{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# 1.0 CITE-seq ADT PBMC and Plaque\n", "This notebook displays interactive heatmaps of single cell antibody derived tag data from plaque and PBMC from the same subject. The data has been UMI normalized and Z-scored - please see manuscript for additional information. " ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ ">> clustergrammer2 backend version 0.5.1\n" ] } ], "source": [ "from clustergrammer2 import net\n", "df = {}" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "pbmc (21, 3589)\n", "plaque (21, 1643)\n", "pbmc and plaque (21, 5232)\n" ] } ], "source": [ "net.load_file('../data/citeseq_adt_pbmc.txt')\n", "df['pbmc'] = net.export_df()\n", "print('pbmc', df['pbmc'].shape)\n", "\n", "net.load_file('../data/citeseq_adt_plaque.txt')\n", "df['plaque'] = net.export_df()\n", "print('plaque', df['plaque'].shape)\n", "\n", "net.load_file('../data/citeseq_adt_merge.txt')\n", "df['merged'] = net.export_df()\n", "print('pbmc and plaque', df['merged'].shape)" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [], "source": [ "cat_colors = net.load_json_to_dict('../data/cite-seq_cat_colors.json')\n", "net.set_cat_colors(cat_colors=cat_colors, axis='col', cat_index=1, cat_title='Tissue')\n", "net.set_cat_colors(cat_colors=cat_colors, axis='col', cat_index=2, cat_title='Cell Type')" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# PBMC ADT" ] }, { "cell_type": "code", "execution_count": 4, "metadata": { "scrolled": false }, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "afae67fcb96048e7b7dd193ce839c7d9", "version_major": 2, "version_minor": 0 }, "text/plain": [ "ExampleWidget(network='{\"row_nodes\": [{\"name\": \"CD11b\", \"ini\": 21, \"clust\": 16, \"rank\": 14, \"rankvar\": 11, \"gr…" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "net.load_df(df['pbmc'])\n", "net.widget()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Plaque ADT" ] }, { "cell_type": "code", "execution_count": 5, "metadata": { "scrolled": false }, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "8e491f6a9a534fe4940ff7bd3d8df442", "version_major": 2, "version_minor": 0 }, "text/plain": [ "ExampleWidget(network='{\"row_nodes\": [{\"name\": \"CD11b\", \"ini\": 21, \"clust\": 9, \"rank\": 18, \"rankvar\": 10, \"gro…" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "net.load_df(df['plaque'])\n", "net.widget()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# PBMC and Plaque ADT" ] }, { "cell_type": "code", "execution_count": 6, "metadata": { "scrolled": false }, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "b527b9b321c9483abe6a11b475f2a3c3", "version_major": 2, "version_minor": 0 }, "text/plain": [ "ExampleWidget(network='{\"row_nodes\": [{\"name\": \"CD11b\", \"ini\": 21, \"clust\": 13, \"rank\": 13, \"rankvar\": 10, \"gr…" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "net.load_df(df['merged'])\n", "net.widget()" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "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.6.5" }, "widgets": { "application/vnd.jupyter.widget-state+json": { "state": { "056281ae93b142bdbd9507a176b033b2": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "4837ef352ece4000bab31eca58fc1757": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "7930c9c7e577428b800b7f05a941e168": { "model_module": "@jupyter-widgets/base", "model_module_version": "1.2.0", "model_name": "LayoutModel", "state": {} }, "8e491f6a9a534fe4940ff7bd3d8df442": { "model_module": "clustergrammer2", "model_module_version": "^0.5.1", "model_name": "ExampleModel", "state": { "_model_module_version": "^0.5.1", "_view_module_version": "^0.5.1", "layout": "IPY_MODEL_056281ae93b142bdbd9507a176b033b2", "mat_string": "ini_mat_string", "network": "{\"row_nodes\": [{\"name\": \"CD11b\", \"ini\": 21, \"clust\": 9, \"rank\": 18, \"rankvar\": 10, \"group\": [8.0, 8.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD11c\", \"ini\": 20, \"clust\": 13, \"rank\": 12, \"rankvar\": 15, \"group\": [9.0, 9.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD123\", \"ini\": 19, \"clust\": 6, \"rank\": 5, \"rankvar\": 5, \"group\": [4.0, 4.0, 4.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD14\", \"ini\": 18, \"clust\": 10, \"rank\": 20, \"rankvar\": 8, \"group\": [6.0, 6.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD141\", \"ini\": 17, \"clust\": 7, \"rank\": 17, \"rankvar\": 17, \"group\": [5.0, 5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD16\", \"ini\": 16, \"clust\": 18, \"rank\": 6, \"rankvar\": 12, \"group\": [19.0, 19.0, 14.0, 12.0, 11.0, 7.0, 5.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD19\", \"ini\": 15, \"clust\": 16, \"rank\": 4, \"rankvar\": 4, \"group\": [15.0, 15.0, 10.0, 8.0, 7.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD1c\", \"ini\": 14, \"clust\": 5, \"rank\": 2, \"rankvar\": 2, \"group\": [13.0, 13.0, 8.0, 6.0, 5.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD206\", \"ini\": 13, \"clust\": 8, \"rank\": 14, \"rankvar\": 13, \"group\": [12.0, 12.0, 7.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD24\", \"ini\": 12, \"clust\": 17, \"rank\": 1, \"rankvar\": 1, \"group\": [16.0, 16.0, 11.0, 9.0, 8.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD27\", \"ini\": 11, \"clust\": 0, \"rank\": 10, \"rankvar\": 20, \"group\": [3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD3\", \"ini\": 10, \"clust\": 1, \"rank\": 7, \"rankvar\": 14, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD33\", \"ini\": 9, \"clust\": 14, \"rank\": 11, \"rankvar\": 9, \"group\": [10.0, 10.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD38\", \"ini\": 8, \"clust\": 3, \"rank\": 13, \"rankvar\": 7, \"group\": [21.0, 21.0, 16.0, 14.0, 13.0, 9.0, 7.0, 3.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD4\", \"ini\": 7, \"clust\": 4, \"rank\": 16, \"rankvar\": 6, \"group\": [14.0, 14.0, 9.0, 7.0, 6.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD56\", \"ini\": 6, \"clust\": 19, \"rank\": 19, \"rankvar\": 16, \"group\": [17.0, 17.0, 12.0, 10.0, 9.0, 6.0, 5.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD62L\", \"ini\": 5, \"clust\": 15, \"rank\": 3, \"rankvar\": 3, \"group\": [20.0, 20.0, 15.0, 13.0, 12.0, 8.0, 6.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD64\", \"ini\": 4, \"clust\": 11, \"rank\": 15, \"rankvar\": 11, \"group\": [7.0, 7.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD66b\", \"ini\": 3, \"clust\": 20, \"rank\": 0, \"rankvar\": 0, \"group\": [18.0, 18.0, 13.0, 11.0, 10.0, 6.0, 5.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD8\", \"ini\": 2, \"clust\": 2, \"rank\": 8, \"rankvar\": 19, \"group\": [2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"HLADR\", \"ini\": 1, \"clust\": 12, \"rank\": 9, \"rankvar\": 18, \"group\": [11.0, 11.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}], \"col_nodes\": [{\"name\": \"GCATGCGTCCATGAGT\", \"ini\": 1643, \"clust\": 821, \"rank\": 1, \"rankvar\": 1432, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 0, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1467, \"group\": [819.0, 394.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCTA\", \"ini\": 1642, \"clust\": 704, \"rank\": 4, \"rankvar\": 112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 575, \"group\": [703.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGTCCGTAT\", \"ini\": 1641, \"clust\": 197, \"rank\": 2, \"rankvar\": 861, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 2, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 74, \"group\": [198.0, 102.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTCCAACC\", \"ini\": 1640, \"clust\": 381, \"rank\": 17, \"rankvar\": 87, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1295, \"group\": [380.0, 186.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGCTGTTCA\", \"ini\": 1639, \"clust\": 930, \"rank\": 40, \"rankvar\": 1421, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 0, \"group\": [928.0, 450.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCACATAGC\", \"ini\": 1638, \"clust\": 717, \"rank\": 7, \"rankvar\": 274, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 576, \"group\": [716.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCTCTTTCCTC\", \"ini\": 1637, \"clust\": 936, \"rank\": 12, \"rankvar\": 891, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 6, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 1, \"group\": [934.0, 454.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGTAGC\", \"ini\": 1636, \"clust\": 709, \"rank\": 0, \"rankvar\": 1044, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 7, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 577, \"group\": [709.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACAGTACACT\", \"ini\": 1635, \"clust\": 213, \"rank\": 10, \"rankvar\": 83, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 8, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 75, \"group\": [214.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGGACGAAA\", \"ini\": 1634, \"clust\": 211, \"rank\": 20, \"rankvar\": 544, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 9, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 76, \"group\": [211.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATGGAGC\", \"ini\": 1633, \"clust\": 394, \"rank\": 37, \"rankvar\": 27, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 10, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1296, \"group\": [392.0, 189.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGGGATACC\", \"ini\": 1632, \"clust\": 707, \"rank\": 3, \"rankvar\": 272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 11, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 578, \"group\": [706.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGAGGTG\", \"ini\": 1631, \"clust\": 382, \"rank\": 19, \"rankvar\": 354, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 12, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1297, \"group\": [381.0, 186.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGGCCCGTT\", \"ini\": 1630, \"clust\": 426, \"rank\": 16, \"rankvar\": 2, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 13, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1298, \"group\": [424.0, 202.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCAGGCCCA\", \"ini\": 1629, \"clust\": 23, \"rank\": 8, \"rankvar\": 1622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 14, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1575, \"group\": [20.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTGACTCAT\", \"ini\": 1628, \"clust\": 390, \"rank\": 50, \"rankvar\": 109, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 15, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1299, \"group\": [389.0, 188.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTTTACGT\", \"ini\": 1627, \"clust\": 705, \"rank\": 5, \"rankvar\": 229, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 16, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 579, \"group\": [704.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATGACCT\", \"ini\": 1626, \"clust\": 701, \"rank\": 13, \"rankvar\": 131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 17, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 580, \"group\": [700.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACAGACC\", \"ini\": 1625, \"clust\": 378, \"rank\": 33, \"rankvar\": 7, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 18, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1300, \"group\": [378.0, 186.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATTCGCACTCT\", \"ini\": 1624, \"clust\": 657, \"rank\": 18, \"rankvar\": 47, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 19, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 581, \"group\": [655.0, 341.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGCCACCTG\", \"ini\": 1623, \"clust\": 710, \"rank\": 6, \"rankvar\": 705, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 20, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 582, \"group\": [710.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGTTTA\", \"ini\": 1622, \"clust\": 201, \"rank\": 9, \"rankvar\": 495, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 21, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 583, \"group\": [200.0, 102.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACTTAAGC\", \"ini\": 1621, \"clust\": 665, \"rank\": 28, \"rankvar\": 457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 22, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 584, \"group\": [663.0, 342.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTAGAGTGAGA\", \"ini\": 1620, \"clust\": 389, \"rank\": 48, \"rankvar\": 210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 23, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1301, \"group\": [391.0, 188.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTGCCTG\", \"ini\": 1619, \"clust\": 711, \"rank\": 11, \"rankvar\": 232, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 24, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 585, \"group\": [711.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGCTAAACA\", \"ini\": 1618, \"clust\": 24, \"rank\": 15, \"rankvar\": 1590, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 25, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1576, \"group\": [21.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGAGTAAGG\", \"ini\": 1617, \"clust\": 17, \"rank\": 42, \"rankvar\": 1322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 26, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1577, \"group\": [16.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGTAGCCA\", \"ini\": 1616, \"clust\": 339, \"rank\": 14, \"rankvar\": 858, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 27, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1302, \"group\": [340.0, 166.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCAGACACTT\", \"ini\": 1615, \"clust\": 19, \"rank\": 32, \"rankvar\": 1557, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 28, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1578, \"group\": [18.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGAGAACG\", \"ini\": 1614, \"clust\": 413, \"rank\": 69, \"rankvar\": 46, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 29, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1263, \"group\": [416.0, 197.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAATCGAAA\", \"ini\": 1613, \"clust\": 714, \"rank\": 31, \"rankvar\": 17, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 30, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 586, \"group\": [713.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCCAGTATG\", \"ini\": 1612, \"clust\": 328, \"rank\": 94, \"rankvar\": 89, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 31, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1303, \"group\": [326.0, 156.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTTCCAGTATG\", \"ini\": 1611, \"clust\": 385, \"rank\": 63, \"rankvar\": 92, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 32, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1304, \"group\": [383.0, 187.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCCTCATTA\", \"ini\": 1610, \"clust\": 341, \"rank\": 21, \"rankvar\": 623, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 33, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1305, \"group\": [342.0, 167.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTGAGTGT\", \"ini\": 1609, \"clust\": 223, \"rank\": 44, \"rankvar\": 43, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 34, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 77, \"group\": [223.0, 105.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCACGACTA\", \"ini\": 1608, \"clust\": 198, \"rank\": 34, \"rankvar\": 444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 35, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 78, \"group\": [199.0, 102.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGTTCGATC\", \"ini\": 1607, \"clust\": 387, \"rank\": 72, \"rankvar\": 70, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 36, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1306, \"group\": [387.0, 188.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCGTGGGAA\", \"ini\": 1606, \"clust\": 716, \"rank\": 30, \"rankvar\": 263, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 37, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 587, \"group\": [718.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTGTCAATC\", \"ini\": 1605, \"clust\": 20, \"rank\": 54, \"rankvar\": 1328, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 38, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1579, \"group\": [19.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAATCAGAA\", \"ini\": 1604, \"clust\": 379, \"rank\": 43, \"rankvar\": 121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 39, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1307, \"group\": [379.0, 186.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTCAGAAGC\", \"ini\": 1603, \"clust\": 165, \"rank\": 36, \"rankvar\": 508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 40, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 79, \"group\": [166.0, 90.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGAGAGCTC\", \"ini\": 1602, \"clust\": 718, \"rank\": 24, \"rankvar\": 405, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 41, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 588, \"group\": [717.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAGGAACGT\", \"ini\": 1601, \"clust\": 414, \"rank\": 107, \"rankvar\": 282, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 42, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1264, \"group\": [414.0, 197.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTTCTGAAC\", \"ini\": 1600, \"clust\": 708, \"rank\": 22, \"rankvar\": 136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 43, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 589, \"group\": [707.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAAAGGTGC\", \"ini\": 1599, \"clust\": 356, \"rank\": 68, \"rankvar\": 173, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 44, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1308, \"group\": [354.0, 172.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTGGTATG\", \"ini\": 1598, \"clust\": 703, \"rank\": 41, \"rankvar\": 0, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 45, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 590, \"group\": [705.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTTCTGAAC\", \"ini\": 1597, \"clust\": 329, \"rank\": 151, \"rankvar\": 909, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 46, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1309, \"group\": [327.0, 156.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTGTCTAT\", \"ini\": 1596, \"clust\": 702, \"rank\": 45, \"rankvar\": 102, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 47, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 591, \"group\": [701.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTCGAATCT\", \"ini\": 1595, \"clust\": 355, \"rank\": 51, \"rankvar\": 162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 48, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1310, \"group\": [356.0, 172.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGAATCCA\", \"ini\": 1594, \"clust\": 488, \"rank\": 84, \"rankvar\": 1115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 49, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1311, \"group\": [484.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTCACAAGG\", \"ini\": 1593, \"clust\": 277, \"rank\": 49, \"rankvar\": 547, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 50, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 80, \"group\": [277.0, 122.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCTAACTTC\", \"ini\": 1592, \"clust\": 404, \"rank\": 97, \"rankvar\": 128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 51, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1312, \"group\": [403.0, 191.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAGTCAGAG\", \"ini\": 1591, \"clust\": 76, \"rank\": 60, \"rankvar\": 1070, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 52, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1313, \"group\": [77.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACTTATC\", \"ini\": 1590, \"clust\": 489, \"rank\": 53, \"rankvar\": 1071, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 53, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1314, \"group\": [485.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCAAGGTAA\", \"ini\": 1589, \"clust\": 340, \"rank\": 35, \"rankvar\": 355, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 54, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1315, \"group\": [341.0, 166.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTACCGGCT\", \"ini\": 1588, \"clust\": 397, \"rank\": 95, \"rankvar\": 66, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 55, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1316, \"group\": [394.0, 189.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAGTCGGCACT\", \"ini\": 1587, \"clust\": 350, \"rank\": 52, \"rankvar\": 81, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 56, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1317, \"group\": [350.0, 171.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATCGTCGG\", \"ini\": 1586, \"clust\": 351, \"rank\": 92, \"rankvar\": 53, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 57, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1318, \"group\": [351.0, 171.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTGACGTT\", \"ini\": 1585, \"clust\": 386, \"rank\": 93, \"rankvar\": 12, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 58, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1319, \"group\": [384.0, 187.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGGTTAAC\", \"ini\": 1584, \"clust\": 384, \"rank\": 104, \"rankvar\": 24, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 59, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1320, \"group\": [385.0, 187.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTTCGGCAC\", \"ini\": 1583, \"clust\": 715, \"rank\": 55, \"rankvar\": 13, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 60, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 592, \"group\": [714.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGTCGTACT\", \"ini\": 1582, \"clust\": 405, \"rank\": 162, \"rankvar\": 526, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 61, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1321, \"group\": [404.0, 191.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCGAATCCA\", \"ini\": 1581, \"clust\": 375, \"rank\": 123, \"rankvar\": 447, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 62, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1322, \"group\": [376.0, 184.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATACGCTA\", \"ini\": 1580, \"clust\": 407, \"rank\": 128, \"rankvar\": 299, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 63, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 593, \"group\": [406.0, 192.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCCGTC\", \"ini\": 1579, \"clust\": 706, \"rank\": 29, \"rankvar\": 493, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 64, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 594, \"group\": [708.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACAAGACACG\", \"ini\": 1578, \"clust\": 166, \"rank\": 62, \"rankvar\": 243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 65, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 81, \"group\": [167.0, 90.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTCCAGTTA\", \"ini\": 1577, \"clust\": 391, \"rank\": 88, \"rankvar\": 10, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 66, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1323, \"group\": [390.0, 188.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTATCAGTGCAT\", \"ini\": 1576, \"clust\": 376, \"rank\": 122, \"rankvar\": 253, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 67, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1324, \"group\": [374.0, 184.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCATCTACCTGC\", \"ini\": 1575, \"clust\": 484, \"rank\": 126, \"rankvar\": 1209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 68, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1325, \"group\": [482.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGTACGCCC\", \"ini\": 1574, \"clust\": 686, \"rank\": 38, \"rankvar\": 717, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 69, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 595, \"group\": [685.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGTAAACT\", \"ini\": 1573, \"clust\": 467, \"rank\": 86, \"rankvar\": 494, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 70, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1326, \"group\": [465.0, 232.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGTGTGGT\", \"ini\": 1572, \"clust\": 439, \"rank\": 71, \"rankvar\": 96, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 71, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1265, \"group\": [436.0, 210.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTATA\", \"ini\": 1571, \"clust\": 206, \"rank\": 39, \"rankvar\": 818, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 72, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 82, \"group\": [207.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACATGCAACT\", \"ini\": 1570, \"clust\": 659, \"rank\": 23, \"rankvar\": 757, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 73, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 596, \"group\": [659.0, 341.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCACCGGGT\", \"ini\": 1569, \"clust\": 362, \"rank\": 78, \"rankvar\": 197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 74, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1327, \"group\": [360.0, 174.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGATGGGTC\", \"ini\": 1568, \"clust\": 712, \"rank\": 27, \"rankvar\": 265, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 75, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 597, \"group\": [712.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTATGGTTC\", \"ini\": 1567, \"clust\": 396, \"rank\": 102, \"rankvar\": 21, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 76, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1328, \"group\": [396.0, 189.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTATCGAA\", \"ini\": 1566, \"clust\": 624, \"rank\": 61, \"rankvar\": 795, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 77, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 83, \"group\": [624.0, 331.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCATGAGT\", \"ini\": 1565, \"clust\": 335, \"rank\": 219, \"rankvar\": 927, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 78, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1329, \"group\": [334.0, 161.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGCTATCT\", \"ini\": 1564, \"clust\": 935, \"rank\": 181, \"rankvar\": 1138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 79, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 2, \"group\": [936.0, 454.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGGTTACCT\", \"ini\": 1563, \"clust\": 937, \"rank\": 132, \"rankvar\": 728, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 80, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 3, \"group\": [935.0, 454.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCACCCATGG\", \"ini\": 1562, \"clust\": 210, \"rank\": 77, \"rankvar\": 84, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 81, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 84, \"group\": [213.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGGTGTAG\", \"ini\": 1561, \"clust\": 666, \"rank\": 65, \"rankvar\": 467, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 82, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 598, \"group\": [664.0, 342.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCCCAGGTG\", \"ini\": 1560, \"clust\": 427, \"rank\": 59, \"rankvar\": 29, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 83, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 599, \"group\": [425.0, 202.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGTATGCT\", \"ini\": 1559, \"clust\": 214, \"rank\": 46, \"rankvar\": 105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 84, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 85, \"group\": [215.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTTAAGAAC\", \"ini\": 1558, \"clust\": 688, \"rank\": 26, \"rankvar\": 1089, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 85, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 600, \"group\": [691.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCATGTCGAT\", \"ini\": 1557, \"clust\": 395, \"rank\": 131, \"rankvar\": 77, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 86, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 601, \"group\": [393.0, 189.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCATAGAAAC\", \"ini\": 1556, \"clust\": 218, \"rank\": 56, \"rankvar\": 439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 87, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 86, \"group\": [216.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGCACCGCT\", \"ini\": 1555, \"clust\": 664, \"rank\": 119, \"rankvar\": 538, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 88, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 602, \"group\": [665.0, 342.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTCTCTCGT\", \"ini\": 1554, \"clust\": 212, \"rank\": 106, \"rankvar\": 6, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 89, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 87, \"group\": [212.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAAGAAAGG\", \"ini\": 1553, \"clust\": 474, \"rank\": 127, \"rankvar\": 659, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 90, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1330, \"group\": [473.0, 235.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGGCATGGT\", \"ini\": 1552, \"clust\": 819, \"rank\": 80, \"rankvar\": 533, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 91, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1331, \"group\": [822.0, 394.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGGTCATCT\", \"ini\": 1551, \"clust\": 18, \"rank\": 79, \"rankvar\": 971, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 92, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1580, \"group\": [17.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAAT\", \"ini\": 1550, \"clust\": 425, \"rank\": 134, \"rankvar\": 1, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 93, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1266, \"group\": [426.0, 202.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCAGCGC\", \"ini\": 1549, \"clust\": 420, \"rank\": 146, \"rankvar\": 38, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 94, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1267, \"group\": [422.0, 200.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAATCTCC\", \"ini\": 1548, \"clust\": 408, \"rank\": 111, \"rankvar\": 58, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 95, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 603, \"group\": [407.0, 192.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTTCCACGG\", \"ini\": 1547, \"clust\": 276, \"rank\": 109, \"rankvar\": 62, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 96, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 88, \"group\": [279.0, 122.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGCTGGCT\", \"ini\": 1546, \"clust\": 363, \"rank\": 67, \"rankvar\": 500, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 97, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1468, \"group\": [361.0, 174.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGGCCCTTG\", \"ini\": 1545, \"clust\": 421, \"rank\": 144, \"rankvar\": 303, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 98, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1268, \"group\": [420.0, 200.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCCTTTACA\", \"ini\": 1544, \"clust\": 372, \"rank\": 145, \"rankvar\": 101, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 99, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1332, \"group\": [369.0, 181.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCTCCCTGA\", \"ini\": 1543, \"clust\": 445, \"rank\": 234, \"rankvar\": 499, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 100, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1333, \"group\": [444.0, 215.0, 47.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGTTGG\", \"ini\": 1542, \"clust\": 656, \"rank\": 81, \"rankvar\": 362, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 101, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 604, \"group\": [657.0, 341.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGAAGCA\", \"ini\": 1541, \"clust\": 202, \"rank\": 25, \"rankvar\": 631, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 102, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 605, \"group\": [201.0, 102.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCTGGTCG\", \"ini\": 1540, \"clust\": 808, \"rank\": 87, \"rankvar\": 1492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 103, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1469, \"group\": [807.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCAAAGACA\", \"ini\": 1539, \"clust\": 398, \"rank\": 154, \"rankvar\": 42, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 104, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1334, \"group\": [395.0, 189.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCTCCGAAGAG\", \"ini\": 1538, \"clust\": 730, \"rank\": 120, \"rankvar\": 283, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 105, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 606, \"group\": [729.0, 353.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCAGCACAT\", \"ini\": 1537, \"clust\": 804, \"rank\": 66, \"rankvar\": 1377, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 106, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1470, \"group\": [802.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCAGGTCCAC\", \"ini\": 1536, \"clust\": 726, \"rank\": 73, \"rankvar\": 735, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 107, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 607, \"group\": [728.0, 353.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGTGCAT\", \"ini\": 1535, \"clust\": 658, \"rank\": 70, \"rankvar\": 433, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 108, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 608, \"group\": [656.0, 341.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCAAGTAGTA\", \"ini\": 1534, \"clust\": 261, \"rank\": 165, \"rankvar\": 736, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 109, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 89, \"group\": [261.0, 118.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCTGTCTA\", \"ini\": 1533, \"clust\": 29, \"rank\": 110, \"rankvar\": 1409, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 110, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1581, \"group\": [26.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTGCGCTTG\", \"ini\": 1532, \"clust\": 440, \"rank\": 116, \"rankvar\": 294, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 111, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1269, \"group\": [437.0, 210.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGATGTT\", \"ini\": 1531, \"clust\": 373, \"rank\": 168, \"rankvar\": 382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 112, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1335, \"group\": [370.0, 181.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACTTACGA\", \"ini\": 1530, \"clust\": 195, \"rank\": 115, \"rankvar\": 30, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 90, \"group\": [195.0, 101.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCAGCTGTAT\", \"ini\": 1529, \"clust\": 478, \"rank\": 175, \"rankvar\": 1043, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 114, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1336, \"group\": [475.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGCTCAACT\", \"ini\": 1528, \"clust\": 357, \"rank\": 89, \"rankvar\": 346, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1337, \"group\": [355.0, 172.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCAACGG\", \"ini\": 1527, \"clust\": 204, \"rank\": 96, \"rankvar\": 792, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 91, \"group\": [204.0, 103.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTTAAGATG\", \"ini\": 1526, \"clust\": 660, \"rank\": 90, \"rankvar\": 866, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 117, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 609, \"group\": [660.0, 341.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTGTATGGG\", \"ini\": 1525, \"clust\": 721, \"rank\": 130, \"rankvar\": 432, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 118, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 610, \"group\": [721.0, 351.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCATACGCCG\", \"ini\": 1524, \"clust\": 437, \"rank\": 82, \"rankvar\": 470, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 92, \"group\": [439.0, 210.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGCTGTCTA\", \"ini\": 1523, \"clust\": 948, \"rank\": 341, \"rankvar\": 1367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 120, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 4, \"group\": [945.0, 457.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCAGCTTAG\", \"ini\": 1522, \"clust\": 655, \"rank\": 121, \"rankvar\": 97, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 121, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 611, \"group\": [658.0, 341.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGTGTCCCG\", \"ini\": 1521, \"clust\": 689, \"rank\": 64, \"rankvar\": 925, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 122, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 612, \"group\": [690.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGTGACCA\", \"ini\": 1520, \"clust\": 255, \"rank\": 191, \"rankvar\": 214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 93, \"group\": [254.0, 116.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAAGCCATT\", \"ini\": 1519, \"clust\": 634, \"rank\": 129, \"rankvar\": 278, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 124, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 613, \"group\": [634.0, 337.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGATGGGTC\", \"ini\": 1518, \"clust\": 199, \"rank\": 47, \"rankvar\": 658, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 125, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 614, \"group\": [203.0, 102.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAGGCGATA\", \"ini\": 1517, \"clust\": 364, \"rank\": 161, \"rankvar\": 190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 126, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1338, \"group\": [363.0, 175.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAACGTGG\", \"ini\": 1516, \"clust\": 722, \"rank\": 124, \"rankvar\": 305, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 127, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 615, \"group\": [722.0, 351.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCTAACTCT\", \"ini\": 1515, \"clust\": 219, \"rank\": 75, \"rankvar\": 240, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 128, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 94, \"group\": [217.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCCGCAAGC\", \"ini\": 1514, \"clust\": 806, \"rank\": 114, \"rankvar\": 1252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 129, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1471, \"group\": [809.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGGAATCG\", \"ini\": 1513, \"clust\": 256, \"rank\": 213, \"rankvar\": 581, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 95, \"group\": [255.0, 116.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGTCAAGGC\", \"ini\": 1512, \"clust\": 352, \"rank\": 141, \"rankvar\": 55, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 131, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1339, \"group\": [352.0, 171.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCCATTTA\", \"ini\": 1511, \"clust\": 683, \"rank\": 98, \"rankvar\": 842, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 132, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 616, \"group\": [682.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGTCAAGGC\", \"ini\": 1510, \"clust\": 417, \"rank\": 238, \"rankvar\": 74, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 133, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1340, \"group\": [417.0, 198.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTGGTGTA\", \"ini\": 1509, \"clust\": 374, \"rank\": 169, \"rankvar\": 606, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 134, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1341, \"group\": [377.0, 185.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCCCGACTT\", \"ini\": 1508, \"clust\": 399, \"rank\": 258, \"rankvar\": 662, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 135, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1342, \"group\": [405.0, 191.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATGACGGA\", \"ini\": 1507, \"clust\": 400, \"rank\": 204, \"rankvar\": 231, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 136, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 617, \"group\": [399.0, 191.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAGTTGAC\", \"ini\": 1506, \"clust\": 934, \"rank\": 196, \"rankvar\": 832, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 137, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 5, \"group\": [937.0, 454.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGGCACA\", \"ini\": 1505, \"clust\": 700, \"rank\": 91, \"rankvar\": 146, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 138, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 618, \"group\": [702.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACAGATTGCT\", \"ini\": 1504, \"clust\": 216, \"rank\": 105, \"rankvar\": 235, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 96, \"group\": [219.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATACAGCT\", \"ini\": 1503, \"clust\": 422, \"rank\": 179, \"rankvar\": 95, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 140, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1270, \"group\": [421.0, 200.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCTGGTA\", \"ini\": 1502, \"clust\": 359, \"rank\": 101, \"rankvar\": 138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1343, \"group\": [358.0, 173.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGAGCGAT\", \"ini\": 1501, \"clust\": 282, \"rank\": 186, \"rankvar\": 694, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 97, \"group\": [280.0, 123.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGATGAGC\", \"ini\": 1500, \"clust\": 196, \"rank\": 138, \"rankvar\": 32, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 98, \"group\": [196.0, 101.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCTGCCCTA\", \"ini\": 1499, \"clust\": 324, \"rank\": 174, \"rankvar\": 144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 144, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1344, \"group\": [323.0, 155.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGCAACGGT\", \"ini\": 1498, \"clust\": 21, \"rank\": 85, \"rankvar\": 1436, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 145, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1582, \"group\": [23.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAATCTCC\", \"ini\": 1497, \"clust\": 444, \"rank\": 287, \"rankvar\": 343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 146, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1345, \"group\": [446.0, 216.0, 47.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTCATTTGCCC\", \"ini\": 1496, \"clust\": 224, \"rank\": 143, \"rankvar\": 34, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 147, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 99, \"group\": [224.0, 105.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGATGGAA\", \"ini\": 1495, \"clust\": 343, \"rank\": 99, \"rankvar\": 317, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 148, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 619, \"group\": [344.0, 168.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGACAGACC\", \"ini\": 1494, \"clust\": 429, \"rank\": 153, \"rankvar\": 183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 149, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1346, \"group\": [429.0, 204.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATTATCTC\", \"ini\": 1493, \"clust\": 402, \"rank\": 292, \"rankvar\": 381, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 150, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1347, \"group\": [401.0, 191.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATTAACCG\", \"ini\": 1492, \"clust\": 724, \"rank\": 112, \"rankvar\": 515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 151, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 620, \"group\": [723.0, 352.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGTCGCCGT\", \"ini\": 1491, \"clust\": 805, \"rank\": 156, \"rankvar\": 1013, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 152, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1472, \"group\": [803.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGACGTAG\", \"ini\": 1490, \"clust\": 601, \"rank\": 176, \"rankvar\": 151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 153, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 621, \"group\": [601.0, 323.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTCCTATA\", \"ini\": 1489, \"clust\": 731, \"rank\": 163, \"rankvar\": 359, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 154, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 622, \"group\": [730.0, 353.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACACAAGTAA\", \"ini\": 1488, \"clust\": 360, \"rank\": 148, \"rankvar\": 150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 155, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1348, \"group\": [359.0, 173.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTGGTGTA\", \"ini\": 1487, \"clust\": 369, \"rank\": 322, \"rankvar\": 624, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 156, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1349, \"group\": [373.0, 183.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGACAGCT\", \"ini\": 1486, \"clust\": 431, \"rank\": 275, \"rankvar\": 143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 157, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1271, \"group\": [431.0, 206.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTAGAGGTACC\", \"ini\": 1485, \"clust\": 438, \"rank\": 183, \"rankvar\": 18, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 158, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1272, \"group\": [438.0, 210.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCACGACTA\", \"ini\": 1484, \"clust\": 697, \"rank\": 125, \"rankvar\": 290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 159, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 623, \"group\": [697.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCATCCGTGG\", \"ini\": 1483, \"clust\": 668, \"rank\": 76, \"rankvar\": 730, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 160, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 624, \"group\": [667.0, 344.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTTCGCACTCT\", \"ini\": 1482, \"clust\": 475, \"rank\": 246, \"rankvar\": 960, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1350, \"group\": [471.0, 235.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCCCTTGT\", \"ini\": 1481, \"clust\": 695, \"rank\": 118, \"rankvar\": 397, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 625, \"group\": [692.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGGTCCAC\", \"ini\": 1480, \"clust\": 698, \"rank\": 103, \"rankvar\": 270, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 163, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 626, \"group\": [695.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACTCTTA\", \"ini\": 1479, \"clust\": 348, \"rank\": 214, \"rankvar\": 9, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 164, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1351, \"group\": [346.0, 169.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAATCCGAT\", \"ini\": 1478, \"clust\": 423, \"rank\": 210, \"rankvar\": 63, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 165, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1273, \"group\": [428.0, 203.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCCACGACG\", \"ini\": 1477, \"clust\": 22, \"rank\": 173, \"rankvar\": 1511, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 166, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1583, \"group\": [22.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGAAGCA\", \"ini\": 1476, \"clust\": 74, \"rank\": 252, \"rankvar\": 657, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 167, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1352, \"group\": [73.0, 16.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCACCACGTG\", \"ini\": 1475, \"clust\": 228, \"rank\": 159, \"rankvar\": 511, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 100, \"group\": [228.0, 106.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGGTA\", \"ini\": 1474, \"clust\": 185, \"rank\": 149, \"rankvar\": 126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 169, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 101, \"group\": [185.0, 95.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCATGTCTT\", \"ini\": 1473, \"clust\": 349, \"rank\": 192, \"rankvar\": 399, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 170, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1353, \"group\": [347.0, 169.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTTACGGG\", \"ini\": 1472, \"clust\": 286, \"rank\": 237, \"rankvar\": 65, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 102, \"group\": [287.0, 126.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTCTACCTC\", \"ini\": 1471, \"clust\": 347, \"rank\": 188, \"rankvar\": 292, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 172, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1354, \"group\": [348.0, 169.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATGTTCCAACA\", \"ini\": 1470, \"clust\": 270, \"rank\": 207, \"rankvar\": 113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 103, \"group\": [271.0, 121.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTAGCTCCG\", \"ini\": 1469, \"clust\": 476, \"rank\": 263, \"rankvar\": 820, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 174, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1355, \"group\": [472.0, 235.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAACAACA\", \"ini\": 1468, \"clust\": 192, \"rank\": 152, \"rankvar\": 826, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 104, \"group\": [192.0, 99.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTTCTCG\", \"ini\": 1467, \"clust\": 8, \"rank\": 279, \"rankvar\": 701, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 176, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1584, \"group\": [8.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAATGAAAC\", \"ini\": 1466, \"clust\": 25, \"rank\": 199, \"rankvar\": 1298, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 177, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1585, \"group\": [31.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCGCCTA\", \"ini\": 1465, \"clust\": 699, \"rank\": 108, \"rankvar\": 269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 178, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 627, \"group\": [696.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAGGGTACA\", \"ini\": 1464, \"clust\": 233, \"rank\": 256, \"rankvar\": 837, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 105, \"group\": [233.0, 108.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTCTTCTCG\", \"ini\": 1463, \"clust\": 253, \"rank\": 228, \"rankvar\": 4, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 106, \"group\": [260.0, 117.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCCATCGTCGG\", \"ini\": 1462, \"clust\": 822, \"rank\": 100, \"rankvar\": 884, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 181, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1473, \"group\": [820.0, 394.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTGTACATGTC\", \"ini\": 1461, \"clust\": 497, \"rank\": 198, \"rankvar\": 295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 182, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1356, \"group\": [494.0, 242.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCAGCTAT\", \"ini\": 1460, \"clust\": 327, \"rank\": 274, \"rankvar\": 361, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 183, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1357, \"group\": [328.0, 157.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTACGACCC\", \"ini\": 1459, \"clust\": 208, \"rank\": 194, \"rankvar\": 71, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 184, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 107, \"group\": [209.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCGGCATCG\", \"ini\": 1458, \"clust\": 931, \"rank\": 281, \"rankvar\": 1107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 185, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 6, \"group\": [929.0, 450.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTGTGGCC\", \"ini\": 1457, \"clust\": 677, \"rank\": 164, \"rankvar\": 82, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 186, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 628, \"group\": [681.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCAACACCA\", \"ini\": 1456, \"clust\": 696, \"rank\": 140, \"rankvar\": 273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 187, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 629, \"group\": [693.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACACATGACT\", \"ini\": 1455, \"clust\": 344, \"rank\": 135, \"rankvar\": 590, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1358, \"group\": [345.0, 168.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCATCCGCGA\", \"ini\": 1454, \"clust\": 383, \"rank\": 236, \"rankvar\": 123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 189, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1359, \"group\": [386.0, 187.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTAGGC\", \"ini\": 1453, \"clust\": 354, \"rank\": 167, \"rankvar\": 67, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 190, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1360, \"group\": [357.0, 172.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAGGGCATA\", \"ini\": 1452, \"clust\": 498, \"rank\": 193, \"rankvar\": 553, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 191, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1361, \"group\": [495.0, 242.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGATGCCTT\", \"ini\": 1451, \"clust\": 675, \"rank\": 57, \"rankvar\": 791, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 192, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 630, \"group\": [675.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTCCACAA\", \"ini\": 1450, \"clust\": 411, \"rank\": 231, \"rankvar\": 220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 193, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1274, \"group\": [412.0, 196.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAAGCGATG\", \"ini\": 1449, \"clust\": 184, \"rank\": 177, \"rankvar\": 1005, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 194, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 108, \"group\": [187.0, 95.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGACACTAA\", \"ini\": 1448, \"clust\": 424, \"rank\": 136, \"rankvar\": 19, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 195, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1275, \"group\": [427.0, 202.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTAGAGTC\", \"ini\": 1447, \"clust\": 13, \"rank\": 293, \"rankvar\": 1370, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 196, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1586, \"group\": [15.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATATGCTG\", \"ini\": 1446, \"clust\": 180, \"rank\": 245, \"rankvar\": 630, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 109, \"group\": [180.0, 95.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTCGTACT\", \"ini\": 1445, \"clust\": 415, \"rank\": 244, \"rankvar\": 396, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 198, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1276, \"group\": [415.0, 197.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGAGGGTCGAT\", \"ini\": 1444, \"clust\": 678, \"rank\": 133, \"rankvar\": 11, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 199, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 631, \"group\": [680.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACATATACCG\", \"ini\": 1443, \"clust\": 490, \"rank\": 224, \"rankvar\": 384, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1362, \"group\": [489.0, 238.0, 52.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTACAGTGG\", \"ini\": 1442, \"clust\": 122, \"rank\": 344, \"rankvar\": 957, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 110, \"group\": [121.0, 53.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACGCGAAA\", \"ini\": 1441, \"clust\": 694, \"rank\": 155, \"rankvar\": 48, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 202, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 632, \"group\": [694.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCACATAGC\", \"ini\": 1440, \"clust\": 9, \"rank\": 240, \"rankvar\": 1183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 203, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1587, \"group\": [9.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACAGCCACCA\", \"ini\": 1439, \"clust\": 380, \"rank\": 203, \"rankvar\": 130, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1363, \"group\": [382.0, 186.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTGACGGTA\", \"ini\": 1438, \"clust\": 31, \"rank\": 178, \"rankvar\": 1336, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 205, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1588, \"group\": [28.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGGCA\", \"ini\": 1437, \"clust\": 713, \"rank\": 137, \"rankvar\": 142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 206, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 633, \"group\": [715.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGTGCC\", \"ini\": 1436, \"clust\": 473, \"rank\": 255, \"rankvar\": 550, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 207, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1364, \"group\": [474.0, 235.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGACAGGCT\", \"ini\": 1435, \"clust\": 485, \"rank\": 297, \"rankvar\": 1010, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 208, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1365, \"group\": [483.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTAAAGTCA\", \"ini\": 1434, \"clust\": 217, \"rank\": 171, \"rankvar\": 44, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 111, \"group\": [218.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGTCGATT\", \"ini\": 1433, \"clust\": 128, \"rank\": 369, \"rankvar\": 503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 210, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 112, \"group\": [129.0, 59.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCGGCATC\", \"ini\": 1432, \"clust\": 727, \"rank\": 166, \"rankvar\": 149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 211, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 634, \"group\": [726.0, 353.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAGTACATCCA\", \"ini\": 1431, \"clust\": 203, \"rank\": 190, \"rankvar\": 558, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 113, \"group\": [206.0, 103.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACAGTCAGAG\", \"ini\": 1430, \"clust\": 215, \"rank\": 157, \"rankvar\": 363, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 114, \"group\": [220.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAAGTCATC\", \"ini\": 1429, \"clust\": 600, \"rank\": 147, \"rankvar\": 614, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 214, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 635, \"group\": [603.0, 323.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTTTGGCGC\", \"ini\": 1428, \"clust\": 238, \"rank\": 272, \"rankvar\": 443, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 115, \"group\": [241.0, 111.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTAATGA\", \"ini\": 1427, \"clust\": 16, \"rank\": 205, \"rankvar\": 1613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 216, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1589, \"group\": [32.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACATTGGCGC\", \"ini\": 1426, \"clust\": 200, \"rank\": 160, \"rankvar\": 140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 116, \"group\": [202.0, 102.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGACAGACC\", \"ini\": 1425, \"clust\": 961, \"rank\": 493, \"rankvar\": 871, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 218, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1366, \"group\": [961.0, 470.0, 110.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTGCAACGA\", \"ini\": 1424, \"clust\": 30, \"rank\": 242, \"rankvar\": 1375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 219, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1590, \"group\": [27.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCATGCCACG\", \"ini\": 1423, \"clust\": 820, \"rank\": 117, \"rankvar\": 1069, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 220, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1474, \"group\": [821.0, 394.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAGGTTAT\", \"ini\": 1422, \"clust\": 177, \"rank\": 235, \"rankvar\": 591, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 221, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 117, \"group\": [177.0, 94.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCAACACTG\", \"ini\": 1421, \"clust\": 416, \"rank\": 283, \"rankvar\": 16, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 222, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1277, \"group\": [419.0, 199.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGCGATCC\", \"ini\": 1420, \"clust\": 10, \"rank\": 216, \"rankvar\": 1247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 223, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1591, \"group\": [12.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCTGCTGTC\", \"ini\": 1419, \"clust\": 486, \"rank\": 170, \"rankvar\": 1039, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 224, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1367, \"group\": [487.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGGTTAAGGGC\", \"ini\": 1418, \"clust\": 676, \"rank\": 74, \"rankvar\": 301, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 225, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 636, \"group\": [676.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGCTAGCC\", \"ini\": 1417, \"clust\": 377, \"rank\": 189, \"rankvar\": 114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 226, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1368, \"group\": [375.0, 184.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTACCGTTA\", \"ini\": 1416, \"clust\": 663, \"rank\": 209, \"rankvar\": 258, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 227, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 637, \"group\": [666.0, 343.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGTTTCCTT\", \"ini\": 1415, \"clust\": 287, \"rank\": 338, \"rankvar\": 187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 118, \"group\": [285.0, 126.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGTAGCCGA\", \"ini\": 1414, \"clust\": 468, \"rank\": 212, \"rankvar\": 313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 229, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1369, \"group\": [466.0, 232.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGGTTACCT\", \"ini\": 1413, \"clust\": 1589, \"rank\": 83, \"rankvar\": 1197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 230, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 995, \"group\": [1592.0, 792.0, 195.0, 48.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGATGGTC\", \"ini\": 1412, \"clust\": 272, \"rank\": 259, \"rankvar\": 127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 231, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 119, \"group\": [273.0, 121.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTAGCGCTC\", \"ini\": 1411, \"clust\": 690, \"rank\": 113, \"rankvar\": 377, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 232, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 638, \"group\": [688.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTAAACACA\", \"ini\": 1410, \"clust\": 803, \"rank\": 195, \"rankvar\": 660, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 233, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1475, \"group\": [804.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTACAGAA\", \"ini\": 1409, \"clust\": 207, \"rank\": 180, \"rankvar\": 239, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 120, \"group\": [208.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGCCAGAA\", \"ini\": 1408, \"clust\": 174, \"rank\": 139, \"rankvar\": 801, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 235, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 121, \"group\": [173.0, 92.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTATCAGTTCGA\", \"ini\": 1407, \"clust\": 268, \"rank\": 308, \"rankvar\": 180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 122, \"group\": [269.0, 121.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCAGCCAGAA\", \"ini\": 1406, \"clust\": 734, \"rank\": 339, \"rankvar\": 539, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 237, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 639, \"group\": [733.0, 355.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTTTAGGAA\", \"ini\": 1405, \"clust\": 671, \"rank\": 150, \"rankvar\": 280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 238, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 640, \"group\": [670.0, 346.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCGATATG\", \"ini\": 1404, \"clust\": 353, \"rank\": 201, \"rankvar\": 406, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 239, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1370, \"group\": [353.0, 171.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCGTTT\", \"ini\": 1403, \"clust\": 823, \"rank\": 208, \"rankvar\": 811, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 240, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1476, \"group\": [823.0, 395.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGACTTGAA\", \"ini\": 1402, \"clust\": 116, \"rank\": 312, \"rankvar\": 1011, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 123, \"group\": [115.0, 50.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGTCACGCC\", \"ini\": 1401, \"clust\": 782, \"rank\": 318, \"rankvar\": 1471, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 242, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1477, \"group\": [785.0, 385.0, 81.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGAGTACAT\", \"ini\": 1400, \"clust\": 943, \"rank\": 437, \"rankvar\": 1054, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 243, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 7, \"group\": [949.0, 459.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCAGTCCCT\", \"ini\": 1399, \"clust\": 258, \"rank\": 253, \"rankvar\": 154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 124, \"group\": [256.0, 116.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCCCAGCT\", \"ini\": 1398, \"clust\": 266, \"rank\": 217, \"rankvar\": 185, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 125, \"group\": [266.0, 120.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCCACCTCGGA\", \"ini\": 1397, \"clust\": 331, \"rank\": 353, \"rankvar\": 390, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 246, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1371, \"group\": [330.0, 159.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACGTGCACTTA\", \"ini\": 1396, \"clust\": 606, \"rank\": 222, \"rankvar\": 583, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 247, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 641, \"group\": [607.0, 324.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCTGGCGTG\", \"ini\": 1395, \"clust\": 640, \"rank\": 211, \"rankvar\": 129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 248, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 642, \"group\": [639.0, 338.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACATAGC\", \"ini\": 1394, \"clust\": 388, \"rank\": 349, \"rankvar\": 116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 249, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1372, \"group\": [388.0, 188.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTACAGTTC\", \"ini\": 1393, \"clust\": 73, \"rank\": 317, \"rankvar\": 350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 250, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1278, \"group\": [75.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCACCGTAA\", \"ini\": 1392, \"clust\": 508, \"rank\": 221, \"rankvar\": 841, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 251, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1279, \"group\": [508.0, 252.0, 59.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCAAACCTAC\", \"ini\": 1391, \"clust\": 430, \"rank\": 368, \"rankvar\": 14, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 252, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1280, \"group\": [430.0, 205.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTTCCTTC\", \"ini\": 1390, \"clust\": 181, \"rank\": 270, \"rankvar\": 257, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 126, \"group\": [181.0, 95.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACAAGACG\", \"ini\": 1389, \"clust\": 939, \"rank\": 267, \"rankvar\": 877, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 254, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 8, \"group\": [938.0, 455.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTATAGGGC\", \"ini\": 1388, \"clust\": 244, \"rank\": 330, \"rankvar\": 216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 127, \"group\": [244.0, 112.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCATGCATG\", \"ini\": 1387, \"clust\": 637, \"rank\": 226, \"rankvar\": 434, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 256, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 643, \"group\": [636.0, 337.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCGCATCG\", \"ini\": 1386, \"clust\": 139, \"rank\": 200, \"rankvar\": 452, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 257, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 644, \"group\": [139.0, 69.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTGGGATC\", \"ini\": 1385, \"clust\": 178, \"rank\": 305, \"rankvar\": 645, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 128, \"group\": [178.0, 94.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGGCAGTA\", \"ini\": 1384, \"clust\": 269, \"rank\": 345, \"rankvar\": 373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 259, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 129, \"group\": [270.0, 121.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCTTGTCAT\", \"ini\": 1383, \"clust\": 809, \"rank\": 223, \"rankvar\": 1589, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 260, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1478, \"group\": [805.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTAGTCCATAC\", \"ini\": 1382, \"clust\": 401, \"rank\": 276, \"rankvar\": 186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 261, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1373, \"group\": [400.0, 191.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCGCCGTGA\", \"ini\": 1381, \"clust\": 274, \"rank\": 215, \"rankvar\": 195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 130, \"group\": [275.0, 122.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGAG\", \"ini\": 1380, \"clust\": 814, \"rank\": 58, \"rankvar\": 1142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 263, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1479, \"group\": [814.0, 392.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGCGAGAAA\", \"ini\": 1379, \"clust\": 441, \"rank\": 335, \"rankvar\": 471, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 264, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 645, \"group\": [442.0, 213.0, 46.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGGGAAACA\", \"ini\": 1378, \"clust\": 205, \"rank\": 254, \"rankvar\": 371, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 131, \"group\": [205.0, 103.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGTCTGCT\", \"ini\": 1377, \"clust\": 14, \"rank\": 370, \"rankvar\": 1407, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 266, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1592, \"group\": [13.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGAAGGTTT\", \"ini\": 1376, \"clust\": 455, \"rank\": 393, \"rankvar\": 297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 267, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1374, \"group\": [453.0, 223.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCTTCAACT\", \"ini\": 1375, \"clust\": 32, \"rank\": 289, \"rankvar\": 1308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 268, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1593, \"group\": [29.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCAAGAAGT\", \"ini\": 1374, \"clust\": 432, \"rank\": 264, \"rankvar\": 251, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 269, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 646, \"group\": [432.0, 207.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGGTCCAC\", \"ini\": 1373, \"clust\": 684, \"rank\": 142, \"rankvar\": 617, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 270, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 647, \"group\": [683.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACGGTTTA\", \"ini\": 1372, \"clust\": 325, \"rank\": 350, \"rankvar\": 640, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 271, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1375, \"group\": [324.0, 155.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATTGGA\", \"ini\": 1371, \"clust\": 446, \"rank\": 394, \"rankvar\": 506, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 272, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 648, \"group\": [445.0, 215.0, 47.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTCTGCGGT\", \"ini\": 1370, \"clust\": 635, \"rank\": 232, \"rankvar\": 551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 273, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 649, \"group\": [635.0, 337.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGAACAT\", \"ini\": 1369, \"clust\": 392, \"rank\": 248, \"rankvar\": 20, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 650, \"group\": [398.0, 190.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCATTTA\", \"ini\": 1368, \"clust\": 409, \"rank\": 360, \"rankvar\": 285, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 275, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1281, \"group\": [410.0, 195.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACAGACGCCT\", \"ini\": 1367, \"clust\": 221, \"rank\": 249, \"rankvar\": 169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 276, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 132, \"group\": [221.0, 105.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGATAT\", \"ini\": 1366, \"clust\": 78, \"rank\": 225, \"rankvar\": 49, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 133, \"group\": [82.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCCTACAGA\", \"ini\": 1365, \"clust\": 610, \"rank\": 229, \"rankvar\": 869, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 278, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 651, \"group\": [609.0, 325.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGTGACCA\", \"ini\": 1364, \"clust\": 418, \"rank\": 430, \"rankvar\": 35, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 279, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1282, \"group\": [418.0, 198.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTCTCGTTC\", \"ini\": 1363, \"clust\": 167, \"rank\": 329, \"rankvar\": 391, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 134, \"group\": [168.0, 91.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAATCTACG\", \"ini\": 1362, \"clust\": 11, \"rank\": 384, \"rankvar\": 1214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 281, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1594, \"group\": [10.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATGGTTGT\", \"ini\": 1361, \"clust\": 645, \"rank\": 337, \"rankvar\": 208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 282, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 652, \"group\": [645.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAGCACAT\", \"ini\": 1360, \"clust\": 225, \"rank\": 347, \"rankvar\": 221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 135, \"group\": [226.0, 106.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCCACGAAT\", \"ini\": 1359, \"clust\": 222, \"rank\": 298, \"rankvar\": 212, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 136, \"group\": [222.0, 105.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCCAGTAG\", \"ini\": 1358, \"clust\": 661, \"rank\": 184, \"rankvar\": 304, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 285, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 653, \"group\": [661.0, 341.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACATAGAAAC\", \"ini\": 1357, \"clust\": 209, \"rank\": 218, \"rankvar\": 103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 137, \"group\": [210.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGCACCAC\", \"ini\": 1356, \"clust\": 733, \"rank\": 348, \"rankvar\": 459, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 287, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 654, \"group\": [735.0, 355.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGTCGAGTG\", \"ini\": 1355, \"clust\": 621, \"rank\": 187, \"rankvar\": 615, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 288, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 655, \"group\": [619.0, 328.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCAGCGACC\", \"ini\": 1354, \"clust\": 669, \"rank\": 251, \"rankvar\": 110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 656, \"group\": [668.0, 344.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAAACAC\", \"ini\": 1353, \"clust\": 428, \"rank\": 310, \"rankvar\": 710, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 290, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 657, \"group\": [433.0, 208.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTCCAGTAT\", \"ini\": 1352, \"clust\": 807, \"rank\": 202, \"rankvar\": 1246, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 291, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1480, \"group\": [808.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGTGA\", \"ini\": 1351, \"clust\": 393, \"rank\": 284, \"rankvar\": 79, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 292, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1376, \"group\": [397.0, 189.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTACGCCC\", \"ini\": 1350, \"clust\": 458, \"rank\": 518, \"rankvar\": 945, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 293, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1377, \"group\": [455.0, 224.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTAAGCACG\", \"ini\": 1349, \"clust\": 163, \"rank\": 172, \"rankvar\": 238, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 138, \"group\": [164.0, 88.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCGGAAATA\", \"ini\": 1348, \"clust\": 337, \"rank\": 290, \"rankvar\": 532, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 295, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 658, \"group\": [338.0, 164.0, 39.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGAATT\", \"ini\": 1347, \"clust\": 602, \"rank\": 294, \"rankvar\": 153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 659, \"group\": [602.0, 323.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTTCTGCGGCA\", \"ini\": 1346, \"clust\": 810, \"rank\": 269, \"rankvar\": 1544, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 297, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1481, \"group\": [806.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACATAAAGGT\", \"ini\": 1345, \"clust\": 285, \"rank\": 477, \"rankvar\": 281, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 139, \"group\": [288.0, 126.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCAGCACAT\", \"ini\": 1344, \"clust\": 547, \"rank\": 265, \"rankvar\": 635, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 299, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 660, \"group\": [546.0, 285.0, 69.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGTTACGA\", \"ini\": 1343, \"clust\": 691, \"rank\": 182, \"rankvar\": 211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 300, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 661, \"group\": [689.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAGATGGGT\", \"ini\": 1342, \"clust\": 242, \"rank\": 387, \"rankvar\": 633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 301, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 140, \"group\": [242.0, 112.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTCAGATAA\", \"ini\": 1341, \"clust\": 278, \"rank\": 299, \"rankvar\": 23, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 141, \"group\": [278.0, 122.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCAGCTGCTG\", \"ini\": 1340, \"clust\": 623, \"rank\": 262, \"rankvar\": 502, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 303, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 662, \"group\": [626.0, 332.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCACCTAA\", \"ini\": 1339, \"clust\": 493, \"rank\": 434, \"rankvar\": 545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 304, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1378, \"group\": [491.0, 240.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGGTCCGT\", \"ini\": 1338, \"clust\": 245, \"rank\": 417, \"rankvar\": 464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 142, \"group\": [245.0, 112.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGACCCT\", \"ini\": 1337, \"clust\": 176, \"rank\": 300, \"rankvar\": 817, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 306, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 143, \"group\": [179.0, 94.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTGGAGAA\", \"ini\": 1336, \"clust\": 609, \"rank\": 257, \"rankvar\": 702, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 307, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 663, \"group\": [611.0, 325.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGTGTGCC\", \"ini\": 1335, \"clust\": 755, \"rank\": 420, \"rankvar\": 875, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 308, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 664, \"group\": [759.0, 364.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGATTGCT\", \"ini\": 1334, \"clust\": 136, \"rank\": 220, \"rankvar\": 917, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 309, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 665, \"group\": [136.0, 66.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCGCATAA\", \"ini\": 1333, \"clust\": 491, \"rank\": 354, \"rankvar\": 982, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1379, \"group\": [490.0, 239.0, 52.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCGCTTGTC\", \"ini\": 1332, \"clust\": 182, \"rank\": 366, \"rankvar\": 338, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 144, \"group\": [183.0, 95.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAAATCCGT\", \"ini\": 1331, \"clust\": 487, \"rank\": 319, \"rankvar\": 1077, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 312, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1380, \"group\": [486.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTAAATGAC\", \"ini\": 1330, \"clust\": 169, \"rank\": 389, \"rankvar\": 188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 145, \"group\": [172.0, 91.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGACTTTCG\", \"ini\": 1329, \"clust\": 12, \"rank\": 333, \"rankvar\": 1302, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 314, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1595, \"group\": [11.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTCGGACG\", \"ini\": 1328, \"clust\": 234, \"rank\": 428, \"rankvar\": 546, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 146, \"group\": [234.0, 108.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCATGGGACA\", \"ini\": 1327, \"clust\": 949, \"rank\": 666, \"rankvar\": 1266, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 316, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 9, \"group\": [946.0, 457.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTTACAG\", \"ini\": 1326, \"clust\": 824, \"rank\": 314, \"rankvar\": 560, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 317, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1482, \"group\": [824.0, 395.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAATGAATG\", \"ini\": 1325, \"clust\": 283, \"rank\": 469, \"rankvar\": 759, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 147, \"group\": [281.0, 123.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCTTGCCGT\", \"ini\": 1324, \"clust\": 232, \"rank\": 450, \"rankvar\": 950, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 148, \"group\": [235.0, 108.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGGGATA\", \"ini\": 1323, \"clust\": 332, \"rank\": 533, \"rankvar\": 691, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 320, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1381, \"group\": [331.0, 159.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCTGCCCA\", \"ini\": 1322, \"clust\": 412, \"rank\": 517, \"rankvar\": 148, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 321, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1283, \"group\": [413.0, 196.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGGCTTGG\", \"ini\": 1321, \"clust\": 723, \"rank\": 261, \"rankvar\": 378, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 666, \"group\": [725.0, 352.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTTTGGCGC\", \"ini\": 1320, \"clust\": 551, \"rank\": 529, \"rankvar\": 669, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 323, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 667, \"group\": [552.0, 290.0, 70.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGCTCAACT\", \"ini\": 1319, \"clust\": 729, \"rank\": 206, \"rankvar\": 349, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 324, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 668, \"group\": [731.0, 353.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCAGAGGTG\", \"ini\": 1318, \"clust\": 77, \"rank\": 324, \"rankvar\": 1019, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 325, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 149, \"group\": [78.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCTTAGCCC\", \"ini\": 1317, \"clust\": 271, \"rank\": 343, \"rankvar\": 152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 150, \"group\": [272.0, 121.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGATCCAT\", \"ini\": 1316, \"clust\": 292, \"rank\": 423, \"rankvar\": 337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 151, \"group\": [292.0, 129.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACAAGCCC\", \"ini\": 1315, \"clust\": 403, \"rank\": 426, \"rankvar\": 375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 328, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1382, \"group\": [402.0, 191.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCAACCA\", \"ini\": 1314, \"clust\": 267, \"rank\": 357, \"rankvar\": 579, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 329, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 152, \"group\": [267.0, 120.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTAACTCT\", \"ini\": 1313, \"clust\": 194, \"rank\": 306, \"rankvar\": 31, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 330, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 153, \"group\": [197.0, 101.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACTACAA\", \"ini\": 1312, \"clust\": 457, \"rank\": 500, \"rankvar\": 206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 331, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1383, \"group\": [457.0, 225.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCAGCTGGC\", \"ini\": 1311, \"clust\": 75, \"rank\": 479, \"rankvar\": 1160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 332, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1596, \"group\": [74.0, 17.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGTTCGA\", \"ini\": 1310, \"clust\": 370, \"rank\": 455, \"rankvar\": 454, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1384, \"group\": [372.0, 182.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCCAACCAA\", \"ini\": 1309, \"clust\": 262, \"rank\": 313, \"rankvar\": 298, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 154, \"group\": [262.0, 118.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCGAACGGA\", \"ini\": 1308, \"clust\": 673, \"rank\": 197, \"rankvar\": 428, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 335, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 669, \"group\": [673.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCGATAGC\", \"ini\": 1307, \"clust\": 160, \"rank\": 392, \"rankvar\": 224, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 336, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 155, \"group\": [161.0, 85.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCGGGAGTA\", \"ini\": 1306, \"clust\": 682, \"rank\": 158, \"rankvar\": 1050, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 337, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 670, \"group\": [684.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCGTCATC\", \"ini\": 1305, \"clust\": 945, \"rank\": 618, \"rankvar\": 870, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 338, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 10, \"group\": [943.0, 457.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTAAGTGTA\", \"ini\": 1304, \"clust\": 652, \"rank\": 278, \"rankvar\": 461, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 339, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 671, \"group\": [650.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGAAATG\", \"ini\": 1303, \"clust\": 625, \"rank\": 271, \"rankvar\": 39, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 340, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 672, \"group\": [625.0, 331.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAAATACAG\", \"ini\": 1302, \"clust\": 941, \"rank\": 380, \"rankvar\": 885, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 341, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 11, \"group\": [941.0, 456.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATAGCAT\", \"ini\": 1301, \"clust\": 1587, \"rank\": 227, \"rankvar\": 932, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 342, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 996, \"group\": [1588.0, 788.0, 195.0, 48.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATATACCG\", \"ini\": 1300, \"clust\": 303, \"rank\": 441, \"rankvar\": 779, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 156, \"group\": [301.0, 136.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGTACTTGC\", \"ini\": 1299, \"clust\": 946, \"rank\": 604, \"rankvar\": 1372, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 344, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 12, \"group\": [944.0, 457.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTAACGA\", \"ini\": 1298, \"clust\": 480, \"rank\": 373, \"rankvar\": 1088, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1385, \"group\": [478.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGTGCAAC\", \"ini\": 1297, \"clust\": 246, \"rank\": 375, \"rankvar\": 628, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 157, \"group\": [246.0, 112.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGGTTTC\", \"ini\": 1296, \"clust\": 290, \"rank\": 510, \"rankvar\": 345, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 158, \"group\": [290.0, 128.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAACACTG\", \"ini\": 1295, \"clust\": 119, \"rank\": 418, \"rankvar\": 530, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 159, \"group\": [118.0, 52.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTCGTACT\", \"ini\": 1294, \"clust\": 643, \"rank\": 323, \"rankvar\": 227, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 349, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 673, \"group\": [641.0, 338.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAACTGGCC\", \"ini\": 1293, \"clust\": 680, \"rank\": 239, \"rankvar\": 394, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 350, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 674, \"group\": [677.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGAGAACG\", \"ini\": 1292, \"clust\": 193, \"rank\": 365, \"rankvar\": 198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 160, \"group\": [193.0, 99.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCGGGTCT\", \"ini\": 1291, \"clust\": 1595, \"rank\": 320, \"rankvar\": 678, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 352, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 997, \"group\": [1593.0, 793.0, 196.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTCTTGTCC\", \"ini\": 1290, \"clust\": 323, \"rank\": 388, \"rankvar\": 427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1386, \"group\": [325.0, 155.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCGGAAATA\", \"ini\": 1289, \"clust\": 275, \"rank\": 321, \"rankvar\": 194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 161, \"group\": [276.0, 122.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACGAGGTA\", \"ini\": 1288, \"clust\": 419, \"rank\": 472, \"rankvar\": 324, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 355, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1284, \"group\": [423.0, 201.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGCGAACA\", \"ini\": 1287, \"clust\": 604, \"rank\": 334, \"rankvar\": 407, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 356, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 675, \"group\": [604.0, 323.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGGTTCGG\", \"ini\": 1286, \"clust\": 827, \"rank\": 241, \"rankvar\": 974, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 357, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1483, \"group\": [825.0, 395.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGTTACCT\", \"ini\": 1285, \"clust\": 368, \"rank\": 309, \"rankvar\": 69, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 358, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 676, \"group\": [409.0, 194.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTTTGC\", \"ini\": 1284, \"clust\": 371, \"rank\": 377, \"rankvar\": 192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 359, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1387, \"group\": [371.0, 181.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGCCTGAG\", \"ini\": 1283, \"clust\": 115, \"rank\": 431, \"rankvar\": 679, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 162, \"group\": [117.0, 51.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTAATGA\", \"ini\": 1282, \"clust\": 410, \"rank\": 444, \"rankvar\": 111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 361, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1285, \"group\": [411.0, 195.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGGCTACG\", \"ini\": 1281, \"clust\": 366, \"rank\": 425, \"rankvar\": 505, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 362, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1388, \"group\": [367.0, 179.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTTGGGCC\", \"ini\": 1280, \"clust\": 263, \"rank\": 356, \"rankvar\": 59, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 363, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 163, \"group\": [264.0, 120.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGCCCAATT\", \"ini\": 1279, \"clust\": 338, \"rank\": 359, \"rankvar\": 36, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 364, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 677, \"group\": [339.0, 165.0, 39.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGGGTGT\", \"ini\": 1278, \"clust\": 679, \"rank\": 288, \"rankvar\": 491, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 678, \"group\": [679.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCATGGTCA\", \"ini\": 1277, \"clust\": 273, \"rank\": 402, \"rankvar\": 421, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 164, \"group\": [274.0, 121.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAAGGTTCT\", \"ini\": 1276, \"clust\": 636, \"rank\": 285, \"rankvar\": 255, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 679, \"group\": [638.0, 337.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATTGGGCC\", \"ini\": 1275, \"clust\": 811, \"rank\": 374, \"rankvar\": 787, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1389, \"group\": [813.0, 391.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACACGAAACG\", \"ini\": 1274, \"clust\": 632, \"rank\": 316, \"rankvar\": 163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 369, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 680, \"group\": [632.0, 336.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCAAGAT\", \"ini\": 1273, \"clust\": 346, \"rank\": 471, \"rankvar\": 352, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1390, \"group\": [349.0, 170.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGTACGATA\", \"ini\": 1272, \"clust\": 650, \"rank\": 342, \"rankvar\": 360, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 371, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 681, \"group\": [653.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCAGCATACT\", \"ini\": 1271, \"clust\": 641, \"rank\": 332, \"rankvar\": 451, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 372, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 682, \"group\": [640.0, 338.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTCTCTTTA\", \"ini\": 1270, \"clust\": 170, \"rank\": 331, \"rankvar\": 627, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 165, \"group\": [170.0, 91.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCACTTACGA\", \"ini\": 1269, \"clust\": 247, \"rank\": 407, \"rankvar\": 147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 374, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 166, \"group\": [247.0, 112.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGGGTTAG\", \"ini\": 1268, \"clust\": 535, \"rank\": 528, \"rankvar\": 332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 375, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1286, \"group\": [536.0, 276.0, 66.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATTTGCCC\", \"ini\": 1267, \"clust\": 646, \"rank\": 364, \"rankvar\": 145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 376, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 683, \"group\": [646.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCAATACCG\", \"ini\": 1266, \"clust\": 186, \"rank\": 363, \"rankvar\": 137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 377, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 167, \"group\": [186.0, 95.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCACGTTGGC\", \"ini\": 1265, \"clust\": 126, \"rank\": 400, \"rankvar\": 453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 168, \"group\": [131.0, 61.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGATAATG\", \"ini\": 1264, \"clust\": 101, \"rank\": 494, \"rankvar\": 813, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 169, \"group\": [100.0, 41.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCCGTTAA\", \"ini\": 1263, \"clust\": 681, \"rank\": 243, \"rankvar\": 75, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 380, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 684, \"group\": [678.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTGTTTGGT\", \"ini\": 1262, \"clust\": 662, \"rank\": 185, \"rankvar\": 809, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 381, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 685, \"group\": [662.0, 341.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCGGTCTAA\", \"ini\": 1261, \"clust\": 631, \"rank\": 336, \"rankvar\": 542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 382, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 686, \"group\": [654.0, 340.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACCACTTAAGC\", \"ini\": 1260, \"clust\": 598, \"rank\": 376, \"rankvar\": 667, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 383, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 687, \"group\": [598.0, 321.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATTTCACT\", \"ini\": 1259, \"clust\": 227, \"rank\": 371, \"rankvar\": 28, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 384, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 170, \"group\": [230.0, 106.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAAGTAGT\", \"ini\": 1258, \"clust\": 812, \"rank\": 390, \"rankvar\": 774, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 385, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1484, \"group\": [811.0, 391.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGGATGG\", \"ini\": 1257, \"clust\": 477, \"rank\": 484, \"rankvar\": 1125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 386, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1391, \"group\": [477.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCCCATTAT\", \"ini\": 1256, \"clust\": 113, \"rank\": 558, \"rankvar\": 573, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 171, \"group\": [111.0, 48.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCTGCAAT\", \"ini\": 1255, \"clust\": 251, \"rank\": 413, \"rankvar\": 189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 172, \"group\": [252.0, 115.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCATCGGAAG\", \"ini\": 1254, \"clust\": 648, \"rank\": 304, \"rankvar\": 783, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 389, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 688, \"group\": [647.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTGAGTTC\", \"ini\": 1253, \"clust\": 235, \"rank\": 409, \"rankvar\": 436, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 390, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 173, \"group\": [238.0, 110.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCATGAT\", \"ini\": 1252, \"clust\": 289, \"rank\": 421, \"rankvar\": 584, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 174, \"group\": [294.0, 130.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTCCGTT\", \"ini\": 1251, \"clust\": 248, \"rank\": 416, \"rankvar\": 586, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 175, \"group\": [251.0, 114.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACGGTTTA\", \"ini\": 1250, \"clust\": 168, \"rank\": 436, \"rankvar\": 629, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 176, \"group\": [169.0, 91.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCGAACC\", \"ini\": 1249, \"clust\": 449, \"rank\": 636, \"rankvar\": 807, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 394, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1392, \"group\": [448.0, 218.0, 49.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTCATAGACTC\", \"ini\": 1248, \"clust\": 544, \"rank\": 396, \"rankvar\": 602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 395, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 689, \"group\": [544.0, 283.0, 69.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGGCTAGGT\", \"ini\": 1247, \"clust\": 100, \"rank\": 465, \"rankvar\": 798, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 177, \"group\": [102.0, 42.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATCCGCGA\", \"ini\": 1246, \"clust\": 257, \"rank\": 485, \"rankvar\": 85, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 397, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 178, \"group\": [258.0, 116.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCCTTCAAT\", \"ini\": 1245, \"clust\": 149, \"rank\": 346, \"rankvar\": 329, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 179, \"group\": [147.0, 77.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGAACCTT\", \"ini\": 1244, \"clust\": 3, \"rank\": 591, \"rankvar\": 914, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 399, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1393, \"group\": [4.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGGTCTCG\", \"ini\": 1243, \"clust\": 141, \"rank\": 445, \"rankvar\": 98, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 180, \"group\": [144.0, 74.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTATCACCA\", \"ini\": 1242, \"clust\": 243, \"rank\": 435, \"rankvar\": 576, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 401, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 181, \"group\": [243.0, 112.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGGAGCGAG\", \"ini\": 1241, \"clust\": 433, \"rank\": 411, \"rankvar\": 264, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 402, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1287, \"group\": [434.0, 209.0, 44.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCATGAACCT\", \"ini\": 1240, \"clust\": 932, \"rank\": 576, \"rankvar\": 865, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 403, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 13, \"group\": [932.0, 452.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTTGCGTTA\", \"ini\": 1239, \"clust\": 252, \"rank\": 532, \"rankvar\": 219, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 404, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 182, \"group\": [253.0, 115.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGGCCGAT\", \"ini\": 1238, \"clust\": 187, \"rank\": 508, \"rankvar\": 387, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 183, \"group\": [188.0, 96.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGGCCGAT\", \"ini\": 1237, \"clust\": 728, \"rank\": 315, \"rankvar\": 86, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 406, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 690, \"group\": [727.0, 353.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGCTTTC\", \"ini\": 1236, \"clust\": 693, \"rank\": 268, \"rankvar\": 204, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 407, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 691, \"group\": [698.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTGCCTGTG\", \"ini\": 1235, \"clust\": 644, \"rank\": 405, \"rankvar\": 476, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 408, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 692, \"group\": [642.0, 338.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTACTGAC\", \"ini\": 1234, \"clust\": 358, \"rank\": 326, \"rankvar\": 218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 409, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1394, \"group\": [365.0, 177.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCGTCCAGG\", \"ini\": 1233, \"clust\": 453, \"rank\": 627, \"rankvar\": 1037, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 410, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1395, \"group\": [459.0, 227.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCACCCTCA\", \"ini\": 1232, \"clust\": 605, \"rank\": 280, \"rankvar\": 510, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 693, \"group\": [605.0, 323.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCTTGCGG\", \"ini\": 1231, \"clust\": 685, \"rank\": 230, \"rankvar\": 223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 694, \"group\": [687.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTACTCAAC\", \"ini\": 1230, \"clust\": 361, \"rank\": 266, \"rankvar\": 181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 413, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1396, \"group\": [362.0, 174.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGAGTTGGC\", \"ini\": 1229, \"clust\": 687, \"rank\": 247, \"rankvar\": 481, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 414, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 695, \"group\": [686.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGATATGGT\", \"ini\": 1228, \"clust\": 594, \"rank\": 404, \"rankvar\": 365, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 415, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 696, \"group\": [597.0, 320.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCGCTTTC\", \"ini\": 1227, \"clust\": 797, \"rank\": 286, \"rankvar\": 1196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 416, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1485, \"group\": [799.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAAGCCGTC\", \"ini\": 1226, \"clust\": 573, \"rank\": 395, \"rankvar\": 348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 417, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 697, \"group\": [573.0, 306.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCAGGGTGTTG\", \"ini\": 1225, \"clust\": 738, \"rank\": 535, \"rankvar\": 755, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 418, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 698, \"group\": [738.0, 356.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCATGTCTT\", \"ini\": 1224, \"clust\": 26, \"rank\": 433, \"rankvar\": 1217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 419, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1597, \"group\": [30.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGGCGCTCT\", \"ini\": 1223, \"clust\": 499, \"rank\": 461, \"rankvar\": 725, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 420, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1397, \"group\": [497.0, 242.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGGTGCGCTTG\", \"ini\": 1222, \"clust\": 667, \"rank\": 367, \"rankvar\": 230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 421, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 699, \"group\": [669.0, 345.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCTAAAGA\", \"ini\": 1221, \"clust\": 104, \"rank\": 671, \"rankvar\": 655, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 184, \"group\": [103.0, 43.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACTGCCAG\", \"ini\": 1220, \"clust\": 249, \"rank\": 506, \"rankvar\": 455, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 185, \"group\": [249.0, 113.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATTACCTT\", \"ini\": 1219, \"clust\": 161, \"rank\": 401, \"rankvar\": 201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 186, \"group\": [159.0, 85.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGCGATTCT\", \"ini\": 1218, \"clust\": 464, \"rank\": 432, \"rankvar\": 749, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 425, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1398, \"group\": [462.0, 230.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTCCGTAT\", \"ini\": 1217, \"clust\": 254, \"rank\": 490, \"rankvar\": 33, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 426, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 187, \"group\": [259.0, 116.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATGCCTTC\", \"ini\": 1216, \"clust\": 962, \"rank\": 607, \"rankvar\": 415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 427, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1399, \"group\": [962.0, 471.0, 110.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCGATATA\", \"ini\": 1215, \"clust\": 264, \"rank\": 414, \"rankvar\": 445, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 188, \"group\": [265.0, 120.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACCAGATT\", \"ini\": 1214, \"clust\": 719, \"rank\": 291, \"rankvar\": 203, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 429, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 700, \"group\": [719.0, 350.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCCACTCCA\", \"ini\": 1213, \"clust\": 230, \"rank\": 391, \"rankvar\": 296, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 189, \"group\": [231.0, 107.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCCTAATT\", \"ini\": 1212, \"clust\": 239, \"rank\": 412, \"rankvar\": 490, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 190, \"group\": [239.0, 111.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGGTTAAC\", \"ini\": 1211, \"clust\": 293, \"rank\": 629, \"rankvar\": 307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 191, \"group\": [293.0, 129.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGGGTGTGT\", \"ini\": 1210, \"clust\": 736, \"rank\": 460, \"rankvar\": 226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 433, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 701, \"group\": [736.0, 356.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTTATGCGT\", \"ini\": 1209, \"clust\": 138, \"rank\": 470, \"rankvar\": 868, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 434, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 702, \"group\": [141.0, 71.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCAGACCTTTG\", \"ini\": 1208, \"clust\": 742, \"rank\": 372, \"rankvar\": 403, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 435, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 703, \"group\": [742.0, 358.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCACATGACT\", \"ini\": 1207, \"clust\": 947, \"rank\": 648, \"rankvar\": 1325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 436, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 14, \"group\": [947.0, 457.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGAGACTTA\", \"ini\": 1206, \"clust\": 801, \"rank\": 463, \"rankvar\": 968, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 437, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1486, \"group\": [800.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTAATTGGA\", \"ini\": 1205, \"clust\": 653, \"rank\": 422, \"rankvar\": 535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 438, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 704, \"group\": [651.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTTTAGGG\", \"ini\": 1204, \"clust\": 638, \"rank\": 340, \"rankvar\": 552, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 439, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 705, \"group\": [637.0, 337.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTTGCT\", \"ini\": 1203, \"clust\": 259, \"rank\": 467, \"rankvar\": 5, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 192, \"group\": [257.0, 116.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTCATTCA\", \"ini\": 1202, \"clust\": 226, \"rank\": 440, \"rankvar\": 160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 441, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 193, \"group\": [227.0, 106.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCAATGAATG\", \"ini\": 1201, \"clust\": 27, \"rank\": 449, \"rankvar\": 1369, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 442, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1598, \"group\": [24.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATAAAGG\", \"ini\": 1200, \"clust\": 333, \"rank\": 640, \"rankvar\": 353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 443, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1400, \"group\": [332.0, 160.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTACAGTGG\", \"ini\": 1199, \"clust\": 336, \"rank\": 675, \"rankvar\": 1104, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1401, \"group\": [335.0, 161.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCACAGGCCT\", \"ini\": 1198, \"clust\": 626, \"rank\": 397, \"rankvar\": 335, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 445, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 706, \"group\": [627.0, 333.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACAGAGGT\", \"ini\": 1197, \"clust\": 342, \"rank\": 296, \"rankvar\": 616, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 446, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1402, \"group\": [343.0, 167.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCACCGGGT\", \"ini\": 1196, \"clust\": 236, \"rank\": 473, \"rankvar\": 400, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 447, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 194, \"group\": [236.0, 109.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTAGGGTG\", \"ini\": 1195, \"clust\": 826, \"rank\": 301, \"rankvar\": 1188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 448, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1487, \"group\": [827.0, 395.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGTCGCTG\", \"ini\": 1194, \"clust\": 737, \"rank\": 476, \"rankvar\": 379, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 449, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 707, \"group\": [737.0, 356.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCGTTTAC\", \"ini\": 1193, \"clust\": 1626, \"rank\": 233, \"rankvar\": 1347, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 450, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 998, \"group\": [1627.0, 808.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACAGCTCGAC\", \"ini\": 1192, \"clust\": 330, \"rank\": 610, \"rankvar\": 414, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 451, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1403, \"group\": [336.0, 162.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGTTAACC\", \"ini\": 1191, \"clust\": 802, \"rank\": 408, \"rankvar\": 1376, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 452, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1488, \"group\": [801.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAGGGTAC\", \"ini\": 1190, \"clust\": 815, \"rank\": 250, \"rankvar\": 899, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 453, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 708, \"group\": [815.0, 392.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTTCCGTCT\", \"ini\": 1189, \"clust\": 365, \"rank\": 362, \"rankvar\": 78, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1404, \"group\": [364.0, 176.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCTTGCAAG\", \"ini\": 1188, \"clust\": 747, \"rank\": 382, \"rankvar\": 315, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 455, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 709, \"group\": [746.0, 359.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGTCTCT\", \"ini\": 1187, \"clust\": 799, \"rank\": 303, \"rankvar\": 1423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 456, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1489, \"group\": [796.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTGATAAAC\", \"ini\": 1186, \"clust\": 674, \"rank\": 260, \"rankvar\": 458, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 457, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 710, \"group\": [674.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCTCGTATT\", \"ini\": 1185, \"clust\": 37, \"rank\": 381, \"rankvar\": 1233, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 458, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1599, \"group\": [36.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCAAACGGG\", \"ini\": 1184, \"clust\": 189, \"rank\": 446, \"rankvar\": 318, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 195, \"group\": [190.0, 98.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGTGGTAAT\", \"ini\": 1183, \"clust\": 237, \"rank\": 468, \"rankvar\": 663, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 196, \"group\": [237.0, 109.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTCTTTCAT\", \"ini\": 1182, \"clust\": 220, \"rank\": 451, \"rankvar\": 26, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 197, \"group\": [225.0, 105.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTCACGCC\", \"ini\": 1181, \"clust\": 672, \"rank\": 277, \"rankvar\": 398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 462, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 711, \"group\": [671.0, 346.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTGCCAGA\", \"ini\": 1180, \"clust\": 794, \"rank\": 544, \"rankvar\": 1473, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 463, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1490, \"group\": [810.0, 390.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATCGATTG\", \"ini\": 1179, \"clust\": 436, \"rank\": 327, \"rankvar\": 68, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 464, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1288, \"group\": [440.0, 211.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATCGATTG\", \"ini\": 1178, \"clust\": 651, \"rank\": 410, \"rankvar\": 420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 465, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 712, \"group\": [652.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTCATCGTCGG\", \"ini\": 1177, \"clust\": 735, \"rank\": 551, \"rankvar\": 473, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 466, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 713, \"group\": [734.0, 355.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGTACTCT\", \"ini\": 1176, \"clust\": 938, \"rank\": 553, \"rankvar\": 1198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 467, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 15, \"group\": [940.0, 455.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAAGCAGGTCA\", \"ini\": 1175, \"clust\": 279, \"rank\": 530, \"rankvar\": 100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 198, \"group\": [284.0, 125.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCAACACGT\", \"ini\": 1174, \"clust\": 603, \"rank\": 459, \"rankvar\": 641, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 469, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 714, \"group\": [606.0, 323.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTGGGATC\", \"ini\": 1173, \"clust\": 241, \"rank\": 592, \"rankvar\": 498, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 470, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 199, \"group\": [248.0, 112.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGCGATAGC\", \"ini\": 1172, \"clust\": 611, \"rank\": 385, \"rankvar\": 639, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 471, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 715, \"group\": [610.0, 325.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCGCATGGC\", \"ini\": 1171, \"clust\": 748, \"rank\": 399, \"rankvar\": 651, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 472, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 716, \"group\": [747.0, 359.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTAAGGGAA\", \"ini\": 1170, \"clust\": 817, \"rank\": 307, \"rankvar\": 1323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 473, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1491, \"group\": [816.0, 393.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCCTTGAT\", \"ini\": 1169, \"clust\": 107, \"rank\": 769, \"rankvar\": 944, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 474, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 200, \"group\": [106.0, 44.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGCTAAACA\", \"ini\": 1168, \"clust\": 828, \"rank\": 361, \"rankvar\": 1122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 475, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1492, \"group\": [826.0, 395.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTAGCTAAA\", \"ini\": 1167, \"clust\": 129, \"rank\": 495, \"rankvar\": 250, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 476, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 201, \"group\": [127.0, 57.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATCCCGC\", \"ini\": 1166, \"clust\": 284, \"rank\": 540, \"rankvar\": 417, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 202, \"group\": [289.0, 127.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGAGTACCG\", \"ini\": 1165, \"clust\": 1596, \"rank\": 415, \"rankvar\": 751, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 478, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 999, \"group\": [1594.0, 794.0, 196.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCATGCTGGC\", \"ini\": 1164, \"clust\": 137, \"rank\": 311, \"rankvar\": 487, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 479, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 717, \"group\": [137.0, 67.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGGATGGA\", \"ini\": 1163, \"clust\": 592, \"rank\": 462, \"rankvar\": 693, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 480, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 718, \"group\": [593.0, 319.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTCACCCATTC\", \"ini\": 1162, \"clust\": 744, \"rank\": 383, \"rankvar\": 267, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 719, \"group\": [744.0, 359.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTTAGTGGG\", \"ini\": 1161, \"clust\": 280, \"rank\": 577, \"rankvar\": 76, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 203, \"group\": [283.0, 124.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCGACA\", \"ini\": 1160, \"clust\": 622, \"rank\": 282, \"rankvar\": 887, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 483, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 720, \"group\": [620.0, 328.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGTTTCCTT\", \"ini\": 1159, \"clust\": 294, \"rank\": 516, \"rankvar\": 695, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 204, \"group\": [295.0, 131.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGCACGTCAGC\", \"ini\": 1158, \"clust\": 597, \"rank\": 504, \"rankvar\": 565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 485, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 721, \"group\": [600.0, 322.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCCAAAT\", \"ini\": 1157, \"clust\": 612, \"rank\": 398, \"rankvar\": 339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 486, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 722, \"group\": [623.0, 330.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTCTCTTAT\", \"ini\": 1156, \"clust\": 575, \"rank\": 419, \"rankvar\": 139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 487, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 723, \"group\": [578.0, 310.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCAACGGCC\", \"ini\": 1155, \"clust\": 1588, \"rank\": 378, \"rankvar\": 872, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 488, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1000, \"group\": [1589.0, 789.0, 195.0, 48.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCGAACGC\", \"ini\": 1154, \"clust\": 108, \"rank\": 680, \"rankvar\": 713, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 489, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 205, \"group\": [107.0, 44.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCGCAAACT\", \"ini\": 1153, \"clust\": 739, \"rank\": 497, \"rankvar\": 593, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 490, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 724, \"group\": [739.0, 356.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCACACGC\", \"ini\": 1152, \"clust\": 813, \"rank\": 507, \"rankvar\": 607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 491, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1493, \"group\": [812.0, 391.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACCACCAG\", \"ini\": 1151, \"clust\": 786, \"rank\": 328, \"rankvar\": 1226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 492, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1494, \"group\": [791.0, 387.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGGCAAAC\", \"ini\": 1150, \"clust\": 825, \"rank\": 379, \"rankvar\": 933, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 493, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1495, \"group\": [828.0, 395.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGCGTAAG\", \"ini\": 1149, \"clust\": 492, \"rank\": 456, \"rankvar\": 402, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1405, \"group\": [493.0, 241.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTGGTCCGT\", \"ini\": 1148, \"clust\": 118, \"rank\": 564, \"rankvar\": 664, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 495, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 206, \"group\": [120.0, 52.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGTGTGGCA\", \"ini\": 1147, \"clust\": 466, \"rank\": 515, \"rankvar\": 1179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 496, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1406, \"group\": [488.0, 237.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAATGAATG\", \"ini\": 1146, \"clust\": 345, \"rank\": 482, \"rankvar\": 525, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 497, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1407, \"group\": [366.0, 178.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAAACCCAT\", \"ini\": 1145, \"clust\": 942, \"rank\": 583, \"rankvar\": 946, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 498, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 16, \"group\": [942.0, 456.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCTCCAGGG\", \"ini\": 1144, \"clust\": 967, \"rank\": 653, \"rankvar\": 797, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 499, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 207, \"group\": [967.0, 476.0, 111.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGCCAGTTT\", \"ini\": 1143, \"clust\": 790, \"rank\": 438, \"rankvar\": 936, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 500, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1496, \"group\": [788.0, 386.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTACATGAACCT\", \"ini\": 1142, \"clust\": 148, \"rank\": 466, \"rankvar\": 80, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 501, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 208, \"group\": [149.0, 77.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGAATAGGG\", \"ini\": 1141, \"clust\": 179, \"rank\": 474, \"rankvar\": 652, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 209, \"group\": [182.0, 95.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGCTGGA\", \"ini\": 1140, \"clust\": 481, \"rank\": 439, \"rankvar\": 1076, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 503, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1408, \"group\": [479.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTACCGGCT\", \"ini\": 1139, \"clust\": 756, \"rank\": 487, \"rankvar\": 674, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 504, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 725, \"group\": [755.0, 364.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGGTGGAT\", \"ini\": 1138, \"clust\": 469, \"rank\": 458, \"rankvar\": 1315, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 505, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1409, \"group\": [467.0, 233.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGAGGTTAT\", \"ini\": 1137, \"clust\": 649, \"rank\": 478, \"rankvar\": 369, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 506, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 726, \"group\": [648.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCAAAGACA\", \"ini\": 1136, \"clust\": 574, \"rank\": 453, \"rankvar\": 486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 507, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 727, \"group\": [574.0, 306.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTGATCGG\", \"ini\": 1135, \"clust\": 15, \"rank\": 570, \"rankvar\": 1428, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 508, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1600, \"group\": [14.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAGGTCGTC\", \"ini\": 1134, \"clust\": 745, \"rank\": 475, \"rankvar\": 448, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 728, \"group\": [745.0, 359.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTTCCACGG\", \"ini\": 1133, \"clust\": 435, \"rank\": 464, \"rankvar\": 513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 510, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1289, \"group\": [441.0, 212.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACAGCGTC\", \"ini\": 1132, \"clust\": 872, \"rank\": 355, \"rankvar\": 1330, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 511, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1497, \"group\": [869.0, 406.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCCCTAATT\", \"ini\": 1131, \"clust\": 495, \"rank\": 549, \"rankvar\": 829, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 512, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1410, \"group\": [499.0, 243.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAAAGCGGT\", \"ini\": 1130, \"clust\": 265, \"rank\": 403, \"rankvar\": 557, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 513, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 210, \"group\": [268.0, 120.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACGACGT\", \"ini\": 1129, \"clust\": 155, \"rank\": 514, \"rankvar\": 673, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 211, \"group\": [163.0, 87.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCACTCTTA\", \"ini\": 1128, \"clust\": 607, \"rank\": 452, \"rankvar\": 217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 515, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 729, \"group\": [608.0, 324.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTTCAGACT\", \"ini\": 1127, \"clust\": 940, \"rank\": 572, \"rankvar\": 543, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 516, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 17, \"group\": [939.0, 455.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCATGCAACT\", \"ini\": 1126, \"clust\": 461, \"rank\": 578, \"rankvar\": 778, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 517, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1411, \"group\": [460.0, 228.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCACCCT\", \"ini\": 1125, \"clust\": 720, \"rank\": 351, \"rankvar\": 209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 518, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 730, \"group\": [720.0, 350.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGGCTTC\", \"ini\": 1124, \"clust\": 548, \"rank\": 325, \"rankvar\": 300, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 519, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 731, \"group\": [547.0, 285.0, 69.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCCAGTTA\", \"ini\": 1123, \"clust\": 568, \"rank\": 358, \"rankvar\": 1062, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 520, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 732, \"group\": [567.0, 301.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTAGCTAGGCA\", \"ini\": 1122, \"clust\": 692, \"rank\": 406, \"rankvar\": 228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 521, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 733, \"group\": [699.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGCGGCTTC\", \"ini\": 1121, \"clust\": 28, \"rank\": 447, \"rankvar\": 1488, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 522, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1601, \"group\": [25.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAGCCCAC\", \"ini\": 1120, \"clust\": 479, \"rank\": 602, \"rankvar\": 1101, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 523, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1412, \"group\": [476.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCCACCGTTGG\", \"ini\": 1119, \"clust\": 281, \"rank\": 625, \"rankvar\": 168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 212, \"group\": [282.0, 123.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGCGCCTTG\", \"ini\": 1118, \"clust\": 789, \"rank\": 512, \"rankvar\": 1001, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 525, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1498, \"group\": [790.0, 386.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGAACTCGG\", \"ini\": 1117, \"clust\": 725, \"rank\": 448, \"rankvar\": 422, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 526, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 734, \"group\": [724.0, 352.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTATCTG\", \"ini\": 1116, \"clust\": 229, \"rank\": 523, \"rankvar\": 104, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 527, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 213, \"group\": [229.0, 106.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTCGGCTCA\", \"ini\": 1115, \"clust\": 585, \"rank\": 547, \"rankvar\": 716, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 528, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 735, \"group\": [586.0, 315.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTTCCAACA\", \"ini\": 1114, \"clust\": 791, \"rank\": 581, \"rankvar\": 901, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 529, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1499, \"group\": [789.0, 386.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCCTGCAGG\", \"ini\": 1113, \"clust\": 291, \"rank\": 669, \"rankvar\": 199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 530, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 214, \"group\": [291.0, 128.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGAGGTAGA\", \"ini\": 1112, \"clust\": 629, \"rank\": 552, \"rankvar\": 119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 531, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 736, \"group\": [629.0, 334.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACATGCAATC\", \"ini\": 1111, \"clust\": 95, \"rank\": 655, \"rankvar\": 776, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 215, \"group\": [94.0, 35.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTTTAAGCC\", \"ini\": 1110, \"clust\": 642, \"rank\": 521, \"rankvar\": 342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 533, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 737, \"group\": [643.0, 338.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTTCATGGT\", \"ini\": 1109, \"clust\": 310, \"rank\": 302, \"rankvar\": 719, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 534, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 421, \"group\": [309.0, 144.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCTGCAGG\", \"ini\": 1108, \"clust\": 334, \"rank\": 683, \"rankvar\": 122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 535, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1413, \"group\": [333.0, 160.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGAGAACAG\", \"ini\": 1107, \"clust\": 482, \"rank\": 522, \"rankvar\": 1194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 536, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1414, \"group\": [480.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGAGAGCAATT\", \"ini\": 1106, \"clust\": 151, \"rank\": 545, \"rankvar\": 483, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 216, \"group\": [151.0, 78.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAACGCGA\", \"ini\": 1105, \"clust\": 914, \"rank\": 601, \"rankvar\": 907, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 217, \"group\": [915.0, 438.0, 99.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCAGTTTGG\", \"ini\": 1104, \"clust\": 496, \"rank\": 567, \"rankvar\": 340, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 539, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1415, \"group\": [496.0, 242.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCCTCAACC\", \"ini\": 1103, \"clust\": 470, \"rank\": 608, \"rankvar\": 1271, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 540, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1416, \"group\": [468.0, 233.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAGCCTTTC\", \"ini\": 1102, \"clust\": 627, \"rank\": 491, \"rankvar\": 599, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 541, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 738, \"group\": [628.0, 333.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATAGGAG\", \"ini\": 1101, \"clust\": 80, \"rank\": 295, \"rankvar\": 920, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 218, \"group\": [79.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTCTCATCC\", \"ini\": 1100, \"clust\": 318, \"rank\": 442, \"rankvar\": 504, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 739, \"group\": [319.0, 152.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCGGCATCG\", \"ini\": 1099, \"clust\": 153, \"rank\": 513, \"rankvar\": 731, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 219, \"group\": [153.0, 80.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTTCGCTAA\", \"ini\": 1098, \"clust\": 633, \"rank\": 489, \"rankvar\": 45, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 545, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 740, \"group\": [633.0, 336.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGCGATG\", \"ini\": 1097, \"clust\": 60, \"rank\": 657, \"rankvar\": 1533, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 546, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1602, \"group\": [59.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAGTCAGCC\", \"ini\": 1096, \"clust\": 96, \"rank\": 704, \"rankvar\": 670, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 220, \"group\": [95.0, 36.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAACTGCTA\", \"ini\": 1095, \"clust\": 613, \"rank\": 273, \"rankvar\": 600, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 548, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 741, \"group\": [613.0, 326.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTTGAGAT\", \"ini\": 1094, \"clust\": 1254, \"rank\": 670, \"rankvar\": 1024, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 549, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 742, \"group\": [1255.0, 673.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCCCTAAT\", \"ini\": 1093, \"clust\": 191, \"rank\": 538, \"rankvar\": 54, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 221, \"group\": [194.0, 100.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAAGTCTAC\", \"ini\": 1092, \"clust\": 765, \"rank\": 503, \"rankvar\": 519, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 551, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 743, \"group\": [766.0, 369.0, 77.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGGCTCTTA\", \"ini\": 1091, \"clust\": 320, \"rank\": 566, \"rankvar\": 564, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1417, \"group\": [321.0, 153.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAACAGCGAACA\", \"ini\": 1090, \"clust\": 112, \"rank\": 685, \"rankvar\": 306, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 553, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 222, \"group\": [113.0, 48.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAAACCGT\", \"ini\": 1089, \"clust\": 240, \"rank\": 560, \"rankvar\": 522, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 223, \"group\": [240.0, 111.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCACAGACTT\", \"ini\": 1088, \"clust\": 960, \"rank\": 652, \"rankvar\": 683, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 555, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1418, \"group\": [963.0, 472.0, 110.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCAATGGACG\", \"ini\": 1087, \"clust\": 500, \"rank\": 550, \"rankvar\": 512, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 556, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1419, \"group\": [498.0, 242.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTGACTACT\", \"ini\": 1086, \"clust\": 150, \"rank\": 557, \"rankvar\": 279, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 224, \"group\": [148.0, 77.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCTCTTATG\", \"ini\": 1085, \"clust\": 465, \"rank\": 496, \"rankvar\": 991, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 558, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1420, \"group\": [463.0, 230.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTACAGCAG\", \"ini\": 1084, \"clust\": 536, \"rank\": 585, \"rankvar\": 249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 559, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 744, \"group\": [537.0, 277.0, 66.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCACCCAGTG\", \"ini\": 1083, \"clust\": 406, \"rank\": 681, \"rankvar\": 164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 560, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 745, \"group\": [408.0, 193.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTATAGGTA\", \"ini\": 1082, \"clust\": 1585, \"rank\": 554, \"rankvar\": 1085, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 561, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1001, \"group\": [1585.0, 786.0, 194.0, 48.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGCTGAG\", \"ini\": 1081, \"clust\": 326, \"rank\": 667, \"rankvar\": 501, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 562, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1421, \"group\": [329.0, 158.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGGCGCTCT\", \"ini\": 1080, \"clust\": 443, \"rank\": 617, \"rankvar\": 108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 563, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 746, \"group\": [447.0, 217.0, 48.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGATTC\", \"ini\": 1079, \"clust\": 639, \"rank\": 539, \"rankvar\": 612, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 564, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 747, \"group\": [644.0, 338.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCTGGAGCC\", \"ini\": 1078, \"clust\": 114, \"rank\": 606, \"rankvar\": 410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 225, \"group\": [112.0, 48.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCGGATGGA\", \"ini\": 1077, \"clust\": 757, \"rank\": 641, \"rankvar\": 883, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 566, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 748, \"group\": [756.0, 364.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTATGCTTG\", \"ini\": 1076, \"clust\": 7, \"rank\": 623, \"rankvar\": 973, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 567, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1603, \"group\": [33.0, 8.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTACTTAC\", \"ini\": 1075, \"clust\": 628, \"rank\": 579, \"rankvar\": 268, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 568, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 749, \"group\": [631.0, 335.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAATCCGT\", \"ini\": 1074, \"clust\": 140, \"rank\": 501, \"rankvar\": 176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 226, \"group\": [140.0, 70.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTGGGCTA\", \"ini\": 1073, \"clust\": 818, \"rank\": 481, \"rankvar\": 922, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 570, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1500, \"group\": [817.0, 393.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCAGGTGCCT\", \"ini\": 1072, \"clust\": 883, \"rank\": 483, \"rankvar\": 1236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 571, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 750, \"group\": [882.0, 416.0, 90.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCTGAGTGT\", \"ini\": 1071, \"clust\": 608, \"rank\": 480, \"rankvar\": 671, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 572, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 751, \"group\": [612.0, 325.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGAGAGTACAT\", \"ini\": 1070, \"clust\": 483, \"rank\": 628, \"rankvar\": 1100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 573, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1422, \"group\": [481.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGATGAGG\", \"ini\": 1069, \"clust\": 454, \"rank\": 649, \"rankvar\": 480, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 574, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1423, \"group\": [458.0, 226.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACCCTATC\", \"ini\": 1068, \"clust\": 859, \"rank\": 630, \"rankvar\": 987, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 575, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1501, \"group\": [860.0, 403.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCGTTTGCC\", \"ini\": 1067, \"clust\": 190, \"rank\": 537, \"rankvar\": 401, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 227, \"group\": [191.0, 98.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCATTCA\", \"ini\": 1066, \"clust\": 1594, \"rank\": 519, \"rankvar\": 1147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 577, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1260, \"group\": [1595.0, 795.0, 196.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCTGTCAAG\", \"ini\": 1065, \"clust\": 120, \"rank\": 700, \"rankvar\": 761, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 578, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 228, \"group\": [119.0, 52.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGCGCAC\", \"ini\": 1064, \"clust\": 288, \"rank\": 695, \"rankvar\": 40, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 229, \"group\": [286.0, 126.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCGTCTTC\", \"ini\": 1063, \"clust\": 231, \"rank\": 531, \"rankvar\": 141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 230, \"group\": [232.0, 107.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCACAACGTT\", \"ini\": 1062, \"clust\": 316, \"rank\": 457, \"rankvar\": 577, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 581, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1424, \"group\": [316.0, 150.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTCCGAAGA\", \"ini\": 1061, \"clust\": 442, \"rank\": 589, \"rankvar\": 596, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 582, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 752, \"group\": [443.0, 214.0, 46.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCAAGC\", \"ini\": 1060, \"clust\": 549, \"rank\": 611, \"rankvar\": 161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 583, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 753, \"group\": [550.0, 288.0, 69.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCCGTTGTC\", \"ini\": 1059, \"clust\": 171, \"rank\": 561, \"rankvar\": 334, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 584, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 231, \"group\": [171.0, 91.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCAAGTAATG\", \"ini\": 1058, \"clust\": 630, \"rank\": 620, \"rankvar\": 357, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 585, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 754, \"group\": [630.0, 334.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCTAGAAC\", \"ini\": 1057, \"clust\": 576, \"rank\": 505, \"rankvar\": 205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 586, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 755, \"group\": [576.0, 308.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCCTTGCCA\", \"ini\": 1056, \"clust\": 313, \"rank\": 498, \"rankvar\": 556, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 232, \"group\": [311.0, 146.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGGACGAT\", \"ini\": 1055, \"clust\": 175, \"rank\": 424, \"rankvar\": 72, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 233, \"group\": [174.0, 92.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGTGGTAAT\", \"ini\": 1054, \"clust\": 79, \"rank\": 429, \"rankvar\": 642, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 589, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 234, \"group\": [81.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGATGCGAC\", \"ini\": 1053, \"clust\": 595, \"rank\": 534, \"rankvar\": 202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 590, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 756, \"group\": [595.0, 320.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAGCTTAAC\", \"ini\": 1052, \"clust\": 647, \"rank\": 613, \"rankvar\": 696, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 591, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 757, \"group\": [649.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGCAGCCTC\", \"ini\": 1051, \"clust\": 654, \"rank\": 386, \"rankvar\": 117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 592, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 758, \"group\": [732.0, 354.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTGGTGTAG\", \"ini\": 1050, \"clust\": 956, \"rank\": 749, \"rankvar\": 718, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 593, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1290, \"group\": [956.0, 466.0, 108.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTTGATG\", \"ini\": 1049, \"clust\": 157, \"rank\": 609, \"rankvar\": 838, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 235, \"group\": [156.0, 83.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAGTCGACTAT\", \"ini\": 1048, \"clust\": 758, \"rank\": 563, \"rankvar\": 803, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 595, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 759, \"group\": [757.0, 364.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGAATCT\", \"ini\": 1047, \"clust\": 298, \"rank\": 543, \"rankvar\": 419, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 596, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 236, \"group\": [299.0, 134.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTCCAGTAT\", \"ini\": 1046, \"clust\": 305, \"rank\": 562, \"rankvar\": 998, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 237, \"group\": [305.0, 140.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGACAGCT\", \"ini\": 1045, \"clust\": 133, \"rank\": 559, \"rankvar\": 376, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 238, \"group\": [132.0, 62.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACCATACTACG\", \"ini\": 1044, \"clust\": 451, \"rank\": 798, \"rankvar\": 287, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1425, \"group\": [451.0, 221.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGGTACA\", \"ini\": 1043, \"clust\": 164, \"rank\": 486, \"rankvar\": 135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 600, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 239, \"group\": [165.0, 89.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAAACGTGG\", \"ini\": 1042, \"clust\": 1062, \"rank\": 590, \"rankvar\": 559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 240, \"group\": [1065.0, 545.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTAGTGACTCT\", \"ini\": 1041, \"clust\": 596, \"rank\": 509, \"rankvar\": 91, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 602, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 760, \"group\": [596.0, 320.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTATCGCAT\", \"ini\": 1040, \"clust\": 111, \"rank\": 644, \"rankvar\": 286, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 241, \"group\": [114.0, 49.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACGTCAGC\", \"ini\": 1039, \"clust\": 615, \"rank\": 427, \"rankvar\": 554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 604, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 761, \"group\": [615.0, 326.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACCTCGT\", \"ini\": 1038, \"clust\": 39, \"rank\": 488, \"rankvar\": 1490, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 605, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1604, \"group\": [39.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGTGCCTG\", \"ini\": 1037, \"clust\": 528, \"rank\": 654, \"rankvar\": 849, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 762, \"group\": [528.0, 269.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGCGAT\", \"ini\": 1036, \"clust\": 456, \"rank\": 701, \"rankvar\": 266, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 607, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1426, \"group\": [454.0, 223.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATTGG\", \"ini\": 1035, \"clust\": 307, \"rank\": 526, \"rankvar\": 648, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 242, \"group\": [307.0, 142.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTTTACGT\", \"ini\": 1034, \"clust\": 147, \"rank\": 624, \"rankvar\": 166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 609, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 243, \"group\": [150.0, 77.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCGCCAGCA\", \"ini\": 1033, \"clust\": 616, \"rank\": 352, \"rankvar\": 605, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 610, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 763, \"group\": [616.0, 326.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCAGATCCTGT\", \"ini\": 1032, \"clust\": 321, \"rank\": 536, \"rankvar\": 124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 611, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1427, \"group\": [322.0, 154.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCTCTGAGA\", \"ini\": 1031, \"clust\": 94, \"rank\": 772, \"rankvar\": 880, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 612, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 244, \"group\": [96.0, 37.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGCAATC\", \"ini\": 1030, \"clust\": 188, \"rank\": 605, \"rankvar\": 61, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 613, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 245, \"group\": [189.0, 97.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTCTGG\", \"ini\": 1029, \"clust\": 919, \"rank\": 839, \"rankvar\": 1014, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 614, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 18, \"group\": [921.0, 444.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGTGAAGTT\", \"ini\": 1028, \"clust\": 570, \"rank\": 642, \"rankvar\": 107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 615, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 764, \"group\": [571.0, 304.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTAAGGATT\", \"ini\": 1027, \"clust\": 448, \"rank\": 721, \"rankvar\": 689, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 616, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 765, \"group\": [450.0, 220.0, 49.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTGTCGAGTTT\", \"ini\": 1026, \"clust\": 367, \"rank\": 596, \"rankvar\": 207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 617, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 766, \"group\": [368.0, 180.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTTGCTCCT\", \"ini\": 1025, \"clust\": 579, \"rank\": 443, \"rankvar\": 687, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 618, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 767, \"group\": [579.0, 311.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCGCATC\", \"ini\": 1024, \"clust\": 38, \"rank\": 556, \"rankvar\": 1548, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 619, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1605, \"group\": [37.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACTCAGCCTAA\", \"ini\": 1023, \"clust\": 304, \"rank\": 638, \"rankvar\": 256, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 620, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 246, \"group\": [302.0, 137.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTGGGCCA\", \"ini\": 1022, \"clust\": 944, \"rank\": 738, \"rankvar\": 985, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 621, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 19, \"group\": [948.0, 458.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGGCTAGCA\", \"ini\": 1021, \"clust\": 1245, \"rank\": 603, \"rankvar\": 374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 622, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 768, \"group\": [1245.0, 665.0, 166.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAAGCCATCGC\", \"ini\": 1020, \"clust\": 1120, \"rank\": 593, \"rankvar\": 1017, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 247, \"group\": [1121.0, 593.0, 146.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATACTACG\", \"ini\": 1019, \"clust\": 471, \"rank\": 646, \"rankvar\": 823, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 624, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1428, \"group\": [469.0, 234.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCTAGTGT\", \"ini\": 1018, \"clust\": 750, \"rank\": 598, \"rankvar\": 745, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 625, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 769, \"group\": [750.0, 361.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACATCCGCGA\", \"ini\": 1017, \"clust\": 319, \"rank\": 555, \"rankvar\": 485, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 770, \"group\": [320.0, 152.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCCGTGAC\", \"ini\": 1016, \"clust\": 452, \"rank\": 844, \"rankvar\": 874, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1429, \"group\": [452.0, 222.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTTCCACAA\", \"ini\": 1015, \"clust\": 260, \"rank\": 637, \"rankvar\": 88, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 628, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 248, \"group\": [263.0, 119.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCCTTGTG\", \"ini\": 1014, \"clust\": 783, \"rank\": 569, \"rankvar\": 449, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 629, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1430, \"group\": [784.0, 384.0, 81.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCGATTCT\", \"ini\": 1013, \"clust\": 183, \"rank\": 615, \"rankvar\": 133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 249, \"group\": [184.0, 95.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCAATGGT\", \"ini\": 1012, \"clust\": 127, \"rank\": 573, \"rankvar\": 608, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 250, \"group\": [130.0, 60.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTACAGACG\", \"ini\": 1011, \"clust\": 322, \"rank\": 645, \"rankvar\": 737, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 632, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1431, \"group\": [337.0, 163.0, 38.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGCTGATAA\", \"ini\": 1010, \"clust\": 929, \"rank\": 733, \"rankvar\": 1227, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 633, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 20, \"group\": [930.0, 450.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTAATAGCA\", \"ini\": 1009, \"clust\": 250, \"rank\": 690, \"rankvar\": 193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 634, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 251, \"group\": [250.0, 113.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTGGCGAC\", \"ini\": 1008, \"clust\": 40, \"rank\": 663, \"rankvar\": 1505, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 635, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1606, \"group\": [40.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAATGTGT\", \"ini\": 1007, \"clust\": 156, \"rank\": 600, \"rankvar\": 404, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 252, \"group\": [158.0, 84.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCACCTCGT\", \"ini\": 1006, \"clust\": 162, \"rank\": 616, \"rankvar\": 115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 637, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 253, \"group\": [160.0, 85.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCCGAAT\", \"ini\": 1005, \"clust\": 753, \"rank\": 520, \"rankvar\": 496, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 638, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 771, \"group\": [753.0, 363.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTACAGCAG\", \"ini\": 1004, \"clust\": 546, \"rank\": 454, \"rankvar\": 200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 772, \"group\": [548.0, 286.0, 69.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCAACGCTA\", \"ini\": 1003, \"clust\": 121, \"rank\": 732, \"rankvar\": 589, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 254, \"group\": [123.0, 53.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCACGAAATA\", \"ini\": 1002, \"clust\": 550, \"rank\": 571, \"rankvar\": 175, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 641, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 773, \"group\": [551.0, 289.0, 69.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATTTGCTT\", \"ini\": 1001, \"clust\": 312, \"rank\": 502, \"rankvar\": 889, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 642, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 255, \"group\": [313.0, 147.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTGTAATGA\", \"ini\": 1000, \"clust\": 545, \"rank\": 595, \"rankvar\": 799, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 643, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 774, \"group\": [545.0, 284.0, 69.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGAGTATA\", \"ini\": 999, \"clust\": 590, \"rank\": 658, \"rankvar\": 56, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 644, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 775, \"group\": [591.0, 317.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTAAAGA\", \"ini\": 998, \"clust\": 619, \"rank\": 614, \"rankvar\": 703, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 776, \"group\": [622.0, 329.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTTGAGG\", \"ini\": 997, \"clust\": 105, \"rank\": 801, \"rankvar\": 604, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 646, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 256, \"group\": [104.0, 43.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACACCAGGCT\", \"ini\": 996, \"clust\": 964, \"rank\": 833, \"rankvar\": 580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 647, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 257, \"group\": [966.0, 475.0, 111.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGGGACA\", \"ini\": 995, \"clust\": 776, \"rank\": 705, \"rankvar\": 692, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 648, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1502, \"group\": [776.0, 377.0, 79.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGGGTACA\", \"ini\": 994, \"clust\": 81, \"rank\": 524, \"rankvar\": 775, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 649, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 258, \"group\": [80.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGCATG\", \"ini\": 993, \"clust\": 554, \"rank\": 622, \"rankvar\": 528, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 650, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 777, \"group\": [556.0, 294.0, 70.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTTGCGCAC\", \"ini\": 992, \"clust\": 539, \"rank\": 731, \"rankvar\": 1063, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 651, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 778, \"group\": [540.0, 280.0, 68.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGATTGT\", \"ini\": 991, \"clust\": 860, \"rank\": 633, \"rankvar\": 1342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 652, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1503, \"group\": [858.0, 403.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGAGACG\", \"ini\": 990, \"clust\": 928, \"rank\": 823, \"rankvar\": 1514, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 653, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 21, \"group\": [931.0, 451.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGCAGCGTA\", \"ini\": 989, \"clust\": 857, \"rank\": 631, \"rankvar\": 1374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 654, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1504, \"group\": [856.0, 402.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAAGCCATT\", \"ini\": 988, \"clust\": 759, \"rank\": 643, \"rankvar\": 536, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 655, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 779, \"group\": [758.0, 364.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTTACCCA\", \"ini\": 987, \"clust\": 1271, \"rank\": 897, \"rankvar\": 1445, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 656, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 22, \"group\": [1271.0, 683.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCTCTTGAT\", \"ini\": 986, \"clust\": 743, \"rank\": 588, \"rankvar\": 518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 657, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 780, \"group\": [743.0, 358.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGCCGTCGT\", \"ini\": 985, \"clust\": 1251, \"rank\": 780, \"rankvar\": 808, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 658, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 781, \"group\": [1254.0, 672.0, 168.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTAACTTC\", \"ini\": 984, \"clust\": 494, \"rank\": 707, \"rankvar\": 479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1432, \"group\": [492.0, 240.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCACGGTTA\", \"ini\": 983, \"clust\": 541, \"rank\": 546, \"rankvar\": 790, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 660, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 782, \"group\": [542.0, 281.0, 68.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTGTAA\", \"ini\": 982, \"clust\": 746, \"rank\": 662, \"rankvar\": 170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 661, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 783, \"group\": [748.0, 359.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATTGTGCA\", \"ini\": 981, \"clust\": 968, \"rank\": 792, \"rankvar\": 569, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 662, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 259, \"group\": [968.0, 477.0, 111.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAGTCGGT\", \"ini\": 980, \"clust\": 434, \"rank\": 656, \"rankvar\": 416, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 663, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1291, \"group\": [435.0, 209.0, 44.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCGTCAAA\", \"ini\": 979, \"clust\": 1055, \"rank\": 568, \"rankvar\": 1020, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 664, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 422, \"group\": [1056.0, 541.0, 131.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCACCCTCA\", \"ini\": 978, \"clust\": 131, \"rank\": 664, \"rankvar\": 356, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 665, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 260, \"group\": [135.0, 65.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTCACCTC\", \"ini\": 977, \"clust\": 472, \"rank\": 760, \"rankvar\": 919, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 666, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1433, \"group\": [470.0, 234.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGACAAGCC\", \"ini\": 976, \"clust\": 69, \"rank\": 853, \"rankvar\": 1338, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 667, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1607, \"group\": [72.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGCATCATC\", \"ini\": 975, \"clust\": 740, \"rank\": 659, \"rankvar\": 314, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 784, \"group\": [740.0, 357.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGACACGAC\", \"ini\": 974, \"clust\": 173, \"rank\": 511, \"rankvar\": 905, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 261, \"group\": [175.0, 92.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTTCCTT\", \"ini\": 973, \"clust\": 767, \"rank\": 673, \"rankvar\": 351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 670, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 785, \"group\": [770.0, 372.0, 77.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGATACACA\", \"ini\": 972, \"clust\": 1076, \"rank\": 698, \"rankvar\": 312, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 671, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 786, \"group\": [1076.0, 554.0, 134.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACAATAGAGT\", \"ini\": 971, \"clust\": 965, \"rank\": 820, \"rankvar\": 601, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 672, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 262, \"group\": [964.0, 473.0, 111.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGATGTGGC\", \"ini\": 970, \"clust\": 916, \"rank\": 719, \"rankvar\": 836, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 673, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 787, \"group\": [917.0, 440.0, 100.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGTAAGTAC\", \"ini\": 969, \"clust\": 144, \"rank\": 672, \"rankvar\": 302, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 263, \"group\": [145.0, 75.0, 26.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGGTCGAT\", \"ini\": 968, \"clust\": 57, \"rank\": 794, \"rankvar\": 1290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 675, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1608, \"group\": [57.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAAACGCG\", \"ini\": 967, \"clust\": 565, \"rank\": 599, \"rankvar\": 711, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 676, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 788, \"group\": [565.0, 300.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGGGTGTTG\", \"ini\": 966, \"clust\": 537, \"rank\": 702, \"rankvar\": 704, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 677, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 789, \"group\": [538.0, 278.0, 67.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGCTATGCT\", \"ini\": 965, \"clust\": 1048, \"rank\": 499, \"rankvar\": 649, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 264, \"group\": [1048.0, 535.0, 129.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCTCGATGA\", \"ini\": 964, \"clust\": 1590, \"rank\": 541, \"rankvar\": 1131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 679, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1002, \"group\": [1590.0, 790.0, 195.0, 48.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAACACCCG\", \"ini\": 963, \"clust\": 768, \"rank\": 527, \"rankvar\": 587, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 680, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 790, \"group\": [768.0, 371.0, 77.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTAAGAGAG\", \"ini\": 962, \"clust\": 560, \"rank\": 714, \"rankvar\": 699, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 681, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 791, \"group\": [558.0, 296.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAGCTCCG\", \"ini\": 961, \"clust\": 571, \"rank\": 650, \"rankvar\": 572, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 682, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 792, \"group\": [572.0, 305.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTGTCCAT\", \"ini\": 960, \"clust\": 798, \"rank\": 651, \"rankvar\": 1212, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 683, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1505, \"group\": [798.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGATTA\", \"ini\": 959, \"clust\": 142, \"rank\": 694, \"rankvar\": 383, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 265, \"group\": [142.0, 72.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTGCTGTC\", \"ini\": 958, \"clust\": 917, \"rank\": 771, \"rankvar\": 132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 685, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 793, \"group\": [918.0, 441.0, 100.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTAAGTAG\", \"ini\": 957, \"clust\": 760, \"rank\": 722, \"rankvar\": 344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 686, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 794, \"group\": [763.0, 367.0, 76.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTAGGACAC\", \"ini\": 956, \"clust\": 583, \"rank\": 709, \"rankvar\": 364, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 687, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 795, \"group\": [582.0, 313.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTACGAAAT\", \"ini\": 955, \"clust\": 816, \"rank\": 597, \"rankvar\": 852, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 688, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1506, \"group\": [818.0, 393.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCGGCATC\", \"ini\": 954, \"clust\": 132, \"rank\": 679, \"rankvar\": 94, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 689, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 266, \"group\": [134.0, 64.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATAGTCA\", \"ini\": 953, \"clust\": 593, \"rank\": 677, \"rankvar\": 259, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 690, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 796, \"group\": [594.0, 319.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTTTAGGA\", \"ini\": 952, \"clust\": 97, \"rank\": 759, \"rankvar\": 159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 691, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 267, \"group\": [126.0, 56.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGTCGTC\", \"ini\": 951, \"clust\": 460, \"rank\": 635, \"rankvar\": 395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 692, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1434, \"group\": [500.0, 244.0, 54.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGAAGGACA\", \"ini\": 950, \"clust\": 301, \"rank\": 697, \"rankvar\": 191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 268, \"group\": [304.0, 139.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTGGAGA\", \"ini\": 949, \"clust\": 761, \"rank\": 768, \"rankvar\": 634, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 797, \"group\": [761.0, 366.0, 76.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGGTGGA\", \"ini\": 948, \"clust\": 299, \"rank\": 687, \"rankvar\": 15, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 269, \"group\": [300.0, 135.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGGCATG\", \"ini\": 947, \"clust\": 123, \"rank\": 811, \"rankvar\": 1154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 696, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 270, \"group\": [122.0, 53.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAATGTTGC\", \"ini\": 946, \"clust\": 591, \"rank\": 586, \"rankvar\": 246, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 798, \"group\": [592.0, 318.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCGGCA\", \"ini\": 945, \"clust\": 749, \"rank\": 674, \"rankvar\": 196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 698, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 799, \"group\": [752.0, 362.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGTACC\", \"ini\": 944, \"clust\": 1052, \"rank\": 619, \"rankvar\": 380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 271, \"group\": [1053.0, 538.0, 130.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCATTATCC\", \"ini\": 943, \"clust\": 763, \"rank\": 661, \"rankvar\": 819, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 700, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 800, \"group\": [764.0, 368.0, 77.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAGGATCGA\", \"ini\": 942, \"clust\": 296, \"rank\": 751, \"rankvar\": 368, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 701, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 272, \"group\": [297.0, 133.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTCCAGTTA\", \"ini\": 941, \"clust\": 552, \"rank\": 850, \"rankvar\": 275, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 702, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1292, \"group\": [553.0, 291.0, 70.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAGCTTCGG\", \"ini\": 940, \"clust\": 762, \"rank\": 779, \"rankvar\": 646, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 703, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 801, \"group\": [762.0, 366.0, 76.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCACCAGGC\", \"ini\": 939, \"clust\": 159, \"rank\": 676, \"rankvar\": 99, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 273, \"group\": [162.0, 86.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACACAGAGGT\", \"ini\": 938, \"clust\": 582, \"rank\": 686, \"rankvar\": 520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 705, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 802, \"group\": [584.0, 313.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGATTGCT\", \"ini\": 937, \"clust\": 172, \"rank\": 634, \"rankvar\": 57, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 706, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 274, \"group\": [176.0, 93.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCATCGTCGG\", \"ini\": 936, \"clust\": 670, \"rank\": 565, \"rankvar\": 171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 707, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 803, \"group\": [672.0, 346.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTGAATTG\", \"ini\": 935, \"clust\": 4, \"rank\": 877, \"rankvar\": 1628, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 708, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1609, \"group\": [5.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGTATCTCG\", \"ini\": 934, \"clust\": 84, \"rank\": 803, \"rankvar\": 254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 709, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 275, \"group\": [85.0, 26.0, 10.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAACGC\", \"ini\": 933, \"clust\": 117, \"rank\": 726, \"rankvar\": 1079, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 276, \"group\": [116.0, 50.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGATCCCGC\", \"ini\": 932, \"clust\": 520, \"rank\": 548, \"rankvar\": 867, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 711, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 804, \"group\": [517.0, 261.0, 62.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAAGAAAGG\", \"ini\": 931, \"clust\": 315, \"rank\": 574, \"rankvar\": 276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 712, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 805, \"group\": [318.0, 151.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTGGTTT\", \"ini\": 930, \"clust\": 86, \"rank\": 809, \"rankvar\": 409, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 277, \"group\": [89.0, 30.0, 12.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTTCAAG\", \"ini\": 929, \"clust\": 89, \"rank\": 582, \"rankvar\": 178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 278, \"group\": [90.0, 31.0, 13.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTTTCG\", \"ini\": 928, \"clust\": 577, \"rank\": 587, \"rankvar\": 167, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 715, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 806, \"group\": [577.0, 309.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGTCTAC\", \"ini\": 927, \"clust\": 103, \"rank\": 854, \"rankvar\": 330, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 716, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 279, \"group\": [105.0, 43.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTGTCCGT\", \"ini\": 926, \"clust\": 777, \"rank\": 660, \"rankvar\": 1051, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 717, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1507, \"group\": [777.0, 378.0, 79.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTATATCCG\", \"ini\": 925, \"clust\": 963, \"rank\": 812, \"rankvar\": 862, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 280, \"group\": [969.0, 478.0, 112.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGGCCT\", \"ini\": 924, \"clust\": 514, \"rank\": 575, \"rankvar\": 625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 719, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 807, \"group\": [515.0, 259.0, 61.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCACCGATAT\", \"ini\": 923, \"clust\": 158, \"rank\": 782, \"rankvar\": 423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 720, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 281, \"group\": [157.0, 83.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGCCATG\", \"ini\": 922, \"clust\": 459, \"rank\": 888, \"rankvar\": 953, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 721, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1435, \"group\": [456.0, 224.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGCTTGTC\", \"ini\": 921, \"clust\": 909, \"rank\": 867, \"rankvar\": 955, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 722, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 282, \"group\": [911.0, 434.0, 97.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGCTGATAA\", \"ini\": 920, \"clust\": 509, \"rank\": 594, \"rankvar\": 288, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 723, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 808, \"group\": [509.0, 253.0, 59.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACACATGT\", \"ini\": 919, \"clust\": 143, \"rank\": 796, \"rankvar\": 325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 724, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 283, \"group\": [143.0, 73.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACATACG\", \"ini\": 918, \"clust\": 295, \"rank\": 745, \"rankvar\": 328, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 725, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 284, \"group\": [296.0, 132.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCACCGAATT\", \"ini\": 917, \"clust\": 55, \"rank\": 822, \"rankvar\": 1403, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 726, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1610, \"group\": [55.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAATAGCGG\", \"ini\": 916, \"clust\": 130, \"rank\": 766, \"rankvar\": 308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 727, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 285, \"group\": [128.0, 58.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAGACACTT\", \"ini\": 915, \"clust\": 741, \"rank\": 710, \"rankvar\": 488, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 728, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 809, \"group\": [741.0, 357.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTTACGGAG\", \"ini\": 914, \"clust\": 751, \"rank\": 783, \"rankvar\": 777, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 729, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 810, \"group\": [751.0, 361.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGAGTTGGC\", \"ini\": 913, \"clust\": 620, \"rank\": 621, \"rankvar\": 859, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 730, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 811, \"group\": [621.0, 328.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCCCAGCT\", \"ini\": 912, \"clust\": 586, \"rank\": 743, \"rankvar\": 247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 731, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 812, \"group\": [587.0, 315.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATCAGAA\", \"ini\": 911, \"clust\": 1593, \"rank\": 829, \"rankvar\": 466, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 732, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1003, \"group\": [1596.0, 796.0, 196.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGTCGATAA\", \"ini\": 910, \"clust\": 559, \"rank\": 758, \"rankvar\": 733, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 733, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 813, \"group\": [560.0, 296.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAAGTTCTG\", \"ini\": 909, \"clust\": 1603, \"rank\": 542, \"rankvar\": 1284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 734, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1004, \"group\": [1601.0, 800.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGACTAGGC\", \"ini\": 908, \"clust\": 1043, \"rank\": 693, \"rankvar\": 856, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 735, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 423, \"group\": [1044.0, 531.0, 128.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCACGGTAAG\", \"ini\": 907, \"clust\": 599, \"rank\": 716, \"rankvar\": 309, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 736, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 814, \"group\": [599.0, 321.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCTGTAGA\", \"ini\": 906, \"clust\": 981, \"rank\": 584, \"rankvar\": 386, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 737, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 286, \"group\": [981.0, 489.0, 118.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCTTGT\", \"ini\": 905, \"clust\": 109, \"rank\": 717, \"rankvar\": 894, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 287, \"group\": [109.0, 46.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTCGCTTG\", \"ini\": 904, \"clust\": 732, \"rank\": 703, \"rankvar\": 222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 739, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 815, \"group\": [749.0, 360.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACCAACCG\", \"ini\": 903, \"clust\": 538, \"rank\": 684, \"rankvar\": 125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 740, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 816, \"group\": [539.0, 279.0, 67.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGCGCCTTG\", \"ini\": 902, \"clust\": 300, \"rank\": 734, \"rankvar\": 155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 288, \"group\": [315.0, 149.0, 34.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCCCGACTT\", \"ini\": 901, \"clust\": 754, \"rank\": 612, \"rankvar\": 358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 742, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 817, \"group\": [754.0, 363.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGCCACGCT\", \"ini\": 900, \"clust\": 572, \"rank\": 742, \"rankvar\": 158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 743, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 818, \"group\": [575.0, 307.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCCCAACC\", \"ini\": 899, \"clust\": 306, \"rank\": 775, \"rankvar\": 854, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 744, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 289, \"group\": [306.0, 141.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCGAGT\", \"ini\": 898, \"clust\": 588, \"rank\": 699, \"rankvar\": 370, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 745, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 819, \"group\": [588.0, 316.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATGTTCCC\", \"ini\": 897, \"clust\": 297, \"rank\": 774, \"rankvar\": 881, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 746, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 290, \"group\": [298.0, 133.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACAGGTTT\", \"ini\": 896, \"clust\": 553, \"rank\": 773, \"rankvar\": 323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 747, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 820, \"group\": [557.0, 295.0, 70.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCGCGCCAA\", \"ini\": 895, \"clust\": 447, \"rank\": 668, \"rankvar\": 707, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 291, \"group\": [501.0, 245.0, 55.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCAGCGCTTAT\", \"ini\": 894, \"clust\": 49, \"rank\": 765, \"rankvar\": 1572, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 749, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1611, \"group\": [54.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACCAGATT\", \"ini\": 893, \"clust\": 870, \"rank\": 739, \"rankvar\": 1182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 750, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1508, \"group\": [867.0, 406.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTATGAAAC\", \"ini\": 892, \"clust\": 152, \"rank\": 682, \"rankvar\": 177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 751, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 292, \"group\": [152.0, 79.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCCCTGACT\", \"ini\": 891, \"clust\": 91, \"rank\": 883, \"rankvar\": 780, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 293, \"group\": [92.0, 33.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGTTAGCGG\", \"ini\": 890, \"clust\": 1286, \"rank\": 802, \"rankvar\": 1112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 753, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 821, \"group\": [1287.0, 692.0, 174.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGCTAACTC\", \"ini\": 889, \"clust\": 102, \"rank\": 843, \"rankvar\": 179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 294, \"group\": [101.0, 41.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGTTACCCA\", \"ini\": 888, \"clust\": 36, \"rank\": 736, \"rankvar\": 1333, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 755, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1612, \"group\": [38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAGCGATG\", \"ini\": 887, \"clust\": 950, \"rank\": 863, \"rankvar\": 697, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 756, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1293, \"group\": [951.0, 461.0, 106.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTGGTAC\", \"ini\": 886, \"clust\": 504, \"rank\": 755, \"rankvar\": 389, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 757, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 822, \"group\": [506.0, 250.0, 58.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAGATGAGC\", \"ini\": 885, \"clust\": 85, \"rank\": 858, \"rankvar\": 626, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 295, \"group\": [86.0, 27.0, 10.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCAAAGTAG\", \"ini\": 884, \"clust\": 87, \"rank\": 814, \"rankvar\": 37, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 759, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 296, \"group\": [87.0, 28.0, 11.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTAAGCCA\", \"ini\": 883, \"clust\": 450, \"rank\": 890, \"rankvar\": 911, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 760, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1436, \"group\": [449.0, 219.0, 49.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGATGTTAG\", \"ini\": 882, \"clust\": 61, \"rank\": 865, \"rankvar\": 1537, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 761, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1613, \"group\": [60.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGCCCGAAA\", \"ini\": 881, \"clust\": 555, \"rank\": 873, \"rankvar\": 796, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 762, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 823, \"group\": [554.0, 292.0, 70.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCACAGGT\", \"ini\": 880, \"clust\": 871, \"rank\": 761, \"rankvar\": 1234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 763, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1509, \"group\": [868.0, 406.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTCCAGGA\", \"ini\": 879, \"clust\": 531, \"rank\": 706, \"rankvar\": 462, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 764, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 824, \"group\": [530.0, 271.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAAGTGCG\", \"ini\": 878, \"clust\": 966, \"rank\": 936, \"rankvar\": 534, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 765, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 297, \"group\": [965.0, 474.0, 111.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCGTAGATTAG\", \"ini\": 877, \"clust\": 1265, \"rank\": 836, \"rankvar\": 1173, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 298, \"group\": [1265.0, 680.0, 170.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCGTACGGC\", \"ini\": 876, \"clust\": 1591, \"rank\": 525, \"rankvar\": 1238, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 767, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1005, \"group\": [1591.0, 791.0, 195.0, 48.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCACGGTGTC\", \"ini\": 875, \"clust\": 134, \"rank\": 723, \"rankvar\": 244, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 299, \"group\": [133.0, 63.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCTATCCTA\", \"ini\": 874, \"clust\": 1121, \"rank\": 819, \"rankvar\": 684, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 300, \"group\": [1122.0, 594.0, 146.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCACTGGGC\", \"ini\": 873, \"clust\": 106, \"rank\": 914, \"rankvar\": 425, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 301, \"group\": [108.0, 45.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTATGAAAC\", \"ini\": 872, \"clust\": 1102, \"rank\": 899, \"rankvar\": 1381, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 302, \"group\": [1103.0, 580.0, 143.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCTTGGTC\", \"ini\": 871, \"clust\": 1051, \"rank\": 737, \"rankvar\": 252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 772, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 825, \"group\": [1054.0, 539.0, 130.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCACGTTGGC\", \"ini\": 870, \"clust\": 561, \"rank\": 825, \"rankvar\": 785, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 826, \"group\": [559.0, 296.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCCCTTA\", \"ini\": 869, \"clust\": 463, \"rank\": 789, \"rankvar\": 834, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 774, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1006, \"group\": [464.0, 231.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGACAAAGG\", \"ini\": 868, \"clust\": 135, \"rank\": 691, \"rankvar\": 497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 775, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 424, \"group\": [138.0, 68.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACTGCCAG\", \"ini\": 867, \"clust\": 1305, \"rank\": 1033, \"rankvar\": 1056, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 776, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 827, \"group\": [1309.0, 713.0, 181.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGCGTGAGT\", \"ini\": 866, \"clust\": 832, \"rank\": 750, \"rankvar\": 1244, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 777, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1510, \"group\": [829.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCGCGGATC\", \"ini\": 865, \"clust\": 617, \"rank\": 708, \"rankvar\": 878, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 778, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 828, \"group\": [617.0, 327.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGGTGCAGACA\", \"ini\": 864, \"clust\": 533, \"rank\": 790, \"rankvar\": 643, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 779, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 829, \"group\": [533.0, 273.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTAAGGGC\", \"ini\": 863, \"clust\": 1053, \"rank\": 632, \"rankvar\": 637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 780, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 425, \"group\": [1051.0, 537.0, 130.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGCGTTCCG\", \"ini\": 862, \"clust\": 154, \"rank\": 816, \"rankvar\": 320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 303, \"group\": [154.0, 81.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCATGAAC\", \"ini\": 861, \"clust\": 98, \"rank\": 862, \"rankvar\": 654, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 304, \"group\": [98.0, 39.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGCACTTCGAA\", \"ini\": 860, \"clust\": 317, \"rank\": 696, \"rankvar\": 524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 783, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1437, \"group\": [317.0, 150.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGGCATCG\", \"ini\": 859, \"clust\": 534, \"rank\": 784, \"rankvar\": 802, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 784, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 830, \"group\": [534.0, 274.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCTCCAACC\", \"ini\": 858, \"clust\": 614, \"rank\": 665, \"rankvar\": 650, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 785, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 831, \"group\": [614.0, 326.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGGGATCTG\", \"ini\": 857, \"clust\": 764, \"rank\": 740, \"rankvar\": 426, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 786, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 832, \"group\": [765.0, 368.0, 77.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGGCTCAC\", \"ini\": 856, \"clust\": 72, \"rank\": 869, \"rankvar\": 1053, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 305, \"group\": [76.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACAGTTAACC\", \"ini\": 855, \"clust\": 589, \"rank\": 788, \"rankvar\": 766, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 788, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 833, \"group\": [589.0, 316.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCAGGCGAA\", \"ini\": 854, \"clust\": 908, \"rank\": 859, \"rankvar\": 60, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 306, \"group\": [912.0, 435.0, 97.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCACAACGCC\", \"ini\": 853, \"clust\": 800, \"rank\": 678, \"rankvar\": 1448, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 790, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1511, \"group\": [797.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGCAGTTT\", \"ini\": 852, \"clust\": 517, \"rank\": 626, \"rankvar\": 740, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 791, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 834, \"group\": [521.0, 263.0, 62.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCACTCCTG\", \"ini\": 851, \"clust\": 795, \"rank\": 785, \"rankvar\": 1442, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 792, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1512, \"group\": [794.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGAAGGCCT\", \"ini\": 850, \"clust\": 858, \"rank\": 797, \"rankvar\": 1137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 793, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1513, \"group\": [857.0, 402.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCAGGCAAG\", \"ini\": 849, \"clust\": 1063, \"rank\": 756, \"rankvar\": 1022, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 794, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 426, \"group\": [1063.0, 545.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGTTGCAGG\", \"ini\": 848, \"clust\": 1054, \"rank\": 580, \"rankvar\": 1108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 795, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 427, \"group\": [1052.0, 537.0, 130.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGAAAGA\", \"ini\": 847, \"clust\": 1614, \"rank\": 647, \"rankvar\": 1335, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 796, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1007, \"group\": [1612.0, 805.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCAGATGTAAC\", \"ini\": 846, \"clust\": 784, \"rank\": 830, \"rankvar\": 1354, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 797, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1514, \"group\": [782.0, 382.0, 81.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCGGATCA\", \"ini\": 845, \"clust\": 1252, \"rank\": 846, \"rankvar\": 411, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 798, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 835, \"group\": [1252.0, 671.0, 168.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCACATTCGA\", \"ini\": 844, \"clust\": 912, \"rank\": 919, \"rankvar\": 804, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 307, \"group\": [913.0, 436.0, 98.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTAAAGTCA\", \"ini\": 843, \"clust\": 581, \"rank\": 776, \"rankvar\": 931, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 800, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 836, \"group\": [585.0, 314.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCATCGGC\", \"ini\": 842, \"clust\": 557, \"rank\": 748, \"rankvar\": 912, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 801, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 837, \"group\": [570.0, 303.0, 72.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACCCATTC\", \"ini\": 841, \"clust\": 566, \"rank\": 720, \"rankvar\": 385, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 802, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 428, \"group\": [566.0, 300.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGCTGAACG\", \"ini\": 840, \"clust\": 584, \"rank\": 757, \"rankvar\": 262, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 838, \"group\": [583.0, 313.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCGACAGCC\", \"ini\": 839, \"clust\": 1165, \"rank\": 959, \"rankvar\": 741, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 308, \"group\": [1165.0, 622.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTCAGACT\", \"ini\": 838, \"clust\": 580, \"rank\": 715, \"rankvar\": 412, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 805, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 839, \"group\": [580.0, 311.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTGGTCTCG\", \"ini\": 837, \"clust\": 861, \"rank\": 800, \"rankvar\": 1087, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 806, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1515, \"group\": [859.0, 403.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTATCGCC\", \"ini\": 836, \"clust\": 1065, \"rank\": 799, \"rankvar\": 237, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 807, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 429, \"group\": [1066.0, 546.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGATGAGAG\", \"ini\": 835, \"clust\": 873, \"rank\": 786, \"rankvar\": 1317, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 808, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1516, \"group\": [870.0, 406.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAACCAC\", \"ini\": 834, \"clust\": 952, \"rank\": 827, \"rankvar\": 248, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 809, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 840, \"group\": [955.0, 465.0, 107.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTTCGATC\", \"ini\": 833, \"clust\": 569, \"rank\": 728, \"rankvar\": 463, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 810, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 841, \"group\": [568.0, 301.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCTAAGAT\", \"ini\": 832, \"clust\": 1049, \"rank\": 639, \"rankvar\": 567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 309, \"group\": [1049.0, 535.0, 129.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTAGCAAAT\", \"ini\": 831, \"clust\": 769, \"rank\": 724, \"rankvar\": 794, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 812, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 842, \"group\": [769.0, 371.0, 77.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGATGTCT\", \"ini\": 830, \"clust\": 1246, \"rank\": 735, \"rankvar\": 753, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 813, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 843, \"group\": [1246.0, 665.0, 166.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGTAC\", \"ini\": 829, \"clust\": 1166, \"rank\": 987, \"rankvar\": 767, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 814, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 310, \"group\": [1166.0, 622.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGTTGTC\", \"ini\": 828, \"clust\": 311, \"rank\": 727, \"rankvar\": 690, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 815, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 430, \"group\": [310.0, 145.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGAGAGCTC\", \"ini\": 827, \"clust\": 462, \"rank\": 787, \"rankvar\": 682, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 816, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1438, \"group\": [461.0, 229.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAGCTCCGA\", \"ini\": 826, \"clust\": 578, \"rank\": 770, \"rankvar\": 284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 817, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 844, \"group\": [581.0, 312.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTGCGTGA\", \"ini\": 825, \"clust\": 556, \"rank\": 832, \"rankvar\": 516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 818, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 845, \"group\": [555.0, 293.0, 70.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAAGAAGC\", \"ini\": 824, \"clust\": 145, \"rank\": 753, \"rankvar\": 174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 819, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 311, \"group\": [146.0, 76.0, 26.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGCGTTTAC\", \"ini\": 823, \"clust\": 926, \"rank\": 923, \"rankvar\": 1009, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 820, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 23, \"group\": [923.0, 446.0, 103.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTAATCACC\", \"ini\": 822, \"clust\": 88, \"rank\": 880, \"rankvar\": 561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 821, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 312, \"group\": [88.0, 29.0, 11.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCGGAAATA\", \"ini\": 821, \"clust\": 766, \"rank\": 725, \"rankvar\": 492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 822, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 846, \"group\": [767.0, 370.0, 77.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTCAGAG\", \"ini\": 820, \"clust\": 542, \"rank\": 730, \"rankvar\": 319, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 823, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 847, \"group\": [543.0, 282.0, 68.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGTAGCGGT\", \"ini\": 819, \"clust\": 829, \"rank\": 777, \"rankvar\": 1166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 824, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1517, \"group\": [853.0, 400.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGTCTCCTATA\", \"ini\": 818, \"clust\": 1291, \"rank\": 848, \"rankvar\": 1065, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 825, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 848, \"group\": [1292.0, 697.0, 178.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGTATCTG\", \"ini\": 817, \"clust\": 785, \"rank\": 741, \"rankvar\": 1157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 826, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1518, \"group\": [783.0, 383.0, 81.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTGATCGG\", \"ini\": 816, \"clust\": 953, \"rank\": 927, \"rankvar\": 698, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 827, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 849, \"group\": [953.0, 463.0, 107.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTAGGGACT\", \"ini\": 815, \"clust\": 618, \"rank\": 688, \"rankvar\": 853, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 828, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 431, \"group\": [618.0, 327.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCTCTAACTGG\", \"ini\": 814, \"clust\": 587, \"rank\": 778, \"rankvar\": 897, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 829, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 850, \"group\": [590.0, 316.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTAGTTTCCTT\", \"ini\": 813, \"clust\": 792, \"rank\": 804, \"rankvar\": 1279, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 830, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1519, \"group\": [792.0, 388.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCAAG\", \"ini\": 812, \"clust\": 1064, \"rank\": 818, \"rankvar\": 685, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 831, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 432, \"group\": [1064.0, 545.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGACTCGC\", \"ini\": 811, \"clust\": 1105, \"rank\": 793, \"rankvar\": 1148, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 832, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 851, \"group\": [1108.0, 582.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAAGCCCAC\", \"ini\": 810, \"clust\": 1630, \"rank\": 492, \"rankvar\": 1397, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 833, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1008, \"group\": [1629.0, 810.0, 199.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCAATCCGAT\", \"ini\": 809, \"clust\": 1247, \"rank\": 876, \"rankvar\": 1027, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 834, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 852, \"group\": [1247.0, 666.0, 166.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCGGATCC\", \"ini\": 808, \"clust\": 58, \"rank\": 918, \"rankvar\": 1551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 835, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1614, \"group\": [58.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCCTTGTG\", \"ini\": 807, \"clust\": 933, \"rank\": 892, \"rankvar\": 1408, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 836, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 24, \"group\": [933.0, 453.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAGTGAAT\", \"ini\": 806, \"clust\": 51, \"rank\": 925, \"rankvar\": 1606, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 837, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1615, \"group\": [52.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCAATGGAGC\", \"ini\": 805, \"clust\": 503, \"rank\": 855, \"rankvar\": 435, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 838, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 853, \"group\": [507.0, 251.0, 58.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGTGTTAA\", \"ini\": 804, \"clust\": 67, \"rank\": 881, \"rankvar\": 1464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 839, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1616, \"group\": [66.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTTATTCTC\", \"ini\": 803, \"clust\": 146, \"rank\": 763, \"rankvar\": 762, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 313, \"group\": [155.0, 82.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCCGAATT\", \"ini\": 802, \"clust\": 982, \"rank\": 781, \"rankvar\": 469, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 314, \"group\": [982.0, 490.0, 118.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTACCAGTT\", \"ini\": 801, \"clust\": 833, \"rank\": 868, \"rankvar\": 1334, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 842, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1520, \"group\": [830.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCGTCACGG\", \"ini\": 800, \"clust\": 308, \"rank\": 712, \"rankvar\": 293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 843, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 315, \"group\": [308.0, 143.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAAGCCGATTT\", \"ini\": 799, \"clust\": 1601, \"rank\": 729, \"rankvar\": 734, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 844, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1009, \"group\": [1604.0, 801.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGGTGATTA\", \"ini\": 798, \"clust\": 920, \"rank\": 1008, \"rankvar\": 570, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 845, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1439, \"group\": [919.0, 442.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAATGGATA\", \"ini\": 797, \"clust\": 1249, \"rank\": 889, \"rankvar\": 215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 846, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 854, \"group\": [1250.0, 669.0, 168.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACACAGCCCA\", \"ini\": 796, \"clust\": 951, \"rank\": 1022, \"rankvar\": 739, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 847, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1294, \"group\": [952.0, 462.0, 106.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGGATGGG\", \"ini\": 795, \"clust\": 1275, \"rank\": 921, \"rankvar\": 1185, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 848, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 855, \"group\": [1275.0, 684.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAGGAACGT\", \"ini\": 794, \"clust\": 540, \"rank\": 866, \"rankvar\": 677, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 849, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 433, \"group\": [541.0, 280.0, 68.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGCCATCGC\", \"ini\": 793, \"clust\": 774, \"rank\": 871, \"rankvar\": 440, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 850, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1440, \"group\": [774.0, 375.0, 78.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTCCGTCAG\", \"ini\": 792, \"clust\": 771, \"rank\": 929, \"rankvar\": 598, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 851, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1441, \"group\": [773.0, 374.0, 78.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACAGGGATTG\", \"ini\": 791, \"clust\": 63, \"rank\": 872, \"rankvar\": 1632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 852, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1617, \"group\": [63.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTATCGCAT\", \"ini\": 790, \"clust\": 1118, \"rank\": 747, \"rankvar\": 1449, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 316, \"group\": [1119.0, 591.0, 146.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCACTAGTAC\", \"ini\": 789, \"clust\": 1060, \"rank\": 815, \"rankvar\": 958, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 854, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 434, \"group\": [1060.0, 543.0, 131.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCTTAGAGC\", \"ini\": 788, \"clust\": 1100, \"rank\": 898, \"rankvar\": 1229, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 855, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1442, \"group\": [1101.0, 578.0, 143.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCATGGAATA\", \"ini\": 787, \"clust\": 1074, \"rank\": 841, \"rankvar\": 1102, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 856, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 435, \"group\": [1074.0, 553.0, 134.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGGATGCGT\", \"ini\": 786, \"clust\": 1067, \"rank\": 767, \"rankvar\": 758, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 857, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 436, \"group\": [1068.0, 548.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTCGATAA\", \"ini\": 785, \"clust\": 521, \"rank\": 711, \"rankvar\": 1008, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 858, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 856, \"group\": [518.0, 261.0, 62.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGATATGGT\", \"ini\": 784, \"clust\": 1056, \"rank\": 791, \"rankvar\": 1116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 859, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 437, \"group\": [1057.0, 541.0, 131.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACCAACCG\", \"ini\": 783, \"clust\": 1248, \"rank\": 882, \"rankvar\": 632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 860, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 857, \"group\": [1248.0, 667.0, 166.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCGATCCCT\", \"ini\": 782, \"clust\": 1077, \"rank\": 860, \"rankvar\": 477, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 861, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 438, \"group\": [1077.0, 555.0, 134.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTTAACGA\", \"ini\": 781, \"clust\": 110, \"rank\": 834, \"rankvar\": 1018, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 317, \"group\": [110.0, 47.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTCTAGGTT\", \"ini\": 780, \"clust\": 772, \"rank\": 932, \"rankvar\": 234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 863, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1443, \"group\": [771.0, 373.0, 78.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCATTGCGA\", \"ini\": 779, \"clust\": 979, \"rank\": 852, \"rankvar\": 489, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 318, \"group\": [979.0, 487.0, 117.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAAGCGAGT\", \"ini\": 778, \"clust\": 796, \"rank\": 807, \"rankvar\": 1467, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 865, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1521, \"group\": [795.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCGTCAAA\", \"ini\": 777, \"clust\": 92, \"rank\": 878, \"rankvar\": 182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 319, \"group\": [93.0, 34.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGTTGGC\", \"ini\": 776, \"clust\": 910, \"rank\": 1057, \"rankvar\": 1520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 320, \"group\": [909.0, 433.0, 97.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGTCACAGTAC\", \"ini\": 775, \"clust\": 59, \"rank\": 993, \"rankvar\": 1581, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 868, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1618, \"group\": [61.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCAACCAAC\", \"ini\": 774, \"clust\": 1157, \"rank\": 966, \"rankvar\": 331, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 321, \"group\": [1158.0, 615.0, 152.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTGTTGTTTGG\", \"ini\": 773, \"clust\": 882, \"rank\": 840, \"rankvar\": 688, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 870, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 858, \"group\": [884.0, 417.0, 90.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCTCACCT\", \"ini\": 772, \"clust\": 787, \"rank\": 795, \"rankvar\": 1059, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 871, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1522, \"group\": [786.0, 386.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCATTGCGGC\", \"ini\": 771, \"clust\": 954, \"rank\": 967, \"rankvar\": 923, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 872, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1444, \"group\": [954.0, 464.0, 107.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCGGCGCTA\", \"ini\": 770, \"clust\": 314, \"rank\": 806, \"rankvar\": 22, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 322, \"group\": [312.0, 146.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCCGCATAA\", \"ini\": 769, \"clust\": 976, \"rank\": 817, \"rankvar\": 597, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 874, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 323, \"group\": [987.0, 495.0, 121.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCTCCCTGA\", \"ini\": 768, \"clust\": 1090, \"rank\": 875, \"rankvar\": 1484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 875, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 439, \"group\": [1090.0, 568.0, 140.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAAACGAG\", \"ini\": 767, \"clust\": 854, \"rank\": 845, \"rankvar\": 839, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 876, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1445, \"group\": [873.0, 408.0, 85.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAAGGCACATG\", \"ini\": 766, \"clust\": 865, \"rank\": 752, \"rankvar\": 1151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 877, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1523, \"group\": [872.0, 407.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCATAACCG\", \"ini\": 765, \"clust\": 510, \"rank\": 824, \"rankvar\": 316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 878, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 859, \"group\": [514.0, 258.0, 60.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACACATTTCT\", \"ini\": 764, \"clust\": 1253, \"rank\": 910, \"rankvar\": 527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 879, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 860, \"group\": [1253.0, 671.0, 168.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGTGAAAT\", \"ini\": 763, \"clust\": 1169, \"rank\": 1097, \"rankvar\": 748, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 880, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 324, \"group\": [1172.0, 627.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCATCCTAGA\", \"ini\": 762, \"clust\": 1292, \"rank\": 907, \"rankvar\": 680, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 881, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 861, \"group\": [1293.0, 698.0, 178.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCTTCGGTC\", \"ini\": 761, \"clust\": 924, \"rank\": 1010, \"rankvar\": 1206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 882, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 25, \"group\": [926.0, 448.0, 103.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTCAAGGC\", \"ini\": 760, \"clust\": 1069, \"rank\": 808, \"rankvar\": 788, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 883, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 440, \"group\": [1070.0, 549.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTCTAAACC\", \"ini\": 759, \"clust\": 1307, \"rank\": 953, \"rankvar\": 620, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 884, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 862, \"group\": [1306.0, 710.0, 181.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTTACCGAT\", \"ini\": 758, \"clust\": 543, \"rank\": 764, \"rankvar\": 311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 885, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 863, \"group\": [549.0, 287.0, 69.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATTGCCC\", \"ini\": 757, \"clust\": 869, \"rank\": 904, \"rankvar\": 1433, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 886, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1524, \"group\": [871.0, 406.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGGGTCGAT\", \"ini\": 756, \"clust\": 836, \"rank\": 851, \"rankvar\": 1620, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 887, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1525, \"group\": [832.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAGGTTTCA\", \"ini\": 755, \"clust\": 512, \"rank\": 813, \"rankvar\": 431, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 888, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 864, \"group\": [511.0, 255.0, 60.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAAAGTAG\", \"ini\": 754, \"clust\": 530, \"rank\": 831, \"rankvar\": 441, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 889, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 865, \"group\": [532.0, 272.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCCAGAGGA\", \"ini\": 753, \"clust\": 866, \"rank\": 842, \"rankvar\": 1262, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 890, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1526, \"group\": [866.0, 406.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCAGATAAG\", \"ini\": 752, \"clust\": 124, \"rank\": 1004, \"rankvar\": 418, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 325, \"group\": [124.0, 54.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCTGCTGTC\", \"ini\": 751, \"clust\": 837, \"rank\": 856, \"rankvar\": 1510, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 892, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1527, \"group\": [833.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATTACCTT\", \"ini\": 750, \"clust\": 518, \"rank\": 762, \"rankvar\": 468, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 893, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 866, \"group\": [520.0, 262.0, 62.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTACGACG\", \"ini\": 749, \"clust\": 1256, \"rank\": 1016, \"rankvar\": 825, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 894, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 867, \"group\": [1257.0, 674.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCACAGTATAAG\", \"ini\": 748, \"clust\": 1086, \"rank\": 870, \"rankvar\": 549, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 326, \"group\": [1089.0, 567.0, 139.0, 34.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAACTTGAC\", \"ini\": 747, \"clust\": 302, \"rank\": 864, \"rankvar\": 156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 896, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 327, \"group\": [303.0, 138.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCGTTACAG\", \"ini\": 746, \"clust\": 1617, \"rank\": 746, \"rankvar\": 1016, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 897, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1010, \"group\": [1618.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTATCCTA\", \"ini\": 745, \"clust\": 867, \"rank\": 835, \"rankvar\": 1061, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 898, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1528, \"group\": [864.0, 406.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGGCTAGGT\", \"ini\": 744, \"clust\": 50, \"rank\": 1040, \"rankvar\": 1583, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 899, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1619, \"group\": [53.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCCTAGGGC\", \"ini\": 743, \"clust\": 1045, \"rank\": 692, \"rankvar\": 1083, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 900, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 441, \"group\": [1046.0, 533.0, 129.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCCAGTTA\", \"ini\": 742, \"clust\": 558, \"rank\": 891, \"rankvar\": 1180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 901, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 442, \"group\": [561.0, 297.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGAAGGTGA\", \"ini\": 741, \"clust\": 1604, \"rank\": 713, \"rankvar\": 1345, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 902, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1011, \"group\": [1602.0, 800.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGCAACT\", \"ini\": 740, \"clust\": 529, \"rank\": 917, \"rankvar\": 857, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 903, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 443, \"group\": [529.0, 270.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCAAATCCGT\", \"ini\": 739, \"clust\": 1044, \"rank\": 849, \"rankvar\": 225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 328, \"group\": [1045.0, 532.0, 128.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCACCCAGTG\", \"ini\": 738, \"clust\": 955, \"rank\": 1049, \"rankvar\": 956, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 905, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1570, \"group\": [958.0, 467.0, 108.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACACGCATCG\", \"ini\": 737, \"clust\": 1284, \"rank\": 916, \"rankvar\": 1002, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 906, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 868, \"group\": [1283.0, 690.0, 173.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTGGGTATG\", \"ini\": 736, \"clust\": 93, \"rank\": 902, \"rankvar\": 756, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 907, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 329, \"group\": [97.0, 38.0, 17.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGTTGGC\", \"ini\": 735, \"clust\": 562, \"rank\": 847, \"rankvar\": 619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 908, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 869, \"group\": [564.0, 299.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCATTTCACT\", \"ini\": 734, \"clust\": 775, \"rank\": 935, \"rankvar\": 261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 909, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1446, \"group\": [775.0, 376.0, 78.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGTCAATAG\", \"ini\": 733, \"clust\": 927, \"rank\": 1036, \"rankvar\": 714, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 910, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 26, \"group\": [924.0, 446.0, 103.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGCGATATA\", \"ini\": 732, \"clust\": 911, \"rank\": 989, \"rankvar\": 592, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 911, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 330, \"group\": [910.0, 433.0, 97.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTGTTTGGT\", \"ini\": 731, \"clust\": 958, \"rank\": 1035, \"rankvar\": 800, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 912, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1447, \"group\": [959.0, 468.0, 109.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCCCGACA\", \"ini\": 730, \"clust\": 1158, \"rank\": 1051, \"rankvar\": 165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 331, \"group\": [1159.0, 616.0, 152.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGCTAGGT\", \"ini\": 729, \"clust\": 1584, \"rank\": 911, \"rankvar\": 1410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 914, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1012, \"group\": [1587.0, 787.0, 194.0, 48.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTCACAAGG\", \"ini\": 728, \"clust\": 1106, \"rank\": 941, \"rankvar\": 1190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 915, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 870, \"group\": [1107.0, 582.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCGAATGGG\", \"ini\": 727, \"clust\": 1101, \"rank\": 946, \"rankvar\": 1175, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 916, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1448, \"group\": [1102.0, 579.0, 143.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCAAGGTAA\", \"ini\": 726, \"clust\": 309, \"rank\": 887, \"rankvar\": 575, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 917, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 332, \"group\": [314.0, 148.0, 33.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCGCCTCA\", \"ini\": 725, \"clust\": 82, \"rank\": 837, \"rankvar\": 827, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 333, \"group\": [83.0, 24.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGAAAGTGG\", \"ini\": 724, \"clust\": 1047, \"rank\": 805, \"rankvar\": 537, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 919, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 444, \"group\": [1050.0, 536.0, 129.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGGTCGTC\", \"ini\": 723, \"clust\": 957, \"rank\": 1041, \"rankvar\": 721, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 334, \"group\": [957.0, 466.0, 108.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACATTCTTAC\", \"ini\": 722, \"clust\": 835, \"rank\": 826, \"rankvar\": 1531, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 921, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1529, \"group\": [834.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTATCTGCA\", \"ini\": 721, \"clust\": 519, \"rank\": 754, \"rankvar\": 430, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 922, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 871, \"group\": [519.0, 261.0, 62.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCACCGAATT\", \"ini\": 720, \"clust\": 852, \"rank\": 950, \"rankvar\": 1540, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 923, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1530, \"group\": [849.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCAAGTTAAG\", \"ini\": 719, \"clust\": 779, \"rank\": 970, \"rankvar\": 1119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 924, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1531, \"group\": [780.0, 380.0, 80.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCAGCTATTG\", \"ini\": 718, \"clust\": 52, \"rank\": 996, \"rankvar\": 1441, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 925, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1620, \"group\": [50.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCCTCAATT\", \"ini\": 717, \"clust\": 1255, \"rank\": 1020, \"rankvar\": 855, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 926, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 872, \"group\": [1256.0, 673.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCTATCCCG\", \"ini\": 716, \"clust\": 980, \"rank\": 979, \"rankvar\": 765, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 927, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 335, \"group\": [980.0, 488.0, 117.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTCATATGC\", \"ini\": 715, \"clust\": 1618, \"rank\": 744, \"rankvar\": 1327, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 928, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1013, \"group\": [1616.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCCAAGTA\", \"ini\": 714, \"clust\": 1636, \"rank\": 689, \"rankvar\": 910, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 929, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 873, \"group\": [1639.0, 820.0, 204.0, 52.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCCATGCTC\", \"ini\": 713, \"clust\": 513, \"rank\": 857, \"rankvar\": 392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 930, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 874, \"group\": [512.0, 256.0, 60.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACGCCAGT\", \"ini\": 712, \"clust\": 846, \"rank\": 1001, \"rankvar\": 1614, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 931, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1532, \"group\": [845.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGCTAAACA\", \"ini\": 711, \"clust\": 849, \"rank\": 982, \"rankvar\": 1285, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 932, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1533, \"group\": [847.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGCAGCGTA\", \"ini\": 710, \"clust\": 788, \"rank\": 810, \"rankvar\": 1030, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 933, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1534, \"group\": [787.0, 386.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCACCTCGGA\", \"ini\": 709, \"clust\": 1066, \"rank\": 971, \"rankvar\": 886, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 934, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 445, \"group\": [1067.0, 547.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTGGTCCC\", \"ini\": 708, \"clust\": 977, \"rank\": 903, \"rankvar\": 984, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 336, \"group\": [977.0, 485.0, 116.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGAACAATC\", \"ini\": 707, \"clust\": 525, \"rank\": 978, \"rankvar\": 610, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 936, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 875, \"group\": [527.0, 268.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCTACGAGT\", \"ini\": 706, \"clust\": 99, \"rank\": 995, \"rankvar\": 242, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 337, \"group\": [99.0, 40.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTTTCCTT\", \"ini\": 705, \"clust\": 507, \"rank\": 718, \"rankvar\": 947, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 938, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 876, \"group\": [510.0, 254.0, 59.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTACCTACA\", \"ini\": 704, \"clust\": 1315, \"rank\": 980, \"rankvar\": 424, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 877, \"group\": [1315.0, 718.0, 182.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTCCTCCT\", \"ini\": 703, \"clust\": 90, \"rank\": 928, \"rankvar\": 413, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 940, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 338, \"group\": [91.0, 32.0, 14.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTACCTGC\", \"ini\": 702, \"clust\": 526, \"rank\": 968, \"rankvar\": 336, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 941, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 878, \"group\": [525.0, 267.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACCAGTTA\", \"ini\": 701, \"clust\": 844, \"rank\": 976, \"rankvar\": 1466, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 942, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1535, \"group\": [852.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCATC\", \"ini\": 700, \"clust\": 1633, \"rank\": 821, \"rankvar\": 73, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 339, \"group\": [1635.0, 816.0, 202.0, 51.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTTCCCT\", \"ini\": 699, \"clust\": 915, \"rank\": 963, \"rankvar\": 954, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 944, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 340, \"group\": [916.0, 439.0, 99.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCCGT\", \"ini\": 698, \"clust\": 66, \"rank\": 1018, \"rankvar\": 1621, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 945, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1621, \"group\": [68.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAGACGTG\", \"ini\": 697, \"clust\": 1277, \"rank\": 1081, \"rankvar\": 1000, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 946, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 879, \"group\": [1279.0, 686.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCAATCCGAT\", \"ini\": 696, \"clust\": 850, \"rank\": 930, \"rankvar\": 1280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 947, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1536, \"group\": [848.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTATTCTC\", \"ini\": 695, \"clust\": 990, \"rank\": 1053, \"rankvar\": 1042, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 948, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 341, \"group\": [990.0, 497.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTGTGACCC\", \"ini\": 694, \"clust\": 563, \"rank\": 901, \"rankvar\": 781, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 949, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 880, \"group\": [562.0, 298.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCATAACCG\", \"ini\": 693, \"clust\": 505, \"rank\": 861, \"rankvar\": 291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 950, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 881, \"group\": [504.0, 248.0, 58.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTTCGAACGGA\", \"ini\": 692, \"clust\": 830, \"rank\": 991, \"rankvar\": 1090, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 951, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1537, \"group\": [838.0, 397.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTAGTTTGCGT\", \"ini\": 691, \"clust\": 1057, \"rank\": 961, \"rankvar\": 904, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 952, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 446, \"group\": [1058.0, 542.0, 131.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCATAA\", \"ini\": 690, \"clust\": 1278, \"rank\": 943, \"rankvar\": 482, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 953, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 882, \"group\": [1277.0, 685.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGAAGAAGC\", \"ini\": 689, \"clust\": 1306, \"rank\": 1038, \"rankvar\": 656, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 954, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 883, \"group\": [1308.0, 712.0, 181.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCTGGAGA\", \"ini\": 688, \"clust\": 752, \"rank\": 926, \"rankvar\": 726, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 955, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 884, \"group\": [760.0, 365.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTAGGCTGA\", \"ini\": 687, \"clust\": 5, \"rank\": 972, \"rankvar\": 1158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 956, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1622, \"group\": [6.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGTGCCAGA\", \"ini\": 686, \"clust\": 1267, \"rank\": 999, \"rankvar\": 1060, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 957, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 447, \"group\": [1267.0, 681.0, 170.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCCAGG\", \"ini\": 685, \"clust\": 34, \"rank\": 938, \"rankvar\": 1437, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 958, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1623, \"group\": [34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTACTGAC\", \"ini\": 684, \"clust\": 6, \"rank\": 951, \"rankvar\": 1362, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 959, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1624, \"group\": [7.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCATATACCG\", \"ini\": 683, \"clust\": 1083, \"rank\": 937, \"rankvar\": 245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 342, \"group\": [1086.0, 564.0, 138.0, 34.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCATACCATG\", \"ini\": 682, \"clust\": 1091, \"rank\": 948, \"rankvar\": 1058, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 961, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 343, \"group\": [1091.0, 569.0, 140.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCAATCCGAT\", \"ini\": 681, \"clust\": 43, \"rank\": 1159, \"rankvar\": 1159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 962, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1625, \"group\": [46.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGGGAAACA\", \"ini\": 680, \"clust\": 1259, \"rank\": 1014, \"rankvar\": 588, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 963, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 885, \"group\": [1259.0, 675.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGCGGTAA\", \"ini\": 679, \"clust\": 853, \"rank\": 965, \"rankvar\": 1434, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 964, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1538, \"group\": [850.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGTCTCG\", \"ini\": 678, \"clust\": 1170, \"rank\": 1217, \"rankvar\": 1254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 965, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1449, \"group\": [1170.0, 625.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCCAACTA\", \"ini\": 677, \"clust\": 567, \"rank\": 885, \"rankvar\": 120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 966, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 886, \"group\": [569.0, 302.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTGACTACT\", \"ini\": 676, \"clust\": 987, \"rank\": 1023, \"rankvar\": 898, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 344, \"group\": [988.0, 496.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAAGGAGCGTT\", \"ini\": 675, \"clust\": 532, \"rank\": 905, \"rankvar\": 507, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 968, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 887, \"group\": [531.0, 271.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAATCGGTT\", \"ini\": 674, \"clust\": 991, \"rank\": 1066, \"rankvar\": 1004, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 969, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 345, \"group\": [991.0, 497.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAAGGCCT\", \"ini\": 673, \"clust\": 70, \"rank\": 1080, \"rankvar\": 1366, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 970, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1626, \"group\": [70.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCGCGGATC\", \"ini\": 672, \"clust\": 913, \"rank\": 1065, \"rankvar\": 843, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 971, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 346, \"group\": [914.0, 437.0, 98.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCAACCATG\", \"ini\": 671, \"clust\": 1111, \"rank\": 945, \"rankvar\": 1304, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 972, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1450, \"group\": [1111.0, 583.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGTTAACGA\", \"ini\": 670, \"clust\": 1112, \"rank\": 895, \"rankvar\": 1388, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 973, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1451, \"group\": [1109.0, 583.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCCAAGTA\", \"ini\": 669, \"clust\": 68, \"rank\": 1067, \"rankvar\": 1497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 974, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1627, \"group\": [67.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATACTG\", \"ini\": 668, \"clust\": 902, \"rank\": 998, \"rankvar\": 1163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 975, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1539, \"group\": [903.0, 427.0, 94.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTCCAGTGC\", \"ini\": 667, \"clust\": 855, \"rank\": 886, \"rankvar\": 1023, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 976, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1540, \"group\": [854.0, 401.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAAGAGGA\", \"ini\": 666, \"clust\": 831, \"rank\": 974, \"rankvar\": 1242, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 977, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1541, \"group\": [831.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGCGTC\", \"ini\": 665, \"clust\": 501, \"rank\": 894, \"rankvar\": 106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 888, \"group\": [502.0, 246.0, 56.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCCTATGTT\", \"ini\": 664, \"clust\": 1279, \"rank\": 1034, \"rankvar\": 595, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 979, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 889, \"group\": [1278.0, 685.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCTTGAGAC\", \"ini\": 663, \"clust\": 125, \"rank\": 1063, \"rankvar\": 896, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 347, \"group\": [125.0, 55.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGATTGCT\", \"ini\": 662, \"clust\": 56, \"rank\": 1103, \"rankvar\": 1593, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 981, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1628, \"group\": [56.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGTCGTTTG\", \"ini\": 661, \"clust\": 1634, \"rank\": 828, \"rankvar\": 1012, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 348, \"group\": [1633.0, 814.0, 202.0, 51.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACCCTATC\", \"ini\": 660, \"clust\": 1107, \"rank\": 906, \"rankvar\": 1215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 983, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 890, \"group\": [1105.0, 582.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTTTACAC\", \"ini\": 659, \"clust\": 53, \"rank\": 1079, \"rankvar\": 1479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 984, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1629, \"group\": [51.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAGATCCAT\", \"ini\": 658, \"clust\": 515, \"rank\": 893, \"rankvar\": 562, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 985, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 891, \"group\": [516.0, 260.0, 61.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGGCTAGAC\", \"ini\": 657, \"clust\": 778, \"rank\": 977, \"rankvar\": 233, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 986, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1452, \"group\": [781.0, 381.0, 80.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTAGGGAACGG\", \"ini\": 656, \"clust\": 35, \"rank\": 969, \"rankvar\": 1425, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 987, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1630, \"group\": [35.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGGACAA\", \"ini\": 655, \"clust\": 1075, \"rank\": 964, \"rankvar\": 890, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 988, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 448, \"group\": [1075.0, 553.0, 134.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCTGTCCGT\", \"ini\": 654, \"clust\": 1301, \"rank\": 990, \"rankvar\": 41, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 989, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 892, \"group\": [1305.0, 709.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCACTCCA\", \"ini\": 653, \"clust\": 834, \"rank\": 994, \"rankvar\": 1571, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 990, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1542, \"group\": [835.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGAATGGG\", \"ini\": 652, \"clust\": 0, \"rank\": 944, \"rankvar\": 64, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 991, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 893, \"group\": [3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAATCCAAC\", \"ini\": 651, \"clust\": 506, \"rank\": 1029, \"rankvar\": 990, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 992, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 894, \"group\": [505.0, 249.0, 58.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTTGAACTC\", \"ini\": 650, \"clust\": 1288, \"rank\": 1011, \"rankvar\": 594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 993, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1453, \"group\": [1291.0, 696.0, 177.0, 44.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCTCTGCAAGT\", \"ini\": 649, \"clust\": 1266, \"rank\": 1140, \"rankvar\": 1494, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 349, \"group\": [1266.0, 680.0, 170.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCAGAGCCAA\", \"ini\": 648, \"clust\": 1586, \"rank\": 1061, \"rankvar\": 1405, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 995, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1014, \"group\": [1586.0, 786.0, 194.0, 48.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTTTGACAC\", \"ini\": 647, \"clust\": 921, \"rank\": 1220, \"rankvar\": 1536, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 996, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 27, \"group\": [920.0, 443.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTTCTGAAC\", \"ini\": 646, \"clust\": 1599, \"rank\": 981, \"rankvar\": 752, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 997, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1015, \"group\": [1599.0, 798.0, 197.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAAGAAGAG\", \"ini\": 645, \"clust\": 1615, \"rank\": 874, \"rankvar\": 1457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 998, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1016, \"group\": [1613.0, 805.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACACAACTGT\", \"ini\": 644, \"clust\": 1597, \"rank\": 952, \"rankvar\": 1165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 999, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1017, \"group\": [1597.0, 797.0, 197.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCTCTGCTG\", \"ini\": 643, \"clust\": 868, \"rank\": 957, \"rankvar\": 1127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1000, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1543, \"group\": [865.0, 406.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGGAACTGC\", \"ini\": 642, \"clust\": 1164, \"rank\": 1136, \"rankvar\": 784, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1001, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 350, \"group\": [1167.0, 622.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGTAGTGCG\", \"ini\": 641, \"clust\": 1598, \"rank\": 958, \"rankvar\": 1356, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1002, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1018, \"group\": [1598.0, 797.0, 197.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGCAAG\", \"ini\": 640, \"clust\": 773, \"rank\": 1060, \"rankvar\": 341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1003, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1454, \"group\": [772.0, 373.0, 78.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGGAAAGA\", \"ini\": 639, \"clust\": 1289, \"rank\": 1074, \"rankvar\": 475, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1004, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 895, \"group\": [1289.0, 694.0, 175.0, 44.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAAGAAGAG\", \"ini\": 638, \"clust\": 1632, \"rank\": 900, \"rankvar\": 666, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 351, \"group\": [1636.0, 817.0, 203.0, 51.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCTCAAGTG\", \"ini\": 637, \"clust\": 524, \"rank\": 984, \"rankvar\": 541, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1006, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 896, \"group\": [535.0, 275.0, 65.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTCCCTACT\", \"ini\": 636, \"clust\": 1294, \"rank\": 962, \"rankvar\": 700, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1007, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 897, \"group\": [1294.0, 699.0, 179.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCGTATT\", \"ini\": 635, \"clust\": 1612, \"rank\": 909, \"rankvar\": 970, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1008, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1019, \"group\": [1615.0, 806.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCAGTGTTG\", \"ini\": 634, \"clust\": 1641, \"rank\": 920, \"rankvar\": 743, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1009, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 898, \"group\": [1642.0, 823.0, 206.0, 52.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGGCAGTCA\", \"ini\": 633, \"clust\": 1310, \"rank\": 1107, \"rankvar\": 372, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1010, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 899, \"group\": [1310.0, 714.0, 182.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTCGTTGA\", \"ini\": 632, \"clust\": 856, \"rank\": 997, \"rankvar\": 1273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1011, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1544, \"group\": [855.0, 401.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTCGTGAT\", \"ini\": 631, \"clust\": 1592, \"rank\": 985, \"rankvar\": 846, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1012, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1020, \"group\": [1632.0, 813.0, 201.0, 50.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCGTTGCCT\", \"ini\": 630, \"clust\": 1073, \"rank\": 960, \"rankvar\": 750, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1013, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 449, \"group\": [1078.0, 556.0, 135.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACGCTC\", \"ini\": 629, \"clust\": 780, \"rank\": 1089, \"rankvar\": 988, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1014, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1545, \"group\": [778.0, 379.0, 80.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCATATGC\", \"ini\": 628, \"clust\": 1109, \"rank\": 1019, \"rankvar\": 906, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1015, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1455, \"group\": [1113.0, 585.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACCATCCT\", \"ini\": 627, \"clust\": 978, \"rank\": 1009, \"rankvar\": 902, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1016, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 352, \"group\": [978.0, 486.0, 116.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCACTCAGGC\", \"ini\": 626, \"clust\": 1244, \"rank\": 1000, \"rankvar\": 935, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1017, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 900, \"group\": [1249.0, 668.0, 167.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCACAACTGT\", \"ini\": 625, \"clust\": 83, \"rank\": 922, \"rankvar\": 913, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1018, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 353, \"group\": [84.0, 25.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTCGCTTTC\", \"ini\": 624, \"clust\": 1260, \"rank\": 1133, \"rankvar\": 618, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1019, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 901, \"group\": [1260.0, 675.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCACGAAGCA\", \"ini\": 623, \"clust\": 1250, \"rank\": 1048, \"rankvar\": 574, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1020, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 902, \"group\": [1251.0, 670.0, 168.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTAGCTCCTCT\", \"ini\": 622, \"clust\": 988, \"rank\": 1199, \"rankvar\": 1470, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 354, \"group\": [989.0, 496.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCATCC\", \"ini\": 621, \"clust\": 1093, \"rank\": 1015, \"rankvar\": 892, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1022, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 903, \"group\": [1093.0, 571.0, 141.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGAAGGCCT\", \"ini\": 620, \"clust\": 1061, \"rank\": 1002, \"rankvar\": 948, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1023, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 450, \"group\": [1061.0, 543.0, 131.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGCAACT\", \"ini\": 619, \"clust\": 875, \"rank\": 879, \"rankvar\": 661, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1024, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 904, \"group\": [875.0, 410.0, 87.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCACGAAATA\", \"ini\": 618, \"clust\": 1613, \"rank\": 924, \"rankvar\": 1270, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1025, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1021, \"group\": [1614.0, 805.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTAGCTCCG\", \"ini\": 617, \"clust\": 516, \"rank\": 954, \"rankvar\": 93, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1026, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 905, \"group\": [522.0, 264.0, 62.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACCCATTC\", \"ini\": 616, \"clust\": 1070, \"rank\": 992, \"rankvar\": 429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1027, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 451, \"group\": [1071.0, 550.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTGATGTGG\", \"ini\": 615, \"clust\": 1280, \"rank\": 1096, \"rankvar\": 571, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1028, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 906, \"group\": [1281.0, 688.0, 173.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCCCAACC\", \"ini\": 614, \"clust\": 1172, \"rank\": 1145, \"rankvar\": 51, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1029, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 355, \"group\": [1176.0, 630.0, 156.0, 38.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGGATACC\", \"ini\": 613, \"clust\": 33, \"rank\": 1076, \"rankvar\": 1232, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1030, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1631, \"group\": [41.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTACTTAC\", \"ini\": 612, \"clust\": 770, \"rank\": 896, \"rankvar\": 1239, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1031, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1546, \"group\": [874.0, 409.0, 86.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGTT\", \"ini\": 611, \"clust\": 1272, \"rank\": 1153, \"rankvar\": 1608, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1032, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 907, \"group\": [1272.0, 683.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTGTCTTT\", \"ini\": 610, \"clust\": 1094, \"rank\": 947, \"rankvar\": 442, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1033, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 908, \"group\": [1094.0, 572.0, 141.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTGCGTTA\", \"ini\": 609, \"clust\": 847, \"rank\": 1099, \"rankvar\": 1598, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1034, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1547, \"group\": [843.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAAACCTA\", \"ini\": 608, \"clust\": 1114, \"rank\": 1037, \"rankvar\": 517, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 356, \"group\": [1115.0, 587.0, 145.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTTCGGTC\", \"ini\": 607, \"clust\": 1095, \"rank\": 1088, \"rankvar\": 446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1036, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1456, \"group\": [1100.0, 577.0, 142.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCTTGCAAG\", \"ini\": 606, \"clust\": 1262, \"rank\": 1056, \"rankvar\": 277, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 909, \"group\": [1262.0, 677.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGACTTGAA\", \"ini\": 605, \"clust\": 838, \"rank\": 1118, \"rankvar\": 1243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1038, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1548, \"group\": [836.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCGGTCTAA\", \"ini\": 604, \"clust\": 989, \"rank\": 1137, \"rankvar\": 903, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 357, \"group\": [992.0, 498.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGAGTGACC\", \"ini\": 603, \"clust\": 1, \"rank\": 934, \"rankvar\": 566, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1040, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 910, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCAGTAGT\", \"ini\": 602, \"clust\": 1108, \"rank\": 1030, \"rankvar\": 1145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1041, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 911, \"group\": [1106.0, 582.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACATACTCTT\", \"ini\": 601, \"clust\": 1635, \"rank\": 884, \"rankvar\": 824, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1042, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 358, \"group\": [1634.0, 815.0, 202.0, 51.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCATGTCTT\", \"ini\": 600, \"clust\": 1046, \"rank\": 912, \"rankvar\": 814, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1043, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 452, \"group\": [1047.0, 534.0, 129.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCCCTTGT\", \"ini\": 599, \"clust\": 884, \"rank\": 975, \"rankvar\": 1177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1044, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 453, \"group\": [883.0, 416.0, 90.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAAGGCTCC\", \"ini\": 598, \"clust\": 1296, \"rank\": 1064, \"rankvar\": 367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1045, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 912, \"group\": [1299.0, 703.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGCTCCGA\", \"ini\": 597, \"clust\": 1124, \"rank\": 1115, \"rankvar\": 1046, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1046, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 913, \"group\": [1125.0, 596.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTCAATGTC\", \"ini\": 596, \"clust\": 1025, \"rank\": 931, \"rankvar\": 934, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1047, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 454, \"group\": [1025.0, 518.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAGTAGAGC\", \"ini\": 595, \"clust\": 1620, \"rank\": 838, \"rankvar\": 1543, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1048, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1022, \"group\": [1619.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACCCTCA\", \"ini\": 594, \"clust\": 1027, \"rank\": 1102, \"rankvar\": 789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1049, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 359, \"group\": [1028.0, 520.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCCGTCAG\", \"ini\": 593, \"clust\": 1316, \"rank\": 1105, \"rankvar\": 437, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1050, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 914, \"group\": [1316.0, 719.0, 182.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCGTAAGCACG\", \"ini\": 592, \"clust\": 983, \"rank\": 1006, \"rankvar\": 260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1051, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 360, \"group\": [986.0, 494.0, 120.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCTGAAAGA\", \"ini\": 591, \"clust\": 959, \"rank\": 1168, \"rankvar\": 962, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 361, \"group\": [960.0, 469.0, 109.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAGTTCATG\", \"ini\": 590, \"clust\": 1273, \"rank\": 1183, \"rankvar\": 1341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1053, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 915, \"group\": [1273.0, 684.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCACCCGAG\", \"ini\": 589, \"clust\": 1012, \"rank\": 1100, \"rankvar\": 1465, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1054, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 362, \"group\": [1013.0, 512.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCACATCTTT\", \"ini\": 588, \"clust\": 2, \"rank\": 908, \"rankvar\": 930, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1055, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 916, \"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACTGTC\", \"ini\": 587, \"clust\": 1314, \"rank\": 1124, \"rankvar\": 653, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1056, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 917, \"group\": [1317.0, 720.0, 182.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTAGCCTCG\", \"ini\": 586, \"clust\": 925, \"rank\": 1191, \"rankvar\": 1132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1057, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 28, \"group\": [925.0, 447.0, 103.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGTTACGA\", \"ini\": 585, \"clust\": 1308, \"rank\": 1167, \"rankvar\": 864, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1058, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 918, \"group\": [1307.0, 711.0, 181.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCAGGTC\", \"ini\": 584, \"clust\": 903, \"rank\": 1028, \"rankvar\": 815, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 363, \"group\": [904.0, 428.0, 94.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAAGAGGCT\", \"ini\": 583, \"clust\": 71, \"rank\": 1095, \"rankvar\": 1411, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1060, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1632, \"group\": [71.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCAAATACAG\", \"ini\": 582, \"clust\": 564, \"rank\": 1013, \"rankvar\": 709, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1061, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 919, \"group\": [563.0, 298.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCAAACGGG\", \"ini\": 581, \"clust\": 878, \"rank\": 933, \"rankvar\": 821, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1062, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 920, \"group\": [878.0, 413.0, 89.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTGTCTTCAAG\", \"ini\": 580, \"clust\": 1269, \"rank\": 1158, \"rankvar\": 1459, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1063, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 921, \"group\": [1269.0, 682.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGGAACGT\", \"ini\": 579, \"clust\": 1257, \"rank\": 1171, \"rankvar\": 851, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1064, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 922, \"group\": [1258.0, 674.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCAGTTCGCGC\", \"ini\": 578, \"clust\": 1173, \"rank\": 1146, \"rankvar\": 90, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1065, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1457, \"group\": [1175.0, 629.0, 155.0, 38.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTATATGAG\", \"ini\": 577, \"clust\": 1068, \"rank\": 1021, \"rankvar\": 943, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1066, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 455, \"group\": [1069.0, 548.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTTAAGAAC\", \"ini\": 576, \"clust\": 923, \"rank\": 1185, \"rankvar\": 1205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1067, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 29, \"group\": [927.0, 449.0, 103.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTGTTTGT\", \"ini\": 575, \"clust\": 1119, \"rank\": 1027, \"rankvar\": 928, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1068, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 364, \"group\": [1120.0, 592.0, 146.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTAGTAGTA\", \"ini\": 574, \"clust\": 985, \"rank\": 986, \"rankvar\": 521, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1069, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 365, \"group\": [983.0, 491.0, 119.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTGCACGAA\", \"ini\": 573, \"clust\": 969, \"rank\": 1032, \"rankvar\": 241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1070, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 456, \"group\": [973.0, 481.0, 113.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGCCCAC\", \"ini\": 572, \"clust\": 511, \"rank\": 983, \"rankvar\": 939, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1071, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 923, \"group\": [513.0, 257.0, 60.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATCATCCC\", \"ini\": 571, \"clust\": 522, \"rank\": 1101, \"rankvar\": 326, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1072, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 924, \"group\": [523.0, 265.0, 63.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTGATGTCT\", \"ini\": 570, \"clust\": 1071, \"rank\": 1026, \"rankvar\": 321, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1073, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 457, \"group\": [1072.0, 551.0, 133.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCCTACAGA\", \"ini\": 569, \"clust\": 1276, \"rank\": 1239, \"rankvar\": 1574, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1074, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 925, \"group\": [1276.0, 684.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCTCCGA\", \"ini\": 568, \"clust\": 1299, \"rank\": 1047, \"rankvar\": 52, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1075, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 926, \"group\": [1300.0, 704.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTGCTAGCC\", \"ini\": 567, \"clust\": 1281, \"rank\": 1116, \"rankvar\": 388, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1076, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 927, \"group\": [1282.0, 689.0, 173.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCCGTTGTC\", \"ini\": 566, \"clust\": 1283, \"rank\": 1129, \"rankvar\": 665, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1077, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 928, \"group\": [1285.0, 690.0, 173.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCACCCAGTG\", \"ini\": 565, \"clust\": 1097, \"rank\": 1073, \"rankvar\": 1161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1078, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1458, \"group\": [1098.0, 575.0, 142.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTCTCTCTG\", \"ini\": 564, \"clust\": 527, \"rank\": 1104, \"rankvar\": 895, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1079, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 929, \"group\": [526.0, 267.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGTCCCTAATT\", \"ini\": 563, \"clust\": 1116, \"rank\": 1154, \"rankvar\": 1299, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1080, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 366, \"group\": [1117.0, 589.0, 146.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTACTTAC\", \"ini\": 562, \"clust\": 1031, \"rank\": 1059, \"rankvar\": 568, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1081, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 458, \"group\": [1030.0, 522.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGACCACGA\", \"ini\": 561, \"clust\": 863, \"rank\": 1092, \"rankvar\": 1506, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1082, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1549, \"group\": [861.0, 404.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCGTATCAG\", \"ini\": 560, \"clust\": 1016, \"rank\": 1045, \"rankvar\": 806, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1083, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 459, \"group\": [1027.0, 519.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCGCATAT\", \"ini\": 559, \"clust\": 1624, \"rank\": 940, \"rankvar\": 1253, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1084, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1023, \"group\": [1623.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGCCGATTT\", \"ini\": 558, \"clust\": 974, \"rank\": 1119, \"rankvar\": 213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1085, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 930, \"group\": [974.0, 482.0, 114.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCTCAACA\", \"ini\": 557, \"clust\": 922, \"rank\": 1075, \"rankvar\": 967, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1459, \"group\": [950.0, 460.0, 105.0, 24.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCTGAA\", \"ini\": 556, \"clust\": 984, \"rank\": 1042, \"rankvar\": 949, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1087, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 367, \"group\": [985.0, 493.0, 119.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACGCACC\", \"ini\": 555, \"clust\": 1602, \"rank\": 942, \"rankvar\": 1485, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1088, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1024, \"group\": [1603.0, 800.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCCCACTTG\", \"ini\": 554, \"clust\": 65, \"rank\": 1162, \"rankvar\": 1487, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1089, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1633, \"group\": [69.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCACAAGCCC\", \"ini\": 553, \"clust\": 44, \"rank\": 1211, \"rankvar\": 1384, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1090, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1634, \"group\": [44.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTTAGGAA\", \"ini\": 552, \"clust\": 54, \"rank\": 1195, \"rankvar\": 1592, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1091, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1635, \"group\": [62.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCTCTTTA\", \"ini\": 551, \"clust\": 1285, \"rank\": 1139, \"rankvar\": 1385, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1092, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 931, \"group\": [1284.0, 690.0, 173.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGACCCACC\", \"ini\": 550, \"clust\": 1167, \"rank\": 1225, \"rankvar\": 531, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1093, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 368, \"group\": [1168.0, 623.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAGTTGCGTTA\", \"ini\": 549, \"clust\": 1162, \"rank\": 1148, \"rankvar\": 609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 369, \"group\": [1163.0, 620.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCTAGAGTC\", \"ini\": 548, \"clust\": 502, \"rank\": 915, \"rankvar\": 676, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1095, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 932, \"group\": [503.0, 247.0, 57.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCATACGCTA\", \"ini\": 547, \"clust\": 47, \"rank\": 1263, \"rankvar\": 1545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1096, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1636, \"group\": [47.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTCGCTAA\", \"ini\": 546, \"clust\": 1092, \"rank\": 1050, \"rankvar\": 1041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1097, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 933, \"group\": [1095.0, 573.0, 141.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCTGGAAC\", \"ini\": 545, \"clust\": 1059, \"rank\": 1046, \"rankvar\": 578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1098, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 460, \"group\": [1062.0, 544.0, 131.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTGTGGAG\", \"ini\": 544, \"clust\": 1297, \"rank\": 1123, \"rankvar\": 613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1099, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 934, \"group\": [1297.0, 702.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTGAACG\", \"ini\": 543, \"clust\": 1238, \"rank\": 1144, \"rankvar\": 366, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1100, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 935, \"group\": [1239.0, 659.0, 164.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCATTCTA\", \"ini\": 542, \"clust\": 1087, \"rank\": 949, \"rankvar\": 1096, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 370, \"group\": [1087.0, 565.0, 139.0, 34.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCGATATA\", \"ini\": 541, \"clust\": 874, \"rank\": 955, \"rankvar\": 727, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1102, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 936, \"group\": [877.0, 412.0, 88.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATGTCTCATCC\", \"ini\": 540, \"clust\": 1274, \"rank\": 1209, \"rankvar\": 1371, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1103, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 937, \"group\": [1274.0, 684.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCCATCGGTTA\", \"ini\": 539, \"clust\": 1113, \"rank\": 1055, \"rankvar\": 1419, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1104, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1460, \"group\": [1110.0, 583.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTCCAGTTA\", \"ini\": 538, \"clust\": 862, \"rank\": 1083, \"rankvar\": 1192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1105, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1550, \"group\": [863.0, 405.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTTCTGGTA\", \"ini\": 537, \"clust\": 1240, \"rank\": 1172, \"rankvar\": 1118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1106, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 938, \"group\": [1241.0, 661.0, 165.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAGCCTTTC\", \"ini\": 536, \"clust\": 1125, \"rank\": 1098, \"rankvar\": 1064, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1107, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 939, \"group\": [1126.0, 596.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTTCAGCGC\", \"ini\": 535, \"clust\": 1607, \"rank\": 1052, \"rankvar\": 1136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1108, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1025, \"group\": [1607.0, 803.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCTTTACAC\", \"ini\": 534, \"clust\": 1298, \"rank\": 1125, \"rankvar\": 333, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1109, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 940, \"group\": [1298.0, 702.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTAAAGTCA\", \"ini\": 533, \"clust\": 1290, \"rank\": 1111, \"rankvar\": 1111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1110, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 461, \"group\": [1290.0, 695.0, 176.0, 44.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGTTCGATC\", \"ini\": 532, \"clust\": 845, \"rank\": 1160, \"rankvar\": 1261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1111, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1551, \"group\": [846.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGGATGGAA\", \"ini\": 531, \"clust\": 1629, \"rank\": 1068, \"rankvar\": 908, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1112, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1026, \"group\": [1631.0, 812.0, 200.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTAAAGAC\", \"ini\": 530, \"clust\": 1295, \"rank\": 1087, \"rankvar\": 1086, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1113, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 941, \"group\": [1295.0, 700.0, 179.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCAATCTCT\", \"ini\": 529, \"clust\": 839, \"rank\": 1134, \"rankvar\": 1346, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1114, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1552, \"group\": [837.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGAGATGAG\", \"ini\": 528, \"clust\": 1028, \"rank\": 1093, \"rankvar\": 1129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1115, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 371, \"group\": [1029.0, 521.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGTCTTGCA\", \"ini\": 527, \"clust\": 1117, \"rank\": 1155, \"rankvar\": 1092, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 372, \"group\": [1118.0, 590.0, 146.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTCCG\", \"ini\": 526, \"clust\": 1058, \"rank\": 1078, \"rankvar\": 764, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1117, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 462, \"group\": [1059.0, 542.0, 131.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATATGC\", \"ini\": 525, \"clust\": 1609, \"rank\": 1024, \"rankvar\": 997, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1118, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1027, \"group\": [1611.0, 804.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCACCATGTA\", \"ini\": 524, \"clust\": 1078, \"rank\": 973, \"rankvar\": 966, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1119, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 463, \"group\": [1081.0, 559.0, 136.0, 33.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATGTAAG\", \"ini\": 523, \"clust\": 1021, \"rank\": 1043, \"rankvar\": 1098, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1120, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 464, \"group\": [1021.0, 518.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCCGAAGAG\", \"ini\": 522, \"clust\": 1627, \"rank\": 913, \"rankvar\": 1296, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1121, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1028, \"group\": [1625.0, 808.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACAATGTAAG\", \"ini\": 521, \"clust\": 793, \"rank\": 1025, \"rankvar\": 1406, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1122, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1553, \"group\": [793.0, 388.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCCGCGCAA\", \"ini\": 520, \"clust\": 1264, \"rank\": 1182, \"rankvar\": 999, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 373, \"group\": [1280.0, 687.0, 172.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCGCATCT\", \"ini\": 519, \"clust\": 1013, \"rank\": 1141, \"rankvar\": 860, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 374, \"group\": [1014.0, 513.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTCATCCCT\", \"ini\": 518, \"clust\": 1160, \"rank\": 1207, \"rankvar\": 712, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 375, \"group\": [1160.0, 617.0, 153.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAAAGA\", \"ini\": 517, \"clust\": 971, \"rank\": 1091, \"rankvar\": 992, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1126, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 465, \"group\": [970.0, 479.0, 113.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACACCACCAG\", \"ini\": 516, \"clust\": 1312, \"rank\": 1174, \"rankvar\": 720, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1127, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 942, \"group\": [1313.0, 716.0, 182.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTCACACGC\", \"ini\": 515, \"clust\": 1303, \"rank\": 1156, \"rankvar\": 773, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1128, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 943, \"group\": [1302.0, 706.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCATATACCG\", \"ini\": 514, \"clust\": 986, \"rank\": 1086, \"rankvar\": 322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1129, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 376, \"group\": [984.0, 492.0, 119.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTCAAAGCG\", \"ini\": 513, \"clust\": 1382, \"rank\": 1085, \"rankvar\": 1378, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1130, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 32, \"group\": [1380.0, 742.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGAGCTGCA\", \"ini\": 512, \"clust\": 972, \"rank\": 1044, \"rankvar\": 963, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1131, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 466, \"group\": [971.0, 479.0, 113.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCTAACTGG\", \"ini\": 511, \"clust\": 1622, \"rank\": 1031, \"rankvar\": 1130, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1132, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1029, \"group\": [1621.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTATAATGG\", \"ini\": 510, \"clust\": 1605, \"rank\": 1003, \"rankvar\": 1144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1133, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1030, \"group\": [1605.0, 802.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATGCCCGA\", \"ini\": 509, \"clust\": 1030, \"rank\": 1058, \"rankvar\": 1113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1134, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 467, \"group\": [1032.0, 524.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTAAGCACG\", \"ini\": 508, \"clust\": 781, \"rank\": 1193, \"rankvar\": 1150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1135, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1554, \"group\": [779.0, 379.0, 80.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAGCGAACA\", \"ini\": 507, \"clust\": 1637, \"rank\": 1007, \"rankvar\": 723, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1136, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 944, \"group\": [1637.0, 818.0, 204.0, 52.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGCCTTGAT\", \"ini\": 506, \"clust\": 864, \"rank\": 1135, \"rankvar\": 1475, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1137, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1555, \"group\": [862.0, 404.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTACGCCC\", \"ini\": 505, \"clust\": 1628, \"rank\": 988, \"rankvar\": 1561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1138, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1031, \"group\": [1626.0, 808.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCTTTACGT\", \"ini\": 504, \"clust\": 1639, \"rank\": 1072, \"rankvar\": 25, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1139, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 945, \"group\": [1640.0, 821.0, 205.0, 52.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGGCAGTA\", \"ini\": 503, \"clust\": 973, \"rank\": 1108, \"rankvar\": 460, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1140, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 946, \"group\": [976.0, 484.0, 115.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCTGTCCGT\", \"ini\": 502, \"clust\": 1242, \"rank\": 1251, \"rankvar\": 1105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1141, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 947, \"group\": [1243.0, 663.0, 165.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACGACGAA\", \"ini\": 501, \"clust\": 895, \"rank\": 1143, \"rankvar\": 1121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1142, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1556, \"group\": [902.0, 426.0, 93.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAAGGGTTCCC\", \"ini\": 500, \"clust\": 880, \"rank\": 1039, \"rankvar\": 1222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1143, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 468, \"group\": [880.0, 414.0, 89.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGATCGA\", \"ini\": 499, \"clust\": 1168, \"rank\": 1229, \"rankvar\": 706, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 377, \"group\": [1169.0, 624.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTGACTCAT\", \"ini\": 498, \"clust\": 1258, \"rank\": 1189, \"rankvar\": 942, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1145, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 948, \"group\": [1261.0, 676.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGACCCT\", \"ini\": 497, \"clust\": 1268, \"rank\": 1184, \"rankvar\": 1170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1146, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 469, \"group\": [1268.0, 681.0, 170.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCACGTCTCT\", \"ini\": 496, \"clust\": 848, \"rank\": 1161, \"rankvar\": 1575, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1147, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1557, \"group\": [844.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCCCTCTTT\", \"ini\": 495, \"clust\": 877, \"rank\": 1070, \"rankvar\": 1066, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1148, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 470, \"group\": [885.0, 418.0, 91.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATTGCT\", \"ini\": 494, \"clust\": 1161, \"rank\": 1210, \"rankvar\": 724, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 378, \"group\": [1161.0, 618.0, 153.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCATTTA\", \"ini\": 493, \"clust\": 1023, \"rank\": 1117, \"rankvar\": 879, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1150, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 471, \"group\": [1023.0, 518.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTAAAGTG\", \"ini\": 492, \"clust\": 1304, \"rank\": 1131, \"rankvar\": 157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1151, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 949, \"group\": [1303.0, 707.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATTCCTCG\", \"ini\": 491, \"clust\": 1287, \"rank\": 1082, \"rankvar\": 347, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1152, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 950, \"group\": [1288.0, 693.0, 174.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTGCAGACA\", \"ini\": 490, \"clust\": 48, \"rank\": 1307, \"rankvar\": 1523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1153, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1637, \"group\": [48.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTTTGT\", \"ini\": 489, \"clust\": 879, \"rank\": 1077, \"rankvar\": 979, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1154, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 951, \"group\": [879.0, 413.0, 89.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACAGAGGT\", \"ini\": 488, \"clust\": 1050, \"rank\": 939, \"rankvar\": 1172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1155, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 472, \"group\": [1055.0, 540.0, 130.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCACCCGAG\", \"ini\": 487, \"clust\": 1293, \"rank\": 1226, \"rankvar\": 1135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1156, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 952, \"group\": [1296.0, 701.0, 179.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCCAGTAT\", \"ini\": 486, \"clust\": 1608, \"rank\": 1062, \"rankvar\": 1324, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1157, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1032, \"group\": [1608.0, 803.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCAAGCCTA\", \"ini\": 485, \"clust\": 62, \"rank\": 1222, \"rankvar\": 1631, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1158, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1638, \"group\": [65.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTCCGCTGA\", \"ini\": 484, \"clust\": 1261, \"rank\": 1206, \"rankvar\": 555, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1159, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 953, \"group\": [1264.0, 679.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCGAGAACG\", \"ini\": 483, \"clust\": 1638, \"rank\": 956, \"rankvar\": 1251, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1160, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 954, \"group\": [1638.0, 819.0, 204.0, 52.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGACAGACC\", \"ini\": 482, \"clust\": 1313, \"rank\": 1213, \"rankvar\": 540, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1161, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 955, \"group\": [1314.0, 717.0, 182.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCGCGGTA\", \"ini\": 481, \"clust\": 523, \"rank\": 1121, \"rankvar\": 474, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 956, \"group\": [524.0, 266.0, 63.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACGGCC\", \"ini\": 480, \"clust\": 1009, \"rank\": 1126, \"rankvar\": 722, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1163, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 473, \"group\": [1012.0, 511.0, 125.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTAATCGTC\", \"ini\": 479, \"clust\": 1311, \"rank\": 1242, \"rankvar\": 450, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1164, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 957, \"group\": [1311.0, 714.0, 182.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTGCAGGTA\", \"ini\": 478, \"clust\": 918, \"rank\": 1202, \"rankvar\": 1420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1165, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1558, \"group\": [922.0, 445.0, 102.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCGGATCC\", \"ini\": 477, \"clust\": 1309, \"rank\": 1170, \"rankvar\": 8, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1166, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 958, \"group\": [1312.0, 715.0, 182.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACGAAACG\", \"ini\": 476, \"clust\": 1332, \"rank\": 1069, \"rankvar\": 1312, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1167, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 33, \"group\": [1333.0, 733.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTCGGATCC\", \"ini\": 475, \"clust\": 1110, \"rank\": 1114, \"rankvar\": 1120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1168, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1461, \"group\": [1112.0, 584.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCACTATTC\", \"ini\": 474, \"clust\": 1263, \"rank\": 1142, \"rankvar\": 509, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1169, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 959, \"group\": [1263.0, 678.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCAACACTG\", \"ini\": 473, \"clust\": 1005, \"rank\": 1128, \"rankvar\": 184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1170, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 960, \"group\": [1006.0, 506.0, 123.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTGTCAATC\", \"ini\": 472, \"clust\": 1026, \"rank\": 1109, \"rankvar\": 994, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1171, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 474, \"group\": [1026.0, 518.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATGTCCTC\", \"ini\": 471, \"clust\": 1220, \"rank\": 1300, \"rankvar\": 1074, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1172, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 30, \"group\": [1219.0, 652.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGGATGCGT\", \"ini\": 470, \"clust\": 1103, \"rank\": 1152, \"rankvar\": 1361, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1173, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1462, \"group\": [1104.0, 581.0, 143.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTACACGAAAGC\", \"ini\": 469, \"clust\": 1239, \"rank\": 1216, \"rankvar\": 472, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1174, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 961, \"group\": [1240.0, 660.0, 164.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAGCTCCG\", \"ini\": 468, \"clust\": 1221, \"rank\": 1339, \"rankvar\": 1491, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1175, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 31, \"group\": [1220.0, 652.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACATACGCCG\", \"ini\": 467, \"clust\": 45, \"rank\": 1289, \"rankvar\": 1508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1176, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1639, \"group\": [45.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCAACACAC\", \"ini\": 466, \"clust\": 851, \"rank\": 1186, \"rankvar\": 1596, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1177, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1559, \"group\": [851.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGTTCGATC\", \"ini\": 465, \"clust\": 1032, \"rank\": 1165, \"rankvar\": 929, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1178, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 475, \"group\": [1031.0, 523.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAAGCACACAG\", \"ini\": 464, \"clust\": 892, \"rank\": 1113, \"rankvar\": 1519, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1179, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 476, \"group\": [894.0, 422.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCAAGAAGT\", \"ini\": 463, \"clust\": 993, \"rank\": 1228, \"rankvar\": 172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 379, \"group\": [993.0, 499.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCAAAGTAG\", \"ini\": 462, \"clust\": 1088, \"rank\": 1163, \"rankvar\": 951, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1181, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 380, \"group\": [1088.0, 566.0, 139.0, 34.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGACGACGT\", \"ini\": 461, \"clust\": 1084, \"rank\": 1196, \"rankvar\": 1250, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 381, \"group\": [1084.0, 562.0, 138.0, 34.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAATGTAAG\", \"ini\": 460, \"clust\": 1126, \"rank\": 1231, \"rankvar\": 548, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1183, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 962, \"group\": [1127.0, 597.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGGTACCGTTA\", \"ini\": 459, \"clust\": 1302, \"rank\": 1164, \"rankvar\": 1036, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1184, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 963, \"group\": [1304.0, 708.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACATACCATG\", \"ini\": 458, \"clust\": 1642, \"rank\": 1054, \"rankvar\": 744, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1185, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 964, \"group\": [1643.0, 824.0, 207.0, 52.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAACTGGCC\", \"ini\": 457, \"clust\": 1321, \"rank\": 1205, \"rankvar\": 738, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1186, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1033, \"group\": [1325.0, 728.0, 185.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCGTAGGAG\", \"ini\": 456, \"clust\": 1039, \"rank\": 1151, \"rankvar\": 1139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1187, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 477, \"group\": [1039.0, 526.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGACGCTC\", \"ini\": 455, \"clust\": 1171, \"rank\": 1291, \"rankvar\": 1168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1463, \"group\": [1171.0, 626.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGCTAAGAT\", \"ini\": 454, \"clust\": 1081, \"rank\": 1106, \"rankvar\": 771, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1189, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 478, \"group\": [1082.0, 560.0, 137.0, 33.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTATCACG\", \"ini\": 453, \"clust\": 1019, \"rank\": 1157, \"rankvar\": 830, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1190, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 479, \"group\": [1019.0, 517.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTGTTGGGA\", \"ini\": 452, \"clust\": 1625, \"rank\": 1094, \"rankvar\": 1282, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1191, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1034, \"group\": [1624.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAGCAGTTT\", \"ini\": 451, \"clust\": 1010, \"rank\": 1071, \"rankvar\": 848, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1192, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 480, \"group\": [1010.0, 509.0, 125.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCATCACCC\", \"ini\": 450, \"clust\": 1017, \"rank\": 1120, \"rankvar\": 1034, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1193, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 481, \"group\": [1017.0, 516.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATCGATTG\", \"ini\": 449, \"clust\": 64, \"rank\": 1212, \"rankvar\": 1641, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1194, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1640, \"group\": [64.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACACCGCTAG\", \"ini\": 448, \"clust\": 1381, \"rank\": 1127, \"rankvar\": 1310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1195, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 34, \"group\": [1382.0, 742.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACTCCTG\", \"ini\": 447, \"clust\": 842, \"rank\": 1244, \"rankvar\": 1595, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1196, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1560, \"group\": [839.0, 398.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACAGACTCGC\", \"ini\": 446, \"clust\": 1159, \"rank\": 1248, \"rankvar\": 236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 382, \"group\": [1162.0, 619.0, 153.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCAATGGAGC\", \"ini\": 445, \"clust\": 1115, \"rank\": 1190, \"rankvar\": 1035, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 383, \"group\": [1116.0, 588.0, 145.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGCATGGCA\", \"ini\": 444, \"clust\": 1640, \"rank\": 1017, \"rankvar\": 793, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1199, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 965, \"group\": [1641.0, 822.0, 205.0, 52.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTACCGTAT\", \"ini\": 443, \"clust\": 1616, \"rank\": 1122, \"rankvar\": 1210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1200, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1035, \"group\": [1628.0, 809.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGCTGCAAG\", \"ini\": 442, \"clust\": 881, \"rank\": 1130, \"rankvar\": 1029, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1201, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 482, \"group\": [881.0, 415.0, 89.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGTCCCACG\", \"ini\": 441, \"clust\": 975, \"rank\": 1264, \"rankvar\": 1103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 384, \"group\": [975.0, 483.0, 114.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCACTTAAGC\", \"ini\": 440, \"clust\": 1600, \"rank\": 1175, \"rankvar\": 1080, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1203, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1261, \"group\": [1600.0, 799.0, 197.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACAGGCTGAA\", \"ini\": 439, \"clust\": 992, \"rank\": 1275, \"rankvar\": 638, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1204, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 385, \"group\": [995.0, 500.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCATCGATGAGG\", \"ini\": 438, \"clust\": 994, \"rank\": 1215, \"rankvar\": 672, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1205, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 386, \"group\": [994.0, 499.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACATGCGCAC\", \"ini\": 437, \"clust\": 1610, \"rank\": 1012, \"rankvar\": 1526, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1206, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1036, \"group\": [1609.0, 804.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACATTAGC\", \"ini\": 436, \"clust\": 1072, \"rank\": 1110, \"rankvar\": 563, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1207, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 483, \"group\": [1073.0, 552.0, 133.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCCTATGTT\", \"ini\": 435, \"clust\": 1631, \"rank\": 1090, \"rankvar\": 1221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1208, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1037, \"group\": [1630.0, 811.0, 199.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGAGCCCA\", \"ini\": 434, \"clust\": 970, \"rank\": 1194, \"rankvar\": 523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1209, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 484, \"group\": [972.0, 480.0, 113.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAGGCTGAA\", \"ini\": 433, \"clust\": 1029, \"rank\": 1235, \"rankvar\": 647, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1210, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 387, \"group\": [1043.0, 530.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCTCTCTG\", \"ini\": 432, \"clust\": 41, \"rank\": 1181, \"rankvar\": 1472, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1211, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 1262, \"group\": [42.0, 12.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCACCATCCT\", \"ini\": 431, \"clust\": 1606, \"rank\": 1138, \"rankvar\": 1260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1212, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1038, \"group\": [1606.0, 802.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGTTCCACA\", \"ini\": 430, \"clust\": 1270, \"rank\": 1302, \"rankvar\": 1584, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1213, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 966, \"group\": [1270.0, 682.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCGGATGGA\", \"ini\": 429, \"clust\": 1241, \"rank\": 1230, \"rankvar\": 844, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1214, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 967, \"group\": [1242.0, 662.0, 165.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGACATA\", \"ini\": 428, \"clust\": 1034, \"rank\": 1177, \"rankvar\": 514, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1215, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 485, \"group\": [1033.0, 525.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACACGCC\", \"ini\": 427, \"clust\": 1619, \"rank\": 1005, \"rankvar\": 1462, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1216, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1039, \"group\": [1617.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTAAGTG\", \"ini\": 426, \"clust\": 1006, \"rank\": 1204, \"rankvar\": 828, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1217, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 486, \"group\": [1007.0, 507.0, 123.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAAAGGTGC\", \"ini\": 425, \"clust\": 840, \"rank\": 1203, \"rankvar\": 1392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1218, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1561, \"group\": [842.0, 398.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGACAAG\", \"ini\": 424, \"clust\": 1098, \"rank\": 1267, \"rankvar\": 1263, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1219, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1464, \"group\": [1096.0, 574.0, 142.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTTACGGAG\", \"ini\": 423, \"clust\": 1218, \"rank\": 1265, \"rankvar\": 732, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1220, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 487, \"group\": [1238.0, 658.0, 163.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGAAACCTA\", \"ini\": 422, \"clust\": 1138, \"rank\": 1245, \"rankvar\": 1258, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1221, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 388, \"group\": [1139.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCACTTCTGC\", \"ini\": 421, \"clust\": 1018, \"rank\": 1178, \"rankvar\": 134, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1222, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 488, \"group\": [1018.0, 516.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGTCTGTCTCG\", \"ini\": 420, \"clust\": 1225, \"rank\": 1266, \"rankvar\": 408, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1223, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 968, \"group\": [1223.0, 653.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTCCGT\", \"ini\": 419, \"clust\": 996, \"rank\": 1260, \"rankvar\": 1067, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1224, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 489, \"group\": [996.0, 501.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGAACAATC\", \"ini\": 418, \"clust\": 1300, \"rank\": 1192, \"rankvar\": 118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1225, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 969, \"group\": [1301.0, 705.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTTTGCATG\", \"ini\": 417, \"clust\": 889, \"rank\": 1132, \"rankvar\": 1319, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1226, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 490, \"group\": [890.0, 421.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCATCGATG\", \"ini\": 416, \"clust\": 1096, \"rank\": 1232, \"rankvar\": 1106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1227, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1465, \"group\": [1099.0, 576.0, 142.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGCCAACAG\", \"ini\": 415, \"clust\": 1216, \"rank\": 1257, \"rankvar\": 1133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 970, \"group\": [1217.0, 650.0, 161.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGTTTACG\", \"ini\": 414, \"clust\": 1022, \"rank\": 1180, \"rankvar\": 1026, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1229, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 491, \"group\": [1022.0, 518.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCACCATAG\", \"ini\": 413, \"clust\": 1611, \"rank\": 1112, \"rankvar\": 1404, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1230, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1040, \"group\": [1610.0, 804.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCATGTCCC\", \"ini\": 412, \"clust\": 1163, \"rank\": 1319, \"rankvar\": 1416, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1231, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 389, \"group\": [1164.0, 621.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCGTCATC\", \"ini\": 411, \"clust\": 46, \"rank\": 1317, \"rankvar\": 1248, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1232, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1641, \"group\": [49.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGATGCGAC\", \"ini\": 410, \"clust\": 1568, \"rank\": 1147, \"rankvar\": 1015, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1233, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1041, \"group\": [1568.0, 773.0, 190.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTGTTCTCATT\", \"ini\": 409, \"clust\": 1319, \"rank\": 1169, \"rankvar\": 1189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1234, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 971, \"group\": [1320.0, 723.0, 184.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGTGGTCCC\", \"ini\": 408, \"clust\": 1130, \"rank\": 1271, \"rankvar\": 1055, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1235, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 972, \"group\": [1131.0, 599.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAATCACC\", \"ini\": 407, \"clust\": 995, \"rank\": 1299, \"rankvar\": 1228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1236, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 492, \"group\": [998.0, 501.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCGGTCTAA\", \"ini\": 406, \"clust\": 1024, \"rank\": 1188, \"rankvar\": 1307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1237, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 493, \"group\": [1024.0, 518.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAAGGCAGGTT\", \"ini\": 405, \"clust\": 1148, \"rank\": 1268, \"rankvar\": 893, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 390, \"group\": [1150.0, 607.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACGAAGCA\", \"ini\": 404, \"clust\": 1155, \"rank\": 1208, \"rankvar\": 1082, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1239, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 494, \"group\": [1153.0, 610.0, 149.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCCACGCAG\", \"ini\": 403, \"clust\": 1219, \"rank\": 1273, \"rankvar\": 327, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1240, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 391, \"group\": [1237.0, 657.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCAACCAA\", \"ini\": 402, \"clust\": 1085, \"rank\": 1201, \"rankvar\": 1128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 392, \"group\": [1085.0, 563.0, 138.0, 34.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCAAGCCTA\", \"ini\": 401, \"clust\": 1041, \"rank\": 1262, \"rankvar\": 926, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1242, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 495, \"group\": [1041.0, 528.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCACACCGAC\", \"ini\": 400, \"clust\": 1099, \"rank\": 1292, \"rankvar\": 882, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1243, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 393, \"group\": [1097.0, 574.0, 142.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGCTGAACG\", \"ini\": 399, \"clust\": 1572, \"rank\": 1166, \"rankvar\": 1219, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1244, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1042, \"group\": [1572.0, 775.0, 190.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAAGAAGT\", \"ini\": 398, \"clust\": 1567, \"rank\": 1259, \"rankvar\": 972, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1245, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1571, \"group\": [1574.0, 776.0, 190.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGACACTAA\", \"ini\": 397, \"clust\": 1020, \"rank\": 1278, \"rankvar\": 1208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1246, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 496, \"group\": [1020.0, 517.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCGGTTAAC\", \"ini\": 396, \"clust\": 997, \"rank\": 1288, \"rankvar\": 1091, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1247, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 497, \"group\": [997.0, 501.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCATAGCAC\", \"ini\": 395, \"clust\": 1442, \"rank\": 1084, \"rankvar\": 1591, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1248, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1043, \"group\": [1443.0, 760.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCTGTTTGT\", \"ini\": 394, \"clust\": 876, \"rank\": 1179, \"rankvar\": 1124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1249, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 498, \"group\": [876.0, 411.0, 87.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCAGACACTT\", \"ini\": 393, \"clust\": 1562, \"rank\": 1150, \"rankvar\": 1193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1250, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1044, \"group\": [1567.0, 772.0, 189.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTGAGGCTA\", \"ini\": 392, \"clust\": 1127, \"rank\": 1274, \"rankvar\": 686, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1251, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 973, \"group\": [1128.0, 597.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATACACCCATGG\", \"ini\": 391, \"clust\": 904, \"rank\": 1236, \"rankvar\": 937, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1252, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1562, \"group\": [908.0, 432.0, 96.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCATAGACTC\", \"ini\": 390, \"clust\": 1133, \"rank\": 1247, \"rankvar\": 456, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1253, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 499, \"group\": [1133.0, 601.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCTCCTC\", \"ini\": 389, \"clust\": 1282, \"rank\": 1253, \"rankvar\": 938, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1254, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 974, \"group\": [1286.0, 691.0, 173.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTAACGCGA\", \"ini\": 388, \"clust\": 1384, \"rank\": 1198, \"rankvar\": 976, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1255, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1045, \"group\": [1385.0, 744.0, 187.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACATTACGAC\", \"ini\": 387, \"clust\": 1003, \"rank\": 1234, \"rankvar\": 941, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1256, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 500, \"group\": [1003.0, 504.0, 123.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTTGTCC\", \"ini\": 386, \"clust\": 1621, \"rank\": 1149, \"rankvar\": 1562, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1257, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1046, \"group\": [1620.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGAGTAGA\", \"ini\": 385, \"clust\": 1136, \"rank\": 1308, \"rankvar\": 1276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1258, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 501, \"group\": [1135.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAAGGTCATCT\", \"ini\": 384, \"clust\": 1191, \"rank\": 1336, \"rankvar\": 876, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1259, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 502, \"group\": [1196.0, 641.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCGCTAGCG\", \"ini\": 383, \"clust\": 1183, \"rank\": 1295, \"rankvar\": 1300, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1260, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 975, \"group\": [1183.0, 635.0, 159.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGGGCTCTC\", \"ini\": 382, \"clust\": 1182, \"rank\": 1330, \"rankvar\": 1331, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1261, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 976, \"group\": [1188.0, 637.0, 159.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTGTAATGA\", \"ini\": 381, \"clust\": 1570, \"rank\": 1240, \"rankvar\": 1174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1262, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1047, \"group\": [1570.0, 774.0, 190.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACAGCAG\", \"ini\": 380, \"clust\": 905, \"rank\": 1249, \"rankvar\": 1007, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1263, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1563, \"group\": [907.0, 431.0, 95.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGTTTAGG\", \"ini\": 379, \"clust\": 1104, \"rank\": 1241, \"rankvar\": 1314, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1264, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1466, \"group\": [1114.0, 586.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTATCTG\", \"ini\": 378, \"clust\": 1217, \"rank\": 1318, \"rankvar\": 636, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 394, \"group\": [1218.0, 651.0, 161.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGCGAAA\", \"ini\": 377, \"clust\": 1320, \"rank\": 1261, \"rankvar\": 438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1266, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 977, \"group\": [1321.0, 724.0, 184.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAAGGTGA\", \"ini\": 376, \"clust\": 1552, \"rank\": 1223, \"rankvar\": 965, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1267, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1048, \"group\": [1553.0, 765.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCACTGGG\", \"ini\": 375, \"clust\": 1153, \"rank\": 1187, \"rankvar\": 1048, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1268, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 978, \"group\": [1156.0, 613.0, 150.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTAAAGA\", \"ini\": 374, \"clust\": 1128, \"rank\": 1313, \"rankvar\": 1355, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1269, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 979, \"group\": [1129.0, 598.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCACACGC\", \"ini\": 373, \"clust\": 1007, \"rank\": 1200, \"rankvar\": 621, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1270, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 503, \"group\": [1008.0, 508.0, 124.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAATTCCTT\", \"ini\": 372, \"clust\": 1079, \"rank\": 1221, \"rankvar\": 1052, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1271, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 504, \"group\": [1079.0, 557.0, 136.0, 33.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATGGATGG\", \"ini\": 371, \"clust\": 1002, \"rank\": 1176, \"rankvar\": 668, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1272, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 505, \"group\": [1005.0, 505.0, 123.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTATGGTTC\", \"ini\": 370, \"clust\": 893, \"rank\": 1243, \"rankvar\": 1224, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1273, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 506, \"group\": [892.0, 422.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTTCAGTAC\", \"ini\": 369, \"clust\": 1042, \"rank\": 1315, \"rankvar\": 582, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1274, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 395, \"group\": [1042.0, 529.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGTTACAG\", \"ini\": 368, \"clust\": 1174, \"rank\": 1324, \"rankvar\": 1045, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1275, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 980, \"group\": [1173.0, 628.0, 155.0, 38.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCAGAGCTT\", \"ini\": 367, \"clust\": 1011, \"rank\": 1197, \"rankvar\": 977, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1276, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 507, \"group\": [1011.0, 510.0, 125.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCTGCCCA\", \"ini\": 366, \"clust\": 894, \"rank\": 1237, \"rankvar\": 1486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1277, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 508, \"group\": [893.0, 422.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTCTGCTG\", \"ini\": 365, \"clust\": 1122, \"rank\": 1218, \"rankvar\": 1352, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1278, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 509, \"group\": [1123.0, 595.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTAGTGCG\", \"ini\": 364, \"clust\": 1089, \"rank\": 1254, \"rankvar\": 1259, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1279, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 510, \"group\": [1092.0, 570.0, 140.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAGTAGAGC\", \"ini\": 363, \"clust\": 906, \"rank\": 1281, \"rankvar\": 50, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 396, \"group\": [905.0, 429.0, 95.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAGTGAGA\", \"ini\": 362, \"clust\": 1014, \"rank\": 1280, \"rankvar\": 1399, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1281, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 511, \"group\": [1015.0, 514.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTGTCTCA\", \"ini\": 361, \"clust\": 1337, \"rank\": 1246, \"rankvar\": 1390, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1282, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 35, \"group\": [1338.0, 735.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAAGCGGT\", \"ini\": 360, \"clust\": 1317, \"rank\": 1233, \"rankvar\": 529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1283, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 981, \"group\": [1318.0, 721.0, 183.0, 46.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCTTGCGG\", \"ini\": 359, \"clust\": 1325, \"rank\": 1224, \"rankvar\": 921, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1284, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 36, \"group\": [1326.0, 729.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGCTCCTTC\", \"ini\": 358, \"clust\": 1040, \"rank\": 1290, \"rankvar\": 863, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1285, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 512, \"group\": [1040.0, 527.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTGGTAACG\", \"ini\": 357, \"clust\": 1123, \"rank\": 1286, \"rankvar\": 1264, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1286, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 513, \"group\": [1124.0, 595.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCATGCCTTC\", \"ini\": 356, \"clust\": 1383, \"rank\": 1255, \"rankvar\": 1555, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1287, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 37, \"group\": [1381.0, 742.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGGGAACGG\", \"ini\": 355, \"clust\": 900, \"rank\": 1341, \"rankvar\": 1201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1288, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1564, \"group\": [898.0, 424.0, 93.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCATCACGAT\", \"ini\": 354, \"clust\": 1355, \"rank\": 1238, \"rankvar\": 1565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1289, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 38, \"group\": [1355.0, 739.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTACCGAGA\", \"ini\": 353, \"clust\": 1139, \"rank\": 1303, \"rankvar\": 1187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1290, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 514, \"group\": [1137.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAATT\", \"ini\": 352, \"clust\": 1623, \"rank\": 1219, \"rankvar\": 1453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1291, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1049, \"group\": [1622.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGTGCAAGC\", \"ini\": 351, \"clust\": 1176, \"rank\": 1329, \"rankvar\": 603, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 397, \"group\": [1179.0, 632.0, 157.0, 39.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGAAAGAG\", \"ini\": 350, \"clust\": 1132, \"rank\": 1256, \"rankvar\": 873, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1293, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 515, \"group\": [1152.0, 609.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCGATCCCT\", \"ini\": 349, \"clust\": 1004, \"rank\": 1279, \"rankvar\": 1093, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1294, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 516, \"group\": [1004.0, 504.0, 123.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATTCCTGC\", \"ini\": 348, \"clust\": 1445, \"rank\": 1173, \"rankvar\": 1424, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1295, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1050, \"group\": [1445.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTTTAAGCC\", \"ini\": 347, \"clust\": 1385, \"rank\": 1285, \"rankvar\": 760, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1296, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1051, \"group\": [1386.0, 745.0, 187.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCACTTAAGC\", \"ini\": 346, \"clust\": 896, \"rank\": 1347, \"rankvar\": 918, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1297, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1565, \"group\": [896.0, 423.0, 93.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGAGCTGGT\", \"ini\": 345, \"clust\": 1338, \"rank\": 1214, \"rankvar\": 1602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1298, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 39, \"group\": [1339.0, 735.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCCTCAGT\", \"ini\": 344, \"clust\": 1444, \"rank\": 1227, \"rankvar\": 1360, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1299, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1052, \"group\": [1447.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGATCCCGC\", \"ini\": 343, \"clust\": 1554, \"rank\": 1277, \"rankvar\": 708, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1300, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 982, \"group\": [1555.0, 766.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTAGGCGATAC\", \"ini\": 342, \"clust\": 1131, \"rank\": 1320, \"rankvar\": 1003, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1301, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 983, \"group\": [1132.0, 600.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCGGCCGAT\", \"ini\": 341, \"clust\": 1035, \"rank\": 1294, \"rankvar\": 644, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1302, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 517, \"group\": [1034.0, 525.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGGCTACGA\", \"ini\": 340, \"clust\": 1189, \"rank\": 1345, \"rankvar\": 816, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 398, \"group\": [1189.0, 638.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTACCGTAT\", \"ini\": 339, \"clust\": 1449, \"rank\": 1287, \"rankvar\": 1321, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1304, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1053, \"group\": [1452.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATGCTGGC\", \"ini\": 338, \"clust\": 1015, \"rank\": 1272, \"rankvar\": 1006, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1305, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 518, \"group\": [1016.0, 515.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGGTCAT\", \"ini\": 337, \"clust\": 1037, \"rank\": 1298, \"rankvar\": 1140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1306, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 519, \"group\": [1036.0, 525.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCGGCACT\", \"ini\": 336, \"clust\": 1334, \"rank\": 1270, \"rankvar\": 1305, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1307, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 40, \"group\": [1337.0, 734.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCCAAACTG\", \"ini\": 335, \"clust\": 1380, \"rank\": 1269, \"rankvar\": 1181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1308, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 41, \"group\": [1383.0, 742.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCAGGCGAA\", \"ini\": 334, \"clust\": 1145, \"rank\": 1325, \"rankvar\": 969, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1309, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 520, \"group\": [1146.0, 605.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGGTGACCA\", \"ini\": 333, \"clust\": 1135, \"rank\": 1310, \"rankvar\": 786, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1310, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 399, \"group\": [1151.0, 608.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGCTTCGG\", \"ini\": 332, \"clust\": 1582, \"rank\": 1305, \"rankvar\": 3, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1311, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 984, \"group\": [1581.0, 782.0, 192.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTATCAAACGGG\", \"ini\": 331, \"clust\": 1452, \"rank\": 1283, \"rankvar\": 1313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1312, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1054, \"group\": [1457.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGATTCT\", \"ini\": 330, \"clust\": 1143, \"rank\": 1354, \"rankvar\": 983, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1313, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 521, \"group\": [1140.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCCAGTACACT\", \"ini\": 329, \"clust\": 1226, \"rank\": 1381, \"rankvar\": 805, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1314, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 985, \"group\": [1224.0, 653.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAATCACAC\", \"ini\": 328, \"clust\": 1190, \"rank\": 1376, \"rankvar\": 715, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 400, \"group\": [1190.0, 638.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAGGTTCT\", \"ini\": 327, \"clust\": 1196, \"rank\": 1374, \"rankvar\": 271, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1316, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 401, \"group\": [1202.0, 644.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGGGTGTTG\", \"ini\": 326, \"clust\": 1328, \"rank\": 1321, \"rankvar\": 1429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1317, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 42, \"group\": [1331.0, 731.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGTGTGGT\", \"ini\": 325, \"clust\": 1033, \"rank\": 1309, \"rankvar\": 1332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1318, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 522, \"group\": [1035.0, 525.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTAACGCGA\", \"ini\": 324, \"clust\": 1180, \"rank\": 1323, \"rankvar\": 1099, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 402, \"group\": [1180.0, 633.0, 158.0, 39.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTGGCGTG\", \"ini\": 323, \"clust\": 1177, \"rank\": 1332, \"rankvar\": 1031, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 403, \"group\": [1177.0, 631.0, 157.0, 39.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAGTTTACG\", \"ini\": 322, \"clust\": 1222, \"rank\": 1393, \"rankvar\": 1040, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1321, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 986, \"group\": [1221.0, 652.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGAATAGGG\", \"ini\": 321, \"clust\": 1134, \"rank\": 1338, \"rankvar\": 986, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1322, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 523, \"group\": [1134.0, 602.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACATCCA\", \"ini\": 320, \"clust\": 890, \"rank\": 1252, \"rankvar\": 1225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1323, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 524, \"group\": [891.0, 421.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCCTAGGGC\", \"ini\": 319, \"clust\": 1197, \"rank\": 1360, \"rankvar\": 393, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1324, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 525, \"group\": [1201.0, 643.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCATCACAAC\", \"ini\": 318, \"clust\": 1038, \"rank\": 1333, \"rankvar\": 1164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1325, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 526, \"group\": [1037.0, 525.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTAACGGT\", \"ini\": 317, \"clust\": 1236, \"rank\": 1379, \"rankvar\": 915, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 404, \"group\": [1234.0, 655.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCGTCCA\", \"ini\": 316, \"clust\": 1152, \"rank\": 1331, \"rankvar\": 754, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 405, \"group\": [1157.0, 614.0, 151.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGAGGTACC\", \"ini\": 315, \"clust\": 841, \"rank\": 1365, \"rankvar\": 1500, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1328, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1566, \"group\": [841.0, 398.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAGTTTACG\", \"ini\": 314, \"clust\": 1194, \"rank\": 1372, \"rankvar\": 585, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1329, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 527, \"group\": [1194.0, 640.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGCAGACTG\", \"ini\": 313, \"clust\": 891, \"rank\": 1301, \"rankvar\": 1458, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1330, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 528, \"group\": [895.0, 422.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAGTAACGG\", \"ini\": 312, \"clust\": 1008, \"rank\": 1326, \"rankvar\": 770, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1331, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 529, \"group\": [1009.0, 508.0, 124.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCTGCCCTA\", \"ini\": 311, \"clust\": 1129, \"rank\": 1362, \"rankvar\": 1176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1332, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 987, \"group\": [1130.0, 598.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCTACTATC\", \"ini\": 310, \"clust\": 1327, \"rank\": 1297, \"rankvar\": 1639, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1333, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 43, \"group\": [1332.0, 732.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGCTCAGA\", \"ini\": 309, \"clust\": 1237, \"rank\": 1378, \"rankvar\": 769, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 406, \"group\": [1235.0, 655.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTGCACTTA\", \"ini\": 308, \"clust\": 1357, \"rank\": 1293, \"rankvar\": 1600, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1335, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 44, \"group\": [1359.0, 740.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTGTGTGCCTG\", \"ini\": 307, \"clust\": 1580, \"rank\": 1314, \"rankvar\": 742, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 988, \"group\": [1584.0, 785.0, 193.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCAACAACCT\", \"ini\": 306, \"clust\": 1335, \"rank\": 1312, \"rankvar\": 1498, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1337, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 45, \"group\": [1335.0, 734.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGGCACTA\", \"ini\": 305, \"clust\": 1569, \"rank\": 1296, \"rankvar\": 1153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1338, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1055, \"group\": [1569.0, 773.0, 190.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCACAACGCC\", \"ini\": 304, \"clust\": 1571, \"rank\": 1337, \"rankvar\": 1255, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1339, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1056, \"group\": [1571.0, 774.0, 190.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTACGCGA\", \"ini\": 303, \"clust\": 1080, \"rank\": 1304, \"rankvar\": 959, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1340, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 530, \"group\": [1080.0, 558.0, 136.0, 33.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCGTCTCCACT\", \"ini\": 302, \"clust\": 1560, \"rank\": 1258, \"rankvar\": 1156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1341, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1190, \"group\": [1561.0, 769.0, 189.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGTACAA\", \"ini\": 301, \"clust\": 1082, \"rank\": 1322, \"rankvar\": 310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1342, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 531, \"group\": [1083.0, 561.0, 137.0, 33.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACAAAGCGGT\", \"ini\": 300, \"clust\": 1565, \"rank\": 1250, \"rankvar\": 1495, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1343, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1057, \"group\": [1565.0, 771.0, 189.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCGCAGGCT\", \"ini\": 299, \"clust\": 1333, \"rank\": 1328, \"rankvar\": 1309, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1344, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 46, \"group\": [1334.0, 733.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGAGGGATA\", \"ini\": 298, \"clust\": 1137, \"rank\": 1401, \"rankvar\": 1286, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1345, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 989, \"group\": [1136.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGCGACAT\", \"ini\": 297, \"clust\": 1142, \"rank\": 1368, \"rankvar\": 1306, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1346, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 532, \"group\": [1142.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCACTATCTT\", \"ini\": 296, \"clust\": 1365, \"rank\": 1356, \"rankvar\": 1033, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1347, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 47, \"group\": [1368.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAATCACAC\", \"ini\": 295, \"clust\": 1356, \"rank\": 1335, \"rankvar\": 1337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1348, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 48, \"group\": [1356.0, 739.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTGTGTAAGTA\", \"ini\": 294, \"clust\": 1524, \"rank\": 1349, \"rankvar\": 1340, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1349, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1058, \"group\": [1525.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTACAGACG\", \"ini\": 293, \"clust\": 1188, \"rank\": 1402, \"rankvar\": 729, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1350, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 407, \"group\": [1191.0, 639.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCCCTCAGT\", \"ini\": 292, \"clust\": 1141, \"rank\": 1399, \"rankvar\": 1257, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1351, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 533, \"group\": [1143.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGATGGGTC\", \"ini\": 291, \"clust\": 1175, \"rank\": 1446, \"rankvar\": 1422, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1352, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 408, \"group\": [1174.0, 628.0, 155.0, 38.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATATGGTC\", \"ini\": 290, \"clust\": 1200, \"rank\": 1421, \"rankvar\": 888, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1353, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 534, \"group\": [1197.0, 642.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATCTACGA\", \"ini\": 289, \"clust\": 1224, \"rank\": 1418, \"rankvar\": 746, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1354, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 990, \"group\": [1225.0, 653.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTAGCCA\", \"ini\": 288, \"clust\": 1472, \"rank\": 1386, \"rankvar\": 1094, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1355, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1059, \"group\": [1472.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTAGGCTGA\", \"ini\": 287, \"clust\": 1205, \"rank\": 1387, \"rankvar\": 1281, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 409, \"group\": [1205.0, 646.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGCTTG\", \"ini\": 286, \"clust\": 1149, \"rank\": 1425, \"rankvar\": 1178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 410, \"group\": [1149.0, 606.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATGTAAG\", \"ini\": 285, \"clust\": 1206, \"rank\": 1408, \"rankvar\": 772, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 411, \"group\": [1206.0, 646.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGGATACC\", \"ini\": 284, \"clust\": 1228, \"rank\": 1438, \"rankvar\": 845, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1359, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 991, \"group\": [1226.0, 654.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCAACCAA\", \"ini\": 283, \"clust\": 1227, \"rank\": 1440, \"rankvar\": 1202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 412, \"group\": [1236.0, 656.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGACAGGT\", \"ini\": 282, \"clust\": 1525, \"rank\": 1366, \"rankvar\": 1431, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1361, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1060, \"group\": [1526.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGCGAGT\", \"ini\": 281, \"clust\": 1573, \"rank\": 1311, \"rankvar\": 1326, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1362, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1061, \"group\": [1573.0, 775.0, 190.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCACCGTC\", \"ini\": 280, \"clust\": 1234, \"rank\": 1410, \"rankvar\": 484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1363, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 992, \"group\": [1232.0, 655.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTAGCTCCG\", \"ini\": 279, \"clust\": 1195, \"rank\": 1404, \"rankvar\": 847, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1364, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 535, \"group\": [1195.0, 640.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTCCCTGA\", \"ini\": 278, \"clust\": 1000, \"rank\": 1433, \"rankvar\": 1535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1365, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 536, \"group\": [999.0, 502.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCATCGACGC\", \"ini\": 277, \"clust\": 843, \"rank\": 1388, \"rankvar\": 1414, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1366, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1567, \"group\": [840.0, 398.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAACTGCTA\", \"ini\": 276, \"clust\": 1358, \"rank\": 1276, \"rankvar\": 1525, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1367, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1236, \"group\": [1357.0, 740.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGAACAATC\", \"ini\": 275, \"clust\": 1439, \"rank\": 1316, \"rankvar\": 1597, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1368, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1062, \"group\": [1441.0, 759.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGCACCGTC\", \"ini\": 274, \"clust\": 1387, \"rank\": 1424, \"rankvar\": 810, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1369, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1063, \"group\": [1387.0, 746.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGTTACAG\", \"ini\": 273, \"clust\": 1144, \"rank\": 1382, \"rankvar\": 1245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1370, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 537, \"group\": [1141.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATCCAAC\", \"ini\": 272, \"clust\": 1512, \"rank\": 1348, \"rankvar\": 1468, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1371, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1064, \"group\": [1513.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCCCAAGTA\", \"ini\": 271, \"clust\": 1376, \"rank\": 1358, \"rankvar\": 1558, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1372, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 49, \"group\": [1378.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCATGCAAC\", \"ini\": 270, \"clust\": 907, \"rank\": 1363, \"rankvar\": 747, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1373, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1568, \"group\": [906.0, 430.0, 95.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTACTTAC\", \"ini\": 269, \"clust\": 1438, \"rank\": 1355, \"rankvar\": 1599, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1374, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1065, \"group\": [1442.0, 759.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGCACCGTC\", \"ini\": 268, \"clust\": 1323, \"rank\": 1353, \"rankvar\": 1507, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1375, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 50, \"group\": [1322.0, 725.0, 185.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTATTCTC\", \"ini\": 267, \"clust\": 998, \"rank\": 1342, \"rankvar\": 978, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1376, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 538, \"group\": [1002.0, 503.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCGAGCCCA\", \"ini\": 266, \"clust\": 1453, \"rank\": 1327, \"rankvar\": 1461, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1377, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1066, \"group\": [1453.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGATCGGGT\", \"ini\": 265, \"clust\": 1214, \"rank\": 1413, \"rankvar\": 940, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1378, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 539, \"group\": [1214.0, 649.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTTGTACAC\", \"ini\": 264, \"clust\": 1574, \"rank\": 1390, \"rankvar\": 1057, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1379, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 540, \"group\": [1575.0, 777.0, 191.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAATCGAAA\", \"ini\": 263, \"clust\": 897, \"rank\": 1383, \"rankvar\": 812, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1380, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 541, \"group\": [897.0, 423.0, 93.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGTGCCTG\", \"ini\": 262, \"clust\": 1243, \"rank\": 1447, \"rankvar\": 1627, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1381, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 542, \"group\": [1244.0, 664.0, 165.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACGACGT\", \"ini\": 261, \"clust\": 898, \"rank\": 1411, \"rankvar\": 850, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1382, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 543, \"group\": [901.0, 425.0, 93.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTTCTCATT\", \"ini\": 260, \"clust\": 1318, \"rank\": 1359, \"rankvar\": 1032, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1383, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1237, \"group\": [1319.0, 722.0, 183.0, 46.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATGTCCC\", \"ini\": 259, \"clust\": 1036, \"rank\": 1392, \"rankvar\": 1186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1384, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 544, \"group\": [1038.0, 525.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTCAAGTG\", \"ini\": 258, \"clust\": 1150, \"rank\": 1463, \"rankvar\": 1141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 413, \"group\": [1147.0, 606.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCAGAGGGATA\", \"ini\": 257, \"clust\": 1186, \"rank\": 1436, \"rankvar\": 1518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1386, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 545, \"group\": [1185.0, 636.0, 159.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTAGCCTAT\", \"ini\": 256, \"clust\": 1450, \"rank\": 1343, \"rankvar\": 1320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1387, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1067, \"group\": [1450.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGTTAGCGG\", \"ini\": 255, \"clust\": 1451, \"rank\": 1340, \"rankvar\": 1351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1388, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1068, \"group\": [1451.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGCACACGCTG\", \"ini\": 254, \"clust\": 1140, \"rank\": 1377, \"rankvar\": 1477, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1389, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 546, \"group\": [1138.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCAGAAGG\", \"ini\": 253, \"clust\": 1364, \"rank\": 1367, \"rankvar\": 1230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1390, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 51, \"group\": [1369.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACACTGCCAG\", \"ini\": 252, \"clust\": 1322, \"rank\": 1437, \"rankvar\": 1380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1391, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 52, \"group\": [1324.0, 727.0, 185.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGACTGTAA\", \"ini\": 251, \"clust\": 1443, \"rank\": 1282, \"rankvar\": 1633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1392, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1069, \"group\": [1444.0, 760.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTGAGGTG\", \"ini\": 250, \"clust\": 1514, \"rank\": 1344, \"rankvar\": 1383, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1393, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1070, \"group\": [1515.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCAGTAAGAT\", \"ini\": 249, \"clust\": 1154, \"rank\": 1351, \"rankvar\": 1021, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1394, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 414, \"group\": [1155.0, 612.0, 149.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCACCCTATC\", \"ini\": 248, \"clust\": 1362, \"rank\": 1396, \"rankvar\": 1534, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1395, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 53, \"group\": [1362.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCCTCGCAT\", \"ini\": 247, \"clust\": 885, \"rank\": 1397, \"rankvar\": 1134, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1396, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 547, \"group\": [889.0, 420.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGACGAT\", \"ini\": 246, \"clust\": 1156, \"rank\": 1364, \"rankvar\": 1293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1397, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 993, \"group\": [1154.0, 611.0, 149.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGTGGTAAT\", \"ini\": 245, \"clust\": 1563, \"rank\": 1284, \"rankvar\": 1451, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1398, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1191, \"group\": [1563.0, 771.0, 189.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTTCTGGTA\", \"ini\": 244, \"clust\": 42, \"rank\": 1391, \"rankvar\": 1625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1399, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1642, \"group\": [43.0, 12.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGAAGGTTT\", \"ini\": 243, \"clust\": 901, \"rank\": 1497, \"rankvar\": 1398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1400, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1569, \"group\": [899.0, 424.0, 93.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCAAGCTGGA\", \"ini\": 242, \"clust\": 1519, \"rank\": 1357, \"rankvar\": 1587, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1401, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1071, \"group\": [1520.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGCAAAGGTGC\", \"ini\": 241, \"clust\": 1199, \"rank\": 1459, \"rankvar\": 611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1402, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 548, \"group\": [1199.0, 642.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGGTCCC\", \"ini\": 240, \"clust\": 887, \"rank\": 1369, \"rankvar\": 835, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1403, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 549, \"group\": [886.0, 419.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCTAACTC\", \"ini\": 239, \"clust\": 1211, \"rank\": 1423, \"rankvar\": 833, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1404, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 550, \"group\": [1212.0, 648.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGTGCC\", \"ini\": 238, \"clust\": 1564, \"rank\": 1334, \"rankvar\": 1268, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1405, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1192, \"group\": [1564.0, 771.0, 189.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATAGAAAC\", \"ini\": 237, \"clust\": 1184, \"rank\": 1395, \"rankvar\": 1343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1406, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 551, \"group\": [1184.0, 635.0, 159.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTGGACGT\", \"ini\": 236, \"clust\": 1465, \"rank\": 1384, \"rankvar\": 1218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1407, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1072, \"group\": [1474.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATGAGCGA\", \"ini\": 235, \"clust\": 886, \"rank\": 1406, \"rankvar\": 1358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1408, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 552, \"group\": [888.0, 419.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTGATACG\", \"ini\": 234, \"clust\": 1326, \"rank\": 1350, \"rankvar\": 1200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1409, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 54, \"group\": [1327.0, 730.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGGTGTTG\", \"ini\": 233, \"clust\": 1455, \"rank\": 1375, \"rankvar\": 1068, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1410, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1073, \"group\": [1455.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCACCGCTAG\", \"ini\": 232, \"clust\": 1520, \"rank\": 1371, \"rankvar\": 1456, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1411, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1074, \"group\": [1521.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCTGTGCAA\", \"ini\": 231, \"clust\": 1454, \"rank\": 1361, \"rankvar\": 1379, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1412, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1075, \"group\": [1454.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTTGAC\", \"ini\": 230, \"clust\": 1212, \"rank\": 1453, \"rankvar\": 822, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1413, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 553, \"group\": [1213.0, 648.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTATCCAGATCA\", \"ini\": 229, \"clust\": 1330, \"rank\": 1416, \"rankvar\": 1237, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1414, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 55, \"group\": [1328.0, 731.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTCATCCCT\", \"ini\": 228, \"clust\": 1178, \"rank\": 1461, \"rankvar\": 681, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1415, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 415, \"group\": [1178.0, 631.0, 157.0, 39.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACTTACGA\", \"ini\": 227, \"clust\": 1480, \"rank\": 1389, \"rankvar\": 1294, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1416, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1076, \"group\": [1482.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCCGCCTA\", \"ini\": 226, \"clust\": 1487, \"rank\": 1373, \"rankvar\": 1573, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1417, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1077, \"group\": [1488.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATCCCGC\", \"ini\": 225, \"clust\": 1329, \"rank\": 1450, \"rankvar\": 1538, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1418, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 56, \"group\": [1330.0, 731.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCAAACCAC\", \"ini\": 224, \"clust\": 1477, \"rank\": 1380, \"rankvar\": 993, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1419, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1078, \"group\": [1477.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCTGCT\", \"ini\": 223, \"clust\": 1204, \"rank\": 1465, \"rankvar\": 1207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1420, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 554, \"group\": [1207.0, 646.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACACTGCG\", \"ini\": 222, \"clust\": 1359, \"rank\": 1306, \"rankvar\": 1623, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1421, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1238, \"group\": [1358.0, 740.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTCAGGACA\", \"ini\": 221, \"clust\": 1566, \"rank\": 1352, \"rankvar\": 1559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1422, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1079, \"group\": [1566.0, 771.0, 189.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTACACCT\", \"ini\": 220, \"clust\": 1331, \"rank\": 1439, \"rankvar\": 1512, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1423, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 57, \"group\": [1329.0, 731.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCTCGTTTA\", \"ini\": 219, \"clust\": 1360, \"rank\": 1472, \"rankvar\": 1469, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1424, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 58, \"group\": [1360.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTTGACAC\", \"ini\": 218, \"clust\": 1202, \"rank\": 1442, \"rankvar\": 996, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1425, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 555, \"group\": [1203.0, 645.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTAGGTT\", \"ini\": 217, \"clust\": 1324, \"rank\": 1398, \"rankvar\": 1241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1426, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1080, \"group\": [1323.0, 726.0, 185.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAGACAAAT\", \"ini\": 216, \"clust\": 1201, \"rank\": 1487, \"rankvar\": 465, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1427, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 556, \"group\": [1198.0, 642.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCCTCAATT\", \"ini\": 215, \"clust\": 1215, \"rank\": 1471, \"rankvar\": 1126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1428, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 557, \"group\": [1215.0, 649.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCACGACG\", \"ini\": 214, \"clust\": 1446, \"rank\": 1346, \"rankvar\": 1607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1429, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1081, \"group\": [1446.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATGCCTAA\", \"ini\": 213, \"clust\": 1474, \"rank\": 1385, \"rankvar\": 1443, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1430, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1082, \"group\": [1475.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGTCTTGCA\", \"ini\": 212, \"clust\": 1447, \"rank\": 1370, \"rankvar\": 1402, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1431, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1083, \"group\": [1448.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGCAGGTA\", \"ini\": 211, \"clust\": 888, \"rank\": 1452, \"rankvar\": 1394, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1432, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 558, \"group\": [887.0, 419.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTAGAGTC\", \"ini\": 210, \"clust\": 1386, \"rank\": 1430, \"rankvar\": 1075, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1433, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1084, \"group\": [1389.0, 748.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGTCTAT\", \"ini\": 209, \"clust\": 1179, \"rank\": 1490, \"rankvar\": 1516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1434, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 416, \"group\": [1182.0, 634.0, 158.0, 39.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGAGCTGCA\", \"ini\": 208, \"clust\": 899, \"rank\": 1481, \"rankvar\": 1455, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1435, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 559, \"group\": [900.0, 424.0, 93.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGTCTTGTATC\", \"ini\": 207, \"clust\": 1513, \"rank\": 1422, \"rankvar\": 1502, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1436, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1085, \"group\": [1514.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACACGAAACG\", \"ini\": 206, \"clust\": 1553, \"rank\": 1426, \"rankvar\": 1527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1437, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1086, \"group\": [1554.0, 765.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCGATAGC\", \"ini\": 205, \"clust\": 1404, \"rank\": 1419, \"rankvar\": 768, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1438, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1193, \"group\": [1405.0, 754.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAGGGTATG\", \"ini\": 204, \"clust\": 1521, \"rank\": 1394, \"rankvar\": 1365, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1439, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1087, \"group\": [1524.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCTGCAC\", \"ini\": 203, \"clust\": 1432, \"rank\": 1414, \"rankvar\": 478, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1440, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1194, \"group\": [1438.0, 758.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTCAGACT\", \"ini\": 202, \"clust\": 1001, \"rank\": 1491, \"rankvar\": 1568, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1441, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 560, \"group\": [1000.0, 502.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCAAAGTCAA\", \"ini\": 201, \"clust\": 1527, \"rank\": 1400, \"rankvar\": 1391, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1442, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1088, \"group\": [1527.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTTAGCGG\", \"ini\": 200, \"clust\": 1373, \"rank\": 1444, \"rankvar\": 1636, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1443, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 59, \"group\": [1372.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTTGATTGC\", \"ini\": 199, \"clust\": 1374, \"rank\": 1409, \"rankvar\": 1609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1444, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 60, \"group\": [1373.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGTTCATG\", \"ini\": 198, \"clust\": 1460, \"rank\": 1428, \"rankvar\": 952, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1445, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1089, \"group\": [1461.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGGAGGTA\", \"ini\": 197, \"clust\": 1388, \"rank\": 1431, \"rankvar\": 1213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1446, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1195, \"group\": [1388.0, 747.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGCTGAG\", \"ini\": 196, \"clust\": 1470, \"rank\": 1470, \"rankvar\": 1155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1447, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1090, \"group\": [1469.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGTTGGC\", \"ini\": 195, \"clust\": 1151, \"rank\": 1502, \"rankvar\": 1395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1448, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 561, \"group\": [1148.0, 606.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGACACTAA\", \"ini\": 194, \"clust\": 1354, \"rank\": 1415, \"rankvar\": 1463, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1449, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1239, \"group\": [1384.0, 743.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCCTCCAT\", \"ini\": 193, \"clust\": 1456, \"rank\": 1403, \"rankvar\": 1532, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1450, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1091, \"group\": [1456.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACTCCTG\", \"ini\": 192, \"clust\": 1475, \"rank\": 1407, \"rankvar\": 1480, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1451, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1092, \"group\": [1476.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGGCAGTCA\", \"ini\": 191, \"clust\": 1476, \"rank\": 1435, \"rankvar\": 924, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1452, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1093, \"group\": [1479.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTACAGACG\", \"ini\": 190, \"clust\": 1368, \"rank\": 1462, \"rankvar\": 1567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1453, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 61, \"group\": [1366.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGGACAA\", \"ini\": 189, \"clust\": 1370, \"rank\": 1432, \"rankvar\": 1515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1454, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 62, \"group\": [1370.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCATGGGAAC\", \"ini\": 188, \"clust\": 1361, \"rank\": 1513, \"rankvar\": 1566, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1455, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 63, \"group\": [1361.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATAGGATA\", \"ini\": 187, \"clust\": 1481, \"rank\": 1427, \"rankvar\": 1269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1456, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1094, \"group\": [1480.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGTTTGT\", \"ini\": 186, \"clust\": 999, \"rank\": 1485, \"rankvar\": 1438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1457, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 562, \"group\": [1001.0, 502.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACAGATGAGC\", \"ini\": 185, \"clust\": 1534, \"rank\": 1457, \"rankvar\": 1203, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1458, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1095, \"group\": [1537.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCTCTGAGA\", \"ini\": 184, \"clust\": 1583, \"rank\": 1417, \"rankvar\": 622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1459, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 563, \"group\": [1582.0, 783.0, 192.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTTCGAATC\", \"ini\": 183, \"clust\": 1463, \"rank\": 1476, \"rankvar\": 980, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1460, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1096, \"group\": [1463.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCTCCAT\", \"ini\": 182, \"clust\": 1399, \"rank\": 1496, \"rankvar\": 1199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1461, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1097, \"group\": [1400.0, 751.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAGAAGC\", \"ini\": 181, \"clust\": 1490, \"rank\": 1441, \"rankvar\": 1439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1462, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1098, \"group\": [1492.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCACGGTGTC\", \"ini\": 180, \"clust\": 1223, \"rank\": 1579, \"rankvar\": 1585, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 417, \"group\": [1222.0, 652.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCAATGGACG\", \"ini\": 179, \"clust\": 1366, \"rank\": 1478, \"rankvar\": 1231, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1464, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 64, \"group\": [1364.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTCAAACTC\", \"ini\": 178, \"clust\": 1448, \"rank\": 1412, \"rankvar\": 1349, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1465, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1099, \"group\": [1449.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGCGATAGC\", \"ini\": 177, \"clust\": 1181, \"rank\": 1504, \"rankvar\": 1542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1466, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 418, \"group\": [1181.0, 633.0, 158.0, 39.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTACGCACC\", \"ini\": 176, \"clust\": 1372, \"rank\": 1486, \"rankvar\": 1588, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1467, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 65, \"group\": [1374.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTATATGAG\", \"ini\": 175, \"clust\": 1192, \"rank\": 1545, \"rankvar\": 1081, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1468, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 564, \"group\": [1192.0, 640.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTTGTTTC\", \"ini\": 174, \"clust\": 1469, \"rank\": 1448, \"rankvar\": 1301, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1469, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1100, \"group\": [1471.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGGTTCGGGCT\", \"ini\": 173, \"clust\": 1464, \"rank\": 1464, \"rankvar\": 1097, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1470, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1101, \"group\": [1464.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTGTGACCC\", \"ini\": 172, \"clust\": 1401, \"rank\": 1434, \"rankvar\": 1311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1471, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1102, \"group\": [1404.0, 753.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTACGTAA\", \"ini\": 171, \"clust\": 1473, \"rank\": 1460, \"rankvar\": 1318, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1472, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1103, \"group\": [1473.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTTCACGGC\", \"ini\": 170, \"clust\": 1198, \"rank\": 1531, \"rankvar\": 1501, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1473, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 565, \"group\": [1200.0, 642.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCAAGGCTT\", \"ini\": 169, \"clust\": 1458, \"rank\": 1484, \"rankvar\": 1038, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1474, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1104, \"group\": [1458.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCATCGGCGGTT\", \"ini\": 168, \"clust\": 1187, \"rank\": 1542, \"rankvar\": 1450, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1475, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 566, \"group\": [1186.0, 636.0, 159.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTCGGGTCT\", \"ini\": 167, \"clust\": 1561, \"rank\": 1405, \"rankvar\": 1277, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1476, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1196, \"group\": [1562.0, 770.0, 189.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTCTGCGGT\", \"ini\": 166, \"clust\": 1471, \"rank\": 1466, \"rankvar\": 1364, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1477, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1105, \"group\": [1470.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCTGCGGT\", \"ini\": 165, \"clust\": 1363, \"rank\": 1479, \"rankvar\": 1413, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1478, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 66, \"group\": [1363.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAGGTTTC\", \"ini\": 164, \"clust\": 1146, \"rank\": 1512, \"rankvar\": 1025, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1479, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 567, \"group\": [1144.0, 604.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGCCCGAAA\", \"ini\": 163, \"clust\": 1522, \"rank\": 1429, \"rankvar\": 1554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1480, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1106, \"group\": [1522.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCTGTAT\", \"ini\": 162, \"clust\": 1185, \"rank\": 1507, \"rankvar\": 1123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1481, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 568, \"group\": [1187.0, 636.0, 159.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGACAGACC\", \"ini\": 161, \"clust\": 1517, \"rank\": 1458, \"rankvar\": 1521, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1482, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1107, \"group\": [1517.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCGAATGGG\", \"ini\": 160, \"clust\": 1478, \"rank\": 1477, \"rankvar\": 1204, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1483, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1108, \"group\": [1478.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCGCATAT\", \"ini\": 159, \"clust\": 1494, \"rank\": 1493, \"rankvar\": 1426, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1484, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1109, \"group\": [1494.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCGGCGCAT\", \"ini\": 158, \"clust\": 1529, \"rank\": 1467, \"rankvar\": 1274, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1485, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1110, \"group\": [1529.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCAGCTGTAT\", \"ini\": 157, \"clust\": 1482, \"rank\": 1456, \"rankvar\": 1289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1486, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1111, \"group\": [1481.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCAGCTTAG\", \"ini\": 156, \"clust\": 1393, \"rank\": 1521, \"rankvar\": 916, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1487, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1112, \"group\": [1396.0, 750.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGCTAACTC\", \"ini\": 155, \"clust\": 1336, \"rank\": 1468, \"rankvar\": 1499, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1488, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1240, \"group\": [1336.0, 734.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTCCAACTA\", \"ini\": 154, \"clust\": 1203, \"rank\": 1499, \"rankvar\": 1084, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1489, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 569, \"group\": [1204.0, 645.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTACGCCC\", \"ini\": 153, \"clust\": 1147, \"rank\": 1530, \"rankvar\": 1256, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1490, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 994, \"group\": [1145.0, 604.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCTGCCAGG\", \"ini\": 152, \"clust\": 1523, \"rank\": 1443, \"rankvar\": 1482, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1491, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1113, \"group\": [1523.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTTACGA\", \"ini\": 151, \"clust\": 1501, \"rank\": 1455, \"rankvar\": 1440, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1492, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1114, \"group\": [1501.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAAGATGTTAG\", \"ini\": 150, \"clust\": 1440, \"rank\": 1451, \"rankvar\": 1619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1493, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1115, \"group\": [1439.0, 759.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAAGAGGCT\", \"ini\": 149, \"clust\": 1526, \"rank\": 1445, \"rankvar\": 1634, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1494, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1116, \"group\": [1534.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCTTAGAGC\", \"ini\": 148, \"clust\": 1581, \"rank\": 1475, \"rankvar\": 763, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1495, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1197, \"group\": [1583.0, 784.0, 192.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGTAGATGT\", \"ini\": 147, \"clust\": 1340, \"rank\": 1454, \"rankvar\": 1563, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1496, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1241, \"group\": [1340.0, 736.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGTCTTGCA\", \"ini\": 146, \"clust\": 1507, \"rank\": 1492, \"rankvar\": 1393, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1497, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1117, \"group\": [1503.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAACGATGG\", \"ini\": 145, \"clust\": 1515, \"rank\": 1449, \"rankvar\": 1556, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1498, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1118, \"group\": [1516.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAACGCGA\", \"ini\": 144, \"clust\": 1558, \"rank\": 1420, \"rankvar\": 1387, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1499, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1119, \"group\": [1559.0, 768.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAAGCGAGT\", \"ini\": 143, \"clust\": 1518, \"rank\": 1474, \"rankvar\": 1546, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1500, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1120, \"group\": [1518.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGGACGAAA\", \"ini\": 142, \"clust\": 1479, \"rank\": 1469, \"rankvar\": 1541, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1501, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1121, \"group\": [1483.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTGGTTCC\", \"ini\": 141, \"clust\": 1535, \"rank\": 1498, \"rankvar\": 1481, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1502, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1122, \"group\": [1535.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAGCGATCC\", \"ini\": 140, \"clust\": 1213, \"rank\": 1511, \"rankvar\": 1146, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1503, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 570, \"group\": [1216.0, 649.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACTGGG\", \"ini\": 139, \"clust\": 1543, \"rank\": 1529, \"rankvar\": 1368, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1504, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1123, \"group\": [1543.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGTCGTAGGTT\", \"ini\": 138, \"clust\": 1461, \"rank\": 1516, \"rankvar\": 975, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1505, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1124, \"group\": [1462.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTTCAACT\", \"ini\": 137, \"clust\": 1549, \"rank\": 1508, \"rankvar\": 1265, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1506, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1125, \"group\": [1552.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCATCATTC\", \"ini\": 136, \"clust\": 1550, \"rank\": 1494, \"rankvar\": 1579, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1507, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1126, \"group\": [1550.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGCACGCCT\", \"ini\": 135, \"clust\": 1500, \"rank\": 1522, \"rankvar\": 1430, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1508, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1127, \"group\": [1512.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCGATTGT\", \"ini\": 134, \"clust\": 1462, \"rank\": 1506, \"rankvar\": 900, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1509, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1128, \"group\": [1465.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTTGACTG\", \"ini\": 133, \"clust\": 1466, \"rank\": 1523, \"rankvar\": 1028, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1510, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1129, \"group\": [1468.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTAAGTTCC\", \"ini\": 132, \"clust\": 1339, \"rank\": 1489, \"rankvar\": 1353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1511, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1242, \"group\": [1354.0, 738.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGATGGAA\", \"ini\": 131, \"clust\": 1509, \"rank\": 1501, \"rankvar\": 1489, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1512, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1130, \"group\": [1511.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTGGGTCAA\", \"ini\": 130, \"clust\": 1577, \"rank\": 1518, \"rankvar\": 831, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1513, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1198, \"group\": [1579.0, 780.0, 191.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCAAACTG\", \"ini\": 129, \"clust\": 1435, \"rank\": 1480, \"rankvar\": 1316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1514, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1199, \"group\": [1437.0, 758.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATCCAAC\", \"ini\": 128, \"clust\": 1556, \"rank\": 1510, \"rankvar\": 1444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1515, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1131, \"group\": [1557.0, 767.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGAGTACAT\", \"ini\": 127, \"clust\": 1559, \"rank\": 1473, \"rankvar\": 1400, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1516, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1200, \"group\": [1560.0, 768.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGGCAAAGA\", \"ini\": 126, \"clust\": 1551, \"rank\": 1505, \"rankvar\": 1476, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1517, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1132, \"group\": [1551.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGTCAATAG\", \"ini\": 125, \"clust\": 1528, \"rank\": 1488, \"rankvar\": 1216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1518, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1133, \"group\": [1528.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCGAATGCT\", \"ini\": 124, \"clust\": 1488, \"rank\": 1482, \"rankvar\": 1586, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1519, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1134, \"group\": [1489.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCATTCACT\", \"ini\": 123, \"clust\": 1544, \"rank\": 1536, \"rankvar\": 1267, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1520, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1135, \"group\": [1544.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACCCATTC\", \"ini\": 122, \"clust\": 1485, \"rank\": 1483, \"rankvar\": 1594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1521, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1136, \"group\": [1486.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCTCAGT\", \"ini\": 121, \"clust\": 1377, \"rank\": 1527, \"rankvar\": 1569, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1522, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 67, \"group\": [1377.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGAGCCAA\", \"ini\": 120, \"clust\": 1467, \"rank\": 1553, \"rankvar\": 1283, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1523, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1137, \"group\": [1466.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTGACAG\", \"ini\": 119, \"clust\": 1378, \"rank\": 1520, \"rankvar\": 1638, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1524, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 68, \"group\": [1375.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCGGCGCTA\", \"ini\": 118, \"clust\": 1379, \"rank\": 1519, \"rankvar\": 1640, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1525, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 69, \"group\": [1376.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCTGGTGTA\", \"ini\": 117, \"clust\": 1504, \"rank\": 1525, \"rankvar\": 1493, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1526, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1138, \"group\": [1507.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCCAATT\", \"ini\": 116, \"clust\": 1547, \"rank\": 1526, \"rankvar\": 1513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1527, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1139, \"group\": [1546.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACAGTGAGTG\", \"ini\": 115, \"clust\": 1421, \"rank\": 1495, \"rankvar\": 1339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1528, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1201, \"group\": [1428.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATTGCGGC\", \"ini\": 114, \"clust\": 1576, \"rank\": 1528, \"rankvar\": 1110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1529, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1202, \"group\": [1580.0, 781.0, 191.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTCGCATCG\", \"ini\": 113, \"clust\": 1207, \"rank\": 1547, \"rankvar\": 1288, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1530, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 571, \"group\": [1208.0, 647.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTCCTGCTT\", \"ini\": 112, \"clust\": 1459, \"rank\": 1552, \"rankvar\": 1162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1531, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1140, \"group\": [1459.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACCCACC\", \"ini\": 111, \"clust\": 1532, \"rank\": 1514, \"rankvar\": 1415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1532, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1141, \"group\": [1531.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACCATTCCTGC\", \"ini\": 110, \"clust\": 1555, \"rank\": 1500, \"rankvar\": 1303, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1533, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1203, \"group\": [1556.0, 766.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACGAAGCA\", \"ini\": 109, \"clust\": 1389, \"rank\": 1562, \"rankvar\": 1223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1534, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1243, \"group\": [1390.0, 749.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGACAGGAACGT\", \"ini\": 108, \"clust\": 1502, \"rank\": 1517, \"rankvar\": 1447, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1535, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1142, \"group\": [1502.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCTAGGGC\", \"ini\": 107, \"clust\": 1410, \"rank\": 1509, \"rankvar\": 1167, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1536, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1204, \"group\": [1412.0, 755.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACTCGGGAGTA\", \"ini\": 106, \"clust\": 1208, \"rank\": 1569, \"rankvar\": 1078, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1537, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 572, \"group\": [1209.0, 647.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACATTCCTGC\", \"ini\": 105, \"clust\": 1505, \"rank\": 1533, \"rankvar\": 1547, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1538, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1143, \"group\": [1506.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTTCGAGA\", \"ini\": 104, \"clust\": 1229, \"rank\": 1621, \"rankvar\": 1496, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 419, \"group\": [1227.0, 654.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACCTTTG\", \"ini\": 103, \"clust\": 1348, \"rank\": 1541, \"rankvar\": 1291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1540, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1144, \"group\": [1349.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTGCCTTGG\", \"ini\": 102, \"clust\": 1468, \"rank\": 1560, \"rankvar\": 1171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1541, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1145, \"group\": [1467.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGACTTGAA\", \"ini\": 101, \"clust\": 1540, \"rank\": 1543, \"rankvar\": 1517, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1542, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1146, \"group\": [1540.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTCTCAACA\", \"ini\": 100, \"clust\": 1235, \"rank\": 1610, \"rankvar\": 1359, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1543, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 573, \"group\": [1233.0, 655.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCAACGCTA\", \"ini\": 99, \"clust\": 1457, \"rank\": 1550, \"rankvar\": 1446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1544, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1147, \"group\": [1460.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGGCT\", \"ini\": 98, \"clust\": 1352, \"rank\": 1532, \"rankvar\": 1047, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1545, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1244, \"group\": [1350.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCTGCGACG\", \"ini\": 97, \"clust\": 1416, \"rank\": 1524, \"rankvar\": 1297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1546, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1205, \"group\": [1419.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTCCTTC\", \"ini\": 96, \"clust\": 1575, \"rank\": 1554, \"rankvar\": 1564, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1547, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1245, \"group\": [1576.0, 778.0, 191.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGGTGCAAC\", \"ini\": 95, \"clust\": 1533, \"rank\": 1540, \"rankvar\": 1578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1548, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1148, \"group\": [1532.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGATAGGAG\", \"ini\": 94, \"clust\": 1341, \"rank\": 1503, \"rankvar\": 1560, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1549, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1246, \"group\": [1341.0, 736.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCAGGA\", \"ini\": 93, \"clust\": 1441, \"rank\": 1515, \"rankvar\": 1603, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1550, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1149, \"group\": [1440.0, 759.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGATATACG\", \"ini\": 92, \"clust\": 1413, \"rank\": 1551, \"rankvar\": 675, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1551, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1206, \"group\": [1416.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTTGATTCG\", \"ini\": 91, \"clust\": 1411, \"rank\": 1534, \"rankvar\": 964, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1552, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1207, \"group\": [1410.0, 755.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCACCAGTTA\", \"ini\": 90, \"clust\": 1506, \"rank\": 1561, \"rankvar\": 1604, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1553, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1150, \"group\": [1505.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCACCCGAG\", \"ini\": 89, \"clust\": 1557, \"rank\": 1539, \"rankvar\": 1418, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1554, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1151, \"group\": [1558.0, 767.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTCCAGTAT\", \"ini\": 88, \"clust\": 1344, \"rank\": 1576, \"rankvar\": 289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1555, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1247, \"group\": [1346.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAATGGAAT\", \"ini\": 87, \"clust\": 1369, \"rank\": 1557, \"rankvar\": 1580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1556, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 70, \"group\": [1367.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGTACGCGA\", \"ini\": 86, \"clust\": 1436, \"rank\": 1537, \"rankvar\": 1344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1557, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1208, \"group\": [1435.0, 758.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTCCTG\", \"ini\": 85, \"clust\": 1417, \"rank\": 1544, \"rankvar\": 1220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1558, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1209, \"group\": [1417.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCTGTTCA\", \"ini\": 84, \"clust\": 1430, \"rank\": 1549, \"rankvar\": 1117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1559, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1152, \"group\": [1431.0, 757.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTCCGAAGA\", \"ini\": 83, \"clust\": 1419, \"rank\": 1535, \"rankvar\": 1195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1560, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1210, \"group\": [1420.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTACAAGTA\", \"ini\": 82, \"clust\": 1495, \"rank\": 1573, \"rankvar\": 1601, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1561, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1153, \"group\": [1495.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCATCGATG\", \"ini\": 81, \"clust\": 1193, \"rank\": 1614, \"rankvar\": 1417, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1562, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 574, \"group\": [1193.0, 640.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGGTACAGACG\", \"ini\": 80, \"clust\": 1402, \"rank\": 1571, \"rankvar\": 1169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1563, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1154, \"group\": [1402.0, 753.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTCATCCA\", \"ini\": 79, \"clust\": 1493, \"rank\": 1586, \"rankvar\": 1427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1564, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1155, \"group\": [1500.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCTTGACGA\", \"ini\": 78, \"clust\": 1433, \"rank\": 1548, \"rankvar\": 1435, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1565, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1211, \"group\": [1433.0, 758.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTCTCTG\", \"ini\": 77, \"clust\": 1508, \"rank\": 1585, \"rankvar\": 1553, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1566, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1156, \"group\": [1504.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGCGATA\", \"ini\": 76, \"clust\": 1403, \"rank\": 1574, \"rankvar\": 1292, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1567, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1212, \"group\": [1403.0, 753.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATAGTCA\", \"ini\": 75, \"clust\": 1510, \"rank\": 1566, \"rankvar\": 1452, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1568, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1157, \"group\": [1509.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGCGCTTG\", \"ini\": 74, \"clust\": 1375, \"rank\": 1546, \"rankvar\": 1616, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1569, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1248, \"group\": [1379.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACATCACGAT\", \"ini\": 73, \"clust\": 1347, \"rank\": 1559, \"rankvar\": 1109, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1570, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1249, \"group\": [1353.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAACTGGCC\", \"ini\": 72, \"clust\": 1503, \"rank\": 1578, \"rankvar\": 1412, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1571, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1158, \"group\": [1508.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTCGAACAG\", \"ini\": 71, \"clust\": 1407, \"rank\": 1538, \"rankvar\": 1049, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1572, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1213, \"group\": [1407.0, 755.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCTTGTACT\", \"ini\": 70, \"clust\": 1483, \"rank\": 1572, \"rankvar\": 1605, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1573, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1159, \"group\": [1484.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGGATCGA\", \"ini\": 69, \"clust\": 1405, \"rank\": 1558, \"rankvar\": 1114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1574, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1214, \"group\": [1406.0, 754.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTAGAGTGC\", \"ini\": 68, \"clust\": 1548, \"rank\": 1564, \"rankvar\": 1630, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1575, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1160, \"group\": [1547.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCCTAGCG\", \"ini\": 67, \"clust\": 1418, \"rank\": 1570, \"rankvar\": 1249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1576, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1572, \"group\": [1418.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCACCATGTA\", \"ini\": 66, \"clust\": 1434, \"rank\": 1565, \"rankvar\": 1072, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1577, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1215, \"group\": [1434.0, 758.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCTGCAAT\", \"ini\": 65, \"clust\": 1537, \"rank\": 1584, \"rankvar\": 1504, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1578, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1161, \"group\": [1538.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAAGGCGT\", \"ini\": 64, \"clust\": 1536, \"rank\": 1580, \"rankvar\": 1529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1579, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1162, \"group\": [1536.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTTCTGAAC\", \"ini\": 63, \"clust\": 1414, \"rank\": 1581, \"rankvar\": 1143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1580, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1573, \"group\": [1414.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCTAGAAC\", \"ini\": 62, \"clust\": 1496, \"rank\": 1588, \"rankvar\": 1528, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1581, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1163, \"group\": [1496.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCGACTAT\", \"ini\": 61, \"clust\": 1371, \"rank\": 1575, \"rankvar\": 1626, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1582, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 71, \"group\": [1371.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAGTTAGGGTG\", \"ini\": 60, \"clust\": 1423, \"rank\": 1563, \"rankvar\": 1152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1583, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1216, \"group\": [1422.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCGATAA\", \"ini\": 59, \"clust\": 1397, \"rank\": 1594, \"rankvar\": 1149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1584, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1217, \"group\": [1397.0, 750.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGCTGAAAT\", \"ini\": 58, \"clust\": 1484, \"rank\": 1555, \"rankvar\": 1617, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1585, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1164, \"group\": [1485.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCCGAGTC\", \"ini\": 57, \"clust\": 1541, \"rank\": 1593, \"rankvar\": 1373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1586, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1165, \"group\": [1541.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGAGTAGA\", \"ini\": 56, \"clust\": 1342, \"rank\": 1577, \"rankvar\": 1350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1587, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1250, \"group\": [1342.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGTTTACG\", \"ini\": 55, \"clust\": 1428, \"rank\": 1599, \"rankvar\": 961, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1588, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1166, \"group\": [1429.0, 757.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAGTTCCGGCA\", \"ini\": 54, \"clust\": 1230, \"rank\": 1640, \"rankvar\": 1618, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1589, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1251, \"group\": [1228.0, 654.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACAGATTC\", \"ini\": 53, \"clust\": 1415, \"rank\": 1556, \"rankvar\": 1552, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1590, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1574, \"group\": [1415.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATCTCG\", \"ini\": 52, \"clust\": 1498, \"rank\": 1596, \"rankvar\": 1522, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1591, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1167, \"group\": [1498.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAAACCCAT\", \"ini\": 51, \"clust\": 1499, \"rank\": 1582, \"rankvar\": 1550, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1592, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1168, \"group\": [1499.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTAGGGTTTCT\", \"ini\": 50, \"clust\": 1539, \"rank\": 1600, \"rankvar\": 1389, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1593, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1218, \"group\": [1542.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTCTCGGC\", \"ini\": 49, \"clust\": 1542, \"rank\": 1607, \"rankvar\": 1530, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1594, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1169, \"group\": [1545.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAGCCTGTG\", \"ini\": 48, \"clust\": 1231, \"rank\": 1642, \"rankvar\": 1637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1595, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 420, \"group\": [1229.0, 654.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCGTGGTCG\", \"ini\": 47, \"clust\": 1516, \"rank\": 1568, \"rankvar\": 1629, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1596, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1170, \"group\": [1519.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCAGCCTTGG\", \"ini\": 46, \"clust\": 1351, \"rank\": 1590, \"rankvar\": 1396, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1597, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1252, \"group\": [1352.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAAGCTCCCAG\", \"ini\": 45, \"clust\": 1531, \"rank\": 1595, \"rankvar\": 1610, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1598, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1171, \"group\": [1533.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCCGAATT\", \"ini\": 44, \"clust\": 1353, \"rank\": 1587, \"rankvar\": 1278, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1599, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1219, \"group\": [1351.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGTCGCG\", \"ini\": 43, \"clust\": 1426, \"rank\": 1598, \"rankvar\": 1240, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1600, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1220, \"group\": [1425.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGGTGAGTATA\", \"ini\": 42, \"clust\": 1367, \"rank\": 1597, \"rankvar\": 1549, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1601, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 72, \"group\": [1365.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTGTGAAAT\", \"ini\": 41, \"clust\": 1232, \"rank\": 1632, \"rankvar\": 1295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1602, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1253, \"group\": [1230.0, 655.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGAGTTTCCTT\", \"ini\": 40, \"clust\": 1424, \"rank\": 1583, \"rankvar\": 1382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1603, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1221, \"group\": [1423.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGAGGGA\", \"ini\": 39, \"clust\": 1489, \"rank\": 1567, \"rankvar\": 1635, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1604, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1172, \"group\": [1493.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCAAACTC\", \"ini\": 38, \"clust\": 1427, \"rank\": 1602, \"rankvar\": 1503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1605, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1222, \"group\": [1426.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCAACGGGA\", \"ini\": 37, \"clust\": 1578, \"rank\": 1620, \"rankvar\": 995, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1606, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1223, \"group\": [1577.0, 779.0, 191.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTATGAATG\", \"ini\": 36, \"clust\": 1530, \"rank\": 1589, \"rankvar\": 1615, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1607, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1173, \"group\": [1530.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGTCAGAGGTG\", \"ini\": 35, \"clust\": 1398, \"rank\": 1617, \"rankvar\": 1509, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1608, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1174, \"group\": [1398.0, 750.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCGGCA\", \"ini\": 34, \"clust\": 1406, \"rank\": 1605, \"rankvar\": 981, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1609, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1224, \"group\": [1409.0, 755.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTGTCTGATCA\", \"ini\": 33, \"clust\": 1349, \"rank\": 1604, \"rankvar\": 1483, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1610, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1254, \"group\": [1347.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGAGGACGG\", \"ini\": 32, \"clust\": 1497, \"rank\": 1609, \"rankvar\": 1576, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1611, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1175, \"group\": [1497.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCATTTCAGG\", \"ini\": 31, \"clust\": 1343, \"rank\": 1612, \"rankvar\": 1348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1612, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1255, \"group\": [1343.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCTAAAGA\", \"ini\": 30, \"clust\": 1409, \"rank\": 1603, \"rankvar\": 989, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1613, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1225, \"group\": [1413.0, 755.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGGGATGGG\", \"ini\": 29, \"clust\": 1511, \"rank\": 1616, \"rankvar\": 1478, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1614, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1176, \"group\": [1510.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTTGGAGGT\", \"ini\": 28, \"clust\": 1209, \"rank\": 1626, \"rankvar\": 1211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1615, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1256, \"group\": [1210.0, 647.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCGCCAA\", \"ini\": 27, \"clust\": 1486, \"rank\": 1592, \"rankvar\": 1642, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1616, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1177, \"group\": [1487.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTAGCACGA\", \"ini\": 26, \"clust\": 1350, \"rank\": 1618, \"rankvar\": 1582, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1617, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 73, \"group\": [1348.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCTGAAAT\", \"ini\": 25, \"clust\": 1345, \"rank\": 1627, \"rankvar\": 782, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1618, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1257, \"group\": [1344.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCATGTAGC\", \"ini\": 24, \"clust\": 1400, \"rank\": 1611, \"rankvar\": 1329, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1619, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1226, \"group\": [1401.0, 752.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGGAATGGA\", \"ini\": 23, \"clust\": 1422, \"rank\": 1606, \"rankvar\": 1401, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1620, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1227, \"group\": [1424.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTCTGCCAG\", \"ini\": 22, \"clust\": 1420, \"rank\": 1591, \"rankvar\": 1474, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1621, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1228, \"group\": [1421.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTTCAGACT\", \"ini\": 21, \"clust\": 1394, \"rank\": 1638, \"rankvar\": 1577, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1622, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1178, \"group\": [1394.0, 750.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGATCGCA\", \"ini\": 20, \"clust\": 1431, \"rank\": 1629, \"rankvar\": 1184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1623, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1179, \"group\": [1432.0, 757.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGCTGCAC\", \"ini\": 19, \"clust\": 1395, \"rank\": 1639, \"rankvar\": 1272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1624, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1180, \"group\": [1395.0, 750.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCGGTCTAA\", \"ini\": 18, \"clust\": 1396, \"rank\": 1634, \"rankvar\": 1363, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1625, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1181, \"group\": [1399.0, 750.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCCGTCAAA\", \"ini\": 17, \"clust\": 1412, \"rank\": 1622, \"rankvar\": 1095, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1626, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1229, \"group\": [1411.0, 755.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGCCGGTAA\", \"ini\": 16, \"clust\": 1408, \"rank\": 1601, \"rankvar\": 1357, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1627, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1230, \"group\": [1408.0, 755.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTGGCTCCA\", \"ini\": 15, \"clust\": 1491, \"rank\": 1613, \"rankvar\": 1624, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1628, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1182, \"group\": [1490.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTATGCGT\", \"ini\": 14, \"clust\": 1546, \"rank\": 1625, \"rankvar\": 1460, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1629, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1183, \"group\": [1548.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGTGAC\", \"ini\": 13, \"clust\": 1233, \"rank\": 1641, \"rankvar\": 1235, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1630, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1258, \"group\": [1231.0, 655.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAATCTACG\", \"ini\": 12, \"clust\": 1538, \"rank\": 1624, \"rankvar\": 1454, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1631, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1184, \"group\": [1539.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCAGTCCCT\", \"ini\": 11, \"clust\": 1390, \"rank\": 1637, \"rankvar\": 1191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1632, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1185, \"group\": [1391.0, 749.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCTCCTCT\", \"ini\": 10, \"clust\": 1391, \"rank\": 1635, \"rankvar\": 840, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1633, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1231, \"group\": [1392.0, 750.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAATGTTGC\", \"ini\": 9, \"clust\": 1437, \"rank\": 1615, \"rankvar\": 1287, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1634, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1232, \"group\": [1436.0, 758.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTGCTCCT\", \"ini\": 8, \"clust\": 1392, \"rank\": 1636, \"rankvar\": 1570, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1635, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1186, \"group\": [1393.0, 750.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTAAATACG\", \"ini\": 7, \"clust\": 1429, \"rank\": 1623, \"rankvar\": 1275, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1636, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1233, \"group\": [1430.0, 757.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAAACG\", \"ini\": 6, \"clust\": 1346, \"rank\": 1630, \"rankvar\": 1386, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1637, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1259, \"group\": [1345.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAAGTCTAC\", \"ini\": 5, \"clust\": 1425, \"rank\": 1608, \"rankvar\": 1539, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1638, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1234, \"group\": [1427.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTCTGGTCG\", \"ini\": 4, \"clust\": 1579, \"rank\": 1628, \"rankvar\": 1524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1639, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1187, \"group\": [1578.0, 779.0, 191.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTACTTAGC\", \"ini\": 3, \"clust\": 1545, \"rank\": 1633, \"rankvar\": 1611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1640, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1188, \"group\": [1549.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTAACGGT\", \"ini\": 2, \"clust\": 1210, \"rank\": 1631, \"rankvar\": 1073, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1641, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1235, \"group\": [1211.0, 647.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCATGTTGAC\", \"ini\": 1, \"clust\": 1492, \"rank\": 1619, \"rankvar\": 1612, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1642, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1189, \"group\": [1491.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}], \"links\": [], \"mat\": [[-0.6328760919547121, -1.1181130020787151, -0.7385726816433814, -0.7385726816433814, -0.7385726816433814, -1.1181130020787151, -0.6328760919547121, -1.1181130020787151, -1.1181130020787151, -0.8550290588135848, -0.8550290588135848, -0.8550290588135848, -0.6328760919547121, -1.1181130020787151, -1.1181130020787151, -0.17208753196138218, -0.9821088927665068, -0.8550290588135848, -0.6328760919547121, -0.9821088927665068, -0.9821088927665068, -0.6328760919547121, -0.8550290588135848, -0.4504842513069473, -0.8550290588135848, -0.7385726816433814, -0.8550290588135848, -0.5372055936930071, -0.8550290588135848, -0.9821088927665068, -0.7385726816433814, -0.8550290588135848, -0.9821088927665068, -1.1181130020787151, -0.6328760919547121, -1.1181130020787151, -0.5372055936930071, -1.259337710912008, -1.1181130020787151, -0.5372055936930071, -0.7385726816433814, -0.4504842513069473, -0.4504842513069473, -0.8550290588135848, -0.8550290588135848, -0.8550290588135848, -1.1181130020787151, -0.7385726816433814, -0.7385726816433814, -0.3715868988008088, -0.9821088927665068, -0.7385726816433814, -0.7385726816433814, -0.5372055936930071, 0.2632299196426375, -0.11538343875799036, -0.8550290588135848, -1.1181130020787151, -0.4504842513069473, -0.4504842513069473, -0.9821088927665068, -0.3715868988008088, -1.1181130020787151, -0.7385726816433814, -0.9821088927665068, -0.8550290588135848, 0.19422488604190066, -0.2994731257712354, -0.6328760919547121, -1.1181130020787151, -0.5372055936930071, -0.9821088927665068, -0.9821088927665068, -0.9821088927665068, -0.5372055936930071, -0.4504842513069473, -0.8550290588135848, -0.8550290588135848, -0.5372055936930071, -0.9821088927665068, -0.7385726816433814, -0.7385726816433814, -0.6328760919547121, -0.7385726816433814, -0.7385726816433814, -1.1181130020787151, -0.8550290588135848, -1.1181130020787151, -1.1181130020787151, -0.6328760919547121, -0.8550290588135848, -1.259337710912008, -0.8550290588135848, -0.6328760919547121, -0.9821088927665068, -0.4504842513069473, -0.7385726816433814, -0.6328760919547121, -0.8550290588135848, -0.11538343875799036, -0.6328760919547121, -1.1181130020787151, -0.8550290588135848, -0.9821088927665068, -0.6328760919547121, -0.9821088927665068, -1.259337710912008, -0.4504842513069473, -0.6328760919547121, -0.8550290588135848, -1.259337710912008, -0.7385726816433814, -0.5372055936930071, -0.6328760919547121, -0.7385726816433814, -0.7385726816433814, -0.9821088927665068, -0.9821088927665068, -0.9821088927665068, -0.3715868988008088, -0.8550290588135848, -0.3715868988008088, -0.6328760919547121, -1.1181130020787151, -0.7385726816433814, -0.11538343875799036, -0.8550290588135848, -0.9821088927665068, -0.5372055936930071, -0.7385726816433814, -0.7385726816433814, -0.5372055936930071, -0.7385726816433814, -0.6328760919547121, -0.9821088927665068, -0.17208753196138218, -0.8550290588135848, -0.8550290588135848, -1.1181130020787151, -0.8550290588135848, -0.6328760919547121, 0.033175395465461985, -0.4504842513069473, -0.6328760919547121, -0.9821088927665068, -0.4504842513069473, -0.3715868988008088, -0.06256885893858745, -0.8550290588135848, -0.5372055936930071, -0.8550290588135848, -0.9821088927665068, -1.1181130020787151, -0.9821088927665068, -0.7385726816433814, -0.5372055936930071, -0.9821088927665068, -0.8550290588135848, -0.6328760919547121, -0.7385726816433814, -0.4504842513069473, -0.4504842513069473, -0.9821088927665068, -0.9821088927665068, -0.5372055936930071, -0.4504842513069473, -0.8550290588135848, -0.6328760919547121, -0.5372055936930071, -0.6328760919547121, -0.4504842513069473, -0.6328760919547121, -0.7385726816433814, -0.5372055936930071, -0.7385726816433814, -0.2994731257712354, -0.6328760919547121, -0.6328760919547121, -0.8550290588135848, -1.1181130020787151, -0.8550290588135848, -0.5372055936930071, -0.3715868988008088, -0.2994731257712354, -0.8550290588135848, -0.9821088927665068, -0.5372055936930071, -0.7385726816433814, -0.9821088927665068, -0.4504842513069473, -0.5372055936930071, -0.4504842513069473, -0.8550290588135848, -0.6328760919547121, -0.6328760919547121, -0.3715868988008088, -1.259337710912008, -1.259337710912008, -0.2994731257712354, -0.9821088927665068, -0.4504842513069473, -0.7385726816433814, -0.7385726816433814, -0.3715868988008088, -0.7385726816433814, -0.5372055936930071, -0.5372055936930071, -0.2994731257712354, -0.2332322883261489, -0.9821088927665068, -0.8550290588135848, -0.2332322883261489, -0.4504842513069473, -0.7385726816433814, -0.6328760919547121, -0.6328760919547121, -1.1181130020787151, -0.4504842513069473, -1.259337710912008, -1.1181130020787151, -0.9821088927665068, -0.4504842513069473, -0.9821088927665068, -0.8550290588135848, -0.4504842513069473, -0.7385726816433814, -0.8550290588135848, -0.6328760919547121, -0.5372055936930071, -0.2994731257712354, 0.4880089502560579, -0.5372055936930071, -0.5372055936930071, -0.8550290588135848, -0.4504842513069473, -0.5372055936930071, -0.3715868988008088, -0.4504842513069473, -0.7385726816433814, -0.11538343875799036, -0.9821088927665068, -1.1181130020787151, -0.6328760919547121, -0.6328760919547121, -0.2994731257712354, -0.2994731257712354, -0.2332322883261489, -0.5372055936930071, -0.5372055936930071, -0.3715868988008088, -0.3715868988008088, -0.8550290588135848, -0.3715868988008088, -1.1181130020787151, -1.259337710912008, -0.5372055936930071, -0.2994731257712354, -0.7385726816433814, -0.4504842513069473, -0.7385726816433814, -0.9821088927665068, -0.3715868988008088, -0.9821088927665068, -0.6328760919547121, -0.17208753196138218, -0.5372055936930071, -0.6328760919547121, -0.8550290588135848, -0.7385726816433814, -0.7385726816433814, -0.5372055936930071, -0.4504842513069473, 0.3842943292894994, -0.06256885893858745, 0.3842943292894994, -0.6328760919547121, -0.6328760919547121, -0.8550290588135848, -0.7385726816433814, -0.5372055936930071, -0.8550290588135848, -0.9821088927665068, -0.8550290588135848, -0.3715868988008088, -0.4504842513069473, -0.2994731257712354, 0.033175395465461985, -1.259337710912008, -0.6328760919547121, -0.7385726816433814, -1.1181130020787151, -0.8550290588135848, -0.4504842513069473, -0.4504842513069473, -0.8550290588135848, -0.2994731257712354, -0.6328760919547121, -0.8550290588135848, -0.4504842513069473, 0.033175395465461985, -0.7385726816433814, -0.6328760919547121, -0.3715868988008088, -0.9821088927665068, -0.2994731257712354, -0.7385726816433814, -0.3715868988008088, -0.4504842513069473, -0.7385726816433814, -0.8550290588135848, 0.4880089502560579, -0.3715868988008088, -0.5372055936930071, -0.9821088927665068, -0.7385726816433814, -0.6328760919547121, -0.7385726816433814, -0.8550290588135848, -0.8550290588135848, -0.11538343875799036, -0.11538343875799036, -0.6328760919547121, -0.7385726816433814, -0.8550290588135848, -0.6328760919547121, -1.1181130020787151, -0.6328760919547121, -1.1181130020787151, -0.013179859158838115, -0.5372055936930071, -0.3715868988008088, -0.2332322883261489, -0.7385726816433814, 0.7141197940423224, -0.8550290588135848, -0.9821088927665068, -0.8550290588135848, -0.7385726816433814, -0.4504842513069473, -0.8550290588135848, -0.8550290588135848, -0.2994731257712354, -0.4504842513069473, -0.6328760919547121, -0.9821088927665068, -0.5372055936930071, -1.1181130020787151, -0.7385726816433814, -0.7385726816433814, -0.6328760919547121, -0.2994731257712354, -0.5372055936930071, 0.2632299196426375, -0.11538343875799036, -0.9821088927665068, -0.5372055936930071, -0.4504842513069473, -0.9821088927665068, -0.7385726816433814, 0.033175395465461985, -0.8550290588135848, -0.2332322883261489, -0.013179859158838115, -0.6328760919547121, -0.4504842513069473, -0.7385726816433814, -0.5372055936930071, -0.5372055936930071, -0.6328760919547121, -0.5372055936930071, -0.8550290588135848, -0.4504842513069473, -0.6328760919547121, -0.8550290588135848, -0.9821088927665068, -0.7385726816433814, -0.7385726816433814, -0.4504842513069473, -1.1181130020787151, -0.2332322883261489, -0.3715868988008088, -0.2994731257712354, -0.9821088927665068, -1.259337710912008, -0.6328760919547121, -0.11538343875799036, -0.8550290588135848, -0.5372055936930071, -0.3715868988008088, -0.5372055936930071, -0.2332322883261489, -0.4504842513069473, -0.2332322883261489, -0.8550290588135848, -0.7385726816433814, -0.5372055936930071, -0.5372055936930071, -0.2994731257712354, -0.4504842513069473, -0.4504842513069473, -0.3715868988008088, -0.6328760919547121, -0.2994731257712354, -0.6328760919547121, -0.7385726816433814, -0.17208753196138218, -0.8550290588135848, -0.8550290588135848, -0.7385726816433814, -0.06256885893858745, -0.9821088927665068, -0.17208753196138218, -0.6328760919547121, -0.2994731257712354, -0.4504842513069473, -0.8550290588135848, -0.3715868988008088, -0.8550290588135848, -1.1181130020787151, -0.8550290588135848, -0.4504842513069473, -0.8550290588135848, -0.7385726816433814, -0.5372055936930071, -0.5372055936930071, 0.6398746464906784, -0.2332322883261489, -0.6328760919547121, -1.1181130020787151, -0.06256885893858745, -0.8550290588135848, -0.3715868988008088, -0.5372055936930071, -0.4504842513069473, -0.9821088927665068, -0.6328760919547121, -0.5372055936930071, -0.5372055936930071, -0.7385726816433814, -0.2994731257712354, -0.4504842513069473, -0.7385726816433814, -0.7385726816433814, -0.5372055936930071, -0.4504842513069473, -0.9821088927665068, -0.9821088927665068, -0.7385726816433814, -1.1181130020787151, -0.5372055936930071, 0.6779579075409168, -0.6328760919547121, -0.2332322883261489, -0.9821088927665068, -0.6328760919547121, -0.9821088927665068, -0.3715868988008088, -0.7385726816433814, -0.6328760919547121, -0.6328760919547121, -0.7385726816433814, 0.22953946096341085, -0.8550290588135848, -0.9821088927665068, 0.033175395465461985, -0.5372055936930071, -0.6328760919547121, -0.06256885893858745, -0.013179859158838115, -0.7385726816433814, -0.9821088927665068, -0.7385726816433814, -0.7385726816433814, -0.7385726816433814, -0.8550290588135848, -1.1181130020787151, -0.6328760919547121, 0.19422488604190066, 0.6591690093644857, -0.3715868988008088, -0.9821088927665068, -0.9821088927665068, -0.4504842513069473, -0.5372055936930071, -0.6328760919547121, -0.8550290588135848, -0.4504842513069473, -0.4504842513069473, -0.6328760919547121, -0.8550290588135848, -0.7385726816433814, -0.8550290588135848, -0.5372055936930071, -0.8550290588135848, -0.17208753196138218, -1.1181130020787151, -0.5372055936930071, 0.3842943292894994, -0.4504842513069473, -0.5372055936930071, -0.6328760919547121, -1.1181130020787151, -0.8550290588135848, -0.2994731257712354, -0.5372055936930071, 1.1494301822457835, -0.7385726816433814, -0.11538343875799036, -0.7385726816433814, -0.6328760919547121, -0.7385726816433814, -1.1181130020787151, -0.06256885893858745, -0.3715868988008088, -0.11538343875799036, -0.7385726816433814, -0.7385726816433814, -0.3715868988008088, -0.2332322883261489, -0.6328760919547121, -0.7385726816433814, -0.7385726816433814, -0.6328760919547121, -0.7385726816433814, -0.6328760919547121, -0.6328760919547121, -0.8550290588135848, -0.4504842513069473, -0.3715868988008088, -0.6328760919547121, -0.8550290588135848, -0.6328760919547121, -0.6328760919547121, -0.7385726816433814, -0.9821088927665068, -0.17208753196138218, 0.15712760868290448, -0.7385726816433814, -0.11538343875799036, -0.4504842513069473, -0.013179859158838115, -0.9821088927665068, -0.7385726816433814, -0.4504842513069473, -0.7385726816433814, -0.4504842513069473, -0.8550290588135848, -0.6328760919547121, -0.6328760919547121, -1.1181130020787151, -0.9821088927665068, 0.033175395465461985, -0.06256885893858745, -0.6328760919547121, -0.17208753196138218, -0.2994731257712354, -0.2332322883261489, -0.6328760919547121, 0.9767758203253024, -0.3715868988008088, -0.17208753196138218, -0.7385726816433814, -0.3715868988008088, 0.2954352000579183, -0.3715868988008088, -0.2332322883261489, -0.7385726816433814, -0.17208753196138218, -0.7385726816433814, -0.3715868988008088, -0.7385726816433814, -0.8550290588135848, -0.4504842513069473, -0.7385726816433814, 0.22953946096341085, -0.9821088927665068, -0.5372055936930071, 1.641497337047174, -0.4504842513069473, -0.3715868988008088, -0.3715868988008088, 0.4880089502560579, -0.3715868988008088, -0.7385726816433814, -0.7385726816433814, -0.9821088927665068, -0.17208753196138218, -0.2994731257712354, -0.2994731257712354, -0.8550290588135848, -0.2994731257712354, -0.9821088927665068, 0.19422488604190066, -0.6328760919547121, -0.8550290588135848, -0.2994731257712354, -0.5372055936930071, -0.7385726816433814, -0.3715868988008088, 0.07682938309241058, -0.3715868988008088, -0.3715868988008088, -0.3715868988008088, -0.9821088927665068, -0.6328760919547121, -0.7385726816433814, -0.6328760919547121, -0.4504842513069473, -0.5372055936930071, -0.3715868988008088, -0.9821088927665068, 0.3262776090293044, -0.5372055936930071, -0.6328760919547121, -0.5372055936930071, -0.4504842513069473, 0.5996565233671399, -0.2994731257712354, -0.9821088927665068, -0.7385726816433814, -0.4504842513069473, -0.17208753196138218, -0.3715868988008088, -0.17208753196138218, -0.17208753196138218, -0.3715868988008088, -0.7385726816433814, 0.15712760868290448, -0.4504842513069473, 0.19422488604190066, -0.2994731257712354, -0.9821088927665068, -0.17208753196138218, -0.17208753196138218, -0.013179859158838115, -0.7385726816433814, -0.11538343875799036, -0.2994731257712354, -0.7385726816433814, -0.11538343875799036, -0.4504842513069473, -0.6328760919547121, -0.2332322883261489, -0.5372055936930071, -0.4504842513069473, -0.2994731257712354, -0.7385726816433814, -0.2994731257712354, 0.07682938309241058, -0.8550290588135848, -0.4504842513069473, -0.2994731257712354, -0.3715868988008088, -0.17208753196138218, -0.4504842513069473, -0.5372055936930071, -0.11538343875799036, -0.6328760919547121, -0.5372055936930071, 0.22953946096341085, -0.17208753196138218, -0.5372055936930071, -0.5372055936930071, -0.2332322883261489, -0.8550290588135848, -0.5372055936930071, -0.11538343875799036, -0.5372055936930071, -0.5372055936930071, -0.17208753196138218, -0.9821088927665068, -0.6328760919547121, -0.9821088927665068, -0.2994731257712354, -0.17208753196138218, -0.8550290588135848, -0.6328760919547121, -1.1181130020787151, -1.1181130020787151, -0.8550290588135848, -0.8550290588135848, -0.7385726816433814, -0.5372055936930071, -0.6328760919547121, -0.6328760919547121, -0.2332322883261489, -0.6328760919547121, -0.9821088927665068, -0.5372055936930071, -0.11538343875799036, -0.7385726816433814, -0.11538343875799036, 0.5117664650728923, 0.15712760868290448, -0.9821088927665068, -0.7385726816433814, -0.5372055936930071, 0.07682938309241058, -0.06256885893858745, -0.2332322883261489, -0.6328760919547121, -0.17208753196138218, -0.6328760919547121, -1.1181130020787151, -0.4504842513069473, -0.5372055936930071, -0.2332322883261489, -0.7385726816433814, -0.3715868988008088, -0.2332322883261489, -0.5372055936930071, -0.5372055936930071, 0.6398746464906784, -0.4504842513069473, 0.07682938309241058, 0.5117664650728923, -0.3715868988008088, -0.6328760919547121, -0.4504842513069473, -0.3715868988008088, -1.1181130020787151, -0.2332322883261489, -0.5372055936930071, -0.17208753196138218, -0.5372055936930071, -0.3715868988008088, -0.17208753196138218, -0.5372055936930071, -0.17208753196138218, -0.7385726816433814, -0.2994731257712354, -0.013179859158838115, 0.7315385029275794, -0.7385726816433814, 1.3559486852154736, -0.4504842513069473, -0.3715868988008088, -0.5372055936930071, -0.7385726816433814, -0.6328760919547121, -0.3715868988008088, -0.17208753196138218, -0.06256885893858745, -0.4504842513069473, -0.3715868988008088, -0.7385726816433814, -0.8550290588135848, -0.7385726816433814, -0.8550290588135848, -0.3715868988008088, -0.6328760919547121, -0.4504842513069473, -0.7385726816433814, -0.9821088927665068, -0.5372055936930071, -0.3715868988008088, -0.7385726816433814, -0.2994731257712354, -0.2332322883261489, -0.5372055936930071, -0.2994731257712354, -0.6328760919547121, -0.8550290588135848, -0.06256885893858745, -0.7385726816433814, -0.06256885893858745, -0.4504842513069473, 0.3842943292894994, -0.17208753196138218, -0.5372055936930071, -0.06256885893858745, 0.11806570519760085, -0.2994731257712354, -0.7385726816433814, 0.4380099984806303, -0.2332322883261489, -0.7385726816433814, -0.4504842513069473, -0.7385726816433814, -0.8550290588135848, -0.6328760919547121, -1.259337710912008, -0.9821088927665068, 0.8428700441613999, -0.3715868988008088, -0.7385726816433814, -0.8550290588135848, -0.3715868988008088, -0.6328760919547121, -0.3715868988008088, -0.2994731257712354, -0.17208753196138218, -0.4504842513069473, -0.17208753196138218, -0.8550290588135848, -0.2332322883261489, 1.3038978247603572, -0.3715868988008088, -0.3715868988008088, -0.5372055936930071, -0.3715868988008088, -0.7385726816433814, -0.2994731257712354, -0.3715868988008088, -0.11538343875799036, -0.3715868988008088, -0.17208753196138218, -0.4504842513069473, -0.8550290588135848, -0.2332322883261489, -0.5372055936930071, -0.6328760919547121, -0.9821088927665068, -0.3715868988008088, -0.4504842513069473, -0.3715868988008088, -0.8550290588135848, -0.6328760919547121, -0.5372055936930071, -0.3715868988008088, 0.19422488604190066, -0.11538343875799036, -0.11538343875799036, -0.11538343875799036, -0.5372055936930071, 0.11806570519760085, -0.06256885893858745, -0.013179859158838115, -0.6328760919547121, -0.4504842513069473, -0.013179859158838115, -0.7385726816433814, 0.22953946096341085, 0.11806570519760085, -0.3715868988008088, -0.8550290588135848, 0.4380099984806303, -0.3715868988008088, -0.8550290588135848, -0.5372055936930071, -0.3715868988008088, -0.17208753196138218, -0.4504842513069473, -0.17208753196138218, 0.6591690093644857, -0.2332322883261489, -0.6328760919547121, -0.5372055936930071, -0.3715868988008088, -0.06256885893858745, -0.3715868988008088, 0.557052809673604, -0.5372055936930071, -0.7385726816433814, -0.8550290588135848, 1.057497205380943, -0.7385726816433814, -0.7385726816433814, -0.4504842513069473, -0.5372055936930071, -0.4504842513069473, -1.1181130020787151, -0.2994731257712354, -0.2332322883261489, -0.8550290588135848, -0.7385726816433814, -0.7385726816433814, -0.11538343875799036, -0.6328760919547121, -0.5372055936930071, -0.8550290588135848, -0.17208753196138218, -0.013179859158838115, -0.2994731257712354, -0.9821088927665068, -0.9821088927665068, 0.9888820366942338, -1.1181130020787151, -0.9821088927665068, -0.2994731257712354, -0.17208753196138218, -0.4504842513069473, -0.5372055936930071, -0.5372055936930071, -0.3715868988008088, -0.2332322883261489, -0.9821088927665068, -0.7385726816433814, 0.2632299196426375, -0.2994731257712354, -0.9821088927665068, -0.17208753196138218, -0.2994731257712354, -0.2332322883261489, -0.11538343875799036, -0.8550290588135848, 0.3842943292894994, 1.50427667032416, -0.2994731257712354, -0.3715868988008088, -0.8550290588135848, -0.5372055936930071, 1.7645958407814002, -0.6328760919547121, 0.07682938309241058, -0.17208753196138218, -0.5372055936930071, 0.4116503401638247, -0.4504842513069473, -0.5372055936930071, -0.2994731257712354, -0.2994731257712354, 0.07682938309241058, -0.2994731257712354, 0.4634421749435689, -0.2994731257712354, 1.5493850877669142, -0.4504842513069473, 0.11806570519760085, -0.7385726816433814, -0.7385726816433814, -1.1181130020787151, -0.3715868988008088, -0.6328760919547121, 0.15712760868290448, -0.6328760919547121, -0.2332322883261489, -0.4504842513069473, 1.8301099058251984, 0.9519291149193506, -0.2994731257712354, -0.8550290588135848, -0.6328760919547121, -0.06256885893858745, -0.8550290588135848, -0.2332322883261489, -0.2332322883261489, -0.013179859158838115, 0.2954352000579183, -0.3715868988008088, -0.11538343875799036, 0.033175395465461985, -0.7385726816433814, -0.5372055936930071, 0.19422488604190066, -1.1181130020787151, -0.4504842513069473, -0.8550290588135848, -0.7385726816433814, -0.2994731257712354, -0.06256885893858745, -0.2994731257712354, -0.5372055936930071, -0.5372055936930071, 0.2954352000579183, -0.7385726816433814, -0.2994731257712354, -0.6328760919547121, -0.7385726816433814, -0.2994731257712354, 0.3262776090293044, -0.5372055936930071, 0.11806570519760085, -0.2994731257712354, -0.17208753196138218, -0.11538343875799036, -0.4504842513069473, -0.4504842513069473, -0.17208753196138218, -0.4504842513069473, -0.6328760919547121, 0.857448515706004, 0.3842943292894994, 1.2961412463653947, -0.11538343875799036, -0.7385726816433814, -0.06256885893858745, -0.7385726816433814, 0.19422488604190066, -0.3715868988008088, -0.7385726816433814, -0.3715868988008088, -0.7385726816433814, -0.2332322883261489, -0.2994731257712354, -0.8550290588135848, 0.07682938309241058, -1.1181130020787151, -0.5372055936930071, 0.07682938309241058, -0.4504842513069473, -0.2332322883261489, -0.5372055936930071, 0.15712760868290448, -0.3715868988008088, -0.7385726816433814, 0.07682938309241058, 0.19422488604190066, 1.4561131111641652, 0.15712760868290448, -0.17208753196138218, -0.2332322883261489, 0.22953946096341085, 0.19422488604190066, -0.7385726816433814, -0.5372055936930071, -0.3715868988008088, -0.4504842513069473, 1.1494301822457835, 0.2954352000579183, 0.033175395465461985, -0.5372055936930071, 0.07682938309241058, -0.3715868988008088, -0.5372055936930071, 0.2632299196426375, -0.4504842513069473, -0.2332322883261489, -0.6328760919547121, -0.11538343875799036, -0.11538343875799036, -0.2332322883261489, -0.3715868988008088, -0.7385726816433814, -0.06256885893858745, 1.50427667032416, -0.013179859158838115, -0.5372055936930071, 0.07682938309241058, 0.15712760868290448, -0.7385726816433814, -0.2994731257712354, -0.2994731257712354, -0.5372055936930071, -0.4504842513069473, 0.5117664650728923, -0.013179859158838115, -0.4504842513069473, -0.8550290588135848, -0.2332322883261489, -0.4504842513069473, -0.4504842513069473, 0.033175395465461985, -1.259337710912008, -0.8550290588135848, 0.35586530164265223, -0.2994731257712354, -0.5372055936930071, 1.954737496252036, -0.8550290588135848, -0.8550290588135848, 0.9391736096557832, -0.5372055936930071, -0.6328760919547121, -0.8550290588135848, -0.17208753196138218, -0.17208753196138218, -0.2994731257712354, -0.5372055936930071, -0.06256885893858745, -0.3715868988008088, -0.2994731257712354, 0.5996565233671399, -0.06256885893858745, 0.15712760868290448, -0.013179859158838115, -0.4504842513069473, -0.3715868988008088, 0.748543524309197, -0.4504842513069473, -0.06256885893858745, -0.013179859158838115, 0.07682938309241058, -0.5372055936930071, -0.6328760919547121, -0.2332322883261489, -0.3715868988008088, 0.2632299196426375, 0.4880089502560579, -0.17208753196138218, -1.1181130020787151, -0.8550290588135848, 0.11806570519760085, -0.9821088927665068, 1.9938088873010236, -0.5372055936930071, -0.06256885893858745, 0.6779579075409168, 2.5206860645453744, -0.2994731257712354, -0.17208753196138218, -0.2994731257712354, -0.013179859158838115, 0.15712760868290448, -0.06256885893858745, -0.06256885893858745, -0.3715868988008088, -0.3715868988008088, -0.2994731257712354, 0.07682938309241058, 0.07682938309241058, -0.06256885893858745, 0.5786702212140507, -0.5372055936930071, 0.9519291149193506, -0.06256885893858745, -0.4504842513069473, -0.11538343875799036, 1.5158247646026188, -0.2994731257712354, -0.3715868988008088, -0.5372055936930071, 0.4116503401638247, -0.3715868988008088, -0.4504842513069473, -0.7385726816433814, -0.6328760919547121, -0.7385726816433814, 1.222244470130892, -0.013179859158838115, -0.3715868988008088, 1.7057068947984624, 0.15712760868290448, 0.5117664650728923, -0.2994731257712354, -0.2332322883261489, 0.2632299196426375, -0.3715868988008088, 0.5347656432012918, -0.013179859158838115, 0.8279879653297693, 0.35586530164265223, 1.2723511420047, -0.06256885893858745, -0.4504842513069473, -0.2332322883261489, 1.5602289860257623, -0.2994731257712354, 1.50427667032416, 0.3262776090293044, -0.7385726816433814, -0.6328760919547121, -0.6328760919547121, -0.3715868988008088, -0.3715868988008088, -0.6328760919547121, 0.4116503401638247, -0.17208753196138218, -0.8550290588135848, -0.4504842513069473, -0.3715868988008088, 0.15712760868290448, -0.06256885893858745, -0.5372055936930071, 0.15712760868290448, 0.19422488604190066, -0.6328760919547121, 1.0683175170541959, -0.6328760919547121, -0.3715868988008088, 1.6070790309674026, -0.2332322883261489, 0.033175395465461985, -0.5372055936930071, -0.06256885893858745, 0.033175395465461985, 0.07682938309241058, -0.11538343875799036, 0.9391736096557832, -0.4504842513069473, 0.07682938309241058, -0.013179859158838115, -0.6328760919547121, 1.4925380126388204, 0.3842943292894994, -0.2994731257712354, 0.07682938309241058, -0.2994731257712354, -0.2994731257712354, -0.5372055936930071, 0.07682938309241058, 0.07682938309241058, 1.0353510706394844, 0.15712760868290448, -0.2994731257712354, 1.0353510706394844, 0.9391736096557832, -0.2994731257712354, -0.4504842513069473, 0.2954352000579183, -0.2332322883261489, 2.1804860611896566, 0.07682938309241058, 0.35586530164265223, -0.6328760919547121, 0.9391736096557832, -0.2332322883261489, -0.4504842513069473, -0.3715868988008088, 0.7651539199771265, 1.510074150733529, 0.22953946096341085, -0.8550290588135848, 1.4498567707390306, 0.15712760868290448, -0.06256885893858745, 1.4177222552816335, -0.3715868988008088, 0.7651539199771265, -0.11538343875799036, 0.22953946096341085, 1.3038978247603572, 0.857448515706004, 0.2632299196426375, 0.3262776090293044, -0.3715868988008088, 2.0660456660655404, -0.17208753196138218, -0.06256885893858745, 0.7141197940423224, -0.5372055936930071, -0.013179859158838115, -0.06256885893858745, -0.2332322883261489, -0.6328760919547121, -0.2332322883261489, -0.8550290588135848, 1.4984315538365631, 0.15712760868290448, 0.11806570519760085, 1.1776149845463888, 1.3701469943948141, -0.7385726816433814, 1.4925380126388204, 0.4880089502560579, -0.6328760919547121, -0.2332322883261489, 0.2954352000579183, -0.5372055936930071, 0.22953946096341085, -0.013179859158838115, 2.00828253137181, -0.11538343875799036, 0.7651539199771265, 2.2868210149268644, 1.6020232865765403, -0.9821088927665068, -0.2994731257712354, 1.7187429775944276, -0.17208753196138218, 2.1599511348063767, 0.3262776090293044, 0.4116503401638247, 0.6398746464906784, 0.5996565233671399, -0.17208753196138218, -0.013179859158838115, 2.1553061255630888, -0.06256885893858745, -0.3715868988008088, 0.4634421749435689, -0.2994731257712354, 2.244943871121777, 0.033175395465461985, 1.2308442951808405, 0.033175395465461985, 0.8127894387277971, 1.2477384890102414, 1.3909270426705709, 0.11806570519760085, 0.35586530164265223, 0.19422488604190066, 0.6200471459598795, -0.2332322883261489, -0.2332322883261489, 0.5347656432012918, -0.06256885893858745, -0.7385726816433814, 0.6779579075409168, -0.2994731257712354, 0.6398746464906784, -0.3715868988008088, -0.17208753196138218, 0.07682938309241058, -0.5372055936930071, 0.15712760868290448, -0.8550290588135848, 1.0789760328856648, 0.033175395465461985, 0.35586530164265223, 0.6591690093644857, 1.8554247485002613, -0.2332322883261489, 0.4380099984806303, -0.17208753196138218, 1.973037609048284, 0.2954352000579183, -0.6328760919547121, 0.6200471459598795, 1.8446857025139347, 1.0240145906932925, 0.19422488604190066, -0.4504842513069473, 0.033175395465461985, 1.5709100438882748, -0.8550290588135848, -0.2332322883261489, 0.07682938309241058, 0.8857422474681603, 0.35586530164265223, 0.15712760868290448, 1.1300011083228858, 2.2304180484401663, 0.6962669320635263, 0.4116503401638247, -0.06256885893858745, 0.19422488604190066, -0.8550290588135848, -0.6328760919547121, -0.11538343875799036, -0.6328760919547121, -0.2994731257712354, 0.5786702212140507, -0.6328760919547121, -0.11538343875799036, -0.17208753196138218, -0.06256885893858745, 0.07682938309241058, -0.11538343875799036, -0.06256885893858745, -0.17208753196138218, -0.06256885893858745, 0.7813874725648491, 0.4380099984806303, -0.2994731257712354, 0.6398746464906784, 1.3977210324540033, -0.06256885893858745, 2.3707469162766044, 1.9101111843953884, -0.06256885893858745, 1.7605474511308383, 0.8279879653297693, 2.380997970144813, -0.2332322883261489, 0.8127894387277971, 0.9261859819594854, 0.8717354584010844, -0.11538343875799036, 1.7564758803910907, 1.0789760328856648, 0.11806570519760085, 0.748543524309197, -0.013179859158838115, 0.19422488604190066, 2.0168273564999826, -0.17208753196138218, -0.3715868988008088, 0.2632299196426375, 0.2954352000579183, 0.15712760868290448, 1.826418785275464, 2.6350107489974572, 0.5347656432012918, -0.2332322883261489, -0.3715868988008088, -0.17208753196138218, 0.6200471459598795, 2.7823696713746986, 1.1200842049822397, 0.6200471459598795, 2.5439912898646466, 0.8127894387277971, 0.8127894387277971, 2.7487996900349527, -0.7385726816433814, 0.7315385029275794, 2.1938536925211323, 0.5786702212140507, 0.4880089502560579, 0.15712760868290448, 1.6366812459189466, 0.19422488604190066, -0.3715868988008088, -0.3715868988008088, 0.3262776090293044, -0.17208753196138218, 1.9516411509369176, 2.4059969090535627, 1.158949563301122, -0.17208753196138218, 0.4116503401638247, 2.8895885350350863, 1.7273027983436904, 1.348741874685402, 0.4880089502560579, 0.15712760868290448, 1.264241098654606, 1.6879451732536592, 0.9519291149193506, -0.06256885893858745, 1.9820139972209767, -0.2332322883261489, 0.4116503401638247, 0.4634421749435689, 2.2408238357133827, 0.4116503401638247, 2.4994682633538754, -0.5372055936930071, 0.15712760868290448, 2.18720129819897, 2.013990477661289, 2.191643137672596, 0.5117664650728923, -0.2994731257712354, -0.11538343875799036, 2.571763581344356, 2.0686826132669847, 0.4380099984806303, 1.8867016606577147, 0.5117664650728923, 0.8279879653297693, 2.1938536925211323, 0.19422488604190066, 1.3909270426705709, 1.1300011083228858, 1.2723511420047, -0.17208753196138218, 0.19422488604190066, 2.7638057607893, 2.422187418861441, 2.1145478454237048, -0.11538343875799036, 1.0683175170541959, 0.35586530164265223, -0.11538343875799036, 2.5051885580973696, 2.41089290024694, 0.5786702212140507, 1.7399523786090427, 1.9820139972209767, 1.012494970727662, 1.8968288388491192, 0.4380099984806303, 0.9261859819594854, 1.7315443768158696, 0.7315385029275794, 1.9996337523945633, 0.2954352000579183, -0.11538343875799036, 2.2711573214781935, 2.3568447490652757, 1.9760423490714576, 1.0465101249300723, 0.3262776090293044, 1.7315443768158696, 2.4442519198667, -0.013179859158838115, 2.0418623664048563, 0.8857422474681603, 2.011142233091817, 0.7315385029275794, 1.9199125949522864, 1.1100273308735034, 0.3262776090293044, 1.8798691707754156, -0.6328760919547121, 1.099826488536636, -0.2994731257712354, 2.6157675212405, 2.0196529599380217, 2.3927736308975533, 2.5795032166837157, 0.6398746464906784, 2.0945276881199817, -0.2332322883261489, 2.3911032900946783, 2.5493655839397853, 0.557052809673604, 0.7813874725648491, 1.6220341420556172, 0.7813874725648491, 0.5996565233671399, 2.4994682633538754, 2.313428434677249, 2.030844389105221, 2.4442519198667, 1.954737496252036, -0.2994731257712354, 1.0789760328856648, 1.5493850877669142, 2.2366797817283572, 1.5918026885111247, 3.3859807174161167, 3.12291343920478, 1.0465101249300723, 1.2393414960764395, 2.1021014719124627, 2.467156299426339, 2.1482812020080693, 1.7726241218261187, 2.71674544641939, 2.0660456660655404, 1.7013078816776082, 2.455032536647905, 1.8660040011419108, 1.7013078816776082, 1.9996337523945633, 1.8968288388491192, 1.7686213117023644, 2.304039701853714, 0.7315385029275794, 2.377597351658684, 1.9068137886272631, 2.5331192420053688, 1.8410696704828828, 2.0945276881199817, 1.826418785275464, 2.112075942804619, 2.999272429820169, 2.1388053276656174, 2.4716499242629917, 1.2135395164458518, 2.2848818251373397, 1.5493850877669142, 1.6120990901344707, 1.7766045247568618, 1.8832936231327275, 2.215589198320486, 2.03361493354302, 0.7315385029275794, 1.9327744281885484, 2.41089290024694, 1.5493850877669142, 1.3341055585481534, 2.4805528385434945, 2.1827315293277727, 0.3262776090293044, 2.342665256370845, -0.2994731257712354, 1.4865952383686505, 2.401066961479008, 2.2790323115601687, 0.4634421749435689, 2.363829818762058, 1.2560376059811298, 2.319002722327676, 0.7651539199771265, 2.636196327309196, 0.8127894387277971, 3.2638596019981017, 1.7686213117023644, 2.2304180484401663, 2.346236734588905, 1.9849811159731272, 0.5347656432012918, 1.8410696704828828, 2.6145473448562897, 2.1388053276656174, 2.204804516028576, 2.4285617583581818, 2.0660456660655404, 0.22953946096341085, 2.232511427511773, 1.5158247646026188, 2.8693997324073024, 2.178233477650717, 1.0007862167569637, 1.9700201157426125, 2.141186164262233, 1.4498567707390306, 2.5493655839397853, 2.2848818251373397, 2.9942795456273075, 0.9391736096557832, 2.362089975748911, 3.016823200146989, 2.680956016274605, 2.3655654137041893, 2.5262387870210508, 2.484962826317473, 1.4623149148237695, 1.4684631234221142, 1.510074150733529, 1.5328028286000288, 2.8879278645887627, 2.313428434677249, 1.057497205380943, 2.500902658529229, -0.11538343875799036, 3.187937198482865, 2.1506305650665616, 1.73576080477951, 2.0894332961371385, 2.4442519198667, -0.3715868988008088, 1.803860380973668, 0.9391736096557832, 3.423345725655476, 2.3059273950830423, 2.4656520894257885, 0.6962669320635263, 0.22953946096341085, 2.1938536925211323, 3.649979832467436, 2.7251568973712503, 1.893469115266936, 3.308475600983653, 2.8582198834117256, 1.8410696704828828, 1.0894775072474088, 1.7057068947984624, 0.22953946096341085, 2.044590384577384, 1.945407708368997, 1.2882992176123107, 3.0579118694435565, 1.7482621234555848, 1.1100273308735034, 1.9166604486518188, 2.011142233091817, 3.468826667610865, 2.1316145981264656, 2.693087157900095, 2.0196529599380217, 1.2882992176123107, 2.506611467772468, 2.0196529599380217, 2.7765595932855165, 2.8379988553231077, 0.19422488604190066, 2.576932690550049, 1.7564758803910907, 1.960890022163657, 2.8353184069674646, 2.8512515392698594, 2.459603214324396, 1.7605474511308383, 2.29260704415282, 2.7303639512775217, 2.5730593870318894, 2.1021014719124627, 2.8953705161093866], [-0.8474203622276875, -0.9778915925936942, -0.9778915925936942, -0.9778915925936942, -0.8474203622276875, -0.9778915925936942, -0.8474203622276875, -0.8474203622276875, -0.7217722116781738, -0.7217722116781738, -0.8474203622276875, -0.9778915925936942, -0.7217722116781738, -0.8474203622276875, -0.9778915925936942, -0.8474203622276875, -0.49677993259040004, -0.9778915925936942, -0.7217722116781738, -0.8474203622276875, -0.9778915925936942, -0.8474203622276875, -0.8474203622276875, -0.9778915925936942, -0.9778915925936942, -0.9778915925936942, -0.9778915925936942, -0.7217722116781738, -0.9778915925936942, -0.9778915925936942, -0.8474203622276875, -0.49677993259040004, -0.3991315521044441, -0.9778915925936942, -0.3991315521044441, -0.6043688024056676, -0.7217722116781738, -0.9778915925936942, -0.7217722116781738, -0.8474203622276875, -0.6043688024056676, -0.9778915925936942, -0.8474203622276875, -0.8474203622276875, -0.7217722116781738, -0.8474203622276875, -0.8474203622276875, -0.8474203622276875, -0.6043688024056676, -0.9778915925936942, -0.3107458317793407, -0.9778915925936942, -0.7217722116781738, -0.7217722116781738, -0.8474203622276875, -0.9778915925936942, -0.6043688024056676, -0.7217722116781738, -0.7217722116781738, -0.8474203622276875, -0.8474203622276875, -0.7217722116781738, -0.6043688024056676, -0.8474203622276875, -0.9778915925936942, -0.8474203622276875, -0.7217722116781738, -0.8474203622276875, -0.8474203622276875, -0.8474203622276875, -0.8474203622276875, -0.7217722116781738, 0.07895690511904696, -0.8474203622276875, -0.7217722116781738, -0.8474203622276875, -0.9778915925936942, -0.8474203622276875, -0.9778915925936942, -0.8474203622276875, -0.7217722116781738, -0.6043688024056676, -0.6043688024056676, -0.7217722116781738, -0.6043688024056676, -0.23062783873424805, -0.23062783873424805, -0.8474203622276875, -0.7217722116781738, -0.6043688024056676, -0.6043688024056676, -0.3107458317793407, -0.49677993259040004, -0.6043688024056676, -0.7217722116781738, -0.8474203622276875, -0.9778915925936942, -0.49677993259040004, -0.7217722116781738, -0.6043688024056676, -0.8474203622276875, -0.8474203622276875, -0.8474203622276875, -0.7217722116781738, -0.7217722116781738, -0.49677993259040004, -0.49677993259040004, -0.6043688024056676, -0.9778915925936942, -0.7217722116781738, -0.6043688024056676, -0.8474203622276875, -0.3107458317793407, -0.7217722116781738, -0.7217722116781738, -0.7217722116781738, -0.8474203622276875, -0.8474203622276875, -0.9778915925936942, -0.23062783873424805, -0.8474203622276875, -0.8474203622276875, -0.7217722116781738, -0.49677993259040004, -0.8474203622276875, -0.8474203622276875, -0.6043688024056676, -0.49677993259040004, -0.6043688024056676, -0.49677993259040004, -0.9778915925936942, -0.7217722116781738, -0.6043688024056676, -0.7217722116781738, -0.9778915925936942, -0.8474203622276875, -0.9778915925936942, -0.7217722116781738, -0.7217722116781738, -0.49677993259040004, -0.9778915925936942, -0.8474203622276875, -0.7217722116781738, -0.8474203622276875, -0.3991315521044441, -0.9778915925936942, -0.23062783873424805, -0.9778915925936942, -0.9778915925936942, -0.9778915925936942, -0.7217722116781738, -0.7217722116781738, -0.9778915925936942, -0.8474203622276875, -0.3991315521044441, -0.8474203622276875, 0.12774994754928726, -0.8474203622276875, -0.49677993259040004, -0.8474203622276875, -0.7217722116781738, -0.49677993259040004, -0.8474203622276875, -0.6043688024056676, -0.7217722116781738, -0.6043688024056676, -0.49677993259040004, -0.8474203622276875, -0.7217722116781738, -0.8474203622276875, -0.7217722116781738, -0.7217722116781738, -0.49677993259040004, -0.3107458317793407, -0.8474203622276875, -0.9778915925936942, -0.6043688024056676, -0.8474203622276875, -0.7217722116781738, -0.6043688024056676, -0.6043688024056676, -0.8474203622276875, -0.3107458317793407, -0.7217722116781738, -0.49677993259040004, -0.9778915925936942, -0.6043688024056676, -0.49677993259040004, -0.8474203622276875, -0.49677993259040004, -0.8474203622276875, -0.6043688024056676, -0.6043688024056676, -0.7217722116781738, -0.3107458317793407, -0.3991315521044441, -0.7217722116781738, -0.6043688024056676, -0.3107458317793407, -0.23062783873424805, -0.6043688024056676, -0.7217722116781738, -0.7217722116781738, -0.7217722116781738, -0.3991315521044441, -0.9778915925936942, -0.3991315521044441, -0.8474203622276875, -0.8474203622276875, -0.7217722116781738, -0.7217722116781738, -0.9778915925936942, -0.49677993259040004, -0.6043688024056676, -0.3991315521044441, -0.6043688024056676, -0.9778915925936942, -0.7217722116781738, -0.8474203622276875, -0.9778915925936942, -0.23062783873424805, -0.3991315521044441, -0.3991315521044441, -0.7217722116781738, -0.8474203622276875, -0.6043688024056676, -0.8474203622276875, -0.8474203622276875, -0.8474203622276875, -0.8474203622276875, 0.3976158386714244, -0.6043688024056676, -0.49677993259040004, -0.6043688024056676, -0.49677993259040004, -0.7217722116781738, -0.49677993259040004, -0.9778915925936942, -0.8474203622276875, -0.49677993259040004, -0.6043688024056676, -0.9778915925936942, -0.9778915925936942, -0.6043688024056676, -0.6043688024056676, -0.8474203622276875, -0.49677993259040004, -0.8474203622276875, -0.7217722116781738, -0.49677993259040004, -0.23062783873424805, -0.6043688024056676, -0.6043688024056676, -0.6043688024056676, -0.3991315521044441, -0.9778915925936942, -0.7217722116781738, -0.9778915925936942, -0.9778915925936942, -0.8474203622276875, -0.9778915925936942, -0.49677993259040004, -0.8474203622276875, -0.029918408042521855, -0.49677993259040004, -0.9778915925936942, -0.9778915925936942, -0.8474203622276875, -0.7217722116781738, -0.49677993259040004, -0.49677993259040004, -0.09111537303068896, -0.9778915925936942, -0.3991315521044441, -0.6043688024056676, -0.8474203622276875, -0.8474203622276875, -0.8474203622276875, -0.8474203622276875, -0.6043688024056676, -0.8474203622276875, -0.8474203622276875, -0.9778915925936942, -0.7217722116781738, -0.9778915925936942, 0.07895690511904696, -0.49677993259040004, -0.8474203622276875, -0.9778915925936942, -0.7217722116781738, -0.6043688024056676, -0.8474203622276875, -0.9778915925936942, -0.3991315521044441, -0.7217722116781738, -0.8474203622276875, -0.49677993259040004, -0.6043688024056676, -0.3991315521044441, -0.49677993259040004, -0.3991315521044441, -0.9778915925936942, -0.3991315521044441, -0.7217722116781738, -0.09111537303068896, -0.6043688024056676, -0.3991315521044441, -0.8474203622276875, -0.6043688024056676, -0.7217722116781738, 0.07895690511904696, -0.6043688024056676, -0.09111537303068896, -0.8474203622276875, -0.23062783873424805, -0.6043688024056676, -0.8474203622276875, -0.8474203622276875, -0.3991315521044441, -0.49677993259040004, -0.8474203622276875, -0.7217722116781738, -0.6043688024056676, -0.49677993259040004, 0.12774994754928726, 0.7395505391229561, -0.3991315521044441, -0.8474203622276875, -0.7217722116781738, -0.8474203622276875, -0.49677993259040004, -0.3107458317793407, -0.8474203622276875, -0.49677993259040004, -0.49677993259040004, -0.7217722116781738, -0.6043688024056676, -0.7217722116781738, -0.6043688024056676, -0.49677993259040004, -0.8474203622276875, -0.029918408042521855, 0.3649902728060283, -0.3991315521044441, -0.6043688024056676, -0.49677993259040004, -0.3107458317793407, -0.7217722116781738, -0.7217722116781738, -0.8474203622276875, -0.6043688024056676, -0.7217722116781738, 0.5143226670770449, -0.09111537303068896, -0.3991315521044441, -0.3107458317793407, -0.8474203622276875, -0.8474203622276875, -0.029918408042521855, -0.23062783873424805, -0.9778915925936942, -0.7217722116781738, -0.3991315521044441, -0.3991315521044441, -0.8474203622276875, -0.8474203622276875, -0.49677993259040004, -0.9778915925936942, -0.7217722116781738, -0.23062783873424805, -0.9778915925936942, -0.49677993259040004, -0.8474203622276875, -0.9778915925936942, -0.8474203622276875, -0.6043688024056676, -0.8474203622276875, -0.6043688024056676, -0.7217722116781738, -0.49677993259040004, -0.49677993259040004, -0.3991315521044441, -0.15773808212481713, -0.8474203622276875, -0.6043688024056676, -0.8474203622276875, -0.6043688024056676, -0.7217722116781738, -0.9778915925936942, -0.6043688024056676, -0.3991315521044441, -0.6043688024056676, -0.9778915925936942, -0.6043688024056676, -0.9778915925936942, -0.8474203622276875, -0.49677993259040004, -0.6043688024056676, -0.7217722116781738, -0.6043688024056676, -0.7217722116781738, -0.8474203622276875, -0.3107458317793407, -0.8474203622276875, -0.9778915925936942, -0.6043688024056676, -0.3107458317793407, -0.7217722116781738, -0.9778915925936942, -0.15773808212481713, -0.9778915925936942, -0.9778915925936942, -0.7217722116781738, 0.4287409557404395, -0.7217722116781738, -0.9778915925936942, -0.7217722116781738, -0.8474203622276875, -0.7217722116781738, -0.3991315521044441, -0.8474203622276875, -0.7217722116781738, -0.6043688024056676, -0.8474203622276875, -0.7217722116781738, -0.09111537303068896, -0.3991315521044441, -0.49677993259040004, -0.49677993259040004, -0.6043688024056676, -0.7217722116781738, -0.23062783873424805, -0.7217722116781738, -0.7217722116781738, -0.6043688024056676, -0.9778915925936942, -0.8474203622276875, -0.8474203622276875, -0.7217722116781738, -0.7217722116781738, -0.8474203622276875, -0.09111537303068896, -0.7217722116781738, -0.6043688024056676, -0.7217722116781738, -0.3991315521044441, -0.9778915925936942, -0.7217722116781738, -0.8474203622276875, -0.6043688024056676, 0.5902125007544151, -0.23062783873424805, -0.7217722116781738, -0.9778915925936942, 0.17337824886458267, -0.8474203622276875, -0.7217722116781738, -0.49677993259040004, -0.8474203622276875, -0.7217722116781738, -0.8474203622276875, -0.3107458317793407, -0.8474203622276875, -0.9778915925936942, -0.6043688024056676, -0.23062783873424805, -0.6043688024056676, -0.8474203622276875, -0.8474203622276875, -0.9778915925936942, -0.6043688024056676, -0.8474203622276875, -0.49677993259040004, -0.9778915925936942, -0.7217722116781738, -0.3107458317793407, -0.3991315521044441, -0.23062783873424805, 1.3901677705296331, -0.6043688024056676, -0.6043688024056676, -0.6043688024056676, -0.7217722116781738, -0.8474203622276875, -0.23062783873424805, -0.9778915925936942, -0.7217722116781738, -0.3991315521044441, 0.8452980664507499, -0.6043688024056676, -0.3107458317793407, -0.7217722116781738, -0.3991315521044441, -0.6043688024056676, 0.07895690511904696, -0.6043688024056676, -0.7217722116781738, -0.6043688024056676, -0.49677993259040004, -0.8474203622276875, -0.6043688024056676, -0.6043688024056676, -0.8474203622276875, -0.3991315521044441, -0.7217722116781738, -0.029918408042521855, -0.49677993259040004, -0.9778915925936942, -0.3991315521044441, -0.8474203622276875, 0.5658599842505155, -0.3991315521044441, -0.7217722116781738, -0.7217722116781738, -0.9778915925936942, -0.3991315521044441, -0.8474203622276875, -0.6043688024056676, -0.6043688024056676, -0.029918408042521855, -0.9778915925936942, -0.8474203622276875, -0.8474203622276875, -0.3991315521044441, 0.026570514181123626, -0.8474203622276875, -0.49677993259040004, -0.3107458317793407, -0.7217722116781738, -0.8474203622276875, -0.49677993259040004, -0.6043688024056676, -0.23062783873424805, -0.6043688024056676, -0.9778915925936942, -0.6043688024056676, -0.15773808212481713, -0.3991315521044441, -0.49677993259040004, 0.026570514181123626, -0.23062783873424805, -0.3107458317793407, 0.8288046009150721, -0.7217722116781738, -0.8474203622276875, -0.3991315521044441, -0.8474203622276875, -0.7217722116781738, -0.23062783873424805, -0.6043688024056676, -0.7217722116781738, -0.6043688024056676, 0.2565337864319855, -0.8474203622276875, -0.09111537303068896, -0.029918408042521855, -0.6043688024056676, -0.7217722116781738, 0.2946301912699243, -0.3107458317793407, -0.7217722116781738, 1.1725255969301969, 0.026570514181123626, -0.23062783873424805, -0.8474203622276875, -0.7217722116781738, -0.7217722116781738, -0.6043688024056676, -0.8474203622276875, -0.3107458317793407, -0.8474203622276875, -0.8474203622276875, -0.49677993259040004, -0.3107458317793407, -0.3991315521044441, -0.7217722116781738, -0.9778915925936942, 2.0591917880414083, -0.7217722116781738, -0.09111537303068896, -0.49677993259040004, -0.09111537303068896, -0.7217722116781738, -0.7217722116781738, -0.8474203622276875, -0.9778915925936942, -0.8474203622276875, -0.49677993259040004, -0.7217722116781738, -0.3107458317793407, -0.9778915925936942, -0.9778915925936942, -0.3107458317793407, -0.9778915925936942, -0.6043688024056676, -0.3991315521044441, -0.09111537303068896, -0.7217722116781738, -0.9778915925936942, -0.6043688024056676, -0.3991315521044441, -0.9778915925936942, -0.7217722116781738, -0.3107458317793407, -0.8474203622276875, 0.026570514181123626, -0.8474203622276875, -0.3991315521044441, -0.6043688024056676, -0.6043688024056676, -0.7217722116781738, 0.12774994754928726, -0.49677993259040004, -0.6043688024056676, -0.3107458317793407, -0.6043688024056676, -0.8474203622276875, -0.23062783873424805, -0.49677993259040004, -0.3107458317793407, -0.3991315521044441, -0.23062783873424805, -0.8474203622276875, -0.8474203622276875, -0.7217722116781738, -0.8474203622276875, -0.7217722116781738, -0.7217722116781738, 0.026570514181123626, -0.8474203622276875, -0.49677993259040004, -0.23062783873424805, -0.15773808212481713, -0.09111537303068896, -0.6043688024056676, -0.49677993259040004, -0.8474203622276875, -0.7217722116781738, -0.23062783873424805, -0.09111537303068896, -0.6043688024056676, -0.7217722116781738, -0.3107458317793407, 0.2162038078954836, -0.8474203622276875, -0.6043688024056676, -0.3991315521044441, -0.7217722116781738, -0.6043688024056676, 0.9221083428338608, -0.49677993259040004, -0.8474203622276875, -0.8474203622276875, -0.6043688024056676, -0.3107458317793407, -0.3107458317793407, -0.9778915925936942, -0.8474203622276875, -0.7217722116781738, -0.3107458317793407, -0.09111537303068896, -0.9778915925936942, -0.49677993259040004, -0.8474203622276875, -0.8474203622276875, -0.6043688024056676, -0.23062783873424805, -0.8474203622276875, -0.49677993259040004, -0.7217722116781738, -0.49677993259040004, -0.49677993259040004, -0.8474203622276875, -0.9778915925936942, 0.026570514181123626, -0.6043688024056676, -0.7217722116781738, -0.6043688024056676, -0.6043688024056676, 1.1725255969301969, -0.7217722116781738, -0.7217722116781738, -0.6043688024056676, -0.23062783873424805, -0.15773808212481713, -0.6043688024056676, -0.8474203622276875, -0.7217722116781738, -0.23062783873424805, -0.3107458317793407, -0.49677993259040004, 0.12774994754928726, -0.3991315521044441, 0.12774994754928726, -0.7217722116781738, -0.3107458317793407, -0.15773808212481713, -0.3991315521044441, 0.3649902728060283, -0.3991315521044441, -0.7217722116781738, -0.3107458317793407, -0.49677993259040004, -0.7217722116781738, -0.9778915925936942, -0.09111537303068896, -0.3107458317793407, -0.6043688024056676, -0.3991315521044441, -0.6043688024056676, -0.029918408042521855, -0.3107458317793407, 0.07895690511904696, -0.8474203622276875, 0.6583528214053942, -0.49677993259040004, -0.49677993259040004, -0.49677993259040004, -0.3991315521044441, -0.6043688024056676, -0.6043688024056676, -0.23062783873424805, -0.3991315521044441, -0.23062783873424805, -0.6043688024056676, -0.09111537303068896, -0.7217722116781738, -0.029918408042521855, -0.3107458317793407, -0.9778915925936942, -0.6043688024056676, -0.3991315521044441, 0.2565337864319855, -0.7217722116781738, 0.776706275185643, -0.9778915925936942, -0.3991315521044441, -0.23062783873424805, 0.07895690511904696, -0.49677993259040004, -0.8474203622276875, -0.23062783873424805, -0.23062783873424805, -0.7217722116781738, -0.3991315521044441, -0.029918408042521855, -0.49677993259040004, -0.15773808212481713, -0.6043688024056676, -0.3991315521044441, -0.9778915925936942, -0.3107458317793407, -0.3107458317793407, 0.2565337864319855, 0.026570514181123626, -0.6043688024056676, -0.23062783873424805, -0.3107458317793407, -0.3991315521044441, -0.8474203622276875, -0.8474203622276875, -0.7217722116781738, -0.6043688024056676, -0.9778915925936942, -0.6043688024056676, -0.8474203622276875, -0.15773808212481713, 0.8452980664507499, -0.7217722116781738, -0.8474203622276875, -0.3991315521044441, -0.3991315521044441, -0.23062783873424805, -0.3991315521044441, 0.4287409557404395, -0.15773808212481713, -0.8474203622276875, -0.15773808212481713, -0.6043688024056676, -0.8474203622276875, -0.09111537303068896, -0.7217722116781738, -0.8474203622276875, -0.3107458317793407, -0.6043688024056676, -0.3991315521044441, -0.3107458317793407, -0.23062783873424805, -0.6043688024056676, -0.23062783873424805, -0.7217722116781738, 0.07895690511904696, -0.8474203622276875, -0.7217722116781738, -0.6043688024056676, -0.029918408042521855, 0.54058698191144, -0.3991315521044441, -0.7217722116781738, -0.8474203622276875, -0.15773808212481713, 0.6137081580046058, -0.8474203622276875, -0.09111537303068896, -0.49677993259040004, -0.6043688024056676, -0.49677993259040004, -0.7217722116781738, -0.3991315521044441, -0.23062783873424805, -0.23062783873424805, -0.029918408042521855, -0.9778915925936942, -0.8474203622276875, -0.49677993259040004, -0.8474203622276875, 0.5658599842505155, 0.2162038078954836, -0.6043688024056676, 0.07895690511904696, -0.6043688024056676, -0.9778915925936942, -0.23062783873424805, 0.2162038078954836, -0.7217722116781738, -0.15773808212481713, -0.7217722116781738, 0.026570514181123626, -0.23062783873424805, -0.49677993259040004, -0.7217722116781738, -0.7217722116781738, -0.49677993259040004, 1.0165437586069743, -0.6043688024056676, -0.6043688024056676, -0.9778915925936942, -0.6043688024056676, -0.3107458317793407, -0.49677993259040004, -0.15773808212481713, 0.2162038078954836, -0.9778915925936942, 0.026570514181123626, 0.8924462266868427, -0.7217722116781738, -0.49677993259040004, -0.3107458317793407, -0.7217722116781738, -0.6043688024056676, -0.029918408042521855, -0.6043688024056676, -0.49677993259040004, -0.9778915925936942, -0.3991315521044441, 0.2565337864319855, -0.7217722116781738, -0.23062783873424805, -0.6043688024056676, -0.7217722116781738, -0.7217722116781738, -0.49677993259040004, -0.3991315521044441, -0.3991315521044441, -0.49677993259040004, -0.6043688024056676, -0.23062783873424805, -0.9778915925936942, -0.9778915925936942, -0.49677993259040004, -0.7217722116781738, -0.8474203622276875, -0.49677993259040004, -0.09111537303068896, -0.029918408042521855, -0.9778915925936942, -0.3991315521044441, 0.07895690511904696, -0.029918408042521855, -0.9778915925936942, -0.6043688024056676, -0.7217722116781738, -0.09111537303068896, -0.3107458317793407, -0.49677993259040004, 0.5658599842505155, -0.3991315521044441, -0.49677993259040004, 0.07895690511904696, -0.7217722116781738, -0.7217722116781738, 0.026570514181123626, -0.7217722116781738, -0.3991315521044441, -0.6043688024056676, 0.17337824886458267, -0.15773808212481713, 0.5658599842505155, -0.15773808212481713, -0.8474203622276875, -0.7217722116781738, -0.3991315521044441, 1.2385483398681296, -0.3991315521044441, -0.7217722116781738, -0.7217722116781738, -0.3991315521044441, 0.026570514181123626, -0.3107458317793407, -0.3107458317793407, 0.07895690511904696, -0.7217722116781738, -0.23062783873424805, -0.49677993259040004, 1.1523787167913464, -0.6043688024056676, -0.09111537303068896, -0.15773808212481713, 0.5658599842505155, -0.49677993259040004, -0.49677993259040004, -0.6043688024056676, -0.23062783873424805, -0.3107458317793407, -0.23062783873424805, -0.6043688024056676, -0.49677993259040004, -0.6043688024056676, 1.142069362606501, 0.6137081580046058, -0.09111537303068896, -0.49677993259040004, -0.7217722116781738, -0.6043688024056676, -0.3107458317793407, -0.6043688024056676, -0.7217722116781738, -0.49677993259040004, -0.23062783873424805, -0.49677993259040004, -0.3991315521044441, -0.09111537303068896, -0.7217722116781738, 0.5143226670770449, 0.12774994754928726, -0.3991315521044441, -0.15773808212481713, -0.49677993259040004, -0.23062783873424805, -0.6043688024056676, -0.6043688024056676, -0.15773808212481713, -0.9778915925936942, -0.8474203622276875, -0.15773808212481713, -0.8474203622276875, -0.49677993259040004, -0.6043688024056676, -0.3991315521044441, -0.49677993259040004, 0.2946301912699243, -0.3107458317793407, -0.7217722116781738, -0.49677993259040004, -0.7217722116781738, -0.09111537303068896, -0.49677993259040004, -0.49677993259040004, -0.09111537303068896, -0.23062783873424805, 0.33071774740843146, -0.3991315521044441, 0.3976158386714244, 0.9642446989610456, -0.8474203622276875, -0.7217722116781738, -0.49677993259040004, -0.8474203622276875, -0.029918408042521855, -0.7217722116781738, 0.33071774740843146, -0.6043688024056676, 1.0038524217182403, -0.09111537303068896, -0.3991315521044441, -0.7217722116781738, -0.15773808212481713, -0.3991315521044441, -0.7217722116781738, -0.15773808212481713, -0.8474203622276875, -0.49677993259040004, -0.6043688024056676, 0.12774994754928726, -0.6043688024056676, 1.558953789173858, -0.49677993259040004, 1.464233026440329, 0.5902125007544151, 1.7891467793597513, -0.23062783873424805, -0.09111537303068896, 1.8268804765448536, -0.09111537303068896, -0.3991315521044441, 0.026570514181123626, -0.8474203622276875, -0.3991315521044441, 0.7201622275069023, 0.07895690511904696, -0.8474203622276875, -0.09111537303068896, 1.1625291919907506, -0.49677993259040004, -0.49677993259040004, 0.17337824886458267, -0.6043688024056676, -0.029918408042521855, -0.15773808212481713, -0.6043688024056676, -0.49677993259040004, -0.7217722116781738, -0.49677993259040004, -0.23062783873424805, -0.029918408042521855, 0.6796007396529116, -0.7217722116781738, -0.09111537303068896, 0.33071774740843146, -0.09111537303068896, -0.6043688024056676, 0.17337824886458267, -0.6043688024056676, -0.09111537303068896, -0.6043688024056676, 0.2565337864319855, 0.486987913188392, -0.3107458317793407, -0.7217722116781738, -0.3991315521044441, 0.12774994754928726, -0.49677993259040004, 1.0289955354947131, -0.49677993259040004, -0.6043688024056676, -0.7217722116781738, -0.7217722116781738, -0.7217722116781738, 1.2203505386259004, -0.23062783873424805, -0.6043688024056676, 0.2565337864319855, -0.49677993259040004, -0.49677993259040004, -0.9778915925936942, -0.029918408042521855, 0.12774994754928726, -0.23062783873424805, -0.7217722116781738, -0.3107458317793407, -0.3991315521044441, -0.3991315521044441, -0.15773808212481713, -0.49677993259040004, -0.09111537303068896, -0.3107458317793407, -0.15773808212481713, -0.09111537303068896, 0.07895690511904696, 0.12774994754928726, -0.49677993259040004, -0.09111537303068896, -0.3107458317793407, -0.3107458317793407, -0.3107458317793407, -0.49677993259040004, 0.2565337864319855, -0.23062783873424805, 0.2946301912699243, -0.09111537303068896, -0.23062783873424805, -0.09111537303068896, 0.12774994754928726, -0.3991315521044441, 0.7395505391229561, -0.029918408042521855, 0.5902125007544151, -0.8474203622276875, 2.0302421096303136, -0.3991315521044441, -0.49677993259040004, -0.3991315521044441, -0.09111537303068896, -0.3107458317793407, -0.15773808212481713, -0.15773808212481713, -0.7217722116781738, -0.23062783873424805, -0.8474203622276875, -0.7217722116781738, 0.2162038078954836, 1.0879542927959516, 0.026570514181123626, -0.3107458317793407, 0.8771006205421051, 0.5902125007544151, -0.49677993259040004, -0.3991315521044441, 0.9909121719690568, -0.23062783873424805, -0.7217722116781738, -0.029918408042521855, 0.5658599842505155, -0.6043688024056676, -0.3107458317793407, -0.23062783873424805, -0.7217722116781738, -0.6043688024056676, 0.486987913188392, 0.026570514181123626, -0.6043688024056676, 0.9504958079092766, 0.3649902728060283, -0.49677993259040004, -0.029918408042521855, -0.7217722116781738, -0.9778915925936942, -0.3107458317793407, -0.49677993259040004, 0.2565337864319855, 1.2985481035804605, -0.3991315521044441, 1.1625291919907506, 1.211059439713799, -0.3991315521044441, -0.3107458317793407, 0.6364043096031854, 0.2565337864319855, 1.43159719471929, 0.2946301912699243, -0.6043688024056676, -0.49677993259040004, 0.12774994754928726, -0.8474203622276875, -0.3107458317793407, -0.6043688024056676, -0.3107458317793407, -0.3107458317793407, -0.49677993259040004, -0.09111537303068896, -0.3107458317793407, -0.029918408042521855, 0.12774994754928726, -0.3991315521044441, -0.3107458317793407, 0.2162038078954836, -0.6043688024056676, 1.43159719471929, -0.8474203622276875, -0.3991315521044441, 0.9642446989610456, -0.6043688024056676, 0.3649902728060283, -0.3107458317793407, -0.49677993259040004, -0.15773808212481713, 0.17337824886458267, 1.4953251018387843, -0.029918408042521855, 0.17337824886458267, 0.3649902728060283, -0.3991315521044441, -0.49677993259040004, -0.15773808212481713, 0.2946301912699243, -0.6043688024056676, -0.15773808212481713, 0.07895690511904696, -0.3107458317793407, -0.3107458317793407, -0.23062783873424805, 0.9642446989610456, 1.4248710321695364, -0.3107458317793407, 0.12774994754928726, 0.8288046009150721, 1.0289955354947131, -0.3107458317793407, -0.3991315521044441, -0.029918408042521855, -0.6043688024056676, 1.099138687919018, -0.49677993259040004, -0.029918408042521855, -0.3107458317793407, 1.5859576490668392, -0.6043688024056676, -0.6043688024056676, -0.09111537303068896, 0.5658599842505155, 0.6364043096031854, 0.3649902728060283, -0.09111537303068896, 1.2474619824482924, -0.15773808212481713, 0.07895690511904696, 1.1101364306802812, 0.486987913188392, -0.029918408042521855, -0.23062783873424805, 0.026570514181123626, 1.8729016573518675, 1.0649995262282757, 0.3649902728060283, -0.15773808212481713, 0.17337824886458267, 1.383001812568157, -0.49677993259040004, -0.6043688024056676, 0.2162038078954836, -0.3991315521044441, 0.2162038078954836, 0.2162038078954836, -0.029918408042521855, -0.15773808212481713, 0.17337824886458267, -0.7217722116781738, 0.8613904372435232, -0.49677993259040004, -0.3991315521044441, 1.2385483398681296, -0.15773808212481713, -0.49677993259040004, 1.2649350732023512, 1.1101364306802812, -0.6043688024056676, -0.8474203622276875, -0.49677993259040004, -0.6043688024056676, -0.15773808212481713, 0.3649902728060283, 1.804501311081768, -0.7217722116781738, 0.17337824886458267, 1.6886214097620702, 0.3976158386714244, -0.6043688024056676, -0.7217722116781738, 1.6931318708415766, -0.23062783873424805, 1.1725255969301969, -0.6043688024056676, -0.029918408042521855, -0.23062783873424805, 0.5658599842505155, 1.5478337244254072, -0.09111537303068896, 1.4042695984829368, -0.23062783873424805, -0.15773808212481713, -0.6043688024056676, -0.09111537303068896, 1.4042695984829368, -0.3107458317793407, 0.2162038078954836, 0.3649902728060283, 0.8613904372435232, 1.4180753528955132, 1.2203505386259004, -0.49677993259040004, 0.3976158386714244, 0.33071774740843146, 0.3976158386714244, -0.029918408042521855, -0.15773808212481713, 0.12774994754928726, 0.17337824886458267, -0.6043688024056676, -0.23062783873424805, 0.026570514181123626, 0.2565337864319855, -0.15773808212481713, 1.4513724332571534, 0.7001908619837504, 1.353530684214853, 0.4584939826347913, -0.3991315521044441, 1.8157861872643248, -0.3991315521044441, 2.5745425690540373, 0.6364043096031854, 1.4705701960849276, -0.029918408042521855, 0.4584939826347913, 0.026570514181123626, 1.4180753528955132, 1.2295123247677449, -0.15773808212481713, 2.3514906595530265, 1.4830641649830167, 0.9642446989610456, -0.15773808212481713, 0.5902125007544151, 0.33071774740843146, 1.3459518420189702, 0.4287409557404395, -0.029918408042521855, 1.9914496100324155, 1.5132980938955705, 0.54058698191144, 0.5143226670770449, 0.2162038078954836, 1.5365222776291967, -0.3107458317793407, -0.15773808212481713, -0.029918408042521855, -0.23062783873424805, 1.330527048301304, 0.2946301912699243, 0.4584939826347913, 0.2162038078954836, 0.33071774740843146, 0.07895690511904696, -0.23062783873424805, -0.15773808212481713, 0.12774994754928726, 0.2946301912699243, 0.7395505391229561, -0.15773808212481713, -0.23062783873424805, 0.3649902728060283, 0.5143226670770449, 0.07895690511904696, 2.154858501406884, 0.4287409557404395, 1.6319331349295436, 0.6137081580046058, 2.307131881861252, 1.464233026440329, 1.6118955803638109, 1.2016353349558149, 0.9642446989610456, 0.5902125007544151, 1.3610231927351393, 2.1637012458570593, 0.2946301912699243, 0.026570514181123626, 1.6749012185637726, 2.086919112593671, 1.7152310906348078, 1.2016353349558149, 0.12774994754928726, 0.5902125007544151, -0.029918408042521855, 0.2565337864319855, 1.2016353349558149, -0.3991315521044441, -0.23062783873424805, 0.54058698191144, -0.3107458317793407, 0.2946301912699243, 1.928594326050568, 1.7449720430303626, 0.6796007396529116, -0.029918408042521855, -0.7217722116781738, 0.17337824886458267, 1.9562719184645068, 2.471755154159458, 0.9221083428338608, 0.12774994754928726, 1.4705701960849276, 2.2000086735567748, 0.2162038078954836, 1.93484647651776, 2.5457278791360105, -0.23062783873424805, 2.1345159568450907, 0.12774994754928726, 0.8613904372435232, -0.3107458317793407, -0.15773808212481713, 0.3649902728060283, 1.6608884143307412, -0.029918408042521855, 0.7395505391229561, -0.09111537303068896, 1.7491129425686187, 1.912698526661021, 0.8452980664507499, 1.6608884143307412, 1.9471750269997412, 3.6517343389085273, 1.5073615315650588, 0.7001908619837504, 2.0617613850179843, -0.029918408042521855, 1.2474619824482924, 1.5013708656065288, 0.6583528214053942, -0.09111537303068896, 1.7891467793597513, 0.3976158386714244, 0.2946301912699243, 0.7001908619837504, 1.4042695984829368, 0.3976158386714244, 1.6513777222732433, 0.026570514181123626, 1.859081576500058, 1.3757569108194958, 1.3066897463440716, 1.8413872865607832, 0.07895690511904696, 1.9317278401314424, 0.9777131007371512, 1.383001812568157, 2.760501970589096, 1.4382552465902492, 1.1315960927458764, -0.3991315521044441, 2.1299085284058243, 1.8082845168314443, 1.9532535984477952, 1.8864369588919083, 0.6137081580046058, 1.8268804765448536, 0.026570514181123626, 0.12774994754928726, 1.7734247653486284, 0.9642446989610456, 1.6465702517801766, -0.3107458317793407, 1.7323904060741433, 0.12774994754928726, -0.15773808212481713, 1.723866766311248, 3.3205360081177204, 2.1481474212857967, 2.076971359541488, 1.0879542927959516, -0.6043688024056676, 1.8082845168314443, 2.599889392275334, 2.3992071930869954, 1.5644440541368518, 2.076971359541488, 1.6976115794966842, 0.3649902728060283, 2.2000086735567748, 2.1937455998182798, 1.2903044485809565, 1.2203505386259004, 1.7613813079707097, 2.1503920763725355, 1.7773906832529118, 1.8694738000701359, 0.026570514181123626, 1.3459518420189702, 1.041216590094103, 1.5806449125559383, 1.2649350732023512, 1.8694738000701359, 0.2565337864319855, 2.2264789656087185, 1.489223218453473, 0.2162038078954836, 2.506533532831686, -0.49677993259040004, 1.8195051408964455, 1.6655926315750662, 1.3147318660761576, 2.308894561428238, 0.5658599842505155, 1.5478337244254072, -0.09111537303068896, 1.6749012185637726, 2.005568542793005, 2.0566120982786917, -0.23062783873424805, 1.7323904060741433, 1.330527048301304, 0.776706275185643, 1.8763117195395091, 1.8763117195395091, 2.0566120982786917, 1.6169625397187657, 1.142069362606501, 2.5383222229218134, 0.9221083428338608, 0.17337824886458267, 2.358056770218183, 2.086919112593671, 3.2035990403384, 2.855116926089296, 2.2727093987394453, 1.922282092385712, 1.7408048782779386, 2.2782659192167967, 2.1937455998182798, 0.7395505391229561, 2.0356014878375217, 1.4705701960849276, -0.3991315521044441, 1.8555806426770292, 1.5073615315650588, 2.195839934579778, 2.189536786782581, 1.6269807352561048, 2.2164239467460445, 1.6465702517801766, 1.979931787763432, 1.0879542927959516, 1.3757569108194958, 1.7773906832529118, 1.8931014372756207, 1.8195051408964455, 2.0461908054732585, 1.9029730629198989, 2.93982410055246, 1.962267264330657, 2.4188541691065018, 1.9592764318577909, 2.0356014878375217, 2.3228282224869714, 2.5432685949544647, 2.9577609863507397, 2.2143943362498257, 1.5644440541368518, 1.5307927069284195, 0.4287409557404395, 1.5365222776291967, 2.1458950680845144, 2.1979276117634408, 1.5307927069284195, 2.115889071662942, 1.211059439713799, 1.0649995262282757, 1.2649350732023512, 0.2565337864319855, 1.5698888348528803, 1.785251409004871, 2.1831725571516234, 0.486987913188392, 1.7020609519913823, 1.859081576500058, 1.8195051408964455, 1.7366111131604325, 2.3000334674314065, 2.735243418266432, 3.2008893266874487, 1.9254457916850725, 1.5013708656065288, 1.8268804765448536, 2.380534537918896, 2.118246528737192, 2.3193724247447305, 1.4112087069191661, 2.1810373679486, 1.922282092385712, 2.3852527125110177, 2.7425598278845658, -0.09111537303068896, 1.8830791907813629, 2.7137429554728127, 2.2143943362498257, 1.7930191880850166, 1.099138687919018, 1.9094726785355327, 2.3992071930869954, 2.1937455998182798, 2.2000086735567748, 1.0038524217182403, 2.7003024996358875, 2.34318960816246, 2.656175885887327, 2.631872839238815, 1.7930191880850166, 2.0591917880414083, 2.2782659192167967, 1.9592764318577909, 3.3902492868242766, 3.039023483552525, 2.1745898304573563, 2.096718438227969, 2.8041516387399303, 2.3313889837102395, 2.5710091229453367, 1.928594326050568, -0.15773808212481713, 2.655137725393661, 2.5078350687280966, 2.4880358686815027, 1.8120460600367776, 1.8268804765448536, 0.2946301912699243, 2.4578726032231795, 2.40073954429023, 2.959070356142758, 2.274566800872783, 1.5698888348528803, 2.7533838323632898, 1.6513777222732433, 2.0356014878375217, 3.5742205795700075, 2.005568542793005, 1.43159719471929, 3.313330374780626, 2.1390912872849555, 1.7408048782779386, 2.013896479141993, 3.175044417542769, 2.257657977536629, 2.0435594389338454, 1.7573172553058778, 1.211059439713799, 3.1936082768994174, 2.4564680693426166, 1.7366111131604325, 1.2985481035804605, 1.2295123247677449, 2.956449000498727, 2.1937455998182798, 2.2892398772681632, 2.054022236148287, 1.9942977813249436, 2.0193903458167632, 2.0819640699331114, 3.0745267699396135, 2.1937455998182798, 1.8195051408964455, 2.4350314102988597, 1.4513724332571534, 1.8082845168314443, 2.1299085284058243, 2.553050949840891, 2.1916445648866443, 2.402268328218249, 2.5207104877533104, 2.032927265225584, 3.077810032739925, 1.9999573374059365, 2.7051343030051616], [-0.836471719005569, -1.1328221940703296, -1.3042101952079137, 0.06719907908226509, -0.977269293714132, -0.977269293714132, -1.4912326602314951, -1.4912326602314951, -0.5927318933444641, -0.38911642192408014, -0.06526686643486129, -0.836471719005569, 0.4343102143372895, -1.1328221940703296, 2.9388153732304536, -1.4912326602314951, -0.836471719005569, -1.4912326602314951, -0.486602579395736, -0.836471719005569, -1.6913889162298217, -1.4912326602314951, -0.977269293714132, -1.3042101952079137, -1.6913889162298217, 2.7652265386520694, 2.021049791291855, -1.4912326602314951, 2.6742350939240063, -1.3042101952079137, -0.708844551746259, -0.38911642192408014, -0.38911642192408014, -0.708844551746259, -1.3042101952079137, -0.977269293714132, 0.1278862736490767, -0.708844551746259, 2.234348572484876, -0.5927318933444641, -1.6913889162298217, -1.4912326602314951, -0.708844551746259, -1.1328221940703296, -0.1379522972899231, -0.486602579395736, -0.06526686643486129, -0.977269293714132, -1.3042101952079137, -1.1328221940703296, -0.977269293714132, -0.5927318933444641, -0.836471719005569, -0.708844551746259, -0.708844551746259, -0.1379522972899231, 0.1278862736490767, 0.0029538237955341693, -0.2156791293116635, -0.836471719005569, -0.977269293714132, -0.2156791293116635, -0.836471719005569, -0.486602579395736, -0.977269293714132, -1.1328221940703296, -0.836471719005569, -1.3042101952079137, -0.486602579395736, -0.977269293714132, -0.06526686643486129, -0.836471719005569, -1.3042101952079137, -0.836471719005569, -1.1328221940703296, -1.6913889162298217, -0.708844551746259, 1.3735194946972342, -0.836471719005569, -0.2156791293116635, -0.2991301298201624, -0.836471719005569, -1.1328221940703296, -0.836471719005569, -0.486602579395736, -1.3042101952079137, -0.708844551746259, -1.3042101952079137, -0.06526686643486129, -0.38911642192408014, -0.2156791293116635, -1.4912326602314951, 1.7655544106819665, -0.486602579395736, -0.486602579395736, -0.38911642192408014, -0.977269293714132, -0.836471719005569, -0.486602579395736, -0.2991301298201624, -0.836471719005569, -1.3042101952079137, -1.4912326602314951, -1.4912326602314951, -0.2991301298201624, -1.1328221940703296, -1.1328221940703296, -0.977269293714132, -1.6913889162298217, -1.3042101952079137, 2.730774913258305, -0.836471719005569, -0.2991301298201624, -0.38911642192408014, -0.2156791293116635, -0.5927318933444641, -1.1328221940703296, -0.2991301298201624, -1.1328221940703296, -0.977269293714132, -0.486602579395736, -1.1328221940703296, -1.4912326602314951, -0.708844551746259, -0.486602579395736, -0.486602579395736, -0.38911642192408014, 0.1278862736490767, -0.5927318933444641, -1.1328221940703296, -0.2991301298201624, -0.5927318933444641, -0.38911642192408014, -0.708844551746259, -0.1379522972899231, -0.2991301298201624, -0.2991301298201624, -0.5927318933444641, -0.708844551746259, -0.5927318933444641, -0.836471719005569, -0.977269293714132, -0.708844551746259, -0.5927318933444641, 0.6361743058553712, 2.176494953089259, -0.836471719005569, -0.486602579395736, -1.4912326602314951, -0.977269293714132, -0.2156791293116635, -1.4912326602314951, -0.977269293714132, -0.977269293714132, -0.5927318933444641, -0.38911642192408014, -0.836471719005569, -0.5927318933444641, -0.486602579395736, 0.06719907908226509, -0.977269293714132, -0.38911642192408014, -0.977269293714132, 0.0029538237955341693, -0.836471719005569, -1.4912326602314951, 2.6144648407520186, -0.5927318933444641, -0.836471719005569, -1.1328221940703296, -0.977269293714132, -0.486602579395736, -0.5927318933444641, -0.486602579395736, -0.38911642192408014, -0.1379522972899231, 1.2576702433811089, 2.3556855605166325, 0.0029538237955341693, -0.836471719005569, -0.2156791293116635, -1.4912326602314951, -1.1328221940703296, -0.836471719005569, -0.5927318933444641, -0.5927318933444641, -0.38911642192408014, -0.38911642192408014, -1.3042101952079137, 0.1853733921878143, -0.708844551746259, -0.836471719005569, 0.1278862736490767, -0.5927318933444641, -1.8992282904772304, -0.5927318933444641, 2.258196581980845, -0.486602579395736, 0.1853733921878143, -0.5927318933444641, 0.3415233895803121, -1.1328221940703296, -0.5927318933444641, 1.8730667574929944, 0.1853733921878143, 2.642057045111935, -0.5927318933444641, -0.708844551746259, -0.836471719005569, -0.38911642192408014, -0.38911642192408014, -0.708844551746259, -0.06526686643486129, -0.486602579395736, -1.4912326602314951, -0.708844551746259, 3.1989245660548136, -0.977269293714132, -0.5927318933444641, 3.1122706117997283, -0.2991301298201624, -0.2991301298201624, -0.06526686643486129, 0.5599526402511322, -1.1328221940703296, -0.708844551746259, -0.977269293714132, 0.1853733921878143, -0.708844551746259, -0.708844551746259, 0.3889196659420897, -0.1379522972899231, -1.3042101952079137, -0.2156791293116635, -0.836471719005569, 0.0029538237955341693, -0.1379522972899231, -0.06526686643486129, -0.38911642192408014, -0.2991301298201624, -0.486602579395736, -0.5927318933444641, -1.1328221940703296, -0.06526686643486129, -0.486602579395736, -0.836471719005569, -0.486602579395736, -0.977269293714132, -0.2991301298201624, -0.1379522972899231, -1.4912326602314951, -0.486602579395736, -0.5927318933444641, -0.38911642192408014, -0.977269293714132, -0.5927318933444641, -1.3042101952079137, -1.4912326602314951, -0.1379522972899231, -0.486602579395736, -0.5927318933444641, -0.38911642192408014, -0.5927318933444641, -1.3042101952079137, -0.1379522972899231, -0.486602579395736, 2.730774913258305, -0.38911642192408014, 2.9550935224804418, -0.977269293714132, -0.708844551746259, 1.3363047895168787, -0.836471719005569, -0.977269293714132, -0.1379522972899231, -0.977269293714132, -0.977269293714132, -0.486602579395736, -0.836471719005569, -0.486602579395736, -0.486602579395736, 1.1726736874744434, -0.486602579395736, -0.38911642192408014, -0.977269293714132, -1.4912326602314951, -0.2156791293116635, -0.2156791293116635, -0.5927318933444641, -1.3042101952079137, -0.977269293714132, -1.3042101952079137, -0.1379522972899231, 0.1278862736490767, -0.836471719005569, -0.2991301298201624, -0.2991301298201624, -1.1328221940703296, -0.5927318933444641, -0.977269293714132, -1.1328221940703296, -0.486602579395736, -0.38911642192408014, 0.6361743058553712, -0.708844551746259, -1.1328221940703296, -0.06526686643486129, -1.1328221940703296, -1.3042101952079137, -0.977269293714132, 0.1278862736490767, -1.1328221940703296, -1.3042101952079137, -0.5927318933444641, 1.7006867967375632, -0.836471719005569, -0.5927318933444641, 0.0029538237955341693, -0.708844551746259, -0.836471719005569, 0.0029538237955341693, -0.2991301298201624, -1.1328221940703296, -0.486602579395736, -0.836471719005569, 0.1853733921878143, -0.5927318933444641, -0.708844551746259, -0.486602579395736, -0.5927318933444641, -0.06526686643486129, -0.708844551746259, -0.486602579395736, -0.38911642192408014, -0.836471719005569, 0.06719907908226509, -0.486602579395736, -1.4912326602314951, 0.2399691847815725, -0.2156791293116635, 0.2919413871966901, -0.486602579395736, -0.836471719005569, 0.0029538237955341693, -0.836471719005569, 0.3415233895803121, -0.2991301298201624, -0.486602579395736, -0.836471719005569, -0.708844551746259, -0.836471719005569, -0.06526686643486129, -0.486602579395736, 0.6723290499536696, -0.486602579395736, -0.977269293714132, -0.708844551746259, -0.38911642192408014, -0.708844551746259, -0.708844551746259, -0.1379522972899231, -0.708844551746259, 0.1853733921878143, -0.977269293714132, 0.06719907908226509, -0.1379522972899231, -0.1379522972899231, -0.977269293714132, 0.5196929985142414, -0.977269293714132, -0.836471719005569, 0.06719907908226509, 0.0029538237955341693, -0.836471719005569, 0.0029538237955341693, -0.708844551746259, -0.486602579395736, -0.708844551746259, -0.708844551746259, -0.486602579395736, -0.38911642192408014, -1.4912326602314951, -0.38911642192408014, -0.2991301298201624, -0.708844551746259, -0.1379522972899231, -0.708844551746259, 0.06719907908226509, -0.836471719005569, -0.1379522972899231, -0.38911642192408014, -0.486602579395736, 0.8366399692209274, -0.486602579395736, -0.38911642192408014, -1.4912326602314951, -1.3042101952079137, -0.5927318933444641, -0.486602579395736, 1.3550769736062709, -0.2156791293116635, -0.486602579395736, 0.0029538237955341693, 0.2399691847815725, -0.708844551746259, -0.836471719005569, -0.38911642192408014, -0.486602579395736, -0.5927318933444641, -0.38911642192408014, -0.977269293714132, -0.38911642192408014, -0.977269293714132, -0.2156791293116635, -0.2156791293116635, 0.2919413871966901, 0.2399691847815725, -0.1379522972899231, -0.5927318933444641, 2.514805064892349, -0.5927318933444641, 0.2919413871966901, -0.2991301298201624, 0.0029538237955341693, -0.2991301298201624, -0.5927318933444641, -0.1379522972899231, -0.486602579395736, -0.486602579395736, -0.5927318933444641, -0.38911642192408014, -0.5927318933444641, -0.1379522972899231, -0.708844551746259, 0.4778542058171516, -0.836471719005569, -0.2156791293116635, -0.06526686643486129, 0.4778542058171516, -0.5927318933444641, -0.486602579395736, 0.06719907908226509, 2.8884038377349603, 0.2399691847815725, 0.3889196659420897, -0.2991301298201624, -0.836471719005569, -0.38911642192408014, -0.486602579395736, -0.708844551746259, -1.3042101952079137, 0.5987459571940442, -0.06526686643486129, -0.708844551746259, 0.1278862736490767, -0.977269293714132, -1.1328221940703296, 0.06719907908226509, 3.0912114975439025, 0.06719907908226509, -0.977269293714132, -0.836471719005569, -0.708844551746259, -0.2991301298201624, -0.38911642192408014, -0.2156791293116635, -0.5927318933444641, -0.486602579395736, -0.708844551746259, 0.1278862736490767, -0.486602579395736, -1.3042101952079137, -0.708844551746259, -0.2991301298201624, 0.1853733921878143, -1.1328221940703296, -0.2991301298201624, -0.5927318933444641, -0.1379522972899231, -0.836471719005569, 0.4778542058171516, -0.2991301298201624, 0.2399691847815725, -0.486602579395736, -0.486602579395736, -0.708844551746259, -0.1379522972899231, -0.708844551746259, -0.836471719005569, -0.486602579395736, -0.5927318933444641, 0.9242240609268412, -0.836471719005569, -0.2991301298201624, -0.708844551746259, -0.486602579395736, -0.2991301298201624, 0.1278862736490767, -0.486602579395736, -0.2156791293116635, 0.6723290499536696, -0.2156791293116635, -0.486602579395736, -0.2156791293116635, -0.5927318933444641, -0.977269293714132, 0.06719907908226509, 0.0029538237955341693, 2.798579869293006, -0.2991301298201624, -0.486602579395736, -0.1379522972899231, -0.2156791293116635, -0.708844551746259, 0.5196929985142414, -1.1328221940703296, -0.5927318933444641, -0.2156791293116635, -0.5927318933444641, -0.486602579395736, -1.4912326602314951, -0.2991301298201624, 3.129501742350195, -0.38911642192408014, -0.5927318933444641, 0.06719907908226509, -1.1328221940703296, -0.5927318933444641, -0.06526686643486129, 0.6723290499536696, -0.2156791293116635, -0.2156791293116635, -0.977269293714132, -0.2156791293116635, -0.38911642192408014, -0.06526686643486129, -0.38911642192408014, -0.836471719005569, 0.4778542058171516, -0.2991301298201624, -0.1379522972899231, -0.2156791293116635, -0.2991301298201624, 0.4343102143372895, -0.38911642192408014, -0.486602579395736, 3.29657550602232, -1.4912326602314951, -0.2991301298201624, -0.708844551746259, -0.2991301298201624, -1.1328221940703296, 0.1278862736490767, -0.38911642192408014, -0.836471719005569, -0.1379522972899231, -0.38911642192408014, -0.2991301298201624, -1.1328221940703296, -0.708844551746259, 0.1853733921878143, 0.5599526402511322, 0.2399691847815725, -1.3042101952079137, -0.5927318933444641, 0.1278862736490767, -0.5927318933444641, 1.826639734504708, -0.708844551746259, -0.5927318933444641, -0.2991301298201624, -1.6913889162298217, -0.5927318933444641, 0.06719907908226509, -0.5927318933444641, -1.4912326602314951, -0.06526686643486129, -1.1328221940703296, -0.977269293714132, -0.5927318933444641, -0.977269293714132, 0.3889196659420897, -1.3042101952079137, -0.836471719005569, -0.486602579395736, -0.38911642192408014, -0.977269293714132, -0.2991301298201624, -0.486602579395736, -0.836471719005569, -0.06526686643486129, -0.38911642192408014, -0.708844551746259, 0.5599526402511322, -0.708844551746259, -0.977269293714132, 0.1278862736490767, -0.836471719005569, -0.2156791293116635, 0.1853733921878143, -0.836471719005569, -0.977269293714132, -0.2156791293116635, -0.2156791293116635, -0.486602579395736, 3.746582887118673, -1.6913889162298217, -0.5927318933444641, -0.708844551746259, -0.486602579395736, -0.5927318933444641, -0.38911642192408014, -0.486602579395736, -0.486602579395736, -1.1328221940703296, -0.486602579395736, -0.2156791293116635, -0.2156791293116635, -0.2991301298201624, 3.7293879089249904, 0.06719907908226509, -0.2991301298201624, -0.486602579395736, -1.1328221940703296, -0.486602579395736, -0.38911642192408014, 0.06719907908226509, -0.2991301298201624, -0.708844551746259, -1.1328221940703296, -0.486602579395736, 0.7411405340338885, 0.1853733921878143, 0.3889196659420897, -0.2991301298201624, 4.1464241443594645, -0.2156791293116635, -0.2156791293116635, -0.708844551746259, -1.1328221940703296, -0.2156791293116635, 0.2919413871966901, 0.5599526402511322, -1.3042101952079137, 0.0029538237955341693, 0.5599526402511322, -0.38911642192408014, 0.06719907908226509, 0.2399691847815725, -0.2991301298201624, -0.38911642192408014, -1.3042101952079137, -0.977269293714132, -0.977269293714132, -0.486602579395736, -0.708844551746259, -0.38911642192408014, -0.06526686643486129, -0.2991301298201624, -0.5927318933444641, -1.3042101952079137, -0.2991301298201624, -0.977269293714132, -0.38911642192408014, -0.486602579395736, -0.1379522972899231, -0.1379522972899231, 2.8622569529675466, 0.06719907908226509, -0.5927318933444641, -0.2991301298201624, -0.486602579395736, 0.3415233895803121, -0.2991301298201624, -0.486602579395736, 1.8616514576263608, -0.2156791293116635, 0.1853733921878143, -0.5927318933444641, -0.06526686643486129, 0.1853733921878143, -0.977269293714132, -0.38911642192408014, 0.1853733921878143, -0.06526686643486129, 0.5599526402511322, 0.06719907908226509, -0.2991301298201624, -0.2156791293116635, 0.2919413871966901, -0.5927318933444641, -0.836471719005569, -1.6913889162298217, -0.836471719005569, -0.38911642192408014, 0.1278862736490767, -0.977269293714132, -0.2991301298201624, -0.486602579395736, -0.5927318933444641, -0.486602579395736, -0.708844551746259, -0.486602579395736, -0.708844551746259, -0.2156791293116635, -1.1328221940703296, -0.977269293714132, 0.1278862736490767, 2.078584379368176, 0.1853733921878143, -0.38911642192408014, -0.2991301298201624, -0.977269293714132, 0.1278862736490767, -0.38911642192408014, -0.5927318933444641, 0.1278862736490767, -0.1379522972899231, -0.5927318933444641, 1.1040920820606557, -0.2156791293116635, -0.1379522972899231, -0.2156791293116635, -0.486602579395736, 0.2399691847815725, -0.2991301298201624, 2.9550935224804418, 0.2399691847815725, -0.1379522972899231, -0.486602579395736, -0.38911642192408014, -0.977269293714132, -0.38911642192408014, -0.708844551746259, -0.06526686643486129, -0.708844551746259, -0.2991301298201624, -0.38911642192408014, -0.486602579395736, -1.1328221940703296, -0.06526686643486129, -0.708844551746259, -1.1328221940703296, 0.2919413871966901, 0.0029538237955341693, -0.2156791293116635, -0.486602579395736, -0.2991301298201624, 0.7739403944239084, 3.604741361676081, -0.836471719005569, -0.486602579395736, 0.7072928112812509, -0.5927318933444641, -0.486602579395736, 3.4122991727205263, -0.5927318933444641, -0.06526686643486129, 0.2399691847815725, -0.2991301298201624, 0.5196929985142414, 2.7796512031014915, -0.2156791293116635, -0.836471719005569, -0.486602579395736, 0.6723290499536696, -1.6913889162298217, -0.5927318933444641, 0.0029538237955341693, -0.836471719005569, -0.486602579395736, -0.1379522972899231, -0.836471719005569, -0.977269293714132, -0.5927318933444641, -0.486602579395736, 0.8366399692209274, -0.38911642192408014, -0.06526686643486129, -0.836471719005569, -0.977269293714132, -0.38911642192408014, 0.1278862736490767, 0.1278862736490767, -0.38911642192408014, -0.06526686643486129, -0.977269293714132, 0.1853733921878143, -0.1379522972899231, 0.1278862736490767, -0.38911642192408014, 0.8366399692209274, 0.06719907908226509, -0.486602579395736, -1.4912326602314951, -0.977269293714132, -0.977269293714132, -0.708844551746259, -0.5927318933444641, 0.5599526402511322, -1.6913889162298217, 0.2399691847815725, -0.836471719005569, -0.708844551746259, 0.1278862736490767, -0.38911642192408014, -0.2991301298201624, -0.5927318933444641, -0.2156791293116635, -0.708844551746259, -1.1328221940703296, -0.836471719005569, -0.2991301298201624, -0.38911642192408014, 0.1853733921878143, -0.2156791293116635, -0.2991301298201624, -0.708844551746259, 0.3415233895803121, -0.1379522972899231, 0.3415233895803121, 0.0029538237955341693, -0.1379522972899231, -0.836471719005569, -0.5927318933444641, -0.5927318933444641, -1.6913889162298217, -0.1379522972899231, -0.38911642192408014, -0.486602579395736, -0.1379522972899231, -0.486602579395736, -0.38911642192408014, -1.8992282904772304, 0.0029538237955341693, 3.4431407865277897, -0.38911642192408014, 4.191965842127074, 0.2399691847815725, 2.4114569997840354, 0.1278862736490767, 1.1726736874744434, -0.06526686643486129, -0.2156791293116635, 0.8666486998120647, -0.1379522972899231, -0.486602579395736, 0.06719907908226509, -0.5927318933444641, -1.4912326602314951, -0.1379522972899231, -0.1379522972899231, 4.527889054731597, -1.4912326602314951, 0.2399691847815725, -0.38911642192408014, -0.06526686643486129, -0.2991301298201624, -0.1379522972899231, -0.38911642192408014, 0.0029538237955341693, -0.2991301298201624, -0.708844551746259, -0.2156791293116635, -0.38911642192408014, 0.2399691847815725, -0.2991301298201624, 0.3415233895803121, 3.651426330076149, 0.5599526402511322, -0.977269293714132, 0.4343102143372895, -1.4912326602314951, -0.38911642192408014, 0.2399691847815725, -0.5927318933444641, 0.0029538237955341693, -0.1379522972899231, 0.06719907908226509, -0.708844551746259, -0.2156791293116635, 0.1853733921878143, 0.2919413871966901, -0.836471719005569, -0.38911642192408014, -0.1379522972899231, -0.486602579395736, -0.486602579395736, -0.977269293714132, -0.38911642192408014, -0.06526686643486129, 0.0029538237955341693, -0.486602579395736, -0.708844551746259, -0.2156791293116635, 0.1278862736490767, -0.486602579395736, -0.2991301298201624, 0.2919413871966901, 3.667899067972268, -0.06526686643486129, -0.836471719005569, -0.1379522972899231, -1.1328221940703296, 0.0029538237955341693, 0.5196929985142414, -0.977269293714132, -0.977269293714132, -0.1379522972899231, -0.1379522972899231, 0.3415233895803121, 0.2399691847815725, 0.5196929985142414, 0.2919413871966901, 0.06719907908226509, -0.2991301298201624, -0.38911642192408014, -0.38911642192408014, 0.4343102143372895, -0.2991301298201624, 0.2919413871966901, 0.8666486998120647, -0.486602579395736, -0.38911642192408014, 1.602549593545909, 3.330965992314579, -0.708844551746259, -0.06526686643486129, -0.977269293714132, -0.708844551746259, -0.5927318933444641, -0.836471719005569, 0.2919413871966901, 0.5196929985142414, -0.1379522972899231, -0.977269293714132, 0.2919413871966901, -0.2156791293116635, -0.486602579395736, -0.486602579395736, 0.1278862736490767, 0.06719907908226509, -0.486602579395736, -0.06526686643486129, -0.2156791293116635, 3.9769576625572616, -0.486602579395736, -0.38911642192408014, 0.3415233895803121, 0.1278862736490767, -0.1379522972899231, -0.5927318933444641, -0.486602579395736, 0.3889196659420897, 0.5196929985142414, -0.708844551746259, 2.4046459437678376, 0.0029538237955341693, 3.9662605057737528, 3.2700197928949906, -1.1328221940703296, -0.2991301298201624, 2.176494953089259, -0.2991301298201624, -0.06526686643486129, 0.5599526402511322, -0.708844551746259, -0.2156791293116635, -0.38911642192408014, -0.38911642192408014, 3.7892829670130377, 1.6171442278830563, -0.977269293714132, 0.1278862736490767, 3.361527295431012, -0.06526686643486129, 0.2399691847815725, 0.0029538237955341693, 0.1278862736490767, -0.2156791293116635, 0.1853733921878143, 3.3642618291392647, -1.3042101952079137, -0.977269293714132, 3.407069330854441, 1.0307297169201601, -0.486602579395736, 4.203048074210336, -0.38911642192408014, 0.0029538237955341693, 1.4778484575668762, 0.0029538237955341693, -0.06526686643486129, 0.2399691847815725, -1.3042101952079137, 1.0307297169201601, -0.486602579395736, 0.978820803262837, -0.708844551746259, -0.2991301298201624, 1.1726736874744434, 0.0029538237955341693, 0.6361743058553712, 0.1853733921878143, -0.06526686643486129, -0.836471719005569, 0.2919413871966901, -0.486602579395736, -0.1379522972899231, -0.836471719005569, 0.06719907908226509, 0.7739403944239084, 0.1853733921878143, 1.587748965249964, 0.4778542058171516, -0.2156791293116635, 0.8057545813642321, -0.5927318933444641, 0.7411405340338885, 0.1853733921878143, -0.836471719005569, 0.0029538237955341693, 0.06719907908226509, -0.486602579395736, -0.486602579395736, -0.2156791293116635, 0.2399691847815725, -0.836471719005569, -0.977269293714132, 0.3889196659420897, 3.7597640493723534, -0.486602579395736, -1.1328221940703296, 0.2399691847815725, -0.2991301298201624, -0.486602579395736, -0.5927318933444641, -0.1379522972899231, 0.6361743058553712, -0.1379522972899231, 0.1278862736490767, -0.708844551746259, -0.5927318933444641, 0.06719907908226509, -0.5927318933444641, 0.06719907908226509, -0.2991301298201624, -0.486602579395736, -0.708844551746259, 0.3889196659420897, 0.6723290499536696, 0.1853733921878143, 0.4778542058171516, -0.5927318933444641, 1.1503061266946557, -0.836471719005569, 0.5599526402511322, 0.5987459571940442, 0.1278862736490767, -0.38911642192408014, 3.6534996638334216, -0.486602579395736, -0.836471719005569, -1.1328221940703296, 0.5987459571940442, 0.7072928112812509, 0.1278862736490767, 0.1853733921878143, 0.06719907908226509, -0.2991301298201624, 0.1278862736490767, -0.38911642192408014, 0.1853733921878143, 0.0029538237955341693, -0.38911642192408014, 0.06719907908226509, -0.2156791293116635, 0.06719907908226509, -0.977269293714132, -0.708844551746259, -0.977269293714132, -0.38911642192408014, 0.1278862736490767, -0.1379522972899231, -0.38911642192408014, 0.2919413871966901, -0.2991301298201624, 0.3415233895803121, 0.5987459571940442, 3.4532225223295216, 3.189284640555268, 3.713862534495125, -0.708844551746259, 0.1278862736490767, 0.8366399692209274, 0.0029538237955341693, 3.492605074670589, 0.06719907908226509, 0.2919413871966901, 0.1853733921878143, 0.5599526402511322, -0.2991301298201624, -0.836471719005569, 0.2399691847815725, -0.1379522972899231, 0.1853733921878143, -0.836471719005569, 0.2399691847815725, -0.2991301298201624, -0.06526686643486129, -0.5927318933444641, 0.0029538237955341693, -0.486602579395736, 0.1853733921878143, 0.0029538237955341693, 0.2399691847815725, -0.2991301298201624, -0.2991301298201624, -0.486602579395736, -0.38911642192408014, -0.708844551746259, -0.486602579395736, -0.1379522972899231, -0.2156791293116635, -0.2156791293116635, 0.5987459571940442, -0.708844551746259, -0.1379522972899231, 0.06719907908226509, 0.2399691847815725, -0.2991301298201624, -0.2991301298201624, -0.486602579395736, -0.1379522972899231, 0.3415233895803121, 0.3415233895803121, -0.836471719005569, -0.486602579395736, -0.836471719005569, 0.1853733921878143, 0.6723290499536696, 0.3889196659420897, -0.708844551746259, -0.1379522972899231, 0.2919413871966901, 0.1278862736490767, -0.486602579395736, 0.0029538237955341693, 0.8666486998120647, 1.08020128108455, -0.2156791293116635, -0.38911642192408014, 0.2399691847815725, 2.835439865001389, -0.2991301298201624, -0.977269293714132, 0.0029538237955341693, 0.4343102143372895, 4.582127292637005, -0.2156791293116635, -0.836471719005569, 0.5599526402511322, -0.2156791293116635, -0.486602579395736, 0.5196929985142414, -0.1379522972899231, 0.06719907908226509, 0.0029538237955341693, 0.4343102143372895, -0.38911642192408014, 0.06719907908226509, -0.1379522972899231, 0.6723290499536696, -0.836471719005569, 0.5196929985142414, 0.5196929985142414, 3.3938791845514444, -0.708844551746259, 0.4343102143372895, -1.3042101952079137, 0.0029538237955341693, -0.1379522972899231, -0.977269293714132, -0.38911642192408014, -0.708844551746259, -0.2991301298201624, -0.06526686643486129, -0.2991301298201624, 0.2399691847815725, -0.38911642192408014, -0.2991301298201624, -0.708844551746259, -0.836471719005569, 0.0029538237955341693, 5.0, 0.8057545813642321, -0.06526686643486129, 0.8057545813642321, -0.1379522972899231, -0.38911642192408014, 0.5987459571940442, 0.06719907908226509, 0.2399691847815725, 1.2778874170056531, 0.1853733921878143, -0.2156791293116635, -0.977269293714132, -0.1379522972899231, -1.3042101952079137, -0.1379522972899231, -0.5927318933444641, 3.4901866273208757, 0.1853733921878143, -0.708844551746259, -0.836471719005569, 0.2399691847815725, -0.708844551746259, -0.5927318933444641, -0.38911642192408014, 0.1278862736490767, 0.4343102143372895, -0.5927318933444641, -0.1379522972899231, 0.6361743058553712, -0.2991301298201624, 0.2919413871966901, -0.1379522972899231, -1.3042101952079137, 0.4343102143372895, -0.2156791293116635, -0.5927318933444641, 0.1853733921878143, 2.608858005986, 0.4343102143372895, 0.1278862736490767, 0.2919413871966901, 0.8958286877706586, -1.1328221940703296, 0.0029538237955341693, 0.2919413871966901, 0.4778542058171516, -1.3042101952079137, 0.2919413871966901, -0.06526686643486129, 0.1278862736490767, -0.486602579395736, -0.2156791293116635, -0.38911642192408014, 2.25030745848394, -0.5927318933444641, -0.486602579395736, -0.38911642192408014, 1.4778484575668762, -0.708844551746259, -0.2991301298201624, -0.836471719005569, 0.7739403944239084, -0.5927318933444641, -0.2156791293116635, -0.2156791293116635, 0.1278862736490767, -0.5927318933444641, -0.486602579395736, 0.3889196659420897, -0.486602579395736, 0.8958286877706586, 0.2399691847815725, 0.1278862736490767, -0.38911642192408014, 0.4778542058171516, 0.3415233895803121, -0.2991301298201624, 0.0029538237955341693, 0.1853733921878143, 0.06719907908226509, 1.510440762586934, -0.977269293714132, 0.1278862736490767, -0.38911642192408014, 1.1040920820606557, 0.7072928112812509, -0.38911642192408014, 0.8666486998120647, 0.4778542058171516, 1.3363047895168787, -0.1379522972899231, 0.6361743058553712, 1.0557558828950622, 0.5599526402511322, -0.2156791293116635, -0.5927318933444641, -0.5927318933444641, 0.7072928112812509, -0.486602579395736, -0.1379522972899231, -0.06526686643486129, 0.06719907908226509, 0.4343102143372895, 0.2399691847815725, 0.3889196659420897, 0.7072928112812509, -0.5927318933444641, 0.4343102143372895, 0.7072928112812509, 0.3415233895803121, -0.486602579395736, 0.0029538237955341693, -0.486602579395736, 0.2399691847815725, 0.1278862736490767, 1.08020128108455, 0.3415233895803121, 1.08020128108455, -0.2991301298201624, 0.7411405340338885, 0.8057545813642321, 0.978820803262837, 0.6723290499536696, -0.2991301298201624, 3.189284640555268, 0.8057545813642321, 1.0307297169201601, 0.1278862736490767, -0.2156791293116635, 0.7411405340338885, -0.486602579395736, 0.2919413871966901, 0.06719907908226509, 0.2399691847815725, 0.3889196659420897, -0.977269293714132, 0.2919413871966901, 0.06719907908226509, 2.642057045111935, 0.0029538237955341693, 1.3735194946972342, -0.836471719005569, 0.2919413871966901, 0.4778542058171516, -0.38911642192408014, -0.38911642192408014, -0.486602579395736, -0.1379522972899231, 0.5196929985142414, 0.3889196659420897, -0.2991301298201624, -0.2156791293116635, 0.6361743058553712, -0.486602579395736, 0.8057545813642321, 0.5196929985142414, 0.2919413871966901, 0.3889196659420897, -0.06526686643486129, 0.1853733921878143, 0.6361743058553712, 0.7072928112812509, 0.8366399692209274, 0.7072928112812509, 1.1040920820606557, 0.8666486998120647, 1.0307297169201601, -0.708844551746259, 0.2919413871966901, 0.8666486998120647, -0.06526686643486129, 0.3415233895803121, -0.06526686643486129, -0.38911642192408014, -0.1379522972899231, -0.38911642192408014, 0.5987459571940442, 0.6723290499536696, 0.2399691847815725, -0.836471719005569, 2.9347059530576574, -0.38911642192408014, 1.7655544106819665, 0.5196929985142414, 0.3415233895803121, 0.2399691847815725, -0.38911642192408014, 0.06719907908226509, 0.7739403944239084, -0.2156791293116635, 0.3889196659420897, 0.4343102143372895, 1.2977229739277123, 0.5987459571940442, -0.708844551746259, 1.2977229739277123, 2.5510726684831524, 0.8666486998120647, 0.06719907908226509, -0.2991301298201624, -0.2991301298201624, 0.1278862736490767, 0.0029538237955341693, 0.5196929985142414, 4.927493892223327, 0.5987459571940442, -0.06526686643486129, 0.1853733921878143, 0.2399691847815725, 0.2919413871966901, 0.0029538237955341693, -0.486602579395736, 1.2576702433811089, 0.1853733921878143, 0.4778542058171516, 1.4942711563998854, 0.2919413871966901, 1.6597474579963378, 0.5196929985142414, 1.1274527375286705, 0.2399691847815725, 0.8057545813642321, -0.2991301298201624, 2.25030745848394, 1.08020128108455, -0.2991301298201624, 0.4778542058171516, 2.3485004408109162, 1.510440762586934, 0.2919413871966901, -0.1379522972899231, 2.059755254956948, -0.1379522972899231, 0.4343102143372895, -0.486602579395736, -0.836471719005569, 0.1853733921878143, -0.2991301298201624, 0.2919413871966901, 3.1052979016346622, 0.3889196659420897, 0.3415233895803121, 0.0029538237955341693, 0.06719907908226509, -0.2156791293116635, 0.8057545813642321, 0.1853733921878143, 1.1945755343780042, 0.2399691847815725, -0.5927318933444641, 1.0050947300625617, -1.1328221940703296, 0.3415233895803121, 0.06719907908226509, 0.2399691847815725, 2.3485004408109162, 0.2919413871966901, 0.4778542058171516, 0.2919413871966901, 0.1278862736490767, 1.0557558828950622, 1.7271175379290056, 0.2919413871966901, 0.3415233895803121, 0.2399691847815725, 1.216030564651006, 0.2399691847815725, 0.2919413871966901, 0.5987459571940442, 1.0050947300625617, 0.3889196659420897, 4.766858322317982, -0.5927318933444641, 0.6361743058553712, 0.3889196659420897, 0.7072928112812509, 0.5599526402511322, 0.1853733921878143, -0.486602579395736, 0.5987459571940442, 0.978820803262837, -0.1379522972899231, 0.7411405340338885, 0.06719907908226509, 1.510440762586934, -0.2156791293116635, 0.1853733921878143, 0.5599526402511322, 0.5196929985142414, 1.3171909925357623, 1.1726736874744434, 1.1726736874744434, 1.1726736874744434, 0.5196929985142414, -0.977269293714132, 0.9242240609268412, 0.4778542058171516, 0.6723290499536696, 0.2399691847815725, 2.642057045111935, 0.3889196659420897, 1.4094603191394617, -0.2156791293116635, 0.1278862736490767, 2.483591344067876, 1.0050947300625617, 0.1853733921878143, 0.5987459571940442, 0.5987459571940442, 0.3889196659420897, 1.2977229739277123, 0.7739403944239084, 0.06719907908226509, 0.8057545813642321, 1.237056554041852, 0.4778542058171516, 1.3363047895168787, 0.0029538237955341693, 0.2919413871966901, 1.3171909925357623, 0.1278862736490767, 2.234348572484876, 0.5987459571940442, 1.587748965249964, -0.2156791293116635, 1.3363047895168787, 0.3889196659420897, 1.949669629294988, 1.1274527375286705, 3.0551426684748924, 2.620041793563905, 0.4343102143372895, 1.3171909925357623, -0.2156791293116635, 0.8666486998120647, 0.2919413871966901, 0.7072928112812509, 2.193353358266616, 2.167962843443225, 0.8057545813642321, 0.6723290499536696, 0.0029538237955341693, 0.4343102143372895, -0.708844551746259, 1.4942711563998854, 1.08020128108455, 1.7528981108617396, 1.4778484575668762, 0.7072928112812509, 0.6361743058553712, 1.1726736874744434, 0.3415233895803121, 0.7072928112812509, 3.5671833194580898, 0.8366399692209274, 0.2399691847815725, 0.1278862736490767, 0.8057545813642321, 0.978820803262837, 0.8366399692209274, 1.1274527375286705, 1.8616514576263608, 0.0029538237955341693, 0.9242240609268412, 0.978820803262837, 2.167962843443225, 1.826639734504708, 1.1945755343780042, 0.1853733921878143, 1.4942711563998854, 0.06719907908226509, 0.1278862736490767, 0.3415233895803121, 1.3171909925357623, 1.7271175379290056, 1.4778484575668762, 1.0050947300625617, 0.4778542058171516, 0.7072928112812509, 0.8666486998120647, 0.4343102143372895, 0.8057545813642321, 0.8366399692209274, 1.2977229739277123, 2.167962843443225, 0.7411405340338885, 0.5599526402511322, 0.3889196659420897, 0.8958286877706586, 0.8366399692209274, -0.2156791293116635, 1.3735194946972342, 0.8666486998120647, 2.021049791291855, 1.9705651773869919, 0.5987459571940442, 0.5599526402511322, 1.3735194946972342, 0.2399691847815725, 0.1853733921878143, 4.421163997740899, 0.2919413871966901, 0.5599526402511322, 3.5694303398080263, 0.6361743058553712, 0.2399691847815725, 1.08020128108455, 1.0557558828950622, 0.1278862736490767, -0.5927318933444641, -0.2156791293116635, 1.9808586691594936, 1.3550769736062709, 1.3916436887820032, 1.08020128108455, 1.4611646426902156, 1.6597474579963378, 0.8366399692209274, 2.258196581980845, 1.1040920820606557, 0.06719907908226509, -0.38911642192408014, 0.1278862736490767, 0.9518755453735, -0.2156791293116635, 0.7411405340338885, 1.510440762586934, 1.2977229739277123, 0.5196929985142414, 2.43826643998232, 1.5263649363799598, 0.7072928112812509, 0.9518755453735, 1.1040920820606557, 1.5263649363799598, 1.587748965249964, 1.3171909925357623, 0.3889196659420897, 0.2919413871966901, 1.4942711563998854, 1.0307297169201601, 1.5420509964123694, 0.7072928112812509, 1.1040920820606557, 2.8032590101726567, 0.3889196659420897, 0.5196929985142414, 0.9518755453735], [-1.3443826911415802, -1.168604420472642, -0.9543224149821136, -0.7305850095068459, -1.4453270920301462, -0.7305850095068459, -1.5566883886155505, -1.4453270920301462, -0.6825855699775809, -1.3443826911415802, -1.4453270920301462, -1.252545482891603, -1.8152763846979445, -1.3443826911415802, -1.4453270920301462, -1.0203264753305372, -0.9543224149821136, -1.091499506431021, -1.091499506431021, -1.3443826911415802, -0.8928457822252391, -1.168604420472642, -1.4453270920301462, -0.6371171727364789, -1.0203264753305372, -1.5566883886155505, -0.7813986328451713, -0.8353565545901545, -2.121508395245893, -0.5939356174864442, -1.4453270920301462, -1.168604420472642, -0.5939356174864442, -1.4453270920301462, -0.8353565545901545, -0.7813986328451713, -0.3408504875704885, -0.6825855699775809, -1.168604420472642, -1.0203264753305372, -1.3443826911415802, -0.7305850095068459, -1.091499506431021, -1.091499506431021, -0.6371171727364789, -0.8353565545901545, -0.6371171727364789, -1.4453270920301462, -0.5939356174864442, -1.0203264753305372, -1.252545482891603, -0.9543224149821136, -1.252545482891603, -1.3443826911415802, -1.252545482891603, -0.5136131549476095, -0.7305850095068459, -0.6825855699775809, -0.5939356174864442, -0.8353565545901545, -0.7813986328451713, -0.7305850095068459, -0.6825855699775809, -1.4453270920301462, -1.5566883886155505, -0.8353565545901545, -0.44022509316907615, -0.5136131549476095, -1.3443826911415802, -1.168604420472642, -0.7305850095068459, -0.3726931234480179, -0.44022509316907615, -0.9543224149821136, -1.168604420472642, -0.7813986328451713, -0.3408504875704885, -1.4453270920301462, -0.5939356174864442, -1.4453270920301462, -1.3443826911415802, -0.4761259269190525, -0.9543224149821136, -1.3443826911415802, -1.091499506431021, -1.6797201432969957, -0.8928457822252391, -1.091499506431021, -0.7305850095068459, -0.8928457822252391, -0.44022509316907615, -0.6825855699775809, -0.8353565545901545, -0.5939356174864442, -0.4761259269190525, -0.9543224149821136, -1.3443826911415802, -0.8353565545901545, -0.8353565545901545, -0.6825855699775809, -1.091499506431021, -1.5566883886155505, -0.8928457822252391, -0.9543224149821136, -0.1220096462661763, -1.0203264753305372, -0.9543224149821136, -0.6825855699775809, -1.252545482891603, -0.7305850095068459, -1.4453270920301462, -0.3408504875704885, -0.4761259269190525, -0.5528291434628219, -1.252545482891603, -0.4761259269190525, -0.4761259269190525, -0.6825855699775809, -1.4453270920301462, -1.091499506431021, -0.9543224149821136, -1.0203264753305372, -1.4453270920301462, -0.44022509316907615, -1.252545482891603, -1.091499506431021, -0.7813986328451713, -1.6797201432969957, -0.8353565545901545, -0.6825855699775809, -0.7305850095068459, -0.8928457822252391, -0.9543224149821136, -0.5136131549476095, -0.5528291434628219, -0.5136131549476095, -0.8928457822252391, -0.6825855699775809, -1.168604420472642, -0.6825855699775809, -0.7813986328451713, -0.8353565545901545, -1.168604420472642, -0.6371171727364789, -0.9543224149821136, -1.0203264753305372, -0.7813986328451713, -0.3726931234480179, -0.9543224149821136, -0.7813986328451713, -0.7305850095068459, -0.9543224149821136, -0.8928457822252391, -0.7305850095068459, -1.091499506431021, -0.9543224149821136, -0.8353565545901545, -0.5528291434628219, -0.7305850095068459, -0.8353565545901545, -1.8152763846979445, -0.2519683976908106, -0.8928457822252391, -0.6825855699775809, -0.5939356174864442, -0.8928457822252391, -0.7305850095068459, -0.7813986328451713, -1.0203264753305372, -0.44022509316907615, -0.8353565545901545, -0.6825855699775809, -0.5528291434628219, -1.5566883886155505, -1.091499506431021, -1.4453270920301462, -0.7813986328451713, -0.6825855699775809, -1.4453270920301462, -0.8928457822252391, -0.5528291434628219, -0.5136131549476095, -0.4761259269190525, -0.8928457822252391, -0.7305850095068459, -0.3726931234480179, -1.0203264753305372, -1.0203264753305372, -1.168604420472642, 0.3585379166054132, -0.44022509316907615, -0.8928457822252391, -0.7813986328451713, -0.9543224149821136, -0.8353565545901545, -0.5136131549476095, -0.9543224149821136, -0.8928457822252391, -1.252545482891603, -0.5136131549476095, 0.3585379166054132, -1.3443826911415802, -0.5939356174864442, -1.168604420472642, -0.5939356174864442, -0.4057847602319611, -0.3726931234480179, -0.8928457822252391, -0.5528291434628219, -0.9543224149821136, -1.0203264753305372, -0.7305850095068459, -0.9543224149821136, -0.7813986328451713, -1.168604420472642, -0.4761259269190525, -1.6797201432969957, -1.252545482891603, -0.5939356174864442, -0.6825855699775809, -0.9543224149821136, -0.9543224149821136, -0.8353565545901545, -0.09827478325856877, -0.7813986328451713, -0.4761259269190525, -0.44022509316907615, -0.9543224149821136, -1.091499506431021, -0.6825855699775809, -0.052736592147067864, -0.8928457822252391, -0.7813986328451713, -0.4057847602319611, -0.1464378854910635, -0.6825855699775809, -1.3443826911415802, -1.168604420472642, -0.9543224149821136, -0.5528291434628219, -0.8353565545901545, -0.8928457822252391, 0.2269870463403412, -0.44022509316907615, -0.5528291434628219, -0.8353565545901545, -0.8928457822252391, -0.6371171727364789, -1.0203264753305372, 0.16109301876500842, -0.9543224149821136, -0.19754319822980715, -1.0203264753305372, -0.7305850095068459, -0.5136131549476095, -1.0203264753305372, -0.6825855699775809, -0.8928457822252391, -1.0203264753305372, -1.0203264753305372, -0.7813986328451713, -0.2243144426919305, -0.6825855699775809, -0.5939356174864442, -0.8353565545901545, -0.5939356174864442, -0.9543224149821136, -0.6371171727364789, -0.9543224149821136, -0.9543224149821136, -0.9543224149821136, -0.8928457822252391, -0.8928457822252391, -0.8928457822252391, -0.6825855699775809, -0.4057847602319611, -0.19754319822980715, -0.17160074156169014, -1.0203264753305372, -0.5939356174864442, -1.091499506431021, -0.4761259269190525, -1.3443826911415802, -0.5528291434628219, -0.6371171727364789, -0.31016761478270555, -0.6371171727364789, -1.252545482891603, -0.7813986328451713, -0.8928457822252391, -1.3443826911415802, -0.8928457822252391, -0.5136131549476095, -0.7305850095068459, -0.8928457822252391, -0.5939356174864442, -1.0203264753305372, -0.4761259269190525, -0.8928457822252391, -0.5136131549476095, -1.168604420472642, -0.6371171727364789, -0.4057847602319611, -1.0203264753305372, -0.5939356174864442, -0.9543224149821136, -0.6825855699775809, -0.6371171727364789, -0.8928457822252391, -0.7305850095068459, -0.0751953992553877, -0.6371171727364789, -0.6825855699775809, -0.5939356174864442, -0.6825855699775809, -0.8353565545901545, -0.4761259269190525, -0.44022509316907615, -1.3443826911415802, -0.6371171727364789, -0.7305850095068459, -0.6371171727364789, -0.8928457822252391, -0.8353565545901545, -0.6825855699775809, -1.091499506431021, -1.252545482891603, -1.091499506431021, -0.5528291434628219, -0.8353565545901545, -0.44022509316907615, -0.2805643389833643, -0.0751953992553877, -0.8353565545901545, -0.1220096462661763, -0.4761259269190525, -0.17160074156169014, -0.7305850095068459, -0.6825855699775809, -1.0203264753305372, -1.252545482891603, -0.6371171727364789, -1.252545482891603, -0.5528291434628219, -0.6371171727364789, -0.44022509316907615, -1.0203264753305372, -0.6825855699775809, -0.5528291434628219, -1.091499506431021, -0.4761259269190525, -0.6825855699775809, 0.051296124800938064, -0.4761259269190525, -0.4057847602319611, -0.2243144426919305, -0.5939356174864442, -0.8353565545901545, -0.0751953992553877, -0.6825855699775809, -0.4057847602319611, -0.3408504875704885, -0.5939356174864442, -0.4057847602319611, -0.6825855699775809, -0.2519683976908106, -0.7305850095068459, -0.44022509316907615, -0.5939356174864442, -0.5136131549476095, -0.44022509316907615, -0.8353565545901545, -0.8928457822252391, -0.9543224149821136, -0.4761259269190525, -0.030866150366625836, -0.9543224149821136, -0.7305850095068459, -0.31016761478270555, -1.168604420472642, -0.1464378854910635, -0.9543224149821136, -0.0751953992553877, -1.168604420472642, -0.09827478325856877, -0.7813986328451713, -0.7305850095068459, -0.7305850095068459, -0.7305850095068459, -0.5528291434628219, -0.5528291434628219, -0.3726931234480179, -0.8353565545901545, -0.4057847602319611, -0.2243144426919305, -0.8928457822252391, -0.4761259269190525, -0.5939356174864442, -0.8928457822252391, -0.6371171727364789, -0.8928457822252391, -0.7305850095068459, -0.2519683976908106, -0.2805643389833643, -0.7305850095068459, -0.8928457822252391, -0.4057847602319611, -0.5939356174864442, -1.0203264753305372, -0.6371171727364789, -0.5939356174864442, -1.0203264753305372, -0.5528291434628219, -0.5528291434628219, -0.6371171727364789, -0.5136131549476095, -0.44022509316907615, -0.8353565545901545, -0.8353565545901545, -0.3408504875704885, -0.2519683976908106, -0.8928457822252391, -0.3726931234480179, -1.0203264753305372, -0.8353565545901545, -0.17160074156169014, -0.3408504875704885, -0.8353565545901545, -0.5136131549476095, -1.0203264753305372, -0.8353565545901545, -0.4057847602319611, -0.5939356174864442, -0.7813986328451713, -0.6371171727364789, -0.5528291434628219, -1.4453270920301462, -0.8353565545901545, -1.0203264753305372, -0.4057847602319611, -0.19754319822980715, -0.2519683976908106, -0.8353565545901545, -0.5528291434628219, -0.5528291434628219, -0.31016761478270555, -0.6825855699775809, -0.6825855699775809, 0.30262550949522443, -0.8353565545901545, 1.4801154909200134, -0.7305850095068459, -1.0203264753305372, -0.4761259269190525, -0.5528291434628219, -0.5528291434628219, -0.44022509316907615, -0.5939356174864442, -0.44022509316907615, -0.17160074156169014, -1.168604420472642, -0.44022509316907615, -0.7305850095068459, -0.5136131549476095, -0.4761259269190525, -1.168604420472642, -1.168604420472642, -0.8928457822252391, -0.5939356174864442, -0.8353565545901545, -0.8928457822252391, -0.8928457822252391, -0.5528291434628219, -0.7305850095068459, -0.6825855699775809, -0.1464378854910635, -0.44022509316907615, -0.7305850095068459, -0.3726931234480179, -0.2519683976908106, -0.6371171727364789, -0.5528291434628219, -0.8353565545901545, -0.8353565545901545, 0.910394773999048, -0.8928457822252391, -0.7813986328451713, -0.9543224149821136, -1.0203264753305372, -0.5528291434628219, -1.0203264753305372, -0.7813986328451713, -0.5939356174864442, -0.2519683976908106, -0.5136131549476095, -0.8353565545901545, -0.2805643389833643, -1.252545482891603, -0.19754319822980715, -1.168604420472642, -0.5528291434628219, -0.31016761478270555, -0.7305850095068459, -0.8928457822252391, -0.44022509316907615, -0.8353565545901545, -0.5136131549476095, -0.4761259269190525, -1.168604420472642, -0.5136131549476095, 0.051296124800938064, -0.3726931234480179, -0.19754319822980715, -0.5939356174864442, -0.1464378854910635, -1.0203264753305372, -0.5136131549476095, -0.8353565545901545, -0.8353565545901545, -0.5136131549476095, -0.5939356174864442, -0.7813986328451713, -0.5939356174864442, -0.5528291434628219, -0.5528291434628219, -0.009554285715578094, -0.6825855699775809, -0.4761259269190525, -0.6371171727364789, -0.5939356174864442, -0.5136131549476095, -0.5528291434628219, -0.6371171727364789, -0.8353565545901545, -0.5528291434628219, -0.7305850095068459, -0.3726931234480179, -0.2805643389833643, -0.5528291434628219, -0.6371171727364789, -1.091499506431021, -0.4057847602319611, -0.7813986328451713, -0.6825855699775809, -0.8353565545901545, -0.4761259269190525, -0.3726931234480179, -0.5136131549476095, -0.7305850095068459, -0.7305850095068459, -0.8353565545901545, -0.8928457822252391, -0.5136131549476095, -0.7305850095068459, -0.31016761478270555, -0.31016761478270555, -0.8928457822252391, -0.6371171727364789, -0.009554285715578094, -0.09827478325856877, -0.6825855699775809, -0.7813986328451713, -0.17160074156169014, -0.8353565545901545, -0.6825855699775809, -0.7813986328451713, -0.5939356174864442, -0.7813986328451713, -0.4057847602319611, -0.5136131549476095, -0.4057847602319611, -0.4761259269190525, -0.31016761478270555, -0.7813986328451713, -0.17160074156169014, -0.5939356174864442, -0.1220096462661763, -0.5136131549476095, -0.8928457822252391, -0.5939356174864442, -0.8928457822252391, -0.5528291434628219, -0.2805643389833643, 0.031502131209107144, -0.0751953992553877, -0.3726931234480179, -0.030866150366625836, -0.5136131549476095, -0.3408504875704885, -0.5136131549476095, -0.6825855699775809, -0.2519683976908106, -0.1220096462661763, -0.31016761478270555, -0.4057847602319611, -0.44022509316907615, -0.3726931234480179, -0.4761259269190525, -0.8928457822252391, -0.19754319822980715, -0.6371171727364789, -0.8353565545901545, -0.2805643389833643, -0.09827478325856877, -0.5136131549476095, -0.7813986328451713, -0.2805643389833643, -0.2519683976908106, -0.7813986328451713, -0.44022509316907615, -0.9543224149821136, -0.7305850095068459, -0.6825855699775809, -0.8928457822252391, -0.7305850095068459, -0.3408504875704885, -0.6825855699775809, -0.0751953992553877, -0.7305850095068459, -0.5136131549476095, -0.4761259269190525, 0.12607893099474715, -0.4057847602319611, -0.17160074156169014, -0.7305850095068459, -0.5528291434628219, -0.5939356174864442, 0.051296124800938064, -0.6371171727364789, -0.5528291434628219, -0.5939356174864442, -0.5136131549476095, -0.030866150366625836, 0.2269870463403412, -0.3408504875704885, -0.5528291434628219, -0.2805643389833643, -0.44022509316907615, -0.6371171727364789, -0.1464378854910635, -0.6371171727364789, -0.7813986328451713, -0.9543224149821136, -0.4761259269190525, -0.5528291434628219, -1.091499506431021, -0.6825855699775809, -0.8353565545901545, -0.3408504875704885, -0.4761259269190525, -0.5528291434628219, -0.17160074156169014, -0.6371171727364789, -0.4057847602319611, -1.0203264753305372, -0.7813986328451713, -0.2243144426919305, -0.4761259269190525, -0.7813986328451713, 0.011226601745471196, -0.44022509316907615, -0.3726931234480179, -0.4761259269190525, -0.1220096462661763, -0.2519683976908106, -0.19754319822980715, -0.3726931234480179, -0.5136131549476095, -0.19754319822980715, -0.3726931234480179, -0.6825855699775809, -0.31016761478270555, -0.5939356174864442, -0.2519683976908106, -0.8928457822252391, -0.4761259269190525, -0.5528291434628219, -0.2519683976908106, -0.44022509316907615, 0.1946926133590793, -0.7813986328451713, -0.7813986328451713, -0.2243144426919305, -0.3408504875704885, 0.2580734989339674, -0.2519683976908106, -0.6825855699775809, -0.052736592147067864, -0.0751953992553877, -0.17160074156169014, -0.6371171727364789, -0.5939356174864442, -0.5528291434628219, -0.2805643389833643, -0.6825855699775809, -0.5939356174864442, -0.9543224149821136, -0.5528291434628219, -0.6371171727364789, 0.011226601745471196, -0.4057847602319611, -0.3408504875704885, -0.2519683976908106, -0.4057847602319611, -0.3726931234480179, -0.2805643389833643, -0.052736592147067864, -0.6371171727364789, -0.4761259269190525, 0.2580734989339674, -0.17160074156169014, -0.7813986328451713, -0.052736592147067864, -0.2519683976908106, -0.09827478325856877, -0.19754319822980715, -0.4761259269190525, 0.4481462623027595, 0.12607893099474715, -0.17160074156169014, -0.052736592147067864, -0.3726931234480179, -0.052736592147067864, 0.17806248712713127, -0.030866150366625836, 0.08952676778063896, -0.5939356174864442, -0.31016761478270555, -0.1220096462661763, -0.3726931234480179, -0.7813986328451713, 0.08952676778063896, 0.1946926133590793, -0.31016761478270555, 0.9510582841412722, -0.5528291434628219, -0.31016761478270555, -0.009554285715578094, -1.091499506431021, -0.5528291434628219, -0.1220096462661763, -0.1220096462661763, -0.8353565545901545, -0.052736592147067864, -0.4761259269190525, -0.44022509316907615, -0.5136131549476095, -0.2243144426919305, -0.9543224149821136, -0.6825855699775809, -0.4761259269190525, -0.6371171727364789, -0.31016761478270555, -0.4761259269190525, -0.17160074156169014, -0.5939356174864442, 0.28803873081494913, 0.051296124800938064, -0.1220096462661763, -0.1220096462661763, -0.4057847602319611, -0.3726931234480179, -0.6371171727364789, -0.31016761478270555, -0.7813986328451713, -0.1464378854910635, -0.2519683976908106, 0.4720664367053559, -0.31016761478270555, -0.6371171727364789, -0.1464378854910635, -0.17160074156169014, 0.3449088245941049, -0.6825855699775809, 0.5822974899668956, -0.44022509316907615, -0.009554285715578094, -0.6825855699775809, 0.12607893099474715, -0.2805643389833643, -0.19754319822980715, -0.030866150366625836, -1.0203264753305372, -0.1464378854910635, -0.1464378854910635, -0.4057847602319611, -0.7305850095068459, -0.1464378854910635, -0.19754319822980715, 0.10800345594368316, -0.5939356174864442, -0.2519683976908106, -0.2243144426919305, -0.5136131549476095, -0.8353565545901545, 0.10800345594368316, 0.7066647881980389, -0.3408504875704885, -0.6825855699775809, -0.5939356174864442, 0.10800345594368316, -0.44022509316907615, -0.5528291434628219, -0.2243144426919305, -0.2519683976908106, 0.1946926133590793, -0.6825855699775809, -0.2519683976908106, 0.011226601745471196, -0.052736592147067864, -0.2519683976908106, 0.12607893099474715, -0.2805643389833643, -0.4057847602319611, -0.2519683976908106, -0.7813986328451713, -0.3408504875704885, -0.4761259269190525, -0.5136131549476095, 0.1437701488658353, 0.17806248712713127, -0.5528291434628219, -0.3408504875704885, 0.10800345594368316, -0.4057847602319611, -0.9543224149821136, -0.2519683976908106, -0.6371171727364789, 0.24267562152997996, -0.7305850095068459, -0.8353565545901545, -0.6825855699775809, -0.2805643389833643, 1.29729186329502, -0.5528291434628219, -0.7813986328451713, -0.5528291434628219, -0.5528291434628219, -0.44022509316907615, -0.2243144426919305, -0.19754319822980715, 0.051296124800938064, -0.19754319822980715, -0.2519683976908106, -0.2805643389833643, -0.31016761478270555, -0.3408504875704885, 0.2109966383181739, -0.3726931234480179, -0.4057847602319611, -0.2243144426919305, -0.030866150366625836, -0.8353565545901545, -0.31016761478270555, -0.0751953992553877, -0.7305850095068459, -0.31016761478270555, -0.2519683976908106, -0.5136131549476095, -0.7813986328451713, -0.31016761478270555, -0.3726931234480179, -0.5136131549476095, -0.1464378854910635, -0.1464378854910635, -0.19754319822980715, -0.3726931234480179, -0.09827478325856877, -0.17160074156169014, 0.1437701488658353, -0.3408504875704885, 0.1437701488658353, 0.08952676778063896, -0.44022509316907615, -0.009554285715578094, -0.7813986328451713, 0.1946926133590793, -0.5136131549476095, 0.2109966383181739, -0.4057847602319611, -0.5528291434628219, -0.009554285715578094, -0.5136131549476095, -0.1464378854910635, -0.3408504875704885, -0.5939356174864442, 0.051296124800938064, -0.44022509316907615, -0.2805643389833643, -0.19754319822980715, 0.3851426167722662, -0.2519683976908106, -0.19754319822980715, 0.5822974899668956, 0.07063077061115677, -0.4057847602319611, -0.2805643389833643, 0.6420236737451194, 0.28803873081494913, -0.009554285715578094, -0.09827478325856877, -0.5136131549476095, 0.8749133113762961, -0.052736592147067864, -0.44022509316907615, 1.3641636859858268, -0.3726931234480179, -0.052736592147067864, -0.052736592147067864, -0.17160074156169014, -0.2805643389833643, -0.3726931234480179, -0.0751953992553877, 0.24267562152997996, -0.6371171727364789, -0.4761259269190525, -0.5528291434628219, 0.2269870463403412, -0.4057847602319611, -0.44022509316907615, 0.051296124800938064, -0.2805643389833643, 0.10800345594368316, 0.4235158486803207, -0.31016761478270555, 0.011226601745471196, -0.17160074156169014, -0.09827478325856877, 1.1395174534727206, 1.0388269685058529, 0.506700985721115, -0.5939356174864442, -0.030866150366625836, -0.1220096462661763, -0.6825855699775809, -0.3726931234480179, -0.09827478325856877, -0.17160074156169014, 0.506700985721115, -0.1220096462661763, 0.679576471801583, -0.2243144426919305, -0.0751953992553877, -0.44022509316907615, -0.19754319822980715, 0.2109966383181739, 0.08952676778063896, -0.1464378854910635, -0.052736592147067864, -0.5136131549476095, -0.0751953992553877, -0.030866150366625836, 0.051296124800938064, -0.2243144426919305, -0.09827478325856877, -0.2243144426919305, -0.030866150366625836, -1.252545482891603, -0.4057847602319611, -0.2805643389833643, -0.1464378854910635, -0.2519683976908106, 0.011226601745471196, -0.5136131549476095, 0.2269870463403412, 0.28803873081494913, -0.31016761478270555, -0.6371171727364789, -0.5939356174864442, -0.2519683976908106, -0.31016761478270555, -0.3408504875704885, 0.1946926133590793, -0.030866150366625836, -0.4057847602319611, 0.12607893099474715, 0.1437701488658353, 0.16109301876500842, 0.4837727261121638, -0.1220096462661763, 0.031502131209107144, 0.17806248712713127, -0.5528291434628219, -0.052736592147067864, -0.5939356174864442, -0.19754319822980715, 0.3169605131841952, 0.1946926133590793, -0.8353565545901545, -0.09827478325856877, 0.031502131209107144, -0.19754319822980715, -0.2519683976908106, -0.3726931234480179, -0.1220096462661763, -0.5528291434628219, -0.31016761478270555, 0.08952676778063896, 1.1342335329554436, 0.5507390566136244, 0.08952676778063896, 0.051296124800938064, 1.3059523542499032, 0.051296124800938064, -0.5136131549476095, -0.3408504875704885, -0.5939356174864442, -0.31016761478270555, 0.6420236737451194, 0.4109209112723909, 0.12607893099474715, 0.43592245431355947, 0.07063077061115677, -0.3726931234480179, 0.051296124800938064, -0.8353565545901545, 0.011226601745471196, -0.009554285715578094, -0.09827478325856877, -0.1220096462661763, -0.7813986328451713, -0.2243144426919305, -0.6825855699775809, 0.1946926133590793, -0.44022509316907615, 1.0146850481802379, 0.5179317002683819, -0.3408504875704885, 0.10800345594368316, 0.011226601745471196, -0.3726931234480179, 0.8892888336415689, -0.009554285715578094, -0.4761259269190525, -0.2805643389833643, 0.2580734989339674, 0.2269870463403412, 0.07063077061115677, 0.24267562152997996, -0.1464378854910635, -0.31016761478270555, -0.44022509316907615, -0.5528291434628219, -0.2519683976908106, -0.1464378854910635, -0.2805643389833643, -0.19754319822980715, -0.2519683976908106, 1.632674960897837, -0.19754319822980715, 0.011226601745471196, -0.4057847602319611, 0.031502131209107144, 0.011226601745471196, 0.10800345594368316, -0.4761259269190525, -0.1220096462661763, -0.19754319822980715, -0.1464378854910635, 0.08952676778063896, -0.3408504875704885, -0.1464378854910635, 0.1946926133590793, -0.44022509316907615, -0.2243144426919305, -0.030866150366625836, -0.17160074156169014, -0.1464378854910635, -0.3726931234480179, -0.2519683976908106, -0.009554285715578094, 0.17806248712713127, -0.09827478325856877, -0.030866150366625836, 0.4109209112723909, -0.3408504875704885, 0.011226601745471196, 0.3585379166054132, 0.2580734989339674, 0.28803873081494913, -0.009554285715578094, -0.5939356174864442, -0.052736592147067864, 0.051296124800938064, 1.2004256721767441, 0.3310522549027318, 0.7414576468836627, -0.4057847602319611, 0.2580734989339674, -0.4057847602319611, -0.09827478325856877, -0.31016761478270555, 0.43592245431355947, 0.30262550949522443, 0.2109966383181739, -0.030866150366625836, -0.5528291434628219, 0.2109966383181739, 0.07063077061115677, -0.2805643389833643, -0.009554285715578094, 0.07063077061115677, 0.051296124800938064, 0.16109301876500842, 0.08952676778063896, -0.0751953992553877, -0.4057847602319611, -0.4057847602319611, 1.1018014952804231, -0.2519683976908106, -0.5136131549476095, -0.2805643389833643, 0.9377244333075594, -0.2805643389833643, 0.08952676778063896, -0.31016761478270555, -0.4761259269190525, 0.10800345594368316, 1.1127539660058865, 0.8528710314307121, -0.31016761478270555, 1.1654426581467, -0.2519683976908106, -0.5136131549476095, -0.44022509316907615, -0.052736592147067864, -0.19754319822980715, -0.17160074156169014, -0.1464378854910635, 0.3310522549027318, -0.1220096462661763, 0.07063077061115677, 1.3145231580836825, 0.5719109240604255, -0.4761259269190525, -0.0751953992553877, -0.2243144426919305, 0.28803873081494913, 2.287591572215775, 0.08952676778063896, -0.5528291434628219, -0.09827478325856877, 0.08952676778063896, -0.1220096462661763, 0.8453912793174276, 0.16109301876500842, -0.4761259269190525, 0.17806248712713127, 0.28803873081494913, 0.10800345594368316, 0.10800345594368316, 0.2731912111452266, 0.17806248712713127, 0.10800345594368316, 0.07063077061115677, 0.08952676778063896, -0.09827478325856877, 0.4837727261121638, -0.7305850095068459, -0.2519683976908106, 0.5290123430608251, -0.2805643389833643, 0.5179317002683819, -0.1464378854910635, 0.2109966383181739, 0.3719468549809042, -0.3726931234480179, -0.7305850095068459, 0.3719468549809042, 0.07063077061115677, 0.16109301876500842, -0.2243144426919305, 0.24267562152997996, 0.011226601745471196, 0.011226601745471196, 0.07063077061115677, 0.08952676778063896, 0.506700985721115, -0.09827478325856877, -0.31016761478270555, 0.1946926133590793, 1.1127539660058865, -0.17160074156169014, -0.44022509316907615, -0.17160074156169014, 0.8821322650689217, 0.10800345594368316, -0.2805643389833643, 1.1072958441441607, 0.2580734989339674, 0.051296124800938064, 1.3059523542499032, 0.3585379166054132, 0.031502131209107144, -0.8353565545901545, 0.011226601745471196, 0.24267562152997996, 0.6420236737451194, -0.1220096462661763, 0.91731221521724, 0.6515726109540401, 0.011226601745471196, 0.506700985721115, 0.9309761154138896, 0.16109301876500842, 0.16109301876500842, 2.638251871382012, -0.2519683976908106, 1.026844003440322, -0.09827478325856877, -0.052736592147067864, -0.009554285715578094, 1.6091225743815911, 0.2731912111452266, 0.3585379166054132, -0.31016761478270555, 1.6031282224198795, 0.2580734989339674, 0.07063077061115677, 0.17806248712713127, 0.6323634290178062, -0.3726931234480179, -0.009554285715578094, -0.030866150366625836, 0.07063077061115677, 0.3585379166054132, -0.009554285715578094, 0.91731221521724, 0.5179317002683819, 0.3310522549027318, 1.9130958022198687, -0.2243144426919305, 0.30262550949522443, 1.0328571659713484, 0.031502131209107144, 0.1946926133590793, -0.1464378854910635, -0.17160074156169014, 0.30262550949522443, -0.19754319822980715, 0.1437701488658353, 0.5179317002683819, 0.2731912111452266, 0.5399468632898429, 1.2796941743763772, 1.553542897414028, -0.2805643389833643, 0.12607893099474715, 1.0850961992430928, 0.011226601745471196, 1.3681690703788598, -0.0751953992553877, 0.7910516616414708, -0.030866150366625836, 0.4720664367053559, 1.1603221684060228, -0.17160074156169014, 2.0429845666639452, -0.1464378854910635, 0.011226601745471196, -0.31016761478270555, -0.31016761478270555, 1.4334521345439546, 0.30262550949522443, 0.08952676778063896, 0.2269870463403412, 0.6026881681049703, 0.6610127723333586, 0.031502131209107144, -0.1464378854910635, 0.1946926133590793, 1.7154677326848642, 0.3851426167722662, 0.2269870463403412, -0.1220096462661763, -0.2805643389833643, 0.7414576468836627, 0.3981318535489727, 0.051296124800938064, -0.5136131549476095, 0.6420236737451194, 0.3310522549027318, 0.679576471801583, 0.5399468632898429, 0.12607893099474715, 0.08952676778063896, -0.009554285715578094, 0.8821322650689217, 0.1437701488658353, -0.3408504875704885, 0.08952676778063896, 1.9395550587155983, 0.3310522549027318, 0.3585379166054132, 0.28803873081494913, 1.4973848532904743, 0.91731221521724, 0.2731912111452266, 0.1437701488658353, 1.1018014952804231, 0.7414576468836627, 0.30262550949522443, 0.07063077061115677, 0.5613925729973755, 2.2304181133080068, 0.30262550949522443, 0.17806248712713127, 0.12607893099474715, 1.0085379449306662, 0.4481462623027595, 0.2731912111452266, 0.4601925670220457, 1.540667989517058, 0.3310522549027318, 0.10800345594368316, 0.3981318535489727, 0.2109966383181739, 0.12607893099474715, 0.30262550949522443, -0.2243144426919305, 0.011226601745471196, 0.1946926133590793, 0.3310522549027318, 0.4235158486803207, 0.3585379166054132, 0.3449088245941049, 0.4720664367053559, 0.3449088245941049, 0.8225379715823261, 0.12607893099474715, 0.9241723487085992, 0.4601925670220457, 0.2580734989339674, 1.2292775452812104, 0.2269870463403412, 0.1437701488658353, 0.4109209112723909, 0.051296124800938064, 1.746396653712167, 1.5724872833687575, 0.5179317002683819, 0.7910516616414708, 0.2731912111452266, 1.6031282224198795, 0.6887046618462775, 0.10800345594368316, 0.4481462623027595, 0.4235158486803207, 0.16109301876500842, 1.3918026265741472, 1.3397155490917032, 0.6515726109540401, 0.1437701488658353, 0.12607893099474715, 0.3851426167722662, 1.688780094362295, 0.2269870463403412, 0.4953160883209144, 0.4235158486803207, 0.6703466043043854, 1.8771671732262845, 1.5940544811138917, 1.707551428511143, 0.4953160883209144, 0.8225379715823261, 0.2580734989339674, 0.30262550949522443, 0.3449088245941049, 1.7955067093810062, 1.1603221684060228, 0.2731912111452266, 1.9455427265565943, 0.4953160883209144, 0.5822974899668956, 2.4107920057137986, -0.3408504875704885, 0.7583210436652384, 1.9690692768020768, 0.3719468549809042, -0.17160074156169014, 0.4235158486803207, -0.2243144426919305, 0.6026881681049703, -0.1220096462661763, -0.052736592147067864, 0.5719109240604255, 0.011226601745471196, 2.117323558576286, 2.0877148077189167, -0.2243144426919305, 0.2109966383181739, 1.0328571659713484, 2.1396416748217018, 2.8484679384059484, 1.4147799662880394, 0.07063077061115677, 0.24267562152997996, 0.8302260194129238, 1.8900267576723109, 0.6420236737451194, 0.4109209112723909, 2.5079861885022003, 1.026844003440322, 0.6225892558137667, 0.506700985721115, 1.6968771503292914, 0.2269870463403412, 1.5109454686405992, 0.910394773999048, 0.011226601745471196, 1.4109944395552865, 2.1059346101637986, 1.6180334616899688, 0.28803873081494913, 0.5290123430608251, 0.16109301876500842, 1.8508324329626968, 2.8689135618995207, 2.138067335172456, 1.3601388220984127, 0.24267562152997996, 0.5507390566136244, 1.356094288376886, 0.5507390566136244, 0.4481462623027595, 0.8528710314307121, 0.4109209112723909, 0.7242438452802302, 0.6977333869268819, 2.552134439668322, 2.5180025036439377, 2.1689986585855667, 0.4601925670220457, 1.0737690645601714, -0.2519683976908106, 0.2731912111452266, 2.2567726443582687, 1.9554268780376465, 1.5503429013195102, 1.7022315016395124, 1.1806167725176973, 1.383999524694278, 1.5879495685539309, -0.3408504875704885, 0.4481462623027595, 1.6860633721601919, 1.6180334616899688, 1.738772128894618, 0.6977333869268819, -0.17160074156169014, 1.746396653712167, 2.219065314158508, 1.6268494122548025, 0.8147778924916537, 0.30262550949522443, 0.6703466043043854, 1.8728358449016376, 0.3449088245941049, 2.065651922676808, 1.1856136176907386, 2.2374353133454234, 1.606130826297858, 3.1236935015727587, 0.7414576468836627, 0.6703466043043854, 2.4666624159850232, 0.10800345594368316, 0.011226601745471196, 0.24267562152997996, 2.089387832341725, 2.065651922676808, 1.7284955625674958, 2.9612785501045464, 0.3310522549027318, 1.3520298916788602, 0.4235158486803207, 1.56622055389522, 1.8878973249085709, 0.9309761154138896, 0.6026881681049703, 2.8708656185353614, 0.6026881681049703, 3.094455508725031, 1.8350743163617, 2.1552224743489705, 1.6555754917714969, 1.67510639997958, 1.418548255790269, 0.1946926133590793, 0.91731221521724, 0.16109301876500842, 2.0251155256728857, 2.383134858324328, 1.7284955625674958, 2.4397460809668634, 0.6225892558137667, 0.6515726109540401, 2.602179193179789, 2.3796117933243512, 0.910394773999048, 2.951313918580257, 2.399380335030319, 2.274332857007792, -0.052736592147067864, 1.9938234193883109, 2.5812327541047475, 1.4660357389563667, 2.480320336413091, 2.516008917927513, 1.761438117542738, 2.1412130245402947, -0.052736592147067864, 2.7946715354412213, 0.9444181981385116, 2.021494937096477, 1.458904999952838, 1.4835983145772411, 2.7925309262482028, 1.632674960897837, 2.767139134533605, 1.761438117542738, 3.368502071252879, 0.989817957702192, 1.7284955625674958, 1.3272152056539988, 1.0794520051094396, 2.4645410412694875, 2.5189974980225966, 2.537678533453674, 1.4973848532904743, 0.6225892558137667, 1.959347712941496, 1.8552801746420668, 2.0323095171935948, 1.29729186329502, 2.538650158251804, 1.6914879262261382, 0.6610127723333586, 3.0082770691203584, 1.0907021714315694, 2.158303732370648, 1.67510639997958, 2.504957494632434, 0.7748479997097923, 2.035883192055832, 1.1905804787228116, 2.165957045823509, 0.2731912111452266, 1.4444565012519357, 0.5822974899668956, 2.282313555093244, 1.6640023910838937, 1.5471304826992733, 3.247528224346295, 2.354521129157874, 1.335569711047028, 1.0737690645601714, 2.6313357066208867, 1.6297673131216883, 1.9192773144287945, 2.0251155256728857, 1.9994322535555602, 0.7990361576178387, 1.9130958022198687, 2.7641869656417395, 2.329896401426848, 2.840415846809044, 2.568218154532464, 3.2013286963499312, 1.2339899062363742, 1.1654426581467, 2.576608148666657, 1.738772128894618, 3.8064489915900745, 1.8963823705221101, 2.546382350696395, 2.0340982840312574, 2.167479249887234, 2.198815186141531, 2.5029321883811835, 2.38196216938744, 2.344759007805576, 0.5179317002683819, 2.035883192055832, 1.857495111866721, 3.421274565545718, 2.7918161573355142, 0.12607893099474715, 2.0050033222826653, 3.218583750799538, 3.4664642689685965, 2.338598668481342, 2.576608148666657, 2.7363681403252467, 2.7788435857717317, 0.8528710314307121, 4.100768262600253, 0.732895453213122, 3.14262680602108, 1.275235660632595, 2.2849567723390782, 0.6703466043043854, 0.7066647881980389, 2.534756794031465, 3.886942501727, 2.9819920913194133, 1.9213275984287033, 2.64340131677206, 3.242566589680661, 1.331403000290632, 1.4766179472575216, 2.2662744287236225, 0.732895453213122, 1.4260337458953425, 3.283821333690241, 1.3479454360040215, 4.058400254792822, 1.3479454360040215, 0.4109209112723909, 2.344759007805576, 3.4348624503652503, 2.2581367412380637, 2.1536775315629657, 2.2662744287236225, 2.1333262623184246, 2.9501336795463913, 2.1944106320873327, 1.6209825602580676, 4.184831424435259, 3.0055201585703393, 1.2053047007683306, 2.322363764837407, 2.3796117933243512, 1.6413370998615575, 2.8226960695624332, 2.7052027415297517, 2.2332321390593517, 0.5507390566136244, 2.924342586719716, 1.9862853351212244, 3.6217783171691424, 1.861907277793492, 4.339186823250545], [-0.5425995296509094, -1.455132741383545, -0.5425995296509094, -0.6404369118782867, -1.455132741383545, -0.9989993485551188, -0.7483705629124832, -1.295805689496328, -0.9989993485551188, -1.1423684194868695, -1.1423684194868695, -0.8676154611229483, -0.8676154611229483, -0.4535890251835339, 3.153194318249835, -1.1423684194868695, -1.1423684194868695, -0.5425995296509094, -0.2285176036562045, -1.1423684194868695, -1.295805689496328, -1.295805689496328, -0.6404369118782867, 0.052305763359528384, -1.295805689496328, 2.9569233524376024, 2.01353545823291, -1.1423684194868695, 3.0713218613615942, -0.5425995296509094, -0.37223162708948826, -1.1423684194868695, -0.4535890251835339, -1.455132741383545, -0.6404369118782867, -0.9989993485551188, -0.7483705629124832, -1.1423684194868695, 1.933310890240192, 0.22459039188990126, -0.9989993485551188, -0.7483705629124832, -0.8676154611229483, -0.9989993485551188, -1.295805689496328, -0.9989993485551188, -1.1423684194868695, -0.29749996411169904, -0.8676154611229483, -1.295805689496328, -0.7483705629124832, -0.37223162708948826, 1.7556419817497275, -0.8676154611229483, -1.295805689496328, -0.7483705629124832, -0.4535890251835339, -0.37223162708948826, -0.5425995296509094, -0.37223162708948826, -0.9989993485551188, -0.049240965459876836, -0.8676154611229483, -1.1423684194868695, -1.295805689496328, -1.1423684194868695, -0.8676154611229483, -1.295805689496328, -0.9989993485551188, -1.455132741383545, -0.9989993485551188, -0.8676154611229483, -0.7483705629124832, -0.9989993485551188, -1.1423684194868695, -1.455132741383545, 0.14289670640909274, -0.7483705629124832, -0.2285176036562045, -0.4535890251835339, -0.37223162708948826, -0.8676154611229483, -0.7483705629124832, -0.9989993485551188, -0.7483705629124832, -0.7483705629124832, -1.295805689496328, -0.2285176036562045, -0.9989993485551188, -1.1423684194868695, -0.9989993485551188, -0.2285176036562045, 1.251508708487023, -0.9989993485551188, -0.9989993485551188, -1.295805689496328, -0.6404369118782867, -0.6404369118782867, -0.4535890251835339, -0.6404369118782867, -0.7483705629124832, -0.7483705629124832, -1.1423684194868695, -1.295805689496328, -0.16454511559323307, -1.295805689496328, -1.295805689496328, -0.7483705629124832, -0.9989993485551188, -0.6404369118782867, 1.9744256243891631, -0.6404369118782867, -0.6404369118782867, -0.16454511559323307, -0.7483705629124832, -0.4535890251835339, -1.295805689496328, -1.1423684194868695, -1.1423684194868695, -0.8676154611229483, -0.7483705629124832, -0.6404369118782867, -0.37223162708948826, -0.6404369118782867, -0.9989993485551188, -0.8676154611229483, -0.4535890251835339, -0.6404369118782867, -0.6404369118782867, -0.7483705629124832, -0.5425995296509094, -0.7483705629124832, -0.9989993485551188, -0.5425995296509094, -0.7483705629124832, 0.09882780391439497, -0.5425995296509094, -0.5425995296509094, -0.29749996411169904, -0.6404369118782867, -0.5425995296509094, -0.6404369118782867, -0.8676154611229483, -0.29749996411169904, -0.7483705629124832, 2.6781789443681574, -0.9989993485551188, -0.6404369118782867, -0.7483705629124832, -1.1423684194868695, -0.4535890251835339, -0.9989993485551188, -0.5425995296509094, -0.9989993485551188, -0.8676154611229483, -0.37223162708948826, -0.4535890251835339, -0.37223162708948826, -0.8676154611229483, -0.8676154611229483, -0.4535890251835339, -1.455132741383545, -0.29749996411169904, -0.9989993485551188, -0.7483705629124832, -0.4535890251835339, 2.7641412125036258, 1.0676083537155825, -1.1423684194868695, -0.37223162708948826, -0.9989993485551188, -0.7483705629124832, -0.29749996411169904, -0.8676154611229483, -0.9989993485551188, -0.8676154611229483, 0.7909362393490211, 2.2116998173022373, -0.5425995296509094, -0.8676154611229483, -0.8676154611229483, -0.2285176036562045, -0.37223162708948826, -0.6404369118782867, -0.7483705629124832, -1.1423684194868695, -0.5425995296509094, -0.4535890251835339, -0.7483705629124832, -0.7483705629124832, -0.9989993485551188, -0.2285176036562045, -0.5425995296509094, -0.6404369118782867, -1.295805689496328, -0.6404369118782867, 2.237774360024213, -0.5425995296509094, -0.8676154611229483, -0.6404369118782867, 0.09882780391439497, -0.7483705629124832, -0.8676154611229483, 1.27313333329872, -0.4535890251835339, 2.2441626656894806, -0.6404369118782867, -0.29749996411169904, -0.8676154611229483, -0.6404369118782867, -0.2285176036562045, -0.6404369118782867, -0.9989993485551188, -0.37223162708948826, -1.1423684194868695, -0.5425995296509094, 3.4095778883571293, -0.6404369118782867, -0.8676154611229483, 1.8229315026895496, -0.4535890251835339, -0.29749996411169904, -0.6404369118782867, 2.8641116249811787, -0.7483705629124832, -0.10496070314299563, -0.9989993485551188, -0.5425995296509094, -0.5425995296509094, -0.8676154611229483, 0.2625993317024497, -0.8676154611229483, -0.5425995296509094, -0.8676154611229483, -0.8676154611229483, -0.9989993485551188, -0.9989993485551188, -0.9989993485551188, -1.295805689496328, -0.7483705629124832, -0.8676154611229483, -0.9989993485551188, -0.9989993485551188, -1.1423684194868695, -0.4535890251835339, -0.7483705629124832, -0.16454511559323307, -0.9989993485551188, -0.9989993485551188, -0.2285176036562045, -0.2285176036562045, -0.5425995296509094, -0.8676154611229483, -0.9989993485551188, -0.7483705629124832, -0.6404369118782867, -1.295805689496328, -0.6404369118782867, -0.4535890251835339, -1.1423684194868695, -0.6404369118782867, -0.049240965459876836, -0.2285176036562045, -0.37223162708948826, -0.6404369118782867, -0.7483705629124832, 2.628525971677844, -0.5425995296509094, 1.7843680794766823, -0.7483705629124832, -0.7483705629124832, -0.16454511559323307, -0.4535890251835339, -0.4535890251835339, -0.7483705629124832, -0.8676154611229483, -0.29749996411169904, 1.0251862491142647, -0.9989993485551188, -0.4535890251835339, -0.6404369118782867, 2.6146153891268638, -0.9989993485551188, -0.4535890251835339, -0.4535890251835339, -0.5425995296509094, -0.7483705629124832, -0.7483705629124832, -0.8676154611229483, -0.5425995296509094, -0.7483705629124832, -0.9989993485551188, -0.5425995296509094, -0.9989993485551188, -0.5425995296509094, -0.049240965459876836, -1.295805689496328, -0.9989993485551188, -0.6404369118782867, -0.7483705629124832, -0.5425995296509094, -0.6404369118782867, -0.5425995296509094, -0.5425995296509094, -0.4535890251835339, -0.4535890251835339, -0.9989993485551188, -0.5425995296509094, -0.16454511559323307, -0.6404369118782867, -0.4535890251835339, -0.5425995296509094, -0.37223162708948826, -0.7483705629124832, 2.9647337462905567, -0.8676154611229483, -0.9989993485551188, -0.4535890251835339, -0.29749996411169904, -0.16454511559323307, -0.8676154611229483, -0.8676154611229483, -0.7483705629124832, -1.295805689496328, -0.9989993485551188, 2.1461479453881385, -0.7483705629124832, -0.5425995296509094, -0.37223162708948826, -1.1423684194868695, -0.29749996411169904, -0.9989993485551188, 2.7674614831473816, -0.8676154611229483, -0.6404369118782867, -0.16454511559323307, -0.9989993485551188, -0.16454511559323307, -0.6404369118782867, -0.9989993485551188, -0.5425995296509094, -0.4535890251835339, -0.16454511559323307, -0.16454511559323307, -0.6404369118782867, -0.5425995296509094, -0.4535890251835339, -0.37223162708948826, -0.4535890251835339, -0.7483705629124832, -1.1423684194868695, -0.5425995296509094, -0.37223162708948826, -0.7483705629124832, -0.7483705629124832, -0.8676154611229483, -0.9989993485551188, -0.7483705629124832, -0.5425995296509094, -0.8676154611229483, -0.4535890251835339, -0.4535890251835339, 0.7909362393490211, -0.37223162708948826, -0.37223162708948826, -0.6404369118782867, -0.4535890251835339, -0.6404369118782867, -0.7483705629124832, -0.37223162708948826, -0.8676154611229483, -0.7483705629124832, -0.7483705629124832, -0.7483705629124832, -0.6404369118782867, -0.7483705629124832, -0.2285176036562045, -0.29749996411169904, -0.8676154611229483, -0.6404369118782867, -0.8676154611229483, -1.1423684194868695, -0.5425995296509094, -0.29749996411169904, -0.9989993485551188, -0.6404369118782867, -0.4535890251835339, -1.1423684194868695, -0.37223162708948826, -0.9989993485551188, -0.4535890251835339, 0.14289670640909274, -0.4535890251835339, -0.29749996411169904, -0.37223162708948826, -0.6404369118782867, -1.455132741383545, -0.6404369118782867, -0.6404369118782867, 0.22459039188990126, -0.8676154611229483, -0.4535890251835339, -0.9989993485551188, -0.7483705629124832, 0.003056158179367902, -0.37223162708948826, -0.37223162708948826, -0.2285176036562045, -0.37223162708948826, -0.16454511559323307, -0.7483705629124832, -0.5425995296509094, -0.8676154611229483, -0.6404369118782867, -0.7483705629124832, -0.7483705629124832, -0.7483705629124832, -0.6404369118782867, -1.295805689496328, 1.6291975551015492, -0.9989993485551188, -0.37223162708948826, -0.5425995296509094, -0.37223162708948826, -0.6404369118782867, -0.9989993485551188, -0.7483705629124832, -0.29749996411169904, -0.2285176036562045, -0.4535890251835339, -1.1423684194868695, 0.052305763359528384, -0.37223162708948826, -0.5425995296509094, -1.1423684194868695, -0.8676154611229483, -0.9989993485551188, -0.9989993485551188, -1.295805689496328, -0.7483705629124832, -0.049240965459876836, -0.16454511559323307, 2.337179521265952, -0.049240965459876836, -0.6404369118782867, -0.9989993485551188, -0.7483705629124832, -1.1423684194868695, -0.9989993485551188, -0.6404369118782867, 0.4884750205413162, -0.9989993485551188, -0.6404369118782867, -0.6404369118782867, -0.7483705629124832, -0.2285176036562045, -0.5425995296509094, -0.29749996411169904, 0.542993572885696, -0.4535890251835339, -0.9989993485551188, -0.37223162708948826, -0.4535890251835339, -0.7483705629124832, -0.29749996411169904, -0.6404369118782867, -0.4535890251835339, -0.37223162708948826, -0.10496070314299563, -0.29749996411169904, -0.6404369118782867, -0.29749996411169904, -0.5425995296509094, -0.8676154611229483, -0.2285176036562045, -1.1423684194868695, -0.6404369118782867, -0.4535890251835339, -0.10496070314299563, -0.9989993485551188, -0.4535890251835339, -0.5425995296509094, -0.5425995296509094, -0.7483705629124832, -0.7483705629124832, -0.37223162708948826, -0.7483705629124832, -0.7483705629124832, 0.09882780391439497, 0.052305763359528384, -0.5425995296509094, -0.6404369118782867, -0.5425995296509094, -0.4535890251835339, -0.5425995296509094, -0.7483705629124832, -0.5425995296509094, -0.7483705629124832, -0.6404369118782867, -0.29749996411169904, -0.7483705629124832, -0.37223162708948826, -0.9989993485551188, -0.2285176036562045, -0.8676154611229483, -0.7483705629124832, -0.6404369118782867, -0.16454511559323307, 2.9647337462905567, -0.5425995296509094, -0.7483705629124832, -0.6404369118782867, -0.2285176036562045, -0.8676154611229483, -0.4535890251835339, -0.16454511559323307, -0.5425995296509094, -0.8676154611229483, -0.4535890251835339, -0.37223162708948826, -0.7483705629124832, -0.7483705629124832, 2.6105962116743564, -0.8676154611229483, -0.7483705629124832, -0.29749996411169904, -0.6404369118782867, -0.4535890251835339, -1.1423684194868695, -0.8676154611229483, -0.4535890251835339, -0.7483705629124832, -0.9989993485551188, -0.5425995296509094, -0.8676154611229483, -0.6404369118782867, -1.1423684194868695, -0.2285176036562045, -0.37223162708948826, -0.29749996411169904, -0.8676154611229483, -0.5425995296509094, 1.8441631495834223, -0.6404369118782867, -0.9989993485551188, -0.29749996411169904, 2.7524107968303646, 0.052305763359528384, -0.37223162708948826, -0.9989993485551188, 0.003056158179367902, -0.4535890251835339, -1.1423684194868695, -0.9989993485551188, -0.6404369118782867, -0.4535890251835339, -0.6404369118782867, -0.37223162708948826, 0.052305763359528384, -1.1423684194868695, -0.5425995296509094, 0.5161907929245679, -0.5425995296509094, -0.9989993485551188, -0.6404369118782867, -1.1423684194868695, -0.5425995296509094, 1.2292861693523771, -0.37223162708948826, -0.6404369118782867, -0.2285176036562045, -0.7483705629124832, -0.29749996411169904, -0.7483705629124832, -0.8676154611229483, -0.049240965459876836, 0.052305763359528384, -0.6404369118782867, -0.4535890251835339, -0.2285176036562045, -0.8676154611229483, -0.4535890251835339, -0.37223162708948826, -0.4535890251835339, -0.16454511559323307, -0.37223162708948826, -0.8676154611229483, -0.6404369118782867, -0.4535890251835339, 1.9832829672889143, -0.8676154611229483, -0.7483705629124832, -0.4535890251835339, 0.003056158179367902, -0.8676154611229483, -0.29749996411169904, -0.9989993485551188, -0.4535890251835339, -0.37223162708948826, -0.2285176036562045, -0.6404369118782867, -0.7483705629124832, -0.8676154611229483, -0.7483705629124832, -0.6404369118782867, 1.0395767694825884, -0.7483705629124832, -0.10496070314299563, -0.7483705629124832, -0.2285176036562045, -0.5425995296509094, -0.10496070314299563, -0.9989993485551188, 0.14289670640909274, -0.6404369118782867, -0.6404369118782867, -0.9989993485551188, -0.049240965459876836, -1.1423684194868695, 1.8749929257971367, -0.4535890251835339, -0.4535890251835339, -0.7483705629124832, -0.8676154611229483, -0.4535890251835339, -0.8676154611229483, -1.1423684194868695, -0.7483705629124832, -0.37223162708948826, -0.37223162708948826, -0.10496070314299563, -0.4535890251835339, -0.37223162708948826, -0.7483705629124832, -0.29749996411169904, 0.9956099142328828, -0.16454511559323307, -0.2285176036562045, -0.6404369118782867, -0.10496070314299563, -0.16454511559323307, -0.29749996411169904, 0.003056158179367902, -0.5425995296509094, -0.7483705629124832, -0.7483705629124832, -0.4535890251835339, -0.5425995296509094, -0.8676154611229483, 1.5034331043912177, -0.8676154611229483, -0.5425995296509094, -0.8676154611229483, -0.7483705629124832, -0.6404369118782867, -0.4535890251835339, -0.37223162708948826, -0.4535890251835339, -0.8676154611229483, -0.37223162708948826, -0.4535890251835339, -0.7483705629124832, -0.4535890251835339, -0.9989993485551188, -1.295805689496328, -0.37223162708948826, 0.09882780391439497, 1.3445414529399342, -0.7483705629124832, -0.7483705629124832, 0.22459039188990126, -0.8676154611229483, -0.8676154611229483, -0.9989993485551188, 0.3991819144307331, 3.025821989191188, -0.049240965459876836, -0.4535890251835339, -0.7483705629124832, 0.09882780391439497, -0.9989993485551188, -0.6404369118782867, -0.6404369118782867, -0.7483705629124832, -0.16454511559323307, -0.5425995296509094, -0.7483705629124832, -0.37223162708948826, -0.5425995296509094, -0.4535890251835339, -0.5425995296509094, -0.37223162708948826, -0.37223162708948826, 0.14289670640909274, -1.1423684194868695, -0.2285176036562045, -0.5425995296509094, -0.8676154611229483, -0.16454511559323307, -0.7483705629124832, -0.37223162708948826, -0.7483705629124832, 0.003056158179367902, -0.7483705629124832, -0.4535890251835339, 0.09882780391439497, -0.8676154611229483, -0.6404369118782867, 3.6550054674488885, -0.2285176036562045, -0.6404369118782867, -0.5425995296509094, -0.6404369118782867, 0.14289670640909274, -0.10496070314299563, -0.29749996411169904, -0.37223162708948826, -0.37223162708948826, -0.16454511559323307, -0.7483705629124832, -0.29749996411169904, -0.049240965459876836, -0.4535890251835339, -0.4535890251835339, -0.049240965459876836, -0.6404369118782867, 2.5006456303232376, -0.8676154611229483, -0.8676154611229483, -0.4535890251835339, -0.8676154611229483, -0.6404369118782867, 0.14289670640909274, -0.7483705629124832, 0.4597829189084591, -0.29749996411169904, -0.7483705629124832, -0.2285176036562045, -0.6404369118782867, 0.09882780391439497, -0.6404369118782867, -0.049240965459876836, -0.4535890251835339, -0.6404369118782867, -0.5425995296509094, -0.8676154611229483, -0.8676154611229483, -0.16454511559323307, -0.5425995296509094, 3.3022895387310305, -0.4535890251835339, -0.4535890251835339, 0.003056158179367902, -0.9989993485551188, -0.8676154611229483, 1.1708839687624164, -0.29749996411169904, -0.29749996411169904, -0.7483705629124832, -0.6404369118782867, -1.1423684194868695, 3.726237698104353, -0.6404369118782867, -0.2285176036562045, -0.2285176036562045, -0.7483705629124832, -0.37223162708948826, 0.8288605186108456, -1.1423684194868695, -0.6404369118782867, -0.10496070314299563, -0.6404369118782867, -0.6404369118782867, -0.4535890251835339, 0.18474915477652676, -0.8676154611229483, -0.16454511559323307, -0.4535890251835339, -1.1423684194868695, -0.4535890251835339, -0.29749996411169904, -0.4535890251835339, 0.22459039188990126, 0.22459039188990126, -0.7483705629124832, 0.09882780391439497, -0.16454511559323307, 1.4872534380136355, -0.6404369118782867, -0.2285176036562045, -0.6404369118782867, -0.2285176036562045, -0.6404369118782867, -1.1423684194868695, -0.5425995296509094, -1.1423684194868695, 0.003056158179367902, -0.37223162708948826, -0.6404369118782867, -0.8676154611229483, -1.295805689496328, -0.29749996411169904, -0.16454511559323307, -0.5425995296509094, -0.16454511559323307, -0.7483705629124832, -0.9989993485551188, -0.16454511559323307, 0.003056158179367902, -0.37223162708948826, -0.37223162708948826, -0.7483705629124832, -0.4535890251835339, -0.4535890251835339, -0.2285176036562045, 0.14289670640909274, -0.4535890251835339, -0.4535890251835339, -0.5425995296509094, 0.14289670640909274, -0.8676154611229483, -0.8676154611229483, -1.1423684194868695, -0.10496070314299563, 0.003056158179367902, -0.37223162708948826, -0.4535890251835339, -0.10496070314299563, -0.4535890251835339, -1.1423684194868695, -0.6404369118782867, -0.6404369118782867, -0.9989993485551188, 0.052305763359528384, -1.295805689496328, 3.4572282840416713, -1.1423684194868695, 3.6029609992709584, -0.4535890251835339, 3.3753855766012384, -0.5425995296509094, -0.4535890251835339, -0.29749996411169904, -0.37223162708948826, 0.3337285452888372, -0.29749996411169904, -0.29749996411169904, -0.049240965459876836, -0.5425995296509094, -0.29749996411169904, -0.2285176036562045, -0.37223162708948826, 3.9420026575966585, -1.295805689496328, -0.7483705629124832, -0.2285176036562045, -0.8676154611229483, -0.4535890251835339, -0.8676154611229483, -0.2285176036562045, -0.29749996411169904, -0.8676154611229483, -0.4535890251835339, -0.29749996411169904, -0.6404369118782867, -0.5425995296509094, -0.6404369118782867, -0.4535890251835339, 2.9330251026929006, -0.4535890251835339, -0.37223162708948826, -0.29749996411169904, 0.003056158179367902, -0.5425995296509094, 1.0251862491142647, -0.8676154611229483, 0.09882780391439497, -0.16454511559323307, 0.3337285452888372, -0.5425995296509094, 0.003056158179367902, -0.10496070314299563, -0.4535890251835339, -0.6404369118782867, -0.2285176036562045, -0.4535890251835339, -0.6404369118782867, -0.9989993485551188, -0.10496070314299563, -0.8676154611229483, -0.6404369118782867, -0.29749996411169904, -0.7483705629124832, -0.8676154611229483, -0.4535890251835339, -0.049240965459876836, -0.37223162708948826, 0.22459039188990126, -0.6404369118782867, 3.5094621874742584, -0.6404369118782867, -0.4535890251835339, 0.8288605186108456, -0.6404369118782867, -0.29749996411169904, 0.14289670640909274, -0.5425995296509094, -0.9989993485551188, -0.37223162708948826, 0.09882780391439497, -0.049240965459876836, -0.29749996411169904, -0.16454511559323307, -0.29749996411169904, -0.4535890251835339, 0.003056158179367902, -0.37223162708948826, 0.052305763359528384, 2.124282587436032, -0.9989993485551188, -0.10496070314299563, -0.37223162708948826, -0.4535890251835339, -1.1423684194868695, -0.29749996411169904, 2.958230378884936, -0.37223162708948826, -0.16454511559323307, 0.7511435186018719, -0.8676154611229483, -0.29749996411169904, -0.5425995296509094, -0.6404369118782867, -0.4535890251835339, 0.22459039188990126, -0.5425995296509094, -0.16454511559323307, -0.16454511559323307, -0.4535890251835339, -0.049240965459876836, 0.003056158179367902, -0.29749996411169904, -0.6404369118782867, -0.4535890251835339, -0.37223162708948826, 3.667505415029804, -0.4535890251835339, -0.7483705629124832, -0.4535890251835339, -0.29749996411169904, 0.09882780391439497, -0.4535890251835339, -0.37223162708948826, -0.37223162708948826, -0.6404369118782867, -0.16454511559323307, 1.5425107996726497, -0.6404369118782867, 1.1079060252529476, 2.094169518357795, 0.052305763359528384, -0.7483705629124832, 1.0395767694825884, -0.37223162708948826, -0.8676154611229483, 0.003056158179367902, -0.2285176036562045, -0.16454511559323307, -0.37223162708948826, -1.1423684194868695, 1.0251862491142647, -0.9989993485551188, -0.29749996411169904, -0.7483705629124832, 3.035368113614565, -0.7483705629124832, -0.29749996411169904, -0.16454511559323307, -0.049240965459876836, 0.003056158179367902, -1.295805689496328, 3.6052954459519864, 0.09882780391439497, -0.37223162708948826, 3.4888403221521904, 0.09882780391439497, -0.7483705629124832, 1.4790396758948905, -0.29749996411169904, 0.09882780391439497, -0.6404369118782867, 0.9165383835728312, -0.29749996411169904, -0.8676154611229483, -0.4535890251835339, 0.6184731282284872, -0.4535890251835339, 0.36710882183658106, 0.36710882183658106, -0.37223162708948826, -0.5425995296509094, 0.22459039188990126, -0.049240965459876836, -0.2285176036562045, 0.14289670640909274, 0.09882780391439497, -0.4535890251835339, -0.7483705629124832, 0.8101209836221388, 0.2989327214198601, -0.16454511559323307, 0.052305763359528384, -0.049240965459876836, -0.2285176036562045, -0.2285176036562045, 0.003056158179367902, -0.37223162708948826, -0.9989993485551188, 1.8949070100771368, -0.2285176036562045, -0.16454511559323307, -0.6404369118782867, -0.5425995296509094, -0.10496070314299563, -0.4535890251835339, 0.3991819144307331, -0.2285176036562045, -0.4535890251835339, 0.14289670640909274, 0.3991819144307331, 0.5689408117031785, 0.09882780391439497, -0.9989993485551188, -0.29749996411169904, -0.8676154611229483, 0.052305763359528384, -0.16454511559323307, -0.37223162708948826, -0.16454511559323307, -0.5425995296509094, 1.8749929257971367, -0.7483705629124832, -0.4535890251835339, -0.37223162708948826, -0.37223162708948826, -0.29749996411169904, -0.10496070314299563, -0.37223162708948826, 0.6184731282284872, -0.6404369118782867, 0.4884750205413162, -0.37223162708948826, 0.2625993317024497, -0.4535890251835339, -0.5425995296509094, 1.8282923191177327, -0.29749996411169904, 0.14289670640909274, -0.10496070314299563, -0.10496070314299563, 1.6561305096969705, 0.09882780391439497, -0.29749996411169904, -0.4535890251835339, -0.10496070314299563, 0.14289670640909274, -0.6404369118782867, 0.14289670640909274, -0.6404369118782867, 0.003056158179367902, -0.10496070314299563, -0.049240965459876836, 0.14289670640909274, -0.049240965459876836, -0.16454511559323307, 0.22459039188990126, -0.37223162708948826, -0.29749996411169904, -0.10496070314299563, -0.2285176036562045, -0.37223162708948826, -0.37223162708948826, -0.2285176036562045, 0.14289670640909274, 0.7511435186018719, 0.052305763359528384, -0.6404369118782867, -0.8676154611229483, 1.1336918459260779, 2.9698987315350998, 2.070818809414141, 3.179388425095173, -0.9989993485551188, 0.5689408117031785, -0.049240965459876836, 0.3991819144307331, 2.634414569375079, -0.2285176036562045, -0.29749996411169904, -0.16454511559323307, 0.18474915477652676, -0.7483705629124832, 0.22459039188990126, -0.7483705629124832, -0.29749996411169904, -0.9989993485551188, 0.3337285452888372, -0.37223162708948826, 0.14289670640909274, -0.049240965459876836, -0.6404369118782867, -0.5425995296509094, 0.18474915477652676, -0.4535890251835339, -0.6404369118782867, -0.9989993485551188, -0.16454511559323307, -0.4535890251835339, 0.3337285452888372, -0.4535890251835339, -0.10496070314299563, 1.1947562704530978, 0.14289670640909274, -0.4535890251835339, -0.29749996411169904, 0.4300444497477357, -0.2285176036562045, 0.2625993317024497, -0.049240965459876836, -0.6404369118782867, 0.052305763359528384, -0.16454511559323307, 0.4300444497477357, -0.049240965459876836, -0.16454511559323307, -0.29749996411169904, -0.4535890251835339, -0.37223162708948826, 1.251508708487023, -0.5425995296509094, 0.3991819144307331, 0.6651537940296409, 0.22459039188990126, -0.4535890251835339, 0.14289670640909274, -0.049240965459876836, -0.9989993485551188, -0.049240965459876836, -0.37223162708948826, 0.3337285452888372, -0.37223162708948826, -0.16454511559323307, 0.2625993317024497, 2.9621387248211493, -0.4535890251835339, -0.10496070314299563, 0.003056158179367902, 0.3991819144307331, 3.868251022931048, 0.052305763359528384, -0.7483705629124832, 0.052305763359528384, 0.18474915477652676, -0.4535890251835339, -0.049240965459876836, -0.16454511559323307, -0.10496070314299563, 0.5161907929245679, 0.2625993317024497, -0.4535890251835339, -0.2285176036562045, 0.003056158179367902, 0.09882780391439497, -0.16454511559323307, -0.16454511559323307, -0.049240965459876836, 2.9864588188035284, -0.37223162708948826, 0.003056158179367902, -0.7483705629124832, 0.18474915477652676, -0.5425995296509094, -0.5425995296509094, -0.37223162708948826, -0.16454511559323307, 0.7909362393490211, 0.2989327214198601, -0.5425995296509094, 0.5940847724044523, -0.4535890251835339, -0.7483705629124832, 0.7511435186018719, -0.5425995296509094, -0.6404369118782867, 4.200909184629653, 0.6651537940296409, -0.4535890251835339, -0.049240965459876836, -0.37223162708948826, -0.6404369118782867, 1.40107085473858, 0.4597829189084591, 0.003056158179367902, -0.16454511559323307, -0.37223162708948826, 0.09882780391439497, 1.2941913093696913, -0.37223162708948826, 0.4300444497477357, 0.09882780391439497, -0.049240965459876836, 2.1279684577123046, 0.14289670640909274, 0.2989327214198601, 0.09882780391439497, -0.2285176036562045, 0.8471749063467133, -0.16454511559323307, -0.4535890251835339, 0.052305763359528384, -0.049240965459876836, -0.16454511559323307, -0.2285176036562045, -0.049240965459876836, -0.6404369118782867, 0.09882780391439497, -1.1423684194868695, 0.4884750205413162, 0.36710882183658106, -0.6404369118782867, 0.4884750205413162, -0.7483705629124832, 2.4024444194392367, 0.18474915477652676, -0.049240965459876836, -0.5425995296509094, -0.5425995296509094, -0.049240965459876836, -0.37223162708948826, 0.2625993317024497, -0.37223162708948826, -0.4535890251835339, -0.29749996411169904, 0.5161907929245679, -0.5425995296509094, -0.10496070314299563, -0.5425995296509094, 0.3991819144307331, 1.6627248598330042, -0.10496070314299563, -0.9989993485551188, -0.10496070314299563, -0.10496070314299563, -0.049240965459876836, -0.4535890251835339, 0.8997487030290686, -0.4535890251835339, 0.9491037992873088, -0.16454511559323307, -0.049240965459876836, -0.2285176036562045, -0.6404369118782867, 0.7909362393490211, 1.817534626959408, 0.22459039188990126, 0.3337285452888372, -0.29749996411169904, 0.14289670640909274, 1.6949075333701644, 0.003056158179367902, -0.16454511559323307, 0.003056158179367902, 0.18474915477652676, -0.2285176036562045, 0.22459039188990126, 0.003056158179367902, -0.29749996411169904, -0.2285176036562045, -0.5425995296509094, -0.29749996411169904, 0.642149478349436, -0.6404369118782867, 0.3991819144307331, 0.2989327214198601, -0.049240965459876836, -0.049240965459876836, -0.10496070314299563, 0.3337285452888372, 0.4300444497477357, 0.36710882183658106, 0.22459039188990126, 1.1209022431467413, 1.7136153252892703, -0.049240965459876836, -0.37223162708948826, 1.1079060252529476, 1.7672561170857513, 0.052305763359528384, 1.27313333329872, 0.7304876225889325, 1.0105338525970051, -0.10496070314299563, 0.052305763359528384, -0.37223162708948826, 0.9649059944336104, -0.2285176036562045, 0.18474915477652676, 0.5161907929245679, 1.1708839687624164, -0.7483705629124832, 0.003056158179367902, 0.09882780391439497, 0.5161907929245679, -0.29749996411169904, 0.2625993317024497, 0.14289670640909274, 0.2625993317024497, 2.0050076787192874, -0.049240965459876836, 2.0261595157648604, 2.83266240972446, -0.049240965459876836, -0.2285176036562045, -0.8676154611229483, 0.09882780391439497, -0.10496070314299563, 0.5689408117031785, 0.2625993317024497, 0.003056158179367902, 0.09882780391439497, 0.22459039188990126, 0.09882780391439497, 0.18474915477652676, 1.1079060252529476, 0.6651537940296409, 0.4884750205413162, 0.09882780391439497, 1.1586766972895803, 0.3337285452888372, 1.0105338525970051, 0.14289670640909274, 0.7092903421739761, 0.542993572885696, 0.7909362393490211, 0.8826020120815223, -0.5425995296509094, -0.2285176036562045, 0.8471749063467133, 1.0105338525970051, 1.3445414529399342, 0.2989327214198601, 0.18474915477652676, -0.29749996411169904, 0.4884750205413162, 0.6184731282284872, 1.0105338525970051, -0.4535890251835339, 0.18474915477652676, -0.10496070314299563, 0.7909362393490211, 0.3991819144307331, 1.40107085473858, 0.052305763359528384, 0.7712847806397259, -0.16454511559323307, -0.29749996411169904, -0.29749996411169904, 1.0251862491142647, 2.7854812378797087, 1.0676083537155825, 0.14289670640909274, 1.0105338525970051, 0.7304876225889325, 0.3337285452888372, 2.8265296797596573, 1.5576243883587346, 0.18474915477652676, 1.3638299950261412, -0.049240965459876836, -0.049240965459876836, -0.2285176036562045, 0.14289670640909274, 0.3337285452888372, 1.9286097472062695, 0.09882780391439497, 0.642149478349436, -0.6404369118782867, 1.0105338525970051, 0.5689408117031785, -0.8676154611229483, 1.2179401937353391, 0.2989327214198601, 1.2292861693523771, 0.4597829189084591, 0.5161907929245679, 1.3347206884369642, -0.6404369118782867, 0.6651537940296409, 0.003056158179367902, 3.8211313607625335, 0.09882780391439497, 1.4790396758948905, 0.2989327214198601, 0.2989327214198601, 0.003056158179367902, 1.3045169157958796, -0.4535890251835339, 0.9804042256169678, -0.4535890251835339, 1.5271072114425648, 0.8471749063467133, 1.0946964299432045, 1.1209022431467413, -0.049240965459876836, 1.7011920461618617, 2.8156832375765397, 1.0251862491142647, 0.7092903421739761, 1.2292861693523771, 0.22459039188990126, 0.3337285452888372, 1.0251862491142647, 0.003056158179367902, 1.4538819021486933, 0.7092903421739761, -0.049240965459876836, 1.7672561170857513, 0.7712847806397259, -0.4535890251835339, 1.9286097472062695, 1.0537145743399738, 1.7438572731101702, -0.37223162708948826, 0.003056158179367902, 3.2684207891165458, -0.2285176036562045, 0.9649059944336104, 0.8288605186108456, -0.16454511559323307, 2.009282900646073, 0.003056158179367902, -0.2285176036562045, 0.9956099142328828, 1.1336918459260779, 0.2989327214198601, 1.6427770019128918, 1.0812663586037177, 1.419063172731846, 0.2989327214198601, 0.052305763359528384, 1.7011920461618617, 1.0537145743399738, 1.1336918459260779, 1.2292861693523771, 1.8229315026895496, 0.7712847806397259, 1.373303324020147, -0.10496070314299563, 1.5348459485875328, 0.2989327214198601, 1.4707410223046404, 0.8471749063467133, 0.8997487030290686, 0.4597829189084591, 1.3045169157958796, 1.3347206884369642, 3.725736364383661, 1.4707410223046404, 0.7092903421739761, 1.1586766972895803, 1.2623937472031421, 0.3991819144307331, 1.0812663586037177, 0.5689408117031785, 1.2292861693523771, 0.003056158179367902, 1.6692654678443757, 1.951844719438888, 0.9956099142328828, 0.18474915477652676, 2.290518822195667, 0.7909362393490211, 1.5271072114425648, 0.9956099142328828, 1.8949070100771368, 1.682188909353736, 1.4366612270027803, 0.7304876225889325, 0.7511435186018719, 0.052305763359528384, 0.4300444497477357, 1.7672561170857513, 1.1947562704530978, 3.0014473459683617, 1.9095247459127345, 1.5348459485875328, 0.642149478349436, 1.2941913093696913, 1.6013293559121418, 1.5942084527044218, 1.749771261449579, 3.2630808703991634, 1.8011227127304763, 0.003056158179367902, 1.27313333329872, 0.8997487030290686, 1.9609534965986144, 1.6692654678443757, 2.2116998173022373, 1.3347206884369642, 1.7843680794766823, 0.4300444497477357, 1.4453177241665691, 0.6651537940296409, 1.0537145743399738, 1.1586766972895803, 1.6153843990091024, 1.6427770019128918, 1.8850117549100476, 1.6427770019128918, 1.2292861693523771, 1.0812663586037177, 1.2179401937353391, 2.042688368023934, 1.2623937472031421, 0.3991819144307331, 1.5271072114425648, 1.6360159972991697, 1.6291975551015492, 1.5034331043912177, 0.4300444497477357, 0.9329855401038128, 2.0007095496620613, 1.0812663586037177, 0.22459039188990126, 1.7318969096143282, 0.7304876225889325, 0.22459039188990126, 1.8011227127304763, 1.2064317958797068, 1.40107085473858, 1.4953840256760365, 1.40107085473858, 0.4300444497477357, 1.1829087052193048, 0.7092903421739761, 1.1708839687624164, 1.5271072114425648, 2.1018044329600296, 1.1586766972895803, 3.204753898621636, 1.4366612270027803, 0.8826020120815223, 2.078678150971765, 2.01353545823291, 1.2404742325898153, 1.550103160658875, 1.6757532019092791, 1.4453177241665691, 1.3542436133003528, 1.761470062116392, 2.397204007652688, 0.4884750205413162, 1.1829087052193048, 1.0251862491142647, 2.8372313737679433, 1.6291975551015492, 0.6184731282284872, 1.0395767694825884, 0.8101209836221388, 0.9165383835728312, 1.3045169157958796, 1.3542436133003528, 1.4538819021486933, 1.2941913093696913, 1.6627248598330042, 2.4890082311855597, 1.6627248598330042, 3.2577051541903104, 2.8094187608478833, 1.2292861693523771, 1.817534626959408, 0.8650828911996757, 1.3247783897753658, 0.9804042256169678, 0.7511435186018719, 1.3919212568507675, 1.0105338525970051, 1.1079060252529476, 0.8101209836221388, 1.3638299950261412, 2.275362531158865, 2.109367359228944, 1.7787045434425417, 1.9654693914554757, 3.840486608197738, 1.1708839687624164, 0.9329855401038128, 2.105594809714406, 1.7136153252892703, 1.1947562704530978, 2.1425448616522416, 1.4790396758948905, 1.7730007480122223, 1.5271072114425648, 1.7730007480122223, 1.1829087052193048, 2.3731889498087013, 0.9165383835728312, 1.4366612270027803, 1.419063172731846, 1.4707410223046404, 1.6561305096969705, 1.8949070100771368, 1.1708839687624164, 1.2064317958797068, 2.070818809414141, 0.9804042256169678, 0.8650828911996757, 0.6651537940296409, 2.354000375416073, 1.8800179796027487, 1.761470062116392, 1.3445414529399342, 1.7672561170857513, 2.1497349159726067, 1.6360159972991697, 1.2623937472031421, 1.4872534380136355, 1.7011920461618617, 1.5114022901994058, 2.397204007652688, 1.8699361993928505, 1.0395767694825884, 1.9744256243891631, 2.50983547179895, 2.01353545823291, 1.1947562704530978, 1.382666231199511, 2.2083800801928066, 0.7511435186018719, 1.3347206884369642, 2.228095471065472], [-1.2240501920909093, -1.4182816560056672, -1.865811656188531, -1.0482429973123506, -0.8888810601494617, -1.6322856526019989, -2.115737196151008, -2.115737196151008, -0.37729026515002906, -1.6322856526019989, -0.611378142916164, -0.611378142916164, -1.2240501920909093, -0.611378142916164, -1.0482429973123506, -9.248612065877916e-05, -1.4182816560056672, -0.2730889937060332, -0.8888810601494617, -0.611378142916164, -1.4182816560056672, -2.115737196151008, -1.865811656188531, -1.0482429973123506, -1.2240501920909093, -1.6322856526019989, -0.2730889937060332, 1.0783619802391675, -0.7438967392607363, -0.37729026515002906, -1.865811656188531, -0.37729026515002906, 0.15590468635214547, 0.15590468635214547, -1.4182816560056672, -1.6322856526019989, -0.37729026515002906, -0.7438967392607363, -1.4182816560056672, -1.2240501920909093, -1.2240501920909093, -1.0482429973123506, -0.4896518425142701, -0.8888810601494617, -0.4896518425142701, -1.2240501920909093, -9.248612065877916e-05, -0.7438967392607363, -0.4896518425142701, 2.6032469237000133, -0.7438967392607363, -0.611378142916164, -1.6322856526019989, 2.6032469237000133, -0.2730889937060332, -0.08527639784704028, -0.8888810601494617, -0.37729026515002906, -0.611378142916164, 0.15590468635214547, -1.2240501920909093, 0.08012749020472598, -0.4896518425142701, -0.4896518425142701, -0.7438967392607363, -1.6322856526019989, 0.15590468635214547, 0.15590468635214547, 2.6374385577952526, -1.6322856526019989, 1.3450148705957543, -1.0482429973123506, -1.4182816560056672, -1.2240501920909093, -1.2240501920909093, -0.7438967392607363, -0.4896518425142701, -1.4182816560056672, -0.611378142916164, -1.4182816560056672, -0.8888810601494617, -0.37729026515002906, -1.6322856526019989, -0.611378142916164, -1.2240501920909093, -1.865811656188531, -0.4896518425142701, -0.4896518425142701, -1.0482429973123506, -0.4896518425142701, 1.921704511941697, -1.6322856526019989, -0.4896518425142701, -0.37729026515002906, -0.7438967392607363, -0.8888810601494617, -0.37729026515002906, -1.2240501920909093, -0.611378142916164, -0.2730889937060332, -9.248612065877916e-05, -0.4896518425142701, -1.865811656188531, -1.2240501920909093, -0.37729026515002906, -0.37729026515002906, -1.2240501920909093, -0.7438967392607363, -0.8888810601494617, -9.248612065877916e-05, -1.4182816560056672, -0.8888810601494617, -0.2730889937060332, -0.17603521756641238, 2.6925095125703424, -0.7438967392607363, -0.2730889937060332, -1.0482429973123506, 0.3607524570725149, -1.4182816560056672, -0.611378142916164, -0.7438967392607363, -1.0482429973123506, -0.17603521756641238, -0.4896518425142701, -1.0482429973123506, -1.6322856526019989, -9.248612065877916e-05, -0.37729026515002906, -1.2240501920909093, -0.8888810601494617, -0.611378142916164, -2.115737196151008, -0.4896518425142701, -0.17603521756641238, -0.2730889937060332, 0.3607524570725149, -9.248612065877916e-05, 0.15590468635214547, 0.08012749020472598, -0.4896518425142701, -0.8888810601494617, -9.248612065877916e-05, -0.7438967392607363, 0.15590468635214547, -1.4182816560056672, -0.7438967392607363, -1.2240501920909093, 0.15590468635214547, -0.611378142916164, -9.248612065877916e-05, -0.08527639784704028, -0.611378142916164, -0.2730889937060332, -0.4896518425142701, -0.8888810601494617, 0.15590468635214547, -0.17603521756641238, -1.2240501920909093, -0.8888810601494617, -0.8888810601494617, 2.2621535750813653, -0.4896518425142701, -0.611378142916164, -0.17603521756641238, -0.08527639784704028, -1.4182816560056672, 0.2276861006777663, -0.8888810601494617, -0.4896518425142701, -9.248612065877916e-05, 0.15590468635214547, -0.8888810601494617, -0.7438967392607363, 2.216397261903255, -1.0482429973123506, -0.7438967392607363, -0.8888810601494617, -0.4896518425142701, -0.7438967392607363, -0.7438967392607363, -0.8888810601494617, 0.29585725463754314, 0.08012749020472598, -0.611378142916164, -0.17603521756641238, -0.17603521756641238, -0.37729026515002906, 0.2276861006777663, -0.2730889937060332, -0.17603521756641238, 0.7438446439097097, -1.0482429973123506, 0.29585725463754314, -0.17603521756641238, -0.17603521756641238, -0.8888810601494617, -1.0482429973123506, -0.2730889937060332, -1.0482429973123506, 0.08012749020472598, -1.2240501920909093, -0.611378142916164, -0.2730889937060332, -1.2240501920909093, -0.7438967392607363, -1.6322856526019989, 1.8415378735926258, 1.997246215498036, -0.2730889937060332, -1.0482429973123506, -1.0482429973123506, -0.2730889937060332, -0.08527639784704028, -1.4182816560056672, -0.17603521756641238, -1.865811656188531, -1.0482429973123506, -0.17603521756641238, -1.0482429973123506, -1.865811656188531, -0.8888810601494617, -0.37729026515002906, -0.611378142916164, 2.6707587173227263, -1.0482429973123506, 0.15590468635214547, -1.4182816560056672, -0.37729026515002906, 1.1147976350243527, -0.7438967392607363, -0.08527639784704028, -0.8888810601494617, -0.37729026515002906, -0.8888810601494617, -1.4182816560056672, -0.08527639784704028, -0.17603521756641238, -0.8888810601494617, -0.611378142916164, -0.611378142916164, -0.4896518425142701, -1.4182816560056672, -0.8888810601494617, -0.611378142916164, -0.37729026515002906, -1.0482429973123506, -1.6322856526019989, -0.8888810601494617, -9.248612065877916e-05, 0.7905796320440012, -0.611378142916164, -0.37729026515002906, -0.7438967392607363, -0.611378142916164, 0.2276861006777663, -0.611378142916164, -1.2240501920909093, -0.4896518425142701, -9.248612065877916e-05, -0.611378142916164, 0.4226631310923725, -0.7438967392607363, -1.865811656188531, -9.248612065877916e-05, -1.0482429973123506, -0.2730889937060332, 0.15590468635214547, -1.0482429973123506, -0.7438967392607363, -1.2240501920909093, -0.08527639784704028, -9.248612065877916e-05, -0.8888810601494617, -0.7438967392607363, -0.08527639784704028, -1.6322856526019989, -1.0482429973123506, 0.08012749020472598, -0.2730889937060332, -1.2240501920909093, 0.3607524570725149, -0.4896518425142701, -9.248612065877916e-05, -1.2240501920909093, -1.2240501920909093, -0.4896518425142701, -0.4896518425142701, -0.37729026515002906, -0.17603521756641238, -1.2240501920909093, -1.2240501920909093, 0.15590468635214547, 1.9600199820652515, -0.7438967392607363, 0.6451349968635226, -0.8888810601494617, -1.6322856526019989, 0.08012749020472598, -1.4182816560056672, -0.7438967392607363, -0.2730889937060332, -0.8888810601494617, -1.2240501920909093, 0.6451349968635226, 0.08012749020472598, -0.611378142916164, -0.7438967392607363, -0.611378142916164, -1.4182816560056672, 1.4325514369933503, -0.2730889937060332, 2.8640913226234463, -0.4896518425142701, -0.2730889937060332, -1.0482429973123506, -0.4896518425142701, -0.4896518425142701, -9.248612065877916e-05, -0.8888810601494617, -0.8888810601494617, 0.538521599583036, -0.7438967392607363, -0.4896518425142701, -0.611378142916164, -1.2240501920909093, -0.2730889937060332, -0.8888810601494617, 0.2276861006777663, -0.2730889937060332, 0.2276861006777663, 0.8793819069528401, 0.15590468635214547, -0.08527639784704028, 0.29585725463754314, -0.7438967392607363, -0.4896518425142701, -1.2240501920909093, -0.08527639784704028, 0.15590468635214547, -1.0482429973123506, -0.7438967392607363, -0.8888810601494617, -0.4896518425142701, -0.17603521756641238, 2.9013886451871747, -0.17603521756641238, -0.611378142916164, -0.611378142916164, -0.611378142916164, -1.0482429973123506, -1.0482429973123506, -0.37729026515002906, -0.4896518425142701, 0.15590468635214547, -0.37729026515002906, -0.2730889937060332, -0.7438967392607363, -0.37729026515002906, -0.17603521756641238, -0.8888810601494617, 0.3607524570725149, -0.2730889937060332, -0.4896518425142701, 0.15590468635214547, -0.8888810601494617, 0.15590468635214547, -0.611378142916164, 1.314491071518714, -0.7438967392607363, 0.2276861006777663, -0.37729026515002906, -0.8888810601494617, -1.4182816560056672, -0.37729026515002906, -0.17603521756641238, -0.7438967392607363, -0.4896518425142701, -0.37729026515002906, -0.2730889937060332, -0.611378142916164, -0.7438967392607363, -0.4896518425142701, -0.17603521756641238, -9.248612065877916e-05, 0.6954052851920194, 2.94656160789357, -0.37729026515002906, -0.4896518425142701, -0.611378142916164, -0.4896518425142701, -0.611378142916164, -0.7438967392607363, -1.2240501920909093, 1.5146183979436418, -0.4896518425142701, -9.248612065877916e-05, -0.17603521756641238, -0.8888810601494617, -0.611378142916164, 0.08012749020472598, -0.611378142916164, -9.248612065877916e-05, 0.6451349968635226, -0.17603521756641238, -9.248612065877916e-05, -0.7438967392607363, -0.17603521756641238, -0.8888810601494617, -1.2240501920909093, 2.0334432886877583, -1.0482429973123506, -1.0482429973123506, -0.8888810601494617, -1.2240501920909093, -1.4182816560056672, -0.8888810601494617, -9.248612065877916e-05, 0.4226631310923725, -0.7438967392607363, 1.591856089805962, -0.08527639784704028, -0.4896518425142701, -0.17603521756641238, 0.08012749020472598, 1.9600199820652515, 0.2276861006777663, 0.2276861006777663, -0.2730889937060332, -0.17603521756641238, -0.17603521756641238, -0.7438967392607363, 0.15590468635214547, -0.37729026515002906, -1.0482429973123506, -0.4896518425142701, -0.17603521756641238, -0.37729026515002906, -0.4896518425142701, -1.4182816560056672, -0.37729026515002906, -0.37729026515002906, -0.7438967392607363, -9.248612065877916e-05, -0.611378142916164, -0.2730889937060332, 0.7438446439097097, -0.2730889937060332, -0.611378142916164, 0.08012749020472598, -1.4182816560056672, -0.2730889937060332, -0.08527639784704028, -0.37729026515002906, -1.4182816560056672, -0.37729026515002906, -0.611378142916164, -1.4182816560056672, -0.611378142916164, -0.8888810601494617, -0.37729026515002906, -0.611378142916164, -0.7438967392607363, -0.611378142916164, -0.2730889937060332, -0.17603521756641238, 0.4818445936094725, -0.7438967392607363, -0.17603521756641238, -0.08527639784704028, -0.17603521756641238, -0.611378142916164, -0.8888810601494617, -0.7438967392607363, -0.611378142916164, -0.8888810601494617, -0.17603521756641238, -0.17603521756641238, -0.2730889937060332, -0.8888810601494617, -1.2240501920909093, -0.611378142916164, -0.2730889937060332, -0.2730889937060332, -9.248612065877916e-05, -0.2730889937060332, -0.2730889937060332, -0.08527639784704028, -1.6322856526019989, -0.611378142916164, -0.2730889937060332, 0.15590468635214547, -0.2730889937060332, -0.611378142916164, 0.3607524570725149, -0.7438967392607363, 2.7349546082395615, -0.2730889937060332, 0.3607524570725149, 0.15590468635214547, -0.8888810601494617, -0.4896518425142701, -0.8888810601494617, 3.1130906968786696, -0.37729026515002906, 3.3154734676635083, -0.611378142916164, 0.15590468635214547, -0.611378142916164, -0.08527639784704028, -9.248612065877916e-05, -0.611378142916164, 1.591856089805962, -0.7438967392607363, -1.4182816560056672, -0.611378142916164, -0.17603521756641238, 1.4325514369933503, 0.08012749020472598, -1.0482429973123506, -1.4182816560056672, -0.2730889937060332, -0.08527639784704028, 3.105249463598541, -0.37729026515002906, -0.611378142916164, 0.2276861006777663, -0.7438967392607363, -0.611378142916164, -0.7438967392607363, 0.2276861006777663, 0.08012749020472598, 0.29585725463754314, -0.8888810601494617, -0.08527639784704028, -0.2730889937060332, 3.3221523722428965, -0.08527639784704028, -1.0482429973123506, 0.29585725463754314, 3.267740041577758, -9.248612065877916e-05, -0.8888810601494617, 0.15590468635214547, -0.4896518425142701, -0.2730889937060332, 0.15590468635214547, -0.4896518425142701, -0.2730889937060332, -0.37729026515002906, 0.15590468635214547, -0.2730889937060332, -0.2730889937060332, 0.08012749020472598, -0.8888810601494617, -0.8888810601494617, 0.6451349968635226, -0.8888810601494617, 2.0511733302772037, -0.08527639784704028, -0.08527639784704028, -0.08527639784704028, 0.15590468635214547, -0.17603521756641238, -0.8888810601494617, -0.08527639784704028, -0.4896518425142701, 0.9216459388376288, 0.5928928982888682, -0.8888810601494617, 0.538521599583036, -1.2240501920909093, -1.2240501920909093, 3.0814394367288287, 0.4226631310923725, -0.37729026515002906, -0.37729026515002906, 0.15590468635214547, -0.08527639784704028, -0.17603521756641238, -0.08527639784704028, -1.4182816560056672, 0.5928928982888682, -0.2730889937060332, -0.8888810601494617, 0.4226631310923725, -0.4896518425142701, -9.248612065877916e-05, -0.7438967392607363, -0.37729026515002906, -0.7438967392607363, -0.4896518425142701, -0.8888810601494617, -0.2730889937060332, -0.611378142916164, -0.2730889937060332, -0.17603521756641238, -0.2730889937060332, -0.37729026515002906, 0.3607524570725149, -0.08527639784704028, 0.08012749020472598, -0.4896518425142701, -0.8888810601494617, 0.8793819069528401, -0.8888810601494617, -0.4896518425142701, 0.7905796320440012, -0.37729026515002906, -9.248612065877916e-05, -0.17603521756641238, 0.15590468635214547, -0.2730889937060332, -0.4896518425142701, 0.3607524570725149, 0.15590468635214547, 1.1847806644316738, -0.37729026515002906, 0.2276861006777663, -9.248612065877916e-05, -0.7438967392607363, -0.8888810601494617, -0.17603521756641238, 2.0334432886877583, 2.417434927854793, -0.17603521756641238, -9.248612065877916e-05, 0.5928928982888682, -0.4896518425142701, -0.611378142916164, -0.37729026515002906, -1.4182816560056672, -0.37729026515002906, -9.248612065877916e-05, -0.2730889937060332, -1.4182816560056672, -1.0482429973123506, -0.2730889937060332, 0.15590468635214547, -0.7438967392607363, -1.0482429973123506, -0.08527639784704028, 0.29585725463754314, -1.2240501920909093, -1.0482429973123506, -0.611378142916164, -0.37729026515002906, 0.4226631310923725, 0.08012749020472598, 0.4226631310923725, -1.2240501920909093, 0.29585725463754314, -0.17603521756641238, -1.0482429973123506, -0.17603521756641238, -0.08527639784704028, -0.7438967392607363, -0.2730889937060332, 0.8357243310987635, -9.248612065877916e-05, -0.7438967392607363, -0.37729026515002906, 0.5928928982888682, 0.4818445936094725, -0.7438967392607363, -0.2730889937060332, 2.469622657212759, -0.611378142916164, -0.37729026515002906, -0.7438967392607363, -0.611378142916164, 0.08012749020472598, 0.08012749020472598, -0.4896518425142701, -0.08527639784704028, 0.2276861006777663, -0.2730889937060332, -0.7438967392607363, -0.17603521756641238, -1.0482429973123506, -0.37729026515002906, -0.611378142916164, -0.17603521756641238, -9.248612065877916e-05, 0.29585725463754314, -9.248612065877916e-05, 0.2276861006777663, 0.4818445936094725, 0.3607524570725149, -0.2730889937060332, -0.8888810601494617, -0.7438967392607363, 1.0023264081422312, -0.17603521756641238, 0.29585725463754314, 0.15590468635214547, -0.8888810601494617, -0.8888810601494617, -9.248612065877916e-05, -0.7438967392607363, -0.7438967392607363, 0.7438446439097097, -9.248612065877916e-05, 0.4226631310923725, -0.8888810601494617, 0.08012749020472598, -0.08527639784704028, -0.4896518425142701, -0.08527639784704028, -9.248612065877916e-05, -9.248612065877916e-05, -9.248612065877916e-05, -0.8888810601494617, 0.08012749020472598, -0.4896518425142701, -0.08527639784704028, 0.15590468635214547, -9.248612065877916e-05, -0.4896518425142701, -9.248612065877916e-05, -0.7438967392607363, 1.7995367668555828, -0.08527639784704028, -0.37729026515002906, 0.7438446439097097, -9.248612065877916e-05, 0.2276861006777663, -0.2730889937060332, -0.611378142916164, 0.4818445936094725, 0.3607524570725149, -0.37729026515002906, 0.5928928982888682, -0.7438967392607363, -1.4182816560056672, -0.08527639784704028, -0.2730889937060332, 0.15590468635214547, -1.6322856526019989, -0.2730889937060332, -0.17603521756641238, -0.8888810601494617, -9.248612065877916e-05, 0.3607524570725149, -0.2730889937060332, -0.37729026515002906, 0.3607524570725149, -0.7438967392607363, 1.591856089805962, -0.17603521756641238, -0.4896518425142701, -0.08527639784704028, -9.248612065877916e-05, -1.4182816560056672, -0.08527639784704028, 0.8357243310987635, -0.4896518425142701, -0.7438967392607363, 1.0023264081422312, 0.15590468635214547, 2.1689827115349845, 0.2276861006777663, -0.611378142916164, -0.17603521756641238, 0.4818445936094725, -0.08527639784704028, -0.611378142916164, -1.6322856526019989, -0.37729026515002906, 1.2832420954960997, -0.37729026515002906, 3.418443282845645, -0.4896518425142701, -0.7438967392607363, 1.7561448773145427, 0.15590468635214547, 0.4226631310923725, -0.4896518425142701, -0.08527639784704028, -0.08527639784704028, -1.4182816560056672, -9.248612065877916e-05, 0.6954052851920194, -0.611378142916164, -0.7438967392607363, -0.2730889937060332, -0.611378142916164, 0.2276861006777663, -0.37729026515002906, 0.29585725463754314, -0.17603521756641238, -1.2240501920909093, 0.08012749020472598, 0.3607524570725149, -0.2730889937060332, -1.865811656188531, -0.611378142916164, -0.2730889937060332, 0.4818445936094725, 1.7780203827315044, 0.538521599583036, -1.4182816560056672, 0.08012749020472598, -0.4896518425142701, 0.6954052851920194, -0.17603521756641238, -0.17603521756641238, -0.4896518425142701, -0.4896518425142701, -0.08527639784704028, -0.8888810601494617, -0.611378142916164, -0.8888810601494617, -9.248612065877916e-05, 0.538521599583036, -0.37729026515002906, 1.7780203827315044, 0.2276861006777663, -0.37729026515002906, 0.29585725463754314, -9.248612065877916e-05, -9.248612065877916e-05, -0.7438967392607363, -9.248612065877916e-05, -1.865811656188531, 2.0334432886877583, 0.08012749020472598, -0.08527639784704028, -0.17603521756641238, -0.611378142916164, -0.2730889937060332, 0.08012749020472598, 3.2467366808190024, -1.4182816560056672, 0.15590468635214547, 0.08012749020472598, 0.9216459388376288, -1.2240501920909093, 0.08012749020472598, -0.37729026515002906, -0.611378142916164, 0.08012749020472598, 0.2276861006777663, -0.17603521756641238, -1.2240501920909093, 0.3607524570725149, 0.08012749020472598, 0.6451349968635226, -1.2240501920909093, 0.2276861006777663, -9.248612065877916e-05, 1.0023264081422312, -1.0482429973123506, 3.5866086883264368, 0.4226631310923725, 3.1439934073893734, -0.4896518425142701, -0.611378142916164, -0.4896518425142701, -1.2240501920909093, -0.17603521756641238, 0.29585725463754314, -1.0482429973123506, 0.08012749020472598, 0.08012749020472598, -0.37729026515002906, 0.08012749020472598, 0.5928928982888682, -0.08527639784704028, -0.08527639784704028, -0.4896518425142701, -1.0482429973123506, 0.3607524570725149, 0.08012749020472598, -1.2240501920909093, 3.1439934073893734, 0.08012749020472598, -0.4896518425142701, -0.37729026515002906, 0.08012749020472598, 0.7438446439097097, 1.7995367668555828, 0.29585725463754314, 0.08012749020472598, 0.15590468635214547, -0.611378142916164, -0.2730889937060332, -0.611378142916164, -0.17603521756641238, 0.29585725463754314, -0.17603521756641238, -0.2730889937060332, -0.17603521756641238, -0.4896518425142701, 0.4226631310923725, -9.248612065877916e-05, 0.08012749020472598, -0.7438967392607363, -0.4896518425142701, -9.248612065877916e-05, -1.6322856526019989, -0.7438967392607363, -1.2240501920909093, -0.17603521756641238, 0.08012749020472598, 0.4226631310923725, -0.08527639784704028, -0.2730889937060332, -0.2730889937060332, 0.29585725463754314, 0.29585725463754314, -9.248612065877916e-05, 1.0023264081422312, -0.2730889937060332, -0.37729026515002906, 3.1591749552927344, 2.724471837932209, -0.2730889937060332, 1.1847806644316738, -0.7438967392607363, 0.2276861006777663, -0.2730889937060332, -0.2730889937060332, -0.611378142916164, -0.4896518425142701, 0.2276861006777663, -0.2730889937060332, 0.2276861006777663, -1.4182816560056672, -1.4182816560056672, -0.17603521756641238, -0.611378142916164, -0.2730889937060332, -0.17603521756641238, -0.08527639784704028, -0.37729026515002906, 0.5928928982888682, -0.37729026515002906, 0.3607524570725149, -0.08527639784704028, -9.248612065877916e-05, 0.08012749020472598, -0.2730889937060332, -0.37729026515002906, -0.7438967392607363, -0.17603521756641238, 0.4226631310923725, -9.248612065877916e-05, -0.2730889937060332, -0.611378142916164, 0.15590468635214547, 0.08012749020472598, -0.37729026515002906, -9.248612065877916e-05, 0.15590468635214547, 0.3607524570725149, -0.7438967392607363, -0.37729026515002906, -1.2240501920909093, -0.17603521756641238, -0.8888810601494617, 0.6451349968635226, 0.4818445936094725, -9.248612065877916e-05, -1.0482429973123506, 1.2832420954960997, -9.248612065877916e-05, -0.4896518425142701, -0.08527639784704028, -0.611378142916164, 0.15590468635214547, 0.538521599583036, 3.945874884367688, 3.5974458372407874, -9.248612065877916e-05, -0.37729026515002906, -0.37729026515002906, 0.15590468635214547, -0.17603521756641238, 0.15590468635214547, -0.37729026515002906, 0.4818445936094725, -1.0482429973123506, 3.274666799014502, 0.15590468635214547, 0.3607524570725149, -0.2730889937060332, -1.0482429973123506, -0.2730889937060332, 0.08012749020472598, -0.8888810601494617, 0.29585725463754314, -0.08527639784704028, 0.5928928982888682, -0.7438967392607363, -0.17603521756641238, -9.248612065877916e-05, -0.611378142916164, -0.7438967392607363, -0.4896518425142701, -0.37729026515002906, 0.5928928982888682, -0.37729026515002906, -9.248612065877916e-05, 1.1147976350243527, -1.2240501920909093, -0.2730889937060332, 1.7112672894988743, -0.611378142916164, 0.15590468635214547, 1.1147976350243527, 0.08012749020472598, -0.17603521756641238, -0.17603521756641238, 0.5928928982888682, 2.6261404112795765, -0.37729026515002906, -0.2730889937060332, 0.2276861006777663, 0.2276861006777663, 0.6451349968635226, -0.2730889937060332, 0.5928928982888682, 0.3607524570725149, -0.4896518425142701, -1.2240501920909093, 0.3607524570725149, -0.17603521756641238, 0.15590468635214547, 0.6954052851920194, 0.4818445936094725, -0.37729026515002906, -0.8888810601494617, 0.9216459388376288, -0.08527639784704028, 1.82070559222882, 1.5408725448627187, 0.3607524570725149, 0.15590468635214547, -0.17603521756641238, -0.8888810601494617, 3.1591749552927344, -0.2730889937060332, -9.248612065877916e-05, -0.4896518425142701, 0.6451349968635226, 2.417434927854793, -0.37729026515002906, -1.0482429973123506, 0.5928928982888682, 0.08012749020472598, -0.17603521756641238, 0.9216459388376288, -0.8888810601494617, -0.611378142916164, 0.538521599583036, 0.4818445936094725, 0.538521599583036, 1.0023264081422312, -0.8888810601494617, 0.15590468635214547, -0.4896518425142701, 0.3607524570725149, -0.4896518425142701, 0.29585725463754314, 0.29585725463754314, -0.17603521756641238, 0.4818445936094725, 2.519807388389545, 0.2276861006777663, 0.29585725463754314, -1.4182816560056672, 0.4226631310923725, 0.4818445936094725, -0.37729026515002906, 0.29585725463754314, 0.08012749020472598, 0.5928928982888682, 2.8159212391292896, 0.4226631310923725, 3.1591749552927344, -0.37729026515002906, 0.3607524570725149, -0.4896518425142701, -0.7438967392607363, 0.6954052851920194, 0.15590468635214547, 1.2832420954960997, -0.611378142916164, 0.4818445936094725, 0.7438446439097097, 0.2276861006777663, -9.248612065877916e-05, 0.6954052851920194, 0.7438446439097097, -0.08527639784704028, 1.0783619802391675, 0.8793819069528401, -0.2730889937060332, 0.538521599583036, -0.17603521756641238, -0.2730889937060332, -1.0482429973123506, -0.37729026515002906, 3.8247046913286136, -0.08527639784704028, -0.37729026515002906, 2.6925095125703424, -0.17603521756641238, 0.5928928982888682, 0.538521599583036, 0.3607524570725149, -0.611378142916164, 2.6597460883267257, -0.37729026515002906, 0.15590468635214547, 2.532058303007306, 0.29585725463754314, -0.17603521756641238, -1.865811656188531, -0.08527639784704028, -9.248612065877916e-05, 0.3607524570725149, 1.0783619802391675, -0.8888810601494617, 0.538521599583036, -0.4896518425142701, 0.15590468635214547, 0.4818445936094725, -0.08527639784704028, -0.37729026515002906, -9.248612065877916e-05, -9.248612065877916e-05, -0.4896518425142701, -0.37729026515002906, 0.538521599583036, -1.2240501920909093, -9.248612065877916e-05, -1.0482429973123506, -0.08527639784704028, 0.8357243310987635, 0.29585725463754314, -0.8888810601494617, 0.08012749020472598, 0.29585725463754314, -0.2730889937060332, -9.248612065877916e-05, -0.17603521756641238, -9.248612065877916e-05, 0.9216459388376288, -0.37729026515002906, 0.08012749020472598, -1.0482429973123506, 1.1147976350243527, -0.08527639784704028, -0.611378142916164, 2.7861433707305108, 0.08012749020472598, -0.08527639784704028, -0.17603521756641238, -0.4896518425142701, 0.29585725463754314, -0.2730889937060332, -0.17603521756641238, 0.7905796320440012, -0.4896518425142701, 0.6451349968635226, -1.6322856526019989, 2.482350550005483, -0.37729026515002906, -0.611378142916164, -0.2730889937060332, 0.6954052851920194, 3.9623026297451367, 0.29585725463754314, 1.040891514181683, 1.040891514181683, -0.7438967392607363, -0.17603521756641238, -0.611378142916164, 0.5928928982888682, -0.17603521756641238, -0.17603521756641238, 2.0334432886877583, 1.3748461706683297, 0.08012749020472598, 0.2276861006777663, 0.3607524570725149, 0.8357243310987635, -0.611378142916164, 0.08012749020472598, -0.2730889937060332, -0.17603521756641238, -0.2730889937060332, -0.7438967392607363, -0.2730889937060332, -9.248612065877916e-05, 0.7905796320440012, 1.8415378735926258, -0.4896518425142701, -0.37729026515002906, -0.17603521756641238, 1.82070559222882, 0.15590468635214547, 0.6954052851920194, -0.08527639784704028, -1.2240501920909093, -9.248612065877916e-05, 0.538521599583036, 0.2276861006777663, -9.248612065877916e-05, 0.4226631310923725, -0.8888810601494617, -0.8888810601494617, 1.040891514181683, -0.37729026515002906, -0.7438967392607363, -0.611378142916164, -0.37729026515002906, 3.6606461217602964, 0.538521599583036, 3.608193828408369, -0.37729026515002906, 0.6451349968635226, -0.2730889937060332, 0.8357243310987635, -0.4896518425142701, 1.5146183979436418, -0.37729026515002906, 0.2276861006777663, -0.17603521756641238, 1.251232913967595, 0.8357243310987635, -0.4896518425142701, -0.4896518425142701, 2.0154698370834483, 0.2276861006777663, -0.7438967392607363, 1.7780203827315044, 3.0324769872561306, 1.2184259187048008, -0.08527639784704028, 0.6954052851920194, 2.376880380890281, -0.8888810601494617, -0.4896518425142701, -0.37729026515002906, -0.4896518425142701, -1.2240501920909093, -0.611378142916164, 0.08012749020472598, 1.9600199820652515, 0.7438446439097097, 1.6409325840070754, -0.4896518425142701, -0.7438967392607363, -1.2240501920909093, -0.08527639784704028, 3.650322787615372, 1.3748461706683297, -0.08527639784704028, -0.08527639784704028, -0.2730889937060332, -1.2240501920909093, 3.3934515859940437, 0.8357243310987635, -0.2730889937060332, -9.248612065877916e-05, 2.306363550804842, 2.6925095125703424, -9.248612065877916e-05, -1.0482429973123506, -1.4182816560056672, -0.37729026515002906, 0.8357243310987635, 0.8357243310987635, -0.611378142916164, -0.611378142916164, 3.065321599188126, 2.88287302343496, 0.4226631310923725, 0.08012749020472598, 0.08012749020472598, -0.611378142916164, -0.611378142916164, 0.2276861006777663, 3.1363359737611467, -0.8888810601494617, 0.6954052851920194, -1.2240501920909093, 3.53103203680143, 0.3607524570725149, 0.8793819069528401, 1.82070559222882, -0.8888810601494617, -0.8888810601494617, -0.7438967392607363, 0.5928928982888682, -0.611378142916164, -0.611378142916164, 0.538521599583036, 2.2917922665021697, 0.3607524570725149, 0.9626015551274244, 0.15590468635214547, -0.8888810601494617, -0.08527639784704028, 0.08012749020472598, -1.2240501920909093, 2.6374385577952526, 2.1197854455398213, 0.3607524570725149, -0.611378142916164, 2.873515909703108, 1.4040155034108934, 1.040891514181683, 1.0783619802391675, 0.29585725463754314, -9.248612065877916e-05, 0.2276861006777663, 0.2276861006777663, 0.2276861006777663, 2.306363550804842, -0.08527639784704028, 0.5928928982888682, 0.3607524570725149, 0.8793819069528401, 1.9021180793121983, 0.4818445936094725, 0.4818445936094725, 0.15590468635214547, 0.08012749020472598, 3.28841111453668, -1.2240501920909093, 0.29585725463754314, -1.2240501920909093, 1.3748461706683297, -0.611378142916164, -0.611378142916164, 0.08012749020472598, -9.248612065877916e-05, -1.4182816560056672, -9.248612065877916e-05, -1.0482429973123506, -1.0482429973123506, 3.903878303430208, 3.449025286095808, -0.37729026515002906, -0.2730889937060332, 0.29585725463754314, 0.4226631310923725, 3.974489269064596, 0.4818445936094725, 0.2276861006777663, 1.0023264081422312, 0.4818445936094725, 0.538521599583036, 3.1130906968786696, 0.29585725463754314, 1.3450148705957543, 1.2832420954960997, -0.2730889937060332, -0.7438967392607363, 1.1147976350243527, 1.1847806644316738, 1.150253578847334, 0.29585725463754314, -0.611378142916164, -0.611378142916164, 0.5928928982888682, 3.4610604254303694, -0.611378142916164, -1.0482429973123506, -0.08527639784704028, 0.08012749020472598, -0.2730889937060332, 0.538521599583036, -0.08527639784704028, 0.6451349968635226, -0.2730889937060332, 0.2276861006777663, 1.1147976350243527, 1.150253578847334, -0.7438967392607363, 1.82070559222882, 3.650322787615372, 0.2276861006777663, -0.2730889937060332, -9.248612065877916e-05, 4.489132749631222, -0.08527639784704028, 0.15590468635214547, -0.2730889937060332, -0.08527639784704028, 2.4040559819668466, 0.4818445936094725, 1.3450148705957543, 4.148377430140473, -1.4182816560056672, 1.4325514369933503, 1.040891514181683, -0.4896518425142701, 0.6954052851920194, 0.4226631310923725, -0.7438967392607363, -1.2240501920909093, -0.37729026515002906, 0.15590468635214547, 0.29585725463754314, 0.538521599583036, -0.611378142916164, 0.4226631310923725, -0.37729026515002906, 0.15590468635214547, 0.4818445936094725, 0.9626015551274244, 0.5928928982888682, -0.17603521756641238, 0.08012749020472598, 0.29585725463754314, 0.4818445936094725, -1.865811656188531, -0.611378142916164, 0.15590468635214547, 0.8793819069528401, 0.4818445936094725, 0.5928928982888682, 0.538521599583036, -0.2730889937060332, 0.4226631310923725, -0.611378142916164, 0.3607524570725149, 0.15590468635214547, 0.2276861006777663, 4.464359199596298, 0.08012749020472598, -0.7438967392607363, 0.29585725463754314, 0.538521599583036, -9.248612065877916e-05, -0.2730889937060332, 1.9787653791124924, -0.37729026515002906, -1.0482429973123506, -0.2730889937060332, 0.3607524570725149, -0.611378142916164, 0.5928928982888682, 2.796144893268723, -0.2730889937060332, -0.2730889937060332, 0.4818445936094725, 0.6451349968635226, -0.611378142916164, -0.37729026515002906, 1.1147976350243527, 0.29585725463754314, 2.5074406086693672, 1.2184259187048008, 0.6451349968635226, 0.2276861006777663, 0.4818445936094725, -9.248612065877916e-05, 0.5928928982888682, 0.3607524570725149, 0.6451349968635226, 0.2276861006777663, -9.248612065877916e-05, 1.2184259187048008, 0.15590468635214547, -0.17603521756641238, -0.2730889937060332, 0.6954052851920194, 0.08012749020472598, -0.2730889937060332, 0.8357243310987635, -0.2730889937060332, -9.248612065877916e-05, 1.9600199820652515, 3.1516062290367053, -0.08527639784704028, -9.248612065877916e-05, -9.248612065877916e-05, 0.538521599583036, 0.08012749020472598, 0.538521599583036, -9.248612065877916e-05, 1.150253578847334, -0.08527639784704028, 0.4226631310923725, 4.282793289567072, -0.37729026515002906, 0.08012749020472598, 0.15590468635214547, 0.08012749020472598, 0.9216459388376288, 0.2276861006777663, -0.08527639784704028, -0.8888810601494617, -0.611378142916164, -0.37729026515002906, -0.37729026515002906, -9.248612065877916e-05, 0.538521599583036, 0.4226631310923725, 0.538521599583036, 0.6954052851920194, -1.2240501920909093, 0.7438446439097097, 0.29585725463754314, 1.251232913967595, -0.17603521756641238, 1.6882389958343142, 1.4040155034108934, -0.2730889937060332, 0.2276861006777663, 0.6954052851920194, -9.248612065877916e-05, -0.37729026515002906, 0.8793819069528401, 0.4818445936094725, 0.2276861006777663, -0.2730889937060332, 0.29585725463754314, 0.29585725463754314, -0.8888810601494617, 0.6451349968635226, 0.4226631310923725, -0.4896518425142701, -0.2730889937060332, 1.6409325840070754, 0.8357243310987635, -0.2730889937060332, 0.3607524570725149, -0.2730889937060332, 0.15590468635214547, 0.08012749020472598, 2.7139043243209198, 0.3607524570725149, 2.2318278470793538, 0.7438446439097097, 0.4818445936094725, 0.6451349968635226, 2.1363908717587288, -1.2240501920909093, -0.17603521756641238, -0.611378142916164, -1.2240501920909093, -9.248612065877916e-05, -0.17603521756641238, -0.17603521756641238, 0.3607524570725149, 0.4818445936094725, 0.08012749020472598, 1.314491071518714, 0.4818445936094725, -0.17603521756641238, 0.15590468635214547, 0.08012749020472598, 2.4949557538093865, -0.17603521756641238, 1.040891514181683, 1.4604807399154567, 0.4226631310923725, 0.6451349968635226, -0.08527639784704028, 0.2276861006777663, 0.538521599583036, 1.2184259187048008, 0.29585725463754314, -0.4896518425142701, 0.538521599583036, 0.15590468635214547, 0.8357243310987635, 0.6451349968635226, -0.17603521756641238, 0.29585725463754314, 0.4226631310923725, 0.4818445936094725, 0.5928928982888682, 0.2276861006777663, 1.2184259187048008, 0.6954052851920194, 0.15590468635214547, 0.29585725463754314, 0.9216459388376288, 1.3450148705957543, 0.2276861006777663, 0.4818445936094725, 2.1029666324747422, -0.08527639784704028, 1.591856089805962, 1.6882389958343142, 0.7438446439097097, -0.2730889937060332, 2.085928888734871, 0.3607524570725149, 2.152788247430435, -9.248612065877916e-05, 0.4226631310923725, -0.4896518425142701, 0.15590468635214547, 1.997246215498036, -9.248612065877916e-05, 0.6954052851920194, -0.611378142916164, 1.040891514181683, 0.6954052851920194, 0.9216459388376288, 0.9216459388376288, -0.7438967392607363, 2.1363908717587288, 0.6451349968635226, 0.538521599583036, 1.2832420954960997, 0.8357243310987635, 0.6451349968635226, -9.248612065877916e-05, 0.538521599583036, 3.1591749552927344, -9.248612065877916e-05, -0.611378142916164, 0.4818445936094725, 3.0814394367288287, 2.085928888734871, 0.5928928982888682, 0.4818445936094725, 0.5928928982888682, -0.08527639784704028, 1.4604807399154567, 2.0511733302772037, 0.29585725463754314, 0.4818445936094725, 1.9600199820652515, 0.29585725463754314, 2.184979215325085, 1.7112672894988743, 0.6954052851920194, -1.0482429973123506, 0.15590468635214547, 0.6954052851920194, -0.17603521756641238, -0.4896518425142701], [-0.9341134736748694, -1.5530015664920045, -1.0671666716560881, -0.7007910262877146, 2.6197364631518845, -1.5530015664920045, 1.5472911681652017, -1.3747538962334622, -1.5530015664920045, -1.2134143158567183, -0.17790026198188624, -1.96370320203345, -1.0671666716560881, -1.2134143158567183, -1.96370320203345, -0.5020496767318969, -0.9341134736748694, -0.7007910262877146, -0.5976759645563123, -1.2134143158567183, -0.32969264979950125, -1.0671666716560881, -1.0671666716560881, -1.2134143158567183, -0.7007910262877146, -1.7493946381935803, -0.8125001645422217, -1.3747538962334622, -1.0671666716560881, -0.7007910262877146, -0.7007910262877146, -0.7007910262877146, -1.5530015664920045, -1.2134143158567183, -0.7007910262877146, -0.7007910262877146, -1.0671666716560881, -1.2134143158567183, -0.8125001645422217, -0.9341134736748694, -1.0671666716560881, -1.5530015664920045, -0.2515187355288427, -1.0671666716560881, -0.2515187355288427, -0.5020496767318969, -0.8125001645422217, -0.8125001645422217, -0.04248461915405767, -0.32969264979950125, -1.96370320203345, -0.04248461915405767, -1.0671666716560881, -1.3747538962334622, -0.9341134736748694, -0.5020496767318969, -0.9341134736748694, -0.7007910262877146, -1.2134143158567183, -0.4129826989209603, -0.04248461915405767, -0.5976759645563123, -0.17790026198188624, -0.8125001645422217, -1.5530015664920045, -0.17790026198188624, -0.8125001645422217, -0.7007910262877146, -1.0671666716560881, -1.7493946381935803, -0.17790026198188624, -1.3747538962334622, -2.193061743325044, -1.96370320203345, -0.2515187355288427, -0.7007910262877146, -0.32969264979950125, -0.9341134736748694, -0.5976759645563123, 1.9670642923805728, 1.7537379426657085, -1.0671666716560881, -0.9341134736748694, -0.8125001645422217, -1.3747538962334622, -1.5530015664920045, 0.020076559798387662, -0.32969264979950125, -0.5020496767318969, -0.32969264979950125, -0.7007910262877146, -0.8125001645422217, -0.5020496767318969, -0.5976759645563123, -0.7007910262877146, -0.7007910262877146, -1.2134143158567183, -0.04248461915405767, -0.32969264979950125, -1.2134143158567183, -0.7007910262877146, -0.8125001645422217, -1.3747538962334622, 3.135948863030937, 0.136447263069643, -0.1083589611042389, 1.1862575972437113, -1.3747538962334622, -0.5020496767318969, -1.7493946381935803, -0.2515187355288427, -1.3747538962334622, -0.5976759645563123, -1.2134143158567183, -0.4129826989209603, -0.1083589611042389, -0.8125001645422217, -1.7493946381935803, -0.7007910262877146, -1.3747538962334622, 2.168963272571134, -0.8125001645422217, -1.5530015664920045, -0.4129826989209603, -0.17790026198188624, -0.5020496767318969, -0.5020496767318969, -0.9341134736748694, -0.4129826989209603, 2.126941003897844, -0.1083589611042389, -0.9341134736748694, -1.2134143158567183, -0.17790026198188624, -0.2515187355288427, -0.1083589611042389, -0.5020496767318969, 1.6784743806746658, -0.4129826989209603, -0.8125001645422217, -0.4129826989209603, -0.5976759645563123, -0.7007910262877146, -1.0671666716560881, -0.04248461915405767, -1.3747538962334622, 0.3867447821723883, -0.17790026198188624, -1.3747538962334622, -0.5976759645563123, 0.136447263069643, -0.9341134736748694, 1.232153918630693, -0.7007910262877146, -0.7007910262877146, -0.04248461915405767, -0.32969264979950125, -0.7007910262877146, -0.17790026198188624, -0.8125001645422217, -0.8125001645422217, 0.19075853480466892, -0.5976759645563123, -0.4129826989209603, 0.020076559798387662, -0.5976759645563123, -1.5530015664920045, -0.1083589611042389, 0.020076559798387662, -0.17790026198188624, -0.4129826989209603, -0.32969264979950125, -0.9341134736748694, -0.5976759645563123, -0.8125001645422217, -0.7007910262877146, -0.8125001645422217, -0.1083589611042389, -0.9341134736748694, -1.0671666716560881, -0.5976759645563123, -0.5976759645563123, -1.0671666716560881, -0.1083589611042389, -0.5976759645563123, 2.8800043936497253, -0.9341134736748694, -0.1083589611042389, -1.7493946381935803, -0.8125001645422217, -0.1083589611042389, -0.4129826989209603, -1.3747538962334622, -1.0671666716560881, -1.0671666716560881, -0.8125001645422217, -0.8125001645422217, -0.5976759645563123, 0.3867447821723883, -1.2134143158567183, -0.4129826989209603, -0.5020496767318969, -0.4129826989209603, -0.8125001645422217, -0.5020496767318969, -0.9341134736748694, -0.1083589611042389, -1.2134143158567183, -0.5976759645563123, -0.7007910262877146, -0.4129826989209603, -0.9341134736748694, -1.0671666716560881, -1.3747538962334622, -0.4129826989209603, -1.0671666716560881, -1.7493946381935803, -0.7007910262877146, -0.32969264979950125, -0.7007910262877146, -0.7007910262877146, -0.4129826989209603, 0.6319528018095182, -0.8125001645422217, -0.2515187355288427, -0.8125001645422217, -0.5020496767318969, -0.5020496767318969, -0.7007910262877146, 0.19075853480466892, -1.7493946381935803, -1.0671666716560881, -0.9341134736748694, 0.6684085971710766, -1.3747538962334622, -1.0671666716560881, 0.07963137348226508, -0.9341134736748694, 0.07963137348226508, -0.9341134736748694, -1.0671666716560881, -0.32969264979950125, 0.6684085971710766, 1.979217921847369, 0.020076559798387662, -0.5020496767318969, -0.4129826989209603, 1.1626364234067583, -1.0671666716560881, -0.8125001645422217, -0.8125001645422217, 0.07963137348226508, -0.2515187355288427, -0.7007910262877146, 2.003162076907456, -0.32969264979950125, -0.7007910262877146, -0.17790026198188624, -0.7007910262877146, 0.020076559798387662, 3.6552413709114617, -0.4129826989209603, -0.8125001645422217, -1.2134143158567183, -1.3747538962334622, -0.7007910262877146, -0.17790026198188624, 0.136447263069643, -0.8125001645422217, -0.5976759645563123, -1.2134143158567183, -0.4129826989209603, -0.4129826989209603, -0.2515187355288427, 0.020076559798387662, -0.5976759645563123, -0.1083589611042389, -0.5976759645563123, -0.4129826989209603, 0.020076559798387662, -0.5020496767318969, -0.9341134736748694, 0.136447263069643, -0.8125001645422217, -0.04248461915405767, -1.3747538962334622, -0.9341134736748694, -0.2515187355288427, -0.7007910262877146, -0.5020496767318969, -0.9341134736748694, 1.6939091314866144, -0.04248461915405767, 0.07963137348226508, 0.29266839634981, 0.136447263069643, -0.4129826989209603, 3.266820344061529, -0.5976759645563123, -1.0671666716560881, -0.8125001645422217, -0.8125001645422217, -0.7007910262877146, -1.0671666716560881, -0.1083589611042389, -0.5020496767318969, 0.07963137348226508, -0.8125001645422217, -0.4129826989209603, -1.5530015664920045, -1.96370320203345, -0.7007910262877146, -0.5976759645563123, 0.34061136178220763, -0.7007910262877146, -1.0671666716560881, 2.2774663244374715, -0.8125001645422217, -0.7007910262877146, -1.3747538962334622, -0.17790026198188624, -0.7007910262877146, -1.0671666716560881, 0.07963137348226508, -0.8125001645422217, -1.2134143158567183, -0.2515187355288427, -0.4129826989209603, 0.136447263069643, -0.32969264979950125, -0.9341134736748694, -0.1083589611042389, 0.020076559798387662, 0.136447263069643, -0.8125001645422217, -0.9341134736748694, -0.1083589611042389, -1.3747538962334622, 1.360193456429483, -0.5976759645563123, -0.9341134736748694, 2.179242830477609, -1.3747538962334622, -0.04248461915405767, 2.7663656671302856, -0.5976759645563123, 0.07963137348226508, -0.17790026198188624, -0.32969264979950125, -0.32969264979950125, -1.0671666716560881, -0.5976759645563123, -0.2515187355288427, 0.19075853480466892, -0.8125001645422217, -0.5976759645563123, -0.5020496767318969, -0.32969264979950125, -0.2515187355288427, -0.5976759645563123, -0.7007910262877146, -0.8125001645422217, -0.17790026198188624, 0.24277144799802705, 0.24277144799802705, -1.2134143158567183, -0.5976759645563123, -0.2515187355288427, -0.5976759645563123, -0.4129826989209603, -0.1083589611042389, -0.9341134736748694, -0.9341134736748694, -0.32969264979950125, -0.5976759645563123, -0.4129826989209603, 0.136447263069643, -0.2515187355288427, -0.8125001645422217, -0.9341134736748694, -0.9341134736748694, -0.9341134736748694, -0.8125001645422217, -0.32969264979950125, -0.17790026198188624, -0.04248461915405767, -0.1083589611042389, 0.07963137348226508, 0.136447263069643, -0.8125001645422217, -1.5530015664920045, -0.5976759645563123, -0.17790026198188624, -0.8125001645422217, -0.5020496767318969, -0.17790026198188624, -1.0671666716560881, 0.020076559798387662, -0.32969264979950125, -0.1083589611042389, -0.5976759645563123, -0.7007910262877146, 0.020076559798387662, 1.457377977706361, 0.24277144799802705, -0.32969264979950125, -0.5020496767318969, -0.1083589611042389, -0.1083589611042389, -0.17790026198188624, 1.2978757200198174, -0.32969264979950125, -0.8125001645422217, -0.4129826989209603, -1.3747538962334622, -0.17790026198188624, 1.9547863334599316, 0.24277144799802705, -0.04248461915405767, -0.4129826989209603, -0.5976759645563123, -0.5020496767318969, -0.8125001645422217, -0.1083589611042389, 0.07963137348226508, -0.4129826989209603, -0.2515187355288427, 0.19075853480466892, -0.04248461915405767, -0.9341134736748694, -1.3747538962334622, -0.5976759645563123, -0.7007910262877146, -0.2515187355288427, -0.7007910262877146, -0.8125001645422217, 3.1173680479790398, 1.254462271309998, -0.32969264979950125, -0.32969264979950125, 0.3867447821723883, -0.9341134736748694, -0.2515187355288427, -0.17790026198188624, -0.32969264979950125, -0.32969264979950125, -1.0671666716560881, -0.9341134736748694, 0.24277144799802705, 0.020076559798387662, -1.96370320203345, 0.29266839634981, 2.168963272571134, 0.020076559798387662, -0.04248461915405767, -0.8125001645422217, 2.9890207060103413, -0.8125001645422217, -0.7007910262877146, -0.5976759645563123, -1.2134143158567183, 0.020076559798387662, 0.136447263069643, 2.460769711591863, -0.2515187355288427, -0.9341134736748694, -0.5976759645563123, 2.523837687781453, -0.7007910262877146, -0.04248461915405767, 0.07963137348226508, -0.9341134736748694, -0.5976759645563123, 0.136447263069643, -0.7007910262877146, 0.020076559798387662, 0.136447263069643, -0.17790026198188624, 0.24277144799802705, -0.9341134736748694, -0.8125001645422217, -1.2134143158567183, 0.3867447821723883, -0.5976759645563123, -0.8125001645422217, -0.5976759645563123, -1.2134143158567183, 0.29266839634981, -0.5020496767318969, 0.136447263069643, -0.04248461915405767, -0.32969264979950125, 0.6684085971710766, 0.136447263069643, -0.5020496767318969, -0.8125001645422217, -0.1083589611042389, -0.32969264979950125, 2.368252379778704, -0.1083589611042389, 1.0370416906812177, -0.32969264979950125, -0.17790026198188624, -0.32969264979950125, -0.17790026198188624, -0.2515187355288427, -0.5020496767318969, -0.32969264979950125, -0.7007910262877146, -0.5976759645563123, -0.2515187355288427, -0.1083589611042389, 0.136447263069643, 0.34061136178220763, -0.1083589611042389, 0.34061136178220763, 1.6146722869827181, -0.1083589611042389, -0.7007910262877146, -0.7007910262877146, -0.32969264979950125, 0.020076559798387662, -0.17790026198188624, -0.1083589611042389, -0.04248461915405767, 0.3867447821723883, -0.7007910262877146, -0.2515187355288427, -1.0671666716560881, 1.0102727753903356, -0.17790026198188624, -0.9341134736748694, -1.5530015664920045, -0.5976759645563123, -0.32969264979950125, -0.32969264979950125, -1.3747538962334622, -0.4129826989209603, -0.9341134736748694, -0.5976759645563123, 0.5555815069230974, -0.5020496767318969, -0.8125001645422217, -0.5976759645563123, -0.4129826989209603, -0.04248461915405767, -0.4129826989209603, -1.3747538962334622, -0.9341134736748694, -0.4129826989209603, -0.17790026198188624, -0.17790026198188624, -0.32969264979950125, -0.2515187355288427, -0.5976759645563123, 0.136447263069643, -0.4129826989209603, 0.24277144799802705, -0.9341134736748694, -0.5976759645563123, 0.07963137348226508, -0.5976759645563123, -0.04248461915405767, -0.17790026198188624, -0.8125001645422217, -0.2515187355288427, -0.5976759645563123, -0.7007910262877146, -0.5976759645563123, -0.17790026198188624, 0.7381870115942021, -0.8125001645422217, -0.5020496767318969, -0.4129826989209603, 0.29266839634981, -0.4129826989209603, -0.4129826989209603, -0.5976759645563123, -0.1083589611042389, -0.1083589611042389, -0.5976759645563123, -0.8125001645422217, -1.3747538962334622, -1.5530015664920045, -0.2515187355288427, -0.1083589611042389, -0.5976759645563123, -0.4129826989209603, -0.7007910262877146, 0.07963137348226508, 0.19075853480466892, -0.4129826989209603, -0.5020496767318969, 0.3867447821723883, -0.2515187355288427, -0.8125001645422217, -0.5020496767318969, -0.5976759645563123, 0.136447263069643, 0.136447263069643, -0.1083589611042389, 0.020076559798387662, -0.2515187355288427, 0.136447263069643, -0.5976759645563123, -1.3747538962334622, 0.020076559798387662, 0.6319528018095182, -0.1083589611042389, -0.1083589611042389, -0.8125001645422217, -0.32969264979950125, -0.9341134736748694, -0.17790026198188624, 0.5555815069230974, 0.136447263069643, -0.1083589611042389, 0.19075853480466892, -0.5976759645563123, -1.2134143158567183, -0.8125001645422217, 1.8245614310593732, 0.4311979447353569, -1.0671666716560881, -0.32969264979950125, 0.020076559798387662, -0.17790026198188624, 0.020076559798387662, -0.7007910262877146, -0.8125001645422217, -0.32969264979950125, -0.9341134736748694, -1.2134143158567183, 2.6615368843259297, -0.2515187355288427, -0.7007910262877146, 0.07963137348226508, -0.4129826989209603, -0.9341134736748694, -0.8125001645422217, -0.5020496767318969, -1.2134143158567183, -0.5020496767318969, -0.32969264979950125, 0.020076559798387662, 0.020076559798387662, 0.34061136178220763, 0.24277144799802705, -0.1083589611042389, -0.4129826989209603, -0.2515187355288427, -0.2515187355288427, -0.4129826989209603, 3.2543576636425957, -1.0671666716560881, -0.7007910262877146, 2.179242830477609, -0.32969264979950125, -0.7007910262877146, 0.07963137348226508, -1.2134143158567183, 0.020076559798387662, 0.19075853480466892, 0.19075853480466892, -1.3747538962334622, 0.136447263069643, -0.5976759645563123, 0.136447263069643, -0.7007910262877146, -1.0671666716560881, 0.8358482357181092, -0.8125001645422217, 0.34061136178220763, 0.4311979447353569, -0.04248461915405767, -0.4129826989209603, -0.1083589611042389, -0.17790026198188624, -1.0671666716560881, -1.2134143158567183, -0.2515187355288427, -0.17790026198188624, -0.2515187355288427, 2.296181549958995, -0.5020496767318969, 0.29266839634981, -0.1083589611042389, -0.04248461915405767, 0.24277144799802705, -0.2515187355288427, -0.17790026198188624, -0.17790026198188624, -0.2515187355288427, -0.5976759645563123, 0.4311979447353569, -0.9341134736748694, -0.32969264979950125, -0.1083589611042389, -0.17790026198188624, -1.2134143158567183, -0.5976759645563123, -0.17790026198188624, 0.136447263069643, 0.24277144799802705, -0.17790026198188624, -0.5020496767318969, -0.5976759645563123, -0.2515187355288427, -0.8125001645422217, 0.020076559798387662, -0.7007910262877146, -0.2515187355288427, -0.2515187355288427, 0.5555815069230974, -0.5020496767318969, 0.19075853480466892, -0.2515187355288427, 0.29266839634981, 0.136447263069643, 0.136447263069643, -0.17790026198188624, 0.29266839634981, 0.07963137348226508, -0.2515187355288427, 0.19075853480466892, -0.1083589611042389, -0.5020496767318969, -0.17790026198188624, -0.32969264979950125, -0.17790026198188624, -0.7007910262877146, -0.9341134736748694, 0.6684085971710766, 0.7038000840406949, -1.2134143158567183, -0.9341134736748694, -0.4129826989209603, -0.32969264979950125, -1.2134143158567183, 0.19075853480466892, -0.5976759645563123, -0.32969264979950125, -0.7007910262877146, 0.020076559798387662, -0.5020496767318969, -0.4129826989209603, -0.7007910262877146, -0.2515187355288427, -0.32969264979950125, 0.4311979447353569, 0.19075853480466892, 0.07963137348226508, -0.9341134736748694, -1.2134143158567183, -0.17790026198188624, -0.7007910262877146, 0.7038000840406949, 0.07963137348226508, -0.1083589611042389, 0.29266839634981, -0.2515187355288427, 0.020076559798387662, 0.07963137348226508, 0.7381870115942021, -0.4129826989209603, -0.04248461915405767, 1.8107269879487942, -1.7493946381935803, -0.1083589611042389, -0.32969264979950125, -0.04248461915405767, -0.7007910262877146, -0.8125001645422217, 0.29266839634981, -0.04248461915405767, -0.5020496767318969, 0.24277144799802705, 2.105364758442927, 0.24277144799802705, -0.17790026198188624, -0.4129826989209603, -0.04248461915405767, 0.29266839634981, -0.1083589611042389, -1.0671666716560881, -0.8125001645422217, -0.5976759645563123, -0.5020496767318969, -0.04248461915405767, -0.04248461915405767, 3.4070651314595906, 0.136447263069643, 3.0249493995608976, 0.136447263069643, -0.8125001645422217, -0.8125001645422217, -1.3747538962334622, 0.4740869936391637, -0.1083589611042389, -0.5020496767318969, 0.020076559798387662, -0.9341134736748694, 0.07963137348226508, 0.19075853480466892, 0.6684085971710766, -0.17790026198188624, -0.17790026198188624, 0.020076559798387662, 0.29266839634981, 0.3867447821723883, -0.32969264979950125, -1.0671666716560881, -0.5020496767318969, 0.136447263069643, 0.5155166223349859, 0.07963137348226508, -0.2515187355288427, -0.5976759645563123, 0.5155166223349859, -0.5976759645563123, 2.3769642136854587, -0.17790026198188624, -0.4129826989209603, -0.5020496767318969, 1.2763647223339079, -1.0671666716560881, 1.0370416906812177, 0.3867447821723883, -0.17790026198188624, -0.9341134736748694, 2.0944293773839577, -0.32969264979950125, -0.5020496767318969, -1.0671666716560881, 1.5644939595379141, 0.020076559798387662, 3.154246094508513, -0.17790026198188624, -0.32969264979950125, 0.07963137348226508, -1.0671666716560881, 0.07963137348226508, 2.468836979374463, -0.7007910262877146, -0.5976759645563123, 0.866724737745984, -0.7007910262877146, 0.136447263069643, 2.0382057354013003, 0.020076559798387662, -0.5976759645563123, -0.1083589611042389, -0.4129826989209603, -0.1083589611042389, 0.24277144799802705, -0.9341134736748694, -1.7493946381935803, -0.2515187355288427, 0.19075853480466892, -0.5020496767318969, 0.6319528018095182, 0.020076559798387662, -0.1083589611042389, 0.3867447821723883, -0.5020496767318969, 3.5939202993223707, -0.32969264979950125, 0.07963137348226508, -0.04248461915405767, 0.19075853480466892, 0.9828963677190551, 0.5155166223349859, 0.34061136178220763, 0.136447263069643, 0.020076559798387662, -0.8125001645422217, -0.1083589611042389, -0.17790026198188624, -0.5976759645563123, -0.32969264979950125, -0.7007910262877146, -0.04248461915405767, 2.5083788873838846, 0.19075853480466892, 0.29266839634981, -0.32969264979950125, 1.3802687717142037, 5.0, -0.7007910262877146, -0.9341134736748694, -0.04248461915405767, 0.07963137348226508, 3.964408833520116, -0.04248461915405767, 0.19075853480466892, -0.8125001645422217, -0.04248461915405767, -1.7493946381935803, -0.2515187355288427, 0.3867447821723883, -0.9341134736748694, -0.32969264979950125, -1.2134143158567183, 0.020076559798387662, -0.8125001645422217, 0.4740869936391637, -0.5020496767318969, -0.7007910262877146, -0.5020496767318969, -0.32969264979950125, 2.2868604350505137, -0.2515187355288427, 0.19075853480466892, 0.07963137348226508, -0.32969264979950125, -0.17790026198188624, -0.32969264979950125, 0.4740869936391637, -0.8125001645422217, -0.32969264979950125, 0.9548844485208862, 3.7249118673247774, -0.5976759645563123, 3.3959847319052447, 0.24277144799802705, 0.19075853480466892, -0.5020496767318969, 0.8968319631970703, -1.5530015664920045, -1.2134143158567183, -0.32969264979950125, 3.5939202993223707, 1.2094244047383675, 0.7381870115942021, 0.020076559798387662, -0.7007910262877146, 0.19075853480466892, -0.1083589611042389, -1.0671666716560881, 0.5943675257655568, 0.020076559798387662, 0.5555815069230974, 3.1496978997552976, -0.4129826989209603, 0.19075853480466892, -1.0671666716560881, 0.19075853480466892, 1.7241960501476807, -1.5530015664920045, -0.17790026198188624, -0.4129826989209603, 2.116201378563938, -1.0671666716560881, 0.6319528018095182, -0.04248461915405767, -0.4129826989209603, 1.1139575317374366, 2.9302916822835767, -0.04248461915405767, 0.8358482357181092, 0.19075853480466892, -1.0671666716560881, 0.5155166223349859, -0.17790026198188624, 2.8155323382926536, 0.6319528018095182, 0.29266839634981, -0.5020496767318969, 0.07963137348226508, -0.4129826989209603, -0.1083589611042389, -0.1083589611042389, -1.2134143158567183, -0.4129826989209603, -0.4129826989209603, 0.136447263069643, 0.020076559798387662, 2.427946806205308, -0.17790026198188624, 1.0370416906812177, 0.136447263069643, -1.0671666716560881, -1.2134143158567183, -0.32969264979950125, 0.29266839634981, 0.07963137348226508, 0.5155166223349859, -0.5976759645563123, -0.2515187355288427, 0.3867447821723883, 3.750028598990003, 0.020076559798387662, -0.04248461915405767, 0.8358482357181092, 3.172268267141161, 0.136447263069643, 2.105364758442927, 0.24277144799802705, -1.2134143158567183, -0.04248461915405767, -0.04248461915405767, 0.19075853480466892, -1.3747538962334622, 0.5155166223349859, 0.7716242850868943, -0.4129826989209603, 0.136447263069643, -0.5020496767318969, 0.4311979447353569, 0.136447263069643, 0.9262070290043418, 0.24277144799802705, -1.2134143158567183, -0.32969264979950125, 0.24277144799802705, -0.17790026198188624, -0.32969264979950125, 0.19075853480466892, -0.8125001645422217, 0.5555815069230974, -0.7007910262877146, -0.32969264979950125, -0.5020496767318969, -0.04248461915405767, 0.136447263069643, -0.9341134736748694, -0.2515187355288427, 0.4311979447353569, 0.3867447821723883, -0.17790026198188624, 0.24277144799802705, -0.7007910262877146, 2.5161331953850543, -1.0671666716560881, 3.4216814633934907, 0.07963137348226508, -0.1083589611042389, 0.29266839634981, 2.8215388036531293, 0.020076559798387662, 0.020076559798387662, 0.29266839634981, -1.2134143158567183, -0.4129826989209603, -0.7007910262877146, 0.020076559798387662, -0.32969264979950125, 0.020076559798387662, -0.8125001645422217, 0.020076559798387662, 0.34061136178220763, 0.29266839634981, -0.17790026198188624, 1.9547863334599316, 0.07963137348226508, -1.2134143158567183, 0.24277144799802705, 3.1032409805464565, 0.3867447821723883, 0.19075853480466892, -0.04248461915405767, -0.1083589611042389, 0.020076559798387662, 1.339777425318508, 0.020076559798387662, 0.34061136178220763, -0.17790026198188624, 2.6408187983126834, -0.04248461915405767, 0.4311979447353569, 0.5943675257655568, -0.32969264979950125, 0.19075853480466892, -0.8125001645422217, 2.5616347467710665, 0.5555815069230974, 0.19075853480466892, 0.136447263069643, 0.24277144799802705, 0.136447263069643, -0.8125001645422217, 0.3867447821723883, 0.4311979447353569, -1.0671666716560881, -0.5976759645563123, -0.1083589611042389, 1.9670642923805728, 0.29266839634981, -1.5530015664920045, 0.29266839634981, -0.2515187355288427, -0.17790026198188624, -0.17790026198188624, 0.5555815069230974, -0.7007910262877146, -0.4129826989209603, 0.34061136178220763, -0.4129826989209603, 0.19075853480466892, 0.07963137348226508, 0.29266839634981, -0.7007910262877146, -0.7007910262877146, 2.839379749534212, -0.32969264979950125, -0.17790026198188624, 0.34061136178220763, 0.136447263069643, -1.0671666716560881, 0.24277144799802705, -0.17790026198188624, 1.7682407642259823, -0.04248461915405767, 0.7038000840406949, 2.7663656671302856, 0.29266839634981, 0.4311979447353569, -0.17790026198188624, 0.020076559798387662, -0.8125001645422217, -0.7007910262877146, -1.3747538962334622, 2.4111922461569826, 1.7825705194983208, 0.4740869936391637, 2.1481361019015024, -0.5020496767318969, 0.020076559798387662, 0.6319528018095182, 0.3867447821723883, -0.8125001645422217, -0.4129826989209603, -0.32969264979950125, -0.17790026198188624, -0.5020496767318969, 1.4941541580163318, -0.8125001645422217, -0.32969264979950125, -2.193061743325044, 0.020076559798387662, 0.07963137348226508, 0.5155166223349859, 1.232153918630693, 0.5155166223349859, 0.6319528018095182, 0.4311979447353569, 2.6751527147051872, 3.4180440535083343, 0.136447263069643, 0.8968319631970703, -0.32969264979950125, 0.24277144799802705, -0.2515187355288427, 0.5155166223349859, 0.7716242850868943, -0.5976759645563123, 0.34061136178220763, -0.9341134736748694, -0.2515187355288427, 0.020076559798387662, -1.2134143158567183, 0.29266839634981, 0.29266839634981, 0.29266839634981, 0.9828963677190551, 2.21950230054181, 0.8041624704863402, -1.2134143158567183, 0.020076559798387662, -0.2515187355288427, 0.136447263069643, -0.4129826989209603, 2.126941003897844, -0.5020496767318969, 0.19075853480466892, 2.083393420605454, 0.5155166223349859, 3.9028068761842514, 0.136447263069643, 2.8800043936497253, 0.136447263069643, -0.04248461915405767, 0.136447263069643, 1.2763647223339079, -0.4129826989209603, -0.5020496767318969, -0.2515187355288427, -0.1083589611042389, 0.5155166223349859, 0.4740869936391637, 0.07963137348226508, -0.2515187355288427, 0.5943675257655568, -0.5020496767318969, 0.19075853480466892, -0.8125001645422217, 4.6040978964524815, 1.4000145186967212, 1.6309432790414125, 0.020076559798387662, -1.0671666716560881, -0.04248461915405767, 0.136447263069643, 0.4740869936391637, 0.19075853480466892, -0.1083589611042389, -0.5020496767318969, -0.7007910262877146, -0.9341134736748694, 0.34061136178220763, -0.2515187355288427, -0.32969264979950125, -0.04248461915405767, 3.06473415224648, -0.32969264979950125, 0.24277144799802705, -0.9341134736748694, -0.1083589611042389, 3.4033830326319716, 0.5155166223349859, 0.866724737745984, -0.8125001645422217, 0.29266839634981, 0.7381870115942021, 0.07963137348226508, 0.8041624704863402, 2.239136479645944, -0.04248461915405767, 0.34061136178220763, -0.7007910262877146, -0.9341134736748694, 0.020076559798387662, 1.0102727753903356, -0.4129826989209603, -0.4129826989209603, 0.7038000840406949, 0.29266839634981, -0.2515187355288427, 0.24277144799802705, 0.19075853480466892, 0.7038000840406949, -0.1083589611042389, 0.3867447821723883, 0.136447263069643, 0.34061136178220763, 1.0370416906812177, 0.4311979447353569, -0.32969264979950125, -0.9341134736748694, -0.04248461915405767, -0.2515187355288427, 0.9828963677190551, 0.5943675257655568, -0.5976759645563123, 0.9828963677190551, 0.19075853480466892, -0.2515187355288427, -0.1083589611042389, 0.4740869936391637, 0.866724737745984, 2.919297582654434, 2.003162076907456, -0.2515187355288427, 0.3867447821723883, 0.866724737745984, 0.5943675257655568, 0.34061136178220763, 0.136447263069643, 0.34061136178220763, -0.17790026198188624, 0.07963137348226508, -0.8125001645422217, 0.3867447821723883, 2.199541432714238, 0.6319528018095182, 0.4311979447353569, 0.34061136178220763, 3.61574128146501, 0.5155166223349859, -0.32969264979950125, 0.4311979447353569, 0.07963137348226508, -1.0671666716560881, -0.9341134736748694, -0.17790026198188624, -0.5020496767318969, -0.2515187355288427, -1.0671666716560881, 1.8914388871745824, -0.1083589611042389, 0.19075853480466892, -0.5976759645563123, 0.7381870115942021, -0.4129826989209603, 0.020076559798387662, -0.4129826989209603, -0.04248461915405767, 0.9548844485208862, 0.136447263069643, -0.7007910262877146, 0.29266839634981, 0.34061136178220763, 0.34061136178220763, 0.19075853480466892, -0.4129826989209603, -0.5976759645563123, 0.7038000840406949, -0.5976759645563123, -1.2134143158567183, 0.5555815069230974, 0.3867447821723883, 0.19075853480466892, -0.9341134736748694, 0.136447263069643, 1.2763647223339079, 0.7381870115942021, 0.9548844485208862, -0.2515187355288427, -0.7007910262877146, 0.19075853480466892, -0.1083589611042389, 1.7825705194983208, -1.3747538962334622, 1.7967312831713618, 0.7381870115942021, 0.29266839634981, 0.866724737745984, 0.8041624704863402, 3.959780998494191, 0.3867447821723883, 4.118093578347845, 0.07963137348226508, 0.020076559798387662, -1.3747538962334622, 0.8358482357181092, -1.3747538962334622, 0.5155166223349859, -0.8125001645422217, 0.020076559798387662, -0.4129826989209603, -0.2515187355288427, -0.1083589611042389, -0.04248461915405767, -1.0671666716560881, -0.2515187355288427, 0.4311979447353569, 0.07963137348226508, -0.17790026198188624, -0.7007910262877146, 0.020076559798387662, 0.34061136178220763, 0.5943675257655568, 1.438559249160391, 1.3802687717142037, 0.3867447821723883, 0.3867447821723883, 0.7038000840406949, 0.8358482357181092, 0.29266839634981, 1.1385427959962957, 1.6309432790414125, -0.4129826989209603, 0.19075853480466892, 0.07963137348226508, 0.8041624704863402, 0.9548844485208862, 3.6462408048497625, -0.2515187355288427, -0.32969264979950125, 0.24277144799802705, 0.29266839634981, -0.04248461915405767, -0.4129826989209603, 0.29266839634981, -0.4129826989209603, -0.32969264979950125, -0.04248461915405767, -0.32969264979950125, 3.0499691484651983, -0.2515187355288427, 0.8041624704863402, 2.7912009914353537, 2.973286868626785, -0.5976759645563123, 0.7716242850868943, 0.5555815069230974, 2.0149573627753017, -0.17790026198188624, -0.4129826989209603, -0.04248461915405767, -0.5976759645563123, 0.24277144799802705, -1.3747538962334622, 0.34061136178220763, -0.04248461915405767, 0.4740869936391637, 2.605472805765612, -0.4129826989209603, -0.5020496767318969, -0.32969264979950125, 2.3054307939896757, -0.8125001645422217, 0.8358482357181092, 1.339777425318508, 1.8651332571480383, 0.020076559798387662, 3.054911047872422, -0.32969264979950125, 1.7241960501476807, -0.04248461915405767, 0.020076559798387662, 0.07963137348226508, -0.1083589611042389, 0.7381870115942021, 0.5943675257655568, 1.0888602614455978, -0.7007910262877146, -0.4129826989209603, -0.04248461915405767, -0.5976759645563123, 0.7381870115942021, 0.19075853480466892, -0.5976759645563123, 0.19075853480466892, 0.3867447821723883, 0.020076559798387662, -0.2515187355288427, 0.7716242850868943, 3.0045507391350887, -0.8125001645422217, 0.136447263069643, -0.7007910262877146, 1.838238280398676, 1.9547863334599316, 0.7716242850868943, 3.603320827664545, -0.1083589611042389, -0.2515187355288427, 0.19075853480466892, -0.5976759645563123, 0.07963137348226508, 0.5555815069230974, 0.7038000840406949, -0.2515187355288427, -0.32969264979950125, 0.24277144799802705, 0.29266839634981, 0.6319528018095182, 0.8358482357181092, 0.136447263069643, -0.8125001645422217, 0.3867447821723883, 0.6684085971710766, 0.19075853480466892, 0.136447263069643, 1.0102727753903356, 0.07963137348226508, -0.32969264979950125, -0.04248461915405767, 0.07963137348226508, 0.4740869936391637, 3.705006178541451, 0.020076559798387662, 3.752787137060103, 0.5155166223349859, -0.17790026198188624, 0.4311979447353569, 0.19075853480466892, 1.6309432790414125, 0.34061136178220763, -0.04248461915405767, -0.7007910262877146, 0.5155166223349859, 2.061012266726081, 0.29266839634981, 3.1767317949720533, 0.4311979447353569, 0.07963137348226508, 0.07963137348226508, 1.0632293308153504, 0.5155166223349859, 2.728120726945002, 0.136447263069643, -0.04248461915405767, -0.04248461915405767, 0.34061136178220763, -0.17790026198188624, 1.991249711468896, 0.020076559798387662, 0.020076559798387662, 0.866724737745984, -0.04248461915405767, 0.136447263069643, -0.4129826989209603, -1.7493946381935803, -0.1083589611042389, -0.1083589611042389, 0.29266839634981, -0.2515187355288427, -0.04248461915405767, -0.4129826989209603, -0.1083589611042389, 0.8041624704863402, 2.21950230054181, 1.1385427959962957, 0.9828963677190551, 0.020076559798387662, 0.24277144799802705, 0.4740869936391637, 0.24277144799802705, 0.29266839634981, -1.2134143158567183, -0.2515187355288427, 0.34061136178220763, -0.32969264979950125, -0.5976759645563123, -0.32969264979950125, -0.32969264979950125, 0.136447263069643, -0.17790026198188624, 0.7038000840406949, -0.04248461915405767, 0.07963137348226508, 0.29266839634981, -0.17790026198188624, -0.04248461915405767, -0.32969264979950125, 0.4740869936391637, -0.2515187355288427, 2.8970022499468198, 1.7390578312388656, 1.0102727753903356, 0.4740869936391637, 0.19075853480466892, 2.999396380506388, 0.7038000840406949, 0.29266839634981, 2.4362371276432673, -0.17790026198188624, 2.0149573627753017, 0.29266839634981, 0.866724737745984, 0.136447263069643, 1.339777425318508, 2.189435060541601, 0.24277144799802705, -0.2515187355288427, -0.17790026198188624, 0.4311979447353569, -0.17790026198188624, 0.34061136178220763, 0.19075853480466892, -0.5976759645563123, -0.1083589611042389, -0.04248461915405767, 0.4311979447353569, 0.9548844485208862, 0.34061136178220763, 0.020076559798387662, -0.2515187355288427, 0.4740869936391637, 0.29266839634981, 1.5644939595379141, 0.29266839634981, 0.136447263069643, -0.1083589611042389, 0.7381870115942021, 0.29266839634981, -0.1083589611042389, -0.5976759645563123, 2.15859487883065, 0.9262070290043418, -0.04248461915405767, 0.07963137348226508, 1.1626364234067583, 0.34061136178220763, 0.34061136178220763, -0.5976759645563123, 0.6319528018095182, 0.6319528018095182, 1.339777425318508, 0.4311979447353569, -0.17790026198188624, 0.136447263069643, 2.8452682231588087, -0.8125001645422217, 0.5943675257655568, -0.5020496767318969, 0.24277144799802705, 2.605472805765612, 0.07963137348226508, -0.7007910262877146, -0.17790026198188624, 0.19075853480466892, 2.368252379778704, 2.296181549958995, -0.04248461915405767, 0.29266839634981, 0.7381870115942021, 0.34061136178220763, -0.1083589611042389, 0.7038000840406949, 1.6939091314866144, -0.1083589611042389, 0.34061136178220763, 0.29266839634981, 0.19075853480466892, 0.34061136178220763, 2.569053281678755, -1.2134143158567183, 0.136447263069643, 0.6684085971710766, 0.136447263069643, 0.020076559798387662, 0.7038000840406949, 4.152141933227537, -0.1083589611042389, 0.19075853480466892, 2.21950230054181, 3.172268267141161, 0.3867447821723883, 0.136447263069643, 3.4818863103302715, 0.6684085971710766, 2.484810525361532, 1.3190089577198578, 0.34061136178220763, -0.1083589611042389, -0.32969264979950125, 1.5644939595379141, 1.991249711468896, 0.24277144799802705, 2.5390997562673148, 1.232153918630693, 0.4740869936391637, 1.1626364234067583, -0.04248461915405767, 0.020076559798387662, 0.3867447821723883, 0.5555815069230974, 0.9262070290043418, 2.728120726945002, 0.34061136178220763], [-0.19024796656430076, -0.8998172348271213, -0.8998172348271213, -0.8998172348271213, -0.8998172348271213, -0.6519652217985331, -0.41327545885497896, -0.8998172348271213, -0.6519652217985331, -0.8998172348271213, -0.41327545885497896, -0.8998172348271213, -0.8998172348271213, -0.19024796656430076, -0.8998172348271213, 0.014135159802938781, -0.8998172348271213, -0.6519652217985331, -0.6519652217985331, -0.6519652217985331, -0.6519652217985331, -0.8998172348271213, -0.8998172348271213, 0.014135159802938781, -0.6519652217985331, -0.6519652217985331, -0.6519652217985331, 0.014135159802938781, -0.6519652217985331, -0.41327545885497896, -0.6519652217985331, -0.41327545885497896, -0.6519652217985331, -0.41327545885497896, -0.6519652217985331, -0.8998172348271213, -0.41327545885497896, 0.3675381763042505, -0.41327545885497896, -0.6519652217985331, -0.8998172348271213, -0.19024796656430076, -0.41327545885497896, -0.8998172348271213, 0.5197357588696274, -0.6519652217985331, -0.6519652217985331, 0.014135159802938781, -0.6519652217985331, -0.41327545885497896, -0.41327545885497896, -0.19024796656430076, -0.8998172348271213, -0.8998172348271213, -0.8998172348271213, 0.014135159802938781, -0.19024796656430076, -0.6519652217985331, -0.6519652217985331, -0.41327545885497896, -0.6519652217985331, -0.41327545885497896, -0.8998172348271213, 0.014135159802938781, -0.41327545885497896, -0.6519652217985331, -0.19024796656430076, -0.41327545885497896, 0.014135159802938781, -0.41327545885497896, -0.6519652217985331, -0.8998172348271213, -0.8998172348271213, -0.8998172348271213, -0.41327545885497896, -0.6519652217985331, 0.014135159802938781, -0.6519652217985331, -0.19024796656430076, -0.6519652217985331, 0.014135159802938781, -0.6519652217985331, -0.6519652217985331, -0.41327545885497896, -0.41327545885497896, -0.8998172348271213, 0.3675381763042505, -0.6519652217985331, -0.19024796656430076, -0.6519652217985331, -0.6519652217985331, 0.014135159802938781, -0.6519652217985331, 0.014135159802938781, -0.8998172348271213, -0.41327545885497896, -0.41327545885497896, -0.6519652217985331, -0.8998172348271213, -0.19024796656430076, -0.6519652217985331, -0.6519652217985331, -0.19024796656430076, -0.41327545885497896, 0.014135159802938781, -0.8998172348271213, -0.6519652217985331, -0.8998172348271213, -0.8998172348271213, -0.41327545885497896, -0.6519652217985331, -0.41327545885497896, -0.8998172348271213, -0.41327545885497896, -0.19024796656430076, -0.19024796656430076, -0.6519652217985331, -0.6519652217985331, 0.5197357588696274, -0.6519652217985331, -0.8998172348271213, -0.8998172348271213, -0.41327545885497896, -0.41327545885497896, -0.41327545885497896, -0.19024796656430076, 0.014135159802938781, 0.19963465731309168, -0.41327545885497896, -0.19024796656430076, -0.6519652217985331, 0.014135159802938781, -0.6519652217985331, -0.19024796656430076, -0.8998172348271213, -0.6519652217985331, -0.8998172348271213, -0.6519652217985331, -0.41327545885497896, -0.6519652217985331, -0.6519652217985331, -0.41327545885497896, -0.41327545885497896, -0.6519652217985331, -0.6519652217985331, -0.8998172348271213, 0.19963465731309168, -0.6519652217985331, -0.8998172348271213, -0.19024796656430076, -0.41327545885497896, -0.6519652217985331, -0.6519652217985331, -0.6519652217985331, -0.41327545885497896, -0.8998172348271213, 0.3675381763042505, -0.41327545885497896, -0.8998172348271213, -0.6519652217985331, -0.8998172348271213, -0.8998172348271213, -0.6519652217985331, -0.6519652217985331, -0.6519652217985331, -0.6519652217985331, -0.41327545885497896, -0.19024796656430076, -0.8998172348271213, -0.6519652217985331, -0.6519652217985331, -0.41327545885497896, -0.8998172348271213, -0.41327545885497896, -0.6519652217985331, -0.8998172348271213, -0.41327545885497896, -0.6519652217985331, -0.6519652217985331, -0.8998172348271213, -0.8998172348271213, 0.014135159802938781, -0.6519652217985331, -0.41327545885497896, -0.19024796656430076, -0.19024796656430076, -0.6519652217985331, -0.41327545885497896, 0.6582020924370481, -0.6519652217985331, -0.8998172348271213, -0.19024796656430076, -0.6519652217985331, -0.41327545885497896, -0.8998172348271213, -0.8998172348271213, -0.6519652217985331, -0.6519652217985331, -0.6519652217985331, -0.6519652217985331, -0.6519652217985331, -0.19024796656430076, -0.6519652217985331, -0.19024796656430076, -0.8998172348271213, -0.19024796656430076, -0.8998172348271213, -0.41327545885497896, -0.41327545885497896, -0.6519652217985331, -0.8998172348271213, -0.6519652217985331, 0.014135159802938781, -0.6519652217985331, 0.014135159802938781, -0.19024796656430076, -0.8998172348271213, -0.8998172348271213, -0.19024796656430076, -0.8998172348271213, -0.19024796656430076, 0.3675381763042505, -0.19024796656430076, 0.6582020924370481, -0.6519652217985331, -0.41327545885497896, -0.6519652217985331, -0.6519652217985331, -0.19024796656430076, -0.6519652217985331, -0.41327545885497896, 0.19963465731309168, -0.6519652217985331, -0.8998172348271213, -0.6519652217985331, -0.8998172348271213, 0.014135159802938781, -0.19024796656430076, -0.6519652217985331, 0.19963465731309168, -0.6519652217985331, -0.8998172348271213, -0.6519652217985331, -0.41327545885497896, -0.8998172348271213, 0.014135159802938781, 0.3675381763042505, -0.6519652217985331, -0.19024796656430076, 0.19963465731309168, -0.19024796656430076, -0.6519652217985331, 0.19963465731309168, -0.41327545885497896, -0.19024796656430076, -0.6519652217985331, -0.19024796656430076, -0.8998172348271213, 0.6582020924370481, 0.014135159802938781, -0.8998172348271213, -0.8998172348271213, 0.19963465731309168, -0.6519652217985331, -0.19024796656430076, -0.19024796656430076, -0.19024796656430076, -0.6519652217985331, -0.19024796656430076, -0.6519652217985331, -0.19024796656430076, -0.41327545885497896, -0.8998172348271213, 0.014135159802938781, -0.19024796656430076, 0.014135159802938781, -0.19024796656430076, -0.6519652217985331, -0.8998172348271213, -0.6519652217985331, -0.6519652217985331, 0.014135159802938781, -0.8998172348271213, -0.8998172348271213, -0.6519652217985331, -0.41327545885497896, -0.19024796656430076, 0.19963465731309168, -0.41327545885497896, -0.19024796656430076, -0.6519652217985331, -0.6519652217985331, 0.19963465731309168, -0.19024796656430076, -0.6519652217985331, -0.41327545885497896, -0.41327545885497896, -0.8998172348271213, -0.6519652217985331, -0.41327545885497896, -0.6519652217985331, -0.6519652217985331, -0.19024796656430076, -0.8998172348271213, -0.6519652217985331, -0.41327545885497896, 0.3675381763042505, -0.19024796656430076, -0.8998172348271213, -0.8998172348271213, -0.6519652217985331, -0.6519652217985331, -0.6519652217985331, -0.41327545885497896, -0.6519652217985331, -0.19024796656430076, 0.19963465731309168, -0.41327545885497896, -0.19024796656430076, -0.8998172348271213, 0.014135159802938781, -0.41327545885497896, -0.8998172348271213, -0.19024796656430076, -0.41327545885497896, -0.41327545885497896, -0.19024796656430076, -0.19024796656430076, -0.8998172348271213, -0.41327545885497896, -0.19024796656430076, 0.014135159802938781, -0.6519652217985331, 0.014135159802938781, -0.19024796656430076, -0.19024796656430076, -0.6519652217985331, -0.6519652217985331, 0.5197357588696274, -0.8998172348271213, -0.19024796656430076, -0.6519652217985331, 1.2872131698381015, -0.6519652217985331, 0.014135159802938781, -0.6519652217985331, -0.41327545885497896, 0.014135159802938781, -0.8998172348271213, -0.41327545885497896, -0.41327545885497896, -0.19024796656430076, -0.8998172348271213, -0.19024796656430076, 0.014135159802938781, -0.41327545885497896, -0.41327545885497896, 0.19963465731309168, -0.19024796656430076, -0.19024796656430076, -0.6519652217985331, -0.6519652217985331, 0.6582020924370481, -0.6519652217985331, -0.19024796656430076, -0.6519652217985331, 0.6582020924370481, 0.5197357588696274, -0.41327545885497896, -0.8998172348271213, -0.8998172348271213, -0.41327545885497896, 0.014135159802938781, -0.41327545885497896, -0.41327545885497896, -0.8998172348271213, -0.6519652217985331, -0.6519652217985331, 0.19963465731309168, 0.19963465731309168, -0.6519652217985331, -0.8998172348271213, -0.41327545885497896, -0.8998172348271213, -0.8998172348271213, -0.41327545885497896, -0.41327545885497896, -0.41327545885497896, -0.6519652217985331, -0.8998172348271213, -0.6519652217985331, 0.5197357588696274, -0.6519652217985331, -0.8998172348271213, 0.014135159802938781, -0.6519652217985331, -0.8998172348271213, -0.41327545885497896, -0.19024796656430076, 0.19963465731309168, 0.19963465731309168, -0.41327545885497896, -0.41327545885497896, 0.19963465731309168, -0.8998172348271213, 0.19963465731309168, -0.8998172348271213, 0.014135159802938781, -0.19024796656430076, -0.8998172348271213, 0.014135159802938781, -0.41327545885497896, -0.6519652217985331, -0.19024796656430076, -0.6519652217985331, 0.014135159802938781, 0.19963465731309168, -0.6519652217985331, -0.41327545885497896, -0.19024796656430076, -0.41327545885497896, -0.41327545885497896, -0.41327545885497896, -0.19024796656430076, -0.41327545885497896, -0.6519652217985331, -0.8998172348271213, -0.19024796656430076, -0.6519652217985331, -0.19024796656430076, -0.41327545885497896, 0.014135159802938781, 0.014135159802938781, 0.014135159802938781, -0.6519652217985331, -0.8998172348271213, -0.6519652217985331, 0.014135159802938781, -0.8998172348271213, -0.19024796656430076, -0.6519652217985331, -0.6519652217985331, -0.41327545885497896, 0.19963465731309168, 0.19963465731309168, 0.5197357588696274, -0.6519652217985331, -0.41327545885497896, -0.6519652217985331, -0.19024796656430076, -0.6519652217985331, 0.3675381763042505, -0.6519652217985331, -0.6519652217985331, 0.014135159802938781, -0.6519652217985331, 0.014135159802938781, -0.41327545885497896, -0.6519652217985331, -0.6519652217985331, -0.19024796656430076, -0.6519652217985331, -0.41327545885497896, 1.2872131698381015, -0.6519652217985331, -0.8998172348271213, 0.19963465731309168, 0.5197357588696274, 0.7847631167799279, -0.41327545885497896, -0.19024796656430076, -0.6519652217985331, -0.41327545885497896, -0.6519652217985331, -0.19024796656430076, 0.3675381763042505, -0.8998172348271213, -0.6519652217985331, -0.41327545885497896, -0.8998172348271213, 0.3675381763042505, -0.41327545885497896, 0.014135159802938781, -0.6519652217985331, -0.6519652217985331, -0.6519652217985331, -0.19024796656430076, -0.8998172348271213, 1.3685675112136464, 0.19963465731309168, -0.41327545885497896, 0.014135159802938781, -0.8998172348271213, -0.6519652217985331, -0.6519652217985331, -0.8998172348271213, -0.6519652217985331, 0.19963465731309168, -0.41327545885497896, -0.19024796656430076, -0.41327545885497896, -0.6519652217985331, -0.19024796656430076, -0.6519652217985331, -0.6519652217985331, -0.6519652217985331, -0.19024796656430076, -0.8998172348271213, -0.8998172348271213, -0.8998172348271213, -0.6519652217985331, -0.8998172348271213, 0.014135159802938781, -0.6519652217985331, -0.6519652217985331, -0.6519652217985331, -0.19024796656430076, -0.6519652217985331, -0.6519652217985331, -0.8998172348271213, -0.8998172348271213, 0.014135159802938781, -0.8998172348271213, -0.6519652217985331, 0.014135159802938781, -0.6519652217985331, -0.41327545885497896, -0.6519652217985331, -0.41327545885497896, -0.6519652217985331, 0.014135159802938781, -0.19024796656430076, 0.19963465731309168, -0.19024796656430076, -0.8998172348271213, -0.19024796656430076, -0.6519652217985331, -0.19024796656430076, -0.8998172348271213, -0.6519652217985331, -0.41327545885497896, 0.5197357588696274, -0.8998172348271213, -0.41327545885497896, 0.5197357588696274, -0.41327545885497896, -0.6519652217985331, 0.014135159802938781, -0.6519652217985331, -0.6519652217985331, -0.41327545885497896, 0.19963465731309168, -0.41327545885497896, -0.19024796656430076, -0.19024796656430076, 0.3675381763042505, 0.19963465731309168, -0.19024796656430076, -0.6519652217985331, -0.19024796656430076, 0.5197357588696274, 1.7723175163983276, -0.8998172348271213, -0.41327545885497896, -0.19024796656430076, -0.41327545885497896, -0.6519652217985331, -0.19024796656430076, -0.41327545885497896, -0.6519652217985331, -0.8998172348271213, 0.19963465731309168, -0.41327545885497896, -0.41327545885497896, -0.19024796656430076, -0.8998172348271213, -0.19024796656430076, -0.8998172348271213, -0.8998172348271213, 0.014135159802938781, 0.014135159802938781, -0.41327545885497896, -0.6519652217985331, -0.6519652217985331, -0.41327545885497896, -0.41327545885497896, -0.41327545885497896, -0.19024796656430076, -0.41327545885497896, -0.8998172348271213, -0.41327545885497896, -0.41327545885497896, -0.6519652217985331, -0.19024796656430076, -0.19024796656430076, -0.19024796656430076, -0.6519652217985331, -0.8998172348271213, -0.41327545885497896, 0.19963465731309168, 0.014135159802938781, -0.8998172348271213, -0.19024796656430076, -0.41327545885497896, -0.19024796656430076, 0.3675381763042505, 0.19963465731309168, -0.41327545885497896, -0.19024796656430076, -0.41327545885497896, -0.41327545885497896, -0.41327545885497896, -0.8998172348271213, -0.19024796656430076, 1.651212388065317, -0.6519652217985331, 1.1078439705552792, 0.5197357588696274, -0.6519652217985331, -0.41327545885497896, -0.19024796656430076, 0.3675381763042505, -0.8998172348271213, -0.41327545885497896, -0.8998172348271213, -0.41327545885497896, -0.41327545885497896, -0.41327545885497896, -0.41327545885497896, 0.014135159802938781, -0.41327545885497896, -0.6519652217985331, -0.6519652217985331, -0.19024796656430076, -0.41327545885497896, 0.5197357588696274, -0.6519652217985331, -0.19024796656430076, 0.014135159802938781, -0.41327545885497896, -0.6519652217985331, -0.6519652217985331, -0.8998172348271213, -0.8998172348271213, 0.014135159802938781, -0.41327545885497896, -0.41327545885497896, 0.014135159802938781, 0.19963465731309168, -0.6519652217985331, -0.8998172348271213, -0.6519652217985331, -0.8998172348271213, 0.19963465731309168, -0.6519652217985331, -0.6519652217985331, -0.41327545885497896, -0.41327545885497896, -0.6519652217985331, -0.41327545885497896, -0.19024796656430076, -0.41327545885497896, -0.6519652217985331, 0.19963465731309168, 0.3675381763042505, -0.19024796656430076, -0.41327545885497896, 0.19963465731309168, -0.41327545885497896, 0.014135159802938781, -0.6519652217985331, -0.41327545885497896, -0.19024796656430076, -0.41327545885497896, -0.19024796656430076, 0.19963465731309168, 0.014135159802938781, 0.19963465731309168, -0.8998172348271213, 0.6582020924370481, -0.6519652217985331, 0.19963465731309168, 0.014135159802938781, 0.3675381763042505, 0.014135159802938781, 0.19963465731309168, -0.6519652217985331, -0.6519652217985331, -0.8998172348271213, 0.014135159802938781, 0.3675381763042505, -0.19024796656430076, -0.41327545885497896, -0.6519652217985331, -0.8998172348271213, -0.41327545885497896, 0.014135159802938781, 0.19963465731309168, -0.19024796656430076, -0.41327545885497896, -0.6519652217985331, -0.6519652217985331, -0.19024796656430076, -0.6519652217985331, 0.19963465731309168, -0.6519652217985331, -0.8998172348271213, 0.014135159802938781, -0.41327545885497896, -0.6519652217985331, -0.41327545885497896, -0.8998172348271213, -0.8998172348271213, -0.41327545885497896, -0.8998172348271213, -0.41327545885497896, -0.41327545885497896, -0.6519652217985331, -0.41327545885497896, -0.41327545885497896, -0.41327545885497896, 0.014135159802938781, -0.41327545885497896, -0.8998172348271213, -0.19024796656430076, -0.8998172348271213, -0.19024796656430076, -0.19024796656430076, -0.41327545885497896, -0.19024796656430076, 0.3675381763042505, -0.19024796656430076, -0.19024796656430076, -0.41327545885497896, 0.19963465731309168, -0.19024796656430076, -0.6519652217985331, -0.6519652217985331, -0.6519652217985331, -0.19024796656430076, -0.6519652217985331, 0.7847631167799279, -0.41327545885497896, -0.8998172348271213, -0.8998172348271213, -0.8998172348271213, -0.19024796656430076, -0.6519652217985331, -0.19024796656430076, -0.6519652217985331, 0.19963465731309168, -0.19024796656430076, -0.41327545885497896, -0.8998172348271213, 0.19963465731309168, -0.8998172348271213, -0.6519652217985331, -0.41327545885497896, -0.41327545885497896, -0.19024796656430076, 0.7847631167799279, -0.8998172348271213, 0.014135159802938781, -0.41327545885497896, -0.6519652217985331, 0.014135159802938781, -0.19024796656430076, 1.2872131698381015, 0.014135159802938781, -0.19024796656430076, -0.19024796656430076, -0.8998172348271213, -0.19024796656430076, 0.3675381763042505, -0.6519652217985331, -0.6519652217985331, 0.3675381763042505, 0.014135159802938781, -0.19024796656430076, 0.014135159802938781, -0.41327545885497896, 0.3675381763042505, 0.3675381763042505, 0.014135159802938781, -0.41327545885497896, -0.41327545885497896, -0.41327545885497896, -0.6519652217985331, -0.41327545885497896, 0.014135159802938781, 0.014135159802938781, -0.8998172348271213, -0.41327545885497896, -0.8998172348271213, -0.8998172348271213, -0.41327545885497896, -0.8998172348271213, 0.014135159802938781, 0.3675381763042505, -0.41327545885497896, -0.19024796656430076, -0.6519652217985331, -0.19024796656430076, -0.41327545885497896, 0.014135159802938781, -0.6519652217985331, -0.41327545885497896, -0.8998172348271213, -0.8998172348271213, -0.6519652217985331, 0.19963465731309168, -0.19024796656430076, -0.8998172348271213, -0.41327545885497896, -0.19024796656430076, -0.8998172348271213, 0.19963465731309168, 0.014135159802938781, -0.19024796656430076, -0.8998172348271213, 0.6582020924370481, 0.19963465731309168, -0.41327545885497896, -0.8998172348271213, 0.3675381763042505, -0.6519652217985331, -0.6519652217985331, 0.014135159802938781, -0.41327545885497896, -0.8998172348271213, -0.6519652217985331, -0.41327545885497896, -0.8998172348271213, -0.8998172348271213, -0.41327545885497896, 0.3675381763042505, 1.1078439705552792, 0.19963465731309168, 0.5197357588696274, -0.41327545885497896, -0.6519652217985331, -0.6519652217985331, -0.19024796656430076, -0.6519652217985331, -0.19024796656430076, 1.1078439705552792, 0.014135159802938781, -0.6519652217985331, 1.1078439705552792, -0.41327545885497896, 0.19963465731309168, 0.19963465731309168, -0.41327545885497896, 0.014135159802938781, 0.19963465731309168, -0.6519652217985331, -0.41327545885497896, -0.19024796656430076, -0.6519652217985331, -0.6519652217985331, -0.19024796656430076, -0.19024796656430076, 0.014135159802938781, 0.014135159802938781, -0.6519652217985331, -0.6519652217985331, -0.6519652217985331, -0.19024796656430076, -0.19024796656430076, -0.6519652217985331, 0.014135159802938781, -0.6519652217985331, -0.41327545885497896, 0.014135159802938781, -0.41327545885497896, -0.6519652217985331, -0.6519652217985331, 0.014135159802938781, -0.41327545885497896, 0.5197357588696274, 0.19963465731309168, 0.19963465731309168, 1.984787826197392, -0.6519652217985331, -0.6519652217985331, 0.014135159802938781, -0.41327545885497896, -0.6519652217985331, -0.6519652217985331, 0.3675381763042505, -0.6519652217985331, -0.19024796656430076, 0.014135159802938781, -0.41327545885497896, -0.19024796656430076, -0.19024796656430076, 0.19963465731309168, -0.8998172348271213, 0.19963465731309168, 1.0083272233548193, -0.41327545885497896, -0.6519652217985331, -0.8998172348271213, -0.41327545885497896, 0.3675381763042505, 0.7847631167799279, -0.41327545885497896, 0.6582020924370481, -0.8998172348271213, 0.9010170290102912, -0.19024796656430076, -0.6519652217985331, -0.6519652217985331, -0.19024796656430076, 3.276112859635937, -0.6519652217985331, -0.6519652217985331, -0.19024796656430076, -0.6519652217985331, -0.19024796656430076, 0.3675381763042505, -0.8998172348271213, -0.41327545885497896, -0.6519652217985331, -0.19024796656430076, 0.3675381763042505, -0.19024796656430076, -0.6519652217985331, 0.014135159802938781, -0.41327545885497896, -0.19024796656430076, -0.6519652217985331, -0.41327545885497896, -0.6519652217985331, -0.6519652217985331, -0.8998172348271213, -0.8998172348271213, 0.7847631167799279, 0.19963465731309168, -0.19024796656430076, -0.6519652217985331, 0.5197357588696274, -0.8998172348271213, 0.3675381763042505, 0.3675381763042505, 0.014135159802938781, 0.014135159802938781, -0.19024796656430076, -0.8998172348271213, -0.41327545885497896, 0.19963465731309168, 0.014135159802938781, 0.19963465731309168, 0.19963465731309168, 0.014135159802938781, -0.41327545885497896, -0.8998172348271213, 0.3675381763042505, -0.19024796656430076, 0.014135159802938781, 0.5197357588696274, -0.6519652217985331, 0.19963465731309168, -0.19024796656430076, -0.6519652217985331, -0.6519652217985331, -0.19024796656430076, 0.3675381763042505, -0.41327545885497896, -0.6519652217985331, -0.8998172348271213, -0.6519652217985331, -0.19024796656430076, -0.6519652217985331, -0.41327545885497896, -0.6519652217985331, -0.19024796656430076, 0.7847631167799279, -0.41327545885497896, 0.3675381763042505, 0.19963465731309168, 0.19963465731309168, 1.2872131698381015, 0.3675381763042505, 0.5197357588696274, -0.19024796656430076, -0.41327545885497896, -0.41327545885497896, -0.6519652217985331, -0.6519652217985331, -0.6519652217985331, -0.6519652217985331, 0.3675381763042505, -0.6519652217985331, 1.8288383876185328, 3.2223975310053783, 3.1469889690766584, -0.6519652217985331, 0.19963465731309168, 0.014135159802938781, -0.19024796656430076, -0.8998172348271213, -0.6519652217985331, -0.41327545885497896, 0.19963465731309168, 1.20053454880919, 0.6582020924370481, -0.8998172348271213, -0.19024796656430076, -0.6519652217985331, -0.19024796656430076, -0.8998172348271213, -0.41327545885497896, -0.41327545885497896, -0.41327545885497896, -0.19024796656430076, -0.8998172348271213, -0.6519652217985331, -0.6519652217985331, 0.19963465731309168, 0.19963465731309168, -0.41327545885497896, -0.6519652217985331, 0.19963465731309168, -0.19024796656430076, -0.41327545885497896, -0.41327545885497896, 0.014135159802938781, 0.6582020924370481, 0.014135159802938781, 0.014135159802938781, -0.8998172348271213, -0.19024796656430076, -0.19024796656430076, 0.3675381763042505, -0.19024796656430076, -0.41327545885497896, -0.19024796656430076, 0.6582020924370481, -0.8998172348271213, 0.19963465731309168, 0.3675381763042505, -0.19024796656430076, -0.8998172348271213, 0.3675381763042505, 0.014135159802938781, -0.6519652217985331, -0.41327545885497896, -0.6519652217985331, -0.6519652217985331, 0.014135159802938781, -0.41327545885497896, 0.014135159802938781, 0.5197357588696274, -0.6519652217985331, -0.41327545885497896, 0.6582020924370481, 0.6582020924370481, 0.3675381763042505, 0.014135159802938781, -0.8998172348271213, 0.014135159802938781, -0.19024796656430076, 0.6582020924370481, -0.19024796656430076, 0.014135159802938781, -0.19024796656430076, 0.5197357588696274, -0.19024796656430076, -0.41327545885497896, -0.6519652217985331, -0.41327545885497896, 0.014135159802938781, -0.19024796656430076, 1.8288383876185328, -0.41327545885497896, 0.9010170290102912, -0.19024796656430076, -0.19024796656430076, 0.19963465731309168, 0.5197357588696274, -0.19024796656430076, -0.8998172348271213, -0.6519652217985331, -0.19024796656430076, 0.19963465731309168, -0.41327545885497896, -0.8998172348271213, -0.41327545885497896, 0.3675381763042505, 0.014135159802938781, 0.9010170290102912, -0.8998172348271213, 0.5197357588696274, 0.014135159802938781, 0.014135159802938781, 1.0083272233548193, -0.8998172348271213, 0.014135159802938781, 0.19963465731309168, -0.41327545885497896, -0.19024796656430076, -0.6519652217985331, 0.6582020924370481, -0.6519652217985331, -0.19024796656430076, 0.9010170290102912, 0.19963465731309168, -0.8998172348271213, 0.3675381763042505, -0.41327545885497896, -0.6519652217985331, 1.2872131698381015, -0.6519652217985331, -0.19024796656430076, -0.6519652217985331, 0.3675381763042505, -0.41327545885497896, -0.41327545885497896, -0.8998172348271213, -0.41327545885497896, -0.41327545885497896, 0.19963465731309168, -0.19024796656430076, -0.6519652217985331, 0.3675381763042505, 0.19963465731309168, 0.3675381763042505, -0.6519652217985331, -0.19024796656430076, 2.8648383285233474, 0.19963465731309168, -0.19024796656430076, 0.014135159802938781, -0.8998172348271213, -0.41327545885497896, -0.6519652217985331, 0.3675381763042505, -0.8998172348271213, -0.41327545885497896, 0.014135159802938781, 1.1078439705552792, -0.41327545885497896, -0.19024796656430076, 0.19963465731309168, 0.7847631167799279, 0.3675381763042505, 0.014135159802938781, 0.014135159802938781, 0.19963465731309168, -0.41327545885497896, -0.6519652217985331, -0.41327545885497896, 0.3675381763042505, -0.6519652217985331, 0.014135159802938781, 0.014135159802938781, -0.8998172348271213, 0.3675381763042505, -0.19024796656430076, -0.8998172348271213, -0.41327545885497896, -0.6519652217985331, 0.5197357588696274, 0.6582020924370481, 3.4704988955197624, 0.3675381763042505, 2.4333360769399284, -0.8998172348271213, 0.3675381763042505, -0.19024796656430076, 0.19963465731309168, 1.1078439705552792, 0.014135159802938781, 0.014135159802938781, 1.7723175163983276, -0.41327545885497896, -0.41327545885497896, 0.014135159802938781, -0.41327545885497896, -0.41327545885497896, 0.014135159802938781, 0.3675381763042505, 0.19963465731309168, -0.6519652217985331, -0.41327545885497896, 1.1078439705552792, -0.41327545885497896, -0.19024796656430076, -0.19024796656430076, 0.19963465731309168, 0.5197357588696274, -0.19024796656430076, -0.41327545885497896, -0.19024796656430076, 2.1236937799380637, 0.014135159802938781, 0.014135159802938781, 0.7847631167799279, -0.41327545885497896, -0.41327545885497896, -0.8998172348271213, 0.19963465731309168, 0.19963465731309168, 0.5197357588696274, 0.19963465731309168, -0.8998172348271213, -0.6519652217985331, -0.6519652217985331, 0.014135159802938781, 0.19963465731309168, -0.6519652217985331, -0.41327545885497896, -0.8998172348271213, -0.41327545885497896, -0.19024796656430076, 0.3675381763042505, -0.6519652217985331, -0.6519652217985331, -0.19024796656430076, 0.19963465731309168, -0.6519652217985331, 0.014135159802938781, -0.41327545885497896, 0.014135159802938781, -0.41327545885497896, -0.19024796656430076, -0.41327545885497896, 0.3675381763042505, -0.41327545885497896, -0.6519652217985331, 0.19963465731309168, 1.517551597125749, 0.014135159802938781, 3.2039672465188382, -0.8998172348271213, -0.41327545885497896, 0.014135159802938781, 0.5197357588696274, 0.014135159802938781, 0.5197357588696274, -0.41327545885497896, -0.6519652217985331, 0.3675381763042505, 0.19963465731309168, 0.6582020924370481, 0.6582020924370481, -0.19024796656430076, 0.19963465731309168, -0.19024796656430076, -0.6519652217985331, 0.3675381763042505, -0.6519652217985331, -0.41327545885497896, -0.19024796656430076, -0.41327545885497896, -0.41327545885497896, 0.3675381763042505, 0.5197357588696274, 1.0083272233548193, 0.5197357588696274, 3.276112859635937, 0.014135159802938781, 0.014135159802938781, 0.3675381763042505, 0.3675381763042505, 1.517551597125749, 0.014135159802938781, 0.014135159802938781, -0.6519652217985331, -0.41327545885497896, -0.6519652217985331, -0.41327545885497896, -0.41327545885497896, 0.19963465731309168, 0.19963465731309168, -0.6519652217985331, -0.8998172348271213, -0.6519652217985331, 1.1078439705552792, 0.19963465731309168, -0.19024796656430076, 3.066742652565452, 0.6582020924370481, 1.20053454880919, 0.19963465731309168, -0.19024796656430076, 3.5147136285384555, 0.014135159802938781, 3.8767341748092896, -0.6519652217985331, 0.014135159802938781, 0.6582020924370481, -0.41327545885497896, -0.41327545885497896, 0.014135159802938781, -0.8998172348271213, 0.6582020924370481, 4.039095850656517, 1.2872131698381015, 0.7847631167799279, 0.014135159802938781, 0.19963465731309168, 0.014135159802938781, -0.41327545885497896, 0.014135159802938781, -0.41327545885497896, 3.0246039564522493, 2.3985384415935176, 0.7847631167799279, -0.41327545885497896, 0.19963465731309168, 0.19963465731309168, 0.014135159802938781, 0.014135159802938781, 0.014135159802938781, 0.9010170290102912, 3.4554060412456615, 0.5197357588696274, 0.19963465731309168, 0.3675381763042505, 1.0083272233548193, 1.1078439705552792, 0.014135159802938781, 0.9010170290102912, -0.19024796656430076, 0.7847631167799279, 1.8288383876185328, 0.19963465731309168, 0.3675381763042505, 0.19963465731309168, -0.41327545885497896, -0.6519652217985331, 4.804373110402974, 1.0083272233548193, 4.010218086223862, -0.8998172348271213, 3.598709210235301, 0.014135159802938781, 1.8288383876185328, -0.41327545885497896, 0.7847631167799279, 0.014135159802938781, 0.014135159802938781, 3.1075088845305383, -0.19024796656430076, -0.19024796656430076, 1.7723175163983276, 3.529110912057634, -0.41327545885497896, 0.014135159802938781, -0.19024796656430076, -0.19024796656430076, 0.9010170290102912, 0.014135159802938781, 0.014135159802938781, -0.41327545885497896, -0.19024796656430076, 0.19963465731309168, 1.20053454880919, 1.7131901294666274, 0.19963465731309168, 1.0083272233548193, 0.6582020924370481, 0.014135159802938781, -0.19024796656430076, 0.3675381763042505, 3.2039672465188382, 0.7847631167799279, 0.7847631167799279, -0.8998172348271213, -0.41327545885497896, 3.066742652565452, 0.014135159802938781, -0.19024796656430076, 1.984787826197392, 0.19963465731309168, -0.19024796656430076, 0.5197357588696274, 1.7723175163983276, 0.19963465731309168, 0.9010170290102912, 1.1078439705552792, 2.2085038155591588, 0.7847631167799279, 1.1078439705552792, 1.8288383876185328, 0.3675381763042505, 0.014135159802938781, -0.41327545885497896, 2.763478480043017, 1.651212388065317, -0.6519652217985331, 0.014135159802938781, -0.41327545885497896, 3.690059446679404, 0.5197357588696274, -0.41327545885497896, 0.014135159802938781, 0.014135159802938781, 0.014135159802938781, -0.6519652217985331, 0.6582020924370481, -0.19024796656430076, 0.014135159802938781, -0.41327545885497896, 0.3675381763042505, 0.7847631167799279, 0.3675381763042505, 1.0083272233548193, 0.19963465731309168, 0.19963465731309168, 0.3675381763042505, 0.19963465731309168, 3.1075088845305383, 1.2872131698381015, 0.6582020924370481, -0.41327545885497896, 4.414307646881452, 0.5197357588696274, 0.3675381763042505, 3.393143155036522, 0.19963465731309168, 4.566649306679492, 3.8875243962245687, -0.41327545885497896, 0.19963465731309168, 1.1078439705552792, 0.19963465731309168, 0.5197357588696274, 0.7847631167799279, 0.3675381763042505, -0.6519652217985331, -0.19024796656430076, 0.6582020924370481, -0.8998172348271213, -0.19024796656430076, -0.41327545885497896, 0.014135159802938781, 0.014135159802938781, -0.41327545885497896, -0.41327545885497896, -0.8998172348271213, 4.8499139112326315, 4.535077231073723, 0.3675381763042505, 0.014135159802938781, 1.1078439705552792, 0.3675381763042505, 2.840256150977918, 0.19963465731309168, 0.014135159802938781, 0.9010170290102912, 4.3858053524501495, 3.898222167609248, 4.094921380390646, -0.41327545885497896, -0.8998172348271213, 0.6582020924370481, -0.6519652217985331, 0.3675381763042505, 0.7847631167799279, 0.014135159802938781, 2.0327981384129203, 2.7095517228262502, 1.5861059704471303, 1.1078439705552792, 4.773062083067572, 1.20053454880919, -0.19024796656430076, 1.0083272233548193, -0.19024796656430076, 0.19963465731309168, 3.7272529108285237, 0.5197357588696274, 1.1078439705552792, 1.2872131698381015, 1.5861059704471303, 3.276112859635937, 0.9010170290102912, -0.19024796656430076, 0.3675381763042505, 0.19963465731309168, 0.5197357588696274, 0.6582020924370481, 0.5197357588696274, -0.41327545885497896, 0.3675381763042505, 4.414307646881452, 0.19963465731309168, 0.3675381763042505, -0.19024796656430076, 0.19963465731309168, -0.8998172348271213, -0.41327545885497896, -0.19024796656430076, 4.639314261880042, 0.014135159802938781, 1.0083272233548193, 1.0083272233548193, -0.19024796656430076, -0.19024796656430076, 1.984787826197392, 0.3675381763042505, 1.517551597125749, 0.6582020924370481, 2.0790598332008927, 1.7723175163983276, 0.3675381763042505, 0.19963465731309168, 1.0083272233548193, 2.3985384415935176, 0.3675381763042505, -0.19024796656430076, 0.014135159802938781, 4.414307646881452, 2.3627525164656245, 1.651212388065317, -0.19024796656430076, -0.41327545885497896, 1.3685675112136464, 0.014135159802938781, 4.7023994454210705, 1.4451810783397527, 5.0, 5.0, 0.014135159802938781, 2.8648383285233474, 0.014135159802938781, 1.0083272233548193, 0.3675381763042505, 1.3685675112136464, 0.6582020924370481, 0.5197357588696274, 2.763478480043017, 0.014135159802938781, 0.014135159802938781, 1.20053454880919, 0.6582020924370481, 2.736804780769797, 3.2223975310053783, 2.3627525164656245, 0.7847631167799279, 0.19963465731309168, 1.2872131698381015, 2.532305595900044, -0.8998172348271213, 3.5001485225836437, 0.9010170290102912, 4.048575206394531, 0.014135159802938781, 0.014135159802938781, 0.3675381763042505, 0.19963465731309168, 3.0872917354112865, 1.7131901294666274, 4.174240397663073, 0.5197357588696274, -0.8998172348271213, 1.2872131698381015, 0.5197357588696274, 0.6582020924370481, 1.517551597125749, -0.41327545885497896, 0.9010170290102912, -0.41327545885497896, -0.6519652217985331, 0.014135159802938781, 0.5197357588696274, 5.0, 2.7895968075435107, 0.014135159802938781, 0.19963465731309168, -0.19024796656430076, -0.19024796656430076, 3.843792493800119, -0.8998172348271213, 0.5197357588696274, 0.6582020924370481, 1.0083272233548193, -0.41327545885497896, 0.5197357588696274, 5.0, 1.20053454880919, 0.014135159802938781, -0.6519652217985331, 0.3675381763042505, 4.199598163291705, 1.0083272233548193, 2.6240519958707385, -0.41327545885497896, 0.6582020924370481, -0.8998172348271213, 1.1078439705552792, -0.19024796656430076, 2.2085038155591588, -0.41327545885497896, 3.7272529108285237, 0.19963465731309168, 2.287982199793198, 0.5197357588696274, 5.0, 2.9126018956011146, 0.3675381763042505, -0.8998172348271213, -0.19024796656430076, 0.5197357588696274, 0.3675381763042505, 0.6582020924370481, 1.5861059704471303, 4.4626719358876725, 0.19963465731309168, 4.579057809596102, 0.014135159802938781, 0.3675381763042505, 1.0083272233548193, 0.6582020924370481, 5.0, 3.1469889690766584, 0.014135159802938781, 0.19963465731309168, -0.41327545885497896, 3.1852613513072217, 0.9010170290102912, 1.3685675112136464, 0.014135159802938781, 1.0083272233548193, 1.8829673938906064, 0.6582020924370481, 2.1668089314234105, 3.2935172110153443, 1.3685675112136464, 2.467198045697975, 0.3675381763042505, 0.3675381763042505, 0.3675381763042505, 0.7847631167799279, 4.435265129952373, 0.3675381763042505, 1.5861059704471303, 3.809958164449188, 0.5197357588696274, 0.014135159802938781], [-1.2264362323716358, -0.6447480776246682, -0.4771996099056002, -1.2264362323716358, -0.8275807569006765, -1.0232529963474963, -0.1874881500872502, -1.2264362323716358, -0.8275807569006765, -0.8275807569006765, -0.4771996099056002, -1.0232529963474963, -1.0232529963474963, -0.4771996099056002, -1.0232529963474963, -0.32513149585474777, -0.6447480776246682, -1.0232529963474963, -0.4771996099056002, -0.1874881500872502, -0.8275807569006765, -1.0232529963474963, -0.8275807569006765, -0.4771996099056002, -1.2264362323716358, -1.2264362323716358, -0.8275807569006765, -0.8275807569006765, -0.6447480776246682, -0.8275807569006765, -0.6447480776246682, -1.0232529963474963, -0.8275807569006765, -1.2264362323716358, -0.1874881500872502, -0.8275807569006765, -0.1874881500872502, -0.8275807569006765, -0.8275807569006765, -0.06272016066156981, -1.0232529963474963, -1.2264362323716358, -0.6447480776246682, -0.6447480776246682, -0.8275807569006765, -0.8275807569006765, -0.32513149585474777, -0.6447480776246682, -0.1874881500872502, -0.1874881500872502, -0.6447480776246682, -0.32513149585474777, -0.6447480776246682, -0.6447480776246682, -0.32513149585474777, -0.8275807569006765, -1.2264362323716358, -1.2264362323716358, -1.0232529963474963, -0.6447480776246682, -0.32513149585474777, -0.1874881500872502, -0.4771996099056002, -0.6447480776246682, -0.6447480776246682, -0.8275807569006765, -0.6447480776246682, -0.4771996099056002, -0.4771996099056002, -0.8275807569006765, -0.6447480776246682, -0.4771996099056002, -0.8275807569006765, -0.6447480776246682, -0.4771996099056002, -1.2264362323716358, -0.6447480776246682, -0.8275807569006765, -0.32513149585474777, -0.8275807569006765, -0.8275807569006765, -0.8275807569006765, -0.4771996099056002, -0.4771996099056002, -0.32513149585474777, -0.8275807569006765, -0.4771996099056002, -1.0232529963474963, -0.8275807569006765, -0.6447480776246682, -1.0232529963474963, -1.0232529963474963, -0.8275807569006765, -0.32513149585474777, -0.06272016066156981, -0.32513149585474777, 0.15454301810846358, -0.6447480776246682, -0.8275807569006765, -0.8275807569006765, -0.06272016066156981, -0.32513149585474777, -1.2264362323716358, -0.8275807569006765, -0.8275807569006765, -0.8275807569006765, -0.8275807569006765, -1.2264362323716358, -0.1874881500872502, -0.8275807569006765, -0.6447480776246682, -0.1874881500872502, -1.0232529963474963, -0.8275807569006765, -0.4771996099056002, -0.6447480776246682, -0.6447480776246682, -0.1874881500872502, -0.6447480776246682, -0.6447480776246682, -0.8275807569006765, -0.4771996099056002, -1.0232529963474963, -0.06272016066156981, -1.0232529963474963, -1.0232529963474963, -0.1874881500872502, -0.4771996099056002, -0.8275807569006765, -1.0232529963474963, -0.4771996099056002, -0.06272016066156981, -1.2264362323716358, -0.1874881500872502, 0.050791274613242406, 0.15454301810846358, -0.32513149585474777, -0.32513149585474777, -1.0232529963474963, -0.32513149585474777, -0.8275807569006765, -0.8275807569006765, -0.4771996099056002, -0.4771996099056002, -0.8275807569006765, -0.1874881500872502, -0.6447480776246682, -0.8275807569006765, -1.0232529963474963, -0.8275807569006765, 0.3378156011215078, -0.1874881500872502, -0.6447480776246682, -0.32513149585474777, -0.8275807569006765, -1.0232529963474963, -0.8275807569006765, -0.4771996099056002, -0.8275807569006765, -0.32513149585474777, -0.4771996099056002, -1.0232529963474963, -0.1874881500872502, -0.8275807569006765, -0.4771996099056002, 0.15454301810846358, -0.8275807569006765, 0.15454301810846358, 0.050791274613242406, -0.8275807569006765, -1.0232529963474963, -0.1874881500872502, -1.0232529963474963, -0.6447480776246682, -1.0232529963474963, -0.6447480776246682, 0.050791274613242406, -1.0232529963474963, 0.050791274613242406, -0.8275807569006765, -0.8275807569006765, -0.32513149585474777, -0.4771996099056002, -0.06272016066156981, -0.32513149585474777, -0.4771996099056002, -0.8275807569006765, -0.4771996099056002, -1.0232529963474963, -0.4771996099056002, -0.32513149585474777, -0.8275807569006765, -0.8275807569006765, -0.4771996099056002, -0.4771996099056002, 0.050791274613242406, -0.8275807569006765, -0.4771996099056002, -0.32513149585474777, -0.6447480776246682, -0.32513149585474777, 0.050791274613242406, -0.8275807569006765, -0.1874881500872502, -0.32513149585474777, -0.6447480776246682, -0.8275807569006765, 0.050791274613242406, -0.8275807569006765, -0.8275807569006765, -0.8275807569006765, -0.32513149585474777, -0.8275807569006765, -1.0232529963474963, -0.32513149585474777, -0.4771996099056002, -0.1874881500872502, -0.6447480776246682, -0.4771996099056002, -0.8275807569006765, -0.8275807569006765, -1.0232529963474963, 0.15454301810846358, -0.1874881500872502, -1.2264362323716358, -0.4771996099056002, -0.8275807569006765, -0.1874881500872502, -0.8275807569006765, -0.1874881500872502, -1.2264362323716358, -0.8275807569006765, -1.2264362323716358, -0.1874881500872502, -0.6447480776246682, -0.4771996099056002, -0.8275807569006765, -1.0232529963474963, -1.0232529963474963, -0.6447480776246682, 0.050791274613242406, -1.0232529963474963, -0.6447480776246682, -0.4771996099056002, -0.32513149585474777, -0.8275807569006765, -0.4771996099056002, -0.4771996099056002, -0.6447480776246682, 0.050791274613242406, 0.15454301810846358, -1.2264362323716358, -0.32513149585474777, -0.4771996099056002, -0.6447480776246682, -0.6447480776246682, -0.6447480776246682, -1.2264362323716358, -0.6447480776246682, -0.32513149585474777, -0.8275807569006765, -0.1874881500872502, -0.06272016066156981, -0.8275807569006765, -0.6447480776246682, -0.6447480776246682, -0.32513149585474777, -0.06272016066156981, 0.050791274613242406, -0.1874881500872502, -0.4771996099056002, -1.0232529963474963, -0.8275807569006765, -0.8275807569006765, -0.4771996099056002, -0.8275807569006765, -0.4771996099056002, -0.8275807569006765, -0.6447480776246682, 0.3378156011215078, -0.6447480776246682, -0.6447480776246682, -0.1874881500872502, -0.1874881500872502, -0.32513149585474777, -0.4771996099056002, -0.4771996099056002, -1.0232529963474963, -0.1874881500872502, -0.4771996099056002, 0.050791274613242406, -0.6447480776246682, -0.32513149585474777, -0.1874881500872502, -0.32513149585474777, -0.6447480776246682, -0.6447480776246682, -0.32513149585474777, -0.4771996099056002, -0.06272016066156981, -0.8275807569006765, -0.8275807569006765, -0.6447480776246682, -0.4771996099056002, 0.3378156011215078, -0.4771996099056002, -0.8275807569006765, -1.0232529963474963, -0.1874881500872502, -1.0232529963474963, -0.1874881500872502, -0.06272016066156981, -0.8275807569006765, -0.4771996099056002, -0.8275807569006765, -1.0232529963474963, -1.0232529963474963, -0.6447480776246682, -0.6447480776246682, -0.8275807569006765, -0.06272016066156981, -0.06272016066156981, 0.050791274613242406, -0.4771996099056002, -1.0232529963474963, -0.6447480776246682, -0.4771996099056002, 0.050791274613242406, 0.4193970839091964, 0.15454301810846358, -0.8275807569006765, -0.6447480776246682, 0.050791274613242406, -0.6447480776246682, -0.4771996099056002, -0.6447480776246682, -0.6447480776246682, -1.2264362323716358, -0.4771996099056002, 0.050791274613242406, -0.4771996099056002, -0.1874881500872502, -0.8275807569006765, -0.6447480776246682, -0.1874881500872502, -0.6447480776246682, -1.0232529963474963, -0.4771996099056002, -0.6447480776246682, -0.32513149585474777, -0.6447480776246682, -0.32513149585474777, 0.2498452341316475, -0.8275807569006765, 0.4193970839091964, -0.1874881500872502, -0.32513149585474777, -0.4771996099056002, -0.4771996099056002, -0.32513149585474777, -0.1874881500872502, -0.4771996099056002, -0.06272016066156981, -0.4771996099056002, -0.06272016066156981, -0.32513149585474777, -0.32513149585474777, -0.6447480776246682, -0.06272016066156981, -0.32513149585474777, -0.8275807569006765, -0.4771996099056002, -0.6447480776246682, -0.06272016066156981, -0.32513149585474777, -0.06272016066156981, -0.6447480776246682, -0.6447480776246682, -1.0232529963474963, -1.2264362323716358, -0.4771996099056002, -0.4771996099056002, -1.2264362323716358, -0.1874881500872502, -0.06272016066156981, -0.32513149585474777, -0.4771996099056002, -0.06272016066156981, -0.06272016066156981, -0.4771996099056002, 0.15454301810846358, -1.0232529963474963, -1.0232529963474963, -0.6447480776246682, -0.1874881500872502, -0.06272016066156981, -0.8275807569006765, -0.6447480776246682, -1.0232529963474963, -0.06272016066156981, 0.3378156011215078, -1.0232529963474963, -0.06272016066156981, -1.0232529963474963, -0.1874881500872502, 0.050791274613242406, -0.32513149585474777, -0.32513149585474777, 0.15454301810846358, 0.4193970839091964, -0.32513149585474777, -0.4771996099056002, -1.2264362323716358, -0.8275807569006765, -1.2264362323716358, 0.050791274613242406, -0.6447480776246682, -1.2264362323716358, -0.06272016066156981, -0.1874881500872502, -0.32513149585474777, -0.1874881500872502, -0.06272016066156981, -0.4771996099056002, -0.4771996099056002, -0.8275807569006765, -0.06272016066156981, -0.1874881500872502, 0.050791274613242406, -0.8275807569006765, -0.32513149585474777, -0.6447480776246682, 0.15454301810846358, -0.1874881500872502, -0.4771996099056002, -0.6447480776246682, -0.32513149585474777, -0.1874881500872502, 0.15454301810846358, -0.4771996099056002, -0.4771996099056002, -0.06272016066156981, -0.6447480776246682, 0.050791274613242406, -0.06272016066156981, -0.4771996099056002, -0.1874881500872502, -0.6447480776246682, -0.1874881500872502, -1.0232529963474963, -0.1874881500872502, 0.050791274613242406, -0.6447480776246682, -0.4771996099056002, -0.32513149585474777, -0.1874881500872502, -1.0232529963474963, -0.4771996099056002, -0.6447480776246682, -0.4771996099056002, -0.8275807569006765, -0.8275807569006765, -0.4771996099056002, -0.8275807569006765, -0.6447480776246682, 0.050791274613242406, -0.6447480776246682, -0.8275807569006765, -0.1874881500872502, -0.4771996099056002, -0.1874881500872502, 0.050791274613242406, -0.4771996099056002, -0.1874881500872502, -0.32513149585474777, -0.6447480776246682, -1.0232529963474963, -1.0232529963474963, 0.2498452341316475, -0.4771996099056002, -1.0232529963474963, -1.0232529963474963, 0.050791274613242406, -0.32513149585474777, -1.2264362323716358, 0.2498452341316475, 1.0548249892424295, -0.1874881500872502, -1.0232529963474963, -0.1874881500872502, -0.4771996099056002, -0.1874881500872502, -1.2264362323716358, -1.2264362323716358, 0.050791274613242406, -0.06272016066156981, -0.6447480776246682, -0.4771996099056002, -0.8275807569006765, -0.1874881500872502, -0.32513149585474777, -0.8275807569006765, 0.050791274613242406, -0.6447480776246682, -0.32513149585474777, -0.8275807569006765, -0.6447480776246682, -1.2264362323716358, 0.15454301810846358, -1.0232529963474963, -0.6447480776246682, -0.06272016066156981, -1.2264362323716358, -0.8275807569006765, -0.32513149585474777, -0.32513149585474777, -0.8275807569006765, -0.8275807569006765, -0.4771996099056002, -0.8275807569006765, -0.1874881500872502, -0.1874881500872502, -0.32513149585474777, -0.1874881500872502, 0.050791274613242406, -0.4771996099056002, -0.06272016066156981, 0.15454301810846358, -1.2264362323716358, -0.1874881500872502, -0.32513149585474777, -0.4771996099056002, -1.0232529963474963, 0.050791274613242406, -1.0232529963474963, 0.050791274613242406, -0.4771996099056002, -0.8275807569006765, -0.6447480776246682, -0.06272016066156981, -1.2264362323716358, -0.32513149585474777, -1.2264362323716358, -0.6447480776246682, -1.2264362323716358, -0.06272016066156981, -0.6447480776246682, -0.1874881500872502, -0.8275807569006765, -0.6447480776246682, -0.1874881500872502, -1.0232529963474963, -0.6447480776246682, 0.3378156011215078, -0.4771996099056002, -0.06272016066156981, -0.8275807569006765, -1.0232529963474963, -1.0232529963474963, -0.06272016066156981, -0.1874881500872502, -0.6447480776246682, 0.050791274613242406, -0.4771996099056002, -0.8275807569006765, -0.4771996099056002, -0.8275807569006765, -0.06272016066156981, -0.32513149585474777, -1.0232529963474963, -0.1874881500872502, -0.8275807569006765, -0.32513149585474777, -0.4771996099056002, -0.4771996099056002, -0.4771996099056002, -0.4771996099056002, -0.32513149585474777, 0.15454301810846358, -0.06272016066156981, -0.4771996099056002, -0.6447480776246682, -0.6447480776246682, -0.32513149585474777, -0.4771996099056002, -0.8275807569006765, -0.4771996099056002, -0.06272016066156981, -0.6447480776246682, -0.8275807569006765, -0.6447480776246682, -0.32513149585474777, -0.8275807569006765, 0.5664397240233964, -1.2264362323716358, -0.1874881500872502, -0.32513149585474777, -1.2264362323716358, 0.050791274613242406, -0.32513149585474777, -0.1874881500872502, -0.32513149585474777, -0.6447480776246682, -0.4771996099056002, -0.32513149585474777, -0.32513149585474777, -0.06272016066156981, -0.1874881500872502, -1.0232529963474963, -0.4771996099056002, -0.1874881500872502, -0.1874881500872502, -0.6447480776246682, 0.3378156011215078, -1.0232529963474963, -1.0232529963474963, -0.4771996099056002, 0.4193970839091964, -1.0232529963474963, -0.32513149585474777, 0.050791274613242406, -1.0232529963474963, -0.8275807569006765, -0.8275807569006765, 0.15454301810846358, 0.6331320947784771, -0.8275807569006765, -0.4771996099056002, -0.06272016066156981, -0.06272016066156981, -0.6447480776246682, -0.32513149585474777, -1.0232529963474963, -1.0232529963474963, -0.4771996099056002, 0.050791274613242406, -0.4771996099056002, -0.4771996099056002, -0.6447480776246682, 0.3378156011215078, -0.32513149585474777, -0.4771996099056002, -0.8275807569006765, -0.32513149585474777, -0.6447480776246682, 0.050791274613242406, -0.06272016066156981, 0.050791274613242406, 0.050791274613242406, -0.6447480776246682, 0.3378156011215078, -1.0232529963474963, -0.8275807569006765, -1.0232529963474963, -0.4771996099056002, -0.4771996099056002, -0.8275807569006765, -1.0232529963474963, -0.32513149585474777, 0.3378156011215078, -1.0232529963474963, -0.1874881500872502, 0.49538263435298496, 0.5664397240233964, -0.6447480776246682, -0.06272016066156981, 0.15454301810846358, -0.8275807569006765, -0.06272016066156981, -0.4771996099056002, -0.32513149585474777, -0.1874881500872502, 0.050791274613242406, 0.050791274613242406, -0.4771996099056002, -0.1874881500872502, -1.2264362323716358, 0.050791274613242406, -0.8275807569006765, 0.6331320947784771, -0.4771996099056002, -0.32513149585474777, -0.6447480776246682, -1.0232529963474963, 0.050791274613242406, -0.8275807569006765, -0.4771996099056002, 0.2498452341316475, 0.2498452341316475, 0.15454301810846358, -0.8275807569006765, 0.050791274613242406, -0.6447480776246682, -0.4771996099056002, -0.6447480776246682, 0.2498452341316475, -0.32513149585474777, -0.6447480776246682, 0.050791274613242406, -0.32513149585474777, -0.8275807569006765, -0.1874881500872502, -0.32513149585474777, -0.1874881500872502, -0.4771996099056002, -0.32513149585474777, -0.32513149585474777, 0.050791274613242406, -0.32513149585474777, -0.32513149585474777, 0.050791274613242406, -0.6447480776246682, -0.32513149585474777, -1.0232529963474963, 0.2498452341316475, -0.4771996099056002, -0.6447480776246682, -1.0232529963474963, 0.2498452341316475, -0.06272016066156981, -0.32513149585474777, -0.4771996099056002, 0.050791274613242406, -0.1874881500872502, 0.2498452341316475, -0.6447480776246682, -0.6447480776246682, -0.4771996099056002, -0.6447480776246682, 0.4193970839091964, -0.1874881500872502, -0.6447480776246682, -0.32513149585474777, -0.8275807569006765, -1.0232529963474963, -0.32513149585474777, -0.32513149585474777, -0.4771996099056002, -1.0232529963474963, -0.06272016066156981, 0.15454301810846358, 0.3378156011215078, -0.1874881500872502, -0.6447480776246682, -0.4771996099056002, -0.4771996099056002, -0.1874881500872502, -0.8275807569006765, -0.06272016066156981, -0.8275807569006765, -0.1874881500872502, -0.6447480776246682, -0.4771996099056002, 0.6331320947784771, -0.32513149585474777, 0.15454301810846358, -0.06272016066156981, -1.0232529963474963, -0.06272016066156981, -0.6447480776246682, 0.49538263435298496, -0.4771996099056002, 0.6331320947784771, -0.6447480776246682, -0.4771996099056002, 0.050791274613242406, -0.32513149585474777, 0.2498452341316475, -0.1874881500872502, -0.1874881500872502, -0.1874881500872502, -0.4771996099056002, -1.2264362323716358, -1.0232529963474963, -0.32513149585474777, -0.6447480776246682, -0.06272016066156981, -0.6447480776246682, 0.050791274613242406, 0.7552657354208386, -0.8275807569006765, -0.32513149585474777, -0.1874881500872502, -0.8275807569006765, -0.06272016066156981, -0.4771996099056002, -0.32513149585474777, -0.1874881500872502, -0.8275807569006765, -0.6447480776246682, -0.6447480776246682, -0.1874881500872502, 0.3378156011215078, 0.15454301810846358, -0.1874881500872502, -0.8275807569006765, 1.097393482966598, -0.32513149585474777, -0.1874881500872502, -0.4771996099056002, -0.4771996099056002, -0.4771996099056002, -0.32513149585474777, 0.050791274613242406, -0.32513149585474777, -0.4771996099056002, 0.050791274613242406, 0.050791274613242406, -0.06272016066156981, -0.1874881500872502, -0.32513149585474777, 0.15454301810846358, -0.06272016066156981, -0.32513149585474777, -0.4771996099056002, -0.1874881500872502, -0.6447480776246682, -0.6447480776246682, -0.1874881500872502, -0.32513149585474777, -0.06272016066156981, -1.0232529963474963, -0.4771996099056002, -0.8275807569006765, -0.32513149585474777, -0.6447480776246682, -0.8275807569006765, -0.6447480776246682, -0.4771996099056002, -0.4771996099056002, -0.4771996099056002, -0.06272016066156981, -0.4771996099056002, 0.9156455911513144, -0.8275807569006765, -0.06272016066156981, -0.4771996099056002, 0.050791274613242406, -1.0232529963474963, -0.06272016066156981, -0.8275807569006765, -0.32513149585474777, -0.1874881500872502, -1.0232529963474963, 0.3378156011215078, 0.8648377001622138, 0.2498452341316475, -0.1874881500872502, -0.4771996099056002, -0.32513149585474777, 0.15454301810846358, -0.1874881500872502, -0.32513149585474777, -1.0232529963474963, -1.0232529963474963, 0.15454301810846358, -0.1874881500872502, -0.1874881500872502, 0.4193970839091964, -0.32513149585474777, 0.8114649941835206, -0.6447480776246682, -1.0232529963474963, -0.4771996099056002, -0.1874881500872502, 0.15454301810846358, -0.06272016066156981, 0.2498452341316475, -0.06272016066156981, -0.06272016066156981, -0.8275807569006765, -0.8275807569006765, 0.2498452341316475, 0.050791274613242406, -1.0232529963474963, -0.06272016066156981, -0.6447480776246682, -0.4771996099056002, -0.6447480776246682, -0.4771996099056002, -0.06272016066156981, 0.15454301810846358, -0.4771996099056002, -0.6447480776246682, 0.15454301810846358, 0.6959380905895316, -0.6447480776246682, -0.4771996099056002, -0.06272016066156981, -0.32513149585474777, -0.32513149585474777, 0.050791274613242406, -0.8275807569006765, 0.15454301810846358, -0.06272016066156981, -1.2264362323716358, 0.15454301810846358, -0.8275807569006765, -1.0232529963474963, -0.1874881500872502, -0.6447480776246682, -0.6447480776246682, -0.8275807569006765, 0.2498452341316475, -0.06272016066156981, 0.2498452341316475, -1.0232529963474963, -1.0232529963474963, -0.32513149585474777, 0.3378156011215078, 0.5664397240233964, -0.1874881500872502, -0.06272016066156981, -0.06272016066156981, -0.32513149585474777, -0.4771996099056002, 0.4193970839091964, 0.15454301810846358, -0.32513149585474777, -0.06272016066156981, 0.6331320947784771, -0.6447480776246682, -0.1874881500872502, 0.15454301810846358, -0.4771996099056002, -0.06272016066156981, -0.32513149585474777, 0.49538263435298496, -0.6447480776246682, -1.0232529963474963, -0.06272016066156981, 0.3378156011215078, -0.1874881500872502, -0.4771996099056002, -0.32513149585474777, -1.0232529963474963, -0.32513149585474777, 0.2498452341316475, -0.4771996099056002, -0.06272016066156981, 0.49538263435298496, -0.1874881500872502, -0.6447480776246682, 0.050791274613242406, -0.6447480776246682, 0.3378156011215078, 0.15454301810846358, -0.1874881500872502, -0.32513149585474777, -0.1874881500872502, -0.8275807569006765, -0.06272016066156981, 0.15454301810846358, 0.050791274613242406, -0.6447480776246682, 0.7552657354208386, -0.6447480776246682, -0.4771996099056002, -0.8275807569006765, -0.4771996099056002, -0.6447480776246682, -0.6447480776246682, -0.4771996099056002, -0.6447480776246682, -0.6447480776246682, 0.49538263435298496, -0.06272016066156981, -0.8275807569006765, -0.1874881500872502, 0.050791274613242406, -0.06272016066156981, 0.050791274613242406, -0.32513149585474777, -0.32513149585474777, 0.4193970839091964, -0.8275807569006765, -0.32513149585474777, 0.4193970839091964, 0.050791274613242406, -0.4771996099056002, -0.8275807569006765, -0.1874881500872502, 1.4774779771790283, -0.1874881500872502, 0.050791274613242406, 0.050791274613242406, 0.050791274613242406, -0.1874881500872502, 0.050791274613242406, -0.4771996099056002, -0.6447480776246682, -0.4771996099056002, -0.8275807569006765, 0.15454301810846358, -0.4771996099056002, -0.32513149585474777, 0.4193970839091964, -0.32513149585474777, 1.4179480440955132, -0.6447480776246682, -0.4771996099056002, -0.32513149585474777, -0.1874881500872502, 0.15454301810846358, 0.4193970839091964, 0.964116828756508, -0.32513149585474777, 0.050791274613242406, 1.4481415195777572, 0.2498452341316475, 0.2498452341316475, -0.1874881500872502, 0.15454301810846358, -0.32513149585474777, -0.1874881500872502, -0.4771996099056002, -0.32513149585474777, -0.4771996099056002, -0.6447480776246682, -0.1874881500872502, 0.15454301810846358, -0.1874881500872502, -0.8275807569006765, -0.32513149585474777, 0.2498452341316475, 1.3547815181341325, -0.1874881500872502, -0.32513149585474777, 0.2498452341316475, 0.2498452341316475, 0.3378156011215078, -0.32513149585474777, -0.4771996099056002, -0.6447480776246682, 0.15454301810846358, -0.32513149585474777, 0.050791274613242406, 0.2498452341316475, 0.2498452341316475, 0.050791274613242406, 0.050791274613242406, -0.06272016066156981, 1.8190327868159213, -0.32513149585474777, -0.1874881500872502, -0.6447480776246682, -0.4771996099056002, -0.32513149585474777, -0.1874881500872502, -0.06272016066156981, 0.5664397240233964, -0.32513149585474777, 0.3378156011215078, -0.1874881500872502, -0.8275807569006765, -0.06272016066156981, 0.050791274613242406, -0.4771996099056002, 0.15454301810846358, 0.050791274613242406, -0.06272016066156981, -0.8275807569006765, -1.0232529963474963, -0.6447480776246682, 0.15454301810846358, 0.4193970839091964, -0.06272016066156981, 0.7552657354208386, -0.1874881500872502, -0.6447480776246682, -0.8275807569006765, 0.050791274613242406, 0.2498452341316475, 0.8114649941835206, -1.0232529963474963, -0.32513149585474777, -0.32513149585474777, -0.6447480776246682, 0.49538263435298496, -0.1874881500872502, -0.1874881500872502, 0.050791274613242406, -0.32513149585474777, -0.32513149585474777, -0.8275807569006765, -0.06272016066156981, 0.964116828756508, 0.15454301810846358, 0.2498452341316475, -0.1874881500872502, -0.06272016066156981, -0.32513149585474777, -0.4771996099056002, 0.3378156011215078, -0.06272016066156981, -0.4771996099056002, 0.49538263435298496, 0.3378156011215078, 0.15454301810846358, 0.15454301810846358, -0.32513149585474777, -0.4771996099056002, -0.6447480776246682, 0.3378156011215078, 0.050791274613242406, 0.15454301810846358, -0.4771996099056002, -1.0232529963474963, 0.6959380905895316, -0.32513149585474777, 0.49538263435298496, 0.050791274613242406, 0.9156455911513144, -0.1874881500872502, 0.3378156011215078, -0.1874881500872502, -1.0232529963474963, -0.4771996099056002, 1.2875115888357536, -0.4771996099056002, -0.1874881500872502, 0.3378156011215078, -0.32513149585474777, -0.8275807569006765, 0.050791274613242406, -0.1874881500872502, 0.2498452341316475, 0.4193970839091964, -0.8275807569006765, -0.6447480776246682, 2.343873114835703, -0.6447480776246682, -0.6447480776246682, 0.6331320947784771, 0.5664397240233964, 0.15454301810846358, -0.32513149585474777, -0.6447480776246682, 0.49538263435298496, 0.2498452341316475, 0.2498452341316475, -0.1874881500872502, -0.8275807569006765, 0.050791274613242406, 0.15454301810846358, -0.32513149585474777, -1.0232529963474963, -0.4771996099056002, -0.4771996099056002, -0.06272016066156981, -0.32513149585474777, 0.2498452341316475, 0.4193970839091964, -0.32513149585474777, -0.6447480776246682, -0.4771996099056002, -0.06272016066156981, 1.4774779771790283, -0.6447480776246682, 0.8114649941835206, -1.0232529963474963, 0.4193970839091964, 0.4193970839091964, 0.050791274613242406, 0.2498452341316475, 0.7552657354208386, 0.15454301810846358, -0.6447480776246682, 0.2498452341316475, -0.1874881500872502, -0.6447480776246682, -0.8275807569006765, 0.4193970839091964, -0.4771996099056002, 0.050791274613242406, 0.7552657354208386, 0.15454301810846358, 0.15454301810846358, 0.050791274613242406, -0.06272016066156981, -0.1874881500872502, -0.6447480776246682, -1.0232529963474963, 0.3378156011215078, 0.3378156011215078, -0.6447480776246682, 0.964116828756508, -1.2264362323716358, 0.964116828756508, -0.4771996099056002, -1.0232529963474963, -0.32513149585474777, 0.050791274613242406, -1.2264362323716358, 0.964116828756508, 1.3216920717006466, 0.3378156011215078, 0.4193970839091964, -0.4771996099056002, -0.1874881500872502, 0.050791274613242406, -0.6447480776246682, -0.06272016066156981, 0.15454301810846358, -0.06272016066156981, -0.06272016066156981, 1.2875115888357536, 0.15454301810846358, 2.008129215741536, -0.1874881500872502, 0.8648377001622138, 0.15454301810846358, 1.097393482966598, -0.32513149585474777, -0.6447480776246682, -0.06272016066156981, -1.0232529963474963, -0.4771996099056002, 0.050791274613242406, -0.06272016066156981, 0.5664397240233964, -0.32513149585474777, -0.32513149585474777, 0.964116828756508, -0.1874881500872502, 0.050791274613242406, -0.1874881500872502, 0.5664397240233964, -0.06272016066156981, -0.06272016066156981, 2.3313490978008757, -0.32513149585474777, 0.49538263435298496, -0.32513149585474777, -0.4771996099056002, -0.06272016066156981, -0.6447480776246682, -0.4771996099056002, -0.1874881500872502, -0.1874881500872502, 0.6331320947784771, -0.06272016066156981, 0.3378156011215078, 0.7552657354208386, -0.8275807569006765, -0.32513149585474777, -0.1874881500872502, -0.4771996099056002, -1.0232529963474963, -0.6447480776246682, -0.4771996099056002, -0.06272016066156981, -0.32513149585474777, 0.6959380905895316, -0.06272016066156981, 1.1776527006495523, -0.4771996099056002, 0.3378156011215078, -0.1874881500872502, -0.6447480776246682, 0.15454301810846358, -0.32513149585474777, -0.06272016066156981, 0.4193970839091964, -0.6447480776246682, 0.8114649941835206, 0.4193970839091964, 2.0910400714294317, 0.050791274613242406, -0.4771996099056002, 0.050791274613242406, -0.32513149585474777, -0.32513149585474777, -0.4771996099056002, 0.15454301810846358, 0.15454301810846358, -0.4771996099056002, -0.6447480776246682, -0.8275807569006765, -0.1874881500872502, -0.06272016066156981, -0.06272016066156981, -0.1874881500872502, -0.1874881500872502, 0.050791274613242406, -0.4771996099056002, -0.4771996099056002, 2.1377495197503062, -0.32513149585474777, 1.7096020150447118, -0.6447480776246682, -0.6447480776246682, 0.6331320947784771, -1.0232529963474963, 0.15454301810846358, 1.0104513062420728, 0.15454301810846358, -0.06272016066156981, -0.6447480776246682, 1.6378831561633982, 0.2498452341316475, 0.3378156011215078, 0.050791274613242406, 0.49538263435298496, 0.49538263435298496, 0.15454301810846358, 0.15454301810846358, 0.2498452341316475, 1.1382949787602608, -0.1874881500872502, -0.1874881500872502, 0.2498452341316475, -0.06272016066156981, 0.49538263435298496, 0.6331320947784771, 0.8114649941835206, 0.49538263435298496, -0.6447480776246682, -0.32513149585474777, 0.15454301810846358, -0.1874881500872502, 0.15454301810846358, 0.2498452341316475, 0.2498452341316475, -0.06272016066156981, 0.050791274613242406, 0.7552657354208386, 0.6331320947784771, -0.1874881500872502, 0.15454301810846358, 0.2498452341316475, 0.5664397240233964, -0.32513149585474777, 0.15454301810846358, 0.8114649941835206, 2.596335280088164, 1.0104513062420728, -0.32513149585474777, -0.32513149585474777, -0.6447480776246682, 0.050791274613242406, 0.3378156011215078, 0.964116828756508, -0.06272016066156981, 0.050791274613242406, -0.4771996099056002, -1.0232529963474963, 1.4179480440955132, 1.097393482966598, 2.5153931665518967, -0.32513149585474777, -0.1874881500872502, 0.15454301810846358, 0.49538263435298496, 0.8114649941835206, 0.4193970839091964, -0.06272016066156981, 0.3378156011215078, 0.2498452341316475, 0.9156455911513144, 1.4481415195777572, 2.3924920764478657, -1.0232529963474963, 0.15454301810846358, -0.06272016066156981, -0.06272016066156981, 0.5664397240233964, 1.954964197461125, 0.3378156011215078, 0.7552657354208386, 0.49538263435298496, 0.8648377001622138, 3.4539405837427424, 0.4193970839091964, 0.9156455911513144, 2.182423736181982, 0.15454301810846358, -0.6447480776246682, 0.15454301810846358, 1.4774779771790283, 0.49538263435298496, -0.4771996099056002, -0.06272016066156981, -0.4771996099056002, 0.3378156011215078, 0.5664397240233964, -0.32513149585474777, 0.6959380905895316, 0.9156455911513144, -0.32513149585474777, 1.2521668042870264, 2.0910400714294317, -0.4771996099056002, 1.386846577025481, 0.2498452341316475, 3.2800874502128043, 0.050791274613242406, 0.050791274613242406, -0.32513149585474777, 0.6331320947784771, 0.3378156011215078, 2.9539442687203654, 0.7552657354208386, -0.32513149585474777, 0.6331320947784771, 0.15454301810846358, -0.06272016066156981, 0.3378156011215078, 0.15454301810846358, 2.0586752290439807, 0.3378156011215078, 3.1124841292902636, -0.1874881500872502, 0.8114649941835206, 0.2498452341316475, 0.3378156011215078, 0.15454301810846358, 1.3547815181341325, 1.5060042581209392, -0.1874881500872502, -0.4771996099056002, 2.8681327103370142, -0.06272016066156981, 0.3378156011215078, 2.926132415898335, -0.4771996099056002, 2.4042946299943897, 0.9156455911513144, -0.6447480776246682, 0.6959380905895316, 1.3547815181341325, 0.49538263435298496, 0.15454301810846358, 0.9156455911513144, 0.3378156011215078, 0.3378156011215078, 2.2111604690902587, 2.6251114992932254, 0.15454301810846358, 2.596335280088164, 0.050791274613242406, -0.6447480776246682, 2.3805519460257982, 4.0679529924069735, 2.9401328340285295, -0.4771996099056002, 0.6331320947784771, 0.49538263435298496, 0.2498452341316475, 3.05198328802434, 0.5664397240233964, 1.6862464296504092, -0.1874881500872502, 3.223706168682212, 2.9876785855181303, 3.254844141142578, 0.4193970839091964, -0.06272016066156981, 0.8114649941835206, 0.8114649941835206, -0.06272016066156981, 0.9156455911513144, 1.6862464296504092, 0.5664397240233964, 1.8795038860828177, 0.49538263435298496, -0.1874881500872502, 2.822368257405845, 1.7324393315581177, 0.2498452341316475, 0.050791274613242406, 1.9366125587288836, 1.0104513062420728, 0.6331320947784771, 0.6959380905895316, 0.2498452341316475, 0.49538263435298496, 0.4193970839091964, 2.606017505774086, 0.050791274613242406, 2.671344165606661, -0.06272016066156981, 3.415355289254476, -0.06272016066156981, 2.2528092769296877, 2.5766917175801014, 1.386846577025481, 0.15454301810846358, -0.06272016066156981, 0.15454301810846358, 0.5664397240233964, 2.732750649772015, 2.890269630971792, 1.972993558496656, 2.7412298230136645, -0.8275807569006765, 0.050791274613242406, 2.7412298230136645, 2.6622631706342355, -0.8275807569006765, 3.333522773965357, 0.050791274613242406, 2.122414867933755, -0.4771996099056002, 2.1377495197503062, -0.4771996099056002, 2.3562458808858184, 3.5270010915816488, 2.7906805663744434, -0.1874881500872502, 0.9156455911513144, 1.8795038860828177, 2.7242006437769635, 0.050791274613242406, 0.15454301810846358, -0.06272016066156981, -0.06272016066156981, 2.757980294887836, 2.3186700932523445, 2.182423736181982, 2.4274994178102043, 2.4274994178102043, 3.0887113873227783, 1.386846577025481, 3.495172212202654, 3.6347263801269536, 2.9190597088939905, 2.6251114992932254, 1.1776527006495523, -0.4771996099056002, 0.2498452341316475, 0.050791274613242406, 2.122414867933755, 1.7766472155518904, 1.7324393315581177, 2.182423736181982, -0.32513149585474777, 0.15454301810846358, 2.8606460222056027, 1.7547807458434417, 2.0421016869087443, 0.8648377001622138, 3.4539405837427424, 0.7552657354208386, 0.15454301810846358, 2.461349673738902, 1.4481415195777572, 0.8114649941835206, 3.0203360602819718, 1.6862464296504092, 0.6331320947784771, 1.0548249892424295, 0.3378156011215078, 3.838626920359783, -0.4771996099056002, 2.008129215741536, 3.1861385270739966, 0.050791274613242406, 2.8378515964963325, 0.49538263435298496, 2.1677475497461973, 2.008129215741536, 0.964116828756508, 1.4179480440955132, 1.3216920717006466, 0.3378156011215078, 3.538686113259024, 3.045731672882224, 3.0394416222984466, 3.769936557830208, 1.2155769472034714, 3.1970136535334053, 1.6623486714512032, 2.8066470530329584, 1.2155769472034714, 3.844387568385134, 1.4481415195777572, -0.06272016066156981, 2.0910400714294317, 2.3186700932523445, 2.6345265852330284, 2.438907598949067, 4.253232778079592, 3.290012893563015, 1.7766472155518904, 3.244569772363497, 2.292831468856752, 1.5337635016563738, 1.560795521508663, 1.954964197461125, 1.1382949787602608, 3.3144131580038367, 2.5766917175801014, 3.1414436727922737, 3.164035171279376, 2.106847436719176, 4.29289420825827, 2.8066470530329584, 3.070512145321187, 3.8975536912627886, 3.1861385270739966, 2.7242006437769635, 0.964116828756508, 3.2599428844097047, 1.8988950753526976, 3.2077743825020892, 1.2155769472034714, 3.4581393502802897, 2.3684709992052557, 1.8597396293091857, 3.147138491050866, 2.8681327103370142, 1.2875115888357536, 0.15454301810846358, 3.428379456654911, 0.6959380905895316, 3.7160253367725087, 4.406728382610943, 2.292831468856752, 2.2391135245096656, 3.223706168682212, 2.3186700932523445, 3.2700647551852997, 1.6378831561633982, 2.3924920764478657, 2.853104156123372, 0.8648377001622138, 2.890269630971792, 2.757980294887836, 3.1584338961414016, 1.4774779771790283, 3.428379456654911, 2.8378515964963325, 2.606017505774086, 0.2498452341316475, 2.483310492452499, 1.9366125587288836, 3.6929732556267374, 3.8328336404564207, -0.1874881500872502, 2.732750649772015, 0.2498452341316475, 2.6981135530600846], [-0.6698982933441221, -0.6698982933441221, -1.1404685489228206, -1.1404685489228206, -0.6698982933441221, -1.1404685489228206, -0.6698982933441221, -1.1404685489228206, -0.6698982933441221, -0.21672342750427165, -0.21672342750427165, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, -0.21672342750427165, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, -0.6698982933441221, -0.6698982933441221, -0.21672342750427165, -0.6698982933441221, -0.6698982933441221, -0.6698982933441221, -0.21672342750427165, -0.6698982933441221, -0.21672342750427165, -0.6698982933441221, -0.21672342750427165, -1.1404685489228206, -0.6698982933441221, -1.1404685489228206, -0.21672342750427165, -0.21672342750427165, -1.1404685489228206, -0.21672342750427165, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, 0.946943820898152, -1.1404685489228206, -1.1404685489228206, -0.6698982933441221, -0.6698982933441221, -0.21672342750427165, -0.6698982933441221, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, -0.6698982933441221, -1.1404685489228206, -0.6698982933441221, -1.1404685489228206, -1.1404685489228206, -0.21672342750427165, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, -0.6698982933441221, -0.21672342750427165, -0.21672342750427165, -1.1404685489228206, -1.1404685489228206, -0.6698982933441221, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, -0.6698982933441221, -1.1404685489228206, -0.21672342750427165, -0.21672342750427165, -0.6698982933441221, 1.2657243741758015, 0.20671515088724365, -1.1404685489228206, 0.20671515088724365, -1.1404685489228206, -0.6698982933441221, -1.1404685489228206, -0.21672342750427165, -1.1404685489228206, 0.20671515088724365, -0.6698982933441221, -0.21672342750427165, -0.21672342750427165, -1.1404685489228206, -0.21672342750427165, -0.6698982933441221, -0.6698982933441221, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, 0.20671515088724365, 0.20671515088724365, -0.6698982933441221, -1.1404685489228206, -0.21672342750427165, -0.6698982933441221, 0.20671515088724365, -0.6698982933441221, -0.21672342750427165, -0.21672342750427165, -0.21672342750427165, -0.6698982933441221, -1.1404685489228206, 0.5947556547160828, -0.6698982933441221, -1.1404685489228206, -1.1404685489228206, 0.5947556547160828, -0.6698982933441221, -0.6698982933441221, -0.6698982933441221, 3.0118134676972854, -0.21672342750427165, -0.6698982933441221, -0.21672342750427165, -0.6698982933441221, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, 0.20671515088724365, -1.1404685489228206, -1.1404685489228206, -0.21672342750427165, 0.946943820898152, -1.1404685489228206, 0.20671515088724365, -0.6698982933441221, -0.21672342750427165, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, -0.21672342750427165, -0.6698982933441221, -0.6698982933441221, -0.6698982933441221, -0.6698982933441221, -0.21672342750427165, -0.6698982933441221, -0.6698982933441221, -1.1404685489228206, -0.6698982933441221, -0.6698982933441221, 0.20671515088724365, -0.21672342750427165, 0.20671515088724365, -0.21672342750427165, 0.5947556547160828, 0.20671515088724365, -0.6698982933441221, -1.1404685489228206, 0.20671515088724365, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, -0.21672342750427165, -0.6698982933441221, -0.21672342750427165, -0.6698982933441221, -1.1404685489228206, -0.6698982933441221, -1.1404685489228206, -1.1404685489228206, -0.6698982933441221, -0.6698982933441221, -0.6698982933441221, -1.1404685489228206, 0.20671515088724365, -1.1404685489228206, -1.1404685489228206, 0.20671515088724365, -0.21672342750427165, -1.1404685489228206, -0.21672342750427165, 0.20671515088724365, -0.6698982933441221, -1.1404685489228206, 0.20671515088724365, -1.1404685489228206, -1.1404685489228206, -0.6698982933441221, -1.1404685489228206, -0.6698982933441221, -0.6698982933441221, -0.6698982933441221, -1.1404685489228206, -1.1404685489228206, -0.21672342750427165, -0.6698982933441221, 0.20671515088724365, -0.6698982933441221, -0.21672342750427165, -0.21672342750427165, -0.6698982933441221, 0.5947556547160828, -0.6698982933441221, -1.1404685489228206, -0.6698982933441221, -0.6698982933441221, -0.6698982933441221, -0.6698982933441221, 0.946943820898152, -0.6698982933441221, 0.5947556547160828, -0.21672342750427165, -0.6698982933441221, 0.946943820898152, -0.6698982933441221, -0.6698982933441221, 2.0578649925810315, -0.21672342750427165, -0.6698982933441221, -1.1404685489228206, -0.21672342750427165, 0.20671515088724365, -1.1404685489228206, -0.6698982933441221, -1.1404685489228206, -0.6698982933441221, -0.6698982933441221, -1.1404685489228206, -0.6698982933441221, -0.6698982933441221, -1.1404685489228206, -0.6698982933441221, -0.6698982933441221, -1.1404685489228206, 0.20671515088724365, 0.5947556547160828, -0.21672342750427165, -0.6698982933441221, 0.20671515088724365, -1.1404685489228206, -0.6698982933441221, 1.2657243741758015, -0.6698982933441221, -0.21672342750427165, -0.21672342750427165, -0.6698982933441221, -1.1404685489228206, -0.6698982933441221, -0.6698982933441221, 0.20671515088724365, 0.20671515088724365, -0.6698982933441221, 0.946943820898152, 0.20671515088724365, -0.21672342750427165, 0.5947556547160828, -1.1404685489228206, -0.21672342750427165, 0.20671515088724365, -0.6698982933441221, -1.1404685489228206, -1.1404685489228206, 0.20671515088724365, 0.20671515088724365, -0.6698982933441221, -0.6698982933441221, -0.6698982933441221, 0.946943820898152, -0.21672342750427165, 0.20671515088724365, -0.21672342750427165, -0.6698982933441221, -1.1404685489228206, -0.6698982933441221, -0.6698982933441221, -0.6698982933441221, -1.1404685489228206, 0.5947556547160828, -0.21672342750427165, 0.5947556547160828, -0.21672342750427165, -0.6698982933441221, -1.1404685489228206, -0.6698982933441221, -0.6698982933441221, 0.20671515088724365, -0.6698982933441221, 0.5947556547160828, 0.5947556547160828, -1.1404685489228206, -0.6698982933441221, -0.21672342750427165, -1.1404685489228206, 0.20671515088724365, -0.21672342750427165, 0.20671515088724365, -0.6698982933441221, -1.1404685489228206, -0.6698982933441221, 0.946943820898152, -0.6698982933441221, -0.6698982933441221, -0.6698982933441221, 0.946943820898152, -1.1404685489228206, -1.1404685489228206, -0.6698982933441221, -0.21672342750427165, 0.20671515088724365, -1.1404685489228206, -0.6698982933441221, -0.21672342750427165, -0.21672342750427165, -0.21672342750427165, 2.4823223834396466, 0.20671515088724365, -0.21672342750427165, 0.946943820898152, -0.21672342750427165, 0.20671515088724365, 0.20671515088724365, -0.21672342750427165, -0.6698982933441221, -0.21672342750427165, -0.21672342750427165, 0.20671515088724365, -0.6698982933441221, -0.6698982933441221, -0.21672342750427165, -0.6698982933441221, -0.21672342750427165, 0.20671515088724365, -1.1404685489228206, -0.6698982933441221, -1.1404685489228206, -0.6698982933441221, 1.5546857364463942, -0.6698982933441221, -0.21672342750427165, -0.21672342750427165, -1.1404685489228206, -0.6698982933441221, 2.4823223834396466, -0.21672342750427165, 0.5947556547160828, -0.21672342750427165, -0.21672342750427165, -1.1404685489228206, 0.20671515088724365, -0.21672342750427165, -0.21672342750427165, -0.6698982933441221, -1.1404685489228206, -1.1404685489228206, -0.6698982933441221, -1.1404685489228206, 0.20671515088724365, 0.946943820898152, -0.21672342750427165, -0.21672342750427165, -0.6698982933441221, -0.21672342750427165, -0.21672342750427165, 0.20671515088724365, -0.6698982933441221, -0.21672342750427165, -0.6698982933441221, -0.21672342750427165, -0.21672342750427165, -0.21672342750427165, -1.1404685489228206, -0.6698982933441221, 0.20671515088724365, 0.5947556547160828, -0.21672342750427165, -0.6698982933441221, 0.946943820898152, 0.5947556547160828, -0.21672342750427165, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, -0.6698982933441221, -0.6698982933441221, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, -0.21672342750427165, 0.5947556547160828, 0.20671515088724365, -0.21672342750427165, -0.21672342750427165, 0.5947556547160828, -0.6698982933441221, 0.20671515088724365, -1.1404685489228206, -0.21672342750427165, 0.20671515088724365, -1.1404685489228206, 1.2657243741758015, -0.21672342750427165, -0.21672342750427165, -0.21672342750427165, -0.6698982933441221, -0.6698982933441221, -1.1404685489228206, 0.5947556547160828, -1.1404685489228206, -1.1404685489228206, -0.6698982933441221, -0.21672342750427165, -0.6698982933441221, -1.1404685489228206, -0.21672342750427165, 1.2657243741758015, -0.21672342750427165, 0.5947556547160828, 0.5947556547160828, 0.5947556547160828, 0.20671515088724365, -1.1404685489228206, -0.21672342750427165, -0.6698982933441221, 1.2657243741758015, -0.6698982933441221, -1.1404685489228206, -0.21672342750427165, 0.5947556547160828, 0.20671515088724365, 0.946943820898152, 1.81757703670124, 0.946943820898152, 2.0578649925810315, -0.6698982933441221, -0.6698982933441221, -0.21672342750427165, -0.6698982933441221, -0.6698982933441221, -0.6698982933441221, -1.1404685489228206, -0.6698982933441221, -0.6698982933441221, -1.1404685489228206, -0.6698982933441221, -0.6698982933441221, 0.20671515088724365, -0.21672342750427165, 0.20671515088724365, -0.21672342750427165, -1.1404685489228206, -1.1404685489228206, 0.5947556547160828, -0.6698982933441221, -1.1404685489228206, -0.6698982933441221, -0.21672342750427165, -1.1404685489228206, -0.21672342750427165, -1.1404685489228206, 0.946943820898152, -0.6698982933441221, -0.6698982933441221, 0.20671515088724365, 1.5546857364463942, -0.6698982933441221, -0.21672342750427165, 0.946943820898152, -1.1404685489228206, 1.2657243741758015, -0.6698982933441221, 1.81757703670124, -1.1404685489228206, -0.21672342750427165, -0.6698982933441221, -1.1404685489228206, 0.5947556547160828, 0.20671515088724365, 0.20671515088724365, -0.21672342750427165, -1.1404685489228206, -0.6698982933441221, 0.20671515088724365, -0.6698982933441221, -1.1404685489228206, -0.6698982933441221, 0.5947556547160828, 0.5947556547160828, -0.21672342750427165, 1.2657243741758015, -1.1404685489228206, -0.6698982933441221, -0.6698982933441221, -0.6698982933441221, -1.1404685489228206, 0.20671515088724365, 2.0578649925810315, 0.20671515088724365, 0.20671515088724365, -0.6698982933441221, -0.21672342750427165, 0.20671515088724365, -0.6698982933441221, -0.6698982933441221, -0.6698982933441221, -0.21672342750427165, 0.5947556547160828, 0.20671515088724365, -0.21672342750427165, 0.5947556547160828, -1.1404685489228206, -1.1404685489228206, -0.6698982933441221, 0.946943820898152, 0.20671515088724365, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, -0.21672342750427165, -0.6698982933441221, 0.20671515088724365, 0.946943820898152, -0.21672342750427165, -0.6698982933441221, 0.20671515088724365, 0.5947556547160828, -0.21672342750427165, -0.21672342750427165, -0.21672342750427165, -0.6698982933441221, -1.1404685489228206, -0.6698982933441221, -0.6698982933441221, 0.5947556547160828, 0.946943820898152, 0.20671515088724365, 0.20671515088724365, -1.1404685489228206, -0.6698982933441221, 0.20671515088724365, -0.21672342750427165, -1.1404685489228206, -1.1404685489228206, 0.5947556547160828, -0.6698982933441221, 1.81757703670124, -0.21672342750427165, -0.6698982933441221, -0.21672342750427165, -0.21672342750427165, 0.5947556547160828, 1.5546857364463942, 0.20671515088724365, 0.20671515088724365, -0.21672342750427165, -0.21672342750427165, -0.21672342750427165, -0.6698982933441221, -0.21672342750427165, 0.20671515088724365, -0.21672342750427165, -0.6698982933441221, 0.5947556547160828, -0.6698982933441221, 0.20671515088724365, 0.5947556547160828, -1.1404685489228206, -0.6698982933441221, -0.21672342750427165, -0.6698982933441221, -1.1404685489228206, -0.21672342750427165, -0.6698982933441221, -0.21672342750427165, -0.21672342750427165, -0.6698982933441221, -0.21672342750427165, -0.21672342750427165, 1.2657243741758015, -0.21672342750427165, -0.6698982933441221, -0.21672342750427165, -1.1404685489228206, -1.1404685489228206, -0.6698982933441221, -0.6698982933441221, -0.21672342750427165, -0.6698982933441221, -0.21672342750427165, 1.81757703670124, -1.1404685489228206, -0.6698982933441221, -1.1404685489228206, -1.1404685489228206, 0.20671515088724365, 0.5947556547160828, -1.1404685489228206, 0.20671515088724365, -0.6698982933441221, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, -0.21672342750427165, -0.21672342750427165, -1.1404685489228206, 0.20671515088724365, -1.1404685489228206, -0.6698982933441221, 0.946943820898152, -0.6698982933441221, 1.81757703670124, -0.21672342750427165, -0.6698982933441221, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, -0.21672342750427165, 1.5546857364463942, 0.946943820898152, -1.1404685489228206, -0.21672342750427165, -1.1404685489228206, -0.6698982933441221, 0.5947556547160828, -0.21672342750427165, -0.6698982933441221, -0.6698982933441221, 0.5947556547160828, -0.21672342750427165, -0.6698982933441221, 0.20671515088724365, 0.5947556547160828, -0.6698982933441221, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, -0.21672342750427165, -0.21672342750427165, -0.21672342750427165, -1.1404685489228206, -0.21672342750427165, -0.21672342750427165, 0.946943820898152, 1.5546857364463942, -0.6698982933441221, -0.6698982933441221, 0.5947556547160828, -0.6698982933441221, -1.1404685489228206, 1.5546857364463942, 0.5947556547160828, -0.21672342750427165, 3.7029000683611657, 0.5947556547160828, 0.5947556547160828, -0.21672342750427165, -1.1404685489228206, 0.5947556547160828, 1.5546857364463942, -1.1404685489228206, -0.21672342750427165, 0.20671515088724365, -0.21672342750427165, 0.946943820898152, 0.5947556547160828, -0.6698982933441221, -0.21672342750427165, 0.5947556547160828, 1.5546857364463942, 1.2657243741758015, -0.6698982933441221, 0.20671515088724365, -1.1404685489228206, 0.5947556547160828, -1.1404685489228206, -0.21672342750427165, -1.1404685489228206, 0.5947556547160828, -0.21672342750427165, -0.6698982933441221, -0.6698982933441221, 0.20671515088724365, -0.6698982933441221, -0.6698982933441221, -0.21672342750427165, 0.20671515088724365, -0.21672342750427165, -0.6698982933441221, 0.20671515088724365, 0.20671515088724365, -0.21672342750427165, -0.6698982933441221, -0.6698982933441221, -1.1404685489228206, -1.1404685489228206, -0.6698982933441221, -1.1404685489228206, -0.6698982933441221, 0.5947556547160828, -1.1404685489228206, -1.1404685489228206, -1.1404685489228206, -0.6698982933441221, -0.6698982933441221, -0.6698982933441221, -0.6698982933441221, -1.1404685489228206, -1.1404685489228206, -0.21672342750427165, -0.21672342750427165, -0.21672342750427165, -1.1404685489228206, 0.5947556547160828, -0.6698982933441221, 1.81757703670124, -1.1404685489228206, -0.6698982933441221, -0.6698982933441221, 0.5947556547160828, -0.6698982933441221, -0.6698982933441221, 0.5947556547160828, 0.20671515088724365, 0.20671515088724365, 0.5947556547160828, -1.1404685489228206, -1.1404685489228206, 0.20671515088724365, 0.5947556547160828, 0.5947556547160828, 0.20671515088724365, -1.1404685489228206, -0.6698982933441221, -1.1404685489228206, -0.21672342750427165, 0.20671515088724365, -0.21672342750427165, -0.21672342750427165, -0.6698982933441221, -0.6698982933441221, -0.6698982933441221, 0.20671515088724365, -1.1404685489228206, 0.5947556547160828, -1.1404685489228206, -1.1404685489228206, 0.20671515088724365, -0.21672342750427165, -0.21672342750427165, 0.946943820898152, 0.5947556547160828, -1.1404685489228206, 0.5947556547160828, -1.1404685489228206, -1.1404685489228206, -0.21672342750427165, -0.21672342750427165, -0.6698982933441221, 0.946943820898152, 0.20671515088724365, -0.6698982933441221, 1.5546857364463942, 2.278583930958004, -1.1404685489228206, -0.21672342750427165, -0.21672342750427165, 0.5947556547160828, -0.21672342750427165, -0.21672342750427165, 0.5947556547160828, -0.6698982933441221, 0.20671515088724365, 0.5947556547160828, -0.6698982933441221, -1.1404685489228206, -0.6698982933441221, -0.6698982933441221, 0.20671515088724365, -0.21672342750427165, 0.20671515088724365, -0.21672342750427165, -0.21672342750427165, -1.1404685489228206, 0.20671515088724365, 0.20671515088724365, 0.20671515088724365, -0.6698982933441221, -0.6698982933441221, -0.6698982933441221, -0.21672342750427165, 0.5947556547160828, -1.1404685489228206, -0.6698982933441221, -0.6698982933441221, 0.20671515088724365, 1.2657243741758015, -0.6698982933441221, -0.21672342750427165, -1.1404685489228206, -0.6698982933441221, 0.20671515088724365, -1.1404685489228206, -0.6698982933441221, -0.21672342750427165, 0.20671515088724365, 0.946943820898152, -0.6698982933441221, -1.1404685489228206, 0.20671515088724365, 0.5947556547160828, 1.2657243741758015, -1.1404685489228206, 0.20671515088724365, -0.6698982933441221, -0.21672342750427165, -0.21672342750427165, 0.5947556547160828, -0.6698982933441221, -0.21672342750427165, -0.6698982933441221, -0.6698982933441221, 0.20671515088724365, -0.6698982933441221, 1.81757703670124, -0.6698982933441221, -0.21672342750427165, 0.946943820898152, -0.21672342750427165, 0.20671515088724365, -1.1404685489228206, 1.81757703670124, -0.21672342750427165, 1.5546857364463942, 0.5947556547160828, -0.21672342750427165, 1.2657243741758015, 0.5947556547160828, -1.1404685489228206, -1.1404685489228206, -0.6698982933441221, -0.21672342750427165, 0.946943820898152, 0.20671515088724365, 0.946943820898152, 2.0578649925810315, -0.6698982933441221, -0.6698982933441221, 0.5947556547160828, 0.5947556547160828, -0.6698982933441221, -1.1404685489228206, -1.1404685489228206, 0.5947556547160828, 0.5947556547160828, -1.1404685489228206, -0.21672342750427165, 1.2657243741758015, 0.20671515088724365, -1.1404685489228206, 0.5947556547160828, -1.1404685489228206, -0.21672342750427165, -0.21672342750427165, -0.21672342750427165, -0.6698982933441221, -0.21672342750427165, 0.20671515088724365, 0.946943820898152, 1.81757703670124, -0.6698982933441221, -1.1404685489228206, -0.6698982933441221, 0.20671515088724365, -0.6698982933441221, 0.20671515088724365, 0.5947556547160828, 1.2657243741758015, -0.21672342750427165, 1.5546857364463942, -1.1404685489228206, -0.21672342750427165, -0.6698982933441221, 1.81757703670124, -1.1404685489228206, -0.21672342750427165, -0.21672342750427165, -0.21672342750427165, -0.21672342750427165, -0.6698982933441221, -0.6698982933441221, 1.81757703670124, -0.6698982933441221, -0.21672342750427165, -0.6698982933441221, 0.20671515088724365, 0.20671515088724365, -1.1404685489228206, 0.5947556547160828, 0.5947556547160828, 0.5947556547160828, -1.1404685489228206, 2.0578649925810315, -0.21672342750427165, -0.6698982933441221, -0.6698982933441221, -0.21672342750427165, 0.5947556547160828, 0.5947556547160828, 2.0578649925810315, 0.946943820898152, -1.1404685489228206, 1.2657243741758015, -1.1404685489228206, -0.6698982933441221, -0.6698982933441221, -0.6698982933441221, 2.278583930958004, -1.1404685489228206, -1.1404685489228206, 0.20671515088724365, 0.5947556547160828, -0.6698982933441221, 1.81757703670124, -0.21672342750427165, -0.6698982933441221, -1.1404685489228206, -0.6698982933441221, -0.21672342750427165, -0.21672342750427165, 0.20671515088724365, -0.6698982933441221, 0.5947556547160828, -0.21672342750427165, 0.5947556547160828, -1.1404685489228206, 0.20671515088724365, -0.21672342750427165, -0.6698982933441221, -0.6698982933441221, -0.6698982933441221, 0.5947556547160828, 2.278583930958004, 2.847245989094319, -0.6698982933441221, 0.20671515088724365, -0.6698982933441221, -1.1404685489228206, 0.20671515088724365, 0.20671515088724365, 1.2657243741758015, -0.21672342750427165, -0.21672342750427165, 0.946943820898152, 0.20671515088724365, -0.6698982933441221, -0.6698982933441221, -0.21672342750427165, 0.20671515088724365, 0.946943820898152, 1.5546857364463942, -0.21672342750427165, 2.0578649925810315, -0.6698982933441221, -0.6698982933441221, -0.6698982933441221, 0.20671515088724365, 0.946943820898152, 0.20671515088724365, 0.20671515088724365, -0.6698982933441221, 0.946943820898152, 0.5947556547160828, -1.1404685489228206, -0.6698982933441221, -0.21672342750427165, 1.5546857364463942, 0.20671515088724365, 0.5947556547160828, -1.1404685489228206, 0.5947556547160828, -0.21672342750427165, -0.6698982933441221, 0.946943820898152, -0.21672342750427165, -0.21672342750427165, 0.20671515088724365, -0.6698982933441221, -0.21672342750427165, -0.6698982933441221, -1.1404685489228206, 2.4823223834396466, 0.5947556547160828, 2.278583930958004, -0.21672342750427165, -1.1404685489228206, -1.1404685489228206, -0.21672342750427165, 0.946943820898152, -0.6698982933441221, 0.20671515088724365, -0.21672342750427165, 0.5947556547160828, -0.6698982933441221, -0.6698982933441221, -1.1404685489228206, 1.2657243741758015, 0.20671515088724365, -1.1404685489228206, -0.6698982933441221, -0.21672342750427165, 0.5947556547160828, -0.21672342750427165, 0.946943820898152, 1.2657243741758015, -0.6698982933441221, 1.2657243741758015, 0.946943820898152, -0.21672342750427165, 0.5947556547160828, -1.1404685489228206, 0.20671515088724365, 0.5947556547160828, -0.21672342750427165, 0.20671515088724365, 0.20671515088724365, 0.946943820898152, -0.6698982933441221, 0.946943820898152, 5.0, -0.6698982933441221, -0.21672342750427165, -0.21672342750427165, 0.20671515088724365, 0.946943820898152, 0.20671515088724365, 0.5947556547160828, -1.1404685489228206, 0.20671515088724365, 0.20671515088724365, -0.6698982933441221, -0.21672342750427165, -0.6698982933441221, -0.21672342750427165, -1.1404685489228206, 0.20671515088724365, -0.6698982933441221, -0.21672342750427165, -0.21672342750427165, 2.6712642467404693, 3.7029000683611657, -0.6698982933441221, -1.1404685489228206, -0.21672342750427165, 0.5947556547160828, -0.21672342750427165, -0.6698982933441221, 0.20671515088724365, -0.21672342750427165, -1.1404685489228206, 2.6712642467404693, 1.5546857364463942, -0.21672342750427165, 0.946943820898152, -0.21672342750427165, -1.1404685489228206, -0.21672342750427165, -0.21672342750427165, -0.6698982933441221, 0.946943820898152, 0.946943820898152, 3.9328294947765268, -0.21672342750427165, 0.5947556547160828, 0.20671515088724365, 1.5546857364463942, -0.6698982933441221, 0.20671515088724365, 0.20671515088724365, 0.5947556547160828, -0.6698982933441221, -0.6698982933441221, 0.946943820898152, 0.5947556547160828, -1.1404685489228206, 0.5947556547160828, 2.0578649925810315, 0.20671515088724365, -0.21672342750427165, -0.21672342750427165, 1.5546857364463942, 0.20671515088724365, -1.1404685489228206, 2.0578649925810315, -0.6698982933441221, -1.1404685489228206, -0.21672342750427165, 1.2657243741758015, -0.21672342750427165, -0.21672342750427165, 3.449132540775951, -1.1404685489228206, -0.21672342750427165, 2.0578649925810315, -0.21672342750427165, -0.6698982933441221, -0.6698982933441221, -0.6698982933441221, 0.20671515088724365, -0.6698982933441221, -0.6698982933441221, -0.21672342750427165, -1.1404685489228206, 0.5947556547160828, 0.20671515088724365, 0.20671515088724365, -0.21672342750427165, -0.6698982933441221, -0.6698982933441221, -0.21672342750427165, 1.5546857364463942, -0.21672342750427165, 0.5947556547160828, 0.946943820898152, -0.21672342750427165, 0.5947556547160828, -0.6698982933441221, -0.21672342750427165, 0.20671515088724365, -0.6698982933441221, -1.1404685489228206, -0.6698982933441221, 0.20671515088724365, -0.21672342750427165, 0.20671515088724365, -0.21672342750427165, 0.5947556547160828, 0.5947556547160828, 1.2657243741758015, 1.2657243741758015, -1.1404685489228206, 1.2657243741758015, 2.4823223834396466, 1.81757703670124, 0.5947556547160828, 0.946943820898152, 0.5947556547160828, -0.6698982933441221, 0.20671515088724365, -0.21672342750427165, 1.81757703670124, -0.6698982933441221, -1.1404685489228206, 0.5947556547160828, -0.6698982933441221, -0.21672342750427165, 1.5546857364463942, -0.6698982933441221, 0.20671515088724365, -0.21672342750427165, -1.1404685489228206, 0.5947556547160828, -1.1404685489228206, -0.21672342750427165, -1.1404685489228206, -0.6698982933441221, 0.946943820898152, 0.5947556547160828, -0.21672342750427165, 2.847245989094319, -0.6698982933441221, 1.81757703670124, 4.681808386348184, 0.946943820898152, -1.1404685489228206, 0.20671515088724365, -0.21672342750427165, -0.21672342750427165, -0.21672342750427165, -1.1404685489228206, 0.946943820898152, -0.21672342750427165, -0.21672342750427165, -0.6698982933441221, 0.5947556547160828, 1.81757703670124, -0.6698982933441221, -0.6698982933441221, -1.1404685489228206, -0.21672342750427165, -1.1404685489228206, 0.946943820898152, -0.6698982933441221, 0.5947556547160828, 0.20671515088724365, -0.6698982933441221, -0.21672342750427165, -0.21672342750427165, -0.6698982933441221, 0.946943820898152, -0.6698982933441221, 0.20671515088724365, -0.6698982933441221, -1.1404685489228206, 0.5947556547160828, -1.1404685489228206, 0.5947556547160828, 0.20671515088724365, -0.21672342750427165, -0.6698982933441221, 3.166272302813185, 2.0578649925810315, -0.6698982933441221, -1.1404685489228206, 2.0578649925810315, -0.21672342750427165, 1.5546857364463942, 2.278583930958004, 0.20671515088724365, -0.6698982933441221, 0.946943820898152, 1.2657243741758015, -0.6698982933441221, 0.20671515088724365, 0.946943820898152, 0.20671515088724365, -1.1404685489228206, -1.1404685489228206, 1.2657243741758015, 1.2657243741758015, -1.1404685489228206, 0.946943820898152, 0.946943820898152, 0.5947556547160828, -0.21672342750427165, -1.1404685489228206, 0.5947556547160828, 1.2657243741758015, 0.20671515088724365, 0.5947556547160828, 1.81757703670124, -0.6698982933441221, 0.946943820898152, 0.20671515088724365, 0.5947556547160828, -0.6698982933441221, 0.5947556547160828, 0.20671515088724365, 0.5947556547160828, -0.6698982933441221, 0.5947556547160828, -0.6698982933441221, -0.6698982933441221, 1.2657243741758015, 0.20671515088724365, 0.20671515088724365, 1.81757703670124, 1.81757703670124, 2.0578649925810315, 0.20671515088724365, 0.5947556547160828, 0.20671515088724365, 0.20671515088724365, 0.5947556547160828, -0.6698982933441221, -0.6698982933441221, 2.278583930958004, -0.6698982933441221, -0.21672342750427165, 0.5947556547160828, 0.20671515088724365, 0.20671515088724365, -0.21672342750427165, -0.6698982933441221, -0.21672342750427165, -1.1404685489228206, -1.1404685489228206, -0.21672342750427165, -1.1404685489228206, 0.20671515088724365, 0.5947556547160828, -0.21672342750427165, 1.5546857364463942, -0.6698982933441221, -1.1404685489228206, 1.2657243741758015, -1.1404685489228206, -0.21672342750427165, -0.6698982933441221, 1.81757703670124, -0.6698982933441221, 0.946943820898152, 0.20671515088724365, 0.946943820898152, 1.81757703670124, -0.21672342750427165, 0.20671515088724365, 0.20671515088724365, 0.5947556547160828, -0.6698982933441221, 1.5546857364463942, 0.5947556547160828, -0.21672342750427165, 0.5947556547160828, -0.21672342750427165, -0.21672342750427165, 0.5947556547160828, 0.20671515088724365, 0.5947556547160828, 0.5947556547160828, 0.20671515088724365, 1.2657243741758015, 0.5947556547160828, 0.946943820898152, 0.5947556547160828, -0.6698982933441221, 0.20671515088724365, 0.5947556547160828, 3.166272302813185, 1.2657243741758015, -0.6698982933441221, 0.946943820898152, 0.20671515088724365, 1.5546857364463942, -0.6698982933441221, -0.6698982933441221, 0.946943820898152, -1.1404685489228206, -0.21672342750427165, 1.2657243741758015, -0.6698982933441221, 1.2657243741758015, -1.1404685489228206, -0.6698982933441221, 0.20671515088724365, 0.20671515088724365, 0.5947556547160828, 0.20671515088724365, -0.21672342750427165, 0.20671515088724365, -0.6698982933441221, -0.6698982933441221, 0.5947556547160828, 0.946943820898152, 0.20671515088724365, -0.6698982933441221, 0.5947556547160828, 1.5546857364463942, 1.5546857364463942, 0.5947556547160828, 1.81757703670124, 1.5546857364463942, 1.81757703670124, -0.21672342750427165, 0.5947556547160828, 0.5947556547160828, 2.6712642467404693, 1.81757703670124, 0.20671515088724365, -0.21672342750427165, 1.2657243741758015, 0.5947556547160828, 0.946943820898152, 0.946943820898152, -0.6698982933441221, -0.21672342750427165, 1.2657243741758015, 0.5947556547160828, -0.6698982933441221, -0.6698982933441221, -0.21672342750427165, 0.946943820898152, -0.21672342750427165, 0.20671515088724365, -0.21672342750427165, -0.21672342750427165, -0.21672342750427165, 2.0578649925810315, 3.0118134676972854, 1.2657243741758015, 0.946943820898152, -0.21672342750427165, 0.946943820898152, 3.9328294947765268, 0.20671515088724365, -0.21672342750427165, -0.6698982933441221, 0.5947556547160828, 1.5546857364463942, -0.6698982933441221, -0.6698982933441221, -0.21672342750427165, -1.1404685489228206, 0.20671515088724365, 0.5947556547160828, -1.1404685489228206, -0.6698982933441221, 2.278583930958004, -0.21672342750427165, 1.2657243741758015, 0.20671515088724365, 0.946943820898152, -0.6698982933441221, 0.5947556547160828, 0.5947556547160828, -0.21672342750427165, -0.6698982933441221, -0.21672342750427165, -0.21672342750427165, -0.21672342750427165, 0.20671515088724365, -0.21672342750427165, 0.946943820898152, -0.6698982933441221, 0.20671515088724365, 0.946943820898152, 0.20671515088724365, 0.20671515088724365, -0.6698982933441221, -0.6698982933441221, 0.5947556547160828, 0.20671515088724365, 0.20671515088724365, -0.21672342750427165, 2.0578649925810315, 0.946943820898152, 0.20671515088724365, -0.6698982933441221, -0.21672342750427165, 0.20671515088724365, 0.5947556547160828, 0.20671515088724365, 1.81757703670124, 0.20671515088724365, 0.20671515088724365, -0.21672342750427165, -0.6698982933441221, 0.946943820898152, -0.21672342750427165, -0.6698982933441221, 0.5947556547160828, 0.5947556547160828, 0.20671515088724365, 1.2657243741758015, 1.5546857364463942, 0.20671515088724365, 2.278583930958004, -0.21672342750427165, -1.1404685489228206, -0.6698982933441221, -0.21672342750427165, -0.21672342750427165, -0.21672342750427165, -0.6698982933441221, 1.2657243741758015, 1.2657243741758015, 0.946943820898152, 0.946943820898152, 1.2657243741758015, 0.946943820898152, 4.983897856372534, 0.5947556547160828, -0.21672342750427165, 0.946943820898152, 0.946943820898152, 3.0118134676972854, 0.946943820898152, 0.20671515088724365, -1.1404685489228206, 0.946943820898152, 3.311730334090781, 0.946943820898152, 4.040139661398232, 1.2657243741758015, 0.946943820898152, -0.21672342750427165, 1.2657243741758015, -0.21672342750427165, 3.311730334090781, 0.20671515088724365, 0.5947556547160828, 0.946943820898152, -0.21672342750427165, -1.1404685489228206, 2.4823223834396466, 0.946943820898152, 1.5546857364463942, 1.81757703670124, -0.21672342750427165, -0.21672342750427165, 0.946943820898152, 0.5947556547160828, 0.946943820898152, -0.21672342750427165, 0.946943820898152, -1.1404685489228206, -0.6698982933441221, 0.5947556547160828, -0.6698982933441221, 0.946943820898152, 0.20671515088724365, 1.2657243741758015, 1.2657243741758015, 0.5947556547160828, 0.5947556547160828, -0.21672342750427165, 0.20671515088724365, 1.2657243741758015, -1.1404685489228206, -0.21672342750427165, 0.5947556547160828, -0.6698982933441221, 0.20671515088724365, -0.21672342750427165, 0.5947556547160828, -0.6698982933441221, 0.20671515088724365, 1.5546857364463942, -0.6698982933441221, -0.6698982933441221, 1.5546857364463942, -0.21672342750427165, -0.21672342750427165, 0.5947556547160828, 0.946943820898152, -0.21672342750427165, 0.5947556547160828, 1.81757703670124, 1.81757703670124, 0.20671515088724365, -0.6698982933441221, 3.311730334090781, 0.5947556547160828, -1.1404685489228206, 1.81757703670124, 0.5947556547160828, 4.911867183003994, 0.20671515088724365, 1.2657243741758015, 0.946943820898152, 3.579289437952973, 2.4823223834396466, 0.946943820898152, 0.5947556547160828, 0.20671515088724365, -0.21672342750427165, -1.1404685489228206, 1.2657243741758015, 1.5546857364463942, -0.21672342750427165, 0.20671515088724365, 0.20671515088724365, 0.946943820898152, 0.5947556547160828, -0.21672342750427165, 1.5546857364463942, 0.20671515088724365, -0.21672342750427165, 2.0578649925810315, 3.166272302813185, 0.5947556547160828, 2.278583930958004, 2.0578649925810315, 0.946943820898152, 0.5947556547160828, 0.20671515088724365, -0.21672342750427165, -0.21672342750427165, -0.21672342750427165, -1.1404685489228206, 0.20671515088724365, -0.6698982933441221, 0.5947556547160828, 1.5546857364463942, 1.5546857364463942, 0.946943820898152, 1.81757703670124, 0.946943820898152, 0.946943820898152, 0.20671515088724365, 0.20671515088724365, 2.6712642467404693, -0.6698982933441221, 0.5947556547160828, -0.21672342750427165, 0.946943820898152, 4.760970028185726, 1.2657243741758015, 1.2657243741758015, 0.20671515088724365, 0.946943820898152, 1.5546857364463942, 4.241496835948634, 0.946943820898152, -0.6698982933441221, 0.946943820898152, 0.5947556547160828, 0.20671515088724365, -0.21672342750427165, 2.4823223834396466, 1.2657243741758015, 0.946943820898152, 0.5947556547160828, 0.946943820898152, 0.20671515088724365, 4.142908648441853, -0.21672342750427165, 0.20671515088724365, 2.278583930958004, 0.20671515088724365, 0.20671515088724365, 0.20671515088724365, 1.2657243741758015, 0.5947556547160828, 0.5947556547160828, 0.946943820898152, 0.946943820898152, 0.5947556547160828, -0.6698982933441221, 4.142908648441853, 0.946943820898152, 3.8205706140026137, 3.449132540775951, -0.6698982933441221, -1.1404685489228206, 2.847245989094319, 2.0578649925810315, 3.166272302813185, 2.0578649925810315, 2.6712642467404693, 1.81757703670124, -0.6698982933441221, 2.278583930958004, 1.81757703670124, 1.81757703670124, -1.1404685489228206, -0.6698982933441221, 0.5947556547160828, 1.5546857364463942, 1.81757703670124], [1.4393378193233788, -1.019132064806833, 0.10004303889235916, -0.7156263198543265, -1.019132064806833, 0.532800652926028, -1.019132064806833, -1.019132064806833, -1.019132064806833, -0.42334015510018064, -1.019132064806833, -0.7156263198543265, -1.019132064806833, -0.42334015510018064, -0.7156263198543265, -1.019132064806833, -1.019132064806833, -0.42334015510018064, -0.7156263198543265, -1.019132064806833, -0.7156263198543265, -0.42334015510018064, 0.32719537262644394, -1.019132064806833, -1.019132064806833, -1.019132064806833, -1.019132064806833, -1.019132064806833, -1.019132064806833, -0.42334015510018064, -0.42334015510018064, -0.7156263198543265, -1.019132064806833, -1.019132064806833, -1.019132064806833, 0.32719537262644394, -1.019132064806833, -0.15023313302905428, -1.019132064806833, -0.7156263198543265, -0.7156263198543265, 0.32719537262644394, -1.019132064806833, -0.15023313302905428, -0.7156263198543265, -1.019132064806833, -1.019132064806833, -0.7156263198543265, -0.15023313302905428, -1.019132064806833, -1.019132064806833, -1.019132064806833, 0.32719537262644394, -1.019132064806833, -0.7156263198543265, -0.42334015510018064, -1.019132064806833, -1.019132064806833, -1.019132064806833, -1.019132064806833, 0.10004303889235916, -1.019132064806833, -1.019132064806833, -0.42334015510018064, -1.019132064806833, -1.019132064806833, -0.7156263198543265, -1.019132064806833, 0.10004303889235916, -0.15023313302905428, -1.019132064806833, 0.532800652926028, -0.15023313302905428, -0.42334015510018064, -0.7156263198543265, -0.7156263198543265, -1.019132064806833, -0.42334015510018064, -1.019132064806833, 0.10004303889235916, -1.019132064806833, -1.019132064806833, -0.15023313302905428, -0.42334015510018064, -1.019132064806833, 1.0437110337799038, -0.7156263198543265, -1.019132064806833, -0.15023313302905428, -0.7156263198543265, -0.7156263198543265, 0.532800652926028, -0.7156263198543265, -0.15023313302905428, -0.15023313302905428, -0.7156263198543265, -1.019132064806833, -0.7156263198543265, 1.186069087700773, -0.15023313302905428, 0.8887314655053965, 0.10004303889235916, -1.019132064806833, 0.10004303889235916, -1.019132064806833, -1.019132064806833, -1.019132064806833, -1.019132064806833, -0.7156263198543265, -1.019132064806833, -1.019132064806833, 0.8887314655053965, -0.15023313302905428, -1.019132064806833, -1.019132064806833, -1.019132064806833, -0.7156263198543265, -0.42334015510018064, -0.7156263198543265, 0.10004303889235916, -0.7156263198543265, -0.42334015510018064, 1.0437110337799038, -1.019132064806833, -1.019132064806833, -0.15023313302905428, -0.7156263198543265, -0.42334015510018064, -1.019132064806833, -1.019132064806833, -1.019132064806833, -1.019132064806833, 1.0437110337799038, -0.15023313302905428, -0.7156263198543265, -1.019132064806833, -0.7156263198543265, 0.10004303889235916, -0.7156263198543265, -1.019132064806833, 0.7191733198736525, -0.42334015510018064, -1.019132064806833, -0.42334015510018064, -1.019132064806833, -1.019132064806833, 0.8887314655053965, -1.019132064806833, -0.42334015510018064, -1.019132064806833, -0.7156263198543265, -1.019132064806833, -0.42334015510018064, 0.532800652926028, -0.42334015510018064, -1.019132064806833, 0.32719537262644394, 0.32719537262644394, 0.7191733198736525, -0.15023313302905428, -0.7156263198543265, -1.019132064806833, -0.7156263198543265, 0.10004303889235916, -0.15023313302905428, -0.42334015510018064, -1.019132064806833, -1.019132064806833, -1.019132064806833, -0.15023313302905428, 0.7191733198736525, -0.7156263198543265, 0.7191733198736525, -0.15023313302905428, -1.019132064806833, -0.7156263198543265, -0.7156263198543265, -1.019132064806833, -0.15023313302905428, -0.7156263198543265, -0.15023313302905428, 0.32719537262644394, -0.7156263198543265, -1.019132064806833, -1.019132064806833, -1.019132064806833, -0.7156263198543265, -0.42334015510018064, -0.42334015510018064, -1.019132064806833, -1.019132064806833, -0.7156263198543265, -0.7156263198543265, -1.019132064806833, 0.32719537262644394, -0.7156263198543265, -1.019132064806833, -0.15023313302905428, -0.42334015510018064, -1.019132064806833, -1.019132064806833, 1.658983331920399, -0.15023313302905428, -1.019132064806833, -1.019132064806833, -1.019132064806833, -0.15023313302905428, -1.019132064806833, 0.10004303889235916, -0.7156263198543265, 0.32719537262644394, -0.42334015510018064, -1.019132064806833, -1.019132064806833, 0.7191733198736525, -1.019132064806833, -0.42334015510018064, -0.42334015510018064, -0.7156263198543265, -1.019132064806833, -0.15023313302905428, 0.8887314655053965, -0.7156263198543265, -1.019132064806833, -0.7156263198543265, -1.019132064806833, -1.019132064806833, -1.019132064806833, 0.10004303889235916, -1.019132064806833, -0.7156263198543265, -1.019132064806833, 0.10004303889235916, -0.42334015510018064, -1.019132064806833, -0.7156263198543265, -1.019132064806833, 0.532800652926028, -0.15023313302905428, -1.019132064806833, -0.42334015510018064, 2.3222273507961, 1.658983331920399, -1.019132064806833, -0.42334015510018064, -1.019132064806833, -1.019132064806833, 0.32719537262644394, -0.15023313302905428, -1.019132064806833, -0.42334015510018064, -0.7156263198543265, -1.019132064806833, -0.15023313302905428, -0.7156263198543265, -1.019132064806833, 0.10004303889235916, -0.7156263198543265, 0.532800652926028, -1.019132064806833, 1.4393378193233788, -1.019132064806833, -0.7156263198543265, 0.7191733198736525, 0.10004303889235916, -0.42334015510018064, -1.019132064806833, -1.019132064806833, -0.7156263198543265, -1.019132064806833, 0.10004303889235916, -0.7156263198543265, 1.658983331920399, -0.42334015510018064, -0.15023313302905428, -0.42334015510018064, -1.019132064806833, -1.019132064806833, 0.532800652926028, -0.15023313302905428, 0.32719537262644394, -0.7156263198543265, 0.10004303889235916, -0.7156263198543265, -1.019132064806833, 0.10004303889235916, -1.019132064806833, 0.7191733198736525, 0.7191733198736525, 0.10004303889235916, -0.42334015510018064, 1.0437110337799038, -1.019132064806833, -1.019132064806833, -0.7156263198543265, -1.019132064806833, 0.532800652926028, 1.0437110337799038, 0.532800652926028, -0.42334015510018064, 0.10004303889235916, -1.019132064806833, -1.019132064806833, -0.15023313302905428, -0.7156263198543265, -1.019132064806833, 1.552841529296422, 1.3174751637602702, -0.42334015510018064, -0.7156263198543265, -1.019132064806833, 0.32719537262644394, -0.7156263198543265, 0.10004303889235916, -1.019132064806833, 0.32719537262644394, 0.10004303889235916, 0.532800652926028, -0.7156263198543265, 0.532800652926028, -1.019132064806833, -0.7156263198543265, -1.019132064806833, 1.4393378193233788, -0.7156263198543265, -0.42334015510018064, -0.42334015510018064, -1.019132064806833, -1.019132064806833, -1.019132064806833, -1.019132064806833, 0.10004303889235916, -0.42334015510018064, -0.7156263198543265, -0.7156263198543265, -1.019132064806833, -0.7156263198543265, 1.0437110337799038, -0.42334015510018064, -0.15023313302905428, -0.15023313302905428, -0.7156263198543265, -1.019132064806833, 0.32719537262644394, 0.10004303889235916, -0.7156263198543265, -0.42334015510018064, -1.019132064806833, 1.552841529296422, -0.15023313302905428, -0.7156263198543265, -0.42334015510018064, -0.7156263198543265, -0.7156263198543265, -0.42334015510018064, 0.7191733198736525, 0.8887314655053965, -0.15023313302905428, -1.019132064806833, -0.42334015510018064, 1.552841529296422, -1.019132064806833, -1.019132064806833, -0.7156263198543265, -0.7156263198543265, -0.7156263198543265, -0.42334015510018064, -0.7156263198543265, -1.019132064806833, -0.15023313302905428, -0.42334015510018064, 0.532800652926028, -0.7156263198543265, 0.10004303889235916, -0.42334015510018064, -0.42334015510018064, 0.10004303889235916, 0.32719537262644394, -0.7156263198543265, 1.186069087700773, -1.019132064806833, 0.32719537262644394, 0.8887314655053965, -0.15023313302905428, -1.019132064806833, -0.42334015510018064, -1.019132064806833, 0.7191733198736525, -1.019132064806833, 1.186069087700773, 0.10004303889235916, -1.019132064806833, -1.019132064806833, 0.32719537262644394, -0.7156263198543265, -1.019132064806833, 0.8887314655053965, -0.15023313302905428, -1.019132064806833, -1.019132064806833, -1.019132064806833, -0.7156263198543265, 1.186069087700773, -0.7156263198543265, -1.019132064806833, 0.32719537262644394, -0.42334015510018064, -0.42334015510018064, -0.42334015510018064, -1.019132064806833, -0.7156263198543265, 1.0437110337799038, 0.10004303889235916, -1.019132064806833, -0.15023313302905428, -0.15023313302905428, -0.42334015510018064, -0.42334015510018064, -0.15023313302905428, -1.019132064806833, -0.7156263198543265, -0.7156263198543265, 0.532800652926028, -1.019132064806833, -1.019132064806833, -0.7156263198543265, 0.10004303889235916, -0.7156263198543265, -1.019132064806833, -1.019132064806833, -0.15023313302905428, -0.7156263198543265, -0.7156263198543265, -0.15023313302905428, -1.019132064806833, -1.019132064806833, -1.019132064806833, 0.32719537262644394, 0.32719537262644394, -0.15023313302905428, -0.42334015510018064, -1.019132064806833, -0.42334015510018064, -0.42334015510018064, -0.7156263198543265, -1.019132064806833, -1.019132064806833, -0.15023313302905428, -0.7156263198543265, 0.10004303889235916, -1.019132064806833, -1.019132064806833, 0.7191733198736525, 1.3174751637602702, 0.10004303889235916, -0.15023313302905428, -0.42334015510018064, -0.7156263198543265, -1.019132064806833, -0.15023313302905428, 0.7191733198736525, -1.019132064806833, -0.15023313302905428, -1.019132064806833, 0.10004303889235916, 0.32719537262644394, 0.10004303889235916, -0.7156263198543265, -0.7156263198543265, 1.4393378193233788, -0.7156263198543265, 0.32719537262644394, -0.15023313302905428, 1.4393378193233788, 1.186069087700773, -0.15023313302905428, -0.15023313302905428, -0.42334015510018064, -1.019132064806833, -0.42334015510018064, 0.532800652926028, 0.10004303889235916, -1.019132064806833, 1.3174751637602702, -1.019132064806833, 0.532800652926028, -0.15023313302905428, 0.10004303889235916, -0.42334015510018064, 1.758605318776956, 0.532800652926028, -0.42334015510018064, 0.10004303889235916, 0.32719537262644394, -0.7156263198543265, 1.0437110337799038, 1.0437110337799038, -1.019132064806833, -1.019132064806833, -0.7156263198543265, -1.019132064806833, -0.7156263198543265, -0.15023313302905428, -1.019132064806833, -0.42334015510018064, -1.019132064806833, 0.32719537262644394, -0.15023313302905428, -0.42334015510018064, 0.32719537262644394, 0.8887314655053965, 1.941042917036872, -1.019132064806833, -0.42334015510018064, -1.019132064806833, 0.32719537262644394, -0.42334015510018064, -0.42334015510018064, -0.7156263198543265, -1.019132064806833, 1.552841529296422, -0.15023313302905428, -1.019132064806833, -0.42334015510018064, -0.42334015510018064, -0.7156263198543265, -0.15023313302905428, -0.7156263198543265, 1.4393378193233788, 0.10004303889235916, -0.7156263198543265, -0.15023313302905428, 0.10004303889235916, -0.7156263198543265, -0.7156263198543265, -0.15023313302905428, -1.019132064806833, -0.7156263198543265, -0.42334015510018064, -0.15023313302905428, -1.019132064806833, -0.7156263198543265, -1.019132064806833, -0.7156263198543265, -0.42334015510018064, -0.42334015510018064, -0.42334015510018064, 0.10004303889235916, -0.42334015510018064, 0.8887314655053965, -0.7156263198543265, 0.32719537262644394, -1.019132064806833, 1.0437110337799038, -0.7156263198543265, 0.10004303889235916, -0.42334015510018064, -0.42334015510018064, -0.7156263198543265, -0.7156263198543265, 0.10004303889235916, -1.019132064806833, -1.019132064806833, 0.532800652926028, -0.15023313302905428, 0.532800652926028, -0.42334015510018064, -1.019132064806833, -0.15023313302905428, -0.7156263198543265, 0.532800652926028, 2.6286345706390457, 0.7191733198736525, -0.42334015510018064, -1.019132064806833, 1.4393378193233788, -0.15023313302905428, -1.019132064806833, 1.658983331920399, -0.15023313302905428, -0.7156263198543265, -1.019132064806833, 0.532800652926028, 0.32719537262644394, 0.532800652926028, -0.42334015510018064, 0.10004303889235916, -0.42334015510018064, -0.7156263198543265, -1.019132064806833, -1.019132064806833, 1.0437110337799038, -0.7156263198543265, -0.42334015510018064, -0.42334015510018064, -0.42334015510018064, -1.019132064806833, 0.8887314655053965, -0.7156263198543265, -0.42334015510018064, -0.7156263198543265, 1.186069087700773, -0.7156263198543265, 0.7191733198736525, 0.32719537262644394, -1.019132064806833, 1.0437110337799038, -1.019132064806833, 1.0437110337799038, -0.7156263198543265, -0.42334015510018064, -0.7156263198543265, -1.019132064806833, 0.10004303889235916, 0.532800652926028, 0.7191733198736525, -0.7156263198543265, -0.7156263198543265, 0.32719537262644394, -1.019132064806833, 0.8887314655053965, -1.019132064806833, -0.15023313302905428, -0.42334015510018064, -1.019132064806833, 0.10004303889235916, -0.7156263198543265, -0.7156263198543265, -0.7156263198543265, -0.42334015510018064, 0.10004303889235916, -0.7156263198543265, -0.7156263198543265, -0.7156263198543265, -0.7156263198543265, -0.7156263198543265, -0.7156263198543265, -0.42334015510018064, -0.7156263198543265, -1.019132064806833, 1.0437110337799038, -1.019132064806833, -0.7156263198543265, -0.42334015510018064, 0.32719537262644394, 1.0437110337799038, 0.32719537262644394, -1.019132064806833, 0.32719537262644394, -1.019132064806833, 0.7191733198736525, -0.42334015510018064, 1.8524220180240012, -0.7156263198543265, 2.452097563668556, 0.532800652926028, 1.4393378193233788, -0.7156263198543265, 0.532800652926028, -1.019132064806833, -0.7156263198543265, 0.32719537262644394, -0.15023313302905428, 1.0437110337799038, 0.8887314655053965, 0.532800652926028, -1.019132064806833, -0.7156263198543265, -0.42334015510018064, -0.15023313302905428, -0.42334015510018064, -1.019132064806833, -0.42334015510018064, -0.15023313302905428, -0.15023313302905428, -0.7156263198543265, 1.3174751637602702, -0.7156263198543265, -0.42334015510018064, -1.019132064806833, -0.7156263198543265, 1.186069087700773, 0.10004303889235916, -0.42334015510018064, -1.019132064806833, -0.42334015510018064, -0.42334015510018064, 0.532800652926028, 0.7191733198736525, -0.7156263198543265, 0.32719537262644394, 0.532800652926028, -1.019132064806833, 0.32719537262644394, 1.186069087700773, -0.7156263198543265, 2.6832908112283564, 0.10004303889235916, -0.15023313302905428, 0.32719537262644394, 0.532800652926028, -0.42334015510018064, 0.8887314655053965, 0.7191733198736525, -0.42334015510018064, 0.532800652926028, -0.15023313302905428, 0.10004303889235916, -1.019132064806833, -1.019132064806833, 2.2530150457781275, 0.32719537262644394, -0.7156263198543265, -0.42334015510018064, -1.019132064806833, -0.15023313302905428, 0.7191733198736525, -0.7156263198543265, -0.7156263198543265, -0.7156263198543265, -0.7156263198543265, -0.7156263198543265, 0.7191733198736525, -0.7156263198543265, -1.019132064806833, -1.019132064806833, -0.7156263198543265, -0.15023313302905428, -0.42334015510018064, 0.7191733198736525, 1.4393378193233788, 0.8887314655053965, -0.15023313302905428, 1.4393378193233788, -1.019132064806833, 0.10004303889235916, 0.32719537262644394, -1.019132064806833, 1.186069087700773, -0.42334015510018064, -0.15023313302905428, 0.10004303889235916, -0.7156263198543265, 0.10004303889235916, -0.15023313302905428, 0.8887314655053965, -1.019132064806833, 0.32719537262644394, -1.019132064806833, -1.019132064806833, 1.941042917036872, -0.7156263198543265, 0.10004303889235916, -1.019132064806833, 1.0437110337799038, -0.7156263198543265, -1.019132064806833, -0.15023313302905428, -1.019132064806833, -0.15023313302905428, -0.42334015510018064, -0.7156263198543265, 0.7191733198736525, 2.180610947064066, 0.7191733198736525, 0.10004303889235916, -1.019132064806833, 0.10004303889235916, -0.15023313302905428, -0.42334015510018064, 1.186069087700773, -1.019132064806833, 1.186069087700773, 1.186069087700773, -0.15023313302905428, -1.019132064806833, 0.7191733198736525, 0.10004303889235916, 1.0437110337799038, 0.32719537262644394, 0.7191733198736525, -0.42334015510018064, 0.8887314655053965, -0.7156263198543265, 0.7191733198736525, 0.10004303889235916, 0.532800652926028, -1.019132064806833, 1.0437110337799038, 0.10004303889235916, -0.7156263198543265, 0.532800652926028, 0.32719537262644394, 2.5131943312633616, 1.552841529296422, 1.3174751637602702, -1.019132064806833, -0.7156263198543265, 0.10004303889235916, 0.32719537262644394, 1.0437110337799038, 1.3174751637602702, 0.7191733198736525, 0.532800652926028, -0.7156263198543265, 0.10004303889235916, 1.0437110337799038, 0.8887314655053965, 2.5719850806154585, -0.7156263198543265, 0.7191733198736525, 0.32719537262644394, -0.15023313302905428, 0.10004303889235916, -1.019132064806833, 0.10004303889235916, -1.019132064806833, 0.10004303889235916, 0.7191733198736525, -0.15023313302905428, -0.15023313302905428, 0.532800652926028, 0.532800652926028, -0.15023313302905428, 0.7191733198736525, -0.15023313302905428, -0.7156263198543265, -1.019132064806833, 1.0437110337799038, 1.758605318776956, 0.7191733198736525, 1.4393378193233788, -0.7156263198543265, -1.019132064806833, 0.532800652926028, -1.019132064806833, 0.32719537262644394, -0.42334015510018064, -0.7156263198543265, 0.10004303889235916, -0.7156263198543265, -0.42334015510018064, 0.10004303889235916, 0.32719537262644394, -1.019132064806833, -0.42334015510018064, 0.532800652926028, -0.15023313302905428, 0.532800652926028, 0.532800652926028, -0.7156263198543265, -0.7156263198543265, -1.019132064806833, -0.42334015510018064, 0.532800652926028, 0.8887314655053965, 0.10004303889235916, 0.532800652926028, 1.3174751637602702, 1.4393378193233788, 0.7191733198736525, -0.15023313302905428, 1.758605318776956, -0.7156263198543265, 0.32719537262644394, -0.15023313302905428, -0.42334015510018064, -0.7156263198543265, -1.019132064806833, -0.15023313302905428, 1.3174751637602702, -0.7156263198543265, -1.019132064806833, -0.7156263198543265, 0.10004303889235916, 0.10004303889235916, 1.4393378193233788, 1.4393378193233788, -0.15023313302905428, 1.0437110337799038, 0.10004303889235916, -0.42334015510018064, -1.019132064806833, 1.0437110337799038, -0.15023313302905428, -0.7156263198543265, 1.941042917036872, -0.15023313302905428, 0.10004303889235916, 0.7191733198736525, 1.3174751637602702, 1.552841529296422, 0.8887314655053965, 0.10004303889235916, 0.7191733198736525, 0.532800652926028, 0.7191733198736525, -1.019132064806833, 1.8524220180240012, -1.019132064806833, 0.32719537262644394, 2.6832908112283564, -1.019132064806833, 1.4393378193233788, -0.15023313302905428, -1.019132064806833, 0.532800652926028, -1.019132064806833, 1.552841529296422, -0.7156263198543265, 0.32719537262644394, -0.42334015510018064, -0.15023313302905428, 0.10004303889235916, -1.019132064806833, -1.019132064806833, -0.7156263198543265, -0.15023313302905428, -1.019132064806833, -0.7156263198543265, -0.42334015510018064, -0.42334015510018064, 0.32719537262644394, 1.4393378193233788, -0.15023313302905428, -0.42334015510018064, 1.0437110337799038, -0.15023313302905428, -1.019132064806833, -0.7156263198543265, 0.7191733198736525, 3.7330971364935097, 1.758605318776956, -0.42334015510018064, 1.758605318776956, 0.7191733198736525, 1.186069087700773, 0.8887314655053965, -1.019132064806833, 0.10004303889235916, -1.019132064806833, 0.8887314655053965, 1.8524220180240012, -0.15023313302905428, -0.7156263198543265, -1.019132064806833, -0.15023313302905428, 1.8524220180240012, 1.658983331920399, 1.8524220180240012, -0.15023313302905428, -0.15023313302905428, 1.0437110337799038, -0.7156263198543265, 0.532800652926028, -0.15023313302905428, -0.7156263198543265, 0.32719537262644394, -0.7156263198543265, -1.019132064806833, 0.10004303889235916, 0.10004303889235916, -0.7156263198543265, 1.3174751637602702, 1.8524220180240012, 0.10004303889235916, 0.7191733198736525, 1.758605318776956, 1.0437110337799038, 1.3174751637602702, -1.019132064806833, 0.7191733198736525, -0.42334015510018064, -0.7156263198543265, -0.15023313302905428, -0.42334015510018064, 1.8524220180240012, 0.32719537262644394, -0.7156263198543265, -0.42334015510018064, 2.024990777255616, -0.15023313302905428, -0.42334015510018064, -1.019132064806833, -0.15023313302905428, -0.7156263198543265, -0.42334015510018064, -1.019132064806833, -0.42334015510018064, 0.32719537262644394, 1.186069087700773, 0.10004303889235916, 1.186069087700773, -0.7156263198543265, -1.019132064806833, -1.019132064806833, -1.019132064806833, -0.42334015510018064, -1.019132064806833, -1.019132064806833, 1.658983331920399, -1.019132064806833, -1.019132064806833, -0.7156263198543265, -1.019132064806833, 0.10004303889235916, 1.0437110337799038, -0.15023313302905428, -0.7156263198543265, 0.10004303889235916, 0.10004303889235916, 1.552841529296422, -0.15023313302905428, -1.019132064806833, 0.532800652926028, -0.15023313302905428, 0.32719537262644394, 0.10004303889235916, -1.019132064806833, 1.4393378193233788, 0.7191733198736525, 3.296001562349984, 1.0437110337799038, 1.3174751637602702, -0.42334015510018064, -0.42334015510018064, 0.532800652926028, 0.532800652926028, 0.10004303889235916, 0.532800652926028, -0.42334015510018064, -0.7156263198543265, 1.758605318776956, 0.10004303889235916, 3.2220215911041237, 0.532800652926028, -0.42334015510018064, 1.0437110337799038, 0.7191733198736525, 1.0437110337799038, 0.32719537262644394, -0.42334015510018064, -0.7156263198543265, 0.32719537262644394, 2.452097563668556, 0.532800652926028, 1.758605318776956, 1.8524220180240012, -1.019132064806833, 0.8887314655053965, 0.10004303889235916, 0.10004303889235916, 1.186069087700773, 0.532800652926028, 3.9832272233996666, 0.532800652926028, -0.7156263198543265, 0.10004303889235916, 0.7191733198736525, -0.42334015510018064, -1.019132064806833, 1.552841529296422, 0.8887314655053965, 1.3174751637602702, 1.552841529296422, 0.8887314655053965, 1.552841529296422, -1.019132064806833, -0.15023313302905428, -0.42334015510018064, -0.15023313302905428, 1.552841529296422, 0.10004303889235916, 0.10004303889235916, 1.0437110337799038, -0.15023313302905428, 0.7191733198736525, 0.32719537262644394, -0.7156263198543265, 1.0437110337799038, 0.10004303889235916, 0.7191733198736525, 4.276384225555414, 0.7191733198736525, -1.019132064806833, -0.15023313302905428, 0.32719537262644394, -0.42334015510018064, -1.019132064806833, -0.42334015510018064, -0.7156263198543265, -0.42334015510018064, 0.7191733198736525, -0.42334015510018064, -1.019132064806833, -0.15023313302905428, -0.7156263198543265, 1.4393378193233788, 0.7191733198736525, 0.532800652926028, -0.15023313302905428, 1.0437110337799038, -0.7156263198543265, -0.42334015510018064, -0.7156263198543265, 2.3222273507961, -0.7156263198543265, 0.8887314655053965, -1.019132064806833, 0.32719537262644394, -1.019132064806833, 2.8844692428493715, -0.15023313302905428, -0.7156263198543265, -0.15023313302905428, 1.658983331920399, -0.15023313302905428, 0.8887314655053965, -1.019132064806833, 0.532800652926028, 2.180610947064066, -1.019132064806833, 0.8887314655053965, 1.3174751637602702, 1.8524220180240012, -0.42334015510018064, -1.019132064806833, 0.32719537262644394, 0.32719537262644394, -0.7156263198543265, -0.42334015510018064, -1.019132064806833, -0.7156263198543265, -1.019132064806833, 1.552841529296422, -0.42334015510018064, 0.7191733198736525, 4.237787680391616, -1.019132064806833, -0.7156263198543265, -0.42334015510018064, -0.7156263198543265, 0.7191733198736525, 1.4393378193233788, -0.15023313302905428, 0.532800652926028, 0.532800652926028, 3.7330971364935097, 0.7191733198736525, -0.7156263198543265, 1.941042917036872, -0.15023313302905428, -0.42334015510018064, -0.42334015510018064, 1.552841529296422, 2.024990777255616, 0.532800652926028, -1.019132064806833, 0.10004303889235916, 0.8887314655053965, -0.42334015510018064, 1.186069087700773, 0.7191733198736525, -0.15023313302905428, -0.42334015510018064, -0.7156263198543265, 0.10004303889235916, 0.10004303889235916, -0.42334015510018064, 1.0437110337799038, 1.0437110337799038, 2.024990777255616, 0.532800652926028, 0.10004303889235916, -1.019132064806833, 0.532800652926028, -0.7156263198543265, 2.1047164633169886, 0.32719537262644394, 2.6832908112283564, 1.0437110337799038, 1.552841529296422, 2.2530150457781275, 0.532800652926028, 1.186069087700773, 0.10004303889235916, -0.42334015510018064, 2.1047164633169886, -0.42334015510018064, 0.32719537262644394, 1.941042917036872, -1.019132064806833, 0.10004303889235916, 1.4393378193233788, -1.019132064806833, -0.7156263198543265, 1.658983331920399, 0.10004303889235916, 1.186069087700773, -0.15023313302905428, -0.7156263198543265, 2.1047164633169886, -0.7156263198543265, -1.019132064806833, 2.1047164633169886, 1.4393378193233788, -1.019132064806833, -0.42334015510018064, -0.7156263198543265, -0.42334015510018064, 2.388510711465233, -1.019132064806833, -1.019132064806833, 1.186069087700773, 0.32719537262644394, 1.941042917036872, -1.019132064806833, 1.4393378193233788, 1.3174751637602702, -0.7156263198543265, -0.15023313302905428, 0.532800652926028, 1.186069087700773, -0.15023313302905428, 0.10004303889235916, 0.10004303889235916, 0.32719537262644394, -1.019132064806833, -1.019132064806833, 2.3222273507961, -1.019132064806833, -0.42334015510018064, -0.7156263198543265, -0.15023313302905428, -1.019132064806833, 1.4393378193233788, 0.8887314655053965, 2.8844692428493715, -0.15023313302905428, -0.15023313302905428, -0.42334015510018064, 1.186069087700773, 1.0437110337799038, -0.7156263198543265, -1.019132064806833, -0.15023313302905428, 2.8365719370666813, 1.658983331920399, -1.019132064806833, 1.0437110337799038, -0.15023313302905428, 1.186069087700773, 1.186069087700773, 0.10004303889235916, 1.0437110337799038, -0.42334015510018064, 1.0437110337799038, -1.019132064806833, 0.32719537262644394, 1.3174751637602702, 2.3222273507961, 1.552841529296422, -0.7156263198543265, 0.10004303889235916, 0.8887314655053965, -0.7156263198543265, -0.7156263198543265, -1.019132064806833, -0.42334015510018064, 1.8524220180240012, -0.15023313302905428, 2.3222273507961, 0.532800652926028, 2.024990777255616, 1.658983331920399, -0.15023313302905428, 0.10004303889235916, 0.8887314655053965, 1.552841529296422, 0.7191733198736525, -0.15023313302905428, 2.1047164633169886, -0.42334015510018064, 0.7191733198736525, -1.019132064806833, 1.4393378193233788, 1.552841529296422, -1.019132064806833, 2.9309271796207126, -0.42334015510018064, 0.532800652926028, -1.019132064806833, -0.7156263198543265, -0.15023313302905428, 2.3222273507961, -1.019132064806833, -0.7156263198543265, 0.7191733198736525, -0.42334015510018064, -1.019132064806833, -1.019132064806833, 1.658983331920399, 2.1047164633169886, 0.532800652926028, -0.7156263198543265, 1.758605318776956, 2.6286345706390457, -0.42334015510018064, -0.42334015510018064, -0.42334015510018064, -1.019132064806833, 0.7191733198736525, -1.019132064806833, 1.0437110337799038, 0.10004303889235916, 1.4393378193233788, 1.0437110337799038, -0.42334015510018064, 2.8844692428493715, -0.15023313302905428, -0.15023313302905428, 1.186069087700773, -0.42334015510018064, 1.186069087700773, 0.10004303889235916, 2.6286345706390457, -0.7156263198543265, 0.32719537262644394, 1.0437110337799038, 2.2530150457781275, 1.758605318776956, 0.32719537262644394, 2.024990777255616, -1.019132064806833, -0.7156263198543265, -1.019132064806833, 0.532800652926028, -1.019132064806833, -1.019132064806833, -1.019132064806833, 1.552841529296422, -1.019132064806833, 0.32719537262644394, -1.019132064806833, 0.532800652926028, 1.0437110337799038, 0.8887314655053965, -1.019132064806833, 0.32719537262644394, -1.019132064806833, 2.1047164633169886, 1.186069087700773, 1.186069087700773, 1.8524220180240012, 0.532800652926028, -1.019132064806833, 2.024990777255616, -0.7156263198543265, 1.552841529296422, 0.7191733198736525, -1.019132064806833, -0.7156263198543265, -1.019132064806833, -0.15023313302905428, 2.9760288004446616, 2.7871444484294394, 2.9309271796207126, -0.42334015510018064, -1.019132064806833, -0.7156263198543265, 0.32719537262644394, -1.019132064806833, -0.7156263198543265, 0.32719537262644394, -1.019132064806833, -1.019132064806833, 2.1047164633169886, -1.019132064806833, 1.0437110337799038, 2.1047164633169886, 0.32719537262644394, 0.32719537262644394, 1.552841529296422, 0.32719537262644394, 2.6832908112283564, -0.42334015510018064, 2.6286345706390457, -1.019132064806833, -0.42334015510018064, 0.7191733198736525, -1.019132064806833, -0.7156263198543265, -1.019132064806833, -0.7156263198543265, 0.32719537262644394, -0.7156263198543265, 1.4393378193233788, -0.15023313302905428, 0.32719537262644394, -0.7156263198543265, 3.0198502474929985, -0.7156263198543265, 1.552841529296422, 1.941042917036872, 1.186069087700773, 0.532800652926028, 3.0198502474929985, -1.019132064806833, 3.3316989311234737, -1.019132064806833, -0.42334015510018064, -0.15023313302905428, -0.7156263198543265, 2.452097563668556, -1.019132064806833, 0.532800652926028, -1.019132064806833, -1.019132064806833, -0.7156263198543265, -0.7156263198543265, 2.5719850806154585, -0.7156263198543265, -1.019132064806833, -0.7156263198543265, -0.7156263198543265, 2.8365719370666813, -0.7156263198543265, 1.8524220180240012, 2.024990777255616, -1.019132064806833, -1.019132064806833, -0.42334015510018064, 2.9760288004446616, -0.42334015510018064, -0.15023313302905428, 2.8365719370666813, -1.019132064806833, -0.42334015510018064, 1.186069087700773, -0.7156263198543265, -0.15023313302905428, 2.9760288004446616, -0.15023313302905428, -0.7156263198543265, -1.019132064806833, -0.42334015510018064, -0.7156263198543265, -1.019132064806833, -0.7156263198543265, -0.42334015510018064, -0.7156263198543265, -1.019132064806833, -0.42334015510018064, -0.7156263198543265, 0.32719537262644394, -0.7156263198543265, -0.42334015510018064, 3.1039269674567933, -0.42334015510018064, 0.7191733198736525, 0.10004303889235916, 1.941042917036872, -1.019132064806833, 1.3174751637602702, -1.019132064806833, -0.7156263198543265, 0.32719537262644394, -0.7156263198543265, 2.2530150457781275, -1.019132064806833, 0.10004303889235916, -0.15023313302905428, -1.019132064806833, 1.3174751637602702, -0.42334015510018064, 2.6286345706390457, -0.15023313302905428, -1.019132064806833, -1.019132064806833, 0.7191733198736525, -0.42334015510018064, 1.552841529296422, -0.42334015510018064, 0.32719537262644394, -0.42334015510018064, -0.7156263198543265, -0.15023313302905428, 0.10004303889235916, -0.42334015510018064, 2.6286345706390457, 0.8887314655053965, -0.42334015510018064, -1.019132064806833, -0.42334015510018064, -0.7156263198543265, 1.186069087700773, 1.0437110337799038, -0.7156263198543265, 0.10004303889235916, -0.15023313302905428, -0.7156263198543265, -0.42334015510018064, -0.7156263198543265, 2.452097563668556, -0.7156263198543265, 0.10004303889235916, -0.15023313302905428, -0.42334015510018064, -0.7156263198543265, 0.7191733198736525, -0.7156263198543265, 1.552841529296422, -0.7156263198543265, 1.758605318776956, 0.532800652926028, -0.7156263198543265, -0.42334015510018064, -0.7156263198543265, 0.10004303889235916, -1.019132064806833, -0.7156263198543265, -0.7156263198543265, -1.019132064806833, -1.019132064806833, -0.7156263198543265, -1.019132064806833, -1.019132064806833, -0.7156263198543265, 0.10004303889235916, 0.7191733198736525, 2.8844692428493715, -1.019132064806833, 0.10004303889235916, -0.7156263198543265, 1.186069087700773, -0.7156263198543265, 1.941042917036872, 2.452097563668556, -1.019132064806833, 0.8887314655053965, 1.552841529296422, -1.019132064806833, -1.019132064806833, 0.10004303889235916, -0.42334015510018064, -0.7156263198543265, 0.8887314655053965, 1.0437110337799038, -0.7156263198543265, 0.10004303889235916, -0.7156263198543265, 1.3174751637602702, 1.658983331920399, -1.019132064806833, -0.42334015510018064, 0.8887314655053965, -1.019132064806833, -0.42334015510018064, 0.32719537262644394, 0.32719537262644394, 0.7191733198736525, -1.019132064806833, 2.5719850806154585, 1.552841529296422, -1.019132064806833, 0.7191733198736525, -0.42334015510018064, 0.10004303889235916, -0.15023313302905428, 0.10004303889235916, 1.0437110337799038, -0.42334015510018064, 1.3174751637602702, -1.019132064806833, 2.024990777255616, -1.019132064806833, 0.32719537262644394, 0.7191733198736525, -1.019132064806833, -0.7156263198543265, 1.0437110337799038, -1.019132064806833, -0.15023313302905428, 0.7191733198736525, -0.42334015510018064, -1.019132064806833, -0.7156263198543265, 0.7191733198736525, 1.0437110337799038, 2.5131943312633616, 0.532800652926028, -1.019132064806833, -1.019132064806833, -0.7156263198543265, -0.7156263198543265, 0.8887314655053965, -0.15023313302905428, -0.42334015510018064, -1.019132064806833, -0.42334015510018064, 1.8524220180240012, -0.7156263198543265, -0.15023313302905428, 0.8887314655053965, -0.42334015510018064, 0.10004303889235916, 2.024990777255616, -0.7156263198543265, 0.10004303889235916, 2.2530150457781275, 2.2530150457781275, -1.019132064806833, 2.6832908112283564, 1.758605318776956, 0.532800652926028, 3.1039269674567933, -0.7156263198543265, 0.532800652926028, 2.024990777255616, 1.0437110337799038, 0.10004303889235916, 1.3174751637602702, -0.7156263198543265, 2.5131943312633616, 0.32719537262644394, 0.7191733198736525, 2.452097563668556, 2.024990777255616, -0.7156263198543265, 0.10004303889235916, 0.10004303889235916, -0.15023313302905428, 1.3174751637602702, 1.0437110337799038, 1.186069087700773, -0.7156263198543265, 0.10004303889235916, 1.4393378193233788, 0.7191733198736525, 1.758605318776956, -0.7156263198543265, 2.8365719370666813, -0.15023313302905428], [-2.4351051849129237, -0.7993926090600507, -0.6140481467263794, -1.7456467566988303, -2.576284507942424, -0.4214148109007201, -2.3512141741925072, 0.26517613807008056, -1.0607173837691335, 0.5906515614671701, -1.8832697343628717, -0.3356377382783177, -1.6836403219484188, -0.7021904984545336, -2.80289496344787, -1.8589078174163731, -1.378256218187128, -1.0711519567819536, -1.6444402279959716, -0.4757613061301912, -0.15206234742166005, -0.022328125130844773, -0.2051735097818396, -1.7245257731601005, -0.539384599798221, -2.4351051849129237, -2.868611774806064, -1.70386342243797, -2.3512141741925072, 0.4290368617132325, -0.539384599798221, -0.8233158731917027, -1.7893487867338658, -1.3928755847786178, -0.1324035293775821, 0.0605281712347587, -1.335703352684508, -0.6880842412409465, -2.628260125065332, -1.7456467566988303, -0.3024602147089088, -0.2704069009938481, 0.5797183118296769, 0.17120317401664606, -1.5187247094958702, -1.230764688071884, -1.4856637797480066, -0.7993926090600507, -1.6444402279959716, -1.5187247094958702, 0.07626278620994183, -1.4856637797480066, -0.9529390058919992, -1.6254300775137809, -1.281782806423036, -1.6638382856335017, -1.5529784222666645, -1.5356971352773698, -1.2432641046189972, -1.57057997035316, -0.3902448693767172, -1.6254300775137809, -1.453715639474433, -1.7456467566988303, 0.30029812497048786, -0.3165369272008069, -1.2062497708035853, -1.3638587534836704, -1.6638382856335017, 0.21801391170360665, -1.194226083566085, -0.1721383949964694, 0.3759933428150284, -0.18851175567088305, -1.5187247094958702, -0.022328125130844773, -1.453715639474433, 0.08248406885413964, -1.70386342243797, -2.044145588180992, -1.4695552952488986, 0.29039564243722954, -0.6403051035304158, -0.03628555200688498, 0.03152896626860528, 0.4523886623262439, -1.321933038360133, 0.3940070765632992, -1.2432641046189972, 0.26517613807008056, -1.6444402279959716, -1.3638587534836704, -1.8832697343628717, -0.36503208831719053, 0.4833304580278092, -1.1590441473285893, 0.0016125159596401511, -1.5529784222666645, 0.32939831953513343, -1.9603255688888173, -1.6067926983613394, 0.174021818243329, 0.23399737351852, -1.9603255688888173, -1.3638587534836704, -0.3502207585814455, -2.2740173514594497, -0.057615607769560526, -0.14809776432539815, 0.13963072463505638, -1.987457252145797, 0.4247284346171832, -1.9339431736611807, -0.9907271919441571, -1.335703352684508, -0.8645826188268165, 0.7684969366132963, -0.2307296490805172, -0.25699539592748744, -0.18851175567088305, -1.1706269249056354, -1.1823530419474433, 0.24711365158508505, -0.1402180998345271, -0.005166062234172214, -0.09801550666428388, -1.230764688071884, -0.29781414096472075, 0.3052107578420154, -2.1687035353171646, 0.1454501124946611, -1.4381360168992987, 0.5191720663717159, -0.934595771203546, -1.1140791319653416, -2.0153815443131005, -0.9907271919441571, -1.987457252145797, -0.27945471081346784, -0.3165369272008069, 0.7878133872849468, -2.0738008053609542, -0.3308262600967479, -0.6205444025885503, -1.321933038360133, -1.9339431736611807, -1.230764688071884, -0.14809776432539815, -0.5948227428090014, 0.3027576308932337, -1.5529784222666645, 0.4994279688950006, -1.6067926983613394, 0.3052107578420154, -0.27945471081346784, -1.7245257731601005, -1.4695552952488986, 0.1990186252338106, -0.1721383949964694, 0.050960214427381134, 0.2778699428141216, -1.3496765736991314, 0.3483126611872248, 0.0917399368041746, -1.281782806423036, -0.07943775879169215, -2.4351051849129237, -1.5529784222666645, 0.174021818243329, 0.20448488734839995, -1.453715639474433, -0.6075961824817958, -1.255930556093014, 0.0605281712347587, -1.3638587534836704, 0.601459868343589, -1.7893487867338658, -1.6254300775137809, 0.04774926679153376, 0.7518383466207635, -0.239404120749131, -1.4381360168992987, -1.268768556874747, -1.1362949109832452, 0.5537048971109689, -1.020092002117146, -0.10933984676364532, 0.04774926679153376, -0.8902346678902695, -1.3083598371506313, -0.3404738116613804, -1.4228080552970106, 0.5686571971063232, 0.42256683895378144, 1.6440396114986362, 0.4914134600219446, -1.7672470587466176, 0.9765245715193184, 1.0038359968373145, 0.14254489396484654, -1.6638382856335017, 1.026960419694391, 0.09786057730456177, -2.237617549597541, -1.5187247094958702, -1.70386342243797, 0.3412640336494096, -1.0923724042683447, -1.6254300775137809, 0.5924615450796893, 0.7639827059804547, -0.6011879103246556, 0.1852131438838061, 0.2677285642847489, 0.26517613807008056, -0.16004171157789274, -2.044145588180992, 0.6192036877550027, -0.9907271919441571, -1.8589078174163731, -2.136015079464857, 0.2366352203560109, -0.22213399643513734, -1.7672470587466176, -1.1140791319653416, -0.3551321492544495, -1.1590441473285893, -0.44819790694600414, 0.07313673284552011, -1.3928755847786178, -2.3512141741925072, 0.1454501124946611, 0.4772225487842264, -1.5020503407090755, -0.2264220599799471, 0.6032493052566286, 0.1852131438838061, -0.15206234742166005, -0.032776840298374466, -1.5020503407090755, -1.7245257731601005, 0.7317650001944808, -1.8832697343628717, -0.7915506860235243, -0.11696543073187855, 0.6434987392952305, -1.4856637797480066, 0.04452738210694188, -0.12080139926328926, -1.194226083566085, -0.7237521115987158, 0.5172161010780255, 0.13083395609158055, 0.4050938912448462, -1.194226083566085, -0.09054056808875753, 0.5073751356202246, 0.1655405613385579, 0.7609612041049069, 0.015025660174031868, -1.7672470587466176, -1.4228080552970106, -0.04689045872341195, -0.29781414096472075, -1.0607173837691335, 0.8053004441252368, -1.83515286857966, -1.294978199506536, -1.5529784222666645, 0.050960214427381134, 0.5760456280744686, -1.6254300775137809, -1.1140791319653416, 0.6902931432850568, -1.081702758838725, 1.4651624081844847, -0.039807327051428865, -0.7237521115987158, 0.9956069973974604, -0.04689045872341195, 0.5742039242444175, -1.6444402279959716, 0.5230719036275522, 0.2677285642847489, 0.21262550108295666, 0.30029812497048786, -0.011993567769537037, -0.10177524362876568, -0.032776840298374466, 0.23399737351852, 1.2148728596256204, -1.3638587534836704, -1.2062497708035853, -1.4228080552970106, 0.04774926679153376, -1.8589078174163731, 0.30029812497048786, -1.6067926983613394, -0.10554998359758196, 0.4204002918258068, 0.4893991763595174, 0.6520264886983942, -0.2009804783146018, -0.08312423446421488, -1.6444402279959716, 0.12195460770567974, 0.21801391170360665, 0.31738185411572456, 0.0083428629623342, 0.8407252934231948, -1.987457252145797, 0.7654898448280868, -1.1590441473285893, 0.3483126611872248, -1.8119756021636453, 0.174021818243329, -1.0711519567819536, -1.081702758838725, 0.4418456247026016, 0.8667877939443879, -1.020092002117146, 0.7639827059804547, -0.2614448053306017, 0.7333243201055567, 0.10394186670509943, -1.7456467566988303, 0.13083395609158055, 0.13670754918767475, -1.5356971352773698, 1.0014921510362875, -0.6469847747681488, -1.1140791319653416, -1.9339431736611807, -1.83515286857966, 0.8815547254826577, 0.7804305970032434, 0.13083395609158055, 0.5191720663717159, -1.1251219047861647, 0.2829001453026646, -0.521604231848934, -1.70386342243797, -0.8816065258521462, 0.8182067708939915, -0.91660115440821, -1.255930556093014, 0.22603940419223315, -0.3502207585814455, 0.1768320879521142, 0.4792629043215663, 0.2829001453026646, 0.4439636550512516, -2.2025434905804118, -1.3496765736991314, 0.13377531179074514, 0.4138707135207222, -0.10177524362876568, -1.3638587534836704, -1.255930556093014, -1.4228080552970106, 0.193520589040438, 0.7048554901933164, -1.8119756021636453, 0.3599448854485519, -0.24815886992155176, 0.7395360178036208, 0.6032493052566286, 0.1189762046265478, -1.4077237790935613, 0.462815471022595, -1.1706269249056354, 0.3645580122984621, 0.43546292587606944, 1.0349222183110849, 0.3483126611872248, 0.6050353629850036, 0.5870211696807931, 0.7699969047496882, -0.1926497627419516, 1.2260432414032836, 0.01169016326932092, 0.4934234630095911, 0.24711365158508505, 0.22869950698564345, 0.16837610521682628, -1.4077237790935613, -1.335703352684508, 0.23399737351852, -0.011993567769537037, 0.3984574095040644, 0.6400659931962838, -0.08682513313693455, 0.1483464350340762, 0.1069679122136788, -1.0300861519529376, -0.515750922069133, 0.7286386265964006, 0.22603940419223315, 0.187990407256908, -1.1362949109832452, 0.17120317401664606, 0.7302031051977134, 0.06685346062919824, -0.8902346678902695, 0.10998430770671401, 0.5797183118296769, -0.539384599798221, 0.3197973913869349, 0.6279523068813426, -1.453715639474433, -1.6067926983613394, 0.16837610521682628, 0.594268071539472, -1.5529784222666645, 0.5612105945311654, -0.10554998359758196, -1.3638587534836704, 0.16837610521682628, 0.15984384404252286, -1.7456467566988303, -1.147601253505244, -0.2307296490805172, 0.5815493194434408, 0.6434987392952305, 0.2548969916406123, -1.1251219047861647, 0.3270072085787735, -1.1706269249056354, 0.22603940419223315, 0.30029812497048786, 0.3365355959514616, 0.0083428629623342, 0.43332575190740996, 0.3317834009004817, 0.2497152212876662, 0.14254489396484654, -1.147601253505244, -0.7532869660492063, 0.2497152212876662, 0.8762115707889223, 0.22337179906319865, 0.4247284346171832, -1.5187247094958702, -1.0503965106710755, -1.453715639474433, -0.4320372431968644, -0.6075961824817958, 0.2879037375071109, -1.8119756021636453, 0.4690168242025989, -1.83515286857966, -1.0711519567819536, -1.6444402279959716, -0.400521170994244, -0.934595771203546, 0.5288916740431259, -1.4228080552970106, 0.49743069946385704, -1.3928755847786178, 0.8224700362219183, 0.43546292587606944, -0.2931907728913737, 0.4731285853926888, -1.4381360168992987, 0.4607392847328922, 0.22869950698564345, -0.06483386625665462, -1.0300861519529376, -0.29781414096472075, 0.07626278620994183, 0.3317834009004817, 0.7503092783059465, 0.5250158087396204, -1.4228080552970106, 0.2099197404928076, -0.8073000414316047, 0.1454501124946611, 0.13083395609158055, -1.6836403219484188, 0.2702741211416689, 0.42256683895378144, 0.193520589040438, -0.3453347329052896, 0.5815493194434408, 0.3737173104802255, -0.12465298649867924, 0.3850430941015934, -0.22213399643513734, -0.7310498720344648, 0.015025660174031868, 0.35298273182418505, -1.6067926983613394, -1.1590441473285893, -1.147601253505244, -1.57057997035316, 0.5327517210946745, -1.294978199506536, -1.0607173837691335, -1.321933038360133, 0.0605281712347587, -1.4856637797480066, 0.22869950698564345, 1.0867114394877513, -1.1140791319653416, 0.2445049064926512, -1.6254300775137809, 0.7270715558293471, 0.3483126611872248, -1.7456467566988303, 0.6383449366717504, 0.24711365158508505, -1.57057997035316, -1.57057997035316, 1.0026648000075655, 0.5346758530198211, 0.3553091485287993, -0.7532869660492063, -1.147601253505244, 0.6417839236256737, 0.3027576308932337, 1.1589408295096806, 0.3365355959514616, -1.83515286857966, -1.0503965106710755, -0.2525668154749509, -1.5020503407090755, 0.4914134600219446, 0.5250158087396204, 0.4502894357072568, -1.147601253505244, -0.4813716688086756, 0.5250158087396204, 0.8531602540876341, 0.7176142109131634, 0.6121460557354483, -1.0711519567819536, -1.1251219047861647, 0.7564107749247758, 0.6935486522793045, -1.3083598371506313, -1.8119756021636453, -0.27945471081346784, -1.4381360168992987, -1.0503965106710755, 0.7878133872849468, 0.4772225487842264, -1.6836403219484188, 0.187990407256908, 0.8238868648269166, 0.4994279688950006, 0.07000031397195798, 0.13083395609158055, -1.255930556093014, 0.3125321935768834, 0.7032484799239791, -1.6254300775137809, -1.0401868899013098, 0.1626964914210466, -1.255930556093014, -0.04689045872341195, -1.335703352684508, -2.0738008053609542, -1.321933038360133, 0.15411260887692976, 0.2803883880205347, 0.8224700362219183, 0.17120317401664606, -1.5356971352773698, 0.4375952815721951, 0.8802217640709015, -1.4077237790935613, 0.1990186252338106, 0.5649412244609483, -1.1140791319653416, -1.1706269249056354, -0.8902346678902695, 0.8462721364955873, -1.4228080552970106, 0.6262090450375849, 0.1454501124946611, 0.7441681639034872, -1.3496765736991314, 0.22337179906319865, 0.11299111452837375, 0.5327517210946745, 0.9521170295070852, 0.03479535439782855, 1.0439400950206377, 0.4418456247026016, -0.8233158731917027, 0.3553091485287993, 0.6587937563414189, 0.30029812497048786, -0.06121785185275115, 1.170787496732199, 0.4418456247026016, 0.9932426437220224, 0.5113238174638328, 0.7348810734077328, -1.1590441473285893, 0.13083395609158055, 0.961955760191758, 0.15984384404252286, 0.6537228504351607, 0.3984574095040644, -2.044145588180992, 0.4006747480687856, -1.010202217372083, 1.0539834777889343, 0.5423334738686915, 0.4833304580278092, -1.3638587534836704, 0.7878133872849468, 0.2548969916406123, -0.7608169639037429, 0.6804588369178651, -1.2062497708035853, -1.1590441473285893, 0.9991424822342628, -1.5885138195041808, 0.8295330494434178, -1.1031635964634017, 0.4397228406712077, 0.5778837526413486, -1.1590441473285893, 0.10090610924631338, -0.9077304898558276, -1.010202217372083, 0.4994279688950006, -0.709323262676038, 1.031518222677709, 0.5073751356202246, -1.081702758838725, -1.268768556874747, 0.9371643239425298, -1.70386342243797, 1.5107581425240195, 0.6121460557354483, 0.5442382307976251, -0.521604231848934, 1.1368288614985145, -0.09801550666428388, 0.4893991763595174, 0.15984384404252286, 0.0605281712347587, 0.9257925835595634, 0.7472437054558647, -0.1926497627419516, -1.255930556093014, -1.081702758838725, 0.4460769529587082, 0.07937854234399999, -1.0607173837691335, -0.9716446167672788, -1.0401868899013098, 0.7863414324163959, -0.7458164012669118, 1.0235275950795624, 0.1069679122136788, -1.3928755847786178, 0.5906515614671701, 0.2099197404928076, -0.6673114167313253, 0.5705097228493888, 1.3699786037297377, 0.8153538801770234, -1.378256218187128, -1.7893487867338658, 0.7922155565492179, 0.6821050055357549, -0.018870711975953396, 0.6688547265958732, 0.6279523068813426, 0.04452738210694188, 0.4116841316102729, -1.6638382856335017, 0.5288916740431259, 0.3436194174844823, 1.0258175286974096, -1.335703352684508, 0.8987144055030077, 0.7833906322756664, 0.4565731894592662, -1.1590441473285893, 0.8379396248172017, -0.7532869660492063, 0.4565731894592662, 0.3222067754162111, -1.1362949109832452, 0.5778837526413486, 0.7487777339282673, 0.2626168053258696, -0.7458164012669118, 0.5423334738686915, 0.16837610521682628, 0.03805050181946382, 1.137845246115761, 0.5269557267710729, 0.5852007347638001, 0.6554161750607851, 0.15123391589083066, 0.4954292034770966, 0.4954292034770966, 0.5269557267710729, 0.3805290420122652, 0.7744825885706541, 0.6951722142388994, 0.07937854234399999, -1.5529784222666645, -0.36503208831719053, 0.9849205468140824, 1.6686975603325822, -0.8478594415455344, 0.08866470011939162, -0.3453347329052896, -0.1324035293775821, 0.7518383466207635, -1.0300861519529376, 0.10998430770671401, 0.5833767892066191, 0.9142824476067959, -1.0401868899013098, 0.6434987392952305, 0.6638376194301066, 0.3917740329265324, 0.2753447739763321, -1.5187247094958702, 0.8435027813471463, 0.8295330494434178, 0.3599448854485519, 0.2677285642847489, 0.3940070765632992, -1.3928755847786178, 0.8708380586258211, -1.6638382856335017, 1.206407631748856, 0.36225426134024624, 0.2099197404928076, 1.1037140461405206, 0.6919222985005603, 0.3668561656558522, 0.2677285642847489, 0.7759731012282464, 0.7000262446392989, 1.36119571135519, 0.6244625641460825, 0.7624731616362962, 0.06685346062919824, -0.4536467229530417, -1.6254300775137809, -1.1031635964634017, 0.8531602540876341, 0.9607315015882292, 0.8365437076717033, 0.7579300185326769, -1.9339431736611807, 0.4418456247026016, 0.2153235435191389, 0.08248406885413964, 0.8238868648269166, -1.0300861519529376, -1.378256218187128, 0.6804588369178651, -0.9907271919441571, 0.5996670394355206, 0.054160299006825265, 0.07626278620994183, -0.9907271919441571, 1.3981653326745889, 0.3759933428150284, 0.5852007347638001, 0.06369610316681286, 0.0917399368041746, 0.7160287516561458, -1.3928755847786178, 0.8586348551378605, -1.1251219047861647, -1.5529784222666645, 0.7457071848177382, 1.020082265160994, 0.6738453601921698, 1.0292420667535185, 0.5797183118296769, -1.3083598371506313, 0.4853576938096459, 1.201671780132572, 0.7759731012282464, -0.7458164012669118, 0.8182067708939915, -0.4926931911202421, -1.0300861519529376, 1.2659082791338552, -1.7672470587466176, -0.7237521115987158, 1.1549587337319336, 1.0834891392645676, -1.9603255688888173, -1.0711519567819536, 0.7936784047378322, -0.2051735097818396, 0.7191970168666031, 0.6935486522793045, 1.0038359968373145, 0.6853887720931089, -0.08682513313693455, 0.6886611769654044, -1.081702758838725, 0.4914134600219446, -1.4695552952488986, 0.15984384404252286, 0.6935486522793045, 1.0038359968373145, 0.9421748718744488, 0.7878133872849468, 0.2803883880205347, 1.2139360117544156, -0.91660115440821, 0.4934234630095911, 0.6103733880825709, 0.35298273182418505, -0.9907271919441571, 0.7744825885706541, 0.3483126611872248, 0.11299111452837375, -0.9716446167672788, -0.032776840298374466, -0.4591271000351504, -0.7684073473059249, 1.358786153561084, 0.992058246687854, -1.230764688071884, 1.2269681785349398, 0.04452738210694188, -0.8314265631830167, 0.8153538801770234, -1.020092002117146, -1.2432641046189972, -1.3083598371506313, 0.24711365158508505, -1.3083598371506313, 1.1638949868474864, 0.7936784047378322, -1.0503965106710755, 0.5132919935104023, -1.6836403219484188, -0.8073000414316047, 0.20720621746866846, 1.36119571135519, 0.5250158087396204, 0.6262090450375849, -0.8645826188268165, -0.7608169639037429, -1.6067926983613394, 0.7160287516561458, 1.2587839594408827, 0.26517613807008056, 1.020082265160994, 1.3109524838818711, 0.9168523883882804, 1.4737472116181176, 0.5385124132998816, 0.9753190388633596, 1.4440882964486024, -0.709323262676038, 0.7579300185326769, -0.5575054817639049, 0.4893991763595174, 0.2017557050833355, -1.4695552952488986, 0.5555869129236353, 0.8153538801770234, -0.7684073473059249, -0.709323262676038, 0.49743069946385704, 0.3027576308932337, 1.1110576374658352, -1.281782806423036, -0.7608169639037429, 0.5073751356202246, 0.4994279688950006, 0.6705211988212836, 0.5346758530198211, -1.020092002117146, 0.9000215748404798, -0.032776840298374466, 0.11299111452837375, -0.9437229701146166, -1.1140791319653416, 0.7348810734077328, 0.3197973913869349, -0.7915506860235243, 0.3850430941015934, -0.6140481467263794, 0.6139154071798429, 0.22337179906319865, 1.0562009306257265, 0.7080613423789517, -0.8478594415455344, -1.0004146434316072, -1.1706269249056354, 1.1747036380640232, 1.254303852353372, -1.8589078174163731, 0.5308236667769867, 0.7487777339282673, -1.0300861519529376, 1.337642092866531, 0.7669945858331907, 0.7594468256586411, -1.147601253505244, -0.8902346678902695, 0.7348810734077328, -0.8989421653334815, 0.5537048971109689, -1.70386342243797, -0.15206234742166005, -1.1031635964634017, 1.333521169261935, -0.8902346678902695, 0.8815547254826577, -0.07210762990502619, -1.0004146434316072, 0.9484009572632102, -1.5020503407090755, -1.1251219047861647, -1.321933038360133, 1.1499574199881326, 1.0371847613379088, -1.5187247094958702, -0.4320372431968644, 0.15984384404252286, -1.1031635964634017, -1.335703352684508, -0.9622456227624352, 1.179576121265388, 1.4119498119608511, 0.8153538801770234, 0.9716931936216596, 0.054160299006825265, 0.6571064734304942, 0.9753190388633596, 0.3483126611872248, -0.6951110885525097, 0.2879037375071109, 0.09786057730456177, -1.1590441473285893, 0.5269557267710729, -1.1031635964634017, 0.8182067708939915, 0.9582782198961703, 0.4690168242025989, -1.2184279675770122, 1.4300220552497425, 0.5630777488794638, 0.04452738210694188, 0.23399737351852, 0.22869950698564345, 0.6227128522969826, -0.5697817754289427, -0.04689045872341195, 0.4544832400623128, 1.304160713776258, -0.8989421653334815, 0.4138707135207222, -0.9529390058919992, -0.5759801682177569, 0.2728128455133728, 0.3553091485287993, 0.4833304580278092, 0.9582782198961703, -1.1251219047861647, 0.07000031397195798, -0.2931907728913737, -1.0004146434316072, -0.9811378378326944, 0.9753190388633596, -0.9716446167672788, -1.0711519567819536, 0.2854052500839376, 0.6705211988212836, 1.1619164369334756, -1.4856637797480066, 0.4873805937514457, 0.02825125954135609, -1.010202217372083, 0.6788097981265778, -0.6880842412409465, -0.6270855620161625, 1.2938807239857024, 0.09480520774126534, -1.1706269249056354, -0.3118213787452787, 1.1698059224722477, -0.400521170994244, 0.9765245715193184, -2.044145588180992, -0.44819790694600414, -0.7237521115987158, -1.6638382856335017, -1.5356971352773698, -0.9907271919441571, 0.4050938912448462, -1.5356971352773698, -0.709323262676038, 0.4028869005821512, 0.3668561656558522, 0.8748710522114856, 0.8295330494434178, -1.1140791319653416, 0.4751777821788957, 0.6434987392952305, -1.0923724042683447, -1.6067926983613394, 1.0495329138738854, -1.194226083566085, -0.4870154966561768, 0.5996670394355206, 1.9120930749708005, 0.3737173104802255, 0.6279523068813426, 0.6804588369178651, 0.3782639112694848, 1.345014806872423, 1.4134690923230542, 0.7160287516561458, -1.7893487867338658, 0.6050353629850036, 0.9446702265516672, 0.4833304580278092, -0.3356377382783177, -1.0401868899013098, -1.1140791319653416, 0.4375952815721951, 0.6139154071798429, -1.147601253505244, 0.6209598975142153, -0.9077304898558276, 0.6886611769654044, -0.9907271919441571, 1.939469835203321, 0.1278834252102634, 0.15698256731466173, 0.4481855395244716, 1.1648827117983362, 0.19627360196462496, 0.6537228504351607, 1.1245462784520623, 1.3904195766908831, -1.7456467566988303, 0.7609612041049069, 0.6262090450375849, 1.0461811928780655, 0.5404248732172874, 0.5288916740431259, 0.4072957440885631, 0.6738453601921698, 0.3317834009004817, -0.9907271919441571, 0.667185312899334, 1.2139360117544156, -1.1706269249056354, 1.3176958283725382, 0.6621593186874692, 1.2186109985073963, 0.3827887610245062, -0.3260391282902575, 1.2886985214890512, -1.0711519567819536, 0.5308236667769867, 0.7951389938353579, 0.9956069973974604, 1.1824876074038226, 1.0472997535195627, 0.4138707135207222, 0.6503270789367533, 0.6417839236256737, 0.7804305970032434, 0.7819117726422944, -1.4077237790935613, 0.938419451701484, 1.3997069004106475, 0.868139810313119, -1.0711519567819536, 1.1307075087897445, -1.3083598371506313, 0.7144406301853056, -0.5636237203950654, 0.8748710522114856, -2.237617549597541, -1.255930556093014, -1.1590441473285893, -1.453715639474433, 0.6554161750607851, -0.04689045872341195, 0.6366207426547774, 0.8531602540876341, -1.010202217372083, 0.8881914977151011, 1.2288153435260938, 0.8868678637795212, 0.29039564243722954, 1.5107581425240195, 0.2523096549604668, 0.3827887610245062, -0.400521170994244, -1.1362949109832452, 0.8024082956625502, 1.1255759415219109, -1.230764688071884, 0.6209598975142153, 0.5365960784784727, -0.4984051609123437, -0.22213399643513734, 0.7609612041049069, -1.081702758838725, 1.6715906645278098, 0.7951389938353579, 1.614435165333303, -1.268768556874747, 0.9219714147008072, 1.4651624081844847, -1.6836403219484188, -0.934595771203546, 0.9257925835595634, 1.3268901140988163, 0.5385124132998816, 1.2632429443034932, 0.9545863241252928, 1.3896415005899014, 1.144929518279092, -1.6444402279959716, 1.337642092866531, -1.3928755847786178, -1.3638587534836704, 1.516220992577439, -1.0503965106710755, 0.7064597746011753, -1.1251219047861647, -1.2184279675770122, 0.5518191288951417, 0.8572691728818104, 0.8974054270206266, -0.4870154966561768, 0.861360317843568, 1.1121020826642054, 1.1337731375594304, 0.7654898448280868, -0.9907271919441571, 0.6554161750607851, 0.5014210295823511, 1.5646637204124074, 0.7922155565492179, 0.2366352203560109, -1.020092002117146, 1.1317304895466265, 1.2886985214890512, 0.9956069973974604, -1.5356971352773698, -1.1706269249056354, 0.7922155565492179, 0.2854052500839376, 0.5499295932837607, 0.929598376132746, 1.401245959533393, 0.51525608240218, -0.7310498720344648, 0.5742039242444175, 0.5404248732172874, -0.42671111958677904, 1.244372271424717, 0.6050353629850036, 1.2886985214890512, -0.10933984676364532, 0.4648871098015951, 0.5668010357426223, -0.27945471081346784, -0.7237521115987158, -0.9907271919441571, 2.076953206023849, 0.5537048971109689, 1.2826165103599572, 1.0517608137220138, 1.358786153561084, -0.08312423446421488, 1.170787496732199, 0.2879037375071109, -0.6880842412409465, 1.7336388134449343, -0.4536467229530417, 1.1688233284222052, 0.90263050603538, -1.010202217372083, 1.5813350703129696, 1.4484871524943608, -1.3496765736991314, -1.3638587534836704, -1.0711519567819536, 0.7503092783059465, 1.5691811480467546, 1.1121020826642054, -0.7684073473059249, 0.601459868343589, 1.1255759415219109, -1.5187247094958702, 1.092057662532142, 0.9813313943814214, -1.2432641046189972, 1.2747388674931213, -0.36503208831719053, 0.3222067754162111, 0.9837256754248332, -1.321933038360133, -0.8730563073354727, 1.2694504146773864, 1.0877831044972617, 0.9039322778186474, -1.4228080552970106, 0.9643995334270186, 0.8393334847161366, -0.3308262600967479, 1.079175589809145, 0.8842150255884468, 0.7564107749247758, 0.3553091485287993, 1.768168973736156, 0.6209598975142153, 1.0326542497111892, -0.3800789875347796, -0.3118213787452787, 1.5838740090834789, -1.5885138195041808, 0.4792629043215663, -0.515750922069133, -0.7458164012669118, 0.31738185411572456, 0.8721843015503141, 1.222334420625997, 1.8857446418741928, 0.7833906322756664, 1.1579468763006469, 1.3168555350106654, 1.261461872275796, 1.1892464211503588, -0.6469847747681488, -0.8478594415455344, -0.7837731967183132, 1.4680326763770135, 1.5476932172774291, -1.2184279675770122, 1.1599337392268618, 0.3599448854485519, 0.2854052500839376, 0.3246100374704296, 1.18635569905067, 0.7878133872849468, 0.5404248732172874, 1.6266307506270736, -1.1140791319653416, 0.972903353854332, 1.1911686722991368, 1.6380726848088092, 0.7579300185326769, -1.281782806423036, 0.15411260887692976, -0.4701840142660568, -0.6741851543683299, -0.5575054817639049, -0.515750922069133, 0.0083428629623342, 1.2632429443034932, 1.2659082791338552, 0.6279523068813426, 1.5121268160758523, 0.7379869138838921, 2.0207453821831654, 0.5288916740431259, 1.9067015727822991, 1.1786036307435317, 1.6205526155286152, 0.9484009572632102, 0.7654898448280868, 1.2045161358639942, -0.8478594415455344, 1.2101793125113791, 0.8110583435655888, 1.8085069225832744, 1.5417471389286346, -1.3083598371506313, -0.4536467229530417, -1.1590441473285893, 0.8295330494434178, -0.6880842412409465, 0.4893991763595174, 1.260570076889084, 1.7775124119569097, -1.1590441473285893, 0.8435027813471463, -0.12465298649867924, -1.4228080552970106, -1.281782806423036, 0.3052107578420154, 1.1940447433490575, 1.3058632342565086, 1.876486059694866, -0.3502207585814455, 1.4247865619366278, 2.1087774749385835, -0.681109182271973, -0.3212760977882593, 0.4792629043215663, 1.6266307506270736, 0.174021818243329, -0.934595771203546, 1.198818844346095, 0.5574651912362215, 1.5857737502290232, 0.7579300185326769, -1.1823530419474433, 1.7836904803867968, 0.4311837378435479, 1.3739440231060704, 0.7160287516561458, 1.2195432292016128, 1.4127097572134428, 1.2534052786257912, 2.0283035253705584, 0.4690168242025989, 0.6655129473297922, -0.4109103165519903, 1.346645411868457, 0.5499295932837607, 1.7903381573411885, 1.2092378014999463, -1.5885138195041808, 0.5924615450796893, 0.5537048971109689, 0.9741119676191152, -0.3260391282902575, -0.2525668154749509, -0.42671111958677904, 1.2260432414032836, 0.8053004441252368, 1.2260432414032836, 0.5480362751944059, 1.4058481665363622, 0.4439636550512516, 1.7406464390704746, -0.6011879103246556, 0.15984384404252286, -0.7237521115987158, 1.0802558229659962, 1.0326542497111892, 0.7744825885706541, 1.4440882964486024, 0.966837008532482, -0.7237521115987158, 2.1321395798457847, 0.7579300185326769, 1.2343352906878864, 0.8351457271981041, 0.1189762046265478, -0.515750922069133, 0.2626168053258696, 0.7317650001944808, 1.379467825651436, 2.064070091451172, -0.039807327051428865, -0.09427065393813902, -1.3638587534836704, 0.5014210295823511, 1.2158087804062006, -1.010202217372083, -0.7837731967183132, 0.5537048971109689, -1.4381360168992987, -0.7458164012669118, 1.7156134733206465, -0.9077304898558276, 1.4119498119608511, 1.2416454597437043, 0.7579300185326769, 1.2214049384574832, 0.4268851013952745, 0.8960946343787385, 1.9865870649640327, 0.8504110240283573, 1.8390019656194032, -0.44278029072723546, -0.6741851543683299, 1.4096663055202554, -0.5453864182319429, -0.8396073456740586, -0.8152740858773753, -1.281782806423036, 1.0693975651684855, -1.0711519567819536, 1.6819331682881096, 0.8476537791349207, 0.4502894357072568, -1.268768556874747, 0.024962155513359157, -0.934595771203546, 1.2534052786257912, 1.2148728596256204, 1.1224835832170892, 0.4247284346171832, 1.7550369132379282, -0.4984051609123437, 1.9786866514202923, 0.4586585309250392, -0.13630274512449753, -0.5885001042506447, -0.6951110885525097, 1.5933347834522733, -0.515750922069133, 1.1834561144535067, -0.16808895543214258, -1.3496765736991314, -1.147601253505244, 0.7191970168666031, 1.7842035023523968, 0.08866470011939162, 0.42256683895378144, -0.8073000414316047, -0.8730563073354727, 1.9057999933401943, -1.194226083566085, 1.5640166085744112, 1.9472717242623157, -0.6951110885525097, -0.2614448053306017, -1.010202217372083, 1.94207762256946, -0.395369068053252, -0.001770701079633835, 0.4138707135207222, -0.7458164012669118, -0.6537119286261175, 0.4954292034770966, -0.4870154966561768, 0.966837008532482, 2.1525094550723347, 0.07000031397195798, -1.0401868899013098, -0.5453864182319429, 0.7333243201055567, 0.3850430941015934, -0.5514265482206379, 1.5989661520382592, -0.3502207585814455, -1.3083598371506313, 0.04774926679153376, 0.9078268770378859, -1.0004146434316072, -0.4701840142660568, -0.8645826188268165, -0.1441497276333827, 2.4717726371516746, -0.4926931911202421, 0.594268071539472, -0.18851175567088305, -0.6537119286261175, -1.2432641046189972, -0.1926497627419516, -0.7532869660492063, -0.5099335987089317, 0.6771578791362237, -0.2614448053306017, 1.5196193194227217, -0.011993567769537037, -0.4057014836599462, 1.7172664107118716, -0.7760590917938495, 1.491385784588875, 0.3125321935768834, 1.831225919123959, 0.193520589040438, -0.7165101909570558, -0.9529390058919992, 1.7374186010437467, -0.6270855620161625, 1.2148728596256204, -0.7384043394234254, 0.7503092783059465, -0.3902448693767172, -0.5822194304154306, 0.8908332211910329, -0.6537119286261175, 0.08248406885413964, 2.1714286834026555, 0.9884961301797284, -0.521604231848934, -0.4701840142660568, -1.0923724042683447, -0.6880842412409465, 1.1805476128503911, 1.3579816014976032, -0.5822194304154306, -0.681109182271973, 0.8762115707889223, -0.5099335987089317, 0.06369610316681286, -0.29781414096472075, 1.92543887732701, -0.4214148109007201, 0.3197973913869349, -0.7684073473059249, -0.5759801682177569, -0.539384599798221, 0.4751777821788957, -0.1843917706158939, 1.4247865619366278, -0.2178652822775011, 0.9168523883882804, 1.0941877185161588, 0.5630777488794638, 0.7348810734077328, 0.054160299006825265, 0.2978322068150415, -0.6880842412409465, -0.1324035293775821, -0.2704069009938481, 0.9446702265516672, -0.1843917706158939, -1.1140791319653416, -0.681109182271973, -0.3750367176936185, -0.38514827443726396, 0.3737173104802255, 0.6821050055357549, 2.4532473921571696, 0.4772225487842264, -0.3165369272008069, 0.5132919935104023, 1.0941877185161588, -0.395369068053252, 2.327717068106141, 2.0533270915199657, -0.1721383949964694, 1.416500350875355, 1.1882838284949218, -0.12465298649867924, -0.5759801682177569, 1.3218861328173912, 0.7487777339282673, 1.1016053613060817, 0.5705097228493888, 1.078094121434341, -0.2178652822775011, 1.2895641961895623, -0.539384599798221, 1.45867227735301, 1.5100730622725478, -0.4161479853249054, -0.3260391282902575, 0.7564107749247758, -0.3404738116613804, 1.1347928095793454, 1.0246732549424429, 0.7980534225910091, 1.2214049384574832, -0.2931907728913737, 2.2563844223668017, 1.1589408295096806, -0.3404738116613804, 0.4138707135207222, -0.07943775879169215, 1.102660291409966, 0.5630777488794638, 0.2574772700458084, 0.3782639112694848, -0.2614448053306017, 1.391197013200382, -0.5575054817639049, 1.3579816014976032, -0.06483386625665462, 1.5430717240913858, 1.0383140063612806, -0.2264220599799471, -0.18851175567088305, 1.2738595097089989, -0.14809776432539815, 0.054160299006825265, 1.0628222646916194, 1.020082265160994, 0.2099197404928076, -0.5099335987089317, 1.4708942600568076, 0.7579300185326769, 0.7624731616362962, 0.842115056966376, -0.44819790694600414, -0.06483386625665462, 0.3125321935768834, -0.2051735097818396, 0.08866470011939162, -0.3356377382783177, 0.9346490603738272, -0.6140481467263794, 1.0813348237232812, 1.026960419694391, -0.08312423446421488, 1.0877831044972617, 1.0595173921063477, -0.3308262600967479, 0.2829001453026646, 1.434486668407303, -0.37002117856252403, -0.3118213787452787, 1.6404639748952794, 1.391197013200382, -0.5948227428090014, 1.7100827241902778, 1.8595887192417682, -0.10177524362876568, 1.6260246919108516, -0.7458164012669118, 1.7903381573411885, 1.5522922372513457, 0.4873805937514457, 1.1892464211503588, 1.3603932073298752, 0.2854052500839376, 0.9956069973974604, 0.3270072085787735, 0.7878133872849468, 1.5870381276454948, 1.9724025277737005, -0.022328125130844773, -0.1721383949964694, 1.261461872275796, 0.7302031051977134, 1.365198049026196, 1.4941776774211155, 1.2092378014999463, 0.08248406885413964, 0.9716931936216596, 1.4864800524316817, 0.6085973917675995, 1.137845246115761, -0.6951110885525097, 2.1434323444977363, 0.14254489396484654], [-1.3045319660884482, -0.7848885286952091, -0.07085237534557204, 0.014284601780982509, -0.7848885286952091, -1.1230209032850569, -0.7848885286952091, -1.1230209032850569, -0.7848885286952091, -1.1230209032850569, -0.9482196901628664, -1.1230209032850569, -0.3764014061903889, -0.7848885286952091, -0.7848885286952091, -0.6352113159395534, -0.7848885286952091, -1.1230209032850569, -0.4993632728628191, -0.7848885286952091, -0.26494156920951245, -0.9482196901628664, -1.3045319660884482, -0.9482196901628664, -0.7848885286952091, -1.1230209032850569, -1.1230209032850569, -0.9482196901628664, -1.3045319660884482, -0.4993632728628191, -0.9482196901628664, -0.4993632728628191, -0.9482196901628664, -1.1230209032850569, -0.7848885286952091, -0.9482196901628664, 0.014284601780982509, -1.1230209032850569, -1.1230209032850569, -0.3764014061903889, -0.7848885286952091, -0.3764014061903889, -0.3764014061903889, -0.9482196901628664, -0.4993632728628191, -0.7848885286952091, -0.4993632728628191, -0.7848885286952091, -0.7848885286952091, -1.1230209032850569, -0.3764014061903889, -0.26494156920951245, -0.9482196901628664, -0.6352113159395534, -0.9482196901628664, -0.3764014061903889, -1.1230209032850569, -0.6352113159395534, -0.7848885286952091, -0.4993632728628191, -0.9482196901628664, -0.26494156920951245, 1.1612560441661934, -0.9482196901628664, -1.1230209032850569, -0.9482196901628664, -0.6352113159395534, 0.6523697056880219, -1.1230209032850569, -0.9482196901628664, -1.1230209032850569, -1.3045319660884482, -1.3045319660884482, -1.3045319660884482, -1.1230209032850569, -0.3764014061903889, -0.4993632728628191, -1.1230209032850569, -0.3764014061903889, -0.7848885286952091, -0.9482196901628664, -0.4993632728628191, -0.9482196901628664, -0.7848885286952091, -0.7848885286952091, -0.6352113159395534, -0.6352113159395534, -0.3764014061903889, -0.9482196901628664, -0.7848885286952091, -1.1230209032850569, -0.7848885286952091, -0.4993632728628191, -1.1230209032850569, -0.3764014061903889, -0.07085237534557204, -0.6352113159395534, -1.1230209032850569, -0.4993632728628191, -0.7848885286952091, -0.6352113159395534, -0.7848885286952091, -0.7848885286952091, -1.1230209032850569, -0.3764014061903889, -0.7848885286952091, -1.1230209032850569, -0.9482196901628664, -0.4993632728628191, -1.3045319660884482, -1.1230209032850569, -0.4993632728628191, -0.16353762634376492, -0.7848885286952091, -0.4993632728628191, -0.16353762634376492, -0.9482196901628664, -0.6352113159395534, -0.6352113159395534, -0.9482196901628664, -0.9482196901628664, -0.16353762634376492, -0.9482196901628664, -0.7848885286952091, -0.16353762634376492, -1.1230209032850569, -0.4993632728628191, -1.1230209032850569, -0.6352113159395534, -0.4993632728628191, -0.4993632728628191, -0.6352113159395534, -0.6352113159395534, -0.3764014061903889, 1.3586988828337752, -0.26494156920951245, -0.3764014061903889, -0.4993632728628191, -0.6352113159395534, -0.6352113159395534, -0.4993632728628191, -0.3764014061903889, -0.9482196901628664, -1.1230209032850569, 0.3566888610886545, -0.9482196901628664, -0.26494156920951245, -0.7848885286952091, -0.9482196901628664, -0.3764014061903889, -0.9482196901628664, -1.3045319660884482, -0.6352113159395534, -0.6352113159395534, -0.9482196901628664, -0.9482196901628664, -0.26494156920951245, -0.4993632728628191, -0.7848885286952091, -0.3764014061903889, 0.014284601780982509, -0.6352113159395534, -0.9482196901628664, -0.7848885286952091, -0.9482196901628664, -0.26494156920951245, -0.6352113159395534, -1.3045319660884482, -0.9482196901628664, -0.7848885286952091, -0.9482196901628664, -0.6352113159395534, -0.9482196901628664, -0.26494156920951245, -0.6352113159395534, -0.6352113159395534, -1.1230209032850569, -1.3045319660884482, -0.7848885286952091, -0.3764014061903889, -0.6352113159395534, -0.6352113159395534, -0.3764014061903889, -0.3764014061903889, -0.7848885286952091, -0.4993632728628191, -0.6352113159395534, -0.9482196901628664, -0.6352113159395534, -0.7848885286952091, -0.7848885286952091, -0.6352113159395534, -1.1230209032850569, 0.1657515094630096, -1.1230209032850569, -0.4993632728628191, -0.3764014061903889, -0.9482196901628664, -0.7848885286952091, -0.9482196901628664, 0.1657515094630096, -1.3045319660884482, -0.9482196901628664, -0.6352113159395534, 0.6523697056880219, -1.1230209032850569, -0.9482196901628664, -0.16353762634376492, -1.1230209032850569, -0.6352113159395534, -0.3764014061903889, -0.9482196901628664, -1.1230209032850569, -0.4993632728628191, -1.1230209032850569, -1.3045319660884482, -1.3045319660884482, -0.3764014061903889, -1.1230209032850569, -0.7848885286952091, -0.3764014061903889, -0.7848885286952091, -0.6352113159395534, -0.9482196901628664, -0.3764014061903889, -0.6352113159395534, 0.7334026439210958, -0.3764014061903889, -0.9482196901628664, -0.6352113159395534, -0.3764014061903889, -0.6352113159395534, -0.9482196901628664, -0.6352113159395534, -0.9482196901628664, -0.9482196901628664, -0.7848885286952091, -1.1230209032850569, -0.6352113159395534, -0.4993632728628191, -0.7848885286952091, -0.16353762634376492, -1.1230209032850569, -0.6352113159395534, -0.7848885286952091, -0.7848885286952091, -0.4993632728628191, -0.9482196901628664, -0.7848885286952091, 0.1657515094630096, -0.6352113159395534, -0.4993632728628191, -0.7848885286952091, -0.3764014061903889, -0.9482196901628664, -0.26494156920951245, -0.6352113159395534, -0.3764014061903889, -1.3045319660884482, -0.4993632728628191, -0.9482196901628664, -0.4993632728628191, -0.4993632728628191, -0.7848885286952091, -0.07085237534557204, -0.4993632728628191, -0.6352113159395534, -0.16353762634376492, -0.7848885286952091, -0.7848885286952091, -0.7848885286952091, 0.3566888610886545, -0.4993632728628191, -0.7848885286952091, -0.16353762634376492, -0.7848885286952091, -0.7848885286952091, -0.16353762634376492, -1.1230209032850569, -0.3764014061903889, -0.7848885286952091, -0.7848885286952091, -0.4993632728628191, -0.9482196901628664, -0.3764014061903889, -0.9482196901628664, -1.1230209032850569, -0.9482196901628664, -0.3764014061903889, -0.4993632728628191, -0.7848885286952091, -0.7848885286952091, 0.6523697056880219, -0.3764014061903889, -0.4993632728628191, -0.4993632728628191, -0.6352113159395534, -0.9482196901628664, 0.23363219828673804, -0.7848885286952091, -0.6352113159395534, 0.1657515094630096, -0.3764014061903889, -0.7848885286952091, -0.4993632728628191, -0.3764014061903889, -1.3045319660884482, -1.1230209032850569, -0.4993632728628191, -0.7848885286952091, 0.1657515094630096, -0.6352113159395534, -0.26494156920951245, -0.7848885286952091, -0.07085237534557204, -0.16353762634376492, -0.16353762634376492, -0.6352113159395534, -0.07085237534557204, -0.6352113159395534, -0.7848885286952091, -0.26494156920951245, -0.6352113159395534, -0.4993632728628191, -0.4993632728628191, -0.16353762634376492, -0.6352113159395534, -0.7848885286952091, -0.7848885286952091, -0.16353762634376492, -0.7848885286952091, -0.26494156920951245, -1.1230209032850569, -0.07085237534557204, -1.1230209032850569, -0.26494156920951245, -0.9482196901628664, -1.1230209032850569, -0.6352113159395534, -0.4993632728628191, -0.07085237534557204, -0.7848885286952091, 0.7334026439210958, -0.9482196901628664, -0.4993632728628191, -0.9482196901628664, -0.7848885286952091, -0.3764014061903889, -1.1230209032850569, -0.6352113159395534, -0.3764014061903889, -0.6352113159395534, 0.014284601780982509, 0.23363219828673804, -0.26494156920951245, -0.4993632728628191, -0.6352113159395534, -0.4993632728628191, -0.07085237534557204, -0.4993632728628191, -0.7848885286952091, -0.6352113159395534, -0.07085237534557204, -0.6352113159395534, -0.6352113159395534, -0.4993632728628191, -0.3764014061903889, -0.4993632728628191, -0.3764014061903889, -0.9482196901628664, -0.3764014061903889, -0.9482196901628664, -0.4993632728628191, -0.6352113159395534, -0.3764014061903889, -0.7848885286952091, -0.3764014061903889, -0.7848885286952091, -0.26494156920951245, -0.6352113159395534, -0.16353762634376492, -0.16353762634376492, -0.9482196901628664, -1.1230209032850569, -0.26494156920951245, -0.7848885286952091, -0.26494156920951245, -0.3764014061903889, -0.16353762634376492, -0.6352113159395534, -0.6352113159395534, -0.7848885286952091, -0.7848885286952091, -0.9482196901628664, -0.3764014061903889, -0.4993632728628191, -1.1230209032850569, -0.9482196901628664, -0.3764014061903889, -0.3764014061903889, -0.6352113159395534, -0.4993632728628191, -0.4993632728628191, -0.7848885286952091, -0.26494156920951245, -0.16353762634376492, -0.7848885286952091, -0.3764014061903889, -0.9482196901628664, -0.16353762634376492, -0.6352113159395534, -0.7848885286952091, -0.16353762634376492, -0.9482196901628664, -0.3764014061903889, -0.6352113159395534, -0.7848885286952091, -0.3764014061903889, -0.3764014061903889, 0.014284601780982509, -0.07085237534557204, -0.3764014061903889, -0.3764014061903889, -1.1230209032850569, -0.7848885286952091, -0.3764014061903889, -0.6352113159395534, -0.4993632728628191, -0.4993632728628191, -0.9482196901628664, -0.6352113159395534, -0.9482196901628664, -0.9482196901628664, -0.9482196901628664, 0.09287176832082872, -0.26494156920951245, -0.3764014061903889, -0.4993632728628191, -0.7848885286952091, -0.16353762634376492, -0.6352113159395534, -0.6352113159395534, -0.9482196901628664, -0.16353762634376492, 0.6523697056880219, -0.3764014061903889, -0.9482196901628664, -0.7848885286952091, -0.3764014061903889, -1.1230209032850569, 0.3566888610886545, 0.4127957686916788, -0.9482196901628664, -0.9482196901628664, -0.3764014061903889, -0.3764014061903889, -0.4993632728628191, -0.3764014061903889, -0.9482196901628664, -0.4993632728628191, -0.3764014061903889, -0.3764014061903889, -1.1230209032850569, -0.9482196901628664, -0.6352113159395534, -1.3045319660884482, -0.9482196901628664, -0.6352113159395534, -0.16353762634376492, -1.1230209032850569, 0.23363219828673804, -0.7848885286952091, -0.6352113159395534, -0.7848885286952091, -0.7848885286952091, -0.9482196901628664, -0.6352113159395534, -0.07085237534557204, 0.014284601780982509, -0.6352113159395534, -0.9482196901628664, -0.4993632728628191, -0.3764014061903889, -0.6352113159395534, -0.3764014061903889, -0.6352113159395534, -0.7848885286952091, -0.4993632728628191, 0.6937619997444344, -0.4993632728628191, -0.26494156920951245, -0.6352113159395534, -0.4993632728628191, -0.7848885286952091, -0.4993632728628191, -0.7848885286952091, -0.9482196901628664, -0.4993632728628191, 0.09287176832082872, -0.16353762634376492, -0.26494156920951245, -0.16353762634376492, -0.4993632728628191, -0.6352113159395534, -1.1230209032850569, -1.1230209032850569, -0.4993632728628191, -0.6352113159395534, -0.26494156920951245, -0.07085237534557204, -0.9482196901628664, -0.9482196901628664, 0.014284601780982509, -0.16353762634376492, -0.6352113159395534, -0.6352113159395534, -0.4993632728628191, -0.4993632728628191, -0.16353762634376492, -0.7848885286952091, -1.3045319660884482, -0.3764014061903889, -0.4993632728628191, -0.4993632728628191, -0.4993632728628191, -0.7848885286952091, -0.6352113159395534, -0.16353762634376492, -0.7848885286952091, -0.7848885286952091, -0.6352113159395534, -0.3764014061903889, -0.16353762634376492, -0.7848885286952091, -0.9482196901628664, 0.09287176832082872, -0.3764014061903889, -1.1230209032850569, -1.1230209032850569, -0.16353762634376492, -0.16353762634376492, -0.26494156920951245, 0.2971101117119377, -0.6352113159395534, -0.7848885286952091, -1.1230209032850569, -1.3045319660884482, -0.4993632728628191, -0.3764014061903889, -0.3764014061903889, -0.3764014061903889, -0.9482196901628664, -0.4993632728628191, -0.26494156920951245, -0.6352113159395534, -0.26494156920951245, -0.3764014061903889, 0.09287176832082872, -1.1230209032850569, -0.9482196901628664, -0.16353762634376492, 0.23363219828673804, -0.07085237534557204, -0.26494156920951245, -1.1230209032850569, -0.6352113159395534, -0.3764014061903889, -0.6352113159395534, -0.7848885286952091, -0.4993632728628191, -0.4993632728628191, -1.3045319660884482, -1.1230209032850569, -0.26494156920951245, 0.6523697056880219, -0.26494156920951245, -0.7848885286952091, 0.2971101117119377, -0.7848885286952091, -0.3764014061903889, -1.1230209032850569, -0.3764014061903889, -0.07085237534557204, -0.26494156920951245, -0.4993632728628191, -0.3764014061903889, -0.26494156920951245, -0.6352113159395534, -0.6352113159395534, 0.4127957686916788, -0.16353762634376492, -0.07085237534557204, -0.3764014061903889, 0.2971101117119377, -0.7848885286952091, -0.4993632728628191, -0.16353762634376492, -0.6352113159395534, -0.7848885286952091, -0.07085237534557204, -0.6352113159395534, -0.26494156920951245, -0.6352113159395534, -0.26494156920951245, -0.9482196901628664, 0.6937619997444344, -0.07085237534557204, -0.16353762634376492, -0.3764014061903889, -0.07085237534557204, -0.6352113159395534, -0.4993632728628191, -0.3764014061903889, -0.26494156920951245, -0.7848885286952091, -0.7848885286952091, -0.6352113159395534, -0.3764014061903889, -0.9482196901628664, -0.9482196901628664, -0.6352113159395534, -0.9482196901628664, -0.9482196901628664, -0.6352113159395534, -0.6352113159395534, 0.014284601780982509, -0.6352113159395534, 1.2089366762066505, -0.4993632728628191, -0.6352113159395534, -0.4993632728628191, -0.07085237534557204, -0.4993632728628191, -0.16353762634376492, -1.3045319660884482, -1.1230209032850569, -0.3764014061903889, -0.7848885286952091, -0.6352113159395534, -0.26494156920951245, -0.3764014061903889, -0.26494156920951245, -0.6352113159395534, -0.6352113159395534, -0.26494156920951245, -0.4993632728628191, -0.07085237534557204, 0.014284601780982509, -0.6352113159395534, -0.07085237534557204, -0.16353762634376492, -0.6352113159395534, -0.7848885286952091, -0.26494156920951245, -1.3045319660884482, -0.6352113159395534, -0.4993632728628191, -0.4993632728628191, -0.4993632728628191, -0.3764014061903889, -0.3764014061903889, -0.26494156920951245, 0.09287176832082872, -0.3764014061903889, -0.6352113159395534, 0.23363219828673804, -0.7848885286952091, -0.26494156920951245, -0.6352113159395534, -0.9482196901628664, -0.9482196901628664, 0.014284601780982509, -0.6352113159395534, -0.6352113159395534, -0.07085237534557204, -0.6352113159395534, -0.3764014061903889, -0.9482196901628664, -0.9482196901628664, 0.5160002035853063, -0.6352113159395534, -1.1230209032850569, -1.3045319660884482, -0.9482196901628664, -1.1230209032850569, -0.6352113159395534, 0.1657515094630096, -0.9482196901628664, -0.9482196901628664, -0.6352113159395534, -0.6352113159395534, -0.3764014061903889, -0.26494156920951245, -0.7848885286952091, 0.2971101117119377, 0.09287176832082872, -0.3764014061903889, 0.09287176832082872, -0.07085237534557204, -0.4993632728628191, -0.7848885286952091, -0.16353762634376492, 0.09287176832082872, -0.16353762634376492, -0.6352113159395534, -0.7848885286952091, -0.3764014061903889, -0.7848885286952091, -0.7848885286952091, 0.014284601780982509, -0.6352113159395534, -0.3764014061903889, -0.6352113159395534, 0.09287176832082872, -0.3764014061903889, -0.07085237534557204, 0.2971101117119377, -0.9482196901628664, -0.6352113159395534, -0.6352113159395534, 0.09287176832082872, 0.1657515094630096, -0.07085237534557204, -0.9482196901628664, 0.09287176832082872, 0.09287176832082872, -0.9482196901628664, -0.07085237534557204, -0.9482196901628664, 0.09287176832082872, -0.16353762634376492, -0.6352113159395534, 0.1657515094630096, -0.3764014061903889, 0.5636800061933058, -0.9482196901628664, -0.07085237534557204, -0.16353762634376492, 0.4657953373454297, -0.07085237534557204, -0.6352113159395534, -0.9482196901628664, -0.26494156920951245, -0.6352113159395534, -0.9482196901628664, -0.9482196901628664, -0.26494156920951245, -0.07085237534557204, -0.9482196901628664, 0.1657515094630096, -0.6352113159395534, -0.26494156920951245, -0.9482196901628664, -0.6352113159395534, -0.7848885286952091, -0.3764014061903889, -0.9482196901628664, -1.1230209032850569, -0.26494156920951245, 0.09287176832082872, 0.014284601780982509, -0.6352113159395534, -0.26494156920951245, -0.7848885286952091, -0.3764014061903889, -0.3764014061903889, -0.6352113159395534, 0.7334026439210958, -0.7848885286952091, -1.1230209032850569, -0.3764014061903889, -0.9482196901628664, -0.6352113159395534, -0.7848885286952091, -0.3764014061903889, -1.1230209032850569, -0.4993632728628191, -0.4993632728628191, -0.7848885286952091, -0.16353762634376492, -0.26494156920951245, 0.014284601780982509, -0.4993632728628191, -0.07085237534557204, -0.07085237534557204, -0.4993632728628191, -0.3764014061903889, -0.6352113159395534, -1.3045319660884482, -0.6352113159395534, -0.7848885286952091, -0.9482196901628664, -0.3764014061903889, -0.26494156920951245, -0.6352113159395534, 0.2971101117119377, 1.2318823206241494, -0.26494156920951245, -0.6352113159395534, -0.07085237534557204, -1.3045319660884482, 0.09287176832082872, -0.3764014061903889, -0.6352113159395534, -0.16353762634376492, -0.26494156920951245, -0.3764014061903889, -0.4993632728628191, -0.4993632728628191, 0.09287176832082872, -0.9482196901628664, -0.7848885286952091, -0.7848885286952091, -0.6352113159395534, 0.09287176832082872, -0.9482196901628664, 0.2971101117119377, -0.7848885286952091, 0.014284601780982509, -0.3764014061903889, -0.4993632728628191, -0.26494156920951245, -0.9482196901628664, -0.07085237534557204, -0.16353762634376492, 0.3566888610886545, -0.7848885286952091, -0.3764014061903889, -0.9482196901628664, -0.7848885286952091, -0.3764014061903889, 0.014284601780982509, -0.3764014061903889, -0.26494156920951245, -0.3764014061903889, -0.26494156920951245, -0.16353762634376492, -0.3764014061903889, 0.014284601780982509, -0.26494156920951245, -0.9482196901628664, 0.09287176832082872, -0.16353762634376492, -0.4993632728628191, 0.5636800061933058, -0.16353762634376492, -0.9482196901628664, -0.6352113159395534, -1.1230209032850569, -0.9482196901628664, 0.2971101117119377, -0.6352113159395534, -0.9482196901628664, -0.3764014061903889, -0.6352113159395534, -0.26494156920951245, -0.7848885286952091, -0.26494156920951245, -0.4993632728628191, -0.7848885286952091, -0.4993632728628191, -0.07085237534557204, -0.4993632728628191, -0.26494156920951245, -0.07085237534557204, -0.7848885286952091, -0.7848885286952091, 0.014284601780982509, -0.6352113159395534, -0.4993632728628191, -0.26494156920951245, -0.6352113159395534, -0.26494156920951245, -0.4993632728628191, -0.16353762634376492, -0.7848885286952091, -0.6352113159395534, -0.16353762634376492, -0.6352113159395534, -0.3764014061903889, -0.16353762634376492, -0.26494156920951245, -0.16353762634376492, -0.4993632728628191, -0.9482196901628664, -0.3764014061903889, -0.4993632728628191, -0.9482196901628664, 0.1657515094630096, -0.16353762634376492, -0.16353762634376492, 0.014284601780982509, -0.4993632728628191, -0.07085237534557204, 0.09287176832082872, 0.014284601780982509, -0.9482196901628664, 1.2318823206241494, -0.16353762634376492, -0.6352113159395534, -0.7848885286952091, -0.6352113159395534, 0.8079694576309112, -0.26494156920951245, -0.6352113159395534, -0.26494156920951245, -0.4993632728628191, -0.3764014061903889, -0.3764014061903889, -0.4993632728628191, -0.26494156920951245, -0.07085237534557204, 0.7714306460781997, -0.16353762634376492, 1.3387404751874954, -0.7848885286952091, -0.6352113159395534, 0.09287176832082872, -0.16353762634376492, -0.26494156920951245, 0.3566888610886545, -0.6352113159395534, -0.4993632728628191, -0.6352113159395534, -0.7848885286952091, -0.7848885286952091, -0.16353762634376492, -0.16353762634376492, 1.297474655805404, 0.8431291591369792, 0.014284601780982509, -0.7848885286952091, -0.3764014061903889, -0.07085237534557204, 0.014284601780982509, -0.16353762634376492, 0.4657953373454297, 0.014284601780982509, -0.6352113159395534, -0.3764014061903889, -0.4993632728628191, -0.26494156920951245, -0.26494156920951245, 0.014284601780982509, -0.4993632728628191, -0.7848885286952091, -0.6352113159395534, -0.07085237534557204, -0.3764014061903889, -0.26494156920951245, -0.3764014061903889, -0.6352113159395534, -0.7848885286952091, 0.014284601780982509, -0.4993632728628191, 0.3566888610886545, -0.9482196901628664, -1.1230209032850569, -0.9482196901628664, -1.3045319660884482, -0.07085237534557204, -0.7848885286952091, 0.2971101117119377, -0.16353762634376492, -0.7848885286952091, -0.6352113159395534, 0.014284601780982509, 0.6937619997444344, -0.4993632728628191, -0.3764014061903889, 0.3566888610886545, -0.3764014061903889, -0.4993632728628191, -1.3045319660884482, -0.16353762634376492, -0.07085237534557204, -0.3764014061903889, 0.09287176832082872, -0.6352113159395534, -0.26494156920951245, -0.9482196901628664, -1.1230209032850569, -0.07085237534557204, -0.9482196901628664, -0.3764014061903889, -0.9482196901628664, -0.26494156920951245, 0.014284601780982509, -0.26494156920951245, 0.4127957686916788, -0.16353762634376492, 0.09287176832082872, -1.1230209032850569, -0.16353762634376492, -0.6352113159395534, 1.110974113588439, -0.7848885286952091, 0.4127957686916788, 1.3183390598294231, 0.3566888610886545, -0.26494156920951245, -0.07085237534557204, 0.09287176832082872, -0.16353762634376492, -0.3764014061903889, 0.4657953373454297, 0.09287176832082872, -0.07085237534557204, 0.09287176832082872, 0.4127957686916788, 0.23363219828673804, -0.07085237534557204, -0.6352113159395534, -0.16353762634376492, 0.014284601780982509, -0.4993632728628191, -0.4993632728628191, -0.4993632728628191, 0.5636800061933058, -0.26494156920951245, -0.4993632728628191, 0.7714306460781997, 0.014284601780982509, -0.9482196901628664, -0.7848885286952091, 1.3586988828337752, -0.3764014061903889, -0.16353762634376492, -0.16353762634376492, 0.2971101117119377, 0.3566888610886545, 0.2971101117119377, 0.2971101117119377, 0.1657515094630096, -0.9482196901628664, -0.7848885286952091, -0.6352113159395534, -0.4993632728628191, -0.26494156920951245, -0.3764014061903889, 0.014284601780982509, -0.3764014061903889, 0.014284601780982509, -0.26494156920951245, -0.7848885286952091, -0.7848885286952091, -0.07085237534557204, -0.6352113159395534, 1.687119974697262, -0.6352113159395534, 0.014284601780982509, -0.26494156920951245, 0.014284601780982509, -0.26494156920951245, -1.1230209032850569, -0.3764014061903889, -0.07085237534557204, 0.6090685651742979, -0.6352113159395534, -0.6352113159395534, 0.5160002035853063, -0.26494156920951245, -0.4993632728628191, -0.4993632728628191, -0.16353762634376492, 0.5636800061933058, -0.4993632728628191, 0.3566888610886545, -0.16353762634376492, -0.4993632728628191, -0.3764014061903889, -0.26494156920951245, -0.7848885286952091, -0.6352113159395534, -1.1230209032850569, -0.26494156920951245, -0.6352113159395534, -0.6352113159395534, -0.6352113159395534, 0.014284601780982509, -0.4993632728628191, -0.7848885286952091, -0.26494156920951245, -0.7848885286952091, 1.001364850938414, -0.16353762634376492, -0.4993632728628191, -0.7848885286952091, 1.4160975958005095, -0.07085237534557204, 0.1657515094630096, -0.26494156920951245, -0.4993632728628191, 0.23363219828673804, 0.2971101117119377, -0.4993632728628191, 0.4127957686916788, -0.26494156920951245, 0.1657515094630096, -0.07085237534557204, 0.4127957686916788, -0.07085237534557204, -0.16353762634376492, -0.4993632728628191, -0.7848885286952091, -0.3764014061903889, 0.014284601780982509, -0.6352113159395534, 0.8431291591369792, -0.07085237534557204, 0.014284601780982509, -0.3764014061903889, 1.2318823206241494, -0.3764014061903889, -0.4993632728628191, -0.26494156920951245, -0.3764014061903889, -0.6352113159395534, 0.2971101117119377, 0.1657515094630096, -0.3764014061903889, 1.3782330050094214, -0.7848885286952091, -0.26494156920951245, -0.7848885286952091, -0.6352113159395534, -0.9482196901628664, -0.07085237534557204, -0.07085237534557204, -0.3764014061903889, 1.0847667762987585, -0.3764014061903889, 1.2318823206241494, 0.014284601780982509, -0.7848885286952091, 0.2971101117119377, 1.0300097481854025, 0.09287176832082872, 1.0300097481854025, 0.2971101117119377, -0.7848885286952091, 0.4657953373454297, -0.4993632728628191, -0.3764014061903889, -0.07085237534557204, -0.3764014061903889, -1.1230209032850569, -0.3764014061903889, -0.3764014061903889, 0.4657953373454297, -0.7848885286952091, -0.16353762634376492, 0.1657515094630096, 0.4127957686916788, -0.26494156920951245, -0.7848885286952091, 0.4127957686916788, 1.2318823206241494, -0.4993632728628191, 0.014284601780982509, 1.3586988828337752, 0.5160002035853063, -0.3764014061903889, -0.4993632728628191, 0.5160002035853063, 0.09287176832082872, 0.014284601780982509, 1.5536364195963874, -0.26494156920951245, 0.3566888610886545, 0.014284601780982509, -1.1230209032850569, 0.2971101117119377, -0.7848885286952091, 0.09287176832082872, -0.3764014061903889, -0.6352113159395534, -0.9482196901628664, -0.7848885286952091, -0.26494156920951245, -0.07085237534557204, -0.26494156920951245, 0.2971101117119377, -0.4993632728628191, -0.3764014061903889, 0.4657953373454297, 1.0577938333938668, -0.26494156920951245, 0.014284601780982509, 0.4127957686916788, -0.3764014061903889, 1.4701186543858729, -0.7848885286952091, -0.6352113159395534, -0.16353762634376492, 1.1854047424009653, -0.07085237534557204, 0.09287176832082872, -0.26494156920951245, 0.23363219828673804, 1.4874415174442184, -0.4993632728628191, 0.09287176832082872, 1.3387404751874954, 0.4127957686916788, 0.014284601780982509, 0.6523697056880219, -0.16353762634376492, 0.5160002035853063, -0.26494156920951245, -0.4993632728628191, 0.2971101117119377, 0.2971101117119377, -0.26494156920951245, 0.3566888610886545, 0.1657515094630096, 1.0847667762987585, 0.014284601780982509, -0.26494156920951245, 0.1657515094630096, -0.4993632728628191, 0.014284601780982509, -0.07085237534557204, 0.2971101117119377, -0.3764014061903889, -0.3764014061903889, -0.16353762634376492, -0.16353762634376492, 0.2971101117119377, 0.014284601780982509, 1.2542699636120211, -0.16353762634376492, 0.3566888610886545, 1.1364576902501435, 1.0577938333938668, 0.09287176832082872, -0.7848885286952091, -0.07085237534557204, 0.8770082843675756, 0.8079694576309112, 0.5636800061933058, 0.014284601780982509, 0.23363219828673804, 0.8431291591369792, 2.047539363132208, 1.5694647088351017, -0.26494156920951245, -0.16353762634376492, 1.6732130154413256, -0.4993632728628191, 1.3586988828337752, -0.6352113159395534, 0.5636800061933058, 0.014284601780982509, 0.09287176832082872, 1.1364576902501435, 0.23363219828673804, 1.862441990555224, -0.6352113159395534, -0.07085237534557204, -0.4993632728628191, -0.6352113159395534, 1.9899029110584303, 0.1657515094630096, -0.07085237534557204, 0.9412701472581999, 1.110974113588439, 1.2089366762066505, 0.09287176832082872, -0.4993632728628191, -0.07085237534557204, 0.014284601780982509, -0.07085237534557204, -0.6352113159395534, 0.2971101117119377, 0.23363219828673804, -0.26494156920951245, -0.7848885286952091, -0.7848885286952091, -0.16353762634376492, 0.09287176832082872, -0.6352113159395534, 1.7913711796554554, 0.4127957686916788, 1.3782330050094214, -0.16353762634376492, -0.4993632728628191, 1.0300097481854025, 0.1657515094630096, 1.504443400561981, -0.9482196901628664, 1.6732130154413256, 0.5636800061933058, 0.09287176832082872, -0.6352113159395534, 1.8960098246073207, 0.7714306460781997, 0.23363219828673804, 2.239930149262268, 1.1854047424009653, 0.8770082843675756, 0.23363219828673804, -0.16353762634376492, -0.3764014061903889, 0.9718048305979354, 0.014284601780982509, -0.3764014061903889, 1.9596632315946445, 1.5536364195963874, -1.3045319660884482, -0.07085237534557204, 0.5636800061933058, 1.9283898851270045, -0.6352113159395534, 0.1657515094630096, 0.1657515094630096, 0.09287176832082872, 1.4344600918128494, -0.4993632728628191, -0.07085237534557204, 0.5160002035853063, 0.2971101117119377, 0.1657515094630096, -0.16353762634376492, 0.3566888610886545, -0.26494156920951245, -0.07085237534557204, 0.1657515094630096, 0.014284601780982509, 0.23363219828673804, -0.26494156920951245, -0.26494156920951245, -0.4993632728628191, 2.0568020187223155, -0.07085237534557204, 1.4344600918128494, -0.26494156920951245, 2.2841063183177024, 1.4160975958005095, 1.7143161526225654, 0.23363219828673804, 1.7913711796554554, 1.2761259088603512, 2.119140009846685, 1.8509734501256836, 0.09287176832082872, -0.4993632728628191, 1.9799336585117715, 1.700818983549604, 0.8431291591369792, 0.2971101117119377, -1.1230209032850569, 0.4657953373454297, 0.2971101117119377, 0.5160002035853063, 1.4344600918128494, 0.5160002035853063, 0.7714306460781997, 0.2971101117119377, 0.9718048305979354, 0.2971101117119377, 1.0847667762987585, 2.239930149262268, 0.6937619997444344, 0.3566888610886545, -0.26494156920951245, 0.23363219828673804, 1.7407281053014536, 1.917723327170112, 0.8431291591369792, -0.7848885286952091, 2.0929422039312153, 1.5211359335183243, 0.5160002035853063, 2.3398716085111544, 1.4160975958005095, 0.1657515094630096, 1.7536538455847026, 0.3566888610886545, -0.07085237534557204, 0.4657953373454297, -0.7848885286952091, 0.3566888610886545, 1.585024395364507, -0.3764014061903889, 0.6090685651742979, -0.3764014061903889, 1.397360408193816, 1.9283898851270045, 0.23363219828673804, 2.2247173566992244, 1.1364576902501435, 2.1361973770027443, 1.4160975958005095, 0.2971101117119377, 1.4524625163958524, -0.16353762634376492, 0.6937619997444344, 1.7536538455847026, 0.1657515094630096, 0.4657953373454297, 1.80360609935796, 0.6090685651742979, 0.2971101117119377, -0.26494156920951245, 2.019174979051725, -0.6352113159395534, 1.7143161526225654, -0.3764014061903889, 2.4421297241663567, 2.065971816411253, 1.7143161526225654, 2.5286059050675953, 0.4657953373454297, 1.700818983549604, 0.6937619997444344, 2.047539363132208, 1.7789705551374202, 1.1612560441661934, 1.9997647015186355, 0.1657515094630096, 1.8275960971132443, 1.7276173278082578, 1.6447493812294516, 1.6153732541989287, 0.5636800061933058, 1.1364576902501435, 0.6090685651742979, 0.014284601780982509, 2.1017584494293966, 2.0568020187223155, 1.8849567773209432, 0.09287176832082872, 0.7714306460781997, 0.4127957686916788, 0.3566888610886545, 2.119140009846685, 2.1104905212917067, 0.7714306460781997, 1.001364850938414, 1.2318823206241494, 0.23363219828673804, 1.7789705551374202, 2.405110440738736, 2.8499243224214084, 1.815679674825864, 0.8079694576309112, 1.687119974697262, 0.1657515094630096, 1.585024395364507, 2.3795708623346874, 1.6590917142453852, 2.1361973770027443, 2.217014978989229, 2.127708460823573, 1.8275960971132443, 2.1104905212917067, -0.07085237534557204, 1.297474655805404, 0.6090685651742979, 1.7143161526225654, 0.6090685651742979, 1.504443400561981, 0.4657953373454297, 2.2092471663341025, 1.9493570889979293, 0.014284601780982509, 1.9997647015186355, 0.7334026439210958, 2.3466090350572304, 2.2622850204302933, 1.4701186543858729, 1.4701186543858729, 0.4127957686916788, 1.9799336585117715, -0.7848885286952091, 2.0929422039312153, 1.9997647015186355, 2.3398716085111544, -0.07085237534557204, 1.6301790093697253, -0.07085237534557204, 1.7143161526225654, 2.3532971691090405, 1.9389335405975228, 1.8960098246073207, 1.9596632315946445, 1.4874415174442184, 2.4949907439924504, 0.3566888610886545, -0.07085237534557204, 1.687119974697262, 1.4344600918128494, 2.822424220745809, 2.607602528978809, 0.5160002035853063, 1.5211359335183243, 1.537530127821231, 2.169386332361383, 2.31935617667524, 1.7789705551374202, 2.31935617667524, 1.7276173278082578, 0.5160002035853063, 2.0381819522335047, 1.8737686119632, 2.065971816411253, 1.9493570889979293, 1.687119974697262, 1.6003244118619009, 2.1361973770027443, 2.2768902672846862, 2.201412798438785, 2.3398716085111544, 1.700818983549604, 2.326245935633068, 2.119140009846685, 1.6301790093697253, 1.397360408193816, 2.0095213186728467, 1.9283898851270045, 2.5286059050675953, 2.0929422039312153, 2.4299557924667607, 2.0929422039312153, 2.31935617667524, 1.5211359335183243, 2.169386332361383, 2.31935617667524, 1.8960098246073207, 0.23363219828673804, 2.1017584494293966, 1.6447493812294516, 1.5694647088351017, 1.2318823206241494, 2.3124140989665554, 2.0568020187223155, -0.26494156920951245, 2.637383469254061, 1.504443400561981, 1.585024395364507, 2.1529424107227872, 1.9698545796787088, 1.3387404751874954, 2.2323553917335364, 2.217014978989229, 2.3124140989665554, 2.3665284065129457, 2.2768902672846862, 2.333084157993139, 2.756273741174356, 1.687119974697262, 1.9389335405975228, 2.119140009846685, 2.1361973770027443, 2.2092471663341025, 2.326245935633068, 1.9069309727417791, 1.7407281053014536, 2.31935617667524, 1.862441990555224, 2.019174979051725, 0.7334026439210958, 1.585024395364507, 1.3586988828337752, 2.3730728950509947, 2.326245935633068, 1.700818983549604, 2.454143642220619, 2.3398716085111544, 2.2983697684887536, 2.247442668244521, 1.6153732541989287, 2.627563927585552, 1.110974113588439, 2.666224461891377, 2.084040148138952, 2.906205717267351, 2.721311500039697, 2.1446082197905603, 2.065971816411253, 2.0750505972497133, 2.6176377280191563, 1.4344600918128494, 1.6590917142453852, 2.941888543414425, 2.3860229646776707, 2.539541715833244, 2.4718735274592367, 0.3566888610886545, 2.6324868872612206, 2.5974559109511985, 1.815679674825864, 2.2622850204302933, 2.4660016963523708, 1.4701186543858729, 2.4299557924667607, 2.4718735274592367, 2.3532971691090405, 2.0381819522335047, 1.9596632315946445, 2.7301782638856937, 2.305418902425173, 2.217014978989229, 3.1561479402950843, 2.247442668244521, 1.700818983549604, 2.8063301138786567, 2.4835052202275074, 2.1855397697804544, 1.700818983549604, 2.177498719391981, 2.065971816411253, 2.127708460823573, 2.789947451951268, 0.8431291591369792, 3.169884066902965, 2.2622850204302933, 1.917723327170112, 2.0287278299412668, 2.019174979051725, 2.217014978989229, 2.0929422039312153, 2.2841063183177024, 2.0929422039312153, 1.6732130154413256, 2.247442668244521, 2.1612013329003963, 2.5820215793157257, 2.5503482195544387, 2.2323553917335364, 2.9829461616934307, 1.9389335405975228, 2.19351072601646, 3.0660396411774666, 2.4835052202275074, 2.2247173566992244, 2.703315617996559, 2.2092471663341025, 2.333084157993139, 2.6025433016966946, 2.1529424107227872, 3.1251812456098533], [2.2422793030418653, -0.7876730835388703, -1.1197104848437385, -0.6920335946476933, -0.6920335946476933, -1.1197104848437385, -0.4554417402353817, -0.5266614111825355, -0.5266614111825355, -1.1197104848437385, -1.0037300696889622, -0.390647500092346, -0.390647500092346, -0.5266614111825355, -1.1197104848437385, -0.8920370579554022, -0.8920370579554022, -1.0037300696889622, -0.8920370579554022, -0.6920335946476933, -0.8920370579554022, -1.0037300696889622, -1.0037300696889622, -0.8920370579554022, -0.6920335946476933, -1.1197104848437385, -1.1197104848437385, 0.7647965517366027, -1.0037300696889622, -1.1197104848437385, -1.1197104848437385, -0.7876730835388703, -0.6920335946476933, 0.9392191521426624, -1.1197104848437385, -0.8920370579554022, -1.1197104848437385, -1.1197104848437385, -1.1197104848437385, -0.7876730835388703, 0.6067220225357818, -0.8920370579554022, -0.7876730835388703, -0.8920370579554022, -0.6920335946476933, -0.6920335946476933, -0.7876730835388703, -1.1197104848437385, -0.3314242564868648, -0.022386825556075268, -1.1197104848437385, -1.0037300696889622, -0.6920335946476933, 0.15714261809700036, 0.7647965517366027, -0.8920370579554022, 0.13069411752229276, -0.6920335946476933, -0.8920370579554022, -0.7876730835388703, -1.0037300696889622, -1.0037300696889622, -1.1197104848437385, -0.6920335946476933, -0.7876730835388703, -0.09630667549104403, -0.7876730835388703, -1.0037300696889622, 0.04355787786810266, -0.7876730835388703, -0.3314242564868648, -1.0037300696889622, -1.1197104848437385, 0.04355787786810266, 0.9660175601932932, -0.8920370579554022, -0.8920370579554022, -1.0037300696889622, -1.0037300696889622, 0.04355787786810266, -1.0037300696889622, -0.8920370579554022, -1.1197104848437385, -0.180241092422336, -0.6920335946476933, -1.1197104848437385, -1.0037300696889622, -0.8920370579554022, -1.0037300696889622, -1.1197104848437385, -1.0037300696889622, 0.6532124758941459, -1.1197104848437385, -0.7876730835388703, -1.1197104848437385, -1.1197104848437385, -1.1197104848437385, 1.5070136570067647, -1.1197104848437385, -0.4554417402353817, -0.390647500092346, -0.6920335946476933, -0.22680917760400035, 1.8657113264691, -0.6920335946476933, -1.1197104848437385, 2.7348622425651703, -1.0037300696889622, -0.13686725972489955, -0.5266614111825355, -0.7876730835388703, -1.1197104848437385, -0.7876730835388703, -0.8920370579554022, -0.390647500092346, -0.09630667549104403, -0.180241092422336, -1.0037300696889622, -1.1197104848437385, -1.0037300696889622, -1.1197104848437385, -0.6920335946476933, -0.5266614111825355, -0.8920370579554022, -1.1197104848437385, -0.8920370579554022, -0.180241092422336, -1.0037300696889622, -1.1197104848437385, 1.566162439197393, -1.1197104848437385, 0.3719953816516058, -1.0037300696889622, -0.8920370579554022, 0.01147839389969028, -1.0037300696889622, -1.0037300696889622, 0.04355787786810266, -1.0037300696889622, -0.8920370579554022, -0.6920335946476933, 0.13069411752229276, -0.7876730835388703, -1.1197104848437385, -0.390647500092346, -0.6920335946476933, -1.1197104848437385, -0.7876730835388703, 0.5562296247290448, 0.4863246080566716, -1.1197104848437385, -1.0037300696889622, 1.7462421172339342, -0.8920370579554022, -1.1197104848437385, 0.4069835677992884, -0.7876730835388703, -0.5266614111825355, -0.8920370579554022, -1.1197104848437385, -0.6052305525043626, -1.1197104848437385, -1.1197104848437385, -1.0037300696889622, 0.13069411752229276, -0.390647500092346, -1.1197104848437385, -1.0037300696889622, -1.0037300696889622, -0.8920370579554022, 0.7364102577503912, -1.0037300696889622, 0.31529329640540665, -1.0037300696889622, -0.6920335946476933, -0.8920370579554022, -1.1197104848437385, -1.1197104848437385, -0.6920335946476933, -0.7876730835388703, -0.3314242564868648, 1.9319600688080611, -0.180241092422336, -0.180241092422336, -1.0037300696889622, -0.6052305525043626, -1.1197104848437385, -1.1197104848437385, 0.7460260406943643, -0.7876730835388703, 0.5562296247290448, 0.5562296247290448, -0.22680917760400035, -1.0037300696889622, -1.1197104848437385, -0.8920370579554022, -1.1197104848437385, -0.7876730835388703, -0.5266614111825355, -0.4554417402353817, -1.1197104848437385, -1.0037300696889622, -1.1197104848437385, -0.8920370579554022, -0.2770241455533731, -1.0037300696889622, -1.1197104848437385, -1.0037300696889622, 0.4863246080566716, -0.6052305525043626, -1.1197104848437385, -1.1197104848437385, -1.1197104848437385, -0.13686725972489955, -0.7876730835388703, -1.0037300696889622, -1.1197104848437385, -1.0037300696889622, -0.2770241455533731, -0.390647500092346, 2.2936821879216147, -1.1197104848437385, -0.6920335946476933, -1.0037300696889622, 0.01147839389969028, -0.6052305525043626, -0.05823754636805116, -1.1197104848437385, -0.7876730835388703, -0.13686725972489955, -0.4554417402353817, -0.6052305525043626, -0.6052305525043626, 1.611251736971988, -1.0037300696889622, 0.7065779563905424, -0.22680917760400035, -1.0037300696889622, -0.022386825556075268, 0.3897486231753128, 1.956488590787583, -0.6920335946476933, 1.9231256573620221, -1.1197104848437385, -0.7876730835388703, -0.8920370579554022, 0.2525839916930634, -0.7876730835388703, -0.7876730835388703, -1.0037300696889622, -1.0037300696889622, -0.6052305525043626, -0.2770241455533731, -0.8920370579554022, -0.22680917760400035, -0.8920370579554022, -1.1197104848437385, -0.180241092422336, -1.0037300696889622, -0.4554417402353817, 2.1395250045059693, -0.5266614111825355, -0.390647500092346, 1.862898391910583, -0.7876730835388703, -0.5266614111825355, -0.8920370579554022, -0.09630667549104403, -1.1197104848437385, 0.1824718641363555, -0.8920370579554022, -0.4554417402353817, -0.8920370579554022, -0.8920370579554022, -1.1197104848437385, -0.4554417402353817, -1.1197104848437385, -0.5266614111825355, -1.0037300696889622, -1.0037300696889622, -0.09630667549104403, -1.1197104848437385, -1.1197104848437385, -1.1197104848437385, -0.7876730835388703, -0.390647500092346, -0.8920370579554022, -0.2770241455533731, -0.8920370579554022, -0.390647500092346, 0.5009862233016773, 2.3926444524732613, -0.2770241455533731, -0.5266614111825355, 0.3897486231753128, -1.0037300696889622, -1.0037300696889622, 2.458735594135121, -0.7876730835388703, -0.8920370579554022, -0.3314242564868648, -1.0037300696889622, -0.8920370579554022, -0.6920335946476933, -0.22680917760400035, -1.1197104848437385, -0.7876730835388703, -0.7876730835388703, -1.0037300696889622, -0.8920370579554022, -0.7876730835388703, -0.5266614111825355, 0.6067220225357818, 0.3897486231753128, -1.1197104848437385, 0.04355787786810266, -1.1197104848437385, 1.6387965089591152, -0.8920370579554022, -1.1197104848437385, -0.390647500092346, -1.0037300696889622, -0.8920370579554022, -1.1197104848437385, -1.0037300696889622, -0.6920335946476933, -0.4554417402353817, -0.6920335946476933, -0.6052305525043626, -1.0037300696889622, -1.0037300696889622, -0.6920335946476933, -0.6920335946476933, -0.22680917760400035, -0.4554417402353817, -0.8920370579554022, -1.1197104848437385, 0.1824718641363555, -1.1197104848437385, -1.1197104848437385, -0.6052305525043626, -0.8920370579554022, 0.01147839389969028, -0.7876730835388703, -0.8920370579554022, -0.180241092422336, -1.1197104848437385, -1.0037300696889622, 0.01147839389969028, -0.8920370579554022, -1.0037300696889622, -0.8920370579554022, -1.1197104848437385, 0.13069411752229276, -0.390647500092346, -0.5266614111825355, -1.0037300696889622, 2.5872592547837883, -1.0037300696889622, -0.13686725972489955, -0.6920335946476933, -1.0037300696889622, -0.8920370579554022, -0.6052305525043626, -0.8920370579554022, -0.8920370579554022, -0.7876730835388703, -1.1197104848437385, 1.0280864869280892, -1.1197104848437385, 0.7166917837724273, -0.8920370579554022, -1.1197104848437385, 0.5152912914775095, -0.8920370579554022, -0.7876730835388703, -1.1197104848437385, -1.0037300696889622, -0.390647500092346, -0.6920335946476933, -0.8920370579554022, 0.4237293121743888, -1.1197104848437385, -0.8920370579554022, -1.0037300696889622, 1.8384248371227896, 0.1824718641363555, -0.8920370579554022, -0.7876730835388703, -1.1197104848437385, -1.0037300696889622, -1.0037300696889622, -0.4554417402353817, 0.471288370540205, 0.01147839389969028, -0.8920370579554022, -0.05823754636805116, -0.8920370579554022, 0.3348040920322172, -1.1197104848437385, -0.6920335946476933, -0.7876730835388703, -0.3314242564868648, -0.13686725972489955, -0.6920335946476933, -1.1197104848437385, -0.5266614111825355, -1.1197104848437385, -1.1197104848437385, 0.4400125940592758, -0.390647500092346, -0.390647500092346, -0.05823754636805116, 0.903895947750154, -0.3314242564868648, -1.1197104848437385, 2.100505939601081, -1.1197104848437385, -0.6920335946476933, -1.0037300696889622, 0.2951178977567185, -0.6052305525043626, -1.1197104848437385, -0.6920335946476933, -0.6920335946476933, -0.7876730835388703, -0.6920335946476933, 0.04355787786810266, -0.8920370579554022, -0.4554417402353817, -0.180241092422336, -1.1197104848437385, -1.1197104848437385, -1.0037300696889622, -1.1197104848437385, -0.022386825556075268, -0.2770241455533731, 1.9718966648382783, -1.0037300696889622, -1.1197104848437385, -0.5266614111825355, -1.1197104848437385, -1.1197104848437385, -0.8920370579554022, -0.6920335946476933, -0.8920370579554022, 1.2546551841879463, 0.15714261809700036, 3.047611397845065, -1.0037300696889622, -1.1197104848437385, -1.0037300696889622, 2.665000621172936, 1.4083485330273569, 0.4069835677992884, -0.6920335946476933, 2.5153391247249504, -1.0037300696889622, 0.4237293121743888, -1.0037300696889622, -0.13686725972489955, -0.8920370579554022, 0.01147839389969028, 2.559716180057804, -0.5266614111825355, -1.0037300696889622, -0.8920370579554022, -1.0037300696889622, -0.8920370579554022, -1.0037300696889622, -0.5266614111825355, -0.7876730835388703, -0.8920370579554022, 2.994914601766334, -1.0037300696889622, 2.971330755295734, -0.22680917760400035, -0.8920370579554022, -0.8920370579554022, -0.5266614111825355, -0.6052305525043626, -0.05823754636805116, -0.7876730835388703, -0.6052305525043626, -0.8920370579554022, -0.7876730835388703, -1.0037300696889622, 0.15714261809700036, -0.22680917760400035, -0.8920370579554022, -1.1197104848437385, 1.5096016067643256, 2.545003378309941, 2.5397207992385336, 0.7166917837724273, -0.6052305525043626, 1.100024666530499, 0.6642812935085988, -1.0037300696889622, -1.1197104848437385, 1.9528743744606172, 0.7554864978415353, -1.0037300696889622, 0.2742317907232601, -0.022386825556075268, 0.3348040920322172, -1.0037300696889622, -0.7876730835388703, -1.0037300696889622, -0.390647500092346, -0.8920370579554022, 2.8416040606103534, 0.5562296247290448, -0.390647500092346, -0.6920335946476933, -0.390647500092346, -0.6920335946476933, 0.471288370540205, -0.5266614111825355, -0.180241092422336, -0.05823754636805116, -0.390647500092346, -1.1197104848437385, 0.2951178977567185, -1.0037300696889622, 2.318103483107045, -1.1197104848437385, -1.1197104848437385, -0.4554417402353817, 1.7530886756299238, -1.0037300696889622, -0.8920370579554022, -0.7876730835388703, -1.1197104848437385, -0.3314242564868648, -0.390647500092346, 0.5428978629989961, 0.6532124758941459, -0.5266614111825355, 0.696286493281707, -0.390647500092346, -0.8920370579554022, -0.7876730835388703, 0.8177468165788302, 0.8965678760629854, -0.7876730835388703, -1.0037300696889622, -0.6052305525043626, -0.22680917760400035, -1.1197104848437385, -0.22680917760400035, -0.09630667549104403, 0.6532124758941459, -0.8920370579554022, -0.6920335946476933, 0.4069835677992884, 1.1204886689677542, 0.2525839916930634, -0.7876730835388703, -1.1197104848437385, -0.6920335946476933, -0.5266614111825355, -0.8920370579554022, -0.7876730835388703, -0.390647500092346, -0.6920335946476933, -0.180241092422336, -0.8920370579554022, -1.0037300696889622, -0.6920335946476933, 2.1189792180403915, 1.4639659512581464, 0.01147839389969028, 0.5009862233016773, -0.8920370579554022, 1.8515091184483936, -0.8920370579554022, -0.7876730835388703, -0.5266614111825355, -0.6052305525043626, 0.04355787786810266, 0.8261242311186249, 0.15714261809700036, -0.390647500092346, 0.13069411752229276, -1.0037300696889622, -0.022386825556075268, -0.2770241455533731, 0.04355787786810266, 0.1824718641363555, -0.5266614111825355, -1.1197104848437385, -0.390647500092346, -1.0037300696889622, 0.2525839916930634, -0.8920370579554022, -0.3314242564868648, -0.022386825556075268, -1.1197104848437385, -0.5266614111825355, 1.1103462543671028, -0.3314242564868648, -0.3314242564868648, -0.6920335946476933, 0.01147839389969028, -0.2770241455533731, -0.180241092422336, -0.6920335946476933, 0.01147839389969028, 0.04355787786810266, 0.8891468255141389, 0.6751450140551915, -0.390647500092346, -0.4554417402353817, -1.0037300696889622, -0.6052305525043626, -0.8920370579554022, -0.7876730835388703, -0.3314242564868648, -1.0037300696889622, -0.5266614111825355, 0.04355787786810266, -0.2770241455533731, 0.7918701578565437, 0.6419307050616392, -1.0037300696889622, 0.932323144110076, -0.6920335946476933, -0.09630667549104403, 1.1779022236494672, -0.09630667549104403, -0.2770241455533731, 0.9594322277152056, -0.5266614111825355, -0.6052305525043626, -0.22680917760400035, -0.22680917760400035, -0.7876730835388703, -0.2770241455533731, -0.22680917760400035, -0.390647500092346, -0.022386825556075268, -0.7876730835388703, -1.1197104848437385, 0.07402391787450954, -1.0037300696889622, -0.7876730835388703, -0.2770241455533731, 1.3044187061651509, -0.4554417402353817, -0.6920335946476933, -0.8920370579554022, 3.1980031096558026, 0.5009862233016773, 2.968791900137569, -0.390647500092346, -1.0037300696889622, -0.4554417402353817, -0.6052305525043626, 0.6532124758941459, -0.5266614111825355, -0.8920370579554022, -0.22680917760400035, 0.07402391787450954, -0.6052305525043626, -0.8920370579554022, 0.13069411752229276, -0.8920370579554022, -0.6920335946476933, 0.8261242311186249, -0.180241092422336, -0.8920370579554022, -0.2770241455533731, -0.390647500092346, -0.5266614111825355, -0.7876730835388703, -0.6052305525043626, -1.0037300696889622, 0.15714261809700036, -0.5266614111825355, 0.5820184056183304, -0.4554417402353817, -0.6920335946476933, 2.4187896236098774, -1.1197104848437385, -0.6920335946476933, 0.01147839389969028, -0.7876730835388703, 1.9332112839232145, -1.1197104848437385, -0.390647500092346, 0.01147839389969028, -0.390647500092346, -0.8920370579554022, 0.04355787786810266, -0.22680917760400035, -1.1197104848437385, 0.23011794078459194, -1.1197104848437385, -0.7876730835388703, 0.4400125940592758, 0.23011794078459194, -0.7876730835388703, -0.05823754636805116, -0.05823754636805116, -0.6052305525043626, 0.4237293121743888, 0.15714261809700036, -1.0037300696889622, -1.0037300696889622, -0.8920370579554022, -0.05823754636805116, 0.07402391787450954, -0.6920335946476933, -1.0037300696889622, -0.4554417402353817, -1.1197104848437385, 2.297712460488936, -1.0037300696889622, -0.22680917760400035, -0.180241092422336, -0.3314242564868648, -0.7876730835388703, -0.4554417402353817, -1.1197104848437385, -0.2770241455533731, -0.6052305525043626, -0.7876730835388703, -0.13686725972489955, -0.8920370579554022, 0.15714261809700036, -0.390647500092346, -0.7876730835388703, -0.6052305525043626, -1.0037300696889622, -1.0037300696889622, -0.7876730835388703, 0.5820184056183304, 0.31529329640540665, -0.3314242564868648, -0.6052305525043626, -0.8920370579554022, 0.10302591826274228, -0.09630667549104403, -0.3314242564868648, 0.23011794078459194, 0.04355787786810266, -0.6052305525043626, 0.10302591826274228, -1.1197104848437385, 2.775809900990895, 0.5428978629989961, -0.4554417402353817, 0.07402391787450954, -0.7876730835388703, -0.05823754636805116, 0.04355787786810266, -0.5266614111825355, -0.6920335946476933, 0.10302591826274228, 0.4863246080566716, -1.1197104848437385, -1.1197104848437385, 2.7386485673316336, -0.2770241455533731, -1.1197104848437385, -0.6052305525043626, 0.01147839389969028, -0.4554417402353817, 1.115439469067927, -1.1197104848437385, -0.5266614111825355, 0.01147839389969028, -1.0037300696889622, -0.22680917760400035, -0.8920370579554022, -1.1197104848437385, 2.665000621172936, -0.6920335946476933, -0.8920370579554022, -0.6920335946476933, 0.07402391787450954, -0.4554417402353817, 0.8891468255141389, -0.22680917760400035, 0.01147839389969028, 0.2951178977567185, -1.0037300696889622, 0.23011794078459194, -0.390647500092346, 2.95614601323628, 0.07402391787450954, 2.78807467421718, 2.0190671660637456, -0.13686725972489955, -0.6920335946476933, -0.390647500092346, 2.802065291090744, -0.390647500092346, -0.180241092422336, 0.3536921056778973, -1.1197104848437385, -0.390647500092346, -0.6920335946476933, -1.1197104848437385, -0.6920335946476933, 2.5299101330979346, -0.8920370579554022, 2.658903311800273, -1.1197104848437385, -0.09630667549104403, -0.3314242564868648, 0.9182822571898044, 0.3897486231753128, -0.6052305525043626, -0.2770241455533731, 0.07402391787450954, -0.6052305525043626, -0.7876730835388703, -0.6052305525043626, -1.0037300696889622, -0.22680917760400035, 0.7460260406943643, -0.6920335946476933, 2.4612702036346907, -1.1197104848437385, 2.8691542406718398, -1.1197104848437385, -0.8920370579554022, 0.6067220225357818, 2.4354148068946935, -0.6052305525043626, 0.01147839389969028, -0.8920370579554022, -0.6920335946476933, -0.6052305525043626, 0.6304276669289672, -1.1197104848437385, -0.6052305525043626, -1.1197104848437385, 0.8425276425324381, -0.3314242564868648, 2.802065291090744, 0.7364102577503912, -0.5266614111825355, -0.390647500092346, 0.01147839389969028, -0.7876730835388703, -0.6920335946476933, -0.4554417402353817, 1.2781508379940263, 0.8177468165788302, -1.0037300696889622, 0.8584837176291163, -1.1197104848437385, -0.7876730835388703, -0.180241092422336, -0.6920335946476933, 0.4863246080566716, -0.6920335946476933, -0.8920370579554022, -0.8920370579554022, 0.8740161558073095, 0.2951178977567185, 0.2951178977567185, 2.738962988581592, 0.3897486231753128, -1.0037300696889622, -1.1197104848437385, -0.6920335946476933, 0.8505600706757729, 2.882825212837669, -0.22680917760400035, 0.04355787786810266, -0.180241092422336, -0.5266614111825355, 1.140260107473284, 3.0035684904161446, -0.2770241455533731, -0.13686725972489955, -0.390647500092346, -1.1197104848437385, 0.04355787786810266, -0.6920335946476933, -0.4554417402353817, -0.22680917760400035, 3.100697742946608, 3.055888706636585, -0.6920335946476933, 0.01147839389969028, 3.2854634528287106, -0.5266614111825355, 2.622455312266728, -0.13686725972489955, -0.8920370579554022, -0.2770241455533731, -0.09630667549104403, -0.5266614111825355, 2.4642972788859066, -1.1197104848437385, 0.6642812935085988, -0.8920370579554022, -0.8920370579554022, -0.6920335946476933, 0.04355787786810266, -1.0037300696889622, -0.05823754636805116, 0.2742317907232601, 0.15714261809700036, 0.6067220225357818, -0.6052305525043626, 0.1824718641363555, -0.09630667549104403, -1.1197104848437385, -0.4554417402353817, 0.8425276425324381, -0.022386825556075268, -1.1197104848437385, -0.4554417402353817, 0.6858110686325841, -0.6920335946476933, 3.1995759144952456, 0.6751450140551915, 3.148265759957745, 2.3828916872356483, -1.0037300696889622, -0.4554417402353817, 0.5009862233016773, -0.6052305525043626, -0.180241092422336, -0.180241092422336, 2.6853365553304176, 2.9201753550869127, 2.9894144545821475, -1.1197104848437385, 1.1204886689677542, -1.0037300696889622, -0.6052305525043626, 0.2525839916930634, -0.7876730835388703, -0.4554417402353817, -0.6052305525043626, 2.655286680946648, -0.22680917760400035, 0.07402391787450954, -1.0037300696889622, -0.7876730835388703, 2.891603180963213, -0.6052305525043626, -0.390647500092346, 0.3897486231753128, 2.306350414452905, -0.8920370579554022, -0.4554417402353817, -0.4554417402353817, 0.471288370540205, -0.5266614111825355, 0.23011794078459194, 0.31529329640540665, -1.0037300696889622, -0.6920335946476933, 0.2525839916930634, -1.1197104848437385, -0.13686725972489955, 2.7929666414555454, -0.8920370579554022, 0.10302591826274228, 0.1824718641363555, -0.022386825556075268, 0.1824718641363555, -0.6920335946476933, 0.2525839916930634, 0.5152912914775095, 0.8663014839104966, -0.7876730835388703, 2.7808052982910234, 2.5213025309439883, 2.4577186607471777, -0.5266614111825355, -1.0037300696889622, -0.7876730835388703, -1.0037300696889622, 0.10302591826274228, 0.6419307050616392, -0.8920370579554022, 0.2951178977567185, 1.4804829826673436, 0.01147839389969028, 0.13069411752229276, -0.022386825556075268, 2.7262521327063243, -0.13686725972489955, -0.180241092422336, 0.8816304112841069, -0.390647500092346, -0.09630667549104403, -0.022386825556075268, -0.2770241455533731, -0.5266614111825355, -1.0037300696889622, 2.9740687775072217, -0.8920370579554022, -1.1197104848437385, 0.9594322277152056, -0.6920335946476933, 0.01147839389969028, 0.20677067771591667, 0.4237293121743888, -0.6920335946476933, -1.0037300696889622, -0.6052305525043626, 3.160759748920524, 0.529256619895244, -0.7876730835388703, 2.5357272538754594, 1.0221679130175831, 1.2002534990186282, -0.13686725972489955, 0.01147839389969028, -0.3314242564868648, 0.972529542237368, -0.4554417402353817, 0.2951178977567185, -1.1197104848437385, 1.5096016067643256, -0.6052305525043626, 0.2742317907232601, -0.7876730835388703, -0.8920370579554022, -0.6920335946476933, 0.4069835677992884, 2.854382083092422, -0.2770241455533731, 0.3897486231753128, 3.1651686812226107, -0.7876730835388703, 0.10302591826274228, 0.10302591826274228, 2.087217752699376, -0.5266614111825355, -0.6920335946476933, 1.140260107473284, 0.6751450140551915, 0.8006234355321008, 2.3634816515488892, 0.15714261809700036, -0.4554417402353817, 0.8092477433198408, -0.4554417402353817, -0.022386825556075268, -1.0037300696889622, 0.3719953816516058, 0.1824718641363555, -0.7876730835388703, 1.8823100991821564, -0.180241092422336, -1.0037300696889622, -0.3314242564868648, -0.6052305525043626, 1.8428189297223032, 0.8092477433198408, -0.022386825556075268, 1.115439469067927, -0.8920370579554022, -1.1197104848437385, 0.3536921056778973, -1.0037300696889622, -0.22680917760400035, 0.5562296247290448, 1.238449323219282, -0.13686725972489955, -0.4554417402353817, -0.5266614111825355, 0.56926554984804, -1.0037300696889622, 0.15714261809700036, -0.3314242564868648, -0.6052305525043626, 0.8663014839104966, -1.0037300696889622, -0.180241092422336, 0.3536921056778973, 2.5361723327467347, 0.4237293121743888, -0.6920335946476933, -0.6920335946476933, 0.1824718641363555, 1.2781508379940263, -0.8920370579554022, 0.10302591826274228, -1.0037300696889622, -0.2770241455533731, 0.6642812935085988, -0.8920370579554022, -0.13686725972489955, 0.8505600706757729, -1.0037300696889622, 0.1824718641363555, -0.7876730835388703, 0.2525839916930634, -1.0037300696889622, -0.22680917760400035, 1.1914153481414391, -0.7876730835388703, 1.2002534990186282, 2.596961223065948, 0.4863246080566716, -0.6052305525043626, -0.6920335946476933, 0.2951178977567185, 0.7554864978415353, 2.1842853522158094, -0.6920335946476933, 0.8343834121353646, 2.7145707954984455, 0.5945001550204018, 1.1640690944341625, -0.3314242564868648, -0.8920370579554022, 0.15714261809700036, 0.2951178977567185, 0.15714261809700036, 3.2362393210220866, 0.2951178977567185, 1.1640690944341625, -0.5266614111825355, 0.20677067771591667, -1.0037300696889622, 0.1824718641363555, 0.6419307050616392, -0.6052305525043626, 0.3348040920322172, -0.4554417402353817, 1.2259928540967755, 0.2525839916930634, 2.728816542994742, -0.022386825556075268, 2.6560118019573546, -0.5266614111825355, -0.3314242564868648, 0.9789697874179194, -1.0037300696889622, 2.412224770036288, 2.7112840591113714, -0.6052305525043626, 0.471288370540205, 0.2525839916930634, 2.506044015453957, 2.49707441944726, 0.04355787786810266, 0.3719953816516058, 0.7647965517366027, 1.2586373530395343, -0.8920370579554022, 1.353655353638159, 0.5152912914775095, 0.15714261809700036, -0.8920370579554022, -0.8920370579554022, 0.6751450140551915, 0.471288370540205, 0.01147839389969028, -0.8920370579554022, 0.15714261809700036, -0.8920370579554022, 1.6845566510692247, -0.022386825556075268, 0.6304276669289672, 1.010147877458944, 0.8740161558073095, 0.529256619895244, 0.7647965517366027, -0.22680917760400035, 0.8505600706757729, -0.4554417402353817, -0.4554417402353817, -1.0037300696889622, 2.9951173190017313, -0.2770241455533731, 2.9190219778810294, -0.6052305525043626, -0.5266614111825355, -0.5266614111825355, 0.5152912914775095, 0.56926554984804, -0.7876730835388703, -0.6920335946476933, 0.07402391787450954, 0.8584837176291163, -0.05823754636805116, 1.0339457272764327, -0.2770241455533731, 0.4863246080566716, -0.180241092422336, -0.8920370579554022, 0.4069835677992884, 3.223221922816926, 0.2951178977567185, 0.07402391787450954, -0.180241092422336, 0.31529329640540665, 2.0995667499146684, -0.13686725972489955, 0.01147839389969028, -0.8920370579554022, -1.0037300696889622, -0.022386825556075268, 0.6067220225357818, -0.7876730835388703, 0.8891468255141389, -0.022386825556075268, -0.7876730835388703, 0.04355787786810266, -1.1197104848437385, 0.7266339816499929, 0.2951178977567185, 0.20677067771591667, 0.471288370540205, 2.9765848340408447, 0.471288370540205, -0.22680917760400035, 1.100024666530499, 0.10302591826274228, -0.09630667549104403, -0.3314242564868648, 0.8425276425324381, 2.912987401672245, 0.6419307050616392, 0.2742317907232601, 0.455858038066476, 0.1824718641363555, 0.4069835677992884, -0.8920370579554022, 0.8663014839104966, -0.7876730835388703, 0.9182822571898044, 0.3348040920322172, 0.5152912914775095, 0.5820184056183304, -0.22680917760400035, 0.4863246080566716, -1.0037300696889622, -0.390647500092346, -0.180241092422336, 0.07402391787450954, 0.5152912914775095, 0.8261242311186249, -0.5266614111825355, -0.22680917760400035, 2.624753433392164, -0.09630667549104403, 0.7829840057778069, 2.2273688307922948, 0.6419307050616392, 0.9111333372123104, -0.5266614111825355, 0.9392191521426624, -0.05823754636805116, 0.4069835677992884, 0.01147839389969028, -0.4554417402353817, -0.390647500092346, -0.13686725972489955, 2.903105502369756, 2.662139231061268, -0.22680917760400035, -0.5266614111825355, -1.1197104848437385, 0.1824718641363555, 0.3897486231753128, 0.23011794078459194, 0.455858038066476, 0.7554864978415353, 2.7650881520408697, 0.471288370540205, 0.5009862233016773, 0.7647965517366027, 3.1586193208698536, 0.9916412608001208, 0.6067220225357818, 1.045490878203143, 2.5698828459464704, 0.2951178977567185, 0.5945001550204018, 0.529256619895244, 0.3897486231753128, 0.7266339816499929, -0.7876730835388703, 2.5392784187985047, -0.022386825556075268, 0.7364102577503912, -0.22680917760400035, -0.390647500092346, 0.4069835677992884, 0.9594322277152056, 0.56926554984804, -0.22680917760400035, 2.604133321187013, 0.7554864978415353, 0.7266339816499929, -0.6052305525043626, -0.2770241455533731, 0.455858038066476, 0.9392191521426624, -0.6920335946476933, 1.4938989974189758, 0.31529329640540665, 0.8177468165788302, 0.455858038066476, 0.3897486231753128, 1.5373367531386506, 0.5562296247290448, 0.2525839916930634, 0.5152912914775095, -0.3314242564868648, 0.10302591826274228, 0.15714261809700036, 0.7460260406943643, 0.455858038066476, 0.5152912914775095, 0.5428978629989961, -0.22680917760400035, 0.15714261809700036, 2.9487321591488405, -0.180241092422336, -0.2770241455533731, 0.3897486231753128, -0.09630667549104403, 3.2601485836755733, 0.529256619895244, 2.1297889302079023, 0.9111333372123104, 0.7364102577503912, 0.2742317907232601, 1.0733936900541037, -0.09630667549104403, 0.9111333372123104, 0.6304276669289672, 0.5428978629989961, -0.2770241455533731, -0.022386825556075268, 0.5428978629989961, 0.20677067771591667, 0.20677067771591667, 0.529256619895244, 0.5152912914775095, 0.23011794078459194, 0.3536921056778973, 0.4069835677992884, -0.4554417402353817, -0.2770241455533731, 0.8505600706757729, 1.2546551841879463, -0.6920335946476933, -0.390647500092346, -0.180241092422336, 1.5274030144365365, 1.1733274801015698, 1.3044187061651509, -0.4554417402353817, 0.10302591826274228, -0.6052305525043626, 0.10302591826274228, 0.13069411752229276, 0.1824718641363555, -0.2770241455533731, 3.0644103827913294, -0.2770241455533731, -1.1197104848437385, -0.6920335946476933, 0.8965678760629854, -0.022386825556075268, -0.22680917760400035, 2.9757473529578053, -1.1197104848437385, 0.4069835677992884, 1.0511790390819975, -0.5266614111825355, 0.04355787786810266, 0.4237293121743888, 2.2625341114234003, -0.22680917760400035, 1.4353548424161529, 0.3536921056778973, 0.15714261809700036, -0.4554417402353817, -0.09630667549104403, -0.22680917760400035, -0.3314242564868648, 1.3502728508709358, 0.7166917837724273, -0.390647500092346, -0.7876730835388703, 0.5820184056183304, 1.4611671095379082, 0.10302591826274228, 2.2136158023098687, 0.4069835677992884, 0.3897486231753128, -0.390647500092346, 2.8006529423619595, -0.4554417402353817, -0.4554417402353817, 2.6849918711696517, 1.0895174675258694, -0.022386825556075268, 0.8584837176291163, 0.10302591826274228, 2.966028955084686, 0.5009862233016773, 0.5152912914775095, -0.5266614111825355, -0.09630667549104403, 0.9660175601932932, 0.5152912914775095, 0.10302591826274228, 0.2525839916930634, -0.6920335946476933, -0.180241092422336, 0.4400125940592758, 1.45268917685314, 0.4237293121743888, 0.2525839916930634, 0.7065779563905424, -0.4554417402353817, 0.56926554984804, 0.4400125940592758, 0.2951178977567185, 0.6186945533771177, 0.31529329640540665, 0.2742317907232601, 0.2525839916930634, 3.033739323796815, 0.4069835677992884, 0.2951178977567185, 2.9863362742111565, 0.31529329640540665, -1.0037300696889622, 0.2742317907232601, 0.13069411752229276, 0.6858110686325841, 0.8584837176291163, -0.390647500092346, -0.022386825556075268, 0.4400125940592758, 0.13069411752229276, -0.5266614111825355, 0.9111333372123104, 0.7829840057778069, 1.23017459644292, 0.56926554984804, 0.471288370540205, 0.7065779563905424, 0.2525839916930634, 0.6419307050616392, -1.0037300696889622, 0.01147839389969028, 1.3800323730926491, 0.20677067771591667, 2.9351901294957, -0.13686725972489955, 1.577765402129852, 0.6419307050616392, 0.471288370540205, 0.6304276669289672, 0.2951178977567185, 1.285777269228065, 0.471288370540205, 0.07402391787450954, 0.8261242311186249, 0.4400125940592758, -0.022386825556075268, 0.2525839916930634, -0.4554417402353817, 0.31529329640540665, 0.6642812935085988, 0.07402391787450954, 0.529256619895244, 0.5562296247290448, 1.2132649413438301, -0.2770241455533731, 0.5945001550204018, 0.5428978629989961, 0.3536921056778973, -0.8920370579554022, 0.23011794078459194, 0.4863246080566716, 0.8092477433198408, 0.7460260406943643, 0.6067220225357818, 1.4831909601400974, -0.05823754636805116, 0.01147839389969028, -1.1197104848437385, -0.6920335946476933, 1.1103462543671028, -0.6920335946476933, 0.1824718641363555, 0.6186945533771177, 0.9182822571898044, 0.8663014839104966, 0.1824718641363555, 0.04355787786810266, 1.7513845489822633, -0.8920370579554022, 0.5009862233016773, 0.471288370540205, -0.022386825556075268, -0.6052305525043626, 0.3536921056778973, 0.20677067771591667, 0.5009862233016773, 0.529256619895244, 0.9460347798019688, 0.2525839916930634, 1.045490878203143, -0.13686725972489955, -0.5266614111825355, 0.13069411752229276, -0.2770241455533731, -0.22680917760400035, -0.180241092422336, 0.15714261809700036, 0.10302591826274228, -0.2770241455533731, -0.6052305525043626, -0.390647500092346, -0.6052305525043626, 0.20677067771591667, 0.13069411752229276, 0.9594322277152056, 0.7166917837724273, -0.4554417402353817, 0.2951178977567185, -0.09630667549104403, 0.13069411752229276, 0.471288370540205, 0.5009862233016773, -0.05823754636805116, -0.05823754636805116, -0.6920335946476933, 0.5428978629989961, 0.1824718641363555, 0.9594322277152056, 0.7364102577503912, 0.1824718641363555, 0.6532124758941459, 1.8205100575557391, -0.4554417402353817, 0.56926554984804, -0.13686725972489955, -0.09630667549104403, 0.696286493281707, -0.22680917760400035, 1.4965456012181375, 0.4863246080566716, 0.9460347798019688, 0.3897486231753128, 0.8965678760629854, 0.696286493281707, -0.4554417402353817, -1.0037300696889622, 0.8425276425324381, 0.7829840057778069, 0.2742317907232601, 0.4400125940592758, 0.2525839916930634, 0.5562296247290448, -0.022386825556075268, -0.09630667549104403, 0.8891468255141389, 0.9460347798019688, 1.2742999493904013, -0.2770241455533731, 0.7166917837724273, 0.04355787786810266, 0.20677067771591667, 1.0161887931554456, 1.322483477077754, 0.3348040920322172, 0.1824718641363555, 0.23011794078459194, 0.2951178977567185, 0.471288370540205, 0.3536921056778973, 0.8425276425324381, 0.56926554984804, 0.6858110686325841, 1.1254946075972825, 2.2190027717186127, 0.04355787786810266, 0.529256619895244, 0.7460260406943643, 0.4400125940592758, 0.4069835677992884, -0.6052305525043626, 1.6921612895378253, 1.0511790390819975, -0.4554417402353817, 0.4400125940592758, 0.5562296247290448, 1.4264908011336517, 0.6642812935085988, 0.2742317907232601, 0.455858038066476, 0.3348040920322172, 0.4400125940592758, -0.13686725972489955, -0.05823754636805116, 1.004043876992147, 0.8006234355321008, 0.7647965517366027, 0.7065779563905424, 0.3536921056778973, 0.6751450140551915, 2.8913611225318974, 0.903895947750154, 0.6067220225357818, 1.1914153481414391, 2.6986229089274563, 0.13069411752229276, 0.4069835677992884, 0.5009862233016773, 0.9978754621241324, 0.10302591826274228, 0.5820184056183304, 0.04355787786810266, 0.7364102577503912, -0.022386825556075268, 0.529256619895244, 0.8343834121353646, 1.0947946842866332, 0.4069835677992884, 0.8006234355321008, 1.1546616140739216, 0.455858038066476, 1.318914949802776, 0.903895947750154, 1.2259928540967755, 2.3489485199426463, 1.140260107473284, 0.7739608952856116, 0.8816304112841069], [-1.4755989834627312, -0.6860246837968028, 0.5104299425658748, -1.0335306787612601, -1.4755989834627312, -1.0335306787612601, -1.4755989834627312, -0.16706013630834066, 0.2581019224097973, 0.5340662719447299, -1.0335306787612601, -1.1724788968261974, -1.0335306787612601, -0.9061980754145116, -1.4755989834627312, -1.0335306787612601, -1.1724788968261974, -1.3211848563055053, -1.4755989834627312, -1.3211848563055053, -0.9061980754145116, 0.5340662719447299, -1.3211848563055053, -1.0335306787612601, -1.3211848563055053, -0.9061980754145116, -1.3211848563055053, -1.1724788968261974, -1.1724788968261974, -1.3211848563055053, -1.1724788968261974, -1.1724788968261974, -0.6860246837968028, -0.0623740258092732, 0.3215370060684088, 0.662645708308218, -1.1724788968261974, -1.3211848563055053, -1.1724788968261974, -0.5912041633576093, 0.8388805453816105, -1.4755989834627312, -1.1724788968261974, -1.3211848563055053, -0.7906301498361529, -0.9061980754145116, -1.0335306787612601, -1.1724788968261974, -0.5912041633576093, -1.4755989834627312, 0.7557159229558442, -0.504938339742901, -0.1130585429953681, -1.3211848563055053, -1.1724788968261974, -1.3211848563055053, -0.9061980754145116, -1.0335306787612601, -0.6860246837968028, -1.1724788968261974, -1.1724788968261974, -1.3211848563055053, 0.18916601164495936, -1.3211848563055053, -0.4260896353598702, 0.5570125506518958, -1.1724788968261974, -0.504938339742901, -1.1724788968261974, -0.5912041633576093, -1.1724788968261974, -0.9061980754145116, 0.9282382020788816, -1.4755989834627312, -1.0335306787612601, -0.6860246837968028, -1.3211848563055053, 0.662645708308218, -0.9061980754145116, -1.3211848563055053, -1.0335306787612601, 0.4609141642617049, -0.5912041633576093, -1.1724788968261974, 0.5570125506518958, 0.07315447321401998, -1.4755989834627312, 1.0576124093755148, -1.3211848563055053, 0.2904529023992803, -0.9061980754145116, -0.5912041633576093, -1.3211848563055053, -1.1724788968261974, -1.3211848563055053, -1.1724788968261974, 0.2581019224097973, -1.0335306787612601, -1.1724788968261974, -1.0335306787612601, -1.3211848563055053, -1.4755989834627312, 0.6426267465832106, -1.3211848563055053, -1.3211848563055053, -1.4755989834627312, -1.1724788968261974, -1.4755989834627312, -0.9061980754145116, 0.8995738674218192, -1.1724788968261974, -0.9061980754145116, -0.9061980754145116, 0.6009867703853129, -1.0335306787612601, -1.0335306787612601, 1.0576124093755148, -1.4755989834627312, -0.9061980754145116, 0.5570125506518958, -1.1724788968261974, -1.0335306787612601, -1.1724788968261974, 0.7198045754006491, -1.4755989834627312, 0.5340662719447299, -1.1724788968261974, -1.1724788968261974, 0.8545017904472336, -1.3211848563055053, 0.8066685818413795, -0.9061980754145116, -1.3211848563055053, -0.9061980754145116, -1.1724788968261974, -1.4755989834627312, -1.1724788968261974, -1.3211848563055053, -0.5912041633576093, 1.1788108890610087, -0.7906301498361529, -0.9061980754145116, 0.8545017904472336, 0.6821659050392901, -1.0335306787612601, -1.0335306787612601, -1.3211848563055053, 0.662645708308218, -1.3211848563055053, -1.3211848563055053, -0.9061980754145116, -1.3211848563055053, -0.9061980754145116, -1.1724788968261974, -1.3211848563055053, -0.6860246837968028, -0.1130585429953681, -1.1724788968261974, -0.504938339742901, -1.0335306787612601, -1.3211848563055053, -1.1724788968261974, -1.3211848563055053, -1.1724788968261974, -1.0335306787612601, -1.1724788968261974, -1.0335306787612601, -0.6860246837968028, 1.3519273333003703, 0.9693522010928216, -0.7906301498361529, 0.3514478805645204, -1.1724788968261974, 0.8995738674218192, -0.5912041633576093, 1.756710793306627, -1.0335306787612601, -0.9061980754145116, -1.3211848563055053, 1.669460729790312, 0.07315447321401998, -1.0335306787612601, -1.1724788968261974, -1.1724788968261974, 0.4609141642617049, -1.3211848563055053, -1.0335306787612601, -1.4755989834627312, -0.4260896353598702, -0.5912041633576093, -0.2868071015663479, -0.7906301498361529, -1.1724788968261974, -0.9061980754145116, 1.3600540838641608, -0.7906301498361529, -1.3211848563055053, 1.283664763022949, -1.4755989834627312, -1.1724788968261974, -0.6860246837968028, 0.7900506171898131, -0.9061980754145116, -1.0335306787612601, -0.5912041633576093, -1.1724788968261974, -1.3211848563055053, -0.5912041633576093, -1.4755989834627312, 0.6220830942993574, 0.22437904416782736, -0.9061980754145116, 1.0210027483278976, 1.1989555760149777, -0.504938339742901, 0.7198045754006491, -1.3211848563055053, 0.6821659050392901, -0.9061980754145116, -1.1724788968261974, -0.4260896353598702, 0.9282382020788816, -0.7906301498361529, -0.9061980754145116, -0.9061980754145116, -0.7906301498361529, -0.1130585429953681, -0.9061980754145116, 0.662645708308218, -0.7906301498361529, -1.0335306787612601, 0.8545017904472336, -0.9061980754145116, -1.1724788968261974, 1.2925322287480177, 1.2925322287480177, 0.5104299425658748, -1.0335306787612601, -0.7906301498361529, -0.7906301498361529, -1.1724788968261974, 0.7730717066564832, -0.9061980754145116, -1.3211848563055053, 1.1368876791265616, 0.7198045754006491, -1.4755989834627312, -1.0335306787612601, -0.9061980754145116, -1.1724788968261974, -0.9061980754145116, -1.3211848563055053, -0.9061980754145116, 1.4296108063245394, -0.4260896353598702, 1.0084072749375044, -0.9061980754145116, 0.22437904416782736, 1.0333979776782587, 0.9693522010928216, -1.1724788968261974, -1.4755989834627312, 1.2185922778958105, -1.3211848563055053, -0.9061980754145116, 0.7198045754006491, -1.3211848563055053, -1.0335306787612601, -1.3211848563055053, -0.9061980754145116, -1.1724788968261974, -1.1724788968261974, -0.5912041633576093, -1.4755989834627312, -1.0335306787612601, -1.0335306787612601, 0.7730717066564832, -0.3536623584283179, -1.3211848563055053, -0.5912041633576093, 0.5340662719447299, -1.0335306787612601, -0.6860246837968028, 0.9421849839699191, 1.0084072749375044, -1.0335306787612601, 0.9825890549637102, -1.1724788968261974, -0.7906301498361529, -0.7906301498361529, -1.0335306787612601, -0.5912041633576093, -1.0335306787612601, -1.1724788968261974, 0.6426267465832106, -0.3536623584283179, -1.0335306787612601, -1.3211848563055053, 0.2581019224097973, -1.1724788968261974, -0.4260896353598702, 1.274695120449206, 0.8066685818413795, 0.22437904416782736, -1.3211848563055053, 1.0810972119210618, 0.5570125506518958, -0.9061980754145116, -0.9061980754145116, 1.2185922778958105, -1.1724788968261974, 0.8848370533802643, -1.3211848563055053, 0.5340662719447299, -0.6860246837968028, 1.0210027483278976, -0.9061980754145116, -1.4755989834627312, 0.8388805453816105, 1.4146821949966808, -1.3211848563055053, -0.9061980754145116, -0.6860246837968028, -0.9061980754145116, -1.0335306787612601, -0.1130585429953681, 1.2377459376940856, 1.0333979776782587, -0.5912041633576093, 1.0576124093755148, 0.4860613077422597, -1.3211848563055053, -0.5912041633576093, -0.9061980754145116, 0.7379662679967174, -0.9061980754145116, 0.8066685818413795, -1.3211848563055053, -1.1724788968261974, -1.0335306787612601, -0.3536623584283179, -0.6860246837968028, -0.2868071015663479, 0.662645708308218, -1.1724788968261974, -0.9061980754145116, 1.5202327271166445, 0.8066685818413795, 0.7730717066564832, -0.7906301498361529, -0.9061980754145116, 1.0210027483278976, -1.4755989834627312, -1.3211848563055053, 0.6426267465832106, -0.7906301498361529, -0.9061980754145116, -0.7906301498361529, -1.0335306787612601, -0.6860246837968028, 0.7557159229558442, -0.7906301498361529, -1.1724788968261974, 0.5340662719447299, -0.9061980754145116, -1.1724788968261974, 1.0576124093755148, -0.9061980754145116, -1.0335306787612601, -1.4755989834627312, -0.6860246837968028, -1.4755989834627312, -0.9061980754145116, 1.126044605091577, 1.2471489273675154, -1.3211848563055053, -0.9061980754145116, 0.9282382020788816, 0.7198045754006491, 0.8229405446732089, -1.0335306787612601, -1.4755989834627312, -0.7906301498361529, -0.504938339742901, 0.6821659050392901, -1.1724788968261974, -0.504938339742901, 0.7900506171898131, 0.8848370533802643, -0.6860246837968028, 0.8848370533802643, 0.9282382020788816, 0.9558868429518936, 1.2564397084950758, -1.4755989834627312, -0.6860246837968028, 1.0333979776782587, 0.9282382020788816, 1.0810972119210618, -1.0335306787612601, 0.4349378606518544, 1.5894424414811956, -1.1724788968261974, -1.3211848563055053, 0.8388805453816105, 0.9956050037243391, -1.0335306787612601, -0.5912041633576093, -0.7906301498361529, -0.9061980754145116, -1.1724788968261974, -1.3211848563055053, -0.1130585429953681, -1.1724788968261974, -0.6860246837968028, -1.0335306787612601, -1.1724788968261974, -0.7906301498361529, -1.4755989834627312, -1.0335306787612601, -1.3211848563055053, -0.4260896353598702, 0.5570125506518958, 1.4442583603810042, 1.0925794518975438, -0.9061980754145116, 0.3514478805645204, -0.3536623584283179, 1.318544165541404, -0.9061980754145116, 1.0925794518975438, 0.9956050037243391, 0.6821659050392901, -1.3211848563055053, 0.4080767171714764, -0.5912041633576093, -1.3211848563055053, -1.1724788968261974, -0.9061980754145116, -0.9061980754145116, 0.2904529023992803, 0.7730717066564832, -1.1724788968261974, -1.0335306787612601, -0.4260896353598702, -1.0335306787612601, 0.3514478805645204, 1.4369690532817512, -1.1724788968261974, -1.0335306787612601, -1.0335306787612601, -1.0335306787612601, -1.4755989834627312, -1.0335306787612601, -0.5912041633576093, -0.9061980754145116, -1.3211848563055053, -0.7906301498361529, -0.0623740258092732, 0.9558868429518936, 1.1581312951769156, 0.8545017904472336, -0.4260896353598702, -1.0335306787612601, -0.16706013630834066, -0.6860246837968028, -1.3211848563055053, -1.1724788968261974, 0.6009867703853129, -1.0335306787612601, 0.8698167174591989, -0.9061980754145116, -1.0335306787612601, -0.4260896353598702, 0.8848370533802643, -0.6860246837968028, 1.1038949569953724, 0.8066685818413795, -1.3211848563055053, 0.3514478805645204, -1.0335306787612601, -1.0335306787612601, 0.4860613077422597, -0.7906301498361529, 1.0210027483278976, -0.504938339742901, -0.5912041633576093, -1.1724788968261974, -0.014643055414391981, 0.7900506171898131, -1.0335306787612601, -0.7906301498361529, -1.1724788968261974, -1.0335306787612601, -0.5912041633576093, 1.2282280010927342, -0.5912041633576093, -0.16706013630834066, -0.7906301498361529, 0.914037619113374, -1.0335306787612601, 0.4860613077422597, 1.472751238599304, -0.504938339742901, -1.0335306787612601, -0.504938339742901, -0.9061980754145116, -1.3211848563055053, -1.0335306787612601, -1.1724788968261974, -0.9061980754145116, -1.3211848563055053, -0.9061980754145116, 1.3354147251052535, 1.0925794518975438, -1.0335306787612601, -0.7906301498361529, -1.1724788968261974, -1.0335306787612601, -1.1724788968261974, -0.7906301498361529, -1.3211848563055053, -0.9061980754145116, -0.9061980754145116, 0.8698167174591989, -0.7906301498361529, -0.6860246837968028, 1.0694432638796427, -0.9061980754145116, -1.3211848563055053, 0.8995738674218192, -1.0335306787612601, 1.391738090193008, -0.7906301498361529, 0.4349378606518544, -0.5912041633576093, -0.6860246837968028, 0.8388805453816105, 0.7900506171898131, -0.9061980754145116, -1.0335306787612601, -1.3211848563055053, 0.3514478805645204, -1.1724788968261974, 0.7012114017582658, -1.1724788968261974, -1.3211848563055053, 0.7012114017582658, -1.3211848563055053, -1.0335306787612601, 0.8698167174591989, -1.4755989834627312, -0.7906301498361529, 0.8995738674218192, 1.318544165541404, -1.1724788968261974, -0.9061980754145116, 1.1889483645290242, -0.9061980754145116, -1.0335306787612601, -0.7906301498361529, -0.9061980754145116, -1.0335306787612601, -0.014643055414391981, -0.5912041633576093, 1.3437148226233129, -1.1724788968261974, -0.3536623584283179, -0.16706013630834066, 0.7557159229558442, -0.7906301498361529, -0.7906301498361529, -1.4755989834627312, -1.1724788968261974, -1.1724788968261974, -1.3211848563055053, 1.115048487979637, -0.5912041633576093, 0.7900506171898131, 0.2904529023992803, 0.8388805453816105, -0.9061980754145116, -0.6860246837968028, -0.5912041633576093, 1.3600540838641608, -1.1724788968261974, -1.3211848563055053, 1.0333979776782587, 1.115048487979637, 0.030444456095818355, -0.9061980754145116, -0.7906301498361529, -1.0335306787612601, -0.9061980754145116, 1.7117411473191069, -1.4755989834627312, 1.1475819017593312, 0.8995738674218192, 0.9421849839699191, -0.9061980754145116, 0.4080767171714764, 0.6220830942993574, -0.9061980754145116, 0.8388805453816105, -0.5912041633576093, -0.1130585429953681, -1.1724788968261974, -0.9061980754145116, 0.7900506171898131, 1.1989555760149777, -0.7906301498361529, -0.9061980754145116, 1.1889483645290242, 0.9558868429518936, -0.16706013630834066, -0.5912041633576093, -0.2868071015663479, -0.9061980754145116, -0.5912041633576093, -0.5912041633576093, 0.7557159229558442, -1.0335306787612601, -0.504938339742901, 0.8698167174591989, -0.7906301498361529, -1.4755989834627312, -0.9061980754145116, -1.1724788968261974, 0.8995738674218192, -0.5912041633576093, 0.9956050037243391, 1.3270251551110024, -1.1724788968261974, -0.7906301498361529, 1.0333979776782587, -0.2868071015663479, 0.9956050037243391, 0.9825890549637102, -1.1724788968261974, -1.1724788968261974, 0.9558868429518936, -0.6860246837968028, 1.3519273333003703, -0.22480723532070687, -1.3211848563055053, -0.5912041633576093, 1.0455992110347758, 0.3514478805645204, -0.9061980754145116, 0.662645708308218, -0.9061980754145116, -0.7906301498361529, -0.9061980754145116, -1.1724788968261974, -1.0335306787612601, -0.7906301498361529, -0.5912041633576093, -0.9061980754145116, -1.1724788968261974, -0.9061980754145116, -1.1724788968261974, -0.7906301498361529, 0.5104299425658748, -1.0335306787612601, 0.9825890549637102, 0.914037619113374, -0.7906301498361529, -1.0335306787612601, -0.9061980754145116, 1.898345986329985, -1.1724788968261974, -0.014643055414391981, 1.0576124093755148, -0.504938339742901, 1.2185922778958105, -0.6860246837968028, -1.0335306787612601, -0.6860246837968028, 1.1788108890610087, -0.16706013630834066, -1.1724788968261974, -0.6860246837968028, -0.9061980754145116, -0.9061980754145116, 1.0333979776782587, -0.504938339742901, -1.0335306787612601, -1.1724788968261974, -0.7906301498361529, 0.7012114017582658, -0.504938339742901, 0.3514478805645204, -0.22480723532070687, 0.5793075174170038, -1.0335306787612601, 0.7900506171898131, 1.5587446162959009, -1.1724788968261974, -1.0335306787612601, 1.2088358221027378, -1.1724788968261974, 0.9956050037243391, -1.3211848563055053, -1.0335306787612601, 1.0210027483278976, -1.1724788968261974, 0.5793075174170038, -0.6860246837968028, -1.4755989834627312, -0.16706013630834066, 1.5202327271166445, -1.3211848563055053, -1.1724788968261974, 0.5570125506518958, 0.6426267465832106, -1.3211848563055053, 0.8848370533802643, -0.7906301498361529, 0.7379662679967174, -1.0335306787612601, 1.318544165541404, -1.1724788968261974, 1.1475819017593312, -0.504938339742901, 0.9558868429518936, 1.126044605091577, -0.7906301498361529, 1.3270251551110024, -1.1724788968261974, -1.0335306787612601, -0.7906301498361529, -1.0335306787612601, -0.9061980754145116, -0.9061980754145116, -0.4260896353598702, 0.9825890549637102, -0.4260896353598702, 0.7012114017582658, 1.1989555760149777, -1.0335306787612601, -0.2868071015663479, 0.6220830942993574, -0.4260896353598702, -1.1724788968261974, 1.7013846048118282, -0.9061980754145116, 1.84820733387516, -1.0335306787612601, 0.4609141642617049, -1.0335306787612601, -1.1724788968261974, 1.1581312951769156, 0.9825890549637102, -0.7906301498361529, 0.7198045754006491, 0.07315447321401998, -0.9061980754145116, -0.9061980754145116, 0.7198045754006491, -0.16706013630834066, -0.504938339742901, -0.7906301498361529, -1.1724788968261974, -0.6860246837968028, -0.4260896353598702, 1.0810972119210618, 1.283664763022949, -0.1130585429953681, 0.8545017904472336, 1.0333979776782587, 1.0084072749375044, 0.4349378606518544, 0.4080767171714764, -0.4260896353598702, -0.9061980754145116, 0.9693522010928216, -0.9061980754145116, -0.9061980754145116, -0.504938339742901, -1.0335306787612601, 0.8698167174591989, 1.1475819017593312, 0.8388805453816105, -1.1724788968261974, -1.4755989834627312, -1.0335306787612601, -0.7906301498361529, -0.9061980754145116, -1.4755989834627312, 0.9421849839699191, -0.504938339742901, -1.0335306787612601, -0.6860246837968028, -0.6860246837968028, 1.115048487979637, 0.9282382020788816, -1.1724788968261974, -0.5912041633576093, -1.0335306787612601, 0.6220830942993574, -1.1724788968261974, -1.1724788968261974, 0.11371638161250627, -1.1724788968261974, 0.8229405446732089, -0.7906301498361529, -0.6860246837968028, 0.07315447321401998, -1.1724788968261974, -0.3536623584283179, -1.0335306787612601, 0.914037619113374, -1.0335306787612601, -1.0335306787612601, 0.6426267465832106, 0.7198045754006491, -0.4260896353598702, -0.6860246837968028, -0.7906301498361529, 1.115048487979637, -1.1724788968261974, 0.4860613077422597, -0.7906301498361529, -0.6860246837968028, -0.5912041633576093, -0.7906301498361529, -0.4260896353598702, -0.2868071015663479, 0.3215370060684088, -0.3536623584283179, -1.1724788968261974, 0.6821659050392901, -0.9061980754145116, -0.7906301498361529, -0.6860246837968028, -1.4755989834627312, -0.6860246837968028, -1.1724788968261974, -0.7906301498361529, -0.6860246837968028, 1.5954392432584283, 0.7900506171898131, -1.0335306787612601, 1.1038949569953724, -0.7906301498361529, -1.0335306787612601, -0.9061980754145116, -0.6860246837968028, -1.0335306787612601, -0.014643055414391981, -0.6860246837968028, -0.5912041633576093, -0.9061980754145116, 1.472751238599304, 1.5954392432584283, -1.3211848563055053, 1.0925794518975438, 0.8848370533802643, -1.3211848563055053, 1.1368876791265616, -0.9061980754145116, 0.8545017904472336, 1.4514800060596331, -0.4260896353598702, 0.8066685818413795, -0.7906301498361529, 0.7557159229558442, 1.115048487979637, -0.9061980754145116, 1.0210027483278976, -0.9061980754145116, -0.3536623584283179, -0.6860246837968028, 1.0210027483278976, 0.9956050037243391, 0.8388805453816105, -0.9061980754145116, -0.7906301498361529, -1.3211848563055053, -0.9061980754145116, -0.0623740258092732, -0.5912041633576093, -0.504938339742901, 1.4296108063245394, -0.7906301498361529, -0.7906301498361529, -0.6860246837968028, -1.0335306787612601, -1.0335306787612601, -0.6860246837968028, -0.4260896353598702, 0.7198045754006491, -0.6860246837968028, -0.9061980754145116, -0.9061980754145116, 1.1989555760149777, 0.7730717066564832, -0.014643055414391981, -0.504938339742901, -1.0335306787612601, 0.7379662679967174, 0.8848370533802643, -0.3536623584283179, 0.3514478805645204, 0.7379662679967174, -0.4260896353598702, -0.6860246837968028, 1.2282280010927342, -1.0335306787612601, -0.4260896353598702, -0.504938339742901, 0.9956050037243391, -0.3536623584283179, 0.7379662679967174, -0.3536623584283179, -1.1724788968261974, -0.5912041633576093, 1.4221823045347979, -0.1130585429953681, 0.914037619113374, 0.3514478805645204, -0.2868071015663479, -0.22480723532070687, -1.0335306787612601, -0.5912041633576093, -0.7906301498361529, -0.6860246837968028, 0.7379662679967174, -0.7906301498361529, -0.014643055414391981, -1.3211848563055053, -0.5912041633576093, -1.0335306787612601, -0.5912041633576093, 1.0576124093755148, 1.4797143378618522, -0.5912041633576093, 0.9693522010928216, -0.504938339742901, -1.0335306787612601, 1.2377459376940856, -1.1724788968261974, -0.7906301498361529, 1.1368876791265616, 0.7900506171898131, -1.0335306787612601, -0.5912041633576093, -1.3211848563055053, 1.4934563043355793, -0.7906301498361529, -1.0335306787612601, -0.22480723532070687, 0.914037619113374, -0.2868071015663479, -1.0335306787612601, -1.1724788968261974, 0.8848370533802643, 0.7198045754006491, 0.662645708308218, 0.7900506171898131, 1.4071090853810089, 0.7900506171898131, -0.9061980754145116, -0.2868071015663479, -0.9061980754145116, -0.4260896353598702, -0.5912041633576093, 0.9825890549637102, -0.6860246837968028, 1.2377459376940856, -0.2868071015663479, 0.8388805453816105, -0.6860246837968028, -1.1724788968261974, -0.6860246837968028, 0.9693522010928216, -0.7906301498361529, -0.9061980754145116, -0.7906301498361529, -0.16706013630834066, 1.0084072749375044, -1.0335306787612601, 0.7557159229558442, -0.6860246837968028, -0.4260896353598702, -0.9061980754145116, -0.3536623584283179, 0.3514478805645204, 1.458635233557497, -0.4260896353598702, -0.6860246837968028, -0.4260896353598702, -0.3536623584283179, -0.22480723532070687, 1.0210027483278976, -0.504938339742901, -1.3211848563055053, -0.4260896353598702, -0.4260896353598702, 0.3514478805645204, -0.1130585429953681, 0.9421849839699191, -0.2868071015663479, -0.5912041633576093, -0.2868071015663479, 0.3514478805645204, -0.2868071015663479, 0.4349378606518544, -0.7906301498361529, -0.7906301498361529, -0.7906301498361529, -0.7906301498361529, -0.504938339742901, 0.8229405446732089, -0.504938339742901, 0.3215370060684088, 0.9558868429518936, -0.6860246837968028, 1.506959722957907, -1.0335306787612601, -0.7906301498361529, 1.835150625493957, -0.7906301498361529, 1.1889483645290242, -0.2868071015663479, -0.4260896353598702, -0.2868071015663479, 0.9956050037243391, -1.0335306787612601, 0.22437904416782736, -0.6860246837968028, -0.1130585429953681, -0.9061980754145116, -0.4260896353598702, -0.9061980754145116, 1.115048487979637, -0.5912041633576093, -0.9061980754145116, -0.5912041633576093, 1.869492747821198, -0.3536623584283179, -0.9061980754145116, 0.9558868429518936, 1.4514800060596331, -0.4260896353598702, -0.6860246837968028, -0.5912041633576093, 0.7900506171898131, -0.504938339742901, 1.3839372086132478, -0.6860246837968028, 1.3600540838641608, 0.7198045754006491, -0.4260896353598702, 1.2185922778958105, -0.2868071015663479, -1.0335306787612601, -1.3211848563055053, -0.3536623584283179, 1.1475819017593312, -0.6860246837968028, -0.22480723532070687, -1.3211848563055053, -0.5912041633576093, -0.9061980754145116, -0.2868071015663479, 1.2185922778958105, -0.4260896353598702, 1.283664763022949, 1.274695120449206, 1.115048487979637, -0.5912041633576093, -0.9061980754145116, 0.9558868429518936, -1.3211848563055053, -0.5912041633576093, -0.5912041633576093, -0.16706013630834066, -0.7906301498361529, -0.504938339742901, 1.971658356854741, 1.2282280010927342, -0.9061980754145116, 1.4866156646633393, -0.504938339742901, -0.014643055414391981, -1.0335306787612601, 1.6529934884855262, -0.0623740258092732, -1.0335306787612601, -1.1724788968261974, -1.1724788968261974, -1.1724788968261974, 0.7557159229558442, 0.9282382020788816, -0.5912041633576093, -0.5912041633576093, -0.3536623584283179, 0.8848370533802643, -1.3211848563055053, -0.6860246837968028, 1.8567915564324535, -0.4260896353598702, -0.4260896353598702, -1.1724788968261974, -1.0335306787612601, -0.7906301498361529, -0.014643055414391981, -0.2868071015663479, -0.7906301498361529, 0.8698167174591989, -0.504938339742901, 0.2581019224097973, -0.6860246837968028, -1.1724788968261974, 2.1914944201829294, 1.669460729790312, 0.9421849839699191, -0.6860246837968028, 0.662645708308218, 1.6304802940882546, -1.1724788968261974, -1.3211848563055053, 1.126044605091577, 0.9825890549637102, 1.126044605091577, 1.5711695143164686, -0.014643055414391981, -0.9061980754145116, 1.2088358221027378, -0.6860246837968028, 1.7320493846887366, -0.0623740258092732, -0.9061980754145116, 1.391738090193008, -0.5912041633576093, 0.07315447321401998, -0.4260896353598702, -0.9061980754145116, 0.11371638161250627, 0.18916601164495936, -0.014643055414391981, -0.0623740258092732, -0.9061980754145116, 1.9605325436080396, -1.0335306787612601, 1.0925794518975438, -0.4260896353598702, -1.3211848563055053, 1.2282280010927342, 1.7219615638680246, -0.504938339742901, -0.7906301498361529, -0.5912041633576093, -1.4755989834627312, 0.9558868429518936, -1.0335306787612601, 0.4349378606518544, -0.3536623584283179, -0.5912041633576093, 0.6821659050392901, -0.3536623584283179, -0.504938339742901, 1.1581312951769156, -0.2868071015663479, -0.7906301498361529, -0.0623740258092732, 0.662645708308218, -0.7906301498361529, -0.7906301498361529, -0.4260896353598702, 1.0576124093755148, -0.4260896353598702, -0.3536623584283179, -0.16706013630834066, -0.16706013630834066, -0.9061980754145116, -0.2868071015663479, 1.8218708942743145, -1.1724788968261974, 0.6426267465832106, 1.391738090193008, 2.0181108808357298, 0.030444456095818355, -1.0335306787612601, -0.6860246837968028, 0.18916601164495936, 1.3839372086132478, -0.014643055414391981, 1.0810972119210618, 1.0210027483278976, -0.504938339742901, 1.4369690532817512, 1.9826271820894807, -0.7906301498361529, -0.014643055414391981, -0.2868071015663479, 1.0810972119210618, 1.7469398895406771, 0.5570125506518958, -1.1724788968261974, -0.9061980754145116, 0.9693522010928216, -0.1130585429953681, 1.4934563043355793, 1.4934563043355793, -0.7906301498361529, 1.458635233557497, 0.5793075174170038, 1.2564397084950758, 1.309969745136836, -0.3536623584283179, -0.22480723532070687, -1.0335306787612601, -0.2868071015663479, 0.8848370533802643, -1.0335306787612601, 0.8229405446732089, 0.5793075174170038, -0.6860246837968028, 0.8848370533802643, 1.5002373138827738, 0.9282382020788816, -0.504938339742901, 1.4934563043355793, -0.2868071015663479, 1.309969745136836, -0.6860246837968028, -0.3536623584283179, 1.1038949569953724, -0.504938339742901, 1.1788108890610087, 0.07315447321401998, -0.504938339742901, 0.030444456095818355, -0.3536623584283179, 1.126044605091577, 1.8307492032230763, 1.0694432638796427, 1.3270251551110024, -0.16706013630834066, 1.877846376147804, 1.3437148226233129, -0.1130585429953681, -0.6860246837968028, -0.504938339742901, 1.7663604339468832, 1.2564397084950758, 0.11371638161250627, 1.0576124093755148, 0.3802693500140131, 0.2581019224097973, -0.3536623584283179, 0.7379662679967174, -1.1724788968261974, 1.0694432638796427, 1.309969745136836, -0.5912041633576093, 0.8995738674218192, 1.1989555760149777, -0.2868071015663479, 0.4860613077422597, -0.014643055414391981, 0.030444456095818355, -0.5912041633576093, -0.22480723532070687, -0.4260896353598702, 0.030444456095818355, -0.504938339742901, -0.504938339742901, 1.2925322287480177, 1.1475819017593312, 1.0084072749375044, -0.504938339742901, 0.5104299425658748, 0.07315447321401998, 1.6802482991688328, 0.2581019224097973, 1.4514800060596331, 1.5202327271166445, 0.8698167174591989, 1.1475819017593312, 0.6426267465832106, -0.504938339742901, 1.126044605091577, 0.7379662679967174, 1.2925322287480177, -0.504938339742901, -0.2868071015663479, 0.5340662719447299, 1.4866156646633393, -0.16706013630834066, 1.1475819017593312, 1.0694432638796427, 1.3680968445601014, -0.3536623584283179, 0.9825890549637102, 0.15232909540376285, 0.5793075174170038, -0.16706013630834066, -0.7906301498361529, 0.18916601164495936, 1.2564397084950758, 2.084560131294693, -0.22480723532070687, 1.7711407135096786, 1.9261665802491743, 0.8545017904472336, 0.4080767171714764, 1.318544165541404, 0.9825890549637102, -0.014643055414391981, 0.18916601164495936, 1.3994615424012131, -0.16706013630834066, 1.9143651636402024, 1.5711695143164686, 0.9956050037243391, 1.3994615424012131, 0.8698167174591989, 1.664010302927269, -0.7906301498361529, 1.309969745136836, 0.5104299425658748, 1.2282280010927342, 1.835150625493957, 1.274695120449206, 1.1368876791265616, 0.030444456095818355, 1.1581312951769156, -0.2868071015663479, 1.8263227217705864, -0.5912041633576093, 0.4080767171714764, 0.5793075174170038, 1.0694432638796427, -0.2868071015663479, 0.5340662719447299, -0.4260896353598702, -0.4260896353598702, 1.506959722957907, -0.3536623584283179, 1.4657252521959498, 0.5340662719447299, 0.3514478805645204, 0.030444456095818355, 1.9567882709087767, -0.1130585429953681, 1.1788108890610087, -0.3536623584283179, 0.9956050037243391, 1.5587446162959009, 1.0810972119210618, 0.9693522010928216, -0.3536623584283179, -0.014643055414391981, 2.094055151283825, 0.7900506171898131, 1.4866156646633393, -0.2868071015663479, -0.1130585429953681, -0.22480723532070687, 1.2925322287480177, -0.1130585429953681, 1.2282280010927342, 2.207969369161364, -0.014643055414391981, 0.7012114017582658, 0.11371638161250627, 0.9825890549637102, 1.869492747821198, -0.2868071015663479, 0.7730717066564832, 1.4071090853810089, 0.22437904416782736, 0.9282382020788816, 1.3519273333003703, -0.014643055414391981, 0.914037619113374, 1.5397269990454203, 1.2656209229251156, 1.4296108063245394, -0.504938339742901, 0.3215370060684088, 1.971658356854741, 1.65852140469576, 2.021571768214439, -0.1130585429953681, 0.030444456095818355, 1.7992211728057148, 0.7198045754006491, 0.7198045754006491, 1.6189744825167434, 0.4609141642617049, 1.5587446162959009, 0.7379662679967174, 0.5570125506518958, 0.4860613077422597, 0.9282382020788816, 0.3802693500140131, -0.1130585429953681, -0.22480723532070687, 0.9825890549637102, 1.2377459376940856, -0.2868071015663479, 0.3514478805645204, 0.7900506171898131, 0.11371638161250627, 1.7899732466314149, 1.1581312951769156, -0.22480723532070687, -0.22480723532070687, 0.4349378606518544, -0.1130585429953681, 0.3802693500140131, 1.4514800060596331, 0.11371638161250627, 1.391738090193008, 0.22437904416782736, 1.3519273333003703, 1.4442583603810042, 0.6009867703853129, 0.8995738674218192, 0.9825890549637102, 0.11371638161250627, 2.045375913623756, 0.4349378606518544, 0.8995738674218192, 1.546118009287332, 0.07315447321401998, 0.18916601164495936, 0.5340662719447299, 1.5002373138827738, 0.7379662679967174, 0.9558868429518936, -0.3536623584283179, 0.07315447321401998, 1.3437148226233129, 0.22437904416782736, 0.3514478805645204, 0.5793075174170038, 2.4686565455190035, 0.8388805453816105, 0.9282382020788816, 0.5793075174170038, 1.2377459376940856, 0.8388805453816105, -0.2868071015663479, 1.9530258766663693, 0.6220830942993574, 0.11371638161250627, 0.030444456095818355, 1.3600540838641608, 0.18916601164495936, 0.6821659050392901, 0.3802693500140131, 0.4349378606518544, 2.4608464367007348, -0.16706013630834066, 0.07315447321401998, 0.18916601164495936, 0.22437904416782736, 0.8388805453816105, -0.16706013630834066, 0.662645708308218, 0.7198045754006491, -0.16706013630834066, 0.8388805453816105, 1.8263227217705864, -0.22480723532070687, 0.11371638161250627, 1.8395272706047299, 0.4080767171714764, 1.6855864791546793, 0.8848370533802643, 1.3270251551110024, 0.2904529023992803, -0.1130585429953681, 0.6009867703853129, 1.9970156015736251, 0.6009867703853129, -0.16706013630834066, 1.126044605091577, 1.274695120449206, 0.18916601164495936, 0.9956050037243391, 1.115048487979637, -0.014643055414391981, 0.7557159229558442, 2.0781650652310555, 0.22437904416782736, 0.5340662719447299, 0.7557159229558442, 1.3994615424012131, 0.22437904416782736, 1.0455992110347758, 0.9825890549637102, 0.030444456095818355, 0.2581019224097973, 1.0210027483278976, 0.07315447321401998, 0.11371638161250627, -0.1130585429953681, 1.9222526466484668, -0.2868071015663479, 1.2377459376940856, 0.15232909540376285, 0.3215370060684088, -0.2868071015663479, 1.3600540838641608, 0.5340662719447299, 1.835150625493957, 0.3802693500140131, 1.115048487979637, -0.16706013630834066, 1.2377459376940856, 0.030444456095818355, 0.6220830942993574, 1.0576124093755148, 1.1581312951769156, 0.2581019224097973, 1.2656209229251156, 1.0694432638796427, 0.3215370060684088, 1.115048487979637, 1.3354147251052535, 0.8229405446732089, 0.662645708308218, 0.4609141642617049, 0.030444456095818355, 2.5721818834337857, 1.5587446162959009, 0.07315447321401998, 0.2581019224097973, 1.274695120449206, 0.2581019224097973, 1.4146821949966808, 1.4442583603810042, 0.8995738674218192, 1.6802482991688328, 1.7013846048118282, 0.4860613077422597, 0.2904529023992803, 1.6908882633101336, 1.4442583603810042, 1.3994615424012131, 0.11371638161250627, 1.3012998156314324, 0.4860613077422597, 1.9679674166055912, 1.126044605091577, 1.3437148226233129, 1.9261665802491743, 0.6220830942993574, 0.9282382020788816, 0.4860613077422597, -0.0623740258092732, -0.2868071015663479, 0.2904529023992803, 0.9421849839699191, 0.3802693500140131, 1.0084072749375044, 2.2630279676701623, 2.004111158933897, 1.274695120449206, -0.2868071015663479, 0.4609141642617049, 1.910391208381777, 1.4442583603810042, 0.3514478805645204, 0.9282382020788816, 0.5570125506518958, 1.636169987961291, 1.9789880767280208, 1.2564397084950758, 0.8698167174591989, 1.6013901597014693, 0.6821659050392901, 0.5340662719447299, 0.6009867703853129, 1.7370446376566693, 1.309969745136836, 1.546118009287332, 1.0925794518975438, 0.4080767171714764, 1.9642588684423237, 1.0333979776782587, 1.971658356854741, 1.669460729790312, 0.3215370060684088, 1.7168681474399028, 0.6821659050392901, 1.5002373138827738, 0.11371638161250627, 0.7730717066564832, 0.7557159229558442, 1.309969745136836, 1.1038949569953724, 0.914037619113374, 0.8229405446732089, 0.7379662679967174, 1.458635233557497, 1.1989555760149777, 0.4349378606518544, 1.751840689403236, 0.15232909540376285, 1.1581312951769156, 1.283664763022949, 0.914037619113374, 1.7420080045100783, 1.8736807819256096, 1.607295887173328, 2.127910366915498, 1.84820733387516, 1.8438794158444864, 2.177493420301611, 2.2425104776951934, 2.1398647093039918, 1.7615505831989398, 0.4609141642617049, 1.3270251551110024, 1.7806139973857324, 0.11371638161250627, 1.3994615424012131, 0.6009867703853129, 1.274695120449206, 1.6247486663663389, 2.3626670895639985, 2.185924246960932, 0.7900506171898131, 1.2471489273675154, 1.2088358221027378, 1.7899732466314149, 1.65852140469576, 0.8066685818413795, 0.18916601164495936, 0.7198045754006491, 1.3760573314530675, 1.1368876791265616, 1.472751238599304, 1.6802482991688328, 2.17466270053838, 2.127910366915498], [-3.0561751400520567, -1.8142950324025067, -2.9353924978660695, -1.1157467638898184, -2.0945959195554487, -1.5703843929067665, -1.2553556590010726, -2.9353924978660695, -2.0945959195554487, -2.0205216187713333, -0.5088479633289403, -1.8142950324025067, -0.9040403934778268, -0.9040403934778268, -3.802137112686233, -0.5414998819538396, -2.335965453355931, -1.2553556590010726, -0.9040403934778268, -0.9858609437851392, -2.612424240253365, -1.6284555409391122, -0.29506084538071914, -0.864439312323202, -1.2076499053467815, -2.9353924978660695, -1.5703843929067665, -1.3043117651406162, -1.6284555409391122, -0.10335718940628692, -0.7876772894730535, -0.7504514193649645, -0.5414998819538396, -2.0205216187713333, -0.3241367305729777, -1.8142950324025067, -1.1157467638898184, -0.7876772894730535, -1.4062471782355224, -1.5703843929067665, -1.3545849034521469, -0.7139555138678481, -0.6430433814070903, -1.51405834952207, 0.2933875404025981, -0.6781616272968009, -0.12956124840304656, -1.6883818971843438, 0.07039172251764718, -0.05203320051390793, -1.51405834952207, -1.2553556590010726, -2.335965453355931, -0.4767596329169052, -0.8256627633197973, -0.3241367305729777, 0.20737804082907693, 0.45429403648863703, -0.26643305296491554, -0.3241367305729777, -1.0714387036807331, -0.7876772894730535, -1.0714387036807331, -0.6430433814070903, -1.4062471782355224, -1.4062471782355224, -1.0714387036807331, -0.26643305296491554, -0.7876772894730535, -1.0714387036807331, 0.3142809486496545, 0.11718654011997735, -2.171689222547545, -1.6284555409391122, -0.3836902840976227, -1.1611327228211492, -0.5088479633289403, -1.4062471782355224, -0.3836902840976227, -1.0281588750445316, -1.3043117651406162, -0.9040403934778268, -1.2553556590010726, -1.6284555409391122, -1.51405834952207, -2.171689222547545, -0.26643305296491554, -1.4062471782355224, -0.9858609437851392, -1.0714387036807331, -0.8256627633197973, -1.3545849034521469, -1.2553556590010726, -0.8256627633197973, -0.7876772894730535, -0.3536749137215119, -0.9040403934778268, -0.3836902840976227, -1.0281588750445316, -0.6781616272968009, -0.26643305296491554, -0.9445016189073882, -1.1611327228211492, -1.949243156386672, -0.6781616272968009, -0.9858609437851392, -1.6883818971843438, -1.8142950324025067, -1.0714387036807331, -1.1157467638898184, -1.3043117651406162, -0.07751783640317778, -0.7139555138678481, -0.5088479633289403, -0.8256627633197973, 0.5664274398789282, -1.8142950324025067, -1.949243156386672, -0.6085758508431943, 0.4153571134675349, -1.1157467638898184, -1.4062471782355224, -2.2520517979909767, -1.1157467638898184, -0.4452158346621921, -1.4062471782355224, 0.8043743416164428, -0.6430433814070903, -1.6284555409391122, -2.0205216187713333, -1.0714387036807331, -0.0020901225914073483, -0.7504514193649645, -0.5414998819538396, -0.10335718940628692, -0.3536749137215119, -0.4452158346621921, -0.9858609437851392, -1.8805607771304784, -0.864439312323202, -0.5747354588185885, -0.5747354588185885, -0.6085758508431943, -0.7876772894730535, -0.4767596329169052, -1.51405834952207, 0.02238636207638257, -0.7504514193649645, -0.7139555138678481, -0.7139555138678481, -0.4767596329169052, -0.5747354588185885, -1.0281588750445316, -0.9040403934778268, -1.51405834952207, 0.4153571134675349, -0.7876772894730535, -1.0714387036807331, -0.05203320051390793, -1.4593767164621836, -2.171689222547545, 0.35537472364328204, -0.7504514193649645, -0.9858609437851392, 0.2508812053540106, -0.3836902840976227, -1.6883818971843438, -0.2382397910841737, -1.1611327228211492, -1.1611327228211492, 0.5664274398789282, -0.4452158346621921, 0.8671035565349243, -0.8256627633197973, 0.2933875404025981, -1.4062471782355224, -0.3836902840976227, -1.2076499053467815, -0.9858609437851392, -0.9858609437851392, -0.3241367305729777, -1.5703843929067665, 1.1786303286251376, 0.5297979223278729, -1.3043117651406162, -0.5747354588185885, -0.15614042912280135, -1.2553556590010726, 0.27225611804268834, -1.0281588750445316, 0.11718654011997735, 0.9277792113859904, -2.0205216187713333, 0.2508812053540106, -0.7139555138678481, -1.51405834952207, -0.6085758508431943, 0.5664274398789282, -0.7876772894730535, -0.3241367305729777, -0.3241367305729777, -0.6085758508431943, -1.1611327228211492, -2.171689222547545, -0.5747354588185885, -0.4141984595514853, -0.7876772894730535, 0.14014874182792986, 0.6200496791776184, -0.9040403934778268, 0.1852378458571437, -0.864439312323202, -1.3043117651406162, -0.9040403934778268, -0.9858609437851392, -0.3536749137215119, -1.1157467638898184, -0.7139555138678481, 0.6375845904027932, -0.7139555138678481, -1.6883818971843438, -0.3536749137215119, -0.7504514193649645, -1.51405834952207, -1.51405834952207, -1.2553556590010726, -0.3536749137215119, -0.4141984595514853, -0.4767596329169052, -0.9445016189073882, -2.4237488696852125, -0.29506084538071914, -1.2553556590010726, -0.5088479633289403, -0.7504514193649645, -1.6284555409391122, -0.5747354588185885, -0.5414998819538396, -1.6284555409391122, 0.3955777456390577, -0.8256627633197973, -0.7139555138678481, -0.864439312323202, -0.9445016189073882, -0.9040403934778268, -0.8256627633197973, -0.07751783640317778, -0.6430433814070903, -0.7876772894730535, -0.21046810232224605, -1.0281588750445316, 1.3045920714794912, -0.5088479633289403, -0.3836902840976227, -0.5414998819538396, -0.26643305296491554, -0.7876772894730535, -1.3545849034521469, -0.9040403934778268, -0.864439312323202, -2.0945959195554487, -0.864439312323202, -0.6085758508431943, -2.171689222547545, 1.1655501284397929, -1.8142950324025067, -0.5414998819538396, 0.5112082002412641, -0.7139555138678481, -1.1611327228211492, -0.9858609437851392, -0.29506084538071914, -0.5747354588185885, -0.7504514193649645, -0.4141984595514853, -0.5088479633289403, 0.3755851623618132, -0.3836902840976227, -1.0714387036807331, -0.29506084538071914, -1.0714387036807331, -0.29506084538071914, -0.7876772894730535, -1.1157467638898184, 0.1852378458571437, -0.9040403934778268, -1.2553556590010726, -0.0020901225914073483, -0.9445016189073882, -1.2553556590010726, -0.6085758508431943, -0.8256627633197973, -0.7139555138678481, 0.14014874182792986, -1.2076499053467815, 0.35537472364328204, -0.3536749137215119, -1.8142950324025067, -0.2382397910841737, -1.0714387036807331, -1.1157467638898184, -0.5088479633289403, -0.4141984595514853, -1.3043117651406162, 1.2300469686110471, -0.4767596329169052, -1.5703843929067665, -1.0714387036807331, -0.5414998819538396, 0.8824596900189198, 0.14014874182792986, -0.4141984595514853, -0.18310559874978366, -1.0281588750445316, -0.26643305296491554, -0.7504514193649645, -0.5747354588185885, -0.6781616272968009, -0.4767596329169052, -1.0281588750445316, 0.7883546501006206, 0.1852378458571437, -0.29506084538071914, -0.3836902840976227, -1.6284555409391122, -0.8256627633197973, -1.1157467638898184, -0.6085758508431943, -0.3241367305729777, -0.9040403934778268, -1.4062471782355224, 0.1852378458571437, -0.8256627633197973, -0.5088479633289403, -1.0714387036807331, -0.7876772894730535, -0.5747354588185885, -0.9858609437851392, -0.12956124840304656, -0.7876772894730535, -0.6085758508431943, -0.6430433814070903, -0.9040403934778268, -0.7876772894730535, -0.4767596329169052, 0.3142809486496545, -0.7876772894730535, -0.5747354588185885, -0.6085758508431943, -0.8256627633197973, -0.12956124840304656, -0.7504514193649645, -0.8256627633197973, -0.5414998819538396, -0.9040403934778268, -0.6085758508431943, 0.27225611804268834, -0.9445016189073882, -1.0281588750445316, -0.7876772894730535, 0.6375845904027932, -0.7139555138678481, -0.3241367305729777, -0.7139555138678481, -0.18310559874978366, -0.9445016189073882, -0.9858609437851392, -0.3836902840976227, -1.3043117651406162, -1.0714387036807331, 1.1786303286251376, -0.9040403934778268, -0.864439312323202, -0.9858609437851392, -0.7139555138678481, 1.0009329995858434, -0.7504514193649645, -0.7139555138678481, 0.6023473486936566, -0.6781616272968009, -0.6781616272968009, -1.6883818971843438, -1.2553556590010726, -0.4452158346621921, -0.6430433814070903, -0.6085758508431943, 0.7558938736151071, -0.8256627633197973, -0.2382397910841737, -0.8256627633197973, -0.9858609437851392, -1.4062471782355224, -0.864439312323202, -0.7504514193649645, 0.27225611804268834, -0.6430433814070903, -0.8256627633197973, -0.26643305296491554, -0.6085758508431943, 1.6278335346456059, 0.16283025473746404, -0.18310559874978366, -0.4452158346621921, 0.3349416365947333, -0.12956124840304656, -0.6085758508431943, -1.3545849034521469, -0.9858609437851392, -0.4767596329169052, 0.0939366292106682, 0.20737804082907693, -0.5747354588185885, -1.0281588750445316, -0.4767596329169052, -0.7876772894730535, -0.6430433814070903, -0.9445016189073882, -0.18310559874978366, -0.3836902840976227, -0.9858609437851392, 0.6721646024943259, -1.6284555409391122, -0.9040403934778268, -0.7876772894730535, -0.7504514193649645, -0.21046810232224605, -0.6781616272968009, 0.9426427773985224, -0.7876772894730535, -0.29506084538071914, -1.0714387036807331, -1.51405834952207, -0.05203320051390793, -0.7139555138678481, -0.6781616272968009, 0.20737804082907693, -0.5088479633289403, -0.7876772894730535, -0.4452158346621921, -1.2076499053467815, -0.6781616272968009, -0.7876772894730535, -0.7139555138678481, 0.3349416365947333, -0.7139555138678481, -0.9040403934778268, -0.9040403934778268, -0.4141984595514853, -0.7504514193649645, -0.10335718940628692, -0.7504514193649645, -0.5088479633289403, -0.5747354588185885, -1.51405834952207, -0.07751783640317778, -0.7139555138678481, -1.3545849034521469, 0.02238636207638257, -0.7876772894730535, -1.1611327228211492, -0.7504514193649645, -0.05203320051390793, -0.9040403934778268, -0.7504514193649645, -0.7876772894730535, -0.5088479633289403, -0.3536749137215119, -1.5703843929067665, 0.02238636207638257, -0.21046810232224605, -0.3536749137215119, -1.0281588750445316, -0.4767596329169052, -1.1157467638898184, -0.07751783640317778, -0.5088479633289403, 0.3349416365947333, -1.2076499053467815, -0.6430433814070903, -0.29506084538071914, -0.6781616272968009, -0.5747354588185885, 0.02238636207638257, -1.1611327228211492, -1.0714387036807331, -0.6085758508431943, -0.3241367305729777, -1.0714387036807331, -1.4062471782355224, -0.6085758508431943, -1.1611327228211492, -0.4141984595514853, -1.7502841655378816, -0.2382397910841737, 0.1852378458571437, 0.5664274398789282, -0.0020901225914073483, 1.2426812706454216, -0.9858609437851392, -0.2382397910841737, -1.0281588750445316, -0.4767596329169052, 0.4349277593693913, -0.7876772894730535, -0.9445016189073882, -1.3043117651406162, -0.5088479633289403, 0.27225611804268834, -0.5414998819538396, -0.7139555138678481, -0.21046810232224605, -1.5703843929067665, -0.15614042912280135, -0.7139555138678481, 1.1391094546891016, -0.3836902840976227, -0.4141984595514853, -0.05203320051390793, -1.0281588750445316, -1.0714387036807331, -0.18310559874978366, -1.1157467638898184, -1.4593767164621836, -0.3836902840976227, -0.6085758508431943, -0.21046810232224605, -0.4767596329169052, -0.21046810232224605, -0.7876772894730535, -0.5414998819538396, -0.7139555138678481, -0.5747354588185885, 0.2508812053540106, -0.5414998819538396, -0.7139555138678481, 0.3755851623618132, 0.11718654011997735, -1.0281588750445316, 0.3349416365947333, 1.0987273664399375, -0.7139555138678481, -0.3241367305729777, -0.9445016189073882, 0.6375845904027932, -1.7502841655378816, -0.26643305296491554, -0.6430433814070903, 1.043478267106145, -0.3241367305729777, 0.5112082002412641, -0.9858609437851392, 0.4153571134675349, 1.2552300143895845, -0.4141984595514853, -0.9858609437851392, 0.5844743749140694, 1.0152235483279826, -1.0714387036807331, -0.5747354588185885, 0.8516191420045008, -0.07751783640317778, -1.3043117651406162, -0.05203320051390793, 0.2933875404025981, -0.864439312323202, -0.7139555138678481, -0.0020901225914073483, 0.3349416365947333, -0.9445016189073882, -0.7139555138678481, -0.4452158346621921, -0.4452158346621921, -1.4062471782355224, 0.3349416365947333, 0.45429403648863703, -0.0020901225914073483, -1.5703843929067665, -0.9445016189073882, -0.18310559874978366, -0.2382397910841737, -0.5088479633289403, 0.6721646024943259, -0.0020901225914073483, -0.5088479633289403, -0.8256627633197973, -0.3536749137215119, 0.2508812053540106, -0.12956124840304656, -0.7876772894730535, -0.5747354588185885, -0.07751783640317778, -0.3241367305729777, -0.7504514193649645, -0.21046810232224605, -0.2382397910841737, -0.5414998819538396, -0.7876772894730535, -1.3043117651406162, -0.29506084538071914, 0.8360042870325493, -0.6085758508431943, -0.9445016189073882, -0.6085758508431943, -0.7876772894730535, -0.3536749137215119, -1.51405834952207, 0.16283025473746404, 0.5482031280256814, -0.5414998819538396, -0.26643305296491554, -0.4767596329169052, 0.04654425367919438, 0.7061114281218988, -0.6781616272968009, -0.26643305296491554, 0.3142809486496545, 0.16283025473746404, 0.7558938736151071, -0.9858609437851392, -0.7504514193649645, -0.3241367305729777, -0.10335718940628692, -0.9445016189073882, -0.2382397910841737, 0.02238636207638257, 0.02238636207638257, 1.2552300143895845, 0.6375845904027932, 0.07039172251764718, -0.26643305296491554, -0.05203320051390793, -0.18310559874978366, 1.0713086910878828, -0.3836902840976227, -0.26643305296491554, -0.9040403934778268, -0.4141984595514853, -0.2382397910841737, -0.3536749137215119, -1.2076499053467815, -0.4452158346621921, -0.6430433814070903, -0.4141984595514853, -0.3536749137215119, -0.29506084538071914, -0.21046810232224605, -0.6781616272968009, 0.04654425367919438, -0.5747354588185885, -0.2382397910841737, -0.26643305296491554, -0.18310559874978366, -0.18310559874978366, -1.51405834952207, -0.9040403934778268, -0.7504514193649645, 0.6721646024943259, -0.05203320051390793, 0.02238636207638257, 1.3526732199981428, 0.8043743416164428, -0.3241367305729777, -0.4767596329169052, -0.6085758508431943, -0.29506084538071914, -0.7504514193649645, 0.04654425367919438, -0.4767596329169052, -0.6430433814070903, -0.9858609437851392, 0.02238636207638257, -0.9040403934778268, -0.29506084538071914, -0.15614042912280135, -0.7139555138678481, -0.7876772894730535, -0.7504514193649645, 0.4349277593693913, -0.6430433814070903, -2.0945959195554487, -0.5414998819538396, -0.3241367305729777, 1.2300469686110471, -0.5414998819538396, -0.07751783640317778, 0.4924302294457038, 0.2508812053540106, -0.2382397910841737, -1.2076499053467815, -1.2076499053467815, -0.4452158346621921, 0.8976896487146216, 0.27225611804268834, -0.7504514193649645, -0.29506084538071914, -0.2382397910841737, 0.1852378458571437, -0.7139555138678481, -0.26643305296491554, -0.6430433814070903, 0.6892157125889669, -0.4767596329169052, -0.21046810232224605, 0.2933875404025981, 0.11718654011997735, 0.20737804082907693, -0.5414998819538396, -0.7876772894730535, 4.202571681851669, 0.02238636207638257, -0.15614042912280135, -0.3536749137215119, 0.6200496791776184, 0.6200496791776184, -1.0281588750445316, -0.5414998819538396, -0.3836902840976227, -0.6430433814070903, 0.7721953119975982, -0.6430433814070903, 0.3755851623618132, 0.7883546501006206, -1.1611327228211492, 0.7061114281218988, 0.16283025473746404, -1.0281588750445316, -0.4141984595514853, 0.4924302294457038, 0.3142809486496545, -0.3836902840976227, -0.7504514193649645, -0.15614042912280135, -0.12956124840304656, -0.29506084538071914, -2.8216482414646995, 0.22925713525281874, -0.15614042912280135, 0.7061114281218988, 0.14014874182792986, -0.10335718940628692, 0.11718654011997735, -0.15614042912280135, -0.9040403934778268, 0.0939366292106682, -0.5414998819538396, -0.5414998819538396, -0.3536749137215119, -0.5414998819538396, -0.5088479633289403, 0.1852378458571437, -0.7139555138678481, -0.9445016189073882, -0.15614042912280135, 0.8671035565349243, -0.12956124840304656, -0.7139555138678481, 1.8583531428727489, 1.0850687349936208, 0.4924302294457038, -0.4141984595514853, -0.10335718940628692, 0.04654425367919438, -0.29506084538071914, -0.7876772894730535, -0.21046810232224605, 0.1852378458571437, -0.0020901225914073483, -1.3545849034521469, -0.5747354588185885, -0.026893696752690464, 0.4734601633703155, 0.5482031280256814, -0.5088479633289403, -0.5747354588185885, -0.5414998819538396, -0.3536749137215119, 0.7394478160821519, -1.2076499053467815, -0.0020901225914073483, 0.5664274398789282, -0.6781616272968009, -1.0281588750445316, -0.5747354588185885, 0.6023473486936566, 1.38793263101925, 0.02238636207638257, 0.3349416365947333, -1.0281588750445316, -0.10335718940628692, -0.26643305296491554, -0.9040403934778268, -0.6085758508431943, -0.4767596329169052, -0.4141984595514853, -0.6085758508431943, -1.4593767164621836, -2.0945959195554487, -0.3536749137215119, 0.20737804082907693, 0.07039172251764718, -0.18310559874978366, -0.07751783640317778, -0.6430433814070903, -0.21046810232224605, 0.8043743416164428, -0.9858609437851392, -1.0281588750445316, -0.21046810232224605, -0.9040403934778268, 0.6375845904027932, 0.11718654011997735, -0.6781616272968009, -0.29506084538071914, -1.3043117651406162, 0.3349416365947333, -0.4141984595514853, 0.3142809486496545, -0.864439312323202, -0.7876772894730535, -1.1611327228211492, 0.8202567772860859, -0.4767596329169052, 0.4153571134675349, -0.3536749137215119, 0.3142809486496545, -0.4767596329169052, -0.5747354588185885, 1.2045169693310651, -0.5414998819538396, -0.3836902840976227, -0.6781616272968009, -0.864439312323202, 0.02238636207638257, -1.6883818971843438, 0.0939366292106682, -0.6781616272968009, 0.11718654011997735, 0.11718654011997735, 1.3407693904787834, -0.3536749137215119, -1.0281588750445316, -0.15614042912280135, 0.02238636207638257, -1.1157467638898184, -0.26643305296491554, 0.8976896487146216, 1.043478267106145, 1.1916188504481375, -0.21046810232224605, 0.14014874182792986, 0.6375845904027932, 0.8516191420045008, 0.11718654011997735, -0.4452158346621921, -0.2382397910841737, 0.5664274398789282, -1.1157467638898184, -0.3536749137215119, -0.5088479633289403, 0.14014874182792986, -0.5414998819538396, -0.7139555138678481, -0.15614042912280135, 1.2300469686110471, 1.6683008235812191, -0.2382397910841737, -0.21046810232224605, 0.16283025473746404, -0.3836902840976227, 1.2426812706454216, -0.026893696752690464, -0.5414998819538396, 1.963678712392668, -0.07751783640317778, 0.9573880958172156, -0.5747354588185885, 0.7558938736151071, -0.7139555138678481, 0.6375845904027932, -0.18310559874978366, 0.9720170317890948, -0.12956124840304656, 0.02238636207638257, -0.026893696752690464, 0.5664274398789282, -1.3545849034521469, -0.4141984595514853, -0.9040403934778268, 0.9720170317890948, -0.12956124840304656, -0.0020901225914073483, -0.3241367305729777, -1.4062471782355224, -0.4767596329169052, 0.9573880958172156, -0.3536749137215119, -0.4452158346621921, -0.3241367305729777, -0.6430433814070903, -0.05203320051390793, 0.7721953119975982, -0.864439312323202, -1.8805607771304784, -0.07751783640317778, 0.8516191420045008, 0.8671035565349243, 0.45429403648863703, 0.5112082002412641, -0.026893696752690464, 0.8043743416164428, 0.6200496791776184, 0.2508812053540106, 0.6549552159908849, 0.9277792113859904, -0.6085758508431943, 0.3349416365947333, 0.6375845904027932, 0.45429403648863703, -0.3836902840976227, -0.6085758508431943, 0.20737804082907693, -0.9445016189073882, -0.5088479633289403, -0.8256627633197973, 0.07039172251764718, 0.5482031280256814, 0.6549552159908849, 1.955126724555708, -1.3043117651406162, -0.4141984595514853, 1.0574457185826651, -0.7876772894730535, -0.29506084538071914, -1.0281588750445316, 0.2933875404025981, 1.2426812706454216, 0.5297979223278729, -0.4452158346621921, 0.9720170317890948, 0.6549552159908849, -0.2382397910841737, 0.5664274398789282, 1.2676943501861868, -0.6085758508431943, 1.0294047510171502, -0.3836902840976227, 1.3287885933363703, 0.20737804082907693, 0.6549552159908849, -0.6085758508431943, 0.8516191420045008, 0.2933875404025981, 0.2933875404025981, 0.5664274398789282, 0.16283025473746404, -0.29506084538071914, -0.7876772894730535, 0.04654425367919438, 0.07039172251764718, -1.1157467638898184, 0.16283025473746404, 0.4924302294457038, 1.0152235483279826, 0.5112082002412641, -0.21046810232224605, 1.043478267106145, 0.02238636207638257, -0.4141984595514853, 0.8516191420045008, -0.12956124840304656, 0.02238636207638257, -0.026893696752690464, 0.6375845904027932, 0.7558938736151071, 0.6375845904027932, -0.12956124840304656, -0.4141984595514853, -1.1157467638898184, -0.3836902840976227, 0.8043743416164428, -0.12956124840304656, -0.3536749137215119, -0.5088479633289403, 0.11718654011997735, 0.5482031280256814, 0.20737804082907693, -0.12956124840304656, -0.12956124840304656, -0.21046810232224605, 0.5482031280256814, -1.5703843929067665, 0.6023473486936566, 2.119086989567603, 1.617577078359666, -0.4141984595514853, -0.9445016189073882, 0.35537472364328204, -0.6781616272968009, -1.8142950324025067, 0.0939366292106682, -0.21046810232224605, 1.1916188504481375, -0.0020901225914073483, 1.2045169693310651, 0.6549552159908849, -1.1157467638898184, -0.7139555138678481, 0.45429403648863703, -0.4141984595514853, -1.2553556590010726, 0.5482031280256814, -0.0020901225914073483, 1.2426812706454216, -0.29506084538071914, 0.3755851623618132, 0.8516191420045008, 1.9465350734810896, 0.9426427773985224, -1.0281588750445316, 1.1655501284397929, 1.0294047510171502, 0.4153571134675349, 0.5112082002412641, -0.026893696752690464, 0.6892157125889669, -1.0281588750445316, 0.3349416365947333, 0.3349416365947333, -0.2382397910841737, 1.043478267106145, 0.5297979223278729, -0.3536749137215119, 0.4734601633703155, 0.4734601633703155, -0.4141984595514853, -0.05203320051390793, 1.0713086910878828, 0.14014874182792986, -0.3836902840976227, -0.05203320051390793, -0.29506084538071914, -0.0020901225914073483, -0.5747354588185885, 0.3955777456390577, 0.2508812053540106, 0.9127954874709894, 1.1786303286251376, -0.2382397910841737, -2.335965453355931, 1.2552300143895845, 0.5112082002412641, 0.2933875404025981, -0.07751783640317778, 0.45429403648863703, 0.35537472364328204, -0.26643305296491554, 0.9865314067109158, 0.5482031280256814, 0.5297979223278729, 0.3142809486496545, -0.3536749137215119, -0.9445016189073882, 0.5664274398789282, 1.1655501284397929, 0.5844743749140694, 0.8360042870325493, -0.6430433814070903, 0.8976896487146216, 0.3142809486496545, 0.3955777456390577, 0.8202567772860859, 1.1122860683348683, -0.05203320051390793, -0.8256627633197973, 0.5664274398789282, 0.16283025473746404, -0.2382397910841737, -0.18310559874978366, 0.1852378458571437, 1.4788035965730335, 0.5844743749140694, 0.4734601633703155, -0.2382397910841737, 0.6375845904027932, -0.3836902840976227, 1.2552300143895845, -1.1611327228211492, 0.7394478160821519, -0.7504514193649645, 0.27225611804268834, 0.8043743416164428, -0.4452158346621921, 0.04654425367919438, 0.6200496791776184, 0.2508812053540106, -0.5414998819538396, 1.0987273664399375, 1.3762538859292808, 0.4734601633703155, 0.6892157125889669, 0.9426427773985224, -1.0281588750445316, 1.4452470695570885, 0.02238636207638257, 1.6481776651893916, -0.9040403934778268, 1.8583531428727489, 0.6023473486936566, -0.3536749137215119, 0.8202567772860859, 1.7176727479994345, -0.5414998819538396, -1.0714387036807331, 1.0987273664399375, -0.3836902840976227, -0.10335718940628692, 1.0850687349936208, -0.10335718940628692, -0.8256627633197973, -0.8256627633197973, -0.5088479633289403, -0.2382397910841737, -0.3241367305729777, 0.3755851623618132, 1.0850687349936208, 0.6721646024943259, 1.727391185998409, 0.8824596900189198, 1.596892241365072, 0.5664274398789282, -0.4452158346621921, 1.8583531428727489, -0.7139555138678481, -0.5088479633289403, 1.0009329995858434, 1.0009329995858434, -0.3836902840976227, -0.4452158346621921, 1.0009329995858434, -0.12956124840304656, 0.6892157125889669, 0.7883546501006206, 1.8402016275863595, -0.15614042912280135, 0.3142809486496545, 0.2933875404025981, 0.16283025473746404, -0.5414998819538396, -0.4452158346621921, 1.3287885933363703, 0.6200496791776184, 1.3287885933363703, 0.16283025473746404, 1.0713086910878828, 0.4924302294457038, -0.7139555138678481, -0.05203320051390793, -0.5088479633289403, -0.07751783640317778, 0.6892157125889669, 0.02238636207638257, 0.4734601633703155, 0.5664274398789282, 0.4349277593693913, 1.5441466687755834, 0.9277792113859904, 0.9720170317890948, 0.7228545530222328, 1.885251239402169, 0.35537472364328204, -0.4141984595514853, -0.026893696752690464, 1.0574457185826651, 0.14014874182792986, 0.9865314067109158, 0.5844743749140694, 1.2800754053458647, -0.9858609437851392, 0.45429403648863703, -0.4452158346621921, 0.9573880958172156, 0.04654425367919438, 0.22925713525281874, 0.9865314067109158, 1.4565002401334293, -0.3536749137215119, -0.3536749137215119, 0.3142809486496545, 1.2552300143895845, 0.5482031280256814, 0.20737804082907693, 0.5297979223278729, -0.9040403934778268, 0.6375845904027932, -0.4767596329169052, 0.1852378458571437, -0.12956124840304656, 1.0987273664399375, -0.3836902840976227, -0.4767596329169052, -0.6085758508431943, -0.4141984595514853, 2.901014886815016, -0.26643305296491554, 0.9573880958172156, 0.6549552159908849, -1.4593767164621836, -0.4452158346621921, -1.1611327228211492, 1.9205184195747944, 0.8043743416164428, 0.16283025473746404, -0.4767596329169052, 0.5482031280256814, 1.2923742847576816, 0.8202567772860859, -0.9040403934778268, 0.11718654011997735, -0.4452158346621921, 1.3045920714794912, -0.07751783640317778, 0.5297979223278729, 0.14014874182792986, 0.8043743416164428, 0.7721953119975982, 0.3755851623618132, -0.07751783640317778, 2.3955294774444944, 3.4605735965147826, 0.3955777456390577, -0.7504514193649645, 0.16283025473746404, 0.6549552159908849, -0.18310559874978366, -0.4767596329169052, 1.3995382267677925, 1.6782810276510065, 1.0294047510171502, 1.8402016275863595, 0.1852378458571437, 0.7558938736151071, 0.3349416365947333, 1.5008416669757116, 1.5226206853935216, 0.3955777456390577, -0.0020901225914073483, 0.7883546501006206, 0.5112082002412641, -1.2076499053467815, 0.3955777456390577, -0.026893696752690464, 1.596892241365072, -0.10335718940628692, 0.02238636207638257, -0.05203320051390793, -0.8256627633197973, 0.1852378458571437, -2.0205216187713333, 0.4734601633703155, 0.6721646024943259, -0.3241367305729777, 0.2508812053540106, 1.0152235483279826, 0.35537472364328204, -0.15614042912280135, 1.9465350734810896, 0.3755851623618132, -0.05203320051390793, 0.22925713525281874, 2.079437267948001, 1.2300469686110471, 0.3955777456390577, -0.10335718940628692, 0.16283025473746404, 0.9720170317890948, 0.8360042870325493, 0.6023473486936566, -0.026893696752690464, -0.0020901225914073483, 0.11718654011997735, 0.2933875404025981, -0.26643305296491554, 0.4734601633703155, 0.8043743416164428, 0.07039172251764718, 1.4676854775012924, 0.9277792113859904, 0.4153571134675349, 0.8516191420045008, -0.29506084538071914, 1.2173259342804332, -0.3836902840976227, 1.2923742847576816, 1.5548165957238669, 0.35537472364328204, -0.4141984595514853, 0.2508812053540106, 0.8976896487146216, -0.15614042912280135, -0.26643305296491554, 1.3645010640021016, 1.2552300143895845, 0.4924302294457038, 0.6200496791776184, 1.1523769473043526, -0.29506084538071914, 1.0009329995858434, 0.4734601633703155, 0.1852378458571437, 1.4676854775012924, 0.7883546501006206, 0.3142809486496545, 0.5112082002412641, 1.794029159088993, 1.607263526925609, 0.7721953119975982, 1.1523769473043526, -0.21046810232224605, 2.3336866506675618, -0.21046810232224605, 1.867362639143906, 0.5664274398789282, 1.4898553976916158, -0.5088479633289403, 1.9379033896462832, 1.5441466687755834, 1.0009329995858434, 1.5654254269292955, 1.3526732199981428, 0.9277792113859904, -0.21046810232224605, 1.7176727479994345, 0.6892157125889669, -1.949243156386672, 2.4813634445743635, -1.7502841655378816, -0.0020901225914073483, 1.2923742847576816, 0.1852378458571437, 1.3287885933363703, 0.9277792113859904, -0.5088479633289403, 0.2508812053540106, 0.8516191420045008, 0.8043743416164428, 1.7079030607155643, 1.5864625719169314, 0.9127954874709894, -0.6085758508431943, 1.5226206853935216, 0.4734601633703155, 0.9865314067109158, 1.3526732199981428, 1.5864625719169314, 1.4898553976916158, 0.9865314067109158, 3.25571442680055, 1.7657630152345185, 2.848847717398395, 1.7846549488750516, 1.8492996164673927, 1.7562443097933942, -0.3536749137215119, 2.448819376794765, 0.3142809486496545, 0.4349277593693913, 0.5844743749140694, -1.8142950324025067, -0.6781616272968009, 1.727391185998409, 1.7846549488750516, 1.2300469686110471, -0.6781616272968009, 0.6549552159908849, -0.864439312323202, -1.0714387036807331, -0.3836902840976227, 0.8043743416164428, 1.5548165957238669, 0.11718654011997735, 0.9277792113859904, 1.5864625719169314, 1.0850687349936208, 0.2508812053540106, 1.2045169693310651, 1.3762538859292808, 0.9426427773985224, 0.4734601633703155, 0.8824596900189198, 1.3407693904787834, 0.7394478160821519, 0.3349416365947333, -0.21046810232224605, -0.10335718940628692, 1.0713086910878828, 0.3142809486496545, -0.5747354588185885, 0.9865314067109158, 1.0574457185826651, -0.12956124840304656, 1.3287885933363703, -0.2382397910841737, 2.5756993920966718, 0.14014874182792986, 1.727391185998409, 0.6375845904027932, 0.8516191420045008, -0.29506084538071914, 0.07039172251764718, 0.02238636207638257, 0.9865314067109158, -0.6085758508431943, -0.07751783640317778, 1.6481776651893916, 1.0294047510171502, 1.1391094546891016, 1.92923129834202, 0.16283025473746404, -0.0020901225914073483, 1.3407693904787834, 2.9815416921068323, -1.6883818971843438, 2.7510762226361085, 0.3755851623618132, 0.6721646024943259, 1.617577078359666, -0.07751783640317778, 1.5864625719169314, 1.4110715833680394, 0.16283025473746404, 1.5548165957238669, -0.8256627633197973, 1.511763176654642, 1.955126724555708, 0.6549552159908849, 1.3287885933363703, 0.45429403648863703, 1.3762538859292808, 0.7883546501006206, 0.3349416365947333, 1.0987273664399375, 0.9426427773985224, 0.2933875404025981, -0.7504514193649645, -0.7876772894730535, 0.04654425367919438, 1.3045920714794912, 1.6980815809544718, 1.9205184195747944, 0.07039172251764718, 0.9573880958172156, 2.45537409431567, 1.1391094546891016, 0.9127954874709894, 0.45429403648863703, 1.38793263101925, 1.2045169693310651, 0.8516191420045008, 1.80335617388324, 0.4349277593693913, 0.8202567772860859, 0.35537472364328204, 0.6549552159908849, 2.19592776842376, 0.9127954874709894, 0.3142809486496545, 1.7079030607155643, 0.6721646024943259, 1.2923742847576816, 1.043478267106145, 1.1391094546891016, 0.07039172251764718, 1.0152235483279826, 2.551009178454662, 2.941715888802405, 2.0714044561903884, 0.3955777456390577, 0.7228545530222328, 0.6375845904027932, 2.1347122616507117, -0.26643305296491554, 1.2923742847576816, -0.18310559874978366, 1.8583531428727489, 0.45429403648863703, 0.9426427773985224, 0.8043743416164428, 1.1786303286251376, 1.596892241365072, 1.9721914014230253, 2.45537409431567, 1.1916188504481375, 0.1852378458571437, -0.5088479633289403, -0.6430433814070903, 0.9277792113859904, 0.9865314067109158, 0.9277792113859904, 0.11718654011997735, 0.5112082002412641, -0.05203320051390793, 2.4290148927792994, 1.7562443097933942, 1.6380335242162107, 1.6582665655926023, 0.8202567772860859, -0.26643305296491554, 0.3755851623618132, 0.8516191420045008, 1.4110715833680394, 0.8976896487146216, -0.29506084538071914, 0.3955777456390577, 1.92923129834202, 2.7510762226361085, 0.5664274398789282, -0.10335718940628692, 0.4153571134675349, 0.5297979223278729, -0.0020901225914073483, 1.8941311771842648, -0.5747354588185885, 0.35537472364328204, 1.596892241365072, -0.3241367305729777, -0.7504514193649645, 0.9277792113859904, -0.12956124840304656, 0.3142809486496545, 0.0939366292106682, 1.7846549488750516, 2.6771090831914437, 0.4924302294457038, 2.4878042015495865, 0.5482031280256814, 0.5297979223278729, 1.0009329995858434, 1.90296875265507, 0.6549552159908849, 2.468414351140501, 0.20737804082907693, 1.1786303286251376, 2.5818208616033926, 3.748761295044287, 2.442241381591321, 1.3762538859292808, 1.511763176654642, 1.7466764445975995, 1.0294047510171502, 0.8824596900189198, -0.12956124840304656, 0.14014874182792986, 1.2800754053458647, 1.997497245552916, 1.596892241365072, 1.3045920714794912, 1.3995382267677925, 2.682904922148982, 1.90296875265507, 1.9465350734810896, 0.6892157125889669, -0.21046810232224605, 1.80335617388324, 0.20737804082907693, 0.4153571134675349, 1.4339251359349108, 2.233184979984004, 1.596892241365072, -0.026893696752690464, -0.4452158346621921, 0.7558938736151071, 1.2426812706454216, 1.3045920714794912, 0.22925713525281874, 0.6721646024943259, -0.18310559874978366, 1.4225335941379915, 1.607263526925609, 1.7370589094068811, 1.38793263101925, 0.3349416365947333, 0.3755851623618132, 1.0009329995858434, 0.8516191420045008, 0.3755851623618132, -0.07751783640317778, 2.5069931774887446, 0.7883546501006206, 2.1112246486702992, 1.5334149386089522, -0.3536749137215119, 1.0009329995858434, 1.1122860683348683, 2.9617358317890017, 2.5756993920966718, 2.557212654998648, 0.4924302294457038, 1.8583531428727489, 0.5844743749140694, 0.6375845904027932, 1.867362639143906, 1.1523769473043526, 2.4089963712064604, 0.5664274398789282, 0.8360042870325493, 2.402275162937281, 0.8516191420045008, -0.21046810232224605, 0.7883546501006206, 2.12691610067965, 0.6721646024943259, -0.15614042912280135, 1.9721914014230253, 1.3407693904787834, 0.7394478160821519, 1.5548165957238669, -0.5088479633289403, 0.4734601633703155, 1.6380335242162107, 1.12574629131795, 0.5844743749140694, 0.0939366292106682, 2.90615169363312, 2.665462712168365, 1.5441466687755834, 1.0713086910878828, 1.6481776651893916, 0.7061114281218988, -0.10335718940628692, 0.4734601633703155, 2.7510762226361085, 2.119086989567603, 0.3349416365947333, 2.569557624744479, 2.7116151594489564, 1.8402016275863595, 3.123696674811905, 0.9720170317890948, 1.2552300143895845, 1.7079030607155643, 0.8976896487146216, 1.4565002401334293, 1.2173259342804332], [-1.418410521829498, -1.0059016866150792, -1.0059016866150792, -1.0059016866150792, 1.7573815092591922, -0.6086419069331835, -0.6086419069331835, -1.0059016866150792, -1.418410521829498, -0.2374493959608852, -0.6086419069331835, -1.418410521829498, -1.418410521829498, -1.418410521829498, -1.0059016866150792, -0.6086419069331835, -1.0059016866150792, -0.2374493959608852, -0.6086419069331835, 0.1027126401066077, -1.418410521829498, -1.0059016866150792, 0.4114459875414216, -1.0059016866150792, -1.418410521829498, -0.6086419069331835, -0.6086419069331835, -1.418410521829498, -1.418410521829498, -1.0059016866150792, -1.0059016866150792, 0.9442015255757584, 0.1027126401066077, -0.6086419069331835, -1.0059016866150792, -1.418410521829498, -1.0059016866150792, -1.418410521829498, -1.0059016866150792, -1.0059016866150792, 0.1027126401066077, -1.0059016866150792, -1.0059016866150792, -1.0059016866150792, -1.0059016866150792, -0.6086419069331835, 2.356942108852996, -0.6086419069331835, -1.418410521829498, -0.2374493959608852, -1.418410521829498, -0.2374493959608852, 0.690893728155318, -1.0059016866150792, -0.6086419069331835, -0.6086419069331835, -0.6086419069331835, -0.2374493959608852, 0.4114459875414216, 0.1027126401066077, -1.0059016866150792, 0.1027126401066077, 0.1027126401066077, -0.2374493959608852, -0.6086419069331835, 0.4114459875414216, -1.0059016866150792, 0.1027126401066077, 0.690893728155318, -1.418410521829498, -1.418410521829498, -0.6086419069331835, -0.6086419069331835, 0.4114459875414216, -0.2374493959608852, -1.0059016866150792, -0.2374493959608852, -1.418410521829498, 2.2215412130103984, 0.1027126401066077, -1.0059016866150792, 0.1027126401066077, 0.4114459875414216, -1.418410521829498, -1.418410521829498, -0.6086419069331835, -0.2374493959608852, -1.0059016866150792, 0.9442015255757584, -0.6086419069331835, -0.2374493959608852, -1.0059016866150792, -1.0059016866150792, -0.6086419069331835, -0.2374493959608852, -1.0059016866150792, -0.2374493959608852, -1.0059016866150792, -1.0059016866150792, -0.6086419069331835, 0.4114459875414216, -0.2374493959608852, -1.0059016866150792, 0.1027126401066077, -0.2374493959608852, 0.1027126401066077, 0.9442015255757584, -1.0059016866150792, 0.4114459875414216, -0.2374493959608852, -0.2374493959608852, -1.0059016866150792, -1.418410521829498, -0.2374493959608852, -1.0059016866150792, -1.0059016866150792, -1.0059016866150792, 1.3852958922328609, -0.2374493959608852, -1.418410521829498, 0.4114459875414216, 0.4114459875414216, -0.6086419069331835, -0.2374493959608852, 0.4114459875414216, -1.418410521829498, -0.6086419069331835, -0.6086419069331835, -1.0059016866150792, -0.6086419069331835, 0.4114459875414216, 0.1027126401066077, -0.6086419069331835, -1.0059016866150792, -1.418410521829498, -0.6086419069331835, -0.2374493959608852, -1.418410521829498, -0.6086419069331835, -1.418410521829498, -0.6086419069331835, -1.0059016866150792, -1.418410521829498, 0.1027126401066077, -0.2374493959608852, -1.418410521829498, -0.6086419069331835, -0.2374493959608852, -1.0059016866150792, 0.4114459875414216, 0.4114459875414216, -1.0059016866150792, 0.1027126401066077, -1.418410521829498, 0.4114459875414216, -0.6086419069331835, 0.1027126401066077, 0.690893728155318, -0.6086419069331835, -1.0059016866150792, -1.0059016866150792, 0.1027126401066077, -0.2374493959608852, -1.418410521829498, -0.6086419069331835, -0.6086419069331835, 0.1027126401066077, 0.9442015255757584, -0.2374493959608852, -1.0059016866150792, -0.6086419069331835, 0.690893728155318, -1.0059016866150792, -0.2374493959608852, 0.1027126401066077, 0.1027126401066077, 0.1027126401066077, -0.6086419069331835, -1.418410521829498, 0.4114459875414216, -0.6086419069331835, -1.0059016866150792, -1.0059016866150792, 0.690893728155318, -0.2374493959608852, 0.690893728155318, -1.0059016866150792, -0.6086419069331835, -1.0059016866150792, 0.4114459875414216, -0.6086419069331835, -1.418410521829498, -1.418410521829498, -1.418410521829498, -1.0059016866150792, -1.0059016866150792, 1.1746559216420094, -0.6086419069331835, -1.0059016866150792, -1.0059016866150792, -0.6086419069331835, -0.2374493959608852, -0.2374493959608852, -0.2374493959608852, -0.6086419069331835, -1.0059016866150792, -1.0059016866150792, -0.6086419069331835, 0.4114459875414216, -0.6086419069331835, -1.0059016866150792, -0.6086419069331835, -0.2374493959608852, -1.418410521829498, -1.418410521829498, -1.418410521829498, -1.0059016866150792, -0.6086419069331835, 0.9442015255757584, -0.2374493959608852, -0.2374493959608852, -1.418410521829498, -0.6086419069331835, -1.0059016866150792, -0.6086419069331835, -1.418410521829498, -1.0059016866150792, 0.9442015255757584, 0.9442015255757584, -0.6086419069331835, -1.0059016866150792, -0.6086419069331835, -1.0059016866150792, -0.2374493959608852, -0.2374493959608852, -0.6086419069331835, -0.6086419069331835, 0.690893728155318, -1.418410521829498, 0.4114459875414216, -0.2374493959608852, -1.0059016866150792, 2.484452767131033, -0.6086419069331835, -1.0059016866150792, -1.418410521829498, 0.9442015255757584, -1.0059016866150792, 0.4114459875414216, -0.2374493959608852, 0.9442015255757584, -1.418410521829498, 0.1027126401066077, -0.2374493959608852, -1.418410521829498, -1.0059016866150792, 0.1027126401066077, -0.6086419069331835, -0.2374493959608852, -1.0059016866150792, -1.418410521829498, -0.2374493959608852, -1.0059016866150792, -1.418410521829498, -0.2374493959608852, -0.6086419069331835, -0.2374493959608852, -0.6086419069331835, -0.6086419069331835, 0.690893728155318, -1.418410521829498, 0.4114459875414216, 0.4114459875414216, 0.9442015255757584, -0.2374493959608852, -0.2374493959608852, -0.6086419069331835, -0.2374493959608852, -0.6086419069331835, -1.0059016866150792, 0.9442015255757584, -0.6086419069331835, 0.1027126401066077, 0.1027126401066077, 0.1027126401066077, 0.1027126401066077, -0.6086419069331835, 0.1027126401066077, -0.6086419069331835, -1.0059016866150792, -0.6086419069331835, -1.0059016866150792, -0.2374493959608852, -0.6086419069331835, -1.418410521829498, -0.6086419069331835, -1.0059016866150792, -0.6086419069331835, 0.9442015255757584, 0.4114459875414216, -0.6086419069331835, -1.0059016866150792, -0.6086419069331835, 0.690893728155318, 0.1027126401066077, -1.0059016866150792, -1.0059016866150792, -0.6086419069331835, 2.484452767131033, -1.0059016866150792, -0.6086419069331835, 0.1027126401066077, -0.6086419069331835, -0.2374493959608852, -1.0059016866150792, 0.690893728155318, -0.2374493959608852, -0.6086419069331835, -0.6086419069331835, -0.2374493959608852, 1.1746559216420094, -0.2374493959608852, -1.0059016866150792, 0.690893728155318, -0.2374493959608852, 0.1027126401066077, -0.6086419069331835, 0.690893728155318, 0.4114459875414216, -1.0059016866150792, -0.2374493959608852, -0.2374493959608852, 0.4114459875414216, 0.4114459875414216, -0.6086419069331835, -1.0059016866150792, 0.690893728155318, -0.2374493959608852, 0.690893728155318, 0.4114459875414216, -0.6086419069331835, -1.0059016866150792, 0.4114459875414216, 1.3852958922328609, 0.4114459875414216, -1.418410521829498, -1.418410521829498, 1.3852958922328609, 0.1027126401066077, 0.690893728155318, -1.0059016866150792, 0.4114459875414216, -0.6086419069331835, 0.9442015255757584, -1.0059016866150792, -0.2374493959608852, -1.418410521829498, -0.2374493959608852, -0.6086419069331835, -1.418410521829498, -1.418410521829498, 0.4114459875414216, -0.6086419069331835, -1.418410521829498, -1.418410521829498, -1.0059016866150792, -1.0059016866150792, -0.6086419069331835, 0.1027126401066077, 0.1027126401066077, 0.1027126401066077, 0.1027126401066077, 0.4114459875414216, -0.2374493959608852, -0.6086419069331835, -0.2374493959608852, -0.2374493959608852, -0.6086419069331835, -1.418410521829498, -0.6086419069331835, -1.0059016866150792, 0.1027126401066077, 0.690893728155318, -0.6086419069331835, -0.6086419069331835, 0.4114459875414216, -0.6086419069331835, 0.1027126401066077, -0.6086419069331835, 0.4114459875414216, 0.1027126401066077, 1.1746559216420094, -1.418410521829498, 0.690893728155318, 1.3852958922328609, 0.4114459875414216, 0.4114459875414216, -0.2374493959608852, -1.418410521829498, -0.2374493959608852, -1.0059016866150792, -1.0059016866150792, -1.418410521829498, -1.0059016866150792, 0.1027126401066077, -0.2374493959608852, -0.2374493959608852, -1.418410521829498, 0.4114459875414216, -0.2374493959608852, -0.2374493959608852, -1.0059016866150792, -1.0059016866150792, -0.2374493959608852, -1.0059016866150792, -0.2374493959608852, -0.6086419069331835, -1.418410521829498, 0.1027126401066077, -1.418410521829498, -1.0059016866150792, -0.2374493959608852, 1.1746559216420094, -0.2374493959608852, -0.2374493959608852, -1.418410521829498, -0.2374493959608852, -0.6086419069331835, -1.418410521829498, -0.2374493959608852, 0.1027126401066077, -1.418410521829498, 0.690893728155318, -0.6086419069331835, -0.2374493959608852, -1.0059016866150792, 0.4114459875414216, -0.6086419069331835, 0.4114459875414216, 0.1027126401066077, -0.2374493959608852, -0.2374493959608852, -1.0059016866150792, 0.690893728155318, 2.8273579328146803, 0.4114459875414216, -0.2374493959608852, -0.2374493959608852, 0.1027126401066077, -0.6086419069331835, -1.0059016866150792, 0.690893728155318, -1.418410521829498, -0.6086419069331835, -0.6086419069331835, -0.6086419069331835, -1.0059016866150792, -0.6086419069331835, -0.2374493959608852, -1.0059016866150792, -0.2374493959608852, -0.2374493959608852, -1.418410521829498, 0.4114459875414216, -1.418410521829498, 0.4114459875414216, 0.690893728155318, -1.0059016866150792, -0.6086419069331835, -1.0059016866150792, -1.418410521829498, -0.2374493959608852, -0.6086419069331835, 0.1027126401066077, 0.1027126401066077, 0.1027126401066077, -1.418410521829498, 0.690893728155318, 0.1027126401066077, -0.6086419069331835, -0.6086419069331835, -0.2374493959608852, -0.6086419069331835, -0.6086419069331835, 0.9442015255757584, -1.418410521829498, -0.6086419069331835, 0.1027126401066077, -1.0059016866150792, -0.6086419069331835, -0.6086419069331835, 0.1027126401066077, -1.418410521829498, -0.6086419069331835, 0.690893728155318, 0.4114459875414216, -1.0059016866150792, 0.1027126401066077, -0.2374493959608852, 0.1027126401066077, -0.6086419069331835, -0.6086419069331835, -0.6086419069331835, -1.0059016866150792, 1.5787813730941156, 0.1027126401066077, 0.4114459875414216, -0.6086419069331835, 0.1027126401066077, 0.1027126401066077, -1.418410521829498, -1.418410521829498, -0.6086419069331835, -1.418410521829498, -0.6086419069331835, -0.6086419069331835, -1.0059016866150792, 1.3852958922328609, -0.6086419069331835, 0.1027126401066077, -0.6086419069331835, -0.6086419069331835, -1.0059016866150792, -1.0059016866150792, -0.6086419069331835, -1.0059016866150792, -1.0059016866150792, -0.6086419069331835, -0.2374493959608852, 0.1027126401066077, 0.690893728155318, 0.4114459875414216, 0.690893728155318, 0.9442015255757584, 0.1027126401066077, 0.9442015255757584, -0.6086419069331835, -0.2374493959608852, 1.3852958922328609, -1.0059016866150792, 0.1027126401066077, 1.1746559216420094, -1.0059016866150792, -1.418410521829498, -0.2374493959608852, 0.1027126401066077, 0.9442015255757584, 0.9442015255757584, -1.418410521829498, 0.1027126401066077, 0.1027126401066077, 0.4114459875414216, -1.0059016866150792, -0.6086419069331835, -1.0059016866150792, -0.6086419069331835, -0.6086419069331835, -0.6086419069331835, -1.418410521829498, 0.1027126401066077, 0.1027126401066077, 0.4114459875414216, 1.7573815092591922, 0.1027126401066077, 1.1746559216420094, -0.2374493959608852, 2.356942108852996, -1.0059016866150792, 0.4114459875414216, -0.6086419069331835, -0.6086419069331835, 0.1027126401066077, -0.2374493959608852, -0.6086419069331835, 0.4114459875414216, 0.690893728155318, 0.1027126401066077, -0.6086419069331835, 0.690893728155318, 0.9442015255757584, -0.2374493959608852, -1.0059016866150792, -0.2374493959608852, 0.4114459875414216, -0.2374493959608852, 0.1027126401066077, -0.2374493959608852, 0.1027126401066077, -0.6086419069331835, -1.0059016866150792, -0.6086419069331835, 0.690893728155318, -0.6086419069331835, -1.418410521829498, 0.690893728155318, 1.7573815092591922, 0.1027126401066077, 2.077278931007047, -1.418410521829498, 0.1027126401066077, -0.6086419069331835, -1.0059016866150792, -0.2374493959608852, 0.1027126401066077, -1.0059016866150792, -1.0059016866150792, -1.418410521829498, -0.6086419069331835, 0.1027126401066077, -0.6086419069331835, -0.6086419069331835, -1.0059016866150792, 0.9442015255757584, -0.6086419069331835, 0.9442015255757584, -0.2374493959608852, 0.9442015255757584, -0.6086419069331835, -0.6086419069331835, 0.1027126401066077, 0.1027126401066077, 0.1027126401066077, -0.6086419069331835, 0.690893728155318, 0.1027126401066077, 0.9442015255757584, -0.6086419069331835, 1.1746559216420094, -0.6086419069331835, 0.9442015255757584, -0.2374493959608852, -1.0059016866150792, 1.3852958922328609, 2.077278931007047, -0.2374493959608852, -1.0059016866150792, -0.2374493959608852, -0.2374493959608852, 0.690893728155318, 0.1027126401066077, 0.690893728155318, 0.1027126401066077, 0.1027126401066077, 1.1746559216420094, 0.1027126401066077, -0.2374493959608852, 0.4114459875414216, 0.690893728155318, -0.2374493959608852, -1.418410521829498, -0.6086419069331835, 1.1746559216420094, 0.690893728155318, 2.71899902877155, 0.4114459875414216, 1.5787813730941156, -0.2374493959608852, -0.6086419069331835, 1.1746559216420094, -0.2374493959608852, -0.6086419069331835, -0.2374493959608852, 0.690893728155318, -0.6086419069331835, -0.2374493959608852, -1.0059016866150792, 0.690893728155318, 0.4114459875414216, 0.4114459875414216, -1.0059016866150792, 0.690893728155318, 0.1027126401066077, 0.1027126401066077, 1.3852958922328609, -1.0059016866150792, 0.4114459875414216, -0.2374493959608852, -1.418410521829498, -1.0059016866150792, 0.1027126401066077, 0.1027126401066077, 0.4114459875414216, -1.0059016866150792, -0.6086419069331835, -1.0059016866150792, 0.9442015255757584, 1.1746559216420094, 0.1027126401066077, -0.6086419069331835, -0.6086419069331835, 0.1027126401066077, 0.4114459875414216, -1.0059016866150792, 0.4114459875414216, 0.9442015255757584, 0.1027126401066077, -0.2374493959608852, -0.6086419069331835, 0.690893728155318, 0.4114459875414216, 1.3852958922328609, 0.1027126401066077, 0.4114459875414216, 0.690893728155318, 0.1027126401066077, 0.1027126401066077, -0.2374493959608852, -1.0059016866150792, -0.2374493959608852, 1.3852958922328609, -1.418410521829498, -1.418410521829498, -1.0059016866150792, -1.0059016866150792, -0.2374493959608852, -0.2374493959608852, 0.4114459875414216, -1.0059016866150792, -0.2374493959608852, -0.6086419069331835, 0.4114459875414216, 0.690893728155318, 2.077278931007047, -0.2374493959608852, -0.6086419069331835, 0.690893728155318, -0.2374493959608852, -1.0059016866150792, 0.690893728155318, 1.1746559216420094, 0.1027126401066077, 0.1027126401066077, -0.2374493959608852, -0.2374493959608852, -1.0059016866150792, -1.0059016866150792, -0.6086419069331835, -1.418410521829498, 0.1027126401066077, -0.6086419069331835, -1.418410521829498, 0.1027126401066077, 0.9442015255757584, -0.6086419069331835, 1.5787813730941156, -0.6086419069331835, 0.1027126401066077, 0.690893728155318, -0.6086419069331835, -0.6086419069331835, -0.6086419069331835, -0.2374493959608852, 1.3852958922328609, 1.7573815092591922, -0.2374493959608852, -0.2374493959608852, 0.1027126401066077, 0.1027126401066077, 0.690893728155318, 0.1027126401066077, 0.9442015255757584, 1.3852958922328609, 0.4114459875414216, -0.6086419069331835, -1.418410521829498, 0.690893728155318, 0.4114459875414216, -1.418410521829498, -0.6086419069331835, 0.4114459875414216, 0.690893728155318, 2.484452767131033, 0.1027126401066077, 0.690893728155318, -1.0059016866150792, -0.2374493959608852, 1.9230107368388547, 0.4114459875414216, 0.1027126401066077, -1.0059016866150792, -0.2374493959608852, 0.1027126401066077, -1.0059016866150792, -1.0059016866150792, -1.0059016866150792, -0.2374493959608852, 0.4114459875414216, 2.356942108852996, -0.6086419069331835, 0.9442015255757584, -1.0059016866150792, -1.418410521829498, 0.4114459875414216, 0.4114459875414216, -0.6086419069331835, -1.0059016866150792, 0.4114459875414216, 2.930509670830729, -0.2374493959608852, 1.1746559216420094, -0.2374493959608852, -0.6086419069331835, -0.2374493959608852, -0.2374493959608852, -0.2374493959608852, -0.2374493959608852, 1.3852958922328609, -0.2374493959608852, -1.0059016866150792, -1.0059016866150792, 0.1027126401066077, -1.418410521829498, 0.690893728155318, -1.418410521829498, 0.690893728155318, 0.9442015255757584, 0.1027126401066077, 0.4114459875414216, 0.4114459875414216, -1.0059016866150792, -1.0059016866150792, 0.9442015255757584, 0.4114459875414216, -0.6086419069331835, -1.0059016866150792, -0.2374493959608852, 0.690893728155318, -0.2374493959608852, -1.0059016866150792, -0.2374493959608852, 0.690893728155318, -0.6086419069331835, -1.0059016866150792, -1.418410521829498, -1.0059016866150792, 0.9442015255757584, -0.6086419069331835, 0.4114459875414216, 0.1027126401066077, -1.0059016866150792, 0.1027126401066077, -1.0059016866150792, 0.690893728155318, 0.1027126401066077, -1.0059016866150792, 0.690893728155318, 0.1027126401066077, 0.1027126401066077, 0.4114459875414216, 0.4114459875414216, 0.690893728155318, -0.2374493959608852, -0.6086419069331835, -1.418410521829498, 0.4114459875414216, 0.1027126401066077, 1.3852958922328609, -1.418410521829498, -1.418410521829498, 0.4114459875414216, -1.0059016866150792, 0.1027126401066077, 0.1027126401066077, 0.1027126401066077, -0.2374493959608852, -0.6086419069331835, 1.1746559216420094, 5.0, 1.3852958922328609, 0.9442015255757584, -0.6086419069331835, -0.2374493959608852, -0.2374493959608852, 0.1027126401066077, 0.1027126401066077, 2.484452767131033, -1.418410521829498, -0.6086419069331835, -0.2374493959608852, 0.4114459875414216, 1.5787813730941156, -0.6086419069331835, -0.6086419069331835, -1.418410521829498, 1.3852958922328609, -0.2374493959608852, -1.418410521829498, 0.690893728155318, -0.2374493959608852, -1.418410521829498, -1.418410521829498, 0.1027126401066077, -0.2374493959608852, -1.418410521829498, 1.1746559216420094, 0.1027126401066077, 0.4114459875414216, -0.2374493959608852, -1.0059016866150792, 0.1027126401066077, -1.418410521829498, 0.690893728155318, -1.0059016866150792, -1.418410521829498, -0.2374493959608852, -0.6086419069331835, 2.356942108852996, 0.9442015255757584, 0.4114459875414216, -0.2374493959608852, -0.6086419069331835, 2.077278931007047, -1.0059016866150792, 0.4114459875414216, 0.4114459875414216, 0.1027126401066077, 0.9442015255757584, 0.1027126401066077, 0.4114459875414216, -0.2374493959608852, -1.0059016866150792, -0.2374493959608852, -0.6086419069331835, 0.690893728155318, 0.1027126401066077, -0.2374493959608852, 0.690893728155318, -0.2374493959608852, 0.1027126401066077, -1.0059016866150792, -0.6086419069331835, 0.9442015255757584, 1.3852958922328609, -0.2374493959608852, -0.2374493959608852, -1.0059016866150792, -0.6086419069331835, -0.6086419069331835, -1.0059016866150792, 0.1027126401066077, 0.4114459875414216, -0.6086419069331835, -0.6086419069331835, -0.6086419069331835, 2.356942108852996, -0.6086419069331835, 0.1027126401066077, 0.4114459875414216, 1.7573815092591922, 0.1027126401066077, 0.1027126401066077, -0.2374493959608852, 0.9442015255757584, -0.6086419069331835, 1.5787813730941156, 1.5787813730941156, -0.6086419069331835, 0.4114459875414216, 0.690893728155318, -0.2374493959608852, 0.1027126401066077, 2.2215412130103984, 1.3852958922328609, -0.6086419069331835, 0.9442015255757584, 1.9230107368388547, 0.1027126401066077, 2.077278931007047, -1.418410521829498, 2.484452767131033, 0.4114459875414216, 1.7573815092591922, -1.0059016866150792, -0.2374493959608852, -0.2374493959608852, 0.9442015255757584, 0.4114459875414216, 0.1027126401066077, 0.690893728155318, -0.2374493959608852, 0.4114459875414216, 0.9442015255757584, -0.6086419069331835, -0.6086419069331835, 0.1027126401066077, -0.6086419069331835, 0.4114459875414216, 0.1027126401066077, 1.3852958922328609, -0.6086419069331835, 0.1027126401066077, -0.2374493959608852, 0.690893728155318, 0.690893728155318, 1.3852958922328609, 0.4114459875414216, 2.930509670830729, 0.4114459875414216, 1.1746559216420094, 0.1027126401066077, -0.2374493959608852, 0.9442015255757584, 1.1746559216420094, 0.1027126401066077, 1.1746559216420094, -1.0059016866150792, -0.6086419069331835, 0.1027126401066077, 0.1027126401066077, -0.6086419069331835, 0.1027126401066077, 0.690893728155318, 0.1027126401066077, 0.1027126401066077, 1.1746559216420094, -0.6086419069331835, -1.0059016866150792, -1.0059016866150792, 0.690893728155318, -0.2374493959608852, 0.1027126401066077, 3.3825392838095185, 0.9442015255757584, 0.690893728155318, -1.418410521829498, 0.1027126401066077, -1.0059016866150792, -1.0059016866150792, 1.5787813730941156, 0.690893728155318, -0.2374493959608852, -0.6086419069331835, -0.2374493959608852, 0.4114459875414216, -0.6086419069331835, 0.1027126401066077, 0.690893728155318, 0.1027126401066077, 0.9442015255757584, 1.1746559216420094, -0.6086419069331835, 0.1027126401066077, -1.0059016866150792, -0.2374493959608852, -0.6086419069331835, 0.690893728155318, -0.2374493959608852, -0.6086419069331835, -0.6086419069331835, 0.1027126401066077, 0.4114459875414216, -0.6086419069331835, -1.0059016866150792, 0.1027126401066077, 0.4114459875414216, -1.418410521829498, 0.9442015255757584, 0.4114459875414216, 2.2215412130103984, 1.1746559216420094, 1.3852958922328609, 0.690893728155318, -1.0059016866150792, 1.9230107368388547, 1.5787813730941156, 0.9442015255757584, -1.0059016866150792, 0.1027126401066077, -0.2374493959608852, -1.418410521829498, -0.2374493959608852, -0.6086419069331835, -0.6086419069331835, 0.1027126401066077, 1.3852958922328609, 0.1027126401066077, 1.3852958922328609, 2.484452767131033, -1.0059016866150792, -1.0059016866150792, 1.1746559216420094, -0.6086419069331835, -1.0059016866150792, 0.9442015255757584, -1.0059016866150792, -0.6086419069331835, 1.1746559216420094, -0.2374493959608852, -1.418410521829498, -0.6086419069331835, 1.5787813730941156, 2.6049015706064806, 4.011599230628443, 0.690893728155318, 0.1027126401066077, 0.690893728155318, -0.2374493959608852, 0.690893728155318, -0.2374493959608852, 0.4114459875414216, 0.1027126401066077, -0.6086419069331835, -0.6086419069331835, 0.9442015255757584, -0.6086419069331835, 0.690893728155318, -0.2374493959608852, -0.6086419069331835, 0.690893728155318, 0.690893728155318, 2.6049015706064806, 0.690893728155318, -1.0059016866150792, 0.1027126401066077, 1.7573815092591922, -1.0059016866150792, -0.6086419069331835, 0.690893728155318, -0.6086419069331835, -1.0059016866150792, 0.690893728155318, -0.6086419069331835, 0.1027126401066077, -1.0059016866150792, 0.4114459875414216, 0.1027126401066077, -0.2374493959608852, 0.9442015255757584, -0.2374493959608852, 0.1027126401066077, -1.0059016866150792, -1.0059016866150792, -0.2374493959608852, -0.6086419069331835, -1.418410521829498, 1.3852958922328609, -0.2374493959608852, -0.6086419069331835, -1.0059016866150792, -0.2374493959608852, -0.6086419069331835, 0.690893728155318, 0.690893728155318, -1.418410521829498, 0.4114459875414216, -0.2374493959608852, 0.690893728155318, -0.6086419069331835, 0.1027126401066077, -0.6086419069331835, 0.1027126401066077, -0.2374493959608852, 1.1746559216420094, 0.9442015255757584, -0.6086419069331835, -1.418410521829498, 1.3852958922328609, -0.6086419069331835, 0.1027126401066077, 0.9442015255757584, 1.1746559216420094, 0.690893728155318, -1.0059016866150792, 1.1746559216420094, 0.1027126401066077, 1.1746559216420094, 0.1027126401066077, -1.0059016866150792, -1.418410521829498, 0.1027126401066077, -0.2374493959608852, 0.4114459875414216, -0.2374493959608852, 1.3852958922328609, 1.1746559216420094, 0.4114459875414216, 1.3852958922328609, 1.7573815092591922, -1.0059016866150792, 0.1027126401066077, 1.1746559216420094, -0.6086419069331835, 0.690893728155318, 0.690893728155318, -0.6086419069331835, -1.418410521829498, 1.3852958922328609, -0.6086419069331835, 0.690893728155318, -1.418410521829498, 0.4114459875414216, -1.0059016866150792, -0.6086419069331835, -0.2374493959608852, -0.6086419069331835, -1.418410521829498, -0.2374493959608852, 0.690893728155318, -0.2374493959608852, -1.418410521829498, 0.690893728155318, -0.2374493959608852, -0.2374493959608852, 0.9442015255757584, 0.690893728155318, 1.5787813730941156, -1.418410521829498, 0.4114459875414216, -0.2374493959608852, -0.6086419069331835, -0.2374493959608852, -0.6086419069331835, -0.6086419069331835, 3.299499813041533, -0.6086419069331835, -0.6086419069331835, -0.2374493959608852, -0.2374493959608852, 0.1027126401066077, -0.6086419069331835, 0.9442015255757584, 1.1746559216420094, 0.1027126401066077, 1.5787813730941156, 2.2215412130103984, 0.1027126401066077, -1.418410521829498, -0.2374493959608852, -0.2374493959608852, 0.9442015255757584, -0.6086419069331835, 1.9230107368388547, 0.9442015255757584, -1.0059016866150792, -0.2374493959608852, 1.3852958922328609, 3.2130759519661893, 0.1027126401066077, 0.9442015255757584, -0.6086419069331835, -0.6086419069331835, -0.2374493959608852, -1.0059016866150792, -0.2374493959608852, 0.1027126401066077, 0.690893728155318, 1.1746559216420094, 2.356942108852996, -1.0059016866150792, -1.0059016866150792, -1.0059016866150792, -0.2374493959608852, -0.6086419069331835, 0.4114459875414216, 2.6049015706064806, 0.1027126401066077, 1.1746559216420094, -1.418410521829498, 2.6049015706064806, 0.9442015255757584, 0.1027126401066077, 1.1746559216420094, 0.1027126401066077, 0.4114459875414216, -0.6086419069331835, 0.9442015255757584, 0.1027126401066077, -0.2374493959608852, -1.0059016866150792, -0.6086419069331835, 0.4114459875414216, -1.0059016866150792, -0.2374493959608852, 0.4114459875414216, -0.2374493959608852, 3.4624445374659567, 0.4114459875414216, 0.1027126401066077, -0.6086419069331835, 1.3852958922328609, 0.1027126401066077, 3.2130759519661893, 0.4114459875414216, -0.6086419069331835, -1.0059016866150792, -1.0059016866150792, 0.4114459875414216, -0.2374493959608852, 0.9442015255757584, 1.1746559216420094, 0.690893728155318, 0.1027126401066077, -0.2374493959608852, -0.2374493959608852, 1.1746559216420094, -1.0059016866150792, 0.4114459875414216, 1.5787813730941156, -1.418410521829498, -1.418410521829498, -0.2374493959608852, 1.1746559216420094, -0.2374493959608852, 0.690893728155318, -1.0059016866150792, 1.1746559216420094, -1.0059016866150792, -1.418410521829498, -0.2374493959608852, 0.4114459875414216, 0.4114459875414216, -0.2374493959608852, -0.6086419069331835, 1.1746559216420094, 1.3852958922328609, 1.7573815092591922, 0.1027126401066077, 1.3852958922328609, -1.0059016866150792, -0.6086419069331835, -0.2374493959608852, 0.9442015255757584, 0.1027126401066077, -0.2374493959608852, 0.690893728155318, -0.2374493959608852, 1.1746559216420094, -1.0059016866150792, 1.1746559216420094, 1.1746559216420094, 0.9442015255757584, 1.3852958922328609, 0.4114459875414216, -0.2374493959608852, 1.1746559216420094, 0.4114459875414216, 0.9442015255757584, -1.0059016866150792, -1.0059016866150792, 0.1027126401066077, -1.418410521829498, -0.6086419069331835, -1.0059016866150792, -0.6086419069331835, -0.2374493959608852, 2.484452767131033, 0.1027126401066077, 0.690893728155318, 0.4114459875414216, -1.0059016866150792, 1.9230107368388547, 1.3852958922328609, 5.0, 0.1027126401066077, 2.484452767131033, 0.690893728155318, 0.1027126401066077, 1.7573815092591922, 1.3852958922328609, 0.4114459875414216, -0.2374493959608852, -1.0059016866150792, 0.1027126401066077, 1.3852958922328609, 1.1746559216420094, 4.396818518553955, -0.2374493959608852, -1.0059016866150792, -0.6086419069331835, 1.7573815092591922, 1.1746559216420094, 0.1027126401066077, 0.4114459875414216, 1.1746559216420094, 1.7573815092591922, 0.1027126401066077, 1.3852958922328609, -0.2374493959608852, 1.1746559216420094, 2.71899902877155, 1.5787813730941156, -1.418410521829498, 0.9442015255757584, 0.4114459875414216, -0.6086419069331835, 2.2215412130103984, -0.6086419069331835, -1.0059016866150792, -1.418410521829498, 1.3852958922328609, -0.6086419069331835, 1.1746559216420094, -1.418410521829498, -0.6086419069331835, -0.6086419069331835, 0.690893728155318, 0.690893728155318, -0.6086419069331835, -1.418410521829498, 0.690893728155318, 2.71899902877155, -0.6086419069331835, 0.4114459875414216, 0.4114459875414216, 0.690893728155318, -0.2374493959608852, 0.4114459875414216, 0.690893728155318, 0.1027126401066077, -1.0059016866150792, 0.1027126401066077, -1.418410521829498, -0.2374493959608852, 1.5787813730941156, 0.9442015255757584, 0.9442015255757584, 0.1027126401066077, 0.1027126401066077, 0.690893728155318, -0.6086419069331835, 1.9230107368388547, -1.418410521829498, -1.0059016866150792, 0.9442015255757584, 1.3852958922328609, 1.1746559216420094, 0.9442015255757584, 0.4114459875414216, 1.1746559216420094, -1.418410521829498, -0.2374493959608852, -0.2374493959608852, 1.3852958922328609, 0.9442015255757584, 1.3852958922328609, 1.3852958922328609, 0.4114459875414216, 0.1027126401066077, 0.1027126401066077, 0.4114459875414216, 0.9442015255757584, 4.293792392789458, -1.0059016866150792, -0.2374493959608852, -0.6086419069331835, 0.9442015255757584, 1.1746559216420094, 0.4114459875414216, 4.396818518553955, -1.418410521829498, -1.0059016866150792, -0.6086419069331835, -0.2374493959608852, 0.1027126401066077, -0.6086419069331835, 0.4114459875414216, -0.2374493959608852, 2.2215412130103984, -1.0059016866150792, 0.690893728155318, 0.690893728155318, 0.1027126401066077, 0.690893728155318, 2.484452767131033, 0.1027126401066077, -0.6086419069331835, 1.3852958922328609, -0.2374493959608852, 1.5787813730941156, -0.2374493959608852, 0.1027126401066077, 1.5787813730941156, -0.2374493959608852, -0.6086419069331835, 0.1027126401066077, 0.690893728155318, -1.0059016866150792, -0.6086419069331835, 0.1027126401066077, 0.690893728155318, -0.2374493959608852, 0.1027126401066077, -0.6086419069331835, -0.6086419069331835, 0.4114459875414216, -0.2374493959608852, -0.2374493959608852, 0.690893728155318, -1.0059016866150792, 0.690893728155318, 1.1746559216420094, -0.2374493959608852, -1.0059016866150792, 0.1027126401066077, -0.2374493959608852, 0.1027126401066077, -1.418410521829498, 0.4114459875414216, -0.6086419069331835, -1.0059016866150792, -0.6086419069331835, -0.6086419069331835, -1.418410521829498, 0.4114459875414216, 0.690893728155318, 0.9442015255757584, 1.5787813730941156, 0.1027126401066077, 1.7573815092591922, 0.4114459875414216, 1.5787813730941156, 1.1746559216420094, -0.6086419069331835, 1.7573815092591922, -0.6086419069331835, 0.690893728155318, 0.4114459875414216, 1.3852958922328609, -0.2374493959608852, -0.2374493959608852, -0.6086419069331835, 0.1027126401066077, 0.690893728155318, 1.5787813730941156, -1.0059016866150792, -0.2374493959608852, 0.690893728155318, -0.6086419069331835, -0.6086419069331835, 2.356942108852996, 2.077278931007047, 1.1746559216420094, -1.0059016866150792, -1.0059016866150792, -0.2374493959608852, -0.6086419069331835, 0.1027126401066077, 0.9442015255757584, 0.690893728155318, 1.5787813730941156, -0.6086419069331835, 0.690893728155318, 0.1027126401066077, 2.356942108852996, -1.0059016866150792, 0.1027126401066077, 1.3852958922328609, 4.396818518553955, -0.2374493959608852, -1.418410521829498, -1.0059016866150792, 0.9442015255757584, -0.2374493959608852, 0.1027126401066077, -0.6086419069331835, 1.7573815092591922, -0.6086419069331835, 0.9442015255757584, -0.2374493959608852, 0.1027126401066077, -0.6086419069331835, 0.4114459875414216, 4.5887893648582825, 2.71899902877155, 1.9230107368388547, -0.6086419069331835, 0.4114459875414216, 2.2215412130103984, 0.1027126401066077, -0.2374493959608852, -0.6086419069331835, 0.690893728155318, 0.690893728155318, 1.5787813730941156, -0.6086419069331835, -1.0059016866150792, 0.1027126401066077, 0.4114459875414216, 0.9442015255757584, -1.418410521829498, 0.4114459875414216, 0.690893728155318, -1.0059016866150792, -0.6086419069331835, 1.3852958922328609, 1.5787813730941156, 0.4114459875414216, 0.9442015255757584, 0.1027126401066077, 2.484452767131033, -1.0059016866150792, 1.5787813730941156, 0.690893728155318, 1.1746559216420094, 0.690893728155318, 3.822056893353381, -0.6086419069331835, -0.6086419069331835, 0.9442015255757584, -0.2374493959608852, 0.1027126401066077, 0.690893728155318, 1.3852958922328609, -0.6086419069331835, 0.4114459875414216, 0.9442015255757584, 4.293792392789458, -0.2374493959608852, 0.690893728155318, 1.5787813730941156, -1.0059016866150792, 0.4114459875414216, 1.1746559216420094, 1.1746559216420094, 0.690893728155318, 2.484452767131033, -0.6086419069331835, 0.4114459875414216, 2.71899902877155, 0.1027126401066077, 0.9442015255757584, 1.3852958922328609, 0.9442015255757584, 0.690893728155318, 2.077278931007047, 0.690893728155318, 1.5787813730941156, -0.6086419069331835, 0.690893728155318, -1.0059016866150792, 2.8273579328146803, 0.4114459875414216, 3.2130759519661893, 0.4114459875414216, 0.690893728155318, 0.1027126401066077, -0.6086419069331835, 1.7573815092591922, 0.4114459875414216, 3.754877684707715, 0.9442015255757584, 2.2215412130103984, 0.4114459875414216], [-0.9242555705755594, -0.08472809889834894, -0.9242555705755594, -0.7349989279379737, -0.7349989279379737, -0.7349989279379737, -0.7349989279379737, -0.9242555705755594, -0.7349989279379737, -0.9242555705755594, -0.7349989279379737, -0.7349989279379737, -0.22637315427129576, -0.9242555705755594, -0.7349989279379737, -0.7349989279379737, -0.7349989279379737, -0.7349989279379737, -0.22637315427129576, -0.7349989279379737, -0.3824375083000669, -0.9242555705755594, -0.7349989279379737, -0.7349989279379737, -0.08472809889834894, -0.9242555705755594, -0.9242555705755594, -0.9242555705755594, -0.7349989279379737, -0.5527384628537231, -0.5527384628537231, -0.3824375083000669, -0.5527384628537231, -0.9242555705755594, -0.7349989279379737, -0.5527384628537231, -0.9242555705755594, -0.5527384628537231, -0.9242555705755594, -0.5527384628537231, -0.9242555705755594, -0.5527384628537231, -0.9242555705755594, -0.3824375083000669, -0.5527384628537231, -0.7349989279379737, -0.5527384628537231, -0.7349989279379737, -0.7349989279379737, -0.7349989279379737, -0.5527384628537231, -0.9242555705755594, -0.3824375083000669, -0.7349989279379737, -0.9242555705755594, -0.7349989279379737, -0.9242555705755594, -0.7349989279379737, -0.3824375083000669, -0.3824375083000669, -0.3824375083000669, -0.9242555705755594, -0.7349989279379737, -0.22637315427129576, -0.9242555705755594, -0.3824375083000669, -0.5527384628537231, -0.5527384628537231, -0.9242555705755594, -0.9242555705755594, -0.9242555705755594, -0.7349989279379737, -0.7349989279379737, -0.9242555705755594, -0.7349989279379737, -0.9242555705755594, -0.7349989279379737, -0.9242555705755594, -0.7349989279379737, -0.9242555705755594, -0.7349989279379737, -0.7349989279379737, -0.3824375083000669, -0.5527384628537231, -0.9242555705755594, -0.9242555705755594, -0.3824375083000669, -0.5527384628537231, -0.08472809889834894, -0.9242555705755594, -0.9242555705755594, -0.9242555705755594, -0.5527384628537231, -0.7349989279379737, -0.9242555705755594, -0.9242555705755594, -0.22637315427129576, -0.9242555705755594, -0.7349989279379737, -0.7349989279379737, -0.7349989279379737, -0.08472809889834894, -0.9242555705755594, -0.9242555705755594, -0.7349989279379737, -0.7349989279379737, -0.7349989279379737, -0.5527384628537231, -0.9242555705755594, 0.04348089122850375, -0.7349989279379737, -0.5527384628537231, -0.3824375083000669, -0.7349989279379737, -0.08472809889834894, -0.3824375083000669, -0.7349989279379737, -0.3824375083000669, -0.7349989279379737, -0.3824375083000669, -0.9242555705755594, -0.3824375083000669, -0.9242555705755594, -0.5527384628537231, -0.7349989279379737, -0.9242555705755594, -0.7349989279379737, -0.7349989279379737, -0.9242555705755594, -0.7349989279379737, -0.3824375083000669, -0.5527384628537231, -0.9242555705755594, -0.9242555705755594, -0.9242555705755594, 0.15969702819632242, -0.9242555705755594, -0.9242555705755594, -0.7349989279379737, -0.7349989279379737, -0.3824375083000669, -0.7349989279379737, -0.9242555705755594, -0.9242555705755594, -0.5527384628537231, -0.9242555705755594, -0.5527384628537231, -0.7349989279379737, -0.3824375083000669, -0.7349989279379737, -0.3824375083000669, -0.5527384628537231, -0.5527384628537231, -0.5527384628537231, -0.22637315427129576, -0.7349989279379737, -0.9242555705755594, -0.3824375083000669, -0.22637315427129576, -0.9242555705755594, -0.5527384628537231, -0.22637315427129576, -0.5527384628537231, -0.5527384628537231, -0.5527384628537231, -0.9242555705755594, -0.7349989279379737, -0.22637315427129576, 0.15969702819632242, -0.9242555705755594, -0.5527384628537231, -0.9242555705755594, -0.7349989279379737, -0.9242555705755594, -0.7349989279379737, -0.7349989279379737, -0.7349989279379737, -0.08472809889834894, -0.7349989279379737, -0.5527384628537231, -0.5527384628537231, -0.5527384628537231, -0.5527384628537231, -0.22637315427129576, -0.3824375083000669, -0.9242555705755594, -0.7349989279379737, -0.9242555705755594, -0.9242555705755594, -0.5527384628537231, -0.3824375083000669, -0.3824375083000669, -0.7349989279379737, -0.9242555705755594, -0.22637315427129576, -0.5527384628537231, -0.9242555705755594, -0.9242555705755594, -0.5527384628537231, -0.7349989279379737, -0.22637315427129576, -0.9242555705755594, -0.5527384628537231, -0.5527384628537231, -0.3824375083000669, -0.9242555705755594, -0.3824375083000669, -0.9242555705755594, -0.9242555705755594, -0.5527384628537231, -0.3824375083000669, -0.3824375083000669, -0.7349989279379737, -0.7349989279379737, -0.7349989279379737, -0.7349989279379737, -0.7349989279379737, -0.7349989279379737, -0.3824375083000669, -0.5527384628537231, -0.9242555705755594, -0.9242555705755594, -0.7349989279379737, -0.9242555705755594, -0.08472809889834894, -0.5527384628537231, -0.5527384628537231, -0.9242555705755594, -0.7349989279379737, -0.3824375083000669, 0.4508385533575207, -0.5527384628537231, -0.7349989279379737, -0.9242555705755594, 0.15969702819632242, -0.3824375083000669, -0.5527384628537231, -0.7349989279379737, -0.7349989279379737, -0.3824375083000669, 0.04348089122850375, -0.7349989279379737, -0.7349989279379737, -0.9242555705755594, -0.5527384628537231, -0.7349989279379737, -0.3824375083000669, -0.9242555705755594, -0.5527384628537231, -0.3824375083000669, -0.22637315427129576, -0.7349989279379737, -0.3824375083000669, -0.5527384628537231, -0.5527384628537231, -0.22637315427129576, -0.5527384628537231, -0.7349989279379737, -0.7349989279379737, -0.7349989279379737, -0.9242555705755594, -0.08472809889834894, -0.7349989279379737, -0.7349989279379737, -0.5527384628537231, 0.04348089122850375, -0.7349989279379737, -0.5527384628537231, -0.7349989279379737, -0.5527384628537231, -0.5527384628537231, -0.7349989279379737, -0.5527384628537231, -0.7349989279379737, -0.7349989279379737, -0.5527384628537231, -0.7349989279379737, -0.7349989279379737, -0.9242555705755594, -0.3824375083000669, -0.5527384628537231, -0.9242555705755594, -0.7349989279379737, -0.22637315427129576, -0.5527384628537231, -0.9242555705755594, -0.7349989279379737, -0.5527384628537231, -0.9242555705755594, -0.9242555705755594, -0.9242555705755594, -0.5527384628537231, -0.5527384628537231, -0.3824375083000669, -0.22637315427129576, -0.9242555705755594, -0.3824375083000669, -0.7349989279379737, -0.5527384628537231, -0.9242555705755594, -0.9242555705755594, -0.9242555705755594, -0.7349989279379737, -0.3824375083000669, -0.7349989279379737, -0.08472809889834894, -0.22637315427129576, -0.7349989279379737, -0.9242555705755594, -0.7349989279379737, -0.08472809889834894, -0.9242555705755594, -0.7349989279379737, -0.7349989279379737, -0.7349989279379737, -0.5527384628537231, -0.5527384628537231, -0.5527384628537231, -0.7349989279379737, -0.9242555705755594, -0.5527384628537231, -0.22637315427129576, 0.04348089122850375, -0.7349989279379737, -0.08472809889834894, -0.7349989279379737, -0.5527384628537231, -0.7349989279379737, -0.5527384628537231, -0.3824375083000669, -0.5527384628537231, -0.08472809889834894, -0.7349989279379737, -0.9242555705755594, -0.7349989279379737, -0.7349989279379737, -0.7349989279379737, -0.9242555705755594, -0.5527384628537231, -0.7349989279379737, -0.08472809889834894, 0.15969702819632242, -0.9242555705755594, -0.7349989279379737, -0.7349989279379737, -0.9242555705755594, -0.9242555705755594, -0.22637315427129576, -0.7349989279379737, -0.3824375083000669, -0.7349989279379737, -0.7349989279379737, 0.4508385533575207, -0.9242555705755594, -0.9242555705755594, -0.3824375083000669, -0.7349989279379737, -0.22637315427129576, -0.5527384628537231, -0.08472809889834894, -0.7349989279379737, -0.3824375083000669, -0.9242555705755594, -0.5527384628537231, -0.9242555705755594, -0.7349989279379737, -0.9242555705755594, -0.22637315427129576, 0.2654281581923633, -0.22637315427129576, -0.5527384628537231, -0.7349989279379737, -0.3824375083000669, -0.7349989279379737, -0.7349989279379737, -0.9242555705755594, -0.7349989279379737, -0.5527384628537231, -0.9242555705755594, -0.9242555705755594, -0.5527384628537231, -0.5527384628537231, -0.7349989279379737, -0.22637315427129576, -0.22637315427129576, -0.7349989279379737, 0.15969702819632242, -0.3824375083000669, -0.7349989279379737, -0.9242555705755594, -0.9242555705755594, -0.08472809889834894, -0.22637315427129576, -0.5527384628537231, -0.5527384628537231, -0.5527384628537231, -0.9242555705755594, -0.7349989279379737, -0.22637315427129576, -0.3824375083000669, 0.04348089122850375, -0.22637315427129576, -0.5527384628537231, -0.9242555705755594, -0.7349989279379737, -0.7349989279379737, -0.5527384628537231, -0.9242555705755594, -0.5527384628537231, 0.04348089122850375, -0.7349989279379737, -0.3824375083000669, -0.5527384628537231, -0.22637315427129576, -0.9242555705755594, -0.7349989279379737, -0.22637315427129576, -0.08472809889834894, -0.3824375083000669, -0.5527384628537231, -0.22637315427129576, -0.5527384628537231, -0.5527384628537231, -0.7349989279379737, -0.3824375083000669, -0.9242555705755594, -0.9242555705755594, -0.5527384628537231, -0.5527384628537231, -0.9242555705755594, -0.9242555705755594, -0.22637315427129576, -0.7349989279379737, -0.3824375083000669, -0.7349989279379737, -0.3824375083000669, -0.5527384628537231, -0.9242555705755594, -0.5527384628537231, -0.9242555705755594, -0.5527384628537231, 0.2654281581923633, -0.7349989279379737, -0.22637315427129576, -0.08472809889834894, -0.9242555705755594, -0.7349989279379737, -0.7349989279379737, -0.7349989279379737, -0.7349989279379737, 0.8078541508672524, -0.22637315427129576, -0.3824375083000669, -0.9242555705755594, -0.3824375083000669, -0.08472809889834894, -0.7349989279379737, -0.7349989279379737, -0.5527384628537231, -0.08472809889834894, -0.5527384628537231, -0.22637315427129576, -0.9242555705755594, -0.3824375083000669, -0.3824375083000669, -0.5527384628537231, -0.5527384628537231, -0.22637315427129576, -0.7349989279379737, -0.7349989279379737, -0.5527384628537231, -0.22637315427129576, -0.7349989279379737, -0.9242555705755594, -0.3824375083000669, -0.5527384628537231, -0.08472809889834894, -0.3824375083000669, -0.7349989279379737, -0.7349989279379737, -0.7349989279379737, -0.9242555705755594, -0.5527384628537231, -0.3824375083000669, -0.5527384628537231, -0.5527384628537231, -0.5527384628537231, -0.08472809889834894, -0.9242555705755594, -0.9242555705755594, 0.04348089122850375, -0.9242555705755594, -0.08472809889834894, -0.3824375083000669, -0.3824375083000669, -0.9242555705755594, -0.9242555705755594, -0.5527384628537231, -0.22637315427129576, -0.7349989279379737, -0.5527384628537231, -0.5527384628537231, -0.7349989279379737, -0.7349989279379737, -0.9242555705755594, -0.08472809889834894, -0.5527384628537231, -0.7349989279379737, -0.7349989279379737, -0.9242555705755594, -0.22637315427129576, -0.3824375083000669, 0.15969702819632242, -0.5527384628537231, -0.5527384628537231, -0.7349989279379737, -0.22637315427129576, -0.5527384628537231, -0.7349989279379737, -0.3824375083000669, -0.9242555705755594, -0.7349989279379737, -0.7349989279379737, 0.15969702819632242, -0.22637315427129576, -0.5527384628537231, -0.5527384628537231, -0.08472809889834894, -0.3824375083000669, -0.22637315427129576, 0.15969702819632242, -0.7349989279379737, -0.3824375083000669, -0.08472809889834894, -0.5527384628537231, -0.08472809889834894, -0.7349989279379737, -0.7349989279379737, -0.5527384628537231, -0.5527384628537231, -0.7349989279379737, -0.7349989279379737, -0.22637315427129576, -0.9242555705755594, -0.3824375083000669, -0.3824375083000669, -0.5527384628537231, -0.3824375083000669, -0.5527384628537231, -0.5527384628537231, -0.08472809889834894, -0.7349989279379737, -0.5527384628537231, -0.22637315427129576, 0.04348089122850375, -0.3824375083000669, -0.7349989279379737, -0.5527384628537231, -0.08472809889834894, -0.7349989279379737, -0.7349989279379737, -0.7349989279379737, -0.08472809889834894, -0.9242555705755594, -0.5527384628537231, -0.7349989279379737, -0.5527384628537231, -0.5527384628537231, -0.5527384628537231, -0.7349989279379737, -0.7349989279379737, -0.7349989279379737, -0.7349989279379737, -0.9242555705755594, 0.04348089122850375, -0.08472809889834894, -0.08472809889834894, -0.08472809889834894, -0.5527384628537231, -0.7349989279379737, -0.3824375083000669, 0.36206854558814544, -0.7349989279379737, -0.22637315427129576, -0.3824375083000669, -0.5527384628537231, -0.08472809889834894, -0.7349989279379737, -0.08472809889834894, -0.7349989279379737, -0.3824375083000669, -0.7349989279379737, -0.7349989279379737, 0.04348089122850375, -0.5527384628537231, -0.7349989279379737, -0.7349989279379737, -0.7349989279379737, 0.15969702819632242, -0.08472809889834894, -0.7349989279379737, -0.9242555705755594, -0.5527384628537231, -0.08472809889834894, -0.5527384628537231, -0.9242555705755594, -0.9242555705755594, -0.3824375083000669, -0.9242555705755594, -0.3824375083000669, -0.3824375083000669, 0.04348089122850375, -0.7349989279379737, 0.04348089122850375, -0.5527384628537231, -0.3824375083000669, -0.3824375083000669, -0.9242555705755594, 0.2654281581923633, -0.9242555705755594, -0.7349989279379737, -0.08472809889834894, -0.5527384628537231, -0.7349989279379737, -0.22637315427129576, -0.22637315427129576, -0.08472809889834894, -0.22637315427129576, -0.08472809889834894, -0.5527384628537231, -0.7349989279379737, -0.08472809889834894, -0.7349989279379737, -0.7349989279379737, -0.3824375083000669, -0.22637315427129576, -0.7349989279379737, -0.3824375083000669, -0.9242555705755594, 0.04348089122850375, -0.9242555705755594, -0.22637315427129576, -0.7349989279379737, -0.3824375083000669, 0.04348089122850375, -0.5527384628537231, -0.9242555705755594, -0.3824375083000669, -0.5527384628537231, -0.7349989279379737, -0.5527384628537231, -0.08472809889834894, -0.5527384628537231, -0.3824375083000669, -0.7349989279379737, -0.7349989279379737, -0.9242555705755594, -0.08472809889834894, -0.7349989279379737, 0.15969702819632242, 0.04348089122850375, -0.22637315427129576, 0.04348089122850375, -0.5527384628537231, -0.9242555705755594, -0.9242555705755594, 0.04348089122850375, -0.08472809889834894, -0.7349989279379737, 0.04348089122850375, -0.7349989279379737, -0.22637315427129576, -0.5527384628537231, -0.22637315427129576, -0.7349989279379737, -0.22637315427129576, -0.7349989279379737, -0.3824375083000669, -0.08472809889834894, 0.04348089122850375, -0.7349989279379737, -0.5527384628537231, -0.3824375083000669, -0.7349989279379737, -0.3824375083000669, -0.22637315427129576, -0.22637315427129576, -0.5527384628537231, 0.15969702819632242, -0.22637315427129576, -0.22637315427129576, -0.9242555705755594, 0.15969702819632242, 0.04348089122850375, -0.7349989279379737, -0.5527384628537231, -0.3824375083000669, -0.7349989279379737, -0.7349989279379737, -0.9242555705755594, -0.5527384628537231, -0.5527384628537231, -0.5527384628537231, -0.7349989279379737, -0.22637315427129576, -0.9242555705755594, -0.22637315427129576, -0.08472809889834894, -0.5527384628537231, -0.08472809889834894, -0.9242555705755594, -0.9242555705755594, 0.04348089122850375, -0.22637315427129576, -0.08472809889834894, -0.3824375083000669, -0.7349989279379737, 0.04348089122850375, 0.8078541508672524, -0.9242555705755594, -0.3824375083000669, 0.15969702819632242, -0.08472809889834894, -0.22637315427129576, -0.22637315427129576, -0.3824375083000669, -0.7349989279379737, -0.22637315427129576, -0.9242555705755594, -0.3824375083000669, -0.7349989279379737, -0.3824375083000669, 0.2654281581923633, -0.5527384628537231, 0.2654281581923633, -0.7349989279379737, -0.08472809889834894, -0.3824375083000669, -0.5527384628537231, -0.7349989279379737, 0.2654281581923633, -0.3824375083000669, -0.7349989279379737, -0.22637315427129576, -0.5527384628537231, -0.5527384628537231, -0.3824375083000669, -0.5527384628537231, 0.5327792519795234, -0.3824375083000669, -0.22637315427129576, -0.7349989279379737, 0.04348089122850375, -0.9242555705755594, -0.3824375083000669, -0.3824375083000669, -0.22637315427129576, -0.22637315427129576, -0.08472809889834894, -0.5527384628537231, -0.3824375083000669, -0.7349989279379737, -0.08472809889834894, -0.3824375083000669, -0.3824375083000669, -0.3824375083000669, -0.9242555705755594, -0.08472809889834894, -0.3824375083000669, -0.5527384628537231, -0.5527384628537231, -0.7349989279379737, -0.7349989279379737, -0.08472809889834894, 0.6795463193974837, -0.08472809889834894, -0.5527384628537231, -0.5527384628537231, -0.22637315427129576, -0.5527384628537231, -0.7349989279379737, -0.22637315427129576, -0.08472809889834894, -0.22637315427129576, -0.08472809889834894, -0.3824375083000669, -0.22637315427129576, 0.15969702819632242, -0.3824375083000669, -0.7349989279379737, -0.5527384628537231, -0.7349989279379737, -0.7349989279379737, -0.9242555705755594, -0.9242555705755594, -0.5527384628537231, 1.350377045218645, -0.9242555705755594, -0.3824375083000669, -0.5527384628537231, -0.5527384628537231, -0.9242555705755594, -0.5527384628537231, -0.08472809889834894, -0.5527384628537231, 0.6087689735526138, 0.2654281581923633, -0.5527384628537231, -0.22637315427129576, -0.08472809889834894, -0.22637315427129576, -0.08472809889834894, -0.9242555705755594, -0.3824375083000669, -0.9242555705755594, -0.7349989279379737, -0.3824375083000669, 0.15969702819632242, 0.2654281581923633, -0.22637315427129576, -0.3824375083000669, -0.3824375083000669, -0.3824375083000669, -0.5527384628537231, -0.9242555705755594, -0.08472809889834894, -0.22637315427129576, 0.04348089122850375, -0.7349989279379737, 0.04348089122850375, -0.3824375083000669, -0.7349989279379737, -0.3824375083000669, 1.5670011674900997, -0.7349989279379737, -0.3824375083000669, -0.9242555705755594, -0.22637315427129576, -0.3824375083000669, -0.5527384628537231, -0.5527384628537231, -0.7349989279379737, -0.7349989279379737, -0.5527384628537231, -0.08472809889834894, -0.22637315427129576, -0.3824375083000669, -0.3824375083000669, -0.22637315427129576, -0.5527384628537231, 0.15969702819632242, -0.22637315427129576, -0.7349989279379737, 0.04348089122850375, -0.9242555705755594, -0.7349989279379737, -0.9242555705755594, -0.7349989279379737, -0.9242555705755594, -0.22637315427129576, -0.3824375083000669, -0.3824375083000669, -0.3824375083000669, -0.08472809889834894, -0.5527384628537231, -0.22637315427129576, 0.6795463193974837, -0.9242555705755594, -0.3824375083000669, 0.04348089122850375, -0.7349989279379737, -0.7349989279379737, -0.08472809889834894, -0.3824375083000669, -0.7349989279379737, -0.3824375083000669, -0.08472809889834894, 0.2654281581923633, 0.04348089122850375, -0.08472809889834894, 0.04348089122850375, -0.7349989279379737, -0.5527384628537231, 0.04348089122850375, 0.04348089122850375, -0.22637315427129576, -0.7349989279379737, -0.7349989279379737, 0.04348089122850375, -0.08472809889834894, -0.3824375083000669, 0.04348089122850375, -0.5527384628537231, -0.08472809889834894, -0.7349989279379737, 0.2654281581923633, -0.3824375083000669, 0.9216165026900796, -0.3824375083000669, -0.22637315427129576, 0.15969702819632242, -0.5527384628537231, 1.1161525161395445, -0.3824375083000669, -0.7349989279379737, 0.04348089122850375, -0.3824375083000669, 0.2654281581923633, -0.9242555705755594, 0.15969702819632242, -0.22637315427129576, -0.7349989279379737, -0.22637315427129576, 0.15969702819632242, -0.5527384628537231, -0.5527384628537231, -0.5527384628537231, -0.7349989279379737, -0.5527384628537231, 0.04348089122850375, 0.04348089122850375, -0.3824375083000669, -0.9242555705755594, -0.3824375083000669, -0.5527384628537231, -0.22637315427129576, -0.7349989279379737, -0.5527384628537231, 0.8078541508672524, 0.15969702819632242, 0.15969702819632242, -0.7349989279379737, 0.04348089122850375, -0.9242555705755594, -0.5527384628537231, -0.5527384628537231, -0.08472809889834894, -0.5527384628537231, -0.08472809889834894, -0.22637315427129576, 0.36206854558814544, -0.22637315427129576, -0.22637315427129576, -0.3824375083000669, -0.7349989279379737, -0.22637315427129576, -0.3824375083000669, -0.3824375083000669, -0.5527384628537231, -0.5527384628537231, -0.22637315427129576, 0.36206854558814544, -0.7349989279379737, -0.3824375083000669, 0.04348089122850375, -0.5527384628537231, -0.7349989279379737, -0.5527384628537231, -0.5527384628537231, 0.2654281581923633, -0.3824375083000669, -0.3824375083000669, -0.22637315427129576, -0.3824375083000669, 0.04348089122850375, -0.22637315427129576, -0.22637315427129576, -0.3824375083000669, 0.04348089122850375, -0.3824375083000669, -0.5527384628537231, -0.3824375083000669, -0.3824375083000669, -0.9242555705755594, -0.5527384628537231, -0.7349989279379737, -0.08472809889834894, -0.7349989279379737, 0.04348089122850375, -0.3824375083000669, -0.22637315427129576, -0.7349989279379737, -0.9242555705755594, -0.5527384628537231, -0.3824375083000669, 0.04348089122850375, -0.08472809889834894, -0.9242555705755594, -0.9242555705755594, -0.7349989279379737, -0.3824375083000669, -0.3824375083000669, -0.5527384628537231, -0.08472809889834894, -0.9242555705755594, -0.22637315427129576, -0.3824375083000669, 0.15969702819632242, 1.9316168654252128, 1.7887858814146311, -0.3824375083000669, -0.08472809889834894, 1.9687970776371961, 0.04348089122850375, 0.5327792519795234, -0.22637315427129576, -0.22637315427129576, -0.9242555705755594, 0.8663552956334392, 0.5327792519795234, -0.3824375083000669, -0.7349989279379737, 1.350377045218645, -0.7349989279379737, -0.7349989279379737, -0.9242555705755594, -0.08472809889834894, -0.5527384628537231, -0.5527384628537231, -0.5527384628537231, -0.5527384628537231, -0.3824375083000669, -0.5527384628537231, -0.22637315427129576, -0.7349989279379737, 1.1161525161395445, -0.08472809889834894, 0.36206854558814544, -0.5527384628537231, 0.04348089122850375, 0.2654281581923633, 1.023678181497542, -0.3824375083000669, 0.15969702819632242, -0.22637315427129576, -0.22637315427129576, 0.15969702819632242, -0.3824375083000669, -0.9242555705755594, 0.15969702819632242, -0.22637315427129576, -0.9242555705755594, -0.3824375083000669, -0.5527384628537231, -0.3824375083000669, 0.2654281581923633, -0.22637315427129576, -0.7349989279379737, 2.004586555811945, -0.9242555705755594, 0.15969702819632242, -0.08472809889834894, -0.22637315427129576, -0.3824375083000669, -0.08472809889834894, -0.08472809889834894, -0.22637315427129576, 0.36206854558814544, 0.04348089122850375, 0.15969702819632242, -0.7349989279379737, -0.22637315427129576, 0.2654281581923633, -0.5527384628537231, -0.5527384628537231, -0.7349989279379737, 0.04348089122850375, -0.22637315427129576, -0.08472809889834894, -0.3824375083000669, -0.5527384628537231, 0.5327792519795234, 0.2654281581923633, -0.5527384628537231, -0.7349989279379737, 0.04348089122850375, -0.5527384628537231, -0.08472809889834894, 0.4508385533575207, -0.08472809889834894, -0.7349989279379737, -0.08472809889834894, -0.22637315427129576, 0.04348089122850375, 2.088606164871486, -0.5527384628537231, 0.6087689735526138, -0.22637315427129576, 0.9739637496395398, 0.04348089122850375, 0.2654281581923633, -0.08472809889834894, 0.04348089122850375, 0.04348089122850375, -0.08472809889834894, 0.7457330112219124, 0.15969702819632242, -0.08472809889834894, -0.3824375083000669, -0.9242555705755594, -0.22637315427129576, 0.36206854558814544, 0.36206854558814544, -0.5527384628537231, 0.15969702819632242, 0.5327792519795234, -0.3824375083000669, -0.22637315427129576, 1.6208978759232602, -0.3824375083000669, -0.08472809889834894, -0.3824375083000669, 1.2783921405080605, -0.5527384628537231, 0.15969702819632242, 0.15969702819632242, -0.3824375083000669, 0.15969702819632242, 1.5099075053105624, 1.350377045218645, -0.5527384628537231, 1.200643354307695, -0.08472809889834894, -0.5527384628537231, -0.3824375083000669, -0.22637315427129576, -0.08472809889834894, -0.7349989279379737, -0.3824375083000669, -0.22637315427129576, 0.8663552956334392, -0.22637315427129576, 1.4800402509518802, 2.088606164871486, -0.9242555705755594, 0.15969702819632242, 0.6795463193974837, -0.22637315427129576, 1.810540627352608, 0.6795463193974837, -0.5527384628537231, -0.9242555705755594, -0.22637315427129576, -0.22637315427129576, -0.3824375083000669, -0.22637315427129576, -0.7349989279379737, -0.9242555705755594, -0.5527384628537231, -0.9242555705755594, -0.08472809889834894, -0.3824375083000669, -0.3824375083000669, -0.3824375083000669, -0.3824375083000669, 0.15969702819632242, -0.9242555705755594, 1.7203945396008828, 0.15969702819632242, -0.5527384628537231, 0.4508385533575207, -0.7349989279379737, 0.6795463193974837, -0.3824375083000669, 0.04348089122850375, -0.9242555705755594, -0.08472809889834894, -0.5527384628537231, -0.08472809889834894, -0.3824375083000669, -0.08472809889834894, -0.9242555705755594, -0.08472809889834894, -0.5527384628537231, -0.5527384628537231, 0.2654281581923633, -0.3824375083000669, 0.2654281581923633, -0.22637315427129576, -0.22637315427129576, 0.2654281581923633, 1.4173811398037226, -0.5527384628537231, 0.15969702819632242, -0.5527384628537231, 0.6795463193974837, 0.04348089122850375, -0.7349989279379737, -0.9242555705755594, -0.5527384628537231, -0.08472809889834894, 1.6467544442921749, -0.08472809889834894, 0.6087689735526138, 0.04348089122850375, 0.04348089122850375, -0.5527384628537231, 0.04348089122850375, -0.5527384628537231, 0.6087689735526138, 2.2093420288846404, 0.15969702819632242, -0.9242555705755594, 0.6795463193974837, 0.15969702819632242, -0.3824375083000669, 1.831812627615787, -0.08472809889834894, 2.088606164871486, -0.3824375083000669, 0.4508385533575207, -0.22637315427129576, 2.5003673001731395, -0.3824375083000669, -0.3824375083000669, -0.08472809889834894, 2.2644315008349745, 0.6795463193974837, 0.15969702819632242, -0.22637315427129576, -0.5527384628537231, -0.3824375083000669, 0.6087689735526138, -0.08472809889834894, -0.3824375083000669, -0.22637315427129576, 0.04348089122850375, 0.15969702819632242, 0.6087689735526138, 0.04348089122850375, 1.5670011674900997, -0.3824375083000669, 0.2654281581923633, 1.2783921405080605, 0.4508385533575207, -0.5527384628537231, -0.08472809889834894, -0.5527384628537231, -0.08472809889834894, -0.7349989279379737, 0.04348089122850375, -0.22637315427129576, -0.3824375083000669, -0.22637315427129576, 0.36206854558814544, 1.6467544442921749, -0.5527384628537231, 0.4508385533575207, 1.5670011674900997, -0.5527384628537231, 1.6467544442921749, 0.36206854558814544, -0.5527384628537231, -0.22637315427129576, 0.6795463193974837, 1.3150522038695192, 0.04348089122850375, 2.2509541834096294, -0.5527384628537231, -0.7349989279379737, -0.22637315427129576, 0.04348089122850375, 0.6087689735526138, -0.3824375083000669, 0.15969702819632242, 0.4508385533575207, 0.8663552956334392, 0.9216165026900796, -0.5527384628537231, -0.5527384628537231, 0.04348089122850375, 1.0710035960162436, -0.08472809889834894, -0.9242555705755594, -0.22637315427129576, -0.3824375083000669, -0.08472809889834894, -0.5527384628537231, -0.5527384628537231, -0.5527384628537231, 0.36206854558814544, -0.3824375083000669, -0.5527384628537231, -0.08472809889834894, 0.2654281581923633, -0.08472809889834894, -0.08472809889834894, 1.1161525161395445, 0.36206854558814544, 0.15969702819632242, 0.04348089122850375, 2.353794344911794, -0.08472809889834894, 0.36206854558814544, 0.15969702819632242, 1.6208978759232602, 1.200643354307695, -0.3824375083000669, -0.3824375083000669, 1.6719336343723492, 0.9739637496395398, 0.2654281581923633, -0.22637315427129576, -0.5527384628537231, 2.7555965968113814, 0.6795463193974837, -0.22637315427129576, 0.15969702819632242, 0.6795463193974837, 0.15969702819632242, 0.04348089122850375, 0.7457330112219124, 1.7665261243015533, -0.08472809889834894, 0.2654281581923633, -0.5527384628537231, 0.36206854558814544, -0.22637315427129576, 0.4508385533575207, 0.6795463193974837, -0.08472809889834894, 0.4508385533575207, -0.22637315427129576, -0.3824375083000669, -0.3824375083000669, -0.3824375083000669, -0.9242555705755594, 0.2654281581923633, -0.3824375083000669, 0.04348089122850375, -0.3824375083000669, -0.3824375083000669, 0.2654281581923633, -0.5527384628537231, -0.3824375083000669, 0.6087689735526138, 0.7457330112219124, 0.36206854558814544, 1.7437375253286616, 1.4173811398037226, 1.200643354307695, 1.9687970776371961, 0.6087689735526138, 1.5388772143965934, -0.22637315427129576, 0.7457330112219124, -0.5527384628537231, 1.1593111340397086, 0.6087689735526138, 1.5388772143965934, -0.08472809889834894, 0.4508385533575207, 0.15969702819632242, 0.6795463193974837, 0.5327792519795234, 1.3844589588731748, -0.22637315427129576, 0.15969702819632242, 0.04348089122850375, -0.3824375083000669, -0.08472809889834894, 1.696469740976815, 0.7457330112219124, 0.36206854558814544, -0.22637315427129576, 0.2654281581923633, -0.3824375083000669, 1.023678181497542, 2.6089163020869592, 1.2402941166541424, -0.3824375083000669, 2.4466240112021533, 1.2402941166541424, 0.36206854558814544, 1.6467544442921749, 0.8078541508672524, 0.36206854558814544, 2.088606164871486, -0.3824375083000669, 0.36206854558814544, -0.5527384628537231, -0.9242555705755594, 0.6795463193974837, 0.4508385533575207, 0.4508385533575207, 0.15969702819632242, 0.04348089122850375, 2.2509541834096294, 1.9124707908440413, 0.04348089122850375, 0.2654281581923633, 0.15969702819632242, 1.3844589588731748, 2.4898581191272924, 0.9216165026900796, 0.2654281581923633, 0.36206854558814544, -0.22637315427129576, 1.7665261243015533, 1.7665261243015533, 0.04348089122850375, 2.680758815074032, 0.4508385533575207, -0.3824375083000669, 0.5327792519795234, 1.9503875033317624, 0.04348089122850375, 1.6208978759232602, 0.7457330112219124, -0.22637315427129576, 1.4492188226624236, 2.0219914053877357, 1.7203945396008828, 0.15969702819632242, -0.5527384628537231, 0.04348089122850375, 1.696469740976815, 1.7887858814146311, 0.15969702819632242, 1.4173811398037226, -0.22637315427129576, 0.8078541508672524, 1.2783921405080605, -0.9242555705755594, 1.6467544442921749, 0.8663552956334392, 1.696469740976815, 0.8078541508672524, 0.6087689735526138, 3.0254276553169865, 2.6979044443984943, 2.6455139721201317, -0.3824375083000669, 2.3291041440209685, -0.08472809889834894, 0.5327792519795234, 2.3659040024763422, 0.6795463193974837, 1.7887858814146311, 2.5412831565587157, 1.1593111340397086, -0.7349989279379737, 2.4355022816709484, 0.7457330112219124, 1.4800402509518802, 1.9687970776371961, 2.31651535564413, 1.8526227158009831, 0.36206854558814544, 0.4508385533575207, 2.03908518537335, 2.5512436540570445, 1.4800402509518802, 1.6719336343723492, 0.8663552956334392, 1.1593111340397086, 1.9503875033317624, -0.22637315427129576, 2.0723825034176486, 0.6087689735526138, 1.9687970776371961, 1.6208978759232602, 2.7394662505710605, 0.04348089122850375, 1.023678181497542, 2.4684859437412583, 0.04348089122850375, 0.6087689735526138, 0.6795463193974837, 2.3415290730557583, 1.8929340355402915, 2.03908518537335, 1.2783921405080605, -0.3824375083000669, 1.1161525161395445, 0.15969702819632242, 1.3150522038695192, 2.0219914053877357, 0.7457330112219124, -0.22637315427129576, 2.7555965968113814, 1.023678181497542, 3.2402985640388, 1.696469740976815, 2.4466240112021533, 0.6795463193974837, 2.1045590754537633, 1.5388772143965934, 0.8663552956334392, 0.8663552956334392, 0.04348089122850375, 2.3415290730557583, 2.6455139721201317, 1.3844589588731748, 1.7437375253286616, 2.1202500935785, 0.9216165026900796, 2.6544480626347537, 2.4355022816709484, 1.023678181497542, 3.0724529113077814, 2.2777212420361947, 2.680758815074032, -0.08472809889834894, 2.3896718970119046, 2.2509541834096294, 1.0710035960162436, 2.7870609217419733, 2.1950584453784105, 1.9503875033317624, 1.5388772143965934, -0.3824375083000669, 2.9034591169362693, 0.9216165026900796, 1.6467544442921749, 1.023678181497542, 1.5388772143965934, 2.479231877990518, 2.135687651334272, 2.03908518537335, 2.0723825034176486, 2.680758815074032, 1.1593111340397086, 1.5388772143965934, 1.8929340355402915, 2.135687651334272, 3.00717720759346, 2.31651535564413, 2.353794344911794, 1.5670011674900997, -0.08472809889834894, 2.2777212420361947, 2.6455139721201317, 1.6208978759232602, 1.0710035960162436, 2.9502302580464828, 1.7437375253286616, 0.2654281581923633, 3.1960020385833836, 0.04348089122850375, 2.1658341414149667, 1.9124707908440413, 2.0219914053877357, 0.8663552956334392, 2.3896718970119046, 1.1161525161395445, 2.6089163020869592, -0.22637315427129576, 2.2509541834096294, 0.9216165026900796, 2.0219914053877357, 2.0723825034176486, 2.1658341414149667, 2.9502302580464828, 1.810540627352608, 1.2783921405080605, 1.9503875033317624, 2.9567283543523266, 1.8729904130792456, 1.8729904130792456, 1.4800402509518802, 3.706353917334507, -0.3824375083000669, 2.401337492376602, 3.1960020385833836, 2.6364953859294906, 3.2917832089540955, 3.055089233423585, 2.9502302580464828, 1.9316168654252128, 1.5943268444560716, 2.5412831565587157, 2.055878777232868, 2.03908518537335, 2.6455139721201317, 3.031434287904963, 1.5670011674900997, 1.9687970776371961, 2.590076944595287, 2.590076944595287, 2.4128622038075536, 3.992075085811072, 2.1045590754537633, 2.510761968340724, 2.3659040024763422, 2.4242493875844127, 2.6632992243815274, 1.5388772143965934, 2.088606164871486, 0.4508385533575207, 3.0374032981957995, 2.817519849929128, 3.382958711668876, 2.8249849086086263, 2.7714585613724183, 1.1593111340397086, 3.4508671552850485, 1.4173811398037226, 2.1202500935785, 1.6467544442921749, 2.377861937293788, 1.023678181497542, 0.9216165026900796, 2.9502302580464828, 2.714747193737145, 3.001015223065912, 1.4492188226624236, 2.3291041440209685, 1.9316168654252128, 1.696469740976815, 1.5099075053105624, 3.6037130421870285, 0.6087689735526138, 2.1950584453784105, 3.268725362285011, 0.8078541508672524, 3.33193127992621, 1.6719336343723492, 0.9216165026900796, 2.4684859437412583, 3.4234884884827776, 2.180558037648844, 1.8729904130792456, 2.809995870010121, 2.1202500935785, 3.4886631530862062, 2.570857927477058, 1.8929340355402915, 2.8542739173846416, 2.8756647995245976, 0.6087689735526138, 2.7714585613724183, 2.7230582927552343, 2.0723825034176486, 2.627390692373037, 2.7714585613724183, 2.8323919610286343, 1.4173811398037226, 3.5321239016067434, 2.8024120320676453, 3.3449466259112364, 1.8526227158009831, 3.353525784824445], [-1.99905341528628, -0.9178857097456284, -2.4013495250640347, 0.12751883738349848, -1.2496261529118975, -1.6116288311458609, -0.9178857097456284, -1.6116288311458609, -0.9178857097456284, -0.9178857097456284, -0.6167958565619253, -1.2496261529118975, 0.5216391157936677, -0.9178857097456284, -1.2496261529118975, -0.34426656909413483, -0.9178857097456284, -1.6116288311458609, -0.34426656909413483, -1.6116288311458609, -1.2496261529118975, -1.6116288311458609, -1.99905341528628, 0.6958175426572778, -0.9178857097456284, -1.2496261529118975, -1.2496261529118975, -1.99905341528628, -1.6116288311458609, -1.2496261529118975, -0.9178857097456284, -0.9178857097456284, -0.09723006277143854, -0.6167958565619253, -0.9178857097456284, -1.6116288311458609, -0.09723006277143854, -1.2496261529118975, -0.9178857097456284, 0.12751883738349848, -0.9178857097456284, -1.99905341528628, -0.9178857097456284, -1.2496261529118975, -1.6116288311458609, -0.9178857097456284, -0.9178857097456284, -0.9178857097456284, -1.99905341528628, -1.6116288311458609, 0.5216391157936677, 0.6958175426572778, -1.2496261529118975, -1.6116288311458609, -1.99905341528628, -0.34426656909413483, -1.2496261529118975, -1.2496261529118975, -0.09723006277143854, -0.34426656909413483, -0.9178857097456284, 1.1484857698423876, -0.34426656909413483, 0.8573461893980391, -0.9178857097456284, -0.6167958565619253, -0.09723006277143854, -0.09723006277143854, -1.6116288311458609, 0.12751883738349848, -0.9178857097456284, -1.2496261529118975, -0.9178857097456284, -1.6116288311458609, -0.09723006277143854, -1.6116288311458609, -1.2496261529118975, -1.2496261529118975, 0.6958175426572778, -0.6167958565619253, -0.09723006277143854, -1.2496261529118975, -1.99905341528628, -0.09723006277143854, -1.2496261529118975, -1.99905341528628, -0.9178857097456284, -1.6116288311458609, -1.99905341528628, -0.6167958565619253, -0.9178857097456284, 0.12751883738349848, -1.2496261529118975, -0.6167958565619253, 0.12751883738349848, 0.5216391157936677, -0.34426656909413483, -0.09723006277143854, 0.12751883738349848, 0.12751883738349848, 0.3329438695245756, -1.2496261529118975, -1.6116288311458609, -1.6116288311458609, -0.09723006277143854, -0.09723006277143854, -0.9178857097456284, 1.280534465549927, -1.6116288311458609, 0.8573461893980391, -1.6116288311458609, -1.6116288311458609, 0.6958175426572778, -1.2496261529118975, -0.09723006277143854, -2.4013495250640347, -1.6116288311458609, -1.2496261529118975, -0.6167958565619253, -1.99905341528628, -0.6167958565619253, -0.34426656909413483, -0.6167958565619253, 0.12751883738349848, -1.2496261529118975, -2.4013495250640347, 0.12751883738349848, -0.6167958565619253, -1.6116288311458609, -0.34426656909413483, 0.8573461893980391, -0.6167958565619253, -1.6116288311458609, 0.12751883738349848, 0.12751883738349848, 1.0077950745571755, 1.0077950745571755, -0.09723006277143854, -0.6167958565619253, -1.2496261529118975, -0.6167958565619253, -0.6167958565619253, 1.6336277279660891, -0.9178857097456284, -0.9178857097456284, -1.6116288311458609, 0.12751883738349848, -0.9178857097456284, -0.09723006277143854, -0.6167958565619253, 1.0077950745571755, -0.09723006277143854, -1.6116288311458609, 0.12751883738349848, -0.6167958565619253, -0.34426656909413483, 0.3329438695245756, -0.6167958565619253, -0.9178857097456284, 0.12751883738349848, -1.2496261529118975, -0.6167958565619253, -0.9178857097456284, -0.9178857097456284, -0.34426656909413483, 0.5216391157936677, -0.9178857097456284, -0.9178857097456284, -0.9178857097456284, -0.9178857097456284, -0.34426656909413483, -0.34426656909413483, -0.34426656909413483, -0.34426656909413483, 0.12751883738349848, -0.34426656909413483, 0.12751883738349848, -0.09723006277143854, -0.9178857097456284, 0.3329438695245756, 0.12751883738349848, -1.2496261529118975, -1.2496261529118975, -1.2496261529118975, -0.6167958565619253, -0.6167958565619253, -1.2496261529118975, -0.34426656909413483, -0.9178857097456284, 0.5216391157936677, -1.2496261529118975, -1.2496261529118975, -1.6116288311458609, 0.5216391157936677, -0.6167958565619253, -0.9178857097456284, -0.9178857097456284, -0.6167958565619253, -0.9178857097456284, -0.34426656909413483, -1.6116288311458609, -0.09723006277143854, -0.9178857097456284, -0.34426656909413483, 0.3329438695245756, -1.2496261529118975, -0.9178857097456284, -0.34426656909413483, -0.6167958565619253, -1.2496261529118975, -0.09723006277143854, 0.3329438695245756, -1.6116288311458609, -0.9178857097456284, -0.34426656909413483, 0.5216391157936677, 0.12751883738349848, -0.9178857097456284, -0.09723006277143854, -0.9178857097456284, -0.6167958565619253, -0.6167958565619253, -0.09723006277143854, -0.9178857097456284, -1.2496261529118975, -1.99905341528628, 0.12751883738349848, -0.9178857097456284, -0.09723006277143854, 0.12751883738349848, -2.4013495250640347, -0.09723006277143854, -0.6167958565619253, -1.2496261529118975, -0.9178857097456284, -0.9178857097456284, -0.34426656909413483, -0.6167958565619253, -0.34426656909413483, -1.99905341528628, -0.34426656909413483, -0.34426656909413483, -1.6116288311458609, 1.280534465549927, 0.12751883738349848, -0.09723006277143854, 0.12751883738349848, 0.12751883738349848, -0.34426656909413483, 0.12751883738349848, -0.34426656909413483, -2.4013495250640347, 0.12751883738349848, -0.9178857097456284, -1.2496261529118975, 0.12751883738349848, -0.9178857097456284, 0.12751883738349848, -0.6167958565619253, 0.6958175426572778, -1.6116288311458609, 0.6958175426572778, -0.6167958565619253, -1.99905341528628, -1.6116288311458609, -0.6167958565619253, -0.34426656909413483, 1.1484857698423876, -0.9178857097456284, -0.9178857097456284, -1.6116288311458609, -1.2496261529118975, -0.34426656909413483, -1.6116288311458609, -0.6167958565619253, 0.5216391157936677, -0.6167958565619253, -0.9178857097456284, 0.3329438695245756, 0.12751883738349848, -0.9178857097456284, -1.2496261529118975, -0.09723006277143854, 0.12751883738349848, -0.34426656909413483, -0.9178857097456284, -0.6167958565619253, -1.2496261529118975, -1.99905341528628, -0.9178857097456284, 0.6958175426572778, -0.9178857097456284, -0.9178857097456284, 1.280534465549927, -0.9178857097456284, -1.2496261529118975, -0.09723006277143854, -0.6167958565619253, -0.09723006277143854, 1.1484857698423876, -0.6167958565619253, 0.12751883738349848, 0.3329438695245756, -0.09723006277143854, -0.34426656909413483, 0.12751883738349848, -0.6167958565619253, 0.5216391157936677, 0.12751883738349848, -0.6167958565619253, -1.2496261529118975, -0.34426656909413483, -0.6167958565619253, -0.34426656909413483, -0.9178857097456284, 0.3329438695245756, 0.12751883738349848, -0.34426656909413483, 1.8399018758465189, 0.5216391157936677, 1.1484857698423876, 0.3329438695245756, 0.5216391157936677, 0.12751883738349848, -0.09723006277143854, -0.34426656909413483, -0.09723006277143854, 0.12751883738349848, 1.0077950745571755, 0.5216391157936677, -0.34426656909413483, 0.5216391157936677, 0.5216391157936677, 0.6958175426572778, 0.12751883738349848, -1.2496261529118975, 0.3329438695245756, -1.99905341528628, -0.9178857097456284, -1.2496261529118975, -0.9178857097456284, -0.6167958565619253, -1.99905341528628, -1.6116288311458609, -1.99905341528628, -0.9178857097456284, -0.09723006277143854, 0.12751883738349848, -0.6167958565619253, -0.34426656909413483, -0.6167958565619253, -1.2496261529118975, -0.9178857097456284, -0.9178857097456284, -0.09723006277143854, 1.280534465549927, -0.34426656909413483, -0.6167958565619253, -0.09723006277143854, 0.3329438695245756, -0.9178857097456284, 0.5216391157936677, 0.5216391157936677, 0.12751883738349848, -0.6167958565619253, 0.3329438695245756, -0.34426656909413483, -1.2496261529118975, -0.6167958565619253, -0.6167958565619253, 0.12751883738349848, -0.9178857097456284, 0.3329438695245756, -0.6167958565619253, -0.6167958565619253, 0.12751883738349848, -0.6167958565619253, -0.9178857097456284, -0.9178857097456284, -0.6167958565619253, -0.6167958565619253, -1.2496261529118975, -0.6167958565619253, 1.1484857698423876, -0.34426656909413483, -0.6167958565619253, -0.6167958565619253, 1.0077950745571755, 0.5216391157936677, -1.2496261529118975, 0.3329438695245756, -0.9178857097456284, 0.3329438695245756, -0.6167958565619253, 0.5216391157936677, 1.0077950745571755, -0.34426656909413483, 0.5216391157936677, -0.34426656909413483, 0.5216391157936677, -0.6167958565619253, 0.3329438695245756, -0.6167958565619253, -0.6167958565619253, 0.6958175426572778, -0.9178857097456284, 0.3329438695245756, -0.9178857097456284, -0.09723006277143854, -0.6167958565619253, 0.5216391157936677, -0.6167958565619253, -0.34426656909413483, -0.6167958565619253, -0.09723006277143854, 0.3329438695245756, -1.6116288311458609, 0.12751883738349848, -0.34426656909413483, -0.09723006277143854, -1.2496261529118975, -0.9178857097456284, 0.6958175426572778, 0.12751883738349848, 0.12751883738349848, 0.12751883738349848, 0.12751883738349848, 0.12751883738349848, 0.6958175426572778, -0.09723006277143854, -0.34426656909413483, 0.5216391157936677, 0.3329438695245756, -0.34426656909413483, -0.34426656909413483, -0.34426656909413483, -0.34426656909413483, 0.3329438695245756, -0.6167958565619253, -0.9178857097456284, 0.12751883738349848, -0.34426656909413483, -0.34426656909413483, 1.0077950745571755, 0.6958175426572778, -0.09723006277143854, 0.12751883738349848, 0.6958175426572778, -0.6167958565619253, 0.12751883738349848, -2.4013495250640347, 0.3329438695245756, -0.9178857097456284, -1.2496261529118975, -0.9178857097456284, -1.2496261529118975, -0.9178857097456284, -1.2496261529118975, -1.6116288311458609, -0.34426656909413483, 0.6958175426572778, -0.34426656909413483, 0.12751883738349848, -1.2496261529118975, -1.6116288311458609, -0.6167958565619253, -0.09723006277143854, -0.34426656909413483, 0.3329438695245756, -0.9178857097456284, 0.5216391157936677, 0.5216391157936677, -1.6116288311458609, -1.99905341528628, 0.6958175426572778, -0.6167958565619253, -0.34426656909413483, 0.8573461893980391, -0.6167958565619253, -1.99905341528628, 0.3329438695245756, -0.6167958565619253, 0.5216391157936677, -1.99905341528628, 0.12751883738349848, 1.1484857698423876, -1.2496261529118975, 0.12751883738349848, -0.09723006277143854, 0.12751883738349848, -0.09723006277143854, -0.34426656909413483, -1.2496261529118975, -0.09723006277143854, -1.2496261529118975, -0.34426656909413483, -1.2496261529118975, -0.6167958565619253, -0.34426656909413483, -1.2496261529118975, -0.09723006277143854, -0.34426656909413483, -1.2496261529118975, -0.9178857097456284, -0.6167958565619253, -0.34426656909413483, -0.6167958565619253, 0.12751883738349848, -0.6167958565619253, -0.9178857097456284, -1.6116288311458609, -0.9178857097456284, -1.2496261529118975, 0.12751883738349848, -0.34426656909413483, 0.3329438695245756, -0.6167958565619253, -1.2496261529118975, -0.09723006277143854, 0.3329438695245756, -0.9178857097456284, -0.09723006277143854, -1.2496261529118975, 0.5216391157936677, 1.0077950745571755, 0.12751883738349848, 0.12751883738349848, -0.09723006277143854, 0.5216391157936677, -0.34426656909413483, 0.6958175426572778, 0.12751883738349848, -0.09723006277143854, -0.09723006277143854, -1.6116288311458609, 0.6958175426572778, -0.34426656909413483, -0.09723006277143854, -1.6116288311458609, -0.6167958565619253, 0.12751883738349848, -0.9178857097456284, -1.2496261529118975, -0.34426656909413483, 0.6958175426572778, -0.34426656909413483, -0.09723006277143854, -0.09723006277143854, -1.6116288311458609, -0.6167958565619253, -0.6167958565619253, -0.9178857097456284, 0.8573461893980391, 0.3329438695245756, 0.3329438695245756, -0.9178857097456284, -1.2496261529118975, 0.12751883738349848, 0.3329438695245756, -0.09723006277143854, 0.8573461893980391, -0.34426656909413483, -0.34426656909413483, -0.34426656909413483, 0.5216391157936677, 0.12751883738349848, -0.6167958565619253, 0.12751883738349848, -0.34426656909413483, -0.6167958565619253, -0.6167958565619253, -0.9178857097456284, 0.5216391157936677, 0.12751883738349848, 0.6958175426572778, 0.3329438695245756, -0.9178857097456284, 0.8573461893980391, -0.34426656909413483, 0.12751883738349848, -0.09723006277143854, -0.6167958565619253, -1.2496261529118975, 0.8573461893980391, -0.6167958565619253, 0.3329438695245756, -0.09723006277143854, -1.99905341528628, -0.9178857097456284, -0.6167958565619253, 0.3329438695245756, -0.34426656909413483, -1.2496261529118975, -0.09723006277143854, 0.3329438695245756, -0.6167958565619253, -0.34426656909413483, -0.9178857097456284, -0.9178857097456284, 0.6958175426572778, -0.34426656909413483, -0.34426656909413483, 0.3329438695245756, 0.12751883738349848, -1.6116288311458609, -0.34426656909413483, 1.280534465549927, 1.0077950745571755, -1.6116288311458609, -0.6167958565619253, -1.6116288311458609, 0.12751883738349848, 1.1484857698423876, -0.34426656909413483, 0.12751883738349848, -0.6167958565619253, 0.12751883738349848, -0.09723006277143854, -0.6167958565619253, -1.6116288311458609, -1.2496261529118975, -0.34426656909413483, 0.3329438695245756, -0.9178857097456284, -0.34426656909413483, -1.2496261529118975, -0.34426656909413483, 1.280534465549927, 0.3329438695245756, 0.12751883738349848, -0.6167958565619253, -0.9178857097456284, -0.09723006277143854, -1.2496261529118975, 0.3329438695245756, -0.6167958565619253, -0.09723006277143854, 0.5216391157936677, -0.6167958565619253, 0.12751883738349848, 0.3329438695245756, 0.5216391157936677, -2.4013495250640347, 1.1484857698423876, 0.12751883738349848, -1.6116288311458609, 0.8573461893980391, 0.5216391157936677, 1.4048882669752734, -0.6167958565619253, -0.09723006277143854, 2.3586673160855587, 0.5216391157936677, 0.12751883738349848, -0.6167958565619253, -0.9178857097456284, -0.6167958565619253, -0.6167958565619253, 0.6958175426572778, -0.09723006277143854, 0.8573461893980391, -0.9178857097456284, -0.9178857097456284, -0.9178857097456284, -1.6116288311458609, -1.2496261529118975, -0.34426656909413483, 1.4048882669752734, -0.34426656909413483, -1.2496261529118975, -0.09723006277143854, 0.6958175426572778, 0.12751883738349848, -1.99905341528628, 0.3329438695245756, 0.12751883738349848, -0.34426656909413483, 0.8573461893980391, 0.12751883738349848, -1.6116288311458609, -0.34426656909413483, -0.6167958565619253, -0.6167958565619253, -0.09723006277143854, 0.12751883738349848, -0.6167958565619253, -0.09723006277143854, 0.12751883738349848, -1.2496261529118975, -0.34426656909413483, 0.12751883738349848, -0.09723006277143854, -0.09723006277143854, -1.2496261529118975, 0.12751883738349848, -0.34426656909413483, 0.3329438695245756, 0.3329438695245756, -0.6167958565619253, -0.6167958565619253, -0.34426656909413483, 0.8573461893980391, 1.0077950745571755, 1.0077950745571755, -0.09723006277143854, 0.5216391157936677, -0.34426656909413483, -0.6167958565619253, 0.5216391157936677, 0.8573461893980391, 0.12751883738349848, -0.09723006277143854, -0.34426656909413483, 1.4048882669752734, -1.2496261529118975, -0.6167958565619253, 0.3329438695245756, 1.280534465549927, -1.6116288311458609, -0.6167958565619253, 0.5216391157936677, 1.7393039264738699, -0.6167958565619253, -1.6116288311458609, 0.3329438695245756, -0.34426656909413483, 0.8573461893980391, -0.6167958565619253, -0.9178857097456284, 0.12751883738349848, -1.6116288311458609, 0.3329438695245756, -0.09723006277143854, -0.6167958565619253, 0.12751883738349848, 0.8573461893980391, 1.0077950745571755, -1.2496261529118975, -0.34426656909413483, -0.09723006277143854, -0.09723006277143854, -1.2496261529118975, -0.9178857097456284, 0.5216391157936677, -0.34426656909413483, 0.12751883738349848, 1.1484857698423876, 0.5216391157936677, -0.6167958565619253, -0.6167958565619253, -0.09723006277143854, -0.6167958565619253, 1.1484857698423876, 0.5216391157936677, 0.12751883738349848, -0.34426656909413483, 0.6958175426572778, 0.5216391157936677, 1.4048882669752734, 0.8573461893980391, 0.3329438695245756, 0.12751883738349848, 1.0077950745571755, -0.34426656909413483, 0.5216391157936677, 0.12751883738349848, -0.9178857097456284, -1.99905341528628, -0.6167958565619253, 0.5216391157936677, 0.12751883738349848, -0.6167958565619253, 0.12751883738349848, 0.12751883738349848, 0.3329438695245756, -0.9178857097456284, 1.7393039264738699, 0.3329438695245756, -1.99905341528628, 0.3329438695245756, -0.6167958565619253, 0.12751883738349848, 1.1484857698423876, -1.2496261529118975, 0.5216391157936677, -1.6116288311458609, 0.3329438695245756, 0.8573461893980391, 0.6958175426572778, 0.12751883738349848, -0.6167958565619253, -0.9178857097456284, -1.2496261529118975, -0.9178857097456284, 0.12751883738349848, -0.34426656909413483, -0.6167958565619253, 0.5216391157936677, 1.0077950745571755, -0.6167958565619253, 0.8573461893980391, 0.3329438695245756, -0.34426656909413483, 0.12751883738349848, 2.02761406663562, 0.3329438695245756, 0.12751883738349848, 0.5216391157936677, 0.3329438695245756, 0.5216391157936677, -0.6167958565619253, -0.34426656909413483, -0.34426656909413483, 0.8573461893980391, 1.7393039264738699, -0.9178857097456284, -1.6116288311458609, 0.5216391157936677, 0.3329438695245756, 0.12751883738349848, 0.3329438695245756, 1.5223550481179633, -1.2496261529118975, 1.1484857698423876, 0.8573461893980391, 1.7393039264738699, 0.6958175426572778, 0.8573461893980391, -1.6116288311458609, 0.5216391157936677, -1.6116288311458609, 0.5216391157936677, -0.34426656909413483, -1.2496261529118975, -0.09723006277143854, 0.12751883738349848, -1.99905341528628, -0.6167958565619253, 0.3329438695245756, -0.9178857097456284, -0.09723006277143854, -0.6167958565619253, 0.5216391157936677, -0.9178857097456284, -0.34426656909413483, 0.5216391157936677, 0.6958175426572778, 1.5223550481179633, -0.9178857097456284, 1.7393039264738699, 0.8573461893980391, 1.4048882669752734, -0.09723006277143854, -1.2496261529118975, -0.9178857097456284, 0.3329438695245756, 1.1484857698423876, -0.9178857097456284, -0.09723006277143854, -1.6116288311458609, 0.12751883738349848, 0.6958175426572778, -0.09723006277143854, 1.280534465549927, -0.09723006277143854, -1.6116288311458609, 0.3329438695245756, -0.09723006277143854, 1.280534465549927, 0.12751883738349848, -0.34426656909413483, 0.12751883738349848, 0.5216391157936677, -0.6167958565619253, -0.6167958565619253, -1.6116288311458609, -0.34426656909413483, -1.2496261529118975, -0.34426656909413483, 0.5216391157936677, 1.280534465549927, 1.0077950745571755, 0.3329438695245756, 0.3329438695245756, 1.5223550481179633, 0.5216391157936677, 0.5216391157936677, 0.8573461893980391, -1.2496261529118975, 0.6958175426572778, 1.0077950745571755, 1.4048882669752734, -0.34426656909413483, 0.12751883738349848, -0.9178857097456284, -0.34426656909413483, -1.2496261529118975, -0.9178857097456284, -0.09723006277143854, 1.1484857698423876, -1.2496261529118975, -0.6167958565619253, -0.6167958565619253, 1.5223550481179633, -0.09723006277143854, 0.5216391157936677, -0.34426656909413483, 0.5216391157936677, -0.34426656909413483, 1.1484857698423876, 0.5216391157936677, -0.09723006277143854, 1.0077950745571755, 0.6958175426572778, 0.3329438695245756, 0.12751883738349848, 1.0077950745571755, -1.2496261529118975, -0.6167958565619253, 0.6958175426572778, -0.09723006277143854, -0.09723006277143854, -0.34426656909413483, -0.09723006277143854, 1.6336277279660891, -0.09723006277143854, 0.3329438695245756, -0.9178857097456284, -0.9178857097456284, -0.6167958565619253, -0.9178857097456284, -0.34426656909413483, 0.12751883738349848, -0.09723006277143854, 1.0077950745571755, 0.12751883738349848, 0.6958175426572778, 0.5216391157936677, -1.99905341528628, 1.0077950745571755, -0.6167958565619253, 1.0077950745571755, 0.12751883738349848, -0.6167958565619253, -1.6116288311458609, -0.6167958565619253, 0.3329438695245756, -0.34426656909413483, 0.5216391157936677, 0.5216391157936677, -0.34426656909413483, 0.8573461893980391, -0.34426656909413483, -0.6167958565619253, 1.5223550481179633, 0.12751883738349848, 0.6958175426572778, -0.34426656909413483, -0.34426656909413483, 0.12751883738349848, 0.12751883738349848, -1.6116288311458609, 1.6336277279660891, 0.6958175426572778, -0.6167958565619253, 2.506202785071645, -0.6167958565619253, 0.12751883738349848, 0.6958175426572778, 0.6958175426572778, 1.4048882669752734, -0.34426656909413483, -0.34426656909413483, -0.6167958565619253, -0.6167958565619253, 1.1484857698423876, -0.6167958565619253, 0.12751883738349848, -0.34426656909413483, -0.34426656909413483, 0.6958175426572778, 1.0077950745571755, -0.34426656909413483, -1.2496261529118975, -0.09723006277143854, -0.09723006277143854, 0.5216391157936677, 0.12751883738349848, 0.8573461893980391, 0.8573461893980391, 1.1484857698423876, 0.12751883738349848, -0.34426656909413483, 0.5216391157936677, -0.09723006277143854, 0.5216391157936677, 0.8573461893980391, 0.12751883738349848, -1.2496261529118975, 0.5216391157936677, -0.09723006277143854, 1.8399018758465189, -0.6167958565619253, 1.5223550481179633, 0.3329438695245756, -0.34426656909413483, 1.1484857698423876, 0.5216391157936677, -1.2496261529118975, -1.2496261529118975, 1.280534465549927, 0.6958175426572778, 0.3329438695245756, 0.6958175426572778, 1.0077950745571755, 0.6958175426572778, -0.9178857097456284, 0.12751883738349848, -0.34426656909413483, 0.6958175426572778, 0.12751883738349848, 0.3329438695245756, -0.9178857097456284, -0.6167958565619253, -0.34426656909413483, -1.6116288311458609, -0.34426656909413483, -0.09723006277143854, 1.0077950745571755, -0.09723006277143854, 0.12751883738349848, -1.2496261529118975, -1.2496261529118975, -0.9178857097456284, 0.6958175426572778, -0.9178857097456284, 1.0077950745571755, -0.34426656909413483, 0.5216391157936677, 0.6958175426572778, 0.3329438695245756, -0.09723006277143854, -0.9178857097456284, -0.9178857097456284, 0.12751883738349848, 0.5216391157936677, 0.3329438695245756, -0.09723006277143854, -1.6116288311458609, 1.4048882669752734, 1.0077950745571755, -0.6167958565619253, 0.8573461893980391, 0.6958175426572778, 0.12751883738349848, 0.5216391157936677, 1.4048882669752734, 0.6958175426572778, 1.280534465549927, -0.34426656909413483, 0.12751883738349848, 0.12751883738349848, 0.12751883738349848, -1.99905341528628, 0.3329438695245756, 0.6958175426572778, -0.6167958565619253, 2.506202785071645, -0.6167958565619253, 0.5216391157936677, -0.09723006277143854, -0.9178857097456284, 1.1484857698423876, -0.09723006277143854, -0.34426656909413483, 0.6958175426572778, 0.3329438695245756, -0.09723006277143854, -0.09723006277143854, 1.5223550481179633, 0.12751883738349848, 0.8573461893980391, -0.34426656909413483, 0.3329438695245756, -0.09723006277143854, 0.3329438695245756, -1.2496261529118975, 0.3329438695245756, -0.34426656909413483, -0.09723006277143854, 1.6336277279660891, 0.5216391157936677, 0.8573461893980391, 1.5223550481179633, 2.1154724962820204, -1.6116288311458609, 1.6336277279660891, -2.4013495250640347, -0.09723006277143854, 1.280534465549927, 1.0077950745571755, -1.99905341528628, 0.3329438695245756, -0.09723006277143854, -0.6167958565619253, 0.5216391157936677, 1.9358733285423797, -0.34426656909413483, 0.5216391157936677, 1.280534465549927, -0.34426656909413483, 1.1484857698423876, 0.3329438695245756, 0.3329438695245756, 1.1484857698423876, 1.1484857698423876, 0.3329438695245756, -0.6167958565619253, -0.34426656909413483, 0.6958175426572778, -0.6167958565619253, -1.6116288311458609, -1.99905341528628, 0.3329438695245756, 0.6958175426572778, 1.1484857698423876, -0.09723006277143854, 1.9358733285423797, 1.1484857698423876, 0.5216391157936677, -0.34426656909413483, -0.9178857097456284, -0.34426656909413483, 0.3329438695245756, 0.5216391157936677, 1.4048882669752734, -0.34426656909413483, 0.6958175426572778, -1.2496261529118975, -0.34426656909413483, 0.12751883738349848, 2.952311480442294, -0.6167958565619253, 1.1484857698423876, 1.4048882669752734, 0.6958175426572778, -0.09723006277143854, -0.6167958565619253, -0.9178857097456284, 1.4048882669752734, -0.09723006277143854, 0.6958175426572778, 0.3329438695245756, 2.4337560741614532, 0.3329438695245756, -1.2496261529118975, 1.280534465549927, -0.6167958565619253, 1.7393039264738699, 0.6958175426572778, -2.4013495250640347, 1.9358733285423797, 0.5216391157936677, 0.3329438695245756, 1.4048882669752734, 0.3329438695245756, 0.6958175426572778, -0.34426656909413483, -0.34426656909413483, -0.34426656909413483, 0.6958175426572778, -0.34426656909413483, 1.0077950745571755, -0.6167958565619253, 0.5216391157936677, 1.0077950745571755, 1.8399018758465189, 1.0077950745571755, 1.5223550481179633, -0.6167958565619253, 0.6958175426572778, -0.34426656909413483, 0.5216391157936677, -0.09723006277143854, 1.280534465549927, -0.34426656909413483, 0.8573461893980391, 0.3329438695245756, 3.063754963561868, 1.1484857698423876, 0.6958175426572778, -0.34426656909413483, 0.12751883738349848, 0.12751883738349848, 1.0077950745571755, -0.6167958565619253, 1.280534465549927, 0.12751883738349848, -0.6167958565619253, -1.2496261529118975, -0.9178857097456284, 1.1484857698423876, 0.8573461893980391, 0.12751883738349848, 0.5216391157936677, 0.12751883738349848, 0.5216391157936677, -0.34426656909413483, 0.12751883738349848, 0.8573461893980391, 0.5216391157936677, 0.8573461893980391, 0.3329438695245756, -0.6167958565619253, 1.1484857698423876, 0.6958175426572778, -1.2496261529118975, 0.3329438695245756, 0.3329438695245756, 1.5223550481179633, 0.6958175426572778, 0.6958175426572778, 0.8573461893980391, 1.1484857698423876, 1.0077950745571755, 1.0077950745571755, -0.09723006277143854, 0.3329438695245756, 1.7393039264738699, -0.6167958565619253, 0.12751883738349848, 4.319022480697914, 0.5216391157936677, 1.0077950745571755, -0.9178857097456284, -0.34426656909413483, 0.8573461893980391, -0.9178857097456284, 1.280534465549927, -1.2496261529118975, 1.1484857698423876, -0.34426656909413483, 1.6336277279660891, 0.5216391157936677, 0.5216391157936677, 0.12751883738349848, 0.6958175426572778, 1.0077950745571755, -1.99905341528628, 1.280534465549927, -1.6116288311458609, -0.09723006277143854, 1.4048882669752734, 1.0077950745571755, 0.3329438695245756, -0.09723006277143854, -0.6167958565619253, -0.9178857097456284, -0.09723006277143854, 1.6336277279660891, -0.6167958565619253, 0.3329438695245756, -0.09723006277143854, 0.8573461893980391, -0.34426656909413483, 1.8399018758465189, 0.5216391157936677, 0.3329438695245756, -0.09723006277143854, 0.12751883738349848, -1.2496261529118975, 0.5216391157936677, -0.9178857097456284, 0.12751883738349848, 1.7393039264738699, 1.4048882669752734, -0.09723006277143854, 0.6958175426572778, -0.09723006277143854, -1.2496261529118975, 1.1484857698423876, 0.8573461893980391, -1.99905341528628, -0.34426656909413483, -0.09723006277143854, 0.8573461893980391, -0.09723006277143854, -0.34426656909413483, 0.5216391157936677, -1.6116288311458609, 0.6958175426572778, -0.9178857097456284, 0.5216391157936677, 0.6958175426572778, -0.9178857097456284, -1.99905341528628, 0.3329438695245756, 1.4048882669752734, -1.99905341528628, -0.9178857097456284, -0.9178857097456284, -1.2496261529118975, 1.0077950745571755, 0.8573461893980391, -0.6167958565619253, 0.5216391157936677, -0.34426656909413483, 0.5216391157936677, -0.34426656909413483, 0.8573461893980391, 0.5216391157936677, 0.8573461893980391, 0.12751883738349848, 0.6958175426572778, 2.506202785071645, 1.4048882669752734, 1.8399018758465189, -0.6167958565619253, 0.5216391157936677, 1.6336277279660891, 0.3329438695245756, 1.6336277279660891, 1.0077950745571755, -0.09723006277143854, 1.0077950745571755, 0.8573461893980391, 2.772864295630495, 0.12751883738349848, 1.9358733285423797, 1.5223550481179633, -0.6167958565619253, -0.34426656909413483, 0.6958175426572778, 0.6958175426572778, 1.6336277279660891, -0.6167958565619253, 0.8573461893980391, -0.6167958565619253, 1.0077950745571755, -0.09723006277143854, -0.09723006277143854, -0.34426656909413483, 1.1484857698423876, -2.4013495250640347, -0.6167958565619253, 0.8573461893980391, 0.8573461893980391, 0.3329438695245756, -0.09723006277143854, 0.3329438695245756, 0.8573461893980391, -0.09723006277143854, 1.6336277279660891, 2.1154724962820204, 1.6336277279660891, 1.280534465549927, 1.1484857698423876, 2.5761842934043333, 1.0077950745571755, 1.0077950745571755, 2.894226261412465, 0.5216391157936677, 0.12751883738349848, 1.7393039264738699, 1.1484857698423876, 0.12751883738349848, 1.0077950745571755, -1.6116288311458609, 0.12751883738349848, 1.1484857698423876, 0.6958175426572778, 0.5216391157936677, 0.12751883738349848, 1.280534465549927, -0.34426656909413483, 0.5216391157936677, -1.2496261529118975, -0.9178857097456284, 1.7393039264738699, 0.3329438695245756, 0.8573461893980391, 5.0, -0.09723006277143854, -0.34426656909413483, 1.280534465549927, 1.280534465549927, -0.09723006277143854, -0.34426656909413483, 0.12751883738349848, 0.12751883738349848, 0.3329438695245756, 1.1484857698423876, -1.2496261529118975, 0.6958175426572778, -0.9178857097456284, 1.1484857698423876, 1.9358733285423797, -0.6167958565619253, -1.99905341528628, 0.3329438695245756, 1.7393039264738699, 0.5216391157936677, 1.5223550481179633, 0.12751883738349848, 2.1154724962820204, -1.2496261529118975, -0.34426656909413483, 0.8573461893980391, 0.8573461893980391, 0.12751883738349848, 0.12751883738349848, 0.3329438695245756, -0.6167958565619253, 1.9358733285423797, 1.280534465549927, 1.4048882669752734, 0.3329438695245756, 0.3329438695245756, 0.5216391157936677, -0.09723006277143854, 1.280534465549927, -2.4013495250640347, -1.99905341528628, 0.6958175426572778, 1.0077950745571755, 0.6958175426572778, 0.3329438695245756, 1.7393039264738699, 1.5223550481179633, -1.99905341528628, 0.12751883738349848, -0.09723006277143854, 1.6336277279660891, -0.6167958565619253, 1.1484857698423876, 1.1484857698423876, 1.1484857698423876, 0.3329438695245756, 1.280534465549927, 0.3329438695245756, 0.5216391157936677, 0.3329438695245756, 0.3329438695245756, 0.8573461893980391, -0.09723006277143854, 0.12751883738349848, 0.5216391157936677, 0.5216391157936677, 0.8573461893980391, 0.12751883738349848, 0.5216391157936677, -0.9178857097456284, 0.8573461893980391, 0.5216391157936677, -0.6167958565619253, 2.1154724962820204, 0.8573461893980391, 0.3329438695245756, 0.5216391157936677, 0.5216391157936677, 1.0077950745571755, 0.6958175426572778, -0.34426656909413483, 2.506202785071645, 1.1484857698423876, -0.6167958565619253, 1.5223550481179633, 1.1484857698423876, 1.9358733285423797, 1.0077950745571755, 1.280534465549927, 0.12751883738349848, 1.1484857698423876, 2.1154724962820204, 0.6958175426572778, 1.0077950745571755, -1.6116288311458609, 1.4048882669752734, 0.8573461893980391, 0.8573461893980391, -0.6167958565619253, 1.0077950745571755, 0.3329438695245756, -0.09723006277143854, 0.12751883738349848, 0.5216391157936677, 1.1484857698423876, 1.8399018758465189, 0.3329438695245756, 0.3329438695245756, 1.6336277279660891, -0.9178857097456284, 1.4048882669752734, -0.09723006277143854, -0.6167958565619253, 1.0077950745571755, -1.6116288311458609, 0.8573461893980391, 0.8573461893980391, -0.6167958565619253, 1.0077950745571755, 1.1484857698423876, -0.34426656909413483, 1.280534465549927, 1.0077950745571755, 0.3329438695245756, 0.3329438695245756, -0.34426656909413483, 1.280534465549927, 0.8573461893980391, 0.8573461893980391, 0.8573461893980391, 1.0077950745571755, -0.6167958565619253, -0.09723006277143854, 0.5216391157936677, -1.6116288311458609, -1.2496261529118975, 0.5216391157936677, 0.12751883738349848, 1.5223550481179633, -0.09723006277143854, 0.8573461893980391, 1.9358733285423797, 0.12751883738349848, 0.5216391157936677, 1.8399018758465189, 0.5216391157936677, 2.1154724962820204, 0.12751883738349848, -1.2496261529118975, 0.3329438695245756, 0.6958175426572778, -0.09723006277143854, 0.5216391157936677, 0.6958175426572778, 1.1484857698423876, 0.6958175426572778, 1.4048882669752734, 2.772864295630495, -0.34426656909413483, 2.02761406663562, -0.34426656909413483, 3.3656661346795183, 0.5216391157936677, 0.12751883738349848, -0.34426656909413483, -0.9178857097456284, 0.3329438695245756, -0.9178857097456284, 0.3329438695245756, 1.280534465549927, 1.5223550481179633, 1.8399018758465189, 0.6958175426572778, 1.1484857698423876, 0.3329438695245756, 0.6958175426572778, 0.12751883738349848, -0.6167958565619253, 0.6958175426572778, 0.6958175426572778, 1.1484857698423876, 0.5216391157936677, 1.280534465549927, 1.1484857698423876, 1.5223550481179633, -0.6167958565619253, 1.0077950745571755, -0.6167958565619253, 0.8573461893980391, 2.02761406663562, -0.09723006277143854, 1.0077950745571755, 1.280534465549927, 0.5216391157936677, 0.5216391157936677, 0.5216391157936677, -0.09723006277143854, 0.12751883738349848, 0.3329438695245756, 1.1484857698423876, -0.09723006277143854, 0.3329438695245756, 0.5216391157936677, 0.8573461893980391, 0.5216391157936677, 0.12751883738349848, 0.5216391157936677, 5.0, 0.3329438695245756, 0.6958175426572778, 0.5216391157936677, 0.12751883738349848, 1.5223550481179633, 4.900345008166264, -0.6167958565619253, 1.1484857698423876, 0.5216391157936677, 0.5216391157936677, 1.9358733285423797, 0.8573461893980391, 4.642948153031413, 0.3329438695245756, -1.2496261529118975, 1.7393039264738699, 1.6336277279660891, 1.280534465549927, 0.12751883738349848, 0.5216391157936677, 0.5216391157936677, 1.1484857698423876, 0.12751883738349848, 0.3329438695245756, 1.8399018758465189, 0.6958175426572778, 0.3329438695245756, 1.5223550481179633, 0.5216391157936677, -0.09723006277143854, 0.5216391157936677, -0.34426656909413483, 2.3586673160855587, 0.3329438695245756, 2.199756710666209, 1.9358733285423797, 2.199756710666209, -0.09723006277143854, 0.5216391157936677, 1.280534465549927, 3.7483095280501457, -0.34426656909413483, 0.5216391157936677, 3.1172774718101315, 1.280534465549927, 4.667745293929903, 0.12751883738349848, -0.34426656909413483, 1.1484857698423876, -0.6167958565619253, 2.506202785071645, 0.12751883738349848, -0.6167958565619253], [-1.5593081567147278, 0.400915248571084, -1.1005942154878663, -1.3563129213404497, -1.5593081567147278, 0.3504057499951093, -0.721670611358824, 1.3930409523126353, -1.1005942154878663, -1.1779884209158498, -0.7631910449973871, 0.6694802300426033, -0.9670414525741324, -1.1005942154878663, -1.2632612646722805, -1.2632612646722805, 0.822743117134787, 0.5752084543265138, -1.1005942154878663, 0.031311512439830866, 0.8291277944195892, 0.3231879712812513, 0.02144247648043086, -1.1779884209158498, 0.9038737188755313, -1.455899199442357, -1.455899199442357, -0.6128913880376375, -1.455899199442357, -1.1779884209158498, 0.2384198699867173, -1.3563129213404497, -1.1779884209158498, -0.11428352544032988, -1.455899199442357, -0.9670414525741324, -1.455899199442357, 0.8437277209294363, -1.3563129213404497, -0.8079630650680217, -1.455899199442357, 0.4380692303979883, -1.5593081567147278, 0.6275993848977636, -1.1779884209158498, 0.2514065380171163, -1.2632612646722805, 0.5091881162164367, -0.9092704504484256, -1.1005942154878663, -1.0305414141848777, -1.1005942154878663, -1.455899199442357, -0.8079630650680217, -0.6128913880376375, -0.8564665881811828, -0.7631910449973871, -0.7631910449973871, -0.9670414525741324, -1.1005942154878663, 0.07804107571207512, -1.455899199442357, -1.3563129213404497, -0.02000874007619706, 1.2553501634900959, -1.0305414141848777, -1.2632612646722805, -1.1005942154878663, -0.9092704504484256, 1.3201601556413487, -0.7631910449973871, -0.31645937899741816, -0.7631910449973871, 1.1340651636888153, -1.0305414141848777, 0.9358523677982904, -0.6128913880376375, -0.2978371784566907, -1.3563129213404497, -1.3563129213404497, -0.9670414525741324, -1.1779884209158498, 0.5207892100878728, -0.42085691226204697, -0.6128913880376375, 0.9577843202004516, -0.2798486505312556, -1.1005942154878663, 0.02144247648043086, -1.0305414141848777, -0.19809695698705826, -0.9670414525741324, -1.2632612646722805, -0.8564665881811828, -0.7631910449973871, 0.12910262000462175, -0.8079630650680217, -1.2632612646722805, -1.1779884209158498, -1.0305414141848777, -0.9670414525741324, 0.7214141102305192, 0.5888085936990916, -1.0305414141848777, -1.2632612646722805, 0.822743117134787, -0.8079630650680217, 0.8270082576371207, 0.6399129960776522, -1.5593081567147278, -1.5593081567147278, -0.8079630650680217, -0.9092704504484256, -1.2632612646722805, -1.455899199442357, -1.2632612646722805, -1.1005942154878663, 0.8756370478815054, 0.9426996124191538, -0.7631910449973871, -1.1005942154878663, 0.3061478280327563, 1.1559687490064081, -1.5593081567147278, 0.771004516483523, 0.5130839307906564, -0.6829981957948461, 0.724009086740247, -0.7631910449973871, -1.1779884209158498, -1.455899199442357, -1.0305414141848777, 0.8498616196636324, -1.0305414141848777, -1.2632612646722805, -1.2632612646722805, 0.19739898576990567, -1.455899199442357, 0.6489607884358946, -1.2632612646722805, -1.1005942154878663, 0.2384198699867173, -0.8079630650680217, -0.14076234070576904, -0.9092704504484256, -1.455899199442357, -1.2632612646722805, -1.1779884209158498, 0.6578540366351497, -1.1779884209158498, -0.7631910449973871, 1.2487801462558004, -1.1779884209158498, 0.15287512919457993, 0.8871161649941885, -0.12735592514153324, -1.1779884209158498, -1.2632612646722805, -0.4949661324124685, 0.8852204720000626, 1.0567781127888274, -0.721670611358824, 1.2673358653314184, 1.0081335411857637, -0.6829981957948461, -0.6829981957948461, -1.5593081567147278, -0.9670414525741324, -1.1779884209158498, -0.721670611358824, -0.8079630650680217, -0.9670414525741324, -0.7631910449973871, -1.1779884209158498, -0.2978371784566907, -0.5221298688508713, -0.9092704504484256, -1.5593081567147278, 0.8852204720000626, -1.3563129213404497, -1.0305414141848777, -1.2632612646722805, -0.9670414525741324, -0.9092704504484256, -1.2632612646722805, -0.9092704504484256, 0.7188061344105243, 1.0859925269233617, 0.08690560955723034, -0.8564665881811828, -1.2632612646722805, -1.3563129213404497, 1.293118421038073, -0.4949661324124685, -1.0305414141848777, -0.550732163320867, -1.455899199442357, -1.2632612646722805, -1.3563129213404497, 0.3504057499951093, -1.455899199442357, -1.3563129213404497, 0.8539110953322814, -1.1779884209158498, -1.0305414141848777, -1.2632612646722805, 0.5505185251095289, -0.6829981957948461, -0.5221298688508713, -0.6829981957948461, -1.3563129213404497, 1.1136539659688838, -0.3766081838039313, -1.1779884209158498, 0.9392872490596126, -0.9092704504484256, -1.1779884209158498, 0.1371476890458572, -0.6829981957948461, -1.5593081567147278, -0.9670414525741324, -1.2632612646722805, -0.8564665881811828, -1.2632612646722805, -0.12735592514153324, 1.0485174958613577, -0.4949661324124685, 0.6117862181692493, -0.8564665881811828, -0.15452013411722526, -1.1779884209158498, -1.2632612646722805, 1.1737248040767274, -1.1005942154878663, -0.7631910449973871, -1.5593081567147278, -1.455899199442357, 0.7826976395952616, 0.8395979289983426, -0.6468340924297751, -0.6468340924297751, -1.1779884209158498, -1.5593081567147278, -0.3982731776036597, -1.3563129213404497, -0.2978371784566907, -1.0305414141848777, 0.7291605555475731, 0.8814082483636055, -1.0305414141848777, -0.3766081838039313, -0.10152902562414194, -0.9670414525741324, -1.1005942154878663, -0.6829981957948461, -0.8079630650680217, 1.1328864087186032, 0.6085651291430223, -0.9092704504484256, -1.3563129213404497, -1.1779884209158498, -0.3766081838039313, -0.8564665881811828, 0.12093162657246233, -0.12735592514153324, -1.1779884209158498, -1.455899199442357, -0.7631910449973871, -1.2632612646722805, -0.21346375533688272, 1.2709689248019749, -0.9670414525741324, -0.2978371784566907, 0.4810696196324822, 0.011383569927816035, -0.6468340924297751, -0.4444385821689734, -0.7631910449973871, 1.5155779492239445, -1.1005942154878663, -0.9670414525741324, -1.2632612646722805, 0.6549064663841213, -1.3563129213404497, -0.9670414525741324, 0.5854417137532059, -0.8079630650680217, 0.6723466620441885, 1.343509313183617, 0.11263071676666706, -0.0650281185670269, -0.9670414525741324, -0.4949661324124685, -1.1779884209158498, -0.550732163320867, 0.5647700588240826, 0.6694802300426033, -1.2632612646722805, -1.455899199442357, 0.5358659779999279, 1.0301566442410277, -0.9092704504484256, -0.8079630650680217, 0.5752084543265138, -1.2632612646722805, -1.1779884209158498, -0.6468340924297751, 0.9561296679060088, 0.2640776147684701, 0.8658738744366958, -1.2632612646722805, -1.2632612646722805, -0.8564665881811828, -1.5593081567147278, -1.455899199442357, -1.5593081567147278, -1.3563129213404497, -0.721670611358824, -1.1005942154878663, -1.455899199442357, -0.3982731776036597, -0.9092704504484256, 1.1582216659116027, -0.02000874007619706, 1.1930020416856473, -1.455899199442357, -0.9092704504484256, -0.4691077440375192, -0.3766081838039313, -0.6128913880376375, -0.42085691226204697, -0.8079630650680217, -1.455899199442357, -0.7631910449973871, -1.0305414141848777, 1.1387536681073145, -0.3766081838039313, 1.5070224855154708, -0.9670414525741324, 1.232470363481034, 0.5207892100878728, -1.2632612646722805, -1.1005942154878663, -1.5593081567147278, -0.6468340924297751, -0.2624526873539352, -0.3357607095019444, -0.9670414525741324, -0.9092704504484256, 0.8852204720000626, 1.4700875568049492, -0.5809266321632777, -1.1005942154878663, -0.9092704504484256, -0.6468340924297751, -1.1005942154878663, 1.0936835142327548, -0.7631910449973871, 0.5752084543265138, -0.3557915991601055, -0.8564665881811828, -0.3557915991601055, -0.8079630650680217, -0.9670414525741324, 0.2114341409848957, 1.1845224001903831, -1.3563129213404497, 1.1715381422100524, -1.2632612646722805, 0.6519421143535497, -0.550732163320867, 1.0036148530869091, 1.1940523487503618, -0.9670414525741324, -0.550732163320867, -0.04203465939094229, 0.8833178500662664, -0.6468340924297751, -0.2978371784566907, -1.1005942154878663, 1.0622132444165473, 1.1074951127149069, 0.7850050738766918, 1.256282003692414, -0.6468340924297751, -1.1005942154878663, -1.2632612646722805, -1.2632612646722805, -1.0305414141848777, 1.3673621447838744, -1.0305414141848777, -0.9670414525741324, -1.1005942154878663, -1.455899199442357, -0.9092704504484256, 1.386557866325743, -0.721670611358824, -0.8564665881811828, -1.2632612646722805, -1.3563129213404497, -0.9670414525741324, -0.5221298688508713, -0.9670414525741324, -0.8564665881811828, -1.0305414141848777, -1.1779884209158498, 0.9913696483984468, 1.054039114773197, 1.2736771732154946, -1.1005942154878663, -0.07691481148210448, 1.1582216659116027, 0.763860460376031, -0.42085691226204697, 1.4195571253384844, 1.153706037934192, -1.1779884209158498, 1.0911324581837107, 1.1281445106304968, -1.3563129213404497, -0.42085691226204697, 0.7541799436144068, -1.1779884209158498, -0.9670414525741324, -0.2292926708630185, -0.5221298688508713, -0.9670414525741324, -0.9092704504484256, -0.8079630650680217, 1.1422425369401945, 0.1681424566710056, -0.6128913880376375, -1.0305414141848777, 0.746799563381753, 0.7492713338702822, 1.0330238917370214, -0.2624526873539352, -1.2632612646722805, 1.2878878723248517, 1.2781598380016084, -0.8564665881811828, -1.2632612646722805, -1.0305414141848777, -1.0305414141848777, -1.0305414141848777, 1.2636772676552808, 0.2885317535093694, -0.8564665881811828, -0.550732163320867, 1.1626984538066447, -1.3563129213404497, -0.3766081838039313, -1.455899199442357, 0.7214141102305192, -0.550732163320867, 1.0485174958613577, -0.721670611358824, 1.416144376847047, -1.455899199442357, -1.1779884209158498, -0.6468340924297751, -0.721670611358824, 1.1317049781427109, -1.455899199442357, -0.4444385821689734, 1.2534814630931277, 1.139919224787194, -0.2624526873539352, -0.721670611358824, 1.117314597998086, -1.2632612646722805, 1.30512241502748, 1.2655097811881828, -0.4444385821689734, -1.3563129213404497, -1.2632612646722805, -1.2632612646722805, -0.9092704504484256, -1.1005942154878663, 0.9528044995595308, 1.232470363481034, 1.3126955933819873, -0.6128913880376375, 1.4467283614611937, -1.2632612646722805, 1.0229186536436798, 0.7780518600123908, 0.36607921909075786, -1.1779884209158498, -1.2632612646722805, 1.1570964264280623, -0.8079630650680217, -0.721670611358824, -0.9092704504484256, -1.2632612646722805, -0.12735592514153324, -1.1005942154878663, -0.6829981957948461, -0.9092704504484256, -0.6829981957948461, -1.0305414141848777, -1.1005942154878663, -0.12735592514153324, -0.2624526873539352, 1.0936835142327548, -0.8079630650680217, 1.1197407941112425, 1.2982969272237344, -1.1005942154878663, 1.0662526690180236, -0.5221298688508713, -0.8079630650680217, -1.1779884209158498, -0.4949661324124685, -1.0305414141848777, 0.9057028002365356, -0.0650281185670269, 0.031311512439830866, 1.1197407941112425, 0.9959954243027322, 1.4389215655265784, 1.0962221279114834, -0.9670414525741324, -1.0305414141848777, -0.9670414525741324, -1.1779884209158498, 1.5047170753619588, -0.9092704504484256, 1.000580452768352, -0.7631910449973871, -0.9092704504484256, 0.8333411523770351, -1.1005942154878663, 0.8908869647225476, 1.5677468438134945, -0.7631910449973871, -0.9092704504484256, -1.455899199442357, -0.6468340924297751, -1.1005942154878663, 0.3231879712812513, 1.229538352754025, -0.550732163320867, 0.7001750760945183, -0.6829981957948461, 0.505262940644859, -1.455899199442357, -0.5221298688508713, 1.3872822100305708, 1.543657477160015, -0.5221298688508713, 1.0622132444165473, -0.6128913880376375, -0.7631910449973871, -1.2632612646722805, -0.9092704504484256, -0.4949661324124685, -1.1005942154878663, -0.4444385821689734, 0.8312387361954914, 0.1902372161076826, -1.1005942154878663, -0.3982731776036597, 0.040997682405013336, 1.3814590360651051, -0.6468340924297751, 0.925409595231276, -1.1005942154878663, 1.0471278899907024, -0.0650281185670269, -0.721670611358824, 0.6117862181692493, 1.1457081751613092, -0.19809695698705826, -0.21346375533688272, -0.550732163320867, -0.7631910449973871, -1.455899199442357, -0.2978371784566907, -1.1779884209158498, 0.0011273798876569447, -0.9670414525741324, 0.18297576276641447, 0.31188999612045004, -1.1779884209158498, 0.9851372965636652, 1.0081335411857637, -0.5221298688508713, -0.2456120009894351, -0.6468340924297751, 1.2034109375454891, 1.4619992000735549, 0.8097339262655896, -0.8079630650680217, -1.0305414141848777, 1.4008566006012937, -1.1779884209158498, 0.07804107571207512, -0.04203465939094229, -1.1005942154878663, -0.9670414525741324, 0.09562220637402784, 1.2581406939732158, -0.9670414525741324, 1.1062545483488924, -1.2632612646722805, 0.6429464298508683, -0.07691481148210448, -0.12735592514153324, -1.3563129213404497, 1.3355756481002978, -0.7631910449973871, -0.8079630650680217, -0.8564665881811828, -0.6128913880376375, 0.451346107477462, 0.031311512439830866, 0.2944701699040311, 1.4544197862040498, -1.2632612646722805, -0.7631910449973871, -1.2632612646722805, 0.9692219088877596, -0.7631910449973871, -0.3557915991601055, 1.343509313183617, 0.7001750760945183, -1.1005942154878663, -1.2632612646722805, 0.31188999612045004, -1.0305414141848777, -0.721670611358824, -0.14076234070576904, -1.0305414141848777, -0.8564665881811828, -1.455899199442357, -0.9092704504484256, -0.0890774401757115, 1.052664191742688, 0.6307051955637623, -1.0305414141848777, 1.0315922423052988, 0.3862697547770829, 1.1813065761316068, 0.4290261819084844, 0.9577843202004516, -0.9092704504484256, -1.2632612646722805, -0.9670414525741324, -1.1779884209158498, 1.3135302956226251, 1.2156329133517678, -1.0305414141848777, -0.9670414525741324, -0.721670611358824, 0.6864467770557201, -0.5221298688508713, 1.4537831577024842, 1.232470363481034, -1.1779884209158498, 1.3582580121512118, 1.1940523487503618, -0.9670414525741324, -0.2624526873539352, 1.2449882760348123, -0.42085691226204697, -1.2632612646722805, -1.2632612646722805, 1.2256031338325168, -1.2632612646722805, 1.0622132444165473, 0.7986389391437866, -0.9092704504484256, 0.7541799436144068, -1.3563129213404497, -1.3563129213404497, 1.509889961474656, 1.3193360269548822, 0.6149875037909706, -1.3563129213404497, 1.3226247407971066, 1.293118421038073, 1.4043707368785916, -1.1779884209158498, -0.721670611358824, 0.31188999612045004, 0.6864467770557201, 1.1855899412770439, -1.0305414141848777, -0.2456120009894351, 1.23051752602759, -1.1005942154878663, 0.5013079584742324, -0.721670611358824, 0.7566170010116855, -0.6128913880376375, -0.9670414525741324, 0.763860460376031, 0.5130839307906564, 0.3862697547770829, 1.4099444641600558, -1.3563129213404497, -0.18316633303414429, 0.6974582231439642, -0.030905843470765058, 1.04990340170313, -0.7631910449973871, 1.293118421038073, -1.3563129213404497, -0.550732163320867, -0.6128913880376375, 1.444139085446752, 0.5207892100878728, -0.721670611358824, -0.3766081838039313, 1.1582216659116027, -0.9670414525741324, -1.2632612646722805, -1.1005942154878663, 1.409251003804857, -0.9670414525741324, -1.0305414141848777, -1.5593081567147278, 0.8478250071229785, -1.0305414141848777, -1.0305414141848777, -1.455899199442357, -0.8564665881811828, 1.1111991629020397, 1.3379684715784297, 1.320982981438501, 0.9627169498743012, -1.5593081567147278, 1.1638116600179702, -0.721670611358824, 1.259992770208333, 1.295714114642738, -0.5809266321632777, -0.42085691226204697, 1.2256031338325168, 0.9804135674419484, -0.2978371784566907, 0.9020381877177828, 0.5130839307906564, -0.7631910449973871, 1.1293340413972692, -1.1779884209158498, 1.232470363481034, 0.5432437828346102, -1.2632612646722805, -0.4949661324124685, -0.3982731776036597, -1.1005942154878663, 0.8658738744366958, -0.4444385821689734, -1.0305414141848777, -0.5221298688508713, 0.7317172999734514, -0.7631910449973871, -0.2456120009894351, -0.9092704504484256, -1.2632612646722805, 1.2246146624965204, -1.0305414141848777, 1.3101834245743107, -0.8564665881811828, -0.4691077440375192, -1.2632612646722805, 0.3061478280327563, -0.9670414525741324, -0.9670414525741324, -0.8564665881811828, 0.582052922754825, 1.3792584385111468, -1.3563129213404497, 1.0140980771088568, 0.22510152089290494, -1.1005942154878663, 1.4607436047641724, 1.2440359762483837, 1.3966080755632395, -0.6128913880376375, -0.2978371784566907, -0.3357607095019444, 1.3673621447838744, 1.533372709616952, 1.0911324581837107, -0.42085691226204697, 1.4140859344990695, -0.5809266321632777, -0.721670611358824, 0.6919816110773566, -1.1779884209158498, -0.3557915991601055, 1.2516060291716573, 1.2736771732154946, -1.0305414141848777, -1.2632612646722805, 1.1317049781427109, -0.18316633303414429, 1.246887664300233, 1.4349738115403836, 1.172632621474392, 1.3643450939850854, -1.0305414141848777, 1.3574920968107351, -1.0305414141848777, 1.1940523487503618, -0.5809266321632777, 0.734261549419578, 1.4140859344990695, 0.6020625505828571, 1.601431704166104, 1.3836503683749624, -0.8564665881811828, 0.9913696483984468, 0.12093162657246233, 1.2525445908543444, 1.2176422950966386, -0.5809266321632777, -0.3357607095019444, 0.12093162657246233, 1.1855899412770439, 1.2196439491469475, -0.5809266321632777, 1.3411418859974278, -0.2624526873539352, 0.2114341409848957, 1.3605490186199878, 1.295714114642738, -0.2798486505312556, 0.8890049793247068, 1.094954368778646, 0.20446376535485694, 1.2826042244683689, -1.3563129213404497, -0.42085691226204697, -1.2632612646722805, 1.1570964264280623, -1.3563129213404497, -0.4444385821689734, -1.1779884209158498, -1.455899199442357, -0.31645937899741816, -0.4444385821689734, -0.31645937899741816, 0.724009086740247, -0.8079630650680217, 0.8599268488306125, 0.8638990720813763, -1.1779884209158498, -0.7631910449973871, -1.1779884209158498, 0.451346107477462, 0.8908869647225476, -0.12735592514153324, 1.345081636509916, 1.2572121785395591, 1.8006508428100336, 1.6156266229126082, 1.1185291097311096, 1.1468582788327617, -1.1005942154878663, 0.040997682405013336, -0.030905843470765058, -1.1779884209158498, -0.2978371784566907, -0.8564665881811828, -1.2632612646722805, -0.6468340924297751, 0.5647700588240826, -0.3766081838039313, 0.14507064499837374, 0.1371476890458572, -0.2624526873539352, 1.3643450939850854, -0.7631910449973871, -0.8079630650680217, 1.2913807388273966, 1.4336512111690802, -1.1005942154878663, 1.0387114336829235, -1.1005942154878663, 0.7393130476011963, 1.0794954024286276, 1.1961466257555051, -0.8079630650680217, -0.6468340924297751, 1.0415320676676891, 1.1525709829029942, -0.9670414525741324, -1.1779884209158498, -1.1005942154878663, 1.5311813537014751, 0.8756370478815054, -0.9670414525741324, -0.3766081838039313, -0.7631910449973871, -0.8564665881811828, -1.1005942154878663, 1.5322781849733365, 1.3085018835597673, -0.6829981957948461, 1.0457345642837026, 0.5321375069902371, -0.4691077440375192, 1.2905097172893147, -0.9092704504484256, 1.2754748747075353, -0.21346375533688272, -0.9092704504484256, -0.2292926708630185, -0.6128913880376375, -0.4444385821689734, -1.455899199442357, 0.8354351115391322, -0.11428352544032988, -0.14076234070576904, -0.3766081838039313, 1.2044404690617942, -0.6468340924297751, -0.6468340924297751, 1.4737786671684685, -1.1779884209158498, -1.1779884209158498, -0.9670414525741324, 1.2544166519589508, -1.0305414141848777, -0.7631910449973871, 0.7317172999734514, 1.1364146950937388, -0.6468340924297751, -0.8079630650680217, -0.030905843470765058, 0.8333411523770351, -0.31645937899741816, 1.1124280116430196, -0.3557915991601055, 1.5511077611780903, 1.5289807322412012, -1.1005942154878663, 0.8354351115391322, -0.8564665881811828, 0.4769258455338584, -0.12735592514153324, -1.1005942154878663, 0.900196161122244, -0.2456120009894351, -0.21346375533688272, 1.6294446480117932, 1.2411685776585106, -1.3563129213404497, 1.4518685864913987, 1.3980281074442016, 0.9147530243474346, 1.5200840020431396, -0.6128913880376375, 0.4104550884559729, -1.1005942154878663, -0.9670414525741324, -0.3766081838039313, 0.582052922754825, -0.9670414525741324, 1.2382852944734422, -0.6829981957948461, -1.0305414141848777, 1.4120193186589594, -0.0650281185670269, 1.2534814630931277, -0.11428352544032988, -0.8564665881811828, -1.1005942154878663, -0.0890774401757115, 0.1902372161076826, -1.455899199442357, -0.9670414525741324, -0.2624526873539352, -1.0305414141848777, 1.3085018835597673, 1.2363541936394489, 0.1902372161076826, -1.1005942154878663, 0.4244451022585498, 1.0859925269233617, -1.1779884209158498, 1.5574099190497466, 0.14507064499837374, -0.550732163320867, 1.3135302956226251, 0.708241590962175, -0.6829981957948461, 1.1971906126489174, 1.4071650617030007, -0.2292926708630185, -0.550732163320867, -1.2632612646722805, -0.7631910449973871, -1.455899199442357, -1.3563129213404497, -1.1005942154878663, -1.1005942154878663, -0.4949661324124685, -1.2632612646722805, -0.2798486505312556, 0.8416669203781572, 0.9819929117748604, 1.2392481646867433, 1.226589731456584, -0.8564665881811828, 1.1025150150170488, 0.6244749373594527, -0.8564665881811828, -0.4691077440375192, 1.4447876130918471, -0.6468340924297751, -0.0650281185670269, -0.2292926708630185, 1.3851061476296482, -0.31645937899741816, 0.9057028002365356, 1.0126133385232667, -0.9092704504484256, 1.7216755074643513, 1.4395766230874385, 1.2682465104490086, -0.8564665881811828, 1.0689283072090576, 1.3042741080987743, 1.0036148530869091, -0.5221298688508713, -0.6829981957948461, -1.3563129213404497, 0.7517314240005943, 1.4249714001048337, -0.9092704504484256, -0.19809695698705826, 0.3812949921804525, 1.3613104518857948, -0.3982731776036597, -0.4691077440375192, 1.1257572621809857, 1.3371720854451472, -0.0650281185670269, 1.3544171143025503, 1.3085018835597673, 1.2256031338325168, 1.0781861884030028, 1.3101834245743107, -1.1779884209158498, 0.505262940644859, 1.4276575616196148, -0.7631910449973871, -0.9670414525741324, 1.3339742989230003, -0.3357607095019444, 1.206493442777487, 1.3718551798919565, -0.8079630650680217, 1.0872822760737784, -1.0305414141848777, -1.0305414141848777, 1.6321647684880531, 1.2430819308700338, 1.555841519354769, 1.1649224903912112, -0.42085691226204697, 1.589790261093701, -0.9092704504484256, -0.3766081838039313, -0.16864804390368052, 0.9057028002365356, 1.627166970479595, 1.04990340170313, 0.9511339156668882, 1.1559687490064081, 1.2673358653314184, 1.2034109375454891, 0.9594337292653032, 0.1681424566710056, 1.4882867756946634, 0.2384198699867173, 1.3403503445196492, -0.9092704504484256, 1.094954368778646, -0.6468340924297751, 0.9975282590931808, 0.12093162657246233, -0.15452013411722526, -1.0305414141848777, -0.9670414525741324, -0.42085691226204697, -1.2632612646722805, 1.4918514813543549, -1.0305414141848777, -0.721670611358824, 1.2878878723248517, -1.3563129213404497, 0.7918666389039432, 1.5526904692947046, 1.4870930941763063, 1.1992723252186688, -0.14076234070576904, 1.2382852944734422, 0.9882628003143679, -0.4691077440375192, -0.5809266321632777, 0.9271646710366468, 1.6357696216371989, -0.9670414525741324, 1.2718732409770548, 1.054039114773197, -0.2624526873539352, -1.1005942154878663, 1.4994922591743984, -0.0890774401757115, -0.2292926708630185, -0.42085691226204697, 1.7566428936221945, 0.12093162657246233, 0.9676032744875258, 1.5121726214839937, -0.2456120009894351, -0.6128913880376375, -0.6468340924297751, 0.05984757459665588, -0.42085691226204697, 1.3143636613555738, 1.4953919379099867, 1.1802302042018435, -0.3766081838039313, -0.5221298688508713, 0.7757133297522697, -1.1005942154878663, -0.6829981957948461, 1.466370082074835, -0.8564665881811828, 0.763860460376031, -0.2624526873539352, -1.1005942154878663, 0.9129555238982447, 1.2136157440159048, 0.6864467770557201, 0.19739898576990567, 1.2655097811881828, -0.6468340924297751, 1.5081713723924681, 0.8478250071229785, -0.5221298688508713, 1.295714114642738, -0.6468340924297751, 0.7566170010116855, 1.018527049534458, 1.0781861884030028, -1.455899199442357, 1.5956435309046832, 1.5161433439472978, 1.460114669377692, -1.1779884209158498, -0.9092704504484256, 1.2991550243419283, 0.7393130476011963, 1.1919496108585088, 1.4676121929401782, 1.5420470172423784, 0.8395979289983426, -0.5809266321632777, 0.9426996124191538, -0.5809266321632777, 0.31188999612045004, 1.5116028943624622, 1.4168287191170044, 1.7136182521053651, -0.4949661324124685, 0.6429464298508683, 0.9147530243474346, -0.9092704504484256, -0.6128913880376375, -0.721670611358824, 0.9409962270120504, 1.3497703060821709, 0.2384198699867173, -1.0305414141848777, -1.0305414141848777, 0.689221549050308, 1.8122959740042572, 1.1050110200911187, -0.8079630650680217, 2.0272513798974914, -0.550732163320867, 1.466370082074835, 1.3613104518857948, -1.1005942154878663, 1.7665162341102243, 1.2334440414060852, -1.0305414141848777, -1.5593081567147278, -1.0305414141848777, -0.3982731776036597, 0.05984757459665588, 1.385832513131313, -0.7631910449973871, 0.8291277944195892, 0.08690560955723034, -1.455899199442357, -0.5809266321632777, 0.7109028926000905, -0.550732163320867, 1.466370082074835, 0.8008769346810107, 0.9835674785440608, -0.009333947021165795, -1.1779884209158498, -1.2632612646722805, 1.1025150150170488, 0.8375206814328074, 1.0485174958613577, 0.07804107571207512, 1.402265103645833, -0.9670414525741324, 0.17561181864080452, 0.9990565931316272, 0.06902351578872287, 1.0794954024286276, 1.20751690094656, 1.6023901721228282, 1.0715902614548738, 1.0622132444165473, -0.3766081838039313, 0.9020381877177828, 1.3551875647949545, -0.5809266321632777, -0.2798486505312556, -0.9670414525741324, -0.8079630650680217, 1.1940523487503618, 1.4563250126729568, 1.320982981438501, 1.5615693575864191, 0.4642929809864027, 0.7873023257501678, -0.16864804390368052, -0.2624526873539352, 1.5024014078265142, -0.04203465939094229, -0.2798486505312556, -0.9092704504484256, 1.4473736727252642, 1.6845975040008525, -1.1005942154878663, 1.4195571253384844, -0.02000874007619706, 1.0859925269233617, -0.2978371784566907, 1.0987484199935085, 0.773364247122693, -0.3982731776036597, 1.4249714001048337, -1.455899199442357, 0.9271646710366468, 0.6665979295934338, 1.6142244265839931, 1.475614452055359, -1.0305414141848777, -0.6829981957948461, -0.19809695698705826, 0.18297576276641447, 0.8437277209294363, 0.2640776147684701, 1.2314948606392853, 1.7658171735146413, 1.533372709616952, 0.5752084543265138, 1.2256031338325168, 1.2314948606392853, 0.2384198699867173, 0.6053239902952027, 1.834219538906018, 1.2246146624965204, 1.5828771930564132, 1.3505476609031697, -0.7631910449973871, 0.6181692279123324, -0.2456120009894351, 1.4918514813543549, -0.07691481148210448, 1.3497703060821709, 1.72091350149667, -0.6829981957948461, -0.5809266321632777, -0.19809695698705826, 0.18297576276641447, -1.2632612646722805, -0.009333947021165795, 1.3267066241686296, 1.4632517735995096, -0.550732163320867, -0.3557915991601055, 0.040997682405013336, -0.7631910449973871, -0.9670414525741324, 0.7850050738766918, 1.7318548623750636, 1.3613104518857948, -0.8079630650680217, -0.9092704504484256, 1.1940523487503618, 1.2709689248019749, -0.5809266321632777, -0.8079630650680217, 1.1813065761316068, -0.15452013411722526, 0.9075254769625444, -1.2632612646722805, 0.5207892100878728, 1.1769876677902924, -0.31645937899741816, -0.14076234070576904, -0.550732163320867, 1.8564336353616837, -0.3557915991601055, -0.42085691226204697, 1.1328864087186032, 1.3042741080987743, 1.6043018289414663, 1.2790517565792592, 2.013743516025822, 0.1681424566710056, 0.5091881162164367, -0.6829981957948461, 1.2003100675447236, 1.256282003692414, 0.8031053500278346, 1.6821386831947591, -0.7631910449973871, 0.8053242668360776, -0.4444385821689734, 1.429663123775368, -0.2456120009894351, 0.07804107571207512, -0.4691077440375192, 1.5574099190497466, 1.0715902614548738, 0.6751973993035593, -0.3557915991601055, -0.5809266321632777, 1.1514334471711969, 1.4858966686506196, -0.721670611358824, -0.5809266321632777, -0.9092704504484256, -0.31645937899741816, 0.2944701699040311, -0.5809266321632777, 1.3916072292932842, 1.6066815680157576, -0.9670414525741324, 0.451346107477462, 0.505262940644859, -0.16864804390368052, 1.182380726682725, 0.02144247648043086, -1.455899199442357, -0.2292926708630185, 0.9443974417593646, 1.1269522550620652, 1.8780202854379384, 0.1681424566710056, 1.0358754311648342, -0.721670611358824, -0.6829981957948461, 1.449304819717113, -1.1779884209158498, -1.1005942154878663, -0.3982731776036597, -0.8564665881811828, -0.6829981957948461, 1.71938613439143, -0.42085691226204697, 1.2136157440159048, 1.0457345642837026, 1.4329886484750318, 1.5075972459661435, 0.8354351115391322, 1.262758585688932, 1.8090872647247296, -0.2624526873539352, 1.8499279085373708, -0.6468340924297751, -0.4691077440375192, 1.0051254453264695, -0.0650281185670269, -1.455899199442357, -1.1005942154878663, -0.8079630650680217, -0.15452013411722526, -0.9092704504484256, 1.3403503445196492, 1.0768736729712904, 1.2691555650407214, -1.1005942154878663, -0.02000874007619706, -0.721670611358824, 1.3785228334798103, 1.0936835142327548, 1.6817277479869686, 0.7188061344105243, 2.080135672282509, -0.9670414525741324, -0.07691481148210448, 0.4335673281069497, -0.2798486505312556, -0.2798486505312556, -0.4444385821689734, 1.7840322273641729, 0.31756959489923964, -0.2292926708630185, -0.721670611358824, -1.0305414141848777, -0.9092704504484256, -0.030905843470765058, 1.4263162137994458, 1.172632621474392, 0.11263071676666706, -0.6829981957948461, -0.8564665881811828, 0.7662527220628941, -0.4949661324124685, 0.8678412132748621, 1.4369514315224658, -0.550732163320867, -0.3766081838039313, -0.2798486505312556, 1.4582232902294, 0.16056462292794896, -0.07691481148210448, 1.5500499422151597, -1.2632612646722805, -1.1005942154878663, 1.1951005406062911, -0.15452013411722526, 1.5311813537014751, 1.5636366773015549, -0.4691077440375192, -0.3982731776036597, 0.11263071676666706, -0.4949661324124685, 1.2392481646867433, -0.9670414525741324, 0.9990565931316272, 1.3387636409967647, -0.9670414525741324, -0.5221298688508713, -0.4949661324124685, -0.4691077440375192, -0.4691077440375192, -1.0305414141848777, -0.5809266321632777, 1.8802708903227, -0.2624526873539352, 1.182380726682725, -0.550732163320867, -0.8564665881811828, -0.8564665881811828, -0.21346375533688272, -0.6128913880376375, -0.3982731776036597, 0.4600130118074154, -1.0305414141848777, 1.120949664271044, -0.6128913880376375, -0.3982731776036597, -0.2978371784566907, -0.721670611358824, 1.4140859344990695, -0.3357607095019444, 1.5818820732054937, 1.2487801462558004, -0.7631910449973871, -0.16864804390368052, 1.2334440414060852, -0.5809266321632777, 1.7436670050580565, -0.550732163320867, -1.0305414141848777, -1.0305414141848777, -0.9092704504484256, -1.0305414141848777, 0.02144247648043086, 1.3093433331591384, 1.7953903975390588, 1.33477558937898, -0.3557915991601055, -0.18316633303414429, -0.9092704504484256, -1.0305414141848777, 1.1693422549190604, 1.7003027833952842, -0.3557915991601055, -0.9670414525741324, 0.2114341409848957, -0.550732163320867, -0.15452013411722526, -0.6468340924297751, 1.4594849730565025, -0.5809266321632777, -0.6468340924297751, -0.6468340924297751, -0.8564665881811828, -0.4444385821689734, -0.4444385821689734, -0.42085691226204697, 1.570808306855413, -0.6128913880376375, 1.2044404690617942, 1.4846974864730202, -0.2798486505312556, 1.3544171143025503, -0.0650281185670269, 0.2114341409848957, -0.5809266321632777, -0.42085691226204697, -0.7631910449973871, -0.721670611358824, -0.9670414525741324, -1.1005942154878663, -0.6829981957948461, -0.4444385821689734, -0.8079630650680217, 1.285252753082376, 1.1593444779748916, 1.734833125957011, -0.6468340924297751, 0.08690560955723034, 1.1649224903912112, 0.4198233812963805, -0.2978371784566907, 1.6165593261120157, 1.9985354855035369, -0.550732163320867, -0.18316633303414429, -0.10152902562414194, -0.5221298688508713, -0.5809266321632777, 1.1834526650046395, -0.42085691226204697, 1.2799421493165428, 1.1570964264280623, 1.1992723252186688, -0.721670611358824, 1.435633853488026, -0.2798486505312556, 1.345081636509916, 0.9851372965636652, -0.9092704504484256, -0.4444385821689734, 0.9577843202004516, -0.6128913880376375, 1.7355750365094726, 0.7028778249999187, 0.3556827922940882, 1.0301566442410277, -1.0305414141848777, 1.8987471404705367, -0.3766081838039313, -0.4691077440375192, 1.3497703060821709, -0.550732163320867, 0.6919816110773566, -0.6468340924297751, 1.2691555650407214, 0.9867023943879306, -0.5809266321632777, 1.6616112632233553, -0.9092704504484256, 1.1615828615731731, -0.6829981957948461, 0.15287512919457993, 1.4242976879485594, -1.2632612646722805, -0.5809266321632777, 0.10419570635906186, -0.6468340924297751, 0.3396886013986248, 1.1062545483488924, 1.4316609873328874, -0.2978371784566907, -0.15452013411722526, 1.7734556779557533, -0.3357607095019444, -0.2292926708630185, 0.5576930429293788, -0.21346375533688272, -0.31645937899741816, 0.8890049793247068, -0.3766081838039313, 0.07804107571207512, -0.4691077440375192, 1.5317300582733986, -0.550732163320867, 1.4669915080525369, 1.6062064898917934, 0.3960790145867597, 1.3658558055414398, 1.6684035180738994, -0.3357607095019444, 1.2275744624584541, 1.4064678857173334, -0.9092704504484256, 0.031311512439830866, 1.4303299307728856, 1.270063034652661, -0.6829981957948461, 1.5393517937637422, 1.868632274488852, -0.6128913880376375, 0.8395979289983426, -0.9092704504484256, -0.10152902562414194, 1.6339703160953527, 1.3880055470516808, 1.3916072292932842, 1.402967928338105, -0.550732163320867, -0.2978371784566907, -0.550732163320867, -0.31645937899741816, 1.5848617428677445, 1.6225814921890438, -0.2624526873539352, -0.07691481148210448, 1.3916072292932842, -0.4949661324124685, 0.19739898576990567, 1.4505882817201186, 1.30765907137765, 0.19739898576990567, 1.0051254453264695, 1.7224363994027163, 1.4707045625985775, -0.3766081838039313, -0.9670414525741324, 2.03897094841574, -0.3357607095019444], [-1.7527699746862275, -1.5218062891486526, -1.010023497012296, -1.5218062891486526, 0.11359474385085495, -1.3405919590025521, -0.9080106224105656, -1.573965637094603, -1.3823341479582123, -1.573965637094603, -1.1587127147231362, -1.6889660208232529, -1.2267092066098386, -0.6799113544084848, -0.7556015491449734, -1.1920050516209777, -1.0662827656480507, -1.3823341479582123, -1.3823341479582123, -1.3405919590025521, -1.7527699746862275, -1.3008556828063946, -0.7556015491449734, -0.8843966471455478, -1.3405919590025521, -0.5782509910334639, -1.0376662527650031, -1.5218062891486526, -1.0376662527650031, -0.9080106224105656, -0.9574124470698812, -0.8174326645415817, -0.932334727614334, -1.4726864310372791, -0.9832913284220121, -0.7962912279245611, -0.8843966471455478, -0.9832913284220121, -0.2988067556419375, -1.2629468767616263, -0.9832913284220121, -1.0376662527650031, -1.0959428894252994, -0.9832913284220121, -0.7962912279245611, -1.0376662527650031, -1.010023497012296, -1.3008556828063946, -1.0662827656480507, -1.126724118029729, -0.9832913284220121, -0.9574124470698812, -1.4726864310372791, -0.932334727614334, -1.426286951838466, -1.4726864310372791, -0.9574124470698812, -0.5782509910334639, -0.9832913284220121, -0.8614529358604042, -0.7756897494435195, -1.3823341479582123, -1.3405919590025521, -1.010023497012296, -0.9574124470698812, -1.0959428894252994, -0.8174326645415817, -1.3823341479582123, -1.573965637094603, -0.9574124470698812, -1.2267092066098386, -0.27664276132817284, -0.1551690111969466, -0.6620505477721609, -0.7962912279245611, -0.8174326645415817, -0.9080106224105656, -1.573965637094603, -1.010023497012296, -0.4464366112529509, -0.25507510614440804, -1.2629468767616263, -1.3008556828063946, -0.5169827739318589, -0.7360018617982219, -0.7962912279245611, -1.0959428894252994, -0.6445775806528437, -0.6274760623088482, -0.9832913284220121, -0.9574124470698812, -1.0662827656480507, -0.7556015491449734, -0.9574124470698812, -0.9080106224105656, -0.83914285456614, -0.9832913284220121, -1.1920050516209777, -0.4880163700116314, -0.7756897494435195, -1.3008556828063946, -1.3823341479582123, -0.8174326645415817, -1.3405919590025521, -1.0662827656480507, -0.8174326645415817, -1.6295385822783397, -0.8843966471455478, -1.5218062891486526, -1.0959428894252994, 0.11359474385085495, -0.7756897494435195, -1.126724118029729, -0.6107306138320931, -1.126724118029729, -0.6799113544084848, -1.2267092066098386, -0.7756897494435195, -1.426286951838466, -0.4464366112529509, 0.028666463100337245, -1.3008556828063946, -1.0662827656480507, -1.5218062891486526, -1.0662827656480507, -1.2629468767616263, -1.010023497012296, -1.426286951838466, -0.6274760623088482, -1.2267092066098386, -1.426286951838466, -0.83914285456614, -0.4464366112529509, -0.932334727614334, -1.2267092066098386, -1.1920050516209777, -1.2267092066098386, -0.14583077040338208, -0.83914285456614, -0.4198671262559101, -0.8614529358604042, -1.3008556828063946, -1.3008556828063946, -1.0662827656480507, -1.0959428894252994, 0.4172668609649652, -0.5023689788509331, -0.7756897494435195, -0.8843966471455478, 0.028666463100337245, -1.010023497012296, -0.7168676593380945, -1.426286951838466, -0.8843966471455478, -1.3405919590025521, -1.126724118029729, -1.896105386489716, -1.0662827656480507, -0.932334727614334, -1.3008556828063946, -0.9832913284220121, -0.5782509910334639, -1.426286951838466, -1.2267092066098386, -1.126724118029729, -1.2267092066098386, 0.05798843421655045, -1.2267092066098386, -0.5782509910334639, -1.0376662527650031, -0.9574124470698812, -1.010023497012296, -0.3570550968393298, -0.6107306138320931, -0.5624904264442627, -1.6295385822783397, -0.8614529358604042, -0.6274760623088482, -0.932334727614334, -1.1920050516209777, -0.9574124470698812, -0.8843966471455478, -0.4880163700116314, -1.426286951838466, -0.21360645908789436, -0.12747463346532428, -0.8843966471455478, -1.2629468767616263, -0.8174326645415817, -0.8614529358604042, -0.83914285456614, -0.7962912279245611, -0.9832913284220121, -0.6981774932677034, -0.7360018617982219, -0.5624904264442627, 0.1529028214346464, -0.9832913284220121, -0.6620505477721609, -0.3570550968393298, -0.7556015491449734, -0.6445775806528437, -0.7756897494435195, -0.4880163700116314, -0.8614529358604042, -0.3570550968393298, -0.5470330250312165, -0.7556015491449734, -1.4726864310372791, -0.6445775806528437, -0.8614529358604042, -0.9832913284220121, -0.8614529358604042, -0.8174326645415817, -1.0662827656480507, -0.5782509910334639, 1.2050070707207678, -1.0959428894252994, -0.7556015491449734, -0.01743386389499114, -1.0376662527650031, -0.9832913284220121, -1.0662827656480507, -0.932334727614334, -1.010023497012296, -0.932334727614334, -0.7556015491449734, -0.5943267869956739, -0.9080106224105656, -1.3008556828063946, 0.4532036532860146, -0.8614529358604042, -0.6981774932677034, -1.0662827656480507, -0.4464366112529509, -0.7556015491449734, -1.010023497012296, -0.932334727614334, -0.7756897494435195, -1.010023497012296, -1.3823341479582123, -0.31012284052028904, -0.8843966471455478, -0.3692302085073168, -0.9832913284220121, -1.010023497012296, -0.6981774932677034, -0.7360018617982219, -0.7168676593380945, -1.1587127147231362, -1.010023497012296, -0.25507510614440804, -0.6799113544084848, -0.5782509910334639, 0.04346167812890638, -1.2267092066098386, -1.3008556828063946, -1.010023497012296, -1.1587127147231362, -0.4464366112529509, -1.126724118029729, -1.0662827656480507, -1.126724118029729, -0.6981774932677034, -1.2267092066098386, -0.6799113544084848, -1.2629468767616263, -0.6799113544084848, 0.02116504991968393, -0.5943267869956739, -0.5318673954882541, -0.9832913284220121, -0.9832913284220121, -1.010023497012296, -0.7556015491449734, -0.7556015491449734, -0.3570550968393298, -0.10070579482821647, -0.8614529358604042, -0.8843966471455478, -0.47391581090946794, -0.2237742030478679, -0.6620505477721609, -0.3332456862349471, -0.5624904264442627, -1.126724118029729, -0.23407260687695206, -0.932334727614334, -1.0959428894252994, -0.2876481671262793, -0.83914285456614, -1.0662827656480507, -0.9832913284220121, -1.0376662527650031, -1.2629468767616263, -1.3008556828063946, -0.6799113544084848, -1.426286951838466, -1.2267092066098386, -0.8174326645415817, -1.1587127147231362, -0.8174326645415817, -0.8614529358604042, -1.426286951838466, -0.31012284052028904, -0.3332456862349471, -1.4726864310372791, -0.7962912279245611, -0.5624904264442627, -1.1587127147231362, -0.5318673954882541, -1.0662827656480507, -0.9832913284220121, -0.6107306138320931, -0.8614529358604042, -0.6107306138320931, 0.4791350903551441, -1.0959428894252994, -1.010023497012296, -0.7168676593380945, -0.8843966471455478, -0.7756897494435195, -0.7756897494435195, -1.3008556828063946, -0.8843966471455478, -0.4198671262559101, -1.010023497012296, -0.5624904264442627, -1.0959428894252994, -1.3405919590025521, -0.3570550968393298, -0.7962912279245611, -0.9080106224105656, -0.9080106224105656, -0.5023689788509331, -1.1920050516209777, -0.2657863990219837, -0.1551690111969466, -0.4198671262559101, -0.932334727614334, -0.7168676593380945, 0.6333692967975718, 0.2024798669940693, -0.7556015491449734, -0.6107306138320931, -1.010023497012296, -0.7962912279245611, -0.8174326645415817, -1.126724118029729, -0.8614529358604042, -0.7168676593380945, -0.9080106224105656, 0.3196578584735019, -0.83914285456614, -1.426286951838466, -0.47391581090946794, -0.932334727614334, -1.4726864310372791, -0.5624904264442627, -0.7962912279245611, -0.5943267869956739, -0.6274760623088482, -0.7360018617982219, -0.3815929698984861, -0.6274760623088482, -0.8614529358604042, -1.0662827656480507, -0.8843966471455478, -0.8614529358604042, -0.13660012692626494, -0.4069051466300349, -0.7360018617982219, -0.7962912279245611, -0.9574124470698812, -0.9080106224105656, -0.6799113544084848, -0.7168676593380945, -0.5624904264442627, -0.1936500016226772, -0.932334727614334, -0.6799113544084848, -0.6799113544084848, -0.4600586344089845, -1.1587127147231362, -0.3570550968393298, -1.0662827656480507, -0.6981774932677034, -1.010023497012296, 0.07225629081839469, -1.0662827656480507, -0.4069051466300349, -0.5624904264442627, -0.4198671262559101, -0.7756897494435195, -0.8614529358604042, -0.83914285456614, -0.47391581090946794, -0.7168676593380945, -0.3692302085073168, -0.0748027156700772, -0.7556015491449734, -1.3405919590025521, -0.4198671262559101, 0.005948032658774469, -0.6799113544084848, -1.3008556828063946, -0.6107306138320931, -0.7556015491449734, -1.1920050516209777, -0.2988067556419375, -0.4464366112529509, -0.8843966471455478, -0.5470330250312165, -0.27664276132817284, -0.7756897494435195, -0.5169827739318589, -1.3008556828063946, -0.6799113544084848, -1.3008556828063946, 0.07225629081839469, -0.4464366112529509, -1.126724118029729, -1.0959428894252994, -0.6799113544084848, -1.2267092066098386, -0.10952971586261484, -0.932334727614334, -1.0376662527650031, -0.4198671262559101, -0.6107306138320931, -0.8843966471455478, -0.6620505477721609, -0.932334727614334, -0.47391581090946794, -1.2629468767616263, -1.0959428894252994, -0.25507510614440804, -1.2629468767616263, -0.8614529358604042, -0.9832913284220121, -0.7756897494435195, -0.4198671262559101, 0.6908702777602926, -0.4330419211593348, -0.9832913284220121, -0.6107306138320931, -1.0376662527650031, -0.6274760623088482, -1.3405919590025521, -0.8174326645415817, 0.8892896048616058, -0.9832913284220121, -1.0959428894252994, -0.932334727614334, -0.7962912279245611, -0.7756897494435195, -1.5218062891486526, -0.5624904264442627, 0.19644809663123727, 0.24916418707664265, 0.3144503438701107, -0.7360018617982219, -0.6981774932677034, -1.426286951838466, -0.009563790796529864, -0.7556015491449734, -0.8174326645415817, 0.7006019613771346, -0.83914285456614, -0.5782509910334639, -0.4069051466300349, -0.5470330250312165, -0.2876481671262793, -1.573965637094603, -1.0376662527650031, -0.6799113544084848, -0.4880163700116314, -1.126724118029729, -0.7556015491449734, -0.5023689788509331, -1.126724118029729, -0.6274760623088482, -1.010023497012296, -0.8174326645415817, -0.0919780233025951, -0.7556015491449734, -0.5782509910334639, -1.010023497012296, 0.25481280264194484, -0.8843966471455478, -1.573965637094603, -0.5624904264442627, -0.8614529358604042, -0.7556015491449734, -0.0017703169428414946, -0.83914285456614, -0.6620505477721609, -1.0662827656480507, 0.8004965812640561, -0.47391581090946794, -0.83914285456614, -0.6620505477721609, -0.6620505477721609, -0.7756897494435195, -1.0376662527650031, -1.0376662527650031, -1.3405919590025521, -1.126724118029729, -0.5782509910334639, -0.9080106224105656, 0.4080246680482227, -0.6445775806528437, -0.6799113544084848, -0.7168676593380945, -0.47391581090946794, -0.7962912279245611, 0.6403526079817946, -0.5782509910334639, -0.6620505477721609, -0.12747463346532428, -0.16461738290116032, -0.34506203930255663, 0.6908702777602926, -0.4600586344089845, -0.6107306138320931, -1.010023497012296, -0.6620505477721609, -0.5169827739318589, -0.7756897494435195, -1.1587127147231362, -0.4330419211593348, -0.5624904264442627, -0.5782509910334639, -0.47391581090946794, -0.5318673954882541, -0.6981774932677034, -0.3815929698984861, -0.4464366112529509, -0.932334727614334, -0.31012284052028904, -0.9080106224105656, -0.7168676593380945, 0.20846651866336596, -0.7360018617982219, -0.6107306138320931, -0.2237742030478679, 0.6743829999397857, -1.0662827656480507, -0.5023689788509331, -0.8614529358604042, -0.932334727614334, -0.7360018617982219, -0.6107306138320931, -0.83914285456614, -0.3570550968393298, -0.7360018617982219, -0.2876481671262793, -0.6274760623088482, -0.025382055047578414, 0.1842464451257519, -0.9080106224105656, -0.01743386389499114, -0.2445050651420338, -0.7168676593380945, -0.6981774932677034, -0.7168676593380945, -0.7556015491449734, -0.14583077040338208, -0.9574124470698812, 0.01359269085183969, -1.126724118029729, -0.6274760623088482, -0.932334727614334, -0.7962912279245611, -0.5624904264442627, -0.8843966471455478, -0.2237742030478679, -1.0662827656480507, -1.5218062891486526, -0.5169827739318589, -0.8174326645415817, 0.15927050953994662, -0.6799113544084848, -0.4069051466300349, -0.6620505477721609, -0.27664276132817284, -0.9080106224105656, -0.9832913284220121, -0.5318673954882541, -0.34506203930255663, -0.6107306138320931, -0.9080106224105656, 0.2659918121030322, -0.5470330250312165, -0.4198671262559101, -0.6981774932677034, -0.03340992863094371, -0.3332456862349471, -0.18385510972117997, -0.9080106224105656, -0.3692302085073168, -0.6445775806528437, -0.5624904264442627, -0.23407260687695206, -0.6620505477721609, 0.19037052282408, -0.6445775806528437, -0.5318673954882541, -0.47391581090946794, -0.8174326645415817, -0.6620505477721609, -0.5318673954882541, -0.2657863990219837, -0.6981774932677034, 0.1529028214346464, -0.5943267869956739, -0.6107306138320931, -0.5782509910334639, -0.2988067556419375, 1.7712756068052613, -0.5169827739318589, 0.6227786808903393, -0.6107306138320931, -1.010023497012296, -0.4880163700116314, -0.7962912279245611, -0.34506203930255663, -0.4880163700116314, -0.31012284052028904, -1.3008556828063946, -0.5023689788509331, -0.3570550968393298, -0.6445775806528437, -0.009563790796529864, -0.3815929698984861, 0.3299723087129009, -0.6799113544084848, -0.8174326645415817, 0.6227786808903393, -0.14583077040338208, -0.5943267869956739, -0.6620505477721609, -1.126724118029729, -0.3332456862349471, -0.39414923779536, -0.9574124470698812, -1.010023497012296, -0.9574124470698812, -0.8614529358604042, 0.03609824603142354, -0.9832913284220121, -0.7756897494435195, -0.4198671262559101, -0.16461738290116032, -0.6799113544084848, -0.18385510972117997, -0.08334433150199322, -1.0662827656480507, -1.010023497012296, -0.5943267869956739, -0.47391581090946794, -0.3332456862349471, -0.7360018617982219, -0.6274760623088482, -0.6107306138320931, -0.7360018617982219, 0.005948032658774469, 0.3502107150794664, -0.7556015491449734, 0.25481280264194484, -0.3815929698984861, -0.7962912279245611, -0.5169827739318589, -0.7360018617982219, -0.21360645908789436, -0.1936500016226772, -0.6620505477721609, -0.4464366112529509, 0.03609824603142354, 1.058514303798216, 0.03609824603142354, -0.47391581090946794, -0.27664276132817284, -0.6799113544084848, -0.16461738290116032, -0.5470330250312165, -1.010023497012296, -0.3332456862349471, -0.3332456862349471, -0.5943267869956739, -0.932334727614334, -0.47391581090946794, -0.39414923779536, -0.2445050651420338, -0.4069051466300349, -0.21360645908789436, -0.4600586344089845, -0.6981774932677034, -0.7360018617982219, -0.21360645908789436, -0.7360018617982219, -0.6274760623088482, -0.4600586344089845, -0.6445775806528437, -0.5624904264442627, -0.47391581090946794, 0.14648406872867836, -0.6445775806528437, -0.5943267869956739, 0.028666463100337245, -0.7962912279245611, -0.4464366112529509, 0.3401554951115352, -0.4600586344089845, 0.25481280264194484, -0.7168676593380945, -0.2445050651420338, 0.4443696448733984, 0.04346167812890638, -0.9574124470698812, -0.4464366112529509, -0.6799113544084848, -0.7168676593380945, -0.3570550968393298, -0.6445775806528437, 0.03609824603142354, 0.7133960695033089, -0.4330419211593348, -0.2237742030478679, -1.1587127147231362, -1.010023497012296, -0.47391581090946794, -0.06635123530297239, -0.009563790796529864, 0.4443696448733984, -0.47391581090946794, -1.126724118029729, -0.057988010518363164, -0.2657863990219837, -0.6274760623088482, -0.2657863990219837, 0.05798843421655045, -0.1741785095020671, -0.057988010518363164, -0.16461738290116032, -0.2876481671262793, 0.5637980760237853, -0.39414923779536, -0.6445775806528437, 0.3039325310838069, -0.5169827739318589, -0.5169827739318589, -0.83914285456614, 0.005948032658774469, -0.4069051466300349, 0.1202816067196769, 0.005948032658774469, 0.3451988996744338, -0.6981774932677034, -0.39414923779536, -0.6620505477721609, 0.19037052282408, -0.932334727614334, -0.6107306138320931, -0.3815929698984861, -0.4069051466300349, 0.3451988996744338, 0.1529028214346464, -0.32160091973919874, -0.04151909642788863, -0.5943267869956739, 0.005948032658774469, -0.3692302085073168, -0.21360645908789436, 0.23197510963598536, 0.2024798669940693, -0.6981774932677034, -0.04151909642788863, -0.4600586344089845, -0.009563790796529864, -0.34506203930255663, -0.5169827739318589, -0.9574124470698812, 0.050758003903275284, -0.5169827739318589, -0.8843966471455478, -0.5470330250312165, 0.5827008754562966, -0.31012284052028904, -0.3332456862349471, -0.7360018617982219, -0.2876481671262793, -0.9832913284220121, -0.5169827739318589, -0.4600586344089845, -0.12747463346532428, 0.491792288939118, -0.6620505477721609, -0.6445775806528437, -0.6274760623088482, -0.34506203930255663, 0.1655879384984994, -0.83914285456614, -0.47391581090946794, -0.2657863990219837, -0.31012284052028904, -0.34506203930255663, -0.39414923779536, -0.9574124470698812, -0.3815929698984861, -0.10070579482821647, -0.025382055047578414, -0.03340992863094371, -0.6274760623088482, -0.5624904264442627, -0.5943267869956739, -0.1184519251455568, -0.14583077040338208, -1.426286951838466, 0.27152329616009385, 0.7626193946771193, -0.47391581090946794, -0.5624904264442627, -0.16461738290116032, -0.39414923779536, -0.7556015491449734, -0.8843966471455478, 0.10005107181198164, -0.18385510972117997, -0.7556015491449734, -0.5318673954882541, -0.5782509910334639, -0.6107306138320931, 1.7661869573120506, -0.2876481671262793, -0.009563790796529864, -0.06635123530297239, -0.5023689788509331, -0.10070579482821647, 0.8339364301857235, -0.1936500016226772, 0.23197510963598536, -0.6981774932677034, 0.028666463100337245, 0.5444378026263003, -0.5624904264442627, -0.14583077040338208, -0.1184519251455568, 0.14001342646532122, -0.1741785095020671, -0.31012284052028904, -0.7962912279245611, 1.2676985705007309, -0.83914285456614, -0.6981774932677034, -0.7360018617982219, -0.5023689788509331, -0.8843966471455478, -0.31012284052028904, -0.9080106224105656, -0.4198671262559101, -0.16461738290116032, -0.1551690111969466, -0.6445775806528437, -0.1551690111969466, -0.3570550968393298, -0.31012284052028904, -0.5318673954882541, 1.0888483073882969, -0.4069051466300349, 0.3451988996744338, -0.3332456862349471, 0.08627430619428336, -0.47391581090946794, 0.1529028214346464, -0.4600586344089845, -0.009563790796529864, -0.0919780233025951, -0.04151909642788863, -0.6981774932677034, -0.3815929698984861, -0.5782509910334639, 0.671044371328107, -0.2876481671262793, -0.4069051466300349, -0.12747463346532428, -0.5943267869956739, -0.2657863990219837, -0.01743386389499114, 0.3350801008566009, -0.3815929698984861, -0.4464366112529509, -0.10952971586261484, -0.1936500016226772, -0.6445775806528437, 0.911887920319406, -0.2988067556419375, 0.5205695466802797, -0.21360645908789436, -1.0376662527650031, 0.028666463100337245, -0.14583077040338208, 0.6403526079817946, -0.39414923779536, -0.39414923779536, -0.27664276132817284, 0.14001342646532122, 0.23197510963598536, 0.24347541817771085, 0.04346167812890638, 0.35519133438874323, -0.5023689788509331, -0.6274760623088482, -0.32160091973919874, 1.3717072554650502, -0.47391581090946794, -0.4198671262559101, -0.2876481671262793, 0.2024798669940693, -0.7556015491449734, -0.2445050651420338, -0.5470330250312165, -0.3815929698984861, -0.4464366112529509, -0.4464366112529509, 0.5286050141558792, -0.7756897494435195, -0.47391581090946794, 0.8554774303795364, 0.6156395669604757, -0.13660012692626494, -1.0662827656480507, -0.6620505477721609, -0.5624904264442627, -0.7962912279245611, -0.057988010518363164, -0.8843966471455478, -0.5470330250312165, 0.26042182738927744, -0.47391581090946794, 0.24347541817771085, -0.6107306138320931, -0.4330419211593348, -0.0919780233025951, -0.08334433150199322, 1.052306968317351, -0.6981774932677034, -0.5943267869956739, 0.3196578584735019, -0.009563790796529864, -0.12747463346532428, -0.5318673954882541, -0.2657863990219837, -0.4880163700116314, -0.8174326645415817, -0.27664276132817284, 0.2024798669940693, 0.1202816067196769, 1.4216654452664257, 0.3401554951115352, 0.3039325310838069, 0.3039325310838069, 0.2878919735395805, -0.39414923779536, -0.23407260687695206, -0.4600586344089845, 0.08627430619428336, -0.34506203930255663, 0.03609824603142354, -0.2035661075035696, 0.19037052282408, -0.4198671262559101, 0.01359269085183969, -0.3332456862349471, 1.225340278041505, -0.83914285456614, -0.2876481671262793, 0.22616238322680876, -0.0919780233025951, 0.02116504991968393, 0.4399157920012359, 1.4624908528349296, 0.5444378026263003, 0.10005107181198164, -0.4600586344089845, 0.1202816067196769, -0.4069051466300349, 0.7006019613771346, -0.5943267869956739, -0.3570550968393298, -0.6445775806528437, -0.04151909642788863, 0.028666463100337245, -0.23407260687695206, 0.6438215354358281, 0.3601411433769384, 0.1718558948709016, 1.4346486569430628, 0.5714128766010155, 1.5672593238047143, -0.4464366112529509, 0.07929598113500938, 1.7481173085894586, -0.3332456862349471, -0.3332456862349471, -0.3332456862349471, -0.2035661075035696, -0.2876481671262793, 0.5864284226630039, 0.03609824603142354, -0.6107306138320931, -0.9080106224105656, 0.811799240328198, 0.07225629081839469, -0.39414923779536, -0.25507510614440804, -0.04151909642788863, 0.6472754852774033, 0.08627430619428336, -0.4069051466300349, -0.2237742030478679, -0.3692302085073168, -0.0017703169428414946, -0.34506203930255663, -0.27664276132817284, 0.6298546470408529, -0.08334433150199322, 0.01359269085183969, -0.2445050651420338, -0.2445050651420338, 0.4033632266433115, 0.9737992792258076, 0.2878919735395805, 0.02116504991968393, -0.5943267869956739, -0.0017703169428414946, 0.1655879384984994, -0.23407260687695206, -1.0376662527650031, -0.2876481671262793, 0.07929598113500938, -0.0919780233025951, 0.2144087211590339, 0.1202816067196769, -0.6799113544084848, -0.2237742030478679, -0.14583077040338208, 0.1718558948709016, 1.1590940845387057, 0.15927050953994662, -0.4330419211593348, -0.08334433150199322, -0.21360645908789436, -0.0017703169428414946, -0.5318673954882541, 0.5901386819330499, -0.27664276132817284, 1.1351098687150445, -0.7556015491449734, -0.3332456862349471, 0.9874307559915584, -0.04151909642788863, -0.1551690111969466, 0.4791350903551441, -0.4464366112529509, -0.21360645908789436, -0.10070579482821647, 0.8968935373150545, -0.932334727614334, 0.3451988996744338, 0.1334900495508177, 0.09319232561030097, 0.005948032658774469, -0.3332456862349471, 0.24916418707664265, 0.20846651866336596, 0.05798843421655045, 0.028666463100337245, 0.050758003903275284, -0.2445050651420338, -0.47391581090946794, -0.5470330250312165, 0.22030712921817294, -0.1936500016226772, 0.8257066114950798, 0.0651541474832654, 0.5083629613157571, -0.3815929698984861, 0.09319232561030097, -0.06635123530297239, 0.41265910920377735, 0.8393763082098019, -0.31012284052028904, -0.009563790796529864, 0.3844410475917292, -0.01743386389499114, -0.5318673954882541, 0.5205695466802797, -0.06635123530297239, -0.06635123530297239, -0.057988010518363164, 0.7259887659014942, 0.050758003903275284, 0.22616238322680876, 0.04346167812890638, 0.3939580722352255, 0.10005107181198164, -0.0919780233025951, 1.0291254845647515, -0.34506203930255663, -0.2657863990219837, -0.6107306138320931, 0.4532036532860146, -0.39414923779536, -0.18385510972117997, 0.08627430619428336, 0.19037052282408, 0.24916418707664265, 1.0543814373403584, 0.6192170877449413, -0.27664276132817284, 0.4833764446667522, 0.08627430619428336, 0.5827008754562966, -0.4464366112529509, 0.4959672443795796, 0.050758003903275284, -0.12747463346532428, -0.4600586344089845, 0.7715208261844788, 0.3892137097022826, -0.1184519251455568, 1.5001474636893837, 1.550723470229266, 0.03609824603142354, -0.6107306138320931, 0.08627430619428336, -0.32160091973919874, 1.6342062051282564, 0.41265910920377735, 0.04346167812890638, 0.2024798669940693, 0.05798843421655045, -0.5318673954882541, -0.3570550968393298, -0.03340992863094371, 0.3844410475917292, -0.16461738290116032, 0.1842464451257519, -0.08334433150199322, 0.07225629081839469, 0.02116504991968393, 0.09319232561030097, 0.5789558784967036, 0.4354370069506005, 0.6192170877449413, -0.5782509910334639, 1.7780104975146545, 2.302474394593525, -0.4330419211593348, 0.2024798669940693, -0.10070579482821647, 0.41265910920377735, 0.26042182738927744, -0.23407260687695206, -0.0919780233025951, -0.2988067556419375, 1.1609095747769036, 0.2377459213628988, 0.05798843421655045, 0.1842464451257519, 0.14648406872867836, 0.4833764446667522, -0.0919780233025951, 0.2878919735395805, 0.3350801008566009, 0.1718558948709016, -0.3692302085073168, -0.4198671262559101, -0.4464366112529509, 0.3299723087129009, 1.211842402768328, 0.6941273445880797, -0.2035661075035696, 0.2024798669940693, 0.9094082950187032, 0.9645808301226116, -0.03340992863094371, -0.1184519251455568, 0.3196578584735019, 0.09319232561030097, 0.8420824365389361, 0.1718558948709016, 0.37480946057027203, 2.345670029794977, 1.2219871046257973, -0.6620505477721609, -0.31012284052028904, 0.24347541817771085, 0.4748711314123231, 0.4705843256874242, -0.4464366112529509, 0.5165213433671368, 0.8738613848502559, 0.4172668609649652, 0.7536177924004005, 1.228679452220952, 0.19644809663123727, 0.7102166751913486, -0.2035661075035696, -0.03340992863094371, 0.7197171971284053, 1.7070490687624416, 0.3144503438701107, 0.14648406872867836, 0.1718558948709016, 1.0291254845647515, 0.1655879384984994, -0.21360645908789436, -0.3692302085073168, -0.23407260687695206, -0.6445775806528437, 0.2770168078425188, -0.27664276132817284, 0.0651541474832654, 0.3144503438701107, -0.4600586344089845, 0.4875954326698281, 0.3196578584735019, -0.01743386389499114, 1.0687539964081507, -0.2237742030478679, 0.8004965812640561, 0.7505946063336103, 0.4264035131684343, -0.04971121955978878, -0.12747463346532428, -0.2237742030478679, -0.10952971586261484, 0.07929598113500938, -0.13660012692626494, 0.39867446867372375, -0.14583077040338208, 0.3844410475917292, 0.8366609936157601, 0.19037052282408, -0.3332456862349471, 0.24347541817771085, 1.8690359197132382, -0.25507510614440804, 0.7976457846921019, 0.1842464451257519, 0.2144087211590339, 0.14648406872867836, 0.5676145364492041, 0.96689542185793, -0.0919780233025951, 1.5540581045746888, 0.01359269085183969, 0.10005107181198164, 0.5599633216573301, 0.25481280264194484, 0.9505508359939976, 0.41265910920377735, -0.32160091973919874, 0.6743829999397857, 0.8312025547072184, 0.9505508359939976, -0.3570550968393298, 0.4575843471428202, 0.3650605207102428, 0.8447794405415119, 0.6263244875578662, 0.08627430619428336, 0.2659918121030322, -0.32160091973919874, 0.5325926835271452, -0.04971121955978878, 0.11359474385085495, 0.05798843421655045, 0.6048099984331664, 0.050758003903275284, 1.810054638469337, 0.9019229613076593, 1.480933276351852, 0.050758003903275284, -0.1741785095020671, 1.7233713040570549, -0.31012284052028904, 0.7832373802138755, 0.2377459213628988, 2.10396306128193, 0.5001205263025124, 0.7291062073329361, 0.491792288939118, 1.142566522326247, 0.9338652809409724, 0.2144087211590339, 1.341899713812614, 1.116158307018283, 0.6973712035720572, 0.4748711314123231, 0.22030712921817294, 0.7536177924004005, 0.96689542185793, 0.3844410475917292, 0.2770168078425188, 1.225340278041505, 0.7744660929840335, 0.4487988415065289, 0.4080246680482227, 0.5975079727698659, 1.0543814373403584, 0.14648406872867836, -0.04151909642788863, 0.23197510963598536, 0.11359474385085495, 1.8508758432166, 0.575193267686031, 0.9192810056104184, 0.8712608332382953, 0.4705843256874242, 0.2024798669940693, 0.9019229613076593, 0.4748711314123231, 0.2932746313119534, 1.0788642538711148, 0.6973712035720572, 0.2770168078425188, -0.34506203930255663, 0.05798843421655045, 0.9622595210920342, 0.3650605207102428, 2.0383190202946224, 0.5714128766010155, 1.2270116077266375, 0.6263244875578662, 1.5951357020007113, 0.6541389654727116, 1.6530482740718329, 1.2972929834611098, 0.7102166751913486, 0.5325926835271452, 1.5993394297367642, 1.3049023503058372, 0.5827008754562966, 0.4309330091255724, 1.3868883728326669, 1.3814012486607743, 1.5281300278040444, 0.8447794405415119, 0.5676145364492041, -0.10952971586261484, 0.1202816067196769, 0.5405088840410992, 1.1663314502576412, 0.24916418707664265, 0.1334900495508177, 0.20846651866336596, 0.25481280264194484, 0.5789558784967036, 1.781356793962773, 1.3633035638405893, 0.5789558784967036, 0.8968935373150545, 0.5124525517183803, 0.2659918121030322, 1.1590940845387057, 0.9505508359939976, 1.3964011787852133, 0.2770168078425188, 1.7134362462011399, 1.831510121188282, 0.5561100971744315, 0.8943669164418264, 1.5349753273296771, 0.6810187438204062, 1.616962803891069, 0.11359474385085495, -0.03340992863094371, 0.1334900495508177, 0.23197510963598536, 0.10005107181198164, 1.035514629562559, 0.4264035131684343, 0.5001205263025124, 0.4575843471428202, 1.7687353291278651, 1.4953870181734237, 0.3144503438701107, 1.4662135153646048, 2.63109380590969, 2.166174930606612, 1.3154352864400665, 0.7596301016715458, 1.4869874438520911, -0.06635123530297239, 1.198112819482938, 1.356232400515628, 1.9500762422161375, -0.21360645908789436, 2.1122854028871227, 0.7165628770670065, 0.3844410475917292, 0.9481883899987952, 0.8501463202075671, 1.43850287560765, 1.8969717694861057, 0.6403526079817946, 1.616962803891069, 1.699686426345269, 1.8838605524115772, 2.1302953136334613, 0.5522382238431922, 1.6589073458345451, 1.0312608752890104, 1.520069085160434, 2.702268473283902, 2.1915666058217202, 1.4216654452664257, 0.6120459754743465, 1.4216654452664257, 2.112837158593481, 2.159959066966814, 0.8994122022902844, 0.6368685724833166, 1.5845286892611443, 1.0543814373403584, 0.8738613848502559, 1.6392078410851254, 1.5595851170665571, 1.8853280137562782, 0.2377459213628988, 2.0304094884408808, 0.8229444140496692, 0.6084361682882621, 2.1789715320460035, 1.6332021135148047, 2.023655163436976, 1.5269834267837994, 0.9094082950187032, 0.3401554951115352, 1.88239039358304, 1.9896441373883011, 1.3124400036644073, 1.104568012899189, 2.3323679032427904, 1.426884047920866, 0.6609440589084665, 1.4624908528349296, 2.036500674196688, 1.7278467611781447, 0.5124525517183803, 1.211842402768328, 1.6271509467505834, 1.1065114296279457, 1.3273054889276648, 0.7291062073329361, 1.985774284091107, 1.0947794608683064, 1.5606859509393227, 1.2549025433895231, 1.5246852815647218, 1.1609095747769036, 1.8772234510615289, 2.069779672481401, 1.5269834267837994, 1.5540581045746888, 0.05798843421655045, 1.3124400036644073, 1.7322973137844615, 1.3360939409800512, 1.5898497795567306, 0.7383862927037952, 1.5154260906146808, 0.9069209588918088, 1.1859030087736386, 1.5072354227344136, 1.7871793331100492, 0.4443696448733984, 2.5696462864051925, 1.3909791518848664, 1.8330767525076013, 1.5473748743401297, 2.246611795614149, 2.0099729411771143, 1.5737791112786261, 1.1199847134157246, 1.5084106662011516, 1.003045974166677, 0.39867446867372375, 1.9966905989100336, 1.8362008388583693, 1.5529481038891677, 1.9507520069250903, 0.6438215354358281, 1.3533863371126114, 2.0949893939958906, 1.8267917301745165, 1.7143445503625587, 2.036500674196688, 0.5676145364492041, 2.029797810571656, 1.8172706084018142, 2.136745107521484, 1.3618943236824177, 2.0527188510788275, 1.9127100821065104, 2.3522390358276386, 1.9385000116912188, 1.4723797051374865, 1.7161580698969248, 1.7913124893000985, 0.6368685724833166, 1.6637573298726671, 2.0944251825810314, 1.9211658457594487, 2.0431478284937694, 1.9063090693246116, 2.6342612291660976, 1.6838120734487059, 2.385868042729566, 1.540635326851679, 1.7863501325418882, 2.062764107490055, 2.261405674665605, 1.6724138683452046, 1.9928547726849184, 1.8228383615130024, 1.5130944464561429, 1.228679452220952, 1.428183395461191, 2.298548591870146, 1.6540277715948208, 1.3717072554650502, 2.1672062272898387, 1.175287025132625, 1.5177509570868064, 2.3522390358276386, 1.1275830434708851, 1.6392078410851254, 1.705214752647458, 2.1473805063077664, 0.8816126921359242, 1.6903867738251799, 1.5529481038891677, 2.150543741592766, 1.4242790029270362, 2.2200451882482795, 1.6451688067859738, 2.4101931880668492, 1.5909097625640545, 1.3476636462821074, 2.310699453382662, 1.9070228281049817, 1.803585325929285, 1.98900046077634, 1.395049114134392, 2.08762341570492, 1.7738078415979786, 1.6087178028169355, 3.3568483060242214, 0.8366609936157601, 2.344845097319801, 2.8005052957401477, 1.3287769535214982, 2.672967494837136, 2.3011679336571893, 2.371229211824656, 1.463733666576026, 2.090464518431311, 2.080188965571213, 1.8546933469410984, 2.541102585081963, 2.616536190704997, 2.0395289583508034, 1.3331751737458335, 1.0748354735651746, 2.243338830835124, 2.2414625339421033, 1.9453298340009608, 2.5535967898004257, 1.8645344116270728, 2.267338385339356, 2.412092434667501, 2.3591599874158105, 2.2682472165683016, 1.6550060710002497, 1.7179674865738204, 0.6743829999397857, 2.021803131734365, 2.67924026001439, 3.3437003901315667, 1.966139060728561, 2.663880627093413, 0.7685646748401039, 2.2224534134856286, 1.7805215315175065, 1.8697837139545663, 1.8172706084018142, 1.8267917301745165, 2.227248218191953, 1.5705258610586257, 2.2083836800742405, 2.3599702935208224, 2.3141374887090542, 1.6950501166412766, 2.927981949616858, 2.250335999017289, 1.748987088771737, 1.8027729700356427, 2.9694825667060343, 2.1641083391443554, 1.8838605524115772, 3.2011680065430914, 1.343344595854846, 2.3128499567798655, 1.9960525707466827, 1.632196759736379, 1.5802461799259322, 2.5375429988509444, 1.6138808805092248, 1.6959795311814498, 1.3618943236824177, 2.3089748775823344, 2.9076211341233416, 2.0149754188560327, 2.417386455619688, 3.5495987997244964, 2.311560348758451, 1.6352090377418524, 2.3627999171357152, 2.0080889156683903, 1.919060271247204, 2.0017765830178758, 1.997328118489812, 2.412850872254133, 1.5813189589404464, 2.266428520180857, 2.2424012326177007, 2.8936149483899314, 1.9779779459066429, 2.6611065229593325]], \"cat_colors\": {\"row\": {}, \"col\": {\"cat-0\": {\"Tissue: PBMC\": \"red\", \"Tissue: Plaque\": \"#2F4F4F\", \"Tissue: CV7225\": \"#D4AF37\", \"Tissue: CD4__T_Cells\": \"blue\", \"Tissue: CD8__T_Cells\": \"red\", \"Tissue: Monocytes-1\": \"#98ff98\", \"Tissue: Monocytes-2\": \"#228B22\", \"Tissue: Macrophages-q\": \"grey\", \"Tissue: NK_Cells\": \"yellow\", \"Tissue: NKT_Cells\": \"#800020\", \"Tissue: B_Cells\": \"purple\", \"Tissue: pDCs\": \"black\", \"Tissue: Plasma_Cells\": \"#cc5500\", \"Tissue: CD1c__DCs\": \"#ff9999\"}, \"cat-1\": {\"Cell Type: B_Cells\": \"purple\", \"Cell Type: CD1c__DCs\": \"#ff9999\", \"Cell Type: CD4__T_Cells\": \"blue\", \"Cell Type: CD8-CD4-_T_Cells\": \"#ff9896\", \"Cell Type: CD8__T_Cells\": \"red\", \"Cell Type: Macrophages-1\": \"#5254a3\", \"Cell Type: Macrophages-3\": \"#c49c94\", \"Cell Type: Monocytes-1\": \"#98ff98\", \"Cell Type: Monocytes-2\": \"#228B22\", \"Cell Type: Monocytes-3\": \"#17becf\", \"Cell Type: Monocytes-4\": \"#6b6ecf\", \"Cell Type: Monocytes-5\": \"#d62728\", \"Cell Type: NKT_Cells\": \"#800020\", \"Cell Type: NK_Cells\": \"yellow\", \"Cell Type: Plasma_Cells\": \"#cc5500\", \"Cell Type: Ungated\": \"#7b4173\", \"Cell Type: pDCs\": \"black\", \"Cell Type: CD8_CD4_T_Cells\": \"#ff9896\", \"Cell Type: Macrophages-2\": \"#c49c94\", \"Cell Type: CV7225\": \"#D4AF37\", \"Cell Type: PBMC\": \"red\", \"Cell Type: Plaque\": \"#2F4F4F\", \"Cell Type: Macrophages-q\": \"grey\"}}}, \"views\": [{\"N_row_sum\": \"all\", \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"name\": \"CD11b\", \"ini\": 21, \"clust\": 9, \"rank\": 18, \"rankvar\": 10, \"group\": [8.0, 8.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD11c\", \"ini\": 20, \"clust\": 13, \"rank\": 12, \"rankvar\": 15, \"group\": [9.0, 9.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD123\", \"ini\": 19, \"clust\": 6, \"rank\": 5, \"rankvar\": 5, \"group\": [4.0, 4.0, 4.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD14\", \"ini\": 18, \"clust\": 10, \"rank\": 20, \"rankvar\": 8, \"group\": [6.0, 6.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD141\", \"ini\": 17, \"clust\": 7, \"rank\": 17, \"rankvar\": 17, \"group\": [5.0, 5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD16\", \"ini\": 16, \"clust\": 18, \"rank\": 6, \"rankvar\": 12, \"group\": [19.0, 19.0, 14.0, 12.0, 11.0, 7.0, 5.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD19\", \"ini\": 15, \"clust\": 16, \"rank\": 4, \"rankvar\": 4, \"group\": [15.0, 15.0, 10.0, 8.0, 7.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD1c\", \"ini\": 14, \"clust\": 5, \"rank\": 2, \"rankvar\": 2, \"group\": [13.0, 13.0, 8.0, 6.0, 5.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD206\", \"ini\": 13, \"clust\": 8, \"rank\": 14, \"rankvar\": 13, \"group\": [12.0, 12.0, 7.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD24\", \"ini\": 12, \"clust\": 17, \"rank\": 1, \"rankvar\": 1, \"group\": [16.0, 16.0, 11.0, 9.0, 8.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD27\", \"ini\": 11, \"clust\": 0, \"rank\": 10, \"rankvar\": 20, \"group\": [3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD3\", \"ini\": 10, \"clust\": 1, \"rank\": 7, \"rankvar\": 14, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD33\", \"ini\": 9, \"clust\": 14, \"rank\": 11, \"rankvar\": 9, \"group\": [10.0, 10.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD38\", \"ini\": 8, \"clust\": 3, \"rank\": 13, \"rankvar\": 7, \"group\": [21.0, 21.0, 16.0, 14.0, 13.0, 9.0, 7.0, 3.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD4\", \"ini\": 7, \"clust\": 4, \"rank\": 16, \"rankvar\": 6, \"group\": [14.0, 14.0, 9.0, 7.0, 6.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD56\", \"ini\": 6, \"clust\": 19, \"rank\": 19, \"rankvar\": 16, \"group\": [17.0, 17.0, 12.0, 10.0, 9.0, 6.0, 5.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD62L\", \"ini\": 5, \"clust\": 15, \"rank\": 3, \"rankvar\": 3, \"group\": [20.0, 20.0, 15.0, 13.0, 12.0, 8.0, 6.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD64\", \"ini\": 4, \"clust\": 11, \"rank\": 15, \"rankvar\": 11, \"group\": [7.0, 7.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD66b\", \"ini\": 3, \"clust\": 20, \"rank\": 0, \"rankvar\": 0, \"group\": [18.0, 18.0, 13.0, 11.0, 10.0, 6.0, 5.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD8\", \"ini\": 2, \"clust\": 2, \"rank\": 8, \"rankvar\": 19, \"group\": [2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"HLADR\", \"ini\": 1, \"clust\": 12, \"rank\": 9, \"rankvar\": 18, \"group\": [11.0, 11.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}], \"col_nodes\": [{\"name\": \"GCATGCGTCCATGAGT\", \"ini\": 1643, \"clust\": 821, \"rank\": 1, \"rankvar\": 1432, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 0, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1467, \"group\": [819.0, 394.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCTA\", \"ini\": 1642, \"clust\": 704, \"rank\": 4, \"rankvar\": 112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 575, \"group\": [703.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGTCCGTAT\", \"ini\": 1641, \"clust\": 197, \"rank\": 2, \"rankvar\": 861, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 2, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 74, \"group\": [198.0, 102.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTCCAACC\", \"ini\": 1640, \"clust\": 381, \"rank\": 17, \"rankvar\": 87, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1295, \"group\": [380.0, 186.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGCTGTTCA\", \"ini\": 1639, \"clust\": 930, \"rank\": 40, \"rankvar\": 1421, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 0, \"group\": [928.0, 450.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCACATAGC\", \"ini\": 1638, \"clust\": 717, \"rank\": 7, \"rankvar\": 274, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 576, \"group\": [716.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCTCTTTCCTC\", \"ini\": 1637, \"clust\": 936, \"rank\": 12, \"rankvar\": 891, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 6, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 1, \"group\": [934.0, 454.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGTAGC\", \"ini\": 1636, \"clust\": 709, \"rank\": 0, \"rankvar\": 1044, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 7, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 577, \"group\": [709.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACAGTACACT\", \"ini\": 1635, \"clust\": 213, \"rank\": 10, \"rankvar\": 83, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 8, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 75, \"group\": [214.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGGACGAAA\", \"ini\": 1634, \"clust\": 211, \"rank\": 20, \"rankvar\": 544, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 9, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 76, \"group\": [211.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATGGAGC\", \"ini\": 1633, \"clust\": 394, \"rank\": 37, \"rankvar\": 27, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 10, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1296, \"group\": [392.0, 189.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGGGATACC\", \"ini\": 1632, \"clust\": 707, \"rank\": 3, \"rankvar\": 272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 11, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 578, \"group\": [706.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGAGGTG\", \"ini\": 1631, \"clust\": 382, \"rank\": 19, \"rankvar\": 354, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 12, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1297, \"group\": [381.0, 186.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGGCCCGTT\", \"ini\": 1630, \"clust\": 426, \"rank\": 16, \"rankvar\": 2, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 13, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1298, \"group\": [424.0, 202.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCAGGCCCA\", \"ini\": 1629, \"clust\": 23, \"rank\": 8, \"rankvar\": 1622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 14, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1575, \"group\": [20.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTGACTCAT\", \"ini\": 1628, \"clust\": 390, \"rank\": 50, \"rankvar\": 109, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 15, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1299, \"group\": [389.0, 188.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTTTACGT\", \"ini\": 1627, \"clust\": 705, \"rank\": 5, \"rankvar\": 229, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 16, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 579, \"group\": [704.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATGACCT\", \"ini\": 1626, \"clust\": 701, \"rank\": 13, \"rankvar\": 131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 17, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 580, \"group\": [700.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACAGACC\", \"ini\": 1625, \"clust\": 378, \"rank\": 33, \"rankvar\": 7, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 18, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1300, \"group\": [378.0, 186.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATTCGCACTCT\", \"ini\": 1624, \"clust\": 657, \"rank\": 18, \"rankvar\": 47, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 19, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 581, \"group\": [655.0, 341.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGCCACCTG\", \"ini\": 1623, \"clust\": 710, \"rank\": 6, \"rankvar\": 705, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 20, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 582, \"group\": [710.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGTTTA\", \"ini\": 1622, \"clust\": 201, \"rank\": 9, \"rankvar\": 495, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 21, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 583, \"group\": [200.0, 102.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACTTAAGC\", \"ini\": 1621, \"clust\": 665, \"rank\": 28, \"rankvar\": 457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 22, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 584, \"group\": [663.0, 342.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTAGAGTGAGA\", \"ini\": 1620, \"clust\": 389, \"rank\": 48, \"rankvar\": 210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 23, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1301, \"group\": [391.0, 188.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTGCCTG\", \"ini\": 1619, \"clust\": 711, \"rank\": 11, \"rankvar\": 232, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 24, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 585, \"group\": [711.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGCTAAACA\", \"ini\": 1618, \"clust\": 24, \"rank\": 15, \"rankvar\": 1590, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 25, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1576, \"group\": [21.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGAGTAAGG\", \"ini\": 1617, \"clust\": 17, \"rank\": 42, \"rankvar\": 1322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 26, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1577, \"group\": [16.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGTAGCCA\", \"ini\": 1616, \"clust\": 339, \"rank\": 14, \"rankvar\": 858, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 27, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1302, \"group\": [340.0, 166.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCAGACACTT\", \"ini\": 1615, \"clust\": 19, \"rank\": 32, \"rankvar\": 1557, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 28, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1578, \"group\": [18.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGAGAACG\", \"ini\": 1614, \"clust\": 413, \"rank\": 69, \"rankvar\": 46, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 29, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1263, \"group\": [416.0, 197.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAATCGAAA\", \"ini\": 1613, \"clust\": 714, \"rank\": 31, \"rankvar\": 17, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 30, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 586, \"group\": [713.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCCAGTATG\", \"ini\": 1612, \"clust\": 328, \"rank\": 94, \"rankvar\": 89, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 31, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1303, \"group\": [326.0, 156.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTTCCAGTATG\", \"ini\": 1611, \"clust\": 385, \"rank\": 63, \"rankvar\": 92, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 32, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1304, \"group\": [383.0, 187.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCCTCATTA\", \"ini\": 1610, \"clust\": 341, \"rank\": 21, \"rankvar\": 623, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 33, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1305, \"group\": [342.0, 167.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTGAGTGT\", \"ini\": 1609, \"clust\": 223, \"rank\": 44, \"rankvar\": 43, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 34, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 77, \"group\": [223.0, 105.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCACGACTA\", \"ini\": 1608, \"clust\": 198, \"rank\": 34, \"rankvar\": 444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 35, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 78, \"group\": [199.0, 102.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGTTCGATC\", \"ini\": 1607, \"clust\": 387, \"rank\": 72, \"rankvar\": 70, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 36, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1306, \"group\": [387.0, 188.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCGTGGGAA\", \"ini\": 1606, \"clust\": 716, \"rank\": 30, \"rankvar\": 263, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 37, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 587, \"group\": [718.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTGTCAATC\", \"ini\": 1605, \"clust\": 20, \"rank\": 54, \"rankvar\": 1328, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 38, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1579, \"group\": [19.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAATCAGAA\", \"ini\": 1604, \"clust\": 379, \"rank\": 43, \"rankvar\": 121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 39, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1307, \"group\": [379.0, 186.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTCAGAAGC\", \"ini\": 1603, \"clust\": 165, \"rank\": 36, \"rankvar\": 508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 40, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 79, \"group\": [166.0, 90.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGAGAGCTC\", \"ini\": 1602, \"clust\": 718, \"rank\": 24, \"rankvar\": 405, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 41, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 588, \"group\": [717.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAGGAACGT\", \"ini\": 1601, \"clust\": 414, \"rank\": 107, \"rankvar\": 282, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 42, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1264, \"group\": [414.0, 197.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTTCTGAAC\", \"ini\": 1600, \"clust\": 708, \"rank\": 22, \"rankvar\": 136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 43, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 589, \"group\": [707.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAAAGGTGC\", \"ini\": 1599, \"clust\": 356, \"rank\": 68, \"rankvar\": 173, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 44, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1308, \"group\": [354.0, 172.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTGGTATG\", \"ini\": 1598, \"clust\": 703, \"rank\": 41, \"rankvar\": 0, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 45, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 590, \"group\": [705.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTTCTGAAC\", \"ini\": 1597, \"clust\": 329, \"rank\": 151, \"rankvar\": 909, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 46, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1309, \"group\": [327.0, 156.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTGTCTAT\", \"ini\": 1596, \"clust\": 702, \"rank\": 45, \"rankvar\": 102, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 47, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 591, \"group\": [701.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTCGAATCT\", \"ini\": 1595, \"clust\": 355, \"rank\": 51, \"rankvar\": 162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 48, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1310, \"group\": [356.0, 172.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGAATCCA\", \"ini\": 1594, \"clust\": 488, \"rank\": 84, \"rankvar\": 1115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 49, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1311, \"group\": [484.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTCACAAGG\", \"ini\": 1593, \"clust\": 277, \"rank\": 49, \"rankvar\": 547, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 50, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 80, \"group\": [277.0, 122.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCTAACTTC\", \"ini\": 1592, \"clust\": 404, \"rank\": 97, \"rankvar\": 128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 51, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1312, \"group\": [403.0, 191.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAGTCAGAG\", \"ini\": 1591, \"clust\": 76, \"rank\": 60, \"rankvar\": 1070, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 52, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1313, \"group\": [77.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACTTATC\", \"ini\": 1590, \"clust\": 489, \"rank\": 53, \"rankvar\": 1071, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 53, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1314, \"group\": [485.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCAAGGTAA\", \"ini\": 1589, \"clust\": 340, \"rank\": 35, \"rankvar\": 355, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 54, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1315, \"group\": [341.0, 166.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTACCGGCT\", \"ini\": 1588, \"clust\": 397, \"rank\": 95, \"rankvar\": 66, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 55, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1316, \"group\": [394.0, 189.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAGTCGGCACT\", \"ini\": 1587, \"clust\": 350, \"rank\": 52, \"rankvar\": 81, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 56, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1317, \"group\": [350.0, 171.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATCGTCGG\", \"ini\": 1586, \"clust\": 351, \"rank\": 92, \"rankvar\": 53, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 57, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1318, \"group\": [351.0, 171.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTGACGTT\", \"ini\": 1585, \"clust\": 386, \"rank\": 93, \"rankvar\": 12, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 58, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1319, \"group\": [384.0, 187.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGGTTAAC\", \"ini\": 1584, \"clust\": 384, \"rank\": 104, \"rankvar\": 24, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 59, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1320, \"group\": [385.0, 187.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTTCGGCAC\", \"ini\": 1583, \"clust\": 715, \"rank\": 55, \"rankvar\": 13, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 60, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 592, \"group\": [714.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGTCGTACT\", \"ini\": 1582, \"clust\": 405, \"rank\": 162, \"rankvar\": 526, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 61, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1321, \"group\": [404.0, 191.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCGAATCCA\", \"ini\": 1581, \"clust\": 375, \"rank\": 123, \"rankvar\": 447, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 62, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1322, \"group\": [376.0, 184.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATACGCTA\", \"ini\": 1580, \"clust\": 407, \"rank\": 128, \"rankvar\": 299, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 63, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 593, \"group\": [406.0, 192.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCCGTC\", \"ini\": 1579, \"clust\": 706, \"rank\": 29, \"rankvar\": 493, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 64, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 594, \"group\": [708.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACAAGACACG\", \"ini\": 1578, \"clust\": 166, \"rank\": 62, \"rankvar\": 243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 65, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 81, \"group\": [167.0, 90.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTCCAGTTA\", \"ini\": 1577, \"clust\": 391, \"rank\": 88, \"rankvar\": 10, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 66, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1323, \"group\": [390.0, 188.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTATCAGTGCAT\", \"ini\": 1576, \"clust\": 376, \"rank\": 122, \"rankvar\": 253, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 67, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1324, \"group\": [374.0, 184.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCATCTACCTGC\", \"ini\": 1575, \"clust\": 484, \"rank\": 126, \"rankvar\": 1209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 68, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1325, \"group\": [482.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGTACGCCC\", \"ini\": 1574, \"clust\": 686, \"rank\": 38, \"rankvar\": 717, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 69, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 595, \"group\": [685.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGTAAACT\", \"ini\": 1573, \"clust\": 467, \"rank\": 86, \"rankvar\": 494, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 70, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1326, \"group\": [465.0, 232.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGTGTGGT\", \"ini\": 1572, \"clust\": 439, \"rank\": 71, \"rankvar\": 96, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 71, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1265, \"group\": [436.0, 210.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTATA\", \"ini\": 1571, \"clust\": 206, \"rank\": 39, \"rankvar\": 818, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 72, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 82, \"group\": [207.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACATGCAACT\", \"ini\": 1570, \"clust\": 659, \"rank\": 23, \"rankvar\": 757, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 73, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 596, \"group\": [659.0, 341.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCACCGGGT\", \"ini\": 1569, \"clust\": 362, \"rank\": 78, \"rankvar\": 197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 74, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1327, \"group\": [360.0, 174.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGATGGGTC\", \"ini\": 1568, \"clust\": 712, \"rank\": 27, \"rankvar\": 265, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 75, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 597, \"group\": [712.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTATGGTTC\", \"ini\": 1567, \"clust\": 396, \"rank\": 102, \"rankvar\": 21, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 76, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1328, \"group\": [396.0, 189.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTATCGAA\", \"ini\": 1566, \"clust\": 624, \"rank\": 61, \"rankvar\": 795, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 77, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 83, \"group\": [624.0, 331.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCATGAGT\", \"ini\": 1565, \"clust\": 335, \"rank\": 219, \"rankvar\": 927, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 78, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1329, \"group\": [334.0, 161.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGCTATCT\", \"ini\": 1564, \"clust\": 935, \"rank\": 181, \"rankvar\": 1138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 79, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 2, \"group\": [936.0, 454.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGGTTACCT\", \"ini\": 1563, \"clust\": 937, \"rank\": 132, \"rankvar\": 728, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 80, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 3, \"group\": [935.0, 454.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCACCCATGG\", \"ini\": 1562, \"clust\": 210, \"rank\": 77, \"rankvar\": 84, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 81, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 84, \"group\": [213.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGGTGTAG\", \"ini\": 1561, \"clust\": 666, \"rank\": 65, \"rankvar\": 467, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 82, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 598, \"group\": [664.0, 342.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCCCAGGTG\", \"ini\": 1560, \"clust\": 427, \"rank\": 59, \"rankvar\": 29, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 83, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 599, \"group\": [425.0, 202.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGTATGCT\", \"ini\": 1559, \"clust\": 214, \"rank\": 46, \"rankvar\": 105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 84, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 85, \"group\": [215.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTTAAGAAC\", \"ini\": 1558, \"clust\": 688, \"rank\": 26, \"rankvar\": 1089, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 85, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 600, \"group\": [691.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCATGTCGAT\", \"ini\": 1557, \"clust\": 395, \"rank\": 131, \"rankvar\": 77, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 86, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 601, \"group\": [393.0, 189.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCATAGAAAC\", \"ini\": 1556, \"clust\": 218, \"rank\": 56, \"rankvar\": 439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 87, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 86, \"group\": [216.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGCACCGCT\", \"ini\": 1555, \"clust\": 664, \"rank\": 119, \"rankvar\": 538, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 88, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 602, \"group\": [665.0, 342.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTCTCTCGT\", \"ini\": 1554, \"clust\": 212, \"rank\": 106, \"rankvar\": 6, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 89, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 87, \"group\": [212.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAAGAAAGG\", \"ini\": 1553, \"clust\": 474, \"rank\": 127, \"rankvar\": 659, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 90, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1330, \"group\": [473.0, 235.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGGCATGGT\", \"ini\": 1552, \"clust\": 819, \"rank\": 80, \"rankvar\": 533, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 91, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1331, \"group\": [822.0, 394.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGGTCATCT\", \"ini\": 1551, \"clust\": 18, \"rank\": 79, \"rankvar\": 971, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 92, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1580, \"group\": [17.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAAT\", \"ini\": 1550, \"clust\": 425, \"rank\": 134, \"rankvar\": 1, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 93, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1266, \"group\": [426.0, 202.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCAGCGC\", \"ini\": 1549, \"clust\": 420, \"rank\": 146, \"rankvar\": 38, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 94, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1267, \"group\": [422.0, 200.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAATCTCC\", \"ini\": 1548, \"clust\": 408, \"rank\": 111, \"rankvar\": 58, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 95, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 603, \"group\": [407.0, 192.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTTCCACGG\", \"ini\": 1547, \"clust\": 276, \"rank\": 109, \"rankvar\": 62, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 96, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 88, \"group\": [279.0, 122.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGCTGGCT\", \"ini\": 1546, \"clust\": 363, \"rank\": 67, \"rankvar\": 500, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 97, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1468, \"group\": [361.0, 174.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGGCCCTTG\", \"ini\": 1545, \"clust\": 421, \"rank\": 144, \"rankvar\": 303, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 98, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1268, \"group\": [420.0, 200.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCCTTTACA\", \"ini\": 1544, \"clust\": 372, \"rank\": 145, \"rankvar\": 101, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 99, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1332, \"group\": [369.0, 181.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCTCCCTGA\", \"ini\": 1543, \"clust\": 445, \"rank\": 234, \"rankvar\": 499, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 100, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1333, \"group\": [444.0, 215.0, 47.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGTTGG\", \"ini\": 1542, \"clust\": 656, \"rank\": 81, \"rankvar\": 362, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 101, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 604, \"group\": [657.0, 341.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGAAGCA\", \"ini\": 1541, \"clust\": 202, \"rank\": 25, \"rankvar\": 631, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 102, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 605, \"group\": [201.0, 102.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCTGGTCG\", \"ini\": 1540, \"clust\": 808, \"rank\": 87, \"rankvar\": 1492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 103, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1469, \"group\": [807.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCAAAGACA\", \"ini\": 1539, \"clust\": 398, \"rank\": 154, \"rankvar\": 42, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 104, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1334, \"group\": [395.0, 189.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCTCCGAAGAG\", \"ini\": 1538, \"clust\": 730, \"rank\": 120, \"rankvar\": 283, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 105, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 606, \"group\": [729.0, 353.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCAGCACAT\", \"ini\": 1537, \"clust\": 804, \"rank\": 66, \"rankvar\": 1377, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 106, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1470, \"group\": [802.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCAGGTCCAC\", \"ini\": 1536, \"clust\": 726, \"rank\": 73, \"rankvar\": 735, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 107, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 607, \"group\": [728.0, 353.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGTGCAT\", \"ini\": 1535, \"clust\": 658, \"rank\": 70, \"rankvar\": 433, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 108, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 608, \"group\": [656.0, 341.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCAAGTAGTA\", \"ini\": 1534, \"clust\": 261, \"rank\": 165, \"rankvar\": 736, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 109, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 89, \"group\": [261.0, 118.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCTGTCTA\", \"ini\": 1533, \"clust\": 29, \"rank\": 110, \"rankvar\": 1409, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 110, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1581, \"group\": [26.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTGCGCTTG\", \"ini\": 1532, \"clust\": 440, \"rank\": 116, \"rankvar\": 294, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 111, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1269, \"group\": [437.0, 210.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGATGTT\", \"ini\": 1531, \"clust\": 373, \"rank\": 168, \"rankvar\": 382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 112, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1335, \"group\": [370.0, 181.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACTTACGA\", \"ini\": 1530, \"clust\": 195, \"rank\": 115, \"rankvar\": 30, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 90, \"group\": [195.0, 101.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCAGCTGTAT\", \"ini\": 1529, \"clust\": 478, \"rank\": 175, \"rankvar\": 1043, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 114, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1336, \"group\": [475.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGCTCAACT\", \"ini\": 1528, \"clust\": 357, \"rank\": 89, \"rankvar\": 346, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1337, \"group\": [355.0, 172.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCAACGG\", \"ini\": 1527, \"clust\": 204, \"rank\": 96, \"rankvar\": 792, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 91, \"group\": [204.0, 103.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTTAAGATG\", \"ini\": 1526, \"clust\": 660, \"rank\": 90, \"rankvar\": 866, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 117, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 609, \"group\": [660.0, 341.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTGTATGGG\", \"ini\": 1525, \"clust\": 721, \"rank\": 130, \"rankvar\": 432, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 118, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 610, \"group\": [721.0, 351.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCATACGCCG\", \"ini\": 1524, \"clust\": 437, \"rank\": 82, \"rankvar\": 470, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 92, \"group\": [439.0, 210.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGCTGTCTA\", \"ini\": 1523, \"clust\": 948, \"rank\": 341, \"rankvar\": 1367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 120, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 4, \"group\": [945.0, 457.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCAGCTTAG\", \"ini\": 1522, \"clust\": 655, \"rank\": 121, \"rankvar\": 97, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 121, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 611, \"group\": [658.0, 341.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGTGTCCCG\", \"ini\": 1521, \"clust\": 689, \"rank\": 64, \"rankvar\": 925, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 122, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 612, \"group\": [690.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGTGACCA\", \"ini\": 1520, \"clust\": 255, \"rank\": 191, \"rankvar\": 214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 93, \"group\": [254.0, 116.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAAGCCATT\", \"ini\": 1519, \"clust\": 634, \"rank\": 129, \"rankvar\": 278, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 124, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 613, \"group\": [634.0, 337.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGATGGGTC\", \"ini\": 1518, \"clust\": 199, \"rank\": 47, \"rankvar\": 658, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 125, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 614, \"group\": [203.0, 102.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAGGCGATA\", \"ini\": 1517, \"clust\": 364, \"rank\": 161, \"rankvar\": 190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 126, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1338, \"group\": [363.0, 175.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAACGTGG\", \"ini\": 1516, \"clust\": 722, \"rank\": 124, \"rankvar\": 305, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 127, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 615, \"group\": [722.0, 351.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCTAACTCT\", \"ini\": 1515, \"clust\": 219, \"rank\": 75, \"rankvar\": 240, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 128, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 94, \"group\": [217.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCCGCAAGC\", \"ini\": 1514, \"clust\": 806, \"rank\": 114, \"rankvar\": 1252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 129, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1471, \"group\": [809.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGGAATCG\", \"ini\": 1513, \"clust\": 256, \"rank\": 213, \"rankvar\": 581, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 95, \"group\": [255.0, 116.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGTCAAGGC\", \"ini\": 1512, \"clust\": 352, \"rank\": 141, \"rankvar\": 55, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 131, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1339, \"group\": [352.0, 171.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCCATTTA\", \"ini\": 1511, \"clust\": 683, \"rank\": 98, \"rankvar\": 842, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 132, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 616, \"group\": [682.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGTCAAGGC\", \"ini\": 1510, \"clust\": 417, \"rank\": 238, \"rankvar\": 74, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 133, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1340, \"group\": [417.0, 198.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTGGTGTA\", \"ini\": 1509, \"clust\": 374, \"rank\": 169, \"rankvar\": 606, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 134, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1341, \"group\": [377.0, 185.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCCCGACTT\", \"ini\": 1508, \"clust\": 399, \"rank\": 258, \"rankvar\": 662, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 135, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1342, \"group\": [405.0, 191.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATGACGGA\", \"ini\": 1507, \"clust\": 400, \"rank\": 204, \"rankvar\": 231, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 136, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 617, \"group\": [399.0, 191.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAGTTGAC\", \"ini\": 1506, \"clust\": 934, \"rank\": 196, \"rankvar\": 832, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 137, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 5, \"group\": [937.0, 454.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGGCACA\", \"ini\": 1505, \"clust\": 700, \"rank\": 91, \"rankvar\": 146, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 138, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 618, \"group\": [702.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACAGATTGCT\", \"ini\": 1504, \"clust\": 216, \"rank\": 105, \"rankvar\": 235, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 96, \"group\": [219.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATACAGCT\", \"ini\": 1503, \"clust\": 422, \"rank\": 179, \"rankvar\": 95, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 140, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1270, \"group\": [421.0, 200.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCTGGTA\", \"ini\": 1502, \"clust\": 359, \"rank\": 101, \"rankvar\": 138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1343, \"group\": [358.0, 173.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGAGCGAT\", \"ini\": 1501, \"clust\": 282, \"rank\": 186, \"rankvar\": 694, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 97, \"group\": [280.0, 123.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGATGAGC\", \"ini\": 1500, \"clust\": 196, \"rank\": 138, \"rankvar\": 32, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 98, \"group\": [196.0, 101.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCTGCCCTA\", \"ini\": 1499, \"clust\": 324, \"rank\": 174, \"rankvar\": 144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 144, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1344, \"group\": [323.0, 155.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGCAACGGT\", \"ini\": 1498, \"clust\": 21, \"rank\": 85, \"rankvar\": 1436, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 145, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1582, \"group\": [23.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAATCTCC\", \"ini\": 1497, \"clust\": 444, \"rank\": 287, \"rankvar\": 343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 146, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1345, \"group\": [446.0, 216.0, 47.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTCATTTGCCC\", \"ini\": 1496, \"clust\": 224, \"rank\": 143, \"rankvar\": 34, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 147, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 99, \"group\": [224.0, 105.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGATGGAA\", \"ini\": 1495, \"clust\": 343, \"rank\": 99, \"rankvar\": 317, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 148, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 619, \"group\": [344.0, 168.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGACAGACC\", \"ini\": 1494, \"clust\": 429, \"rank\": 153, \"rankvar\": 183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 149, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1346, \"group\": [429.0, 204.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATTATCTC\", \"ini\": 1493, \"clust\": 402, \"rank\": 292, \"rankvar\": 381, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 150, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1347, \"group\": [401.0, 191.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATTAACCG\", \"ini\": 1492, \"clust\": 724, \"rank\": 112, \"rankvar\": 515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 151, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 620, \"group\": [723.0, 352.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGTCGCCGT\", \"ini\": 1491, \"clust\": 805, \"rank\": 156, \"rankvar\": 1013, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 152, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1472, \"group\": [803.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGACGTAG\", \"ini\": 1490, \"clust\": 601, \"rank\": 176, \"rankvar\": 151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 153, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 621, \"group\": [601.0, 323.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTCCTATA\", \"ini\": 1489, \"clust\": 731, \"rank\": 163, \"rankvar\": 359, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 154, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 622, \"group\": [730.0, 353.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACACAAGTAA\", \"ini\": 1488, \"clust\": 360, \"rank\": 148, \"rankvar\": 150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 155, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1348, \"group\": [359.0, 173.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTGGTGTA\", \"ini\": 1487, \"clust\": 369, \"rank\": 322, \"rankvar\": 624, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 156, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1349, \"group\": [373.0, 183.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGACAGCT\", \"ini\": 1486, \"clust\": 431, \"rank\": 275, \"rankvar\": 143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 157, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1271, \"group\": [431.0, 206.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTAGAGGTACC\", \"ini\": 1485, \"clust\": 438, \"rank\": 183, \"rankvar\": 18, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 158, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1272, \"group\": [438.0, 210.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCACGACTA\", \"ini\": 1484, \"clust\": 697, \"rank\": 125, \"rankvar\": 290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 159, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 623, \"group\": [697.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCATCCGTGG\", \"ini\": 1483, \"clust\": 668, \"rank\": 76, \"rankvar\": 730, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 160, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 624, \"group\": [667.0, 344.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTTCGCACTCT\", \"ini\": 1482, \"clust\": 475, \"rank\": 246, \"rankvar\": 960, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1350, \"group\": [471.0, 235.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCCCTTGT\", \"ini\": 1481, \"clust\": 695, \"rank\": 118, \"rankvar\": 397, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 625, \"group\": [692.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGGTCCAC\", \"ini\": 1480, \"clust\": 698, \"rank\": 103, \"rankvar\": 270, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 163, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 626, \"group\": [695.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACTCTTA\", \"ini\": 1479, \"clust\": 348, \"rank\": 214, \"rankvar\": 9, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 164, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1351, \"group\": [346.0, 169.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAATCCGAT\", \"ini\": 1478, \"clust\": 423, \"rank\": 210, \"rankvar\": 63, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 165, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1273, \"group\": [428.0, 203.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCCACGACG\", \"ini\": 1477, \"clust\": 22, \"rank\": 173, \"rankvar\": 1511, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 166, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1583, \"group\": [22.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGAAGCA\", \"ini\": 1476, \"clust\": 74, \"rank\": 252, \"rankvar\": 657, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 167, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1352, \"group\": [73.0, 16.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCACCACGTG\", \"ini\": 1475, \"clust\": 228, \"rank\": 159, \"rankvar\": 511, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 100, \"group\": [228.0, 106.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGGTA\", \"ini\": 1474, \"clust\": 185, \"rank\": 149, \"rankvar\": 126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 169, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 101, \"group\": [185.0, 95.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCATGTCTT\", \"ini\": 1473, \"clust\": 349, \"rank\": 192, \"rankvar\": 399, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 170, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1353, \"group\": [347.0, 169.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTTACGGG\", \"ini\": 1472, \"clust\": 286, \"rank\": 237, \"rankvar\": 65, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 102, \"group\": [287.0, 126.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTCTACCTC\", \"ini\": 1471, \"clust\": 347, \"rank\": 188, \"rankvar\": 292, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 172, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1354, \"group\": [348.0, 169.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATGTTCCAACA\", \"ini\": 1470, \"clust\": 270, \"rank\": 207, \"rankvar\": 113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 103, \"group\": [271.0, 121.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTAGCTCCG\", \"ini\": 1469, \"clust\": 476, \"rank\": 263, \"rankvar\": 820, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 174, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1355, \"group\": [472.0, 235.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAACAACA\", \"ini\": 1468, \"clust\": 192, \"rank\": 152, \"rankvar\": 826, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 104, \"group\": [192.0, 99.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTTCTCG\", \"ini\": 1467, \"clust\": 8, \"rank\": 279, \"rankvar\": 701, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 176, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1584, \"group\": [8.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAATGAAAC\", \"ini\": 1466, \"clust\": 25, \"rank\": 199, \"rankvar\": 1298, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 177, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1585, \"group\": [31.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCGCCTA\", \"ini\": 1465, \"clust\": 699, \"rank\": 108, \"rankvar\": 269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 178, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 627, \"group\": [696.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAGGGTACA\", \"ini\": 1464, \"clust\": 233, \"rank\": 256, \"rankvar\": 837, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 105, \"group\": [233.0, 108.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTCTTCTCG\", \"ini\": 1463, \"clust\": 253, \"rank\": 228, \"rankvar\": 4, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 106, \"group\": [260.0, 117.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCCATCGTCGG\", \"ini\": 1462, \"clust\": 822, \"rank\": 100, \"rankvar\": 884, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 181, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1473, \"group\": [820.0, 394.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTGTACATGTC\", \"ini\": 1461, \"clust\": 497, \"rank\": 198, \"rankvar\": 295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 182, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1356, \"group\": [494.0, 242.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCAGCTAT\", \"ini\": 1460, \"clust\": 327, \"rank\": 274, \"rankvar\": 361, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 183, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1357, \"group\": [328.0, 157.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTACGACCC\", \"ini\": 1459, \"clust\": 208, \"rank\": 194, \"rankvar\": 71, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 184, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 107, \"group\": [209.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCGGCATCG\", \"ini\": 1458, \"clust\": 931, \"rank\": 281, \"rankvar\": 1107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 185, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 6, \"group\": [929.0, 450.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTGTGGCC\", \"ini\": 1457, \"clust\": 677, \"rank\": 164, \"rankvar\": 82, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 186, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 628, \"group\": [681.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCAACACCA\", \"ini\": 1456, \"clust\": 696, \"rank\": 140, \"rankvar\": 273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 187, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 629, \"group\": [693.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACACATGACT\", \"ini\": 1455, \"clust\": 344, \"rank\": 135, \"rankvar\": 590, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1358, \"group\": [345.0, 168.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCATCCGCGA\", \"ini\": 1454, \"clust\": 383, \"rank\": 236, \"rankvar\": 123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 189, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1359, \"group\": [386.0, 187.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTAGGC\", \"ini\": 1453, \"clust\": 354, \"rank\": 167, \"rankvar\": 67, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 190, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1360, \"group\": [357.0, 172.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAGGGCATA\", \"ini\": 1452, \"clust\": 498, \"rank\": 193, \"rankvar\": 553, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 191, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1361, \"group\": [495.0, 242.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGATGCCTT\", \"ini\": 1451, \"clust\": 675, \"rank\": 57, \"rankvar\": 791, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 192, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 630, \"group\": [675.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTCCACAA\", \"ini\": 1450, \"clust\": 411, \"rank\": 231, \"rankvar\": 220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 193, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1274, \"group\": [412.0, 196.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAAGCGATG\", \"ini\": 1449, \"clust\": 184, \"rank\": 177, \"rankvar\": 1005, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 194, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 108, \"group\": [187.0, 95.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGACACTAA\", \"ini\": 1448, \"clust\": 424, \"rank\": 136, \"rankvar\": 19, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 195, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1275, \"group\": [427.0, 202.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTAGAGTC\", \"ini\": 1447, \"clust\": 13, \"rank\": 293, \"rankvar\": 1370, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 196, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1586, \"group\": [15.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATATGCTG\", \"ini\": 1446, \"clust\": 180, \"rank\": 245, \"rankvar\": 630, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 109, \"group\": [180.0, 95.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTCGTACT\", \"ini\": 1445, \"clust\": 415, \"rank\": 244, \"rankvar\": 396, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 198, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1276, \"group\": [415.0, 197.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGAGGGTCGAT\", \"ini\": 1444, \"clust\": 678, \"rank\": 133, \"rankvar\": 11, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 199, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 631, \"group\": [680.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACATATACCG\", \"ini\": 1443, \"clust\": 490, \"rank\": 224, \"rankvar\": 384, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1362, \"group\": [489.0, 238.0, 52.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTACAGTGG\", \"ini\": 1442, \"clust\": 122, \"rank\": 344, \"rankvar\": 957, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 110, \"group\": [121.0, 53.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACGCGAAA\", \"ini\": 1441, \"clust\": 694, \"rank\": 155, \"rankvar\": 48, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 202, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 632, \"group\": [694.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCACATAGC\", \"ini\": 1440, \"clust\": 9, \"rank\": 240, \"rankvar\": 1183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 203, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1587, \"group\": [9.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACAGCCACCA\", \"ini\": 1439, \"clust\": 380, \"rank\": 203, \"rankvar\": 130, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1363, \"group\": [382.0, 186.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTGACGGTA\", \"ini\": 1438, \"clust\": 31, \"rank\": 178, \"rankvar\": 1336, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 205, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1588, \"group\": [28.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGGCA\", \"ini\": 1437, \"clust\": 713, \"rank\": 137, \"rankvar\": 142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 206, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 633, \"group\": [715.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGTGCC\", \"ini\": 1436, \"clust\": 473, \"rank\": 255, \"rankvar\": 550, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 207, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1364, \"group\": [474.0, 235.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGACAGGCT\", \"ini\": 1435, \"clust\": 485, \"rank\": 297, \"rankvar\": 1010, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 208, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1365, \"group\": [483.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTAAAGTCA\", \"ini\": 1434, \"clust\": 217, \"rank\": 171, \"rankvar\": 44, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 111, \"group\": [218.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGTCGATT\", \"ini\": 1433, \"clust\": 128, \"rank\": 369, \"rankvar\": 503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 210, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 112, \"group\": [129.0, 59.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCGGCATC\", \"ini\": 1432, \"clust\": 727, \"rank\": 166, \"rankvar\": 149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 211, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 634, \"group\": [726.0, 353.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAGTACATCCA\", \"ini\": 1431, \"clust\": 203, \"rank\": 190, \"rankvar\": 558, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 113, \"group\": [206.0, 103.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACAGTCAGAG\", \"ini\": 1430, \"clust\": 215, \"rank\": 157, \"rankvar\": 363, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 114, \"group\": [220.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAAGTCATC\", \"ini\": 1429, \"clust\": 600, \"rank\": 147, \"rankvar\": 614, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 214, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 635, \"group\": [603.0, 323.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTTTGGCGC\", \"ini\": 1428, \"clust\": 238, \"rank\": 272, \"rankvar\": 443, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 115, \"group\": [241.0, 111.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTAATGA\", \"ini\": 1427, \"clust\": 16, \"rank\": 205, \"rankvar\": 1613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 216, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1589, \"group\": [32.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACATTGGCGC\", \"ini\": 1426, \"clust\": 200, \"rank\": 160, \"rankvar\": 140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 116, \"group\": [202.0, 102.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGACAGACC\", \"ini\": 1425, \"clust\": 961, \"rank\": 493, \"rankvar\": 871, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 218, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1366, \"group\": [961.0, 470.0, 110.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTGCAACGA\", \"ini\": 1424, \"clust\": 30, \"rank\": 242, \"rankvar\": 1375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 219, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1590, \"group\": [27.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCATGCCACG\", \"ini\": 1423, \"clust\": 820, \"rank\": 117, \"rankvar\": 1069, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 220, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1474, \"group\": [821.0, 394.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAGGTTAT\", \"ini\": 1422, \"clust\": 177, \"rank\": 235, \"rankvar\": 591, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 221, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 117, \"group\": [177.0, 94.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCAACACTG\", \"ini\": 1421, \"clust\": 416, \"rank\": 283, \"rankvar\": 16, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 222, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1277, \"group\": [419.0, 199.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGCGATCC\", \"ini\": 1420, \"clust\": 10, \"rank\": 216, \"rankvar\": 1247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 223, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1591, \"group\": [12.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCTGCTGTC\", \"ini\": 1419, \"clust\": 486, \"rank\": 170, \"rankvar\": 1039, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 224, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1367, \"group\": [487.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGGTTAAGGGC\", \"ini\": 1418, \"clust\": 676, \"rank\": 74, \"rankvar\": 301, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 225, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 636, \"group\": [676.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGCTAGCC\", \"ini\": 1417, \"clust\": 377, \"rank\": 189, \"rankvar\": 114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 226, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1368, \"group\": [375.0, 184.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTACCGTTA\", \"ini\": 1416, \"clust\": 663, \"rank\": 209, \"rankvar\": 258, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 227, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 637, \"group\": [666.0, 343.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGTTTCCTT\", \"ini\": 1415, \"clust\": 287, \"rank\": 338, \"rankvar\": 187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 118, \"group\": [285.0, 126.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGTAGCCGA\", \"ini\": 1414, \"clust\": 468, \"rank\": 212, \"rankvar\": 313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 229, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1369, \"group\": [466.0, 232.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGGTTACCT\", \"ini\": 1413, \"clust\": 1589, \"rank\": 83, \"rankvar\": 1197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 230, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 995, \"group\": [1592.0, 792.0, 195.0, 48.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGATGGTC\", \"ini\": 1412, \"clust\": 272, \"rank\": 259, \"rankvar\": 127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 231, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 119, \"group\": [273.0, 121.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTAGCGCTC\", \"ini\": 1411, \"clust\": 690, \"rank\": 113, \"rankvar\": 377, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 232, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 638, \"group\": [688.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTAAACACA\", \"ini\": 1410, \"clust\": 803, \"rank\": 195, \"rankvar\": 660, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 233, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1475, \"group\": [804.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTACAGAA\", \"ini\": 1409, \"clust\": 207, \"rank\": 180, \"rankvar\": 239, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 120, \"group\": [208.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGCCAGAA\", \"ini\": 1408, \"clust\": 174, \"rank\": 139, \"rankvar\": 801, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 235, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 121, \"group\": [173.0, 92.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTATCAGTTCGA\", \"ini\": 1407, \"clust\": 268, \"rank\": 308, \"rankvar\": 180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 122, \"group\": [269.0, 121.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCAGCCAGAA\", \"ini\": 1406, \"clust\": 734, \"rank\": 339, \"rankvar\": 539, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 237, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 639, \"group\": [733.0, 355.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTTTAGGAA\", \"ini\": 1405, \"clust\": 671, \"rank\": 150, \"rankvar\": 280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 238, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 640, \"group\": [670.0, 346.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCGATATG\", \"ini\": 1404, \"clust\": 353, \"rank\": 201, \"rankvar\": 406, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 239, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1370, \"group\": [353.0, 171.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCGTTT\", \"ini\": 1403, \"clust\": 823, \"rank\": 208, \"rankvar\": 811, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 240, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1476, \"group\": [823.0, 395.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGACTTGAA\", \"ini\": 1402, \"clust\": 116, \"rank\": 312, \"rankvar\": 1011, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 123, \"group\": [115.0, 50.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGTCACGCC\", \"ini\": 1401, \"clust\": 782, \"rank\": 318, \"rankvar\": 1471, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 242, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1477, \"group\": [785.0, 385.0, 81.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGAGTACAT\", \"ini\": 1400, \"clust\": 943, \"rank\": 437, \"rankvar\": 1054, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 243, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 7, \"group\": [949.0, 459.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCAGTCCCT\", \"ini\": 1399, \"clust\": 258, \"rank\": 253, \"rankvar\": 154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 124, \"group\": [256.0, 116.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCCCAGCT\", \"ini\": 1398, \"clust\": 266, \"rank\": 217, \"rankvar\": 185, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 125, \"group\": [266.0, 120.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCCACCTCGGA\", \"ini\": 1397, \"clust\": 331, \"rank\": 353, \"rankvar\": 390, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 246, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1371, \"group\": [330.0, 159.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACGTGCACTTA\", \"ini\": 1396, \"clust\": 606, \"rank\": 222, \"rankvar\": 583, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 247, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 641, \"group\": [607.0, 324.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCTGGCGTG\", \"ini\": 1395, \"clust\": 640, \"rank\": 211, \"rankvar\": 129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 248, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 642, \"group\": [639.0, 338.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACATAGC\", \"ini\": 1394, \"clust\": 388, \"rank\": 349, \"rankvar\": 116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 249, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1372, \"group\": [388.0, 188.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTACAGTTC\", \"ini\": 1393, \"clust\": 73, \"rank\": 317, \"rankvar\": 350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 250, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1278, \"group\": [75.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCACCGTAA\", \"ini\": 1392, \"clust\": 508, \"rank\": 221, \"rankvar\": 841, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 251, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1279, \"group\": [508.0, 252.0, 59.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCAAACCTAC\", \"ini\": 1391, \"clust\": 430, \"rank\": 368, \"rankvar\": 14, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 252, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1280, \"group\": [430.0, 205.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTTCCTTC\", \"ini\": 1390, \"clust\": 181, \"rank\": 270, \"rankvar\": 257, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 126, \"group\": [181.0, 95.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACAAGACG\", \"ini\": 1389, \"clust\": 939, \"rank\": 267, \"rankvar\": 877, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 254, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 8, \"group\": [938.0, 455.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTATAGGGC\", \"ini\": 1388, \"clust\": 244, \"rank\": 330, \"rankvar\": 216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 127, \"group\": [244.0, 112.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCATGCATG\", \"ini\": 1387, \"clust\": 637, \"rank\": 226, \"rankvar\": 434, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 256, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 643, \"group\": [636.0, 337.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCGCATCG\", \"ini\": 1386, \"clust\": 139, \"rank\": 200, \"rankvar\": 452, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 257, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 644, \"group\": [139.0, 69.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTGGGATC\", \"ini\": 1385, \"clust\": 178, \"rank\": 305, \"rankvar\": 645, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 128, \"group\": [178.0, 94.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGGCAGTA\", \"ini\": 1384, \"clust\": 269, \"rank\": 345, \"rankvar\": 373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 259, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 129, \"group\": [270.0, 121.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCTTGTCAT\", \"ini\": 1383, \"clust\": 809, \"rank\": 223, \"rankvar\": 1589, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 260, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1478, \"group\": [805.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTAGTCCATAC\", \"ini\": 1382, \"clust\": 401, \"rank\": 276, \"rankvar\": 186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 261, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1373, \"group\": [400.0, 191.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCGCCGTGA\", \"ini\": 1381, \"clust\": 274, \"rank\": 215, \"rankvar\": 195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 130, \"group\": [275.0, 122.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGAG\", \"ini\": 1380, \"clust\": 814, \"rank\": 58, \"rankvar\": 1142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 263, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1479, \"group\": [814.0, 392.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGCGAGAAA\", \"ini\": 1379, \"clust\": 441, \"rank\": 335, \"rankvar\": 471, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 264, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 645, \"group\": [442.0, 213.0, 46.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGGGAAACA\", \"ini\": 1378, \"clust\": 205, \"rank\": 254, \"rankvar\": 371, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 131, \"group\": [205.0, 103.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGTCTGCT\", \"ini\": 1377, \"clust\": 14, \"rank\": 370, \"rankvar\": 1407, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 266, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1592, \"group\": [13.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGAAGGTTT\", \"ini\": 1376, \"clust\": 455, \"rank\": 393, \"rankvar\": 297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 267, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1374, \"group\": [453.0, 223.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCTTCAACT\", \"ini\": 1375, \"clust\": 32, \"rank\": 289, \"rankvar\": 1308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 268, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1593, \"group\": [29.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCAAGAAGT\", \"ini\": 1374, \"clust\": 432, \"rank\": 264, \"rankvar\": 251, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 269, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 646, \"group\": [432.0, 207.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGGTCCAC\", \"ini\": 1373, \"clust\": 684, \"rank\": 142, \"rankvar\": 617, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 270, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 647, \"group\": [683.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACGGTTTA\", \"ini\": 1372, \"clust\": 325, \"rank\": 350, \"rankvar\": 640, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 271, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1375, \"group\": [324.0, 155.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATTGGA\", \"ini\": 1371, \"clust\": 446, \"rank\": 394, \"rankvar\": 506, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 272, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 648, \"group\": [445.0, 215.0, 47.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTCTGCGGT\", \"ini\": 1370, \"clust\": 635, \"rank\": 232, \"rankvar\": 551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 273, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 649, \"group\": [635.0, 337.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGAACAT\", \"ini\": 1369, \"clust\": 392, \"rank\": 248, \"rankvar\": 20, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 650, \"group\": [398.0, 190.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCATTTA\", \"ini\": 1368, \"clust\": 409, \"rank\": 360, \"rankvar\": 285, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 275, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1281, \"group\": [410.0, 195.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACAGACGCCT\", \"ini\": 1367, \"clust\": 221, \"rank\": 249, \"rankvar\": 169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 276, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 132, \"group\": [221.0, 105.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGATAT\", \"ini\": 1366, \"clust\": 78, \"rank\": 225, \"rankvar\": 49, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 133, \"group\": [82.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCCTACAGA\", \"ini\": 1365, \"clust\": 610, \"rank\": 229, \"rankvar\": 869, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 278, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 651, \"group\": [609.0, 325.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGTGACCA\", \"ini\": 1364, \"clust\": 418, \"rank\": 430, \"rankvar\": 35, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 279, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1282, \"group\": [418.0, 198.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTCTCGTTC\", \"ini\": 1363, \"clust\": 167, \"rank\": 329, \"rankvar\": 391, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 134, \"group\": [168.0, 91.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAATCTACG\", \"ini\": 1362, \"clust\": 11, \"rank\": 384, \"rankvar\": 1214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 281, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1594, \"group\": [10.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATGGTTGT\", \"ini\": 1361, \"clust\": 645, \"rank\": 337, \"rankvar\": 208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 282, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 652, \"group\": [645.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAGCACAT\", \"ini\": 1360, \"clust\": 225, \"rank\": 347, \"rankvar\": 221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 135, \"group\": [226.0, 106.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCCACGAAT\", \"ini\": 1359, \"clust\": 222, \"rank\": 298, \"rankvar\": 212, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 136, \"group\": [222.0, 105.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCCAGTAG\", \"ini\": 1358, \"clust\": 661, \"rank\": 184, \"rankvar\": 304, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 285, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 653, \"group\": [661.0, 341.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACATAGAAAC\", \"ini\": 1357, \"clust\": 209, \"rank\": 218, \"rankvar\": 103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 137, \"group\": [210.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGCACCAC\", \"ini\": 1356, \"clust\": 733, \"rank\": 348, \"rankvar\": 459, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 287, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 654, \"group\": [735.0, 355.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGTCGAGTG\", \"ini\": 1355, \"clust\": 621, \"rank\": 187, \"rankvar\": 615, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 288, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 655, \"group\": [619.0, 328.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCAGCGACC\", \"ini\": 1354, \"clust\": 669, \"rank\": 251, \"rankvar\": 110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 656, \"group\": [668.0, 344.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAAACAC\", \"ini\": 1353, \"clust\": 428, \"rank\": 310, \"rankvar\": 710, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 290, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 657, \"group\": [433.0, 208.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTCCAGTAT\", \"ini\": 1352, \"clust\": 807, \"rank\": 202, \"rankvar\": 1246, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 291, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1480, \"group\": [808.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGTGA\", \"ini\": 1351, \"clust\": 393, \"rank\": 284, \"rankvar\": 79, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 292, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1376, \"group\": [397.0, 189.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTACGCCC\", \"ini\": 1350, \"clust\": 458, \"rank\": 518, \"rankvar\": 945, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 293, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1377, \"group\": [455.0, 224.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTAAGCACG\", \"ini\": 1349, \"clust\": 163, \"rank\": 172, \"rankvar\": 238, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 138, \"group\": [164.0, 88.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCGGAAATA\", \"ini\": 1348, \"clust\": 337, \"rank\": 290, \"rankvar\": 532, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 295, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 658, \"group\": [338.0, 164.0, 39.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGAATT\", \"ini\": 1347, \"clust\": 602, \"rank\": 294, \"rankvar\": 153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 659, \"group\": [602.0, 323.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTTCTGCGGCA\", \"ini\": 1346, \"clust\": 810, \"rank\": 269, \"rankvar\": 1544, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 297, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1481, \"group\": [806.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACATAAAGGT\", \"ini\": 1345, \"clust\": 285, \"rank\": 477, \"rankvar\": 281, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 139, \"group\": [288.0, 126.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCAGCACAT\", \"ini\": 1344, \"clust\": 547, \"rank\": 265, \"rankvar\": 635, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 299, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 660, \"group\": [546.0, 285.0, 69.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGTTACGA\", \"ini\": 1343, \"clust\": 691, \"rank\": 182, \"rankvar\": 211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 300, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 661, \"group\": [689.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAGATGGGT\", \"ini\": 1342, \"clust\": 242, \"rank\": 387, \"rankvar\": 633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 301, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 140, \"group\": [242.0, 112.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTCAGATAA\", \"ini\": 1341, \"clust\": 278, \"rank\": 299, \"rankvar\": 23, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 141, \"group\": [278.0, 122.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCAGCTGCTG\", \"ini\": 1340, \"clust\": 623, \"rank\": 262, \"rankvar\": 502, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 303, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 662, \"group\": [626.0, 332.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCACCTAA\", \"ini\": 1339, \"clust\": 493, \"rank\": 434, \"rankvar\": 545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 304, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1378, \"group\": [491.0, 240.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGGTCCGT\", \"ini\": 1338, \"clust\": 245, \"rank\": 417, \"rankvar\": 464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 142, \"group\": [245.0, 112.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGACCCT\", \"ini\": 1337, \"clust\": 176, \"rank\": 300, \"rankvar\": 817, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 306, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 143, \"group\": [179.0, 94.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTGGAGAA\", \"ini\": 1336, \"clust\": 609, \"rank\": 257, \"rankvar\": 702, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 307, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 663, \"group\": [611.0, 325.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGTGTGCC\", \"ini\": 1335, \"clust\": 755, \"rank\": 420, \"rankvar\": 875, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 308, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 664, \"group\": [759.0, 364.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGATTGCT\", \"ini\": 1334, \"clust\": 136, \"rank\": 220, \"rankvar\": 917, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 309, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 665, \"group\": [136.0, 66.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCGCATAA\", \"ini\": 1333, \"clust\": 491, \"rank\": 354, \"rankvar\": 982, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1379, \"group\": [490.0, 239.0, 52.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCGCTTGTC\", \"ini\": 1332, \"clust\": 182, \"rank\": 366, \"rankvar\": 338, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 144, \"group\": [183.0, 95.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAAATCCGT\", \"ini\": 1331, \"clust\": 487, \"rank\": 319, \"rankvar\": 1077, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 312, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1380, \"group\": [486.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTAAATGAC\", \"ini\": 1330, \"clust\": 169, \"rank\": 389, \"rankvar\": 188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 145, \"group\": [172.0, 91.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGACTTTCG\", \"ini\": 1329, \"clust\": 12, \"rank\": 333, \"rankvar\": 1302, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 314, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1595, \"group\": [11.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTCGGACG\", \"ini\": 1328, \"clust\": 234, \"rank\": 428, \"rankvar\": 546, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 146, \"group\": [234.0, 108.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCATGGGACA\", \"ini\": 1327, \"clust\": 949, \"rank\": 666, \"rankvar\": 1266, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 316, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 9, \"group\": [946.0, 457.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTTACAG\", \"ini\": 1326, \"clust\": 824, \"rank\": 314, \"rankvar\": 560, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 317, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1482, \"group\": [824.0, 395.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAATGAATG\", \"ini\": 1325, \"clust\": 283, \"rank\": 469, \"rankvar\": 759, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 147, \"group\": [281.0, 123.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCTTGCCGT\", \"ini\": 1324, \"clust\": 232, \"rank\": 450, \"rankvar\": 950, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 148, \"group\": [235.0, 108.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGGGATA\", \"ini\": 1323, \"clust\": 332, \"rank\": 533, \"rankvar\": 691, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 320, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1381, \"group\": [331.0, 159.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCTGCCCA\", \"ini\": 1322, \"clust\": 412, \"rank\": 517, \"rankvar\": 148, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 321, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1283, \"group\": [413.0, 196.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGGCTTGG\", \"ini\": 1321, \"clust\": 723, \"rank\": 261, \"rankvar\": 378, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 666, \"group\": [725.0, 352.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTTTGGCGC\", \"ini\": 1320, \"clust\": 551, \"rank\": 529, \"rankvar\": 669, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 323, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 667, \"group\": [552.0, 290.0, 70.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGCTCAACT\", \"ini\": 1319, \"clust\": 729, \"rank\": 206, \"rankvar\": 349, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 324, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 668, \"group\": [731.0, 353.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCAGAGGTG\", \"ini\": 1318, \"clust\": 77, \"rank\": 324, \"rankvar\": 1019, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 325, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 149, \"group\": [78.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCTTAGCCC\", \"ini\": 1317, \"clust\": 271, \"rank\": 343, \"rankvar\": 152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 150, \"group\": [272.0, 121.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGATCCAT\", \"ini\": 1316, \"clust\": 292, \"rank\": 423, \"rankvar\": 337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 151, \"group\": [292.0, 129.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACAAGCCC\", \"ini\": 1315, \"clust\": 403, \"rank\": 426, \"rankvar\": 375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 328, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1382, \"group\": [402.0, 191.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCAACCA\", \"ini\": 1314, \"clust\": 267, \"rank\": 357, \"rankvar\": 579, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 329, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 152, \"group\": [267.0, 120.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTAACTCT\", \"ini\": 1313, \"clust\": 194, \"rank\": 306, \"rankvar\": 31, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 330, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 153, \"group\": [197.0, 101.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACTACAA\", \"ini\": 1312, \"clust\": 457, \"rank\": 500, \"rankvar\": 206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 331, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1383, \"group\": [457.0, 225.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCAGCTGGC\", \"ini\": 1311, \"clust\": 75, \"rank\": 479, \"rankvar\": 1160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 332, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1596, \"group\": [74.0, 17.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGTTCGA\", \"ini\": 1310, \"clust\": 370, \"rank\": 455, \"rankvar\": 454, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1384, \"group\": [372.0, 182.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCCAACCAA\", \"ini\": 1309, \"clust\": 262, \"rank\": 313, \"rankvar\": 298, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 154, \"group\": [262.0, 118.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCGAACGGA\", \"ini\": 1308, \"clust\": 673, \"rank\": 197, \"rankvar\": 428, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 335, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 669, \"group\": [673.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCGATAGC\", \"ini\": 1307, \"clust\": 160, \"rank\": 392, \"rankvar\": 224, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 336, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 155, \"group\": [161.0, 85.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCGGGAGTA\", \"ini\": 1306, \"clust\": 682, \"rank\": 158, \"rankvar\": 1050, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 337, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 670, \"group\": [684.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCGTCATC\", \"ini\": 1305, \"clust\": 945, \"rank\": 618, \"rankvar\": 870, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 338, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 10, \"group\": [943.0, 457.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTAAGTGTA\", \"ini\": 1304, \"clust\": 652, \"rank\": 278, \"rankvar\": 461, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 339, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 671, \"group\": [650.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGAAATG\", \"ini\": 1303, \"clust\": 625, \"rank\": 271, \"rankvar\": 39, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 340, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 672, \"group\": [625.0, 331.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAAATACAG\", \"ini\": 1302, \"clust\": 941, \"rank\": 380, \"rankvar\": 885, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 341, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 11, \"group\": [941.0, 456.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATAGCAT\", \"ini\": 1301, \"clust\": 1587, \"rank\": 227, \"rankvar\": 932, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 342, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 996, \"group\": [1588.0, 788.0, 195.0, 48.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATATACCG\", \"ini\": 1300, \"clust\": 303, \"rank\": 441, \"rankvar\": 779, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 156, \"group\": [301.0, 136.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGTACTTGC\", \"ini\": 1299, \"clust\": 946, \"rank\": 604, \"rankvar\": 1372, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 344, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 12, \"group\": [944.0, 457.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTAACGA\", \"ini\": 1298, \"clust\": 480, \"rank\": 373, \"rankvar\": 1088, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1385, \"group\": [478.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGTGCAAC\", \"ini\": 1297, \"clust\": 246, \"rank\": 375, \"rankvar\": 628, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 157, \"group\": [246.0, 112.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGGTTTC\", \"ini\": 1296, \"clust\": 290, \"rank\": 510, \"rankvar\": 345, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 158, \"group\": [290.0, 128.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAACACTG\", \"ini\": 1295, \"clust\": 119, \"rank\": 418, \"rankvar\": 530, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 159, \"group\": [118.0, 52.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTCGTACT\", \"ini\": 1294, \"clust\": 643, \"rank\": 323, \"rankvar\": 227, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 349, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 673, \"group\": [641.0, 338.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAACTGGCC\", \"ini\": 1293, \"clust\": 680, \"rank\": 239, \"rankvar\": 394, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 350, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 674, \"group\": [677.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGAGAACG\", \"ini\": 1292, \"clust\": 193, \"rank\": 365, \"rankvar\": 198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 160, \"group\": [193.0, 99.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCGGGTCT\", \"ini\": 1291, \"clust\": 1595, \"rank\": 320, \"rankvar\": 678, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 352, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 997, \"group\": [1593.0, 793.0, 196.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTCTTGTCC\", \"ini\": 1290, \"clust\": 323, \"rank\": 388, \"rankvar\": 427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1386, \"group\": [325.0, 155.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCGGAAATA\", \"ini\": 1289, \"clust\": 275, \"rank\": 321, \"rankvar\": 194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 161, \"group\": [276.0, 122.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACGAGGTA\", \"ini\": 1288, \"clust\": 419, \"rank\": 472, \"rankvar\": 324, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 355, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1284, \"group\": [423.0, 201.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGCGAACA\", \"ini\": 1287, \"clust\": 604, \"rank\": 334, \"rankvar\": 407, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 356, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 675, \"group\": [604.0, 323.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGGTTCGG\", \"ini\": 1286, \"clust\": 827, \"rank\": 241, \"rankvar\": 974, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 357, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1483, \"group\": [825.0, 395.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGTTACCT\", \"ini\": 1285, \"clust\": 368, \"rank\": 309, \"rankvar\": 69, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 358, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 676, \"group\": [409.0, 194.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTTTGC\", \"ini\": 1284, \"clust\": 371, \"rank\": 377, \"rankvar\": 192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 359, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1387, \"group\": [371.0, 181.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGCCTGAG\", \"ini\": 1283, \"clust\": 115, \"rank\": 431, \"rankvar\": 679, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 162, \"group\": [117.0, 51.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTAATGA\", \"ini\": 1282, \"clust\": 410, \"rank\": 444, \"rankvar\": 111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 361, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1285, \"group\": [411.0, 195.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGGCTACG\", \"ini\": 1281, \"clust\": 366, \"rank\": 425, \"rankvar\": 505, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 362, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1388, \"group\": [367.0, 179.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTTGGGCC\", \"ini\": 1280, \"clust\": 263, \"rank\": 356, \"rankvar\": 59, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 363, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 163, \"group\": [264.0, 120.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGCCCAATT\", \"ini\": 1279, \"clust\": 338, \"rank\": 359, \"rankvar\": 36, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 364, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 677, \"group\": [339.0, 165.0, 39.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGGGTGT\", \"ini\": 1278, \"clust\": 679, \"rank\": 288, \"rankvar\": 491, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 678, \"group\": [679.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCATGGTCA\", \"ini\": 1277, \"clust\": 273, \"rank\": 402, \"rankvar\": 421, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 164, \"group\": [274.0, 121.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAAGGTTCT\", \"ini\": 1276, \"clust\": 636, \"rank\": 285, \"rankvar\": 255, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 679, \"group\": [638.0, 337.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATTGGGCC\", \"ini\": 1275, \"clust\": 811, \"rank\": 374, \"rankvar\": 787, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1389, \"group\": [813.0, 391.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACACGAAACG\", \"ini\": 1274, \"clust\": 632, \"rank\": 316, \"rankvar\": 163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 369, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 680, \"group\": [632.0, 336.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCAAGAT\", \"ini\": 1273, \"clust\": 346, \"rank\": 471, \"rankvar\": 352, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1390, \"group\": [349.0, 170.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGTACGATA\", \"ini\": 1272, \"clust\": 650, \"rank\": 342, \"rankvar\": 360, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 371, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 681, \"group\": [653.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCAGCATACT\", \"ini\": 1271, \"clust\": 641, \"rank\": 332, \"rankvar\": 451, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 372, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 682, \"group\": [640.0, 338.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTCTCTTTA\", \"ini\": 1270, \"clust\": 170, \"rank\": 331, \"rankvar\": 627, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 165, \"group\": [170.0, 91.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCACTTACGA\", \"ini\": 1269, \"clust\": 247, \"rank\": 407, \"rankvar\": 147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 374, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 166, \"group\": [247.0, 112.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGGGTTAG\", \"ini\": 1268, \"clust\": 535, \"rank\": 528, \"rankvar\": 332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 375, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1286, \"group\": [536.0, 276.0, 66.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATTTGCCC\", \"ini\": 1267, \"clust\": 646, \"rank\": 364, \"rankvar\": 145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 376, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 683, \"group\": [646.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCAATACCG\", \"ini\": 1266, \"clust\": 186, \"rank\": 363, \"rankvar\": 137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 377, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 167, \"group\": [186.0, 95.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCACGTTGGC\", \"ini\": 1265, \"clust\": 126, \"rank\": 400, \"rankvar\": 453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 168, \"group\": [131.0, 61.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGATAATG\", \"ini\": 1264, \"clust\": 101, \"rank\": 494, \"rankvar\": 813, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 169, \"group\": [100.0, 41.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCCGTTAA\", \"ini\": 1263, \"clust\": 681, \"rank\": 243, \"rankvar\": 75, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 380, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 684, \"group\": [678.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTGTTTGGT\", \"ini\": 1262, \"clust\": 662, \"rank\": 185, \"rankvar\": 809, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 381, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 685, \"group\": [662.0, 341.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCGGTCTAA\", \"ini\": 1261, \"clust\": 631, \"rank\": 336, \"rankvar\": 542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 382, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 686, \"group\": [654.0, 340.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACCACTTAAGC\", \"ini\": 1260, \"clust\": 598, \"rank\": 376, \"rankvar\": 667, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 383, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 687, \"group\": [598.0, 321.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATTTCACT\", \"ini\": 1259, \"clust\": 227, \"rank\": 371, \"rankvar\": 28, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 384, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 170, \"group\": [230.0, 106.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAAGTAGT\", \"ini\": 1258, \"clust\": 812, \"rank\": 390, \"rankvar\": 774, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 385, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1484, \"group\": [811.0, 391.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGGATGG\", \"ini\": 1257, \"clust\": 477, \"rank\": 484, \"rankvar\": 1125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 386, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1391, \"group\": [477.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCCCATTAT\", \"ini\": 1256, \"clust\": 113, \"rank\": 558, \"rankvar\": 573, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 171, \"group\": [111.0, 48.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCTGCAAT\", \"ini\": 1255, \"clust\": 251, \"rank\": 413, \"rankvar\": 189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 172, \"group\": [252.0, 115.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCATCGGAAG\", \"ini\": 1254, \"clust\": 648, \"rank\": 304, \"rankvar\": 783, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 389, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 688, \"group\": [647.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTGAGTTC\", \"ini\": 1253, \"clust\": 235, \"rank\": 409, \"rankvar\": 436, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 390, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 173, \"group\": [238.0, 110.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCATGAT\", \"ini\": 1252, \"clust\": 289, \"rank\": 421, \"rankvar\": 584, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 174, \"group\": [294.0, 130.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTCCGTT\", \"ini\": 1251, \"clust\": 248, \"rank\": 416, \"rankvar\": 586, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 175, \"group\": [251.0, 114.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACGGTTTA\", \"ini\": 1250, \"clust\": 168, \"rank\": 436, \"rankvar\": 629, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 176, \"group\": [169.0, 91.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCGAACC\", \"ini\": 1249, \"clust\": 449, \"rank\": 636, \"rankvar\": 807, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 394, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1392, \"group\": [448.0, 218.0, 49.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTCATAGACTC\", \"ini\": 1248, \"clust\": 544, \"rank\": 396, \"rankvar\": 602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 395, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 689, \"group\": [544.0, 283.0, 69.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGGCTAGGT\", \"ini\": 1247, \"clust\": 100, \"rank\": 465, \"rankvar\": 798, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 177, \"group\": [102.0, 42.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATCCGCGA\", \"ini\": 1246, \"clust\": 257, \"rank\": 485, \"rankvar\": 85, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 397, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 178, \"group\": [258.0, 116.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCCTTCAAT\", \"ini\": 1245, \"clust\": 149, \"rank\": 346, \"rankvar\": 329, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 179, \"group\": [147.0, 77.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGAACCTT\", \"ini\": 1244, \"clust\": 3, \"rank\": 591, \"rankvar\": 914, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 399, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1393, \"group\": [4.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGGTCTCG\", \"ini\": 1243, \"clust\": 141, \"rank\": 445, \"rankvar\": 98, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 180, \"group\": [144.0, 74.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTATCACCA\", \"ini\": 1242, \"clust\": 243, \"rank\": 435, \"rankvar\": 576, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 401, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 181, \"group\": [243.0, 112.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGGAGCGAG\", \"ini\": 1241, \"clust\": 433, \"rank\": 411, \"rankvar\": 264, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 402, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1287, \"group\": [434.0, 209.0, 44.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCATGAACCT\", \"ini\": 1240, \"clust\": 932, \"rank\": 576, \"rankvar\": 865, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 403, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 13, \"group\": [932.0, 452.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTTGCGTTA\", \"ini\": 1239, \"clust\": 252, \"rank\": 532, \"rankvar\": 219, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 404, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 182, \"group\": [253.0, 115.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGGCCGAT\", \"ini\": 1238, \"clust\": 187, \"rank\": 508, \"rankvar\": 387, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 183, \"group\": [188.0, 96.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGGCCGAT\", \"ini\": 1237, \"clust\": 728, \"rank\": 315, \"rankvar\": 86, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 406, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 690, \"group\": [727.0, 353.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGCTTTC\", \"ini\": 1236, \"clust\": 693, \"rank\": 268, \"rankvar\": 204, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 407, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 691, \"group\": [698.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTGCCTGTG\", \"ini\": 1235, \"clust\": 644, \"rank\": 405, \"rankvar\": 476, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 408, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 692, \"group\": [642.0, 338.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTACTGAC\", \"ini\": 1234, \"clust\": 358, \"rank\": 326, \"rankvar\": 218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 409, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1394, \"group\": [365.0, 177.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCGTCCAGG\", \"ini\": 1233, \"clust\": 453, \"rank\": 627, \"rankvar\": 1037, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 410, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1395, \"group\": [459.0, 227.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCACCCTCA\", \"ini\": 1232, \"clust\": 605, \"rank\": 280, \"rankvar\": 510, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 693, \"group\": [605.0, 323.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCTTGCGG\", \"ini\": 1231, \"clust\": 685, \"rank\": 230, \"rankvar\": 223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 694, \"group\": [687.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTACTCAAC\", \"ini\": 1230, \"clust\": 361, \"rank\": 266, \"rankvar\": 181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 413, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1396, \"group\": [362.0, 174.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGAGTTGGC\", \"ini\": 1229, \"clust\": 687, \"rank\": 247, \"rankvar\": 481, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 414, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 695, \"group\": [686.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGATATGGT\", \"ini\": 1228, \"clust\": 594, \"rank\": 404, \"rankvar\": 365, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 415, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 696, \"group\": [597.0, 320.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCGCTTTC\", \"ini\": 1227, \"clust\": 797, \"rank\": 286, \"rankvar\": 1196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 416, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1485, \"group\": [799.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAAGCCGTC\", \"ini\": 1226, \"clust\": 573, \"rank\": 395, \"rankvar\": 348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 417, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 697, \"group\": [573.0, 306.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCAGGGTGTTG\", \"ini\": 1225, \"clust\": 738, \"rank\": 535, \"rankvar\": 755, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 418, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 698, \"group\": [738.0, 356.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCATGTCTT\", \"ini\": 1224, \"clust\": 26, \"rank\": 433, \"rankvar\": 1217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 419, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1597, \"group\": [30.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGGCGCTCT\", \"ini\": 1223, \"clust\": 499, \"rank\": 461, \"rankvar\": 725, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 420, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1397, \"group\": [497.0, 242.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGGTGCGCTTG\", \"ini\": 1222, \"clust\": 667, \"rank\": 367, \"rankvar\": 230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 421, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 699, \"group\": [669.0, 345.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCTAAAGA\", \"ini\": 1221, \"clust\": 104, \"rank\": 671, \"rankvar\": 655, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 184, \"group\": [103.0, 43.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACTGCCAG\", \"ini\": 1220, \"clust\": 249, \"rank\": 506, \"rankvar\": 455, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 185, \"group\": [249.0, 113.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATTACCTT\", \"ini\": 1219, \"clust\": 161, \"rank\": 401, \"rankvar\": 201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 186, \"group\": [159.0, 85.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGCGATTCT\", \"ini\": 1218, \"clust\": 464, \"rank\": 432, \"rankvar\": 749, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 425, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1398, \"group\": [462.0, 230.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTCCGTAT\", \"ini\": 1217, \"clust\": 254, \"rank\": 490, \"rankvar\": 33, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 426, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 187, \"group\": [259.0, 116.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATGCCTTC\", \"ini\": 1216, \"clust\": 962, \"rank\": 607, \"rankvar\": 415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 427, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1399, \"group\": [962.0, 471.0, 110.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCGATATA\", \"ini\": 1215, \"clust\": 264, \"rank\": 414, \"rankvar\": 445, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 188, \"group\": [265.0, 120.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACCAGATT\", \"ini\": 1214, \"clust\": 719, \"rank\": 291, \"rankvar\": 203, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 429, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 700, \"group\": [719.0, 350.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCCACTCCA\", \"ini\": 1213, \"clust\": 230, \"rank\": 391, \"rankvar\": 296, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 189, \"group\": [231.0, 107.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCCTAATT\", \"ini\": 1212, \"clust\": 239, \"rank\": 412, \"rankvar\": 490, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 190, \"group\": [239.0, 111.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGGTTAAC\", \"ini\": 1211, \"clust\": 293, \"rank\": 629, \"rankvar\": 307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 191, \"group\": [293.0, 129.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGGGTGTGT\", \"ini\": 1210, \"clust\": 736, \"rank\": 460, \"rankvar\": 226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 433, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 701, \"group\": [736.0, 356.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTTATGCGT\", \"ini\": 1209, \"clust\": 138, \"rank\": 470, \"rankvar\": 868, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 434, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 702, \"group\": [141.0, 71.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCAGACCTTTG\", \"ini\": 1208, \"clust\": 742, \"rank\": 372, \"rankvar\": 403, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 435, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 703, \"group\": [742.0, 358.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCACATGACT\", \"ini\": 1207, \"clust\": 947, \"rank\": 648, \"rankvar\": 1325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 436, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 14, \"group\": [947.0, 457.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGAGACTTA\", \"ini\": 1206, \"clust\": 801, \"rank\": 463, \"rankvar\": 968, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 437, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1486, \"group\": [800.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTAATTGGA\", \"ini\": 1205, \"clust\": 653, \"rank\": 422, \"rankvar\": 535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 438, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 704, \"group\": [651.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTTTAGGG\", \"ini\": 1204, \"clust\": 638, \"rank\": 340, \"rankvar\": 552, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 439, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 705, \"group\": [637.0, 337.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTTGCT\", \"ini\": 1203, \"clust\": 259, \"rank\": 467, \"rankvar\": 5, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 192, \"group\": [257.0, 116.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTCATTCA\", \"ini\": 1202, \"clust\": 226, \"rank\": 440, \"rankvar\": 160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 441, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 193, \"group\": [227.0, 106.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCAATGAATG\", \"ini\": 1201, \"clust\": 27, \"rank\": 449, \"rankvar\": 1369, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 442, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1598, \"group\": [24.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATAAAGG\", \"ini\": 1200, \"clust\": 333, \"rank\": 640, \"rankvar\": 353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 443, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1400, \"group\": [332.0, 160.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTACAGTGG\", \"ini\": 1199, \"clust\": 336, \"rank\": 675, \"rankvar\": 1104, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1401, \"group\": [335.0, 161.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCACAGGCCT\", \"ini\": 1198, \"clust\": 626, \"rank\": 397, \"rankvar\": 335, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 445, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 706, \"group\": [627.0, 333.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACAGAGGT\", \"ini\": 1197, \"clust\": 342, \"rank\": 296, \"rankvar\": 616, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 446, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1402, \"group\": [343.0, 167.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCACCGGGT\", \"ini\": 1196, \"clust\": 236, \"rank\": 473, \"rankvar\": 400, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 447, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 194, \"group\": [236.0, 109.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTAGGGTG\", \"ini\": 1195, \"clust\": 826, \"rank\": 301, \"rankvar\": 1188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 448, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1487, \"group\": [827.0, 395.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGTCGCTG\", \"ini\": 1194, \"clust\": 737, \"rank\": 476, \"rankvar\": 379, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 449, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 707, \"group\": [737.0, 356.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCGTTTAC\", \"ini\": 1193, \"clust\": 1626, \"rank\": 233, \"rankvar\": 1347, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 450, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 998, \"group\": [1627.0, 808.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACAGCTCGAC\", \"ini\": 1192, \"clust\": 330, \"rank\": 610, \"rankvar\": 414, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 451, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1403, \"group\": [336.0, 162.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGTTAACC\", \"ini\": 1191, \"clust\": 802, \"rank\": 408, \"rankvar\": 1376, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 452, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1488, \"group\": [801.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAGGGTAC\", \"ini\": 1190, \"clust\": 815, \"rank\": 250, \"rankvar\": 899, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 453, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 708, \"group\": [815.0, 392.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTTCCGTCT\", \"ini\": 1189, \"clust\": 365, \"rank\": 362, \"rankvar\": 78, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1404, \"group\": [364.0, 176.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCTTGCAAG\", \"ini\": 1188, \"clust\": 747, \"rank\": 382, \"rankvar\": 315, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 455, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 709, \"group\": [746.0, 359.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGTCTCT\", \"ini\": 1187, \"clust\": 799, \"rank\": 303, \"rankvar\": 1423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 456, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1489, \"group\": [796.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTGATAAAC\", \"ini\": 1186, \"clust\": 674, \"rank\": 260, \"rankvar\": 458, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 457, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 710, \"group\": [674.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCTCGTATT\", \"ini\": 1185, \"clust\": 37, \"rank\": 381, \"rankvar\": 1233, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 458, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1599, \"group\": [36.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCAAACGGG\", \"ini\": 1184, \"clust\": 189, \"rank\": 446, \"rankvar\": 318, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 195, \"group\": [190.0, 98.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGTGGTAAT\", \"ini\": 1183, \"clust\": 237, \"rank\": 468, \"rankvar\": 663, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 196, \"group\": [237.0, 109.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTCTTTCAT\", \"ini\": 1182, \"clust\": 220, \"rank\": 451, \"rankvar\": 26, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 197, \"group\": [225.0, 105.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTCACGCC\", \"ini\": 1181, \"clust\": 672, \"rank\": 277, \"rankvar\": 398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 462, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 711, \"group\": [671.0, 346.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTGCCAGA\", \"ini\": 1180, \"clust\": 794, \"rank\": 544, \"rankvar\": 1473, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 463, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1490, \"group\": [810.0, 390.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATCGATTG\", \"ini\": 1179, \"clust\": 436, \"rank\": 327, \"rankvar\": 68, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 464, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1288, \"group\": [440.0, 211.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATCGATTG\", \"ini\": 1178, \"clust\": 651, \"rank\": 410, \"rankvar\": 420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 465, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 712, \"group\": [652.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTCATCGTCGG\", \"ini\": 1177, \"clust\": 735, \"rank\": 551, \"rankvar\": 473, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 466, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 713, \"group\": [734.0, 355.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGTACTCT\", \"ini\": 1176, \"clust\": 938, \"rank\": 553, \"rankvar\": 1198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 467, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 15, \"group\": [940.0, 455.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAAGCAGGTCA\", \"ini\": 1175, \"clust\": 279, \"rank\": 530, \"rankvar\": 100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 198, \"group\": [284.0, 125.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCAACACGT\", \"ini\": 1174, \"clust\": 603, \"rank\": 459, \"rankvar\": 641, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 469, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 714, \"group\": [606.0, 323.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTGGGATC\", \"ini\": 1173, \"clust\": 241, \"rank\": 592, \"rankvar\": 498, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 470, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 199, \"group\": [248.0, 112.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGCGATAGC\", \"ini\": 1172, \"clust\": 611, \"rank\": 385, \"rankvar\": 639, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 471, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 715, \"group\": [610.0, 325.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCGCATGGC\", \"ini\": 1171, \"clust\": 748, \"rank\": 399, \"rankvar\": 651, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 472, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 716, \"group\": [747.0, 359.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTAAGGGAA\", \"ini\": 1170, \"clust\": 817, \"rank\": 307, \"rankvar\": 1323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 473, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1491, \"group\": [816.0, 393.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCCTTGAT\", \"ini\": 1169, \"clust\": 107, \"rank\": 769, \"rankvar\": 944, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 474, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 200, \"group\": [106.0, 44.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGCTAAACA\", \"ini\": 1168, \"clust\": 828, \"rank\": 361, \"rankvar\": 1122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 475, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1492, \"group\": [826.0, 395.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTAGCTAAA\", \"ini\": 1167, \"clust\": 129, \"rank\": 495, \"rankvar\": 250, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 476, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 201, \"group\": [127.0, 57.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATCCCGC\", \"ini\": 1166, \"clust\": 284, \"rank\": 540, \"rankvar\": 417, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 202, \"group\": [289.0, 127.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGAGTACCG\", \"ini\": 1165, \"clust\": 1596, \"rank\": 415, \"rankvar\": 751, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 478, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 999, \"group\": [1594.0, 794.0, 196.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCATGCTGGC\", \"ini\": 1164, \"clust\": 137, \"rank\": 311, \"rankvar\": 487, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 479, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 717, \"group\": [137.0, 67.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGGATGGA\", \"ini\": 1163, \"clust\": 592, \"rank\": 462, \"rankvar\": 693, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 480, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 718, \"group\": [593.0, 319.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTCACCCATTC\", \"ini\": 1162, \"clust\": 744, \"rank\": 383, \"rankvar\": 267, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 719, \"group\": [744.0, 359.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTTAGTGGG\", \"ini\": 1161, \"clust\": 280, \"rank\": 577, \"rankvar\": 76, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 203, \"group\": [283.0, 124.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCGACA\", \"ini\": 1160, \"clust\": 622, \"rank\": 282, \"rankvar\": 887, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 483, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 720, \"group\": [620.0, 328.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGTTTCCTT\", \"ini\": 1159, \"clust\": 294, \"rank\": 516, \"rankvar\": 695, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 204, \"group\": [295.0, 131.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGCACGTCAGC\", \"ini\": 1158, \"clust\": 597, \"rank\": 504, \"rankvar\": 565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 485, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 721, \"group\": [600.0, 322.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCCAAAT\", \"ini\": 1157, \"clust\": 612, \"rank\": 398, \"rankvar\": 339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 486, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 722, \"group\": [623.0, 330.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTCTCTTAT\", \"ini\": 1156, \"clust\": 575, \"rank\": 419, \"rankvar\": 139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 487, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 723, \"group\": [578.0, 310.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCAACGGCC\", \"ini\": 1155, \"clust\": 1588, \"rank\": 378, \"rankvar\": 872, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 488, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1000, \"group\": [1589.0, 789.0, 195.0, 48.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCGAACGC\", \"ini\": 1154, \"clust\": 108, \"rank\": 680, \"rankvar\": 713, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 489, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 205, \"group\": [107.0, 44.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCGCAAACT\", \"ini\": 1153, \"clust\": 739, \"rank\": 497, \"rankvar\": 593, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 490, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 724, \"group\": [739.0, 356.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCACACGC\", \"ini\": 1152, \"clust\": 813, \"rank\": 507, \"rankvar\": 607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 491, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1493, \"group\": [812.0, 391.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACCACCAG\", \"ini\": 1151, \"clust\": 786, \"rank\": 328, \"rankvar\": 1226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 492, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1494, \"group\": [791.0, 387.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGGCAAAC\", \"ini\": 1150, \"clust\": 825, \"rank\": 379, \"rankvar\": 933, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 493, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1495, \"group\": [828.0, 395.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGCGTAAG\", \"ini\": 1149, \"clust\": 492, \"rank\": 456, \"rankvar\": 402, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1405, \"group\": [493.0, 241.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTGGTCCGT\", \"ini\": 1148, \"clust\": 118, \"rank\": 564, \"rankvar\": 664, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 495, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 206, \"group\": [120.0, 52.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGTGTGGCA\", \"ini\": 1147, \"clust\": 466, \"rank\": 515, \"rankvar\": 1179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 496, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1406, \"group\": [488.0, 237.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAATGAATG\", \"ini\": 1146, \"clust\": 345, \"rank\": 482, \"rankvar\": 525, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 497, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1407, \"group\": [366.0, 178.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAAACCCAT\", \"ini\": 1145, \"clust\": 942, \"rank\": 583, \"rankvar\": 946, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 498, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 16, \"group\": [942.0, 456.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCTCCAGGG\", \"ini\": 1144, \"clust\": 967, \"rank\": 653, \"rankvar\": 797, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 499, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 207, \"group\": [967.0, 476.0, 111.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGCCAGTTT\", \"ini\": 1143, \"clust\": 790, \"rank\": 438, \"rankvar\": 936, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 500, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1496, \"group\": [788.0, 386.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTACATGAACCT\", \"ini\": 1142, \"clust\": 148, \"rank\": 466, \"rankvar\": 80, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 501, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 208, \"group\": [149.0, 77.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGAATAGGG\", \"ini\": 1141, \"clust\": 179, \"rank\": 474, \"rankvar\": 652, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 209, \"group\": [182.0, 95.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGCTGGA\", \"ini\": 1140, \"clust\": 481, \"rank\": 439, \"rankvar\": 1076, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 503, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1408, \"group\": [479.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTACCGGCT\", \"ini\": 1139, \"clust\": 756, \"rank\": 487, \"rankvar\": 674, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 504, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 725, \"group\": [755.0, 364.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGGTGGAT\", \"ini\": 1138, \"clust\": 469, \"rank\": 458, \"rankvar\": 1315, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 505, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1409, \"group\": [467.0, 233.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGAGGTTAT\", \"ini\": 1137, \"clust\": 649, \"rank\": 478, \"rankvar\": 369, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 506, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 726, \"group\": [648.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCAAAGACA\", \"ini\": 1136, \"clust\": 574, \"rank\": 453, \"rankvar\": 486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 507, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 727, \"group\": [574.0, 306.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTGATCGG\", \"ini\": 1135, \"clust\": 15, \"rank\": 570, \"rankvar\": 1428, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 508, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1600, \"group\": [14.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAGGTCGTC\", \"ini\": 1134, \"clust\": 745, \"rank\": 475, \"rankvar\": 448, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 728, \"group\": [745.0, 359.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTTCCACGG\", \"ini\": 1133, \"clust\": 435, \"rank\": 464, \"rankvar\": 513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 510, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1289, \"group\": [441.0, 212.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACAGCGTC\", \"ini\": 1132, \"clust\": 872, \"rank\": 355, \"rankvar\": 1330, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 511, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1497, \"group\": [869.0, 406.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCCCTAATT\", \"ini\": 1131, \"clust\": 495, \"rank\": 549, \"rankvar\": 829, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 512, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1410, \"group\": [499.0, 243.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAAAGCGGT\", \"ini\": 1130, \"clust\": 265, \"rank\": 403, \"rankvar\": 557, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 513, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 210, \"group\": [268.0, 120.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACGACGT\", \"ini\": 1129, \"clust\": 155, \"rank\": 514, \"rankvar\": 673, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 211, \"group\": [163.0, 87.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCACTCTTA\", \"ini\": 1128, \"clust\": 607, \"rank\": 452, \"rankvar\": 217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 515, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 729, \"group\": [608.0, 324.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTTCAGACT\", \"ini\": 1127, \"clust\": 940, \"rank\": 572, \"rankvar\": 543, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 516, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 17, \"group\": [939.0, 455.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCATGCAACT\", \"ini\": 1126, \"clust\": 461, \"rank\": 578, \"rankvar\": 778, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 517, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1411, \"group\": [460.0, 228.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCACCCT\", \"ini\": 1125, \"clust\": 720, \"rank\": 351, \"rankvar\": 209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 518, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 730, \"group\": [720.0, 350.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGGCTTC\", \"ini\": 1124, \"clust\": 548, \"rank\": 325, \"rankvar\": 300, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 519, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 731, \"group\": [547.0, 285.0, 69.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCCAGTTA\", \"ini\": 1123, \"clust\": 568, \"rank\": 358, \"rankvar\": 1062, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 520, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 732, \"group\": [567.0, 301.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTAGCTAGGCA\", \"ini\": 1122, \"clust\": 692, \"rank\": 406, \"rankvar\": 228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 521, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 733, \"group\": [699.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGCGGCTTC\", \"ini\": 1121, \"clust\": 28, \"rank\": 447, \"rankvar\": 1488, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 522, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1601, \"group\": [25.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAGCCCAC\", \"ini\": 1120, \"clust\": 479, \"rank\": 602, \"rankvar\": 1101, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 523, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1412, \"group\": [476.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCCACCGTTGG\", \"ini\": 1119, \"clust\": 281, \"rank\": 625, \"rankvar\": 168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 212, \"group\": [282.0, 123.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGCGCCTTG\", \"ini\": 1118, \"clust\": 789, \"rank\": 512, \"rankvar\": 1001, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 525, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1498, \"group\": [790.0, 386.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGAACTCGG\", \"ini\": 1117, \"clust\": 725, \"rank\": 448, \"rankvar\": 422, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 526, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 734, \"group\": [724.0, 352.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTATCTG\", \"ini\": 1116, \"clust\": 229, \"rank\": 523, \"rankvar\": 104, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 527, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 213, \"group\": [229.0, 106.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTCGGCTCA\", \"ini\": 1115, \"clust\": 585, \"rank\": 547, \"rankvar\": 716, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 528, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 735, \"group\": [586.0, 315.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTTCCAACA\", \"ini\": 1114, \"clust\": 791, \"rank\": 581, \"rankvar\": 901, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 529, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1499, \"group\": [789.0, 386.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCCTGCAGG\", \"ini\": 1113, \"clust\": 291, \"rank\": 669, \"rankvar\": 199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 530, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 214, \"group\": [291.0, 128.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGAGGTAGA\", \"ini\": 1112, \"clust\": 629, \"rank\": 552, \"rankvar\": 119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 531, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 736, \"group\": [629.0, 334.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACATGCAATC\", \"ini\": 1111, \"clust\": 95, \"rank\": 655, \"rankvar\": 776, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 215, \"group\": [94.0, 35.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTTTAAGCC\", \"ini\": 1110, \"clust\": 642, \"rank\": 521, \"rankvar\": 342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 533, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 737, \"group\": [643.0, 338.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTTCATGGT\", \"ini\": 1109, \"clust\": 310, \"rank\": 302, \"rankvar\": 719, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 534, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 421, \"group\": [309.0, 144.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCTGCAGG\", \"ini\": 1108, \"clust\": 334, \"rank\": 683, \"rankvar\": 122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 535, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1413, \"group\": [333.0, 160.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGAGAACAG\", \"ini\": 1107, \"clust\": 482, \"rank\": 522, \"rankvar\": 1194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 536, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1414, \"group\": [480.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGAGAGCAATT\", \"ini\": 1106, \"clust\": 151, \"rank\": 545, \"rankvar\": 483, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 216, \"group\": [151.0, 78.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAACGCGA\", \"ini\": 1105, \"clust\": 914, \"rank\": 601, \"rankvar\": 907, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 217, \"group\": [915.0, 438.0, 99.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCAGTTTGG\", \"ini\": 1104, \"clust\": 496, \"rank\": 567, \"rankvar\": 340, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 539, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1415, \"group\": [496.0, 242.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCCTCAACC\", \"ini\": 1103, \"clust\": 470, \"rank\": 608, \"rankvar\": 1271, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 540, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1416, \"group\": [468.0, 233.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAGCCTTTC\", \"ini\": 1102, \"clust\": 627, \"rank\": 491, \"rankvar\": 599, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 541, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 738, \"group\": [628.0, 333.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATAGGAG\", \"ini\": 1101, \"clust\": 80, \"rank\": 295, \"rankvar\": 920, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 218, \"group\": [79.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTCTCATCC\", \"ini\": 1100, \"clust\": 318, \"rank\": 442, \"rankvar\": 504, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 739, \"group\": [319.0, 152.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCGGCATCG\", \"ini\": 1099, \"clust\": 153, \"rank\": 513, \"rankvar\": 731, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 219, \"group\": [153.0, 80.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTTCGCTAA\", \"ini\": 1098, \"clust\": 633, \"rank\": 489, \"rankvar\": 45, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 545, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 740, \"group\": [633.0, 336.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGCGATG\", \"ini\": 1097, \"clust\": 60, \"rank\": 657, \"rankvar\": 1533, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 546, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1602, \"group\": [59.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAGTCAGCC\", \"ini\": 1096, \"clust\": 96, \"rank\": 704, \"rankvar\": 670, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 220, \"group\": [95.0, 36.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAACTGCTA\", \"ini\": 1095, \"clust\": 613, \"rank\": 273, \"rankvar\": 600, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 548, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 741, \"group\": [613.0, 326.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTTGAGAT\", \"ini\": 1094, \"clust\": 1254, \"rank\": 670, \"rankvar\": 1024, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 549, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 742, \"group\": [1255.0, 673.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCCCTAAT\", \"ini\": 1093, \"clust\": 191, \"rank\": 538, \"rankvar\": 54, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 221, \"group\": [194.0, 100.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAAGTCTAC\", \"ini\": 1092, \"clust\": 765, \"rank\": 503, \"rankvar\": 519, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 551, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 743, \"group\": [766.0, 369.0, 77.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGGCTCTTA\", \"ini\": 1091, \"clust\": 320, \"rank\": 566, \"rankvar\": 564, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1417, \"group\": [321.0, 153.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAACAGCGAACA\", \"ini\": 1090, \"clust\": 112, \"rank\": 685, \"rankvar\": 306, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 553, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 222, \"group\": [113.0, 48.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAAACCGT\", \"ini\": 1089, \"clust\": 240, \"rank\": 560, \"rankvar\": 522, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 223, \"group\": [240.0, 111.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCACAGACTT\", \"ini\": 1088, \"clust\": 960, \"rank\": 652, \"rankvar\": 683, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 555, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1418, \"group\": [963.0, 472.0, 110.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCAATGGACG\", \"ini\": 1087, \"clust\": 500, \"rank\": 550, \"rankvar\": 512, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 556, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1419, \"group\": [498.0, 242.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTGACTACT\", \"ini\": 1086, \"clust\": 150, \"rank\": 557, \"rankvar\": 279, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 224, \"group\": [148.0, 77.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCTCTTATG\", \"ini\": 1085, \"clust\": 465, \"rank\": 496, \"rankvar\": 991, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 558, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1420, \"group\": [463.0, 230.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTACAGCAG\", \"ini\": 1084, \"clust\": 536, \"rank\": 585, \"rankvar\": 249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 559, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 744, \"group\": [537.0, 277.0, 66.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCACCCAGTG\", \"ini\": 1083, \"clust\": 406, \"rank\": 681, \"rankvar\": 164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 560, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 745, \"group\": [408.0, 193.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTATAGGTA\", \"ini\": 1082, \"clust\": 1585, \"rank\": 554, \"rankvar\": 1085, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 561, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1001, \"group\": [1585.0, 786.0, 194.0, 48.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGCTGAG\", \"ini\": 1081, \"clust\": 326, \"rank\": 667, \"rankvar\": 501, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 562, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1421, \"group\": [329.0, 158.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGGCGCTCT\", \"ini\": 1080, \"clust\": 443, \"rank\": 617, \"rankvar\": 108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 563, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 746, \"group\": [447.0, 217.0, 48.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGATTC\", \"ini\": 1079, \"clust\": 639, \"rank\": 539, \"rankvar\": 612, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 564, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 747, \"group\": [644.0, 338.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCTGGAGCC\", \"ini\": 1078, \"clust\": 114, \"rank\": 606, \"rankvar\": 410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 225, \"group\": [112.0, 48.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCGGATGGA\", \"ini\": 1077, \"clust\": 757, \"rank\": 641, \"rankvar\": 883, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 566, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 748, \"group\": [756.0, 364.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTATGCTTG\", \"ini\": 1076, \"clust\": 7, \"rank\": 623, \"rankvar\": 973, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 567, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1603, \"group\": [33.0, 8.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTACTTAC\", \"ini\": 1075, \"clust\": 628, \"rank\": 579, \"rankvar\": 268, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 568, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 749, \"group\": [631.0, 335.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAATCCGT\", \"ini\": 1074, \"clust\": 140, \"rank\": 501, \"rankvar\": 176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 226, \"group\": [140.0, 70.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTGGGCTA\", \"ini\": 1073, \"clust\": 818, \"rank\": 481, \"rankvar\": 922, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 570, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1500, \"group\": [817.0, 393.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCAGGTGCCT\", \"ini\": 1072, \"clust\": 883, \"rank\": 483, \"rankvar\": 1236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 571, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 750, \"group\": [882.0, 416.0, 90.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCTGAGTGT\", \"ini\": 1071, \"clust\": 608, \"rank\": 480, \"rankvar\": 671, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 572, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 751, \"group\": [612.0, 325.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGAGAGTACAT\", \"ini\": 1070, \"clust\": 483, \"rank\": 628, \"rankvar\": 1100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 573, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1422, \"group\": [481.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGATGAGG\", \"ini\": 1069, \"clust\": 454, \"rank\": 649, \"rankvar\": 480, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 574, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1423, \"group\": [458.0, 226.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACCCTATC\", \"ini\": 1068, \"clust\": 859, \"rank\": 630, \"rankvar\": 987, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 575, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1501, \"group\": [860.0, 403.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCGTTTGCC\", \"ini\": 1067, \"clust\": 190, \"rank\": 537, \"rankvar\": 401, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 227, \"group\": [191.0, 98.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCATTCA\", \"ini\": 1066, \"clust\": 1594, \"rank\": 519, \"rankvar\": 1147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 577, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1260, \"group\": [1595.0, 795.0, 196.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCTGTCAAG\", \"ini\": 1065, \"clust\": 120, \"rank\": 700, \"rankvar\": 761, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 578, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 228, \"group\": [119.0, 52.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGCGCAC\", \"ini\": 1064, \"clust\": 288, \"rank\": 695, \"rankvar\": 40, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 229, \"group\": [286.0, 126.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCGTCTTC\", \"ini\": 1063, \"clust\": 231, \"rank\": 531, \"rankvar\": 141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 230, \"group\": [232.0, 107.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCACAACGTT\", \"ini\": 1062, \"clust\": 316, \"rank\": 457, \"rankvar\": 577, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 581, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1424, \"group\": [316.0, 150.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTCCGAAGA\", \"ini\": 1061, \"clust\": 442, \"rank\": 589, \"rankvar\": 596, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 582, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 752, \"group\": [443.0, 214.0, 46.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCAAGC\", \"ini\": 1060, \"clust\": 549, \"rank\": 611, \"rankvar\": 161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 583, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 753, \"group\": [550.0, 288.0, 69.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCCGTTGTC\", \"ini\": 1059, \"clust\": 171, \"rank\": 561, \"rankvar\": 334, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 584, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 231, \"group\": [171.0, 91.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCAAGTAATG\", \"ini\": 1058, \"clust\": 630, \"rank\": 620, \"rankvar\": 357, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 585, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 754, \"group\": [630.0, 334.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCTAGAAC\", \"ini\": 1057, \"clust\": 576, \"rank\": 505, \"rankvar\": 205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 586, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 755, \"group\": [576.0, 308.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCCTTGCCA\", \"ini\": 1056, \"clust\": 313, \"rank\": 498, \"rankvar\": 556, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 232, \"group\": [311.0, 146.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGGACGAT\", \"ini\": 1055, \"clust\": 175, \"rank\": 424, \"rankvar\": 72, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 233, \"group\": [174.0, 92.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGTGGTAAT\", \"ini\": 1054, \"clust\": 79, \"rank\": 429, \"rankvar\": 642, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 589, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 234, \"group\": [81.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGATGCGAC\", \"ini\": 1053, \"clust\": 595, \"rank\": 534, \"rankvar\": 202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 590, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 756, \"group\": [595.0, 320.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAGCTTAAC\", \"ini\": 1052, \"clust\": 647, \"rank\": 613, \"rankvar\": 696, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 591, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 757, \"group\": [649.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGCAGCCTC\", \"ini\": 1051, \"clust\": 654, \"rank\": 386, \"rankvar\": 117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 592, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 758, \"group\": [732.0, 354.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTGGTGTAG\", \"ini\": 1050, \"clust\": 956, \"rank\": 749, \"rankvar\": 718, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 593, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1290, \"group\": [956.0, 466.0, 108.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTTGATG\", \"ini\": 1049, \"clust\": 157, \"rank\": 609, \"rankvar\": 838, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 235, \"group\": [156.0, 83.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAGTCGACTAT\", \"ini\": 1048, \"clust\": 758, \"rank\": 563, \"rankvar\": 803, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 595, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 759, \"group\": [757.0, 364.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGAATCT\", \"ini\": 1047, \"clust\": 298, \"rank\": 543, \"rankvar\": 419, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 596, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 236, \"group\": [299.0, 134.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTCCAGTAT\", \"ini\": 1046, \"clust\": 305, \"rank\": 562, \"rankvar\": 998, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 237, \"group\": [305.0, 140.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGACAGCT\", \"ini\": 1045, \"clust\": 133, \"rank\": 559, \"rankvar\": 376, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 238, \"group\": [132.0, 62.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACCATACTACG\", \"ini\": 1044, \"clust\": 451, \"rank\": 798, \"rankvar\": 287, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1425, \"group\": [451.0, 221.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGGTACA\", \"ini\": 1043, \"clust\": 164, \"rank\": 486, \"rankvar\": 135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 600, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 239, \"group\": [165.0, 89.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAAACGTGG\", \"ini\": 1042, \"clust\": 1062, \"rank\": 590, \"rankvar\": 559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 240, \"group\": [1065.0, 545.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTAGTGACTCT\", \"ini\": 1041, \"clust\": 596, \"rank\": 509, \"rankvar\": 91, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 602, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 760, \"group\": [596.0, 320.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTATCGCAT\", \"ini\": 1040, \"clust\": 111, \"rank\": 644, \"rankvar\": 286, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 241, \"group\": [114.0, 49.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACGTCAGC\", \"ini\": 1039, \"clust\": 615, \"rank\": 427, \"rankvar\": 554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 604, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 761, \"group\": [615.0, 326.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACCTCGT\", \"ini\": 1038, \"clust\": 39, \"rank\": 488, \"rankvar\": 1490, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 605, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1604, \"group\": [39.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGTGCCTG\", \"ini\": 1037, \"clust\": 528, \"rank\": 654, \"rankvar\": 849, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 762, \"group\": [528.0, 269.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGCGAT\", \"ini\": 1036, \"clust\": 456, \"rank\": 701, \"rankvar\": 266, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 607, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1426, \"group\": [454.0, 223.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATTGG\", \"ini\": 1035, \"clust\": 307, \"rank\": 526, \"rankvar\": 648, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 242, \"group\": [307.0, 142.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTTTACGT\", \"ini\": 1034, \"clust\": 147, \"rank\": 624, \"rankvar\": 166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 609, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 243, \"group\": [150.0, 77.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCGCCAGCA\", \"ini\": 1033, \"clust\": 616, \"rank\": 352, \"rankvar\": 605, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 610, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 763, \"group\": [616.0, 326.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCAGATCCTGT\", \"ini\": 1032, \"clust\": 321, \"rank\": 536, \"rankvar\": 124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 611, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1427, \"group\": [322.0, 154.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCTCTGAGA\", \"ini\": 1031, \"clust\": 94, \"rank\": 772, \"rankvar\": 880, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 612, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 244, \"group\": [96.0, 37.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGCAATC\", \"ini\": 1030, \"clust\": 188, \"rank\": 605, \"rankvar\": 61, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 613, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 245, \"group\": [189.0, 97.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTCTGG\", \"ini\": 1029, \"clust\": 919, \"rank\": 839, \"rankvar\": 1014, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 614, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 18, \"group\": [921.0, 444.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGTGAAGTT\", \"ini\": 1028, \"clust\": 570, \"rank\": 642, \"rankvar\": 107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 615, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 764, \"group\": [571.0, 304.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTAAGGATT\", \"ini\": 1027, \"clust\": 448, \"rank\": 721, \"rankvar\": 689, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 616, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 765, \"group\": [450.0, 220.0, 49.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTGTCGAGTTT\", \"ini\": 1026, \"clust\": 367, \"rank\": 596, \"rankvar\": 207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 617, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 766, \"group\": [368.0, 180.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTTGCTCCT\", \"ini\": 1025, \"clust\": 579, \"rank\": 443, \"rankvar\": 687, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 618, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 767, \"group\": [579.0, 311.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCGCATC\", \"ini\": 1024, \"clust\": 38, \"rank\": 556, \"rankvar\": 1548, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 619, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1605, \"group\": [37.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACTCAGCCTAA\", \"ini\": 1023, \"clust\": 304, \"rank\": 638, \"rankvar\": 256, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 620, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 246, \"group\": [302.0, 137.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTGGGCCA\", \"ini\": 1022, \"clust\": 944, \"rank\": 738, \"rankvar\": 985, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 621, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 19, \"group\": [948.0, 458.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGGCTAGCA\", \"ini\": 1021, \"clust\": 1245, \"rank\": 603, \"rankvar\": 374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 622, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 768, \"group\": [1245.0, 665.0, 166.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAAGCCATCGC\", \"ini\": 1020, \"clust\": 1120, \"rank\": 593, \"rankvar\": 1017, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 247, \"group\": [1121.0, 593.0, 146.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATACTACG\", \"ini\": 1019, \"clust\": 471, \"rank\": 646, \"rankvar\": 823, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 624, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1428, \"group\": [469.0, 234.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCTAGTGT\", \"ini\": 1018, \"clust\": 750, \"rank\": 598, \"rankvar\": 745, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 625, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 769, \"group\": [750.0, 361.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACATCCGCGA\", \"ini\": 1017, \"clust\": 319, \"rank\": 555, \"rankvar\": 485, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 770, \"group\": [320.0, 152.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCCGTGAC\", \"ini\": 1016, \"clust\": 452, \"rank\": 844, \"rankvar\": 874, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1429, \"group\": [452.0, 222.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTTCCACAA\", \"ini\": 1015, \"clust\": 260, \"rank\": 637, \"rankvar\": 88, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 628, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 248, \"group\": [263.0, 119.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCCTTGTG\", \"ini\": 1014, \"clust\": 783, \"rank\": 569, \"rankvar\": 449, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 629, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1430, \"group\": [784.0, 384.0, 81.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCGATTCT\", \"ini\": 1013, \"clust\": 183, \"rank\": 615, \"rankvar\": 133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 249, \"group\": [184.0, 95.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCAATGGT\", \"ini\": 1012, \"clust\": 127, \"rank\": 573, \"rankvar\": 608, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 250, \"group\": [130.0, 60.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTACAGACG\", \"ini\": 1011, \"clust\": 322, \"rank\": 645, \"rankvar\": 737, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 632, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1431, \"group\": [337.0, 163.0, 38.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGCTGATAA\", \"ini\": 1010, \"clust\": 929, \"rank\": 733, \"rankvar\": 1227, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 633, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 20, \"group\": [930.0, 450.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTAATAGCA\", \"ini\": 1009, \"clust\": 250, \"rank\": 690, \"rankvar\": 193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 634, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 251, \"group\": [250.0, 113.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTGGCGAC\", \"ini\": 1008, \"clust\": 40, \"rank\": 663, \"rankvar\": 1505, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 635, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1606, \"group\": [40.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAATGTGT\", \"ini\": 1007, \"clust\": 156, \"rank\": 600, \"rankvar\": 404, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 252, \"group\": [158.0, 84.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCACCTCGT\", \"ini\": 1006, \"clust\": 162, \"rank\": 616, \"rankvar\": 115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 637, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 253, \"group\": [160.0, 85.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCCGAAT\", \"ini\": 1005, \"clust\": 753, \"rank\": 520, \"rankvar\": 496, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 638, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 771, \"group\": [753.0, 363.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTACAGCAG\", \"ini\": 1004, \"clust\": 546, \"rank\": 454, \"rankvar\": 200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 772, \"group\": [548.0, 286.0, 69.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCAACGCTA\", \"ini\": 1003, \"clust\": 121, \"rank\": 732, \"rankvar\": 589, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 254, \"group\": [123.0, 53.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCACGAAATA\", \"ini\": 1002, \"clust\": 550, \"rank\": 571, \"rankvar\": 175, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 641, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 773, \"group\": [551.0, 289.0, 69.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATTTGCTT\", \"ini\": 1001, \"clust\": 312, \"rank\": 502, \"rankvar\": 889, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 642, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 255, \"group\": [313.0, 147.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTGTAATGA\", \"ini\": 1000, \"clust\": 545, \"rank\": 595, \"rankvar\": 799, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 643, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 774, \"group\": [545.0, 284.0, 69.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGAGTATA\", \"ini\": 999, \"clust\": 590, \"rank\": 658, \"rankvar\": 56, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 644, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 775, \"group\": [591.0, 317.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTAAAGA\", \"ini\": 998, \"clust\": 619, \"rank\": 614, \"rankvar\": 703, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 776, \"group\": [622.0, 329.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTTGAGG\", \"ini\": 997, \"clust\": 105, \"rank\": 801, \"rankvar\": 604, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 646, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 256, \"group\": [104.0, 43.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACACCAGGCT\", \"ini\": 996, \"clust\": 964, \"rank\": 833, \"rankvar\": 580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 647, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 257, \"group\": [966.0, 475.0, 111.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGGGACA\", \"ini\": 995, \"clust\": 776, \"rank\": 705, \"rankvar\": 692, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 648, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1502, \"group\": [776.0, 377.0, 79.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGGGTACA\", \"ini\": 994, \"clust\": 81, \"rank\": 524, \"rankvar\": 775, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 649, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 258, \"group\": [80.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGCATG\", \"ini\": 993, \"clust\": 554, \"rank\": 622, \"rankvar\": 528, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 650, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 777, \"group\": [556.0, 294.0, 70.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTTGCGCAC\", \"ini\": 992, \"clust\": 539, \"rank\": 731, \"rankvar\": 1063, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 651, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 778, \"group\": [540.0, 280.0, 68.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGATTGT\", \"ini\": 991, \"clust\": 860, \"rank\": 633, \"rankvar\": 1342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 652, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1503, \"group\": [858.0, 403.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGAGACG\", \"ini\": 990, \"clust\": 928, \"rank\": 823, \"rankvar\": 1514, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 653, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 21, \"group\": [931.0, 451.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGCAGCGTA\", \"ini\": 989, \"clust\": 857, \"rank\": 631, \"rankvar\": 1374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 654, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1504, \"group\": [856.0, 402.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAAGCCATT\", \"ini\": 988, \"clust\": 759, \"rank\": 643, \"rankvar\": 536, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 655, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 779, \"group\": [758.0, 364.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTTACCCA\", \"ini\": 987, \"clust\": 1271, \"rank\": 897, \"rankvar\": 1445, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 656, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 22, \"group\": [1271.0, 683.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCTCTTGAT\", \"ini\": 986, \"clust\": 743, \"rank\": 588, \"rankvar\": 518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 657, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 780, \"group\": [743.0, 358.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGCCGTCGT\", \"ini\": 985, \"clust\": 1251, \"rank\": 780, \"rankvar\": 808, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 658, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 781, \"group\": [1254.0, 672.0, 168.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTAACTTC\", \"ini\": 984, \"clust\": 494, \"rank\": 707, \"rankvar\": 479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1432, \"group\": [492.0, 240.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCACGGTTA\", \"ini\": 983, \"clust\": 541, \"rank\": 546, \"rankvar\": 790, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 660, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 782, \"group\": [542.0, 281.0, 68.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTGTAA\", \"ini\": 982, \"clust\": 746, \"rank\": 662, \"rankvar\": 170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 661, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 783, \"group\": [748.0, 359.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATTGTGCA\", \"ini\": 981, \"clust\": 968, \"rank\": 792, \"rankvar\": 569, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 662, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 259, \"group\": [968.0, 477.0, 111.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAGTCGGT\", \"ini\": 980, \"clust\": 434, \"rank\": 656, \"rankvar\": 416, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 663, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1291, \"group\": [435.0, 209.0, 44.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCGTCAAA\", \"ini\": 979, \"clust\": 1055, \"rank\": 568, \"rankvar\": 1020, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 664, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 422, \"group\": [1056.0, 541.0, 131.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCACCCTCA\", \"ini\": 978, \"clust\": 131, \"rank\": 664, \"rankvar\": 356, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 665, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 260, \"group\": [135.0, 65.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTCACCTC\", \"ini\": 977, \"clust\": 472, \"rank\": 760, \"rankvar\": 919, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 666, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1433, \"group\": [470.0, 234.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGACAAGCC\", \"ini\": 976, \"clust\": 69, \"rank\": 853, \"rankvar\": 1338, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 667, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1607, \"group\": [72.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGCATCATC\", \"ini\": 975, \"clust\": 740, \"rank\": 659, \"rankvar\": 314, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 784, \"group\": [740.0, 357.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGACACGAC\", \"ini\": 974, \"clust\": 173, \"rank\": 511, \"rankvar\": 905, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 261, \"group\": [175.0, 92.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTTCCTT\", \"ini\": 973, \"clust\": 767, \"rank\": 673, \"rankvar\": 351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 670, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 785, \"group\": [770.0, 372.0, 77.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGATACACA\", \"ini\": 972, \"clust\": 1076, \"rank\": 698, \"rankvar\": 312, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 671, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 786, \"group\": [1076.0, 554.0, 134.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACAATAGAGT\", \"ini\": 971, \"clust\": 965, \"rank\": 820, \"rankvar\": 601, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 672, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 262, \"group\": [964.0, 473.0, 111.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGATGTGGC\", \"ini\": 970, \"clust\": 916, \"rank\": 719, \"rankvar\": 836, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 673, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 787, \"group\": [917.0, 440.0, 100.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGTAAGTAC\", \"ini\": 969, \"clust\": 144, \"rank\": 672, \"rankvar\": 302, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 263, \"group\": [145.0, 75.0, 26.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGGTCGAT\", \"ini\": 968, \"clust\": 57, \"rank\": 794, \"rankvar\": 1290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 675, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1608, \"group\": [57.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAAACGCG\", \"ini\": 967, \"clust\": 565, \"rank\": 599, \"rankvar\": 711, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 676, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 788, \"group\": [565.0, 300.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGGGTGTTG\", \"ini\": 966, \"clust\": 537, \"rank\": 702, \"rankvar\": 704, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 677, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 789, \"group\": [538.0, 278.0, 67.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGCTATGCT\", \"ini\": 965, \"clust\": 1048, \"rank\": 499, \"rankvar\": 649, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 264, \"group\": [1048.0, 535.0, 129.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCTCGATGA\", \"ini\": 964, \"clust\": 1590, \"rank\": 541, \"rankvar\": 1131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 679, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1002, \"group\": [1590.0, 790.0, 195.0, 48.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAACACCCG\", \"ini\": 963, \"clust\": 768, \"rank\": 527, \"rankvar\": 587, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 680, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 790, \"group\": [768.0, 371.0, 77.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTAAGAGAG\", \"ini\": 962, \"clust\": 560, \"rank\": 714, \"rankvar\": 699, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 681, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 791, \"group\": [558.0, 296.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAGCTCCG\", \"ini\": 961, \"clust\": 571, \"rank\": 650, \"rankvar\": 572, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 682, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 792, \"group\": [572.0, 305.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTGTCCAT\", \"ini\": 960, \"clust\": 798, \"rank\": 651, \"rankvar\": 1212, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 683, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1505, \"group\": [798.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGATTA\", \"ini\": 959, \"clust\": 142, \"rank\": 694, \"rankvar\": 383, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 265, \"group\": [142.0, 72.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTGCTGTC\", \"ini\": 958, \"clust\": 917, \"rank\": 771, \"rankvar\": 132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 685, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 793, \"group\": [918.0, 441.0, 100.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTAAGTAG\", \"ini\": 957, \"clust\": 760, \"rank\": 722, \"rankvar\": 344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 686, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 794, \"group\": [763.0, 367.0, 76.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTAGGACAC\", \"ini\": 956, \"clust\": 583, \"rank\": 709, \"rankvar\": 364, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 687, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 795, \"group\": [582.0, 313.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTACGAAAT\", \"ini\": 955, \"clust\": 816, \"rank\": 597, \"rankvar\": 852, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 688, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1506, \"group\": [818.0, 393.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCGGCATC\", \"ini\": 954, \"clust\": 132, \"rank\": 679, \"rankvar\": 94, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 689, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 266, \"group\": [134.0, 64.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATAGTCA\", \"ini\": 953, \"clust\": 593, \"rank\": 677, \"rankvar\": 259, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 690, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 796, \"group\": [594.0, 319.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTTTAGGA\", \"ini\": 952, \"clust\": 97, \"rank\": 759, \"rankvar\": 159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 691, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 267, \"group\": [126.0, 56.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGTCGTC\", \"ini\": 951, \"clust\": 460, \"rank\": 635, \"rankvar\": 395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 692, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1434, \"group\": [500.0, 244.0, 54.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGAAGGACA\", \"ini\": 950, \"clust\": 301, \"rank\": 697, \"rankvar\": 191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 268, \"group\": [304.0, 139.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTGGAGA\", \"ini\": 949, \"clust\": 761, \"rank\": 768, \"rankvar\": 634, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 797, \"group\": [761.0, 366.0, 76.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGGTGGA\", \"ini\": 948, \"clust\": 299, \"rank\": 687, \"rankvar\": 15, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 269, \"group\": [300.0, 135.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGGCATG\", \"ini\": 947, \"clust\": 123, \"rank\": 811, \"rankvar\": 1154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 696, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 270, \"group\": [122.0, 53.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAATGTTGC\", \"ini\": 946, \"clust\": 591, \"rank\": 586, \"rankvar\": 246, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 798, \"group\": [592.0, 318.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCGGCA\", \"ini\": 945, \"clust\": 749, \"rank\": 674, \"rankvar\": 196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 698, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 799, \"group\": [752.0, 362.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGTACC\", \"ini\": 944, \"clust\": 1052, \"rank\": 619, \"rankvar\": 380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 271, \"group\": [1053.0, 538.0, 130.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCATTATCC\", \"ini\": 943, \"clust\": 763, \"rank\": 661, \"rankvar\": 819, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 700, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 800, \"group\": [764.0, 368.0, 77.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAGGATCGA\", \"ini\": 942, \"clust\": 296, \"rank\": 751, \"rankvar\": 368, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 701, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 272, \"group\": [297.0, 133.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTCCAGTTA\", \"ini\": 941, \"clust\": 552, \"rank\": 850, \"rankvar\": 275, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 702, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1292, \"group\": [553.0, 291.0, 70.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAGCTTCGG\", \"ini\": 940, \"clust\": 762, \"rank\": 779, \"rankvar\": 646, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 703, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 801, \"group\": [762.0, 366.0, 76.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCACCAGGC\", \"ini\": 939, \"clust\": 159, \"rank\": 676, \"rankvar\": 99, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 273, \"group\": [162.0, 86.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACACAGAGGT\", \"ini\": 938, \"clust\": 582, \"rank\": 686, \"rankvar\": 520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 705, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 802, \"group\": [584.0, 313.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGATTGCT\", \"ini\": 937, \"clust\": 172, \"rank\": 634, \"rankvar\": 57, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 706, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 274, \"group\": [176.0, 93.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCATCGTCGG\", \"ini\": 936, \"clust\": 670, \"rank\": 565, \"rankvar\": 171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 707, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 803, \"group\": [672.0, 346.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTGAATTG\", \"ini\": 935, \"clust\": 4, \"rank\": 877, \"rankvar\": 1628, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 708, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1609, \"group\": [5.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGTATCTCG\", \"ini\": 934, \"clust\": 84, \"rank\": 803, \"rankvar\": 254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 709, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 275, \"group\": [85.0, 26.0, 10.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAACGC\", \"ini\": 933, \"clust\": 117, \"rank\": 726, \"rankvar\": 1079, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 276, \"group\": [116.0, 50.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGATCCCGC\", \"ini\": 932, \"clust\": 520, \"rank\": 548, \"rankvar\": 867, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 711, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 804, \"group\": [517.0, 261.0, 62.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAAGAAAGG\", \"ini\": 931, \"clust\": 315, \"rank\": 574, \"rankvar\": 276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 712, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 805, \"group\": [318.0, 151.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTGGTTT\", \"ini\": 930, \"clust\": 86, \"rank\": 809, \"rankvar\": 409, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 277, \"group\": [89.0, 30.0, 12.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTTCAAG\", \"ini\": 929, \"clust\": 89, \"rank\": 582, \"rankvar\": 178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 278, \"group\": [90.0, 31.0, 13.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTTTCG\", \"ini\": 928, \"clust\": 577, \"rank\": 587, \"rankvar\": 167, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 715, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 806, \"group\": [577.0, 309.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGTCTAC\", \"ini\": 927, \"clust\": 103, \"rank\": 854, \"rankvar\": 330, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 716, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 279, \"group\": [105.0, 43.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTGTCCGT\", \"ini\": 926, \"clust\": 777, \"rank\": 660, \"rankvar\": 1051, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 717, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1507, \"group\": [777.0, 378.0, 79.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTATATCCG\", \"ini\": 925, \"clust\": 963, \"rank\": 812, \"rankvar\": 862, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 280, \"group\": [969.0, 478.0, 112.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGGCCT\", \"ini\": 924, \"clust\": 514, \"rank\": 575, \"rankvar\": 625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 719, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 807, \"group\": [515.0, 259.0, 61.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCACCGATAT\", \"ini\": 923, \"clust\": 158, \"rank\": 782, \"rankvar\": 423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 720, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 281, \"group\": [157.0, 83.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGCCATG\", \"ini\": 922, \"clust\": 459, \"rank\": 888, \"rankvar\": 953, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 721, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1435, \"group\": [456.0, 224.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGCTTGTC\", \"ini\": 921, \"clust\": 909, \"rank\": 867, \"rankvar\": 955, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 722, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 282, \"group\": [911.0, 434.0, 97.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGCTGATAA\", \"ini\": 920, \"clust\": 509, \"rank\": 594, \"rankvar\": 288, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 723, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 808, \"group\": [509.0, 253.0, 59.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACACATGT\", \"ini\": 919, \"clust\": 143, \"rank\": 796, \"rankvar\": 325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 724, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 283, \"group\": [143.0, 73.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACATACG\", \"ini\": 918, \"clust\": 295, \"rank\": 745, \"rankvar\": 328, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 725, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 284, \"group\": [296.0, 132.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCACCGAATT\", \"ini\": 917, \"clust\": 55, \"rank\": 822, \"rankvar\": 1403, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 726, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1610, \"group\": [55.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAATAGCGG\", \"ini\": 916, \"clust\": 130, \"rank\": 766, \"rankvar\": 308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 727, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 285, \"group\": [128.0, 58.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAGACACTT\", \"ini\": 915, \"clust\": 741, \"rank\": 710, \"rankvar\": 488, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 728, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 809, \"group\": [741.0, 357.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTTACGGAG\", \"ini\": 914, \"clust\": 751, \"rank\": 783, \"rankvar\": 777, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 729, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 810, \"group\": [751.0, 361.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGAGTTGGC\", \"ini\": 913, \"clust\": 620, \"rank\": 621, \"rankvar\": 859, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 730, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 811, \"group\": [621.0, 328.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCCCAGCT\", \"ini\": 912, \"clust\": 586, \"rank\": 743, \"rankvar\": 247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 731, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 812, \"group\": [587.0, 315.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATCAGAA\", \"ini\": 911, \"clust\": 1593, \"rank\": 829, \"rankvar\": 466, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 732, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1003, \"group\": [1596.0, 796.0, 196.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGTCGATAA\", \"ini\": 910, \"clust\": 559, \"rank\": 758, \"rankvar\": 733, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 733, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 813, \"group\": [560.0, 296.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAAGTTCTG\", \"ini\": 909, \"clust\": 1603, \"rank\": 542, \"rankvar\": 1284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 734, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1004, \"group\": [1601.0, 800.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGACTAGGC\", \"ini\": 908, \"clust\": 1043, \"rank\": 693, \"rankvar\": 856, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 735, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 423, \"group\": [1044.0, 531.0, 128.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCACGGTAAG\", \"ini\": 907, \"clust\": 599, \"rank\": 716, \"rankvar\": 309, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 736, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 814, \"group\": [599.0, 321.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCTGTAGA\", \"ini\": 906, \"clust\": 981, \"rank\": 584, \"rankvar\": 386, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 737, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 286, \"group\": [981.0, 489.0, 118.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCTTGT\", \"ini\": 905, \"clust\": 109, \"rank\": 717, \"rankvar\": 894, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 287, \"group\": [109.0, 46.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTCGCTTG\", \"ini\": 904, \"clust\": 732, \"rank\": 703, \"rankvar\": 222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 739, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 815, \"group\": [749.0, 360.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACCAACCG\", \"ini\": 903, \"clust\": 538, \"rank\": 684, \"rankvar\": 125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 740, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 816, \"group\": [539.0, 279.0, 67.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGCGCCTTG\", \"ini\": 902, \"clust\": 300, \"rank\": 734, \"rankvar\": 155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 288, \"group\": [315.0, 149.0, 34.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCCCGACTT\", \"ini\": 901, \"clust\": 754, \"rank\": 612, \"rankvar\": 358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 742, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 817, \"group\": [754.0, 363.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGCCACGCT\", \"ini\": 900, \"clust\": 572, \"rank\": 742, \"rankvar\": 158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 743, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 818, \"group\": [575.0, 307.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCCCAACC\", \"ini\": 899, \"clust\": 306, \"rank\": 775, \"rankvar\": 854, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 744, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 289, \"group\": [306.0, 141.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCGAGT\", \"ini\": 898, \"clust\": 588, \"rank\": 699, \"rankvar\": 370, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 745, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 819, \"group\": [588.0, 316.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATGTTCCC\", \"ini\": 897, \"clust\": 297, \"rank\": 774, \"rankvar\": 881, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 746, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 290, \"group\": [298.0, 133.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACAGGTTT\", \"ini\": 896, \"clust\": 553, \"rank\": 773, \"rankvar\": 323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 747, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 820, \"group\": [557.0, 295.0, 70.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCGCGCCAA\", \"ini\": 895, \"clust\": 447, \"rank\": 668, \"rankvar\": 707, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 291, \"group\": [501.0, 245.0, 55.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCAGCGCTTAT\", \"ini\": 894, \"clust\": 49, \"rank\": 765, \"rankvar\": 1572, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 749, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1611, \"group\": [54.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACCAGATT\", \"ini\": 893, \"clust\": 870, \"rank\": 739, \"rankvar\": 1182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 750, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1508, \"group\": [867.0, 406.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTATGAAAC\", \"ini\": 892, \"clust\": 152, \"rank\": 682, \"rankvar\": 177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 751, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 292, \"group\": [152.0, 79.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCCCTGACT\", \"ini\": 891, \"clust\": 91, \"rank\": 883, \"rankvar\": 780, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 293, \"group\": [92.0, 33.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGTTAGCGG\", \"ini\": 890, \"clust\": 1286, \"rank\": 802, \"rankvar\": 1112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 753, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 821, \"group\": [1287.0, 692.0, 174.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGCTAACTC\", \"ini\": 889, \"clust\": 102, \"rank\": 843, \"rankvar\": 179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 294, \"group\": [101.0, 41.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGTTACCCA\", \"ini\": 888, \"clust\": 36, \"rank\": 736, \"rankvar\": 1333, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 755, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1612, \"group\": [38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAGCGATG\", \"ini\": 887, \"clust\": 950, \"rank\": 863, \"rankvar\": 697, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 756, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1293, \"group\": [951.0, 461.0, 106.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTGGTAC\", \"ini\": 886, \"clust\": 504, \"rank\": 755, \"rankvar\": 389, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 757, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 822, \"group\": [506.0, 250.0, 58.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAGATGAGC\", \"ini\": 885, \"clust\": 85, \"rank\": 858, \"rankvar\": 626, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 295, \"group\": [86.0, 27.0, 10.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCAAAGTAG\", \"ini\": 884, \"clust\": 87, \"rank\": 814, \"rankvar\": 37, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 759, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 296, \"group\": [87.0, 28.0, 11.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTAAGCCA\", \"ini\": 883, \"clust\": 450, \"rank\": 890, \"rankvar\": 911, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 760, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1436, \"group\": [449.0, 219.0, 49.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGATGTTAG\", \"ini\": 882, \"clust\": 61, \"rank\": 865, \"rankvar\": 1537, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 761, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1613, \"group\": [60.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGCCCGAAA\", \"ini\": 881, \"clust\": 555, \"rank\": 873, \"rankvar\": 796, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 762, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 823, \"group\": [554.0, 292.0, 70.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCACAGGT\", \"ini\": 880, \"clust\": 871, \"rank\": 761, \"rankvar\": 1234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 763, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1509, \"group\": [868.0, 406.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTCCAGGA\", \"ini\": 879, \"clust\": 531, \"rank\": 706, \"rankvar\": 462, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 764, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 824, \"group\": [530.0, 271.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAAGTGCG\", \"ini\": 878, \"clust\": 966, \"rank\": 936, \"rankvar\": 534, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 765, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 297, \"group\": [965.0, 474.0, 111.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCGTAGATTAG\", \"ini\": 877, \"clust\": 1265, \"rank\": 836, \"rankvar\": 1173, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 298, \"group\": [1265.0, 680.0, 170.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCGTACGGC\", \"ini\": 876, \"clust\": 1591, \"rank\": 525, \"rankvar\": 1238, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 767, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1005, \"group\": [1591.0, 791.0, 195.0, 48.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCACGGTGTC\", \"ini\": 875, \"clust\": 134, \"rank\": 723, \"rankvar\": 244, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 299, \"group\": [133.0, 63.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCTATCCTA\", \"ini\": 874, \"clust\": 1121, \"rank\": 819, \"rankvar\": 684, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 300, \"group\": [1122.0, 594.0, 146.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCACTGGGC\", \"ini\": 873, \"clust\": 106, \"rank\": 914, \"rankvar\": 425, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 301, \"group\": [108.0, 45.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTATGAAAC\", \"ini\": 872, \"clust\": 1102, \"rank\": 899, \"rankvar\": 1381, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 302, \"group\": [1103.0, 580.0, 143.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCTTGGTC\", \"ini\": 871, \"clust\": 1051, \"rank\": 737, \"rankvar\": 252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 772, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 825, \"group\": [1054.0, 539.0, 130.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCACGTTGGC\", \"ini\": 870, \"clust\": 561, \"rank\": 825, \"rankvar\": 785, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 826, \"group\": [559.0, 296.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCCCTTA\", \"ini\": 869, \"clust\": 463, \"rank\": 789, \"rankvar\": 834, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 774, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1006, \"group\": [464.0, 231.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGACAAAGG\", \"ini\": 868, \"clust\": 135, \"rank\": 691, \"rankvar\": 497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 775, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 424, \"group\": [138.0, 68.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACTGCCAG\", \"ini\": 867, \"clust\": 1305, \"rank\": 1033, \"rankvar\": 1056, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 776, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 827, \"group\": [1309.0, 713.0, 181.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGCGTGAGT\", \"ini\": 866, \"clust\": 832, \"rank\": 750, \"rankvar\": 1244, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 777, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1510, \"group\": [829.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCGCGGATC\", \"ini\": 865, \"clust\": 617, \"rank\": 708, \"rankvar\": 878, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 778, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 828, \"group\": [617.0, 327.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGGTGCAGACA\", \"ini\": 864, \"clust\": 533, \"rank\": 790, \"rankvar\": 643, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 779, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 829, \"group\": [533.0, 273.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTAAGGGC\", \"ini\": 863, \"clust\": 1053, \"rank\": 632, \"rankvar\": 637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 780, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 425, \"group\": [1051.0, 537.0, 130.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGCGTTCCG\", \"ini\": 862, \"clust\": 154, \"rank\": 816, \"rankvar\": 320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 303, \"group\": [154.0, 81.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCATGAAC\", \"ini\": 861, \"clust\": 98, \"rank\": 862, \"rankvar\": 654, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 304, \"group\": [98.0, 39.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGCACTTCGAA\", \"ini\": 860, \"clust\": 317, \"rank\": 696, \"rankvar\": 524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 783, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1437, \"group\": [317.0, 150.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGGCATCG\", \"ini\": 859, \"clust\": 534, \"rank\": 784, \"rankvar\": 802, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 784, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 830, \"group\": [534.0, 274.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCTCCAACC\", \"ini\": 858, \"clust\": 614, \"rank\": 665, \"rankvar\": 650, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 785, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 831, \"group\": [614.0, 326.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGGGATCTG\", \"ini\": 857, \"clust\": 764, \"rank\": 740, \"rankvar\": 426, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 786, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 832, \"group\": [765.0, 368.0, 77.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGGCTCAC\", \"ini\": 856, \"clust\": 72, \"rank\": 869, \"rankvar\": 1053, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 305, \"group\": [76.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACAGTTAACC\", \"ini\": 855, \"clust\": 589, \"rank\": 788, \"rankvar\": 766, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 788, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 833, \"group\": [589.0, 316.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCAGGCGAA\", \"ini\": 854, \"clust\": 908, \"rank\": 859, \"rankvar\": 60, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 306, \"group\": [912.0, 435.0, 97.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCACAACGCC\", \"ini\": 853, \"clust\": 800, \"rank\": 678, \"rankvar\": 1448, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 790, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1511, \"group\": [797.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGCAGTTT\", \"ini\": 852, \"clust\": 517, \"rank\": 626, \"rankvar\": 740, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 791, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 834, \"group\": [521.0, 263.0, 62.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCACTCCTG\", \"ini\": 851, \"clust\": 795, \"rank\": 785, \"rankvar\": 1442, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 792, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1512, \"group\": [794.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGAAGGCCT\", \"ini\": 850, \"clust\": 858, \"rank\": 797, \"rankvar\": 1137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 793, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1513, \"group\": [857.0, 402.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCAGGCAAG\", \"ini\": 849, \"clust\": 1063, \"rank\": 756, \"rankvar\": 1022, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 794, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 426, \"group\": [1063.0, 545.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGTTGCAGG\", \"ini\": 848, \"clust\": 1054, \"rank\": 580, \"rankvar\": 1108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 795, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 427, \"group\": [1052.0, 537.0, 130.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGAAAGA\", \"ini\": 847, \"clust\": 1614, \"rank\": 647, \"rankvar\": 1335, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 796, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1007, \"group\": [1612.0, 805.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCAGATGTAAC\", \"ini\": 846, \"clust\": 784, \"rank\": 830, \"rankvar\": 1354, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 797, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1514, \"group\": [782.0, 382.0, 81.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCGGATCA\", \"ini\": 845, \"clust\": 1252, \"rank\": 846, \"rankvar\": 411, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 798, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 835, \"group\": [1252.0, 671.0, 168.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCACATTCGA\", \"ini\": 844, \"clust\": 912, \"rank\": 919, \"rankvar\": 804, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 307, \"group\": [913.0, 436.0, 98.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTAAAGTCA\", \"ini\": 843, \"clust\": 581, \"rank\": 776, \"rankvar\": 931, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 800, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 836, \"group\": [585.0, 314.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCATCGGC\", \"ini\": 842, \"clust\": 557, \"rank\": 748, \"rankvar\": 912, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 801, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 837, \"group\": [570.0, 303.0, 72.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACCCATTC\", \"ini\": 841, \"clust\": 566, \"rank\": 720, \"rankvar\": 385, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 802, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 428, \"group\": [566.0, 300.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGCTGAACG\", \"ini\": 840, \"clust\": 584, \"rank\": 757, \"rankvar\": 262, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 838, \"group\": [583.0, 313.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCGACAGCC\", \"ini\": 839, \"clust\": 1165, \"rank\": 959, \"rankvar\": 741, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 308, \"group\": [1165.0, 622.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTCAGACT\", \"ini\": 838, \"clust\": 580, \"rank\": 715, \"rankvar\": 412, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 805, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 839, \"group\": [580.0, 311.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTGGTCTCG\", \"ini\": 837, \"clust\": 861, \"rank\": 800, \"rankvar\": 1087, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 806, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1515, \"group\": [859.0, 403.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTATCGCC\", \"ini\": 836, \"clust\": 1065, \"rank\": 799, \"rankvar\": 237, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 807, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 429, \"group\": [1066.0, 546.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGATGAGAG\", \"ini\": 835, \"clust\": 873, \"rank\": 786, \"rankvar\": 1317, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 808, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1516, \"group\": [870.0, 406.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAACCAC\", \"ini\": 834, \"clust\": 952, \"rank\": 827, \"rankvar\": 248, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 809, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 840, \"group\": [955.0, 465.0, 107.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTTCGATC\", \"ini\": 833, \"clust\": 569, \"rank\": 728, \"rankvar\": 463, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 810, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 841, \"group\": [568.0, 301.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCTAAGAT\", \"ini\": 832, \"clust\": 1049, \"rank\": 639, \"rankvar\": 567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 309, \"group\": [1049.0, 535.0, 129.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTAGCAAAT\", \"ini\": 831, \"clust\": 769, \"rank\": 724, \"rankvar\": 794, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 812, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 842, \"group\": [769.0, 371.0, 77.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGATGTCT\", \"ini\": 830, \"clust\": 1246, \"rank\": 735, \"rankvar\": 753, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 813, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 843, \"group\": [1246.0, 665.0, 166.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGTAC\", \"ini\": 829, \"clust\": 1166, \"rank\": 987, \"rankvar\": 767, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 814, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 310, \"group\": [1166.0, 622.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGTTGTC\", \"ini\": 828, \"clust\": 311, \"rank\": 727, \"rankvar\": 690, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 815, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 430, \"group\": [310.0, 145.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGAGAGCTC\", \"ini\": 827, \"clust\": 462, \"rank\": 787, \"rankvar\": 682, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 816, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1438, \"group\": [461.0, 229.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAGCTCCGA\", \"ini\": 826, \"clust\": 578, \"rank\": 770, \"rankvar\": 284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 817, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 844, \"group\": [581.0, 312.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTGCGTGA\", \"ini\": 825, \"clust\": 556, \"rank\": 832, \"rankvar\": 516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 818, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 845, \"group\": [555.0, 293.0, 70.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAAGAAGC\", \"ini\": 824, \"clust\": 145, \"rank\": 753, \"rankvar\": 174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 819, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 311, \"group\": [146.0, 76.0, 26.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGCGTTTAC\", \"ini\": 823, \"clust\": 926, \"rank\": 923, \"rankvar\": 1009, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 820, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 23, \"group\": [923.0, 446.0, 103.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTAATCACC\", \"ini\": 822, \"clust\": 88, \"rank\": 880, \"rankvar\": 561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 821, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 312, \"group\": [88.0, 29.0, 11.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCGGAAATA\", \"ini\": 821, \"clust\": 766, \"rank\": 725, \"rankvar\": 492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 822, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 846, \"group\": [767.0, 370.0, 77.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTCAGAG\", \"ini\": 820, \"clust\": 542, \"rank\": 730, \"rankvar\": 319, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 823, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 847, \"group\": [543.0, 282.0, 68.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGTAGCGGT\", \"ini\": 819, \"clust\": 829, \"rank\": 777, \"rankvar\": 1166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 824, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1517, \"group\": [853.0, 400.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGTCTCCTATA\", \"ini\": 818, \"clust\": 1291, \"rank\": 848, \"rankvar\": 1065, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 825, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 848, \"group\": [1292.0, 697.0, 178.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGTATCTG\", \"ini\": 817, \"clust\": 785, \"rank\": 741, \"rankvar\": 1157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 826, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1518, \"group\": [783.0, 383.0, 81.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTGATCGG\", \"ini\": 816, \"clust\": 953, \"rank\": 927, \"rankvar\": 698, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 827, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 849, \"group\": [953.0, 463.0, 107.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTAGGGACT\", \"ini\": 815, \"clust\": 618, \"rank\": 688, \"rankvar\": 853, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 828, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 431, \"group\": [618.0, 327.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCTCTAACTGG\", \"ini\": 814, \"clust\": 587, \"rank\": 778, \"rankvar\": 897, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 829, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 850, \"group\": [590.0, 316.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTAGTTTCCTT\", \"ini\": 813, \"clust\": 792, \"rank\": 804, \"rankvar\": 1279, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 830, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1519, \"group\": [792.0, 388.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCAAG\", \"ini\": 812, \"clust\": 1064, \"rank\": 818, \"rankvar\": 685, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 831, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 432, \"group\": [1064.0, 545.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGACTCGC\", \"ini\": 811, \"clust\": 1105, \"rank\": 793, \"rankvar\": 1148, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 832, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 851, \"group\": [1108.0, 582.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAAGCCCAC\", \"ini\": 810, \"clust\": 1630, \"rank\": 492, \"rankvar\": 1397, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 833, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1008, \"group\": [1629.0, 810.0, 199.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCAATCCGAT\", \"ini\": 809, \"clust\": 1247, \"rank\": 876, \"rankvar\": 1027, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 834, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 852, \"group\": [1247.0, 666.0, 166.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCGGATCC\", \"ini\": 808, \"clust\": 58, \"rank\": 918, \"rankvar\": 1551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 835, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1614, \"group\": [58.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCCTTGTG\", \"ini\": 807, \"clust\": 933, \"rank\": 892, \"rankvar\": 1408, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 836, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 24, \"group\": [933.0, 453.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAGTGAAT\", \"ini\": 806, \"clust\": 51, \"rank\": 925, \"rankvar\": 1606, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 837, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1615, \"group\": [52.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCAATGGAGC\", \"ini\": 805, \"clust\": 503, \"rank\": 855, \"rankvar\": 435, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 838, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 853, \"group\": [507.0, 251.0, 58.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGTGTTAA\", \"ini\": 804, \"clust\": 67, \"rank\": 881, \"rankvar\": 1464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 839, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1616, \"group\": [66.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTTATTCTC\", \"ini\": 803, \"clust\": 146, \"rank\": 763, \"rankvar\": 762, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 313, \"group\": [155.0, 82.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCCGAATT\", \"ini\": 802, \"clust\": 982, \"rank\": 781, \"rankvar\": 469, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 314, \"group\": [982.0, 490.0, 118.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTACCAGTT\", \"ini\": 801, \"clust\": 833, \"rank\": 868, \"rankvar\": 1334, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 842, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1520, \"group\": [830.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCGTCACGG\", \"ini\": 800, \"clust\": 308, \"rank\": 712, \"rankvar\": 293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 843, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 315, \"group\": [308.0, 143.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAAGCCGATTT\", \"ini\": 799, \"clust\": 1601, \"rank\": 729, \"rankvar\": 734, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 844, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1009, \"group\": [1604.0, 801.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGGTGATTA\", \"ini\": 798, \"clust\": 920, \"rank\": 1008, \"rankvar\": 570, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 845, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1439, \"group\": [919.0, 442.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAATGGATA\", \"ini\": 797, \"clust\": 1249, \"rank\": 889, \"rankvar\": 215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 846, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 854, \"group\": [1250.0, 669.0, 168.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACACAGCCCA\", \"ini\": 796, \"clust\": 951, \"rank\": 1022, \"rankvar\": 739, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 847, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1294, \"group\": [952.0, 462.0, 106.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGGATGGG\", \"ini\": 795, \"clust\": 1275, \"rank\": 921, \"rankvar\": 1185, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 848, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 855, \"group\": [1275.0, 684.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAGGAACGT\", \"ini\": 794, \"clust\": 540, \"rank\": 866, \"rankvar\": 677, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 849, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 433, \"group\": [541.0, 280.0, 68.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGCCATCGC\", \"ini\": 793, \"clust\": 774, \"rank\": 871, \"rankvar\": 440, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 850, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1440, \"group\": [774.0, 375.0, 78.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTCCGTCAG\", \"ini\": 792, \"clust\": 771, \"rank\": 929, \"rankvar\": 598, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 851, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1441, \"group\": [773.0, 374.0, 78.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACAGGGATTG\", \"ini\": 791, \"clust\": 63, \"rank\": 872, \"rankvar\": 1632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 852, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1617, \"group\": [63.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTATCGCAT\", \"ini\": 790, \"clust\": 1118, \"rank\": 747, \"rankvar\": 1449, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 316, \"group\": [1119.0, 591.0, 146.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCACTAGTAC\", \"ini\": 789, \"clust\": 1060, \"rank\": 815, \"rankvar\": 958, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 854, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 434, \"group\": [1060.0, 543.0, 131.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCTTAGAGC\", \"ini\": 788, \"clust\": 1100, \"rank\": 898, \"rankvar\": 1229, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 855, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1442, \"group\": [1101.0, 578.0, 143.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCATGGAATA\", \"ini\": 787, \"clust\": 1074, \"rank\": 841, \"rankvar\": 1102, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 856, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 435, \"group\": [1074.0, 553.0, 134.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGGATGCGT\", \"ini\": 786, \"clust\": 1067, \"rank\": 767, \"rankvar\": 758, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 857, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 436, \"group\": [1068.0, 548.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTCGATAA\", \"ini\": 785, \"clust\": 521, \"rank\": 711, \"rankvar\": 1008, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 858, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 856, \"group\": [518.0, 261.0, 62.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGATATGGT\", \"ini\": 784, \"clust\": 1056, \"rank\": 791, \"rankvar\": 1116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 859, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 437, \"group\": [1057.0, 541.0, 131.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACCAACCG\", \"ini\": 783, \"clust\": 1248, \"rank\": 882, \"rankvar\": 632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 860, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 857, \"group\": [1248.0, 667.0, 166.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCGATCCCT\", \"ini\": 782, \"clust\": 1077, \"rank\": 860, \"rankvar\": 477, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 861, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 438, \"group\": [1077.0, 555.0, 134.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTTAACGA\", \"ini\": 781, \"clust\": 110, \"rank\": 834, \"rankvar\": 1018, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 317, \"group\": [110.0, 47.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTCTAGGTT\", \"ini\": 780, \"clust\": 772, \"rank\": 932, \"rankvar\": 234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 863, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1443, \"group\": [771.0, 373.0, 78.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCATTGCGA\", \"ini\": 779, \"clust\": 979, \"rank\": 852, \"rankvar\": 489, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 318, \"group\": [979.0, 487.0, 117.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAAGCGAGT\", \"ini\": 778, \"clust\": 796, \"rank\": 807, \"rankvar\": 1467, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 865, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1521, \"group\": [795.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCGTCAAA\", \"ini\": 777, \"clust\": 92, \"rank\": 878, \"rankvar\": 182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 319, \"group\": [93.0, 34.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGTTGGC\", \"ini\": 776, \"clust\": 910, \"rank\": 1057, \"rankvar\": 1520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 320, \"group\": [909.0, 433.0, 97.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGTCACAGTAC\", \"ini\": 775, \"clust\": 59, \"rank\": 993, \"rankvar\": 1581, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 868, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1618, \"group\": [61.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCAACCAAC\", \"ini\": 774, \"clust\": 1157, \"rank\": 966, \"rankvar\": 331, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 321, \"group\": [1158.0, 615.0, 152.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTGTTGTTTGG\", \"ini\": 773, \"clust\": 882, \"rank\": 840, \"rankvar\": 688, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 870, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 858, \"group\": [884.0, 417.0, 90.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCTCACCT\", \"ini\": 772, \"clust\": 787, \"rank\": 795, \"rankvar\": 1059, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 871, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1522, \"group\": [786.0, 386.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCATTGCGGC\", \"ini\": 771, \"clust\": 954, \"rank\": 967, \"rankvar\": 923, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 872, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1444, \"group\": [954.0, 464.0, 107.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCGGCGCTA\", \"ini\": 770, \"clust\": 314, \"rank\": 806, \"rankvar\": 22, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 322, \"group\": [312.0, 146.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCCGCATAA\", \"ini\": 769, \"clust\": 976, \"rank\": 817, \"rankvar\": 597, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 874, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 323, \"group\": [987.0, 495.0, 121.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCTCCCTGA\", \"ini\": 768, \"clust\": 1090, \"rank\": 875, \"rankvar\": 1484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 875, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 439, \"group\": [1090.0, 568.0, 140.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAAACGAG\", \"ini\": 767, \"clust\": 854, \"rank\": 845, \"rankvar\": 839, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 876, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1445, \"group\": [873.0, 408.0, 85.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAAGGCACATG\", \"ini\": 766, \"clust\": 865, \"rank\": 752, \"rankvar\": 1151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 877, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1523, \"group\": [872.0, 407.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCATAACCG\", \"ini\": 765, \"clust\": 510, \"rank\": 824, \"rankvar\": 316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 878, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 859, \"group\": [514.0, 258.0, 60.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACACATTTCT\", \"ini\": 764, \"clust\": 1253, \"rank\": 910, \"rankvar\": 527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 879, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 860, \"group\": [1253.0, 671.0, 168.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGTGAAAT\", \"ini\": 763, \"clust\": 1169, \"rank\": 1097, \"rankvar\": 748, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 880, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 324, \"group\": [1172.0, 627.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCATCCTAGA\", \"ini\": 762, \"clust\": 1292, \"rank\": 907, \"rankvar\": 680, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 881, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 861, \"group\": [1293.0, 698.0, 178.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCTTCGGTC\", \"ini\": 761, \"clust\": 924, \"rank\": 1010, \"rankvar\": 1206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 882, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 25, \"group\": [926.0, 448.0, 103.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTCAAGGC\", \"ini\": 760, \"clust\": 1069, \"rank\": 808, \"rankvar\": 788, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 883, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 440, \"group\": [1070.0, 549.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTCTAAACC\", \"ini\": 759, \"clust\": 1307, \"rank\": 953, \"rankvar\": 620, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 884, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 862, \"group\": [1306.0, 710.0, 181.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTTACCGAT\", \"ini\": 758, \"clust\": 543, \"rank\": 764, \"rankvar\": 311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 885, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 863, \"group\": [549.0, 287.0, 69.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATTGCCC\", \"ini\": 757, \"clust\": 869, \"rank\": 904, \"rankvar\": 1433, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 886, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1524, \"group\": [871.0, 406.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGGGTCGAT\", \"ini\": 756, \"clust\": 836, \"rank\": 851, \"rankvar\": 1620, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 887, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1525, \"group\": [832.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAGGTTTCA\", \"ini\": 755, \"clust\": 512, \"rank\": 813, \"rankvar\": 431, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 888, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 864, \"group\": [511.0, 255.0, 60.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAAAGTAG\", \"ini\": 754, \"clust\": 530, \"rank\": 831, \"rankvar\": 441, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 889, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 865, \"group\": [532.0, 272.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCCAGAGGA\", \"ini\": 753, \"clust\": 866, \"rank\": 842, \"rankvar\": 1262, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 890, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1526, \"group\": [866.0, 406.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCAGATAAG\", \"ini\": 752, \"clust\": 124, \"rank\": 1004, \"rankvar\": 418, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 325, \"group\": [124.0, 54.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCTGCTGTC\", \"ini\": 751, \"clust\": 837, \"rank\": 856, \"rankvar\": 1510, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 892, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1527, \"group\": [833.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATTACCTT\", \"ini\": 750, \"clust\": 518, \"rank\": 762, \"rankvar\": 468, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 893, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 866, \"group\": [520.0, 262.0, 62.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTACGACG\", \"ini\": 749, \"clust\": 1256, \"rank\": 1016, \"rankvar\": 825, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 894, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 867, \"group\": [1257.0, 674.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCACAGTATAAG\", \"ini\": 748, \"clust\": 1086, \"rank\": 870, \"rankvar\": 549, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 326, \"group\": [1089.0, 567.0, 139.0, 34.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAACTTGAC\", \"ini\": 747, \"clust\": 302, \"rank\": 864, \"rankvar\": 156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 896, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 327, \"group\": [303.0, 138.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCGTTACAG\", \"ini\": 746, \"clust\": 1617, \"rank\": 746, \"rankvar\": 1016, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 897, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1010, \"group\": [1618.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTATCCTA\", \"ini\": 745, \"clust\": 867, \"rank\": 835, \"rankvar\": 1061, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 898, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1528, \"group\": [864.0, 406.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGGCTAGGT\", \"ini\": 744, \"clust\": 50, \"rank\": 1040, \"rankvar\": 1583, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 899, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1619, \"group\": [53.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCCTAGGGC\", \"ini\": 743, \"clust\": 1045, \"rank\": 692, \"rankvar\": 1083, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 900, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 441, \"group\": [1046.0, 533.0, 129.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCCAGTTA\", \"ini\": 742, \"clust\": 558, \"rank\": 891, \"rankvar\": 1180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 901, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 442, \"group\": [561.0, 297.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGAAGGTGA\", \"ini\": 741, \"clust\": 1604, \"rank\": 713, \"rankvar\": 1345, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 902, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1011, \"group\": [1602.0, 800.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGCAACT\", \"ini\": 740, \"clust\": 529, \"rank\": 917, \"rankvar\": 857, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 903, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 443, \"group\": [529.0, 270.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCAAATCCGT\", \"ini\": 739, \"clust\": 1044, \"rank\": 849, \"rankvar\": 225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 328, \"group\": [1045.0, 532.0, 128.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCACCCAGTG\", \"ini\": 738, \"clust\": 955, \"rank\": 1049, \"rankvar\": 956, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 905, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1570, \"group\": [958.0, 467.0, 108.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACACGCATCG\", \"ini\": 737, \"clust\": 1284, \"rank\": 916, \"rankvar\": 1002, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 906, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 868, \"group\": [1283.0, 690.0, 173.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTGGGTATG\", \"ini\": 736, \"clust\": 93, \"rank\": 902, \"rankvar\": 756, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 907, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 329, \"group\": [97.0, 38.0, 17.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGTTGGC\", \"ini\": 735, \"clust\": 562, \"rank\": 847, \"rankvar\": 619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 908, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 869, \"group\": [564.0, 299.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCATTTCACT\", \"ini\": 734, \"clust\": 775, \"rank\": 935, \"rankvar\": 261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 909, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1446, \"group\": [775.0, 376.0, 78.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGTCAATAG\", \"ini\": 733, \"clust\": 927, \"rank\": 1036, \"rankvar\": 714, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 910, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 26, \"group\": [924.0, 446.0, 103.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGCGATATA\", \"ini\": 732, \"clust\": 911, \"rank\": 989, \"rankvar\": 592, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 911, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 330, \"group\": [910.0, 433.0, 97.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTGTTTGGT\", \"ini\": 731, \"clust\": 958, \"rank\": 1035, \"rankvar\": 800, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 912, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1447, \"group\": [959.0, 468.0, 109.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCCCGACA\", \"ini\": 730, \"clust\": 1158, \"rank\": 1051, \"rankvar\": 165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 331, \"group\": [1159.0, 616.0, 152.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGCTAGGT\", \"ini\": 729, \"clust\": 1584, \"rank\": 911, \"rankvar\": 1410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 914, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1012, \"group\": [1587.0, 787.0, 194.0, 48.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTCACAAGG\", \"ini\": 728, \"clust\": 1106, \"rank\": 941, \"rankvar\": 1190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 915, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 870, \"group\": [1107.0, 582.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCGAATGGG\", \"ini\": 727, \"clust\": 1101, \"rank\": 946, \"rankvar\": 1175, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 916, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1448, \"group\": [1102.0, 579.0, 143.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCAAGGTAA\", \"ini\": 726, \"clust\": 309, \"rank\": 887, \"rankvar\": 575, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 917, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 332, \"group\": [314.0, 148.0, 33.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCGCCTCA\", \"ini\": 725, \"clust\": 82, \"rank\": 837, \"rankvar\": 827, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 333, \"group\": [83.0, 24.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGAAAGTGG\", \"ini\": 724, \"clust\": 1047, \"rank\": 805, \"rankvar\": 537, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 919, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 444, \"group\": [1050.0, 536.0, 129.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGGTCGTC\", \"ini\": 723, \"clust\": 957, \"rank\": 1041, \"rankvar\": 721, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 334, \"group\": [957.0, 466.0, 108.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACATTCTTAC\", \"ini\": 722, \"clust\": 835, \"rank\": 826, \"rankvar\": 1531, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 921, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1529, \"group\": [834.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTATCTGCA\", \"ini\": 721, \"clust\": 519, \"rank\": 754, \"rankvar\": 430, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 922, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 871, \"group\": [519.0, 261.0, 62.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCACCGAATT\", \"ini\": 720, \"clust\": 852, \"rank\": 950, \"rankvar\": 1540, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 923, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1530, \"group\": [849.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCAAGTTAAG\", \"ini\": 719, \"clust\": 779, \"rank\": 970, \"rankvar\": 1119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 924, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1531, \"group\": [780.0, 380.0, 80.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCAGCTATTG\", \"ini\": 718, \"clust\": 52, \"rank\": 996, \"rankvar\": 1441, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 925, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1620, \"group\": [50.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCCTCAATT\", \"ini\": 717, \"clust\": 1255, \"rank\": 1020, \"rankvar\": 855, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 926, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 872, \"group\": [1256.0, 673.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCTATCCCG\", \"ini\": 716, \"clust\": 980, \"rank\": 979, \"rankvar\": 765, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 927, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 335, \"group\": [980.0, 488.0, 117.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTCATATGC\", \"ini\": 715, \"clust\": 1618, \"rank\": 744, \"rankvar\": 1327, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 928, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1013, \"group\": [1616.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCCAAGTA\", \"ini\": 714, \"clust\": 1636, \"rank\": 689, \"rankvar\": 910, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 929, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 873, \"group\": [1639.0, 820.0, 204.0, 52.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCCATGCTC\", \"ini\": 713, \"clust\": 513, \"rank\": 857, \"rankvar\": 392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 930, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 874, \"group\": [512.0, 256.0, 60.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACGCCAGT\", \"ini\": 712, \"clust\": 846, \"rank\": 1001, \"rankvar\": 1614, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 931, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1532, \"group\": [845.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGCTAAACA\", \"ini\": 711, \"clust\": 849, \"rank\": 982, \"rankvar\": 1285, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 932, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1533, \"group\": [847.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGCAGCGTA\", \"ini\": 710, \"clust\": 788, \"rank\": 810, \"rankvar\": 1030, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 933, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1534, \"group\": [787.0, 386.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCACCTCGGA\", \"ini\": 709, \"clust\": 1066, \"rank\": 971, \"rankvar\": 886, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 934, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 445, \"group\": [1067.0, 547.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTGGTCCC\", \"ini\": 708, \"clust\": 977, \"rank\": 903, \"rankvar\": 984, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 336, \"group\": [977.0, 485.0, 116.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGAACAATC\", \"ini\": 707, \"clust\": 525, \"rank\": 978, \"rankvar\": 610, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 936, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 875, \"group\": [527.0, 268.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCTACGAGT\", \"ini\": 706, \"clust\": 99, \"rank\": 995, \"rankvar\": 242, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 337, \"group\": [99.0, 40.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTTTCCTT\", \"ini\": 705, \"clust\": 507, \"rank\": 718, \"rankvar\": 947, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 938, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 876, \"group\": [510.0, 254.0, 59.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTACCTACA\", \"ini\": 704, \"clust\": 1315, \"rank\": 980, \"rankvar\": 424, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 877, \"group\": [1315.0, 718.0, 182.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTCCTCCT\", \"ini\": 703, \"clust\": 90, \"rank\": 928, \"rankvar\": 413, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 940, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 338, \"group\": [91.0, 32.0, 14.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTACCTGC\", \"ini\": 702, \"clust\": 526, \"rank\": 968, \"rankvar\": 336, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 941, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 878, \"group\": [525.0, 267.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACCAGTTA\", \"ini\": 701, \"clust\": 844, \"rank\": 976, \"rankvar\": 1466, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 942, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1535, \"group\": [852.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCATC\", \"ini\": 700, \"clust\": 1633, \"rank\": 821, \"rankvar\": 73, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 339, \"group\": [1635.0, 816.0, 202.0, 51.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTTCCCT\", \"ini\": 699, \"clust\": 915, \"rank\": 963, \"rankvar\": 954, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 944, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 340, \"group\": [916.0, 439.0, 99.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCCGT\", \"ini\": 698, \"clust\": 66, \"rank\": 1018, \"rankvar\": 1621, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 945, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1621, \"group\": [68.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAGACGTG\", \"ini\": 697, \"clust\": 1277, \"rank\": 1081, \"rankvar\": 1000, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 946, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 879, \"group\": [1279.0, 686.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCAATCCGAT\", \"ini\": 696, \"clust\": 850, \"rank\": 930, \"rankvar\": 1280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 947, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1536, \"group\": [848.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTATTCTC\", \"ini\": 695, \"clust\": 990, \"rank\": 1053, \"rankvar\": 1042, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 948, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 341, \"group\": [990.0, 497.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTGTGACCC\", \"ini\": 694, \"clust\": 563, \"rank\": 901, \"rankvar\": 781, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 949, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 880, \"group\": [562.0, 298.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCATAACCG\", \"ini\": 693, \"clust\": 505, \"rank\": 861, \"rankvar\": 291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 950, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 881, \"group\": [504.0, 248.0, 58.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTTCGAACGGA\", \"ini\": 692, \"clust\": 830, \"rank\": 991, \"rankvar\": 1090, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 951, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1537, \"group\": [838.0, 397.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTAGTTTGCGT\", \"ini\": 691, \"clust\": 1057, \"rank\": 961, \"rankvar\": 904, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 952, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 446, \"group\": [1058.0, 542.0, 131.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCATAA\", \"ini\": 690, \"clust\": 1278, \"rank\": 943, \"rankvar\": 482, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 953, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 882, \"group\": [1277.0, 685.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGAAGAAGC\", \"ini\": 689, \"clust\": 1306, \"rank\": 1038, \"rankvar\": 656, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 954, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 883, \"group\": [1308.0, 712.0, 181.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCTGGAGA\", \"ini\": 688, \"clust\": 752, \"rank\": 926, \"rankvar\": 726, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 955, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 884, \"group\": [760.0, 365.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTAGGCTGA\", \"ini\": 687, \"clust\": 5, \"rank\": 972, \"rankvar\": 1158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 956, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1622, \"group\": [6.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGTGCCAGA\", \"ini\": 686, \"clust\": 1267, \"rank\": 999, \"rankvar\": 1060, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 957, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 447, \"group\": [1267.0, 681.0, 170.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCCAGG\", \"ini\": 685, \"clust\": 34, \"rank\": 938, \"rankvar\": 1437, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 958, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1623, \"group\": [34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTACTGAC\", \"ini\": 684, \"clust\": 6, \"rank\": 951, \"rankvar\": 1362, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 959, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1624, \"group\": [7.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCATATACCG\", \"ini\": 683, \"clust\": 1083, \"rank\": 937, \"rankvar\": 245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 342, \"group\": [1086.0, 564.0, 138.0, 34.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCATACCATG\", \"ini\": 682, \"clust\": 1091, \"rank\": 948, \"rankvar\": 1058, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 961, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 343, \"group\": [1091.0, 569.0, 140.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCAATCCGAT\", \"ini\": 681, \"clust\": 43, \"rank\": 1159, \"rankvar\": 1159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 962, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1625, \"group\": [46.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGGGAAACA\", \"ini\": 680, \"clust\": 1259, \"rank\": 1014, \"rankvar\": 588, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 963, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 885, \"group\": [1259.0, 675.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGCGGTAA\", \"ini\": 679, \"clust\": 853, \"rank\": 965, \"rankvar\": 1434, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 964, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1538, \"group\": [850.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGTCTCG\", \"ini\": 678, \"clust\": 1170, \"rank\": 1217, \"rankvar\": 1254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 965, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1449, \"group\": [1170.0, 625.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCCAACTA\", \"ini\": 677, \"clust\": 567, \"rank\": 885, \"rankvar\": 120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 966, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 886, \"group\": [569.0, 302.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTGACTACT\", \"ini\": 676, \"clust\": 987, \"rank\": 1023, \"rankvar\": 898, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 344, \"group\": [988.0, 496.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAAGGAGCGTT\", \"ini\": 675, \"clust\": 532, \"rank\": 905, \"rankvar\": 507, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 968, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 887, \"group\": [531.0, 271.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAATCGGTT\", \"ini\": 674, \"clust\": 991, \"rank\": 1066, \"rankvar\": 1004, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 969, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 345, \"group\": [991.0, 497.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAAGGCCT\", \"ini\": 673, \"clust\": 70, \"rank\": 1080, \"rankvar\": 1366, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 970, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1626, \"group\": [70.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCGCGGATC\", \"ini\": 672, \"clust\": 913, \"rank\": 1065, \"rankvar\": 843, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 971, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 346, \"group\": [914.0, 437.0, 98.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCAACCATG\", \"ini\": 671, \"clust\": 1111, \"rank\": 945, \"rankvar\": 1304, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 972, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1450, \"group\": [1111.0, 583.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGTTAACGA\", \"ini\": 670, \"clust\": 1112, \"rank\": 895, \"rankvar\": 1388, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 973, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1451, \"group\": [1109.0, 583.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCCAAGTA\", \"ini\": 669, \"clust\": 68, \"rank\": 1067, \"rankvar\": 1497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 974, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1627, \"group\": [67.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATACTG\", \"ini\": 668, \"clust\": 902, \"rank\": 998, \"rankvar\": 1163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 975, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1539, \"group\": [903.0, 427.0, 94.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTCCAGTGC\", \"ini\": 667, \"clust\": 855, \"rank\": 886, \"rankvar\": 1023, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 976, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1540, \"group\": [854.0, 401.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAAGAGGA\", \"ini\": 666, \"clust\": 831, \"rank\": 974, \"rankvar\": 1242, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 977, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1541, \"group\": [831.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGCGTC\", \"ini\": 665, \"clust\": 501, \"rank\": 894, \"rankvar\": 106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 888, \"group\": [502.0, 246.0, 56.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCCTATGTT\", \"ini\": 664, \"clust\": 1279, \"rank\": 1034, \"rankvar\": 595, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 979, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 889, \"group\": [1278.0, 685.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCTTGAGAC\", \"ini\": 663, \"clust\": 125, \"rank\": 1063, \"rankvar\": 896, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 347, \"group\": [125.0, 55.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGATTGCT\", \"ini\": 662, \"clust\": 56, \"rank\": 1103, \"rankvar\": 1593, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 981, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1628, \"group\": [56.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGTCGTTTG\", \"ini\": 661, \"clust\": 1634, \"rank\": 828, \"rankvar\": 1012, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 348, \"group\": [1633.0, 814.0, 202.0, 51.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACCCTATC\", \"ini\": 660, \"clust\": 1107, \"rank\": 906, \"rankvar\": 1215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 983, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 890, \"group\": [1105.0, 582.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTTTACAC\", \"ini\": 659, \"clust\": 53, \"rank\": 1079, \"rankvar\": 1479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 984, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1629, \"group\": [51.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAGATCCAT\", \"ini\": 658, \"clust\": 515, \"rank\": 893, \"rankvar\": 562, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 985, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 891, \"group\": [516.0, 260.0, 61.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGGCTAGAC\", \"ini\": 657, \"clust\": 778, \"rank\": 977, \"rankvar\": 233, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 986, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1452, \"group\": [781.0, 381.0, 80.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTAGGGAACGG\", \"ini\": 656, \"clust\": 35, \"rank\": 969, \"rankvar\": 1425, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 987, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1630, \"group\": [35.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGGACAA\", \"ini\": 655, \"clust\": 1075, \"rank\": 964, \"rankvar\": 890, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 988, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 448, \"group\": [1075.0, 553.0, 134.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCTGTCCGT\", \"ini\": 654, \"clust\": 1301, \"rank\": 990, \"rankvar\": 41, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 989, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 892, \"group\": [1305.0, 709.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCACTCCA\", \"ini\": 653, \"clust\": 834, \"rank\": 994, \"rankvar\": 1571, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 990, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1542, \"group\": [835.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGAATGGG\", \"ini\": 652, \"clust\": 0, \"rank\": 944, \"rankvar\": 64, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 991, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 893, \"group\": [3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAATCCAAC\", \"ini\": 651, \"clust\": 506, \"rank\": 1029, \"rankvar\": 990, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 992, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 894, \"group\": [505.0, 249.0, 58.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTTGAACTC\", \"ini\": 650, \"clust\": 1288, \"rank\": 1011, \"rankvar\": 594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 993, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1453, \"group\": [1291.0, 696.0, 177.0, 44.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCTCTGCAAGT\", \"ini\": 649, \"clust\": 1266, \"rank\": 1140, \"rankvar\": 1494, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 349, \"group\": [1266.0, 680.0, 170.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCAGAGCCAA\", \"ini\": 648, \"clust\": 1586, \"rank\": 1061, \"rankvar\": 1405, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 995, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1014, \"group\": [1586.0, 786.0, 194.0, 48.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTTTGACAC\", \"ini\": 647, \"clust\": 921, \"rank\": 1220, \"rankvar\": 1536, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 996, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 27, \"group\": [920.0, 443.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTTCTGAAC\", \"ini\": 646, \"clust\": 1599, \"rank\": 981, \"rankvar\": 752, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 997, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1015, \"group\": [1599.0, 798.0, 197.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAAGAAGAG\", \"ini\": 645, \"clust\": 1615, \"rank\": 874, \"rankvar\": 1457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 998, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1016, \"group\": [1613.0, 805.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACACAACTGT\", \"ini\": 644, \"clust\": 1597, \"rank\": 952, \"rankvar\": 1165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 999, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1017, \"group\": [1597.0, 797.0, 197.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCTCTGCTG\", \"ini\": 643, \"clust\": 868, \"rank\": 957, \"rankvar\": 1127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1000, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1543, \"group\": [865.0, 406.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGGAACTGC\", \"ini\": 642, \"clust\": 1164, \"rank\": 1136, \"rankvar\": 784, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1001, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 350, \"group\": [1167.0, 622.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGTAGTGCG\", \"ini\": 641, \"clust\": 1598, \"rank\": 958, \"rankvar\": 1356, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1002, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1018, \"group\": [1598.0, 797.0, 197.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGCAAG\", \"ini\": 640, \"clust\": 773, \"rank\": 1060, \"rankvar\": 341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1003, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1454, \"group\": [772.0, 373.0, 78.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGGAAAGA\", \"ini\": 639, \"clust\": 1289, \"rank\": 1074, \"rankvar\": 475, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1004, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 895, \"group\": [1289.0, 694.0, 175.0, 44.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAAGAAGAG\", \"ini\": 638, \"clust\": 1632, \"rank\": 900, \"rankvar\": 666, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 351, \"group\": [1636.0, 817.0, 203.0, 51.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCTCAAGTG\", \"ini\": 637, \"clust\": 524, \"rank\": 984, \"rankvar\": 541, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1006, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 896, \"group\": [535.0, 275.0, 65.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTCCCTACT\", \"ini\": 636, \"clust\": 1294, \"rank\": 962, \"rankvar\": 700, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1007, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 897, \"group\": [1294.0, 699.0, 179.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCGTATT\", \"ini\": 635, \"clust\": 1612, \"rank\": 909, \"rankvar\": 970, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1008, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1019, \"group\": [1615.0, 806.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCAGTGTTG\", \"ini\": 634, \"clust\": 1641, \"rank\": 920, \"rankvar\": 743, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1009, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 898, \"group\": [1642.0, 823.0, 206.0, 52.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGGCAGTCA\", \"ini\": 633, \"clust\": 1310, \"rank\": 1107, \"rankvar\": 372, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1010, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 899, \"group\": [1310.0, 714.0, 182.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTCGTTGA\", \"ini\": 632, \"clust\": 856, \"rank\": 997, \"rankvar\": 1273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1011, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1544, \"group\": [855.0, 401.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTCGTGAT\", \"ini\": 631, \"clust\": 1592, \"rank\": 985, \"rankvar\": 846, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1012, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1020, \"group\": [1632.0, 813.0, 201.0, 50.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCGTTGCCT\", \"ini\": 630, \"clust\": 1073, \"rank\": 960, \"rankvar\": 750, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1013, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 449, \"group\": [1078.0, 556.0, 135.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACGCTC\", \"ini\": 629, \"clust\": 780, \"rank\": 1089, \"rankvar\": 988, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1014, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1545, \"group\": [778.0, 379.0, 80.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCATATGC\", \"ini\": 628, \"clust\": 1109, \"rank\": 1019, \"rankvar\": 906, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1015, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1455, \"group\": [1113.0, 585.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACCATCCT\", \"ini\": 627, \"clust\": 978, \"rank\": 1009, \"rankvar\": 902, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1016, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 352, \"group\": [978.0, 486.0, 116.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCACTCAGGC\", \"ini\": 626, \"clust\": 1244, \"rank\": 1000, \"rankvar\": 935, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1017, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 900, \"group\": [1249.0, 668.0, 167.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCACAACTGT\", \"ini\": 625, \"clust\": 83, \"rank\": 922, \"rankvar\": 913, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1018, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 353, \"group\": [84.0, 25.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTCGCTTTC\", \"ini\": 624, \"clust\": 1260, \"rank\": 1133, \"rankvar\": 618, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1019, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 901, \"group\": [1260.0, 675.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCACGAAGCA\", \"ini\": 623, \"clust\": 1250, \"rank\": 1048, \"rankvar\": 574, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1020, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 902, \"group\": [1251.0, 670.0, 168.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTAGCTCCTCT\", \"ini\": 622, \"clust\": 988, \"rank\": 1199, \"rankvar\": 1470, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 354, \"group\": [989.0, 496.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCATCC\", \"ini\": 621, \"clust\": 1093, \"rank\": 1015, \"rankvar\": 892, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1022, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 903, \"group\": [1093.0, 571.0, 141.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGAAGGCCT\", \"ini\": 620, \"clust\": 1061, \"rank\": 1002, \"rankvar\": 948, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1023, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 450, \"group\": [1061.0, 543.0, 131.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGCAACT\", \"ini\": 619, \"clust\": 875, \"rank\": 879, \"rankvar\": 661, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1024, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 904, \"group\": [875.0, 410.0, 87.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCACGAAATA\", \"ini\": 618, \"clust\": 1613, \"rank\": 924, \"rankvar\": 1270, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1025, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1021, \"group\": [1614.0, 805.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTAGCTCCG\", \"ini\": 617, \"clust\": 516, \"rank\": 954, \"rankvar\": 93, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1026, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 905, \"group\": [522.0, 264.0, 62.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACCCATTC\", \"ini\": 616, \"clust\": 1070, \"rank\": 992, \"rankvar\": 429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1027, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 451, \"group\": [1071.0, 550.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTGATGTGG\", \"ini\": 615, \"clust\": 1280, \"rank\": 1096, \"rankvar\": 571, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1028, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 906, \"group\": [1281.0, 688.0, 173.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCCCAACC\", \"ini\": 614, \"clust\": 1172, \"rank\": 1145, \"rankvar\": 51, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1029, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 355, \"group\": [1176.0, 630.0, 156.0, 38.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGGATACC\", \"ini\": 613, \"clust\": 33, \"rank\": 1076, \"rankvar\": 1232, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1030, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1631, \"group\": [41.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTACTTAC\", \"ini\": 612, \"clust\": 770, \"rank\": 896, \"rankvar\": 1239, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1031, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1546, \"group\": [874.0, 409.0, 86.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGTT\", \"ini\": 611, \"clust\": 1272, \"rank\": 1153, \"rankvar\": 1608, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1032, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 907, \"group\": [1272.0, 683.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTGTCTTT\", \"ini\": 610, \"clust\": 1094, \"rank\": 947, \"rankvar\": 442, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1033, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 908, \"group\": [1094.0, 572.0, 141.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTGCGTTA\", \"ini\": 609, \"clust\": 847, \"rank\": 1099, \"rankvar\": 1598, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1034, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1547, \"group\": [843.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAAACCTA\", \"ini\": 608, \"clust\": 1114, \"rank\": 1037, \"rankvar\": 517, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 356, \"group\": [1115.0, 587.0, 145.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTTCGGTC\", \"ini\": 607, \"clust\": 1095, \"rank\": 1088, \"rankvar\": 446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1036, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1456, \"group\": [1100.0, 577.0, 142.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCTTGCAAG\", \"ini\": 606, \"clust\": 1262, \"rank\": 1056, \"rankvar\": 277, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 909, \"group\": [1262.0, 677.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGACTTGAA\", \"ini\": 605, \"clust\": 838, \"rank\": 1118, \"rankvar\": 1243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1038, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1548, \"group\": [836.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCGGTCTAA\", \"ini\": 604, \"clust\": 989, \"rank\": 1137, \"rankvar\": 903, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 357, \"group\": [992.0, 498.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGAGTGACC\", \"ini\": 603, \"clust\": 1, \"rank\": 934, \"rankvar\": 566, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1040, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 910, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCAGTAGT\", \"ini\": 602, \"clust\": 1108, \"rank\": 1030, \"rankvar\": 1145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1041, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 911, \"group\": [1106.0, 582.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACATACTCTT\", \"ini\": 601, \"clust\": 1635, \"rank\": 884, \"rankvar\": 824, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1042, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 358, \"group\": [1634.0, 815.0, 202.0, 51.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCATGTCTT\", \"ini\": 600, \"clust\": 1046, \"rank\": 912, \"rankvar\": 814, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1043, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 452, \"group\": [1047.0, 534.0, 129.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCCCTTGT\", \"ini\": 599, \"clust\": 884, \"rank\": 975, \"rankvar\": 1177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1044, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 453, \"group\": [883.0, 416.0, 90.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAAGGCTCC\", \"ini\": 598, \"clust\": 1296, \"rank\": 1064, \"rankvar\": 367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1045, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 912, \"group\": [1299.0, 703.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGCTCCGA\", \"ini\": 597, \"clust\": 1124, \"rank\": 1115, \"rankvar\": 1046, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1046, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 913, \"group\": [1125.0, 596.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTCAATGTC\", \"ini\": 596, \"clust\": 1025, \"rank\": 931, \"rankvar\": 934, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1047, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 454, \"group\": [1025.0, 518.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAGTAGAGC\", \"ini\": 595, \"clust\": 1620, \"rank\": 838, \"rankvar\": 1543, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1048, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1022, \"group\": [1619.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACCCTCA\", \"ini\": 594, \"clust\": 1027, \"rank\": 1102, \"rankvar\": 789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1049, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 359, \"group\": [1028.0, 520.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCCGTCAG\", \"ini\": 593, \"clust\": 1316, \"rank\": 1105, \"rankvar\": 437, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1050, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 914, \"group\": [1316.0, 719.0, 182.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCGTAAGCACG\", \"ini\": 592, \"clust\": 983, \"rank\": 1006, \"rankvar\": 260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1051, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 360, \"group\": [986.0, 494.0, 120.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCTGAAAGA\", \"ini\": 591, \"clust\": 959, \"rank\": 1168, \"rankvar\": 962, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 361, \"group\": [960.0, 469.0, 109.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAGTTCATG\", \"ini\": 590, \"clust\": 1273, \"rank\": 1183, \"rankvar\": 1341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1053, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 915, \"group\": [1273.0, 684.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCACCCGAG\", \"ini\": 589, \"clust\": 1012, \"rank\": 1100, \"rankvar\": 1465, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1054, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 362, \"group\": [1013.0, 512.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCACATCTTT\", \"ini\": 588, \"clust\": 2, \"rank\": 908, \"rankvar\": 930, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1055, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 916, \"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACTGTC\", \"ini\": 587, \"clust\": 1314, \"rank\": 1124, \"rankvar\": 653, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1056, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 917, \"group\": [1317.0, 720.0, 182.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTAGCCTCG\", \"ini\": 586, \"clust\": 925, \"rank\": 1191, \"rankvar\": 1132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1057, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 28, \"group\": [925.0, 447.0, 103.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGTTACGA\", \"ini\": 585, \"clust\": 1308, \"rank\": 1167, \"rankvar\": 864, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1058, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 918, \"group\": [1307.0, 711.0, 181.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCAGGTC\", \"ini\": 584, \"clust\": 903, \"rank\": 1028, \"rankvar\": 815, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 363, \"group\": [904.0, 428.0, 94.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAAGAGGCT\", \"ini\": 583, \"clust\": 71, \"rank\": 1095, \"rankvar\": 1411, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1060, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1632, \"group\": [71.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCAAATACAG\", \"ini\": 582, \"clust\": 564, \"rank\": 1013, \"rankvar\": 709, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1061, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 919, \"group\": [563.0, 298.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCAAACGGG\", \"ini\": 581, \"clust\": 878, \"rank\": 933, \"rankvar\": 821, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1062, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 920, \"group\": [878.0, 413.0, 89.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTGTCTTCAAG\", \"ini\": 580, \"clust\": 1269, \"rank\": 1158, \"rankvar\": 1459, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1063, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 921, \"group\": [1269.0, 682.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGGAACGT\", \"ini\": 579, \"clust\": 1257, \"rank\": 1171, \"rankvar\": 851, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1064, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 922, \"group\": [1258.0, 674.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCAGTTCGCGC\", \"ini\": 578, \"clust\": 1173, \"rank\": 1146, \"rankvar\": 90, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1065, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1457, \"group\": [1175.0, 629.0, 155.0, 38.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTATATGAG\", \"ini\": 577, \"clust\": 1068, \"rank\": 1021, \"rankvar\": 943, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1066, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 455, \"group\": [1069.0, 548.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTTAAGAAC\", \"ini\": 576, \"clust\": 923, \"rank\": 1185, \"rankvar\": 1205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1067, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 29, \"group\": [927.0, 449.0, 103.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTGTTTGT\", \"ini\": 575, \"clust\": 1119, \"rank\": 1027, \"rankvar\": 928, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1068, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 364, \"group\": [1120.0, 592.0, 146.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTAGTAGTA\", \"ini\": 574, \"clust\": 985, \"rank\": 986, \"rankvar\": 521, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1069, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 365, \"group\": [983.0, 491.0, 119.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTGCACGAA\", \"ini\": 573, \"clust\": 969, \"rank\": 1032, \"rankvar\": 241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1070, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 456, \"group\": [973.0, 481.0, 113.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGCCCAC\", \"ini\": 572, \"clust\": 511, \"rank\": 983, \"rankvar\": 939, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1071, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 923, \"group\": [513.0, 257.0, 60.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATCATCCC\", \"ini\": 571, \"clust\": 522, \"rank\": 1101, \"rankvar\": 326, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1072, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 924, \"group\": [523.0, 265.0, 63.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTGATGTCT\", \"ini\": 570, \"clust\": 1071, \"rank\": 1026, \"rankvar\": 321, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1073, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 457, \"group\": [1072.0, 551.0, 133.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCCTACAGA\", \"ini\": 569, \"clust\": 1276, \"rank\": 1239, \"rankvar\": 1574, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1074, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 925, \"group\": [1276.0, 684.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCTCCGA\", \"ini\": 568, \"clust\": 1299, \"rank\": 1047, \"rankvar\": 52, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1075, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 926, \"group\": [1300.0, 704.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTGCTAGCC\", \"ini\": 567, \"clust\": 1281, \"rank\": 1116, \"rankvar\": 388, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1076, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 927, \"group\": [1282.0, 689.0, 173.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCCGTTGTC\", \"ini\": 566, \"clust\": 1283, \"rank\": 1129, \"rankvar\": 665, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1077, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 928, \"group\": [1285.0, 690.0, 173.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCACCCAGTG\", \"ini\": 565, \"clust\": 1097, \"rank\": 1073, \"rankvar\": 1161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1078, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1458, \"group\": [1098.0, 575.0, 142.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTCTCTCTG\", \"ini\": 564, \"clust\": 527, \"rank\": 1104, \"rankvar\": 895, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1079, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 929, \"group\": [526.0, 267.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGTCCCTAATT\", \"ini\": 563, \"clust\": 1116, \"rank\": 1154, \"rankvar\": 1299, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1080, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 366, \"group\": [1117.0, 589.0, 146.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTACTTAC\", \"ini\": 562, \"clust\": 1031, \"rank\": 1059, \"rankvar\": 568, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1081, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 458, \"group\": [1030.0, 522.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGACCACGA\", \"ini\": 561, \"clust\": 863, \"rank\": 1092, \"rankvar\": 1506, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1082, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1549, \"group\": [861.0, 404.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCGTATCAG\", \"ini\": 560, \"clust\": 1016, \"rank\": 1045, \"rankvar\": 806, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1083, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 459, \"group\": [1027.0, 519.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCGCATAT\", \"ini\": 559, \"clust\": 1624, \"rank\": 940, \"rankvar\": 1253, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1084, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1023, \"group\": [1623.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGCCGATTT\", \"ini\": 558, \"clust\": 974, \"rank\": 1119, \"rankvar\": 213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1085, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 930, \"group\": [974.0, 482.0, 114.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCTCAACA\", \"ini\": 557, \"clust\": 922, \"rank\": 1075, \"rankvar\": 967, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1459, \"group\": [950.0, 460.0, 105.0, 24.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCTGAA\", \"ini\": 556, \"clust\": 984, \"rank\": 1042, \"rankvar\": 949, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1087, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 367, \"group\": [985.0, 493.0, 119.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACGCACC\", \"ini\": 555, \"clust\": 1602, \"rank\": 942, \"rankvar\": 1485, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1088, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1024, \"group\": [1603.0, 800.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCCCACTTG\", \"ini\": 554, \"clust\": 65, \"rank\": 1162, \"rankvar\": 1487, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1089, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1633, \"group\": [69.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCACAAGCCC\", \"ini\": 553, \"clust\": 44, \"rank\": 1211, \"rankvar\": 1384, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1090, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1634, \"group\": [44.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTTAGGAA\", \"ini\": 552, \"clust\": 54, \"rank\": 1195, \"rankvar\": 1592, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1091, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1635, \"group\": [62.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCTCTTTA\", \"ini\": 551, \"clust\": 1285, \"rank\": 1139, \"rankvar\": 1385, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1092, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 931, \"group\": [1284.0, 690.0, 173.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGACCCACC\", \"ini\": 550, \"clust\": 1167, \"rank\": 1225, \"rankvar\": 531, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1093, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 368, \"group\": [1168.0, 623.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAGTTGCGTTA\", \"ini\": 549, \"clust\": 1162, \"rank\": 1148, \"rankvar\": 609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 369, \"group\": [1163.0, 620.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCTAGAGTC\", \"ini\": 548, \"clust\": 502, \"rank\": 915, \"rankvar\": 676, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1095, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 932, \"group\": [503.0, 247.0, 57.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCATACGCTA\", \"ini\": 547, \"clust\": 47, \"rank\": 1263, \"rankvar\": 1545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1096, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1636, \"group\": [47.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTCGCTAA\", \"ini\": 546, \"clust\": 1092, \"rank\": 1050, \"rankvar\": 1041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1097, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 933, \"group\": [1095.0, 573.0, 141.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCTGGAAC\", \"ini\": 545, \"clust\": 1059, \"rank\": 1046, \"rankvar\": 578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1098, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 460, \"group\": [1062.0, 544.0, 131.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTGTGGAG\", \"ini\": 544, \"clust\": 1297, \"rank\": 1123, \"rankvar\": 613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1099, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 934, \"group\": [1297.0, 702.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTGAACG\", \"ini\": 543, \"clust\": 1238, \"rank\": 1144, \"rankvar\": 366, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1100, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 935, \"group\": [1239.0, 659.0, 164.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCATTCTA\", \"ini\": 542, \"clust\": 1087, \"rank\": 949, \"rankvar\": 1096, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 370, \"group\": [1087.0, 565.0, 139.0, 34.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCGATATA\", \"ini\": 541, \"clust\": 874, \"rank\": 955, \"rankvar\": 727, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1102, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 936, \"group\": [877.0, 412.0, 88.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATGTCTCATCC\", \"ini\": 540, \"clust\": 1274, \"rank\": 1209, \"rankvar\": 1371, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1103, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 937, \"group\": [1274.0, 684.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCCATCGGTTA\", \"ini\": 539, \"clust\": 1113, \"rank\": 1055, \"rankvar\": 1419, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1104, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1460, \"group\": [1110.0, 583.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTCCAGTTA\", \"ini\": 538, \"clust\": 862, \"rank\": 1083, \"rankvar\": 1192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1105, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1550, \"group\": [863.0, 405.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTTCTGGTA\", \"ini\": 537, \"clust\": 1240, \"rank\": 1172, \"rankvar\": 1118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1106, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 938, \"group\": [1241.0, 661.0, 165.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAGCCTTTC\", \"ini\": 536, \"clust\": 1125, \"rank\": 1098, \"rankvar\": 1064, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1107, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 939, \"group\": [1126.0, 596.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTTCAGCGC\", \"ini\": 535, \"clust\": 1607, \"rank\": 1052, \"rankvar\": 1136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1108, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1025, \"group\": [1607.0, 803.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCTTTACAC\", \"ini\": 534, \"clust\": 1298, \"rank\": 1125, \"rankvar\": 333, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1109, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 940, \"group\": [1298.0, 702.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTAAAGTCA\", \"ini\": 533, \"clust\": 1290, \"rank\": 1111, \"rankvar\": 1111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1110, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 461, \"group\": [1290.0, 695.0, 176.0, 44.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGTTCGATC\", \"ini\": 532, \"clust\": 845, \"rank\": 1160, \"rankvar\": 1261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1111, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1551, \"group\": [846.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGGATGGAA\", \"ini\": 531, \"clust\": 1629, \"rank\": 1068, \"rankvar\": 908, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1112, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1026, \"group\": [1631.0, 812.0, 200.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTAAAGAC\", \"ini\": 530, \"clust\": 1295, \"rank\": 1087, \"rankvar\": 1086, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1113, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 941, \"group\": [1295.0, 700.0, 179.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCAATCTCT\", \"ini\": 529, \"clust\": 839, \"rank\": 1134, \"rankvar\": 1346, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1114, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1552, \"group\": [837.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGAGATGAG\", \"ini\": 528, \"clust\": 1028, \"rank\": 1093, \"rankvar\": 1129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1115, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 371, \"group\": [1029.0, 521.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGTCTTGCA\", \"ini\": 527, \"clust\": 1117, \"rank\": 1155, \"rankvar\": 1092, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 372, \"group\": [1118.0, 590.0, 146.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTCCG\", \"ini\": 526, \"clust\": 1058, \"rank\": 1078, \"rankvar\": 764, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1117, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 462, \"group\": [1059.0, 542.0, 131.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATATGC\", \"ini\": 525, \"clust\": 1609, \"rank\": 1024, \"rankvar\": 997, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1118, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1027, \"group\": [1611.0, 804.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCACCATGTA\", \"ini\": 524, \"clust\": 1078, \"rank\": 973, \"rankvar\": 966, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1119, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 463, \"group\": [1081.0, 559.0, 136.0, 33.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATGTAAG\", \"ini\": 523, \"clust\": 1021, \"rank\": 1043, \"rankvar\": 1098, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1120, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 464, \"group\": [1021.0, 518.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCCGAAGAG\", \"ini\": 522, \"clust\": 1627, \"rank\": 913, \"rankvar\": 1296, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1121, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1028, \"group\": [1625.0, 808.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACAATGTAAG\", \"ini\": 521, \"clust\": 793, \"rank\": 1025, \"rankvar\": 1406, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1122, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1553, \"group\": [793.0, 388.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCCGCGCAA\", \"ini\": 520, \"clust\": 1264, \"rank\": 1182, \"rankvar\": 999, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 373, \"group\": [1280.0, 687.0, 172.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCGCATCT\", \"ini\": 519, \"clust\": 1013, \"rank\": 1141, \"rankvar\": 860, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 374, \"group\": [1014.0, 513.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTCATCCCT\", \"ini\": 518, \"clust\": 1160, \"rank\": 1207, \"rankvar\": 712, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 375, \"group\": [1160.0, 617.0, 153.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAAAGA\", \"ini\": 517, \"clust\": 971, \"rank\": 1091, \"rankvar\": 992, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1126, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 465, \"group\": [970.0, 479.0, 113.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACACCACCAG\", \"ini\": 516, \"clust\": 1312, \"rank\": 1174, \"rankvar\": 720, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1127, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 942, \"group\": [1313.0, 716.0, 182.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTCACACGC\", \"ini\": 515, \"clust\": 1303, \"rank\": 1156, \"rankvar\": 773, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1128, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 943, \"group\": [1302.0, 706.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCATATACCG\", \"ini\": 514, \"clust\": 986, \"rank\": 1086, \"rankvar\": 322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1129, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 376, \"group\": [984.0, 492.0, 119.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTCAAAGCG\", \"ini\": 513, \"clust\": 1382, \"rank\": 1085, \"rankvar\": 1378, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1130, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 32, \"group\": [1380.0, 742.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGAGCTGCA\", \"ini\": 512, \"clust\": 972, \"rank\": 1044, \"rankvar\": 963, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1131, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 466, \"group\": [971.0, 479.0, 113.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCTAACTGG\", \"ini\": 511, \"clust\": 1622, \"rank\": 1031, \"rankvar\": 1130, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1132, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1029, \"group\": [1621.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTATAATGG\", \"ini\": 510, \"clust\": 1605, \"rank\": 1003, \"rankvar\": 1144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1133, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1030, \"group\": [1605.0, 802.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATGCCCGA\", \"ini\": 509, \"clust\": 1030, \"rank\": 1058, \"rankvar\": 1113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1134, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 467, \"group\": [1032.0, 524.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTAAGCACG\", \"ini\": 508, \"clust\": 781, \"rank\": 1193, \"rankvar\": 1150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1135, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1554, \"group\": [779.0, 379.0, 80.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAGCGAACA\", \"ini\": 507, \"clust\": 1637, \"rank\": 1007, \"rankvar\": 723, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1136, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 944, \"group\": [1637.0, 818.0, 204.0, 52.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGCCTTGAT\", \"ini\": 506, \"clust\": 864, \"rank\": 1135, \"rankvar\": 1475, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1137, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1555, \"group\": [862.0, 404.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTACGCCC\", \"ini\": 505, \"clust\": 1628, \"rank\": 988, \"rankvar\": 1561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1138, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1031, \"group\": [1626.0, 808.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCTTTACGT\", \"ini\": 504, \"clust\": 1639, \"rank\": 1072, \"rankvar\": 25, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1139, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 945, \"group\": [1640.0, 821.0, 205.0, 52.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGGCAGTA\", \"ini\": 503, \"clust\": 973, \"rank\": 1108, \"rankvar\": 460, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1140, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 946, \"group\": [976.0, 484.0, 115.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCTGTCCGT\", \"ini\": 502, \"clust\": 1242, \"rank\": 1251, \"rankvar\": 1105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1141, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 947, \"group\": [1243.0, 663.0, 165.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACGACGAA\", \"ini\": 501, \"clust\": 895, \"rank\": 1143, \"rankvar\": 1121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1142, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1556, \"group\": [902.0, 426.0, 93.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAAGGGTTCCC\", \"ini\": 500, \"clust\": 880, \"rank\": 1039, \"rankvar\": 1222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1143, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 468, \"group\": [880.0, 414.0, 89.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGATCGA\", \"ini\": 499, \"clust\": 1168, \"rank\": 1229, \"rankvar\": 706, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 377, \"group\": [1169.0, 624.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTGACTCAT\", \"ini\": 498, \"clust\": 1258, \"rank\": 1189, \"rankvar\": 942, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1145, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 948, \"group\": [1261.0, 676.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGACCCT\", \"ini\": 497, \"clust\": 1268, \"rank\": 1184, \"rankvar\": 1170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1146, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 469, \"group\": [1268.0, 681.0, 170.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCACGTCTCT\", \"ini\": 496, \"clust\": 848, \"rank\": 1161, \"rankvar\": 1575, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1147, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1557, \"group\": [844.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCCCTCTTT\", \"ini\": 495, \"clust\": 877, \"rank\": 1070, \"rankvar\": 1066, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1148, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 470, \"group\": [885.0, 418.0, 91.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATTGCT\", \"ini\": 494, \"clust\": 1161, \"rank\": 1210, \"rankvar\": 724, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 378, \"group\": [1161.0, 618.0, 153.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCATTTA\", \"ini\": 493, \"clust\": 1023, \"rank\": 1117, \"rankvar\": 879, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1150, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 471, \"group\": [1023.0, 518.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTAAAGTG\", \"ini\": 492, \"clust\": 1304, \"rank\": 1131, \"rankvar\": 157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1151, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 949, \"group\": [1303.0, 707.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATTCCTCG\", \"ini\": 491, \"clust\": 1287, \"rank\": 1082, \"rankvar\": 347, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1152, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 950, \"group\": [1288.0, 693.0, 174.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTGCAGACA\", \"ini\": 490, \"clust\": 48, \"rank\": 1307, \"rankvar\": 1523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1153, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1637, \"group\": [48.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTTTGT\", \"ini\": 489, \"clust\": 879, \"rank\": 1077, \"rankvar\": 979, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1154, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 951, \"group\": [879.0, 413.0, 89.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACAGAGGT\", \"ini\": 488, \"clust\": 1050, \"rank\": 939, \"rankvar\": 1172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1155, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 472, \"group\": [1055.0, 540.0, 130.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCACCCGAG\", \"ini\": 487, \"clust\": 1293, \"rank\": 1226, \"rankvar\": 1135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1156, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 952, \"group\": [1296.0, 701.0, 179.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCCAGTAT\", \"ini\": 486, \"clust\": 1608, \"rank\": 1062, \"rankvar\": 1324, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1157, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1032, \"group\": [1608.0, 803.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCAAGCCTA\", \"ini\": 485, \"clust\": 62, \"rank\": 1222, \"rankvar\": 1631, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1158, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1638, \"group\": [65.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTCCGCTGA\", \"ini\": 484, \"clust\": 1261, \"rank\": 1206, \"rankvar\": 555, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1159, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 953, \"group\": [1264.0, 679.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCGAGAACG\", \"ini\": 483, \"clust\": 1638, \"rank\": 956, \"rankvar\": 1251, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1160, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 954, \"group\": [1638.0, 819.0, 204.0, 52.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGACAGACC\", \"ini\": 482, \"clust\": 1313, \"rank\": 1213, \"rankvar\": 540, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1161, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 955, \"group\": [1314.0, 717.0, 182.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCGCGGTA\", \"ini\": 481, \"clust\": 523, \"rank\": 1121, \"rankvar\": 474, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 956, \"group\": [524.0, 266.0, 63.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACGGCC\", \"ini\": 480, \"clust\": 1009, \"rank\": 1126, \"rankvar\": 722, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1163, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 473, \"group\": [1012.0, 511.0, 125.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTAATCGTC\", \"ini\": 479, \"clust\": 1311, \"rank\": 1242, \"rankvar\": 450, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1164, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 957, \"group\": [1311.0, 714.0, 182.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTGCAGGTA\", \"ini\": 478, \"clust\": 918, \"rank\": 1202, \"rankvar\": 1420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1165, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1558, \"group\": [922.0, 445.0, 102.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCGGATCC\", \"ini\": 477, \"clust\": 1309, \"rank\": 1170, \"rankvar\": 8, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1166, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 958, \"group\": [1312.0, 715.0, 182.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACGAAACG\", \"ini\": 476, \"clust\": 1332, \"rank\": 1069, \"rankvar\": 1312, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1167, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 33, \"group\": [1333.0, 733.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTCGGATCC\", \"ini\": 475, \"clust\": 1110, \"rank\": 1114, \"rankvar\": 1120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1168, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1461, \"group\": [1112.0, 584.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCACTATTC\", \"ini\": 474, \"clust\": 1263, \"rank\": 1142, \"rankvar\": 509, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1169, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 959, \"group\": [1263.0, 678.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCAACACTG\", \"ini\": 473, \"clust\": 1005, \"rank\": 1128, \"rankvar\": 184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1170, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 960, \"group\": [1006.0, 506.0, 123.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTGTCAATC\", \"ini\": 472, \"clust\": 1026, \"rank\": 1109, \"rankvar\": 994, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1171, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 474, \"group\": [1026.0, 518.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATGTCCTC\", \"ini\": 471, \"clust\": 1220, \"rank\": 1300, \"rankvar\": 1074, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1172, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 30, \"group\": [1219.0, 652.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGGATGCGT\", \"ini\": 470, \"clust\": 1103, \"rank\": 1152, \"rankvar\": 1361, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1173, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1462, \"group\": [1104.0, 581.0, 143.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTACACGAAAGC\", \"ini\": 469, \"clust\": 1239, \"rank\": 1216, \"rankvar\": 472, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1174, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 961, \"group\": [1240.0, 660.0, 164.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAGCTCCG\", \"ini\": 468, \"clust\": 1221, \"rank\": 1339, \"rankvar\": 1491, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1175, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 31, \"group\": [1220.0, 652.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACATACGCCG\", \"ini\": 467, \"clust\": 45, \"rank\": 1289, \"rankvar\": 1508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1176, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1639, \"group\": [45.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCAACACAC\", \"ini\": 466, \"clust\": 851, \"rank\": 1186, \"rankvar\": 1596, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1177, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1559, \"group\": [851.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGTTCGATC\", \"ini\": 465, \"clust\": 1032, \"rank\": 1165, \"rankvar\": 929, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1178, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 475, \"group\": [1031.0, 523.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAAGCACACAG\", \"ini\": 464, \"clust\": 892, \"rank\": 1113, \"rankvar\": 1519, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1179, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 476, \"group\": [894.0, 422.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCAAGAAGT\", \"ini\": 463, \"clust\": 993, \"rank\": 1228, \"rankvar\": 172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 379, \"group\": [993.0, 499.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCAAAGTAG\", \"ini\": 462, \"clust\": 1088, \"rank\": 1163, \"rankvar\": 951, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1181, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 380, \"group\": [1088.0, 566.0, 139.0, 34.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGACGACGT\", \"ini\": 461, \"clust\": 1084, \"rank\": 1196, \"rankvar\": 1250, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 381, \"group\": [1084.0, 562.0, 138.0, 34.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAATGTAAG\", \"ini\": 460, \"clust\": 1126, \"rank\": 1231, \"rankvar\": 548, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1183, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 962, \"group\": [1127.0, 597.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGGTACCGTTA\", \"ini\": 459, \"clust\": 1302, \"rank\": 1164, \"rankvar\": 1036, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1184, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 963, \"group\": [1304.0, 708.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACATACCATG\", \"ini\": 458, \"clust\": 1642, \"rank\": 1054, \"rankvar\": 744, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1185, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 964, \"group\": [1643.0, 824.0, 207.0, 52.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAACTGGCC\", \"ini\": 457, \"clust\": 1321, \"rank\": 1205, \"rankvar\": 738, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1186, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1033, \"group\": [1325.0, 728.0, 185.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCGTAGGAG\", \"ini\": 456, \"clust\": 1039, \"rank\": 1151, \"rankvar\": 1139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1187, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 477, \"group\": [1039.0, 526.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGACGCTC\", \"ini\": 455, \"clust\": 1171, \"rank\": 1291, \"rankvar\": 1168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1463, \"group\": [1171.0, 626.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGCTAAGAT\", \"ini\": 454, \"clust\": 1081, \"rank\": 1106, \"rankvar\": 771, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1189, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 478, \"group\": [1082.0, 560.0, 137.0, 33.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTATCACG\", \"ini\": 453, \"clust\": 1019, \"rank\": 1157, \"rankvar\": 830, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1190, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 479, \"group\": [1019.0, 517.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTGTTGGGA\", \"ini\": 452, \"clust\": 1625, \"rank\": 1094, \"rankvar\": 1282, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1191, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1034, \"group\": [1624.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAGCAGTTT\", \"ini\": 451, \"clust\": 1010, \"rank\": 1071, \"rankvar\": 848, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1192, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 480, \"group\": [1010.0, 509.0, 125.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCATCACCC\", \"ini\": 450, \"clust\": 1017, \"rank\": 1120, \"rankvar\": 1034, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1193, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 481, \"group\": [1017.0, 516.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATCGATTG\", \"ini\": 449, \"clust\": 64, \"rank\": 1212, \"rankvar\": 1641, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1194, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1640, \"group\": [64.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACACCGCTAG\", \"ini\": 448, \"clust\": 1381, \"rank\": 1127, \"rankvar\": 1310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1195, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 34, \"group\": [1382.0, 742.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACTCCTG\", \"ini\": 447, \"clust\": 842, \"rank\": 1244, \"rankvar\": 1595, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1196, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1560, \"group\": [839.0, 398.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACAGACTCGC\", \"ini\": 446, \"clust\": 1159, \"rank\": 1248, \"rankvar\": 236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 382, \"group\": [1162.0, 619.0, 153.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCAATGGAGC\", \"ini\": 445, \"clust\": 1115, \"rank\": 1190, \"rankvar\": 1035, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 383, \"group\": [1116.0, 588.0, 145.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGCATGGCA\", \"ini\": 444, \"clust\": 1640, \"rank\": 1017, \"rankvar\": 793, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1199, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 965, \"group\": [1641.0, 822.0, 205.0, 52.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTACCGTAT\", \"ini\": 443, \"clust\": 1616, \"rank\": 1122, \"rankvar\": 1210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1200, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1035, \"group\": [1628.0, 809.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGCTGCAAG\", \"ini\": 442, \"clust\": 881, \"rank\": 1130, \"rankvar\": 1029, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1201, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 482, \"group\": [881.0, 415.0, 89.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGTCCCACG\", \"ini\": 441, \"clust\": 975, \"rank\": 1264, \"rankvar\": 1103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 384, \"group\": [975.0, 483.0, 114.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCACTTAAGC\", \"ini\": 440, \"clust\": 1600, \"rank\": 1175, \"rankvar\": 1080, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1203, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1261, \"group\": [1600.0, 799.0, 197.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACAGGCTGAA\", \"ini\": 439, \"clust\": 992, \"rank\": 1275, \"rankvar\": 638, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1204, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 385, \"group\": [995.0, 500.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCATCGATGAGG\", \"ini\": 438, \"clust\": 994, \"rank\": 1215, \"rankvar\": 672, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1205, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 386, \"group\": [994.0, 499.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACATGCGCAC\", \"ini\": 437, \"clust\": 1610, \"rank\": 1012, \"rankvar\": 1526, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1206, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1036, \"group\": [1609.0, 804.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACATTAGC\", \"ini\": 436, \"clust\": 1072, \"rank\": 1110, \"rankvar\": 563, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1207, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 483, \"group\": [1073.0, 552.0, 133.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCCTATGTT\", \"ini\": 435, \"clust\": 1631, \"rank\": 1090, \"rankvar\": 1221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1208, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1037, \"group\": [1630.0, 811.0, 199.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGAGCCCA\", \"ini\": 434, \"clust\": 970, \"rank\": 1194, \"rankvar\": 523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1209, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 484, \"group\": [972.0, 480.0, 113.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAGGCTGAA\", \"ini\": 433, \"clust\": 1029, \"rank\": 1235, \"rankvar\": 647, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1210, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 387, \"group\": [1043.0, 530.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCTCTCTG\", \"ini\": 432, \"clust\": 41, \"rank\": 1181, \"rankvar\": 1472, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1211, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 1262, \"group\": [42.0, 12.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCACCATCCT\", \"ini\": 431, \"clust\": 1606, \"rank\": 1138, \"rankvar\": 1260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1212, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1038, \"group\": [1606.0, 802.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGTTCCACA\", \"ini\": 430, \"clust\": 1270, \"rank\": 1302, \"rankvar\": 1584, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1213, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 966, \"group\": [1270.0, 682.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCGGATGGA\", \"ini\": 429, \"clust\": 1241, \"rank\": 1230, \"rankvar\": 844, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1214, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 967, \"group\": [1242.0, 662.0, 165.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGACATA\", \"ini\": 428, \"clust\": 1034, \"rank\": 1177, \"rankvar\": 514, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1215, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 485, \"group\": [1033.0, 525.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACACGCC\", \"ini\": 427, \"clust\": 1619, \"rank\": 1005, \"rankvar\": 1462, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1216, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1039, \"group\": [1617.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTAAGTG\", \"ini\": 426, \"clust\": 1006, \"rank\": 1204, \"rankvar\": 828, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1217, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 486, \"group\": [1007.0, 507.0, 123.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAAAGGTGC\", \"ini\": 425, \"clust\": 840, \"rank\": 1203, \"rankvar\": 1392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1218, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1561, \"group\": [842.0, 398.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGACAAG\", \"ini\": 424, \"clust\": 1098, \"rank\": 1267, \"rankvar\": 1263, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1219, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1464, \"group\": [1096.0, 574.0, 142.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTTACGGAG\", \"ini\": 423, \"clust\": 1218, \"rank\": 1265, \"rankvar\": 732, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1220, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 487, \"group\": [1238.0, 658.0, 163.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGAAACCTA\", \"ini\": 422, \"clust\": 1138, \"rank\": 1245, \"rankvar\": 1258, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1221, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 388, \"group\": [1139.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCACTTCTGC\", \"ini\": 421, \"clust\": 1018, \"rank\": 1178, \"rankvar\": 134, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1222, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 488, \"group\": [1018.0, 516.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGTCTGTCTCG\", \"ini\": 420, \"clust\": 1225, \"rank\": 1266, \"rankvar\": 408, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1223, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 968, \"group\": [1223.0, 653.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTCCGT\", \"ini\": 419, \"clust\": 996, \"rank\": 1260, \"rankvar\": 1067, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1224, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 489, \"group\": [996.0, 501.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGAACAATC\", \"ini\": 418, \"clust\": 1300, \"rank\": 1192, \"rankvar\": 118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1225, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 969, \"group\": [1301.0, 705.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTTTGCATG\", \"ini\": 417, \"clust\": 889, \"rank\": 1132, \"rankvar\": 1319, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1226, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 490, \"group\": [890.0, 421.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCATCGATG\", \"ini\": 416, \"clust\": 1096, \"rank\": 1232, \"rankvar\": 1106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1227, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1465, \"group\": [1099.0, 576.0, 142.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGCCAACAG\", \"ini\": 415, \"clust\": 1216, \"rank\": 1257, \"rankvar\": 1133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 970, \"group\": [1217.0, 650.0, 161.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGTTTACG\", \"ini\": 414, \"clust\": 1022, \"rank\": 1180, \"rankvar\": 1026, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1229, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 491, \"group\": [1022.0, 518.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCACCATAG\", \"ini\": 413, \"clust\": 1611, \"rank\": 1112, \"rankvar\": 1404, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1230, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1040, \"group\": [1610.0, 804.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCATGTCCC\", \"ini\": 412, \"clust\": 1163, \"rank\": 1319, \"rankvar\": 1416, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1231, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 389, \"group\": [1164.0, 621.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCGTCATC\", \"ini\": 411, \"clust\": 46, \"rank\": 1317, \"rankvar\": 1248, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1232, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1641, \"group\": [49.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGATGCGAC\", \"ini\": 410, \"clust\": 1568, \"rank\": 1147, \"rankvar\": 1015, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1233, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1041, \"group\": [1568.0, 773.0, 190.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTGTTCTCATT\", \"ini\": 409, \"clust\": 1319, \"rank\": 1169, \"rankvar\": 1189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1234, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 971, \"group\": [1320.0, 723.0, 184.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGTGGTCCC\", \"ini\": 408, \"clust\": 1130, \"rank\": 1271, \"rankvar\": 1055, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1235, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 972, \"group\": [1131.0, 599.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAATCACC\", \"ini\": 407, \"clust\": 995, \"rank\": 1299, \"rankvar\": 1228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1236, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 492, \"group\": [998.0, 501.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCGGTCTAA\", \"ini\": 406, \"clust\": 1024, \"rank\": 1188, \"rankvar\": 1307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1237, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 493, \"group\": [1024.0, 518.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAAGGCAGGTT\", \"ini\": 405, \"clust\": 1148, \"rank\": 1268, \"rankvar\": 893, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 390, \"group\": [1150.0, 607.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACGAAGCA\", \"ini\": 404, \"clust\": 1155, \"rank\": 1208, \"rankvar\": 1082, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1239, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 494, \"group\": [1153.0, 610.0, 149.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCCACGCAG\", \"ini\": 403, \"clust\": 1219, \"rank\": 1273, \"rankvar\": 327, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1240, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 391, \"group\": [1237.0, 657.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCAACCAA\", \"ini\": 402, \"clust\": 1085, \"rank\": 1201, \"rankvar\": 1128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 392, \"group\": [1085.0, 563.0, 138.0, 34.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCAAGCCTA\", \"ini\": 401, \"clust\": 1041, \"rank\": 1262, \"rankvar\": 926, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1242, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 495, \"group\": [1041.0, 528.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCACACCGAC\", \"ini\": 400, \"clust\": 1099, \"rank\": 1292, \"rankvar\": 882, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1243, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 393, \"group\": [1097.0, 574.0, 142.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGCTGAACG\", \"ini\": 399, \"clust\": 1572, \"rank\": 1166, \"rankvar\": 1219, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1244, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1042, \"group\": [1572.0, 775.0, 190.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAAGAAGT\", \"ini\": 398, \"clust\": 1567, \"rank\": 1259, \"rankvar\": 972, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1245, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1571, \"group\": [1574.0, 776.0, 190.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGACACTAA\", \"ini\": 397, \"clust\": 1020, \"rank\": 1278, \"rankvar\": 1208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1246, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 496, \"group\": [1020.0, 517.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCGGTTAAC\", \"ini\": 396, \"clust\": 997, \"rank\": 1288, \"rankvar\": 1091, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1247, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 497, \"group\": [997.0, 501.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCATAGCAC\", \"ini\": 395, \"clust\": 1442, \"rank\": 1084, \"rankvar\": 1591, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1248, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1043, \"group\": [1443.0, 760.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCTGTTTGT\", \"ini\": 394, \"clust\": 876, \"rank\": 1179, \"rankvar\": 1124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1249, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 498, \"group\": [876.0, 411.0, 87.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCAGACACTT\", \"ini\": 393, \"clust\": 1562, \"rank\": 1150, \"rankvar\": 1193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1250, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1044, \"group\": [1567.0, 772.0, 189.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTGAGGCTA\", \"ini\": 392, \"clust\": 1127, \"rank\": 1274, \"rankvar\": 686, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1251, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 973, \"group\": [1128.0, 597.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATACACCCATGG\", \"ini\": 391, \"clust\": 904, \"rank\": 1236, \"rankvar\": 937, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1252, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1562, \"group\": [908.0, 432.0, 96.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCATAGACTC\", \"ini\": 390, \"clust\": 1133, \"rank\": 1247, \"rankvar\": 456, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1253, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 499, \"group\": [1133.0, 601.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCTCCTC\", \"ini\": 389, \"clust\": 1282, \"rank\": 1253, \"rankvar\": 938, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1254, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 974, \"group\": [1286.0, 691.0, 173.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTAACGCGA\", \"ini\": 388, \"clust\": 1384, \"rank\": 1198, \"rankvar\": 976, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1255, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1045, \"group\": [1385.0, 744.0, 187.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACATTACGAC\", \"ini\": 387, \"clust\": 1003, \"rank\": 1234, \"rankvar\": 941, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1256, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 500, \"group\": [1003.0, 504.0, 123.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTTGTCC\", \"ini\": 386, \"clust\": 1621, \"rank\": 1149, \"rankvar\": 1562, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1257, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1046, \"group\": [1620.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGAGTAGA\", \"ini\": 385, \"clust\": 1136, \"rank\": 1308, \"rankvar\": 1276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1258, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 501, \"group\": [1135.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAAGGTCATCT\", \"ini\": 384, \"clust\": 1191, \"rank\": 1336, \"rankvar\": 876, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1259, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 502, \"group\": [1196.0, 641.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCGCTAGCG\", \"ini\": 383, \"clust\": 1183, \"rank\": 1295, \"rankvar\": 1300, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1260, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 975, \"group\": [1183.0, 635.0, 159.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGGGCTCTC\", \"ini\": 382, \"clust\": 1182, \"rank\": 1330, \"rankvar\": 1331, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1261, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 976, \"group\": [1188.0, 637.0, 159.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTGTAATGA\", \"ini\": 381, \"clust\": 1570, \"rank\": 1240, \"rankvar\": 1174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1262, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1047, \"group\": [1570.0, 774.0, 190.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACAGCAG\", \"ini\": 380, \"clust\": 905, \"rank\": 1249, \"rankvar\": 1007, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1263, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1563, \"group\": [907.0, 431.0, 95.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGTTTAGG\", \"ini\": 379, \"clust\": 1104, \"rank\": 1241, \"rankvar\": 1314, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1264, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1466, \"group\": [1114.0, 586.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTATCTG\", \"ini\": 378, \"clust\": 1217, \"rank\": 1318, \"rankvar\": 636, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 394, \"group\": [1218.0, 651.0, 161.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGCGAAA\", \"ini\": 377, \"clust\": 1320, \"rank\": 1261, \"rankvar\": 438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1266, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 977, \"group\": [1321.0, 724.0, 184.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAAGGTGA\", \"ini\": 376, \"clust\": 1552, \"rank\": 1223, \"rankvar\": 965, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1267, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1048, \"group\": [1553.0, 765.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCACTGGG\", \"ini\": 375, \"clust\": 1153, \"rank\": 1187, \"rankvar\": 1048, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1268, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 978, \"group\": [1156.0, 613.0, 150.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTAAAGA\", \"ini\": 374, \"clust\": 1128, \"rank\": 1313, \"rankvar\": 1355, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1269, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 979, \"group\": [1129.0, 598.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCACACGC\", \"ini\": 373, \"clust\": 1007, \"rank\": 1200, \"rankvar\": 621, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1270, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 503, \"group\": [1008.0, 508.0, 124.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAATTCCTT\", \"ini\": 372, \"clust\": 1079, \"rank\": 1221, \"rankvar\": 1052, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1271, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 504, \"group\": [1079.0, 557.0, 136.0, 33.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATGGATGG\", \"ini\": 371, \"clust\": 1002, \"rank\": 1176, \"rankvar\": 668, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1272, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 505, \"group\": [1005.0, 505.0, 123.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTATGGTTC\", \"ini\": 370, \"clust\": 893, \"rank\": 1243, \"rankvar\": 1224, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1273, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 506, \"group\": [892.0, 422.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTTCAGTAC\", \"ini\": 369, \"clust\": 1042, \"rank\": 1315, \"rankvar\": 582, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1274, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 395, \"group\": [1042.0, 529.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGTTACAG\", \"ini\": 368, \"clust\": 1174, \"rank\": 1324, \"rankvar\": 1045, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1275, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 980, \"group\": [1173.0, 628.0, 155.0, 38.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCAGAGCTT\", \"ini\": 367, \"clust\": 1011, \"rank\": 1197, \"rankvar\": 977, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1276, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 507, \"group\": [1011.0, 510.0, 125.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCTGCCCA\", \"ini\": 366, \"clust\": 894, \"rank\": 1237, \"rankvar\": 1486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1277, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 508, \"group\": [893.0, 422.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTCTGCTG\", \"ini\": 365, \"clust\": 1122, \"rank\": 1218, \"rankvar\": 1352, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1278, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 509, \"group\": [1123.0, 595.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTAGTGCG\", \"ini\": 364, \"clust\": 1089, \"rank\": 1254, \"rankvar\": 1259, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1279, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 510, \"group\": [1092.0, 570.0, 140.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAGTAGAGC\", \"ini\": 363, \"clust\": 906, \"rank\": 1281, \"rankvar\": 50, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 396, \"group\": [905.0, 429.0, 95.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAGTGAGA\", \"ini\": 362, \"clust\": 1014, \"rank\": 1280, \"rankvar\": 1399, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1281, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 511, \"group\": [1015.0, 514.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTGTCTCA\", \"ini\": 361, \"clust\": 1337, \"rank\": 1246, \"rankvar\": 1390, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1282, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 35, \"group\": [1338.0, 735.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAAGCGGT\", \"ini\": 360, \"clust\": 1317, \"rank\": 1233, \"rankvar\": 529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1283, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 981, \"group\": [1318.0, 721.0, 183.0, 46.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCTTGCGG\", \"ini\": 359, \"clust\": 1325, \"rank\": 1224, \"rankvar\": 921, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1284, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 36, \"group\": [1326.0, 729.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGCTCCTTC\", \"ini\": 358, \"clust\": 1040, \"rank\": 1290, \"rankvar\": 863, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1285, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 512, \"group\": [1040.0, 527.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTGGTAACG\", \"ini\": 357, \"clust\": 1123, \"rank\": 1286, \"rankvar\": 1264, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1286, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 513, \"group\": [1124.0, 595.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCATGCCTTC\", \"ini\": 356, \"clust\": 1383, \"rank\": 1255, \"rankvar\": 1555, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1287, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 37, \"group\": [1381.0, 742.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGGGAACGG\", \"ini\": 355, \"clust\": 900, \"rank\": 1341, \"rankvar\": 1201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1288, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1564, \"group\": [898.0, 424.0, 93.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCATCACGAT\", \"ini\": 354, \"clust\": 1355, \"rank\": 1238, \"rankvar\": 1565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1289, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 38, \"group\": [1355.0, 739.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTACCGAGA\", \"ini\": 353, \"clust\": 1139, \"rank\": 1303, \"rankvar\": 1187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1290, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 514, \"group\": [1137.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAATT\", \"ini\": 352, \"clust\": 1623, \"rank\": 1219, \"rankvar\": 1453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1291, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1049, \"group\": [1622.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGTGCAAGC\", \"ini\": 351, \"clust\": 1176, \"rank\": 1329, \"rankvar\": 603, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 397, \"group\": [1179.0, 632.0, 157.0, 39.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGAAAGAG\", \"ini\": 350, \"clust\": 1132, \"rank\": 1256, \"rankvar\": 873, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1293, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 515, \"group\": [1152.0, 609.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCGATCCCT\", \"ini\": 349, \"clust\": 1004, \"rank\": 1279, \"rankvar\": 1093, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1294, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 516, \"group\": [1004.0, 504.0, 123.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATTCCTGC\", \"ini\": 348, \"clust\": 1445, \"rank\": 1173, \"rankvar\": 1424, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1295, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1050, \"group\": [1445.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTTTAAGCC\", \"ini\": 347, \"clust\": 1385, \"rank\": 1285, \"rankvar\": 760, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1296, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1051, \"group\": [1386.0, 745.0, 187.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCACTTAAGC\", \"ini\": 346, \"clust\": 896, \"rank\": 1347, \"rankvar\": 918, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1297, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1565, \"group\": [896.0, 423.0, 93.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGAGCTGGT\", \"ini\": 345, \"clust\": 1338, \"rank\": 1214, \"rankvar\": 1602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1298, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 39, \"group\": [1339.0, 735.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCCTCAGT\", \"ini\": 344, \"clust\": 1444, \"rank\": 1227, \"rankvar\": 1360, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1299, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1052, \"group\": [1447.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGATCCCGC\", \"ini\": 343, \"clust\": 1554, \"rank\": 1277, \"rankvar\": 708, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1300, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 982, \"group\": [1555.0, 766.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTAGGCGATAC\", \"ini\": 342, \"clust\": 1131, \"rank\": 1320, \"rankvar\": 1003, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1301, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 983, \"group\": [1132.0, 600.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCGGCCGAT\", \"ini\": 341, \"clust\": 1035, \"rank\": 1294, \"rankvar\": 644, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1302, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 517, \"group\": [1034.0, 525.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGGCTACGA\", \"ini\": 340, \"clust\": 1189, \"rank\": 1345, \"rankvar\": 816, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 398, \"group\": [1189.0, 638.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTACCGTAT\", \"ini\": 339, \"clust\": 1449, \"rank\": 1287, \"rankvar\": 1321, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1304, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1053, \"group\": [1452.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATGCTGGC\", \"ini\": 338, \"clust\": 1015, \"rank\": 1272, \"rankvar\": 1006, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1305, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 518, \"group\": [1016.0, 515.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGGTCAT\", \"ini\": 337, \"clust\": 1037, \"rank\": 1298, \"rankvar\": 1140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1306, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 519, \"group\": [1036.0, 525.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCGGCACT\", \"ini\": 336, \"clust\": 1334, \"rank\": 1270, \"rankvar\": 1305, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1307, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 40, \"group\": [1337.0, 734.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCCAAACTG\", \"ini\": 335, \"clust\": 1380, \"rank\": 1269, \"rankvar\": 1181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1308, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 41, \"group\": [1383.0, 742.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCAGGCGAA\", \"ini\": 334, \"clust\": 1145, \"rank\": 1325, \"rankvar\": 969, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1309, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 520, \"group\": [1146.0, 605.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGGTGACCA\", \"ini\": 333, \"clust\": 1135, \"rank\": 1310, \"rankvar\": 786, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1310, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 399, \"group\": [1151.0, 608.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGCTTCGG\", \"ini\": 332, \"clust\": 1582, \"rank\": 1305, \"rankvar\": 3, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1311, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 984, \"group\": [1581.0, 782.0, 192.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTATCAAACGGG\", \"ini\": 331, \"clust\": 1452, \"rank\": 1283, \"rankvar\": 1313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1312, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1054, \"group\": [1457.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGATTCT\", \"ini\": 330, \"clust\": 1143, \"rank\": 1354, \"rankvar\": 983, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1313, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 521, \"group\": [1140.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCCAGTACACT\", \"ini\": 329, \"clust\": 1226, \"rank\": 1381, \"rankvar\": 805, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1314, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 985, \"group\": [1224.0, 653.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAATCACAC\", \"ini\": 328, \"clust\": 1190, \"rank\": 1376, \"rankvar\": 715, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 400, \"group\": [1190.0, 638.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAGGTTCT\", \"ini\": 327, \"clust\": 1196, \"rank\": 1374, \"rankvar\": 271, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1316, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 401, \"group\": [1202.0, 644.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGGGTGTTG\", \"ini\": 326, \"clust\": 1328, \"rank\": 1321, \"rankvar\": 1429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1317, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 42, \"group\": [1331.0, 731.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGTGTGGT\", \"ini\": 325, \"clust\": 1033, \"rank\": 1309, \"rankvar\": 1332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1318, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 522, \"group\": [1035.0, 525.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTAACGCGA\", \"ini\": 324, \"clust\": 1180, \"rank\": 1323, \"rankvar\": 1099, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 402, \"group\": [1180.0, 633.0, 158.0, 39.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTGGCGTG\", \"ini\": 323, \"clust\": 1177, \"rank\": 1332, \"rankvar\": 1031, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 403, \"group\": [1177.0, 631.0, 157.0, 39.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAGTTTACG\", \"ini\": 322, \"clust\": 1222, \"rank\": 1393, \"rankvar\": 1040, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1321, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 986, \"group\": [1221.0, 652.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGAATAGGG\", \"ini\": 321, \"clust\": 1134, \"rank\": 1338, \"rankvar\": 986, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1322, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 523, \"group\": [1134.0, 602.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACATCCA\", \"ini\": 320, \"clust\": 890, \"rank\": 1252, \"rankvar\": 1225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1323, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 524, \"group\": [891.0, 421.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCCTAGGGC\", \"ini\": 319, \"clust\": 1197, \"rank\": 1360, \"rankvar\": 393, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1324, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 525, \"group\": [1201.0, 643.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCATCACAAC\", \"ini\": 318, \"clust\": 1038, \"rank\": 1333, \"rankvar\": 1164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1325, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 526, \"group\": [1037.0, 525.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTAACGGT\", \"ini\": 317, \"clust\": 1236, \"rank\": 1379, \"rankvar\": 915, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 404, \"group\": [1234.0, 655.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCGTCCA\", \"ini\": 316, \"clust\": 1152, \"rank\": 1331, \"rankvar\": 754, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 405, \"group\": [1157.0, 614.0, 151.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGAGGTACC\", \"ini\": 315, \"clust\": 841, \"rank\": 1365, \"rankvar\": 1500, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1328, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1566, \"group\": [841.0, 398.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAGTTTACG\", \"ini\": 314, \"clust\": 1194, \"rank\": 1372, \"rankvar\": 585, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1329, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 527, \"group\": [1194.0, 640.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGCAGACTG\", \"ini\": 313, \"clust\": 891, \"rank\": 1301, \"rankvar\": 1458, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1330, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 528, \"group\": [895.0, 422.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAGTAACGG\", \"ini\": 312, \"clust\": 1008, \"rank\": 1326, \"rankvar\": 770, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1331, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 529, \"group\": [1009.0, 508.0, 124.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCTGCCCTA\", \"ini\": 311, \"clust\": 1129, \"rank\": 1362, \"rankvar\": 1176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1332, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 987, \"group\": [1130.0, 598.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCTACTATC\", \"ini\": 310, \"clust\": 1327, \"rank\": 1297, \"rankvar\": 1639, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1333, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 43, \"group\": [1332.0, 732.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGCTCAGA\", \"ini\": 309, \"clust\": 1237, \"rank\": 1378, \"rankvar\": 769, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 406, \"group\": [1235.0, 655.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTGCACTTA\", \"ini\": 308, \"clust\": 1357, \"rank\": 1293, \"rankvar\": 1600, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1335, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 44, \"group\": [1359.0, 740.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTGTGTGCCTG\", \"ini\": 307, \"clust\": 1580, \"rank\": 1314, \"rankvar\": 742, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 988, \"group\": [1584.0, 785.0, 193.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCAACAACCT\", \"ini\": 306, \"clust\": 1335, \"rank\": 1312, \"rankvar\": 1498, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1337, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 45, \"group\": [1335.0, 734.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGGCACTA\", \"ini\": 305, \"clust\": 1569, \"rank\": 1296, \"rankvar\": 1153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1338, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1055, \"group\": [1569.0, 773.0, 190.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCACAACGCC\", \"ini\": 304, \"clust\": 1571, \"rank\": 1337, \"rankvar\": 1255, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1339, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1056, \"group\": [1571.0, 774.0, 190.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTACGCGA\", \"ini\": 303, \"clust\": 1080, \"rank\": 1304, \"rankvar\": 959, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1340, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 530, \"group\": [1080.0, 558.0, 136.0, 33.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCGTCTCCACT\", \"ini\": 302, \"clust\": 1560, \"rank\": 1258, \"rankvar\": 1156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1341, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1190, \"group\": [1561.0, 769.0, 189.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGTACAA\", \"ini\": 301, \"clust\": 1082, \"rank\": 1322, \"rankvar\": 310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1342, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 531, \"group\": [1083.0, 561.0, 137.0, 33.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACAAAGCGGT\", \"ini\": 300, \"clust\": 1565, \"rank\": 1250, \"rankvar\": 1495, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1343, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1057, \"group\": [1565.0, 771.0, 189.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCGCAGGCT\", \"ini\": 299, \"clust\": 1333, \"rank\": 1328, \"rankvar\": 1309, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1344, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 46, \"group\": [1334.0, 733.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGAGGGATA\", \"ini\": 298, \"clust\": 1137, \"rank\": 1401, \"rankvar\": 1286, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1345, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 989, \"group\": [1136.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGCGACAT\", \"ini\": 297, \"clust\": 1142, \"rank\": 1368, \"rankvar\": 1306, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1346, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 532, \"group\": [1142.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCACTATCTT\", \"ini\": 296, \"clust\": 1365, \"rank\": 1356, \"rankvar\": 1033, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1347, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 47, \"group\": [1368.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAATCACAC\", \"ini\": 295, \"clust\": 1356, \"rank\": 1335, \"rankvar\": 1337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1348, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 48, \"group\": [1356.0, 739.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTGTGTAAGTA\", \"ini\": 294, \"clust\": 1524, \"rank\": 1349, \"rankvar\": 1340, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1349, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1058, \"group\": [1525.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTACAGACG\", \"ini\": 293, \"clust\": 1188, \"rank\": 1402, \"rankvar\": 729, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1350, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 407, \"group\": [1191.0, 639.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCCCTCAGT\", \"ini\": 292, \"clust\": 1141, \"rank\": 1399, \"rankvar\": 1257, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1351, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 533, \"group\": [1143.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGATGGGTC\", \"ini\": 291, \"clust\": 1175, \"rank\": 1446, \"rankvar\": 1422, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1352, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 408, \"group\": [1174.0, 628.0, 155.0, 38.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATATGGTC\", \"ini\": 290, \"clust\": 1200, \"rank\": 1421, \"rankvar\": 888, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1353, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 534, \"group\": [1197.0, 642.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATCTACGA\", \"ini\": 289, \"clust\": 1224, \"rank\": 1418, \"rankvar\": 746, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1354, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 990, \"group\": [1225.0, 653.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTAGCCA\", \"ini\": 288, \"clust\": 1472, \"rank\": 1386, \"rankvar\": 1094, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1355, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1059, \"group\": [1472.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTAGGCTGA\", \"ini\": 287, \"clust\": 1205, \"rank\": 1387, \"rankvar\": 1281, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 409, \"group\": [1205.0, 646.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGCTTG\", \"ini\": 286, \"clust\": 1149, \"rank\": 1425, \"rankvar\": 1178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 410, \"group\": [1149.0, 606.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATGTAAG\", \"ini\": 285, \"clust\": 1206, \"rank\": 1408, \"rankvar\": 772, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 411, \"group\": [1206.0, 646.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGGATACC\", \"ini\": 284, \"clust\": 1228, \"rank\": 1438, \"rankvar\": 845, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1359, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 991, \"group\": [1226.0, 654.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCAACCAA\", \"ini\": 283, \"clust\": 1227, \"rank\": 1440, \"rankvar\": 1202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 412, \"group\": [1236.0, 656.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGACAGGT\", \"ini\": 282, \"clust\": 1525, \"rank\": 1366, \"rankvar\": 1431, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1361, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1060, \"group\": [1526.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGCGAGT\", \"ini\": 281, \"clust\": 1573, \"rank\": 1311, \"rankvar\": 1326, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1362, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1061, \"group\": [1573.0, 775.0, 190.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCACCGTC\", \"ini\": 280, \"clust\": 1234, \"rank\": 1410, \"rankvar\": 484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1363, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 992, \"group\": [1232.0, 655.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTAGCTCCG\", \"ini\": 279, \"clust\": 1195, \"rank\": 1404, \"rankvar\": 847, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1364, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 535, \"group\": [1195.0, 640.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTCCCTGA\", \"ini\": 278, \"clust\": 1000, \"rank\": 1433, \"rankvar\": 1535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1365, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 536, \"group\": [999.0, 502.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCATCGACGC\", \"ini\": 277, \"clust\": 843, \"rank\": 1388, \"rankvar\": 1414, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1366, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1567, \"group\": [840.0, 398.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAACTGCTA\", \"ini\": 276, \"clust\": 1358, \"rank\": 1276, \"rankvar\": 1525, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1367, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1236, \"group\": [1357.0, 740.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGAACAATC\", \"ini\": 275, \"clust\": 1439, \"rank\": 1316, \"rankvar\": 1597, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1368, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1062, \"group\": [1441.0, 759.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGCACCGTC\", \"ini\": 274, \"clust\": 1387, \"rank\": 1424, \"rankvar\": 810, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1369, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1063, \"group\": [1387.0, 746.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGTTACAG\", \"ini\": 273, \"clust\": 1144, \"rank\": 1382, \"rankvar\": 1245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1370, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 537, \"group\": [1141.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATCCAAC\", \"ini\": 272, \"clust\": 1512, \"rank\": 1348, \"rankvar\": 1468, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1371, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1064, \"group\": [1513.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCCCAAGTA\", \"ini\": 271, \"clust\": 1376, \"rank\": 1358, \"rankvar\": 1558, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1372, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 49, \"group\": [1378.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCATGCAAC\", \"ini\": 270, \"clust\": 907, \"rank\": 1363, \"rankvar\": 747, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1373, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1568, \"group\": [906.0, 430.0, 95.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTACTTAC\", \"ini\": 269, \"clust\": 1438, \"rank\": 1355, \"rankvar\": 1599, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1374, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1065, \"group\": [1442.0, 759.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGCACCGTC\", \"ini\": 268, \"clust\": 1323, \"rank\": 1353, \"rankvar\": 1507, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1375, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 50, \"group\": [1322.0, 725.0, 185.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTATTCTC\", \"ini\": 267, \"clust\": 998, \"rank\": 1342, \"rankvar\": 978, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1376, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 538, \"group\": [1002.0, 503.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCGAGCCCA\", \"ini\": 266, \"clust\": 1453, \"rank\": 1327, \"rankvar\": 1461, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1377, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1066, \"group\": [1453.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGATCGGGT\", \"ini\": 265, \"clust\": 1214, \"rank\": 1413, \"rankvar\": 940, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1378, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 539, \"group\": [1214.0, 649.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTTGTACAC\", \"ini\": 264, \"clust\": 1574, \"rank\": 1390, \"rankvar\": 1057, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1379, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 540, \"group\": [1575.0, 777.0, 191.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAATCGAAA\", \"ini\": 263, \"clust\": 897, \"rank\": 1383, \"rankvar\": 812, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1380, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 541, \"group\": [897.0, 423.0, 93.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGTGCCTG\", \"ini\": 262, \"clust\": 1243, \"rank\": 1447, \"rankvar\": 1627, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1381, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 542, \"group\": [1244.0, 664.0, 165.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACGACGT\", \"ini\": 261, \"clust\": 898, \"rank\": 1411, \"rankvar\": 850, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1382, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 543, \"group\": [901.0, 425.0, 93.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTTCTCATT\", \"ini\": 260, \"clust\": 1318, \"rank\": 1359, \"rankvar\": 1032, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1383, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1237, \"group\": [1319.0, 722.0, 183.0, 46.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATGTCCC\", \"ini\": 259, \"clust\": 1036, \"rank\": 1392, \"rankvar\": 1186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1384, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 544, \"group\": [1038.0, 525.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTCAAGTG\", \"ini\": 258, \"clust\": 1150, \"rank\": 1463, \"rankvar\": 1141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 413, \"group\": [1147.0, 606.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCAGAGGGATA\", \"ini\": 257, \"clust\": 1186, \"rank\": 1436, \"rankvar\": 1518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1386, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 545, \"group\": [1185.0, 636.0, 159.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTAGCCTAT\", \"ini\": 256, \"clust\": 1450, \"rank\": 1343, \"rankvar\": 1320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1387, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1067, \"group\": [1450.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGTTAGCGG\", \"ini\": 255, \"clust\": 1451, \"rank\": 1340, \"rankvar\": 1351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1388, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1068, \"group\": [1451.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGCACACGCTG\", \"ini\": 254, \"clust\": 1140, \"rank\": 1377, \"rankvar\": 1477, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1389, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 546, \"group\": [1138.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCAGAAGG\", \"ini\": 253, \"clust\": 1364, \"rank\": 1367, \"rankvar\": 1230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1390, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 51, \"group\": [1369.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACACTGCCAG\", \"ini\": 252, \"clust\": 1322, \"rank\": 1437, \"rankvar\": 1380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1391, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 52, \"group\": [1324.0, 727.0, 185.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGACTGTAA\", \"ini\": 251, \"clust\": 1443, \"rank\": 1282, \"rankvar\": 1633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1392, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1069, \"group\": [1444.0, 760.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTGAGGTG\", \"ini\": 250, \"clust\": 1514, \"rank\": 1344, \"rankvar\": 1383, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1393, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1070, \"group\": [1515.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCAGTAAGAT\", \"ini\": 249, \"clust\": 1154, \"rank\": 1351, \"rankvar\": 1021, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1394, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 414, \"group\": [1155.0, 612.0, 149.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCACCCTATC\", \"ini\": 248, \"clust\": 1362, \"rank\": 1396, \"rankvar\": 1534, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1395, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 53, \"group\": [1362.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCCTCGCAT\", \"ini\": 247, \"clust\": 885, \"rank\": 1397, \"rankvar\": 1134, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1396, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 547, \"group\": [889.0, 420.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGACGAT\", \"ini\": 246, \"clust\": 1156, \"rank\": 1364, \"rankvar\": 1293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1397, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 993, \"group\": [1154.0, 611.0, 149.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGTGGTAAT\", \"ini\": 245, \"clust\": 1563, \"rank\": 1284, \"rankvar\": 1451, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1398, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1191, \"group\": [1563.0, 771.0, 189.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTTCTGGTA\", \"ini\": 244, \"clust\": 42, \"rank\": 1391, \"rankvar\": 1625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1399, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1642, \"group\": [43.0, 12.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGAAGGTTT\", \"ini\": 243, \"clust\": 901, \"rank\": 1497, \"rankvar\": 1398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1400, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1569, \"group\": [899.0, 424.0, 93.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCAAGCTGGA\", \"ini\": 242, \"clust\": 1519, \"rank\": 1357, \"rankvar\": 1587, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1401, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1071, \"group\": [1520.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGCAAAGGTGC\", \"ini\": 241, \"clust\": 1199, \"rank\": 1459, \"rankvar\": 611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1402, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 548, \"group\": [1199.0, 642.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGGTCCC\", \"ini\": 240, \"clust\": 887, \"rank\": 1369, \"rankvar\": 835, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1403, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 549, \"group\": [886.0, 419.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCTAACTC\", \"ini\": 239, \"clust\": 1211, \"rank\": 1423, \"rankvar\": 833, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1404, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 550, \"group\": [1212.0, 648.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGTGCC\", \"ini\": 238, \"clust\": 1564, \"rank\": 1334, \"rankvar\": 1268, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1405, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1192, \"group\": [1564.0, 771.0, 189.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATAGAAAC\", \"ini\": 237, \"clust\": 1184, \"rank\": 1395, \"rankvar\": 1343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1406, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 551, \"group\": [1184.0, 635.0, 159.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTGGACGT\", \"ini\": 236, \"clust\": 1465, \"rank\": 1384, \"rankvar\": 1218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1407, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1072, \"group\": [1474.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATGAGCGA\", \"ini\": 235, \"clust\": 886, \"rank\": 1406, \"rankvar\": 1358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1408, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 552, \"group\": [888.0, 419.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTGATACG\", \"ini\": 234, \"clust\": 1326, \"rank\": 1350, \"rankvar\": 1200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1409, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 54, \"group\": [1327.0, 730.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGGTGTTG\", \"ini\": 233, \"clust\": 1455, \"rank\": 1375, \"rankvar\": 1068, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1410, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1073, \"group\": [1455.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCACCGCTAG\", \"ini\": 232, \"clust\": 1520, \"rank\": 1371, \"rankvar\": 1456, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1411, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1074, \"group\": [1521.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCTGTGCAA\", \"ini\": 231, \"clust\": 1454, \"rank\": 1361, \"rankvar\": 1379, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1412, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1075, \"group\": [1454.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTTGAC\", \"ini\": 230, \"clust\": 1212, \"rank\": 1453, \"rankvar\": 822, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1413, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 553, \"group\": [1213.0, 648.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTATCCAGATCA\", \"ini\": 229, \"clust\": 1330, \"rank\": 1416, \"rankvar\": 1237, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1414, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 55, \"group\": [1328.0, 731.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTCATCCCT\", \"ini\": 228, \"clust\": 1178, \"rank\": 1461, \"rankvar\": 681, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1415, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 415, \"group\": [1178.0, 631.0, 157.0, 39.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACTTACGA\", \"ini\": 227, \"clust\": 1480, \"rank\": 1389, \"rankvar\": 1294, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1416, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1076, \"group\": [1482.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCCGCCTA\", \"ini\": 226, \"clust\": 1487, \"rank\": 1373, \"rankvar\": 1573, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1417, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1077, \"group\": [1488.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATCCCGC\", \"ini\": 225, \"clust\": 1329, \"rank\": 1450, \"rankvar\": 1538, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1418, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 56, \"group\": [1330.0, 731.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCAAACCAC\", \"ini\": 224, \"clust\": 1477, \"rank\": 1380, \"rankvar\": 993, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1419, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1078, \"group\": [1477.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCTGCT\", \"ini\": 223, \"clust\": 1204, \"rank\": 1465, \"rankvar\": 1207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1420, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 554, \"group\": [1207.0, 646.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACACTGCG\", \"ini\": 222, \"clust\": 1359, \"rank\": 1306, \"rankvar\": 1623, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1421, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1238, \"group\": [1358.0, 740.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTCAGGACA\", \"ini\": 221, \"clust\": 1566, \"rank\": 1352, \"rankvar\": 1559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1422, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1079, \"group\": [1566.0, 771.0, 189.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTACACCT\", \"ini\": 220, \"clust\": 1331, \"rank\": 1439, \"rankvar\": 1512, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1423, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 57, \"group\": [1329.0, 731.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCTCGTTTA\", \"ini\": 219, \"clust\": 1360, \"rank\": 1472, \"rankvar\": 1469, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1424, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 58, \"group\": [1360.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTTGACAC\", \"ini\": 218, \"clust\": 1202, \"rank\": 1442, \"rankvar\": 996, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1425, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 555, \"group\": [1203.0, 645.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTAGGTT\", \"ini\": 217, \"clust\": 1324, \"rank\": 1398, \"rankvar\": 1241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1426, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1080, \"group\": [1323.0, 726.0, 185.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAGACAAAT\", \"ini\": 216, \"clust\": 1201, \"rank\": 1487, \"rankvar\": 465, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1427, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 556, \"group\": [1198.0, 642.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCCTCAATT\", \"ini\": 215, \"clust\": 1215, \"rank\": 1471, \"rankvar\": 1126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1428, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 557, \"group\": [1215.0, 649.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCACGACG\", \"ini\": 214, \"clust\": 1446, \"rank\": 1346, \"rankvar\": 1607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1429, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1081, \"group\": [1446.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATGCCTAA\", \"ini\": 213, \"clust\": 1474, \"rank\": 1385, \"rankvar\": 1443, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1430, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1082, \"group\": [1475.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGTCTTGCA\", \"ini\": 212, \"clust\": 1447, \"rank\": 1370, \"rankvar\": 1402, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1431, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1083, \"group\": [1448.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGCAGGTA\", \"ini\": 211, \"clust\": 888, \"rank\": 1452, \"rankvar\": 1394, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1432, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 558, \"group\": [887.0, 419.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTAGAGTC\", \"ini\": 210, \"clust\": 1386, \"rank\": 1430, \"rankvar\": 1075, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1433, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1084, \"group\": [1389.0, 748.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGTCTAT\", \"ini\": 209, \"clust\": 1179, \"rank\": 1490, \"rankvar\": 1516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1434, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 416, \"group\": [1182.0, 634.0, 158.0, 39.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGAGCTGCA\", \"ini\": 208, \"clust\": 899, \"rank\": 1481, \"rankvar\": 1455, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1435, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 559, \"group\": [900.0, 424.0, 93.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGTCTTGTATC\", \"ini\": 207, \"clust\": 1513, \"rank\": 1422, \"rankvar\": 1502, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1436, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1085, \"group\": [1514.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACACGAAACG\", \"ini\": 206, \"clust\": 1553, \"rank\": 1426, \"rankvar\": 1527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1437, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1086, \"group\": [1554.0, 765.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCGATAGC\", \"ini\": 205, \"clust\": 1404, \"rank\": 1419, \"rankvar\": 768, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1438, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1193, \"group\": [1405.0, 754.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAGGGTATG\", \"ini\": 204, \"clust\": 1521, \"rank\": 1394, \"rankvar\": 1365, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1439, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1087, \"group\": [1524.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCTGCAC\", \"ini\": 203, \"clust\": 1432, \"rank\": 1414, \"rankvar\": 478, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1440, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1194, \"group\": [1438.0, 758.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTCAGACT\", \"ini\": 202, \"clust\": 1001, \"rank\": 1491, \"rankvar\": 1568, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1441, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 560, \"group\": [1000.0, 502.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCAAAGTCAA\", \"ini\": 201, \"clust\": 1527, \"rank\": 1400, \"rankvar\": 1391, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1442, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1088, \"group\": [1527.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTTAGCGG\", \"ini\": 200, \"clust\": 1373, \"rank\": 1444, \"rankvar\": 1636, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1443, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 59, \"group\": [1372.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTTGATTGC\", \"ini\": 199, \"clust\": 1374, \"rank\": 1409, \"rankvar\": 1609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1444, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 60, \"group\": [1373.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGTTCATG\", \"ini\": 198, \"clust\": 1460, \"rank\": 1428, \"rankvar\": 952, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1445, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1089, \"group\": [1461.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGGAGGTA\", \"ini\": 197, \"clust\": 1388, \"rank\": 1431, \"rankvar\": 1213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1446, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1195, \"group\": [1388.0, 747.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGCTGAG\", \"ini\": 196, \"clust\": 1470, \"rank\": 1470, \"rankvar\": 1155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1447, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1090, \"group\": [1469.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGTTGGC\", \"ini\": 195, \"clust\": 1151, \"rank\": 1502, \"rankvar\": 1395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1448, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 561, \"group\": [1148.0, 606.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGACACTAA\", \"ini\": 194, \"clust\": 1354, \"rank\": 1415, \"rankvar\": 1463, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1449, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1239, \"group\": [1384.0, 743.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCCTCCAT\", \"ini\": 193, \"clust\": 1456, \"rank\": 1403, \"rankvar\": 1532, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1450, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1091, \"group\": [1456.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACTCCTG\", \"ini\": 192, \"clust\": 1475, \"rank\": 1407, \"rankvar\": 1480, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1451, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1092, \"group\": [1476.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGGCAGTCA\", \"ini\": 191, \"clust\": 1476, \"rank\": 1435, \"rankvar\": 924, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1452, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1093, \"group\": [1479.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTACAGACG\", \"ini\": 190, \"clust\": 1368, \"rank\": 1462, \"rankvar\": 1567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1453, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 61, \"group\": [1366.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGGACAA\", \"ini\": 189, \"clust\": 1370, \"rank\": 1432, \"rankvar\": 1515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1454, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 62, \"group\": [1370.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCATGGGAAC\", \"ini\": 188, \"clust\": 1361, \"rank\": 1513, \"rankvar\": 1566, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1455, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 63, \"group\": [1361.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATAGGATA\", \"ini\": 187, \"clust\": 1481, \"rank\": 1427, \"rankvar\": 1269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1456, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1094, \"group\": [1480.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGTTTGT\", \"ini\": 186, \"clust\": 999, \"rank\": 1485, \"rankvar\": 1438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1457, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 562, \"group\": [1001.0, 502.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACAGATGAGC\", \"ini\": 185, \"clust\": 1534, \"rank\": 1457, \"rankvar\": 1203, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1458, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1095, \"group\": [1537.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCTCTGAGA\", \"ini\": 184, \"clust\": 1583, \"rank\": 1417, \"rankvar\": 622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1459, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 563, \"group\": [1582.0, 783.0, 192.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTTCGAATC\", \"ini\": 183, \"clust\": 1463, \"rank\": 1476, \"rankvar\": 980, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1460, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1096, \"group\": [1463.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCTCCAT\", \"ini\": 182, \"clust\": 1399, \"rank\": 1496, \"rankvar\": 1199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1461, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1097, \"group\": [1400.0, 751.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAGAAGC\", \"ini\": 181, \"clust\": 1490, \"rank\": 1441, \"rankvar\": 1439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1462, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1098, \"group\": [1492.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCACGGTGTC\", \"ini\": 180, \"clust\": 1223, \"rank\": 1579, \"rankvar\": 1585, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 417, \"group\": [1222.0, 652.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCAATGGACG\", \"ini\": 179, \"clust\": 1366, \"rank\": 1478, \"rankvar\": 1231, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1464, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 64, \"group\": [1364.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTCAAACTC\", \"ini\": 178, \"clust\": 1448, \"rank\": 1412, \"rankvar\": 1349, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1465, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1099, \"group\": [1449.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGCGATAGC\", \"ini\": 177, \"clust\": 1181, \"rank\": 1504, \"rankvar\": 1542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1466, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 418, \"group\": [1181.0, 633.0, 158.0, 39.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTACGCACC\", \"ini\": 176, \"clust\": 1372, \"rank\": 1486, \"rankvar\": 1588, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1467, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 65, \"group\": [1374.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTATATGAG\", \"ini\": 175, \"clust\": 1192, \"rank\": 1545, \"rankvar\": 1081, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1468, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 564, \"group\": [1192.0, 640.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTTGTTTC\", \"ini\": 174, \"clust\": 1469, \"rank\": 1448, \"rankvar\": 1301, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1469, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1100, \"group\": [1471.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGGTTCGGGCT\", \"ini\": 173, \"clust\": 1464, \"rank\": 1464, \"rankvar\": 1097, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1470, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1101, \"group\": [1464.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTGTGACCC\", \"ini\": 172, \"clust\": 1401, \"rank\": 1434, \"rankvar\": 1311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1471, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1102, \"group\": [1404.0, 753.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTACGTAA\", \"ini\": 171, \"clust\": 1473, \"rank\": 1460, \"rankvar\": 1318, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1472, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1103, \"group\": [1473.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTTCACGGC\", \"ini\": 170, \"clust\": 1198, \"rank\": 1531, \"rankvar\": 1501, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1473, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 565, \"group\": [1200.0, 642.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCAAGGCTT\", \"ini\": 169, \"clust\": 1458, \"rank\": 1484, \"rankvar\": 1038, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1474, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1104, \"group\": [1458.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCATCGGCGGTT\", \"ini\": 168, \"clust\": 1187, \"rank\": 1542, \"rankvar\": 1450, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1475, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 566, \"group\": [1186.0, 636.0, 159.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTCGGGTCT\", \"ini\": 167, \"clust\": 1561, \"rank\": 1405, \"rankvar\": 1277, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1476, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1196, \"group\": [1562.0, 770.0, 189.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTCTGCGGT\", \"ini\": 166, \"clust\": 1471, \"rank\": 1466, \"rankvar\": 1364, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1477, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1105, \"group\": [1470.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCTGCGGT\", \"ini\": 165, \"clust\": 1363, \"rank\": 1479, \"rankvar\": 1413, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1478, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 66, \"group\": [1363.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAGGTTTC\", \"ini\": 164, \"clust\": 1146, \"rank\": 1512, \"rankvar\": 1025, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1479, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 567, \"group\": [1144.0, 604.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGCCCGAAA\", \"ini\": 163, \"clust\": 1522, \"rank\": 1429, \"rankvar\": 1554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1480, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1106, \"group\": [1522.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCTGTAT\", \"ini\": 162, \"clust\": 1185, \"rank\": 1507, \"rankvar\": 1123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1481, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 568, \"group\": [1187.0, 636.0, 159.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGACAGACC\", \"ini\": 161, \"clust\": 1517, \"rank\": 1458, \"rankvar\": 1521, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1482, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1107, \"group\": [1517.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCGAATGGG\", \"ini\": 160, \"clust\": 1478, \"rank\": 1477, \"rankvar\": 1204, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1483, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1108, \"group\": [1478.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCGCATAT\", \"ini\": 159, \"clust\": 1494, \"rank\": 1493, \"rankvar\": 1426, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1484, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1109, \"group\": [1494.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCGGCGCAT\", \"ini\": 158, \"clust\": 1529, \"rank\": 1467, \"rankvar\": 1274, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1485, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1110, \"group\": [1529.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCAGCTGTAT\", \"ini\": 157, \"clust\": 1482, \"rank\": 1456, \"rankvar\": 1289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1486, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1111, \"group\": [1481.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCAGCTTAG\", \"ini\": 156, \"clust\": 1393, \"rank\": 1521, \"rankvar\": 916, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1487, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1112, \"group\": [1396.0, 750.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGCTAACTC\", \"ini\": 155, \"clust\": 1336, \"rank\": 1468, \"rankvar\": 1499, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1488, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1240, \"group\": [1336.0, 734.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTCCAACTA\", \"ini\": 154, \"clust\": 1203, \"rank\": 1499, \"rankvar\": 1084, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1489, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 569, \"group\": [1204.0, 645.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTACGCCC\", \"ini\": 153, \"clust\": 1147, \"rank\": 1530, \"rankvar\": 1256, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1490, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 994, \"group\": [1145.0, 604.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCTGCCAGG\", \"ini\": 152, \"clust\": 1523, \"rank\": 1443, \"rankvar\": 1482, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1491, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1113, \"group\": [1523.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTTACGA\", \"ini\": 151, \"clust\": 1501, \"rank\": 1455, \"rankvar\": 1440, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1492, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1114, \"group\": [1501.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAAGATGTTAG\", \"ini\": 150, \"clust\": 1440, \"rank\": 1451, \"rankvar\": 1619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1493, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1115, \"group\": [1439.0, 759.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAAGAGGCT\", \"ini\": 149, \"clust\": 1526, \"rank\": 1445, \"rankvar\": 1634, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1494, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1116, \"group\": [1534.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCTTAGAGC\", \"ini\": 148, \"clust\": 1581, \"rank\": 1475, \"rankvar\": 763, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1495, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1197, \"group\": [1583.0, 784.0, 192.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGTAGATGT\", \"ini\": 147, \"clust\": 1340, \"rank\": 1454, \"rankvar\": 1563, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1496, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1241, \"group\": [1340.0, 736.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGTCTTGCA\", \"ini\": 146, \"clust\": 1507, \"rank\": 1492, \"rankvar\": 1393, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1497, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1117, \"group\": [1503.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAACGATGG\", \"ini\": 145, \"clust\": 1515, \"rank\": 1449, \"rankvar\": 1556, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1498, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1118, \"group\": [1516.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAACGCGA\", \"ini\": 144, \"clust\": 1558, \"rank\": 1420, \"rankvar\": 1387, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1499, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1119, \"group\": [1559.0, 768.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAAGCGAGT\", \"ini\": 143, \"clust\": 1518, \"rank\": 1474, \"rankvar\": 1546, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1500, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1120, \"group\": [1518.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGGACGAAA\", \"ini\": 142, \"clust\": 1479, \"rank\": 1469, \"rankvar\": 1541, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1501, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1121, \"group\": [1483.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTGGTTCC\", \"ini\": 141, \"clust\": 1535, \"rank\": 1498, \"rankvar\": 1481, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1502, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1122, \"group\": [1535.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAGCGATCC\", \"ini\": 140, \"clust\": 1213, \"rank\": 1511, \"rankvar\": 1146, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1503, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 570, \"group\": [1216.0, 649.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACTGGG\", \"ini\": 139, \"clust\": 1543, \"rank\": 1529, \"rankvar\": 1368, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1504, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1123, \"group\": [1543.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGTCGTAGGTT\", \"ini\": 138, \"clust\": 1461, \"rank\": 1516, \"rankvar\": 975, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1505, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1124, \"group\": [1462.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTTCAACT\", \"ini\": 137, \"clust\": 1549, \"rank\": 1508, \"rankvar\": 1265, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1506, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1125, \"group\": [1552.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCATCATTC\", \"ini\": 136, \"clust\": 1550, \"rank\": 1494, \"rankvar\": 1579, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1507, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1126, \"group\": [1550.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGCACGCCT\", \"ini\": 135, \"clust\": 1500, \"rank\": 1522, \"rankvar\": 1430, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1508, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1127, \"group\": [1512.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCGATTGT\", \"ini\": 134, \"clust\": 1462, \"rank\": 1506, \"rankvar\": 900, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1509, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1128, \"group\": [1465.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTTGACTG\", \"ini\": 133, \"clust\": 1466, \"rank\": 1523, \"rankvar\": 1028, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1510, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1129, \"group\": [1468.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTAAGTTCC\", \"ini\": 132, \"clust\": 1339, \"rank\": 1489, \"rankvar\": 1353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1511, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1242, \"group\": [1354.0, 738.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGATGGAA\", \"ini\": 131, \"clust\": 1509, \"rank\": 1501, \"rankvar\": 1489, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1512, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1130, \"group\": [1511.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTGGGTCAA\", \"ini\": 130, \"clust\": 1577, \"rank\": 1518, \"rankvar\": 831, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1513, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1198, \"group\": [1579.0, 780.0, 191.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCAAACTG\", \"ini\": 129, \"clust\": 1435, \"rank\": 1480, \"rankvar\": 1316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1514, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1199, \"group\": [1437.0, 758.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATCCAAC\", \"ini\": 128, \"clust\": 1556, \"rank\": 1510, \"rankvar\": 1444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1515, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1131, \"group\": [1557.0, 767.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGAGTACAT\", \"ini\": 127, \"clust\": 1559, \"rank\": 1473, \"rankvar\": 1400, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1516, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1200, \"group\": [1560.0, 768.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGGCAAAGA\", \"ini\": 126, \"clust\": 1551, \"rank\": 1505, \"rankvar\": 1476, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1517, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1132, \"group\": [1551.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGTCAATAG\", \"ini\": 125, \"clust\": 1528, \"rank\": 1488, \"rankvar\": 1216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1518, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1133, \"group\": [1528.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCGAATGCT\", \"ini\": 124, \"clust\": 1488, \"rank\": 1482, \"rankvar\": 1586, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1519, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1134, \"group\": [1489.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCATTCACT\", \"ini\": 123, \"clust\": 1544, \"rank\": 1536, \"rankvar\": 1267, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1520, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1135, \"group\": [1544.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACCCATTC\", \"ini\": 122, \"clust\": 1485, \"rank\": 1483, \"rankvar\": 1594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1521, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1136, \"group\": [1486.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCTCAGT\", \"ini\": 121, \"clust\": 1377, \"rank\": 1527, \"rankvar\": 1569, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1522, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 67, \"group\": [1377.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGAGCCAA\", \"ini\": 120, \"clust\": 1467, \"rank\": 1553, \"rankvar\": 1283, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1523, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1137, \"group\": [1466.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTGACAG\", \"ini\": 119, \"clust\": 1378, \"rank\": 1520, \"rankvar\": 1638, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1524, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 68, \"group\": [1375.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCGGCGCTA\", \"ini\": 118, \"clust\": 1379, \"rank\": 1519, \"rankvar\": 1640, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1525, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 69, \"group\": [1376.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCTGGTGTA\", \"ini\": 117, \"clust\": 1504, \"rank\": 1525, \"rankvar\": 1493, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1526, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1138, \"group\": [1507.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCCAATT\", \"ini\": 116, \"clust\": 1547, \"rank\": 1526, \"rankvar\": 1513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1527, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1139, \"group\": [1546.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACAGTGAGTG\", \"ini\": 115, \"clust\": 1421, \"rank\": 1495, \"rankvar\": 1339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1528, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1201, \"group\": [1428.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATTGCGGC\", \"ini\": 114, \"clust\": 1576, \"rank\": 1528, \"rankvar\": 1110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1529, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1202, \"group\": [1580.0, 781.0, 191.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTCGCATCG\", \"ini\": 113, \"clust\": 1207, \"rank\": 1547, \"rankvar\": 1288, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1530, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 571, \"group\": [1208.0, 647.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTCCTGCTT\", \"ini\": 112, \"clust\": 1459, \"rank\": 1552, \"rankvar\": 1162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1531, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1140, \"group\": [1459.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACCCACC\", \"ini\": 111, \"clust\": 1532, \"rank\": 1514, \"rankvar\": 1415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1532, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1141, \"group\": [1531.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACCATTCCTGC\", \"ini\": 110, \"clust\": 1555, \"rank\": 1500, \"rankvar\": 1303, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1533, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1203, \"group\": [1556.0, 766.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACGAAGCA\", \"ini\": 109, \"clust\": 1389, \"rank\": 1562, \"rankvar\": 1223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1534, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1243, \"group\": [1390.0, 749.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGACAGGAACGT\", \"ini\": 108, \"clust\": 1502, \"rank\": 1517, \"rankvar\": 1447, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1535, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1142, \"group\": [1502.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCTAGGGC\", \"ini\": 107, \"clust\": 1410, \"rank\": 1509, \"rankvar\": 1167, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1536, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1204, \"group\": [1412.0, 755.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACTCGGGAGTA\", \"ini\": 106, \"clust\": 1208, \"rank\": 1569, \"rankvar\": 1078, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1537, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 572, \"group\": [1209.0, 647.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACATTCCTGC\", \"ini\": 105, \"clust\": 1505, \"rank\": 1533, \"rankvar\": 1547, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1538, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1143, \"group\": [1506.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTTCGAGA\", \"ini\": 104, \"clust\": 1229, \"rank\": 1621, \"rankvar\": 1496, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 419, \"group\": [1227.0, 654.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACCTTTG\", \"ini\": 103, \"clust\": 1348, \"rank\": 1541, \"rankvar\": 1291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1540, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1144, \"group\": [1349.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTGCCTTGG\", \"ini\": 102, \"clust\": 1468, \"rank\": 1560, \"rankvar\": 1171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1541, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1145, \"group\": [1467.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGACTTGAA\", \"ini\": 101, \"clust\": 1540, \"rank\": 1543, \"rankvar\": 1517, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1542, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1146, \"group\": [1540.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTCTCAACA\", \"ini\": 100, \"clust\": 1235, \"rank\": 1610, \"rankvar\": 1359, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1543, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 573, \"group\": [1233.0, 655.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCAACGCTA\", \"ini\": 99, \"clust\": 1457, \"rank\": 1550, \"rankvar\": 1446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1544, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1147, \"group\": [1460.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGGCT\", \"ini\": 98, \"clust\": 1352, \"rank\": 1532, \"rankvar\": 1047, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1545, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1244, \"group\": [1350.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCTGCGACG\", \"ini\": 97, \"clust\": 1416, \"rank\": 1524, \"rankvar\": 1297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1546, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1205, \"group\": [1419.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTCCTTC\", \"ini\": 96, \"clust\": 1575, \"rank\": 1554, \"rankvar\": 1564, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1547, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1245, \"group\": [1576.0, 778.0, 191.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGGTGCAAC\", \"ini\": 95, \"clust\": 1533, \"rank\": 1540, \"rankvar\": 1578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1548, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1148, \"group\": [1532.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGATAGGAG\", \"ini\": 94, \"clust\": 1341, \"rank\": 1503, \"rankvar\": 1560, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1549, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1246, \"group\": [1341.0, 736.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCAGGA\", \"ini\": 93, \"clust\": 1441, \"rank\": 1515, \"rankvar\": 1603, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1550, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1149, \"group\": [1440.0, 759.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGATATACG\", \"ini\": 92, \"clust\": 1413, \"rank\": 1551, \"rankvar\": 675, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1551, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1206, \"group\": [1416.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTTGATTCG\", \"ini\": 91, \"clust\": 1411, \"rank\": 1534, \"rankvar\": 964, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1552, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1207, \"group\": [1410.0, 755.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCACCAGTTA\", \"ini\": 90, \"clust\": 1506, \"rank\": 1561, \"rankvar\": 1604, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1553, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1150, \"group\": [1505.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCACCCGAG\", \"ini\": 89, \"clust\": 1557, \"rank\": 1539, \"rankvar\": 1418, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1554, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1151, \"group\": [1558.0, 767.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTCCAGTAT\", \"ini\": 88, \"clust\": 1344, \"rank\": 1576, \"rankvar\": 289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1555, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1247, \"group\": [1346.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAATGGAAT\", \"ini\": 87, \"clust\": 1369, \"rank\": 1557, \"rankvar\": 1580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1556, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 70, \"group\": [1367.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGTACGCGA\", \"ini\": 86, \"clust\": 1436, \"rank\": 1537, \"rankvar\": 1344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1557, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1208, \"group\": [1435.0, 758.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTCCTG\", \"ini\": 85, \"clust\": 1417, \"rank\": 1544, \"rankvar\": 1220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1558, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1209, \"group\": [1417.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCTGTTCA\", \"ini\": 84, \"clust\": 1430, \"rank\": 1549, \"rankvar\": 1117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1559, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1152, \"group\": [1431.0, 757.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTCCGAAGA\", \"ini\": 83, \"clust\": 1419, \"rank\": 1535, \"rankvar\": 1195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1560, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1210, \"group\": [1420.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTACAAGTA\", \"ini\": 82, \"clust\": 1495, \"rank\": 1573, \"rankvar\": 1601, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1561, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1153, \"group\": [1495.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCATCGATG\", \"ini\": 81, \"clust\": 1193, \"rank\": 1614, \"rankvar\": 1417, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1562, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 574, \"group\": [1193.0, 640.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGGTACAGACG\", \"ini\": 80, \"clust\": 1402, \"rank\": 1571, \"rankvar\": 1169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1563, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1154, \"group\": [1402.0, 753.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTCATCCA\", \"ini\": 79, \"clust\": 1493, \"rank\": 1586, \"rankvar\": 1427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1564, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1155, \"group\": [1500.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCTTGACGA\", \"ini\": 78, \"clust\": 1433, \"rank\": 1548, \"rankvar\": 1435, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1565, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1211, \"group\": [1433.0, 758.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTCTCTG\", \"ini\": 77, \"clust\": 1508, \"rank\": 1585, \"rankvar\": 1553, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1566, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1156, \"group\": [1504.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGCGATA\", \"ini\": 76, \"clust\": 1403, \"rank\": 1574, \"rankvar\": 1292, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1567, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1212, \"group\": [1403.0, 753.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATAGTCA\", \"ini\": 75, \"clust\": 1510, \"rank\": 1566, \"rankvar\": 1452, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1568, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1157, \"group\": [1509.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGCGCTTG\", \"ini\": 74, \"clust\": 1375, \"rank\": 1546, \"rankvar\": 1616, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1569, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1248, \"group\": [1379.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACATCACGAT\", \"ini\": 73, \"clust\": 1347, \"rank\": 1559, \"rankvar\": 1109, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1570, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1249, \"group\": [1353.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAACTGGCC\", \"ini\": 72, \"clust\": 1503, \"rank\": 1578, \"rankvar\": 1412, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1571, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1158, \"group\": [1508.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTCGAACAG\", \"ini\": 71, \"clust\": 1407, \"rank\": 1538, \"rankvar\": 1049, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1572, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1213, \"group\": [1407.0, 755.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCTTGTACT\", \"ini\": 70, \"clust\": 1483, \"rank\": 1572, \"rankvar\": 1605, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1573, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1159, \"group\": [1484.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGGATCGA\", \"ini\": 69, \"clust\": 1405, \"rank\": 1558, \"rankvar\": 1114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1574, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1214, \"group\": [1406.0, 754.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTAGAGTGC\", \"ini\": 68, \"clust\": 1548, \"rank\": 1564, \"rankvar\": 1630, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1575, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1160, \"group\": [1547.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCCTAGCG\", \"ini\": 67, \"clust\": 1418, \"rank\": 1570, \"rankvar\": 1249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1576, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1572, \"group\": [1418.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCACCATGTA\", \"ini\": 66, \"clust\": 1434, \"rank\": 1565, \"rankvar\": 1072, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1577, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1215, \"group\": [1434.0, 758.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCTGCAAT\", \"ini\": 65, \"clust\": 1537, \"rank\": 1584, \"rankvar\": 1504, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1578, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1161, \"group\": [1538.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAAGGCGT\", \"ini\": 64, \"clust\": 1536, \"rank\": 1580, \"rankvar\": 1529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1579, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1162, \"group\": [1536.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTTCTGAAC\", \"ini\": 63, \"clust\": 1414, \"rank\": 1581, \"rankvar\": 1143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1580, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1573, \"group\": [1414.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCTAGAAC\", \"ini\": 62, \"clust\": 1496, \"rank\": 1588, \"rankvar\": 1528, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1581, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1163, \"group\": [1496.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCGACTAT\", \"ini\": 61, \"clust\": 1371, \"rank\": 1575, \"rankvar\": 1626, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1582, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 71, \"group\": [1371.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAGTTAGGGTG\", \"ini\": 60, \"clust\": 1423, \"rank\": 1563, \"rankvar\": 1152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1583, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1216, \"group\": [1422.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCGATAA\", \"ini\": 59, \"clust\": 1397, \"rank\": 1594, \"rankvar\": 1149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1584, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1217, \"group\": [1397.0, 750.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGCTGAAAT\", \"ini\": 58, \"clust\": 1484, \"rank\": 1555, \"rankvar\": 1617, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1585, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1164, \"group\": [1485.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCCGAGTC\", \"ini\": 57, \"clust\": 1541, \"rank\": 1593, \"rankvar\": 1373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1586, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1165, \"group\": [1541.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGAGTAGA\", \"ini\": 56, \"clust\": 1342, \"rank\": 1577, \"rankvar\": 1350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1587, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1250, \"group\": [1342.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGTTTACG\", \"ini\": 55, \"clust\": 1428, \"rank\": 1599, \"rankvar\": 961, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1588, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1166, \"group\": [1429.0, 757.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAGTTCCGGCA\", \"ini\": 54, \"clust\": 1230, \"rank\": 1640, \"rankvar\": 1618, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1589, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1251, \"group\": [1228.0, 654.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACAGATTC\", \"ini\": 53, \"clust\": 1415, \"rank\": 1556, \"rankvar\": 1552, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1590, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1574, \"group\": [1415.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATCTCG\", \"ini\": 52, \"clust\": 1498, \"rank\": 1596, \"rankvar\": 1522, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1591, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1167, \"group\": [1498.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAAACCCAT\", \"ini\": 51, \"clust\": 1499, \"rank\": 1582, \"rankvar\": 1550, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1592, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1168, \"group\": [1499.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTAGGGTTTCT\", \"ini\": 50, \"clust\": 1539, \"rank\": 1600, \"rankvar\": 1389, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1593, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1218, \"group\": [1542.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTCTCGGC\", \"ini\": 49, \"clust\": 1542, \"rank\": 1607, \"rankvar\": 1530, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1594, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1169, \"group\": [1545.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAGCCTGTG\", \"ini\": 48, \"clust\": 1231, \"rank\": 1642, \"rankvar\": 1637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1595, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 420, \"group\": [1229.0, 654.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCGTGGTCG\", \"ini\": 47, \"clust\": 1516, \"rank\": 1568, \"rankvar\": 1629, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1596, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1170, \"group\": [1519.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCAGCCTTGG\", \"ini\": 46, \"clust\": 1351, \"rank\": 1590, \"rankvar\": 1396, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1597, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1252, \"group\": [1352.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAAGCTCCCAG\", \"ini\": 45, \"clust\": 1531, \"rank\": 1595, \"rankvar\": 1610, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1598, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1171, \"group\": [1533.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCCGAATT\", \"ini\": 44, \"clust\": 1353, \"rank\": 1587, \"rankvar\": 1278, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1599, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1219, \"group\": [1351.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGTCGCG\", \"ini\": 43, \"clust\": 1426, \"rank\": 1598, \"rankvar\": 1240, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1600, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1220, \"group\": [1425.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGGTGAGTATA\", \"ini\": 42, \"clust\": 1367, \"rank\": 1597, \"rankvar\": 1549, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1601, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 72, \"group\": [1365.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTGTGAAAT\", \"ini\": 41, \"clust\": 1232, \"rank\": 1632, \"rankvar\": 1295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1602, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1253, \"group\": [1230.0, 655.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGAGTTTCCTT\", \"ini\": 40, \"clust\": 1424, \"rank\": 1583, \"rankvar\": 1382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1603, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1221, \"group\": [1423.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGAGGGA\", \"ini\": 39, \"clust\": 1489, \"rank\": 1567, \"rankvar\": 1635, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1604, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1172, \"group\": [1493.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCAAACTC\", \"ini\": 38, \"clust\": 1427, \"rank\": 1602, \"rankvar\": 1503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1605, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1222, \"group\": [1426.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCAACGGGA\", \"ini\": 37, \"clust\": 1578, \"rank\": 1620, \"rankvar\": 995, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1606, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1223, \"group\": [1577.0, 779.0, 191.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTATGAATG\", \"ini\": 36, \"clust\": 1530, \"rank\": 1589, \"rankvar\": 1615, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1607, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1173, \"group\": [1530.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGTCAGAGGTG\", \"ini\": 35, \"clust\": 1398, \"rank\": 1617, \"rankvar\": 1509, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1608, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1174, \"group\": [1398.0, 750.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCGGCA\", \"ini\": 34, \"clust\": 1406, \"rank\": 1605, \"rankvar\": 981, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1609, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1224, \"group\": [1409.0, 755.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTGTCTGATCA\", \"ini\": 33, \"clust\": 1349, \"rank\": 1604, \"rankvar\": 1483, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1610, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1254, \"group\": [1347.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGAGGACGG\", \"ini\": 32, \"clust\": 1497, \"rank\": 1609, \"rankvar\": 1576, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1611, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1175, \"group\": [1497.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCATTTCAGG\", \"ini\": 31, \"clust\": 1343, \"rank\": 1612, \"rankvar\": 1348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1612, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1255, \"group\": [1343.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCTAAAGA\", \"ini\": 30, \"clust\": 1409, \"rank\": 1603, \"rankvar\": 989, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1613, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1225, \"group\": [1413.0, 755.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGGGATGGG\", \"ini\": 29, \"clust\": 1511, \"rank\": 1616, \"rankvar\": 1478, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1614, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1176, \"group\": [1510.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTTGGAGGT\", \"ini\": 28, \"clust\": 1209, \"rank\": 1626, \"rankvar\": 1211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1615, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1256, \"group\": [1210.0, 647.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCGCCAA\", \"ini\": 27, \"clust\": 1486, \"rank\": 1592, \"rankvar\": 1642, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1616, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1177, \"group\": [1487.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTAGCACGA\", \"ini\": 26, \"clust\": 1350, \"rank\": 1618, \"rankvar\": 1582, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1617, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 73, \"group\": [1348.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCTGAAAT\", \"ini\": 25, \"clust\": 1345, \"rank\": 1627, \"rankvar\": 782, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1618, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1257, \"group\": [1344.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCATGTAGC\", \"ini\": 24, \"clust\": 1400, \"rank\": 1611, \"rankvar\": 1329, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1619, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1226, \"group\": [1401.0, 752.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGGAATGGA\", \"ini\": 23, \"clust\": 1422, \"rank\": 1606, \"rankvar\": 1401, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1620, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1227, \"group\": [1424.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTCTGCCAG\", \"ini\": 22, \"clust\": 1420, \"rank\": 1591, \"rankvar\": 1474, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1621, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1228, \"group\": [1421.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTTCAGACT\", \"ini\": 21, \"clust\": 1394, \"rank\": 1638, \"rankvar\": 1577, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1622, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1178, \"group\": [1394.0, 750.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGATCGCA\", \"ini\": 20, \"clust\": 1431, \"rank\": 1629, \"rankvar\": 1184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1623, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1179, \"group\": [1432.0, 757.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGCTGCAC\", \"ini\": 19, \"clust\": 1395, \"rank\": 1639, \"rankvar\": 1272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1624, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1180, \"group\": [1395.0, 750.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCGGTCTAA\", \"ini\": 18, \"clust\": 1396, \"rank\": 1634, \"rankvar\": 1363, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1625, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1181, \"group\": [1399.0, 750.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCCGTCAAA\", \"ini\": 17, \"clust\": 1412, \"rank\": 1622, \"rankvar\": 1095, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1626, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1229, \"group\": [1411.0, 755.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGCCGGTAA\", \"ini\": 16, \"clust\": 1408, \"rank\": 1601, \"rankvar\": 1357, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1627, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1230, \"group\": [1408.0, 755.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTGGCTCCA\", \"ini\": 15, \"clust\": 1491, \"rank\": 1613, \"rankvar\": 1624, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1628, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1182, \"group\": [1490.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTATGCGT\", \"ini\": 14, \"clust\": 1546, \"rank\": 1625, \"rankvar\": 1460, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1629, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1183, \"group\": [1548.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGTGAC\", \"ini\": 13, \"clust\": 1233, \"rank\": 1641, \"rankvar\": 1235, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1630, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1258, \"group\": [1231.0, 655.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAATCTACG\", \"ini\": 12, \"clust\": 1538, \"rank\": 1624, \"rankvar\": 1454, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1631, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1184, \"group\": [1539.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCAGTCCCT\", \"ini\": 11, \"clust\": 1390, \"rank\": 1637, \"rankvar\": 1191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1632, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1185, \"group\": [1391.0, 749.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCTCCTCT\", \"ini\": 10, \"clust\": 1391, \"rank\": 1635, \"rankvar\": 840, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1633, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1231, \"group\": [1392.0, 750.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAATGTTGC\", \"ini\": 9, \"clust\": 1437, \"rank\": 1615, \"rankvar\": 1287, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1634, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1232, \"group\": [1436.0, 758.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTGCTCCT\", \"ini\": 8, \"clust\": 1392, \"rank\": 1636, \"rankvar\": 1570, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1635, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1186, \"group\": [1393.0, 750.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTAAATACG\", \"ini\": 7, \"clust\": 1429, \"rank\": 1623, \"rankvar\": 1275, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1636, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1233, \"group\": [1430.0, 757.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAAACG\", \"ini\": 6, \"clust\": 1346, \"rank\": 1630, \"rankvar\": 1386, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1637, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1259, \"group\": [1345.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAAGTCTAC\", \"ini\": 5, \"clust\": 1425, \"rank\": 1608, \"rankvar\": 1539, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1638, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1234, \"group\": [1427.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTCTGGTCG\", \"ini\": 4, \"clust\": 1579, \"rank\": 1628, \"rankvar\": 1524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1639, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1187, \"group\": [1578.0, 779.0, 191.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTACTTAGC\", \"ini\": 3, \"clust\": 1545, \"rank\": 1633, \"rankvar\": 1611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1640, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1188, \"group\": [1549.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTAACGGT\", \"ini\": 2, \"clust\": 1210, \"rank\": 1631, \"rankvar\": 1073, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1641, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1235, \"group\": [1211.0, 647.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCATGTTGAC\", \"ini\": 1, \"clust\": 1492, \"rank\": 1619, \"rankvar\": 1612, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1642, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1189, \"group\": [1491.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}]}}, {\"N_row_sum\": 20, \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"name\": \"CD66b\", \"ini\": 20, \"clust\": 18, \"rank\": 0, \"rankvar\": 0, \"group\": [16.0, 16.0, 11.0, 9.0, 8.0, 6.0, 5.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD24\", \"ini\": 19, \"clust\": 15, \"rank\": 1, \"rankvar\": 1, \"group\": [14.0, 14.0, 9.0, 7.0, 6.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD1c\", \"ini\": 18, \"clust\": 4, \"rank\": 2, \"rankvar\": 2, \"group\": [12.0, 12.0, 7.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD62L\", \"ini\": 17, \"clust\": 14, \"rank\": 3, \"rankvar\": 3, \"group\": [19.0, 19.0, 14.0, 12.0, 11.0, 8.0, 6.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD19\", \"ini\": 16, \"clust\": 16, \"rank\": 4, \"rankvar\": 4, \"group\": [15.0, 15.0, 10.0, 8.0, 7.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD123\", \"ini\": 15, \"clust\": 5, \"rank\": 5, \"rankvar\": 5, \"group\": [3.0, 3.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD11b\", \"ini\": 14, \"clust\": 8, \"rank\": 17, \"rankvar\": 10, \"group\": [7.0, 7.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD3\", \"ini\": 13, \"clust\": 0, \"rank\": 7, \"rankvar\": 14, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD16\", \"ini\": 12, \"clust\": 17, \"rank\": 6, \"rankvar\": 12, \"group\": [18.0, 18.0, 13.0, 11.0, 10.0, 7.0, 5.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD14\", \"ini\": 11, \"clust\": 9, \"rank\": 19, \"rankvar\": 8, \"group\": [5.0, 5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD56\", \"ini\": 10, \"clust\": 19, \"rank\": 18, \"rankvar\": 16, \"group\": [17.0, 17.0, 12.0, 10.0, 9.0, 6.0, 5.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD141\", \"ini\": 9, \"clust\": 6, \"rank\": 16, \"rankvar\": 17, \"group\": [4.0, 4.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD8\", \"ini\": 8, \"clust\": 1, \"rank\": 8, \"rankvar\": 19, \"group\": [2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD64\", \"ini\": 7, \"clust\": 10, \"rank\": 14, \"rankvar\": 11, \"group\": [6.0, 6.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD206\", \"ini\": 6, \"clust\": 7, \"rank\": 13, \"rankvar\": 13, \"group\": [11.0, 11.0, 6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD33\", \"ini\": 5, \"clust\": 12, \"rank\": 10, \"rankvar\": 9, \"group\": [8.0, 8.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"HLADR\", \"ini\": 4, \"clust\": 11, \"rank\": 9, \"rankvar\": 18, \"group\": [10.0, 10.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD11c\", \"ini\": 3, \"clust\": 13, \"rank\": 11, \"rankvar\": 15, \"group\": [9.0, 9.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD4\", \"ini\": 2, \"clust\": 3, \"rank\": 15, \"rankvar\": 6, \"group\": [13.0, 13.0, 8.0, 6.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD38\", \"ini\": 1, \"clust\": 2, \"rank\": 12, \"rankvar\": 7, \"group\": [20.0, 20.0, 15.0, 13.0, 12.0, 9.0, 7.0, 3.0, 2.0, 1.0, 1.0]}], \"col_nodes\": [{\"name\": \"GCATGCGTCCATGAGT\", \"ini\": 1643, \"clust\": 490, \"rank\": 0, \"rankvar\": 1314, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 0, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1467, \"group\": [489.0, 215.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCTA\", \"ini\": 1642, \"clust\": 244, \"rank\": 5, \"rankvar\": 148, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 575, \"group\": [244.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGTCCGTAT\", \"ini\": 1641, \"clust\": 827, \"rank\": 2, \"rankvar\": 837, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 2, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 74, \"group\": [829.0, 392.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTCCAACC\", \"ini\": 1640, \"clust\": 458, \"rank\": 19, \"rankvar\": 116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1295, \"group\": [457.0, 203.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGCTGTTCA\", \"ini\": 1639, \"clust\": 871, \"rank\": 46, \"rankvar\": 1463, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 0, \"group\": [869.0, 417.0, 85.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCACATAGC\", \"ini\": 1638, \"clust\": 245, \"rank\": 3, \"rankvar\": 73, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 576, \"group\": [245.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCTCTTTCCTC\", \"ini\": 1637, \"clust\": 877, \"rank\": 16, \"rankvar\": 961, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 6, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 1, \"group\": [878.0, 422.0, 86.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGTAGC\", \"ini\": 1636, \"clust\": 258, \"rank\": 1, \"rankvar\": 1112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 7, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 577, \"group\": [257.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACAGTACACT\", \"ini\": 1635, \"clust\": 826, \"rank\": 11, \"rankvar\": 114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 8, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 75, \"group\": [830.0, 392.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGGACGAAA\", \"ini\": 1634, \"clust\": 824, \"rank\": 18, \"rankvar\": 613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 9, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 76, \"group\": [824.0, 392.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATGGAGC\", \"ini\": 1633, \"clust\": 472, \"rank\": 45, \"rankvar\": 38, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 10, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1296, \"group\": [470.0, 207.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGGGATACC\", \"ini\": 1632, \"clust\": 242, \"rank\": 4, \"rankvar\": 335, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 11, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 578, \"group\": [242.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGAGGTG\", \"ini\": 1631, \"clust\": 459, \"rank\": 27, \"rankvar\": 423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 12, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1297, \"group\": [458.0, 203.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGGCCCGTT\", \"ini\": 1630, \"clust\": 412, \"rank\": 15, \"rankvar\": 3, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 13, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1298, \"group\": [411.0, 178.0, 32.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCAGGCCCA\", \"ini\": 1629, \"clust\": 27, \"rank\": 9, \"rankvar\": 1627, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 14, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1575, \"group\": [23.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTGACTCAT\", \"ini\": 1628, \"clust\": 477, \"rank\": 61, \"rankvar\": 136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 15, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1299, \"group\": [476.0, 209.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTTTACGT\", \"ini\": 1627, \"clust\": 241, \"rank\": 7, \"rankvar\": 287, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 16, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 579, \"group\": [246.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATGACCT\", \"ini\": 1626, \"clust\": 231, \"rank\": 12, \"rankvar\": 143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 17, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 580, \"group\": [232.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACAGACC\", \"ini\": 1625, \"clust\": 455, \"rank\": 36, \"rankvar\": 13, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 18, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1300, \"group\": [455.0, 203.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATTCGCACTCT\", \"ini\": 1624, \"clust\": 232, \"rank\": 24, \"rankvar\": 62, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 19, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 581, \"group\": [233.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGCCACCTG\", \"ini\": 1623, \"clust\": 239, \"rank\": 6, \"rankvar\": 770, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 20, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 582, \"group\": [240.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGTTTA\", \"ini\": 1622, \"clust\": 260, \"rank\": 8, \"rankvar\": 543, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 21, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 583, \"group\": [259.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACTTAAGC\", \"ini\": 1621, \"clust\": 198, \"rank\": 17, \"rankvar\": 349, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 22, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 584, \"group\": [196.0, 98.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTAGAGTGAGA\", \"ini\": 1620, \"clust\": 479, \"rank\": 58, \"rankvar\": 254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 23, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1301, \"group\": [478.0, 209.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTGCCTG\", \"ini\": 1619, \"clust\": 240, \"rank\": 13, \"rankvar\": 290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 24, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 585, \"group\": [241.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGCTAAACA\", \"ini\": 1618, \"clust\": 28, \"rank\": 23, \"rankvar\": 1606, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 25, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1576, \"group\": [24.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGAGTAAGG\", \"ini\": 1617, \"clust\": 21, \"rank\": 51, \"rankvar\": 1366, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 26, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1577, \"group\": [19.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGTAGCCA\", \"ini\": 1616, \"clust\": 493, \"rank\": 22, \"rankvar\": 931, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 27, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1302, \"group\": [493.0, 216.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCAGACACTT\", \"ini\": 1615, \"clust\": 23, \"rank\": 41, \"rankvar\": 1579, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 28, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1578, \"group\": [21.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGAGAACG\", \"ini\": 1614, \"clust\": 414, \"rank\": 68, \"rankvar\": 53, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 29, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1263, \"group\": [416.0, 179.0, 32.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAATCGAAA\", \"ini\": 1613, \"clust\": 237, \"rank\": 29, \"rankvar\": 25, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 30, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 586, \"group\": [237.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCCAGTATG\", \"ini\": 1612, \"clust\": 398, \"rank\": 101, \"rankvar\": 121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 31, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1303, \"group\": [396.0, 170.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTTCCAGTATG\", \"ini\": 1611, \"clust\": 461, \"rank\": 76, \"rankvar\": 115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 32, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1304, \"group\": [460.0, 204.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCCTCATTA\", \"ini\": 1610, \"clust\": 481, \"rank\": 28, \"rankvar\": 694, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 33, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1305, \"group\": [482.0, 211.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTGAGTGT\", \"ini\": 1609, \"clust\": 418, \"rank\": 52, \"rankvar\": 51, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 34, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 77, \"group\": [417.0, 179.0, 32.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCACGACTA\", \"ini\": 1608, \"clust\": 828, \"rank\": 21, \"rankvar\": 327, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 35, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 78, \"group\": [827.0, 392.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGTTCGATC\", \"ini\": 1607, \"clust\": 463, \"rank\": 89, \"rankvar\": 85, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 36, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1306, \"group\": [463.0, 205.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCGTGGGAA\", \"ini\": 1606, \"clust\": 246, \"rank\": 25, \"rankvar\": 265, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 37, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 587, \"group\": [249.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTGTCAATC\", \"ini\": 1605, \"clust\": 24, \"rank\": 65, \"rankvar\": 1371, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 38, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1579, \"group\": [22.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAATCAGAA\", \"ini\": 1604, \"clust\": 456, \"rank\": 47, \"rankvar\": 159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 39, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1307, \"group\": [456.0, 203.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTCAGAAGC\", \"ini\": 1603, \"clust\": 705, \"rank\": 38, \"rankvar\": 599, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 40, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 79, \"group\": [706.0, 351.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGAGAGCTC\", \"ini\": 1602, \"clust\": 247, \"rank\": 14, \"rankvar\": 267, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 41, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 588, \"group\": [247.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAGGAACGT\", \"ini\": 1601, \"clust\": 402, \"rank\": 125, \"rankvar\": 328, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 42, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1264, \"group\": [403.0, 175.0, 32.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTTCTGAAC\", \"ini\": 1600, \"clust\": 243, \"rank\": 20, \"rankvar\": 120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 43, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 589, \"group\": [243.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAAAGGTGC\", \"ini\": 1599, \"clust\": 501, \"rank\": 74, \"rankvar\": 222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 44, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1308, \"group\": [499.0, 219.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTGGTATG\", \"ini\": 1598, \"clust\": 238, \"rank\": 49, \"rankvar\": 2, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 45, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 590, \"group\": [238.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTTCTGAAC\", \"ini\": 1597, \"clust\": 389, \"rank\": 180, \"rankvar\": 967, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 46, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1309, \"group\": [389.0, 166.0, 29.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTGTCTAT\", \"ini\": 1596, \"clust\": 229, \"rank\": 48, \"rankvar\": 130, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 47, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 591, \"group\": [230.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTCGAATCT\", \"ini\": 1595, \"clust\": 500, \"rank\": 44, \"rankvar\": 168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 48, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1310, \"group\": [501.0, 219.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGAATCCA\", \"ini\": 1594, \"clust\": 562, \"rank\": 104, \"rankvar\": 1174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 49, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1311, \"group\": [557.0, 246.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTCACAAGG\", \"ini\": 1593, \"clust\": 773, \"rank\": 60, \"rankvar\": 629, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 50, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 80, \"group\": [772.0, 374.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCTAACTTC\", \"ini\": 1592, \"clust\": 452, \"rank\": 113, \"rankvar\": 153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 51, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1312, \"group\": [452.0, 201.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAGTCAGAG\", \"ini\": 1591, \"clust\": 9, \"rank\": 42, \"rankvar\": 1073, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 52, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1313, \"group\": [8.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACTTATC\", \"ini\": 1590, \"clust\": 561, \"rank\": 64, \"rankvar\": 1129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 53, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1314, \"group\": [559.0, 246.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCAAGGTAA\", \"ini\": 1589, \"clust\": 494, \"rank\": 37, \"rankvar\": 435, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 54, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1315, \"group\": [494.0, 216.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTACCGGCT\", \"ini\": 1588, \"clust\": 468, \"rank\": 86, \"rankvar\": 86, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 55, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1316, \"group\": [465.0, 206.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAGTCGGCACT\", \"ini\": 1587, \"clust\": 497, \"rank\": 63, \"rankvar\": 103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 56, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1317, \"group\": [496.0, 218.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATCGTCGG\", \"ini\": 1586, \"clust\": 498, \"rank\": 110, \"rankvar\": 65, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 57, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1318, \"group\": [497.0, 218.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTGACGTT\", \"ini\": 1585, \"clust\": 462, \"rank\": 111, \"rankvar\": 19, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 58, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1319, \"group\": [461.0, 204.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGGTTAAC\", \"ini\": 1584, \"clust\": 469, \"rank\": 122, \"rankvar\": 30, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 59, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1320, \"group\": [466.0, 206.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTTCGGCAC\", \"ini\": 1583, \"clust\": 236, \"rank\": 43, \"rankvar\": 6, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 60, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 592, \"group\": [239.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGTCGTACT\", \"ini\": 1582, \"clust\": 453, \"rank\": 194, \"rankvar\": 593, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 61, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1321, \"group\": [453.0, 201.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCGAATCCA\", \"ini\": 1581, \"clust\": 444, \"rank\": 152, \"rankvar\": 518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 62, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1322, \"group\": [446.0, 199.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATACGCTA\", \"ini\": 1580, \"clust\": 474, \"rank\": 121, \"rankvar\": 367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 63, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 593, \"group\": [474.0, 208.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCCGTC\", \"ini\": 1579, \"clust\": 254, \"rank\": 39, \"rankvar\": 571, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 64, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 594, \"group\": [253.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACAAGACACG\", \"ini\": 1578, \"clust\": 706, \"rank\": 75, \"rankvar\": 297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 65, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 81, \"group\": [707.0, 351.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTCCAGTTA\", \"ini\": 1577, \"clust\": 478, \"rank\": 96, \"rankvar\": 23, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 66, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1323, \"group\": [477.0, 209.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTATCAGTGCAT\", \"ini\": 1576, \"clust\": 445, \"rank\": 151, \"rankvar\": 303, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 67, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1324, \"group\": [444.0, 198.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCATCTACCTGC\", \"ini\": 1575, \"clust\": 563, \"rank\": 100, \"rankvar\": 1241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 68, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1325, \"group\": [558.0, 246.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGTACGCCC\", \"ini\": 1574, \"clust\": 255, \"rank\": 30, \"rankvar\": 756, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 69, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 595, \"group\": [254.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGTAAACT\", \"ini\": 1573, \"clust\": 559, \"rank\": 107, \"rankvar\": 566, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 70, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1326, \"group\": [561.0, 246.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGTGTGGT\", \"ini\": 1572, \"clust\": 415, \"rank\": 50, \"rankvar\": 12, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 71, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1265, \"group\": [414.0, 179.0, 32.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTATA\", \"ini\": 1571, \"clust\": 819, \"rank\": 31, \"rankvar\": 860, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 72, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 82, \"group\": [819.0, 392.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACATGCAACT\", \"ini\": 1570, \"clust\": 191, \"rank\": 26, \"rankvar\": 807, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 73, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 596, \"group\": [192.0, 97.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCACCGGGT\", \"ini\": 1569, \"clust\": 509, \"rank\": 82, \"rankvar\": 249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 74, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1327, \"group\": [507.0, 220.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGATGGGTC\", \"ini\": 1568, \"clust\": 248, \"rank\": 32, \"rankvar\": 339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 75, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 597, \"group\": [248.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTATGGTTC\", \"ini\": 1567, \"clust\": 466, \"rank\": 119, \"rankvar\": 27, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 76, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1328, \"group\": [468.0, 206.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTATCGAA\", \"ini\": 1566, \"clust\": 153, \"rank\": 59, \"rankvar\": 861, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 77, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 83, \"group\": [151.0, 73.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCATGAGT\", \"ini\": 1565, \"clust\": 387, \"rank\": 261, \"rankvar\": 992, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 78, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1329, \"group\": [387.0, 165.0, 29.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGCTATCT\", \"ini\": 1564, \"clust\": 878, \"rank\": 164, \"rankvar\": 1183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 79, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 2, \"group\": [876.0, 422.0, 86.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGGTTACCT\", \"ini\": 1563, \"clust\": 879, \"rank\": 161, \"rankvar\": 779, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 80, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 3, \"group\": [877.0, 422.0, 86.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCACCCATGG\", \"ini\": 1562, \"clust\": 780, \"rank\": 95, \"rankvar\": 104, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 81, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 84, \"group\": [780.0, 377.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGGTGTAG\", \"ini\": 1561, \"clust\": 199, \"rank\": 57, \"rankvar\": 515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 82, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 598, \"group\": [197.0, 98.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCCCAGGTG\", \"ini\": 1560, \"clust\": 413, \"rank\": 56, \"rankvar\": 36, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 83, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 599, \"group\": [412.0, 178.0, 32.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGTATGCT\", \"ini\": 1559, \"clust\": 829, \"rank\": 54, \"rankvar\": 132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 84, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 85, \"group\": [828.0, 392.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTTAAGAAC\", \"ini\": 1558, \"clust\": 259, \"rank\": 10, \"rankvar\": 958, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 85, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 600, \"group\": [258.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCATGTCGAT\", \"ini\": 1557, \"clust\": 473, \"rank\": 147, \"rankvar\": 101, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 86, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 601, \"group\": [471.0, 207.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCATAGAAAC\", \"ini\": 1556, \"clust\": 833, \"rank\": 69, \"rankvar\": 510, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 87, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 86, \"group\": [833.0, 392.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGCACCGCT\", \"ini\": 1555, \"clust\": 196, \"rank\": 106, \"rankvar\": 597, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 88, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 602, \"group\": [199.0, 98.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTCTCTCGT\", \"ini\": 1554, \"clust\": 825, \"rank\": 112, \"rankvar\": 10, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 89, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 87, \"group\": [825.0, 392.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAAGAAAGG\", \"ini\": 1553, \"clust\": 556, \"rank\": 137, \"rankvar\": 738, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 90, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1330, \"group\": [556.0, 246.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGGCATGGT\", \"ini\": 1552, \"clust\": 488, \"rank\": 55, \"rankvar\": 403, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 91, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1331, \"group\": [492.0, 215.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGGTCATCT\", \"ini\": 1551, \"clust\": 22, \"rank\": 84, \"rankvar\": 1046, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 92, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1580, \"group\": [20.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAAT\", \"ini\": 1550, \"clust\": 471, \"rank\": 118, \"rankvar\": 0, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 93, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1266, \"group\": [472.0, 207.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCAGCGC\", \"ini\": 1549, \"clust\": 408, \"rank\": 133, \"rankvar\": 39, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 94, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1267, \"group\": [410.0, 178.0, 32.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAATCTCC\", \"ini\": 1548, \"clust\": 475, \"rank\": 115, \"rankvar\": 89, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 95, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 603, \"group\": [475.0, 208.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTTCCACGG\", \"ini\": 1547, \"clust\": 779, \"rank\": 126, \"rankvar\": 72, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 96, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 88, \"group\": [782.0, 377.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGCTGGCT\", \"ini\": 1546, \"clust\": 510, \"rank\": 73, \"rankvar\": 587, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 97, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1468, \"group\": [508.0, 220.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGGCCCTTG\", \"ini\": 1545, \"clust\": 409, \"rank\": 79, \"rankvar\": 16, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 98, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1268, \"group\": [408.0, 178.0, 32.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCCTTTACA\", \"ini\": 1544, \"clust\": 480, \"rank\": 132, \"rankvar\": 109, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 99, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1332, \"group\": [479.0, 209.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCTCCCTGA\", \"ini\": 1543, \"clust\": 476, \"rank\": 171, \"rankvar\": 272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 100, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1333, \"group\": [480.0, 209.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGTTGG\", \"ini\": 1542, \"clust\": 234, \"rank\": 66, \"rankvar\": 332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 101, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 604, \"group\": [234.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGAAGCA\", \"ini\": 1541, \"clust\": 261, \"rank\": 33, \"rankvar\": 701, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 102, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 605, \"group\": [260.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCTGGTCG\", \"ini\": 1540, \"clust\": 984, \"rank\": 71, \"rankvar\": 1512, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 103, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1469, \"group\": [981.0, 454.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCAAAGACA\", \"ini\": 1539, \"clust\": 467, \"rank\": 186, \"rankvar\": 41, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 104, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1334, \"group\": [467.0, 206.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCTCCGAAGAG\", \"ini\": 1538, \"clust\": 277, \"rank\": 148, \"rankvar\": 330, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 105, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 606, \"group\": [275.0, 109.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCAGCACAT\", \"ini\": 1537, \"clust\": 980, \"rank\": 78, \"rankvar\": 1418, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 106, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1470, \"group\": [979.0, 454.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCAGGTCCAC\", \"ini\": 1536, \"clust\": 305, \"rank\": 91, \"rankvar\": 792, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 107, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 607, \"group\": [308.0, 117.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGTGCAT\", \"ini\": 1535, \"clust\": 197, \"rank\": 77, \"rankvar\": 523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 108, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 608, \"group\": [198.0, 98.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCAAGTAGTA\", \"ini\": 1534, \"clust\": 771, \"rank\": 195, \"rankvar\": 787, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 109, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 89, \"group\": [775.0, 375.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCTGTCTA\", \"ini\": 1533, \"clust\": 32, \"rank\": 127, \"rankvar\": 1449, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 110, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1581, \"group\": [29.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTGCGCTTG\", \"ini\": 1532, \"clust\": 416, \"rank\": 70, \"rankvar\": 66, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 111, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1269, \"group\": [415.0, 179.0, 32.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGATGTT\", \"ini\": 1531, \"clust\": 441, \"rank\": 158, \"rankvar\": 431, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 112, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1335, \"group\": [440.0, 195.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACTTACGA\", \"ini\": 1530, \"clust\": 811, \"rank\": 144, \"rankvar\": 34, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 90, \"group\": [811.0, 390.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCAGCTGTAT\", \"ini\": 1529, \"clust\": 546, \"rank\": 211, \"rankvar\": 1103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 114, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1336, \"group\": [544.0, 245.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGCTCAACT\", \"ini\": 1528, \"clust\": 502, \"rank\": 109, \"rankvar\": 395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1337, \"group\": [500.0, 219.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCAACGG\", \"ini\": 1527, \"clust\": 816, \"rank\": 102, \"rankvar\": 862, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 91, \"group\": [817.0, 392.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTTAAGATG\", \"ini\": 1526, \"clust\": 192, \"rank\": 83, \"rankvar\": 935, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 117, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 609, \"group\": [193.0, 97.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTGTATGGG\", \"ini\": 1525, \"clust\": 266, \"rank\": 146, \"rankvar\": 513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 118, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 610, \"group\": [267.0, 106.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCATACGCCG\", \"ini\": 1524, \"clust\": 419, \"rank\": 67, \"rankvar\": 467, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 92, \"group\": [418.0, 179.0, 32.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGCTGTCTA\", \"ini\": 1523, \"clust\": 890, \"rank\": 369, \"rankvar\": 1407, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 120, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 4, \"group\": [887.0, 425.0, 86.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCAGCTTAG\", \"ini\": 1522, \"clust\": 437, \"rank\": 114, \"rankvar\": 123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 121, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 611, \"group\": [437.0, 193.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGTGTCCCG\", \"ini\": 1521, \"clust\": 251, \"rank\": 34, \"rankvar\": 737, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 122, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 612, \"group\": [252.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGTGACCA\", \"ini\": 1520, \"clust\": 785, \"rank\": 229, \"rankvar\": 241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 93, \"group\": [786.0, 379.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAAGCCATT\", \"ini\": 1519, \"clust\": 281, \"rank\": 155, \"rankvar\": 324, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 124, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 613, \"group\": [281.0, 111.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGATGGGTC\", \"ini\": 1518, \"clust\": 256, \"rank\": 40, \"rankvar\": 700, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 125, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 614, \"group\": [262.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAGGCGATA\", \"ini\": 1517, \"clust\": 503, \"rank\": 176, \"rankvar\": 239, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 126, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1338, \"group\": [510.0, 221.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAACGTGG\", \"ini\": 1516, \"clust\": 267, \"rank\": 116, \"rankvar\": 370, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 127, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 615, \"group\": [268.0, 106.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCTAACTCT\", \"ini\": 1515, \"clust\": 834, \"rank\": 93, \"rankvar\": 284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 128, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 94, \"group\": [834.0, 392.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCCGCAAGC\", \"ini\": 1514, \"clust\": 983, \"rank\": 143, \"rankvar\": 1292, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 129, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1471, \"group\": [983.0, 454.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGGAATCG\", \"ini\": 1513, \"clust\": 769, \"rank\": 254, \"rankvar\": 634, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 95, \"group\": [769.0, 373.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGTCAAGGC\", \"ini\": 1512, \"clust\": 508, \"rank\": 173, \"rankvar\": 64, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 131, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1339, \"group\": [509.0, 220.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCCATTTA\", \"ini\": 1511, \"clust\": 215, \"rank\": 53, \"rankvar\": 626, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 132, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 616, \"group\": [213.0, 102.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGTCAAGGC\", \"ini\": 1510, \"clust\": 405, \"rank\": 230, \"rankvar\": 93, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 133, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1340, \"group\": [405.0, 176.0, 32.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTGGTGTA\", \"ini\": 1509, \"clust\": 443, \"rank\": 181, \"rankvar\": 682, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 134, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1341, \"group\": [447.0, 200.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCCCGACTT\", \"ini\": 1508, \"clust\": 447, \"rank\": 310, \"rankvar\": 711, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 135, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1342, \"group\": [454.0, 202.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATGACGGA\", \"ini\": 1507, \"clust\": 448, \"rank\": 224, \"rankvar\": 282, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 136, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 617, \"group\": [448.0, 201.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAGTTGAC\", \"ini\": 1506, \"clust\": 876, \"rank\": 177, \"rankvar\": 874, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 137, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 5, \"group\": [879.0, 422.0, 86.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGGCACA\", \"ini\": 1505, \"clust\": 230, \"rank\": 99, \"rankvar\": 180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 138, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 618, \"group\": [231.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACAGATTGCT\", \"ini\": 1504, \"clust\": 835, \"rank\": 123, \"rankvar\": 271, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 96, \"group\": [836.0, 392.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATACAGCT\", \"ini\": 1503, \"clust\": 410, \"rank\": 128, \"rankvar\": 9, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 140, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1270, \"group\": [409.0, 178.0, 32.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCTGGTA\", \"ini\": 1502, \"clust\": 492, \"rank\": 97, \"rankvar\": 172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1343, \"group\": [495.0, 217.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGAGCGAT\", \"ini\": 1501, \"clust\": 752, \"rank\": 222, \"rankvar\": 746, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 97, \"group\": [751.0, 367.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGATGAGC\", \"ini\": 1500, \"clust\": 812, \"rank\": 136, \"rankvar\": 40, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 98, \"group\": [812.0, 390.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCTGCCCTA\", \"ini\": 1499, \"clust\": 430, \"rank\": 210, \"rankvar\": 164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 144, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1344, \"group\": [430.0, 188.0, 35.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGCAACGGT\", \"ini\": 1498, \"clust\": 25, \"rank\": 105, \"rankvar\": 1476, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 145, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1582, \"group\": [26.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAATCTCC\", \"ini\": 1497, \"clust\": 470, \"rank\": 215, \"rankvar\": 137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 146, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1345, \"group\": [473.0, 207.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTCATTTGCCC\", \"ini\": 1496, \"clust\": 720, \"rank\": 175, \"rankvar\": 35, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 147, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 99, \"group\": [720.0, 355.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGATGGAA\", \"ini\": 1495, \"clust\": 483, \"rank\": 90, \"rankvar\": 378, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 148, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 619, \"group\": [484.0, 212.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGACAGACC\", \"ini\": 1494, \"clust\": 395, \"rank\": 185, \"rankvar\": 216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 149, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1346, \"group\": [400.0, 172.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATTATCTC\", \"ini\": 1493, \"clust\": 450, \"rank\": 329, \"rankvar\": 442, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 150, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1347, \"group\": [450.0, 201.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATTAACCG\", \"ini\": 1492, \"clust\": 319, \"rank\": 140, \"rankvar\": 584, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 151, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 620, \"group\": [319.0, 120.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGTCGCCGT\", \"ini\": 1491, \"clust\": 981, \"rank\": 160, \"rankvar\": 1082, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 152, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1472, \"group\": [980.0, 454.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGACGTAG\", \"ini\": 1490, \"clust\": 204, \"rank\": 131, \"rankvar\": 63, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 153, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 621, \"group\": [205.0, 101.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTCCTATA\", \"ini\": 1489, \"clust\": 278, \"rank\": 166, \"rankvar\": 437, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 154, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 622, \"group\": [276.0, 109.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACACAAGTAA\", \"ini\": 1488, \"clust\": 505, \"rank\": 179, \"rankvar\": 173, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 155, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1348, \"group\": [505.0, 220.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTGGTGTA\", \"ini\": 1487, \"clust\": 439, \"rank\": 275, \"rankvar\": 627, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 156, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1349, \"group\": [443.0, 197.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGACAGCT\", \"ini\": 1486, \"clust\": 399, \"rank\": 242, \"rankvar\": 108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 157, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1271, \"group\": [397.0, 170.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTAGAGGTACC\", \"ini\": 1485, \"clust\": 417, \"rank\": 129, \"rankvar\": 1, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 158, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1272, \"group\": [419.0, 179.0, 32.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCACGACTA\", \"ini\": 1484, \"clust\": 221, \"rank\": 108, \"rankvar\": 323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 159, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 623, \"group\": [220.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCATCCGTGG\", \"ini\": 1483, \"clust\": 200, \"rank\": 81, \"rankvar\": 796, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 160, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 624, \"group\": [201.0, 99.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTTCGCACTCT\", \"ini\": 1482, \"clust\": 557, \"rank\": 299, \"rankvar\": 1023, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1350, \"group\": [554.0, 246.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCCCTTGT\", \"ini\": 1481, \"clust\": 235, \"rank\": 124, \"rankvar\": 478, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 625, \"group\": [235.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGGTCCAC\", \"ini\": 1480, \"clust\": 219, \"rank\": 80, \"rankvar\": 252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 163, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 626, \"group\": [218.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACTCTTA\", \"ini\": 1479, \"clust\": 506, \"rank\": 205, \"rankvar\": 14, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 164, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1351, \"group\": [503.0, 220.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAATCCGAT\", \"ini\": 1478, \"clust\": 424, \"rank\": 214, \"rankvar\": 91, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 165, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1273, \"group\": [423.0, 183.0, 33.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCCACGACG\", \"ini\": 1477, \"clust\": 26, \"rank\": 208, \"rankvar\": 1536, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 166, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1583, \"group\": [25.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGAAGCA\", \"ini\": 1476, \"clust\": 3, \"rank\": 304, \"rankvar\": 709, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 167, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1352, \"group\": [3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCACCACGTG\", \"ini\": 1475, \"clust\": 775, \"rank\": 189, \"rankvar\": 577, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 100, \"group\": [776.0, 376.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGGTA\", \"ini\": 1474, \"clust\": 830, \"rank\": 139, \"rankvar\": 133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 169, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 101, \"group\": [831.0, 392.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCATGTCTT\", \"ini\": 1473, \"clust\": 507, \"rank\": 149, \"rankvar\": 220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 170, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1353, \"group\": [504.0, 220.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTTACGGG\", \"ini\": 1472, \"clust\": 849, \"rank\": 264, \"rankvar\": 83, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 102, \"group\": [847.0, 399.0, 79.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTCTACCTC\", \"ini\": 1471, \"clust\": 504, \"rank\": 141, \"rankvar\": 134, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 172, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1354, \"group\": [506.0, 220.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATGTTCCAACA\", \"ini\": 1470, \"clust\": 821, \"rank\": 200, \"rankvar\": 131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 103, \"group\": [822.0, 392.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTAGCTCCG\", \"ini\": 1469, \"clust\": 558, \"rank\": 323, \"rankvar\": 879, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 174, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1355, \"group\": [555.0, 246.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAACAACA\", \"ini\": 1468, \"clust\": 763, \"rank\": 170, \"rankvar\": 899, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 104, \"group\": [764.0, 372.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTTCTCG\", \"ini\": 1467, \"clust\": 12, \"rank\": 313, \"rankvar\": 765, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 176, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1584, \"group\": [11.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAATGAAAC\", \"ini\": 1466, \"clust\": 29, \"rank\": 237, \"rankvar\": 1335, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 177, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1585, \"group\": [34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCGCCTA\", \"ini\": 1465, \"clust\": 220, \"rank\": 88, \"rankvar\": 304, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 178, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 627, \"group\": [219.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAGGGTACA\", \"ini\": 1464, \"clust\": 793, \"rank\": 291, \"rankvar\": 906, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 105, \"group\": [793.0, 381.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTCTTCTCG\", \"ini\": 1463, \"clust\": 772, \"rank\": 221, \"rankvar\": 4, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 106, \"group\": [774.0, 374.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCCATCGTCGG\", \"ini\": 1462, \"clust\": 491, \"rank\": 72, \"rankvar\": 883, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 181, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1473, \"group\": [490.0, 215.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTGTACATGTC\", \"ini\": 1461, \"clust\": 527, \"rank\": 220, \"rankvar\": 365, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 182, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1356, \"group\": [526.0, 234.0, 39.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCAGCTAT\", \"ini\": 1460, \"clust\": 520, \"rank\": 338, \"rankvar\": 388, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 183, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1357, \"group\": [520.0, 229.0, 39.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTACGACCC\", \"ini\": 1459, \"clust\": 823, \"rank\": 232, \"rankvar\": 77, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 184, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 107, \"group\": [826.0, 392.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCGGCATCG\", \"ini\": 1458, \"clust\": 872, \"rank\": 342, \"rankvar\": 1159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 185, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 6, \"group\": [870.0, 417.0, 85.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTGTGGCC\", \"ini\": 1457, \"clust\": 206, \"rank\": 178, \"rankvar\": 111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 186, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 628, \"group\": [210.0, 101.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCAACACCA\", \"ini\": 1456, \"clust\": 222, \"rank\": 145, \"rankvar\": 343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 187, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 629, \"group\": [221.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACACATGACT\", \"ini\": 1455, \"clust\": 484, \"rank\": 130, \"rankvar\": 666, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1358, \"group\": [485.0, 212.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCATCCGCGA\", \"ini\": 1454, \"clust\": 460, \"rank\": 283, \"rankvar\": 126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 189, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1359, \"group\": [462.0, 204.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTAGGC\", \"ini\": 1453, \"clust\": 499, \"rank\": 199, \"rankvar\": 70, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 190, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1360, \"group\": [502.0, 219.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAGGGCATA\", \"ini\": 1452, \"clust\": 528, \"rank\": 216, \"rankvar\": 640, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 191, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1361, \"group\": [527.0, 234.0, 39.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGATGCCTT\", \"ini\": 1451, \"clust\": 224, \"rank\": 62, \"rankvar\": 858, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 192, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 630, \"group\": [223.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTCCACAA\", \"ini\": 1450, \"clust\": 425, \"rank\": 279, \"rankvar\": 238, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 193, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1274, \"group\": [424.0, 183.0, 33.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAAGCGATG\", \"ini\": 1449, \"clust\": 777, \"rank\": 153, \"rankvar\": 1036, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 194, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 108, \"group\": [778.0, 377.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGACACTAA\", \"ini\": 1448, \"clust\": 411, \"rank\": 154, \"rankvar\": 32, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 195, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1275, \"group\": [413.0, 178.0, 32.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTAGAGTC\", \"ini\": 1447, \"clust\": 17, \"rank\": 349, \"rankvar\": 1400, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 196, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1586, \"group\": [18.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATATGCTG\", \"ini\": 1446, \"clust\": 726, \"rank\": 239, \"rankvar\": 691, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 109, \"group\": [722.0, 356.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTCGTACT\", \"ini\": 1445, \"clust\": 403, \"rank\": 255, \"rankvar\": 475, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 198, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1276, \"group\": [404.0, 175.0, 32.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGAGGGTCGAT\", \"ini\": 1444, \"clust\": 213, \"rank\": 162, \"rankvar\": 15, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 199, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 631, \"group\": [216.0, 102.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACATATACCG\", \"ini\": 1443, \"clust\": 432, \"rank\": 266, \"rankvar\": 421, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1362, \"group\": [433.0, 189.0, 35.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTACAGTGG\", \"ini\": 1442, \"clust\": 790, \"rank\": 206, \"rankvar\": 621, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 110, \"group\": [791.0, 381.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACGCGAAA\", \"ini\": 1441, \"clust\": 233, \"rank\": 150, \"rankvar\": 48, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 202, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 632, \"group\": [236.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCACATAGC\", \"ini\": 1440, \"clust\": 13, \"rank\": 286, \"rankvar\": 1229, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 203, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1587, \"group\": [12.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACAGCCACCA\", \"ini\": 1439, \"clust\": 457, \"rank\": 243, \"rankvar\": 138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1363, \"group\": [459.0, 203.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTGACGGTA\", \"ini\": 1438, \"clust\": 30, \"rank\": 217, \"rankvar\": 1377, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 205, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1588, \"group\": [27.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGGCA\", \"ini\": 1437, \"clust\": 214, \"rank\": 120, \"rankvar\": 161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 206, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 633, \"group\": [215.0, 102.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGTGCC\", \"ini\": 1436, \"clust\": 555, \"rank\": 309, \"rankvar\": 606, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 207, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1364, \"group\": [562.0, 246.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGACAGGCT\", \"ini\": 1435, \"clust\": 560, \"rank\": 263, \"rankvar\": 1062, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 208, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1365, \"group\": [560.0, 246.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTAAAGTCA\", \"ini\": 1434, \"clust\": 832, \"rank\": 187, \"rankvar\": 56, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 111, \"group\": [835.0, 392.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGTCGATT\", \"ini\": 1433, \"clust\": 735, \"rank\": 308, \"rankvar\": 516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 210, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 112, \"group\": [746.0, 365.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCGGCATC\", \"ini\": 1432, \"clust\": 306, \"rank\": 169, \"rankvar\": 178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 211, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 634, \"group\": [306.0, 117.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAGTACATCCA\", \"ini\": 1431, \"clust\": 813, \"rank\": 227, \"rankvar\": 618, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 113, \"group\": [816.0, 391.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACAGTCAGAG\", \"ini\": 1430, \"clust\": 836, \"rank\": 188, \"rankvar\": 407, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 114, \"group\": [837.0, 392.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAAGTCATC\", \"ini\": 1429, \"clust\": 249, \"rank\": 98, \"rankvar\": 450, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 214, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 635, \"group\": [256.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTTTGGCGC\", \"ini\": 1428, \"clust\": 743, \"rank\": 337, \"rankvar\": 491, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 115, \"group\": [744.0, 363.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTAATGA\", \"ini\": 1427, \"clust\": 20, \"rank\": 212, \"rankvar\": 1619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 216, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1589, \"group\": [35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACATTGGCGC\", \"ini\": 1426, \"clust\": 257, \"rank\": 163, \"rankvar\": 176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 116, \"group\": [261.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGACAGACC\", \"ini\": 1425, \"clust\": 862, \"rank\": 529, \"rankvar\": 934, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 218, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1366, \"group\": [862.0, 411.0, 83.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTGCAACGA\", \"ini\": 1424, \"clust\": 33, \"rank\": 290, \"rankvar\": 1411, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 219, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1590, \"group\": [30.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCATGCCACG\", \"ini\": 1423, \"clust\": 489, \"rank\": 103, \"rankvar\": 1119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 220, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1474, \"group\": [491.0, 215.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAGGTTAT\", \"ini\": 1422, \"clust\": 806, \"rank\": 172, \"rankvar\": 391, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 221, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 117, \"group\": [808.0, 388.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCAACACTG\", \"ini\": 1421, \"clust\": 404, \"rank\": 317, \"rankvar\": 26, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 222, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1277, \"group\": [407.0, 177.0, 32.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGCGATCC\", \"ini\": 1420, \"clust\": 14, \"rank\": 257, \"rankvar\": 1287, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 223, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1591, \"group\": [15.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCTGCTGTC\", \"ini\": 1419, \"clust\": 543, \"rank\": 182, \"rankvar\": 1106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 224, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1367, \"group\": [541.0, 244.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGGTTAAGGGC\", \"ini\": 1418, \"clust\": 226, \"rank\": 92, \"rankvar\": 356, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 225, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 636, \"group\": [227.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGCTAGCC\", \"ini\": 1417, \"clust\": 446, \"rank\": 226, \"rankvar\": 127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 226, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1368, \"group\": [445.0, 198.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTACCGTTA\", \"ini\": 1416, \"clust\": 195, \"rank\": 251, \"rankvar\": 298, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 227, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 637, \"group\": [200.0, 98.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGTTTCCTT\", \"ini\": 1415, \"clust\": 846, \"rank\": 298, \"rankvar\": 197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 118, \"group\": [845.0, 399.0, 79.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGTAGCCGA\", \"ini\": 1414, \"clust\": 434, \"rank\": 253, \"rankvar\": 348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 229, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1369, \"group\": [435.0, 191.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGGTTACCT\", \"ini\": 1413, \"clust\": 93, \"rank\": 85, \"rankvar\": 1259, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 230, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 995, \"group\": [96.0, 36.0, 10.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGATGGTC\", \"ini\": 1412, \"clust\": 808, \"rank\": 312, \"rankvar\": 129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 231, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 119, \"group\": [805.0, 388.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTAGCGCTC\", \"ini\": 1411, \"clust\": 252, \"rank\": 87, \"rankvar\": 355, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 232, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 638, \"group\": [250.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTAAACACA\", \"ini\": 1410, \"clust\": 931, \"rank\": 202, \"rankvar\": 739, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 233, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1475, \"group\": [928.0, 447.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTACAGAA\", \"ini\": 1409, \"clust\": 820, \"rank\": 219, \"rankvar\": 266, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 120, \"group\": [820.0, 392.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGCCAGAA\", \"ini\": 1408, \"clust\": 710, \"rank\": 157, \"rankvar\": 873, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 235, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 121, \"group\": [713.0, 352.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTATCAGTTCGA\", \"ini\": 1407, \"clust\": 804, \"rank\": 363, \"rankvar\": 183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 122, \"group\": [810.0, 389.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCAGCCAGAA\", \"ini\": 1406, \"clust\": 269, \"rank\": 269, \"rankvar\": 496, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 237, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 639, \"group\": [269.0, 107.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTTTAGGAA\", \"ini\": 1405, \"clust\": 202, \"rank\": 142, \"rankvar\": 319, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 238, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 640, \"group\": [203.0, 100.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCGATATG\", \"ini\": 1404, \"clust\": 496, \"rank\": 240, \"rankvar\": 448, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 239, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1370, \"group\": [498.0, 218.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCGTTT\", \"ini\": 1403, \"clust\": 919, \"rank\": 213, \"rankvar\": 884, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 240, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1476, \"group\": [917.0, 444.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGACTTGAA\", \"ini\": 1402, \"clust\": 755, \"rank\": 159, \"rankvar\": 259, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 123, \"group\": [755.0, 369.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGTCACGCC\", \"ini\": 1401, \"clust\": 992, \"rank\": 193, \"rankvar\": 1401, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 242, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1477, \"group\": [996.0, 460.0, 94.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGAGTACAT\", \"ini\": 1400, \"clust\": 885, \"rank\": 498, \"rankvar\": 1101, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 243, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 7, \"group\": [891.0, 427.0, 86.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCAGTCCCT\", \"ini\": 1399, \"clust\": 758, \"rank\": 262, \"rankvar\": 189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 124, \"group\": [757.0, 369.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCCCAGCT\", \"ini\": 1398, \"clust\": 740, \"rank\": 258, \"rankvar\": 204, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 125, \"group\": [739.0, 362.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCCACCTCGGA\", \"ini\": 1397, \"clust\": 391, \"rank\": 410, \"rankvar\": 417, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 246, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1371, \"group\": [394.0, 168.0, 29.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACGTGCACTTA\", \"ini\": 1396, \"clust\": 315, \"rank\": 190, \"rankvar\": 568, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 247, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 641, \"group\": [318.0, 119.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCTGGCGTG\", \"ini\": 1395, \"clust\": 295, \"rank\": 201, \"rankvar\": 145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 248, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 642, \"group\": [295.0, 112.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACATAGC\", \"ini\": 1394, \"clust\": 464, \"rank\": 407, \"rankvar\": 118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 249, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1372, \"group\": [464.0, 205.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTACAGTTC\", \"ini\": 1393, \"clust\": 436, \"rank\": 330, \"rankvar\": 427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 250, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1278, \"group\": [439.0, 194.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCACCGTAA\", \"ini\": 1392, \"clust\": 96, \"rank\": 249, \"rankvar\": 911, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 251, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1279, \"group\": [97.0, 37.0, 11.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCAAACCTAC\", \"ini\": 1391, \"clust\": 397, \"rank\": 429, \"rankvar\": 11, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 252, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1280, \"group\": [398.0, 170.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTTCCTTC\", \"ini\": 1390, \"clust\": 727, \"rank\": 270, \"rankvar\": 312, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 126, \"group\": [723.0, 356.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACAAGACG\", \"ini\": 1389, \"clust\": 881, \"rank\": 302, \"rankvar\": 949, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 254, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 8, \"group\": [880.0, 423.0, 86.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTATAGGGC\", \"ini\": 1388, \"clust\": 745, \"rank\": 388, \"rankvar\": 232, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 127, \"group\": [741.0, 363.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCATGCATG\", \"ini\": 1387, \"clust\": 284, \"rank\": 204, \"rankvar\": 453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 256, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 643, \"group\": [283.0, 111.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCGCATCG\", \"ini\": 1386, \"clust\": 203, \"rank\": 223, \"rankvar\": 537, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 257, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 644, \"group\": [204.0, 100.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTGGGATC\", \"ini\": 1385, \"clust\": 807, \"rank\": 246, \"rankvar\": 608, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 128, \"group\": [807.0, 388.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGGCAGTA\", \"ini\": 1384, \"clust\": 748, \"rank\": 404, \"rankvar\": 393, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 259, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 129, \"group\": [750.0, 367.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCTTGTCAT\", \"ini\": 1383, \"clust\": 986, \"rank\": 134, \"rankvar\": 1571, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 260, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1478, \"group\": [984.0, 454.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTAGTCCATAC\", \"ini\": 1382, \"clust\": 449, \"rank\": 339, \"rankvar\": 198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 261, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1373, \"group\": [449.0, 201.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCGCCGTGA\", \"ini\": 1381, \"clust\": 802, \"rank\": 235, \"rankvar\": 243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 130, \"group\": [801.0, 386.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGAG\", \"ini\": 1380, \"clust\": 486, \"rank\": 35, \"rankvar\": 1115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 263, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1479, \"group\": [486.0, 213.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGCGAGAAA\", \"ini\": 1379, \"clust\": 521, \"rank\": 295, \"rankvar\": 522, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 264, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 645, \"group\": [521.0, 230.0, 39.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGGGAAACA\", \"ini\": 1378, \"clust\": 817, \"rank\": 265, \"rankvar\": 443, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 131, \"group\": [818.0, 392.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGTCTGCT\", \"ini\": 1377, \"clust\": 18, \"rank\": 433, \"rankvar\": 1443, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 266, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1592, \"group\": [16.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGAAGGTTT\", \"ini\": 1376, \"clust\": 381, \"rank\": 447, \"rankvar\": 314, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 267, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1374, \"group\": [379.0, 158.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCTTCAACT\", \"ini\": 1375, \"clust\": 31, \"rank\": 327, \"rankvar\": 1346, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 268, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1593, \"group\": [28.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCAAGAAGT\", \"ini\": 1374, \"clust\": 396, \"rank\": 325, \"rankvar\": 280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 269, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 646, \"group\": [399.0, 171.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGGTCCAC\", \"ini\": 1373, \"clust\": 216, \"rank\": 117, \"rankvar\": 636, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 270, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 647, \"group\": [214.0, 102.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACGGTTTA\", \"ini\": 1372, \"clust\": 431, \"rank\": 374, \"rankvar\": 708, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 271, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1375, \"group\": [431.0, 188.0, 35.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATTGGA\", \"ini\": 1371, \"clust\": 438, \"rank\": 234, \"rankvar\": 31, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 272, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 648, \"group\": [438.0, 193.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTCTGCGGT\", \"ini\": 1370, \"clust\": 282, \"rank\": 236, \"rankvar\": 641, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 273, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 649, \"group\": [282.0, 111.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGAACAT\", \"ini\": 1369, \"clust\": 454, \"rank\": 245, \"rankvar\": 28, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 650, \"group\": [481.0, 210.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCATTTA\", \"ini\": 1368, \"clust\": 427, \"rank\": 360, \"rankvar\": 358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 275, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1281, \"group\": [425.0, 184.0, 33.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACAGACGCCT\", \"ini\": 1367, \"clust\": 718, \"rank\": 303, \"rankvar\": 177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 276, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 132, \"group\": [718.0, 355.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGATAT\", \"ini\": 1366, \"clust\": 10, \"rank\": 272, \"rankvar\": 49, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 133, \"group\": [9.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCCTACAGA\", \"ini\": 1365, \"clust\": 325, \"rank\": 183, \"rankvar\": 850, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 278, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 651, \"group\": [324.0, 120.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGTGACCA\", \"ini\": 1364, \"clust\": 406, \"rank\": 428, \"rankvar\": 43, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 279, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1282, \"group\": [406.0, 176.0, 32.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTCTCGTTC\", \"ini\": 1363, \"clust\": 707, \"rank\": 278, \"rankvar\": 369, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 134, \"group\": [710.0, 351.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAATCTACG\", \"ini\": 1362, \"clust\": 15, \"rank\": 420, \"rankvar\": 1265, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 281, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1594, \"group\": [13.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATGGTTGT\", \"ini\": 1361, \"clust\": 286, \"rank\": 297, \"rankvar\": 225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 282, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 652, \"group\": [286.0, 112.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAGCACAT\", \"ini\": 1360, \"clust\": 783, \"rank\": 373, \"rankvar\": 262, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 135, \"group\": [783.0, 378.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCCACGAAT\", \"ini\": 1359, \"clust\": 719, \"rank\": 355, \"rankvar\": 231, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 136, \"group\": [719.0, 355.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCCAGTAG\", \"ini\": 1358, \"clust\": 193, \"rank\": 167, \"rankvar\": 305, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 285, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 653, \"group\": [194.0, 97.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACATAGAAAC\", \"ini\": 1357, \"clust\": 818, \"rank\": 260, \"rankvar\": 113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 137, \"group\": [821.0, 392.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGCACCAC\", \"ini\": 1356, \"clust\": 268, \"rank\": 259, \"rankvar\": 337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 287, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 654, \"group\": [271.0, 107.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGTCGAGTG\", \"ini\": 1355, \"clust\": 227, \"rank\": 138, \"rankvar\": 474, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 288, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 655, \"group\": [225.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCAGCGACC\", \"ini\": 1354, \"clust\": 201, \"rank\": 228, \"rankvar\": 106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 656, \"group\": [202.0, 99.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAAACAC\", \"ini\": 1353, \"clust\": 421, \"rank\": 311, \"rankvar\": 781, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 290, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 657, \"group\": [428.0, 186.0, 33.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTCCAGTAT\", \"ini\": 1352, \"clust\": 982, \"rank\": 135, \"rankvar\": 1210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 291, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1480, \"group\": [986.0, 454.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGTGA\", \"ini\": 1351, \"clust\": 465, \"rank\": 343, \"rankvar\": 78, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 292, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1376, \"group\": [469.0, 206.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTACGCCC\", \"ini\": 1350, \"clust\": 379, \"rank\": 585, \"rankvar\": 991, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 293, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1377, \"group\": [377.0, 157.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTAAGCACG\", \"ini\": 1349, \"clust\": 800, \"rank\": 191, \"rankvar\": 299, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 138, \"group\": [804.0, 387.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCGGAAATA\", \"ini\": 1348, \"clust\": 519, \"rank\": 347, \"rankvar\": 579, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 295, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 658, \"group\": [522.0, 231.0, 39.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGAATT\", \"ini\": 1347, \"clust\": 205, \"rank\": 238, \"rankvar\": 88, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 659, \"group\": [206.0, 101.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTTCTGCGGCA\", \"ini\": 1346, \"clust\": 985, \"rank\": 196, \"rankvar\": 1547, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 297, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1481, \"group\": [982.0, 454.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACATAAAGGT\", \"ini\": 1345, \"clust\": 850, \"rank\": 416, \"rankvar\": 228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 139, \"group\": [848.0, 399.0, 79.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCAGCACAT\", \"ini\": 1344, \"clust\": 308, \"rank\": 281, \"rankvar\": 710, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 299, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 660, \"group\": [311.0, 117.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGTTACGA\", \"ini\": 1343, \"clust\": 253, \"rank\": 165, \"rankvar\": 207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 300, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 661, \"group\": [251.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAGATGGGT\", \"ini\": 1342, \"clust\": 738, \"rank\": 443, \"rankvar\": 672, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 301, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 140, \"group\": [735.0, 362.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTCAGATAA\", \"ini\": 1341, \"clust\": 774, \"rank\": 356, \"rankvar\": 22, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 141, \"group\": [773.0, 374.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCAGCTGCTG\", \"ini\": 1340, \"clust\": 152, \"rank\": 256, \"rankvar\": 576, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 303, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 662, \"group\": [153.0, 74.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCACCTAA\", \"ini\": 1339, \"clust\": 523, \"rank\": 469, \"rankvar\": 625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 304, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1378, \"group\": [523.0, 232.0, 39.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGGTCCGT\", \"ini\": 1338, \"clust\": 746, \"rank\": 477, \"rankvar\": 503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 142, \"group\": [742.0, 363.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGACCCT\", \"ini\": 1337, \"clust\": 805, \"rank\": 184, \"rankvar\": 415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 306, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 143, \"group\": [809.0, 388.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTGGAGAA\", \"ini\": 1336, \"clust\": 322, \"rank\": 174, \"rankvar\": 326, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 307, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 663, \"group\": [322.0, 120.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGTGTGCC\", \"ini\": 1335, \"clust\": 147, \"rank\": 439, \"rankvar\": 947, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 308, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 664, \"group\": [150.0, 72.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGATTGCT\", \"ini\": 1334, \"clust\": 722, \"rank\": 248, \"rankvar\": 999, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 309, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 665, \"group\": [727.0, 357.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCGCATAA\", \"ini\": 1333, \"clust\": 433, \"rank\": 411, \"rankvar\": 1040, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1379, \"group\": [434.0, 190.0, 35.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCGCTTGTC\", \"ini\": 1332, \"clust\": 781, \"rank\": 305, \"rankvar\": 310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 144, \"group\": [781.0, 377.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAAATCCGT\", \"ini\": 1331, \"clust\": 552, \"rank\": 350, \"rankvar\": 1135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 312, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1380, \"group\": [552.0, 245.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTAAATGAC\", \"ini\": 1330, \"clust\": 700, \"rank\": 346, \"rankvar\": 203, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 145, \"group\": [700.0, 349.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGACTTTCG\", \"ini\": 1329, \"clust\": 16, \"rank\": 392, \"rankvar\": 1334, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 314, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1595, \"group\": [14.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTCGGACG\", \"ini\": 1328, \"clust\": 794, \"rank\": 377, \"rankvar\": 563, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 146, \"group\": [794.0, 381.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCATGGGACA\", \"ini\": 1327, \"clust\": 891, \"rank\": 656, \"rankvar\": 1305, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 316, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 9, \"group\": [888.0, 425.0, 86.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTTACAG\", \"ini\": 1326, \"clust\": 920, \"rank\": 252, \"rankvar\": 519, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 317, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1482, \"group\": [918.0, 444.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAATGAATG\", \"ini\": 1325, \"clust\": 753, \"rank\": 509, \"rankvar\": 814, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 147, \"group\": [752.0, 367.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCTTGCCGT\", \"ini\": 1324, \"clust\": 732, \"rank\": 387, \"rankvar\": 963, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 148, \"group\": [734.0, 361.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGGGATA\", \"ini\": 1323, \"clust\": 392, \"rank\": 604, \"rankvar\": 712, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 320, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1381, \"group\": [393.0, 167.0, 29.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCTGCCCA\", \"ini\": 1322, \"clust\": 422, \"rank\": 550, \"rankvar\": 174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 321, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1283, \"group\": [421.0, 181.0, 33.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGGCTTGG\", \"ini\": 1321, \"clust\": 300, \"rank\": 314, \"rankvar\": 400, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 666, \"group\": [301.0, 114.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTTTGGCGC\", \"ini\": 1320, \"clust\": 274, \"rank\": 378, \"rankvar\": 306, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 323, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 667, \"group\": [300.0, 113.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGCTCAACT\", \"ini\": 1319, \"clust\": 276, \"rank\": 225, \"rankvar\": 412, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 324, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 668, \"group\": [277.0, 109.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCAGAGGTG\", \"ini\": 1318, \"clust\": 8, \"rank\": 334, \"rankvar\": 1087, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 325, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 149, \"group\": [10.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCTTAGCCC\", \"ini\": 1317, \"clust\": 822, \"rank\": 345, \"rankvar\": 190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 150, \"group\": [823.0, 392.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGATCCAT\", \"ini\": 1316, \"clust\": 791, \"rank\": 484, \"rankvar\": 345, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 151, \"group\": [792.0, 381.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACAAGCCC\", \"ini\": 1315, \"clust\": 451, \"rank\": 487, \"rankvar\": 382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 328, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1382, \"group\": [451.0, 201.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCAACCA\", \"ini\": 1314, \"clust\": 749, \"rank\": 417, \"rankvar\": 623, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 329, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 152, \"group\": [748.0, 367.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTAACTCT\", \"ini\": 1313, \"clust\": 810, \"rank\": 361, \"rankvar\": 29, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 330, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 153, \"group\": [813.0, 390.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACTACAA\", \"ini\": 1312, \"clust\": 380, \"rank\": 463, \"rankvar\": 236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 331, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1383, \"group\": [378.0, 157.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCAGCTGGC\", \"ini\": 1311, \"clust\": 4, \"rank\": 489, \"rankvar\": 1221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 332, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1596, \"group\": [4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGTTCGA\", \"ini\": 1310, \"clust\": 385, \"rank\": 495, \"rankvar\": 528, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1384, \"group\": [384.0, 162.0, 29.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCCAACCAA\", \"ini\": 1309, \"clust\": 778, \"rank\": 344, \"rankvar\": 364, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 154, \"group\": [779.0, 377.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCGAACGGA\", \"ini\": 1308, \"clust\": 225, \"rank\": 233, \"rankvar\": 482, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 335, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 669, \"group\": [224.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCGATAGC\", \"ini\": 1307, \"clust\": 681, \"rank\": 427, \"rankvar\": 264, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 336, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 155, \"group\": [680.0, 336.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCGGGAGTA\", \"ini\": 1306, \"clust\": 210, \"rank\": 94, \"rankvar\": 956, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 337, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 670, \"group\": [211.0, 102.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCGTCATC\", \"ini\": 1305, \"clust\": 887, \"rank\": 651, \"rankvar\": 940, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 338, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 10, \"group\": [885.0, 425.0, 86.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTAAGTGTA\", \"ini\": 1304, \"clust\": 291, \"rank\": 277, \"rankvar\": 533, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 339, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 671, \"group\": [288.0, 112.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGAAATG\", \"ini\": 1303, \"clust\": 154, \"rank\": 271, \"rankvar\": 42, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 340, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 672, \"group\": [152.0, 73.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAAATACAG\", \"ini\": 1302, \"clust\": 883, \"rank\": 414, \"rankvar\": 951, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 341, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 11, \"group\": [883.0, 424.0, 86.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATAGCAT\", \"ini\": 1301, \"clust\": 91, \"rank\": 273, \"rankvar\": 997, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 342, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 996, \"group\": [92.0, 32.0, 10.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATATACCG\", \"ini\": 1300, \"clust\": 840, \"rank\": 394, \"rankvar\": 800, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 156, \"group\": [840.0, 394.0, 78.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGTACTTGC\", \"ini\": 1299, \"clust\": 888, \"rank\": 578, \"rankvar\": 1406, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 344, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 12, \"group\": [886.0, 425.0, 86.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTAACGA\", \"ini\": 1298, \"clust\": 549, \"rank\": 409, \"rankvar\": 1147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1385, \"group\": [547.0, 245.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGTGCAAC\", \"ini\": 1297, \"clust\": 736, \"rank\": 380, \"rankvar\": 703, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 157, \"group\": [738.0, 362.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGGTTTC\", \"ini\": 1296, \"clust\": 847, \"rank\": 567, \"rankvar\": 338, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 158, \"group\": [846.0, 399.0, 79.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAACACTG\", \"ini\": 1295, \"clust\": 708, \"rank\": 268, \"rankvar\": 87, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 159, \"group\": [708.0, 351.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTCGTACT\", \"ini\": 1294, \"clust\": 298, \"rank\": 306, \"rankvar\": 268, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 349, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 673, \"group\": [297.0, 112.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAACTGGCC\", \"ini\": 1293, \"clust\": 208, \"rank\": 267, \"rankvar\": 466, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 350, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 674, \"group\": [207.0, 101.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGAGAACG\", \"ini\": 1292, \"clust\": 814, \"rank\": 366, \"rankvar\": 251, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 160, \"group\": [814.0, 391.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCGGGTCT\", \"ini\": 1291, \"clust\": 86, \"rank\": 351, \"rankvar\": 753, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 352, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 997, \"group\": [85.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTCTTGTCC\", \"ini\": 1290, \"clust\": 429, \"rank\": 425, \"rankvar\": 498, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1386, \"group\": [432.0, 188.0, 35.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCGGAAATA\", \"ini\": 1289, \"clust\": 801, \"rank\": 333, \"rankvar\": 247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 161, \"group\": [803.0, 386.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACGAGGTA\", \"ini\": 1288, \"clust\": 426, \"rank\": 395, \"rankvar\": 212, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 355, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1284, \"group\": [427.0, 185.0, 33.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGCGAACA\", \"ini\": 1287, \"clust\": 207, \"rank\": 241, \"rankvar\": 201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 356, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 675, \"group\": [209.0, 101.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGGTTCGG\", \"ini\": 1286, \"clust\": 924, \"rank\": 231, \"rankvar\": 1042, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 357, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1483, \"group\": [921.0, 446.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGTTACCT\", \"ini\": 1285, \"clust\": 440, \"rank\": 364, \"rankvar\": 61, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 358, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 676, \"group\": [442.0, 196.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTTTGC\", \"ini\": 1284, \"clust\": 442, \"rank\": 381, \"rankvar\": 245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 359, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1387, \"group\": [441.0, 195.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGCCTGAG\", \"ini\": 1283, \"clust\": 723, \"rank\": 282, \"rankvar\": 229, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 162, \"group\": [726.0, 356.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTAATGA\", \"ini\": 1282, \"clust\": 428, \"rank\": 510, \"rankvar\": 105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 361, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1285, \"group\": [426.0, 184.0, 33.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGGCTACG\", \"ini\": 1281, \"clust\": 82, \"rank\": 486, \"rankvar\": 539, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 362, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1388, \"group\": [82.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTTGGGCC\", \"ini\": 1280, \"clust\": 759, \"rank\": 386, \"rankvar\": 80, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 363, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 163, \"group\": [758.0, 369.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGCCCAATT\", \"ini\": 1279, \"clust\": 175, \"rank\": 390, \"rankvar\": 44, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 364, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 677, \"group\": [176.0, 91.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGGGTGT\", \"ini\": 1278, \"clust\": 335, \"rank\": 326, \"rankvar\": 569, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 678, \"group\": [333.0, 123.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCATGGTCA\", \"ini\": 1277, \"clust\": 809, \"rank\": 415, \"rankvar\": 500, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 164, \"group\": [806.0, 388.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAAGGTTCT\", \"ini\": 1276, \"clust\": 283, \"rank\": 321, \"rankvar\": 320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 679, \"group\": [285.0, 111.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATTGGGCC\", \"ini\": 1275, \"clust\": 541, \"rank\": 437, \"rankvar\": 824, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1389, \"group\": [563.0, 247.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACACGAAACG\", \"ini\": 1274, \"clust\": 279, \"rank\": 300, \"rankvar\": 194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 369, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 680, \"group\": [279.0, 110.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCAAGAT\", \"ini\": 1273, \"clust\": 532, \"rank\": 482, \"rankvar\": 428, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1390, \"group\": [534.0, 237.0, 40.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGTACGATA\", \"ini\": 1272, \"clust\": 288, \"rank\": 274, \"rankvar\": 270, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 371, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 681, \"group\": [292.0, 112.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCAGCATACT\", \"ini\": 1271, \"clust\": 296, \"rank\": 359, \"rankvar\": 530, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 372, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 682, \"group\": [296.0, 112.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTCTCTTTA\", \"ini\": 1270, \"clust\": 711, \"rank\": 292, \"rankvar\": 669, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 165, \"group\": [711.0, 352.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCACTTACGA\", \"ini\": 1269, \"clust\": 737, \"rank\": 424, \"rankvar\": 182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 374, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 166, \"group\": [737.0, 362.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGGGTTAG\", \"ini\": 1268, \"clust\": 423, \"rank\": 533, \"rankvar\": 402, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 375, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1286, \"group\": [422.0, 182.0, 33.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATTTGCCC\", \"ini\": 1267, \"clust\": 287, \"rank\": 322, \"rankvar\": 154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 376, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 683, \"group\": [287.0, 112.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCAATACCG\", \"ini\": 1266, \"clust\": 831, \"rank\": 301, \"rankvar\": 107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 377, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 167, \"group\": [832.0, 392.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCACGTTGGC\", \"ini\": 1265, \"clust\": 669, \"rank\": 438, \"rankvar\": 529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 168, \"group\": [673.0, 331.0, 74.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGATAATG\", \"ini\": 1264, \"clust\": 741, \"rank\": 365, \"rankvar\": 646, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 169, \"group\": [740.0, 362.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCCGTTAA\", \"ini\": 1263, \"clust\": 209, \"rank\": 294, \"rankvar\": 75, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 380, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 684, \"group\": [208.0, 101.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTGTTTGGT\", \"ini\": 1262, \"clust\": 194, \"rank\": 156, \"rankvar\": 805, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 381, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 685, \"group\": [195.0, 97.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCGGTCTAA\", \"ini\": 1261, \"clust\": 271, \"rank\": 247, \"rankvar\": 366, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 382, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 686, \"group\": [274.0, 108.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACCACTTAAGC\", \"ini\": 1260, \"clust\": 303, \"rank\": 358, \"rankvar\": 736, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 383, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 687, \"group\": [303.0, 115.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATTTCACT\", \"ini\": 1259, \"clust\": 776, \"rank\": 434, \"rankvar\": 24, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 384, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 170, \"group\": [777.0, 376.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAAGTAGT\", \"ini\": 1258, \"clust\": 930, \"rank\": 398, \"rankvar\": 844, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 385, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1484, \"group\": [930.0, 447.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGGATGG\", \"ini\": 1257, \"clust\": 545, \"rank\": 540, \"rankvar\": 1170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 386, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1391, \"group\": [546.0, 245.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCCCATTAT\", \"ini\": 1256, \"clust\": 770, \"rank\": 471, \"rankvar\": 517, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 171, \"group\": [770.0, 373.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCTGCAAT\", \"ini\": 1255, \"clust\": 760, \"rank\": 472, \"rankvar\": 184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 172, \"group\": [762.0, 370.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCATCGGAAG\", \"ini\": 1254, \"clust\": 292, \"rank\": 207, \"rankvar\": 545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 389, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 688, \"group\": [289.0, 112.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTGAGTTC\", \"ini\": 1253, \"clust\": 784, \"rank\": 372, \"rankvar\": 483, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 390, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 173, \"group\": [784.0, 378.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCATGAT\", \"ini\": 1252, \"clust\": 841, \"rank\": 483, \"rankvar\": 617, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 174, \"group\": [841.0, 395.0, 78.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTCCGTT\", \"ini\": 1251, \"clust\": 728, \"rank\": 476, \"rankvar\": 620, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 175, \"group\": [747.0, 366.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACGGTTTA\", \"ini\": 1250, \"clust\": 709, \"rank\": 389, \"rankvar\": 644, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 176, \"group\": [709.0, 351.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCGAACC\", \"ini\": 1249, \"clust\": 539, \"rank\": 696, \"rankvar\": 857, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 394, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1392, \"group\": [538.0, 241.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTCATAGACTC\", \"ini\": 1248, \"clust\": 106, \"rank\": 452, \"rankvar\": 639, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 395, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 689, \"group\": [107.0, 46.0, 15.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGGCTAGGT\", \"ini\": 1247, \"clust\": 637, \"rank\": 370, \"rankvar\": 715, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 177, \"group\": [640.0, 306.0, 65.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATCCGCGA\", \"ini\": 1246, \"clust\": 765, \"rank\": 473, \"rankvar\": 112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 397, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 178, \"group\": [768.0, 372.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCCTTCAAT\", \"ini\": 1245, \"clust\": 703, \"rank\": 405, \"rankvar\": 347, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 179, \"group\": [703.0, 350.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGAACCTT\", \"ini\": 1244, \"clust\": 80, \"rank\": 672, \"rankvar\": 948, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 399, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1393, \"group\": [80.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGGTCTCG\", \"ini\": 1243, \"clust\": 715, \"rank\": 511, \"rankvar\": 94, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 180, \"group\": [716.0, 353.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTATCACCA\", \"ini\": 1242, \"clust\": 739, \"rank\": 470, \"rankvar\": 651, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 401, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 181, \"group\": [736.0, 362.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGGAGCGAG\", \"ini\": 1241, \"clust\": 400, \"rank\": 285, \"rankvar\": 37, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 402, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1287, \"group\": [401.0, 173.0, 32.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCATGAACCT\", \"ini\": 1240, \"clust\": 874, \"rank\": 624, \"rankvar\": 929, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 403, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 13, \"group\": [873.0, 419.0, 86.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTTGCGTTA\", \"ini\": 1239, \"clust\": 761, \"rank\": 599, \"rankvar\": 211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 404, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 182, \"group\": [760.0, 370.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGGCCGAT\", \"ini\": 1238, \"clust\": 798, \"rank\": 451, \"rankvar\": 387, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 183, \"group\": [799.0, 384.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGGCCGAT\", \"ini\": 1237, \"clust\": 307, \"rank\": 328, \"rankvar\": 119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 406, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 690, \"group\": [307.0, 117.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGCTTTC\", \"ini\": 1236, \"clust\": 223, \"rank\": 284, \"rankvar\": 258, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 407, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 691, \"group\": [228.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTGCCTGTG\", \"ini\": 1235, \"clust\": 299, \"rank\": 422, \"rankvar\": 559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 408, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 692, \"group\": [298.0, 112.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTACTGAC\", \"ini\": 1234, \"clust\": 511, \"rank\": 385, \"rankvar\": 233, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 409, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1394, \"group\": [513.0, 223.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCGTCCAGG\", \"ini\": 1233, \"clust\": 377, \"rank\": 682, \"rankvar\": 1096, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 410, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1395, \"group\": [382.0, 160.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCACCCTCA\", \"ini\": 1232, \"clust\": 218, \"rank\": 203, \"rankvar\": 242, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 693, \"group\": [222.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCTTGCGG\", \"ini\": 1231, \"clust\": 250, \"rank\": 209, \"rankvar\": 226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 694, \"group\": [255.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTACTCAAC\", \"ini\": 1230, \"clust\": 512, \"rank\": 332, \"rankvar\": 187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 413, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1396, \"group\": [511.0, 222.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGAGTTGGC\", \"ini\": 1229, \"clust\": 336, \"rank\": 244, \"rankvar\": 551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 414, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 695, \"group\": [334.0, 123.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGATATGGT\", \"ini\": 1228, \"clust\": 312, \"rank\": 396, \"rankvar\": 434, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 415, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 696, \"group\": [314.0, 118.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCGCTTTC\", \"ini\": 1227, \"clust\": 977, \"rank\": 296, \"rankvar\": 1258, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 416, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1485, \"group\": [977.0, 454.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAAGCCGTC\", \"ini\": 1226, \"clust\": 179, \"rank\": 402, \"rankvar\": 416, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 417, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 697, \"group\": [178.0, 92.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCAGGGTGTTG\", \"ini\": 1225, \"clust\": 185, \"rank\": 522, \"rankvar\": 819, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 418, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 698, \"group\": [186.0, 96.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCATGTCTT\", \"ini\": 1224, \"clust\": 34, \"rank\": 492, \"rankvar\": 1257, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 419, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1597, \"group\": [33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGGCGCTCT\", \"ini\": 1223, \"clust\": 529, \"rank\": 503, \"rankvar\": 780, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 420, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1397, \"group\": [529.0, 234.0, 39.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGGTGCGCTTG\", \"ini\": 1222, \"clust\": 151, \"rank\": 401, \"rankvar\": 273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 421, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 699, \"group\": [154.0, 75.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCTAAAGA\", \"ini\": 1221, \"clust\": 599, \"rank\": 617, \"rankvar\": 671, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 184, \"group\": [598.0, 274.0, 53.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACTGCCAG\", \"ini\": 1220, \"clust\": 730, \"rank\": 560, \"rankvar\": 487, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 185, \"group\": [729.0, 359.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATTACCTT\", \"ini\": 1219, \"clust\": 766, \"rank\": 457, \"rankvar\": 206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 186, \"group\": [766.0, 372.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGCGATTCT\", \"ini\": 1218, \"clust\": 566, \"rank\": 466, \"rankvar\": 806, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 425, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1398, \"group\": [564.0, 248.0, 43.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTCCGTAT\", \"ini\": 1217, \"clust\": 786, \"rank\": 455, \"rankvar\": 33, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 426, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 187, \"group\": [787.0, 379.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATGCCTTC\", \"ini\": 1216, \"clust\": 863, \"rank\": 670, \"rankvar\": 468, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 427, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1399, \"group\": [863.0, 412.0, 83.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCGATATA\", \"ini\": 1215, \"clust\": 757, \"rank\": 474, \"rankvar\": 481, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 188, \"group\": [759.0, 369.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACCAGATT\", \"ini\": 1214, \"clust\": 323, \"rank\": 348, \"rankvar\": 219, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 429, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 700, \"group\": [323.0, 120.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCCACTCCA\", \"ini\": 1213, \"clust\": 638, \"rank\": 367, \"rankvar\": 359, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 189, \"group\": [638.0, 306.0, 65.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCCTAATT\", \"ini\": 1212, \"clust\": 733, \"rank\": 445, \"rankvar\": 561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 190, \"group\": [732.0, 361.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGGTTAAC\", \"ini\": 1211, \"clust\": 600, \"rank\": 687, \"rankvar\": 353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 191, \"group\": [599.0, 274.0, 53.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGGGTGTGT\", \"ini\": 1210, \"clust\": 187, \"rank\": 454, \"rankvar\": 275, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 433, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 701, \"group\": [191.0, 96.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTTATGCGT\", \"ini\": 1209, \"clust\": 150, \"rank\": 534, \"rankvar\": 908, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 434, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 702, \"group\": [155.0, 76.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCAGACCTTTG\", \"ini\": 1208, \"clust\": 183, \"rank\": 435, \"rankvar\": 433, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 435, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 703, \"group\": [184.0, 95.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCACATGACT\", \"ini\": 1207, \"clust\": 889, \"rank\": 721, \"rankvar\": 1352, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 436, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 14, \"group\": [889.0, 425.0, 86.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGAGACTTA\", \"ini\": 1206, \"clust\": 976, \"rank\": 426, \"rankvar\": 1024, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 437, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1486, \"group\": [978.0, 454.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTAATTGGA\", \"ini\": 1205, \"clust\": 290, \"rank\": 371, \"rankvar\": 552, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 438, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 704, \"group\": [290.0, 112.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTTTAGGG\", \"ini\": 1204, \"clust\": 285, \"rank\": 320, \"rankvar\": 631, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 439, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 705, \"group\": [284.0, 111.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTTGCT\", \"ini\": 1203, \"clust\": 762, \"rank\": 481, \"rankvar\": 7, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 192, \"group\": [761.0, 370.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTCATTCA\", \"ini\": 1202, \"clust\": 782, \"rank\": 502, \"rankvar\": 163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 441, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 193, \"group\": [785.0, 378.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCAATGAATG\", \"ini\": 1201, \"clust\": 35, \"rank\": 458, \"rankvar\": 1412, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 442, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1598, \"group\": [31.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATAAAGG\", \"ini\": 1200, \"clust\": 393, \"rank\": 675, \"rankvar\": 422, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 443, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1400, \"group\": [391.0, 167.0, 29.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTACAGTGG\", \"ini\": 1199, \"clust\": 388, \"rank\": 720, \"rankvar\": 1154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1401, \"group\": [388.0, 165.0, 29.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCACAGGCCT\", \"ini\": 1198, \"clust\": 272, \"rank\": 453, \"rankvar\": 350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 445, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 706, \"group\": [272.0, 108.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACAGAGGT\", \"ini\": 1197, \"clust\": 482, \"rank\": 354, \"rankvar\": 661, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 446, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1402, \"group\": [483.0, 211.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCACCGGGT\", \"ini\": 1196, \"clust\": 684, \"rank\": 459, \"rankvar\": 471, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 447, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 194, \"group\": [684.0, 339.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTAGGGTG\", \"ini\": 1195, \"clust\": 925, \"rank\": 335, \"rankvar\": 1240, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 448, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1487, \"group\": [922.0, 446.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGTCGCTG\", \"ini\": 1194, \"clust\": 180, \"rank\": 446, \"rankvar\": 411, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 449, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 707, \"group\": [179.0, 92.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCGTTTAC\", \"ini\": 1193, \"clust\": 1606, \"rank\": 280, \"rankvar\": 1383, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 450, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 998, \"group\": [1607.0, 755.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACAGCTCGAC\", \"ini\": 1192, \"clust\": 384, \"rank\": 693, \"rankvar\": 408, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 451, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1403, \"group\": [386.0, 164.0, 29.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGTTAACC\", \"ini\": 1191, \"clust\": 978, \"rank\": 324, \"rankvar\": 1382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 452, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1488, \"group\": [975.0, 454.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAGGGTAC\", \"ini\": 1190, \"clust\": 487, \"rank\": 168, \"rankvar\": 665, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 453, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 708, \"group\": [487.0, 213.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTTCCGTCT\", \"ini\": 1189, \"clust\": 513, \"rank\": 318, \"rankvar\": 74, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1404, \"group\": [512.0, 222.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCTTGCAAG\", \"ini\": 1188, \"clust\": 189, \"rank\": 362, \"rankvar\": 374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 455, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 709, \"group\": [188.0, 96.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGTCTCT\", \"ini\": 1187, \"clust\": 987, \"rank\": 307, \"rankvar\": 1464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 456, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1489, \"group\": [985.0, 454.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTGATAAAC\", \"ini\": 1186, \"clust\": 212, \"rank\": 293, \"rankvar\": 540, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 457, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 710, \"group\": [217.0, 102.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCTCGTATT\", \"ini\": 1185, \"clust\": 38, \"rank\": 441, \"rankvar\": 1276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 458, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1599, \"group\": [36.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCAAACGGG\", \"ini\": 1184, \"clust\": 796, \"rank\": 440, \"rankvar\": 380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 195, \"group\": [796.0, 382.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGTGGTAAT\", \"ini\": 1183, \"clust\": 685, \"rank\": 393, \"rankvar\": 604, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 196, \"group\": [685.0, 339.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTCTTTCAT\", \"ini\": 1182, \"clust\": 721, \"rank\": 516, \"rankvar\": 21, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 197, \"group\": [721.0, 355.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTCACGCC\", \"ini\": 1181, \"clust\": 316, \"rank\": 276, \"rankvar\": 455, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 462, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 711, \"group\": [316.0, 119.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTGCCAGA\", \"ini\": 1180, \"clust\": 989, \"rank\": 615, \"rankvar\": 1491, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 463, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1490, \"group\": [987.0, 455.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATCGATTG\", \"ini\": 1179, \"clust\": 407, \"rank\": 287, \"rankvar\": 58, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 464, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1288, \"group\": [420.0, 180.0, 32.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATCGATTG\", \"ini\": 1178, \"clust\": 289, \"rank\": 357, \"rankvar\": 414, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 465, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 712, \"group\": [291.0, 112.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTCATCGTCGG\", \"ini\": 1177, \"clust\": 270, \"rank\": 517, \"rankvar\": 531, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 466, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 713, \"group\": [270.0, 107.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGTACTCT\", \"ini\": 1176, \"clust\": 880, \"rank\": 598, \"rankvar\": 1254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 467, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 15, \"group\": [882.0, 423.0, 86.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAAGCAGGTCA\", \"ini\": 1175, \"clust\": 716, \"rank\": 561, \"rankvar\": 117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 198, \"group\": [717.0, 354.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCAACACGT\", \"ini\": 1174, \"clust\": 176, \"rank\": 319, \"rankvar\": 246, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 469, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 714, \"group\": [177.0, 91.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTGGGATC\", \"ini\": 1173, \"clust\": 744, \"rank\": 642, \"rankvar\": 558, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 470, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 199, \"group\": [743.0, 363.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGCGATAGC\", \"ini\": 1172, \"clust\": 318, \"rank\": 331, \"rankvar\": 653, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 471, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 715, \"group\": [321.0, 120.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCGCATGGC\", \"ini\": 1171, \"clust\": 190, \"rank\": 382, \"rankvar\": 725, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 472, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 716, \"group\": [189.0, 96.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTAAGGGAA\", \"ini\": 1170, \"clust\": 923, \"rank\": 197, \"rankvar\": 1261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 473, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1491, \"group\": [923.0, 446.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCCTTGAT\", \"ini\": 1169, \"clust\": 594, \"rank\": 699, \"rankvar\": 875, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 474, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 200, \"group\": [592.0, 271.0, 53.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGCTAAACA\", \"ini\": 1168, \"clust\": 926, \"rank\": 340, \"rankvar\": 1181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 475, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1492, \"group\": [924.0, 446.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTAGCTAAA\", \"ini\": 1167, \"clust\": 671, \"rank\": 479, \"rankvar\": 318, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 476, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 201, \"group\": [670.0, 328.0, 74.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATCCCGC\", \"ini\": 1166, \"clust\": 768, \"rank\": 552, \"rankvar\": 497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 202, \"group\": [771.0, 373.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGAGTACCG\", \"ini\": 1165, \"clust\": 87, \"rank\": 475, \"rankvar\": 782, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 478, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 999, \"group\": [86.0, 27.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCATGCTGGC\", \"ini\": 1164, \"clust\": 644, \"rank\": 315, \"rankvar\": 574, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 479, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 717, \"group\": [648.0, 311.0, 65.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGGATGGA\", \"ini\": 1163, \"clust\": 333, \"rank\": 403, \"rankvar\": 677, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 480, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 718, \"group\": [336.0, 123.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTCACCCATTC\", \"ini\": 1162, \"clust\": 339, \"rank\": 341, \"rankvar\": 302, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 719, \"group\": [337.0, 124.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTTAGTGGG\", \"ini\": 1161, \"clust\": 747, \"rank\": 652, \"rankvar\": 55, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 203, \"group\": [754.0, 368.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCGACA\", \"ini\": 1160, \"clust\": 228, \"rank\": 192, \"rankvar\": 657, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 483, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 720, \"group\": [226.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGTTTCCTT\", \"ini\": 1159, \"clust\": 679, \"rank\": 581, \"rankvar\": 720, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 204, \"group\": [683.0, 338.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGCACGTCAGC\", \"ini\": 1158, \"clust\": 301, \"rank\": 436, \"rankvar\": 542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 485, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 721, \"group\": [302.0, 114.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCCAAAT\", \"ini\": 1157, \"clust\": 162, \"rank\": 379, \"rankvar\": 396, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 486, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 722, \"group\": [163.0, 83.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTCTCTTAT\", \"ini\": 1156, \"clust\": 435, \"rank\": 391, \"rankvar\": 149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 487, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 723, \"group\": [436.0, 192.0, 36.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCAACGGCC\", \"ini\": 1155, \"clust\": 92, \"rank\": 383, \"rankvar\": 941, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 488, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1000, \"group\": [93.0, 33.0, 10.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCGAACGC\", \"ini\": 1154, \"clust\": 742, \"rank\": 515, \"rankvar\": 235, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 489, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 205, \"group\": [745.0, 364.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCGCAAACT\", \"ini\": 1153, \"clust\": 275, \"rank\": 431, \"rankvar\": 572, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 490, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 724, \"group\": [278.0, 109.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCACACGC\", \"ini\": 1152, \"clust\": 917, \"rank\": 513, \"rankvar\": 684, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 491, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1493, \"group\": [920.0, 445.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACCACCAG\", \"ini\": 1151, \"clust\": 943, \"rank\": 288, \"rankvar\": 1273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 492, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1494, \"group\": [946.0, 451.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGGCAAAC\", \"ini\": 1150, \"clust\": 927, \"rank\": 316, \"rankvar\": 969, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 493, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1495, \"group\": [925.0, 446.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGCGTAAG\", \"ini\": 1149, \"clust\": 522, \"rank\": 500, \"rankvar\": 460, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1405, \"group\": [525.0, 233.0, 39.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTGGTCCGT\", \"ini\": 1148, \"clust\": 724, \"rank\": 450, \"rankvar\": 509, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 495, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 206, \"group\": [725.0, 356.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGTGTGGCA\", \"ini\": 1147, \"clust\": 548, \"rank\": 408, \"rankvar\": 1155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 496, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1406, \"group\": [549.0, 245.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAATGAATG\", \"ini\": 1146, \"clust\": 495, \"rank\": 539, \"rankvar\": 557, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 497, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1407, \"group\": [514.0, 224.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAAACCCAT\", \"ini\": 1145, \"clust\": 884, \"rank\": 665, \"rankvar\": 987, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 498, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 16, \"group\": [884.0, 424.0, 86.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCTCCAGGG\", \"ini\": 1144, \"clust\": 852, \"rank\": 709, \"rankvar\": 854, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 499, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 207, \"group\": [852.0, 402.0, 80.0, 21.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGCCAGTTT\", \"ini\": 1143, \"clust\": 974, \"rank\": 499, \"rankvar\": 989, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 500, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1496, \"group\": [973.0, 454.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTACATGAACCT\", \"ini\": 1142, \"clust\": 701, \"rank\": 506, \"rankvar\": 97, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 501, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 208, \"group\": [701.0, 349.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGAATAGGG\", \"ini\": 1141, \"clust\": 725, \"rank\": 460, \"rankvar\": 729, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 209, \"group\": [724.0, 356.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGCTGGA\", \"ini\": 1140, \"clust\": 550, \"rank\": 501, \"rankvar\": 1121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 503, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1408, \"group\": [548.0, 245.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTACCGGCT\", \"ini\": 1139, \"clust\": 148, \"rank\": 496, \"rankvar\": 754, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 504, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 725, \"group\": [148.0, 71.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGGTGGAT\", \"ini\": 1138, \"clust\": 544, \"rank\": 527, \"rankvar\": 1344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 505, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1409, \"group\": [542.0, 244.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGAGGTTAT\", \"ini\": 1137, \"clust\": 293, \"rank\": 432, \"rankvar\": 361, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 506, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 726, \"group\": [293.0, 112.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCAAAGACA\", \"ini\": 1136, \"clust\": 178, \"rank\": 449, \"rankvar\": 564, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 507, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 727, \"group\": [180.0, 92.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTGATCGG\", \"ini\": 1135, \"clust\": 19, \"rank\": 579, \"rankvar\": 1466, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 508, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1600, \"group\": [17.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAGGTCGTC\", \"ini\": 1134, \"clust\": 340, \"rank\": 430, \"rankvar\": 463, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 728, \"group\": [338.0, 124.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTTCCACGG\", \"ini\": 1133, \"clust\": 97, \"rank\": 368, \"rankvar\": 360, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 510, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1289, \"group\": [98.0, 38.0, 11.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACAGCGTC\", \"ini\": 1132, \"clust\": 946, \"rank\": 198, \"rankvar\": 1191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 511, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1497, \"group\": [944.0, 451.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCCCTAATT\", \"ini\": 1131, \"clust\": 525, \"rank\": 621, \"rankvar\": 866, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 512, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1410, \"group\": [531.0, 235.0, 39.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAAAGCGGT\", \"ini\": 1130, \"clust\": 756, \"rank\": 421, \"rankvar\": 647, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 513, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 210, \"group\": [756.0, 369.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACGACGT\", \"ini\": 1129, \"clust\": 717, \"rank\": 574, \"rankvar\": 704, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 211, \"group\": [728.0, 358.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCACTCTTA\", \"ini\": 1128, \"clust\": 317, \"rank\": 412, \"rankvar\": 202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 515, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 729, \"group\": [317.0, 119.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTTCAGACT\", \"ini\": 1127, \"clust\": 882, \"rank\": 586, \"rankvar\": 633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 516, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 17, \"group\": [881.0, 423.0, 86.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCATGCAACT\", \"ini\": 1126, \"clust\": 536, \"rank\": 596, \"rankvar\": 847, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 517, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1411, \"group\": [536.0, 239.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCACCCT\", \"ini\": 1125, \"clust\": 326, \"rank\": 376, \"rankvar\": 253, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 518, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 730, \"group\": [325.0, 120.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGGCTTC\", \"ini\": 1124, \"clust\": 309, \"rank\": 384, \"rankvar\": 321, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 519, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 731, \"group\": [309.0, 117.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCCAGTTA\", \"ini\": 1123, \"clust\": 134, \"rank\": 218, \"rankvar\": 876, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 520, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 732, \"group\": [132.0, 62.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTAGCTAGGCA\", \"ini\": 1122, \"clust\": 324, \"rank\": 397, \"rankvar\": 274, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 521, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 733, \"group\": [326.0, 120.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGCGGCTTC\", \"ini\": 1121, \"clust\": 36, \"rank\": 512, \"rankvar\": 1514, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 522, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1601, \"group\": [32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAGCCCAC\", \"ini\": 1120, \"clust\": 547, \"rank\": 633, \"rankvar\": 1160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 523, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1412, \"group\": [545.0, 245.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCCACCGTTGG\", \"ini\": 1119, \"clust\": 751, \"rank\": 659, \"rankvar\": 213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 212, \"group\": [753.0, 367.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGCGCCTTG\", \"ini\": 1118, \"clust\": 941, \"rank\": 542, \"rankvar\": 1064, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 525, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1498, \"group\": [940.0, 451.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGAACTCGG\", \"ini\": 1117, \"clust\": 320, \"rank\": 442, \"rankvar\": 495, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 526, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 734, \"group\": [320.0, 120.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTATCTG\", \"ini\": 1116, \"clust\": 788, \"rank\": 558, \"rankvar\": 122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 527, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 213, \"group\": [788.0, 380.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTCGGCTCA\", \"ini\": 1115, \"clust\": 334, \"rank\": 406, \"rankvar\": 383, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 528, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 735, \"group\": [335.0, 123.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTTCCAACA\", \"ini\": 1114, \"clust\": 975, \"rank\": 545, \"rankvar\": 959, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 529, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1499, \"group\": [974.0, 454.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCCTGCAGG\", \"ini\": 1113, \"clust\": 845, \"rank\": 716, \"rankvar\": 230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 530, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 214, \"group\": [850.0, 400.0, 79.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGAGGTAGA\", \"ini\": 1112, \"clust\": 264, \"rank\": 537, \"rankvar\": 152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 531, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 736, \"group\": [263.0, 104.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACATGCAATC\", \"ini\": 1111, \"clust\": 577, \"rank\": 643, \"rankvar\": 828, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 215, \"group\": [577.0, 260.0, 49.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTTTAAGCC\", \"ini\": 1110, \"clust\": 297, \"rank\": 556, \"rankvar\": 390, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 533, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 737, \"group\": [299.0, 112.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTTCATGGT\", \"ini\": 1109, \"clust\": 173, \"rank\": 336, \"rankvar\": 788, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 534, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 421, \"group\": [173.0, 89.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCTGCAGG\", \"ini\": 1108, \"clust\": 394, \"rank\": 694, \"rankvar\": 158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 535, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1413, \"group\": [392.0, 167.0, 29.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGAGAACAG\", \"ini\": 1107, \"clust\": 553, \"rank\": 591, \"rankvar\": 1236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 536, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1414, \"group\": [550.0, 245.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGAGAGCAATT\", \"ini\": 1106, \"clust\": 699, \"rank\": 587, \"rankvar\": 548, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 216, \"group\": [702.0, 349.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAACGCGA\", \"ini\": 1105, \"clust\": 601, \"rank\": 632, \"rankvar\": 975, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 217, \"group\": [602.0, 277.0, 55.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCAGTTTGG\", \"ini\": 1104, \"clust\": 526, \"rank\": 548, \"rankvar\": 405, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 539, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1415, \"group\": [528.0, 234.0, 39.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCCTCAACC\", \"ini\": 1103, \"clust\": 542, \"rank\": 691, \"rankvar\": 1300, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 540, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1416, \"group\": [543.0, 244.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAGCCTTTC\", \"ini\": 1102, \"clust\": 273, \"rank\": 523, \"rankvar\": 664, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 541, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 738, \"group\": [273.0, 108.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATAGGAG\", \"ini\": 1101, \"clust\": 6, \"rank\": 352, \"rankvar\": 982, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 218, \"group\": [5.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTCTCATCC\", \"ini\": 1100, \"clust\": 533, \"rank\": 478, \"rankvar\": 578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 739, \"group\": [532.0, 236.0, 40.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCGGCATCG\", \"ini\": 1099, \"clust\": 692, \"rank\": 519, \"rankvar\": 795, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 219, \"group\": [693.0, 343.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTTCGCTAA\", \"ini\": 1098, \"clust\": 280, \"rank\": 497, \"rankvar\": 57, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 545, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 740, \"group\": [280.0, 110.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGCGATG\", \"ini\": 1097, \"clust\": 61, \"rank\": 688, \"rankvar\": 1564, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 546, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1602, \"group\": [59.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAGTCAGCC\", \"ini\": 1096, \"clust\": 578, \"rank\": 702, \"rankvar\": 733, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 220, \"group\": [578.0, 261.0, 49.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAACTGCTA\", \"ini\": 1095, \"clust\": 167, \"rank\": 289, \"rankvar\": 679, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 548, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 741, \"group\": [168.0, 87.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTTGAGAT\", \"ini\": 1094, \"clust\": 186, \"rank\": 580, \"rankvar\": 1029, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 549, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 742, \"group\": [187.0, 96.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCCCTAAT\", \"ini\": 1093, \"clust\": 843, \"rank\": 575, \"rankvar\": 60, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 221, \"group\": [843.0, 397.0, 79.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAAGTCTAC\", \"ini\": 1092, \"clust\": 133, \"rank\": 448, \"rankvar\": 536, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 551, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 743, \"group\": [134.0, 63.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGGCTCTTA\", \"ini\": 1091, \"clust\": 517, \"rank\": 636, \"rankvar\": 591, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1417, \"group\": [518.0, 227.0, 38.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAACAGCGAACA\", \"ini\": 1090, \"clust\": 750, \"rank\": 584, \"rankvar\": 139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 553, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 222, \"group\": [749.0, 367.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAAACCGT\", \"ini\": 1089, \"clust\": 734, \"rank\": 603, \"rankvar\": 589, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 223, \"group\": [733.0, 361.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCACAGACTT\", \"ini\": 1088, \"clust\": 861, \"rank\": 638, \"rankvar\": 747, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 555, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1418, \"group\": [864.0, 413.0, 83.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCAATGGACG\", \"ini\": 1087, \"clust\": 530, \"rank\": 562, \"rankvar\": 602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 556, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1419, \"group\": [530.0, 234.0, 39.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTGACTACT\", \"ini\": 1086, \"clust\": 704, \"rank\": 568, \"rankvar\": 352, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 224, \"group\": [704.0, 350.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCTCTTATG\", \"ini\": 1085, \"clust\": 567, \"rank\": 530, \"rankvar\": 1056, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 558, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1420, \"group\": [565.0, 248.0, 43.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTACAGCAG\", \"ini\": 1084, \"clust\": 370, \"rank\": 634, \"rankvar\": 295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 559, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 744, \"group\": [370.0, 150.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCACCCAGTG\", \"ini\": 1083, \"clust\": 386, \"rank\": 674, \"rankvar\": 191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 560, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 745, \"group\": [385.0, 163.0, 29.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTATAGGTA\", \"ini\": 1082, \"clust\": 89, \"rank\": 630, \"rankvar\": 1123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 561, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1001, \"group\": [89.0, 30.0, 9.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGCTGAG\", \"ini\": 1081, \"clust\": 390, \"rank\": 736, \"rankvar\": 514, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 562, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1421, \"group\": [390.0, 166.0, 29.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGGCGCTCT\", \"ini\": 1080, \"clust\": 98, \"rank\": 555, \"rankvar\": 76, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 563, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 746, \"group\": [99.0, 39.0, 12.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGATTC\", \"ini\": 1079, \"clust\": 114, \"rank\": 525, \"rankvar\": 689, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 564, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 747, \"group\": [116.0, 51.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCTGGAGCC\", \"ini\": 1078, \"clust\": 764, \"rank\": 541, \"rankvar\": 375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 225, \"group\": [765.0, 372.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCGGATGGA\", \"ini\": 1077, \"clust\": 149, \"rank\": 676, \"rankvar\": 955, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 566, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 748, \"group\": [149.0, 71.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTATGCTTG\", \"ini\": 1076, \"clust\": 11, \"rank\": 707, \"rankvar\": 1025, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 567, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1603, \"group\": [41.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTACTTAC\", \"ini\": 1075, \"clust\": 262, \"rank\": 566, \"rankvar\": 340, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 568, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 749, \"group\": [266.0, 105.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAATCCGT\", \"ini\": 1074, \"clust\": 640, \"rank\": 531, \"rankvar\": 209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 226, \"group\": [643.0, 308.0, 65.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTGGGCTA\", \"ini\": 1073, \"clust\": 932, \"rank\": 419, \"rankvar\": 939, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 570, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1500, \"group\": [929.0, 447.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCAGGTGCCT\", \"ini\": 1072, \"clust\": 485, \"rank\": 250, \"rankvar\": 789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 571, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 750, \"group\": [488.0, 214.0, 37.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCTGAGTGT\", \"ini\": 1071, \"clust\": 310, \"rank\": 400, \"rankvar\": 615, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 572, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 751, \"group\": [310.0, 117.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGAGAGTACAT\", \"ini\": 1070, \"clust\": 554, \"rank\": 663, \"rankvar\": 1158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 573, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1422, \"group\": [551.0, 245.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGATGAGG\", \"ini\": 1069, \"clust\": 376, \"rank\": 722, \"rankvar\": 490, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 574, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1423, \"group\": [383.0, 161.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACCCTATC\", \"ini\": 1068, \"clust\": 993, \"rank\": 491, \"rankvar\": 841, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 575, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1501, \"group\": [995.0, 459.0, 94.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCGTTTGCC\", \"ini\": 1067, \"clust\": 797, \"rank\": 524, \"rankvar\": 476, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 227, \"group\": [797.0, 382.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCATTCA\", \"ini\": 1066, \"clust\": 85, \"rank\": 588, \"rankvar\": 1194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 577, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1260, \"group\": [87.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCTGTCAAG\", \"ini\": 1065, \"clust\": 844, \"rank\": 538, \"rankvar\": 372, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 578, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 228, \"group\": [844.0, 398.0, 79.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGCGCAC\", \"ini\": 1064, \"clust\": 848, \"rank\": 704, \"rankvar\": 54, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 229, \"group\": [849.0, 399.0, 79.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCGTCTTC\", \"ini\": 1063, \"clust\": 639, \"rank\": 563, \"rankvar\": 171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 230, \"group\": [639.0, 306.0, 65.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCACAACGTT\", \"ini\": 1062, \"clust\": 514, \"rank\": 526, \"rankvar\": 612, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 581, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1424, \"group\": [517.0, 226.0, 38.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTCCGAAGA\", \"ini\": 1061, \"clust\": 99, \"rank\": 521, \"rankvar\": 586, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 582, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 752, \"group\": [100.0, 40.0, 13.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCAAGC\", \"ini\": 1060, \"clust\": 102, \"rank\": 570, \"rankvar\": 166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 583, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 753, \"group\": [103.0, 43.0, 15.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCCGTTGTC\", \"ini\": 1059, \"clust\": 712, \"rank\": 485, \"rankvar\": 285, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 584, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 231, \"group\": [712.0, 352.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCAAGTAATG\", \"ini\": 1058, \"clust\": 265, \"rank\": 654, \"rankvar\": 436, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 585, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 754, \"group\": [264.0, 104.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCTAGAAC\", \"ini\": 1057, \"clust\": 157, \"rank\": 465, \"rankvar\": 234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 586, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 755, \"group\": [158.0, 79.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCCTTGCCA\", \"ini\": 1056, \"clust\": 667, \"rank\": 504, \"rankvar\": 645, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 232, \"group\": [664.0, 324.0, 72.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGGACGAT\", \"ini\": 1055, \"clust\": 713, \"rank\": 461, \"rankvar\": 95, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 233, \"group\": [714.0, 352.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGTGGTAAT\", \"ini\": 1054, \"clust\": 5, \"rank\": 490, \"rankvar\": 681, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 589, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 234, \"group\": [7.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGATGCGAC\", \"ini\": 1053, \"clust\": 313, \"rank\": 607, \"rankvar\": 192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 590, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 756, \"group\": [312.0, 118.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAGCTTAAC\", \"ini\": 1052, \"clust\": 294, \"rank\": 507, \"rankvar\": 556, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 591, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 757, \"group\": [294.0, 112.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGCAGCCTC\", \"ini\": 1051, \"clust\": 211, \"rank\": 423, \"rankvar\": 141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 592, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 758, \"group\": [212.0, 102.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTGGTGTAG\", \"ini\": 1050, \"clust\": 857, \"rank\": 780, \"rankvar\": 785, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 593, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1290, \"group\": [857.0, 407.0, 81.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTTGATG\", \"ini\": 1049, \"clust\": 688, \"rank\": 641, \"rankvar\": 909, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 235, \"group\": [687.0, 340.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAGTCGACTAT\", \"ini\": 1048, \"clust\": 144, \"rank\": 572, \"rankvar\": 878, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 595, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 759, \"group\": [146.0, 70.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGAATCT\", \"ini\": 1047, \"clust\": 680, \"rank\": 613, \"rankvar\": 432, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 596, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 236, \"group\": [682.0, 337.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTCCAGTAT\", \"ini\": 1046, \"clust\": 677, \"rank\": 456, \"rankvar\": 979, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 237, \"group\": [678.0, 335.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGACAGCT\", \"ini\": 1045, \"clust\": 616, \"rank\": 602, \"rankvar\": 424, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 238, \"group\": [617.0, 291.0, 62.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACCATACTACG\", \"ini\": 1044, \"clust\": 374, \"rank\": 818, \"rankvar\": 351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1425, \"group\": [375.0, 155.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGGTACA\", \"ini\": 1043, \"clust\": 694, \"rank\": 518, \"rankvar\": 162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 600, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 239, \"group\": [695.0, 345.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAAACGTGG\", \"ini\": 1042, \"clust\": 641, \"rank\": 468, \"rankvar\": 311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 240, \"group\": [641.0, 307.0, 65.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTAGTGACTCT\", \"ini\": 1041, \"clust\": 314, \"rank\": 535, \"rankvar\": 110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 602, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 760, \"group\": [313.0, 118.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTATCGCAT\", \"ini\": 1040, \"clust\": 682, \"rank\": 569, \"rankvar\": 208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 241, \"group\": [681.0, 336.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACGTCAGC\", \"ini\": 1039, \"clust\": 170, \"rank\": 375, \"rankvar\": 573, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 604, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 761, \"group\": [170.0, 88.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACCTCGT\", \"ini\": 1038, \"clust\": 40, \"rank\": 547, \"rankvar\": 1515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 605, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1604, \"group\": [39.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGTGCCTG\", \"ini\": 1037, \"clust\": 350, \"rank\": 546, \"rankvar\": 764, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 762, \"group\": [350.0, 133.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGCGAT\", \"ini\": 1036, \"clust\": 382, \"rank\": 766, \"rankvar\": 244, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 607, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1426, \"group\": [380.0, 158.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATTGG\", \"ini\": 1035, \"clust\": 668, \"rank\": 418, \"rankvar\": 488, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 242, \"group\": [665.0, 324.0, 72.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTTTACGT\", \"ini\": 1034, \"clust\": 702, \"rank\": 680, \"rankvar\": 181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 609, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 243, \"group\": [705.0, 350.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCGCCAGCA\", \"ini\": 1033, \"clust\": 171, \"rank\": 353, \"rankvar\": 683, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 610, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 763, \"group\": [171.0, 88.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCAGATCCTGT\", \"ini\": 1032, \"clust\": 518, \"rank\": 573, \"rankvar\": 140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 611, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1427, \"group\": [519.0, 228.0, 38.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCTCTGAGA\", \"ini\": 1031, \"clust\": 585, \"rank\": 827, \"rankvar\": 902, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 612, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 244, \"group\": [585.0, 265.0, 51.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGCAATC\", \"ini\": 1030, \"clust\": 803, \"rank\": 582, \"rankvar\": 69, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 613, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 245, \"group\": [802.0, 386.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTCTGG\", \"ini\": 1029, \"clust\": 912, \"rank\": 820, \"rankvar\": 1060, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 614, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 18, \"group\": [912.0, 439.0, 90.0, 26.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGTGAAGTT\", \"ini\": 1028, \"clust\": 177, \"rank\": 565, \"rankvar\": 45, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 615, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 764, \"group\": [181.0, 92.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTAAGGATT\", \"ini\": 1027, \"clust\": 383, \"rank\": 775, \"rankvar\": 735, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 616, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 765, \"group\": [395.0, 169.0, 30.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTGTCGAGTTT\", \"ini\": 1026, \"clust\": 83, \"rank\": 648, \"rankvar\": 240, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 617, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 766, \"group\": [83.0, 24.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTTGCTCCT\", \"ini\": 1025, \"clust\": 174, \"rank\": 399, \"rankvar\": 707, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 618, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 767, \"group\": [174.0, 89.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCGCATC\", \"ini\": 1024, \"clust\": 39, \"rank\": 631, \"rankvar\": 1572, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 619, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1605, \"group\": [37.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACTCAGCCTAA\", \"ini\": 1023, \"clust\": 815, \"rank\": 544, \"rankvar\": 144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 620, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 246, \"group\": [815.0, 391.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTGGGCCA\", \"ini\": 1022, \"clust\": 886, \"rank\": 799, \"rankvar\": 1028, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 621, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 19, \"group\": [890.0, 426.0, 86.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGGCTAGCA\", \"ini\": 1021, \"clust\": 327, \"rank\": 609, \"rankvar\": 441, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 622, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 768, \"group\": [328.0, 121.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAAGCCATCGC\", \"ini\": 1020, \"clust\": 1137, \"rank\": 616, \"rankvar\": 1085, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 247, \"group\": [1140.0, 565.0, 128.0, 35.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATACTACG\", \"ini\": 1019, \"clust\": 551, \"rank\": 718, \"rankvar\": 852, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 624, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1428, \"group\": [553.0, 245.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCTAGTGT\", \"ini\": 1018, \"clust\": 141, \"rank\": 571, \"rankvar\": 799, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 625, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 769, \"group\": [141.0, 68.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACATCCGCGA\", \"ini\": 1017, \"clust\": 534, \"rank\": 600, \"rankvar\": 549, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 770, \"group\": [533.0, 236.0, 40.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCCGTGAC\", \"ini\": 1016, \"clust\": 375, \"rank\": 893, \"rankvar\": 916, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1429, \"group\": [376.0, 156.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTTCCACAA\", \"ini\": 1015, \"clust\": 787, \"rank\": 697, \"rankvar\": 99, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 628, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 248, \"group\": [790.0, 380.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCCTTGTG\", \"ini\": 1014, \"clust\": 991, \"rank\": 577, \"rankvar\": 534, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 629, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1430, \"group\": [997.0, 461.0, 94.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCGATTCT\", \"ini\": 1013, \"clust\": 690, \"rank\": 601, \"rankvar\": 156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 249, \"group\": [689.0, 340.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCAATGGT\", \"ini\": 1012, \"clust\": 670, \"rank\": 618, \"rankvar\": 667, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 250, \"group\": [672.0, 330.0, 74.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTACAGACG\", \"ini\": 1011, \"clust\": 531, \"rank\": 705, \"rankvar\": 786, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 632, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1431, \"group\": [535.0, 238.0, 41.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGCTGATAA\", \"ini\": 1010, \"clust\": 870, \"rank\": 784, \"rankvar\": 1277, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 633, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 20, \"group\": [871.0, 417.0, 85.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTAATAGCA\", \"ini\": 1009, \"clust\": 731, \"rank\": 732, \"rankvar\": 217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 634, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 251, \"group\": [730.0, 359.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTGGCGAC\", \"ini\": 1008, \"clust\": 41, \"rank\": 713, \"rankvar\": 1531, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 635, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1606, \"group\": [40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAATGTGT\", \"ini\": 1007, \"clust\": 691, \"rank\": 658, \"rankvar\": 451, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 252, \"group\": [690.0, 340.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCACCTCGT\", \"ini\": 1006, \"clust\": 767, \"rank\": 650, \"rankvar\": 147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 637, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 253, \"group\": [767.0, 372.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCCGAAT\", \"ini\": 1005, \"clust\": 143, \"rank\": 554, \"rankvar\": 562, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 638, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 771, \"group\": [147.0, 70.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTACAGCAG\", \"ini\": 1004, \"clust\": 100, \"rank\": 520, \"rankvar\": 199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 772, \"group\": [101.0, 41.0, 14.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCAACGCTA\", \"ini\": 1003, \"clust\": 792, \"rank\": 669, \"rankvar\": 449, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 254, \"group\": [795.0, 381.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCACGAAATA\", \"ini\": 1002, \"clust\": 332, \"rank\": 639, \"rankvar\": 167, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 641, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 773, \"group\": [341.0, 125.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATTTGCTT\", \"ini\": 1001, \"clust\": 664, \"rank\": 532, \"rankvar\": 954, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 642, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 255, \"group\": [668.0, 326.0, 72.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTGTAATGA\", \"ini\": 1000, \"clust\": 107, \"rank\": 619, \"rankvar\": 871, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 643, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 774, \"group\": [108.0, 46.0, 15.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGAGTATA\", \"ini\": 999, \"clust\": 155, \"rank\": 625, \"rankvar\": 50, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 644, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 775, \"group\": [156.0, 77.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTAAAGA\", \"ini\": 998, \"clust\": 163, \"rank\": 508, \"rankvar\": 565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 776, \"group\": [164.0, 84.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTTGAGG\", \"ini\": 997, \"clust\": 596, \"rank\": 791, \"rankvar\": 655, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 646, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 256, \"group\": [596.0, 273.0, 53.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACACCAGGCT\", \"ini\": 996, \"clust\": 592, \"rank\": 895, \"rankvar\": 555, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 647, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 257, \"group\": [595.0, 272.0, 53.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGGGACA\", \"ini\": 995, \"clust\": 998, \"rank\": 686, \"rankvar\": 728, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 648, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1502, \"group\": [998.0, 462.0, 95.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGGGTACA\", \"ini\": 994, \"clust\": 7, \"rank\": 592, \"rankvar\": 798, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 649, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 258, \"group\": [6.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGCATG\", \"ini\": 993, \"clust\": 184, \"rank\": 543, \"rankvar\": 479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 650, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 777, \"group\": [185.0, 95.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTTGCGCAC\", \"ini\": 992, \"clust\": 104, \"rank\": 767, \"rankvar\": 1125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 651, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 778, \"group\": [105.0, 45.0, 15.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGATTGT\", \"ini\": 991, \"clust\": 996, \"rank\": 462, \"rankvar\": 1243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 652, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1503, \"group\": [991.0, 457.0, 94.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGAGACG\", \"ini\": 990, \"clust\": 869, \"rank\": 874, \"rankvar\": 1537, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 653, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 21, \"group\": [872.0, 418.0, 85.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGCAGCGTA\", \"ini\": 989, \"clust\": 918, \"rank\": 413, \"rankvar\": 1180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 654, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1504, \"group\": [919.0, 444.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAAGCCATT\", \"ini\": 988, \"clust\": 145, \"rank\": 590, \"rankvar\": 535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 655, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 779, \"group\": [144.0, 70.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTTACCCA\", \"ini\": 987, \"clust\": 897, \"rank\": 830, \"rankvar\": 1440, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 656, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 22, \"group\": [898.0, 431.0, 88.0, 25.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCTCTTGAT\", \"ini\": 986, \"clust\": 338, \"rank\": 640, \"rankvar\": 581, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 657, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 780, \"group\": [339.0, 124.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGCCGTCGT\", \"ini\": 985, \"clust\": 121, \"rank\": 755, \"rankvar\": 829, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 658, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 781, \"group\": [123.0, 57.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTAACTTC\", \"ini\": 984, \"clust\": 524, \"rank\": 774, \"rankvar\": 480, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1432, \"group\": [524.0, 232.0, 39.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCACGGTTA\", \"ini\": 983, \"clust\": 353, \"rank\": 589, \"rankvar\": 846, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 660, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 782, \"group\": [352.0, 135.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTGTAA\", \"ini\": 982, \"clust\": 188, \"rank\": 627, \"rankvar\": 175, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 661, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 783, \"group\": [190.0, 96.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATTGTGCA\", \"ini\": 981, \"clust\": 853, \"rank\": 796, \"rankvar\": 658, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 662, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 259, \"group\": [853.0, 403.0, 80.0, 21.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAGTCGGT\", \"ini\": 980, \"clust\": 401, \"rank\": 549, \"rankvar\": 227, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 663, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1291, \"group\": [402.0, 174.0, 32.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCGTCAAA\", \"ini\": 979, \"clust\": 647, \"rank\": 464, \"rankvar\": 1011, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 664, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 422, \"group\": [646.0, 310.0, 65.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCACCCTCA\", \"ini\": 978, \"clust\": 799, \"rank\": 610, \"rankvar\": 325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 665, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 260, \"group\": [800.0, 385.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTCACCTC\", \"ini\": 977, \"clust\": 538, \"rank\": 814, \"rankvar\": 946, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 666, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1433, \"group\": [540.0, 243.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGACAAGCC\", \"ini\": 976, \"clust\": 72, \"rank\": 896, \"rankvar\": 1374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 667, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1607, \"group\": [72.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGCATCATC\", \"ini\": 975, \"clust\": 337, \"rank\": 690, \"rankvar\": 384, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 784, \"group\": [340.0, 124.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGACACGAC\", \"ini\": 974, \"clust\": 714, \"rank\": 493, \"rankvar\": 972, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 261, \"group\": [715.0, 352.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTTCCTT\", \"ini\": 973, \"clust\": 124, \"rank\": 706, \"rankvar\": 420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 670, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 785, \"group\": [136.0, 65.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGATACACA\", \"ini\": 972, \"clust\": 654, \"rank\": 764, \"rankvar\": 288, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 671, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 786, \"group\": [654.0, 314.0, 66.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACAATAGAGT\", \"ini\": 971, \"clust\": 595, \"rank\": 852, \"rankvar\": 670, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 672, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 262, \"group\": [593.0, 271.0, 53.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGATGTGGC\", \"ini\": 970, \"clust\": 603, \"rank\": 738, \"rankvar\": 910, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 673, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 787, \"group\": [604.0, 279.0, 56.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGTAAGTAC\", \"ini\": 969, \"clust\": 754, \"rank\": 681, \"rankvar\": 373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 263, \"group\": [763.0, 371.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGGTCGAT\", \"ini\": 968, \"clust\": 63, \"rank\": 826, \"rankvar\": 1323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 675, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1608, \"group\": [62.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAAACGCG\", \"ini\": 967, \"clust\": 321, \"rank\": 467, \"rankvar\": 457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 676, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 788, \"group\": [327.0, 120.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGGGTGTTG\", \"ini\": 966, \"clust\": 1226, \"rank\": 754, \"rankvar\": 759, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 677, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 789, \"group\": [1226.0, 623.0, 142.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGCTATGCT\", \"ini\": 965, \"clust\": 630, \"rank\": 505, \"rankvar\": 731, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 264, \"group\": [631.0, 302.0, 64.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCTCGATGA\", \"ini\": 964, \"clust\": 94, \"rank\": 611, \"rankvar\": 1175, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 679, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1002, \"group\": [94.0, 34.0, 10.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAACACCCG\", \"ini\": 963, \"clust\": 128, \"rank\": 559, \"rankvar\": 652, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 680, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 790, \"group\": [127.0, 60.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTAAGAGAG\", \"ini\": 962, \"clust\": 116, \"rank\": 623, \"rankvar\": 527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 681, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 791, \"group\": [113.0, 51.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAGCTCCG\", \"ini\": 961, \"clust\": 371, \"rank\": 637, \"rankvar\": 643, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 682, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 792, \"group\": [371.0, 151.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTGTCCAT\", \"ini\": 960, \"clust\": 979, \"rank\": 685, \"rankvar\": 1267, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 683, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1505, \"group\": [976.0, 454.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGATTA\", \"ini\": 959, \"clust\": 675, \"rank\": 759, \"rankvar\": 357, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 265, \"group\": [674.0, 332.0, 75.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTGCTGTC\", \"ini\": 958, \"clust\": 604, \"rank\": 795, \"rankvar\": 165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 685, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 793, \"group\": [605.0, 280.0, 56.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTAAGTAG\", \"ini\": 957, \"clust\": 138, \"rank\": 761, \"rankvar\": 404, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 686, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 794, \"group\": [137.0, 66.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTAGGACAC\", \"ini\": 956, \"clust\": 263, \"rank\": 677, \"rankvar\": 342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 687, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 795, \"group\": [265.0, 104.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTACGAAAT\", \"ini\": 955, \"clust\": 928, \"rank\": 514, \"rankvar\": 834, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 688, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1506, \"group\": [932.0, 447.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCGGCATC\", \"ini\": 954, \"clust\": 795, \"rank\": 725, \"rankvar\": 102, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 689, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 266, \"group\": [798.0, 383.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATAGTCA\", \"ini\": 953, \"clust\": 115, \"rank\": 645, \"rankvar\": 279, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 690, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 796, \"group\": [115.0, 51.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTTTAGGA\", \"ini\": 952, \"clust\": 576, \"rank\": 727, \"rankvar\": 142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 691, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 267, \"group\": [579.0, 262.0, 50.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGTCGTC\", \"ini\": 951, \"clust\": 564, \"rank\": 715, \"rankvar\": 385, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 692, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1434, \"group\": [567.0, 250.0, 43.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGAAGGACA\", \"ini\": 950, \"clust\": 839, \"rank\": 671, \"rankvar\": 196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 268, \"group\": [842.0, 396.0, 78.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTGGAGA\", \"ini\": 949, \"clust\": 139, \"rank\": 698, \"rankvar\": 456, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 797, \"group\": [138.0, 66.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGGTGGA\", \"ini\": 948, \"clust\": 842, \"rank\": 730, \"rankvar\": 17, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 269, \"group\": [851.0, 401.0, 79.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGGCATG\", \"ini\": 947, \"clust\": 789, \"rank\": 644, \"rankvar\": 693, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 696, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 270, \"group\": [789.0, 380.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAATGTTGC\", \"ini\": 946, \"clust\": 156, \"rank\": 553, \"rankvar\": 289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 798, \"group\": [157.0, 78.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCGGCA\", \"ini\": 945, \"clust\": 140, \"rank\": 684, \"rankvar\": 248, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 698, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 799, \"group\": [143.0, 69.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGTACC\", \"ini\": 944, \"clust\": 648, \"rank\": 576, \"rankvar\": 386, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 271, \"group\": [647.0, 310.0, 65.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCATTATCC\", \"ini\": 943, \"clust\": 131, \"rank\": 608, \"rankvar\": 840, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 700, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 800, \"group\": [130.0, 61.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAGGATCGA\", \"ini\": 942, \"clust\": 1138, \"rank\": 783, \"rankvar\": 438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 701, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 272, \"group\": [1138.0, 563.0, 128.0, 35.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTCCAGTTA\", \"ini\": 941, \"clust\": 420, \"rank\": 809, \"rankvar\": 200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 702, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1292, \"group\": [429.0, 187.0, 34.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAGCTTCGG\", \"ini\": 940, \"clust\": 137, \"rank\": 740, \"rankvar\": 635, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 703, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 801, \"group\": [139.0, 66.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCACCAGGC\", \"ini\": 939, \"clust\": 686, \"rank\": 708, \"rankvar\": 128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 273, \"group\": [692.0, 342.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACACAGAGGT\", \"ini\": 938, \"clust\": 108, \"rank\": 635, \"rankvar\": 525, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 705, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 802, \"group\": [109.0, 47.0, 15.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGATTGCT\", \"ini\": 937, \"clust\": 695, \"rank\": 647, \"rankvar\": 84, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 706, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 274, \"group\": [696.0, 346.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCATCGTCGG\", \"ini\": 936, \"clust\": 217, \"rank\": 528, \"rankvar\": 188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 707, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 803, \"group\": [229.0, 103.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTGAATTG\", \"ini\": 935, \"clust\": 81, \"rank\": 943, \"rankvar\": 1630, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 708, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1609, \"group\": [81.0, 22.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGTATCTCG\", \"ini\": 934, \"clust\": 372, \"rank\": 870, \"rankvar\": 215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 709, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 275, \"group\": [373.0, 153.0, 27.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAACGC\", \"ini\": 933, \"clust\": 676, \"rank\": 536, \"rankvar\": 697, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 276, \"group\": [675.0, 332.0, 75.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGATCCCGC\", \"ini\": 932, \"clust\": 361, \"rank\": 494, \"rankvar\": 905, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 711, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 804, \"group\": [360.0, 142.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAAGAAAGG\", \"ini\": 931, \"clust\": 345, \"rank\": 620, \"rankvar\": 322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 712, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 805, \"group\": [346.0, 129.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTGGTTT\", \"ini\": 930, \"clust\": 611, \"rank\": 834, \"rankvar\": 477, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 277, \"group\": [610.0, 285.0, 59.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTTCAAG\", \"ini\": 929, \"clust\": 1627, \"rank\": 662, \"rankvar\": 170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 278, \"group\": [1632.0, 774.0, 172.0, 47.0, 14.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTTTCG\", \"ini\": 928, \"clust\": 158, \"rank\": 583, \"rankvar\": 210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 715, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 806, \"group\": [159.0, 80.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGTCTAC\", \"ini\": 927, \"clust\": 597, \"rank\": 819, \"rankvar\": 293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 716, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 279, \"group\": [597.0, 273.0, 53.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTGTCCGT\", \"ini\": 926, \"clust\": 934, \"rank\": 710, \"rankvar\": 1105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 717, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1507, \"group\": [933.0, 448.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTATATCCG\", \"ini\": 925, \"clust\": 851, \"rank\": 857, \"rankvar\": 914, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 280, \"group\": [854.0, 404.0, 80.0, 21.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGGCCT\", \"ini\": 924, \"clust\": 357, \"rank\": 622, \"rankvar\": 688, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 719, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 807, \"group\": [358.0, 140.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCACCGATAT\", \"ini\": 923, \"clust\": 687, \"rank\": 816, \"rankvar\": 454, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 720, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 281, \"group\": [691.0, 341.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGCCATG\", \"ini\": 922, \"clust\": 378, \"rank\": 935, \"rankvar\": 1001, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 721, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1435, \"group\": [381.0, 159.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGCTTGTC\", \"ini\": 921, \"clust\": 837, \"rank\": 837, \"rankvar\": 981, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 722, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 282, \"group\": [838.0, 393.0, 78.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGCTGATAA\", \"ini\": 920, \"clust\": 165, \"rank\": 646, \"rankvar\": 331, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 723, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 808, \"group\": [165.0, 85.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACACATGT\", \"ini\": 919, \"clust\": 674, \"rank\": 854, \"rankvar\": 278, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 724, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 283, \"group\": [676.0, 333.0, 75.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACATACG\", \"ini\": 918, \"clust\": 838, \"rank\": 807, \"rankvar\": 292, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 725, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 284, \"group\": [839.0, 393.0, 78.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCACCGAATT\", \"ini\": 917, \"clust\": 58, \"rank\": 872, \"rankvar\": 1436, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 726, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1610, \"group\": [57.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAATAGCGG\", \"ini\": 916, \"clust\": 672, \"rank\": 781, \"rankvar\": 381, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 727, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 285, \"group\": [671.0, 329.0, 74.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAGACACTT\", \"ini\": 915, \"clust\": 125, \"rank\": 746, \"rankvar\": 570, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 728, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 809, \"group\": [125.0, 59.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTTACGGAG\", \"ini\": 914, \"clust\": 142, \"rank\": 745, \"rankvar\": 768, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 729, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 810, \"group\": [142.0, 68.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGAGTTGGC\", \"ini\": 913, \"clust\": 169, \"rank\": 480, \"rankvar\": 648, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 730, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 811, \"group\": [172.0, 88.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCCCAGCT\", \"ini\": 912, \"clust\": 103, \"rank\": 689, \"rankvar\": 155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 731, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 812, \"group\": [104.0, 44.0, 15.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATCAGAA\", \"ini\": 911, \"clust\": 84, \"rank\": 842, \"rankvar\": 554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 732, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1003, \"group\": [88.0, 29.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGTCGATAA\", \"ini\": 910, \"clust\": 181, \"rank\": 668, \"rankvar\": 484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 733, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 813, \"group\": [182.0, 93.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAAGTTCTG\", \"ini\": 909, \"clust\": 1585, \"rank\": 612, \"rankvar\": 1318, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 734, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1004, \"group\": [1583.0, 746.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGACTAGGC\", \"ini\": 908, \"clust\": 632, \"rank\": 678, \"rankvar\": 923, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 735, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 423, \"group\": [633.0, 303.0, 64.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCACGGTAAG\", \"ini\": 907, \"clust\": 304, \"rank\": 701, \"rankvar\": 329, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 736, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 814, \"group\": [304.0, 115.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCTGTAGA\", \"ini\": 906, \"clust\": 1132, \"rank\": 667, \"rankvar\": 376, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 737, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 286, \"group\": [1135.0, 560.0, 126.0, 34.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCTTGT\", \"ini\": 905, \"clust\": 661, \"rank\": 629, \"rankvar\": 794, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 287, \"group\": [661.0, 321.0, 70.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTCGCTTG\", \"ini\": 904, \"clust\": 182, \"rank\": 729, \"rankvar\": 269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 739, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 815, \"group\": [183.0, 94.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACCAACCG\", \"ini\": 903, \"clust\": 355, \"rank\": 695, \"rankvar\": 160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 740, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 816, \"group\": [356.0, 138.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGCGCCTTG\", \"ini\": 902, \"clust\": 663, \"rank\": 733, \"rankvar\": 179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 288, \"group\": [669.0, 327.0, 73.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCCCGACTT\", \"ini\": 901, \"clust\": 146, \"rank\": 673, \"rankvar\": 401, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 742, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 817, \"group\": [145.0, 70.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGCCACGCT\", \"ini\": 900, \"clust\": 359, \"rank\": 748, \"rankvar\": 186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 743, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 818, \"group\": [363.0, 143.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCCCAACC\", \"ini\": 899, \"clust\": 678, \"rank\": 789, \"rankvar\": 928, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 744, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 289, \"group\": [679.0, 335.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCGAGT\", \"ini\": 898, \"clust\": 330, \"rank\": 614, \"rankvar\": 237, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 745, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 819, \"group\": [330.0, 122.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATGTTCCC\", \"ini\": 897, \"clust\": 683, \"rank\": 828, \"rankvar\": 900, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 746, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 290, \"group\": [686.0, 339.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACAGGTTT\", \"ini\": 896, \"clust\": 112, \"rank\": 760, \"rankvar\": 354, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 747, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 820, \"group\": [118.0, 53.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCGCGCCAA\", \"ini\": 895, \"clust\": 535, \"rank\": 737, \"rankvar\": 723, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 291, \"group\": [568.0, 251.0, 44.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCAGCGCTTAT\", \"ini\": 894, \"clust\": 52, \"rank\": 821, \"rankvar\": 1583, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 749, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1611, \"group\": [56.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACCAGATT\", \"ini\": 893, \"clust\": 944, \"rank\": 594, \"rankvar\": 1037, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 750, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1508, \"group\": [942.0, 451.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTATGAAAC\", \"ini\": 892, \"clust\": 697, \"rank\": 728, \"rankvar\": 195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 751, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 292, \"group\": [697.0, 347.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCCCTGACT\", \"ini\": 891, \"clust\": 587, \"rank\": 891, \"rankvar\": 851, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 293, \"group\": [588.0, 267.0, 51.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGTTAGCGG\", \"ini\": 890, \"clust\": 1050, \"rank\": 864, \"rankvar\": 1143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 753, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 821, \"group\": [1051.0, 500.0, 109.0, 31.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGCTAACTC\", \"ini\": 889, \"clust\": 729, \"rank\": 797, \"rankvar\": 79, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 294, \"group\": [731.0, 360.0, 77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGTTACCCA\", \"ini\": 888, \"clust\": 37, \"rank\": 788, \"rankvar\": 1369, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 755, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1612, \"group\": [38.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAGCGATG\", \"ini\": 887, \"clust\": 1221, \"rank\": 924, \"rankvar\": 678, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 756, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1293, \"group\": [1222.0, 619.0, 141.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTGGTAC\", \"ini\": 886, \"clust\": 369, \"rank\": 771, \"rankvar\": 464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 757, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 822, \"group\": [372.0, 152.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAGATGAGC\", \"ini\": 885, \"clust\": 373, \"rank\": 917, \"rankvar\": 598, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 295, \"group\": [374.0, 154.0, 27.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCAAAGTAG\", \"ini\": 884, \"clust\": 658, \"rank\": 823, \"rankvar\": 52, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 759, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 296, \"group\": [657.0, 317.0, 67.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTAAGCCA\", \"ini\": 883, \"clust\": 540, \"rank\": 920, \"rankvar\": 971, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 760, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1436, \"group\": [539.0, 242.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGATGTTAG\", \"ini\": 882, \"clust\": 62, \"rank\": 914, \"rankvar\": 1560, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 761, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1613, \"group\": [60.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGCCCGAAA\", \"ini\": 881, \"clust\": 119, \"rank\": 845, \"rankvar\": 808, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 762, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 823, \"group\": [119.0, 54.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCACAGGT\", \"ini\": 880, \"clust\": 945, \"rank\": 597, \"rankvar\": 1047, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 763, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1509, \"group\": [943.0, 451.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTCCAGGA\", \"ini\": 879, \"clust\": 360, \"rank\": 653, \"rankvar\": 419, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 764, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 824, \"group\": [362.0, 142.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAAGTGCG\", \"ini\": 878, \"clust\": 593, \"rank\": 946, \"rankvar\": 624, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 765, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 297, \"group\": [594.0, 271.0, 53.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCGTAGATTAG\", \"ini\": 877, \"clust\": 906, \"rank\": 903, \"rankvar\": 1200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 298, \"group\": [908.0, 435.0, 89.0, 25.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCGTACGGC\", \"ini\": 876, \"clust\": 95, \"rank\": 488, \"rankvar\": 1284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 767, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1005, \"group\": [95.0, 35.0, 10.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCACGGTGTC\", \"ini\": 875, \"clust\": 617, \"rank\": 743, \"rankvar\": 309, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 299, \"group\": [618.0, 292.0, 62.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCTATCCTA\", \"ini\": 874, \"clust\": 1139, \"rank\": 850, \"rankvar\": 757, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 300, \"group\": [1139.0, 564.0, 128.0, 35.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCACTGGGC\", \"ini\": 873, \"clust\": 598, \"rank\": 869, \"rankvar\": 261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 301, \"group\": [600.0, 275.0, 53.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTATGAAAC\", \"ini\": 872, \"clust\": 607, \"rank\": 962, \"rankvar\": 1396, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 302, \"group\": [606.0, 281.0, 57.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCTTGGTC\", \"ini\": 871, \"clust\": 643, \"rank\": 661, \"rankvar\": 81, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 772, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 825, \"group\": [649.0, 312.0, 65.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCACGTTGGC\", \"ini\": 870, \"clust\": 117, \"rank\": 772, \"rankvar\": 685, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 826, \"group\": [114.0, 51.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCCCTTA\", \"ini\": 869, \"clust\": 565, \"rank\": 794, \"rankvar\": 907, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 774, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1006, \"group\": [566.0, 249.0, 43.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGACAAAGG\", \"ini\": 868, \"clust\": 620, \"rank\": 758, \"rankvar\": 501, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 775, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 424, \"group\": [621.0, 294.0, 63.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACTGCCAG\", \"ini\": 867, \"clust\": 1201, \"rank\": 1005, \"rankvar\": 1100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 776, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 827, \"group\": [1204.0, 605.0, 137.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGCGTGAGT\", \"ini\": 866, \"clust\": 972, \"rank\": 752, \"rankvar\": 1288, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 777, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1510, \"group\": [969.0, 452.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCGCGGATC\", \"ini\": 865, \"clust\": 166, \"rank\": 626, \"rankvar\": 816, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 778, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 828, \"group\": [166.0, 85.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGGTGCAGACA\", \"ini\": 864, \"clust\": 351, \"rank\": 773, \"rankvar\": 696, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 779, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 829, \"group\": [351.0, 134.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTAAGGGC\", \"ini\": 863, \"clust\": 645, \"rank\": 557, \"rankvar\": 594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 780, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 425, \"group\": [644.0, 309.0, 65.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGCGTTCCG\", \"ini\": 862, \"clust\": 693, \"rank\": 839, \"rankvar\": 377, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 303, \"group\": [694.0, 344.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCATGAAC\", \"ini\": 861, \"clust\": 612, \"rank\": 822, \"rankvar\": 628, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 304, \"group\": [611.0, 286.0, 59.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGCACTTCGAA\", \"ini\": 860, \"clust\": 515, \"rank\": 742, \"rankvar\": 582, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 783, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1437, \"group\": [515.0, 225.0, 38.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGGCATCG\", \"ini\": 859, \"clust\": 354, \"rank\": 747, \"rankvar\": 797, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 784, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 830, \"group\": [353.0, 135.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCTCCAACC\", \"ini\": 858, \"clust\": 168, \"rank\": 655, \"rankvar\": 721, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 785, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 831, \"group\": [169.0, 87.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGGGATCTG\", \"ini\": 857, \"clust\": 132, \"rank\": 712, \"rankvar\": 430, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 786, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 832, \"group\": [131.0, 61.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGGCTCAC\", \"ini\": 856, \"clust\": 0, \"rank\": 936, \"rankvar\": 1072, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 305, \"group\": [84.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACAGTTAACC\", \"ini\": 855, \"clust\": 331, \"rank\": 717, \"rankvar\": 690, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 788, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 833, \"group\": [331.0, 122.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCAGGCGAA\", \"ini\": 854, \"clust\": 591, \"rank\": 862, \"rankvar\": 82, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 306, \"group\": [601.0, 276.0, 54.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCACAACGCC\", \"ini\": 853, \"clust\": 953, \"rank\": 724, \"rankvar\": 1482, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 790, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1511, \"group\": [950.0, 452.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGCAGTTT\", \"ini\": 852, \"clust\": 358, \"rank\": 564, \"rankvar\": 748, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 791, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 834, \"group\": [359.0, 141.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCACTCCTG\", \"ini\": 851, \"clust\": 955, \"rank\": 768, \"rankvar\": 1479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 792, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1512, \"group\": [953.0, 452.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGAAGGCCT\", \"ini\": 850, \"clust\": 929, \"rank\": 628, \"rankvar\": 724, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 793, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1513, \"group\": [931.0, 447.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCAGGCAAG\", \"ini\": 849, \"clust\": 642, \"rank\": 649, \"rankvar\": 891, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 794, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 426, \"group\": [642.0, 307.0, 65.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGTTGCAGG\", \"ini\": 848, \"clust\": 646, \"rank\": 444, \"rankvar\": 1044, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 795, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 427, \"group\": [645.0, 309.0, 65.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGAAAGA\", \"ini\": 847, \"clust\": 1594, \"rank\": 719, \"rankvar\": 1358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 796, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1007, \"group\": [1592.0, 751.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCAGATGTAAC\", \"ini\": 846, \"clust\": 995, \"rank\": 884, \"rankvar\": 1391, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 797, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1514, \"group\": [993.0, 457.0, 94.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCGGATCA\", \"ini\": 845, \"clust\": 122, \"rank\": 847, \"rankvar\": 485, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 798, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 835, \"group\": [121.0, 56.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCACATTCGA\", \"ini\": 844, \"clust\": 606, \"rank\": 912, \"rankvar\": 865, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 307, \"group\": [608.0, 283.0, 57.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTAAAGTCA\", \"ini\": 843, \"clust\": 110, \"rank\": 714, \"rankvar\": 894, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 800, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 836, \"group\": [111.0, 49.0, 15.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCATCGGC\", \"ini\": 842, \"clust\": 363, \"rank\": 664, \"rankvar\": 783, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 801, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 837, \"group\": [364.0, 144.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACCCATTC\", \"ini\": 841, \"clust\": 172, \"rank\": 679, \"rankvar\": 313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 802, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 428, \"group\": [175.0, 90.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGCTGAACG\", \"ini\": 840, \"clust\": 160, \"rank\": 726, \"rankvar\": 250, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 838, \"group\": [160.0, 81.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCGACAGCC\", \"ini\": 839, \"clust\": 1308, \"rank\": 1017, \"rankvar\": 763, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 308, \"group\": [1306.0, 672.0, 151.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTCAGACT\", \"ini\": 838, \"clust\": 161, \"rank\": 711, \"rankvar\": 472, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 805, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 839, \"group\": [161.0, 81.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTGGTCTCG\", \"ini\": 837, \"clust\": 997, \"rank\": 751, \"rankvar\": 1083, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 806, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1515, \"group\": [992.0, 457.0, 94.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTATCGCC\", \"ini\": 836, \"clust\": 302, \"rank\": 756, \"rankvar\": 151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 807, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 429, \"group\": [305.0, 116.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGATGAGAG\", \"ini\": 835, \"clust\": 947, \"rank\": 595, \"rankvar\": 1092, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 808, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1516, \"group\": [945.0, 451.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAACCAC\", \"ini\": 834, \"clust\": 1223, \"rank\": 876, \"rankvar\": 263, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 809, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 840, \"group\": [1224.0, 621.0, 142.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTTCGATC\", \"ini\": 833, \"clust\": 135, \"rank\": 683, \"rankvar\": 429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 810, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 841, \"group\": [133.0, 62.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCTAAGAT\", \"ini\": 832, \"clust\": 631, \"rank\": 605, \"rankvar\": 611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 309, \"group\": [632.0, 302.0, 64.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTAGCAAAT\", \"ini\": 831, \"clust\": 127, \"rank\": 744, \"rankvar\": 867, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 812, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 842, \"group\": [129.0, 60.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGATGTCT\", \"ini\": 830, \"clust\": 328, \"rank\": 735, \"rankvar\": 812, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 813, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 843, \"group\": [329.0, 121.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGTAC\", \"ini\": 829, \"clust\": 1309, \"rank\": 1054, \"rankvar\": 732, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 814, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 310, \"group\": [1307.0, 672.0, 151.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGTTGTC\", \"ini\": 828, \"clust\": 618, \"rank\": 723, \"rankvar\": 758, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 815, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 430, \"group\": [619.0, 293.0, 63.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGAGAGCTC\", \"ini\": 827, \"clust\": 537, \"rank\": 833, \"rankvar\": 687, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 816, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1438, \"group\": [537.0, 240.0, 42.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAGCTCCGA\", \"ini\": 826, \"clust\": 111, \"rank\": 770, \"rankvar\": 344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 817, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 844, \"group\": [112.0, 50.0, 15.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTGCGTGA\", \"ini\": 825, \"clust\": 118, \"rank\": 805, \"rankvar\": 508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 818, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 845, \"group\": [124.0, 58.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAAGAAGC\", \"ini\": 824, \"clust\": 673, \"rank\": 769, \"rankvar\": 223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 819, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 311, \"group\": [677.0, 334.0, 75.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGCGTTTAC\", \"ini\": 823, \"clust\": 865, \"rank\": 942, \"rankvar\": 1081, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 820, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 23, \"group\": [865.0, 414.0, 84.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTAATCACC\", \"ini\": 822, \"clust\": 659, \"rank\": 865, \"rankvar\": 601, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 821, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 312, \"group\": [658.0, 318.0, 67.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCGGAAATA\", \"ini\": 821, \"clust\": 126, \"rank\": 700, \"rankvar\": 499, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 822, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 846, \"group\": [126.0, 59.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTCAGAG\", \"ini\": 820, \"clust\": 109, \"rank\": 749, \"rankvar\": 392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 823, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 847, \"group\": [110.0, 48.0, 15.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGTAGCGGT\", \"ini\": 819, \"clust\": 948, \"rank\": 734, \"rankvar\": 1196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 824, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1517, \"group\": [990.0, 456.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGTCTCCTATA\", \"ini\": 818, \"clust\": 1216, \"rank\": 867, \"rankvar\": 1128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 825, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 848, \"group\": [1217.0, 614.0, 139.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGTATCTG\", \"ini\": 817, \"clust\": 994, \"rank\": 790, \"rankvar\": 1213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 826, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1518, \"group\": [994.0, 458.0, 94.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTGATCGG\", \"ini\": 816, \"clust\": 859, \"rank\": 996, \"rankvar\": 668, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 827, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 849, \"group\": [860.0, 409.0, 82.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTAGGGACT\", \"ini\": 815, \"clust\": 164, \"rank\": 593, \"rankvar\": 776, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 828, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 431, \"group\": [167.0, 86.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCTCTAACTGG\", \"ini\": 814, \"clust\": 329, \"rank\": 666, \"rankvar\": 605, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 829, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 850, \"group\": [332.0, 122.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTAGTTTCCTT\", \"ini\": 813, \"clust\": 990, \"rank\": 777, \"rankvar\": 1299, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 830, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1519, \"group\": [988.0, 455.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCAAG\", \"ini\": 812, \"clust\": 655, \"rank\": 753, \"rankvar\": 444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 831, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 432, \"group\": [652.0, 314.0, 66.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGACTCGC\", \"ini\": 811, \"clust\": 1153, \"rank\": 825, \"rankvar\": 1201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 832, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 851, \"group\": [1156.0, 576.0, 130.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAAGCCCAC\", \"ini\": 810, \"clust\": 1575, \"rank\": 551, \"rankvar\": 1428, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 833, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1008, \"group\": [1576.0, 741.0, 163.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCAATCCGAT\", \"ini\": 809, \"clust\": 892, \"rank\": 861, \"rankvar\": 1075, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 834, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 852, \"group\": [895.0, 429.0, 88.0, 25.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCGGATCC\", \"ini\": 808, \"clust\": 64, \"rank\": 990, \"rankvar\": 1567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 835, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1614, \"group\": [63.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCCTTGTG\", \"ini\": 807, \"clust\": 875, \"rank\": 889, \"rankvar\": 1448, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 836, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 24, \"group\": [874.0, 420.0, 86.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAGTGAAT\", \"ini\": 806, \"clust\": 53, \"rank\": 958, \"rankvar\": 1614, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 837, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1615, \"group\": [55.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCAATGGAGC\", \"ini\": 805, \"clust\": 367, \"rank\": 897, \"rankvar\": 458, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 838, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 853, \"group\": [368.0, 148.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGTGTTAA\", \"ini\": 804, \"clust\": 70, \"rank\": 890, \"rankvar\": 1492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 839, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1616, \"group\": [69.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTTATTCTC\", \"ini\": 803, \"clust\": 696, \"rank\": 801, \"rankvar\": 803, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 313, \"group\": [699.0, 348.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCCGAATT\", \"ini\": 802, \"clust\": 572, \"rank\": 803, \"rankvar\": 544, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 314, \"group\": [573.0, 256.0, 46.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTACCAGTT\", \"ini\": 801, \"clust\": 970, \"rank\": 880, \"rankvar\": 1378, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 842, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1520, \"group\": [966.0, 452.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCGTCACGG\", \"ini\": 800, \"clust\": 698, \"rank\": 692, \"rankvar\": 315, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 843, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 315, \"group\": [698.0, 347.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAAGCCGATTT\", \"ini\": 799, \"clust\": 1583, \"rank\": 793, \"rankvar\": 740, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 844, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1009, \"group\": [1586.0, 748.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGGTGATTA\", \"ini\": 798, \"clust\": 910, \"rank\": 1046, \"rankvar\": 632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 845, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1439, \"group\": [910.0, 437.0, 90.0, 26.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAATGGATA\", \"ini\": 797, \"clust\": 1232, \"rank\": 875, \"rankvar\": 221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 846, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 854, \"group\": [1233.0, 629.0, 144.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACACAGCCCA\", \"ini\": 796, \"clust\": 1222, \"rank\": 1043, \"rankvar\": 804, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 847, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1294, \"group\": [1223.0, 620.0, 141.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGGATGGG\", \"ini\": 795, \"clust\": 899, \"rank\": 905, \"rankvar\": 1228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 848, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 855, \"group\": [903.0, 431.0, 88.0, 25.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAGGAACGT\", \"ini\": 794, \"clust\": 105, \"rank\": 851, \"rankvar\": 713, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 849, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 433, \"group\": [106.0, 45.0, 15.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGCCATCGC\", \"ini\": 793, \"clust\": 999, \"rank\": 919, \"rankvar\": 462, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 850, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1440, \"group\": [999.0, 463.0, 95.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTCCGTCAG\", \"ini\": 792, \"clust\": 1317, \"rank\": 975, \"rankvar\": 622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 851, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1441, \"group\": [1319.0, 682.0, 156.0, 41.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACAGGGATTG\", \"ini\": 791, \"clust\": 68, \"rank\": 938, \"rankvar\": 1635, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 852, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1617, \"group\": [67.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTATCGCAT\", \"ini\": 790, \"clust\": 1142, \"rank\": 778, \"rankvar\": 1484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 316, \"group\": [1141.0, 566.0, 129.0, 35.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCACTAGTAC\", \"ini\": 789, \"clust\": 626, \"rank\": 792, \"rankvar\": 1002, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 854, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 434, \"group\": [625.0, 297.0, 63.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCTTAGAGC\", \"ini\": 788, \"clust\": 1199, \"rank\": 863, \"rankvar\": 1247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 855, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1442, \"group\": [1197.0, 600.0, 134.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCATGGAATA\", \"ini\": 787, \"clust\": 651, \"rank\": 843, \"rankvar\": 1156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 856, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 435, \"group\": [650.0, 313.0, 66.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGGATGCGT\", \"ini\": 786, \"clust\": 614, \"rank\": 741, \"rankvar\": 774, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 857, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 436, \"group\": [614.0, 289.0, 62.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTCGATAA\", \"ini\": 785, \"clust\": 362, \"rank\": 606, \"rankvar\": 922, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 858, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 856, \"group\": [361.0, 142.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGATATGGT\", \"ini\": 784, \"clust\": 619, \"rank\": 703, \"rankvar\": 1057, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 859, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 437, \"group\": [620.0, 293.0, 63.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACCAACCG\", \"ini\": 783, \"clust\": 1227, \"rank\": 858, \"rankvar\": 638, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 860, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 857, \"group\": [1227.0, 624.0, 142.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCGATCCCT\", \"ini\": 782, \"clust\": 656, \"rank\": 879, \"rankvar\": 560, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 861, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 438, \"group\": [653.0, 314.0, 66.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTTAACGA\", \"ini\": 781, \"clust\": 689, \"rank\": 757, \"rankvar\": 833, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 317, \"group\": [688.0, 340.0, 76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTCTAGGTT\", \"ini\": 780, \"clust\": 1318, \"rank\": 989, \"rankvar\": 224, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 863, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1443, \"group\": [1317.0, 681.0, 156.0, 41.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCATTGCGA\", \"ini\": 779, \"clust\": 1133, \"rank\": 838, \"rankvar\": 546, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 318, \"group\": [1133.0, 558.0, 125.0, 34.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAAGCGAGT\", \"ini\": 778, \"clust\": 956, \"rank\": 817, \"rankvar\": 1497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 865, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1521, \"group\": [954.0, 452.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCGTCAAA\", \"ini\": 777, \"clust\": 588, \"rank\": 910, \"rankvar\": 218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 319, \"group\": [589.0, 268.0, 51.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGTTGGC\", \"ini\": 776, \"clust\": 580, \"rank\": 1101, \"rankvar\": 1542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 320, \"group\": [580.0, 263.0, 51.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGTCACAGTAC\", \"ini\": 775, \"clust\": 60, \"rank\": 1057, \"rankvar\": 1588, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 868, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1618, \"group\": [61.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCAACCAAC\", \"ini\": 774, \"clust\": 589, \"rank\": 985, \"rankvar\": 397, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 321, \"group\": [590.0, 269.0, 52.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTGTTGTTTGG\", \"ini\": 773, \"clust\": 1018, \"rank\": 785, \"rankvar\": 512, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 870, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 858, \"group\": [1019.0, 479.0, 100.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCTCACCT\", \"ini\": 772, \"clust\": 936, \"rank\": 829, \"rankvar\": 1107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 871, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1522, \"group\": [936.0, 450.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCATTGCGGC\", \"ini\": 771, \"clust\": 860, \"rank\": 1038, \"rankvar\": 927, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 872, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1444, \"group\": [861.0, 410.0, 82.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCGGCGCTA\", \"ini\": 770, \"clust\": 666, \"rank\": 849, \"rankvar\": 20, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 322, \"group\": [666.0, 324.0, 72.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCCGCATAA\", \"ini\": 769, \"clust\": 660, \"rank\": 815, \"rankvar\": 674, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 874, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 323, \"group\": [663.0, 323.0, 71.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCTCCCTGA\", \"ini\": 768, \"clust\": 608, \"rank\": 887, \"rankvar\": 1516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 875, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 439, \"group\": [607.0, 282.0, 57.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAAACGAG\", \"ini\": 767, \"clust\": 516, \"rank\": 779, \"rankvar\": 686, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 876, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1445, \"group\": [516.0, 225.0, 38.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAAGGCACATG\", \"ini\": 766, \"clust\": 921, \"rank\": 657, \"rankvar\": 1099, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 877, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1523, \"group\": [927.0, 446.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCATAACCG\", \"ini\": 765, \"clust\": 364, \"rank\": 835, \"rankvar\": 389, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 878, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 859, \"group\": [365.0, 145.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACACATTTCT\", \"ini\": 764, \"clust\": 123, \"rank\": 873, \"rankvar\": 447, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 879, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 860, \"group\": [122.0, 56.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGTGAAAT\", \"ini\": 763, \"clust\": 1304, \"rank\": 1105, \"rankvar\": 818, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 880, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 324, \"group\": [1309.0, 674.0, 151.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCATCCTAGA\", \"ini\": 762, \"clust\": 1217, \"rank\": 944, \"rankvar\": 745, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 881, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 861, \"group\": [1218.0, 615.0, 139.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCTTCGGTC\", \"ini\": 761, \"clust\": 873, \"rank\": 1072, \"rankvar\": 1223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 882, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 25, \"group\": [875.0, 421.0, 86.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTCAAGGC\", \"ini\": 760, \"clust\": 633, \"rank\": 762, \"rankvar\": 718, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 883, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 440, \"group\": [634.0, 303.0, 64.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTCTAAACC\", \"ini\": 759, \"clust\": 1202, \"rank\": 972, \"rankvar\": 695, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 884, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 862, \"group\": [1202.0, 604.0, 137.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTTACCGAT\", \"ini\": 758, \"clust\": 101, \"rank\": 802, \"rankvar\": 336, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 885, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 863, \"group\": [102.0, 42.0, 14.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATTGCCC\", \"ini\": 757, \"clust\": 942, \"rank\": 812, \"rankvar\": 1373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 886, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1524, \"group\": [941.0, 451.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGGGTCGAT\", \"ini\": 756, \"clust\": 967, \"rank\": 871, \"rankvar\": 1626, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 887, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1525, \"group\": [963.0, 452.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAGGTTTCA\", \"ini\": 755, \"clust\": 343, \"rank\": 810, \"rankvar\": 504, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 888, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 864, \"group\": [342.0, 126.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAAAGTAG\", \"ini\": 754, \"clust\": 349, \"rank\": 804, \"rankvar\": 418, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 889, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 865, \"group\": [355.0, 137.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCCAGAGGA\", \"ini\": 753, \"clust\": 935, \"rank\": 786, \"rankvar\": 1233, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 890, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1526, \"group\": [934.0, 448.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCAGATAAG\", \"ini\": 752, \"clust\": 610, \"rank\": 918, \"rankvar\": 146, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 325, \"group\": [612.0, 287.0, 60.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCTGCTGTC\", \"ini\": 751, \"clust\": 954, \"rank\": 811, \"rankvar\": 1525, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 892, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1527, \"group\": [951.0, 452.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATTACCTT\", \"ini\": 750, \"clust\": 159, \"rank\": 763, \"rankvar\": 541, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 893, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 866, \"group\": [162.0, 82.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTACGACG\", \"ini\": 749, \"clust\": 1237, \"rank\": 986, \"rankvar\": 864, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 894, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 867, \"group\": [1240.0, 635.0, 146.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCACAGTATAAG\", \"ini\": 748, \"clust\": 662, \"rank\": 856, \"rankvar\": 588, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 326, \"group\": [662.0, 322.0, 70.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAACTTGAC\", \"ini\": 747, \"clust\": 665, \"rank\": 832, \"rankvar\": 125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 896, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 327, \"group\": [667.0, 325.0, 72.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCGTTACAG\", \"ini\": 746, \"clust\": 1597, \"rank\": 808, \"rankvar\": 1051, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 897, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1010, \"group\": [1598.0, 753.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTATCCTA\", \"ini\": 745, \"clust\": 938, \"rank\": 750, \"rankvar\": 882, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 898, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1528, \"group\": [938.0, 450.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGGCTAGGT\", \"ini\": 744, \"clust\": 54, \"rank\": 1096, \"rankvar\": 1592, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 899, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1619, \"group\": [54.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCCTAGGGC\", \"ini\": 743, \"clust\": 634, \"rank\": 660, \"rankvar\": 1130, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 900, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 441, \"group\": [637.0, 305.0, 64.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCCAGTTA\", \"ini\": 742, \"clust\": 621, \"rank\": 765, \"rankvar\": 778, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 901, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 442, \"group\": [622.0, 294.0, 63.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGAAGGTGA\", \"ini\": 741, \"clust\": 1586, \"rank\": 782, \"rankvar\": 1368, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 902, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1011, \"group\": [1584.0, 746.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGCAACT\", \"ini\": 740, \"clust\": 1224, \"rank\": 853, \"rankvar\": 726, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 903, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 443, \"group\": [1225.0, 622.0, 142.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCAAATCCGT\", \"ini\": 739, \"clust\": 1134, \"rank\": 868, \"rankvar\": 281, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 328, \"group\": [1134.0, 559.0, 125.0, 34.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCACCCAGTG\", \"ini\": 738, \"clust\": 856, \"rank\": 1110, \"rankvar\": 938, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 905, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1570, \"group\": [859.0, 408.0, 81.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACACGCATCG\", \"ini\": 737, \"clust\": 1057, \"rank\": 900, \"rankvar\": 1054, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 906, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 868, \"group\": [1055.0, 503.0, 111.0, 31.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTGGGTATG\", \"ini\": 736, \"clust\": 568, \"rank\": 971, \"rankvar\": 730, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 907, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 329, \"group\": [572.0, 255.0, 45.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGTTGGC\", \"ini\": 735, \"clust\": 129, \"rank\": 776, \"rankvar\": 294, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 908, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 869, \"group\": [128.0, 60.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCATTTCACT\", \"ini\": 734, \"clust\": 1316, \"rank\": 991, \"rankvar\": 257, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 909, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1446, \"group\": [1320.0, 683.0, 156.0, 41.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGTCAATAG\", \"ini\": 733, \"clust\": 866, \"rank\": 1033, \"rankvar\": 777, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 910, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 26, \"group\": [866.0, 414.0, 84.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGCGATATA\", \"ini\": 732, \"clust\": 582, \"rank\": 1024, \"rankvar\": 654, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 911, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 330, \"group\": [582.0, 263.0, 51.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTGTTTGGT\", \"ini\": 731, \"clust\": 854, \"rank\": 1056, \"rankvar\": 869, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 912, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1447, \"group\": [855.0, 405.0, 81.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCCCGACA\", \"ini\": 730, \"clust\": 590, \"rank\": 1058, \"rankvar\": 214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 331, \"group\": [591.0, 270.0, 52.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGCTAGGT\", \"ini\": 729, \"clust\": 88, \"rank\": 979, \"rankvar\": 1431, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 914, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1012, \"group\": [91.0, 31.0, 9.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTCACAAGG\", \"ini\": 728, \"clust\": 1154, \"rank\": 1015, \"rankvar\": 1215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 915, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 870, \"group\": [1155.0, 576.0, 130.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCGAATGGG\", \"ini\": 727, \"clust\": 1200, \"rank\": 1000, \"rankvar\": 1217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 916, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1448, \"group\": [1198.0, 600.0, 134.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCAAGGTAA\", \"ini\": 726, \"clust\": 624, \"rank\": 907, \"rankvar\": 662, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 917, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 332, \"group\": [628.0, 299.0, 63.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCGCCTCA\", \"ini\": 725, \"clust\": 1, \"rank\": 904, \"rankvar\": 827, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 333, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGAAAGTGG\", \"ini\": 724, \"clust\": 628, \"rank\": 848, \"rankvar\": 583, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 919, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 444, \"group\": [629.0, 300.0, 64.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGGTCGTC\", \"ini\": 723, \"clust\": 858, \"rank\": 1071, \"rankvar\": 769, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 334, \"group\": [858.0, 407.0, 81.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACATTCTTAC\", \"ini\": 722, \"clust\": 950, \"rank\": 855, \"rankvar\": 1558, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 921, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1529, \"group\": [948.0, 452.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTATCTGCA\", \"ini\": 721, \"clust\": 635, \"rank\": 739, \"rankvar\": 469, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 922, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 871, \"group\": [635.0, 304.0, 64.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCACCGAATT\", \"ini\": 720, \"clust\": 965, \"rank\": 886, \"rankvar\": 1546, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 923, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1530, \"group\": [961.0, 452.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCAAGTTAAG\", \"ini\": 719, \"clust\": 1001, \"rank\": 987, \"rankvar\": 1179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 924, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1531, \"group\": [1003.0, 465.0, 95.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCAGCTATTG\", \"ini\": 718, \"clust\": 55, \"rank\": 1031, \"rankvar\": 1480, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 925, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1620, \"group\": [52.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCCTCAATT\", \"ini\": 717, \"clust\": 1245, \"rank\": 967, \"rankvar\": 843, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 926, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 872, \"group\": [1244.0, 638.0, 146.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCTATCCCG\", \"ini\": 716, \"clust\": 1130, \"rank\": 995, \"rankvar\": 831, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 927, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 335, \"group\": [1131.0, 556.0, 124.0, 34.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTCATATGC\", \"ini\": 715, \"clust\": 1598, \"rank\": 806, \"rankvar\": 1350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 928, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1013, \"group\": [1596.0, 753.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCCAAGTA\", \"ini\": 714, \"clust\": 1625, \"rank\": 731, \"rankvar\": 964, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 929, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 873, \"group\": [1625.0, 767.0, 170.0, 47.0, 14.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCCATGCTC\", \"ini\": 713, \"clust\": 344, \"rank\": 824, \"rankvar\": 362, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 930, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 874, \"group\": [343.0, 126.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACGCCAGT\", \"ini\": 712, \"clust\": 968, \"rank\": 800, \"rankvar\": 1511, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 931, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1532, \"group\": [964.0, 452.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGCTAAACA\", \"ini\": 711, \"clust\": 969, \"rank\": 892, \"rankvar\": 1230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 932, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1533, \"group\": [968.0, 452.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGCAGCGTA\", \"ini\": 710, \"clust\": 937, \"rank\": 836, \"rankvar\": 1095, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 933, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1534, \"group\": [937.0, 450.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCACCTCGGA\", \"ini\": 709, \"clust\": 653, \"rank\": 888, \"rankvar\": 675, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 934, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 445, \"group\": [655.0, 315.0, 66.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTGGTCCC\", \"ini\": 708, \"clust\": 1078, \"rank\": 883, \"rankvar\": 1032, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 336, \"group\": [1079.0, 521.0, 116.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGAACAATC\", \"ini\": 707, \"clust\": 1219, \"rank\": 916, \"rankvar\": 502, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 936, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 875, \"group\": [1219.0, 616.0, 140.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCTACGAGT\", \"ini\": 706, \"clust\": 609, \"rank\": 951, \"rankvar\": 193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 337, \"group\": [613.0, 288.0, 61.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTTTCCTT\", \"ini\": 705, \"clust\": 341, \"rank\": 787, \"rankvar\": 974, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 938, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 876, \"group\": [345.0, 128.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTACCTACA\", \"ini\": 704, \"clust\": 120, \"rank\": 976, \"rankvar\": 506, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 877, \"group\": [120.0, 55.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTCCTCCT\", \"ini\": 703, \"clust\": 574, \"rank\": 998, \"rankvar\": 334, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 940, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 338, \"group\": [575.0, 258.0, 47.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTACCTGC\", \"ini\": 702, \"clust\": 347, \"rank\": 922, \"rankvar\": 276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 941, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 878, \"group\": [348.0, 131.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACCAGTTA\", \"ini\": 701, \"clust\": 957, \"rank\": 885, \"rankvar\": 1425, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 942, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1535, \"group\": [958.0, 452.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCATC\", \"ini\": 700, \"clust\": 1630, \"rank\": 831, \"rankvar\": 100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 339, \"group\": [1630.0, 772.0, 171.0, 47.0, 14.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTTCCCT\", \"ini\": 699, \"clust\": 602, \"rank\": 1019, \"rankvar\": 996, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 944, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 340, \"group\": [603.0, 278.0, 55.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCCGT\", \"ini\": 698, \"clust\": 71, \"rank\": 1084, \"rankvar\": 1624, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 945, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1621, \"group\": [70.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAGACGTG\", \"ini\": 697, \"clust\": 1246, \"rank\": 1099, \"rankvar\": 1066, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 946, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 879, \"group\": [1245.0, 638.0, 146.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCAATCCGAT\", \"ini\": 696, \"clust\": 971, \"rank\": 840, \"rankvar\": 1214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 947, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1536, \"group\": [967.0, 452.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTATTCTC\", \"ini\": 695, \"clust\": 586, \"rank\": 969, \"rankvar\": 960, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 948, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 341, \"group\": [586.0, 265.0, 51.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTGTGACCC\", \"ini\": 694, \"clust\": 311, \"rank\": 813, \"rankvar\": 413, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 949, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 880, \"group\": [315.0, 118.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCATAACCG\", \"ini\": 693, \"clust\": 365, \"rank\": 881, \"rankvar\": 363, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 950, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 881, \"group\": [366.0, 146.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTTCGAACGGA\", \"ini\": 692, \"clust\": 958, \"rank\": 1007, \"rankvar\": 1151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 951, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1537, \"group\": [957.0, 452.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTAGTTTGCGT\", \"ini\": 691, \"clust\": 622, \"rank\": 913, \"rankvar\": 890, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 952, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 446, \"group\": [623.0, 295.0, 63.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCATAA\", \"ini\": 690, \"clust\": 893, \"rank\": 997, \"rankvar\": 505, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 953, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 882, \"group\": [893.0, 429.0, 88.0, 25.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGAAGAAGC\", \"ini\": 689, \"clust\": 1203, \"rank\": 1023, \"rankvar\": 714, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 954, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 883, \"group\": [1203.0, 604.0, 137.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCTGGAGA\", \"ini\": 688, \"clust\": 136, \"rank\": 949, \"rankvar\": 793, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 955, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 884, \"group\": [140.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTAGGCTGA\", \"ini\": 687, \"clust\": 42, \"rank\": 1029, \"rankvar\": 1202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 956, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1622, \"group\": [42.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGTGCCAGA\", \"ini\": 686, \"clust\": 905, \"rank\": 982, \"rankvar\": 1120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 957, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 447, \"group\": [909.0, 436.0, 89.0, 25.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCCAGG\", \"ini\": 685, \"clust\": 50, \"rank\": 994, \"rankvar\": 1467, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 958, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1623, \"group\": [48.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTACTGAC\", \"ini\": 684, \"clust\": 43, \"rank\": 1026, \"rankvar\": 1379, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 959, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1624, \"group\": [43.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCATATACCG\", \"ini\": 683, \"clust\": 570, \"rank\": 950, \"rankvar\": 308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 342, \"group\": [569.0, 252.0, 45.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCATACCATG\", \"ini\": 682, \"clust\": 1103, \"rank\": 956, \"rankvar\": 1122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 961, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 343, \"group\": [1104.0, 541.0, 121.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCAATCCGAT\", \"ini\": 681, \"clust\": 74, \"rank\": 1196, \"rankvar\": 1189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 962, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1625, \"group\": [76.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGGGAAACA\", \"ini\": 680, \"clust\": 1244, \"rank\": 953, \"rankvar\": 439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 963, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 885, \"group\": [1246.0, 639.0, 146.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGCGGTAA\", \"ini\": 679, \"clust\": 966, \"rank\": 878, \"rankvar\": 1392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 964, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1538, \"group\": [962.0, 452.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGTCTCG\", \"ini\": 678, \"clust\": 1305, \"rank\": 1223, \"rankvar\": 1298, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 965, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1449, \"group\": [1304.0, 670.0, 151.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCCAACTA\", \"ini\": 677, \"clust\": 130, \"rank\": 860, \"rankvar\": 92, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 966, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 886, \"group\": [135.0, 64.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTGACTACT\", \"ini\": 676, \"clust\": 579, \"rank\": 928, \"rankvar\": 705, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 344, \"group\": [584.0, 264.0, 51.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAAGGAGCGTT\", \"ini\": 675, \"clust\": 352, \"rank\": 866, \"rankvar\": 425, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 968, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 887, \"group\": [354.0, 136.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAATCGGTT\", \"ini\": 674, \"clust\": 583, \"rank\": 1010, \"rankvar\": 983, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 969, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 345, \"group\": [583.0, 263.0, 51.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAAGGCCT\", \"ini\": 673, \"clust\": 73, \"rank\": 1141, \"rankvar\": 1375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 970, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1626, \"group\": [73.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCGCGGATC\", \"ini\": 672, \"clust\": 605, \"rank\": 1045, \"rankvar\": 885, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 971, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 346, \"group\": [609.0, 284.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCAACCATG\", \"ini\": 671, \"clust\": 1195, \"rank\": 977, \"rankvar\": 1339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 972, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1450, \"group\": [1194.0, 597.0, 134.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGTTAACGA\", \"ini\": 670, \"clust\": 1196, \"rank\": 947, \"rankvar\": 1419, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 973, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1451, \"group\": [1192.0, 597.0, 134.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCCAAGTA\", \"ini\": 669, \"clust\": 69, \"rank\": 1086, \"rankvar\": 1523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 974, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1627, \"group\": [68.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATACTG\", \"ini\": 668, \"clust\": 1126, \"rank\": 1032, \"rankvar\": 1218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 975, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1539, \"group\": [1127.0, 552.0, 123.0, 33.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTCCAGTGC\", \"ini\": 667, \"clust\": 922, \"rank\": 798, \"rankvar\": 830, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 976, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1540, \"group\": [926.0, 446.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAAGAGGA\", \"ini\": 666, \"clust\": 973, \"rank\": 961, \"rankvar\": 1286, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 977, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1541, \"group\": [970.0, 452.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGCGTC\", \"ini\": 665, \"clust\": 1052, \"rank\": 945, \"rankvar\": 98, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 888, \"group\": [1059.0, 506.0, 112.0, 31.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCCTATGTT\", \"ini\": 664, \"clust\": 894, \"rank\": 1067, \"rankvar\": 650, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 979, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 889, \"group\": [894.0, 429.0, 88.0, 25.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCTTGAGAC\", \"ini\": 663, \"clust\": 649, \"rank\": 960, \"rankvar\": 600, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 347, \"group\": [660.0, 320.0, 69.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGATTGCT\", \"ini\": 662, \"clust\": 59, \"rank\": 1131, \"rankvar\": 1607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 981, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1628, \"group\": [58.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGTCGTTTG\", \"ini\": 661, \"clust\": 1622, \"rank\": 859, \"rankvar\": 1074, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 348, \"group\": [1621.0, 763.0, 168.0, 45.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACCCTATC\", \"ini\": 660, \"clust\": 1155, \"rank\": 973, \"rankvar\": 1232, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 983, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 890, \"group\": [1153.0, 576.0, 130.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTTTACAC\", \"ini\": 659, \"clust\": 56, \"rank\": 1094, \"rankvar\": 1510, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 984, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1629, \"group\": [53.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAGATCCAT\", \"ini\": 658, \"clust\": 1005, \"rank\": 941, \"rankvar\": 596, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 985, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 891, \"group\": [1006.0, 468.0, 97.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGGCTAGAC\", \"ini\": 657, \"clust\": 915, \"rank\": 1009, \"rankvar\": 260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 986, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1452, \"group\": [915.0, 442.0, 92.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTAGGGAACGG\", \"ini\": 656, \"clust\": 51, \"rank\": 1040, \"rankvar\": 1447, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 987, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1630, \"group\": [49.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGGACAA\", \"ini\": 655, \"clust\": 652, \"rank\": 1001, \"rankvar\": 950, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 988, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 448, \"group\": [651.0, 313.0, 66.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCTGTCCGT\", \"ini\": 654, \"clust\": 1220, \"rank\": 974, \"rankvar\": 46, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 989, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 892, \"group\": [1220.0, 617.0, 140.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCACTCCA\", \"ini\": 653, \"clust\": 951, \"rank\": 930, \"rankvar\": 1577, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 990, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1542, \"group\": [949.0, 452.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGAATGGG\", \"ini\": 652, \"clust\": 1218, \"rank\": 952, \"rankvar\": 90, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 991, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 893, \"group\": [1221.0, 618.0, 140.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAATCCAAC\", \"ini\": 651, \"clust\": 368, \"rank\": 970, \"rankvar\": 980, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 992, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 894, \"group\": [369.0, 149.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTTGAACTC\", \"ini\": 650, \"clust\": 1310, \"rank\": 1061, \"rankvar\": 607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 993, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1453, \"group\": [1314.0, 678.0, 154.0, 40.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCTCTGCAAGT\", \"ini\": 649, \"clust\": 907, \"rank\": 1187, \"rankvar\": 1495, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 349, \"group\": [906.0, 434.0, 89.0, 25.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCAGAGCCAA\", \"ini\": 648, \"clust\": 90, \"rank\": 1123, \"rankvar\": 1416, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 995, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1014, \"group\": [90.0, 30.0, 9.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTTTGACAC\", \"ini\": 647, \"clust\": 911, \"rank\": 1259, \"rankvar\": 1545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 996, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 27, \"group\": [911.0, 438.0, 90.0, 26.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTTCTGAAC\", \"ini\": 646, \"clust\": 1573, \"rank\": 1013, \"rankvar\": 802, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 997, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1015, \"group\": [1573.0, 738.0, 161.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAAGAAGAG\", \"ini\": 645, \"clust\": 1595, \"rank\": 939, \"rankvar\": 1478, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 998, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1016, \"group\": [1593.0, 751.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACACAACTGT\", \"ini\": 644, \"clust\": 1580, \"rank\": 1027, \"rankvar\": 1185, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 999, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1017, \"group\": [1580.0, 744.0, 164.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCTCTGCTG\", \"ini\": 643, \"clust\": 939, \"rank\": 882, \"rankvar\": 1061, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1000, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1543, \"group\": [939.0, 450.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGGAACTGC\", \"ini\": 642, \"clust\": 1307, \"rank\": 1184, \"rankvar\": 719, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1001, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 350, \"group\": [1308.0, 673.0, 151.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGTAGTGCG\", \"ini\": 641, \"clust\": 1581, \"rank\": 1034, \"rankvar\": 1372, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1002, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1018, \"group\": [1581.0, 744.0, 164.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGCAAG\", \"ini\": 640, \"clust\": 1319, \"rank\": 1104, \"rankvar\": 307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1003, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1454, \"group\": [1318.0, 681.0, 156.0, 41.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGGAAAGA\", \"ini\": 639, \"clust\": 1205, \"rank\": 1136, \"rankvar\": 371, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1004, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 895, \"group\": [1205.0, 606.0, 138.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAAGAAGAG\", \"ini\": 638, \"clust\": 1621, \"rank\": 908, \"rankvar\": 743, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 351, \"group\": [1623.0, 765.0, 168.0, 45.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCTCAAGTG\", \"ini\": 637, \"clust\": 657, \"rank\": 925, \"rankvar\": 486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1006, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 896, \"group\": [659.0, 319.0, 68.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTCCCTACT\", \"ini\": 636, \"clust\": 1157, \"rank\": 978, \"rankvar\": 767, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1007, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 897, \"group\": [1160.0, 578.0, 130.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCGTATT\", \"ini\": 635, \"clust\": 1592, \"rank\": 959, \"rankvar\": 1027, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1008, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1019, \"group\": [1595.0, 752.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCAGTGTTG\", \"ini\": 634, \"clust\": 1632, \"rank\": 923, \"rankvar\": 811, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1009, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 898, \"group\": [1633.0, 775.0, 173.0, 48.0, 14.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGGCAGTCA\", \"ini\": 633, \"clust\": 1214, \"rank\": 1115, \"rankvar\": 445, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1010, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 899, \"group\": [1214.0, 612.0, 138.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTCGTTGA\", \"ini\": 632, \"clust\": 1002, \"rank\": 915, \"rankvar\": 1242, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1011, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1544, \"group\": [1002.0, 464.0, 95.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTCGTGAT\", \"ini\": 631, \"clust\": 1577, \"rank\": 999, \"rankvar\": 915, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1012, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1020, \"group\": [1582.0, 745.0, 164.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCGTTGCCT\", \"ini\": 630, \"clust\": 650, \"rank\": 1036, \"rankvar\": 716, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1013, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 449, \"group\": [656.0, 316.0, 66.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACGCTC\", \"ini\": 629, \"clust\": 1003, \"rank\": 1077, \"rankvar\": 1052, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1014, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1545, \"group\": [1000.0, 464.0, 95.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCATATGC\", \"ini\": 628, \"clust\": 1193, \"rank\": 1042, \"rankvar\": 973, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1015, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1455, \"group\": [1196.0, 599.0, 134.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACCATCCT\", \"ini\": 627, \"clust\": 1131, \"rank\": 1003, \"rankvar\": 966, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1016, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 352, \"group\": [1132.0, 557.0, 124.0, 34.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCACTCAGGC\", \"ini\": 626, \"clust\": 1234, \"rank\": 1002, \"rankvar\": 1020, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1017, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 900, \"group\": [1237.0, 633.0, 145.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCACAACTGT\", \"ini\": 625, \"clust\": 2, \"rank\": 992, \"rankvar\": 913, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1018, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 353, \"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTCGCTTTC\", \"ini\": 624, \"clust\": 1241, \"rank\": 1078, \"rankvar\": 473, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1019, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 901, \"group\": [1241.0, 636.0, 146.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCACGAAGCA\", \"ini\": 623, \"clust\": 1233, \"rank\": 1030, \"rankvar\": 609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1020, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 902, \"group\": [1234.0, 630.0, 144.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTAGCTCCTCT\", \"ini\": 622, \"clust\": 581, \"rank\": 1081, \"rankvar\": 1260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 354, \"group\": [581.0, 263.0, 51.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCATCC\", \"ini\": 621, \"clust\": 1048, \"rank\": 963, \"rankvar\": 886, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1022, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 903, \"group\": [1047.0, 496.0, 107.0, 30.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGAAGGCCT\", \"ini\": 620, \"clust\": 627, \"rank\": 929, \"rankvar\": 895, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1023, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 450, \"group\": [626.0, 297.0, 63.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGCAACT\", \"ini\": 619, \"clust\": 1012, \"rank\": 911, \"rankvar\": 727, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1024, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 904, \"group\": [1014.0, 475.0, 99.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCACGAAATA\", \"ini\": 618, \"clust\": 1593, \"rank\": 957, \"rankvar\": 1313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1025, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1021, \"group\": [1594.0, 751.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTAGCTCCG\", \"ini\": 617, \"clust\": 356, \"rank\": 933, \"rankvar\": 96, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1026, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 905, \"group\": [357.0, 139.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACCCATTC\", \"ini\": 616, \"clust\": 613, \"rank\": 965, \"rankvar\": 470, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1027, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 451, \"group\": [616.0, 290.0, 62.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTGATGTGG\", \"ini\": 615, \"clust\": 1053, \"rank\": 1100, \"rankvar\": 659, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1028, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 906, \"group\": [1053.0, 502.0, 111.0, 31.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCCCAACC\", \"ini\": 614, \"clust\": 1301, \"rank\": 1138, \"rankvar\": 59, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1029, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 355, \"group\": [1310.0, 675.0, 152.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGGATACC\", \"ini\": 613, \"clust\": 48, \"rank\": 1109, \"rankvar\": 1279, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1030, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1631, \"group\": [51.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTACTTAC\", \"ini\": 612, \"clust\": 914, \"rank\": 948, \"rankvar\": 1280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1031, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1546, \"group\": [1005.0, 467.0, 96.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGTT\", \"ini\": 611, \"clust\": 898, \"rank\": 1091, \"rankvar\": 1610, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1032, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 907, \"group\": [899.0, 431.0, 88.0, 25.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTGTCTTT\", \"ini\": 610, \"clust\": 1049, \"rank\": 955, \"rankvar\": 526, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1033, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 908, \"group\": [1048.0, 497.0, 107.0, 30.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTGCGTTA\", \"ini\": 609, \"clust\": 959, \"rank\": 937, \"rankvar\": 1508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1034, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1547, \"group\": [955.0, 452.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAAACCTA\", \"ini\": 608, \"clust\": 1144, \"rank\": 1022, \"rankvar\": 575, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 356, \"group\": [1145.0, 570.0, 129.0, 35.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTTCGGTC\", \"ini\": 607, \"clust\": 1186, \"rank\": 1121, \"rankvar\": 494, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1036, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1456, \"group\": [1189.0, 594.0, 133.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCTTGCAAG\", \"ini\": 606, \"clust\": 1235, \"rank\": 1011, \"rankvar\": 205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 909, \"group\": [1235.0, 631.0, 145.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGACTTGAA\", \"ini\": 605, \"clust\": 961, \"rank\": 1093, \"rankvar\": 1285, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1038, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1548, \"group\": [971.0, 452.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCGGTCTAA\", \"ini\": 604, \"clust\": 584, \"rank\": 1098, \"rankvar\": 912, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 357, \"group\": [587.0, 266.0, 51.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGAGTGACC\", \"ini\": 603, \"clust\": 1618, \"rank\": 927, \"rankvar\": 642, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1040, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 910, \"group\": [1619.0, 761.0, 167.0, 44.0, 12.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCAGTAGT\", \"ini\": 602, \"clust\": 1156, \"rank\": 1062, \"rankvar\": 1199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1041, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 911, \"group\": [1154.0, 576.0, 130.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACATACTCTT\", \"ini\": 601, \"clust\": 1623, \"rank\": 931, \"rankvar\": 868, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1042, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 358, \"group\": [1622.0, 764.0, 168.0, 45.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCATGTCTT\", \"ini\": 600, \"clust\": 1071, \"rank\": 909, \"rankvar\": 880, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1043, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 452, \"group\": [1073.0, 516.0, 115.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCCCTTGT\", \"ini\": 599, \"clust\": 1013, \"rank\": 846, \"rankvar\": 921, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1044, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 453, \"group\": [1012.0, 473.0, 99.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAAGGCTCC\", \"ini\": 598, \"clust\": 366, \"rank\": 1053, \"rankvar\": 406, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1045, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 912, \"group\": [367.0, 147.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGCTCCGA\", \"ini\": 597, \"clust\": 1159, \"rank\": 1047, \"rankvar\": 957, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1046, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 913, \"group\": [1157.0, 577.0, 130.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTCAATGTC\", \"ini\": 596, \"clust\": 636, \"rank\": 844, \"rankvar\": 702, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1047, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 454, \"group\": [636.0, 304.0, 64.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAGTAGAGC\", \"ini\": 595, \"clust\": 1600, \"rank\": 906, \"rankvar\": 1565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1048, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1022, \"group\": [1599.0, 753.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACCCTCA\", \"ini\": 594, \"clust\": 1080, \"rank\": 1074, \"rankvar\": 801, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1049, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 359, \"group\": [1083.0, 525.0, 117.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCCGTCAG\", \"ini\": 593, \"clust\": 1207, \"rank\": 1113, \"rankvar\": 524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1050, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 914, \"group\": [1210.0, 609.0, 138.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCGTAAGCACG\", \"ini\": 592, \"clust\": 573, \"rank\": 1006, \"rankvar\": 333, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1051, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 360, \"group\": [574.0, 257.0, 46.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCTGAAAGA\", \"ini\": 591, \"clust\": 855, \"rank\": 1150, \"rankvar\": 962, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 361, \"group\": [856.0, 406.0, 81.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAGTTCATG\", \"ini\": 590, \"clust\": 901, \"rank\": 1178, \"rankvar\": 1380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1053, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 915, \"group\": [900.0, 431.0, 88.0, 25.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCACCCGAG\", \"ini\": 589, \"clust\": 1127, \"rank\": 899, \"rankvar\": 988, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1054, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 362, \"group\": [1128.0, 553.0, 123.0, 33.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCACATCTTT\", \"ini\": 588, \"clust\": 1619, \"rank\": 894, \"rankvar\": 984, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1055, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 916, \"group\": [1620.0, 762.0, 167.0, 44.0, 12.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACTGTC\", \"ini\": 587, \"clust\": 1208, \"rank\": 1162, \"rankvar\": 656, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1056, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 917, \"group\": [1208.0, 608.0, 138.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTAGCCTCG\", \"ini\": 586, \"clust\": 867, \"rank\": 1192, \"rankvar\": 1193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1057, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 28, \"group\": [867.0, 415.0, 84.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGTTACGA\", \"ini\": 585, \"clust\": 1206, \"rank\": 1168, \"rankvar\": 920, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1058, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 918, \"group\": [1206.0, 606.0, 138.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCAGGTC\", \"ini\": 584, \"clust\": 1128, \"rank\": 1060, \"rankvar\": 872, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 363, \"group\": [1129.0, 554.0, 123.0, 33.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAAGAGGCT\", \"ini\": 583, \"clust\": 49, \"rank\": 1154, \"rankvar\": 1422, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1060, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1632, \"group\": [50.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCAAATACAG\", \"ini\": 582, \"clust\": 113, \"rank\": 932, \"rankvar\": 507, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1061, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 919, \"group\": [117.0, 52.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCAAACGGG\", \"ini\": 581, \"clust\": 1016, \"rank\": 898, \"rankvar\": 822, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1062, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 920, \"group\": [1016.0, 477.0, 99.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTGTCTTCAAG\", \"ini\": 580, \"clust\": 895, \"rank\": 1129, \"rankvar\": 1468, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1063, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 921, \"group\": [896.0, 430.0, 88.0, 25.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGGAACGT\", \"ini\": 579, \"clust\": 1238, \"rank\": 1139, \"rankvar\": 760, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1064, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 922, \"group\": [1238.0, 634.0, 146.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCAGTTCGCGC\", \"ini\": 578, \"clust\": 1311, \"rank\": 1130, \"rankvar\": 71, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1065, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1457, \"group\": [1313.0, 677.0, 153.0, 40.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTATATGAG\", \"ini\": 577, \"clust\": 615, \"rank\": 940, \"rankvar\": 832, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1066, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 455, \"group\": [615.0, 289.0, 62.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTTAAGAAC\", \"ini\": 576, \"clust\": 868, \"rank\": 1228, \"rankvar\": 1205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1067, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 29, \"group\": [868.0, 416.0, 84.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTGTTTGT\", \"ini\": 575, \"clust\": 1141, \"rank\": 1048, \"rankvar\": 1005, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1068, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 364, \"group\": [1143.0, 568.0, 129.0, 35.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTAGTAGTA\", \"ini\": 574, \"clust\": 1079, \"rank\": 1021, \"rankvar\": 580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1069, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 365, \"group\": [1080.0, 522.0, 116.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTGCACGAA\", \"ini\": 573, \"clust\": 1087, \"rank\": 1052, \"rankvar\": 301, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1070, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 456, \"group\": [1088.0, 529.0, 118.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGCCCAC\", \"ini\": 572, \"clust\": 342, \"rank\": 901, \"rankvar\": 820, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1071, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 923, \"group\": [344.0, 127.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATCATCCC\", \"ini\": 571, \"clust\": 1225, \"rank\": 1108, \"rankvar\": 398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1072, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 924, \"group\": [1228.0, 625.0, 142.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTGATGTCT\", \"ini\": 570, \"clust\": 1620, \"rank\": 1035, \"rankvar\": 394, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1073, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 457, \"group\": [1624.0, 766.0, 169.0, 46.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCCTACAGA\", \"ini\": 569, \"clust\": 900, \"rank\": 1209, \"rankvar\": 1587, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1074, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 925, \"group\": [902.0, 431.0, 88.0, 25.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCTCCGA\", \"ini\": 568, \"clust\": 1009, \"rank\": 1066, \"rankvar\": 67, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1075, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 926, \"group\": [1010.0, 471.0, 98.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTGCTAGCC\", \"ini\": 567, \"clust\": 1054, \"rank\": 1092, \"rankvar\": 409, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1076, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 927, \"group\": [1054.0, 502.0, 111.0, 31.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCCGTTGTC\", \"ini\": 566, \"clust\": 1056, \"rank\": 1127, \"rankvar\": 741, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1077, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 928, \"group\": [1057.0, 504.0, 111.0, 31.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCACCCAGTG\", \"ini\": 565, \"clust\": 1191, \"rank\": 1120, \"rankvar\": 1197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1078, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1458, \"group\": [1190.0, 595.0, 134.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTCTCTCTG\", \"ini\": 564, \"clust\": 348, \"rank\": 1069, \"rankvar\": 901, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1079, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 929, \"group\": [349.0, 132.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGTCCCTAATT\", \"ini\": 563, \"clust\": 1166, \"rank\": 1166, \"rankvar\": 1338, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1080, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 366, \"group\": [1168.0, 585.0, 132.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTACTTAC\", \"ini\": 562, \"clust\": 1090, \"rank\": 1037, \"rankvar\": 603, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1081, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 458, \"group\": [1090.0, 530.0, 118.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGACCACGA\", \"ini\": 561, \"clust\": 940, \"rank\": 877, \"rankvar\": 965, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1082, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1549, \"group\": [947.0, 451.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCGTATCAG\", \"ini\": 560, \"clust\": 1070, \"rank\": 1018, \"rankvar\": 835, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1083, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 459, \"group\": [1074.0, 517.0, 115.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCGCATAT\", \"ini\": 559, \"clust\": 1604, \"rank\": 1014, \"rankvar\": 1272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1084, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1023, \"group\": [1603.0, 753.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGCCGATTT\", \"ini\": 558, \"clust\": 1230, \"rank\": 1142, \"rankvar\": 255, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1085, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 930, \"group\": [1231.0, 627.0, 143.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCTCAACA\", \"ini\": 557, \"clust\": 864, \"rank\": 1075, \"rankvar\": 1041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1459, \"group\": [892.0, 428.0, 87.0, 24.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCTGAA\", \"ini\": 556, \"clust\": 1140, \"rank\": 1073, \"rankvar\": 1007, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1087, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 367, \"group\": [1144.0, 569.0, 129.0, 35.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACGCACC\", \"ini\": 555, \"clust\": 1584, \"rank\": 1016, \"rankvar\": 1498, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1088, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1024, \"group\": [1585.0, 747.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCCCACTTG\", \"ini\": 554, \"clust\": 67, \"rank\": 1191, \"rankvar\": 1513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1089, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1633, \"group\": [71.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCACAAGCCC\", \"ini\": 553, \"clust\": 75, \"rank\": 1241, \"rankvar\": 1398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1090, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1634, \"group\": [74.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTTAGGAA\", \"ini\": 552, \"clust\": 57, \"rank\": 1207, \"rankvar\": 1602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1091, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1635, \"group\": [64.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCTCTTTA\", \"ini\": 551, \"clust\": 1058, \"rank\": 1117, \"rankvar\": 1420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1092, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 931, \"group\": [1056.0, 503.0, 111.0, 31.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGACCCACC\", \"ini\": 550, \"clust\": 1306, \"rank\": 1247, \"rankvar\": 550, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1093, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 368, \"group\": [1305.0, 671.0, 151.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAGTTGCGTTA\", \"ini\": 549, \"clust\": 1302, \"rank\": 1194, \"rankvar\": 493, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 369, \"group\": [1302.0, 668.0, 151.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCTAGAGTC\", \"ini\": 548, \"clust\": 1046, \"rank\": 934, \"rankvar\": 755, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1095, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 932, \"group\": [1050.0, 499.0, 108.0, 30.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCATACGCTA\", \"ini\": 547, \"clust\": 78, \"rank\": 1285, \"rankvar\": 1557, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1096, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1636, \"group\": [77.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTCGCTAA\", \"ini\": 546, \"clust\": 1047, \"rank\": 981, \"rankvar\": 1012, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1097, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 933, \"group\": [1049.0, 498.0, 107.0, 30.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCTGGAAC\", \"ini\": 545, \"clust\": 625, \"rank\": 1020, \"rankvar\": 610, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1098, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 460, \"group\": [627.0, 298.0, 63.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTGTGGAG\", \"ini\": 544, \"clust\": 1211, \"rank\": 1111, \"rankvar\": 673, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1099, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 934, \"group\": [1211.0, 610.0, 138.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTGAACG\", \"ini\": 543, \"clust\": 1240, \"rank\": 1160, \"rankvar\": 426, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1100, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 935, \"group\": [1243.0, 637.0, 146.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCATTCTA\", \"ini\": 542, \"clust\": 1631, \"rank\": 902, \"rankvar\": 1104, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 370, \"group\": [1631.0, 773.0, 171.0, 47.0, 14.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCGATATA\", \"ini\": 541, \"clust\": 346, \"rank\": 1008, \"rankvar\": 752, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1102, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 936, \"group\": [347.0, 130.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATGTCTCATCC\", \"ini\": 540, \"clust\": 902, \"rank\": 1232, \"rankvar\": 1394, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1103, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 937, \"group\": [901.0, 431.0, 88.0, 25.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCCATCGGTTA\", \"ini\": 539, \"clust\": 1197, \"rank\": 1095, \"rankvar\": 1450, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1104, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1460, \"group\": [1193.0, 597.0, 134.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTCCAGTTA\", \"ini\": 538, \"clust\": 1000, \"rank\": 968, \"rankvar\": 1039, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1105, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1550, \"group\": [1004.0, 466.0, 95.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTTCTGGTA\", \"ini\": 537, \"clust\": 1247, \"rank\": 1208, \"rankvar\": 1138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1106, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 938, \"group\": [1247.0, 640.0, 146.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAGCCTTTC\", \"ini\": 536, \"clust\": 1160, \"rank\": 1068, \"rankvar\": 1102, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1107, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 939, \"group\": [1158.0, 577.0, 130.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTTCAGCGC\", \"ini\": 535, \"clust\": 1587, \"rank\": 1112, \"rankvar\": 1144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1108, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1025, \"group\": [1587.0, 749.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCTTTACAC\", \"ini\": 534, \"clust\": 1212, \"rank\": 1125, \"rankvar\": 399, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1109, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 940, \"group\": [1212.0, 610.0, 138.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTAAAGTCA\", \"ini\": 533, \"clust\": 1104, \"rank\": 1167, \"rankvar\": 1117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1110, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 461, \"group\": [1105.0, 542.0, 121.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGTTCGATC\", \"ini\": 532, \"clust\": 962, \"rank\": 1051, \"rankvar\": 994, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1111, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1551, \"group\": [965.0, 452.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGGATGGAA\", \"ini\": 531, \"clust\": 1582, \"rank\": 1088, \"rankvar\": 977, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1112, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1026, \"group\": [1618.0, 760.0, 166.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTAAAGAC\", \"ini\": 530, \"clust\": 1158, \"rank\": 1135, \"rankvar\": 1116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1113, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 941, \"group\": [1159.0, 577.0, 130.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCAATCTCT\", \"ini\": 529, \"clust\": 963, \"rank\": 1151, \"rankvar\": 1387, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1114, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1552, \"group\": [959.0, 452.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGAGATGAG\", \"ini\": 528, \"clust\": 1081, \"rank\": 1028, \"rankvar\": 1084, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1115, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 371, \"group\": [1081.0, 523.0, 117.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGTCTTGCA\", \"ini\": 527, \"clust\": 1135, \"rank\": 1175, \"rankvar\": 1148, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 372, \"group\": [1136.0, 561.0, 127.0, 35.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTCCG\", \"ini\": 526, \"clust\": 623, \"rank\": 1050, \"rankvar\": 773, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1117, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 462, \"group\": [624.0, 296.0, 63.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATATGC\", \"ini\": 525, \"clust\": 1589, \"rank\": 1087, \"rankvar\": 1004, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1118, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1027, \"group\": [1591.0, 750.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCACCATGTA\", \"ini\": 524, \"clust\": 1636, \"rank\": 954, \"rankvar\": 1034, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1119, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 463, \"group\": [1637.0, 779.0, 175.0, 49.0, 14.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATGTAAG\", \"ini\": 523, \"clust\": 1072, \"rank\": 926, \"rankvar\": 889, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1120, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 464, \"group\": [1071.0, 515.0, 115.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCCGAAGAG\", \"ini\": 522, \"clust\": 1607, \"rank\": 984, \"rankvar\": 1316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1121, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1028, \"group\": [1605.0, 754.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACAATGTAAG\", \"ini\": 521, \"clust\": 988, \"rank\": 983, \"rankvar\": 1433, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1122, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1553, \"group\": [989.0, 455.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCCGCGCAA\", \"ini\": 520, \"clust\": 1136, \"rank\": 1152, \"rankvar\": 1003, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 373, \"group\": [1137.0, 562.0, 127.0, 35.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCGCATCT\", \"ini\": 519, \"clust\": 1129, \"rank\": 1070, \"rankvar\": 663, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 374, \"group\": [1130.0, 555.0, 123.0, 33.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTCATCCCT\", \"ini\": 518, \"clust\": 1258, \"rank\": 1225, \"rankvar\": 742, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 375, \"group\": [1260.0, 650.0, 148.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAAAGA\", \"ini\": 517, \"clust\": 1099, \"rank\": 1149, \"rankvar\": 990, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1126, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 465, \"group\": [1099.0, 537.0, 119.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACACCACCAG\", \"ini\": 516, \"clust\": 1209, \"rank\": 1182, \"rankvar\": 791, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1127, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 942, \"group\": [1209.0, 608.0, 138.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTCACACGC\", \"ini\": 515, \"clust\": 1242, \"rank\": 1157, \"rankvar\": 842, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1128, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 943, \"group\": [1242.0, 636.0, 146.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCATATACCG\", \"ini\": 514, \"clust\": 1082, \"rank\": 1134, \"rankvar\": 283, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1129, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 376, \"group\": [1082.0, 524.0, 117.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTCAAAGCG\", \"ini\": 513, \"clust\": 1348, \"rank\": 1119, \"rankvar\": 1413, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1130, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 32, \"group\": [1350.0, 700.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGAGCTGCA\", \"ini\": 512, \"clust\": 1100, \"rank\": 1102, \"rankvar\": 944, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1131, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 466, \"group\": [1100.0, 537.0, 119.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCTAACTGG\", \"ini\": 511, \"clust\": 1602, \"rank\": 1082, \"rankvar\": 1166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1132, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1029, \"group\": [1601.0, 753.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTATAATGG\", \"ini\": 510, \"clust\": 1578, \"rank\": 1063, \"rankvar\": 1161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1133, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1030, \"group\": [1578.0, 743.0, 164.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATGCCCGA\", \"ini\": 509, \"clust\": 1089, \"rank\": 980, \"rankvar\": 1071, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1134, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 467, \"group\": [1092.0, 531.0, 118.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTAAGCACG\", \"ini\": 508, \"clust\": 1004, \"rank\": 1205, \"rankvar\": 1198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1135, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1554, \"group\": [1001.0, 464.0, 95.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAGCGAACA\", \"ini\": 507, \"clust\": 1626, \"rank\": 966, \"rankvar\": 750, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1136, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 944, \"group\": [1626.0, 768.0, 170.0, 47.0, 14.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGCCTTGAT\", \"ini\": 506, \"clust\": 933, \"rank\": 921, \"rankvar\": 892, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1137, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1555, \"group\": [935.0, 449.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTACGCCC\", \"ini\": 505, \"clust\": 1608, \"rank\": 1055, \"rankvar\": 1570, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1138, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1031, \"group\": [1606.0, 754.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCTTTACGT\", \"ini\": 504, \"clust\": 1633, \"rank\": 1118, \"rankvar\": 8, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1139, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 945, \"group\": [1634.0, 776.0, 173.0, 48.0, 14.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGGCAGTA\", \"ini\": 503, \"clust\": 1006, \"rank\": 1140, \"rankvar\": 511, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1140, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 946, \"group\": [1007.0, 469.0, 97.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCTGTCCGT\", \"ini\": 502, \"clust\": 1299, \"rank\": 1275, \"rankvar\": 1118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1141, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 947, \"group\": [1300.0, 666.0, 150.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACGACGAA\", \"ini\": 501, \"clust\": 916, \"rank\": 1132, \"rankvar\": 1167, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1142, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1556, \"group\": [916.0, 443.0, 92.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAAGGGTTCCC\", \"ini\": 500, \"clust\": 1014, \"rank\": 964, \"rankvar\": 1211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1143, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 468, \"group\": [1013.0, 474.0, 99.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGATCGA\", \"ini\": 499, \"clust\": 1254, \"rank\": 1244, \"rankvar\": 761, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 377, \"group\": [1256.0, 647.0, 148.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTGACTCAT\", \"ini\": 498, \"clust\": 1248, \"rank\": 1183, \"rankvar\": 1018, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1145, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 948, \"group\": [1248.0, 641.0, 146.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGACCCT\", \"ini\": 497, \"clust\": 908, \"rank\": 1179, \"rankvar\": 1226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1146, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 469, \"group\": [907.0, 434.0, 89.0, 25.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCACGTCTCT\", \"ini\": 496, \"clust\": 952, \"rank\": 1004, \"rankvar\": 1365, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1147, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1557, \"group\": [952.0, 452.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCCCTCTTT\", \"ini\": 495, \"clust\": 1019, \"rank\": 1049, \"rankvar\": 1110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1148, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 470, \"group\": [1020.0, 480.0, 101.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATTGCT\", \"ini\": 494, \"clust\": 1259, \"rank\": 1240, \"rankvar\": 699, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 378, \"group\": [1258.0, 649.0, 148.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCATTTA\", \"ini\": 493, \"clust\": 1066, \"rank\": 1039, \"rankvar\": 649, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1150, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 471, \"group\": [1067.0, 513.0, 115.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTAAAGTG\", \"ini\": 492, \"clust\": 1007, \"rank\": 1148, \"rankvar\": 185, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1151, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 949, \"group\": [1008.0, 470.0, 98.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATTCCTCG\", \"ini\": 491, \"clust\": 1051, \"rank\": 1114, \"rankvar\": 368, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1152, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 950, \"group\": [1052.0, 501.0, 110.0, 31.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTGCAGACA\", \"ini\": 490, \"clust\": 79, \"rank\": 1315, \"rankvar\": 1540, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1153, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1637, \"group\": [78.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTTTGT\", \"ini\": 489, \"clust\": 1017, \"rank\": 1012, \"rankvar\": 904, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1154, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 951, \"group\": [1017.0, 477.0, 99.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACAGAGGT\", \"ini\": 488, \"clust\": 1628, \"rank\": 841, \"rankvar\": 1043, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1155, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 472, \"group\": [1628.0, 770.0, 171.0, 47.0, 14.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCACCCGAG\", \"ini\": 487, \"clust\": 1204, \"rank\": 1212, \"rankvar\": 1195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1156, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 952, \"group\": [1207.0, 607.0, 138.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCCAGTAT\", \"ini\": 486, \"clust\": 1588, \"rank\": 1124, \"rankvar\": 1333, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1157, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1032, \"group\": [1588.0, 749.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCAAGCCTA\", \"ini\": 485, \"clust\": 65, \"rank\": 1229, \"rankvar\": 1634, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1158, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1638, \"group\": [65.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTCCGCTGA\", \"ini\": 484, \"clust\": 1243, \"rank\": 1185, \"rankvar\": 592, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1159, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 953, \"group\": [1249.0, 642.0, 146.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCGAGAACG\", \"ini\": 483, \"clust\": 1624, \"rank\": 993, \"rankvar\": 1291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1160, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 954, \"group\": [1627.0, 769.0, 170.0, 47.0, 14.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGACAGACC\", \"ini\": 482, \"clust\": 1210, \"rank\": 1189, \"rankvar\": 521, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1161, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 955, \"group\": [1213.0, 611.0, 138.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCGCGGTA\", \"ini\": 481, \"clust\": 1634, \"rank\": 1097, \"rankvar\": 520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 956, \"group\": [1635.0, 777.0, 174.0, 48.0, 14.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACGGCC\", \"ini\": 480, \"clust\": 1076, \"rank\": 1145, \"rankvar\": 784, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1163, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 473, \"group\": [1075.0, 518.0, 115.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTAATCGTC\", \"ini\": 479, \"clust\": 1215, \"rank\": 1261, \"rankvar\": 461, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1164, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 957, \"group\": [1215.0, 612.0, 138.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTGCAGGTA\", \"ini\": 478, \"clust\": 909, \"rank\": 1231, \"rankvar\": 1446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1165, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1558, \"group\": [914.0, 441.0, 91.0, 26.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCGGATCC\", \"ini\": 477, \"clust\": 1213, \"rank\": 1188, \"rankvar\": 18, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1166, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 958, \"group\": [1216.0, 613.0, 138.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACGAAACG\", \"ini\": 476, \"clust\": 1329, \"rank\": 1080, \"rankvar\": 1354, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1167, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 33, \"group\": [1329.0, 689.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTCGGATCC\", \"ini\": 475, \"clust\": 1194, \"rank\": 1147, \"rankvar\": 1164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1168, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1461, \"group\": [1195.0, 598.0, 134.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCACTATTC\", \"ini\": 474, \"clust\": 1236, \"rank\": 1107, \"rankvar\": 492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1169, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 959, \"group\": [1236.0, 632.0, 145.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCAACACTG\", \"ini\": 473, \"clust\": 1641, \"rank\": 1089, \"rankvar\": 135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1170, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 960, \"group\": [1641.0, 782.0, 177.0, 49.0, 14.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTGTCAATC\", \"ini\": 472, \"clust\": 1074, \"rank\": 1025, \"rankvar\": 790, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1171, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 474, \"group\": [1078.0, 520.0, 115.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATGTCCTC\", \"ini\": 471, \"clust\": 1261, \"rank\": 1298, \"rankvar\": 1134, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1172, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 30, \"group\": [1262.0, 652.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGGATGCGT\", \"ini\": 470, \"clust\": 1198, \"rank\": 1163, \"rankvar\": 1404, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1173, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1462, \"group\": [1199.0, 601.0, 134.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTACACGAAAGC\", \"ini\": 469, \"clust\": 1239, \"rank\": 1257, \"rankvar\": 300, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1174, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 961, \"group\": [1239.0, 634.0, 146.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAGCTCCG\", \"ini\": 468, \"clust\": 1262, \"rank\": 1333, \"rankvar\": 1521, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1175, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 31, \"group\": [1263.0, 652.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACATACGCCG\", \"ini\": 467, \"clust\": 76, \"rank\": 1309, \"rankvar\": 1517, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1176, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1639, \"group\": [75.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCAACACAC\", \"ini\": 466, \"clust\": 964, \"rank\": 1122, \"rankvar\": 1586, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1177, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1559, \"group\": [960.0, 452.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGTTCGATC\", \"ini\": 465, \"clust\": 1091, \"rank\": 1176, \"rankvar\": 1008, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1178, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 475, \"group\": [1091.0, 530.0, 118.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAAGCACACAG\", \"ini\": 464, \"clust\": 1033, \"rank\": 988, \"rankvar\": 1432, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1179, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 476, \"group\": [1035.0, 490.0, 105.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCAAGAAGT\", \"ini\": 463, \"clust\": 1105, \"rank\": 1199, \"rankvar\": 150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 379, \"group\": [1106.0, 543.0, 121.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCAAAGTAG\", \"ini\": 462, \"clust\": 575, \"rank\": 1128, \"rankvar\": 887, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1181, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 380, \"group\": [576.0, 259.0, 48.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGACGACGT\", \"ini\": 461, \"clust\": 571, \"rank\": 1116, \"rankvar\": 1146, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 381, \"group\": [570.0, 253.0, 45.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAATGTAAG\", \"ini\": 460, \"clust\": 1147, \"rank\": 1219, \"rankvar\": 630, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1183, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 962, \"group\": [1147.0, 572.0, 130.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGGTACCGTTA\", \"ini\": 459, \"clust\": 1008, \"rank\": 1144, \"rankvar\": 1055, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1184, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 963, \"group\": [1009.0, 470.0, 98.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACATACCATG\", \"ini\": 458, \"clust\": 1635, \"rank\": 1059, \"rankvar\": 815, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1185, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 964, \"group\": [1636.0, 778.0, 174.0, 48.0, 14.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAACTGGCC\", \"ini\": 457, \"clust\": 1572, \"rank\": 1220, \"rankvar\": 762, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1186, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1033, \"group\": [1575.0, 740.0, 162.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCGTAGGAG\", \"ini\": 456, \"clust\": 1088, \"rank\": 1076, \"rankvar\": 1030, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1187, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 477, \"group\": [1089.0, 529.0, 118.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGACGCTC\", \"ini\": 455, \"clust\": 1280, \"rank\": 1303, \"rankvar\": 1203, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1463, \"group\": [1284.0, 661.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGCTAAGAT\", \"ini\": 454, \"clust\": 1083, \"rank\": 1103, \"rankvar\": 838, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1189, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 478, \"group\": [1087.0, 528.0, 118.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTATCACG\", \"ini\": 453, \"clust\": 1075, \"rank\": 1090, \"rankvar\": 585, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1190, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 479, \"group\": [1077.0, 519.0, 115.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTGTTGGGA\", \"ini\": 452, \"clust\": 1605, \"rank\": 1153, \"rankvar\": 1289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1191, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1034, \"group\": [1604.0, 753.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAGCAGTTT\", \"ini\": 451, \"clust\": 629, \"rank\": 1083, \"rankvar\": 924, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1192, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 480, \"group\": [630.0, 301.0, 64.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCATCACCC\", \"ini\": 450, \"clust\": 1067, \"rank\": 1064, \"rankvar\": 1017, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1193, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 481, \"group\": [1068.0, 513.0, 115.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATCGATTG\", \"ini\": 449, \"clust\": 66, \"rank\": 1255, \"rankvar\": 1642, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1194, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1640, \"group\": [66.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACACCGCTAG\", \"ini\": 448, \"clust\": 1349, \"rank\": 1164, \"rankvar\": 1330, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1195, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 34, \"group\": [1348.0, 699.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACTCCTG\", \"ini\": 447, \"clust\": 960, \"rank\": 1198, \"rankvar\": 1597, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1196, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1560, \"group\": [956.0, 452.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACAGACTCGC\", \"ini\": 446, \"clust\": 1257, \"rank\": 1253, \"rankvar\": 291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 382, \"group\": [1261.0, 651.0, 148.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCAATGGAGC\", \"ini\": 445, \"clust\": 1145, \"rank\": 1159, \"rankvar\": 1058, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 383, \"group\": [1146.0, 571.0, 129.0, 35.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGCATGGCA\", \"ini\": 444, \"clust\": 1629, \"rank\": 1041, \"rankvar\": 859, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1199, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 965, \"group\": [1629.0, 771.0, 171.0, 47.0, 14.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTACCGTAT\", \"ini\": 443, \"clust\": 1596, \"rank\": 1161, \"rankvar\": 1235, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1200, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1035, \"group\": [1608.0, 756.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGCTGCAAG\", \"ini\": 442, \"clust\": 1015, \"rank\": 1044, \"rankvar\": 825, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1201, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 482, \"group\": [1018.0, 478.0, 99.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGTCCCACG\", \"ini\": 441, \"clust\": 1231, \"rank\": 1288, \"rankvar\": 1108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 384, \"group\": [1232.0, 628.0, 143.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCACTTAAGC\", \"ini\": 440, \"clust\": 1574, \"rank\": 1222, \"rankvar\": 1068, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1203, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1261, \"group\": [1574.0, 739.0, 161.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACAGGCTGAA\", \"ini\": 439, \"clust\": 1253, \"rank\": 1227, \"rankvar\": 286, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1204, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 385, \"group\": [1257.0, 648.0, 148.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCATCGATGAGG\", \"ini\": 438, \"clust\": 1106, \"rank\": 1181, \"rankvar\": 590, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1205, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 386, \"group\": [1107.0, 544.0, 121.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACATGCGCAC\", \"ini\": 437, \"clust\": 1590, \"rank\": 1079, \"rankvar\": 1534, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1206, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1036, \"group\": [1589.0, 750.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACATTAGC\", \"ini\": 436, \"clust\": 1061, \"rank\": 1143, \"rankvar\": 614, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1207, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 483, \"group\": [1062.0, 508.0, 113.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCCTATGTT\", \"ini\": 435, \"clust\": 1576, \"rank\": 1137, \"rankvar\": 1250, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1208, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1037, \"group\": [1577.0, 742.0, 163.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGAGCCCA\", \"ini\": 434, \"clust\": 1092, \"rank\": 1206, \"rankvar\": 547, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1209, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 484, \"group\": [1093.0, 532.0, 118.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAGGCTGAA\", \"ini\": 433, \"clust\": 1098, \"rank\": 1171, \"rankvar\": 124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1210, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 387, \"group\": [1101.0, 538.0, 119.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCTCTCTG\", \"ini\": 432, \"clust\": 44, \"rank\": 1224, \"rankvar\": 1475, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1211, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 1262, \"group\": [44.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCACCATCCT\", \"ini\": 431, \"clust\": 1579, \"rank\": 1186, \"rankvar\": 1262, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1212, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1038, \"group\": [1579.0, 743.0, 164.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGTTCCACA\", \"ini\": 430, \"clust\": 896, \"rank\": 1278, \"rankvar\": 1595, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1213, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 966, \"group\": [897.0, 430.0, 88.0, 25.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCGGATGGA\", \"ini\": 429, \"clust\": 1228, \"rank\": 1230, \"rankvar\": 918, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1214, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 967, \"group\": [1229.0, 626.0, 143.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGACATA\", \"ini\": 428, \"clust\": 1085, \"rank\": 1126, \"rankvar\": 169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1215, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 485, \"group\": [1084.0, 526.0, 118.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACACGCC\", \"ini\": 427, \"clust\": 1599, \"rank\": 1065, \"rankvar\": 1474, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1216, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1039, \"group\": [1597.0, 753.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTAAGTG\", \"ini\": 426, \"clust\": 1642, \"rank\": 1165, \"rankvar\": 772, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1217, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 486, \"group\": [1642.0, 783.0, 177.0, 49.0, 14.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAAAGGTGC\", \"ini\": 425, \"clust\": 949, \"rank\": 1172, \"rankvar\": 1399, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1218, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1561, \"group\": [972.0, 453.0, 93.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGACAAG\", \"ini\": 424, \"clust\": 1188, \"rank\": 1294, \"rankvar\": 1271, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1219, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1464, \"group\": [1186.0, 592.0, 133.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTTACGGAG\", \"ini\": 423, \"clust\": 1268, \"rank\": 1274, \"rankvar\": 775, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1220, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 487, \"group\": [1277.0, 659.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGAAACCTA\", \"ini\": 422, \"clust\": 1181, \"rank\": 1237, \"rankvar\": 1302, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1221, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 388, \"group\": [1182.0, 590.0, 132.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCACTTCTGC\", \"ini\": 421, \"clust\": 1084, \"rank\": 1155, \"rankvar\": 68, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1222, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 488, \"group\": [1086.0, 527.0, 118.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGTCTGTCTCG\", \"ini\": 420, \"clust\": 1278, \"rank\": 1276, \"rankvar\": 446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1223, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 968, \"group\": [1278.0, 660.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTCCGT\", \"ini\": 419, \"clust\": 1112, \"rank\": 1265, \"rankvar\": 1127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1224, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 489, \"group\": [1112.0, 546.0, 121.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGAACAATC\", \"ini\": 418, \"clust\": 1010, \"rank\": 1193, \"rankvar\": 157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1225, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 969, \"group\": [1011.0, 472.0, 98.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTTTGCATG\", \"ini\": 417, \"clust\": 1030, \"rank\": 1133, \"rankvar\": 1364, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1226, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 490, \"group\": [1031.0, 489.0, 105.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCATCGATG\", \"ini\": 416, \"clust\": 1187, \"rank\": 1269, \"rankvar\": 1089, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1227, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1465, \"group\": [1188.0, 593.0, 133.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGCCAACAG\", \"ini\": 415, \"clust\": 1314, \"rank\": 1291, \"rankvar\": 1114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 970, \"group\": [1315.0, 679.0, 155.0, 41.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGTTTACG\", \"ini\": 414, \"clust\": 1073, \"rank\": 1106, \"rankvar\": 766, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1229, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 491, \"group\": [1072.0, 515.0, 115.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCACCATAG\", \"ini\": 413, \"clust\": 1591, \"rank\": 1169, \"rankvar\": 1410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1230, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1040, \"group\": [1590.0, 750.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCATGTCCC\", \"ini\": 412, \"clust\": 1303, \"rank\": 1329, \"rankvar\": 1442, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1231, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 389, \"group\": [1303.0, 669.0, 151.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCGTCATC\", \"ini\": 411, \"clust\": 77, \"rank\": 1334, \"rankvar\": 1252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1232, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1641, \"group\": [79.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGATGCGAC\", \"ini\": 410, \"clust\": 1387, \"rank\": 1170, \"rankvar\": 1079, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1233, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1041, \"group\": [1387.0, 707.0, 159.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTGTTCTCATT\", \"ini\": 409, \"clust\": 1332, \"rank\": 1216, \"rankvar\": 1190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1234, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 971, \"group\": [1333.0, 691.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGTGGTCCC\", \"ini\": 408, \"clust\": 1151, \"rank\": 1239, \"rankvar\": 1063, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1235, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 972, \"group\": [1151.0, 574.0, 130.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAATCACC\", \"ini\": 407, \"clust\": 1111, \"rank\": 1283, \"rankvar\": 1278, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1236, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 492, \"group\": [1114.0, 546.0, 121.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCGGTCTAA\", \"ini\": 406, \"clust\": 1068, \"rank\": 1085, \"rankvar\": 1091, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1237, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 493, \"group\": [1069.0, 514.0, 115.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAAGGCAGGTT\", \"ini\": 405, \"clust\": 1164, \"rank\": 1277, \"rankvar\": 942, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 390, \"group\": [1164.0, 582.0, 132.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACGAAGCA\", \"ini\": 404, \"clust\": 1162, \"rank\": 1217, \"rankvar\": 1136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1239, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 494, \"group\": [1161.0, 579.0, 131.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCCACGCAG\", \"ini\": 403, \"clust\": 1297, \"rank\": 1292, \"rankvar\": 296, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1240, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 391, \"group\": [1298.0, 664.0, 150.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCAACCAA\", \"ini\": 402, \"clust\": 569, \"rank\": 1174, \"rankvar\": 1153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 392, \"group\": [571.0, 254.0, 45.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCAAGCCTA\", \"ini\": 401, \"clust\": 1093, \"rank\": 1242, \"rankvar\": 970, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1242, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 495, \"group\": [1094.0, 533.0, 118.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCACACCGAC\", \"ini\": 400, \"clust\": 1189, \"rank\": 1312, \"rankvar\": 855, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1243, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 393, \"group\": [1187.0, 592.0, 133.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGCTGAACG\", \"ini\": 399, \"clust\": 1389, \"rank\": 1214, \"rankvar\": 1219, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1244, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1042, \"group\": [1389.0, 708.0, 159.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAAGAAGT\", \"ini\": 398, \"clust\": 1386, \"rank\": 1271, \"rankvar\": 1038, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1245, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1571, \"group\": [1391.0, 709.0, 159.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGACACTAA\", \"ini\": 397, \"clust\": 1077, \"rank\": 1201, \"rankvar\": 985, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1246, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 496, \"group\": [1076.0, 518.0, 115.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCGGTTAAC\", \"ini\": 396, \"clust\": 1113, \"rank\": 1252, \"rankvar\": 1076, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1247, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 497, \"group\": [1113.0, 546.0, 121.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCATAGCAC\", \"ini\": 395, \"clust\": 1609, \"rank\": 1146, \"rankvar\": 1596, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1248, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1043, \"group\": [1609.0, 757.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCTGTTTGT\", \"ini\": 394, \"clust\": 1011, \"rank\": 1158, \"rankvar\": 1157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1249, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 498, \"group\": [1015.0, 476.0, 99.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCAGACACTT\", \"ini\": 393, \"clust\": 1399, \"rank\": 1173, \"rankvar\": 1246, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1250, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1044, \"group\": [1403.0, 716.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTGAGGCTA\", \"ini\": 392, \"clust\": 1148, \"rank\": 1250, \"rankvar\": 692, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1251, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 973, \"group\": [1148.0, 572.0, 130.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATACACCCATGG\", \"ini\": 391, \"clust\": 1022, \"rank\": 1200, \"rankvar\": 953, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1252, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1562, \"group\": [1026.0, 486.0, 104.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCATAGACTC\", \"ini\": 390, \"clust\": 1169, \"rank\": 1251, \"rankvar\": 538, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1253, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 499, \"group\": [1169.0, 586.0, 132.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCTCCTC\", \"ini\": 389, \"clust\": 1055, \"rank\": 1234, \"rankvar\": 978, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1254, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 974, \"group\": [1058.0, 505.0, 111.0, 31.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTAACGCGA\", \"ini\": 388, \"clust\": 1384, \"rank\": 1211, \"rankvar\": 1033, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1255, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1045, \"group\": [1385.0, 705.0, 158.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACATTACGAC\", \"ini\": 387, \"clust\": 1062, \"rank\": 1202, \"rankvar\": 976, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1256, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 500, \"group\": [1060.0, 507.0, 113.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTTGTCC\", \"ini\": 386, \"clust\": 1601, \"rank\": 1195, \"rankvar\": 1568, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1257, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1046, \"group\": [1600.0, 753.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGAGTAGA\", \"ini\": 385, \"clust\": 1184, \"rank\": 1304, \"rankvar\": 1321, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1258, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 501, \"group\": [1183.0, 590.0, 132.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAAGGTCATCT\", \"ini\": 384, \"clust\": 1272, \"rank\": 1313, \"rankvar\": 897, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1259, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 502, \"group\": [1275.0, 657.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCGCTAGCG\", \"ini\": 383, \"clust\": 903, \"rank\": 1243, \"rankvar\": 1227, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1260, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 975, \"group\": [904.0, 432.0, 89.0, 25.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGGGCTCTC\", \"ini\": 382, \"clust\": 913, \"rank\": 1301, \"rankvar\": 1340, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1261, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 976, \"group\": [913.0, 440.0, 90.0, 26.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTGTAATGA\", \"ini\": 381, \"clust\": 1514, \"rank\": 1268, \"rankvar\": 1192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1262, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1047, \"group\": [1514.0, 720.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACAGCAG\", \"ini\": 380, \"clust\": 1023, \"rank\": 1254, \"rankvar\": 1070, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1263, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1563, \"group\": [1025.0, 485.0, 103.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGTTTAGG\", \"ini\": 379, \"clust\": 1192, \"rank\": 1215, \"rankvar\": 1343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1264, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1466, \"group\": [1191.0, 596.0, 134.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTATCTG\", \"ini\": 378, \"clust\": 1315, \"rank\": 1337, \"rankvar\": 532, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 394, \"group\": [1316.0, 680.0, 155.0, 41.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGCGAAA\", \"ini\": 377, \"clust\": 1320, \"rank\": 1284, \"rankvar\": 341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1266, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 977, \"group\": [1384.0, 704.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAAGGTGA\", \"ini\": 376, \"clust\": 1403, \"rank\": 1262, \"rankvar\": 917, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1267, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1048, \"group\": [1532.0, 722.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCACTGGG\", \"ini\": 375, \"clust\": 1190, \"rank\": 1203, \"rankvar\": 1094, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1268, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 978, \"group\": [1200.0, 602.0, 135.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTAAAGA\", \"ini\": 374, \"clust\": 1149, \"rank\": 1273, \"rankvar\": 1341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1269, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 979, \"group\": [1149.0, 573.0, 130.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCACACGC\", \"ini\": 373, \"clust\": 1119, \"rank\": 1204, \"rankvar\": 680, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1270, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 503, \"group\": [1120.0, 549.0, 122.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAATTCCTT\", \"ini\": 372, \"clust\": 1637, \"rank\": 1156, \"rankvar\": 836, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1271, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 504, \"group\": [1638.0, 779.0, 175.0, 49.0, 14.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATGGATGG\", \"ini\": 371, \"clust\": 1060, \"rank\": 1177, \"rankvar\": 734, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1272, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 505, \"group\": [1063.0, 509.0, 113.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTATGGTTC\", \"ini\": 370, \"clust\": 1034, \"rank\": 1190, \"rankvar\": 1169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1273, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 506, \"group\": [1033.0, 490.0, 105.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTTCAGTAC\", \"ini\": 369, \"clust\": 1298, \"rank\": 1282, \"rankvar\": 459, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1274, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 395, \"group\": [1299.0, 665.0, 150.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGTTACAG\", \"ini\": 368, \"clust\": 1312, \"rank\": 1328, \"rankvar\": 1093, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1275, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 980, \"group\": [1311.0, 676.0, 153.0, 40.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCAGAGCTT\", \"ini\": 367, \"clust\": 1069, \"rank\": 1197, \"rankvar\": 1049, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1276, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 507, \"group\": [1070.0, 514.0, 115.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCTGCCCA\", \"ini\": 366, \"clust\": 1035, \"rank\": 1210, \"rankvar\": 1509, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1277, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 508, \"group\": [1034.0, 490.0, 105.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTCTGCTG\", \"ini\": 365, \"clust\": 1143, \"rank\": 1180, \"rankvar\": 1347, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1278, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 509, \"group\": [1142.0, 567.0, 129.0, 35.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTAGTGCG\", \"ini\": 364, \"clust\": 1167, \"rank\": 1246, \"rankvar\": 1297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1279, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 510, \"group\": [1166.0, 584.0, 132.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAGTAGAGC\", \"ini\": 363, \"clust\": 1024, \"rank\": 1293, \"rankvar\": 47, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 396, \"group\": [1023.0, 483.0, 103.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAGTGAGA\", \"ini\": 362, \"clust\": 1064, \"rank\": 1233, \"rankvar\": 1355, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1281, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 511, \"group\": [1065.0, 511.0, 114.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTGTCTCA\", \"ini\": 361, \"clust\": 1324, \"rank\": 1266, \"rankvar\": 1417, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1282, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 35, \"group\": [1324.0, 687.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAAGCGGT\", \"ini\": 360, \"clust\": 1640, \"rank\": 1213, \"rankvar\": 595, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1283, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 981, \"group\": [1643.0, 784.0, 178.0, 49.0, 14.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCTTGCGG\", \"ini\": 359, \"clust\": 1321, \"rank\": 1263, \"rankvar\": 870, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1284, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 36, \"group\": [1323.0, 686.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGCTCCTTC\", \"ini\": 358, \"clust\": 1229, \"rank\": 1260, \"rankvar\": 848, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1285, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 512, \"group\": [1230.0, 626.0, 143.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTGGTAACG\", \"ini\": 357, \"clust\": 1168, \"rank\": 1249, \"rankvar\": 1264, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1286, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 513, \"group\": [1167.0, 584.0, 132.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCATGCCTTC\", \"ini\": 356, \"clust\": 1354, \"rank\": 1290, \"rankvar\": 1555, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1287, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 37, \"group\": [1356.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGGGAACGG\", \"ini\": 355, \"clust\": 1036, \"rank\": 1287, \"rankvar\": 995, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1288, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1564, \"group\": [1039.0, 491.0, 106.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCATCACGAT\", \"ini\": 354, \"clust\": 1345, \"rank\": 1256, \"rankvar\": 1580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1289, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 38, \"group\": [1347.0, 698.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTACCGAGA\", \"ini\": 353, \"clust\": 1182, \"rank\": 1300, \"rankvar\": 1237, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1290, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 514, \"group\": [1180.0, 590.0, 132.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAATT\", \"ini\": 352, \"clust\": 1603, \"rank\": 1258, \"rankvar\": 1460, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1291, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1049, \"group\": [1602.0, 753.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGTGCAAGC\", \"ini\": 351, \"clust\": 1251, \"rank\": 1346, \"rankvar\": 489, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 397, \"group\": [1250.0, 643.0, 147.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGAAAGAG\", \"ini\": 350, \"clust\": 1165, \"rank\": 1270, \"rankvar\": 930, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1293, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 515, \"group\": [1165.0, 583.0, 132.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCGATCCCT\", \"ini\": 349, \"clust\": 1063, \"rank\": 1221, \"rankvar\": 936, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1294, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 516, \"group\": [1061.0, 507.0, 113.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATTCCTGC\", \"ini\": 348, \"clust\": 1612, \"rank\": 1218, \"rankvar\": 1434, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1295, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1050, \"group\": [1611.0, 758.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTTTAAGCC\", \"ini\": 347, \"clust\": 1385, \"rank\": 1302, \"rankvar\": 706, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1296, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1051, \"group\": [1386.0, 706.0, 158.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCACTTAAGC\", \"ini\": 346, \"clust\": 1037, \"rank\": 1339, \"rankvar\": 1000, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1297, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1565, \"group\": [1037.0, 491.0, 106.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGAGCTGGT\", \"ini\": 345, \"clust\": 1325, \"rank\": 1238, \"rankvar\": 1612, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1298, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 39, \"group\": [1325.0, 687.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCCTCAGT\", \"ini\": 344, \"clust\": 1611, \"rank\": 1264, \"rankvar\": 1351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1299, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1052, \"group\": [1613.0, 758.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGATCCCGC\", \"ini\": 343, \"clust\": 1393, \"rank\": 1308, \"rankvar\": 553, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1300, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 982, \"group\": [1397.0, 712.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTAGGCGATAC\", \"ini\": 342, \"clust\": 1152, \"rank\": 1296, \"rankvar\": 993, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1301, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 983, \"group\": [1152.0, 575.0, 130.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCGGCCGAT\", \"ini\": 341, \"clust\": 1086, \"rank\": 1248, \"rankvar\": 316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1302, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 517, \"group\": [1085.0, 526.0, 118.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGGCTACGA\", \"ini\": 340, \"clust\": 1255, \"rank\": 1341, \"rankvar\": 896, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 398, \"group\": [1254.0, 646.0, 148.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTACCGTAT\", \"ini\": 339, \"clust\": 1522, \"rank\": 1306, \"rankvar\": 1327, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1304, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1053, \"group\": [1531.0, 721.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATGCTGGC\", \"ini\": 338, \"clust\": 1065, \"rank\": 1235, \"rankvar\": 952, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1305, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 518, \"group\": [1066.0, 512.0, 114.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGGTCAT\", \"ini\": 337, \"clust\": 1096, \"rank\": 1236, \"rankvar\": 933, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1306, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 519, \"group\": [1095.0, 534.0, 118.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCGGCACT\", \"ini\": 336, \"clust\": 1326, \"rank\": 1289, \"rankvar\": 1324, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1307, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 40, \"group\": [1328.0, 688.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCCAAACTG\", \"ini\": 335, \"clust\": 1350, \"rank\": 1286, \"rankvar\": 1216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1308, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 41, \"group\": [1349.0, 699.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCAGGCGAA\", \"ini\": 334, \"clust\": 1177, \"rank\": 1336, \"rankvar\": 998, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1309, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 520, \"group\": [1178.0, 589.0, 132.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGGTGACCA\", \"ini\": 333, \"clust\": 1171, \"rank\": 1327, \"rankvar\": 637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1310, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 399, \"group\": [1185.0, 591.0, 132.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGCTTCGG\", \"ini\": 332, \"clust\": 1562, \"rank\": 1297, \"rankvar\": 5, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1311, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 984, \"group\": [1565.0, 736.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTATCAAACGGG\", \"ini\": 331, \"clust\": 1529, \"rank\": 1311, \"rankvar\": 1296, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1312, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1054, \"group\": [1530.0, 721.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGATTCT\", \"ini\": 330, \"clust\": 1179, \"rank\": 1342, \"rankvar\": 1045, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1313, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 521, \"group\": [1175.0, 589.0, 132.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCCAGTACACT\", \"ini\": 329, \"clust\": 1277, \"rank\": 1389, \"rankvar\": 849, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1314, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 985, \"group\": [1280.0, 660.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAATCACAC\", \"ini\": 328, \"clust\": 1256, \"rank\": 1356, \"rankvar\": 717, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 400, \"group\": [1255.0, 646.0, 148.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAGGTTCT\", \"ini\": 327, \"clust\": 1260, \"rank\": 1364, \"rankvar\": 317, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1316, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 401, \"group\": [1259.0, 649.0, 148.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGGGTGTTG\", \"ini\": 326, \"clust\": 1340, \"rank\": 1332, \"rankvar\": 1453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1317, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 42, \"group\": [1341.0, 696.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGTGTGGT\", \"ini\": 325, \"clust\": 1094, \"rank\": 1245, \"rankvar\": 1182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1318, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 522, \"group\": [1098.0, 536.0, 118.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTAACGCGA\", \"ini\": 324, \"clust\": 46, \"rank\": 1325, \"rankvar\": 1139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 402, \"group\": [46.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTGGCGTG\", \"ini\": 323, \"clust\": 1250, \"rank\": 1340, \"rankvar\": 1078, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 403, \"group\": [1252.0, 644.0, 147.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAGTTTACG\", \"ini\": 322, \"clust\": 1263, \"rank\": 1382, \"rankvar\": 1097, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1321, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 986, \"group\": [1264.0, 652.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGAATAGGG\", \"ini\": 321, \"clust\": 1170, \"rank\": 1350, \"rankvar\": 1013, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1322, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 523, \"group\": [1170.0, 587.0, 132.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACATCCA\", \"ini\": 320, \"clust\": 1031, \"rank\": 1226, \"rankvar\": 1256, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1323, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 524, \"group\": [1032.0, 489.0, 105.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCCTAGGGC\", \"ini\": 319, \"clust\": 1275, \"rank\": 1361, \"rankvar\": 440, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1324, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 525, \"group\": [1271.0, 656.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCATCACAAC\", \"ini\": 318, \"clust\": 1097, \"rank\": 1280, \"rankvar\": 1022, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1325, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 526, \"group\": [1096.0, 534.0, 118.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTAACGGT\", \"ini\": 317, \"clust\": 1281, \"rank\": 1400, \"rankvar\": 845, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 404, \"group\": [1283.0, 661.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCGTCCA\", \"ini\": 316, \"clust\": 1146, \"rank\": 1324, \"rankvar\": 821, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 405, \"group\": [1201.0, 603.0, 136.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGAGGTACC\", \"ini\": 315, \"clust\": 1040, \"rank\": 1348, \"rankvar\": 1522, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1328, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1566, \"group\": [1040.0, 492.0, 106.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAGTTTACG\", \"ini\": 314, \"clust\": 1276, \"rank\": 1335, \"rankvar\": 256, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1329, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 527, \"group\": [1272.0, 656.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGCAGACTG\", \"ini\": 313, \"clust\": 1032, \"rank\": 1267, \"rankvar\": 1461, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1330, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 528, \"group\": [1036.0, 490.0, 105.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAGTAACGG\", \"ini\": 312, \"clust\": 1120, \"rank\": 1321, \"rankvar\": 839, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1331, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 529, \"group\": [1121.0, 549.0, 122.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCTGCCCTA\", \"ini\": 311, \"clust\": 1150, \"rank\": 1322, \"rankvar\": 1145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1332, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 987, \"group\": [1150.0, 573.0, 130.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCTACTATC\", \"ini\": 310, \"clust\": 1339, \"rank\": 1318, \"rankvar\": 1639, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1333, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 43, \"group\": [1342.0, 697.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGCTCAGA\", \"ini\": 309, \"clust\": 1288, \"rank\": 1399, \"rankvar\": 660, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 406, \"group\": [1293.0, 663.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTGCACTTA\", \"ini\": 308, \"clust\": 1346, \"rank\": 1314, \"rankvar\": 1605, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1335, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 44, \"group\": [1345.0, 698.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTGTGTGCCTG\", \"ini\": 307, \"clust\": 1020, \"rank\": 1307, \"rankvar\": 813, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 988, \"group\": [1021.0, 481.0, 102.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCAACAACCT\", \"ini\": 306, \"clust\": 1327, \"rank\": 1331, \"rankvar\": 1483, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1337, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 45, \"group\": [1326.0, 688.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGGCACTA\", \"ini\": 305, \"clust\": 1388, \"rank\": 1317, \"rankvar\": 1131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1338, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1055, \"group\": [1388.0, 707.0, 159.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCACAACGCC\", \"ini\": 304, \"clust\": 1515, \"rank\": 1359, \"rankvar\": 1225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1339, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1056, \"group\": [1515.0, 720.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTACGCGA\", \"ini\": 303, \"clust\": 1638, \"rank\": 1272, \"rankvar\": 937, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1340, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 530, \"group\": [1639.0, 780.0, 176.0, 49.0, 14.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCGTCTCCACT\", \"ini\": 302, \"clust\": 1397, \"rank\": 1295, \"rankvar\": 1142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1341, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1190, \"group\": [1398.0, 713.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGTACAA\", \"ini\": 301, \"clust\": 1639, \"rank\": 1316, \"rankvar\": 379, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1342, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 531, \"group\": [1640.0, 781.0, 176.0, 49.0, 14.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACAAAGCGGT\", \"ini\": 300, \"clust\": 1401, \"rank\": 1281, \"rankvar\": 1488, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1343, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1057, \"group\": [1400.0, 715.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCGCAGGCT\", \"ini\": 299, \"clust\": 1330, \"rank\": 1319, \"rankvar\": 1348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1344, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 46, \"group\": [1330.0, 689.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGAGGGATA\", \"ini\": 298, \"clust\": 1185, \"rank\": 1393, \"rankvar\": 1325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1345, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 989, \"group\": [1184.0, 590.0, 132.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGCGACAT\", \"ini\": 297, \"clust\": 1178, \"rank\": 1357, \"rankvar\": 1342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1346, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 532, \"group\": [1177.0, 589.0, 132.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCACTATCTT\", \"ini\": 296, \"clust\": 1368, \"rank\": 1380, \"rankvar\": 945, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1347, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 47, \"group\": [1369.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAATCACAC\", \"ini\": 295, \"clust\": 1347, \"rank\": 1326, \"rankvar\": 1381, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1348, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 48, \"group\": [1346.0, 698.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTGTGTAAGTA\", \"ini\": 294, \"clust\": 1512, \"rank\": 1371, \"rankvar\": 1312, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1349, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1058, \"group\": [1511.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTACAGACG\", \"ini\": 293, \"clust\": 1560, \"rank\": 1368, \"rankvar\": 567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1350, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 407, \"group\": [1561.0, 734.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCCCTCAGT\", \"ini\": 292, \"clust\": 1176, \"rank\": 1387, \"rankvar\": 1293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1351, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 533, \"group\": [1179.0, 589.0, 132.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGATGGGTC\", \"ini\": 291, \"clust\": 1313, \"rank\": 1425, \"rankvar\": 1462, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1352, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 408, \"group\": [1312.0, 676.0, 153.0, 40.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATATGGTC\", \"ini\": 290, \"clust\": 1285, \"rank\": 1395, \"rankvar\": 856, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1353, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 534, \"group\": [1287.0, 662.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATCTACGA\", \"ini\": 289, \"clust\": 1279, \"rank\": 1409, \"rankvar\": 810, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1354, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 990, \"group\": [1279.0, 660.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTAGCCA\", \"ini\": 288, \"clust\": 1432, \"rank\": 1417, \"rankvar\": 1019, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1355, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1059, \"group\": [1432.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTAGGCTGA\", \"ini\": 287, \"clust\": 1124, \"rank\": 1362, \"rankvar\": 1275, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 409, \"group\": [1124.0, 551.0, 122.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGCTTG\", \"ini\": 286, \"clust\": 1172, \"rank\": 1447, \"rankvar\": 1149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 410, \"group\": [1171.0, 588.0, 132.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATGTAAG\", \"ini\": 285, \"clust\": 1125, \"rank\": 1390, \"rankvar\": 771, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 411, \"group\": [1125.0, 551.0, 122.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGGATACC\", \"ini\": 284, \"clust\": 1294, \"rank\": 1426, \"rankvar\": 919, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1359, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 991, \"group\": [1296.0, 663.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCAACCAA\", \"ini\": 283, \"clust\": 1282, \"rank\": 1465, \"rankvar\": 1133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 412, \"group\": [1281.0, 661.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGACAGGT\", \"ini\": 282, \"clust\": 1513, \"rank\": 1385, \"rankvar\": 1435, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1361, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1060, \"group\": [1512.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGCGAGT\", \"ini\": 281, \"clust\": 1390, \"rank\": 1330, \"rankvar\": 1308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1362, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1061, \"group\": [1390.0, 708.0, 159.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCACCGTC\", \"ini\": 280, \"clust\": 1291, \"rank\": 1420, \"rankvar\": 465, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1363, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 992, \"group\": [1291.0, 663.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTAGCTCCG\", \"ini\": 279, \"clust\": 1273, \"rank\": 1354, \"rankvar\": 277, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1364, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 535, \"group\": [1274.0, 656.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTCCCTGA\", \"ini\": 278, \"clust\": 1108, \"rank\": 1386, \"rankvar\": 1500, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1365, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 536, \"group\": [1110.0, 545.0, 121.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCATCGACGC\", \"ini\": 277, \"clust\": 1041, \"rank\": 1344, \"rankvar\": 1315, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1366, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1567, \"group\": [1041.0, 492.0, 106.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAACTGCTA\", \"ini\": 276, \"clust\": 1343, \"rank\": 1299, \"rankvar\": 1543, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1367, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1236, \"group\": [1343.0, 698.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGAACAATC\", \"ini\": 275, \"clust\": 1615, \"rank\": 1343, \"rankvar\": 1599, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1368, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1062, \"group\": [1616.0, 759.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGCACCGTC\", \"ini\": 274, \"clust\": 1561, \"rank\": 1445, \"rankvar\": 676, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1369, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1063, \"group\": [1562.0, 735.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGTTACAG\", \"ini\": 273, \"clust\": 1180, \"rank\": 1383, \"rankvar\": 1290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1370, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 537, \"group\": [1176.0, 589.0, 132.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATCCAAC\", \"ini\": 272, \"clust\": 1459, \"rank\": 1370, \"rankvar\": 1452, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1371, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1064, \"group\": [1459.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCCCAAGTA\", \"ini\": 271, \"clust\": 1355, \"rank\": 1373, \"rankvar\": 1559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1372, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 49, \"group\": [1355.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCATGCAAC\", \"ini\": 270, \"clust\": 1025, \"rank\": 1360, \"rankvar\": 809, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1373, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1568, \"group\": [1024.0, 484.0, 103.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTACTTAC\", \"ini\": 269, \"clust\": 1614, \"rank\": 1379, \"rankvar\": 1600, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1374, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1065, \"group\": [1617.0, 759.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGCACCGTC\", \"ini\": 268, \"clust\": 1335, \"rank\": 1376, \"rankvar\": 1490, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1375, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 50, \"group\": [1335.0, 693.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTATTCTC\", \"ini\": 267, \"clust\": 1059, \"rank\": 1305, \"rankvar\": 877, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1376, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 538, \"group\": [1064.0, 510.0, 113.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCGAGCCCA\", \"ini\": 266, \"clust\": 1525, \"rank\": 1351, \"rankvar\": 1451, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1377, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1066, \"group\": [1524.0, 721.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGATCGGGT\", \"ini\": 265, \"clust\": 1117, \"rank\": 1402, \"rankvar\": 1010, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1378, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 539, \"group\": [1117.0, 548.0, 122.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTTGTACAC\", \"ini\": 264, \"clust\": 1101, \"rank\": 1358, \"rankvar\": 1014, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1379, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 540, \"group\": [1102.0, 539.0, 120.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAATCGAAA\", \"ini\": 263, \"clust\": 1269, \"rank\": 1391, \"rankvar\": 881, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1380, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 541, \"group\": [1276.0, 658.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGTGCCTG\", \"ini\": 262, \"clust\": 1300, \"rank\": 1444, \"rankvar\": 1629, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1381, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 542, \"group\": [1301.0, 667.0, 150.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACGACGT\", \"ini\": 261, \"clust\": 1042, \"rank\": 1394, \"rankvar\": 863, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1382, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 543, \"group\": [1043.0, 493.0, 106.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTTCTCATT\", \"ini\": 260, \"clust\": 1331, \"rank\": 1355, \"rankvar\": 1098, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1383, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1237, \"group\": [1334.0, 692.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATGTCCC\", \"ini\": 259, \"clust\": 1095, \"rank\": 1352, \"rankvar\": 1065, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1384, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 544, \"group\": [1097.0, 535.0, 118.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTCAAGTG\", \"ini\": 258, \"clust\": 1173, \"rank\": 1475, \"rankvar\": 1137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 413, \"group\": [1172.0, 588.0, 132.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCAGAGGGATA\", \"ini\": 257, \"clust\": 1266, \"rank\": 1392, \"rankvar\": 1485, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1386, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 545, \"group\": [1266.0, 653.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTAGCCTAT\", \"ini\": 256, \"clust\": 1530, \"rank\": 1365, \"rankvar\": 1294, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1387, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1067, \"group\": [1528.0, 721.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGTTAGCGG\", \"ini\": 255, \"clust\": 1531, \"rank\": 1353, \"rankvar\": 1367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1388, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1068, \"group\": [1529.0, 721.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGCACACGCTG\", \"ini\": 254, \"clust\": 1183, \"rank\": 1369, \"rankvar\": 1507, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1389, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 546, \"group\": [1181.0, 590.0, 132.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCAGAAGG\", \"ini\": 253, \"clust\": 1367, \"rank\": 1397, \"rankvar\": 1187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1390, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 51, \"group\": [1370.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACACTGCCAG\", \"ini\": 252, \"clust\": 1337, \"rank\": 1457, \"rankvar\": 1359, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1391, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 52, \"group\": [1337.0, 695.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGACTGTAA\", \"ini\": 251, \"clust\": 1610, \"rank\": 1310, \"rankvar\": 1631, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1392, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1069, \"group\": [1610.0, 757.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTGAGGTG\", \"ini\": 250, \"clust\": 1461, \"rank\": 1363, \"rankvar\": 1384, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1393, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1070, \"group\": [1461.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCAGTAAGAT\", \"ini\": 249, \"clust\": 1161, \"rank\": 1347, \"rankvar\": 1086, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1394, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 414, \"group\": [1163.0, 581.0, 131.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCACCCTATC\", \"ini\": 248, \"clust\": 1360, \"rank\": 1414, \"rankvar\": 1538, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1395, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 53, \"group\": [1359.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCCTCGCAT\", \"ini\": 247, \"clust\": 1026, \"rank\": 1378, \"rankvar\": 1173, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1396, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 547, \"group\": [1030.0, 488.0, 105.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGACGAT\", \"ini\": 246, \"clust\": 1163, \"rank\": 1367, \"rankvar\": 1322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1397, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 993, \"group\": [1162.0, 580.0, 131.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGTGGTAAT\", \"ini\": 245, \"clust\": 1400, \"rank\": 1279, \"rankvar\": 1487, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1398, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1191, \"group\": [1402.0, 715.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTTCTGGTA\", \"ini\": 244, \"clust\": 45, \"rank\": 1410, \"rankvar\": 1621, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1399, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1642, \"group\": [45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGAAGGTTT\", \"ini\": 243, \"clust\": 1038, \"rank\": 1437, \"rankvar\": 1310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1400, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1569, \"group\": [1038.0, 491.0, 106.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCAAGCTGGA\", \"ini\": 242, \"clust\": 1466, \"rank\": 1372, \"rankvar\": 1589, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1401, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1071, \"group\": [1466.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGCAAAGGTGC\", \"ini\": 241, \"clust\": 1286, \"rank\": 1428, \"rankvar\": 619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1402, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 548, \"group\": [1285.0, 662.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGGTCCC\", \"ini\": 240, \"clust\": 1028, \"rank\": 1338, \"rankvar\": 744, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1403, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 549, \"group\": [1027.0, 487.0, 105.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCTAACTC\", \"ini\": 239, \"clust\": 1114, \"rank\": 1406, \"rankvar\": 893, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1404, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 550, \"group\": [1115.0, 547.0, 122.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGTGCC\", \"ini\": 238, \"clust\": 1402, \"rank\": 1323, \"rankvar\": 1309, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1405, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1192, \"group\": [1401.0, 715.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATAGAAAC\", \"ini\": 237, \"clust\": 904, \"rank\": 1345, \"rankvar\": 1212, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1406, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 551, \"group\": [905.0, 433.0, 89.0, 25.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTGGACGT\", \"ini\": 236, \"clust\": 1434, \"rank\": 1415, \"rankvar\": 1162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1407, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1072, \"group\": [1438.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATGAGCGA\", \"ini\": 235, \"clust\": 1027, \"rank\": 1349, \"rankvar\": 1177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1408, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 552, \"group\": [1029.0, 487.0, 105.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTGATACG\", \"ini\": 234, \"clust\": 1322, \"rank\": 1374, \"rankvar\": 1163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1409, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 54, \"group\": [1321.0, 684.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGGTGTTG\", \"ini\": 233, \"clust\": 1527, \"rank\": 1396, \"rankvar\": 1077, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1410, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1073, \"group\": [1526.0, 721.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCACCGCTAG\", \"ini\": 232, \"clust\": 1467, \"rank\": 1381, \"rankvar\": 1481, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1411, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1074, \"group\": [1467.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCTGTGCAA\", \"ini\": 231, \"clust\": 1526, \"rank\": 1377, \"rankvar\": 1376, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1412, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1075, \"group\": [1525.0, 721.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTTGAC\", \"ini\": 230, \"clust\": 1115, \"rank\": 1405, \"rankvar\": 616, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1413, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 553, \"group\": [1116.0, 547.0, 122.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTATCCAGATCA\", \"ini\": 229, \"clust\": 1341, \"rank\": 1443, \"rankvar\": 1178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1414, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 55, \"group\": [1339.0, 696.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTCATCCCT\", \"ini\": 228, \"clust\": 1252, \"rank\": 1456, \"rankvar\": 751, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1415, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 415, \"group\": [1251.0, 643.0, 147.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACTTACGA\", \"ini\": 227, \"clust\": 1519, \"rank\": 1418, \"rankvar\": 1255, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1416, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1076, \"group\": [1520.0, 721.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCCGCCTA\", \"ini\": 226, \"clust\": 1474, \"rank\": 1403, \"rankvar\": 1563, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1417, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1077, \"group\": [1480.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATCCCGC\", \"ini\": 225, \"clust\": 1338, \"rank\": 1468, \"rankvar\": 1539, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1418, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 56, \"group\": [1338.0, 695.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCAAACCAC\", \"ini\": 224, \"clust\": 1407, \"rank\": 1404, \"rankvar\": 943, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1419, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1078, \"group\": [1406.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCTGCT\", \"ini\": 223, \"clust\": 1123, \"rank\": 1412, \"rankvar\": 1140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1420, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 554, \"group\": [1126.0, 551.0, 122.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACACTGCG\", \"ini\": 222, \"clust\": 1344, \"rank\": 1320, \"rankvar\": 1623, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1421, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1238, \"group\": [1344.0, 698.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTCAGGACA\", \"ini\": 221, \"clust\": 1394, \"rank\": 1375, \"rankvar\": 1552, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1422, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1079, \"group\": [1396.0, 711.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTACACCT\", \"ini\": 220, \"clust\": 1342, \"rank\": 1458, \"rankvar\": 1503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1423, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 57, \"group\": [1340.0, 696.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCTCGTTTA\", \"ini\": 219, \"clust\": 1358, \"rank\": 1487, \"rankvar\": 1454, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1424, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 58, \"group\": [1357.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTTGACAC\", \"ini\": 218, \"clust\": 1121, \"rank\": 1388, \"rankvar\": 722, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1425, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 555, \"group\": [1122.0, 550.0, 122.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTAGGTT\", \"ini\": 217, \"clust\": 1336, \"rank\": 1419, \"rankvar\": 1224, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1426, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1080, \"group\": [1336.0, 694.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAGACAAAT\", \"ini\": 216, \"clust\": 1287, \"rank\": 1455, \"rankvar\": 410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1427, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 556, \"group\": [1286.0, 662.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCCTCAATT\", \"ini\": 215, \"clust\": 1118, \"rank\": 1430, \"rankvar\": 1126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1428, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 557, \"group\": [1118.0, 548.0, 122.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCACGACG\", \"ini\": 214, \"clust\": 1613, \"rank\": 1366, \"rankvar\": 1609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1429, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1081, \"group\": [1612.0, 758.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATGCCTAA\", \"ini\": 213, \"clust\": 1516, \"rank\": 1416, \"rankvar\": 1421, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1430, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1082, \"group\": [1516.0, 721.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGTCTTGCA\", \"ini\": 212, \"clust\": 1523, \"rank\": 1384, \"rankvar\": 1415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1431, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1083, \"group\": [1522.0, 721.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGCAGGTA\", \"ini\": 211, \"clust\": 1029, \"rank\": 1398, \"rankvar\": 1295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1432, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 558, \"group\": [1028.0, 487.0, 105.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTAGAGTC\", \"ini\": 210, \"clust\": 1532, \"rank\": 1446, \"rankvar\": 1069, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1433, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1084, \"group\": [1533.0, 723.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGTCTAT\", \"ini\": 209, \"clust\": 1249, \"rank\": 1493, \"rankvar\": 1530, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1434, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 416, \"group\": [1253.0, 645.0, 147.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGAGCTGCA\", \"ini\": 208, \"clust\": 1039, \"rank\": 1421, \"rankvar\": 1402, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1435, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 559, \"group\": [1042.0, 492.0, 106.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGTCTTGTATC\", \"ini\": 207, \"clust\": 1460, \"rank\": 1450, \"rankvar\": 1471, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1436, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1085, \"group\": [1460.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACACGAAACG\", \"ini\": 206, \"clust\": 1511, \"rank\": 1438, \"rankvar\": 1532, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1437, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1086, \"group\": [1513.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCGATAGC\", \"ini\": 205, \"clust\": 1546, \"rank\": 1401, \"rankvar\": 817, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1438, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1193, \"group\": [1546.0, 730.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAGGGTATG\", \"ini\": 204, \"clust\": 1468, \"rank\": 1413, \"rankvar\": 1349, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1439, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1087, \"group\": [1470.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCTGCAC\", \"ini\": 203, \"clust\": 1548, \"rank\": 1424, \"rankvar\": 452, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1440, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1194, \"group\": [1550.0, 731.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTCAGACT\", \"ini\": 202, \"clust\": 1109, \"rank\": 1432, \"rankvar\": 1533, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1441, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 560, \"group\": [1108.0, 545.0, 121.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCAAAGTCAA\", \"ini\": 201, \"clust\": 1505, \"rank\": 1408, \"rankvar\": 1414, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1442, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1088, \"group\": [1504.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTTAGCGG\", \"ini\": 200, \"clust\": 1362, \"rank\": 1459, \"rankvar\": 1636, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1443, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 59, \"group\": [1361.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTTGATTGC\", \"ini\": 199, \"clust\": 1363, \"rank\": 1436, \"rankvar\": 1608, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1444, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 60, \"group\": [1362.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGTTCATG\", \"ini\": 198, \"clust\": 1427, \"rank\": 1441, \"rankvar\": 926, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1445, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1089, \"group\": [1427.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGGAGGTA\", \"ini\": 197, \"clust\": 1533, \"rank\": 1452, \"rankvar\": 1186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1446, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1195, \"group\": [1534.0, 724.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGCTGAG\", \"ini\": 196, \"clust\": 1433, \"rank\": 1489, \"rankvar\": 1067, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1447, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1090, \"group\": [1433.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGTTGGC\", \"ini\": 195, \"clust\": 1110, \"rank\": 1510, \"rankvar\": 1362, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1448, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 561, \"group\": [1109.0, 545.0, 121.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGACACTAA\", \"ini\": 194, \"clust\": 1351, \"rank\": 1429, \"rankvar\": 1469, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1449, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1239, \"group\": [1383.0, 703.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCCTCCAT\", \"ini\": 193, \"clust\": 1528, \"rank\": 1423, \"rankvar\": 1535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1450, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1091, \"group\": [1527.0, 721.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACTCCTG\", \"ini\": 192, \"clust\": 1517, \"rank\": 1433, \"rankvar\": 1457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1451, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1092, \"group\": [1517.0, 721.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGGCAGTCA\", \"ini\": 191, \"clust\": 1406, \"rank\": 1448, \"rankvar\": 898, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1452, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1093, \"group\": [1408.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTACAGACG\", \"ini\": 190, \"clust\": 1365, \"rank\": 1480, \"rankvar\": 1561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1453, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 61, \"group\": [1363.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGGACAA\", \"ini\": 189, \"clust\": 1366, \"rank\": 1431, \"rankvar\": 1544, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1454, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 62, \"group\": [1364.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCATGGGAAC\", \"ini\": 188, \"clust\": 1359, \"rank\": 1524, \"rankvar\": 1554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1455, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 63, \"group\": [1358.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATAGGATA\", \"ini\": 187, \"clust\": 1520, \"rank\": 1440, \"rankvar\": 1274, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1456, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1094, \"group\": [1518.0, 721.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGTTTGT\", \"ini\": 186, \"clust\": 1107, \"rank\": 1422, \"rankvar\": 1345, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1457, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 562, \"group\": [1111.0, 545.0, 121.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACAGATGAGC\", \"ini\": 185, \"clust\": 1422, \"rank\": 1469, \"rankvar\": 1206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1458, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1095, \"group\": [1424.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCTCTGAGA\", \"ini\": 184, \"clust\": 1021, \"rank\": 1407, \"rankvar\": 698, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1459, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 563, \"group\": [1022.0, 482.0, 102.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTTCGAATC\", \"ini\": 183, \"clust\": 1425, \"rank\": 1476, \"rankvar\": 1031, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1460, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1096, \"group\": [1425.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCTCCAT\", \"ini\": 182, \"clust\": 1044, \"rank\": 1460, \"rankvar\": 1220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1461, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1097, \"group\": [1045.0, 494.0, 106.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAGAAGC\", \"ini\": 181, \"clust\": 1471, \"rank\": 1466, \"rankvar\": 1409, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1462, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1098, \"group\": [1473.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCACGGTGTC\", \"ini\": 180, \"clust\": 1264, \"rank\": 1561, \"rankvar\": 1601, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 417, \"group\": [1265.0, 652.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCAATGGACG\", \"ini\": 179, \"clust\": 1370, \"rank\": 1496, \"rankvar\": 1150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1464, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 64, \"group\": [1366.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTCAAACTC\", \"ini\": 178, \"clust\": 1524, \"rank\": 1435, \"rankvar\": 1326, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1465, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1099, \"group\": [1523.0, 721.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGCGATAGC\", \"ini\": 177, \"clust\": 47, \"rank\": 1504, \"rankvar\": 1569, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1466, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 418, \"group\": [47.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTACGCACC\", \"ini\": 176, \"clust\": 1364, \"rank\": 1501, \"rankvar\": 1581, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1467, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 65, \"group\": [1365.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTATATGAG\", \"ini\": 175, \"clust\": 1295, \"rank\": 1519, \"rankvar\": 1080, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1468, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 564, \"group\": [1294.0, 663.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTTGTTTC\", \"ini\": 174, \"clust\": 1436, \"rank\": 1473, \"rankvar\": 1238, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1469, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1100, \"group\": [1436.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGGTTCGGGCT\", \"ini\": 173, \"clust\": 1437, \"rank\": 1467, \"rankvar\": 1132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1470, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1101, \"group\": [1434.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTGTGACCC\", \"ini\": 172, \"clust\": 1542, \"rank\": 1439, \"rankvar\": 1329, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1471, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1102, \"group\": [1542.0, 729.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTACGTAA\", \"ini\": 171, \"clust\": 1435, \"rank\": 1483, \"rankvar\": 1268, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1472, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1103, \"group\": [1437.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTTCACGGC\", \"ini\": 170, \"clust\": 1284, \"rank\": 1518, \"rankvar\": 1528, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1473, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 565, \"group\": [1288.0, 662.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCAAGGCTT\", \"ini\": 169, \"clust\": 1410, \"rank\": 1491, \"rankvar\": 1026, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1474, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1104, \"group\": [1409.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCATCGGCGGTT\", \"ini\": 168, \"clust\": 1267, \"rank\": 1512, \"rankvar\": 1441, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1475, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 566, \"group\": [1267.0, 653.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTCGGGTCT\", \"ini\": 167, \"clust\": 1398, \"rank\": 1411, \"rankvar\": 1301, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1476, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1196, \"group\": [1399.0, 714.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTCTGCGGT\", \"ini\": 166, \"clust\": 1438, \"rank\": 1485, \"rankvar\": 1307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1477, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1105, \"group\": [1435.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCTGCGGT\", \"ini\": 165, \"clust\": 1361, \"rank\": 1497, \"rankvar\": 1361, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1478, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 66, \"group\": [1360.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAGGTTTC\", \"ini\": 164, \"clust\": 1174, \"rank\": 1506, \"rankvar\": 1090, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1479, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 567, \"group\": [1173.0, 589.0, 132.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGCCCGAAA\", \"ini\": 163, \"clust\": 1469, \"rank\": 1442, \"rankvar\": 1562, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1480, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1106, \"group\": [1468.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCTGTAT\", \"ini\": 162, \"clust\": 1265, \"rank\": 1486, \"rankvar\": 1168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1481, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 568, \"group\": [1268.0, 654.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGACAGACC\", \"ini\": 161, \"clust\": 1464, \"rank\": 1470, \"rankvar\": 1529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1482, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1107, \"group\": [1463.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCGAATGGG\", \"ini\": 160, \"clust\": 1408, \"rank\": 1474, \"rankvar\": 1248, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1483, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1108, \"group\": [1407.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCGCATAT\", \"ini\": 159, \"clust\": 1483, \"rank\": 1498, \"rankvar\": 1429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1484, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1109, \"group\": [1483.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCGGCGCAT\", \"ini\": 158, \"clust\": 1503, \"rank\": 1482, \"rankvar\": 1245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1485, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1110, \"group\": [1502.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCAGCTGTAT\", \"ini\": 157, \"clust\": 1521, \"rank\": 1461, \"rankvar\": 1311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1486, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1111, \"group\": [1519.0, 721.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCAGCTTAG\", \"ini\": 156, \"clust\": 1566, \"rank\": 1522, \"rankvar\": 932, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1487, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1112, \"group\": [1568.0, 737.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGCTAACTC\", \"ini\": 155, \"clust\": 1328, \"rank\": 1477, \"rankvar\": 1496, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1488, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1240, \"group\": [1327.0, 688.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTCCAACTA\", \"ini\": 154, \"clust\": 1122, \"rank\": 1449, \"rankvar\": 986, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1489, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 569, \"group\": [1123.0, 550.0, 122.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTACGCCC\", \"ini\": 153, \"clust\": 1175, \"rank\": 1525, \"rankvar\": 1304, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1490, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 994, \"group\": [1174.0, 589.0, 132.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCTGCCAGG\", \"ini\": 152, \"clust\": 1470, \"rank\": 1453, \"rankvar\": 1486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1491, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1113, \"group\": [1469.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTTACGA\", \"ini\": 151, \"clust\": 1495, \"rank\": 1478, \"rankvar\": 1405, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1492, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1114, \"group\": [1493.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAAGATGTTAG\", \"ini\": 150, \"clust\": 1616, \"rank\": 1464, \"rankvar\": 1620, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1493, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1115, \"group\": [1614.0, 759.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAAGAGGCT\", \"ini\": 149, \"clust\": 1502, \"rank\": 1462, \"rankvar\": 1633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1494, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1116, \"group\": [1510.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCTTAGAGC\", \"ini\": 148, \"clust\": 1534, \"rank\": 1454, \"rankvar\": 823, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1495, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1197, \"group\": [1560.0, 733.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGTAGATGT\", \"ini\": 147, \"clust\": 1333, \"rank\": 1434, \"rankvar\": 1582, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1496, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1241, \"group\": [1331.0, 690.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGTCTTGCA\", \"ini\": 146, \"clust\": 1500, \"rank\": 1505, \"rankvar\": 1360, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1497, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1117, \"group\": [1495.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAACGATGG\", \"ini\": 145, \"clust\": 1462, \"rank\": 1451, \"rankvar\": 1576, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1498, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1118, \"group\": [1462.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAACGCGA\", \"ini\": 144, \"clust\": 1391, \"rank\": 1427, \"rankvar\": 1408, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1499, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1119, \"group\": [1392.0, 710.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAAGCGAGT\", \"ini\": 143, \"clust\": 1465, \"rank\": 1488, \"rankvar\": 1549, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1500, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1120, \"group\": [1464.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGGACGAAA\", \"ini\": 142, \"clust\": 1518, \"rank\": 1479, \"rankvar\": 1553, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1501, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1121, \"group\": [1521.0, 721.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTGGTTCC\", \"ini\": 141, \"clust\": 1423, \"rank\": 1507, \"rankvar\": 1465, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1502, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1122, \"group\": [1422.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAGCGATCC\", \"ini\": 140, \"clust\": 1116, \"rank\": 1472, \"rankvar\": 1111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1503, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 570, \"group\": [1119.0, 548.0, 122.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACTGGG\", \"ini\": 139, \"clust\": 1419, \"rank\": 1539, \"rankvar\": 1320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1504, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1123, \"group\": [1421.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGTCGTAGGTT\", \"ini\": 138, \"clust\": 1426, \"rank\": 1515, \"rankvar\": 1006, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1505, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1124, \"group\": [1426.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTTCAACT\", \"ini\": 137, \"clust\": 1443, \"rank\": 1511, \"rankvar\": 1270, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1506, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1125, \"group\": [1445.0, 718.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCATCATTC\", \"ini\": 136, \"clust\": 1444, \"rank\": 1499, \"rankvar\": 1578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1507, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1126, \"group\": [1443.0, 718.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGCACGCCT\", \"ini\": 135, \"clust\": 1490, \"rank\": 1533, \"rankvar\": 1397, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1508, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1127, \"group\": [1500.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCGATTGT\", \"ini\": 134, \"clust\": 1428, \"rank\": 1500, \"rankvar\": 968, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1509, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1128, \"group\": [1428.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTTGACTG\", \"ini\": 133, \"clust\": 1429, \"rank\": 1534, \"rankvar\": 903, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1510, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1129, \"group\": [1431.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTAAGTTCC\", \"ini\": 132, \"clust\": 1323, \"rank\": 1463, \"rankvar\": 1385, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1511, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1242, \"group\": [1322.0, 685.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGATGGAA\", \"ini\": 131, \"clust\": 1493, \"rank\": 1509, \"rankvar\": 1470, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1512, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1130, \"group\": [1491.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTGGGTCAA\", \"ini\": 130, \"clust\": 1535, \"rank\": 1492, \"rankvar\": 853, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1513, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1198, \"group\": [1535.0, 725.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCAAACTG\", \"ini\": 129, \"clust\": 1395, \"rank\": 1471, \"rankvar\": 1356, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1514, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1199, \"group\": [1394.0, 711.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATCCAAC\", \"ini\": 128, \"clust\": 1352, \"rank\": 1520, \"rankvar\": 1424, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1515, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1131, \"group\": [1351.0, 701.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGAGTACAT\", \"ini\": 127, \"clust\": 1392, \"rank\": 1484, \"rankvar\": 1393, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1516, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1200, \"group\": [1393.0, 710.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGGCAAAGA\", \"ini\": 126, \"clust\": 1445, \"rank\": 1517, \"rankvar\": 1455, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1517, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1132, \"group\": [1444.0, 718.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGTCAATAG\", \"ini\": 125, \"clust\": 1506, \"rank\": 1490, \"rankvar\": 1244, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1518, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1133, \"group\": [1505.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCGAATGCT\", \"ini\": 124, \"clust\": 1478, \"rank\": 1502, \"rankvar\": 1573, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1519, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1134, \"group\": [1478.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCATTCACT\", \"ini\": 123, \"clust\": 1420, \"rank\": 1552, \"rankvar\": 1204, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1520, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1135, \"group\": [1419.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACCCATTC\", \"ini\": 122, \"clust\": 1479, \"rank\": 1495, \"rankvar\": 1591, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1521, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1136, \"group\": [1476.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCTCAGT\", \"ini\": 121, \"clust\": 1379, \"rank\": 1544, \"rankvar\": 1541, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1522, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 67, \"group\": [1376.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGAGCCAA\", \"ini\": 120, \"clust\": 1430, \"rank\": 1566, \"rankvar\": 1176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1523, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1137, \"group\": [1429.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTGACAG\", \"ini\": 119, \"clust\": 1356, \"rank\": 1531, \"rankvar\": 1637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1524, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 68, \"group\": [1353.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCGGCGCTA\", \"ini\": 118, \"clust\": 1357, \"rank\": 1530, \"rankvar\": 1638, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1525, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 69, \"group\": [1354.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCTGGTGTA\", \"ini\": 117, \"clust\": 1497, \"rank\": 1540, \"rankvar\": 1445, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1526, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1138, \"group\": [1499.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCCAATT\", \"ini\": 116, \"clust\": 1441, \"rank\": 1537, \"rankvar\": 1489, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1527, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1139, \"group\": [1439.0, 718.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACAGTGAGTG\", \"ini\": 115, \"clust\": 1450, \"rank\": 1494, \"rankvar\": 1363, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1528, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1201, \"group\": [1458.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATTGCGGC\", \"ini\": 114, \"clust\": 1537, \"rank\": 1523, \"rankvar\": 1171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1529, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1202, \"group\": [1537.0, 727.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTCGCATCG\", \"ini\": 113, \"clust\": 1270, \"rank\": 1514, \"rankvar\": 1231, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1530, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 571, \"group\": [1269.0, 655.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTCCTGCTT\", \"ini\": 112, \"clust\": 1411, \"rank\": 1563, \"rankvar\": 1015, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1531, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1140, \"group\": [1410.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACCCACC\", \"ini\": 111, \"clust\": 1509, \"rank\": 1513, \"rankvar\": 1444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1532, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1141, \"group\": [1506.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACCATTCCTGC\", \"ini\": 110, \"clust\": 1396, \"rank\": 1508, \"rankvar\": 1269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1533, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1203, \"group\": [1395.0, 711.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACGAAGCA\", \"ini\": 109, \"clust\": 1565, \"rank\": 1551, \"rankvar\": 1282, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1534, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1243, \"group\": [1572.0, 737.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGACAGGAACGT\", \"ini\": 108, \"clust\": 1496, \"rank\": 1527, \"rankvar\": 1427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1535, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1142, \"group\": [1494.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCTAGGGC\", \"ini\": 107, \"clust\": 1557, \"rank\": 1481, \"rankvar\": 1188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1536, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1204, \"group\": [1558.0, 732.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACTCGGGAGTA\", \"ini\": 106, \"clust\": 1271, \"rank\": 1538, \"rankvar\": 1059, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1537, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 572, \"group\": [1270.0, 655.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACATTCCTGC\", \"ini\": 105, \"clust\": 1494, \"rank\": 1553, \"rankvar\": 1518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1538, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1143, \"group\": [1492.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTTCGAGA\", \"ini\": 104, \"clust\": 1296, \"rank\": 1623, \"rankvar\": 1519, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 419, \"group\": [1295.0, 663.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACCTTTG\", \"ini\": 103, \"clust\": 1440, \"rank\": 1528, \"rankvar\": 1328, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1540, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1144, \"group\": [1441.0, 718.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTGCCTTGG\", \"ini\": 102, \"clust\": 1431, \"rank\": 1577, \"rankvar\": 1021, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1541, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1145, \"group\": [1430.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGACTTGAA\", \"ini\": 101, \"clust\": 1417, \"rank\": 1559, \"rankvar\": 1472, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1542, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1146, \"group\": [1416.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTCTCAACA\", \"ini\": 100, \"clust\": 1292, \"rank\": 1614, \"rankvar\": 1353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1543, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 573, \"group\": [1292.0, 663.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCAACGCTA\", \"ini\": 99, \"clust\": 1409, \"rank\": 1558, \"rankvar\": 1438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1544, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1147, \"group\": [1411.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGGCT\", \"ini\": 98, \"clust\": 1374, \"rank\": 1545, \"rankvar\": 925, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1545, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1244, \"group\": [1371.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCTGCGACG\", \"ini\": 97, \"clust\": 1457, \"rank\": 1516, \"rankvar\": 1336, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1546, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1205, \"group\": [1456.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTCCTTC\", \"ini\": 96, \"clust\": 1102, \"rank\": 1541, \"rankvar\": 1585, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1547, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1245, \"group\": [1103.0, 540.0, 120.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGGTGCAAC\", \"ini\": 95, \"clust\": 1510, \"rank\": 1556, \"rankvar\": 1556, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1548, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1148, \"group\": [1507.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGATAGGAG\", \"ini\": 94, \"clust\": 1334, \"rank\": 1503, \"rankvar\": 1575, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1549, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1246, \"group\": [1332.0, 690.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCAGGA\", \"ini\": 93, \"clust\": 1617, \"rank\": 1526, \"rankvar\": 1603, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1550, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1149, \"group\": [1615.0, 759.0, 165.0, 43.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGATATACG\", \"ini\": 92, \"clust\": 1446, \"rank\": 1536, \"rankvar\": 749, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1551, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1206, \"group\": [1449.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTTGATTCG\", \"ini\": 91, \"clust\": 1558, \"rank\": 1521, \"rankvar\": 1016, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1552, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1207, \"group\": [1556.0, 732.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCACCAGTTA\", \"ini\": 90, \"clust\": 1499, \"rank\": 1579, \"rankvar\": 1593, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1553, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1150, \"group\": [1497.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCACCCGAG\", \"ini\": 89, \"clust\": 1353, \"rank\": 1550, \"rankvar\": 1403, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1554, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1151, \"group\": [1352.0, 701.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTCCAGTAT\", \"ini\": 88, \"clust\": 1540, \"rank\": 1562, \"rankvar\": 346, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1555, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1247, \"group\": [1539.0, 728.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAATGGAAT\", \"ini\": 87, \"clust\": 1369, \"rank\": 1573, \"rankvar\": 1550, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1556, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 70, \"group\": [1368.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGTACGCGA\", \"ini\": 86, \"clust\": 1555, \"rank\": 1546, \"rankvar\": 1319, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1557, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1208, \"group\": [1554.0, 732.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTCCTG\", \"ini\": 85, \"clust\": 1458, \"rank\": 1542, \"rankvar\": 1253, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1558, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1209, \"group\": [1457.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCTGTTCA\", \"ini\": 84, \"clust\": 1404, \"rank\": 1548, \"rankvar\": 1152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1559, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1152, \"group\": [1404.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTCCGAAGA\", \"ini\": 83, \"clust\": 1507, \"rank\": 1532, \"rankvar\": 1249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1560, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1210, \"group\": [1509.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTACAAGTA\", \"ini\": 82, \"clust\": 1484, \"rank\": 1586, \"rankvar\": 1584, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1561, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1153, \"group\": [1484.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCATCGATG\", \"ini\": 81, \"clust\": 1274, \"rank\": 1603, \"rankvar\": 1430, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1562, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 574, \"group\": [1273.0, 656.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGGTACAGACG\", \"ini\": 80, \"clust\": 1544, \"rank\": 1554, \"rankvar\": 1222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1563, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1154, \"group\": [1544.0, 729.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTCATCCA\", \"ini\": 79, \"clust\": 1481, \"rank\": 1594, \"rankvar\": 1332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1564, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1155, \"group\": [1481.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCTTGACGA\", \"ini\": 78, \"clust\": 1549, \"rank\": 1543, \"rankvar\": 1473, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1565, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1211, \"group\": [1548.0, 731.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTCTCTG\", \"ini\": 77, \"clust\": 1501, \"rank\": 1588, \"rankvar\": 1548, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1566, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1156, \"group\": [1496.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGCGATA\", \"ini\": 76, \"clust\": 1545, \"rank\": 1572, \"rankvar\": 1306, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1567, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1212, \"group\": [1545.0, 729.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATAGTCA\", \"ini\": 75, \"clust\": 1491, \"rank\": 1569, \"rankvar\": 1458, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1568, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1157, \"group\": [1489.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGCGCTTG\", \"ini\": 74, \"clust\": 1376, \"rank\": 1547, \"rankvar\": 1618, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1569, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1248, \"group\": [1374.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACATCACGAT\", \"ini\": 73, \"clust\": 1372, \"rank\": 1549, \"rankvar\": 1172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1570, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1249, \"group\": [1382.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAACTGGCC\", \"ini\": 72, \"clust\": 1498, \"rank\": 1583, \"rankvar\": 1390, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1571, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1158, \"group\": [1498.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTCGAACAG\", \"ini\": 71, \"clust\": 1552, \"rank\": 1529, \"rankvar\": 1113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1572, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1213, \"group\": [1551.0, 732.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCTTGTACT\", \"ini\": 70, \"clust\": 1476, \"rank\": 1585, \"rankvar\": 1590, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1573, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1159, \"group\": [1474.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGGATCGA\", \"ini\": 69, \"clust\": 1547, \"rank\": 1535, \"rankvar\": 1141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1574, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1214, \"group\": [1547.0, 730.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTAGAGTGC\", \"ini\": 68, \"clust\": 1442, \"rank\": 1582, \"rankvar\": 1617, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1575, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1160, \"group\": [1440.0, 718.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCCTAGCG\", \"ini\": 67, \"clust\": 1448, \"rank\": 1564, \"rankvar\": 1281, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1576, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1572, \"group\": [1446.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCACCATGTA\", \"ini\": 66, \"clust\": 1550, \"rank\": 1560, \"rankvar\": 1124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1577, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1215, \"group\": [1549.0, 731.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCTGCAAT\", \"ini\": 65, \"clust\": 1414, \"rank\": 1593, \"rankvar\": 1439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1578, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1161, \"group\": [1414.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAAGGCGT\", \"ini\": 64, \"clust\": 1424, \"rank\": 1587, \"rankvar\": 1504, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1579, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1162, \"group\": [1423.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTTCTGAAC\", \"ini\": 63, \"clust\": 1449, \"rank\": 1565, \"rankvar\": 1207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1580, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1573, \"group\": [1447.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCTAGAAC\", \"ini\": 62, \"clust\": 1485, \"rank\": 1596, \"rankvar\": 1477, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1581, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1163, \"group\": [1485.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCGACTAT\", \"ini\": 61, \"clust\": 1377, \"rank\": 1576, \"rankvar\": 1625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1582, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 71, \"group\": [1375.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAGTTAGGGTG\", \"ini\": 60, \"clust\": 1452, \"rank\": 1557, \"rankvar\": 1209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1583, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1216, \"group\": [1450.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCGATAA\", \"ini\": 59, \"clust\": 1570, \"rank\": 1599, \"rankvar\": 1088, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1584, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1217, \"group\": [1569.0, 737.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGCTGAAAT\", \"ini\": 58, \"clust\": 1477, \"rank\": 1568, \"rankvar\": 1613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1585, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1164, \"group\": [1475.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCCGAGTC\", \"ini\": 57, \"clust\": 1418, \"rank\": 1601, \"rankvar\": 1303, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1586, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1165, \"group\": [1417.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGAGTAGA\", \"ini\": 56, \"clust\": 1382, \"rank\": 1567, \"rankvar\": 1386, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1587, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1250, \"group\": [1379.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGTTTACG\", \"ini\": 55, \"clust\": 1412, \"rank\": 1590, \"rankvar\": 1035, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1588, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1166, \"group\": [1412.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAGTTCCGGCA\", \"ini\": 54, \"clust\": 1283, \"rank\": 1636, \"rankvar\": 1622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1589, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1251, \"group\": [1282.0, 661.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACAGATTC\", \"ini\": 53, \"clust\": 1447, \"rank\": 1555, \"rankvar\": 1574, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1590, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1574, \"group\": [1448.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATCTCG\", \"ini\": 52, \"clust\": 1487, \"rank\": 1608, \"rankvar\": 1459, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1591, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1167, \"group\": [1487.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAAACCCAT\", \"ini\": 51, \"clust\": 1488, \"rank\": 1592, \"rankvar\": 1505, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1592, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1168, \"group\": [1488.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTAGGGTTTCT\", \"ini\": 50, \"clust\": 1416, \"rank\": 1607, \"rankvar\": 1317, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1593, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1218, \"group\": [1418.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTCTCGGC\", \"ini\": 49, \"clust\": 1489, \"rank\": 1616, \"rankvar\": 1494, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1594, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1169, \"group\": [1501.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAGCCTGTG\", \"ini\": 48, \"clust\": 1293, \"rank\": 1642, \"rankvar\": 1641, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1595, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 420, \"group\": [1297.0, 663.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCGTGGTCG\", \"ini\": 47, \"clust\": 1463, \"rank\": 1570, \"rankvar\": 1628, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1596, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1170, \"group\": [1465.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCAGCCTTGG\", \"ini\": 46, \"clust\": 1381, \"rank\": 1595, \"rankvar\": 1357, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1597, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1252, \"group\": [1381.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAAGCTCCCAG\", \"ini\": 45, \"clust\": 1508, \"rank\": 1606, \"rankvar\": 1598, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1598, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1171, \"group\": [1508.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCCGAATT\", \"ini\": 44, \"clust\": 1375, \"rank\": 1589, \"rankvar\": 1234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1599, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1219, \"group\": [1372.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGTCGCG\", \"ini\": 43, \"clust\": 1455, \"rank\": 1578, \"rankvar\": 1283, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1600, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1220, \"group\": [1453.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGGTGAGTATA\", \"ini\": 42, \"clust\": 1371, \"rank\": 1604, \"rankvar\": 1527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1601, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 72, \"group\": [1367.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTGTGAAAT\", \"ini\": 41, \"clust\": 1289, \"rank\": 1634, \"rankvar\": 1251, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1602, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1253, \"group\": [1289.0, 663.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGAGTTTCCTT\", \"ini\": 40, \"clust\": 1453, \"rank\": 1571, \"rankvar\": 1423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1603, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1221, \"group\": [1451.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGAGGGA\", \"ini\": 39, \"clust\": 1475, \"rank\": 1574, \"rankvar\": 1632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1604, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1172, \"group\": [1479.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCAAACTC\", \"ini\": 38, \"clust\": 1456, \"rank\": 1602, \"rankvar\": 1502, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1605, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1222, \"group\": [1454.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCAACGGGA\", \"ini\": 37, \"clust\": 1539, \"rank\": 1613, \"rankvar\": 1050, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1606, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1223, \"group\": [1541.0, 728.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTATGAATG\", \"ini\": 36, \"clust\": 1504, \"rank\": 1598, \"rankvar\": 1611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1607, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1173, \"group\": [1503.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGTCAGAGGTG\", \"ini\": 35, \"clust\": 1571, \"rank\": 1625, \"rankvar\": 1506, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1608, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1174, \"group\": [1570.0, 737.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCGGCA\", \"ini\": 34, \"clust\": 1551, \"rank\": 1591, \"rankvar\": 1009, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1609, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1224, \"group\": [1553.0, 732.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTGTCTGATCA\", \"ini\": 33, \"clust\": 1378, \"rank\": 1580, \"rankvar\": 1499, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1610, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1254, \"group\": [1378.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGAGGACGG\", \"ini\": 32, \"clust\": 1486, \"rank\": 1621, \"rankvar\": 1526, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1611, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1175, \"group\": [1486.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCATTTCAGG\", \"ini\": 31, \"clust\": 1383, \"rank\": 1597, \"rankvar\": 1337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1612, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1255, \"group\": [1380.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCTAAAGA\", \"ini\": 30, \"clust\": 1554, \"rank\": 1584, \"rankvar\": 1048, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1613, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1225, \"group\": [1559.0, 732.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGGGATGGG\", \"ini\": 29, \"clust\": 1492, \"rank\": 1617, \"rankvar\": 1493, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1614, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1176, \"group\": [1490.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTTGGAGGT\", \"ini\": 28, \"clust\": 1043, \"rank\": 1612, \"rankvar\": 1165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1615, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1256, \"group\": [1044.0, 493.0, 106.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCGCCAA\", \"ini\": 27, \"clust\": 1480, \"rank\": 1600, \"rankvar\": 1640, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1616, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1177, \"group\": [1477.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTAGCACGA\", \"ini\": 26, \"clust\": 1380, \"rank\": 1620, \"rankvar\": 1594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1617, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 73, \"group\": [1377.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCTGAAAT\", \"ini\": 25, \"clust\": 1541, \"rank\": 1622, \"rankvar\": 826, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1618, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1257, \"group\": [1540.0, 728.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCATGTAGC\", \"ini\": 24, \"clust\": 1045, \"rank\": 1605, \"rankvar\": 1370, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1619, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1226, \"group\": [1046.0, 495.0, 106.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGGAATGGA\", \"ini\": 23, \"clust\": 1451, \"rank\": 1611, \"rankvar\": 1395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1620, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1227, \"group\": [1452.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTCTGCCAG\", \"ini\": 22, \"clust\": 1543, \"rank\": 1575, \"rankvar\": 1501, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1621, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1228, \"group\": [1543.0, 729.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTTCAGACT\", \"ini\": 21, \"clust\": 1567, \"rank\": 1640, \"rankvar\": 1524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1622, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1178, \"group\": [1566.0, 737.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGATCGCA\", \"ini\": 20, \"clust\": 1405, \"rank\": 1618, \"rankvar\": 1208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1623, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1179, \"group\": [1405.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGCTGCAC\", \"ini\": 19, \"clust\": 1568, \"rank\": 1639, \"rankvar\": 1263, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1624, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1180, \"group\": [1567.0, 737.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCGGTCTAA\", \"ini\": 18, \"clust\": 1482, \"rank\": 1632, \"rankvar\": 1389, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1625, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1181, \"group\": [1482.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCCGTCAAA\", \"ini\": 17, \"clust\": 1559, \"rank\": 1610, \"rankvar\": 1109, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1626, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1229, \"group\": [1557.0, 732.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGCCGGTAA\", \"ini\": 16, \"clust\": 1553, \"rank\": 1581, \"rankvar\": 1388, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1627, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1230, \"group\": [1552.0, 732.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTGGCTCCA\", \"ini\": 15, \"clust\": 1472, \"rank\": 1626, \"rankvar\": 1616, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1628, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1182, \"group\": [1471.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTATGCGT\", \"ini\": 14, \"clust\": 1421, \"rank\": 1630, \"rankvar\": 1456, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1629, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1183, \"group\": [1420.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGTGAC\", \"ini\": 13, \"clust\": 1290, \"rank\": 1641, \"rankvar\": 1184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1630, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1258, \"group\": [1290.0, 663.0, 149.0, 39.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAATCTACG\", \"ini\": 12, \"clust\": 1415, \"rank\": 1631, \"rankvar\": 1437, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1631, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1184, \"group\": [1415.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCAGTCCCT\", \"ini\": 11, \"clust\": 1569, \"rank\": 1635, \"rankvar\": 1239, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1632, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1185, \"group\": [1571.0, 737.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCTCCTCT\", \"ini\": 10, \"clust\": 1563, \"rank\": 1633, \"rankvar\": 888, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1633, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1231, \"group\": [1563.0, 736.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAATGTTGC\", \"ini\": 9, \"clust\": 1556, \"rank\": 1615, \"rankvar\": 1331, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1634, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1232, \"group\": [1555.0, 732.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTGCTCCT\", \"ini\": 8, \"clust\": 1564, \"rank\": 1638, \"rankvar\": 1520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1635, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1186, \"group\": [1564.0, 736.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTAAATACG\", \"ini\": 7, \"clust\": 1413, \"rank\": 1628, \"rankvar\": 1266, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1636, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1233, \"group\": [1413.0, 717.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAAACG\", \"ini\": 6, \"clust\": 1373, \"rank\": 1629, \"rankvar\": 1426, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1637, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1259, \"group\": [1373.0, 702.0, 157.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAAGTCTAC\", \"ini\": 5, \"clust\": 1454, \"rank\": 1609, \"rankvar\": 1566, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1638, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1234, \"group\": [1455.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTCTGGTCG\", \"ini\": 4, \"clust\": 1536, \"rank\": 1624, \"rankvar\": 1551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1639, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1187, \"group\": [1536.0, 726.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTACTTAGC\", \"ini\": 3, \"clust\": 1439, \"rank\": 1637, \"rankvar\": 1604, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1640, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1188, \"group\": [1442.0, 718.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTAACGGT\", \"ini\": 2, \"clust\": 1538, \"rank\": 1619, \"rankvar\": 1053, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1641, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1235, \"group\": [1538.0, 727.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCATGTTGAC\", \"ini\": 1, \"clust\": 1473, \"rank\": 1627, \"rankvar\": 1615, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1642, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1189, \"group\": [1472.0, 719.0, 160.0, 42.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}]}}, {\"N_row_sum\": 10, \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"name\": \"CD66b\", \"ini\": 10, \"clust\": 7, \"rank\": 0, \"rankvar\": 0, \"group\": [7.0, 7.0, 6.0, 6.0, 6.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD24\", \"ini\": 9, \"clust\": 8, \"rank\": 1, \"rankvar\": 1, \"group\": [5.0, 5.0, 4.0, 4.0, 4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD1c\", \"ini\": 8, \"clust\": 2, \"rank\": 2, \"rankvar\": 2, \"group\": [3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD62L\", \"ini\": 7, \"clust\": 6, \"rank\": 3, \"rankvar\": 3, \"group\": [8.0, 8.0, 7.0, 7.0, 7.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD19\", \"ini\": 6, \"clust\": 9, \"rank\": 4, \"rankvar\": 4, \"group\": [6.0, 6.0, 5.0, 5.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD123\", \"ini\": 5, \"clust\": 1, \"rank\": 5, \"rankvar\": 5, \"group\": [4.0, 4.0, 3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD11b\", \"ini\": 4, \"clust\": 3, \"rank\": 8, \"rankvar\": 7, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD3\", \"ini\": 3, \"clust\": 0, \"rank\": 7, \"rankvar\": 9, \"group\": [10.0, 10.0, 9.0, 9.0, 9.0, 8.0, 6.0, 3.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD16\", \"ini\": 2, \"clust\": 5, \"rank\": 6, \"rankvar\": 8, \"group\": [9.0, 9.0, 8.0, 8.0, 8.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD14\", \"ini\": 1, \"clust\": 4, \"rank\": 9, \"rankvar\": 6, \"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}], \"col_nodes\": [{\"name\": \"GCATGCGTCCATGAGT\", \"ini\": 1643, \"clust\": 853, \"rank\": 3, \"rankvar\": 700, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 0, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1467, \"group\": [854.0, 241.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCTA\", \"ini\": 1642, \"clust\": 848, \"rank\": 6, \"rankvar\": 6, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 575, \"group\": [852.0, 241.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGTCCGTAT\", \"ini\": 1641, \"clust\": 419, \"rank\": 0, \"rankvar\": 380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 2, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 74, \"group\": [418.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTCCAACC\", \"ini\": 1640, \"clust\": 862, \"rank\": 70, \"rankvar\": 398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1295, \"group\": [863.0, 243.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGCTGTTCA\", \"ini\": 1639, \"clust\": 1328, \"rank\": 246, \"rankvar\": 1597, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 0, \"group\": [1327.0, 365.0, 89.0, 23.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCACATAGC\", \"ini\": 1638, \"clust\": 452, \"rank\": 9, \"rankvar\": 138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 576, \"group\": [453.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCTCTTTCCTC\", \"ini\": 1637, \"clust\": 1380, \"rank\": 25, \"rankvar\": 1289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 6, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 1, \"group\": [1380.0, 383.0, 95.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGTAGC\", \"ini\": 1636, \"clust\": 426, \"rank\": 1, \"rankvar\": 574, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 7, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 577, \"group\": [424.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACAGTACACT\", \"ini\": 1635, \"clust\": 339, \"rank\": 28, \"rankvar\": 48, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 8, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 75, \"group\": [339.0, 99.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGGACGAAA\", \"ini\": 1634, \"clust\": 369, \"rank\": 96, \"rankvar\": 661, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 9, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 76, \"group\": [369.0, 102.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATGGAGC\", \"ini\": 1633, \"clust\": 875, \"rank\": 105, \"rankvar\": 462, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 10, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1296, \"group\": [876.0, 244.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGGGATACC\", \"ini\": 1632, \"clust\": 340, \"rank\": 7, \"rankvar\": 157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 11, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 578, \"group\": [340.0, 99.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGAGGTG\", \"ini\": 1631, \"clust\": 864, \"rank\": 29, \"rankvar\": 941, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 12, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1297, \"group\": [865.0, 243.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGGCCCGTT\", \"ini\": 1630, \"clust\": 344, \"rank\": 14, \"rankvar\": 44, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 13, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1298, \"group\": [344.0, 99.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCAGGCCCA\", \"ini\": 1629, \"clust\": 680, \"rank\": 15, \"rankvar\": 1577, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 14, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1575, \"group\": [676.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTGACTCAT\", \"ini\": 1628, \"clust\": 894, \"rank\": 155, \"rankvar\": 622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 15, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1299, \"group\": [899.0, 248.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTTTACGT\", \"ini\": 1627, \"clust\": 851, \"rank\": 8, \"rankvar\": 0, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 16, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 579, \"group\": [848.0, 241.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATGACCT\", \"ini\": 1626, \"clust\": 403, \"rank\": 27, \"rankvar\": 161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 17, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 580, \"group\": [405.0, 103.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACAGACC\", \"ini\": 1625, \"clust\": 869, \"rank\": 60, \"rankvar\": 64, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 18, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1300, \"group\": [867.0, 243.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATTCGCACTCT\", \"ini\": 1624, \"clust\": 449, \"rank\": 34, \"rankvar\": 240, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 19, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 581, \"group\": [452.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGCCACCTG\", \"ini\": 1623, \"clust\": 430, \"rank\": 12, \"rankvar\": 245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 20, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 582, \"group\": [429.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGTTTA\", \"ini\": 1622, \"clust\": 425, \"rank\": 5, \"rankvar\": 482, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 21, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 583, \"group\": [426.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACTTAAGC\", \"ini\": 1621, \"clust\": 327, \"rank\": 17, \"rankvar\": 815, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 22, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 584, \"group\": [326.0, 96.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTAGAGTGAGA\", \"ini\": 1620, \"clust\": 860, \"rank\": 106, \"rankvar\": 805, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 23, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1301, \"group\": [860.0, 242.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTGCCTG\", \"ini\": 1619, \"clust\": 429, \"rank\": 16, \"rankvar\": 36, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 24, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 585, \"group\": [431.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGCTAAACA\", \"ini\": 1618, \"clust\": 681, \"rank\": 47, \"rankvar\": 1536, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 25, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1576, \"group\": [677.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGAGTAAGG\", \"ini\": 1617, \"clust\": 675, \"rank\": 117, \"rankvar\": 1371, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 26, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1577, \"group\": [673.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGTAGCCA\", \"ini\": 1616, \"clust\": 1255, \"rank\": 51, \"rankvar\": 1131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 27, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1302, \"group\": [1254.0, 336.0, 82.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCAGACACTT\", \"ini\": 1615, \"clust\": 678, \"rank\": 31, \"rankvar\": 1526, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 28, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1578, \"group\": [679.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGAGAACG\", \"ini\": 1614, \"clust\": 393, \"rank\": 140, \"rankvar\": 341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 29, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1263, \"group\": [396.0, 103.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAATCGAAA\", \"ini\": 1613, \"clust\": 432, \"rank\": 23, \"rankvar\": 95, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 30, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 586, \"group\": [433.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCCAGTATG\", \"ini\": 1612, \"clust\": 323, \"rank\": 259, \"rankvar\": 495, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 31, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1303, \"group\": [322.0, 95.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTTCCAGTATG\", \"ini\": 1611, \"clust\": 899, \"rank\": 103, \"rankvar\": 695, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 32, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1304, \"group\": [900.0, 249.0, 59.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCCTCATTA\", \"ini\": 1610, \"clust\": 832, \"rank\": 61, \"rankvar\": 241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 33, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1305, \"group\": [833.0, 239.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTGAGTGT\", \"ini\": 1609, \"clust\": 431, \"rank\": 35, \"rankvar\": 38, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 34, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 77, \"group\": [430.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCACGACTA\", \"ini\": 1608, \"clust\": 423, \"rank\": 21, \"rankvar\": 410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 35, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 78, \"group\": [428.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGTTCGATC\", \"ini\": 1607, \"clust\": 873, \"rank\": 224, \"rankvar\": 171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 36, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1306, \"group\": [874.0, 244.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCGTGGGAA\", \"ini\": 1606, \"clust\": 341, \"rank\": 36, \"rankvar\": 319, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 37, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 587, \"group\": [342.0, 99.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTGTCAATC\", \"ini\": 1605, \"clust\": 677, \"rank\": 81, \"rankvar\": 1426, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 38, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1579, \"group\": [680.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAATCAGAA\", \"ini\": 1604, \"clust\": 870, \"rank\": 37, \"rankvar\": 254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 39, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1307, \"group\": [868.0, 243.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTCAGAAGC\", \"ini\": 1603, \"clust\": 444, \"rank\": 24, \"rankvar\": 305, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 40, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 79, \"group\": [449.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGAGAGCTC\", \"ini\": 1602, \"clust\": 421, \"rank\": 13, \"rankvar\": 503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 41, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 588, \"group\": [422.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAGGAACGT\", \"ini\": 1601, \"clust\": 190, \"rank\": 419, \"rankvar\": 690, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 42, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1264, \"group\": [190.0, 57.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTTCTGAAC\", \"ini\": 1600, \"clust\": 439, \"rank\": 26, \"rankvar\": 77, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 43, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 589, \"group\": [440.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAAAGGTGC\", \"ini\": 1599, \"clust\": 839, \"rank\": 92, \"rankvar\": 660, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 44, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1308, \"group\": [839.0, 240.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTGGTATG\", \"ini\": 1598, \"clust\": 852, \"rank\": 64, \"rankvar\": 5, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 45, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 590, \"group\": [849.0, 241.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTTCTGAAC\", \"ini\": 1597, \"clust\": 750, \"rank\": 386, \"rankvar\": 1260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 46, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1309, \"group\": [750.0, 203.0, 47.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTGTCTAT\", \"ini\": 1596, \"clust\": 343, \"rank\": 90, \"rankvar\": 75, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 47, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 591, \"group\": [346.0, 99.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTCGAATCT\", \"ini\": 1595, \"clust\": 855, \"rank\": 18, \"rankvar\": 535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 48, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1310, \"group\": [856.0, 241.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGAATCCA\", \"ini\": 1594, \"clust\": 1222, \"rank\": 233, \"rankvar\": 1395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 49, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1311, \"group\": [1221.0, 327.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTCACAAGG\", \"ini\": 1593, \"clust\": 75, \"rank\": 55, \"rankvar\": 829, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 50, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 80, \"group\": [77.0, 29.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCTAACTTC\", \"ini\": 1592, \"clust\": 871, \"rank\": 217, \"rankvar\": 573, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 51, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1312, \"group\": [872.0, 243.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAGTCAGAG\", \"ini\": 1591, \"clust\": 328, \"rank\": 44, \"rankvar\": 557, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 52, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1313, \"group\": [327.0, 96.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACTTATC\", \"ini\": 1590, \"clust\": 1219, \"rank\": 76, \"rankvar\": 1431, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 53, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1314, \"group\": [1219.0, 327.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCAAGGTAA\", \"ini\": 1589, \"clust\": 830, \"rank\": 52, \"rankvar\": 547, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 54, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1315, \"group\": [831.0, 239.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTACCGGCT\", \"ini\": 1588, \"clust\": 891, \"rank\": 242, \"rankvar\": 342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 55, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1316, \"group\": [894.0, 248.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAGTCGGCACT\", \"ini\": 1587, \"clust\": 844, \"rank\": 62, \"rankvar\": 239, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 56, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1317, \"group\": [846.0, 241.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATCGTCGG\", \"ini\": 1586, \"clust\": 834, \"rank\": 116, \"rankvar\": 246, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 57, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1318, \"group\": [835.0, 239.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTGACGTT\", \"ini\": 1585, \"clust\": 900, \"rank\": 181, \"rankvar\": 347, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 58, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1319, \"group\": [901.0, 249.0, 59.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGGTTAAC\", \"ini\": 1584, \"clust\": 897, \"rank\": 184, \"rankvar\": 354, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 59, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1320, \"group\": [895.0, 248.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTTCGGCAC\", \"ini\": 1583, \"clust\": 428, \"rank\": 59, \"rankvar\": 30, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 60, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 592, \"group\": [432.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGTCGTACT\", \"ini\": 1582, \"clust\": 740, \"rank\": 504, \"rankvar\": 800, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 61, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1321, \"group\": [738.0, 195.0, 44.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCGAATCCA\", \"ini\": 1581, \"clust\": 810, \"rank\": 159, \"rankvar\": 198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 62, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1322, \"group\": [810.0, 230.0, 56.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATACGCTA\", \"ini\": 1580, \"clust\": 872, \"rank\": 215, \"rankvar\": 838, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 63, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 593, \"group\": [873.0, 243.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCCGTC\", \"ini\": 1579, \"clust\": 445, \"rank\": 46, \"rankvar\": 386, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 64, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 594, \"group\": [445.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACAAGACACG\", \"ini\": 1578, \"clust\": 465, \"rank\": 102, \"rankvar\": 458, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 65, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 81, \"group\": [465.0, 105.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTCCAGTTA\", \"ini\": 1577, \"clust\": 892, \"rank\": 261, \"rankvar\": 233, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 66, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1323, \"group\": [892.0, 248.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTATCAGTGCAT\", \"ini\": 1576, \"clust\": 898, \"rank\": 195, \"rankvar\": 416, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 67, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1324, \"group\": [896.0, 248.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCATCTACCTGC\", \"ini\": 1575, \"clust\": 1228, \"rank\": 298, \"rankvar\": 1484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 68, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1325, \"group\": [1228.0, 327.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGTACGCCC\", \"ini\": 1574, \"clust\": 76, \"rank\": 22, \"rankvar\": 744, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 69, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 595, \"group\": [75.0, 29.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGTAAACT\", \"ini\": 1573, \"clust\": 887, \"rank\": 202, \"rankvar\": 931, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 70, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1326, \"group\": [887.0, 246.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGTGTGGT\", \"ini\": 1572, \"clust\": 453, \"rank\": 38, \"rankvar\": 54, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 71, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1265, \"group\": [454.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTATA\", \"ini\": 1571, \"clust\": 454, \"rank\": 19, \"rankvar\": 703, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 72, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 82, \"group\": [455.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACATGCAACT\", \"ini\": 1570, \"clust\": 450, \"rank\": 20, \"rankvar\": 692, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 73, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 596, \"group\": [450.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCACCGGGT\", \"ini\": 1569, \"clust\": 867, \"rank\": 89, \"rankvar\": 251, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 74, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1327, \"group\": [870.0, 243.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGATGGGTC\", \"ini\": 1568, \"clust\": 422, \"rank\": 32, \"rankvar\": 276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 75, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 597, \"group\": [423.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTATGGTTC\", \"ini\": 1567, \"clust\": 836, \"rank\": 174, \"rankvar\": 195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 76, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1328, \"group\": [837.0, 240.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTATCGAA\", \"ini\": 1566, \"clust\": 258, \"rank\": 119, \"rankvar\": 1065, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 77, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 83, \"group\": [259.0, 76.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCATGAGT\", \"ini\": 1565, \"clust\": 759, \"rank\": 581, \"rankvar\": 1254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 78, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1329, \"group\": [758.0, 206.0, 47.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGCTATCT\", \"ini\": 1564, \"clust\": 1371, \"rank\": 379, \"rankvar\": 1436, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 79, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 2, \"group\": [1371.0, 379.0, 94.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGGTTACCT\", \"ini\": 1563, \"clust\": 1395, \"rank\": 407, \"rankvar\": 1133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 80, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 3, \"group\": [1394.0, 386.0, 95.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCACCCATGG\", \"ini\": 1562, \"clust\": 456, \"rank\": 158, \"rankvar\": 292, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 81, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 84, \"group\": [457.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGGTGTAG\", \"ini\": 1561, \"clust\": 326, \"rank\": 66, \"rankvar\": 836, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 82, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 598, \"group\": [328.0, 96.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCCCAGGTG\", \"ini\": 1560, \"clust\": 357, \"rank\": 82, \"rankvar\": 194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 83, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 599, \"group\": [358.0, 101.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGTATGCT\", \"ini\": 1559, \"clust\": 386, \"rank\": 42, \"rankvar\": 215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 84, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 85, \"group\": [386.0, 102.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTTAAGAAC\", \"ini\": 1558, \"clust\": 427, \"rank\": 2, \"rankvar\": 802, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 85, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 600, \"group\": [425.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCATGTCGAT\", \"ini\": 1557, \"clust\": 837, \"rank\": 225, \"rankvar\": 284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 86, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 601, \"group\": [838.0, 240.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCATAGAAAC\", \"ini\": 1556, \"clust\": 394, \"rank\": 53, \"rankvar\": 467, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 87, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 86, \"group\": [394.0, 103.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGCACCGCT\", \"ini\": 1555, \"clust\": 325, \"rank\": 183, \"rankvar\": 998, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 88, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 602, \"group\": [331.0, 96.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTCTCTCGT\", \"ini\": 1554, \"clust\": 440, \"rank\": 250, \"rankvar\": 11, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 89, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 87, \"group\": [441.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAAGAAAGG\", \"ini\": 1553, \"clust\": 1226, \"rank\": 396, \"rankvar\": 1103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 90, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1330, \"group\": [1226.0, 327.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGGCATGGT\", \"ini\": 1552, \"clust\": 861, \"rank\": 54, \"rankvar\": 603, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 91, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1331, \"group\": [861.0, 242.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGGTCATCT\", \"ini\": 1551, \"clust\": 674, \"rank\": 109, \"rankvar\": 1142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 92, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1580, \"group\": [675.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAAT\", \"ini\": 1550, \"clust\": 345, \"rank\": 314, \"rankvar\": 1, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 93, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1266, \"group\": [345.0, 99.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCAGCGC\", \"ini\": 1549, \"clust\": 468, \"rank\": 299, \"rankvar\": 165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 94, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1267, \"group\": [468.0, 106.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAATCTCC\", \"ini\": 1548, \"clust\": 865, \"rank\": 160, \"rankvar\": 202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 95, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 603, \"group\": [866.0, 243.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTTCCACGG\", \"ini\": 1547, \"clust\": 446, \"rank\": 115, \"rankvar\": 175, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 96, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 88, \"group\": [446.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGCTGGCT\", \"ini\": 1546, \"clust\": 868, \"rank\": 63, \"rankvar\": 191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 97, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1468, \"group\": [869.0, 243.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGGCCCTTG\", \"ini\": 1545, \"clust\": 364, \"rank\": 187, \"rankvar\": 223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 98, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1268, \"group\": [365.0, 101.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCCTTTACA\", \"ini\": 1544, \"clust\": 874, \"rank\": 251, \"rankvar\": 676, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 99, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1332, \"group\": [875.0, 244.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCTCCCTGA\", \"ini\": 1543, \"clust\": 809, \"rank\": 302, \"rankvar\": 691, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 100, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1333, \"group\": [812.0, 230.0, 56.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGTTGG\", \"ini\": 1542, \"clust\": 441, \"rank\": 68, \"rankvar\": 348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 101, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 604, \"group\": [444.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGAAGCA\", \"ini\": 1541, \"clust\": 424, \"rank\": 10, \"rankvar\": 635, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 102, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 605, \"group\": [427.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCTGGTCG\", \"ini\": 1540, \"clust\": 1382, \"rank\": 191, \"rankvar\": 1555, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 103, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1469, \"group\": [1384.0, 383.0, 95.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCAAAGACA\", \"ini\": 1539, \"clust\": 908, \"rank\": 441, \"rankvar\": 125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 104, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1334, \"group\": [908.0, 251.0, 59.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCTCCGAAGAG\", \"ini\": 1538, \"clust\": 814, \"rank\": 290, \"rankvar\": 261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 105, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 606, \"group\": [815.0, 232.0, 56.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCAGCACAT\", \"ini\": 1537, \"clust\": 1329, \"rank\": 101, \"rankvar\": 1235, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 106, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1470, \"group\": [1328.0, 365.0, 89.0, 23.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCAGGTCCAC\", \"ini\": 1536, \"clust\": 80, \"rank\": 240, \"rankvar\": 852, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 107, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 607, \"group\": [81.0, 29.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGTGCAT\", \"ini\": 1535, \"clust\": 318, \"rank\": 84, \"rankvar\": 687, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 108, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 608, \"group\": [320.0, 94.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCAAGTAGTA\", \"ini\": 1534, \"clust\": 565, \"rank\": 308, \"rankvar\": 860, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 109, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 89, \"group\": [563.0, 140.0, 31.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCTGTCTA\", \"ini\": 1533, \"clust\": 670, \"rank\": 113, \"rankvar\": 1496, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 110, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1581, \"group\": [670.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTGCGCTTG\", \"ini\": 1532, \"clust\": 389, \"rank\": 67, \"rankvar\": 473, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 111, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1269, \"group\": [388.0, 102.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGATGTT\", \"ini\": 1531, \"clust\": 786, \"rank\": 238, \"rankvar\": 943, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 112, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1335, \"group\": [785.0, 216.0, 51.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACTTACGA\", \"ini\": 1530, \"clust\": 835, \"rank\": 133, \"rankvar\": 55, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 90, \"group\": [836.0, 239.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCAGCTGTAT\", \"ini\": 1529, \"clust\": 1216, \"rank\": 437, \"rankvar\": 1361, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 114, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1336, \"group\": [1218.0, 327.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGCTCAACT\", \"ini\": 1528, \"clust\": 391, \"rank\": 57, \"rankvar\": 631, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1337, \"group\": [392.0, 103.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCAACGG\", \"ini\": 1527, \"clust\": 193, \"rank\": 193, \"rankvar\": 866, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 91, \"group\": [192.0, 57.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTTAAGATG\", \"ini\": 1526, \"clust\": 329, \"rank\": 156, \"rankvar\": 990, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 117, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 609, \"group\": [329.0, 96.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTGTATGGG\", \"ini\": 1525, \"clust\": 336, \"rank\": 235, \"rankvar\": 585, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 118, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 610, \"group\": [337.0, 98.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCATACGCCG\", \"ini\": 1524, \"clust\": 418, \"rank\": 11, \"rankvar\": 402, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 92, \"group\": [420.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGCTGTCTA\", \"ini\": 1523, \"clust\": 1353, \"rank\": 941, \"rankvar\": 1553, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 120, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 4, \"group\": [1354.0, 375.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCAGCTTAG\", \"ini\": 1522, \"clust\": 807, \"rank\": 148, \"rankvar\": 250, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 121, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 611, \"group\": [808.0, 229.0, 56.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGTGTCCCG\", \"ini\": 1521, \"clust\": 447, \"rank\": 58, \"rankvar\": 435, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 122, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 612, \"group\": [447.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGTGACCA\", \"ini\": 1520, \"clust\": 815, \"rank\": 430, \"rankvar\": 24, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 93, \"group\": [816.0, 232.0, 56.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAAGCCATT\", \"ini\": 1519, \"clust\": 311, \"rank\": 245, \"rankvar\": 307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 124, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 613, \"group\": [311.0, 93.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGATGGGTC\", \"ini\": 1518, \"clust\": 392, \"rank\": 50, \"rankvar\": 818, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 125, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 614, \"group\": [393.0, 103.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAGGCGATA\", \"ini\": 1517, \"clust\": 866, \"rank\": 99, \"rankvar\": 388, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 126, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1338, \"group\": [871.0, 243.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAACGTGG\", \"ini\": 1516, \"clust\": 332, \"rank\": 169, \"rankvar\": 543, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 127, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 615, \"group\": [332.0, 97.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCTAACTCT\", \"ini\": 1515, \"clust\": 400, \"rank\": 126, \"rankvar\": 320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 128, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 94, \"group\": [399.0, 103.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCCGCAAGC\", \"ini\": 1514, \"clust\": 1383, \"rank\": 280, \"rankvar\": 1314, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 129, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1471, \"group\": [1382.0, 383.0, 95.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGGAATCG\", \"ini\": 1513, \"clust\": 153, \"rank\": 531, \"rankvar\": 608, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 95, \"group\": [153.0, 45.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGTCAAGGC\", \"ini\": 1512, \"clust\": 842, \"rank\": 123, \"rankvar\": 192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 131, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1339, \"group\": [842.0, 241.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCCATTTA\", \"ini\": 1511, \"clust\": 370, \"rank\": 65, \"rankvar\": 847, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 132, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 616, \"group\": [370.0, 102.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGTCAAGGC\", \"ini\": 1510, \"clust\": 781, \"rank\": 453, \"rankvar\": 461, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 133, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1340, \"group\": [780.0, 214.0, 51.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTGGTGTA\", \"ini\": 1509, \"clust\": 881, \"rank\": 131, \"rankvar\": 333, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 134, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1341, \"group\": [881.0, 245.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCCCGACTT\", \"ini\": 1508, \"clust\": 787, \"rank\": 479, \"rankvar\": 886, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 135, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1342, \"group\": [786.0, 216.0, 51.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATGACGGA\", \"ini\": 1507, \"clust\": 736, \"rank\": 390, \"rankvar\": 633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 136, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 617, \"group\": [735.0, 195.0, 44.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAGTTGAC\", \"ini\": 1506, \"clust\": 1389, \"rank\": 274, \"rankvar\": 1167, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 137, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 5, \"group\": [1389.0, 383.0, 95.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGGCACA\", \"ini\": 1505, \"clust\": 402, \"rank\": 149, \"rankvar\": 112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 138, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 618, \"group\": [406.0, 103.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACAGATTGCT\", \"ini\": 1504, \"clust\": 338, \"rank\": 77, \"rankvar\": 139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 96, \"group\": [341.0, 99.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATACAGCT\", \"ini\": 1503, \"clust\": 411, \"rank\": 207, \"rankvar\": 281, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 140, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1270, \"group\": [411.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCTGGTA\", \"ini\": 1502, \"clust\": 854, \"rank\": 79, \"rankvar\": 454, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1343, \"group\": [855.0, 241.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGAGCGAT\", \"ini\": 1501, \"clust\": 97, \"rank\": 350, \"rankvar\": 980, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 97, \"group\": [95.0, 32.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGATGAGC\", \"ini\": 1500, \"clust\": 451, \"rank\": 138, \"rankvar\": 10, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 98, \"group\": [451.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCTGCCCTA\", \"ini\": 1499, \"clust\": 827, \"rank\": 254, \"rankvar\": 544, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 144, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1344, \"group\": [830.0, 238.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGCAACGGT\", \"ini\": 1498, \"clust\": 679, \"rank\": 43, \"rankvar\": 1346, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 145, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1582, \"group\": [678.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAATCTCC\", \"ini\": 1497, \"clust\": 857, \"rank\": 371, \"rankvar\": 334, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 146, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1345, \"group\": [858.0, 242.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTCATTTGCCC\", \"ini\": 1496, \"clust\": 434, \"rank\": 257, \"rankvar\": 37, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 147, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 99, \"group\": [437.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGATGGAA\", \"ini\": 1495, \"clust\": 86, \"rank\": 72, \"rankvar\": 289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 148, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 619, \"group\": [86.0, 30.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGACAGACC\", \"ini\": 1494, \"clust\": 462, \"rank\": 282, \"rankvar\": 280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 149, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1346, \"group\": [462.0, 105.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATTATCTC\", \"ini\": 1493, \"clust\": 741, \"rank\": 570, \"rankvar\": 819, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 150, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1347, \"group\": [739.0, 195.0, 44.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATTAACCG\", \"ini\": 1492, \"clust\": 84, \"rank\": 146, \"rankvar\": 484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 151, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 620, \"group\": [83.0, 30.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGTCGCCGT\", \"ini\": 1491, \"clust\": 1327, \"rank\": 170, \"rankvar\": 1061, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 152, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1472, \"group\": [1329.0, 365.0, 89.0, 23.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGACGTAG\", \"ini\": 1490, \"clust\": 83, \"rank\": 199, \"rankvar\": 355, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 153, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 621, \"group\": [85.0, 30.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTCCTATA\", \"ini\": 1489, \"clust\": 324, \"rank\": 338, \"rankvar\": 145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 154, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 622, \"group\": [323.0, 95.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACACAAGTAA\", \"ini\": 1488, \"clust\": 876, \"rank\": 127, \"rankvar\": 211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 155, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1348, \"group\": [877.0, 244.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTGGTGTA\", \"ini\": 1487, \"clust\": 779, \"rank\": 567, \"rankvar\": 772, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 156, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1349, \"group\": [788.0, 217.0, 51.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGACAGCT\", \"ini\": 1486, \"clust\": 315, \"rank\": 582, \"rankvar\": 249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 157, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1271, \"group\": [316.0, 94.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTAGAGGTACC\", \"ini\": 1485, \"clust\": 433, \"rank\": 134, \"rankvar\": 21, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 158, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1272, \"group\": [434.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCACGACTA\", \"ini\": 1484, \"clust\": 74, \"rank\": 178, \"rankvar\": 201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 159, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 623, \"group\": [78.0, 29.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCATCCGTGG\", \"ini\": 1483, \"clust\": 185, \"rank\": 78, \"rankvar\": 602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 160, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 624, \"group\": [189.0, 56.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTTCGCACTCT\", \"ini\": 1482, \"clust\": 1221, \"rank\": 626, \"rankvar\": 1213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1350, \"group\": [1225.0, 327.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCCCTTGT\", \"ini\": 1481, \"clust\": 442, \"rank\": 132, \"rankvar\": 140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 625, \"group\": [442.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGGTCCAC\", \"ini\": 1480, \"clust\": 349, \"rank\": 120, \"rankvar\": 197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 163, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 626, \"group\": [349.0, 100.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACTCTTA\", \"ini\": 1479, \"clust\": 884, \"rank\": 228, \"rankvar\": 35, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 164, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1351, \"group\": [884.0, 245.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAATCCGAT\", \"ini\": 1478, \"clust\": 87, \"rank\": 252, \"rankvar\": 365, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 165, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1273, \"group\": [87.0, 30.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCCACGACG\", \"ini\": 1477, \"clust\": 669, \"rank\": 179, \"rankvar\": 1503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 166, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1583, \"group\": [671.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGAAGCA\", \"ini\": 1476, \"clust\": 793, \"rank\": 344, \"rankvar\": 739, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 167, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1352, \"group\": [793.0, 221.0, 54.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCACCACGTG\", \"ini\": 1475, \"clust\": 464, \"rank\": 151, \"rankvar\": 160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 100, \"group\": [467.0, 105.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGGTA\", \"ini\": 1474, \"clust\": 395, \"rank\": 172, \"rankvar\": 71, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 169, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 101, \"group\": [395.0, 103.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCATGTCTT\", \"ini\": 1473, \"clust\": 896, \"rank\": 108, \"rankvar\": 111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 170, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1353, \"group\": [897.0, 248.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTTACGGG\", \"ini\": 1472, \"clust\": 805, \"rank\": 422, \"rankvar\": 252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 102, \"group\": [805.0, 227.0, 56.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTCTACCTC\", \"ini\": 1471, \"clust\": 849, \"rank\": 69, \"rankvar\": 3, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 172, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1354, \"group\": [851.0, 241.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATGTTCCAACA\", \"ini\": 1470, \"clust\": 470, \"rank\": 198, \"rankvar\": 104, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 103, \"group\": [471.0, 106.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTAGCTCCG\", \"ini\": 1469, \"clust\": 1230, \"rank\": 508, \"rankvar\": 1208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 174, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1355, \"group\": [1232.0, 327.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAACAACA\", \"ini\": 1468, \"clust\": 471, \"rank\": 214, \"rankvar\": 597, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 104, \"group\": [472.0, 106.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTTCTCG\", \"ini\": 1467, \"clust\": 647, \"rank\": 471, \"rankvar\": 970, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 176, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1584, \"group\": [647.0, 177.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAATGAAAC\", \"ini\": 1466, \"clust\": 666, \"rank\": 370, \"rankvar\": 1271, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 177, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1585, \"group\": [664.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCGCCTA\", \"ini\": 1465, \"clust\": 348, \"rank\": 71, \"rankvar\": 318, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 178, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 627, \"group\": [351.0, 100.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAGGGTACA\", \"ini\": 1464, \"clust\": 558, \"rank\": 412, \"rankvar\": 806, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 105, \"group\": [559.0, 139.0, 30.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTCTTCTCG\", \"ini\": 1463, \"clust\": 78, \"rank\": 276, \"rankvar\": 22, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 106, \"group\": [79.0, 29.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCCATCGTCGG\", \"ini\": 1462, \"clust\": 856, \"rank\": 30, \"rankvar\": 196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 181, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1473, \"group\": [857.0, 241.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTGTACATGTC\", \"ini\": 1461, \"clust\": 1256, \"rank\": 91, \"rankvar\": 315, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 182, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1356, \"group\": [1255.0, 336.0, 82.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCAGCTAT\", \"ini\": 1460, \"clust\": 797, \"rank\": 395, \"rankvar\": 599, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 183, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1357, \"group\": [797.0, 221.0, 54.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTACGACCC\", \"ini\": 1459, \"clust\": 415, \"rank\": 304, \"rankvar\": 84, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 184, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 107, \"group\": [414.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCGGCATCG\", \"ini\": 1458, \"clust\": 1414, \"rank\": 780, \"rankvar\": 1376, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 185, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 6, \"group\": [1414.0, 391.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTGTGGCC\", \"ini\": 1457, \"clust\": 187, \"rank\": 175, \"rankvar\": 182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 186, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 628, \"group\": [186.0, 56.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCAACACCA\", \"ini\": 1456, \"clust\": 366, \"rank\": 243, \"rankvar\": 39, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 187, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 629, \"group\": [367.0, 101.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACACATGACT\", \"ini\": 1455, \"clust\": 337, \"rank\": 56, \"rankvar\": 811, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1358, \"group\": [338.0, 98.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCATCCGCGA\", \"ini\": 1454, \"clust\": 902, \"rank\": 607, \"rankvar\": 555, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 189, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1359, \"group\": [902.0, 249.0, 59.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTAGGC\", \"ini\": 1453, \"clust\": 404, \"rank\": 154, \"rankvar\": 57, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 190, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1360, \"group\": [403.0, 103.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAGGGCATA\", \"ini\": 1452, \"clust\": 1254, \"rank\": 114, \"rankvar\": 664, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 191, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1361, \"group\": [1256.0, 336.0, 82.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGATGCCTT\", \"ini\": 1451, \"clust\": 384, \"rank\": 73, \"rankvar\": 729, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 192, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 630, \"group\": [382.0, 102.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTCCACAA\", \"ini\": 1450, \"clust\": 91, \"rank\": 309, \"rankvar\": 679, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 193, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1274, \"group\": [90.0, 31.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAAGCGATG\", \"ini\": 1449, \"clust\": 112, \"rank\": 125, \"rankvar\": 1107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 194, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 108, \"group\": [110.0, 35.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGACACTAA\", \"ini\": 1448, \"clust\": 396, \"rank\": 168, \"rankvar\": 220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 195, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1275, \"group\": [402.0, 103.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTAGAGTC\", \"ini\": 1447, \"clust\": 668, \"rank\": 380, \"rankvar\": 1403, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 196, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1586, \"group\": [672.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATATGCTG\", \"ini\": 1446, \"clust\": 414, \"rank\": 176, \"rankvar\": 521, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 109, \"group\": [416.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTCGTACT\", \"ini\": 1445, \"clust\": 251, \"rank\": 615, \"rankvar\": 794, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 198, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1276, \"group\": [251.0, 73.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGAGGGTCGAT\", \"ini\": 1444, \"clust\": 77, \"rank\": 107, \"rankvar\": 74, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 199, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 631, \"group\": [76.0, 29.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACATATACCG\", \"ini\": 1443, \"clust\": 1260, \"rank\": 272, \"rankvar\": 783, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1362, \"group\": [1260.0, 339.0, 83.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTACAGTGG\", \"ini\": 1442, \"clust\": 551, \"rank\": 292, \"rankvar\": 770, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 110, \"group\": [550.0, 137.0, 30.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACGCGAAA\", \"ini\": 1441, \"clust\": 443, \"rank\": 211, \"rankvar\": 8, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 202, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 632, \"group\": [443.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCACATAGC\", \"ini\": 1440, \"clust\": 648, \"rank\": 529, \"rankvar\": 1273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 203, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1587, \"group\": [648.0, 177.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACAGCCACCA\", \"ini\": 1439, \"clust\": 863, \"rank\": 153, \"rankvar\": 425, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1363, \"group\": [864.0, 243.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTGACGGTA\", \"ini\": 1438, \"clust\": 662, \"rank\": 223, \"rankvar\": 1382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 205, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1588, \"group\": [661.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGGCA\", \"ini\": 1437, \"clust\": 435, \"rank\": 145, \"rankvar\": 363, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 206, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 633, \"group\": [435.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGTGCC\", \"ini\": 1436, \"clust\": 1220, \"rank\": 323, \"rankvar\": 1027, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 207, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1364, \"group\": [1220.0, 327.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGACAGGCT\", \"ini\": 1435, \"clust\": 1229, \"rank\": 534, \"rankvar\": 1146, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 208, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1365, \"group\": [1229.0, 327.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTAAAGTCA\", \"ini\": 1434, \"clust\": 397, \"rank\": 173, \"rankvar\": 264, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 111, \"group\": [397.0, 103.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGTCGATT\", \"ini\": 1433, \"clust\": 174, \"rank\": 383, \"rankvar\": 846, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 210, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 112, \"group\": [173.0, 52.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCGGCATC\", \"ini\": 1432, \"clust\": 72, \"rank\": 177, \"rankvar\": 63, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 211, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 634, \"group\": [73.0, 29.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAGTACATCCA\", \"ini\": 1431, \"clust\": 260, \"rank\": 408, \"rankvar\": 663, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 113, \"group\": [261.0, 77.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACAGTCAGAG\", \"ini\": 1430, \"clust\": 188, \"rank\": 142, \"rankvar\": 361, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 114, \"group\": [187.0, 56.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAAGTCATC\", \"ini\": 1429, \"clust\": 210, \"rank\": 88, \"rankvar\": 588, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 214, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 635, \"group\": [210.0, 61.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTTTGGCGC\", \"ini\": 1428, \"clust\": 33, \"rank\": 493, \"rankvar\": 768, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 115, \"group\": [33.0, 14.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTAATGA\", \"ini\": 1427, \"clust\": 673, \"rank\": 74, \"rankvar\": 1598, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 216, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1589, \"group\": [681.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACATTGGCGC\", \"ini\": 1426, \"clust\": 437, \"rank\": 104, \"rankvar\": 308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 116, \"group\": [438.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGACAGACC\", \"ini\": 1425, \"clust\": 623, \"rank\": 808, \"rankvar\": 1160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 218, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1366, \"group\": [624.0, 169.0, 38.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTGCAACGA\", \"ini\": 1424, \"clust\": 671, \"rank\": 303, \"rankvar\": 1502, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 219, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1590, \"group\": [668.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCATGCCACG\", \"ini\": 1423, \"clust\": 845, \"rank\": 39, \"rankvar\": 678, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 220, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1474, \"group\": [844.0, 241.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAGGTTAT\", \"ini\": 1422, \"clust\": 352, \"rank\": 194, \"rankvar\": 451, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 221, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 117, \"group\": [352.0, 100.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCAACACTG\", \"ini\": 1421, \"clust\": 1394, \"rank\": 556, \"rankvar\": 151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 222, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1277, \"group\": [1396.0, 386.0, 95.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGCGATCC\", \"ini\": 1420, \"clust\": 790, \"rank\": 294, \"rankvar\": 905, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 223, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1591, \"group\": [789.0, 218.0, 52.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCTGCTGTC\", \"ini\": 1419, \"clust\": 1223, \"rank\": 284, \"rankvar\": 1343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 224, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1367, \"group\": [1222.0, 327.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGGTTAAGGGC\", \"ini\": 1418, \"clust\": 417, \"rank\": 40, \"rankvar\": 282, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 225, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 636, \"group\": [421.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGCTAGCC\", \"ini\": 1417, \"clust\": 895, \"rank\": 136, \"rankvar\": 209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 226, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1368, \"group\": [898.0, 248.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTACCGTTA\", \"ini\": 1416, \"clust\": 330, \"rank\": 247, \"rankvar\": 656, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 227, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 637, \"group\": [330.0, 96.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGTTTCCTT\", \"ini\": 1415, \"clust\": 527, \"rank\": 495, \"rankvar\": 436, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 118, \"group\": [528.0, 130.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGTAGCCGA\", \"ini\": 1414, \"clust\": 743, \"rank\": 375, \"rankvar\": 826, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 229, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1369, \"group\": [742.0, 196.0, 44.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGGTTACCT\", \"ini\": 1413, \"clust\": 1261, \"rank\": 48, \"rankvar\": 1239, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 230, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 995, \"group\": [1261.0, 339.0, 83.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGATGGTC\", \"ini\": 1412, \"clust\": 333, \"rank\": 428, \"rankvar\": 128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 231, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 119, \"group\": [333.0, 97.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTAGCGCTC\", \"ini\": 1411, \"clust\": 362, \"rank\": 85, \"rankvar\": 227, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 232, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 638, \"group\": [362.0, 101.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTAAACACA\", \"ini\": 1410, \"clust\": 828, \"rank\": 185, \"rankvar\": 550, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 233, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1475, \"group\": [828.0, 238.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTACAGAA\", \"ini\": 1409, \"clust\": 455, \"rank\": 143, \"rankvar\": 59, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 120, \"group\": [456.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGCCAGAA\", \"ini\": 1408, \"clust\": 380, \"rank\": 121, \"rankvar\": 509, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 235, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 121, \"group\": [379.0, 102.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTATCAGTTCGA\", \"ini\": 1407, \"clust\": 218, \"rank\": 649, \"rankvar\": 174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 122, \"group\": [218.0, 64.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCAGCCAGAA\", \"ini\": 1406, \"clust\": 321, \"rank\": 638, \"rankvar\": 506, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 237, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 639, \"group\": [325.0, 95.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTTTAGGAA\", \"ini\": 1405, \"clust\": 207, \"rank\": 196, \"rankvar\": 163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 238, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 640, \"group\": [209.0, 61.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCGATATG\", \"ini\": 1404, \"clust\": 825, \"rank\": 163, \"rankvar\": 844, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 239, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1370, \"group\": [825.0, 237.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCGTTT\", \"ini\": 1403, \"clust\": 878, \"rank\": 118, \"rankvar\": 336, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 240, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1476, \"group\": [878.0, 244.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGACTTGAA\", \"ini\": 1402, \"clust\": 365, \"rank\": 162, \"rankvar\": 421, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 123, \"group\": [366.0, 101.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGTCACGCC\", \"ini\": 1401, \"clust\": 1326, \"rank\": 296, \"rankvar\": 1474, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 242, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1477, \"group\": [1330.0, 366.0, 89.0, 23.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGAGTACAT\", \"ini\": 1400, \"clust\": 1368, \"rank\": 1013, \"rankvar\": 1237, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 243, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 7, \"group\": [1369.0, 378.0, 94.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCAGTCCCT\", \"ini\": 1399, \"clust\": 212, \"rank\": 312, \"rankvar\": 43, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 124, \"group\": [216.0, 62.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCCCAGCT\", \"ini\": 1398, \"clust\": 211, \"rank\": 400, \"rankvar\": 419, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 125, \"group\": [211.0, 61.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCCACCTCGGA\", \"ini\": 1397, \"clust\": 755, \"rank\": 500, \"rankvar\": 790, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 246, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1371, \"group\": [756.0, 205.0, 47.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACGTGCACTTA\", \"ini\": 1396, \"clust\": 1391, \"rank\": 278, \"rankvar\": 893, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 247, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 641, \"group\": [1392.0, 385.0, 95.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCTGGCGTG\", \"ini\": 1395, \"clust\": 472, \"rank\": 229, \"rankvar\": 266, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 248, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 642, \"group\": [473.0, 106.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACATAGC\", \"ini\": 1394, \"clust\": 901, \"rank\": 562, \"rankvar\": 178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 249, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1372, \"group\": [904.0, 249.0, 59.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTACAGTTC\", \"ini\": 1393, \"clust\": 799, \"rank\": 416, \"rankvar\": 870, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 250, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1278, \"group\": [800.0, 223.0, 54.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCACCGTAA\", \"ini\": 1392, \"clust\": 243, \"rank\": 180, \"rankvar\": 1014, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 251, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1279, \"group\": [243.0, 72.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCAAACCTAC\", \"ini\": 1391, \"clust\": 546, \"rank\": 734, \"rankvar\": 86, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 252, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1280, \"group\": [549.0, 136.0, 30.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTTCCTTC\", \"ini\": 1390, \"clust\": 416, \"rank\": 200, \"rankvar\": 108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 126, \"group\": [415.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACAAGACG\", \"ini\": 1389, \"clust\": 1377, \"rank\": 315, \"rankvar\": 1303, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 254, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 8, \"group\": [1376.0, 381.0, 95.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTATAGGGC\", \"ini\": 1388, \"clust\": 227, \"rank\": 438, \"rankvar\": 183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 127, \"group\": [228.0, 66.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCATGCATG\", \"ini\": 1387, \"clust\": 459, \"rank\": 336, \"rankvar\": 323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 256, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 643, \"group\": [459.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCGCATCG\", \"ini\": 1386, \"clust\": 172, \"rank\": 237, \"rankvar\": 693, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 257, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 644, \"group\": [176.0, 52.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTGGGATC\", \"ini\": 1385, \"clust\": 262, \"rank\": 490, \"rankvar\": 601, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 128, \"group\": [265.0, 78.0, 17.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGGCAGTA\", \"ini\": 1384, \"clust\": 94, \"rank\": 603, \"rankvar\": 371, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 259, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 129, \"group\": [93.0, 32.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCTTGTCAT\", \"ini\": 1383, \"clust\": 1387, \"rank\": 275, \"rankvar\": 1606, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 260, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1478, \"group\": [1385.0, 383.0, 95.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTAGTCCATAC\", \"ini\": 1382, \"clust\": 735, \"rank\": 467, \"rankvar\": 530, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 261, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1373, \"group\": [737.0, 195.0, 44.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCGCCGTGA\", \"ini\": 1381, \"clust\": 342, \"rank\": 139, \"rankvar\": 105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 130, \"group\": [343.0, 99.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGAG\", \"ini\": 1380, \"clust\": 420, \"rank\": 4, \"rankvar\": 433, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 263, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1479, \"group\": [419.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGCGAGAAA\", \"ini\": 1379, \"clust\": 831, \"rank\": 204, \"rankvar\": 596, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 264, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 645, \"group\": [832.0, 239.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGGGAAACA\", \"ini\": 1378, \"clust\": 371, \"rank\": 424, \"rankvar\": 345, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 131, \"group\": [375.0, 102.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGTCTGCT\", \"ini\": 1377, \"clust\": 665, \"rank\": 621, \"rankvar\": 1355, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 266, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1592, \"group\": [666.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGAAGGTTT\", \"ini\": 1376, \"clust\": 737, \"rank\": 439, \"rankvar\": 737, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 267, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1374, \"group\": [736.0, 195.0, 44.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCTTCAACT\", \"ini\": 1375, \"clust\": 663, \"rank\": 305, \"rankvar\": 1439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 268, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1593, \"group\": [662.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCAAGAAGT\", \"ini\": 1374, \"clust\": 316, \"rank\": 405, \"rankvar\": 776, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 269, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 646, \"group\": [317.0, 94.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGGTCCAC\", \"ini\": 1373, \"clust\": 387, \"rank\": 80, \"rankvar\": 706, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 270, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 647, \"group\": [387.0, 102.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACGGTTTA\", \"ini\": 1372, \"clust\": 651, \"rank\": 528, \"rankvar\": 1015, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 271, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1375, \"group\": [651.0, 177.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATTGGA\", \"ini\": 1371, \"clust\": 808, \"rank\": 402, \"rankvar\": 379, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 272, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 648, \"group\": [809.0, 229.0, 56.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTCTGCGGT\", \"ini\": 1370, \"clust\": 298, \"rank\": 436, \"rankvar\": 929, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 273, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 649, \"group\": [298.0, 87.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGAACAT\", \"ini\": 1369, \"clust\": 820, \"rank\": 320, \"rankvar\": 235, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 650, \"group\": [819.0, 234.0, 57.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCATTTA\", \"ini\": 1368, \"clust\": 134, \"rank\": 761, \"rankvar\": 793, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 275, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1281, \"group\": [138.0, 41.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACAGACGCCT\", \"ini\": 1367, \"clust\": 436, \"rank\": 188, \"rankvar\": 207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 276, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 132, \"group\": [436.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGATAT\", \"ini\": 1366, \"clust\": 847, \"rank\": 147, \"rankvar\": 7, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 133, \"group\": [853.0, 241.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCCTACAGA\", \"ini\": 1365, \"clust\": 114, \"rank\": 348, \"rankvar\": 743, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 278, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 651, \"group\": [113.0, 35.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGTGACCA\", \"ini\": 1364, \"clust\": 222, \"rank\": 575, \"rankvar\": 169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 279, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1282, \"group\": [225.0, 66.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTCTCGTTC\", \"ini\": 1363, \"clust\": 313, \"rank\": 319, \"rankvar\": 779, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 134, \"group\": [314.0, 94.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAATCTACG\", \"ini\": 1362, \"clust\": 652, \"rank\": 427, \"rankvar\": 1070, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 281, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1594, \"group\": [652.0, 177.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATGGTTGT\", \"ini\": 1361, \"clust\": 199, \"rank\": 448, \"rankvar\": 432, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 282, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 652, \"group\": [202.0, 59.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAGCACAT\", \"ini\": 1360, \"clust\": 107, \"rank\": 524, \"rankvar\": 100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 135, \"group\": [107.0, 34.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCCACGAAT\", \"ini\": 1359, \"clust\": 466, \"rank\": 236, \"rankvar\": 274, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 136, \"group\": [466.0, 105.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCCAGTAG\", \"ini\": 1358, \"clust\": 458, \"rank\": 150, \"rankvar\": 553, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 285, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 653, \"group\": [461.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACATAGAAAC\", \"ini\": 1357, \"clust\": 378, \"rank\": 332, \"rankvar\": 17, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 137, \"group\": [391.0, 102.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGCACCAC\", \"ini\": 1356, \"clust\": 310, \"rank\": 337, \"rankvar\": 537, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 287, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 654, \"group\": [313.0, 93.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGTCGAGTG\", \"ini\": 1355, \"clust\": 399, \"rank\": 111, \"rankvar\": 288, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 288, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 655, \"group\": [401.0, 103.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCAGCGACC\", \"ini\": 1354, \"clust\": 192, \"rank\": 264, \"rankvar\": 522, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 656, \"group\": [194.0, 57.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAAACAC\", \"ini\": 1353, \"clust\": 67, \"rank\": 329, \"rankvar\": 1098, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 290, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 657, \"group\": [69.0, 28.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTCCAGTAT\", \"ini\": 1352, \"clust\": 1381, \"rank\": 75, \"rankvar\": 1073, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 291, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1480, \"group\": [1381.0, 383.0, 95.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGTGA\", \"ini\": 1351, \"clust\": 838, \"rank\": 417, \"rankvar\": 159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 292, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1376, \"group\": [841.0, 240.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTACGCCC\", \"ini\": 1350, \"clust\": 1209, \"rank\": 922, \"rankvar\": 1180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 293, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1377, \"group\": [1212.0, 326.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTAAGCACG\", \"ini\": 1349, \"clust\": 359, \"rank\": 95, \"rankvar\": 300, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 138, \"group\": [360.0, 101.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCGGAAATA\", \"ini\": 1348, \"clust\": 1251, \"rank\": 334, \"rankvar\": 813, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 295, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 658, \"group\": [1252.0, 335.0, 82.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGAATT\", \"ini\": 1347, \"clust\": 208, \"rank\": 288, \"rankvar\": 109, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 659, \"group\": [207.0, 61.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTTCTGCGGCA\", \"ini\": 1346, \"clust\": 1384, \"rank\": 328, \"rankvar\": 1537, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 297, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1481, \"group\": [1383.0, 383.0, 95.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACATAAAGGT\", \"ini\": 1345, \"clust\": 528, \"rank\": 545, \"rankvar\": 360, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 139, \"group\": [529.0, 130.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCAGCACAT\", \"ini\": 1344, \"clust\": 56, \"rank\": 465, \"rankvar\": 991, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 299, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 660, \"group\": [57.0, 25.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGTTACGA\", \"ini\": 1343, \"clust\": 438, \"rank\": 122, \"rankvar\": 152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 300, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 661, \"group\": [439.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAGATGGGT\", \"ini\": 1342, \"clust\": 170, \"rank\": 589, \"rankvar\": 646, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 301, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 140, \"group\": [170.0, 52.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTCAGATAA\", \"ini\": 1341, \"clust\": 73, \"rank\": 367, \"rankvar\": 25, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 141, \"group\": [74.0, 29.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCAGCTGCTG\", \"ini\": 1340, \"clust\": 474, \"rank\": 283, \"rankvar\": 798, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 303, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 662, \"group\": [475.0, 107.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCACCTAA\", \"ini\": 1339, \"clust\": 795, \"rank\": 345, \"rankvar\": 524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 304, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1378, \"group\": [795.0, 221.0, 54.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGGTCCGT\", \"ini\": 1338, \"clust\": 228, \"rank\": 473, \"rankvar\": 671, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 142, \"group\": [229.0, 66.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGACCCT\", \"ini\": 1337, \"clust\": 353, \"rank\": 414, \"rankvar\": 304, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 306, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 143, \"group\": [353.0, 100.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTGGAGAA\", \"ini\": 1336, \"clust\": 102, \"rank\": 267, \"rankvar\": 413, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 307, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 663, \"group\": [103.0, 34.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGTGTGCC\", \"ini\": 1335, \"clust\": 531, \"rank\": 566, \"rankvar\": 1258, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 308, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 664, \"group\": [530.0, 130.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGATTGCT\", \"ini\": 1334, \"clust\": 373, \"rank\": 83, \"rankvar\": 708, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 309, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 665, \"group\": [372.0, 102.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCGCATAA\", \"ini\": 1333, \"clust\": 1257, \"rank\": 343, \"rankvar\": 1283, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1379, \"group\": [1258.0, 337.0, 83.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCGCTTGTC\", \"ini\": 1332, \"clust\": 111, \"rank\": 326, \"rankvar\": 447, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 144, \"group\": [112.0, 35.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAAATCCGT\", \"ini\": 1331, \"clust\": 1224, \"rank\": 394, \"rankvar\": 1363, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 312, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1380, \"group\": [1223.0, 327.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTAAATGAC\", \"ini\": 1330, \"clust\": 200, \"rank\": 526, \"rankvar\": 87, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 145, \"group\": [200.0, 59.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGACTTTCG\", \"ini\": 1329, \"clust\": 676, \"rank\": 216, \"rankvar\": 1080, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 314, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1595, \"group\": [674.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTCGGACG\", \"ini\": 1328, \"clust\": 556, \"rank\": 447, \"rankvar\": 561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 146, \"group\": [557.0, 139.0, 30.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCATGGGACA\", \"ini\": 1327, \"clust\": 1356, \"rank\": 1097, \"rankvar\": 1429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 316, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 9, \"group\": [1356.0, 375.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTTACAG\", \"ini\": 1326, \"clust\": 879, \"rank\": 273, \"rankvar\": 65, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 317, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1482, \"group\": [879.0, 244.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAATGAATG\", \"ini\": 1325, \"clust\": 96, \"rank\": 659, \"rankvar\": 1059, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 147, \"group\": [97.0, 32.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCTTGCCGT\", \"ini\": 1324, \"clust\": 179, \"rank\": 610, \"rankvar\": 953, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 148, \"group\": [182.0, 54.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGGGATA\", \"ini\": 1323, \"clust\": 756, \"rank\": 853, \"rankvar\": 867, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 320, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1381, \"group\": [757.0, 205.0, 47.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCTGCCCA\", \"ini\": 1322, \"clust\": 573, \"rank\": 829, \"rankvar\": 346, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 321, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1283, \"group\": [575.0, 144.0, 31.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGGCTTGG\", \"ini\": 1321, \"clust\": 81, \"rank\": 165, \"rankvar\": 444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 666, \"group\": [82.0, 29.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTTTGGCGC\", \"ini\": 1320, \"clust\": 554, \"rank\": 787, \"rankvar\": 418, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 323, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 667, \"group\": [554.0, 138.0, 30.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGCTCAACT\", \"ini\": 1319, \"clust\": 448, \"rank\": 266, \"rankvar\": 14, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 324, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 668, \"group\": [448.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCAGAGGTG\", \"ini\": 1318, \"clust\": 877, \"rank\": 97, \"rankvar\": 654, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 325, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 149, \"group\": [880.0, 244.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCTTAGCCC\", \"ini\": 1317, \"clust\": 219, \"rank\": 388, \"rankvar\": 62, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 150, \"group\": [219.0, 64.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGATCCAT\", \"ini\": 1316, \"clust\": 559, \"rank\": 513, \"rankvar\": 566, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 151, \"group\": [560.0, 139.0, 30.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACAAGCCC\", \"ini\": 1315, \"clust\": 739, \"rank\": 653, \"rankvar\": 841, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 328, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1382, \"group\": [740.0, 195.0, 44.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCAACCA\", \"ini\": 1314, \"clust\": 136, \"rank\": 535, \"rankvar\": 567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 329, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 152, \"group\": [135.0, 41.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTAACTCT\", \"ini\": 1313, \"clust\": 833, \"rank\": 518, \"rankvar\": 13, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 330, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 153, \"group\": [834.0, 239.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACTACAA\", \"ini\": 1312, \"clust\": 744, \"rank\": 724, \"rankvar\": 486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 331, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1383, \"group\": [743.0, 196.0, 44.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCAGCTGGC\", \"ini\": 1311, \"clust\": 738, \"rank\": 551, \"rankvar\": 796, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 332, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1596, \"group\": [741.0, 195.0, 44.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGTTCGA\", \"ini\": 1310, \"clust\": 725, \"rank\": 840, \"rankvar\": 901, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1384, \"group\": [726.0, 190.0, 43.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCCAACCAA\", \"ini\": 1309, \"clust\": 116, \"rank\": 512, \"rankvar\": 607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 154, \"group\": [117.0, 35.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCGAACGGA\", \"ini\": 1308, \"clust\": 385, \"rank\": 205, \"rankvar\": 551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 335, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 669, \"group\": [383.0, 102.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCGATAGC\", \"ini\": 1307, \"clust\": 155, \"rank\": 598, \"rankvar\": 420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 336, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 155, \"group\": [158.0, 45.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCGGGAGTA\", \"ini\": 1306, \"clust\": 460, \"rank\": 45, \"rankvar\": 782, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 337, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 670, \"group\": [460.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCGTCATC\", \"ini\": 1305, \"clust\": 1366, \"rank\": 1064, \"rankvar\": 1111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 338, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 10, \"group\": [1365.0, 377.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTAAGTGTA\", \"ini\": 1304, \"clust\": 485, \"rank\": 291, \"rankvar\": 497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 339, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 671, \"group\": [486.0, 109.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGAAATG\", \"ini\": 1303, \"clust\": 259, \"rank\": 152, \"rankvar\": 187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 340, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 672, \"group\": [260.0, 76.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAAATACAG\", \"ini\": 1302, \"clust\": 1388, \"rank\": 355, \"rankvar\": 1202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 341, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 11, \"group\": [1386.0, 383.0, 95.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATAGCAT\", \"ini\": 1301, \"clust\": 826, \"rank\": 93, \"rankvar\": 1127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 342, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 996, \"group\": [826.0, 237.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATATACCG\", \"ini\": 1300, \"clust\": 515, \"rank\": 644, \"rankvar\": 1005, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 156, \"group\": [516.0, 128.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGTACTTGC\", \"ini\": 1299, \"clust\": 1367, \"rank\": 954, \"rankvar\": 1593, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 344, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 12, \"group\": [1366.0, 377.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTAACGA\", \"ini\": 1298, \"clust\": 1214, \"rank\": 586, \"rankvar\": 1417, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1385, \"group\": [1213.0, 327.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGTGCAAC\", \"ini\": 1297, \"clust\": 223, \"rank\": 443, \"rankvar\": 618, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 157, \"group\": [223.0, 66.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGGTTTC\", \"ini\": 1296, \"clust\": 530, \"rank\": 747, \"rankvar\": 569, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 158, \"group\": [532.0, 130.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAACACTG\", \"ini\": 1295, \"clust\": 319, \"rank\": 307, \"rankvar\": 40, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 159, \"group\": [318.0, 94.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTCGTACT\", \"ini\": 1294, \"clust\": 463, \"rank\": 365, \"rankvar\": 517, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 349, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 673, \"group\": [463.0, 105.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAACTGGCC\", \"ini\": 1293, \"clust\": 372, \"rank\": 221, \"rankvar\": 229, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 350, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 674, \"group\": [374.0, 102.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGAGAACG\", \"ini\": 1292, \"clust\": 284, \"rank\": 431, \"rankvar\": 423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 160, \"group\": [285.0, 85.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCGGGTCT\", \"ini\": 1291, \"clust\": 889, \"rank\": 189, \"rankvar\": 745, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 352, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 997, \"group\": [890.0, 247.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTCTTGTCC\", \"ini\": 1290, \"clust\": 816, \"rank\": 650, \"rankvar\": 773, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1386, \"group\": [817.0, 233.0, 57.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCGGAAATA\", \"ini\": 1289, \"clust\": 331, \"rank\": 295, \"rankvar\": 257, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 161, \"group\": [336.0, 97.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACGAGGTA\", \"ini\": 1288, \"clust\": 54, \"rank\": 583, \"rankvar\": 758, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 355, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1284, \"group\": [53.0, 23.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGCGAACA\", \"ini\": 1287, \"clust\": 358, \"rank\": 203, \"rankvar\": 29, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 356, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 675, \"group\": [359.0, 101.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGGTTCGG\", \"ini\": 1286, \"clust\": 843, \"rank\": 137, \"rankvar\": 176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 357, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1483, \"group\": [843.0, 241.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGTTACCT\", \"ini\": 1285, \"clust\": 859, \"rank\": 366, \"rankvar\": 107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 358, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 676, \"group\": [862.0, 242.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTTTGC\", \"ini\": 1284, \"clust\": 782, \"rank\": 406, \"rankvar\": 848, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 359, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1387, \"group\": [781.0, 214.0, 51.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGCCTGAG\", \"ini\": 1283, \"clust\": 376, \"rank\": 166, \"rankvar\": 173, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 162, \"group\": [376.0, 102.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTAATGA\", \"ini\": 1282, \"clust\": 567, \"rank\": 841, \"rankvar\": 404, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 361, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1285, \"group\": [569.0, 142.0, 31.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGGCTACG\", \"ini\": 1281, \"clust\": 728, \"rank\": 587, \"rankvar\": 788, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 362, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1388, \"group\": [728.0, 192.0, 43.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTTGGGCC\", \"ini\": 1280, \"clust\": 215, \"rank\": 373, \"rankvar\": 409, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 363, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 163, \"group\": [214.0, 62.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGCCCAATT\", \"ini\": 1279, \"clust\": 300, \"rank\": 494, \"rankvar\": 232, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 364, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 677, \"group\": [301.0, 89.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGGGTGT\", \"ini\": 1278, \"clust\": 65, \"rank\": 452, \"rankvar\": 632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 678, \"group\": [64.0, 28.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCATGGTCA\", \"ini\": 1277, \"clust\": 334, \"rank\": 617, \"rankvar\": 449, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 164, \"group\": [334.0, 97.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAAGGTTCT\", \"ini\": 1276, \"clust\": 295, \"rank\": 346, \"rankvar\": 283, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 679, \"group\": [296.0, 86.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATTGGGCC\", \"ini\": 1275, \"clust\": 1227, \"rank\": 550, \"rankvar\": 885, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1389, \"group\": [1227.0, 327.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACACGAAACG\", \"ini\": 1274, \"clust\": 320, \"rank\": 330, \"rankvar\": 142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 369, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 680, \"group\": [319.0, 94.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCAAGAT\", \"ini\": 1273, \"clust\": 811, \"rank\": 372, \"rankvar\": 265, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1390, \"group\": [811.0, 230.0, 56.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGTACGATA\", \"ini\": 1272, \"clust\": 481, \"rank\": 451, \"rankvar\": 148, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 371, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 681, \"group\": [482.0, 109.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCAGCATACT\", \"ini\": 1271, \"clust\": 473, \"rank\": 505, \"rankvar\": 593, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 372, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 682, \"group\": [474.0, 106.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTCTCTTTA\", \"ini\": 1270, \"clust\": 406, \"rank\": 218, \"rankvar\": 647, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 165, \"group\": [410.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCACTTACGA\", \"ini\": 1269, \"clust\": 254, \"rank\": 466, \"rankvar\": 89, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 374, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 166, \"group\": [254.0, 74.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGGGTTAG\", \"ini\": 1268, \"clust\": 176, \"rank\": 731, \"rankvar\": 339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 375, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1286, \"group\": [179.0, 53.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATTTGCCC\", \"ini\": 1267, \"clust\": 201, \"rank\": 401, \"rankvar\": 179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 376, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 683, \"group\": [201.0, 59.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCAATACCG\", \"ini\": 1266, \"clust\": 412, \"rank\": 285, \"rankvar\": 185, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 377, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 167, \"group\": [412.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCACGTTGGC\", \"ini\": 1265, \"clust\": 189, \"rank\": 286, \"rankvar\": 747, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 168, \"group\": [195.0, 57.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGATAATG\", \"ini\": 1264, \"clust\": 182, \"rank\": 666, \"rankvar\": 820, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 169, \"group\": [185.0, 55.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCCGTTAA\", \"ini\": 1263, \"clust\": 377, \"rank\": 258, \"rankvar\": 23, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 380, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 684, \"group\": [377.0, 102.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTGTTTGGT\", \"ini\": 1262, \"clust\": 457, \"rank\": 94, \"rankvar\": 583, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 381, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 685, \"group\": [458.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCGGTCTAA\", \"ini\": 1261, \"clust\": 525, \"rank\": 389, \"rankvar\": 422, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 382, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 686, \"group\": [524.0, 129.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACCACTTAAGC\", \"ini\": 1260, \"clust\": 93, \"rank\": 310, \"rankvar\": 858, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 383, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 687, \"group\": [98.0, 32.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATTTCACT\", \"ini\": 1259, \"clust\": 110, \"rank\": 392, \"rankvar\": 28, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 384, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 170, \"group\": [118.0, 35.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAAGTAGT\", \"ini\": 1258, \"clust\": 796, \"rank\": 539, \"rankvar\": 541, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 385, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1484, \"group\": [796.0, 221.0, 54.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGGATGG\", \"ini\": 1257, \"clust\": 1225, \"rank\": 456, \"rankvar\": 1402, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 386, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1391, \"group\": [1224.0, 327.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCCCATTAT\", \"ini\": 1256, \"clust\": 154, \"rank\": 752, \"rankvar\": 523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 171, \"group\": [154.0, 45.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCTGCAAT\", \"ini\": 1255, \"clust\": 143, \"rank\": 354, \"rankvar\": 255, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 172, \"group\": [143.0, 43.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCATCGGAAG\", \"ini\": 1254, \"clust\": 483, \"rank\": 239, \"rankvar\": 469, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 389, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 688, \"group\": [484.0, 109.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTGAGTTC\", \"ini\": 1253, \"clust\": 108, \"rank\": 399, \"rankvar\": 662, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 390, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 173, \"group\": [108.0, 34.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCATGAT\", \"ini\": 1252, \"clust\": 512, \"rank\": 707, \"rankvar\": 564, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 174, \"group\": [515.0, 127.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTCCGTT\", \"ini\": 1251, \"clust\": 22, \"rank\": 694, \"rankvar\": 784, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 175, \"group\": [25.0, 11.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACGGTTTA\", \"ini\": 1250, \"clust\": 314, \"rank\": 340, \"rankvar\": 513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 176, \"group\": [315.0, 94.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCGAACC\", \"ini\": 1249, \"clust\": 765, \"rank\": 974, \"rankvar\": 1022, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 394, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1392, \"group\": [766.0, 208.0, 48.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTCATAGACTC\", \"ini\": 1248, \"clust\": 812, \"rank\": 461, \"rankvar\": 742, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 395, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 689, \"group\": [813.0, 231.0, 56.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGGCTAGGT\", \"ini\": 1247, \"clust\": 616, \"rank\": 568, \"rankvar\": 785, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 177, \"group\": [615.0, 164.0, 37.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATCCGCGA\", \"ini\": 1246, \"clust\": 144, \"rank\": 682, \"rankvar\": 60, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 397, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 178, \"group\": [144.0, 43.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCCTTCAAT\", \"ini\": 1245, \"clust\": 209, \"rank\": 297, \"rankvar\": 260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 179, \"group\": [208.0, 61.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGAACCTT\", \"ini\": 1244, \"clust\": 646, \"rank\": 677, \"rankvar\": 892, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 399, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1393, \"group\": [682.0, 179.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGGTCTCG\", \"ini\": 1243, \"clust\": 335, \"rank\": 475, \"rankvar\": 117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 180, \"group\": [335.0, 97.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTATCACCA\", \"ini\": 1242, \"clust\": 68, \"rank\": 502, \"rankvar\": 414, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 401, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 181, \"group\": [67.0, 28.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGGAGCGAG\", \"ini\": 1241, \"clust\": 303, \"rank\": 377, \"rankvar\": 299, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 402, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1287, \"group\": [303.0, 90.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCATGAACCT\", \"ini\": 1240, \"clust\": 1375, \"rank\": 980, \"rankvar\": 1052, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 403, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 13, \"group\": [1379.0, 382.0, 95.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTTGCGTTA\", \"ini\": 1239, \"clust\": 138, \"rank\": 663, \"rankvar\": 338, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 404, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 182, \"group\": [139.0, 42.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGGCCGAT\", \"ini\": 1238, \"clust\": 183, \"rank\": 580, \"rankvar\": 230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 183, \"group\": [183.0, 55.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGGCCGAT\", \"ini\": 1237, \"clust\": 79, \"rank\": 317, \"rankvar\": 31, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 406, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 690, \"group\": [80.0, 29.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGCTTTC\", \"ini\": 1236, \"clust\": 346, \"rank\": 265, \"rankvar\": 298, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 407, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 691, \"group\": [347.0, 100.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTGCCTGTG\", \"ini\": 1235, \"clust\": 555, \"rank\": 510, \"rankvar\": 394, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 408, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 692, \"group\": [555.0, 138.0, 30.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTACTGAC\", \"ini\": 1234, \"clust\": 821, \"rank\": 110, \"rankvar\": 206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 409, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1394, \"group\": [820.0, 234.0, 57.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCGTCCAGG\", \"ini\": 1233, \"clust\": 732, \"rank\": 949, \"rankvar\": 1316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 410, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1395, \"group\": [733.0, 194.0, 44.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCACCCTCA\", \"ini\": 1232, \"clust\": 360, \"rank\": 167, \"rankvar\": 134, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 693, \"group\": [361.0, 101.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCTTGCGG\", \"ini\": 1231, \"clust\": 363, \"rank\": 129, \"rankvar\": 277, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 694, \"group\": [363.0, 101.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTACTCAAC\", \"ini\": 1230, \"clust\": 846, \"rank\": 190, \"rankvar\": 91, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 413, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1396, \"group\": [845.0, 241.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGAGTTGGC\", \"ini\": 1229, \"clust\": 374, \"rank\": 213, \"rankvar\": 475, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 414, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 695, \"group\": [373.0, 102.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGATATGGT\", \"ini\": 1228, \"clust\": 492, \"rank\": 499, \"rankvar\": 375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 415, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 696, \"group\": [492.0, 111.0, 22.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCGCTTTC\", \"ini\": 1227, \"clust\": 1379, \"rank\": 381, \"rankvar\": 1234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 416, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1485, \"group\": [1391.0, 384.0, 95.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAAGCCGTC\", \"ini\": 1226, \"clust\": 213, \"rank\": 454, \"rankvar\": 399, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 417, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 697, \"group\": [212.0, 62.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCAGGGTGTTG\", \"ini\": 1225, \"clust\": 621, \"rank\": 792, \"rankvar\": 731, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 418, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 698, \"group\": [621.0, 168.0, 38.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCATGTCTT\", \"ini\": 1224, \"clust\": 659, \"rank\": 468, \"rankvar\": 1335, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 419, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1597, \"group\": [659.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGGCGCTCT\", \"ini\": 1223, \"clust\": 1247, \"rank\": 464, \"rankvar\": 1035, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 420, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1397, \"group\": [1247.0, 333.0, 82.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGGTGCGCTTG\", \"ini\": 1222, \"clust\": 261, \"rank\": 514, \"rankvar\": 269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 421, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 699, \"group\": [262.0, 77.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCTAAAGA\", \"ini\": 1221, \"clust\": 609, \"rank\": 932, \"rankvar\": 764, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 184, \"group\": [607.0, 160.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACTGCCAG\", \"ini\": 1220, \"clust\": 217, \"rank\": 802, \"rankvar\": 136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 185, \"group\": [220.0, 64.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATTACCTT\", \"ini\": 1219, \"clust\": 140, \"rank\": 563, \"rankvar\": 153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 186, \"group\": [141.0, 43.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGCGATTCT\", \"ini\": 1218, \"clust\": 1235, \"rank\": 732, \"rankvar\": 1145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 425, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1398, \"group\": [1234.0, 329.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTCCGTAT\", \"ini\": 1217, \"clust\": 119, \"rank\": 700, \"rankvar\": 49, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 426, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 187, \"group\": [120.0, 37.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATGCCTTC\", \"ini\": 1216, \"clust\": 780, \"rank\": 696, \"rankvar\": 760, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 427, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1399, \"group\": [782.0, 214.0, 51.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCGATATA\", \"ini\": 1215, \"clust\": 216, \"rank\": 347, \"rankvar\": 565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 188, \"group\": [215.0, 62.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACCAGATT\", \"ini\": 1214, \"clust\": 106, \"rank\": 361, \"rankvar\": 205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 429, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 700, \"group\": [109.0, 34.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCCACTCCA\", \"ini\": 1213, \"clust\": 487, \"rank\": 357, \"rankvar\": 247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 189, \"group\": [488.0, 110.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCCTAATT\", \"ini\": 1212, \"clust\": 34, \"rank\": 553, \"rankvar\": 536, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 190, \"group\": [34.0, 14.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGGTTAAC\", \"ini\": 1211, \"clust\": 570, \"rank\": 929, \"rankvar\": 181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 191, \"group\": [572.0, 143.0, 31.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGGGTGTGT\", \"ini\": 1210, \"clust\": 191, \"rank\": 679, \"rankvar\": 344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 433, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 701, \"group\": [191.0, 57.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTTATGCGT\", \"ini\": 1209, \"clust\": 618, \"rank\": 706, \"rankvar\": 1040, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 434, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 702, \"group\": [619.0, 167.0, 38.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCAGACCTTTG\", \"ini\": 1208, \"clust\": 171, \"rank\": 313, \"rankvar\": 510, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 435, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 703, \"group\": [171.0, 52.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCACATGACT\", \"ini\": 1207, \"clust\": 1354, \"rank\": 1060, \"rankvar\": 1546, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 436, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 14, \"group\": [1355.0, 375.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGAGACTTA\", \"ini\": 1206, \"clust\": 1396, \"rank\": 676, \"rankvar\": 623, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 437, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1486, \"group\": [1395.0, 386.0, 95.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTAATTGGA\", \"ini\": 1205, \"clust\": 475, \"rank\": 449, \"rankvar\": 391, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 438, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 704, \"group\": [476.0, 107.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTTTAGGG\", \"ini\": 1204, \"clust\": 286, \"rank\": 486, \"rankvar\": 528, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 439, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 705, \"group\": [287.0, 85.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTTGCT\", \"ini\": 1203, \"clust\": 145, \"rank\": 660, \"rankvar\": 32, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 192, \"group\": [146.0, 43.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTCATTCA\", \"ini\": 1202, \"clust\": 489, \"rank\": 434, \"rankvar\": 79, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 441, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 193, \"group\": [490.0, 110.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCAATGAATG\", \"ini\": 1201, \"clust\": 667, \"rank\": 445, \"rankvar\": 1385, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 442, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1598, \"group\": [665.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATAAAGG\", \"ini\": 1200, \"clust\": 753, \"rank\": 799, \"rankvar\": 775, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 443, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1400, \"group\": [753.0, 204.0, 47.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTACAGTGG\", \"ini\": 1199, \"clust\": 761, \"rank\": 948, \"rankvar\": 1352, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1401, \"group\": [761.0, 206.0, 47.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCACAGGCCT\", \"ini\": 1198, \"clust\": 513, \"rank\": 641, \"rankvar\": 146, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 445, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 706, \"group\": [513.0, 126.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACAGAGGT\", \"ini\": 1197, \"clust\": 804, \"rank\": 210, \"rankvar\": 508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 446, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1402, \"group\": [807.0, 228.0, 56.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCACCGGGT\", \"ini\": 1196, \"clust\": 104, \"rank\": 496, \"rankvar\": 248, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 447, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 194, \"group\": [105.0, 34.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTAGGGTG\", \"ini\": 1195, \"clust\": 909, \"rank\": 212, \"rankvar\": 634, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 448, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1487, \"group\": [909.0, 251.0, 59.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGTCGCTG\", \"ini\": 1194, \"clust\": 225, \"rank\": 718, \"rankvar\": 141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 449, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 707, \"group\": [226.0, 66.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCGTTTAC\", \"ini\": 1193, \"clust\": 1190, \"rank\": 41, \"rankvar\": 1407, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 450, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 998, \"group\": [1191.0, 312.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACAGCTCGAC\", \"ini\": 1192, \"clust\": 1322, \"rank\": 918, \"rankvar\": 548, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 451, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1403, \"group\": [1323.0, 362.0, 88.0, 23.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGTTAACC\", \"ini\": 1191, \"clust\": 1386, \"rank\": 369, \"rankvar\": 1257, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 452, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1488, \"group\": [1387.0, 383.0, 95.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAGGGTAC\", \"ini\": 1190, \"clust\": 405, \"rank\": 128, \"rankvar\": 58, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 453, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 708, \"group\": [404.0, 103.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTTCCGTCT\", \"ini\": 1189, \"clust\": 841, \"rank\": 161, \"rankvar\": 302, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1404, \"group\": [847.0, 241.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCTTGCAAG\", \"ini\": 1188, \"clust\": 194, \"rank\": 244, \"rankvar\": 563, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 455, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 709, \"group\": [193.0, 57.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGTCTCT\", \"ini\": 1187, \"clust\": 1385, \"rank\": 457, \"rankvar\": 1437, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 456, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1489, \"group\": [1388.0, 383.0, 95.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTGATAAAC\", \"ini\": 1186, \"clust\": 381, \"rank\": 141, \"rankvar\": 502, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 457, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 710, \"group\": [380.0, 102.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCTCGTATT\", \"ini\": 1185, \"clust\": 657, \"rank\": 411, \"rankvar\": 1468, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 458, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1599, \"group\": [656.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCAAACGGG\", \"ini\": 1184, \"clust\": 375, \"rank\": 450, \"rankvar\": 351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 195, \"group\": [378.0, 102.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGTGGTAAT\", \"ini\": 1183, \"clust\": 105, \"rank\": 260, \"rankvar\": 719, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 196, \"group\": [106.0, 34.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTCTTTCAT\", \"ini\": 1182, \"clust\": 1202, \"rank\": 489, \"rankvar\": 16, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 197, \"group\": [1202.0, 321.0, 78.0, 18.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTCACGCC\", \"ini\": 1181, \"clust\": 129, \"rank\": 222, \"rankvar\": 531, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 462, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 711, \"group\": [131.0, 40.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTGCCAGA\", \"ini\": 1180, \"clust\": 1365, \"rank\": 942, \"rankvar\": 1443, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 463, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1490, \"group\": [1367.0, 377.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATCGATTG\", \"ini\": 1179, \"clust\": 302, \"rank\": 226, \"rankvar\": 571, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 464, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1288, \"group\": [305.0, 90.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATCGATTG\", \"ini\": 1178, \"clust\": 482, \"rank\": 301, \"rankvar\": 296, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 465, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 712, \"group\": [483.0, 109.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTCATCGTCGG\", \"ini\": 1177, \"clust\": 800, \"rank\": 768, \"rankvar\": 476, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 466, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 713, \"group\": [801.0, 224.0, 54.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGTACTCT\", \"ini\": 1176, \"clust\": 1355, \"rank\": 946, \"rankvar\": 1379, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 467, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 15, \"group\": [1358.0, 375.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAAGCAGGTCA\", \"ini\": 1175, \"clust\": 166, \"rank\": 612, \"rankvar\": 275, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 198, \"group\": [168.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCAACACGT\", \"ini\": 1174, \"clust\": 301, \"rank\": 376, \"rankvar\": 124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 469, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 714, \"group\": [302.0, 89.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTGGGATC\", \"ini\": 1173, \"clust\": 224, \"rank\": 672, \"rankvar\": 840, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 470, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 199, \"group\": [224.0, 66.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGCGATAGC\", \"ini\": 1172, \"clust\": 100, \"rank\": 227, \"rankvar\": 723, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 471, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 715, \"group\": [100.0, 34.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCGCATGGC\", \"ini\": 1171, \"clust\": 231, \"rank\": 335, \"rankvar\": 927, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 472, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 716, \"group\": [230.0, 67.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTAAGGGAA\", \"ini\": 1170, \"clust\": 829, \"rank\": 98, \"rankvar\": 630, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 473, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1491, \"group\": [829.0, 238.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCCTTGAT\", \"ini\": 1169, \"clust\": 619, \"rank\": 937, \"rankvar\": 965, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 474, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 200, \"group\": [620.0, 167.0, 38.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGCTAAACA\", \"ini\": 1168, \"clust\": 907, \"rank\": 208, \"rankvar\": 455, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 475, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1492, \"group\": [910.0, 252.0, 59.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTAGCTAAA\", \"ini\": 1167, \"clust\": 214, \"rank\": 362, \"rankvar\": 190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 476, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 201, \"group\": [213.0, 62.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATCCCGC\", \"ini\": 1166, \"clust\": 58, \"rank\": 823, \"rankvar\": 459, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 202, \"group\": [61.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGAGTACCG\", \"ini\": 1165, \"clust\": 819, \"rank\": 444, \"rankvar\": 713, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 478, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 999, \"group\": [821.0, 234.0, 57.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCATGCTGGC\", \"ini\": 1164, \"clust\": 234, \"rank\": 171, \"rankvar\": 807, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 479, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 717, \"group\": [234.0, 69.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGGATGGA\", \"ini\": 1163, \"clust\": 23, \"rank\": 643, \"rankvar\": 686, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 480, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 718, \"group\": [23.0, 9.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTCACCCATTC\", \"ini\": 1162, \"clust\": 488, \"rank\": 306, \"rankvar\": 155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 719, \"group\": [489.0, 110.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTTAGTGGG\", \"ini\": 1161, \"clust\": 1393, \"rank\": 770, \"rankvar\": 130, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 203, \"group\": [1397.0, 386.0, 95.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCGACA\", \"ini\": 1160, \"clust\": 401, \"rank\": 130, \"rankvar\": 649, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 483, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 720, \"group\": [400.0, 103.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGTTTCCTT\", \"ini\": 1159, \"clust\": 506, \"rank\": 847, \"rankvar\": 684, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 204, \"group\": [510.0, 123.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGCACGTCAGC\", \"ini\": 1158, \"clust\": 98, \"rank\": 356, \"rankvar\": 789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 485, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 721, \"group\": [96.0, 32.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCCAAAT\", \"ini\": 1157, \"clust\": 382, \"rank\": 230, \"rankvar\": 258, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 486, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 722, \"group\": [385.0, 102.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTCTCTTAT\", \"ini\": 1156, \"clust\": 141, \"rank\": 397, \"rankvar\": 286, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 487, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 723, \"group\": [142.0, 43.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCAACGGCC\", \"ini\": 1155, \"clust\": 167, \"rank\": 182, \"rankvar\": 924, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 488, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1000, \"group\": [166.0, 49.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCGAACGC\", \"ini\": 1154, \"clust\": 220, \"rank\": 708, \"rankvar\": 193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 489, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 205, \"group\": [221.0, 65.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCGCAAACT\", \"ini\": 1153, \"clust\": 226, \"rank\": 577, \"rankvar\": 253, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 490, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 724, \"group\": [227.0, 66.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCACACGC\", \"ini\": 1152, \"clust\": 649, \"rank\": 561, \"rankvar\": 735, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 491, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1493, \"group\": [649.0, 177.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACCACCAG\", \"ini\": 1151, \"clust\": 1376, \"rank\": 249, \"rankvar\": 1030, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 492, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1494, \"group\": [1378.0, 381.0, 95.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGGCAAAC\", \"ini\": 1150, \"clust\": 880, \"rank\": 197, \"rankvar\": 116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 493, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1495, \"group\": [883.0, 245.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGCGTAAG\", \"ini\": 1149, \"clust\": 794, \"rank\": 253, \"rankvar\": 705, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1405, \"group\": [794.0, 221.0, 54.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTGGTCCGT\", \"ini\": 1148, \"clust\": 467, \"rank\": 255, \"rankvar\": 400, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 495, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 206, \"group\": [470.0, 106.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGTGTGGCA\", \"ini\": 1147, \"clust\": 1213, \"rank\": 492, \"rankvar\": 1341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 496, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1406, \"group\": [1215.0, 327.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAATGAATG\", \"ini\": 1146, \"clust\": 818, \"rank\": 410, \"rankvar\": 532, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 497, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1407, \"group\": [822.0, 234.0, 57.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAAACCCAT\", \"ini\": 1145, \"clust\": 1425, \"rank\": 888, \"rankvar\": 1155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 498, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 16, \"group\": [1426.0, 391.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCTCCAGGG\", \"ini\": 1144, \"clust\": 620, \"rank\": 827, \"rankvar\": 1087, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 499, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 207, \"group\": [623.0, 168.0, 38.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGCCAGTTT\", \"ini\": 1143, \"clust\": 1373, \"rank\": 594, \"rankvar\": 865, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 500, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1496, \"group\": [1373.0, 379.0, 94.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTACATGAACCT\", \"ini\": 1142, \"clust\": 255, \"rank\": 446, \"rankvar\": 73, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 501, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 208, \"group\": [255.0, 74.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGAATAGGG\", \"ini\": 1141, \"clust\": 413, \"rank\": 279, \"rankvar\": 609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 209, \"group\": [417.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGCTGGA\", \"ini\": 1140, \"clust\": 1215, \"rank\": 629, \"rankvar\": 1423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 503, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1408, \"group\": [1214.0, 327.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTACCGGCT\", \"ini\": 1139, \"clust\": 642, \"rank\": 795, \"rankvar\": 733, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 504, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 725, \"group\": [642.0, 175.0, 40.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGGTGGAT\", \"ini\": 1138, \"clust\": 1237, \"rank\": 855, \"rankvar\": 1533, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 505, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1409, \"group\": [1241.0, 331.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGAGGTTAT\", \"ini\": 1137, \"clust\": 288, \"rank\": 613, \"rankvar\": 273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 506, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 726, \"group\": [289.0, 85.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCAAAGACA\", \"ini\": 1136, \"clust\": 120, \"rank\": 640, \"rankvar\": 88, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 507, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 727, \"group\": [121.0, 37.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTGATCGG\", \"ini\": 1135, \"clust\": 672, \"rank\": 420, \"rankvar\": 1415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 508, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1600, \"group\": [669.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAGGTCGTC\", \"ini\": 1134, \"clust\": 238, \"rank\": 616, \"rankvar\": 430, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 728, \"group\": [239.0, 70.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTTCCACGG\", \"ini\": 1133, \"clust\": 244, \"rank\": 293, \"rankvar\": 652, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 510, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1289, \"group\": [244.0, 72.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACAGCGTC\", \"ini\": 1132, \"clust\": 883, \"rank\": 87, \"rankvar\": 350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 511, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1497, \"group\": [886.0, 245.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCCCTAATT\", \"ini\": 1131, \"clust\": 1248, \"rank\": 769, \"rankvar\": 1069, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 512, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1410, \"group\": [1248.0, 333.0, 82.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAAAGCGGT\", \"ini\": 1130, \"clust\": 130, \"rank\": 360, \"rankvar\": 814, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 513, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 210, \"group\": [129.0, 40.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACGACGT\", \"ini\": 1129, \"clust\": 0, \"rank\": 470, \"rankvar\": 606, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 211, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCACTCTTA\", \"ini\": 1128, \"clust\": 142, \"rank\": 322, \"rankvar\": 442, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 515, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 729, \"group\": [145.0, 43.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTTCAGACT\", \"ini\": 1127, \"clust\": 1378, \"rank\": 712, \"rankvar\": 992, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 516, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 17, \"group\": [1377.0, 381.0, 95.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCATGCAACT\", \"ini\": 1126, \"clust\": 792, \"rank\": 774, \"rankvar\": 1126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 517, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1411, \"group\": [799.0, 222.0, 54.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCACCCT\", \"ini\": 1125, \"clust\": 115, \"rank\": 363, \"rankvar\": 309, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 518, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 730, \"group\": [114.0, 35.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGGCTTC\", \"ini\": 1124, \"clust\": 469, \"rank\": 289, \"rankvar\": 369, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 519, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 731, \"group\": [469.0, 106.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCCAGTTA\", \"ini\": 1123, \"clust\": 408, \"rank\": 100, \"rankvar\": 861, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 520, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 732, \"group\": [407.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTAGCTAGGCA\", \"ini\": 1122, \"clust\": 355, \"rank\": 458, \"rankvar\": 150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 521, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 733, \"group\": [355.0, 101.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGCGGCTTC\", \"ini\": 1121, \"clust\": 656, \"rank\": 459, \"rankvar\": 1501, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 522, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1601, \"group\": [658.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAGCCCAC\", \"ini\": 1120, \"clust\": 1217, \"rank\": 776, \"rankvar\": 1425, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 523, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1412, \"group\": [1216.0, 327.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCCACCGTTGG\", \"ini\": 1119, \"clust\": 35, \"rank\": 737, \"rankvar\": 291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 212, \"group\": [36.0, 15.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGCGCCTTG\", \"ini\": 1118, \"clust\": 783, \"rank\": 569, \"rankvar\": 816, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 525, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1498, \"group\": [783.0, 215.0, 51.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGAACTCGG\", \"ini\": 1117, \"clust\": 85, \"rank\": 358, \"rankvar\": 403, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 526, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 734, \"group\": [84.0, 30.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTATCTG\", \"ini\": 1116, \"clust\": 361, \"rank\": 384, \"rankvar\": 52, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 527, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 213, \"group\": [364.0, 101.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTCGGCTCA\", \"ini\": 1115, \"clust\": 70, \"rank\": 681, \"rankvar\": 278, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 528, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 735, \"group\": [70.0, 28.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTTCCAACA\", \"ini\": 1114, \"clust\": 1372, \"rank\": 748, \"rankvar\": 817, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 529, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1499, \"group\": [1372.0, 379.0, 94.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCCTGCAGG\", \"ini\": 1113, \"clust\": 752, \"rank\": 850, \"rankvar\": 270, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 530, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 214, \"group\": [755.0, 204.0, 47.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGAGGTAGA\", \"ini\": 1112, \"clust\": 571, \"rank\": 764, \"rankvar\": 162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 531, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 736, \"group\": [570.0, 143.0, 31.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACATGCAATC\", \"ini\": 1111, \"clust\": 572, \"rank\": 703, \"rankvar\": 876, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 215, \"group\": [571.0, 143.0, 31.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTTTAAGCC\", \"ini\": 1110, \"clust\": 553, \"rank\": 622, \"rankvar\": 616, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 533, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 737, \"group\": [556.0, 138.0, 30.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTTCATGGT\", \"ini\": 1109, \"clust\": 486, \"rank\": 220, \"rankvar\": 655, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 534, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 421, \"group\": [487.0, 109.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCTGCAGG\", \"ini\": 1108, \"clust\": 758, \"rank\": 733, \"rankvar\": 558, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 535, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1413, \"group\": [760.0, 206.0, 47.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGAGAACAG\", \"ini\": 1107, \"clust\": 1238, \"rank\": 705, \"rankvar\": 1480, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 536, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1414, \"group\": [1240.0, 331.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGAGAGCAATT\", \"ini\": 1106, \"clust\": 177, \"rank\": 779, \"rankvar\": 271, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 216, \"group\": [177.0, 53.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAACGCGA\", \"ini\": 1105, \"clust\": 629, \"rank\": 758, \"rankvar\": 1196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 217, \"group\": [633.0, 172.0, 40.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCAGTTTGG\", \"ini\": 1104, \"clust\": 1249, \"rank\": 248, \"rankvar\": 225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 539, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1415, \"group\": [1250.0, 334.0, 82.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCCTCAACC\", \"ini\": 1103, \"clust\": 1210, \"rank\": 1026, \"rankvar\": 1488, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 540, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1416, \"group\": [1210.0, 326.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAGCCTTTC\", \"ini\": 1102, \"clust\": 514, \"rank\": 597, \"rankvar\": 791, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 541, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 738, \"group\": [514.0, 126.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATAGGAG\", \"ini\": 1101, \"clust\": 850, \"rank\": 33, \"rankvar\": 12, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 218, \"group\": [850.0, 241.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTCTCATCC\", \"ini\": 1100, \"clust\": 1250, \"rank\": 359, \"rankvar\": 457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 739, \"group\": [1251.0, 334.0, 82.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCGGCATCG\", \"ini\": 1099, \"clust\": 549, \"rank\": 800, \"rankvar\": 498, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 219, \"group\": [553.0, 137.0, 30.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTTCGCTAA\", \"ini\": 1098, \"clust\": 270, \"rank\": 543, \"rankvar\": 115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 545, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 740, \"group\": [271.0, 80.0, 17.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGCGATG\", \"ini\": 1097, \"clust\": 706, \"rank\": 852, \"rankvar\": 1528, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 546, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1602, \"group\": [704.0, 187.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAGTCAGCC\", \"ini\": 1096, \"clust\": 561, \"rank\": 573, \"rankvar\": 911, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 220, \"group\": [566.0, 141.0, 31.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAACTGCTA\", \"ini\": 1095, \"clust\": 383, \"rank\": 144, \"rankvar\": 697, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 548, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 741, \"group\": [384.0, 102.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTTGAGAT\", \"ini\": 1094, \"clust\": 622, \"rank\": 684, \"rankvar\": 1013, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 549, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 742, \"group\": [622.0, 168.0, 38.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCCCTAAT\", \"ini\": 1093, \"clust\": 312, \"rank\": 520, \"rankvar\": 70, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 221, \"group\": [312.0, 93.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAAGTCTAC\", \"ini\": 1092, \"clust\": 299, \"rank\": 507, \"rankvar\": 370, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 551, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 743, \"group\": [299.0, 87.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGGCTCTTA\", \"ini\": 1091, \"clust\": 785, \"rank\": 538, \"rankvar\": 483, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1417, \"group\": [787.0, 216.0, 51.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAACAGCGAACA\", \"ini\": 1090, \"clust\": 95, \"rank\": 668, \"rankvar\": 45, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 553, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 222, \"group\": [94.0, 32.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAAACCGT\", \"ini\": 1089, \"clust\": 32, \"rank\": 655, \"rankvar\": 560, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 223, \"group\": [35.0, 14.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCACAGACTT\", \"ini\": 1088, \"clust\": 789, \"rank\": 602, \"rankvar\": 1032, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 555, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1418, \"group\": [791.0, 219.0, 52.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCAATGGACG\", \"ini\": 1087, \"clust\": 1253, \"rank\": 423, \"rankvar\": 526, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 556, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1419, \"group\": [1257.0, 336.0, 82.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTGACTACT\", \"ini\": 1086, \"clust\": 221, \"rank\": 631, \"rankvar\": 106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 224, \"group\": [222.0, 65.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCTCTTATG\", \"ini\": 1085, \"clust\": 1236, \"rank\": 674, \"rankvar\": 1295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 558, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1420, \"group\": [1235.0, 329.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTACAGCAG\", \"ini\": 1084, \"clust\": 564, \"rank\": 664, \"rankvar\": 2, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 559, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 744, \"group\": [565.0, 140.0, 31.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCACCCAGTG\", \"ini\": 1083, \"clust\": 729, \"rank\": 859, \"rankvar\": 542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 560, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 745, \"group\": [729.0, 192.0, 43.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTATAGGTA\", \"ini\": 1082, \"clust\": 971, \"rank\": 623, \"rankvar\": 1221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 561, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1001, \"group\": [972.0, 265.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGCTGAG\", \"ini\": 1081, \"clust\": 751, \"rank\": 809, \"rankvar\": 956, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 562, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1421, \"group\": [751.0, 203.0, 47.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGGCGCTCT\", \"ini\": 1080, \"clust\": 1201, \"rank\": 634, \"rankvar\": 268, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 563, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 746, \"group\": [1206.0, 323.0, 79.0, 18.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGATTC\", \"ini\": 1079, \"clust\": 557, \"rank\": 744, \"rankvar\": 670, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 564, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 747, \"group\": [558.0, 139.0, 30.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCTGGAGCC\", \"ini\": 1078, \"clust\": 121, \"rank\": 766, \"rankvar\": 156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 225, \"group\": [122.0, 38.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCGGATGGA\", \"ini\": 1077, \"clust\": 643, \"rank\": 817, \"rankvar\": 1164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 566, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 748, \"group\": [643.0, 175.0, 40.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTATGCTTG\", \"ini\": 1076, \"clust\": 653, \"rank\": 685, \"rankvar\": 1179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 567, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1603, \"group\": [655.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTACTTAC\", \"ini\": 1075, \"clust\": 617, \"rank\": 773, \"rankvar\": 297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 568, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 749, \"group\": [616.0, 164.0, 37.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAATCCGT\", \"ini\": 1074, \"clust\": 173, \"rank\": 559, \"rankvar\": 468, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 226, \"group\": [175.0, 52.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTGGGCTA\", \"ini\": 1073, \"clust\": 886, \"rank\": 271, \"rankvar\": 718, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 570, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1500, \"group\": [889.0, 246.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCAGGTGCCT\", \"ini\": 1072, \"clust\": 293, \"rank\": 157, \"rankvar\": 600, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 571, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 750, \"group\": [294.0, 86.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCTGAGTGT\", \"ini\": 1071, \"clust\": 63, \"rank\": 572, \"rankvar\": 321, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 572, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 751, \"group\": [72.0, 28.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGAGAGTACAT\", \"ini\": 1070, \"clust\": 1218, \"rank\": 785, \"rankvar\": 1380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 573, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1422, \"group\": [1217.0, 327.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGATGAGG\", \"ini\": 1069, \"clust\": 742, \"rank\": 810, \"rankvar\": 673, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 574, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1423, \"group\": [744.0, 197.0, 44.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACCCTATC\", \"ini\": 1068, \"clust\": 813, \"rank\": 270, \"rankvar\": 639, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 575, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1501, \"group\": [814.0, 231.0, 56.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCGTTTGCC\", \"ini\": 1067, \"clust\": 289, \"rank\": 658, \"rankvar\": 221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 227, \"group\": [290.0, 85.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCATTCA\", \"ini\": 1066, \"clust\": 1199, \"rank\": 599, \"rankvar\": 1118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 577, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1260, \"group\": [1200.0, 319.0, 76.0, 18.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCTGTCAAG\", \"ini\": 1065, \"clust\": 317, \"rank\": 609, \"rankvar\": 501, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 578, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 228, \"group\": [321.0, 94.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGCGCAC\", \"ini\": 1064, \"clust\": 532, \"rank\": 804, \"rankvar\": 214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 229, \"group\": [531.0, 130.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCGTCTTC\", \"ini\": 1063, \"clust\": 184, \"rank\": 605, \"rankvar\": 237, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 230, \"group\": [184.0, 55.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCACAACGTT\", \"ini\": 1062, \"clust\": 1156, \"rank\": 201, \"rankvar\": 644, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 581, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1424, \"group\": [1156.0, 303.0, 72.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTCCGAAGA\", \"ini\": 1061, \"clust\": 615, \"rank\": 487, \"rankvar\": 1036, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 582, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 752, \"group\": [617.0, 165.0, 37.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCAAGC\", \"ini\": 1060, \"clust\": 566, \"rank\": 574, \"rankvar\": 753, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 583, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 753, \"group\": [564.0, 140.0, 31.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCCGTTGTC\", \"ini\": 1059, \"clust\": 407, \"rank\": 413, \"rankvar\": 83, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 584, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 231, \"group\": [409.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCAAGTAATG\", \"ini\": 1058, \"clust\": 544, \"rank\": 873, \"rankvar\": 376, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 585, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 754, \"group\": [543.0, 133.0, 28.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCTAGAAC\", \"ini\": 1057, \"clust\": 802, \"rank\": 364, \"rankvar\": 72, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 586, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 755, \"group\": [802.0, 225.0, 55.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCCTTGCCA\", \"ini\": 1056, \"clust\": 280, \"rank\": 435, \"rankvar\": 932, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 232, \"group\": [278.0, 83.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGGACGAT\", \"ini\": 1055, \"clust\": 390, \"rank\": 281, \"rankvar\": 41, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 233, \"group\": [389.0, 102.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGTGGTAAT\", \"ini\": 1054, \"clust\": 885, \"rank\": 135, \"rankvar\": 18, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 589, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 234, \"group\": [885.0, 245.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGATGCGAC\", \"ini\": 1053, \"clust\": 206, \"rank\": 693, \"rankvar\": 85, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 590, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 756, \"group\": [217.0, 63.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAGCTTAAC\", \"ini\": 1052, \"clust\": 526, \"rank\": 619, \"rankvar\": 353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 591, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 757, \"group\": [525.0, 129.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGCAGCCTC\", \"ini\": 1051, \"clust\": 235, \"rank\": 318, \"rankvar\": 216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 592, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 758, \"group\": [235.0, 69.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTGGTGTAG\", \"ini\": 1050, \"clust\": 1500, \"rank\": 917, \"rankvar\": 1002, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 593, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1290, \"group\": [1501.0, 422.0, 107.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTTGATG\", \"ini\": 1049, \"clust\": 161, \"rank\": 720, \"rankvar\": 825, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 235, \"group\": [161.0, 47.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAGTCGACTAT\", \"ini\": 1048, \"clust\": 521, \"rank\": 701, \"rankvar\": 935, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 595, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 759, \"group\": [520.0, 129.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGAATCT\", \"ini\": 1047, \"clust\": 479, \"rank\": 633, \"rankvar\": 453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 596, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 236, \"group\": [479.0, 108.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTCCAGTAT\", \"ini\": 1046, \"clust\": 522, \"rank\": 506, \"rankvar\": 1156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 237, \"group\": [521.0, 129.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGACAGCT\", \"ini\": 1045, \"clust\": 252, \"rank\": 463, \"rankvar\": 581, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 238, \"group\": [252.0, 73.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACCATACTACG\", \"ini\": 1044, \"clust\": 726, \"rank\": 1049, \"rankvar\": 294, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1425, \"group\": [727.0, 191.0, 43.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGGTACA\", \"ini\": 1043, \"clust\": 354, \"rank\": 387, \"rankvar\": 80, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 600, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 239, \"group\": [357.0, 101.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAAACGTGG\", \"ini\": 1042, \"clust\": 202, \"rank\": 530, \"rankvar\": 625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 240, \"group\": [203.0, 60.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTAGTGACTCT\", \"ini\": 1041, \"clust\": 150, \"rank\": 683, \"rankvar\": 9, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 602, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 760, \"group\": [150.0, 44.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTATCGCAT\", \"ini\": 1040, \"clust\": 156, \"rank\": 604, \"rankvar\": 470, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 241, \"group\": [156.0, 45.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACGTCAGC\", \"ini\": 1039, \"clust\": 308, \"rank\": 263, \"rankvar\": 823, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 604, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 761, \"group\": [308.0, 92.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACCTCGT\", \"ini\": 1038, \"clust\": 661, \"rank\": 352, \"rankvar\": 1615, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 605, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1604, \"group\": [663.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGTGCCTG\", \"ini\": 1037, \"clust\": 36, \"rank\": 578, \"rankvar\": 1034, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 762, \"group\": [37.0, 15.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGCGAT\", \"ini\": 1036, \"clust\": 733, \"rank\": 825, \"rankvar\": 721, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 607, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1426, \"group\": [734.0, 194.0, 44.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATTGG\", \"ini\": 1035, \"clust\": 281, \"rank\": 339, \"rankvar\": 828, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 242, \"group\": [279.0, 83.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTTTACGT\", \"ini\": 1034, \"clust\": 203, \"rank\": 667, \"rankvar\": 51, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 609, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 243, \"group\": [204.0, 60.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCGCCAGCA\", \"ini\": 1033, \"clust\": 398, \"rank\": 112, \"rankvar\": 456, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 610, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 763, \"group\": [398.0, 103.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCAGATCCTGT\", \"ini\": 1032, \"clust\": 893, \"rank\": 341, \"rankvar\": 362, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 611, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1427, \"group\": [893.0, 248.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCTCTGAGA\", \"ini\": 1031, \"clust\": 608, \"rank\": 943, \"rankvar\": 1010, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 612, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 244, \"group\": [609.0, 160.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGCAATC\", \"ini\": 1030, \"clust\": 367, \"rank\": 349, \"rankvar\": 20, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 613, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 245, \"group\": [368.0, 101.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTCTGG\", \"ini\": 1029, \"clust\": 1335, \"rank\": 1154, \"rankvar\": 1233, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 614, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 18, \"group\": [1336.0, 369.0, 92.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGTGAAGTT\", \"ini\": 1028, \"clust\": 204, \"rank\": 711, \"rankvar\": 92, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 615, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 764, \"group\": [205.0, 60.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTAAGGATT\", \"ini\": 1027, \"clust\": 745, \"rank\": 1061, \"rankvar\": 985, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 616, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 765, \"group\": [746.0, 199.0, 45.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTGTCGAGTTT\", \"ini\": 1026, \"clust\": 904, \"rank\": 511, \"rankvar\": 352, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 617, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 766, \"group\": [907.0, 250.0, 59.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTTGCTCCT\", \"ini\": 1025, \"clust\": 476, \"rank\": 324, \"rankvar\": 589, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 618, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 767, \"group\": [477.0, 108.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCGCATC\", \"ini\": 1024, \"clust\": 658, \"rank\": 488, \"rankvar\": 1600, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 619, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1605, \"group\": [657.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACTCAGCCTAA\", \"ini\": 1023, \"clust\": 291, \"rank\": 533, \"rankvar\": 466, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 620, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 246, \"group\": [291.0, 85.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTGGGCCA\", \"ini\": 1022, \"clust\": 1357, \"rank\": 1071, \"rankvar\": 1130, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 621, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 19, \"group\": [1357.0, 375.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGGCTAGCA\", \"ini\": 1021, \"clust\": 25, \"rank\": 854, \"rankvar\": 490, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 622, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 768, \"group\": [26.0, 12.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAAGCCATCGC\", \"ini\": 1020, \"clust\": 1319, \"rank\": 751, \"rankvar\": 1225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 247, \"group\": [1320.0, 359.0, 87.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATACTACG\", \"ini\": 1019, \"clust\": 1231, \"rank\": 739, \"rankvar\": 1184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 624, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1428, \"group\": [1230.0, 327.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCTAGTGT\", \"ini\": 1018, \"clust\": 517, \"rank\": 516, \"rankvar\": 587, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 625, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 769, \"group\": [518.0, 128.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACATCCGCGA\", \"ini\": 1017, \"clust\": 882, \"rank\": 325, \"rankvar\": 19, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 770, \"group\": [882.0, 245.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCCGTGAC\", \"ini\": 1016, \"clust\": 773, \"rank\": 1142, \"rankvar\": 797, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1429, \"group\": [776.0, 211.0, 49.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTTCCACAA\", \"ini\": 1015, \"clust\": 69, \"rank\": 485, \"rankvar\": 114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 628, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 248, \"group\": [68.0, 28.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCCTTGTG\", \"ini\": 1014, \"clust\": 801, \"rank\": 521, \"rankvar\": 578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 629, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1430, \"group\": [804.0, 226.0, 55.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCGATTCT\", \"ini\": 1013, \"clust\": 410, \"rank\": 552, \"rankvar\": 226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 249, \"group\": [413.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCAATGGT\", \"ini\": 1012, \"clust\": 256, \"rank\": 300, \"rankvar\": 910, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 250, \"group\": [257.0, 75.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTACAGACG\", \"ini\": 1011, \"clust\": 749, \"rank\": 671, \"rankvar\": 824, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 632, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1431, \"group\": [752.0, 203.0, 47.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGCTGATAA\", \"ini\": 1010, \"clust\": 1324, \"rank\": 1119, \"rankvar\": 1467, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 633, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 20, \"group\": [1325.0, 364.0, 89.0, 23.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTAATAGCA\", \"ini\": 1009, \"clust\": 180, \"rank\": 911, \"rankvar\": 102, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 634, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 251, \"group\": [180.0, 54.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTGGCGAC\", \"ini\": 1008, \"clust\": 716, \"rank\": 784, \"rankvar\": 1625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 635, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1606, \"group\": [715.0, 188.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAATGTGT\", \"ini\": 1007, \"clust\": 14, \"rank\": 749, \"rankvar\": 725, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 252, \"group\": [13.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCACCTCGT\", \"ini\": 1006, \"clust\": 149, \"rank\": 702, \"rankvar\": 238, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 637, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 253, \"group\": [152.0, 44.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCCGAAT\", \"ini\": 1005, \"clust\": 523, \"rank\": 491, \"rankvar\": 614, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 638, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 771, \"group\": [527.0, 129.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTACAGCAG\", \"ini\": 1004, \"clust\": 803, \"rank\": 277, \"rankvar\": 184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 772, \"group\": [803.0, 225.0, 55.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCAACGCTA\", \"ini\": 1003, \"clust\": 595, \"rank\": 772, \"rankvar\": 714, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 254, \"group\": [594.0, 156.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCACGAAATA\", \"ini\": 1002, \"clust\": 560, \"rank\": 593, \"rankvar\": 357, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 641, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 773, \"group\": [576.0, 145.0, 32.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATTTGCTT\", \"ini\": 1001, \"clust\": 282, \"rank\": 425, \"rankvar\": 1062, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 642, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 255, \"group\": [283.0, 84.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTGTAATGA\", \"ini\": 1000, \"clust\": 57, \"rank\": 478, \"rankvar\": 1090, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 643, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 774, \"group\": [58.0, 25.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGAGTATA\", \"ini\": 999, \"clust\": 493, \"rank\": 723, \"rankvar\": 50, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 644, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 775, \"group\": [493.0, 111.0, 22.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTAAAGA\", \"ini\": 998, \"clust\": 283, \"rank\": 554, \"rankvar\": 830, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 776, \"group\": [284.0, 84.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTTGAGG\", \"ini\": 997, \"clust\": 584, \"rank\": 1016, \"rankvar\": 669, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 646, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 256, \"group\": [582.0, 150.0, 34.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACACCAGGCT\", \"ini\": 996, \"clust\": 1449, \"rank\": 1144, \"rankvar\": 642, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 647, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 257, \"group\": [1450.0, 399.0, 101.0, 26.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGGGACA\", \"ini\": 995, \"clust\": 727, \"rank\": 878, \"rankvar\": 746, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 648, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1502, \"group\": [730.0, 192.0, 43.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGGGTACA\", \"ini\": 994, \"clust\": 888, \"rank\": 164, \"rankvar\": 231, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 649, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 258, \"group\": [888.0, 246.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGCATG\", \"ini\": 993, \"clust\": 175, \"rank\": 476, \"rankvar\": 405, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 650, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 777, \"group\": [174.0, 52.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTTGCGCAC\", \"ini\": 992, \"clust\": 59, \"rank\": 1001, \"rankvar\": 1243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 651, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 778, \"group\": [59.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGATTGT\", \"ini\": 991, \"clust\": 806, \"rank\": 316, \"rankvar\": 620, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 652, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1503, \"group\": [806.0, 227.0, 56.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGAGACG\", \"ini\": 990, \"clust\": 1343, \"rank\": 1305, \"rankvar\": 1603, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 653, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 21, \"group\": [1344.0, 372.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGCAGCGTA\", \"ini\": 989, \"clust\": 322, \"rank\": 311, \"rankvar\": 478, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 654, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1504, \"group\": [324.0, 95.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAAGCCATT\", \"ini\": 988, \"clust\": 520, \"rank\": 678, \"rankvar\": 950, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 655, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 779, \"group\": [522.0, 129.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTTACCCA\", \"ini\": 987, \"clust\": 1358, \"rank\": 1158, \"rankvar\": 1574, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 656, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 22, \"group\": [1359.0, 375.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCTCTTGAT\", \"ini\": 986, \"clust\": 248, \"rank\": 742, \"rankvar\": 417, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 657, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 780, \"group\": [248.0, 73.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGCCGTCGT\", \"ini\": 985, \"clust\": 612, \"rank\": 989, \"rankvar\": 831, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 658, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 781, \"group\": [611.0, 161.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTAACTTC\", \"ini\": 984, \"clust\": 890, \"rank\": 614, \"rankvar\": 168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1432, \"group\": [891.0, 247.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCACGGTTA\", \"ini\": 983, \"clust\": 103, \"rank\": 327, \"rankvar\": 834, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 660, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 782, \"group\": [104.0, 34.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTGTAA\", \"ini\": 982, \"clust\": 232, \"rank\": 662, \"rankvar\": 96, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 661, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 783, \"group\": [231.0, 67.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATTGTGCA\", \"ini\": 981, \"clust\": 624, \"rank\": 813, \"rankvar\": 994, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 662, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 259, \"group\": [625.0, 169.0, 38.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAGTCGGT\", \"ini\": 980, \"clust\": 309, \"rank\": 721, \"rankvar\": 460, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 663, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1291, \"group\": [309.0, 92.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCGTCAAA\", \"ini\": 979, \"clust\": 290, \"rank\": 378, \"rankvar\": 1016, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 664, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 422, \"group\": [293.0, 85.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCACCCTCA\", \"ini\": 978, \"clust\": 242, \"rank\": 646, \"rankvar\": 512, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 665, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 260, \"group\": [245.0, 72.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTCACCTC\", \"ini\": 977, \"clust\": 1232, \"rank\": 905, \"rankvar\": 1218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 666, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1433, \"group\": [1231.0, 327.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGACAAGCC\", \"ini\": 976, \"clust\": 702, \"rank\": 1171, \"rankvar\": 1460, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 667, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1607, \"group\": [702.0, 186.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGCATCATC\", \"ini\": 975, \"clust\": 634, \"rank\": 866, \"rankvar\": 290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 784, \"group\": [634.0, 173.0, 40.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGACACGAC\", \"ini\": 974, \"clust\": 388, \"rank\": 231, \"rankvar\": 472, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 261, \"group\": [390.0, 102.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTTCCTT\", \"ini\": 973, \"clust\": 1331, \"rank\": 710, \"rankvar\": 505, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 670, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 785, \"group\": [1331.0, 367.0, 90.0, 23.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGATACACA\", \"ini\": 972, \"clust\": 574, \"rank\": 889, \"rankvar\": 426, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 671, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 786, \"group\": [573.0, 144.0, 31.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACAATAGAGT\", \"ini\": 971, \"clust\": 1502, \"rank\": 1094, \"rankvar\": 741, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 672, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 262, \"group\": [1503.0, 423.0, 107.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGATGTGGC\", \"ini\": 970, \"clust\": 625, \"rank\": 876, \"rankvar\": 1153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 673, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 787, \"group\": [626.0, 170.0, 39.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGTAAGTAC\", \"ini\": 969, \"clust\": 88, \"rank\": 584, \"rankvar\": 203, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 263, \"group\": [88.0, 31.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGGTCGAT\", \"ini\": 968, \"clust\": 650, \"rank\": 908, \"rankvar\": 1105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 675, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1608, \"group\": [650.0, 177.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAAACGCG\", \"ini\": 967, \"clust\": 356, \"rank\": 557, \"rankvar\": 127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 676, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 788, \"group\": [356.0, 101.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGGGTGTTG\", \"ini\": 966, \"clust\": 24, \"rank\": 778, \"rankvar\": 853, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 677, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 789, \"group\": [24.0, 10.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGCTATGCT\", \"ini\": 965, \"clust\": 117, \"rank\": 219, \"rankvar\": 759, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 264, \"group\": [115.0, 35.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCTCGATGA\", \"ini\": 964, \"clust\": 824, \"rank\": 206, \"rankvar\": 897, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 679, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1002, \"group\": [827.0, 237.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAACACCCG\", \"ini\": 963, \"clust\": 480, \"rank\": 519, \"rankvar\": 520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 680, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 790, \"group\": [480.0, 108.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTAAGAGAG\", \"ini\": 962, \"clust\": 547, \"rank\": 727, \"rankvar\": 627, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 681, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 791, \"group\": [547.0, 135.0, 30.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAGCTCCG\", \"ini\": 961, \"clust\": 347, \"rank\": 560, \"rankvar\": 67, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 682, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 792, \"group\": [348.0, 100.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTGTCCAT\", \"ini\": 960, \"clust\": 1423, \"rank\": 875, \"rankvar\": 1136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 683, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1505, \"group\": [1424.0, 391.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGATTA\", \"ini\": 959, \"clust\": 124, \"rank\": 798, \"rankvar\": 415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 265, \"group\": [124.0, 39.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTGCTGTC\", \"ini\": 958, \"clust\": 1323, \"rank\": 976, \"rankvar\": 316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 685, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 793, \"group\": [1324.0, 363.0, 88.0, 23.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTAAGTAG\", \"ini\": 957, \"clust\": 534, \"rank\": 845, \"rankvar\": 539, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 686, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 794, \"group\": [534.0, 131.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTAGGACAC\", \"ini\": 956, \"clust\": 541, \"rank\": 757, \"rankvar\": 189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 687, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 795, \"group\": [541.0, 132.0, 28.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTACGAAAT\", \"ini\": 955, \"clust\": 1252, \"rank\": 333, \"rankvar\": 393, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 688, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1506, \"group\": [1253.0, 335.0, 82.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCGGCATC\", \"ini\": 954, \"clust\": 245, \"rank\": 872, \"rankvar\": 26, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 689, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 266, \"group\": [250.0, 73.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATAGTCA\", \"ini\": 953, \"clust\": 550, \"rank\": 728, \"rankvar\": 349, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 690, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 796, \"group\": [552.0, 137.0, 30.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTTTAGGA\", \"ini\": 952, \"clust\": 461, \"rank\": 596, \"rankvar\": 110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 691, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 267, \"group\": [464.0, 105.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGTCGTC\", \"ini\": 951, \"clust\": 1233, \"rank\": 544, \"rankvar\": 902, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 692, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1434, \"group\": [1237.0, 330.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGAAGGACA\", \"ini\": 950, \"clust\": 236, \"rank\": 636, \"rankvar\": 489, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 268, \"group\": [237.0, 70.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTGGAGA\", \"ini\": 949, \"clust\": 1332, \"rank\": 812, \"rankvar\": 580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 797, \"group\": [1332.0, 367.0, 90.0, 23.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGGTGGA\", \"ini\": 948, \"clust\": 490, \"rank\": 509, \"rankvar\": 81, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 269, \"group\": [491.0, 110.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGGCATG\", \"ini\": 947, \"clust\": 552, \"rank\": 537, \"rankvar\": 688, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 696, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 270, \"group\": [551.0, 137.0, 30.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAATGTTGC\", \"ini\": 946, \"clust\": 147, \"rank\": 642, \"rankvar\": 385, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 798, \"group\": [148.0, 44.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCGGCA\", \"ini\": 945, \"clust\": 518, \"rank\": 709, \"rankvar\": 411, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 698, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 799, \"group\": [519.0, 128.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGTACC\", \"ini\": 944, \"clust\": 507, \"rank\": 481, \"rankvar\": 434, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 271, \"group\": [509.0, 122.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCATTATCC\", \"ini\": 943, \"clust\": 524, \"rank\": 474, \"rankvar\": 752, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 700, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 800, \"group\": [526.0, 129.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAGGATCGA\", \"ini\": 942, \"clust\": 1269, \"rank\": 886, \"rankvar\": 488, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 701, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 272, \"group\": [1269.0, 343.0, 85.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTCCAGTTA\", \"ini\": 941, \"clust\": 583, \"rank\": 1062, \"rankvar\": 314, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 702, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1292, \"group\": [584.0, 150.0, 34.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAGCTTCGG\", \"ini\": 940, \"clust\": 542, \"rank\": 820, \"rankvar\": 913, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 703, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 801, \"group\": [542.0, 132.0, 28.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCACCAGGC\", \"ini\": 939, \"clust\": 160, \"rank\": 608, \"rankvar\": 186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 273, \"group\": [163.0, 47.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACACAGAGGT\", \"ini\": 938, \"clust\": 99, \"rank\": 592, \"rankvar\": 640, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 705, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 802, \"group\": [102.0, 34.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGATTGCT\", \"ini\": 937, \"clust\": 113, \"rank\": 482, \"rankvar\": 222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 706, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 274, \"group\": [111.0, 35.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCATCGTCGG\", \"ini\": 936, \"clust\": 350, \"rank\": 353, \"rankvar\": 68, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 707, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 803, \"group\": [350.0, 100.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTGAATTG\", \"ini\": 935, \"clust\": 654, \"rank\": 714, \"rankvar\": 1152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 708, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1609, \"group\": [653.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGTATCTCG\", \"ini\": 934, \"clust\": 767, \"rank\": 1025, \"rankvar\": 641, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 709, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 275, \"group\": [768.0, 209.0, 49.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAACGC\", \"ini\": 933, \"clust\": 125, \"rank\": 440, \"rankvar\": 711, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 276, \"group\": [125.0, 39.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGATCCCGC\", \"ini\": 932, \"clust\": 126, \"rank\": 426, \"rankvar\": 1017, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 711, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 804, \"group\": [127.0, 40.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAAGAAAGG\", \"ini\": 931, \"clust\": 1203, \"rank\": 269, \"rankvar\": 358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 712, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 805, \"group\": [1203.0, 321.0, 78.0, 18.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTGGTTT\", \"ini\": 930, \"clust\": 1447, \"rank\": 931, \"rankvar\": 650, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 277, \"group\": [1447.0, 397.0, 99.0, 25.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTTCAAG\", \"ini\": 929, \"clust\": 233, \"rank\": 331, \"rankvar\": 66, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 278, \"group\": [236.0, 69.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTTTCG\", \"ini\": 928, \"clust\": 822, \"rank\": 606, \"rankvar\": 158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 715, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 806, \"group\": [823.0, 235.0, 57.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGTCTAC\", \"ini\": 927, \"clust\": 611, \"rank\": 1034, \"rankvar\": 135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 716, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 279, \"group\": [613.0, 162.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTGTCCGT\", \"ini\": 926, \"clust\": 1445, \"rank\": 698, \"rankvar\": 839, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 717, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1507, \"group\": [1445.0, 396.0, 99.0, 25.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTATATCCG\", \"ini\": 925, \"clust\": 230, \"rank\": 762, \"rankvar\": 1037, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 280, \"group\": [232.0, 67.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGGCCT\", \"ini\": 924, \"clust\": 3, \"rank\": 783, \"rankvar\": 638, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 719, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 807, \"group\": [3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCACCGATAT\", \"ini\": 923, \"clust\": 157, \"rank\": 775, \"rankvar\": 592, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 720, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 281, \"group\": [157.0, 45.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGCCATG\", \"ini\": 922, \"clust\": 763, \"rank\": 1136, \"rankvar\": 1138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 721, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1435, \"group\": [764.0, 207.0, 48.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGCTTGTC\", \"ini\": 921, \"clust\": 644, \"rank\": 1096, \"rankvar\": 940, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 722, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 282, \"group\": [644.0, 175.0, 40.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGCTGATAA\", \"ini\": 920, \"clust\": 274, \"rank\": 409, \"rankvar\": 549, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 723, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 808, \"group\": [277.0, 82.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACACATGT\", \"ini\": 919, \"clust\": 41, \"rank\": 928, \"rankvar\": 200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 724, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 283, \"group\": [44.0, 17.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACATACG\", \"ini\": 918, \"clust\": 641, \"rank\": 909, \"rankvar\": 204, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 725, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 284, \"group\": [646.0, 176.0, 40.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCACCGAATT\", \"ini\": 917, \"clust\": 700, \"rank\": 1053, \"rankvar\": 1367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 726, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1610, \"group\": [700.0, 186.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAATAGCGG\", \"ini\": 916, \"clust\": 246, \"rank\": 738, \"rankvar\": 306, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 727, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 285, \"group\": [246.0, 73.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAGACACTT\", \"ini\": 915, \"clust\": 631, \"rank\": 882, \"rankvar\": 481, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 728, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 809, \"group\": [630.0, 172.0, 40.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTTACGGAG\", \"ini\": 914, \"clust\": 533, \"rank\": 842, \"rankvar\": 682, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 729, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 810, \"group\": [540.0, 131.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGAGTTGGC\", \"ini\": 913, \"clust\": 307, \"rank\": 415, \"rankvar\": 716, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 730, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 811, \"group\": [310.0, 92.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCCCAGCT\", \"ini\": 912, \"clust\": 562, \"rank\": 794, \"rankvar\": 224, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 731, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 812, \"group\": [561.0, 140.0, 31.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATCAGAA\", \"ini\": 911, \"clust\": 776, \"rank\": 995, \"rankvar\": 668, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 732, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1003, \"group\": [779.0, 213.0, 50.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGTCGATAA\", \"ini\": 910, \"clust\": 197, \"rank\": 763, \"rankvar\": 612, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 733, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 813, \"group\": [198.0, 58.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAAGTTCTG\", \"ini\": 909, \"clust\": 1159, \"rank\": 630, \"rankvar\": 1227, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 734, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1004, \"group\": [1161.0, 304.0, 72.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGACTAGGC\", \"ini\": 908, \"clust\": 137, \"rank\": 548, \"rankvar\": 914, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 735, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 423, \"group\": [136.0, 41.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCACGGTAAG\", \"ini\": 907, \"clust\": 55, \"rank\": 680, \"rankvar\": 328, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 736, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 814, \"group\": [54.0, 23.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCTGTAGA\", \"ini\": 906, \"clust\": 304, \"rank\": 209, \"rankvar\": 480, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 737, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 286, \"group\": [304.0, 90.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCTTGT\", \"ini\": 905, \"clust\": 368, \"rank\": 234, \"rankvar\": 887, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 287, \"group\": [371.0, 102.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTCGCTTG\", \"ini\": 904, \"clust\": 195, \"rank\": 652, \"rankvar\": 327, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 739, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 815, \"group\": [196.0, 58.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACCAACCG\", \"ini\": 903, \"clust\": 61, \"rank\": 497, \"rankvar\": 199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 740, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 816, \"group\": [62.0, 27.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGCGCCTTG\", \"ini\": 902, \"clust\": 296, \"rank\": 628, \"rankvar\": 499, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 288, \"group\": [297.0, 86.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCCCGACTT\", \"ini\": 901, \"clust\": 519, \"rank\": 547, \"rankvar\": 787, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 742, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 817, \"group\": [523.0, 129.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGCCACGCT\", \"ini\": 900, \"clust\": 42, \"rank\": 856, \"rankvar\": 397, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 743, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 818, \"group\": [42.0, 17.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCCCAACC\", \"ini\": 899, \"clust\": 535, \"rank\": 881, \"rankvar\": 1001, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 744, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 289, \"group\": [535.0, 131.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCGAGT\", \"ini\": 898, \"clust\": 169, \"rank\": 600, \"rankvar\": 180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 745, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 819, \"group\": [172.0, 52.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATGTTCCC\", \"ini\": 897, \"clust\": 568, \"rank\": 782, \"rankvar\": 842, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 746, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 290, \"group\": [567.0, 142.0, 31.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACAGGTTT\", \"ini\": 896, \"clust\": 607, \"rank\": 833, \"rankvar\": 392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 747, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 820, \"group\": [610.0, 160.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCGCGCCAA\", \"ini\": 895, \"clust\": 1212, \"rank\": 588, \"rankvar\": 1003, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 291, \"group\": [1233.0, 328.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCAGCGCTTAT\", \"ini\": 894, \"clust\": 664, \"rank\": 736, \"rankvar\": 1551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 749, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1611, \"group\": [667.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACCAGATT\", \"ini\": 893, \"clust\": 858, \"rank\": 442, \"rankvar\": 170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 750, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1508, \"group\": [859.0, 242.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTATGAAAC\", \"ini\": 892, \"clust\": 205, \"rank\": 716, \"rankvar\": 126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 751, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 292, \"group\": [206.0, 60.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCCCTGACT\", \"ini\": 891, \"clust\": 604, \"rank\": 1105, \"rankvar\": 977, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 293, \"group\": [606.0, 159.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGTTAGCGG\", \"ini\": 890, \"clust\": 610, \"rank\": 781, \"rankvar\": 1280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 753, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 821, \"group\": [608.0, 160.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGCTAACTC\", \"ini\": 889, \"clust\": 1463, \"rank\": 939, \"rankvar\": 113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 294, \"group\": [1463.0, 408.0, 104.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGTTACCCA\", \"ini\": 888, \"clust\": 655, \"rank\": 719, \"rankvar\": 1556, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 755, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1612, \"group\": [654.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAGCGATG\", \"ini\": 887, \"clust\": 581, \"rank\": 977, \"rankvar\": 514, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 756, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1293, \"group\": [590.0, 154.0, 34.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTGGTAC\", \"ini\": 886, \"clust\": 152, \"rank\": 753, \"rankvar\": 234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 757, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 822, \"group\": [155.0, 45.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAGATGAGC\", \"ini\": 885, \"clust\": 1535, \"rank\": 1093, \"rankvar\": 843, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 295, \"group\": [1534.0, 437.0, 111.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCAAAGTAG\", \"ini\": 884, \"clust\": 1512, \"rank\": 1036, \"rankvar\": 166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 759, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 296, \"group\": [1513.0, 429.0, 110.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTAAGCCA\", \"ini\": 883, \"clust\": 766, \"rank\": 1176, \"rankvar\": 1083, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 760, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1436, \"group\": [767.0, 208.0, 48.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGATGTTAG\", \"ini\": 882, \"clust\": 707, \"rank\": 1004, \"rankvar\": 1408, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 761, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1613, \"group\": [705.0, 187.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGCCCGAAA\", \"ini\": 881, \"clust\": 585, \"rank\": 1030, \"rankvar\": 698, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 762, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 823, \"group\": [583.0, 150.0, 34.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCACAGGT\", \"ini\": 880, \"clust\": 1390, \"rank\": 585, \"rankvar\": 263, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 763, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1509, \"group\": [1390.0, 383.0, 95.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTCCAGGA\", \"ini\": 879, \"clust\": 92, \"rank\": 460, \"rankvar\": 699, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 764, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 824, \"group\": [91.0, 31.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAAGTGCG\", \"ini\": 878, \"clust\": 1568, \"rank\": 1191, \"rankvar\": 372, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 765, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 297, \"group\": [1571.0, 442.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCGTAGATTAG\", \"ini\": 877, \"clust\": 1360, \"rank\": 992, \"rankvar\": 1387, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 298, \"group\": [1361.0, 375.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCGTACGGC\", \"ini\": 876, \"clust\": 1192, \"rank\": 86, \"rankvar\": 1293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 767, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1005, \"group\": [1195.0, 314.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCACGGTGTC\", \"ini\": 875, \"clust\": 240, \"rank\": 837, \"rankvar\": 450, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 299, \"group\": [241.0, 71.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCTATCCTA\", \"ini\": 874, \"clust\": 1317, \"rank\": 925, \"rankvar\": 651, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 300, \"group\": [1316.0, 358.0, 87.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCACTGGGC\", \"ini\": 873, \"clust\": 587, \"rank\": 1015, \"rankvar\": 97, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 301, \"group\": [588.0, 152.0, 34.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTATGAAAC\", \"ini\": 872, \"clust\": 1320, \"rank\": 1235, \"rankvar\": 1550, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 302, \"group\": [1318.0, 359.0, 87.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCTTGGTC\", \"ini\": 871, \"clust\": 563, \"rank\": 686, \"rankvar\": 76, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 772, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 825, \"group\": [562.0, 140.0, 31.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCACGTTGGC\", \"ini\": 870, \"clust\": 548, \"rank\": 910, \"rankvar\": 710, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 826, \"group\": [548.0, 135.0, 30.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCCCTTA\", \"ini\": 869, \"clust\": 1234, \"rank\": 806, \"rankvar\": 1112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 774, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1006, \"group\": [1236.0, 329.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGACAAAGG\", \"ini\": 868, \"clust\": 239, \"rank\": 675, \"rankvar\": 293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 775, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 424, \"group\": [240.0, 70.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACTGCCAG\", \"ini\": 867, \"clust\": 774, \"rank\": 1301, \"rankvar\": 1139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 776, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 827, \"group\": [774.0, 211.0, 49.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGCGTGAGT\", \"ini\": 866, \"clust\": 1416, \"rank\": 793, \"rankvar\": 1162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 777, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1510, \"group\": [1421.0, 391.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCGCGGATC\", \"ini\": 865, \"clust\": 279, \"rank\": 549, \"rankvar\": 926, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 778, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 828, \"group\": [280.0, 83.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGGTGCAGACA\", \"ini\": 864, \"clust\": 135, \"rank\": 624, \"rankvar\": 584, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 779, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 829, \"group\": [137.0, 41.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTAAGGGC\", \"ini\": 863, \"clust\": 409, \"rank\": 262, \"rankvar\": 383, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 780, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 425, \"group\": [408.0, 104.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGCGTTCCG\", \"ini\": 862, \"clust\": 543, \"rank\": 952, \"rankvar\": 464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 303, \"group\": [545.0, 133.0, 28.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCATGAAC\", \"ini\": 861, \"clust\": 1510, \"rank\": 940, \"rankvar\": 909, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 304, \"group\": [1511.0, 427.0, 109.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGCACTTCGAA\", \"ini\": 860, \"clust\": 1155, \"rank\": 515, \"rankvar\": 769, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 783, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1437, \"group\": [1158.0, 303.0, 72.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGGCATCG\", \"ini\": 859, \"clust\": 66, \"rank\": 498, \"rankvar\": 368, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 784, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 830, \"group\": [65.0, 28.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCTCCAACC\", \"ini\": 858, \"clust\": 292, \"rank\": 455, \"rankvar\": 780, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 785, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 831, \"group\": [292.0, 85.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGGGATCTG\", \"ini\": 857, \"clust\": 101, \"rank\": 418, \"rankvar\": 658, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 786, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 832, \"group\": [101.0, 34.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGGCTCAC\", \"ini\": 856, \"clust\": 771, \"rank\": 1095, \"rankvar\": 1099, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 305, \"group\": [772.0, 211.0, 49.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACAGTTAACC\", \"ini\": 855, \"clust\": 27, \"rank\": 869, \"rankvar\": 267, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 788, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 833, \"group\": [28.0, 13.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCAGGCGAA\", \"ini\": 854, \"clust\": 772, \"rank\": 1041, \"rankvar\": 69, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 306, \"group\": [773.0, 211.0, 49.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCACAACGCC\", \"ini\": 853, \"clust\": 1429, \"rank\": 797, \"rankvar\": 1466, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 790, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1511, \"group\": [1428.0, 391.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGCAGTTT\", \"ini\": 852, \"clust\": 1, \"rank\": 501, \"rankvar\": 1054, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 791, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 834, \"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCACTCCTG\", \"ini\": 851, \"clust\": 1413, \"rank\": 814, \"rankvar\": 1458, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 792, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1512, \"group\": [1416.0, 391.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGAAGGCCT\", \"ini\": 850, \"clust\": 798, \"rank\": 546, \"rankvar\": 228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 793, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1513, \"group\": [798.0, 221.0, 54.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCAGGCAAG\", \"ini\": 849, \"clust\": 178, \"rank\": 404, \"rankvar\": 939, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 794, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 426, \"group\": [178.0, 53.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGTTGCAGG\", \"ini\": 848, \"clust\": 7, \"rank\": 192, \"rankvar\": 947, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 795, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 427, \"group\": [8.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGAAAGA\", \"ini\": 847, \"clust\": 1184, \"rank\": 287, \"rankvar\": 1194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 796, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1007, \"group\": [1187.0, 312.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCAGATGTAAC\", \"ini\": 846, \"clust\": 762, \"rank\": 997, \"rankvar\": 1321, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 797, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1514, \"group\": [762.0, 206.0, 47.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCGGATCA\", \"ini\": 845, \"clust\": 1511, \"rank\": 1035, \"rankvar\": 465, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 798, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 835, \"group\": [1512.0, 428.0, 109.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCACATTCGA\", \"ini\": 844, \"clust\": 1263, \"rank\": 1121, \"rankvar\": 1094, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 307, \"group\": [1263.0, 341.0, 84.0, 21.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTAAAGTCA\", \"ini\": 843, \"clust\": 44, \"rank\": 844, \"rankvar\": 859, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 800, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 836, \"group\": [45.0, 18.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCATCGGC\", \"ini\": 842, \"clust\": 64, \"rank\": 429, \"rankvar\": 629, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 801, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 837, \"group\": [66.0, 28.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACCCATTC\", \"ini\": 841, \"clust\": 271, \"rank\": 645, \"rankvar\": 477, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 802, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 428, \"group\": [272.0, 80.0, 17.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGCTGAACG\", \"ini\": 840, \"clust\": 146, \"rank\": 697, \"rankvar\": 123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 838, \"group\": [147.0, 43.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCGACAGCC\", \"ini\": 839, \"clust\": 1442, \"rank\": 1216, \"rankvar\": 755, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 308, \"group\": [1443.0, 394.0, 98.0, 25.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTCAGACT\", \"ini\": 838, \"clust\": 109, \"rank\": 725, \"rankvar\": 301, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 805, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 839, \"group\": [119.0, 36.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTGGTCTCG\", \"ini\": 837, \"clust\": 760, \"rank\": 690, \"rankvar\": 672, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 806, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1515, \"group\": [759.0, 206.0, 47.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTATCGCC\", \"ini\": 836, \"clust\": 139, \"rank\": 699, \"rankvar\": 149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 807, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 429, \"group\": [140.0, 42.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGATGAGAG\", \"ini\": 835, \"clust\": 784, \"rank\": 368, \"rankvar\": 595, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 808, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1516, \"group\": [784.0, 215.0, 51.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAACCAC\", \"ini\": 834, \"clust\": 26, \"rank\": 864, \"rankvar\": 534, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 809, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 840, \"group\": [27.0, 12.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTTCGATC\", \"ini\": 833, \"clust\": 294, \"rank\": 477, \"rankvar\": 389, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 810, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 841, \"group\": [295.0, 86.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCTAAGAT\", \"ini\": 832, \"clust\": 10, \"rank\": 241, \"rankvar\": 781, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 309, \"group\": [10.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTAGCAAAT\", \"ini\": 831, \"clust\": 636, \"rank\": 656, \"rankvar\": 683, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 812, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 842, \"group\": [637.0, 173.0, 40.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGATGTCT\", \"ini\": 830, \"clust\": 30, \"rank\": 877, \"rankvar\": 757, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 813, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 843, \"group\": [30.0, 13.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGTAC\", \"ini\": 829, \"clust\": 1585, \"rank\": 1309, \"rankvar\": 730, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 814, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 310, \"group\": [1583.0, 444.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGTTGTC\", \"ini\": 828, \"clust\": 516, \"rank\": 639, \"rankvar\": 930, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 815, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 430, \"group\": [517.0, 128.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGAGAGCTC\", \"ini\": 827, \"clust\": 1246, \"rank\": 717, \"rankvar\": 1081, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 816, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1438, \"group\": [1249.0, 333.0, 82.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAGCTCCGA\", \"ini\": 826, \"clust\": 569, \"rank\": 788, \"rankvar\": 330, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 817, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 844, \"group\": [568.0, 142.0, 31.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTGCGTGA\", \"ini\": 825, \"clust\": 495, \"rank\": 979, \"rankvar\": 143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 818, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 845, \"group\": [497.0, 114.0, 23.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAAGAAGC\", \"ini\": 824, \"clust\": 62, \"rank\": 665, \"rankvar\": 213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 819, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 311, \"group\": [63.0, 27.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGCGTTTAC\", \"ini\": 823, \"clust\": 1434, \"rank\": 1182, \"rankvar\": 1129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 820, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 23, \"group\": [1439.0, 392.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTAATCACC\", \"ini\": 822, \"clust\": 1527, \"rank\": 1127, \"rankvar\": 748, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 821, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 312, \"group\": [1527.0, 436.0, 111.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCGGAAATA\", \"ini\": 821, \"clust\": 285, \"rank\": 571, \"rankvar\": 219, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 822, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 846, \"group\": [286.0, 85.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTCAGAG\", \"ini\": 820, \"clust\": 53, \"rank\": 673, \"rankvar\": 562, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 823, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 847, \"group\": [55.0, 23.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGTAGCGGT\", \"ini\": 819, \"clust\": 1392, \"rank\": 462, \"rankvar\": 1122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 824, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1517, \"group\": [1393.0, 385.0, 95.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGTCTCCTATA\", \"ini\": 818, \"clust\": 1265, \"rank\": 1002, \"rankvar\": 1253, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 825, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 848, \"group\": [1271.0, 344.0, 85.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGTATCTG\", \"ini\": 817, \"clust\": 1330, \"rank\": 803, \"rankvar\": 955, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 826, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1518, \"group\": [1333.0, 368.0, 91.0, 23.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTGATCGG\", \"ini\": 816, \"clust\": 1450, \"rank\": 1074, \"rankvar\": 873, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 827, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 849, \"group\": [1451.0, 399.0, 101.0, 26.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTAGGGACT\", \"ini\": 815, \"clust\": 275, \"rank\": 472, \"rankvar\": 916, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 828, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 431, \"group\": [275.0, 82.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCTCTAACTGG\", \"ini\": 814, \"clust\": 71, \"rank\": 542, \"rankvar\": 568, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 829, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 850, \"group\": [71.0, 28.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTAGTTTCCTT\", \"ini\": 813, \"clust\": 1364, \"rank\": 835, \"rankvar\": 1296, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 830, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1519, \"group\": [1368.0, 377.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCAAG\", \"ini\": 812, \"clust\": 132, \"rank\": 759, \"rankvar\": 570, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 831, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 432, \"group\": [133.0, 41.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGACTCGC\", \"ini\": 811, \"clust\": 1273, \"rank\": 969, \"rankvar\": 1393, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 832, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 851, \"group\": [1274.0, 347.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAAGCCCAC\", \"ini\": 810, \"clust\": 1193, \"rank\": 49, \"rankvar\": 1096, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 833, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1008, \"group\": [1193.0, 313.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCAATCCGAT\", \"ini\": 809, \"clust\": 1498, \"rank\": 1124, \"rankvar\": 1110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 834, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 852, \"group\": [1499.0, 422.0, 107.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCGGATCC\", \"ini\": 808, \"clust\": 721, \"rank\": 1140, \"rankvar\": 1463, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 835, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1614, \"group\": [722.0, 188.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCCTTGTG\", \"ini\": 807, \"clust\": 1362, \"rank\": 1157, \"rankvar\": 1587, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 836, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 24, \"group\": [1363.0, 376.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAGTGAAT\", \"ini\": 806, \"clust\": 717, \"rank\": 1068, \"rankvar\": 1607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 837, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1615, \"group\": [716.0, 188.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCAATGGAGC\", \"ini\": 805, \"clust\": 540, \"rank\": 913, \"rankvar\": 98, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 838, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 853, \"group\": [546.0, 134.0, 29.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGTGTTAA\", \"ini\": 804, \"clust\": 696, \"rank\": 834, \"rankvar\": 1325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 839, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1616, \"group\": [699.0, 185.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTTATTCTC\", \"ini\": 803, \"clust\": 635, \"rank\": 836, \"rankvar\": 643, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 313, \"group\": [635.0, 173.0, 40.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCCGAATT\", \"ini\": 802, \"clust\": 4, \"rank\": 789, \"rankvar\": 857, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 314, \"group\": [4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTACCAGTT\", \"ini\": 801, \"clust\": 1419, \"rank\": 1029, \"rankvar\": 1232, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 842, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1520, \"group\": [1419.0, 391.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCGTCACGG\", \"ini\": 800, \"clust\": 484, \"rank\": 532, \"rankvar\": 120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 843, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 315, \"group\": [485.0, 109.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAAGCCGATTT\", \"ini\": 799, \"clust\": 1157, \"rank\": 385, \"rankvar\": 917, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 844, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1009, \"group\": [1157.0, 303.0, 72.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGGTGATTA\", \"ini\": 798, \"clust\": 1336, \"rank\": 1211, \"rankvar\": 615, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 845, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1439, \"group\": [1337.0, 369.0, 92.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAATGGATA\", \"ini\": 797, \"clust\": 575, \"rank\": 848, \"rankvar\": 133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 846, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 854, \"group\": [574.0, 144.0, 31.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACACAGCCCA\", \"ini\": 796, \"clust\": 1478, \"rank\": 1270, \"rankvar\": 833, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 847, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1294, \"group\": [1481.0, 416.0, 105.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGGATGGG\", \"ini\": 795, \"clust\": 1348, \"rank\": 1179, \"rankvar\": 1360, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 848, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 855, \"group\": [1349.0, 374.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAGGAACGT\", \"ini\": 794, \"clust\": 60, \"rank\": 938, \"rankvar\": 1029, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 849, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 433, \"group\": [60.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGCCATCGC\", \"ini\": 793, \"clust\": 754, \"rank\": 824, \"rankvar\": 439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 850, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1440, \"group\": [754.0, 204.0, 47.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTCCGTCAG\", \"ini\": 792, \"clust\": 1455, \"rank\": 1167, \"rankvar\": 636, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 851, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1441, \"group\": [1460.0, 406.0, 103.0, 26.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACAGGGATTG\", \"ini\": 791, \"clust\": 714, \"rank\": 902, \"rankvar\": 1629, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 852, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1617, \"group\": [713.0, 188.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTATCGCAT\", \"ini\": 790, \"clust\": 1275, \"rank\": 756, \"rankvar\": 1578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 316, \"group\": [1276.0, 347.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCACTAGTAC\", \"ini\": 789, \"clust\": 266, \"rank\": 919, \"rankvar\": 855, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 854, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 434, \"group\": [266.0, 79.0, 17.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCTTAGAGC\", \"ini\": 788, \"clust\": 1241, \"rank\": 1056, \"rankvar\": 1451, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 855, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1442, \"group\": [1242.0, 331.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCATGGAATA\", \"ini\": 787, \"clust\": 605, \"rank\": 982, \"rankvar\": 1181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 856, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 435, \"group\": [604.0, 159.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGGATGCGT\", \"ini\": 786, \"clust\": 247, \"rank\": 590, \"rankvar\": 899, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 857, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 436, \"group\": [247.0, 73.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTCGATAA\", \"ini\": 785, \"clust\": 131, \"rank\": 421, \"rankvar\": 674, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 858, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 856, \"group\": [130.0, 40.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGATATGGT\", \"ini\": 784, \"clust\": 287, \"rank\": 382, \"rankvar\": 1023, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 859, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 437, \"group\": [288.0, 85.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACCAACCG\", \"ini\": 783, \"clust\": 1499, \"rank\": 988, \"rankvar\": 613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 860, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 857, \"group\": [1500.0, 422.0, 107.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCGATCCCT\", \"ini\": 782, \"clust\": 545, \"rank\": 971, \"rankvar\": 491, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 861, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 438, \"group\": [544.0, 133.0, 28.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTTAACGA\", \"ini\": 781, \"clust\": 162, \"rank\": 657, \"rankvar\": 832, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 317, \"group\": [162.0, 47.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTCTAGGTT\", \"ini\": 780, \"clust\": 1443, \"rank\": 1069, \"rankvar\": 378, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 863, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1443, \"group\": [1441.0, 394.0, 98.0, 25.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCATTGCGA\", \"ini\": 779, \"clust\": 118, \"rank\": 525, \"rankvar\": 343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 318, \"group\": [116.0, 35.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAAGCGAGT\", \"ini\": 778, \"clust\": 1427, \"rank\": 822, \"rankvar\": 1527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 865, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1521, \"group\": [1431.0, 391.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCGTCAAA\", \"ini\": 777, \"clust\": 536, \"rank\": 885, \"rankvar\": 485, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 319, \"group\": [536.0, 131.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGTTGGC\", \"ini\": 776, \"clust\": 1638, \"rank\": 1372, \"rankvar\": 1613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 320, \"group\": [1638.0, 460.0, 115.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGTCACAGTAC\", \"ini\": 775, \"clust\": 704, \"rank\": 1220, \"rankvar\": 1557, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 868, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1618, \"group\": [707.0, 187.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCAACCAAC\", \"ini\": 774, \"clust\": 496, \"rank\": 1052, \"rankvar\": 256, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 321, \"group\": [495.0, 113.0, 23.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTGTTGTTTGG\", \"ini\": 773, \"clust\": 198, \"rank\": 765, \"rankvar\": 680, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 870, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 858, \"group\": [199.0, 58.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCTCACCT\", \"ini\": 772, \"clust\": 1370, \"rank\": 865, \"rankvar\": 590, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 871, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1522, \"group\": [1375.0, 380.0, 94.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCATTGCGGC\", \"ini\": 771, \"clust\": 1451, \"rank\": 964, \"rankvar\": 1043, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 872, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1444, \"group\": [1452.0, 400.0, 101.0, 26.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCGGCGCTA\", \"ini\": 770, \"clust\": 268, \"rank\": 767, \"rankvar\": 46, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 322, \"group\": [269.0, 80.0, 17.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCCGCATAA\", \"ini\": 769, \"clust\": 491, \"rank\": 433, \"rankvar\": 494, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 874, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 323, \"group\": [494.0, 112.0, 22.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCTCCCTGA\", \"ini\": 768, \"clust\": 1321, \"rank\": 1011, \"rankvar\": 1617, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 875, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 439, \"group\": [1319.0, 359.0, 87.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAAACGAG\", \"ini\": 767, \"clust\": 777, \"rank\": 661, \"rankvar\": 821, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 876, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1445, \"group\": [777.0, 212.0, 50.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAAGGCACATG\", \"ini\": 766, \"clust\": 840, \"rank\": 186, \"rankvar\": 82, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 877, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1523, \"group\": [840.0, 240.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCATAACCG\", \"ini\": 765, \"clust\": 253, \"rank\": 722, \"rankvar\": 137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 878, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 859, \"group\": [256.0, 74.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACACATTTCT\", \"ini\": 764, \"clust\": 1460, \"rank\": 1038, \"rankvar\": 217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 879, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 860, \"group\": [1461.0, 407.0, 104.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGTGAAAT\", \"ini\": 763, \"clust\": 613, \"rank\": 1291, \"rankvar\": 964, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 880, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 324, \"group\": [612.0, 161.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCATCCTAGA\", \"ini\": 762, \"clust\": 1294, \"rank\": 1159, \"rankvar\": 808, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 881, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 861, \"group\": [1297.0, 354.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCTTCGGTC\", \"ini\": 761, \"clust\": 1431, \"rank\": 1306, \"rankvar\": 1394, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 882, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 25, \"group\": [1440.0, 393.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTCAAGGC\", \"ini\": 760, \"clust\": 128, \"rank\": 517, \"rankvar\": 809, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 883, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 440, \"group\": [132.0, 40.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTCTAAACC\", \"ini\": 759, \"clust\": 768, \"rank\": 1087, \"rankvar\": 862, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 884, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 862, \"group\": [769.0, 209.0, 49.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTTACCGAT\", \"ini\": 758, \"clust\": 151, \"rank\": 688, \"rankvar\": 34, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 885, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 863, \"group\": [151.0, 44.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATTGCCC\", \"ini\": 757, \"clust\": 1369, \"rank\": 860, \"rankvar\": 1245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 886, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1524, \"group\": [1370.0, 378.0, 94.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGGGTCGAT\", \"ini\": 756, \"clust\": 1420, \"rank\": 1088, \"rankvar\": 1637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 887, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1525, \"group\": [1420.0, 391.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAGGTTTCA\", \"ini\": 755, \"clust\": 237, \"rank\": 469, \"rankvar\": 479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 888, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 864, \"group\": [238.0, 70.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAAAGTAG\", \"ini\": 754, \"clust\": 82, \"rank\": 745, \"rankvar\": 626, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 889, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 865, \"group\": [99.0, 33.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCCAGAGGA\", \"ini\": 753, \"clust\": 1446, \"rank\": 558, \"rankvar\": 767, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 890, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1526, \"group\": [1446.0, 396.0, 99.0, 25.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCAGATAAG\", \"ini\": 752, \"clust\": 1514, \"rank\": 1037, \"rankvar\": 279, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 325, \"group\": [1515.0, 430.0, 110.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCTGCTGTC\", \"ini\": 751, \"clust\": 1430, \"rank\": 1045, \"rankvar\": 1520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 892, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1527, \"group\": [1429.0, 391.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATTACCTT\", \"ini\": 750, \"clust\": 49, \"rank\": 611, \"rankvar\": 572, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 893, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 866, \"group\": [51.0, 21.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTACGACG\", \"ini\": 749, \"clust\": 627, \"rank\": 1165, \"rankvar\": 891, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 894, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 867, \"group\": [628.0, 171.0, 39.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCACAGTATAAG\", \"ini\": 748, \"clust\": 478, \"rank\": 715, \"rankvar\": 443, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 326, \"group\": [481.0, 108.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAACTTGAC\", \"ini\": 747, \"clust\": 297, \"rank\": 893, \"rankvar\": 401, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 896, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 327, \"group\": [300.0, 88.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCGTTACAG\", \"ini\": 746, \"clust\": 1185, \"rank\": 351, \"rankvar\": 1088, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 897, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1010, \"group\": [1185.0, 312.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTATCCTA\", \"ini\": 745, \"clust\": 791, \"rank\": 692, \"rankvar\": 242, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 898, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1528, \"group\": [790.0, 218.0, 52.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGGCTAGGT\", \"ini\": 744, \"clust\": 719, \"rank\": 1340, \"rankvar\": 1469, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 899, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1619, \"group\": [717.0, 188.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCCTAGGGC\", \"ini\": 743, \"clust\": 379, \"rank\": 124, \"rankvar\": 993, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 900, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 441, \"group\": [381.0, 102.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCCAGTTA\", \"ini\": 742, \"clust\": 637, \"rank\": 754, \"rankvar\": 835, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 901, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 442, \"group\": [638.0, 173.0, 40.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGAAGGTGA\", \"ini\": 741, \"clust\": 1160, \"rank\": 432, \"rankvar\": 1322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 902, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1011, \"group\": [1159.0, 304.0, 72.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGCAACT\", \"ini\": 740, \"clust\": 31, \"rank\": 818, \"rankvar\": 1038, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 903, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 443, \"group\": [31.0, 13.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCAAATCCGT\", \"ini\": 739, \"clust\": 263, \"rank\": 786, \"rankvar\": 390, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 328, \"group\": [263.0, 78.0, 17.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCACCCAGTG\", \"ini\": 738, \"clust\": 1453, \"rank\": 1310, \"rankvar\": 1078, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 905, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1570, \"group\": [1454.0, 402.0, 102.0, 26.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACACGCATCG\", \"ini\": 737, \"clust\": 538, \"rank\": 962, \"rankvar\": 1217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 906, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 868, \"group\": [538.0, 131.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTGGGTATG\", \"ini\": 736, \"clust\": 1506, \"rank\": 1010, \"rankvar\": 751, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 907, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 329, \"group\": [1507.0, 425.0, 108.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGTTGGC\", \"ini\": 735, \"clust\": 508, \"rank\": 691, \"rankvar\": 244, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 908, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 869, \"group\": [507.0, 121.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCATTTCACT\", \"ini\": 734, \"clust\": 730, \"rank\": 903, \"rankvar\": 704, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 909, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1446, \"group\": [731.0, 193.0, 43.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGTCAATAG\", \"ini\": 733, \"clust\": 1437, \"rank\": 1118, \"rankvar\": 1067, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 910, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 26, \"group\": [1438.0, 392.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGCGATATA\", \"ini\": 732, \"clust\": 645, \"rank\": 1131, \"rankvar\": 922, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 911, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 330, \"group\": [645.0, 175.0, 40.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTGTTTGGT\", \"ini\": 731, \"clust\": 1454, \"rank\": 1147, \"rankvar\": 1154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 912, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1447, \"group\": [1455.0, 403.0, 102.0, 26.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCCCGACA\", \"ini\": 730, \"clust\": 579, \"rank\": 1164, \"rankvar\": 103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 331, \"group\": [577.0, 146.0, 33.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGCTAGGT\", \"ini\": 729, \"clust\": 966, \"rank\": 978, \"rankvar\": 1497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 914, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1012, \"group\": [965.0, 262.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTCACAAGG\", \"ini\": 728, \"clust\": 1277, \"rank\": 1178, \"rankvar\": 1336, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 915, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 870, \"group\": [1280.0, 347.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCGAATGGG\", \"ini\": 727, \"clust\": 1242, \"rank\": 1135, \"rankvar\": 1461, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 916, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1448, \"group\": [1243.0, 331.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCAAGGTAA\", \"ini\": 726, \"clust\": 277, \"rank\": 828, \"rankvar\": 771, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 917, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 332, \"group\": [282.0, 83.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCGCCTCA\", \"ini\": 725, \"clust\": 1258, \"rank\": 729, \"rankvar\": 750, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 333, \"group\": [1259.0, 338.0, 83.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGAAAGTGG\", \"ini\": 724, \"clust\": 158, \"rank\": 704, \"rankvar\": 431, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 919, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 444, \"group\": [159.0, 46.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGGTCGTC\", \"ini\": 723, \"clust\": 1501, \"rank\": 1150, \"rankvar\": 1086, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 334, \"group\": [1502.0, 422.0, 107.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACATTCTTAC\", \"ini\": 722, \"clust\": 1421, \"rank\": 900, \"rankvar\": 1560, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 921, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1529, \"group\": [1422.0, 391.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTATCTGCA\", \"ini\": 721, \"clust\": 11, \"rank\": 527, \"rankvar\": 381, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 922, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 871, \"group\": [11.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCACCGAATT\", \"ini\": 720, \"clust\": 1411, \"rank\": 1032, \"rankvar\": 1489, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 923, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1530, \"group\": [1411.0, 391.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCAAGTTAAG\", \"ini\": 719, \"clust\": 703, \"rank\": 1146, \"rankvar\": 1048, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 924, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1531, \"group\": [703.0, 186.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCAGCTATTG\", \"ini\": 718, \"clust\": 723, \"rank\": 1072, \"rankvar\": 1432, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 925, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1620, \"group\": [719.0, 188.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCCTCAATT\", \"ini\": 717, \"clust\": 588, \"rank\": 1122, \"rankvar\": 946, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 926, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 872, \"group\": [586.0, 152.0, 34.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCTATCCCG\", \"ini\": 716, \"clust\": 1207, \"rank\": 895, \"rankvar\": 579, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 927, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 335, \"group\": [1207.0, 324.0, 80.0, 19.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTCATATGC\", \"ini\": 715, \"clust\": 1182, \"rank\": 393, \"rankvar\": 1347, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 928, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1013, \"group\": [1182.0, 312.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCCAAGTA\", \"ini\": 714, \"clust\": 1194, \"rank\": 256, \"rankvar\": 1019, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 929, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 873, \"group\": [1194.0, 313.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCCATGCTC\", \"ini\": 713, \"clust\": 305, \"rank\": 536, \"rankvar\": 99, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 930, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 874, \"group\": [306.0, 91.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACGCCAGT\", \"ini\": 712, \"clust\": 1410, \"rank\": 871, \"rankvar\": 1534, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 931, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1532, \"group\": [1413.0, 391.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGCTAAACA\", \"ini\": 711, \"clust\": 1325, \"rank\": 951, \"rankvar\": 959, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 932, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1533, \"group\": [1326.0, 364.0, 89.0, 23.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGCAGCGTA\", \"ini\": 710, \"clust\": 1374, \"rank\": 849, \"rankvar\": 259, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 933, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1534, \"group\": [1374.0, 379.0, 94.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCACCTCGGA\", \"ini\": 709, \"clust\": 133, \"rank\": 826, \"rankvar\": 774, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 934, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 445, \"group\": [134.0, 41.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTGGTCCC\", \"ini\": 708, \"clust\": 181, \"rank\": 647, \"rankvar\": 903, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 336, \"group\": [181.0, 54.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGAACAATC\", \"ini\": 707, \"clust\": 43, \"rank\": 999, \"rankvar\": 438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 936, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 875, \"group\": [43.0, 17.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCTACGAGT\", \"ini\": 706, \"clust\": 1465, \"rank\": 1089, \"rankvar\": 364, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 337, \"group\": [1466.0, 409.0, 104.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTTTCCTT\", \"ini\": 705, \"clust\": 306, \"rank\": 342, \"rankvar\": 999, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 938, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 876, \"group\": [307.0, 91.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTACCTACA\", \"ini\": 704, \"clust\": 1513, \"rank\": 1085, \"rankvar\": 218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 877, \"group\": [1514.0, 429.0, 110.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTCCTCCT\", \"ini\": 703, \"clust\": 499, \"rank\": 1009, \"rankvar\": 317, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 940, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 338, \"group\": [499.0, 116.0, 24.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTACCTGC\", \"ini\": 702, \"clust\": 1508, \"rank\": 1065, \"rankvar\": 332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 941, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 878, \"group\": [1509.0, 426.0, 109.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACCAGTTA\", \"ini\": 701, \"clust\": 1428, \"rank\": 816, \"rankvar\": 1375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 942, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1535, \"group\": [1430.0, 391.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCATC\", \"ini\": 700, \"clust\": 351, \"rank\": 540, \"rankvar\": 42, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 339, \"group\": [354.0, 100.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTTCCCT\", \"ini\": 699, \"clust\": 626, \"rank\": 1054, \"rankvar\": 1215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 944, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 340, \"group\": [627.0, 170.0, 39.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCCGT\", \"ini\": 698, \"clust\": 698, \"rank\": 1116, \"rankvar\": 1626, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 945, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1621, \"group\": [696.0, 185.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAGACGTG\", \"ini\": 697, \"clust\": 1492, \"rank\": 1245, \"rankvar\": 1119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 946, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 879, \"group\": [1495.0, 421.0, 107.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCAATCCGAT\", \"ini\": 696, \"clust\": 1415, \"rank\": 771, \"rankvar\": 925, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 947, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1536, \"group\": [1415.0, 391.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTATTCTC\", \"ini\": 695, \"clust\": 606, \"rank\": 955, \"rankvar\": 1132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 948, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 341, \"group\": [605.0, 159.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTGTGACCC\", \"ini\": 694, \"clust\": 159, \"rank\": 839, \"rankvar\": 340, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 949, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 880, \"group\": [160.0, 46.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCATAACCG\", \"ini\": 693, \"clust\": 264, \"rank\": 807, \"rankvar\": 132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 950, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 881, \"group\": [264.0, 78.0, 17.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTTCGAACGGA\", \"ini\": 692, \"clust\": 1435, \"rank\": 1039, \"rankvar\": 1072, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 951, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1537, \"group\": [1434.0, 392.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTAGTTTGCGT\", \"ini\": 691, \"clust\": 504, \"rank\": 944, \"rankvar\": 851, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 952, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 446, \"group\": [504.0, 119.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCATAA\", \"ini\": 690, \"clust\": 1495, \"rank\": 1059, \"rankvar\": 576, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 953, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 882, \"group\": [1498.0, 422.0, 107.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGAAGAAGC\", \"ini\": 689, \"clust\": 1531, \"rank\": 1266, \"rankvar\": 653, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 954, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 883, \"group\": [1533.0, 436.0, 111.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCTGGAGA\", \"ini\": 688, \"clust\": 537, \"rank\": 906, \"rankvar\": 724, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 955, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 884, \"group\": [537.0, 131.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTAGGCTGA\", \"ini\": 687, \"clust\": 687, \"rank\": 1195, \"rankvar\": 1230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 956, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1622, \"group\": [725.0, 189.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGTGCCAGA\", \"ini\": 686, \"clust\": 1400, \"rank\": 1129, \"rankvar\": 1306, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 957, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 447, \"group\": [1405.0, 388.0, 96.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCCAGG\", \"ini\": 685, \"clust\": 712, \"rank\": 993, \"rankvar\": 1564, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 958, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1623, \"group\": [711.0, 188.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTACTGAC\", \"ini\": 684, \"clust\": 718, \"rank\": 1175, \"rankvar\": 1320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 959, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1624, \"group\": [723.0, 188.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCATATACCG\", \"ini\": 683, \"clust\": 980, \"rank\": 874, \"rankvar\": 396, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 342, \"group\": [983.0, 276.0, 68.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCATACCATG\", \"ini\": 682, \"clust\": 639, \"rank\": 935, \"rankvar\": 1332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 961, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 343, \"group\": [639.0, 174.0, 40.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCAATCCGAT\", \"ini\": 681, \"clust\": 694, \"rank\": 1408, \"rankvar\": 1079, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 962, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1625, \"group\": [692.0, 184.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGGGAAACA\", \"ini\": 680, \"clust\": 1490, \"rank\": 1003, \"rankvar\": 677, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 963, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 885, \"group\": [1491.0, 421.0, 107.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGCGGTAA\", \"ini\": 679, \"clust\": 1412, \"rank\": 963, \"rankvar\": 1333, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 964, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1538, \"group\": [1412.0, 391.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGTCTCG\", \"ini\": 678, \"clust\": 1580, \"rank\": 1475, \"rankvar\": 1305, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 965, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1449, \"group\": [1581.0, 443.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCCAACTA\", \"ini\": 677, \"clust\": 269, \"rank\": 670, \"rankvar\": 53, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 966, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 886, \"group\": [270.0, 80.0, 17.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTGACTACT\", \"ini\": 676, \"clust\": 529, \"rank\": 936, \"rankvar\": 981, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 344, \"group\": [533.0, 130.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAAGGAGCGTT\", \"ini\": 675, \"clust\": 89, \"rank\": 635, \"rankvar\": 529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 968, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 887, \"group\": [89.0, 31.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAATCGGTT\", \"ini\": 674, \"clust\": 599, \"rank\": 1103, \"rankvar\": 1186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 969, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 345, \"group\": [601.0, 158.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAAGGCCT\", \"ini\": 673, \"clust\": 701, \"rank\": 1250, \"rankvar\": 1552, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 970, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1626, \"group\": [701.0, 186.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCGCGGATC\", \"ini\": 672, \"clust\": 1262, \"rank\": 1247, \"rankvar\": 978, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 971, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 346, \"group\": [1265.0, 342.0, 84.0, 21.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCAACCATG\", \"ini\": 671, \"clust\": 1274, \"rank\": 1017, \"rankvar\": 1566, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 972, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1450, \"group\": [1275.0, 347.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGTTAACGA\", \"ini\": 670, \"clust\": 1239, \"rank\": 1092, \"rankvar\": 1519, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 973, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1451, \"group\": [1238.0, 331.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCCAAGTA\", \"ini\": 669, \"clust\": 699, \"rank\": 1067, \"rankvar\": 1438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 974, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1627, \"group\": [697.0, 185.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATACTG\", \"ini\": 668, \"clust\": 602, \"rank\": 1138, \"rankvar\": 738, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 975, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1539, \"group\": [602.0, 158.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTCCAGTGC\", \"ini\": 667, \"clust\": 817, \"rank\": 625, \"rankvar\": 311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 976, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1540, \"group\": [818.0, 233.0, 57.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAAGAGGA\", \"ini\": 666, \"clust\": 1424, \"rank\": 1083, \"rankvar\": 1172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 977, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1541, \"group\": [1425.0, 391.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGCGTC\", \"ini\": 665, \"clust\": 498, \"rank\": 991, \"rankvar\": 33, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 888, \"group\": [501.0, 117.0, 24.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCCTATGTT\", \"ini\": 664, \"clust\": 1496, \"rank\": 1168, \"rankvar\": 657, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 979, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 889, \"group\": [1496.0, 422.0, 107.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCTTGAGAC\", \"ini\": 663, \"clust\": 597, \"rank\": 1123, \"rankvar\": 326, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 347, \"group\": [597.0, 157.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGATTGCT\", \"ini\": 662, \"clust\": 709, \"rank\": 1275, \"rankvar\": 1490, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 981, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1628, \"group\": [708.0, 187.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGTCGTTTG\", \"ini\": 661, \"clust\": 164, \"rank\": 232, \"rankvar\": 976, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 348, \"group\": [164.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACCCTATC\", \"ini\": 660, \"clust\": 1276, \"rank\": 1028, \"rankvar\": 1448, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 983, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 890, \"group\": [1277.0, 347.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTTTACAC\", \"ini\": 659, \"clust\": 722, \"rank\": 1152, \"rankvar\": 1388, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 984, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1629, \"group\": [721.0, 188.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAGATCCAT\", \"ini\": 658, \"clust\": 2, \"rank\": 898, \"rankvar\": 527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 985, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 891, \"group\": [5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGGCTAGAC\", \"ini\": 657, \"clust\": 1452, \"rank\": 1043, \"rankvar\": 359, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 986, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1452, \"group\": [1453.0, 401.0, 101.0, 26.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTAGGGAACGG\", \"ini\": 656, \"clust\": 713, \"rank\": 1008, \"rankvar\": 1594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 987, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1630, \"group\": [712.0, 188.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGGACAA\", \"ini\": 655, \"clust\": 596, \"rank\": 981, \"rankvar\": 971, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 988, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 448, \"group\": [595.0, 156.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCTGTCCGT\", \"ini\": 654, \"clust\": 1448, \"rank\": 975, \"rankvar\": 129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 989, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 892, \"group\": [1448.0, 397.0, 99.0, 25.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCACTCCA\", \"ini\": 653, \"clust\": 1422, \"rank\": 1181, \"rankvar\": 1582, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 990, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1542, \"group\": [1423.0, 391.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGAATGGG\", \"ini\": 652, \"clust\": 734, \"rank\": 790, \"rankvar\": 4, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 991, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 893, \"group\": [745.0, 198.0, 44.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAATCCAAC\", \"ini\": 651, \"clust\": 265, \"rank\": 961, \"rankvar\": 445, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 992, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 894, \"group\": [268.0, 79.0, 17.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTTGAACTC\", \"ini\": 650, \"clust\": 747, \"rank\": 994, \"rankvar\": 665, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 993, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1453, \"group\": [748.0, 201.0, 46.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCTCTGCAAGT\", \"ini\": 649, \"clust\": 1349, \"rank\": 1444, \"rankvar\": 1569, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 349, \"group\": [1350.0, 374.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCAGAGCCAA\", \"ini\": 648, \"clust\": 972, \"rank\": 1160, \"rankvar\": 1517, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 995, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1014, \"group\": [970.0, 264.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTTTGACAC\", \"ini\": 647, \"clust\": 1333, \"rank\": 1566, \"rankvar\": 1559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 996, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 27, \"group\": [1334.0, 369.0, 92.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTTCTGAAC\", \"ini\": 646, \"clust\": 682, \"rank\": 924, \"rankvar\": 367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 997, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1015, \"group\": [687.0, 182.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAAGAAGAG\", \"ini\": 645, \"clust\": 1181, \"rank\": 595, \"rankvar\": 1354, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 998, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1016, \"group\": [1184.0, 312.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACACAACTGT\", \"ini\": 644, \"clust\": 905, \"rank\": 689, \"rankvar\": 717, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 999, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1017, \"group\": [905.0, 250.0, 59.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCTCTGCTG\", \"ini\": 643, \"clust\": 660, \"rank\": 832, \"rankvar\": 356, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1000, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1543, \"group\": [660.0, 178.0, 41.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGGAACTGC\", \"ini\": 642, \"clust\": 1586, \"rank\": 1274, \"rankvar\": 871, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1001, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 350, \"group\": [1584.0, 444.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGTAGTGCG\", \"ini\": 641, \"clust\": 1197, \"rank\": 730, \"rankvar\": 1190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1002, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1018, \"group\": [1196.0, 315.0, 74.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGCAAG\", \"ini\": 640, \"clust\": 1444, \"rank\": 1112, \"rankvar\": 500, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1003, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1454, \"group\": [1442.0, 394.0, 98.0, 25.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGGAAAGA\", \"ini\": 639, \"clust\": 1315, \"rank\": 1166, \"rankvar\": 648, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1004, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 895, \"group\": [1322.0, 361.0, 87.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAAGAAGAG\", \"ini\": 638, \"clust\": 163, \"rank\": 627, \"rankvar\": 883, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 351, \"group\": [169.0, 51.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCTCAAGTG\", \"ini\": 637, \"clust\": 1509, \"rank\": 1006, \"rankvar\": 685, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1006, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 896, \"group\": [1510.0, 426.0, 109.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTCCCTACT\", \"ini\": 636, \"clust\": 1267, \"rank\": 926, \"rankvar\": 958, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1007, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 897, \"group\": [1266.0, 343.0, 85.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCGTATT\", \"ini\": 635, \"clust\": 823, \"rank\": 695, \"rankvar\": 968, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1008, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1019, \"group\": [824.0, 236.0, 57.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCAGTGTTG\", \"ini\": 634, \"clust\": 229, \"rank\": 879, \"rankvar\": 879, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1009, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 898, \"group\": [233.0, 68.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGGCAGTCA\", \"ini\": 633, \"clust\": 1521, \"rank\": 1308, \"rankvar\": 310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1010, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 899, \"group\": [1522.0, 433.0, 110.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTCGTTGA\", \"ini\": 632, \"clust\": 748, \"rank\": 858, \"rankvar\": 900, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1011, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1544, \"group\": [749.0, 202.0, 46.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTCGTGAT\", \"ini\": 631, \"clust\": 903, \"rank\": 503, \"rankvar\": 645, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1012, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1020, \"group\": [903.0, 249.0, 59.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCGTTGCCT\", \"ini\": 630, \"clust\": 494, \"rank\": 1101, \"rankvar\": 786, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1013, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 449, \"group\": [498.0, 115.0, 23.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACGCTC\", \"ini\": 629, \"clust\": 775, \"rank\": 1132, \"rankvar\": 845, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1014, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1545, \"group\": [775.0, 211.0, 49.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCATATGC\", \"ini\": 628, \"clust\": 1211, \"rank\": 1033, \"rankvar\": 1192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1015, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1455, \"group\": [1211.0, 326.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACCATCCT\", \"ini\": 627, \"clust\": 257, \"rank\": 760, \"rankvar\": 827, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1016, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 352, \"group\": [258.0, 75.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCACTCAGGC\", \"ini\": 626, \"clust\": 1474, \"rank\": 1021, \"rankvar\": 1075, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1017, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 900, \"group\": [1474.0, 414.0, 105.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCACAACTGT\", \"ini\": 625, \"clust\": 510, \"rank\": 815, \"rankvar\": 507, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1018, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 353, \"group\": [511.0, 124.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTCGCTTTC\", \"ini\": 624, \"clust\": 1493, \"rank\": 1231, \"rankvar\": 164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1019, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 901, \"group\": [1493.0, 421.0, 107.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCACGAAGCA\", \"ini\": 623, \"clust\": 1461, \"rank\": 965, \"rankvar\": 611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1020, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 902, \"group\": [1462.0, 407.0, 104.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTAGCTCCTCT\", \"ini\": 622, \"clust\": 1639, \"rank\": 1161, \"rankvar\": 1329, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 354, \"group\": [1639.0, 460.0, 115.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCATCC\", \"ini\": 621, \"clust\": 640, \"rank\": 985, \"rankvar\": 912, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1022, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 903, \"group\": [640.0, 174.0, 40.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGAAGGCCT\", \"ini\": 620, \"clust\": 267, \"rank\": 923, \"rankvar\": 878, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1023, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 450, \"group\": [267.0, 79.0, 17.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGCAACT\", \"ini\": 619, \"clust\": 250, \"rank\": 654, \"rankvar\": 428, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1024, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 904, \"group\": [253.0, 73.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCACGAAATA\", \"ini\": 618, \"clust\": 1188, \"rank\": 555, \"rankvar\": 1304, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1025, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1021, \"group\": [1188.0, 312.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTAGCTCCG\", \"ini\": 617, \"clust\": 18, \"rank\": 887, \"rankvar\": 243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1026, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 905, \"group\": [19.0, 7.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACCCATTC\", \"ini\": 616, \"clust\": 196, \"rank\": 791, \"rankvar\": 492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1027, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 451, \"group\": [197.0, 58.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTGATGTGG\", \"ini\": 615, \"clust\": 1628, \"rank\": 1256, \"rankvar\": 689, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1028, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 906, \"group\": [1629.0, 459.0, 115.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCCCAACC\", \"ini\": 614, \"clust\": 1264, \"rank\": 1153, \"rankvar\": 119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1029, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 355, \"group\": [1264.0, 341.0, 84.0, 21.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGGATACC\", \"ini\": 613, \"clust\": 724, \"rank\": 1102, \"rankvar\": 1508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1030, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1631, \"group\": [720.0, 188.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTACTTAC\", \"ini\": 612, \"clust\": 788, \"rank\": 403, \"rankvar\": 869, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1031, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1546, \"group\": [792.0, 220.0, 53.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGTT\", \"ini\": 611, \"clust\": 1359, \"rank\": 1281, \"rankvar\": 1641, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1032, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 907, \"group\": [1360.0, 375.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTGTCTTT\", \"ini\": 610, \"clust\": 511, \"rank\": 755, \"rankvar\": 722, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1033, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 908, \"group\": [512.0, 125.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTGCGTTA\", \"ini\": 609, \"clust\": 1436, \"rank\": 1091, \"rankvar\": 1449, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1034, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1547, \"group\": [1435.0, 392.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAAACCTA\", \"ini\": 608, \"clust\": 1281, \"rank\": 1104, \"rankvar\": 854, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 356, \"group\": [1281.0, 348.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTTCGGTC\", \"ini\": 607, \"clust\": 764, \"rank\": 1108, \"rankvar\": 864, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1036, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1456, \"group\": [765.0, 207.0, 48.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCTTGCAAG\", \"ini\": 606, \"clust\": 1503, \"rank\": 1086, \"rankvar\": 144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 909, \"group\": [1504.0, 423.0, 107.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGACTTGAA\", \"ini\": 605, \"clust\": 1432, \"rank\": 1311, \"rankvar\": 1250, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1038, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1548, \"group\": [1432.0, 392.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCGGTCTAA\", \"ini\": 604, \"clust\": 603, \"rank\": 1198, \"rankvar\": 975, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 357, \"group\": [603.0, 158.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGAGTGACC\", \"ini\": 603, \"clust\": 148, \"rank\": 620, \"rankvar\": 262, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1040, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 910, \"group\": [149.0, 44.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCAGTAGT\", \"ini\": 602, \"clust\": 1278, \"rank\": 1177, \"rankvar\": 1279, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1041, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 911, \"group\": [1278.0, 347.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACATACTCTT\", \"ini\": 601, \"clust\": 186, \"rank\": 374, \"rankvar\": 384, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1042, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 358, \"group\": [188.0, 56.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCATGTCTT\", \"ini\": 600, \"clust\": 477, \"rank\": 480, \"rankvar\": 726, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1043, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 452, \"group\": [478.0, 108.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCCCTTGT\", \"ini\": 599, \"clust\": 165, \"rank\": 564, \"rankvar\": 101, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1044, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 453, \"group\": [165.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAAGGCTCC\", \"ini\": 598, \"clust\": 1534, \"rank\": 1133, \"rankvar\": 154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1045, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 912, \"group\": [1536.0, 438.0, 111.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGCTCCGA\", \"ini\": 597, \"clust\": 1268, \"rank\": 1109, \"rankvar\": 1116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1046, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 913, \"group\": [1267.0, 343.0, 85.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTCAATGTC\", \"ini\": 596, \"clust\": 127, \"rank\": 632, \"rankvar\": 667, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1047, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 454, \"group\": [128.0, 40.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAGTAGAGC\", \"ini\": 595, \"clust\": 1189, \"rank\": 484, \"rankvar\": 1441, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1048, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1022, \"group\": [1189.0, 312.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACCCTCA\", \"ini\": 594, \"clust\": 1524, \"rank\": 1040, \"rankvar\": 803, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1049, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 359, \"group\": [1524.0, 434.0, 110.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCCGTCAG\", \"ini\": 593, \"clust\": 1523, \"rank\": 1137, \"rankvar\": 335, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1050, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 914, \"group\": [1526.0, 435.0, 110.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCGTAAGCACG\", \"ini\": 592, \"clust\": 977, \"rank\": 945, \"rankvar\": 525, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1051, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 360, \"group\": [980.0, 273.0, 66.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCTGAAAGA\", \"ini\": 591, \"clust\": 1491, \"rank\": 1269, \"rankvar\": 1207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 361, \"group\": [1492.0, 421.0, 107.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAGTTCATG\", \"ini\": 590, \"clust\": 1350, \"rank\": 1366, \"rankvar\": 1522, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1053, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 915, \"group\": [1353.0, 374.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCACCCGAG\", \"ini\": 589, \"clust\": 497, \"rank\": 892, \"rankvar\": 610, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1054, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 362, \"group\": [496.0, 113.0, 23.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCACATCTTT\", \"ini\": 588, \"clust\": 90, \"rank\": 398, \"rankvar\": 904, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1055, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 916, \"group\": [92.0, 31.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACTGTC\", \"ini\": 587, \"clust\": 1532, \"rank\": 1294, \"rankvar\": 312, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1056, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 917, \"group\": [1531.0, 436.0, 111.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTAGCCTCG\", \"ini\": 586, \"clust\": 1433, \"rank\": 1346, \"rankvar\": 1262, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1057, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 28, \"group\": [1433.0, 392.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGTTACGA\", \"ini\": 585, \"clust\": 1533, \"rank\": 1352, \"rankvar\": 969, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1058, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 918, \"group\": [1532.0, 436.0, 111.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCAGGTC\", \"ini\": 584, \"clust\": 591, \"rank\": 972, \"rankvar\": 765, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 363, \"group\": [593.0, 155.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAAGAGGCT\", \"ini\": 583, \"clust\": 705, \"rank\": 1185, \"rankvar\": 1521, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1060, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1632, \"group\": [706.0, 187.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCAAATACAG\", \"ini\": 582, \"clust\": 592, \"rank\": 984, \"rankvar\": 429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1061, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 919, \"group\": [591.0, 155.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCAAACGGG\", \"ini\": 581, \"clust\": 46, \"rank\": 811, \"rankvar\": 666, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1062, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 920, \"group\": [52.0, 22.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTGTCTTCAAG\", \"ini\": 580, \"clust\": 628, \"rank\": 1257, \"rankvar\": 1554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1063, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 921, \"group\": [629.0, 171.0, 39.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGGAACGT\", \"ini\": 579, \"clust\": 1569, \"rank\": 1315, \"rankvar\": 621, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1064, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 922, \"group\": [1569.0, 442.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCAGTTCGCGC\", \"ini\": 578, \"clust\": 769, \"rank\": 1162, \"rankvar\": 118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1065, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1457, \"group\": [770.0, 210.0, 49.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTATATGAG\", \"ini\": 577, \"clust\": 249, \"rank\": 904, \"rankvar\": 749, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1066, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 455, \"group\": [249.0, 73.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTTAAGAAC\", \"ini\": 576, \"clust\": 1408, \"rank\": 1322, \"rankvar\": 1389, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1067, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 29, \"group\": [1409.0, 390.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTGTTTGT\", \"ini\": 575, \"clust\": 1287, \"rank\": 1081, \"rankvar\": 1197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1068, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 364, \"group\": [1288.0, 349.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTAGTAGTA\", \"ini\": 574, \"clust\": 37, \"rank\": 830, \"rankvar\": 605, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1069, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 365, \"group\": [41.0, 16.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTGCACGAA\", \"ini\": 573, \"clust\": 1208, \"rank\": 1022, \"rankvar\": 167, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1070, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 456, \"group\": [1208.0, 324.0, 80.0, 19.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGCCCAC\", \"ini\": 572, \"clust\": 8, \"rank\": 483, \"rankvar\": 761, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1071, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 923, \"group\": [9.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATCATCCC\", \"ini\": 571, \"clust\": 1469, \"rank\": 1234, \"rankvar\": 427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1072, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 924, \"group\": [1468.0, 411.0, 105.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTGATGTCT\", \"ini\": 570, \"clust\": 614, \"rank\": 967, \"rankvar\": 272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1073, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 457, \"group\": [618.0, 166.0, 37.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCCTACAGA\", \"ini\": 569, \"clust\": 1351, \"rank\": 1522, \"rankvar\": 1588, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1074, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 925, \"group\": [1351.0, 374.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCTCCGA\", \"ini\": 568, \"clust\": 1525, \"rank\": 1070, \"rankvar\": 93, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1075, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 926, \"group\": [1525.0, 434.0, 110.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTGCTAGCC\", \"ini\": 567, \"clust\": 1629, \"rank\": 1258, \"rankvar\": 382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1076, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 927, \"group\": [1630.0, 459.0, 115.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCCGTTGTC\", \"ini\": 566, \"clust\": 1633, \"rank\": 1321, \"rankvar\": 898, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1077, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 928, \"group\": [1634.0, 460.0, 115.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCACCCAGTG\", \"ini\": 565, \"clust\": 1457, \"rank\": 1114, \"rankvar\": 1453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1078, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1458, \"group\": [1458.0, 404.0, 103.0, 26.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTCTCTCTG\", \"ini\": 564, \"clust\": 45, \"rank\": 1044, \"rankvar\": 908, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1079, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 929, \"group\": [46.0, 19.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGTCCCTAATT\", \"ini\": 563, \"clust\": 1318, \"rank\": 1253, \"rankvar\": 1470, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1080, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 366, \"group\": [1317.0, 358.0, 87.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTACTTAC\", \"ini\": 562, \"clust\": 28, \"rank\": 868, \"rankvar\": 559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1081, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 458, \"group\": [29.0, 13.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGACCACGA\", \"ini\": 561, \"clust\": 778, \"rank\": 746, \"rankvar\": 577, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1082, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1549, \"group\": [778.0, 212.0, 50.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCGTATCAG\", \"ini\": 560, \"clust\": 509, \"rank\": 777, \"rankvar\": 889, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1083, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 459, \"group\": [508.0, 121.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCGCATAT\", \"ini\": 559, \"clust\": 1176, \"rank\": 740, \"rankvar\": 1222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1084, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1023, \"group\": [1177.0, 311.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGCCGATTT\", \"ini\": 558, \"clust\": 1486, \"rank\": 1151, \"rankvar\": 303, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1085, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 930, \"group\": [1486.0, 418.0, 106.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCTCAACA\", \"ini\": 557, \"clust\": 1337, \"rank\": 1134, \"rankvar\": 1120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1459, \"group\": [1338.0, 370.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCTGAA\", \"ini\": 556, \"clust\": 1271, \"rank\": 1066, \"rankvar\": 906, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1087, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 367, \"group\": [1272.0, 345.0, 85.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACGCACC\", \"ini\": 555, \"clust\": 1161, \"rank\": 618, \"rankvar\": 1509, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1088, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1024, \"group\": [1160.0, 304.0, 72.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCCCACTTG\", \"ini\": 554, \"clust\": 697, \"rank\": 1284, \"rankvar\": 1524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1089, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1633, \"group\": [698.0, 185.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCACAAGCCC\", \"ini\": 553, \"clust\": 710, \"rank\": 1384, \"rankvar\": 1446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1090, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1634, \"group\": [709.0, 187.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTTAGGAA\", \"ini\": 552, \"clust\": 708, \"rank\": 1373, \"rankvar\": 1595, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1091, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1635, \"group\": [710.0, 187.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCTCTTTA\", \"ini\": 551, \"clust\": 1637, \"rank\": 1280, \"rankvar\": 1525, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1092, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 931, \"group\": [1640.0, 460.0, 115.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGACCCACC\", \"ini\": 550, \"clust\": 1551, \"rank\": 1394, \"rankvar\": 387, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1093, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 368, \"group\": [1550.0, 440.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAGTTGCGTTA\", \"ini\": 549, \"clust\": 1526, \"rank\": 1292, \"rankvar\": 863, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 369, \"group\": [1537.0, 439.0, 111.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCTAGAGTC\", \"ini\": 548, \"clust\": 278, \"rank\": 743, \"rankvar\": 856, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1095, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 932, \"group\": [281.0, 83.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCATACGCTA\", \"ini\": 547, \"clust\": 692, \"rank\": 1455, \"rankvar\": 1529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1096, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1636, \"group\": [695.0, 184.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTCGCTAA\", \"ini\": 546, \"clust\": 272, \"rank\": 713, \"rankvar\": 1199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1097, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 933, \"group\": [273.0, 81.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCTGGAAC\", \"ini\": 545, \"clust\": 12, \"rank\": 916, \"rankvar\": 511, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1098, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 460, \"group\": [16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTGTGGAG\", \"ini\": 544, \"clust\": 1529, \"rank\": 1225, \"rankvar\": 210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1099, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 934, \"group\": [1529.0, 436.0, 111.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTGAACG\", \"ini\": 543, \"clust\": 580, \"rank\": 1209, \"rankvar\": 313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1100, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 935, \"group\": [578.0, 146.0, 33.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCATTCTA\", \"ini\": 542, \"clust\": 276, \"rank\": 591, \"rankvar\": 1028, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 370, \"group\": [276.0, 82.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCGATATA\", \"ini\": 541, \"clust\": 1204, \"rank\": 576, \"rankvar\": 424, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1102, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 936, \"group\": [1204.0, 322.0, 78.0, 18.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATGTCTCATCC\", \"ini\": 540, \"clust\": 1352, \"rank\": 1465, \"rankvar\": 1498, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1103, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 937, \"group\": [1352.0, 374.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCCATCGGTTA\", \"ini\": 539, \"clust\": 1240, \"rank\": 1048, \"rankvar\": 1542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1104, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1460, \"group\": [1239.0, 331.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTCCAGTTA\", \"ini\": 538, \"clust\": 757, \"rank\": 884, \"rankvar\": 236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1105, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1550, \"group\": [763.0, 206.0, 47.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTTCTGGTA\", \"ini\": 537, \"clust\": 582, \"rank\": 1262, \"rankvar\": 1223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1106, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 938, \"group\": [585.0, 151.0, 34.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAGCCTTTC\", \"ini\": 536, \"clust\": 1285, \"rank\": 1184, \"rankvar\": 1174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1107, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 939, \"group\": [1286.0, 349.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTTCAGCGC\", \"ini\": 535, \"clust\": 1196, \"rank\": 890, \"rankvar\": 1148, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1108, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1025, \"group\": [1198.0, 317.0, 74.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCTTTACAC\", \"ini\": 534, \"clust\": 1530, \"rank\": 1170, \"rankvar\": 474, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1109, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 940, \"group\": [1530.0, 436.0, 111.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTAAAGTCA\", \"ini\": 533, \"clust\": 539, \"rank\": 1007, \"rankvar\": 1193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1110, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 461, \"group\": [539.0, 131.0, 27.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGTTCGATC\", \"ini\": 532, \"clust\": 1406, \"rank\": 1145, \"rankvar\": 928, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1111, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1551, \"group\": [1407.0, 390.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGGATGGAA\", \"ini\": 531, \"clust\": 913, \"rank\": 933, \"rankvar\": 849, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1112, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1026, \"group\": [974.0, 267.0, 63.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTAAAGAC\", \"ini\": 530, \"clust\": 1296, \"rank\": 1189, \"rankvar\": 1176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1113, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 941, \"group\": [1294.0, 353.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCAATCTCT\", \"ini\": 529, \"clust\": 1417, \"rank\": 1239, \"rankvar\": 1365, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1114, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1552, \"group\": [1417.0, 391.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGAGATGAG\", \"ini\": 528, \"clust\": 39, \"rank\": 912, \"rankvar\": 1101, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1115, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 371, \"group\": [38.0, 16.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGTCTTGCA\", \"ini\": 527, \"clust\": 1279, \"rank\": 1212, \"rankvar\": 1128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 372, \"group\": [1279.0, 347.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTCCG\", \"ini\": 526, \"clust\": 638, \"rank\": 1012, \"rankvar\": 763, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1117, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 462, \"group\": [641.0, 174.0, 40.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATATGC\", \"ini\": 525, \"clust\": 1178, \"rank\": 861, \"rankvar\": 888, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1118, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1027, \"group\": [1181.0, 311.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCACCATGTA\", \"ini\": 524, \"clust\": 16, \"rank\": 601, \"rankvar\": 1089, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1119, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 463, \"group\": [17.0, 6.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATGTAAG\", \"ini\": 523, \"clust\": 502, \"rank\": 750, \"rankvar\": 795, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1120, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 464, \"group\": [502.0, 118.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCCGAAGAG\", \"ini\": 522, \"clust\": 1186, \"rank\": 391, \"rankvar\": 1309, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1121, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1028, \"group\": [1186.0, 312.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACAATGTAAG\", \"ini\": 521, \"clust\": 1363, \"rank\": 915, \"rankvar\": 1298, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1122, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1553, \"group\": [1364.0, 376.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCCGCGCAA\", \"ini\": 520, \"clust\": 1467, \"rank\": 1303, \"rankvar\": 1092, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 373, \"group\": [1473.0, 413.0, 105.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCGCATCT\", \"ini\": 519, \"clust\": 594, \"rank\": 960, \"rankvar\": 736, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 374, \"group\": [596.0, 156.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTCATCCCT\", \"ini\": 518, \"clust\": 1598, \"rank\": 1387, \"rankvar\": 715, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 375, \"group\": [1600.0, 446.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAAAGA\", \"ini\": 517, \"clust\": 1462, \"rank\": 990, \"rankvar\": 617, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1126, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 465, \"group\": [1465.0, 408.0, 104.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACACCACCAG\", \"ini\": 516, \"clust\": 1528, \"rank\": 1242, \"rankvar\": 822, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1127, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 942, \"group\": [1528.0, 436.0, 111.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTCACACGC\", \"ini\": 515, \"clust\": 1479, \"rank\": 1271, \"rankvar\": 598, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1128, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 943, \"group\": [1479.0, 416.0, 105.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCATATACCG\", \"ini\": 514, \"clust\": 1518, \"rank\": 1117, \"rankvar\": 208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1129, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 376, \"group\": [1521.0, 432.0, 110.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTCAAAGCG\", \"ini\": 513, \"clust\": 919, \"rank\": 821, \"rankvar\": 1418, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1130, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 32, \"group\": [919.0, 256.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGAGCTGCA\", \"ini\": 512, \"clust\": 241, \"rank\": 899, \"rankvar\": 712, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1131, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 466, \"group\": [242.0, 71.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCTAACTGG\", \"ini\": 511, \"clust\": 1179, \"rank\": 831, \"rankvar\": 979, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1132, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1029, \"group\": [1179.0, 311.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTATAATGG\", \"ini\": 510, \"clust\": 906, \"rank\": 541, \"rankvar\": 540, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1133, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1030, \"group\": [906.0, 250.0, 59.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATGCCCGA\", \"ini\": 509, \"clust\": 122, \"rank\": 648, \"rankvar\": 982, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1134, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 467, \"group\": [123.0, 38.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTAAGCACG\", \"ini\": 508, \"clust\": 1407, \"rank\": 1246, \"rankvar\": 1026, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1135, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1554, \"group\": [1408.0, 390.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAGCGAACA\", \"ini\": 507, \"clust\": 1205, \"rank\": 669, \"rankvar\": 963, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1136, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 944, \"group\": [1205.0, 322.0, 78.0, 18.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGCCTTGAT\", \"ini\": 506, \"clust\": 731, \"rank\": 801, \"rankvar\": 377, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1137, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1555, \"group\": [732.0, 193.0, 43.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTACGCCC\", \"ini\": 505, \"clust\": 1191, \"rank\": 268, \"rankvar\": 1514, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1138, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1031, \"group\": [1192.0, 312.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCTTTACGT\", \"ini\": 504, \"clust\": 978, \"rank\": 1014, \"rankvar\": 27, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1139, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 945, \"group\": [978.0, 271.0, 66.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGGCAGTA\", \"ini\": 503, \"clust\": 1483, \"rank\": 1082, \"rankvar\": 538, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1140, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 946, \"group\": [1484.0, 417.0, 106.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCTGTCCGT\", \"ini\": 502, \"clust\": 1546, \"rank\": 1452, \"rankvar\": 1150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1141, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 947, \"group\": [1556.0, 440.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACGACGAA\", \"ini\": 501, \"clust\": 1361, \"rank\": 897, \"rankvar\": 972, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1142, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1556, \"group\": [1362.0, 375.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAAGGGTTCCC\", \"ini\": 500, \"clust\": 38, \"rank\": 857, \"rankvar\": 945, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1143, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 468, \"group\": [40.0, 16.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGATCGA\", \"ini\": 499, \"clust\": 1537, \"rank\": 1395, \"rankvar\": 395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 377, \"group\": [1538.0, 440.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTGACTCAT\", \"ini\": 498, \"clust\": 1494, \"rank\": 1325, \"rankvar\": 1068, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1145, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 948, \"group\": [1494.0, 421.0, 107.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGACCCT\", \"ini\": 497, \"clust\": 1346, \"rank\": 1382, \"rankvar\": 1204, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1146, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 469, \"group\": [1346.0, 373.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCACGTCTCT\", \"ini\": 496, \"clust\": 1426, \"rank\": 1110, \"rankvar\": 1420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1147, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1557, \"group\": [1427.0, 391.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCCCTCTTT\", \"ini\": 495, \"clust\": 974, \"rank\": 1079, \"rankvar\": 604, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1148, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 470, \"group\": [977.0, 270.0, 65.0, 14.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATTGCT\", \"ini\": 494, \"clust\": 1468, \"rank\": 1323, \"rankvar\": 659, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 378, \"group\": [1472.0, 412.0, 105.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCATTTA\", \"ini\": 493, \"clust\": 15, \"rank\": 867, \"rankvar\": 575, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1150, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 471, \"group\": [14.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTAAAGTG\", \"ini\": 492, \"clust\": 1481, \"rank\": 1073, \"rankvar\": 147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1151, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 949, \"group\": [1482.0, 416.0, 105.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATTCCTCG\", \"ini\": 491, \"clust\": 590, \"rank\": 958, \"rankvar\": 471, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1152, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 950, \"group\": [614.0, 163.0, 36.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTGCAGACA\", \"ini\": 490, \"clust\": 693, \"rank\": 1506, \"rankvar\": 1430, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1153, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1637, \"group\": [694.0, 184.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTTTGT\", \"ini\": 489, \"clust\": 47, \"rank\": 956, \"rankvar\": 546, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1154, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 951, \"group\": [47.0, 20.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACAGAGGT\", \"ini\": 488, \"clust\": 9, \"rank\": 321, \"rankvar\": 995, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1155, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 472, \"group\": [12.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCACCCGAG\", \"ini\": 487, \"clust\": 1300, \"rank\": 1414, \"rankvar\": 1183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1156, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 952, \"group\": [1300.0, 356.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCCAGTAT\", \"ini\": 486, \"clust\": 1259, \"rank\": 523, \"rankvar\": 942, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1157, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1032, \"group\": [1262.0, 340.0, 83.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCAAGCCTA\", \"ini\": 485, \"clust\": 720, \"rank\": 1260, \"rankvar\": 1623, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1158, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1638, \"group\": [718.0, 188.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTCCGCTGA\", \"ini\": 484, \"clust\": 589, \"rank\": 1194, \"rankvar\": 681, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1159, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 953, \"group\": [587.0, 152.0, 34.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCGAGAACG\", \"ini\": 483, \"clust\": 1195, \"rank\": 565, \"rankvar\": 1384, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1160, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 954, \"group\": [1199.0, 318.0, 75.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGACAGACC\", \"ini\": 482, \"clust\": 1584, \"rank\": 1248, \"rankvar\": 702, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1161, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 955, \"group\": [1585.0, 444.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCGCGGTA\", \"ini\": 481, \"clust\": 50, \"rank\": 934, \"rankvar\": 496, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 956, \"group\": [49.0, 21.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACGGCC\", \"ini\": 480, \"clust\": 1504, \"rank\": 1078, \"rankvar\": 915, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1163, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 473, \"group\": [1505.0, 424.0, 108.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTAATCGTC\", \"ini\": 479, \"clust\": 1548, \"rank\": 1385, \"rankvar\": 122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1164, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 957, \"group\": [1547.0, 440.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTGCAGGTA\", \"ini\": 478, \"clust\": 965, \"rank\": 1344, \"rankvar\": 1541, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1165, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1558, \"group\": [969.0, 263.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCGGATCC\", \"ini\": 477, \"clust\": 1597, \"rank\": 1188, \"rankvar\": 78, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1166, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 958, \"group\": [1601.0, 446.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACGAAACG\", \"ini\": 476, \"clust\": 168, \"rank\": 522, \"rankvar\": 1359, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1167, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 33, \"group\": [167.0, 49.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTCGGATCC\", \"ini\": 475, \"clust\": 1243, \"rank\": 996, \"rankvar\": 1292, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1168, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1461, \"group\": [1246.0, 332.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCACTATTC\", \"ini\": 474, \"clust\": 1464, \"rank\": 1042, \"rankvar\": 516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1169, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 959, \"group\": [1464.0, 408.0, 104.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCAACACTG\", \"ini\": 473, \"clust\": 578, \"rank\": 1084, \"rankvar\": 90, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1170, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 960, \"group\": [579.0, 147.0, 33.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTGTCAATC\", \"ini\": 472, \"clust\": 505, \"rank\": 966, \"rankvar\": 285, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1171, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 474, \"group\": [505.0, 119.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATGTCCTC\", \"ini\": 471, \"clust\": 1560, \"rank\": 1467, \"rankvar\": 1277, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1172, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 30, \"group\": [1561.0, 441.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGGATGCGT\", \"ini\": 470, \"clust\": 1282, \"rank\": 1326, \"rankvar\": 1568, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1173, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1462, \"group\": [1282.0, 348.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTACACGAAAGC\", \"ini\": 469, \"clust\": 1570, \"rank\": 1371, \"rankvar\": 408, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1174, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 961, \"group\": [1570.0, 442.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAGCTCCG\", \"ini\": 468, \"clust\": 1561, \"rank\": 1588, \"rankvar\": 1576, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1175, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 31, \"group\": [1562.0, 441.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACATACGCCG\", \"ini\": 467, \"clust\": 695, \"rank\": 1485, \"rankvar\": 1398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1176, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1639, \"group\": [693.0, 184.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCAACACAC\", \"ini\": 466, \"clust\": 1418, \"rank\": 1202, \"rankvar\": 1610, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1177, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1559, \"group\": [1418.0, 391.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGTTCGATC\", \"ini\": 465, \"clust\": 1476, \"rank\": 1196, \"rankvar\": 1076, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1178, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 475, \"group\": [1477.0, 415.0, 105.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAAGCACACAG\", \"ini\": 464, \"clust\": 1404, \"rank\": 896, \"rankvar\": 1330, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1179, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 476, \"group\": [1403.0, 388.0, 96.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCAAGAAGT\", \"ini\": 463, \"clust\": 1588, \"rank\": 1243, \"rankvar\": 441, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 379, \"group\": [1588.0, 445.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCAAAGTAG\", \"ini\": 462, \"clust\": 20, \"rank\": 1020, \"rankvar\": 437, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1181, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 380, \"group\": [21.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGACGACGT\", \"ini\": 461, \"clust\": 1507, \"rank\": 1111, \"rankvar\": 952, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 381, \"group\": [1508.0, 425.0, 108.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAATGTAAG\", \"ini\": 460, \"clust\": 1291, \"rank\": 1307, \"rankvar\": 937, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1183, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 962, \"group\": [1292.0, 352.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGGTACCGTTA\", \"ini\": 459, \"clust\": 1270, \"rank\": 1023, \"rankvar\": 1011, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1184, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 963, \"group\": [1270.0, 343.0, 85.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACATACCATG\", \"ini\": 458, \"clust\": 1165, \"rank\": 846, \"rankvar\": 792, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1185, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 964, \"group\": [1170.0, 308.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAACTGGCC\", \"ini\": 457, \"clust\": 746, \"rank\": 1207, \"rankvar\": 850, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1186, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1033, \"group\": [747.0, 200.0, 45.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCGTAGGAG\", \"ini\": 456, \"clust\": 1475, \"rank\": 1051, \"rankvar\": 754, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1187, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 477, \"group\": [1475.0, 414.0, 105.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGACGCTC\", \"ini\": 455, \"clust\": 1582, \"rank\": 1443, \"rankvar\": 1286, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1463, \"group\": [1587.0, 444.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGCTAAGAT\", \"ini\": 454, \"clust\": 51, \"rank\": 950, \"rankvar\": 974, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1189, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 478, \"group\": [50.0, 21.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTATCACG\", \"ini\": 453, \"clust\": 1505, \"rank\": 1075, \"rankvar\": 177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1190, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 479, \"group\": [1506.0, 424.0, 108.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTGTTGGGA\", \"ini\": 452, \"clust\": 1177, \"rank\": 863, \"rankvar\": 1287, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1191, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1034, \"group\": [1178.0, 311.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAGCAGTTT\", \"ini\": 451, \"clust\": 48, \"rank\": 1018, \"rankvar\": 720, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1192, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 480, \"group\": [48.0, 20.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCATCACCC\", \"ini\": 450, \"clust\": 13, \"rank\": 880, \"rankvar\": 701, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1193, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 481, \"group\": [15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATCGATTG\", \"ini\": 449, \"clust\": 715, \"rank\": 1193, \"rankvar\": 1636, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1194, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1640, \"group\": [714.0, 188.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACACCGCTAG\", \"ini\": 448, \"clust\": 920, \"rank\": 805, \"rankvar\": 1313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1195, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 34, \"group\": [920.0, 256.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACTCCTG\", \"ini\": 447, \"clust\": 1438, \"rank\": 1349, \"rankvar\": 1604, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1196, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1560, \"group\": [1436.0, 392.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACAGACTCGC\", \"ini\": 446, \"clust\": 1606, \"rank\": 1341, \"rankvar\": 329, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 382, \"group\": [1609.0, 450.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCAATGGAGC\", \"ini\": 445, \"clust\": 1206, \"rank\": 1254, \"rankvar\": 1191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 383, \"group\": [1209.0, 325.0, 80.0, 19.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGCATGGCA\", \"ini\": 444, \"clust\": 21, \"rank\": 796, \"rankvar\": 1031, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1199, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 965, \"group\": [22.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTACCGTAT\", \"ini\": 443, \"clust\": 1198, \"rank\": 914, \"rankvar\": 1008, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1200, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1035, \"group\": [1197.0, 316.0, 74.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGCTGCAAG\", \"ini\": 442, \"clust\": 52, \"rank\": 947, \"rankvar\": 493, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1201, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 482, \"group\": [56.0, 24.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGTCCCACG\", \"ini\": 441, \"clust\": 1487, \"rank\": 1329, \"rankvar\": 875, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 384, \"group\": [1487.0, 418.0, 106.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCACTTAAGC\", \"ini\": 440, \"clust\": 683, \"rank\": 1236, \"rankvar\": 1084, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1203, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1261, \"group\": [686.0, 181.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACAGGCTGAA\", \"ini\": 439, \"clust\": 1591, \"rank\": 1313, \"rankvar\": 15, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1204, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 385, \"group\": [1596.0, 445.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCATCGATGAGG\", \"ini\": 438, \"clust\": 1631, \"rank\": 1120, \"rankvar\": 619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1205, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 386, \"group\": [1631.0, 460.0, 115.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACATGCGCAC\", \"ini\": 437, \"clust\": 1172, \"rank\": 579, \"rankvar\": 1518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1206, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1036, \"group\": [1173.0, 310.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACATTAGC\", \"ini\": 436, \"clust\": 633, \"rank\": 921, \"rankvar\": 554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1207, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 483, \"group\": [636.0, 173.0, 40.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCCTATGTT\", \"ini\": 435, \"clust\": 1200, \"rank\": 687, \"rankvar\": 961, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1208, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1037, \"group\": [1201.0, 320.0, 77.0, 18.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGAGCCCA\", \"ini\": 434, \"clust\": 1471, \"rank\": 1090, \"rankvar\": 94, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1209, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 484, \"group\": [1470.0, 411.0, 105.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAGGCTGAA\", \"ini\": 433, \"clust\": 1466, \"rank\": 1050, \"rankvar\": 131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1210, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 387, \"group\": [1467.0, 410.0, 104.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCTCTCTG\", \"ini\": 432, \"clust\": 684, \"rank\": 1206, \"rankvar\": 1513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1211, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 1262, \"group\": [685.0, 180.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCACCATCCT\", \"ini\": 431, \"clust\": 1173, \"rank\": 891, \"rankvar\": 966, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1212, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1038, \"group\": [1174.0, 310.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGTTCCACA\", \"ini\": 430, \"clust\": 1344, \"rank\": 1489, \"rankvar\": 1631, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1213, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 966, \"group\": [1345.0, 372.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCGGATGGA\", \"ini\": 429, \"clust\": 1488, \"rank\": 1273, \"rankvar\": 1123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1214, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 967, \"group\": [1489.0, 420.0, 107.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGACATA\", \"ini\": 428, \"clust\": 40, \"rank\": 901, \"rankvar\": 373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1215, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 485, \"group\": [39.0, 16.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACACGCC\", \"ini\": 427, \"clust\": 1183, \"rank\": 651, \"rankvar\": 1405, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1216, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1039, \"group\": [1183.0, 312.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTAAGTG\", \"ini\": 426, \"clust\": 586, \"rank\": 1080, \"rankvar\": 1006, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1217, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 486, \"group\": [589.0, 153.0, 34.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAAAGGTGC\", \"ini\": 425, \"clust\": 1401, \"rank\": 1218, \"rankvar\": 1357, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1218, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1561, \"group\": [1402.0, 388.0, 96.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGACAAG\", \"ini\": 424, \"clust\": 1458, \"rank\": 1440, \"rankvar\": 1452, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1219, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1464, \"group\": [1456.0, 404.0, 103.0, 26.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTTACGGAG\", \"ini\": 423, \"clust\": 1572, \"rank\": 1439, \"rankvar\": 801, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1220, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 487, \"group\": [1572.0, 442.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGAAACCTA\", \"ini\": 422, \"clust\": 1304, \"rank\": 1295, \"rankvar\": 1487, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1221, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 388, \"group\": [1308.0, 356.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCACTTCTGC\", \"ini\": 421, \"clust\": 1515, \"rank\": 1024, \"rankvar\": 172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1222, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 488, \"group\": [1516.0, 430.0, 110.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGTCTGTCTCG\", \"ini\": 420, \"clust\": 1581, \"rank\": 1363, \"rankvar\": 591, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1223, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 968, \"group\": [1582.0, 443.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTCCGT\", \"ini\": 419, \"clust\": 600, \"rank\": 1355, \"rankvar\": 1169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1224, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 489, \"group\": [599.0, 158.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGAACAATC\", \"ini\": 418, \"clust\": 1522, \"rank\": 1186, \"rankvar\": 448, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1225, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 969, \"group\": [1523.0, 433.0, 110.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTTTGCATG\", \"ini\": 417, \"clust\": 1399, \"rank\": 968, \"rankvar\": 1210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1226, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 490, \"group\": [1406.0, 389.0, 96.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCATCGATG\", \"ini\": 416, \"clust\": 1456, \"rank\": 1199, \"rankvar\": 1102, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1227, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1465, \"group\": [1459.0, 405.0, 103.0, 26.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGCCAACAG\", \"ini\": 415, \"clust\": 1441, \"rank\": 1201, \"rankvar\": 533, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 970, \"group\": [1444.0, 395.0, 98.0, 25.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGTTTACG\", \"ini\": 414, \"clust\": 503, \"rank\": 953, \"rankvar\": 962, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1229, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 491, \"group\": [503.0, 118.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCACCATAG\", \"ini\": 413, \"clust\": 1180, \"rank\": 637, \"rankvar\": 1274, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1230, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1040, \"group\": [1180.0, 311.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCATGTCCC\", \"ini\": 412, \"clust\": 1583, \"rank\": 1582, \"rankvar\": 1500, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1231, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 389, \"group\": [1586.0, 444.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCGTCATC\", \"ini\": 411, \"clust\": 690, \"rank\": 1469, \"rankvar\": 1168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1232, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1641, \"group\": [690.0, 184.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGATGCGAC\", \"ini\": 410, \"clust\": 1170, \"rank\": 959, \"rankvar\": 1114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1233, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1041, \"group\": [1171.0, 309.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTGTTCTCATT\", \"ini\": 409, \"clust\": 932, \"rank\": 1222, \"rankvar\": 1340, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1234, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 971, \"group\": [933.0, 258.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGTGGTCCC\", \"ini\": 408, \"clust\": 1298, \"rank\": 1317, \"rankvar\": 1093, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1235, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 972, \"group\": [1298.0, 355.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAATCACC\", \"ini\": 407, \"clust\": 1641, \"rank\": 1405, \"rankvar\": 1248, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1236, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 492, \"group\": [1641.0, 460.0, 115.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCGGTCTAA\", \"ini\": 406, \"clust\": 501, \"rank\": 819, \"rankvar\": 997, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1237, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 493, \"group\": [506.0, 120.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAAGGCAGGTT\", \"ini\": 405, \"clust\": 1536, \"rank\": 1299, \"rankvar\": 1020, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 390, \"group\": [1535.0, 437.0, 111.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACGAAGCA\", \"ini\": 404, \"clust\": 1286, \"rank\": 1240, \"rankvar\": 1338, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1239, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 494, \"group\": [1287.0, 349.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCCACGCAG\", \"ini\": 403, \"clust\": 1470, \"rank\": 1397, \"rankvar\": 628, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1240, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 391, \"group\": [1469.0, 411.0, 105.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCAACCAA\", \"ini\": 402, \"clust\": 981, \"rank\": 1098, \"rankvar\": 1115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 392, \"group\": [981.0, 274.0, 67.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCAAGCCTA\", \"ini\": 401, \"clust\": 1480, \"rank\": 1232, \"rankvar\": 921, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1242, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 495, \"group\": [1480.0, 416.0, 105.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCACACCGAC\", \"ini\": 400, \"clust\": 1459, \"rank\": 1376, \"rankvar\": 1100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1243, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 393, \"group\": [1457.0, 404.0, 103.0, 26.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGCTGAACG\", \"ini\": 399, \"clust\": 1093, \"rank\": 1163, \"rankvar\": 1177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1244, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1042, \"group\": [1093.0, 293.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAAGAAGT\", \"ini\": 398, \"clust\": 1142, \"rank\": 1338, \"rankvar\": 1025, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1245, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1571, \"group\": [1142.0, 299.0, 71.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGACACTAA\", \"ini\": 397, \"clust\": 598, \"rank\": 1192, \"rankvar\": 877, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1246, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 496, \"group\": [598.0, 157.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCGGTTAAC\", \"ini\": 396, \"clust\": 601, \"rank\": 1279, \"rankvar\": 1159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1247, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 497, \"group\": [600.0, 158.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCATAGCAC\", \"ini\": 395, \"clust\": 998, \"rank\": 741, \"rankvar\": 1544, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1248, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1043, \"group\": [1001.0, 282.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCTGTTTGT\", \"ini\": 394, \"clust\": 29, \"rank\": 987, \"rankvar\": 874, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1249, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 498, \"group\": [32.0, 13.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCAGACACTT\", \"ini\": 393, \"clust\": 1167, \"rank\": 957, \"rankvar\": 1299, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1250, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1044, \"group\": [1168.0, 307.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTGAGGCTA\", \"ini\": 392, \"clust\": 1292, \"rank\": 1261, \"rankvar\": 756, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1251, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 973, \"group\": [1293.0, 352.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATACACCCATGG\", \"ini\": 391, \"clust\": 1440, \"rank\": 1272, \"rankvar\": 938, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1252, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1562, \"group\": [1449.0, 398.0, 100.0, 25.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCATAGACTC\", \"ini\": 390, \"clust\": 1289, \"rank\": 1263, \"rankvar\": 934, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1253, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 499, \"group\": [1290.0, 350.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCTCCTC\", \"ini\": 389, \"clust\": 1630, \"rank\": 1296, \"rankvar\": 1140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1254, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 974, \"group\": [1633.0, 460.0, 115.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTAACGCGA\", \"ini\": 388, \"clust\": 5, \"rank\": 843, \"rankvar\": 582, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1255, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1045, \"group\": [6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACATTACGAC\", \"ini\": 387, \"clust\": 630, \"rank\": 1143, \"rankvar\": 1121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1256, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 500, \"group\": [632.0, 172.0, 40.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTTGTCC\", \"ini\": 386, \"clust\": 1168, \"rank\": 1000, \"rankvar\": 1411, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1257, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1046, \"group\": [1166.0, 307.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGAGTAGA\", \"ini\": 385, \"clust\": 1302, \"rank\": 1474, \"rankvar\": 1478, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1258, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 501, \"group\": [1302.0, 356.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAAGGTCATCT\", \"ini\": 384, \"clust\": 1544, \"rank\": 1490, \"rankvar\": 894, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1259, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 502, \"group\": [1544.0, 440.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCGCTAGCG\", \"ini\": 383, \"clust\": 1347, \"rank\": 1410, \"rankvar\": 1307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1260, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 975, \"group\": [1347.0, 373.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGGGCTCTC\", \"ini\": 382, \"clust\": 1334, \"rank\": 1497, \"rankvar\": 1456, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1261, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 976, \"group\": [1335.0, 369.0, 92.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTGTAATGA\", \"ini\": 381, \"clust\": 1174, \"rank\": 1106, \"rankvar\": 1195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1262, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1047, \"group\": [1175.0, 311.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACAGCAG\", \"ini\": 380, \"clust\": 577, \"rank\": 1126, \"rankvar\": 412, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1263, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1563, \"group\": [580.0, 148.0, 33.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGTTTAGG\", \"ini\": 379, \"clust\": 1244, \"rank\": 1300, \"rankvar\": 1396, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1264, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1466, \"group\": [1244.0, 332.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTATCTG\", \"ini\": 378, \"clust\": 770, \"rank\": 1360, \"rankvar\": 696, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 394, \"group\": [771.0, 210.0, 49.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGCGAAA\", \"ini\": 377, \"clust\": 955, \"rank\": 1278, \"rankvar\": 463, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1266, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 977, \"group\": [954.0, 260.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAAGGTGA\", \"ini\": 376, \"clust\": 1171, \"rank\": 1063, \"rankvar\": 406, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1267, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1048, \"group\": [1172.0, 309.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCACTGGG\", \"ini\": 375, \"clust\": 1245, \"rank\": 1128, \"rankvar\": 1175, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1268, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 978, \"group\": [1245.0, 332.0, 81.0, 20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTAAAGA\", \"ini\": 374, \"clust\": 1485, \"rank\": 1364, \"rankvar\": 1358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1269, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 979, \"group\": [1488.0, 419.0, 106.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCACACGC\", \"ini\": 373, \"clust\": 273, \"rank\": 970, \"rankvar\": 740, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1270, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 503, \"group\": [274.0, 81.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAATTCCTT\", \"ini\": 372, \"clust\": 17, \"rank\": 838, \"rankvar\": 1051, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1271, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 504, \"group\": [18.0, 6.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATGGATGG\", \"ini\": 371, \"clust\": 979, \"rank\": 998, \"rankvar\": 1000, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1272, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 505, \"group\": [979.0, 272.0, 66.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTATGGTTC\", \"ini\": 370, \"clust\": 1402, \"rank\": 1223, \"rankvar\": 872, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1273, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 506, \"group\": [1400.0, 388.0, 96.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTTCAGTAC\", \"ini\": 369, \"clust\": 1516, \"rank\": 1345, \"rankvar\": 948, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1274, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 395, \"group\": [1517.0, 431.0, 110.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGTTACAG\", \"ini\": 368, \"clust\": 1640, \"rank\": 1499, \"rankvar\": 1288, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1275, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 980, \"group\": [1643.0, 460.0, 115.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCAGAGCTT\", \"ini\": 367, \"clust\": 6, \"rank\": 973, \"rankvar\": 1033, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1276, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 507, \"group\": [7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCTGCCCA\", \"ini\": 366, \"clust\": 1403, \"rank\": 1252, \"rankvar\": 1486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1277, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 508, \"group\": [1401.0, 388.0, 96.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTCTGCTG\", \"ini\": 365, \"clust\": 1288, \"rank\": 1213, \"rankvar\": 1442, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1278, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 509, \"group\": [1289.0, 349.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTAGTGCG\", \"ini\": 364, \"clust\": 1316, \"rank\": 1277, \"rankvar\": 1477, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1279, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 510, \"group\": [1321.0, 360.0, 87.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAGTAGAGC\", \"ini\": 363, \"clust\": 992, \"rank\": 1337, \"rankvar\": 61, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 396, \"group\": [992.0, 280.0, 69.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAGTGAGA\", \"ini\": 362, \"clust\": 1632, \"rank\": 1255, \"rankvar\": 1383, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1281, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 511, \"group\": [1632.0, 460.0, 115.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTGTCTCA\", \"ini\": 361, \"clust\": 970, \"rank\": 1076, \"rankvar\": 1511, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1282, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 35, \"group\": [973.0, 266.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAAGCGGT\", \"ini\": 360, \"clust\": 975, \"rank\": 1057, \"rankvar\": 766, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1283, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 981, \"group\": [975.0, 268.0, 64.0, 14.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCTTGCGG\", \"ini\": 359, \"clust\": 976, \"rank\": 1031, \"rankvar\": 920, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1284, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 36, \"group\": [976.0, 269.0, 64.0, 14.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGCTCCTTC\", \"ini\": 358, \"clust\": 1489, \"rank\": 1229, \"rankvar\": 1042, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1285, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 512, \"group\": [1490.0, 420.0, 107.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTGGTAACG\", \"ini\": 357, \"clust\": 1297, \"rank\": 1251, \"rankvar\": 1373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1286, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 513, \"group\": [1295.0, 353.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCATGCCTTC\", \"ini\": 356, \"clust\": 942, \"rank\": 1100, \"rankvar\": 1585, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1287, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 37, \"group\": [940.0, 258.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGGGAACGG\", \"ini\": 355, \"clust\": 1339, \"rank\": 1378, \"rankvar\": 732, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1288, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1564, \"group\": [1340.0, 371.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCATCACGAT\", \"ini\": 354, \"clust\": 968, \"rank\": 907, \"rankvar\": 1619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1289, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 38, \"group\": [967.0, 262.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTACCGAGA\", \"ini\": 353, \"clust\": 1305, \"rank\": 1356, \"rankvar\": 1372, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1290, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 514, \"group\": [1304.0, 356.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAATT\", \"ini\": 352, \"clust\": 1107, \"rank\": 1027, \"rankvar\": 1242, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1291, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1049, \"group\": [1112.0, 293.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGTGCAAGC\", \"ini\": 351, \"clust\": 1562, \"rank\": 1383, \"rankvar\": 487, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 397, \"group\": [1565.0, 441.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGAAAGAG\", \"ini\": 350, \"clust\": 1266, \"rank\": 1155, \"rankvar\": 987, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1293, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 515, \"group\": [1268.0, 343.0, 85.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCGATCCCT\", \"ini\": 349, \"clust\": 632, \"rank\": 1113, \"rankvar\": 1063, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1294, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 516, \"group\": [631.0, 172.0, 40.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATTCCTGC\", \"ini\": 348, \"clust\": 1187, \"rank\": 735, \"rankvar\": 1399, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1295, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1050, \"group\": [1190.0, 312.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTTTAAGCC\", \"ini\": 347, \"clust\": 576, \"rank\": 1141, \"rankvar\": 637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1296, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1051, \"group\": [581.0, 149.0, 33.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCACTTAAGC\", \"ini\": 346, \"clust\": 1578, \"rank\": 1429, \"rankvar\": 895, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1297, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1565, \"group\": [1579.0, 443.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGAGCTGGT\", \"ini\": 345, \"clust\": 916, \"rank\": 894, \"rankvar\": 1624, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1298, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 39, \"group\": [918.0, 256.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCCTCAGT\", \"ini\": 344, \"clust\": 1158, \"rank\": 930, \"rankvar\": 1337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1299, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1052, \"group\": [1162.0, 305.0, 72.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGATCCCGC\", \"ini\": 343, \"clust\": 1028, \"rank\": 1238, \"rankvar\": 452, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1300, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 982, \"group\": [1029.0, 287.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTAGGCGATAC\", \"ini\": 342, \"clust\": 1280, \"rank\": 1304, \"rankvar\": 1185, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1301, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 983, \"group\": [1283.0, 348.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCGGCCGAT\", \"ini\": 341, \"clust\": 1519, \"rank\": 1156, \"rankvar\": 545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1302, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 517, \"group\": [1519.0, 432.0, 110.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGGCTACGA\", \"ini\": 340, \"clust\": 1590, \"rank\": 1456, \"rankvar\": 552, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 398, \"group\": [1597.0, 445.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTACCGTAT\", \"ini\": 339, \"clust\": 1131, \"rank\": 1139, \"rankvar\": 1219, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1304, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1053, \"group\": [1130.0, 295.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATGCTGGC\", \"ini\": 338, \"clust\": 593, \"rank\": 983, \"rankvar\": 957, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1305, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 518, \"group\": [592.0, 155.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGGTCAT\", \"ini\": 337, \"clust\": 1473, \"rank\": 1099, \"rankvar\": 1009, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1306, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 519, \"group\": [1476.0, 414.0, 105.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCGGCACT\", \"ini\": 336, \"clust\": 925, \"rank\": 986, \"rankvar\": 1368, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1307, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 40, \"group\": [934.0, 258.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCCAAACTG\", \"ini\": 335, \"clust\": 940, \"rank\": 1047, \"rankvar\": 1290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1308, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 41, \"group\": [943.0, 258.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCAGGCGAA\", \"ini\": 334, \"clust\": 1310, \"rank\": 1446, \"rankvar\": 777, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1309, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 520, \"group\": [1309.0, 356.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGGTGACCA\", \"ini\": 333, \"clust\": 1295, \"rank\": 1400, \"rankvar\": 880, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1310, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 399, \"group\": [1296.0, 353.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGCTTCGG\", \"ini\": 332, \"clust\": 1149, \"rank\": 1290, \"rankvar\": 56, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1311, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 984, \"group\": [1152.0, 302.0, 71.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTATCAAACGGG\", \"ini\": 331, \"clust\": 1012, \"rank\": 1183, \"rankvar\": 1285, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1312, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1054, \"group\": [1014.0, 284.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGATTCT\", \"ini\": 330, \"clust\": 1307, \"rank\": 1430, \"rankvar\": 1082, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1313, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 521, \"group\": [1306.0, 356.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCCAGTACACT\", \"ini\": 329, \"clust\": 1574, \"rank\": 1550, \"rankvar\": 868, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1314, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 985, \"group\": [1575.0, 443.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAATCACAC\", \"ini\": 328, \"clust\": 1592, \"rank\": 1493, \"rankvar\": 586, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 400, \"group\": [1591.0, 445.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAGGTTCT\", \"ini\": 327, \"clust\": 1549, \"rank\": 1477, \"rankvar\": 322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1316, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 401, \"group\": [1548.0, 440.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGGGTGTTG\", \"ini\": 326, \"clust\": 973, \"rank\": 1249, \"rankvar\": 1494, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1317, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 42, \"group\": [971.0, 264.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGTGTGGT\", \"ini\": 325, \"clust\": 123, \"rank\": 920, \"rankvar\": 988, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1318, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 522, \"group\": [126.0, 39.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTAACGCGA\", \"ini\": 324, \"clust\": 688, \"rank\": 1350, \"rankvar\": 1297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 402, \"group\": [688.0, 183.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTGGCGTG\", \"ini\": 323, \"clust\": 1484, \"rank\": 1187, \"rankvar\": 446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 403, \"group\": [1485.0, 417.0, 106.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAGTTTACG\", \"ini\": 322, \"clust\": 1558, \"rank\": 1571, \"rankvar\": 1178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1321, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 986, \"group\": [1557.0, 441.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGAATAGGG\", \"ini\": 321, \"clust\": 1290, \"rank\": 1415, \"rankvar\": 1171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1322, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 523, \"group\": [1291.0, 351.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACATCCA\", \"ini\": 320, \"clust\": 1397, \"rank\": 1115, \"rankvar\": 973, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1323, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 524, \"group\": [1398.0, 387.0, 96.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCCTAGGGC\", \"ini\": 319, \"clust\": 1541, \"rank\": 1438, \"rankvar\": 47, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1324, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 525, \"group\": [1542.0, 440.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCATCACAAC\", \"ini\": 318, \"clust\": 1482, \"rank\": 1210, \"rankvar\": 812, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1325, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 526, \"group\": [1483.0, 416.0, 105.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTAACGGT\", \"ini\": 317, \"clust\": 1552, \"rank\": 1532, \"rankvar\": 933, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 404, \"group\": [1551.0, 440.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCGTCCA\", \"ini\": 316, \"clust\": 911, \"rank\": 1297, \"rankvar\": 1124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 405, \"group\": [911.0, 253.0, 60.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGAGGTACC\", \"ini\": 315, \"clust\": 1409, \"rank\": 1462, \"rankvar\": 1515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1328, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1566, \"group\": [1410.0, 390.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAGTTTACG\", \"ini\": 314, \"clust\": 1595, \"rank\": 1416, \"rankvar\": 374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1329, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 527, \"group\": [1593.0, 445.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGCAGACTG\", \"ini\": 313, \"clust\": 1405, \"rank\": 1283, \"rankvar\": 1584, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1330, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 528, \"group\": [1404.0, 388.0, 96.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAGTAACGG\", \"ini\": 312, \"clust\": 500, \"rank\": 1217, \"rankvar\": 837, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1331, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 529, \"group\": [500.0, 116.0, 24.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCTGCCCTA\", \"ini\": 311, \"clust\": 1313, \"rank\": 1450, \"rankvar\": 1267, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1332, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 987, \"group\": [1312.0, 356.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCTACTATC\", \"ini\": 310, \"clust\": 941, \"rank\": 1327, \"rankvar\": 1642, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1333, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 43, \"group\": [942.0, 258.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGCTCAGA\", \"ini\": 309, \"clust\": 1543, \"rank\": 1421, \"rankvar\": 556, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 406, \"group\": [1546.0, 440.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTGCACTTA\", \"ini\": 308, \"clust\": 923, \"rank\": 1190, \"rankvar\": 1616, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1335, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 44, \"group\": [923.0, 257.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTGTGTGCCTG\", \"ini\": 307, \"clust\": 1272, \"rank\": 1289, \"rankvar\": 1071, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 988, \"group\": [1273.0, 346.0, 85.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCAACAACCT\", \"ini\": 306, \"clust\": 933, \"rank\": 1019, \"rankvar\": 1485, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1337, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 45, \"group\": [931.0, 258.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGGCACTA\", \"ini\": 305, \"clust\": 1122, \"rank\": 1282, \"rankvar\": 1247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1338, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1055, \"group\": [1123.0, 294.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCACAACGCC\", \"ini\": 304, \"clust\": 1026, \"rank\": 1331, \"rankvar\": 1135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1339, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1056, \"group\": [1025.0, 285.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTACGCGA\", \"ini\": 303, \"clust\": 19, \"rank\": 870, \"rankvar\": 727, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1340, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 530, \"group\": [20.0, 7.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCGTCTCCACT\", \"ini\": 302, \"clust\": 982, \"rank\": 1046, \"rankvar\": 1109, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1341, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1190, \"group\": [982.0, 275.0, 67.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGTACAA\", \"ini\": 301, \"clust\": 1477, \"rank\": 1172, \"rankvar\": 694, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1342, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 531, \"group\": [1478.0, 415.0, 105.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACAAAGCGGT\", \"ini\": 300, \"clust\": 1163, \"rank\": 862, \"rankvar\": 1530, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1343, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1057, \"group\": [1163.0, 306.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCGCAGGCT\", \"ini\": 299, \"clust\": 924, \"rank\": 1174, \"rankvar\": 1427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1344, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 46, \"group\": [924.0, 257.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGAGGGATA\", \"ini\": 298, \"clust\": 1303, \"rank\": 1528, \"rankvar\": 1476, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1345, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 989, \"group\": [1303.0, 356.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGCGACAT\", \"ini\": 297, \"clust\": 1314, \"rank\": 1484, \"rankvar\": 1302, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1346, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 532, \"group\": [1313.0, 356.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCACTATCTT\", \"ini\": 296, \"clust\": 956, \"rank\": 1267, \"rankvar\": 734, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1347, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 47, \"group\": [955.0, 260.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAATCACAC\", \"ini\": 295, \"clust\": 969, \"rank\": 1125, \"rankvar\": 1419, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1348, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 48, \"group\": [968.0, 262.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTGTGTAAGTA\", \"ini\": 294, \"clust\": 1119, \"rank\": 1219, \"rankvar\": 1056, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1349, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1058, \"group\": [1122.0, 294.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTACAGACG\", \"ini\": 293, \"clust\": 1619, \"rank\": 1527, \"rankvar\": 519, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1350, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 407, \"group\": [1620.0, 455.0, 113.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCCCTCAGT\", \"ini\": 292, \"clust\": 1312, \"rank\": 1537, \"rankvar\": 1413, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1351, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 533, \"group\": [1314.0, 356.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGATGGGTC\", \"ini\": 291, \"clust\": 1642, \"rank\": 1589, \"rankvar\": 1567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1352, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 408, \"group\": [1642.0, 460.0, 115.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATATGGTC\", \"ini\": 290, \"clust\": 1539, \"rank\": 1479, \"rankvar\": 983, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1353, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 534, \"group\": [1540.0, 440.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATCTACGA\", \"ini\": 289, \"clust\": 1576, \"rank\": 1513, \"rankvar\": 949, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1354, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 990, \"group\": [1577.0, 443.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTAGCCA\", \"ini\": 288, \"clust\": 1081, \"rank\": 1494, \"rankvar\": 1044, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1355, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1059, \"group\": [1083.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTAGGCTGA\", \"ini\": 287, \"clust\": 1520, \"rank\": 1330, \"rankvar\": 884, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 409, \"group\": [1520.0, 432.0, 110.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGCTTG\", \"ini\": 286, \"clust\": 1301, \"rank\": 1572, \"rankvar\": 1315, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 410, \"group\": [1301.0, 356.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATGTAAG\", \"ini\": 285, \"clust\": 1596, \"rank\": 1401, \"rankvar\": 121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 411, \"group\": [1594.0, 445.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGGATACC\", \"ini\": 284, \"clust\": 1563, \"rank\": 1579, \"rankvar\": 675, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1359, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 991, \"group\": [1563.0, 441.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCAACCAA\", \"ini\": 283, \"clust\": 1547, \"rank\": 1603, \"rankvar\": 1173, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 412, \"group\": [1549.0, 440.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGACAGGT\", \"ini\": 282, \"clust\": 1013, \"rank\": 1226, \"rankvar\": 1117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1361, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1060, \"group\": [1012.0, 284.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGCGAGT\", \"ini\": 281, \"clust\": 1096, \"rank\": 1312, \"rankvar\": 1261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1362, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1061, \"group\": [1096.0, 293.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCACCGTC\", \"ini\": 280, \"clust\": 1577, \"rank\": 1495, \"rankvar\": 337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1363, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 992, \"group\": [1578.0, 443.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTAGCTCCG\", \"ini\": 279, \"clust\": 1593, \"rank\": 1471, \"rankvar\": 331, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1364, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 535, \"group\": [1592.0, 445.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTCCCTGA\", \"ini\": 278, \"clust\": 1634, \"rank\": 1535, \"rankvar\": 1547, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1365, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 536, \"group\": [1635.0, 460.0, 115.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCATCGACGC\", \"ini\": 277, \"clust\": 1439, \"rank\": 1403, \"rankvar\": 1326, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1366, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1567, \"group\": [1437.0, 392.0, 97.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAACTGCTA\", \"ini\": 276, \"clust\": 917, \"rank\": 927, \"rankvar\": 1475, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1367, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1236, \"group\": [916.0, 256.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGAACAATC\", \"ini\": 275, \"clust\": 1175, \"rank\": 1130, \"rankvar\": 1445, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1368, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1062, \"group\": [1176.0, 311.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGCACCGTC\", \"ini\": 274, \"clust\": 1620, \"rank\": 1500, \"rankvar\": 407, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1369, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1063, \"group\": [1621.0, 455.0, 113.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGTTACAG\", \"ini\": 273, \"clust\": 1308, \"rank\": 1432, \"rankvar\": 1353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1370, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 537, \"group\": [1307.0, 356.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATCCAAC\", \"ini\": 272, \"clust\": 1094, \"rank\": 1208, \"rankvar\": 1345, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1371, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1064, \"group\": [1094.0, 293.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCCCAAGTA\", \"ini\": 271, \"clust\": 943, \"rank\": 1180, \"rankvar\": 1369, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1372, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 49, \"group\": [941.0, 258.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCATGCAAC\", \"ini\": 270, \"clust\": 989, \"rank\": 1324, \"rankvar\": 295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1373, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1568, \"group\": [990.0, 279.0, 69.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTACTTAC\", \"ini\": 269, \"clust\": 1090, \"rank\": 1328, \"rankvar\": 1543, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1374, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1065, \"group\": [1091.0, 292.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGCACCGTC\", \"ini\": 268, \"clust\": 711, \"rank\": 1203, \"rankvar\": 1412, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1375, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 50, \"group\": [724.0, 188.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTATTCTC\", \"ini\": 267, \"clust\": 1611, \"rank\": 1276, \"rankvar\": 1021, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1376, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 538, \"group\": [1612.0, 453.0, 113.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCGAGCCCA\", \"ini\": 266, \"clust\": 1017, \"rank\": 1214, \"rankvar\": 1378, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1377, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1066, \"group\": [1016.0, 284.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGATCGGGT\", \"ini\": 265, \"clust\": 1599, \"rank\": 1555, \"rankvar\": 1095, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1378, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 539, \"group\": [1598.0, 446.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTTGTACAC\", \"ini\": 264, \"clust\": 1626, \"rank\": 1392, \"rankvar\": 1211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1379, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 540, \"group\": [1626.0, 457.0, 114.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAATCGAAA\", \"ini\": 263, \"clust\": 1573, \"rank\": 1448, \"rankvar\": 624, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1380, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 541, \"group\": [1573.0, 442.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGTGCCTG\", \"ini\": 262, \"clust\": 1472, \"rank\": 1620, \"rankvar\": 1639, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1381, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 542, \"group\": [1471.0, 411.0, 105.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACGACGT\", \"ini\": 261, \"clust\": 1341, \"rank\": 1510, \"rankvar\": 1060, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1382, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 543, \"group\": [1342.0, 371.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTTCTCATT\", \"ini\": 260, \"clust\": 914, \"rank\": 1221, \"rankvar\": 1097, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1383, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1237, \"group\": [914.0, 254.0, 61.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATGTCCC\", \"ini\": 259, \"clust\": 1517, \"rank\": 1354, \"rankvar\": 1134, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1384, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 544, \"group\": [1518.0, 431.0, 110.0, 28.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTCAAGTG\", \"ini\": 258, \"clust\": 1309, \"rank\": 1599, \"rankvar\": 1229, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 413, \"group\": [1311.0, 356.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCAGAGGGATA\", \"ini\": 257, \"clust\": 1497, \"rank\": 1540, \"rankvar\": 1540, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1386, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 545, \"group\": [1497.0, 422.0, 107.0, 27.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTAGCCTAT\", \"ini\": 256, \"clust\": 1014, \"rank\": 1259, \"rankvar\": 1263, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1387, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1067, \"group\": [1013.0, 284.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGTTAGCGG\", \"ini\": 255, \"clust\": 1120, \"rank\": 1173, \"rankvar\": 1370, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1388, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1068, \"group\": [1120.0, 294.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGCACACGCTG\", \"ini\": 254, \"clust\": 1306, \"rank\": 1406, \"rankvar\": 1609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1389, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 546, \"group\": [1305.0, 356.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCAGAAGG\", \"ini\": 253, \"clust\": 926, \"rank\": 1227, \"rankvar\": 1249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1390, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 51, \"group\": [925.0, 258.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACACTGCCAG\", \"ini\": 252, \"clust\": 691, \"rank\": 1524, \"rankvar\": 1137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1391, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 52, \"group\": [691.0, 184.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGACTGTAA\", \"ini\": 251, \"clust\": 1166, \"rank\": 883, \"rankvar\": 1590, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1392, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1069, \"group\": [1169.0, 307.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTGAGGTG\", \"ini\": 250, \"clust\": 1104, \"rank\": 1215, \"rankvar\": 1404, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1393, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1070, \"group\": [1107.0, 293.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCAGTAAGAT\", \"ini\": 249, \"clust\": 1283, \"rank\": 1264, \"rankvar\": 1291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1394, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 414, \"group\": [1284.0, 349.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCACCCTATC\", \"ini\": 248, \"clust\": 967, \"rank\": 1316, \"rankvar\": 1512, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1395, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 53, \"group\": [966.0, 262.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCCTCGCAT\", \"ini\": 247, \"clust\": 1600, \"rank\": 1544, \"rankvar\": 1057, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1396, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 547, \"group\": [1599.0, 446.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGACGAT\", \"ini\": 246, \"clust\": 1284, \"rank\": 1379, \"rankvar\": 1548, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1397, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 993, \"group\": [1285.0, 349.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGTGGTAAT\", \"ini\": 245, \"clust\": 1164, \"rank\": 726, \"rankvar\": 1499, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1398, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1191, \"group\": [1164.0, 306.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTTCTGGTA\", \"ini\": 244, \"clust\": 685, \"rank\": 1420, \"rankvar\": 1628, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1399, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1642, \"group\": [683.0, 180.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGAAGGTTT\", \"ini\": 243, \"clust\": 1579, \"rank\": 1590, \"rankvar\": 1269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1400, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1569, \"group\": [1580.0, 443.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCAAGCTGGA\", \"ini\": 242, \"clust\": 1105, \"rank\": 1077, \"rankvar\": 1386, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1401, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1071, \"group\": [1105.0, 293.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGCAAAGGTGC\", \"ini\": 241, \"clust\": 1538, \"rank\": 1463, \"rankvar\": 366, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1402, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 548, \"group\": [1539.0, 440.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGGTCCC\", \"ini\": 240, \"clust\": 1604, \"rank\": 1334, \"rankvar\": 188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1403, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 549, \"group\": [1605.0, 448.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCTAACTC\", \"ini\": 239, \"clust\": 1602, \"rank\": 1447, \"rankvar\": 1004, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1404, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 550, \"group\": [1602.0, 447.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGTGCC\", \"ini\": 238, \"clust\": 1162, \"rank\": 1005, \"rankvar\": 1334, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1405, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1192, \"group\": [1165.0, 306.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATAGAAAC\", \"ini\": 237, \"clust\": 1345, \"rank\": 1377, \"rankvar\": 1282, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1406, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 551, \"group\": [1348.0, 373.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTGGACGT\", \"ini\": 236, \"clust\": 1073, \"rank\": 1459, \"rankvar\": 1058, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1407, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1072, \"group\": [1080.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATGAGCGA\", \"ini\": 235, \"clust\": 1398, \"rank\": 1381, \"rankvar\": 951, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1408, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 552, \"group\": [1399.0, 387.0, 96.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTGATACG\", \"ini\": 234, \"clust\": 910, \"rank\": 1058, \"rankvar\": 504, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1409, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 54, \"group\": [913.0, 253.0, 60.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGGTGTTG\", \"ini\": 233, \"clust\": 1016, \"rank\": 1319, \"rankvar\": 1085, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1410, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1073, \"group\": [1018.0, 284.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCACCGCTAG\", \"ini\": 232, \"clust\": 1121, \"rank\": 1228, \"rankvar\": 1268, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1411, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1074, \"group\": [1121.0, 294.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCTGTGCAA\", \"ini\": 231, \"clust\": 1018, \"rank\": 1244, \"rankvar\": 1255, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1412, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1075, \"group\": [1017.0, 284.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTTGAC\", \"ini\": 230, \"clust\": 1594, \"rank\": 1468, \"rankvar\": 707, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1413, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 553, \"group\": [1595.0, 445.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTATCCAGATCA\", \"ini\": 229, \"clust\": 959, \"rank\": 1431, \"rankvar\": 1246, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1414, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 55, \"group\": [958.0, 260.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTCATCCCT\", \"ini\": 228, \"clust\": 1542, \"rank\": 1483, \"rankvar\": 325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1415, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 415, \"group\": [1543.0, 440.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACTTACGA\", \"ini\": 227, \"clust\": 1037, \"rank\": 1365, \"rankvar\": 1238, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1416, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1076, \"group\": [1038.0, 289.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCCGCCTA\", \"ini\": 226, \"clust\": 1106, \"rank\": 1204, \"rankvar\": 1444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1417, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1077, \"group\": [1106.0, 293.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATCCCGC\", \"ini\": 225, \"clust\": 957, \"rank\": 1568, \"rankvar\": 1601, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1418, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 56, \"group\": [960.0, 260.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCAAACCAC\", \"ini\": 224, \"clust\": 1031, \"rank\": 1332, \"rankvar\": 960, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1419, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1078, \"group\": [1031.0, 288.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCTGCT\", \"ini\": 223, \"clust\": 1589, \"rank\": 1445, \"rankvar\": 804, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1420, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 554, \"group\": [1589.0, 445.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACACTGCG\", \"ini\": 222, \"clust\": 918, \"rank\": 851, \"rankvar\": 1621, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1421, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1238, \"group\": [917.0, 256.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTCAGGACA\", \"ini\": 221, \"clust\": 999, \"rank\": 1107, \"rankvar\": 1545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1422, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1079, \"group\": [999.0, 282.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTACACCT\", \"ini\": 220, \"clust\": 960, \"rank\": 1507, \"rankvar\": 1549, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1423, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 57, \"group\": [956.0, 260.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCTCGTTTA\", \"ini\": 219, \"clust\": 963, \"rank\": 1521, \"rankvar\": 1433, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1424, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 58, \"group\": [961.0, 260.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTTGACAC\", \"ini\": 218, \"clust\": 1587, \"rank\": 1390, \"rankvar\": 778, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1425, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 555, \"group\": [1590.0, 445.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTAGGTT\", \"ini\": 217, \"clust\": 686, \"rank\": 1298, \"rankvar\": 1077, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1426, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1080, \"group\": [684.0, 180.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAGACAAAT\", \"ini\": 216, \"clust\": 1540, \"rank\": 1508, \"rankvar\": 881, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1427, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 556, \"group\": [1541.0, 440.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCCTCAATT\", \"ini\": 215, \"clust\": 1603, \"rank\": 1558, \"rankvar\": 1170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1428, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 557, \"group\": [1603.0, 447.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCACGACG\", \"ini\": 214, \"clust\": 1169, \"rank\": 1055, \"rankvar\": 1605, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1429, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1081, \"group\": [1167.0, 307.0, 73.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATGCCTAA\", \"ini\": 213, \"clust\": 1097, \"rank\": 1237, \"rankvar\": 1406, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1430, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1082, \"group\": [1097.0, 293.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGTCTTGCA\", \"ini\": 212, \"clust\": 1100, \"rank\": 1205, \"rankvar\": 1265, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1431, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1083, \"group\": [1104.0, 293.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGCAGGTA\", \"ini\": 211, \"clust\": 1601, \"rank\": 1407, \"rankvar\": 1147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1432, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 558, \"group\": [1604.0, 447.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTAGAGTC\", \"ini\": 210, \"clust\": 1338, \"rank\": 1339, \"rankvar\": 923, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1433, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1084, \"group\": [1339.0, 370.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGTCTAT\", \"ini\": 209, \"clust\": 1293, \"rank\": 1597, \"rankvar\": 1580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1434, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 416, \"group\": [1315.0, 357.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGAGCTGCA\", \"ini\": 208, \"clust\": 1340, \"rank\": 1482, \"rankvar\": 1447, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1435, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 559, \"group\": [1341.0, 371.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGTCTTGTATC\", \"ini\": 207, \"clust\": 1092, \"rank\": 1343, \"rankvar\": 1328, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1436, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1085, \"group\": [1095.0, 293.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACACGAAACG\", \"ini\": 206, \"clust\": 1102, \"rank\": 1285, \"rankvar\": 1198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1437, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1086, \"group\": [1101.0, 293.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCGATAGC\", \"ini\": 205, \"clust\": 991, \"rank\": 1320, \"rankvar\": 440, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1438, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1193, \"group\": [994.0, 280.0, 69.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAGGGTATG\", \"ini\": 204, \"clust\": 1098, \"rank\": 1148, \"rankvar\": 1046, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1439, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1087, \"group\": [1099.0, 293.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCTGCAC\", \"ini\": 203, \"clust\": 1145, \"rank\": 1422, \"rankvar\": 810, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1440, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1194, \"group\": [1148.0, 301.0, 71.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTCAGACT\", \"ini\": 202, \"clust\": 1635, \"rank\": 1592, \"rankvar\": 1539, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1441, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 560, \"group\": [1636.0, 460.0, 115.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCAAAGTCAA\", \"ini\": 201, \"clust\": 1001, \"rank\": 1200, \"rankvar\": 1244, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1442, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1088, \"group\": [1008.0, 283.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTTAGCGG\", \"ini\": 200, \"clust\": 930, \"rank\": 1288, \"rankvar\": 1627, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1443, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 59, \"group\": [929.0, 258.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTTGATTGC\", \"ini\": 199, \"clust\": 928, \"rank\": 1286, \"rankvar\": 1599, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1444, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 60, \"group\": [927.0, 258.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGTTCATG\", \"ini\": 198, \"clust\": 1040, \"rank\": 1453, \"rankvar\": 515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1445, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1089, \"group\": [1042.0, 289.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGGAGGTA\", \"ini\": 197, \"clust\": 1609, \"rank\": 1302, \"rankvar\": 1012, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1446, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1195, \"group\": [1610.0, 451.0, 113.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGCTGAG\", \"ini\": 196, \"clust\": 1085, \"rank\": 1498, \"rankvar\": 896, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1447, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1090, \"group\": [1085.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGTTGGC\", \"ini\": 195, \"clust\": 1636, \"rank\": 1602, \"rankvar\": 1523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1448, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 561, \"group\": [1637.0, 460.0, 115.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGACACTAA\", \"ini\": 194, \"clust\": 915, \"rank\": 1233, \"rankvar\": 1454, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1449, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1239, \"group\": [915.0, 255.0, 61.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCCTCCAT\", \"ini\": 193, \"clust\": 1011, \"rank\": 1241, \"rankvar\": 1506, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1450, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1091, \"group\": [1015.0, 284.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACTCCTG\", \"ini\": 192, \"clust\": 1108, \"rank\": 1224, \"rankvar\": 1366, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1451, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1092, \"group\": [1111.0, 293.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGGCAGTCA\", \"ini\": 191, \"clust\": 1033, \"rank\": 1441, \"rankvar\": 907, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1452, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1093, \"group\": [1034.0, 288.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTACAGACG\", \"ini\": 190, \"clust\": 931, \"rank\": 1374, \"rankvar\": 1573, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1453, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 61, \"group\": [930.0, 258.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGGACAA\", \"ini\": 189, \"clust\": 934, \"rank\": 1169, \"rankvar\": 1491, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1454, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 62, \"group\": [932.0, 258.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCATGGGAAC\", \"ini\": 188, \"clust\": 964, \"rank\": 1591, \"rankvar\": 1516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1455, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 63, \"group\": [962.0, 260.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATAGGATA\", \"ini\": 187, \"clust\": 1004, \"rank\": 1389, \"rankvar\": 1281, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1456, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1094, \"group\": [1002.0, 283.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGTTTGT\", \"ini\": 186, \"clust\": 1299, \"rank\": 1487, \"rankvar\": 1414, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1457, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 562, \"group\": [1299.0, 355.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACAGATGAGC\", \"ini\": 185, \"clust\": 1066, \"rank\": 1409, \"rankvar\": 1216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1458, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1095, \"group\": [1069.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCTCTGAGA\", \"ini\": 184, \"clust\": 1153, \"rank\": 1351, \"rankvar\": 324, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1459, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 563, \"group\": [1153.0, 302.0, 71.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTTCGAATC\", \"ini\": 183, \"clust\": 1077, \"rank\": 1519, \"rankvar\": 890, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1460, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1096, \"group\": [1078.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCTCCAT\", \"ini\": 182, \"clust\": 1342, \"rank\": 1516, \"rankvar\": 1356, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1461, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1097, \"group\": [1343.0, 371.0, 93.0, 24.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAGAAGC\", \"ini\": 181, \"clust\": 1127, \"rank\": 1367, \"rankvar\": 1422, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1462, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1098, \"group\": [1129.0, 295.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCACGGTGTC\", \"ini\": 180, \"clust\": 1556, \"rank\": 1636, \"rankvar\": 1618, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 417, \"group\": [1560.0, 441.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCAATGGACG\", \"ini\": 179, \"clust\": 958, \"rank\": 1418, \"rankvar\": 1064, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1464, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 64, \"group\": [959.0, 260.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTCAAACTC\", \"ini\": 178, \"clust\": 1020, \"rank\": 1336, \"rankvar\": 1319, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1465, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1099, \"group\": [1024.0, 285.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGCGATAGC\", \"ini\": 177, \"clust\": 689, \"rank\": 1577, \"rankvar\": 1558, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1466, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 418, \"group\": [689.0, 183.0, 42.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTACGCACC\", \"ini\": 176, \"clust\": 929, \"rank\": 1435, \"rankvar\": 1602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1467, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 65, \"group\": [928.0, 258.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTATATGAG\", \"ini\": 175, \"clust\": 1545, \"rank\": 1609, \"rankvar\": 1108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1468, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 564, \"group\": [1545.0, 440.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTTGTTTC\", \"ini\": 174, \"clust\": 1114, \"rank\": 1437, \"rankvar\": 1163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1469, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1100, \"group\": [1113.0, 294.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGGTTCGGGCT\", \"ini\": 173, \"clust\": 1057, \"rank\": 1423, \"rankvar\": 1074, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1470, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1101, \"group\": [1056.0, 289.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTGTGACCC\", \"ini\": 172, \"clust\": 984, \"rank\": 1388, \"rankvar\": 1390, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1471, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1102, \"group\": [984.0, 277.0, 69.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTACGTAA\", \"ini\": 171, \"clust\": 1113, \"rank\": 1488, \"rankvar\": 1362, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1472, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1103, \"group\": [1115.0, 294.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTTCACGGC\", \"ini\": 170, \"clust\": 1565, \"rank\": 1608, \"rankvar\": 1592, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1473, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 565, \"group\": [1568.0, 441.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCAAGGCTT\", \"ini\": 169, \"clust\": 1069, \"rank\": 1412, \"rankvar\": 709, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1474, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1104, \"group\": [1073.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCATCGGCGGTT\", \"ini\": 168, \"clust\": 1559, \"rank\": 1622, \"rankvar\": 1471, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1475, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 566, \"group\": [1558.0, 441.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTCGGGTCT\", \"ini\": 167, \"clust\": 1019, \"rank\": 1293, \"rankvar\": 1424, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1476, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1196, \"group\": [1028.0, 286.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTCTGCGGT\", \"ini\": 166, \"clust\": 1063, \"rank\": 1473, \"rankvar\": 1284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1477, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1105, \"group\": [1066.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCTGCGGT\", \"ini\": 165, \"clust\": 962, \"rank\": 1413, \"rankvar\": 1391, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1478, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 66, \"group\": [963.0, 260.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAGGTTTC\", \"ini\": 164, \"clust\": 1607, \"rank\": 1606, \"rankvar\": 882, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1479, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 567, \"group\": [1607.0, 449.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGCCCGAAA\", \"ini\": 163, \"clust\": 1110, \"rank\": 1197, \"rankvar\": 1312, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1480, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1106, \"group\": [1108.0, 293.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCTGTAT\", \"ini\": 162, \"clust\": 1557, \"rank\": 1569, \"rankvar\": 1318, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1481, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 568, \"group\": [1559.0, 441.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGACAGACC\", \"ini\": 161, \"clust\": 1126, \"rank\": 1268, \"rankvar\": 1251, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1482, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1107, \"group\": [1133.0, 295.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCGAATGGG\", \"ini\": 160, \"clust\": 1032, \"rank\": 1404, \"rankvar\": 1091, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1483, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1108, \"group\": [1032.0, 288.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCGCATAT\", \"ini\": 159, \"clust\": 1075, \"rank\": 1461, \"rankvar\": 1104, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1484, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1109, \"group\": [1074.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCGGCGCAT\", \"ini\": 158, \"clust\": 1038, \"rank\": 1386, \"rankvar\": 996, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1485, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1110, \"group\": [1036.0, 289.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCAGCTGTAT\", \"ini\": 157, \"clust\": 1003, \"rank\": 1362, \"rankvar\": 1294, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1486, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1111, \"group\": [1004.0, 283.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCAGCTTAG\", \"ini\": 156, \"clust\": 1139, \"rank\": 1605, \"rankvar\": 1106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1487, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1112, \"group\": [1139.0, 298.0, 71.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGCTAACTC\", \"ini\": 155, \"clust\": 927, \"rank\": 1348, \"rankvar\": 1562, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1488, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1240, \"group\": [926.0, 258.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTCCAACTA\", \"ini\": 154, \"clust\": 1610, \"rank\": 1402, \"rankvar\": 1045, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1489, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 569, \"group\": [1611.0, 452.0, 113.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTACGCCC\", \"ini\": 153, \"clust\": 1311, \"rank\": 1621, \"rankvar\": 1339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1490, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 994, \"group\": [1310.0, 356.0, 86.0, 22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCTGCCAGG\", \"ini\": 152, \"clust\": 1109, \"rank\": 1149, \"rankvar\": 1264, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1491, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1113, \"group\": [1110.0, 293.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTTACGA\", \"ini\": 151, \"clust\": 1124, \"rank\": 1333, \"rankvar\": 1240, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1492, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1114, \"group\": [1125.0, 294.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAAGATGTTAG\", \"ini\": 150, \"clust\": 1091, \"rank\": 1287, \"rankvar\": 1492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1493, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1115, \"group\": [1092.0, 292.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAAGAGGCT\", \"ini\": 149, \"clust\": 1015, \"rank\": 1353, \"rankvar\": 1622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1494, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1116, \"group\": [1019.0, 284.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCTTAGAGC\", \"ini\": 148, \"clust\": 1152, \"rank\": 1391, \"rankvar\": 287, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1495, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1197, \"group\": [1155.0, 302.0, 71.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGTAGATGT\", \"ini\": 147, \"clust\": 921, \"rank\": 1396, \"rankvar\": 1633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1496, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1241, \"group\": [921.0, 257.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGTCTTGCA\", \"ini\": 146, \"clust\": 1054, \"rank\": 1398, \"rankvar\": 1224, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1497, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1117, \"group\": [1052.0, 289.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAACGATGG\", \"ini\": 145, \"clust\": 1095, \"rank\": 1230, \"rankvar\": 1479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1498, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1118, \"group\": [1098.0, 293.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAACGCGA\", \"ini\": 144, \"clust\": 1000, \"rank\": 1314, \"rankvar\": 1421, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1499, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1119, \"group\": [1000.0, 282.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAAGCGAGT\", \"ini\": 143, \"clust\": 1125, \"rank\": 1357, \"rankvar\": 1364, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1500, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1120, \"group\": [1126.0, 294.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGGACGAAA\", \"ini\": 142, \"clust\": 1123, \"rank\": 1318, \"rankvar\": 1410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1501, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1121, \"group\": [1124.0, 294.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTGGTTCC\", \"ini\": 141, \"clust\": 1021, \"rank\": 1411, \"rankvar\": 1397, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1502, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1122, \"group\": [1023.0, 285.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAGCGATCC\", \"ini\": 140, \"clust\": 1605, \"rank\": 1530, \"rankvar\": 936, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1503, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 570, \"group\": [1606.0, 448.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACTGGG\", \"ini\": 139, \"clust\": 1086, \"rank\": 1573, \"rankvar\": 989, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1504, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1123, \"group\": [1086.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGTCGTAGGTT\", \"ini\": 138, \"clust\": 1078, \"rank\": 1581, \"rankvar\": 799, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1505, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1124, \"group\": [1076.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTTCAACT\", \"ini\": 137, \"clust\": 1059, \"rank\": 1501, \"rankvar\": 1047, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1506, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1125, \"group\": [1063.0, 290.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCATCATTC\", \"ini\": 136, \"clust\": 1027, \"rank\": 1347, \"rankvar\": 1392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1507, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1126, \"group\": [1026.0, 285.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGCACGCCT\", \"ini\": 135, \"clust\": 1050, \"rank\": 1525, \"rankvar\": 1151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1508, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1127, \"group\": [1049.0, 289.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCGATTGT\", \"ini\": 134, \"clust\": 1041, \"rank\": 1457, \"rankvar\": 594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1509, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1128, \"group\": [1040.0, 289.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTTGACTG\", \"ini\": 133, \"clust\": 1088, \"rank\": 1586, \"rankvar\": 919, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1510, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1129, \"group\": [1088.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTAAGTTCC\", \"ini\": 132, \"clust\": 1625, \"rank\": 1361, \"rankvar\": 1351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1511, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1242, \"group\": [1628.0, 458.0, 114.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGATGGAA\", \"ini\": 131, \"clust\": 1036, \"rank\": 1428, \"rankvar\": 1400, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1512, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1130, \"group\": [1039.0, 289.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTGGGTCAA\", \"ini\": 130, \"clust\": 1623, \"rank\": 1451, \"rankvar\": 967, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1513, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1198, \"group\": [1624.0, 456.0, 113.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCAAACTG\", \"ini\": 129, \"clust\": 1006, \"rank\": 1342, \"rankvar\": 1342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1514, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1199, \"group\": [1005.0, 283.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATCCAAC\", \"ini\": 128, \"clust\": 950, \"rank\": 1542, \"rankvar\": 1532, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1515, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1131, \"group\": [948.0, 259.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGAGTACAT\", \"ini\": 127, \"clust\": 1029, \"rank\": 1472, \"rankvar\": 1464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1516, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1200, \"group\": [1030.0, 287.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGGCAAAGA\", \"ini\": 126, \"clust\": 1025, \"rank\": 1449, \"rankvar\": 1377, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1517, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1132, \"group\": [1027.0, 285.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGTCAATAG\", \"ini\": 125, \"clust\": 1005, \"rank\": 1335, \"rankvar\": 1158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1518, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1133, \"group\": [1003.0, 283.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCGAATGCT\", \"ini\": 124, \"clust\": 1103, \"rank\": 1358, \"rankvar\": 1482, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1519, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1134, \"group\": [1102.0, 293.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCATTCACT\", \"ini\": 123, \"clust\": 1064, \"rank\": 1565, \"rankvar\": 1055, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1520, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1135, \"group\": [1064.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACCCATTC\", \"ini\": 122, \"clust\": 1111, \"rank\": 1370, \"rankvar\": 1472, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1521, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1136, \"group\": [1109.0, 293.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCTCAGT\", \"ini\": 121, \"clust\": 952, \"rank\": 1575, \"rankvar\": 1579, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1522, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 67, \"group\": [952.0, 259.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGAGCCAA\", \"ini\": 120, \"clust\": 1061, \"rank\": 1601, \"rankvar\": 954, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1523, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1137, \"group\": [1060.0, 290.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTGACAG\", \"ini\": 119, \"clust\": 936, \"rank\": 1515, \"rankvar\": 1640, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1524, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 68, \"group\": [935.0, 258.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCGGCGCTA\", \"ini\": 118, \"clust\": 937, \"rank\": 1512, \"rankvar\": 1635, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1525, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 69, \"group\": [936.0, 258.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCTGGTGTA\", \"ini\": 117, \"clust\": 1056, \"rank\": 1470, \"rankvar\": 1149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1526, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1138, \"group\": [1058.0, 289.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCCAATT\", \"ini\": 116, \"clust\": 1023, \"rank\": 1561, \"rankvar\": 1344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1527, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1139, \"group\": [1020.0, 285.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACAGTGAGTG\", \"ini\": 115, \"clust\": 994, \"rank\": 1368, \"rankvar\": 1428, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1528, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1201, \"group\": [995.0, 281.0, 69.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATTGCGGC\", \"ini\": 114, \"clust\": 1614, \"rank\": 1595, \"rankvar\": 1206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1529, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1202, \"group\": [1614.0, 454.0, 113.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTCGCATCG\", \"ini\": 113, \"clust\": 1612, \"rank\": 1576, \"rankvar\": 1301, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1530, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 571, \"group\": [1613.0, 453.0, 113.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTCCTGCTT\", \"ini\": 112, \"clust\": 1084, \"rank\": 1594, \"rankvar\": 518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1531, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1140, \"group\": [1087.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACCCACC\", \"ini\": 111, \"clust\": 1009, \"rank\": 1426, \"rankvar\": 1331, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1532, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1141, \"group\": [1009.0, 284.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACCATTCCTGC\", \"ini\": 110, \"clust\": 1008, \"rank\": 1375, \"rankvar\": 1272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1533, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1203, \"group\": [1011.0, 284.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACGAAGCA\", \"ini\": 109, \"clust\": 1566, \"rank\": 1619, \"rankvar\": 1459, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1534, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1243, \"group\": [1566.0, 441.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGACAGGAACGT\", \"ini\": 108, \"clust\": 1115, \"rank\": 1424, \"rankvar\": 1266, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1535, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1142, \"group\": [1114.0, 294.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCTAGGGC\", \"ini\": 107, \"clust\": 996, \"rank\": 1419, \"rankvar\": 1310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1536, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1204, \"group\": [997.0, 281.0, 69.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACTCGGGAGTA\", \"ini\": 106, \"clust\": 1608, \"rank\": 1615, \"rankvar\": 1039, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1537, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 572, \"group\": [1608.0, 449.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACATTCCTGC\", \"ini\": 105, \"clust\": 1052, \"rank\": 1478, \"rankvar\": 1348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1538, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1143, \"group\": [1055.0, 289.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTTCGAGA\", \"ini\": 104, \"clust\": 1564, \"rank\": 1637, \"rankvar\": 1510, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 419, \"group\": [1564.0, 441.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACCTTTG\", \"ini\": 103, \"clust\": 946, \"rank\": 1541, \"rankvar\": 1350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1540, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1144, \"group\": [946.0, 259.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTGCCTTGG\", \"ini\": 102, \"clust\": 1062, \"rank\": 1616, \"rankvar\": 1007, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1541, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1145, \"group\": [1061.0, 290.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGACTTGAA\", \"ini\": 101, \"clust\": 1076, \"rank\": 1476, \"rankvar\": 1241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1542, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1146, \"group\": [1075.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTCTCAACA\", \"ini\": 100, \"clust\": 1575, \"rank\": 1630, \"rankvar\": 1374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1543, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 573, \"group\": [1576.0, 443.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCAACGCTA\", \"ini\": 99, \"clust\": 1141, \"rank\": 1564, \"rankvar\": 1493, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1544, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1147, \"group\": [1144.0, 300.0, 71.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGGCT\", \"ini\": 98, \"clust\": 947, \"rank\": 1503, \"rankvar\": 944, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1545, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1244, \"group\": [944.0, 259.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCTGCGACG\", \"ini\": 97, \"clust\": 1144, \"rank\": 1359, \"rankvar\": 1317, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1546, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1205, \"group\": [1149.0, 301.0, 71.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTCCTTC\", \"ini\": 96, \"clust\": 1627, \"rank\": 1509, \"rankvar\": 1634, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1547, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1245, \"group\": [1627.0, 457.0, 114.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGGTGCAAC\", \"ini\": 95, \"clust\": 1010, \"rank\": 1511, \"rankvar\": 1483, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1548, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1148, \"group\": [1010.0, 284.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGATAGGAG\", \"ini\": 94, \"clust\": 922, \"rank\": 1265, \"rankvar\": 1611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1549, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1246, \"group\": [922.0, 257.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCAGGA\", \"ini\": 93, \"clust\": 1112, \"rank\": 1393, \"rankvar\": 1481, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1550, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1149, \"group\": [1116.0, 294.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGATATACG\", \"ini\": 92, \"clust\": 1154, \"rank\": 1538, \"rankvar\": 762, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1551, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1206, \"group\": [1154.0, 302.0, 71.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTTGATTCG\", \"ini\": 91, \"clust\": 997, \"rank\": 1454, \"rankvar\": 1125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1552, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1207, \"group\": [998.0, 281.0, 69.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCACCAGTTA\", \"ini\": 90, \"clust\": 1058, \"rank\": 1502, \"rankvar\": 1416, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1553, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1150, \"group\": [1057.0, 289.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCACCCGAG\", \"ini\": 89, \"clust\": 1024, \"rank\": 1543, \"rankvar\": 1409, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1554, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1151, \"group\": [1021.0, 285.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTCCAGTAT\", \"ini\": 88, \"clust\": 1616, \"rank\": 1567, \"rankvar\": 212, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1555, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1247, \"group\": [1619.0, 454.0, 113.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAATGGAAT\", \"ini\": 87, \"clust\": 935, \"rank\": 1552, \"rankvar\": 1538, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1556, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 70, \"group\": [937.0, 258.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGTACGCGA\", \"ini\": 86, \"clust\": 1043, \"rank\": 1514, \"rankvar\": 1205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1557, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1208, \"group\": [1043.0, 289.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTCCTG\", \"ini\": 85, \"clust\": 1147, \"rank\": 1399, \"rankvar\": 1157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1558, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1209, \"group\": [1145.0, 301.0, 71.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCTGTTCA\", \"ini\": 84, \"clust\": 1134, \"rank\": 1526, \"rankvar\": 1259, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1559, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1152, \"group\": [1134.0, 296.0, 71.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTCCGAAGA\", \"ini\": 83, \"clust\": 1007, \"rank\": 1504, \"rankvar\": 1275, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1560, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1210, \"group\": [1006.0, 283.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTACAAGTA\", \"ini\": 82, \"clust\": 1082, \"rank\": 1580, \"rankvar\": 1024, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1561, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1153, \"group\": [1081.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCATCGATG\", \"ini\": 81, \"clust\": 1571, \"rank\": 1634, \"rankvar\": 1450, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1562, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 574, \"group\": [1574.0, 442.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGGTACAGACG\", \"ini\": 80, \"clust\": 1621, \"rank\": 1548, \"rankvar\": 1212, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1563, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1154, \"group\": [1622.0, 455.0, 113.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTCATCCA\", \"ini\": 79, \"clust\": 1080, \"rank\": 1607, \"rankvar\": 1141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1564, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1155, \"group\": [1084.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCTTGACGA\", \"ini\": 78, \"clust\": 1116, \"rank\": 1466, \"rankvar\": 1440, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1565, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1211, \"group\": [1119.0, 294.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTCTCTG\", \"ini\": 77, \"clust\": 1055, \"rank\": 1491, \"rankvar\": 1278, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1566, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1156, \"group\": [1053.0, 289.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGCGATA\", \"ini\": 76, \"clust\": 1624, \"rank\": 1480, \"rankvar\": 1166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1567, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1212, \"group\": [1625.0, 456.0, 113.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATAGTCA\", \"ini\": 75, \"clust\": 1045, \"rank\": 1562, \"rankvar\": 1201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1568, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1157, \"group\": [1048.0, 289.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGCGCTTG\", \"ini\": 74, \"clust\": 938, \"rank\": 1518, \"rankvar\": 1630, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1569, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1248, \"group\": [938.0, 258.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACATCACGAT\", \"ini\": 73, \"clust\": 944, \"rank\": 1517, \"rankvar\": 1327, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1570, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1249, \"group\": [964.0, 261.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAACTGGCC\", \"ini\": 72, \"clust\": 1049, \"rank\": 1559, \"rankvar\": 1270, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1571, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1158, \"group\": [1051.0, 289.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTCGAACAG\", \"ini\": 71, \"clust\": 985, \"rank\": 1380, \"rankvar\": 1203, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1572, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1213, \"group\": [985.0, 277.0, 69.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCTTGTACT\", \"ini\": 70, \"clust\": 1051, \"rank\": 1574, \"rankvar\": 1531, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1573, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1159, \"group\": [1050.0, 289.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGGATCGA\", \"ini\": 69, \"clust\": 993, \"rank\": 1417, \"rankvar\": 1050, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1574, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1214, \"group\": [993.0, 280.0, 69.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTAGAGTGC\", \"ini\": 68, \"clust\": 1022, \"rank\": 1539, \"rankvar\": 1575, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1575, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1160, \"group\": [1022.0, 285.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCCTAGCG\", \"ini\": 67, \"clust\": 1148, \"rank\": 1536, \"rankvar\": 1311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1576, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1572, \"group\": [1146.0, 301.0, 71.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCACCATGTA\", \"ini\": 66, \"clust\": 1071, \"rank\": 1546, \"rankvar\": 1143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1577, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1215, \"group\": [1070.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCTGCAAT\", \"ini\": 65, \"clust\": 1079, \"rank\": 1531, \"rankvar\": 1018, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1578, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1161, \"group\": [1077.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAAGGCGT\", \"ini\": 64, \"clust\": 1067, \"rank\": 1554, \"rankvar\": 1465, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1579, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1162, \"group\": [1067.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTTCTGAAC\", \"ini\": 63, \"clust\": 1146, \"rank\": 1553, \"rankvar\": 1113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1580, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1573, \"group\": [1147.0, 301.0, 71.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCTAGAAC\", \"ini\": 62, \"clust\": 1047, \"rank\": 1529, \"rankvar\": 728, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1581, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1163, \"group\": [1045.0, 289.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCGACTAT\", \"ini\": 61, \"clust\": 939, \"rank\": 1433, \"rankvar\": 1620, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1582, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 71, \"group\": [939.0, 258.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAGTTAGGGTG\", \"ini\": 60, \"clust\": 1030, \"rank\": 1427, \"rankvar\": 918, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1583, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1216, \"group\": [1033.0, 288.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCGATAA\", \"ini\": 59, \"clust\": 1136, \"rank\": 1613, \"rankvar\": 1144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1584, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1217, \"group\": [1137.0, 298.0, 71.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGCTGAAAT\", \"ini\": 58, \"clust\": 1099, \"rank\": 1460, \"rankvar\": 1581, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1585, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1164, \"group\": [1100.0, 293.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCCGAGTC\", \"ini\": 57, \"clust\": 1046, \"rank\": 1556, \"rankvar\": 1188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1586, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1165, \"group\": [1047.0, 289.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGAGTAGA\", \"ini\": 56, \"clust\": 953, \"rank\": 1496, \"rankvar\": 1495, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1587, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1250, \"group\": [950.0, 259.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGTTTACG\", \"ini\": 55, \"clust\": 1070, \"rank\": 1578, \"rankvar\": 984, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1588, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1166, \"group\": [1072.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAGTTCCGGCA\", \"ini\": 54, \"clust\": 1553, \"rank\": 1642, \"rankvar\": 1608, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1589, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1251, \"group\": [1554.0, 440.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACAGATTC\", \"ini\": 53, \"clust\": 1117, \"rank\": 1492, \"rankvar\": 1563, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1590, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1574, \"group\": [1117.0, 294.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATCTCG\", \"ini\": 52, \"clust\": 1089, \"rank\": 1551, \"rankvar\": 1214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1591, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1167, \"group\": [1089.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAAACCCAT\", \"ini\": 51, \"clust\": 1035, \"rank\": 1464, \"rankvar\": 1256, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1592, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1168, \"group\": [1059.0, 289.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTAGGGTTTCT\", \"ini\": 50, \"clust\": 1087, \"rank\": 1549, \"rankvar\": 1041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1593, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1218, \"group\": [1090.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTCTCGGC\", \"ini\": 49, \"clust\": 1143, \"rank\": 1584, \"rankvar\": 1381, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1594, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1169, \"group\": [1143.0, 299.0, 71.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAGCCTGTG\", \"ini\": 48, \"clust\": 1550, \"rank\": 1641, \"rankvar\": 1638, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1595, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 420, \"group\": [1555.0, 440.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCGTGGTCG\", \"ini\": 47, \"clust\": 1132, \"rank\": 1369, \"rankvar\": 1561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1596, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1170, \"group\": [1131.0, 295.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCAGCCTTGG\", \"ini\": 46, \"clust\": 912, \"rank\": 1533, \"rankvar\": 1462, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1597, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1252, \"group\": [912.0, 253.0, 60.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAAGCTCCCAG\", \"ini\": 45, \"clust\": 1074, \"rank\": 1611, \"rankvar\": 1591, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1598, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1171, \"group\": [1079.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCCGAATT\", \"ini\": 44, \"clust\": 945, \"rank\": 1534, \"rankvar\": 986, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1599, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1219, \"group\": [947.0, 259.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGTCGCG\", \"ini\": 43, \"clust\": 995, \"rank\": 1486, \"rankvar\": 1252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1600, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1220, \"group\": [996.0, 281.0, 69.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGGTGAGTATA\", \"ini\": 42, \"clust\": 961, \"rank\": 1545, \"rankvar\": 1571, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1601, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 72, \"group\": [957.0, 260.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTGTGAAAT\", \"ini\": 41, \"clust\": 1554, \"rank\": 1635, \"rankvar\": 1457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1602, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1253, \"group\": [1552.0, 440.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGAGTTTCCTT\", \"ini\": 40, \"clust\": 1118, \"rank\": 1442, \"rankvar\": 1228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1603, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1221, \"group\": [1118.0, 294.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGAGGGA\", \"ini\": 39, \"clust\": 1130, \"rank\": 1425, \"rankvar\": 1632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1604, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1172, \"group\": [1132.0, 295.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCAAACTC\", \"ini\": 38, \"clust\": 1053, \"rank\": 1505, \"rankvar\": 1434, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1605, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1222, \"group\": [1054.0, 289.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCAACGGGA\", \"ini\": 37, \"clust\": 1622, \"rank\": 1629, \"rankvar\": 1323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1606, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1223, \"group\": [1623.0, 455.0, 113.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTATGAATG\", \"ini\": 36, \"clust\": 1039, \"rank\": 1547, \"rankvar\": 1401, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1607, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1173, \"group\": [1037.0, 289.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGTCAGAGGTG\", \"ini\": 35, \"clust\": 1137, \"rank\": 1631, \"rankvar\": 1570, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1608, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1174, \"group\": [1138.0, 298.0, 71.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCGGCA\", \"ini\": 34, \"clust\": 986, \"rank\": 1523, \"rankvar\": 1161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1609, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1224, \"group\": [989.0, 278.0, 69.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTGTCTGATCA\", \"ini\": 33, \"clust\": 948, \"rank\": 1520, \"rankvar\": 1596, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1610, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1254, \"group\": [945.0, 259.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGAGGACGG\", \"ini\": 32, \"clust\": 1083, \"rank\": 1598, \"rankvar\": 1187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1611, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1175, \"group\": [1082.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCATTTCAGG\", \"ini\": 31, \"clust\": 954, \"rank\": 1570, \"rankvar\": 1505, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1612, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1255, \"group\": [951.0, 259.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCTAAAGA\", \"ini\": 30, \"clust\": 987, \"rank\": 1560, \"rankvar\": 1049, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1613, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1225, \"group\": [987.0, 278.0, 69.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGGGATGGG\", \"ini\": 29, \"clust\": 1048, \"rank\": 1593, \"rankvar\": 1209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1614, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1176, \"group\": [1046.0, 289.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTTGGAGGT\", \"ini\": 28, \"clust\": 1613, \"rank\": 1627, \"rankvar\": 1324, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1615, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1256, \"group\": [1616.0, 454.0, 113.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCGCCAA\", \"ini\": 27, \"clust\": 1101, \"rank\": 1458, \"rankvar\": 1612, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1616, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1177, \"group\": [1103.0, 293.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTAGCACGA\", \"ini\": 26, \"clust\": 951, \"rank\": 1610, \"rankvar\": 1572, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1617, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 73, \"group\": [949.0, 259.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCTGAAAT\", \"ini\": 25, \"clust\": 1617, \"rank\": 1623, \"rankvar\": 1165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1618, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1257, \"group\": [1617.0, 454.0, 113.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCATGTAGC\", \"ini\": 24, \"clust\": 1133, \"rank\": 1596, \"rankvar\": 1507, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1619, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1226, \"group\": [1136.0, 297.0, 71.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGGAATGGA\", \"ini\": 23, \"clust\": 1044, \"rank\": 1563, \"rankvar\": 1226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1620, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1227, \"group\": [1044.0, 289.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTCTGCCAG\", \"ini\": 22, \"clust\": 983, \"rank\": 1481, \"rankvar\": 1535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1621, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1228, \"group\": [986.0, 277.0, 69.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTTCAGACT\", \"ini\": 21, \"clust\": 1567, \"rank\": 1638, \"rankvar\": 1473, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1622, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1178, \"group\": [1567.0, 441.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGATCGCA\", \"ini\": 20, \"clust\": 1135, \"rank\": 1614, \"rankvar\": 1182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1623, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1179, \"group\": [1135.0, 296.0, 71.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGCTGCAC\", \"ini\": 19, \"clust\": 1140, \"rank\": 1639, \"rankvar\": 1053, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1624, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1180, \"group\": [1140.0, 298.0, 71.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCGGTCTAA\", \"ini\": 18, \"clust\": 1138, \"rank\": 1625, \"rankvar\": 1276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1625, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1181, \"group\": [1141.0, 298.0, 71.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCCGTCAAA\", \"ini\": 17, \"clust\": 990, \"rank\": 1600, \"rankvar\": 1200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1626, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1229, \"group\": [991.0, 279.0, 69.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGCCGGTAA\", \"ini\": 16, \"clust\": 1034, \"rank\": 1436, \"rankvar\": 1349, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1627, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1230, \"group\": [1035.0, 288.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTGGCTCCA\", \"ini\": 15, \"clust\": 1128, \"rank\": 1604, \"rankvar\": 1589, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1628, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1182, \"group\": [1127.0, 295.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTATGCGT\", \"ini\": 14, \"clust\": 1065, \"rank\": 1626, \"rankvar\": 1435, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1629, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1183, \"group\": [1065.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGTGAC\", \"ini\": 13, \"clust\": 1555, \"rank\": 1640, \"rankvar\": 1308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1630, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1258, \"group\": [1553.0, 440.0, 112.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAATCTACG\", \"ini\": 12, \"clust\": 1072, \"rank\": 1585, \"rankvar\": 1189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1631, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1184, \"group\": [1071.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCAGTCCCT\", \"ini\": 11, \"clust\": 1618, \"rank\": 1633, \"rankvar\": 1236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1632, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1185, \"group\": [1618.0, 454.0, 113.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCTCCTCT\", \"ini\": 10, \"clust\": 1150, \"rank\": 1624, \"rankvar\": 1066, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1633, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1231, \"group\": [1150.0, 302.0, 71.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAATGTTGC\", \"ini\": 9, \"clust\": 1042, \"rank\": 1583, \"rankvar\": 1300, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1634, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1232, \"group\": [1041.0, 289.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTGCTCCT\", \"ini\": 8, \"clust\": 1151, \"rank\": 1632, \"rankvar\": 1565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1635, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1186, \"group\": [1151.0, 302.0, 71.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTAAATACG\", \"ini\": 7, \"clust\": 1068, \"rank\": 1587, \"rankvar\": 1231, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1636, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1233, \"group\": [1068.0, 291.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAAACG\", \"ini\": 6, \"clust\": 949, \"rank\": 1612, \"rankvar\": 1504, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1637, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1259, \"group\": [953.0, 259.0, 62.0, 13.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAAGTCTAC\", \"ini\": 5, \"clust\": 1002, \"rank\": 1434, \"rankvar\": 1455, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1638, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1234, \"group\": [1007.0, 283.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTCTGGTCG\", \"ini\": 4, \"clust\": 988, \"rank\": 1617, \"rankvar\": 1586, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1639, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1187, \"group\": [988.0, 278.0, 69.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTACTTAGC\", \"ini\": 3, \"clust\": 1060, \"rank\": 1628, \"rankvar\": 1583, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1640, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1188, \"group\": [1062.0, 290.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTAACGGT\", \"ini\": 2, \"clust\": 1615, \"rank\": 1618, \"rankvar\": 1220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1641, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1235, \"group\": [1615.0, 454.0, 113.0, 29.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCATGTTGAC\", \"ini\": 1, \"clust\": 1129, \"rank\": 1557, \"rankvar\": 1614, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1642, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1189, \"group\": [1128.0, 295.0, 70.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}]}}, {\"N_row_var\": \"all\", \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"name\": \"CD11b\", \"ini\": 21, \"clust\": 9, \"rank\": 18, \"rankvar\": 10, \"group\": [8.0, 8.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD11c\", \"ini\": 20, \"clust\": 13, \"rank\": 12, \"rankvar\": 15, \"group\": [9.0, 9.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD123\", \"ini\": 19, \"clust\": 6, \"rank\": 5, \"rankvar\": 5, \"group\": [4.0, 4.0, 4.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD14\", \"ini\": 18, \"clust\": 10, \"rank\": 20, \"rankvar\": 8, \"group\": [6.0, 6.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD141\", \"ini\": 17, \"clust\": 7, \"rank\": 17, \"rankvar\": 17, \"group\": [5.0, 5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD16\", \"ini\": 16, \"clust\": 18, \"rank\": 6, \"rankvar\": 12, \"group\": [19.0, 19.0, 14.0, 12.0, 11.0, 7.0, 5.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD19\", \"ini\": 15, \"clust\": 16, \"rank\": 4, \"rankvar\": 4, \"group\": [15.0, 15.0, 10.0, 8.0, 7.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD1c\", \"ini\": 14, \"clust\": 5, \"rank\": 2, \"rankvar\": 2, \"group\": [13.0, 13.0, 8.0, 6.0, 5.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD206\", \"ini\": 13, \"clust\": 8, \"rank\": 14, \"rankvar\": 13, \"group\": [12.0, 12.0, 7.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD24\", \"ini\": 12, \"clust\": 17, \"rank\": 1, \"rankvar\": 1, \"group\": [16.0, 16.0, 11.0, 9.0, 8.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD27\", \"ini\": 11, \"clust\": 0, \"rank\": 10, \"rankvar\": 20, \"group\": [3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD3\", \"ini\": 10, \"clust\": 1, \"rank\": 7, \"rankvar\": 14, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD33\", \"ini\": 9, \"clust\": 14, \"rank\": 11, \"rankvar\": 9, \"group\": [10.0, 10.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD38\", \"ini\": 8, \"clust\": 3, \"rank\": 13, \"rankvar\": 7, \"group\": [21.0, 21.0, 16.0, 14.0, 13.0, 9.0, 7.0, 3.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD4\", \"ini\": 7, \"clust\": 4, \"rank\": 16, \"rankvar\": 6, \"group\": [14.0, 14.0, 9.0, 7.0, 6.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD56\", \"ini\": 6, \"clust\": 19, \"rank\": 19, \"rankvar\": 16, \"group\": [17.0, 17.0, 12.0, 10.0, 9.0, 6.0, 5.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD62L\", \"ini\": 5, \"clust\": 15, \"rank\": 3, \"rankvar\": 3, \"group\": [20.0, 20.0, 15.0, 13.0, 12.0, 8.0, 6.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD64\", \"ini\": 4, \"clust\": 11, \"rank\": 15, \"rankvar\": 11, \"group\": [7.0, 7.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD66b\", \"ini\": 3, \"clust\": 20, \"rank\": 0, \"rankvar\": 0, \"group\": [18.0, 18.0, 13.0, 11.0, 10.0, 6.0, 5.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD8\", \"ini\": 2, \"clust\": 2, \"rank\": 8, \"rankvar\": 19, \"group\": [2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"HLADR\", \"ini\": 1, \"clust\": 12, \"rank\": 9, \"rankvar\": 18, \"group\": [11.0, 11.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}], \"col_nodes\": [{\"name\": \"GCATGCGTCCATGAGT\", \"ini\": 1643, \"clust\": 821, \"rank\": 1, \"rankvar\": 1432, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 0, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1467, \"group\": [819.0, 394.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCTA\", \"ini\": 1642, \"clust\": 704, \"rank\": 4, \"rankvar\": 112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 575, \"group\": [703.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGTCCGTAT\", \"ini\": 1641, \"clust\": 197, \"rank\": 2, \"rankvar\": 861, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 2, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 74, \"group\": [198.0, 102.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTCCAACC\", \"ini\": 1640, \"clust\": 381, \"rank\": 17, \"rankvar\": 87, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1295, \"group\": [380.0, 186.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGCTGTTCA\", \"ini\": 1639, \"clust\": 930, \"rank\": 40, \"rankvar\": 1421, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 0, \"group\": [928.0, 450.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCACATAGC\", \"ini\": 1638, \"clust\": 717, \"rank\": 7, \"rankvar\": 274, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 576, \"group\": [716.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCTCTTTCCTC\", \"ini\": 1637, \"clust\": 936, \"rank\": 12, \"rankvar\": 891, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 6, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 1, \"group\": [934.0, 454.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGTAGC\", \"ini\": 1636, \"clust\": 709, \"rank\": 0, \"rankvar\": 1044, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 7, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 577, \"group\": [709.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACAGTACACT\", \"ini\": 1635, \"clust\": 213, \"rank\": 10, \"rankvar\": 83, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 8, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 75, \"group\": [214.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGGACGAAA\", \"ini\": 1634, \"clust\": 211, \"rank\": 20, \"rankvar\": 544, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 9, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 76, \"group\": [211.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATGGAGC\", \"ini\": 1633, \"clust\": 394, \"rank\": 37, \"rankvar\": 27, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 10, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1296, \"group\": [392.0, 189.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGGGATACC\", \"ini\": 1632, \"clust\": 707, \"rank\": 3, \"rankvar\": 272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 11, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 578, \"group\": [706.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGAGGTG\", \"ini\": 1631, \"clust\": 382, \"rank\": 19, \"rankvar\": 354, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 12, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1297, \"group\": [381.0, 186.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGGCCCGTT\", \"ini\": 1630, \"clust\": 426, \"rank\": 16, \"rankvar\": 2, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 13, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1298, \"group\": [424.0, 202.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCAGGCCCA\", \"ini\": 1629, \"clust\": 23, \"rank\": 8, \"rankvar\": 1622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 14, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1575, \"group\": [20.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTGACTCAT\", \"ini\": 1628, \"clust\": 390, \"rank\": 50, \"rankvar\": 109, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 15, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1299, \"group\": [389.0, 188.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTTTACGT\", \"ini\": 1627, \"clust\": 705, \"rank\": 5, \"rankvar\": 229, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 16, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 579, \"group\": [704.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATGACCT\", \"ini\": 1626, \"clust\": 701, \"rank\": 13, \"rankvar\": 131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 17, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 580, \"group\": [700.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACAGACC\", \"ini\": 1625, \"clust\": 378, \"rank\": 33, \"rankvar\": 7, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 18, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1300, \"group\": [378.0, 186.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATTCGCACTCT\", \"ini\": 1624, \"clust\": 657, \"rank\": 18, \"rankvar\": 47, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 19, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 581, \"group\": [655.0, 341.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGCCACCTG\", \"ini\": 1623, \"clust\": 710, \"rank\": 6, \"rankvar\": 705, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 20, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 582, \"group\": [710.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGTTTA\", \"ini\": 1622, \"clust\": 201, \"rank\": 9, \"rankvar\": 495, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 21, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 583, \"group\": [200.0, 102.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACTTAAGC\", \"ini\": 1621, \"clust\": 665, \"rank\": 28, \"rankvar\": 457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 22, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 584, \"group\": [663.0, 342.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTAGAGTGAGA\", \"ini\": 1620, \"clust\": 389, \"rank\": 48, \"rankvar\": 210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 23, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1301, \"group\": [391.0, 188.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTGCCTG\", \"ini\": 1619, \"clust\": 711, \"rank\": 11, \"rankvar\": 232, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 24, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 585, \"group\": [711.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGCTAAACA\", \"ini\": 1618, \"clust\": 24, \"rank\": 15, \"rankvar\": 1590, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 25, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1576, \"group\": [21.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGAGTAAGG\", \"ini\": 1617, \"clust\": 17, \"rank\": 42, \"rankvar\": 1322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 26, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1577, \"group\": [16.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGTAGCCA\", \"ini\": 1616, \"clust\": 339, \"rank\": 14, \"rankvar\": 858, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 27, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1302, \"group\": [340.0, 166.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCAGACACTT\", \"ini\": 1615, \"clust\": 19, \"rank\": 32, \"rankvar\": 1557, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 28, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1578, \"group\": [18.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGAGAACG\", \"ini\": 1614, \"clust\": 413, \"rank\": 69, \"rankvar\": 46, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 29, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1263, \"group\": [416.0, 197.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAATCGAAA\", \"ini\": 1613, \"clust\": 714, \"rank\": 31, \"rankvar\": 17, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 30, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 586, \"group\": [713.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCCAGTATG\", \"ini\": 1612, \"clust\": 328, \"rank\": 94, \"rankvar\": 89, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 31, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1303, \"group\": [326.0, 156.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTTCCAGTATG\", \"ini\": 1611, \"clust\": 385, \"rank\": 63, \"rankvar\": 92, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 32, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1304, \"group\": [383.0, 187.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCCTCATTA\", \"ini\": 1610, \"clust\": 341, \"rank\": 21, \"rankvar\": 623, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 33, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1305, \"group\": [342.0, 167.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTGAGTGT\", \"ini\": 1609, \"clust\": 223, \"rank\": 44, \"rankvar\": 43, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 34, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 77, \"group\": [223.0, 105.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCACGACTA\", \"ini\": 1608, \"clust\": 198, \"rank\": 34, \"rankvar\": 444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 35, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 78, \"group\": [199.0, 102.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGTTCGATC\", \"ini\": 1607, \"clust\": 387, \"rank\": 72, \"rankvar\": 70, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 36, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1306, \"group\": [387.0, 188.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCGTGGGAA\", \"ini\": 1606, \"clust\": 716, \"rank\": 30, \"rankvar\": 263, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 37, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 587, \"group\": [718.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTGTCAATC\", \"ini\": 1605, \"clust\": 20, \"rank\": 54, \"rankvar\": 1328, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 38, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1579, \"group\": [19.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAATCAGAA\", \"ini\": 1604, \"clust\": 379, \"rank\": 43, \"rankvar\": 121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 39, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1307, \"group\": [379.0, 186.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTCAGAAGC\", \"ini\": 1603, \"clust\": 165, \"rank\": 36, \"rankvar\": 508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 40, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 79, \"group\": [166.0, 90.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGAGAGCTC\", \"ini\": 1602, \"clust\": 718, \"rank\": 24, \"rankvar\": 405, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 41, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 588, \"group\": [717.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAGGAACGT\", \"ini\": 1601, \"clust\": 414, \"rank\": 107, \"rankvar\": 282, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 42, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1264, \"group\": [414.0, 197.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTTCTGAAC\", \"ini\": 1600, \"clust\": 708, \"rank\": 22, \"rankvar\": 136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 43, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 589, \"group\": [707.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAAAGGTGC\", \"ini\": 1599, \"clust\": 356, \"rank\": 68, \"rankvar\": 173, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 44, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1308, \"group\": [354.0, 172.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTGGTATG\", \"ini\": 1598, \"clust\": 703, \"rank\": 41, \"rankvar\": 0, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 45, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 590, \"group\": [705.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTTCTGAAC\", \"ini\": 1597, \"clust\": 329, \"rank\": 151, \"rankvar\": 909, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 46, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1309, \"group\": [327.0, 156.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTGTCTAT\", \"ini\": 1596, \"clust\": 702, \"rank\": 45, \"rankvar\": 102, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 47, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 591, \"group\": [701.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTCGAATCT\", \"ini\": 1595, \"clust\": 355, \"rank\": 51, \"rankvar\": 162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 48, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1310, \"group\": [356.0, 172.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGAATCCA\", \"ini\": 1594, \"clust\": 488, \"rank\": 84, \"rankvar\": 1115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 49, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1311, \"group\": [484.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTCACAAGG\", \"ini\": 1593, \"clust\": 277, \"rank\": 49, \"rankvar\": 547, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 50, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 80, \"group\": [277.0, 122.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCTAACTTC\", \"ini\": 1592, \"clust\": 404, \"rank\": 97, \"rankvar\": 128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 51, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1312, \"group\": [403.0, 191.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAGTCAGAG\", \"ini\": 1591, \"clust\": 76, \"rank\": 60, \"rankvar\": 1070, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 52, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1313, \"group\": [77.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACTTATC\", \"ini\": 1590, \"clust\": 489, \"rank\": 53, \"rankvar\": 1071, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 53, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1314, \"group\": [485.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCAAGGTAA\", \"ini\": 1589, \"clust\": 340, \"rank\": 35, \"rankvar\": 355, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 54, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1315, \"group\": [341.0, 166.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTACCGGCT\", \"ini\": 1588, \"clust\": 397, \"rank\": 95, \"rankvar\": 66, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 55, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1316, \"group\": [394.0, 189.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAGTCGGCACT\", \"ini\": 1587, \"clust\": 350, \"rank\": 52, \"rankvar\": 81, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 56, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1317, \"group\": [350.0, 171.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATCGTCGG\", \"ini\": 1586, \"clust\": 351, \"rank\": 92, \"rankvar\": 53, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 57, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1318, \"group\": [351.0, 171.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTGACGTT\", \"ini\": 1585, \"clust\": 386, \"rank\": 93, \"rankvar\": 12, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 58, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1319, \"group\": [384.0, 187.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGGTTAAC\", \"ini\": 1584, \"clust\": 384, \"rank\": 104, \"rankvar\": 24, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 59, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1320, \"group\": [385.0, 187.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTTCGGCAC\", \"ini\": 1583, \"clust\": 715, \"rank\": 55, \"rankvar\": 13, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 60, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 592, \"group\": [714.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGTCGTACT\", \"ini\": 1582, \"clust\": 405, \"rank\": 162, \"rankvar\": 526, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 61, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1321, \"group\": [404.0, 191.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCGAATCCA\", \"ini\": 1581, \"clust\": 375, \"rank\": 123, \"rankvar\": 447, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 62, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1322, \"group\": [376.0, 184.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATACGCTA\", \"ini\": 1580, \"clust\": 407, \"rank\": 128, \"rankvar\": 299, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 63, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 593, \"group\": [406.0, 192.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCCGTC\", \"ini\": 1579, \"clust\": 706, \"rank\": 29, \"rankvar\": 493, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 64, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 594, \"group\": [708.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACAAGACACG\", \"ini\": 1578, \"clust\": 166, \"rank\": 62, \"rankvar\": 243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 65, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 81, \"group\": [167.0, 90.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTCCAGTTA\", \"ini\": 1577, \"clust\": 391, \"rank\": 88, \"rankvar\": 10, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 66, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1323, \"group\": [390.0, 188.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTATCAGTGCAT\", \"ini\": 1576, \"clust\": 376, \"rank\": 122, \"rankvar\": 253, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 67, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1324, \"group\": [374.0, 184.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCATCTACCTGC\", \"ini\": 1575, \"clust\": 484, \"rank\": 126, \"rankvar\": 1209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 68, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1325, \"group\": [482.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGTACGCCC\", \"ini\": 1574, \"clust\": 686, \"rank\": 38, \"rankvar\": 717, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 69, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 595, \"group\": [685.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGTAAACT\", \"ini\": 1573, \"clust\": 467, \"rank\": 86, \"rankvar\": 494, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 70, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1326, \"group\": [465.0, 232.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGTGTGGT\", \"ini\": 1572, \"clust\": 439, \"rank\": 71, \"rankvar\": 96, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 71, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1265, \"group\": [436.0, 210.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTATA\", \"ini\": 1571, \"clust\": 206, \"rank\": 39, \"rankvar\": 818, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 72, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 82, \"group\": [207.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACATGCAACT\", \"ini\": 1570, \"clust\": 659, \"rank\": 23, \"rankvar\": 757, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 73, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 596, \"group\": [659.0, 341.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCACCGGGT\", \"ini\": 1569, \"clust\": 362, \"rank\": 78, \"rankvar\": 197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 74, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1327, \"group\": [360.0, 174.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGATGGGTC\", \"ini\": 1568, \"clust\": 712, \"rank\": 27, \"rankvar\": 265, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 75, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 597, \"group\": [712.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTATGGTTC\", \"ini\": 1567, \"clust\": 396, \"rank\": 102, \"rankvar\": 21, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 76, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1328, \"group\": [396.0, 189.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTATCGAA\", \"ini\": 1566, \"clust\": 624, \"rank\": 61, \"rankvar\": 795, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 77, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 83, \"group\": [624.0, 331.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCATGAGT\", \"ini\": 1565, \"clust\": 335, \"rank\": 219, \"rankvar\": 927, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 78, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1329, \"group\": [334.0, 161.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGCTATCT\", \"ini\": 1564, \"clust\": 935, \"rank\": 181, \"rankvar\": 1138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 79, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 2, \"group\": [936.0, 454.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGGTTACCT\", \"ini\": 1563, \"clust\": 937, \"rank\": 132, \"rankvar\": 728, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 80, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 3, \"group\": [935.0, 454.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCACCCATGG\", \"ini\": 1562, \"clust\": 210, \"rank\": 77, \"rankvar\": 84, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 81, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 84, \"group\": [213.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGGTGTAG\", \"ini\": 1561, \"clust\": 666, \"rank\": 65, \"rankvar\": 467, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 82, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 598, \"group\": [664.0, 342.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCCCAGGTG\", \"ini\": 1560, \"clust\": 427, \"rank\": 59, \"rankvar\": 29, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 83, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 599, \"group\": [425.0, 202.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGTATGCT\", \"ini\": 1559, \"clust\": 214, \"rank\": 46, \"rankvar\": 105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 84, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 85, \"group\": [215.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTTAAGAAC\", \"ini\": 1558, \"clust\": 688, \"rank\": 26, \"rankvar\": 1089, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 85, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 600, \"group\": [691.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCATGTCGAT\", \"ini\": 1557, \"clust\": 395, \"rank\": 131, \"rankvar\": 77, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 86, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 601, \"group\": [393.0, 189.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCATAGAAAC\", \"ini\": 1556, \"clust\": 218, \"rank\": 56, \"rankvar\": 439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 87, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 86, \"group\": [216.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGCACCGCT\", \"ini\": 1555, \"clust\": 664, \"rank\": 119, \"rankvar\": 538, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 88, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 602, \"group\": [665.0, 342.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTCTCTCGT\", \"ini\": 1554, \"clust\": 212, \"rank\": 106, \"rankvar\": 6, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 89, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 87, \"group\": [212.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAAGAAAGG\", \"ini\": 1553, \"clust\": 474, \"rank\": 127, \"rankvar\": 659, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 90, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1330, \"group\": [473.0, 235.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGGCATGGT\", \"ini\": 1552, \"clust\": 819, \"rank\": 80, \"rankvar\": 533, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 91, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1331, \"group\": [822.0, 394.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGGTCATCT\", \"ini\": 1551, \"clust\": 18, \"rank\": 79, \"rankvar\": 971, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 92, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1580, \"group\": [17.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAAT\", \"ini\": 1550, \"clust\": 425, \"rank\": 134, \"rankvar\": 1, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 93, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1266, \"group\": [426.0, 202.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCAGCGC\", \"ini\": 1549, \"clust\": 420, \"rank\": 146, \"rankvar\": 38, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 94, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1267, \"group\": [422.0, 200.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAATCTCC\", \"ini\": 1548, \"clust\": 408, \"rank\": 111, \"rankvar\": 58, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 95, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 603, \"group\": [407.0, 192.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTTCCACGG\", \"ini\": 1547, \"clust\": 276, \"rank\": 109, \"rankvar\": 62, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 96, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 88, \"group\": [279.0, 122.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGCTGGCT\", \"ini\": 1546, \"clust\": 363, \"rank\": 67, \"rankvar\": 500, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 97, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1468, \"group\": [361.0, 174.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGGCCCTTG\", \"ini\": 1545, \"clust\": 421, \"rank\": 144, \"rankvar\": 303, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 98, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1268, \"group\": [420.0, 200.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCCTTTACA\", \"ini\": 1544, \"clust\": 372, \"rank\": 145, \"rankvar\": 101, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 99, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1332, \"group\": [369.0, 181.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCTCCCTGA\", \"ini\": 1543, \"clust\": 445, \"rank\": 234, \"rankvar\": 499, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 100, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1333, \"group\": [444.0, 215.0, 47.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGTTGG\", \"ini\": 1542, \"clust\": 656, \"rank\": 81, \"rankvar\": 362, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 101, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 604, \"group\": [657.0, 341.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGAAGCA\", \"ini\": 1541, \"clust\": 202, \"rank\": 25, \"rankvar\": 631, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 102, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 605, \"group\": [201.0, 102.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCTGGTCG\", \"ini\": 1540, \"clust\": 808, \"rank\": 87, \"rankvar\": 1492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 103, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1469, \"group\": [807.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCAAAGACA\", \"ini\": 1539, \"clust\": 398, \"rank\": 154, \"rankvar\": 42, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 104, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1334, \"group\": [395.0, 189.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCTCCGAAGAG\", \"ini\": 1538, \"clust\": 730, \"rank\": 120, \"rankvar\": 283, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 105, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 606, \"group\": [729.0, 353.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCAGCACAT\", \"ini\": 1537, \"clust\": 804, \"rank\": 66, \"rankvar\": 1377, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 106, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1470, \"group\": [802.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCAGGTCCAC\", \"ini\": 1536, \"clust\": 726, \"rank\": 73, \"rankvar\": 735, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 107, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 607, \"group\": [728.0, 353.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGTGCAT\", \"ini\": 1535, \"clust\": 658, \"rank\": 70, \"rankvar\": 433, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 108, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 608, \"group\": [656.0, 341.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCAAGTAGTA\", \"ini\": 1534, \"clust\": 261, \"rank\": 165, \"rankvar\": 736, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 109, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 89, \"group\": [261.0, 118.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCTGTCTA\", \"ini\": 1533, \"clust\": 29, \"rank\": 110, \"rankvar\": 1409, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 110, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1581, \"group\": [26.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTGCGCTTG\", \"ini\": 1532, \"clust\": 440, \"rank\": 116, \"rankvar\": 294, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 111, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1269, \"group\": [437.0, 210.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGATGTT\", \"ini\": 1531, \"clust\": 373, \"rank\": 168, \"rankvar\": 382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 112, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1335, \"group\": [370.0, 181.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACTTACGA\", \"ini\": 1530, \"clust\": 195, \"rank\": 115, \"rankvar\": 30, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 90, \"group\": [195.0, 101.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCAGCTGTAT\", \"ini\": 1529, \"clust\": 478, \"rank\": 175, \"rankvar\": 1043, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 114, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1336, \"group\": [475.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGCTCAACT\", \"ini\": 1528, \"clust\": 357, \"rank\": 89, \"rankvar\": 346, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1337, \"group\": [355.0, 172.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCAACGG\", \"ini\": 1527, \"clust\": 204, \"rank\": 96, \"rankvar\": 792, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 91, \"group\": [204.0, 103.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTTAAGATG\", \"ini\": 1526, \"clust\": 660, \"rank\": 90, \"rankvar\": 866, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 117, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 609, \"group\": [660.0, 341.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTGTATGGG\", \"ini\": 1525, \"clust\": 721, \"rank\": 130, \"rankvar\": 432, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 118, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 610, \"group\": [721.0, 351.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCATACGCCG\", \"ini\": 1524, \"clust\": 437, \"rank\": 82, \"rankvar\": 470, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 92, \"group\": [439.0, 210.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGCTGTCTA\", \"ini\": 1523, \"clust\": 948, \"rank\": 341, \"rankvar\": 1367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 120, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 4, \"group\": [945.0, 457.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCAGCTTAG\", \"ini\": 1522, \"clust\": 655, \"rank\": 121, \"rankvar\": 97, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 121, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 611, \"group\": [658.0, 341.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGTGTCCCG\", \"ini\": 1521, \"clust\": 689, \"rank\": 64, \"rankvar\": 925, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 122, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 612, \"group\": [690.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGTGACCA\", \"ini\": 1520, \"clust\": 255, \"rank\": 191, \"rankvar\": 214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 93, \"group\": [254.0, 116.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAAGCCATT\", \"ini\": 1519, \"clust\": 634, \"rank\": 129, \"rankvar\": 278, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 124, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 613, \"group\": [634.0, 337.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGATGGGTC\", \"ini\": 1518, \"clust\": 199, \"rank\": 47, \"rankvar\": 658, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 125, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 614, \"group\": [203.0, 102.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAGGCGATA\", \"ini\": 1517, \"clust\": 364, \"rank\": 161, \"rankvar\": 190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 126, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1338, \"group\": [363.0, 175.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAACGTGG\", \"ini\": 1516, \"clust\": 722, \"rank\": 124, \"rankvar\": 305, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 127, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 615, \"group\": [722.0, 351.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCTAACTCT\", \"ini\": 1515, \"clust\": 219, \"rank\": 75, \"rankvar\": 240, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 128, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 94, \"group\": [217.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCCGCAAGC\", \"ini\": 1514, \"clust\": 806, \"rank\": 114, \"rankvar\": 1252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 129, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1471, \"group\": [809.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGGAATCG\", \"ini\": 1513, \"clust\": 256, \"rank\": 213, \"rankvar\": 581, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 95, \"group\": [255.0, 116.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGTCAAGGC\", \"ini\": 1512, \"clust\": 352, \"rank\": 141, \"rankvar\": 55, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 131, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1339, \"group\": [352.0, 171.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCCATTTA\", \"ini\": 1511, \"clust\": 683, \"rank\": 98, \"rankvar\": 842, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 132, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 616, \"group\": [682.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGTCAAGGC\", \"ini\": 1510, \"clust\": 417, \"rank\": 238, \"rankvar\": 74, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 133, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1340, \"group\": [417.0, 198.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTGGTGTA\", \"ini\": 1509, \"clust\": 374, \"rank\": 169, \"rankvar\": 606, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 134, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1341, \"group\": [377.0, 185.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCCCGACTT\", \"ini\": 1508, \"clust\": 399, \"rank\": 258, \"rankvar\": 662, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 135, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1342, \"group\": [405.0, 191.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATGACGGA\", \"ini\": 1507, \"clust\": 400, \"rank\": 204, \"rankvar\": 231, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 136, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 617, \"group\": [399.0, 191.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAGTTGAC\", \"ini\": 1506, \"clust\": 934, \"rank\": 196, \"rankvar\": 832, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 137, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 5, \"group\": [937.0, 454.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGGCACA\", \"ini\": 1505, \"clust\": 700, \"rank\": 91, \"rankvar\": 146, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 138, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 618, \"group\": [702.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACAGATTGCT\", \"ini\": 1504, \"clust\": 216, \"rank\": 105, \"rankvar\": 235, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 96, \"group\": [219.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATACAGCT\", \"ini\": 1503, \"clust\": 422, \"rank\": 179, \"rankvar\": 95, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 140, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1270, \"group\": [421.0, 200.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCTGGTA\", \"ini\": 1502, \"clust\": 359, \"rank\": 101, \"rankvar\": 138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1343, \"group\": [358.0, 173.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGAGCGAT\", \"ini\": 1501, \"clust\": 282, \"rank\": 186, \"rankvar\": 694, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 97, \"group\": [280.0, 123.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGATGAGC\", \"ini\": 1500, \"clust\": 196, \"rank\": 138, \"rankvar\": 32, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 98, \"group\": [196.0, 101.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCTGCCCTA\", \"ini\": 1499, \"clust\": 324, \"rank\": 174, \"rankvar\": 144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 144, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1344, \"group\": [323.0, 155.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGCAACGGT\", \"ini\": 1498, \"clust\": 21, \"rank\": 85, \"rankvar\": 1436, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 145, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1582, \"group\": [23.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAATCTCC\", \"ini\": 1497, \"clust\": 444, \"rank\": 287, \"rankvar\": 343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 146, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1345, \"group\": [446.0, 216.0, 47.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTCATTTGCCC\", \"ini\": 1496, \"clust\": 224, \"rank\": 143, \"rankvar\": 34, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 147, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 99, \"group\": [224.0, 105.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGATGGAA\", \"ini\": 1495, \"clust\": 343, \"rank\": 99, \"rankvar\": 317, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 148, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 619, \"group\": [344.0, 168.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGACAGACC\", \"ini\": 1494, \"clust\": 429, \"rank\": 153, \"rankvar\": 183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 149, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1346, \"group\": [429.0, 204.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATTATCTC\", \"ini\": 1493, \"clust\": 402, \"rank\": 292, \"rankvar\": 381, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 150, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1347, \"group\": [401.0, 191.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATTAACCG\", \"ini\": 1492, \"clust\": 724, \"rank\": 112, \"rankvar\": 515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 151, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 620, \"group\": [723.0, 352.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGTCGCCGT\", \"ini\": 1491, \"clust\": 805, \"rank\": 156, \"rankvar\": 1013, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 152, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1472, \"group\": [803.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGACGTAG\", \"ini\": 1490, \"clust\": 601, \"rank\": 176, \"rankvar\": 151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 153, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 621, \"group\": [601.0, 323.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTCCTATA\", \"ini\": 1489, \"clust\": 731, \"rank\": 163, \"rankvar\": 359, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 154, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 622, \"group\": [730.0, 353.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACACAAGTAA\", \"ini\": 1488, \"clust\": 360, \"rank\": 148, \"rankvar\": 150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 155, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1348, \"group\": [359.0, 173.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTGGTGTA\", \"ini\": 1487, \"clust\": 369, \"rank\": 322, \"rankvar\": 624, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 156, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1349, \"group\": [373.0, 183.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGACAGCT\", \"ini\": 1486, \"clust\": 431, \"rank\": 275, \"rankvar\": 143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 157, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1271, \"group\": [431.0, 206.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTAGAGGTACC\", \"ini\": 1485, \"clust\": 438, \"rank\": 183, \"rankvar\": 18, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 158, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1272, \"group\": [438.0, 210.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCACGACTA\", \"ini\": 1484, \"clust\": 697, \"rank\": 125, \"rankvar\": 290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 159, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 623, \"group\": [697.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCATCCGTGG\", \"ini\": 1483, \"clust\": 668, \"rank\": 76, \"rankvar\": 730, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 160, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 624, \"group\": [667.0, 344.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTTCGCACTCT\", \"ini\": 1482, \"clust\": 475, \"rank\": 246, \"rankvar\": 960, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1350, \"group\": [471.0, 235.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCCCTTGT\", \"ini\": 1481, \"clust\": 695, \"rank\": 118, \"rankvar\": 397, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 625, \"group\": [692.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGGTCCAC\", \"ini\": 1480, \"clust\": 698, \"rank\": 103, \"rankvar\": 270, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 163, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 626, \"group\": [695.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACTCTTA\", \"ini\": 1479, \"clust\": 348, \"rank\": 214, \"rankvar\": 9, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 164, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1351, \"group\": [346.0, 169.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAATCCGAT\", \"ini\": 1478, \"clust\": 423, \"rank\": 210, \"rankvar\": 63, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 165, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1273, \"group\": [428.0, 203.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCCACGACG\", \"ini\": 1477, \"clust\": 22, \"rank\": 173, \"rankvar\": 1511, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 166, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1583, \"group\": [22.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGAAGCA\", \"ini\": 1476, \"clust\": 74, \"rank\": 252, \"rankvar\": 657, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 167, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1352, \"group\": [73.0, 16.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCACCACGTG\", \"ini\": 1475, \"clust\": 228, \"rank\": 159, \"rankvar\": 511, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 100, \"group\": [228.0, 106.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGGTA\", \"ini\": 1474, \"clust\": 185, \"rank\": 149, \"rankvar\": 126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 169, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 101, \"group\": [185.0, 95.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCATGTCTT\", \"ini\": 1473, \"clust\": 349, \"rank\": 192, \"rankvar\": 399, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 170, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1353, \"group\": [347.0, 169.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTTACGGG\", \"ini\": 1472, \"clust\": 286, \"rank\": 237, \"rankvar\": 65, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 102, \"group\": [287.0, 126.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTCTACCTC\", \"ini\": 1471, \"clust\": 347, \"rank\": 188, \"rankvar\": 292, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 172, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1354, \"group\": [348.0, 169.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATGTTCCAACA\", \"ini\": 1470, \"clust\": 270, \"rank\": 207, \"rankvar\": 113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 103, \"group\": [271.0, 121.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTAGCTCCG\", \"ini\": 1469, \"clust\": 476, \"rank\": 263, \"rankvar\": 820, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 174, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1355, \"group\": [472.0, 235.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAACAACA\", \"ini\": 1468, \"clust\": 192, \"rank\": 152, \"rankvar\": 826, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 104, \"group\": [192.0, 99.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTTCTCG\", \"ini\": 1467, \"clust\": 8, \"rank\": 279, \"rankvar\": 701, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 176, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1584, \"group\": [8.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAATGAAAC\", \"ini\": 1466, \"clust\": 25, \"rank\": 199, \"rankvar\": 1298, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 177, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1585, \"group\": [31.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCGCCTA\", \"ini\": 1465, \"clust\": 699, \"rank\": 108, \"rankvar\": 269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 178, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 627, \"group\": [696.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAGGGTACA\", \"ini\": 1464, \"clust\": 233, \"rank\": 256, \"rankvar\": 837, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 105, \"group\": [233.0, 108.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTCTTCTCG\", \"ini\": 1463, \"clust\": 253, \"rank\": 228, \"rankvar\": 4, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 106, \"group\": [260.0, 117.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCCATCGTCGG\", \"ini\": 1462, \"clust\": 822, \"rank\": 100, \"rankvar\": 884, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 181, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1473, \"group\": [820.0, 394.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTGTACATGTC\", \"ini\": 1461, \"clust\": 497, \"rank\": 198, \"rankvar\": 295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 182, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1356, \"group\": [494.0, 242.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCAGCTAT\", \"ini\": 1460, \"clust\": 327, \"rank\": 274, \"rankvar\": 361, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 183, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1357, \"group\": [328.0, 157.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTACGACCC\", \"ini\": 1459, \"clust\": 208, \"rank\": 194, \"rankvar\": 71, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 184, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 107, \"group\": [209.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCGGCATCG\", \"ini\": 1458, \"clust\": 931, \"rank\": 281, \"rankvar\": 1107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 185, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 6, \"group\": [929.0, 450.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTGTGGCC\", \"ini\": 1457, \"clust\": 677, \"rank\": 164, \"rankvar\": 82, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 186, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 628, \"group\": [681.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCAACACCA\", \"ini\": 1456, \"clust\": 696, \"rank\": 140, \"rankvar\": 273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 187, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 629, \"group\": [693.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACACATGACT\", \"ini\": 1455, \"clust\": 344, \"rank\": 135, \"rankvar\": 590, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1358, \"group\": [345.0, 168.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCATCCGCGA\", \"ini\": 1454, \"clust\": 383, \"rank\": 236, \"rankvar\": 123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 189, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1359, \"group\": [386.0, 187.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTAGGC\", \"ini\": 1453, \"clust\": 354, \"rank\": 167, \"rankvar\": 67, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 190, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1360, \"group\": [357.0, 172.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAGGGCATA\", \"ini\": 1452, \"clust\": 498, \"rank\": 193, \"rankvar\": 553, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 191, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1361, \"group\": [495.0, 242.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGATGCCTT\", \"ini\": 1451, \"clust\": 675, \"rank\": 57, \"rankvar\": 791, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 192, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 630, \"group\": [675.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTCCACAA\", \"ini\": 1450, \"clust\": 411, \"rank\": 231, \"rankvar\": 220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 193, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1274, \"group\": [412.0, 196.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAAGCGATG\", \"ini\": 1449, \"clust\": 184, \"rank\": 177, \"rankvar\": 1005, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 194, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 108, \"group\": [187.0, 95.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGACACTAA\", \"ini\": 1448, \"clust\": 424, \"rank\": 136, \"rankvar\": 19, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 195, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1275, \"group\": [427.0, 202.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTAGAGTC\", \"ini\": 1447, \"clust\": 13, \"rank\": 293, \"rankvar\": 1370, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 196, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1586, \"group\": [15.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATATGCTG\", \"ini\": 1446, \"clust\": 180, \"rank\": 245, \"rankvar\": 630, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 109, \"group\": [180.0, 95.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTCGTACT\", \"ini\": 1445, \"clust\": 415, \"rank\": 244, \"rankvar\": 396, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 198, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1276, \"group\": [415.0, 197.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGAGGGTCGAT\", \"ini\": 1444, \"clust\": 678, \"rank\": 133, \"rankvar\": 11, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 199, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 631, \"group\": [680.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACATATACCG\", \"ini\": 1443, \"clust\": 490, \"rank\": 224, \"rankvar\": 384, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1362, \"group\": [489.0, 238.0, 52.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTACAGTGG\", \"ini\": 1442, \"clust\": 122, \"rank\": 344, \"rankvar\": 957, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 110, \"group\": [121.0, 53.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACGCGAAA\", \"ini\": 1441, \"clust\": 694, \"rank\": 155, \"rankvar\": 48, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 202, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 632, \"group\": [694.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCACATAGC\", \"ini\": 1440, \"clust\": 9, \"rank\": 240, \"rankvar\": 1183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 203, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1587, \"group\": [9.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACAGCCACCA\", \"ini\": 1439, \"clust\": 380, \"rank\": 203, \"rankvar\": 130, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1363, \"group\": [382.0, 186.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTGACGGTA\", \"ini\": 1438, \"clust\": 31, \"rank\": 178, \"rankvar\": 1336, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 205, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1588, \"group\": [28.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGGCA\", \"ini\": 1437, \"clust\": 713, \"rank\": 137, \"rankvar\": 142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 206, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 633, \"group\": [715.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGTGCC\", \"ini\": 1436, \"clust\": 473, \"rank\": 255, \"rankvar\": 550, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 207, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1364, \"group\": [474.0, 235.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGACAGGCT\", \"ini\": 1435, \"clust\": 485, \"rank\": 297, \"rankvar\": 1010, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 208, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1365, \"group\": [483.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTAAAGTCA\", \"ini\": 1434, \"clust\": 217, \"rank\": 171, \"rankvar\": 44, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 111, \"group\": [218.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGTCGATT\", \"ini\": 1433, \"clust\": 128, \"rank\": 369, \"rankvar\": 503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 210, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 112, \"group\": [129.0, 59.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCGGCATC\", \"ini\": 1432, \"clust\": 727, \"rank\": 166, \"rankvar\": 149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 211, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 634, \"group\": [726.0, 353.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAGTACATCCA\", \"ini\": 1431, \"clust\": 203, \"rank\": 190, \"rankvar\": 558, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 113, \"group\": [206.0, 103.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACAGTCAGAG\", \"ini\": 1430, \"clust\": 215, \"rank\": 157, \"rankvar\": 363, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 114, \"group\": [220.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAAGTCATC\", \"ini\": 1429, \"clust\": 600, \"rank\": 147, \"rankvar\": 614, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 214, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 635, \"group\": [603.0, 323.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTTTGGCGC\", \"ini\": 1428, \"clust\": 238, \"rank\": 272, \"rankvar\": 443, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 115, \"group\": [241.0, 111.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTAATGA\", \"ini\": 1427, \"clust\": 16, \"rank\": 205, \"rankvar\": 1613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 216, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1589, \"group\": [32.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACATTGGCGC\", \"ini\": 1426, \"clust\": 200, \"rank\": 160, \"rankvar\": 140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 116, \"group\": [202.0, 102.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGACAGACC\", \"ini\": 1425, \"clust\": 961, \"rank\": 493, \"rankvar\": 871, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 218, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1366, \"group\": [961.0, 470.0, 110.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTGCAACGA\", \"ini\": 1424, \"clust\": 30, \"rank\": 242, \"rankvar\": 1375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 219, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1590, \"group\": [27.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCATGCCACG\", \"ini\": 1423, \"clust\": 820, \"rank\": 117, \"rankvar\": 1069, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 220, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1474, \"group\": [821.0, 394.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAGGTTAT\", \"ini\": 1422, \"clust\": 177, \"rank\": 235, \"rankvar\": 591, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 221, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 117, \"group\": [177.0, 94.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCAACACTG\", \"ini\": 1421, \"clust\": 416, \"rank\": 283, \"rankvar\": 16, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 222, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1277, \"group\": [419.0, 199.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGCGATCC\", \"ini\": 1420, \"clust\": 10, \"rank\": 216, \"rankvar\": 1247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 223, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1591, \"group\": [12.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCTGCTGTC\", \"ini\": 1419, \"clust\": 486, \"rank\": 170, \"rankvar\": 1039, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 224, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1367, \"group\": [487.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGGTTAAGGGC\", \"ini\": 1418, \"clust\": 676, \"rank\": 74, \"rankvar\": 301, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 225, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 636, \"group\": [676.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGCTAGCC\", \"ini\": 1417, \"clust\": 377, \"rank\": 189, \"rankvar\": 114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 226, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1368, \"group\": [375.0, 184.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTACCGTTA\", \"ini\": 1416, \"clust\": 663, \"rank\": 209, \"rankvar\": 258, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 227, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 637, \"group\": [666.0, 343.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGTTTCCTT\", \"ini\": 1415, \"clust\": 287, \"rank\": 338, \"rankvar\": 187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 118, \"group\": [285.0, 126.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGTAGCCGA\", \"ini\": 1414, \"clust\": 468, \"rank\": 212, \"rankvar\": 313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 229, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1369, \"group\": [466.0, 232.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGGTTACCT\", \"ini\": 1413, \"clust\": 1589, \"rank\": 83, \"rankvar\": 1197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 230, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 995, \"group\": [1592.0, 792.0, 195.0, 48.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGATGGTC\", \"ini\": 1412, \"clust\": 272, \"rank\": 259, \"rankvar\": 127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 231, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 119, \"group\": [273.0, 121.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTAGCGCTC\", \"ini\": 1411, \"clust\": 690, \"rank\": 113, \"rankvar\": 377, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 232, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 638, \"group\": [688.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTAAACACA\", \"ini\": 1410, \"clust\": 803, \"rank\": 195, \"rankvar\": 660, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 233, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1475, \"group\": [804.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTACAGAA\", \"ini\": 1409, \"clust\": 207, \"rank\": 180, \"rankvar\": 239, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 120, \"group\": [208.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGCCAGAA\", \"ini\": 1408, \"clust\": 174, \"rank\": 139, \"rankvar\": 801, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 235, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 121, \"group\": [173.0, 92.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTATCAGTTCGA\", \"ini\": 1407, \"clust\": 268, \"rank\": 308, \"rankvar\": 180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 122, \"group\": [269.0, 121.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCAGCCAGAA\", \"ini\": 1406, \"clust\": 734, \"rank\": 339, \"rankvar\": 539, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 237, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 639, \"group\": [733.0, 355.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTTTAGGAA\", \"ini\": 1405, \"clust\": 671, \"rank\": 150, \"rankvar\": 280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 238, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 640, \"group\": [670.0, 346.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCGATATG\", \"ini\": 1404, \"clust\": 353, \"rank\": 201, \"rankvar\": 406, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 239, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1370, \"group\": [353.0, 171.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCGTTT\", \"ini\": 1403, \"clust\": 823, \"rank\": 208, \"rankvar\": 811, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 240, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1476, \"group\": [823.0, 395.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGACTTGAA\", \"ini\": 1402, \"clust\": 116, \"rank\": 312, \"rankvar\": 1011, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 123, \"group\": [115.0, 50.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGTCACGCC\", \"ini\": 1401, \"clust\": 782, \"rank\": 318, \"rankvar\": 1471, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 242, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1477, \"group\": [785.0, 385.0, 81.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGAGTACAT\", \"ini\": 1400, \"clust\": 943, \"rank\": 437, \"rankvar\": 1054, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 243, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 7, \"group\": [949.0, 459.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCAGTCCCT\", \"ini\": 1399, \"clust\": 258, \"rank\": 253, \"rankvar\": 154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 124, \"group\": [256.0, 116.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCCCAGCT\", \"ini\": 1398, \"clust\": 266, \"rank\": 217, \"rankvar\": 185, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 125, \"group\": [266.0, 120.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCCACCTCGGA\", \"ini\": 1397, \"clust\": 331, \"rank\": 353, \"rankvar\": 390, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 246, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1371, \"group\": [330.0, 159.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACGTGCACTTA\", \"ini\": 1396, \"clust\": 606, \"rank\": 222, \"rankvar\": 583, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 247, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 641, \"group\": [607.0, 324.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCTGGCGTG\", \"ini\": 1395, \"clust\": 640, \"rank\": 211, \"rankvar\": 129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 248, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 642, \"group\": [639.0, 338.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACATAGC\", \"ini\": 1394, \"clust\": 388, \"rank\": 349, \"rankvar\": 116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 249, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1372, \"group\": [388.0, 188.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTACAGTTC\", \"ini\": 1393, \"clust\": 73, \"rank\": 317, \"rankvar\": 350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 250, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1278, \"group\": [75.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCACCGTAA\", \"ini\": 1392, \"clust\": 508, \"rank\": 221, \"rankvar\": 841, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 251, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1279, \"group\": [508.0, 252.0, 59.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCAAACCTAC\", \"ini\": 1391, \"clust\": 430, \"rank\": 368, \"rankvar\": 14, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 252, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1280, \"group\": [430.0, 205.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTTCCTTC\", \"ini\": 1390, \"clust\": 181, \"rank\": 270, \"rankvar\": 257, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 126, \"group\": [181.0, 95.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACAAGACG\", \"ini\": 1389, \"clust\": 939, \"rank\": 267, \"rankvar\": 877, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 254, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 8, \"group\": [938.0, 455.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTATAGGGC\", \"ini\": 1388, \"clust\": 244, \"rank\": 330, \"rankvar\": 216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 127, \"group\": [244.0, 112.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCATGCATG\", \"ini\": 1387, \"clust\": 637, \"rank\": 226, \"rankvar\": 434, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 256, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 643, \"group\": [636.0, 337.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCGCATCG\", \"ini\": 1386, \"clust\": 139, \"rank\": 200, \"rankvar\": 452, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 257, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 644, \"group\": [139.0, 69.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTGGGATC\", \"ini\": 1385, \"clust\": 178, \"rank\": 305, \"rankvar\": 645, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 128, \"group\": [178.0, 94.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGGCAGTA\", \"ini\": 1384, \"clust\": 269, \"rank\": 345, \"rankvar\": 373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 259, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 129, \"group\": [270.0, 121.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCTTGTCAT\", \"ini\": 1383, \"clust\": 809, \"rank\": 223, \"rankvar\": 1589, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 260, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1478, \"group\": [805.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTAGTCCATAC\", \"ini\": 1382, \"clust\": 401, \"rank\": 276, \"rankvar\": 186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 261, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1373, \"group\": [400.0, 191.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCGCCGTGA\", \"ini\": 1381, \"clust\": 274, \"rank\": 215, \"rankvar\": 195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 130, \"group\": [275.0, 122.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGAG\", \"ini\": 1380, \"clust\": 814, \"rank\": 58, \"rankvar\": 1142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 263, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1479, \"group\": [814.0, 392.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGCGAGAAA\", \"ini\": 1379, \"clust\": 441, \"rank\": 335, \"rankvar\": 471, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 264, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 645, \"group\": [442.0, 213.0, 46.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGGGAAACA\", \"ini\": 1378, \"clust\": 205, \"rank\": 254, \"rankvar\": 371, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 131, \"group\": [205.0, 103.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGTCTGCT\", \"ini\": 1377, \"clust\": 14, \"rank\": 370, \"rankvar\": 1407, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 266, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1592, \"group\": [13.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGAAGGTTT\", \"ini\": 1376, \"clust\": 455, \"rank\": 393, \"rankvar\": 297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 267, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1374, \"group\": [453.0, 223.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCTTCAACT\", \"ini\": 1375, \"clust\": 32, \"rank\": 289, \"rankvar\": 1308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 268, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1593, \"group\": [29.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCAAGAAGT\", \"ini\": 1374, \"clust\": 432, \"rank\": 264, \"rankvar\": 251, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 269, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 646, \"group\": [432.0, 207.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGGTCCAC\", \"ini\": 1373, \"clust\": 684, \"rank\": 142, \"rankvar\": 617, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 270, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 647, \"group\": [683.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACGGTTTA\", \"ini\": 1372, \"clust\": 325, \"rank\": 350, \"rankvar\": 640, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 271, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1375, \"group\": [324.0, 155.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATTGGA\", \"ini\": 1371, \"clust\": 446, \"rank\": 394, \"rankvar\": 506, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 272, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 648, \"group\": [445.0, 215.0, 47.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTCTGCGGT\", \"ini\": 1370, \"clust\": 635, \"rank\": 232, \"rankvar\": 551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 273, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 649, \"group\": [635.0, 337.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGAACAT\", \"ini\": 1369, \"clust\": 392, \"rank\": 248, \"rankvar\": 20, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 650, \"group\": [398.0, 190.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCATTTA\", \"ini\": 1368, \"clust\": 409, \"rank\": 360, \"rankvar\": 285, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 275, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1281, \"group\": [410.0, 195.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACAGACGCCT\", \"ini\": 1367, \"clust\": 221, \"rank\": 249, \"rankvar\": 169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 276, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 132, \"group\": [221.0, 105.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGATAT\", \"ini\": 1366, \"clust\": 78, \"rank\": 225, \"rankvar\": 49, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 133, \"group\": [82.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCCTACAGA\", \"ini\": 1365, \"clust\": 610, \"rank\": 229, \"rankvar\": 869, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 278, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 651, \"group\": [609.0, 325.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGTGACCA\", \"ini\": 1364, \"clust\": 418, \"rank\": 430, \"rankvar\": 35, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 279, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1282, \"group\": [418.0, 198.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTCTCGTTC\", \"ini\": 1363, \"clust\": 167, \"rank\": 329, \"rankvar\": 391, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 134, \"group\": [168.0, 91.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAATCTACG\", \"ini\": 1362, \"clust\": 11, \"rank\": 384, \"rankvar\": 1214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 281, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1594, \"group\": [10.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATGGTTGT\", \"ini\": 1361, \"clust\": 645, \"rank\": 337, \"rankvar\": 208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 282, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 652, \"group\": [645.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAGCACAT\", \"ini\": 1360, \"clust\": 225, \"rank\": 347, \"rankvar\": 221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 135, \"group\": [226.0, 106.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCCACGAAT\", \"ini\": 1359, \"clust\": 222, \"rank\": 298, \"rankvar\": 212, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 136, \"group\": [222.0, 105.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCCAGTAG\", \"ini\": 1358, \"clust\": 661, \"rank\": 184, \"rankvar\": 304, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 285, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 653, \"group\": [661.0, 341.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACATAGAAAC\", \"ini\": 1357, \"clust\": 209, \"rank\": 218, \"rankvar\": 103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 137, \"group\": [210.0, 104.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGCACCAC\", \"ini\": 1356, \"clust\": 733, \"rank\": 348, \"rankvar\": 459, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 287, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 654, \"group\": [735.0, 355.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGTCGAGTG\", \"ini\": 1355, \"clust\": 621, \"rank\": 187, \"rankvar\": 615, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 288, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 655, \"group\": [619.0, 328.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCAGCGACC\", \"ini\": 1354, \"clust\": 669, \"rank\": 251, \"rankvar\": 110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 656, \"group\": [668.0, 344.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAAACAC\", \"ini\": 1353, \"clust\": 428, \"rank\": 310, \"rankvar\": 710, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 290, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 657, \"group\": [433.0, 208.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTCCAGTAT\", \"ini\": 1352, \"clust\": 807, \"rank\": 202, \"rankvar\": 1246, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 291, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1480, \"group\": [808.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGTGA\", \"ini\": 1351, \"clust\": 393, \"rank\": 284, \"rankvar\": 79, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 292, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1376, \"group\": [397.0, 189.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTACGCCC\", \"ini\": 1350, \"clust\": 458, \"rank\": 518, \"rankvar\": 945, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 293, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1377, \"group\": [455.0, 224.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTAAGCACG\", \"ini\": 1349, \"clust\": 163, \"rank\": 172, \"rankvar\": 238, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 138, \"group\": [164.0, 88.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCGGAAATA\", \"ini\": 1348, \"clust\": 337, \"rank\": 290, \"rankvar\": 532, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 295, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 658, \"group\": [338.0, 164.0, 39.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGAATT\", \"ini\": 1347, \"clust\": 602, \"rank\": 294, \"rankvar\": 153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 659, \"group\": [602.0, 323.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTTCTGCGGCA\", \"ini\": 1346, \"clust\": 810, \"rank\": 269, \"rankvar\": 1544, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 297, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1481, \"group\": [806.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACATAAAGGT\", \"ini\": 1345, \"clust\": 285, \"rank\": 477, \"rankvar\": 281, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 139, \"group\": [288.0, 126.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCAGCACAT\", \"ini\": 1344, \"clust\": 547, \"rank\": 265, \"rankvar\": 635, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 299, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 660, \"group\": [546.0, 285.0, 69.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGTTACGA\", \"ini\": 1343, \"clust\": 691, \"rank\": 182, \"rankvar\": 211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 300, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 661, \"group\": [689.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAGATGGGT\", \"ini\": 1342, \"clust\": 242, \"rank\": 387, \"rankvar\": 633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 301, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 140, \"group\": [242.0, 112.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTCAGATAA\", \"ini\": 1341, \"clust\": 278, \"rank\": 299, \"rankvar\": 23, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 141, \"group\": [278.0, 122.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCAGCTGCTG\", \"ini\": 1340, \"clust\": 623, \"rank\": 262, \"rankvar\": 502, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 303, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 662, \"group\": [626.0, 332.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCACCTAA\", \"ini\": 1339, \"clust\": 493, \"rank\": 434, \"rankvar\": 545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 304, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1378, \"group\": [491.0, 240.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGGTCCGT\", \"ini\": 1338, \"clust\": 245, \"rank\": 417, \"rankvar\": 464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 142, \"group\": [245.0, 112.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGACCCT\", \"ini\": 1337, \"clust\": 176, \"rank\": 300, \"rankvar\": 817, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 306, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 143, \"group\": [179.0, 94.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTGGAGAA\", \"ini\": 1336, \"clust\": 609, \"rank\": 257, \"rankvar\": 702, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 307, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 663, \"group\": [611.0, 325.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGTGTGCC\", \"ini\": 1335, \"clust\": 755, \"rank\": 420, \"rankvar\": 875, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 308, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 664, \"group\": [759.0, 364.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGATTGCT\", \"ini\": 1334, \"clust\": 136, \"rank\": 220, \"rankvar\": 917, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 309, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 665, \"group\": [136.0, 66.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCGCATAA\", \"ini\": 1333, \"clust\": 491, \"rank\": 354, \"rankvar\": 982, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1379, \"group\": [490.0, 239.0, 52.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCGCTTGTC\", \"ini\": 1332, \"clust\": 182, \"rank\": 366, \"rankvar\": 338, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 144, \"group\": [183.0, 95.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAAATCCGT\", \"ini\": 1331, \"clust\": 487, \"rank\": 319, \"rankvar\": 1077, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 312, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1380, \"group\": [486.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTAAATGAC\", \"ini\": 1330, \"clust\": 169, \"rank\": 389, \"rankvar\": 188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 145, \"group\": [172.0, 91.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGACTTTCG\", \"ini\": 1329, \"clust\": 12, \"rank\": 333, \"rankvar\": 1302, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 314, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1595, \"group\": [11.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTCGGACG\", \"ini\": 1328, \"clust\": 234, \"rank\": 428, \"rankvar\": 546, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 146, \"group\": [234.0, 108.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCATGGGACA\", \"ini\": 1327, \"clust\": 949, \"rank\": 666, \"rankvar\": 1266, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 316, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 9, \"group\": [946.0, 457.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTTACAG\", \"ini\": 1326, \"clust\": 824, \"rank\": 314, \"rankvar\": 560, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 317, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1482, \"group\": [824.0, 395.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAATGAATG\", \"ini\": 1325, \"clust\": 283, \"rank\": 469, \"rankvar\": 759, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 147, \"group\": [281.0, 123.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCTTGCCGT\", \"ini\": 1324, \"clust\": 232, \"rank\": 450, \"rankvar\": 950, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 148, \"group\": [235.0, 108.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGGGATA\", \"ini\": 1323, \"clust\": 332, \"rank\": 533, \"rankvar\": 691, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 320, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1381, \"group\": [331.0, 159.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCTGCCCA\", \"ini\": 1322, \"clust\": 412, \"rank\": 517, \"rankvar\": 148, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 321, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1283, \"group\": [413.0, 196.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGGCTTGG\", \"ini\": 1321, \"clust\": 723, \"rank\": 261, \"rankvar\": 378, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 666, \"group\": [725.0, 352.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTTTGGCGC\", \"ini\": 1320, \"clust\": 551, \"rank\": 529, \"rankvar\": 669, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 323, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 667, \"group\": [552.0, 290.0, 70.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGCTCAACT\", \"ini\": 1319, \"clust\": 729, \"rank\": 206, \"rankvar\": 349, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 324, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 668, \"group\": [731.0, 353.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCAGAGGTG\", \"ini\": 1318, \"clust\": 77, \"rank\": 324, \"rankvar\": 1019, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 325, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 149, \"group\": [78.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCTTAGCCC\", \"ini\": 1317, \"clust\": 271, \"rank\": 343, \"rankvar\": 152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 150, \"group\": [272.0, 121.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGATCCAT\", \"ini\": 1316, \"clust\": 292, \"rank\": 423, \"rankvar\": 337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 151, \"group\": [292.0, 129.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACAAGCCC\", \"ini\": 1315, \"clust\": 403, \"rank\": 426, \"rankvar\": 375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 328, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1382, \"group\": [402.0, 191.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCAACCA\", \"ini\": 1314, \"clust\": 267, \"rank\": 357, \"rankvar\": 579, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 329, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 152, \"group\": [267.0, 120.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTAACTCT\", \"ini\": 1313, \"clust\": 194, \"rank\": 306, \"rankvar\": 31, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 330, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 153, \"group\": [197.0, 101.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACTACAA\", \"ini\": 1312, \"clust\": 457, \"rank\": 500, \"rankvar\": 206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 331, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1383, \"group\": [457.0, 225.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCAGCTGGC\", \"ini\": 1311, \"clust\": 75, \"rank\": 479, \"rankvar\": 1160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 332, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1596, \"group\": [74.0, 17.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGTTCGA\", \"ini\": 1310, \"clust\": 370, \"rank\": 455, \"rankvar\": 454, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1384, \"group\": [372.0, 182.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCCAACCAA\", \"ini\": 1309, \"clust\": 262, \"rank\": 313, \"rankvar\": 298, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 154, \"group\": [262.0, 118.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCGAACGGA\", \"ini\": 1308, \"clust\": 673, \"rank\": 197, \"rankvar\": 428, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 335, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 669, \"group\": [673.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCGATAGC\", \"ini\": 1307, \"clust\": 160, \"rank\": 392, \"rankvar\": 224, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 336, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 155, \"group\": [161.0, 85.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCGGGAGTA\", \"ini\": 1306, \"clust\": 682, \"rank\": 158, \"rankvar\": 1050, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 337, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 670, \"group\": [684.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCGTCATC\", \"ini\": 1305, \"clust\": 945, \"rank\": 618, \"rankvar\": 870, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 338, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 10, \"group\": [943.0, 457.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTAAGTGTA\", \"ini\": 1304, \"clust\": 652, \"rank\": 278, \"rankvar\": 461, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 339, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 671, \"group\": [650.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGAAATG\", \"ini\": 1303, \"clust\": 625, \"rank\": 271, \"rankvar\": 39, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 340, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 672, \"group\": [625.0, 331.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAAATACAG\", \"ini\": 1302, \"clust\": 941, \"rank\": 380, \"rankvar\": 885, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 341, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 11, \"group\": [941.0, 456.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATAGCAT\", \"ini\": 1301, \"clust\": 1587, \"rank\": 227, \"rankvar\": 932, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 342, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 996, \"group\": [1588.0, 788.0, 195.0, 48.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATATACCG\", \"ini\": 1300, \"clust\": 303, \"rank\": 441, \"rankvar\": 779, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 156, \"group\": [301.0, 136.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGTACTTGC\", \"ini\": 1299, \"clust\": 946, \"rank\": 604, \"rankvar\": 1372, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 344, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 12, \"group\": [944.0, 457.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTAACGA\", \"ini\": 1298, \"clust\": 480, \"rank\": 373, \"rankvar\": 1088, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1385, \"group\": [478.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGTGCAAC\", \"ini\": 1297, \"clust\": 246, \"rank\": 375, \"rankvar\": 628, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 157, \"group\": [246.0, 112.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGGTTTC\", \"ini\": 1296, \"clust\": 290, \"rank\": 510, \"rankvar\": 345, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 158, \"group\": [290.0, 128.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAACACTG\", \"ini\": 1295, \"clust\": 119, \"rank\": 418, \"rankvar\": 530, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 159, \"group\": [118.0, 52.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTCGTACT\", \"ini\": 1294, \"clust\": 643, \"rank\": 323, \"rankvar\": 227, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 349, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 673, \"group\": [641.0, 338.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAACTGGCC\", \"ini\": 1293, \"clust\": 680, \"rank\": 239, \"rankvar\": 394, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 350, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 674, \"group\": [677.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGAGAACG\", \"ini\": 1292, \"clust\": 193, \"rank\": 365, \"rankvar\": 198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 160, \"group\": [193.0, 99.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCGGGTCT\", \"ini\": 1291, \"clust\": 1595, \"rank\": 320, \"rankvar\": 678, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 352, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 997, \"group\": [1593.0, 793.0, 196.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTCTTGTCC\", \"ini\": 1290, \"clust\": 323, \"rank\": 388, \"rankvar\": 427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1386, \"group\": [325.0, 155.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCGGAAATA\", \"ini\": 1289, \"clust\": 275, \"rank\": 321, \"rankvar\": 194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 161, \"group\": [276.0, 122.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACGAGGTA\", \"ini\": 1288, \"clust\": 419, \"rank\": 472, \"rankvar\": 324, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 355, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1284, \"group\": [423.0, 201.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGCGAACA\", \"ini\": 1287, \"clust\": 604, \"rank\": 334, \"rankvar\": 407, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 356, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 675, \"group\": [604.0, 323.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGGTTCGG\", \"ini\": 1286, \"clust\": 827, \"rank\": 241, \"rankvar\": 974, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 357, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1483, \"group\": [825.0, 395.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGTTACCT\", \"ini\": 1285, \"clust\": 368, \"rank\": 309, \"rankvar\": 69, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 358, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 676, \"group\": [409.0, 194.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTTTGC\", \"ini\": 1284, \"clust\": 371, \"rank\": 377, \"rankvar\": 192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 359, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1387, \"group\": [371.0, 181.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGCCTGAG\", \"ini\": 1283, \"clust\": 115, \"rank\": 431, \"rankvar\": 679, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 162, \"group\": [117.0, 51.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTAATGA\", \"ini\": 1282, \"clust\": 410, \"rank\": 444, \"rankvar\": 111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 361, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1285, \"group\": [411.0, 195.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGGCTACG\", \"ini\": 1281, \"clust\": 366, \"rank\": 425, \"rankvar\": 505, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 362, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1388, \"group\": [367.0, 179.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTTGGGCC\", \"ini\": 1280, \"clust\": 263, \"rank\": 356, \"rankvar\": 59, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 363, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 163, \"group\": [264.0, 120.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGCCCAATT\", \"ini\": 1279, \"clust\": 338, \"rank\": 359, \"rankvar\": 36, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 364, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 677, \"group\": [339.0, 165.0, 39.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGGGTGT\", \"ini\": 1278, \"clust\": 679, \"rank\": 288, \"rankvar\": 491, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 678, \"group\": [679.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCATGGTCA\", \"ini\": 1277, \"clust\": 273, \"rank\": 402, \"rankvar\": 421, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 164, \"group\": [274.0, 121.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAAGGTTCT\", \"ini\": 1276, \"clust\": 636, \"rank\": 285, \"rankvar\": 255, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 679, \"group\": [638.0, 337.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATTGGGCC\", \"ini\": 1275, \"clust\": 811, \"rank\": 374, \"rankvar\": 787, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1389, \"group\": [813.0, 391.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACACGAAACG\", \"ini\": 1274, \"clust\": 632, \"rank\": 316, \"rankvar\": 163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 369, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 680, \"group\": [632.0, 336.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCAAGAT\", \"ini\": 1273, \"clust\": 346, \"rank\": 471, \"rankvar\": 352, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1390, \"group\": [349.0, 170.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGTACGATA\", \"ini\": 1272, \"clust\": 650, \"rank\": 342, \"rankvar\": 360, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 371, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 681, \"group\": [653.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCAGCATACT\", \"ini\": 1271, \"clust\": 641, \"rank\": 332, \"rankvar\": 451, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 372, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 682, \"group\": [640.0, 338.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTCTCTTTA\", \"ini\": 1270, \"clust\": 170, \"rank\": 331, \"rankvar\": 627, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 165, \"group\": [170.0, 91.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCACTTACGA\", \"ini\": 1269, \"clust\": 247, \"rank\": 407, \"rankvar\": 147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 374, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 166, \"group\": [247.0, 112.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGGGTTAG\", \"ini\": 1268, \"clust\": 535, \"rank\": 528, \"rankvar\": 332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 375, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1286, \"group\": [536.0, 276.0, 66.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATTTGCCC\", \"ini\": 1267, \"clust\": 646, \"rank\": 364, \"rankvar\": 145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 376, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 683, \"group\": [646.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCAATACCG\", \"ini\": 1266, \"clust\": 186, \"rank\": 363, \"rankvar\": 137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 377, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 167, \"group\": [186.0, 95.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCACGTTGGC\", \"ini\": 1265, \"clust\": 126, \"rank\": 400, \"rankvar\": 453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 168, \"group\": [131.0, 61.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGATAATG\", \"ini\": 1264, \"clust\": 101, \"rank\": 494, \"rankvar\": 813, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 169, \"group\": [100.0, 41.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCCGTTAA\", \"ini\": 1263, \"clust\": 681, \"rank\": 243, \"rankvar\": 75, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 380, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 684, \"group\": [678.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTGTTTGGT\", \"ini\": 1262, \"clust\": 662, \"rank\": 185, \"rankvar\": 809, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 381, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 685, \"group\": [662.0, 341.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCGGTCTAA\", \"ini\": 1261, \"clust\": 631, \"rank\": 336, \"rankvar\": 542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 382, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 686, \"group\": [654.0, 340.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACCACTTAAGC\", \"ini\": 1260, \"clust\": 598, \"rank\": 376, \"rankvar\": 667, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 383, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 687, \"group\": [598.0, 321.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATTTCACT\", \"ini\": 1259, \"clust\": 227, \"rank\": 371, \"rankvar\": 28, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 384, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 170, \"group\": [230.0, 106.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAAGTAGT\", \"ini\": 1258, \"clust\": 812, \"rank\": 390, \"rankvar\": 774, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 385, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1484, \"group\": [811.0, 391.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGGATGG\", \"ini\": 1257, \"clust\": 477, \"rank\": 484, \"rankvar\": 1125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 386, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1391, \"group\": [477.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCCCATTAT\", \"ini\": 1256, \"clust\": 113, \"rank\": 558, \"rankvar\": 573, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 171, \"group\": [111.0, 48.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCTGCAAT\", \"ini\": 1255, \"clust\": 251, \"rank\": 413, \"rankvar\": 189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 172, \"group\": [252.0, 115.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCATCGGAAG\", \"ini\": 1254, \"clust\": 648, \"rank\": 304, \"rankvar\": 783, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 389, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 688, \"group\": [647.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTGAGTTC\", \"ini\": 1253, \"clust\": 235, \"rank\": 409, \"rankvar\": 436, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 390, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 173, \"group\": [238.0, 110.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCATGAT\", \"ini\": 1252, \"clust\": 289, \"rank\": 421, \"rankvar\": 584, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 174, \"group\": [294.0, 130.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTCCGTT\", \"ini\": 1251, \"clust\": 248, \"rank\": 416, \"rankvar\": 586, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 175, \"group\": [251.0, 114.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACGGTTTA\", \"ini\": 1250, \"clust\": 168, \"rank\": 436, \"rankvar\": 629, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 176, \"group\": [169.0, 91.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCGAACC\", \"ini\": 1249, \"clust\": 449, \"rank\": 636, \"rankvar\": 807, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 394, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1392, \"group\": [448.0, 218.0, 49.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTCATAGACTC\", \"ini\": 1248, \"clust\": 544, \"rank\": 396, \"rankvar\": 602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 395, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 689, \"group\": [544.0, 283.0, 69.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGGCTAGGT\", \"ini\": 1247, \"clust\": 100, \"rank\": 465, \"rankvar\": 798, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 177, \"group\": [102.0, 42.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATCCGCGA\", \"ini\": 1246, \"clust\": 257, \"rank\": 485, \"rankvar\": 85, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 397, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 178, \"group\": [258.0, 116.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCCTTCAAT\", \"ini\": 1245, \"clust\": 149, \"rank\": 346, \"rankvar\": 329, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 179, \"group\": [147.0, 77.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGAACCTT\", \"ini\": 1244, \"clust\": 3, \"rank\": 591, \"rankvar\": 914, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 399, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1393, \"group\": [4.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGGTCTCG\", \"ini\": 1243, \"clust\": 141, \"rank\": 445, \"rankvar\": 98, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 180, \"group\": [144.0, 74.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTATCACCA\", \"ini\": 1242, \"clust\": 243, \"rank\": 435, \"rankvar\": 576, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 401, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 181, \"group\": [243.0, 112.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGGAGCGAG\", \"ini\": 1241, \"clust\": 433, \"rank\": 411, \"rankvar\": 264, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 402, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1287, \"group\": [434.0, 209.0, 44.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCATGAACCT\", \"ini\": 1240, \"clust\": 932, \"rank\": 576, \"rankvar\": 865, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 403, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 13, \"group\": [932.0, 452.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTTGCGTTA\", \"ini\": 1239, \"clust\": 252, \"rank\": 532, \"rankvar\": 219, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 404, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 182, \"group\": [253.0, 115.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGGCCGAT\", \"ini\": 1238, \"clust\": 187, \"rank\": 508, \"rankvar\": 387, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 183, \"group\": [188.0, 96.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGGCCGAT\", \"ini\": 1237, \"clust\": 728, \"rank\": 315, \"rankvar\": 86, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 406, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 690, \"group\": [727.0, 353.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGCTTTC\", \"ini\": 1236, \"clust\": 693, \"rank\": 268, \"rankvar\": 204, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 407, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 691, \"group\": [698.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTGCCTGTG\", \"ini\": 1235, \"clust\": 644, \"rank\": 405, \"rankvar\": 476, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 408, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 692, \"group\": [642.0, 338.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTACTGAC\", \"ini\": 1234, \"clust\": 358, \"rank\": 326, \"rankvar\": 218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 409, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1394, \"group\": [365.0, 177.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCGTCCAGG\", \"ini\": 1233, \"clust\": 453, \"rank\": 627, \"rankvar\": 1037, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 410, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1395, \"group\": [459.0, 227.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCACCCTCA\", \"ini\": 1232, \"clust\": 605, \"rank\": 280, \"rankvar\": 510, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 693, \"group\": [605.0, 323.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCTTGCGG\", \"ini\": 1231, \"clust\": 685, \"rank\": 230, \"rankvar\": 223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 694, \"group\": [687.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTACTCAAC\", \"ini\": 1230, \"clust\": 361, \"rank\": 266, \"rankvar\": 181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 413, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1396, \"group\": [362.0, 174.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGAGTTGGC\", \"ini\": 1229, \"clust\": 687, \"rank\": 247, \"rankvar\": 481, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 414, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 695, \"group\": [686.0, 348.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGATATGGT\", \"ini\": 1228, \"clust\": 594, \"rank\": 404, \"rankvar\": 365, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 415, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 696, \"group\": [597.0, 320.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCGCTTTC\", \"ini\": 1227, \"clust\": 797, \"rank\": 286, \"rankvar\": 1196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 416, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1485, \"group\": [799.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAAGCCGTC\", \"ini\": 1226, \"clust\": 573, \"rank\": 395, \"rankvar\": 348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 417, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 697, \"group\": [573.0, 306.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCAGGGTGTTG\", \"ini\": 1225, \"clust\": 738, \"rank\": 535, \"rankvar\": 755, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 418, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 698, \"group\": [738.0, 356.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCATGTCTT\", \"ini\": 1224, \"clust\": 26, \"rank\": 433, \"rankvar\": 1217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 419, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1597, \"group\": [30.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGGCGCTCT\", \"ini\": 1223, \"clust\": 499, \"rank\": 461, \"rankvar\": 725, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 420, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1397, \"group\": [497.0, 242.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGGTGCGCTTG\", \"ini\": 1222, \"clust\": 667, \"rank\": 367, \"rankvar\": 230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 421, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 699, \"group\": [669.0, 345.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCTAAAGA\", \"ini\": 1221, \"clust\": 104, \"rank\": 671, \"rankvar\": 655, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 184, \"group\": [103.0, 43.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACTGCCAG\", \"ini\": 1220, \"clust\": 249, \"rank\": 506, \"rankvar\": 455, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 185, \"group\": [249.0, 113.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATTACCTT\", \"ini\": 1219, \"clust\": 161, \"rank\": 401, \"rankvar\": 201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 186, \"group\": [159.0, 85.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGCGATTCT\", \"ini\": 1218, \"clust\": 464, \"rank\": 432, \"rankvar\": 749, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 425, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1398, \"group\": [462.0, 230.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTCCGTAT\", \"ini\": 1217, \"clust\": 254, \"rank\": 490, \"rankvar\": 33, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 426, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 187, \"group\": [259.0, 116.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATGCCTTC\", \"ini\": 1216, \"clust\": 962, \"rank\": 607, \"rankvar\": 415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 427, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1399, \"group\": [962.0, 471.0, 110.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCGATATA\", \"ini\": 1215, \"clust\": 264, \"rank\": 414, \"rankvar\": 445, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 188, \"group\": [265.0, 120.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACCAGATT\", \"ini\": 1214, \"clust\": 719, \"rank\": 291, \"rankvar\": 203, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 429, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 700, \"group\": [719.0, 350.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCCACTCCA\", \"ini\": 1213, \"clust\": 230, \"rank\": 391, \"rankvar\": 296, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 189, \"group\": [231.0, 107.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCCTAATT\", \"ini\": 1212, \"clust\": 239, \"rank\": 412, \"rankvar\": 490, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 190, \"group\": [239.0, 111.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGGTTAAC\", \"ini\": 1211, \"clust\": 293, \"rank\": 629, \"rankvar\": 307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 191, \"group\": [293.0, 129.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGGGTGTGT\", \"ini\": 1210, \"clust\": 736, \"rank\": 460, \"rankvar\": 226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 433, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 701, \"group\": [736.0, 356.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTTATGCGT\", \"ini\": 1209, \"clust\": 138, \"rank\": 470, \"rankvar\": 868, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 434, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 702, \"group\": [141.0, 71.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCAGACCTTTG\", \"ini\": 1208, \"clust\": 742, \"rank\": 372, \"rankvar\": 403, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 435, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 703, \"group\": [742.0, 358.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCACATGACT\", \"ini\": 1207, \"clust\": 947, \"rank\": 648, \"rankvar\": 1325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 436, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 14, \"group\": [947.0, 457.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGAGACTTA\", \"ini\": 1206, \"clust\": 801, \"rank\": 463, \"rankvar\": 968, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 437, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1486, \"group\": [800.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTAATTGGA\", \"ini\": 1205, \"clust\": 653, \"rank\": 422, \"rankvar\": 535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 438, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 704, \"group\": [651.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTTTAGGG\", \"ini\": 1204, \"clust\": 638, \"rank\": 340, \"rankvar\": 552, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 439, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 705, \"group\": [637.0, 337.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTTGCT\", \"ini\": 1203, \"clust\": 259, \"rank\": 467, \"rankvar\": 5, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 192, \"group\": [257.0, 116.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTCATTCA\", \"ini\": 1202, \"clust\": 226, \"rank\": 440, \"rankvar\": 160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 441, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 193, \"group\": [227.0, 106.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCAATGAATG\", \"ini\": 1201, \"clust\": 27, \"rank\": 449, \"rankvar\": 1369, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 442, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1598, \"group\": [24.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATAAAGG\", \"ini\": 1200, \"clust\": 333, \"rank\": 640, \"rankvar\": 353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 443, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1400, \"group\": [332.0, 160.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTACAGTGG\", \"ini\": 1199, \"clust\": 336, \"rank\": 675, \"rankvar\": 1104, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1401, \"group\": [335.0, 161.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCACAGGCCT\", \"ini\": 1198, \"clust\": 626, \"rank\": 397, \"rankvar\": 335, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 445, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 706, \"group\": [627.0, 333.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACAGAGGT\", \"ini\": 1197, \"clust\": 342, \"rank\": 296, \"rankvar\": 616, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 446, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1402, \"group\": [343.0, 167.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCACCGGGT\", \"ini\": 1196, \"clust\": 236, \"rank\": 473, \"rankvar\": 400, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 447, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 194, \"group\": [236.0, 109.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTAGGGTG\", \"ini\": 1195, \"clust\": 826, \"rank\": 301, \"rankvar\": 1188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 448, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1487, \"group\": [827.0, 395.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGTCGCTG\", \"ini\": 1194, \"clust\": 737, \"rank\": 476, \"rankvar\": 379, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 449, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 707, \"group\": [737.0, 356.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCGTTTAC\", \"ini\": 1193, \"clust\": 1626, \"rank\": 233, \"rankvar\": 1347, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 450, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 998, \"group\": [1627.0, 808.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACAGCTCGAC\", \"ini\": 1192, \"clust\": 330, \"rank\": 610, \"rankvar\": 414, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 451, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1403, \"group\": [336.0, 162.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGTTAACC\", \"ini\": 1191, \"clust\": 802, \"rank\": 408, \"rankvar\": 1376, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 452, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1488, \"group\": [801.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAGGGTAC\", \"ini\": 1190, \"clust\": 815, \"rank\": 250, \"rankvar\": 899, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 453, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 708, \"group\": [815.0, 392.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTTCCGTCT\", \"ini\": 1189, \"clust\": 365, \"rank\": 362, \"rankvar\": 78, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1404, \"group\": [364.0, 176.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCTTGCAAG\", \"ini\": 1188, \"clust\": 747, \"rank\": 382, \"rankvar\": 315, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 455, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 709, \"group\": [746.0, 359.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGTCTCT\", \"ini\": 1187, \"clust\": 799, \"rank\": 303, \"rankvar\": 1423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 456, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1489, \"group\": [796.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTGATAAAC\", \"ini\": 1186, \"clust\": 674, \"rank\": 260, \"rankvar\": 458, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 457, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 710, \"group\": [674.0, 347.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCTCGTATT\", \"ini\": 1185, \"clust\": 37, \"rank\": 381, \"rankvar\": 1233, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 458, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1599, \"group\": [36.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCAAACGGG\", \"ini\": 1184, \"clust\": 189, \"rank\": 446, \"rankvar\": 318, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 195, \"group\": [190.0, 98.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGTGGTAAT\", \"ini\": 1183, \"clust\": 237, \"rank\": 468, \"rankvar\": 663, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 196, \"group\": [237.0, 109.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTCTTTCAT\", \"ini\": 1182, \"clust\": 220, \"rank\": 451, \"rankvar\": 26, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 197, \"group\": [225.0, 105.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTCACGCC\", \"ini\": 1181, \"clust\": 672, \"rank\": 277, \"rankvar\": 398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 462, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 711, \"group\": [671.0, 346.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTGCCAGA\", \"ini\": 1180, \"clust\": 794, \"rank\": 544, \"rankvar\": 1473, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 463, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1490, \"group\": [810.0, 390.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATCGATTG\", \"ini\": 1179, \"clust\": 436, \"rank\": 327, \"rankvar\": 68, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 464, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1288, \"group\": [440.0, 211.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATCGATTG\", \"ini\": 1178, \"clust\": 651, \"rank\": 410, \"rankvar\": 420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 465, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 712, \"group\": [652.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTCATCGTCGG\", \"ini\": 1177, \"clust\": 735, \"rank\": 551, \"rankvar\": 473, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 466, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 713, \"group\": [734.0, 355.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGTACTCT\", \"ini\": 1176, \"clust\": 938, \"rank\": 553, \"rankvar\": 1198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 467, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 15, \"group\": [940.0, 455.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAAGCAGGTCA\", \"ini\": 1175, \"clust\": 279, \"rank\": 530, \"rankvar\": 100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 198, \"group\": [284.0, 125.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCAACACGT\", \"ini\": 1174, \"clust\": 603, \"rank\": 459, \"rankvar\": 641, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 469, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 714, \"group\": [606.0, 323.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTGGGATC\", \"ini\": 1173, \"clust\": 241, \"rank\": 592, \"rankvar\": 498, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 470, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 199, \"group\": [248.0, 112.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGCGATAGC\", \"ini\": 1172, \"clust\": 611, \"rank\": 385, \"rankvar\": 639, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 471, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 715, \"group\": [610.0, 325.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCGCATGGC\", \"ini\": 1171, \"clust\": 748, \"rank\": 399, \"rankvar\": 651, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 472, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 716, \"group\": [747.0, 359.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTAAGGGAA\", \"ini\": 1170, \"clust\": 817, \"rank\": 307, \"rankvar\": 1323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 473, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1491, \"group\": [816.0, 393.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCCTTGAT\", \"ini\": 1169, \"clust\": 107, \"rank\": 769, \"rankvar\": 944, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 474, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 200, \"group\": [106.0, 44.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGCTAAACA\", \"ini\": 1168, \"clust\": 828, \"rank\": 361, \"rankvar\": 1122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 475, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1492, \"group\": [826.0, 395.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTAGCTAAA\", \"ini\": 1167, \"clust\": 129, \"rank\": 495, \"rankvar\": 250, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 476, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 201, \"group\": [127.0, 57.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATCCCGC\", \"ini\": 1166, \"clust\": 284, \"rank\": 540, \"rankvar\": 417, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 202, \"group\": [289.0, 127.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGAGTACCG\", \"ini\": 1165, \"clust\": 1596, \"rank\": 415, \"rankvar\": 751, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 478, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 999, \"group\": [1594.0, 794.0, 196.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCATGCTGGC\", \"ini\": 1164, \"clust\": 137, \"rank\": 311, \"rankvar\": 487, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 479, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 717, \"group\": [137.0, 67.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGGATGGA\", \"ini\": 1163, \"clust\": 592, \"rank\": 462, \"rankvar\": 693, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 480, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 718, \"group\": [593.0, 319.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTCACCCATTC\", \"ini\": 1162, \"clust\": 744, \"rank\": 383, \"rankvar\": 267, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 719, \"group\": [744.0, 359.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTTAGTGGG\", \"ini\": 1161, \"clust\": 280, \"rank\": 577, \"rankvar\": 76, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 203, \"group\": [283.0, 124.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCGACA\", \"ini\": 1160, \"clust\": 622, \"rank\": 282, \"rankvar\": 887, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 483, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 720, \"group\": [620.0, 328.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGTTTCCTT\", \"ini\": 1159, \"clust\": 294, \"rank\": 516, \"rankvar\": 695, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 204, \"group\": [295.0, 131.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGCACGTCAGC\", \"ini\": 1158, \"clust\": 597, \"rank\": 504, \"rankvar\": 565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 485, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 721, \"group\": [600.0, 322.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCCAAAT\", \"ini\": 1157, \"clust\": 612, \"rank\": 398, \"rankvar\": 339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 486, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 722, \"group\": [623.0, 330.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTCTCTTAT\", \"ini\": 1156, \"clust\": 575, \"rank\": 419, \"rankvar\": 139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 487, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 723, \"group\": [578.0, 310.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCAACGGCC\", \"ini\": 1155, \"clust\": 1588, \"rank\": 378, \"rankvar\": 872, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 488, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1000, \"group\": [1589.0, 789.0, 195.0, 48.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCGAACGC\", \"ini\": 1154, \"clust\": 108, \"rank\": 680, \"rankvar\": 713, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 489, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 205, \"group\": [107.0, 44.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCGCAAACT\", \"ini\": 1153, \"clust\": 739, \"rank\": 497, \"rankvar\": 593, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 490, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 724, \"group\": [739.0, 356.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCACACGC\", \"ini\": 1152, \"clust\": 813, \"rank\": 507, \"rankvar\": 607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 491, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1493, \"group\": [812.0, 391.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACCACCAG\", \"ini\": 1151, \"clust\": 786, \"rank\": 328, \"rankvar\": 1226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 492, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1494, \"group\": [791.0, 387.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGGCAAAC\", \"ini\": 1150, \"clust\": 825, \"rank\": 379, \"rankvar\": 933, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 493, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1495, \"group\": [828.0, 395.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGCGTAAG\", \"ini\": 1149, \"clust\": 492, \"rank\": 456, \"rankvar\": 402, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1405, \"group\": [493.0, 241.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTGGTCCGT\", \"ini\": 1148, \"clust\": 118, \"rank\": 564, \"rankvar\": 664, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 495, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 206, \"group\": [120.0, 52.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGTGTGGCA\", \"ini\": 1147, \"clust\": 466, \"rank\": 515, \"rankvar\": 1179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 496, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1406, \"group\": [488.0, 237.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAATGAATG\", \"ini\": 1146, \"clust\": 345, \"rank\": 482, \"rankvar\": 525, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 497, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1407, \"group\": [366.0, 178.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAAACCCAT\", \"ini\": 1145, \"clust\": 942, \"rank\": 583, \"rankvar\": 946, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 498, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 16, \"group\": [942.0, 456.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCTCCAGGG\", \"ini\": 1144, \"clust\": 967, \"rank\": 653, \"rankvar\": 797, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 499, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 207, \"group\": [967.0, 476.0, 111.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGCCAGTTT\", \"ini\": 1143, \"clust\": 790, \"rank\": 438, \"rankvar\": 936, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 500, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1496, \"group\": [788.0, 386.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTACATGAACCT\", \"ini\": 1142, \"clust\": 148, \"rank\": 466, \"rankvar\": 80, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 501, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 208, \"group\": [149.0, 77.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGAATAGGG\", \"ini\": 1141, \"clust\": 179, \"rank\": 474, \"rankvar\": 652, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 209, \"group\": [182.0, 95.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGCTGGA\", \"ini\": 1140, \"clust\": 481, \"rank\": 439, \"rankvar\": 1076, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 503, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1408, \"group\": [479.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTACCGGCT\", \"ini\": 1139, \"clust\": 756, \"rank\": 487, \"rankvar\": 674, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 504, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 725, \"group\": [755.0, 364.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGGTGGAT\", \"ini\": 1138, \"clust\": 469, \"rank\": 458, \"rankvar\": 1315, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 505, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1409, \"group\": [467.0, 233.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGAGGTTAT\", \"ini\": 1137, \"clust\": 649, \"rank\": 478, \"rankvar\": 369, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 506, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 726, \"group\": [648.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCAAAGACA\", \"ini\": 1136, \"clust\": 574, \"rank\": 453, \"rankvar\": 486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 507, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 727, \"group\": [574.0, 306.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTGATCGG\", \"ini\": 1135, \"clust\": 15, \"rank\": 570, \"rankvar\": 1428, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 508, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1600, \"group\": [14.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAGGTCGTC\", \"ini\": 1134, \"clust\": 745, \"rank\": 475, \"rankvar\": 448, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 728, \"group\": [745.0, 359.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTTCCACGG\", \"ini\": 1133, \"clust\": 435, \"rank\": 464, \"rankvar\": 513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 510, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1289, \"group\": [441.0, 212.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACAGCGTC\", \"ini\": 1132, \"clust\": 872, \"rank\": 355, \"rankvar\": 1330, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 511, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1497, \"group\": [869.0, 406.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCCCTAATT\", \"ini\": 1131, \"clust\": 495, \"rank\": 549, \"rankvar\": 829, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 512, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1410, \"group\": [499.0, 243.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAAAGCGGT\", \"ini\": 1130, \"clust\": 265, \"rank\": 403, \"rankvar\": 557, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 513, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 210, \"group\": [268.0, 120.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACGACGT\", \"ini\": 1129, \"clust\": 155, \"rank\": 514, \"rankvar\": 673, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 211, \"group\": [163.0, 87.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCACTCTTA\", \"ini\": 1128, \"clust\": 607, \"rank\": 452, \"rankvar\": 217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 515, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 729, \"group\": [608.0, 324.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTTCAGACT\", \"ini\": 1127, \"clust\": 940, \"rank\": 572, \"rankvar\": 543, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 516, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 17, \"group\": [939.0, 455.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCATGCAACT\", \"ini\": 1126, \"clust\": 461, \"rank\": 578, \"rankvar\": 778, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 517, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1411, \"group\": [460.0, 228.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCACCCT\", \"ini\": 1125, \"clust\": 720, \"rank\": 351, \"rankvar\": 209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 518, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 730, \"group\": [720.0, 350.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGGCTTC\", \"ini\": 1124, \"clust\": 548, \"rank\": 325, \"rankvar\": 300, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 519, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 731, \"group\": [547.0, 285.0, 69.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCCAGTTA\", \"ini\": 1123, \"clust\": 568, \"rank\": 358, \"rankvar\": 1062, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 520, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 732, \"group\": [567.0, 301.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTAGCTAGGCA\", \"ini\": 1122, \"clust\": 692, \"rank\": 406, \"rankvar\": 228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 521, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 733, \"group\": [699.0, 349.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGCGGCTTC\", \"ini\": 1121, \"clust\": 28, \"rank\": 447, \"rankvar\": 1488, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 522, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1601, \"group\": [25.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAGCCCAC\", \"ini\": 1120, \"clust\": 479, \"rank\": 602, \"rankvar\": 1101, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 523, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1412, \"group\": [476.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCCACCGTTGG\", \"ini\": 1119, \"clust\": 281, \"rank\": 625, \"rankvar\": 168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 212, \"group\": [282.0, 123.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGCGCCTTG\", \"ini\": 1118, \"clust\": 789, \"rank\": 512, \"rankvar\": 1001, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 525, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1498, \"group\": [790.0, 386.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGAACTCGG\", \"ini\": 1117, \"clust\": 725, \"rank\": 448, \"rankvar\": 422, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 526, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 734, \"group\": [724.0, 352.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTATCTG\", \"ini\": 1116, \"clust\": 229, \"rank\": 523, \"rankvar\": 104, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 527, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 213, \"group\": [229.0, 106.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTCGGCTCA\", \"ini\": 1115, \"clust\": 585, \"rank\": 547, \"rankvar\": 716, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 528, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 735, \"group\": [586.0, 315.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTTCCAACA\", \"ini\": 1114, \"clust\": 791, \"rank\": 581, \"rankvar\": 901, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 529, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1499, \"group\": [789.0, 386.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCCTGCAGG\", \"ini\": 1113, \"clust\": 291, \"rank\": 669, \"rankvar\": 199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 530, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 214, \"group\": [291.0, 128.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGAGGTAGA\", \"ini\": 1112, \"clust\": 629, \"rank\": 552, \"rankvar\": 119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 531, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 736, \"group\": [629.0, 334.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACATGCAATC\", \"ini\": 1111, \"clust\": 95, \"rank\": 655, \"rankvar\": 776, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 215, \"group\": [94.0, 35.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTTTAAGCC\", \"ini\": 1110, \"clust\": 642, \"rank\": 521, \"rankvar\": 342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 533, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 737, \"group\": [643.0, 338.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTTCATGGT\", \"ini\": 1109, \"clust\": 310, \"rank\": 302, \"rankvar\": 719, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 534, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 421, \"group\": [309.0, 144.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCTGCAGG\", \"ini\": 1108, \"clust\": 334, \"rank\": 683, \"rankvar\": 122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 535, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1413, \"group\": [333.0, 160.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGAGAACAG\", \"ini\": 1107, \"clust\": 482, \"rank\": 522, \"rankvar\": 1194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 536, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1414, \"group\": [480.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGAGAGCAATT\", \"ini\": 1106, \"clust\": 151, \"rank\": 545, \"rankvar\": 483, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 216, \"group\": [151.0, 78.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAACGCGA\", \"ini\": 1105, \"clust\": 914, \"rank\": 601, \"rankvar\": 907, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 217, \"group\": [915.0, 438.0, 99.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCAGTTTGG\", \"ini\": 1104, \"clust\": 496, \"rank\": 567, \"rankvar\": 340, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 539, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1415, \"group\": [496.0, 242.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCCTCAACC\", \"ini\": 1103, \"clust\": 470, \"rank\": 608, \"rankvar\": 1271, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 540, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1416, \"group\": [468.0, 233.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAGCCTTTC\", \"ini\": 1102, \"clust\": 627, \"rank\": 491, \"rankvar\": 599, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 541, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 738, \"group\": [628.0, 333.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATAGGAG\", \"ini\": 1101, \"clust\": 80, \"rank\": 295, \"rankvar\": 920, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 218, \"group\": [79.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTCTCATCC\", \"ini\": 1100, \"clust\": 318, \"rank\": 442, \"rankvar\": 504, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 739, \"group\": [319.0, 152.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCGGCATCG\", \"ini\": 1099, \"clust\": 153, \"rank\": 513, \"rankvar\": 731, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 219, \"group\": [153.0, 80.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTTCGCTAA\", \"ini\": 1098, \"clust\": 633, \"rank\": 489, \"rankvar\": 45, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 545, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 740, \"group\": [633.0, 336.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGCGATG\", \"ini\": 1097, \"clust\": 60, \"rank\": 657, \"rankvar\": 1533, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 546, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1602, \"group\": [59.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAGTCAGCC\", \"ini\": 1096, \"clust\": 96, \"rank\": 704, \"rankvar\": 670, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 220, \"group\": [95.0, 36.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAACTGCTA\", \"ini\": 1095, \"clust\": 613, \"rank\": 273, \"rankvar\": 600, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 548, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 741, \"group\": [613.0, 326.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTTGAGAT\", \"ini\": 1094, \"clust\": 1254, \"rank\": 670, \"rankvar\": 1024, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 549, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 742, \"group\": [1255.0, 673.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCCCTAAT\", \"ini\": 1093, \"clust\": 191, \"rank\": 538, \"rankvar\": 54, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 221, \"group\": [194.0, 100.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAAGTCTAC\", \"ini\": 1092, \"clust\": 765, \"rank\": 503, \"rankvar\": 519, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 551, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 743, \"group\": [766.0, 369.0, 77.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGGCTCTTA\", \"ini\": 1091, \"clust\": 320, \"rank\": 566, \"rankvar\": 564, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1417, \"group\": [321.0, 153.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAACAGCGAACA\", \"ini\": 1090, \"clust\": 112, \"rank\": 685, \"rankvar\": 306, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 553, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 222, \"group\": [113.0, 48.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAAACCGT\", \"ini\": 1089, \"clust\": 240, \"rank\": 560, \"rankvar\": 522, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 223, \"group\": [240.0, 111.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCACAGACTT\", \"ini\": 1088, \"clust\": 960, \"rank\": 652, \"rankvar\": 683, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 555, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1418, \"group\": [963.0, 472.0, 110.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCAATGGACG\", \"ini\": 1087, \"clust\": 500, \"rank\": 550, \"rankvar\": 512, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 556, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1419, \"group\": [498.0, 242.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTGACTACT\", \"ini\": 1086, \"clust\": 150, \"rank\": 557, \"rankvar\": 279, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 224, \"group\": [148.0, 77.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCTCTTATG\", \"ini\": 1085, \"clust\": 465, \"rank\": 496, \"rankvar\": 991, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 558, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1420, \"group\": [463.0, 230.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTACAGCAG\", \"ini\": 1084, \"clust\": 536, \"rank\": 585, \"rankvar\": 249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 559, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 744, \"group\": [537.0, 277.0, 66.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCACCCAGTG\", \"ini\": 1083, \"clust\": 406, \"rank\": 681, \"rankvar\": 164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 560, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 745, \"group\": [408.0, 193.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTATAGGTA\", \"ini\": 1082, \"clust\": 1585, \"rank\": 554, \"rankvar\": 1085, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 561, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1001, \"group\": [1585.0, 786.0, 194.0, 48.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGCTGAG\", \"ini\": 1081, \"clust\": 326, \"rank\": 667, \"rankvar\": 501, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 562, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1421, \"group\": [329.0, 158.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGGCGCTCT\", \"ini\": 1080, \"clust\": 443, \"rank\": 617, \"rankvar\": 108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 563, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 746, \"group\": [447.0, 217.0, 48.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGATTC\", \"ini\": 1079, \"clust\": 639, \"rank\": 539, \"rankvar\": 612, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 564, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 747, \"group\": [644.0, 338.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCTGGAGCC\", \"ini\": 1078, \"clust\": 114, \"rank\": 606, \"rankvar\": 410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 225, \"group\": [112.0, 48.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCGGATGGA\", \"ini\": 1077, \"clust\": 757, \"rank\": 641, \"rankvar\": 883, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 566, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 748, \"group\": [756.0, 364.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTATGCTTG\", \"ini\": 1076, \"clust\": 7, \"rank\": 623, \"rankvar\": 973, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 567, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1603, \"group\": [33.0, 8.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTACTTAC\", \"ini\": 1075, \"clust\": 628, \"rank\": 579, \"rankvar\": 268, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 568, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 749, \"group\": [631.0, 335.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAATCCGT\", \"ini\": 1074, \"clust\": 140, \"rank\": 501, \"rankvar\": 176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 226, \"group\": [140.0, 70.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTGGGCTA\", \"ini\": 1073, \"clust\": 818, \"rank\": 481, \"rankvar\": 922, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 570, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1500, \"group\": [817.0, 393.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCAGGTGCCT\", \"ini\": 1072, \"clust\": 883, \"rank\": 483, \"rankvar\": 1236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 571, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 750, \"group\": [882.0, 416.0, 90.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCTGAGTGT\", \"ini\": 1071, \"clust\": 608, \"rank\": 480, \"rankvar\": 671, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 572, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 751, \"group\": [612.0, 325.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGAGAGTACAT\", \"ini\": 1070, \"clust\": 483, \"rank\": 628, \"rankvar\": 1100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 573, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1422, \"group\": [481.0, 236.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGATGAGG\", \"ini\": 1069, \"clust\": 454, \"rank\": 649, \"rankvar\": 480, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 574, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1423, \"group\": [458.0, 226.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACCCTATC\", \"ini\": 1068, \"clust\": 859, \"rank\": 630, \"rankvar\": 987, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 575, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1501, \"group\": [860.0, 403.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCGTTTGCC\", \"ini\": 1067, \"clust\": 190, \"rank\": 537, \"rankvar\": 401, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 227, \"group\": [191.0, 98.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCATTCA\", \"ini\": 1066, \"clust\": 1594, \"rank\": 519, \"rankvar\": 1147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 577, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1260, \"group\": [1595.0, 795.0, 196.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCTGTCAAG\", \"ini\": 1065, \"clust\": 120, \"rank\": 700, \"rankvar\": 761, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 578, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 228, \"group\": [119.0, 52.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGCGCAC\", \"ini\": 1064, \"clust\": 288, \"rank\": 695, \"rankvar\": 40, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 229, \"group\": [286.0, 126.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCGTCTTC\", \"ini\": 1063, \"clust\": 231, \"rank\": 531, \"rankvar\": 141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 230, \"group\": [232.0, 107.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCACAACGTT\", \"ini\": 1062, \"clust\": 316, \"rank\": 457, \"rankvar\": 577, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 581, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1424, \"group\": [316.0, 150.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTCCGAAGA\", \"ini\": 1061, \"clust\": 442, \"rank\": 589, \"rankvar\": 596, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 582, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 752, \"group\": [443.0, 214.0, 46.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCAAGC\", \"ini\": 1060, \"clust\": 549, \"rank\": 611, \"rankvar\": 161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 583, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 753, \"group\": [550.0, 288.0, 69.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCCGTTGTC\", \"ini\": 1059, \"clust\": 171, \"rank\": 561, \"rankvar\": 334, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 584, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 231, \"group\": [171.0, 91.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCAAGTAATG\", \"ini\": 1058, \"clust\": 630, \"rank\": 620, \"rankvar\": 357, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 585, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 754, \"group\": [630.0, 334.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCTAGAAC\", \"ini\": 1057, \"clust\": 576, \"rank\": 505, \"rankvar\": 205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 586, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 755, \"group\": [576.0, 308.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCCTTGCCA\", \"ini\": 1056, \"clust\": 313, \"rank\": 498, \"rankvar\": 556, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 232, \"group\": [311.0, 146.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGGACGAT\", \"ini\": 1055, \"clust\": 175, \"rank\": 424, \"rankvar\": 72, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 233, \"group\": [174.0, 92.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGTGGTAAT\", \"ini\": 1054, \"clust\": 79, \"rank\": 429, \"rankvar\": 642, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 589, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 234, \"group\": [81.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGATGCGAC\", \"ini\": 1053, \"clust\": 595, \"rank\": 534, \"rankvar\": 202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 590, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 756, \"group\": [595.0, 320.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAGCTTAAC\", \"ini\": 1052, \"clust\": 647, \"rank\": 613, \"rankvar\": 696, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 591, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 757, \"group\": [649.0, 339.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGCAGCCTC\", \"ini\": 1051, \"clust\": 654, \"rank\": 386, \"rankvar\": 117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 592, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 758, \"group\": [732.0, 354.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTGGTGTAG\", \"ini\": 1050, \"clust\": 956, \"rank\": 749, \"rankvar\": 718, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 593, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1290, \"group\": [956.0, 466.0, 108.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTTGATG\", \"ini\": 1049, \"clust\": 157, \"rank\": 609, \"rankvar\": 838, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 235, \"group\": [156.0, 83.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAGTCGACTAT\", \"ini\": 1048, \"clust\": 758, \"rank\": 563, \"rankvar\": 803, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 595, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 759, \"group\": [757.0, 364.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGAATCT\", \"ini\": 1047, \"clust\": 298, \"rank\": 543, \"rankvar\": 419, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 596, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 236, \"group\": [299.0, 134.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTCCAGTAT\", \"ini\": 1046, \"clust\": 305, \"rank\": 562, \"rankvar\": 998, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 237, \"group\": [305.0, 140.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGACAGCT\", \"ini\": 1045, \"clust\": 133, \"rank\": 559, \"rankvar\": 376, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 238, \"group\": [132.0, 62.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACCATACTACG\", \"ini\": 1044, \"clust\": 451, \"rank\": 798, \"rankvar\": 287, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1425, \"group\": [451.0, 221.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGGTACA\", \"ini\": 1043, \"clust\": 164, \"rank\": 486, \"rankvar\": 135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 600, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 239, \"group\": [165.0, 89.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAAACGTGG\", \"ini\": 1042, \"clust\": 1062, \"rank\": 590, \"rankvar\": 559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 240, \"group\": [1065.0, 545.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTAGTGACTCT\", \"ini\": 1041, \"clust\": 596, \"rank\": 509, \"rankvar\": 91, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 602, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 760, \"group\": [596.0, 320.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTATCGCAT\", \"ini\": 1040, \"clust\": 111, \"rank\": 644, \"rankvar\": 286, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 241, \"group\": [114.0, 49.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACGTCAGC\", \"ini\": 1039, \"clust\": 615, \"rank\": 427, \"rankvar\": 554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 604, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 761, \"group\": [615.0, 326.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACCTCGT\", \"ini\": 1038, \"clust\": 39, \"rank\": 488, \"rankvar\": 1490, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 605, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1604, \"group\": [39.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGTGCCTG\", \"ini\": 1037, \"clust\": 528, \"rank\": 654, \"rankvar\": 849, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 762, \"group\": [528.0, 269.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGCGAT\", \"ini\": 1036, \"clust\": 456, \"rank\": 701, \"rankvar\": 266, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 607, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1426, \"group\": [454.0, 223.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATTGG\", \"ini\": 1035, \"clust\": 307, \"rank\": 526, \"rankvar\": 648, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 242, \"group\": [307.0, 142.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTTTACGT\", \"ini\": 1034, \"clust\": 147, \"rank\": 624, \"rankvar\": 166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 609, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 243, \"group\": [150.0, 77.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCGCCAGCA\", \"ini\": 1033, \"clust\": 616, \"rank\": 352, \"rankvar\": 605, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 610, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 763, \"group\": [616.0, 326.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCAGATCCTGT\", \"ini\": 1032, \"clust\": 321, \"rank\": 536, \"rankvar\": 124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 611, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1427, \"group\": [322.0, 154.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCTCTGAGA\", \"ini\": 1031, \"clust\": 94, \"rank\": 772, \"rankvar\": 880, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 612, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 244, \"group\": [96.0, 37.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGCAATC\", \"ini\": 1030, \"clust\": 188, \"rank\": 605, \"rankvar\": 61, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 613, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 245, \"group\": [189.0, 97.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTCTGG\", \"ini\": 1029, \"clust\": 919, \"rank\": 839, \"rankvar\": 1014, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 614, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 18, \"group\": [921.0, 444.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGTGAAGTT\", \"ini\": 1028, \"clust\": 570, \"rank\": 642, \"rankvar\": 107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 615, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 764, \"group\": [571.0, 304.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTAAGGATT\", \"ini\": 1027, \"clust\": 448, \"rank\": 721, \"rankvar\": 689, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 616, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 765, \"group\": [450.0, 220.0, 49.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTGTCGAGTTT\", \"ini\": 1026, \"clust\": 367, \"rank\": 596, \"rankvar\": 207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 617, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 766, \"group\": [368.0, 180.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTTGCTCCT\", \"ini\": 1025, \"clust\": 579, \"rank\": 443, \"rankvar\": 687, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 618, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 767, \"group\": [579.0, 311.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCGCATC\", \"ini\": 1024, \"clust\": 38, \"rank\": 556, \"rankvar\": 1548, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 619, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1605, \"group\": [37.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACTCAGCCTAA\", \"ini\": 1023, \"clust\": 304, \"rank\": 638, \"rankvar\": 256, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 620, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 246, \"group\": [302.0, 137.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTGGGCCA\", \"ini\": 1022, \"clust\": 944, \"rank\": 738, \"rankvar\": 985, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 621, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 19, \"group\": [948.0, 458.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGGCTAGCA\", \"ini\": 1021, \"clust\": 1245, \"rank\": 603, \"rankvar\": 374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 622, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 768, \"group\": [1245.0, 665.0, 166.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAAGCCATCGC\", \"ini\": 1020, \"clust\": 1120, \"rank\": 593, \"rankvar\": 1017, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 247, \"group\": [1121.0, 593.0, 146.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATACTACG\", \"ini\": 1019, \"clust\": 471, \"rank\": 646, \"rankvar\": 823, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 624, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1428, \"group\": [469.0, 234.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCTAGTGT\", \"ini\": 1018, \"clust\": 750, \"rank\": 598, \"rankvar\": 745, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 625, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 769, \"group\": [750.0, 361.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACATCCGCGA\", \"ini\": 1017, \"clust\": 319, \"rank\": 555, \"rankvar\": 485, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 770, \"group\": [320.0, 152.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCCGTGAC\", \"ini\": 1016, \"clust\": 452, \"rank\": 844, \"rankvar\": 874, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1429, \"group\": [452.0, 222.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTTCCACAA\", \"ini\": 1015, \"clust\": 260, \"rank\": 637, \"rankvar\": 88, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 628, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 248, \"group\": [263.0, 119.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCCTTGTG\", \"ini\": 1014, \"clust\": 783, \"rank\": 569, \"rankvar\": 449, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 629, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1430, \"group\": [784.0, 384.0, 81.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCGATTCT\", \"ini\": 1013, \"clust\": 183, \"rank\": 615, \"rankvar\": 133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 249, \"group\": [184.0, 95.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCAATGGT\", \"ini\": 1012, \"clust\": 127, \"rank\": 573, \"rankvar\": 608, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 250, \"group\": [130.0, 60.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTACAGACG\", \"ini\": 1011, \"clust\": 322, \"rank\": 645, \"rankvar\": 737, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 632, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1431, \"group\": [337.0, 163.0, 38.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGCTGATAA\", \"ini\": 1010, \"clust\": 929, \"rank\": 733, \"rankvar\": 1227, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 633, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 20, \"group\": [930.0, 450.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTAATAGCA\", \"ini\": 1009, \"clust\": 250, \"rank\": 690, \"rankvar\": 193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 634, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 251, \"group\": [250.0, 113.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTGGCGAC\", \"ini\": 1008, \"clust\": 40, \"rank\": 663, \"rankvar\": 1505, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 635, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1606, \"group\": [40.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAATGTGT\", \"ini\": 1007, \"clust\": 156, \"rank\": 600, \"rankvar\": 404, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 252, \"group\": [158.0, 84.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCACCTCGT\", \"ini\": 1006, \"clust\": 162, \"rank\": 616, \"rankvar\": 115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 637, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 253, \"group\": [160.0, 85.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCCGAAT\", \"ini\": 1005, \"clust\": 753, \"rank\": 520, \"rankvar\": 496, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 638, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 771, \"group\": [753.0, 363.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTACAGCAG\", \"ini\": 1004, \"clust\": 546, \"rank\": 454, \"rankvar\": 200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 772, \"group\": [548.0, 286.0, 69.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCAACGCTA\", \"ini\": 1003, \"clust\": 121, \"rank\": 732, \"rankvar\": 589, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 254, \"group\": [123.0, 53.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCACGAAATA\", \"ini\": 1002, \"clust\": 550, \"rank\": 571, \"rankvar\": 175, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 641, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 773, \"group\": [551.0, 289.0, 69.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATTTGCTT\", \"ini\": 1001, \"clust\": 312, \"rank\": 502, \"rankvar\": 889, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 642, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 255, \"group\": [313.0, 147.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTGTAATGA\", \"ini\": 1000, \"clust\": 545, \"rank\": 595, \"rankvar\": 799, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 643, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 774, \"group\": [545.0, 284.0, 69.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGAGTATA\", \"ini\": 999, \"clust\": 590, \"rank\": 658, \"rankvar\": 56, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 644, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 775, \"group\": [591.0, 317.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTAAAGA\", \"ini\": 998, \"clust\": 619, \"rank\": 614, \"rankvar\": 703, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 776, \"group\": [622.0, 329.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTTGAGG\", \"ini\": 997, \"clust\": 105, \"rank\": 801, \"rankvar\": 604, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 646, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 256, \"group\": [104.0, 43.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACACCAGGCT\", \"ini\": 996, \"clust\": 964, \"rank\": 833, \"rankvar\": 580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 647, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 257, \"group\": [966.0, 475.0, 111.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGGGACA\", \"ini\": 995, \"clust\": 776, \"rank\": 705, \"rankvar\": 692, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 648, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1502, \"group\": [776.0, 377.0, 79.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGGGTACA\", \"ini\": 994, \"clust\": 81, \"rank\": 524, \"rankvar\": 775, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 649, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 258, \"group\": [80.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGCATG\", \"ini\": 993, \"clust\": 554, \"rank\": 622, \"rankvar\": 528, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 650, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 777, \"group\": [556.0, 294.0, 70.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTTGCGCAC\", \"ini\": 992, \"clust\": 539, \"rank\": 731, \"rankvar\": 1063, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 651, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 778, \"group\": [540.0, 280.0, 68.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGATTGT\", \"ini\": 991, \"clust\": 860, \"rank\": 633, \"rankvar\": 1342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 652, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1503, \"group\": [858.0, 403.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGAGACG\", \"ini\": 990, \"clust\": 928, \"rank\": 823, \"rankvar\": 1514, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 653, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 21, \"group\": [931.0, 451.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGCAGCGTA\", \"ini\": 989, \"clust\": 857, \"rank\": 631, \"rankvar\": 1374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 654, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1504, \"group\": [856.0, 402.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAAGCCATT\", \"ini\": 988, \"clust\": 759, \"rank\": 643, \"rankvar\": 536, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 655, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 779, \"group\": [758.0, 364.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTTACCCA\", \"ini\": 987, \"clust\": 1271, \"rank\": 897, \"rankvar\": 1445, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 656, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 22, \"group\": [1271.0, 683.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCTCTTGAT\", \"ini\": 986, \"clust\": 743, \"rank\": 588, \"rankvar\": 518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 657, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 780, \"group\": [743.0, 358.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGCCGTCGT\", \"ini\": 985, \"clust\": 1251, \"rank\": 780, \"rankvar\": 808, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 658, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 781, \"group\": [1254.0, 672.0, 168.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTAACTTC\", \"ini\": 984, \"clust\": 494, \"rank\": 707, \"rankvar\": 479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1432, \"group\": [492.0, 240.0, 53.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCACGGTTA\", \"ini\": 983, \"clust\": 541, \"rank\": 546, \"rankvar\": 790, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 660, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 782, \"group\": [542.0, 281.0, 68.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTGTAA\", \"ini\": 982, \"clust\": 746, \"rank\": 662, \"rankvar\": 170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 661, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 783, \"group\": [748.0, 359.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATTGTGCA\", \"ini\": 981, \"clust\": 968, \"rank\": 792, \"rankvar\": 569, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 662, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 259, \"group\": [968.0, 477.0, 111.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAGTCGGT\", \"ini\": 980, \"clust\": 434, \"rank\": 656, \"rankvar\": 416, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 663, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1291, \"group\": [435.0, 209.0, 44.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCGTCAAA\", \"ini\": 979, \"clust\": 1055, \"rank\": 568, \"rankvar\": 1020, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 664, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 422, \"group\": [1056.0, 541.0, 131.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCACCCTCA\", \"ini\": 978, \"clust\": 131, \"rank\": 664, \"rankvar\": 356, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 665, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 260, \"group\": [135.0, 65.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTCACCTC\", \"ini\": 977, \"clust\": 472, \"rank\": 760, \"rankvar\": 919, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 666, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1433, \"group\": [470.0, 234.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGACAAGCC\", \"ini\": 976, \"clust\": 69, \"rank\": 853, \"rankvar\": 1338, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 667, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1607, \"group\": [72.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGCATCATC\", \"ini\": 975, \"clust\": 740, \"rank\": 659, \"rankvar\": 314, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 784, \"group\": [740.0, 357.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGACACGAC\", \"ini\": 974, \"clust\": 173, \"rank\": 511, \"rankvar\": 905, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 261, \"group\": [175.0, 92.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTTCCTT\", \"ini\": 973, \"clust\": 767, \"rank\": 673, \"rankvar\": 351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 670, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 785, \"group\": [770.0, 372.0, 77.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGATACACA\", \"ini\": 972, \"clust\": 1076, \"rank\": 698, \"rankvar\": 312, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 671, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 786, \"group\": [1076.0, 554.0, 134.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACAATAGAGT\", \"ini\": 971, \"clust\": 965, \"rank\": 820, \"rankvar\": 601, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 672, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 262, \"group\": [964.0, 473.0, 111.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGATGTGGC\", \"ini\": 970, \"clust\": 916, \"rank\": 719, \"rankvar\": 836, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 673, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 787, \"group\": [917.0, 440.0, 100.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGTAAGTAC\", \"ini\": 969, \"clust\": 144, \"rank\": 672, \"rankvar\": 302, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 263, \"group\": [145.0, 75.0, 26.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGGTCGAT\", \"ini\": 968, \"clust\": 57, \"rank\": 794, \"rankvar\": 1290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 675, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1608, \"group\": [57.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAAACGCG\", \"ini\": 967, \"clust\": 565, \"rank\": 599, \"rankvar\": 711, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 676, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 788, \"group\": [565.0, 300.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGGGTGTTG\", \"ini\": 966, \"clust\": 537, \"rank\": 702, \"rankvar\": 704, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 677, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 789, \"group\": [538.0, 278.0, 67.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGCTATGCT\", \"ini\": 965, \"clust\": 1048, \"rank\": 499, \"rankvar\": 649, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 264, \"group\": [1048.0, 535.0, 129.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCTCGATGA\", \"ini\": 964, \"clust\": 1590, \"rank\": 541, \"rankvar\": 1131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 679, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1002, \"group\": [1590.0, 790.0, 195.0, 48.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAACACCCG\", \"ini\": 963, \"clust\": 768, \"rank\": 527, \"rankvar\": 587, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 680, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 790, \"group\": [768.0, 371.0, 77.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTAAGAGAG\", \"ini\": 962, \"clust\": 560, \"rank\": 714, \"rankvar\": 699, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 681, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 791, \"group\": [558.0, 296.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAGCTCCG\", \"ini\": 961, \"clust\": 571, \"rank\": 650, \"rankvar\": 572, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 682, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 792, \"group\": [572.0, 305.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTGTCCAT\", \"ini\": 960, \"clust\": 798, \"rank\": 651, \"rankvar\": 1212, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 683, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1505, \"group\": [798.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGATTA\", \"ini\": 959, \"clust\": 142, \"rank\": 694, \"rankvar\": 383, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 265, \"group\": [142.0, 72.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTGCTGTC\", \"ini\": 958, \"clust\": 917, \"rank\": 771, \"rankvar\": 132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 685, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 793, \"group\": [918.0, 441.0, 100.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTAAGTAG\", \"ini\": 957, \"clust\": 760, \"rank\": 722, \"rankvar\": 344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 686, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 794, \"group\": [763.0, 367.0, 76.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTAGGACAC\", \"ini\": 956, \"clust\": 583, \"rank\": 709, \"rankvar\": 364, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 687, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 795, \"group\": [582.0, 313.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTACGAAAT\", \"ini\": 955, \"clust\": 816, \"rank\": 597, \"rankvar\": 852, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 688, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1506, \"group\": [818.0, 393.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCGGCATC\", \"ini\": 954, \"clust\": 132, \"rank\": 679, \"rankvar\": 94, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 689, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 266, \"group\": [134.0, 64.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATAGTCA\", \"ini\": 953, \"clust\": 593, \"rank\": 677, \"rankvar\": 259, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 690, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 796, \"group\": [594.0, 319.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTTTAGGA\", \"ini\": 952, \"clust\": 97, \"rank\": 759, \"rankvar\": 159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 691, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 267, \"group\": [126.0, 56.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGTCGTC\", \"ini\": 951, \"clust\": 460, \"rank\": 635, \"rankvar\": 395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 692, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1434, \"group\": [500.0, 244.0, 54.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGAAGGACA\", \"ini\": 950, \"clust\": 301, \"rank\": 697, \"rankvar\": 191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 268, \"group\": [304.0, 139.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTGGAGA\", \"ini\": 949, \"clust\": 761, \"rank\": 768, \"rankvar\": 634, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 797, \"group\": [761.0, 366.0, 76.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGGTGGA\", \"ini\": 948, \"clust\": 299, \"rank\": 687, \"rankvar\": 15, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 269, \"group\": [300.0, 135.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGGCATG\", \"ini\": 947, \"clust\": 123, \"rank\": 811, \"rankvar\": 1154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 696, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 270, \"group\": [122.0, 53.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAATGTTGC\", \"ini\": 946, \"clust\": 591, \"rank\": 586, \"rankvar\": 246, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 798, \"group\": [592.0, 318.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCGGCA\", \"ini\": 945, \"clust\": 749, \"rank\": 674, \"rankvar\": 196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 698, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 799, \"group\": [752.0, 362.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGTACC\", \"ini\": 944, \"clust\": 1052, \"rank\": 619, \"rankvar\": 380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 271, \"group\": [1053.0, 538.0, 130.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCATTATCC\", \"ini\": 943, \"clust\": 763, \"rank\": 661, \"rankvar\": 819, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 700, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 800, \"group\": [764.0, 368.0, 77.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAGGATCGA\", \"ini\": 942, \"clust\": 296, \"rank\": 751, \"rankvar\": 368, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 701, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 272, \"group\": [297.0, 133.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTCCAGTTA\", \"ini\": 941, \"clust\": 552, \"rank\": 850, \"rankvar\": 275, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 702, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1292, \"group\": [553.0, 291.0, 70.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAGCTTCGG\", \"ini\": 940, \"clust\": 762, \"rank\": 779, \"rankvar\": 646, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 703, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 801, \"group\": [762.0, 366.0, 76.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCACCAGGC\", \"ini\": 939, \"clust\": 159, \"rank\": 676, \"rankvar\": 99, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 273, \"group\": [162.0, 86.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACACAGAGGT\", \"ini\": 938, \"clust\": 582, \"rank\": 686, \"rankvar\": 520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 705, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 802, \"group\": [584.0, 313.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGATTGCT\", \"ini\": 937, \"clust\": 172, \"rank\": 634, \"rankvar\": 57, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 706, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 274, \"group\": [176.0, 93.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCATCGTCGG\", \"ini\": 936, \"clust\": 670, \"rank\": 565, \"rankvar\": 171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 707, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 803, \"group\": [672.0, 346.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTGAATTG\", \"ini\": 935, \"clust\": 4, \"rank\": 877, \"rankvar\": 1628, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 708, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1609, \"group\": [5.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGTATCTCG\", \"ini\": 934, \"clust\": 84, \"rank\": 803, \"rankvar\": 254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 709, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 275, \"group\": [85.0, 26.0, 10.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAACGC\", \"ini\": 933, \"clust\": 117, \"rank\": 726, \"rankvar\": 1079, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 276, \"group\": [116.0, 50.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGATCCCGC\", \"ini\": 932, \"clust\": 520, \"rank\": 548, \"rankvar\": 867, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 711, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 804, \"group\": [517.0, 261.0, 62.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAAGAAAGG\", \"ini\": 931, \"clust\": 315, \"rank\": 574, \"rankvar\": 276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 712, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 805, \"group\": [318.0, 151.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTGGTTT\", \"ini\": 930, \"clust\": 86, \"rank\": 809, \"rankvar\": 409, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 277, \"group\": [89.0, 30.0, 12.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTTCAAG\", \"ini\": 929, \"clust\": 89, \"rank\": 582, \"rankvar\": 178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 278, \"group\": [90.0, 31.0, 13.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTTTCG\", \"ini\": 928, \"clust\": 577, \"rank\": 587, \"rankvar\": 167, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 715, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 806, \"group\": [577.0, 309.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGTCTAC\", \"ini\": 927, \"clust\": 103, \"rank\": 854, \"rankvar\": 330, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 716, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 279, \"group\": [105.0, 43.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTGTCCGT\", \"ini\": 926, \"clust\": 777, \"rank\": 660, \"rankvar\": 1051, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 717, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1507, \"group\": [777.0, 378.0, 79.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTATATCCG\", \"ini\": 925, \"clust\": 963, \"rank\": 812, \"rankvar\": 862, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 280, \"group\": [969.0, 478.0, 112.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGGCCT\", \"ini\": 924, \"clust\": 514, \"rank\": 575, \"rankvar\": 625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 719, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 807, \"group\": [515.0, 259.0, 61.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCACCGATAT\", \"ini\": 923, \"clust\": 158, \"rank\": 782, \"rankvar\": 423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 720, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 281, \"group\": [157.0, 83.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGCCATG\", \"ini\": 922, \"clust\": 459, \"rank\": 888, \"rankvar\": 953, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 721, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1435, \"group\": [456.0, 224.0, 50.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGCTTGTC\", \"ini\": 921, \"clust\": 909, \"rank\": 867, \"rankvar\": 955, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 722, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 282, \"group\": [911.0, 434.0, 97.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGCTGATAA\", \"ini\": 920, \"clust\": 509, \"rank\": 594, \"rankvar\": 288, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 723, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 808, \"group\": [509.0, 253.0, 59.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACACATGT\", \"ini\": 919, \"clust\": 143, \"rank\": 796, \"rankvar\": 325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 724, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 283, \"group\": [143.0, 73.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACATACG\", \"ini\": 918, \"clust\": 295, \"rank\": 745, \"rankvar\": 328, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 725, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 284, \"group\": [296.0, 132.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCACCGAATT\", \"ini\": 917, \"clust\": 55, \"rank\": 822, \"rankvar\": 1403, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 726, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1610, \"group\": [55.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAATAGCGG\", \"ini\": 916, \"clust\": 130, \"rank\": 766, \"rankvar\": 308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 727, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 285, \"group\": [128.0, 58.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAGACACTT\", \"ini\": 915, \"clust\": 741, \"rank\": 710, \"rankvar\": 488, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 728, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 809, \"group\": [741.0, 357.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTTACGGAG\", \"ini\": 914, \"clust\": 751, \"rank\": 783, \"rankvar\": 777, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 729, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 810, \"group\": [751.0, 361.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGAGTTGGC\", \"ini\": 913, \"clust\": 620, \"rank\": 621, \"rankvar\": 859, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 730, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 811, \"group\": [621.0, 328.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCCCAGCT\", \"ini\": 912, \"clust\": 586, \"rank\": 743, \"rankvar\": 247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 731, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 812, \"group\": [587.0, 315.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATCAGAA\", \"ini\": 911, \"clust\": 1593, \"rank\": 829, \"rankvar\": 466, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 732, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1003, \"group\": [1596.0, 796.0, 196.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGTCGATAA\", \"ini\": 910, \"clust\": 559, \"rank\": 758, \"rankvar\": 733, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 733, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 813, \"group\": [560.0, 296.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAAGTTCTG\", \"ini\": 909, \"clust\": 1603, \"rank\": 542, \"rankvar\": 1284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 734, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1004, \"group\": [1601.0, 800.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGACTAGGC\", \"ini\": 908, \"clust\": 1043, \"rank\": 693, \"rankvar\": 856, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 735, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 423, \"group\": [1044.0, 531.0, 128.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCACGGTAAG\", \"ini\": 907, \"clust\": 599, \"rank\": 716, \"rankvar\": 309, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 736, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 814, \"group\": [599.0, 321.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCTGTAGA\", \"ini\": 906, \"clust\": 981, \"rank\": 584, \"rankvar\": 386, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 737, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 286, \"group\": [981.0, 489.0, 118.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCTTGT\", \"ini\": 905, \"clust\": 109, \"rank\": 717, \"rankvar\": 894, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 287, \"group\": [109.0, 46.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTCGCTTG\", \"ini\": 904, \"clust\": 732, \"rank\": 703, \"rankvar\": 222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 739, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 815, \"group\": [749.0, 360.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACCAACCG\", \"ini\": 903, \"clust\": 538, \"rank\": 684, \"rankvar\": 125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 740, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 816, \"group\": [539.0, 279.0, 67.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGCGCCTTG\", \"ini\": 902, \"clust\": 300, \"rank\": 734, \"rankvar\": 155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 288, \"group\": [315.0, 149.0, 34.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCCCGACTT\", \"ini\": 901, \"clust\": 754, \"rank\": 612, \"rankvar\": 358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 742, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 817, \"group\": [754.0, 363.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGCCACGCT\", \"ini\": 900, \"clust\": 572, \"rank\": 742, \"rankvar\": 158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 743, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 818, \"group\": [575.0, 307.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCCCAACC\", \"ini\": 899, \"clust\": 306, \"rank\": 775, \"rankvar\": 854, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 744, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 289, \"group\": [306.0, 141.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCGAGT\", \"ini\": 898, \"clust\": 588, \"rank\": 699, \"rankvar\": 370, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 745, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 819, \"group\": [588.0, 316.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATGTTCCC\", \"ini\": 897, \"clust\": 297, \"rank\": 774, \"rankvar\": 881, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 746, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 290, \"group\": [298.0, 133.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACAGGTTT\", \"ini\": 896, \"clust\": 553, \"rank\": 773, \"rankvar\": 323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 747, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 820, \"group\": [557.0, 295.0, 70.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCGCGCCAA\", \"ini\": 895, \"clust\": 447, \"rank\": 668, \"rankvar\": 707, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 291, \"group\": [501.0, 245.0, 55.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCAGCGCTTAT\", \"ini\": 894, \"clust\": 49, \"rank\": 765, \"rankvar\": 1572, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 749, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1611, \"group\": [54.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACCAGATT\", \"ini\": 893, \"clust\": 870, \"rank\": 739, \"rankvar\": 1182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 750, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1508, \"group\": [867.0, 406.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTATGAAAC\", \"ini\": 892, \"clust\": 152, \"rank\": 682, \"rankvar\": 177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 751, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 292, \"group\": [152.0, 79.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCCCTGACT\", \"ini\": 891, \"clust\": 91, \"rank\": 883, \"rankvar\": 780, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 293, \"group\": [92.0, 33.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGTTAGCGG\", \"ini\": 890, \"clust\": 1286, \"rank\": 802, \"rankvar\": 1112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 753, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 821, \"group\": [1287.0, 692.0, 174.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGCTAACTC\", \"ini\": 889, \"clust\": 102, \"rank\": 843, \"rankvar\": 179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 294, \"group\": [101.0, 41.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGTTACCCA\", \"ini\": 888, \"clust\": 36, \"rank\": 736, \"rankvar\": 1333, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 755, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1612, \"group\": [38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAGCGATG\", \"ini\": 887, \"clust\": 950, \"rank\": 863, \"rankvar\": 697, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 756, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1293, \"group\": [951.0, 461.0, 106.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTGGTAC\", \"ini\": 886, \"clust\": 504, \"rank\": 755, \"rankvar\": 389, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 757, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 822, \"group\": [506.0, 250.0, 58.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAGATGAGC\", \"ini\": 885, \"clust\": 85, \"rank\": 858, \"rankvar\": 626, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 295, \"group\": [86.0, 27.0, 10.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCAAAGTAG\", \"ini\": 884, \"clust\": 87, \"rank\": 814, \"rankvar\": 37, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 759, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 296, \"group\": [87.0, 28.0, 11.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTAAGCCA\", \"ini\": 883, \"clust\": 450, \"rank\": 890, \"rankvar\": 911, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 760, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1436, \"group\": [449.0, 219.0, 49.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGATGTTAG\", \"ini\": 882, \"clust\": 61, \"rank\": 865, \"rankvar\": 1537, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 761, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1613, \"group\": [60.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGCCCGAAA\", \"ini\": 881, \"clust\": 555, \"rank\": 873, \"rankvar\": 796, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 762, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 823, \"group\": [554.0, 292.0, 70.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCACAGGT\", \"ini\": 880, \"clust\": 871, \"rank\": 761, \"rankvar\": 1234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 763, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1509, \"group\": [868.0, 406.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTCCAGGA\", \"ini\": 879, \"clust\": 531, \"rank\": 706, \"rankvar\": 462, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 764, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 824, \"group\": [530.0, 271.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAAGTGCG\", \"ini\": 878, \"clust\": 966, \"rank\": 936, \"rankvar\": 534, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 765, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 297, \"group\": [965.0, 474.0, 111.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCGTAGATTAG\", \"ini\": 877, \"clust\": 1265, \"rank\": 836, \"rankvar\": 1173, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 298, \"group\": [1265.0, 680.0, 170.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCGTACGGC\", \"ini\": 876, \"clust\": 1591, \"rank\": 525, \"rankvar\": 1238, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 767, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1005, \"group\": [1591.0, 791.0, 195.0, 48.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCACGGTGTC\", \"ini\": 875, \"clust\": 134, \"rank\": 723, \"rankvar\": 244, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 299, \"group\": [133.0, 63.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCTATCCTA\", \"ini\": 874, \"clust\": 1121, \"rank\": 819, \"rankvar\": 684, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 300, \"group\": [1122.0, 594.0, 146.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCACTGGGC\", \"ini\": 873, \"clust\": 106, \"rank\": 914, \"rankvar\": 425, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 301, \"group\": [108.0, 45.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTATGAAAC\", \"ini\": 872, \"clust\": 1102, \"rank\": 899, \"rankvar\": 1381, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 302, \"group\": [1103.0, 580.0, 143.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCTTGGTC\", \"ini\": 871, \"clust\": 1051, \"rank\": 737, \"rankvar\": 252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 772, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 825, \"group\": [1054.0, 539.0, 130.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCACGTTGGC\", \"ini\": 870, \"clust\": 561, \"rank\": 825, \"rankvar\": 785, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 826, \"group\": [559.0, 296.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCCCTTA\", \"ini\": 869, \"clust\": 463, \"rank\": 789, \"rankvar\": 834, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 774, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1006, \"group\": [464.0, 231.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGACAAAGG\", \"ini\": 868, \"clust\": 135, \"rank\": 691, \"rankvar\": 497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 775, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 424, \"group\": [138.0, 68.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACTGCCAG\", \"ini\": 867, \"clust\": 1305, \"rank\": 1033, \"rankvar\": 1056, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 776, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 827, \"group\": [1309.0, 713.0, 181.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGCGTGAGT\", \"ini\": 866, \"clust\": 832, \"rank\": 750, \"rankvar\": 1244, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 777, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1510, \"group\": [829.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCGCGGATC\", \"ini\": 865, \"clust\": 617, \"rank\": 708, \"rankvar\": 878, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 778, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 828, \"group\": [617.0, 327.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGGTGCAGACA\", \"ini\": 864, \"clust\": 533, \"rank\": 790, \"rankvar\": 643, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 779, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 829, \"group\": [533.0, 273.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTAAGGGC\", \"ini\": 863, \"clust\": 1053, \"rank\": 632, \"rankvar\": 637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 780, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 425, \"group\": [1051.0, 537.0, 130.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGCGTTCCG\", \"ini\": 862, \"clust\": 154, \"rank\": 816, \"rankvar\": 320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 303, \"group\": [154.0, 81.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCATGAAC\", \"ini\": 861, \"clust\": 98, \"rank\": 862, \"rankvar\": 654, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 304, \"group\": [98.0, 39.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGCACTTCGAA\", \"ini\": 860, \"clust\": 317, \"rank\": 696, \"rankvar\": 524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 783, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1437, \"group\": [317.0, 150.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGGCATCG\", \"ini\": 859, \"clust\": 534, \"rank\": 784, \"rankvar\": 802, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 784, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 830, \"group\": [534.0, 274.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCTCCAACC\", \"ini\": 858, \"clust\": 614, \"rank\": 665, \"rankvar\": 650, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 785, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 831, \"group\": [614.0, 326.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGGGATCTG\", \"ini\": 857, \"clust\": 764, \"rank\": 740, \"rankvar\": 426, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 786, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 832, \"group\": [765.0, 368.0, 77.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGGCTCAC\", \"ini\": 856, \"clust\": 72, \"rank\": 869, \"rankvar\": 1053, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 305, \"group\": [76.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACAGTTAACC\", \"ini\": 855, \"clust\": 589, \"rank\": 788, \"rankvar\": 766, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 788, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 833, \"group\": [589.0, 316.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCAGGCGAA\", \"ini\": 854, \"clust\": 908, \"rank\": 859, \"rankvar\": 60, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 306, \"group\": [912.0, 435.0, 97.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCACAACGCC\", \"ini\": 853, \"clust\": 800, \"rank\": 678, \"rankvar\": 1448, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 790, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1511, \"group\": [797.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGCAGTTT\", \"ini\": 852, \"clust\": 517, \"rank\": 626, \"rankvar\": 740, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 791, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 834, \"group\": [521.0, 263.0, 62.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCACTCCTG\", \"ini\": 851, \"clust\": 795, \"rank\": 785, \"rankvar\": 1442, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 792, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1512, \"group\": [794.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGAAGGCCT\", \"ini\": 850, \"clust\": 858, \"rank\": 797, \"rankvar\": 1137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 793, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1513, \"group\": [857.0, 402.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCAGGCAAG\", \"ini\": 849, \"clust\": 1063, \"rank\": 756, \"rankvar\": 1022, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 794, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 426, \"group\": [1063.0, 545.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGTTGCAGG\", \"ini\": 848, \"clust\": 1054, \"rank\": 580, \"rankvar\": 1108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 795, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 427, \"group\": [1052.0, 537.0, 130.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGAAAGA\", \"ini\": 847, \"clust\": 1614, \"rank\": 647, \"rankvar\": 1335, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 796, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1007, \"group\": [1612.0, 805.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCAGATGTAAC\", \"ini\": 846, \"clust\": 784, \"rank\": 830, \"rankvar\": 1354, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 797, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1514, \"group\": [782.0, 382.0, 81.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCGGATCA\", \"ini\": 845, \"clust\": 1252, \"rank\": 846, \"rankvar\": 411, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 798, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 835, \"group\": [1252.0, 671.0, 168.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCACATTCGA\", \"ini\": 844, \"clust\": 912, \"rank\": 919, \"rankvar\": 804, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 307, \"group\": [913.0, 436.0, 98.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTAAAGTCA\", \"ini\": 843, \"clust\": 581, \"rank\": 776, \"rankvar\": 931, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 800, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 836, \"group\": [585.0, 314.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCATCGGC\", \"ini\": 842, \"clust\": 557, \"rank\": 748, \"rankvar\": 912, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 801, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 837, \"group\": [570.0, 303.0, 72.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACCCATTC\", \"ini\": 841, \"clust\": 566, \"rank\": 720, \"rankvar\": 385, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 802, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 428, \"group\": [566.0, 300.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGCTGAACG\", \"ini\": 840, \"clust\": 584, \"rank\": 757, \"rankvar\": 262, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 838, \"group\": [583.0, 313.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCGACAGCC\", \"ini\": 839, \"clust\": 1165, \"rank\": 959, \"rankvar\": 741, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 308, \"group\": [1165.0, 622.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTCAGACT\", \"ini\": 838, \"clust\": 580, \"rank\": 715, \"rankvar\": 412, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 805, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 839, \"group\": [580.0, 311.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTGGTCTCG\", \"ini\": 837, \"clust\": 861, \"rank\": 800, \"rankvar\": 1087, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 806, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1515, \"group\": [859.0, 403.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTATCGCC\", \"ini\": 836, \"clust\": 1065, \"rank\": 799, \"rankvar\": 237, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 807, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 429, \"group\": [1066.0, 546.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGATGAGAG\", \"ini\": 835, \"clust\": 873, \"rank\": 786, \"rankvar\": 1317, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 808, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1516, \"group\": [870.0, 406.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAACCAC\", \"ini\": 834, \"clust\": 952, \"rank\": 827, \"rankvar\": 248, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 809, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 840, \"group\": [955.0, 465.0, 107.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTTCGATC\", \"ini\": 833, \"clust\": 569, \"rank\": 728, \"rankvar\": 463, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 810, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 841, \"group\": [568.0, 301.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCTAAGAT\", \"ini\": 832, \"clust\": 1049, \"rank\": 639, \"rankvar\": 567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 309, \"group\": [1049.0, 535.0, 129.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTAGCAAAT\", \"ini\": 831, \"clust\": 769, \"rank\": 724, \"rankvar\": 794, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 812, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 842, \"group\": [769.0, 371.0, 77.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGATGTCT\", \"ini\": 830, \"clust\": 1246, \"rank\": 735, \"rankvar\": 753, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 813, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 843, \"group\": [1246.0, 665.0, 166.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGTAC\", \"ini\": 829, \"clust\": 1166, \"rank\": 987, \"rankvar\": 767, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 814, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 310, \"group\": [1166.0, 622.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGTTGTC\", \"ini\": 828, \"clust\": 311, \"rank\": 727, \"rankvar\": 690, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 815, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 430, \"group\": [310.0, 145.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGAGAGCTC\", \"ini\": 827, \"clust\": 462, \"rank\": 787, \"rankvar\": 682, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 816, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1438, \"group\": [461.0, 229.0, 51.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAGCTCCGA\", \"ini\": 826, \"clust\": 578, \"rank\": 770, \"rankvar\": 284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 817, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 844, \"group\": [581.0, 312.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTGCGTGA\", \"ini\": 825, \"clust\": 556, \"rank\": 832, \"rankvar\": 516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 818, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 845, \"group\": [555.0, 293.0, 70.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAAGAAGC\", \"ini\": 824, \"clust\": 145, \"rank\": 753, \"rankvar\": 174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 819, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 311, \"group\": [146.0, 76.0, 26.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGCGTTTAC\", \"ini\": 823, \"clust\": 926, \"rank\": 923, \"rankvar\": 1009, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 820, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 23, \"group\": [923.0, 446.0, 103.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTAATCACC\", \"ini\": 822, \"clust\": 88, \"rank\": 880, \"rankvar\": 561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 821, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 312, \"group\": [88.0, 29.0, 11.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCGGAAATA\", \"ini\": 821, \"clust\": 766, \"rank\": 725, \"rankvar\": 492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 822, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 846, \"group\": [767.0, 370.0, 77.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTCAGAG\", \"ini\": 820, \"clust\": 542, \"rank\": 730, \"rankvar\": 319, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 823, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 847, \"group\": [543.0, 282.0, 68.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGTAGCGGT\", \"ini\": 819, \"clust\": 829, \"rank\": 777, \"rankvar\": 1166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 824, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1517, \"group\": [853.0, 400.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGTCTCCTATA\", \"ini\": 818, \"clust\": 1291, \"rank\": 848, \"rankvar\": 1065, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 825, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 848, \"group\": [1292.0, 697.0, 178.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGTATCTG\", \"ini\": 817, \"clust\": 785, \"rank\": 741, \"rankvar\": 1157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 826, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1518, \"group\": [783.0, 383.0, 81.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTGATCGG\", \"ini\": 816, \"clust\": 953, \"rank\": 927, \"rankvar\": 698, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 827, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 849, \"group\": [953.0, 463.0, 107.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTAGGGACT\", \"ini\": 815, \"clust\": 618, \"rank\": 688, \"rankvar\": 853, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 828, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 431, \"group\": [618.0, 327.0, 74.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCTCTAACTGG\", \"ini\": 814, \"clust\": 587, \"rank\": 778, \"rankvar\": 897, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 829, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 850, \"group\": [590.0, 316.0, 73.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTAGTTTCCTT\", \"ini\": 813, \"clust\": 792, \"rank\": 804, \"rankvar\": 1279, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 830, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1519, \"group\": [792.0, 388.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCAAG\", \"ini\": 812, \"clust\": 1064, \"rank\": 818, \"rankvar\": 685, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 831, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 432, \"group\": [1064.0, 545.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGACTCGC\", \"ini\": 811, \"clust\": 1105, \"rank\": 793, \"rankvar\": 1148, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 832, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 851, \"group\": [1108.0, 582.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAAGCCCAC\", \"ini\": 810, \"clust\": 1630, \"rank\": 492, \"rankvar\": 1397, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 833, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1008, \"group\": [1629.0, 810.0, 199.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCAATCCGAT\", \"ini\": 809, \"clust\": 1247, \"rank\": 876, \"rankvar\": 1027, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 834, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 852, \"group\": [1247.0, 666.0, 166.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCGGATCC\", \"ini\": 808, \"clust\": 58, \"rank\": 918, \"rankvar\": 1551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 835, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1614, \"group\": [58.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCCTTGTG\", \"ini\": 807, \"clust\": 933, \"rank\": 892, \"rankvar\": 1408, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 836, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 24, \"group\": [933.0, 453.0, 104.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAGTGAAT\", \"ini\": 806, \"clust\": 51, \"rank\": 925, \"rankvar\": 1606, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 837, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1615, \"group\": [52.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCAATGGAGC\", \"ini\": 805, \"clust\": 503, \"rank\": 855, \"rankvar\": 435, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 838, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 853, \"group\": [507.0, 251.0, 58.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGTGTTAA\", \"ini\": 804, \"clust\": 67, \"rank\": 881, \"rankvar\": 1464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 839, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1616, \"group\": [66.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTTATTCTC\", \"ini\": 803, \"clust\": 146, \"rank\": 763, \"rankvar\": 762, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 313, \"group\": [155.0, 82.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCCGAATT\", \"ini\": 802, \"clust\": 982, \"rank\": 781, \"rankvar\": 469, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 314, \"group\": [982.0, 490.0, 118.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTACCAGTT\", \"ini\": 801, \"clust\": 833, \"rank\": 868, \"rankvar\": 1334, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 842, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1520, \"group\": [830.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCGTCACGG\", \"ini\": 800, \"clust\": 308, \"rank\": 712, \"rankvar\": 293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 843, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 315, \"group\": [308.0, 143.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAAGCCGATTT\", \"ini\": 799, \"clust\": 1601, \"rank\": 729, \"rankvar\": 734, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 844, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1009, \"group\": [1604.0, 801.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGGTGATTA\", \"ini\": 798, \"clust\": 920, \"rank\": 1008, \"rankvar\": 570, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 845, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1439, \"group\": [919.0, 442.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAATGGATA\", \"ini\": 797, \"clust\": 1249, \"rank\": 889, \"rankvar\": 215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 846, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 854, \"group\": [1250.0, 669.0, 168.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACACAGCCCA\", \"ini\": 796, \"clust\": 951, \"rank\": 1022, \"rankvar\": 739, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 847, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1294, \"group\": [952.0, 462.0, 106.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGGATGGG\", \"ini\": 795, \"clust\": 1275, \"rank\": 921, \"rankvar\": 1185, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 848, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 855, \"group\": [1275.0, 684.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAGGAACGT\", \"ini\": 794, \"clust\": 540, \"rank\": 866, \"rankvar\": 677, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 849, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 433, \"group\": [541.0, 280.0, 68.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGCCATCGC\", \"ini\": 793, \"clust\": 774, \"rank\": 871, \"rankvar\": 440, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 850, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1440, \"group\": [774.0, 375.0, 78.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTCCGTCAG\", \"ini\": 792, \"clust\": 771, \"rank\": 929, \"rankvar\": 598, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 851, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1441, \"group\": [773.0, 374.0, 78.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACAGGGATTG\", \"ini\": 791, \"clust\": 63, \"rank\": 872, \"rankvar\": 1632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 852, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1617, \"group\": [63.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTATCGCAT\", \"ini\": 790, \"clust\": 1118, \"rank\": 747, \"rankvar\": 1449, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 316, \"group\": [1119.0, 591.0, 146.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCACTAGTAC\", \"ini\": 789, \"clust\": 1060, \"rank\": 815, \"rankvar\": 958, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 854, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 434, \"group\": [1060.0, 543.0, 131.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCTTAGAGC\", \"ini\": 788, \"clust\": 1100, \"rank\": 898, \"rankvar\": 1229, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 855, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1442, \"group\": [1101.0, 578.0, 143.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCATGGAATA\", \"ini\": 787, \"clust\": 1074, \"rank\": 841, \"rankvar\": 1102, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 856, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 435, \"group\": [1074.0, 553.0, 134.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGGATGCGT\", \"ini\": 786, \"clust\": 1067, \"rank\": 767, \"rankvar\": 758, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 857, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 436, \"group\": [1068.0, 548.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTCGATAA\", \"ini\": 785, \"clust\": 521, \"rank\": 711, \"rankvar\": 1008, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 858, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 856, \"group\": [518.0, 261.0, 62.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGATATGGT\", \"ini\": 784, \"clust\": 1056, \"rank\": 791, \"rankvar\": 1116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 859, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 437, \"group\": [1057.0, 541.0, 131.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACCAACCG\", \"ini\": 783, \"clust\": 1248, \"rank\": 882, \"rankvar\": 632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 860, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 857, \"group\": [1248.0, 667.0, 166.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCGATCCCT\", \"ini\": 782, \"clust\": 1077, \"rank\": 860, \"rankvar\": 477, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 861, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 438, \"group\": [1077.0, 555.0, 134.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTTAACGA\", \"ini\": 781, \"clust\": 110, \"rank\": 834, \"rankvar\": 1018, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 317, \"group\": [110.0, 47.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTCTAGGTT\", \"ini\": 780, \"clust\": 772, \"rank\": 932, \"rankvar\": 234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 863, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1443, \"group\": [771.0, 373.0, 78.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCATTGCGA\", \"ini\": 779, \"clust\": 979, \"rank\": 852, \"rankvar\": 489, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 318, \"group\": [979.0, 487.0, 117.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAAGCGAGT\", \"ini\": 778, \"clust\": 796, \"rank\": 807, \"rankvar\": 1467, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 865, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1521, \"group\": [795.0, 389.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCGTCAAA\", \"ini\": 777, \"clust\": 92, \"rank\": 878, \"rankvar\": 182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 319, \"group\": [93.0, 34.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGTTGGC\", \"ini\": 776, \"clust\": 910, \"rank\": 1057, \"rankvar\": 1520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 320, \"group\": [909.0, 433.0, 97.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGTCACAGTAC\", \"ini\": 775, \"clust\": 59, \"rank\": 993, \"rankvar\": 1581, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 868, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1618, \"group\": [61.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCAACCAAC\", \"ini\": 774, \"clust\": 1157, \"rank\": 966, \"rankvar\": 331, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 321, \"group\": [1158.0, 615.0, 152.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTGTTGTTTGG\", \"ini\": 773, \"clust\": 882, \"rank\": 840, \"rankvar\": 688, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 870, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 858, \"group\": [884.0, 417.0, 90.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCTCACCT\", \"ini\": 772, \"clust\": 787, \"rank\": 795, \"rankvar\": 1059, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 871, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1522, \"group\": [786.0, 386.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCATTGCGGC\", \"ini\": 771, \"clust\": 954, \"rank\": 967, \"rankvar\": 923, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 872, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1444, \"group\": [954.0, 464.0, 107.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCGGCGCTA\", \"ini\": 770, \"clust\": 314, \"rank\": 806, \"rankvar\": 22, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 322, \"group\": [312.0, 146.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCCGCATAA\", \"ini\": 769, \"clust\": 976, \"rank\": 817, \"rankvar\": 597, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 874, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 323, \"group\": [987.0, 495.0, 121.0, 29.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCTCCCTGA\", \"ini\": 768, \"clust\": 1090, \"rank\": 875, \"rankvar\": 1484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 875, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 439, \"group\": [1090.0, 568.0, 140.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAAACGAG\", \"ini\": 767, \"clust\": 854, \"rank\": 845, \"rankvar\": 839, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 876, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1445, \"group\": [873.0, 408.0, 85.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAAGGCACATG\", \"ini\": 766, \"clust\": 865, \"rank\": 752, \"rankvar\": 1151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 877, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1523, \"group\": [872.0, 407.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCATAACCG\", \"ini\": 765, \"clust\": 510, \"rank\": 824, \"rankvar\": 316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 878, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 859, \"group\": [514.0, 258.0, 60.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACACATTTCT\", \"ini\": 764, \"clust\": 1253, \"rank\": 910, \"rankvar\": 527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 879, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 860, \"group\": [1253.0, 671.0, 168.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGTGAAAT\", \"ini\": 763, \"clust\": 1169, \"rank\": 1097, \"rankvar\": 748, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 880, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 324, \"group\": [1172.0, 627.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCATCCTAGA\", \"ini\": 762, \"clust\": 1292, \"rank\": 907, \"rankvar\": 680, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 881, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 861, \"group\": [1293.0, 698.0, 178.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCTTCGGTC\", \"ini\": 761, \"clust\": 924, \"rank\": 1010, \"rankvar\": 1206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 882, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 25, \"group\": [926.0, 448.0, 103.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTCAAGGC\", \"ini\": 760, \"clust\": 1069, \"rank\": 808, \"rankvar\": 788, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 883, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 440, \"group\": [1070.0, 549.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTCTAAACC\", \"ini\": 759, \"clust\": 1307, \"rank\": 953, \"rankvar\": 620, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 884, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 862, \"group\": [1306.0, 710.0, 181.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTTACCGAT\", \"ini\": 758, \"clust\": 543, \"rank\": 764, \"rankvar\": 311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 885, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 863, \"group\": [549.0, 287.0, 69.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATTGCCC\", \"ini\": 757, \"clust\": 869, \"rank\": 904, \"rankvar\": 1433, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 886, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1524, \"group\": [871.0, 406.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGGGTCGAT\", \"ini\": 756, \"clust\": 836, \"rank\": 851, \"rankvar\": 1620, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 887, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1525, \"group\": [832.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAGGTTTCA\", \"ini\": 755, \"clust\": 512, \"rank\": 813, \"rankvar\": 431, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 888, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 864, \"group\": [511.0, 255.0, 60.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAAAGTAG\", \"ini\": 754, \"clust\": 530, \"rank\": 831, \"rankvar\": 441, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 889, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 865, \"group\": [532.0, 272.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCCAGAGGA\", \"ini\": 753, \"clust\": 866, \"rank\": 842, \"rankvar\": 1262, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 890, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1526, \"group\": [866.0, 406.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCAGATAAG\", \"ini\": 752, \"clust\": 124, \"rank\": 1004, \"rankvar\": 418, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 325, \"group\": [124.0, 54.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCTGCTGTC\", \"ini\": 751, \"clust\": 837, \"rank\": 856, \"rankvar\": 1510, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 892, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1527, \"group\": [833.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATTACCTT\", \"ini\": 750, \"clust\": 518, \"rank\": 762, \"rankvar\": 468, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 893, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 866, \"group\": [520.0, 262.0, 62.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTACGACG\", \"ini\": 749, \"clust\": 1256, \"rank\": 1016, \"rankvar\": 825, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 894, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 867, \"group\": [1257.0, 674.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCACAGTATAAG\", \"ini\": 748, \"clust\": 1086, \"rank\": 870, \"rankvar\": 549, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 326, \"group\": [1089.0, 567.0, 139.0, 34.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAACTTGAC\", \"ini\": 747, \"clust\": 302, \"rank\": 864, \"rankvar\": 156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 896, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 327, \"group\": [303.0, 138.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCGTTACAG\", \"ini\": 746, \"clust\": 1617, \"rank\": 746, \"rankvar\": 1016, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 897, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1010, \"group\": [1618.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTATCCTA\", \"ini\": 745, \"clust\": 867, \"rank\": 835, \"rankvar\": 1061, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 898, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1528, \"group\": [864.0, 406.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGGCTAGGT\", \"ini\": 744, \"clust\": 50, \"rank\": 1040, \"rankvar\": 1583, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 899, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1619, \"group\": [53.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCCTAGGGC\", \"ini\": 743, \"clust\": 1045, \"rank\": 692, \"rankvar\": 1083, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 900, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 441, \"group\": [1046.0, 533.0, 129.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCCAGTTA\", \"ini\": 742, \"clust\": 558, \"rank\": 891, \"rankvar\": 1180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 901, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 442, \"group\": [561.0, 297.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGAAGGTGA\", \"ini\": 741, \"clust\": 1604, \"rank\": 713, \"rankvar\": 1345, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 902, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1011, \"group\": [1602.0, 800.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGCAACT\", \"ini\": 740, \"clust\": 529, \"rank\": 917, \"rankvar\": 857, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 903, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 443, \"group\": [529.0, 270.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCAAATCCGT\", \"ini\": 739, \"clust\": 1044, \"rank\": 849, \"rankvar\": 225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 328, \"group\": [1045.0, 532.0, 128.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCACCCAGTG\", \"ini\": 738, \"clust\": 955, \"rank\": 1049, \"rankvar\": 956, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 905, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1570, \"group\": [958.0, 467.0, 108.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACACGCATCG\", \"ini\": 737, \"clust\": 1284, \"rank\": 916, \"rankvar\": 1002, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 906, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 868, \"group\": [1283.0, 690.0, 173.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTGGGTATG\", \"ini\": 736, \"clust\": 93, \"rank\": 902, \"rankvar\": 756, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 907, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 329, \"group\": [97.0, 38.0, 17.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGTTGGC\", \"ini\": 735, \"clust\": 562, \"rank\": 847, \"rankvar\": 619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 908, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 869, \"group\": [564.0, 299.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCATTTCACT\", \"ini\": 734, \"clust\": 775, \"rank\": 935, \"rankvar\": 261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 909, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1446, \"group\": [775.0, 376.0, 78.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGTCAATAG\", \"ini\": 733, \"clust\": 927, \"rank\": 1036, \"rankvar\": 714, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 910, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 26, \"group\": [924.0, 446.0, 103.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGCGATATA\", \"ini\": 732, \"clust\": 911, \"rank\": 989, \"rankvar\": 592, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 911, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 330, \"group\": [910.0, 433.0, 97.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTGTTTGGT\", \"ini\": 731, \"clust\": 958, \"rank\": 1035, \"rankvar\": 800, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 912, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1447, \"group\": [959.0, 468.0, 109.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCCCGACA\", \"ini\": 730, \"clust\": 1158, \"rank\": 1051, \"rankvar\": 165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 331, \"group\": [1159.0, 616.0, 152.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGCTAGGT\", \"ini\": 729, \"clust\": 1584, \"rank\": 911, \"rankvar\": 1410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 914, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1012, \"group\": [1587.0, 787.0, 194.0, 48.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTCACAAGG\", \"ini\": 728, \"clust\": 1106, \"rank\": 941, \"rankvar\": 1190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 915, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 870, \"group\": [1107.0, 582.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCGAATGGG\", \"ini\": 727, \"clust\": 1101, \"rank\": 946, \"rankvar\": 1175, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 916, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1448, \"group\": [1102.0, 579.0, 143.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCAAGGTAA\", \"ini\": 726, \"clust\": 309, \"rank\": 887, \"rankvar\": 575, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 917, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 332, \"group\": [314.0, 148.0, 33.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCGCCTCA\", \"ini\": 725, \"clust\": 82, \"rank\": 837, \"rankvar\": 827, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 333, \"group\": [83.0, 24.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGAAAGTGG\", \"ini\": 724, \"clust\": 1047, \"rank\": 805, \"rankvar\": 537, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 919, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 444, \"group\": [1050.0, 536.0, 129.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGGTCGTC\", \"ini\": 723, \"clust\": 957, \"rank\": 1041, \"rankvar\": 721, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 334, \"group\": [957.0, 466.0, 108.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACATTCTTAC\", \"ini\": 722, \"clust\": 835, \"rank\": 826, \"rankvar\": 1531, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 921, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1529, \"group\": [834.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTATCTGCA\", \"ini\": 721, \"clust\": 519, \"rank\": 754, \"rankvar\": 430, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 922, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 871, \"group\": [519.0, 261.0, 62.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCACCGAATT\", \"ini\": 720, \"clust\": 852, \"rank\": 950, \"rankvar\": 1540, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 923, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1530, \"group\": [849.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCAAGTTAAG\", \"ini\": 719, \"clust\": 779, \"rank\": 970, \"rankvar\": 1119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 924, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1531, \"group\": [780.0, 380.0, 80.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCAGCTATTG\", \"ini\": 718, \"clust\": 52, \"rank\": 996, \"rankvar\": 1441, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 925, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1620, \"group\": [50.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCCTCAATT\", \"ini\": 717, \"clust\": 1255, \"rank\": 1020, \"rankvar\": 855, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 926, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 872, \"group\": [1256.0, 673.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCTATCCCG\", \"ini\": 716, \"clust\": 980, \"rank\": 979, \"rankvar\": 765, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 927, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 335, \"group\": [980.0, 488.0, 117.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTCATATGC\", \"ini\": 715, \"clust\": 1618, \"rank\": 744, \"rankvar\": 1327, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 928, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1013, \"group\": [1616.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCCAAGTA\", \"ini\": 714, \"clust\": 1636, \"rank\": 689, \"rankvar\": 910, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 929, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 873, \"group\": [1639.0, 820.0, 204.0, 52.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCCATGCTC\", \"ini\": 713, \"clust\": 513, \"rank\": 857, \"rankvar\": 392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 930, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 874, \"group\": [512.0, 256.0, 60.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACGCCAGT\", \"ini\": 712, \"clust\": 846, \"rank\": 1001, \"rankvar\": 1614, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 931, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1532, \"group\": [845.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGCTAAACA\", \"ini\": 711, \"clust\": 849, \"rank\": 982, \"rankvar\": 1285, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 932, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1533, \"group\": [847.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGCAGCGTA\", \"ini\": 710, \"clust\": 788, \"rank\": 810, \"rankvar\": 1030, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 933, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1534, \"group\": [787.0, 386.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCACCTCGGA\", \"ini\": 709, \"clust\": 1066, \"rank\": 971, \"rankvar\": 886, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 934, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 445, \"group\": [1067.0, 547.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTGGTCCC\", \"ini\": 708, \"clust\": 977, \"rank\": 903, \"rankvar\": 984, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 336, \"group\": [977.0, 485.0, 116.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGAACAATC\", \"ini\": 707, \"clust\": 525, \"rank\": 978, \"rankvar\": 610, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 936, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 875, \"group\": [527.0, 268.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCTACGAGT\", \"ini\": 706, \"clust\": 99, \"rank\": 995, \"rankvar\": 242, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 337, \"group\": [99.0, 40.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTTTCCTT\", \"ini\": 705, \"clust\": 507, \"rank\": 718, \"rankvar\": 947, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 938, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 876, \"group\": [510.0, 254.0, 59.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTACCTACA\", \"ini\": 704, \"clust\": 1315, \"rank\": 980, \"rankvar\": 424, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 877, \"group\": [1315.0, 718.0, 182.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTCCTCCT\", \"ini\": 703, \"clust\": 90, \"rank\": 928, \"rankvar\": 413, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 940, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 338, \"group\": [91.0, 32.0, 14.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTACCTGC\", \"ini\": 702, \"clust\": 526, \"rank\": 968, \"rankvar\": 336, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 941, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 878, \"group\": [525.0, 267.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACCAGTTA\", \"ini\": 701, \"clust\": 844, \"rank\": 976, \"rankvar\": 1466, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 942, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1535, \"group\": [852.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCATC\", \"ini\": 700, \"clust\": 1633, \"rank\": 821, \"rankvar\": 73, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 339, \"group\": [1635.0, 816.0, 202.0, 51.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTTCCCT\", \"ini\": 699, \"clust\": 915, \"rank\": 963, \"rankvar\": 954, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 944, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 340, \"group\": [916.0, 439.0, 99.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCCGT\", \"ini\": 698, \"clust\": 66, \"rank\": 1018, \"rankvar\": 1621, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 945, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1621, \"group\": [68.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAGACGTG\", \"ini\": 697, \"clust\": 1277, \"rank\": 1081, \"rankvar\": 1000, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 946, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 879, \"group\": [1279.0, 686.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCAATCCGAT\", \"ini\": 696, \"clust\": 850, \"rank\": 930, \"rankvar\": 1280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 947, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1536, \"group\": [848.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTATTCTC\", \"ini\": 695, \"clust\": 990, \"rank\": 1053, \"rankvar\": 1042, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 948, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 341, \"group\": [990.0, 497.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTGTGACCC\", \"ini\": 694, \"clust\": 563, \"rank\": 901, \"rankvar\": 781, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 949, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 880, \"group\": [562.0, 298.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCATAACCG\", \"ini\": 693, \"clust\": 505, \"rank\": 861, \"rankvar\": 291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 950, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 881, \"group\": [504.0, 248.0, 58.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTTCGAACGGA\", \"ini\": 692, \"clust\": 830, \"rank\": 991, \"rankvar\": 1090, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 951, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1537, \"group\": [838.0, 397.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTAGTTTGCGT\", \"ini\": 691, \"clust\": 1057, \"rank\": 961, \"rankvar\": 904, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 952, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 446, \"group\": [1058.0, 542.0, 131.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCATAA\", \"ini\": 690, \"clust\": 1278, \"rank\": 943, \"rankvar\": 482, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 953, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 882, \"group\": [1277.0, 685.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGAAGAAGC\", \"ini\": 689, \"clust\": 1306, \"rank\": 1038, \"rankvar\": 656, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 954, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 883, \"group\": [1308.0, 712.0, 181.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCTGGAGA\", \"ini\": 688, \"clust\": 752, \"rank\": 926, \"rankvar\": 726, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 955, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 884, \"group\": [760.0, 365.0, 75.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTAGGCTGA\", \"ini\": 687, \"clust\": 5, \"rank\": 972, \"rankvar\": 1158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 956, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1622, \"group\": [6.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGTGCCAGA\", \"ini\": 686, \"clust\": 1267, \"rank\": 999, \"rankvar\": 1060, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 957, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 447, \"group\": [1267.0, 681.0, 170.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCCAGG\", \"ini\": 685, \"clust\": 34, \"rank\": 938, \"rankvar\": 1437, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 958, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1623, \"group\": [34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTACTGAC\", \"ini\": 684, \"clust\": 6, \"rank\": 951, \"rankvar\": 1362, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 959, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1624, \"group\": [7.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCATATACCG\", \"ini\": 683, \"clust\": 1083, \"rank\": 937, \"rankvar\": 245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 342, \"group\": [1086.0, 564.0, 138.0, 34.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCATACCATG\", \"ini\": 682, \"clust\": 1091, \"rank\": 948, \"rankvar\": 1058, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 961, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 343, \"group\": [1091.0, 569.0, 140.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCAATCCGAT\", \"ini\": 681, \"clust\": 43, \"rank\": 1159, \"rankvar\": 1159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 962, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1625, \"group\": [46.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGGGAAACA\", \"ini\": 680, \"clust\": 1259, \"rank\": 1014, \"rankvar\": 588, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 963, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 885, \"group\": [1259.0, 675.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGCGGTAA\", \"ini\": 679, \"clust\": 853, \"rank\": 965, \"rankvar\": 1434, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 964, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1538, \"group\": [850.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGTCTCG\", \"ini\": 678, \"clust\": 1170, \"rank\": 1217, \"rankvar\": 1254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 965, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1449, \"group\": [1170.0, 625.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCCAACTA\", \"ini\": 677, \"clust\": 567, \"rank\": 885, \"rankvar\": 120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 966, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 886, \"group\": [569.0, 302.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTGACTACT\", \"ini\": 676, \"clust\": 987, \"rank\": 1023, \"rankvar\": 898, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 344, \"group\": [988.0, 496.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAAGGAGCGTT\", \"ini\": 675, \"clust\": 532, \"rank\": 905, \"rankvar\": 507, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 968, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 887, \"group\": [531.0, 271.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAATCGGTT\", \"ini\": 674, \"clust\": 991, \"rank\": 1066, \"rankvar\": 1004, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 969, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 345, \"group\": [991.0, 497.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAAGGCCT\", \"ini\": 673, \"clust\": 70, \"rank\": 1080, \"rankvar\": 1366, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 970, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1626, \"group\": [70.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCGCGGATC\", \"ini\": 672, \"clust\": 913, \"rank\": 1065, \"rankvar\": 843, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 971, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 346, \"group\": [914.0, 437.0, 98.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCAACCATG\", \"ini\": 671, \"clust\": 1111, \"rank\": 945, \"rankvar\": 1304, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 972, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1450, \"group\": [1111.0, 583.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGTTAACGA\", \"ini\": 670, \"clust\": 1112, \"rank\": 895, \"rankvar\": 1388, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 973, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1451, \"group\": [1109.0, 583.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCCAAGTA\", \"ini\": 669, \"clust\": 68, \"rank\": 1067, \"rankvar\": 1497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 974, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1627, \"group\": [67.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATACTG\", \"ini\": 668, \"clust\": 902, \"rank\": 998, \"rankvar\": 1163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 975, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1539, \"group\": [903.0, 427.0, 94.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTCCAGTGC\", \"ini\": 667, \"clust\": 855, \"rank\": 886, \"rankvar\": 1023, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 976, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1540, \"group\": [854.0, 401.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAAGAGGA\", \"ini\": 666, \"clust\": 831, \"rank\": 974, \"rankvar\": 1242, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 977, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1541, \"group\": [831.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGCGTC\", \"ini\": 665, \"clust\": 501, \"rank\": 894, \"rankvar\": 106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 888, \"group\": [502.0, 246.0, 56.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCCTATGTT\", \"ini\": 664, \"clust\": 1279, \"rank\": 1034, \"rankvar\": 595, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 979, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 889, \"group\": [1278.0, 685.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCTTGAGAC\", \"ini\": 663, \"clust\": 125, \"rank\": 1063, \"rankvar\": 896, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 347, \"group\": [125.0, 55.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGATTGCT\", \"ini\": 662, \"clust\": 56, \"rank\": 1103, \"rankvar\": 1593, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 981, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1628, \"group\": [56.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGTCGTTTG\", \"ini\": 661, \"clust\": 1634, \"rank\": 828, \"rankvar\": 1012, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 348, \"group\": [1633.0, 814.0, 202.0, 51.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACCCTATC\", \"ini\": 660, \"clust\": 1107, \"rank\": 906, \"rankvar\": 1215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 983, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 890, \"group\": [1105.0, 582.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTTTACAC\", \"ini\": 659, \"clust\": 53, \"rank\": 1079, \"rankvar\": 1479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 984, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1629, \"group\": [51.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAGATCCAT\", \"ini\": 658, \"clust\": 515, \"rank\": 893, \"rankvar\": 562, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 985, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 891, \"group\": [516.0, 260.0, 61.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGGCTAGAC\", \"ini\": 657, \"clust\": 778, \"rank\": 977, \"rankvar\": 233, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 986, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1452, \"group\": [781.0, 381.0, 80.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTAGGGAACGG\", \"ini\": 656, \"clust\": 35, \"rank\": 969, \"rankvar\": 1425, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 987, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1630, \"group\": [35.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGGACAA\", \"ini\": 655, \"clust\": 1075, \"rank\": 964, \"rankvar\": 890, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 988, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 448, \"group\": [1075.0, 553.0, 134.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCTGTCCGT\", \"ini\": 654, \"clust\": 1301, \"rank\": 990, \"rankvar\": 41, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 989, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 892, \"group\": [1305.0, 709.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCACTCCA\", \"ini\": 653, \"clust\": 834, \"rank\": 994, \"rankvar\": 1571, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 990, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1542, \"group\": [835.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGAATGGG\", \"ini\": 652, \"clust\": 0, \"rank\": 944, \"rankvar\": 64, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 991, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 893, \"group\": [3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAATCCAAC\", \"ini\": 651, \"clust\": 506, \"rank\": 1029, \"rankvar\": 990, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 992, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 894, \"group\": [505.0, 249.0, 58.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTTGAACTC\", \"ini\": 650, \"clust\": 1288, \"rank\": 1011, \"rankvar\": 594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 993, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1453, \"group\": [1291.0, 696.0, 177.0, 44.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCTCTGCAAGT\", \"ini\": 649, \"clust\": 1266, \"rank\": 1140, \"rankvar\": 1494, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 349, \"group\": [1266.0, 680.0, 170.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCAGAGCCAA\", \"ini\": 648, \"clust\": 1586, \"rank\": 1061, \"rankvar\": 1405, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 995, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1014, \"group\": [1586.0, 786.0, 194.0, 48.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTTTGACAC\", \"ini\": 647, \"clust\": 921, \"rank\": 1220, \"rankvar\": 1536, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 996, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 27, \"group\": [920.0, 443.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTTCTGAAC\", \"ini\": 646, \"clust\": 1599, \"rank\": 981, \"rankvar\": 752, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 997, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1015, \"group\": [1599.0, 798.0, 197.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAAGAAGAG\", \"ini\": 645, \"clust\": 1615, \"rank\": 874, \"rankvar\": 1457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 998, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1016, \"group\": [1613.0, 805.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACACAACTGT\", \"ini\": 644, \"clust\": 1597, \"rank\": 952, \"rankvar\": 1165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 999, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1017, \"group\": [1597.0, 797.0, 197.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCTCTGCTG\", \"ini\": 643, \"clust\": 868, \"rank\": 957, \"rankvar\": 1127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1000, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1543, \"group\": [865.0, 406.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGGAACTGC\", \"ini\": 642, \"clust\": 1164, \"rank\": 1136, \"rankvar\": 784, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1001, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 350, \"group\": [1167.0, 622.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGTAGTGCG\", \"ini\": 641, \"clust\": 1598, \"rank\": 958, \"rankvar\": 1356, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1002, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1018, \"group\": [1598.0, 797.0, 197.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGCAAG\", \"ini\": 640, \"clust\": 773, \"rank\": 1060, \"rankvar\": 341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1003, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1454, \"group\": [772.0, 373.0, 78.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGGAAAGA\", \"ini\": 639, \"clust\": 1289, \"rank\": 1074, \"rankvar\": 475, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1004, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 895, \"group\": [1289.0, 694.0, 175.0, 44.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAAGAAGAG\", \"ini\": 638, \"clust\": 1632, \"rank\": 900, \"rankvar\": 666, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 351, \"group\": [1636.0, 817.0, 203.0, 51.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCTCAAGTG\", \"ini\": 637, \"clust\": 524, \"rank\": 984, \"rankvar\": 541, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1006, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 896, \"group\": [535.0, 275.0, 65.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTCCCTACT\", \"ini\": 636, \"clust\": 1294, \"rank\": 962, \"rankvar\": 700, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1007, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 897, \"group\": [1294.0, 699.0, 179.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCGTATT\", \"ini\": 635, \"clust\": 1612, \"rank\": 909, \"rankvar\": 970, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1008, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1019, \"group\": [1615.0, 806.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCAGTGTTG\", \"ini\": 634, \"clust\": 1641, \"rank\": 920, \"rankvar\": 743, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1009, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 898, \"group\": [1642.0, 823.0, 206.0, 52.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGGCAGTCA\", \"ini\": 633, \"clust\": 1310, \"rank\": 1107, \"rankvar\": 372, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1010, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 899, \"group\": [1310.0, 714.0, 182.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTCGTTGA\", \"ini\": 632, \"clust\": 856, \"rank\": 997, \"rankvar\": 1273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1011, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1544, \"group\": [855.0, 401.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTCGTGAT\", \"ini\": 631, \"clust\": 1592, \"rank\": 985, \"rankvar\": 846, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1012, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1020, \"group\": [1632.0, 813.0, 201.0, 50.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCGTTGCCT\", \"ini\": 630, \"clust\": 1073, \"rank\": 960, \"rankvar\": 750, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1013, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 449, \"group\": [1078.0, 556.0, 135.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACGCTC\", \"ini\": 629, \"clust\": 780, \"rank\": 1089, \"rankvar\": 988, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1014, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1545, \"group\": [778.0, 379.0, 80.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCATATGC\", \"ini\": 628, \"clust\": 1109, \"rank\": 1019, \"rankvar\": 906, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1015, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1455, \"group\": [1113.0, 585.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACCATCCT\", \"ini\": 627, \"clust\": 978, \"rank\": 1009, \"rankvar\": 902, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1016, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 352, \"group\": [978.0, 486.0, 116.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCACTCAGGC\", \"ini\": 626, \"clust\": 1244, \"rank\": 1000, \"rankvar\": 935, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1017, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 900, \"group\": [1249.0, 668.0, 167.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCACAACTGT\", \"ini\": 625, \"clust\": 83, \"rank\": 922, \"rankvar\": 913, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1018, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 353, \"group\": [84.0, 25.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTCGCTTTC\", \"ini\": 624, \"clust\": 1260, \"rank\": 1133, \"rankvar\": 618, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1019, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 901, \"group\": [1260.0, 675.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCACGAAGCA\", \"ini\": 623, \"clust\": 1250, \"rank\": 1048, \"rankvar\": 574, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1020, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 902, \"group\": [1251.0, 670.0, 168.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTAGCTCCTCT\", \"ini\": 622, \"clust\": 988, \"rank\": 1199, \"rankvar\": 1470, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 354, \"group\": [989.0, 496.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCATCC\", \"ini\": 621, \"clust\": 1093, \"rank\": 1015, \"rankvar\": 892, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1022, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 903, \"group\": [1093.0, 571.0, 141.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGAAGGCCT\", \"ini\": 620, \"clust\": 1061, \"rank\": 1002, \"rankvar\": 948, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1023, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 450, \"group\": [1061.0, 543.0, 131.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGCAACT\", \"ini\": 619, \"clust\": 875, \"rank\": 879, \"rankvar\": 661, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1024, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 904, \"group\": [875.0, 410.0, 87.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCACGAAATA\", \"ini\": 618, \"clust\": 1613, \"rank\": 924, \"rankvar\": 1270, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1025, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1021, \"group\": [1614.0, 805.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTAGCTCCG\", \"ini\": 617, \"clust\": 516, \"rank\": 954, \"rankvar\": 93, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1026, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 905, \"group\": [522.0, 264.0, 62.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACCCATTC\", \"ini\": 616, \"clust\": 1070, \"rank\": 992, \"rankvar\": 429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1027, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 451, \"group\": [1071.0, 550.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTGATGTGG\", \"ini\": 615, \"clust\": 1280, \"rank\": 1096, \"rankvar\": 571, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1028, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 906, \"group\": [1281.0, 688.0, 173.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCCCAACC\", \"ini\": 614, \"clust\": 1172, \"rank\": 1145, \"rankvar\": 51, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1029, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 355, \"group\": [1176.0, 630.0, 156.0, 38.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGGATACC\", \"ini\": 613, \"clust\": 33, \"rank\": 1076, \"rankvar\": 1232, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1030, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1631, \"group\": [41.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTACTTAC\", \"ini\": 612, \"clust\": 770, \"rank\": 896, \"rankvar\": 1239, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1031, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1546, \"group\": [874.0, 409.0, 86.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGTT\", \"ini\": 611, \"clust\": 1272, \"rank\": 1153, \"rankvar\": 1608, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1032, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 907, \"group\": [1272.0, 683.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTGTCTTT\", \"ini\": 610, \"clust\": 1094, \"rank\": 947, \"rankvar\": 442, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1033, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 908, \"group\": [1094.0, 572.0, 141.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTGCGTTA\", \"ini\": 609, \"clust\": 847, \"rank\": 1099, \"rankvar\": 1598, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1034, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1547, \"group\": [843.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAAACCTA\", \"ini\": 608, \"clust\": 1114, \"rank\": 1037, \"rankvar\": 517, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 356, \"group\": [1115.0, 587.0, 145.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTTCGGTC\", \"ini\": 607, \"clust\": 1095, \"rank\": 1088, \"rankvar\": 446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1036, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1456, \"group\": [1100.0, 577.0, 142.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCTTGCAAG\", \"ini\": 606, \"clust\": 1262, \"rank\": 1056, \"rankvar\": 277, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 909, \"group\": [1262.0, 677.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGACTTGAA\", \"ini\": 605, \"clust\": 838, \"rank\": 1118, \"rankvar\": 1243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1038, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1548, \"group\": [836.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCGGTCTAA\", \"ini\": 604, \"clust\": 989, \"rank\": 1137, \"rankvar\": 903, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 357, \"group\": [992.0, 498.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGAGTGACC\", \"ini\": 603, \"clust\": 1, \"rank\": 934, \"rankvar\": 566, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1040, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 910, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCAGTAGT\", \"ini\": 602, \"clust\": 1108, \"rank\": 1030, \"rankvar\": 1145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1041, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 911, \"group\": [1106.0, 582.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACATACTCTT\", \"ini\": 601, \"clust\": 1635, \"rank\": 884, \"rankvar\": 824, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1042, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 358, \"group\": [1634.0, 815.0, 202.0, 51.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCATGTCTT\", \"ini\": 600, \"clust\": 1046, \"rank\": 912, \"rankvar\": 814, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1043, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 452, \"group\": [1047.0, 534.0, 129.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCCCTTGT\", \"ini\": 599, \"clust\": 884, \"rank\": 975, \"rankvar\": 1177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1044, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 453, \"group\": [883.0, 416.0, 90.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAAGGCTCC\", \"ini\": 598, \"clust\": 1296, \"rank\": 1064, \"rankvar\": 367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1045, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 912, \"group\": [1299.0, 703.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGCTCCGA\", \"ini\": 597, \"clust\": 1124, \"rank\": 1115, \"rankvar\": 1046, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1046, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 913, \"group\": [1125.0, 596.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTCAATGTC\", \"ini\": 596, \"clust\": 1025, \"rank\": 931, \"rankvar\": 934, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1047, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 454, \"group\": [1025.0, 518.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAGTAGAGC\", \"ini\": 595, \"clust\": 1620, \"rank\": 838, \"rankvar\": 1543, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1048, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1022, \"group\": [1619.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACCCTCA\", \"ini\": 594, \"clust\": 1027, \"rank\": 1102, \"rankvar\": 789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1049, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 359, \"group\": [1028.0, 520.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCCGTCAG\", \"ini\": 593, \"clust\": 1316, \"rank\": 1105, \"rankvar\": 437, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1050, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 914, \"group\": [1316.0, 719.0, 182.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCGTAAGCACG\", \"ini\": 592, \"clust\": 983, \"rank\": 1006, \"rankvar\": 260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1051, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 360, \"group\": [986.0, 494.0, 120.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCTGAAAGA\", \"ini\": 591, \"clust\": 959, \"rank\": 1168, \"rankvar\": 962, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 361, \"group\": [960.0, 469.0, 109.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAGTTCATG\", \"ini\": 590, \"clust\": 1273, \"rank\": 1183, \"rankvar\": 1341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1053, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 915, \"group\": [1273.0, 684.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCACCCGAG\", \"ini\": 589, \"clust\": 1012, \"rank\": 1100, \"rankvar\": 1465, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1054, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 362, \"group\": [1013.0, 512.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCACATCTTT\", \"ini\": 588, \"clust\": 2, \"rank\": 908, \"rankvar\": 930, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1055, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 916, \"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACTGTC\", \"ini\": 587, \"clust\": 1314, \"rank\": 1124, \"rankvar\": 653, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1056, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 917, \"group\": [1317.0, 720.0, 182.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTAGCCTCG\", \"ini\": 586, \"clust\": 925, \"rank\": 1191, \"rankvar\": 1132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1057, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 28, \"group\": [925.0, 447.0, 103.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGTTACGA\", \"ini\": 585, \"clust\": 1308, \"rank\": 1167, \"rankvar\": 864, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1058, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 918, \"group\": [1307.0, 711.0, 181.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCAGGTC\", \"ini\": 584, \"clust\": 903, \"rank\": 1028, \"rankvar\": 815, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 363, \"group\": [904.0, 428.0, 94.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAAGAGGCT\", \"ini\": 583, \"clust\": 71, \"rank\": 1095, \"rankvar\": 1411, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1060, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1632, \"group\": [71.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCAAATACAG\", \"ini\": 582, \"clust\": 564, \"rank\": 1013, \"rankvar\": 709, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1061, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 919, \"group\": [563.0, 298.0, 71.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCAAACGGG\", \"ini\": 581, \"clust\": 878, \"rank\": 933, \"rankvar\": 821, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1062, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 920, \"group\": [878.0, 413.0, 89.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTGTCTTCAAG\", \"ini\": 580, \"clust\": 1269, \"rank\": 1158, \"rankvar\": 1459, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1063, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 921, \"group\": [1269.0, 682.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGGAACGT\", \"ini\": 579, \"clust\": 1257, \"rank\": 1171, \"rankvar\": 851, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1064, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 922, \"group\": [1258.0, 674.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCAGTTCGCGC\", \"ini\": 578, \"clust\": 1173, \"rank\": 1146, \"rankvar\": 90, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1065, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1457, \"group\": [1175.0, 629.0, 155.0, 38.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTATATGAG\", \"ini\": 577, \"clust\": 1068, \"rank\": 1021, \"rankvar\": 943, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1066, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 455, \"group\": [1069.0, 548.0, 132.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTTAAGAAC\", \"ini\": 576, \"clust\": 923, \"rank\": 1185, \"rankvar\": 1205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1067, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 29, \"group\": [927.0, 449.0, 103.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTGTTTGT\", \"ini\": 575, \"clust\": 1119, \"rank\": 1027, \"rankvar\": 928, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1068, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 364, \"group\": [1120.0, 592.0, 146.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTAGTAGTA\", \"ini\": 574, \"clust\": 985, \"rank\": 986, \"rankvar\": 521, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1069, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 365, \"group\": [983.0, 491.0, 119.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTGCACGAA\", \"ini\": 573, \"clust\": 969, \"rank\": 1032, \"rankvar\": 241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1070, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 456, \"group\": [973.0, 481.0, 113.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGCCCAC\", \"ini\": 572, \"clust\": 511, \"rank\": 983, \"rankvar\": 939, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1071, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 923, \"group\": [513.0, 257.0, 60.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATCATCCC\", \"ini\": 571, \"clust\": 522, \"rank\": 1101, \"rankvar\": 326, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1072, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 924, \"group\": [523.0, 265.0, 63.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTGATGTCT\", \"ini\": 570, \"clust\": 1071, \"rank\": 1026, \"rankvar\": 321, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1073, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 457, \"group\": [1072.0, 551.0, 133.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCCTACAGA\", \"ini\": 569, \"clust\": 1276, \"rank\": 1239, \"rankvar\": 1574, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1074, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 925, \"group\": [1276.0, 684.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCTCCGA\", \"ini\": 568, \"clust\": 1299, \"rank\": 1047, \"rankvar\": 52, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1075, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 926, \"group\": [1300.0, 704.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTGCTAGCC\", \"ini\": 567, \"clust\": 1281, \"rank\": 1116, \"rankvar\": 388, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1076, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 927, \"group\": [1282.0, 689.0, 173.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCCGTTGTC\", \"ini\": 566, \"clust\": 1283, \"rank\": 1129, \"rankvar\": 665, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1077, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 928, \"group\": [1285.0, 690.0, 173.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCACCCAGTG\", \"ini\": 565, \"clust\": 1097, \"rank\": 1073, \"rankvar\": 1161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1078, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1458, \"group\": [1098.0, 575.0, 142.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTCTCTCTG\", \"ini\": 564, \"clust\": 527, \"rank\": 1104, \"rankvar\": 895, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1079, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 929, \"group\": [526.0, 267.0, 64.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGTCCCTAATT\", \"ini\": 563, \"clust\": 1116, \"rank\": 1154, \"rankvar\": 1299, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1080, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 366, \"group\": [1117.0, 589.0, 146.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTACTTAC\", \"ini\": 562, \"clust\": 1031, \"rank\": 1059, \"rankvar\": 568, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1081, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 458, \"group\": [1030.0, 522.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGACCACGA\", \"ini\": 561, \"clust\": 863, \"rank\": 1092, \"rankvar\": 1506, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1082, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1549, \"group\": [861.0, 404.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCGTATCAG\", \"ini\": 560, \"clust\": 1016, \"rank\": 1045, \"rankvar\": 806, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1083, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 459, \"group\": [1027.0, 519.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCGCATAT\", \"ini\": 559, \"clust\": 1624, \"rank\": 940, \"rankvar\": 1253, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1084, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1023, \"group\": [1623.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGCCGATTT\", \"ini\": 558, \"clust\": 974, \"rank\": 1119, \"rankvar\": 213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1085, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 930, \"group\": [974.0, 482.0, 114.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCTCAACA\", \"ini\": 557, \"clust\": 922, \"rank\": 1075, \"rankvar\": 967, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1459, \"group\": [950.0, 460.0, 105.0, 24.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCTGAA\", \"ini\": 556, \"clust\": 984, \"rank\": 1042, \"rankvar\": 949, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1087, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 367, \"group\": [985.0, 493.0, 119.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACGCACC\", \"ini\": 555, \"clust\": 1602, \"rank\": 942, \"rankvar\": 1485, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1088, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1024, \"group\": [1603.0, 800.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCCCACTTG\", \"ini\": 554, \"clust\": 65, \"rank\": 1162, \"rankvar\": 1487, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1089, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1633, \"group\": [69.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCACAAGCCC\", \"ini\": 553, \"clust\": 44, \"rank\": 1211, \"rankvar\": 1384, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1090, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1634, \"group\": [44.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTTAGGAA\", \"ini\": 552, \"clust\": 54, \"rank\": 1195, \"rankvar\": 1592, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1091, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1635, \"group\": [62.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCTCTTTA\", \"ini\": 551, \"clust\": 1285, \"rank\": 1139, \"rankvar\": 1385, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1092, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 931, \"group\": [1284.0, 690.0, 173.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGACCCACC\", \"ini\": 550, \"clust\": 1167, \"rank\": 1225, \"rankvar\": 531, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1093, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 368, \"group\": [1168.0, 623.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAGTTGCGTTA\", \"ini\": 549, \"clust\": 1162, \"rank\": 1148, \"rankvar\": 609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 369, \"group\": [1163.0, 620.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCTAGAGTC\", \"ini\": 548, \"clust\": 502, \"rank\": 915, \"rankvar\": 676, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1095, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 932, \"group\": [503.0, 247.0, 57.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCATACGCTA\", \"ini\": 547, \"clust\": 47, \"rank\": 1263, \"rankvar\": 1545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1096, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1636, \"group\": [47.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTCGCTAA\", \"ini\": 546, \"clust\": 1092, \"rank\": 1050, \"rankvar\": 1041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1097, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 933, \"group\": [1095.0, 573.0, 141.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCTGGAAC\", \"ini\": 545, \"clust\": 1059, \"rank\": 1046, \"rankvar\": 578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1098, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 460, \"group\": [1062.0, 544.0, 131.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTGTGGAG\", \"ini\": 544, \"clust\": 1297, \"rank\": 1123, \"rankvar\": 613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1099, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 934, \"group\": [1297.0, 702.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTGAACG\", \"ini\": 543, \"clust\": 1238, \"rank\": 1144, \"rankvar\": 366, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1100, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 935, \"group\": [1239.0, 659.0, 164.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCATTCTA\", \"ini\": 542, \"clust\": 1087, \"rank\": 949, \"rankvar\": 1096, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 370, \"group\": [1087.0, 565.0, 139.0, 34.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCGATATA\", \"ini\": 541, \"clust\": 874, \"rank\": 955, \"rankvar\": 727, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1102, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 936, \"group\": [877.0, 412.0, 88.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATGTCTCATCC\", \"ini\": 540, \"clust\": 1274, \"rank\": 1209, \"rankvar\": 1371, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1103, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 937, \"group\": [1274.0, 684.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCCATCGGTTA\", \"ini\": 539, \"clust\": 1113, \"rank\": 1055, \"rankvar\": 1419, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1104, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1460, \"group\": [1110.0, 583.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTCCAGTTA\", \"ini\": 538, \"clust\": 862, \"rank\": 1083, \"rankvar\": 1192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1105, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1550, \"group\": [863.0, 405.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTTCTGGTA\", \"ini\": 537, \"clust\": 1240, \"rank\": 1172, \"rankvar\": 1118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1106, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 938, \"group\": [1241.0, 661.0, 165.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAGCCTTTC\", \"ini\": 536, \"clust\": 1125, \"rank\": 1098, \"rankvar\": 1064, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1107, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 939, \"group\": [1126.0, 596.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTTCAGCGC\", \"ini\": 535, \"clust\": 1607, \"rank\": 1052, \"rankvar\": 1136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1108, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1025, \"group\": [1607.0, 803.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCTTTACAC\", \"ini\": 534, \"clust\": 1298, \"rank\": 1125, \"rankvar\": 333, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1109, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 940, \"group\": [1298.0, 702.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTAAAGTCA\", \"ini\": 533, \"clust\": 1290, \"rank\": 1111, \"rankvar\": 1111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1110, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 461, \"group\": [1290.0, 695.0, 176.0, 44.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGTTCGATC\", \"ini\": 532, \"clust\": 845, \"rank\": 1160, \"rankvar\": 1261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1111, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1551, \"group\": [846.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGGATGGAA\", \"ini\": 531, \"clust\": 1629, \"rank\": 1068, \"rankvar\": 908, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1112, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1026, \"group\": [1631.0, 812.0, 200.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTAAAGAC\", \"ini\": 530, \"clust\": 1295, \"rank\": 1087, \"rankvar\": 1086, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1113, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 941, \"group\": [1295.0, 700.0, 179.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCAATCTCT\", \"ini\": 529, \"clust\": 839, \"rank\": 1134, \"rankvar\": 1346, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1114, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1552, \"group\": [837.0, 396.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGAGATGAG\", \"ini\": 528, \"clust\": 1028, \"rank\": 1093, \"rankvar\": 1129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1115, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 371, \"group\": [1029.0, 521.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGTCTTGCA\", \"ini\": 527, \"clust\": 1117, \"rank\": 1155, \"rankvar\": 1092, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 372, \"group\": [1118.0, 590.0, 146.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTCCG\", \"ini\": 526, \"clust\": 1058, \"rank\": 1078, \"rankvar\": 764, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1117, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 462, \"group\": [1059.0, 542.0, 131.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATATGC\", \"ini\": 525, \"clust\": 1609, \"rank\": 1024, \"rankvar\": 997, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1118, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1027, \"group\": [1611.0, 804.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCACCATGTA\", \"ini\": 524, \"clust\": 1078, \"rank\": 973, \"rankvar\": 966, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1119, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 463, \"group\": [1081.0, 559.0, 136.0, 33.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATGTAAG\", \"ini\": 523, \"clust\": 1021, \"rank\": 1043, \"rankvar\": 1098, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1120, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 464, \"group\": [1021.0, 518.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCCGAAGAG\", \"ini\": 522, \"clust\": 1627, \"rank\": 913, \"rankvar\": 1296, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1121, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1028, \"group\": [1625.0, 808.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACAATGTAAG\", \"ini\": 521, \"clust\": 793, \"rank\": 1025, \"rankvar\": 1406, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1122, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1553, \"group\": [793.0, 388.0, 82.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCCGCGCAA\", \"ini\": 520, \"clust\": 1264, \"rank\": 1182, \"rankvar\": 999, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 373, \"group\": [1280.0, 687.0, 172.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCGCATCT\", \"ini\": 519, \"clust\": 1013, \"rank\": 1141, \"rankvar\": 860, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 374, \"group\": [1014.0, 513.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTCATCCCT\", \"ini\": 518, \"clust\": 1160, \"rank\": 1207, \"rankvar\": 712, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 375, \"group\": [1160.0, 617.0, 153.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAAAGA\", \"ini\": 517, \"clust\": 971, \"rank\": 1091, \"rankvar\": 992, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1126, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 465, \"group\": [970.0, 479.0, 113.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACACCACCAG\", \"ini\": 516, \"clust\": 1312, \"rank\": 1174, \"rankvar\": 720, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1127, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 942, \"group\": [1313.0, 716.0, 182.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTCACACGC\", \"ini\": 515, \"clust\": 1303, \"rank\": 1156, \"rankvar\": 773, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1128, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 943, \"group\": [1302.0, 706.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCATATACCG\", \"ini\": 514, \"clust\": 986, \"rank\": 1086, \"rankvar\": 322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1129, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 376, \"group\": [984.0, 492.0, 119.0, 28.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTCAAAGCG\", \"ini\": 513, \"clust\": 1382, \"rank\": 1085, \"rankvar\": 1378, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1130, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 32, \"group\": [1380.0, 742.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGAGCTGCA\", \"ini\": 512, \"clust\": 972, \"rank\": 1044, \"rankvar\": 963, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1131, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 466, \"group\": [971.0, 479.0, 113.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCTAACTGG\", \"ini\": 511, \"clust\": 1622, \"rank\": 1031, \"rankvar\": 1130, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1132, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1029, \"group\": [1621.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTATAATGG\", \"ini\": 510, \"clust\": 1605, \"rank\": 1003, \"rankvar\": 1144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1133, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1030, \"group\": [1605.0, 802.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATGCCCGA\", \"ini\": 509, \"clust\": 1030, \"rank\": 1058, \"rankvar\": 1113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1134, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 467, \"group\": [1032.0, 524.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTAAGCACG\", \"ini\": 508, \"clust\": 781, \"rank\": 1193, \"rankvar\": 1150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1135, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1554, \"group\": [779.0, 379.0, 80.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAGCGAACA\", \"ini\": 507, \"clust\": 1637, \"rank\": 1007, \"rankvar\": 723, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1136, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 944, \"group\": [1637.0, 818.0, 204.0, 52.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGCCTTGAT\", \"ini\": 506, \"clust\": 864, \"rank\": 1135, \"rankvar\": 1475, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1137, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1555, \"group\": [862.0, 404.0, 84.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTACGCCC\", \"ini\": 505, \"clust\": 1628, \"rank\": 988, \"rankvar\": 1561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1138, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1031, \"group\": [1626.0, 808.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCTTTACGT\", \"ini\": 504, \"clust\": 1639, \"rank\": 1072, \"rankvar\": 25, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1139, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 945, \"group\": [1640.0, 821.0, 205.0, 52.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGGCAGTA\", \"ini\": 503, \"clust\": 973, \"rank\": 1108, \"rankvar\": 460, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1140, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 946, \"group\": [976.0, 484.0, 115.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCTGTCCGT\", \"ini\": 502, \"clust\": 1242, \"rank\": 1251, \"rankvar\": 1105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1141, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 947, \"group\": [1243.0, 663.0, 165.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACGACGAA\", \"ini\": 501, \"clust\": 895, \"rank\": 1143, \"rankvar\": 1121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1142, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1556, \"group\": [902.0, 426.0, 93.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAAGGGTTCCC\", \"ini\": 500, \"clust\": 880, \"rank\": 1039, \"rankvar\": 1222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1143, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 468, \"group\": [880.0, 414.0, 89.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGATCGA\", \"ini\": 499, \"clust\": 1168, \"rank\": 1229, \"rankvar\": 706, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 377, \"group\": [1169.0, 624.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTGACTCAT\", \"ini\": 498, \"clust\": 1258, \"rank\": 1189, \"rankvar\": 942, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1145, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 948, \"group\": [1261.0, 676.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGACCCT\", \"ini\": 497, \"clust\": 1268, \"rank\": 1184, \"rankvar\": 1170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1146, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 469, \"group\": [1268.0, 681.0, 170.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCACGTCTCT\", \"ini\": 496, \"clust\": 848, \"rank\": 1161, \"rankvar\": 1575, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1147, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1557, \"group\": [844.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCCCTCTTT\", \"ini\": 495, \"clust\": 877, \"rank\": 1070, \"rankvar\": 1066, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1148, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 470, \"group\": [885.0, 418.0, 91.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATTGCT\", \"ini\": 494, \"clust\": 1161, \"rank\": 1210, \"rankvar\": 724, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 378, \"group\": [1161.0, 618.0, 153.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCATTTA\", \"ini\": 493, \"clust\": 1023, \"rank\": 1117, \"rankvar\": 879, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1150, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 471, \"group\": [1023.0, 518.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTAAAGTG\", \"ini\": 492, \"clust\": 1304, \"rank\": 1131, \"rankvar\": 157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1151, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 949, \"group\": [1303.0, 707.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATTCCTCG\", \"ini\": 491, \"clust\": 1287, \"rank\": 1082, \"rankvar\": 347, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1152, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 950, \"group\": [1288.0, 693.0, 174.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTGCAGACA\", \"ini\": 490, \"clust\": 48, \"rank\": 1307, \"rankvar\": 1523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1153, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1637, \"group\": [48.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTTTGT\", \"ini\": 489, \"clust\": 879, \"rank\": 1077, \"rankvar\": 979, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1154, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 951, \"group\": [879.0, 413.0, 89.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACAGAGGT\", \"ini\": 488, \"clust\": 1050, \"rank\": 939, \"rankvar\": 1172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1155, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 472, \"group\": [1055.0, 540.0, 130.0, 31.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCACCCGAG\", \"ini\": 487, \"clust\": 1293, \"rank\": 1226, \"rankvar\": 1135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1156, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 952, \"group\": [1296.0, 701.0, 179.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCCAGTAT\", \"ini\": 486, \"clust\": 1608, \"rank\": 1062, \"rankvar\": 1324, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1157, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1032, \"group\": [1608.0, 803.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCAAGCCTA\", \"ini\": 485, \"clust\": 62, \"rank\": 1222, \"rankvar\": 1631, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1158, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1638, \"group\": [65.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTCCGCTGA\", \"ini\": 484, \"clust\": 1261, \"rank\": 1206, \"rankvar\": 555, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1159, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 953, \"group\": [1264.0, 679.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCGAGAACG\", \"ini\": 483, \"clust\": 1638, \"rank\": 956, \"rankvar\": 1251, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1160, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 954, \"group\": [1638.0, 819.0, 204.0, 52.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGACAGACC\", \"ini\": 482, \"clust\": 1313, \"rank\": 1213, \"rankvar\": 540, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1161, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 955, \"group\": [1314.0, 717.0, 182.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCGCGGTA\", \"ini\": 481, \"clust\": 523, \"rank\": 1121, \"rankvar\": 474, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 956, \"group\": [524.0, 266.0, 63.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACGGCC\", \"ini\": 480, \"clust\": 1009, \"rank\": 1126, \"rankvar\": 722, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1163, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 473, \"group\": [1012.0, 511.0, 125.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTAATCGTC\", \"ini\": 479, \"clust\": 1311, \"rank\": 1242, \"rankvar\": 450, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1164, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 957, \"group\": [1311.0, 714.0, 182.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTGCAGGTA\", \"ini\": 478, \"clust\": 918, \"rank\": 1202, \"rankvar\": 1420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1165, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1558, \"group\": [922.0, 445.0, 102.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCGGATCC\", \"ini\": 477, \"clust\": 1309, \"rank\": 1170, \"rankvar\": 8, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1166, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 958, \"group\": [1312.0, 715.0, 182.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACGAAACG\", \"ini\": 476, \"clust\": 1332, \"rank\": 1069, \"rankvar\": 1312, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1167, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 33, \"group\": [1333.0, 733.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTCGGATCC\", \"ini\": 475, \"clust\": 1110, \"rank\": 1114, \"rankvar\": 1120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1168, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1461, \"group\": [1112.0, 584.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCACTATTC\", \"ini\": 474, \"clust\": 1263, \"rank\": 1142, \"rankvar\": 509, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1169, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 959, \"group\": [1263.0, 678.0, 169.0, 41.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCAACACTG\", \"ini\": 473, \"clust\": 1005, \"rank\": 1128, \"rankvar\": 184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1170, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 960, \"group\": [1006.0, 506.0, 123.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTGTCAATC\", \"ini\": 472, \"clust\": 1026, \"rank\": 1109, \"rankvar\": 994, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1171, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 474, \"group\": [1026.0, 518.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATGTCCTC\", \"ini\": 471, \"clust\": 1220, \"rank\": 1300, \"rankvar\": 1074, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1172, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 30, \"group\": [1219.0, 652.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGGATGCGT\", \"ini\": 470, \"clust\": 1103, \"rank\": 1152, \"rankvar\": 1361, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1173, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1462, \"group\": [1104.0, 581.0, 143.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTACACGAAAGC\", \"ini\": 469, \"clust\": 1239, \"rank\": 1216, \"rankvar\": 472, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1174, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 961, \"group\": [1240.0, 660.0, 164.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAGCTCCG\", \"ini\": 468, \"clust\": 1221, \"rank\": 1339, \"rankvar\": 1491, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1175, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 31, \"group\": [1220.0, 652.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACATACGCCG\", \"ini\": 467, \"clust\": 45, \"rank\": 1289, \"rankvar\": 1508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1176, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1639, \"group\": [45.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCAACACAC\", \"ini\": 466, \"clust\": 851, \"rank\": 1186, \"rankvar\": 1596, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1177, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1559, \"group\": [851.0, 399.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGTTCGATC\", \"ini\": 465, \"clust\": 1032, \"rank\": 1165, \"rankvar\": 929, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1178, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 475, \"group\": [1031.0, 523.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAAGCACACAG\", \"ini\": 464, \"clust\": 892, \"rank\": 1113, \"rankvar\": 1519, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1179, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 476, \"group\": [894.0, 422.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCAAGAAGT\", \"ini\": 463, \"clust\": 993, \"rank\": 1228, \"rankvar\": 172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 379, \"group\": [993.0, 499.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCAAAGTAG\", \"ini\": 462, \"clust\": 1088, \"rank\": 1163, \"rankvar\": 951, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1181, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 380, \"group\": [1088.0, 566.0, 139.0, 34.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGACGACGT\", \"ini\": 461, \"clust\": 1084, \"rank\": 1196, \"rankvar\": 1250, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 381, \"group\": [1084.0, 562.0, 138.0, 34.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAATGTAAG\", \"ini\": 460, \"clust\": 1126, \"rank\": 1231, \"rankvar\": 548, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1183, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 962, \"group\": [1127.0, 597.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGGTACCGTTA\", \"ini\": 459, \"clust\": 1302, \"rank\": 1164, \"rankvar\": 1036, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1184, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 963, \"group\": [1304.0, 708.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACATACCATG\", \"ini\": 458, \"clust\": 1642, \"rank\": 1054, \"rankvar\": 744, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1185, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 964, \"group\": [1643.0, 824.0, 207.0, 52.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAACTGGCC\", \"ini\": 457, \"clust\": 1321, \"rank\": 1205, \"rankvar\": 738, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1186, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1033, \"group\": [1325.0, 728.0, 185.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCGTAGGAG\", \"ini\": 456, \"clust\": 1039, \"rank\": 1151, \"rankvar\": 1139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1187, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 477, \"group\": [1039.0, 526.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGACGCTC\", \"ini\": 455, \"clust\": 1171, \"rank\": 1291, \"rankvar\": 1168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1463, \"group\": [1171.0, 626.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGCTAAGAT\", \"ini\": 454, \"clust\": 1081, \"rank\": 1106, \"rankvar\": 771, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1189, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 478, \"group\": [1082.0, 560.0, 137.0, 33.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTATCACG\", \"ini\": 453, \"clust\": 1019, \"rank\": 1157, \"rankvar\": 830, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1190, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 479, \"group\": [1019.0, 517.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTGTTGGGA\", \"ini\": 452, \"clust\": 1625, \"rank\": 1094, \"rankvar\": 1282, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1191, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1034, \"group\": [1624.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAGCAGTTT\", \"ini\": 451, \"clust\": 1010, \"rank\": 1071, \"rankvar\": 848, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1192, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 480, \"group\": [1010.0, 509.0, 125.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCATCACCC\", \"ini\": 450, \"clust\": 1017, \"rank\": 1120, \"rankvar\": 1034, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1193, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 481, \"group\": [1017.0, 516.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATCGATTG\", \"ini\": 449, \"clust\": 64, \"rank\": 1212, \"rankvar\": 1641, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1194, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1640, \"group\": [64.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACACCGCTAG\", \"ini\": 448, \"clust\": 1381, \"rank\": 1127, \"rankvar\": 1310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1195, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 34, \"group\": [1382.0, 742.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACTCCTG\", \"ini\": 447, \"clust\": 842, \"rank\": 1244, \"rankvar\": 1595, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1196, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1560, \"group\": [839.0, 398.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACAGACTCGC\", \"ini\": 446, \"clust\": 1159, \"rank\": 1248, \"rankvar\": 236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 382, \"group\": [1162.0, 619.0, 153.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCAATGGAGC\", \"ini\": 445, \"clust\": 1115, \"rank\": 1190, \"rankvar\": 1035, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 383, \"group\": [1116.0, 588.0, 145.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGCATGGCA\", \"ini\": 444, \"clust\": 1640, \"rank\": 1017, \"rankvar\": 793, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1199, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 965, \"group\": [1641.0, 822.0, 205.0, 52.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTACCGTAT\", \"ini\": 443, \"clust\": 1616, \"rank\": 1122, \"rankvar\": 1210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1200, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1035, \"group\": [1628.0, 809.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGCTGCAAG\", \"ini\": 442, \"clust\": 881, \"rank\": 1130, \"rankvar\": 1029, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1201, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 482, \"group\": [881.0, 415.0, 89.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGTCCCACG\", \"ini\": 441, \"clust\": 975, \"rank\": 1264, \"rankvar\": 1103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 384, \"group\": [975.0, 483.0, 114.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCACTTAAGC\", \"ini\": 440, \"clust\": 1600, \"rank\": 1175, \"rankvar\": 1080, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1203, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1261, \"group\": [1600.0, 799.0, 197.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACAGGCTGAA\", \"ini\": 439, \"clust\": 992, \"rank\": 1275, \"rankvar\": 638, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1204, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 385, \"group\": [995.0, 500.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCATCGATGAGG\", \"ini\": 438, \"clust\": 994, \"rank\": 1215, \"rankvar\": 672, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1205, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 386, \"group\": [994.0, 499.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACATGCGCAC\", \"ini\": 437, \"clust\": 1610, \"rank\": 1012, \"rankvar\": 1526, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1206, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1036, \"group\": [1609.0, 804.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACATTAGC\", \"ini\": 436, \"clust\": 1072, \"rank\": 1110, \"rankvar\": 563, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1207, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 483, \"group\": [1073.0, 552.0, 133.0, 32.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCCTATGTT\", \"ini\": 435, \"clust\": 1631, \"rank\": 1090, \"rankvar\": 1221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1208, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1037, \"group\": [1630.0, 811.0, 199.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGAGCCCA\", \"ini\": 434, \"clust\": 970, \"rank\": 1194, \"rankvar\": 523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1209, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 484, \"group\": [972.0, 480.0, 113.0, 27.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAGGCTGAA\", \"ini\": 433, \"clust\": 1029, \"rank\": 1235, \"rankvar\": 647, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1210, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 387, \"group\": [1043.0, 530.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCTCTCTG\", \"ini\": 432, \"clust\": 41, \"rank\": 1181, \"rankvar\": 1472, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1211, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 1262, \"group\": [42.0, 12.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCACCATCCT\", \"ini\": 431, \"clust\": 1606, \"rank\": 1138, \"rankvar\": 1260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1212, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1038, \"group\": [1606.0, 802.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGTTCCACA\", \"ini\": 430, \"clust\": 1270, \"rank\": 1302, \"rankvar\": 1584, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1213, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 966, \"group\": [1270.0, 682.0, 171.0, 42.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCGGATGGA\", \"ini\": 429, \"clust\": 1241, \"rank\": 1230, \"rankvar\": 844, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1214, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 967, \"group\": [1242.0, 662.0, 165.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGACATA\", \"ini\": 428, \"clust\": 1034, \"rank\": 1177, \"rankvar\": 514, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1215, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 485, \"group\": [1033.0, 525.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACACGCC\", \"ini\": 427, \"clust\": 1619, \"rank\": 1005, \"rankvar\": 1462, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1216, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1039, \"group\": [1617.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTAAGTG\", \"ini\": 426, \"clust\": 1006, \"rank\": 1204, \"rankvar\": 828, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1217, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 486, \"group\": [1007.0, 507.0, 123.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAAAGGTGC\", \"ini\": 425, \"clust\": 840, \"rank\": 1203, \"rankvar\": 1392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1218, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1561, \"group\": [842.0, 398.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGACAAG\", \"ini\": 424, \"clust\": 1098, \"rank\": 1267, \"rankvar\": 1263, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1219, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1464, \"group\": [1096.0, 574.0, 142.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTTACGGAG\", \"ini\": 423, \"clust\": 1218, \"rank\": 1265, \"rankvar\": 732, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1220, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 487, \"group\": [1238.0, 658.0, 163.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGAAACCTA\", \"ini\": 422, \"clust\": 1138, \"rank\": 1245, \"rankvar\": 1258, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1221, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 388, \"group\": [1139.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCACTTCTGC\", \"ini\": 421, \"clust\": 1018, \"rank\": 1178, \"rankvar\": 134, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1222, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 488, \"group\": [1018.0, 516.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGTCTGTCTCG\", \"ini\": 420, \"clust\": 1225, \"rank\": 1266, \"rankvar\": 408, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1223, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 968, \"group\": [1223.0, 653.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTCCGT\", \"ini\": 419, \"clust\": 996, \"rank\": 1260, \"rankvar\": 1067, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1224, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 489, \"group\": [996.0, 501.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGAACAATC\", \"ini\": 418, \"clust\": 1300, \"rank\": 1192, \"rankvar\": 118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1225, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 969, \"group\": [1301.0, 705.0, 180.0, 45.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTTTGCATG\", \"ini\": 417, \"clust\": 889, \"rank\": 1132, \"rankvar\": 1319, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1226, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 490, \"group\": [890.0, 421.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCATCGATG\", \"ini\": 416, \"clust\": 1096, \"rank\": 1232, \"rankvar\": 1106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1227, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1465, \"group\": [1099.0, 576.0, 142.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGCCAACAG\", \"ini\": 415, \"clust\": 1216, \"rank\": 1257, \"rankvar\": 1133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 970, \"group\": [1217.0, 650.0, 161.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGTTTACG\", \"ini\": 414, \"clust\": 1022, \"rank\": 1180, \"rankvar\": 1026, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1229, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 491, \"group\": [1022.0, 518.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCACCATAG\", \"ini\": 413, \"clust\": 1611, \"rank\": 1112, \"rankvar\": 1404, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1230, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1040, \"group\": [1610.0, 804.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCATGTCCC\", \"ini\": 412, \"clust\": 1163, \"rank\": 1319, \"rankvar\": 1416, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1231, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 389, \"group\": [1164.0, 621.0, 154.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCGTCATC\", \"ini\": 411, \"clust\": 46, \"rank\": 1317, \"rankvar\": 1248, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1232, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1641, \"group\": [49.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGATGCGAC\", \"ini\": 410, \"clust\": 1568, \"rank\": 1147, \"rankvar\": 1015, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1233, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1041, \"group\": [1568.0, 773.0, 190.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTGTTCTCATT\", \"ini\": 409, \"clust\": 1319, \"rank\": 1169, \"rankvar\": 1189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1234, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 971, \"group\": [1320.0, 723.0, 184.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGTGGTCCC\", \"ini\": 408, \"clust\": 1130, \"rank\": 1271, \"rankvar\": 1055, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1235, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 972, \"group\": [1131.0, 599.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAATCACC\", \"ini\": 407, \"clust\": 995, \"rank\": 1299, \"rankvar\": 1228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1236, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 492, \"group\": [998.0, 501.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCGGTCTAA\", \"ini\": 406, \"clust\": 1024, \"rank\": 1188, \"rankvar\": 1307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1237, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 493, \"group\": [1024.0, 518.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAAGGCAGGTT\", \"ini\": 405, \"clust\": 1148, \"rank\": 1268, \"rankvar\": 893, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 390, \"group\": [1150.0, 607.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACGAAGCA\", \"ini\": 404, \"clust\": 1155, \"rank\": 1208, \"rankvar\": 1082, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1239, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 494, \"group\": [1153.0, 610.0, 149.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCCACGCAG\", \"ini\": 403, \"clust\": 1219, \"rank\": 1273, \"rankvar\": 327, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1240, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 391, \"group\": [1237.0, 657.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCAACCAA\", \"ini\": 402, \"clust\": 1085, \"rank\": 1201, \"rankvar\": 1128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 392, \"group\": [1085.0, 563.0, 138.0, 34.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCAAGCCTA\", \"ini\": 401, \"clust\": 1041, \"rank\": 1262, \"rankvar\": 926, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1242, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 495, \"group\": [1041.0, 528.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCACACCGAC\", \"ini\": 400, \"clust\": 1099, \"rank\": 1292, \"rankvar\": 882, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1243, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 393, \"group\": [1097.0, 574.0, 142.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGCTGAACG\", \"ini\": 399, \"clust\": 1572, \"rank\": 1166, \"rankvar\": 1219, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1244, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1042, \"group\": [1572.0, 775.0, 190.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAAGAAGT\", \"ini\": 398, \"clust\": 1567, \"rank\": 1259, \"rankvar\": 972, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1245, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1571, \"group\": [1574.0, 776.0, 190.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGACACTAA\", \"ini\": 397, \"clust\": 1020, \"rank\": 1278, \"rankvar\": 1208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1246, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 496, \"group\": [1020.0, 517.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCGGTTAAC\", \"ini\": 396, \"clust\": 997, \"rank\": 1288, \"rankvar\": 1091, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1247, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 497, \"group\": [997.0, 501.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCATAGCAC\", \"ini\": 395, \"clust\": 1442, \"rank\": 1084, \"rankvar\": 1591, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1248, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1043, \"group\": [1443.0, 760.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCTGTTTGT\", \"ini\": 394, \"clust\": 876, \"rank\": 1179, \"rankvar\": 1124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1249, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 498, \"group\": [876.0, 411.0, 87.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCAGACACTT\", \"ini\": 393, \"clust\": 1562, \"rank\": 1150, \"rankvar\": 1193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1250, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1044, \"group\": [1567.0, 772.0, 189.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTGAGGCTA\", \"ini\": 392, \"clust\": 1127, \"rank\": 1274, \"rankvar\": 686, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1251, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 973, \"group\": [1128.0, 597.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATACACCCATGG\", \"ini\": 391, \"clust\": 904, \"rank\": 1236, \"rankvar\": 937, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1252, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1562, \"group\": [908.0, 432.0, 96.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCATAGACTC\", \"ini\": 390, \"clust\": 1133, \"rank\": 1247, \"rankvar\": 456, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1253, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 499, \"group\": [1133.0, 601.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCTCCTC\", \"ini\": 389, \"clust\": 1282, \"rank\": 1253, \"rankvar\": 938, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1254, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 974, \"group\": [1286.0, 691.0, 173.0, 43.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTAACGCGA\", \"ini\": 388, \"clust\": 1384, \"rank\": 1198, \"rankvar\": 976, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1255, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1045, \"group\": [1385.0, 744.0, 187.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACATTACGAC\", \"ini\": 387, \"clust\": 1003, \"rank\": 1234, \"rankvar\": 941, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1256, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 500, \"group\": [1003.0, 504.0, 123.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTTGTCC\", \"ini\": 386, \"clust\": 1621, \"rank\": 1149, \"rankvar\": 1562, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1257, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1046, \"group\": [1620.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGAGTAGA\", \"ini\": 385, \"clust\": 1136, \"rank\": 1308, \"rankvar\": 1276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1258, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 501, \"group\": [1135.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAAGGTCATCT\", \"ini\": 384, \"clust\": 1191, \"rank\": 1336, \"rankvar\": 876, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1259, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 502, \"group\": [1196.0, 641.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCGCTAGCG\", \"ini\": 383, \"clust\": 1183, \"rank\": 1295, \"rankvar\": 1300, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1260, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 975, \"group\": [1183.0, 635.0, 159.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGGGCTCTC\", \"ini\": 382, \"clust\": 1182, \"rank\": 1330, \"rankvar\": 1331, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1261, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 976, \"group\": [1188.0, 637.0, 159.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTGTAATGA\", \"ini\": 381, \"clust\": 1570, \"rank\": 1240, \"rankvar\": 1174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1262, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1047, \"group\": [1570.0, 774.0, 190.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACAGCAG\", \"ini\": 380, \"clust\": 905, \"rank\": 1249, \"rankvar\": 1007, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1263, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1563, \"group\": [907.0, 431.0, 95.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGTTTAGG\", \"ini\": 379, \"clust\": 1104, \"rank\": 1241, \"rankvar\": 1314, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1264, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1466, \"group\": [1114.0, 586.0, 144.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTATCTG\", \"ini\": 378, \"clust\": 1217, \"rank\": 1318, \"rankvar\": 636, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 394, \"group\": [1218.0, 651.0, 161.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGCGAAA\", \"ini\": 377, \"clust\": 1320, \"rank\": 1261, \"rankvar\": 438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1266, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 977, \"group\": [1321.0, 724.0, 184.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAAGGTGA\", \"ini\": 376, \"clust\": 1552, \"rank\": 1223, \"rankvar\": 965, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1267, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1048, \"group\": [1553.0, 765.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCACTGGG\", \"ini\": 375, \"clust\": 1153, \"rank\": 1187, \"rankvar\": 1048, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1268, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 978, \"group\": [1156.0, 613.0, 150.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTAAAGA\", \"ini\": 374, \"clust\": 1128, \"rank\": 1313, \"rankvar\": 1355, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1269, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 979, \"group\": [1129.0, 598.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCACACGC\", \"ini\": 373, \"clust\": 1007, \"rank\": 1200, \"rankvar\": 621, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1270, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 503, \"group\": [1008.0, 508.0, 124.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAATTCCTT\", \"ini\": 372, \"clust\": 1079, \"rank\": 1221, \"rankvar\": 1052, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1271, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 504, \"group\": [1079.0, 557.0, 136.0, 33.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATGGATGG\", \"ini\": 371, \"clust\": 1002, \"rank\": 1176, \"rankvar\": 668, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1272, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 505, \"group\": [1005.0, 505.0, 123.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTATGGTTC\", \"ini\": 370, \"clust\": 893, \"rank\": 1243, \"rankvar\": 1224, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1273, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 506, \"group\": [892.0, 422.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTTCAGTAC\", \"ini\": 369, \"clust\": 1042, \"rank\": 1315, \"rankvar\": 582, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1274, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 395, \"group\": [1042.0, 529.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGTTACAG\", \"ini\": 368, \"clust\": 1174, \"rank\": 1324, \"rankvar\": 1045, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1275, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 980, \"group\": [1173.0, 628.0, 155.0, 38.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCAGAGCTT\", \"ini\": 367, \"clust\": 1011, \"rank\": 1197, \"rankvar\": 977, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1276, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 507, \"group\": [1011.0, 510.0, 125.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCTGCCCA\", \"ini\": 366, \"clust\": 894, \"rank\": 1237, \"rankvar\": 1486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1277, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 508, \"group\": [893.0, 422.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTCTGCTG\", \"ini\": 365, \"clust\": 1122, \"rank\": 1218, \"rankvar\": 1352, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1278, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 509, \"group\": [1123.0, 595.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTAGTGCG\", \"ini\": 364, \"clust\": 1089, \"rank\": 1254, \"rankvar\": 1259, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1279, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 510, \"group\": [1092.0, 570.0, 140.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAGTAGAGC\", \"ini\": 363, \"clust\": 906, \"rank\": 1281, \"rankvar\": 50, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 396, \"group\": [905.0, 429.0, 95.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAGTGAGA\", \"ini\": 362, \"clust\": 1014, \"rank\": 1280, \"rankvar\": 1399, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1281, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 511, \"group\": [1015.0, 514.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTGTCTCA\", \"ini\": 361, \"clust\": 1337, \"rank\": 1246, \"rankvar\": 1390, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1282, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 35, \"group\": [1338.0, 735.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAAGCGGT\", \"ini\": 360, \"clust\": 1317, \"rank\": 1233, \"rankvar\": 529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1283, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 981, \"group\": [1318.0, 721.0, 183.0, 46.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCTTGCGG\", \"ini\": 359, \"clust\": 1325, \"rank\": 1224, \"rankvar\": 921, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1284, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 36, \"group\": [1326.0, 729.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGCTCCTTC\", \"ini\": 358, \"clust\": 1040, \"rank\": 1290, \"rankvar\": 863, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1285, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 512, \"group\": [1040.0, 527.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTGGTAACG\", \"ini\": 357, \"clust\": 1123, \"rank\": 1286, \"rankvar\": 1264, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1286, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 513, \"group\": [1124.0, 595.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCATGCCTTC\", \"ini\": 356, \"clust\": 1383, \"rank\": 1255, \"rankvar\": 1555, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1287, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 37, \"group\": [1381.0, 742.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGGGAACGG\", \"ini\": 355, \"clust\": 900, \"rank\": 1341, \"rankvar\": 1201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1288, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1564, \"group\": [898.0, 424.0, 93.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCATCACGAT\", \"ini\": 354, \"clust\": 1355, \"rank\": 1238, \"rankvar\": 1565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1289, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 38, \"group\": [1355.0, 739.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTACCGAGA\", \"ini\": 353, \"clust\": 1139, \"rank\": 1303, \"rankvar\": 1187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1290, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 514, \"group\": [1137.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAATT\", \"ini\": 352, \"clust\": 1623, \"rank\": 1219, \"rankvar\": 1453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1291, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1049, \"group\": [1622.0, 807.0, 198.0, 49.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGTGCAAGC\", \"ini\": 351, \"clust\": 1176, \"rank\": 1329, \"rankvar\": 603, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 397, \"group\": [1179.0, 632.0, 157.0, 39.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGAAAGAG\", \"ini\": 350, \"clust\": 1132, \"rank\": 1256, \"rankvar\": 873, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1293, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 515, \"group\": [1152.0, 609.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCGATCCCT\", \"ini\": 349, \"clust\": 1004, \"rank\": 1279, \"rankvar\": 1093, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1294, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 516, \"group\": [1004.0, 504.0, 123.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATTCCTGC\", \"ini\": 348, \"clust\": 1445, \"rank\": 1173, \"rankvar\": 1424, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1295, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1050, \"group\": [1445.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTTTAAGCC\", \"ini\": 347, \"clust\": 1385, \"rank\": 1285, \"rankvar\": 760, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1296, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1051, \"group\": [1386.0, 745.0, 187.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCACTTAAGC\", \"ini\": 346, \"clust\": 896, \"rank\": 1347, \"rankvar\": 918, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1297, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1565, \"group\": [896.0, 423.0, 93.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGAGCTGGT\", \"ini\": 345, \"clust\": 1338, \"rank\": 1214, \"rankvar\": 1602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1298, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 39, \"group\": [1339.0, 735.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCCTCAGT\", \"ini\": 344, \"clust\": 1444, \"rank\": 1227, \"rankvar\": 1360, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1299, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1052, \"group\": [1447.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGATCCCGC\", \"ini\": 343, \"clust\": 1554, \"rank\": 1277, \"rankvar\": 708, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1300, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 982, \"group\": [1555.0, 766.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTAGGCGATAC\", \"ini\": 342, \"clust\": 1131, \"rank\": 1320, \"rankvar\": 1003, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1301, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 983, \"group\": [1132.0, 600.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCGGCCGAT\", \"ini\": 341, \"clust\": 1035, \"rank\": 1294, \"rankvar\": 644, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1302, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 517, \"group\": [1034.0, 525.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGGCTACGA\", \"ini\": 340, \"clust\": 1189, \"rank\": 1345, \"rankvar\": 816, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 398, \"group\": [1189.0, 638.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTACCGTAT\", \"ini\": 339, \"clust\": 1449, \"rank\": 1287, \"rankvar\": 1321, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1304, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1053, \"group\": [1452.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATGCTGGC\", \"ini\": 338, \"clust\": 1015, \"rank\": 1272, \"rankvar\": 1006, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1305, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 518, \"group\": [1016.0, 515.0, 126.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGGTCAT\", \"ini\": 337, \"clust\": 1037, \"rank\": 1298, \"rankvar\": 1140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1306, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 519, \"group\": [1036.0, 525.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCGGCACT\", \"ini\": 336, \"clust\": 1334, \"rank\": 1270, \"rankvar\": 1305, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1307, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 40, \"group\": [1337.0, 734.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCCAAACTG\", \"ini\": 335, \"clust\": 1380, \"rank\": 1269, \"rankvar\": 1181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1308, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 41, \"group\": [1383.0, 742.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCAGGCGAA\", \"ini\": 334, \"clust\": 1145, \"rank\": 1325, \"rankvar\": 969, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1309, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 520, \"group\": [1146.0, 605.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGGTGACCA\", \"ini\": 333, \"clust\": 1135, \"rank\": 1310, \"rankvar\": 786, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1310, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 399, \"group\": [1151.0, 608.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGCTTCGG\", \"ini\": 332, \"clust\": 1582, \"rank\": 1305, \"rankvar\": 3, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1311, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 984, \"group\": [1581.0, 782.0, 192.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTATCAAACGGG\", \"ini\": 331, \"clust\": 1452, \"rank\": 1283, \"rankvar\": 1313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1312, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1054, \"group\": [1457.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGATTCT\", \"ini\": 330, \"clust\": 1143, \"rank\": 1354, \"rankvar\": 983, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1313, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 521, \"group\": [1140.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCCAGTACACT\", \"ini\": 329, \"clust\": 1226, \"rank\": 1381, \"rankvar\": 805, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1314, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 985, \"group\": [1224.0, 653.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAATCACAC\", \"ini\": 328, \"clust\": 1190, \"rank\": 1376, \"rankvar\": 715, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 400, \"group\": [1190.0, 638.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAGGTTCT\", \"ini\": 327, \"clust\": 1196, \"rank\": 1374, \"rankvar\": 271, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1316, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 401, \"group\": [1202.0, 644.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGGGTGTTG\", \"ini\": 326, \"clust\": 1328, \"rank\": 1321, \"rankvar\": 1429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1317, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 42, \"group\": [1331.0, 731.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGTGTGGT\", \"ini\": 325, \"clust\": 1033, \"rank\": 1309, \"rankvar\": 1332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1318, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 522, \"group\": [1035.0, 525.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTAACGCGA\", \"ini\": 324, \"clust\": 1180, \"rank\": 1323, \"rankvar\": 1099, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 402, \"group\": [1180.0, 633.0, 158.0, 39.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTGGCGTG\", \"ini\": 323, \"clust\": 1177, \"rank\": 1332, \"rankvar\": 1031, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 403, \"group\": [1177.0, 631.0, 157.0, 39.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAGTTTACG\", \"ini\": 322, \"clust\": 1222, \"rank\": 1393, \"rankvar\": 1040, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1321, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 986, \"group\": [1221.0, 652.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGAATAGGG\", \"ini\": 321, \"clust\": 1134, \"rank\": 1338, \"rankvar\": 986, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1322, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 523, \"group\": [1134.0, 602.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACATCCA\", \"ini\": 320, \"clust\": 890, \"rank\": 1252, \"rankvar\": 1225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1323, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 524, \"group\": [891.0, 421.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCCTAGGGC\", \"ini\": 319, \"clust\": 1197, \"rank\": 1360, \"rankvar\": 393, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1324, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 525, \"group\": [1201.0, 643.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCATCACAAC\", \"ini\": 318, \"clust\": 1038, \"rank\": 1333, \"rankvar\": 1164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1325, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 526, \"group\": [1037.0, 525.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTAACGGT\", \"ini\": 317, \"clust\": 1236, \"rank\": 1379, \"rankvar\": 915, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 404, \"group\": [1234.0, 655.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCGTCCA\", \"ini\": 316, \"clust\": 1152, \"rank\": 1331, \"rankvar\": 754, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 405, \"group\": [1157.0, 614.0, 151.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGAGGTACC\", \"ini\": 315, \"clust\": 841, \"rank\": 1365, \"rankvar\": 1500, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1328, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1566, \"group\": [841.0, 398.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAGTTTACG\", \"ini\": 314, \"clust\": 1194, \"rank\": 1372, \"rankvar\": 585, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1329, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 527, \"group\": [1194.0, 640.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGCAGACTG\", \"ini\": 313, \"clust\": 891, \"rank\": 1301, \"rankvar\": 1458, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1330, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 528, \"group\": [895.0, 422.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAGTAACGG\", \"ini\": 312, \"clust\": 1008, \"rank\": 1326, \"rankvar\": 770, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1331, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 529, \"group\": [1009.0, 508.0, 124.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCTGCCCTA\", \"ini\": 311, \"clust\": 1129, \"rank\": 1362, \"rankvar\": 1176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1332, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 987, \"group\": [1130.0, 598.0, 147.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCTACTATC\", \"ini\": 310, \"clust\": 1327, \"rank\": 1297, \"rankvar\": 1639, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1333, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 43, \"group\": [1332.0, 732.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGCTCAGA\", \"ini\": 309, \"clust\": 1237, \"rank\": 1378, \"rankvar\": 769, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 406, \"group\": [1235.0, 655.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTGCACTTA\", \"ini\": 308, \"clust\": 1357, \"rank\": 1293, \"rankvar\": 1600, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1335, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 44, \"group\": [1359.0, 740.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTGTGTGCCTG\", \"ini\": 307, \"clust\": 1580, \"rank\": 1314, \"rankvar\": 742, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 988, \"group\": [1584.0, 785.0, 193.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCAACAACCT\", \"ini\": 306, \"clust\": 1335, \"rank\": 1312, \"rankvar\": 1498, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1337, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 45, \"group\": [1335.0, 734.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGGCACTA\", \"ini\": 305, \"clust\": 1569, \"rank\": 1296, \"rankvar\": 1153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1338, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1055, \"group\": [1569.0, 773.0, 190.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCACAACGCC\", \"ini\": 304, \"clust\": 1571, \"rank\": 1337, \"rankvar\": 1255, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1339, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1056, \"group\": [1571.0, 774.0, 190.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTACGCGA\", \"ini\": 303, \"clust\": 1080, \"rank\": 1304, \"rankvar\": 959, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1340, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 530, \"group\": [1080.0, 558.0, 136.0, 33.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCGTCTCCACT\", \"ini\": 302, \"clust\": 1560, \"rank\": 1258, \"rankvar\": 1156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1341, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1190, \"group\": [1561.0, 769.0, 189.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGTACAA\", \"ini\": 301, \"clust\": 1082, \"rank\": 1322, \"rankvar\": 310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1342, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 531, \"group\": [1083.0, 561.0, 137.0, 33.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACAAAGCGGT\", \"ini\": 300, \"clust\": 1565, \"rank\": 1250, \"rankvar\": 1495, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1343, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1057, \"group\": [1565.0, 771.0, 189.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCGCAGGCT\", \"ini\": 299, \"clust\": 1333, \"rank\": 1328, \"rankvar\": 1309, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1344, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 46, \"group\": [1334.0, 733.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGAGGGATA\", \"ini\": 298, \"clust\": 1137, \"rank\": 1401, \"rankvar\": 1286, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1345, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 989, \"group\": [1136.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGCGACAT\", \"ini\": 297, \"clust\": 1142, \"rank\": 1368, \"rankvar\": 1306, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1346, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 532, \"group\": [1142.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCACTATCTT\", \"ini\": 296, \"clust\": 1365, \"rank\": 1356, \"rankvar\": 1033, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1347, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 47, \"group\": [1368.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAATCACAC\", \"ini\": 295, \"clust\": 1356, \"rank\": 1335, \"rankvar\": 1337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1348, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 48, \"group\": [1356.0, 739.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTGTGTAAGTA\", \"ini\": 294, \"clust\": 1524, \"rank\": 1349, \"rankvar\": 1340, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1349, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1058, \"group\": [1525.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTACAGACG\", \"ini\": 293, \"clust\": 1188, \"rank\": 1402, \"rankvar\": 729, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1350, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 407, \"group\": [1191.0, 639.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCCCTCAGT\", \"ini\": 292, \"clust\": 1141, \"rank\": 1399, \"rankvar\": 1257, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1351, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 533, \"group\": [1143.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGATGGGTC\", \"ini\": 291, \"clust\": 1175, \"rank\": 1446, \"rankvar\": 1422, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1352, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 408, \"group\": [1174.0, 628.0, 155.0, 38.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATATGGTC\", \"ini\": 290, \"clust\": 1200, \"rank\": 1421, \"rankvar\": 888, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1353, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 534, \"group\": [1197.0, 642.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATCTACGA\", \"ini\": 289, \"clust\": 1224, \"rank\": 1418, \"rankvar\": 746, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1354, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 990, \"group\": [1225.0, 653.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTAGCCA\", \"ini\": 288, \"clust\": 1472, \"rank\": 1386, \"rankvar\": 1094, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1355, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1059, \"group\": [1472.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTAGGCTGA\", \"ini\": 287, \"clust\": 1205, \"rank\": 1387, \"rankvar\": 1281, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 409, \"group\": [1205.0, 646.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGCTTG\", \"ini\": 286, \"clust\": 1149, \"rank\": 1425, \"rankvar\": 1178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 410, \"group\": [1149.0, 606.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATGTAAG\", \"ini\": 285, \"clust\": 1206, \"rank\": 1408, \"rankvar\": 772, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 411, \"group\": [1206.0, 646.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGGATACC\", \"ini\": 284, \"clust\": 1228, \"rank\": 1438, \"rankvar\": 845, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1359, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 991, \"group\": [1226.0, 654.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCAACCAA\", \"ini\": 283, \"clust\": 1227, \"rank\": 1440, \"rankvar\": 1202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 412, \"group\": [1236.0, 656.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGACAGGT\", \"ini\": 282, \"clust\": 1525, \"rank\": 1366, \"rankvar\": 1431, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1361, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1060, \"group\": [1526.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGCGAGT\", \"ini\": 281, \"clust\": 1573, \"rank\": 1311, \"rankvar\": 1326, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1362, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1061, \"group\": [1573.0, 775.0, 190.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCACCGTC\", \"ini\": 280, \"clust\": 1234, \"rank\": 1410, \"rankvar\": 484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1363, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 992, \"group\": [1232.0, 655.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTAGCTCCG\", \"ini\": 279, \"clust\": 1195, \"rank\": 1404, \"rankvar\": 847, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1364, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 535, \"group\": [1195.0, 640.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTCCCTGA\", \"ini\": 278, \"clust\": 1000, \"rank\": 1433, \"rankvar\": 1535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1365, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 536, \"group\": [999.0, 502.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCATCGACGC\", \"ini\": 277, \"clust\": 843, \"rank\": 1388, \"rankvar\": 1414, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1366, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1567, \"group\": [840.0, 398.0, 83.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAACTGCTA\", \"ini\": 276, \"clust\": 1358, \"rank\": 1276, \"rankvar\": 1525, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1367, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1236, \"group\": [1357.0, 740.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGAACAATC\", \"ini\": 275, \"clust\": 1439, \"rank\": 1316, \"rankvar\": 1597, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1368, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1062, \"group\": [1441.0, 759.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGCACCGTC\", \"ini\": 274, \"clust\": 1387, \"rank\": 1424, \"rankvar\": 810, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1369, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1063, \"group\": [1387.0, 746.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGTTACAG\", \"ini\": 273, \"clust\": 1144, \"rank\": 1382, \"rankvar\": 1245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1370, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 537, \"group\": [1141.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATCCAAC\", \"ini\": 272, \"clust\": 1512, \"rank\": 1348, \"rankvar\": 1468, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1371, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1064, \"group\": [1513.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCCCAAGTA\", \"ini\": 271, \"clust\": 1376, \"rank\": 1358, \"rankvar\": 1558, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1372, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 49, \"group\": [1378.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCATGCAAC\", \"ini\": 270, \"clust\": 907, \"rank\": 1363, \"rankvar\": 747, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1373, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1568, \"group\": [906.0, 430.0, 95.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTACTTAC\", \"ini\": 269, \"clust\": 1438, \"rank\": 1355, \"rankvar\": 1599, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1374, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1065, \"group\": [1442.0, 759.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGCACCGTC\", \"ini\": 268, \"clust\": 1323, \"rank\": 1353, \"rankvar\": 1507, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1375, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 50, \"group\": [1322.0, 725.0, 185.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTATTCTC\", \"ini\": 267, \"clust\": 998, \"rank\": 1342, \"rankvar\": 978, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1376, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 538, \"group\": [1002.0, 503.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCGAGCCCA\", \"ini\": 266, \"clust\": 1453, \"rank\": 1327, \"rankvar\": 1461, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1377, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1066, \"group\": [1453.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGATCGGGT\", \"ini\": 265, \"clust\": 1214, \"rank\": 1413, \"rankvar\": 940, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1378, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 539, \"group\": [1214.0, 649.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTTGTACAC\", \"ini\": 264, \"clust\": 1574, \"rank\": 1390, \"rankvar\": 1057, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1379, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 540, \"group\": [1575.0, 777.0, 191.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAATCGAAA\", \"ini\": 263, \"clust\": 897, \"rank\": 1383, \"rankvar\": 812, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1380, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 541, \"group\": [897.0, 423.0, 93.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGTGCCTG\", \"ini\": 262, \"clust\": 1243, \"rank\": 1447, \"rankvar\": 1627, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1381, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 542, \"group\": [1244.0, 664.0, 165.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACGACGT\", \"ini\": 261, \"clust\": 898, \"rank\": 1411, \"rankvar\": 850, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1382, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 543, \"group\": [901.0, 425.0, 93.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTTCTCATT\", \"ini\": 260, \"clust\": 1318, \"rank\": 1359, \"rankvar\": 1032, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1383, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1237, \"group\": [1319.0, 722.0, 183.0, 46.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATGTCCC\", \"ini\": 259, \"clust\": 1036, \"rank\": 1392, \"rankvar\": 1186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1384, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 544, \"group\": [1038.0, 525.0, 127.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTCAAGTG\", \"ini\": 258, \"clust\": 1150, \"rank\": 1463, \"rankvar\": 1141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 413, \"group\": [1147.0, 606.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCAGAGGGATA\", \"ini\": 257, \"clust\": 1186, \"rank\": 1436, \"rankvar\": 1518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1386, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 545, \"group\": [1185.0, 636.0, 159.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTAGCCTAT\", \"ini\": 256, \"clust\": 1450, \"rank\": 1343, \"rankvar\": 1320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1387, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1067, \"group\": [1450.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGTTAGCGG\", \"ini\": 255, \"clust\": 1451, \"rank\": 1340, \"rankvar\": 1351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1388, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1068, \"group\": [1451.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGCACACGCTG\", \"ini\": 254, \"clust\": 1140, \"rank\": 1377, \"rankvar\": 1477, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1389, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 546, \"group\": [1138.0, 603.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCAGAAGG\", \"ini\": 253, \"clust\": 1364, \"rank\": 1367, \"rankvar\": 1230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1390, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 51, \"group\": [1369.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACACTGCCAG\", \"ini\": 252, \"clust\": 1322, \"rank\": 1437, \"rankvar\": 1380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1391, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 52, \"group\": [1324.0, 727.0, 185.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGACTGTAA\", \"ini\": 251, \"clust\": 1443, \"rank\": 1282, \"rankvar\": 1633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1392, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1069, \"group\": [1444.0, 760.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTGAGGTG\", \"ini\": 250, \"clust\": 1514, \"rank\": 1344, \"rankvar\": 1383, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1393, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1070, \"group\": [1515.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCAGTAAGAT\", \"ini\": 249, \"clust\": 1154, \"rank\": 1351, \"rankvar\": 1021, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1394, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 414, \"group\": [1155.0, 612.0, 149.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCACCCTATC\", \"ini\": 248, \"clust\": 1362, \"rank\": 1396, \"rankvar\": 1534, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1395, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 53, \"group\": [1362.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCCTCGCAT\", \"ini\": 247, \"clust\": 885, \"rank\": 1397, \"rankvar\": 1134, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1396, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 547, \"group\": [889.0, 420.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGACGAT\", \"ini\": 246, \"clust\": 1156, \"rank\": 1364, \"rankvar\": 1293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1397, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 993, \"group\": [1154.0, 611.0, 149.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGTGGTAAT\", \"ini\": 245, \"clust\": 1563, \"rank\": 1284, \"rankvar\": 1451, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1398, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1191, \"group\": [1563.0, 771.0, 189.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTTCTGGTA\", \"ini\": 244, \"clust\": 42, \"rank\": 1391, \"rankvar\": 1625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1399, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1642, \"group\": [43.0, 12.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGAAGGTTT\", \"ini\": 243, \"clust\": 901, \"rank\": 1497, \"rankvar\": 1398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1400, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1569, \"group\": [899.0, 424.0, 93.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCAAGCTGGA\", \"ini\": 242, \"clust\": 1519, \"rank\": 1357, \"rankvar\": 1587, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1401, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1071, \"group\": [1520.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGCAAAGGTGC\", \"ini\": 241, \"clust\": 1199, \"rank\": 1459, \"rankvar\": 611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1402, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 548, \"group\": [1199.0, 642.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGGTCCC\", \"ini\": 240, \"clust\": 887, \"rank\": 1369, \"rankvar\": 835, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1403, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 549, \"group\": [886.0, 419.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCTAACTC\", \"ini\": 239, \"clust\": 1211, \"rank\": 1423, \"rankvar\": 833, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1404, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 550, \"group\": [1212.0, 648.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGTGCC\", \"ini\": 238, \"clust\": 1564, \"rank\": 1334, \"rankvar\": 1268, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1405, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1192, \"group\": [1564.0, 771.0, 189.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATAGAAAC\", \"ini\": 237, \"clust\": 1184, \"rank\": 1395, \"rankvar\": 1343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1406, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 551, \"group\": [1184.0, 635.0, 159.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTGGACGT\", \"ini\": 236, \"clust\": 1465, \"rank\": 1384, \"rankvar\": 1218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1407, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1072, \"group\": [1474.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATGAGCGA\", \"ini\": 235, \"clust\": 886, \"rank\": 1406, \"rankvar\": 1358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1408, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 552, \"group\": [888.0, 419.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTGATACG\", \"ini\": 234, \"clust\": 1326, \"rank\": 1350, \"rankvar\": 1200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1409, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 54, \"group\": [1327.0, 730.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGGTGTTG\", \"ini\": 233, \"clust\": 1455, \"rank\": 1375, \"rankvar\": 1068, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1410, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1073, \"group\": [1455.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCACCGCTAG\", \"ini\": 232, \"clust\": 1520, \"rank\": 1371, \"rankvar\": 1456, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1411, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1074, \"group\": [1521.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCTGTGCAA\", \"ini\": 231, \"clust\": 1454, \"rank\": 1361, \"rankvar\": 1379, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1412, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1075, \"group\": [1454.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTTGAC\", \"ini\": 230, \"clust\": 1212, \"rank\": 1453, \"rankvar\": 822, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1413, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 553, \"group\": [1213.0, 648.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTATCCAGATCA\", \"ini\": 229, \"clust\": 1330, \"rank\": 1416, \"rankvar\": 1237, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1414, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 55, \"group\": [1328.0, 731.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTCATCCCT\", \"ini\": 228, \"clust\": 1178, \"rank\": 1461, \"rankvar\": 681, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1415, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 415, \"group\": [1178.0, 631.0, 157.0, 39.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACTTACGA\", \"ini\": 227, \"clust\": 1480, \"rank\": 1389, \"rankvar\": 1294, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1416, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1076, \"group\": [1482.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCCGCCTA\", \"ini\": 226, \"clust\": 1487, \"rank\": 1373, \"rankvar\": 1573, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1417, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1077, \"group\": [1488.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATCCCGC\", \"ini\": 225, \"clust\": 1329, \"rank\": 1450, \"rankvar\": 1538, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1418, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 56, \"group\": [1330.0, 731.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCAAACCAC\", \"ini\": 224, \"clust\": 1477, \"rank\": 1380, \"rankvar\": 993, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1419, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1078, \"group\": [1477.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCTGCT\", \"ini\": 223, \"clust\": 1204, \"rank\": 1465, \"rankvar\": 1207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1420, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 554, \"group\": [1207.0, 646.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACACTGCG\", \"ini\": 222, \"clust\": 1359, \"rank\": 1306, \"rankvar\": 1623, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1421, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1238, \"group\": [1358.0, 740.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTCAGGACA\", \"ini\": 221, \"clust\": 1566, \"rank\": 1352, \"rankvar\": 1559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1422, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1079, \"group\": [1566.0, 771.0, 189.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTACACCT\", \"ini\": 220, \"clust\": 1331, \"rank\": 1439, \"rankvar\": 1512, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1423, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 57, \"group\": [1329.0, 731.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCTCGTTTA\", \"ini\": 219, \"clust\": 1360, \"rank\": 1472, \"rankvar\": 1469, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1424, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 58, \"group\": [1360.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTTGACAC\", \"ini\": 218, \"clust\": 1202, \"rank\": 1442, \"rankvar\": 996, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1425, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 555, \"group\": [1203.0, 645.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTAGGTT\", \"ini\": 217, \"clust\": 1324, \"rank\": 1398, \"rankvar\": 1241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1426, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1080, \"group\": [1323.0, 726.0, 185.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAGACAAAT\", \"ini\": 216, \"clust\": 1201, \"rank\": 1487, \"rankvar\": 465, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1427, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 556, \"group\": [1198.0, 642.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCCTCAATT\", \"ini\": 215, \"clust\": 1215, \"rank\": 1471, \"rankvar\": 1126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1428, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 557, \"group\": [1215.0, 649.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCACGACG\", \"ini\": 214, \"clust\": 1446, \"rank\": 1346, \"rankvar\": 1607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1429, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1081, \"group\": [1446.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATGCCTAA\", \"ini\": 213, \"clust\": 1474, \"rank\": 1385, \"rankvar\": 1443, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1430, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1082, \"group\": [1475.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGTCTTGCA\", \"ini\": 212, \"clust\": 1447, \"rank\": 1370, \"rankvar\": 1402, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1431, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1083, \"group\": [1448.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGCAGGTA\", \"ini\": 211, \"clust\": 888, \"rank\": 1452, \"rankvar\": 1394, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1432, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 558, \"group\": [887.0, 419.0, 92.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTAGAGTC\", \"ini\": 210, \"clust\": 1386, \"rank\": 1430, \"rankvar\": 1075, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1433, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1084, \"group\": [1389.0, 748.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGTCTAT\", \"ini\": 209, \"clust\": 1179, \"rank\": 1490, \"rankvar\": 1516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1434, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 416, \"group\": [1182.0, 634.0, 158.0, 39.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGAGCTGCA\", \"ini\": 208, \"clust\": 899, \"rank\": 1481, \"rankvar\": 1455, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1435, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 559, \"group\": [900.0, 424.0, 93.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGTCTTGTATC\", \"ini\": 207, \"clust\": 1513, \"rank\": 1422, \"rankvar\": 1502, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1436, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1085, \"group\": [1514.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACACGAAACG\", \"ini\": 206, \"clust\": 1553, \"rank\": 1426, \"rankvar\": 1527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1437, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1086, \"group\": [1554.0, 765.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCGATAGC\", \"ini\": 205, \"clust\": 1404, \"rank\": 1419, \"rankvar\": 768, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1438, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1193, \"group\": [1405.0, 754.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAGGGTATG\", \"ini\": 204, \"clust\": 1521, \"rank\": 1394, \"rankvar\": 1365, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1439, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1087, \"group\": [1524.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCTGCAC\", \"ini\": 203, \"clust\": 1432, \"rank\": 1414, \"rankvar\": 478, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1440, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1194, \"group\": [1438.0, 758.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTCAGACT\", \"ini\": 202, \"clust\": 1001, \"rank\": 1491, \"rankvar\": 1568, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1441, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 560, \"group\": [1000.0, 502.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCAAAGTCAA\", \"ini\": 201, \"clust\": 1527, \"rank\": 1400, \"rankvar\": 1391, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1442, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1088, \"group\": [1527.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTTAGCGG\", \"ini\": 200, \"clust\": 1373, \"rank\": 1444, \"rankvar\": 1636, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1443, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 59, \"group\": [1372.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTTGATTGC\", \"ini\": 199, \"clust\": 1374, \"rank\": 1409, \"rankvar\": 1609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1444, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 60, \"group\": [1373.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGTTCATG\", \"ini\": 198, \"clust\": 1460, \"rank\": 1428, \"rankvar\": 952, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1445, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1089, \"group\": [1461.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGGAGGTA\", \"ini\": 197, \"clust\": 1388, \"rank\": 1431, \"rankvar\": 1213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1446, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1195, \"group\": [1388.0, 747.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGCTGAG\", \"ini\": 196, \"clust\": 1470, \"rank\": 1470, \"rankvar\": 1155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1447, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1090, \"group\": [1469.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGTTGGC\", \"ini\": 195, \"clust\": 1151, \"rank\": 1502, \"rankvar\": 1395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1448, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 561, \"group\": [1148.0, 606.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGACACTAA\", \"ini\": 194, \"clust\": 1354, \"rank\": 1415, \"rankvar\": 1463, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1449, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1239, \"group\": [1384.0, 743.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCCTCCAT\", \"ini\": 193, \"clust\": 1456, \"rank\": 1403, \"rankvar\": 1532, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1450, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1091, \"group\": [1456.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACTCCTG\", \"ini\": 192, \"clust\": 1475, \"rank\": 1407, \"rankvar\": 1480, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1451, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1092, \"group\": [1476.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGGCAGTCA\", \"ini\": 191, \"clust\": 1476, \"rank\": 1435, \"rankvar\": 924, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1452, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1093, \"group\": [1479.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTACAGACG\", \"ini\": 190, \"clust\": 1368, \"rank\": 1462, \"rankvar\": 1567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1453, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 61, \"group\": [1366.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGGACAA\", \"ini\": 189, \"clust\": 1370, \"rank\": 1432, \"rankvar\": 1515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1454, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 62, \"group\": [1370.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCATGGGAAC\", \"ini\": 188, \"clust\": 1361, \"rank\": 1513, \"rankvar\": 1566, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1455, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 63, \"group\": [1361.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATAGGATA\", \"ini\": 187, \"clust\": 1481, \"rank\": 1427, \"rankvar\": 1269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1456, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1094, \"group\": [1480.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGTTTGT\", \"ini\": 186, \"clust\": 999, \"rank\": 1485, \"rankvar\": 1438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1457, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 562, \"group\": [1001.0, 502.0, 122.0, 30.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACAGATGAGC\", \"ini\": 185, \"clust\": 1534, \"rank\": 1457, \"rankvar\": 1203, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1458, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1095, \"group\": [1537.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCTCTGAGA\", \"ini\": 184, \"clust\": 1583, \"rank\": 1417, \"rankvar\": 622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1459, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 563, \"group\": [1582.0, 783.0, 192.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTTCGAATC\", \"ini\": 183, \"clust\": 1463, \"rank\": 1476, \"rankvar\": 980, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1460, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1096, \"group\": [1463.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCTCCAT\", \"ini\": 182, \"clust\": 1399, \"rank\": 1496, \"rankvar\": 1199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1461, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1097, \"group\": [1400.0, 751.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAGAAGC\", \"ini\": 181, \"clust\": 1490, \"rank\": 1441, \"rankvar\": 1439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1462, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1098, \"group\": [1492.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCACGGTGTC\", \"ini\": 180, \"clust\": 1223, \"rank\": 1579, \"rankvar\": 1585, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 417, \"group\": [1222.0, 652.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCAATGGACG\", \"ini\": 179, \"clust\": 1366, \"rank\": 1478, \"rankvar\": 1231, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1464, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 64, \"group\": [1364.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTCAAACTC\", \"ini\": 178, \"clust\": 1448, \"rank\": 1412, \"rankvar\": 1349, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1465, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1099, \"group\": [1449.0, 761.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGCGATAGC\", \"ini\": 177, \"clust\": 1181, \"rank\": 1504, \"rankvar\": 1542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1466, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 418, \"group\": [1181.0, 633.0, 158.0, 39.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTACGCACC\", \"ini\": 176, \"clust\": 1372, \"rank\": 1486, \"rankvar\": 1588, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1467, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 65, \"group\": [1374.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTATATGAG\", \"ini\": 175, \"clust\": 1192, \"rank\": 1545, \"rankvar\": 1081, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1468, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 564, \"group\": [1192.0, 640.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTTGTTTC\", \"ini\": 174, \"clust\": 1469, \"rank\": 1448, \"rankvar\": 1301, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1469, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1100, \"group\": [1471.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGGTTCGGGCT\", \"ini\": 173, \"clust\": 1464, \"rank\": 1464, \"rankvar\": 1097, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1470, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1101, \"group\": [1464.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTGTGACCC\", \"ini\": 172, \"clust\": 1401, \"rank\": 1434, \"rankvar\": 1311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1471, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1102, \"group\": [1404.0, 753.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTACGTAA\", \"ini\": 171, \"clust\": 1473, \"rank\": 1460, \"rankvar\": 1318, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1472, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1103, \"group\": [1473.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTTCACGGC\", \"ini\": 170, \"clust\": 1198, \"rank\": 1531, \"rankvar\": 1501, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1473, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 565, \"group\": [1200.0, 642.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCAAGGCTT\", \"ini\": 169, \"clust\": 1458, \"rank\": 1484, \"rankvar\": 1038, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1474, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1104, \"group\": [1458.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCATCGGCGGTT\", \"ini\": 168, \"clust\": 1187, \"rank\": 1542, \"rankvar\": 1450, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1475, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 566, \"group\": [1186.0, 636.0, 159.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTCGGGTCT\", \"ini\": 167, \"clust\": 1561, \"rank\": 1405, \"rankvar\": 1277, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1476, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1196, \"group\": [1562.0, 770.0, 189.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTCTGCGGT\", \"ini\": 166, \"clust\": 1471, \"rank\": 1466, \"rankvar\": 1364, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1477, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1105, \"group\": [1470.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCTGCGGT\", \"ini\": 165, \"clust\": 1363, \"rank\": 1479, \"rankvar\": 1413, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1478, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 66, \"group\": [1363.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAGGTTTC\", \"ini\": 164, \"clust\": 1146, \"rank\": 1512, \"rankvar\": 1025, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1479, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 567, \"group\": [1144.0, 604.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGCCCGAAA\", \"ini\": 163, \"clust\": 1522, \"rank\": 1429, \"rankvar\": 1554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1480, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1106, \"group\": [1522.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCTGTAT\", \"ini\": 162, \"clust\": 1185, \"rank\": 1507, \"rankvar\": 1123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1481, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 568, \"group\": [1187.0, 636.0, 159.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGACAGACC\", \"ini\": 161, \"clust\": 1517, \"rank\": 1458, \"rankvar\": 1521, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1482, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1107, \"group\": [1517.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCGAATGGG\", \"ini\": 160, \"clust\": 1478, \"rank\": 1477, \"rankvar\": 1204, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1483, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1108, \"group\": [1478.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCGCATAT\", \"ini\": 159, \"clust\": 1494, \"rank\": 1493, \"rankvar\": 1426, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1484, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1109, \"group\": [1494.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCGGCGCAT\", \"ini\": 158, \"clust\": 1529, \"rank\": 1467, \"rankvar\": 1274, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1485, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1110, \"group\": [1529.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCAGCTGTAT\", \"ini\": 157, \"clust\": 1482, \"rank\": 1456, \"rankvar\": 1289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1486, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1111, \"group\": [1481.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCAGCTTAG\", \"ini\": 156, \"clust\": 1393, \"rank\": 1521, \"rankvar\": 916, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1487, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1112, \"group\": [1396.0, 750.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGCTAACTC\", \"ini\": 155, \"clust\": 1336, \"rank\": 1468, \"rankvar\": 1499, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1488, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1240, \"group\": [1336.0, 734.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTCCAACTA\", \"ini\": 154, \"clust\": 1203, \"rank\": 1499, \"rankvar\": 1084, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1489, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 569, \"group\": [1204.0, 645.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTACGCCC\", \"ini\": 153, \"clust\": 1147, \"rank\": 1530, \"rankvar\": 1256, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1490, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 994, \"group\": [1145.0, 604.0, 148.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCTGCCAGG\", \"ini\": 152, \"clust\": 1523, \"rank\": 1443, \"rankvar\": 1482, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1491, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1113, \"group\": [1523.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTTACGA\", \"ini\": 151, \"clust\": 1501, \"rank\": 1455, \"rankvar\": 1440, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1492, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1114, \"group\": [1501.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAAGATGTTAG\", \"ini\": 150, \"clust\": 1440, \"rank\": 1451, \"rankvar\": 1619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1493, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1115, \"group\": [1439.0, 759.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAAGAGGCT\", \"ini\": 149, \"clust\": 1526, \"rank\": 1445, \"rankvar\": 1634, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1494, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1116, \"group\": [1534.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCTTAGAGC\", \"ini\": 148, \"clust\": 1581, \"rank\": 1475, \"rankvar\": 763, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1495, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1197, \"group\": [1583.0, 784.0, 192.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGTAGATGT\", \"ini\": 147, \"clust\": 1340, \"rank\": 1454, \"rankvar\": 1563, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1496, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1241, \"group\": [1340.0, 736.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGTCTTGCA\", \"ini\": 146, \"clust\": 1507, \"rank\": 1492, \"rankvar\": 1393, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1497, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1117, \"group\": [1503.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAACGATGG\", \"ini\": 145, \"clust\": 1515, \"rank\": 1449, \"rankvar\": 1556, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1498, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1118, \"group\": [1516.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAACGCGA\", \"ini\": 144, \"clust\": 1558, \"rank\": 1420, \"rankvar\": 1387, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1499, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1119, \"group\": [1559.0, 768.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAAGCGAGT\", \"ini\": 143, \"clust\": 1518, \"rank\": 1474, \"rankvar\": 1546, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1500, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1120, \"group\": [1518.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGGACGAAA\", \"ini\": 142, \"clust\": 1479, \"rank\": 1469, \"rankvar\": 1541, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1501, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1121, \"group\": [1483.0, 763.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTGGTTCC\", \"ini\": 141, \"clust\": 1535, \"rank\": 1498, \"rankvar\": 1481, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1502, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1122, \"group\": [1535.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAGCGATCC\", \"ini\": 140, \"clust\": 1213, \"rank\": 1511, \"rankvar\": 1146, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1503, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 570, \"group\": [1216.0, 649.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACTGGG\", \"ini\": 139, \"clust\": 1543, \"rank\": 1529, \"rankvar\": 1368, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1504, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1123, \"group\": [1543.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGTCGTAGGTT\", \"ini\": 138, \"clust\": 1461, \"rank\": 1516, \"rankvar\": 975, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1505, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1124, \"group\": [1462.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTTCAACT\", \"ini\": 137, \"clust\": 1549, \"rank\": 1508, \"rankvar\": 1265, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1506, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1125, \"group\": [1552.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCATCATTC\", \"ini\": 136, \"clust\": 1550, \"rank\": 1494, \"rankvar\": 1579, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1507, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1126, \"group\": [1550.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGCACGCCT\", \"ini\": 135, \"clust\": 1500, \"rank\": 1522, \"rankvar\": 1430, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1508, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1127, \"group\": [1512.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCGATTGT\", \"ini\": 134, \"clust\": 1462, \"rank\": 1506, \"rankvar\": 900, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1509, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1128, \"group\": [1465.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTTGACTG\", \"ini\": 133, \"clust\": 1466, \"rank\": 1523, \"rankvar\": 1028, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1510, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1129, \"group\": [1468.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTAAGTTCC\", \"ini\": 132, \"clust\": 1339, \"rank\": 1489, \"rankvar\": 1353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1511, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1242, \"group\": [1354.0, 738.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGATGGAA\", \"ini\": 131, \"clust\": 1509, \"rank\": 1501, \"rankvar\": 1489, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1512, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1130, \"group\": [1511.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTGGGTCAA\", \"ini\": 130, \"clust\": 1577, \"rank\": 1518, \"rankvar\": 831, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1513, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1198, \"group\": [1579.0, 780.0, 191.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCAAACTG\", \"ini\": 129, \"clust\": 1435, \"rank\": 1480, \"rankvar\": 1316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1514, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1199, \"group\": [1437.0, 758.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATCCAAC\", \"ini\": 128, \"clust\": 1556, \"rank\": 1510, \"rankvar\": 1444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1515, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1131, \"group\": [1557.0, 767.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGAGTACAT\", \"ini\": 127, \"clust\": 1559, \"rank\": 1473, \"rankvar\": 1400, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1516, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1200, \"group\": [1560.0, 768.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGGCAAAGA\", \"ini\": 126, \"clust\": 1551, \"rank\": 1505, \"rankvar\": 1476, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1517, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1132, \"group\": [1551.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGTCAATAG\", \"ini\": 125, \"clust\": 1528, \"rank\": 1488, \"rankvar\": 1216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1518, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1133, \"group\": [1528.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCGAATGCT\", \"ini\": 124, \"clust\": 1488, \"rank\": 1482, \"rankvar\": 1586, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1519, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1134, \"group\": [1489.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCATTCACT\", \"ini\": 123, \"clust\": 1544, \"rank\": 1536, \"rankvar\": 1267, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1520, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1135, \"group\": [1544.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACCCATTC\", \"ini\": 122, \"clust\": 1485, \"rank\": 1483, \"rankvar\": 1594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1521, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1136, \"group\": [1486.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCTCAGT\", \"ini\": 121, \"clust\": 1377, \"rank\": 1527, \"rankvar\": 1569, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1522, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 67, \"group\": [1377.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGAGCCAA\", \"ini\": 120, \"clust\": 1467, \"rank\": 1553, \"rankvar\": 1283, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1523, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1137, \"group\": [1466.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTGACAG\", \"ini\": 119, \"clust\": 1378, \"rank\": 1520, \"rankvar\": 1638, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1524, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 68, \"group\": [1375.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCGGCGCTA\", \"ini\": 118, \"clust\": 1379, \"rank\": 1519, \"rankvar\": 1640, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1525, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 69, \"group\": [1376.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCTGGTGTA\", \"ini\": 117, \"clust\": 1504, \"rank\": 1525, \"rankvar\": 1493, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1526, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1138, \"group\": [1507.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCCAATT\", \"ini\": 116, \"clust\": 1547, \"rank\": 1526, \"rankvar\": 1513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1527, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1139, \"group\": [1546.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACAGTGAGTG\", \"ini\": 115, \"clust\": 1421, \"rank\": 1495, \"rankvar\": 1339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1528, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1201, \"group\": [1428.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATTGCGGC\", \"ini\": 114, \"clust\": 1576, \"rank\": 1528, \"rankvar\": 1110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1529, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1202, \"group\": [1580.0, 781.0, 191.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTCGCATCG\", \"ini\": 113, \"clust\": 1207, \"rank\": 1547, \"rankvar\": 1288, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1530, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 571, \"group\": [1208.0, 647.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTCCTGCTT\", \"ini\": 112, \"clust\": 1459, \"rank\": 1552, \"rankvar\": 1162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1531, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1140, \"group\": [1459.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACCCACC\", \"ini\": 111, \"clust\": 1532, \"rank\": 1514, \"rankvar\": 1415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1532, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1141, \"group\": [1531.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACCATTCCTGC\", \"ini\": 110, \"clust\": 1555, \"rank\": 1500, \"rankvar\": 1303, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1533, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1203, \"group\": [1556.0, 766.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACGAAGCA\", \"ini\": 109, \"clust\": 1389, \"rank\": 1562, \"rankvar\": 1223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1534, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1243, \"group\": [1390.0, 749.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGACAGGAACGT\", \"ini\": 108, \"clust\": 1502, \"rank\": 1517, \"rankvar\": 1447, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1535, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1142, \"group\": [1502.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCTAGGGC\", \"ini\": 107, \"clust\": 1410, \"rank\": 1509, \"rankvar\": 1167, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1536, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1204, \"group\": [1412.0, 755.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACTCGGGAGTA\", \"ini\": 106, \"clust\": 1208, \"rank\": 1569, \"rankvar\": 1078, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1537, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 572, \"group\": [1209.0, 647.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACATTCCTGC\", \"ini\": 105, \"clust\": 1505, \"rank\": 1533, \"rankvar\": 1547, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1538, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1143, \"group\": [1506.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTTCGAGA\", \"ini\": 104, \"clust\": 1229, \"rank\": 1621, \"rankvar\": 1496, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 419, \"group\": [1227.0, 654.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACCTTTG\", \"ini\": 103, \"clust\": 1348, \"rank\": 1541, \"rankvar\": 1291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1540, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1144, \"group\": [1349.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTGCCTTGG\", \"ini\": 102, \"clust\": 1468, \"rank\": 1560, \"rankvar\": 1171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1541, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1145, \"group\": [1467.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGACTTGAA\", \"ini\": 101, \"clust\": 1540, \"rank\": 1543, \"rankvar\": 1517, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1542, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1146, \"group\": [1540.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTCTCAACA\", \"ini\": 100, \"clust\": 1235, \"rank\": 1610, \"rankvar\": 1359, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1543, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 573, \"group\": [1233.0, 655.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCAACGCTA\", \"ini\": 99, \"clust\": 1457, \"rank\": 1550, \"rankvar\": 1446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1544, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1147, \"group\": [1460.0, 762.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGGCT\", \"ini\": 98, \"clust\": 1352, \"rank\": 1532, \"rankvar\": 1047, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1545, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1244, \"group\": [1350.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCTGCGACG\", \"ini\": 97, \"clust\": 1416, \"rank\": 1524, \"rankvar\": 1297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1546, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1205, \"group\": [1419.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTCCTTC\", \"ini\": 96, \"clust\": 1575, \"rank\": 1554, \"rankvar\": 1564, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1547, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1245, \"group\": [1576.0, 778.0, 191.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGGTGCAAC\", \"ini\": 95, \"clust\": 1533, \"rank\": 1540, \"rankvar\": 1578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1548, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1148, \"group\": [1532.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGATAGGAG\", \"ini\": 94, \"clust\": 1341, \"rank\": 1503, \"rankvar\": 1560, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1549, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1246, \"group\": [1341.0, 736.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCAGGA\", \"ini\": 93, \"clust\": 1441, \"rank\": 1515, \"rankvar\": 1603, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1550, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1149, \"group\": [1440.0, 759.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGATATACG\", \"ini\": 92, \"clust\": 1413, \"rank\": 1551, \"rankvar\": 675, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1551, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1206, \"group\": [1416.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTTGATTCG\", \"ini\": 91, \"clust\": 1411, \"rank\": 1534, \"rankvar\": 964, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1552, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1207, \"group\": [1410.0, 755.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCACCAGTTA\", \"ini\": 90, \"clust\": 1506, \"rank\": 1561, \"rankvar\": 1604, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1553, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1150, \"group\": [1505.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCACCCGAG\", \"ini\": 89, \"clust\": 1557, \"rank\": 1539, \"rankvar\": 1418, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1554, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1151, \"group\": [1558.0, 767.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTCCAGTAT\", \"ini\": 88, \"clust\": 1344, \"rank\": 1576, \"rankvar\": 289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1555, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1247, \"group\": [1346.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAATGGAAT\", \"ini\": 87, \"clust\": 1369, \"rank\": 1557, \"rankvar\": 1580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1556, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 70, \"group\": [1367.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGTACGCGA\", \"ini\": 86, \"clust\": 1436, \"rank\": 1537, \"rankvar\": 1344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1557, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1208, \"group\": [1435.0, 758.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTCCTG\", \"ini\": 85, \"clust\": 1417, \"rank\": 1544, \"rankvar\": 1220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1558, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1209, \"group\": [1417.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCTGTTCA\", \"ini\": 84, \"clust\": 1430, \"rank\": 1549, \"rankvar\": 1117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1559, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1152, \"group\": [1431.0, 757.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTCCGAAGA\", \"ini\": 83, \"clust\": 1419, \"rank\": 1535, \"rankvar\": 1195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1560, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1210, \"group\": [1420.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTACAAGTA\", \"ini\": 82, \"clust\": 1495, \"rank\": 1573, \"rankvar\": 1601, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1561, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1153, \"group\": [1495.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCATCGATG\", \"ini\": 81, \"clust\": 1193, \"rank\": 1614, \"rankvar\": 1417, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1562, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 574, \"group\": [1193.0, 640.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGGTACAGACG\", \"ini\": 80, \"clust\": 1402, \"rank\": 1571, \"rankvar\": 1169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1563, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1154, \"group\": [1402.0, 753.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTCATCCA\", \"ini\": 79, \"clust\": 1493, \"rank\": 1586, \"rankvar\": 1427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1564, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1155, \"group\": [1500.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCTTGACGA\", \"ini\": 78, \"clust\": 1433, \"rank\": 1548, \"rankvar\": 1435, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1565, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1211, \"group\": [1433.0, 758.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTCTCTG\", \"ini\": 77, \"clust\": 1508, \"rank\": 1585, \"rankvar\": 1553, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1566, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1156, \"group\": [1504.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGCGATA\", \"ini\": 76, \"clust\": 1403, \"rank\": 1574, \"rankvar\": 1292, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1567, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1212, \"group\": [1403.0, 753.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATAGTCA\", \"ini\": 75, \"clust\": 1510, \"rank\": 1566, \"rankvar\": 1452, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1568, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1157, \"group\": [1509.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGCGCTTG\", \"ini\": 74, \"clust\": 1375, \"rank\": 1546, \"rankvar\": 1616, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1569, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1248, \"group\": [1379.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACATCACGAT\", \"ini\": 73, \"clust\": 1347, \"rank\": 1559, \"rankvar\": 1109, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1570, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1249, \"group\": [1353.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAACTGGCC\", \"ini\": 72, \"clust\": 1503, \"rank\": 1578, \"rankvar\": 1412, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1571, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1158, \"group\": [1508.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTCGAACAG\", \"ini\": 71, \"clust\": 1407, \"rank\": 1538, \"rankvar\": 1049, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1572, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1213, \"group\": [1407.0, 755.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCTTGTACT\", \"ini\": 70, \"clust\": 1483, \"rank\": 1572, \"rankvar\": 1605, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1573, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1159, \"group\": [1484.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGGATCGA\", \"ini\": 69, \"clust\": 1405, \"rank\": 1558, \"rankvar\": 1114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1574, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1214, \"group\": [1406.0, 754.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTAGAGTGC\", \"ini\": 68, \"clust\": 1548, \"rank\": 1564, \"rankvar\": 1630, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1575, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1160, \"group\": [1547.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCCTAGCG\", \"ini\": 67, \"clust\": 1418, \"rank\": 1570, \"rankvar\": 1249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1576, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1572, \"group\": [1418.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCACCATGTA\", \"ini\": 66, \"clust\": 1434, \"rank\": 1565, \"rankvar\": 1072, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1577, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1215, \"group\": [1434.0, 758.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCTGCAAT\", \"ini\": 65, \"clust\": 1537, \"rank\": 1584, \"rankvar\": 1504, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1578, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1161, \"group\": [1538.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAAGGCGT\", \"ini\": 64, \"clust\": 1536, \"rank\": 1580, \"rankvar\": 1529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1579, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1162, \"group\": [1536.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTTCTGAAC\", \"ini\": 63, \"clust\": 1414, \"rank\": 1581, \"rankvar\": 1143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1580, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1573, \"group\": [1414.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCTAGAAC\", \"ini\": 62, \"clust\": 1496, \"rank\": 1588, \"rankvar\": 1528, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1581, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1163, \"group\": [1496.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCGACTAT\", \"ini\": 61, \"clust\": 1371, \"rank\": 1575, \"rankvar\": 1626, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1582, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 71, \"group\": [1371.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAGTTAGGGTG\", \"ini\": 60, \"clust\": 1423, \"rank\": 1563, \"rankvar\": 1152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1583, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1216, \"group\": [1422.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCGATAA\", \"ini\": 59, \"clust\": 1397, \"rank\": 1594, \"rankvar\": 1149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1584, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1217, \"group\": [1397.0, 750.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGCTGAAAT\", \"ini\": 58, \"clust\": 1484, \"rank\": 1555, \"rankvar\": 1617, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1585, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1164, \"group\": [1485.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCCGAGTC\", \"ini\": 57, \"clust\": 1541, \"rank\": 1593, \"rankvar\": 1373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1586, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1165, \"group\": [1541.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGAGTAGA\", \"ini\": 56, \"clust\": 1342, \"rank\": 1577, \"rankvar\": 1350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1587, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1250, \"group\": [1342.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGTTTACG\", \"ini\": 55, \"clust\": 1428, \"rank\": 1599, \"rankvar\": 961, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1588, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1166, \"group\": [1429.0, 757.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAGTTCCGGCA\", \"ini\": 54, \"clust\": 1230, \"rank\": 1640, \"rankvar\": 1618, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1589, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1251, \"group\": [1228.0, 654.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACAGATTC\", \"ini\": 53, \"clust\": 1415, \"rank\": 1556, \"rankvar\": 1552, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1590, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1574, \"group\": [1415.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATCTCG\", \"ini\": 52, \"clust\": 1498, \"rank\": 1596, \"rankvar\": 1522, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1591, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1167, \"group\": [1498.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAAACCCAT\", \"ini\": 51, \"clust\": 1499, \"rank\": 1582, \"rankvar\": 1550, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1592, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1168, \"group\": [1499.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTAGGGTTTCT\", \"ini\": 50, \"clust\": 1539, \"rank\": 1600, \"rankvar\": 1389, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1593, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1218, \"group\": [1542.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTCTCGGC\", \"ini\": 49, \"clust\": 1542, \"rank\": 1607, \"rankvar\": 1530, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1594, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1169, \"group\": [1545.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAGCCTGTG\", \"ini\": 48, \"clust\": 1231, \"rank\": 1642, \"rankvar\": 1637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1595, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 420, \"group\": [1229.0, 654.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCGTGGTCG\", \"ini\": 47, \"clust\": 1516, \"rank\": 1568, \"rankvar\": 1629, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1596, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1170, \"group\": [1519.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCAGCCTTGG\", \"ini\": 46, \"clust\": 1351, \"rank\": 1590, \"rankvar\": 1396, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1597, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1252, \"group\": [1352.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAAGCTCCCAG\", \"ini\": 45, \"clust\": 1531, \"rank\": 1595, \"rankvar\": 1610, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1598, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1171, \"group\": [1533.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCCGAATT\", \"ini\": 44, \"clust\": 1353, \"rank\": 1587, \"rankvar\": 1278, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1599, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1219, \"group\": [1351.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGTCGCG\", \"ini\": 43, \"clust\": 1426, \"rank\": 1598, \"rankvar\": 1240, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1600, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1220, \"group\": [1425.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGGTGAGTATA\", \"ini\": 42, \"clust\": 1367, \"rank\": 1597, \"rankvar\": 1549, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1601, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 72, \"group\": [1365.0, 741.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTGTGAAAT\", \"ini\": 41, \"clust\": 1232, \"rank\": 1632, \"rankvar\": 1295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1602, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1253, \"group\": [1230.0, 655.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGAGTTTCCTT\", \"ini\": 40, \"clust\": 1424, \"rank\": 1583, \"rankvar\": 1382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1603, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1221, \"group\": [1423.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGAGGGA\", \"ini\": 39, \"clust\": 1489, \"rank\": 1567, \"rankvar\": 1635, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1604, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1172, \"group\": [1493.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCAAACTC\", \"ini\": 38, \"clust\": 1427, \"rank\": 1602, \"rankvar\": 1503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1605, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1222, \"group\": [1426.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCAACGGGA\", \"ini\": 37, \"clust\": 1578, \"rank\": 1620, \"rankvar\": 995, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1606, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1223, \"group\": [1577.0, 779.0, 191.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTATGAATG\", \"ini\": 36, \"clust\": 1530, \"rank\": 1589, \"rankvar\": 1615, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1607, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1173, \"group\": [1530.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGTCAGAGGTG\", \"ini\": 35, \"clust\": 1398, \"rank\": 1617, \"rankvar\": 1509, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1608, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1174, \"group\": [1398.0, 750.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCGGCA\", \"ini\": 34, \"clust\": 1406, \"rank\": 1605, \"rankvar\": 981, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1609, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1224, \"group\": [1409.0, 755.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTGTCTGATCA\", \"ini\": 33, \"clust\": 1349, \"rank\": 1604, \"rankvar\": 1483, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1610, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1254, \"group\": [1347.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGAGGACGG\", \"ini\": 32, \"clust\": 1497, \"rank\": 1609, \"rankvar\": 1576, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1611, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1175, \"group\": [1497.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCATTTCAGG\", \"ini\": 31, \"clust\": 1343, \"rank\": 1612, \"rankvar\": 1348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1612, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1255, \"group\": [1343.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCTAAAGA\", \"ini\": 30, \"clust\": 1409, \"rank\": 1603, \"rankvar\": 989, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1613, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1225, \"group\": [1413.0, 755.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGGGATGGG\", \"ini\": 29, \"clust\": 1511, \"rank\": 1616, \"rankvar\": 1478, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1614, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1176, \"group\": [1510.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTTGGAGGT\", \"ini\": 28, \"clust\": 1209, \"rank\": 1626, \"rankvar\": 1211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1615, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1256, \"group\": [1210.0, 647.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCGCCAA\", \"ini\": 27, \"clust\": 1486, \"rank\": 1592, \"rankvar\": 1642, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1616, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1177, \"group\": [1487.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTAGCACGA\", \"ini\": 26, \"clust\": 1350, \"rank\": 1618, \"rankvar\": 1582, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1617, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 73, \"group\": [1348.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCTGAAAT\", \"ini\": 25, \"clust\": 1345, \"rank\": 1627, \"rankvar\": 782, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1618, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1257, \"group\": [1344.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCATGTAGC\", \"ini\": 24, \"clust\": 1400, \"rank\": 1611, \"rankvar\": 1329, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1619, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1226, \"group\": [1401.0, 752.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGGAATGGA\", \"ini\": 23, \"clust\": 1422, \"rank\": 1606, \"rankvar\": 1401, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1620, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1227, \"group\": [1424.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTCTGCCAG\", \"ini\": 22, \"clust\": 1420, \"rank\": 1591, \"rankvar\": 1474, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1621, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1228, \"group\": [1421.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTTCAGACT\", \"ini\": 21, \"clust\": 1394, \"rank\": 1638, \"rankvar\": 1577, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1622, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1178, \"group\": [1394.0, 750.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGATCGCA\", \"ini\": 20, \"clust\": 1431, \"rank\": 1629, \"rankvar\": 1184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1623, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1179, \"group\": [1432.0, 757.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGCTGCAC\", \"ini\": 19, \"clust\": 1395, \"rank\": 1639, \"rankvar\": 1272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1624, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1180, \"group\": [1395.0, 750.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCGGTCTAA\", \"ini\": 18, \"clust\": 1396, \"rank\": 1634, \"rankvar\": 1363, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1625, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1181, \"group\": [1399.0, 750.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCCGTCAAA\", \"ini\": 17, \"clust\": 1412, \"rank\": 1622, \"rankvar\": 1095, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1626, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1229, \"group\": [1411.0, 755.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGCCGGTAA\", \"ini\": 16, \"clust\": 1408, \"rank\": 1601, \"rankvar\": 1357, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1627, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1230, \"group\": [1408.0, 755.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTGGCTCCA\", \"ini\": 15, \"clust\": 1491, \"rank\": 1613, \"rankvar\": 1624, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1628, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1182, \"group\": [1490.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTATGCGT\", \"ini\": 14, \"clust\": 1546, \"rank\": 1625, \"rankvar\": 1460, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1629, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1183, \"group\": [1548.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGTGAC\", \"ini\": 13, \"clust\": 1233, \"rank\": 1641, \"rankvar\": 1235, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1630, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1258, \"group\": [1231.0, 655.0, 162.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAATCTACG\", \"ini\": 12, \"clust\": 1538, \"rank\": 1624, \"rankvar\": 1454, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1631, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1184, \"group\": [1539.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCAGTCCCT\", \"ini\": 11, \"clust\": 1390, \"rank\": 1637, \"rankvar\": 1191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1632, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1185, \"group\": [1391.0, 749.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCTCCTCT\", \"ini\": 10, \"clust\": 1391, \"rank\": 1635, \"rankvar\": 840, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1633, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1231, \"group\": [1392.0, 750.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAATGTTGC\", \"ini\": 9, \"clust\": 1437, \"rank\": 1615, \"rankvar\": 1287, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1634, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1232, \"group\": [1436.0, 758.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTGCTCCT\", \"ini\": 8, \"clust\": 1392, \"rank\": 1636, \"rankvar\": 1570, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1635, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1186, \"group\": [1393.0, 750.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTAAATACG\", \"ini\": 7, \"clust\": 1429, \"rank\": 1623, \"rankvar\": 1275, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1636, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1233, \"group\": [1430.0, 757.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAAACG\", \"ini\": 6, \"clust\": 1346, \"rank\": 1630, \"rankvar\": 1386, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1637, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1259, \"group\": [1345.0, 737.0, 186.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAAGTCTAC\", \"ini\": 5, \"clust\": 1425, \"rank\": 1608, \"rankvar\": 1539, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1638, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1234, \"group\": [1427.0, 756.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTCTGGTCG\", \"ini\": 4, \"clust\": 1579, \"rank\": 1628, \"rankvar\": 1524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1639, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1187, \"group\": [1578.0, 779.0, 191.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTACTTAGC\", \"ini\": 3, \"clust\": 1545, \"rank\": 1633, \"rankvar\": 1611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1640, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1188, \"group\": [1549.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTAACGGT\", \"ini\": 2, \"clust\": 1210, \"rank\": 1631, \"rankvar\": 1073, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1641, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1235, \"group\": [1211.0, 647.0, 160.0, 40.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCATGTTGAC\", \"ini\": 1, \"clust\": 1492, \"rank\": 1619, \"rankvar\": 1612, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1642, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1189, \"group\": [1491.0, 764.0, 188.0, 47.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}]}}, {\"N_row_var\": 20, \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"name\": \"CD27\", \"ini\": 20, \"clust\": 0, \"rank\": 9, \"rankvar\": 19, \"group\": [3.0, 3.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD141\", \"ini\": 19, \"clust\": 6, \"rank\": 16, \"rankvar\": 16, \"group\": [4.0, 4.0, 4.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"HLADR\", \"ini\": 18, \"clust\": 12, \"rank\": 8, \"rankvar\": 17, \"group\": [11.0, 11.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD3\", \"ini\": 17, \"clust\": 1, \"rank\": 6, \"rankvar\": 13, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD11c\", \"ini\": 16, \"clust\": 13, \"rank\": 11, \"rankvar\": 14, \"group\": [9.0, 9.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD11b\", \"ini\": 15, \"clust\": 9, \"rank\": 17, \"rankvar\": 9, \"group\": [8.0, 8.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD33\", \"ini\": 14, \"clust\": 14, \"rank\": 10, \"rankvar\": 8, \"group\": [10.0, 10.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD38\", \"ini\": 13, \"clust\": 3, \"rank\": 12, \"rankvar\": 6, \"group\": [20.0, 20.0, 15.0, 13.0, 12.0, 8.0, 7.0, 3.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD56\", \"ini\": 12, \"clust\": 16, \"rank\": 18, \"rankvar\": 15, \"group\": [15.0, 15.0, 10.0, 8.0, 7.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD64\", \"ini\": 11, \"clust\": 10, \"rank\": 14, \"rankvar\": 10, \"group\": [6.0, 6.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD206\", \"ini\": 10, \"clust\": 8, \"rank\": 13, \"rankvar\": 12, \"group\": [12.0, 12.0, 7.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD8\", \"ini\": 9, \"clust\": 2, \"rank\": 7, \"rankvar\": 18, \"group\": [2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD16\", \"ini\": 8, \"clust\": 17, \"rank\": 5, \"rankvar\": 11, \"group\": [16.0, 16.0, 11.0, 9.0, 8.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD14\", \"ini\": 7, \"clust\": 11, \"rank\": 19, \"rankvar\": 7, \"group\": [7.0, 7.0, 6.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD4\", \"ini\": 6, \"clust\": 4, \"rank\": 15, \"rankvar\": 5, \"group\": [14.0, 14.0, 9.0, 7.0, 6.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD123\", \"ini\": 5, \"clust\": 7, \"rank\": 4, \"rankvar\": 4, \"group\": [5.0, 5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD19\", \"ini\": 4, \"clust\": 18, \"rank\": 3, \"rankvar\": 3, \"group\": [17.0, 17.0, 12.0, 10.0, 9.0, 6.0, 5.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD62L\", \"ini\": 3, \"clust\": 15, \"rank\": 2, \"rankvar\": 2, \"group\": [19.0, 19.0, 14.0, 12.0, 11.0, 7.0, 6.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD1c\", \"ini\": 2, \"clust\": 5, \"rank\": 1, \"rankvar\": 1, \"group\": [13.0, 13.0, 8.0, 6.0, 5.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD24\", \"ini\": 1, \"clust\": 19, \"rank\": 0, \"rankvar\": 0, \"group\": [18.0, 18.0, 13.0, 11.0, 10.0, 6.0, 5.0, 2.0, 2.0, 1.0, 1.0]}], \"col_nodes\": [{\"name\": \"GCATGCGTCCATGAGT\", \"ini\": 1643, \"clust\": 708, \"rank\": 4, \"rankvar\": 1421, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 0, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1467, \"group\": [707.0, 340.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCTA\", \"ini\": 1642, \"clust\": 1361, \"rank\": 2, \"rankvar\": 171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 575, \"group\": [1359.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGTCCGTAT\", \"ini\": 1641, \"clust\": 952, \"rank\": 7, \"rankvar\": 753, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 2, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 74, \"group\": [951.0, 447.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTCCAACC\", \"ini\": 1640, \"clust\": 1115, \"rank\": 10, \"rankvar\": 41, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1295, \"group\": [1113.0, 513.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGCTGTTCA\", \"ini\": 1639, \"clust\": 1619, \"rank\": 41, \"rankvar\": 1435, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 0, \"group\": [1618.0, 724.0, 173.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCACATAGC\", \"ini\": 1638, \"clust\": 1342, \"rank\": 11, \"rankvar\": 287, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 576, \"group\": [1341.0, 614.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCTCTTTCCTC\", \"ini\": 1637, \"clust\": 1627, \"rank\": 14, \"rankvar\": 938, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 6, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 1, \"group\": [1630.0, 729.0, 173.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGTAGC\", \"ini\": 1636, \"clust\": 1363, \"rank\": 0, \"rankvar\": 1069, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 7, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 577, \"group\": [1361.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACAGTACACT\", \"ini\": 1635, \"clust\": 982, \"rank\": 8, \"rankvar\": 121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 8, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 75, \"group\": [984.0, 452.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGGACGAAA\", \"ini\": 1634, \"clust\": 949, \"rank\": 18, \"rankvar\": 635, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 9, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 76, \"group\": [948.0, 447.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATGGAGC\", \"ini\": 1633, \"clust\": 1317, \"rank\": 29, \"rankvar\": 45, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 10, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1296, \"group\": [1314.0, 609.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGGGATACC\", \"ini\": 1632, \"clust\": 1368, \"rank\": 1, \"rankvar\": 347, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 11, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 578, \"group\": [1365.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGAGGTG\", \"ini\": 1631, \"clust\": 1114, \"rank\": 6, \"rankvar\": 174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 12, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1297, \"group\": [1115.0, 513.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGGCCCGTT\", \"ini\": 1630, \"clust\": 1052, \"rank\": 15, \"rankvar\": 4, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 13, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1298, \"group\": [1051.0, 486.0, 124.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCAGGCCCA\", \"ini\": 1629, \"clust\": 1520, \"rank\": 9, \"rankvar\": 1629, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 14, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1575, \"group\": [1519.0, 687.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTGACTCAT\", \"ini\": 1628, \"clust\": 1122, \"rank\": 37, \"rankvar\": 138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 15, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1299, \"group\": [1121.0, 514.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTTTACGT\", \"ini\": 1627, \"clust\": 1362, \"rank\": 3, \"rankvar\": 303, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 16, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 579, \"group\": [1360.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATGACCT\", \"ini\": 1626, \"clust\": 1355, \"rank\": 17, \"rankvar\": 118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 17, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 580, \"group\": [1354.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACAGACC\", \"ini\": 1625, \"clust\": 1116, \"rank\": 22, \"rankvar\": 8, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 18, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1300, \"group\": [1114.0, 513.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATTCGCACTCT\", \"ini\": 1624, \"clust\": 1311, \"rank\": 25, \"rankvar\": 31, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 19, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 581, \"group\": [1310.0, 608.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGCCACCTG\", \"ini\": 1623, \"clust\": 1364, \"rank\": 5, \"rankvar\": 765, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 20, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 582, \"group\": [1362.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGTTTA\", \"ini\": 1622, \"clust\": 1346, \"rank\": 13, \"rankvar\": 524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 21, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 583, \"group\": [1344.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACTTAAGC\", \"ini\": 1621, \"clust\": 1058, \"rank\": 49, \"rankvar\": 342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 22, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 584, \"group\": [1058.0, 487.0, 124.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTAGAGTGAGA\", \"ini\": 1620, \"clust\": 1121, \"rank\": 21, \"rankvar\": 42, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 23, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1301, \"group\": [1123.0, 514.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTGCCTG\", \"ini\": 1619, \"clust\": 1365, \"rank\": 12, \"rankvar\": 307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 24, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 585, \"group\": [1363.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGCTAAACA\", \"ini\": 1618, \"clust\": 1521, \"rank\": 20, \"rankvar\": 1598, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 25, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1576, \"group\": [1520.0, 687.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGAGTAAGG\", \"ini\": 1617, \"clust\": 1523, \"rank\": 50, \"rankvar\": 1347, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 26, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1577, \"group\": [1522.0, 687.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGTAGCCA\", \"ini\": 1616, \"clust\": 1069, \"rank\": 28, \"rankvar\": 812, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 27, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1302, \"group\": [1068.0, 491.0, 125.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCAGACACTT\", \"ini\": 1615, \"clust\": 1525, \"rank\": 45, \"rankvar\": 1560, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 28, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1578, \"group\": [1524.0, 687.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGAGAACG\", \"ini\": 1614, \"clust\": 1056, \"rank\": 76, \"rankvar\": 43, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 29, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1263, \"group\": [1056.0, 486.0, 124.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAATCGAAA\", \"ini\": 1613, \"clust\": 1339, \"rank\": 30, \"rankvar\": 35, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 30, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 586, \"group\": [1338.0, 614.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCCAGTATG\", \"ini\": 1612, \"clust\": 1085, \"rank\": 96, \"rankvar\": 126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 31, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1303, \"group\": [1085.0, 499.0, 128.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTTCCAGTATG\", \"ini\": 1611, \"clust\": 1106, \"rank\": 48, \"rankvar\": 106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 32, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1304, \"group\": [1106.0, 511.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCCTCATTA\", \"ini\": 1610, \"clust\": 1066, \"rank\": 16, \"rankvar\": 689, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 33, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1305, \"group\": [1066.0, 490.0, 125.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTGAGTGT\", \"ini\": 1609, \"clust\": 927, \"rank\": 42, \"rankvar\": 64, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 34, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 77, \"group\": [927.0, 443.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCACGACTA\", \"ini\": 1608, \"clust\": 953, \"rank\": 47, \"rankvar\": 445, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 35, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 78, \"group\": [952.0, 447.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGTTCGATC\", \"ini\": 1607, \"clust\": 1117, \"rank\": 59, \"rankvar\": 71, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 36, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1306, \"group\": [1117.0, 514.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCGTGGGAA\", \"ini\": 1606, \"clust\": 1341, \"rank\": 33, \"rankvar\": 319, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 37, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 587, \"group\": [1343.0, 614.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTGTCAATC\", \"ini\": 1605, \"clust\": 1526, \"rank\": 55, \"rankvar\": 1354, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 38, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1579, \"group\": [1525.0, 687.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAATCAGAA\", \"ini\": 1604, \"clust\": 1111, \"rank\": 24, \"rankvar\": 81, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 39, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1307, \"group\": [1111.0, 513.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTCAGAAGC\", \"ini\": 1603, \"clust\": 955, \"rank\": 32, \"rankvar\": 604, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 40, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 79, \"group\": [954.0, 448.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGAGAGCTC\", \"ini\": 1602, \"clust\": 1343, \"rank\": 44, \"rankvar\": 269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 41, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 588, \"group\": [1342.0, 614.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAGGAACGT\", \"ini\": 1601, \"clust\": 1041, \"rank\": 115, \"rankvar\": 356, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 42, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1264, \"group\": [1040.0, 480.0, 124.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTTCTGAAC\", \"ini\": 1600, \"clust\": 1369, \"rank\": 27, \"rankvar\": 173, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 43, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 589, \"group\": [1366.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAAAGGTGC\", \"ini\": 1599, \"clust\": 1137, \"rank\": 90, \"rankvar\": 133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 44, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1308, \"group\": [1138.0, 520.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTGGTATG\", \"ini\": 1598, \"clust\": 1314, \"rank\": 39, \"rankvar\": 1, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 45, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 590, \"group\": [1312.0, 609.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTTCTGAAC\", \"ini\": 1597, \"clust\": 1076, \"rank\": 168, \"rankvar\": 947, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 46, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1309, \"group\": [1075.0, 495.0, 127.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTGTCTAT\", \"ini\": 1596, \"clust\": 1356, \"rank\": 43, \"rankvar\": 145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 47, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 591, \"group\": [1355.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTCGAATCT\", \"ini\": 1595, \"clust\": 1144, \"rank\": 74, \"rankvar\": 58, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 48, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1310, \"group\": [1144.0, 521.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGAATCCA\", \"ini\": 1594, \"clust\": 1205, \"rank\": 120, \"rankvar\": 1119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 49, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1311, \"group\": [1200.0, 559.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTCACAAGG\", \"ini\": 1593, \"clust\": 983, \"rank\": 23, \"rankvar\": 414, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 50, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 80, \"group\": [982.0, 452.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCTAACTTC\", \"ini\": 1592, \"clust\": 1112, \"rank\": 53, \"rankvar\": 17, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 51, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1312, \"group\": [1112.0, 513.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAGTCAGAG\", \"ini\": 1591, \"clust\": 1579, \"rank\": 67, \"rankvar\": 1090, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 52, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1313, \"group\": [1579.0, 694.0, 161.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACTTATC\", \"ini\": 1590, \"clust\": 1206, \"rank\": 68, \"rankvar\": 1072, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 53, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1314, \"group\": [1201.0, 559.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCAAGGTAA\", \"ini\": 1589, \"clust\": 1146, \"rank\": 54, \"rankvar\": 217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 54, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1315, \"group\": [1149.0, 522.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTACCGGCT\", \"ini\": 1588, \"clust\": 1138, \"rank\": 75, \"rankvar\": 91, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 55, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1316, \"group\": [1139.0, 520.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAGTCGGCACT\", \"ini\": 1587, \"clust\": 1139, \"rank\": 61, \"rankvar\": 107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 56, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1317, \"group\": [1140.0, 520.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATCGTCGG\", \"ini\": 1586, \"clust\": 1140, \"rank\": 113, \"rankvar\": 59, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 57, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1318, \"group\": [1141.0, 520.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTGACGTT\", \"ini\": 1585, \"clust\": 1107, \"rank\": 70, \"rankvar\": 14, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 58, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1319, \"group\": [1107.0, 511.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGGTTAAC\", \"ini\": 1584, \"clust\": 1127, \"rank\": 83, \"rankvar\": 36, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 59, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1320, \"group\": [1126.0, 514.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTTCGGCAC\", \"ini\": 1583, \"clust\": 1340, \"rank\": 57, \"rankvar\": 25, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 60, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 592, \"group\": [1339.0, 614.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGTCGTACT\", \"ini\": 1582, \"clust\": 1128, \"rank\": 77, \"rankvar\": 183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 61, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1321, \"group\": [1127.0, 514.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCGAATCCA\", \"ini\": 1581, \"clust\": 1099, \"rank\": 103, \"rankvar\": 532, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 62, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1322, \"group\": [1102.0, 509.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATACGCTA\", \"ini\": 1580, \"clust\": 1318, \"rank\": 65, \"rankvar\": 97, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 63, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 593, \"group\": [1315.0, 609.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCCGTC\", \"ini\": 1579, \"clust\": 1349, \"rank\": 26, \"rankvar\": 585, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 64, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 594, \"group\": [1348.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACAAGACACG\", \"ini\": 1578, \"clust\": 956, \"rank\": 56, \"rankvar\": 323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 65, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 81, \"group\": [955.0, 448.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTCCAGTTA\", \"ini\": 1577, \"clust\": 1123, \"rank\": 66, \"rankvar\": 12, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 66, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1323, \"group\": [1122.0, 514.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTATCAGTGCAT\", \"ini\": 1576, \"clust\": 1100, \"rank\": 91, \"rankvar\": 293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 67, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1324, \"group\": [1100.0, 509.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCATCTACCTGC\", \"ini\": 1575, \"clust\": 1196, \"rank\": 169, \"rankvar\": 1203, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 68, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1325, \"group\": [1193.0, 556.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGTACGCCC\", \"ini\": 1574, \"clust\": 1350, \"rank\": 19, \"rankvar\": 706, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 69, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 595, \"group\": [1349.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGTAAACT\", \"ini\": 1573, \"clust\": 1214, \"rank\": 87, \"rankvar\": 583, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 70, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1326, \"group\": [1210.0, 559.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGTGTGGT\", \"ini\": 1572, \"clust\": 1060, \"rank\": 84, \"rankvar\": 111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 71, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1265, \"group\": [1060.0, 488.0, 124.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTATA\", \"ini\": 1571, \"clust\": 951, \"rank\": 34, \"rankvar\": 877, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 72, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 82, \"group\": [953.0, 447.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACATGCAACT\", \"ini\": 1570, \"clust\": 1267, \"rank\": 35, \"rankvar\": 760, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 73, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 596, \"group\": [1266.0, 594.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCACCGGGT\", \"ini\": 1569, \"clust\": 1147, \"rank\": 62, \"rankvar\": 219, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 74, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1327, \"group\": [1147.0, 522.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGATGGGTC\", \"ini\": 1568, \"clust\": 1366, \"rank\": 38, \"rankvar\": 254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 75, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 597, \"group\": [1364.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTATGGTTC\", \"ini\": 1567, \"clust\": 1125, \"rank\": 123, \"rankvar\": 19, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 76, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1328, \"group\": [1124.0, 514.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTATCGAA\", \"ini\": 1566, \"clust\": 854, \"rank\": 69, \"rankvar\": 843, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 77, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 83, \"group\": [853.0, 412.0, 113.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCATGAGT\", \"ini\": 1565, \"clust\": 1077, \"rank\": 161, \"rankvar\": 872, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 78, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1329, \"group\": [1076.0, 495.0, 127.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGCTATCT\", \"ini\": 1564, \"clust\": 1628, \"rank\": 191, \"rankvar\": 1170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 79, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 2, \"group\": [1628.0, 728.0, 173.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGGTTACCT\", \"ini\": 1563, \"clust\": 1632, \"rank\": 104, \"rankvar\": 771, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 80, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 3, \"group\": [1633.0, 731.0, 173.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCACCCATGG\", \"ini\": 1562, \"clust\": 936, \"rank\": 94, \"rankvar\": 105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 81, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 84, \"group\": [934.0, 445.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGGTGTAG\", \"ini\": 1561, \"clust\": 1305, \"rank\": 102, \"rankvar\": 314, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 82, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 598, \"group\": [1304.0, 607.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCCCAGGTG\", \"ini\": 1560, \"clust\": 1053, \"rank\": 40, \"rankvar\": 23, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 83, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 599, \"group\": [1052.0, 486.0, 124.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGTATGCT\", \"ini\": 1559, \"clust\": 984, \"rank\": 52, \"rankvar\": 123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 84, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 85, \"group\": [983.0, 452.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTTAAGAAC\", \"ini\": 1558, \"clust\": 1348, \"rank\": 46, \"rankvar\": 1058, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 85, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 600, \"group\": [1353.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCATGTCGAT\", \"ini\": 1557, \"clust\": 1316, \"rank\": 144, \"rankvar\": 112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 86, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 601, \"group\": [1316.0, 609.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCATAGAAAC\", \"ini\": 1556, \"clust\": 987, \"rank\": 72, \"rankvar\": 417, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 87, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 86, \"group\": [985.0, 452.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGCACCGCT\", \"ini\": 1555, \"clust\": 1086, \"rank\": 184, \"rankvar\": 362, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 88, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 602, \"group\": [1086.0, 499.0, 128.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTCTCTCGT\", \"ini\": 1554, \"clust\": 989, \"rank\": 97, \"rankvar\": 11, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 89, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 87, \"group\": [987.0, 452.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAAGAAAGG\", \"ini\": 1553, \"clust\": 1217, \"rank\": 140, \"rankvar\": 728, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 90, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1330, \"group\": [1212.0, 559.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGGCATGGT\", \"ini\": 1552, \"clust\": 707, \"rank\": 58, \"rankvar\": 536, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 91, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1331, \"group\": [709.0, 340.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGGTCATCT\", \"ini\": 1551, \"clust\": 1524, \"rank\": 95, \"rankvar\": 991, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 92, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1580, \"group\": [1523.0, 687.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAAT\", \"ini\": 1550, \"clust\": 1054, \"rank\": 134, \"rankvar\": 2, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 93, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1266, \"group\": [1054.0, 486.0, 124.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCAGCGC\", \"ini\": 1549, \"clust\": 1055, \"rank\": 112, \"rankvar\": 24, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 94, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1267, \"group\": [1055.0, 486.0, 124.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAATCTCC\", \"ini\": 1548, \"clust\": 1315, \"rank\": 63, \"rankvar\": 6, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 95, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 603, \"group\": [1313.0, 609.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTTCCACGG\", \"ini\": 1547, \"clust\": 934, \"rank\": 86, \"rankvar\": 87, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 96, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 88, \"group\": [937.0, 445.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGCTGGCT\", \"ini\": 1546, \"clust\": 1148, \"rank\": 51, \"rankvar\": 539, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 97, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1468, \"group\": [1148.0, 522.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGGCCCTTG\", \"ini\": 1545, \"clust\": 1063, \"rank\": 109, \"rankvar\": 306, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 98, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1268, \"group\": [1062.0, 488.0, 124.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCCTTTACA\", \"ini\": 1544, \"clust\": 1103, \"rank\": 111, \"rankvar\": 85, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 99, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1332, \"group\": [1103.0, 510.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCTCCCTGA\", \"ini\": 1543, \"clust\": 1089, \"rank\": 190, \"rankvar\": 497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 100, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1333, \"group\": [1088.0, 501.0, 128.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGTTGG\", \"ini\": 1542, \"clust\": 1384, \"rank\": 98, \"rankvar\": 394, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 101, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 604, \"group\": [1384.0, 617.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGAAGCA\", \"ini\": 1541, \"clust\": 1347, \"rank\": 36, \"rankvar\": 629, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 102, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 605, \"group\": [1345.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCTGGTCG\", \"ini\": 1540, \"clust\": 720, \"rank\": 124, \"rankvar\": 1497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 103, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1469, \"group\": [720.0, 343.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCAAAGACA\", \"ini\": 1539, \"clust\": 1126, \"rank\": 133, \"rankvar\": 46, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 104, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1334, \"group\": [1125.0, 514.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCTCCGAAGAG\", \"ini\": 1538, \"clust\": 1303, \"rank\": 89, \"rankvar\": 324, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 105, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 606, \"group\": [1301.0, 607.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCAGCACAT\", \"ini\": 1537, \"clust\": 722, \"rank\": 64, \"rankvar\": 1399, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 106, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1470, \"group\": [722.0, 343.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCAGGTCCAC\", \"ini\": 1536, \"clust\": 1367, \"rank\": 31, \"rankvar\": 297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 107, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 607, \"group\": [1367.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGTGCAT\", \"ini\": 1535, \"clust\": 1307, \"rank\": 99, \"rankvar\": 400, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 108, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 608, \"group\": [1306.0, 607.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCAAGTAGTA\", \"ini\": 1534, \"clust\": 940, \"rank\": 93, \"rankvar\": 575, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 109, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 89, \"group\": [940.0, 445.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCTGTCTA\", \"ini\": 1533, \"clust\": 1531, \"rank\": 150, \"rankvar\": 1406, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 110, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1581, \"group\": [1531.0, 687.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTGCGCTTG\", \"ini\": 1532, \"clust\": 1061, \"rank\": 162, \"rankvar\": 237, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 111, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1269, \"group\": [1061.0, 488.0, 124.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGATGTT\", \"ini\": 1531, \"clust\": 1104, \"rank\": 105, \"rankvar\": 212, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 112, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1335, \"group\": [1104.0, 510.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACTTACGA\", \"ini\": 1530, \"clust\": 1108, \"rank\": 143, \"rankvar\": 27, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 90, \"group\": [1109.0, 512.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCAGCTGTAT\", \"ini\": 1529, \"clust\": 1208, \"rank\": 153, \"rankvar\": 1076, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 114, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1336, \"group\": [1203.0, 559.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGCTCAACT\", \"ini\": 1528, \"clust\": 1141, \"rank\": 166, \"rankvar\": 44, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1337, \"group\": [1142.0, 520.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCAACGG\", \"ini\": 1527, \"clust\": 948, \"rank\": 132, \"rankvar\": 779, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 91, \"group\": [950.0, 447.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTTAAGATG\", \"ini\": 1526, \"clust\": 1268, \"rank\": 108, \"rankvar\": 897, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 117, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 609, \"group\": [1267.0, 594.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTGTATGGG\", \"ini\": 1525, \"clust\": 1309, \"rank\": 128, \"rankvar\": 521, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 118, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 610, \"group\": [1308.0, 608.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCATACGCCG\", \"ini\": 1524, \"clust\": 884, \"rank\": 137, \"rankvar\": 302, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 92, \"group\": [883.0, 427.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGCTGTCTA\", \"ini\": 1523, \"clust\": 1625, \"rank\": 356, \"rankvar\": 1387, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 120, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 4, \"group\": [1622.0, 726.0, 173.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCAGCTTAG\", \"ini\": 1522, \"clust\": 1306, \"rank\": 101, \"rankvar\": 127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 121, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 611, \"group\": [1305.0, 607.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGTGTCCCG\", \"ini\": 1521, \"clust\": 1442, \"rank\": 60, \"rankvar\": 971, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 122, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 612, \"group\": [1441.0, 644.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGTGACCA\", \"ini\": 1520, \"clust\": 935, \"rank\": 164, \"rankvar\": 223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 93, \"group\": [936.0, 445.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAAGCCATT\", \"ini\": 1519, \"clust\": 1302, \"rank\": 155, \"rankvar\": 304, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 124, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 613, \"group\": [1303.0, 607.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGATGGGTC\", \"ini\": 1518, \"clust\": 1344, \"rank\": 78, \"rankvar\": 386, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 125, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 614, \"group\": [1347.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAGGCGATA\", \"ini\": 1517, \"clust\": 1142, \"rank\": 126, \"rankvar\": 194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 126, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1338, \"group\": [1143.0, 520.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAACGTGG\", \"ini\": 1516, \"clust\": 1310, \"rank\": 117, \"rankvar\": 387, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 127, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 615, \"group\": [1309.0, 608.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCTAACTCT\", \"ini\": 1515, \"clust\": 988, \"rank\": 106, \"rankvar\": 202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 128, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 94, \"group\": [986.0, 452.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCCGCAAGC\", \"ini\": 1514, \"clust\": 721, \"rank\": 100, \"rankvar\": 1276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 129, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1471, \"group\": [721.0, 343.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGGAATCG\", \"ini\": 1513, \"clust\": 937, \"rank\": 147, \"rankvar\": 391, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 95, \"group\": [935.0, 445.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGTCAAGGC\", \"ini\": 1512, \"clust\": 1131, \"rank\": 145, \"rankvar\": 90, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 131, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1339, \"group\": [1130.0, 516.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCCATTTA\", \"ini\": 1511, \"clust\": 1335, \"rank\": 135, \"rankvar\": 835, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 132, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 616, \"group\": [1336.0, 614.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGTCAAGGC\", \"ini\": 1510, \"clust\": 1044, \"rank\": 215, \"rankvar\": 73, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 133, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1340, \"group\": [1043.0, 481.0, 124.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTGGTGTA\", \"ini\": 1509, \"clust\": 1097, \"rank\": 136, \"rankvar\": 620, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 134, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1341, \"group\": [1098.0, 508.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCCCGACTT\", \"ini\": 1508, \"clust\": 1119, \"rank\": 181, \"rankvar\": 465, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 135, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1342, \"group\": [1119.0, 514.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATGACGGA\", \"ini\": 1507, \"clust\": 1312, \"rank\": 131, \"rankvar\": 32, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 136, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 617, \"group\": [1311.0, 608.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAGTTGAC\", \"ini\": 1506, \"clust\": 1629, \"rank\": 177, \"rankvar\": 873, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 137, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 5, \"group\": [1629.0, 728.0, 173.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGGCACA\", \"ini\": 1505, \"clust\": 1354, \"rank\": 79, \"rankvar\": 205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 138, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 618, \"group\": [1356.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACAGATTGCT\", \"ini\": 1504, \"clust\": 968, \"rank\": 129, \"rankvar\": 256, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 96, \"group\": [966.0, 451.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATACAGCT\", \"ini\": 1503, \"clust\": 1064, \"rank\": 189, \"rankvar\": 136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 140, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1270, \"group\": [1063.0, 488.0, 124.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCTGGTA\", \"ini\": 1502, \"clust\": 1149, \"rank\": 92, \"rankvar\": 195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1343, \"group\": [1150.0, 522.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGAGCGAT\", \"ini\": 1501, \"clust\": 980, \"rank\": 81, \"rankvar\": 122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 97, \"group\": [979.0, 452.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGATGAGC\", \"ini\": 1500, \"clust\": 931, \"rank\": 152, \"rankvar\": 47, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 98, \"group\": [932.0, 444.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCTGCCCTA\", \"ini\": 1499, \"clust\": 1093, \"rank\": 196, \"rankvar\": 188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 144, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1344, \"group\": [1092.0, 504.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGCAACGGT\", \"ini\": 1498, \"clust\": 1529, \"rank\": 121, \"rankvar\": 1438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 145, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1582, \"group\": [1529.0, 687.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAATCTCC\", \"ini\": 1497, \"clust\": 1088, \"rank\": 248, \"rankvar\": 361, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 146, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1345, \"group\": [1090.0, 502.0, 128.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTCATTTGCCC\", \"ini\": 1496, \"clust\": 928, \"rank\": 160, \"rankvar\": 49, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 147, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 99, \"group\": [925.0, 443.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGATGGAA\", \"ini\": 1495, \"clust\": 1070, \"rank\": 71, \"rankvar\": 348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 148, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 619, \"group\": [1069.0, 491.0, 125.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGACAGACC\", \"ini\": 1494, \"clust\": 1071, \"rank\": 158, \"rankvar\": 252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 149, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1346, \"group\": [1073.0, 493.0, 125.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATTATCTC\", \"ini\": 1493, \"clust\": 1082, \"rank\": 202, \"rankvar\": 141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 150, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1347, \"group\": [1081.0, 497.0, 127.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATTAACCG\", \"ini\": 1492, \"clust\": 1332, \"rank\": 82, \"rankvar\": 570, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 151, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 620, \"group\": [1331.0, 613.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGTCGCCGT\", \"ini\": 1491, \"clust\": 723, \"rank\": 216, \"rankvar\": 989, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 152, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1472, \"group\": [723.0, 343.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGACGTAG\", \"ini\": 1490, \"clust\": 1320, \"rank\": 146, \"rankvar\": 154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 153, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 621, \"group\": [1319.0, 611.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTCCTATA\", \"ini\": 1489, \"clust\": 1304, \"rank\": 165, \"rankvar\": 453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 154, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 622, \"group\": [1302.0, 607.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACACAAGTAA\", \"ini\": 1488, \"clust\": 1150, \"rank\": 139, \"rankvar\": 203, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 155, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1348, \"group\": [1151.0, 522.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTGGTGTA\", \"ini\": 1487, \"clust\": 1087, \"rank\": 262, \"rankvar\": 623, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 156, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1349, \"group\": [1091.0, 503.0, 128.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGACAGCT\", \"ini\": 1486, \"clust\": 1084, \"rank\": 291, \"rankvar\": 200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 157, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1271, \"group\": [1087.0, 500.0, 128.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTAGAGGTACC\", \"ini\": 1485, \"clust\": 1059, \"rank\": 209, \"rankvar\": 28, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 158, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1272, \"group\": [1059.0, 487.0, 124.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCACGACTA\", \"ini\": 1484, \"clust\": 1378, \"rank\": 80, \"rankvar\": 280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 159, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 623, \"group\": [1376.0, 617.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCATCCGTGG\", \"ini\": 1483, \"clust\": 1370, \"rank\": 88, \"rankvar\": 767, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 160, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 624, \"group\": [1370.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTTCGCACTCT\", \"ini\": 1482, \"clust\": 1216, \"rank\": 261, \"rankvar\": 992, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1350, \"group\": [1214.0, 559.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCCCTTGT\", \"ini\": 1481, \"clust\": 1382, \"rank\": 127, \"rankvar\": 477, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 625, \"group\": [1379.0, 617.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGGTCCAC\", \"ini\": 1480, \"clust\": 1379, \"rank\": 110, \"rankvar\": 349, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 163, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 626, \"group\": [1377.0, 617.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACTCTTA\", \"ini\": 1479, \"clust\": 1145, \"rank\": 213, \"rankvar\": 21, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 164, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1351, \"group\": [1145.0, 521.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAATCCGAT\", \"ini\": 1478, \"clust\": 1057, \"rank\": 157, \"rankvar\": 15, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 165, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1273, \"group\": [1057.0, 486.0, 124.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCCACGACG\", \"ini\": 1477, \"clust\": 1519, \"rank\": 195, \"rankvar\": 1523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 166, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1583, \"group\": [1521.0, 687.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGAAGCA\", \"ini\": 1476, \"clust\": 1081, \"rank\": 284, \"rankvar\": 719, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 167, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1352, \"group\": [1083.0, 497.0, 127.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCACCACGTG\", \"ini\": 1475, \"clust\": 964, \"rank\": 174, \"rankvar\": 593, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 100, \"group\": [964.0, 451.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGGTA\", \"ini\": 1474, \"clust\": 962, \"rank\": 167, \"rankvar\": 167, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 169, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 101, \"group\": [959.0, 451.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCATGTCTT\", \"ini\": 1473, \"clust\": 1135, \"rank\": 188, \"rankvar\": 486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 170, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1353, \"group\": [1136.0, 519.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTTACGGG\", \"ini\": 1472, \"clust\": 932, \"rank\": 233, \"rankvar\": 101, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 102, \"group\": [930.0, 444.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTCTACCTC\", \"ini\": 1471, \"clust\": 1136, \"rank\": 182, \"rankvar\": 369, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 172, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1354, \"group\": [1137.0, 519.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATGTTCCAACA\", \"ini\": 1470, \"clust\": 943, \"rank\": 201, \"rankvar\": 165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 103, \"group\": [942.0, 446.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTAGCTCCG\", \"ini\": 1469, \"clust\": 1218, \"rank\": 230, \"rankvar\": 851, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 174, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1355, \"group\": [1213.0, 559.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAACAACA\", \"ini\": 1468, \"clust\": 946, \"rank\": 142, \"rankvar\": 880, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 104, \"group\": [944.0, 446.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTTCTCG\", \"ini\": 1467, \"clust\": 1539, \"rank\": 246, \"rankvar\": 730, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 176, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1584, \"group\": [1539.0, 687.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAATGAAAC\", \"ini\": 1466, \"clust\": 1522, \"rank\": 179, \"rankvar\": 1313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 177, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1585, \"group\": [1526.0, 687.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCGCCTA\", \"ini\": 1465, \"clust\": 1377, \"rank\": 116, \"rankvar\": 346, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 178, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 627, \"group\": [1378.0, 617.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAGGGTACA\", \"ini\": 1464, \"clust\": 945, \"rank\": 218, \"rankvar\": 846, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 105, \"group\": [946.0, 446.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTCTTCTCG\", \"ini\": 1463, \"clust\": 954, \"rank\": 199, \"rankvar\": 0, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 106, \"group\": [956.0, 449.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCCATCGTCGG\", \"ini\": 1462, \"clust\": 709, \"rank\": 119, \"rankvar\": 910, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 181, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1473, \"group\": [708.0, 340.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTGTACATGTC\", \"ini\": 1461, \"clust\": 1174, \"rank\": 240, \"rankvar\": 309, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 182, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1356, \"group\": [1170.0, 537.0, 133.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCAGCTAT\", \"ini\": 1460, \"clust\": 1133, \"rank\": 352, \"rankvar\": 351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 183, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1357, \"group\": [1133.0, 517.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTACGACCC\", \"ini\": 1459, \"clust\": 986, \"rank\": 206, \"rankvar\": 115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 184, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 107, \"group\": [989.0, 452.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCGGCATCG\", \"ini\": 1458, \"clust\": 1620, \"rank\": 298, \"rankvar\": 1144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 185, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 6, \"group\": [1619.0, 724.0, 173.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTGTGGCC\", \"ini\": 1457, \"clust\": 1327, \"rank\": 198, \"rankvar\": 80, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 186, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 628, \"group\": [1330.0, 613.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCAACACCA\", \"ini\": 1456, \"clust\": 1383, \"rank\": 130, \"rankvar\": 350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 187, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 629, \"group\": [1380.0, 617.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACACATGACT\", \"ini\": 1455, \"clust\": 1068, \"rank\": 148, \"rankvar\": 659, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1358, \"group\": [1070.0, 491.0, 125.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCATCCGCGA\", \"ini\": 1454, \"clust\": 1105, \"rank\": 183, \"rankvar\": 60, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 189, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1359, \"group\": [1108.0, 511.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTAGGC\", \"ini\": 1453, \"clust\": 1072, \"rank\": 204, \"rankvar\": 63, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 190, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1360, \"group\": [1071.0, 492.0, 125.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAGGGCATA\", \"ini\": 1452, \"clust\": 1175, \"rank\": 235, \"rankvar\": 590, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 191, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1361, \"group\": [1171.0, 537.0, 133.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGATGCCTT\", \"ini\": 1451, \"clust\": 1358, \"rank\": 73, \"rankvar\": 788, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 192, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 630, \"group\": [1357.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTCCACAA\", \"ini\": 1450, \"clust\": 1048, \"rank\": 178, \"rankvar\": 153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 193, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1274, \"group\": [1049.0, 485.0, 124.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAAGCGATG\", \"ini\": 1449, \"clust\": 920, \"rank\": 185, \"rankvar\": 1046, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 194, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 108, \"group\": [920.0, 442.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGACACTAA\", \"ini\": 1448, \"clust\": 1051, \"rank\": 149, \"rankvar\": 33, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 195, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1275, \"group\": [1053.0, 486.0, 124.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTAGAGTC\", \"ini\": 1447, \"clust\": 1536, \"rank\": 334, \"rankvar\": 1384, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 196, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1586, \"group\": [1538.0, 687.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATATGCTG\", \"ini\": 1446, \"clust\": 892, \"rank\": 259, \"rankvar\": 700, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 109, \"group\": [891.0, 433.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTCGTACT\", \"ini\": 1445, \"clust\": 1040, \"rank\": 277, \"rankvar\": 466, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 198, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1276, \"group\": [1042.0, 480.0, 124.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGAGGGTCGAT\", \"ini\": 1444, \"clust\": 1395, \"rank\": 118, \"rankvar\": 20, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 199, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 631, \"group\": [1394.0, 618.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACATATACCG\", \"ini\": 1443, \"clust\": 1120, \"rank\": 299, \"rankvar\": 274, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1362, \"group\": [1120.0, 514.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTACAGTGG\", \"ini\": 1442, \"clust\": 1026, \"rank\": 312, \"rankvar\": 985, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 110, \"group\": [1027.0, 474.0, 120.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACGCGAAA\", \"ini\": 1441, \"clust\": 1381, \"rank\": 171, \"rankvar\": 68, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 202, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 632, \"group\": [1381.0, 617.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCACATAGC\", \"ini\": 1440, \"clust\": 1540, \"rank\": 234, \"rankvar\": 1210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 203, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1587, \"group\": [1540.0, 687.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACAGCCACCA\", \"ini\": 1439, \"clust\": 1113, \"rank\": 163, \"rankvar\": 100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1363, \"group\": [1116.0, 513.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTGACGGTA\", \"ini\": 1438, \"clust\": 1533, \"rank\": 220, \"rankvar\": 1351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 205, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1588, \"group\": [1535.0, 687.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGGCA\", \"ini\": 1437, \"clust\": 1338, \"rank\": 151, \"rankvar\": 190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 206, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 633, \"group\": [1340.0, 614.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGTGCC\", \"ini\": 1436, \"clust\": 1203, \"rank\": 251, \"rankvar\": 638, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 207, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1364, \"group\": [1215.0, 559.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGACAGGCT\", \"ini\": 1435, \"clust\": 1197, \"rank\": 310, \"rankvar\": 1051, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 208, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1365, \"group\": [1194.0, 556.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTAAAGTCA\", \"ini\": 1434, \"clust\": 990, \"rank\": 212, \"rankvar\": 34, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 111, \"group\": [988.0, 452.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGTCGATT\", \"ini\": 1433, \"clust\": 883, \"rank\": 338, \"rankvar\": 589, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 210, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 112, \"group\": [885.0, 429.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCGGCATC\", \"ini\": 1432, \"clust\": 1380, \"rank\": 122, \"rankvar\": 114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 211, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 634, \"group\": [1382.0, 617.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAGTACATCCA\", \"ini\": 1431, \"clust\": 910, \"rank\": 257, \"rankvar\": 506, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 113, \"group\": [910.0, 438.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACAGTCAGAG\", \"ini\": 1430, \"clust\": 976, \"rank\": 173, \"rankvar\": 438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 114, \"group\": [978.0, 452.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAAGTCATC\", \"ini\": 1429, \"clust\": 1334, \"rank\": 138, \"rankvar\": 680, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 214, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 635, \"group\": [1337.0, 614.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTTTGGCGC\", \"ini\": 1428, \"clust\": 907, \"rank\": 219, \"rankvar\": 382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 115, \"group\": [908.0, 437.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTAATGA\", \"ini\": 1427, \"clust\": 1530, \"rank\": 172, \"rankvar\": 1617, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 216, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1589, \"group\": [1530.0, 687.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACATTGGCGC\", \"ini\": 1426, \"clust\": 1345, \"rank\": 175, \"rankvar\": 186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 116, \"group\": [1346.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGACAGACC\", \"ini\": 1425, \"clust\": 1161, \"rank\": 484, \"rankvar\": 918, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 218, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1366, \"group\": [1162.0, 532.0, 132.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTGCAACGA\", \"ini\": 1424, \"clust\": 1532, \"rank\": 274, \"rankvar\": 1391, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 219, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1590, \"group\": [1532.0, 687.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCATGCCACG\", \"ini\": 1423, \"clust\": 706, \"rank\": 114, \"rankvar\": 1105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 220, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1474, \"group\": [710.0, 340.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAGGTTAT\", \"ini\": 1422, \"clust\": 1019, \"rank\": 243, \"rankvar\": 673, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 221, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 117, \"group\": [1017.0, 471.0, 120.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCAACACTG\", \"ini\": 1421, \"clust\": 1043, \"rank\": 264, \"rankvar\": 22, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 222, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1277, \"group\": [1045.0, 482.0, 124.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGCGATCC\", \"ini\": 1420, \"clust\": 1516, \"rank\": 244, \"rankvar\": 1270, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 223, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1591, \"group\": [1518.0, 687.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCTGCTGTC\", \"ini\": 1419, \"clust\": 1201, \"rank\": 207, \"rankvar\": 1063, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 224, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1367, \"group\": [1198.0, 558.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGGTTAAGGGC\", \"ini\": 1418, \"clust\": 1359, \"rank\": 125, \"rankvar\": 150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 225, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 636, \"group\": [1358.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGCTAGCC\", \"ini\": 1417, \"clust\": 1101, \"rank\": 159, \"rankvar\": 117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 226, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1368, \"group\": [1101.0, 509.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTACCGTTA\", \"ini\": 1416, \"clust\": 1290, \"rank\": 232, \"rankvar\": 325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 227, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 637, \"group\": [1290.0, 598.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGTTTCCTT\", \"ini\": 1415, \"clust\": 933, \"rank\": 304, \"rankvar\": 239, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 118, \"group\": [931.0, 444.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGTAGCCGA\", \"ini\": 1414, \"clust\": 1202, \"rank\": 180, \"rankvar\": 327, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 229, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1369, \"group\": [1199.0, 558.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGGTTACCT\", \"ini\": 1413, \"clust\": 276, \"rank\": 154, \"rankvar\": 1121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 230, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 995, \"group\": [278.0, 71.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGATGGTC\", \"ini\": 1412, \"clust\": 977, \"rank\": 239, \"rankvar\": 161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 231, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 119, \"group\": [976.0, 452.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTAGCGCTC\", \"ini\": 1411, \"clust\": 1352, \"rank\": 107, \"rankvar\": 463, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 232, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 638, \"group\": [1350.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTAAACACA\", \"ini\": 1410, \"clust\": 717, \"rank\": 237, \"rankvar\": 683, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 233, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1475, \"group\": [717.0, 342.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTACAGAA\", \"ini\": 1409, \"clust\": 941, \"rank\": 208, \"rankvar\": 294, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 120, \"group\": [941.0, 445.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGCCAGAA\", \"ini\": 1408, \"clust\": 867, \"rank\": 156, \"rankvar\": 852, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 235, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 121, \"group\": [865.0, 421.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTATCAGTTCGA\", \"ini\": 1407, \"clust\": 973, \"rank\": 296, \"rankvar\": 241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 122, \"group\": [975.0, 452.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCAGCCAGAA\", \"ini\": 1406, \"clust\": 1453, \"rank\": 353, \"rankvar\": 626, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 237, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 639, \"group\": [1453.0, 649.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTTTAGGAA\", \"ini\": 1405, \"clust\": 1371, \"rank\": 141, \"rankvar\": 355, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 238, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 640, \"group\": [1371.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCGATATG\", \"ini\": 1404, \"clust\": 1132, \"rank\": 293, \"rankvar\": 182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 239, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1370, \"group\": [1131.0, 516.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCGTTT\", \"ini\": 1403, \"clust\": 704, \"rank\": 203, \"rankvar\": 864, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 240, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1476, \"group\": [705.0, 340.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGACTTGAA\", \"ini\": 1402, \"clust\": 1035, \"rank\": 302, \"rankvar\": 1053, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 123, \"group\": [1033.0, 476.0, 120.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGTCACGCC\", \"ini\": 1401, \"clust\": 774, \"rank\": 430, \"rankvar\": 1461, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 242, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1477, \"group\": [775.0, 355.0, 90.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGAGTACAT\", \"ini\": 1400, \"clust\": 1633, \"rank\": 289, \"rankvar\": 928, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 243, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 7, \"group\": [1634.0, 731.0, 173.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCAGTCCCT\", \"ini\": 1399, \"clust\": 960, \"rank\": 221, \"rankvar\": 170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 124, \"group\": [962.0, 451.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCCCAGCT\", \"ini\": 1398, \"clust\": 981, \"rank\": 200, \"rankvar\": 230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 125, \"group\": [980.0, 452.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCCACCTCGGA\", \"ini\": 1397, \"clust\": 1130, \"rank\": 292, \"rankvar\": 431, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 246, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1371, \"group\": [1132.0, 516.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACGTGCACTTA\", \"ini\": 1396, \"clust\": 1374, \"rank\": 193, \"rankvar\": 609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 247, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 641, \"group\": [1374.0, 616.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCTGGCGTG\", \"ini\": 1395, \"clust\": 1285, \"rank\": 205, \"rankvar\": 178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 248, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 642, \"group\": [1285.0, 598.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACATAGC\", \"ini\": 1394, \"clust\": 1118, \"rank\": 290, \"rankvar\": 124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 249, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1372, \"group\": [1118.0, 514.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTACAGTTC\", \"ini\": 1393, \"clust\": 1080, \"rank\": 308, \"rankvar\": 439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 250, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1278, \"group\": [1084.0, 498.0, 127.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCACCGTAA\", \"ini\": 1392, \"clust\": 1492, \"rank\": 369, \"rankvar\": 547, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 251, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1279, \"group\": [1491.0, 669.0, 154.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCAAACCTAC\", \"ini\": 1391, \"clust\": 1042, \"rank\": 320, \"rankvar\": 16, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 252, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1280, \"group\": [1041.0, 480.0, 124.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTTCCTTC\", \"ini\": 1390, \"clust\": 944, \"rank\": 322, \"rankvar\": 318, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 126, \"group\": [943.0, 446.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACAAGACG\", \"ini\": 1389, \"clust\": 1634, \"rank\": 339, \"rankvar\": 889, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 254, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 8, \"group\": [1637.0, 731.0, 173.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTATAGGGC\", \"ini\": 1388, \"clust\": 904, \"rank\": 278, \"rankvar\": 240, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 127, \"group\": [903.0, 436.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCATGCATG\", \"ini\": 1387, \"clust\": 1272, \"rank\": 254, \"rankvar\": 509, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 256, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 643, \"group\": [1271.0, 596.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCGCATCG\", \"ini\": 1386, \"clust\": 851, \"rank\": 170, \"rankvar\": 495, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 257, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 644, \"group\": [849.0, 409.0, 112.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTGGGATC\", \"ini\": 1385, \"clust\": 1020, \"rank\": 321, \"rankvar\": 722, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 128, \"group\": [1018.0, 471.0, 120.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGGCAGTA\", \"ini\": 1384, \"clust\": 974, \"rank\": 252, \"rankvar\": 249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 259, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 129, \"group\": [973.0, 452.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCTTGTCAT\", \"ini\": 1383, \"clust\": 725, \"rank\": 295, \"rankvar\": 1590, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 260, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1478, \"group\": [724.0, 343.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTAGTCCATAC\", \"ini\": 1382, \"clust\": 1124, \"rank\": 217, \"rankvar\": 89, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 261, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1373, \"group\": [1128.0, 514.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCGCCGTGA\", \"ini\": 1381, \"clust\": 971, \"rank\": 222, \"rankvar\": 265, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 130, \"group\": [970.0, 452.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGAG\", \"ini\": 1380, \"clust\": 702, \"rank\": 85, \"rankvar\": 1114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 263, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1479, \"group\": [703.0, 339.0, 87.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGCGAGAAA\", \"ini\": 1379, \"clust\": 1164, \"rank\": 439, \"rankvar\": 364, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 264, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 645, \"group\": [1175.0, 540.0, 134.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGGGAAACA\", \"ini\": 1378, \"clust\": 950, \"rank\": 271, \"rankvar\": 460, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 131, \"group\": [949.0, 447.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGTCTGCT\", \"ini\": 1377, \"clust\": 1537, \"rank\": 363, \"rankvar\": 1422, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 266, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1592, \"group\": [1536.0, 687.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGAAGGTTT\", \"ini\": 1376, \"clust\": 1143, \"rank\": 260, \"rankvar\": 67, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 267, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1374, \"group\": [1146.0, 521.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCTTCAACT\", \"ini\": 1375, \"clust\": 1534, \"rank\": 330, \"rankvar\": 1330, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 268, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1593, \"group\": [1533.0, 687.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCAAGAAGT\", \"ini\": 1374, \"clust\": 1232, \"rank\": 301, \"rankvar\": 312, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 269, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 646, \"group\": [1233.0, 574.0, 145.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGGTCCAC\", \"ini\": 1373, \"clust\": 1336, \"rank\": 197, \"rankvar\": 574, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 270, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 647, \"group\": [1334.0, 614.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACGGTTTA\", \"ini\": 1372, \"clust\": 1094, \"rank\": 423, \"rankvar\": 643, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 271, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1375, \"group\": [1093.0, 504.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATTGGA\", \"ini\": 1371, \"clust\": 1090, \"rank\": 392, \"rankvar\": 600, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 272, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 648, \"group\": [1089.0, 501.0, 128.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTCTGCGGT\", \"ini\": 1370, \"clust\": 1274, \"rank\": 313, \"rankvar\": 493, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 273, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 649, \"group\": [1276.0, 596.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGAACAT\", \"ini\": 1369, \"clust\": 1313, \"rank\": 263, \"rankvar\": 39, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 650, \"group\": [1317.0, 609.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCATTTA\", \"ini\": 1368, \"clust\": 1046, \"rank\": 275, \"rankvar\": 233, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 275, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1281, \"group\": [1047.0, 484.0, 124.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACAGACGCCT\", \"ini\": 1367, \"clust\": 926, \"rank\": 265, \"rankvar\": 232, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 276, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 132, \"group\": [928.0, 443.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGATAT\", \"ini\": 1366, \"clust\": 1581, \"rank\": 253, \"rankvar\": 69, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 133, \"group\": [1585.0, 698.0, 161.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCCTACAGA\", \"ini\": 1365, \"clust\": 1388, \"rank\": 187, \"rankvar\": 869, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 278, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 651, \"group\": [1386.0, 617.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGTGACCA\", \"ini\": 1364, \"clust\": 1045, \"rank\": 397, \"rankvar\": 40, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 279, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1282, \"group\": [1044.0, 481.0, 124.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTCTCGTTC\", \"ini\": 1363, \"clust\": 870, \"rank\": 368, \"rankvar\": 457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 134, \"group\": [869.0, 423.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAATCTACG\", \"ini\": 1362, \"clust\": 1517, \"rank\": 464, \"rankvar\": 1216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 281, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1594, \"group\": [1516.0, 687.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATGGTTGT\", \"ini\": 1361, \"clust\": 1372, \"rank\": 303, \"rankvar\": 261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 282, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 652, \"group\": [1372.0, 616.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAGCACAT\", \"ini\": 1360, \"clust\": 938, \"rank\": 287, \"rankvar\": 242, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 135, \"group\": [938.0, 445.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCCACGAAT\", \"ini\": 1359, \"clust\": 923, \"rank\": 285, \"rankvar\": 279, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 136, \"group\": [922.0, 443.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCCAGTAG\", \"ini\": 1358, \"clust\": 1275, \"rank\": 210, \"rankvar\": 367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 285, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 653, \"group\": [1274.0, 596.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACATAGAAAC\", \"ini\": 1357, \"clust\": 985, \"rank\": 226, \"rankvar\": 155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 137, \"group\": [990.0, 452.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGCACCAC\", \"ini\": 1356, \"clust\": 1435, \"rank\": 422, \"rankvar\": 469, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 287, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 654, \"group\": [1436.0, 642.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGTCGAGTG\", \"ini\": 1355, \"clust\": 1387, \"rank\": 276, \"rankvar\": 420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 288, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 655, \"group\": [1388.0, 617.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCAGCGACC\", \"ini\": 1354, \"clust\": 1319, \"rank\": 283, \"rankvar\": 139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 656, \"group\": [1321.0, 611.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAAACAC\", \"ini\": 1353, \"clust\": 1233, \"rank\": 227, \"rankvar\": 639, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 290, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 657, \"group\": [1234.0, 574.0, 145.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTCCAGTAT\", \"ini\": 1352, \"clust\": 724, \"rank\": 225, \"rankvar\": 1271, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 291, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1480, \"group\": [726.0, 343.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGTGA\", \"ini\": 1351, \"clust\": 1098, \"rank\": 328, \"rankvar\": 109, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 292, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1376, \"group\": [1099.0, 508.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTACGCCC\", \"ini\": 1350, \"clust\": 1215, \"rank\": 388, \"rankvar\": 801, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 293, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1377, \"group\": [1211.0, 559.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTAAGCACG\", \"ini\": 1349, \"clust\": 957, \"rank\": 194, \"rankvar\": 295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 138, \"group\": [957.0, 450.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCGGAAATA\", \"ini\": 1348, \"clust\": 1183, \"rank\": 361, \"rankvar\": 544, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 295, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 658, \"group\": [1184.0, 548.0, 137.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGAATT\", \"ini\": 1347, \"clust\": 1337, \"rank\": 269, \"rankvar\": 197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 659, \"group\": [1335.0, 614.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTTCTGCGGCA\", \"ini\": 1346, \"clust\": 726, \"rank\": 282, \"rankvar\": 1562, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 297, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1481, \"group\": [725.0, 343.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACATAAAGGT\", \"ini\": 1345, \"clust\": 833, \"rank\": 469, \"rankvar\": 354, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 139, \"group\": [833.0, 398.0, 109.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCAGCACAT\", \"ini\": 1344, \"clust\": 1276, \"rank\": 176, \"rankvar\": 343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 299, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 660, \"group\": [1275.0, 596.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGTTACGA\", \"ini\": 1343, \"clust\": 1353, \"rank\": 192, \"rankvar\": 282, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 300, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 661, \"group\": [1351.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAGATGGGT\", \"ini\": 1342, \"clust\": 901, \"rank\": 337, \"rankvar\": 675, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 301, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 140, \"group\": [899.0, 436.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTCAGATAA\", \"ini\": 1341, \"clust\": 929, \"rank\": 241, \"rankvar\": 9, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 141, \"group\": [926.0, 443.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCAGCTGCTG\", \"ini\": 1340, \"clust\": 1299, \"rank\": 242, \"rankvar\": 577, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 303, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 662, \"group\": [1299.0, 605.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCACCTAA\", \"ini\": 1339, \"clust\": 1167, \"rank\": 440, \"rankvar\": 637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 304, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1378, \"group\": [1166.0, 535.0, 133.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGGTCCGT\", \"ini\": 1338, \"clust\": 905, \"rank\": 380, \"rankvar\": 525, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 142, \"group\": [904.0, 436.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGACCCT\", \"ini\": 1337, \"clust\": 1018, \"rank\": 314, \"rankvar\": 876, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 306, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 143, \"group\": [1019.0, 471.0, 120.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTGGAGAA\", \"ini\": 1336, \"clust\": 1443, \"rank\": 211, \"rankvar\": 666, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 307, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 663, \"group\": [1442.0, 644.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGTGTGCC\", \"ini\": 1335, \"clust\": 1257, \"rank\": 389, \"rankvar\": 906, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 308, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 664, \"group\": [1254.0, 589.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGATTGCT\", \"ini\": 1334, \"clust\": 849, \"rank\": 229, \"rankvar\": 961, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 309, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 665, \"group\": [847.0, 408.0, 112.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCGCATAA\", \"ini\": 1333, \"clust\": 1186, \"rank\": 426, \"rankvar\": 987, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1379, \"group\": [1189.0, 552.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCGCTTGTC\", \"ini\": 1332, \"clust\": 918, \"rank\": 357, \"rankvar\": 424, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 144, \"group\": [918.0, 442.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAAATCCGT\", \"ini\": 1331, \"clust\": 1204, \"rank\": 336, \"rankvar\": 1115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 312, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1380, \"group\": [1202.0, 559.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTAAATGAC\", \"ini\": 1330, \"clust\": 872, \"rank\": 382, \"rankvar\": 257, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 145, \"group\": [874.0, 423.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGACTTTCG\", \"ini\": 1329, \"clust\": 1518, \"rank\": 374, \"rankvar\": 1318, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 314, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1595, \"group\": [1517.0, 687.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTCGGACG\", \"ini\": 1328, \"clust\": 871, \"rank\": 371, \"rankvar\": 571, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 146, \"group\": [870.0, 423.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCATGGGACA\", \"ini\": 1327, \"clust\": 1626, \"rank\": 631, \"rankvar\": 1284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 316, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 9, \"group\": [1623.0, 726.0, 173.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTTACAG\", \"ini\": 1326, \"clust\": 705, \"rank\": 305, \"rankvar\": 647, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 317, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1482, \"group\": [706.0, 340.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAATGAATG\", \"ini\": 1325, \"clust\": 978, \"rank\": 281, \"rankvar\": 196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 147, \"group\": [977.0, 452.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCTTGCCGT\", \"ini\": 1324, \"clust\": 1005, \"rank\": 384, \"rankvar\": 939, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 148, \"group\": [1002.0, 461.0, 119.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGGGATA\", \"ini\": 1323, \"clust\": 1134, \"rank\": 413, \"rankvar\": 502, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 320, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1381, \"group\": [1134.0, 517.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCTGCCCA\", \"ini\": 1322, \"clust\": 1049, \"rank\": 470, \"rankvar\": 151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 321, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1283, \"group\": [1050.0, 485.0, 124.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGGCTTGG\", \"ini\": 1321, \"clust\": 1331, \"rank\": 214, \"rankvar\": 291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 666, \"group\": [1333.0, 613.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTTTGGCGC\", \"ini\": 1320, \"clust\": 1450, \"rank\": 499, \"rankvar\": 723, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 323, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 667, \"group\": [1451.0, 647.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGCTCAACT\", \"ini\": 1319, \"clust\": 1360, \"rank\": 186, \"rankvar\": 395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 324, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 668, \"group\": [1368.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCAGAGGTG\", \"ini\": 1318, \"clust\": 1580, \"rank\": 318, \"rankvar\": 1062, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 325, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 149, \"group\": [1580.0, 695.0, 161.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCTTAGCCC\", \"ini\": 1317, \"clust\": 975, \"rank\": 309, \"rankvar\": 199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 150, \"group\": [974.0, 452.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGATCCAT\", \"ini\": 1316, \"clust\": 942, \"rank\": 395, \"rankvar\": 373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 151, \"group\": [947.0, 446.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACAAGCCC\", \"ini\": 1315, \"clust\": 1083, \"rank\": 307, \"rankvar\": 172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 328, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1382, \"group\": [1082.0, 497.0, 127.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCAACCA\", \"ini\": 1314, \"clust\": 979, \"rank\": 272, \"rankvar\": 542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 329, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 152, \"group\": [981.0, 452.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTAACTCT\", \"ini\": 1313, \"clust\": 1109, \"rank\": 288, \"rankvar\": 55, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 330, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 153, \"group\": [1110.0, 512.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACTACAA\", \"ini\": 1312, \"clust\": 1180, \"rank\": 432, \"rankvar\": 179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 331, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1383, \"group\": [1179.0, 544.0, 136.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCAGCTGGC\", \"ini\": 1311, \"clust\": 1578, \"rank\": 412, \"rankvar\": 1165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 332, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1596, \"group\": [1581.0, 696.0, 161.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGTTCGA\", \"ini\": 1310, \"clust\": 1095, \"rank\": 373, \"rankvar\": 376, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1384, \"group\": [1096.0, 506.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCCAACCAA\", \"ini\": 1309, \"clust\": 921, \"rank\": 270, \"rankvar\": 333, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 154, \"group\": [921.0, 442.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCGAACGGA\", \"ini\": 1308, \"clust\": 1402, \"rank\": 238, \"rankvar\": 456, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 335, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 669, \"group\": [1402.0, 619.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCGATAGC\", \"ini\": 1307, \"clust\": 930, \"rank\": 326, \"rankvar\": 213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 336, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 155, \"group\": [933.0, 444.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCGGGAGTA\", \"ini\": 1306, \"clust\": 1441, \"rank\": 231, \"rankvar\": 974, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 337, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 670, \"group\": [1443.0, 644.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCGTCATC\", \"ini\": 1305, \"clust\": 1622, \"rank\": 675, \"rankvar\": 892, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 338, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 10, \"group\": [1626.0, 726.0, 173.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTAAGTGTA\", \"ini\": 1304, \"clust\": 1283, \"rank\": 355, \"rankvar\": 479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 339, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 671, \"group\": [1282.0, 597.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGAAATG\", \"ini\": 1303, \"clust\": 1300, \"rank\": 324, \"rankvar\": 50, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 340, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 672, \"group\": [1300.0, 606.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAAATACAG\", \"ini\": 1302, \"clust\": 1630, \"rank\": 402, \"rankvar\": 932, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 341, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 11, \"group\": [1631.0, 730.0, 173.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATAGCAT\", \"ini\": 1301, \"clust\": 1499, \"rank\": 340, \"rankvar\": 829, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 342, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 996, \"group\": [1499.0, 676.0, 156.0, 38.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATATACCG\", \"ini\": 1300, \"clust\": 834, \"rank\": 554, \"rankvar\": 704, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 156, \"group\": [831.0, 398.0, 109.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGTACTTGC\", \"ini\": 1299, \"clust\": 1624, \"rank\": 737, \"rankvar\": 1305, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 344, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 12, \"group\": [1624.0, 726.0, 173.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTAACGA\", \"ini\": 1298, \"clust\": 1212, \"rank\": 421, \"rankvar\": 1120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1385, \"group\": [1206.0, 559.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGTGCAAC\", \"ini\": 1297, \"clust\": 899, \"rank\": 346, \"rankvar\": 686, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 157, \"group\": [902.0, 436.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGGTTTC\", \"ini\": 1296, \"clust\": 838, \"rank\": 474, \"rankvar\": 384, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 158, \"group\": [835.0, 400.0, 109.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAACACTG\", \"ini\": 1295, \"clust\": 1030, \"rank\": 448, \"rankvar\": 615, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 159, \"group\": [1028.0, 474.0, 120.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTCGTACT\", \"ini\": 1294, \"clust\": 1288, \"rank\": 315, \"rankvar\": 298, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 349, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 673, \"group\": [1287.0, 598.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAACTGGCC\", \"ini\": 1293, \"clust\": 1328, \"rank\": 249, \"rankvar\": 490, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 350, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 674, \"group\": [1329.0, 613.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGAGAACG\", \"ini\": 1292, \"clust\": 947, \"rank\": 441, \"rankvar\": 184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 160, \"group\": [945.0, 446.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCGGGTCT\", \"ini\": 1291, \"clust\": 267, \"rank\": 362, \"rankvar\": 732, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 352, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 997, \"group\": [268.0, 64.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTCTTGTCC\", \"ini\": 1290, \"clust\": 1092, \"rank\": 434, \"rankvar\": 491, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1386, \"group\": [1094.0, 504.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCGGAAATA\", \"ini\": 1289, \"clust\": 972, \"rank\": 286, \"rankvar\": 247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 161, \"group\": [971.0, 452.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACGAGGTA\", \"ini\": 1288, \"clust\": 1062, \"rank\": 333, \"rankvar\": 61, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 355, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1284, \"group\": [1064.0, 488.0, 124.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGCGAACA\", \"ini\": 1287, \"clust\": 1413, \"rank\": 325, \"rankvar\": 500, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 356, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 675, \"group\": [1414.0, 629.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGGTTCGG\", \"ini\": 1286, \"clust\": 714, \"rank\": 250, \"rankvar\": 1013, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 357, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1483, \"group\": [714.0, 342.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGTTACCT\", \"ini\": 1285, \"clust\": 1301, \"rank\": 279, \"rankvar\": 86, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 358, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 676, \"group\": [1318.0, 610.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTTTGC\", \"ini\": 1284, \"clust\": 1102, \"rank\": 306, \"rankvar\": 189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 359, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1387, \"group\": [1105.0, 510.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGCCTGAG\", \"ini\": 1283, \"clust\": 1034, \"rank\": 495, \"rankvar\": 727, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 162, \"group\": [1035.0, 476.0, 120.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTAATGA\", \"ini\": 1282, \"clust\": 1047, \"rank\": 375, \"rankvar\": 76, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 361, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1285, \"group\": [1048.0, 484.0, 124.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGGCTACG\", \"ini\": 1281, \"clust\": 1110, \"rank\": 351, \"rankvar\": 492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 362, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1388, \"group\": [1129.0, 515.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTTGGGCC\", \"ini\": 1280, \"clust\": 966, \"rank\": 300, \"rankvar\": 65, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 363, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 163, \"group\": [969.0, 451.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGCCCAATT\", \"ini\": 1279, \"clust\": 1039, \"rank\": 372, \"rankvar\": 62, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 364, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 677, \"group\": [1046.0, 483.0, 124.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGGGTGT\", \"ini\": 1278, \"clust\": 1329, \"rank\": 236, \"rankvar\": 499, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 678, \"group\": [1327.0, 613.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCATGGTCA\", \"ini\": 1277, \"clust\": 970, \"rank\": 404, \"rankvar\": 510, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 164, \"group\": [972.0, 452.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAAGGTTCT\", \"ini\": 1276, \"clust\": 1397, \"rank\": 359, \"rankvar\": 251, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 679, \"group\": [1399.0, 619.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATTGGGCC\", \"ini\": 1275, \"clust\": 1194, \"rank\": 398, \"rankvar\": 847, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1389, \"group\": [1221.0, 563.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACACGAAACG\", \"ini\": 1274, \"clust\": 1269, \"rank\": 329, \"rankvar\": 226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 369, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 680, \"group\": [1269.0, 595.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCAAGAT\", \"ini\": 1273, \"clust\": 1169, \"rank\": 442, \"rankvar\": 393, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1390, \"group\": [1168.0, 536.0, 133.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGTACGATA\", \"ini\": 1272, \"clust\": 1280, \"rank\": 391, \"rankvar\": 412, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 371, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 681, \"group\": [1280.0, 597.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCAGCATACT\", \"ini\": 1271, \"clust\": 1286, \"rank\": 268, \"rankvar\": 468, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 372, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 682, \"group\": [1286.0, 598.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTCTCTTTA\", \"ini\": 1270, \"clust\": 873, \"rank\": 343, \"rankvar\": 695, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 165, \"group\": [872.0, 423.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCACTTACGA\", \"ini\": 1269, \"clust\": 902, \"rank\": 433, \"rankvar\": 204, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 374, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 166, \"group\": [900.0, 436.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGGGTTAG\", \"ini\": 1268, \"clust\": 1493, \"rank\": 497, \"rankvar\": 380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 375, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1286, \"group\": [1492.0, 669.0, 154.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATTTGCCC\", \"ini\": 1267, \"clust\": 1373, \"rank\": 379, \"rankvar\": 201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 376, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 683, \"group\": [1373.0, 616.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCAATACCG\", \"ini\": 1266, \"clust\": 963, \"rank\": 409, \"rankvar\": 169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 377, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 167, \"group\": [960.0, 451.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCACGTTGGC\", \"ini\": 1265, \"clust\": 847, \"rank\": 452, \"rankvar\": 520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 168, \"group\": [852.0, 411.0, 112.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGATAATG\", \"ini\": 1264, \"clust\": 1006, \"rank\": 524, \"rankvar\": 865, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 169, \"group\": [1003.0, 461.0, 119.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCCGTTAA\", \"ini\": 1263, \"clust\": 1330, \"rank\": 256, \"rankvar\": 116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 380, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 684, \"group\": [1328.0, 613.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTGTTTGGT\", \"ini\": 1262, \"clust\": 1292, \"rank\": 224, \"rankvar\": 834, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 381, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 685, \"group\": [1293.0, 600.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCGGTCTAA\", \"ini\": 1261, \"clust\": 1264, \"rank\": 350, \"rankvar\": 632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 382, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 686, \"group\": [1264.0, 593.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACCACTTAAGC\", \"ini\": 1260, \"clust\": 1376, \"rank\": 247, \"rankvar\": 432, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 383, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 687, \"group\": [1383.0, 617.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATTTCACT\", \"ini\": 1259, \"clust\": 967, \"rank\": 364, \"rankvar\": 51, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 384, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 170, \"group\": [968.0, 451.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAAGTAGT\", \"ini\": 1258, \"clust\": 711, \"rank\": 410, \"rankvar\": 838, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 385, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1484, \"group\": [711.0, 341.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGGATGG\", \"ini\": 1257, \"clust\": 1207, \"rank\": 517, \"rankvar\": 1155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 386, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1391, \"group\": [1205.0, 559.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCCCATTAT\", \"ini\": 1256, \"clust\": 1022, \"rank\": 451, \"rankvar\": 421, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 171, \"group\": [1020.0, 472.0, 120.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCTGCAAT\", \"ini\": 1255, \"clust\": 924, \"rank\": 332, \"rankvar\": 152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 172, \"group\": [923.0, 443.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCATCGGAAG\", \"ini\": 1254, \"clust\": 1278, \"rank\": 376, \"rankvar\": 798, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 389, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 688, \"group\": [1277.0, 597.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTGAGTTC\", \"ini\": 1253, \"clust\": 919, \"rank\": 347, \"rankvar\": 454, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 390, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 173, \"group\": [919.0, 442.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCATGAT\", \"ini\": 1252, \"clust\": 837, \"rank\": 487, \"rankvar\": 634, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 174, \"group\": [837.0, 400.0, 109.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTCCGTT\", \"ini\": 1251, \"clust\": 855, \"rank\": 358, \"rankvar\": 602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 175, \"group\": [854.0, 412.0, 113.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACGGTTTA\", \"ini\": 1250, \"clust\": 869, \"rank\": 472, \"rankvar\": 694, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 176, \"group\": [871.0, 423.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCGAACC\", \"ini\": 1249, \"clust\": 1198, \"rank\": 572, \"rankvar\": 815, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 394, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1392, \"group\": [1195.0, 556.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTCATAGACTC\", \"ini\": 1248, \"clust\": 1308, \"rank\": 273, \"rankvar\": 406, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 395, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 689, \"group\": [1307.0, 607.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGGCTAGGT\", \"ini\": 1247, \"clust\": 1004, \"rank\": 482, \"rankvar\": 859, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 177, \"group\": [1004.0, 462.0, 119.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATCCGCGA\", \"ini\": 1246, \"clust\": 961, \"rank\": 417, \"rankvar\": 56, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 397, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 178, \"group\": [961.0, 451.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCCTTCAAT\", \"ini\": 1245, \"clust\": 877, \"rank\": 335, \"rankvar\": 416, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 179, \"group\": [875.0, 424.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGAACCTT\", \"ini\": 1244, \"clust\": 1506, \"rank\": 528, \"rankvar\": 914, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 399, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1393, \"group\": [1505.0, 679.0, 157.0, 39.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGGTCTCG\", \"ini\": 1243, \"clust\": 861, \"rank\": 483, \"rankvar\": 131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 180, \"group\": [860.0, 417.0, 115.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTATCACCA\", \"ini\": 1242, \"clust\": 900, \"rank\": 378, \"rankvar\": 597, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 401, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 181, \"group\": [901.0, 436.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGGAGCGAG\", \"ini\": 1241, \"clust\": 1037, \"rank\": 437, \"rankvar\": 344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 402, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1287, \"group\": [1038.0, 479.0, 123.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCATGAACCT\", \"ini\": 1240, \"clust\": 1614, \"rank\": 607, \"rankvar\": 911, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 403, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 13, \"group\": [1617.0, 723.0, 172.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTTGCGTTA\", \"ini\": 1239, \"clust\": 922, \"rank\": 449, \"rankvar\": 156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 404, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 182, \"group\": [924.0, 443.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGGCCGAT\", \"ini\": 1238, \"clust\": 1024, \"rank\": 555, \"rankvar\": 430, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 183, \"group\": [1023.0, 473.0, 120.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGGCCGAT\", \"ini\": 1237, \"clust\": 1357, \"rank\": 258, \"rankvar\": 66, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 406, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 690, \"group\": [1369.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGCTTTC\", \"ini\": 1236, \"clust\": 1392, \"rank\": 311, \"rankvar\": 250, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 407, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 691, \"group\": [1390.0, 617.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTGCCTGTG\", \"ini\": 1235, \"clust\": 1289, \"rank\": 386, \"rankvar\": 552, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 408, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 692, \"group\": [1288.0, 598.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTACTGAC\", \"ini\": 1234, \"clust\": 1151, \"rank\": 341, \"rankvar\": 286, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 409, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1394, \"group\": [1154.0, 525.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCGTCCAGG\", \"ini\": 1233, \"clust\": 1184, \"rank\": 565, \"rankvar\": 1044, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 410, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1395, \"group\": [1182.0, 547.0, 137.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCACCCTCA\", \"ini\": 1232, \"clust\": 1386, \"rank\": 297, \"rankvar\": 605, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 693, \"group\": [1389.0, 617.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCTTGCGG\", \"ini\": 1231, \"clust\": 1351, \"rank\": 223, \"rankvar\": 289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 694, \"group\": [1352.0, 615.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTACTCAAC\", \"ini\": 1230, \"clust\": 1152, \"rank\": 280, \"rankvar\": 244, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 413, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1396, \"group\": [1152.0, 523.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGAGTTGGC\", \"ini\": 1229, \"clust\": 1438, \"rank\": 228, \"rankvar\": 549, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 414, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 695, \"group\": [1438.0, 643.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGATATGGT\", \"ini\": 1228, \"clust\": 1291, \"rank\": 342, \"rankvar\": 359, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 415, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 696, \"group\": [1291.0, 598.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCGCTTTC\", \"ini\": 1227, \"clust\": 729, \"rank\": 399, \"rankvar\": 1185, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 416, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1485, \"group\": [729.0, 343.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAAGCCGTC\", \"ini\": 1226, \"clust\": 1415, \"rank\": 345, \"rankvar\": 375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 417, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 697, \"group\": [1416.0, 630.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCAGGGTGTTG\", \"ini\": 1225, \"clust\": 1466, \"rank\": 545, \"rankvar\": 820, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 418, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 698, \"group\": [1467.0, 654.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCATGTCTT\", \"ini\": 1224, \"clust\": 1527, \"rank\": 419, \"rankvar\": 1240, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 419, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1597, \"group\": [1527.0, 687.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGGCGCTCT\", \"ini\": 1223, \"clust\": 1192, \"rank\": 549, \"rankvar\": 717, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 420, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1397, \"group\": [1190.0, 553.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGGTGCGCTTG\", \"ini\": 1222, \"clust\": 1297, \"rank\": 415, \"rankvar\": 266, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 421, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 699, \"group\": [1297.0, 603.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCTAAAGA\", \"ini\": 1221, \"clust\": 1007, \"rank\": 597, \"rankvar\": 636, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 184, \"group\": [1006.0, 464.0, 119.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACTGCCAG\", \"ini\": 1220, \"clust\": 913, \"rank\": 471, \"rankvar\": 523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 185, \"group\": [912.0, 439.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATTACCTT\", \"ini\": 1219, \"clust\": 897, \"rank\": 354, \"rankvar\": 234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 186, \"group\": [894.0, 434.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGCGATTCT\", \"ini\": 1218, \"clust\": 1188, \"rank\": 400, \"rankvar\": 794, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 425, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1398, \"group\": [1186.0, 550.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTCCGTAT\", \"ini\": 1217, \"clust\": 1021, \"rank\": 458, \"rankvar\": 38, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 426, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 187, \"group\": [1022.0, 472.0, 120.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATGCCTTC\", \"ini\": 1216, \"clust\": 1162, \"rank\": 575, \"rankvar\": 481, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 427, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1399, \"group\": [1160.0, 530.0, 132.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCGATATA\", \"ini\": 1215, \"clust\": 969, \"rank\": 323, \"rankvar\": 352, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 188, \"group\": [967.0, 451.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACCAGATT\", \"ini\": 1214, \"clust\": 1400, \"rank\": 267, \"rankvar\": 253, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 429, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 700, \"group\": [1400.0, 619.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCCACTCCA\", \"ini\": 1213, \"clust\": 916, \"rank\": 385, \"rankvar\": 383, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 189, \"group\": [915.0, 441.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCCTAATT\", \"ini\": 1212, \"clust\": 908, \"rank\": 331, \"rankvar\": 467, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 190, \"group\": [906.0, 437.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGGTTAAC\", \"ini\": 1211, \"clust\": 912, \"rank\": 582, \"rankvar\": 336, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 191, \"group\": [914.0, 440.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGGGTGTGT\", \"ini\": 1210, \"clust\": 1325, \"rank\": 477, \"rankvar\": 299, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 433, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 701, \"group\": [1324.0, 613.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTTATGCGT\", \"ini\": 1209, \"clust\": 848, \"rank\": 488, \"rankvar\": 921, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 434, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 702, \"group\": [851.0, 410.0, 112.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCAGACCTTTG\", \"ini\": 1208, \"clust\": 1322, \"rank\": 365, \"rankvar\": 498, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 435, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 703, \"group\": [1322.0, 612.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCACATGACT\", \"ini\": 1207, \"clust\": 1623, \"rank\": 652, \"rankvar\": 1356, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 436, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 14, \"group\": [1625.0, 726.0, 173.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGAGACTTA\", \"ini\": 1206, \"clust\": 731, \"rank\": 420, \"rankvar\": 981, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 437, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1486, \"group\": [731.0, 343.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTAATTGGA\", \"ini\": 1205, \"clust\": 1284, \"rank\": 457, \"rankvar\": 618, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 438, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 704, \"group\": [1283.0, 597.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTTTAGGG\", \"ini\": 1204, \"clust\": 1273, \"rank\": 383, \"rankvar\": 614, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 439, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 705, \"group\": [1272.0, 596.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTTGCT\", \"ini\": 1203, \"clust\": 959, \"rank\": 438, \"rankvar\": 5, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 192, \"group\": [963.0, 451.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTCATTCA\", \"ini\": 1202, \"clust\": 939, \"rank\": 447, \"rankvar\": 222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 441, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 193, \"group\": [939.0, 445.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCAATGAATG\", \"ini\": 1201, \"clust\": 1535, \"rank\": 461, \"rankvar\": 1389, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 442, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1598, \"group\": [1534.0, 687.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATAAAGG\", \"ini\": 1200, \"clust\": 1507, \"rank\": 542, \"rankvar\": 192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 443, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1400, \"group\": [1506.0, 679.0, 157.0, 39.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTACAGTGG\", \"ini\": 1199, \"clust\": 1074, \"rank\": 602, \"rankvar\": 1098, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1401, \"group\": [1078.0, 495.0, 127.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCACAGGCCT\", \"ini\": 1198, \"clust\": 1262, \"rank\": 367, \"rankvar\": 407, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 445, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 706, \"group\": [1262.0, 592.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACAGAGGT\", \"ini\": 1197, \"clust\": 1067, \"rank\": 255, \"rankvar\": 653, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 446, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1402, \"group\": [1067.0, 490.0, 125.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCACCGGGT\", \"ini\": 1196, \"clust\": 917, \"rank\": 396, \"rankvar\": 311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 447, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 194, \"group\": [916.0, 441.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTAGGGTG\", \"ini\": 1195, \"clust\": 718, \"rank\": 316, \"rankvar\": 1218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 448, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1487, \"group\": [718.0, 342.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGTCGCTG\", \"ini\": 1194, \"clust\": 1419, \"rank\": 445, \"rankvar\": 422, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 449, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 707, \"group\": [1418.0, 631.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCGTTTAC\", \"ini\": 1193, \"clust\": 294, \"rank\": 390, \"rankvar\": 1263, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 450, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 998, \"group\": [295.0, 77.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACAGCTCGAC\", \"ini\": 1192, \"clust\": 1091, \"rank\": 566, \"rankvar\": 449, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 451, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1403, \"group\": [1095.0, 505.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGTTAACC\", \"ini\": 1191, \"clust\": 732, \"rank\": 466, \"rankvar\": 1390, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 452, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1488, \"group\": [732.0, 343.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAGGGTAC\", \"ini\": 1190, \"clust\": 703, \"rank\": 317, \"rankvar\": 907, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 453, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 708, \"group\": [704.0, 339.0, 87.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTTCCGTCT\", \"ini\": 1189, \"clust\": 1153, \"rank\": 408, \"rankvar\": 98, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1404, \"group\": [1153.0, 524.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCTTGCAAG\", \"ini\": 1188, \"clust\": 1324, \"rank\": 462, \"rankvar\": 292, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 455, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 709, \"group\": [1326.0, 613.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGTCTCT\", \"ini\": 1187, \"clust\": 727, \"rank\": 344, \"rankvar\": 1437, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 456, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1489, \"group\": [727.0, 343.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTGATAAAC\", \"ini\": 1186, \"clust\": 1403, \"rank\": 327, \"rankvar\": 480, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 457, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 710, \"group\": [1403.0, 619.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCTCGTATT\", \"ini\": 1185, \"clust\": 1542, \"rank\": 496, \"rankvar\": 1206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 458, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1599, \"group\": [1542.0, 689.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCAAACGGG\", \"ini\": 1184, \"clust\": 994, \"rank\": 459, \"rankvar\": 404, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 195, \"group\": [993.0, 455.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGTGGTAAT\", \"ini\": 1183, \"clust\": 1015, \"rank\": 394, \"rankvar\": 610, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 196, \"group\": [1015.0, 469.0, 120.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTCTTTCAT\", \"ini\": 1182, \"clust\": 925, \"rank\": 467, \"rankvar\": 48, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 197, \"group\": [929.0, 443.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTCACGCC\", \"ini\": 1181, \"clust\": 1393, \"rank\": 245, \"rankvar\": 435, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 462, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 711, \"group\": [1391.0, 617.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTGCCAGA\", \"ini\": 1180, \"clust\": 733, \"rank\": 622, \"rankvar\": 1473, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 463, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1490, \"group\": [733.0, 344.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATCGATTG\", \"ini\": 1179, \"clust\": 1050, \"rank\": 435, \"rankvar\": 10, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 464, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1288, \"group\": [1065.0, 489.0, 124.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATCGATTG\", \"ini\": 1178, \"clust\": 1282, \"rank\": 436, \"rankvar\": 507, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 465, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 712, \"group\": [1284.0, 597.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTCATCGTCGG\", \"ini\": 1177, \"clust\": 1454, \"rank\": 541, \"rankvar\": 557, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 466, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 713, \"group\": [1454.0, 649.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGTACTCT\", \"ini\": 1176, \"clust\": 1635, \"rank\": 559, \"rankvar\": 1228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 467, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 15, \"group\": [1635.0, 731.0, 173.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAAGCAGGTCA\", \"ini\": 1175, \"clust\": 860, \"rank\": 478, \"rankvar\": 103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 198, \"group\": [862.0, 418.0, 115.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCAACACGT\", \"ini\": 1174, \"clust\": 1414, \"rank\": 522, \"rankvar\": 685, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 469, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 714, \"group\": [1415.0, 629.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTGGGATC\", \"ini\": 1173, \"clust\": 903, \"rank\": 530, \"rankvar\": 503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 470, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 199, \"group\": [905.0, 436.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGCGATAGC\", \"ini\": 1172, \"clust\": 1385, \"rank\": 294, \"rankvar\": 608, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 471, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 715, \"group\": [1385.0, 617.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCGCATGGC\", \"ini\": 1171, \"clust\": 1326, \"rank\": 511, \"rankvar\": 569, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 472, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 716, \"group\": [1325.0, 613.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTAAGGGAA\", \"ini\": 1170, \"clust\": 687, \"rank\": 450, \"rankvar\": 1282, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 473, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1491, \"group\": [691.0, 335.0, 87.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCCTTGAT\", \"ini\": 1169, \"clust\": 1012, \"rank\": 717, \"rankvar\": 936, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 474, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 200, \"group\": [1010.0, 466.0, 119.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGCTAAACA\", \"ini\": 1168, \"clust\": 715, \"rank\": 377, \"rankvar\": 1153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 475, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1492, \"group\": [715.0, 342.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTAGCTAAA\", \"ini\": 1167, \"clust\": 858, \"rank\": 505, \"rankvar\": 340, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 476, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 201, \"group\": [856.0, 414.0, 114.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATCCCGC\", \"ini\": 1166, \"clust\": 832, \"rank\": 446, \"rankvar\": 276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 202, \"group\": [834.0, 399.0, 109.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGAGTACCG\", \"ini\": 1165, \"clust\": 268, \"rank\": 443, \"rankvar\": 813, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 478, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 999, \"group\": [266.0, 62.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCATGCTGGC\", \"ini\": 1164, \"clust\": 850, \"rank\": 456, \"rankvar\": 231, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 479, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 717, \"group\": [848.0, 408.0, 112.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGGATGGA\", \"ini\": 1163, \"clust\": 1437, \"rank\": 418, \"rankvar\": 711, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 480, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 718, \"group\": [1440.0, 643.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTCACCCATTC\", \"ini\": 1162, \"clust\": 1439, \"rank\": 406, \"rankvar\": 353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 719, \"group\": [1439.0, 643.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTTAGTGGG\", \"ini\": 1161, \"clust\": 862, \"rank\": 515, \"rankvar\": 52, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 203, \"group\": [861.0, 417.0, 115.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCGACA\", \"ini\": 1160, \"clust\": 1389, \"rank\": 431, \"rankvar\": 757, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 483, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 720, \"group\": [1387.0, 617.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGTTTCCTT\", \"ini\": 1159, \"clust\": 830, \"rank\": 492, \"rankvar\": 740, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 204, \"group\": [829.0, 397.0, 109.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGCACGTCAGC\", \"ini\": 1158, \"clust\": 1321, \"rank\": 370, \"rankvar\": 330, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 485, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 721, \"group\": [1320.0, 611.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCCAAAT\", \"ini\": 1157, \"clust\": 1296, \"rank\": 479, \"rankvar\": 313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 486, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 722, \"group\": [1404.0, 620.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTCTCTTAT\", \"ini\": 1156, \"clust\": 1293, \"rank\": 381, \"rankvar\": 166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 487, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 723, \"group\": [1294.0, 600.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCAACGGCC\", \"ini\": 1155, \"clust\": 1500, \"rank\": 348, \"rankvar\": 915, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 488, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1000, \"group\": [1500.0, 676.0, 156.0, 38.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCGAACGC\", \"ini\": 1154, \"clust\": 1013, \"rank\": 645, \"rankvar\": 770, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 489, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 205, \"group\": [1011.0, 466.0, 119.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCGCAAACT\", \"ini\": 1153, \"clust\": 1467, \"rank\": 489, \"rankvar\": 670, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 490, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 724, \"group\": [1468.0, 654.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCACACGC\", \"ini\": 1152, \"clust\": 710, \"rank\": 508, \"rankvar\": 678, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 491, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1493, \"group\": [713.0, 341.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACCACCAG\", \"ini\": 1151, \"clust\": 735, \"rank\": 405, \"rankvar\": 1230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 492, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1494, \"group\": [736.0, 346.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGGCAAAC\", \"ini\": 1150, \"clust\": 713, \"rank\": 349, \"rankvar\": 967, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 493, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1495, \"group\": [716.0, 342.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGCGTAAG\", \"ini\": 1149, \"clust\": 1168, \"rank\": 548, \"rankvar\": 368, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1405, \"group\": [1167.0, 535.0, 133.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTGGTCCGT\", \"ini\": 1148, \"clust\": 1029, \"rank\": 563, \"rankvar\": 738, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 495, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 206, \"group\": [1030.0, 474.0, 120.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGTGTGGCA\", \"ini\": 1147, \"clust\": 1200, \"rank\": 599, \"rankvar\": 1179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 496, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1406, \"group\": [1220.0, 562.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAATGAATG\", \"ini\": 1146, \"clust\": 1129, \"rank\": 516, \"rankvar\": 607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 497, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1407, \"group\": [1135.0, 518.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAAACCCAT\", \"ini\": 1145, \"clust\": 1631, \"rank\": 591, \"rankvar\": 986, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 498, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 16, \"group\": [1632.0, 730.0, 173.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCTCCAGGG\", \"ini\": 1144, \"clust\": 1601, \"rank\": 729, \"rankvar\": 780, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 499, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 207, \"group\": [1601.0, 712.0, 168.0, 42.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGCCAGTTT\", \"ini\": 1143, \"clust\": 741, \"rank\": 424, \"rankvar\": 972, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 500, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1496, \"group\": [740.0, 347.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTACATGAACCT\", \"ini\": 1142, \"clust\": 876, \"rank\": 485, \"rankvar\": 119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 501, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 208, \"group\": [877.0, 424.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGAATAGGG\", \"ini\": 1141, \"clust\": 415, \"rank\": 556, \"rankvar\": 651, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 209, \"group\": [415.0, 159.0, 40.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGCTGGA\", \"ini\": 1140, \"clust\": 1211, \"rank\": 502, \"rankvar\": 1101, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 503, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1408, \"group\": [1208.0, 559.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTACCGGCT\", \"ini\": 1139, \"clust\": 1260, \"rank\": 519, \"rankvar\": 741, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 504, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 725, \"group\": [1257.0, 589.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGGTGGAT\", \"ini\": 1138, \"clust\": 1221, \"rank\": 476, \"rankvar\": 1344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 505, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1409, \"group\": [1218.0, 561.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGAGGTTAT\", \"ini\": 1137, \"clust\": 1277, \"rank\": 512, \"rankvar\": 450, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 506, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 726, \"group\": [1279.0, 597.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCAAAGACA\", \"ini\": 1136, \"clust\": 1416, \"rank\": 427, \"rankvar\": 540, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 507, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 727, \"group\": [1417.0, 630.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTGATCGG\", \"ini\": 1135, \"clust\": 1538, \"rank\": 594, \"rankvar\": 1448, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 508, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1600, \"group\": [1537.0, 687.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAGGTCGTC\", \"ini\": 1134, \"clust\": 1455, \"rank\": 536, \"rankvar\": 508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 728, \"group\": [1456.0, 650.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTTCCACGG\", \"ini\": 1133, \"clust\": 1225, \"rank\": 578, \"rankvar\": 385, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 510, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1289, \"group\": [1228.0, 570.0, 143.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACAGCGTC\", \"ini\": 1132, \"clust\": 688, \"rank\": 401, \"rankvar\": 1352, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 511, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1497, \"group\": [687.0, 335.0, 87.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCCCTAATT\", \"ini\": 1131, \"clust\": 1193, \"rank\": 627, \"rankvar\": 826, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 512, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1410, \"group\": [1191.0, 554.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAAAGCGGT\", \"ini\": 1130, \"clust\": 958, \"rank\": 360, \"rankvar\": 606, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 513, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 210, \"group\": [958.0, 450.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACGACGT\", \"ini\": 1129, \"clust\": 856, \"rank\": 520, \"rankvar\": 746, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 211, \"group\": [859.0, 416.0, 114.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCACTCTTA\", \"ini\": 1128, \"clust\": 1375, \"rank\": 407, \"rankvar\": 218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 515, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 729, \"group\": [1375.0, 616.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTTCAGACT\", \"ini\": 1127, \"clust\": 1636, \"rank\": 600, \"rankvar\": 624, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 516, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 17, \"group\": [1636.0, 731.0, 173.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCATGCAACT\", \"ini\": 1126, \"clust\": 1199, \"rank\": 649, \"rankvar\": 764, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 517, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1411, \"group\": [1196.0, 556.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCACCCT\", \"ini\": 1125, \"clust\": 1401, \"rank\": 319, \"rankvar\": 262, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 518, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 730, \"group\": [1401.0, 619.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGGCTTC\", \"ini\": 1124, \"clust\": 1396, \"rank\": 266, \"rankvar\": 285, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 519, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 731, \"group\": [1395.0, 618.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCCAGTTA\", \"ini\": 1123, \"clust\": 1477, \"rank\": 403, \"rankvar\": 1089, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 520, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 732, \"group\": [1476.0, 659.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTAGCTAGGCA\", \"ini\": 1122, \"clust\": 1391, \"rank\": 387, \"rankvar\": 283, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 521, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 733, \"group\": [1392.0, 617.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGCGGCTTC\", \"ini\": 1121, \"clust\": 1528, \"rank\": 535, \"rankvar\": 1498, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 522, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1601, \"group\": [1528.0, 687.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAGCCCAC\", \"ini\": 1120, \"clust\": 1209, \"rank\": 546, \"rankvar\": 1106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 523, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1412, \"group\": [1204.0, 559.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCCACCGTTGG\", \"ini\": 1119, \"clust\": 906, \"rank\": 525, \"rankvar\": 53, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 212, \"group\": [909.0, 437.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGCGCCTTG\", \"ini\": 1118, \"clust\": 740, \"rank\": 480, \"rankvar\": 1027, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 525, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1498, \"group\": [742.0, 347.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGAACTCGG\", \"ini\": 1117, \"clust\": 1333, \"rank\": 416, \"rankvar\": 475, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 526, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 734, \"group\": [1332.0, 613.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTATCTG\", \"ini\": 1116, \"clust\": 965, \"rank\": 510, \"rankvar\": 146, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 527, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 213, \"group\": [965.0, 451.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTCGGCTCA\", \"ini\": 1115, \"clust\": 1444, \"rank\": 490, \"rankvar\": 712, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 528, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 735, \"group\": [1445.0, 644.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTTCCAACA\", \"ini\": 1114, \"clust\": 742, \"rank\": 585, \"rankvar\": 946, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 529, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1499, \"group\": [741.0, 347.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCCTGCAGG\", \"ini\": 1113, \"clust\": 839, \"rank\": 593, \"rankvar\": 159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 530, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 214, \"group\": [836.0, 400.0, 109.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGAGGTAGA\", \"ini\": 1112, \"clust\": 1281, \"rank\": 521, \"rankvar\": 144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 531, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 736, \"group\": [1281.0, 597.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACATGCAATC\", \"ini\": 1111, \"clust\": 840, \"rank\": 638, \"rankvar\": 839, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 215, \"group\": [840.0, 403.0, 110.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTTTAAGCC\", \"ini\": 1110, \"clust\": 1287, \"rank\": 509, \"rankvar\": 418, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 533, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 737, \"group\": [1289.0, 598.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTTCATGGT\", \"ini\": 1109, \"clust\": 394, \"rank\": 411, \"rankvar\": 656, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 534, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 421, \"group\": [395.0, 147.0, 38.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCTGCAGG\", \"ini\": 1108, \"clust\": 1075, \"rank\": 608, \"rankvar\": 74, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 535, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1413, \"group\": [1077.0, 495.0, 127.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGAGAACAG\", \"ini\": 1107, \"clust\": 1210, \"rank\": 529, \"rankvar\": 1223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 536, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1414, \"group\": [1209.0, 559.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGAGAGCAATT\", \"ini\": 1106, \"clust\": 880, \"rank\": 534, \"rankvar\": 572, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 216, \"group\": [881.0, 425.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAACGCGA\", \"ini\": 1105, \"clust\": 842, \"rank\": 709, \"rankvar\": 830, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 217, \"group\": [842.0, 405.0, 111.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCAGTTTGG\", \"ini\": 1104, \"clust\": 1173, \"rank\": 592, \"rankvar\": 410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 539, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1415, \"group\": [1172.0, 537.0, 133.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCCTCAACC\", \"ini\": 1103, \"clust\": 1222, \"rank\": 577, \"rankvar\": 1293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 540, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1416, \"group\": [1219.0, 561.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAGCCTTTC\", \"ini\": 1102, \"clust\": 1263, \"rank\": 547, \"rankvar\": 642, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 541, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 738, \"group\": [1263.0, 592.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATAGGAG\", \"ini\": 1101, \"clust\": 1583, \"rank\": 366, \"rankvar\": 933, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 218, \"group\": [1582.0, 697.0, 161.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTCTCATCC\", \"ini\": 1100, \"clust\": 1165, \"rank\": 453, \"rankvar\": 598, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 739, \"group\": [1164.0, 534.0, 133.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCGGCATCG\", \"ini\": 1099, \"clust\": 881, \"rank\": 429, \"rankvar\": 682, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 219, \"group\": [879.0, 425.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTTCGCTAA\", \"ini\": 1098, \"clust\": 1270, \"rank\": 501, \"rankvar\": 70, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 545, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 740, \"group\": [1270.0, 595.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGCGATG\", \"ini\": 1097, \"clust\": 1567, \"rank\": 639, \"rankvar\": 1547, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 546, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1602, \"group\": [1565.0, 692.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAGTCAGCC\", \"ini\": 1096, \"clust\": 841, \"rank\": 692, \"rankvar\": 742, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 220, \"group\": [841.0, 404.0, 110.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAACTGCTA\", \"ini\": 1095, \"clust\": 1433, \"rank\": 393, \"rankvar\": 519, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 548, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 741, \"group\": [1432.0, 640.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTTGAGAT\", \"ini\": 1094, \"clust\": 559, \"rank\": 693, \"rankvar\": 1061, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 549, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 742, \"group\": [559.0, 246.0, 62.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCCCTAAT\", \"ini\": 1093, \"clust\": 836, \"rank\": 564, \"rankvar\": 78, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 221, \"group\": [838.0, 401.0, 109.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAAGTCTAC\", \"ini\": 1092, \"clust\": 1484, \"rank\": 553, \"rankvar\": 566, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 551, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 743, \"group\": [1487.0, 665.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGGCTCTTA\", \"ini\": 1091, \"clust\": 1172, \"rank\": 473, \"rankvar\": 472, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1417, \"group\": [1173.0, 538.0, 133.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAACAGCGAACA\", \"ini\": 1090, \"clust\": 1025, \"rank\": 633, \"rankvar\": 341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 553, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 222, \"group\": [1024.0, 473.0, 120.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAAACCGT\", \"ini\": 1089, \"clust\": 909, \"rank\": 507, \"rankvar\": 553, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 223, \"group\": [907.0, 437.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCACAGACTT\", \"ini\": 1088, \"clust\": 1160, \"rank\": 701, \"rankvar\": 715, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 555, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1418, \"group\": [1163.0, 533.0, 132.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCAATGGACG\", \"ini\": 1087, \"clust\": 1170, \"rank\": 629, \"rankvar\": 501, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 556, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1419, \"group\": [1169.0, 536.0, 133.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTGACTACT\", \"ini\": 1086, \"clust\": 878, \"rank\": 523, \"rankvar\": 334, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 224, \"group\": [876.0, 424.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCTCTTATG\", \"ini\": 1085, \"clust\": 1189, \"rank\": 444, \"rankvar\": 996, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 558, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1420, \"group\": [1187.0, 550.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTACAGCAG\", \"ini\": 1084, \"clust\": 1495, \"rank\": 567, \"rankvar\": 331, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 559, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 744, \"group\": [1497.0, 674.0, 155.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCACCCAGTG\", \"ini\": 1083, \"clust\": 1096, \"rank\": 596, \"rankvar\": 83, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 560, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 745, \"group\": [1097.0, 507.0, 129.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTATAGGTA\", \"ini\": 1082, \"clust\": 1502, \"rank\": 560, \"rankvar\": 1128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 561, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1001, \"group\": [1501.0, 677.0, 156.0, 38.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGCTGAG\", \"ini\": 1081, \"clust\": 1078, \"rank\": 674, \"rankvar\": 594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 562, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1421, \"group\": [1079.0, 496.0, 127.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGGCGCTCT\", \"ini\": 1080, \"clust\": 1223, \"rank\": 628, \"rankvar\": 163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 563, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 746, \"group\": [1224.0, 566.0, 140.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGATTC\", \"ini\": 1079, \"clust\": 1261, \"rank\": 475, \"rankvar\": 601, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 564, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 747, \"group\": [1258.0, 589.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCTGGAGCC\", \"ini\": 1078, \"clust\": 1023, \"rank\": 573, \"rankvar\": 473, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 225, \"group\": [1021.0, 472.0, 120.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCGGATGGA\", \"ini\": 1077, \"clust\": 1259, \"rank\": 669, \"rankvar\": 924, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 566, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 748, \"group\": [1259.0, 589.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTATGCTTG\", \"ini\": 1076, \"clust\": 1515, \"rank\": 598, \"rankvar\": 1002, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 567, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1603, \"group\": [1541.0, 688.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTACTTAC\", \"ini\": 1075, \"clust\": 388, \"rank\": 579, \"rankvar\": 358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 568, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 749, \"group\": [389.0, 143.0, 37.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAATCCGT\", \"ini\": 1074, \"clust\": 852, \"rank\": 527, \"rankvar\": 235, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 226, \"group\": [850.0, 409.0, 112.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTGGGCTA\", \"ini\": 1073, \"clust\": 716, \"rank\": 514, \"rankvar\": 962, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 570, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1500, \"group\": [719.0, 342.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCAGGTGCCT\", \"ini\": 1072, \"clust\": 700, \"rank\": 539, \"rankvar\": 1251, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 571, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 750, \"group\": [701.0, 338.0, 87.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCTGAGTGT\", \"ini\": 1071, \"clust\": 1440, \"rank\": 414, \"rankvar\": 667, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 572, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 751, \"group\": [1444.0, 644.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGAGAGTACAT\", \"ini\": 1070, \"clust\": 1213, \"rank\": 603, \"rankvar\": 1132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 573, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1422, \"group\": [1207.0, 559.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGATGAGG\", \"ini\": 1069, \"clust\": 1181, \"rank\": 569, \"rankvar\": 443, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 574, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1423, \"group\": [1180.0, 545.0, 136.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACCCTATC\", \"ini\": 1068, \"clust\": 692, \"rank\": 584, \"rankvar\": 1001, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 575, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1501, \"group\": [697.0, 336.0, 87.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCGTTTGCC\", \"ini\": 1067, \"clust\": 995, \"rank\": 589, \"rankvar\": 442, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 227, \"group\": [994.0, 455.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCATTCA\", \"ini\": 1066, \"clust\": 269, \"rank\": 425, \"rankvar\": 1130, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 577, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1260, \"group\": [267.0, 63.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCTGTCAAG\", \"ini\": 1065, \"clust\": 1031, \"rank\": 699, \"rankvar\": 824, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 578, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 228, \"group\": [1029.0, 474.0, 120.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGCGCAC\", \"ini\": 1064, \"clust\": 835, \"rank\": 654, \"rankvar\": 57, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 229, \"group\": [832.0, 398.0, 109.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCGTCTTC\", \"ini\": 1063, \"clust\": 915, \"rank\": 518, \"rankvar\": 193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 230, \"group\": [917.0, 441.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCACAACGTT\", \"ini\": 1062, \"clust\": 779, \"rank\": 503, \"rankvar\": 655, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 581, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1424, \"group\": [779.0, 359.0, 92.0, 27.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTCCGAAGA\", \"ini\": 1061, \"clust\": 1224, \"rank\": 668, \"rankvar\": 565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 582, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 752, \"group\": [1225.0, 567.0, 141.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCAAGC\", \"ini\": 1060, \"clust\": 1266, \"rank\": 526, \"rankvar\": 75, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 583, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 753, \"group\": [1268.0, 594.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCCGTTGTC\", \"ini\": 1059, \"clust\": 874, \"rank\": 583, \"rankvar\": 408, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 584, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 231, \"group\": [873.0, 423.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCAAGTAATG\", \"ini\": 1058, \"clust\": 1418, \"rank\": 570, \"rankvar\": 379, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 585, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 754, \"group\": [1420.0, 631.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCTAGAAC\", \"ini\": 1057, \"clust\": 1482, \"rank\": 493, \"rankvar\": 267, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 586, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 755, \"group\": [1483.0, 663.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCCTTGCCA\", \"ini\": 1056, \"clust\": 896, \"rank\": 634, \"rankvar\": 255, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 232, \"group\": [896.0, 434.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGGACGAT\", \"ini\": 1055, \"clust\": 868, \"rank\": 491, \"rankvar\": 82, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 233, \"group\": [866.0, 421.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGTGGTAAT\", \"ini\": 1054, \"clust\": 1582, \"rank\": 463, \"rankvar\": 716, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 589, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 234, \"group\": [1584.0, 697.0, 161.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGATGCGAC\", \"ini\": 1053, \"clust\": 1398, \"rank\": 494, \"rankvar\": 209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 590, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 756, \"group\": [1397.0, 619.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAGCTTAAC\", \"ini\": 1052, \"clust\": 1279, \"rank\": 621, \"rankvar\": 763, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 591, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 757, \"group\": [1278.0, 597.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGCAGCCTC\", \"ini\": 1051, \"clust\": 1394, \"rank\": 465, \"rankvar\": 96, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 592, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 758, \"group\": [1396.0, 618.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTGGTGTAG\", \"ini\": 1050, \"clust\": 1591, \"rank\": 749, \"rankvar\": 790, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 593, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1290, \"group\": [1589.0, 702.0, 164.0, 41.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTTGATG\", \"ini\": 1049, \"clust\": 889, \"rank\": 562, \"rankvar\": 863, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 235, \"group\": [889.0, 432.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAGTCGACTAT\", \"ini\": 1048, \"clust\": 1258, \"rank\": 586, \"rankvar\": 855, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 595, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 759, \"group\": [1255.0, 589.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGAATCT\", \"ini\": 1047, \"clust\": 887, \"rank\": 551, \"rankvar\": 511, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 596, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 236, \"group\": [886.0, 430.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTCCAGTAT\", \"ini\": 1046, \"clust\": 827, \"rank\": 611, \"rankvar\": 1014, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 237, \"group\": [826.0, 394.0, 108.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGACAGCT\", \"ini\": 1045, \"clust\": 414, \"rank\": 610, \"rankvar\": 405, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 238, \"group\": [417.0, 161.0, 40.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACCATACTACG\", \"ini\": 1044, \"clust\": 1177, \"rank\": 751, \"rankvar\": 259, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1425, \"group\": [1177.0, 542.0, 136.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGGTACA\", \"ini\": 1043, \"clust\": 1073, \"rank\": 498, \"rankvar\": 191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 600, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 239, \"group\": [1072.0, 492.0, 125.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAAACGTGG\", \"ini\": 1042, \"clust\": 402, \"rank\": 601, \"rankvar\": 646, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 240, \"group\": [402.0, 152.0, 39.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTAGTGACTCT\", \"ini\": 1041, \"clust\": 1399, \"rank\": 455, \"rankvar\": 84, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 602, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 760, \"group\": [1398.0, 619.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTATCGCAT\", \"ini\": 1040, \"clust\": 993, \"rank\": 614, \"rankvar\": 345, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 241, \"group\": [995.0, 456.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACGTCAGC\", \"ini\": 1039, \"clust\": 1411, \"rank\": 544, \"rankvar\": 452, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 604, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 761, \"group\": [1412.0, 628.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACCTCGT\", \"ini\": 1038, \"clust\": 1544, \"rank\": 500, \"rankvar\": 1511, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 605, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1604, \"group\": [1545.0, 689.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGTGCCTG\", \"ini\": 1037, \"clust\": 1406, \"rank\": 532, \"rankvar\": 692, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 762, \"group\": [1407.0, 623.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGCGAT\", \"ini\": 1036, \"clust\": 1185, \"rank\": 605, \"rankvar\": 142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 607, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1426, \"group\": [1183.0, 547.0, 137.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATTGG\", \"ini\": 1035, \"clust\": 1016, \"rank\": 630, \"rankvar\": 538, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 242, \"group\": [1013.0, 468.0, 120.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTTTACGT\", \"ini\": 1034, \"clust\": 875, \"rank\": 650, \"rankvar\": 211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 609, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 243, \"group\": [878.0, 424.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCGCCAGCA\", \"ini\": 1033, \"clust\": 1430, \"rank\": 460, \"rankvar\": 512, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 610, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 763, \"group\": [1430.0, 639.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCAGATCCTGT\", \"ini\": 1032, \"clust\": 1171, \"rank\": 506, \"rankvar\": 148, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 611, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1427, \"group\": [1174.0, 539.0, 133.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCTCTGAGA\", \"ini\": 1031, \"clust\": 843, \"rank\": 685, \"rankvar\": 805, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 612, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 244, \"group\": [843.0, 405.0, 111.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGCAATC\", \"ini\": 1030, \"clust\": 991, \"rank\": 613, \"rankvar\": 108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 613, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 245, \"group\": [991.0, 453.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTCTGG\", \"ini\": 1029, \"clust\": 1637, \"rank\": 841, \"rankvar\": 1054, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 614, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 18, \"group\": [1640.0, 734.0, 174.0, 45.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGTGAAGTT\", \"ini\": 1028, \"clust\": 1417, \"rank\": 673, \"rankvar\": 143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 615, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 764, \"group\": [1421.0, 632.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTAAGGATT\", \"ini\": 1027, \"clust\": 1640, \"rank\": 705, \"rankvar\": 747, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 616, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 765, \"group\": [1643.0, 737.0, 176.0, 45.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTGTCGAGTTT\", \"ini\": 1026, \"clust\": 1505, \"rank\": 581, \"rankvar\": 270, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 617, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 766, \"group\": [1507.0, 680.0, 157.0, 39.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTTGCTCCT\", \"ini\": 1025, \"clust\": 1425, \"rank\": 481, \"rankvar\": 754, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 618, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 767, \"group\": [1424.0, 635.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCGCATC\", \"ini\": 1024, \"clust\": 1541, \"rank\": 660, \"rankvar\": 1539, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 619, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1605, \"group\": [1544.0, 689.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACTCAGCCTAA\", \"ini\": 1023, \"clust\": 1027, \"rank\": 718, \"rankvar\": 207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 620, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 246, \"group\": [1025.0, 474.0, 120.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTGGGCCA\", \"ini\": 1022, \"clust\": 1621, \"rank\": 757, \"rankvar\": 1023, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 621, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 19, \"group\": [1627.0, 727.0, 173.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGGCTAGCA\", \"ini\": 1021, \"clust\": 1228, \"rank\": 557, \"rankvar\": 388, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 622, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 768, \"group\": [1229.0, 571.0, 144.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAAGCCATCGC\", \"ini\": 1020, \"clust\": 572, \"rank\": 640, \"rankvar\": 1033, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 247, \"group\": [572.0, 255.0, 64.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATACTACG\", \"ini\": 1019, \"clust\": 1219, \"rank\": 651, \"rankvar\": 882, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 624, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1428, \"group\": [1216.0, 560.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCTAGTGT\", \"ini\": 1018, \"clust\": 1244, \"rank\": 677, \"rankvar\": 726, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 625, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 769, \"group\": [1244.0, 583.0, 148.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACATCCGCGA\", \"ini\": 1017, \"clust\": 1166, \"rank\": 561, \"rankvar\": 581, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 770, \"group\": [1165.0, 534.0, 133.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCCGTGAC\", \"ini\": 1016, \"clust\": 1178, \"rank\": 782, \"rankvar\": 776, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1429, \"group\": [1178.0, 543.0, 136.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTTCCACAA\", \"ini\": 1015, \"clust\": 885, \"rank\": 595, \"rankvar\": 93, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 628, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 248, \"group\": [884.0, 428.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCCTTGTG\", \"ini\": 1014, \"clust\": 1065, \"rank\": 533, \"rankvar\": 522, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 629, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1430, \"group\": [1074.0, 494.0, 126.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCGATTCT\", \"ini\": 1013, \"clust\": 893, \"rank\": 644, \"rankvar\": 176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 249, \"group\": [892.0, 433.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCAATGGT\", \"ini\": 1012, \"clust\": 853, \"rank\": 620, \"rankvar\": 641, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 250, \"group\": [855.0, 413.0, 113.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTACAGACG\", \"ini\": 1011, \"clust\": 1157, \"rank\": 632, \"rankvar\": 804, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 632, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1431, \"group\": [1158.0, 528.0, 131.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGCTGATAA\", \"ini\": 1010, \"clust\": 1618, \"rank\": 810, \"rankvar\": 1217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 633, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 20, \"group\": [1620.0, 724.0, 173.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTAATAGCA\", \"ini\": 1009, \"clust\": 914, \"rank\": 637, \"rankvar\": 216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 634, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 251, \"group\": [913.0, 439.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTGGCGAC\", \"ini\": 1008, \"clust\": 1545, \"rank\": 688, \"rankvar\": 1517, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 635, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1606, \"group\": [1546.0, 689.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAATGTGT\", \"ini\": 1007, \"clust\": 891, \"rank\": 590, \"rankvar\": 494, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 252, \"group\": [893.0, 433.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCACCTCGT\", \"ini\": 1006, \"clust\": 898, \"rank\": 558, \"rankvar\": 99, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 637, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 253, \"group\": [895.0, 434.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCCGAAT\", \"ini\": 1005, \"clust\": 1252, \"rank\": 550, \"rankvar\": 579, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 638, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 771, \"group\": [1252.0, 588.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTACAGCAG\", \"ini\": 1004, \"clust\": 1239, \"rank\": 428, \"rankvar\": 236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 772, \"group\": [1240.0, 579.0, 147.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCAACGCTA\", \"ini\": 1003, \"clust\": 1028, \"rank\": 700, \"rankvar\": 633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 254, \"group\": [1026.0, 474.0, 120.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCACGAAATA\", \"ini\": 1002, \"clust\": 1298, \"rank\": 504, \"rankvar\": 158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 641, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 773, \"group\": [1298.0, 604.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATTTGCTT\", \"ini\": 1001, \"clust\": 386, \"rank\": 671, \"rankvar\": 541, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 642, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 255, \"group\": [387.0, 141.0, 36.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTGTAATGA\", \"ini\": 1000, \"clust\": 1254, \"rank\": 486, \"rankvar\": 661, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 643, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 774, \"group\": [1261.0, 591.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGAGTATA\", \"ini\": 999, \"clust\": 1436, \"rank\": 626, \"rankvar\": 79, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 644, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 775, \"group\": [1437.0, 642.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTAAAGA\", \"ini\": 998, \"clust\": 1461, \"rank\": 722, \"rankvar\": 576, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 776, \"group\": [1462.0, 652.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTTGAGG\", \"ini\": 997, \"clust\": 1009, \"rank\": 750, \"rankvar\": 551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 646, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 256, \"group\": [1008.0, 465.0, 119.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACACCAGGCT\", \"ini\": 996, \"clust\": 1599, \"rank\": 818, \"rankvar\": 611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 647, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 257, \"group\": [1599.0, 711.0, 168.0, 42.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGGGACA\", \"ini\": 995, \"clust\": 712, \"rank\": 576, \"rankvar\": 429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 648, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1502, \"group\": [712.0, 341.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGGGTACA\", \"ini\": 994, \"clust\": 1584, \"rank\": 552, \"rankvar\": 833, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 649, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 258, \"group\": [1583.0, 697.0, 161.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGCATG\", \"ini\": 993, \"clust\": 1464, \"rank\": 612, \"rankvar\": 616, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 650, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 777, \"group\": [1464.0, 653.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTTGCGCAC\", \"ini\": 992, \"clust\": 1255, \"rank\": 543, \"rankvar\": 603, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 651, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 778, \"group\": [1260.0, 590.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGATTGT\", \"ini\": 991, \"clust\": 693, \"rank\": 571, \"rankvar\": 1350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 652, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1503, \"group\": [693.0, 336.0, 87.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGAGACG\", \"ini\": 990, \"clust\": 1617, \"rank\": 823, \"rankvar\": 1526, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 653, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 21, \"group\": [1621.0, 725.0, 173.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGCAGCGTA\", \"ini\": 989, \"clust\": 695, \"rank\": 658, \"rankvar\": 1393, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 654, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1504, \"group\": [695.0, 336.0, 87.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAAGCCATT\", \"ini\": 988, \"clust\": 1256, \"rank\": 694, \"rankvar\": 580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 655, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 779, \"group\": [1256.0, 589.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTTACCCA\", \"ini\": 987, \"clust\": 526, \"rank\": 930, \"rankvar\": 1463, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 656, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 22, \"group\": [529.0, 222.0, 55.0, 17.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCTCTTGAT\", \"ini\": 986, \"clust\": 1323, \"rank\": 616, \"rankvar\": 596, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 657, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 780, \"group\": [1323.0, 612.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGCCGTCGT\", \"ini\": 985, \"clust\": 1452, \"rank\": 726, \"rankvar\": 808, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 658, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 781, \"group\": [1455.0, 649.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTAACTTC\", \"ini\": 984, \"clust\": 1155, \"rank\": 696, \"rankvar\": 567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1432, \"group\": [1155.0, 526.0, 130.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCACGGTTA\", \"ini\": 983, \"clust\": 1483, \"rank\": 454, \"rankvar\": 720, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 660, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 782, \"group\": [1484.0, 663.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTGTAA\", \"ini\": 982, \"clust\": 1465, \"rank\": 710, \"rankvar\": 180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 661, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 783, \"group\": [1465.0, 653.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATTGTGCA\", \"ini\": 981, \"clust\": 1598, \"rank\": 834, \"rankvar\": 592, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 662, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 259, \"group\": [1603.0, 713.0, 168.0, 42.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAGTCGGT\", \"ini\": 980, \"clust\": 1038, \"rank\": 706, \"rankvar\": 446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 663, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1291, \"group\": [1039.0, 479.0, 123.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCGTCAAA\", \"ini\": 979, \"clust\": 407, \"rank\": 670, \"rankvar\": 960, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 664, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 422, \"group\": [408.0, 154.0, 39.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCACCCTCA\", \"ini\": 978, \"clust\": 998, \"rank\": 734, \"rankvar\": 284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 665, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 260, \"group\": [996.0, 457.0, 117.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTCACCTC\", \"ini\": 977, \"clust\": 1220, \"rank\": 778, \"rankvar\": 963, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 666, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1433, \"group\": [1217.0, 560.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGACAAGCC\", \"ini\": 976, \"clust\": 1551, \"rank\": 784, \"rankvar\": 1296, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 667, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1607, \"group\": [1571.0, 692.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGCATCATC\", \"ini\": 975, \"clust\": 1237, \"rank\": 662, \"rankvar\": 401, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 784, \"group\": [1235.0, 575.0, 146.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGACACGAC\", \"ini\": 974, \"clust\": 866, \"rank\": 588, \"rankvar\": 895, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 261, \"group\": [867.0, 421.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTTCCTT\", \"ini\": 973, \"clust\": 1241, \"rank\": 656, \"rankvar\": 436, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 670, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 785, \"group\": [1242.0, 581.0, 148.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGATACACA\", \"ini\": 972, \"clust\": 389, \"rank\": 618, \"rankvar\": 260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 671, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 786, \"group\": [390.0, 143.0, 37.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACAATAGAGT\", \"ini\": 971, \"clust\": 1602, \"rank\": 821, \"rankvar\": 672, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 672, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 262, \"group\": [1602.0, 712.0, 168.0, 42.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGATGTGGC\", \"ini\": 970, \"clust\": 1234, \"rank\": 836, \"rankvar\": 591, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 673, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 787, \"group\": [1239.0, 578.0, 146.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGTAAGTAC\", \"ini\": 969, \"clust\": 992, \"rank\": 624, \"rankvar\": 335, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 263, \"group\": [992.0, 454.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGGTCGAT\", \"ini\": 968, \"clust\": 1569, \"rank\": 780, \"rankvar\": 1312, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 675, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1608, \"group\": [1568.0, 692.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAAACGCG\", \"ini\": 967, \"clust\": 1473, \"rank\": 609, \"rankvar\": 784, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 676, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 788, \"group\": [1472.0, 656.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGGGTGTTG\", \"ini\": 966, \"clust\": 1409, \"rank\": 617, \"rankvar\": 645, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 677, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 789, \"group\": [1409.0, 625.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGCTATGCT\", \"ini\": 965, \"clust\": 420, \"rank\": 468, \"rankvar\": 707, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 264, \"group\": [420.0, 163.0, 40.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCTCGATGA\", \"ini\": 964, \"clust\": 1498, \"rank\": 646, \"rankvar\": 1097, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 679, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1002, \"group\": [1504.0, 678.0, 156.0, 38.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAACACCCG\", \"ini\": 963, \"clust\": 1431, \"rank\": 531, \"rankvar\": 669, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 680, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 790, \"group\": [1431.0, 639.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTAAGAGAG\", \"ini\": 962, \"clust\": 1459, \"rank\": 748, \"rankvar\": 752, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 681, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 791, \"group\": [1458.0, 651.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAGCTCCG\", \"ini\": 961, \"clust\": 1410, \"rank\": 681, \"rankvar\": 644, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 682, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 792, \"group\": [1410.0, 626.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTGTCCAT\", \"ini\": 960, \"clust\": 730, \"rank\": 636, \"rankvar\": 1236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 683, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1505, \"group\": [730.0, 343.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGATTA\", \"ini\": 959, \"clust\": 818, \"rank\": 653, \"rankvar\": 455, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 265, \"group\": [818.0, 386.0, 104.0, 31.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTGCTGTC\", \"ini\": 958, \"clust\": 1641, \"rank\": 805, \"rankvar\": 164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 685, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 793, \"group\": [1641.0, 735.0, 175.0, 45.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTAAGTAG\", \"ini\": 957, \"clust\": 1248, \"rank\": 723, \"rankvar\": 427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 686, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 794, \"group\": [1250.0, 586.0, 148.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTAGGACAC\", \"ini\": 956, \"clust\": 1246, \"rank\": 687, \"rankvar\": 433, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 687, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 795, \"group\": [1246.0, 584.0, 148.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTACGAAAT\", \"ini\": 955, \"clust\": 686, \"rank\": 676, \"rankvar\": 845, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 688, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1506, \"group\": [692.0, 335.0, 87.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCGGCATC\", \"ini\": 954, \"clust\": 911, \"rank\": 684, \"rankvar\": 135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 689, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 266, \"group\": [911.0, 438.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATAGTCA\", \"ini\": 953, \"clust\": 1271, \"rank\": 641, \"rankvar\": 326, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 690, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 796, \"group\": [1273.0, 596.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTTTAGGA\", \"ini\": 952, \"clust\": 996, \"rank\": 762, \"rankvar\": 221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 691, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 267, \"group\": [1036.0, 477.0, 121.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGTCGTC\", \"ini\": 951, \"clust\": 1182, \"rank\": 625, \"rankvar\": 483, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 692, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1434, \"group\": [1185.0, 549.0, 137.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGAAGGACA\", \"ini\": 950, \"clust\": 1003, \"rank\": 769, \"rankvar\": 128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 268, \"group\": [1005.0, 463.0, 119.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTGGAGA\", \"ini\": 949, \"clust\": 1249, \"rank\": 753, \"rankvar\": 696, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 797, \"group\": [1248.0, 585.0, 148.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGGTGGA\", \"ini\": 948, \"clust\": 886, \"rank\": 689, \"rankvar\": 30, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 269, \"group\": [888.0, 431.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGGCATG\", \"ini\": 947, \"clust\": 1032, \"rank\": 796, \"rankvar\": 1184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 696, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 270, \"group\": [1031.0, 475.0, 120.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAATGTTGC\", \"ini\": 946, \"clust\": 1294, \"rank\": 540, \"rankvar\": 264, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 798, \"group\": [1295.0, 601.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCGGCA\", \"ini\": 945, \"clust\": 1251, \"rank\": 698, \"rankvar\": 248, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 698, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 799, \"group\": [1292.0, 599.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGTACC\", \"ini\": 944, \"clust\": 409, \"rank\": 648, \"rankvar\": 447, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 271, \"group\": [410.0, 155.0, 39.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCATTATCC\", \"ini\": 943, \"clust\": 1485, \"rank\": 665, \"rankvar\": 879, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 700, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 800, \"group\": [1485.0, 664.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAGGATCGA\", \"ini\": 942, \"clust\": 571, \"rank\": 682, \"rankvar\": 271, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 701, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 272, \"group\": [574.0, 256.0, 64.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTCCAGTTA\", \"ini\": 941, \"clust\": 1451, \"rank\": 803, \"rankvar\": 187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 702, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1292, \"group\": [1452.0, 648.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAGCTTCGG\", \"ini\": 940, \"clust\": 1250, \"rank\": 702, \"rankvar\": 558, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 703, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 801, \"group\": [1249.0, 585.0, 148.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCACCAGGC\", \"ini\": 939, \"clust\": 894, \"rank\": 659, \"rankvar\": 137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 273, \"group\": [898.0, 435.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACACAGAGGT\", \"ini\": 938, \"clust\": 1480, \"rank\": 619, \"rankvar\": 533, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 705, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 802, \"group\": [1480.0, 661.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGATTGCT\", \"ini\": 937, \"clust\": 865, \"rank\": 642, \"rankvar\": 102, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 706, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 274, \"group\": [868.0, 422.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCATCGTCGG\", \"ini\": 936, \"clust\": 1390, \"rank\": 587, \"rankvar\": 225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 707, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 803, \"group\": [1393.0, 617.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTGAATTG\", \"ini\": 935, \"clust\": 1504, \"rank\": 854, \"rankvar\": 1633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 708, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1609, \"group\": [1508.0, 681.0, 158.0, 39.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGTATCTCG\", \"ini\": 934, \"clust\": 1079, \"rank\": 756, \"rankvar\": 198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 709, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 275, \"group\": [1080.0, 496.0, 127.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAACGC\", \"ini\": 933, \"clust\": 1036, \"rank\": 708, \"rankvar\": 1111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 276, \"group\": [1034.0, 476.0, 120.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGATCCCGC\", \"ini\": 932, \"clust\": 1434, \"rank\": 537, \"rankvar\": 913, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 711, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 804, \"group\": [1433.0, 640.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAAGAAAGG\", \"ini\": 931, \"clust\": 1488, \"rank\": 574, \"rankvar\": 360, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 712, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 805, \"group\": [1488.0, 666.0, 153.0, 36.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTGGTTT\", \"ini\": 930, \"clust\": 857, \"rank\": 724, \"rankvar\": 147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 277, \"group\": [858.0, 415.0, 114.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTTCAAG\", \"ini\": 929, \"clust\": 308, \"rank\": 655, \"rankvar\": 130, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 278, \"group\": [310.0, 85.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTTTCG\", \"ini\": 928, \"clust\": 1295, \"rank\": 615, \"rankvar\": 215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 715, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 806, \"group\": [1296.0, 602.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGTCTAC\", \"ini\": 927, \"clust\": 1010, \"rank\": 838, \"rankvar\": 381, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 716, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 279, \"group\": [1009.0, 465.0, 119.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTGTCCGT\", \"ini\": 926, \"clust\": 776, \"rank\": 538, \"rankvar\": 951, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 717, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1507, \"group\": [777.0, 357.0, 91.0, 27.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTATATCCG\", \"ini\": 925, \"clust\": 1605, \"rank\": 896, \"rankvar\": 743, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 280, \"group\": [1608.0, 717.0, 169.0, 42.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGGCCT\", \"ini\": 924, \"clust\": 1422, \"rank\": 606, \"rankvar\": 687, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 719, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 807, \"group\": [1422.0, 633.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCACCGATAT\", \"ini\": 923, \"clust\": 890, \"rank\": 742, \"rankvar\": 444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 720, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 281, \"group\": [890.0, 432.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGCCATG\", \"ini\": 922, \"clust\": 1179, \"rank\": 807, \"rankvar\": 748, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 721, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1435, \"group\": [1181.0, 546.0, 136.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGCTTGTC\", \"ini\": 921, \"clust\": 1008, \"rank\": 901, \"rankvar\": 973, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 722, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 282, \"group\": [1007.0, 464.0, 119.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGCTGATAA\", \"ini\": 920, \"clust\": 1496, \"rank\": 697, \"rankvar\": 134, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 723, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 808, \"group\": [1495.0, 672.0, 155.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACACATGT\", \"ini\": 919, \"clust\": 821, \"rank\": 777, \"rankvar\": 370, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 724, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 283, \"group\": [821.0, 389.0, 106.0, 31.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACATACG\", \"ini\": 918, \"clust\": 831, \"rank\": 765, \"rankvar\": 411, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 725, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 284, \"group\": [830.0, 397.0, 109.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCACCGAATT\", \"ini\": 917, \"clust\": 1564, \"rank\": 781, \"rankvar\": 1398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 726, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1610, \"group\": [1563.0, 692.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAATAGCGG\", \"ini\": 916, \"clust\": 859, \"rank\": 802, \"rankvar\": 363, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 727, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 285, \"group\": [857.0, 414.0, 114.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAGACACTT\", \"ini\": 915, \"clust\": 1238, \"rank\": 763, \"rankvar\": 518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 728, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 809, \"group\": [1236.0, 575.0, 146.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTTACGGAG\", \"ini\": 914, \"clust\": 1245, \"rank\": 774, \"rankvar\": 837, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 729, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 810, \"group\": [1245.0, 583.0, 148.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGAGTTGGC\", \"ini\": 913, \"clust\": 1474, \"rank\": 727, \"rankvar\": 778, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 730, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 811, \"group\": [1473.0, 656.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCCCAGCT\", \"ini\": 912, \"clust\": 1445, \"rank\": 715, \"rankvar\": 281, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 731, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 812, \"group\": [1446.0, 644.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATCAGAA\", \"ini\": 911, \"clust\": 266, \"rank\": 840, \"rankvar\": 561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 732, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1003, \"group\": [269.0, 65.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGTCGATAA\", \"ini\": 910, \"clust\": 1458, \"rank\": 790, \"rankvar\": 783, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 733, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 813, \"group\": [1460.0, 651.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAAGTTCTG\", \"ini\": 909, \"clust\": 277, \"rank\": 513, \"rankvar\": 1302, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 734, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1004, \"group\": [276.0, 71.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGACTAGGC\", \"ini\": 908, \"clust\": 417, \"rank\": 604, \"rankvar\": 821, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 735, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 423, \"group\": [418.0, 162.0, 40.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCACGGTAAG\", \"ini\": 907, \"clust\": 1424, \"rank\": 623, \"rankvar\": 177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 736, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 814, \"group\": [1426.0, 636.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCTGTAGA\", \"ini\": 906, \"clust\": 330, \"rank\": 661, \"rankvar\": 332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 737, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 286, \"group\": [331.0, 104.0, 28.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCTTGT\", \"ini\": 905, \"clust\": 1014, \"rank\": 732, \"rankvar\": 940, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 287, \"group\": [1016.0, 470.0, 120.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTCGCTTG\", \"ini\": 904, \"clust\": 1404, \"rank\": 690, \"rankvar\": 288, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 739, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 815, \"group\": [1405.0, 621.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACCAACCG\", \"ini\": 903, \"clust\": 1408, \"rank\": 672, \"rankvar\": 175, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 740, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 816, \"group\": [1411.0, 627.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGCGCCTTG\", \"ini\": 902, \"clust\": 825, \"rank\": 812, \"rankvar\": 94, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 288, \"group\": [1037.0, 478.0, 122.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCCCGACTT\", \"ini\": 901, \"clust\": 1253, \"rank\": 667, \"rankvar\": 378, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 742, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 817, \"group\": [1253.0, 588.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGCCACGCT\", \"ini\": 900, \"clust\": 1423, \"rank\": 695, \"rankvar\": 160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 743, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 818, \"group\": [1423.0, 634.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCCCAACC\", \"ini\": 899, \"clust\": 845, \"rank\": 791, \"rankvar\": 904, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 744, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 289, \"group\": [844.0, 406.0, 111.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCGAGT\", \"ini\": 898, \"clust\": 1448, \"rank\": 664, \"rankvar\": 437, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 745, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 819, \"group\": [1447.0, 645.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATGTTCCC\", \"ini\": 897, \"clust\": 888, \"rank\": 686, \"rankvar\": 806, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 746, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 290, \"group\": [887.0, 430.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACAGGTTT\", \"ini\": 896, \"clust\": 1456, \"rank\": 731, \"rankvar\": 328, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 747, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 820, \"group\": [1457.0, 650.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCGCGCCAA\", \"ini\": 895, \"clust\": 1176, \"rank\": 691, \"rankvar\": 768, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 291, \"group\": [1223.0, 565.0, 139.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCAGCGCTTAT\", \"ini\": 894, \"clust\": 1561, \"rank\": 801, \"rankvar\": 1581, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 749, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1611, \"group\": [1561.0, 692.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACCAGATT\", \"ini\": 893, \"clust\": 690, \"rank\": 739, \"rankvar\": 1211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 750, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1508, \"group\": [689.0, 335.0, 87.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTATGAAAC\", \"ini\": 892, \"clust\": 882, \"rank\": 707, \"rankvar\": 227, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 751, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 292, \"group\": [880.0, 425.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCCCTGACT\", \"ini\": 891, \"clust\": 846, \"rank\": 830, \"rankvar\": 705, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 293, \"group\": [845.0, 406.0, 111.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGTTAGCGG\", \"ini\": 890, \"clust\": 1235, \"rank\": 776, \"rankvar\": 1135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 753, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 821, \"group\": [1238.0, 577.0, 146.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGCTAACTC\", \"ini\": 889, \"clust\": 1001, \"rank\": 843, \"rankvar\": 238, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 294, \"group\": [999.0, 459.0, 118.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGTTACCCA\", \"ini\": 888, \"clust\": 1543, \"rank\": 755, \"rankvar\": 1361, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 755, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1612, \"group\": [1543.0, 689.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAGCGATG\", \"ini\": 887, \"clust\": 1491, \"rank\": 832, \"rankvar\": 702, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 756, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1293, \"group\": [1493.0, 670.0, 154.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTGGTAC\", \"ini\": 886, \"clust\": 1497, \"rank\": 713, \"rankvar\": 397, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 757, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 822, \"group\": [1496.0, 673.0, 155.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAGATGAGC\", \"ini\": 885, \"clust\": 820, \"rank\": 788, \"rankvar\": 399, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 295, \"group\": [823.0, 391.0, 106.0, 31.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCAAAGTAG\", \"ini\": 884, \"clust\": 826, \"rank\": 772, \"rankvar\": 7, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 759, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 296, \"group\": [828.0, 396.0, 108.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTAAGCCA\", \"ini\": 883, \"clust\": 1195, \"rank\": 875, \"rankvar\": 942, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 760, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1436, \"group\": [1197.0, 557.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGATGTTAG\", \"ini\": 882, \"clust\": 1566, \"rank\": 864, \"rankvar\": 1549, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 761, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1613, \"group\": [1567.0, 692.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGCCCGAAA\", \"ini\": 881, \"clust\": 1463, \"rank\": 829, \"rankvar\": 756, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 762, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 823, \"group\": [1466.0, 653.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCACAGGT\", \"ini\": 880, \"clust\": 691, \"rank\": 779, \"rankvar\": 1258, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 763, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1509, \"group\": [690.0, 335.0, 87.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTCCAGGA\", \"ini\": 879, \"clust\": 1412, \"rank\": 647, \"rankvar\": 488, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 764, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 824, \"group\": [1413.0, 628.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAAGTGCG\", \"ini\": 878, \"clust\": 1606, \"rank\": 932, \"rankvar\": 621, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 765, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 297, \"group\": [1606.0, 716.0, 169.0, 42.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCGTAGATTAG\", \"ini\": 877, \"clust\": 536, \"rank\": 892, \"rankvar\": 1181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 298, \"group\": [537.0, 227.0, 57.0, 17.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCGTACGGC\", \"ini\": 876, \"clust\": 270, \"rank\": 657, \"rankvar\": 1160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 767, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1005, \"group\": [270.0, 66.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCACGGTGTC\", \"ini\": 875, \"clust\": 416, \"rank\": 759, \"rankvar\": 300, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 299, \"group\": [416.0, 160.0, 40.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCTATCCTA\", \"ini\": 874, \"clust\": 573, \"rank\": 798, \"rankvar\": 713, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 300, \"group\": [573.0, 255.0, 64.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCACTGGGC\", \"ini\": 873, \"clust\": 1011, \"rank\": 904, \"rankvar\": 513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 301, \"group\": [1012.0, 467.0, 119.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTATGAAAC\", \"ini\": 872, \"clust\": 568, \"rank\": 934, \"rankvar\": 1395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 302, \"group\": [570.0, 253.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCTTGGTC\", \"ini\": 871, \"clust\": 411, \"rank\": 725, \"rankvar\": 320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 772, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 825, \"group\": [414.0, 158.0, 39.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCACGTTGGC\", \"ini\": 870, \"clust\": 1460, \"rank\": 825, \"rankvar\": 844, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 826, \"group\": [1459.0, 651.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCCCTTA\", \"ini\": 869, \"clust\": 1187, \"rank\": 760, \"rankvar\": 871, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 774, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1006, \"group\": [1188.0, 551.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGACAAAGG\", \"ini\": 868, \"clust\": 390, \"rank\": 733, \"rankvar\": 528, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 775, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 424, \"group\": [391.0, 144.0, 37.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACTGCCAG\", \"ini\": 867, \"clust\": 1642, \"rank\": 935, \"rankvar\": 929, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 776, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 827, \"group\": [1642.0, 736.0, 175.0, 45.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGCGTGAGT\", \"ini\": 866, \"clust\": 756, \"rank\": 720, \"rankvar\": 1260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 777, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1510, \"group\": [758.0, 349.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCGCGGATC\", \"ini\": 865, \"clust\": 1247, \"rank\": 827, \"rankvar\": 665, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 778, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 828, \"group\": [1247.0, 584.0, 148.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGGTGCAGACA\", \"ini\": 864, \"clust\": 1407, \"rank\": 761, \"rankvar\": 691, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 779, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 829, \"group\": [1408.0, 624.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTAAGGGC\", \"ini\": 863, \"clust\": 412, \"rank\": 663, \"rankvar\": 698, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 780, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 425, \"group\": [412.0, 157.0, 39.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGCGTTCCG\", \"ini\": 862, \"clust\": 879, \"rank\": 815, \"rankvar\": 389, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 303, \"group\": [882.0, 426.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCATGAAC\", \"ini\": 861, \"clust\": 997, \"rank\": 813, \"rankvar\": 550, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 304, \"group\": [998.0, 458.0, 117.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGCACTTCGAA\", \"ini\": 860, \"clust\": 780, \"rank\": 767, \"rankvar\": 487, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 783, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1437, \"group\": [780.0, 359.0, 92.0, 27.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGGCATCG\", \"ini\": 859, \"clust\": 659, \"rank\": 744, \"rankvar\": 825, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 784, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 830, \"group\": [659.0, 316.0, 81.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCTCCAACC\", \"ini\": 858, \"clust\": 1432, \"rank\": 770, \"rankvar\": 515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 785, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 831, \"group\": [1434.0, 640.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGGGATCTG\", \"ini\": 857, \"clust\": 1486, \"rank\": 711, \"rankvar\": 478, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 786, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 832, \"group\": [1486.0, 664.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGGCTCAC\", \"ini\": 856, \"clust\": 1585, \"rank\": 835, \"rankvar\": 1048, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 305, \"group\": [1588.0, 701.0, 163.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACAGTTAACC\", \"ini\": 855, \"clust\": 1449, \"rank\": 730, \"rankvar\": 761, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 788, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 833, \"group\": [1448.0, 645.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCAGGCGAA\", \"ini\": 854, \"clust\": 829, \"rank\": 853, \"rankvar\": 92, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 306, \"group\": [839.0, 402.0, 109.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCACAACGCC\", \"ini\": 853, \"clust\": 728, \"rank\": 703, \"rankvar\": 1468, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 790, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1511, \"group\": [728.0, 343.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGCAGTTT\", \"ini\": 852, \"clust\": 1226, \"rank\": 680, \"rankvar\": 773, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 791, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 834, \"group\": [1226.0, 568.0, 142.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCACTCCTG\", \"ini\": 851, \"clust\": 757, \"rank\": 846, \"rankvar\": 1436, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 792, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1512, \"group\": [756.0, 349.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGAAGGCCT\", \"ini\": 850, \"clust\": 696, \"rank\": 845, \"rankvar\": 1147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 793, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1513, \"group\": [696.0, 336.0, 87.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCAGGCAAG\", \"ini\": 849, \"clust\": 401, \"rank\": 741, \"rankvar\": 1060, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 794, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 426, \"group\": [404.0, 152.0, 39.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGTTGCAGG\", \"ini\": 848, \"clust\": 413, \"rank\": 580, \"rankvar\": 1146, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 795, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 427, \"group\": [413.0, 157.0, 39.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGAAAGA\", \"ini\": 847, \"clust\": 302, \"rank\": 679, \"rankvar\": 1358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 796, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1007, \"group\": [301.0, 80.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCAGATGTAAC\", \"ini\": 846, \"clust\": 775, \"rank\": 816, \"rankvar\": 1370, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 797, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1514, \"group\": [776.0, 356.0, 90.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCGGATCA\", \"ini\": 845, \"clust\": 1420, \"rank\": 797, \"rankvar\": 301, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 798, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 835, \"group\": [1419.0, 631.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCACATTCGA\", \"ini\": 844, \"clust\": 567, \"rank\": 958, \"rankvar\": 841, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 307, \"group\": [571.0, 254.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTAAAGTCA\", \"ini\": 843, \"clust\": 1479, \"rank\": 712, \"rankvar\": 905, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 800, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 836, \"group\": [1482.0, 662.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCATCGGC\", \"ini\": 842, \"clust\": 1227, \"rank\": 719, \"rankvar\": 935, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 801, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 837, \"group\": [1227.0, 569.0, 142.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACCCATTC\", \"ini\": 841, \"clust\": 1472, \"rank\": 738, \"rankvar\": 470, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 802, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 428, \"group\": [1474.0, 657.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGCTGAACG\", \"ini\": 840, \"clust\": 1476, \"rank\": 743, \"rankvar\": 337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 838, \"group\": [1478.0, 659.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCGACAGCC\", \"ini\": 839, \"clust\": 822, \"rank\": 855, \"rankvar\": 272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 308, \"group\": [822.0, 390.0, 106.0, 31.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTCAGACT\", \"ini\": 838, \"clust\": 1426, \"rank\": 678, \"rankvar\": 459, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 805, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 839, \"group\": [1425.0, 635.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTGGTCTCG\", \"ini\": 837, \"clust\": 694, \"rank\": 794, \"rankvar\": 1126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 806, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1515, \"group\": [694.0, 336.0, 87.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTATCGCC\", \"ini\": 836, \"clust\": 399, \"rank\": 771, \"rankvar\": 243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 807, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 429, \"group\": [400.0, 151.0, 39.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGATGAGAG\", \"ini\": 835, \"clust\": 689, \"rank\": 754, \"rankvar\": 1340, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 808, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1516, \"group\": [688.0, 335.0, 87.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAACCAC\", \"ini\": 834, \"clust\": 543, \"rank\": 808, \"rankvar\": 268, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 809, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 840, \"group\": [547.0, 234.0, 59.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTTCGATC\", \"ini\": 833, \"clust\": 1478, \"rank\": 764, \"rankvar\": 537, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 810, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 841, \"group\": [1477.0, 659.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCTAAGAT\", \"ini\": 832, \"clust\": 421, \"rank\": 643, \"rankvar\": 654, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 309, \"group\": [421.0, 163.0, 40.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTAGCAAAT\", \"ini\": 831, \"clust\": 1236, \"rank\": 740, \"rankvar\": 850, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 812, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 842, \"group\": [1237.0, 576.0, 146.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGATGTCT\", \"ini\": 830, \"clust\": 1229, \"rank\": 666, \"rankvar\": 708, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 813, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 843, \"group\": [1230.0, 571.0, 144.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGTAC\", \"ini\": 829, \"clust\": 1600, \"rank\": 891, \"rankvar\": 504, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 814, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 310, \"group\": [1600.0, 711.0, 168.0, 42.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGTTGTC\", \"ini\": 828, \"clust\": 392, \"rank\": 786, \"rankvar\": 709, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 815, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 430, \"group\": [393.0, 146.0, 38.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGAGAGCTC\", \"ini\": 827, \"clust\": 1190, \"rank\": 863, \"rankvar\": 514, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 816, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1438, \"group\": [1222.0, 564.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAGCTCCGA\", \"ini\": 826, \"clust\": 1265, \"rank\": 728, \"rankvar\": 290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 817, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 844, \"group\": [1265.0, 593.0, 149.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTGCGTGA\", \"ini\": 825, \"clust\": 1462, \"rank\": 826, \"rankvar\": 588, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 818, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 845, \"group\": [1463.0, 652.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAAGAAGC\", \"ini\": 824, \"clust\": 819, \"rank\": 736, \"rankvar\": 224, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 819, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 311, \"group\": [819.0, 387.0, 104.0, 31.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGCGTTTAC\", \"ini\": 823, \"clust\": 1612, \"rank\": 903, \"rankvar\": 1042, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 820, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 23, \"group\": [1613.0, 721.0, 172.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTAATCACC\", \"ini\": 822, \"clust\": 828, \"rank\": 811, \"rankvar\": 273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 821, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 312, \"group\": [827.0, 395.0, 108.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCGGAAATA\", \"ini\": 821, \"clust\": 1446, \"rank\": 804, \"rankvar\": 434, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 822, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 846, \"group\": [1450.0, 646.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTCAGAG\", \"ini\": 820, \"clust\": 1421, \"rank\": 635, \"rankvar\": 140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 823, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 847, \"group\": [1435.0, 641.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGTAGCGGT\", \"ini\": 819, \"clust\": 719, \"rank\": 714, \"rankvar\": 1156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 824, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1517, \"group\": [735.0, 345.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGTCTCCTATA\", \"ini\": 818, \"clust\": 578, \"rank\": 752, \"rankvar\": 902, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 825, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 848, \"group\": [579.0, 261.0, 65.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGTATCTG\", \"ini\": 817, \"clust\": 770, \"rank\": 683, \"rankvar\": 1161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 826, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1518, \"group\": [771.0, 352.0, 90.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTGATCGG\", \"ini\": 816, \"clust\": 547, \"rank\": 884, \"rankvar\": 681, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 827, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 849, \"group\": [548.0, 235.0, 60.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTAGGGACT\", \"ini\": 815, \"clust\": 400, \"rank\": 785, \"rankvar\": 758, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 828, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 431, \"group\": [401.0, 151.0, 39.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCTCTAACTGG\", \"ini\": 814, \"clust\": 1447, \"rank\": 735, \"rankvar\": 909, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 829, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 850, \"group\": [1449.0, 645.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTAGTTTCCTT\", \"ini\": 813, \"clust\": 744, \"rank\": 890, \"rankvar\": 1227, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 830, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1519, \"group\": [749.0, 349.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCAAG\", \"ini\": 812, \"clust\": 403, \"rank\": 795, \"rankvar\": 714, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 831, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 432, \"group\": [403.0, 152.0, 39.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGACTCGC\", \"ini\": 811, \"clust\": 581, \"rank\": 809, \"rankvar\": 1186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 832, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 851, \"group\": [584.0, 263.0, 65.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAAGCCCAC\", \"ini\": 810, \"clust\": 309, \"rank\": 568, \"rankvar\": 1397, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 833, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1008, \"group\": [308.0, 83.0, 17.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCAATCCGAT\", \"ini\": 809, \"clust\": 544, \"rank\": 888, \"rankvar\": 1067, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 834, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 852, \"group\": [546.0, 233.0, 59.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCGGATCC\", \"ini\": 808, \"clust\": 1570, \"rank\": 909, \"rankvar\": 1567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 835, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1614, \"group\": [1569.0, 692.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCCTTGTG\", \"ini\": 807, \"clust\": 1615, \"rank\": 1004, \"rankvar\": 1331, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 836, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 24, \"group\": [1615.0, 722.0, 172.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAGTGAAT\", \"ini\": 806, \"clust\": 1558, \"rank\": 964, \"rankvar\": 1611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 837, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1615, \"group\": [1560.0, 692.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCAATGGAGC\", \"ini\": 805, \"clust\": 649, \"rank\": 839, \"rankvar\": 505, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 838, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 853, \"group\": [649.0, 307.0, 77.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGTGTTAA\", \"ini\": 804, \"clust\": 1556, \"rank\": 929, \"rankvar\": 1466, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 839, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1616, \"group\": [1556.0, 692.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTTATTCTC\", \"ini\": 803, \"clust\": 863, \"rank\": 766, \"rankvar\": 827, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 313, \"group\": [863.0, 419.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCCGAATT\", \"ini\": 802, \"clust\": 817, \"rank\": 817, \"rankvar\": 534, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 314, \"group\": [820.0, 388.0, 105.0, 31.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTACCAGTT\", \"ini\": 801, \"clust\": 758, \"rank\": 850, \"rankvar\": 1349, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 842, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1520, \"group\": [757.0, 349.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCGTCACGG\", \"ini\": 800, \"clust\": 864, \"rank\": 768, \"rankvar\": 305, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 843, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 315, \"group\": [864.0, 420.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAAGCCGATTT\", \"ini\": 799, \"clust\": 279, \"rank\": 745, \"rankvar\": 802, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 844, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1009, \"group\": [279.0, 72.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGGTGATTA\", \"ini\": 798, \"clust\": 1638, \"rank\": 984, \"rankvar\": 628, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 845, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1439, \"group\": [1638.0, 732.0, 174.0, 45.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAATGGATA\", \"ini\": 797, \"clust\": 674, \"rank\": 858, \"rankvar\": 206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 846, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 854, \"group\": [675.0, 329.0, 84.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACACAGCCCA\", \"ini\": 796, \"clust\": 1490, \"rank\": 937, \"rankvar\": 563, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 847, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1294, \"group\": [1494.0, 671.0, 154.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGGATGGG\", \"ini\": 795, \"clust\": 530, \"rank\": 982, \"rankvar\": 1188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 848, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 855, \"group\": [530.0, 222.0, 55.0, 17.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAGGAACGT\", \"ini\": 794, \"clust\": 1481, \"rank\": 787, \"rankvar\": 310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 849, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 433, \"group\": [1481.0, 661.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGCCATCGC\", \"ini\": 793, \"clust\": 1158, \"rank\": 837, \"rankvar\": 402, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 850, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1440, \"group\": [1159.0, 529.0, 131.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTCCGTCAG\", \"ini\": 792, \"clust\": 1191, \"rank\": 859, \"rankvar\": 392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 851, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1441, \"group\": [1192.0, 555.0, 138.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACAGGGATTG\", \"ini\": 791, \"clust\": 1554, \"rank\": 885, \"rankvar\": 1636, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 852, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1617, \"group\": [1552.0, 692.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTATCGCAT\", \"ini\": 790, \"clust\": 576, \"rank\": 820, \"rankvar\": 1446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 316, \"group\": [577.0, 259.0, 64.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCACTAGTAC\", \"ini\": 789, \"clust\": 374, \"rank\": 862, \"rankvar\": 956, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 854, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 434, \"group\": [373.0, 128.0, 34.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCTTAGAGC\", \"ini\": 788, \"clust\": 599, \"rank\": 886, \"rankvar\": 1252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 855, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1442, \"group\": [600.0, 275.0, 67.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCATGGAATA\", \"ini\": 787, \"clust\": 410, \"rank\": 789, \"rankvar\": 1059, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 856, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 435, \"group\": [411.0, 156.0, 39.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGGATGCGT\", \"ini\": 786, \"clust\": 405, \"rank\": 819, \"rankvar\": 774, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 857, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 436, \"group\": [405.0, 153.0, 39.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTCGATAA\", \"ini\": 785, \"clust\": 1428, \"rank\": 704, \"rankvar\": 1049, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 858, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 856, \"group\": [1427.0, 637.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGATATGGT\", \"ini\": 784, \"clust\": 397, \"rank\": 868, \"rankvar\": 1056, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 859, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 437, \"group\": [397.0, 149.0, 39.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACCAACCG\", \"ini\": 783, \"clust\": 1230, \"rank\": 878, \"rankvar\": 703, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 860, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 857, \"group\": [1231.0, 572.0, 144.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCGATCCCT\", \"ini\": 782, \"clust\": 391, \"rank\": 828, \"rankvar\": 489, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 861, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 438, \"group\": [392.0, 145.0, 37.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTTAACGA\", \"ini\": 781, \"clust\": 1017, \"rank\": 849, \"rankvar\": 1057, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 317, \"group\": [1014.0, 468.0, 120.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTCTAGGTT\", \"ini\": 780, \"clust\": 1163, \"rank\": 870, \"rankvar\": 95, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 863, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1443, \"group\": [1161.0, 531.0, 132.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCATTGCGA\", \"ini\": 779, \"clust\": 370, \"rank\": 860, \"rankvar\": 587, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 318, \"group\": [371.0, 127.0, 33.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAAGCGAGT\", \"ini\": 778, \"clust\": 753, \"rank\": 893, \"rankvar\": 1433, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 865, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1521, \"group\": [753.0, 349.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCGTCAAA\", \"ini\": 777, \"clust\": 844, \"rank\": 866, \"rankvar\": 229, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 319, \"group\": [846.0, 407.0, 111.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGTTGGC\", \"ini\": 776, \"clust\": 443, \"rank\": 1070, \"rankvar\": 1535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 320, \"group\": [443.0, 178.0, 44.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGTCACAGTAC\", \"ini\": 775, \"clust\": 1568, \"rank\": 911, \"rankvar\": 1574, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 868, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1618, \"group\": [1566.0, 692.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCAACCAAC\", \"ini\": 774, \"clust\": 1603, \"rank\": 961, \"rankvar\": 415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 321, \"group\": [1604.0, 714.0, 169.0, 42.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTGTTGTTTGG\", \"ini\": 773, \"clust\": 792, \"rank\": 865, \"rankvar\": 755, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 870, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 858, \"group\": [797.0, 375.0, 99.0, 29.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCTCACCT\", \"ini\": 772, \"clust\": 738, \"rank\": 783, \"rankvar\": 1094, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 871, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1522, \"group\": [738.0, 347.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCATTGCGGC\", \"ini\": 771, \"clust\": 548, \"rank\": 943, \"rankvar\": 954, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 872, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1444, \"group\": [549.0, 236.0, 60.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCGGCGCTA\", \"ini\": 770, \"clust\": 895, \"rank\": 842, \"rankvar\": 26, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 322, \"group\": [897.0, 434.0, 116.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCCGCATAA\", \"ini\": 769, \"clust\": 311, \"rank\": 852, \"rankvar\": 652, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 874, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 323, \"group\": [314.0, 89.0, 21.0, 7.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCTCCCTGA\", \"ini\": 768, \"clust\": 569, \"rank\": 974, \"rankvar\": 1453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 875, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 439, \"group\": [568.0, 251.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAAACGAG\", \"ini\": 767, \"clust\": 778, \"rank\": 867, \"rankvar\": 888, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 876, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1445, \"group\": [781.0, 360.0, 93.0, 27.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAAGGCACATG\", \"ini\": 766, \"clust\": 682, \"rank\": 824, \"rankvar\": 1142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 877, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1523, \"group\": [686.0, 335.0, 87.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCATAACCG\", \"ini\": 765, \"clust\": 1494, \"rank\": 847, \"rankvar\": 390, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 878, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 859, \"group\": [1498.0, 675.0, 155.0, 37.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACACATTTCT\", \"ini\": 764, \"clust\": 1457, \"rank\": 889, \"rankvar\": 582, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 879, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 860, \"group\": [1461.0, 651.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGTGAAAT\", \"ini\": 763, \"clust\": 1594, \"rank\": 1037, \"rankvar\": 677, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 880, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 324, \"group\": [1597.0, 709.0, 166.0, 42.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCATCCTAGA\", \"ini\": 762, \"clust\": 579, \"rank\": 861, \"rankvar\": 631, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 881, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 861, \"group\": [580.0, 262.0, 65.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCTTCGGTC\", \"ini\": 761, \"clust\": 1616, \"rank\": 995, \"rankvar\": 1231, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 882, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 25, \"group\": [1616.0, 722.0, 172.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTCAAGGC\", \"ini\": 760, \"clust\": 376, \"rank\": 792, \"rankvar\": 832, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 883, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 440, \"group\": [377.0, 131.0, 35.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTCTAAACC\", \"ini\": 759, \"clust\": 1242, \"rank\": 873, \"rankvar\": 371, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 884, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 862, \"group\": [1243.0, 582.0, 148.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTTACCGAT\", \"ini\": 758, \"clust\": 1240, \"rank\": 721, \"rankvar\": 316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 885, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 863, \"group\": [1241.0, 580.0, 147.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATTGCCC\", \"ini\": 757, \"clust\": 736, \"rank\": 883, \"rankvar\": 1444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 886, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1524, \"group\": [737.0, 346.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGGGTCGAT\", \"ini\": 756, \"clust\": 751, \"rank\": 814, \"rankvar\": 1621, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 887, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1525, \"group\": [751.0, 349.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAGGTTTCA\", \"ini\": 755, \"clust\": 658, \"rank\": 876, \"rankvar\": 329, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 888, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 864, \"group\": [661.0, 317.0, 81.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAAAGTAG\", \"ini\": 754, \"clust\": 654, \"rank\": 806, \"rankvar\": 441, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 889, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 865, \"group\": [655.0, 313.0, 80.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCCAGAGGA\", \"ini\": 753, \"clust\": 683, \"rank\": 793, \"rankvar\": 1238, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 890, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1526, \"group\": [685.0, 335.0, 87.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCAGATAAG\", \"ini\": 752, \"clust\": 1033, \"rank\": 914, \"rankvar\": 214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 325, \"group\": [1032.0, 475.0, 120.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCTGCTGTC\", \"ini\": 751, \"clust\": 752, \"rank\": 871, \"rankvar\": 1521, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 892, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1527, \"group\": [752.0, 349.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATTACCTT\", \"ini\": 750, \"clust\": 1427, \"rank\": 747, \"rankvar\": 548, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 893, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 866, \"group\": [1429.0, 638.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTACGACG\", \"ini\": 749, \"clust\": 565, \"rank\": 1074, \"rankvar\": 818, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 894, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 867, \"group\": [565.0, 249.0, 62.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCACAGTATAAG\", \"ini\": 748, \"clust\": 322, \"rank\": 894, \"rankvar\": 630, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 326, \"group\": [324.0, 99.0, 25.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAACTTGAC\", \"ini\": 747, \"clust\": 1000, \"rank\": 931, \"rankvar\": 72, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 896, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 327, \"group\": [1001.0, 460.0, 118.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCGTTACAG\", \"ini\": 746, \"clust\": 295, \"rank\": 800, \"rankvar\": 1024, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 897, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1010, \"group\": [293.0, 77.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTATCCTA\", \"ini\": 745, \"clust\": 684, \"rank\": 851, \"rankvar\": 1100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 898, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1528, \"group\": [683.0, 335.0, 87.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGGCTAGGT\", \"ini\": 744, \"clust\": 1559, \"rank\": 981, \"rankvar\": 1587, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 899, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1619, \"group\": [1558.0, 692.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCCTAGGGC\", \"ini\": 743, \"clust\": 419, \"rank\": 758, \"rankvar\": 1075, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 900, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 441, \"group\": [422.0, 164.0, 40.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCCAGTTA\", \"ini\": 742, \"clust\": 398, \"rank\": 922, \"rankvar\": 1196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 901, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 442, \"group\": [398.0, 149.0, 39.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGAAGGTGA\", \"ini\": 741, \"clust\": 278, \"rank\": 746, \"rankvar\": 1368, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 902, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1011, \"group\": [277.0, 71.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGCAACT\", \"ini\": 740, \"clust\": 404, \"rank\": 844, \"rankvar\": 699, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 903, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 443, \"group\": [407.0, 153.0, 39.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCAAATCCGT\", \"ini\": 739, \"clust\": 418, \"rank\": 856, \"rankvar\": 296, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 328, \"group\": [419.0, 162.0, 40.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCACCCAGTG\", \"ini\": 738, \"clust\": 1590, \"rank\": 1020, \"rankvar\": 982, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 905, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1570, \"group\": [1591.0, 703.0, 164.0, 41.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACACGCATCG\", \"ini\": 737, \"clust\": 427, \"rank\": 944, \"rankvar\": 1035, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 906, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 868, \"group\": [427.0, 169.0, 42.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTGGGTATG\", \"ini\": 736, \"clust\": 318, \"rank\": 880, \"rankvar\": 792, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 907, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 329, \"group\": [325.0, 100.0, 26.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGTTGGC\", \"ini\": 735, \"clust\": 1469, \"rank\": 869, \"rankvar\": 684, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 908, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 869, \"group\": [1469.0, 655.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCATTTCACT\", \"ini\": 734, \"clust\": 1159, \"rank\": 879, \"rankvar\": 162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 909, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1446, \"group\": [1176.0, 541.0, 135.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGTCAATAG\", \"ini\": 733, \"clust\": 1613, \"rank\": 1006, \"rankvar\": 762, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 910, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 26, \"group\": [1614.0, 721.0, 172.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGCGATATA\", \"ini\": 732, \"clust\": 444, \"rank\": 996, \"rankvar\": 674, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 911, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 330, \"group\": [444.0, 178.0, 44.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTGTTTGGT\", \"ini\": 731, \"clust\": 1589, \"rank\": 985, \"rankvar\": 787, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 912, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1447, \"group\": [1592.0, 704.0, 164.0, 41.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCCCGACA\", \"ini\": 730, \"clust\": 1607, \"rank\": 1016, \"rankvar\": 181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 331, \"group\": [1607.0, 716.0, 169.0, 42.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGCTAGGT\", \"ini\": 729, \"clust\": 1501, \"rank\": 897, \"rankvar\": 1419, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 914, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1012, \"group\": [1503.0, 677.0, 156.0, 38.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTCACAAGG\", \"ini\": 728, \"clust\": 582, \"rank\": 940, \"rankvar\": 1220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 915, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 870, \"group\": [583.0, 263.0, 65.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCGAATGGG\", \"ini\": 727, \"clust\": 600, \"rank\": 895, \"rankvar\": 1167, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 916, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1448, \"group\": [598.0, 273.0, 67.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCAAGGTAA\", \"ini\": 726, \"clust\": 372, \"rank\": 959, \"rankvar\": 485, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 917, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 332, \"group\": [376.0, 130.0, 34.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCGCCTCA\", \"ini\": 725, \"clust\": 1586, \"rank\": 874, \"rankvar\": 867, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 333, \"group\": [1586.0, 699.0, 162.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGAAAGTGG\", \"ini\": 724, \"clust\": 395, \"rank\": 773, \"rankvar\": 535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 919, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 444, \"group\": [396.0, 148.0, 38.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGGTCGTC\", \"ini\": 723, \"clust\": 1592, \"rank\": 1045, \"rankvar\": 793, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 334, \"group\": [1590.0, 702.0, 164.0, 41.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACATTCTTAC\", \"ini\": 722, \"clust\": 754, \"rank\": 833, \"rankvar\": 1546, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 921, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1529, \"group\": [754.0, 349.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTATCTGCA\", \"ini\": 721, \"clust\": 1429, \"rank\": 775, \"rankvar\": 516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 922, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 871, \"group\": [1428.0, 637.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCACCGAATT\", \"ini\": 720, \"clust\": 748, \"rank\": 957, \"rankvar\": 1557, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 923, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1530, \"group\": [746.0, 349.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCAAGTTAAG\", \"ini\": 719, \"clust\": 737, \"rank\": 881, \"rankvar\": 1017, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 924, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1531, \"group\": [743.0, 348.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCAGCTATTG\", \"ini\": 718, \"clust\": 1562, \"rank\": 999, \"rankvar\": 1464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 925, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1620, \"group\": [1562.0, 692.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCCTCAATT\", \"ini\": 717, \"clust\": 560, \"rank\": 1003, \"rankvar\": 900, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 926, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 872, \"group\": [560.0, 246.0, 62.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCTATCCCG\", \"ini\": 716, \"clust\": 495, \"rank\": 1024, \"rankvar\": 749, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 927, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 335, \"group\": [498.0, 206.0, 49.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTCATATGC\", \"ini\": 715, \"clust\": 296, \"rank\": 799, \"rankvar\": 1339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 928, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1013, \"group\": [294.0, 77.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCCAAGTA\", \"ini\": 714, \"clust\": 3, \"rank\": 716, \"rankvar\": 944, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 929, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 873, \"group\": [6.0, 6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCCATGCTC\", \"ini\": 713, \"clust\": 660, \"rank\": 902, \"rankvar\": 374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 930, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 874, \"group\": [660.0, 316.0, 81.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACGCCAGT\", \"ini\": 712, \"clust\": 762, \"rank\": 1015, \"rankvar\": 1618, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 931, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1532, \"group\": [762.0, 350.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGCTAAACA\", \"ini\": 711, \"clust\": 745, \"rank\": 977, \"rankvar\": 1306, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 932, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1533, \"group\": [744.0, 349.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGCAGCGTA\", \"ini\": 710, \"clust\": 739, \"rank\": 822, \"rankvar\": 1074, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 933, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1534, \"group\": [739.0, 347.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCACCTCGGA\", \"ini\": 709, \"clust\": 396, \"rank\": 906, \"rankvar\": 862, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 934, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 445, \"group\": [399.0, 150.0, 39.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTGGTCCC\", \"ini\": 708, \"clust\": 328, \"rank\": 900, \"rankvar\": 1021, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 336, \"group\": [329.0, 102.0, 27.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGAACAATC\", \"ini\": 707, \"clust\": 651, \"rank\": 936, \"rankvar\": 627, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 936, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 875, \"group\": [654.0, 312.0, 79.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCTACGAGT\", \"ini\": 706, \"clust\": 999, \"rank\": 962, \"rankvar\": 277, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 337, \"group\": [997.0, 457.0, 117.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTTTCCTT\", \"ini\": 705, \"clust\": 1487, \"rank\": 831, \"rankvar\": 750, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 938, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 876, \"group\": [1490.0, 668.0, 153.0, 36.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTACCTACA\", \"ini\": 704, \"clust\": 1405, \"rank\": 912, \"rankvar\": 357, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 877, \"group\": [1406.0, 622.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTCCTCCT\", \"ini\": 703, \"clust\": 823, \"rank\": 966, \"rankvar\": 458, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 940, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 338, \"group\": [824.0, 392.0, 107.0, 31.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTACCTGC\", \"ini\": 702, \"clust\": 661, \"rank\": 905, \"rankvar\": 258, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 941, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 878, \"group\": [664.0, 320.0, 81.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACCAGTTA\", \"ini\": 701, \"clust\": 761, \"rank\": 970, \"rankvar\": 1485, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 942, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1535, \"group\": [768.0, 350.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCATC\", \"ini\": 700, \"clust\": 315, \"rank\": 857, \"rankvar\": 88, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 339, \"group\": [317.0, 92.0, 22.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTTCCCT\", \"ini\": 699, \"clust\": 442, \"rank\": 1059, \"rankvar\": 816, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 944, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 340, \"group\": [445.0, 179.0, 44.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCCGT\", \"ini\": 698, \"clust\": 1557, \"rank\": 1053, \"rankvar\": 1628, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 945, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1621, \"group\": [1557.0, 692.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAGACGTG\", \"ini\": 697, \"clust\": 549, \"rank\": 1080, \"rankvar\": 1038, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 946, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 879, \"group\": [550.0, 237.0, 60.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCAATCCGAT\", \"ini\": 696, \"clust\": 746, \"rank\": 956, \"rankvar\": 1303, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 947, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1536, \"group\": [745.0, 349.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTATTCTC\", \"ini\": 695, \"clust\": 438, \"rank\": 1023, \"rankvar\": 1077, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 948, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 341, \"group\": [438.0, 175.0, 43.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTGTGACCC\", \"ini\": 694, \"clust\": 1470, \"rank\": 877, \"rankvar\": 819, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 949, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 880, \"group\": [1470.0, 655.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCATAACCG\", \"ini\": 693, \"clust\": 671, \"rank\": 882, \"rankvar\": 365, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 950, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 881, \"group\": [673.0, 327.0, 83.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTTCGAACGGA\", \"ini\": 692, \"clust\": 734, \"rank\": 946, \"rankvar\": 1095, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 951, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1537, \"group\": [734.0, 344.0, 88.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTAGTTTGCGT\", \"ini\": 691, \"clust\": 408, \"rank\": 991, \"rankvar\": 941, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 952, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 446, \"group\": [409.0, 154.0, 39.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCATAA\", \"ini\": 690, \"clust\": 545, \"rank\": 988, \"rankvar\": 530, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 953, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 882, \"group\": [544.0, 232.0, 59.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGAAGAAGC\", \"ini\": 689, \"clust\": 429, \"rank\": 953, \"rankvar\": 474, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 954, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 883, \"group\": [430.0, 170.0, 42.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCTGGAGA\", \"ini\": 688, \"clust\": 1243, \"rank\": 915, \"rankvar\": 795, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 955, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 884, \"group\": [1251.0, 587.0, 148.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTAGGCTGA\", \"ini\": 687, \"clust\": 1513, \"rank\": 926, \"rankvar\": 1176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 956, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1622, \"group\": [1514.0, 686.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGTGCCAGA\", \"ini\": 686, \"clust\": 538, \"rank\": 1012, \"rankvar\": 1093, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 957, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 447, \"group\": [539.0, 228.0, 57.0, 17.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCCAGG\", \"ini\": 685, \"clust\": 1547, \"rank\": 965, \"rankvar\": 1459, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 958, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1623, \"group\": [1547.0, 690.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTACTGAC\", \"ini\": 684, \"clust\": 1514, \"rank\": 950, \"rankvar\": 1385, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 959, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1624, \"group\": [1515.0, 686.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCATATACCG\", \"ini\": 683, \"clust\": 319, \"rank\": 938, \"rankvar\": 322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 342, \"group\": [321.0, 96.0, 24.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCATACCATG\", \"ini\": 682, \"clust\": 431, \"rank\": 1039, \"rankvar\": 950, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 961, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 343, \"group\": [435.0, 173.0, 43.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCAATCCGAT\", \"ini\": 681, \"clust\": 1571, \"rank\": 1108, \"rankvar\": 1110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 962, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1625, \"group\": [1574.0, 693.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGGGAAACA\", \"ini\": 680, \"clust\": 558, \"rank\": 980, \"rankvar\": 613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 963, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 885, \"group\": [561.0, 246.0, 62.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGCGGTAA\", \"ini\": 679, \"clust\": 749, \"rank\": 1001, \"rankvar\": 1447, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 964, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1538, \"group\": [747.0, 349.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGTCTCG\", \"ini\": 678, \"clust\": 1596, \"rank\": 1149, \"rankvar\": 1084, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 965, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1449, \"group\": [1594.0, 706.0, 166.0, 42.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCCAACTA\", \"ini\": 677, \"clust\": 1475, \"rank\": 913, \"rankvar\": 129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 966, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 886, \"group\": [1479.0, 660.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTGACTACT\", \"ini\": 676, \"clust\": 436, \"rank\": 1013, \"rankvar\": 943, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 344, \"group\": [436.0, 174.0, 43.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAAGGAGCGTT\", \"ini\": 675, \"clust\": 662, \"rank\": 872, \"rankvar\": 531, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 968, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 887, \"group\": [662.0, 318.0, 81.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAATCGGTT\", \"ini\": 674, \"clust\": 439, \"rank\": 1030, \"rankvar\": 1019, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 969, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 345, \"group\": [439.0, 175.0, 43.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAAGGCCT\", \"ini\": 673, \"clust\": 1549, \"rank\": 1009, \"rankvar\": 1342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 970, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1626, \"group\": [1549.0, 690.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCGCGGATC\", \"ini\": 672, \"clust\": 445, \"rank\": 1092, \"rankvar\": 884, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 971, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 346, \"group\": [446.0, 180.0, 44.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCAACCATG\", \"ini\": 671, \"clust\": 596, \"rank\": 973, \"rankvar\": 1325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 972, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1450, \"group\": [595.0, 271.0, 67.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGTTAACGA\", \"ini\": 670, \"clust\": 597, \"rank\": 925, \"rankvar\": 1402, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 973, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1451, \"group\": [593.0, 271.0, 67.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCCAAGTA\", \"ini\": 669, \"clust\": 1553, \"rank\": 1107, \"rankvar\": 1505, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 974, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1627, \"group\": [1554.0, 692.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATACTG\", \"ini\": 668, \"clust\": 781, \"rank\": 924, \"rankvar\": 1148, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 975, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1539, \"group\": [782.0, 361.0, 94.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTCCAGTGC\", \"ini\": 667, \"clust\": 698, \"rank\": 917, \"rankvar\": 1050, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 976, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1540, \"group\": [698.0, 337.0, 87.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAAGAGGA\", \"ini\": 666, \"clust\": 755, \"rank\": 967, \"rankvar\": 1268, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 977, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1541, \"group\": [759.0, 349.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGCGTC\", \"ini\": 665, \"clust\": 641, \"rank\": 908, \"rankvar\": 149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 888, \"group\": [641.0, 299.0, 73.0, 21.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCCTATGTT\", \"ini\": 664, \"clust\": 546, \"rank\": 1055, \"rankvar\": 657, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 979, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 889, \"group\": [545.0, 232.0, 59.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCTTGAGAC\", \"ini\": 663, \"clust\": 1002, \"rank\": 1025, \"rankvar\": 919, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 347, \"group\": [1000.0, 459.0, 118.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGATTGCT\", \"ini\": 662, \"clust\": 1565, \"rank\": 1064, \"rankvar\": 1596, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 981, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1628, \"group\": [1564.0, 692.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGTCGTTTG\", \"ini\": 661, \"clust\": 316, \"rank\": 848, \"rankvar\": 1052, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 348, \"group\": [315.0, 90.0, 22.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACCCTATC\", \"ini\": 660, \"clust\": 583, \"rank\": 986, \"rankvar\": 1189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 983, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 890, \"group\": [581.0, 263.0, 65.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTTTACAC\", \"ini\": 659, \"clust\": 1560, \"rank\": 1095, \"rankvar\": 1502, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 984, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1629, \"group\": [1559.0, 692.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAGATCCAT\", \"ini\": 658, \"clust\": 666, \"rank\": 899, \"rankvar\": 650, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 985, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 891, \"group\": [665.0, 321.0, 82.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGGCTAGAC\", \"ini\": 657, \"clust\": 771, \"rank\": 949, \"rankvar\": 263, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 986, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1452, \"group\": [772.0, 353.0, 90.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTAGGGAACGG\", \"ini\": 656, \"clust\": 1548, \"rank\": 963, \"rankvar\": 1445, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 987, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1630, \"group\": [1548.0, 690.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGGACAA\", \"ini\": 655, \"clust\": 393, \"rank\": 910, \"rankvar\": 887, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 988, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 448, \"group\": [394.0, 146.0, 38.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCTGTCCGT\", \"ini\": 654, \"clust\": 652, \"rank\": 942, \"rankvar\": 18, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 989, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 892, \"group\": [652.0, 310.0, 79.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCACTCCA\", \"ini\": 653, \"clust\": 750, \"rank\": 921, \"rankvar\": 1569, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 990, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1542, \"group\": [755.0, 349.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGAATGGG\", \"ini\": 652, \"clust\": 653, \"rank\": 945, \"rankvar\": 104, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 991, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 893, \"group\": [653.0, 311.0, 79.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAATCCAAC\", \"ini\": 651, \"clust\": 669, \"rank\": 1047, \"rankvar\": 1016, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 992, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 894, \"group\": [669.0, 325.0, 83.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTTGAACTC\", \"ini\": 650, \"clust\": 1154, \"rank\": 992, \"rankvar\": 649, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 993, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1453, \"group\": [1157.0, 527.0, 130.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCTCTGCAAGT\", \"ini\": 649, \"clust\": 537, \"rank\": 1155, \"rankvar\": 1513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 349, \"group\": [538.0, 227.0, 57.0, 17.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCAGAGCCAA\", \"ini\": 648, \"clust\": 1503, \"rank\": 1034, \"rankvar\": 1415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 995, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1014, \"group\": [1502.0, 677.0, 156.0, 38.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTTTGACAC\", \"ini\": 647, \"clust\": 1639, \"rank\": 1207, \"rankvar\": 1543, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 996, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 27, \"group\": [1639.0, 733.0, 174.0, 45.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTTCTGAAC\", \"ini\": 646, \"clust\": 274, \"rank\": 976, \"rankvar\": 817, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 997, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1015, \"group\": [274.0, 69.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAAGAAGAG\", \"ini\": 645, \"clust\": 303, \"rank\": 951, \"rankvar\": 1450, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 998, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1016, \"group\": [302.0, 80.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACACAACTGT\", \"ini\": 644, \"clust\": 272, \"rank\": 918, \"rankvar\": 1191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 999, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1017, \"group\": [272.0, 68.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCTCTGCTG\", \"ini\": 643, \"clust\": 685, \"rank\": 971, \"rankvar\": 1164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1000, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1543, \"group\": [684.0, 335.0, 87.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGGAACTGC\", \"ini\": 642, \"clust\": 1604, \"rank\": 1054, \"rankvar\": 543, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1001, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 350, \"group\": [1605.0, 715.0, 169.0, 42.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGTAGTGCG\", \"ini\": 641, \"clust\": 273, \"rank\": 1000, \"rankvar\": 1372, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1002, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1018, \"group\": [273.0, 68.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGCAAG\", \"ini\": 640, \"clust\": 1156, \"rank\": 983, \"rankvar\": 125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1003, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1454, \"group\": [1156.0, 526.0, 130.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGGAAAGA\", \"ini\": 639, \"clust\": 646, \"rank\": 1063, \"rankvar\": 559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1004, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 895, \"group\": [651.0, 309.0, 78.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAAGAAGAG\", \"ini\": 638, \"clust\": 314, \"rank\": 919, \"rankvar\": 733, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 351, \"group\": [318.0, 93.0, 23.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCTCAAGTG\", \"ini\": 637, \"clust\": 1471, \"rank\": 907, \"rankvar\": 464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1006, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 896, \"group\": [1475.0, 658.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTCCCTACT\", \"ini\": 636, \"clust\": 585, \"rank\": 933, \"rankvar\": 739, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1007, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 897, \"group\": [585.0, 264.0, 65.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCGTATT\", \"ini\": 635, \"clust\": 304, \"rank\": 990, \"rankvar\": 923, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1008, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1019, \"group\": [307.0, 82.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCAGTGTTG\", \"ini\": 634, \"clust\": 1, \"rank\": 997, \"rankvar\": 668, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1009, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 898, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGGCAGTCA\", \"ini\": 633, \"clust\": 644, \"rank\": 1049, \"rankvar\": 245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1010, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 899, \"group\": [644.0, 302.0, 76.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTCGTTGA\", \"ini\": 632, \"clust\": 699, \"rank\": 955, \"rankvar\": 1286, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1011, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1544, \"group\": [699.0, 337.0, 87.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTCGTGAT\", \"ini\": 631, \"clust\": 265, \"rank\": 960, \"rankvar\": 891, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1012, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1020, \"group\": [311.0, 86.0, 19.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCGTTGCCT\", \"ini\": 630, \"clust\": 387, \"rank\": 920, \"rankvar\": 769, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1013, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 449, \"group\": [388.0, 142.0, 36.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACGCTC\", \"ini\": 629, \"clust\": 772, \"rank\": 1042, \"rankvar\": 978, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1014, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1545, \"group\": [773.0, 354.0, 90.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCATATGC\", \"ini\": 628, \"clust\": 595, \"rank\": 987, \"rankvar\": 922, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1015, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1455, \"group\": [596.0, 271.0, 67.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACCATCCT\", \"ini\": 627, \"clust\": 329, \"rank\": 1061, \"rankvar\": 883, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1016, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 352, \"group\": [330.0, 103.0, 27.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCACTCAGGC\", \"ini\": 626, \"clust\": 553, \"rank\": 994, \"rankvar\": 975, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1017, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 900, \"group\": [556.0, 243.0, 61.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCACAACTGT\", \"ini\": 625, \"clust\": 1587, \"rank\": 948, \"rankvar\": 952, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1018, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 353, \"group\": [1587.0, 700.0, 162.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTCGCTTTC\", \"ini\": 624, \"clust\": 562, \"rank\": 1111, \"rankvar\": 662, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1019, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 901, \"group\": [562.0, 247.0, 62.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCACGAAGCA\", \"ini\": 623, \"clust\": 675, \"rank\": 1044, \"rankvar\": 664, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1020, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 902, \"group\": [676.0, 329.0, 84.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTAGCTCCTCT\", \"ini\": 622, \"clust\": 437, \"rank\": 1198, \"rankvar\": 1490, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 354, \"group\": [437.0, 174.0, 43.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCATCC\", \"ini\": 621, \"clust\": 556, \"rank\": 1071, \"rankvar\": 875, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1022, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 903, \"group\": [557.0, 244.0, 62.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGAAGGCCT\", \"ini\": 620, \"clust\": 375, \"rank\": 1029, \"rankvar\": 958, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1023, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 450, \"group\": [374.0, 128.0, 34.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGCAACT\", \"ini\": 619, \"clust\": 790, \"rank\": 898, \"rankvar\": 731, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1024, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 904, \"group\": [791.0, 370.0, 98.0, 29.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCACGAAATA\", \"ini\": 618, \"clust\": 301, \"rank\": 1017, \"rankvar\": 1209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1025, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1021, \"group\": [303.0, 80.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTAGCTCCG\", \"ini\": 617, \"clust\": 655, \"rank\": 979, \"rankvar\": 120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1026, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 905, \"group\": [656.0, 314.0, 80.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACCCATTC\", \"ini\": 616, \"clust\": 379, \"rank\": 998, \"rankvar\": 517, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1027, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 451, \"group\": [379.0, 133.0, 35.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTGATGTGG\", \"ini\": 615, \"clust\": 424, \"rank\": 1048, \"rankvar\": 556, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1028, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 906, \"group\": [425.0, 167.0, 42.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCCCAACC\", \"ini\": 614, \"clust\": 1597, \"rank\": 1157, \"rankvar\": 77, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1029, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 355, \"group\": [1595.0, 707.0, 166.0, 42.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGGATACC\", \"ini\": 613, \"clust\": 1546, \"rank\": 1086, \"rankvar\": 1259, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1030, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1631, \"group\": [1551.0, 691.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTACTTAC\", \"ini\": 612, \"clust\": 777, \"rank\": 972, \"rankvar\": 1213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1031, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1546, \"group\": [778.0, 358.0, 91.0, 27.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGTT\", \"ini\": 611, \"clust\": 527, \"rank\": 1210, \"rankvar\": 1607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1032, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 907, \"group\": [527.0, 222.0, 55.0, 17.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTGTCTTT\", \"ini\": 610, \"clust\": 668, \"rank\": 1002, \"rankvar\": 419, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1033, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 908, \"group\": [674.0, 328.0, 83.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTGCGTTA\", \"ini\": 609, \"clust\": 764, \"rank\": 1078, \"rankvar\": 1603, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1034, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1547, \"group\": [764.0, 350.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAAACCTA\", \"ini\": 608, \"clust\": 638, \"rank\": 1090, \"rankvar\": 484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 356, \"group\": [638.0, 296.0, 71.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTTCGGTC\", \"ini\": 607, \"clust\": 590, \"rank\": 1041, \"rankvar\": 426, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1036, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1456, \"group\": [591.0, 269.0, 66.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCTTGCAAG\", \"ini\": 606, \"clust\": 563, \"rank\": 1083, \"rankvar\": 338, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 909, \"group\": [563.0, 247.0, 62.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGACTTGAA\", \"ini\": 605, \"clust\": 759, \"rank\": 1105, \"rankvar\": 1266, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1038, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1548, \"group\": [760.0, 349.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCGGTCTAA\", \"ini\": 604, \"clust\": 435, \"rank\": 1119, \"rankvar\": 927, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 357, \"group\": [440.0, 176.0, 43.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGAGTGACC\", \"ini\": 603, \"clust\": 312, \"rank\": 916, \"rankvar\": 640, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1040, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 910, \"group\": [312.0, 87.0, 20.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCAGTAGT\", \"ini\": 602, \"clust\": 584, \"rank\": 1033, \"rankvar\": 1183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1041, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 911, \"group\": [582.0, 263.0, 65.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACATACTCTT\", \"ini\": 601, \"clust\": 317, \"rank\": 939, \"rankvar\": 836, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1042, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 358, \"group\": [316.0, 91.0, 22.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCATGTCTT\", \"ini\": 600, \"clust\": 368, \"rank\": 975, \"rankvar\": 814, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1043, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 452, \"group\": [369.0, 126.0, 33.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCCCTTGT\", \"ini\": 599, \"clust\": 701, \"rank\": 969, \"rankvar\": 1205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1044, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 453, \"group\": [702.0, 338.0, 87.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAAGGCTCC\", \"ini\": 598, \"clust\": 670, \"rank\": 1040, \"rankvar\": 425, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1045, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 912, \"group\": [670.0, 325.0, 83.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGCTCCGA\", \"ini\": 597, \"clust\": 610, \"rank\": 1114, \"rankvar\": 1085, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1046, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 913, \"group\": [611.0, 283.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTCAATGTC\", \"ini\": 596, \"clust\": 356, \"rank\": 947, \"rankvar\": 976, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1047, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 454, \"group\": [358.0, 119.0, 32.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAGTAGAGC\", \"ini\": 595, \"clust\": 285, \"rank\": 923, \"rankvar\": 1530, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1048, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1022, \"group\": [283.0, 75.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACCCTCA\", \"ini\": 594, \"clust\": 371, \"rank\": 1036, \"rankvar\": 693, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1049, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 359, \"group\": [372.0, 127.0, 33.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCCGTCAG\", \"ini\": 593, \"clust\": 647, \"rank\": 1068, \"rankvar\": 413, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1050, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 914, \"group\": [647.0, 305.0, 77.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCGTAAGCACG\", \"ini\": 592, \"clust\": 332, \"rank\": 1032, \"rankvar\": 278, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1051, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 360, \"group\": [333.0, 106.0, 29.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCTGAAAGA\", \"ini\": 591, \"clust\": 1588, \"rank\": 1158, \"rankvar\": 966, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 361, \"group\": [1593.0, 705.0, 165.0, 41.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAGTTCATG\", \"ini\": 590, \"clust\": 528, \"rank\": 1175, \"rankvar\": 1362, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1053, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 915, \"group\": [528.0, 222.0, 55.0, 17.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCACCCGAG\", \"ini\": 589, \"clust\": 341, \"rank\": 1104, \"rankvar\": 1484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1054, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 362, \"group\": [342.0, 114.0, 32.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCACATCTTT\", \"ini\": 588, \"clust\": 313, \"rank\": 887, \"rankvar\": 953, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1055, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 916, \"group\": [313.0, 88.0, 20.0, 6.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACTGTC\", \"ini\": 587, \"clust\": 650, \"rank\": 1067, \"rankvar\": 545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1056, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 917, \"group\": [650.0, 308.0, 77.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTAGCCTCG\", \"ini\": 586, \"clust\": 1610, \"rank\": 1179, \"rankvar\": 1154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1057, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 28, \"group\": [1611.0, 720.0, 172.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGTTACGA\", \"ini\": 585, \"clust\": 430, \"rank\": 1146, \"rankvar\": 840, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1058, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 918, \"group\": [431.0, 171.0, 42.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCAGGTC\", \"ini\": 584, \"clust\": 782, \"rank\": 1046, \"rankvar\": 861, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 363, \"group\": [783.0, 362.0, 94.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAAGAGGCT\", \"ini\": 583, \"clust\": 1550, \"rank\": 1099, \"rankvar\": 1424, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1060, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1632, \"group\": [1550.0, 690.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCAAATACAG\", \"ini\": 582, \"clust\": 1468, \"rank\": 1005, \"rankvar\": 782, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1061, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 919, \"group\": [1471.0, 655.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCAAACGGG\", \"ini\": 581, \"clust\": 795, \"rank\": 927, \"rankvar\": 878, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1062, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 920, \"group\": [793.0, 372.0, 99.0, 29.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTGTCTTCAAG\", \"ini\": 580, \"clust\": 524, \"rank\": 1240, \"rankvar\": 1364, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1063, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 921, \"group\": [525.0, 221.0, 55.0, 17.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGGAACGT\", \"ini\": 579, \"clust\": 566, \"rank\": 1183, \"rankvar\": 901, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1064, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 922, \"group\": [566.0, 249.0, 62.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCAGTTCGCGC\", \"ini\": 578, \"clust\": 678, \"rank\": 1136, \"rankvar\": 113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1065, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1457, \"group\": [679.0, 332.0, 85.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTATATGAG\", \"ini\": 577, \"clust\": 406, \"rank\": 1058, \"rankvar\": 955, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1066, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 455, \"group\": [406.0, 153.0, 39.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTTAAGAAC\", \"ini\": 576, \"clust\": 1611, \"rank\": 1101, \"rankvar\": 995, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1067, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 29, \"group\": [1612.0, 720.0, 172.0, 44.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTGTTTGT\", \"ini\": 575, \"clust\": 574, \"rank\": 1062, \"rankvar\": 948, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1068, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 364, \"group\": [575.0, 257.0, 64.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTAGTAGTA\", \"ini\": 574, \"clust\": 331, \"rank\": 954, \"rankvar\": 578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1069, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 365, \"group\": [332.0, 105.0, 28.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTGCACGAA\", \"ini\": 573, \"clust\": 384, \"rank\": 1035, \"rankvar\": 317, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1070, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 456, \"group\": [384.0, 138.0, 35.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGCCCAC\", \"ini\": 572, \"clust\": 656, \"rank\": 1026, \"rankvar\": 925, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1071, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 923, \"group\": [657.0, 315.0, 81.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATCATCCC\", \"ini\": 571, \"clust\": 1231, \"rank\": 1051, \"rankvar\": 246, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1072, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 924, \"group\": [1232.0, 573.0, 144.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTGATGTCT\", \"ini\": 570, \"clust\": 334, \"rank\": 1028, \"rankvar\": 403, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1073, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 457, \"group\": [335.0, 108.0, 30.0, 12.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCCTACAGA\", \"ini\": 569, \"clust\": 531, \"rank\": 1259, \"rankvar\": 1579, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1074, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 925, \"group\": [531.0, 222.0, 55.0, 17.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCTCCGA\", \"ini\": 568, \"clust\": 667, \"rank\": 1010, \"rankvar\": 54, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1075, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 926, \"group\": [666.0, 322.0, 82.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTGCTAGCC\", \"ini\": 567, \"clust\": 425, \"rank\": 1115, \"rankvar\": 471, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1076, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 927, \"group\": [426.0, 168.0, 42.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCCGTTGTC\", \"ini\": 566, \"clust\": 426, \"rank\": 1144, \"rankvar\": 734, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1077, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 928, \"group\": [429.0, 169.0, 42.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCACCCAGTG\", \"ini\": 565, \"clust\": 587, \"rank\": 1088, \"rankvar\": 1195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1078, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1458, \"group\": [590.0, 268.0, 66.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTCTCTCTG\", \"ini\": 564, \"clust\": 663, \"rank\": 1031, \"rankvar\": 803, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1079, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 929, \"group\": [663.0, 319.0, 81.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGTCCCTAATT\", \"ini\": 563, \"clust\": 570, \"rank\": 1161, \"rankvar\": 1322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1080, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 366, \"group\": [569.0, 252.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTACTTAC\", \"ini\": 562, \"clust\": 380, \"rank\": 1011, \"rankvar\": 586, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1081, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 458, \"group\": [380.0, 134.0, 35.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGACCACGA\", \"ini\": 561, \"clust\": 680, \"rank\": 1122, \"rankvar\": 1516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1082, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1549, \"group\": [681.0, 334.0, 87.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCGTATCAG\", \"ini\": 560, \"clust\": 369, \"rank\": 1022, \"rankvar\": 857, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1083, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 459, \"group\": [370.0, 126.0, 33.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCGCATAT\", \"ini\": 559, \"clust\": 290, \"rank\": 952, \"rankvar\": 1281, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1084, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1023, \"group\": [287.0, 75.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGCCGATTT\", \"ini\": 558, \"clust\": 517, \"rank\": 1120, \"rankvar\": 275, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1085, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 930, \"group\": [517.0, 216.0, 53.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCTCAACA\", \"ini\": 557, \"clust\": 1608, \"rank\": 1147, \"rankvar\": 894, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1459, \"group\": [1609.0, 718.0, 170.0, 43.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCTGAA\", \"ini\": 556, \"clust\": 575, \"rank\": 1019, \"rankvar\": 984, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1087, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 367, \"group\": [576.0, 258.0, 64.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACGCACC\", \"ini\": 555, \"clust\": 280, \"rank\": 968, \"rankvar\": 1504, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1088, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1024, \"group\": [280.0, 73.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCCCACTTG\", \"ini\": 554, \"clust\": 1574, \"rank\": 1184, \"rankvar\": 1509, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1089, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1633, \"group\": [1575.0, 693.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCACAAGCCC\", \"ini\": 553, \"clust\": 1572, \"rank\": 1170, \"rankvar\": 1357, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1090, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1634, \"group\": [1572.0, 693.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTTAGGAA\", \"ini\": 552, \"clust\": 1563, \"rank\": 1185, \"rankvar\": 1600, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1091, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1635, \"group\": [1570.0, 692.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCTCTTTA\", \"ini\": 551, \"clust\": 428, \"rank\": 1113, \"rankvar\": 1392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1092, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 931, \"group\": [428.0, 169.0, 42.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGACCCACC\", \"ini\": 550, \"clust\": 1595, \"rank\": 1189, \"rankvar\": 409, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1093, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 368, \"group\": [1596.0, 708.0, 166.0, 42.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAGTTGCGTTA\", \"ini\": 549, \"clust\": 824, \"rank\": 1066, \"rankvar\": 168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 369, \"group\": [825.0, 393.0, 107.0, 31.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCTAGAGTC\", \"ini\": 548, \"clust\": 642, \"rank\": 1008, \"rankvar\": 451, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1095, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 932, \"group\": [642.0, 300.0, 74.0, 21.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCATACGCTA\", \"ini\": 547, \"clust\": 1575, \"rank\": 1231, \"rankvar\": 1537, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1096, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1636, \"group\": [1576.0, 693.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTCGCTAA\", \"ini\": 546, \"clust\": 676, \"rank\": 1168, \"rankvar\": 612, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1097, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 933, \"group\": [677.0, 330.0, 84.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCTGGAAC\", \"ini\": 545, \"clust\": 373, \"rank\": 1052, \"rankvar\": 660, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1098, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 460, \"group\": [375.0, 129.0, 34.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTGTGGAG\", \"ini\": 544, \"clust\": 672, \"rank\": 1075, \"rankvar\": 527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1099, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 934, \"group\": [671.0, 326.0, 83.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTGAACG\", \"ini\": 543, \"clust\": 541, \"rank\": 1112, \"rankvar\": 339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1100, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 935, \"group\": [541.0, 229.0, 58.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCATTCTA\", \"ini\": 542, \"clust\": 323, \"rank\": 1065, \"rankvar\": 908, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 370, \"group\": [322.0, 97.0, 25.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCGATATA\", \"ini\": 541, \"clust\": 1489, \"rank\": 941, \"rankvar\": 786, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1102, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 936, \"group\": [1489.0, 667.0, 153.0, 36.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATGTCTCATCC\", \"ini\": 540, \"clust\": 529, \"rank\": 1226, \"rankvar\": 1386, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1103, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 937, \"group\": [532.0, 222.0, 55.0, 17.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCCATCGGTTA\", \"ini\": 539, \"clust\": 598, \"rank\": 1094, \"rankvar\": 1423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1104, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1460, \"group\": [594.0, 271.0, 67.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTCCAGTTA\", \"ini\": 538, \"clust\": 697, \"rank\": 1069, \"rankvar\": 1219, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1105, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1550, \"group\": [700.0, 337.0, 87.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTTCTGGTA\", \"ini\": 537, \"clust\": 550, \"rank\": 1121, \"rankvar\": 999, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1106, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 938, \"group\": [551.0, 238.0, 60.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAGCCTTTC\", \"ini\": 536, \"clust\": 611, \"rank\": 1131, \"rankvar\": 1092, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1107, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 939, \"group\": [612.0, 283.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTTCAGCGC\", \"ini\": 535, \"clust\": 299, \"rank\": 1021, \"rankvar\": 1162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1108, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1025, \"group\": [299.0, 80.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCTTTACAC\", \"ini\": 534, \"clust\": 673, \"rank\": 1076, \"rankvar\": 220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1109, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 940, \"group\": [672.0, 326.0, 83.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTAAAGTCA\", \"ini\": 533, \"clust\": 602, \"rank\": 1143, \"rankvar\": 1137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1110, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 461, \"group\": [603.0, 278.0, 69.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGTTCGATC\", \"ini\": 532, \"clust\": 763, \"rank\": 1135, \"rankvar\": 1253, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1111, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1551, \"group\": [763.0, 350.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGGATGGAA\", \"ini\": 531, \"clust\": 271, \"rank\": 1056, \"rankvar\": 949, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1112, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1026, \"group\": [271.0, 67.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTAAAGAC\", \"ini\": 530, \"clust\": 586, \"rank\": 1084, \"rankvar\": 1125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1113, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 941, \"group\": [586.0, 265.0, 65.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCAATCTCT\", \"ini\": 529, \"clust\": 760, \"rank\": 1091, \"rankvar\": 1343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1114, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1552, \"group\": [761.0, 349.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGAGATGAG\", \"ini\": 528, \"clust\": 377, \"rank\": 1038, \"rankvar\": 1124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1115, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 371, \"group\": [378.0, 132.0, 35.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGTCTTGCA\", \"ini\": 527, \"clust\": 577, \"rank\": 1156, \"rankvar\": 1131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 372, \"group\": [578.0, 260.0, 64.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTCCG\", \"ini\": 526, \"clust\": 359, \"rank\": 1125, \"rankvar\": 785, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1117, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 462, \"group\": [360.0, 120.0, 32.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATATGC\", \"ini\": 525, \"clust\": 305, \"rank\": 1043, \"rankvar\": 1028, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1118, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1027, \"group\": [306.0, 81.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCACCATGTA\", \"ini\": 524, \"clust\": 9, \"rank\": 928, \"rankvar\": 980, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1119, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 463, \"group\": [9.0, 9.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATGTAAG\", \"ini\": 523, \"clust\": 354, \"rank\": 1085, \"rankvar\": 1116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1120, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 464, \"group\": [354.0, 119.0, 32.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCCGAAGAG\", \"ini\": 522, \"clust\": 292, \"rank\": 1007, \"rankvar\": 1242, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1121, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1028, \"group\": [291.0, 76.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACAATGTAAG\", \"ini\": 521, \"clust\": 743, \"rank\": 1137, \"rankvar\": 1307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1122, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1553, \"group\": [750.0, 349.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCCGCGCAA\", \"ini\": 520, \"clust\": 534, \"rank\": 1188, \"rankvar\": 1039, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 373, \"group\": [535.0, 225.0, 56.0, 17.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCGCATCT\", \"ini\": 519, \"clust\": 342, \"rank\": 1129, \"rankvar\": 893, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 374, \"group\": [343.0, 115.0, 32.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTCATCCCT\", \"ini\": 518, \"clust\": 496, \"rank\": 1181, \"rankvar\": 701, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 375, \"group\": [496.0, 204.0, 48.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAAAGA\", \"ini\": 517, \"clust\": 326, \"rank\": 1106, \"rankvar\": 1029, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1126, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 465, \"group\": [326.0, 101.0, 27.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACACCACCAG\", \"ini\": 516, \"clust\": 648, \"rank\": 1123, \"rankvar\": 440, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1127, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 942, \"group\": [648.0, 306.0, 77.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTCACACGC\", \"ini\": 515, \"clust\": 554, \"rank\": 1130, \"rankvar\": 751, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1128, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 943, \"group\": [554.0, 241.0, 61.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCATATACCG\", \"ini\": 514, \"clust\": 333, \"rank\": 1072, \"rankvar\": 377, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1129, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 376, \"group\": [334.0, 107.0, 29.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTCAAAGCG\", \"ini\": 513, \"clust\": 28, \"rank\": 1118, \"rankvar\": 1394, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1130, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 32, \"group\": [30.0, 18.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGAGCTGCA\", \"ini\": 512, \"clust\": 327, \"rank\": 1098, \"rankvar\": 937, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1131, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 466, \"group\": [327.0, 101.0, 27.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCTAACTGG\", \"ini\": 511, \"clust\": 287, \"rank\": 1050, \"rankvar\": 1158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1132, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1029, \"group\": [285.0, 75.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTATAATGG\", \"ini\": 510, \"clust\": 297, \"rank\": 989, \"rankvar\": 1177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1133, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1030, \"group\": [297.0, 79.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATGCCCGA\", \"ini\": 509, \"clust\": 382, \"rank\": 1027, \"rankvar\": 1138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1134, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 467, \"group\": [381.0, 135.0, 35.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTAAGCACG\", \"ini\": 508, \"clust\": 773, \"rank\": 1153, \"rankvar\": 1136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1135, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1554, \"group\": [774.0, 354.0, 90.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAGCGAACA\", \"ini\": 507, \"clust\": 4, \"rank\": 1018, \"rankvar\": 781, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1136, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 944, \"group\": [4.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGCCTTGAT\", \"ini\": 506, \"clust\": 681, \"rank\": 1117, \"rankvar\": 1489, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1137, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1555, \"group\": [682.0, 334.0, 87.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTACGCCC\", \"ini\": 505, \"clust\": 293, \"rank\": 1057, \"rankvar\": 1548, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1138, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1031, \"group\": [292.0, 76.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCTTTACGT\", \"ini\": 504, \"clust\": 0, \"rank\": 1100, \"rankvar\": 29, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1139, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 945, \"group\": [3.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGGCAGTA\", \"ini\": 503, \"clust\": 664, \"rank\": 1116, \"rankvar\": 555, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1140, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 946, \"group\": [668.0, 324.0, 82.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCTGTCCGT\", \"ini\": 502, \"clust\": 540, \"rank\": 1169, \"rankvar\": 671, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1141, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 947, \"group\": [543.0, 231.0, 58.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACGACGAA\", \"ini\": 501, \"clust\": 810, \"rank\": 1176, \"rankvar\": 1133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1142, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1556, \"group\": [816.0, 384.0, 102.0, 30.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAAGGGTTCCC\", \"ini\": 500, \"clust\": 794, \"rank\": 978, \"rankvar\": 1207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1143, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 468, \"group\": [795.0, 373.0, 99.0, 29.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGATCGA\", \"ini\": 499, \"clust\": 493, \"rank\": 1199, \"rankvar\": 648, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 377, \"group\": [494.0, 202.0, 47.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTGACTCAT\", \"ini\": 498, \"clust\": 561, \"rank\": 1178, \"rankvar\": 965, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1145, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 948, \"group\": [564.0, 248.0, 62.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGACCCT\", \"ini\": 497, \"clust\": 539, \"rank\": 1202, \"rankvar\": 1198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1146, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 469, \"group\": [540.0, 228.0, 57.0, 17.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCACGTCTCT\", \"ini\": 496, \"clust\": 765, \"rank\": 1197, \"rankvar\": 1577, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1147, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1557, \"group\": [765.0, 350.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCCCTCTTT\", \"ini\": 495, \"clust\": 786, \"rank\": 1132, \"rankvar\": 1055, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1148, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 470, \"group\": [790.0, 369.0, 97.0, 29.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATTGCT\", \"ini\": 494, \"clust\": 497, \"rank\": 1177, \"rankvar\": 658, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 378, \"group\": [497.0, 205.0, 48.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCATTTA\", \"ini\": 493, \"clust\": 352, \"rank\": 1138, \"rankvar\": 926, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1150, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 471, \"group\": [352.0, 119.0, 32.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTAAAGTG\", \"ini\": 492, \"clust\": 555, \"rank\": 1110, \"rankvar\": 185, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1151, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 949, \"group\": [555.0, 242.0, 61.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATTCCTCG\", \"ini\": 491, \"clust\": 640, \"rank\": 1081, \"rankvar\": 423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1152, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 950, \"group\": [643.0, 301.0, 75.0, 21.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTGCAGACA\", \"ini\": 490, \"clust\": 1576, \"rank\": 1258, \"rankvar\": 1467, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1153, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1637, \"group\": [1577.0, 693.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTTTGT\", \"ini\": 489, \"clust\": 796, \"rank\": 1073, \"rankvar\": 1015, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1154, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 951, \"group\": [794.0, 372.0, 99.0, 29.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACAGAGGT\", \"ini\": 488, \"clust\": 361, \"rank\": 1014, \"rankvar\": 1145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1155, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 472, \"group\": [364.0, 122.0, 32.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCACCCGAG\", \"ini\": 487, \"clust\": 580, \"rank\": 1196, \"rankvar\": 1134, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1156, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 952, \"group\": [587.0, 266.0, 65.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCCAGTAT\", \"ini\": 486, \"clust\": 300, \"rank\": 1102, \"rankvar\": 1338, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1157, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1032, \"group\": [300.0, 80.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCAAGCCTA\", \"ini\": 485, \"clust\": 1552, \"rank\": 1180, \"rankvar\": 1631, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1158, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1638, \"group\": [1555.0, 692.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTCCGCTGA\", \"ini\": 484, \"clust\": 564, \"rank\": 1192, \"rankvar\": 619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1159, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 953, \"group\": [567.0, 250.0, 62.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCGAGAACG\", \"ini\": 483, \"clust\": 5, \"rank\": 1096, \"rankvar\": 1040, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1160, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 954, \"group\": [5.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGACAGACC\", \"ini\": 482, \"clust\": 557, \"rank\": 1160, \"rankvar\": 228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1161, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 955, \"group\": [558.0, 245.0, 62.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCGCGGTA\", \"ini\": 481, \"clust\": 657, \"rank\": 1109, \"rankvar\": 546, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 956, \"group\": [658.0, 315.0, 81.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACGGCC\", \"ini\": 480, \"clust\": 366, \"rank\": 1127, \"rankvar\": 791, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1163, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 473, \"group\": [367.0, 124.0, 33.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTAATCGTC\", \"ini\": 479, \"clust\": 645, \"rank\": 1211, \"rankvar\": 366, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1164, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 957, \"group\": [645.0, 303.0, 76.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTGCAGGTA\", \"ini\": 478, \"clust\": 679, \"rank\": 1200, \"rankvar\": 1440, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1165, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1558, \"group\": [680.0, 333.0, 86.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCGGATCC\", \"ini\": 477, \"clust\": 643, \"rank\": 1165, \"rankvar\": 13, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1166, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 958, \"group\": [646.0, 304.0, 76.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACGAAACG\", \"ini\": 476, \"clust\": 74, \"rank\": 1097, \"rankvar\": 1334, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1167, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 33, \"group\": [74.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTCGGATCC\", \"ini\": 475, \"clust\": 594, \"rank\": 1145, \"rankvar\": 1143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1168, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1461, \"group\": [597.0, 272.0, 67.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCACTATTC\", \"ini\": 474, \"clust\": 788, \"rank\": 1163, \"rankvar\": 573, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1169, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 959, \"group\": [787.0, 366.0, 96.0, 29.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCAACACTG\", \"ini\": 473, \"clust\": 789, \"rank\": 1103, \"rankvar\": 208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1170, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 960, \"group\": [788.0, 367.0, 96.0, 29.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTGTCAATC\", \"ini\": 472, \"clust\": 357, \"rank\": 1140, \"rankvar\": 1020, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1171, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 474, \"group\": [356.0, 119.0, 32.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATGTCCTC\", \"ini\": 471, \"clust\": 520, \"rank\": 1283, \"rankvar\": 1096, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1172, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 30, \"group\": [520.0, 219.0, 55.0, 17.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGGATGCGT\", \"ini\": 470, \"clust\": 601, \"rank\": 1190, \"rankvar\": 1369, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1173, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1462, \"group\": [599.0, 274.0, 67.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTACACGAAAGC\", \"ini\": 469, \"clust\": 542, \"rank\": 1212, \"rankvar\": 554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1174, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 961, \"group\": [542.0, 230.0, 58.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAGCTCCG\", \"ini\": 468, \"clust\": 521, \"rank\": 1327, \"rankvar\": 1508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1175, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 31, \"group\": [521.0, 219.0, 55.0, 17.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACATACGCCG\", \"ini\": 467, \"clust\": 1573, \"rank\": 1248, \"rankvar\": 1488, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1176, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1639, \"group\": [1573.0, 693.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCAACACAC\", \"ini\": 466, \"clust\": 747, \"rank\": 1162, \"rankvar\": 1601, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1177, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1559, \"group\": [748.0, 349.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGTTCGATC\", \"ini\": 465, \"clust\": 383, \"rank\": 1134, \"rankvar\": 858, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1178, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 475, \"group\": [382.0, 136.0, 35.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAAGCACACAG\", \"ini\": 464, \"clust\": 807, \"rank\": 1152, \"rankvar\": 1527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1179, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 476, \"group\": [808.0, 381.0, 101.0, 30.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCAAGAAGT\", \"ini\": 463, \"clust\": 456, \"rank\": 1219, \"rankvar\": 210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 379, \"group\": [456.0, 187.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCAAAGTAG\", \"ini\": 462, \"clust\": 324, \"rank\": 1194, \"rankvar\": 970, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1181, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 380, \"group\": [323.0, 98.0, 25.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGACGACGT\", \"ini\": 461, \"clust\": 320, \"rank\": 1187, \"rankvar\": 1275, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 381, \"group\": [319.0, 94.0, 24.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAATGTAAG\", \"ini\": 460, \"clust\": 604, \"rank\": 1243, \"rankvar\": 617, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1183, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 962, \"group\": [605.0, 280.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGGTACCGTTA\", \"ini\": 459, \"clust\": 677, \"rank\": 1141, \"rankvar\": 1005, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1184, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 963, \"group\": [678.0, 331.0, 84.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACATACCATG\", \"ini\": 458, \"clust\": 2, \"rank\": 1082, \"rankvar\": 799, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1185, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 964, \"group\": [2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAACTGGCC\", \"ini\": 457, \"clust\": 80, \"rank\": 1186, \"rankvar\": 772, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1186, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1033, \"group\": [81.0, 34.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCGTAGGAG\", \"ini\": 456, \"clust\": 360, \"rank\": 1154, \"rankvar\": 1169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1187, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 477, \"group\": [361.0, 120.0, 32.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGACGCTC\", \"ini\": 455, \"clust\": 1593, \"rank\": 1217, \"rankvar\": 809, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1463, \"group\": [1598.0, 710.0, 167.0, 42.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGCTAAGAT\", \"ini\": 454, \"clust\": 385, \"rank\": 1060, \"rankvar\": 736, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1189, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 478, \"group\": [385.0, 139.0, 35.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTATCACG\", \"ini\": 453, \"clust\": 358, \"rank\": 1150, \"rankvar\": 868, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1190, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 479, \"group\": [357.0, 119.0, 32.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTGTTGGGA\", \"ini\": 452, \"clust\": 289, \"rank\": 1128, \"rankvar\": 1301, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1191, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1034, \"group\": [289.0, 75.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAGCAGTTT\", \"ini\": 451, \"clust\": 378, \"rank\": 1079, \"rankvar\": 899, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1192, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 480, \"group\": [386.0, 140.0, 35.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCATCACCC\", \"ini\": 450, \"clust\": 362, \"rank\": 1133, \"rankvar\": 1078, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1193, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 481, \"group\": [362.0, 121.0, 32.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATCGATTG\", \"ini\": 449, \"clust\": 1555, \"rank\": 1193, \"rankvar\": 1642, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1194, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1640, \"group\": [1553.0, 692.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACACCGCTAG\", \"ini\": 448, \"clust\": 29, \"rank\": 1159, \"rankvar\": 1316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1195, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 34, \"group\": [28.0, 17.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACTCCTG\", \"ini\": 447, \"clust\": 766, \"rank\": 1213, \"rankvar\": 1597, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1196, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1560, \"group\": [766.0, 350.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACAGACTCGC\", \"ini\": 446, \"clust\": 491, \"rank\": 1254, \"rankvar\": 308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 382, \"group\": [492.0, 200.0, 47.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCAATGGAGC\", \"ini\": 445, \"clust\": 639, \"rank\": 1222, \"rankvar\": 1036, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 383, \"group\": [639.0, 297.0, 71.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGCATGGCA\", \"ini\": 444, \"clust\": 10, \"rank\": 1089, \"rankvar\": 697, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1199, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 965, \"group\": [10.0, 10.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTACCGTAT\", \"ini\": 443, \"clust\": 283, \"rank\": 1171, \"rankvar\": 1197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1200, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1035, \"group\": [296.0, 78.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGCTGCAAG\", \"ini\": 442, \"clust\": 793, \"rank\": 1087, \"rankvar\": 1008, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1201, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 482, \"group\": [796.0, 374.0, 99.0, 29.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGTCCCACG\", \"ini\": 441, \"clust\": 518, \"rank\": 1250, \"rankvar\": 1129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 384, \"group\": [518.0, 217.0, 53.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCACTTAAGC\", \"ini\": 440, \"clust\": 275, \"rank\": 1191, \"rankvar\": 1123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1203, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1261, \"group\": [275.0, 70.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACAGGCTGAA\", \"ini\": 439, \"clust\": 455, \"rank\": 1273, \"rankvar\": 710, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1204, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 385, \"group\": [458.0, 188.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCATCGATGAGG\", \"ini\": 438, \"clust\": 457, \"rank\": 1224, \"rankvar\": 744, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1205, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 386, \"group\": [457.0, 187.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACATGCGCAC\", \"ini\": 437, \"clust\": 306, \"rank\": 993, \"rankvar\": 1534, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1206, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1036, \"group\": [304.0, 81.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACATTAGC\", \"ini\": 436, \"clust\": 335, \"rank\": 1142, \"rankvar\": 622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1207, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 483, \"group\": [336.0, 109.0, 30.0, 12.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCCTATGTT\", \"ini\": 435, \"clust\": 310, \"rank\": 1093, \"rankvar\": 1248, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1208, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1037, \"group\": [309.0, 84.0, 17.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGAGCCCA\", \"ini\": 434, \"clust\": 325, \"rank\": 1174, \"rankvar\": 562, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1209, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 484, \"group\": [328.0, 101.0, 27.0, 11.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAGGCTGAA\", \"ini\": 433, \"clust\": 343, \"rank\": 1232, \"rankvar\": 721, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1210, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 387, \"group\": [351.0, 118.0, 32.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCTCTCTG\", \"ini\": 432, \"clust\": 1509, \"rank\": 1167, \"rankvar\": 1483, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1211, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 1262, \"group\": [1512.0, 684.0, 159.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCACCATCCT\", \"ini\": 431, \"clust\": 298, \"rank\": 1139, \"rankvar\": 1285, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1212, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1038, \"group\": [298.0, 79.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGTTCCACA\", \"ini\": 430, \"clust\": 525, \"rank\": 1320, \"rankvar\": 1589, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1213, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 966, \"group\": [526.0, 221.0, 55.0, 17.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCGGATGGA\", \"ini\": 429, \"clust\": 551, \"rank\": 1208, \"rankvar\": 849, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1214, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 967, \"group\": [552.0, 239.0, 61.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGACATA\", \"ini\": 428, \"clust\": 349, \"rank\": 1173, \"rankvar\": 584, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1215, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 485, \"group\": [347.0, 116.0, 32.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACACGCC\", \"ini\": 427, \"clust\": 291, \"rank\": 1077, \"rankvar\": 1442, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1216, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1039, \"group\": [288.0, 75.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTAAGTG\", \"ini\": 426, \"clust\": 336, \"rank\": 1204, \"rankvar\": 885, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1217, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 486, \"group\": [341.0, 113.0, 31.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAAAGGTGC\", \"ini\": 425, \"clust\": 768, \"rank\": 1203, \"rankvar\": 1409, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1218, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1561, \"group\": [769.0, 351.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGACAAG\", \"ini\": 424, \"clust\": 588, \"rank\": 1238, \"rankvar\": 1233, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1219, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1464, \"group\": [588.0, 267.0, 66.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTTACGGAG\", \"ini\": 423, \"clust\": 494, \"rank\": 1257, \"rankvar\": 789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1220, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 487, \"group\": [495.0, 203.0, 47.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGAAACCTA\", \"ini\": 422, \"clust\": 627, \"rank\": 1235, \"rankvar\": 1280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1221, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 388, \"group\": [629.0, 292.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCACTTCTGC\", \"ini\": 421, \"clust\": 363, \"rank\": 1164, \"rankvar\": 132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1222, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 488, \"group\": [363.0, 121.0, 32.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGTCTGTCTCG\", \"ini\": 420, \"clust\": 503, \"rank\": 1244, \"rankvar\": 396, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1223, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 968, \"group\": [506.0, 211.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTCCGT\", \"ini\": 419, \"clust\": 433, \"rank\": 1241, \"rankvar\": 1081, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1224, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 489, \"group\": [432.0, 172.0, 43.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGAACAATC\", \"ini\": 418, \"clust\": 665, \"rank\": 1166, \"rankvar\": 110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1225, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 969, \"group\": [667.0, 323.0, 82.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTTTGCATG\", \"ini\": 417, \"clust\": 804, \"rank\": 1148, \"rankvar\": 1348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1226, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 490, \"group\": [804.0, 380.0, 101.0, 30.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCATCGATG\", \"ini\": 416, \"clust\": 591, \"rank\": 1234, \"rankvar\": 1141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1227, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1465, \"group\": [592.0, 270.0, 66.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGCCAACAG\", \"ini\": 415, \"clust\": 498, \"rank\": 1218, \"rankvar\": 1080, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 970, \"group\": [499.0, 207.0, 50.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGTTTACG\", \"ini\": 414, \"clust\": 355, \"rank\": 1214, \"rankvar\": 1025, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1229, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 491, \"group\": [355.0, 119.0, 32.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCACCATAG\", \"ini\": 413, \"clust\": 307, \"rank\": 1124, \"rankvar\": 1416, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1230, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1040, \"group\": [305.0, 81.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCATGTCCC\", \"ini\": 412, \"clust\": 446, \"rank\": 1223, \"rankvar\": 823, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1231, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 389, \"group\": [447.0, 181.0, 44.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCGTCATC\", \"ini\": 411, \"clust\": 1577, \"rank\": 1311, \"rankvar\": 1278, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1232, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1641, \"group\": [1578.0, 693.0, 160.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGATGCGAC\", \"ini\": 410, \"clust\": 284, \"rank\": 1126, \"rankvar\": 1012, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1233, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1041, \"group\": [290.0, 75.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTGTTCTCATT\", \"ini\": 409, \"clust\": 11, \"rank\": 1220, \"rankvar\": 1171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1234, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 971, \"group\": [12.0, 12.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGTGGTCCC\", \"ini\": 408, \"clust\": 608, \"rank\": 1291, \"rankvar\": 1068, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1235, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 972, \"group\": [609.0, 282.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAATCACC\", \"ini\": 407, \"clust\": 432, \"rank\": 1289, \"rankvar\": 1246, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1236, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 492, \"group\": [434.0, 172.0, 43.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCGGTCTAA\", \"ini\": 406, \"clust\": 353, \"rank\": 1233, \"rankvar\": 1291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1237, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 493, \"group\": [353.0, 119.0, 32.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAAGGCAGGTT\", \"ini\": 405, \"clust\": 603, \"rank\": 1242, \"rankvar\": 881, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 390, \"group\": [604.0, 279.0, 69.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACGAAGCA\", \"ini\": 404, \"clust\": 617, \"rank\": 1256, \"rankvar\": 993, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1239, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 494, \"group\": [618.0, 288.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCCACGCAG\", \"ini\": 403, \"clust\": 516, \"rank\": 1253, \"rankvar\": 315, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1240, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 391, \"group\": [519.0, 218.0, 54.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCAACCAA\", \"ini\": 402, \"clust\": 321, \"rank\": 1221, \"rankvar\": 1150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 392, \"group\": [320.0, 95.0, 24.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCAAGCCTA\", \"ini\": 401, \"clust\": 381, \"rank\": 1230, \"rankvar\": 860, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1242, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 495, \"group\": [383.0, 137.0, 35.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCACACCGAC\", \"ini\": 400, \"clust\": 589, \"rank\": 1290, \"rankvar\": 931, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1243, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 393, \"group\": [589.0, 267.0, 66.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGCTGAACG\", \"ini\": 399, \"clust\": 85, \"rank\": 1172, \"rankvar\": 1244, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1244, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1042, \"group\": [83.0, 36.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAAGAAGT\", \"ini\": 398, \"clust\": 82, \"rank\": 1266, \"rankvar\": 1009, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1245, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1571, \"group\": [87.0, 39.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGACACTAA\", \"ini\": 397, \"clust\": 351, \"rank\": 1272, \"rankvar\": 1232, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1246, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 496, \"group\": [359.0, 119.0, 32.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCGGTTAAC\", \"ini\": 396, \"clust\": 434, \"rank\": 1271, \"rankvar\": 1112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1247, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 497, \"group\": [433.0, 172.0, 43.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCATAGCAC\", \"ini\": 395, \"clust\": 281, \"rank\": 1182, \"rankvar\": 1551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1248, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1043, \"group\": [281.0, 74.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCTGTTTGT\", \"ini\": 394, \"clust\": 791, \"rank\": 1151, \"rankvar\": 1117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1249, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 498, \"group\": [792.0, 371.0, 98.0, 29.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCAGACACTT\", \"ini\": 393, \"clust\": 84, \"rank\": 1216, \"rankvar\": 1099, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1250, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1044, \"group\": [85.0, 37.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTGAGGCTA\", \"ini\": 392, \"clust\": 605, \"rank\": 1282, \"rankvar\": 735, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1251, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 973, \"group\": [606.0, 280.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATACACCCATGG\", \"ini\": 391, \"clust\": 799, \"rank\": 1201, \"rankvar\": 898, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1252, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1562, \"group\": [817.0, 385.0, 103.0, 30.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCATAGACTC\", \"ini\": 390, \"clust\": 619, \"rank\": 1229, \"rankvar\": 496, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1253, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 499, \"group\": [620.0, 289.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCTCCTC\", \"ini\": 389, \"clust\": 422, \"rank\": 1255, \"rankvar\": 979, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1254, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 974, \"group\": [423.0, 165.0, 41.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTAACGCGA\", \"ini\": 388, \"clust\": 87, \"rank\": 1209, \"rankvar\": 1004, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1255, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1045, \"group\": [88.0, 40.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACATTACGAC\", \"ini\": 387, \"clust\": 339, \"rank\": 1263, \"rankvar\": 930, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1256, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 500, \"group\": [337.0, 110.0, 31.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTTGTCC\", \"ini\": 386, \"clust\": 286, \"rank\": 1195, \"rankvar\": 1555, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1257, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1046, \"group\": [284.0, 75.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGAGTAGA\", \"ini\": 385, \"clust\": 625, \"rank\": 1316, \"rankvar\": 1295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1258, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 501, \"group\": [625.0, 292.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAAGGTCATCT\", \"ini\": 384, \"clust\": 479, \"rank\": 1306, \"rankvar\": 842, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1259, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 502, \"group\": [481.0, 196.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCGCTAGCG\", \"ini\": 383, \"clust\": 532, \"rank\": 1312, \"rankvar\": 1294, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1260, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 975, \"group\": [533.0, 223.0, 55.0, 17.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGGGCTCTC\", \"ini\": 382, \"clust\": 533, \"rank\": 1328, \"rankvar\": 1359, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1261, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 976, \"group\": [534.0, 224.0, 55.0, 17.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTGTAATGA\", \"ini\": 381, \"clust\": 180, \"rank\": 1249, \"rankvar\": 1199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1262, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1047, \"group\": [181.0, 49.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACAGCAG\", \"ini\": 380, \"clust\": 783, \"rank\": 1236, \"rankvar\": 1031, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1263, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1563, \"group\": [786.0, 365.0, 95.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGTTTAGG\", \"ini\": 379, \"clust\": 593, \"rank\": 1262, \"rankvar\": 1327, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1264, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1466, \"group\": [601.0, 276.0, 67.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTATCTG\", \"ini\": 378, \"clust\": 499, \"rank\": 1288, \"rankvar\": 476, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 394, \"group\": [500.0, 208.0, 50.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGCGAAA\", \"ini\": 377, \"clust\": 12, \"rank\": 1260, \"rankvar\": 526, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1266, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 977, \"group\": [13.0, 13.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAAGGTGA\", \"ini\": 376, \"clust\": 81, \"rank\": 1228, \"rankvar\": 1003, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1267, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1048, \"group\": [82.0, 35.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCACTGGG\", \"ini\": 375, \"clust\": 592, \"rank\": 1205, \"rankvar\": 1082, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1268, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 978, \"group\": [602.0, 277.0, 68.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTAAAGA\", \"ini\": 374, \"clust\": 606, \"rank\": 1315, \"rankvar\": 1376, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1269, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 979, \"group\": [607.0, 281.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCACACGC\", \"ini\": 373, \"clust\": 364, \"rank\": 1245, \"rankvar\": 398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1270, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 503, \"group\": [365.0, 123.0, 33.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAATTCCTT\", \"ini\": 372, \"clust\": 7, \"rank\": 1215, \"rankvar\": 1087, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1271, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 504, \"group\": [7.0, 7.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATGGATGG\", \"ini\": 371, \"clust\": 337, \"rank\": 1225, \"rankvar\": 599, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1272, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 505, \"group\": [340.0, 112.0, 31.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTATGGTTC\", \"ini\": 370, \"clust\": 808, \"rank\": 1246, \"rankvar\": 1254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1273, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 506, \"group\": [806.0, 381.0, 101.0, 30.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTTCAGTAC\", \"ini\": 369, \"clust\": 344, \"rank\": 1280, \"rankvar\": 448, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1274, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 395, \"group\": [350.0, 117.0, 32.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGTTACAG\", \"ini\": 368, \"clust\": 440, \"rank\": 1300, \"rankvar\": 1041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1275, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 980, \"group\": [441.0, 177.0, 44.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCAGAGCTT\", \"ini\": 367, \"clust\": 367, \"rank\": 1206, \"rankvar\": 1006, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1276, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 507, \"group\": [368.0, 125.0, 33.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCTGCCCA\", \"ini\": 366, \"clust\": 809, \"rank\": 1227, \"rankvar\": 1503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1277, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 508, \"group\": [807.0, 381.0, 101.0, 30.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTCTGCTG\", \"ini\": 365, \"clust\": 612, \"rank\": 1237, \"rankvar\": 1374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1278, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 509, \"group\": [615.0, 285.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTAGTGCG\", \"ini\": 364, \"clust\": 613, \"rank\": 1296, \"rankvar\": 1193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1279, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 510, \"group\": [613.0, 284.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAGTAGAGC\", \"ini\": 363, \"clust\": 784, \"rank\": 1264, \"rankvar\": 37, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 396, \"group\": [784.0, 363.0, 95.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAGTGAGA\", \"ini\": 362, \"clust\": 423, \"rank\": 1269, \"rankvar\": 1410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1281, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 511, \"group\": [424.0, 166.0, 41.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTGTCTCA\", \"ini\": 361, \"clust\": 66, \"rank\": 1299, \"rankvar\": 1250, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1282, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 35, \"group\": [67.0, 26.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAAGCGGT\", \"ini\": 360, \"clust\": 787, \"rank\": 1251, \"rankvar\": 568, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1283, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 981, \"group\": [789.0, 368.0, 96.0, 29.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCTTGCGG\", \"ini\": 359, \"clust\": 78, \"rank\": 1239, \"rankvar\": 959, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1284, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 36, \"group\": [79.0, 32.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGCTCCTTC\", \"ini\": 358, \"clust\": 552, \"rank\": 1275, \"rankvar\": 903, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1285, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 512, \"group\": [553.0, 240.0, 61.0, 18.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTGGTAACG\", \"ini\": 357, \"clust\": 614, \"rank\": 1293, \"rankvar\": 1279, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1286, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 513, \"group\": [614.0, 284.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCATGCCTTC\", \"ini\": 356, \"clust\": 36, \"rank\": 1274, \"rankvar\": 1563, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1287, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 37, \"group\": [39.0, 21.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGGGAACGG\", \"ini\": 355, \"clust\": 815, \"rank\": 1336, \"rankvar\": 1229, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1288, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1564, \"group\": [812.0, 383.0, 102.0, 30.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCATCACGAT\", \"ini\": 354, \"clust\": 33, \"rank\": 1284, \"rankvar\": 1528, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1289, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 38, \"group\": [33.0, 20.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTACCGAGA\", \"ini\": 353, \"clust\": 628, \"rank\": 1294, \"rankvar\": 1212, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1290, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 514, \"group\": [627.0, 292.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAATT\", \"ini\": 352, \"clust\": 288, \"rank\": 1261, \"rankvar\": 1443, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1291, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1049, \"group\": [286.0, 75.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGTGCAAGC\", \"ini\": 351, \"clust\": 500, \"rank\": 1324, \"rankvar\": 676, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 397, \"group\": [503.0, 210.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGAAAGAG\", \"ini\": 350, \"clust\": 615, \"rank\": 1247, \"rankvar\": 916, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1293, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 515, \"group\": [616.0, 286.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCGATCCCT\", \"ini\": 349, \"clust\": 340, \"rank\": 1305, \"rankvar\": 1045, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1294, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 516, \"group\": [338.0, 110.0, 31.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATTCCTGC\", \"ini\": 348, \"clust\": 182, \"rank\": 1252, \"rankvar\": 1311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1295, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1050, \"group\": [183.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTTTAAGCC\", \"ini\": 347, \"clust\": 88, \"rank\": 1281, \"rankvar\": 822, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1296, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1051, \"group\": [89.0, 41.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCACTTAAGC\", \"ini\": 346, \"clust\": 811, \"rank\": 1325, \"rankvar\": 920, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1297, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1565, \"group\": [810.0, 382.0, 102.0, 30.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGAGCTGGT\", \"ini\": 345, \"clust\": 71, \"rank\": 1279, \"rankvar\": 1575, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1298, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 39, \"group\": [72.0, 27.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCCTCAGT\", \"ini\": 344, \"clust\": 183, \"rank\": 1265, \"rankvar\": 1345, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1299, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1052, \"group\": [184.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGATCCCGC\", \"ini\": 343, \"clust\": 99, \"rank\": 1304, \"rankvar\": 595, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1300, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 982, \"group\": [100.0, 46.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTAGGCGATAC\", \"ini\": 342, \"clust\": 609, \"rank\": 1352, \"rankvar\": 853, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1301, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 983, \"group\": [610.0, 282.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCGGCCGAT\", \"ini\": 341, \"clust\": 350, \"rank\": 1277, \"rankvar\": 679, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1302, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 517, \"group\": [348.0, 116.0, 32.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGGCTACGA\", \"ini\": 340, \"clust\": 489, \"rank\": 1332, \"rankvar\": 870, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 398, \"group\": [490.0, 199.0, 47.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTACCGTAT\", \"ini\": 339, \"clust\": 190, \"rank\": 1303, \"rankvar\": 1317, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1304, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1053, \"group\": [193.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATGCTGGC\", \"ini\": 338, \"clust\": 338, \"rank\": 1270, \"rankvar\": 1047, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1305, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 518, \"group\": [339.0, 111.0, 31.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGGTCAT\", \"ini\": 337, \"clust\": 346, \"rank\": 1307, \"rankvar\": 1152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1306, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 519, \"group\": [344.0, 116.0, 32.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCGGCACT\", \"ini\": 336, \"clust\": 72, \"rank\": 1268, \"rankvar\": 1332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1307, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 40, \"group\": [70.0, 27.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCCAAACTG\", \"ini\": 335, \"clust\": 30, \"rank\": 1287, \"rankvar\": 1192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1308, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 41, \"group\": [29.0, 17.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCAGGCGAA\", \"ini\": 334, \"clust\": 634, \"rank\": 1314, \"rankvar\": 998, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1309, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 520, \"group\": [636.0, 294.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGGTGACCA\", \"ini\": 333, \"clust\": 621, \"rank\": 1301, \"rankvar\": 848, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1310, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 399, \"group\": [637.0, 295.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGCTTCGG\", \"ini\": 332, \"clust\": 234, \"rank\": 1292, \"rankvar\": 3, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1311, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 984, \"group\": [234.0, 54.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTATCAAACGGG\", \"ini\": 331, \"clust\": 207, \"rank\": 1286, \"rankvar\": 1336, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1312, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1054, \"group\": [207.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGATTCT\", \"ini\": 330, \"clust\": 632, \"rank\": 1347, \"rankvar\": 1022, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1313, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 521, \"group\": [630.0, 292.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCCAGTACACT\", \"ini\": 329, \"clust\": 504, \"rank\": 1340, \"rankvar\": 482, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1314, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 985, \"group\": [504.0, 211.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAATCACAC\", \"ini\": 328, \"clust\": 490, \"rank\": 1362, \"rankvar\": 724, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 400, \"group\": [491.0, 199.0, 47.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAGGTTCT\", \"ini\": 327, \"clust\": 492, \"rank\": 1350, \"rankvar\": 157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1316, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 401, \"group\": [493.0, 201.0, 47.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGGGTGTTG\", \"ini\": 326, \"clust\": 65, \"rank\": 1338, \"rankvar\": 1417, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1317, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 42, \"group\": [68.0, 26.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGTGTGGT\", \"ini\": 325, \"clust\": 348, \"rank\": 1298, \"rankvar\": 1360, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1318, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 522, \"group\": [349.0, 116.0, 32.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTAACGCGA\", \"ini\": 324, \"clust\": 1511, \"rank\": 1295, \"rankvar\": 1070, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 402, \"group\": [1509.0, 682.0, 159.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTGGCGTG\", \"ini\": 323, \"clust\": 501, \"rank\": 1329, \"rankvar\": 1071, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 403, \"group\": [501.0, 209.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAGTTTACG\", \"ini\": 322, \"clust\": 522, \"rank\": 1373, \"rankvar\": 1030, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1321, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 986, \"group\": [522.0, 219.0, 55.0, 17.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGAATAGGG\", \"ini\": 321, \"clust\": 620, \"rank\": 1323, \"rankvar\": 1011, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1322, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 523, \"group\": [621.0, 290.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACATCCA\", \"ini\": 320, \"clust\": 805, \"rank\": 1267, \"rankvar\": 1245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1323, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 524, \"group\": [805.0, 380.0, 101.0, 30.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCCTAGGGC\", \"ini\": 319, \"clust\": 478, \"rank\": 1344, \"rankvar\": 461, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1324, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 525, \"group\": [489.0, 198.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCATCACAAC\", \"ini\": 318, \"clust\": 347, \"rank\": 1322, \"rankvar\": 1194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1325, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 526, \"group\": [345.0, 116.0, 32.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTAACGGT\", \"ini\": 317, \"clust\": 507, \"rank\": 1333, \"rankvar\": 529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 404, \"group\": [507.0, 212.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCGTCCA\", \"ini\": 316, \"clust\": 637, \"rank\": 1331, \"rankvar\": 810, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 405, \"group\": [640.0, 298.0, 72.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGAGGTACC\", \"ini\": 315, \"clust\": 769, \"rank\": 1334, \"rankvar\": 1481, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1328, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1566, \"group\": [770.0, 351.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAGTTTACG\", \"ini\": 314, \"clust\": 462, \"rank\": 1354, \"rankvar\": 560, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1329, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 527, \"group\": [461.0, 189.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGCAGACTG\", \"ini\": 313, \"clust\": 806, \"rank\": 1319, \"rankvar\": 1455, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1330, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 528, \"group\": [809.0, 381.0, 101.0, 30.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAGTAACGG\", \"ini\": 312, \"clust\": 365, \"rank\": 1337, \"rankvar\": 775, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1331, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 529, \"group\": [366.0, 123.0, 33.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCTGCCCTA\", \"ini\": 311, \"clust\": 607, \"rank\": 1355, \"rankvar\": 1204, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1332, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 987, \"group\": [608.0, 281.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCTACTATC\", \"ini\": 310, \"clust\": 64, \"rank\": 1285, \"rankvar\": 1639, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1333, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 43, \"group\": [69.0, 26.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGCTCAGA\", \"ini\": 309, \"clust\": 508, \"rank\": 1359, \"rankvar\": 737, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 406, \"group\": [508.0, 212.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTGCACTTA\", \"ini\": 308, \"clust\": 35, \"rank\": 1309, \"rankvar\": 1602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1335, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 44, \"group\": [40.0, 21.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTGTGTGCCTG\", \"ini\": 307, \"clust\": 797, \"rank\": 1297, \"rankvar\": 800, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 988, \"group\": [798.0, 376.0, 100.0, 30.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCAACAACCT\", \"ini\": 306, \"clust\": 73, \"rank\": 1326, \"rankvar\": 1495, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1337, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 45, \"group\": [71.0, 27.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGGCACTA\", \"ini\": 305, \"clust\": 197, \"rank\": 1278, \"rankvar\": 1178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1338, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1055, \"group\": [209.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCACAACGCC\", \"ini\": 304, \"clust\": 181, \"rank\": 1342, \"rankvar\": 1269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1339, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1056, \"group\": [182.0, 49.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTACGCGA\", \"ini\": 303, \"clust\": 8, \"rank\": 1308, \"rankvar\": 977, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1340, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 530, \"group\": [8.0, 8.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCGTCTCCACT\", \"ini\": 302, \"clust\": 83, \"rank\": 1276, \"rankvar\": 1175, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1341, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1190, \"group\": [86.0, 38.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGTACAA\", \"ini\": 301, \"clust\": 6, \"rank\": 1302, \"rankvar\": 321, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1342, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 531, \"group\": [11.0, 11.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACAAAGCGGT\", \"ini\": 300, \"clust\": 210, \"rank\": 1313, \"rankvar\": 1335, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1343, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1057, \"group\": [212.0, 51.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCGCAGGCT\", \"ini\": 299, \"clust\": 75, \"rank\": 1346, \"rankvar\": 1298, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1344, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 46, \"group\": [75.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGAGGGATA\", \"ini\": 298, \"clust\": 626, \"rank\": 1403, \"rankvar\": 1309, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1345, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 989, \"group\": [626.0, 292.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGCGACAT\", \"ini\": 297, \"clust\": 631, \"rank\": 1364, \"rankvar\": 1329, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1346, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 532, \"group\": [632.0, 292.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCACTATCTT\", \"ini\": 296, \"clust\": 42, \"rank\": 1358, \"rankvar\": 1073, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1347, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 47, \"group\": [44.0, 21.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAATCACAC\", \"ini\": 295, \"clust\": 34, \"rank\": 1339, \"rankvar\": 1355, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1348, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 48, \"group\": [34.0, 20.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTGTGTAAGTA\", \"ini\": 294, \"clust\": 111, \"rank\": 1349, \"rankvar\": 1367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1349, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1058, \"group\": [112.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTACAGACG\", \"ini\": 293, \"clust\": 449, \"rank\": 1404, \"rankvar\": 796, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1350, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 407, \"group\": [455.0, 186.0, 45.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCCCTCAGT\", \"ini\": 292, \"clust\": 630, \"rank\": 1418, \"rankvar\": 1264, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1351, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 533, \"group\": [633.0, 292.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGATGGGTC\", \"ini\": 291, \"clust\": 441, \"rank\": 1422, \"rankvar\": 1418, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1352, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 408, \"group\": [442.0, 177.0, 44.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATATGGTC\", \"ini\": 290, \"clust\": 483, \"rank\": 1393, \"rankvar\": 797, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1353, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 534, \"group\": [482.0, 197.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATCTACGA\", \"ini\": 289, \"clust\": 505, \"rank\": 1399, \"rankvar\": 729, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1354, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 990, \"group\": [505.0, 211.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTAGCCA\", \"ini\": 288, \"clust\": 115, \"rank\": 1376, \"rankvar\": 1113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1355, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1059, \"group\": [116.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTAGGCTGA\", \"ini\": 287, \"clust\": 464, \"rank\": 1380, \"rankvar\": 1300, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 409, \"group\": [465.0, 190.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGCTTG\", \"ini\": 286, \"clust\": 622, \"rank\": 1385, \"rankvar\": 1064, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 410, \"group\": [624.0, 291.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATGTAAG\", \"ini\": 285, \"clust\": 465, \"rank\": 1409, \"rankvar\": 831, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 411, \"group\": [466.0, 190.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGGATACC\", \"ini\": 284, \"clust\": 514, \"rank\": 1428, \"rankvar\": 896, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1359, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 991, \"group\": [513.0, 214.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCAACCAA\", \"ini\": 283, \"clust\": 506, \"rank\": 1391, \"rankvar\": 1034, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 412, \"group\": [516.0, 215.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGACAGGT\", \"ini\": 282, \"clust\": 112, \"rank\": 1365, \"rankvar\": 1452, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1361, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1060, \"group\": [113.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGCGAGT\", \"ini\": 281, \"clust\": 86, \"rank\": 1310, \"rankvar\": 1353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1362, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1061, \"group\": [84.0, 36.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCACCGTC\", \"ini\": 280, \"clust\": 509, \"rank\": 1392, \"rankvar\": 428, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1363, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 992, \"group\": [509.0, 213.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTAGCTCCG\", \"ini\": 279, \"clust\": 463, \"rank\": 1397, \"rankvar\": 886, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1364, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 535, \"group\": [462.0, 189.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTCCCTGA\", \"ini\": 278, \"clust\": 459, \"rank\": 1445, \"rankvar\": 1541, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1365, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 536, \"group\": [459.0, 189.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCATCGACGC\", \"ini\": 277, \"clust\": 767, \"rank\": 1386, \"rankvar\": 1425, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1366, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1567, \"group\": [767.0, 350.0, 89.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAACTGCTA\", \"ini\": 276, \"clust\": 31, \"rank\": 1321, \"rankvar\": 1472, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1367, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1236, \"group\": [31.0, 19.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGAACAATC\", \"ini\": 275, \"clust\": 184, \"rank\": 1318, \"rankvar\": 1605, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1368, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1062, \"group\": [188.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGCACCGTC\", \"ini\": 274, \"clust\": 96, \"rank\": 1416, \"rankvar\": 854, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1369, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1063, \"group\": [99.0, 45.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGTTACAG\", \"ini\": 273, \"clust\": 633, \"rank\": 1379, \"rankvar\": 1273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1370, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 537, \"group\": [631.0, 292.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATCCAAC\", \"ini\": 272, \"clust\": 195, \"rank\": 1343, \"rankvar\": 1486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1371, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1064, \"group\": [194.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCCCAAGTA\", \"ini\": 271, \"clust\": 37, \"rank\": 1363, \"rankvar\": 1570, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1372, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 49, \"group\": [38.0, 21.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCATGCAAC\", \"ini\": 270, \"clust\": 785, \"rank\": 1341, \"rankvar\": 766, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1373, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1568, \"group\": [785.0, 364.0, 95.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTACTTAC\", \"ini\": 269, \"clust\": 101, \"rank\": 1367, \"rankvar\": 1604, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1374, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1065, \"group\": [104.0, 47.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGCACCGTC\", \"ini\": 268, \"clust\": 76, \"rank\": 1348, \"rankvar\": 1519, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1375, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 50, \"group\": [77.0, 30.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTATTCTC\", \"ini\": 267, \"clust\": 458, \"rank\": 1372, \"rankvar\": 811, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1376, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 538, \"group\": [464.0, 189.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCGAGCCCA\", \"ini\": 266, \"clust\": 205, \"rank\": 1351, \"rankvar\": 1427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1377, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1066, \"group\": [204.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGATCGGGT\", \"ini\": 265, \"clust\": 472, \"rank\": 1395, \"rankvar\": 912, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1378, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 539, \"group\": [476.0, 194.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTTGTACAC\", \"ini\": 264, \"clust\": 447, \"rank\": 1401, \"rankvar\": 1088, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1379, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 540, \"group\": [448.0, 182.0, 45.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAATCGAAA\", \"ini\": 263, \"clust\": 812, \"rank\": 1383, \"rankvar\": 866, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1380, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 541, \"group\": [811.0, 382.0, 102.0, 30.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGTGCCTG\", \"ini\": 262, \"clust\": 535, \"rank\": 1356, \"rankvar\": 1479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1381, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 542, \"group\": [536.0, 226.0, 56.0, 17.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACGACGT\", \"ini\": 261, \"clust\": 813, \"rank\": 1430, \"rankvar\": 856, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1382, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 543, \"group\": [815.0, 383.0, 102.0, 30.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTTCTCATT\", \"ini\": 260, \"clust\": 69, \"rank\": 1370, \"rankvar\": 1026, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1383, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1237, \"group\": [76.0, 29.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATGTCCC\", \"ini\": 259, \"clust\": 345, \"rank\": 1382, \"rankvar\": 1201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1384, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 544, \"group\": [346.0, 116.0, 32.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTCAAGTG\", \"ini\": 258, \"clust\": 623, \"rank\": 1449, \"rankvar\": 1168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 413, \"group\": [622.0, 291.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCAGAGGGATA\", \"ini\": 257, \"clust\": 480, \"rank\": 1455, \"rankvar\": 1520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1386, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 545, \"group\": [479.0, 196.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTAGCCTAT\", \"ini\": 256, \"clust\": 191, \"rank\": 1360, \"rankvar\": 1328, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1387, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1067, \"group\": [191.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGTTAGCGG\", \"ini\": 255, \"clust\": 192, \"rank\": 1345, \"rankvar\": 1371, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1388, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1068, \"group\": [192.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGCACACGCTG\", \"ini\": 254, \"clust\": 629, \"rank\": 1390, \"rankvar\": 1494, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1389, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 546, \"group\": [628.0, 292.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCAGAAGG\", \"ini\": 253, \"clust\": 41, \"rank\": 1368, \"rankvar\": 1256, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1390, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 51, \"group\": [45.0, 21.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACACTGCCAG\", \"ini\": 252, \"clust\": 62, \"rank\": 1424, \"rankvar\": 1400, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1391, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 52, \"group\": [63.0, 25.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGACTGTAA\", \"ini\": 251, \"clust\": 282, \"rank\": 1317, \"rankvar\": 1632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1392, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1069, \"group\": [282.0, 74.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTGAGGTG\", \"ini\": 250, \"clust\": 194, \"rank\": 1335, \"rankvar\": 1405, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1393, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1070, \"group\": [196.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCAGTAAGAT\", \"ini\": 249, \"clust\": 616, \"rank\": 1375, \"rankvar\": 934, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1394, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 414, \"group\": [617.0, 287.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCACCCTATC\", \"ini\": 248, \"clust\": 48, \"rank\": 1387, \"rankvar\": 1542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1395, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 53, \"group\": [48.0, 21.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCCTCGCAT\", \"ini\": 247, \"clust\": 800, \"rank\": 1369, \"rankvar\": 1102, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1396, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 547, \"group\": [803.0, 379.0, 101.0, 30.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGACGAT\", \"ini\": 246, \"clust\": 618, \"rank\": 1384, \"rankvar\": 1277, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1397, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 993, \"group\": [619.0, 288.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGTGGTAAT\", \"ini\": 245, \"clust\": 209, \"rank\": 1330, \"rankvar\": 1333, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1398, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1191, \"group\": [213.0, 51.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTTCTGGTA\", \"ini\": 244, \"clust\": 1512, \"rank\": 1402, \"rankvar\": 1630, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1399, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1642, \"group\": [1510.0, 682.0, 159.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGAAGGTTT\", \"ini\": 243, \"clust\": 816, \"rank\": 1480, \"rankvar\": 1403, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1400, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1569, \"group\": [813.0, 383.0, 102.0, 30.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCAAGCTGGA\", \"ini\": 242, \"clust\": 143, \"rank\": 1353, \"rankvar\": 1594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1401, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1071, \"group\": [141.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGCAAAGGTGC\", \"ini\": 241, \"clust\": 482, \"rank\": 1438, \"rankvar\": 625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1402, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 548, \"group\": [484.0, 197.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGGTCCC\", \"ini\": 240, \"clust\": 802, \"rank\": 1374, \"rankvar\": 874, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1403, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 549, \"group\": [800.0, 378.0, 101.0, 30.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCTAACTC\", \"ini\": 239, \"clust\": 470, \"rank\": 1394, \"rankvar\": 725, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1404, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 550, \"group\": [471.0, 193.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGTGCC\", \"ini\": 238, \"clust\": 228, \"rank\": 1366, \"rankvar\": 1182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1405, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1192, \"group\": [228.0, 53.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATAGAAAC\", \"ini\": 237, \"clust\": 474, \"rank\": 1417, \"rankvar\": 1337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1406, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 551, \"group\": [473.0, 194.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTGGACGT\", \"ini\": 236, \"clust\": 208, \"rank\": 1389, \"rankvar\": 1243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1407, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1072, \"group\": [208.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATGAGCGA\", \"ini\": 235, \"clust\": 801, \"rank\": 1408, \"rankvar\": 1379, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1408, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 552, \"group\": [802.0, 378.0, 101.0, 30.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTGATACG\", \"ini\": 234, \"clust\": 79, \"rank\": 1357, \"rankvar\": 1222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1409, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 54, \"group\": [80.0, 33.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGGTGTTG\", \"ini\": 233, \"clust\": 202, \"rank\": 1388, \"rankvar\": 1091, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1410, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1073, \"group\": [202.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCACCGCTAG\", \"ini\": 232, \"clust\": 140, \"rank\": 1371, \"rankvar\": 1478, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1411, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1074, \"group\": [145.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCTGTGCAA\", \"ini\": 231, \"clust\": 206, \"rank\": 1377, \"rankvar\": 1366, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1412, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1075, \"group\": [205.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTTGAC\", \"ini\": 230, \"clust\": 468, \"rank\": 1421, \"rankvar\": 777, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1413, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 553, \"group\": [469.0, 192.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTATCCAGATCA\", \"ini\": 229, \"clust\": 67, \"rank\": 1410, \"rankvar\": 1247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1414, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 55, \"group\": [65.0, 26.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTCATCCCT\", \"ini\": 228, \"clust\": 502, \"rank\": 1444, \"rankvar\": 718, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1415, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 415, \"group\": [502.0, 209.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACTTACGA\", \"ini\": 227, \"clust\": 198, \"rank\": 1400, \"rankvar\": 1315, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1416, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1076, \"group\": [201.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCCGCCTA\", \"ini\": 226, \"clust\": 193, \"rank\": 1378, \"rankvar\": 1585, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1417, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1077, \"group\": [197.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATCCCGC\", \"ini\": 225, \"clust\": 63, \"rank\": 1453, \"rankvar\": 1550, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1418, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 56, \"group\": [64.0, 25.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCAAACCAC\", \"ini\": 224, \"clust\": 211, \"rank\": 1398, \"rankvar\": 1000, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1419, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1078, \"group\": [210.0, 51.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCTGCT\", \"ini\": 223, \"clust\": 469, \"rank\": 1452, \"rankvar\": 1224, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1420, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 554, \"group\": [470.0, 192.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACACTGCG\", \"ini\": 222, \"clust\": 32, \"rank\": 1361, \"rankvar\": 1599, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1421, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1238, \"group\": [32.0, 19.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTCAGGACA\", \"ini\": 221, \"clust\": 212, \"rank\": 1405, \"rankvar\": 1469, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1422, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1079, \"group\": [211.0, 51.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTACACCT\", \"ini\": 220, \"clust\": 68, \"rank\": 1434, \"rankvar\": 1525, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1423, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 57, \"group\": [66.0, 26.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCTCGTTTA\", \"ini\": 219, \"clust\": 46, \"rank\": 1463, \"rankvar\": 1487, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1424, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 58, \"group\": [46.0, 21.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTTGACAC\", \"ini\": 218, \"clust\": 466, \"rank\": 1436, \"rankvar\": 1037, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1425, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 555, \"group\": [467.0, 191.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTAGGTT\", \"ini\": 217, \"clust\": 77, \"rank\": 1412, \"rankvar\": 1265, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1426, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1080, \"group\": [78.0, 31.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAGACAAAT\", \"ini\": 216, \"clust\": 484, \"rank\": 1467, \"rankvar\": 462, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1427, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 556, \"group\": [483.0, 197.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCCTCAATT\", \"ini\": 215, \"clust\": 475, \"rank\": 1454, \"rankvar\": 1139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1428, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 557, \"group\": [474.0, 194.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCACGACG\", \"ini\": 214, \"clust\": 186, \"rank\": 1396, \"rankvar\": 1573, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1429, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1081, \"group\": [185.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATGCCTAA\", \"ini\": 213, \"clust\": 188, \"rank\": 1406, \"rankvar\": 1460, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1430, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1082, \"group\": [189.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGTCTTGCA\", \"ini\": 212, \"clust\": 187, \"rank\": 1381, \"rankvar\": 1408, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1431, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1083, \"group\": [186.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGCAGGTA\", \"ini\": 211, \"clust\": 803, \"rank\": 1427, \"rankvar\": 1396, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1432, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 558, \"group\": [801.0, 378.0, 101.0, 30.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTAGAGTC\", \"ini\": 210, \"clust\": 97, \"rank\": 1459, \"rankvar\": 1007, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1433, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1084, \"group\": [97.0, 43.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGTCTAT\", \"ini\": 209, \"clust\": 1508, \"rank\": 1482, \"rankvar\": 1529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1434, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 416, \"group\": [1513.0, 685.0, 159.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGAGCTGCA\", \"ini\": 208, \"clust\": 814, \"rank\": 1476, \"rankvar\": 1477, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1435, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 559, \"group\": [814.0, 383.0, 102.0, 30.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGTCTTGTATC\", \"ini\": 207, \"clust\": 196, \"rank\": 1415, \"rankvar\": 1514, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1436, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1085, \"group\": [195.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACACGAAACG\", \"ini\": 206, \"clust\": 113, \"rank\": 1431, \"rankvar\": 1536, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1437, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1086, \"group\": [114.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCGATAGC\", \"ini\": 205, \"clust\": 256, \"rank\": 1411, \"rankvar\": 807, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1438, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1193, \"group\": [255.0, 59.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAGGGTATG\", \"ini\": 204, \"clust\": 142, \"rank\": 1407, \"rankvar\": 1383, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1439, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1087, \"group\": [143.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCTGCAC\", \"ini\": 203, \"clust\": 235, \"rank\": 1419, \"rankvar\": 564, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1440, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1194, \"group\": [235.0, 55.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTCAGACT\", \"ini\": 202, \"clust\": 460, \"rank\": 1495, \"rankvar\": 1576, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1441, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 560, \"group\": [460.0, 189.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCAAAGTCAA\", \"ini\": 201, \"clust\": 105, \"rank\": 1414, \"rankvar\": 1407, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1442, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1088, \"group\": [105.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTTAGCGG\", \"ini\": 200, \"clust\": 50, \"rank\": 1433, \"rankvar\": 1637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1443, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 59, \"group\": [50.0, 21.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTTGATTGC\", \"ini\": 199, \"clust\": 51, \"rank\": 1425, \"rankvar\": 1613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1444, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 60, \"group\": [51.0, 21.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGTTCATG\", \"ini\": 198, \"clust\": 217, \"rank\": 1439, \"rankvar\": 964, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1445, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1089, \"group\": [219.0, 52.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGGAGGTA\", \"ini\": 197, \"clust\": 98, \"rank\": 1432, \"rankvar\": 1235, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1446, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1195, \"group\": [98.0, 44.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGCTGAG\", \"ini\": 196, \"clust\": 116, \"rank\": 1474, \"rankvar\": 1190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1447, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1090, \"group\": [117.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGTTGGC\", \"ini\": 195, \"clust\": 624, \"rank\": 1498, \"rankvar\": 1413, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1448, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 561, \"group\": [623.0, 291.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGACACTAA\", \"ini\": 194, \"clust\": 27, \"rank\": 1426, \"rankvar\": 1474, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1449, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1239, \"group\": [58.0, 22.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCCTCCAT\", \"ini\": 193, \"clust\": 204, \"rank\": 1413, \"rankvar\": 1545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1450, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1091, \"group\": [206.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACTCCTG\", \"ini\": 192, \"clust\": 189, \"rank\": 1440, \"rankvar\": 1441, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1451, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1092, \"group\": [190.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGGCAGTCA\", \"ini\": 191, \"clust\": 216, \"rank\": 1429, \"rankvar\": 969, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1452, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1093, \"group\": [223.0, 52.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTACAGACG\", \"ini\": 190, \"clust\": 53, \"rank\": 1465, \"rankvar\": 1578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1453, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 61, \"group\": [52.0, 21.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGGACAA\", \"ini\": 189, \"clust\": 54, \"rank\": 1462, \"rankvar\": 1507, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1454, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 62, \"group\": [53.0, 21.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCATGGGAAC\", \"ini\": 188, \"clust\": 47, \"rank\": 1490, \"rankvar\": 1561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1455, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 63, \"group\": [47.0, 21.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATAGGATA\", \"ini\": 187, \"clust\": 203, \"rank\": 1423, \"rankvar\": 1290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1456, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1094, \"group\": [203.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGTTTGT\", \"ini\": 186, \"clust\": 461, \"rank\": 1487, \"rankvar\": 1454, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1457, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 562, \"group\": [463.0, 189.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACAGATGAGC\", \"ini\": 185, \"clust\": 128, \"rank\": 1461, \"rankvar\": 1225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1458, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1095, \"group\": [131.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCTCTGAGA\", \"ini\": 184, \"clust\": 798, \"rank\": 1420, \"rankvar\": 688, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1459, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 563, \"group\": [799.0, 377.0, 100.0, 30.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTTCGAATC\", \"ini\": 183, \"clust\": 218, \"rank\": 1472, \"rankvar\": 1018, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1460, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1096, \"group\": [217.0, 52.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCTCCAT\", \"ini\": 182, \"clust\": 1609, \"rank\": 1493, \"rankvar\": 1226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1461, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1097, \"group\": [1610.0, 719.0, 171.0, 43.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAGAAGC\", \"ini\": 181, \"clust\": 177, \"rank\": 1460, \"rankvar\": 1431, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1462, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1098, \"group\": [180.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCACGGTGTC\", \"ini\": 180, \"clust\": 523, \"rank\": 1552, \"rankvar\": 1583, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 417, \"group\": [523.0, 219.0, 55.0, 17.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCAATGGACG\", \"ini\": 179, \"clust\": 44, \"rank\": 1471, \"rankvar\": 1257, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1464, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 64, \"group\": [41.0, 21.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTCAAACTC\", \"ini\": 178, \"clust\": 185, \"rank\": 1441, \"rankvar\": 1319, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1465, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1099, \"group\": [187.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGCGATAGC\", \"ini\": 177, \"clust\": 1510, \"rank\": 1492, \"rankvar\": 1552, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1466, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 418, \"group\": [1511.0, 683.0, 159.0, 40.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTACGCACC\", \"ini\": 176, \"clust\": 52, \"rank\": 1481, \"rankvar\": 1593, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1467, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 65, \"group\": [54.0, 21.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTATATGAG\", \"ini\": 175, \"clust\": 487, \"rank\": 1530, \"rankvar\": 1083, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1468, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 564, \"group\": [487.0, 197.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTTGTTTC\", \"ini\": 174, \"clust\": 199, \"rank\": 1437, \"rankvar\": 1323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1469, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1100, \"group\": [200.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGGTTCGGGCT\", \"ini\": 173, \"clust\": 200, \"rank\": 1451, \"rankvar\": 1127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1470, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1101, \"group\": [198.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTGTGACCC\", \"ini\": 172, \"clust\": 241, \"rank\": 1446, \"rankvar\": 1324, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1471, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1102, \"group\": [264.0, 60.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTACGTAA\", \"ini\": 171, \"clust\": 175, \"rank\": 1450, \"rankvar\": 1346, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1472, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1103, \"group\": [176.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTTCACGGC\", \"ini\": 170, \"clust\": 476, \"rank\": 1517, \"rankvar\": 1496, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1473, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 565, \"group\": [477.0, 195.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCAAGGCTT\", \"ini\": 169, \"clust\": 214, \"rank\": 1483, \"rankvar\": 1079, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1474, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1104, \"group\": [214.0, 52.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCATCGGCGGTT\", \"ini\": 168, \"clust\": 481, \"rank\": 1538, \"rankvar\": 1475, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1475, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 566, \"group\": [480.0, 196.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTCGGGTCT\", \"ini\": 167, \"clust\": 230, \"rank\": 1456, \"rankvar\": 1108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1476, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1196, \"group\": [233.0, 53.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTCTGCGGT\", \"ini\": 166, \"clust\": 201, \"rank\": 1448, \"rankvar\": 1375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1477, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1105, \"group\": [199.0, 50.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCTGCGGT\", \"ini\": 165, \"clust\": 49, \"rank\": 1479, \"rankvar\": 1428, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1478, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 66, \"group\": [49.0, 21.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAGGTTTC\", \"ini\": 164, \"clust\": 635, \"rank\": 1510, \"rankvar\": 1065, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1479, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 567, \"group\": [634.0, 293.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGCCCGAAA\", \"ini\": 163, \"clust\": 144, \"rank\": 1458, \"rankvar\": 1538, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1480, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1106, \"group\": [142.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCTGTAT\", \"ini\": 162, \"clust\": 471, \"rank\": 1503, \"rankvar\": 1157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1481, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 568, \"group\": [472.0, 193.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGACAGACC\", \"ini\": 161, \"clust\": 138, \"rank\": 1464, \"rankvar\": 1533, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1482, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1107, \"group\": [138.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCGAATGGG\", \"ini\": 160, \"clust\": 221, \"rank\": 1486, \"rankvar\": 1202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1483, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1108, \"group\": [220.0, 52.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCGCATAT\", \"ini\": 159, \"clust\": 158, \"rank\": 1499, \"rankvar\": 1426, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1484, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1109, \"group\": [158.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCGGCGCAT\", \"ini\": 158, \"clust\": 114, \"rank\": 1473, \"rankvar\": 1299, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1485, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1110, \"group\": [115.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCAGCTGTAT\", \"ini\": 157, \"clust\": 104, \"rank\": 1443, \"rankvar\": 1308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1486, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1111, \"group\": [107.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCAGCTTAG\", \"ini\": 156, \"clust\": 93, \"rank\": 1504, \"rankvar\": 917, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1487, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1112, \"group\": [94.0, 42.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGCTAACTC\", \"ini\": 155, \"clust\": 70, \"rank\": 1477, \"rankvar\": 1512, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1488, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1240, \"group\": [73.0, 27.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTCCAACTA\", \"ini\": 154, \"clust\": 467, \"rank\": 1500, \"rankvar\": 1107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1489, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 569, \"group\": [468.0, 191.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTACGCCC\", \"ini\": 153, \"clust\": 636, \"rank\": 1521, \"rankvar\": 1272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1490, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 994, \"group\": [635.0, 293.0, 70.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCTGCCAGG\", \"ini\": 152, \"clust\": 152, \"rank\": 1478, \"rankvar\": 1439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1491, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1113, \"group\": [152.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTTACGA\", \"ini\": 151, \"clust\": 148, \"rank\": 1435, \"rankvar\": 1456, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1492, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1114, \"group\": [148.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAAGATGTTAG\", \"ini\": 150, \"clust\": 102, \"rank\": 1466, \"rankvar\": 1620, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1493, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1115, \"group\": [102.0, 47.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAAGAGGCT\", \"ini\": 149, \"clust\": 107, \"rank\": 1475, \"rankvar\": 1635, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1494, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1116, \"group\": [111.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCTTAGAGC\", \"ini\": 148, \"clust\": 233, \"rank\": 1470, \"rankvar\": 828, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1495, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1197, \"group\": [265.0, 61.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGTAGATGT\", \"ini\": 147, \"clust\": 14, \"rank\": 1497, \"rankvar\": 1491, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1496, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1241, \"group\": [26.0, 15.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGTCTTGCA\", \"ini\": 146, \"clust\": 150, \"rank\": 1485, \"rankvar\": 1411, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1497, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1117, \"group\": [150.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAACGATGG\", \"ini\": 145, \"clust\": 141, \"rank\": 1442, \"rankvar\": 1571, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1498, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1118, \"group\": [144.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAACGCGA\", \"ini\": 144, \"clust\": 60, \"rank\": 1447, \"rankvar\": 1363, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1499, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1119, \"group\": [61.0, 24.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAAGCGAGT\", \"ini\": 143, \"clust\": 139, \"rank\": 1468, \"rankvar\": 1566, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1500, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1120, \"group\": [139.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGGACGAAA\", \"ini\": 142, \"clust\": 223, \"rank\": 1457, \"rankvar\": 1556, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1501, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1121, \"group\": [227.0, 53.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTGGTTCC\", \"ini\": 141, \"clust\": 125, \"rank\": 1508, \"rankvar\": 1470, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1502, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1122, \"group\": [128.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAGCGATCC\", \"ini\": 140, \"clust\": 473, \"rank\": 1501, \"rankvar\": 1180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1503, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 570, \"group\": [475.0, 194.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACTGGG\", \"ini\": 139, \"clust\": 122, \"rank\": 1524, \"rankvar\": 1388, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1504, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1123, \"group\": [125.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGTCGTAGGTT\", \"ini\": 138, \"clust\": 219, \"rank\": 1520, \"rankvar\": 990, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1505, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1124, \"group\": [218.0, 52.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTTCAACT\", \"ini\": 137, \"clust\": 131, \"rank\": 1513, \"rankvar\": 1274, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1506, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1125, \"group\": [137.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCATCATTC\", \"ini\": 136, \"clust\": 132, \"rank\": 1506, \"rankvar\": 1572, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1507, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1126, \"group\": [132.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGCACGCCT\", \"ini\": 135, \"clust\": 145, \"rank\": 1515, \"rankvar\": 1451, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1508, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1127, \"group\": [157.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCGATTGT\", \"ini\": 134, \"clust\": 222, \"rank\": 1505, \"rankvar\": 945, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1509, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1128, \"group\": [221.0, 52.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTTGACTG\", \"ini\": 133, \"clust\": 120, \"rank\": 1523, \"rankvar\": 1066, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1510, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1129, \"group\": [120.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTAAGTTCC\", \"ini\": 132, \"clust\": 13, \"rank\": 1484, \"rankvar\": 1377, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1511, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1242, \"group\": [27.0, 16.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGATGGAA\", \"ini\": 131, \"clust\": 173, \"rank\": 1494, \"rankvar\": 1510, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1512, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1130, \"group\": [174.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTGGGTCAA\", \"ini\": 130, \"clust\": 237, \"rank\": 1533, \"rankvar\": 663, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1513, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1198, \"group\": [239.0, 56.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCAAACTG\", \"ini\": 129, \"clust\": 225, \"rank\": 1491, \"rankvar\": 1314, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1514, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1199, \"group\": [224.0, 53.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATCCAAC\", \"ini\": 128, \"clust\": 58, \"rank\": 1511, \"rankvar\": 1465, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1515, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1131, \"group\": [59.0, 23.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGAGTACAT\", \"ini\": 127, \"clust\": 61, \"rank\": 1509, \"rankvar\": 1239, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1516, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1200, \"group\": [62.0, 24.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGGCAAAGA\", \"ini\": 126, \"clust\": 133, \"rank\": 1532, \"rankvar\": 1382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1517, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1132, \"group\": [133.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGTCAATAG\", \"ini\": 125, \"clust\": 106, \"rank\": 1489, \"rankvar\": 1234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1518, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1133, \"group\": [106.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCGAATGCT\", \"ini\": 124, \"clust\": 167, \"rank\": 1488, \"rankvar\": 1591, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1519, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1134, \"group\": [168.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCATTCACT\", \"ini\": 123, \"clust\": 123, \"rank\": 1529, \"rankvar\": 1283, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1520, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1135, \"group\": [123.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACCCATTC\", \"ini\": 122, \"clust\": 169, \"rank\": 1496, \"rankvar\": 1595, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1521, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1136, \"group\": [170.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCTCAGT\", \"ini\": 121, \"clust\": 38, \"rank\": 1525, \"rankvar\": 1580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1522, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 67, \"group\": [37.0, 21.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGAGCCAA\", \"ini\": 120, \"clust\": 121, \"rank\": 1535, \"rankvar\": 1287, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1523, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1137, \"group\": [121.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTGACAG\", \"ini\": 119, \"clust\": 39, \"rank\": 1526, \"rankvar\": 1638, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1524, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 68, \"group\": [35.0, 21.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCGGCGCTA\", \"ini\": 118, \"clust\": 40, \"rank\": 1519, \"rankvar\": 1640, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1525, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 69, \"group\": [36.0, 21.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCTGGTGTA\", \"ini\": 117, \"clust\": 163, \"rank\": 1514, \"rankvar\": 1501, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1526, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1138, \"group\": [160.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCCAATT\", \"ini\": 116, \"clust\": 135, \"rank\": 1531, \"rankvar\": 1522, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1527, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1139, \"group\": [134.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACAGTGAGTG\", \"ini\": 115, \"clust\": 229, \"rank\": 1469, \"rankvar\": 1320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1528, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1201, \"group\": [229.0, 53.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATTGCGGC\", \"ini\": 114, \"clust\": 452, \"rank\": 1534, \"rankvar\": 1118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1529, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1202, \"group\": [454.0, 185.0, 45.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTCGCATCG\", \"ini\": 113, \"clust\": 485, \"rank\": 1574, \"rankvar\": 1122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1530, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 571, \"group\": [485.0, 197.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTCCTGCTT\", \"ini\": 112, \"clust\": 215, \"rank\": 1554, \"rankvar\": 1173, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1531, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1140, \"group\": [215.0, 52.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACCCACC\", \"ini\": 111, \"clust\": 109, \"rank\": 1512, \"rankvar\": 1429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1532, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1141, \"group\": [108.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACCATTCCTGC\", \"ini\": 110, \"clust\": 100, \"rank\": 1507, \"rankvar\": 1297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1533, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1203, \"group\": [101.0, 46.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACGAAGCA\", \"ini\": 109, \"clust\": 477, \"rank\": 1562, \"rankvar\": 1237, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1534, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1243, \"group\": [478.0, 195.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGACAGGAACGT\", \"ini\": 108, \"clust\": 149, \"rank\": 1516, \"rankvar\": 1471, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1535, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1142, \"group\": [149.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCTAGGGC\", \"ini\": 107, \"clust\": 260, \"rank\": 1502, \"rankvar\": 1200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1536, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1204, \"group\": [259.0, 59.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACTCGGGAGTA\", \"ini\": 106, \"clust\": 486, \"rank\": 1568, \"rankvar\": 1103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1537, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 572, \"group\": [486.0, 197.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACATTCCTGC\", \"ini\": 105, \"clust\": 174, \"rank\": 1528, \"rankvar\": 1564, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1538, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1143, \"group\": [175.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTTCGAGA\", \"ini\": 104, \"clust\": 515, \"rank\": 1611, \"rankvar\": 1480, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 419, \"group\": [514.0, 214.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACCTTTG\", \"ini\": 103, \"clust\": 25, \"rank\": 1553, \"rankvar\": 1255, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1540, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1144, \"group\": [23.0, 14.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTGCCTTGG\", \"ini\": 102, \"clust\": 119, \"rank\": 1544, \"rankvar\": 1172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1541, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1145, \"group\": [122.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGACTTGAA\", \"ini\": 101, \"clust\": 124, \"rank\": 1555, \"rankvar\": 1506, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1542, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1146, \"group\": [124.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTCTCAACA\", \"ini\": 100, \"clust\": 510, \"rank\": 1589, \"rankvar\": 1261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1543, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 573, \"group\": [510.0, 213.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCAACGCTA\", \"ini\": 99, \"clust\": 213, \"rank\": 1551, \"rankvar\": 1462, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1544, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1147, \"group\": [216.0, 52.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGGCT\", \"ini\": 98, \"clust\": 20, \"rank\": 1541, \"rankvar\": 1043, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1545, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1244, \"group\": [19.0, 14.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCTGCGACG\", \"ini\": 97, \"clust\": 250, \"rank\": 1536, \"rankvar\": 1267, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1546, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1205, \"group\": [251.0, 58.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTCCTTC\", \"ini\": 96, \"clust\": 448, \"rank\": 1576, \"rankvar\": 1518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1547, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1245, \"group\": [449.0, 183.0, 45.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGGTGCAAC\", \"ini\": 95, \"clust\": 110, \"rank\": 1545, \"rankvar\": 1582, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1548, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1148, \"group\": [109.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGATAGGAG\", \"ini\": 94, \"clust\": 22, \"rank\": 1522, \"rankvar\": 1524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1549, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1246, \"group\": [21.0, 14.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCAGGA\", \"ini\": 93, \"clust\": 103, \"rank\": 1518, \"rankvar\": 1609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1550, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1149, \"group\": [103.0, 47.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGATATACG\", \"ini\": 92, \"clust\": 254, \"rank\": 1542, \"rankvar\": 745, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1551, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1206, \"group\": [252.0, 58.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTTGATTCG\", \"ini\": 91, \"clust\": 261, \"rank\": 1527, \"rankvar\": 988, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1552, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1207, \"group\": [260.0, 59.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCACCAGTTA\", \"ini\": 90, \"clust\": 153, \"rank\": 1546, \"rankvar\": 1610, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1553, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1150, \"group\": [153.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCACCCGAG\", \"ini\": 89, \"clust\": 59, \"rank\": 1540, \"rankvar\": 1430, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1554, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1151, \"group\": [60.0, 23.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTCCAGTAT\", \"ini\": 88, \"clust\": 18, \"rank\": 1569, \"rankvar\": 372, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1555, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1247, \"group\": [16.0, 14.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAATGGAAT\", \"ini\": 87, \"clust\": 43, \"rank\": 1559, \"rankvar\": 1586, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1556, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 70, \"group\": [43.0, 21.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGTACGCGA\", \"ini\": 86, \"clust\": 224, \"rank\": 1539, \"rankvar\": 1365, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1557, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1208, \"group\": [226.0, 53.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTCCTG\", \"ini\": 85, \"clust\": 251, \"rank\": 1549, \"rankvar\": 1214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1558, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1209, \"group\": [249.0, 58.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCTGTTCA\", \"ini\": 84, \"clust\": 239, \"rank\": 1564, \"rankvar\": 997, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1559, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1152, \"group\": [236.0, 56.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTCCGAAGA\", \"ini\": 83, \"clust\": 248, \"rank\": 1537, \"rankvar\": 1221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1560, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1210, \"group\": [247.0, 58.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTACAAGTA\", \"ini\": 82, \"clust\": 159, \"rank\": 1571, \"rankvar\": 1608, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1561, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1153, \"group\": [159.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCATCGATG\", \"ini\": 81, \"clust\": 488, \"rank\": 1616, \"rankvar\": 1434, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1562, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 574, \"group\": [488.0, 197.0, 46.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGGTACAGACG\", \"ini\": 80, \"clust\": 255, \"rank\": 1573, \"rankvar\": 1187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1563, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1154, \"group\": [253.0, 58.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTCATCCA\", \"ini\": 79, \"clust\": 157, \"rank\": 1575, \"rankvar\": 1449, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1564, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1155, \"group\": [165.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCTTGACGA\", \"ini\": 78, \"clust\": 231, \"rank\": 1543, \"rankvar\": 1458, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1565, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1211, \"group\": [231.0, 53.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTCTCTG\", \"ini\": 77, \"clust\": 151, \"rank\": 1570, \"rankvar\": 1568, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1566, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1156, \"group\": [151.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGCGATA\", \"ini\": 76, \"clust\": 253, \"rank\": 1590, \"rankvar\": 1208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1567, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1212, \"group\": [254.0, 58.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATAGTCA\", \"ini\": 75, \"clust\": 171, \"rank\": 1560, \"rankvar\": 1476, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1568, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1157, \"group\": [172.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGCGCTTG\", \"ini\": 74, \"clust\": 55, \"rank\": 1561, \"rankvar\": 1614, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1569, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1248, \"group\": [57.0, 21.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACATCACGAT\", \"ini\": 73, \"clust\": 24, \"rank\": 1556, \"rankvar\": 1140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1570, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1249, \"group\": [25.0, 14.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAACTGGCC\", \"ini\": 72, \"clust\": 146, \"rank\": 1557, \"rankvar\": 1414, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1571, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1158, \"group\": [146.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTCGAACAG\", \"ini\": 71, \"clust\": 258, \"rank\": 1548, \"rankvar\": 1010, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1572, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1213, \"group\": [257.0, 59.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCTTGTACT\", \"ini\": 70, \"clust\": 165, \"rank\": 1563, \"rankvar\": 1612, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1573, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1159, \"group\": [166.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGGATCGA\", \"ini\": 69, \"clust\": 257, \"rank\": 1547, \"rankvar\": 1151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1574, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1214, \"group\": [256.0, 59.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTAGAGTGC\", \"ini\": 68, \"clust\": 136, \"rank\": 1565, \"rankvar\": 1634, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1575, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1160, \"group\": [135.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCCTAGCG\", \"ini\": 67, \"clust\": 252, \"rank\": 1572, \"rankvar\": 1262, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1576, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1572, \"group\": [250.0, 58.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCACCATGTA\", \"ini\": 66, \"clust\": 232, \"rank\": 1566, \"rankvar\": 1086, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1577, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1215, \"group\": [232.0, 53.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCTGCAAT\", \"ini\": 65, \"clust\": 117, \"rank\": 1592, \"rankvar\": 1492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1578, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1161, \"group\": [118.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAAGGCGT\", \"ini\": 64, \"clust\": 126, \"rank\": 1587, \"rankvar\": 1532, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1579, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1162, \"group\": [126.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTTCTGAAC\", \"ini\": 63, \"clust\": 246, \"rank\": 1586, \"rankvar\": 1149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1580, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1573, \"group\": [245.0, 58.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCTAGAAC\", \"ini\": 62, \"clust\": 164, \"rank\": 1577, \"rankvar\": 1540, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1581, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1163, \"group\": [161.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCGACTAT\", \"ini\": 61, \"clust\": 56, \"rank\": 1580, \"rankvar\": 1625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1582, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 71, \"group\": [55.0, 21.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAGTTAGGGTG\", \"ini\": 60, \"clust\": 244, \"rank\": 1567, \"rankvar\": 1163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1583, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1216, \"group\": [241.0, 58.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCGATAA\", \"ini\": 59, \"clust\": 90, \"rank\": 1595, \"rankvar\": 1166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1584, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1217, \"group\": [90.0, 42.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGCTGAAAT\", \"ini\": 58, \"clust\": 166, \"rank\": 1550, \"rankvar\": 1622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1585, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1164, \"group\": [167.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCCGAGTC\", \"ini\": 57, \"clust\": 147, \"rank\": 1594, \"rankvar\": 1378, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1586, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1165, \"group\": [147.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGAGTAGA\", \"ini\": 56, \"clust\": 15, \"rank\": 1581, \"rankvar\": 1341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1587, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1250, \"group\": [14.0, 14.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGTTTACG\", \"ini\": 55, \"clust\": 220, \"rank\": 1600, \"rankvar\": 957, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1588, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1166, \"group\": [222.0, 52.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAGTTCCGGCA\", \"ini\": 54, \"clust\": 519, \"rank\": 1629, \"rankvar\": 1558, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1589, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1251, \"group\": [524.0, 220.0, 55.0, 17.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACAGATTC\", \"ini\": 53, \"clust\": 227, \"rank\": 1558, \"rankvar\": 1554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1590, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1574, \"group\": [230.0, 53.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATCTCG\", \"ini\": 52, \"clust\": 162, \"rank\": 1598, \"rankvar\": 1531, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1591, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1167, \"group\": [162.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAAACCCAT\", \"ini\": 51, \"clust\": 161, \"rank\": 1579, \"rankvar\": 1559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1592, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1168, \"group\": [163.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTAGGGTTTCT\", \"ini\": 50, \"clust\": 155, \"rank\": 1605, \"rankvar\": 1373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1593, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1218, \"group\": [154.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTCTCGGC\", \"ini\": 49, \"clust\": 154, \"rank\": 1602, \"rankvar\": 1544, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1594, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1169, \"group\": [156.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAGCCTGTG\", \"ini\": 48, \"clust\": 511, \"rank\": 1638, \"rankvar\": 1626, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1595, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 420, \"group\": [515.0, 214.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCGTGGTCG\", \"ini\": 47, \"clust\": 137, \"rank\": 1584, \"rankvar\": 1623, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1596, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1170, \"group\": [140.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCAGCCTTGG\", \"ini\": 46, \"clust\": 23, \"rank\": 1583, \"rankvar\": 1412, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1597, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1252, \"group\": [22.0, 14.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAAGCTCCCAG\", \"ini\": 45, \"clust\": 108, \"rank\": 1599, \"rankvar\": 1615, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1598, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1171, \"group\": [110.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCCGAATT\", \"ini\": 44, \"clust\": 21, \"rank\": 1585, \"rankvar\": 1288, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1599, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1219, \"group\": [20.0, 14.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGTCGCG\", \"ini\": 43, \"clust\": 243, \"rank\": 1582, \"rankvar\": 1249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1600, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1220, \"group\": [243.0, 58.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGGTGAGTATA\", \"ini\": 42, \"clust\": 45, \"rank\": 1597, \"rankvar\": 1565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1601, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 72, \"group\": [42.0, 21.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTGTGAAAT\", \"ini\": 41, \"clust\": 512, \"rank\": 1612, \"rankvar\": 890, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1602, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1253, \"group\": [511.0, 214.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGAGTTTCCTT\", \"ini\": 40, \"clust\": 245, \"rank\": 1588, \"rankvar\": 1380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1603, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1221, \"group\": [242.0, 58.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGAGGGA\", \"ini\": 39, \"clust\": 176, \"rank\": 1593, \"rankvar\": 1624, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1604, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1172, \"group\": [177.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCAAACTC\", \"ini\": 38, \"clust\": 156, \"rank\": 1591, \"rankvar\": 1515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1605, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1222, \"group\": [155.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCAACGGGA\", \"ini\": 37, \"clust\": 450, \"rank\": 1618, \"rankvar\": 1032, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1606, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1223, \"group\": [450.0, 184.0, 45.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTATGAATG\", \"ini\": 36, \"clust\": 168, \"rank\": 1578, \"rankvar\": 1619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1607, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1173, \"group\": [169.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGTCAGAGGTG\", \"ini\": 35, \"clust\": 94, \"rank\": 1623, \"rankvar\": 1500, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1608, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1174, \"group\": [92.0, 42.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCGGCA\", \"ini\": 34, \"clust\": 262, \"rank\": 1609, \"rankvar\": 983, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1609, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1224, \"group\": [263.0, 59.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTGTCTGATCA\", \"ini\": 33, \"clust\": 26, \"rank\": 1603, \"rankvar\": 1493, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1610, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1254, \"group\": [24.0, 14.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGAGGACGG\", \"ini\": 32, \"clust\": 160, \"rank\": 1608, \"rankvar\": 1588, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1611, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1175, \"group\": [164.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCATTTCAGG\", \"ini\": 31, \"clust\": 16, \"rank\": 1621, \"rankvar\": 1321, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1612, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1255, \"group\": [15.0, 14.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCTAAAGA\", \"ini\": 30, \"clust\": 263, \"rank\": 1604, \"rankvar\": 968, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1613, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1225, \"group\": [261.0, 59.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGGGATGGG\", \"ini\": 29, \"clust\": 172, \"rank\": 1613, \"rankvar\": 1499, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1614, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1176, \"group\": [173.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTTGGAGGT\", \"ini\": 28, \"clust\": 453, \"rank\": 1628, \"rankvar\": 1215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1615, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1256, \"group\": [452.0, 185.0, 45.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCGCCAA\", \"ini\": 27, \"clust\": 170, \"rank\": 1596, \"rankvar\": 1641, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1616, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1177, \"group\": [171.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTAGCACGA\", \"ini\": 26, \"clust\": 57, \"rank\": 1615, \"rankvar\": 1592, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1617, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 73, \"group\": [56.0, 21.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCTGAAAT\", \"ini\": 25, \"clust\": 17, \"rank\": 1632, \"rankvar\": 759, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1618, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1257, \"group\": [18.0, 14.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCATGTAGC\", \"ini\": 24, \"clust\": 236, \"rank\": 1619, \"rankvar\": 1289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1619, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1226, \"group\": [240.0, 57.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGGAATGGA\", \"ini\": 23, \"clust\": 247, \"rank\": 1610, \"rankvar\": 1404, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1620, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1227, \"group\": [246.0, 58.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTCTGCCAG\", \"ini\": 22, \"clust\": 249, \"rank\": 1601, \"rankvar\": 1432, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1621, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1228, \"group\": [248.0, 58.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTTCAGACT\", \"ini\": 21, \"clust\": 92, \"rank\": 1640, \"rankvar\": 1584, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1622, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1178, \"group\": [95.0, 42.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGATCGCA\", \"ini\": 20, \"clust\": 240, \"rank\": 1634, \"rankvar\": 1159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1623, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1179, \"group\": [237.0, 56.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGCTGCAC\", \"ini\": 19, \"clust\": 95, \"rank\": 1641, \"rankvar\": 1292, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1624, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1180, \"group\": [93.0, 42.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCGGTCTAA\", \"ini\": 18, \"clust\": 91, \"rank\": 1631, \"rankvar\": 1381, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1625, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1181, \"group\": [91.0, 42.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCCGTCAAA\", \"ini\": 17, \"clust\": 264, \"rank\": 1614, \"rankvar\": 1104, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1626, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1229, \"group\": [262.0, 59.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGCCGGTAA\", \"ini\": 16, \"clust\": 259, \"rank\": 1606, \"rankvar\": 1326, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1627, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1230, \"group\": [258.0, 59.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTGGCTCCA\", \"ini\": 15, \"clust\": 178, \"rank\": 1620, \"rankvar\": 1627, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1628, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1182, \"group\": [178.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTATGCGT\", \"ini\": 14, \"clust\": 127, \"rank\": 1624, \"rankvar\": 1482, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1629, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1183, \"group\": [127.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGTGAC\", \"ini\": 13, \"clust\": 513, \"rank\": 1639, \"rankvar\": 1109, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1630, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1258, \"group\": [512.0, 214.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAATCTACG\", \"ini\": 12, \"clust\": 118, \"rank\": 1633, \"rankvar\": 1401, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1631, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1184, \"group\": [119.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCAGTCCCT\", \"ini\": 11, \"clust\": 89, \"rank\": 1642, \"rankvar\": 1174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1632, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1185, \"group\": [96.0, 42.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCTCCTCT\", \"ini\": 10, \"clust\": 238, \"rank\": 1626, \"rankvar\": 690, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1633, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1231, \"group\": [238.0, 56.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAATGTTGC\", \"ini\": 9, \"clust\": 226, \"rank\": 1617, \"rankvar\": 1310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1634, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1232, \"group\": [225.0, 53.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTGCTCCT\", \"ini\": 8, \"clust\": 129, \"rank\": 1622, \"rankvar\": 1420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1635, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1186, \"group\": [129.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTAAATACG\", \"ini\": 7, \"clust\": 130, \"rank\": 1627, \"rankvar\": 1241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1636, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1233, \"group\": [130.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAAACG\", \"ini\": 6, \"clust\": 19, \"rank\": 1637, \"rankvar\": 1304, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1637, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1259, \"group\": [17.0, 14.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAAGTCTAC\", \"ini\": 5, \"clust\": 242, \"rank\": 1607, \"rankvar\": 1553, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1638, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1234, \"group\": [244.0, 58.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTCTGGTCG\", \"ini\": 4, \"clust\": 451, \"rank\": 1636, \"rankvar\": 1457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1639, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1187, \"group\": [451.0, 184.0, 45.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTACTTAGC\", \"ini\": 3, \"clust\": 134, \"rank\": 1625, \"rankvar\": 1616, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1640, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1188, \"group\": [136.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTAACGGT\", \"ini\": 2, \"clust\": 454, \"rank\": 1635, \"rankvar\": 994, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1641, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1235, \"group\": [453.0, 185.0, 45.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCATGTTGAC\", \"ini\": 1, \"clust\": 179, \"rank\": 1630, \"rankvar\": 1606, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1642, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1189, \"group\": [179.0, 48.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}]}}, {\"N_row_var\": 10, \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"name\": \"CD27\", \"ini\": 10, \"clust\": 8, \"rank\": 2, \"rankvar\": 9, \"group\": [8.0, 8.0, 4.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD141\", \"ini\": 9, \"clust\": 1, \"rank\": 7, \"rankvar\": 7, \"group\": [6.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"HLADR\", \"ini\": 8, \"clust\": 4, \"rank\": 1, \"rankvar\": 8, \"group\": [5.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD3\", \"ini\": 7, \"clust\": 9, \"rank\": 0, \"rankvar\": 4, \"group\": [9.0, 9.0, 5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD11c\", \"ini\": 6, \"clust\": 5, \"rank\": 4, \"rankvar\": 5, \"group\": [3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD11b\", \"ini\": 5, \"clust\": 2, \"rank\": 8, \"rankvar\": 2, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD33\", \"ini\": 4, \"clust\": 6, \"rank\": 3, \"rankvar\": 1, \"group\": [4.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD38\", \"ini\": 3, \"clust\": 7, \"rank\": 5, \"rankvar\": 0, \"group\": [10.0, 10.0, 6.0, 6.0, 5.0, 4.0, 3.0, 3.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD56\", \"ini\": 2, \"clust\": 0, \"rank\": 9, \"rankvar\": 6, \"group\": [7.0, 7.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD64\", \"ini\": 1, \"clust\": 3, \"rank\": 6, \"rankvar\": 3, \"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}], \"col_nodes\": [{\"name\": \"GCATGCGTCCATGAGT\", \"ini\": 1643, \"clust\": 6, \"rank\": 73, \"rankvar\": 1622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 0, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1467, \"group\": [5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCTA\", \"ini\": 1642, \"clust\": 777, \"rank\": 5, \"rankvar\": 375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 575, \"group\": [777.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGTCCGTAT\", \"ini\": 1641, \"clust\": 651, \"rank\": 26, \"rankvar\": 1116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 2, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 74, \"group\": [654.0, 107.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTCCAACC\", \"ini\": 1640, \"clust\": 385, \"rank\": 25, \"rankvar\": 403, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1295, \"group\": [384.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGCTGTTCA\", \"ini\": 1639, \"clust\": 391, \"rank\": 2, \"rankvar\": 1043, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 0, \"group\": [393.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCACATAGC\", \"ini\": 1638, \"clust\": 597, \"rank\": 24, \"rankvar\": 668, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 576, \"group\": [598.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCTCTTTCCTC\", \"ini\": 1637, \"clust\": 376, \"rank\": 8, \"rankvar\": 513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 6, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 1, \"group\": [377.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGTAGC\", \"ini\": 1636, \"clust\": 664, \"rank\": 0, \"rankvar\": 1096, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 7, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 577, \"group\": [663.0, 107.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACAGTACACT\", \"ini\": 1635, \"clust\": 774, \"rank\": 4, \"rankvar\": 265, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 8, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 75, \"group\": [774.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGGACGAAA\", \"ini\": 1634, \"clust\": 611, \"rank\": 14, \"rankvar\": 897, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 9, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 76, \"group\": [610.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATGGAGC\", \"ini\": 1633, \"clust\": 370, \"rank\": 6, \"rankvar\": 95, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 10, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1296, \"group\": [367.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGGGATACC\", \"ini\": 1632, \"clust\": 779, \"rank\": 11, \"rankvar\": 380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 11, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 578, \"group\": [779.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGAGGTG\", \"ini\": 1631, \"clust\": 378, \"rank\": 56, \"rankvar\": 256, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 12, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1297, \"group\": [374.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGGCCCGTT\", \"ini\": 1630, \"clust\": 398, \"rank\": 103, \"rankvar\": 4, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 13, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1298, \"group\": [399.0, 70.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCAGGCCCA\", \"ini\": 1629, \"clust\": 1174, \"rank\": 9, \"rankvar\": 1638, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 14, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1575, \"group\": [1171.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTGACTCAT\", \"ini\": 1628, \"clust\": 366, \"rank\": 17, \"rankvar\": 292, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 15, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1299, \"group\": [365.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTTTACGT\", \"ini\": 1627, \"clust\": 775, \"rank\": 1, \"rankvar\": 434, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 16, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 579, \"group\": [775.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATGACCT\", \"ini\": 1626, \"clust\": 763, \"rank\": 13, \"rankvar\": 37, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 17, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 580, \"group\": [765.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACAGACC\", \"ini\": 1625, \"clust\": 381, \"rank\": 68, \"rankvar\": 300, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 18, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1300, \"group\": [379.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATTCGCACTCT\", \"ini\": 1624, \"clust\": 753, \"rank\": 20, \"rankvar\": 8, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 19, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 581, \"group\": [753.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGCCACCTG\", \"ini\": 1623, \"clust\": 653, \"rank\": 7, \"rankvar\": 999, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 20, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 582, \"group\": [651.0, 107.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGTTTA\", \"ini\": 1622, \"clust\": 610, \"rank\": 19, \"rankvar\": 325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 21, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 583, \"group\": [612.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACTTAAGC\", \"ini\": 1621, \"clust\": 576, \"rank\": 195, \"rankvar\": 324, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 22, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 584, \"group\": [575.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTAGAGTGAGA\", \"ini\": 1620, \"clust\": 364, \"rank\": 35, \"rankvar\": 284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 23, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1301, \"group\": [362.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTGCCTG\", \"ini\": 1619, \"clust\": 778, \"rank\": 28, \"rankvar\": 125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 24, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 585, \"group\": [778.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGCTAAACA\", \"ini\": 1618, \"clust\": 1175, \"rank\": 22, \"rankvar\": 1613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 25, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1576, \"group\": [1172.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGAGTAAGG\", \"ini\": 1617, \"clust\": 1171, \"rank\": 12, \"rankvar\": 1474, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 26, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1577, \"group\": [1168.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGTAGCCA\", \"ini\": 1616, \"clust\": 73, \"rank\": 16, \"rankvar\": 870, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 27, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1302, \"group\": [72.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCAGACACTT\", \"ini\": 1615, \"clust\": 1179, \"rank\": 70, \"rankvar\": 1594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 28, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1578, \"group\": [1174.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGAGAACG\", \"ini\": 1614, \"clust\": 638, \"rank\": 283, \"rankvar\": 342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 29, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1263, \"group\": [638.0, 106.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAATCGAAA\", \"ini\": 1613, \"clust\": 764, \"rank\": 109, \"rankvar\": 9, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 30, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 586, \"group\": [763.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCCAGTATG\", \"ini\": 1612, \"clust\": 354, \"rank\": 111, \"rankvar\": 3, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 31, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1303, \"group\": [354.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTTCCAGTATG\", \"ini\": 1611, \"clust\": 372, \"rank\": 43, \"rankvar\": 181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 32, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1304, \"group\": [373.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCCTCATTA\", \"ini\": 1610, \"clust\": 74, \"rank\": 3, \"rankvar\": 1047, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 33, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1305, \"group\": [73.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTGAGTGT\", \"ini\": 1609, \"clust\": 757, \"rank\": 156, \"rankvar\": 51, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 34, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 77, \"group\": [756.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCACGACTA\", \"ini\": 1608, \"clust\": 598, \"rank\": 105, \"rankvar\": 698, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 35, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 78, \"group\": [599.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGTTCGATC\", \"ini\": 1607, \"clust\": 383, \"rank\": 40, \"rankvar\": 116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 36, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1306, \"group\": [382.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCGTGGGAA\", \"ini\": 1606, \"clust\": 595, \"rank\": 30, \"rankvar\": 75, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 37, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 587, \"group\": [595.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTGTCAATC\", \"ini\": 1605, \"clust\": 1172, \"rank\": 36, \"rankvar\": 1416, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 38, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1579, \"group\": [1169.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAATCAGAA\", \"ini\": 1604, \"clust\": 380, \"rank\": 49, \"rankvar\": 656, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 39, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1307, \"group\": [381.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTCAGAAGC\", \"ini\": 1603, \"clust\": 658, \"rank\": 153, \"rankvar\": 514, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 40, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 79, \"group\": [658.0, 107.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGAGAGCTC\", \"ini\": 1602, \"clust\": 1057, \"rank\": 280, \"rankvar\": 174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 41, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 588, \"group\": [1058.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAGGAACGT\", \"ini\": 1601, \"clust\": 719, \"rank\": 185, \"rankvar\": 385, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 42, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1264, \"group\": [719.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTTCTGAAC\", \"ini\": 1600, \"clust\": 616, \"rank\": 98, \"rankvar\": 376, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 43, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 589, \"group\": [616.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAAAGGTGC\", \"ini\": 1599, \"clust\": 326, \"rank\": 104, \"rankvar\": 368, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 44, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1308, \"group\": [323.0, 67.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTGGTATG\", \"ini\": 1598, \"clust\": 371, \"rank\": 23, \"rankvar\": 0, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 45, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 590, \"group\": [368.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTTCTGAAC\", \"ini\": 1597, \"clust\": 325, \"rank\": 32, \"rankvar\": 132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 46, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1309, \"group\": [325.0, 67.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTGTCTAT\", \"ini\": 1596, \"clust\": 771, \"rank\": 18, \"rankvar\": 122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 47, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 591, \"group\": [772.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTCGAATCT\", \"ini\": 1595, \"clust\": 265, \"rank\": 146, \"rankvar\": 372, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 48, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1310, \"group\": [267.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGAATCCA\", \"ini\": 1594, \"clust\": 260, \"rank\": 45, \"rankvar\": 481, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 49, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1311, \"group\": [260.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTCACAAGG\", \"ini\": 1593, \"clust\": 729, \"rank\": 91, \"rankvar\": 333, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 50, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 80, \"group\": [734.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCTAACTTC\", \"ini\": 1592, \"clust\": 384, \"rank\": 21, \"rankvar\": 102, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 51, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1312, \"group\": [383.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAGTCAGAG\", \"ini\": 1591, \"clust\": 1151, \"rank\": 215, \"rankvar\": 1345, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 52, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1313, \"group\": [1225.0, 200.0, 47.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACTTATC\", \"ini\": 1590, \"clust\": 274, \"rank\": 99, \"rankvar\": 293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 53, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1314, \"group\": [270.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCAAGGTAA\", \"ini\": 1589, \"clust\": 72, \"rank\": 114, \"rankvar\": 909, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 54, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1315, \"group\": [74.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTACCGGCT\", \"ini\": 1588, \"clust\": 334, \"rank\": 80, \"rankvar\": 430, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 55, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1316, \"group\": [333.0, 67.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAGTCGGCACT\", \"ini\": 1587, \"clust\": 263, \"rank\": 122, \"rankvar\": 568, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 56, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1317, \"group\": [262.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATCGTCGG\", \"ini\": 1586, \"clust\": 321, \"rank\": 134, \"rankvar\": 490, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 57, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1318, \"group\": [321.0, 67.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTGACGTT\", \"ini\": 1585, \"clust\": 373, \"rank\": 110, \"rankvar\": 44, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 58, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1319, \"group\": [371.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGGTTAAC\", \"ini\": 1584, \"clust\": 359, \"rank\": 124, \"rankvar\": 139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 59, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1320, \"group\": [358.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTTCGGCAC\", \"ini\": 1583, \"clust\": 596, \"rank\": 106, \"rankvar\": 126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 60, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 592, \"group\": [596.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGTCGTACT\", \"ini\": 1582, \"clust\": 361, \"rank\": 51, \"rankvar\": 391, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 61, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1321, \"group\": [360.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCGAATCCA\", \"ini\": 1581, \"clust\": 317, \"rank\": 50, \"rankvar\": 988, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 62, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1322, \"group\": [316.0, 66.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATACGCTA\", \"ini\": 1580, \"clust\": 356, \"rank\": 37, \"rankvar\": 202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 63, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 593, \"group\": [356.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCCGTC\", \"ini\": 1579, \"clust\": 690, \"rank\": 15, \"rankvar\": 330, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 64, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 594, \"group\": [688.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACAAGACACG\", \"ini\": 1578, \"clust\": 780, \"rank\": 52, \"rankvar\": 195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 65, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 81, \"group\": [780.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTCCAGTTA\", \"ini\": 1577, \"clust\": 358, \"rank\": 118, \"rankvar\": 111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 66, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1323, \"group\": [386.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTATCAGTGCAT\", \"ini\": 1576, \"clust\": 315, \"rank\": 100, \"rankvar\": 778, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 67, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1324, \"group\": [314.0, 66.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCATCTACCTGC\", \"ini\": 1575, \"clust\": 402, \"rank\": 39, \"rankvar\": 649, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 68, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1325, \"group\": [401.0, 70.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGTACGCCC\", \"ini\": 1574, \"clust\": 522, \"rank\": 57, \"rankvar\": 379, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 69, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 595, \"group\": [522.0, 103.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGTAAACT\", \"ini\": 1573, \"clust\": 261, \"rank\": 64, \"rankvar\": 362, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 70, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1326, \"group\": [261.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGTGTGGT\", \"ini\": 1572, \"clust\": 567, \"rank\": 314, \"rankvar\": 629, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 71, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1265, \"group\": [568.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTATA\", \"ini\": 1571, \"clust\": 811, \"rank\": 140, \"rankvar\": 1022, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 72, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 82, \"group\": [811.0, 111.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACATGCAACT\", \"ini\": 1570, \"clust\": 660, \"rank\": 63, \"rankvar\": 437, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 73, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 596, \"group\": [662.0, 107.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCACCGGGT\", \"ini\": 1569, \"clust\": 269, \"rank\": 160, \"rankvar\": 821, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 74, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1327, \"group\": [268.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGATGGGTC\", \"ini\": 1568, \"clust\": 687, \"rank\": 84, \"rankvar\": 175, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 75, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 597, \"group\": [692.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTATGGTTC\", \"ini\": 1567, \"clust\": 365, \"rank\": 82, \"rankvar\": 206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 76, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1328, \"group\": [363.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTATCGAA\", \"ini\": 1566, \"clust\": 607, \"rank\": 27, \"rankvar\": 338, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 77, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 83, \"group\": [607.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCATGAGT\", \"ini\": 1565, \"clust\": 360, \"rank\": 60, \"rankvar\": 253, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 78, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1329, \"group\": [359.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGCTATCT\", \"ini\": 1564, \"clust\": 395, \"rank\": 102, \"rankvar\": 718, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 79, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 2, \"group\": [395.0, 70.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGGTTACCT\", \"ini\": 1563, \"clust\": 393, \"rank\": 34, \"rankvar\": 113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 80, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 3, \"group\": [390.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCACCCATGG\", \"ini\": 1562, \"clust\": 721, \"rank\": 115, \"rankvar\": 198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 81, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 84, \"group\": [721.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGGTGTAG\", \"ini\": 1561, \"clust\": 767, \"rank\": 75, \"rankvar\": 112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 82, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 598, \"group\": [767.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCCCAGGTG\", \"ini\": 1560, \"clust\": 661, \"rank\": 169, \"rankvar\": 274, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 83, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 599, \"group\": [660.0, 107.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGTATGCT\", \"ini\": 1559, \"clust\": 732, \"rank\": 79, \"rankvar\": 127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 84, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 85, \"group\": [732.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTTAAGAAC\", \"ini\": 1558, \"clust\": 539, \"rank\": 205, \"rankvar\": 1190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 85, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 600, \"group\": [539.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCATGTCGAT\", \"ini\": 1557, \"clust\": 355, \"rank\": 74, \"rankvar\": 171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 86, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 601, \"group\": [355.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCATAGAAAC\", \"ini\": 1556, \"clust\": 723, \"rank\": 162, \"rankvar\": 472, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 87, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 86, \"group\": [724.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGCACCGCT\", \"ini\": 1555, \"clust\": 357, \"rank\": 65, \"rankvar\": 150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 88, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 602, \"group\": [357.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTCTCTCGT\", \"ini\": 1554, \"clust\": 727, \"rank\": 81, \"rankvar\": 191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 89, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 87, \"group\": [728.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAAGAAAGG\", \"ini\": 1553, \"clust\": 369, \"rank\": 10, \"rankvar\": 23, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 90, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1330, \"group\": [369.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGGCATGGT\", \"ini\": 1552, \"clust\": 2, \"rank\": 224, \"rankvar\": 1003, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 91, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1331, \"group\": [9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGGTCATCT\", \"ini\": 1551, \"clust\": 1170, \"rank\": 142, \"rankvar\": 1088, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 92, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1580, \"group\": [1170.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAAT\", \"ini\": 1550, \"clust\": 593, \"rank\": 119, \"rankvar\": 34, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 93, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1266, \"group\": [593.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCAGCGC\", \"ini\": 1549, \"clust\": 590, \"rank\": 181, \"rankvar\": 422, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 94, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1267, \"group\": [585.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAATCTCC\", \"ini\": 1548, \"clust\": 319, \"rank\": 76, \"rankvar\": 133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 95, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 603, \"group\": [319.0, 67.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTTCCACGG\", \"ini\": 1547, \"clust\": 716, \"rank\": 112, \"rankvar\": 98, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 96, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 88, \"group\": [716.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGCTGGCT\", \"ini\": 1546, \"clust\": 37, \"rank\": 217, \"rankvar\": 1117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 97, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1468, \"group\": [39.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGGCCCTTG\", \"ini\": 1545, \"clust\": 1054, \"rank\": 455, \"rankvar\": 903, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 98, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1268, \"group\": [1057.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCCTTTACA\", \"ini\": 1544, \"clust\": 352, \"rank\": 141, \"rankvar\": 456, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 99, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1332, \"group\": [350.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCTCCCTGA\", \"ini\": 1543, \"clust\": 403, \"rank\": 198, \"rankvar\": 826, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 100, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1333, \"group\": [402.0, 70.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGTTGG\", \"ini\": 1542, \"clust\": 600, \"rank\": 194, \"rankvar\": 499, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 101, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 604, \"group\": [600.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGAAGCA\", \"ini\": 1541, \"clust\": 691, \"rank\": 89, \"rankvar\": 238, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 102, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 605, \"group\": [689.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCTGGTCG\", \"ini\": 1540, \"clust\": 35, \"rank\": 42, \"rankvar\": 1382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 103, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1469, \"group\": [35.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCAAAGACA\", \"ini\": 1539, \"clust\": 362, \"rank\": 93, \"rankvar\": 77, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 104, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1334, \"group\": [361.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCTCCGAAGAG\", \"ini\": 1538, \"clust\": 743, \"rank\": 33, \"rankvar\": 29, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 105, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 606, \"group\": [742.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCAGCACAT\", \"ini\": 1537, \"clust\": 33, \"rank\": 29, \"rankvar\": 1575, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 106, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1470, \"group\": [32.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCAGGTCCAC\", \"ini\": 1536, \"clust\": 733, \"rank\": 54, \"rankvar\": 320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 107, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 607, \"group\": [733.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGTGCAT\", \"ini\": 1535, \"clust\": 668, \"rank\": 86, \"rankvar\": 222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 108, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 608, \"group\": [666.0, 107.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCAAGTAGTA\", \"ini\": 1534, \"clust\": 776, \"rank\": 126, \"rankvar\": 374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 109, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 89, \"group\": [781.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCTGTCTA\", \"ini\": 1533, \"clust\": 1185, \"rank\": 159, \"rankvar\": 1342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 110, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1581, \"group\": [1183.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTGCGCTTG\", \"ini\": 1532, \"clust\": 1074, \"rank\": 528, \"rankvar\": 747, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 111, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1269, \"group\": [1072.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGATGTT\", \"ini\": 1531, \"clust\": 350, \"rank\": 157, \"rankvar\": 530, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 112, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1335, \"group\": [353.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACTTACGA\", \"ini\": 1530, \"clust\": 363, \"rank\": 128, \"rankvar\": 10, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 90, \"group\": [364.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCAGCTGTAT\", \"ini\": 1529, \"clust\": 379, \"rank\": 92, \"rankvar\": 100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 114, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1336, \"group\": [375.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGCTCAACT\", \"ini\": 1528, \"clust\": 282, \"rank\": 433, \"rankvar\": 332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1337, \"group\": [280.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCAACGG\", \"ini\": 1527, \"clust\": 663, \"rank\": 59, \"rankvar\": 899, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 91, \"group\": [665.0, 107.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTTAAGATG\", \"ini\": 1526, \"clust\": 654, \"rank\": 41, \"rankvar\": 392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 117, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 609, \"group\": [652.0, 107.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTGTATGGG\", \"ini\": 1525, \"clust\": 754, \"rank\": 31, \"rankvar\": 67, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 118, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 610, \"group\": [754.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCATACGCCG\", \"ini\": 1524, \"clust\": 192, \"rank\": 531, \"rankvar\": 308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 92, \"group\": [195.0, 40.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGCTGTCTA\", \"ini\": 1523, \"clust\": 394, \"rank\": 38, \"rankvar\": 81, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 120, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 4, \"group\": [391.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCAGCTTAG\", \"ini\": 1522, \"clust\": 386, \"rank\": 97, \"rankvar\": 230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 121, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 611, \"group\": [385.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGTGTCCCG\", \"ini\": 1521, \"clust\": 530, \"rank\": 218, \"rankvar\": 1160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 122, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 612, \"group\": [531.0, 103.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGTGACCA\", \"ini\": 1520, \"clust\": 751, \"rank\": 44, \"rankvar\": 142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 93, \"group\": [751.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAAGCCATT\", \"ini\": 1519, \"clust\": 708, \"rank\": 123, \"rankvar\": 136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 124, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 613, \"group\": [708.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGATGGGTC\", \"ini\": 1518, \"clust\": 602, \"rank\": 83, \"rankvar\": 367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 125, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 614, \"group\": [603.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAGGCGATA\", \"ini\": 1517, \"clust\": 279, \"rank\": 304, \"rankvar\": 590, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 126, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1338, \"group\": [278.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAACGTGG\", \"ini\": 1516, \"clust\": 750, \"rank\": 77, \"rankvar\": 85, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 127, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 615, \"group\": [755.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCTAACTCT\", \"ini\": 1515, \"clust\": 730, \"rank\": 96, \"rankvar\": 424, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 128, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 94, \"group\": [730.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCCGCAAGC\", \"ini\": 1514, \"clust\": 32, \"rank\": 53, \"rankvar\": 1299, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 129, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1471, \"group\": [34.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGGAATCG\", \"ini\": 1513, \"clust\": 717, \"rank\": 85, \"rankvar\": 304, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 95, \"group\": [717.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGTCAAGGC\", \"ini\": 1512, \"clust\": 275, \"rank\": 222, \"rankvar\": 441, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 131, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1339, \"group\": [271.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCCATTTA\", \"ini\": 1511, \"clust\": 1062, \"rank\": 435, \"rankvar\": 873, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 132, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 616, \"group\": [1062.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGTCAAGGC\", \"ini\": 1510, \"clust\": 399, \"rank\": 165, \"rankvar\": 17, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 133, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1340, \"group\": [397.0, 70.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTGGTGTA\", \"ini\": 1509, \"clust\": 310, \"rank\": 313, \"rankvar\": 1058, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 134, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1341, \"group\": [318.0, 66.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCCCGACTT\", \"ini\": 1508, \"clust\": 345, \"rank\": 167, \"rankvar\": 853, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 135, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1342, \"group\": [343.0, 68.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATGACGGA\", \"ini\": 1507, \"clust\": 760, \"rank\": 55, \"rankvar\": 21, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 136, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 617, \"group\": [760.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAGTTGAC\", \"ini\": 1506, \"clust\": 396, \"rank\": 175, \"rankvar\": 715, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 137, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 5, \"group\": [396.0, 70.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGGCACA\", \"ini\": 1505, \"clust\": 769, \"rank\": 47, \"rankvar\": 309, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 138, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 618, \"group\": [770.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACAGATTGCT\", \"ini\": 1504, \"clust\": 742, \"rank\": 143, \"rankvar\": 5, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 96, \"group\": [744.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATACAGCT\", \"ini\": 1503, \"clust\": 1086, \"rank\": 577, \"rankvar\": 726, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 140, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1270, \"group\": [1087.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCTGGTA\", \"ini\": 1502, \"clust\": 353, \"rank\": 150, \"rankvar\": 788, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1343, \"group\": [351.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGAGCGAT\", \"ini\": 1501, \"clust\": 755, \"rank\": 61, \"rankvar\": 27, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 97, \"group\": [759.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGATGAGC\", \"ini\": 1500, \"clust\": 765, \"rank\": 69, \"rankvar\": 32, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 98, \"group\": [764.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCTGCCCTA\", \"ini\": 1499, \"clust\": 311, \"rank\": 166, \"rankvar\": 365, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 144, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1344, \"group\": [310.0, 66.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGCAACGGT\", \"ini\": 1498, \"clust\": 1183, \"rank\": 320, \"rankvar\": 1529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 145, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1582, \"group\": [1179.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAATCTCC\", \"ini\": 1497, \"clust\": 823, \"rank\": 460, \"rankvar\": 737, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 146, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1345, \"group\": [823.0, 117.0, 29.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTCATTTGCCC\", \"ini\": 1496, \"clust\": 672, \"rank\": 164, \"rankvar\": 47, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 147, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 99, \"group\": [671.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGATGGAA\", \"ini\": 1495, \"clust\": 69, \"rank\": 237, \"rankvar\": 302, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 148, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 619, \"group\": [70.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGACAGACC\", \"ini\": 1494, \"clust\": 482, \"rank\": 418, \"rankvar\": 618, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 149, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1346, \"group\": [483.0, 98.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATTATCTC\", \"ini\": 1493, \"clust\": 374, \"rank\": 46, \"rankvar\": 90, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 150, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1347, \"group\": [372.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATTAACCG\", \"ini\": 1492, \"clust\": 680, \"rank\": 101, \"rankvar\": 407, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 151, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 620, \"group\": [680.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGTCGCCGT\", \"ini\": 1491, \"clust\": 41, \"rank\": 171, \"rankvar\": 1223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 152, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1472, \"group\": [40.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGACGTAG\", \"ini\": 1490, \"clust\": 1066, \"rank\": 253, \"rankvar\": 567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 153, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 621, \"group\": [1067.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTCCTATA\", \"ini\": 1489, \"clust\": 768, \"rank\": 67, \"rankvar\": 291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 154, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 622, \"group\": [768.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACACAAGTAA\", \"ini\": 1488, \"clust\": 262, \"rank\": 179, \"rankvar\": 828, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 155, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1348, \"group\": [264.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTGGTGTA\", \"ini\": 1487, \"clust\": 401, \"rank\": 125, \"rankvar\": 860, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 156, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1349, \"group\": [403.0, 70.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGACAGCT\", \"ini\": 1486, \"clust\": 599, \"rank\": 351, \"rankvar\": 369, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 157, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1271, \"group\": [602.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTAGAGGTACC\", \"ini\": 1485, \"clust\": 1035, \"rank\": 466, \"rankvar\": 483, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 158, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1272, \"group\": [1037.0, 163.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCACGACTA\", \"ini\": 1484, \"clust\": 609, \"rank\": 78, \"rankvar\": 381, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 159, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 623, \"group\": [613.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCATCCGTGG\", \"ini\": 1483, \"clust\": 652, \"rank\": 188, \"rankvar\": 804, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 160, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 624, \"group\": [653.0, 107.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTTCGCACTCT\", \"ini\": 1482, \"clust\": 323, \"rank\": 133, \"rankvar\": 569, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1350, \"group\": [327.0, 67.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCCCTTGT\", \"ini\": 1481, \"clust\": 642, \"rank\": 108, \"rankvar\": 386, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 625, \"group\": [641.0, 106.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGGTCCAC\", \"ini\": 1480, \"clust\": 615, \"rank\": 135, \"rankvar\": 321, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 163, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 626, \"group\": [618.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACTCTTA\", \"ini\": 1479, \"clust\": 266, \"rank\": 282, \"rankvar\": 465, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 164, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1351, \"group\": [265.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAATCCGAT\", \"ini\": 1478, \"clust\": 739, \"rank\": 341, \"rankvar\": 62, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 165, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1273, \"group\": [740.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCCACGACG\", \"ini\": 1477, \"clust\": 1182, \"rank\": 214, \"rankvar\": 1577, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 166, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1583, \"group\": [1181.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGAAGCA\", \"ini\": 1476, \"clust\": 1162, \"rank\": 132, \"rankvar\": 1021, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 167, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1352, \"group\": [1161.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCACCACGTG\", \"ini\": 1475, \"clust\": 789, \"rank\": 154, \"rankvar\": 410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 100, \"group\": [789.0, 109.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGGTA\", \"ini\": 1474, \"clust\": 604, \"rank\": 168, \"rankvar\": 223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 169, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 101, \"group\": [605.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCATGTCTT\", \"ini\": 1473, \"clust\": 250, \"rank\": 512, \"rankvar\": 1072, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 170, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1353, \"group\": [250.0, 53.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTTACGGG\", \"ini\": 1472, \"clust\": 761, \"rank\": 95, \"rankvar\": 1, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 102, \"group\": [761.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTCTACCTC\", \"ini\": 1471, \"clust\": 251, \"rank\": 680, \"rankvar\": 923, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 172, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1354, \"group\": [251.0, 53.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATGTTCCAACA\", \"ini\": 1470, \"clust\": 582, \"rank\": 312, \"rankvar\": 99, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 103, \"group\": [592.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTAGCTCCG\", \"ini\": 1469, \"clust\": 327, \"rank\": 107, \"rankvar\": 221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 174, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1355, \"group\": [324.0, 67.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAACAACA\", \"ini\": 1468, \"clust\": 718, \"rank\": 88, \"rankvar\": 712, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 104, \"group\": [723.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTTCTCG\", \"ini\": 1467, \"clust\": 1163, \"rank\": 121, \"rankvar\": 813, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 176, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1584, \"group\": [1162.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAATGAAAC\", \"ini\": 1466, \"clust\": 1176, \"rank\": 203, \"rankvar\": 1348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 177, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1585, \"group\": [1178.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCGCCTA\", \"ini\": 1465, \"clust\": 605, \"rank\": 190, \"rankvar\": 69, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 178, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 627, \"group\": [606.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAGGGTACA\", \"ini\": 1464, \"clust\": 712, \"rank\": 184, \"rankvar\": 575, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 105, \"group\": [715.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTCTTCTCG\", \"ini\": 1463, \"clust\": 737, \"rank\": 298, \"rankvar\": 26, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 106, \"group\": [738.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCCATCGTCGG\", \"ini\": 1462, \"clust\": 5, \"rank\": 447, \"rankvar\": 1277, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 181, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1473, \"group\": [6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTGTACATGTC\", \"ini\": 1461, \"clust\": 276, \"rank\": 612, \"rankvar\": 728, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 182, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1356, \"group\": [276.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCAGCTAT\", \"ini\": 1460, \"clust\": 278, \"rank\": 299, \"rankvar\": 602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 183, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1357, \"group\": [283.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTACGACCC\", \"ini\": 1459, \"clust\": 725, \"rank\": 204, \"rankvar\": 507, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 184, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 107, \"group\": [726.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCGGCATCG\", \"ini\": 1458, \"clust\": 388, \"rank\": 66, \"rankvar\": 52, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 185, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 6, \"group\": [387.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTGTGGCC\", \"ini\": 1457, \"clust\": 758, \"rank\": 232, \"rankvar\": 39, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 186, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 628, \"group\": [757.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCAACACCA\", \"ini\": 1456, \"clust\": 608, \"rank\": 87, \"rankvar\": 213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 187, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 629, \"group\": [608.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACACATGACT\", \"ini\": 1455, \"clust\": 258, \"rank\": 331, \"rankvar\": 643, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1358, \"group\": [257.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCATCCGCGA\", \"ini\": 1454, \"clust\": 368, \"rank\": 58, \"rankvar\": 15, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 189, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1359, \"group\": [370.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTAGGC\", \"ini\": 1453, \"clust\": 454, \"rank\": 355, \"rankvar\": 471, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 190, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1360, \"group\": [455.0, 92.0, 25.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAGGGCATA\", \"ini\": 1452, \"clust\": 284, \"rank\": 560, \"rankvar\": 846, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 191, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1361, \"group\": [284.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGATGCCTT\", \"ini\": 1451, \"clust\": 665, \"rank\": 113, \"rankvar\": 811, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 192, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 630, \"group\": [664.0, 107.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTCCACAA\", \"ini\": 1450, \"clust\": 619, \"rank\": 399, \"rankvar\": 558, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 193, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1274, \"group\": [619.0, 105.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAAGCGATG\", \"ini\": 1449, \"clust\": 807, \"rank\": 494, \"rankvar\": 1176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 194, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 108, \"group\": [810.0, 110.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGACACTAA\", \"ini\": 1448, \"clust\": 731, \"rank\": 284, \"rankvar\": 418, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 195, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1275, \"group\": [731.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTAGAGTC\", \"ini\": 1447, \"clust\": 1189, \"rank\": 315, \"rankvar\": 1369, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 196, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1586, \"group\": [1187.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATATGCTG\", \"ini\": 1446, \"clust\": 203, \"rank\": 419, \"rankvar\": 955, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 109, \"group\": [205.0, 42.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTCGTACT\", \"ini\": 1445, \"clust\": 695, \"rank\": 489, \"rankvar\": 537, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 198, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1276, \"group\": [695.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGAGGGTCGAT\", \"ini\": 1444, \"clust\": 677, \"rank\": 294, \"rankvar\": 117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 199, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 631, \"group\": [678.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACATATACCG\", \"ini\": 1443, \"clust\": 346, \"rank\": 243, \"rankvar\": 617, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1362, \"group\": [344.0, 68.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTACAGTGG\", \"ini\": 1442, \"clust\": 1095, \"rank\": 516, \"rankvar\": 1244, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 110, \"group\": [1094.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACGCGAAA\", \"ini\": 1441, \"clust\": 617, \"rank\": 136, \"rankvar\": 163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 202, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 632, \"group\": [617.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCACATAGC\", \"ini\": 1440, \"clust\": 1173, \"rank\": 72, \"rankvar\": 1266, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 203, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1587, \"group\": [1173.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACAGCCACCA\", \"ini\": 1439, \"clust\": 312, \"rank\": 292, \"rankvar\": 604, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1363, \"group\": [311.0, 66.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTGACGGTA\", \"ini\": 1438, \"clust\": 1187, \"rank\": 259, \"rankvar\": 1338, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 205, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1588, \"group\": [1185.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGGCA\", \"ini\": 1437, \"clust\": 793, \"rank\": 343, \"rankvar\": 192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 206, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 633, \"group\": [792.0, 109.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGTGCC\", \"ini\": 1436, \"clust\": 339, \"rank\": 199, \"rankvar\": 235, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 207, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1364, \"group\": [338.0, 68.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGACAGGCT\", \"ini\": 1435, \"clust\": 267, \"rank\": 246, \"rankvar\": 1064, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 208, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1365, \"group\": [266.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTAAAGTCA\", \"ini\": 1434, \"clust\": 713, \"rank\": 261, \"rankvar\": 236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 111, \"group\": [713.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGTCGATT\", \"ini\": 1433, \"clust\": 1028, \"rank\": 637, \"rankvar\": 692, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 210, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 112, \"group\": [1029.0, 163.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCGGCATC\", \"ini\": 1432, \"clust\": 762, \"rank\": 120, \"rankvar\": 38, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 211, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 634, \"group\": [766.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAGTACATCCA\", \"ini\": 1431, \"clust\": 728, \"rank\": 62, \"rankvar\": 260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 113, \"group\": [729.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACAGTCAGAG\", \"ini\": 1430, \"clust\": 656, \"rank\": 293, \"rankvar\": 138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 114, \"group\": [655.0, 107.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAAGTCATC\", \"ini\": 1429, \"clust\": 554, \"rank\": 245, \"rankvar\": 752, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 214, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 635, \"group\": [555.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTTTGGCGC\", \"ini\": 1428, \"clust\": 679, \"rank\": 138, \"rankvar\": 72, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 115, \"group\": [682.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTAATGA\", \"ini\": 1427, \"clust\": 1212, \"rank\": 487, \"rankvar\": 1617, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 216, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1589, \"group\": [1210.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACATTGGCGC\", \"ini\": 1426, \"clust\": 700, \"rank\": 295, \"rankvar\": 349, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 116, \"group\": [698.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGACAGACC\", \"ini\": 1425, \"clust\": 255, \"rank\": 170, \"rankvar\": 556, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 218, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1366, \"group\": [254.0, 54.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTGCAACGA\", \"ini\": 1424, \"clust\": 1186, \"rank\": 287, \"rankvar\": 1256, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 219, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1590, \"group\": [1184.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCATGCCACG\", \"ini\": 1423, \"clust\": 36, \"rank\": 281, \"rankvar\": 1463, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 220, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1474, \"group\": [36.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAGGTTAT\", \"ini\": 1422, \"clust\": 1049, \"rank\": 493, \"rankvar\": 716, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 221, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 117, \"group\": [1052.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCAACACTG\", \"ini\": 1421, \"clust\": 752, \"rank\": 148, \"rankvar\": 7, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 222, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1277, \"group\": [752.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGCGATCC\", \"ini\": 1420, \"clust\": 1180, \"rank\": 149, \"rankvar\": 1527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 223, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1591, \"group\": [1175.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCTGCTGTC\", \"ini\": 1419, \"clust\": 375, \"rank\": 147, \"rankvar\": 346, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 224, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1367, \"group\": [378.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGGTTAAGGGC\", \"ini\": 1418, \"clust\": 772, \"rank\": 152, \"rankvar\": 61, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 225, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 636, \"group\": [773.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGCTAGCC\", \"ini\": 1417, \"clust\": 313, \"rank\": 249, \"rankvar\": 621, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 226, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1368, \"group\": [312.0, 66.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTACCGTTA\", \"ini\": 1416, \"clust\": 627, \"rank\": 139, \"rankvar\": 14, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 227, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 637, \"group\": [624.0, 105.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGTTTCCTT\", \"ini\": 1415, \"clust\": 575, \"rank\": 288, \"rankvar\": 115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 118, \"group\": [577.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGTAGCCGA\", \"ini\": 1414, \"clust\": 377, \"rank\": 71, \"rankvar\": 201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 229, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1369, \"group\": [376.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGGTTACCT\", \"ini\": 1413, \"clust\": 1118, \"rank\": 480, \"rankvar\": 1387, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 230, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 995, \"group\": [1117.0, 173.0, 39.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGATGGTC\", \"ini\": 1412, \"clust\": 684, \"rank\": 257, \"rankvar\": 59, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 231, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 119, \"group\": [687.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTAGCGCTC\", \"ini\": 1411, \"clust\": 556, \"rank\": 336, \"rankvar\": 405, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 232, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 638, \"group\": [559.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTAAACACA\", \"ini\": 1410, \"clust\": 38, \"rank\": 266, \"rankvar\": 1121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 233, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1475, \"group\": [37.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTACAGAA\", \"ini\": 1409, \"clust\": 790, \"rank\": 230, \"rankvar\": 129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 120, \"group\": [790.0, 109.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGCCAGAA\", \"ini\": 1408, \"clust\": 478, \"rank\": 318, \"rankvar\": 926, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 235, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 121, \"group\": [479.0, 97.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTATCAGTTCGA\", \"ini\": 1407, \"clust\": 685, \"rank\": 254, \"rankvar\": 134, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 122, \"group\": [685.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCAGCCAGAA\", \"ini\": 1406, \"clust\": 573, \"rank\": 187, \"rankvar\": 467, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 237, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 639, \"group\": [573.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTTTAGGAA\", \"ini\": 1405, \"clust\": 662, \"rank\": 144, \"rankvar\": 497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 238, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 640, \"group\": [661.0, 107.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCGATATG\", \"ini\": 1404, \"clust\": 272, \"rank\": 370, \"rankvar\": 714, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 239, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1370, \"group\": [273.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCGTTT\", \"ini\": 1403, \"clust\": 42, \"rank\": 289, \"rankvar\": 1288, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 240, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1476, \"group\": [41.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGACTTGAA\", \"ini\": 1402, \"clust\": 1023, \"rank\": 723, \"rankvar\": 1334, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 123, \"group\": [1023.0, 162.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGTCACGCC\", \"ini\": 1401, \"clust\": 9, \"rank\": 438, \"rankvar\": 1498, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 242, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1477, \"group\": [10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGAGTACAT\", \"ini\": 1400, \"clust\": 741, \"rank\": 48, \"rankvar\": 11, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 243, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 7, \"group\": [745.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCAGTCCCT\", \"ini\": 1399, \"clust\": 606, \"rank\": 240, \"rankvar\": 20, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 124, \"group\": [609.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCCCAGCT\", \"ini\": 1398, \"clust\": 720, \"rank\": 176, \"rankvar\": 420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 125, \"group\": [720.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCCACCTCGGA\", \"ini\": 1397, \"clust\": 273, \"rank\": 398, \"rankvar\": 417, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 246, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1371, \"group\": [272.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACGTGCACTTA\", \"ini\": 1396, \"clust\": 574, \"rank\": 229, \"rankvar\": 271, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 247, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 641, \"group\": [574.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCTGGCGTG\", \"ini\": 1395, \"clust\": 594, \"rank\": 216, \"rankvar\": 28, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 248, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 642, \"group\": [594.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACATAGC\", \"ini\": 1394, \"clust\": 344, \"rank\": 242, \"rankvar\": 339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 249, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1372, \"group\": [345.0, 68.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTACAGTTC\", \"ini\": 1393, \"clust\": 766, \"rank\": 248, \"rankvar\": 73, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 250, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1278, \"group\": [769.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCACCGTAA\", \"ini\": 1392, \"clust\": 223, \"rank\": 669, \"rankvar\": 869, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 251, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1279, \"group\": [223.0, 47.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCAAACCTAC\", \"ini\": 1391, \"clust\": 686, \"rank\": 319, \"rankvar\": 64, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 252, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1280, \"group\": [686.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTTCCTTC\", \"ini\": 1390, \"clust\": 586, \"rank\": 332, \"rankvar\": 269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 126, \"group\": [590.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACAAGACG\", \"ini\": 1389, \"clust\": 387, \"rank\": 173, \"rankvar\": 185, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 254, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 8, \"group\": [389.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTATAGGGC\", \"ini\": 1388, \"clust\": 745, \"rank\": 220, \"rankvar\": 152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 127, \"group\": [746.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCATGCATG\", \"ini\": 1387, \"clust\": 563, \"rank\": 225, \"rankvar\": 666, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 256, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 643, \"group\": [564.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCGCATCG\", \"ini\": 1386, \"clust\": 669, \"rank\": 172, \"rankvar\": 246, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 257, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 644, \"group\": [667.0, 107.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTGGGATC\", \"ini\": 1385, \"clust\": 560, \"rank\": 278, \"rankvar\": 904, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 128, \"group\": [562.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGGCAGTA\", \"ini\": 1384, \"clust\": 688, \"rank\": 158, \"rankvar\": 70, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 259, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 129, \"group\": [691.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCTTGTCAT\", \"ini\": 1383, \"clust\": 7, \"rank\": 247, \"rankvar\": 1564, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 260, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1478, \"group\": [3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTAGTCCATAC\", \"ini\": 1382, \"clust\": 382, \"rank\": 186, \"rankvar\": 270, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 261, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1373, \"group\": [380.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCGCCGTGA\", \"ini\": 1381, \"clust\": 641, \"rank\": 209, \"rankvar\": 68, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 130, \"group\": [643.0, 106.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGAG\", \"ini\": 1380, \"clust\": 3, \"rank\": 652, \"rankvar\": 1329, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 263, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1479, \"group\": [8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGCGAGAAA\", \"ini\": 1379, \"clust\": 230, \"rank\": 564, \"rankvar\": 872, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 264, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 645, \"group\": [231.0, 49.0, 14.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGGGAAACA\", \"ini\": 1378, \"clust\": 813, \"rank\": 323, \"rankvar\": 836, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 131, \"group\": [814.0, 112.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGTCTGCT\", \"ini\": 1377, \"clust\": 1177, \"rank\": 241, \"rankvar\": 1466, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 266, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1592, \"group\": [1177.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGAAGGTTT\", \"ini\": 1376, \"clust\": 283, \"rank\": 296, \"rankvar\": 495, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 267, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1374, \"group\": [281.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCTTCAACT\", \"ini\": 1375, \"clust\": 1190, \"rank\": 327, \"rankvar\": 1198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 268, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1593, \"group\": [1188.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCAAGAAGT\", \"ini\": 1374, \"clust\": 659, \"rank\": 251, \"rankvar\": 212, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 269, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 646, \"group\": [659.0, 107.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGGTCCAC\", \"ini\": 1373, \"clust\": 557, \"rank\": 387, \"rankvar\": 358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 270, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 647, \"group\": [557.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACGGTTTA\", \"ini\": 1372, \"clust\": 343, \"rank\": 344, \"rankvar\": 549, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 271, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1375, \"group\": [346.0, 68.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATTGGA\", \"ini\": 1371, \"clust\": 822, \"rank\": 518, \"rankvar\": 1134, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 272, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 648, \"group\": [827.0, 119.0, 29.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTCTGCGGT\", \"ini\": 1370, \"clust\": 702, \"rank\": 393, \"rankvar\": 427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 273, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 649, \"group\": [701.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGAACAT\", \"ini\": 1369, \"clust\": 333, \"rank\": 317, \"rankvar\": 322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 650, \"group\": [335.0, 67.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCATTTA\", \"ini\": 1368, \"clust\": 803, \"rank\": 459, \"rankvar\": 878, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 275, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1281, \"group\": [803.0, 110.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACAGACGCCT\", \"ini\": 1367, \"clust\": 623, \"rank\": 307, \"rankvar\": 331, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 276, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 132, \"group\": [622.0, 105.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGATAT\", \"ini\": 1366, \"clust\": 1166, \"rank\": 470, \"rankvar\": 682, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 133, \"group\": [1189.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCCTACAGA\", \"ini\": 1365, \"clust\": 558, \"rank\": 231, \"rankvar\": 980, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 278, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 651, \"group\": [558.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGTGACCA\", \"ini\": 1364, \"clust\": 635, \"rank\": 409, \"rankvar\": 36, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 279, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1282, \"group\": [640.0, 106.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTCTCGTTC\", \"ini\": 1363, \"clust\": 528, \"rank\": 450, \"rankvar\": 546, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 134, \"group\": [529.0, 103.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAATCTACG\", \"ini\": 1362, \"clust\": 1188, \"rank\": 380, \"rankvar\": 1434, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 281, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1594, \"group\": [1186.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATGGTTGT\", \"ini\": 1361, \"clust\": 589, \"rank\": 234, \"rankvar\": 496, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 282, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 652, \"group\": [587.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAGCACAT\", \"ini\": 1360, \"clust\": 791, \"rank\": 269, \"rankvar\": 249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 135, \"group\": [795.0, 109.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCCACGAAT\", \"ini\": 1359, \"clust\": 624, \"rank\": 404, \"rankvar\": 204, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 136, \"group\": [623.0, 105.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCCAGTAG\", \"ini\": 1358, \"clust\": 547, \"rank\": 420, \"rankvar\": 454, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 285, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 653, \"group\": [548.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACATAGAAAC\", \"ini\": 1357, \"clust\": 671, \"rank\": 182, \"rankvar\": 306, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 137, \"group\": [673.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGCACCAC\", \"ini\": 1356, \"clust\": 1034, \"rank\": 376, \"rankvar\": 659, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 287, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 654, \"group\": [1038.0, 163.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGTCGAGTG\", \"ini\": 1355, \"clust\": 1058, \"rank\": 233, \"rankvar\": 610, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 288, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 655, \"group\": [1059.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCAGCGACC\", \"ini\": 1354, \"clust\": 526, \"rank\": 363, \"rankvar\": 285, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 656, \"group\": [527.0, 103.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAAACAC\", \"ini\": 1353, \"clust\": 472, \"rank\": 467, \"rankvar\": 960, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 290, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 657, \"group\": [471.0, 96.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTCCAGTAT\", \"ini\": 1352, \"clust\": 20, \"rank\": 548, \"rankvar\": 1443, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 291, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1480, \"group\": [18.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGTGA\", \"ini\": 1351, \"clust\": 314, \"rank\": 227, \"rankvar\": 522, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 292, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1376, \"group\": [313.0, 66.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTACGCCC\", \"ini\": 1350, \"clust\": 324, \"rank\": 183, \"rankvar\": 313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 293, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1377, \"group\": [326.0, 67.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTAAGCACG\", \"ini\": 1349, \"clust\": 667, \"rank\": 290, \"rankvar\": 491, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 138, \"group\": [668.0, 107.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCGGAAATA\", \"ini\": 1348, \"clust\": 340, \"rank\": 94, \"rankvar\": 786, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 295, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 658, \"group\": [339.0, 68.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGAATT\", \"ini\": 1347, \"clust\": 1064, \"rank\": 423, \"rankvar\": 559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 659, \"group\": [1065.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTTCTGCGGCA\", \"ini\": 1346, \"clust\": 8, \"rank\": 303, \"rankvar\": 1552, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 297, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1481, \"group\": [4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACATAAAGGT\", \"ini\": 1345, \"clust\": 1002, \"rank\": 583, \"rankvar\": 444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 139, \"group\": [1003.0, 158.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCAGCACAT\", \"ini\": 1344, \"clust\": 603, \"rank\": 275, \"rankvar\": 341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 299, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 660, \"group\": [604.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGTTACGA\", \"ini\": 1343, \"clust\": 548, \"rank\": 329, \"rankvar\": 492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 300, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 661, \"group\": [549.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAGATGGGT\", \"ini\": 1342, \"clust\": 704, \"rank\": 274, \"rankvar\": 586, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 301, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 140, \"group\": [707.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTCAGATAA\", \"ini\": 1341, \"clust\": 756, \"rank\": 260, \"rankvar\": 19, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 141, \"group\": [758.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCAGCTGCTG\", \"ini\": 1340, \"clust\": 601, \"rank\": 127, \"rankvar\": 275, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 303, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 662, \"group\": [601.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCACCTAA\", \"ini\": 1339, \"clust\": 277, \"rank\": 561, \"rankvar\": 930, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 304, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1378, \"group\": [277.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGGTCCGT\", \"ini\": 1338, \"clust\": 786, \"rank\": 353, \"rankvar\": 128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 142, \"group\": [787.0, 109.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGACCCT\", \"ini\": 1337, \"clust\": 1042, \"rank\": 321, \"rankvar\": 1227, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 306, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 143, \"group\": [1046.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTGGAGAA\", \"ini\": 1336, \"clust\": 1045, \"rank\": 412, \"rankvar\": 1004, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 307, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 663, \"group\": [1044.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGTGTGCC\", \"ini\": 1335, \"clust\": 580, \"rank\": 308, \"rankvar\": 43, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 308, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 664, \"group\": [579.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGATTGCT\", \"ini\": 1334, \"clust\": 204, \"rank\": 406, \"rankvar\": 950, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 309, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 665, \"group\": [203.0, 42.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCGCATAA\", \"ini\": 1333, \"clust\": 336, \"rank\": 523, \"rankvar\": 965, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1379, \"group\": [336.0, 68.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCGCTTGTC\", \"ini\": 1332, \"clust\": 549, \"rank\": 522, \"rankvar\": 573, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 144, \"group\": [552.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAAATCCGT\", \"ini\": 1331, \"clust\": 268, \"rank\": 448, \"rankvar\": 450, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 312, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1380, \"group\": [275.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTAAATGAC\", \"ini\": 1330, \"clust\": 516, \"rank\": 382, \"rankvar\": 563, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 145, \"group\": [515.0, 103.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGACTTTCG\", \"ini\": 1329, \"clust\": 1202, \"rank\": 539, \"rankvar\": 1526, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 314, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1595, \"group\": [1201.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTCGGACG\", \"ini\": 1328, \"clust\": 524, \"rank\": 580, \"rankvar\": 209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 146, \"group\": [525.0, 103.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCATGGGACA\", \"ini\": 1327, \"clust\": 299, \"rank\": 302, \"rankvar\": 523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 316, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 9, \"group\": [299.0, 62.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTTACAG\", \"ini\": 1326, \"clust\": 19, \"rank\": 515, \"rankvar\": 1151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 317, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1482, \"group\": [20.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAATGAATG\", \"ini\": 1325, \"clust\": 705, \"rank\": 367, \"rankvar\": 267, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 147, \"group\": [705.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCTTGCCGT\", \"ini\": 1324, \"clust\": 552, \"rank\": 553, \"rankvar\": 824, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 148, \"group\": [553.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGGGATA\", \"ini\": 1323, \"clust\": 329, \"rank\": 279, \"rankvar\": 587, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 320, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1381, \"group\": [328.0, 67.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCTGCCCA\", \"ini\": 1322, \"clust\": 648, \"rank\": 481, \"rankvar\": 566, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 321, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1283, \"group\": [648.0, 106.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGGCTTGG\", \"ini\": 1321, \"clust\": 747, \"rank\": 238, \"rankvar\": 56, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 666, \"group\": [750.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTTTGGCGC\", \"ini\": 1320, \"clust\": 1070, \"rank\": 439, \"rankvar\": 1189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 323, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 667, \"group\": [1069.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGCTCAACT\", \"ini\": 1319, \"clust\": 734, \"rank\": 207, \"rankvar\": 582, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 324, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 668, \"group\": [737.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCAGAGGTG\", \"ini\": 1318, \"clust\": 1193, \"rank\": 643, \"rankvar\": 1343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 325, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 149, \"group\": [1193.0, 198.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCTTAGCCC\", \"ini\": 1317, \"clust\": 612, \"rank\": 255, \"rankvar\": 82, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 150, \"group\": [611.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGATCCAT\", \"ini\": 1316, \"clust\": 678, \"rank\": 155, \"rankvar\": 76, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 151, \"group\": [679.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACAAGCCC\", \"ini\": 1315, \"clust\": 367, \"rank\": 130, \"rankvar\": 248, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 328, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1382, \"group\": [366.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCAACCA\", \"ini\": 1314, \"clust\": 710, \"rank\": 191, \"rankvar\": 851, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 329, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 152, \"group\": [711.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTAACTCT\", \"ini\": 1313, \"clust\": 392, \"rank\": 137, \"rankvar\": 92, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 330, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 153, \"group\": [392.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACTACAA\", \"ini\": 1312, \"clust\": 331, \"rank\": 491, \"rankvar\": 298, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 331, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1383, \"group\": [331.0, 67.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCAGCTGGC\", \"ini\": 1311, \"clust\": 1178, \"rank\": 306, \"rankvar\": 1499, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 332, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1596, \"group\": [1176.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGTTCGA\", \"ini\": 1310, \"clust\": 347, \"rank\": 256, \"rankvar\": 827, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1384, \"group\": [349.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCCAACCAA\", \"ini\": 1309, \"clust\": 674, \"rank\": 272, \"rankvar\": 592, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 154, \"group\": [677.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCGAACGGA\", \"ini\": 1308, \"clust\": 706, \"rank\": 236, \"rankvar\": 646, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 335, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 669, \"group\": [706.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCGATAGC\", \"ini\": 1307, \"clust\": 681, \"rank\": 163, \"rankvar\": 109, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 336, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 155, \"group\": [681.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCGGGAGTA\", \"ini\": 1306, \"clust\": 532, \"rank\": 659, \"rankvar\": 947, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 337, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 670, \"group\": [533.0, 103.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCGTCATC\", \"ini\": 1305, \"clust\": 320, \"rank\": 226, \"rankvar\": 41, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 338, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 10, \"group\": [320.0, 67.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTAAGTGTA\", \"ini\": 1304, \"clust\": 588, \"rank\": 197, \"rankvar\": 219, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 339, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 671, \"group\": [588.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGAAATG\", \"ini\": 1303, \"clust\": 308, \"rank\": 368, \"rankvar\": 35, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 340, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 672, \"group\": [308.0, 66.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAAATACAG\", \"ini\": 1302, \"clust\": 1124, \"rank\": 410, \"rankvar\": 793, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 341, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 11, \"group\": [1123.0, 176.0, 40.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATAGCAT\", \"ini\": 1301, \"clust\": 1112, \"rank\": 664, \"rankvar\": 748, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 342, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 996, \"group\": [1111.0, 172.0, 39.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATATACCG\", \"ini\": 1300, \"clust\": 561, \"rank\": 510, \"rankvar\": 630, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 156, \"group\": [560.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGTACTTGC\", \"ini\": 1299, \"clust\": 400, \"rank\": 202, \"rankvar\": 42, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 344, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 12, \"group\": [398.0, 70.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTAACGA\", \"ini\": 1298, \"clust\": 264, \"rank\": 196, \"rankvar\": 301, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1385, \"group\": [263.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGTGCAAC\", \"ini\": 1297, \"clust\": 579, \"rank\": 178, \"rankvar\": 194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 157, \"group\": [581.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGGTTTC\", \"ini\": 1296, \"clust\": 748, \"rank\": 208, \"rankvar\": 25, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 158, \"group\": [748.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAACACTG\", \"ini\": 1295, \"clust\": 1047, \"rank\": 558, \"rankvar\": 1077, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 159, \"group\": [1047.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTCGTACT\", \"ini\": 1294, \"clust\": 613, \"rank\": 300, \"rankvar\": 231, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 349, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 673, \"group\": [614.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAACTGGCC\", \"ini\": 1293, \"clust\": 682, \"rank\": 311, \"rankvar\": 211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 350, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 674, \"group\": [683.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGAGAACG\", \"ini\": 1292, \"clust\": 701, \"rank\": 276, \"rankvar\": 135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 160, \"group\": [699.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCGGGTCT\", \"ini\": 1291, \"clust\": 1125, \"rank\": 575, \"rankvar\": 1167, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 352, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 997, \"group\": [1124.0, 176.0, 40.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTCTTGTCC\", \"ini\": 1290, \"clust\": 348, \"rank\": 373, \"rankvar\": 474, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1386, \"group\": [347.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCGGAAATA\", \"ini\": 1289, \"clust\": 740, \"rank\": 193, \"rankvar\": 282, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 161, \"group\": [741.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACGAGGTA\", \"ini\": 1288, \"clust\": 1063, \"rank\": 658, \"rankvar\": 389, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 355, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1284, \"group\": [1063.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGCGAACA\", \"ini\": 1287, \"clust\": 1036, \"rank\": 434, \"rankvar\": 758, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 356, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 675, \"group\": [1035.0, 163.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGGTTCGG\", \"ini\": 1286, \"clust\": 46, \"rank\": 422, \"rankvar\": 1426, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 357, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1483, \"group\": [46.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGTTACCT\", \"ini\": 1285, \"clust\": 390, \"rank\": 151, \"rankvar\": 186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 358, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 676, \"group\": [394.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTTTGC\", \"ini\": 1284, \"clust\": 351, \"rank\": 339, \"rankvar\": 286, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 359, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1387, \"group\": [352.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGCCTGAG\", \"ini\": 1283, \"clust\": 1030, \"rank\": 711, \"rankvar\": 1107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 162, \"group\": [1034.0, 163.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTAATGA\", \"ini\": 1282, \"clust\": 795, \"rank\": 352, \"rankvar\": 406, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 361, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1285, \"group\": [798.0, 109.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGGCTACG\", \"ini\": 1281, \"clust\": 1164, \"rank\": 316, \"rankvar\": 918, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 362, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1388, \"group\": [1163.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTTGGGCC\", \"ini\": 1280, \"clust\": 675, \"rank\": 421, \"rankvar\": 48, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 363, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 163, \"group\": [675.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGCCCAATT\", \"ini\": 1279, \"clust\": 628, \"rank\": 244, \"rankvar\": 13, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 364, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 677, \"group\": [625.0, 105.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGGGTGT\", \"ini\": 1278, \"clust\": 714, \"rank\": 221, \"rankvar\": 404, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 678, \"group\": [714.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCATGGTCA\", \"ini\": 1277, \"clust\": 699, \"rank\": 309, \"rankvar\": 355, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 164, \"group\": [700.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAAGGTTCT\", \"ini\": 1276, \"clust\": 636, \"rank\": 250, \"rankvar\": 103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 679, \"group\": [636.0, 106.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATTGGGCC\", \"ini\": 1275, \"clust\": 67, \"rank\": 265, \"rankvar\": 977, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1389, \"group\": [68.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACACGAAACG\", \"ini\": 1274, \"clust\": 792, \"rank\": 469, \"rankvar\": 415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 369, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 680, \"group\": [794.0, 109.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCAAGAT\", \"ini\": 1273, \"clust\": 238, \"rank\": 566, \"rankvar\": 1013, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1390, \"group\": [237.0, 52.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGTACGATA\", \"ini\": 1272, \"clust\": 555, \"rank\": 365, \"rankvar\": 510, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 371, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 681, \"group\": [556.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCAGCATACT\", \"ini\": 1271, \"clust\": 715, \"rank\": 212, \"rankvar\": 208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 372, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 682, \"group\": [718.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTCTCTTTA\", \"ini\": 1270, \"clust\": 536, \"rank\": 482, \"rankvar\": 940, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 165, \"group\": [535.0, 103.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCACTTACGA\", \"ini\": 1269, \"clust\": 587, \"rank\": 213, \"rankvar\": 147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 374, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 166, \"group\": [589.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGGGTTAG\", \"ini\": 1268, \"clust\": 205, \"rank\": 506, \"rankvar\": 812, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 375, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1286, \"group\": [204.0, 42.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATTTGCCC\", \"ini\": 1267, \"clust\": 583, \"rank\": 391, \"rankvar\": 464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 376, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 683, \"group\": [591.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCAATACCG\", \"ini\": 1266, \"clust\": 562, \"rank\": 546, \"rankvar\": 538, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 377, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 167, \"group\": [561.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCACGTTGGC\", \"ini\": 1265, \"clust\": 254, \"rank\": 402, \"rankvar\": 433, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 168, \"group\": [256.0, 54.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGATAATG\", \"ini\": 1264, \"clust\": 1091, \"rank\": 696, \"rankvar\": 1095, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 169, \"group\": [1091.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCCGTTAA\", \"ini\": 1263, \"clust\": 707, \"rank\": 273, \"rankvar\": 58, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 380, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 684, \"group\": [710.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTGTTTGGT\", \"ini\": 1262, \"clust\": 410, \"rank\": 573, \"rankvar\": 900, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 381, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 685, \"group\": [409.0, 74.0, 19.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCGGTCTAA\", \"ini\": 1261, \"clust\": 540, \"rank\": 358, \"rankvar\": 837, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 382, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 686, \"group\": [540.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACCACTTAAGC\", \"ini\": 1260, \"clust\": 640, \"rank\": 211, \"rankvar\": 451, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 383, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 687, \"group\": [644.0, 106.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATTTCACT\", \"ini\": 1259, \"clust\": 787, \"rank\": 291, \"rankvar\": 143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 384, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 170, \"group\": [788.0, 109.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAAGTAGT\", \"ini\": 1258, \"clust\": 43, \"rank\": 401, \"rankvar\": 1186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 385, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1484, \"group\": [45.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGGATGG\", \"ini\": 1257, \"clust\": 285, \"rank\": 502, \"rankvar\": 764, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 386, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1391, \"group\": [285.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCCCATTAT\", \"ini\": 1256, \"clust\": 1067, \"rank\": 378, \"rankvar\": 647, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 171, \"group\": [1068.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCTGCAAT\", \"ini\": 1255, \"clust\": 622, \"rank\": 425, \"rankvar\": 148, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 172, \"group\": [628.0, 105.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCATCGGAAG\", \"ini\": 1254, \"clust\": 1061, \"rank\": 347, \"rankvar\": 985, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 389, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 688, \"group\": [1064.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTGAGTTC\", \"ini\": 1253, \"clust\": 553, \"rank\": 475, \"rankvar\": 479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 390, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 173, \"group\": [554.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCATGAT\", \"ini\": 1252, \"clust\": 784, \"rank\": 252, \"rankvar\": 377, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 174, \"group\": [784.0, 109.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTCCGTT\", \"ini\": 1251, \"clust\": 673, \"rank\": 326, \"rankvar\": 114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 175, \"group\": [672.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACGGTTTA\", \"ini\": 1250, \"clust\": 512, \"rank\": 542, \"rankvar\": 478, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 176, \"group\": [513.0, 103.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCGAACC\", \"ini\": 1249, \"clust\": 281, \"rank\": 324, \"rankvar\": 215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 394, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1392, \"group\": [282.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTCATAGACTC\", \"ini\": 1248, \"clust\": 749, \"rank\": 131, \"rankvar\": 2, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 395, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 689, \"group\": [749.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGGCTAGGT\", \"ini\": 1247, \"clust\": 982, \"rank\": 479, \"rankvar\": 1023, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 177, \"group\": [985.0, 153.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATCCGCGA\", \"ini\": 1246, \"clust\": 571, \"rank\": 362, \"rankvar\": 105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 397, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 178, \"group\": [570.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCCTTCAAT\", \"ini\": 1245, \"clust\": 483, \"rank\": 538, \"rankvar\": 180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 179, \"group\": [484.0, 98.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGAACCTT\", \"ini\": 1244, \"clust\": 235, \"rank\": 630, \"rankvar\": 1112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 399, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1393, \"group\": [233.0, 50.0, 14.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGGTCTCG\", \"ini\": 1243, \"clust\": 449, \"rank\": 417, \"rankvar\": 268, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 180, \"group\": [450.0, 92.0, 25.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTATCACCA\", \"ini\": 1242, \"clust\": 629, \"rank\": 374, \"rankvar\": 553, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 401, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 181, \"group\": [630.0, 106.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGGAGCGAG\", \"ini\": 1241, \"clust\": 1040, \"rank\": 735, \"rankvar\": 626, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 402, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1287, \"group\": [1039.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCATGAACCT\", \"ini\": 1240, \"clust\": 256, \"rank\": 325, \"rankvar\": 252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 403, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 13, \"group\": [255.0, 54.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTTGCGTTA\", \"ini\": 1239, \"clust\": 625, \"rank\": 348, \"rankvar\": 178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 404, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 182, \"group\": [627.0, 105.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGGCCGAT\", \"ini\": 1238, \"clust\": 544, \"rank\": 497, \"rankvar\": 671, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 183, \"group\": [547.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGGCCGAT\", \"ini\": 1237, \"clust\": 773, \"rank\": 192, \"rankvar\": 40, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 406, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 690, \"group\": [776.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGCTTTC\", \"ini\": 1236, \"clust\": 581, \"rank\": 228, \"rankvar\": 237, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 407, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 691, \"group\": [580.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTGCCTGTG\", \"ini\": 1235, \"clust\": 633, \"rank\": 210, \"rankvar\": 511, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 408, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 692, \"group\": [632.0, 106.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTACTGAC\", \"ini\": 1234, \"clust\": 294, \"rank\": 705, \"rankvar\": 583, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 409, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1394, \"group\": [294.0, 60.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCGTCCAGG\", \"ini\": 1233, \"clust\": 322, \"rank\": 129, \"rankvar\": 336, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 410, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1395, \"group\": [322.0, 67.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCACCCTCA\", \"ini\": 1232, \"clust\": 1046, \"rank\": 604, \"rankvar\": 684, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 693, \"group\": [1045.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCTTGCGG\", \"ini\": 1231, \"clust\": 525, \"rank\": 543, \"rankvar\": 421, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 694, \"group\": [526.0, 103.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTACTCAAC\", \"ini\": 1230, \"clust\": 297, \"rank\": 505, \"rankvar\": 922, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 413, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1396, \"group\": [296.0, 61.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGAGTTGGC\", \"ini\": 1229, \"clust\": 692, \"rank\": 415, \"rankvar\": 254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 414, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 695, \"group\": [693.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGATATGGT\", \"ini\": 1228, \"clust\": 592, \"rank\": 180, \"rankvar\": 55, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 415, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 696, \"group\": [597.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCGCTTTC\", \"ini\": 1227, \"clust\": 44, \"rank\": 403, \"rankvar\": 1263, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 416, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1485, \"group\": [43.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAAGCCGTC\", \"ini\": 1226, \"clust\": 639, \"rank\": 360, \"rankvar\": 154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 417, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 697, \"group\": [639.0, 106.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCAGGGTGTTG\", \"ini\": 1225, \"clust\": 738, \"rank\": 201, \"rankvar\": 402, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 418, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 698, \"group\": [739.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCATGTCTT\", \"ini\": 1224, \"clust\": 1181, \"rank\": 390, \"rankvar\": 1212, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 419, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1597, \"group\": [1182.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGGCGCTCT\", \"ini\": 1223, \"clust\": 237, \"rank\": 529, \"rankvar\": 638, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 420, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1397, \"group\": [239.0, 52.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGGTGCGCTTG\", \"ini\": 1222, \"clust\": 770, \"rank\": 117, \"rankvar\": 189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 421, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 699, \"group\": [771.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCTAAAGA\", \"ini\": 1221, \"clust\": 545, \"rank\": 394, \"rankvar\": 689, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 184, \"group\": [545.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACTGCCAG\", \"ini\": 1220, \"clust\": 676, \"rank\": 219, \"rankvar\": 397, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 185, \"group\": [676.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATTACCTT\", \"ini\": 1219, \"clust\": 722, \"rank\": 177, \"rankvar\": 151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 186, \"group\": [722.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGCGATTCT\", \"ini\": 1218, \"clust\": 306, \"rank\": 416, \"rankvar\": 548, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 425, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1398, \"group\": [306.0, 65.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTCCGTAT\", \"ini\": 1217, \"clust\": 564, \"rank\": 395, \"rankvar\": 216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 426, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 187, \"group\": [565.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATGCCTTC\", \"ini\": 1216, \"clust\": 280, \"rank\": 452, \"rankvar\": 681, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 427, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1399, \"group\": [279.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCGATATA\", \"ini\": 1215, \"clust\": 724, \"rank\": 263, \"rankvar\": 158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 188, \"group\": [725.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACCAGATT\", \"ini\": 1214, \"clust\": 670, \"rank\": 356, \"rankvar\": 197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 429, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 700, \"group\": [674.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCCACTCCA\", \"ini\": 1213, \"clust\": 523, \"rank\": 206, \"rankvar\": 352, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 189, \"group\": [523.0, 103.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCCTAATT\", \"ini\": 1212, \"clust\": 785, \"rank\": 270, \"rankvar\": 466, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 190, \"group\": [785.0, 109.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGGTTAAC\", \"ini\": 1211, \"clust\": 632, \"rank\": 277, \"rankvar\": 335, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 191, \"group\": [634.0, 106.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGGGTGTGT\", \"ini\": 1210, \"clust\": 794, \"rank\": 359, \"rankvar\": 140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 433, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 701, \"group\": [793.0, 109.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTTATGCGT\", \"ini\": 1209, \"clust\": 709, \"rank\": 116, \"rankvar\": 486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 434, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 702, \"group\": [709.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCAGACCTTTG\", \"ini\": 1208, \"clust\": 452, \"rank\": 381, \"rankvar\": 416, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 435, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 703, \"group\": [452.0, 92.0, 25.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCACATGACT\", \"ini\": 1207, \"clust\": 389, \"rank\": 174, \"rankvar\": 57, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 436, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 14, \"group\": [388.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGAGACTTA\", \"ini\": 1206, \"clust\": 16, \"rank\": 474, \"rankvar\": 1237, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 437, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1486, \"group\": [21.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTAATTGGA\", \"ini\": 1205, \"clust\": 1065, \"rank\": 258, \"rankvar\": 476, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 438, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 704, \"group\": [1066.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTTTAGGG\", \"ini\": 1204, \"clust\": 698, \"rank\": 310, \"rankvar\": 760, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 439, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 705, \"group\": [703.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTTGCT\", \"ini\": 1203, \"clust\": 643, \"rank\": 413, \"rankvar\": 60, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 192, \"group\": [642.0, 106.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTCATTCA\", \"ini\": 1202, \"clust\": 783, \"rank\": 478, \"rankvar\": 506, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 441, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 193, \"group\": [786.0, 109.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCAATGAATG\", \"ini\": 1201, \"clust\": 1211, \"rank\": 537, \"rankvar\": 1379, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 442, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1598, \"group\": [1212.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATAAAGG\", \"ini\": 1200, \"clust\": 338, \"rank\": 514, \"rankvar\": 173, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 443, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1400, \"group\": [342.0, 68.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTACAGTGG\", \"ini\": 1199, \"clust\": 318, \"rank\": 262, \"rankvar\": 584, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1401, \"group\": [317.0, 66.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCACAGGCCT\", \"ini\": 1198, \"clust\": 744, \"rank\": 90, \"rankvar\": 16, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 445, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 706, \"group\": [743.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACAGAGGT\", \"ini\": 1197, \"clust\": 70, \"rank\": 161, \"rankvar\": 888, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 446, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1402, \"group\": [71.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCACCGGGT\", \"ini\": 1196, \"clust\": 521, \"rank\": 386, \"rankvar\": 297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 447, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 194, \"group\": [524.0, 103.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTAGGGTG\", \"ini\": 1195, \"clust\": 47, \"rank\": 285, \"rankvar\": 1562, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 448, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1487, \"group\": [47.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGTCGCTG\", \"ini\": 1194, \"clust\": 570, \"rank\": 369, \"rankvar\": 443, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 449, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 707, \"group\": [572.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCGTTTAC\", \"ini\": 1193, \"clust\": 1121, \"rank\": 919, \"rankvar\": 1270, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 450, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 998, \"group\": [1120.0, 175.0, 40.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACAGCTCGAC\", \"ini\": 1192, \"clust\": 316, \"rank\": 200, \"rankvar\": 393, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 451, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1403, \"group\": [315.0, 66.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGTTAACC\", \"ini\": 1191, \"clust\": 14, \"rank\": 691, \"rankvar\": 1478, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 452, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1488, \"group\": [12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAGGGTAC\", \"ini\": 1190, \"clust\": 4, \"rank\": 427, \"rankvar\": 1282, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 453, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 708, \"group\": [7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTTCCGTCT\", \"ini\": 1189, \"clust\": 252, \"rank\": 638, \"rankvar\": 315, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1404, \"group\": [252.0, 53.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCTTGCAAG\", \"ini\": 1188, \"clust\": 997, \"rank\": 472, \"rankvar\": 317, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 455, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 709, \"group\": [997.0, 157.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGTCTCT\", \"ini\": 1187, \"clust\": 45, \"rank\": 354, \"rankvar\": 1419, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 456, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1489, \"group\": [44.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTGATAAAC\", \"ini\": 1186, \"clust\": 645, \"rank\": 453, \"rankvar\": 244, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 457, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 710, \"group\": [645.0, 106.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCTCGTATT\", \"ini\": 1185, \"clust\": 1161, \"rank\": 364, \"rankvar\": 817, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 458, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1599, \"group\": [1190.0, 197.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCAAACGGG\", \"ini\": 1184, \"clust\": 816, \"rank\": 582, \"rankvar\": 678, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 195, \"group\": [816.0, 112.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGTGGTAAT\", \"ini\": 1183, \"clust\": 973, \"rank\": 678, \"rankvar\": 691, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 196, \"group\": [974.0, 149.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTCTTTCAT\", \"ini\": 1182, \"clust\": 304, \"rank\": 513, \"rankvar\": 121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 197, \"group\": [303.0, 63.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTCACGCC\", \"ini\": 1181, \"clust\": 517, \"rank\": 305, \"rankvar\": 460, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 462, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 711, \"group\": [516.0, 103.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTGCCAGA\", \"ini\": 1180, \"clust\": 48, \"rank\": 223, \"rankvar\": 1428, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 463, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1490, \"group\": [48.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATCGATTG\", \"ini\": 1179, \"clust\": 815, \"rank\": 727, \"rankvar\": 153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 464, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1288, \"group\": [818.0, 112.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATCGATTG\", \"ini\": 1178, \"clust\": 569, \"rank\": 372, \"rankvar\": 439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 465, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 712, \"group\": [578.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTCATCGTCGG\", \"ini\": 1177, \"clust\": 577, \"rank\": 338, \"rankvar\": 78, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 466, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 713, \"group\": [576.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGTACTCT\", \"ini\": 1176, \"clust\": 301, \"rank\": 268, \"rankvar\": 756, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 467, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 15, \"group\": [301.0, 62.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAAGCAGGTCA\", \"ini\": 1175, \"clust\": 621, \"rank\": 429, \"rankvar\": 120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 198, \"group\": [629.0, 105.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCAACACGT\", \"ini\": 1174, \"clust\": 1050, \"rank\": 500, \"rankvar\": 1019, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 469, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 714, \"group\": [1050.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTGGGATC\", \"ini\": 1173, \"clust\": 457, \"rank\": 488, \"rankvar\": 182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 470, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 199, \"group\": [457.0, 93.0, 25.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGCGATAGC\", \"ini\": 1172, \"clust\": 559, \"rank\": 495, \"rankvar\": 619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 471, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 715, \"group\": [563.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCGCATGGC\", \"ini\": 1171, \"clust\": 584, \"rank\": 449, \"rankvar\": 172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 472, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 716, \"group\": [583.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTAAGGGAA\", \"ini\": 1170, \"clust\": 21, \"rank\": 525, \"rankvar\": 1597, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 473, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1491, \"group\": [19.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCCTTGAT\", \"ini\": 1169, \"clust\": 1051, \"rank\": 570, \"rankvar\": 876, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 474, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 200, \"group\": [1051.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGCTAAACA\", \"ini\": 1168, \"clust\": 52, \"rank\": 640, \"rankvar\": 1477, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 475, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1492, \"group\": [50.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTAGCTAAA\", \"ini\": 1167, \"clust\": 193, \"rank\": 701, \"rankvar\": 79, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 476, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 201, \"group\": [193.0, 40.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATCCCGC\", \"ini\": 1166, \"clust\": 420, \"rank\": 446, \"rankvar\": 395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 202, \"group\": [420.0, 82.0, 22.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGAGTACCG\", \"ini\": 1165, \"clust\": 1126, \"rank\": 556, \"rankvar\": 1191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 478, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 999, \"group\": [1126.0, 177.0, 40.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCATGCTGGC\", \"ini\": 1164, \"clust\": 683, \"rank\": 392, \"rankvar\": 63, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 479, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 717, \"group\": [684.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGGATGGA\", \"ini\": 1163, \"clust\": 550, \"rank\": 342, \"rankvar\": 597, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 480, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 718, \"group\": [550.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTCACCCATTC\", \"ini\": 1162, \"clust\": 515, \"rank\": 437, \"rankvar\": 169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 719, \"group\": [517.0, 103.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTTAGTGGG\", \"ini\": 1161, \"clust\": 746, \"rank\": 264, \"rankvar\": 49, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 203, \"group\": [747.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCGACA\", \"ini\": 1160, \"clust\": 1043, \"rank\": 549, \"rankvar\": 1012, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 483, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 720, \"group\": [1042.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGTTTCCTT\", \"ini\": 1159, \"clust\": 726, \"rank\": 335, \"rankvar\": 294, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 204, \"group\": [727.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGCACGTCAGC\", \"ini\": 1158, \"clust\": 1059, \"rank\": 346, \"rankvar\": 264, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 485, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 721, \"group\": [1060.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCCAAAT\", \"ini\": 1157, \"clust\": 572, \"rank\": 379, \"rankvar\": 144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 486, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 722, \"group\": [571.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTCTCTTAT\", \"ini\": 1156, \"clust\": 650, \"rank\": 486, \"rankvar\": 217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 487, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 723, \"group\": [670.0, 107.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCAACGGCC\", \"ini\": 1155, \"clust\": 1113, \"rank\": 760, \"rankvar\": 949, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 488, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1000, \"group\": [1112.0, 172.0, 39.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCGAACGC\", \"ini\": 1154, \"clust\": 1052, \"rank\": 616, \"rankvar\": 1114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 489, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 205, \"group\": [1053.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCGCAAACT\", \"ini\": 1153, \"clust\": 1000, \"rank\": 405, \"rankvar\": 871, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 490, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 724, \"group\": [1000.0, 158.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCACACGC\", \"ini\": 1152, \"clust\": 39, \"rank\": 328, \"rankvar\": 1069, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 491, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1493, \"group\": [38.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACCACCAG\", \"ini\": 1151, \"clust\": 23, \"rank\": 649, \"rankvar\": 1408, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 492, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1494, \"group\": [23.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGGCAAAC\", \"ini\": 1150, \"clust\": 12, \"rank\": 768, \"rankvar\": 1331, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 493, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1495, \"group\": [15.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGCGTAAG\", \"ini\": 1149, \"clust\": 298, \"rank\": 685, \"rankvar\": 730, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1405, \"group\": [297.0, 61.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTGGTCCGT\", \"ini\": 1148, \"clust\": 1032, \"rank\": 607, \"rankvar\": 1028, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 495, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 206, \"group\": [1031.0, 163.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGTGTGGCA\", \"ini\": 1147, \"clust\": 10, \"rank\": 606, \"rankvar\": 1113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 496, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1406, \"group\": [11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAATGAATG\", \"ini\": 1146, \"clust\": 245, \"rank\": 639, \"rankvar\": 1092, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 497, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1407, \"group\": [244.0, 52.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAAACCCAT\", \"ini\": 1145, \"clust\": 302, \"rank\": 330, \"rankvar\": 761, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 498, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 16, \"group\": [302.0, 62.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCTCCAGGG\", \"ini\": 1144, \"clust\": 626, \"rank\": 357, \"rankvar\": 91, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 499, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 207, \"group\": [626.0, 105.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGCCAGTTT\", \"ini\": 1143, \"clust\": 34, \"rank\": 337, \"rankvar\": 1222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 500, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1496, \"group\": [33.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTACATGAACCT\", \"ini\": 1142, \"clust\": 488, \"rank\": 572, \"rankvar\": 517, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 501, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 208, \"group\": [489.0, 98.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGAATAGGG\", \"ini\": 1141, \"clust\": 200, \"rank\": 485, \"rankvar\": 885, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 209, \"group\": [200.0, 42.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGCTGGA\", \"ini\": 1140, \"clust\": 71, \"rank\": 271, \"rankvar\": 196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 503, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1408, \"group\": [75.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTACCGGCT\", \"ini\": 1139, \"clust\": 518, \"rank\": 189, \"rankvar\": 295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 504, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 725, \"group\": [521.0, 103.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGGTGGAT\", \"ini\": 1138, \"clust\": 1128, \"rank\": 301, \"rankvar\": 1165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 505, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1409, \"group\": [1128.0, 178.0, 40.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGAGGTTAT\", \"ini\": 1137, \"clust\": 546, \"rank\": 411, \"rankvar\": 688, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 506, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 726, \"group\": [546.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCAAAGACA\", \"ini\": 1136, \"clust\": 197, \"rank\": 508, \"rankvar\": 477, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 507, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 727, \"group\": [198.0, 42.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTGATCGG\", \"ini\": 1135, \"clust\": 1203, \"rank\": 611, \"rankvar\": 1502, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 508, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1600, \"group\": [1202.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAGGTCGTC\", \"ini\": 1134, \"clust\": 541, \"rank\": 511, \"rankvar\": 542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 728, \"group\": [544.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTTCCACGG\", \"ini\": 1133, \"clust\": 944, \"rank\": 850, \"rankvar\": 823, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 510, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1289, \"group\": [944.0, 141.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACAGCGTC\", \"ini\": 1132, \"clust\": 25, \"rank\": 757, \"rankvar\": 1600, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 511, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1497, \"group\": [25.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCCCTAATT\", \"ini\": 1131, \"clust\": 295, \"rank\": 568, \"rankvar\": 754, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 512, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1410, \"group\": [295.0, 60.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAAAGCGGT\", \"ini\": 1130, \"clust\": 694, \"rank\": 532, \"rankvar\": 526, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 513, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 210, \"group\": [697.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACGACGT\", \"ini\": 1129, \"clust\": 219, \"rank\": 641, \"rankvar\": 859, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 211, \"group\": [222.0, 47.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCACTCTTA\", \"ini\": 1128, \"clust\": 551, \"rank\": 592, \"rankvar\": 203, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 515, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 729, \"group\": [551.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTTCAGACT\", \"ini\": 1127, \"clust\": 300, \"rank\": 440, \"rankvar\": 218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 516, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 17, \"group\": [300.0, 62.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCATGCAACT\", \"ini\": 1126, \"clust\": 270, \"rank\": 424, \"rankvar\": 250, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 517, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1411, \"group\": [269.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCACCCT\", \"ini\": 1125, \"clust\": 697, \"rank\": 444, \"rankvar\": 311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 518, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 730, \"group\": [704.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGGCTTC\", \"ini\": 1124, \"clust\": 415, \"rank\": 476, \"rankvar\": 272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 519, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 731, \"group\": [415.0, 79.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCCAGTTA\", \"ini\": 1123, \"clust\": 987, \"rank\": 764, \"rankvar\": 1226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 520, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 732, \"group\": [986.0, 153.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTAGCTAGGCA\", \"ini\": 1122, \"clust\": 527, \"rank\": 349, \"rankvar\": 193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 521, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 733, \"group\": [528.0, 103.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGCGGCTTC\", \"ini\": 1121, \"clust\": 1184, \"rank\": 389, \"rankvar\": 1523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 522, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1601, \"group\": [1180.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAGCCCAC\", \"ini\": 1120, \"clust\": 65, \"rank\": 456, \"rankvar\": 199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 523, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1412, \"group\": [66.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCCACCGTTGG\", \"ini\": 1119, \"clust\": 781, \"rank\": 371, \"rankvar\": 33, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 212, \"group\": [782.0, 109.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGCGCCTTG\", \"ini\": 1118, \"clust\": 49, \"rank\": 483, \"rankvar\": 1310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 525, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1498, \"group\": [49.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGAACTCGG\", \"ini\": 1117, \"clust\": 585, \"rank\": 350, \"rankvar\": 233, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 526, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 734, \"group\": [584.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTATCTG\", \"ini\": 1116, \"clust\": 649, \"rank\": 603, \"rankvar\": 224, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 527, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 213, \"group\": [649.0, 106.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTCGGCTCA\", \"ini\": 1115, \"clust\": 1044, \"rank\": 598, \"rankvar\": 1026, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 528, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 735, \"group\": [1043.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTTCCAACA\", \"ini\": 1114, \"clust\": 40, \"rank\": 462, \"rankvar\": 1162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 529, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1499, \"group\": [42.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCCTGCAGG\", \"ini\": 1113, \"clust\": 788, \"rank\": 286, \"rankvar\": 45, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 530, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 214, \"group\": [791.0, 109.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGAGGTAGA\", \"ini\": 1112, \"clust\": 591, \"rank\": 408, \"rankvar\": 176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 531, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 736, \"group\": [586.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACATGCAATC\", \"ini\": 1111, \"clust\": 195, \"rank\": 741, \"rankvar\": 565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 215, \"group\": [196.0, 41.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTTTAAGCC\", \"ini\": 1110, \"clust\": 796, \"rank\": 384, \"rankvar\": 428, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 533, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 737, \"group\": [796.0, 109.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTTCATGGT\", \"ini\": 1109, \"clust\": 466, \"rank\": 235, \"rankvar\": 359, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 534, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 421, \"group\": [467.0, 96.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCTGCAGG\", \"ini\": 1108, \"clust\": 332, \"rank\": 626, \"rankvar\": 220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 535, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1413, \"group\": [332.0, 67.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGAGAACAG\", \"ini\": 1107, \"clust\": 296, \"rank\": 504, \"rankvar\": 661, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 536, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1414, \"group\": [298.0, 61.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGAGAGCAATT\", \"ini\": 1106, \"clust\": 480, \"rank\": 517, \"rankvar\": 792, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 216, \"group\": [481.0, 97.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAACGCGA\", \"ini\": 1105, \"clust\": 198, \"rank\": 600, \"rankvar\": 547, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 217, \"group\": [199.0, 42.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCAGTTTGG\", \"ini\": 1104, \"clust\": 241, \"rank\": 873, \"rankvar\": 820, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 539, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1415, \"group\": [242.0, 52.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCCTCAACC\", \"ini\": 1103, \"clust\": 349, \"rank\": 145, \"rankvar\": 505, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 540, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1416, \"group\": [348.0, 69.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAGCCTTTC\", \"ini\": 1102, \"clust\": 759, \"rank\": 267, \"rankvar\": 18, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 541, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 738, \"group\": [762.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATAGGAG\", \"ini\": 1101, \"clust\": 1194, \"rank\": 811, \"rankvar\": 1285, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 218, \"group\": [1191.0, 198.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTCTCATCC\", \"ini\": 1100, \"clust\": 259, \"rank\": 451, \"rankvar\": 782, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 739, \"group\": [258.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCGGCATCG\", \"ini\": 1099, \"clust\": 479, \"rank\": 388, \"rankvar\": 1074, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 219, \"group\": [480.0, 97.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTTCGCTAA\", \"ini\": 1098, \"clust\": 430, \"rank\": 544, \"rankvar\": 179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 545, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 740, \"group\": [427.0, 85.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGCGATG\", \"ini\": 1097, \"clust\": 1213, \"rank\": 540, \"rankvar\": 1515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 546, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1602, \"group\": [1211.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAGTCAGCC\", \"ini\": 1096, \"clust\": 207, \"rank\": 748, \"rankvar\": 710, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 220, \"group\": [212.0, 43.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAACTGCTA\", \"ini\": 1095, \"clust\": 497, \"rank\": 697, \"rankvar\": 183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 548, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 741, \"group\": [496.0, 100.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTTGAGAT\", \"ini\": 1094, \"clust\": 1033, \"rank\": 567, \"rankvar\": 995, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 549, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 742, \"group\": [1032.0, 163.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCCCTAAT\", \"ini\": 1093, \"clust\": 655, \"rank\": 375, \"rankvar\": 207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 221, \"group\": [657.0, 107.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAAGTCTAC\", \"ini\": 1092, \"clust\": 921, \"rank\": 721, \"rankvar\": 387, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 551, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 743, \"group\": [921.0, 131.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGGCTCTTA\", \"ini\": 1091, \"clust\": 240, \"rank\": 670, \"rankvar\": 1109, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1417, \"group\": [243.0, 52.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAACAGCGAACA\", \"ini\": 1090, \"clust\": 1073, \"rank\": 559, \"rankvar\": 785, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 553, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 222, \"group\": [1074.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAAACCGT\", \"ini\": 1089, \"clust\": 735, \"rank\": 596, \"rankvar\": 400, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 223, \"group\": [735.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCACAGACTT\", \"ini\": 1088, \"clust\": 253, \"rank\": 715, \"rankvar\": 738, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 555, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1418, \"group\": [253.0, 53.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCAATGGACG\", \"ini\": 1087, \"clust\": 242, \"rank\": 782, \"rankvar\": 946, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 556, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1419, \"group\": [240.0, 52.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTGACTACT\", \"ini\": 1086, \"clust\": 666, \"rank\": 536, \"rankvar\": 227, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 224, \"group\": [669.0, 107.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCTCTTATG\", \"ini\": 1085, \"clust\": 1129, \"rank\": 642, \"rankvar\": 889, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 558, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1420, \"group\": [1129.0, 179.0, 40.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTACAGCAG\", \"ini\": 1084, \"clust\": 440, \"rank\": 461, \"rankvar\": 766, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 559, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 744, \"group\": [441.0, 90.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCACCCAGTG\", \"ini\": 1083, \"clust\": 335, \"rank\": 333, \"rankvar\": 266, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 560, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 745, \"group\": [334.0, 67.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTATAGGTA\", \"ini\": 1082, \"clust\": 1115, \"rank\": 442, \"rankvar\": 1240, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 561, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1001, \"group\": [1113.0, 172.0, 39.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGCTGAG\", \"ini\": 1081, \"clust\": 337, \"rank\": 430, \"rankvar\": 345, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 562, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1421, \"group\": [337.0, 68.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGGCGCTCT\", \"ini\": 1080, \"clust\": 941, \"rank\": 728, \"rankvar\": 611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 563, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 746, \"group\": [940.0, 138.0, 33.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGATTC\", \"ini\": 1079, \"clust\": 519, \"rank\": 322, \"rankvar\": 164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 564, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 747, \"group\": [519.0, 103.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCTGGAGCC\", \"ini\": 1078, \"clust\": 565, \"rank\": 484, \"rankvar\": 741, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 225, \"group\": [566.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCGGATGGA\", \"ini\": 1077, \"clust\": 468, \"rank\": 503, \"rankvar\": 50, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 566, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 748, \"group\": [469.0, 96.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTATGCTTG\", \"ini\": 1076, \"clust\": 1165, \"rank\": 521, \"rankvar\": 1039, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 567, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1603, \"group\": [1164.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTACTTAC\", \"ini\": 1075, \"clust\": 614, \"rank\": 239, \"rankvar\": 299, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 568, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 749, \"group\": [615.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAATCCGT\", \"ini\": 1074, \"clust\": 435, \"rank\": 554, \"rankvar\": 438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 226, \"group\": [433.0, 87.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTGGGCTA\", \"ini\": 1073, \"clust\": 17, \"rank\": 621, \"rankvar\": 1290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 570, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1500, \"group\": [16.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCAGGTGCCT\", \"ini\": 1072, \"clust\": 84, \"rank\": 887, \"rankvar\": 1503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 571, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 750, \"group\": [85.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCTGAGTGT\", \"ini\": 1071, \"clust\": 531, \"rank\": 501, \"rankvar\": 890, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 572, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 751, \"group\": [532.0, 103.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGAGAGTACAT\", \"ini\": 1070, \"clust\": 257, \"rank\": 443, \"rankvar\": 518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 573, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1422, \"group\": [259.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGATGAGG\", \"ini\": 1069, \"clust\": 227, \"rank\": 599, \"rankvar\": 810, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 574, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1423, \"group\": [226.0, 48.0, 14.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACCCTATC\", \"ini\": 1068, \"clust\": 95, \"rank\": 948, \"rankvar\": 1262, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 575, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1501, \"group\": [110.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCGTTTGCC\", \"ini\": 1067, \"clust\": 817, \"rank\": 471, \"rankvar\": 838, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 227, \"group\": [817.0, 112.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCATTCA\", \"ini\": 1066, \"clust\": 1127, \"rank\": 813, \"rankvar\": 1464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 577, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1260, \"group\": [1127.0, 177.0, 40.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCTGTCAAG\", \"ini\": 1065, \"clust\": 1048, \"rank\": 683, \"rankvar\": 1173, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 578, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 228, \"group\": [1048.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGCGCAC\", \"ini\": 1064, \"clust\": 578, \"rank\": 650, \"rankvar\": 12, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 229, \"group\": [582.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCGTCTTC\", \"ini\": 1063, \"clust\": 464, \"rank\": 441, \"rankvar\": 512, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 230, \"group\": [465.0, 96.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCACAACGTT\", \"ini\": 1062, \"clust\": 292, \"rank\": 925, \"rankvar\": 952, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 581, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1424, \"group\": [290.0, 59.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTCCGAAGA\", \"ini\": 1061, \"clust\": 1006, \"rank\": 802, \"rankvar\": 262, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 582, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 752, \"group\": [1007.0, 159.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCAAGC\", \"ini\": 1060, \"clust\": 1060, \"rank\": 636, \"rankvar\": 71, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 583, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 753, \"group\": [1061.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCCGTTGTC\", \"ini\": 1059, \"clust\": 535, \"rank\": 681, \"rankvar\": 519, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 584, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 231, \"group\": [537.0, 103.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCAAGTAATG\", \"ini\": 1058, \"clust\": 644, \"rank\": 457, \"rankvar\": 613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 585, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 754, \"group\": [647.0, 106.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCTAGAAC\", \"ini\": 1057, \"clust\": 506, \"rank\": 700, \"rankvar\": 242, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 586, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 755, \"group\": [505.0, 101.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCCTTGCCA\", \"ini\": 1056, \"clust\": 498, \"rank\": 590, \"rankvar\": 574, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 232, \"group\": [497.0, 100.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGGACGAT\", \"ini\": 1055, \"clust\": 465, \"rank\": 563, \"rankvar\": 159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 233, \"group\": [466.0, 96.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGTGGTAAT\", \"ini\": 1054, \"clust\": 1154, \"rank\": 797, \"rankvar\": 1195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 589, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 234, \"group\": [1154.0, 193.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGATGCGAC\", \"ini\": 1053, \"clust\": 451, \"rank\": 431, \"rankvar\": 243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 590, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 756, \"group\": [454.0, 92.0, 25.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAGCTTAAC\", \"ini\": 1052, \"clust\": 1075, \"rank\": 499, \"rankvar\": 1000, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 591, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 757, \"group\": [1073.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGCAGCCTC\", \"ini\": 1051, \"clust\": 433, \"rank\": 673, \"rankvar\": 188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 592, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 758, \"group\": [439.0, 88.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTGGTGTAG\", \"ini\": 1050, \"clust\": 178, \"rank\": 601, \"rankvar\": 261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 593, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1290, \"group\": [177.0, 33.0, 12.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTTGATG\", \"ini\": 1049, \"clust\": 473, \"rank\": 629, \"rankvar\": 749, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 235, \"group\": [472.0, 96.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAGTCGACTAT\", \"ini\": 1048, \"clust\": 703, \"rank\": 464, \"rankvar\": 96, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 595, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 759, \"group\": [702.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGAATCT\", \"ini\": 1047, \"clust\": 436, \"rank\": 569, \"rankvar\": 693, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 596, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 236, \"group\": [434.0, 87.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTCCAGTAT\", \"ini\": 1046, \"clust\": 533, \"rank\": 595, \"rankvar\": 803, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 237, \"group\": [534.0, 103.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGACAGCT\", \"ini\": 1045, \"clust\": 797, \"rank\": 530, \"rankvar\": 579, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 238, \"group\": [797.0, 109.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACCATACTACG\", \"ini\": 1044, \"clust\": 231, \"rank\": 656, \"rankvar\": 588, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1425, \"group\": [229.0, 49.0, 14.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGGTACA\", \"ini\": 1043, \"clust\": 158, \"rank\": 645, \"rankvar\": 605, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 600, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 239, \"group\": [158.0, 19.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAAACGTGG\", \"ini\": 1042, \"clust\": 1088, \"rank\": 661, \"rankvar\": 1048, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 240, \"group\": [1089.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTAGTGACTCT\", \"ini\": 1041, \"clust\": 689, \"rank\": 340, \"rankvar\": 31, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 602, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 760, \"group\": [690.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTATCGCAT\", \"ini\": 1040, \"clust\": 798, \"rank\": 708, \"rankvar\": 651, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 241, \"group\": [799.0, 110.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACGTCAGC\", \"ini\": 1039, \"clust\": 514, \"rank\": 535, \"rankvar\": 356, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 604, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 761, \"group\": [518.0, 103.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACCTCGT\", \"ini\": 1038, \"clust\": 1114, \"rank\": 432, \"rankvar\": 1257, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 605, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1604, \"group\": [1115.0, 172.0, 39.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGTGCCTG\", \"ini\": 1037, \"clust\": 1007, \"rank\": 761, \"rankvar\": 781, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 762, \"group\": [1005.0, 159.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGCGAT\", \"ini\": 1036, \"clust\": 341, \"rank\": 492, \"rankvar\": 314, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 607, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1426, \"group\": [340.0, 68.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATTGG\", \"ini\": 1035, \"clust\": 1078, \"rank\": 794, \"rankvar\": 917, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 242, \"group\": [1077.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTTTACGT\", \"ini\": 1034, \"clust\": 493, \"rank\": 687, \"rankvar\": 155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 609, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 243, \"group\": [499.0, 100.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCGCCAGCA\", \"ini\": 1033, \"clust\": 489, \"rank\": 613, \"rankvar\": 642, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 610, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 763, \"group\": [490.0, 98.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCAGATCCTGT\", \"ini\": 1032, \"clust\": 291, \"rank\": 806, \"rankvar\": 662, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 611, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1427, \"group\": [292.0, 59.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCTCTGAGA\", \"ini\": 1031, \"clust\": 447, \"rank\": 628, \"rankvar\": 739, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 612, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 244, \"group\": [447.0, 91.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGCAATC\", \"ini\": 1030, \"clust\": 998, \"rank\": 699, \"rankvar\": 123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 613, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 245, \"group\": [998.0, 157.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTCTGG\", \"ini\": 1029, \"clust\": 824, \"rank\": 496, \"rankvar\": 329, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 614, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 18, \"group\": [824.0, 117.0, 29.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGTGAAGTT\", \"ini\": 1028, \"clust\": 1031, \"rank\": 770, \"rankvar\": 636, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 615, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 764, \"group\": [1033.0, 163.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTAAGGATT\", \"ini\": 1027, \"clust\": 328, \"rank\": 297, \"rankvar\": 570, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 616, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 765, \"group\": [330.0, 67.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTGTCGAGTTT\", \"ini\": 1026, \"clust\": 342, \"rank\": 458, \"rankvar\": 540, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 617, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 766, \"group\": [341.0, 68.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTTGCTCCT\", \"ini\": 1025, \"clust\": 808, \"rank\": 587, \"rankvar\": 914, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 618, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 767, \"group\": [808.0, 110.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCGCATC\", \"ini\": 1024, \"clust\": 1156, \"rank\": 581, \"rankvar\": 1471, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 619, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1605, \"group\": [1156.0, 194.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACTCAGCCTAA\", \"ini\": 1023, \"clust\": 1096, \"rank\": 776, \"rankvar\": 663, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 620, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 246, \"group\": [1095.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTGGGCCA\", \"ini\": 1022, \"clust\": 288, \"rank\": 614, \"rankvar\": 551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 621, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 19, \"group\": [286.0, 56.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGGCTAGCA\", \"ini\": 1021, \"clust\": 520, \"rank\": 366, \"rankvar\": 226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 622, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 768, \"group\": [520.0, 103.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAAGCCATCGC\", \"ini\": 1020, \"clust\": 484, \"rank\": 593, \"rankvar\": 722, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 247, \"group\": [485.0, 98.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATACTACG\", \"ini\": 1019, \"clust\": 271, \"rank\": 490, \"rankvar\": 501, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 624, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1428, \"group\": [274.0, 55.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCTAGTGT\", \"ini\": 1018, \"clust\": 510, \"rank\": 545, \"rankvar\": 288, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 625, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 769, \"group\": [509.0, 102.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACATCCGCGA\", \"ini\": 1017, \"clust\": 239, \"rank\": 653, \"rankvar\": 1075, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 770, \"group\": [238.0, 52.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCCGTGAC\", \"ini\": 1016, \"clust\": 228, \"rank\": 736, \"rankvar\": 937, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1429, \"group\": [227.0, 48.0, 14.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTTCCACAA\", \"ini\": 1015, \"clust\": 444, \"rank\": 818, \"rankvar\": 83, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 628, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 248, \"group\": [445.0, 91.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCCTTGTG\", \"ini\": 1014, \"clust\": 31, \"rank\": 565, \"rankvar\": 835, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 629, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1430, \"group\": [65.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCGATTCT\", \"ini\": 1013, \"clust\": 502, \"rank\": 849, \"rankvar\": 409, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 249, \"group\": [500.0, 100.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCAATGGT\", \"ini\": 1012, \"clust\": 456, \"rank\": 693, \"rankvar\": 157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 250, \"group\": [459.0, 93.0, 25.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTACAGACG\", \"ini\": 1011, \"clust\": 243, \"rank\": 771, \"rankvar\": 936, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 632, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1431, \"group\": [241.0, 52.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGCTGATAA\", \"ini\": 1010, \"clust\": 307, \"rank\": 396, \"rankvar\": 145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 633, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 20, \"group\": [307.0, 65.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTAATAGCA\", \"ini\": 1009, \"clust\": 429, \"rank\": 584, \"rankvar\": 625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 634, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 251, \"group\": [429.0, 85.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTGGCGAC\", \"ini\": 1008, \"clust\": 1168, \"rank\": 397, \"rankvar\": 1024, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 635, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1606, \"group\": [1165.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAATGTGT\", \"ini\": 1007, \"clust\": 495, \"rank\": 703, \"rankvar\": 858, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 252, \"group\": [494.0, 100.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCACCTCGT\", \"ini\": 1006, \"clust\": 634, \"rank\": 509, \"rankvar\": 225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 637, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 253, \"group\": [633.0, 106.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCCGAAT\", \"ini\": 1005, \"clust\": 438, \"rank\": 624, \"rankvar\": 520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 638, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 771, \"group\": [436.0, 87.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTACAGCAG\", \"ini\": 1004, \"clust\": 417, \"rank\": 578, \"rankvar\": 210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 772, \"group\": [418.0, 80.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCAACGCTA\", \"ini\": 1003, \"clust\": 1092, \"rank\": 839, \"rankvar\": 898, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 254, \"group\": [1092.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCACGAAATA\", \"ini\": 1002, \"clust\": 657, \"rank\": 428, \"rankvar\": 53, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 641, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 773, \"group\": [656.0, 107.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATTTGCTT\", \"ini\": 1001, \"clust\": 631, \"rank\": 445, \"rankvar\": 319, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 642, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 255, \"group\": [635.0, 106.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTGTAATGA\", \"ini\": 1000, \"clust\": 782, \"rank\": 526, \"rankvar\": 124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 643, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 774, \"group\": [783.0, 109.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGAGTATA\", \"ini\": 999, \"clust\": 504, \"rank\": 755, \"rankvar\": 119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 644, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 775, \"group\": [508.0, 101.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTAAAGA\", \"ini\": 998, \"clust\": 1069, \"rank\": 684, \"rankvar\": 942, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 776, \"group\": [1071.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTTGAGG\", \"ini\": 997, \"clust\": 542, \"rank\": 524, \"rankvar\": 622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 646, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 256, \"group\": [542.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACACCAGGCT\", \"ini\": 996, \"clust\": 453, \"rank\": 468, \"rankvar\": 108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 647, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 257, \"group\": [453.0, 92.0, 25.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGGGACA\", \"ini\": 995, \"clust\": 11, \"rank\": 579, \"rankvar\": 994, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 648, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1502, \"group\": [22.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGGGTACA\", \"ini\": 994, \"clust\": 1195, \"rank\": 807, \"rankvar\": 1143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 649, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 258, \"group\": [1192.0, 198.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGCATG\", \"ini\": 993, \"clust\": 1071, \"rank\": 631, \"rankvar\": 555, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 650, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 777, \"group\": [1070.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTTGCGCAC\", \"ini\": 992, \"clust\": 637, \"rank\": 426, \"rankvar\": 66, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 651, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 778, \"group\": [637.0, 106.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGATTGT\", \"ini\": 991, \"clust\": 107, \"rank\": 1000, \"rankvar\": 1586, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 652, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1503, \"group\": [103.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGAGACG\", \"ini\": 990, \"clust\": 68, \"rank\": 361, \"rankvar\": 550, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 653, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 21, \"group\": [69.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGCAGCGTA\", \"ini\": 989, \"clust\": 105, \"rank\": 940, \"rankvar\": 1604, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 654, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1504, \"group\": [101.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAAGCCATT\", \"ini\": 988, \"clust\": 1098, \"rank\": 719, \"rankvar\": 500, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 655, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 779, \"group\": [1098.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTTACCCA\", \"ini\": 987, \"clust\": 825, \"rank\": 734, \"rankvar\": 1067, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 656, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 22, \"group\": [825.0, 118.0, 29.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCTCTTGAT\", \"ini\": 986, \"clust\": 630, \"rank\": 555, \"rankvar\": 652, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 657, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 780, \"group\": [631.0, 106.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGCCGTCGT\", \"ini\": 985, \"clust\": 1037, \"rank\": 473, \"rankvar\": 394, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 658, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 781, \"group\": [1036.0, 163.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTAACTTC\", \"ini\": 984, \"clust\": 248, \"rank\": 846, \"rankvar\": 1080, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1432, \"group\": [246.0, 52.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCACGGTTA\", \"ini\": 983, \"clust\": 220, \"rank\": 878, \"rankvar\": 412, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 660, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 782, \"group\": [220.0, 47.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTGTAA\", \"ini\": 982, \"clust\": 509, \"rank\": 557, \"rankvar\": 228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 661, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 783, \"group\": [511.0, 102.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATTGTGCA\", \"ini\": 981, \"clust\": 309, \"rank\": 585, \"rankvar\": 30, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 662, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 259, \"group\": [309.0, 66.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAGTCGGT\", \"ini\": 980, \"clust\": 1080, \"rank\": 743, \"rankvar\": 794, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 663, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1291, \"group\": [1080.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCGTCAAA\", \"ini\": 979, \"clust\": 1084, \"rank\": 552, \"rankvar\": 1141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 664, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 422, \"group\": [1085.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCACCCTCA\", \"ini\": 978, \"clust\": 543, \"rank\": 644, \"rankvar\": 744, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 665, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 260, \"group\": [543.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTCACCTC\", \"ini\": 977, \"clust\": 289, \"rank\": 647, \"rankvar\": 543, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 666, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1433, \"group\": [287.0, 56.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGACAAGCC\", \"ini\": 976, \"clust\": 1167, \"rank\": 534, \"rankvar\": 1125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 667, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1607, \"group\": [1167.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGCATCATC\", \"ini\": 975, \"clust\": 696, \"rank\": 385, \"rankvar\": 326, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 784, \"group\": [696.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGACACGAC\", \"ini\": 974, \"clust\": 406, \"rank\": 819, \"rankvar\": 809, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 261, \"group\": [405.0, 72.0, 18.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTTCCTT\", \"ini\": 973, \"clust\": 162, \"rank\": 533, \"rankvar\": 187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 670, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 785, \"group\": [164.0, 21.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGATACACA\", \"ini\": 972, \"clust\": 711, \"rank\": 345, \"rankvar\": 516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 671, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 786, \"group\": [712.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACAATAGAGT\", \"ini\": 971, \"clust\": 467, \"rank\": 407, \"rankvar\": 307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 672, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 262, \"group\": [468.0, 96.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGATGTGGC\", \"ini\": 970, \"clust\": 507, \"rank\": 436, \"rankvar\": 97, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 673, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 787, \"group\": [506.0, 101.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGTAAGTAC\", \"ini\": 969, \"clust\": 422, \"rank\": 843, \"rankvar\": 166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 263, \"group\": [426.0, 84.0, 23.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGGTCGAT\", \"ini\": 968, \"clust\": 1204, \"rank\": 615, \"rankvar\": 1508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 675, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1608, \"group\": [1203.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAAACGCG\", \"ini\": 967, \"clust\": 1053, \"rank\": 717, \"rankvar\": 881, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 676, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 788, \"group\": [1054.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGGGTGTTG\", \"ini\": 966, \"clust\": 202, \"rank\": 383, \"rankvar\": 508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 677, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 789, \"group\": [206.0, 42.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGCTATGCT\", \"ini\": 965, \"clust\": 470, \"rank\": 622, \"rankvar\": 773, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 264, \"group\": [474.0, 96.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCTCGATGA\", \"ini\": 964, \"clust\": 1111, \"rank\": 677, \"rankvar\": 1335, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 679, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1002, \"group\": [1116.0, 172.0, 39.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAACACCCG\", \"ini\": 963, \"clust\": 471, \"rank\": 571, \"rankvar\": 798, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 680, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 790, \"group\": [473.0, 96.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTAAGAGAG\", \"ini\": 962, \"clust\": 1094, \"rank\": 660, \"rankvar\": 948, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 681, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 791, \"group\": [1096.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAGCTCCG\", \"ini\": 961, \"clust\": 190, \"rank\": 725, \"rankvar\": 919, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 682, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 792, \"group\": [191.0, 39.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTGTCCAT\", \"ini\": 960, \"clust\": 51, \"rank\": 574, \"rankvar\": 1291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 683, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1505, \"group\": [52.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGATTA\", \"ini\": 959, \"clust\": 431, \"rank\": 519, \"rankvar\": 701, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 265, \"group\": [428.0, 85.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTGCTGTC\", \"ini\": 958, \"clust\": 330, \"rank\": 498, \"rankvar\": 101, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 685, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 793, \"group\": [329.0, 67.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTAAGTAG\", \"ini\": 957, \"clust\": 461, \"rank\": 666, \"rankvar\": 459, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 686, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 794, \"group\": [464.0, 95.0, 25.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTAGGACAC\", \"ini\": 956, \"clust\": 568, \"rank\": 507, \"rankvar\": 462, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 687, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 795, \"group\": [569.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTACGAAAT\", \"ini\": 955, \"clust\": 26, \"rank\": 792, \"rankvar\": 1246, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 688, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1506, \"group\": [26.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCGGCATC\", \"ini\": 954, \"clust\": 736, \"rank\": 400, \"rankvar\": 473, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 689, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 266, \"group\": [736.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATAGTCA\", \"ini\": 953, \"clust\": 805, \"rank\": 627, \"rankvar\": 457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 690, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 796, \"group\": [806.0, 110.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTTTAGGA\", \"ini\": 952, \"clust\": 920, \"rank\": 961, \"rankvar\": 515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 691, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 267, \"group\": [923.0, 132.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGTCGTC\", \"ini\": 951, \"clust\": 305, \"rank\": 730, \"rankvar\": 327, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 692, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1434, \"group\": [304.0, 63.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGAAGGACA\", \"ini\": 950, \"clust\": 937, \"rank\": 882, \"rankvar\": 458, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 268, \"group\": [938.0, 137.0, 32.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTGGAGA\", \"ini\": 949, \"clust\": 1005, \"rank\": 738, \"rankvar\": 910, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 797, \"group\": [1008.0, 159.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGGTGGA\", \"ini\": 948, \"clust\": 458, \"rank\": 655, \"rankvar\": 24, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 269, \"group\": [458.0, 93.0, 25.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGGCATG\", \"ini\": 947, \"clust\": 1026, \"rank\": 1047, \"rankvar\": 1364, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 696, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 270, \"group\": [1026.0, 162.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAATGTTGC\", \"ini\": 946, \"clust\": 411, \"rank\": 765, \"rankvar\": 426, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 798, \"group\": [410.0, 74.0, 19.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCGGCA\", \"ini\": 945, \"clust\": 424, \"rank\": 767, \"rankvar\": 475, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 698, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 799, \"group\": [423.0, 83.0, 23.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGTACC\", \"ini\": 944, \"clust\": 566, \"rank\": 610, \"rankvar\": 447, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 271, \"group\": [567.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCATTATCC\", \"ini\": 943, \"clust\": 922, \"rank\": 808, \"rankvar\": 665, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 700, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 800, \"group\": [922.0, 131.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAGGATCGA\", \"ini\": 942, \"clust\": 485, \"rank\": 704, \"rankvar\": 137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 701, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 272, \"group\": [486.0, 98.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTCCAGTTA\", \"ini\": 941, \"clust\": 971, \"rank\": 848, \"rankvar\": 535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 702, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1292, \"group\": [971.0, 148.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAGCTTCGG\", \"ini\": 940, \"clust\": 1008, \"rank\": 726, \"rankvar\": 742, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 703, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 801, \"group\": [1006.0, 159.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCACCAGGC\", \"ini\": 939, \"clust\": 469, \"rank\": 634, \"rankvar\": 146, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 273, \"group\": [470.0, 96.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACACAGAGGT\", \"ini\": 938, \"clust\": 994, \"rank\": 834, \"rankvar\": 632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 705, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 802, \"group\": [995.0, 155.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGATTGCT\", \"ini\": 937, \"clust\": 407, \"rank\": 868, \"rankvar\": 312, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 706, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 274, \"group\": [406.0, 72.0, 18.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCATCGTCGG\", \"ini\": 936, \"clust\": 513, \"rank\": 527, \"rankvar\": 170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 707, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 803, \"group\": [514.0, 103.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTGAATTG\", \"ini\": 935, \"clust\": 1149, \"rank\": 1135, \"rankvar\": 1642, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 708, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1609, \"group\": [1149.0, 190.0, 45.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGTATCTCG\", \"ini\": 934, \"clust\": 303, \"rank\": 609, \"rankvar\": 165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 709, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 275, \"group\": [305.0, 64.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAACGC\", \"ini\": 933, \"clust\": 1027, \"rank\": 877, \"rankvar\": 1294, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 276, \"group\": [1027.0, 162.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGATCCCGC\", \"ini\": 932, \"clust\": 491, \"rank\": 855, \"rankvar\": 945, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 711, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 804, \"group\": [491.0, 99.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAAGAAAGG\", \"ini\": 931, \"clust\": 1545, \"rank\": 899, \"rankvar\": 599, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 712, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 805, \"group\": [1546.0, 227.0, 53.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTGGTTT\", \"ini\": 930, \"clust\": 177, \"rank\": 789, \"rankvar\": 276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 277, \"group\": [179.0, 33.0, 12.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTTCAAG\", \"ini\": 929, \"clust\": 418, \"rank\": 672, \"rankvar\": 641, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 278, \"group\": [419.0, 81.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTTTCG\", \"ini\": 928, \"clust\": 421, \"rank\": 707, \"rankvar\": 80, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 715, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 806, \"group\": [421.0, 82.0, 22.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGTCTAC\", \"ini\": 927, \"clust\": 970, \"rank\": 816, \"rankvar\": 708, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 716, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 279, \"group\": [973.0, 148.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTGTCCGT\", \"ini\": 926, \"clust\": 50, \"rank\": 800, \"rankvar\": 1269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 717, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1507, \"group\": [64.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTATATCCG\", \"ini\": 925, \"clust\": 213, \"rank\": 852, \"rankvar\": 707, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 280, \"group\": [214.0, 45.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGGCCT\", \"ini\": 924, \"clust\": 693, \"rank\": 334, \"rankvar\": 283, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 719, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 807, \"group\": [694.0, 108.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCACCGATAT\", \"ini\": 923, \"clust\": 462, \"rank\": 766, \"rankvar\": 644, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 720, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 281, \"group\": [462.0, 95.0, 25.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGCCATG\", \"ini\": 922, \"clust\": 229, \"rank\": 785, \"rankvar\": 504, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 721, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1435, \"group\": [232.0, 49.0, 14.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGCTTGTC\", \"ini\": 921, \"clust\": 999, \"rank\": 692, \"rankvar\": 699, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 722, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 282, \"group\": [1002.0, 158.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGCTGATAA\", \"ini\": 920, \"clust\": 221, \"rank\": 784, \"rankvar\": 521, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 723, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 808, \"group\": [221.0, 47.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACACATGT\", \"ini\": 919, \"clust\": 647, \"rank\": 594, \"rankvar\": 463, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 724, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 283, \"group\": [650.0, 106.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACATACG\", \"ini\": 918, \"clust\": 414, \"rank\": 619, \"rankvar\": 279, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 725, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 284, \"group\": [417.0, 79.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCACCGAATT\", \"ini\": 917, \"clust\": 1210, \"rank\": 733, \"rankvar\": 1395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 726, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1610, \"group\": [1213.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAATAGCGG\", \"ini\": 916, \"clust\": 196, \"rank\": 840, \"rankvar\": 528, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 727, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 285, \"group\": [197.0, 41.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAGACACTT\", \"ini\": 915, \"clust\": 446, \"rank\": 689, \"rankvar\": 596, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 728, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 809, \"group\": [449.0, 91.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTTACGGAG\", \"ini\": 914, \"clust\": 1068, \"rank\": 551, \"rankvar\": 713, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 729, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 810, \"group\": [1076.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGAGTTGGC\", \"ini\": 913, \"clust\": 1081, \"rank\": 742, \"rankvar\": 976, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 730, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 811, \"group\": [1081.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCCCAGCT\", \"ini\": 912, \"clust\": 1039, \"rank\": 833, \"rankvar\": 384, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 731, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 812, \"group\": [1041.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATCAGAA\", \"ini\": 911, \"clust\": 1120, \"rank\": 910, \"rankvar\": 690, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 732, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1003, \"group\": [1122.0, 175.0, 40.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGTCGATAA\", \"ini\": 910, \"clust\": 1024, \"rank\": 844, \"rankvar\": 1008, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 733, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 813, \"group\": [1024.0, 162.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAAGTTCTG\", \"ini\": 909, \"clust\": 1119, \"rank\": 729, \"rankvar\": 1543, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 734, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1004, \"group\": [1118.0, 173.0, 39.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGACTAGGC\", \"ini\": 908, \"clust\": 199, \"rank\": 623, \"rankvar\": 891, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 735, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 423, \"group\": [202.0, 42.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCACGGTAAG\", \"ini\": 907, \"clust\": 1003, \"rank\": 662, \"rankvar\": 366, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 736, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 814, \"group\": [1004.0, 158.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCTGTAGA\", \"ini\": 906, \"clust\": 1591, \"rank\": 893, \"rankvar\": 468, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 737, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 286, \"group\": [1594.0, 249.0, 61.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCTTGT\", \"ini\": 905, \"clust\": 839, \"rank\": 1092, \"rankvar\": 864, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 287, \"group\": [843.0, 124.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTCGCTTG\", \"ini\": 904, \"clust\": 494, \"rank\": 732, \"rankvar\": 234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 739, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 815, \"group\": [498.0, 100.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACCAACCG\", \"ini\": 903, \"clust\": 508, \"rank\": 702, \"rankvar\": 205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 740, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 816, \"group\": [512.0, 102.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGCGCCTTG\", \"ini\": 902, \"clust\": 995, \"rank\": 762, \"rankvar\": 168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 288, \"group\": [996.0, 156.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCCCGACTT\", \"ini\": 901, \"clust\": 476, \"rank\": 722, \"rankvar\": 383, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 742, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 817, \"group\": [477.0, 97.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGCCACGCT\", \"ini\": 900, \"clust\": 989, \"rank\": 817, \"rankvar\": 255, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 743, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 818, \"group\": [990.0, 154.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCCCAACC\", \"ini\": 899, \"clust\": 802, \"rank\": 731, \"rankvar\": 727, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 744, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 289, \"group\": [805.0, 110.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCGAGT\", \"ini\": 898, \"clust\": 983, \"rank\": 778, \"rankvar\": 769, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 745, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 819, \"group\": [983.0, 153.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATGTTCCC\", \"ini\": 897, \"clust\": 437, \"rank\": 688, \"rankvar\": 680, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 746, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 290, \"group\": [438.0, 87.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACAGGTTT\", \"ini\": 896, \"clust\": 538, \"rank\": 694, \"rankvar\": 74, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 747, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 820, \"group\": [541.0, 104.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCGCGCCAA\", \"ini\": 895, \"clust\": 412, \"rank\": 377, \"rankvar\": 360, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 291, \"group\": [413.0, 77.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCAGCGCTTAT\", \"ini\": 894, \"clust\": 1206, \"rank\": 912, \"rankvar\": 1568, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 749, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1611, \"group\": [1208.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACCAGATT\", \"ini\": 893, \"clust\": 110, \"rank\": 950, \"rankvar\": 1549, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 750, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1508, \"group\": [105.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTATGAAAC\", \"ini\": 892, \"clust\": 477, \"rank\": 668, \"rankvar\": 616, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 751, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 292, \"group\": [478.0, 97.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCCCTGACT\", \"ini\": 891, \"clust\": 499, \"rank\": 773, \"rankvar\": 600, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 293, \"group\": [504.0, 100.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGTTAGCGG\", \"ini\": 890, \"clust\": 448, \"rank\": 749, \"rankvar\": 1020, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 753, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 821, \"group\": [448.0, 91.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGCTAACTC\", \"ini\": 889, \"clust\": 1018, \"rank\": 798, \"rankvar\": 807, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 294, \"group\": [1019.0, 162.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGTTACCCA\", \"ini\": 888, \"clust\": 1169, \"rank\": 547, \"rankvar\": 1055, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 755, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1612, \"group\": [1166.0, 196.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAGCGATG\", \"ini\": 887, \"clust\": 222, \"rank\": 894, \"rankvar\": 1122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 756, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1293, \"group\": [225.0, 47.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTGGTAC\", \"ini\": 886, \"clust\": 191, \"rank\": 886, \"rankvar\": 654, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 757, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 822, \"group\": [192.0, 39.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAGATGAGC\", \"ini\": 885, \"clust\": 450, \"rank\": 591, \"rankvar\": 290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 295, \"group\": [451.0, 92.0, 25.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCAAAGTAG\", \"ini\": 884, \"clust\": 474, \"rank\": 751, \"rankvar\": 382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 759, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 296, \"group\": [475.0, 96.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTAAGCCA\", \"ini\": 883, \"clust\": 66, \"rank\": 454, \"rankvar\": 431, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 760, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1436, \"group\": [67.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGATGTTAG\", \"ini\": 882, \"clust\": 1214, \"rank\": 812, \"rankvar\": 1598, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 761, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1613, \"group\": [1214.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGCCCGAAA\", \"ini\": 881, \"clust\": 1072, \"rank\": 620, \"rankvar\": 770, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 762, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 823, \"group\": [1075.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCACAGGT\", \"ini\": 880, \"clust\": 111, \"rank\": 1018, \"rankvar\": 1563, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 763, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1509, \"group\": [106.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTCCAGGA\", \"ini\": 879, \"clust\": 1093, \"rank\": 825, \"rankvar\": 354, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 764, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 824, \"group\": [1097.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAAGTGCG\", \"ini\": 878, \"clust\": 511, \"rank\": 586, \"rankvar\": 257, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 765, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 297, \"group\": [510.0, 102.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCGTAGATTAG\", \"ini\": 877, \"clust\": 442, \"rank\": 562, \"rankvar\": 263, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 298, \"group\": [443.0, 90.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCGTACGGC\", \"ini\": 876, \"clust\": 1117, \"rank\": 1059, \"rankvar\": 982, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 767, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1005, \"group\": [1119.0, 174.0, 39.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCACGGTGTC\", \"ini\": 875, \"clust\": 804, \"rank\": 632, \"rankvar\": 856, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 299, \"group\": [804.0, 110.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCTATCCTA\", \"ini\": 874, \"clust\": 160, \"rank\": 714, \"rankvar\": 802, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 300, \"group\": [160.0, 19.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCACTGGGC\", \"ini\": 873, \"clust\": 965, \"rank\": 909, \"rankvar\": 847, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 301, \"group\": [963.0, 146.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTATGAAAC\", \"ini\": 872, \"clust\": 441, \"rank\": 597, \"rankvar\": 480, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 302, \"group\": [442.0, 90.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCTTGGTC\", \"ini\": 871, \"clust\": 1041, \"rank\": 791, \"rankvar\": 598, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 772, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 825, \"group\": [1040.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCACGTTGGC\", \"ini\": 870, \"clust\": 1016, \"rank\": 769, \"rankvar\": 884, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 826, \"group\": [1017.0, 162.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCCCTTA\", \"ini\": 869, \"clust\": 1123, \"rank\": 930, \"rankvar\": 711, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 774, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1006, \"group\": [1125.0, 176.0, 40.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGACAAAGG\", \"ini\": 868, \"clust\": 428, \"rank\": 576, \"rankvar\": 740, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 775, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 424, \"group\": [430.0, 85.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACTGCCAG\", \"ini\": 867, \"clust\": 826, \"rank\": 477, \"rankvar\": 842, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 776, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 827, \"group\": [826.0, 118.0, 29.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGCGTGAGT\", \"ini\": 866, \"clust\": 24, \"rank\": 790, \"rankvar\": 1399, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 777, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1510, \"group\": [24.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCGCGGATC\", \"ini\": 865, \"clust\": 1020, \"rank\": 690, \"rankvar\": 906, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 778, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 828, \"group\": [1021.0, 162.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGGTGCAGACA\", \"ini\": 864, \"clust\": 968, \"rank\": 827, \"rankvar\": 814, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 779, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 829, \"group\": [968.0, 147.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTAAGGGC\", \"ini\": 863, \"clust\": 1097, \"rank\": 772, \"rankvar\": 533, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 780, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 425, \"group\": [1100.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGCGTTCCG\", \"ini\": 862, \"clust\": 475, \"rank\": 602, \"rankvar\": 791, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 303, \"group\": [476.0, 96.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCATGAAC\", \"ini\": 861, \"clust\": 996, \"rank\": 712, \"rankvar\": 805, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 304, \"group\": [999.0, 157.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGCACTTCGAA\", \"ini\": 860, \"clust\": 290, \"rank\": 1004, \"rankvar\": 887, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 783, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1437, \"group\": [293.0, 59.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGGCATCG\", \"ini\": 859, \"clust\": 956, \"rank\": 1002, \"rankvar\": 839, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 784, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 830, \"group\": [957.0, 145.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCTCCAACC\", \"ini\": 858, \"clust\": 500, \"rank\": 862, \"rankvar\": 672, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 785, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 831, \"group\": [503.0, 100.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGGGATCTG\", \"ini\": 857, \"clust\": 908, \"rank\": 953, \"rankvar\": 484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 786, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 832, \"group\": [909.0, 129.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGGCTCAC\", \"ini\": 856, \"clust\": 1159, \"rank\": 698, \"rankvar\": 1111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 305, \"group\": [1158.0, 195.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACAGTTAACC\", \"ini\": 855, \"clust\": 988, \"rank\": 821, \"rankvar\": 933, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 788, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 833, \"group\": [987.0, 153.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCAGGCGAA\", \"ini\": 854, \"clust\": 397, \"rank\": 588, \"rankvar\": 6, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 306, \"group\": [400.0, 70.0, 16.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCACAACGCC\", \"ini\": 853, \"clust\": 57, \"rank\": 618, \"rankvar\": 1447, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 790, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1511, \"group\": [55.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGCAGTTT\", \"ini\": 852, \"clust\": 492, \"rank\": 900, \"rankvar\": 797, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 791, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 834, \"group\": [492.0, 99.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCACTCCTG\", \"ini\": 851, \"clust\": 13, \"rank\": 651, \"rankvar\": 1483, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 792, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1512, \"group\": [14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGAAGGCCT\", \"ini\": 850, \"clust\": 87, \"rank\": 966, \"rankvar\": 1512, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 793, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1513, \"group\": [93.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCAGGCAAG\", \"ini\": 849, \"clust\": 1079, \"rank\": 799, \"rankvar\": 1155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 794, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 426, \"group\": [1078.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGTTGCAGG\", \"ini\": 848, \"clust\": 409, \"rank\": 856, \"rankvar\": 1187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 795, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 427, \"group\": [411.0, 75.0, 19.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGAAAGA\", \"ini\": 847, \"clust\": 1511, \"rank\": 951, \"rankvar\": 1531, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 796, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1007, \"group\": [1514.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCAGATGTAAC\", \"ini\": 846, \"clust\": 59, \"rank\": 774, \"rankvar\": 1365, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 797, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1514, \"group\": [58.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCGGATCA\", \"ini\": 845, \"clust\": 201, \"rank\": 718, \"rankvar\": 388, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 798, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 835, \"group\": [201.0, 42.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCACATTCGA\", \"ini\": 844, \"clust\": 505, \"rank\": 605, \"rankvar\": 156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 307, \"group\": [507.0, 101.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTAAAGTCA\", \"ini\": 843, \"clust\": 984, \"rank\": 796, \"rankvar\": 1033, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 800, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 836, \"group\": [984.0, 153.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCATCGGC\", \"ini\": 842, \"clust\": 943, \"rank\": 972, \"rankvar\": 1044, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 801, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 837, \"group\": [946.0, 142.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACCCATTC\", \"ini\": 841, \"clust\": 1087, \"rank\": 763, \"rankvar\": 745, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 802, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 428, \"group\": [1088.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGCTGAACG\", \"ini\": 840, \"clust\": 1019, \"rank\": 823, \"rankvar\": 344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 838, \"group\": [1020.0, 162.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCGACAGCC\", \"ini\": 839, \"clust\": 216, \"rank\": 686, \"rankvar\": 442, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 308, \"group\": [218.0, 46.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTCAGACT\", \"ini\": 838, \"clust\": 814, \"rank\": 740, \"rankvar\": 603, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 805, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 839, \"group\": [815.0, 112.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTGGTCTCG\", \"ini\": 837, \"clust\": 29, \"rank\": 937, \"rankvar\": 1383, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 806, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1515, \"group\": [29.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTATCGCC\", \"ini\": 836, \"clust\": 1055, \"rank\": 753, \"rankvar\": 561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 807, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 429, \"group\": [1055.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGATGAGAG\", \"ini\": 835, \"clust\": 91, \"rank\": 994, \"rankvar\": 1596, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 808, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1516, \"group\": [92.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAACCAC\", \"ini\": 834, \"clust\": 217, \"rank\": 777, \"rankvar\": 370, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 809, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 840, \"group\": [216.0, 46.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTTCGATC\", \"ini\": 833, \"clust\": 986, \"rank\": 906, \"rankvar\": 469, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 810, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 841, \"group\": [988.0, 153.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCTAAGAT\", \"ini\": 832, \"clust\": 809, \"rank\": 809, \"rankvar\": 606, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 309, \"group\": [809.0, 110.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTAGCAAAT\", \"ini\": 831, \"clust\": 161, \"rank\": 706, \"rankvar\": 953, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 812, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 842, \"group\": [161.0, 19.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGATGTCT\", \"ini\": 830, \"clust\": 537, \"rank\": 625, \"rankvar\": 717, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 813, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 843, \"group\": [536.0, 103.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGTAC\", \"ini\": 829, \"clust\": 620, \"rank\": 589, \"rankvar\": 343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 814, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 310, \"group\": [620.0, 105.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGTTGTC\", \"ini\": 828, \"clust\": 503, \"rank\": 709, \"rankvar\": 776, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 815, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 430, \"group\": [501.0, 100.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGAGAGCTC\", \"ini\": 827, \"clust\": 225, \"rank\": 756, \"rankvar\": 601, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 816, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1438, \"group\": [404.0, 71.0, 17.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAGCTCCGA\", \"ini\": 826, \"clust\": 812, \"rank\": 750, \"rankvar\": 357, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 817, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 844, \"group\": [812.0, 111.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTGCGTGA\", \"ini\": 825, \"clust\": 1001, \"rank\": 657, \"rankvar\": 874, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 818, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 845, \"group\": [1001.0, 158.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAAGAAGC\", \"ini\": 824, \"clust\": 810, \"rank\": 801, \"rankvar\": 310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 819, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 311, \"group\": [813.0, 111.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGCGTTTAC\", \"ini\": 823, \"clust\": 820, \"rank\": 710, \"rankvar\": 840, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 820, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 23, \"group\": [821.0, 115.0, 28.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTAATCACC\", \"ini\": 822, \"clust\": 800, \"rank\": 759, \"rankvar\": 562, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 821, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 312, \"group\": [801.0, 110.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCGGAAATA\", \"ini\": 821, \"clust\": 977, \"rank\": 881, \"rankvar\": 787, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 822, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 846, \"group\": [978.0, 152.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTCAGAG\", \"ini\": 820, \"clust\": 423, \"rank\": 826, \"rankvar\": 22, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 823, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 847, \"group\": [425.0, 83.0, 23.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGTAGCGGT\", \"ini\": 819, \"clust\": 76, \"rank\": 977, \"rankvar\": 1305, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 824, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1517, \"group\": [76.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGTCTCCTATA\", \"ini\": 818, \"clust\": 419, \"rank\": 720, \"rankvar\": 229, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 825, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 848, \"group\": [422.0, 82.0, 22.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGTATCTG\", \"ini\": 817, \"clust\": 56, \"rank\": 804, \"rankvar\": 1373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 826, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1518, \"group\": [57.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTGATCGG\", \"ini\": 816, \"clust\": 234, \"rank\": 803, \"rankvar\": 844, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 827, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 849, \"group\": [235.0, 50.0, 14.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTAGGGACT\", \"ini\": 815, \"clust\": 1099, \"rank\": 780, \"rankvar\": 1070, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 828, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 431, \"group\": [1099.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCTCTAACTGG\", \"ini\": 814, \"clust\": 980, \"rank\": 943, \"rankvar\": 1207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 829, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 850, \"group\": [980.0, 153.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTAGTTTCCTT\", \"ini\": 813, \"clust\": 15, \"rank\": 871, \"rankvar\": 1320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 830, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1519, \"group\": [13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCAAG\", \"ini\": 812, \"clust\": 1089, \"rank\": 783, \"rankvar\": 1152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 831, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 432, \"group\": [1090.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGACTCGC\", \"ini\": 811, \"clust\": 455, \"rank\": 635, \"rankvar\": 149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 832, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 851, \"group\": [456.0, 92.0, 25.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAAGCCCAC\", \"ini\": 810, \"clust\": 1487, \"rank\": 980, \"rankvar\": 1431, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 833, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1008, \"group\": [1490.0, 218.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCAATCCGAT\", \"ini\": 809, \"clust\": 1085, \"rank\": 682, \"rankvar\": 755, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 834, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 852, \"group\": [1086.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCGGATCC\", \"ini\": 808, \"clust\": 1205, \"rank\": 810, \"rankvar\": 1559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 835, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1614, \"group\": [1204.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCCTTGTG\", \"ini\": 807, \"clust\": 0, \"rank\": 665, \"rankvar\": 920, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 836, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 24, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAGTGAAT\", \"ini\": 806, \"clust\": 1208, \"rank\": 889, \"rankvar\": 1578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 837, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1615, \"group\": [1205.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCAATGGAGC\", \"ini\": 805, \"clust\": 224, \"rank\": 832, \"rankvar\": 763, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 838, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 853, \"group\": [224.0, 47.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGTGTTAA\", \"ini\": 804, \"clust\": 1220, \"rank\": 968, \"rankvar\": 1565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 839, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1616, \"group\": [1219.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTTATTCTC\", \"ini\": 803, \"clust\": 481, \"rank\": 754, \"rankvar\": 954, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 313, \"group\": [482.0, 97.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCCGAATT\", \"ini\": 802, \"clust\": 432, \"rank\": 917, \"rankvar\": 259, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 314, \"group\": [440.0, 89.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTACCAGTT\", \"ini\": 801, \"clust\": 75, \"rank\": 866, \"rankvar\": 1372, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 842, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1520, \"group\": [78.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCGTCACGG\", \"ini\": 800, \"clust\": 404, \"rank\": 896, \"rankvar\": 581, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 843, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 315, \"group\": [408.0, 73.0, 18.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAAGCCGATTT\", \"ini\": 799, \"clust\": 1122, \"rank\": 949, \"rankvar\": 1118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 844, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1009, \"group\": [1121.0, 175.0, 40.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGGTGATTA\", \"ini\": 798, \"clust\": 232, \"rank\": 679, \"rankvar\": 340, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 845, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1439, \"group\": [230.0, 49.0, 14.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAATGGATA\", \"ini\": 797, \"clust\": 927, \"rank\": 895, \"rankvar\": 660, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 846, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 854, \"group\": [928.0, 134.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACACAGCCCA\", \"ini\": 796, \"clust\": 185, \"rank\": 963, \"rankvar\": 970, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 847, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 1294, \"group\": [184.0, 35.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGGATGGG\", \"ini\": 795, \"clust\": 991, \"rank\": 716, \"rankvar\": 545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 848, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 855, \"group\": [994.0, 154.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAGGAACGT\", \"ini\": 794, \"clust\": 992, \"rank\": 837, \"rankvar\": 436, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 849, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 433, \"group\": [992.0, 154.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGCCATCGC\", \"ini\": 793, \"clust\": 147, \"rank\": 985, \"rankvar\": 790, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 850, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1440, \"group\": [147.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTCCGTCAG\", \"ini\": 792, \"clust\": 246, \"rank\": 822, \"rankvar\": 834, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 851, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1441, \"group\": [245.0, 52.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACAGGGATTG\", \"ini\": 791, \"clust\": 1217, \"rank\": 901, \"rankvar\": 1626, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 852, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1617, \"group\": [1216.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTATCGCAT\", \"ini\": 790, \"clust\": 486, \"rank\": 608, \"rankvar\": 911, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 316, \"group\": [487.0, 98.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCACTAGTAC\", \"ini\": 789, \"clust\": 1082, \"rank\": 550, \"rankvar\": 983, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 854, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 434, \"group\": [1083.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCTTAGAGC\", \"ini\": 788, \"clust\": 940, \"rank\": 1037, \"rankvar\": 865, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 855, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1442, \"group\": [942.0, 139.0, 33.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCATGGAATA\", \"ini\": 787, \"clust\": 529, \"rank\": 414, \"rankvar\": 775, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 856, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 435, \"group\": [530.0, 103.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGGATGCGT\", \"ini\": 786, \"clust\": 1083, \"rank\": 752, \"rankvar\": 862, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 857, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 436, \"group\": [1084.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTCGATAA\", \"ini\": 785, \"clust\": 1077, \"rank\": 867, \"rankvar\": 1045, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 858, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 856, \"group\": [1079.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGATATGGT\", \"ini\": 784, \"clust\": 1014, \"rank\": 898, \"rankvar\": 1183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 859, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 437, \"group\": [1015.0, 162.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACCAACCG\", \"ini\": 783, \"clust\": 1056, \"rank\": 676, \"rankvar\": 487, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 860, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 857, \"group\": [1056.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCGATCCCT\", \"ini\": 782, \"clust\": 799, \"rank\": 541, \"rankvar\": 683, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 861, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 438, \"group\": [800.0, 110.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTTAACGA\", \"ini\": 781, \"clust\": 854, \"rank\": 1143, \"rankvar\": 1150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 317, \"group\": [852.0, 124.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTCTAGGTT\", \"ini\": 780, \"clust\": 247, \"rank\": 831, \"rankvar\": 657, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 863, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1443, \"group\": [248.0, 52.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCATTGCGA\", \"ini\": 779, \"clust\": 1596, \"rank\": 1036, \"rankvar\": 1031, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 318, \"group\": [1600.0, 251.0, 61.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAAGCGAGT\", \"ini\": 778, \"clust\": 54, \"rank\": 863, \"rankvar\": 1318, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 865, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1521, \"group\": [53.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCGTCAAA\", \"ini\": 777, \"clust\": 413, \"rank\": 838, \"rankvar\": 503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 319, \"group\": [414.0, 78.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGTTGGC\", \"ini\": 776, \"clust\": 618, \"rank\": 465, \"rankvar\": 347, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 320, \"group\": [621.0, 105.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGTCACAGTAC\", \"ini\": 775, \"clust\": 1216, \"rank\": 737, \"rankvar\": 1555, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 868, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1618, \"group\": [1218.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCAACCAAC\", \"ini\": 774, \"clust\": 208, \"rank\": 875, \"rankvar\": 709, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 321, \"group\": [207.0, 43.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTGTTGTTTGG\", \"ini\": 773, \"clust\": 830, \"rank\": 1043, \"rankvar\": 1029, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 870, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 858, \"group\": [831.0, 121.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCTCACCT\", \"ini\": 772, \"clust\": 58, \"rank\": 787, \"rankvar\": 1375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 871, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1522, \"group\": [56.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCATTGCGGC\", \"ini\": 771, \"clust\": 1558, \"rank\": 927, \"rankvar\": 1076, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 872, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1444, \"group\": [1559.0, 233.0, 56.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCGGCGCTA\", \"ini\": 770, \"clust\": 445, \"rank\": 745, \"rankvar\": 89, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 322, \"group\": [446.0, 91.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCCGCATAA\", \"ini\": 769, \"clust\": 171, \"rank\": 1048, \"rankvar\": 774, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 874, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 323, \"group\": [172.0, 29.0, 10.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCTCCCTGA\", \"ini\": 768, \"clust\": 806, \"rank\": 463, \"rankvar\": 767, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 875, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 439, \"group\": [807.0, 110.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAAACGAG\", \"ini\": 767, \"clust\": 1, \"rank\": 1157, \"rankvar\": 1169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 876, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1445, \"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAAGGCACATG\", \"ini\": 766, \"clust\": 94, \"rank\": 1146, \"rankvar\": 1487, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 877, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1523, \"group\": [111.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCATAACCG\", \"ini\": 765, \"clust\": 172, \"rank\": 946, \"rankvar\": 413, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 878, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 859, \"group\": [173.0, 30.0, 10.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACACATTTCT\", \"ini\": 764, \"clust\": 1038, \"rank\": 841, \"rankvar\": 653, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 879, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 860, \"group\": [1049.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGTGAAAT\", \"ini\": 763, \"clust\": 210, \"rank\": 1016, \"rankvar\": 378, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 880, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 324, \"group\": [211.0, 43.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCATCCTAGA\", \"ini\": 762, \"clust\": 646, \"rank\": 520, \"rankvar\": 287, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 881, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 861, \"group\": [646.0, 106.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCTTCGGTC\", \"ini\": 761, \"clust\": 287, \"rank\": 654, \"rankvar\": 485, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 882, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 25, \"group\": [288.0, 57.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTCAAGGC\", \"ini\": 760, \"clust\": 1021, \"rank\": 904, \"rankvar\": 729, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 883, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 440, \"group\": [1022.0, 162.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTCTAAACC\", \"ini\": 759, \"clust\": 194, \"rank\": 758, \"rankvar\": 160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 884, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 862, \"group\": [194.0, 40.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTTACCGAT\", \"ini\": 758, \"clust\": 416, \"rank\": 663, \"rankvar\": 440, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 885, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 863, \"group\": [416.0, 79.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATTGCCC\", \"ini\": 757, \"clust\": 98, \"rank\": 982, \"rankvar\": 1580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 886, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1524, \"group\": [98.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGGGTCGAT\", \"ini\": 756, \"clust\": 53, \"rank\": 633, \"rankvar\": 1497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 887, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1525, \"group\": [51.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAGGTTTCA\", \"ini\": 755, \"clust\": 1621, \"rank\": 1132, \"rankvar\": 296, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 888, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 864, \"group\": [1622.0, 256.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAAAGTAG\", \"ini\": 754, \"clust\": 974, \"rank\": 923, \"rankvar\": 361, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 889, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 865, \"group\": [975.0, 149.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCCAGAGGA\", \"ini\": 753, \"clust\": 97, \"rank\": 1054, \"rankvar\": 1544, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 890, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1526, \"group\": [99.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCAGATAAG\", \"ini\": 752, \"clust\": 1025, \"rank\": 1033, \"rankvar\": 697, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 325, \"group\": [1028.0, 162.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCTGCTGTC\", \"ini\": 751, \"clust\": 27, \"rank\": 869, \"rankvar\": 1403, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 892, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1527, \"group\": [27.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATTACCTT\", \"ini\": 750, \"clust\": 801, \"rank\": 842, \"rankvar\": 130, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 893, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 866, \"group\": [802.0, 110.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTACGACG\", \"ini\": 749, \"clust\": 963, \"rank\": 865, \"rankvar\": 768, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 894, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 867, \"group\": [966.0, 146.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCACAGTATAAG\", \"ini\": 748, \"clust\": 1108, \"rank\": 1124, \"rankvar\": 655, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 326, \"group\": [1107.0, 168.0, 37.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAACTTGAC\", \"ini\": 747, \"clust\": 975, \"rank\": 921, \"rankvar\": 534, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 896, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 327, \"group\": [976.0, 150.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCGTTACAG\", \"ini\": 746, \"clust\": 1499, \"rank\": 1177, \"rankvar\": 1179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 897, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1010, \"group\": [1500.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTATCCTA\", \"ini\": 745, \"clust\": 104, \"rank\": 1075, \"rankvar\": 1406, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 898, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1528, \"group\": [108.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGGCTAGGT\", \"ini\": 744, \"clust\": 1207, \"rank\": 674, \"rankvar\": 1585, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 899, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1619, \"group\": [1207.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCCTAGGGC\", \"ini\": 743, \"clust\": 912, \"rank\": 1021, \"rankvar\": 968, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 900, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 441, \"group\": [913.0, 129.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCCAGTTA\", \"ini\": 742, \"clust\": 1010, \"rank\": 952, \"rankvar\": 1410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 901, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 442, \"group\": [1010.0, 161.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGAAGGTGA\", \"ini\": 741, \"clust\": 1515, \"rank\": 1071, \"rankvar\": 1570, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 902, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1011, \"group\": [1515.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGCAACT\", \"ini\": 740, \"clust\": 1022, \"rank\": 858, \"rankvar\": 822, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 903, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 443, \"group\": [1025.0, 162.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCAAATCCGT\", \"ini\": 739, \"clust\": 1586, \"rank\": 888, \"rankvar\": 607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 328, \"group\": [1587.0, 248.0, 61.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCACCCAGTG\", \"ini\": 738, \"clust\": 236, \"rank\": 617, \"rankvar\": 725, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 905, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1570, \"group\": [234.0, 50.0, 14.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACACGCATCG\", \"ini\": 737, \"clust\": 917, \"rank\": 1009, \"rankvar\": 732, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 906, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 868, \"group\": [919.0, 130.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTGGGTATG\", \"ini\": 736, \"clust\": 1547, \"rank\": 1017, \"rankvar\": 724, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 907, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 329, \"group\": [1551.0, 230.0, 54.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGTTGGC\", \"ini\": 735, \"clust\": 852, \"rank\": 1031, \"rankvar\": 921, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 908, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 869, \"group\": [855.0, 124.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCATTTCACT\", \"ini\": 734, \"clust\": 1130, \"rank\": 860, \"rankvar\": 702, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 909, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1446, \"group\": [1131.0, 181.0, 42.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGTCAATAG\", \"ini\": 733, \"clust\": 821, \"rank\": 915, \"rankvar\": 316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 910, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 26, \"group\": [822.0, 116.0, 28.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGCGATATA\", \"ini\": 732, \"clust\": 459, \"rank\": 824, \"rankvar\": 334, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 911, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 330, \"group\": [460.0, 94.0, 25.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTGTTTGGT\", \"ini\": 731, \"clust\": 226, \"rank\": 920, \"rankvar\": 455, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 912, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1447, \"group\": [228.0, 48.0, 14.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCCCGACA\", \"ini\": 730, \"clust\": 211, \"rank\": 913, \"rankvar\": 620, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 331, \"group\": [209.0, 43.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGCTAGGT\", \"ini\": 729, \"clust\": 1248, \"rank\": 957, \"rankvar\": 1337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 914, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1012, \"group\": [1248.0, 208.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTCACAAGG\", \"ini\": 728, \"clust\": 163, \"rank\": 713, \"rankvar\": 576, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 915, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 870, \"group\": [162.0, 20.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCGAATGGG\", \"ini\": 727, \"clust\": 1546, \"rank\": 845, \"rankvar\": 1032, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 916, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1448, \"group\": [1547.0, 227.0, 53.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCAAGGTAA\", \"ini\": 726, \"clust\": 182, \"rank\": 908, \"rankvar\": 833, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 917, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 332, \"group\": [181.0, 35.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCGCCTCA\", \"ini\": 725, \"clust\": 1191, \"rank\": 960, \"rankvar\": 1201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 333, \"group\": [1195.0, 198.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGAAAGTGG\", \"ini\": 724, \"clust\": 487, \"rank\": 675, \"rankvar\": 784, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 919, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 444, \"group\": [488.0, 98.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGGTCGTC\", \"ini\": 723, \"clust\": 179, \"rank\": 786, \"rankvar\": 104, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 334, \"group\": [178.0, 33.0, 12.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACATTCTTAC\", \"ini\": 722, \"clust\": 55, \"rank\": 695, \"rankvar\": 1511, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 921, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1529, \"group\": [54.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTATCTGCA\", \"ini\": 721, \"clust\": 490, \"rank\": 872, \"rankvar\": 676, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 922, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 871, \"group\": [493.0, 99.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCACCGAATT\", \"ini\": 720, \"clust\": 30, \"rank\": 885, \"rankvar\": 1583, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 923, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1530, \"group\": [30.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCAAGTTAAG\", \"ini\": 719, \"clust\": 62, \"rank\": 907, \"rankvar\": 1243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 924, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1531, \"group\": [62.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCAGCTATTG\", \"ini\": 718, \"clust\": 1215, \"rank\": 911, \"rankvar\": 1495, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 925, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1620, \"group\": [1215.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCCTCAATT\", \"ini\": 717, \"clust\": 958, \"rank\": 965, \"rankvar\": 943, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 926, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 872, \"group\": [962.0, 146.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCTATCCCG\", \"ini\": 716, \"clust\": 1598, \"rank\": 1085, \"rankvar\": 1128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 927, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 335, \"group\": [1597.0, 251.0, 61.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTCATATGC\", \"ini\": 715, \"clust\": 1516, \"rank\": 1173, \"rankvar\": 1481, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 928, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1013, \"group\": [1516.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCCAAGTA\", \"ini\": 714, \"clust\": 1228, \"rank\": 1058, \"rankvar\": 832, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 929, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 873, \"group\": [1232.0, 202.0, 48.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCCATGCTC\", \"ini\": 713, \"clust\": 957, \"rank\": 1094, \"rankvar\": 280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 930, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 874, \"group\": [958.0, 145.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACGCCAGT\", \"ini\": 712, \"clust\": 92, \"rank\": 1010, \"rankvar\": 1634, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 931, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1532, \"group\": [90.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGCTAAACA\", \"ini\": 711, \"clust\": 101, \"rank\": 1012, \"rankvar\": 1546, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 932, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1533, \"group\": [96.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGCAGCGTA\", \"ini\": 710, \"clust\": 60, \"rank\": 793, \"rankvar\": 1445, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 933, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1534, \"group\": [59.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCACCTCGGA\", \"ini\": 709, \"clust\": 972, \"rank\": 983, \"rankvar\": 1215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 934, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 445, \"group\": [972.0, 148.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTGGTCCC\", \"ini\": 708, \"clust\": 929, \"rank\": 1180, \"rankvar\": 1086, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 336, \"group\": [930.0, 135.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGAACAATC\", \"ini\": 707, \"clust\": 962, \"rank\": 989, \"rankvar\": 997, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 936, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 875, \"group\": [967.0, 146.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCTACGAGT\", \"ini\": 706, \"clust\": 1090, \"rank\": 916, \"rankvar\": 658, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 337, \"group\": [1093.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTTTCCTT\", \"ini\": 705, \"clust\": 1549, \"rank\": 947, \"rankvar\": 594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 938, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 876, \"group\": [1548.0, 228.0, 54.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTACCTACA\", \"ini\": 704, \"clust\": 212, \"rank\": 879, \"rankvar\": 373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 877, \"group\": [210.0, 43.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTCCTCCT\", \"ini\": 703, \"clust\": 426, \"rank\": 892, \"rankvar\": 571, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 940, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 338, \"group\": [432.0, 86.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTACCTGC\", \"ini\": 702, \"clust\": 964, \"rank\": 974, \"rankvar\": 401, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 941, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 878, \"group\": [965.0, 146.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACCAGTTA\", \"ini\": 701, \"clust\": 78, \"rank\": 1163, \"rankvar\": 1506, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 942, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1535, \"group\": [82.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCATC\", \"ini\": 700, \"clust\": 167, \"rank\": 853, \"rankvar\": 94, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 339, \"group\": [168.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTTCCCT\", \"ini\": 699, \"clust\": 1550, \"rank\": 922, \"rankvar\": 509, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 944, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 340, \"group\": [1549.0, 228.0, 54.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCCGT\", \"ini\": 698, \"clust\": 1218, \"rank\": 876, \"rankvar\": 1603, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 945, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1621, \"group\": [1217.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAGACGTG\", \"ini\": 697, \"clust\": 209, \"rank\": 828, \"rankvar\": 801, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 946, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 879, \"group\": [208.0, 43.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCAATCCGAT\", \"ini\": 696, \"clust\": 102, \"rank\": 1064, \"rankvar\": 1533, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 947, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1536, \"group\": [97.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTATTCTC\", \"ini\": 695, \"clust\": 948, \"rank\": 1051, \"rankvar\": 1062, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 948, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 341, \"group\": [951.0, 144.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTGTGACCC\", \"ini\": 694, \"clust\": 1011, \"rank\": 976, \"rankvar\": 1083, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 949, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 880, \"group\": [1011.0, 161.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCATAACCG\", \"ini\": 693, \"clust\": 1588, \"rank\": 1035, \"rankvar\": 240, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 950, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 881, \"group\": [1591.0, 248.0, 61.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTTCGAACGGA\", \"ini\": 692, \"clust\": 63, \"rank\": 956, \"rankvar\": 1236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 951, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1537, \"group\": [60.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTAGTTTGCGT\", \"ini\": 691, \"clust\": 993, \"rank\": 835, \"rankvar\": 1132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 952, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 446, \"group\": [993.0, 154.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCATAA\", \"ini\": 690, \"clust\": 463, \"rank\": 724, \"rankvar\": 398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 953, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 882, \"group\": [463.0, 95.0, 25.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGAAGAAGC\", \"ini\": 689, \"clust\": 942, \"rank\": 861, \"rankvar\": 258, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 954, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 883, \"group\": [941.0, 138.0, 33.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCTGGAGA\", \"ini\": 688, \"clust\": 149, \"rank\": 814, \"rankvar\": 278, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 955, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 884, \"group\": [165.0, 22.0, 7.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTAGGCTGA\", \"ini\": 687, \"clust\": 1158, \"rank\": 747, \"rankvar\": 1002, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 956, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1622, \"group\": [1160.0, 195.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGTGCCAGA\", \"ini\": 686, \"clust\": 990, \"rank\": 781, \"rankvar\": 591, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 957, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 447, \"group\": [991.0, 154.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCCAGG\", \"ini\": 685, \"clust\": 1157, \"rank\": 903, \"rankvar\": 1104, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 958, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1623, \"group\": [1157.0, 194.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTACTGAC\", \"ini\": 684, \"clust\": 1160, \"rank\": 739, \"rankvar\": 1292, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 959, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1624, \"group\": [1159.0, 195.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCATATACCG\", \"ini\": 683, \"clust\": 1101, \"rank\": 1057, \"rankvar\": 88, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 342, \"group\": [1104.0, 166.0, 36.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCATACCATG\", \"ini\": 682, \"clust\": 918, \"rank\": 970, \"rankvar\": 800, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 961, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 343, \"group\": [917.0, 130.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCAATCCGAT\", \"ini\": 681, \"clust\": 1147, \"rank\": 918, \"rankvar\": 1040, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 962, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1625, \"group\": [1147.0, 189.0, 45.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGGGAAACA\", \"ini\": 680, \"clust\": 959, \"rank\": 1005, \"rankvar\": 637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 963, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 885, \"group\": [961.0, 146.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGCGGTAA\", \"ini\": 679, \"clust\": 108, \"rank\": 1070, \"rankvar\": 1510, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 964, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1538, \"group\": [104.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGTCTCG\", \"ini\": 678, \"clust\": 233, \"rank\": 829, \"rankvar\": 529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 965, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1449, \"group\": [236.0, 51.0, 14.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCCAACTA\", \"ini\": 677, \"clust\": 831, \"rank\": 979, \"rankvar\": 93, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 966, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 886, \"group\": [832.0, 121.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTGACTACT\", \"ini\": 676, \"clust\": 832, \"rank\": 1068, \"rankvar\": 935, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 344, \"group\": [833.0, 121.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAAGGAGCGTT\", \"ini\": 675, \"clust\": 866, \"rank\": 1113, \"rankvar\": 452, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 968, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 887, \"group\": [872.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAATCGGTT\", \"ini\": 674, \"clust\": 981, \"rank\": 959, \"rankvar\": 931, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 969, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 345, \"group\": [981.0, 153.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAAGGCCT\", \"ini\": 673, \"clust\": 1192, \"rank\": 795, \"rankvar\": 901, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 970, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1626, \"group\": [1194.0, 198.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCGCGGATC\", \"ini\": 672, \"clust\": 939, \"rank\": 933, \"rankvar\": 612, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 971, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 346, \"group\": [943.0, 140.0, 33.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCAACCATG\", \"ini\": 671, \"clust\": 1543, \"rank\": 1011, \"rankvar\": 251, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 972, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1450, \"group\": [1544.0, 226.0, 53.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGTTAACGA\", \"ini\": 670, \"clust\": 1544, \"rank\": 890, \"rankvar\": 1260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 973, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1451, \"group\": [1545.0, 226.0, 53.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCCAAGTA\", \"ini\": 669, \"clust\": 1222, \"rank\": 1112, \"rankvar\": 1496, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 974, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1627, \"group\": [1224.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATACTG\", \"ini\": 668, \"clust\": 156, \"rank\": 939, \"rankvar\": 1412, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 975, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1539, \"group\": [156.0, 18.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTCCAGTGC\", \"ini\": 667, \"clust\": 109, \"rank\": 1119, \"rankvar\": 1384, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 976, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1540, \"group\": [107.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAAGAGGA\", \"ini\": 666, \"clust\": 22, \"rank\": 854, \"rankvar\": 1336, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 977, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1541, \"group\": [31.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGCGTC\", \"ini\": 665, \"clust\": 427, \"rank\": 820, \"rankvar\": 87, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 888, \"group\": [431.0, 85.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCCTATGTT\", \"ini\": 664, \"clust\": 184, \"rank\": 847, \"rankvar\": 609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 979, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 889, \"group\": [186.0, 35.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCTTGAGAC\", \"ini\": 663, \"clust\": 949, \"rank\": 981, \"rankvar\": 1313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 347, \"group\": [949.0, 144.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGATTGCT\", \"ini\": 662, \"clust\": 1221, \"rank\": 928, \"rankvar\": 1606, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 981, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1628, \"group\": [1220.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGTCGTTTG\", \"ini\": 661, \"clust\": 168, \"rank\": 962, \"rankvar\": 721, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 348, \"group\": [169.0, 26.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACCCTATC\", \"ini\": 660, \"clust\": 164, \"rank\": 775, \"rankvar\": 461, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 983, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 890, \"group\": [163.0, 20.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTTTACAC\", \"ini\": 659, \"clust\": 1209, \"rank\": 1014, \"rankvar\": 1534, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 984, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1629, \"group\": [1206.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAGATCCAT\", \"ini\": 658, \"clust\": 174, \"rank\": 836, \"rankvar\": 627, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 985, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 891, \"group\": [174.0, 31.0, 11.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGGCTAGAC\", \"ini\": 657, \"clust\": 61, \"rank\": 880, \"rankvar\": 750, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 986, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1452, \"group\": [63.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTAGGGAACGG\", \"ini\": 656, \"clust\": 1152, \"rank\": 805, \"rankvar\": 1102, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 987, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1630, \"group\": [1152.0, 192.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGGACAA\", \"ini\": 655, \"clust\": 496, \"rank\": 744, \"rankvar\": 733, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 988, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 448, \"group\": [495.0, 100.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCTGTCCGT\", \"ini\": 654, \"clust\": 1566, \"rank\": 1038, \"rankvar\": 118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 989, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 892, \"group\": [1567.0, 238.0, 58.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCACTCCA\", \"ini\": 653, \"clust\": 28, \"rank\": 815, \"rankvar\": 1513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 990, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1542, \"group\": [28.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGAATGGG\", \"ini\": 652, \"clust\": 1150, \"rank\": 1019, \"rankvar\": 273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 991, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 893, \"group\": [1150.0, 190.0, 45.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAATCCAAC\", \"ini\": 651, \"clust\": 925, \"rank\": 1104, \"rankvar\": 1306, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 992, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 894, \"group\": [926.0, 134.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTTGAACTC\", \"ini\": 650, \"clust\": 244, \"rank\": 1041, \"rankvar\": 991, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 993, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1453, \"group\": [249.0, 52.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCTCTGCAAGT\", \"ini\": 649, \"clust\": 439, \"rank\": 648, \"rankvar\": 783, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 349, \"group\": [437.0, 87.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCAGAGCCAA\", \"ini\": 648, \"clust\": 1116, \"rank\": 870, \"rankvar\": 1352, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 995, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1014, \"group\": [1114.0, 172.0, 39.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTTTGACAC\", \"ini\": 647, \"clust\": 286, \"rank\": 667, \"rankvar\": 247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 996, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 27, \"group\": [289.0, 58.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTTCTGAAC\", \"ini\": 646, \"clust\": 1245, \"rank\": 1154, \"rankvar\": 1053, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 997, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1015, \"group\": [1247.0, 208.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAAGAAGAG\", \"ini\": 645, \"clust\": 1512, \"rank\": 1105, \"rankvar\": 1556, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 998, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1016, \"group\": [1512.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACACAACTGT\", \"ini\": 644, \"clust\": 1488, \"rank\": 1147, \"rankvar\": 1485, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 999, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1017, \"group\": [1488.0, 218.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCTCTGCTG\", \"ini\": 643, \"clust\": 99, \"rank\": 1120, \"rankvar\": 1484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1000, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1543, \"group\": [94.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGGAACTGC\", \"ini\": 642, \"clust\": 215, \"rank\": 955, \"rankvar\": 753, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1001, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 350, \"group\": [219.0, 46.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGTAGTGCG\", \"ini\": 641, \"clust\": 1489, \"rank\": 1168, \"rankvar\": 1519, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1002, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1018, \"group\": [1489.0, 218.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGCAAG\", \"ini\": 640, \"clust\": 249, \"rank\": 1024, \"rankvar\": 772, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1003, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1454, \"group\": [247.0, 52.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGGAAAGA\", \"ini\": 639, \"clust\": 214, \"rank\": 830, \"rankvar\": 648, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1004, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 895, \"group\": [215.0, 45.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAAGAAGAG\", \"ini\": 638, \"clust\": 408, \"rank\": 891, \"rankvar\": 328, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 351, \"group\": [412.0, 76.0, 19.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCTCAAGTG\", \"ini\": 637, \"clust\": 1076, \"rank\": 945, \"rankvar\": 757, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1006, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 896, \"group\": [1082.0, 164.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTCCCTACT\", \"ini\": 636, \"clust\": 460, \"rank\": 883, \"rankvar\": 585, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1007, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 897, \"group\": [461.0, 94.0, 25.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCGTATT\", \"ini\": 635, \"clust\": 1517, \"rank\": 1110, \"rankvar\": 1091, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1008, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1019, \"group\": [1521.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCAGTGTTG\", \"ini\": 634, \"clust\": 1100, \"rank\": 1003, \"rankvar\": 736, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1009, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 898, \"group\": [1110.0, 171.0, 38.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGGCAGTCA\", \"ini\": 633, \"clust\": 206, \"rank\": 897, \"rankvar\": 448, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1010, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 899, \"group\": [213.0, 44.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTCGTTGA\", \"ini\": 632, \"clust\": 96, \"rank\": 1114, \"rankvar\": 1535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1011, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1544, \"group\": [100.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTCGTGAT\", \"ini\": 631, \"clust\": 1551, \"rank\": 1200, \"rankvar\": 1231, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1012, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1020, \"group\": [1552.0, 231.0, 55.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCGTTGCCT\", \"ini\": 630, \"clust\": 434, \"rank\": 671, \"rankvar\": 634, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1013, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 449, \"group\": [435.0, 87.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACGCTC\", \"ini\": 629, \"clust\": 77, \"rank\": 988, \"rankvar\": 1312, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1014, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1545, \"group\": [77.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCATATGC\", \"ini\": 628, \"clust\": 142, \"rank\": 1006, \"rankvar\": 705, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1015, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1455, \"group\": [142.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACCATCCT\", \"ini\": 627, \"clust\": 1600, \"rank\": 1158, \"rankvar\": 1131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1016, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 352, \"group\": [1603.0, 251.0, 61.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCACTCAGGC\", \"ini\": 626, \"clust\": 915, \"rank\": 1101, \"rankvar\": 1147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1017, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 900, \"group\": [915.0, 130.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCACAACTGT\", \"ini\": 625, \"clust\": 1155, \"rank\": 958, \"rankvar\": 1178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1018, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 353, \"group\": [1155.0, 193.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTCGCTTTC\", \"ini\": 624, \"clust\": 960, \"rank\": 1067, \"rankvar\": 971, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1019, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 901, \"group\": [959.0, 146.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCACGAAGCA\", \"ini\": 623, \"clust\": 930, \"rank\": 1115, \"rankvar\": 789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1020, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 902, \"group\": [931.0, 135.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTAGCTCCTCT\", \"ini\": 622, \"clust\": 828, \"rank\": 1164, \"rankvar\": 1468, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 354, \"group\": [828.0, 120.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCATCC\", \"ini\": 621, \"clust\": 845, \"rank\": 1107, \"rankvar\": 841, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1022, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 903, \"group\": [846.0, 124.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGAAGGCCT\", \"ini\": 620, \"clust\": 1015, \"rank\": 902, \"rankvar\": 1154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1023, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 450, \"group\": [1016.0, 162.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGCAACT\", \"ini\": 619, \"clust\": 154, \"rank\": 1022, \"rankvar\": 978, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1024, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 904, \"group\": [154.0, 17.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCACGAAATA\", \"ini\": 618, \"clust\": 1514, \"rank\": 1149, \"rankvar\": 1359, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1025, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1021, \"group\": [1517.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTAGCTCCG\", \"ini\": 617, \"clust\": 923, \"rank\": 1030, \"rankvar\": 200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1026, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 905, \"group\": [924.0, 133.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACCCATTC\", \"ini\": 616, \"clust\": 904, \"rank\": 1023, \"rankvar\": 525, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1027, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 451, \"group\": [908.0, 128.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTGATGTGG\", \"ini\": 615, \"clust\": 425, \"rank\": 914, \"rankvar\": 190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1028, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 906, \"group\": [424.0, 83.0, 23.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCCCAACC\", \"ini\": 614, \"clust\": 1146, \"rank\": 1095, \"rankvar\": 399, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1029, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 355, \"group\": [1151.0, 191.0, 45.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGGATACC\", \"ini\": 613, \"clust\": 1131, \"rank\": 971, \"rankvar\": 704, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1030, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1631, \"group\": [1132.0, 182.0, 42.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTACTTAC\", \"ini\": 612, \"clust\": 146, \"rank\": 1208, \"rankvar\": 1391, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1031, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1546, \"group\": [149.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGTT\", \"ini\": 611, \"clust\": 829, \"rank\": 1063, \"rankvar\": 1035, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1032, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 907, \"group\": [829.0, 120.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTGTCTTT\", \"ini\": 610, \"clust\": 1570, \"rank\": 1089, \"rankvar\": 84, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1033, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 908, \"group\": [1571.0, 241.0, 60.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTGCGTTA\", \"ini\": 609, \"clust\": 106, \"rank\": 1098, \"rankvar\": 1629, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1034, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1547, \"group\": [102.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAAACCTA\", \"ini\": 608, \"clust\": 938, \"rank\": 1020, \"rankvar\": 445, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 356, \"group\": [939.0, 137.0, 32.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTTCGGTC\", \"ini\": 607, \"clust\": 1552, \"rank\": 984, \"rankvar\": 608, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1036, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1456, \"group\": [1553.0, 231.0, 55.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCTTGCAAG\", \"ini\": 606, \"clust\": 985, \"rank\": 973, \"rankvar\": 502, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 909, \"group\": [989.0, 153.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGACTTGAA\", \"ini\": 605, \"clust\": 18, \"rank\": 746, \"rankvar\": 1264, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1038, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1548, \"group\": [17.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCGGTCTAA\", \"ini\": 604, \"clust\": 906, \"rank\": 1066, \"rankvar\": 1090, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 357, \"group\": [905.0, 127.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGAGTGACC\", \"ini\": 603, \"clust\": 1136, \"rank\": 1080, \"rankvar\": 907, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1040, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 910, \"group\": [1137.0, 186.0, 44.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCAGTAGT\", \"ini\": 602, \"clust\": 159, \"rank\": 779, \"rankvar\": 645, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1041, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 911, \"group\": [159.0, 19.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACATACTCTT\", \"ini\": 601, \"clust\": 165, \"rank\": 1039, \"rankvar\": 623, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1042, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 358, \"group\": [166.0, 23.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCATGTCTT\", \"ini\": 600, \"clust\": 913, \"rank\": 986, \"rankvar\": 939, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1043, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 452, \"group\": [914.0, 129.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCCCTTGT\", \"ini\": 599, \"clust\": 133, \"rank\": 1137, \"rankvar\": 1505, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1044, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 453, \"group\": [134.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAAGGCTCC\", \"ini\": 598, \"clust\": 924, \"rank\": 1077, \"rankvar\": 633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1045, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 912, \"group\": [925.0, 133.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGCTCCGA\", \"ini\": 597, \"clust\": 961, \"rank\": 1160, \"rankvar\": 1129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1046, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 913, \"group\": [960.0, 146.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTCAATGTC\", \"ini\": 596, \"clust\": 855, \"rank\": 1088, \"rankvar\": 1229, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1047, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 454, \"group\": [853.0, 124.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAGTAGAGC\", \"ini\": 595, \"clust\": 1513, \"rank\": 1216, \"rankvar\": 1620, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1048, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1022, \"group\": [1513.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACCCTCA\", \"ini\": 594, \"clust\": 928, \"rank\": 975, \"rankvar\": 1049, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1049, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 359, \"group\": [929.0, 134.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCCGTCAG\", \"ini\": 593, \"clust\": 176, \"rank\": 905, \"rankvar\": 670, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1050, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 914, \"group\": [180.0, 34.0, 12.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCGTAAGCACG\", \"ini\": 592, \"clust\": 1572, \"rank\": 1171, \"rankvar\": 348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1051, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 360, \"group\": [1575.0, 243.0, 60.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCTGAAAGA\", \"ini\": 591, \"clust\": 833, \"rank\": 1060, \"rankvar\": 482, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 361, \"group\": [834.0, 121.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAGTTCATG\", \"ini\": 590, \"clust\": 969, \"rank\": 859, \"rankvar\": 425, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1053, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 915, \"group\": [969.0, 147.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCACCCGAG\", \"ini\": 589, \"clust\": 85, \"rank\": 1185, \"rankvar\": 1618, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1054, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 362, \"group\": [86.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCACATCTTT\", \"ini\": 588, \"clust\": 1137, \"rank\": 1186, \"rankvar\": 843, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1055, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 916, \"group\": [1138.0, 186.0, 44.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACTGTC\", \"ini\": 587, \"clust\": 218, \"rank\": 884, \"rankvar\": 560, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1056, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 917, \"group\": [217.0, 46.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTAGCCTCG\", \"ini\": 586, \"clust\": 1132, \"rank\": 1091, \"rankvar\": 694, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1057, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 28, \"group\": [1133.0, 183.0, 42.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGTTACGA\", \"ini\": 585, \"clust\": 1029, \"rank\": 874, \"rankvar\": 686, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1058, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 918, \"group\": [1030.0, 163.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCAGGTC\", \"ini\": 584, \"clust\": 155, \"rank\": 1141, \"rankvar\": 1059, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 363, \"group\": [155.0, 17.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAAGAGGCT\", \"ini\": 583, \"clust\": 1153, \"rank\": 991, \"rankvar\": 1234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1060, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1632, \"group\": [1153.0, 192.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCAAATACAG\", \"ini\": 582, \"clust\": 1012, \"rank\": 1072, \"rankvar\": 1041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1061, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 919, \"group\": [1012.0, 161.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCAAACGGG\", \"ini\": 581, \"clust\": 1641, \"rank\": 1211, \"rankvar\": 564, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1062, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 920, \"group\": [1641.0, 259.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTGTCTTCAAG\", \"ini\": 580, \"clust\": 952, \"rank\": 1106, \"rankvar\": 1145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1063, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 921, \"group\": [952.0, 144.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGGAACGT\", \"ini\": 579, \"clust\": 966, \"rank\": 1028, \"rankvar\": 956, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1064, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 922, \"group\": [964.0, 146.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCAGTTCGCGC\", \"ini\": 578, \"clust\": 1567, \"rank\": 1103, \"rankvar\": 536, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1065, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1457, \"group\": [1568.0, 238.0, 58.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTATATGAG\", \"ini\": 577, \"clust\": 1017, \"rank\": 944, \"rankvar\": 1135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1066, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 455, \"group\": [1018.0, 162.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTTAAGAAC\", \"ini\": 576, \"clust\": 1133, \"rank\": 931, \"rankvar\": 854, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1067, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 29, \"group\": [1134.0, 184.0, 42.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTGTTTGT\", \"ini\": 575, \"clust\": 1564, \"rank\": 1034, \"rankvar\": 532, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1068, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 364, \"group\": [1565.0, 236.0, 57.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTAGTAGTA\", \"ini\": 574, \"clust\": 152, \"rank\": 1100, \"rankvar\": 664, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1069, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 365, \"group\": [152.0, 17.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTGCACGAA\", \"ini\": 573, \"clust\": 1587, \"rank\": 1015, \"rankvar\": 489, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1070, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 456, \"group\": [1588.0, 248.0, 61.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGCCCAC\", \"ini\": 572, \"clust\": 862, \"rank\": 1244, \"rankvar\": 893, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1071, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 923, \"group\": [860.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATCATCCC\", \"ini\": 571, \"clust\": 935, \"rank\": 1001, \"rankvar\": 408, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1072, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 924, \"group\": [936.0, 136.0, 32.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTGATGTCT\", \"ini\": 570, \"clust\": 534, \"rank\": 788, \"rankvar\": 323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1073, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 457, \"group\": [538.0, 103.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCCTACAGA\", \"ini\": 569, \"clust\": 951, \"rank\": 864, \"rankvar\": 1001, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1074, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 925, \"group\": [954.0, 144.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCTCCGA\", \"ini\": 568, \"clust\": 175, \"rank\": 1040, \"rankvar\": 54, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1075, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 926, \"group\": [175.0, 31.0, 11.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTGCTAGCC\", \"ini\": 567, \"clust\": 945, \"rank\": 935, \"rankvar\": 449, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1076, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 927, \"group\": [945.0, 141.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCCGTTGTC\", \"ini\": 566, \"clust\": 936, \"rank\": 941, \"rankvar\": 239, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1077, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 928, \"group\": [937.0, 136.0, 32.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCACCCAGTG\", \"ini\": 565, \"clust\": 293, \"rank\": 954, \"rankvar\": 868, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1078, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1458, \"group\": [291.0, 59.0, 15.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTCTCTCTG\", \"ini\": 564, \"clust\": 954, \"rank\": 1140, \"rankvar\": 1006, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1079, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 929, \"group\": [955.0, 145.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGTCCCTAATT\", \"ini\": 563, \"clust\": 914, \"rank\": 857, \"rankvar\": 929, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1080, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 366, \"group\": [920.0, 130.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTACTTAC\", \"ini\": 562, \"clust\": 909, \"rank\": 969, \"rankvar\": 731, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1081, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 458, \"group\": [910.0, 129.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGACCACGA\", \"ini\": 561, \"clust\": 89, \"rank\": 1318, \"rankvar\": 1625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1082, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1549, \"group\": [87.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCGTATCAG\", \"ini\": 560, \"clust\": 910, \"rank\": 1069, \"rankvar\": 850, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1083, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 459, \"group\": [911.0, 129.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCGCATAT\", \"ini\": 559, \"clust\": 1519, \"rank\": 1266, \"rankvar\": 1472, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1084, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1023, \"group\": [1518.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGCCGATTT\", \"ini\": 558, \"clust\": 186, \"rank\": 999, \"rankvar\": 687, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1085, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 930, \"group\": [185.0, 35.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCTCAACA\", \"ini\": 557, \"clust\": 1110, \"rank\": 932, \"rankvar\": 723, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1459, \"group\": [1130.0, 180.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCTGAA\", \"ini\": 556, \"clust\": 1565, \"rank\": 1007, \"rankvar\": 1093, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1087, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 367, \"group\": [1566.0, 237.0, 57.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACGCACC\", \"ini\": 555, \"clust\": 1501, \"rank\": 1229, \"rankvar\": 1608, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1088, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1024, \"group\": [1502.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCCCACTTG\", \"ini\": 554, \"clust\": 1201, \"rank\": 1078, \"rankvar\": 1361, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1089, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1633, \"group\": [1209.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCACAAGCCC\", \"ini\": 553, \"clust\": 1198, \"rank\": 1026, \"rankvar\": 1250, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1090, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1634, \"group\": [1198.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTTAGGAA\", \"ini\": 552, \"clust\": 1219, \"rank\": 1044, \"rankvar\": 1500, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1091, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1635, \"group\": [1221.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCTCTTTA\", \"ini\": 551, \"clust\": 978, \"rank\": 1029, \"rankvar\": 572, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1092, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 931, \"group\": [979.0, 152.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGACCCACC\", \"ini\": 550, \"clust\": 1148, \"rank\": 995, \"rankvar\": 303, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1093, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 368, \"group\": [1148.0, 189.0, 45.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAGTTGCGTTA\", \"ini\": 549, \"clust\": 169, \"rank\": 1013, \"rankvar\": 277, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 369, \"group\": [170.0, 27.0, 9.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCTAGAGTC\", \"ini\": 548, \"clust\": 1536, \"rank\": 1125, \"rankvar\": 524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1095, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 932, \"group\": [1543.0, 225.0, 52.0, 17.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCATACGCTA\", \"ini\": 547, \"clust\": 1197, \"rank\": 996, \"rankvar\": 1418, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1096, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1636, \"group\": [1199.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTCGCTAA\", \"ini\": 546, \"clust\": 867, \"rank\": 1225, \"rankvar\": 895, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1097, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 933, \"group\": [869.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCTGGAAC\", \"ini\": 545, \"clust\": 967, \"rank\": 990, \"rankvar\": 819, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1098, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 460, \"group\": [970.0, 147.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTGTGGAG\", \"ini\": 544, \"clust\": 933, \"rank\": 1050, \"rankvar\": 640, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1099, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 934, \"group\": [934.0, 135.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTGAACG\", \"ini\": 543, \"clust\": 187, \"rank\": 1061, \"rankvar\": 435, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1100, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 935, \"group\": [190.0, 38.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCATTCTA\", \"ini\": 542, \"clust\": 1109, \"rank\": 1190, \"rankvar\": 1124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 370, \"group\": [1108.0, 169.0, 37.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCGATATA\", \"ini\": 541, \"clust\": 1553, \"rank\": 1228, \"rankvar\": 762, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1102, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 936, \"group\": [1558.0, 232.0, 56.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATGTCTCATCC\", \"ini\": 540, \"clust\": 443, \"rank\": 646, \"rankvar\": 167, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1103, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 937, \"group\": [444.0, 90.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCCATCGGTTA\", \"ini\": 539, \"clust\": 1554, \"rank\": 1197, \"rankvar\": 1149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1104, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1460, \"group\": [1557.0, 232.0, 56.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTCCAGTTA\", \"ini\": 538, \"clust\": 86, \"rank\": 1209, \"rankvar\": 1542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1105, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1550, \"group\": [112.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTTCTGGTA\", \"ini\": 537, \"clust\": 1582, \"rank\": 1134, \"rankvar\": 1037, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1106, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 938, \"group\": [1581.0, 246.0, 61.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAGCCTTTC\", \"ini\": 536, \"clust\": 953, \"rank\": 1025, \"rankvar\": 759, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1107, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 939, \"group\": [953.0, 144.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTTCAGCGC\", \"ini\": 535, \"clust\": 1520, \"rank\": 1206, \"rankvar\": 1332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1108, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1025, \"group\": [1519.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCTTTACAC\", \"ini\": 534, \"clust\": 1597, \"rank\": 1062, \"rankvar\": 214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1109, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 940, \"group\": [1599.0, 251.0, 61.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTAAAGTCA\", \"ini\": 533, \"clust\": 1592, \"rank\": 993, \"rankvar\": 1103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1110, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 461, \"group\": [1592.0, 249.0, 61.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGTTCGATC\", \"ini\": 532, \"clust\": 93, \"rank\": 1133, \"rankvar\": 1521, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1111, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1551, \"group\": [91.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGGATGGAA\", \"ini\": 531, \"clust\": 1497, \"rank\": 1156, \"rankvar\": 1027, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1112, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1026, \"group\": [1498.0, 221.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTAAAGAC\", \"ini\": 530, \"clust\": 1593, \"rank\": 926, \"rankvar\": 877, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1113, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 941, \"group\": [1593.0, 249.0, 61.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCAATCTCT\", \"ini\": 529, \"clust\": 64, \"rank\": 924, \"rankvar\": 1317, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1114, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1552, \"group\": [61.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGAGATGAG\", \"ini\": 528, \"clust\": 979, \"rank\": 1148, \"rankvar\": 1196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1115, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 371, \"group\": [982.0, 153.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGTCTTGCA\", \"ini\": 527, \"clust\": 150, \"rank\": 1074, \"rankvar\": 905, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 372, \"group\": [150.0, 17.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTCCG\", \"ini\": 526, \"clust\": 907, \"rank\": 1008, \"rankvar\": 1016, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1117, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 462, \"group\": [906.0, 127.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATATGC\", \"ini\": 525, \"clust\": 1518, \"rank\": 1083, \"rankvar\": 1298, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1118, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1027, \"group\": [1520.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCACCATGTA\", \"ini\": 524, \"clust\": 1107, \"rank\": 1184, \"rankvar\": 779, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1119, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 463, \"group\": [1109.0, 170.0, 37.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATGTAAG\", \"ini\": 523, \"clust\": 1013, \"rank\": 1099, \"rankvar\": 1242, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1120, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 464, \"group\": [1013.0, 161.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCCGAAGAG\", \"ini\": 522, \"clust\": 1506, \"rank\": 1269, \"rankvar\": 1374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1121, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1028, \"group\": [1511.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACAATGTAAG\", \"ini\": 521, \"clust\": 82, \"rank\": 1201, \"rankvar\": 1439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1122, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1553, \"group\": [83.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCCGCGCAA\", \"ini\": 520, \"clust\": 837, \"rank\": 1175, \"rankvar\": 795, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 373, \"group\": [838.0, 123.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCGCATCT\", \"ini\": 519, \"clust\": 847, \"rank\": 1224, \"rankvar\": 1225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 374, \"group\": [851.0, 124.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTCATCCCT\", \"ini\": 518, \"clust\": 173, \"rank\": 942, \"rankvar\": 541, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 375, \"group\": [176.0, 32.0, 11.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAAAGA\", \"ini\": 517, \"clust\": 1589, \"rank\": 1032, \"rankvar\": 1216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1126, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 465, \"group\": [1589.0, 248.0, 61.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACACCACCAG\", \"ini\": 516, \"clust\": 181, \"rank\": 978, \"rankvar\": 780, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1127, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 942, \"group\": [183.0, 35.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTCACACGC\", \"ini\": 515, \"clust\": 1619, \"rank\": 1187, \"rankvar\": 974, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1128, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 943, \"group\": [1620.0, 256.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCATATACCG\", \"ini\": 514, \"clust\": 1578, \"rank\": 1123, \"rankvar\": 771, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1129, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 376, \"group\": [1579.0, 245.0, 60.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTCAAAGCG\", \"ini\": 513, \"clust\": 1502, \"rank\": 1122, \"rankvar\": 1217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1130, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 32, \"group\": [1503.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGAGCTGCA\", \"ini\": 512, \"clust\": 1590, \"rank\": 1136, \"rankvar\": 1159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1131, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 466, \"group\": [1590.0, 248.0, 61.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCTAACTGG\", \"ini\": 511, \"clust\": 1529, \"rank\": 1257, \"rankvar\": 1360, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1132, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1029, \"group\": [1529.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTATAATGG\", \"ini\": 510, \"clust\": 1485, \"rank\": 1215, \"rankvar\": 1423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1133, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1030, \"group\": [1486.0, 218.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATGCCCGA\", \"ini\": 509, \"clust\": 843, \"rank\": 1139, \"rankvar\": 1200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1134, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 467, \"group\": [844.0, 124.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTAAGCACG\", \"ini\": 508, \"clust\": 148, \"rank\": 1108, \"rankvar\": 1340, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1135, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1554, \"group\": [148.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAGCGAACA\", \"ini\": 507, \"clust\": 1227, \"rank\": 1296, \"rankvar\": 777, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1136, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 944, \"group\": [1233.0, 203.0, 48.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGCCTTGAT\", \"ini\": 506, \"clust\": 90, \"rank\": 1288, \"rankvar\": 1630, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1137, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1555, \"group\": [88.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTACGCCC\", \"ini\": 505, \"clust\": 1326, \"rank\": 1374, \"rankvar\": 1422, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1138, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1031, \"group\": [1328.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCTTTACGT\", \"ini\": 504, \"clust\": 1225, \"rank\": 1076, \"rankvar\": 363, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1139, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 945, \"group\": [1226.0, 201.0, 48.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGGCAGTA\", \"ini\": 503, \"clust\": 151, \"rank\": 987, \"rankvar\": 896, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1140, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 946, \"group\": [151.0, 17.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCTGTCCGT\", \"ini\": 502, \"clust\": 180, \"rank\": 929, \"rankvar\": 1011, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1141, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 947, \"group\": [187.0, 36.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACGACGAA\", \"ini\": 501, \"clust\": 79, \"rank\": 1243, \"rankvar\": 1308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1142, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1556, \"group\": [81.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAAGGGTTCCC\", \"ini\": 500, \"clust\": 124, \"rank\": 1162, \"rankvar\": 1386, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1143, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 468, \"group\": [124.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGATCGA\", \"ini\": 499, \"clust\": 183, \"rank\": 936, \"rankvar\": 414, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 377, \"group\": [182.0, 35.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTGACTCAT\", \"ini\": 498, \"clust\": 911, \"rank\": 1052, \"rankvar\": 589, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1145, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 948, \"group\": [912.0, 129.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGACCCT\", \"ini\": 497, \"clust\": 976, \"rank\": 938, \"rankvar\": 852, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1146, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 469, \"group\": [977.0, 151.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCACGTCTCT\", \"ini\": 496, \"clust\": 88, \"rank\": 1199, \"rankvar\": 1615, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1147, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1557, \"group\": [89.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCCCTCTTT\", \"ini\": 495, \"clust\": 127, \"rank\": 1086, \"rankvar\": 1274, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1148, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 470, \"group\": [126.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATTGCT\", \"ini\": 494, \"clust\": 1581, \"rank\": 1045, \"rankvar\": 816, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 378, \"group\": [1583.0, 246.0, 61.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCATTTA\", \"ini\": 493, \"clust\": 849, \"rank\": 1196, \"rankvar\": 1184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1150, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 471, \"group\": [848.0, 124.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTAAAGTG\", \"ini\": 492, \"clust\": 1601, \"rank\": 1169, \"rankvar\": 578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1151, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 949, \"group\": [1601.0, 251.0, 61.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATTCCTCG\", \"ini\": 491, \"clust\": 144, \"rank\": 1126, \"rankvar\": 318, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1152, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 950, \"group\": [145.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTGCAGACA\", \"ini\": 490, \"clust\": 1199, \"rank\": 1118, \"rankvar\": 1470, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1153, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1637, \"group\": [1196.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTTTGT\", \"ini\": 489, \"clust\": 136, \"rank\": 1250, \"rankvar\": 1015, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1154, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 951, \"group\": [136.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACAGAGGT\", \"ini\": 488, \"clust\": 835, \"rank\": 1236, \"rankvar\": 1148, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1155, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 472, \"group\": [835.0, 122.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCACCCGAG\", \"ini\": 487, \"clust\": 1004, \"rank\": 934, \"rankvar\": 719, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1156, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 952, \"group\": [1009.0, 160.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCCAGTAT\", \"ini\": 486, \"clust\": 1530, \"rank\": 1249, \"rankvar\": 1509, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1157, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1032, \"group\": [1530.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCAAGCCTA\", \"ini\": 485, \"clust\": 1223, \"rank\": 1178, \"rankvar\": 1623, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1158, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1638, \"group\": [1222.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTCCGCTGA\", \"ini\": 484, \"clust\": 931, \"rank\": 1116, \"rankvar\": 628, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1159, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 953, \"group\": [932.0, 135.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCGAGAACG\", \"ini\": 483, \"clust\": 1231, \"rank\": 1274, \"rankvar\": 979, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1160, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 954, \"group\": [1230.0, 202.0, 48.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGACAGACC\", \"ini\": 482, \"clust\": 827, \"rank\": 1096, \"rankvar\": 650, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1161, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 955, \"group\": [830.0, 120.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCGCGGTA\", \"ini\": 481, \"clust\": 1105, \"rank\": 1191, \"rankvar\": 577, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 956, \"group\": [1105.0, 167.0, 37.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACGGCC\", \"ini\": 480, \"clust\": 919, \"rank\": 992, \"rankvar\": 696, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1163, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 473, \"group\": [918.0, 130.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTAATCGTC\", \"ini\": 479, \"clust\": 188, \"rank\": 1049, \"rankvar\": 863, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1164, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 957, \"group\": [188.0, 37.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTGCAGGTA\", \"ini\": 478, \"clust\": 143, \"rank\": 998, \"rankvar\": 1071, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1165, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1558, \"group\": [143.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCGGATCC\", \"ini\": 477, \"clust\": 1620, \"rank\": 1121, \"rankvar\": 106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1166, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 958, \"group\": [1621.0, 256.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACGAAACG\", \"ini\": 476, \"clust\": 1236, \"rank\": 1345, \"rankvar\": 855, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1167, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 33, \"group\": [1236.0, 204.0, 49.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTCGGATCC\", \"ini\": 475, \"clust\": 1556, \"rank\": 1219, \"rankvar\": 1009, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1168, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1461, \"group\": [1554.0, 232.0, 56.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCACTATTC\", \"ini\": 474, \"clust\": 841, \"rank\": 1203, \"rankvar\": 734, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1169, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 959, \"group\": [840.0, 124.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCAACACTG\", \"ini\": 473, \"clust\": 836, \"rank\": 1166, \"rankvar\": 241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1170, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 960, \"group\": [836.0, 122.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTGTCAATC\", \"ini\": 472, \"clust\": 853, \"rank\": 1144, \"rankvar\": 1251, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1171, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 474, \"group\": [854.0, 124.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATGTCCTC\", \"ini\": 471, \"clust\": 818, \"rank\": 1084, \"rankvar\": 470, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1172, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 30, \"group\": [819.0, 113.0, 27.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGGATGCGT\", \"ini\": 470, \"clust\": 1562, \"rank\": 1111, \"rankvar\": 829, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1173, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1462, \"group\": [1563.0, 235.0, 57.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTACACGAAAGC\", \"ini\": 469, \"clust\": 170, \"rank\": 1046, \"rankvar\": 679, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1174, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 961, \"group\": [171.0, 28.0, 9.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAGCTCCG\", \"ini\": 468, \"clust\": 819, \"rank\": 967, \"rankvar\": 232, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1175, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 31, \"group\": [820.0, 114.0, 27.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACATACGCCG\", \"ini\": 467, \"clust\": 1196, \"rank\": 1082, \"rankvar\": 1479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1176, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1639, \"group\": [1200.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCAACACAC\", \"ini\": 466, \"clust\": 103, \"rank\": 1129, \"rankvar\": 1572, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1177, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1559, \"group\": [109.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGTTCGATC\", \"ini\": 465, \"clust\": 905, \"rank\": 1055, \"rankvar\": 1073, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1178, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 475, \"group\": [907.0, 127.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAAGCACACAG\", \"ini\": 464, \"clust\": 134, \"rank\": 1222, \"rankvar\": 1573, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1179, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 476, \"group\": [135.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCAAGAAGT\", \"ini\": 463, \"clust\": 861, \"rank\": 1226, \"rankvar\": 695, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 379, \"group\": [862.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCAAAGTAG\", \"ini\": 462, \"clust\": 1106, \"rank\": 1313, \"rankvar\": 1115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1181, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 380, \"group\": [1106.0, 167.0, 37.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGACGACGT\", \"ini\": 461, \"clust\": 1103, \"rank\": 1333, \"rankvar\": 1249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 381, \"group\": [1101.0, 165.0, 36.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAATGTAAG\", \"ini\": 460, \"clust\": 1639, \"rank\": 1079, \"rankvar\": 350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1183, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 962, \"group\": [1639.0, 258.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGGTACCGTTA\", \"ini\": 459, \"clust\": 870, \"rank\": 1230, \"rankvar\": 959, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1184, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 963, \"group\": [870.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACATACCATG\", \"ini\": 458, \"clust\": 1301, \"rank\": 1264, \"rankvar\": 675, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1185, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 964, \"group\": [1485.0, 217.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAACTGGCC\", \"ini\": 457, \"clust\": 1526, \"rank\": 1170, \"rankvar\": 975, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1186, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1033, \"group\": [1536.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCGTAGGAG\", \"ini\": 456, \"clust\": 846, \"rank\": 1161, \"rankvar\": 1245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1187, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 477, \"group\": [847.0, 124.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGACGCTC\", \"ini\": 455, \"clust\": 141, \"rank\": 997, \"rankvar\": 883, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1463, \"group\": [144.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGCTAAGAT\", \"ini\": 454, \"clust\": 1568, \"rank\": 1155, \"rankvar\": 432, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1189, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 478, \"group\": [1569.0, 239.0, 59.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTATCACG\", \"ini\": 453, \"clust\": 135, \"rank\": 1167, \"rankvar\": 1137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1190, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 479, \"group\": [138.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTGTTGGGA\", \"ini\": 452, \"clust\": 1335, \"rank\": 1354, \"rankvar\": 1351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1191, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1034, \"group\": [1333.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAGCAGTTT\", \"ini\": 451, \"clust\": 405, \"rank\": 964, \"rankvar\": 961, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1192, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 480, \"group\": [407.0, 72.0, 18.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCATCACCC\", \"ini\": 450, \"clust\": 899, \"rank\": 1232, \"rankvar\": 986, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1193, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 481, \"group\": [904.0, 126.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATCGATTG\", \"ini\": 449, \"clust\": 1224, \"rank\": 1145, \"rankvar\": 1637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1194, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1640, \"group\": [1223.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACACCGCTAG\", \"ini\": 448, \"clust\": 1254, \"rank\": 1272, \"rankvar\": 1213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1195, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 34, \"group\": [1252.0, 209.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACTCCTG\", \"ini\": 447, \"clust\": 100, \"rank\": 1093, \"rankvar\": 1551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1196, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1560, \"group\": [95.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACAGACTCGC\", \"ini\": 446, \"clust\": 1599, \"rank\": 1087, \"rankvar\": 494, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 382, \"group\": [1598.0, 251.0, 61.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCAATGGAGC\", \"ini\": 445, \"clust\": 851, \"rank\": 1090, \"rankvar\": 941, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 383, \"group\": [856.0, 124.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGCATGGCA\", \"ini\": 444, \"clust\": 1226, \"rank\": 1179, \"rankvar\": 624, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1199, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 965, \"group\": [1227.0, 201.0, 48.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTACCGTAT\", \"ini\": 443, \"clust\": 1303, \"rank\": 1342, \"rankvar\": 1330, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1200, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1035, \"group\": [1304.0, 215.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGCTGCAAG\", \"ini\": 442, \"clust\": 129, \"rank\": 1299, \"rankvar\": 1239, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1201, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 482, \"group\": [130.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGTCCCACG\", \"ini\": 441, \"clust\": 1583, \"rank\": 1153, \"rankvar\": 1413, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 384, \"group\": [1582.0, 246.0, 61.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCACTTAAGC\", \"ini\": 440, \"clust\": 1500, \"rank\": 1193, \"rankvar\": 1303, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1203, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1261, \"group\": [1501.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACAGGCTGAA\", \"ini\": 439, \"clust\": 864, \"rank\": 1261, \"rankvar\": 1139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1204, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 385, \"group\": [863.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCATCGATGAGG\", \"ini\": 438, \"clust\": 946, \"rank\": 1188, \"rankvar\": 924, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1205, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 386, \"group\": [947.0, 143.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACATGCGCAC\", \"ini\": 437, \"clust\": 1504, \"rank\": 1255, \"rankvar\": 1491, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1206, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1036, \"group\": [1504.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACATTAGC\", \"ini\": 436, \"clust\": 166, \"rank\": 1065, \"rankvar\": 614, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1207, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 483, \"group\": [167.0, 24.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCCTATGTT\", \"ini\": 435, \"clust\": 1498, \"rank\": 1127, \"rankvar\": 1248, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1208, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1037, \"group\": [1499.0, 221.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGAGCCCA\", \"ini\": 434, \"clust\": 1602, \"rank\": 1138, \"rankvar\": 969, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1209, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 484, \"group\": [1602.0, 251.0, 61.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAGGCTGAA\", \"ini\": 433, \"clust\": 883, \"rank\": 1278, \"rankvar\": 1105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1210, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 387, \"group\": [889.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCTCTCTG\", \"ini\": 432, \"clust\": 1134, \"rank\": 1221, \"rankvar\": 1469, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1211, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 1262, \"group\": [1135.0, 185.0, 43.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCACCATCCT\", \"ini\": 431, \"clust\": 1486, \"rank\": 1277, \"rankvar\": 1390, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1212, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1038, \"group\": [1487.0, 218.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGTTCCACA\", \"ini\": 430, \"clust\": 947, \"rank\": 1183, \"rankvar\": 928, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1213, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 966, \"group\": [948.0, 143.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCGGATGGA\", \"ini\": 429, \"clust\": 1629, \"rank\": 1258, \"rankvar\": 498, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1214, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 967, \"group\": [1629.0, 257.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGACATA\", \"ini\": 428, \"clust\": 881, \"rank\": 1254, \"rankvar\": 867, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1215, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 485, \"group\": [881.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACACGCC\", \"ini\": 427, \"clust\": 1509, \"rank\": 1327, \"rankvar\": 1537, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1216, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1039, \"group\": [1509.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTAAGTG\", \"ini\": 426, \"clust\": 900, \"rank\": 1213, \"rankvar\": 669, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1217, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 486, \"group\": [903.0, 126.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAAAGGTGC\", \"ini\": 425, \"clust\": 125, \"rank\": 1227, \"rankvar\": 1376, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1218, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1561, \"group\": [125.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGACAAG\", \"ini\": 424, \"clust\": 1555, \"rank\": 1109, \"rankvar\": 673, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1219, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1464, \"group\": [1556.0, 232.0, 56.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTTACGGAG\", \"ini\": 423, \"clust\": 501, \"rank\": 851, \"rankvar\": 351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1220, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 487, \"group\": [502.0, 100.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGAAACCTA\", \"ini\": 422, \"clust\": 112, \"rank\": 1165, \"rankvar\": 580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1221, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 388, \"group\": [113.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCACTTCTGC\", \"ini\": 421, \"clust\": 902, \"rank\": 1207, \"rankvar\": 245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1222, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 488, \"group\": [900.0, 126.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGTCTGTCTCG\", \"ini\": 420, \"clust\": 189, \"rank\": 1053, \"rankvar\": 65, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1223, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 968, \"group\": [189.0, 37.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTCCGT\", \"ini\": 419, \"clust\": 916, \"rank\": 1027, \"rankvar\": 996, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1224, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 489, \"group\": [916.0, 130.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGAACAATC\", \"ini\": 418, \"clust\": 153, \"rank\": 1142, \"rankvar\": 131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1225, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 969, \"group\": [153.0, 17.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTTTGCATG\", \"ini\": 417, \"clust\": 157, \"rank\": 1081, \"rankvar\": 1444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1226, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 490, \"group\": [157.0, 18.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCATCGATG\", \"ini\": 416, \"clust\": 1557, \"rank\": 1311, \"rankvar\": 1253, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1227, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1465, \"group\": [1555.0, 232.0, 56.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGCCAACAG\", \"ini\": 415, \"clust\": 1559, \"rank\": 1247, \"rankvar\": 1467, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 970, \"group\": [1560.0, 233.0, 56.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGTTTACG\", \"ini\": 414, \"clust\": 877, \"rank\": 1260, \"rankvar\": 1199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1229, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 491, \"group\": [879.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCACCATAG\", \"ini\": 413, \"clust\": 1510, \"rank\": 1245, \"rankvar\": 1378, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1230, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1040, \"group\": [1510.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCATGTCCC\", \"ini\": 412, \"clust\": 1563, \"rank\": 1042, \"rankvar\": 700, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1231, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 389, \"group\": [1564.0, 235.0, 57.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCGTCATC\", \"ini\": 411, \"clust\": 1200, \"rank\": 1097, \"rankvar\": 1295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1232, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1641, \"group\": [1197.0, 199.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGATGCGAC\", \"ini\": 410, \"clust\": 1318, \"rank\": 1340, \"rankvar\": 1030, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1233, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1041, \"group\": [1319.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTGTTCTCATT\", \"ini\": 409, \"clust\": 1490, \"rank\": 1131, \"rankvar\": 957, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1234, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 971, \"group\": [1497.0, 220.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGTGGTCCC\", \"ini\": 408, \"clust\": 932, \"rank\": 1181, \"rankvar\": 1144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1235, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 972, \"group\": [933.0, 135.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAATCACC\", \"ini\": 407, \"clust\": 926, \"rank\": 1130, \"rankvar\": 1163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1236, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 492, \"group\": [927.0, 134.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCGGTCTAA\", \"ini\": 406, \"clust\": 878, \"rank\": 1316, \"rankvar\": 1377, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1237, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 493, \"group\": [877.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAAGGCAGGTT\", \"ini\": 405, \"clust\": 1594, \"rank\": 1172, \"rankvar\": 1054, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 390, \"group\": [1595.0, 250.0, 61.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACGAAGCA\", \"ini\": 404, \"clust\": 1569, \"rank\": 1128, \"rankvar\": 531, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1239, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 494, \"group\": [1570.0, 240.0, 59.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCCACGCAG\", \"ini\": 403, \"clust\": 1571, \"rank\": 1189, \"rankvar\": 552, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1240, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 391, \"group\": [1572.0, 242.0, 60.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCAACCAA\", \"ini\": 402, \"clust\": 1102, \"rank\": 1322, \"rankvar\": 1281, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 392, \"group\": [1103.0, 165.0, 36.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCAAGCCTA\", \"ini\": 401, \"clust\": 955, \"rank\": 1152, \"rankvar\": 1046, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1242, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 495, \"group\": [956.0, 145.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCACACCGAC\", \"ini\": 400, \"clust\": 1560, \"rank\": 1182, \"rankvar\": 916, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1243, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 393, \"group\": [1561.0, 234.0, 56.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGCTGAACG\", \"ini\": 399, \"clust\": 1229, \"rank\": 1320, \"rankvar\": 1453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1244, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1042, \"group\": [1228.0, 202.0, 48.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAAGAAGT\", \"ini\": 398, \"clust\": 1302, \"rank\": 1307, \"rankvar\": 1146, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1245, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1571, \"group\": [1305.0, 215.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGACACTAA\", \"ini\": 397, \"clust\": 848, \"rank\": 1194, \"rankvar\": 1473, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1246, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 496, \"group\": [850.0, 124.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCGGTTAAC\", \"ini\": 396, \"clust\": 860, \"rank\": 1217, \"rankvar\": 1082, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1247, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 497, \"group\": [865.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCATAGCAC\", \"ini\": 395, \"clust\": 1503, \"rank\": 1363, \"rankvar\": 1581, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1248, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1043, \"group\": [1506.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCTGTTTGT\", \"ini\": 394, \"clust\": 126, \"rank\": 1235, \"rankvar\": 1283, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1249, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 498, \"group\": [128.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCAGACACTT\", \"ini\": 393, \"clust\": 1232, \"rank\": 1355, \"rankvar\": 1259, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1250, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1044, \"group\": [1231.0, 202.0, 48.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTGAGGCTA\", \"ini\": 392, \"clust\": 1640, \"rank\": 1233, \"rankvar\": 927, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1251, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 973, \"group\": [1640.0, 258.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATACACCCATGG\", \"ini\": 391, \"clust\": 121, \"rank\": 1271, \"rankvar\": 1066, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1252, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1562, \"group\": [122.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCATAGACTC\", \"ini\": 390, \"clust\": 1573, \"rank\": 1176, \"rankvar\": 305, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1253, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 499, \"group\": [1573.0, 243.0, 60.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCTCCTC\", \"ini\": 389, \"clust\": 1537, \"rank\": 1303, \"rankvar\": 337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1254, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 974, \"group\": [1537.0, 223.0, 51.0, 17.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTAACGCGA\", \"ini\": 388, \"clust\": 1491, \"rank\": 1289, \"rankvar\": 1156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1255, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1045, \"group\": [1496.0, 219.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACATTACGAC\", \"ini\": 387, \"clust\": 840, \"rank\": 1237, \"rankvar\": 796, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1256, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 500, \"group\": [842.0, 124.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTTGTCC\", \"ini\": 386, \"clust\": 1505, \"rank\": 1343, \"rankvar\": 1610, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1257, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1046, \"group\": [1505.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGAGTAGA\", \"ini\": 385, \"clust\": 934, \"rank\": 1056, \"rankvar\": 411, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1258, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 501, \"group\": [935.0, 135.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAAGGTCATCT\", \"ini\": 384, \"clust\": 844, \"rank\": 1150, \"rankvar\": 825, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1259, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 502, \"group\": [845.0, 124.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCGCTAGCG\", \"ini\": 383, \"clust\": 1009, \"rank\": 1195, \"rankvar\": 1276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1260, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 975, \"group\": [1014.0, 161.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGGGCTCTC\", \"ini\": 382, \"clust\": 950, \"rank\": 1073, \"rankvar\": 848, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1261, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 976, \"group\": [950.0, 144.0, 34.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTGTAATGA\", \"ini\": 381, \"clust\": 1313, \"rank\": 1373, \"rankvar\": 1388, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1262, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1047, \"group\": [1314.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACAGCAG\", \"ini\": 380, \"clust\": 145, \"rank\": 1317, \"rankvar\": 1314, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1263, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1563, \"group\": [146.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGTTTAGG\", \"ini\": 379, \"clust\": 83, \"rank\": 1282, \"rankvar\": 1232, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1264, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 1466, \"group\": [84.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTATCTG\", \"ini\": 378, \"clust\": 1561, \"rank\": 1220, \"rankvar\": 1065, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 394, \"group\": [1562.0, 234.0, 56.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGCGAAA\", \"ini\": 377, \"clust\": 1527, \"rank\": 1202, \"rankvar\": 944, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1266, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 977, \"group\": [1527.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAAGGTGA\", \"ini\": 376, \"clust\": 1528, \"rank\": 1223, \"rankvar\": 1252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1267, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1048, \"group\": [1528.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCACTGGG\", \"ini\": 375, \"clust\": 1135, \"rank\": 1241, \"rankvar\": 1084, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1268, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 978, \"group\": [1136.0, 185.0, 43.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTAAAGA\", \"ini\": 374, \"clust\": 871, \"rank\": 1298, \"rankvar\": 1255, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1269, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 979, \"group\": [871.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCACACGC\", \"ini\": 373, \"clust\": 1607, \"rank\": 1242, \"rankvar\": 488, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1270, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 503, \"group\": [1606.0, 254.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAATTCCTT\", \"ini\": 372, \"clust\": 903, \"rank\": 1357, \"rankvar\": 875, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1271, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 504, \"group\": [901.0, 126.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATGGATGG\", \"ini\": 371, \"clust\": 1574, \"rank\": 1283, \"rankvar\": 419, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1272, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 505, \"group\": [1574.0, 243.0, 60.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTATGGTTC\", \"ini\": 370, \"clust\": 131, \"rank\": 1252, \"rankvar\": 1440, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1273, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 506, \"group\": [132.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTTCAGTAC\", \"ini\": 369, \"clust\": 897, \"rank\": 1321, \"rankvar\": 1060, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1274, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 395, \"group\": [897.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGTTACAG\", \"ini\": 368, \"clust\": 1603, \"rank\": 1151, \"rankvar\": 177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1275, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 980, \"group\": [1604.0, 252.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCAGAGCTT\", \"ini\": 367, \"clust\": 1576, \"rank\": 1231, \"rankvar\": 818, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1276, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 507, \"group\": [1576.0, 244.0, 60.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCTGCCCA\", \"ini\": 366, \"clust\": 128, \"rank\": 1174, \"rankvar\": 1494, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1277, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 508, \"group\": [127.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTCTGCTG\", \"ini\": 365, \"clust\": 838, \"rank\": 1205, \"rankvar\": 1181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1278, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 509, \"group\": [839.0, 123.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTAGTGCG\", \"ini\": 364, \"clust\": 842, \"rank\": 1102, \"rankvar\": 396, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1279, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 510, \"group\": [841.0, 124.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAGTAGAGC\", \"ini\": 363, \"clust\": 1541, \"rank\": 1295, \"rankvar\": 86, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 396, \"group\": [1541.0, 224.0, 51.0, 17.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAGTGAGA\", \"ini\": 362, \"clust\": 132, \"rank\": 1240, \"rankvar\": 1451, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1281, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 511, \"group\": [133.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTGTCTCA\", \"ini\": 361, \"clust\": 1268, \"rank\": 1275, \"rankvar\": 1258, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1282, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 35, \"group\": [1269.0, 209.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAAGCGGT\", \"ini\": 360, \"clust\": 1234, \"rank\": 1331, \"rankvar\": 141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1283, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 981, \"group\": [1234.0, 204.0, 49.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCTTGCGG\", \"ini\": 359, \"clust\": 1244, \"rank\": 1279, \"rankvar\": 1142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1284, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 36, \"group\": [1271.0, 210.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGCTCCTTC\", \"ini\": 358, \"clust\": 896, \"rank\": 1326, \"rankvar\": 987, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1285, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 512, \"group\": [899.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTGGTAACG\", \"ini\": 357, \"clust\": 850, \"rank\": 1192, \"rankvar\": 1161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1286, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 513, \"group\": [849.0, 124.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCATGCCTTC\", \"ini\": 356, \"clust\": 1531, \"rank\": 1287, \"rankvar\": 1396, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1287, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 37, \"group\": [1531.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGGGAACGG\", \"ini\": 355, \"clust\": 114, \"rank\": 1349, \"rankvar\": 1465, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1288, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1564, \"group\": [115.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCATCACGAT\", \"ini\": 354, \"clust\": 1252, \"rank\": 1259, \"rankvar\": 1326, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1289, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 38, \"group\": [1255.0, 209.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTACCGAGA\", \"ini\": 353, \"clust\": 1625, \"rank\": 1273, \"rankvar\": 667, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1290, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 514, \"group\": [1624.0, 257.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAATT\", \"ini\": 352, \"clust\": 1404, \"rank\": 1415, \"rankvar\": 1518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1291, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1049, \"group\": [1400.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGTGCAAGC\", \"ini\": 351, \"clust\": 1138, \"rank\": 1218, \"rankvar\": 1025, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 397, \"group\": [1144.0, 187.0, 44.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGAAAGAG\", \"ini\": 350, \"clust\": 1608, \"rank\": 1314, \"rankvar\": 554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1293, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 515, \"group\": [1607.0, 254.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCGATCCCT\", \"ini\": 349, \"clust\": 874, \"rank\": 1309, \"rankvar\": 1235, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1294, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 516, \"group\": [873.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATTCCTGC\", \"ini\": 348, \"clust\": 1507, \"rank\": 1379, \"rankvar\": 1450, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1295, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1050, \"group\": [1507.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTTTAAGCC\", \"ini\": 347, \"clust\": 1297, \"rank\": 1358, \"rankvar\": 990, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1296, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1051, \"group\": [1301.0, 214.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCACTTAAGC\", \"ini\": 346, \"clust\": 80, \"rank\": 1238, \"rankvar\": 1214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1297, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1565, \"group\": [79.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGAGCTGGT\", \"ini\": 345, \"clust\": 1253, \"rank\": 1353, \"rankvar\": 1490, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1298, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 39, \"group\": [1254.0, 209.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCCTCAGT\", \"ini\": 344, \"clust\": 1508, \"rank\": 1352, \"rankvar\": 1371, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1299, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1052, \"group\": [1508.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGATCCCGC\", \"ini\": 343, \"clust\": 1299, \"rank\": 1328, \"rankvar\": 1051, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1300, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 982, \"group\": [1298.0, 213.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTAGGCGATAC\", \"ini\": 342, \"clust\": 865, \"rank\": 1302, \"rankvar\": 830, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1301, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 983, \"group\": [864.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCGGCCGAT\", \"ini\": 341, \"clust\": 882, \"rank\": 1285, \"rankvar\": 1038, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1302, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 517, \"group\": [882.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGGCTACGA\", \"ini\": 340, \"clust\": 1577, \"rank\": 1253, \"rankvar\": 981, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 398, \"group\": [1577.0, 244.0, 60.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTACCGTAT\", \"ini\": 339, \"clust\": 1316, \"rank\": 1407, \"rankvar\": 1357, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1304, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1053, \"group\": [1413.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATGCTGGC\", \"ini\": 338, \"clust\": 139, \"rank\": 1306, \"rankvar\": 1164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1305, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 518, \"group\": [139.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGGTCAT\", \"ini\": 337, \"clust\": 885, \"rank\": 1332, \"rankvar\": 1316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1306, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 519, \"group\": [884.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCGGCACT\", \"ini\": 336, \"clust\": 1256, \"rank\": 1346, \"rankvar\": 1202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1307, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 40, \"group\": [1256.0, 209.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCCAAACTG\", \"ini\": 335, \"clust\": 1260, \"rank\": 1362, \"rankvar\": 879, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1308, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 41, \"group\": [1258.0, 209.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCAGGCGAA\", \"ini\": 334, \"clust\": 1548, \"rank\": 1117, \"rankvar\": 1052, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1309, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 520, \"group\": [1550.0, 229.0, 54.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGGTGACCA\", \"ini\": 333, \"clust\": 1579, \"rank\": 1265, \"rankvar\": 1061, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1310, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 399, \"group\": [1580.0, 245.0, 60.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGCTTCGG\", \"ini\": 332, \"clust\": 1273, \"rank\": 1315, \"rankvar\": 46, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1311, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 984, \"group\": [1275.0, 211.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTATCAAACGGG\", \"ini\": 331, \"clust\": 1336, \"rank\": 1405, \"rankvar\": 1409, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1312, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1054, \"group\": [1334.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGATTCT\", \"ini\": 330, \"clust\": 1627, \"rank\": 1268, \"rankvar\": 1056, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1313, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 521, \"group\": [1627.0, 257.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCCAGTACACT\", \"ini\": 329, \"clust\": 1622, \"rank\": 1204, \"rankvar\": 527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1314, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 985, \"group\": [1623.0, 256.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAATCACAC\", \"ini\": 328, \"clust\": 898, \"rank\": 1256, \"rankvar\": 861, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 400, \"group\": [898.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAGGTTCT\", \"ini\": 327, \"clust\": 857, \"rank\": 1262, \"rankvar\": 281, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1316, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 401, \"group\": [859.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGGGTGTTG\", \"ini\": 326, \"clust\": 1250, \"rank\": 1290, \"rankvar\": 1436, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1317, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 42, \"group\": [1250.0, 209.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGTGTGGT\", \"ini\": 325, \"clust\": 868, \"rank\": 1398, \"rankvar\": 1457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1318, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 522, \"group\": [867.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTAACGCGA\", \"ini\": 324, \"clust\": 1144, \"rank\": 1291, \"rankvar\": 857, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 402, \"group\": [1145.0, 188.0, 44.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTGGCGTG\", \"ini\": 323, \"clust\": 1142, \"rank\": 1388, \"rankvar\": 1322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 403, \"group\": [1139.0, 187.0, 44.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAGTTTACG\", \"ini\": 322, \"clust\": 856, \"rank\": 1239, \"rankvar\": 289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1321, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 986, \"group\": [866.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGAATAGGG\", \"ini\": 321, \"clust\": 1605, \"rank\": 1212, \"rankvar\": 751, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1322, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 523, \"group\": [1609.0, 254.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACATCCA\", \"ini\": 320, \"clust\": 123, \"rank\": 1248, \"rankvar\": 1482, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1323, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 524, \"group\": [129.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCCTAGGGC\", \"ini\": 319, \"clust\": 1616, \"rank\": 1234, \"rankvar\": 963, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1324, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 525, \"group\": [1619.0, 255.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCATCACAAC\", \"ini\": 318, \"clust\": 884, \"rank\": 1323, \"rankvar\": 1366, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1325, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 526, \"group\": [886.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTAACGGT\", \"ini\": 317, \"clust\": 1580, \"rank\": 1159, \"rankvar\": 815, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 404, \"group\": [1586.0, 247.0, 61.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCGTCCA\", \"ini\": 316, \"clust\": 1609, \"rank\": 1300, \"rankvar\": 353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 405, \"group\": [1612.0, 254.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGAGGTACC\", \"ini\": 315, \"clust\": 81, \"rank\": 1308, \"rankvar\": 1405, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1328, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1566, \"group\": [80.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAGTTTACG\", \"ini\": 314, \"clust\": 879, \"rank\": 1304, \"rankvar\": 1101, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1329, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 527, \"group\": [878.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGCAGACTG\", \"ini\": 313, \"clust\": 130, \"rank\": 1267, \"rankvar\": 1171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1330, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 528, \"group\": [131.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAGTAACGG\", \"ini\": 312, \"clust\": 1575, \"rank\": 1329, \"rankvar\": 1042, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1331, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 529, \"group\": [1578.0, 244.0, 60.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCTGCCCTA\", \"ini\": 311, \"clust\": 872, \"rank\": 1339, \"rankvar\": 882, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1332, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 987, \"group\": [876.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCTACTATC\", \"ini\": 310, \"clust\": 1249, \"rank\": 1210, \"rankvar\": 1611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1333, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 43, \"group\": [1249.0, 208.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGCTCAGA\", \"ini\": 309, \"clust\": 1584, \"rank\": 1281, \"rankvar\": 1204, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 406, \"group\": [1584.0, 246.0, 61.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTGCACTTA\", \"ini\": 308, \"clust\": 1492, \"rank\": 1251, \"rankvar\": 1339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1335, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 44, \"group\": [1493.0, 219.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTGTGTGCCTG\", \"ini\": 307, \"clust\": 1538, \"rank\": 1330, \"rankvar\": 429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 988, \"group\": [1538.0, 223.0, 51.0, 17.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCAACAACCT\", \"ini\": 306, \"clust\": 1265, \"rank\": 1414, \"rankvar\": 1370, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1337, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 45, \"group\": [1264.0, 209.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGGCACTA\", \"ini\": 305, \"clust\": 1317, \"rank\": 1394, \"rankvar\": 1293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1338, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1055, \"group\": [1320.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCACAACGCC\", \"ini\": 304, \"clust\": 1329, \"rank\": 1434, \"rankvar\": 1333, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1339, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1056, \"group\": [1326.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTACGCGA\", \"ini\": 303, \"clust\": 1295, \"rank\": 1400, \"rankvar\": 743, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1340, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 530, \"group\": [1294.0, 211.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCGTCTCCACT\", \"ini\": 302, \"clust\": 1306, \"rank\": 1402, \"rankvar\": 1254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1341, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1190, \"group\": [1306.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGTACAA\", \"ini\": 301, \"clust\": 1272, \"rank\": 1361, \"rankvar\": 107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1342, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 531, \"group\": [1291.0, 211.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACAAAGCGGT\", \"ini\": 300, \"clust\": 1417, \"rank\": 1474, \"rankvar\": 1275, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1343, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1057, \"group\": [1414.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCGCAGGCT\", \"ini\": 299, \"clust\": 1237, \"rank\": 1436, \"rankvar\": 1078, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1344, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 46, \"group\": [1237.0, 204.0, 49.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGAGGGATA\", \"ini\": 298, \"clust\": 1637, \"rank\": 1334, \"rankvar\": 677, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1345, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 989, \"group\": [1636.0, 257.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGCGACAT\", \"ini\": 297, \"clust\": 1628, \"rank\": 1294, \"rankvar\": 1100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1346, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 532, \"group\": [1628.0, 257.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCACTATCTT\", \"ini\": 296, \"clust\": 1324, \"rank\": 1397, \"rankvar\": 1241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1347, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 47, \"group\": [1321.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAATCACAC\", \"ini\": 295, \"clust\": 1242, \"rank\": 1377, \"rankvar\": 1138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1348, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 48, \"group\": [1242.0, 206.0, 49.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTGTGTAAGTA\", \"ini\": 294, \"clust\": 1327, \"rank\": 1408, \"rankvar\": 1363, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1349, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1058, \"group\": [1324.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTACAGACG\", \"ini\": 293, \"clust\": 1104, \"rank\": 1378, \"rankvar\": 915, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1350, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 407, \"group\": [1102.0, 165.0, 36.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCCCTCAGT\", \"ini\": 292, \"clust\": 1642, \"rank\": 1286, \"rankvar\": 845, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1351, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 533, \"group\": [1642.0, 259.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGATGGGTC\", \"ini\": 291, \"clust\": 1635, \"rank\": 1347, \"rankvar\": 615, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1352, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 408, \"group\": [1634.0, 257.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATATGGTC\", \"ini\": 290, \"clust\": 863, \"rank\": 1337, \"rankvar\": 1108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1353, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 534, \"group\": [861.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATCTACGA\", \"ini\": 289, \"clust\": 1614, \"rank\": 1319, \"rankvar\": 390, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1354, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 990, \"group\": [1613.0, 255.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTAGCCA\", \"ini\": 288, \"clust\": 1333, \"rank\": 1383, \"rankvar\": 1287, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1355, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1059, \"group\": [1331.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTAGGCTGA\", \"ini\": 287, \"clust\": 1632, \"rank\": 1421, \"rankvar\": 1540, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 409, \"group\": [1631.0, 257.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGCTTG\", \"ini\": 286, \"clust\": 1595, \"rank\": 1246, \"rankvar\": 1018, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 410, \"group\": [1596.0, 250.0, 61.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATGTAAG\", \"ini\": 285, \"clust\": 1631, \"rank\": 1412, \"rankvar\": 1211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 411, \"group\": [1633.0, 257.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGGATACC\", \"ini\": 284, \"clust\": 1612, \"rank\": 1292, \"rankvar\": 925, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1359, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 991, \"group\": [1616.0, 255.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCAACCAA\", \"ini\": 283, \"clust\": 1585, \"rank\": 1198, \"rankvar\": 912, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 412, \"group\": [1585.0, 246.0, 61.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGACAGGT\", \"ini\": 282, \"clust\": 1328, \"rank\": 1451, \"rankvar\": 1381, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1361, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1060, \"group\": [1325.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGCGAGT\", \"ini\": 281, \"clust\": 1230, \"rank\": 1404, \"rankvar\": 1455, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1362, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1061, \"group\": [1229.0, 202.0, 48.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCACCGTC\", \"ini\": 280, \"clust\": 1610, \"rank\": 1370, \"rankvar\": 880, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1363, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 992, \"group\": [1610.0, 254.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTAGCTCCG\", \"ini\": 279, \"clust\": 880, \"rank\": 1325, \"rankvar\": 1280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1364, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 535, \"group\": [883.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTCCCTGA\", \"ini\": 278, \"clust\": 887, \"rank\": 1270, \"rankvar\": 1415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1365, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 536, \"group\": [887.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCATCGACGC\", \"ini\": 277, \"clust\": 116, \"rank\": 1359, \"rankvar\": 1524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1366, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1567, \"group\": [117.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAACTGCTA\", \"ini\": 276, \"clust\": 1493, \"rank\": 1310, \"rankvar\": 1417, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1367, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1236, \"group\": [1491.0, 219.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGAACAATC\", \"ini\": 275, \"clust\": 1521, \"rank\": 1440, \"rankvar\": 1639, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1368, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1062, \"group\": [1522.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGCACCGTC\", \"ini\": 274, \"clust\": 1300, \"rank\": 1392, \"rankvar\": 1119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1369, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1063, \"group\": [1299.0, 213.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGTTACAG\", \"ini\": 273, \"clust\": 1626, \"rank\": 1276, \"rankvar\": 1007, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1370, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 537, \"group\": [1625.0, 257.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATCCAAC\", \"ini\": 272, \"clust\": 1334, \"rank\": 1475, \"rankvar\": 1553, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1371, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1064, \"group\": [1332.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCCCAAGTA\", \"ini\": 271, \"clust\": 1534, \"rank\": 1341, \"rankvar\": 1389, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1372, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 49, \"group\": [1533.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCATGCAAC\", \"ini\": 270, \"clust\": 1539, \"rank\": 1386, \"rankvar\": 1094, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1373, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1568, \"group\": [1539.0, 224.0, 51.0, 17.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTACTTAC\", \"ini\": 269, \"clust\": 1522, \"rank\": 1406, \"rankvar\": 1636, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1374, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1065, \"group\": [1523.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGCACCGTC\", \"ini\": 268, \"clust\": 1251, \"rank\": 1301, \"rankvar\": 1539, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1375, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 50, \"group\": [1251.0, 209.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTATTCTC\", \"ini\": 267, \"clust\": 834, \"rank\": 1360, \"rankvar\": 1085, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1376, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 538, \"group\": [837.0, 122.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCGAGCCCA\", \"ini\": 266, \"clust\": 1331, \"rank\": 1447, \"rankvar\": 1532, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1377, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1066, \"group\": [1329.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGATCGGGT\", \"ini\": 265, \"clust\": 1617, \"rank\": 1305, \"rankvar\": 806, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1378, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 539, \"group\": [1617.0, 255.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTTGTACAC\", \"ini\": 264, \"clust\": 901, \"rank\": 1324, \"rankvar\": 892, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1379, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 540, \"group\": [902.0, 126.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAATCGAAA\", \"ini\": 263, \"clust\": 113, \"rank\": 1263, \"rankvar\": 1089, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1380, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 541, \"group\": [114.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGTGCCTG\", \"ini\": 262, \"clust\": 1604, \"rank\": 1214, \"rankvar\": 1205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1381, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 542, \"group\": [1605.0, 253.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACGACGT\", \"ini\": 261, \"clust\": 119, \"rank\": 1365, \"rankvar\": 493, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1382, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 543, \"group\": [119.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTTCTCATT\", \"ini\": 260, \"clust\": 1243, \"rank\": 1409, \"rankvar\": 984, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1383, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1237, \"group\": [1243.0, 206.0, 49.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATGTCCC\", \"ini\": 259, \"clust\": 886, \"rank\": 1356, \"rankvar\": 1302, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1384, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 544, \"group\": [885.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTCAAGTG\", \"ini\": 258, \"clust\": 1298, \"rank\": 1280, \"rankvar\": 595, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 413, \"group\": [1300.0, 213.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCAGAGGGATA\", \"ini\": 257, \"clust\": 888, \"rank\": 1293, \"rankvar\": 1327, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1386, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 545, \"group\": [888.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTAGCCTAT\", \"ini\": 256, \"clust\": 1392, \"rank\": 1433, \"rankvar\": 1407, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1387, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1067, \"group\": [1390.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGTTAGCGG\", \"ini\": 255, \"clust\": 1375, \"rank\": 1452, \"rankvar\": 1401, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1388, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1068, \"group\": [1375.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGCACACGCTG\", \"ini\": 254, \"clust\": 1636, \"rank\": 1366, \"rankvar\": 966, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1389, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 546, \"group\": [1635.0, 257.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCAGAAGG\", \"ini\": 253, \"clust\": 1266, \"rank\": 1367, \"rankvar\": 1311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1390, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 51, \"group\": [1265.0, 209.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACACTGCCAG\", \"ini\": 252, \"clust\": 1246, \"rank\": 1312, \"rankvar\": 1385, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1391, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 52, \"group\": [1245.0, 208.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGACTGTAA\", \"ini\": 251, \"clust\": 1523, \"rank\": 1481, \"rankvar\": 1631, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1392, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1069, \"group\": [1526.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTGAGGTG\", \"ini\": 250, \"clust\": 1319, \"rank\": 1391, \"rankvar\": 1446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1393, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1070, \"group\": [1315.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCAGTAAGAT\", \"ini\": 249, \"clust\": 1542, \"rank\": 1422, \"rankvar\": 162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1394, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 414, \"group\": [1542.0, 224.0, 51.0, 17.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCACCCTATC\", \"ini\": 248, \"clust\": 1255, \"rank\": 1336, \"rankvar\": 1289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1395, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 53, \"group\": [1253.0, 209.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCCTCGCAT\", \"ini\": 247, \"clust\": 138, \"rank\": 1284, \"rankvar\": 1271, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1396, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 547, \"group\": [141.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGACGAT\", \"ini\": 246, \"clust\": 1233, \"rank\": 1375, \"rankvar\": 544, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1397, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 993, \"group\": [1241.0, 205.0, 49.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGTGGTAAT\", \"ini\": 245, \"clust\": 1433, \"rank\": 1469, \"rankvar\": 849, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1398, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1191, \"group\": [1434.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTTCTGGTA\", \"ini\": 244, \"clust\": 1145, \"rank\": 1372, \"rankvar\": 1605, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1399, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 1642, \"group\": [1146.0, 188.0, 44.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGAAGGTTT\", \"ini\": 243, \"clust\": 115, \"rank\": 1393, \"rankvar\": 1493, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1400, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 1569, \"group\": [116.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCAAGCTGGA\", \"ini\": 242, \"clust\": 1405, \"rank\": 1448, \"rankvar\": 1576, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1401, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1071, \"group\": [1401.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGCAAAGGTGC\", \"ini\": 241, \"clust\": 1615, \"rank\": 1381, \"rankvar\": 1188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1402, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 548, \"group\": [1614.0, 255.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGGTCCC\", \"ini\": 240, \"clust\": 122, \"rank\": 1384, \"rankvar\": 1228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1403, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 549, \"group\": [123.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCTAACTC\", \"ini\": 239, \"clust\": 1638, \"rank\": 1396, \"rankvar\": 674, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1404, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 550, \"group\": [1637.0, 257.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGTGCC\", \"ini\": 238, \"clust\": 1465, \"rank\": 1501, \"rankvar\": 1034, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1405, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1192, \"group\": [1464.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATAGAAAC\", \"ini\": 237, \"clust\": 873, \"rank\": 1399, \"rankvar\": 1356, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1406, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 551, \"group\": [875.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTGGACGT\", \"ini\": 236, \"clust\": 1379, \"rank\": 1427, \"rankvar\": 1475, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1407, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1072, \"group\": [1376.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATGAGCGA\", \"ini\": 235, \"clust\": 140, \"rank\": 1418, \"rankvar\": 1593, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1408, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 552, \"group\": [140.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTGATACG\", \"ini\": 234, \"clust\": 1267, \"rank\": 1387, \"rankvar\": 1347, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1409, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 54, \"group\": [1270.0, 209.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGGTGTTG\", \"ini\": 233, \"clust\": 1353, \"rank\": 1477, \"rankvar\": 1180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1410, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1073, \"group\": [1351.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCACCGCTAG\", \"ini\": 232, \"clust\": 1403, \"rank\": 1411, \"rankvar\": 1421, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1411, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1074, \"group\": [1402.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCTGTGCAA\", \"ini\": 231, \"clust\": 1380, \"rank\": 1463, \"rankvar\": 1516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1412, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1075, \"group\": [1377.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTTGAC\", \"ini\": 230, \"clust\": 889, \"rank\": 1417, \"rankvar\": 1106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1413, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 553, \"group\": [892.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTATCCAGATCA\", \"ini\": 229, \"clust\": 1269, \"rank\": 1350, \"rankvar\": 1400, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1414, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 55, \"group\": [1267.0, 209.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTCATCCCT\", \"ini\": 228, \"clust\": 1141, \"rank\": 1420, \"rankvar\": 1136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1415, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 415, \"group\": [1141.0, 187.0, 44.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACTTACGA\", \"ini\": 227, \"clust\": 1346, \"rank\": 1498, \"rankvar\": 1380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1416, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1076, \"group\": [1343.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCCGCCTA\", \"ini\": 226, \"clust\": 1532, \"rank\": 1432, \"rankvar\": 1612, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1417, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1077, \"group\": [1532.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATCCCGC\", \"ini\": 225, \"clust\": 1247, \"rank\": 1297, \"rankvar\": 1319, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1418, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 56, \"group\": [1246.0, 208.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCAAACCAC\", \"ini\": 224, \"clust\": 1418, \"rank\": 1457, \"rankvar\": 1123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1419, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1078, \"group\": [1415.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCTGCT\", \"ini\": 223, \"clust\": 1633, \"rank\": 1454, \"rankvar\": 1435, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1420, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 554, \"group\": [1632.0, 257.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACACTGCG\", \"ini\": 222, \"clust\": 1494, \"rank\": 1348, \"rankvar\": 1429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1421, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1238, \"group\": [1492.0, 219.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTCAGGACA\", \"ini\": 221, \"clust\": 1437, \"rank\": 1506, \"rankvar\": 1460, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1422, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1079, \"group\": [1444.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTACACCT\", \"ini\": 220, \"clust\": 1270, \"rank\": 1344, \"rankvar\": 1442, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1423, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 57, \"group\": [1268.0, 209.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCTCGTTTA\", \"ini\": 219, \"clust\": 1332, \"rank\": 1369, \"rankvar\": 1307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1424, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 58, \"group\": [1330.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTTGACAC\", \"ini\": 218, \"clust\": 894, \"rank\": 1483, \"rankvar\": 1133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1425, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 555, \"group\": [893.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTAGGTT\", \"ini\": 217, \"clust\": 1364, \"rank\": 1403, \"rankvar\": 1367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1426, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1080, \"group\": [1362.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAGACAAAT\", \"ini\": 216, \"clust\": 858, \"rank\": 1419, \"rankvar\": 866, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1427, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 556, \"group\": [857.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCCTCAATT\", \"ini\": 215, \"clust\": 893, \"rank\": 1390, \"rankvar\": 1127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1428, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 557, \"group\": [895.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCACGACG\", \"ini\": 214, \"clust\": 1399, \"rank\": 1519, \"rankvar\": 1591, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1429, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1081, \"group\": [1399.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATGCCTAA\", \"ini\": 213, \"clust\": 1347, \"rank\": 1499, \"rankvar\": 1458, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1430, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1082, \"group\": [1344.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGTCTTGCA\", \"ini\": 212, \"clust\": 1402, \"rank\": 1461, \"rankvar\": 1571, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1431, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1083, \"group\": [1403.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGCAGGTA\", \"ini\": 211, \"clust\": 137, \"rank\": 1426, \"rankvar\": 1582, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1432, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 558, \"group\": [137.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTAGAGTC\", \"ini\": 210, \"clust\": 1308, \"rank\": 1443, \"rankvar\": 1315, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1433, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1084, \"group\": [1308.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGTCTAT\", \"ini\": 209, \"clust\": 1140, \"rank\": 1335, \"rankvar\": 1279, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1434, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 416, \"group\": [1142.0, 187.0, 44.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGAGCTGCA\", \"ini\": 208, \"clust\": 117, \"rank\": 1424, \"rankvar\": 1449, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1435, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 559, \"group\": [118.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGTCTTGTATC\", \"ini\": 207, \"clust\": 1378, \"rank\": 1487, \"rankvar\": 1536, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1436, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1085, \"group\": [1378.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACACGAAACG\", \"ini\": 206, \"clust\": 1311, \"rank\": 1468, \"rankvar\": 1592, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1437, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1086, \"group\": [1310.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCGATAGC\", \"ini\": 205, \"clust\": 1293, \"rank\": 1459, \"rankvar\": 1050, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1438, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1193, \"group\": [1292.0, 211.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAGGGTATG\", \"ini\": 204, \"clust\": 1366, \"rank\": 1466, \"rankvar\": 1414, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1439, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1087, \"group\": [1364.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCTGCAC\", \"ini\": 203, \"clust\": 1415, \"rank\": 1435, \"rankvar\": 720, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1440, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1194, \"group\": [1417.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTCAGACT\", \"ini\": 202, \"clust\": 876, \"rank\": 1376, \"rankvar\": 1448, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1441, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 560, \"group\": [880.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCAAAGTCAA\", \"ini\": 201, \"clust\": 1409, \"rank\": 1480, \"rankvar\": 1309, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1442, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1088, \"group\": [1407.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTTAGCGG\", \"ini\": 200, \"clust\": 1495, \"rank\": 1371, \"rankvar\": 1566, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1443, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 59, \"group\": [1494.0, 219.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTTGATTGC\", \"ini\": 199, \"clust\": 1496, \"rank\": 1389, \"rankvar\": 1550, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1444, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 60, \"group\": [1495.0, 219.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGTTCATG\", \"ini\": 198, \"clust\": 1473, \"rank\": 1471, \"rankvar\": 1157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1445, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1089, \"group\": [1471.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGGAGGTA\", \"ini\": 197, \"clust\": 1309, \"rank\": 1455, \"rankvar\": 1346, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1446, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1195, \"group\": [1309.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGCTGAG\", \"ini\": 196, \"clust\": 1349, \"rank\": 1495, \"rankvar\": 1323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1447, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1090, \"group\": [1347.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGTTGGC\", \"ini\": 195, \"clust\": 1606, \"rank\": 1338, \"rankvar\": 998, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1448, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 561, \"group\": [1608.0, 254.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGACACTAA\", \"ini\": 194, \"clust\": 1257, \"rank\": 1351, \"rankvar\": 1220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1449, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1239, \"group\": [1257.0, 209.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCCTCCAT\", \"ini\": 193, \"clust\": 1356, \"rank\": 1523, \"rankvar\": 1554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1450, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1091, \"group\": [1353.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACTCCTG\", \"ini\": 192, \"clust\": 1442, \"rank\": 1535, \"rankvar\": 1425, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1451, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1092, \"group\": [1442.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGGCAGTCA\", \"ini\": 191, \"clust\": 1416, \"rank\": 1485, \"rankvar\": 972, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1452, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1093, \"group\": [1416.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTACAGACG\", \"ini\": 190, \"clust\": 1325, \"rank\": 1425, \"rankvar\": 1325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1453, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 61, \"group\": [1322.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGGACAA\", \"ini\": 189, \"clust\": 1258, \"rank\": 1458, \"rankvar\": 1193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1454, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 62, \"group\": [1261.0, 209.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCATGGGAAC\", \"ini\": 188, \"clust\": 1312, \"rank\": 1382, \"rankvar\": 1411, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1455, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 63, \"group\": [1311.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATAGGATA\", \"ini\": 187, \"clust\": 1360, \"rank\": 1511, \"rankvar\": 1296, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1456, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1094, \"group\": [1360.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGTTTGT\", \"ini\": 186, \"clust\": 875, \"rank\": 1410, \"rankvar\": 1441, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1457, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 562, \"group\": [874.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACAGATGAGC\", \"ini\": 185, \"clust\": 1340, \"rank\": 1502, \"rankvar\": 1284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1458, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1095, \"group\": [1339.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCTCTGAGA\", \"ini\": 184, \"clust\": 1540, \"rank\": 1438, \"rankvar\": 1010, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1459, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 563, \"group\": [1540.0, 224.0, 51.0, 17.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTTCGAATC\", \"ini\": 183, \"clust\": 1386, \"rank\": 1489, \"rankvar\": 1175, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1460, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1096, \"group\": [1386.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCTCCAT\", \"ini\": 182, \"clust\": 1271, \"rank\": 1449, \"rankvar\": 1014, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1461, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1097, \"group\": [1297.0, 212.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAGAAGC\", \"ini\": 181, \"clust\": 1320, \"rank\": 1444, \"rankvar\": 1517, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1462, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1098, \"group\": [1316.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCACGGTGTC\", \"ini\": 180, \"clust\": 1623, \"rank\": 1385, \"rankvar\": 932, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 417, \"group\": [1643.0, 260.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCAATGGACG\", \"ini\": 179, \"clust\": 1263, \"rank\": 1428, \"rankvar\": 1394, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1464, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 64, \"group\": [1262.0, 209.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTCAAACTC\", \"ini\": 178, \"clust\": 1396, \"rank\": 1478, \"rankvar\": 1398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1465, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1099, \"group\": [1394.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGCGATAGC\", \"ini\": 177, \"clust\": 1143, \"rank\": 1431, \"rankvar\": 1504, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1466, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 418, \"group\": [1140.0, 187.0, 44.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTACGCACC\", \"ini\": 176, \"clust\": 1261, \"rank\": 1441, \"rankvar\": 1273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1467, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 65, \"group\": [1259.0, 209.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTATATGAG\", \"ini\": 175, \"clust\": 859, \"rank\": 1364, \"rankvar\": 1158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1468, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 564, \"group\": [858.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTTGTTTC\", \"ini\": 174, \"clust\": 1352, \"rank\": 1530, \"rankvar\": 1404, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1469, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1100, \"group\": [1352.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGGTTCGGGCT\", \"ini\": 173, \"clust\": 1354, \"rank\": 1522, \"rankvar\": 1192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1470, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1101, \"group\": [1349.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTGTGACCC\", \"ini\": 172, \"clust\": 1307, \"rank\": 1476, \"rankvar\": 1208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1471, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1102, \"group\": [1307.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTACGTAA\", \"ini\": 171, \"clust\": 1314, \"rank\": 1453, \"rankvar\": 1456, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1472, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1103, \"group\": [1312.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTTCACGGC\", \"ini\": 170, \"clust\": 1618, \"rank\": 1395, \"rankvar\": 1185, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1473, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 565, \"group\": [1618.0, 255.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCAAGGCTT\", \"ini\": 169, \"clust\": 1438, \"rank\": 1538, \"rankvar\": 1272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1474, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1104, \"group\": [1438.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCATCGGCGGTT\", \"ini\": 168, \"clust\": 869, \"rank\": 1380, \"rankvar\": 1392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1475, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 566, \"group\": [868.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTCGGGTCT\", \"ini\": 167, \"clust\": 1472, \"rank\": 1486, \"rankvar\": 1197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1476, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1196, \"group\": [1473.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTCTGCGGT\", \"ini\": 166, \"clust\": 1357, \"rank\": 1507, \"rankvar\": 1501, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1477, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1105, \"group\": [1354.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCTGCGGT\", \"ini\": 165, \"clust\": 1264, \"rank\": 1401, \"rankvar\": 1397, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1478, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 66, \"group\": [1263.0, 209.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAGGTTTC\", \"ini\": 164, \"clust\": 1630, \"rank\": 1368, \"rankvar\": 1110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1479, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 567, \"group\": [1630.0, 257.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGCCCGAAA\", \"ini\": 163, \"clust\": 1406, \"rank\": 1492, \"rankvar\": 1567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1480, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1106, \"group\": [1406.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCTGTAT\", \"ini\": 162, \"clust\": 1296, \"rank\": 1460, \"rankvar\": 371, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1481, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 568, \"group\": [1295.0, 211.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGACAGACC\", \"ini\": 161, \"clust\": 1304, \"rank\": 1430, \"rankvar\": 1486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1482, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1107, \"group\": [1302.0, 215.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCGAATGGG\", \"ini\": 160, \"clust\": 1428, \"rank\": 1573, \"rankvar\": 1057, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1483, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1108, \"group\": [1426.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCGCATAT\", \"ini\": 159, \"clust\": 1390, \"rank\": 1504, \"rankvar\": 1547, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1484, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1109, \"group\": [1387.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCGGCGCAT\", \"ini\": 158, \"clust\": 1315, \"rank\": 1467, \"rankvar\": 1349, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1485, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1110, \"group\": [1313.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCAGCTGTAT\", \"ini\": 157, \"clust\": 1467, \"rank\": 1552, \"rankvar\": 1079, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1486, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1111, \"group\": [1470.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCAGCTTAG\", \"ini\": 156, \"clust\": 1337, \"rank\": 1442, \"rankvar\": 1017, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1487, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1112, \"group\": [1361.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGCTAACTC\", \"ini\": 155, \"clust\": 1262, \"rank\": 1456, \"rankvar\": 1324, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1488, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1240, \"group\": [1266.0, 209.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTCCAACTA\", \"ini\": 154, \"clust\": 895, \"rank\": 1509, \"rankvar\": 1120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1489, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 569, \"group\": [894.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTACGCCC\", \"ini\": 153, \"clust\": 1624, \"rank\": 1416, \"rankvar\": 1087, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1490, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 994, \"group\": [1626.0, 257.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCTGCCAGG\", \"ini\": 152, \"clust\": 1387, \"rank\": 1534, \"rankvar\": 1430, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1491, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1113, \"group\": [1384.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTTACGA\", \"ini\": 151, \"clust\": 1393, \"rank\": 1446, \"rankvar\": 1476, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1492, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1114, \"group\": [1391.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAAGATGTTAG\", \"ini\": 150, \"clust\": 1524, \"rank\": 1525, \"rankvar\": 1641, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1493, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1115, \"group\": [1524.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAAGAGGCT\", \"ini\": 149, \"clust\": 1525, \"rank\": 1503, \"rankvar\": 1628, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1494, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1116, \"group\": [1525.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCTTAGAGC\", \"ini\": 148, \"clust\": 1292, \"rank\": 1532, \"rankvar\": 631, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1495, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1197, \"group\": [1296.0, 211.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGTAGATGT\", \"ini\": 147, \"clust\": 1278, \"rank\": 1470, \"rankvar\": 908, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1496, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1241, \"group\": [1276.0, 211.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGTCTTGCA\", \"ini\": 146, \"clust\": 1395, \"rank\": 1497, \"rankvar\": 1427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1497, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1117, \"group\": [1395.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAACGATGG\", \"ini\": 145, \"clust\": 1373, \"rank\": 1541, \"rankvar\": 1424, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1498, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1118, \"group\": [1370.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAACGCGA\", \"ini\": 144, \"clust\": 1456, \"rank\": 1550, \"rankvar\": 1097, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1499, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1119, \"group\": [1453.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAAGCGAGT\", \"ini\": 143, \"clust\": 1305, \"rank\": 1484, \"rankvar\": 1492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1500, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1120, \"group\": [1303.0, 215.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGGACGAAA\", \"ini\": 142, \"clust\": 1310, \"rank\": 1598, \"rankvar\": 1545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1501, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1121, \"group\": [1484.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTGGTTCC\", \"ini\": 141, \"clust\": 1341, \"rank\": 1533, \"rankvar\": 1420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1502, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1122, \"group\": [1337.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAGCGATCC\", \"ini\": 140, \"clust\": 1634, \"rank\": 1500, \"rankvar\": 1297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1503, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 570, \"group\": [1638.0, 257.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACTGGG\", \"ini\": 139, \"clust\": 1330, \"rank\": 1512, \"rankvar\": 1561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1504, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1123, \"group\": [1327.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGTCGTAGGTT\", \"ini\": 138, \"clust\": 1435, \"rank\": 1505, \"rankvar\": 967, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1505, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1124, \"group\": [1431.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTTCAACT\", \"ini\": 137, \"clust\": 1365, \"rank\": 1472, \"rankvar\": 1393, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1506, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1125, \"group\": [1363.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCATCATTC\", \"ini\": 136, \"clust\": 1397, \"rank\": 1517, \"rankvar\": 1488, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1507, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1126, \"group\": [1392.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGCACGCCT\", \"ini\": 135, \"clust\": 1389, \"rank\": 1491, \"rankvar\": 1514, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1508, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1127, \"group\": [1389.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCGATTGT\", \"ini\": 134, \"clust\": 1419, \"rank\": 1567, \"rankvar\": 808, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1509, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1128, \"group\": [1418.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTTGACTG\", \"ini\": 133, \"clust\": 1362, \"rank\": 1494, \"rankvar\": 1301, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1510, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1129, \"group\": [1357.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTAAGTTCC\", \"ini\": 132, \"clust\": 1241, \"rank\": 1462, \"rankvar\": 1224, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1511, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1242, \"group\": [1244.0, 207.0, 49.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGATGGAA\", \"ini\": 131, \"clust\": 1400, \"rank\": 1514, \"rankvar\": 1452, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1512, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1130, \"group\": [1397.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTGGGTCAA\", \"ini\": 130, \"clust\": 1277, \"rank\": 1561, \"rankvar\": 706, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1513, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1198, \"group\": [1290.0, 211.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCAAACTG\", \"ini\": 129, \"clust\": 1430, \"rank\": 1585, \"rankvar\": 1068, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1514, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1199, \"group\": [1429.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATCCAAC\", \"ini\": 128, \"clust\": 1455, \"rank\": 1513, \"rankvar\": 1206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1515, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1131, \"group\": [1455.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGAGTACAT\", \"ini\": 127, \"clust\": 1474, \"rank\": 1496, \"rankvar\": 1286, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1516, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1200, \"group\": [1472.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGGCAAAGA\", \"ini\": 126, \"clust\": 1407, \"rank\": 1488, \"rankvar\": 1438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1517, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1132, \"group\": [1404.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGTCAATAG\", \"ini\": 125, \"clust\": 1468, \"rank\": 1529, \"rankvar\": 1174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1518, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1133, \"group\": [1469.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCGAATGCT\", \"ini\": 124, \"clust\": 1384, \"rank\": 1527, \"rankvar\": 1616, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1519, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1134, \"group\": [1379.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCATTCACT\", \"ini\": 123, \"clust\": 1343, \"rank\": 1516, \"rankvar\": 1368, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1520, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1135, \"group\": [1342.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACCCATTC\", \"ini\": 122, \"clust\": 1413, \"rank\": 1515, \"rankvar\": 1599, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1521, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1136, \"group\": [1409.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCTCAGT\", \"ini\": 121, \"clust\": 1454, \"rank\": 1450, \"rankvar\": 1218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1522, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 67, \"group\": [1456.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGAGCCAA\", \"ini\": 120, \"clust\": 1361, \"rank\": 1536, \"rankvar\": 1461, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1523, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1137, \"group\": [1359.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTGACAG\", \"ini\": 119, \"clust\": 1535, \"rank\": 1429, \"rankvar\": 1560, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1524, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 68, \"group\": [1534.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCGGCGCTA\", \"ini\": 118, \"clust\": 1533, \"rank\": 1413, \"rankvar\": 1602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1525, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 69, \"group\": [1535.0, 222.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCTGGTGTA\", \"ini\": 117, \"clust\": 1367, \"rank\": 1508, \"rankvar\": 1579, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1526, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1138, \"group\": [1365.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCCAATT\", \"ini\": 116, \"clust\": 1412, \"rank\": 1473, \"rankvar\": 1548, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1527, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1139, \"group\": [1411.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACAGTGAGTG\", \"ini\": 115, \"clust\": 1469, \"rank\": 1540, \"rankvar\": 1230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1528, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1201, \"group\": [1468.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATTGCGGC\", \"ini\": 114, \"clust\": 1479, \"rank\": 1510, \"rankvar\": 913, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1529, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1202, \"group\": [1478.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTCGCATCG\", \"ini\": 113, \"clust\": 890, \"rank\": 1493, \"rankvar\": 1267, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1530, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 571, \"group\": [890.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTCCTGCTT\", \"ini\": 112, \"clust\": 1444, \"rank\": 1547, \"rankvar\": 1344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1531, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1140, \"group\": [1439.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACCCACC\", \"ini\": 111, \"clust\": 1391, \"rank\": 1544, \"rankvar\": 1480, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1532, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1141, \"group\": [1388.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACCATTCCTGC\", \"ini\": 110, \"clust\": 1439, \"rank\": 1526, \"rankvar\": 1247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1533, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1203, \"group\": [1436.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACGAAGCA\", \"ini\": 109, \"clust\": 1279, \"rank\": 1445, \"rankvar\": 539, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1534, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1243, \"group\": [1277.0, 211.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGACAGGAACGT\", \"ini\": 108, \"clust\": 1398, \"rank\": 1557, \"rankvar\": 1557, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1535, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1142, \"group\": [1393.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCTAGGGC\", \"ini\": 107, \"clust\": 1280, \"rank\": 1583, \"rankvar\": 799, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1536, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1204, \"group\": [1289.0, 211.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACTCGGGAGTA\", \"ini\": 106, \"clust\": 892, \"rank\": 1464, \"rankvar\": 1221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1537, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 572, \"group\": [896.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACATTCCTGC\", \"ini\": 105, \"clust\": 1401, \"rank\": 1545, \"rankvar\": 1587, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1538, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1143, \"group\": [1398.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTTCGAGA\", \"ini\": 104, \"clust\": 1613, \"rank\": 1423, \"rankvar\": 1166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 419, \"group\": [1615.0, 255.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACCTTTG\", \"ini\": 103, \"clust\": 1475, \"rank\": 1521, \"rankvar\": 1126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1540, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1144, \"group\": [1474.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTGCCTTGG\", \"ini\": 102, \"clust\": 1363, \"rank\": 1520, \"rankvar\": 1350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1541, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1145, \"group\": [1358.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGACTTGAA\", \"ini\": 101, \"clust\": 1344, \"rank\": 1553, \"rankvar\": 1541, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1542, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1146, \"group\": [1340.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTCTCAACA\", \"ini\": 100, \"clust\": 1611, \"rank\": 1479, \"rankvar\": 1304, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1543, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 573, \"group\": [1611.0, 254.0, 62.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCAACGCTA\", \"ini\": 99, \"clust\": 1445, \"rank\": 1586, \"rankvar\": 1233, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1544, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1147, \"group\": [1440.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGGCT\", \"ini\": 98, \"clust\": 1452, \"rank\": 1482, \"rankvar\": 1140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1545, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1244, \"group\": [1451.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCTGCGACG\", \"ini\": 97, \"clust\": 1434, \"rank\": 1614, \"rankvar\": 1005, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1546, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1205, \"group\": [1433.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTCCTTC\", \"ini\": 96, \"clust\": 1238, \"rank\": 1555, \"rankvar\": 934, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1547, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1245, \"group\": [1240.0, 204.0, 49.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGGTGCAAC\", \"ini\": 95, \"clust\": 1388, \"rank\": 1562, \"rankvar\": 1558, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1548, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1148, \"group\": [1385.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGATAGGAG\", \"ini\": 94, \"clust\": 1448, \"rank\": 1531, \"rankvar\": 1081, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1549, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1246, \"group\": [1450.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCAGGA\", \"ini\": 93, \"clust\": 1381, \"rank\": 1595, \"rankvar\": 1633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1550, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1149, \"group\": [1383.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGATATACG\", \"ini\": 92, \"clust\": 1476, \"rank\": 1556, \"rankvar\": 964, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1551, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1206, \"group\": [1475.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTTGATTCG\", \"ini\": 91, \"clust\": 1284, \"rank\": 1590, \"rankvar\": 446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1552, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1207, \"group\": [1280.0, 211.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCACCAGTTA\", \"ini\": 90, \"clust\": 1342, \"rank\": 1568, \"rankvar\": 1584, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1553, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1150, \"group\": [1338.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCACCCGAG\", \"ini\": 89, \"clust\": 1350, \"rank\": 1577, \"rankvar\": 1278, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1554, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1151, \"group\": [1345.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTCCAGTAT\", \"ini\": 88, \"clust\": 1446, \"rank\": 1537, \"rankvar\": 735, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1555, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1247, \"group\": [1445.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAATGGAAT\", \"ini\": 87, \"clust\": 1351, \"rank\": 1543, \"rankvar\": 1402, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1556, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 70, \"group\": [1346.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGTACGCGA\", \"ini\": 86, \"clust\": 1441, \"rank\": 1607, \"rankvar\": 1328, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1557, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1208, \"group\": [1443.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTCCTG\", \"ini\": 85, \"clust\": 1421, \"rank\": 1602, \"rankvar\": 746, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1558, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1209, \"group\": [1420.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCTGTTCA\", \"ini\": 84, \"clust\": 1429, \"rank\": 1591, \"rankvar\": 886, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1559, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1152, \"group\": [1427.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTCCGAAGA\", \"ini\": 83, \"clust\": 1483, \"rank\": 1565, \"rankvar\": 1177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1560, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1210, \"group\": [1481.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTACAAGTA\", \"ini\": 82, \"clust\": 1408, \"rank\": 1566, \"rankvar\": 1640, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1561, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1153, \"group\": [1405.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCATCGATG\", \"ini\": 81, \"clust\": 891, \"rank\": 1439, \"rankvar\": 1268, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1562, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 574, \"group\": [891.0, 125.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGGTACAGACG\", \"ini\": 80, \"clust\": 1477, \"rank\": 1594, \"rankvar\": 938, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1563, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1154, \"group\": [1480.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTCATCCA\", \"ini\": 79, \"clust\": 1370, \"rank\": 1518, \"rankvar\": 1589, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1564, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1155, \"group\": [1366.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCTTGACGA\", \"ini\": 78, \"clust\": 1466, \"rank\": 1628, \"rankvar\": 1265, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1565, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1211, \"group\": [1465.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTCTCTG\", \"ini\": 77, \"clust\": 1338, \"rank\": 1610, \"rankvar\": 1507, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1566, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1156, \"group\": [1335.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGCGATA\", \"ini\": 76, \"clust\": 1458, \"rank\": 1549, \"rankvar\": 1182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1567, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1212, \"group\": [1461.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATAGTCA\", \"ini\": 75, \"clust\": 1410, \"rank\": 1546, \"rankvar\": 1437, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1568, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1157, \"group\": [1408.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGCGCTTG\", \"ini\": 74, \"clust\": 1463, \"rank\": 1490, \"rankvar\": 1354, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1569, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1248, \"group\": [1462.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACATCACGAT\", \"ini\": 73, \"clust\": 1447, \"rank\": 1564, \"rankvar\": 831, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1570, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1249, \"group\": [1446.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAACTGGCC\", \"ini\": 72, \"clust\": 1355, \"rank\": 1575, \"rankvar\": 1355, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1571, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1158, \"group\": [1350.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTCGAACAG\", \"ini\": 71, \"clust\": 1275, \"rank\": 1599, \"rankvar\": 161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1572, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1213, \"group\": [1272.0, 211.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCTTGTACT\", \"ini\": 70, \"clust\": 1385, \"rank\": 1539, \"rankvar\": 1609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1573, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1159, \"group\": [1380.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGGATCGA\", \"ini\": 69, \"clust\": 1294, \"rank\": 1605, \"rankvar\": 1036, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1574, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1214, \"group\": [1293.0, 211.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTAGAGTGC\", \"ini\": 68, \"clust\": 1414, \"rank\": 1554, \"rankvar\": 1601, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1575, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1160, \"group\": [1410.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCCTAGCG\", \"ini\": 67, \"clust\": 1484, \"rank\": 1620, \"rankvar\": 1219, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1576, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1572, \"group\": [1482.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCACCATGTA\", \"ini\": 66, \"clust\": 1425, \"rank\": 1619, \"rankvar\": 958, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1577, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1215, \"group\": [1428.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCTGCAAT\", \"ini\": 65, \"clust\": 1348, \"rank\": 1626, \"rankvar\": 1569, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1578, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1161, \"group\": [1348.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAAGGCGT\", \"ini\": 64, \"clust\": 1358, \"rank\": 1597, \"rankvar\": 1522, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1579, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1162, \"group\": [1355.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTTCTGAAC\", \"ini\": 63, \"clust\": 1480, \"rank\": 1584, \"rankvar\": 1099, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1580, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1573, \"group\": [1476.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCTAGAAC\", \"ini\": 62, \"clust\": 1369, \"rank\": 1582, \"rankvar\": 1621, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1581, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1163, \"group\": [1368.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCGACTAT\", \"ini\": 61, \"clust\": 1323, \"rank\": 1551, \"rankvar\": 1353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1582, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 71, \"group\": [1323.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAGTTAGGGTG\", \"ini\": 60, \"clust\": 1461, \"rank\": 1574, \"rankvar\": 894, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1583, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1216, \"group\": [1457.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCGATAA\", \"ini\": 59, \"clust\": 1459, \"rank\": 1528, \"rankvar\": 1238, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1584, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1217, \"group\": [1460.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGCTGAAAT\", \"ini\": 58, \"clust\": 1372, \"rank\": 1572, \"rankvar\": 1595, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1585, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1164, \"group\": [1372.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCCGAGTC\", \"ini\": 57, \"clust\": 1345, \"rank\": 1589, \"rankvar\": 1528, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1586, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1165, \"group\": [1341.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGAGTAGA\", \"ini\": 56, \"clust\": 1450, \"rank\": 1569, \"rankvar\": 902, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1587, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1250, \"group\": [1447.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGTTTACG\", \"ini\": 55, \"clust\": 1426, \"rank\": 1624, \"rankvar\": 765, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1588, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1166, \"group\": [1424.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAGTTCCGGCA\", \"ini\": 54, \"clust\": 120, \"rank\": 1437, \"rankvar\": 1203, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1589, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1251, \"group\": [120.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACAGATTC\", \"ini\": 53, \"clust\": 1464, \"rank\": 1612, \"rankvar\": 1530, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1590, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 1574, \"group\": [1463.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATCTCG\", \"ini\": 52, \"clust\": 1394, \"rank\": 1587, \"rankvar\": 1588, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1591, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1167, \"group\": [1396.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAAACCCAT\", \"ini\": 51, \"clust\": 1368, \"rank\": 1604, \"rankvar\": 1590, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1592, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1168, \"group\": [1369.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTAGGGTTTCT\", \"ini\": 50, \"clust\": 1443, \"rank\": 1606, \"rankvar\": 1454, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1593, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1218, \"group\": [1441.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTCTCGGC\", \"ini\": 49, \"clust\": 1339, \"rank\": 1618, \"rankvar\": 1538, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1594, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1169, \"group\": [1336.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAGCCTGTG\", \"ini\": 48, \"clust\": 1139, \"rank\": 1465, \"rankvar\": 1574, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1595, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 420, \"group\": [1143.0, 187.0, 44.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCGTGGTCG\", \"ini\": 47, \"clust\": 1321, \"rank\": 1592, \"rankvar\": 1489, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1596, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1170, \"group\": [1317.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCAGCCTTGG\", \"ini\": 46, \"clust\": 1453, \"rank\": 1560, \"rankvar\": 1153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1597, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1252, \"group\": [1452.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAAGCTCCCAG\", \"ini\": 45, \"clust\": 1382, \"rank\": 1558, \"rankvar\": 1619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1598, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1171, \"group\": [1382.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCCGAATT\", \"ini\": 44, \"clust\": 1457, \"rank\": 1563, \"rankvar\": 1194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1599, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1219, \"group\": [1454.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGTCGCG\", \"ini\": 43, \"clust\": 1285, \"rank\": 1622, \"rankvar\": 685, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1600, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1220, \"group\": [1281.0, 211.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGGTGAGTATA\", \"ini\": 42, \"clust\": 1259, \"rank\": 1559, \"rankvar\": 1433, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1601, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 72, \"group\": [1260.0, 209.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTGTGAAAT\", \"ini\": 41, \"clust\": 1239, \"rank\": 1524, \"rankvar\": 1130, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1602, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1253, \"group\": [1238.0, 204.0, 49.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGAGTTTCCTT\", \"ini\": 40, \"clust\": 1481, \"rank\": 1617, \"rankvar\": 1172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1603, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1221, \"group\": [1477.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGAGGGA\", \"ini\": 39, \"clust\": 1376, \"rank\": 1632, \"rankvar\": 1614, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1604, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1172, \"group\": [1373.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCAAACTC\", \"ini\": 38, \"clust\": 1423, \"rank\": 1627, \"rankvar\": 1341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1605, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1222, \"group\": [1422.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCAACGGGA\", \"ini\": 37, \"clust\": 1290, \"rank\": 1571, \"rankvar\": 364, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1606, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1223, \"group\": [1285.0, 211.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTATGAATG\", \"ini\": 36, \"clust\": 1383, \"rank\": 1603, \"rankvar\": 1632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1607, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1173, \"group\": [1381.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGTCAGAGGTG\", \"ini\": 35, \"clust\": 1377, \"rank\": 1548, \"rankvar\": 1432, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1608, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1174, \"group\": [1374.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCGGCA\", \"ini\": 34, \"clust\": 1286, \"rank\": 1633, \"rankvar\": 110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1609, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1224, \"group\": [1283.0, 211.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTGTCTGATCA\", \"ini\": 33, \"clust\": 1288, \"rank\": 1579, \"rankvar\": 453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1610, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1254, \"group\": [1288.0, 211.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGAGGACGG\", \"ini\": 32, \"clust\": 1371, \"rank\": 1570, \"rankvar\": 1627, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1611, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1175, \"group\": [1367.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCATTTCAGG\", \"ini\": 31, \"clust\": 1235, \"rank\": 1615, \"rankvar\": 1098, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1612, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1255, \"group\": [1235.0, 204.0, 49.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCTAAAGA\", \"ini\": 30, \"clust\": 1282, \"rank\": 1631, \"rankvar\": 557, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1613, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1225, \"group\": [1278.0, 211.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGGGATGGG\", \"ini\": 29, \"clust\": 1432, \"rank\": 1613, \"rankvar\": 1462, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1614, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1176, \"group\": [1435.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTTGGAGGT\", \"ini\": 28, \"clust\": 118, \"rank\": 1611, \"rankvar\": 1063, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1615, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1256, \"group\": [121.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCGCCAA\", \"ini\": 27, \"clust\": 1374, \"rank\": 1616, \"rankvar\": 1635, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1616, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1177, \"group\": [1371.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTAGCACGA\", \"ini\": 26, \"clust\": 1451, \"rank\": 1576, \"rankvar\": 993, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1617, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 73, \"group\": [1448.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCTGAAAT\", \"ini\": 25, \"clust\": 1287, \"rank\": 1578, \"rankvar\": 184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1618, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1257, \"group\": [1284.0, 211.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCATGTAGC\", \"ini\": 24, \"clust\": 1274, \"rank\": 1593, \"rankvar\": 989, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1619, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1226, \"group\": [1274.0, 211.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGGAATGGA\", \"ini\": 23, \"clust\": 1460, \"rank\": 1601, \"rankvar\": 1362, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1620, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1227, \"group\": [1459.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTCTGCCAG\", \"ini\": 22, \"clust\": 1482, \"rank\": 1630, \"rankvar\": 1321, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1621, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1228, \"group\": [1483.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTTCAGACT\", \"ini\": 21, \"clust\": 1440, \"rank\": 1581, \"rankvar\": 1358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1622, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1178, \"group\": [1437.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGATCGCA\", \"ini\": 20, \"clust\": 1281, \"rank\": 1640, \"rankvar\": 973, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1623, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1179, \"group\": [1282.0, 211.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGCTGCAC\", \"ini\": 19, \"clust\": 1420, \"rank\": 1580, \"rankvar\": 1168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1624, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1180, \"group\": [1419.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCGGTCTAA\", \"ini\": 18, \"clust\": 1462, \"rank\": 1621, \"rankvar\": 1261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1625, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1181, \"group\": [1458.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCCGTCAAA\", \"ini\": 17, \"clust\": 1283, \"rank\": 1636, \"rankvar\": 992, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1626, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1229, \"group\": [1279.0, 211.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGCCGGTAA\", \"ini\": 16, \"clust\": 1289, \"rank\": 1629, \"rankvar\": 703, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1627, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1230, \"group\": [1287.0, 211.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTGGCTCCA\", \"ini\": 15, \"clust\": 1411, \"rank\": 1600, \"rankvar\": 1624, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1628, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1182, \"group\": [1412.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTATGCGT\", \"ini\": 14, \"clust\": 1470, \"rank\": 1596, \"rankvar\": 1459, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1629, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1183, \"group\": [1466.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGTGAC\", \"ini\": 13, \"clust\": 1240, \"rank\": 1542, \"rankvar\": 1170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1630, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1258, \"group\": [1239.0, 204.0, 49.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAATCTACG\", \"ini\": 12, \"clust\": 1424, \"rank\": 1638, \"rankvar\": 1300, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1631, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1184, \"group\": [1423.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCAGTCCCT\", \"ini\": 11, \"clust\": 1478, \"rank\": 1588, \"rankvar\": 962, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1632, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1185, \"group\": [1479.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCTCCTCT\", \"ini\": 10, \"clust\": 1431, \"rank\": 1625, \"rankvar\": 635, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1633, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1231, \"group\": [1430.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAATGTTGC\", \"ini\": 9, \"clust\": 1427, \"rank\": 1641, \"rankvar\": 951, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1634, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1232, \"group\": [1425.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTGCTCCT\", \"ini\": 8, \"clust\": 1359, \"rank\": 1623, \"rankvar\": 1520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1635, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1186, \"group\": [1356.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTAAATACG\", \"ini\": 7, \"clust\": 1422, \"rank\": 1639, \"rankvar\": 1210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1636, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1233, \"group\": [1421.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAAACG\", \"ini\": 6, \"clust\": 1449, \"rank\": 1608, \"rankvar\": 639, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1637, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1259, \"group\": [1449.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAAGTCTAC\", \"ini\": 5, \"clust\": 1436, \"rank\": 1634, \"rankvar\": 1209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1638, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1234, \"group\": [1432.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTCTGGTCG\", \"ini\": 4, \"clust\": 1276, \"rank\": 1642, \"rankvar\": 423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1639, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1187, \"group\": [1273.0, 211.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTACTTAGC\", \"ini\": 3, \"clust\": 1322, \"rank\": 1609, \"rankvar\": 1607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1640, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1188, \"group\": [1318.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTAACGGT\", \"ini\": 2, \"clust\": 1291, \"rank\": 1635, \"rankvar\": 593, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1641, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 1235, \"group\": [1286.0, 211.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCATGTTGAC\", \"ini\": 1, \"clust\": 1471, \"rank\": 1637, \"rankvar\": 1525, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 1642, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1189, \"group\": [1467.0, 216.0, 50.0, 16.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}]}}]}", "value": "null" } }, "afae67fcb96048e7b7dd193ce839c7d9": { "model_module": "clustergrammer2", "model_module_version": "^0.5.1", "model_name": "ExampleModel", "state": { "_model_module_version": "^0.5.1", "_view_module_version": "^0.5.1", "layout": "IPY_MODEL_4837ef352ece4000bab31eca58fc1757", "mat_string": "ini_mat_string", "network": "{\"row_nodes\": [{\"name\": \"CD11b\", \"ini\": 21, \"clust\": 16, \"rank\": 14, \"rankvar\": 11, \"group\": [12.0, 10.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD11c\", \"ini\": 20, \"clust\": 17, \"rank\": 16, \"rankvar\": 17, \"group\": [10.0, 10.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD123\", \"ini\": 19, \"clust\": 10, \"rank\": 3, \"rankvar\": 4, \"group\": [18.0, 14.0, 11.0, 8.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD14\", \"ini\": 18, \"clust\": 15, \"rank\": 9, \"rankvar\": 13, \"group\": [13.0, 10.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD141\", \"ini\": 17, \"clust\": 12, \"rank\": 7, \"rankvar\": 16, \"group\": [16.0, 12.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD16\", \"ini\": 16, \"clust\": 4, \"rank\": 5, \"rankvar\": 7, \"group\": [5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD19\", \"ini\": 15, \"clust\": 7, \"rank\": 2, \"rankvar\": 2, \"group\": [7.0, 7.0, 6.0, 5.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD1c\", \"ini\": 14, \"clust\": 6, \"rank\": 1, \"rankvar\": 1, \"group\": [9.0, 9.0, 8.0, 6.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD206\", \"ini\": 13, \"clust\": 19, \"rank\": 12, \"rankvar\": 20, \"group\": [20.0, 16.0, 13.0, 10.0, 6.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD24\", \"ini\": 12, \"clust\": 8, \"rank\": 0, \"rankvar\": 0, \"group\": [8.0, 8.0, 7.0, 5.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD27\", \"ini\": 11, \"clust\": 1, \"rank\": 19, \"rankvar\": 18, \"group\": [3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD3\", \"ini\": 10, \"clust\": 2, \"rank\": 17, \"rankvar\": 14, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD33\", \"ini\": 9, \"clust\": 18, \"rank\": 15, \"rankvar\": 12, \"group\": [11.0, 10.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD38\", \"ini\": 8, \"clust\": 9, \"rank\": 13, \"rankvar\": 6, \"group\": [19.0, 15.0, 12.0, 9.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD4\", \"ini\": 7, \"clust\": 3, \"rank\": 6, \"rankvar\": 19, \"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD56\", \"ini\": 6, \"clust\": 20, \"rank\": 20, \"rankvar\": 3, \"group\": [21.0, 17.0, 14.0, 11.0, 6.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD62L\", \"ini\": 5, \"clust\": 0, \"rank\": 8, \"rankvar\": 8, \"group\": [4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD64\", \"ini\": 4, \"clust\": 14, \"rank\": 10, \"rankvar\": 10, \"group\": [14.0, 10.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD66b\", \"ini\": 3, \"clust\": 11, \"rank\": 4, \"rankvar\": 15, \"group\": [17.0, 13.0, 10.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD8\", \"ini\": 2, \"clust\": 5, \"rank\": 18, \"rankvar\": 9, \"group\": [6.0, 6.0, 5.0, 4.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"HLADR\", \"ini\": 1, \"clust\": 13, \"rank\": 11, \"rankvar\": 5, \"group\": [15.0, 11.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}], \"col_nodes\": [{\"name\": \"GCATGCGTCGCGGATC\", \"ini\": 3589, \"clust\": 2029, \"rank\": 8, \"rankvar\": 304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 0, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 182, \"group\": [2029.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAGTCGGT\", \"ini\": 3588, \"clust\": 3438, \"rank\": 17, \"rankvar\": 3517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 0, \"group\": [3438.0, 631.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTTGTACT\", \"ini\": 3587, \"clust\": 2921, \"rank\": 62, \"rankvar\": 87, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3032, \"group\": [2921.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGAACAACT\", \"ini\": 3586, \"clust\": 2042, \"rank\": 13, \"rankvar\": 1613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 183, \"group\": [2042.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTGGGAA\", \"ini\": 3585, \"clust\": 2078, \"rank\": 16, \"rankvar\": 1699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 4, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 184, \"group\": [2076.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGAACTGTA\", \"ini\": 3584, \"clust\": 1655, \"rank\": 20, \"rankvar\": 342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 5, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 185, \"group\": [1650.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGGGTCTCC\", \"ini\": 3583, \"clust\": 2058, \"rank\": 1, \"rankvar\": 3383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 6, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 186, \"group\": [2059.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGCATCATC\", \"ini\": 3582, \"clust\": 2043, \"rank\": 12, \"rankvar\": 2441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 7, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 187, \"group\": [2040.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAGATTAG\", \"ini\": 3581, \"clust\": 2033, \"rank\": 11, \"rankvar\": 405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 8, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 188, \"group\": [2034.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGCAGACA\", \"ini\": 3580, \"clust\": 2893, \"rank\": 39, \"rankvar\": 30, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 9, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3033, \"group\": [2891.0, 516.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCGTAGTA\", \"ini\": 3579, \"clust\": 1649, \"rank\": 50, \"rankvar\": 316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 10, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 189, \"group\": [1648.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTTCATGT\", \"ini\": 3578, \"clust\": 2894, \"rank\": 42, \"rankvar\": 0, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 11, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3034, \"group\": [2892.0, 516.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTGGTATG\", \"ini\": 3577, \"clust\": 1936, \"rank\": 0, \"rankvar\": 2760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 12, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 190, \"group\": [1936.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTGGACCC\", \"ini\": 3576, \"clust\": 2024, \"rank\": 10, \"rankvar\": 1211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 13, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 191, \"group\": [2027.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGTGAAAT\", \"ini\": 3575, \"clust\": 1717, \"rank\": 4, \"rankvar\": 3204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 14, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1665, \"group\": [1717.0, 332.0, 57.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAACCAAC\", \"ini\": 3574, \"clust\": 2047, \"rank\": 25, \"rankvar\": 273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 15, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 192, \"group\": [2049.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGCCACTAT\", \"ini\": 3573, \"clust\": 2038, \"rank\": 21, \"rankvar\": 248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 16, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 193, \"group\": [2036.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAGAGCTT\", \"ini\": 3572, \"clust\": 2039, \"rank\": 7, \"rankvar\": 1066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 17, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 194, \"group\": [2037.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGAGCTTCT\", \"ini\": 3571, \"clust\": 2915, \"rank\": 47, \"rankvar\": 40, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 18, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3035, \"group\": [2913.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCGCGAAA\", \"ini\": 3570, \"clust\": 2044, \"rank\": 19, \"rankvar\": 2473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 19, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 195, \"group\": [2041.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGCATCATC\", \"ini\": 3569, \"clust\": 2050, \"rank\": 15, \"rankvar\": 492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 20, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 196, \"group\": [2051.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTGCACGAA\", \"ini\": 3568, \"clust\": 1719, \"rank\": 59, \"rankvar\": 538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 21, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1666, \"group\": [1719.0, 332.0, 57.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCATGAT\", \"ini\": 3567, \"clust\": 2924, \"rank\": 89, \"rankvar\": 57, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 22, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3036, \"group\": [2923.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCCACTGGG\", \"ini\": 3566, \"clust\": 2912, \"rank\": 96, \"rankvar\": 535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 23, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3037, \"group\": [2915.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCGCGTAGC\", \"ini\": 3565, \"clust\": 3439, \"rank\": 71, \"rankvar\": 2770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 24, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 1, \"group\": [3439.0, 631.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCCAGAAGG\", \"ini\": 3564, \"clust\": 1718, \"rank\": 31, \"rankvar\": 3048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 25, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1667, \"group\": [1718.0, 332.0, 57.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAAGGGTCA\", \"ini\": 3563, \"clust\": 2916, \"rank\": 66, \"rankvar\": 49, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 26, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3038, \"group\": [2914.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTTCCTGCTTG\", \"ini\": 3562, \"clust\": 2072, \"rank\": 44, \"rankvar\": 17, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 27, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 197, \"group\": [2082.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTACGTAA\", \"ini\": 3561, \"clust\": 2048, \"rank\": 27, \"rankvar\": 31, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 28, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 198, \"group\": [2047.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCTCTGCTG\", \"ini\": 3560, \"clust\": 3113, \"rank\": 2, \"rankvar\": 3227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 29, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3039, \"group\": [3113.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCAACGGCC\", \"ini\": 3559, \"clust\": 2928, \"rank\": 99, \"rankvar\": 883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 30, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3040, \"group\": [2931.0, 527.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTCTGAT\", \"ini\": 3558, \"clust\": 2045, \"rank\": 24, \"rankvar\": 319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 31, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 199, \"group\": [2045.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATTACCC\", \"ini\": 3557, \"clust\": 3112, \"rank\": 35, \"rankvar\": 2016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 32, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3041, \"group\": [3114.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGGTGTGGT\", \"ini\": 3556, \"clust\": 1720, \"rank\": 87, \"rankvar\": 135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 33, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1668, \"group\": [1720.0, 332.0, 57.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAGGACCCT\", \"ini\": 3555, \"clust\": 2930, \"rank\": 32, \"rankvar\": 377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 34, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3042, \"group\": [2928.0, 527.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAGTACACT\", \"ini\": 3554, \"clust\": 2026, \"rank\": 18, \"rankvar\": 561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 35, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 200, \"group\": [2024.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCACCCAGTG\", \"ini\": 3553, \"clust\": 1636, \"rank\": 53, \"rankvar\": 56, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 36, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 201, \"group\": [1634.0, 310.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTAGACAAGCC\", \"ini\": 3552, \"clust\": 2929, \"rank\": 40, \"rankvar\": 1691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 37, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3043, \"group\": [2930.0, 527.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCCTGACT\", \"ini\": 3551, \"clust\": 2031, \"rank\": 23, \"rankvar\": 201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 38, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 202, \"group\": [2032.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTCGAGA\", \"ini\": 3550, \"clust\": 2077, \"rank\": 43, \"rankvar\": 127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 39, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 203, \"group\": [2078.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGGTGACCA\", \"ini\": 3549, \"clust\": 2055, \"rank\": 57, \"rankvar\": 1014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 40, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 204, \"group\": [2057.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCACTC\", \"ini\": 3548, \"clust\": 2019, \"rank\": 68, \"rankvar\": 543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 41, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 205, \"group\": [2019.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGTCAAGGC\", \"ini\": 3547, \"clust\": 2922, \"rank\": 84, \"rankvar\": 14, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 42, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3044, \"group\": [2922.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTACCCAAT\", \"ini\": 3546, \"clust\": 2919, \"rank\": 136, \"rankvar\": 28, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 43, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3045, \"group\": [2917.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCTACTCAT\", \"ini\": 3545, \"clust\": 2037, \"rank\": 28, \"rankvar\": 366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 44, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 206, \"group\": [2038.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCTACCTA\", \"ini\": 3544, \"clust\": 2056, \"rank\": 30, \"rankvar\": 2143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 45, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 207, \"group\": [2055.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGGACGAT\", \"ini\": 3543, \"clust\": 2080, \"rank\": 38, \"rankvar\": 933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 46, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 208, \"group\": [2079.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGCTAGTCT\", \"ini\": 3542, \"clust\": 1635, \"rank\": 55, \"rankvar\": 565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 47, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 209, \"group\": [1636.0, 310.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTACATCATCCC\", \"ini\": 3541, \"clust\": 2057, \"rank\": 41, \"rankvar\": 1346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 48, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 210, \"group\": [2056.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGAATTGTG\", \"ini\": 3540, \"clust\": 52, \"rank\": 3, \"rankvar\": 3179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 49, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1839, \"group\": [52.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCATTATCC\", \"ini\": 3539, \"clust\": 2014, \"rank\": 94, \"rankvar\": 92, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 50, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 211, \"group\": [2015.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAAGCTAGTTC\", \"ini\": 3538, \"clust\": 3115, \"rank\": 9, \"rankvar\": 3214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 51, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3046, \"group\": [3110.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCGACTGC\", \"ini\": 3537, \"clust\": 2023, \"rank\": 29, \"rankvar\": 461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 52, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 212, \"group\": [2028.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTCTCCCTA\", \"ini\": 3536, \"clust\": 2016, \"rank\": 54, \"rankvar\": 1826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 53, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 213, \"group\": [2017.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCTGCAGTA\", \"ini\": 3535, \"clust\": 3109, \"rank\": 14, \"rankvar\": 2794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 54, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3047, \"group\": [3108.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCCCGACTT\", \"ini\": 3534, \"clust\": 2918, \"rank\": 126, \"rankvar\": 52, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 55, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3048, \"group\": [2919.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCAGTCCTTC\", \"ini\": 3533, \"clust\": 2010, \"rank\": 79, \"rankvar\": 3, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 56, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 214, \"group\": [2009.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCTATCCCG\", \"ini\": 3532, \"clust\": 2917, \"rank\": 144, \"rankvar\": 32, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 57, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3049, \"group\": [2920.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATAGGTA\", \"ini\": 3531, \"clust\": 2923, \"rank\": 101, \"rankvar\": 83, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 58, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3050, \"group\": [2925.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAGTTTCGCTC\", \"ini\": 3530, \"clust\": 3086, \"rank\": 75, \"rankvar\": 301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 59, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3051, \"group\": [3085.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGGGCTA\", \"ini\": 3529, \"clust\": 2913, \"rank\": 115, \"rankvar\": 19, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 60, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3052, \"group\": [2911.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAGTAAGCG\", \"ini\": 3528, \"clust\": 2060, \"rank\": 33, \"rankvar\": 2728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 61, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 215, \"group\": [2061.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCAACTCTT\", \"ini\": 3527, \"clust\": 3114, \"rank\": 5, \"rankvar\": 3401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 62, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3053, \"group\": [3112.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTAGCGATG\", \"ini\": 3526, \"clust\": 2068, \"rank\": 73, \"rankvar\": 119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 63, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 216, \"group\": [2072.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCTGCCAG\", \"ini\": 3525, \"clust\": 2079, \"rank\": 51, \"rankvar\": 82, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 64, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 217, \"group\": [2077.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCGTAGGTT\", \"ini\": 3524, \"clust\": 2011, \"rank\": 63, \"rankvar\": 16, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 65, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 218, \"group\": [2010.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTCGAC\", \"ini\": 3523, \"clust\": 2035, \"rank\": 85, \"rankvar\": 193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 66, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 219, \"group\": [2050.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCCACTAT\", \"ini\": 3522, \"clust\": 2020, \"rank\": 97, \"rankvar\": 35, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 67, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 220, \"group\": [2020.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGACATTA\", \"ini\": 3521, \"clust\": 2911, \"rank\": 114, \"rankvar\": 168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 68, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3054, \"group\": [2916.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGGTTCCC\", \"ini\": 3520, \"clust\": 2046, \"rank\": 61, \"rankvar\": 386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 69, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 221, \"group\": [2046.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGTCCTCCT\", \"ini\": 3519, \"clust\": 2901, \"rank\": 212, \"rankvar\": 1240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 70, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3055, \"group\": [2902.0, 522.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCGGCGCAT\", \"ini\": 3518, \"clust\": 2021, \"rank\": 81, \"rankvar\": 428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 71, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 222, \"group\": [2022.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCTTGCATT\", \"ini\": 3517, \"clust\": 2946, \"rank\": 179, \"rankvar\": 240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 72, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3056, \"group\": [2945.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGTTACGGG\", \"ini\": 3516, \"clust\": 2028, \"rank\": 48, \"rankvar\": 1027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 73, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 223, \"group\": [2031.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTACAAGTA\", \"ini\": 3515, \"clust\": 1637, \"rank\": 78, \"rankvar\": 390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 74, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 224, \"group\": [1635.0, 310.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGATCCTGT\", \"ini\": 3514, \"clust\": 2066, \"rank\": 56, \"rankvar\": 1516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 75, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 225, \"group\": [2065.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGAGTTGC\", \"ini\": 3513, \"clust\": 1654, \"rank\": 77, \"rankvar\": 726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 76, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 226, \"group\": [1652.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCAGTTTGG\", \"ini\": 3512, \"clust\": 3097, \"rank\": 67, \"rankvar\": 2698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 77, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3558, \"group\": [3119.0, 589.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACCTTAT\", \"ini\": 3511, \"clust\": 2931, \"rank\": 104, \"rankvar\": 491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 78, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3057, \"group\": [2929.0, 527.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAGTGATGCCC\", \"ini\": 3510, \"clust\": 3436, \"rank\": 156, \"rankvar\": 3165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 79, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 2, \"group\": [3436.0, 631.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCTGGCGTG\", \"ini\": 3509, \"clust\": 1265, \"rank\": 102, \"rankvar\": 3034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 80, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1675, \"group\": [1266.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGTGGTTT\", \"ini\": 3508, \"clust\": 2049, \"rank\": 52, \"rankvar\": 289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 81, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 227, \"group\": [2048.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGCTTATCG\", \"ini\": 3507, \"clust\": 3103, \"rank\": 69, \"rankvar\": 927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 82, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3058, \"group\": [3101.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTGCGTTA\", \"ini\": 3506, \"clust\": 2909, \"rank\": 137, \"rankvar\": 11, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 83, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3059, \"group\": [2908.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGAATGGA\", \"ini\": 3505, \"clust\": 1651, \"rank\": 113, \"rankvar\": 71, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 84, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 228, \"group\": [1660.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTCGTTGA\", \"ini\": 3504, \"clust\": 1891, \"rank\": 121, \"rankvar\": 73, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 85, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 229, \"group\": [1892.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTAGATGA\", \"ini\": 3503, \"clust\": 2022, \"rank\": 86, \"rankvar\": 683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 86, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 230, \"group\": [2023.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCAGAATTCCC\", \"ini\": 3502, \"clust\": 3110, \"rank\": 70, \"rankvar\": 1698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 87, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3060, \"group\": [3106.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTCCTATA\", \"ini\": 3501, \"clust\": 2030, \"rank\": 46, \"rankvar\": 356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 88, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 231, \"group\": [2030.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGAAACGCC\", \"ini\": 3500, \"clust\": 1937, \"rank\": 6, \"rankvar\": 3451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 89, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 232, \"group\": [1937.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGCACTCT\", \"ini\": 3499, \"clust\": 1660, \"rank\": 109, \"rankvar\": 237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 90, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 233, \"group\": [1657.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGATGCGAC\", \"ini\": 3498, \"clust\": 3116, \"rank\": 22, \"rankvar\": 2731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 91, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3061, \"group\": [3111.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCGTCCAGG\", \"ini\": 3497, \"clust\": 3440, \"rank\": 143, \"rankvar\": 963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 92, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 3, \"group\": [3440.0, 632.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGAAGGGTA\", \"ini\": 3496, \"clust\": 2920, \"rank\": 174, \"rankvar\": 84, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 93, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3062, \"group\": [2918.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGCTGCCCA\", \"ini\": 3495, \"clust\": 1889, \"rank\": 83, \"rankvar\": 121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 94, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 234, \"group\": [1890.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATCGTCGG\", \"ini\": 3494, \"clust\": 2036, \"rank\": 58, \"rankvar\": 745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 95, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 235, \"group\": [2039.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGCAGCGTA\", \"ini\": 3493, \"clust\": 2062, \"rank\": 49, \"rankvar\": 2776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 96, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 236, \"group\": [2063.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTACAGAA\", \"ini\": 3492, \"clust\": 2067, \"rank\": 112, \"rankvar\": 486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 97, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 237, \"group\": [2066.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCATATACGC\", \"ini\": 3491, \"clust\": 2052, \"rank\": 37, \"rankvar\": 2945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 98, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 238, \"group\": [2053.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAAATA\", \"ini\": 3490, \"clust\": 2891, \"rank\": 167, \"rankvar\": 184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 99, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3063, \"group\": [2894.0, 518.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGACCACGA\", \"ini\": 3489, \"clust\": 3098, \"rank\": 26, \"rankvar\": 1852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 100, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3064, \"group\": [3097.0, 586.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGGCGAA\", \"ini\": 3488, \"clust\": 1664, \"rank\": 155, \"rankvar\": 283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 239, \"group\": [1661.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCGTTCCCGAG\", \"ini\": 3487, \"clust\": 2925, \"rank\": 149, \"rankvar\": 33, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 102, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3065, \"group\": [2924.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTGTGGTTT\", \"ini\": 3486, \"clust\": 2053, \"rank\": 36, \"rankvar\": 2852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 240, \"group\": [2054.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTAGGGACT\", \"ini\": 3485, \"clust\": 2012, \"rank\": 72, \"rankvar\": 1407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 241, \"group\": [2013.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCACGGTTTA\", \"ini\": 3484, \"clust\": 2051, \"rank\": 92, \"rankvar\": 738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 242, \"group\": [2052.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGTAAACT\", \"ini\": 3483, \"clust\": 3094, \"rank\": 65, \"rankvar\": 1427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3066, \"group\": [3093.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAAGGTTCT\", \"ini\": 3482, \"clust\": 1657, \"rank\": 82, \"rankvar\": 982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 243, \"group\": [1653.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAACAACCT\", \"ini\": 3481, \"clust\": 2895, \"rank\": 117, \"rankvar\": 44, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 108, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3067, \"group\": [2896.0, 520.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACTGTGTA\", \"ini\": 3480, \"clust\": 1224, \"rank\": 147, \"rankvar\": 1471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 109, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3028, \"group\": [1226.0, 180.0, 29.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTGCCATT\", \"ini\": 3479, \"clust\": 222, \"rank\": 34, \"rankvar\": 3354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 110, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2691, \"group\": [223.0, 62.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTACCGGCT\", \"ini\": 3478, \"clust\": 3104, \"rank\": 64, \"rankvar\": 3184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 111, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3068, \"group\": [3102.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTGTCTTT\", \"ini\": 3477, \"clust\": 1656, \"rank\": 116, \"rankvar\": 55, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 244, \"group\": [1651.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGCGATTCT\", \"ini\": 3476, \"clust\": 2926, \"rank\": 215, \"rankvar\": 180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 113, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3069, \"group\": [2926.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGCAAAGA\", \"ini\": 3475, \"clust\": 3416, \"rank\": 108, \"rankvar\": 3105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 114, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3566, \"group\": [3417.0, 618.0, 86.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATGCCCGA\", \"ini\": 3474, \"clust\": 2908, \"rank\": 170, \"rankvar\": 832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3070, \"group\": [2910.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCCCTGACT\", \"ini\": 3473, \"clust\": 2074, \"rank\": 122, \"rankvar\": 566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 245, \"group\": [2073.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGCATAT\", \"ini\": 3472, \"clust\": 3095, \"rank\": 74, \"rankvar\": 1807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 117, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3071, \"group\": [3094.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGGGAGTAA\", \"ini\": 3471, \"clust\": 2027, \"rank\": 80, \"rankvar\": 288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 246, \"group\": [2025.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTTGAGTTC\", \"ini\": 3470, \"clust\": 3111, \"rank\": 93, \"rankvar\": 2608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 119, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3072, \"group\": [3107.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCACGGTTA\", \"ini\": 3469, \"clust\": 2906, \"rank\": 219, \"rankvar\": 134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 120, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3073, \"group\": [2906.0, 524.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCTGGGCCA\", \"ini\": 3468, \"clust\": 2059, \"rank\": 45, \"rankvar\": 3355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 247, \"group\": [2060.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCGGCTTGG\", \"ini\": 3467, \"clust\": 2952, \"rank\": 328, \"rankvar\": 879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3074, \"group\": [2949.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAGTCCCT\", \"ini\": 3466, \"clust\": 1995, \"rank\": 120, \"rankvar\": 419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 248, \"group\": [1996.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATGGGTC\", \"ini\": 3465, \"clust\": 2949, \"rank\": 317, \"rankvar\": 459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 124, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3075, \"group\": [2947.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGTTAACC\", \"ini\": 3464, \"clust\": 2002, \"rank\": 111, \"rankvar\": 41, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 249, \"group\": [2003.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCTG\", \"ini\": 3463, \"clust\": 3236, \"rank\": 124, \"rankvar\": 1781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 126, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3076, \"group\": [3236.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTGACTCAT\", \"ini\": 3462, \"clust\": 2025, \"rank\": 88, \"rankvar\": 1663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 250, \"group\": [2026.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCTAGGTT\", \"ini\": 3461, \"clust\": 3437, \"rank\": 262, \"rankvar\": 2709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 128, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 4, \"group\": [3437.0, 631.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCATCTGCC\", \"ini\": 3460, \"clust\": 2897, \"rank\": 185, \"rankvar\": 75, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3077, \"group\": [2898.0, 521.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGTCTCGGC\", \"ini\": 3459, \"clust\": 3262, \"rank\": 123, \"rankvar\": 1248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 130, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3078, \"group\": [3261.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAATCCGGGTGT\", \"ini\": 3458, \"clust\": 1225, \"rank\": 275, \"rankvar\": 2534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 131, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3029, \"group\": [1224.0, 178.0, 29.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCAAGTAATG\", \"ini\": 3457, \"clust\": 1663, \"rank\": 180, \"rankvar\": 1237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 132, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 251, \"group\": [1663.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCATGGTCTA\", \"ini\": 3456, \"clust\": 1941, \"rank\": 90, \"rankvar\": 1890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 252, \"group\": [1941.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTACTTAC\", \"ini\": 3455, \"clust\": 2888, \"rank\": 176, \"rankvar\": 23, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 134, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3079, \"group\": [2889.0, 514.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTCCATGAT\", \"ini\": 3454, \"clust\": 1688, \"rank\": 134, \"rankvar\": 423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 253, \"group\": [1687.0, 321.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCCAGTAAGAT\", \"ini\": 3453, \"clust\": 3445, \"rank\": 264, \"rankvar\": 2363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 136, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 5, \"group\": [3445.0, 633.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTGTGTGCC\", \"ini\": 3452, \"clust\": 3374, \"rank\": 91, \"rankvar\": 2969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 137, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3080, \"group\": [3375.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGCGTTCCG\", \"ini\": 3451, \"clust\": 2032, \"rank\": 140, \"rankvar\": 165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 254, \"group\": [2033.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCACCAGTTA\", \"ini\": 3450, \"clust\": 2034, \"rank\": 95, \"rankvar\": 138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 255, \"group\": [2035.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAAGAGGACGG\", \"ini\": 3449, \"clust\": 2070, \"rank\": 173, \"rankvar\": 116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 256, \"group\": [2069.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCACTTACT\", \"ini\": 3448, \"clust\": 2914, \"rank\": 191, \"rankvar\": 18, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3081, \"group\": [2912.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGACTCG\", \"ini\": 3447, \"clust\": 3102, \"rank\": 125, \"rankvar\": 1483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3082, \"group\": [3118.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCTGCCAG\", \"ini\": 3446, \"clust\": 2006, \"rank\": 100, \"rankvar\": 529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 257, \"group\": [2005.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCGTCACGG\", \"ini\": 3445, \"clust\": 1255, \"rank\": 168, \"rankvar\": 2676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 144, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1676, \"group\": [1254.0, 202.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCCGTCGT\", \"ini\": 3444, \"clust\": 2061, \"rank\": 118, \"rankvar\": 650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 258, \"group\": [2062.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTTCCTC\", \"ini\": 3443, \"clust\": 2950, \"rank\": 452, \"rankvar\": 1103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 146, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3083, \"group\": [2948.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCAGTTAGC\", \"ini\": 3442, \"clust\": 2944, \"rank\": 255, \"rankvar\": 290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 147, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3084, \"group\": [2943.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGGGCTTGA\", \"ini\": 3441, \"clust\": 3367, \"rank\": 146, \"rankvar\": 2863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 148, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3085, \"group\": [3369.0, 611.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCTTTACGT\", \"ini\": 3440, \"clust\": 2069, \"rank\": 158, \"rankvar\": 204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 259, \"group\": [2071.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCACCACCT\", \"ini\": 3439, \"clust\": 3099, \"rank\": 105, \"rankvar\": 965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 150, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3086, \"group\": [3098.0, 586.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTCTTAT\", \"ini\": 3438, \"clust\": 2009, \"rank\": 164, \"rankvar\": 4, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 260, \"group\": [2011.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACACACGCTG\", \"ini\": 3437, \"clust\": 2899, \"rank\": 290, \"rankvar\": 418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 152, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3087, \"group\": [2900.0, 522.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGTGCTGCC\", \"ini\": 3436, \"clust\": 1723, \"rank\": 98, \"rankvar\": 2245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 261, \"group\": [1721.0, 333.0, 57.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCAAACCAC\", \"ini\": 3435, \"clust\": 1686, \"rank\": 142, \"rankvar\": 1405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 262, \"group\": [1685.0, 321.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGTCGTACT\", \"ini\": 3434, \"clust\": 1689, \"rank\": 139, \"rankvar\": 623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 263, \"group\": [1688.0, 321.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGAGCCTAG\", \"ini\": 3433, \"clust\": 1938, \"rank\": 110, \"rankvar\": 1498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 156, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 264, \"group\": [1940.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCGAATGCT\", \"ini\": 3432, \"clust\": 2000, \"rank\": 135, \"rankvar\": 1302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 265, \"group\": [2000.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGTGGCA\", \"ini\": 3431, \"clust\": 1982, \"rank\": 128, \"rankvar\": 661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 266, \"group\": [1982.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCGGTGTCG\", \"ini\": 3430, \"clust\": 2890, \"rank\": 221, \"rankvar\": 170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3088, \"group\": [2895.0, 519.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCCACGTC\", \"ini\": 3429, \"clust\": 2041, \"rank\": 150, \"rankvar\": 242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 267, \"group\": [2043.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACTGAAGG\", \"ini\": 3428, \"clust\": 2904, \"rank\": 291, \"rankvar\": 77, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3089, \"group\": [2904.0, 523.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCTCTC\", \"ini\": 3427, \"clust\": 2934, \"rank\": 543, \"rankvar\": 2601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3090, \"group\": [2938.0, 533.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATACCATG\", \"ini\": 3426, \"clust\": 2947, \"rank\": 488, \"rankvar\": 1253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 163, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3091, \"group\": [2946.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCCGTAGTA\", \"ini\": 3425, \"clust\": 3259, \"rank\": 131, \"rankvar\": 330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 164, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3092, \"group\": [3259.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCTAACTC\", \"ini\": 3424, \"clust\": 2040, \"rank\": 184, \"rankvar\": 120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 268, \"group\": [2044.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACGTCA\", \"ini\": 3423, \"clust\": 2948, \"rank\": 407, \"rankvar\": 270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 166, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3093, \"group\": [2952.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGCTAGCA\", \"ini\": 3422, \"clust\": 2900, \"rank\": 357, \"rankvar\": 1570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 167, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 6, \"group\": [2901.0, 522.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGCTAAA\", \"ini\": 3421, \"clust\": 1997, \"rank\": 119, \"rankvar\": 1650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 269, \"group\": [2002.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGGAGTACC\", \"ini\": 3420, \"clust\": 2910, \"rank\": 270, \"rankvar\": 26, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3094, \"group\": [2909.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCACTCCTG\", \"ini\": 3419, \"clust\": 2001, \"rank\": 127, \"rankvar\": 587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 270, \"group\": [2001.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTTTGACAC\", \"ini\": 3418, \"clust\": 1268, \"rank\": 162, \"rankvar\": 2811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 171, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1677, \"group\": [1267.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGCTAACAA\", \"ini\": 3417, \"clust\": 1962, \"rank\": 151, \"rankvar\": 717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 172, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 271, \"group\": [1963.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTGGTACAG\", \"ini\": 3416, \"clust\": 1729, \"rank\": 224, \"rankvar\": 1274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 272, \"group\": [1729.0, 339.0, 61.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCCGCGA\", \"ini\": 3415, \"clust\": 3475, \"rank\": 513, \"rankvar\": 3480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 174, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 7, \"group\": [3475.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAGGCGATA\", \"ini\": 3414, \"clust\": 2063, \"rank\": 141, \"rankvar\": 1930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 273, \"group\": [2064.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCGGTCCGA\", \"ini\": 3413, \"clust\": 1908, \"rank\": 223, \"rankvar\": 264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 274, \"group\": [1907.0, 410.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCGGGAGTA\", \"ini\": 3412, \"clust\": 2065, \"rank\": 169, \"rankvar\": 421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 275, \"group\": [2067.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTTCGCG\", \"ini\": 3411, \"clust\": 2253, \"rank\": 216, \"rankvar\": 416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 276, \"group\": [2257.0, 429.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGCTATA\", \"ini\": 3410, \"clust\": 1658, \"rank\": 153, \"rankvar\": 973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 277, \"group\": [1654.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCGGAAA\", \"ini\": 3409, \"clust\": 3081, \"rank\": 154, \"rankvar\": 865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 180, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3095, \"group\": [3079.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAGGAACGT\", \"ini\": 3408, \"clust\": 2017, \"rank\": 230, \"rankvar\": 161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 181, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 278, \"group\": [2018.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGTAGCCGA\", \"ini\": 3407, \"clust\": 1690, \"rank\": 192, \"rankvar\": 1675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 279, \"group\": [1689.0, 321.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCAGTGCCAGA\", \"ini\": 3406, \"clust\": 2015, \"rank\": 182, \"rankvar\": 152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 280, \"group\": [2016.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCAAACTC\", \"ini\": 3405, \"clust\": 3117, \"rank\": 107, \"rankvar\": 2317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3096, \"group\": [3117.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGATGATA\", \"ini\": 3404, \"clust\": 2905, \"rank\": 397, \"rankvar\": 125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 185, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3097, \"group\": [2905.0, 523.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTCTAAACC\", \"ini\": 3403, \"clust\": 1896, \"rank\": 213, \"rankvar\": 69, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 281, \"group\": [1896.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGAACGC\", \"ini\": 3402, \"clust\": 2013, \"rank\": 106, \"rankvar\": 906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 282, \"group\": [2014.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCATCGCTC\", \"ini\": 3401, \"clust\": 1659, \"rank\": 222, \"rankvar\": 849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 283, \"group\": [1659.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTAGCGTGA\", \"ini\": 3400, \"clust\": 2018, \"rank\": 195, \"rankvar\": 1034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 284, \"group\": [2021.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGTGGGAA\", \"ini\": 3399, \"clust\": 1666, \"rank\": 364, \"rankvar\": 657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 190, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 285, \"group\": [1664.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGTTTA\", \"ini\": 3398, \"clust\": 1687, \"rank\": 161, \"rankvar\": 1267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 286, \"group\": [1686.0, 321.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCAATCACG\", \"ini\": 3397, \"clust\": 1955, \"rank\": 145, \"rankvar\": 2947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 287, \"group\": [1957.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGACCGGAT\", \"ini\": 3396, \"clust\": 1921, \"rank\": 201, \"rankvar\": 2546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 288, \"group\": [1922.0, 413.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGTCAAGGC\", \"ini\": 3395, \"clust\": 223, \"rank\": 60, \"rankvar\": 3330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2692, \"group\": [224.0, 62.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTCAGTGGA\", \"ini\": 3394, \"clust\": 1942, \"rank\": 103, \"rankvar\": 3297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 289, \"group\": [1942.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCATCACCC\", \"ini\": 3393, \"clust\": 2076, \"rank\": 159, \"rankvar\": 403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 196, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 290, \"group\": [2081.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTAAACGCG\", \"ini\": 3392, \"clust\": 1250, \"rank\": 206, \"rankvar\": 2228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 197, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1678, \"group\": [1250.0, 199.0, 34.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTACCTGC\", \"ini\": 3391, \"clust\": 2054, \"rank\": 171, \"rankvar\": 1804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 291, \"group\": [2058.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGCATGTG\", \"ini\": 3390, \"clust\": 2902, \"rank\": 393, \"rankvar\": 1317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 199, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3098, \"group\": [2903.0, 522.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTCTTGAT\", \"ini\": 3389, \"clust\": 1257, \"rank\": 220, \"rankvar\": 3153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 200, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1679, \"group\": [1258.0, 202.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGGCGAAT\", \"ini\": 3388, \"clust\": 2073, \"rank\": 200, \"rankvar\": 656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 292, \"group\": [2075.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAGTCA\", \"ini\": 3387, \"clust\": 2951, \"rank\": 484, \"rankvar\": 1908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 202, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3099, \"group\": [2951.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCGCTAGCG\", \"ini\": 3386, \"clust\": 1899, \"rank\": 256, \"rankvar\": 439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 293, \"group\": [1899.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTTCTCTGTCG\", \"ini\": 3385, \"clust\": 3258, \"rank\": 226, \"rankvar\": 1403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3100, \"group\": [3264.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCACGAT\", \"ini\": 3384, \"clust\": 3369, \"rank\": 237, \"rankvar\": 2856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 205, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3101, \"group\": [3366.0, 611.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTTGGTGGA\", \"ini\": 3383, \"clust\": 3370, \"rank\": 205, \"rankvar\": 2638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 206, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3102, \"group\": [3367.0, 611.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCAGAGACG\", \"ini\": 3382, \"clust\": 1914, \"rank\": 250, \"rankvar\": 343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 207, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 294, \"group\": [1915.0, 412.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTTAT\", \"ini\": 3381, \"clust\": 1714, \"rank\": 377, \"rankvar\": 22, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 295, \"group\": [1713.0, 328.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAGTGGA\", \"ini\": 3380, \"clust\": 2081, \"rank\": 196, \"rankvar\": 164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 296, \"group\": [2080.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGAGCCCAACC\", \"ini\": 3379, \"clust\": 1266, \"rank\": 257, \"rankvar\": 3188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1680, \"group\": [1264.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCTTTCAT\", \"ini\": 3378, \"clust\": 1956, \"rank\": 198, \"rankvar\": 1723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 297, \"group\": [1955.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAAGGTGACCA\", \"ini\": 3377, \"clust\": 3089, \"rank\": 148, \"rankvar\": 678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3103, \"group\": [3088.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGCTTCGCG\", \"ini\": 3376, \"clust\": 1691, \"rank\": 253, \"rankvar\": 494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 298, \"group\": [1690.0, 321.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTCATGCCG\", \"ini\": 3375, \"clust\": 1904, \"rank\": 204, \"rankvar\": 517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 214, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 299, \"group\": [1904.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCAAAGAATC\", \"ini\": 3374, \"clust\": 3368, \"rank\": 160, \"rankvar\": 3265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 215, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3104, \"group\": [3368.0, 611.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTATCAGTC\", \"ini\": 3373, \"clust\": 1228, \"rank\": 280, \"rankvar\": 464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 216, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1669, \"group\": [1227.0, 181.0, 29.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCACGCATA\", \"ini\": 3372, \"clust\": 1644, \"rank\": 210, \"rankvar\": 53, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 300, \"group\": [1645.0, 313.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTTACTCT\", \"ini\": 3371, \"clust\": 2064, \"rank\": 266, \"rankvar\": 463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 301, \"group\": [2068.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTAAGCACG\", \"ini\": 3370, \"clust\": 1901, \"rank\": 258, \"rankvar\": 325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 302, \"group\": [1901.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGTAAGAT\", \"ini\": 3369, \"clust\": 1939, \"rank\": 132, \"rankvar\": 2553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 303, \"group\": [1938.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAAGCAAT\", \"ini\": 3368, \"clust\": 3265, \"rank\": 187, \"rankvar\": 2021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 221, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3105, \"group\": [3268.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTGTGACCC\", \"ini\": 3367, \"clust\": 2075, \"rank\": 240, \"rankvar\": 484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 304, \"group\": [2074.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCCTCTAGC\", \"ini\": 3366, \"clust\": 3254, \"rank\": 254, \"rankvar\": 1685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 223, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3106, \"group\": [3253.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAACTGCTA\", \"ini\": 3365, \"clust\": 3082, \"rank\": 186, \"rankvar\": 1991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 224, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3107, \"group\": [3080.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGACCAAG\", \"ini\": 3364, \"clust\": 3483, \"rank\": 428, \"rankvar\": 3262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 225, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 8, \"group\": [3484.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCGAGATG\", \"ini\": 3363, \"clust\": 1668, \"rank\": 300, \"rankvar\": 115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 305, \"group\": [1668.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCTCCTAG\", \"ini\": 3362, \"clust\": 1647, \"rank\": 394, \"rankvar\": 208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 306, \"group\": [1646.0, 313.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTTAAGTAG\", \"ini\": 3361, \"clust\": 1327, \"rank\": 165, \"rankvar\": 3324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1681, \"group\": [1328.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCCAT\", \"ini\": 3360, \"clust\": 1264, \"rank\": 234, \"rankvar\": 3139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 229, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1682, \"group\": [1271.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTAAACACA\", \"ini\": 3359, \"clust\": 2303, \"rank\": 209, \"rankvar\": 1109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 307, \"group\": [2301.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTATTCTC\", \"ini\": 3358, \"clust\": 1275, \"rank\": 302, \"rankvar\": 3292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1683, \"group\": [1272.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTAGAGG\", \"ini\": 3357, \"clust\": 3106, \"rank\": 138, \"rankvar\": 742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 232, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3108, \"group\": [3103.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAAGAATC\", \"ini\": 3356, \"clust\": 3260, \"rank\": 177, \"rankvar\": 1545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 233, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3109, \"group\": [3260.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGCTAGT\", \"ini\": 3355, \"clust\": 1672, \"rank\": 244, \"rankvar\": 131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 308, \"group\": [1670.0, 316.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGTCTCG\", \"ini\": 3354, \"clust\": 3118, \"rank\": 129, \"rankvar\": 3080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3110, \"group\": [3115.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGTCTCT\", \"ini\": 3353, \"clust\": 1926, \"rank\": 299, \"rankvar\": 2393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 309, \"group\": [1927.0, 414.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACAATGGATA\", \"ini\": 3352, \"clust\": 1983, \"rank\": 238, \"rankvar\": 206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 310, \"group\": [1983.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGAACAATC\", \"ini\": 3351, \"clust\": 3237, \"rank\": 199, \"rankvar\": 3014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3111, \"group\": [3237.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCACCGTAA\", \"ini\": 3350, \"clust\": 2343, \"rank\": 217, \"rankvar\": 836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 311, \"group\": [2344.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTATATGAG\", \"ini\": 3349, \"clust\": 2071, \"rank\": 247, \"rankvar\": 703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 240, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 312, \"group\": [2070.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCTAGAAC\", \"ini\": 3348, \"clust\": 1981, \"rank\": 232, \"rankvar\": 46, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 313, \"group\": [1987.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTTAGTGGG\", \"ini\": 3347, \"clust\": 1781, \"rank\": 267, \"rankvar\": 348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 314, \"group\": [1780.0, 375.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTTATGCGT\", \"ini\": 3346, \"clust\": 3091, \"rank\": 172, \"rankvar\": 1358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 243, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3112, \"group\": [3091.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAAGTTCC\", \"ini\": 3345, \"clust\": 1893, \"rank\": 281, \"rankvar\": 74, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 315, \"group\": [1894.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATTTGCTT\", \"ini\": 3344, \"clust\": 1665, \"rank\": 293, \"rankvar\": 1334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 316, \"group\": [1662.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCCAGTAGT\", \"ini\": 3343, \"clust\": 1653, \"rank\": 276, \"rankvar\": 480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 317, \"group\": [1655.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACCGTAA\", \"ini\": 3342, \"clust\": 2892, \"rank\": 351, \"rankvar\": 45, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 247, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3113, \"group\": [2893.0, 517.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTAAAGTG\", \"ini\": 3341, \"clust\": 2953, \"rank\": 576, \"rankvar\": 367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 248, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3114, \"group\": [2950.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGACGTT\", \"ini\": 3340, \"clust\": 2352, \"rank\": 233, \"rankvar\": 582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 318, \"group\": [2350.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGCACTCAGGC\", \"ini\": 3339, \"clust\": 3087, \"rank\": 231, \"rankvar\": 658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3115, \"group\": [3086.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATCACCC\", \"ini\": 3338, \"clust\": 1722, \"rank\": 157, \"rankvar\": 2634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 319, \"group\": [1723.0, 333.0, 57.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTACCTACA\", \"ini\": 3337, \"clust\": 1332, \"rank\": 194, \"rankvar\": 3111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 252, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1684, \"group\": [1331.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCAGTTTGG\", \"ini\": 3336, \"clust\": 1680, \"rank\": 375, \"rankvar\": 957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 320, \"group\": [1679.0, 318.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTGTGTATGGG\", \"ini\": 3335, \"clust\": 3079, \"rank\": 242, \"rankvar\": 1435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 254, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3116, \"group\": [3082.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCACGTGAGA\", \"ini\": 3334, \"clust\": 1671, \"rank\": 311, \"rankvar\": 36, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 321, \"group\": [1672.0, 316.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTAGTACCT\", \"ini\": 3333, \"clust\": 3261, \"rank\": 202, \"rankvar\": 2113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3117, \"group\": [3263.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGTGTGCC\", \"ini\": 3332, \"clust\": 1949, \"rank\": 228, \"rankvar\": 2387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 322, \"group\": [1948.0, 416.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCAGGGTTAG\", \"ini\": 3331, \"clust\": 1892, \"rank\": 268, \"rankvar\": 351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 323, \"group\": [1893.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTAAGGGC\", \"ini\": 3330, \"clust\": 3090, \"rank\": 208, \"rankvar\": 1166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3118, \"group\": [3089.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAGTGCACTTA\", \"ini\": 3329, \"clust\": 1912, \"rank\": 284, \"rankvar\": 357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 324, \"group\": [1917.0, 412.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCAGACGTAG\", \"ini\": 3328, \"clust\": 3417, \"rank\": 325, \"rankvar\": 2978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 261, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3567, \"group\": [3418.0, 618.0, 86.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTTTAC\", \"ini\": 3327, \"clust\": 3093, \"rank\": 163, \"rankvar\": 2279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 262, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3119, \"group\": [3095.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATGTTAAAGAC\", \"ini\": 3326, \"clust\": 1669, \"rank\": 324, \"rankvar\": 307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 325, \"group\": [1666.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCGCCATG\", \"ini\": 3325, \"clust\": 1698, \"rank\": 343, \"rankvar\": 1020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 326, \"group\": [1695.0, 323.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTTGAGGT\", \"ini\": 3324, \"clust\": 1648, \"rank\": 345, \"rankvar\": 1234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 327, \"group\": [1647.0, 313.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTCGAATCT\", \"ini\": 3323, \"clust\": 1662, \"rank\": 326, \"rankvar\": 700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 328, \"group\": [1669.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGCATCATC\", \"ini\": 3322, \"clust\": 1957, \"rank\": 214, \"rankvar\": 2346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 329, \"group\": [1956.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTGTTAAGA\", \"ini\": 3321, \"clust\": 3229, \"rank\": 178, \"rankvar\": 2800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3120, \"group\": [3228.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCATTAGCCA\", \"ini\": 3320, \"clust\": 3108, \"rank\": 130, \"rankvar\": 2999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3121, \"group\": [3109.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGACATTA\", \"ini\": 3319, \"clust\": 3477, \"rank\": 621, \"rankvar\": 3393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 270, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 9, \"group\": [3478.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCCTTGG\", \"ini\": 3318, \"clust\": 1633, \"rank\": 285, \"rankvar\": 1, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 330, \"group\": [1632.0, 309.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGATGCCAG\", \"ini\": 3317, \"clust\": 1645, \"rank\": 306, \"rankvar\": 643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 331, \"group\": [1643.0, 313.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCAAGCGAGT\", \"ini\": 3316, \"clust\": 1270, \"rank\": 279, \"rankvar\": 2862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 273, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1685, \"group\": [1269.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCTAGGGC\", \"ini\": 3315, \"clust\": 1269, \"rank\": 243, \"rankvar\": 2840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1686, \"group\": [1268.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCATCATTC\", \"ini\": 3314, \"clust\": 2387, \"rank\": 236, \"rankvar\": 1414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 332, \"group\": [2387.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCAAACAACA\", \"ini\": 3313, \"clust\": 3338, \"rank\": 188, \"rankvar\": 2136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 276, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3122, \"group\": [3338.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCGGATCA\", \"ini\": 3312, \"clust\": 1940, \"rank\": 152, \"rankvar\": 2336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 333, \"group\": [1939.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCAAACGGG\", \"ini\": 3311, \"clust\": 1958, \"rank\": 235, \"rankvar\": 1124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 334, \"group\": [1959.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCCAGCTGGCT\", \"ini\": 3310, \"clust\": 3267, \"rank\": 263, \"rankvar\": 2271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 279, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3123, \"group\": [3265.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCAAGCCTA\", \"ini\": 3309, \"clust\": 3478, \"rank\": 812, \"rankvar\": 2943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 280, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 10, \"group\": [3479.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCTGTTTGT\", \"ini\": 3308, \"clust\": 2889, \"rank\": 321, \"rankvar\": 39, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 281, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3124, \"group\": [2890.0, 515.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCGAGAAA\", \"ini\": 3307, \"clust\": 1337, \"rank\": 288, \"rankvar\": 1927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 282, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1687, \"group\": [1336.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGAGAACG\", \"ini\": 3306, \"clust\": 1993, \"rank\": 252, \"rankvar\": 651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 335, \"group\": [1994.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACACAGGAGT\", \"ini\": 3305, \"clust\": 1930, \"rank\": 248, \"rankvar\": 1324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 336, \"group\": [1929.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAGACGTAG\", \"ini\": 3304, \"clust\": 1709, \"rank\": 617, \"rankvar\": 1801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 337, \"group\": [1708.0, 327.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCTGGAAC\", \"ini\": 3303, \"clust\": 2927, \"rank\": 430, \"rankvar\": 10, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 286, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3125, \"group\": [2927.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCATGTAGC\", \"ini\": 3302, \"clust\": 53, \"rank\": 76, \"rankvar\": 3421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 287, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1840, \"group\": [50.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGTTTGCC\", \"ini\": 3301, \"clust\": 1998, \"rank\": 239, \"rankvar\": 1565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 338, \"group\": [1998.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGCGCTCCA\", \"ini\": 3300, \"clust\": 1996, \"rank\": 260, \"rankvar\": 436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 289, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 339, \"group\": [1997.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTCATATGC\", \"ini\": 3299, \"clust\": 2945, \"rank\": 532, \"rankvar\": 936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 290, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3126, \"group\": [2944.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCAGCGACC\", \"ini\": 3298, \"clust\": 2936, \"rank\": 578, \"rankvar\": 462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 291, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3127, \"group\": [2935.0, 531.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACGGCGTT\", \"ini\": 3297, \"clust\": 1890, \"rank\": 319, \"rankvar\": 110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 340, \"group\": [1891.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGCCTATGT\", \"ini\": 3296, \"clust\": 3076, \"rank\": 295, \"rankvar\": 928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 293, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3128, \"group\": [3077.0, 583.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAAGGTTTC\", \"ini\": 3295, \"clust\": 2351, \"rank\": 286, \"rankvar\": 662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 341, \"group\": [2352.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCCTACAGA\", \"ini\": 3294, \"clust\": 1895, \"rank\": 447, \"rankvar\": 1136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 295, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 342, \"group\": [1898.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGTGTACGG\", \"ini\": 3293, \"clust\": 1952, \"rank\": 183, \"rankvar\": 2458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 296, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 343, \"group\": [1952.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATCCGAG\", \"ini\": 3292, \"clust\": 3418, \"rank\": 651, \"rankvar\": 1273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 297, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3129, \"group\": [3421.0, 620.0, 86.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTCGGCACT\", \"ini\": 3291, \"clust\": 1963, \"rank\": 203, \"rankvar\": 2743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 344, \"group\": [1964.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAAACCAC\", \"ini\": 3290, \"clust\": 2907, \"rank\": 406, \"rankvar\": 6, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3130, \"group\": [2907.0, 525.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGGCTATCT\", \"ini\": 3289, \"clust\": 3375, \"rank\": 241, \"rankvar\": 2189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3131, \"group\": [3376.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACCGGAT\", \"ini\": 3288, \"clust\": 1652, \"rank\": 304, \"rankvar\": 195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 301, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 345, \"group\": [1656.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGTCGCCGT\", \"ini\": 3287, \"clust\": 3295, \"rank\": 265, \"rankvar\": 2566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 302, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3132, \"group\": [3296.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCTGACCTC\", \"ini\": 3286, \"clust\": 58, \"rank\": 133, \"rankvar\": 2247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 303, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1841, \"group\": [56.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGATAGAA\", \"ini\": 3285, \"clust\": 3344, \"rank\": 362, \"rankvar\": 1769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 304, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3133, \"group\": [3345.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATCCGAG\", \"ini\": 3284, \"clust\": 3252, \"rank\": 367, \"rankvar\": 967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 305, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3134, \"group\": [3256.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCACATTTCT\", \"ini\": 3283, \"clust\": 1226, \"rank\": 538, \"rankvar\": 750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 306, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3030, \"group\": [1225.0, 179.0, 29.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTACCGCTG\", \"ini\": 3282, \"clust\": 1724, \"rank\": 278, \"rankvar\": 1805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 307, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 346, \"group\": [1722.0, 333.0, 57.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAAGTCTAC\", \"ini\": 3281, \"clust\": 1987, \"rank\": 227, \"rankvar\": 335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 347, \"group\": [1991.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTTCGCAT\", \"ini\": 3280, \"clust\": 1634, \"rank\": 340, \"rankvar\": 5, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 348, \"group\": [1633.0, 309.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCACAGAGGT\", \"ini\": 3279, \"clust\": 3085, \"rank\": 273, \"rankvar\": 1069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3135, \"group\": [3087.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCTTCCTTC\", \"ini\": 3278, \"clust\": 1989, \"rank\": 274, \"rankvar\": 157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 349, \"group\": [1988.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCTAACC\", \"ini\": 3277, \"clust\": 3316, \"rank\": 330, \"rankvar\": 2313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 312, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3136, \"group\": [3317.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGGAATGC\", \"ini\": 3276, \"clust\": 1661, \"rank\": 342, \"rankvar\": 249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 350, \"group\": [1658.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGTAGCCGA\", \"ini\": 3275, \"clust\": 3387, \"rank\": 289, \"rankvar\": 2285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3137, \"group\": [3385.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGAGCCATCGC\", \"ini\": 3274, \"clust\": 1638, \"rank\": 454, \"rankvar\": 176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 351, \"group\": [1637.0, 311.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCTCCGGTT\", \"ini\": 3273, \"clust\": 3096, \"rank\": 271, \"rankvar\": 993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 316, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3138, \"group\": [3120.0, 590.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAAGTACCT\", \"ini\": 3272, \"clust\": 2896, \"rank\": 344, \"rankvar\": 446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 317, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3139, \"group\": [2897.0, 520.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCTCACTCTTA\", \"ini\": 3271, \"clust\": 1990, \"rank\": 249, \"rankvar\": 212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 352, \"group\": [1989.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCGTAGTG\", \"ini\": 3270, \"clust\": 2003, \"rank\": 229, \"rankvar\": 532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 353, \"group\": [2004.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGCGT\", \"ini\": 3269, \"clust\": 3339, \"rank\": 282, \"rankvar\": 2628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 320, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3140, \"group\": [3339.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAGTACCT\", \"ini\": 3268, \"clust\": 2468, \"rank\": 297, \"rankvar\": 954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 354, \"group\": [2469.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGTCCCAGGTG\", \"ini\": 3267, \"clust\": 2903, \"rank\": 458, \"rankvar\": 27, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3141, \"group\": [2932.0, 528.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGATCGGA\", \"ini\": 3266, \"clust\": 1968, \"rank\": 341, \"rankvar\": 1097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 355, \"group\": [1969.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCTGCCCTA\", \"ini\": 3265, \"clust\": 1960, \"rank\": 261, \"rankvar\": 1926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 324, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 356, \"group\": [1961.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGTGCGTGA\", \"ini\": 3264, \"clust\": 3256, \"rank\": 382, \"rankvar\": 383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 325, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3142, \"group\": [3257.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAAGAAGC\", \"ini\": 3263, \"clust\": 3135, \"rank\": 296, \"rankvar\": 2169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 326, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3143, \"group\": [3137.0, 594.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAGTCGGCATC\", \"ini\": 3262, \"clust\": 1985, \"rank\": 301, \"rankvar\": 549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 357, \"group\": [1984.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCAATCTCT\", \"ini\": 3261, \"clust\": 1991, \"rank\": 332, \"rankvar\": 807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 358, \"group\": [1992.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGACAGAGA\", \"ini\": 3260, \"clust\": 1254, \"rank\": 298, \"rankvar\": 2433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 329, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1688, \"group\": [1259.0, 202.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGCGATTCT\", \"ini\": 3259, \"clust\": 3446, \"rank\": 695, \"rankvar\": 2579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 330, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 11, \"group\": [3446.0, 633.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGCTGAAAT\", \"ini\": 3258, \"clust\": 1639, \"rank\": 524, \"rankvar\": 197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 331, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 359, \"group\": [1638.0, 311.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACTTACGA\", \"ini\": 3257, \"clust\": 3388, \"rank\": 287, \"rankvar\": 2127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3144, \"group\": [3386.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGCTCCTCT\", \"ini\": 3256, \"clust\": 1682, \"rank\": 369, \"rankvar\": 1408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 333, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 360, \"group\": [1681.0, 320.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTACGCGA\", \"ini\": 3255, \"clust\": 1961, \"rank\": 246, \"rankvar\": 2903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 361, \"group\": [1962.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAACTCTT\", \"ini\": 3254, \"clust\": 3266, \"rank\": 398, \"rankvar\": 1600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 335, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3145, \"group\": [3267.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCAATCTACG\", \"ini\": 3253, \"clust\": 1256, \"rank\": 350, \"rankvar\": 1554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1689, \"group\": [1255.0, 202.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTACAA\", \"ini\": 3252, \"clust\": 2898, \"rank\": 294, \"rankvar\": 560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 337, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1842, \"group\": [2899.0, 521.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTGCATCTA\", \"ini\": 3251, \"clust\": 1777, \"rank\": 360, \"rankvar\": 636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 362, \"group\": [1778.0, 374.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTACCGAGA\", \"ini\": 3250, \"clust\": 2255, \"rank\": 359, \"rankvar\": 1791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 363, \"group\": [2254.0, 429.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTTCCACAA\", \"ini\": 3249, \"clust\": 2004, \"rank\": 308, \"rankvar\": 241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 364, \"group\": [2008.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCGAATCCA\", \"ini\": 3248, \"clust\": 2007, \"rank\": 245, \"rankvar\": 322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 365, \"group\": [2006.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGTCCAGGA\", \"ini\": 3247, \"clust\": 3257, \"rank\": 442, \"rankvar\": 1033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 342, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3146, \"group\": [3258.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCTCCTATA\", \"ini\": 3246, \"clust\": 3441, \"rank\": 405, \"rankvar\": 2286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 343, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 12, \"group\": [3441.0, 632.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAACGATGG\", \"ini\": 3245, \"clust\": 3379, \"rank\": 331, \"rankvar\": 1597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 344, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3147, \"group\": [3379.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGAGCTT\", \"ini\": 3244, \"clust\": 3386, \"rank\": 316, \"rankvar\": 593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3148, \"group\": [3389.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATGCCTTC\", \"ini\": 3243, \"clust\": 1681, \"rank\": 414, \"rankvar\": 48, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 366, \"group\": [1680.0, 319.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTGTTGAGG\", \"ini\": 3242, \"clust\": 3083, \"rank\": 338, \"rankvar\": 844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 347, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3149, \"group\": [3083.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGACCTTTG\", \"ini\": 3241, \"clust\": 2197, \"rank\": 358, \"rankvar\": 253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 367, \"group\": [2197.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCGCTTTC\", \"ini\": 3240, \"clust\": 1909, \"rank\": 553, \"rankvar\": 122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 368, \"group\": [1908.0, 410.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGATAGTCA\", \"ini\": 3239, \"clust\": 2304, \"rank\": 277, \"rankvar\": 1096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 350, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 369, \"group\": [2299.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATGGTCAT\", \"ini\": 3238, \"clust\": 1999, \"rank\": 313, \"rankvar\": 1497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 370, \"group\": [1999.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACAAATCCGT\", \"ini\": 3237, \"clust\": 2943, \"rank\": 591, \"rankvar\": 50, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 352, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3150, \"group\": [2953.0, 536.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCTCGGACG\", \"ini\": 3236, \"clust\": 2364, \"rank\": 366, \"rankvar\": 1314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 353, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 371, \"group\": [2368.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCACCCTATC\", \"ini\": 3235, \"clust\": 1650, \"rank\": 473, \"rankvar\": 132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 372, \"group\": [1649.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACATCACAAC\", \"ini\": 3234, \"clust\": 1788, \"rank\": 373, \"rankvar\": 864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 373, \"group\": [1788.0, 377.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAAGAGCAATT\", \"ini\": 3233, \"clust\": 1699, \"rank\": 602, \"rankvar\": 743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 374, \"group\": [1696.0, 323.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTACCGAT\", \"ini\": 3232, \"clust\": 1915, \"rank\": 481, \"rankvar\": 101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 375, \"group\": [1913.0, 412.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACATGCCTTC\", \"ini\": 3231, \"clust\": 1630, \"rank\": 503, \"rankvar\": 2642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 376, \"group\": [1628.0, 306.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCCGTAGGC\", \"ini\": 3230, \"clust\": 1779, \"rank\": 534, \"rankvar\": 513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 377, \"group\": [1783.0, 375.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACACTCTGTC\", \"ini\": 3229, \"clust\": 3345, \"rank\": 507, \"rankvar\": 1181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 360, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3151, \"group\": [3346.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGACTGC\", \"ini\": 3228, \"clust\": 60, \"rank\": 181, \"rankvar\": 2004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 361, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1843, \"group\": [59.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTGAGGGA\", \"ini\": 3227, \"clust\": 1986, \"rank\": 339, \"rankvar\": 712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 378, \"group\": [1985.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGCTGTTCA\", \"ini\": 3226, \"clust\": 3269, \"rank\": 409, \"rankvar\": 1462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 363, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3152, \"group\": [3269.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCTCGCGTTTC\", \"ini\": 3225, \"clust\": 1711, \"rank\": 599, \"rankvar\": 1491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 379, \"group\": [1712.0, 327.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGTCGAGTG\", \"ini\": 3224, \"clust\": 1333, \"rank\": 307, \"rankvar\": 3241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1690, \"group\": [1332.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAATCTACG\", \"ini\": 3223, \"clust\": 61, \"rank\": 207, \"rankvar\": 1645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1844, \"group\": [60.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGTCCAGG\", \"ini\": 3222, \"clust\": 2386, \"rank\": 346, \"rankvar\": 2040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 380, \"group\": [2389.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATCTGGTA\", \"ini\": 3221, \"clust\": 3314, \"rank\": 395, \"rankvar\": 2224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3153, \"group\": [3315.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAACGCACC\", \"ini\": 3220, \"clust\": 2366, \"rank\": 412, \"rankvar\": 829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 381, \"group\": [2365.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCATTTGGG\", \"ini\": 3219, \"clust\": 3322, \"rank\": 309, \"rankvar\": 2439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3154, \"group\": [3321.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAGTTGGTAAA\", \"ini\": 3218, \"clust\": 46, \"rank\": 190, \"rankvar\": 2408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1845, \"group\": [45.0, 27.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATGTGTA\", \"ini\": 3217, \"clust\": 1673, \"rank\": 567, \"rankvar\": 708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 382, \"group\": [1671.0, 316.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGATATACG\", \"ini\": 3216, \"clust\": 2347, \"rank\": 371, \"rankvar\": 2199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 383, \"group\": [2348.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCATTCTTAC\", \"ini\": 3215, \"clust\": 3125, \"rank\": 493, \"rankvar\": 2472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 374, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3155, \"group\": [3124.0, 592.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGCTGATA\", \"ini\": 3214, \"clust\": 1670, \"rank\": 490, \"rankvar\": 272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 384, \"group\": [1667.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTGTTTGG\", \"ini\": 3213, \"clust\": 3084, \"rank\": 320, \"rankvar\": 605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3156, \"group\": [3084.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTTCTGTTT\", \"ini\": 3212, \"clust\": 1271, \"rank\": 494, \"rankvar\": 3167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 377, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1691, \"group\": [1270.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTAACG\", \"ini\": 3211, \"clust\": 2474, \"rank\": 462, \"rankvar\": 599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 385, \"group\": [2475.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATAGCTCTCGG\", \"ini\": 3210, \"clust\": 1913, \"rank\": 492, \"rankvar\": 937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 386, \"group\": [1916.0, 412.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATAAACG\", \"ini\": 3209, \"clust\": 3253, \"rank\": 401, \"rankvar\": 719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 380, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3157, \"group\": [3255.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAGGGCATA\", \"ini\": 3208, \"clust\": 1897, \"rank\": 459, \"rankvar\": 478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 387, \"group\": [1897.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGATGCCAG\", \"ini\": 3207, \"clust\": 3382, \"rank\": 456, \"rankvar\": 2790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3158, \"group\": [3382.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTTGACAC\", \"ini\": 3206, \"clust\": 1684, \"rank\": 387, \"rankvar\": 2246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 383, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 388, \"group\": [1683.0, 321.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATTCCTT\", \"ini\": 3205, \"clust\": 3255, \"rank\": 445, \"rankvar\": 1029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 384, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3159, \"group\": [3254.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAACGCACC\", \"ini\": 3204, \"clust\": 2404, \"rank\": 422, \"rankvar\": 910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 389, \"group\": [2404.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCCTCAACC\", \"ini\": 3203, \"clust\": 2675, \"rank\": 536, \"rankvar\": 1067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 386, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 390, \"group\": [2673.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTTACGGAG\", \"ini\": 3202, \"clust\": 1883, \"rank\": 483, \"rankvar\": 1507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 391, \"group\": [1883.0, 408.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTAAGAGGA\", \"ini\": 3201, \"clust\": 3442, \"rank\": 1031, \"rankvar\": 3116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 13, \"group\": [3444.0, 633.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGAAGGGTA\", \"ini\": 3200, \"clust\": 2286, \"rank\": 392, \"rankvar\": 1668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 389, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 392, \"group\": [2284.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATCCTGT\", \"ini\": 3199, \"clust\": 3319, \"rank\": 259, \"rankvar\": 3161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 390, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3160, \"group\": [3319.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCTTAT\", \"ini\": 3198, \"clust\": 1778, \"rank\": 421, \"rankvar\": 771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 393, \"group\": [1779.0, 374.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCGGCTCA\", \"ini\": 3197, \"clust\": 1948, \"rank\": 385, \"rankvar\": 1731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 394, \"group\": [1950.0, 416.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTTGCATG\", \"ini\": 3196, \"clust\": 3443, \"rank\": 626, \"rankvar\": 2098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 393, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 14, \"group\": [3442.0, 633.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATGCAACT\", \"ini\": 3195, \"clust\": 2937, \"rank\": 1082, \"rankvar\": 1431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 394, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3161, \"group\": [2936.0, 531.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCATAG\", \"ini\": 3194, \"clust\": 1273, \"rank\": 663, \"rankvar\": 2886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 395, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1692, \"group\": [1275.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAACATC\", \"ini\": 3193, \"clust\": 1933, \"rank\": 322, \"rankvar\": 332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 395, \"group\": [1933.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCGATCCC\", \"ini\": 3192, \"clust\": 1274, \"rank\": 552, \"rankvar\": 3325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 397, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1693, \"group\": [1274.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCATGGTCA\", \"ini\": 3191, \"clust\": 2369, \"rank\": 399, \"rankvar\": 2001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 396, \"group\": [2369.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATAGCGTGAAC\", \"ini\": 3190, \"clust\": 1900, \"rank\": 547, \"rankvar\": 314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 397, \"group\": [1900.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTCATGCAT\", \"ini\": 3189, \"clust\": 2464, \"rank\": 466, \"rankvar\": 1169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 398, \"group\": [2463.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAACGTT\", \"ini\": 3188, \"clust\": 2291, \"rank\": 379, \"rankvar\": 1933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 401, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 399, \"group\": [2290.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGCAATGGACG\", \"ini\": 3187, \"clust\": 224, \"rank\": 197, \"rankvar\": 2205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 402, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2693, \"group\": [225.0, 62.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGAACTCGG\", \"ini\": 3186, \"clust\": 2941, \"rank\": 1039, \"rankvar\": 1496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 403, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3162, \"group\": [2941.0, 534.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAGTCGATT\", \"ini\": 3185, \"clust\": 1276, \"rank\": 630, \"rankvar\": 3019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 404, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1694, \"group\": [1273.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGCCTAT\", \"ini\": 3184, \"clust\": 1685, \"rank\": 449, \"rankvar\": 2182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 400, \"group\": [1684.0, 321.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAACTGCGC\", \"ini\": 3183, \"clust\": 2348, \"rank\": 335, \"rankvar\": 1482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 401, \"group\": [2349.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCCACGTGG\", \"ini\": 3182, \"clust\": 3047, \"rank\": 314, \"rankvar\": 2878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3163, \"group\": [3049.0, 574.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGGTCGTTGTA\", \"ini\": 3181, \"clust\": 2472, \"rank\": 432, \"rankvar\": 336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 402, \"group\": [2473.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACACGCTG\", \"ini\": 3180, \"clust\": 2449, \"rank\": 388, \"rankvar\": 1417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 403, \"group\": [2449.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGCAGGCTA\", \"ini\": 3179, \"clust\": 2305, \"rank\": 376, \"rankvar\": 1153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 404, \"group\": [2300.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGGACAA\", \"ini\": 3178, \"clust\": 2296, \"rank\": 370, \"rankvar\": 1165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 411, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 405, \"group\": [2297.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGCTTTC\", \"ini\": 3177, \"clust\": 2393, \"rank\": 380, \"rankvar\": 615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 406, \"group\": [2392.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGAATGTGT\", \"ini\": 3176, \"clust\": 2353, \"rank\": 396, \"rankvar\": 1007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 407, \"group\": [2351.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGGACACCA\", \"ini\": 3175, \"clust\": 3489, \"rank\": 1138, \"rankvar\": 3504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 414, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 15, \"group\": [3486.0, 647.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCACTGCCAG\", \"ini\": 3174, \"clust\": 3474, \"rank\": 1005, \"rankvar\": 3309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 415, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 16, \"group\": [3477.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGATCTCCAGGG\", \"ini\": 3173, \"clust\": 3481, \"rank\": 882, \"rankvar\": 3245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 416, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 17, \"group\": [3482.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTTCAGATAAG\", \"ini\": 3172, \"clust\": 2938, \"rank\": 1234, \"rankvar\": 1957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 417, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3164, \"group\": [2954.0, 537.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCGTCTCCCTA\", \"ini\": 3171, \"clust\": 2329, \"rank\": 471, \"rankvar\": 38, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 408, \"group\": [2327.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCTAGGGC\", \"ini\": 3170, \"clust\": 2435, \"rank\": 372, \"rankvar\": 2238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 409, \"group\": [2436.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCTGAGTGT\", \"ini\": 3169, \"clust\": 2935, \"rank\": 810, \"rankvar\": 730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 420, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3165, \"group\": [2937.0, 532.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCATATCGG\", \"ini\": 3168, \"clust\": 1994, \"rank\": 424, \"rankvar\": 86, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 410, \"group\": [1995.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGAGTGAC\", \"ini\": 3167, \"clust\": 1902, \"rank\": 623, \"rankvar\": 147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 411, \"group\": [1902.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGCAAATCA\", \"ini\": 3166, \"clust\": 1916, \"rank\": 535, \"rankvar\": 171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 412, \"group\": [1914.0, 412.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGCCCTTA\", \"ini\": 3165, \"clust\": 1903, \"rank\": 334, \"rankvar\": 89, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 413, \"group\": [1906.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTCACATGGGA\", \"ini\": 3164, \"clust\": 2330, \"rank\": 528, \"rankvar\": 364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 414, \"group\": [2328.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCGGCTTGG\", \"ini\": 3163, \"clust\": 2355, \"rank\": 353, \"rankvar\": 2556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 426, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 415, \"group\": [2357.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCGATCG\", \"ini\": 3162, \"clust\": 3105, \"rank\": 310, \"rankvar\": 1753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 427, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3166, \"group\": [3105.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCAGGCCCA\", \"ini\": 3161, \"clust\": 1229, \"rank\": 763, \"rankvar\": 1297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 428, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1670, \"group\": [1228.0, 182.0, 29.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGTAGGAG\", \"ini\": 3160, \"clust\": 1932, \"rank\": 361, \"rankvar\": 162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 416, \"group\": [1935.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCTTCTGGC\", \"ini\": 3159, \"clust\": 3058, \"rank\": 446, \"rankvar\": 1659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 430, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3167, \"group\": [3058.0, 577.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCCAAGGTGTG\", \"ini\": 3158, \"clust\": 1868, \"rank\": 355, \"rankvar\": 505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 417, \"group\": [1871.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGGATGCGT\", \"ini\": 3157, \"clust\": 3207, \"rank\": 427, \"rankvar\": 3044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 432, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3168, \"group\": [3206.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTCGCTTCT\", \"ini\": 3156, \"clust\": 3263, \"rank\": 478, \"rankvar\": 1828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 433, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3169, \"group\": [3262.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTACATGTC\", \"ini\": 3155, \"clust\": 3119, \"rank\": 175, \"rankvar\": 3197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3170, \"group\": [3116.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTGTCCTCT\", \"ini\": 3154, \"clust\": 1898, \"rank\": 474, \"rankvar\": 182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 418, \"group\": [1903.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGAGTCTGG\", \"ini\": 3153, \"clust\": 2210, \"rank\": 381, \"rankvar\": 1615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 419, \"group\": [2210.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGTCTGT\", \"ini\": 3152, \"clust\": 1869, \"rank\": 413, \"rankvar\": 482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 420, \"group\": [1869.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCAGCCAGAA\", \"ini\": 3151, \"clust\": 1874, \"rank\": 465, \"rankvar\": 1320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 421, \"group\": [1874.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGGTTCT\", \"ini\": 3150, \"clust\": 1694, \"rank\": 500, \"rankvar\": 755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 422, \"group\": [1693.0, 322.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCACTTCAT\", \"ini\": 3149, \"clust\": 2186, \"rank\": 665, \"rankvar\": 1492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 423, \"group\": [2189.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTACTCAT\", \"ini\": 3148, \"clust\": 1260, \"rank\": 827, \"rankvar\": 2578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 441, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1695, \"group\": [1260.0, 203.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCAGCTCTC\", \"ini\": 3147, \"clust\": 2191, \"rank\": 435, \"rankvar\": 2149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 424, \"group\": [2192.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGTAAG\", \"ini\": 3146, \"clust\": 3433, \"rank\": 721, \"rankvar\": 3293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 443, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3559, \"group\": [3433.0, 629.0, 91.0, 21.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTAAGAAC\", \"ini\": 3145, \"clust\": 3444, \"rank\": 679, \"rankvar\": 2302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 444, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 18, \"group\": [3443.0, 633.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGTACGA\", \"ini\": 3144, \"clust\": 2162, \"rank\": 363, \"rankvar\": 775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 425, \"group\": [2165.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGAGTAATC\", \"ini\": 3143, \"clust\": 2368, \"rank\": 420, \"rankvar\": 669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 426, \"group\": [2373.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGTGATTA\", \"ini\": 3142, \"clust\": 3132, \"rank\": 525, \"rankvar\": 595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3171, \"group\": [3133.0, 594.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGATATGCA\", \"ini\": 3141, \"clust\": 1667, \"rank\": 644, \"rankvar\": 905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 427, \"group\": [1665.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTAACGGT\", \"ini\": 3140, \"clust\": 59, \"rank\": 218, \"rankvar\": 1594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1846, \"group\": [57.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCTCCGGTT\", \"ini\": 3139, \"clust\": 2362, \"rank\": 450, \"rankvar\": 665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 428, \"group\": [2363.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCGACGGAA\", \"ini\": 3138, \"clust\": 1622, \"rank\": 888, \"rankvar\": 901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 451, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 429, \"group\": [1620.0, 301.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCAAGGCTT\", \"ini\": 3137, \"clust\": 3078, \"rank\": 225, \"rankvar\": 2320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 452, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3172, \"group\": [3096.0, 585.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTAGAGTC\", \"ini\": 3136, \"clust\": 2287, \"rank\": 470, \"rankvar\": 1395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 430, \"group\": [2285.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGAGCGTT\", \"ini\": 3135, \"clust\": 2939, \"rank\": 1126, \"rankvar\": 1460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3173, \"group\": [2939.0, 534.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTGCCAGA\", \"ini\": 3134, \"clust\": 2264, \"rank\": 527, \"rankvar\": 430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 455, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 431, \"group\": [2266.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTCAATGGACG\", \"ini\": 3133, \"clust\": 2356, \"rank\": 436, \"rankvar\": 310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 432, \"group\": [2355.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAGACTCGC\", \"ini\": 3132, \"clust\": 2401, \"rank\": 523, \"rankvar\": 256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 433, \"group\": [2402.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAGGGAA\", \"ini\": 3131, \"clust\": 2293, \"rank\": 508, \"rankvar\": 1863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 434, \"group\": [2292.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTCCGAAGA\", \"ini\": 3130, \"clust\": 1640, \"rank\": 587, \"rankvar\": 210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 435, \"group\": [1639.0, 312.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGTCGCCGTGA\", \"ini\": 3129, \"clust\": 2256, \"rank\": 487, \"rankvar\": 189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 436, \"group\": [2255.0, 429.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGGTGTTA\", \"ini\": 3128, \"clust\": 1338, \"rank\": 433, \"rankvar\": 3020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 461, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1696, \"group\": [1337.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCGCATAT\", \"ini\": 3127, \"clust\": 1252, \"rank\": 542, \"rankvar\": 3065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 462, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1697, \"group\": [1252.0, 201.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCACAAACC\", \"ini\": 3126, \"clust\": 2285, \"rank\": 595, \"rankvar\": 1707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 437, \"group\": [2286.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCACCCAGTG\", \"ini\": 3125, \"clust\": 2270, \"rank\": 537, \"rankvar\": 1842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 438, \"group\": [2271.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTGCATCTA\", \"ini\": 3124, \"clust\": 2363, \"rank\": 506, \"rankvar\": 1259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 439, \"group\": [2364.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTTGA\", \"ini\": 3123, \"clust\": 2344, \"rank\": 451, \"rankvar\": 897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 466, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 440, \"group\": [2345.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGCGATGAC\", \"ini\": 3122, \"clust\": 3107, \"rank\": 283, \"rankvar\": 2301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 467, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3174, \"group\": [3104.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCGGTTAAC\", \"ini\": 3121, \"clust\": 1935, \"rank\": 348, \"rankvar\": 318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 441, \"group\": [1943.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGTC\", \"ini\": 3120, \"clust\": 2455, \"rank\": 480, \"rankvar\": 2429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 442, \"group\": [2454.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCACCATGTA\", \"ini\": 3119, \"clust\": 3323, \"rank\": 352, \"rankvar\": 2602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 470, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3175, \"group\": [3322.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATAGAGT\", \"ini\": 3118, \"clust\": 3092, \"rank\": 323, \"rankvar\": 1573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3176, \"group\": [3092.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCGAACGC\", \"ini\": 3117, \"clust\": 3225, \"rank\": 329, \"rankvar\": 2401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 472, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3177, \"group\": [3231.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCTCTTGAT\", \"ini\": 3116, \"clust\": 3145, \"rank\": 305, \"rankvar\": 2309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 473, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3178, \"group\": [3146.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTATCGCC\", \"ini\": 3115, \"clust\": 3235, \"rank\": 404, \"rankvar\": 1872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 474, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3179, \"group\": [3238.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTCCGAAGA\", \"ini\": 3114, \"clust\": 3080, \"rank\": 485, \"rankvar\": 1150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 475, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3180, \"group\": [3081.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCACTCGACG\", \"ini\": 3113, \"clust\": 1683, \"rank\": 461, \"rankvar\": 90, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 476, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 443, \"group\": [1682.0, 320.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTCAGGGCATA\", \"ini\": 3112, \"clust\": 2394, \"rank\": 439, \"rankvar\": 1465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 444, \"group\": [2393.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGAGGACGG\", \"ini\": 3111, \"clust\": 3376, \"rank\": 349, \"rankvar\": 2914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 478, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3181, \"group\": [3377.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCGCGCAA\", \"ini\": 3110, \"clust\": 2402, \"rank\": 544, \"rankvar\": 1616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 479, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 445, \"group\": [2403.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTCGCTTG\", \"ini\": 3109, \"clust\": 3219, \"rank\": 389, \"rankvar\": 2740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 480, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3182, \"group\": [3220.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTTGAGGTG\", \"ini\": 3108, \"clust\": 1272, \"rank\": 638, \"rankvar\": 3010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1698, \"group\": [1276.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGTCTCG\", \"ini\": 3107, \"clust\": 1678, \"rank\": 631, \"rankvar\": 282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 446, \"group\": [1675.0, 317.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAGTATCTG\", \"ini\": 3106, \"clust\": 1861, \"rank\": 378, \"rankvar\": 1290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 447, \"group\": [1865.0, 404.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCGCAAGC\", \"ini\": 3105, \"clust\": 1934, \"rank\": 408, \"rankvar\": 414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 448, \"group\": [1934.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGCAAATTGCC\", \"ini\": 3104, \"clust\": 3227, \"rank\": 423, \"rankvar\": 1617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 485, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3183, \"group\": [3226.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCACAGATTC\", \"ini\": 3103, \"clust\": 1979, \"rank\": 495, \"rankvar\": 315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 449, \"group\": [1980.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAGTATAAG\", \"ini\": 3102, \"clust\": 2261, \"rank\": 637, \"rankvar\": 158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 487, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 450, \"group\": [2261.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGAGCGAG\", \"ini\": 3101, \"clust\": 3264, \"rank\": 662, \"rankvar\": 2755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 488, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3184, \"group\": [3275.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTAGCACGA\", \"ini\": 3100, \"clust\": 1258, \"rank\": 416, \"rankvar\": 2687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 489, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1699, \"group\": [1256.0, 202.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCAAACAACA\", \"ini\": 3099, \"clust\": 2407, \"rank\": 418, \"rankvar\": 1322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 490, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 451, \"group\": [2406.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGCATGAG\", \"ini\": 3098, \"clust\": 3425, \"rank\": 333, \"rankvar\": 3057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 491, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 159, \"group\": [3427.0, 625.0, 88.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGCGATAC\", \"ini\": 3097, \"clust\": 2391, \"rank\": 664, \"rankvar\": 1202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 492, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 452, \"group\": [2395.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCGGTCTAA\", \"ini\": 3096, \"clust\": 1923, \"rank\": 516, \"rankvar\": 447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 493, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 453, \"group\": [1926.0, 413.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCGGCGCTA\", \"ini\": 3095, \"clust\": 3352, \"rank\": 629, \"rankvar\": 3006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3185, \"group\": [3353.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGGAGTTTA\", \"ini\": 3094, \"clust\": 3100, \"rank\": 272, \"rankvar\": 3031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 495, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3186, \"group\": [3099.0, 587.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGATGCGAC\", \"ini\": 3093, \"clust\": 3283, \"rank\": 386, \"rankvar\": 2511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 496, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3187, \"group\": [3283.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCATAACCG\", \"ini\": 3092, \"clust\": 1330, \"rank\": 438, \"rankvar\": 3149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 497, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1700, \"group\": [1329.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTCCCGAG\", \"ini\": 3091, \"clust\": 3150, \"rank\": 327, \"rankvar\": 2564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3188, \"group\": [3150.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCCGTTGTC\", \"ini\": 3090, \"clust\": 1230, \"rank\": 922, \"rankvar\": 444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 499, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1671, \"group\": [1231.0, 185.0, 30.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATGCAATC\", \"ini\": 3089, \"clust\": 2381, \"rank\": 548, \"rankvar\": 1464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 454, \"group\": [2380.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCATGTAGC\", \"ini\": 3088, \"clust\": 57, \"rank\": 166, \"rankvar\": 2595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1847, \"group\": [58.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTCTTCTCG\", \"ini\": 3087, \"clust\": 1988, \"rank\": 336, \"rankvar\": 1151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 455, \"group\": [1990.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCCTAA\", \"ini\": 3086, \"clust\": 1775, \"rank\": 496, \"rankvar\": 54, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 456, \"group\": [1776.0, 373.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAAAGAATC\", \"ini\": 3085, \"clust\": 1884, \"rank\": 618, \"rankvar\": 821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 457, \"group\": [1884.0, 408.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGACACG\", \"ini\": 3084, \"clust\": 2322, \"rank\": 573, \"rankvar\": 1906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 458, \"group\": [2323.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCTTGTCC\", \"ini\": 3083, \"clust\": 65, \"rank\": 193, \"rankvar\": 3163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1848, \"group\": [61.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTCCGACGT\", \"ini\": 3082, \"clust\": 2005, \"rank\": 312, \"rankvar\": 359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 459, \"group\": [2007.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAAGTGGC\", \"ini\": 3081, \"clust\": 3040, \"rank\": 583, \"rankvar\": 1447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3189, \"group\": [3039.0, 573.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCAGAAGG\", \"ini\": 3080, \"clust\": 1277, \"rank\": 689, \"rankvar\": 3321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1701, \"group\": [1277.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGCGTTCG\", \"ini\": 3079, \"clust\": 3484, \"rank\": 908, \"rankvar\": 3235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 510, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 19, \"group\": [3485.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGCATCTA\", \"ini\": 3078, \"clust\": 2380, \"rank\": 498, \"rankvar\": 955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 511, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 460, \"group\": [2382.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGTTTGCC\", \"ini\": 3077, \"clust\": 1715, \"rank\": 771, \"rankvar\": 2153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 461, \"group\": [1714.0, 329.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCACAAGCCC\", \"ini\": 3076, \"clust\": 1866, \"rank\": 337, \"rankvar\": 1998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 513, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 462, \"group\": [1866.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGAGAACG\", \"ini\": 3075, \"clust\": 2239, \"rank\": 403, \"rankvar\": 1147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 463, \"group\": [2239.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGAGCACACAG\", \"ini\": 3074, \"clust\": 3077, \"rank\": 429, \"rankvar\": 1822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3190, \"group\": [3078.0, 583.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGCGTAAG\", \"ini\": 3073, \"clust\": 1728, \"rank\": 930, \"rankvar\": 8, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 516, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 464, \"group\": [1733.0, 343.0, 61.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGATATGGT\", \"ini\": 3072, \"clust\": 2388, \"rank\": 512, \"rankvar\": 701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 465, \"group\": [2388.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTTAGCGG\", \"ini\": 3071, \"clust\": 2331, \"rank\": 675, \"rankvar\": 365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 518, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 466, \"group\": [2336.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGTCCCACG\", \"ini\": 3070, \"clust\": 1867, \"rank\": 477, \"rankvar\": 722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 519, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 467, \"group\": [1867.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTGTTTG\", \"ini\": 3069, \"clust\": 2181, \"rank\": 368, \"rankvar\": 938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 520, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 468, \"group\": [2182.0, 427.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCAAGCTGGAAC\", \"ini\": 3068, \"clust\": 3455, \"rank\": 1238, \"rankvar\": 2962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 521, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 20, \"group\": [3458.0, 640.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGAGTTGC\", \"ini\": 3067, \"clust\": 3101, \"rank\": 318, \"rankvar\": 2668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3191, \"group\": [3100.0, 587.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAGTTGTGGCC\", \"ini\": 3066, \"clust\": 1328, \"rank\": 509, \"rankvar\": 3220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 523, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1702, \"group\": [1326.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCACACGC\", \"ini\": 3065, \"clust\": 1267, \"rank\": 556, \"rankvar\": 2647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 524, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1703, \"group\": [1265.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCAAAGTAG\", \"ini\": 3064, \"clust\": 3389, \"rank\": 303, \"rankvar\": 2949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 525, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3192, \"group\": [3387.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTGGTGTAG\", \"ini\": 3063, \"clust\": 2358, \"rank\": 518, \"rankvar\": 540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 469, \"group\": [2359.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAAGTGTA\", \"ini\": 3062, \"clust\": 3228, \"rank\": 390, \"rankvar\": 2895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 527, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3193, \"group\": [3227.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAGGTCGTC\", \"ini\": 3061, \"clust\": 3208, \"rank\": 479, \"rankvar\": 2825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 528, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3194, \"group\": [3207.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTACGAAAT\", \"ini\": 3060, \"clust\": 1870, \"rank\": 464, \"rankvar\": 126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 470, \"group\": [1870.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGAAAG\", \"ini\": 3059, \"clust\": 3380, \"rank\": 437, \"rankvar\": 1888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 530, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3195, \"group\": [3380.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGGGACA\", \"ini\": 3058, \"clust\": 1975, \"rank\": 457, \"rankvar\": 420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 471, \"group\": [1976.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGACG\", \"ini\": 3057, \"clust\": 2465, \"rank\": 699, \"rankvar\": 67, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 472, \"group\": [2464.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTAAGTAC\", \"ini\": 3056, \"clust\": 2408, \"rank\": 384, \"rankvar\": 1444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 533, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 473, \"group\": [2407.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTGCAAGC\", \"ini\": 3055, \"clust\": 3230, \"rank\": 426, \"rankvar\": 2552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 534, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3196, \"group\": [3229.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTACAGACG\", \"ini\": 3054, \"clust\": 1905, \"rank\": 550, \"rankvar\": 822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 474, \"group\": [1905.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATGCCAT\", \"ini\": 3053, \"clust\": 1790, \"rank\": 660, \"rankvar\": 1051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 475, \"group\": [1791.0, 378.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGTAGCCGA\", \"ini\": 3052, \"clust\": 2373, \"rank\": 546, \"rankvar\": 772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 476, \"group\": [2374.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGCAGGTA\", \"ini\": 3051, \"clust\": 1324, \"rank\": 391, \"rankvar\": 2773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 538, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1704, \"group\": [1324.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCTCCAAATGC\", \"ini\": 3050, \"clust\": 2406, \"rank\": 482, \"rankvar\": 2311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 477, \"group\": [2408.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGGTCA\", \"ini\": 3049, \"clust\": 1642, \"rank\": 678, \"rankvar\": 1596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 478, \"group\": [1641.0, 313.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTTGTTTGG\", \"ini\": 3048, \"clust\": 2932, \"rank\": 1311, \"rankvar\": 1982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 541, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3197, \"group\": [2933.0, 529.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCGGACC\", \"ini\": 3047, \"clust\": 2254, \"rank\": 499, \"rankvar\": 1056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 479, \"group\": [2256.0, 429.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAACTGCT\", \"ini\": 3046, \"clust\": 3232, \"rank\": 356, \"rankvar\": 2616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 543, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3198, \"group\": [3234.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCTGATAA\", \"ini\": 3045, \"clust\": 2389, \"rank\": 497, \"rankvar\": 1385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 480, \"group\": [2390.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCATCCGTGG\", \"ini\": 3044, \"clust\": 1871, \"rank\": 559, \"rankvar\": 553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 545, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 481, \"group\": [1872.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGAACGT\", \"ini\": 3043, \"clust\": 1970, \"rank\": 529, \"rankvar\": 520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 546, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 482, \"group\": [1971.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGTGGGAA\", \"ini\": 3042, \"clust\": 2360, \"rank\": 562, \"rankvar\": 574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 483, \"group\": [2361.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGAAGTT\", \"ini\": 3041, \"clust\": 2357, \"rank\": 468, \"rankvar\": 2203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 484, \"group\": [2356.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCCTATTCA\", \"ini\": 3040, \"clust\": 2008, \"rank\": 453, \"rankvar\": 13, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 485, \"group\": [2012.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTTCGCAT\", \"ini\": 3039, \"clust\": 2354, \"rank\": 460, \"rankvar\": 1245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 486, \"group\": [2358.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGACATCTACGA\", \"ini\": 3038, \"clust\": 3297, \"rank\": 431, \"rankvar\": 2707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 551, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3199, \"group\": [3302.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAACTGGCC\", \"ini\": 3037, \"clust\": 3074, \"rank\": 677, \"rankvar\": 584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3200, \"group\": [3075.0, 582.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAATCGAAA\", \"ini\": 3036, \"clust\": 1646, \"rank\": 711, \"rankvar\": 145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 553, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 487, \"group\": [1644.0, 313.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATCACAC\", \"ini\": 3035, \"clust\": 2470, \"rank\": 515, \"rankvar\": 1361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 488, \"group\": [2471.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTGATGTGG\", \"ini\": 3034, \"clust\": 2846, \"rank\": 789, \"rankvar\": 1653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 489, \"group\": [2847.0, 494.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGCGTTCCG\", \"ini\": 3033, \"clust\": 1984, \"rank\": 417, \"rankvar\": 481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 556, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 490, \"group\": [1986.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTAACGGT\", \"ini\": 3032, \"clust\": 1339, \"rank\": 600, \"rankvar\": 2993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 557, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1705, \"group\": [1340.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTAGCATGGCA\", \"ini\": 3031, \"clust\": 2384, \"rank\": 612, \"rankvar\": 1080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 491, \"group\": [2384.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGTACGG\", \"ini\": 3030, \"clust\": 1712, \"rank\": 768, \"rankvar\": 449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 492, \"group\": [1710.0, 327.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAGAGCCAA\", \"ini\": 3029, \"clust\": 2327, \"rank\": 555, \"rankvar\": 1044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 493, \"group\": [2330.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCGTTCCG\", \"ini\": 3028, \"clust\": 3273, \"rank\": 469, \"rankvar\": 2560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 561, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3201, \"group\": [3271.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCTGCGAA\", \"ini\": 3027, \"clust\": 2603, \"rank\": 842, \"rankvar\": 2119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 494, \"group\": [2603.0, 462.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCGGCTACG\", \"ini\": 3026, \"clust\": 1894, \"rank\": 448, \"rankvar\": 694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 495, \"group\": [1895.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCCATGCTC\", \"ini\": 3025, \"clust\": 1964, \"rank\": 486, \"rankvar\": 867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 564, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 496, \"group\": [1965.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGATCAGCCTAA\", \"ini\": 3024, \"clust\": 2385, \"rank\": 521, \"rankvar\": 1117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 497, \"group\": [2385.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCGAACA\", \"ini\": 3023, \"clust\": 1931, \"rank\": 580, \"rankvar\": 578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 498, \"group\": [1930.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGAAATA\", \"ini\": 3022, \"clust\": 2365, \"rank\": 467, \"rankvar\": 1568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 567, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 499, \"group\": [2367.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGCTTCC\", \"ini\": 3021, \"clust\": 2367, \"rank\": 575, \"rankvar\": 1940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 500, \"group\": [2366.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTATCTG\", \"ini\": 3020, \"clust\": 3327, \"rank\": 365, \"rankvar\": 3187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 569, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3202, \"group\": [3327.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGATATGCA\", \"ini\": 3019, \"clust\": 63, \"rank\": 415, \"rankvar\": 371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1849, \"group\": [64.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCATCATTC\", \"ini\": 3018, \"clust\": 2560, \"rank\": 636, \"rankvar\": 1619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 501, \"group\": [2560.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACCGAATT\", \"ini\": 3017, \"clust\": 3342, \"rank\": 729, \"rankvar\": 2714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 572, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3203, \"group\": [3341.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTGAGTGT\", \"ini\": 3016, \"clust\": 1707, \"rank\": 829, \"rankvar\": 667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 573, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 502, \"group\": [1703.0, 326.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGCAATTA\", \"ini\": 3015, \"clust\": 1608, \"rank\": 570, \"rankvar\": 1556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 503, \"group\": [1716.0, 331.0, 56.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACTCCTG\", \"ini\": 3014, \"clust\": 1279, \"rank\": 738, \"rankvar\": 3264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 575, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1706, \"group\": [1279.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTCATCC\", \"ini\": 3013, \"clust\": 2271, \"rank\": 731, \"rankvar\": 975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 504, \"group\": [2272.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGAACAACT\", \"ini\": 3012, \"clust\": 2288, \"rank\": 762, \"rankvar\": 433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 577, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 505, \"group\": [2288.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCATCAGTAC\", \"ini\": 3011, \"clust\": 54, \"rank\": 189, \"rankvar\": 3434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1850, \"group\": [51.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGTACATGA\", \"ini\": 3010, \"clust\": 1969, \"rank\": 620, \"rankvar\": 327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 506, \"group\": [1970.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCCAATGGT\", \"ini\": 3009, \"clust\": 1872, \"rank\": 596, \"rankvar\": 592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 507, \"group\": [1873.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTCGTACT\", \"ini\": 3008, \"clust\": 3378, \"rank\": 383, \"rankvar\": 2763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 581, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3204, \"group\": [3381.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTTGTTGG\", \"ini\": 3007, \"clust\": 1966, \"rank\": 588, \"rankvar\": 60, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 582, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 508, \"group\": [1967.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACATGTCTCC\", \"ini\": 3006, \"clust\": 3488, \"rank\": 1376, \"rankvar\": 3101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 583, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 21, \"group\": [3488.0, 647.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTTGAGTTC\", \"ini\": 3005, \"clust\": 2359, \"rank\": 574, \"rankvar\": 1362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 584, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 509, \"group\": [2360.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCGTTTAC\", \"ini\": 3004, \"clust\": 3340, \"rank\": 728, \"rankvar\": 2055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 585, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3205, \"group\": [3344.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTTGAGGTG\", \"ini\": 3003, \"clust\": 3226, \"rank\": 472, \"rankvar\": 2347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 586, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3206, \"group\": [3230.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTACGAAAT\", \"ini\": 3002, \"clust\": 2479, \"rank\": 632, \"rankvar\": 401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 510, \"group\": [2483.0, 440.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCGTGGTCG\", \"ini\": 3001, \"clust\": 1950, \"rank\": 560, \"rankvar\": 664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 511, \"group\": [1949.0, 416.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTGTGTCGCTG\", \"ini\": 3000, \"clust\": 3479, \"rank\": 1160, \"rankvar\": 3089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 589, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 22, \"group\": [3480.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACAGTACACCT\", \"ini\": 2999, \"clust\": 2336, \"rank\": 658, \"rankvar\": 298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 590, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 512, \"group\": [2337.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGGAGGTA\", \"ini\": 2998, \"clust\": 3067, \"rank\": 411, \"rankvar\": 1077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 591, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3207, \"group\": [3067.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGGTAACG\", \"ini\": 2997, \"clust\": 1809, \"rank\": 773, \"rankvar\": 1311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 513, \"group\": [1811.0, 385.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACGAAA\", \"ini\": 2996, \"clust\": 3155, \"rank\": 347, \"rankvar\": 2891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 593, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3208, \"group\": [3154.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCCTGTT\", \"ini\": 2995, \"clust\": 3333, \"rank\": 614, \"rankvar\": 1918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 594, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3209, \"group\": [3334.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATGTTGTCTTT\", \"ini\": 2994, \"clust\": 1953, \"rank\": 504, \"rankvar\": 926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 595, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 514, \"group\": [1953.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCGCCGTGA\", \"ini\": 2993, \"clust\": 3231, \"rank\": 568, \"rankvar\": 2985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 596, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3210, \"group\": [3235.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATCGCTC\", \"ini\": 2992, \"clust\": 1801, \"rank\": 569, \"rankvar\": 1074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 515, \"group\": [1801.0, 381.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCCTGCCAT\", \"ini\": 2991, \"clust\": 1610, \"rank\": 902, \"rankvar\": 43, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 516, \"group\": [1612.0, 296.0, 51.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTGACCAAG\", \"ini\": 2990, \"clust\": 3134, \"rank\": 519, \"rankvar\": 1249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3211, \"group\": [3138.0, 594.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTACGAAAT\", \"ini\": 2989, \"clust\": 3128, \"rank\": 852, \"rankvar\": 929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 600, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3212, \"group\": [3127.0, 592.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTAAGGTCATCT\", \"ini\": 2988, \"clust\": 2466, \"rank\": 639, \"rankvar\": 679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 517, \"group\": [2467.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCGAGAACG\", \"ini\": 2987, \"clust\": 1907, \"rank\": 700, \"rankvar\": 95, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 518, \"group\": [1909.0, 410.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCGAGCCCA\", \"ini\": 2986, \"clust\": 1954, \"rank\": 549, \"rankvar\": 300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 519, \"group\": [1958.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGTACGCCC\", \"ini\": 2985, \"clust\": 3383, \"rank\": 561, \"rankvar\": 2822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3213, \"group\": [3383.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCTTACCTA\", \"ini\": 2984, \"clust\": 1674, \"rank\": 777, \"rankvar\": 773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 520, \"group\": [1673.0, 317.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGAACTCGG\", \"ini\": 2983, \"clust\": 3243, \"rank\": 269, \"rankvar\": 2799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 606, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3214, \"group\": [3242.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGGAT\", \"ini\": 2982, \"clust\": 1641, \"rank\": 565, \"rankvar\": 761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 607, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 521, \"group\": [1640.0, 312.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTGCTCTTC\", \"ini\": 2981, \"clust\": 66, \"rank\": 251, \"rankvar\": 2032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 608, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1851, \"group\": [62.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGACGCAA\", \"ini\": 2980, \"clust\": 3385, \"rank\": 514, \"rankvar\": 2283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 609, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3215, \"group\": [3390.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCACTGTCGG\", \"ini\": 2979, \"clust\": 3328, \"rank\": 476, \"rankvar\": 3064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3216, \"group\": [3328.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTGCAGGTA\", \"ini\": 2978, \"clust\": 1862, \"rank\": 668, \"rankvar\": 2466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 522, \"group\": [1864.0, 403.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTGAGCGAT\", \"ini\": 2977, \"clust\": 3435, \"rank\": 564, \"rankvar\": 3459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 612, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1707, \"group\": [3447.0, 634.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCACATACG\", \"ini\": 2976, \"clust\": 225, \"rank\": 402, \"rankvar\": 2029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 613, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2694, \"group\": [226.0, 62.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTTCAGTTCGA\", \"ini\": 2975, \"clust\": 2503, \"rank\": 745, \"rankvar\": 1956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 523, \"group\": [2501.0, 445.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCCTTGACC\", \"ini\": 2974, \"clust\": 2377, \"rank\": 669, \"rankvar\": 756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 524, \"group\": [2378.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATCGATGT\", \"ini\": 2973, \"clust\": 1922, \"rank\": 712, \"rankvar\": 873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 616, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 525, \"group\": [1923.0, 413.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCCAAAGTC\", \"ini\": 2972, \"clust\": 1776, \"rank\": 520, \"rankvar\": 827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 526, \"group\": [1777.0, 373.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCCGAAGAG\", \"ini\": 2971, \"clust\": 3395, \"rank\": 1151, \"rankvar\": 3390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 618, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3568, \"group\": [3416.0, 617.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGAAACCTA\", \"ini\": 2970, \"clust\": 3459, \"rank\": 1201, \"rankvar\": 1997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 23, \"group\": [3460.0, 642.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCGACGGAA\", \"ini\": 2969, \"clust\": 1322, \"rank\": 577, \"rankvar\": 2542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 620, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1708, \"group\": [1322.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACCAGTTA\", \"ini\": 2968, \"clust\": 2390, \"rank\": 551, \"rankvar\": 2360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 527, \"group\": [2391.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTCTGGAGA\", \"ini\": 2967, \"clust\": 2295, \"rank\": 667, \"rankvar\": 680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 528, \"group\": [2298.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCATCGGAT\", \"ini\": 2966, \"clust\": 1959, \"rank\": 593, \"rankvar\": 293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 529, \"group\": [1960.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGGTAAG\", \"ini\": 2965, \"clust\": 2196, \"rank\": 647, \"rankvar\": 243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 530, \"group\": [2199.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCTTGACC\", \"ini\": 2964, \"clust\": 1917, \"rank\": 510, \"rankvar\": 76, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 625, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 531, \"group\": [1918.0, 412.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACAGAGA\", \"ini\": 2963, \"clust\": 2240, \"rank\": 489, \"rankvar\": 1410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 532, \"group\": [2240.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACATCCA\", \"ini\": 2962, \"clust\": 3223, \"rank\": 374, \"rankvar\": 3047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3217, \"group\": [3222.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAGCCTAT\", \"ini\": 2961, \"clust\": 3148, \"rank\": 475, \"rankvar\": 1755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 628, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3218, \"group\": [3148.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTAGAGC\", \"ini\": 2960, \"clust\": 3384, \"rank\": 716, \"rankvar\": 1696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 629, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3219, \"group\": [3391.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTAGCGTGA\", \"ini\": 2959, \"clust\": 1791, \"rank\": 969, \"rankvar\": 340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 533, \"group\": [1792.0, 378.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTGAGGGAG\", \"ini\": 2958, \"clust\": 3220, \"rank\": 444, \"rankvar\": 2669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 631, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3220, \"group\": [3221.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTAGCCTAT\", \"ini\": 2957, \"clust\": 1643, \"rank\": 840, \"rankvar\": 471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 534, \"group\": [1642.0, 313.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCATACCATG\", \"ini\": 2956, \"clust\": 1282, \"rank\": 1011, \"rankvar\": 3363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 633, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1709, \"group\": [1281.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTGCAGTAG\", \"ini\": 2955, \"clust\": 3337, \"rank\": 646, \"rankvar\": 1569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 634, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3221, \"group\": [3340.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACGCTTTC\", \"ini\": 2954, \"clust\": 3334, \"rank\": 701, \"rankvar\": 2519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 635, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3222, \"group\": [3335.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCGACAT\", \"ini\": 2953, \"clust\": 1977, \"rank\": 671, \"rankvar\": 239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 535, \"group\": [1978.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTATGTGG\", \"ini\": 2952, \"clust\": 2332, \"rank\": 720, \"rankvar\": 1775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 637, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 536, \"group\": [2332.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTAGCGGT\", \"ini\": 2951, \"clust\": 1695, \"rank\": 920, \"rankvar\": 2351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 537, \"group\": [1694.0, 322.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACTCTTA\", \"ini\": 2950, \"clust\": 1918, \"rank\": 641, \"rankvar\": 1057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 639, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 538, \"group\": [1919.0, 412.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACTTACGA\", \"ini\": 2949, \"clust\": 1794, \"rank\": 723, \"rankvar\": 647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 539, \"group\": [1795.0, 379.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTCAGATAA\", \"ini\": 2948, \"clust\": 237, \"rank\": 455, \"rankvar\": 2468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 641, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2695, \"group\": [240.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTGATAAGT\", \"ini\": 2947, \"clust\": 1223, \"rank\": 808, \"rankvar\": 1296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 642, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1672, \"group\": [1230.0, 184.0, 29.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGTGAGA\", \"ini\": 2946, \"clust\": 1789, \"rank\": 681, \"rankvar\": 686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 540, \"group\": [1789.0, 377.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGGGTCT\", \"ini\": 2945, \"clust\": 2242, \"rank\": 545, \"rankvar\": 872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 541, \"group\": [2242.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCTCGGATGTT\", \"ini\": 2944, \"clust\": 1259, \"rank\": 674, \"rankvar\": 3029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1710, \"group\": [1257.0, 202.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCCAAGTAATG\", \"ini\": 2943, \"clust\": 2160, \"rank\": 597, \"rankvar\": 1912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 646, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 542, \"group\": [2160.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAACACAGTCGC\", \"ini\": 2942, \"clust\": 3069, \"rank\": 706, \"rankvar\": 276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 647, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3223, \"group\": [3069.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTCGAGTA\", \"ini\": 2941, \"clust\": 3139, \"rank\": 434, \"rankvar\": 2786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 648, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3224, \"group\": [3139.0, 595.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCTCACCT\", \"ini\": 2940, \"clust\": 3088, \"rank\": 315, \"rankvar\": 2102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 649, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3225, \"group\": [3090.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTTCAACCA\", \"ini\": 2939, \"clust\": 1873, \"rank\": 673, \"rankvar\": 278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 543, \"group\": [1876.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACACATGT\", \"ini\": 2938, \"clust\": 1928, \"rank\": 540, \"rankvar\": 1142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 651, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 544, \"group\": [1932.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTGCACTTA\", \"ini\": 2937, \"clust\": 1927, \"rank\": 619, \"rankvar\": 64, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 545, \"group\": [1928.0, 414.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTTACGTCA\", \"ini\": 2936, \"clust\": 1906, \"rank\": 785, \"rankvar\": 758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 653, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 546, \"group\": [1910.0, 410.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTTGGGTA\", \"ini\": 2935, \"clust\": 2098, \"rank\": 707, \"rankvar\": 1216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 547, \"group\": [2101.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTATTACCG\", \"ini\": 2934, \"clust\": 3222, \"rank\": 400, \"rankvar\": 2975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 655, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3226, \"group\": [3224.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGGCTCAGA\", \"ini\": 2933, \"clust\": 3268, \"rank\": 558, \"rankvar\": 2123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 656, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3227, \"group\": [3266.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCACTCCTG\", \"ini\": 2932, \"clust\": 2265, \"rank\": 718, \"rankvar\": 2024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 548, \"group\": [2264.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAGACGCTC\", \"ini\": 2931, \"clust\": 1919, \"rank\": 806, \"rankvar\": 944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 549, \"group\": [1920.0, 413.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTGACTACT\", \"ini\": 2930, \"clust\": 2272, \"rank\": 682, \"rankvar\": 890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 659, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 550, \"group\": [2273.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAGGTACC\", \"ini\": 2929, \"clust\": 1967, \"rank\": 694, \"rankvar\": 1134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 551, \"group\": [1968.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCACCATCCT\", \"ini\": 2928, \"clust\": 2187, \"rank\": 654, \"rankvar\": 945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 552, \"group\": [2187.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTAGTGCTGCC\", \"ini\": 2927, \"clust\": 1787, \"rank\": 752, \"rankvar\": 346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 662, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 553, \"group\": [1790.0, 377.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGGCTT\", \"ini\": 2926, \"clust\": 2318, \"rank\": 751, \"rankvar\": 1450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 663, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 554, \"group\": [2322.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCTACAGA\", \"ini\": 2925, \"clust\": 3072, \"rank\": 719, \"rankvar\": 628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 664, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3228, \"group\": [3072.0, 580.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACAGTAGGTGC\", \"ini\": 2924, \"clust\": 2392, \"rank\": 653, \"rankvar\": 1841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 665, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 555, \"group\": [2394.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTTATCTG\", \"ini\": 2923, \"clust\": 2958, \"rank\": 1164, \"rankvar\": 2477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 666, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3229, \"group\": [2957.0, 539.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGCGGTAA\", \"ini\": 2922, \"clust\": 2275, \"rank\": 670, \"rankvar\": 455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 556, \"group\": [2275.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTCTAGAGG\", \"ini\": 2921, \"clust\": 1323, \"rank\": 635, \"rankvar\": 3259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1711, \"group\": [1323.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCGTTTGCC\", \"ini\": 2920, \"clust\": 1677, \"rank\": 691, \"rankvar\": 577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 557, \"group\": [1677.0, 317.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTGTTTGT\", \"ini\": 2919, \"clust\": 3240, \"rank\": 502, \"rankvar\": 3129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 670, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3230, \"group\": [3239.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCATAAAGG\", \"ini\": 2918, \"clust\": 2460, \"rank\": 778, \"rankvar\": 78, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 671, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 558, \"group\": [2460.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTTCAACCA\", \"ini\": 2917, \"clust\": 3296, \"rank\": 697, \"rankvar\": 2467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 672, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3231, \"group\": [3297.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTACTCTCC\", \"ini\": 2916, \"clust\": 1629, \"rank\": 1146, \"rankvar\": 2058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 673, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 559, \"group\": [1630.0, 307.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGGTGTGT\", \"ini\": 2915, \"clust\": 1943, \"rank\": 541, \"rankvar\": 1958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 560, \"group\": [1944.0, 416.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTGTCTTT\", \"ini\": 2914, \"clust\": 1730, \"rank\": 870, \"rankvar\": 2, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 561, \"group\": [1730.0, 340.0, 61.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAATTCCC\", \"ini\": 2913, \"clust\": 2300, \"rank\": 425, \"rankvar\": 1721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 562, \"group\": [2304.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAGCGCTC\", \"ini\": 2912, \"clust\": 3307, \"rank\": 657, \"rankvar\": 2614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 677, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3232, \"group\": [3307.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTGCAGACA\", \"ini\": 2911, \"clust\": 1326, \"rank\": 505, \"rankvar\": 3201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 678, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1712, \"group\": [1335.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCAATAAGG\", \"ini\": 2910, \"clust\": 3271, \"rank\": 530, \"rankvar\": 847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 679, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3233, \"group\": [3274.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCACCAGGC\", \"ini\": 2909, \"clust\": 2534, \"rank\": 838, \"rankvar\": 539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 563, \"group\": [2534.0, 454.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGTTAAGA\", \"ini\": 2908, \"clust\": 3482, \"rank\": 1305, \"rankvar\": 3258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 681, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 24, \"group\": [3483.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAGGGCT\", \"ini\": 2907, \"clust\": 2328, \"rank\": 757, \"rankvar\": 296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 564, \"group\": [2329.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAAGTAGTA\", \"ini\": 2906, \"clust\": 1798, \"rank\": 756, \"rankvar\": 453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 565, \"group\": [1799.0, 380.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCATCTATGG\", \"ini\": 2905, \"clust\": 1829, \"rank\": 939, \"rankvar\": 2296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 566, \"group\": [1831.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGGACGAAA\", \"ini\": 2904, \"clust\": 3331, \"rank\": 491, \"rankvar\": 2944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 685, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3234, \"group\": [3330.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTCGAGTTT\", \"ini\": 2903, \"clust\": 2374, \"rank\": 726, \"rankvar\": 894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 567, \"group\": [2375.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTAAGTGGC\", \"ini\": 2902, \"clust\": 2350, \"rank\": 715, \"rankvar\": 603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 568, \"group\": [2353.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCTCATGTCCC\", \"ini\": 2901, \"clust\": 2476, \"rank\": 607, \"rankvar\": 1785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 569, \"group\": [2479.0, 438.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATGCCTAA\", \"ini\": 2900, \"clust\": 3421, \"rank\": 945, \"rankvar\": 564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 689, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3235, \"group\": [3424.0, 623.0, 87.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCAACGAAA\", \"ini\": 2899, \"clust\": 1612, \"rank\": 989, \"rankvar\": 1223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 570, \"group\": [1609.0, 293.0, 51.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATGGAGC\", \"ini\": 2898, \"clust\": 3149, \"rank\": 566, \"rankvar\": 2704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 691, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3236, \"group\": [3149.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGAAACCTA\", \"ini\": 2897, \"clust\": 2860, \"rank\": 844, \"rankvar\": 1825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 692, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 571, \"group\": [2861.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCCTTGACC\", \"ini\": 2896, \"clust\": 2814, \"rank\": 685, \"rankvar\": 2417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 572, \"group\": [2815.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGTGGACGT\", \"ini\": 2895, \"clust\": 1378, \"rank\": 899, \"rankvar\": 2915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1713, \"group\": [1375.0, 210.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCGAGAGCA\", \"ini\": 2894, \"clust\": 2802, \"rank\": 557, \"rankvar\": 1831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 573, \"group\": [2803.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAAATTGCC\", \"ini\": 2893, \"clust\": 1278, \"rank\": 821, \"rankvar\": 3190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1714, \"group\": [1278.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTGCTG\", \"ini\": 2892, \"clust\": 1377, \"rank\": 804, \"rankvar\": 3052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1715, \"group\": [1377.0, 210.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACCAGGCTGAA\", \"ini\": 2891, \"clust\": 1971, \"rank\": 659, \"rankvar\": 85, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 574, \"group\": [1972.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCGTTCCG\", \"ini\": 2890, \"clust\": 1878, \"rank\": 914, \"rankvar\": 225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 575, \"group\": [1877.0, 406.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCCGAACC\", \"ini\": 2889, \"clust\": 1725, \"rank\": 672, \"rankvar\": 61, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 700, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 576, \"group\": [1728.0, 338.0, 60.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCTTCTCG\", \"ini\": 2888, \"clust\": 2940, \"rank\": 1230, \"rankvar\": 177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 701, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3237, \"group\": [2940.0, 534.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGTGTTAGA\", \"ini\": 2887, \"clust\": 2361, \"rank\": 582, \"rankvar\": 1076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 702, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 577, \"group\": [2362.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTAAGTGTA\", \"ini\": 2886, \"clust\": 2230, \"rank\": 585, \"rankvar\": 1894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 578, \"group\": [2230.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGGGTTCCC\", \"ini\": 2885, \"clust\": 1320, \"rank\": 656, \"rankvar\": 2335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 704, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1716, \"group\": [1320.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGTTTA\", \"ini\": 2884, \"clust\": 2967, \"rank\": 774, \"rankvar\": 2640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 705, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3238, \"group\": [2966.0, 544.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTTTAAGCC\", \"ini\": 2883, \"clust\": 3470, \"rank\": 1226, \"rankvar\": 3372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 706, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 25, \"group\": [3470.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTAAGGGAA\", \"ini\": 2882, \"clust\": 3154, \"rank\": 463, \"rankvar\": 1806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 707, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3239, \"group\": [3156.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATCTGTT\", \"ini\": 2881, \"clust\": 2320, \"rank\": 741, \"rankvar\": 1591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 579, \"group\": [2319.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGATACACA\", \"ini\": 2880, \"clust\": 3042, \"rank\": 696, \"rankvar\": 1783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 709, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3240, \"group\": [3042.0, 573.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTAAATGTG\", \"ini\": 2879, \"clust\": 2555, \"rank\": 803, \"rankvar\": 1180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 580, \"group\": [2554.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGTAGCCGA\", \"ini\": 2878, \"clust\": 2450, \"rank\": 563, \"rankvar\": 907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 581, \"group\": [2450.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTATTG\", \"ini\": 2877, \"clust\": 2238, \"rank\": 579, \"rankvar\": 1075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 582, \"group\": [2241.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCAAGCTGAG\", \"ini\": 2876, \"clust\": 3371, \"rank\": 640, \"rankvar\": 2955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 713, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3241, \"group\": [3374.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCGTAATA\", \"ini\": 2875, \"clust\": 2339, \"rank\": 775, \"rankvar\": 1916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 583, \"group\": [2339.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCAACTCTT\", \"ini\": 2874, \"clust\": 2340, \"rank\": 650, \"rankvar\": 218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 715, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 584, \"group\": [2340.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCTCTTGTCAT\", \"ini\": 2873, \"clust\": 2461, \"rank\": 746, \"rankvar\": 42, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 716, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 585, \"group\": [2461.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCAGATCG\", \"ini\": 2872, \"clust\": 2243, \"rank\": 604, \"rankvar\": 585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 717, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 586, \"group\": [2243.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCACGTGG\", \"ini\": 2871, \"clust\": 2334, \"rank\": 790, \"rankvar\": 271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 587, \"group\": [2334.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTCAAGCCTAT\", \"ini\": 2870, \"clust\": 2174, \"rank\": 572, \"rankvar\": 1513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 719, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 588, \"group\": [2177.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCACTATTC\", \"ini\": 2869, \"clust\": 3332, \"rank\": 581, \"rankvar\": 2750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 720, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3242, \"group\": [3331.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGCATGGCA\", \"ini\": 2868, \"clust\": 3120, \"rank\": 744, \"rankvar\": 2730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 721, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3243, \"group\": [3123.0, 591.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCACGGTGTC\", \"ini\": 2867, \"clust\": 3147, \"rank\": 419, \"rankvar\": 2551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 722, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3244, \"group\": [3157.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAGATGAGC\", \"ini\": 2866, \"clust\": 2213, \"rank\": 554, \"rankvar\": 2528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 723, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 589, \"group\": [2212.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTCTCCACT\", \"ini\": 2865, \"clust\": 1810, \"rank\": 943, \"rankvar\": 221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 724, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 590, \"group\": [1809.0, 385.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTCTCGG\", \"ini\": 2864, \"clust\": 2345, \"rank\": 782, \"rankvar\": 2361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 725, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 591, \"group\": [2346.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAATGTTGC\", \"ini\": 2863, \"clust\": 2554, \"rank\": 849, \"rankvar\": 308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 592, \"group\": [2556.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGTCTCA\", \"ini\": 2862, \"clust\": 3121, \"rank\": 901, \"rankvar\": 2093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 727, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3245, \"group\": [3121.0, 591.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCTGT\", \"ini\": 2861, \"clust\": 2299, \"rank\": 724, \"rankvar\": 1043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 728, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 593, \"group\": [2305.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGGGCATGT\", \"ini\": 2860, \"clust\": 3390, \"rank\": 592, \"rankvar\": 2266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 729, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3246, \"group\": [3388.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGACATGGGACA\", \"ini\": 2859, \"clust\": 2419, \"rank\": 818, \"rankvar\": 1012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 594, \"group\": [2420.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTTCCGGCA\", \"ini\": 2858, \"clust\": 2284, \"rank\": 893, \"rankvar\": 600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 731, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 595, \"group\": [2287.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAAGGATT\", \"ini\": 2857, \"clust\": 3312, \"rank\": 703, \"rankvar\": 1144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 732, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3247, \"group\": [3313.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATCGATTG\", \"ini\": 2856, \"clust\": 235, \"rank\": 443, \"rankvar\": 2492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 733, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2696, \"group\": [233.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTAAGTAGT\", \"ini\": 2855, \"clust\": 3321, \"rank\": 511, \"rankvar\": 2491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3248, \"group\": [3323.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGGTAGA\", \"ini\": 2854, \"clust\": 1708, \"rank\": 956, \"rankvar\": 292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 596, \"group\": [1704.0, 326.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACATGTC\", \"ini\": 2853, \"clust\": 2182, \"rank\": 652, \"rankvar\": 588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 736, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 597, \"group\": [2183.0, 427.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCAGTGACTCT\", \"ini\": 2852, \"clust\": 3073, \"rank\": 730, \"rankvar\": 2627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3249, \"group\": [3073.0, 580.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCAACGCACC\", \"ini\": 2851, \"clust\": 2198, \"rank\": 680, \"rankvar\": 326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 598, \"group\": [2198.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAGTAGTGAAT\", \"ini\": 2850, \"clust\": 2290, \"rank\": 717, \"rankvar\": 1386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 599, \"group\": [2294.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCCCATTAT\", \"ini\": 2849, \"clust\": 1795, \"rank\": 854, \"rankvar\": 150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 600, \"group\": [1796.0, 379.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCAAGCCTA\", \"ini\": 2848, \"clust\": 2205, \"rank\": 517, \"rankvar\": 2844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 601, \"group\": [2205.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCCGTAGTA\", \"ini\": 2847, \"clust\": 3206, \"rank\": 625, \"rankvar\": 2623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 742, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3250, \"group\": [3208.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCCATGCTC\", \"ini\": 2846, \"clust\": 2177, \"rank\": 603, \"rankvar\": 1357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 743, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 602, \"group\": [2178.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGTGGAGTC\", \"ini\": 2845, \"clust\": 3335, \"rank\": 749, \"rankvar\": 2428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 744, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3251, \"group\": [3336.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCAGCTGGC\", \"ini\": 2844, \"clust\": 2163, \"rank\": 601, \"rankvar\": 1500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 745, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 603, \"group\": [2163.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGAGTATA\", \"ini\": 2843, \"clust\": 3377, \"rank\": 605, \"rankvar\": 2605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 746, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3252, \"group\": [3378.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTCTTGAT\", \"ini\": 2842, \"clust\": 3038, \"rank\": 736, \"rankvar\": 1353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 747, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3253, \"group\": [3046.0, 573.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACGGTTTA\", \"ini\": 2841, \"clust\": 1706, \"rank\": 953, \"rankvar\": 624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 604, \"group\": [1705.0, 326.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCTCACCT\", \"ini\": 2840, \"clust\": 2469, \"rank\": 764, \"rankvar\": 413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 605, \"group\": [2470.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCGTCTTC\", \"ini\": 2839, \"clust\": 3346, \"rank\": 608, \"rankvar\": 2618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 750, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3254, \"group\": [3347.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAGTAGGCTGA\", \"ini\": 2838, \"clust\": 3490, \"rank\": 1443, \"rankvar\": 3524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 751, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 26, \"group\": [3487.0, 647.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACACCGATAT\", \"ini\": 2837, \"clust\": 2294, \"rank\": 742, \"rankvar\": 835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 606, \"group\": [2293.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATGCCTAA\", \"ini\": 2836, \"clust\": 2258, \"rank\": 797, \"rankvar\": 1886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 753, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 607, \"group\": [2260.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTAGTATGACA\", \"ini\": 2835, \"clust\": 2397, \"rank\": 645, \"rankvar\": 834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 608, \"group\": [2396.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCTTGTTTG\", \"ini\": 2834, \"clust\": 2674, \"rank\": 1001, \"rankvar\": 1303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 609, \"group\": [2675.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCATCGGACC\", \"ini\": 2833, \"clust\": 2262, \"rank\": 885, \"rankvar\": 2323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 756, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 610, \"group\": [2262.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAATACAG\", \"ini\": 2832, \"clust\": 2371, \"rank\": 687, \"rankvar\": 1341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 611, \"group\": [2371.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGTACCT\", \"ini\": 2831, \"clust\": 1849, \"rank\": 1094, \"rankvar\": 2208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 612, \"group\": [1851.0, 396.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAAGCGTAG\", \"ini\": 2830, \"clust\": 1710, \"rank\": 1418, \"rankvar\": 2537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 759, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 613, \"group\": [1709.0, 327.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCAATGGAAT\", \"ini\": 2829, \"clust\": 2335, \"rank\": 819, \"rankvar\": 825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 614, \"group\": [2335.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCTGCTTGC\", \"ini\": 2828, \"clust\": 2276, \"rank\": 684, \"rankvar\": 1705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 761, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 615, \"group\": [2276.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTGTATGGG\", \"ini\": 2827, \"clust\": 3563, \"rank\": 1956, \"rankvar\": 3550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 762, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 27, \"group\": [3562.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCGGCTACG\", \"ini\": 2826, \"clust\": 2473, \"rank\": 755, \"rankvar\": 12, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 616, \"group\": [2474.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAAACAC\", \"ini\": 2825, \"clust\": 2601, \"rank\": 1130, \"rankvar\": 966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 617, \"group\": [2601.0, 462.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTACTTAGC\", \"ini\": 2824, \"clust\": 1929, \"rank\": 590, \"rankvar\": 1919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 765, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 618, \"group\": [1931.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTGGGTATG\", \"ini\": 2823, \"clust\": 1978, \"rank\": 526, \"rankvar\": 369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 619, \"group\": [1979.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCATCCAACA\", \"ini\": 2822, \"clust\": 2089, \"rank\": 732, \"rankvar\": 1725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 767, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 620, \"group\": [2090.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCGTCGTTC\", \"ini\": 2821, \"clust\": 1965, \"rank\": 610, \"rankvar\": 887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 621, \"group\": [1966.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAAGTCACGCC\", \"ini\": 2820, \"clust\": 3129, \"rank\": 962, \"rankvar\": 1774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 769, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3255, \"group\": [3128.0, 592.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGGTGTA\", \"ini\": 2819, \"clust\": 2138, \"rank\": 735, \"rankvar\": 1677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 622, \"group\": [2137.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCTCCTATA\", \"ini\": 2818, \"clust\": 1609, \"rank\": 1265, \"rankvar\": 2715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 623, \"group\": [1613.0, 297.0, 52.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCGCCTTG\", \"ini\": 2817, \"clust\": 239, \"rank\": 440, \"rankvar\": 3100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2697, \"group\": [237.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTAGCTAAA\", \"ini\": 2816, \"clust\": 1379, \"rank\": 1003, \"rankvar\": 3055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1717, \"group\": [1376.0, 210.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTCTGTCG\", \"ini\": 2815, \"clust\": 1992, \"rank\": 761, \"rankvar\": 68, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 624, \"group\": [1993.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTCACCTAA\", \"ini\": 2814, \"clust\": 1625, \"rank\": 1150, \"rankvar\": 2626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 775, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 625, \"group\": [1624.0, 303.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACATCCTTGC\", \"ini\": 2813, \"clust\": 1702, \"rank\": 1277, \"rankvar\": 1306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 776, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 626, \"group\": [1701.0, 324.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGAATTGTG\", \"ini\": 2812, \"clust\": 1703, \"rank\": 1237, \"rankvar\": 1567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 627, \"group\": [1702.0, 325.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGGTATCG\", \"ini\": 2811, \"clust\": 3250, \"rank\": 965, \"rankvar\": 2479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 778, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3256, \"group\": [3249.0, 604.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTCCACAA\", \"ini\": 2810, \"clust\": 3136, \"rank\": 788, \"rankvar\": 2114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 779, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3257, \"group\": [3135.0, 594.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGCATCG\", \"ini\": 2809, \"clust\": 1283, \"rank\": 1178, \"rankvar\": 2735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 780, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1718, \"group\": [1282.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTATATCCG\", \"ini\": 2808, \"clust\": 2159, \"rank\": 683, \"rankvar\": 1688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 628, \"group\": [2162.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGTAGATC\", \"ini\": 2807, \"clust\": 2375, \"rank\": 805, \"rankvar\": 209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 629, \"group\": [2376.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGGACCACA\", \"ini\": 2806, \"clust\": 1885, \"rank\": 941, \"rankvar\": 297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 783, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 630, \"group\": [1886.0, 408.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTAAAGTG\", \"ini\": 2805, \"clust\": 1856, \"rank\": 714, \"rankvar\": 323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 631, \"group\": [1856.0, 399.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCAGTCCTTC\", \"ini\": 2804, \"clust\": 2314, \"rank\": 609, \"rankvar\": 1268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 785, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 632, \"group\": [2314.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCATGCAT\", \"ini\": 2803, \"clust\": 1924, \"rank\": 866, \"rankvar\": 625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 633, \"group\": [1924.0, 413.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCACGACTA\", \"ini\": 2802, \"clust\": 1334, \"rank\": 611, \"rankvar\": 3404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 787, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1719, \"group\": [1333.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCTCGATGA\", \"ini\": 2801, \"clust\": 2292, \"rank\": 767, \"rankvar\": 1903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 634, \"group\": [2291.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGACTTGAA\", \"ini\": 2800, \"clust\": 2459, \"rank\": 960, \"rankvar\": 112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 635, \"group\": [2462.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGCCAGGAT\", \"ini\": 2799, \"clust\": 2382, \"rank\": 776, \"rankvar\": 860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 790, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 636, \"group\": [2381.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATAGATAGGAG\", \"ini\": 2798, \"clust\": 2812, \"rank\": 747, \"rankvar\": 1772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 637, \"group\": [2812.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGAGCAATT\", \"ini\": 2797, \"clust\": 1783, \"rank\": 686, \"rankvar\": 866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 792, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 638, \"group\": [1787.0, 376.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTGGGTCAA\", \"ini\": 2796, \"clust\": 1700, \"rank\": 1088, \"rankvar\": 586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 639, \"group\": [1698.0, 323.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGCCGTCGT\", \"ini\": 2795, \"clust\": 3224, \"rank\": 615, \"rankvar\": 3193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 794, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3258, \"group\": [3223.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTACCGAT\", \"ini\": 2794, \"clust\": 3320, \"rank\": 410, \"rankvar\": 2434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 795, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3259, \"group\": [3320.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCTTGTACT\", \"ini\": 2793, \"clust\": 2273, \"rank\": 846, \"rankvar\": 374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 796, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 640, \"group\": [2274.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACGGACAA\", \"ini\": 2792, \"clust\": 3329, \"rank\": 522, \"rankvar\": 2828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 797, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3260, \"group\": [3333.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTCATTAGC\", \"ini\": 2791, \"clust\": 2796, \"rank\": 809, \"rankvar\": 1415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 798, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 641, \"group\": [2797.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTCTGCAAT\", \"ini\": 2790, \"clust\": 1721, \"rank\": 698, \"rankvar\": 640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 642, \"group\": [1724.0, 334.0, 57.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAAACACA\", \"ini\": 2789, \"clust\": 3422, \"rank\": 1262, \"rankvar\": 105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 800, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3261, \"group\": [3422.0, 621.0, 87.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTAACTGG\", \"ini\": 2788, \"clust\": 2964, \"rank\": 753, \"rankvar\": 1182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3262, \"group\": [2964.0, 544.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCACGCATA\", \"ini\": 2787, \"clust\": 3213, \"rank\": 796, \"rankvar\": 2791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 802, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3263, \"group\": [3214.0, 602.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGGTGATTA\", \"ini\": 2786, \"clust\": 3130, \"rank\": 958, \"rankvar\": 1687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 803, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3264, \"group\": [3131.0, 594.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAATGAAAC\", \"ini\": 2785, \"clust\": 1697, \"rank\": 894, \"rankvar\": 590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 643, \"group\": [1697.0, 323.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACTAGGC\", \"ini\": 2784, \"clust\": 1780, \"rank\": 924, \"rankvar\": 338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 805, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 644, \"group\": [1782.0, 375.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCTCCCTAATT\", \"ini\": 2783, \"clust\": 2267, \"rank\": 879, \"rankvar\": 1776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 806, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 645, \"group\": [2270.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCAACACCA\", \"ini\": 2782, \"clust\": 3419, \"rank\": 1371, \"rankvar\": 2911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 807, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3265, \"group\": [3419.0, 619.0, 86.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTGCTCTTC\", \"ini\": 2781, \"clust\": 3203, \"rank\": 539, \"rankvar\": 3120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 808, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3266, \"group\": [3203.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAAGGTTCT\", \"ini\": 2780, \"clust\": 2410, \"rank\": 895, \"rankvar\": 921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 809, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 646, \"group\": [2410.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAATCAAACGGG\", \"ini\": 2779, \"clust\": 3420, \"rank\": 1052, \"rankvar\": 2514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3267, \"group\": [3420.0, 619.0, 86.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTACTCTCC\", \"ini\": 2778, \"clust\": 1834, \"rank\": 872, \"rankvar\": 1283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 647, \"group\": [1834.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTCGCGAC\", \"ini\": 2777, \"clust\": 3391, \"rank\": 1153, \"rankvar\": 2769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 812, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3268, \"group\": [3395.0, 614.0, 84.0, 18.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCATTCCTGC\", \"ini\": 2776, \"clust\": 1853, \"rank\": 1209, \"rankvar\": 1201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 648, \"group\": [1853.0, 397.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAATCTCTTATG\", \"ini\": 2775, \"clust\": 3381, \"rank\": 739, \"rankvar\": 2592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 814, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3269, \"group\": [3384.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCACGTTC\", \"ini\": 2774, \"clust\": 3366, \"rank\": 974, \"rankvar\": 2504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 815, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3270, \"group\": [3370.0, 611.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATTACCG\", \"ini\": 2773, \"clust\": 2183, \"rank\": 622, \"rankvar\": 1315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 816, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 649, \"group\": [2186.0, 427.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAGACAAAT\", \"ini\": 2772, \"clust\": 3151, \"rank\": 501, \"rankvar\": 2778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 817, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3271, \"group\": [3151.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCCACGCT\", \"ini\": 2771, \"clust\": 2710, \"rank\": 996, \"rankvar\": 173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 650, \"group\": [2711.0, 479.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAATCTCCAGGG\", \"ini\": 2770, \"clust\": 3192, \"rank\": 835, \"rankvar\": 3042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 819, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3272, \"group\": [3197.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGACGCAA\", \"ini\": 2769, \"clust\": 2505, \"rank\": 991, \"rankvar\": 2508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 651, \"group\": [2505.0, 446.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATCGCTC\", \"ini\": 2768, \"clust\": 1800, \"rank\": 845, \"rankvar\": 9, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 821, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 652, \"group\": [1803.0, 381.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCCGTTGTC\", \"ini\": 2767, \"clust\": 3214, \"rank\": 722, \"rankvar\": 2716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 822, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3273, \"group\": [3215.0, 602.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACACAAGCCC\", \"ini\": 2766, \"clust\": 2179, \"rank\": 586, \"rankvar\": 2003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 653, \"group\": [2180.0, 427.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCAACCATG\", \"ini\": 2765, \"clust\": 1617, \"rank\": 1308, \"rankvar\": 1145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 654, \"group\": [1618.0, 299.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTTTGTTGG\", \"ini\": 2764, \"clust\": 3506, \"rank\": 1578, \"rankvar\": 3519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 825, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 28, \"group\": [3510.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGGTCA\", \"ini\": 2763, \"clust\": 3476, \"rank\": 1516, \"rankvar\": 3356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 826, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 29, \"group\": [3476.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACATTCCTGC\", \"ini\": 2762, \"clust\": 3043, \"rank\": 873, \"rankvar\": 1050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 827, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3274, \"group\": [3043.0, 573.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGGACTG\", \"ini\": 2761, \"clust\": 3233, \"rank\": 627, \"rankvar\": 2446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 828, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3275, \"group\": [3232.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTCTCGG\", \"ini\": 2760, \"clust\": 2259, \"rank\": 1029, \"rankvar\": 1436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 655, \"group\": [2258.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAATCGTC\", \"ini\": 2759, \"clust\": 2154, \"rank\": 855, \"rankvar\": 1542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 656, \"group\": [2157.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGATAGC\", \"ini\": 2758, \"clust\": 2306, \"rank\": 898, \"rankvar\": 597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 657, \"group\": [2307.0, 433.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACCACGTG\", \"ini\": 2757, \"clust\": 3584, \"rank\": 1888, \"rankvar\": 3450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 832, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 30, \"group\": [3581.0, 649.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGCTATCT\", \"ini\": 2756, \"clust\": 1973, \"rank\": 725, \"rankvar\": 190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 658, \"group\": [1973.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACCTCGTT\", \"ini\": 2755, \"clust\": 2447, \"rank\": 783, \"rankvar\": 2338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 659, \"group\": [2447.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGGATTGG\", \"ini\": 2754, \"clust\": 2372, \"rank\": 799, \"rankvar\": 437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 660, \"group\": [2372.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGAATGTGT\", \"ini\": 2753, \"clust\": 1838, \"rank\": 1065, \"rankvar\": 1122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 661, \"group\": [1836.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTTGGTC\", \"ini\": 2752, \"clust\": 1822, \"rank\": 915, \"rankvar\": 1466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 837, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 662, \"group\": [1823.0, 391.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAGCTGCTG\", \"ini\": 2751, \"clust\": 3039, \"rank\": 947, \"rankvar\": 393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 838, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3276, \"group\": [3041.0, 573.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGCTAGCC\", \"ini\": 2750, \"clust\": 3350, \"rank\": 925, \"rankvar\": 2998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 839, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3277, \"group\": [3351.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGACTTGAA\", \"ini\": 2749, \"clust\": 2463, \"rank\": 847, \"rankvar\": 235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 663, \"group\": [2465.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGCGTAAG\", \"ini\": 2748, \"clust\": 1760, \"rank\": 1018, \"rankvar\": 495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 664, \"group\": [1762.0, 363.0, 64.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAAACGCC\", \"ini\": 2747, \"clust\": 3372, \"rank\": 874, \"rankvar\": 2737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3278, \"group\": [3372.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAAGCCCAC\", \"ini\": 2746, \"clust\": 3298, \"rank\": 692, \"rankvar\": 2172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 843, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3279, \"group\": [3298.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTGAAGGCT\", \"ini\": 2745, \"clust\": 1887, \"rank\": 927, \"rankvar\": 362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 844, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 665, \"group\": [1888.0, 408.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTTGTCTTT\", \"ini\": 2744, \"clust\": 1692, \"rank\": 933, \"rankvar\": 467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 845, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 666, \"group\": [1691.0, 322.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCAGTAGT\", \"ini\": 2743, \"clust\": 3343, \"rank\": 1113, \"rankvar\": 1904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 846, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3280, \"group\": [3342.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTCGCATAT\", \"ini\": 2742, \"clust\": 2835, \"rank\": 1287, \"rankvar\": 1373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 847, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 667, \"group\": [2838.0, 492.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGCGAAGGG\", \"ini\": 2741, \"clust\": 3318, \"rank\": 533, \"rankvar\": 3154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 848, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3281, \"group\": [3324.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTTGTCC\", \"ini\": 2740, \"clust\": 1974, \"rank\": 886, \"rankvar\": 516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 668, \"group\": [1974.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTTCGAATC\", \"ini\": 2739, \"clust\": 2433, \"rank\": 926, \"rankvar\": 1293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 850, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 669, \"group\": [2434.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTACAGTTC\", \"ini\": 2738, \"clust\": 2093, \"rank\": 959, \"rankvar\": 1236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 851, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 670, \"group\": [2097.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGCTAGTCT\", \"ini\": 2737, \"clust\": 55, \"rank\": 441, \"rankvar\": 2436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 852, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1852, \"group\": [54.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTCTGCGGT\", \"ini\": 2736, \"clust\": 1863, \"rank\": 606, \"rankvar\": 1780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 671, \"group\": [1862.0, 403.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTATCTGCA\", \"ini\": 2735, \"clust\": 3137, \"rank\": 800, \"rankvar\": 2249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 854, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3282, \"group\": [3136.0, 594.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCACCCGAG\", \"ini\": 2734, \"clust\": 1253, \"rank\": 1128, \"rankvar\": 3349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 855, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1720, \"group\": [1253.0, 201.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCATGTCCC\", \"ini\": 2733, \"clust\": 1782, \"rank\": 857, \"rankvar\": 130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 672, \"group\": [1781.0, 375.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGAGTCG\", \"ini\": 2732, \"clust\": 2398, \"rank\": 734, \"rankvar\": 1741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 673, \"group\": [2397.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCACGTCTCT\", \"ini\": 2731, \"clust\": 3480, \"rank\": 1168, \"rankvar\": 3023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 858, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 31, \"group\": [3481.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTGTTTGTG\", \"ini\": 2730, \"clust\": 3306, \"rank\": 693, \"rankvar\": 2064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 859, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3283, \"group\": [3312.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCAAATTGCC\", \"ini\": 2729, \"clust\": 2383, \"rank\": 952, \"rankvar\": 1047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 860, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 674, \"group\": [2386.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGGCGTG\", \"ini\": 2728, \"clust\": 3205, \"rank\": 780, \"rankvar\": 3078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 861, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3284, \"group\": [3209.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGATCGGGT\", \"ini\": 2727, \"clust\": 1976, \"rank\": 759, \"rankvar\": 1584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 675, \"group\": [1977.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGAGCCCAA\", \"ini\": 2726, \"clust\": 1701, \"rank\": 1341, \"rankvar\": 1686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 863, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 676, \"group\": [1699.0, 323.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTAGTGAACGC\", \"ini\": 2725, \"clust\": 2431, \"rank\": 871, \"rankvar\": 528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 677, \"group\": [2432.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGCTGCAAG\", \"ini\": 2724, \"clust\": 2713, \"rank\": 1191, \"rankvar\": 2670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 865, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 678, \"group\": [2713.0, 480.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGGAGTCTG\", \"ini\": 2723, \"clust\": 3308, \"rank\": 624, \"rankvar\": 2261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 866, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3285, \"group\": [3308.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACAAACAACA\", \"ini\": 2722, \"clust\": 2637, \"rank\": 987, \"rankvar\": 1041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 679, \"group\": [2638.0, 465.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTTCGAGA\", \"ini\": 2721, \"clust\": 82, \"rank\": 584, \"rankvar\": 1672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1853, \"group\": [81.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCCACTC\", \"ini\": 2720, \"clust\": 1875, \"rank\": 824, \"rankvar\": 103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 680, \"group\": [1875.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTGTCCGT\", \"ini\": 2719, \"clust\": 1365, \"rank\": 935, \"rankvar\": 3085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 870, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1721, \"group\": [1365.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTATCAGTC\", \"ini\": 2718, \"clust\": 3423, \"rank\": 1415, \"rankvar\": 1657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 871, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3286, \"group\": [3423.0, 622.0, 87.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCAAGCCATT\", \"ini\": 2717, \"clust\": 3426, \"rank\": 903, \"rankvar\": 2117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 872, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 160, \"group\": [3425.0, 624.0, 88.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTTGAGTTC\", \"ini\": 2716, \"clust\": 2445, \"rank\": 940, \"rankvar\": 1298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 681, \"group\": [2443.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACACAGAG\", \"ini\": 2715, \"clust\": 2164, \"rank\": 713, \"rankvar\": 1163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 874, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 682, \"group\": [2164.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAGTCG\", \"ini\": 2714, \"clust\": 2405, \"rank\": 814, \"rankvar\": 306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 683, \"group\": [2405.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACAAGCCTAT\", \"ini\": 2713, \"clust\": 2823, \"rank\": 841, \"rankvar\": 2115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 684, \"group\": [2823.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCGTCTGAA\", \"ini\": 2712, \"clust\": 2535, \"rank\": 951, \"rankvar\": 141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 877, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 685, \"group\": [2535.0, 454.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCCTTGACC\", \"ini\": 2711, \"clust\": 1792, \"rank\": 1022, \"rankvar\": 222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 686, \"group\": [1793.0, 379.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCATCCTAGA\", \"ini\": 2710, \"clust\": 2436, \"rank\": 642, \"rankvar\": 1730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 687, \"group\": [2437.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGGCATCG\", \"ini\": 2709, \"clust\": 2152, \"rank\": 743, \"rankvar\": 1247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 880, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 688, \"group\": [2152.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGTGACCA\", \"ini\": 2708, \"clust\": 3336, \"rank\": 727, \"rankvar\": 2706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 881, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3287, \"group\": [3337.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCAGTCCCT\", \"ini\": 2707, \"clust\": 2297, \"rank\": 792, \"rankvar\": 219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 689, \"group\": [2295.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTGACGGTA\", \"ini\": 2706, \"clust\": 2454, \"rank\": 832, \"rankvar\": 450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 883, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 690, \"group\": [2456.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATCTGT\", \"ini\": 2705, \"clust\": 1796, \"rank\": 905, \"rankvar\": 1146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 691, \"group\": [1797.0, 380.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCAGACCTAGG\", \"ini\": 2704, \"clust\": 2477, \"rank\": 705, \"rankvar\": 1709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 692, \"group\": [2477.0, 438.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCAGCGATT\", \"ini\": 2703, \"clust\": 2349, \"rank\": 907, \"rankvar\": 402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 693, \"group\": [2354.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCTATTCA\", \"ini\": 2702, \"clust\": 1851, \"rank\": 1281, \"rankvar\": 1291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 887, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 694, \"group\": [1848.0, 396.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCAAACTGTC\", \"ini\": 2701, \"clust\": 1713, \"rank\": 1156, \"rankvar\": 607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 695, \"group\": [1711.0, 327.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGGATGGAA\", \"ini\": 2700, \"clust\": 1611, \"rank\": 1259, \"rankvar\": 133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 889, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 696, \"group\": [1611.0, 295.0, 51.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGTTTGCGT\", \"ini\": 2699, \"clust\": 2805, \"rank\": 944, \"rankvar\": 1271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 697, \"group\": [2805.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTGAAGGCT\", \"ini\": 2698, \"clust\": 2399, \"rank\": 850, \"rankvar\": 382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 698, \"group\": [2400.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGTGTTTGC\", \"ini\": 2697, \"clust\": 1679, \"rank\": 811, \"rankvar\": 202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 892, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 699, \"group\": [1676.0, 317.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGCGTTA\", \"ini\": 2696, \"clust\": 2319, \"rank\": 990, \"rankvar\": 900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 700, \"group\": [2321.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAAGAAAGG\", \"ini\": 2695, \"clust\": 1614, \"rank\": 993, \"rankvar\": 856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 894, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 701, \"group\": [1614.0, 298.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGAAGGTGA\", \"ini\": 2694, \"clust\": 50, \"rank\": 211, \"rankvar\": 3440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1854, \"group\": [48.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGAGCAATT\", \"ini\": 2693, \"clust\": 2298, \"rank\": 937, \"rankvar\": 497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 896, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 702, \"group\": [2296.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCGATAGAA\", \"ini\": 2692, \"clust\": 3048, \"rank\": 750, \"rankvar\": 2787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 897, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3288, \"group\": [3047.0, 574.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACGTAAATACG\", \"ini\": 2691, \"clust\": 1325, \"rank\": 633, \"rankvar\": 3148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 898, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1722, \"group\": [1325.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGAGAGCTC\", \"ini\": 2690, \"clust\": 1836, \"rank\": 1002, \"rankvar\": 1552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 703, \"group\": [1843.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAGCTGGC\", \"ini\": 2689, \"clust\": 2278, \"rank\": 979, \"rankvar\": 1104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 900, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 704, \"group\": [2278.0, 431.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGATGGCGT\", \"ini\": 2688, \"clust\": 2155, \"rank\": 860, \"rankvar\": 1734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 705, \"group\": [2155.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGGGATACC\", \"ini\": 2687, \"clust\": 2136, \"rank\": 655, \"rankvar\": 854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 706, \"group\": [2140.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCATGTTCCC\", \"ini\": 2686, \"clust\": 2439, \"rank\": 961, \"rankvar\": 1535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 903, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 707, \"group\": [2438.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGGCGCTA\", \"ini\": 2685, \"clust\": 2556, \"rank\": 1047, \"rankvar\": 489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 708, \"group\": [2555.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGACAGGCT\", \"ini\": 2684, \"clust\": 1879, \"rank\": 861, \"rankvar\": 737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 709, \"group\": [1878.0, 406.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACCACGTG\", \"ini\": 2683, \"clust\": 2188, \"rank\": 833, \"rankvar\": 1824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 710, \"group\": [2188.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCTCTCGT\", \"ini\": 2682, \"clust\": 3133, \"rank\": 825, \"rankvar\": 440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3289, \"group\": [3134.0, 594.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTTTGGGCC\", \"ini\": 2681, \"clust\": 2263, \"rank\": 997, \"rankvar\": 485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 711, \"group\": [2267.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTTCCGTCT\", \"ini\": 2680, \"clust\": 1980, \"rank\": 661, \"rankvar\": 186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 712, \"group\": [1981.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAACCTC\", \"ini\": 2679, \"clust\": 1705, \"rank\": 999, \"rankvar\": 808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 713, \"group\": [1706.0, 326.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCAGAATA\", \"ini\": 2678, \"clust\": 3241, \"rank\": 598, \"rankvar\": 3191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3290, \"group\": [3240.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGGTTCGG\", \"ini\": 2677, \"clust\": 1820, \"rank\": 848, \"rankvar\": 1354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 714, \"group\": [1820.0, 390.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAAGTCTCGGC\", \"ini\": 2676, \"clust\": 2082, \"rank\": 917, \"rankvar\": 97, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 715, \"group\": [2083.0, 419.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGCTGCTG\", \"ini\": 2675, \"clust\": 2227, \"rank\": 830, \"rankvar\": 1604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 716, \"group\": [2227.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGCCCTTA\", \"ini\": 2674, \"clust\": 3193, \"rank\": 781, \"rankvar\": 2353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 915, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3291, \"group\": [3192.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCAGTATAAG\", \"ini\": 2673, \"clust\": 2209, \"rank\": 807, \"rankvar\": 1994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 717, \"group\": [2215.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTCTAACGT\", \"ini\": 2672, \"clust\": 2376, \"rank\": 923, \"rankvar\": 409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 917, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 718, \"group\": [2377.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCACAACGCC\", \"ini\": 2671, \"clust\": 2537, \"rank\": 710, \"rankvar\": 3017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 719, \"group\": [2536.0, 455.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGCTAGTGG\", \"ini\": 2670, \"clust\": 1329, \"rank\": 733, \"rankvar\": 2937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 919, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1723, \"group\": [1327.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTCGCTTG\", \"ini\": 2669, \"clust\": 2094, \"rank\": 916, \"rankvar\": 252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 720, \"group\": [2096.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCAACTT\", \"ini\": 2668, \"clust\": 2457, \"rank\": 1063, \"rankvar\": 530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 921, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 721, \"group\": [2458.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCTGCTGCT\", \"ini\": 2667, \"clust\": 2144, \"rank\": 946, \"rankvar\": 1339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 722, \"group\": [2143.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACTTAACG\", \"ini\": 2666, \"clust\": 3068, \"rank\": 589, \"rankvar\": 2148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3292, \"group\": [3068.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAATGTTGC\", \"ini\": 2665, \"clust\": 2095, \"rank\": 877, \"rankvar\": 871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 723, \"group\": [2094.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCCCTAACC\", \"ini\": 2664, \"clust\": 1595, \"rank\": 1083, \"rankvar\": 2759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 724, \"group\": [1596.0, 281.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCACTCCA\", \"ini\": 2663, \"clust\": 2820, \"rank\": 906, \"rankvar\": 795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 926, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 725, \"group\": [2819.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCCTCCTAG\", \"ini\": 2662, \"clust\": 1363, \"rank\": 813, \"rankvar\": 3134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 927, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1724, \"group\": [1362.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGTGACC\", \"ini\": 2661, \"clust\": 1910, \"rank\": 1145, \"rankvar\": 425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 726, \"group\": [1911.0, 411.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTAGCTGCC\", \"ini\": 2660, \"clust\": 2538, \"rank\": 950, \"rankvar\": 438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 727, \"group\": [2537.0, 455.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCCATGA\", \"ini\": 2659, \"clust\": 3075, \"rank\": 1060, \"rankvar\": 251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 930, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3293, \"group\": [3076.0, 582.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCATAAAGGT\", \"ini\": 2658, \"clust\": 3354, \"rank\": 1084, \"rankvar\": 3156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 931, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3294, \"group\": [3355.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGCCAGAA\", \"ini\": 2657, \"clust\": 2324, \"rank\": 784, \"rankvar\": 1125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 932, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 728, \"group\": [2325.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTAGCGATG\", \"ini\": 2656, \"clust\": 2301, \"rank\": 709, \"rankvar\": 594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 933, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 729, \"group\": [2303.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAGGGATA\", \"ini\": 2655, \"clust\": 3356, \"rank\": 1015, \"rankvar\": 2909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 934, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3295, \"group\": [3357.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGATACACA\", \"ini\": 2654, \"clust\": 2274, \"rank\": 815, \"rankvar\": 542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 730, \"group\": [2277.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACAGGCT\", \"ini\": 2653, \"clust\": 2315, \"rank\": 766, \"rankvar\": 976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 936, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 731, \"group\": [2315.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATCGCAT\", \"ini\": 2652, \"clust\": 2604, \"rank\": 1282, \"rankvar\": 1133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 732, \"group\": [2604.0, 462.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGAGCTTCT\", \"ini\": 2651, \"clust\": 3282, \"rank\": 594, \"rankvar\": 2558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 938, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3296, \"group\": [3285.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCCACGACG\", \"ini\": 2650, \"clust\": 1880, \"rank\": 793, \"rankvar\": 1026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 939, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 733, \"group\": [1879.0, 406.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACAAGGGTCA\", \"ini\": 2649, \"clust\": 3196, \"rank\": 828, \"rankvar\": 2599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3297, \"group\": [3194.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTGCCTTGG\", \"ini\": 2648, \"clust\": 3566, \"rank\": 2049, \"rankvar\": 3566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 941, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 32, \"group\": [3564.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACACAGATTC\", \"ini\": 2647, \"clust\": 3373, \"rank\": 973, \"rankvar\": 2703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 942, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3298, \"group\": [3373.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGGTAACGTTC\", \"ini\": 2646, \"clust\": 2411, \"rank\": 1112, \"rankvar\": 2160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 734, \"group\": [2411.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCATCTGTT\", \"ini\": 2645, \"clust\": 3357, \"rank\": 1009, \"rankvar\": 1923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3299, \"group\": [3358.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCCGTTGTC\", \"ini\": 2644, \"clust\": 2621, \"rank\": 1177, \"rankvar\": 1095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 735, \"group\": [2620.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGGTCGAT\", \"ini\": 2643, \"clust\": 17, \"rank\": 970, \"rankvar\": 939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 946, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1834, \"group\": [17.0, 15.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCAACACGT\", \"ini\": 2642, \"clust\": 2099, \"rank\": 912, \"rankvar\": 801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 947, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 736, \"group\": [2100.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCCGATATG\", \"ini\": 2641, \"clust\": 3284, \"rank\": 770, \"rankvar\": 1376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 948, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3300, \"group\": [3284.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTCCAACC\", \"ini\": 2640, \"clust\": 2467, \"rank\": 1086, \"rankvar\": 98, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 737, \"group\": [2468.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGAGCTATA\", \"ini\": 2639, \"clust\": 1731, \"rank\": 942, \"rankvar\": 7, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 738, \"group\": [1731.0, 341.0, 61.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCAGAAATG\", \"ini\": 2638, \"clust\": 2423, \"rank\": 936, \"rankvar\": 2485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 739, \"group\": [2424.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGCATACT\", \"ini\": 2637, \"clust\": 2333, \"rank\": 1067, \"rankvar\": 567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 952, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 740, \"group\": [2333.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTTGCGCAC\", \"ini\": 2636, \"clust\": 1799, \"rank\": 1068, \"rankvar\": 410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 741, \"group\": [1800.0, 380.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCATGTCTCC\", \"ini\": 2635, \"clust\": 1944, \"rank\": 963, \"rankvar\": 397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 742, \"group\": [1945.0, 416.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCTTTACA\", \"ini\": 2634, \"clust\": 3057, \"rank\": 867, \"rankvar\": 2062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 955, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3301, \"group\": [3060.0, 577.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCCTCA\", \"ini\": 2633, \"clust\": 2618, \"rank\": 1224, \"rankvar\": 200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 743, \"group\": [2617.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCAAGTCTGT\", \"ini\": 2632, \"clust\": 3573, \"rank\": 2004, \"rankvar\": 3515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 957, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 33, \"group\": [3578.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGCGATATA\", \"ini\": 2631, \"clust\": 2189, \"rank\": 1095, \"rankvar\": 347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 744, \"group\": [2190.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGTGGAG\", \"ini\": 2630, \"clust\": 2249, \"rank\": 666, \"rankvar\": 1609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 745, \"group\": [2250.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAATGGATA\", \"ini\": 2629, \"clust\": 1704, \"rank\": 1250, \"rankvar\": 1280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 746, \"group\": [1707.0, 326.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTTGAGTTC\", \"ini\": 2628, \"clust\": 3302, \"rank\": 688, \"rankvar\": 2732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 961, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3302, \"group\": [3303.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGATAGGAG\", \"ini\": 2627, \"clust\": 2840, \"rank\": 949, \"rankvar\": 2765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 747, \"group\": [2839.0, 493.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTATGAAAC\", \"ini\": 2626, \"clust\": 1732, \"rank\": 1140, \"rankvar\": 79, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 748, \"group\": [1732.0, 342.0, 61.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGGAACGG\", \"ini\": 2625, \"clust\": 1865, \"rank\": 837, \"rankvar\": 765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 964, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 749, \"group\": [1868.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGGTCTCG\", \"ini\": 2624, \"clust\": 2268, \"rank\": 1120, \"rankvar\": 1396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 750, \"group\": [2268.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTACGATA\", \"ini\": 2623, \"clust\": 2192, \"rank\": 862, \"rankvar\": 2619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 751, \"group\": [2193.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGAACCT\", \"ini\": 2622, \"clust\": 1402, \"rank\": 1205, \"rankvar\": 671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 752, \"group\": [1401.0, 223.0, 40.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCGTAGTA\", \"ini\": 2621, \"clust\": 2683, \"rank\": 1181, \"rankvar\": 846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 753, \"group\": [2682.0, 473.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCCACATCCAA\", \"ini\": 2620, \"clust\": 1336, \"rank\": 863, \"rankvar\": 2992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 969, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1725, \"group\": [1341.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACGATGT\", \"ini\": 2619, \"clust\": 3303, \"rank\": 648, \"rankvar\": 2997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 970, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3303, \"group\": [3304.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGATCTGAA\", \"ini\": 2618, \"clust\": 2143, \"rank\": 834, \"rankvar\": 989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 971, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 754, \"group\": [2145.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAGAAAGG\", \"ini\": 2617, \"clust\": 1281, \"rank\": 1193, \"rankvar\": 2858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 972, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1726, \"group\": [1283.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTGGTCCGT\", \"ini\": 2616, \"clust\": 3299, \"rank\": 616, \"rankvar\": 2582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 973, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3304, \"group\": [3299.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGTCACGCC\", \"ini\": 2615, \"clust\": 2458, \"rank\": 1137, \"rankvar\": 65, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 755, \"group\": [2459.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTACTCTCC\", \"ini\": 2614, \"clust\": 2156, \"rank\": 820, \"rankvar\": 1187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 756, \"group\": [2156.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGCCACTAT\", \"ini\": 2613, \"clust\": 3509, \"rank\": 1636, \"rankvar\": 3368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 976, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 34, \"group\": [3507.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGCTAAACA\", \"ini\": 2612, \"clust\": 2558, \"rank\": 1362, \"rankvar\": 1318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 757, \"group\": [2557.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAATAGCAA\", \"ini\": 2611, \"clust\": 1335, \"rank\": 794, \"rankvar\": 3254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1727, \"group\": [1334.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGGTGTCCTCT\", \"ini\": 2610, \"clust\": 1972, \"rank\": 887, \"rankvar\": 660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 758, \"group\": [1975.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAGCTGGT\", \"ini\": 2609, \"clust\": 2797, \"rank\": 1019, \"rankvar\": 178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 759, \"group\": [2798.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTGTTGAGTTC\", \"ini\": 2608, \"clust\": 2222, \"rank\": 948, \"rankvar\": 479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 760, \"group\": [2222.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCCATTC\", \"ini\": 2607, \"clust\": 1881, \"rank\": 1004, \"rankvar\": 426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 761, \"group\": [1880.0, 406.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACAGTCAGAG\", \"ini\": 2606, \"clust\": 1631, \"rank\": 1216, \"rankvar\": 2262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 762, \"group\": [1629.0, 306.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCGCCTGAG\", \"ini\": 2605, \"clust\": 2437, \"rank\": 801, \"rankvar\": 1728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 984, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 763, \"group\": [2457.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAGTTAACC\", \"ini\": 2604, \"clust\": 2654, \"rank\": 1076, \"rankvar\": 1013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 764, \"group\": [2652.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGAACTGTA\", \"ini\": 2603, \"clust\": 3317, \"rank\": 628, \"rankvar\": 2173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 986, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3305, \"group\": [3318.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACACCGAAAG\", \"ini\": 2602, \"clust\": 3471, \"rank\": 1492, \"rankvar\": 3475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 987, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 35, \"group\": [3471.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCATCTGTT\", \"ini\": 2601, \"clust\": 2337, \"rank\": 1155, \"rankvar\": 108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 765, \"group\": [2338.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCTTGCCGT\", \"ini\": 2600, \"clust\": 2279, \"rank\": 897, \"rankvar\": 675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 989, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 766, \"group\": [2279.0, 431.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGCGTAGTG\", \"ini\": 2599, \"clust\": 2676, \"rank\": 1148, \"rankvar\": 2105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 990, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 767, \"group\": [2674.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCCTGCTT\", \"ini\": 2598, \"clust\": 1232, \"rank\": 1657, \"rankvar\": 1539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 991, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1673, \"group\": [1233.0, 187.0, 31.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTAGCTCCG\", \"ini\": 2597, \"clust\": 2157, \"rank\": 676, \"rankvar\": 1090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 768, \"group\": [2158.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGCTGAACG\", \"ini\": 2596, \"clust\": 3126, \"rank\": 971, \"rankvar\": 2162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 993, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3306, \"group\": [3125.0, 592.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCCAACAG\", \"ini\": 2595, \"clust\": 2280, \"rank\": 1301, \"rankvar\": 1207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 769, \"group\": [2283.0, 431.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTTAACGA\", \"ini\": 2594, \"clust\": 2166, \"rank\": 708, \"rankvar\": 606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 770, \"group\": [2168.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAAGA\", \"ini\": 2593, \"clust\": 2211, \"rank\": 823, \"rankvar\": 1472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 996, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 771, \"group\": [2211.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAGCCTAA\", \"ini\": 2592, \"clust\": 2672, \"rank\": 1219, \"rankvar\": 616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 772, \"group\": [2671.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGAGGGAGTAA\", \"ini\": 2591, \"clust\": 3140, \"rank\": 791, \"rankvar\": 2651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 998, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3307, \"group\": [3140.0, 595.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAAACAAG\", \"ini\": 2590, \"clust\": 2321, \"rank\": 900, \"rankvar\": 1053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 999, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 773, \"group\": [2320.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGATGTAAC\", \"ini\": 2589, \"clust\": 1835, \"rank\": 884, \"rankvar\": 2493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1000, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 774, \"group\": [1835.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCAAATCA\", \"ini\": 2588, \"clust\": 1288, \"rank\": 1382, \"rankvar\": 2861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1001, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1728, \"group\": [1286.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGCATGTG\", \"ini\": 2587, \"clust\": 1340, \"rank\": 1215, \"rankvar\": 2995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1002, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1729, \"group\": [1338.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCTACGA\", \"ini\": 2586, \"clust\": 2257, \"rank\": 1035, \"rankvar\": 267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 775, \"group\": [2263.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTTGGTTTG\", \"ini\": 2585, \"clust\": 3274, \"rank\": 690, \"rankvar\": 1674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3308, \"group\": [3272.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGGCAAAGA\", \"ini\": 2584, \"clust\": 2839, \"rank\": 1069, \"rankvar\": 1198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 776, \"group\": [2841.0, 493.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCAGTAGT\", \"ini\": 2583, \"clust\": 2120, \"rank\": 1203, \"rankvar\": 2044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1006, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 777, \"group\": [2119.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCACGAAT\", \"ini\": 2582, \"clust\": 2451, \"rank\": 972, \"rankvar\": 1907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 778, \"group\": [2453.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGACGGA\", \"ini\": 2581, \"clust\": 2429, \"rank\": 892, \"rankvar\": 1102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1008, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 779, \"group\": [2429.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGACTG\", \"ini\": 2580, \"clust\": 3487, \"rank\": 1672, \"rankvar\": 2671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1009, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 36, \"group\": [3489.0, 647.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCATGAAC\", \"ini\": 2579, \"clust\": 1784, \"rank\": 1024, \"rankvar\": 247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1010, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 780, \"group\": [1786.0, 376.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTTCGTGAT\", \"ini\": 2578, \"clust\": 2456, \"rank\": 1097, \"rankvar\": 1031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1011, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 781, \"group\": [2455.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCCGTTAA\", \"ini\": 2577, \"clust\": 2341, \"rank\": 977, \"rankvar\": 903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 782, \"group\": [2342.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCAACATC\", \"ini\": 2576, \"clust\": 3071, \"rank\": 1122, \"rankvar\": 2071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1013, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3309, \"group\": [3074.0, 581.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATCTACGA\", \"ini\": 2575, \"clust\": 2395, \"rank\": 1051, \"rankvar\": 732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1014, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 783, \"group\": [2399.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCAATC\", \"ini\": 2574, \"clust\": 2224, \"rank\": 843, \"rankvar\": 1250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 784, \"group\": [2224.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCAGCGTA\", \"ini\": 2573, \"clust\": 1911, \"rank\": 1021, \"rankvar\": 781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1016, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 785, \"group\": [1912.0, 411.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTTACGGG\", \"ini\": 2572, \"clust\": 1350, \"rank\": 1309, \"rankvar\": 2857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1017, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1730, \"group\": [1350.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGGATGTAT\", \"ini\": 2571, \"clust\": 1676, \"rank\": 1020, \"rankvar\": 324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1018, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 786, \"group\": [1678.0, 317.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTAGCGTAG\", \"ini\": 2570, \"clust\": 1947, \"rank\": 634, \"rankvar\": 2287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 787, \"group\": [1951.0, 416.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGGAACTGC\", \"ini\": 2569, \"clust\": 1785, \"rank\": 1197, \"rankvar\": 1099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 788, \"group\": [1784.0, 376.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCATGTAGTC\", \"ini\": 2568, \"clust\": 1882, \"rank\": 995, \"rankvar\": 228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 789, \"group\": [1885.0, 408.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCGGAAATA\", \"ini\": 2567, \"clust\": 2818, \"rank\": 1062, \"rankvar\": 953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1022, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 790, \"group\": [2822.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGGCACATG\", \"ini\": 2566, \"clust\": 1864, \"rank\": 931, \"rankvar\": 617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 791, \"group\": [1863.0, 403.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGTCAGAG\", \"ini\": 2565, \"clust\": 2310, \"rank\": 1042, \"rankvar\": 2383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 792, \"group\": [2311.0, 433.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTCTAGAGG\", \"ini\": 2564, \"clust\": 51, \"rank\": 292, \"rankvar\": 3500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1025, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1855, \"group\": [49.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGGCTCTTA\", \"ini\": 2563, \"clust\": 3432, \"rank\": 1684, \"rankvar\": 3062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1026, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 37, \"group\": [3435.0, 630.0, 91.0, 21.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTTCCCGAG\", \"ini\": 2562, \"clust\": 2661, \"rank\": 992, \"rankvar\": 2235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 793, \"group\": [2661.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCCGTCAAA\", \"ini\": 2561, \"clust\": 3434, \"rank\": 1212, \"rankvar\": 3250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1028, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3560, \"group\": [3434.0, 629.0, 91.0, 21.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATGATCCA\", \"ini\": 2560, \"clust\": 3123, \"rank\": 1257, \"rankvar\": 869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1029, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3310, \"group\": [3130.0, 593.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACTCGTCGTTC\", \"ini\": 2559, \"clust\": 1289, \"rank\": 1388, \"rankvar\": 3276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1030, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1731, \"group\": [1287.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACAGAGGT\", \"ini\": 2558, \"clust\": 1341, \"rank\": 1059, \"rankvar\": 3385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1732, \"group\": [1339.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTAAATACG\", \"ini\": 2557, \"clust\": 1262, \"rank\": 1183, \"rankvar\": 3275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1032, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1733, \"group\": [1262.0, 203.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACATTAGC\", \"ini\": 2556, \"clust\": 2161, \"rank\": 880, \"rankvar\": 1729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1033, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 794, \"group\": [2161.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAACGCACC\", \"ini\": 2555, \"clust\": 2933, \"rank\": 1658, \"rankvar\": 859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1034, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3311, \"group\": [2934.0, 530.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAAAGCAAT\", \"ini\": 2554, \"clust\": 1804, \"rank\": 1329, \"rankvar\": 220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 795, \"group\": [1804.0, 382.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGGTACC\", \"ini\": 2553, \"clust\": 2085, \"rank\": 1057, \"rankvar\": 183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1036, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 796, \"group\": [2085.0, 420.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGTCAGATAAG\", \"ini\": 2552, \"clust\": 1321, \"rank\": 822, \"rankvar\": 3150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1734, \"group\": [1321.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGCATGTG\", \"ini\": 2551, \"clust\": 2808, \"rank\": 1154, \"rankvar\": 1765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 797, \"group\": [2810.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGTGCA\", \"ini\": 2550, \"clust\": 2430, \"rank\": 859, \"rankvar\": 1660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 798, \"group\": [2430.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTAATGA\", \"ini\": 2549, \"clust\": 3059, \"rank\": 704, \"rankvar\": 2394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1040, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3312, \"group\": [3059.0, 577.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTAATCACC\", \"ini\": 2548, \"clust\": 3166, \"rank\": 613, \"rankvar\": 3209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1041, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3313, \"group\": [3170.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGGTGACCA\", \"ini\": 2547, \"clust\": 1693, \"rank\": 1050, \"rankvar\": 796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1042, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 799, \"group\": [1692.0, 322.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTCCAGGA\", \"ini\": 2546, \"clust\": 3217, \"rank\": 1046, \"rankvar\": 2753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1043, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3314, \"group\": [3216.0, 602.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTATTCTC\", \"ini\": 2545, \"clust\": 2816, \"rank\": 954, \"rankvar\": 696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1044, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 800, \"group\": [2817.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCATGCTC\", \"ini\": 2544, \"clust\": 2370, \"rank\": 817, \"rankvar\": 434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1045, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 801, \"group\": [2370.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGAGCTGCA\", \"ini\": 2543, \"clust\": 2194, \"rank\": 1032, \"rankvar\": 1088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 802, \"group\": [2194.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTACTTGAC\", \"ini\": 2542, \"clust\": 2502, \"rank\": 1124, \"rankvar\": 2365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1047, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 803, \"group\": [2503.0, 445.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGAGCGAG\", \"ini\": 2541, \"clust\": 2097, \"rank\": 1117, \"rankvar\": 142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 804, \"group\": [2102.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGAATCCA\", \"ini\": 2540, \"clust\": 3293, \"rank\": 869, \"rankvar\": 3004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3315, \"group\": [3294.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGGTAAG\", \"ini\": 2539, \"clust\": 3041, \"rank\": 984, \"rankvar\": 2590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1050, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3316, \"group\": [3040.0, 573.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGTTCGATC\", \"ini\": 2538, \"clust\": 3468, \"rank\": 1655, \"rankvar\": 3512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1051, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 38, \"group\": [3468.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTCTGGAGA\", \"ini\": 2537, \"clust\": 1740, \"rank\": 1141, \"rankvar\": 1988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 805, \"group\": [1740.0, 349.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCAGACACTT\", \"ini\": 2536, \"clust\": 2668, \"rank\": 1173, \"rankvar\": 1767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 806, \"group\": [2666.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCTGTACGA\", \"ini\": 2535, \"clust\": 2250, \"rank\": 826, \"rankvar\": 1524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1054, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 807, \"group\": [2251.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTATCCTA\", \"ini\": 2534, \"clust\": 2266, \"rank\": 998, \"rankvar\": 1544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1055, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 808, \"group\": [2265.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATGCTTG\", \"ini\": 2533, \"clust\": 1251, \"rank\": 765, \"rankvar\": 1423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1056, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3317, \"group\": [1251.0, 200.0, 34.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACCGGAAA\", \"ini\": 2532, \"clust\": 3239, \"rank\": 571, \"rankvar\": 2925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1057, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3318, \"group\": [3241.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCAACCATG\", \"ini\": 2531, \"clust\": 2121, \"rank\": 1074, \"rankvar\": 891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 809, \"group\": [2120.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGCATCG\", \"ini\": 2530, \"clust\": 1618, \"rank\": 1325, \"rankvar\": 451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 810, \"group\": [1616.0, 299.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACAACGATGG\", \"ini\": 2529, \"clust\": 2813, \"rank\": 875, \"rankvar\": 1239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1060, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 811, \"group\": [2813.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACAGGAGT\", \"ini\": 2528, \"clust\": 2415, \"rank\": 1087, \"rankvar\": 2367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 812, \"group\": [2416.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATAAGACA\", \"ini\": 2527, \"clust\": 2811, \"rank\": 955, \"rankvar\": 1532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 813, \"group\": [2814.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCAAGGTAA\", \"ini\": 2526, \"clust\": 2311, \"rank\": 1045, \"rankvar\": 721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1063, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 814, \"group\": [2309.0, 433.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTCCTCCAT\", \"ini\": 2525, \"clust\": 2669, \"rank\": 1214, \"rankvar\": 999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 815, \"group\": [2667.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTTCTGTTT\", \"ini\": 2524, \"clust\": 2821, \"rank\": 1190, \"rankvar\": 562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1065, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 816, \"group\": [2820.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTGACTCAT\", \"ini\": 2523, \"clust\": 3200, \"rank\": 976, \"rankvar\": 3009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1066, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3319, \"group\": [3201.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACAGTCGC\", \"ini\": 2522, \"clust\": 2809, \"rank\": 1048, \"rankvar\": 1810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1067, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 817, \"group\": [2808.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGCTCCT\", \"ini\": 2521, \"clust\": 2184, \"rank\": 868, \"rankvar\": 1421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1068, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 818, \"group\": [2184.0, 427.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGGACAGAA\", \"ini\": 2520, \"clust\": 3276, \"rank\": 1090, \"rankvar\": 2108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3320, \"group\": [3276.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCGTGTAAGTA\", \"ini\": 2519, \"clust\": 3028, \"rank\": 1104, \"rankvar\": 1802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1070, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3321, \"group\": [3026.0, 565.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACGCATA\", \"ini\": 2518, \"clust\": 2420, \"rank\": 1107, \"rankvar\": 1008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 819, \"group\": [2421.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGCTCTTC\", \"ini\": 2517, \"clust\": 2247, \"rank\": 856, \"rankvar\": 2260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1072, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 820, \"group\": [2247.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGTGGGTTG\", \"ini\": 2516, \"clust\": 2236, \"rank\": 1023, \"rankvar\": 1586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1073, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 821, \"group\": [2237.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTCGGGTCT\", \"ini\": 2515, \"clust\": 2806, \"rank\": 994, \"rankvar\": 826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1074, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 822, \"group\": [2806.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCTGGGCCA\", \"ini\": 2514, \"clust\": 2794, \"rank\": 1111, \"rankvar\": 1718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 823, \"group\": [2794.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACTAGTAC\", \"ini\": 2513, \"clust\": 3564, \"rank\": 2086, \"rankvar\": 3546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1076, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 39, \"group\": [3563.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGCCTCGTG\", \"ini\": 2512, \"clust\": 1855, \"rank\": 1036, \"rankvar\": 137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 824, \"group\": [1858.0, 400.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCATTCACTT\", \"ini\": 2511, \"clust\": 1675, \"rank\": 1041, \"rankvar\": 2045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1078, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 825, \"group\": [1674.0, 317.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTAACGACG\", \"ini\": 2510, \"clust\": 2803, \"rank\": 1025, \"rankvar\": 1276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 826, \"group\": [2804.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGCATGTG\", \"ini\": 2509, \"clust\": 3202, \"rank\": 836, \"rankvar\": 1326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1080, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3322, \"group\": [3205.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATAAGCA\", \"ini\": 2508, \"clust\": 2462, \"rank\": 975, \"rankvar\": 412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 827, \"group\": [2466.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTACGAGT\", \"ini\": 2507, \"clust\": 62, \"rank\": 758, \"rankvar\": 91, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1856, \"group\": [65.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCCTCAATT\", \"ini\": 2506, \"clust\": 1366, \"rank\": 1247, \"rankvar\": 2910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1083, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1735, \"group\": [1366.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGAGGTG\", \"ini\": 2505, \"clust\": 3325, \"rank\": 878, \"rankvar\": 2371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1084, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3323, \"group\": [3325.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCTGATTCT\", \"ini\": 2504, \"clust\": 2442, \"rank\": 1007, \"rankvar\": 1834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1085, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 828, \"group\": [2440.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGTCTTACCGC\", \"ini\": 2503, \"clust\": 48, \"rank\": 354, \"rankvar\": 3112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1857, \"group\": [66.0, 29.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGCAATTA\", \"ini\": 2502, \"clust\": 2968, \"rank\": 889, \"rankvar\": 1184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1087, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3324, \"group\": [2967.0, 544.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTTCTGTTTGT\", \"ini\": 2501, \"clust\": 2798, \"rank\": 957, \"rankvar\": 1351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1088, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 829, \"group\": [2799.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTTACCAGT\", \"ini\": 2500, \"clust\": 2326, \"rank\": 1038, \"rankvar\": 487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 830, \"group\": [2331.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCACAGATTC\", \"ini\": 2499, \"clust\": 2180, \"rank\": 968, \"rankvar\": 1646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1090, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 831, \"group\": [2181.0, 427.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCATTAACCG\", \"ini\": 2498, \"clust\": 2965, \"rank\": 1264, \"rankvar\": 1712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1091, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3325, \"group\": [2965.0, 544.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTTCCCT\", \"ini\": 2497, \"clust\": 2244, \"rank\": 964, \"rankvar\": 2607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 832, \"group\": [2245.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCTCCCATTAT\", \"ini\": 2496, \"clust\": 3427, \"rank\": 787, \"rankvar\": 2767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1093, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 161, \"group\": [3426.0, 624.0, 88.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGACAGGCT\", \"ini\": 2495, \"clust\": 2277, \"rank\": 1085, \"rankvar\": 1533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 833, \"group\": [2280.0, 431.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCATGCCG\", \"ini\": 2494, \"clust\": 3194, \"rank\": 816, \"rankvar\": 2665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1095, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3326, \"group\": [3193.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTTTCGCTC\", \"ini\": 2493, \"clust\": 3244, \"rank\": 531, \"rankvar\": 3045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1096, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3327, \"group\": [3243.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGCGATCCC\", \"ini\": 2492, \"clust\": 1227, \"rank\": 1303, \"rankvar\": 224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1097, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1674, \"group\": [1229.0, 183.0, 29.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTGAGAT\", \"ini\": 2491, \"clust\": 3201, \"rank\": 1162, \"rankvar\": 1808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1098, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3328, \"group\": [3202.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATGCTCC\", \"ini\": 2490, \"clust\": 3472, \"rank\": 1808, \"rankvar\": 3479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 40, \"group\": [3472.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCACATACG\", \"ini\": 2489, \"clust\": 2342, \"rank\": 1055, \"rankvar\": 102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 834, \"group\": [2343.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTCGTGC\", \"ini\": 2488, \"clust\": 1623, \"rank\": 1541, \"rankvar\": 395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 835, \"group\": [1621.0, 301.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAAGAGTCTGG\", \"ini\": 2487, \"clust\": 2793, \"rank\": 1286, \"rankvar\": 1442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1102, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 836, \"group\": [2796.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTGGC\", \"ini\": 2486, \"clust\": 2842, \"rank\": 1100, \"rankvar\": 1071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 837, \"group\": [2849.0, 495.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACAACA\", \"ini\": 2485, \"clust\": 2622, \"rank\": 1161, \"rankvar\": 245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 838, \"group\": [2621.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCTCAAACG\", \"ini\": 2484, \"clust\": 1802, \"rank\": 1323, \"rankvar\": 128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 839, \"group\": [1802.0, 381.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTATCGCAT\", \"ini\": 2483, \"clust\": 2824, \"rank\": 1166, \"rankvar\": 2431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1106, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 840, \"group\": [2824.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCGCATGAT\", \"ini\": 2482, \"clust\": 2400, \"rank\": 1033, \"rankvar\": 192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 841, \"group\": [2401.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACACTTGGAT\", \"ini\": 2481, \"clust\": 2509, \"rank\": 1285, \"rankvar\": 1330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 842, \"group\": [2515.0, 448.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCCAGGAT\", \"ini\": 2480, \"clust\": 2190, \"rank\": 1125, \"rankvar\": 1547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1109, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 843, \"group\": [2191.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGATCTGCAGTA\", \"ini\": 2479, \"clust\": 2504, \"rank\": 1280, \"rankvar\": 1549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1110, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 844, \"group\": [2502.0, 445.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGCATCTA\", \"ini\": 2478, \"clust\": 2248, \"rank\": 890, \"rankvar\": 1560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 845, \"group\": [2248.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAGTCGC\", \"ini\": 2477, \"clust\": 2096, \"rank\": 966, \"rankvar\": 1164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 846, \"group\": [2095.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTCACCTAA\", \"ini\": 2476, \"clust\": 2251, \"rank\": 786, \"rankvar\": 2487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 847, \"group\": [2252.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTCCCTGA\", \"ini\": 2475, \"clust\": 3365, \"rank\": 983, \"rankvar\": 2749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1114, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3329, \"group\": [3371.0, 611.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCATTTCAGG\", \"ini\": 2474, \"clust\": 1951, \"rank\": 876, \"rankvar\": 1335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1115, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 848, \"group\": [1954.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAGACTTA\", \"ini\": 2473, \"clust\": 2831, \"rank\": 1099, \"rankvar\": 744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 849, \"group\": [2830.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGCCAAAT\", \"ini\": 2472, \"clust\": 1583, \"rank\": 1575, \"rankvar\": 117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 850, \"group\": [1595.0, 280.0, 46.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCAGGCTA\", \"ini\": 2471, \"clust\": 2424, \"rank\": 1012, \"rankvar\": 2499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 851, \"group\": [2425.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAATCACAC\", \"ini\": 2470, \"clust\": 2475, \"rank\": 1066, \"rankvar\": 655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 852, \"group\": [2476.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAAGACACG\", \"ini\": 2469, \"clust\": 2851, \"rank\": 1165, \"rankvar\": 537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1120, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 853, \"group\": [2850.0, 496.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCACCTTGTC\", \"ini\": 2468, \"clust\": 2452, \"rank\": 938, \"rankvar\": 958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 854, \"group\": [2451.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGAGCAATT\", \"ini\": 2467, \"clust\": 2165, \"rank\": 1017, \"rankvar\": 508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1122, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 855, \"group\": [2169.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTGTCAAG\", \"ini\": 2466, \"clust\": 2799, \"rank\": 1077, \"rankvar\": 1970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 856, \"group\": [2800.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTCCCTTGT\", \"ini\": 2465, \"clust\": 2817, \"rank\": 1235, \"rankvar\": 1989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 857, \"group\": [2818.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCGTCTGCT\", \"ini\": 2464, \"clust\": 1945, \"rank\": 1058, \"rankvar\": 352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 858, \"group\": [1946.0, 416.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTTTGGCGC\", \"ini\": 2463, \"clust\": 2857, \"rank\": 1210, \"rankvar\": 1158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1126, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 859, \"group\": [2860.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAATGCCAT\", \"ini\": 2462, \"clust\": 2260, \"rank\": 1292, \"rankvar\": 275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 860, \"group\": [2259.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGCGATCC\", \"ini\": 2461, \"clust\": 3197, \"rank\": 1106, \"rankvar\": 1708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3330, \"group\": [3195.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATTGGTAC\", \"ini\": 2460, \"clust\": 3070, \"rank\": 851, \"rankvar\": 2748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3331, \"group\": [3070.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTATAGGTA\", \"ini\": 2459, \"clust\": 2693, \"rank\": 1208, \"rankvar\": 1558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 861, \"group\": [2694.0, 476.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGAAGCAC\", \"ini\": 2458, \"clust\": 2139, \"rank\": 1129, \"rankvar\": 522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1131, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 862, \"group\": [2138.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCTGAT\", \"ini\": 2457, \"clust\": 3555, \"rank\": 2022, \"rankvar\": 3586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 41, \"group\": [3554.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGTCATTTGGG\", \"ini\": 2456, \"clust\": 1287, \"rank\": 1591, \"rankvar\": 3278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1133, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1736, \"group\": [1288.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGCTATA\", \"ini\": 2455, \"clust\": 2613, \"rank\": 1422, \"rankvar\": 1566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1134, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 863, \"group\": [2615.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCTGCAAT\", \"ini\": 2454, \"clust\": 1601, \"rank\": 1091, \"rankvar\": 2168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 864, \"group\": [1600.0, 285.0, 49.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGGGTTTCT\", \"ini\": 2453, \"clust\": 2815, \"rank\": 1081, \"rankvar\": 1214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 865, \"group\": [2816.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAATAGAGT\", \"ini\": 2452, \"clust\": 1808, \"rank\": 1374, \"rankvar\": 759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 866, \"group\": [1812.0, 386.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAAGCCTAT\", \"ini\": 2451, \"clust\": 2116, \"rank\": 934, \"rankvar\": 1275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 867, \"group\": [2115.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCCGAACGC\", \"ini\": 2450, \"clust\": 3221, \"rank\": 864, \"rankvar\": 2758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1139, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3332, \"group\": [3225.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCACCTTGTC\", \"ini\": 2449, \"clust\": 2649, \"rank\": 1359, \"rankvar\": 1342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 868, \"group\": [2648.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGAGTCTGG\", \"ini\": 2448, \"clust\": 2786, \"rank\": 1349, \"rankvar\": 1413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1141, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 869, \"group\": [2785.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAAGGACAC\", \"ini\": 2447, \"clust\": 3278, \"rank\": 967, \"rankvar\": 2768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3333, \"group\": [3279.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTCGCATC\", \"ini\": 2446, \"clust\": 2323, \"rank\": 1245, \"rankvar\": 815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 870, \"group\": [2324.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGTAAA\", \"ini\": 2445, \"clust\": 2653, \"rank\": 1408, \"rankvar\": 1921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 871, \"group\": [2654.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACATCTTGCATT\", \"ini\": 2444, \"clust\": 2105, \"rank\": 1028, \"rankvar\": 493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 872, \"group\": [2105.0, 422.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACGCCAGT\", \"ini\": 2443, \"clust\": 2847, \"rank\": 1343, \"rankvar\": 911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 873, \"group\": [2845.0, 494.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACATTGCGGC\", \"ini\": 2442, \"clust\": 1696, \"rank\": 1379, \"rankvar\": 244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1147, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 874, \"group\": [1700.0, 323.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGATGTGGC\", \"ini\": 2441, \"clust\": 2, \"rank\": 1108, \"rankvar\": 255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1858, \"group\": [3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTGGTTTCA\", \"ini\": 2440, \"clust\": 2302, \"rank\": 1043, \"rankvar\": 389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 875, \"group\": [2302.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAACACCTA\", \"ini\": 2439, \"clust\": 2658, \"rank\": 1171, \"rankvar\": 1398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1150, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 876, \"group\": [2657.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCTACCTC\", \"ini\": 2438, \"clust\": 2634, \"rank\": 1426, \"rankvar\": 2525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 877, \"group\": [2633.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAATTCCTT\", \"ini\": 2437, \"clust\": 2131, \"rank\": 1395, \"rankvar\": 2059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 878, \"group\": [2134.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGCGCAA\", \"ini\": 2436, \"clust\": 2577, \"rank\": 1206, \"rankvar\": 354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 879, \"group\": [2576.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGTAGGTGC\", \"ini\": 2435, \"clust\": 2378, \"rank\": 1179, \"rankvar\": 642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 880, \"group\": [2379.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCAATCTC\", \"ini\": 2434, \"clust\": 2216, \"rank\": 1269, \"rankvar\": 631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 881, \"group\": [2216.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTTGTAGA\", \"ini\": 2433, \"clust\": 3424, \"rank\": 913, \"rankvar\": 3011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1156, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 42, \"group\": [3428.0, 626.0, 89.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAAATGTG\", \"ini\": 2432, \"clust\": 1888, \"rank\": 1299, \"rankvar\": 1463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 882, \"group\": [1889.0, 408.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTACCGCTG\", \"ini\": 2431, \"clust\": 2697, \"rank\": 1172, \"rankvar\": 1397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 883, \"group\": [2698.0, 476.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCACATGGGA\", \"ini\": 2430, \"clust\": 2167, \"rank\": 891, \"rankvar\": 1892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1159, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 884, \"group\": [2166.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGATCTGAA\", \"ini\": 2429, \"clust\": 1806, \"rank\": 1239, \"rankvar\": 1840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 885, \"group\": [1807.0, 384.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCGCCTCA\", \"ini\": 2428, \"clust\": 2966, \"rank\": 1070, \"rankvar\": 1522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3334, \"group\": [2968.0, 544.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGTTTGGT\", \"ini\": 2427, \"clust\": 3141, \"rank\": 909, \"rankvar\": 1880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3335, \"group\": [3145.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTATTAGCC\", \"ini\": 2426, \"clust\": 2546, \"rank\": 1461, \"rankvar\": 1420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 886, \"group\": [2543.0, 457.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGAGGGATA\", \"ini\": 2425, \"clust\": 2640, \"rank\": 1314, \"rankvar\": 113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 887, \"group\": [2641.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTGAGTATA\", \"ini\": 2424, \"clust\": 2788, \"rank\": 1253, \"rankvar\": 159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 888, \"group\": [2789.0, 490.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGGCTAGAC\", \"ini\": 2423, \"clust\": 2218, \"rank\": 1034, \"rankvar\": 1061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 889, \"group\": [2218.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTCCTGCTT\", \"ini\": 2422, \"clust\": 2599, \"rank\": 1656, \"rankvar\": 959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 890, \"group\": [2599.0, 462.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAGACGCCT\", \"ini\": 2421, \"clust\": 2471, \"rank\": 1073, \"rankvar\": 2350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 891, \"group\": [2472.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGTAGTGCG\", \"ini\": 2420, \"clust\": 3029, \"rank\": 1167, \"rankvar\": 2150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3336, \"group\": [3027.0, 565.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTAGAACAATC\", \"ini\": 2419, \"clust\": 2214, \"rank\": 853, \"rankvar\": 1694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 892, \"group\": [2213.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCGGTGTCG\", \"ini\": 2418, \"clust\": 2175, \"rank\": 1110, \"rankvar\": 2581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 893, \"group\": [2175.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTCAATAG\", \"ini\": 2417, \"clust\": 1261, \"rank\": 1505, \"rankvar\": 2935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1172, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1737, \"group\": [1261.0, 203.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAGCTGGT\", \"ini\": 2416, \"clust\": 2325, \"rank\": 1080, \"rankvar\": 843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 894, \"group\": [2326.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGCGACC\", \"ini\": 2415, \"clust\": 2241, \"rank\": 1010, \"rankvar\": 329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 895, \"group\": [2244.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACATTGAGCT\", \"ini\": 2414, \"clust\": 2638, \"rank\": 1530, \"rankvar\": 2986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 896, \"group\": [2636.0, 465.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCGAATCT\", \"ini\": 2413, \"clust\": 2446, \"rank\": 1098, \"rankvar\": 2017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 897, \"group\": [2444.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCCCTAAT\", \"ini\": 2412, \"clust\": 2106, \"rank\": 1192, \"rankvar\": 923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 898, \"group\": [2106.0, 422.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTAACTGG\", \"ini\": 2411, \"clust\": 2147, \"rank\": 1252, \"rankvar\": 2366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 899, \"group\": [2147.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGAGCTC\", \"ini\": 2410, \"clust\": 2443, \"rank\": 858, \"rankvar\": 1445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 900, \"group\": [2441.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGACGAA\", \"ini\": 2409, \"clust\": 1821, \"rank\": 921, \"rankvar\": 2343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 901, \"group\": [1821.0, 390.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGAAACCTA\", \"ini\": 2408, \"clust\": 3049, \"rank\": 1078, \"rankvar\": 2265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1181, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3337, \"group\": [3048.0, 574.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCTGCC\", \"ini\": 2407, \"clust\": 3152, \"rank\": 985, \"rankvar\": 1853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1182, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3338, \"group\": [3152.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTCTCTTTA\", \"ini\": 2406, \"clust\": 2845, \"rank\": 1196, \"rankvar\": 154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 902, \"group\": [2848.0, 494.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTAGAGC\", \"ini\": 2405, \"clust\": 3310, \"rank\": 865, \"rankvar\": 3171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3339, \"group\": [3309.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGCCGATTT\", \"ini\": 2404, \"clust\": 2695, \"rank\": 1221, \"rankvar\": 961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 903, \"group\": [2696.0, 476.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCATTCACT\", \"ini\": 2403, \"clust\": 3195, \"rank\": 1135, \"rankvar\": 2395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1186, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3340, \"group\": [3196.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTCACGGC\", \"ini\": 2402, \"clust\": 2696, \"rank\": 1228, \"rankvar\": 1951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 904, \"group\": [2697.0, 476.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCATGCAAC\", \"ini\": 2401, \"clust\": 1839, \"rank\": 1284, \"rankvar\": 254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 905, \"group\": [1837.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCGCGTTT\", \"ini\": 2400, \"clust\": 2176, \"rank\": 919, \"rankvar\": 1515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 906, \"group\": [2176.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCACTAT\", \"ini\": 2399, \"clust\": 2942, \"rank\": 1780, \"rankvar\": 880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1190, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3341, \"group\": [2942.0, 534.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGTCAGCC\", \"ini\": 2398, \"clust\": 2838, \"rank\": 1396, \"rankvar\": 2510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 907, \"group\": [2842.0, 493.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATAACCG\", \"ini\": 2397, \"clust\": 18, \"rank\": 1353, \"rankvar\": 2561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1192, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1835, \"group\": [18.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCGTAGTA\", \"ini\": 2396, \"clust\": 2212, \"rank\": 982, \"rankvar\": 1344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 908, \"group\": [2214.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTTGCTCCT\", \"ini\": 2395, \"clust\": 2493, \"rank\": 1200, \"rankvar\": 1605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1194, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 909, \"group\": [2491.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCGTCTGCT\", \"ini\": 2394, \"clust\": 2576, \"rank\": 1169, \"rankvar\": 2598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 910, \"group\": [2578.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTCATACTG\", \"ini\": 2393, \"clust\": 3249, \"rank\": 1360, \"rankvar\": 2322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3342, \"group\": [3251.0, 604.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCCCACTTG\", \"ini\": 2392, \"clust\": 2852, \"rank\": 1233, \"rankvar\": 1035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 911, \"group\": [2851.0, 496.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAAGGCTCC\", \"ini\": 2391, \"clust\": 2708, \"rank\": 980, \"rankvar\": 2589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 912, \"group\": [2707.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGAACAT\", \"ini\": 2390, \"clust\": 2644, \"rank\": 1346, \"rankvar\": 328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1199, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 913, \"group\": [2644.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCTCTAGC\", \"ini\": 2389, \"clust\": 3304, \"rank\": 1006, \"rankvar\": 3103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3343, \"group\": [3305.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTAGGAGTTGC\", \"ini\": 2388, \"clust\": 3270, \"rank\": 1089, \"rankvar\": 1425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1201, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3344, \"group\": [3270.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTGAAATCA\", \"ini\": 2387, \"clust\": 2338, \"rank\": 1054, \"rankvar\": 136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 914, \"group\": [2341.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGCCACGTC\", \"ini\": 2386, \"clust\": 2620, \"rank\": 1342, \"rankvar\": 1887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 915, \"group\": [2622.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTAATTGGA\", \"ini\": 2385, \"clust\": 2432, \"rank\": 1072, \"rankvar\": 1365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1204, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 916, \"group\": [2433.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTAGATTAG\", \"ini\": 2384, \"clust\": 2316, \"rank\": 1149, \"rankvar\": 746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1205, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 917, \"group\": [2317.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGCGATG\", \"ini\": 2383, \"clust\": 1852, \"rank\": 1484, \"rankvar\": 1947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 918, \"group\": [1849.0, 396.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCCGCGCAA\", \"ini\": 2382, \"clust\": 3315, \"rank\": 1026, \"rankvar\": 2672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1207, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3345, \"group\": [3316.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGCTGTTA\", \"ini\": 2381, \"clust\": 2578, \"rank\": 1152, \"rankvar\": 663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 919, \"group\": [2577.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCAGAGGA\", \"ini\": 2380, \"clust\": 1599, \"rank\": 1040, \"rankvar\": 2377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 920, \"group\": [1603.0, 287.0, 49.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGAGTCG\", \"ini\": 2379, \"clust\": 1353, \"rank\": 1109, \"rankvar\": 2667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1738, \"group\": [1352.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAATGGAAT\", \"ini\": 2378, \"clust\": 2572, \"rank\": 1159, \"rankvar\": 2380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 921, \"group\": [2571.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGGAACGT\", \"ini\": 2377, \"clust\": 2428, \"rank\": 1103, \"rankvar\": 1457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 922, \"group\": [2431.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAAGCGAGAAA\", \"ini\": 2376, \"clust\": 2346, \"rank\": 896, \"rankvar\": 2257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 923, \"group\": [2347.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATCTGGTA\", \"ini\": 2375, \"clust\": 3324, \"rank\": 881, \"rankvar\": 3035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3346, \"group\": [3329.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTCTCCACT\", \"ini\": 2374, \"clust\": 2117, \"rank\": 1101, \"rankvar\": 760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 924, \"group\": [2116.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGCAAATCA\", \"ini\": 2373, \"clust\": 1805, \"rank\": 1534, \"rankvar\": 160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1216, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 925, \"group\": [1805.0, 382.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAGGAACGT\", \"ini\": 2372, \"clust\": 1344, \"rank\": 1313, \"rankvar\": 3115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1217, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1739, \"group\": [1344.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAGTAGTA\", \"ini\": 2371, \"clust\": 2810, \"rank\": 1263, \"rankvar\": 406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 926, \"group\": [2809.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGTTCTTT\", \"ini\": 2370, \"clust\": 234, \"rank\": 649, \"rankvar\": 3287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1219, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2698, \"group\": [235.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGGTCA\", \"ini\": 2369, \"clust\": 1793, \"rank\": 1241, \"rankvar\": 156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 927, \"group\": [1794.0, 379.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGGTGACAAAT\", \"ini\": 2368, \"clust\": 3521, \"rank\": 1977, \"rankvar\": 3488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1221, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 43, \"group\": [3519.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATATCCG\", \"ini\": 2367, \"clust\": 2100, \"rank\": 1258, \"rankvar\": 912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 928, \"group\": [2098.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGTCTGAA\", \"ini\": 2366, \"clust\": 2217, \"rank\": 1225, \"rankvar\": 1798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 929, \"group\": [2217.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGTCTTCC\", \"ini\": 2365, \"clust\": 2223, \"rank\": 1260, \"rankvar\": 947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1224, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 930, \"group\": [2223.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGATGAGAG\", \"ini\": 2364, \"clust\": 3060, \"rank\": 1312, \"rankvar\": 1525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3347, \"group\": [3071.0, 579.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACACTGCCAG\", \"ini\": 2363, \"clust\": 3313, \"rank\": 1244, \"rankvar\": 3030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1226, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3348, \"group\": [3314.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGCTTATCG\", \"ini\": 2362, \"clust\": 3351, \"rank\": 1207, \"rankvar\": 2924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1227, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3349, \"group\": [3352.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGACTGGGT\", \"ini\": 2361, \"clust\": 1425, \"rank\": 1427, \"rankvar\": 238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 931, \"group\": [1426.0, 233.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGTGACCC\", \"ini\": 2360, \"clust\": 1946, \"rank\": 911, \"rankvar\": 554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1229, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 932, \"group\": [1947.0, 416.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGAGACGAA\", \"ini\": 2359, \"clust\": 2718, \"rank\": 1249, \"rankvar\": 1900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 933, \"group\": [2719.0, 481.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCTCCGTCATC\", \"ini\": 2358, \"clust\": 3291, \"rank\": 1133, \"rankvar\": 1835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1231, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3350, \"group\": [3290.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTCGGATCC\", \"ini\": 2357, \"clust\": 2600, \"rank\": 1548, \"rankvar\": 498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 934, \"group\": [2600.0, 462.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCCCAAGAT\", \"ini\": 2356, \"clust\": 2220, \"rank\": 1188, \"rankvar\": 1083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1233, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 935, \"group\": [2220.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAGTACCCAAT\", \"ini\": 2355, \"clust\": 2126, \"rank\": 1370, \"rankvar\": 1690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 936, \"group\": [2127.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGAGGGAG\", \"ini\": 2354, \"clust\": 2885, \"rank\": 1741, \"rankvar\": 490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3351, \"group\": [2887.0, 512.0, 74.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGCACGCCT\", \"ini\": 2353, \"clust\": 2312, \"rank\": 1185, \"rankvar\": 1598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 937, \"group\": [2310.0, 433.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATCACGG\", \"ini\": 2352, \"clust\": 2711, \"rank\": 1378, \"rankvar\": 949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 938, \"group\": [2712.0, 479.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGAATTAC\", \"ini\": 2351, \"clust\": 3153, \"rank\": 802, \"rankvar\": 2042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3352, \"group\": [3153.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGCAA\", \"ini\": 2350, \"clust\": 1845, \"rank\": 1652, \"rankvar\": 1467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 939, \"group\": [1845.0, 395.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACAGGTCCAC\", \"ini\": 2349, \"clust\": 3238, \"rank\": 1053, \"rankvar\": 3016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1240, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3353, \"group\": [3245.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCACCTCGTT\", \"ini\": 2348, \"clust\": 3526, \"rank\": 1818, \"rankvar\": 3202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1241, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 44, \"group\": [3524.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTTCCACTC\", \"ini\": 2347, \"clust\": 1302, \"rank\": 1735, \"rankvar\": 3378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1242, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1740, \"group\": [1302.0, 207.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCCAAATGC\", \"ini\": 2346, \"clust\": 2195, \"rank\": 1013, \"rankvar\": 693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1243, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 940, \"group\": [2195.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCACAACGT\", \"ini\": 2345, \"clust\": 2506, \"rank\": 1437, \"rankvar\": 2152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 941, \"group\": [2506.0, 446.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCATTAT\", \"ini\": 2344, \"clust\": 2841, \"rank\": 1248, \"rankvar\": 2099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 942, \"group\": [2840.0, 493.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTGGCGAAT\", \"ini\": 2343, \"clust\": 1756, \"rank\": 1232, \"rankvar\": 1255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 943, \"group\": [1756.0, 360.0, 64.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAACACCTA\", \"ini\": 2342, \"clust\": 1591, \"rank\": 1706, \"rankvar\": 169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1247, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 944, \"group\": [1594.0, 279.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAACACAGGTTT\", \"ini\": 2341, \"clust\": 227, \"rank\": 883, \"rankvar\": 2961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2699, \"group\": [230.0, 63.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCCAACAACCT\", \"ini\": 2340, \"clust\": 2453, \"rank\": 1000, \"rankvar\": 904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 945, \"group\": [2452.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCAAGCCTA\", \"ini\": 2339, \"clust\": 2084, \"rank\": 1217, \"rankvar\": 1637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1250, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 946, \"group\": [2089.0, 420.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGGGATGGG\", \"ini\": 2338, \"clust\": 2832, \"rank\": 1195, \"rankvar\": 1352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 947, \"group\": [2831.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCTTGCCGT\", \"ini\": 2337, \"clust\": 1920, \"rank\": 1306, \"rankvar\": 399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1252, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 948, \"group\": [1921.0, 413.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAAATTGCC\", \"ini\": 2336, \"clust\": 1620, \"rank\": 1527, \"rankvar\": 59, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 949, \"group\": [1623.0, 302.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCCTCAGT\", \"ini\": 2335, \"clust\": 2800, \"rank\": 1127, \"rankvar\": 1832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 950, \"group\": [2801.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCGACTGC\", \"ini\": 2334, \"clust\": 2833, \"rank\": 1559, \"rankvar\": 2035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 951, \"group\": [2834.0, 492.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCATCTACGA\", \"ini\": 2333, \"clust\": 3510, \"rank\": 1930, \"rankvar\": 3467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1256, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 45, \"group\": [3505.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGAGGT\", \"ini\": 2332, \"clust\": 2819, \"rank\": 1340, \"rankvar\": 514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 952, \"group\": [2821.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGAGGGATA\", \"ini\": 2331, \"clust\": 3300, \"rank\": 702, \"rankvar\": 2912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1258, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3354, \"group\": [3300.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTCGAATC\", \"ini\": 2330, \"clust\": 3061, \"rank\": 737, \"rankvar\": 2948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3355, \"group\": [3061.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCAGTGGA\", \"ini\": 2329, \"clust\": 1616, \"rank\": 1804, \"rankvar\": 2276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 953, \"group\": [1619.0, 300.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTTCCCTTG\", \"ini\": 2328, \"clust\": 1830, \"rank\": 1496, \"rankvar\": 1073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1261, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 954, \"group\": [1829.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCCTTCAAT\", \"ini\": 2327, \"clust\": 1619, \"rank\": 1603, \"rankvar\": 689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 955, \"group\": [1617.0, 299.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCGAATGGG\", \"ini\": 2326, \"clust\": 1280, \"rank\": 1413, \"rankvar\": 3360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1263, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1741, \"group\": [1280.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACATGGTCTA\", \"ini\": 2325, \"clust\": 1876, \"rank\": 1274, \"rankvar\": 812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 956, \"group\": [1882.0, 407.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTGCCTTGG\", \"ini\": 2324, \"clust\": 2517, \"rank\": 1470, \"rankvar\": 858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 957, \"group\": [2518.0, 449.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCGTCTGCT\", \"ini\": 2323, \"clust\": 2232, \"rank\": 1075, \"rankvar\": 1288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 958, \"group\": [2233.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGGCCATAG\", \"ini\": 2322, \"clust\": 1877, \"rank\": 1407, \"rankvar\": 286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 959, \"group\": [1881.0, 406.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCTAAAGA\", \"ini\": 2321, \"clust\": 3122, \"rank\": 1356, \"rankvar\": 3199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3356, \"group\": [3122.0, 591.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGCATGAG\", \"ini\": 2320, \"clust\": 3251, \"rank\": 1685, \"rankvar\": 1883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3357, \"group\": [3250.0, 604.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGCACACAG\", \"ini\": 2319, \"clust\": 1823, \"rank\": 1381, \"rankvar\": 816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1270, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 960, \"group\": [1824.0, 391.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGTGATTA\", \"ini\": 2318, \"clust\": 2231, \"rank\": 1182, \"rankvar\": 1186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 961, \"group\": [2231.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCAAACAAG\", \"ini\": 2317, \"clust\": 1316, \"rank\": 1401, \"rankvar\": 2358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1272, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1742, \"group\": [1317.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGCTAGTCT\", \"ini\": 2316, \"clust\": 1767, \"rank\": 1288, \"rankvar\": 345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1273, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 962, \"group\": [1767.0, 367.0, 65.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCGCGAAA\", \"ini\": 2315, \"clust\": 1613, \"rank\": 1681, \"rankvar\": 1534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1274, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 963, \"group\": [1610.0, 294.0, 51.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCACTCCTG\", \"ini\": 2314, \"clust\": 2659, \"rank\": 1326, \"rankvar\": 1850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 964, \"group\": [2658.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGGTATCG\", \"ini\": 2313, \"clust\": 1621, \"rank\": 1731, \"rankvar\": 1220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1276, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 965, \"group\": [1622.0, 301.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGCTGCCCA\", \"ini\": 2312, \"clust\": 1786, \"rank\": 1256, \"rankvar\": 111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 966, \"group\": [1785.0, 376.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCACTCGACG\", \"ini\": 2311, \"clust\": 2225, \"rank\": 1139, \"rankvar\": 964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 967, \"group\": [2225.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTTACGGG\", \"ini\": 2310, \"clust\": 2602, \"rank\": 1568, \"rankvar\": 1004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 968, \"group\": [2602.0, 462.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCATCGTCGG\", \"ini\": 2309, \"clust\": 2822, \"rank\": 1358, \"rankvar\": 1139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 969, \"group\": [2825.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGTGGAGTC\", \"ini\": 2308, \"clust\": 3465, \"rank\": 2124, \"rankvar\": 3253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1281, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 46, \"group\": [3466.0, 644.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAAGCGAGT\", \"ini\": 2307, \"clust\": 2289, \"rank\": 1316, \"rankvar\": 997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 970, \"group\": [2289.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGGCAGTA\", \"ini\": 2306, \"clust\": 3524, \"rank\": 1914, \"rankvar\": 3508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1283, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 47, \"group\": [3521.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCAAAGACA\", \"ini\": 2305, \"clust\": 3359, \"rank\": 1419, \"rankvar\": 2821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1284, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3358, \"group\": [3359.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTGTTTGC\", \"ini\": 2304, \"clust\": 2615, \"rank\": 1485, \"rankvar\": 641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 971, \"group\": [2612.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGGACG\", \"ini\": 2303, \"clust\": 2478, \"rank\": 769, \"rankvar\": 2819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 972, \"group\": [2478.0, 438.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCGGAGCAA\", \"ini\": 2302, \"clust\": 2101, \"rank\": 1368, \"rankvar\": 614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 973, \"group\": [2099.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGGATCT\", \"ini\": 2301, \"clust\": 2413, \"rank\": 1355, \"rankvar\": 1939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 974, \"group\": [2413.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGAGGCTA\", \"ini\": 2300, \"clust\": 1331, \"rank\": 1119, \"rankvar\": 3230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1743, \"group\": [1330.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCATGCTGGC\", \"ini\": 2299, \"clust\": 2617, \"rank\": 1417, \"rankvar\": 707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1290, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 975, \"group\": [2619.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTAACCGA\", \"ini\": 2298, \"clust\": 2518, \"rank\": 1445, \"rankvar\": 2294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 976, \"group\": [2516.0, 449.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCAGCATGAG\", \"ini\": 2297, \"clust\": 2307, \"rank\": 1348, \"rankvar\": 992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 977, \"group\": [2308.0, 433.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTCCGT\", \"ini\": 2296, \"clust\": 1831, \"rank\": 1508, \"rankvar\": 1152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1293, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 978, \"group\": [1830.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACAAGCCCAC\", \"ini\": 2295, \"clust\": 1925, \"rank\": 1330, \"rankvar\": 358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 979, \"group\": [1925.0, 413.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAAAGG\", \"ini\": 2294, \"clust\": 1352, \"rank\": 1261, \"rankvar\": 2577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1295, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1744, \"group\": [1354.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCAAGAAGT\", \"ini\": 2293, \"clust\": 1295, \"rank\": 1338, \"rankvar\": 3203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1745, \"group\": [1294.0, 206.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTAAGGCTAGCA\", \"ini\": 2292, \"clust\": 14, \"rank\": 1102, \"rankvar\": 2331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1859, \"group\": [19.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCAACACCA\", \"ini\": 2291, \"clust\": 3519, \"rank\": 1890, \"rankvar\": 3495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1298, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 48, \"group\": [3517.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCACTGGGC\", \"ini\": 2290, \"clust\": 2137, \"rank\": 1198, \"rankvar\": 635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1299, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 980, \"group\": [2139.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGAGCTATA\", \"ini\": 2289, \"clust\": 3301, \"rank\": 1008, \"rankvar\": 2524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3359, \"group\": [3301.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCAACGGGA\", \"ini\": 2288, \"clust\": 3512, \"rank\": 2080, \"rankvar\": 3520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1301, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 49, \"group\": [3511.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCATGCATGT\", \"ini\": 2287, \"clust\": 2425, \"rank\": 1143, \"rankvar\": 1715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 981, \"group\": [2428.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCTATGTGG\", \"ini\": 2286, \"clust\": 2309, \"rank\": 1121, \"rankvar\": 1519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 982, \"group\": [2312.0, 433.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGCACCGCT\", \"ini\": 2285, \"clust\": 2269, \"rank\": 1339, \"rankvar\": 1475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1304, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 983, \"group\": [2269.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAATTCCTT\", \"ini\": 2284, \"clust\": 2281, \"rank\": 1223, \"rankvar\": 839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 984, \"group\": [2281.0, 431.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGTCGCCGT\", \"ini\": 2283, \"clust\": 67, \"rank\": 779, \"rankvar\": 1017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1860, \"group\": [67.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCAGATAA\", \"ini\": 2282, \"clust\": 3044, \"rank\": 1519, \"rankvar\": 422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1307, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3360, \"group\": [3044.0, 573.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTGGAAAGA\", \"ini\": 2281, \"clust\": 2110, \"rank\": 1213, \"rankvar\": 930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 985, \"group\": [2111.0, 423.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCCATTAT\", \"ini\": 2280, \"clust\": 2441, \"rank\": 1132, \"rankvar\": 2435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 986, \"group\": [2442.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCCTTTC\", \"ini\": 2279, \"clust\": 2379, \"rank\": 1204, \"rankvar\": 263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1310, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 987, \"group\": [2383.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGCTCCCAG\", \"ini\": 2278, \"clust\": 2178, \"rank\": 1093, \"rankvar\": 1422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 988, \"group\": [2179.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGACAATAC\", \"ini\": 2277, \"clust\": 1842, \"rank\": 1373, \"rankvar\": 1711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 989, \"group\": [1841.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAACAAGTTGTC\", \"ini\": 2276, \"clust\": 2850, \"rank\": 1483, \"rankvar\": 1003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 990, \"group\": [2852.0, 496.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCGCGTTTC\", \"ini\": 2275, \"clust\": 3363, \"rank\": 1254, \"rankvar\": 2513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3361, \"group\": [3364.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAGCTTAAC\", \"ini\": 2274, \"clust\": 2090, \"rank\": 1327, \"rankvar\": 654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 991, \"group\": [2091.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTGTGTGCC\", \"ini\": 2273, \"clust\": 1360, \"rank\": 1227, \"rankvar\": 3289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1316, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1746, \"group\": [1360.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAATTGGA\", \"ini\": 2272, \"clust\": 2662, \"rank\": 1344, \"rankvar\": 1230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1317, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 992, \"group\": [2659.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCGTGAC\", \"ini\": 2271, \"clust\": 3008, \"rank\": 1366, \"rankvar\": 611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1318, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3362, \"group\": [3009.0, 561.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCCTGACT\", \"ini\": 2270, \"clust\": 2107, \"rank\": 1390, \"rankvar\": 454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 993, \"group\": [2110.0, 422.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAAGCGCTC\", \"ini\": 2269, \"clust\": 2545, \"rank\": 1648, \"rankvar\": 504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 994, \"group\": [2545.0, 457.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTTATCACG\", \"ini\": 2268, \"clust\": 2149, \"rank\": 1229, \"rankvar\": 231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 995, \"group\": [2150.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCCACGTTC\", \"ini\": 2267, \"clust\": 1231, \"rank\": 1449, \"rankvar\": 2075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1747, \"group\": [1232.0, 186.0, 30.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGCCAT\", \"ini\": 2266, \"clust\": 2722, \"rank\": 1142, \"rankvar\": 1953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 996, \"group\": [2723.0, 482.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCACCATGTA\", \"ini\": 2265, \"clust\": 2956, \"rank\": 1595, \"rankvar\": 1981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1324, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3363, \"group\": [2955.0, 538.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGCCATCGC\", \"ini\": 2264, \"clust\": 7, \"rank\": 1222, \"rankvar\": 435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1861, \"group\": [8.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTTCTGAAC\", \"ini\": 2263, \"clust\": 2574, \"rank\": 1267, \"rankvar\": 302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 997, \"group\": [2574.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCCGAG\", \"ini\": 2262, \"clust\": 56, \"rank\": 772, \"rankvar\": 1329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1862, \"group\": [55.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCTCAACTT\", \"ini\": 2261, \"clust\": 2663, \"rank\": 1315, \"rankvar\": 1382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 998, \"group\": [2660.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTACGTAA\", \"ini\": 2260, \"clust\": 2403, \"rank\": 1157, \"rankvar\": 1968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1329, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 999, \"group\": [2409.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGGAATCGC\", \"ini\": 2259, \"clust\": 3157, \"rank\": 1037, \"rankvar\": 2772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1330, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3364, \"group\": [3158.0, 597.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCCGAATGT\", \"ini\": 2258, \"clust\": 3467, \"rank\": 1667, \"rankvar\": 2926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1331, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 50, \"group\": [3474.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGGCAATTA\", \"ini\": 2257, \"clust\": 3511, \"rank\": 1859, \"rankvar\": 3501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1332, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 51, \"group\": [3506.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCTCTTATG\", \"ini\": 2256, \"clust\": 3358, \"rank\": 1581, \"rankvar\": 2906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3365, \"group\": [3361.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGTTGACA\", \"ini\": 2255, \"clust\": 2655, \"rank\": 1450, \"rankvar\": 2202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1000, \"group\": [2653.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCGCTTAGA\", \"ini\": 2254, \"clust\": 2631, \"rank\": 1440, \"rankvar\": 2729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1335, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1001, \"group\": [2632.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTAGTAGTA\", \"ini\": 2253, \"clust\": 3063, \"rank\": 1275, \"rankvar\": 2570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1336, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3366, \"group\": [3066.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTAATCACC\", \"ini\": 2252, \"clust\": 3216, \"rank\": 1383, \"rankvar\": 3333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1337, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3367, \"group\": [3218.0, 602.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGCTGTTCA\", \"ini\": 2251, \"clust\": 2681, \"rank\": 1576, \"rankvar\": 429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1002, \"group\": [2685.0, 474.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCATCGATG\", \"ini\": 2250, \"clust\": 2421, \"rank\": 1176, \"rankvar\": 1348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1003, \"group\": [2422.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCCAGAA\", \"ini\": 2249, \"clust\": 2150, \"rank\": 1163, \"rankvar\": 1486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1004, \"group\": [2151.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATCAGTAC\", \"ini\": 2248, \"clust\": 2206, \"rank\": 1071, \"rankvar\": 2005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1005, \"group\": [2206.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGGAGCGTT\", \"ini\": 2247, \"clust\": 3520, \"rank\": 1962, \"rankvar\": 3494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1342, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 52, \"group\": [3518.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGAACTGT\", \"ini\": 2246, \"clust\": 1627, \"rank\": 1747, \"rankvar\": 1299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1006, \"group\": [1626.0, 304.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGTGGGAA\", \"ini\": 2245, \"clust\": 2575, \"rank\": 1392, \"rankvar\": 1680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1344, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1007, \"group\": [2575.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCAACGGT\", \"ini\": 2244, \"clust\": 2440, \"rank\": 1297, \"rankvar\": 2201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1345, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1008, \"group\": [2439.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCAACCATG\", \"ini\": 2243, \"clust\": 2234, \"rank\": 1134, \"rankvar\": 1550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1009, \"group\": [2235.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGGCTTCC\", \"ini\": 2242, \"clust\": 2426, \"rank\": 1293, \"rankvar\": 1316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1010, \"group\": [2426.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTATCGGT\", \"ini\": 2241, \"clust\": 3277, \"rank\": 1320, \"rankvar\": 2070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1348, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3368, \"group\": [3277.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATCCGAT\", \"ini\": 2240, \"clust\": 2313, \"rank\": 1180, \"rankvar\": 1015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1011, \"group\": [2316.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACAACTGCGC\", \"ini\": 2239, \"clust\": 236, \"rank\": 918, \"rankvar\": 2902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1350, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2700, \"group\": [234.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGGGAGAG\", \"ini\": 2238, \"clust\": 2158, \"rank\": 986, \"rankvar\": 1854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1012, \"group\": [2159.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTACAA\", \"ini\": 2237, \"clust\": 2083, \"rank\": 1187, \"rankvar\": 34, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1352, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1013, \"group\": [2084.0, 419.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTCAGAAGC\", \"ini\": 2236, \"clust\": 3156, \"rank\": 760, \"rankvar\": 2496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3369, \"group\": [3155.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTCCCTACT\", \"ini\": 2235, \"clust\": 1351, \"rank\": 1365, \"rankvar\": 3436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1354, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1748, \"group\": [1351.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCCGTTAA\", \"ini\": 2234, \"clust\": 2619, \"rank\": 1386, \"rankvar\": 1226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1014, \"group\": [2618.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGTTCGCGC\", \"ini\": 2233, \"clust\": 1811, \"rank\": 1409, \"rankvar\": 1098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1015, \"group\": [1810.0, 385.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGAGTGACC\", \"ini\": 2232, \"clust\": 1858, \"rank\": 1278, \"rankvar\": 824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1016, \"group\": [1861.0, 402.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACAGATGAGC\", \"ini\": 2231, \"clust\": 3565, \"rank\": 1993, \"rankvar\": 3534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1358, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 53, \"group\": [3566.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGTGGGTTG\", \"ini\": 2230, \"clust\": 2756, \"rank\": 1324, \"rankvar\": 2357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1017, \"group\": [2757.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTCGTTTG\", \"ini\": 2229, \"clust\": 2091, \"rank\": 1363, \"rankvar\": 1171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1018, \"group\": [2092.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAATGGATA\", \"ini\": 2228, \"clust\": 2146, \"rank\": 1298, \"rankvar\": 1754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1019, \"group\": [2149.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGTACTCT\", \"ini\": 2227, \"clust\": 1733, \"rank\": 1114, \"rankvar\": 752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1020, \"group\": [1734.0, 344.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGTCTGCGACG\", \"ini\": 2226, \"clust\": 2434, \"rank\": 1354, \"rankvar\": 474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1363, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1021, \"group\": [2435.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTCGGACG\", \"ini\": 2225, \"clust\": 2193, \"rank\": 1414, \"rankvar\": 1333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1022, \"group\": [2196.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCTTACCGC\", \"ini\": 2224, \"clust\": 2779, \"rank\": 1410, \"rankvar\": 1045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1023, \"group\": [2779.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTACTTCTT\", \"ini\": 2223, \"clust\": 2422, \"rank\": 1328, \"rankvar\": 1704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1024, \"group\": [2423.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGTAAGTA\", \"ini\": 2222, \"clust\": 1369, \"rank\": 1347, \"rankvar\": 3018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1749, \"group\": [1369.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAAGGAG\", \"ini\": 2221, \"clust\": 3143, \"rank\": 932, \"rankvar\": 3185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3370, \"group\": [3142.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCTTTCCTC\", \"ini\": 2220, \"clust\": 2579, \"rank\": 1489, \"rankvar\": 361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1025, \"group\": [2579.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCTACCTC\", \"ini\": 2219, \"clust\": 3294, \"rank\": 1391, \"rankvar\": 2248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3371, \"group\": [3295.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGTTGAGG\", \"ini\": 2218, \"clust\": 2511, \"rank\": 1463, \"rankvar\": 214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1371, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1026, \"group\": [2509.0, 447.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCTTGTACT\", \"ini\": 2217, \"clust\": 2283, \"rank\": 1403, \"rankvar\": 727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1027, \"group\": [2306.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTTTGCC\", \"ini\": 2216, \"clust\": 2417, \"rank\": 1364, \"rankvar\": 1640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1028, \"group\": [2418.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCAGTCTTCC\", \"ini\": 2215, \"clust\": 1312, \"rank\": 1584, \"rankvar\": 3127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1750, \"group\": [1309.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGACTCAT\", \"ini\": 2214, \"clust\": 2848, \"rank\": 1510, \"rankvar\": 1079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1029, \"group\": [2846.0, 494.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCGGACAAG\", \"ini\": 2213, \"clust\": 3169, \"rank\": 910, \"rankvar\": 2920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3372, \"group\": [3166.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCAGGTAAA\", \"ini\": 2212, \"clust\": 1233, \"rank\": 1989, \"rankvar\": 3093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1377, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3031, \"group\": [1234.0, 188.0, 31.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTGGGTCAA\", \"ini\": 2211, \"clust\": 2219, \"rank\": 1399, \"rankvar\": 229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1030, \"group\": [2219.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGACACTAA\", \"ini\": 2210, \"clust\": 2827, \"rank\": 1467, \"rankvar\": 2010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1031, \"group\": [2826.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCCGTCATC\", \"ini\": 2209, \"clust\": 2716, \"rank\": 1459, \"rankvar\": 312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1380, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1032, \"group\": [2716.0, 481.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATCTGCA\", \"ini\": 2208, \"clust\": 2169, \"rank\": 1345, \"rankvar\": 931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1033, \"group\": [2172.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCACGCATA\", \"ini\": 2207, \"clust\": 3032, \"rank\": 1457, \"rankvar\": 2128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3373, \"group\": [3032.0, 568.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACACTGCG\", \"ini\": 2206, \"clust\": 3568, \"rank\": 2068, \"rankvar\": 3510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1383, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 54, \"group\": [3567.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTACTCGCG\", \"ini\": 2205, \"clust\": 2409, \"rank\": 1331, \"rankvar\": 2080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1384, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1034, \"group\": [2412.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTAGTGTACCT\", \"ini\": 2204, \"clust\": 2124, \"rank\": 1478, \"rankvar\": 1213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1035, \"group\": [2125.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGTGATCGG\", \"ini\": 2203, \"clust\": 1388, \"rank\": 839, \"rankvar\": 2633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1386, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1751, \"group\": [1386.0, 214.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCATGTCCTC\", \"ini\": 2202, \"clust\": 2118, \"rank\": 1276, \"rankvar\": 144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1036, \"group\": [2124.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGCCTTGAT\", \"ini\": 2201, \"clust\": 2317, \"rank\": 1290, \"rankvar\": 1085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1037, \"group\": [2318.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAGACAAAT\", \"ini\": 2200, \"clust\": 3052, \"rank\": 1337, \"rankvar\": 1703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1389, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3374, \"group\": [3051.0, 575.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGGATATAC\", \"ini\": 2199, \"clust\": 2641, \"rank\": 1532, \"rankvar\": 550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1390, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1038, \"group\": [2639.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAAGCCCAC\", \"ini\": 2198, \"clust\": 2765, \"rank\": 1439, \"rankvar\": 1432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1039, \"group\": [2769.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTTCCACGG\", \"ini\": 2197, \"clust\": 2667, \"rank\": 1432, \"rankvar\": 1758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1040, \"group\": [2668.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCATGTGGT\", \"ini\": 2196, \"clust\": 2645, \"rank\": 1518, \"rankvar\": 987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1041, \"group\": [2642.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTAAATGAC\", \"ini\": 2195, \"clust\": 64, \"rank\": 643, \"rankvar\": 1612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1394, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1863, \"group\": [63.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCAGTGTTG\", \"ini\": 2194, \"clust\": 1593, \"rank\": 1902, \"rankvar\": 1343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1395, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1042, \"group\": [1591.0, 277.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCATGGCA\", \"ini\": 2193, \"clust\": 2092, \"rank\": 1319, \"rankvar\": 1766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1043, \"group\": [2093.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTTGCCGT\", \"ini\": 2192, \"clust\": 3142, \"rank\": 981, \"rankvar\": 2253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1397, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3375, \"group\": [3144.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGCGAAA\", \"ini\": 2191, \"clust\": 3456, \"rank\": 1795, \"rankvar\": 3200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1398, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 55, \"group\": [3457.0, 639.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCAGTGTTGAA\", \"ini\": 2190, \"clust\": 2495, \"rank\": 1436, \"rankvar\": 196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1044, \"group\": [2494.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTCGATT\", \"ini\": 2189, \"clust\": 3567, \"rank\": 2098, \"rankvar\": 3556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1400, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 56, \"group\": [3565.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGCAAGACGTG\", \"ini\": 2188, \"clust\": 3460, \"rank\": 2052, \"rankvar\": 2869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1401, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 57, \"group\": [3461.0, 642.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTATAAACG\", \"ini\": 2187, \"clust\": 3405, \"rank\": 1406, \"rankvar\": 3461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1402, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3569, \"group\": [3414.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAAG\", \"ini\": 2186, \"clust\": 1389, \"rank\": 831, \"rankvar\": 2867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1403, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1752, \"group\": [1387.0, 214.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCGCAAACT\", \"ini\": 2185, \"clust\": 2153, \"rank\": 1283, \"rankvar\": 1572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1404, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1045, \"group\": [2153.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAGACACTT\", \"ini\": 2184, \"clust\": 2826, \"rank\": 1561, \"rankvar\": 952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1046, \"group\": [2828.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGGCCA\", \"ini\": 2183, \"clust\": 2228, \"rank\": 1273, \"rankvar\": 1266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1047, \"group\": [2228.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCATAGCAC\", \"ini\": 2182, \"clust\": 3473, \"rank\": 1981, \"rankvar\": 3528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1407, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 58, \"group\": [3473.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATGGAATA\", \"ini\": 2181, \"clust\": 2140, \"rank\": 1266, \"rankvar\": 736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1048, \"group\": [2141.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGGTAGCTAAA\", \"ini\": 2180, \"clust\": 2776, \"rank\": 1334, \"rankvar\": 1363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1049, \"group\": [2776.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGCAGTTCATG\", \"ini\": 2179, \"clust\": 2221, \"rank\": 1357, \"rankvar\": 1655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1050, \"group\": [2221.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCTCACCCTCA\", \"ini\": 2178, \"clust\": 1346, \"rank\": 1451, \"rankvar\": 3008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1753, \"group\": [1346.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGGGTGTTG\", \"ini\": 2177, \"clust\": 1358, \"rank\": 1606, \"rankvar\": 2908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1754, \"group\": [1355.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGAGGGCTT\", \"ini\": 2176, \"clust\": 2235, \"rank\": 1433, \"rankvar\": 734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1051, \"group\": [2236.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGTAGAGC\", \"ini\": 2175, \"clust\": 2151, \"rank\": 1294, \"rankvar\": 979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1414, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1052, \"group\": [2154.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCAGACTG\", \"ini\": 2174, \"clust\": 3447, \"rank\": 1498, \"rankvar\": 1875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1415, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1053, \"group\": [3450.0, 636.0, 93.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTCATCGATTG\", \"ini\": 2173, \"clust\": 2752, \"rank\": 1540, \"rankvar\": 852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1416, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1054, \"group\": [2756.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCACTGTTAG\", \"ini\": 2172, \"clust\": 1857, \"rank\": 1131, \"rankvar\": 908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1417, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1055, \"group\": [1857.0, 399.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGGAACGG\", \"ini\": 2171, \"clust\": 2282, \"rank\": 1397, \"rankvar\": 960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1056, \"group\": [2282.0, 431.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAAATTGCC\", \"ini\": 2170, \"clust\": 2086, \"rank\": 1291, \"rankvar\": 681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1057, \"group\": [2086.0, 420.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAGTTGGC\", \"ini\": 2169, \"clust\": 2557, \"rank\": 1588, \"rankvar\": 885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1420, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1058, \"group\": [2559.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAGCGATG\", \"ini\": 2168, \"clust\": 2628, \"rank\": 1596, \"rankvar\": 842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1059, \"group\": [2627.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACAAACC\", \"ini\": 2167, \"clust\": 2246, \"rank\": 1307, \"rankvar\": 1424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1060, \"group\": [2249.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACTGAAGG\", \"ini\": 2166, \"clust\": 2523, \"rank\": 1503, \"rankvar\": 1719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1061, \"group\": [2521.0, 449.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGACTAGAT\", \"ini\": 2165, \"clust\": 76, \"rank\": 748, \"rankvar\": 2465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1864, \"group\": [75.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCAGTAGT\", \"ini\": 2164, \"clust\": 1584, \"rank\": 1782, \"rankvar\": 1899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1062, \"group\": [1587.0, 274.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTGCCCTA\", \"ini\": 2163, \"clust\": 3469, \"rank\": 1910, \"rankvar\": 3384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1426, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 59, \"group\": [3469.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGAGCCTAG\", \"ini\": 2162, \"clust\": 2168, \"rank\": 1136, \"rankvar\": 728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1063, \"group\": [2167.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATCATCCC\", \"ini\": 2161, \"clust\": 2519, \"rank\": 1555, \"rankvar\": 392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1064, \"group\": [2517.0, 449.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGGTGTTAA\", \"ini\": 2160, \"clust\": 2539, \"rank\": 1714, \"rankvar\": 988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1065, \"group\": [2539.0, 456.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATACGCT\", \"ini\": 2159, \"clust\": 1318, \"rank\": 1476, \"rankvar\": 2516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1430, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1755, \"group\": [1314.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTCAAACTC\", \"ini\": 2158, \"clust\": 2630, \"rank\": 1551, \"rankvar\": 114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1066, \"group\": [2635.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTCCACTC\", \"ini\": 2157, \"clust\": 2670, \"rank\": 1448, \"rankvar\": 996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1067, \"group\": [2669.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTATAGTAG\", \"ini\": 2156, \"clust\": 2172, \"rank\": 1270, \"rankvar\": 806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1068, \"group\": [2173.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCACGTGG\", \"ini\": 2155, \"clust\": 2962, \"rank\": 1429, \"rankvar\": 2834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3376, \"group\": [2962.0, 543.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACGGTGTC\", \"ini\": 2154, \"clust\": 2643, \"rank\": 1587, \"rankvar\": 507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1069, \"group\": [2645.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTTCAGTAC\", \"ini\": 2153, \"clust\": 1859, \"rank\": 1506, \"rankvar\": 205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1070, \"group\": [1859.0, 401.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGAGGAA\", \"ini\": 2152, \"clust\": 1837, \"rank\": 1565, \"rankvar\": 1006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1071, \"group\": [1838.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGTGTTAGA\", \"ini\": 2151, \"clust\": 3311, \"rank\": 1147, \"rankvar\": 2745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1438, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3377, \"group\": [3310.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCACACCACGTG\", \"ini\": 2150, \"clust\": 2396, \"rank\": 1289, \"rankvar\": 519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1072, \"group\": [2398.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAGGTCCAC\", \"ini\": 2149, \"clust\": 2412, \"rank\": 1501, \"rankvar\": 1143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1073, \"group\": [2415.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCGGACAAG\", \"ini\": 2148, \"clust\": 2540, \"rank\": 1546, \"rankvar\": 876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1441, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1074, \"group\": [2540.0, 456.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGAAACCGC\", \"ini\": 2147, \"clust\": 2759, \"rank\": 1453, \"rankvar\": 1954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1075, \"group\": [2759.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCACCCAGTG\", \"ini\": 2146, \"clust\": 1843, \"rank\": 1465, \"rankvar\": 2701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1443, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1076, \"group\": [1842.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTGTTGAGG\", \"ini\": 2145, \"clust\": 2548, \"rank\": 1393, \"rankvar\": 764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1444, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1077, \"group\": [2550.0, 459.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGCCAGTTT\", \"ini\": 2144, \"clust\": 2647, \"rank\": 1500, \"rankvar\": 1932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1078, \"group\": [2646.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTCCAGTAT\", \"ini\": 2143, \"clust\": 2485, \"rank\": 1522, \"rankvar\": 1261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1079, \"group\": [2484.0, 441.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACTCAGAGCTT\", \"ini\": 2142, \"clust\": 3272, \"rank\": 1220, \"rankvar\": 2050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3378, \"group\": [3273.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCAGAAATG\", \"ini\": 2141, \"clust\": 2525, \"rank\": 1781, \"rankvar\": 1473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1080, \"group\": [2525.0, 451.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCGGATCA\", \"ini\": 2140, \"clust\": 79, \"rank\": 1061, \"rankvar\": 460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1865, \"group\": [83.0, 34.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACCAGGGAGAG\", \"ini\": 2139, \"clust\": 1632, \"rank\": 1435, \"rankvar\": 558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1081, \"group\": [1715.0, 330.0, 55.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACAAGCTGGA\", \"ini\": 2138, \"clust\": 3527, \"rank\": 2035, \"rankvar\": 3426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1451, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 60, \"group\": [3525.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCAGGTTTCA\", \"ini\": 2137, \"clust\": 2862, \"rank\": 1271, \"rankvar\": 1905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1452, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1082, \"group\": [2865.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACCAGGCT\", \"ini\": 2136, \"clust\": 2087, \"rank\": 1491, \"rankvar\": 368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1083, \"group\": [2087.0, 420.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGGATACC\", \"ini\": 2135, \"clust\": 2510, \"rank\": 1728, \"rankvar\": 408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1454, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1084, \"group\": [2511.0, 447.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTAACG\", \"ini\": 2134, \"clust\": 3326, \"rank\": 1211, \"rankvar\": 2085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1455, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3379, \"group\": [3326.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCATTGCGA\", \"ini\": 2133, \"clust\": 2709, \"rank\": 1367, \"rankvar\": 1812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1085, \"group\": [2708.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGGATTG\", \"ini\": 2132, \"clust\": 1307, \"rank\": 1669, \"rankvar\": 3247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1457, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1756, \"group\": [1308.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAGCGATT\", \"ini\": 2131, \"clust\": 1757, \"rank\": 1543, \"rankvar\": 1228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1086, \"group\": [1757.0, 360.0, 64.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTACATGA\", \"ini\": 2130, \"clust\": 1726, \"rank\": 1556, \"rankvar\": 100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1087, \"group\": [1726.0, 336.0, 59.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCATGCAAC\", \"ini\": 2129, \"clust\": 2673, \"rank\": 1625, \"rankvar\": 889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1088, \"group\": [2672.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGGATAG\", \"ini\": 2128, \"clust\": 2512, \"rank\": 1536, \"rankvar\": 129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1089, \"group\": [2510.0, 447.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGCTGCC\", \"ini\": 2127, \"clust\": 2245, \"rank\": 1174, \"rankvar\": 1493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1090, \"group\": [2246.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTGCGATAG\", \"ini\": 2126, \"clust\": 2629, \"rank\": 1605, \"rankvar\": 1154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1091, \"group\": [2628.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTACCTACA\", \"ini\": 2125, \"clust\": 1744, \"rank\": 1509, \"rankvar\": 172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1092, \"group\": [1743.0, 352.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAACAACCT\", \"ini\": 2124, \"clust\": 2173, \"rank\": 1295, \"rankvar\": 1060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1093, \"group\": [2174.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAGAGTCG\", \"ini\": 2123, \"clust\": 226, \"rank\": 1246, \"rankvar\": 3194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1466, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2701, \"group\": [241.0, 65.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAAACTGCT\", \"ini\": 2122, \"clust\": 2807, \"rank\": 1402, \"rankvar\": 644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1467, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1094, \"group\": [2811.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGGGATGGG\", \"ini\": 2121, \"clust\": 2494, \"rank\": 1507, \"rankvar\": 179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1095, \"group\": [2492.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGGTGTGTGCC\", \"ini\": 2120, \"clust\": 2170, \"rank\": 1336, \"rankvar\": 1476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1096, \"group\": [2170.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACGACGAA\", \"ini\": 2119, \"clust\": 1886, \"rank\": 1480, \"rankvar\": 798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1470, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1097, \"group\": [1887.0, 408.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCCTATGTT\", \"ini\": 2118, \"clust\": 3062, \"rank\": 1014, \"rankvar\": 2089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3380, \"group\": [3062.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCATCATC\", \"ini\": 2117, \"clust\": 2829, \"rank\": 1626, \"rankvar\": 753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1472, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1098, \"group\": [2833.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCACGACTCG\", \"ini\": 2116, \"clust\": 2723, \"rank\": 1456, \"rankvar\": 1304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1473, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1099, \"group\": [2724.0, 482.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCAACACGT\", \"ini\": 2115, \"clust\": 2134, \"rank\": 1279, \"rankvar\": 1630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1474, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1100, \"group\": [2135.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCAGACTCGC\", \"ini\": 2114, \"clust\": 3587, \"rank\": 2132, \"rankvar\": 3544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1475, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 61, \"group\": [3585.0, 650.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGATCTGAA\", \"ini\": 2113, \"clust\": 3360, \"rank\": 1520, \"rankvar\": 2881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1476, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3381, \"group\": [3360.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCAGCTCGG\", \"ini\": 2112, \"clust\": 2444, \"rank\": 1296, \"rankvar\": 1399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1101, \"group\": [2445.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGGCTATCT\", \"ini\": 2111, \"clust\": 1615, \"rank\": 1686, \"rankvar\": 1084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1478, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1102, \"group\": [1615.0, 298.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTGCTTGC\", \"ini\": 2110, \"clust\": 3064, \"rank\": 928, \"rankvar\": 2987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3382, \"group\": [3065.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCATCGATTG\", \"ini\": 2109, \"clust\": 2665, \"rank\": 1689, \"rankvar\": 1697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1480, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1103, \"group\": [2663.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCAGAGGT\", \"ini\": 2108, \"clust\": 1361, \"rank\": 1471, \"rankvar\": 2882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1757, \"group\": [1361.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTAGATTAG\", \"ini\": 2107, \"clust\": 2623, \"rank\": 1523, \"rankvar\": 1488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1104, \"group\": [2626.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATTAGCCA\", \"ini\": 2106, \"clust\": 3198, \"rank\": 1352, \"rankvar\": 2423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1483, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3383, \"group\": [3199.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCACGAAACG\", \"ini\": 2105, \"clust\": 2625, \"rank\": 1607, \"rankvar\": 2300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1105, \"group\": [2623.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTCATACTG\", \"ini\": 2104, \"clust\": 72, \"rank\": 929, \"rankvar\": 1485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1866, \"group\": [69.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCTCTGAGA\", \"ini\": 2103, \"clust\": 3292, \"rank\": 1562, \"rankvar\": 1634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1486, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3384, \"group\": [3291.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATTGGTAC\", \"ini\": 2102, \"clust\": 2879, \"rank\": 1811, \"rankvar\": 2060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1487, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3385, \"group\": [2879.0, 507.0, 72.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCGTTACGACT\", \"ini\": 2101, \"clust\": 1766, \"rank\": 1444, \"rankvar\": 1232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1488, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1106, \"group\": [1771.0, 369.0, 65.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCATTAGC\", \"ini\": 2100, \"clust\": 2582, \"rank\": 1533, \"rankvar\": 548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1489, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1107, \"group\": [2581.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGCGTAG\", \"ini\": 2099, \"clust\": 3034, \"rank\": 1783, \"rankvar\": 1404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1490, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3386, \"group\": [3034.0, 569.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCCTTTACA\", \"ini\": 2098, \"clust\": 3211, \"rank\": 1460, \"rankvar\": 3283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1491, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3387, \"group\": [3210.0, 601.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACTCGCG\", \"ini\": 2097, \"clust\": 3209, \"rank\": 1416, \"rankvar\": 2124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1492, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3388, \"group\": [3213.0, 601.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGGTTTCT\", \"ini\": 2096, \"clust\": 3177, \"rank\": 1079, \"rankvar\": 2898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1493, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3389, \"group\": [3178.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTTGCTCCT\", \"ini\": 2095, \"clust\": 3161, \"rank\": 1064, \"rankvar\": 2718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3390, \"group\": [3162.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGATAAAC\", \"ini\": 2094, \"clust\": 2616, \"rank\": 1793, \"rankvar\": 2462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1495, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1108, \"group\": [2613.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTATAGGGC\", \"ini\": 2093, \"clust\": 2739, \"rank\": 1664, \"rankvar\": 649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1109, \"group\": [2742.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTTACTGAC\", \"ini\": 2092, \"clust\": 2766, \"rank\": 1586, \"rankvar\": 1796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1497, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1110, \"group\": [2768.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCAGGTTCA\", \"ini\": 2091, \"clust\": 3309, \"rank\": 1118, \"rankvar\": 2994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3391, \"group\": [3311.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTGGAT\", \"ini\": 2090, \"clust\": 233, \"rank\": 740, \"rankvar\": 2818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1499, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2702, \"group\": [236.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCACGTGAGA\", \"ini\": 2089, \"clust\": 2954, \"rank\": 1608, \"rankvar\": 341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1500, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3392, \"group\": [2969.0, 545.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTGTCCAT\", \"ini\": 2088, \"clust\": 2514, \"rank\": 1707, \"rankvar\": 1381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1501, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1111, \"group\": [2512.0, 447.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTTATGTGC\", \"ini\": 2087, \"clust\": 1771, \"rank\": 1615, \"rankvar\": 739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1112, \"group\": [1772.0, 370.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACTTATC\", \"ini\": 2086, \"clust\": 2185, \"rank\": 1242, \"rankvar\": 986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1113, \"group\": [2185.0, 427.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTGACGCCT\", \"ini\": 2085, \"clust\": 3341, \"rank\": 1486, \"rankvar\": 2505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1504, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3393, \"group\": [3343.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGAGATG\", \"ini\": 2084, \"clust\": 2636, \"rank\": 1623, \"rankvar\": 575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1114, \"group\": [2676.0, 469.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCTTGAT\", \"ini\": 2083, \"clust\": 21, \"rank\": 1332, \"rankvar\": 2333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1867, \"group\": [84.0, 35.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCACTTCC\", \"ini\": 2082, \"clust\": 2448, \"rank\": 1424, \"rankvar\": 2529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1115, \"group\": [2448.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGCAAATACAG\", \"ini\": 2081, \"clust\": 3499, \"rank\": 2030, \"rankvar\": 3474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1508, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 62, \"group\": [3497.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCACGTTC\", \"ini\": 2080, \"clust\": 1354, \"rank\": 1579, \"rankvar\": 2752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1758, \"group\": [1353.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTACCGTTA\", \"ini\": 2079, \"clust\": 1743, \"rank\": 1468, \"rankvar\": 109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1510, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1116, \"group\": [1745.0, 353.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTCTAGCCG\", \"ini\": 2078, \"clust\": 8, \"rank\": 1515, \"rankvar\": 372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1868, \"group\": [9.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTTAGATGA\", \"ini\": 2077, \"clust\": 2141, \"rank\": 1425, \"rankvar\": 525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1117, \"group\": [2142.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACAAGC\", \"ini\": 2076, \"clust\": 1371, \"rank\": 1621, \"rankvar\": 2876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1513, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1759, \"group\": [1379.0, 211.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGGCGC\", \"ini\": 2075, \"clust\": 2142, \"rank\": 1441, \"rankvar\": 191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1118, \"group\": [2146.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTGTGCCTG\", \"ini\": 2074, \"clust\": 3127, \"rank\": 1697, \"rankvar\": 1975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3394, \"group\": [3129.0, 592.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAAGTCTGT\", \"ini\": 2073, \"clust\": 3199, \"rank\": 1375, \"rankvar\": 2838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1516, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3395, \"group\": [3200.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATTGAGCT\", \"ini\": 2072, \"clust\": 3212, \"rank\": 1647, \"rankvar\": 2976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1517, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3396, \"group\": [3211.0, 601.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCATGTTGAC\", \"ini\": 2071, \"clust\": 22, \"rank\": 1189, \"rankvar\": 2242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1869, \"group\": [22.0, 20.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCGAACGC\", \"ini\": 2070, \"clust\": 3355, \"rank\": 1372, \"rankvar\": 3229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1519, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3397, \"group\": [3356.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGTGGAT\", \"ini\": 2069, \"clust\": 3290, \"rank\": 1394, \"rankvar\": 2796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1520, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3398, \"group\": [3292.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGGACCCT\", \"ini\": 2068, \"clust\": 2583, \"rank\": 1825, \"rankvar\": 1898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1521, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1119, \"group\": [2582.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGGGTACA\", \"ini\": 2067, \"clust\": 3054, \"rank\": 1194, \"rankvar\": 648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3399, \"group\": [3056.0, 575.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGTAATG\", \"ini\": 2066, \"clust\": 2171, \"rank\": 1318, \"rankvar\": 1844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1523, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1120, \"group\": [2171.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAAGCTACCTA\", \"ini\": 2065, \"clust\": 2632, \"rank\": 1642, \"rankvar\": 2328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1121, \"group\": [2630.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTGTTCGAT\", \"ini\": 2064, \"clust\": 2849, \"rank\": 1495, \"rankvar\": 770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1525, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1122, \"group\": [2853.0, 496.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGATCACGG\", \"ini\": 2063, \"clust\": 1840, \"rank\": 1582, \"rankvar\": 1580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1123, \"group\": [1839.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCTCACCT\", \"ini\": 2062, \"clust\": 1854, \"rank\": 1631, \"rankvar\": 1759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1527, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1124, \"group\": [1854.0, 397.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTACAGCAG\", \"ini\": 2061, \"clust\": 2414, \"rank\": 1627, \"rankvar\": 1244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1125, \"group\": [2414.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACACATCTTT\", \"ini\": 2060, \"clust\": 1761, \"rank\": 1619, \"rankvar\": 268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1126, \"group\": [1760.0, 362.0, 64.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATTCATCGCTC\", \"ini\": 2059, \"clust\": 2565, \"rank\": 1753, \"rankvar\": 790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1530, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1127, \"group\": [2565.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGCAGCCTC\", \"ini\": 2058, \"clust\": 3234, \"rank\": 1116, \"rankvar\": 2854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1531, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3400, \"group\": [3233.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCATCTACGA\", \"ini\": 2057, \"clust\": 2963, \"rank\": 1236, \"rankvar\": 2531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1532, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3401, \"group\": [2963.0, 543.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCAACCGCCA\", \"ini\": 2056, \"clust\": 3364, \"rank\": 1474, \"rankvar\": 2293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3402, \"group\": [3365.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGTTGAC\", \"ini\": 2055, \"clust\": 2252, \"rank\": 1096, \"rankvar\": 2385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1534, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1128, \"group\": [2253.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACTGTAA\", \"ini\": 2054, \"clust\": 2427, \"rank\": 1479, \"rankvar\": 1156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1129, \"group\": [2427.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACATTAGC\", \"ini\": 2053, \"clust\": 2725, \"rank\": 1446, \"rankvar\": 1105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1130, \"group\": [2725.0, 483.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCTGTT\", \"ini\": 2052, \"clust\": 2563, \"rank\": 1670, \"rankvar\": 155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1131, \"group\": [2562.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTACGA\", \"ini\": 2051, \"clust\": 2115, \"rank\": 1434, \"rankvar\": 1278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1132, \"group\": [2117.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGACTGTAA\", \"ini\": 2050, \"clust\": 2490, \"rank\": 1514, \"rankvar\": 841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1133, \"group\": [2489.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGTTGAGAT\", \"ini\": 2049, \"clust\": 1758, \"rank\": 1481, \"rankvar\": 559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1134, \"group\": [1758.0, 361.0, 64.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGCTGGCT\", \"ini\": 2048, \"clust\": 1357, \"rank\": 1535, \"rankvar\": 3182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1541, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1760, \"group\": [1357.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAGTCATATGC\", \"ini\": 2047, \"clust\": 2542, \"rank\": 1758, \"rankvar\": 1058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1135, \"group\": [2541.0, 457.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTGAGGCTA\", \"ini\": 2046, \"clust\": 1284, \"rank\": 1572, \"rankvar\": 3143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1761, \"group\": [1289.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTTATCGGT\", \"ini\": 2045, \"clust\": 1828, \"rank\": 1639, \"rankvar\": 1897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1136, \"group\": [1844.0, 394.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTAAATGAC\", \"ini\": 2044, \"clust\": 3124, \"rank\": 1748, \"rankvar\": 1821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1545, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3403, \"group\": [3126.0, 592.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGTATCTCG\", \"ini\": 2043, \"clust\": 3501, \"rank\": 2082, \"rankvar\": 3531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1546, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 63, \"group\": [3499.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCTACCTC\", \"ini\": 2042, \"clust\": 2135, \"rank\": 1464, \"rankvar\": 400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1137, \"group\": [2136.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCTTTA\", \"ini\": 2041, \"clust\": 2825, \"rank\": 1585, \"rankvar\": 896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1138, \"group\": [2829.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTAAGCG\", \"ini\": 2040, \"clust\": 2836, \"rank\": 1687, \"rankvar\": 1359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1139, \"group\": [2836.0, 492.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTTTGCATG\", \"ini\": 2039, \"clust\": 1400, \"rank\": 1398, \"rankvar\": 569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1140, \"group\": [1404.0, 225.0, 40.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGCCTCA\", \"ini\": 2038, \"clust\": 1762, \"rank\": 1805, \"rankvar\": 626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1551, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1141, \"group\": [1761.0, 362.0, 64.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTGCTTG\", \"ini\": 2037, \"clust\": 3138, \"rank\": 1092, \"rankvar\": 1092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3404, \"group\": [3141.0, 595.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCAGTTCGA\", \"ini\": 2036, \"clust\": 73, \"rank\": 988, \"rankvar\": 691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1870, \"group\": [70.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGAGTGACC\", \"ini\": 2035, \"clust\": 2581, \"rank\": 1713, \"rankvar\": 579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1142, \"group\": [2583.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATGCCTAA\", \"ini\": 2034, \"clust\": 2559, \"rank\": 1663, \"rankvar\": 1141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1143, \"group\": [2558.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAAATCCGT\", \"ini\": 2033, \"clust\": 35, \"rank\": 798, \"rankvar\": 2197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1556, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1871, \"group\": [35.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTAGAAGGA\", \"ini\": 2032, \"clust\": 1819, \"rank\": 1473, \"rankvar\": 1599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1144, \"group\": [1822.0, 390.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACTTCTT\", \"ini\": 2031, \"clust\": 2687, \"rank\": 1674, \"rankvar\": 226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1145, \"group\": [2688.0, 475.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACACTCGACG\", \"ini\": 2030, \"clust\": 2595, \"rank\": 1787, \"rankvar\": 1506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1146, \"group\": [2594.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGTGGGTT\", \"ini\": 2029, \"clust\": 2308, \"rank\": 1454, \"rankvar\": 331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1147, \"group\": [2313.0, 433.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTTAGGGTG\", \"ini\": 2028, \"clust\": 243, \"rank\": 795, \"rankvar\": 3037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1561, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2703, \"group\": [242.0, 66.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAAGCTGAG\", \"ini\": 2027, \"clust\": 2596, \"rank\": 1775, \"rankvar\": 1337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1148, \"group\": [2595.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCAGAAC\", \"ini\": 2026, \"clust\": 2127, \"rank\": 1570, \"rankvar\": 803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1149, \"group\": [2128.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTTGTTTGG\", \"ini\": 2025, \"clust\": 47, \"rank\": 754, \"rankvar\": 1252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1872, \"group\": [46.0, 27.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTACCAGT\", \"ini\": 2024, \"clust\": 2522, \"rank\": 1703, \"rankvar\": 609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1150, \"group\": [2523.0, 449.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCATTGTGCA\", \"ini\": 2023, \"clust\": 2215, \"rank\": 1557, \"rankvar\": 360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1151, \"group\": [2226.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCCATT\", \"ini\": 2022, \"clust\": 3280, \"rank\": 1333, \"rankvar\": 2297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1567, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3405, \"group\": [3281.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTAGCTCCTCT\", \"ini\": 2021, \"clust\": 2122, \"rank\": 1385, \"rankvar\": 1478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1152, \"group\": [2122.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCCTTTCGG\", \"ini\": 2020, \"clust\": 1442, \"rank\": 1679, \"rankvar\": 1504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1153, \"group\": [1443.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATGACATC\", \"ini\": 2019, \"clust\": 2562, \"rank\": 1725, \"rankvar\": 1284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1570, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1154, \"group\": [2564.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGAAACGAG\", \"ini\": 2018, \"clust\": 2543, \"rank\": 1886, \"rankvar\": 767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1155, \"group\": [2542.0, 457.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTCTTTA\", \"ini\": 2017, \"clust\": 2524, \"rank\": 1549, \"rankvar\": 917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1572, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1156, \"group\": [2522.0, 449.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCACCACCT\", \"ini\": 2016, \"clust\": 1238, \"rank\": 1580, \"rankvar\": 2733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1573, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1762, \"group\": [1239.0, 193.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGAAGATTC\", \"ini\": 2015, \"clust\": 2861, \"rank\": 1691, \"rankvar\": 1453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1157, \"group\": [2862.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTATCTG\", \"ini\": 2014, \"clust\": 2790, \"rank\": 1598, \"rankvar\": 1114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1575, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1158, \"group\": [2793.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCTAGCCC\", \"ini\": 2013, \"clust\": 3050, \"rank\": 1304, \"rankvar\": 1380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1576, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3406, \"group\": [3057.0, 576.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAAGCATGGCA\", \"ini\": 2012, \"clust\": 2880, \"rank\": 1829, \"rankvar\": 2342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1577, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3407, \"group\": [2880.0, 507.0, 72.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTTGTCTTT\", \"ini\": 2011, \"clust\": 2119, \"rank\": 1477, \"rankvar\": 789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1578, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1159, \"group\": [2121.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGTCCTCT\", \"ini\": 2010, \"clust\": 1832, \"rank\": 1659, \"rankvar\": 1882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1160, \"group\": [1832.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCCCAGCT\", \"ini\": 2009, \"clust\": 2627, \"rank\": 1715, \"rankvar\": 720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1161, \"group\": [2629.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCAGGACAGAA\", \"ini\": 2008, \"clust\": 2853, \"rank\": 1661, \"rankvar\": 763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1581, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1162, \"group\": [2854.0, 496.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCTCCTAG\", \"ini\": 2007, \"clust\": 3570, \"rank\": 2221, \"rankvar\": 3513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1582, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 64, \"group\": [3571.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCACAACGTT\", \"ini\": 2006, \"clust\": 2771, \"rank\": 1490, \"rankvar\": 524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1583, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1163, \"group\": [2772.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGTCAAGGC\", \"ini\": 2005, \"clust\": 3571, \"rank\": 2226, \"rankvar\": 3545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1584, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 65, \"group\": [3569.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATAACCTG\", \"ini\": 2004, \"clust\": 1376, \"rank\": 1852, \"rankvar\": 3049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1585, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1763, \"group\": [1378.0, 210.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCAATACCG\", \"ini\": 2003, \"clust\": 2614, \"rank\": 1705, \"rankvar\": 1745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1586, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1164, \"group\": [2614.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCTTGAGGT\", \"ini\": 2002, \"clust\": 2791, \"rank\": 1590, \"rankvar\": 984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1165, \"group\": [2791.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGGACATTA\", \"ini\": 2001, \"clust\": 2642, \"rank\": 1488, \"rankvar\": 1592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1166, \"group\": [2640.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTAGAAGGA\", \"ini\": 2000, \"clust\": 2207, \"rank\": 1499, \"rankvar\": 1494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1589, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1167, \"group\": [2208.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGCCAGTAG\", \"ini\": 1999, \"clust\": 3523, \"rank\": 2033, \"rankvar\": 3521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1590, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 66, \"group\": [3523.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTCGTTC\", \"ini\": 1998, \"clust\": 1841, \"rank\": 1620, \"rankvar\": 1514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1591, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1168, \"group\": [1840.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGCAAGCC\", \"ini\": 1997, \"clust\": 2102, \"rank\": 1566, \"rankvar\": 1974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1169, \"group\": [2103.0, 422.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTAAGGGAA\", \"ini\": 1996, \"clust\": 1450, \"rank\": 1885, \"rankvar\": 914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1593, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1170, \"group\": [1450.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTACTTCTT\", \"ini\": 1995, \"clust\": 2541, \"rank\": 1851, \"rankvar\": 2594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1171, \"group\": [2547.0, 458.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCAAGCCG\", \"ini\": 1994, \"clust\": 3242, \"rank\": 1044, \"rankvar\": 2690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1595, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3408, \"group\": [3244.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGGCGGTT\", \"ini\": 1993, \"clust\": 2567, \"rank\": 1594, \"rankvar\": 2464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1596, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1172, \"group\": [2570.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTCGCATCG\", \"ini\": 1992, \"clust\": 3025, \"rank\": 1820, \"rankvar\": 1878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1597, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3409, \"group\": [3036.0, 570.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCCTACAGA\", \"ini\": 1991, \"clust\": 2491, \"rank\": 1438, \"rankvar\": 2316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1173, \"group\": [2490.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACTGTTAG\", \"ini\": 1990, \"clust\": 2781, \"rank\": 1552, \"rankvar\": 1738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1599, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1174, \"group\": [2784.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCGGTCTAA\", \"ini\": 1989, \"clust\": 2760, \"rank\": 1560, \"rankvar\": 2337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1600, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1175, \"group\": [2760.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCACCGCTAG\", \"ini\": 1988, \"clust\": 1846, \"rank\": 2062, \"rankvar\": 2226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1176, \"group\": [1846.0, 395.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCATACTG\", \"ini\": 1987, \"clust\": 2782, \"rank\": 1494, \"rankvar\": 1944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1177, \"group\": [2782.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACTGAAGG\", \"ini\": 1986, \"clust\": 2830, \"rank\": 1732, \"rankvar\": 2448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1178, \"group\": [2832.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATGCATG\", \"ini\": 1985, \"clust\": 2612, \"rank\": 1618, \"rankvar\": 620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1604, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1179, \"group\": [2616.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTAAGTAGT\", \"ini\": 1984, \"clust\": 2233, \"rank\": 1377, \"rankvar\": 1563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1180, \"group\": [2234.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCCACGTC\", \"ini\": 1983, \"clust\": 1367, \"rank\": 1405, \"rankvar\": 2942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1764, \"group\": [1367.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCCTCATTA\", \"ini\": 1982, \"clust\": 1310, \"rank\": 1701, \"rankvar\": 3260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1607, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1765, \"group\": [1318.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGAATGTTG\", \"ini\": 1981, \"clust\": 2664, \"rank\": 1600, \"rankvar\": 1400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1181, \"group\": [2665.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCATTAGC\", \"ini\": 1980, \"clust\": 3497, \"rank\": 2149, \"rankvar\": 3430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1609, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 67, \"group\": [3495.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTCTCATT\", \"ini\": 1979, \"clust\": 2685, \"rank\": 1613, \"rankvar\": 1197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1610, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1182, \"group\": [2686.0, 475.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAGAGGA\", \"ini\": 1978, \"clust\": 2114, \"rank\": 1567, \"rankvar\": 2981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1183, \"group\": [2118.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCGTTTAC\", \"ini\": 1977, \"clust\": 69, \"rank\": 1049, \"rankvar\": 2139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1612, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1873, \"group\": [78.0, 32.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCATACAGCT\", \"ini\": 1976, \"clust\": 3353, \"rank\": 1447, \"rankvar\": 2762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1613, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3410, \"group\": [3354.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGTGGACGT\", \"ini\": 1975, \"clust\": 2088, \"rank\": 1493, \"rankvar\": 685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1184, \"group\": [2088.0, 420.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCATTCTTAC\", \"ini\": 1974, \"clust\": 2580, \"rank\": 1822, \"rankvar\": 668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1185, \"group\": [2580.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTGTCGAGATG\", \"ini\": 1973, \"clust\": 3023, \"rank\": 1601, \"rankvar\": 3366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1616, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3411, \"group\": [3023.0, 564.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGTGCCT\", \"ini\": 1972, \"clust\": 2552, \"rank\": 1616, \"rankvar\": 1185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1186, \"group\": [2551.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTCTCTTAT\", \"ini\": 1971, \"clust\": 2204, \"rank\": 1420, \"rankvar\": 1172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1618, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1187, \"group\": [2207.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCCGTCAAA\", \"ini\": 1970, \"clust\": 3525, \"rank\": 1990, \"rankvar\": 3486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 68, \"group\": [3522.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGTCACGATGT\", \"ini\": 1969, \"clust\": 1628, \"rank\": 1984, \"rankvar\": 2345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1620, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1188, \"group\": [1627.0, 305.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGGTCTCG\", \"ini\": 1968, \"clust\": 1797, \"rank\": 1614, \"rankvar\": 215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1189, \"group\": [1798.0, 380.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCGGATGGA\", \"ini\": 1967, \"clust\": 2720, \"rank\": 1539, \"rankvar\": 645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1190, \"group\": [2721.0, 481.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTTAGGTA\", \"ini\": 1966, \"clust\": 2651, \"rank\": 1740, \"rankvar\": 779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1191, \"group\": [2650.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGACTAGAT\", \"ini\": 1965, \"clust\": 3055, \"rank\": 1255, \"rankvar\": 2789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1624, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3412, \"group\": [3054.0, 575.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATAGACTC\", \"ini\": 1964, \"clust\": 3045, \"rank\": 1384, \"rankvar\": 1190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3413, \"group\": [3045.0, 573.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTATCCCG\", \"ini\": 1963, \"clust\": 1773, \"rank\": 1879, \"rankvar\": 1938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1192, \"group\": [1774.0, 371.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGTCATGCT\", \"ini\": 1962, \"clust\": 2955, \"rank\": 1845, \"rankvar\": 1579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3414, \"group\": [2959.0, 540.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTTCAGTAC\", \"ini\": 1961, \"clust\": 1348, \"rank\": 1547, \"rankvar\": 3092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1628, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1766, \"group\": [1348.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGAGCCTAG\", \"ini\": 1960, \"clust\": 1370, \"rank\": 1482, \"rankvar\": 3131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1629, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1767, \"group\": [1370.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAACGA\", \"ini\": 1959, \"clust\": 1588, \"rank\": 1934, \"rankvar\": 1005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1193, \"group\": [1590.0, 276.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCGAAAGC\", \"ini\": 1958, \"clust\": 2438, \"rank\": 1452, \"rankvar\": 476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1194, \"group\": [2446.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATGTGGT\", \"ini\": 1957, \"clust\": 2646, \"rank\": 1609, \"rankvar\": 619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1195, \"group\": [2643.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAGTCATC\", \"ini\": 1956, \"clust\": 2497, \"rank\": 1542, \"rankvar\": 123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1633, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1196, \"group\": [2499.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGCCTTGG\", \"ini\": 1955, \"clust\": 2527, \"rank\": 1734, \"rankvar\": 1178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1634, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1197, \"group\": [2527.0, 451.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATGAATG\", \"ini\": 1954, \"clust\": 2104, \"rank\": 1442, \"rankvar\": 2083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1635, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1198, \"group\": [2107.0, 422.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCATTTCACT\", \"ini\": 1953, \"clust\": 2237, \"rank\": 1389, \"rankvar\": 1562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1199, \"group\": [2238.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTAACGGT\", \"ini\": 1952, \"clust\": 3204, \"rank\": 1268, \"rankvar\": 2832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1637, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3415, \"group\": [3204.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGACAAGCC\", \"ini\": 1951, \"clust\": 1824, \"rank\": 1712, \"rankvar\": 838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1200, \"group\": [1825.0, 391.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGGCACTA\", \"ini\": 1950, \"clust\": 1285, \"rank\": 1738, \"rankvar\": 3121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1768, \"group\": [1284.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAGCGATG\", \"ini\": 1949, \"clust\": 3247, \"rank\": 1704, \"rankvar\": 2677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1640, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3416, \"group\": [3246.0, 604.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTATATGAG\", \"ini\": 1948, \"clust\": 3281, \"rank\": 1030, \"rankvar\": 2418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1641, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3417, \"group\": [3282.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCGGTGTTA\", \"ini\": 1947, \"clust\": 1594, \"rank\": 1881, \"rankvar\": 15, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1642, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1201, \"group\": [1592.0, 277.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGCGAG\", \"ini\": 1946, \"clust\": 2418, \"rank\": 1646, \"rankvar\": 1161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1202, \"group\": [2419.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGTAGGTGC\", \"ini\": 1945, \"clust\": 2515, \"rank\": 1699, \"rankvar\": 629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1203, \"group\": [2513.0, 447.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACAGACAG\", \"ini\": 1944, \"clust\": 2795, \"rank\": 1550, \"rankvar\": 2369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1204, \"group\": [2795.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGACCAAG\", \"ini\": 1943, \"clust\": 3561, \"rank\": 2275, \"rankvar\": 3562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1646, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 69, \"group\": [3558.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCGATCCCT\", \"ini\": 1942, \"clust\": 2688, \"rank\": 1710, \"rankvar\": 544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1647, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1205, \"group\": [2689.0, 475.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTAAC\", \"ini\": 1941, \"clust\": 2855, \"rank\": 1553, \"rankvar\": 716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1648, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1206, \"group\": [2856.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCTGCTGCT\", \"ini\": 1940, \"clust\": 1833, \"rank\": 1569, \"rankvar\": 2196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1649, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1207, \"group\": [1833.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATGCATG\", \"ini\": 1939, \"clust\": 1742, \"rank\": 1563, \"rankvar\": 51, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1208, \"group\": [1746.0, 354.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCATTCCTGC\", \"ini\": 1938, \"clust\": 3562, \"rank\": 2223, \"rankvar\": 3573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1651, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 70, \"group\": [3559.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACCTCGGA\", \"ini\": 1937, \"clust\": 2594, \"rank\": 1880, \"rankvar\": 932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1209, \"group\": [2596.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCAGTATCACCA\", \"ini\": 1936, \"clust\": 3215, \"rank\": 1412, \"rankvar\": 2775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1653, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3418, \"group\": [3219.0, 602.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCCTATTCA\", \"ini\": 1935, \"clust\": 2520, \"rank\": 1816, \"rankvar\": 1647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1210, \"group\": [2519.0, 449.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTAAGTGTA\", \"ini\": 1934, \"clust\": 2486, \"rank\": 1633, \"rankvar\": 1179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1655, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1211, \"group\": [2485.0, 441.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTGCTGTAT\", \"ini\": 1933, \"clust\": 3397, \"rank\": 1765, \"rankvar\": 3446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1656, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3570, \"group\": [3396.0, 615.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATGGTCA\", \"ini\": 1932, \"clust\": 2208, \"rank\": 1531, \"rankvar\": 2166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1212, \"group\": [2209.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGACGACGT\", \"ini\": 1931, \"clust\": 2721, \"rank\": 1610, \"rankvar\": 1631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1213, \"group\": [2722.0, 481.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTCCGAGTC\", \"ini\": 1930, \"clust\": 3056, \"rank\": 1302, \"rankvar\": 2695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3419, \"group\": [3055.0, 575.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGAAGG\", \"ini\": 1929, \"clust\": 2573, \"rank\": 1544, \"rankvar\": 1016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1214, \"group\": [2572.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACAGGCTCAC\", \"ini\": 1928, \"clust\": 2111, \"rank\": 1462, \"rankvar\": 337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1215, \"group\": [2112.0, 423.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCATTTGGG\", \"ini\": 1927, \"clust\": 15, \"rank\": 1497, \"rankvar\": 2632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1874, \"group\": [15.0, 14.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAAGGGCTCTC\", \"ini\": 1926, \"clust\": 1263, \"rank\": 1916, \"rankvar\": 2708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1663, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1769, \"group\": [1263.0, 203.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCAATGTC\", \"ini\": 1925, \"clust\": 2569, \"rank\": 1729, \"rankvar\": 1367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1664, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1216, \"group\": [2567.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCGC\", \"ini\": 1924, \"clust\": 1286, \"rank\": 1840, \"rankvar\": 3138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1665, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1770, \"group\": [1285.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGAACAG\", \"ini\": 1923, \"clust\": 1313, \"rank\": 1846, \"rankvar\": 3145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1666, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1771, \"group\": [1310.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACACGAAACG\", \"ini\": 1922, \"clust\": 1440, \"rank\": 1835, \"rankvar\": 1536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1217, \"group\": [1441.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCACTAGTAC\", \"ini\": 1921, \"clust\": 2719, \"rank\": 1617, \"rankvar\": 1332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1668, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1218, \"group\": [2720.0, 481.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACGGTTTA\", \"ini\": 1920, \"clust\": 1596, \"rank\": 1722, \"rankvar\": 1028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1219, \"group\": [1597.0, 282.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCAAAGTC\", \"ini\": 1919, \"clust\": 2671, \"rank\": 1718, \"rankvar\": 920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1670, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1220, \"group\": [2670.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCTCGCATC\", \"ini\": 1918, \"clust\": 3279, \"rank\": 1218, \"rankvar\": 2057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1671, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3420, \"group\": [3280.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTGGACCC\", \"ini\": 1917, \"clust\": 2597, \"rank\": 1924, \"rankvar\": 349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1672, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1221, \"group\": [2597.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCGAATGT\", \"ini\": 1916, \"clust\": 3513, \"rank\": 2134, \"rankvar\": 3514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1673, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 71, \"group\": [3512.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTAAGTGTA\", \"ini\": 1915, \"clust\": 2145, \"rank\": 1469, \"rankvar\": 279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1222, \"group\": [2144.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCTGTCCGT\", \"ini\": 1914, \"clust\": 2226, \"rank\": 1528, \"rankvar\": 311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1223, \"group\": [2229.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCAGTATG\", \"ini\": 1913, \"clust\": 3168, \"rank\": 1351, \"rankvar\": 3119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1676, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3421, \"group\": [3168.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTCCGAACC\", \"ini\": 1912, \"clust\": 2584, \"rank\": 1898, \"rankvar\": 1321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1677, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1224, \"group\": [2584.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTGCGCTTG\", \"ini\": 1911, \"clust\": 2566, \"rank\": 1803, \"rankvar\": 502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1225, \"group\": [2566.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACAGACGCTC\", \"ini\": 1910, \"clust\": 1362, \"rank\": 1558, \"rankvar\": 2899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1679, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1772, \"group\": [1364.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGGGAG\", \"ini\": 1909, \"clust\": 1716, \"rank\": 978, \"rankvar\": 637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1226, \"group\": [1725.0, 335.0, 58.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTTCGAGA\", \"ini\": 1908, \"clust\": 2737, \"rank\": 1724, \"rankvar\": 2014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1681, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1227, \"group\": [2736.0, 486.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGAATCCA\", \"ini\": 1907, \"clust\": 2516, \"rank\": 1900, \"rankvar\": 515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1228, \"group\": [2524.0, 450.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGAATGGA\", \"ini\": 1906, \"clust\": 1447, \"rank\": 1969, \"rankvar\": 1595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1229, \"group\": [1447.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCGTACGGC\", \"ini\": 1905, \"clust\": 2698, \"rank\": 1769, \"rankvar\": 2170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1230, \"group\": [2699.0, 476.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCAGAGCCAA\", \"ini\": 1904, \"clust\": 1342, \"rank\": 1455, \"rankvar\": 3046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1685, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1773, \"group\": [1342.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCATGTCCC\", \"ini\": 1903, \"clust\": 2656, \"rank\": 1756, \"rankvar\": 1107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1231, \"group\": [2655.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTAGTGCG\", \"ini\": 1902, \"clust\": 2571, \"rank\": 1513, \"rankvar\": 2214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1232, \"group\": [2573.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCGATTCT\", \"ini\": 1901, \"clust\": 1602, \"rank\": 1597, \"rankvar\": 2517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1233, \"group\": [1601.0, 285.0, 49.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTGTTGAGG\", \"ini\": 1900, \"clust\": 2828, \"rank\": 1634, \"rankvar\": 1849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1689, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1234, \"group\": [2827.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAGTAACGG\", \"ini\": 1899, \"clust\": 2843, \"rank\": 1635, \"rankvar\": 94, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1235, \"group\": [2843.0, 494.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGCTAGTCT\", \"ini\": 1898, \"clust\": 5, \"rank\": 1350, \"rankvar\": 531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1875, \"group\": [5.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTGTCGT\", \"ini\": 1897, \"clust\": 30, \"rank\": 1186, \"rankvar\": 2255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1876, \"group\": [28.0, 23.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGAGTCCCACG\", \"ini\": 1896, \"clust\": 2789, \"rank\": 1628, \"rankvar\": 63, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1236, \"group\": [2790.0, 490.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCAAGCCCAC\", \"ini\": 1895, \"clust\": 3516, \"rank\": 2069, \"rankvar\": 3499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1694, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 72, \"group\": [3513.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTGTATGGG\", \"ini\": 1894, \"clust\": 2532, \"rank\": 1895, \"rankvar\": 1038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1237, \"group\": [2531.0, 453.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATTCCC\", \"ini\": 1893, \"clust\": 2108, \"rank\": 1611, \"rankvar\": 258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1696, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1238, \"group\": [2108.0, 422.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAAAGCGGT\", \"ini\": 1892, \"clust\": 2498, \"rank\": 1709, \"rankvar\": 799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1697, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1239, \"group\": [2498.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTCTCCCTA\", \"ini\": 1891, \"clust\": 2123, \"rank\": 1666, \"rankvar\": 1833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1240, \"group\": [2123.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTACGAGT\", \"ini\": 1890, \"clust\": 2109, \"rank\": 1650, \"rankvar\": 140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1241, \"group\": [2109.0, 422.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGCGCCAA\", \"ini\": 1889, \"clust\": 3170, \"rank\": 1272, \"rankvar\": 2890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1700, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3422, \"group\": [3167.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGGATCGA\", \"ini\": 1888, \"clust\": 2202, \"rank\": 1361, \"rankvar\": 2231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1701, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1242, \"group\": [2202.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCGCAA\", \"ini\": 1887, \"clust\": 3191, \"rank\": 1387, \"rankvar\": 2936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1702, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3423, \"group\": [3198.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAGTGGAGT\", \"ini\": 1886, \"clust\": 2129, \"rank\": 1529, \"rankvar\": 1574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1243, \"group\": [2129.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTAGCAAAT\", \"ini\": 1885, \"clust\": 2489, \"rank\": 1702, \"rankvar\": 81, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1244, \"group\": [2500.0, 444.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGGCATGTG\", \"ini\": 1884, \"clust\": 2650, \"rank\": 1776, \"rankvar\": 1094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1245, \"group\": [2649.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCTGTT\", \"ini\": 1883, \"clust\": 2666, \"rank\": 1762, \"rankvar\": 124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1706, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1246, \"group\": [2664.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGATGT\", \"ini\": 1882, \"clust\": 2660, \"rank\": 1690, \"rankvar\": 2227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1707, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1247, \"group\": [2662.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCACAGCCCA\", \"ini\": 1881, \"clust\": 1600, \"rank\": 1475, \"rankvar\": 1281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1248, \"group\": [1602.0, 286.0, 49.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTATATGGA\", \"ini\": 1880, \"clust\": 2499, \"rank\": 1677, \"rankvar\": 1736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1709, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1249, \"group\": [2496.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCGTTTATC\", \"ini\": 1879, \"clust\": 2677, \"rank\": 1721, \"rankvar\": 1388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1250, \"group\": [2681.0, 472.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCCCACTTG\", \"ini\": 1878, \"clust\": 2553, \"rank\": 1743, \"rankvar\": 902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1251, \"group\": [2552.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGGGATC\", \"ini\": 1877, \"clust\": 2416, \"rank\": 1708, \"rankvar\": 1192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1252, \"group\": [2417.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCCACGCAG\", \"ini\": 1876, \"clust\": 2686, \"rank\": 1654, \"rankvar\": 991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1253, \"group\": [2687.0, 475.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCAAAGCG\", \"ini\": 1875, \"clust\": 3428, \"rank\": 1882, \"rankvar\": 3067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1254, \"group\": [3429.0, 627.0, 90.0, 21.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCCATGAAC\", \"ini\": 1874, \"clust\": 3009, \"rank\": 1573, \"rankvar\": 2278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1715, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3424, \"group\": [3010.0, 561.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCCGGCACA\", \"ini\": 1873, \"clust\": 3162, \"rank\": 1554, \"rankvar\": 1771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1716, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3425, \"group\": [3163.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTACCGTTA\", \"ini\": 1872, \"clust\": 1386, \"rank\": 1537, \"rankvar\": 2941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1717, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1774, \"group\": [1391.0, 216.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGGGTATG\", \"ini\": 1871, \"clust\": 2657, \"rank\": 1801, \"rankvar\": 2606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1255, \"group\": [2656.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTCTTGATG\", \"ini\": 1870, \"clust\": 3146, \"rank\": 1240, \"rankvar\": 1955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1719, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3426, \"group\": [3147.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTACGGAG\", \"ini\": 1869, \"clust\": 2792, \"rank\": 1720, \"rankvar\": 652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1720, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1256, \"group\": [2792.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAAGCACACAG\", \"ini\": 1868, \"clust\": 240, \"rank\": 1105, \"rankvar\": 3244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1721, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2704, \"group\": [238.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGTACACCT\", \"ini\": 1867, \"clust\": 2736, \"rank\": 1864, \"rankvar\": 692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1722, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1257, \"group\": [2738.0, 486.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGGACAC\", \"ini\": 1866, \"clust\": 2960, \"rank\": 1761, \"rankvar\": 2568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3427, \"group\": [2960.0, 541.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTTGACGTT\", \"ini\": 1865, \"clust\": 3, \"rank\": 1696, \"rankvar\": 950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1877, \"group\": [4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCGTTCCG\", \"ini\": 1864, \"clust\": 1345, \"rank\": 1757, \"rankvar\": 3234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1775, \"group\": [1345.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCAGGGTATG\", \"ini\": 1863, \"clust\": 1774, \"rank\": 1763, \"rankvar\": 1155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1258, \"group\": [1775.0, 372.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTTGACGA\", \"ini\": 1862, \"clust\": 1368, \"rank\": 1746, \"rankvar\": 3070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1727, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1776, \"group\": [1368.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATCCGGGT\", \"ini\": 1861, \"clust\": 3581, \"rank\": 2339, \"rankvar\": 3445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1728, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 73, \"group\": [3579.0, 649.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCATGACGGA\", \"ini\": 1860, \"clust\": 2801, \"rank\": 1400, \"rankvar\": 1120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1729, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1259, \"group\": [2802.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTTCCGTCT\", \"ini\": 1859, \"clust\": 2787, \"rank\": 1660, \"rankvar\": 1641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1260, \"group\": [2786.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACCATAG\", \"ini\": 1858, \"clust\": 1319, \"rank\": 1629, \"rankvar\": 3267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1731, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1777, \"group\": [1315.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGGTGTTAA\", \"ini\": 1857, \"clust\": 2844, \"rank\": 1624, \"rankvar\": 473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1732, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1261, \"group\": [2844.0, 494.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGACTCGGA\", \"ini\": 1856, \"clust\": 2112, \"rank\": 1665, \"rankvar\": 1817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1733, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1262, \"group\": [2113.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGTGAAGTT\", \"ini\": 1855, \"clust\": 3347, \"rank\": 1564, \"rankvar\": 1620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3428, \"group\": [3348.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCAGAGACG\", \"ini\": 1854, \"clust\": 2128, \"rank\": 1723, \"rankvar\": 863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1263, \"group\": [2131.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCTCAACGAAA\", \"ini\": 1853, \"clust\": 1216, \"rank\": 1322, \"rankvar\": 1747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1736, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1778, \"group\": [1217.0, 173.0, 27.0, 7.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTCGCGGTT\", \"ini\": 1852, \"clust\": 3167, \"rank\": 1170, \"rankvar\": 3416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3429, \"group\": [3169.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGAGTCTGG\", \"ini\": 1851, \"clust\": 3248, \"rank\": 1794, \"rankvar\": 1355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1738, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3430, \"group\": [3247.0, 604.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTACAGCTTCGG\", \"ini\": 1850, \"clust\": 2598, \"rank\": 1878, \"rankvar\": 70, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1264, \"group\": [2598.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTCTGAGA\", \"ini\": 1849, \"clust\": 2635, \"rank\": 1755, \"rankvar\": 1992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1265, \"group\": [2634.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTGTGGTTT\", \"ini\": 1848, \"clust\": 2148, \"rank\": 1593, \"rankvar\": 1941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1266, \"group\": [2148.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATCCGTGG\", \"ini\": 1847, \"clust\": 2856, \"rank\": 1502, \"rankvar\": 1131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1742, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1267, \"group\": [2857.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAGC\", \"ini\": 1846, \"clust\": 3171, \"rank\": 1243, \"rankvar\": 3099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1743, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3431, \"group\": [3172.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACAAGGTGTG\", \"ini\": 1845, \"clust\": 1372, \"rank\": 1904, \"rankvar\": 2471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1744, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1779, \"group\": [1371.0, 210.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGAATTCCC\", \"ini\": 1844, \"clust\": 3065, \"rank\": 1423, \"rankvar\": 2362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1745, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3432, \"group\": [3063.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTCCGTAT\", \"ini\": 1843, \"clust\": 2761, \"rank\": 1700, \"rankvar\": 1864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1746, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1268, \"group\": [2761.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGTGAGT\", \"ini\": 1842, \"clust\": 1807, \"rank\": 1719, \"rankvar\": 1792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1747, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1269, \"group\": [1808.0, 384.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTATATGAG\", \"ini\": 1841, \"clust\": 2854, \"rank\": 1716, \"rankvar\": 375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1270, \"group\": [2855.0, 496.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCATGCAT\", \"ini\": 1840, \"clust\": 2780, \"rank\": 1799, \"rankvar\": 1062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1271, \"group\": [2780.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAGCGTCCA\", \"ini\": 1839, \"clust\": 2837, \"rank\": 1773, \"rankvar\": 1048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1750, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1272, \"group\": [2837.0, 492.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTAGGACAC\", \"ini\": 1838, \"clust\": 2633, \"rank\": 1828, \"rankvar\": 1189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1751, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1273, \"group\": [2631.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTCCGGCA\", \"ini\": 1837, \"clust\": 2561, \"rank\": 1695, \"rankvar\": 552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1274, \"group\": [2561.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATTTCAGG\", \"ini\": 1836, \"clust\": 3173, \"rank\": 1369, \"rankvar\": 2700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1753, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3433, \"group\": [3174.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTTAGTGGG\", \"ini\": 1835, \"clust\": 2689, \"rank\": 1751, \"rankvar\": 819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1275, \"group\": [2690.0, 475.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTCAGCTTCGG\", \"ini\": 1834, \"clust\": 2742, \"rank\": 1944, \"rankvar\": 830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1276, \"group\": [2743.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTACATGTC\", \"ini\": 1833, \"clust\": 1349, \"rank\": 1767, \"rankvar\": 2603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1756, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1780, \"group\": [1349.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCACCGCTAG\", \"ini\": 1832, \"clust\": 1817, \"rank\": 1917, \"rankvar\": 1127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1277, \"group\": [1815.0, 388.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTTCCAACA\", \"ini\": 1831, \"clust\": 2763, \"rank\": 1759, \"rankvar\": 870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1278, \"group\": [2764.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTCCAGGG\", \"ini\": 1830, \"clust\": 1311, \"rank\": 1847, \"rankvar\": 3207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1759, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1781, \"group\": [1311.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGTCGTTC\", \"ini\": 1829, \"clust\": 2513, \"rank\": 1807, \"rankvar\": 1623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1279, \"group\": [2514.0, 447.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCACGTCAGC\", \"ini\": 1828, \"clust\": 3210, \"rank\": 1604, \"rankvar\": 1895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1761, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3434, \"group\": [3212.0, 601.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGTCCTCCT\", \"ini\": 1827, \"clust\": 2481, \"rank\": 1744, \"rankvar\": 185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1762, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1280, \"group\": [2480.0, 439.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGGCTCTTA\", \"ini\": 1826, \"clust\": 2858, \"rank\": 1545, \"rankvar\": 1819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1281, \"group\": [2858.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATTCTTAC\", \"ini\": 1825, \"clust\": 2592, \"rank\": 1892, \"rankvar\": 729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1282, \"group\": [2590.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCCTCATTA\", \"ini\": 1824, \"clust\": 3414, \"rank\": 1806, \"rankvar\": 3320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3571, \"group\": [3409.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTTGTCGCG\", \"ini\": 1823, \"clust\": 1825, \"rank\": 1883, \"rankvar\": 1170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1283, \"group\": [1826.0, 391.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCCATTTA\", \"ini\": 1822, \"clust\": 3131, \"rank\": 1630, \"rankvar\": 2280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1767, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3435, \"group\": [3132.0, 594.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCACAGACAG\", \"ini\": 1821, \"clust\": 1753, \"rank\": 1876, \"rankvar\": 1499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1284, \"group\": [1752.0, 357.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGGTACTCT\", \"ini\": 1820, \"clust\": 2753, \"rank\": 1752, \"rankvar\": 2013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1285, \"group\": [2755.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTCTGTCG\", \"ini\": 1819, \"clust\": 3033, \"rank\": 1853, \"rankvar\": 1695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1770, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3436, \"group\": [3033.0, 568.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGCCTTGG\", \"ini\": 1818, \"clust\": 2690, \"rank\": 1810, \"rankvar\": 407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1286, \"group\": [2691.0, 475.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTGCTGCT\", \"ini\": 1817, \"clust\": 2804, \"rank\": 1749, \"rankvar\": 344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1772, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1287, \"group\": [2807.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTTCAGACT\", \"ini\": 1816, \"clust\": 2626, \"rank\": 1827, \"rankvar\": 861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1773, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1288, \"group\": [2624.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGAAGGCT\", \"ini\": 1815, \"clust\": 2744, \"rank\": 1602, \"rankvar\": 1648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1289, \"group\": [2745.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTAAACCTC\", \"ini\": 1814, \"clust\": 1343, \"rank\": 1577, \"rankvar\": 3288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1775, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1782, \"group\": [1343.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTCACGCC\", \"ini\": 1813, \"clust\": 3181, \"rank\": 1526, \"rankvar\": 2954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1776, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3437, \"group\": [3182.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGTGGGTTG\", \"ini\": 1812, \"clust\": 2704, \"rank\": 1726, \"rankvar\": 2081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1290, \"group\": [2704.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGGGCTTGA\", \"ini\": 1811, \"clust\": 2863, \"rank\": 1638, \"rankvar\": 1331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1778, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1291, \"group\": [2863.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATGGAATA\", \"ini\": 1810, \"clust\": 2705, \"rank\": 1632, \"rankvar\": 3106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1779, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1292, \"group\": [2705.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTACCGAGA\", \"ini\": 1809, \"clust\": 3305, \"rank\": 1466, \"rankvar\": 2630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1780, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3438, \"group\": [3306.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCAGCATGT\", \"ini\": 1808, \"clust\": 1422, \"rank\": 1779, \"rankvar\": 1206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1293, \"group\": [1425.0, 232.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCTAGGCA\", \"ini\": 1807, \"clust\": 2679, \"rank\": 1942, \"rankvar\": 714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1294, \"group\": [2678.0, 471.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGCTGCTG\", \"ini\": 1806, \"clust\": 2877, \"rank\": 2269, \"rankvar\": 3084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1783, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3439, \"group\": [2874.0, 505.0, 71.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCTATGTT\", \"ini\": 1805, \"clust\": 2551, \"rank\": 1692, \"rankvar\": 1369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1295, \"group\": [2553.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCCGAATGT\", \"ini\": 1804, \"clust\": 1387, \"rank\": 1335, \"rankvar\": 3077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1785, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1783, \"group\": [1388.0, 214.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGACGGTA\", \"ini\": 1803, \"clust\": 3515, \"rank\": 2194, \"rankvar\": 3535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1786, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 74, \"group\": [3515.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTATAGTAG\", \"ini\": 1802, \"clust\": 3585, \"rank\": 2267, \"rankvar\": 3503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1787, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 75, \"group\": [3582.0, 649.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATTTCAGG\", \"ini\": 1801, \"clust\": 2501, \"rank\": 1800, \"rankvar\": 1282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1296, \"group\": [2504.0, 445.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCATGTCCTC\", \"ini\": 1800, \"clust\": 2547, \"rank\": 1884, \"rankvar\": 783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1297, \"group\": [2544.0, 457.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTCACCTAA\", \"ini\": 1799, \"clust\": 3507, \"rank\": 2096, \"rankvar\": 3365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1790, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 76, \"group\": [3509.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTAACGGT\", \"ini\": 1798, \"clust\": 2480, \"rank\": 1589, \"rankvar\": 633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1298, \"group\": [2482.0, 439.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCAGTCAGT\", \"ini\": 1797, \"clust\": 3508, \"rank\": 2148, \"rankvar\": 3518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1792, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 77, \"group\": [3508.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGATCCA\", \"ini\": 1796, \"clust\": 2199, \"rank\": 1683, \"rankvar\": 1269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1299, \"group\": [2200.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGATCTGT\", \"ini\": 1795, \"clust\": 2201, \"rank\": 1693, \"rankvar\": 977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1794, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1300, \"group\": [2204.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACACGTCAGC\", \"ini\": 1794, \"clust\": 1772, \"rank\": 1868, \"rankvar\": 1349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1795, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1301, \"group\": [1773.0, 370.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGGTCTGCGGT\", \"ini\": 1793, \"clust\": 3275, \"rank\": 1538, \"rankvar\": 1559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1796, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3440, \"group\": [3278.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCTGCTGTC\", \"ini\": 1792, \"clust\": 1860, \"rank\": 1742, \"rankvar\": 320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1797, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1302, \"group\": [1860.0, 401.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCCGATATG\", \"ini\": 1791, \"clust\": 3514, \"rank\": 2213, \"rankvar\": 3497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1798, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 78, \"group\": [3516.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATACAATCAGAA\", \"ini\": 1790, \"clust\": 43, \"rank\": 1158, \"rankvar\": 634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1878, \"group\": [43.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCAGCTGGC\", \"ini\": 1789, \"clust\": 77, \"rank\": 1175, \"rankvar\": 1803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1879, \"group\": [73.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTTGCGTTA\", \"ini\": 1788, \"clust\": 3026, \"rank\": 1837, \"rankvar\": 3074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3441, \"group\": [3029.0, 566.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGACTAGGC\", \"ini\": 1787, \"clust\": 2726, \"rank\": 1909, \"rankvar\": 1521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1802, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1303, \"group\": [2726.0, 483.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCCCGC\", \"ini\": 1786, \"clust\": 2591, \"rank\": 1973, \"rankvar\": 1022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1803, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1304, \"group\": [2592.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTACACCGC\", \"ini\": 1785, \"clust\": 2200, \"rank\": 1737, \"rankvar\": 2424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1305, \"group\": [2201.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCAGTAGAGC\", \"ini\": 1784, \"clust\": 92, \"rank\": 1789, \"rankvar\": 2866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1805, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 162, \"group\": [113.0, 45.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCCCTAATT\", \"ini\": 1783, \"clust\": 1356, \"rank\": 1730, \"rankvar\": 2609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1806, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1784, \"group\": [1358.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGGTGACCA\", \"ini\": 1782, \"clust\": 44, \"rank\": 1321, \"rankvar\": 784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1880, \"group\": [44.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGACACGAC\", \"ini\": 1781, \"clust\": 2767, \"rank\": 1821, \"rankvar\": 1196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1808, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1306, \"group\": [2766.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCACCCGAG\", \"ini\": 1780, \"clust\": 3175, \"rank\": 1202, \"rankvar\": 2960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1809, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3442, \"group\": [3176.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCACGGTTA\", \"ini\": 1779, \"clust\": 3179, \"rank\": 1251, \"rankvar\": 3351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3443, \"group\": [3180.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCACTACAGT\", \"ini\": 1778, \"clust\": 2229, \"rank\": 1592, \"rankvar\": 163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1307, \"group\": [2232.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCGAATGGG\", \"ini\": 1777, \"clust\": 2727, \"rank\": 1745, \"rankvar\": 139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1812, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1308, \"group\": [2727.0, 483.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAAGCCGTC\", \"ini\": 1776, \"clust\": 1626, \"rank\": 2026, \"rankvar\": 840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1309, \"group\": [1625.0, 303.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTCGCGAC\", \"ini\": 1775, \"clust\": 1441, \"rank\": 1905, \"rankvar\": 545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1814, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1310, \"group\": [1442.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGTTAACC\", \"ini\": 1774, \"clust\": 2482, \"rank\": 1694, \"rankvar\": 496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1815, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1311, \"group\": [2481.0, 439.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCAGCATGAG\", \"ini\": 1773, \"clust\": 3588, \"rank\": 2263, \"rankvar\": 3537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1816, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 79, \"group\": [3586.0, 650.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAAGTAA\", \"ini\": 1772, \"clust\": 3398, \"rank\": 2039, \"rankvar\": 3463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1817, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3572, \"group\": [3397.0, 615.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCACTTATC\", \"ini\": 1771, \"clust\": 2132, \"rank\": 1733, \"rankvar\": 411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1312, \"group\": [2132.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCAATAAGG\", \"ini\": 1770, \"clust\": 2773, \"rank\": 1671, \"rankvar\": 1227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1819, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1313, \"group\": [2774.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACCAGGC\", \"ini\": 1769, \"clust\": 2568, \"rank\": 1844, \"rankvar\": 1788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1314, \"group\": [2569.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACACCATCCT\", \"ini\": 1768, \"clust\": 3053, \"rank\": 1641, \"rankvar\": 1763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1821, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3444, \"group\": [3052.0, 575.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCAGCTTAG\", \"ini\": 1767, \"clust\": 1850, \"rank\": 1955, \"rankvar\": 892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1822, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1315, \"group\": [1850.0, 396.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATTACCG\", \"ini\": 1766, \"clust\": 2113, \"rank\": 1649, \"rankvar\": 1962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1316, \"group\": [2114.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCATCTGCC\", \"ini\": 1765, \"clust\": 2624, \"rank\": 1893, \"rankvar\": 1009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1317, \"group\": [2625.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGGCAGGTT\", \"ini\": 1764, \"clust\": 1768, \"rank\": 1774, \"rankvar\": 153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1825, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1318, \"group\": [1768.0, 367.0, 65.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTTGTTTGG\", \"ini\": 1763, \"clust\": 1359, \"rank\": 1819, \"rankvar\": 3159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1826, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1785, \"group\": [1356.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTTCACTCTTA\", \"ini\": 1762, \"clust\": 1763, \"rank\": 1512, \"rankvar\": 1474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1827, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1319, \"group\": [1766.0, 366.0, 65.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGATGAGG\", \"ini\": 1761, \"clust\": 2783, \"rank\": 1653, \"rankvar\": 2222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1828, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1320, \"group\": [2783.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCGCCGTGA\", \"ini\": 1760, \"clust\": 1769, \"rank\": 1832, \"rankvar\": 1263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1321, \"group\": [1769.0, 368.0, 65.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTTCCGGCA\", \"ini\": 1759, \"clust\": 3189, \"rank\": 1637, \"rankvar\": 2967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1830, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3445, \"group\": [3189.0, 599.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGGATGGG\", \"ini\": 1758, \"clust\": 2585, \"rank\": 1913, \"rankvar\": 1001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1322, \"group\": [2585.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCCTCCTAG\", \"ini\": 1757, \"clust\": 3001, \"rank\": 1798, \"rankvar\": 2741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1832, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3446, \"group\": [3000.0, 557.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTTATCGC\", \"ini\": 1756, \"clust\": 2103, \"rank\": 1676, \"rankvar\": 2061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1323, \"group\": [2104.0, 422.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGAGCCTAG\", \"ini\": 1755, \"clust\": 2768, \"rank\": 1813, \"rankvar\": 2030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1324, \"group\": [2767.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCCGTCAG\", \"ini\": 1754, \"clust\": 2758, \"rank\": 1831, \"rankvar\": 814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1325, \"group\": [2763.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGGAGGTA\", \"ini\": 1753, \"clust\": 2130, \"rank\": 1682, \"rankvar\": 1108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1326, \"group\": [2130.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGGAGTACC\", \"ini\": 1752, \"clust\": 3180, \"rank\": 904, \"rankvar\": 3338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1837, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3447, \"group\": [3181.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGCTCAACT\", \"ini\": 1751, \"clust\": 2777, \"rank\": 1662, \"rankvar\": 1130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1838, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1327, \"group\": [2777.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGAGTACCG\", \"ini\": 1750, \"clust\": 1217, \"rank\": 1016, \"rankvar\": 1678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1839, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1786, \"group\": [1218.0, 174.0, 27.0, 7.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGGATTCGG\", \"ini\": 1749, \"clust\": 2682, \"rank\": 1921, \"rankvar\": 1881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1328, \"group\": [2684.0, 473.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTAGAAAGG\", \"ini\": 1748, \"clust\": 2608, \"rank\": 2001, \"rankvar\": 1884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1329, \"group\": [2608.0, 463.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGATCTCGTTTA\", \"ini\": 1747, \"clust\": 3024, \"rank\": 1814, \"rankvar\": 3066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3448, \"group\": [3024.0, 564.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCGATGAGG\", \"ini\": 1746, \"clust\": 242, \"rank\": 1115, \"rankvar\": 2921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1843, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2705, \"group\": [244.0, 66.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGTGCGTC\", \"ini\": 1745, \"clust\": 3003, \"rank\": 1817, \"rankvar\": 2666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1844, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3449, \"group\": [3002.0, 557.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTATCGCAT\", \"ini\": 1744, \"clust\": 3348, \"rank\": 1770, \"rankvar\": 3007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1845, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3450, \"group\": [3349.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACAGTGGAGT\", \"ini\": 1743, \"clust\": 83, \"rank\": 1317, \"rankvar\": 2221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1881, \"group\": [82.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGGTTCC\", \"ini\": 1742, \"clust\": 3517, \"rank\": 2180, \"rankvar\": 3542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1847, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 80, \"group\": [3514.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGAGGGA\", \"ini\": 1741, \"clust\": 1606, \"rank\": 1875, \"rankvar\": 353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1848, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1330, \"group\": [1606.0, 290.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGTTTGG\", \"ini\": 1740, \"clust\": 2125, \"rank\": 1855, \"rankvar\": 465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1331, \"group\": [2126.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTATCTGCA\", \"ini\": 1739, \"clust\": 1364, \"rank\": 1571, \"rankvar\": 3328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1850, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1787, \"group\": [1363.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGGATATAC\", \"ini\": 1738, \"clust\": 1373, \"rank\": 1899, \"rankvar\": 3097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1851, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1788, \"group\": [1372.0, 210.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTTCTGTTT\", \"ini\": 1737, \"clust\": 1818, \"rank\": 2016, \"rankvar\": 705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1852, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1332, \"group\": [1816.0, 388.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCGGAAG\", \"ini\": 1736, \"clust\": 1746, \"rank\": 1987, \"rankvar\": 845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1333, \"group\": [1755.0, 359.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTACCGTTA\", \"ini\": 1735, \"clust\": 2590, \"rank\": 1936, \"rankvar\": 265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1334, \"group\": [2593.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCAAACGTGG\", \"ini\": 1734, \"clust\": 2529, \"rank\": 1871, \"rankvar\": 305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1855, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1335, \"group\": [2529.0, 452.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTGCGACG\", \"ini\": 1733, \"clust\": 1444, \"rank\": 1843, \"rankvar\": 768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1336, \"group\": [1449.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGCCTATGT\", \"ini\": 1732, \"clust\": 2729, \"rank\": 1778, \"rankvar\": 788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1337, \"group\": [2733.0, 485.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGACGCTTT\", \"ini\": 1731, \"clust\": 2610, \"rank\": 1870, \"rankvar\": 1308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1858, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1338, \"group\": [2610.0, 463.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTATCGCAT\", \"ini\": 1730, \"clust\": 4, \"rank\": 1300, \"rankvar\": 1676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1882, \"group\": [7.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCGCATAA\", \"ini\": 1729, \"clust\": 3556, \"rank\": 2297, \"rankvar\": 3570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1860, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 81, \"group\": [3555.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAAGTAGTA\", \"ini\": 1728, \"clust\": 2757, \"rank\": 1754, \"rankvar\": 1347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1861, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1339, \"group\": [2758.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGTCATCCA\", \"ini\": 1727, \"clust\": 2549, \"rank\": 1841, \"rankvar\": 1503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1340, \"group\": [2548.0, 459.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAGTATGGTTC\", \"ini\": 1726, \"clust\": 3572, \"rank\": 2256, \"rankvar\": 3498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1863, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 82, \"group\": [3570.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTAATTGGA\", \"ini\": 1725, \"clust\": 2724, \"rank\": 1771, \"rankvar\": 1002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1341, \"group\": [2729.0, 484.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATGGTCTA\", \"ini\": 1724, \"clust\": 3569, \"rank\": 2255, \"rankvar\": 3532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1865, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 83, \"group\": [3568.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCACCCGAG\", \"ini\": 1723, \"clust\": 2593, \"rank\": 2011, \"rankvar\": 1827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1342, \"group\": [2591.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAGACGTAG\", \"ini\": 1722, \"clust\": 2564, \"rank\": 1953, \"rankvar\": 862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1343, \"group\": [2563.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCCGTACAA\", \"ini\": 1721, \"clust\": 1848, \"rank\": 1903, \"rankvar\": 1372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1868, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1344, \"group\": [1852.0, 396.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGAGTGACC\", \"ini\": 1720, \"clust\": 1292, \"rank\": 1865, \"rankvar\": 3362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1869, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1789, \"group\": [1290.0, 205.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGCCCTAAT\", \"ini\": 1719, \"clust\": 3218, \"rank\": 1517, \"rankvar\": 3050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1870, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3451, \"group\": [3217.0, 602.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGGAGCGTT\", \"ini\": 1718, \"clust\": 3500, \"rank\": 2154, \"rankvar\": 3402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1871, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 84, \"group\": [3498.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACATAACC\", \"ini\": 1717, \"clust\": 3027, \"rank\": 1511, \"rankvar\": 2416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1872, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3452, \"group\": [3028.0, 565.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACAAGCCATT\", \"ini\": 1716, \"clust\": 3066, \"rank\": 1428, \"rankvar\": 2693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1873, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3453, \"group\": [3064.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCGCGAAA\", \"ini\": 1715, \"clust\": 3330, \"rank\": 1458, \"rankvar\": 3170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1874, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3454, \"group\": [3332.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTCGACTGC\", \"ini\": 1714, \"clust\": 2609, \"rank\": 2006, \"rankvar\": 483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1345, \"group\": [2609.0, 463.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCATTCTA\", \"ini\": 1713, \"clust\": 2707, \"rank\": 1688, \"rankvar\": 1963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1346, \"group\": [2709.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAACTGTC\", \"ini\": 1712, \"clust\": 3289, \"rank\": 1863, \"rankvar\": 2476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1877, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3455, \"group\": [3293.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTGGACGAT\", \"ini\": 1711, \"clust\": 2784, \"rank\": 1785, \"rankvar\": 1856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1347, \"group\": [2788.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACACATGGGA\", \"ini\": 1710, \"clust\": 2496, \"rank\": 1784, \"rankvar\": 233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1348, \"group\": [2495.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGTCAGCC\", \"ini\": 1709, \"clust\": 3011, \"rank\": 1736, \"rankvar\": 2864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1880, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3456, \"group\": [3011.0, 562.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCATGGTAGG\", \"ini\": 1708, \"clust\": 1815, \"rank\": 1925, \"rankvar\": 456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1881, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1349, \"group\": [1818.0, 388.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACATTTCAGG\", \"ini\": 1707, \"clust\": 2487, \"rank\": 1927, \"rankvar\": 653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1350, \"group\": [2486.0, 441.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTCGGATCC\", \"ini\": 1706, \"clust\": 80, \"rank\": 1504, \"rankvar\": 1713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1883, \"group\": [79.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAGTATTAGCC\", \"ini\": 1705, \"clust\": 2769, \"rank\": 1760, \"rankvar\": 786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1351, \"group\": [2770.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCGCAT\", \"ini\": 1704, \"clust\": 1426, \"rank\": 1982, \"rankvar\": 639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1352, \"group\": [1427.0, 234.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCATTCACTT\", \"ini\": 1703, \"clust\": 1451, \"rank\": 2002, \"rankvar\": 2000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1353, \"group\": [1451.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGTGGACC\", \"ini\": 1702, \"clust\": 3400, \"rank\": 2171, \"rankvar\": 3439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1887, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3573, \"group\": [3399.0, 615.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTTTACGT\", \"ini\": 1701, \"clust\": 1412, \"rank\": 1941, \"rankvar\": 749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1354, \"group\": [1413.0, 229.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCAACACCTA\", \"ini\": 1700, \"clust\": 231, \"rank\": 1027, \"rankvar\": 3326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1889, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2706, \"group\": [231.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTACATGA\", \"ini\": 1699, \"clust\": 2684, \"rank\": 1854, \"rankvar\": 107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1355, \"group\": [2683.0, 473.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATGTGGT\", \"ini\": 1698, \"clust\": 3285, \"rank\": 1680, \"rankvar\": 2413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1891, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3457, \"group\": [3286.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTAACGGT\", \"ini\": 1697, \"clust\": 3502, \"rank\": 2172, \"rankvar\": 3381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1892, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 85, \"group\": [3500.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGATAAGT\", \"ini\": 1696, \"clust\": 2544, \"rank\": 1797, \"rankvar\": 888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1356, \"group\": [2546.0, 457.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTACGCCC\", \"ini\": 1695, \"clust\": 1308, \"rank\": 1951, \"rankvar\": 3237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1894, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1790, \"group\": [1306.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAAACGCG\", \"ini\": 1694, \"clust\": 1445, \"rank\": 1961, \"rankvar\": 1811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1357, \"group\": [1445.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGACCTAGG\", \"ini\": 1693, \"clust\": 3553, \"rank\": 2114, \"rankvar\": 3529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1896, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 86, \"group\": [3552.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGTAGAGC\", \"ini\": 1692, \"clust\": 68, \"rank\": 1144, \"rankvar\": 2901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1897, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1884, \"group\": [68.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGGCGACAT\", \"ini\": 1691, \"clust\": 2526, \"rank\": 1928, \"rankvar\": 1222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1898, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1358, \"group\": [2526.0, 451.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACGGTTTA\", \"ini\": 1690, \"clust\": 1755, \"rank\": 1849, \"rankvar\": 250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1359, \"group\": [1763.0, 364.0, 64.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCCGACTT\", \"ini\": 1689, \"clust\": 3035, \"rank\": 1939, \"rankvar\": 1428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1900, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3458, \"group\": [3035.0, 569.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAGGTAA\", \"ini\": 1688, \"clust\": 2680, \"rank\": 1907, \"rankvar\": 2684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1360, \"group\": [2679.0, 471.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGCT\", \"ini\": 1687, \"clust\": 2507, \"rank\": 1839, \"rankvar\": 3216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1361, \"group\": [2507.0, 446.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGATGTAT\", \"ini\": 1686, \"clust\": 3349, \"rank\": 1830, \"rankvar\": 3137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1903, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3459, \"group\": [3350.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCATCTGTT\", \"ini\": 1685, \"clust\": 2957, \"rank\": 1887, \"rankvar\": 1174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1904, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3460, \"group\": [2956.0, 538.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGCTAGTTC\", \"ini\": 1684, \"clust\": 2778, \"rank\": 1959, \"rankvar\": 227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1362, \"group\": [2781.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGTCACGCC\", \"ini\": 1683, \"clust\": 2691, \"rank\": 1947, \"rankvar\": 500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1363, \"group\": [2692.0, 476.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTTGGACCC\", \"ini\": 1682, \"clust\": 3176, \"rank\": 1487, \"rankvar\": 3054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3461, \"group\": [3177.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAGGCCCA\", \"ini\": 1681, \"clust\": 2588, \"rank\": 2074, \"rankvar\": 1210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1364, \"group\": [2586.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTTGTATC\", \"ini\": 1680, \"clust\": 49, \"rank\": 1056, \"rankvar\": 2983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1909, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1885, \"group\": [53.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTAGCTGCC\", \"ini\": 1679, \"clust\": 1455, \"rank\": 2017, \"rankvar\": 1224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1365, \"group\": [1457.0, 240.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATGACT\", \"ini\": 1678, \"clust\": 3022, \"rank\": 1788, \"rankvar\": 1876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3462, \"group\": [3025.0, 564.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAATCCGCTGTT\", \"ini\": 1677, \"clust\": 2772, \"rank\": 1802, \"rankvar\": 1042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1366, \"group\": [2773.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCTAGCCC\", \"ini\": 1676, \"clust\": 1453, \"rank\": 1950, \"rankvar\": 1235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1367, \"group\": [1453.0, 239.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACACGGTGTC\", \"ini\": 1675, \"clust\": 1456, \"rank\": 2079, \"rankvar\": 1203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1368, \"group\": [1455.0, 240.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGAACTGTA\", \"ini\": 1674, \"clust\": 2775, \"rank\": 1739, \"rankvar\": 941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1369, \"group\": [2778.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACCGTTA\", \"ini\": 1673, \"clust\": 3429, \"rank\": 1933, \"rankvar\": 3243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1370, \"group\": [3430.0, 627.0, 90.0, 21.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCATGGAATA\", \"ini\": 1672, \"clust\": 3163, \"rank\": 1838, \"rankvar\": 3060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1917, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3463, \"group\": [3164.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATTACCC\", \"ini\": 1671, \"clust\": 1739, \"rank\": 1645, \"rankvar\": 2195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1371, \"group\": [1742.0, 351.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAGTGAGTG\", \"ini\": 1670, \"clust\": 3144, \"rank\": 1231, \"rankvar\": 3217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1919, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3464, \"group\": [3143.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCACGGTTA\", \"ini\": 1669, \"clust\": 1410, \"rank\": 2023, \"rankvar\": 2583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1372, \"group\": [1409.0, 228.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTAGCCTCG\", \"ini\": 1668, \"clust\": 1246, \"rank\": 2100, \"rankvar\": 2547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1921, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1791, \"group\": [1249.0, 198.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAACGCGA\", \"ini\": 1667, \"clust\": 2717, \"rank\": 1809, \"rankvar\": 2683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1373, \"group\": [2717.0, 481.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCTCCACT\", \"ini\": 1666, \"clust\": 2959, \"rank\": 2032, \"rankvar\": 1971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3465, \"group\": [2958.0, 539.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTATAATGG\", \"ini\": 1665, \"clust\": 2492, \"rank\": 1790, \"rankvar\": 1438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1374, \"group\": [2493.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCACTTACT\", \"ini\": 1664, \"clust\": 2639, \"rank\": 1978, \"rankvar\": 2274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1375, \"group\": [2637.0, 465.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTGTATGGG\", \"ini\": 1663, \"clust\": 3174, \"rank\": 1421, \"rankvar\": 3273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1926, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3466, \"group\": [3175.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCACCTTAT\", \"ini\": 1662, \"clust\": 2743, \"rank\": 2007, \"rankvar\": 1607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1927, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1376, \"group\": [2744.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCATCGATG\", \"ini\": 1661, \"clust\": 2652, \"rank\": 1824, \"rankvar\": 2198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1377, \"group\": [2651.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAACGACG\", \"ini\": 1660, \"clust\": 2738, \"rank\": 1862, \"rankvar\": 1194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1378, \"group\": [2737.0, 486.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACGATGT\", \"ini\": 1659, \"clust\": 2834, \"rank\": 2059, \"rankvar\": 1656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1930, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1379, \"group\": [2835.0, 492.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTACACCGC\", \"ini\": 1658, \"clust\": 1401, \"rank\": 2083, \"rankvar\": 751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1931, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1380, \"group\": [1403.0, 224.0, 40.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGAACTGT\", \"ini\": 1657, \"clust\": 3495, \"rank\": 2231, \"rankvar\": 3458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1932, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 87, \"group\": [3493.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGGACCACA\", \"ini\": 1656, \"clust\": 118, \"rank\": 1698, \"rankvar\": 3043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1933, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2707, \"group\": [119.0, 49.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAATAACGA\", \"ini\": 1655, \"clust\": 2785, \"rank\": 2047, \"rankvar\": 1626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1934, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1381, \"group\": [2787.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGCCTAA\", \"ini\": 1654, \"clust\": 2536, \"rank\": 1938, \"rankvar\": 1258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1382, \"group\": [2538.0, 455.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCACAACGCC\", \"ini\": 1653, \"clust\": 74, \"rank\": 1123, \"rankvar\": 2611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1886, \"group\": [77.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCCATGCTC\", \"ini\": 1652, \"clust\": 3165, \"rank\": 1525, \"rankvar\": 2855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1937, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3467, \"group\": [3171.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGCTGCT\", \"ini\": 1651, \"clust\": 1745, \"rank\": 1872, \"rankvar\": 710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1938, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1383, \"group\": [1744.0, 352.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTTAAGCC\", \"ini\": 1650, \"clust\": 1355, \"rank\": 1792, \"rankvar\": 3038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1792, \"group\": [1359.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGGTTTCA\", \"ini\": 1649, \"clust\": 3004, \"rank\": 1996, \"rankvar\": 3026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3468, \"group\": [3003.0, 557.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGAGGGTT\", \"ini\": 1648, \"clust\": 3361, \"rank\": 1796, \"rankvar\": 3028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1941, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3469, \"group\": [3362.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAATGGATA\", \"ini\": 1647, \"clust\": 75, \"rank\": 1380, \"rankvar\": 2292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1887, \"group\": [76.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGGTACTCT\", \"ini\": 1646, \"clust\": 1433, \"rank\": 2102, \"rankvar\": 379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1384, \"group\": [1434.0, 237.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAACGCTA\", \"ini\": 1645, \"clust\": 3286, \"rank\": 1599, \"rankvar\": 2879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3470, \"group\": [3287.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTTCAACCA\", \"ini\": 1644, \"clust\": 1420, \"rank\": 1897, \"rankvar\": 213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1385, \"group\": [1421.0, 232.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCAGAGGT\", \"ini\": 1643, \"clust\": 1465, \"rank\": 2012, \"rankvar\": 1219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1946, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1386, \"group\": [1464.0, 241.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCAAGATCC\", \"ini\": 1642, \"clust\": 3574, \"rank\": 2385, \"rankvar\": 3473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1947, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 88, \"group\": [3577.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCAGATAATG\", \"ini\": 1641, \"clust\": 2570, \"rank\": 1850, \"rankvar\": 1455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1948, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1387, \"group\": [2568.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGCGATTCT\", \"ini\": 1640, \"clust\": 1454, \"rank\": 2029, \"rankvar\": 1217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1388, \"group\": [1454.0, 239.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAGGCT\", \"ini\": 1639, \"clust\": 2699, \"rank\": 1711, \"rankvar\": 547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1389, \"group\": [2700.0, 477.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAAACTGCT\", \"ini\": 1638, \"clust\": 2500, \"rank\": 1957, \"rankvar\": 511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1390, \"group\": [2497.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTTGCGT\", \"ini\": 1637, \"clust\": 3518, \"rank\": 2218, \"rankvar\": 3478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1952, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 89, \"group\": [3526.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGTAGATGT\", \"ini\": 1636, \"clust\": 2770, \"rank\": 1766, \"rankvar\": 2823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1391, \"group\": [2771.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTGACGCCT\", \"ini\": 1635, \"clust\": 2528, \"rank\": 1997, \"rankvar\": 24, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1392, \"group\": [2528.0, 451.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCTCGCAT\", \"ini\": 1634, \"clust\": 41, \"rank\": 1184, \"rankvar\": 2200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1888, \"group\": [41.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAGGTTTCA\", \"ini\": 1633, \"clust\": 2749, \"rank\": 1869, \"rankvar\": 468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1393, \"group\": [2751.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCTGGC\", \"ini\": 1632, \"clust\": 36, \"rank\": 1431, \"rankvar\": 1126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1889, \"group\": [36.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTTAAAGTG\", \"ini\": 1631, \"clust\": 2754, \"rank\": 1929, \"rankvar\": 811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1394, \"group\": [2753.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGGAGCAA\", \"ini\": 1630, \"clust\": 2747, \"rank\": 1972, \"rankvar\": 1021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1395, \"group\": [2747.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGGTGTGGT\", \"ini\": 1629, \"clust\": 2589, \"rank\": 2091, \"rankvar\": 583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1396, \"group\": [2587.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAACAACA\", \"ini\": 1628, \"clust\": 1813, \"rank\": 2018, \"rankvar\": 817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1961, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1397, \"group\": [1813.0, 387.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCCAGTTT\", \"ini\": 1627, \"clust\": 1429, \"rank\": 1983, \"rankvar\": 388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1398, \"group\": [1433.0, 236.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTACATGTC\", \"ini\": 1626, \"clust\": 2611, \"rank\": 1988, \"rankvar\": 477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1399, \"group\": [2611.0, 463.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCACCGATAT\", \"ini\": 1625, \"clust\": 3415, \"rank\": 2014, \"rankvar\": 3491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1964, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3574, \"group\": [3410.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACACTGCG\", \"ini\": 1624, \"clust\": 1421, \"rank\": 1873, \"rankvar\": 690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1400, \"group\": [1422.0, 232.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTACGCCC\", \"ini\": 1623, \"clust\": 1603, \"rank\": 1970, \"rankvar\": 21, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1401, \"group\": [1604.0, 288.0, 49.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCAAGCC\", \"ini\": 1622, \"clust\": 2735, \"rank\": 1937, \"rankvar\": 688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1402, \"group\": [2739.0, 486.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCAGGAATGC\", \"ini\": 1621, \"clust\": 2550, \"rank\": 1923, \"rankvar\": 1790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1403, \"group\": [2549.0, 459.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTGATGATA\", \"ini\": 1620, \"clust\": 1592, \"rank\": 2204, \"rankvar\": 299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1969, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1404, \"group\": [1593.0, 278.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTCCGAATT\", \"ini\": 1619, \"clust\": 24, \"rank\": 1673, \"rankvar\": 1868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1890, \"group\": [24.0, 21.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGACACGAC\", \"ini\": 1618, \"clust\": 2886, \"rank\": 2165, \"rankvar\": 1160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1971, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 90, \"group\": [2885.0, 510.0, 73.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTGCACCAC\", \"ini\": 1617, \"clust\": 1604, \"rank\": 2008, \"rankvar\": 1233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1972, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1405, \"group\": [1605.0, 289.0, 49.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGACACGAC\", \"ini\": 1616, \"clust\": 2483, \"rank\": 2070, \"rankvar\": 898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1973, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1406, \"group\": [2677.0, 470.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCATGCTCC\", \"ini\": 1615, \"clust\": 2648, \"rank\": 1975, \"rankvar\": 1548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1407, \"group\": [2647.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGCTTAG\", \"ini\": 1614, \"clust\": 1434, \"rank\": 2140, \"rankvar\": 1541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1408, \"group\": [1435.0, 237.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTCAAACTC\", \"ini\": 1613, \"clust\": 2864, \"rank\": 1894, \"rankvar\": 2384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1976, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1409, \"group\": [2864.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCTAGCCC\", \"ini\": 1612, \"clust\": 2762, \"rank\": 1867, \"rankvar\": 1588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1410, \"group\": [2762.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTTACTGAC\", \"ini\": 1611, \"clust\": 2961, \"rank\": 1866, \"rankvar\": 1323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1978, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3471, \"group\": [2961.0, 542.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAATTGCTG\", \"ini\": 1610, \"clust\": 2488, \"rank\": 1943, \"rankvar\": 106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1411, \"group\": [2487.0, 441.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATGCTAGT\", \"ini\": 1609, \"clust\": 2533, \"rank\": 2037, \"rankvar\": 1327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1412, \"group\": [2532.0, 453.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCCGCTGA\", \"ini\": 1608, \"clust\": 2755, \"rank\": 1926, \"rankvar\": 1052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1413, \"group\": [2754.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCAGCGATT\", \"ini\": 1607, \"clust\": 1443, \"rank\": 1979, \"rankvar\": 207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1414, \"group\": [1444.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGACACG\", \"ini\": 1606, \"clust\": 1624, \"rank\": 2056, \"rankvar\": 1086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1415, \"group\": [1631.0, 308.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATCCGGGT\", \"ini\": 1605, \"clust\": 1309, \"rank\": 2147, \"rankvar\": 3306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1984, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1793, \"group\": [1307.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCATCGATG\", \"ini\": 1604, \"clust\": 1803, \"rank\": 2089, \"rankvar\": 632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1416, \"group\": [1806.0, 383.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCATAGAAAC\", \"ini\": 1603, \"clust\": 2586, \"rank\": 2084, \"rankvar\": 1370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1986, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1417, \"group\": [2589.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATAACCTG\", \"ini\": 1602, \"clust\": 120, \"rank\": 1834, \"rankvar\": 3271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1987, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2708, \"group\": [121.0, 50.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGGTGGGTT\", \"ini\": 1601, \"clust\": 2745, \"rank\": 1945, \"rankvar\": 280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1418, \"group\": [2746.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACATAACC\", \"ini\": 1600, \"clust\": 3164, \"rank\": 1750, \"rankvar\": 2562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1989, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3472, \"group\": [3165.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCATTATCC\", \"ini\": 1599, \"clust\": 3051, \"rank\": 1668, \"rankvar\": 1495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1990, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3473, \"group\": [3053.0, 575.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCGATGAGG\", \"ini\": 1598, \"clust\": 2728, \"rank\": 1935, \"rankvar\": 309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1991, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1419, \"group\": [2728.0, 483.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATAGCTGATAA\", \"ini\": 1597, \"clust\": 2703, \"rank\": 1992, \"rankvar\": 2223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1420, \"group\": [2706.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTCGGGCT\", \"ini\": 1596, \"clust\": 2733, \"rank\": 1991, \"rankvar\": 1969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1993, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1421, \"group\": [2734.0, 486.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGGAAATA\", \"ini\": 1595, \"clust\": 1317, \"rank\": 1949, \"rankvar\": 2865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1994, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1794, \"group\": [1316.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGACATTGGTAC\", \"ini\": 1594, \"clust\": 2715, \"rank\": 1967, \"rankvar\": 591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1422, \"group\": [2718.0, 481.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGGAAATA\", \"ini\": 1593, \"clust\": 10, \"rank\": 1960, \"rankvar\": 541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1891, \"group\": [10.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCGTTTATC\", \"ini\": 1592, \"clust\": 1435, \"rank\": 2097, \"rankvar\": 417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1423, \"group\": [1436.0, 237.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAGTTCCCT\", \"ini\": 1591, \"clust\": 3492, \"rank\": 2276, \"rankvar\": 3427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1998, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 91, \"group\": [3492.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCGTAGAGCTG\", \"ini\": 1590, \"clust\": 70, \"rank\": 1199, \"rankvar\": 3218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1892, \"group\": [72.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTACTATC\", \"ini\": 1589, \"clust\": 1300, \"rank\": 2110, \"rankvar\": 3312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2000, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1795, \"group\": [1300.0, 207.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTTCCGCGGTA\", \"ini\": 1588, \"clust\": 3575, \"rank\": 2424, \"rankvar\": 3540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2001, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 92, \"group\": [3572.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACAGCT\", \"ini\": 1587, \"clust\": 1413, \"rank\": 2041, \"rankvar\": 850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2002, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1424, \"group\": [1414.0, 229.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCCAACGG\", \"ini\": 1586, \"clust\": 1457, \"rank\": 2103, \"rankvar\": 1735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1425, \"group\": [1456.0, 240.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAGTGTTGAGG\", \"ini\": 1585, \"clust\": 3190, \"rank\": 1906, \"rankvar\": 2445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3474, \"group\": [3190.0, 599.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAGCCTAT\", \"ini\": 1584, \"clust\": 2606, \"rank\": 2048, \"rankvar\": 741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1426, \"group\": [2605.0, 463.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCATCACGAT\", \"ini\": 1583, \"clust\": 3185, \"rank\": 1640, \"rankvar\": 2782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2006, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3475, \"group\": [3188.0, 599.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTCCCGAG\", \"ini\": 1582, \"clust\": 2764, \"rank\": 2013, \"rankvar\": 1848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1427, \"group\": [2765.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGCATACT\", \"ini\": 1581, \"clust\": 1303, \"rank\": 2146, \"rankvar\": 3146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2008, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1796, \"group\": [1303.0, 207.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCTTTCCTC\", \"ini\": 1580, \"clust\": 2730, \"rank\": 1919, \"rankvar\": 2549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2009, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1428, \"group\": [2732.0, 485.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTGTTG\", \"ini\": 1579, \"clust\": 3036, \"rank\": 1678, \"rankvar\": 2469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2010, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3476, \"group\": [3037.0, 571.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCATATACGC\", \"ini\": 1578, \"clust\": 3582, \"rank\": 2387, \"rankvar\": 3364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2011, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 93, \"group\": [3580.0, 649.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGAATCTCC\", \"ini\": 1577, \"clust\": 2607, \"rank\": 2071, \"rankvar\": 118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1429, \"group\": [2606.0, 463.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAATGAC\", \"ini\": 1576, \"clust\": 3580, \"rank\": 2348, \"rankvar\": 3484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2013, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 94, \"group\": [3584.0, 649.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCATCGGAT\", \"ini\": 1575, \"clust\": 71, \"rank\": 1411, \"rankvar\": 1176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2014, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1893, \"group\": [71.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGAGTACAT\", \"ini\": 1574, \"clust\": 2133, \"rank\": 1965, \"rankvar\": 895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1430, \"group\": [2133.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCGATCCC\", \"ini\": 1573, \"clust\": 39, \"rank\": 1404, \"rankvar\": 2475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1894, \"group\": [39.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGAGCAATT\", \"ini\": 1572, \"clust\": 1747, \"rank\": 2051, \"rankvar\": 886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2017, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1431, \"group\": [1754.0, 358.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCTTGTTTG\", \"ini\": 1571, \"clust\": 3430, \"rank\": 2163, \"rankvar\": 3058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2018, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 95, \"group\": [3431.0, 628.0, 91.0, 21.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCGAATGT\", \"ini\": 1570, \"clust\": 1751, \"rank\": 2058, \"rankvar\": 534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1432, \"group\": [1750.0, 356.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCTTGAGAC\", \"ini\": 1569, \"clust\": 2731, \"rank\": 1958, \"rankvar\": 1523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1433, \"group\": [2730.0, 485.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAGGCAGTA\", \"ini\": 1568, \"clust\": 3183, \"rank\": 1848, \"rankvar\": 3432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2021, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3477, \"group\": [3184.0, 599.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTACACT\", \"ini\": 1567, \"clust\": 3245, \"rank\": 1717, \"rankvar\": 2056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2022, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3478, \"group\": [3252.0, 605.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCGTGTCC\", \"ini\": 1566, \"clust\": 1589, \"rank\": 2155, \"rankvar\": 1319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1434, \"group\": [1588.0, 275.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTAAACACA\", \"ini\": 1565, \"clust\": 2714, \"rank\": 1963, \"rankvar\": 1816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1435, \"group\": [2714.0, 480.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCTGTTCA\", \"ini\": 1564, \"clust\": 3287, \"rank\": 1622, \"rankvar\": 3305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2025, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3479, \"group\": [3288.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCCTACAGA\", \"ini\": 1563, \"clust\": 2750, \"rank\": 1931, \"rankvar\": 1093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2026, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1436, \"group\": [2749.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCAGTAG\", \"ini\": 1562, \"clust\": 1816, \"rank\": 2078, \"rankvar\": 442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1437, \"group\": [1817.0, 388.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTGCAGACA\", \"ini\": 1561, \"clust\": 2751, \"rank\": 1901, \"rankvar\": 2725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2028, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1438, \"group\": [2750.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTCGGCAC\", \"ini\": 1560, \"clust\": 3554, \"rank\": 2232, \"rankvar\": 3584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2029, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 96, \"group\": [3553.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCTACCTA\", \"ini\": 1559, \"clust\": 2508, \"rank\": 2025, \"rankvar\": 1229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2030, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1439, \"group\": [2508.0, 446.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTGTGTG\", \"ini\": 1558, \"clust\": 1374, \"rank\": 2072, \"rankvar\": 2795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1797, \"group\": [1373.0, 210.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGACTTGAA\", \"ini\": 1557, \"clust\": 2774, \"rank\": 1964, \"rankvar\": 2539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2032, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1440, \"group\": [2775.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCCTGACT\", \"ini\": 1556, \"clust\": 3012, \"rank\": 1915, \"rankvar\": 2174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2033, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3480, \"group\": [3012.0, 562.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGCTAACTC\", \"ini\": 1555, \"clust\": 1306, \"rank\": 2094, \"rankvar\": 2518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2034, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1798, \"group\": [1319.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCACAACGT\", \"ini\": 1554, \"clust\": 2740, \"rank\": 2028, \"rankvar\": 266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1441, \"group\": [2740.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCTGCA\", \"ini\": 1553, \"clust\": 1380, \"rank\": 1583, \"rankvar\": 3403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2036, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1799, \"group\": [1380.0, 212.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCGAATGCT\", \"ini\": 1552, \"clust\": 1390, \"rank\": 1826, \"rankvar\": 2929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1800, \"group\": [1389.0, 215.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGTCAATC\", \"ini\": 1551, \"clust\": 1607, \"rank\": 1999, \"rankvar\": 943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1442, \"group\": [1607.0, 291.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACCTTTG\", \"ini\": 1550, \"clust\": 1581, \"rank\": 2131, \"rankvar\": 1739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1443, \"group\": [1580.0, 269.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGACATTA\", \"ini\": 1549, \"clust\": 3466, \"rank\": 2305, \"rankvar\": 3536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2040, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 97, \"group\": [3467.0, 645.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGTGGCT\", \"ini\": 1548, \"clust\": 1415, \"rank\": 2108, \"rankvar\": 596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2041, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1444, \"group\": [1419.0, 230.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGGAGTCTG\", \"ini\": 1547, \"clust\": 45, \"rank\": 1521, \"rankvar\": 261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2042, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1895, \"group\": [47.0, 27.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATCTGCA\", \"ini\": 1546, \"clust\": 1314, \"rank\": 2003, \"rankvar\": 2893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2043, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1801, \"group\": [1312.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTCACTTCC\", \"ini\": 1545, \"clust\": 3013, \"rank\": 1768, \"rankvar\": 3400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2044, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3481, \"group\": [3014.0, 562.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTAAAGGAG\", \"ini\": 1544, \"clust\": 3457, \"rank\": 2251, \"rankvar\": 3226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2045, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 98, \"group\": [3455.0, 638.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTTAAGACA\", \"ini\": 1543, \"clust\": 2484, \"rank\": 1946, \"rankvar\": 181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1445, \"group\": [2488.0, 442.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCATGTCCTC\", \"ini\": 1542, \"clust\": 2887, \"rank\": 2260, \"rankvar\": 2829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2047, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3482, \"group\": [2886.0, 511.0, 73.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCATTCA\", \"ini\": 1541, \"clust\": 2706, \"rank\": 1812, \"rankvar\": 2372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1446, \"group\": [2710.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTACCTACA\", \"ini\": 1540, \"clust\": 3015, \"rank\": 1968, \"rankvar\": 2757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3483, \"group\": [3016.0, 563.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAATGACCT\", \"ini\": 1539, \"clust\": 2746, \"rank\": 2053, \"rankvar\": 1241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2050, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1447, \"group\": [2752.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCAGAAGCAC\", \"ini\": 1538, \"clust\": 2203, \"rank\": 1891, \"rankvar\": 572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2051, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1448, \"group\": [2203.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGCTAGTGG\", \"ini\": 1537, \"clust\": 2692, \"rank\": 2046, \"rankvar\": 1531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1449, \"group\": [2693.0, 476.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTAACTTC\", \"ini\": 1536, \"clust\": 2712, \"rank\": 1985, \"rankvar\": 3068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1450, \"group\": [2715.0, 480.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGACTTGAA\", \"ini\": 1535, \"clust\": 3451, \"rank\": 2303, \"rankvar\": 3447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2054, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 99, \"group\": [3453.0, 637.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAATCCAAC\", \"ini\": 1534, \"clust\": 3019, \"rank\": 1823, \"rankvar\": 3081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2055, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3484, \"group\": [3022.0, 564.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCACGGCTAC\", \"ini\": 1533, \"clust\": 1736, \"rank\": 1922, \"rankvar\": 2018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2056, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1451, \"group\": [1738.0, 347.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCGTTGCT\", \"ini\": 1532, \"clust\": 23, \"rank\": 1430, \"rankvar\": 2270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2057, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1896, \"group\": [23.0, 20.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGCCACGTC\", \"ini\": 1531, \"clust\": 1437, \"rank\": 2125, \"rankvar\": 404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1452, \"group\": [1440.0, 237.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGGGAGTAA\", \"ini\": 1530, \"clust\": 1491, \"rank\": 2164, \"rankvar\": 1714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1453, \"group\": [1491.0, 255.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATGTGGTCTCG\", \"ini\": 1529, \"clust\": 3178, \"rank\": 1896, \"rankvar\": 3236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2060, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3485, \"group\": [3179.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTTGTCC\", \"ini\": 1528, \"clust\": 2701, \"rank\": 1861, \"rankvar\": 1593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1454, \"group\": [2702.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCACTCTTA\", \"ini\": 1527, \"clust\": 2741, \"rank\": 2020, \"rankvar\": 2917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1455, \"group\": [2741.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCTGAAAT\", \"ini\": 1526, \"clust\": 122, \"rank\": 2117, \"rankvar\": 2120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2063, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1836, \"group\": [125.0, 52.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTAAAGTG\", \"ini\": 1525, \"clust\": 1605, \"rank\": 2055, \"rankvar\": 2191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1456, \"group\": [1608.0, 292.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTTTGTGTG\", \"ini\": 1524, \"clust\": 3172, \"rank\": 1772, \"rankvar\": 3113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2065, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3486, \"group\": [3173.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATGTTGC\", \"ini\": 1523, \"clust\": 1463, \"rank\": 2126, \"rankvar\": 415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2066, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1457, \"group\": [1462.0, 241.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCATCGGAT\", \"ini\": 1522, \"clust\": 2999, \"rank\": 2005, \"rankvar\": 2545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2067, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3487, \"group\": [3005.0, 559.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATGTAAG\", \"ini\": 1521, \"clust\": 3030, \"rank\": 1954, \"rankvar\": 2968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2068, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3488, \"group\": [3030.0, 567.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTGCCTGGT\", \"ini\": 1520, \"clust\": 3288, \"rank\": 1791, \"rankvar\": 2662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3489, \"group\": [3289.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCCACTTG\", \"ini\": 1519, \"clust\": 3450, \"rank\": 2161, \"rankvar\": 3374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2070, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 100, \"group\": [3454.0, 637.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGCCG\", \"ini\": 1518, \"clust\": 1826, \"rank\": 1976, \"rankvar\": 995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1458, \"group\": [1827.0, 392.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTCGTTGTA\", \"ini\": 1517, \"clust\": 26, \"rank\": 1764, \"rankvar\": 448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1897, \"group\": [26.0, 22.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTGGCACA\", \"ini\": 1516, \"clust\": 42, \"rank\": 1524, \"rankvar\": 1917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2073, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1898, \"group\": [42.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGAGAACAG\", \"ini\": 1515, \"clust\": 3002, \"rank\": 2081, \"rankvar\": 2946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2074, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3490, \"group\": [3001.0, 557.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTAGCCTAT\", \"ini\": 1514, \"clust\": 2678, \"rank\": 2088, \"rankvar\": 740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1459, \"group\": [2680.0, 471.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGATATAC\", \"ini\": 1513, \"clust\": 2732, \"rank\": 2036, \"rankvar\": 2873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2076, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1460, \"group\": [2731.0, 485.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGATGCGAC\", \"ini\": 1512, \"clust\": 1446, \"rank\": 2143, \"rankvar\": 2107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1461, \"group\": [1446.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGACAGAGA\", \"ini\": 1511, \"clust\": 3486, \"rank\": 2426, \"rankvar\": 3502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2078, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 101, \"group\": [3588.0, 651.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCGCAGGCT\", \"ini\": 1510, \"clust\": 1418, \"rank\": 2067, \"rankvar\": 924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1462, \"group\": [1417.0, 230.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTTACAGAA\", \"ini\": 1509, \"clust\": 1408, \"rank\": 2104, \"rankvar\": 1987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2080, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1463, \"group\": [1412.0, 228.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGGAACGG\", \"ini\": 1508, \"clust\": 1471, \"rank\": 2095, \"rankvar\": 837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1464, \"group\": [1474.0, 247.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTAGATTAG\", \"ini\": 1507, \"clust\": 2521, \"rank\": 2116, \"rankvar\": 800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2082, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1465, \"group\": [2520.0, 449.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAATACGCT\", \"ini\": 1506, \"clust\": 3534, \"rank\": 2448, \"rankvar\": 3563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2083, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 102, \"group\": [3533.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACGTCTCT\", \"ini\": 1505, \"clust\": 1423, \"rank\": 2113, \"rankvar\": 510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2084, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1466, \"group\": [1423.0, 232.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCGTGGCT\", \"ini\": 1504, \"clust\": 3188, \"rank\": 1842, \"rankvar\": 2806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2085, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3491, \"group\": [3191.0, 599.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGAGCAATT\", \"ini\": 1503, \"clust\": 3362, \"rank\": 1786, \"rankvar\": 2751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3492, \"group\": [3363.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCGAACTGT\", \"ini\": 1502, \"clust\": 3496, \"rank\": 2309, \"rankvar\": 3511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2087, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 103, \"group\": [3494.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCATCAACACTG\", \"ini\": 1501, \"clust\": 1347, \"rank\": 2064, \"rankvar\": 2620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2088, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1802, \"group\": [1347.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCGTAGAGTGC\", \"ini\": 1500, \"clust\": 1461, \"rank\": 2121, \"rankvar\": 573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1467, \"group\": [1460.0, 241.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAAAGGAG\", \"ini\": 1499, \"clust\": 12, \"rank\": 1920, \"rankvar\": 313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1899, \"group\": [13.0, 12.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGAGGTAGA\", \"ini\": 1498, \"clust\": 2734, \"rank\": 2050, \"rankvar\": 1212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2091, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1468, \"group\": [2735.0, 486.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCCACGCT\", \"ini\": 1497, \"clust\": 1431, \"rank\": 2129, \"rankvar\": 257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1469, \"group\": [1430.0, 236.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAGTACGT\", \"ini\": 1496, \"clust\": 1814, \"rank\": 1932, \"rankvar\": 2506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2093, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1470, \"group\": [1814.0, 387.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGCATGGT\", \"ini\": 1495, \"clust\": 1752, \"rank\": 2170, \"rankvar\": 2213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1471, \"group\": [1751.0, 356.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGCTACGA\", \"ini\": 1494, \"clust\": 3461, \"rank\": 2382, \"rankvar\": 3348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2095, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 104, \"group\": [3465.0, 643.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGACAGCC\", \"ini\": 1493, \"clust\": 1391, \"rank\": 2066, \"rankvar\": 2308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2096, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1803, \"group\": [1390.0, 215.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTGTGACGA\", \"ini\": 1492, \"clust\": 1432, \"rank\": 2137, \"rankvar\": 820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2097, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1472, \"group\": [1431.0, 236.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACCACATCCAA\", \"ini\": 1491, \"clust\": 3522, \"rank\": 2314, \"rankvar\": 3493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2098, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 105, \"group\": [3520.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTCTC\", \"ini\": 1490, \"clust\": 3458, \"rank\": 2181, \"rankvar\": 3075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 106, \"group\": [3456.0, 638.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGAGGACGG\", \"ini\": 1489, \"clust\": 1409, \"rank\": 2178, \"rankvar\": 782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1473, \"group\": [1411.0, 228.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCGGACAAG\", \"ini\": 1488, \"clust\": 3031, \"rank\": 2040, \"rankvar\": 2158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2101, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3493, \"group\": [3031.0, 567.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCTAAACC\", \"ini\": 1487, \"clust\": 78, \"rank\": 1310, \"rankvar\": 2678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1900, \"group\": [74.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCCTATC\", \"ini\": 1486, \"clust\": 229, \"rank\": 1643, \"rankvar\": 3252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2103, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2709, \"group\": [227.0, 63.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCAGTCGATT\", \"ini\": 1485, \"clust\": 3583, \"rank\": 2490, \"rankvar\": 3468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2104, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 107, \"group\": [3583.0, 649.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTTTGACTG\", \"ini\": 1484, \"clust\": 3498, \"rank\": 2378, \"rankvar\": 3470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2105, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 108, \"group\": [3496.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGAACCT\", \"ini\": 1483, \"clust\": 3046, \"rank\": 1777, \"rankvar\": 2918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3494, \"group\": [3050.0, 574.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCGGCTACG\", \"ini\": 1482, \"clust\": 1448, \"rank\": 2156, \"rankvar\": 1664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1474, \"group\": [1448.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAGTCAGCC\", \"ini\": 1481, \"clust\": 1759, \"rank\": 2044, \"rankvar\": 394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1475, \"group\": [1759.0, 361.0, 64.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCGCTGTT\", \"ini\": 1480, \"clust\": 3560, \"rank\": 2431, \"rankvar\": 3554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2109, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 109, \"group\": [3560.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGGCAGTA\", \"ini\": 1479, \"clust\": 1294, \"rank\": 1980, \"rankvar\": 3122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2110, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1804, \"group\": [1296.0, 206.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTTATCCGA\", \"ini\": 1478, \"clust\": 1597, \"rank\": 2093, \"rankvar\": 66, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1476, \"group\": [1598.0, 283.0, 48.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGATCGAGCCCA\", \"ini\": 1477, \"clust\": 27, \"rank\": 1815, \"rankvar\": 1590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1901, \"group\": [27.0, 22.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTTGTCAT\", \"ini\": 1476, \"clust\": 81, \"rank\": 1472, \"rankvar\": 2454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1902, \"group\": [80.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCCCGACA\", \"ini\": 1475, \"clust\": 1296, \"rank\": 2027, \"rankvar\": 2875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2114, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1805, \"group\": [1295.0, 206.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCATTGCCC\", \"ini\": 1474, \"clust\": 3159, \"rank\": 1727, \"rankvar\": 2808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3495, \"group\": [3160.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGCAGGTCA\", \"ini\": 1473, \"clust\": 1734, \"rank\": 1940, \"rankvar\": 385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1477, \"group\": [1735.0, 345.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTCGGCAC\", \"ini\": 1472, \"clust\": 2605, \"rank\": 2112, \"rankvar\": 391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1478, \"group\": [2607.0, 463.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTTCGTC\", \"ini\": 1471, \"clust\": 2868, \"rank\": 2167, \"rankvar\": 1118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2118, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 110, \"group\": [2873.0, 504.0, 70.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCAAGTAGTA\", \"ini\": 1470, \"clust\": 2702, \"rank\": 1971, \"rankvar\": 3270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1479, \"group\": [2703.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAAGGCTCC\", \"ini\": 1469, \"clust\": 13, \"rank\": 1994, \"rankvar\": 387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1903, \"group\": [14.0, 13.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTCCAGGG\", \"ini\": 1468, \"clust\": 1764, \"rank\": 1952, \"rankvar\": 1188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1480, \"group\": [1764.0, 365.0, 65.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGGCAGGTT\", \"ini\": 1467, \"clust\": 3186, \"rank\": 1857, \"rankvar\": 2788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3496, \"group\": [3186.0, 599.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCACGCGGT\", \"ini\": 1466, \"clust\": 1586, \"rank\": 2296, \"rankvar\": 1555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1481, \"group\": [1584.0, 272.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTACAGACG\", \"ini\": 1465, \"clust\": 1749, \"rank\": 2142, \"rankvar\": 1936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1482, \"group\": [1747.0, 355.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGATCTGAA\", \"ini\": 1464, \"clust\": 2876, \"rank\": 2391, \"rankvar\": 2217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2125, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3497, \"group\": [2876.0, 505.0, 71.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGACGACGT\", \"ini\": 1463, \"clust\": 3578, \"rank\": 2586, \"rankvar\": 3559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2126, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 111, \"group\": [3574.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATCATTC\", \"ini\": 1462, \"clust\": 1464, \"rank\": 2195, \"rankvar\": 1967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1483, \"group\": [1463.0, 241.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTTTATC\", \"ini\": 1461, \"clust\": 3006, \"rank\": 2000, \"rankvar\": 2952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3498, \"group\": [3006.0, 560.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGTCATCT\", \"ini\": 1460, \"clust\": 2694, \"rank\": 2043, \"rankvar\": 2674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2129, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1484, \"group\": [2695.0, 476.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCTATCCCG\", \"ini\": 1459, \"clust\": 1770, \"rank\": 2076, \"rankvar\": 2374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1485, \"group\": [1770.0, 368.0, 65.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACATCCGG\", \"ini\": 1458, \"clust\": 238, \"rank\": 1612, \"rankvar\": 3313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2131, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2710, \"group\": [239.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCAGTCGTGC\", \"ini\": 1457, \"clust\": 3454, \"rank\": 2349, \"rankvar\": 3533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 112, \"group\": [3459.0, 641.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTCCATGA\", \"ini\": 1456, \"clust\": 1598, \"rank\": 2060, \"rankvar\": 25, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1486, \"group\": [1599.0, 284.0, 48.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTGATAAAC\", \"ini\": 1455, \"clust\": 3559, \"rank\": 2472, \"rankvar\": 3555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2134, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 113, \"group\": [3561.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTTCAGCGC\", \"ini\": 1454, \"clust\": 3020, \"rank\": 1874, \"rankvar\": 2481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2135, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3499, \"group\": [3020.0, 564.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGTGAAC\", \"ini\": 1453, \"clust\": 1847, \"rank\": 2119, \"rankvar\": 88, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1487, \"group\": [1855.0, 398.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTTAAGAAC\", \"ini\": 1452, \"clust\": 1403, \"rank\": 2054, \"rankvar\": 695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1488, \"group\": [1402.0, 223.0, 40.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACTCGACG\", \"ini\": 1451, \"clust\": 2531, \"rank\": 2118, \"rankvar\": 466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1489, \"group\": [2533.0, 453.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGCATGCCTAA\", \"ini\": 1450, \"clust\": 1765, \"rank\": 2019, \"rankvar\": 893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1490, \"group\": [1765.0, 365.0, 65.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCTGCCAGG\", \"ini\": 1449, \"clust\": 3017, \"rank\": 2139, \"rankvar\": 2612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2140, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3500, \"group\": [3018.0, 564.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGATGAC\", \"ini\": 1448, \"clust\": 3504, \"rank\": 2410, \"rankvar\": 3552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2141, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 114, \"group\": [3502.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAGTCTTCC\", \"ini\": 1447, \"clust\": 1590, \"rank\": 2206, \"rankvar\": 1025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1491, \"group\": [1589.0, 275.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCCTAGAAC\", \"ini\": 1446, \"clust\": 2875, \"rank\": 2388, \"rankvar\": 2135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2143, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3501, \"group\": [2877.0, 505.0, 71.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGTCATCTGCC\", \"ini\": 1445, \"clust\": 1436, \"rank\": 2208, \"rankvar\": 1440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1492, \"group\": [1437.0, 237.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTAGAAAGG\", \"ini\": 1444, \"clust\": 2976, \"rank\": 2169, \"rankvar\": 3053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2145, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3502, \"group\": [2976.0, 548.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCGCATGGC\", \"ini\": 1443, \"clust\": 1844, \"rank\": 2175, \"rankvar\": 295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1493, \"group\": [1847.0, 395.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCATAACCTG\", \"ini\": 1442, \"clust\": 1304, \"rank\": 2174, \"rankvar\": 2931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2147, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1806, \"group\": [1304.0, 208.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGGGTAC\", \"ini\": 1441, \"clust\": 1488, \"rank\": 2241, \"rankvar\": 1479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2148, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1494, \"group\": [1490.0, 254.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCTTCGG\", \"ini\": 1440, \"clust\": 1741, \"rank\": 2160, \"rankvar\": 1238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1495, \"group\": [1741.0, 350.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGACTTTCG\", \"ini\": 1439, \"clust\": 3535, \"rank\": 2417, \"rankvar\": 3477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2150, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 115, \"group\": [3534.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAGAGGA\", \"ini\": 1438, \"clust\": 1477, \"rank\": 2128, \"rankvar\": 199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1496, \"group\": [1477.0, 249.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTAAAGTCA\", \"ini\": 1437, \"clust\": 2530, \"rank\": 2109, \"rankvar\": 96, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1497, \"group\": [2530.0, 452.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCTTGTCC\", \"ini\": 1436, \"clust\": 1737, \"rank\": 1877, \"rankvar\": 1779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1498, \"group\": [1736.0, 346.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCTCGT\", \"ini\": 1435, \"clust\": 1582, \"rank\": 2185, \"rankvar\": 851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1499, \"group\": [1581.0, 269.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCTTGAGAC\", \"ini\": 1434, \"clust\": 3586, \"rank\": 2486, \"rankvar\": 3523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2155, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 116, \"group\": [3587.0, 650.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTGGTCCC\", \"ini\": 1433, \"clust\": 6, \"rank\": 1998, \"rankvar\": 1749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1904, \"group\": [6.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTCTGAGA\", \"ini\": 1432, \"clust\": 2871, \"rank\": 2237, \"rankvar\": 2368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2157, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 117, \"group\": [2870.0, 501.0, 69.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAAACCTC\", \"ini\": 1431, \"clust\": 3401, \"rank\": 2317, \"rankvar\": 3428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2158, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3575, \"group\": [3400.0, 615.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAAGTACATGA\", \"ini\": 1430, \"clust\": 3246, \"rank\": 2123, \"rankvar\": 1292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3503, \"group\": [3248.0, 604.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACCGGGT\", \"ini\": 1429, \"clust\": 1478, \"rank\": 2189, \"rankvar\": 284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1500, \"group\": [1478.0, 249.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACGTCAAAGCG\", \"ini\": 1428, \"clust\": 1459, \"rank\": 2153, \"rankvar\": 1162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1501, \"group\": [1458.0, 241.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCAGTCCCT\", \"ini\": 1427, \"clust\": 1381, \"rank\": 1860, \"rankvar\": 3231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1807, \"group\": [1381.0, 212.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGACGAA\", \"ini\": 1426, \"clust\": 1812, \"rank\": 2210, \"rankvar\": 2324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1502, \"group\": [1819.0, 389.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAAGGGCT\", \"ini\": 1425, \"clust\": 1489, \"rank\": 2246, \"rankvar\": 1360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1503, \"group\": [1488.0, 253.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGCTACGA\", \"ini\": 1424, \"clust\": 3413, \"rank\": 2092, \"rankvar\": 3481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2165, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3576, \"group\": [3411.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGCTACCGC\", \"ini\": 1423, \"clust\": 1419, \"rank\": 2173, \"rankvar\": 166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1504, \"group\": [1418.0, 230.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGCGAAGGG\", \"ini\": 1422, \"clust\": 2859, \"rank\": 2057, \"rankvar\": 1065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1505, \"group\": [2859.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCCTAACC\", \"ini\": 1421, \"clust\": 3431, \"rank\": 2176, \"rankvar\": 3242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2168, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3561, \"group\": [3432.0, 628.0, 91.0, 21.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGACGAA\", \"ini\": 1420, \"clust\": 3037, \"rank\": 1912, \"rankvar\": 2681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3504, \"group\": [3038.0, 572.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGACACTAA\", \"ini\": 1419, \"clust\": 3577, \"rank\": 2570, \"rankvar\": 3525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2170, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 118, \"group\": [3576.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTTCCAACA\", \"ini\": 1418, \"clust\": 1546, \"rank\": 2199, \"rankvar\": 203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1506, \"group\": [1546.0, 263.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGTCTTTACGT\", \"ini\": 1417, \"clust\": 37, \"rank\": 1675, \"rankvar\": 2533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1905, \"group\": [37.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAATAAGCA\", \"ini\": 1416, \"clust\": 1564, \"rank\": 2379, \"rankvar\": 1218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1507, \"group\": [1565.0, 266.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGCTCCTTC\", \"ini\": 1415, \"clust\": 1727, \"rank\": 2075, \"rankvar\": 602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1508, \"group\": [1727.0, 337.0, 59.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGAAACGCC\", \"ini\": 1414, \"clust\": 1243, \"rank\": 2326, \"rankvar\": 3329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2175, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1808, \"group\": [1245.0, 195.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTTCTGAAC\", \"ini\": 1413, \"clust\": 244, \"rank\": 1651, \"rankvar\": 2692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2176, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2711, \"group\": [243.0, 66.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGTACGATA\", \"ini\": 1412, \"clust\": 3402, \"rank\": 2273, \"rankvar\": 3417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2177, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3577, \"group\": [3401.0, 615.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGCGAAGGG\", \"ini\": 1411, \"clust\": 1483, \"rank\": 2220, \"rankvar\": 217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1509, \"group\": [1487.0, 252.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAGACAAAT\", \"ini\": 1410, \"clust\": 3182, \"rank\": 1918, \"rankvar\": 3331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2179, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3505, \"group\": [3183.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTACCTC\", \"ini\": 1409, \"clust\": 1026, \"rank\": 2061, \"rankvar\": 523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1906, \"group\": [1027.0, 134.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCACAAGCCC\", \"ini\": 1408, \"clust\": 1221, \"rank\": 1574, \"rankvar\": 2122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1907, \"group\": [1222.0, 176.0, 28.0, 7.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTTGGTTTG\", \"ini\": 1407, \"clust\": 2748, \"rank\": 2141, \"rankvar\": 2063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1510, \"group\": [2748.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTGTCTCG\", \"ini\": 1406, \"clust\": 2872, \"rank\": 2261, \"rankvar\": 2410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2183, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 119, \"group\": [2868.0, 500.0, 69.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTATGTGC\", \"ini\": 1405, \"clust\": 3158, \"rank\": 2073, \"rankvar\": 3164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3506, \"group\": [3159.0, 597.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACCTATCC\", \"ini\": 1404, \"clust\": 1414, \"rank\": 2201, \"rankvar\": 432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1511, \"group\": [1420.0, 231.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAAGCTGAG\", \"ini\": 1403, \"clust\": 1735, \"rank\": 2042, \"rankvar\": 488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1512, \"group\": [1739.0, 348.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATGAAAC\", \"ini\": 1402, \"clust\": 3007, \"rank\": 2136, \"rankvar\": 2694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2187, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3507, \"group\": [3007.0, 560.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTGGGTA\", \"ini\": 1401, \"clust\": 3014, \"rank\": 2024, \"rankvar\": 1976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3508, \"group\": [3015.0, 562.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGTAACGG\", \"ini\": 1400, \"clust\": 1375, \"rank\": 2205, \"rankvar\": 2509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2189, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1809, \"group\": [1374.0, 210.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGTTGCCT\", \"ini\": 1399, \"clust\": 1315, \"rank\": 2168, \"rankvar\": 3233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2190, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1810, \"group\": [1313.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTAGTGAAT\", \"ini\": 1398, \"clust\": 3409, \"rank\": 2196, \"rankvar\": 3471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2191, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3578, \"group\": [3408.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCAAAGGCGT\", \"ini\": 1397, \"clust\": 1827, \"rank\": 2077, \"rankvar\": 72, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1513, \"group\": [1828.0, 392.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTCAGTCCTTC\", \"ini\": 1396, \"clust\": 1569, \"rank\": 2266, \"rankvar\": 470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1514, \"group\": [1568.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCACACCGAC\", \"ini\": 1395, \"clust\": 228, \"rank\": 1966, \"rankvar\": 3000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2712, \"group\": [229.0, 63.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGAATTCCC\", \"ini\": 1394, \"clust\": 2587, \"rank\": 2242, \"rankvar\": 457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1515, \"group\": [2588.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGGCTTGA\", \"ini\": 1393, \"clust\": 2987, \"rank\": 2229, \"rankvar\": 2425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3509, \"group\": [2986.0, 552.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCTCGATGA\", \"ini\": 1392, \"clust\": 38, \"rank\": 1644, \"rankvar\": 2643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1908, \"group\": [38.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATCCTAGA\", \"ini\": 1391, \"clust\": 1587, \"rank\": 2294, \"rankvar\": 2096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1516, \"group\": [1585.0, 272.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGCAGGTCA\", \"ini\": 1390, \"clust\": 100, \"rank\": 2228, \"rankvar\": 3490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2199, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 163, \"group\": [98.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGGAGTCTG\", \"ini\": 1389, \"clust\": 1048, \"rank\": 1836, \"rankvar\": 1762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1909, \"group\": [1053.0, 143.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAAGGGTCA\", \"ini\": 1388, \"clust\": 1291, \"rank\": 2190, \"rankvar\": 3412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2201, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1811, \"group\": [1292.0, 205.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCACCGCT\", \"ini\": 1387, \"clust\": 1738, \"rank\": 2010, \"rankvar\": 2689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1517, \"group\": [1737.0, 346.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCATCGGTTA\", \"ini\": 1386, \"clust\": 3579, \"rank\": 2656, \"rankvar\": 3547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2203, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 120, \"group\": [3575.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTCGACA\", \"ini\": 1385, \"clust\": 3010, \"rank\": 2122, \"rankvar\": 1724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3510, \"group\": [3013.0, 562.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGTTAACGA\", \"ini\": 1384, \"clust\": 3503, \"rank\": 2524, \"rankvar\": 3577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2205, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 121, \"group\": [3504.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGCGTAATA\", \"ini\": 1383, \"clust\": 1571, \"rank\": 2319, \"rankvar\": 874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1518, \"group\": [1570.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTGTCTGAT\", \"ini\": 1382, \"clust\": 3493, \"rank\": 2449, \"rankvar\": 3460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2207, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 122, \"group\": [3490.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGGCTCTC\", \"ini\": 1381, \"clust\": 1466, \"rank\": 2207, \"rankvar\": 1089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1519, \"group\": [1465.0, 241.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCATGAAC\", \"ini\": 1380, \"clust\": 1249, \"rank\": 2015, \"rankvar\": 3435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2209, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1812, \"group\": [1392.0, 217.0, 37.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTCAACC\", \"ini\": 1379, \"clust\": 1037, \"rank\": 2127, \"rankvar\": 1121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2210, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1910, \"group\": [1038.0, 138.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCCAGTG\", \"ini\": 1378, \"clust\": 1467, \"rank\": 2292, \"rankvar\": 499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1520, \"group\": [1583.0, 271.0, 44.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAGTTCAGTAC\", \"ini\": 1377, \"clust\": 2883, \"rank\": 2332, \"rankvar\": 3102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3511, \"group\": [2883.0, 509.0, 72.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTTCGTTGA\", \"ini\": 1376, \"clust\": 1563, \"rank\": 2278, \"rankvar\": 211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1521, \"group\": [1582.0, 270.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCAGATAAG\", \"ini\": 1375, \"clust\": 3184, \"rank\": 2166, \"rankvar\": 3056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3512, \"group\": [3185.0, 599.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGATGTTAG\", \"ini\": 1374, \"clust\": 1570, \"rank\": 2337, \"rankvar\": 713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1522, \"group\": [1569.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACCCATTC\", \"ini\": 1373, \"clust\": 197, \"rank\": 2009, \"rankvar\": 3399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2713, \"group\": [194.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACACATAACC\", \"ini\": 1372, \"clust\": 1424, \"rank\": 2240, \"rankvar\": 618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1523, \"group\": [1424.0, 232.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTGCCTTGG\", \"ini\": 1371, \"clust\": 1293, \"rank\": 2145, \"rankvar\": 3415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2218, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1813, \"group\": [1291.0, 205.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTTCATGT\", \"ini\": 1370, \"clust\": 1449, \"rank\": 2216, \"rankvar\": 223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1524, \"group\": [1452.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCACCATCCT\", \"ini\": 1369, \"clust\": 2975, \"rank\": 2235, \"rankvar\": 1830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2220, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3513, \"group\": [2978.0, 548.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCATCAGTCA\", \"ini\": 1368, \"clust\": 31, \"rank\": 1948, \"rankvar\": 676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1911, \"group\": [29.0, 23.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGGTGCAAC\", \"ini\": 1367, \"clust\": 1247, \"rank\": 2335, \"rankvar\": 3063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2222, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1814, \"group\": [1247.0, 197.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTCTAGCCG\", \"ini\": 1366, \"clust\": 1565, \"rank\": 2341, \"rankvar\": 1411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1525, \"group\": [1563.0, 266.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAGGCAGTA\", \"ini\": 1365, \"clust\": 3452, \"rank\": 2287, \"rankvar\": 3489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2224, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 123, \"group\": [3451.0, 637.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCGTTC\", \"ini\": 1364, \"clust\": 3000, \"rank\": 2234, \"rankvar\": 3205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3514, \"group\": [3004.0, 558.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAGCTGCA\", \"ini\": 1363, \"clust\": 1567, \"rank\": 2311, \"rankvar\": 285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1526, \"group\": [1566.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCACATAGACTC\", \"ini\": 1362, \"clust\": 1520, \"rank\": 2363, \"rankvar\": 698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1527, \"group\": [1518.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCGACG\", \"ini\": 1361, \"clust\": 1748, \"rank\": 2258, \"rankvar\": 441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1528, \"group\": [1749.0, 355.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCCCGGATG\", \"ini\": 1360, \"clust\": 3408, \"rank\": 2284, \"rankvar\": 3472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2229, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3579, \"group\": [3413.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGATATAC\", \"ini\": 1359, \"clust\": 1404, \"rank\": 2302, \"rankvar\": 942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1529, \"group\": [1405.0, 226.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACATGCCTTC\", \"ini\": 1358, \"clust\": 1248, \"rank\": 2352, \"rankvar\": 3382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1815, \"group\": [1248.0, 197.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGATGAGC\", \"ini\": 1357, \"clust\": 1458, \"rank\": 2248, \"rankvar\": 1909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1530, \"group\": [1466.0, 242.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCTCGGACG\", \"ini\": 1356, \"clust\": 3403, \"rank\": 2298, \"rankvar\": 3376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2233, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3580, \"group\": [3402.0, 615.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGAAACGAG\", \"ini\": 1355, \"clust\": 3557, \"rank\": 2569, \"rankvar\": 3560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2234, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 124, \"group\": [3556.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGAGGTAG\", \"ini\": 1354, \"clust\": 3494, \"rank\": 2635, \"rankvar\": 3541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2235, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 125, \"group\": [3491.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCACCT\", \"ini\": 1353, \"clust\": 32, \"rank\": 1911, \"rankvar\": 2272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2236, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1912, \"group\": [33.0, 24.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGAGGACGG\", \"ini\": 1352, \"clust\": 40, \"rank\": 1833, \"rankvar\": 2194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1913, \"group\": [40.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCGGAAATA\", \"ini\": 1351, \"clust\": 1475, \"rank\": 2197, \"rankvar\": 1529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1531, \"group\": [1475.0, 248.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGGTATG\", \"ini\": 1350, \"clust\": 3187, \"rank\": 1986, \"rankvar\": 3166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2239, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3515, \"group\": [3187.0, 599.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTATCATAAAGG\", \"ini\": 1349, \"clust\": 3410, \"rank\": 2222, \"rankvar\": 3464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2240, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3581, \"group\": [3406.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCAGCGATT\", \"ini\": 1348, \"clust\": 1558, \"rank\": 2318, \"rankvar\": 968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1532, \"group\": [1561.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACTAGAT\", \"ini\": 1347, \"clust\": 1566, \"rank\": 2355, \"rankvar\": 1629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1533, \"group\": [1564.0, 266.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGCTGCCCA\", \"ini\": 1346, \"clust\": 2866, \"rank\": 2327, \"rankvar\": 2783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2243, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 126, \"group\": [2866.0, 498.0, 68.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGCTAGGCA\", \"ini\": 1345, \"clust\": 11, \"rank\": 2217, \"rankvar\": 234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1914, \"group\": [11.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGAGAGCA\", \"ini\": 1344, \"clust\": 1452, \"rank\": 2279, \"rankvar\": 1578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1534, \"group\": [1467.0, 243.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACTCGGCCGAT\", \"ini\": 1343, \"clust\": 29, \"rank\": 2065, \"rankvar\": 1418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1915, \"group\": [30.0, 23.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCACCGTTGG\", \"ini\": 1342, \"clust\": 123, \"rank\": 2152, \"rankvar\": 2327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2247, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2714, \"group\": [123.0, 51.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCTACAGA\", \"ini\": 1341, \"clust\": 2700, \"rank\": 2157, \"rankvar\": 2332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2248, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1535, \"group\": [2701.0, 477.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATGCCAT\", \"ini\": 1340, \"clust\": 439, \"rank\": 2130, \"rankvar\": 269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1916, \"group\": [437.0, 104.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCACAGGT\", \"ini\": 1339, \"clust\": 3160, \"rank\": 1858, \"rankvar\": 3394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3516, \"group\": [3161.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCTGGTA\", \"ini\": 1338, \"clust\": 19, \"rank\": 2045, \"rankvar\": 1019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1917, \"group\": [20.0, 18.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCTATGCT\", \"ini\": 1337, \"clust\": 3021, \"rank\": 2087, \"rankvar\": 2106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2252, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3517, \"group\": [3021.0, 564.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGTCGATAA\", \"ini\": 1336, \"clust\": 1529, \"rank\": 2511, \"rankvar\": 2184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1536, \"group\": [1529.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCCCAACGG\", \"ini\": 1335, \"clust\": 1462, \"rank\": 2247, \"rankvar\": 915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1537, \"group\": [1461.0, 241.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGTGTGCC\", \"ini\": 1334, \"clust\": 33, \"rank\": 2021, \"rankvar\": 1993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1918, \"group\": [31.0, 24.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACCAGCAC\", \"ini\": 1333, \"clust\": 3018, \"rank\": 2236, \"rankvar\": 2523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3518, \"group\": [3019.0, 564.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGCACATG\", \"ini\": 1332, \"clust\": 1038, \"rank\": 2138, \"rankvar\": 259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1919, \"group\": [1039.0, 138.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGGAACGG\", \"ini\": 1331, \"clust\": 3551, \"rank\": 2512, \"rankvar\": 3530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2258, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 127, \"group\": [3550.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACGAAT\", \"ini\": 1330, \"clust\": 90, \"rank\": 2120, \"rankvar\": 622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3519, \"group\": [90.0, 41.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTTGATTGC\", \"ini\": 1329, \"clust\": 2878, \"rank\": 2525, \"rankvar\": 2482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2260, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3520, \"group\": [2875.0, 505.0, 71.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACAGTAACGG\", \"ini\": 1328, \"clust\": 198, \"rank\": 2115, \"rankvar\": 3466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2715, \"group\": [195.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCACCTTAT\", \"ini\": 1327, \"clust\": 1468, \"rank\": 2340, \"rankvar\": 1751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1538, \"group\": [1470.0, 245.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAGCCTA\", \"ini\": 1326, \"clust\": 1479, \"rank\": 2328, \"rankvar\": 370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1539, \"group\": [1479.0, 250.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAAGGTTTC\", \"ini\": 1325, \"clust\": 1574, \"rank\": 2415, \"rankvar\": 877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1540, \"group\": [1572.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTCTCTTTA\", \"ini\": 1324, \"clust\": 1305, \"rank\": 2191, \"rankvar\": 2979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2265, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1816, \"group\": [1305.0, 208.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGAGCCAA\", \"ini\": 1323, \"clust\": 1430, \"rank\": 2272, \"rankvar\": 1430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1541, \"group\": [1432.0, 236.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCATGAAC\", \"ini\": 1322, \"clust\": 1486, \"rank\": 2257, \"rankvar\": 216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1542, \"group\": [1485.0, 251.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCGTACAA\", \"ini\": 1321, \"clust\": 196, \"rank\": 2099, \"rankvar\": 3413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2268, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2716, \"group\": [196.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTAAGAGAG\", \"ini\": 1320, \"clust\": 1438, \"rank\": 2364, \"rankvar\": 1602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2269, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1543, \"group\": [1438.0, 237.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACACTGTCGG\", \"ini\": 1319, \"clust\": 3399, \"rank\": 2395, \"rankvar\": 3280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2270, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3582, \"group\": [3403.0, 615.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTGTAAGTA\", \"ini\": 1318, \"clust\": 1481, \"rank\": 2280, \"rankvar\": 855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1544, \"group\": [1481.0, 250.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTGCAAG\", \"ini\": 1317, \"clust\": 1568, \"rank\": 2367, \"rankvar\": 236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1545, \"group\": [1567.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGATCGCA\", \"ini\": 1316, \"clust\": 3485, \"rank\": 2476, \"rankvar\": 3397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2273, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 128, \"group\": [3589.0, 652.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACAGTCAGCC\", \"ini\": 1315, \"clust\": 2969, \"rank\": 2286, \"rankvar\": 659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2274, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3521, \"group\": [2975.0, 547.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAGCCTAT\", \"ini\": 1314, \"clust\": 1510, \"rank\": 2392, \"rankvar\": 969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1546, \"group\": [1512.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTTATTCTC\", \"ini\": 1313, \"clust\": 185, \"rank\": 2212, \"rankvar\": 2575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2717, \"group\": [189.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGACAGACACTT\", \"ini\": 1312, \"clust\": 1503, \"rank\": 2418, \"rankvar\": 702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1547, \"group\": [1509.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCAGTGTTG\", \"ini\": 1311, \"clust\": 2989, \"rank\": 2252, \"rankvar\": 2939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2278, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3522, \"group\": [2989.0, 552.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTGATTCG\", \"ini\": 1310, \"clust\": 1754, \"rank\": 2322, \"rankvar\": 2216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1548, \"group\": [1753.0, 357.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGAGGCTA\", \"ini\": 1309, \"clust\": 1484, \"rank\": 2310, \"rankvar\": 274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1549, \"group\": [1483.0, 251.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCCTTAATC\", \"ini\": 1308, \"clust\": 1239, \"rank\": 2360, \"rankvar\": 2933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2281, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1817, \"group\": [1240.0, 193.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTATCTCG\", \"ini\": 1307, \"clust\": 1506, \"rank\": 2407, \"rankvar\": 1011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1550, \"group\": [1505.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGCCAGTAG\", \"ini\": 1306, \"clust\": 1579, \"rank\": 2357, \"rankvar\": 1272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1551, \"group\": [1577.0, 269.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCCAGTAG\", \"ini\": 1305, \"clust\": 190, \"rank\": 2159, \"rankvar\": 3420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2284, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2718, \"group\": [202.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTTACCAGT\", \"ini\": 1304, \"clust\": 1750, \"rank\": 2301, \"rankvar\": 469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1552, \"group\": [1748.0, 355.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGCGAGT\", \"ini\": 1303, \"clust\": 1554, \"rank\": 2414, \"rankvar\": 2453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1553, \"group\": [1562.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATGCGT\", \"ini\": 1302, \"clust\": 1585, \"rank\": 2455, \"rankvar\": 1123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1554, \"group\": [1586.0, 273.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGTTCCTA\", \"ini\": 1301, \"clust\": 1472, \"rank\": 2329, \"rankvar\": 148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1555, \"group\": [1473.0, 246.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAAGCGCTC\", \"ini\": 1300, \"clust\": 2982, \"rank\": 2316, \"rankvar\": 2685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2289, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3523, \"group\": [2985.0, 551.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGTTCCTA\", \"ini\": 1299, \"clust\": 1102, \"rank\": 1974, \"rankvar\": 2887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2290, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1920, \"group\": [1111.0, 152.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCTGGAGA\", \"ini\": 1298, \"clust\": 1416, \"rank\": 2290, \"rankvar\": 373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1556, \"group\": [1415.0, 230.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCAGGCTGAA\", \"ini\": 1297, \"clust\": 1560, \"rank\": 2416, \"rankvar\": 1129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1557, \"group\": [1559.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGAAAT\", \"ini\": 1296, \"clust\": 1040, \"rank\": 2105, \"rankvar\": 884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1921, \"group\": [1040.0, 139.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTTTACA\", \"ini\": 1295, \"clust\": 3491, \"rank\": 2688, \"rankvar\": 3564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2294, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 129, \"group\": [3501.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGATCCTAGGGC\", \"ini\": 1294, \"clust\": 2884, \"rank\": 2478, \"rankvar\": 3024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2295, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3524, \"group\": [2884.0, 509.0, 72.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTTGTGTG\", \"ini\": 1293, \"clust\": 3453, \"rank\": 2459, \"rankvar\": 3379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2296, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 130, \"group\": [3452.0, 637.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCTAACGT\", \"ini\": 1292, \"clust\": 1046, \"rank\": 2038, \"rankvar\": 785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1922, \"group\": [1046.0, 142.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACTGAC\", \"ini\": 1291, \"clust\": 1397, \"rank\": 2135, \"rankvar\": 2183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1558, \"group\": [1397.0, 219.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCATGAAC\", \"ini\": 1290, \"clust\": 2983, \"rank\": 2438, \"rankvar\": 3286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3525, \"group\": [2983.0, 551.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGATGGCA\", \"ini\": 1289, \"clust\": 232, \"rank\": 1889, \"rankvar\": 3424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2719, \"group\": [232.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCTTGTACT\", \"ini\": 1288, \"clust\": 2971, \"rank\": 2547, \"rankvar\": 3345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2301, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3526, \"group\": [2970.0, 546.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTGAGGGAG\", \"ini\": 1287, \"clust\": 1298, \"rank\": 2434, \"rankvar\": 3263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2302, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1818, \"group\": [1297.0, 207.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGACAGGCT\", \"ini\": 1286, \"clust\": 1572, \"rank\": 2419, \"rankvar\": 1377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1559, \"group\": [1571.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAACACCA\", \"ini\": 1285, \"clust\": 124, \"rank\": 2254, \"rankvar\": 2543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2304, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2720, \"group\": [124.0, 51.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCTAGGTT\", \"ini\": 1284, \"clust\": 3392, \"rank\": 2282, \"rankvar\": 3418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2305, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3562, \"group\": [3394.0, 613.0, 84.0, 18.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCTCTCGT\", \"ini\": 1283, \"clust\": 119, \"rank\": 2101, \"rankvar\": 3183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2306, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2721, \"group\": [120.0, 49.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTTCCACGG\", \"ini\": 1282, \"clust\": 9, \"rank\": 2245, \"rankvar\": 363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1923, \"group\": [12.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACATCTCCCA\", \"ini\": 1281, \"clust\": 1492, \"rank\": 2304, \"rankvar\": 1911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1560, \"group\": [1492.0, 256.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAGGGCATA\", \"ini\": 1280, \"clust\": 1290, \"rank\": 2268, \"rankvar\": 3359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2309, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1819, \"group\": [1293.0, 205.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCGTTTA\", \"ini\": 1279, \"clust\": 16, \"rank\": 2158, \"rankvar\": 2977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2310, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1837, \"group\": [16.0, 14.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGGGTT\", \"ini\": 1278, \"clust\": 1480, \"rank\": 2324, \"rankvar\": 445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1561, \"group\": [1480.0, 250.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCTAGTCA\", \"ini\": 1277, \"clust\": 1393, \"rank\": 2106, \"rankvar\": 1553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1562, \"group\": [1393.0, 218.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTATCCTAAGTG\", \"ini\": 1276, \"clust\": 2986, \"rank\": 2333, \"rankvar\": 2325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2313, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3527, \"group\": [2988.0, 552.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTACGACT\", \"ini\": 1275, \"clust\": 3576, \"rank\": 2717, \"rankvar\": 3543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2314, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 131, \"group\": [3573.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAATCA\", \"ini\": 1274, \"clust\": 1041, \"rank\": 2090, \"rankvar\": 1177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2315, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1924, \"group\": [1041.0, 139.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCACCGGGT\", \"ini\": 1273, \"clust\": 87, \"rank\": 2063, \"rankvar\": 262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1925, \"group\": [88.0, 39.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTAAGACA\", \"ini\": 1272, \"clust\": 3396, \"rank\": 2343, \"rankvar\": 3422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2317, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3583, \"group\": [3398.0, 615.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCTCTCTG\", \"ini\": 1271, \"clust\": 1501, \"rank\": 2446, \"rankvar\": 1119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1563, \"group\": [1501.0, 258.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGCAGTA\", \"ini\": 1270, \"clust\": 1576, \"rank\": 2369, \"rankvar\": 735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1564, \"group\": [1575.0, 268.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCGACTAT\", \"ini\": 1269, \"clust\": 1439, \"rank\": 2463, \"rankvar\": 1046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1565, \"group\": [1439.0, 237.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTCAGGCC\", \"ini\": 1268, \"clust\": 1417, \"rank\": 2321, \"rankvar\": 230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1566, \"group\": [1416.0, 230.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGGTAAG\", \"ini\": 1267, \"clust\": 2977, \"rank\": 2274, \"rankvar\": 2397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3528, \"group\": [2977.0, 548.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCAACGAAA\", \"ini\": 1266, \"clust\": 1526, \"rank\": 2526, \"rankvar\": 723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1567, \"group\": [1528.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGTCCGGTC\", \"ini\": 1265, \"clust\": 419, \"rank\": 2188, \"rankvar\": 670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2324, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1926, \"group\": [418.0, 100.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGGTGCAAC\", \"ini\": 1264, \"clust\": 3448, \"rank\": 2493, \"rankvar\": 3485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2325, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1568, \"group\": [3448.0, 635.0, 93.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTTATCGGT\", \"ini\": 1263, \"clust\": 1555, \"rank\": 2428, \"rankvar\": 666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1569, \"group\": [1556.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAACAGTCGATT\", \"ini\": 1262, \"clust\": 91, \"rank\": 2034, \"rankvar\": 2036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2327, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3529, \"group\": [91.0, 41.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTAGGGTAC\", \"ini\": 1261, \"clust\": 1580, \"rank\": 2381, \"rankvar\": 232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1570, \"group\": [1578.0, 269.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCATGCTAGT\", \"ini\": 1260, \"clust\": 435, \"rank\": 2184, \"rankvar\": 1948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1927, \"group\": [440.0, 104.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAACGCACC\", \"ini\": 1259, \"clust\": 213, \"rank\": 1995, \"rankvar\": 3176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2330, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2722, \"group\": [213.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAACTGCTA\", \"ini\": 1258, \"clust\": 2978, \"rank\": 2338, \"rankvar\": 3169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2331, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3530, \"group\": [2979.0, 549.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTCACTTCC\", \"ini\": 1257, \"clust\": 3016, \"rank\": 2233, \"rankvar\": 3295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3531, \"group\": [3017.0, 563.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGAGACG\", \"ini\": 1256, \"clust\": 2991, \"rank\": 2308, \"rankvar\": 2877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3532, \"group\": [2992.0, 553.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTCAAACAACA\", \"ini\": 1255, \"clust\": 1577, \"rank\": 2399, \"rankvar\": 1859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1571, \"group\": [1576.0, 268.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAGCTCTC\", \"ini\": 1254, \"clust\": 3393, \"rank\": 2405, \"rankvar\": 3442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2335, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3563, \"group\": [3392.0, 613.0, 84.0, 18.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCCATGAAC\", \"ini\": 1253, \"clust\": 1487, \"rank\": 2356, \"rankvar\": 198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2336, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1572, \"group\": [1486.0, 251.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGAGGTTAT\", \"ini\": 1252, \"clust\": 1490, \"rank\": 2464, \"rankvar\": 1625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2337, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1573, \"group\": [1489.0, 253.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCGAGGTAG\", \"ini\": 1251, \"clust\": 1427, \"rank\": 2353, \"rankvar\": 546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1574, \"group\": [1428.0, 235.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGCGTTA\", \"ini\": 1250, \"clust\": 1578, \"rank\": 2423, \"rankvar\": 2087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1575, \"group\": [1579.0, 269.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTTGGGCC\", \"ini\": 1249, \"clust\": 101, \"rank\": 2270, \"rankvar\": 3431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2340, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 164, \"group\": [99.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCTCTTAT\", \"ini\": 1248, \"clust\": 1428, \"rank\": 2359, \"rankvar\": 1587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1576, \"group\": [1429.0, 235.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGTTAGA\", \"ini\": 1247, \"clust\": 1561, \"rank\": 2444, \"rankvar\": 1922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2342, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1577, \"group\": [1557.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCACATGCA\", \"ini\": 1246, \"clust\": 1493, \"rank\": 2430, \"rankvar\": 1527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1578, \"group\": [1495.0, 257.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGAGTGACC\", \"ini\": 1245, \"clust\": 1051, \"rank\": 2133, \"rankvar\": 1885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1928, \"group\": [1049.0, 143.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCATGCAATC\", \"ini\": 1244, \"clust\": 2979, \"rank\": 2214, \"rankvar\": 3238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3533, \"group\": [2980.0, 549.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAGTACGCACC\", \"ini\": 1243, \"clust\": 88, \"rank\": 1908, \"rankvar\": 2066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1929, \"group\": [89.0, 40.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGACGAAA\", \"ini\": 1242, \"clust\": 1064, \"rank\": 2144, \"rankvar\": 2382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2347, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1930, \"group\": [1065.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTGCACGAA\", \"ini\": 1241, \"clust\": 1511, \"rank\": 2610, \"rankvar\": 2112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1579, \"group\": [1510.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTCTTATG\", \"ini\": 1240, \"clust\": 1517, \"rank\": 2516, \"rankvar\": 1191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1580, \"group\": [1516.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCCGGCACA\", \"ini\": 1239, \"clust\": 3536, \"rank\": 2722, \"rankvar\": 3578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2350, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 132, \"group\": [3535.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCAGTTATCGC\", \"ini\": 1238, \"clust\": 449, \"rank\": 2219, \"rankvar\": 518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1931, \"group\": [449.0, 106.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTTCGATGAGG\", \"ini\": 1237, \"clust\": 230, \"rank\": 2031, \"rankvar\": 3419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2352, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2723, \"group\": [228.0, 63.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGGATGGG\", \"ini\": 1236, \"clust\": 2970, \"rank\": 2488, \"rankvar\": 2403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3534, \"group\": [2972.0, 546.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCAGACACTT\", \"ini\": 1235, \"clust\": 440, \"rank\": 2183, \"rankvar\": 1209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1932, \"group\": [438.0, 104.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTACCATCA\", \"ini\": 1234, \"clust\": 3552, \"rank\": 2604, \"rankvar\": 3548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2355, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 133, \"group\": [3551.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGTAGCTG\", \"ini\": 1233, \"clust\": 1547, \"rank\": 2380, \"rankvar\": 281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1581, \"group\": [1547.0, 263.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCACTCAGGC\", \"ini\": 1232, \"clust\": 1469, \"rank\": 2469, \"rankvar\": 684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1582, \"group\": [1468.0, 244.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGGTTTCA\", \"ini\": 1231, \"clust\": 436, \"rank\": 2253, \"rankvar\": 571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1933, \"group\": [439.0, 104.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGACTAGGC\", \"ini\": 1230, \"clust\": 3449, \"rank\": 2376, \"rankvar\": 3396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1583, \"group\": [3449.0, 635.0, 93.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATTATCTC\", \"ini\": 1229, \"clust\": 3558, \"rank\": 2738, \"rankvar\": 3580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2360, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 134, \"group\": [3557.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATACGCCG\", \"ini\": 1228, \"clust\": 1470, \"rank\": 2445, \"rankvar\": 62, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1584, \"group\": [1469.0, 244.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGGGCACTA\", \"ini\": 1227, \"clust\": 3505, \"rank\": 2693, \"rankvar\": 3572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2362, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 135, \"group\": [3503.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCGAGCCA\", \"ini\": 1226, \"clust\": 3532, \"rank\": 2748, \"rankvar\": 3576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2363, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 136, \"group\": [3531.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATGAAAC\", \"ini\": 1225, \"clust\": 2994, \"rank\": 2466, \"rankvar\": 3285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2364, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3535, \"group\": [2994.0, 553.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGCTGCAC\", \"ini\": 1224, \"clust\": 1476, \"rank\": 2413, \"rankvar\": 589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1585, \"group\": [1476.0, 248.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCTCTGAGA\", \"ini\": 1223, \"clust\": 1394, \"rank\": 2150, \"rankvar\": 3087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1586, \"group\": [1394.0, 218.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCTCTACGAGT\", \"ini\": 1222, \"clust\": 1573, \"rank\": 2590, \"rankvar\": 1285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1587, \"group\": [1574.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTTCCACAA\", \"ini\": 1221, \"clust\": 3538, \"rank\": 2910, \"rankvar\": 3579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2368, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 137, \"group\": [3537.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCCAAAGTC\", \"ini\": 1220, \"clust\": 1534, \"rank\": 2480, \"rankvar\": 601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1588, \"group\": [1534.0, 261.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTCCGTTAA\", \"ini\": 1219, \"clust\": 1405, \"rank\": 2568, \"rankvar\": 1112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2370, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1589, \"group\": [1406.0, 226.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTTGTCTTT\", \"ini\": 1218, \"clust\": 2997, \"rank\": 2396, \"rankvar\": 3039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2371, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3536, \"group\": [2997.0, 554.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGAGTGACC\", \"ini\": 1217, \"clust\": 2874, \"rank\": 2628, \"rankvar\": 797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1590, \"group\": [2878.0, 506.0, 71.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAACAATC\", \"ini\": 1216, \"clust\": 1460, \"rank\": 2351, \"rankvar\": 2314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1591, \"group\": [1459.0, 241.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAGATCTGT\", \"ini\": 1215, \"clust\": 1301, \"rank\": 2491, \"rankvar\": 3322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1820, \"group\": [1301.0, 207.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCGAAAGC\", \"ini\": 1214, \"clust\": 1530, \"rank\": 2543, \"rankvar\": 805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1592, \"group\": [1530.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTATCGCC\", \"ini\": 1213, \"clust\": 1065, \"rank\": 2209, \"rankvar\": 1135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1934, \"group\": [1066.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCTGCGAA\", \"ini\": 1212, \"clust\": 3005, \"rank\": 2420, \"rankvar\": 3268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2377, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3537, \"group\": [3008.0, 560.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCACGACTA\", \"ini\": 1211, \"clust\": 1047, \"rank\": 2162, \"rankvar\": 1510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1935, \"group\": [1047.0, 142.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTCCATGA\", \"ini\": 1210, \"clust\": 248, \"rank\": 1856, \"rankvar\": 3299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2379, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2724, \"group\": [249.0, 69.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAGGTGGAT\", \"ini\": 1209, \"clust\": 1059, \"rank\": 2107, \"rankvar\": 2244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2380, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1936, \"group\": [1060.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTCCTCTTG\", \"ini\": 1208, \"clust\": 1551, \"rank\": 2439, \"rankvar\": 149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1593, \"group\": [1553.0, 264.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATACGCT\", \"ini\": 1207, \"clust\": 116, \"rank\": 2264, \"rankvar\": 778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2382, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1937, \"group\": [117.0, 48.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAGTGCAT\", \"ini\": 1206, \"clust\": 401, \"rank\": 2456, \"rankvar\": 774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2383, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1938, \"group\": [404.0, 94.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCGAACGGA\", \"ini\": 1205, \"clust\": 1049, \"rank\": 2151, \"rankvar\": 1642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1939, \"group\": [1052.0, 143.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTGGAGTC\", \"ini\": 1204, \"clust\": 1236, \"rank\": 2540, \"rankvar\": 3098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2385, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1821, \"group\": [1237.0, 191.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGCTAGTGG\", \"ini\": 1203, \"clust\": 3537, \"rank\": 2768, \"rankvar\": 3581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2386, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 138, \"group\": [3536.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTGTGGCA\", \"ini\": 1202, \"clust\": 1527, \"rank\": 2527, \"rankvar\": 608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1594, \"group\": [1526.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAGATTAG\", \"ini\": 1201, \"clust\": 3548, \"rank\": 2841, \"rankvar\": 3558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 139, \"group\": [3547.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTAGAGGACGG\", \"ini\": 1200, \"clust\": 406, \"rank\": 2330, \"rankvar\": 188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1940, \"group\": [406.0, 96.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGCACCCATGG\", \"ini\": 1199, \"clust\": 1054, \"rank\": 2193, \"rankvar\": 935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1941, \"group\": [1058.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCACGAAGG\", \"ini\": 1198, \"clust\": 2985, \"rank\": 2390, \"rankvar\": 2849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2391, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3538, \"group\": [2991.0, 552.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCTGTAGA\", \"ini\": 1197, \"clust\": 84, \"rank\": 2111, \"rankvar\": 1652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1942, \"group\": [87.0, 38.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGATCCTGT\", \"ini\": 1196, \"clust\": 416, \"rank\": 2227, \"rankvar\": 2241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2393, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1943, \"group\": [422.0, 100.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCATGCAAC\", \"ini\": 1195, \"clust\": 1482, \"rank\": 2452, \"rankvar\": 175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2394, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1595, \"group\": [1482.0, 250.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGTAGT\", \"ini\": 1194, \"clust\": 0, \"rank\": 2289, \"rankvar\": 334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2395, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1944, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATCCCGC\", \"ini\": 1193, \"clust\": 1055, \"rank\": 2186, \"rankvar\": 1452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2396, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1945, \"group\": [1054.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTAAATACG\", \"ini\": 1192, \"clust\": 28, \"rank\": 2198, \"rankvar\": 2644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1946, \"group\": [34.0, 25.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGTGTCCAT\", \"ini\": 1191, \"clust\": 1512, \"rank\": 2727, \"rankvar\": 2263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1596, \"group\": [1511.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTAGCTTGT\", \"ini\": 1190, \"clust\": 25, \"rank\": 2192, \"rankvar\": 2520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1947, \"group\": [25.0, 21.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGACGCTTT\", \"ini\": 1189, \"clust\": 1507, \"rank\": 2580, \"rankvar\": 1215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1597, \"group\": [1506.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGGTGGGTT\", \"ini\": 1188, \"clust\": 2990, \"rank\": 2323, \"rankvar\": 3208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2401, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3539, \"group\": [2990.0, 552.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCCGTTGCT\", \"ini\": 1187, \"clust\": 2873, \"rank\": 2630, \"rankvar\": 3173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2402, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 140, \"group\": [2869.0, 500.0, 69.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACGCCAGT\", \"ini\": 1186, \"clust\": 399, \"rank\": 2281, \"rankvar\": 536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1948, \"group\": [399.0, 93.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCAAGTAC\", \"ini\": 1185, \"clust\": 34, \"rank\": 2202, \"rankvar\": 2734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1949, \"group\": [32.0, 24.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTCCAGTAT\", \"ini\": 1184, \"clust\": 1521, \"rank\": 2556, \"rankvar\": 962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1598, \"group\": [1519.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTTCCACAA\", \"ini\": 1183, \"clust\": 1062, \"rank\": 2215, \"rankvar\": 2141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1950, \"group\": [1062.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCAATAAGG\", \"ini\": 1182, \"clust\": 2995, \"rank\": 2460, \"rankvar\": 2880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3540, \"group\": [2995.0, 553.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTTTACGT\", \"ini\": 1181, \"clust\": 3533, \"rank\": 2864, \"rankvar\": 3575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2408, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 141, \"group\": [3532.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAAAGTCAA\", \"ini\": 1180, \"clust\": 1524, \"rank\": 2612, \"rankvar\": 384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1599, \"group\": [1524.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTGTCATGCAT\", \"ini\": 1179, \"clust\": 1552, \"rank\": 2503, \"rankvar\": 146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1600, \"group\": [1551.0, 264.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGTAAACT\", \"ini\": 1178, \"clust\": 688, \"rank\": 2331, \"rankvar\": 711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2411, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1951, \"group\": [704.0, 120.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCGTACGGC\", \"ini\": 1177, \"clust\": 1514, \"rank\": 2589, \"rankvar\": 568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1601, \"group\": [1513.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCAATAAGG\", \"ini\": 1176, \"clust\": 3463, \"rank\": 2880, \"rankvar\": 3409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2413, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 142, \"group\": [3462.0, 643.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTTTGCGT\", \"ini\": 1175, \"clust\": 1109, \"rank\": 2265, \"rankvar\": 521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1952, \"group\": [1108.0, 150.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCAGGTCA\", \"ini\": 1174, \"clust\": 3412, \"rank\": 2370, \"rankvar\": 3483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2415, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3584, \"group\": [3412.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCAGTGGA\", \"ini\": 1173, \"clust\": 2996, \"rank\": 2230, \"rankvar\": 2888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2416, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3541, \"group\": [2999.0, 556.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGATGGAA\", \"ini\": 1172, \"clust\": 1, \"rank\": 2259, \"rankvar\": 1419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2417, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1953, \"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGAATAGGG\", \"ini\": 1171, \"clust\": 2869, \"rank\": 2549, \"rankvar\": 2615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2418, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3542, \"group\": [2872.0, 503.0, 69.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAATAAGCA\", \"ini\": 1170, \"clust\": 1039, \"rank\": 2239, \"rankvar\": 913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1954, \"group\": [1042.0, 140.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCATGAGCGA\", \"ini\": 1169, \"clust\": 1043, \"rank\": 2179, \"rankvar\": 1628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2420, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1955, \"group\": [1043.0, 141.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTCTCACCT\", \"ini\": 1168, \"clust\": 1508, \"rank\": 2572, \"rankvar\": 1087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1602, \"group\": [1507.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCATGGTAGG\", \"ini\": 1167, \"clust\": 1556, \"rank\": 2587, \"rankvar\": 1383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1603, \"group\": [1554.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGGCATGT\", \"ini\": 1166, \"clust\": 20, \"rank\": 2211, \"rankvar\": 2426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2423, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1956, \"group\": [21.0, 19.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGACACG\", \"ini\": 1165, \"clust\": 1559, \"rank\": 2659, \"rankvar\": 1443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1604, \"group\": [1560.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCATGCCG\", \"ini\": 1164, \"clust\": 195, \"rank\": 2224, \"rankvar\": 3469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2425, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2725, \"group\": [197.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGTGG\", \"ini\": 1163, \"clust\": 2980, \"rank\": 2601, \"rankvar\": 3304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2426, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3543, \"group\": [2981.0, 550.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTATAGGGC\", \"ini\": 1162, \"clust\": 1485, \"rank\": 2497, \"rankvar\": 427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1605, \"group\": [1484.0, 251.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATGGGAAC\", \"ini\": 1161, \"clust\": 1553, \"rank\": 2496, \"rankvar\": 501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1606, \"group\": [1552.0, 264.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACATAACC\", \"ini\": 1160, \"clust\": 1411, \"rank\": 2479, \"rankvar\": 2593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1607, \"group\": [1410.0, 228.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTCTCTTTA\", \"ini\": 1159, \"clust\": 1532, \"rank\": 2703, \"rankvar\": 1815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1608, \"group\": [1531.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTTAGAACA\", \"ini\": 1158, \"clust\": 2881, \"rank\": 2546, \"rankvar\": 2726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2431, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3544, \"group\": [2881.0, 508.0, 72.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTGCTGCC\", \"ini\": 1157, \"clust\": 1542, \"rank\": 2736, \"rankvar\": 1036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1609, \"group\": [1541.0, 262.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTGCTAGCC\", \"ini\": 1156, \"clust\": 1557, \"rank\": 2683, \"rankvar\": 1167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1610, \"group\": [1555.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGATCTGAA\", \"ini\": 1155, \"clust\": 1473, \"rank\": 2564, \"rankvar\": 612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2434, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1611, \"group\": [1471.0, 246.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAATACAG\", \"ini\": 1154, \"clust\": 1513, \"rank\": 2706, \"rankvar\": 557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1612, \"group\": [1515.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAACTGCGC\", \"ini\": 1153, \"clust\": 1494, \"rank\": 2671, \"rankvar\": 1448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1613, \"group\": [1493.0, 257.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCATAGCAC\", \"ini\": 1152, \"clust\": 1042, \"rank\": 2225, \"rankvar\": 1509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1957, \"group\": [1045.0, 141.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGCTGGAAC\", \"ini\": 1151, \"clust\": 1504, \"rank\": 2665, \"rankvar\": 1601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1614, \"group\": [1503.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGATCCTAGTGA\", \"ini\": 1150, \"clust\": 1495, \"rank\": 2597, \"rankvar\": 1040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1615, \"group\": [1494.0, 257.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCAGCGTA\", \"ini\": 1149, \"clust\": 85, \"rank\": 2187, \"rankvar\": 1530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2440, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1958, \"group\": [85.0, 36.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACACTTACGA\", \"ini\": 1148, \"clust\": 1057, \"rank\": 2262, \"rankvar\": 1113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2441, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1959, \"group\": [1056.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCACTCCA\", \"ini\": 1147, \"clust\": 1575, \"rank\": 2682, \"rankvar\": 2284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1616, \"group\": [1573.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGCAGTCA\", \"ini\": 1146, \"clust\": 423, \"rank\": 2283, \"rankvar\": 630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1960, \"group\": [428.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTGGGTTG\", \"ini\": 1145, \"clust\": 89, \"rank\": 2354, \"rankvar\": 2330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3545, \"group\": [92.0, 42.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCTCCGGTT\", \"ini\": 1144, \"clust\": 420, \"rank\": 2285, \"rankvar\": 2065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2445, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1961, \"group\": [419.0, 100.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGTTCTG\", \"ini\": 1143, \"clust\": 3406, \"rank\": 2583, \"rankvar\": 3389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2446, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3585, \"group\": [3404.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCAGATCTGCT\", \"ini\": 1142, \"clust\": 2882, \"rank\": 2650, \"rankvar\": 3036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3546, \"group\": [2882.0, 508.0, 72.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGATGTAAC\", \"ini\": 1141, \"clust\": 3411, \"rank\": 2509, \"rankvar\": 3443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2448, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3586, \"group\": [3407.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATGAAAC\", \"ini\": 1140, \"clust\": 1541, \"rank\": 2691, \"rankvar\": 475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2449, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1617, \"group\": [1543.0, 262.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGCGCTTAT\", \"ini\": 1139, \"clust\": 3404, \"rank\": 2561, \"rankvar\": 3410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2450, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3587, \"group\": [3415.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTACTCGCG\", \"ini\": 1138, \"clust\": 1035, \"rank\": 2293, \"rankvar\": 1874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2451, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1962, \"group\": [1035.0, 137.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAAGCCGCT\", \"ini\": 1137, \"clust\": 1050, \"rank\": 2200, \"rankvar\": 2727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2452, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1963, \"group\": [1051.0, 143.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCGCCTCA\", \"ini\": 1136, \"clust\": 1518, \"rank\": 2771, \"rankvar\": 1732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1618, \"group\": [1517.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGCCATCGC\", \"ini\": 1135, \"clust\": 2993, \"rank\": 2433, \"rankvar\": 2544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3547, \"group\": [2996.0, 553.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTTAGTGGG\", \"ini\": 1134, \"clust\": 1240, \"rank\": 2648, \"rankvar\": 3196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2455, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1822, \"group\": [1241.0, 194.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAATCTGCA\", \"ini\": 1133, \"clust\": 1505, \"rank\": 2756, \"rankvar\": 2116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1619, \"group\": [1504.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCACGACG\", \"ini\": 1132, \"clust\": 1392, \"rank\": 2307, \"rankvar\": 1173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1620, \"group\": [1400.0, 222.0, 39.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTTAGGTA\", \"ini\": 1131, \"clust\": 1549, \"rank\": 2711, \"rankvar\": 682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1621, \"group\": [1548.0, 264.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAATCTGCGGCA\", \"ini\": 1130, \"clust\": 94, \"rank\": 2532, \"rankvar\": 2538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2459, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 165, \"group\": [93.0, 43.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGCGACAT\", \"ini\": 1129, \"clust\": 1107, \"rank\": 2300, \"rankvar\": 2587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2460, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1964, \"group\": [1106.0, 150.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACAACTGT\", \"ini\": 1128, \"clust\": 1499, \"rank\": 2660, \"rankvar\": 776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1622, \"group\": [1498.0, 258.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGTCTCGCATC\", \"ini\": 1127, \"clust\": 1562, \"rank\": 2661, \"rankvar\": 1546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1623, \"group\": [1558.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTAGCCA\", \"ini\": 1126, \"clust\": 437, \"rank\": 2365, \"rankvar\": 1862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2463, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1965, \"group\": [435.0, 104.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTGTGGCTC\", \"ini\": 1125, \"clust\": 1536, \"rank\": 2575, \"rankvar\": 398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1624, \"group\": [1538.0, 261.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTTATCGC\", \"ini\": 1124, \"clust\": 3394, \"rank\": 2577, \"rankvar\": 3367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2465, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3564, \"group\": [3393.0, 613.0, 84.0, 18.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGGAATCG\", \"ini\": 1123, \"clust\": 2972, \"rank\": 2876, \"rankvar\": 3408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2466, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3548, \"group\": [2971.0, 546.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGAATAGGG\", \"ini\": 1122, \"clust\": 1077, \"rank\": 2238, \"rankvar\": 1949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2467, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1966, \"group\": [1078.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCGGAGCAA\", \"ini\": 1121, \"clust\": 186, \"rank\": 2320, \"rankvar\": 3425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2468, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2726, \"group\": [188.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCTGATCA\", \"ini\": 1120, \"clust\": 1515, \"rank\": 2817, \"rankvar\": 2211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1625, \"group\": [1514.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTATCACCA\", \"ini\": 1119, \"clust\": 1094, \"rank\": 2250, \"rankvar\": 1814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2470, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1967, \"group\": [1093.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAATCCAAC\", \"ini\": 1118, \"clust\": 1548, \"rank\": 2657, \"rankvar\": 990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2471, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1626, \"group\": [1550.0, 264.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACAACGCC\", \"ini\": 1117, \"clust\": 457, \"rank\": 2400, \"rankvar\": 715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2472, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1968, \"group\": [459.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGGGAAACA\", \"ini\": 1116, \"clust\": 199, \"rank\": 2519, \"rankvar\": 3255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2473, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2727, \"group\": [201.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAGAAAGG\", \"ini\": 1115, \"clust\": 1084, \"rank\": 2271, \"rankvar\": 1070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2474, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1969, \"group\": [1084.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACTCGGA\", \"ini\": 1114, \"clust\": 1056, \"rank\": 2244, \"rankvar\": 2232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2475, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1970, \"group\": [1055.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGTCGATAA\", \"ini\": 1113, \"clust\": 1383, \"rank\": 2377, \"rankvar\": 3361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2476, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1823, \"group\": [1384.0, 213.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGTACAG\", \"ini\": 1112, \"clust\": 1525, \"rank\": 2803, \"rankvar\": 1262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1627, \"group\": [1525.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGCCA\", \"ini\": 1111, \"clust\": 1244, \"rank\": 2808, \"rankvar\": 3095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2478, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1824, \"group\": [1243.0, 195.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCACTCT\", \"ini\": 1110, \"clust\": 2992, \"rank\": 2422, \"rankvar\": 3192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3549, \"group\": [2993.0, 553.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGTGGAT\", \"ini\": 1109, \"clust\": 142, \"rank\": 2358, \"rankvar\": 3225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2480, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2728, \"group\": [145.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTATAAACG\", \"ini\": 1108, \"clust\": 1474, \"rank\": 2614, \"rankvar\": 581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2481, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1628, \"group\": [1472.0, 246.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGAGCAGGCTA\", \"ini\": 1107, \"clust\": 3407, \"rank\": 2672, \"rankvar\": 3457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2482, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3588, \"group\": [3405.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCAATGGT\", \"ini\": 1106, \"clust\": 1406, \"rank\": 2602, \"rankvar\": 1577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1629, \"group\": [1407.0, 227.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCCCTAACC\", \"ini\": 1105, \"clust\": 430, \"rank\": 2291, \"rankvar\": 2532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2484, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1971, \"group\": [429.0, 102.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACTTCGAA\", \"ini\": 1104, \"clust\": 1086, \"rank\": 2313, \"rankvar\": 2629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1972, \"group\": [1092.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAACACTG\", \"ini\": 1103, \"clust\": 1519, \"rank\": 2744, \"rankvar\": 1140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1630, \"group\": [1520.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCAGAATA\", \"ini\": 1102, \"clust\": 1103, \"rank\": 2398, \"rankvar\": 2655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1973, \"group\": [1105.0, 149.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCAAAGCAAT\", \"ini\": 1101, \"clust\": 1034, \"rank\": 2461, \"rankvar\": 2717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2488, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1974, \"group\": [1037.0, 137.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCTTTACGT\", \"ini\": 1100, \"clust\": 220, \"rank\": 2401, \"rankvar\": 2853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2489, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2729, \"group\": [220.0, 60.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAATAGCA\", \"ini\": 1099, \"clust\": 1036, \"rank\": 2361, \"rankvar\": 1950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1975, \"group\": [1036.0, 137.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTGCAACGA\", \"ini\": 1098, \"clust\": 1384, \"rank\": 2453, \"rankvar\": 3388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2491, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1825, \"group\": [1382.0, 213.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTTACCTA\", \"ini\": 1097, \"clust\": 1095, \"rank\": 2249, \"rankvar\": 1402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2492, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1976, \"group\": [1094.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTTGTCTTT\", \"ini\": 1096, \"clust\": 450, \"rank\": 2383, \"rankvar\": 1861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1977, \"group\": [450.0, 106.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGAGCAATT\", \"ini\": 1095, \"clust\": 1543, \"rank\": 2800, \"rankvar\": 551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2494, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1631, \"group\": [1542.0, 262.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGACGGTA\", \"ini\": 1094, \"clust\": 1297, \"rank\": 2668, \"rankvar\": 2860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2495, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1826, \"group\": [1299.0, 207.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCATCCTTGC\", \"ini\": 1093, \"clust\": 1539, \"rank\": 2701, \"rankvar\": 946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1632, \"group\": [1539.0, 261.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCATGGAATA\", \"ini\": 1092, \"clust\": 421, \"rank\": 2368, \"rankvar\": 1487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1978, \"group\": [420.0, 100.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTCCGTCAG\", \"ini\": 1091, \"clust\": 206, \"rank\": 2342, \"rankvar\": 3350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2730, \"group\": [203.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTAGTGA\", \"ini\": 1090, \"clust\": 451, \"rank\": 2443, \"rankvar\": 2079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2499, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1979, \"group\": [451.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCCGATTT\", \"ini\": 1089, \"clust\": 3528, \"rank\": 2834, \"rankvar\": 3516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1633, \"group\": [3527.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTACCATCA\", \"ini\": 1088, \"clust\": 1218, \"rank\": 2085, \"rankvar\": 3387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2501, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2988, \"group\": [1221.0, 175.0, 28.0, 7.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAAACCTAC\", \"ini\": 1087, \"clust\": 1106, \"rank\": 2374, \"rankvar\": 1325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2502, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1980, \"group\": [1110.0, 151.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACAACTGGCC\", \"ini\": 1086, \"clust\": 468, \"rank\": 2454, \"rankvar\": 1254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1981, \"group\": [470.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTTCGCGC\", \"ini\": 1085, \"clust\": 1540, \"rank\": 2788, \"rankvar\": 1204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1634, \"group\": [1540.0, 261.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATCCGG\", \"ini\": 1084, \"clust\": 1060, \"rank\": 2299, \"rankvar\": 1661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1982, \"group\": [1061.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGTTGAGTA\", \"ini\": 1083, \"clust\": 104, \"rank\": 2740, \"rankvar\": 3538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2506, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 166, \"group\": [104.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTATATGAG\", \"ini\": 1082, \"clust\": 249, \"rank\": 2182, \"rankvar\": 3449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2507, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2731, \"group\": [250.0, 69.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTAATAGCA\", \"ini\": 1081, \"clust\": 2867, \"rank\": 2607, \"rankvar\": 2118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3550, \"group\": [2867.0, 499.0, 68.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGATGGCGT\", \"ini\": 1080, \"clust\": 209, \"rank\": 2435, \"rankvar\": 3433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2509, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2732, \"group\": [209.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTTTAGGAA\", \"ini\": 1079, \"clust\": 414, \"rank\": 2421, \"rankvar\": 1055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1983, \"group\": [414.0, 99.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCGAATGCT\", \"ini\": 1078, \"clust\": 1027, \"rank\": 2389, \"rankvar\": 2359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1984, \"group\": [1028.0, 134.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGACAAAGG\", \"ini\": 1077, \"clust\": 1385, \"rank\": 2458, \"rankvar\": 3002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2512, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1827, \"group\": [1383.0, 213.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCGACAGCC\", \"ini\": 1076, \"clust\": 2981, \"rank\": 2574, \"rankvar\": 2831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2513, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3551, \"group\": [2982.0, 550.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTTCAACT\", \"ini\": 1075, \"clust\": 615, \"rank\": 2409, \"rankvar\": 983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2514, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1985, \"group\": [617.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGTATTGGA\", \"ini\": 1074, \"clust\": 1100, \"rank\": 2312, \"rankvar\": 1148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1986, \"group\": [1101.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCACGAAACG\", \"ini\": 1073, \"clust\": 193, \"rank\": 2345, \"rankvar\": 3073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2516, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2733, \"group\": [190.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGGCACTA\", \"ini\": 1072, \"clust\": 1528, \"rank\": 2770, \"rankvar\": 687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1635, \"group\": [1527.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCGAGTTT\", \"ini\": 1071, \"clust\": 3540, \"rank\": 3151, \"rankvar\": 3568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2518, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 143, \"group\": [3539.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGAGAGCTC\", \"ini\": 1070, \"clust\": 294, \"rank\": 2522, \"rankvar\": 2218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2519, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1987, \"group\": [295.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTCCCTACT\", \"ini\": 1069, \"clust\": 1058, \"rank\": 2334, \"rankvar\": 2430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1988, \"group\": [1057.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGCGAAGGG\", \"ini\": 1068, \"clust\": 241, \"rank\": 2203, \"rankvar\": 3223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2521, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2734, \"group\": [245.0, 67.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCGCGTAGC\", \"ini\": 1067, \"clust\": 1085, \"rank\": 2277, \"rankvar\": 2631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2522, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1989, \"group\": [1085.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCACCCAG\", \"ini\": 1066, \"clust\": 215, \"rank\": 2350, \"rankvar\": 3353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2523, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2735, \"group\": [215.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACATTAGGCT\", \"ini\": 1065, \"clust\": 1110, \"rank\": 2394, \"rankvar\": 1928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2524, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1990, \"group\": [1109.0, 150.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCCAGAGGA\", \"ini\": 1064, \"clust\": 407, \"rank\": 2558, \"rankvar\": 2009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2525, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1991, \"group\": [407.0, 96.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCACTGTCGG\", \"ini\": 1063, \"clust\": 1219, \"rank\": 2177, \"rankvar\": 3251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2989, \"group\": [1219.0, 175.0, 28.0, 7.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTTCTGCGTAA\", \"ini\": 1062, \"clust\": 495, \"rank\": 2397, \"rankvar\": 627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2527, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1992, \"group\": [502.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTCACCTAA\", \"ini\": 1061, \"clust\": 1398, \"rank\": 2384, \"rankvar\": 1870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1636, \"group\": [1395.0, 219.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTACTTAGC\", \"ini\": 1060, \"clust\": 665, \"rank\": 2366, \"rankvar\": 2277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1993, \"group\": [663.0, 117.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGACCTAGG\", \"ini\": 1059, \"clust\": 95, \"rank\": 2678, \"rankvar\": 2972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2530, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 167, \"group\": [94.0, 43.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACAGACAG\", \"ini\": 1058, \"clust\": 1498, \"rank\": 2716, \"rankvar\": 503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1637, \"group\": [1500.0, 258.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGTGTGGT\", \"ini\": 1057, \"clust\": 96, \"rank\": 2585, \"rankvar\": 2802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2532, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 168, \"group\": [96.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTTATCGGT\", \"ini\": 1056, \"clust\": 2988, \"rank\": 2677, \"rankvar\": 3211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3552, \"group\": [2987.0, 552.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACACAGACTT\", \"ini\": 1055, \"clust\": 469, \"rank\": 2457, \"rankvar\": 1082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2534, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1994, \"group\": [468.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTCAAGTCATC\", \"ini\": 1054, \"clust\": 110, \"rank\": 2571, \"rankvar\": 3206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2535, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 169, \"group\": [111.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGTTAACC\", \"ini\": 1053, \"clust\": 208, \"rank\": 2411, \"rankvar\": 3371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2536, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2736, \"group\": [210.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACACTGCG\", \"ini\": 1052, \"clust\": 3542, \"rank\": 3070, \"rankvar\": 3565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2537, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 144, \"group\": [3541.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCATGTTGAC\", \"ini\": 1051, \"clust\": 1500, \"rank\": 2772, \"rankvar\": 1037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1638, \"group\": [1499.0, 258.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTTAGCGG\", \"ini\": 1050, \"clust\": 470, \"rank\": 2504, \"rankvar\": 2951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2539, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1995, \"group\": [469.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGAGAATTCCC\", \"ini\": 1049, \"clust\": 1070, \"rank\": 2344, \"rankvar\": 2151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2540, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1996, \"group\": [1070.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCACACCGAC\", \"ini\": 1048, \"clust\": 143, \"rank\": 2521, \"rankvar\": 3318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2541, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2737, \"group\": [143.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGCACTTA\", \"ini\": 1047, \"clust\": 192, \"rank\": 2371, \"rankvar\": 3386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2542, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2738, \"group\": [192.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCAACACTG\", \"ini\": 1046, \"clust\": 3464, \"rank\": 3190, \"rankvar\": 3506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2543, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 145, \"group\": [3463.0, 643.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGCCCA\", \"ini\": 1045, \"clust\": 1395, \"rank\": 2505, \"rankvar\": 809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1639, \"group\": [1399.0, 221.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAGTAAGTAGT\", \"ini\": 1044, \"clust\": 1052, \"rank\": 2427, \"rankvar\": 2574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1997, \"group\": [1050.0, 143.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGACACTT\", \"ini\": 1043, \"clust\": 290, \"rank\": 2437, \"rankvar\": 2801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2546, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1998, \"group\": [294.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTGTGACCC\", \"ini\": 1042, \"clust\": 426, \"rank\": 2425, \"rankvar\": 2219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2547, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1999, \"group\": [427.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCAGTATAAG\", \"ini\": 1041, \"clust\": 2973, \"rank\": 2774, \"rankvar\": 2847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2548, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3553, \"group\": [2973.0, 546.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCACCGGGT\", \"ini\": 1040, \"clust\": 490, \"rank\": 2450, \"rankvar\": 878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2549, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2000, \"group\": [491.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGTAATA\", \"ini\": 1039, \"clust\": 111, \"rank\": 2734, \"rankvar\": 3476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2550, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 170, \"group\": [109.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGCCGTCGT\", \"ini\": 1038, \"clust\": 1066, \"rank\": 2243, \"rankvar\": 2846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2551, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2001, \"group\": [1069.0, 145.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTCCGTTAA\", \"ini\": 1037, \"clust\": 221, \"rank\": 2325, \"rankvar\": 3061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2552, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2739, \"group\": [221.0, 60.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGCATGAT\", \"ini\": 1036, \"clust\": 446, \"rank\": 2544, \"rankvar\": 1649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2002, \"group\": [448.0, 106.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTATTAGCC\", \"ini\": 1035, \"clust\": 1073, \"rank\": 2288, \"rankvar\": 2596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2003, \"group\": [1076.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACACTGCG\", \"ini\": 1034, \"clust\": 1069, \"rank\": 2373, \"rankvar\": 1401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2555, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2004, \"group\": [1072.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCTCTTA\", \"ini\": 1033, \"clust\": 214, \"rank\": 2346, \"rankvar\": 3248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2556, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2740, \"group\": [214.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATTGGGCC\", \"ini\": 1032, \"clust\": 1550, \"rank\": 2893, \"rankvar\": 1706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1640, \"group\": [1549.0, 264.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCTTACCTA\", \"ini\": 1031, \"clust\": 422, \"rank\": 2412, \"rankvar\": 1701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2558, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2005, \"group\": [421.0, 100.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCCATTAT\", \"ini\": 1030, \"clust\": 1078, \"rank\": 2375, \"rankvar\": 1748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2559, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2006, \"group\": [1079.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAATCCTTCAAT\", \"ini\": 1029, \"clust\": 1509, \"rank\": 2879, \"rankvar\": 2043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1641, \"group\": [1508.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAATGGATA\", \"ini\": 1028, \"clust\": 1407, \"rank\": 2806, \"rankvar\": 2076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2561, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1642, \"group\": [1408.0, 227.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGTTGCC\", \"ini\": 1027, \"clust\": 403, \"rank\": 2588, \"rankvar\": 1682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2562, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2007, \"group\": [401.0, 94.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTCTGGTCG\", \"ini\": 1026, \"clust\": 1083, \"rank\": 2404, \"rankvar\": 1984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2008, \"group\": [1086.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTAACGCGA\", \"ini\": 1025, \"clust\": 1067, \"rank\": 2306, \"rankvar\": 2281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2009, \"group\": [1067.0, 145.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCAGTTGAC\", \"ini\": 1024, \"clust\": 526, \"rank\": 2467, \"rankvar\": 673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2565, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2010, \"group\": [528.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTGAGAT\", \"ini\": 1023, \"clust\": 3544, \"rank\": 3149, \"rankvar\": 3561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2566, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 146, \"group\": [3543.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTCAGCTAT\", \"ini\": 1022, \"clust\": 191, \"rank\": 2462, \"rankvar\": 3291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2567, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2741, \"group\": [193.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCCAACCAA\", \"ini\": 1021, \"clust\": 1533, \"rank\": 2968, \"rankvar\": 2185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1643, \"group\": [1532.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGAGTCTGG\", \"ini\": 1020, \"clust\": 1245, \"rank\": 2884, \"rankvar\": 3041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2569, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1828, \"group\": [1244.0, 195.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTGTCGCG\", \"ini\": 1019, \"clust\": 612, \"rank\": 2518, \"rankvar\": 1458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2011, \"group\": [618.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTTCTGTTT\", \"ini\": 1018, \"clust\": 308, \"rank\": 2508, \"rankvar\": 725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2571, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2012, \"group\": [309.0, 87.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCAAGTAGTA\", \"ini\": 1017, \"clust\": 117, \"rank\": 2591, \"rankvar\": 2658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2572, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2013, \"group\": [118.0, 48.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCAATGTC\", \"ini\": 1016, \"clust\": 200, \"rank\": 2560, \"rankvar\": 3452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2573, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2742, \"group\": [200.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCTACCTA\", \"ini\": 1015, \"clust\": 1068, \"rank\": 2295, \"rankvar\": 2541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2014, \"group\": [1068.0, 145.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGAGTAGA\", \"ini\": 1014, \"clust\": 454, \"rank\": 2362, \"rankvar\": 2438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2575, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2015, \"group\": [455.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGGACAAG\", \"ini\": 1013, \"clust\": 1502, \"rank\": 2837, \"rankvar\": 704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1644, \"group\": [1502.0, 258.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGCATGTAAGA\", \"ini\": 1012, \"clust\": 204, \"rank\": 2499, \"rankvar\": 3076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2577, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2743, \"group\": [211.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGAGCTCCCAG\", \"ini\": 1011, \"clust\": 613, \"rank\": 2475, \"rankvar\": 2101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2016, \"group\": [612.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTAGGGTAC\", \"ini\": 1010, \"clust\": 207, \"rank\": 2451, \"rankvar\": 3152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2579, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2744, \"group\": [204.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCAGGAATCG\", \"ini\": 1009, \"clust\": 3545, \"rank\": 3246, \"rankvar\": 3582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2580, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 147, \"group\": [3544.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTACCCAAT\", \"ini\": 1008, \"clust\": 1098, \"rank\": 2347, \"rankvar\": 1368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2581, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2017, \"group\": [1099.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCACATTCGA\", \"ini\": 1007, \"clust\": 664, \"rank\": 2474, \"rankvar\": 2269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2582, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2018, \"group\": [665.0, 117.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCCAGACGCAA\", \"ini\": 1006, \"clust\": 493, \"rank\": 2484, \"rankvar\": 1059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2583, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2019, \"group\": [493.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAATTGCC\", \"ini\": 1005, \"clust\": 279, \"rank\": 2440, \"rankvar\": 2053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2584, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2020, \"group\": [283.0, 82.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGAACTGC\", \"ini\": 1004, \"clust\": 605, \"rank\": 2495, \"rankvar\": 1243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2585, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2021, \"group\": [611.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTACGCGC\", \"ini\": 1003, \"clust\": 2870, \"rank\": 2730, \"rankvar\": 2084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2586, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 148, \"group\": [2871.0, 502.0, 69.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCCACTAT\", \"ini\": 1002, \"clust\": 3530, \"rank\": 3196, \"rankvar\": 3551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2587, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 149, \"group\": [3529.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCCCGGATG\", \"ini\": 1001, \"clust\": 1299, \"rank\": 2819, \"rankvar\": 3186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2588, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1829, \"group\": [1298.0, 207.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTATAGGGC\", \"ini\": 1000, \"clust\": 686, \"rank\": 2500, \"rankvar\": 2407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2589, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2022, \"group\": [686.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGCCTGAG\", \"ini\": 999, \"clust\": 97, \"rank\": 2647, \"rankvar\": 3144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2590, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 171, \"group\": [97.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTACCGTTA\", \"ini\": 998, \"clust\": 1088, \"rank\": 2429, \"rankvar\": 2025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2591, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2023, \"group\": [1087.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCATTCTCAT\", \"ini\": 997, \"clust\": 219, \"rank\": 2402, \"rankvar\": 2563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2592, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2745, \"group\": [222.0, 61.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGACCACA\", \"ini\": 996, \"clust\": 1092, \"rank\": 2315, \"rankvar\": 2713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2593, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2024, \"group\": [1096.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATCACGCGAAA\", \"ini\": 995, \"clust\": 98, \"rank\": 2669, \"rankvar\": 3549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2594, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 172, \"group\": [101.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGGTCCGA\", \"ini\": 994, \"clust\": 642, \"rank\": 2482, \"rankvar\": 1720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2595, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2025, \"group\": [641.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCGTTGCC\", \"ini\": 993, \"clust\": 676, \"rank\": 2471, \"rankvar\": 526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2596, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2026, \"group\": [677.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCTCATTCA\", \"ini\": 992, \"clust\": 121, \"rank\": 2507, \"rankvar\": 2928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2597, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2746, \"group\": [122.0, 50.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCCCTCTTT\", \"ini\": 991, \"clust\": 417, \"rank\": 2517, \"rankvar\": 2378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2598, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2027, \"group\": [416.0, 100.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGCGA\", \"ini\": 990, \"clust\": 1099, \"rank\": 2336, \"rankvar\": 2535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2599, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2028, \"group\": [1100.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTCAATGTC\", \"ini\": 989, \"clust\": 733, \"rank\": 2603, \"rankvar\": 1846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2600, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2029, \"group\": [735.0, 124.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTGACAAAT\", \"ini\": 988, \"clust\": 2984, \"rank\": 2881, \"rankvar\": 2814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2601, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3554, \"group\": [2984.0, 551.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCCATTCTA\", \"ini\": 987, \"clust\": 1096, \"rank\": 2408, \"rankvar\": 2299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2602, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2030, \"group\": [1097.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGTCTATCCCG\", \"ini\": 986, \"clust\": 103, \"rank\": 2885, \"rankvar\": 3496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2603, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 173, \"group\": [105.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCATATCG\", \"ini\": 985, \"clust\": 288, \"rank\": 2531, \"rankvar\": 2074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2604, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2031, \"group\": [289.0, 83.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCATTCCTGC\", \"ini\": 984, \"clust\": 1522, \"rank\": 3134, \"rankvar\": 2980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1645, \"group\": [1522.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTCTC\", \"ini\": 983, \"clust\": 158, \"rank\": 2442, \"rankvar\": 2641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2606, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2032, \"group\": [159.0, 57.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCGTCCAGG\", \"ini\": 982, \"clust\": 315, \"rank\": 2515, \"rankvar\": 2645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2607, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2033, \"group\": [316.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCTGCGGT\", \"ini\": 981, \"clust\": 1496, \"rank\": 2933, \"rankvar\": 1312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1646, \"group\": [1496.0, 258.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTTGCAGG\", \"ini\": 980, \"clust\": 188, \"rank\": 2581, \"rankvar\": 3370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2609, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2747, \"group\": [185.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCCCTAAT\", \"ini\": 979, \"clust\": 2974, \"rank\": 3038, \"rankvar\": 3352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3555, \"group\": [2974.0, 546.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCCAAGCCG\", \"ini\": 978, \"clust\": 1535, \"rank\": 2897, \"rankvar\": 2512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1647, \"group\": [1535.0, 261.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTGCTGTC\", \"ini\": 977, \"clust\": 1537, \"rank\": 2891, \"rankvar\": 174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2612, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1648, \"group\": [1536.0, 261.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTAGAGTC\", \"ini\": 976, \"clust\": 3539, \"rank\": 3193, \"rankvar\": 3587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2613, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 150, \"group\": [3538.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTGTTAA\", \"ini\": 975, \"clust\": 1242, \"rank\": 3036, \"rankvar\": 3130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2614, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1830, \"group\": [1246.0, 196.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGCTCAGA\", \"ini\": 974, \"clust\": 1074, \"rank\": 2465, \"rankvar\": 2415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2615, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2034, \"group\": [1075.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAGTCAGTGGA\", \"ini\": 973, \"clust\": 402, \"rank\": 2608, \"rankvar\": 355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2616, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2035, \"group\": [403.0, 94.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTAGTCA\", \"ini\": 972, \"clust\": 194, \"rank\": 2510, \"rankvar\": 3456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2617, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2748, \"group\": [191.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGCTAAGAT\", \"ini\": 971, \"clust\": 297, \"rank\": 2481, \"rankvar\": 2744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2618, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2036, \"group\": [299.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCATGGGACA\", \"ini\": 970, \"clust\": 400, \"rank\": 2487, \"rankvar\": 2827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2619, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2037, \"group\": [400.0, 93.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACATCCA\", \"ini\": 969, \"clust\": 292, \"rank\": 2447, \"rankvar\": 2617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2620, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2038, \"group\": [291.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCAGCTAGTTC\", \"ini\": 968, \"clust\": 295, \"rank\": 2565, \"rankvar\": 1946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2621, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2039, \"group\": [296.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGGTGTCG\", \"ini\": 967, \"clust\": 293, \"rank\": 2468, \"rankvar\": 2165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2622, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2040, \"group\": [292.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGTAGATC\", \"ini\": 966, \"clust\": 1523, \"rank\": 3092, \"rankvar\": 2503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1649, \"group\": [1523.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCACATAGC\", \"ini\": 965, \"clust\": 548, \"rank\": 2498, \"rankvar\": 1336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2624, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2041, \"group\": [548.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCAGCAC\", \"ini\": 964, \"clust\": 614, \"rank\": 2566, \"rankvar\": 1740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2625, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2042, \"group\": [613.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCATTAGC\", \"ini\": 963, \"clust\": 1382, \"rank\": 2747, \"rankvar\": 2597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1831, \"group\": [1385.0, 213.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGATCACGG\", \"ini\": 962, \"clust\": 311, \"rank\": 2595, \"rankvar\": 1866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2627, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2043, \"group\": [311.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTACCAGTT\", \"ini\": 961, \"clust\": 730, \"rank\": 2538, \"rankvar\": 2164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2628, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2044, \"group\": [732.0, 124.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGATATAC\", \"ini\": 960, \"clust\": 105, \"rank\": 2957, \"rankvar\": 3539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2629, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 174, \"group\": [102.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTAAGGGAA\", \"ini\": 959, \"clust\": 1089, \"rank\": 2432, \"rankvar\": 1692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2630, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2045, \"group\": [1088.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCAGGCAAG\", \"ini\": 958, \"clust\": 1044, \"rank\": 2489, \"rankvar\": 868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2631, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2046, \"group\": [1044.0, 141.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGGAGTACC\", \"ini\": 957, \"clust\": 211, \"rank\": 2615, \"rankvar\": 3158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2632, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2749, \"group\": [206.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGACGGTA\", \"ini\": 956, \"clust\": 520, \"rank\": 2555, \"rankvar\": 978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2633, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2047, \"group\": [520.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGTGAAAT\", \"ini\": 955, \"clust\": 283, \"rank\": 2520, \"rankvar\": 2229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2634, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2048, \"group\": [284.0, 83.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCACATCTTT\", \"ini\": 954, \"clust\": 1071, \"rank\": 2485, \"rankvar\": 1823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2635, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2049, \"group\": [1071.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCTTACCTA\", \"ini\": 953, \"clust\": 1497, \"rank\": 2984, \"rankvar\": 1246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1650, \"group\": [1497.0, 258.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGACTAGGC\", \"ini\": 952, \"clust\": 317, \"rank\": 2652, \"rankvar\": 3343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2637, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2050, \"group\": [320.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCAGGCAAG\", \"ini\": 951, \"clust\": 1063, \"rank\": 2483, \"rankvar\": 2497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2638, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2051, \"group\": [1063.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACTCTGTC\", \"ini\": 950, \"clust\": 641, \"rank\": 2494, \"rankvar\": 1589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2639, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2052, \"group\": [646.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCTAACCGA\", \"ini\": 949, \"clust\": 1045, \"rank\": 2523, \"rankvar\": 2919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2640, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2053, \"group\": [1048.0, 142.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGGAAATA\", \"ini\": 948, \"clust\": 441, \"rank\": 2441, \"rankvar\": 1855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2641, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2054, \"group\": [441.0, 105.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTATGCTTG\", \"ini\": 947, \"clust\": 201, \"rank\": 2627, \"rankvar\": 3441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2642, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2750, \"group\": [198.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATCATCCGCGA\", \"ini\": 946, \"clust\": 561, \"rank\": 2436, \"rankvar\": 2764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2643, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2055, \"group\": [567.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGACTTTCG\", \"ini\": 945, \"clust\": 466, \"rank\": 2576, \"rankvar\": 1461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2644, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2056, \"group\": [466.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGTAGCGGT\", \"ini\": 944, \"clust\": 1516, \"rank\": 2939, \"rankvar\": 167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1651, \"group\": [1521.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAAGCGATATA\", \"ini\": 943, \"clust\": 1072, \"rank\": 2403, \"rankvar\": 3147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2646, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2057, \"group\": [1077.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCGAATCT\", \"ini\": 942, \"clust\": 1061, \"rank\": 2492, \"rankvar\": 1433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2647, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2058, \"group\": [1064.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACTCTTA\", \"ini\": 941, \"clust\": 507, \"rank\": 2536, \"rankvar\": 2051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2648, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2059, \"group\": [506.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTTAGGAA\", \"ini\": 940, \"clust\": 438, \"rank\": 2530, \"rankvar\": 1576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2649, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2060, \"group\": [436.0, 104.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCCGAAGAG\", \"ini\": 939, \"clust\": 1112, \"rank\": 2406, \"rankvar\": 1611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2650, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2920, \"group\": [1112.0, 153.0, 24.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTTTACGT\", \"ini\": 938, \"clust\": 603, \"rank\": 2502, \"rankvar\": 2304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2651, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2061, \"group\": [603.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATGCAATC\", \"ini\": 937, \"clust\": 1531, \"rank\": 3057, \"rankvar\": 1366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1652, \"group\": [1533.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTACAA\", \"ini\": 936, \"clust\": 989, \"rank\": 2578, \"rankvar\": 1858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2653, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2062, \"group\": [989.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTTGTTTC\", \"ini\": 935, \"clust\": 510, \"rank\": 2548, \"rankvar\": 1294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2654, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2063, \"group\": [508.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCGGACAAG\", \"ini\": 934, \"clust\": 481, \"rank\": 2622, \"rankvar\": 709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2655, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2064, \"group\": [486.0, 108.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATTACCG\", \"ini\": 933, \"clust\": 99, \"rank\": 2724, \"rankvar\": 3505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2656, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 175, \"group\": [100.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGCTTTGGT\", \"ini\": 932, \"clust\": 112, \"rank\": 2847, \"rankvar\": 3455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2657, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 176, \"group\": [110.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCCACGAAT\", \"ini\": 931, \"clust\": 3541, \"rank\": 3210, \"rankvar\": 3557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2658, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 151, \"group\": [3540.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAACGATCT\", \"ini\": 930, \"clust\": 591, \"rank\": 2535, \"rankvar\": 2402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2659, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2065, \"group\": [592.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTGGCGAAT\", \"ini\": 929, \"clust\": 669, \"rank\": 2619, \"rankvar\": 1305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2660, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2066, \"group\": [667.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCAACGAAA\", \"ini\": 928, \"clust\": 1081, \"rank\": 2386, \"rankvar\": 2688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2661, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2067, \"group\": [1082.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTATCGCC\", \"ini\": 927, \"clust\": 489, \"rank\": 2646, \"rankvar\": 1820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2068, \"group\": [492.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTATCCCG\", \"ini\": 926, \"clust\": 1082, \"rank\": 2513, \"rankvar\": 1839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2663, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2069, \"group\": [1083.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACATGACATC\", \"ini\": 925, \"clust\": 289, \"rank\": 2624, \"rankvar\": 2399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2664, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2070, \"group\": [290.0, 83.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACACGGATAG\", \"ini\": 924, \"clust\": 93, \"rank\": 2913, \"rankvar\": 2437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2665, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 177, \"group\": [95.0, 43.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTCCACAA\", \"ini\": 923, \"clust\": 1053, \"rank\": 2501, \"rankvar\": 1773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2666, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2071, \"group\": [1059.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGGGTCTCC\", \"ini\": 922, \"clust\": 161, \"rank\": 2545, \"rankvar\": 2938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2667, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2751, \"group\": [161.0, 57.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGGATTGG\", \"ini\": 921, \"clust\": 1104, \"rank\": 2537, \"rankvar\": 2289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2668, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2072, \"group\": [1103.0, 148.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACCAGTTCCCT\", \"ini\": 920, \"clust\": 663, \"rank\": 2477, \"rankvar\": 1752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2669, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2073, \"group\": [666.0, 117.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCATCATC\", \"ini\": 919, \"clust\": 959, \"rank\": 2592, \"rankvar\": 1857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2670, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2074, \"group\": [959.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTCGCTAA\", \"ini\": 918, \"clust\": 217, \"rank\": 2529, \"rankvar\": 3454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2671, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2752, \"group\": [217.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCGGCCGAT\", \"ini\": 917, \"clust\": 418, \"rank\": 2554, \"rankvar\": 2442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2672, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2075, \"group\": [417.0, 100.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCCGTACAA\", \"ini\": 916, \"clust\": 296, \"rank\": 2675, \"rankvar\": 2339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2673, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2076, \"group\": [300.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTAACGGT\", \"ini\": 915, \"clust\": 957, \"rank\": 2631, \"rankvar\": 1289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2674, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2077, \"group\": [957.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTGTAGGGTAC\", \"ini\": 914, \"clust\": 447, \"rank\": 2655, \"rankvar\": 1138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2675, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2078, \"group\": [446.0, 106.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGTTGTC\", \"ini\": 913, \"clust\": 522, \"rank\": 2593, \"rankvar\": 1287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2676, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2079, \"group\": [522.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTCATTAGGCT\", \"ini\": 912, \"clust\": 1090, \"rank\": 2372, \"rankvar\": 2736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2677, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2080, \"group\": [1090.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTGTCGCTG\", \"ini\": 911, \"clust\": 2865, \"rank\": 2971, \"rankvar\": 3215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2678, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2081, \"group\": [2888.0, 513.0, 75.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCAGCTGGC\", \"ini\": 910, \"clust\": 1087, \"rank\": 2541, \"rankvar\": 2348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2679, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2082, \"group\": [1089.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGTGGCTC\", \"ini\": 909, \"clust\": 658, \"rank\": 2623, \"rankvar\": 2953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2680, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2083, \"group\": [662.0, 116.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGTGTGGT\", \"ini\": 908, \"clust\": 1114, \"rank\": 2562, \"rankvar\": 93, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2681, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2921, \"group\": [1115.0, 154.0, 24.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCACCCT\", \"ini\": 907, \"clust\": 552, \"rank\": 2470, \"rankvar\": 2460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2682, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2084, \"group\": [552.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAGGCCT\", \"ini\": 906, \"clust\": 644, \"rank\": 2553, \"rankvar\": 2155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2683, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2085, \"group\": [645.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCACCGGGT\", \"ini\": 905, \"clust\": 753, \"rank\": 2684, \"rankvar\": 1869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2684, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2086, \"group\": [753.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCTCAACT\", \"ini\": 904, \"clust\": 694, \"rank\": 2729, \"rankvar\": 1636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2685, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2087, \"group\": [693.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTGTGCAGTAG\", \"ini\": 903, \"clust\": 458, \"rank\": 2633, \"rankvar\": 1409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2686, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2088, \"group\": [457.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCTTGCCA\", \"ini\": 902, \"clust\": 218, \"rank\": 2506, \"rankvar\": 3358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2687, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2753, \"group\": [218.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGGATA\", \"ini\": 901, \"clust\": 210, \"rank\": 2559, \"rankvar\": 3487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2688, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2754, \"group\": [208.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCAGCACAT\", \"ini\": 900, \"clust\": 427, \"rank\": 2594, \"rankvar\": 1643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2689, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2089, \"group\": [425.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAGCCTAA\", \"ini\": 899, \"clust\": 1097, \"rank\": 2563, \"rankvar\": 1517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2690, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2090, \"group\": [1098.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATGCCCGA\", \"ini\": 898, \"clust\": 1075, \"rank\": 2550, \"rankvar\": 2230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2091, \"group\": [1073.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCAACTA\", \"ini\": 897, \"clust\": 491, \"rank\": 2681, \"rankvar\": 452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2092, \"group\": [489.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCTAGGGC\", \"ini\": 896, \"clust\": 146, \"rank\": 2670, \"rankvar\": 3347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2693, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2755, \"group\": [146.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTATTACCG\", \"ini\": 895, \"clust\": 703, \"rank\": 2689, \"rankvar\": 556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2694, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2093, \"group\": [701.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCATGAT\", \"ini\": 894, \"clust\": 442, \"rank\": 2584, \"rankvar\": 1873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2695, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2094, \"group\": [442.0, 105.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAAGCGTAG\", \"ini\": 893, \"clust\": 216, \"rank\": 2473, \"rankvar\": 3135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2696, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2756, \"group\": [216.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACGTTGGC\", \"ini\": 892, \"clust\": 184, \"rank\": 2573, \"rankvar\": 3051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2697, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2757, \"group\": [219.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCTGATACG\", \"ini\": 891, \"clust\": 1079, \"rank\": 2542, \"rankvar\": 951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2698, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2095, \"group\": [1080.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGAGTATA\", \"ini\": 890, \"clust\": 594, \"rank\": 2617, \"rankvar\": 2138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2699, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2096, \"group\": [597.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACGACTCG\", \"ini\": 889, \"clust\": 590, \"rank\": 2632, \"rankvar\": 2501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2700, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2097, \"group\": [593.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCAATAAGG\", \"ini\": 888, \"clust\": 601, \"rank\": 2638, \"rankvar\": 1937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2701, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2098, \"group\": [601.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGATGTAT\", \"ini\": 887, \"clust\": 542, \"rank\": 2685, \"rankvar\": 1434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2702, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2099, \"group\": [542.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATTGCGA\", \"ini\": 886, \"clust\": 671, \"rank\": 2721, \"rankvar\": 1990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2703, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2100, \"group\": [674.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCCTCTTT\", \"ini\": 885, \"clust\": 106, \"rank\": 2983, \"rankvar\": 2950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2704, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 178, \"group\": [103.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCGACCAGC\", \"ini\": 884, \"clust\": 455, \"rank\": 2658, \"rankvar\": 1575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2705, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2101, \"group\": [453.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACACCTTGTC\", \"ini\": 883, \"clust\": 695, \"rank\": 2735, \"rankvar\": 848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2706, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2102, \"group\": [694.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTGGTATG\", \"ini\": 882, \"clust\": 284, \"rank\": 2611, \"rankvar\": 2663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2707, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2103, \"group\": [285.0, 83.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGCCCAACC\", \"ini\": 881, \"clust\": 492, \"rank\": 2777, \"rankvar\": 1024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2708, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2104, \"group\": [490.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGATATGCA\", \"ini\": 880, \"clust\": 592, \"rank\": 2710, \"rankvar\": 1702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2709, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2105, \"group\": [590.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCAAGGTGTG\", \"ini\": 879, \"clust\": 991, \"rank\": 2751, \"rankvar\": 697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2710, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2106, \"group\": [991.0, 130.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAGGCTCAC\", \"ini\": 878, \"clust\": 459, \"rank\": 2643, \"rankvar\": 2052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2711, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2107, \"group\": [458.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTCATGCAT\", \"ini\": 877, \"clust\": 275, \"rank\": 2552, \"rankvar\": 2303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2712, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2840, \"group\": [279.0, 80.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTCTTGCA\", \"ini\": 876, \"clust\": 432, \"rank\": 2533, \"rankvar\": 1081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2713, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2108, \"group\": [433.0, 102.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCATTTGGG\", \"ini\": 875, \"clust\": 509, \"rank\": 2616, \"rankvar\": 1756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2714, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2109, \"group\": [510.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTCCAT\", \"ini\": 874, \"clust\": 189, \"rank\": 2667, \"rankvar\": 3177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2715, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2758, \"group\": [186.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCTTGC\", \"ini\": 873, \"clust\": 689, \"rank\": 2787, \"rankvar\": 1456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2716, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2110, \"group\": [692.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACCTAC\", \"ini\": 872, \"clust\": 684, \"rank\": 2644, \"rankvar\": 2326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2717, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2111, \"group\": [684.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGTTAGGTA\", \"ini\": 871, \"clust\": 245, \"rank\": 2393, \"rankvar\": 3071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2718, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2759, \"group\": [248.0, 68.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCTCTTGAT\", \"ini\": 870, \"clust\": 202, \"rank\": 2641, \"rankvar\": 3377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2719, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2760, \"group\": [199.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCGTAGGAG\", \"ini\": 869, \"clust\": 424, \"rank\": 2686, \"rankvar\": 1406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2720, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2112, \"group\": [423.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGCCGCT\", \"ini\": 868, \"clust\": 433, \"rank\": 2596, \"rankvar\": 1836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2721, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2113, \"group\": [431.0, 102.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCACGACGAA\", \"ini\": 867, \"clust\": 1101, \"rank\": 2528, \"rankvar\": 2379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2722, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2114, \"group\": [1102.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGTCCTCT\", \"ini\": 866, \"clust\": 1234, \"rank\": 2746, \"rankvar\": 3334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3556, \"group\": [1235.0, 189.0, 32.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGTCGAT\", \"ini\": 865, \"clust\": 291, \"rank\": 2514, \"rankvar\": 2894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2115, \"group\": [293.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTAGAATGTTG\", \"ini\": 864, \"clust\": 960, \"rank\": 2649, \"rankvar\": 2340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2725, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2116, \"group\": [960.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCATCCAACA\", \"ini\": 863, \"clust\": 398, \"rank\": 2963, \"rankvar\": 1914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2726, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3565, \"group\": [405.0, 95.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGGGAGTAA\", \"ini\": 862, \"clust\": 3549, \"rank\": 3183, \"rankvar\": 3588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2727, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 152, \"group\": [3545.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCCCGTT\", \"ini\": 861, \"clust\": 187, \"rank\": 2769, \"rankvar\": 3339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2728, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2761, \"group\": [187.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACCATTCGACA\", \"ini\": 860, \"clust\": 717, \"rank\": 2846, \"rankvar\": 1477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2729, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2117, \"group\": [723.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAAGAAACGCC\", \"ini\": 859, \"clust\": 687, \"rank\": 2715, \"rankvar\": 2851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2730, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2118, \"group\": [687.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCATAAAGG\", \"ini\": 858, \"clust\": 134, \"rank\": 2917, \"rankvar\": 2610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2731, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2762, \"group\": [136.0, 55.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAACGGG\", \"ini\": 857, \"clust\": 485, \"rank\": 2713, \"rankvar\": 2414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2732, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2119, \"group\": [483.0, 108.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCATTCTA\", \"ini\": 856, \"clust\": 428, \"rank\": 2609, \"rankvar\": 2187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2733, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2120, \"group\": [426.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTTGTCAT\", \"ini\": 855, \"clust\": 1235, \"rank\": 2902, \"rankvar\": 2816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3557, \"group\": [1236.0, 190.0, 32.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAACAACA\", \"ini\": 854, \"clust\": 824, \"rank\": 2752, \"rankvar\": 1786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2735, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2121, \"group\": [824.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAACGACG\", \"ini\": 853, \"clust\": 604, \"rank\": 2653, \"rankvar\": 2696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2736, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2122, \"group\": [604.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTGCAAT\", \"ini\": 852, \"clust\": 125, \"rank\": 2606, \"rankvar\": 3239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2737, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2763, \"group\": [126.0, 53.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGGAGAA\", \"ini\": 851, \"clust\": 456, \"rank\": 2639, \"rankvar\": 2781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2738, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2123, \"group\": [454.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCGCTCCA\", \"ini\": 850, \"clust\": 512, \"rank\": 2662, \"rankvar\": 506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2739, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2124, \"group\": [512.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGACCT\", \"ini\": 849, \"clust\": 514, \"rank\": 2704, \"rankvar\": 431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2740, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2125, \"group\": [516.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGGATACC\", \"ini\": 848, \"clust\": 285, \"rank\": 2600, \"rankvar\": 2422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2741, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2126, \"group\": [288.0, 83.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCAGTAT\", \"ini\": 847, \"clust\": 467, \"rank\": 2826, \"rankvar\": 2012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2742, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2127, \"group\": [467.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTTGAT\", \"ini\": 846, \"clust\": 538, \"rank\": 2621, \"rankvar\": 1797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2743, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2128, \"group\": [535.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCCGCAAGC\", \"ini\": 845, \"clust\": 518, \"rank\": 2625, \"rankvar\": 1286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2744, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2129, \"group\": [517.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTATG\", \"ini\": 844, \"clust\": 310, \"rank\": 2654, \"rankvar\": 1929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2745, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2130, \"group\": [315.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGCGTAGTG\", \"ini\": 843, \"clust\": 3543, \"rank\": 3288, \"rankvar\": 3569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2746, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 153, \"group\": [3542.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGACCTC\", \"ini\": 842, \"clust\": 448, \"rank\": 2754, \"rankvar\": 2344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2747, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2131, \"group\": [447.0, 106.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTGCGGCA\", \"ini\": 841, \"clust\": 1091, \"rank\": 2534, \"rankvar\": 2793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2748, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2132, \"group\": [1091.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCATGGTCTA\", \"ini\": 840, \"clust\": 453, \"rank\": 2579, \"rankvar\": 2522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2749, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2133, \"group\": [456.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGCGCCTTG\", \"ini\": 839, \"clust\": 680, \"rank\": 2696, \"rankvar\": 1603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2750, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2134, \"group\": [682.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACTGGCC\", \"ini\": 838, \"clust\": 316, \"rank\": 2637, \"rankvar\": 2835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2751, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2135, \"group\": [317.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTTTAAGCC\", \"ini\": 837, \"clust\": 776, \"rank\": 2719, \"rankvar\": 2275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2752, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2136, \"group\": [776.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGACGGAA\", \"ini\": 836, \"clust\": 108, \"rank\": 2994, \"rankvar\": 3448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2753, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 179, \"group\": [106.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGTAA\", \"ini\": 835, \"clust\": 543, \"rank\": 2725, \"rankvar\": 1658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2754, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2137, \"group\": [540.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACGACTCG\", \"ini\": 834, \"clust\": 620, \"rank\": 2708, \"rankvar\": 2047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2755, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2138, \"group\": [621.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTGCAACGA\", \"ini\": 833, \"clust\": 501, \"rank\": 2694, \"rankvar\": 748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2756, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2139, \"group\": [499.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCGTACCGG\", \"ini\": 832, \"clust\": 621, \"rank\": 2813, \"rankvar\": 2171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2757, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2140, \"group\": [619.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTAGGTGC\", \"ini\": 831, \"clust\": 131, \"rank\": 2859, \"rankvar\": 3296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2758, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2764, \"group\": [132.0, 55.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACATGCTGGC\", \"ini\": 830, \"clust\": 696, \"rank\": 2836, \"rankvar\": 1310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2759, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2141, \"group\": [695.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACGACTA\", \"ini\": 829, \"clust\": 734, \"rank\": 2733, \"rankvar\": 1441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2760, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2142, \"group\": [733.0, 124.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAGCTCCGA\", \"ini\": 828, \"clust\": 1076, \"rank\": 2598, \"rankvar\": 3005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2761, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2143, \"group\": [1074.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGCAACTT\", \"ini\": 827, \"clust\": 429, \"rank\": 2582, \"rankvar\": 1945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2762, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2144, \"group\": [434.0, 103.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGCGCTC\", \"ini\": 826, \"clust\": 312, \"rank\": 2780, \"rankvar\": 2144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2763, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2145, \"group\": [312.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACGCGGT\", \"ini\": 825, \"clust\": 1093, \"rank\": 2651, \"rankvar\": 2761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2764, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2146, \"group\": [1095.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCTACCAGA\", \"ini\": 824, \"clust\": 667, \"rank\": 2773, \"rankvar\": 1571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2765, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2147, \"group\": [670.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCATCGGAT\", \"ini\": 823, \"clust\": 738, \"rank\": 2965, \"rankvar\": 2548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2766, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2148, \"group\": [738.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCTCGCATC\", \"ini\": 822, \"clust\": 508, \"rank\": 2791, \"rankvar\": 1200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2767, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2149, \"group\": [507.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCGTTTATC\", \"ini\": 821, \"clust\": 212, \"rank\": 2760, \"rankvar\": 3423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2768, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2765, \"group\": [207.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTGCGAAAC\", \"ini\": 820, \"clust\": 748, \"rank\": 2702, \"rankvar\": 2033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2769, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2150, \"group\": [750.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGATCGATA\", \"ini\": 819, \"clust\": 714, \"rank\": 2872, \"rankvar\": 1256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2770, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2151, \"group\": [716.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGCTAACTC\", \"ini\": 818, \"clust\": 496, \"rank\": 2618, \"rankvar\": 1582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2771, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2152, \"group\": [495.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTGGCCCTA\", \"ini\": 817, \"clust\": 140, \"rank\": 2812, \"rankvar\": 2622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2766, \"group\": [140.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTACTTAC\", \"ini\": 816, \"clust\": 557, \"rank\": 2673, \"rankvar\": 881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2773, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2153, \"group\": [556.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCCACGAAT\", \"ini\": 815, \"clust\": 500, \"rank\": 2714, \"rankvar\": 1761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2774, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2154, \"group\": [501.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGAACAG\", \"ini\": 814, \"clust\": 740, \"rank\": 2829, \"rankvar\": 1746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2775, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2155, \"group\": [742.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCCAAGCCG\", \"ini\": 813, \"clust\": 527, \"rank\": 2640, \"rankvar\": 1511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2776, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2156, \"group\": [526.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTAGT\", \"ini\": 812, \"clust\": 627, \"rank\": 2755, \"rankvar\": 2027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2777, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2157, \"group\": [626.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCACAGTAC\", \"ini\": 811, \"clust\": 602, \"rank\": 2749, \"rankvar\": 2167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2778, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2158, \"group\": [602.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGTGAAGTT\", \"ini\": 810, \"clust\": 298, \"rank\": 2690, \"rankvar\": 2305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2779, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2159, \"group\": [297.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACAAATCCGT\", \"ini\": 809, \"clust\": 805, \"rank\": 2674, \"rankvar\": 2474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2780, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2160, \"group\": [804.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCACCGATAT\", \"ini\": 808, \"clust\": 1105, \"rank\": 2629, \"rankvar\": 1813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2781, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2161, \"group\": [1104.0, 148.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGCGATCG\", \"ini\": 807, \"clust\": 135, \"rank\": 2854, \"rankvar\": 3301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2782, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2767, \"group\": [134.0, 55.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTTCCACAA\", \"ini\": 806, \"clust\": 820, \"rank\": 2849, \"rankvar\": 2530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2783, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2162, \"group\": [820.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCTCAACA\", \"ini\": 805, \"clust\": 666, \"rank\": 2676, \"rankvar\": 2675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2784, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2163, \"group\": [664.0, 117.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCACAAGACG\", \"ini\": 804, \"clust\": 541, \"rank\": 2840, \"rankvar\": 2180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2785, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2164, \"group\": [543.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTCACATTCGA\", \"ini\": 803, \"clust\": 479, \"rank\": 2758, \"rankvar\": 2396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2786, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2165, \"group\": [478.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTGCGATG\", \"ini\": 802, \"clust\": 1399, \"rank\": 2732, \"rankvar\": 2710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1653, \"group\": [1396.0, 219.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCAGCACAT\", \"ini\": 801, \"clust\": 487, \"rank\": 2705, \"rankvar\": 1931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2788, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2166, \"group\": [487.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGTTCGAT\", \"ini\": 800, \"clust\": 521, \"rank\": 2698, \"rankvar\": 1543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2789, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2167, \"group\": [521.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCGGCTCA\", \"ini\": 799, \"clust\": 281, \"rank\": 2620, \"rankvar\": 1585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2790, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2168, \"group\": [280.0, 81.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGATGTGG\", \"ini\": 798, \"clust\": 1108, \"rank\": 2666, \"rankvar\": 2883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2791, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2169, \"group\": [1107.0, 150.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAAAGGTGC\", \"ini\": 797, \"clust\": 654, \"rank\": 2605, \"rankvar\": 2739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2792, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2170, \"group\": [656.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGTACGTTC\", \"ini\": 796, \"clust\": 599, \"rank\": 2739, \"rankvar\": 1920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2793, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2171, \"group\": [598.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTAAACCTC\", \"ini\": 795, \"clust\": 1080, \"rank\": 2626, \"rankvar\": 2805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2794, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2172, \"group\": [1081.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCTCGTTTA\", \"ini\": 794, \"clust\": 841, \"rank\": 2875, \"rankvar\": 1889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2795, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2173, \"group\": [846.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCGTCGTTC\", \"ini\": 793, \"clust\": 698, \"rank\": 2718, \"rankvar\": 1379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2796, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2174, \"group\": [697.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCACAAACC\", \"ini\": 792, \"clust\": 787, \"rank\": 2742, \"rankvar\": 1416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2797, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2175, \"group\": [790.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAATCCGT\", \"ini\": 791, \"clust\": 735, \"rank\": 2723, \"rankvar\": 1665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2798, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2176, \"group\": [734.0, 124.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTAGCGTGA\", \"ini\": 790, \"clust\": 529, \"rank\": 2642, \"rankvar\": 2673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2177, \"group\": [534.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCCGCTGA\", \"ini\": 789, \"clust\": 596, \"rank\": 2793, \"rankvar\": 2142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2178, \"group\": [594.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAGTAGATTAG\", \"ini\": 788, \"clust\": 482, \"rank\": 2822, \"rankvar\": 1622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2801, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2179, \"group\": [485.0, 108.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGCTAGGT\", \"ini\": 787, \"clust\": 990, \"rank\": 2796, \"rankvar\": 1340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2802, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2180, \"group\": [990.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACATGGGAAC\", \"ini\": 786, \"clust\": 1237, \"rank\": 3166, \"rankvar\": 3155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1832, \"group\": [1238.0, 192.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTGTTTGC\", \"ini\": 785, \"clust\": 3546, \"rank\": 3294, \"rankvar\": 3571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2804, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 154, \"group\": [3549.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCAGGTC\", \"ini\": 784, \"clust\": 280, \"rank\": 2707, \"rankvar\": 2498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2805, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2181, \"group\": [282.0, 81.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGATCACGG\", \"ini\": 783, \"clust\": 460, \"rank\": 2929, \"rankvar\": 2140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2806, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2182, \"group\": [460.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCATGACGGA\", \"ini\": 782, \"clust\": 546, \"rank\": 2731, \"rankvar\": 1996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2183, \"group\": [545.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCATAACCTG\", \"ini\": 781, \"clust\": 682, \"rank\": 2763, \"rankvar\": 2654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2808, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2184, \"group\": [679.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTGTTGAA\", \"ini\": 780, \"clust\": 544, \"rank\": 2801, \"rankvar\": 2145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2809, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2185, \"group\": [541.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCAACTCTT\", \"ini\": 779, \"clust\": 547, \"rank\": 2680, \"rankvar\": 2398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2810, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2186, \"group\": [546.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAACACCTA\", \"ini\": 778, \"clust\": 471, \"rank\": 2853, \"rankvar\": 1980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2811, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2187, \"group\": [480.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGCAATCTC\", \"ini\": 777, \"clust\": 629, \"rank\": 2753, \"rankvar\": 610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2812, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2188, \"group\": [628.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTAGCACGA\", \"ini\": 776, \"clust\": 985, \"rank\": 2795, \"rankvar\": 2291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2813, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2189, \"group\": [984.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAGGAACGT\", \"ini\": 775, \"clust\": 545, \"rank\": 2663, \"rankvar\": 2133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2814, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2190, \"group\": [547.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGTTGAGG\", \"ini\": 774, \"clust\": 683, \"rank\": 2699, \"rankvar\": 2625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2815, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2191, \"group\": [680.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGTAAGTAC\", \"ini\": 773, \"clust\": 113, \"rank\": 2557, \"rankvar\": 3300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2816, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2768, \"group\": [116.0, 47.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTCGT\", \"ini\": 772, \"clust\": 598, \"rank\": 2783, \"rankvar\": 2661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2817, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2192, \"group\": [600.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTTGCCGT\", \"ini\": 771, \"clust\": 504, \"rank\": 2781, \"rankvar\": 1671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2818, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2193, \"group\": [505.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAGCCACCA\", \"ini\": 770, \"clust\": 472, \"rank\": 2794, \"rankvar\": 1264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2819, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2194, \"group\": [471.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGTCGTTTG\", \"ini\": 769, \"clust\": 463, \"rank\": 2810, \"rankvar\": 1446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2820, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2195, \"group\": [464.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCTAGGCA\", \"ini\": 768, \"clust\": 147, \"rank\": 2761, \"rankvar\": 3444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2821, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2769, \"group\": [147.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGCCAACAG\", \"ini\": 767, \"clust\": 550, \"rank\": 2692, \"rankvar\": 1429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2822, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2196, \"group\": [550.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGACG\", \"ini\": 766, \"clust\": 153, \"rank\": 2728, \"rankvar\": 2959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2823, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2770, \"group\": [153.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGTCTGAGTGT\", \"ini\": 765, \"clust\": 700, \"rank\": 2789, \"rankvar\": 971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2824, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2197, \"group\": [699.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCATTTGGG\", \"ini\": 764, \"clust\": 701, \"rank\": 2820, \"rankvar\": 1168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2825, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2198, \"group\": [700.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCACCT\", \"ini\": 763, \"clust\": 286, \"rank\": 2909, \"rankvar\": 2082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2826, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2199, \"group\": [286.0, 83.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCAGACAGGT\", \"ini\": 762, \"clust\": 974, \"rank\": 2896, \"rankvar\": 1867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2827, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2200, \"group\": [974.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGCCAGAA\", \"ini\": 761, \"clust\": 282, \"rank\": 2798, \"rankvar\": 1639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2828, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2201, \"group\": [281.0, 81.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGTAGC\", \"ini\": 760, \"clust\": 1220, \"rank\": 2539, \"rankvar\": 2916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2829, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2990, \"group\": [1220.0, 175.0, 28.0, 7.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGGCTGAA\", \"ini\": 759, \"clust\": 137, \"rank\": 3053, \"rankvar\": 1632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2830, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2771, \"group\": [138.0, 55.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCACACTGCG\", \"ini\": 758, \"clust\": 593, \"rank\": 2778, \"rankvar\": 2034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2831, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2202, \"group\": [591.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCCACTCCA\", \"ini\": 757, \"clust\": 806, \"rank\": 2782, \"rankvar\": 1063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2832, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2203, \"group\": [805.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCAACGGGA\", \"ini\": 756, \"clust\": 958, \"rank\": 2861, \"rankvar\": 2565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2833, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2204, \"group\": [958.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTACCTGC\", \"ini\": 755, \"clust\": 636, \"rank\": 2833, \"rankvar\": 731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2834, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2205, \"group\": [636.0, 114.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATCGGGT\", \"ini\": 754, \"clust\": 299, \"rank\": 2720, \"rankvar\": 2842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2835, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2206, \"group\": [298.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCACAGTAC\", \"ini\": 753, \"clust\": 452, \"rank\": 2815, \"rankvar\": 2192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2836, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2207, \"group\": [452.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGACCTC\", \"ini\": 752, \"clust\": 425, \"rank\": 2695, \"rankvar\": 1809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2837, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2208, \"group\": [424.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTAGTTCCACA\", \"ini\": 751, \"clust\": 685, \"rank\": 2804, \"rankvar\": 3104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2838, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2209, \"group\": [685.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTCTCAAC\", \"ini\": 750, \"clust\": 679, \"rank\": 2634, \"rankvar\": 2965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2839, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2210, \"group\": [683.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCTAAGAT\", \"ini\": 749, \"clust\": 1009, \"rank\": 3008, \"rankvar\": 674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2840, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2211, \"group\": [1009.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACATGTCTCC\", \"ini\": 748, \"clust\": 647, \"rank\": 2613, \"rankvar\": 1644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2841, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2212, \"group\": [657.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCTAAGCCA\", \"ini\": 747, \"clust\": 145, \"rank\": 2802, \"rankvar\": 3341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2842, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2772, \"group\": [148.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACTAGGC\", \"ini\": 746, \"clust\": 645, \"rank\": 2741, \"rankvar\": 2094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2843, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2213, \"group\": [643.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCACGACTA\", \"ini\": 745, \"clust\": 736, \"rank\": 2844, \"rankvar\": 2721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2844, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2214, \"group\": [736.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCAGTTCGA\", \"ini\": 744, \"clust\": 789, \"rank\": 2843, \"rankvar\": 1128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2845, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2215, \"group\": [787.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTTCAACACTG\", \"ini\": 743, \"clust\": 781, \"rank\": 2863, \"rankvar\": 1393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2216, \"group\": [780.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCGTATAGTAG\", \"ini\": 742, \"clust\": 832, \"rank\": 2975, \"rankvar\": 533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2847, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2217, \"group\": [832.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCGAGCCCA\", \"ini\": 741, \"clust\": 608, \"rank\": 2743, \"rankvar\": 2175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2848, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2218, \"group\": [607.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTGCCTGTG\", \"ini\": 740, \"clust\": 681, \"rank\": 2712, \"rankvar\": 2121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2849, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2219, \"group\": [681.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCGGATCA\", \"ini\": 739, \"clust\": 1029, \"rank\": 2856, \"rankvar\": 2913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2850, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2220, \"group\": [1029.0, 135.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCATTGCGGC\", \"ini\": 738, \"clust\": 643, \"rank\": 2779, \"rankvar\": 2220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2851, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2221, \"group\": [642.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGTCTCG\", \"ini\": 737, \"clust\": 268, \"rank\": 2551, \"rankvar\": 2373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2852, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2841, \"group\": [268.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGCCGGTAA\", \"ini\": 736, \"clust\": 791, \"rank\": 2799, \"rankvar\": 940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2853, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2222, \"group\": [793.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTCATTACCTT\", \"ini\": 735, \"clust\": 746, \"rank\": 2886, \"rankvar\": 2157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2854, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2223, \"group\": [743.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGATGCCTT\", \"ini\": 734, \"clust\": 443, \"rank\": 2762, \"rankvar\": 1913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2855, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2224, \"group\": [445.0, 105.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCCGTAGGC\", \"ini\": 733, \"clust\": 515, \"rank\": 2759, \"rankvar\": 1679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2856, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2225, \"group\": [514.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACTTACGA\", \"ini\": 732, \"clust\": 993, \"rank\": 3072, \"rankvar\": 576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2857, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2226, \"group\": [996.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTAGATGA\", \"ini\": 731, \"clust\": 1015, \"rank\": 3032, \"rankvar\": 443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2858, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2227, \"group\": [1015.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAAATTGCC\", \"ini\": 730, \"clust\": 571, \"rank\": 2894, \"rankvar\": 2432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2228, \"group\": [573.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATCCGCGA\", \"ini\": 729, \"clust\": 154, \"rank\": 2709, \"rankvar\": 3310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2860, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2773, \"group\": [154.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTCATTA\", \"ini\": 728, \"clust\": 692, \"rank\": 2883, \"rankvar\": 747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2861, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2229, \"group\": [688.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGCTAGTCT\", \"ini\": 727, \"clust\": 132, \"rank\": 3087, \"rankvar\": 2907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2862, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2774, \"group\": [133.0, 55.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCTGATACG\", \"ini\": 726, \"clust\": 321, \"rank\": 2823, \"rankvar\": 2723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2863, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2230, \"group\": [321.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGTATCGAA\", \"ini\": 725, \"clust\": 412, \"rank\": 2922, \"rankvar\": 2526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2864, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2231, \"group\": [410.0, 97.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTACTTCTT\", \"ini\": 724, \"clust\": 903, \"rank\": 3011, \"rankvar\": 699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2865, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2232, \"group\": [902.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAGGTA\", \"ini\": 723, \"clust\": 537, \"rank\": 2697, \"rankvar\": 1742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2866, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2233, \"group\": [537.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTGAGTTC\", \"ini\": 722, \"clust\": 631, \"rank\": 2830, \"rankvar\": 828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2867, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2234, \"group\": [630.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGAATGGG\", \"ini\": 721, \"clust\": 488, \"rank\": 2814, \"rankvar\": 754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2235, \"group\": [488.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTAGGGTG\", \"ini\": 720, \"clust\": 630, \"rank\": 2805, \"rankvar\": 1710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2869, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2236, \"group\": [629.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAAGATGCCTT\", \"ini\": 719, \"clust\": 757, \"rank\": 2824, \"rankvar\": 2134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2870, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2237, \"group\": [757.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCAAGCG\", \"ini\": 718, \"clust\": 205, \"rank\": 2745, \"rankvar\": 3125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2871, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2775, \"group\": [205.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCGTCTTC\", \"ini\": 717, \"clust\": 597, \"rank\": 2882, \"rankvar\": 1871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2872, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2238, \"group\": [595.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTCTGATTG\", \"ini\": 716, \"clust\": 411, \"rank\": 2906, \"rankvar\": 1049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2873, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2239, \"group\": [412.0, 97.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATCTACGA\", \"ini\": 715, \"clust\": 579, \"rank\": 2966, \"rankvar\": 1717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2874, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2240, \"group\": [579.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAACCGCCA\", \"ini\": 714, \"clust\": 287, \"rank\": 2866, \"rankvar\": 2486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2875, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2241, \"group\": [287.0, 83.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTAAGCC\", \"ini\": 713, \"clust\": 600, \"rank\": 2785, \"rankvar\": 1225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2876, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2242, \"group\": [599.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCAAGCGA\", \"ini\": 712, \"clust\": 962, \"rank\": 2928, \"rankvar\": 853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2877, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2243, \"group\": [961.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTAATCACC\", \"ini\": 711, \"clust\": 152, \"rank\": 2839, \"rankvar\": 2478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2878, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2776, \"group\": [155.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCACGAAACG\", \"ini\": 710, \"clust\": 980, \"rank\": 2851, \"rankvar\": 1378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2879, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2244, \"group\": [979.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATTCCTCG\", \"ini\": 709, \"clust\": 773, \"rank\": 2981, \"rankvar\": 2624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2880, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2245, \"group\": [775.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGAGATGAG\", \"ini\": 708, \"clust\": 744, \"rank\": 3051, \"rankvar\": 2813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2881, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2246, \"group\": [746.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCCCACT\", \"ini\": 707, \"clust\": 150, \"rank\": 2767, \"rankvar\": 2889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2882, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2777, \"group\": [151.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGACTACT\", \"ini\": 706, \"clust\": 774, \"rank\": 2945, \"rankvar\": 1439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2247, \"group\": [773.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTGGTAAT\", \"ini\": 705, \"clust\": 747, \"rank\": 3014, \"rankvar\": 2463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2884, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2248, \"group\": [744.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCAGCTTAG\", \"ini\": 704, \"clust\": 434, \"rank\": 2869, \"rankvar\": 2188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2885, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2249, \"group\": [432.0, 102.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTGATGTGG\", \"ini\": 703, \"clust\": 951, \"rank\": 2914, \"rankvar\": 2178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2886, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2250, \"group\": [949.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCATATGCTG\", \"ini\": 702, \"clust\": 415, \"rank\": 2924, \"rankvar\": 2576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2887, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2251, \"group\": [415.0, 99.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCAAACGTGG\", \"ini\": 701, \"clust\": 1111, \"rank\": 2636, \"rankvar\": 2048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2888, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2922, \"group\": [1114.0, 153.0, 24.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGCTCGCA\", \"ini\": 700, \"clust\": 961, \"rank\": 2904, \"rankvar\": 875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2889, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2252, \"group\": [963.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACACCATGTA\", \"ini\": 699, \"clust\": 486, \"rank\": 2831, \"rankvar\": 2026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2890, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2253, \"group\": [484.0, 108.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGATGCCAG\", \"ini\": 698, \"clust\": 464, \"rank\": 2835, \"rankvar\": 1934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2891, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2254, \"group\": [462.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAGCCTAT\", \"ini\": 697, \"clust\": 741, \"rank\": 2959, \"rankvar\": 2295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2892, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2255, \"group\": [740.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCGCGCCAA\", \"ini\": 696, \"clust\": 405, \"rank\": 3071, \"rankvar\": 2131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2893, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2256, \"group\": [1026.0, 133.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATCGGTTA\", \"ini\": 695, \"clust\": 3550, \"rank\": 3276, \"rankvar\": 3585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2894, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 155, \"group\": [3546.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTCGTACT\", \"ini\": 694, \"clust\": 656, \"rank\": 2870, \"rankvar\": 2268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2257, \"group\": [653.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCTAGCACA\", \"ini\": 693, \"clust\": 657, \"rank\": 2818, \"rankvar\": 2011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2896, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2258, \"group\": [654.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTCACTGGC\", \"ini\": 692, \"clust\": 171, \"rank\": 2954, \"rankvar\": 2927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2897, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2778, \"group\": [178.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTAACG\", \"ini\": 691, \"clust\": 725, \"rank\": 2977, \"rankvar\": 2022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2898, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2259, \"group\": [726.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATGGT\", \"ini\": 690, \"clust\": 554, \"rank\": 2786, \"rankvar\": 1091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2899, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2260, \"group\": [554.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGCACCGCT\", \"ini\": 689, \"clust\": 804, \"rank\": 2809, \"rankvar\": 1528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2900, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2261, \"group\": [806.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCCA\", \"ini\": 688, \"clust\": 758, \"rank\": 2912, \"rankvar\": 2147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2901, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2262, \"group\": [758.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGACACCA\", \"ini\": 687, \"clust\": 836, \"rank\": 2967, \"rankvar\": 787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2902, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2263, \"group\": [838.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCGCATGGC\", \"ini\": 686, \"clust\": 250, \"rank\": 2951, \"rankvar\": 724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2903, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2264, \"group\": [257.0, 71.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCCTGTAGA\", \"ini\": 685, \"clust\": 86, \"rank\": 2567, \"rankvar\": 2826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2904, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2265, \"group\": [86.0, 37.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCGTCTGCT\", \"ini\": 684, \"clust\": 477, \"rank\": 2920, \"rankvar\": 1502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2905, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2266, \"group\": [476.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGCCTAA\", \"ini\": 683, \"clust\": 555, \"rank\": 2700, \"rankvar\": 1784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2906, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2267, \"group\": [555.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGAGGCT\", \"ini\": 682, \"clust\": 517, \"rank\": 2764, \"rankvar\": 970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2907, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2268, \"group\": [519.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCTCTCGT\", \"ini\": 681, \"clust\": 528, \"rank\": 2645, \"rankvar\": 2604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2908, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2269, \"group\": [527.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGCAACGA\", \"ini\": 680, \"clust\": 1544, \"rank\": 3280, \"rankvar\": 1208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1654, \"group\": [1544.0, 262.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCATTGGCGC\", \"ini\": 679, \"clust\": 777, \"rank\": 2941, \"rankvar\": 1794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2910, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2270, \"group\": [777.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACACGACTCG\", \"ini\": 678, \"clust\": 523, \"rank\": 2919, \"rankvar\": 2090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2911, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2271, \"group\": [523.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACATTAGGCT\", \"ini\": 677, \"clust\": 320, \"rank\": 2842, \"rankvar\": 3224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2912, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2272, \"group\": [323.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCTCTAAGG\", \"ini\": 676, \"clust\": 431, \"rank\": 2726, \"rankvar\": 2455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2913, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2273, \"group\": [430.0, 102.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAAGTGTA\", \"ini\": 675, \"clust\": 609, \"rank\": 2855, \"rankvar\": 1205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2914, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2274, \"group\": [608.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCATAGCAC\", \"ini\": 674, \"clust\": 766, \"rank\": 2978, \"rankvar\": 1101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2915, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2275, \"group\": [768.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGTACGTTC\", \"ini\": 673, \"clust\": 1031, \"rank\": 2757, \"rankvar\": 2859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2916, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2276, \"group\": [1034.0, 136.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTCATTGGGCC\", \"ini\": 672, \"clust\": 564, \"rank\": 2679, \"rankvar\": 2588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2917, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2277, \"group\": [564.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCTGTTGAG\", \"ini\": 671, \"clust\": 737, \"rank\": 2944, \"rankvar\": 802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2918, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2278, \"group\": [737.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCCAAAGTC\", \"ini\": 670, \"clust\": 535, \"rank\": 2821, \"rankvar\": 1638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2919, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2279, \"group\": [539.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTGGTCTCG\", \"ini\": 669, \"clust\": 677, \"rank\": 2838, \"rankvar\": 2447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2920, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2280, \"group\": [675.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCAGCATGT\", \"ini\": 668, \"clust\": 639, \"rank\": 2942, \"rankvar\": 925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2921, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2281, \"group\": [638.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGAGCCCAA\", \"ini\": 667, \"clust\": 751, \"rank\": 2899, \"rankvar\": 1966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2922, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2282, \"group\": [751.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTCATGCTGGC\", \"ini\": 666, \"clust\": 708, \"rank\": 3000, \"rankvar\": 981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2923, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2283, \"group\": [711.0, 122.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGGTGACTACT\", \"ini\": 665, \"clust\": 511, \"rank\": 2865, \"rankvar\": 2254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2924, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2284, \"group\": [509.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTCACAGGTTT\", \"ini\": 664, \"clust\": 530, \"rank\": 2797, \"rankvar\": 1789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2925, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2285, \"group\": [529.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTAAATGTG\", \"ini\": 663, \"clust\": 623, \"rank\": 2776, \"rankvar\": 2321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2926, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2286, \"group\": [635.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTATCTGCA\", \"ini\": 662, \"clust\": 304, \"rank\": 2877, \"rankvar\": 2400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2927, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2287, \"group\": [307.0, 85.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGGAACTGC\", \"ini\": 661, \"clust\": 754, \"rank\": 2857, \"rankvar\": 1328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2928, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2288, \"group\": [754.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTTCCGTCT\", \"ini\": 660, \"clust\": 144, \"rank\": 2895, \"rankvar\": 3303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2929, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2779, \"group\": [144.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCTGAAAGA\", \"ini\": 659, \"clust\": 755, \"rank\": 2976, \"rankvar\": 1231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2930, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2289, \"group\": [755.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTTCACCTC\", \"ini\": 658, \"clust\": 795, \"rank\": 2918, \"rankvar\": 2290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2931, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2290, \"group\": [794.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACGGTAAG\", \"ini\": 657, \"clust\": 595, \"rank\": 2900, \"rankvar\": 2038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2932, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2291, \"group\": [596.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGTGAAGTT\", \"ini\": 656, \"clust\": 790, \"rank\": 2974, \"rankvar\": 1137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2933, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2292, \"group\": [788.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCGTGGTCG\", \"ini\": 655, \"clust\": 305, \"rank\": 2766, \"rankvar\": 3392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2934, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2293, \"group\": [306.0, 85.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGTGAACGC\", \"ini\": 654, \"clust\": 760, \"rank\": 2938, \"rankvar\": 2780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2935, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2294, \"group\": [762.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCAGCGTTCG\", \"ini\": 653, \"clust\": 742, \"rank\": 3075, \"rankvar\": 882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2295, \"group\": [741.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCAACACTG\", \"ini\": 652, \"clust\": 558, \"rank\": 2775, \"rankvar\": 1557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2937, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2296, \"group\": [557.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGTGCCATT\", \"ini\": 651, \"clust\": 690, \"rank\": 2923, \"rankvar\": 638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2938, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2297, \"group\": [691.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGAGGTTGC\", \"ini\": 650, \"clust\": 1030, \"rank\": 2873, \"rankvar\": 3210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2939, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2298, \"group\": [1030.0, 135.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTGTGCGTC\", \"ini\": 649, \"clust\": 581, \"rank\": 3055, \"rankvar\": 1030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2940, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2299, \"group\": [581.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCACCTAA\", \"ini\": 648, \"clust\": 148, \"rank\": 2858, \"rankvar\": 3069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2941, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2780, \"group\": [149.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGAGATCGGGT\", \"ini\": 647, \"clust\": 749, \"rank\": 2852, \"rankvar\": 766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2300, \"group\": [748.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTGAGTGT\", \"ini\": 646, \"clust\": 1545, \"rank\": 3327, \"rankvar\": 1985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1655, \"group\": [1545.0, 262.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTAGAGTGC\", \"ini\": 645, \"clust\": 704, \"rank\": 2988, \"rankvar\": 1581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2944, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2301, \"group\": [702.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTTGCGTTA\", \"ini\": 644, \"clust\": 818, \"rank\": 3007, \"rankvar\": 2392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2945, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2302, \"group\": [817.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCACGGC\", \"ini\": 643, \"clust\": 404, \"rank\": 3001, \"rankvar\": 2421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2946, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2303, \"group\": [402.0, 94.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTAGGGTGTGT\", \"ini\": 642, \"clust\": 622, \"rank\": 2930, \"rankvar\": 2722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2947, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2304, \"group\": [620.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCACGTCTCT\", \"ini\": 641, \"clust\": 970, \"rank\": 3015, \"rankvar\": 934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2948, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2305, \"group\": [969.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAGGCAGTA\", \"ini\": 640, \"clust\": 699, \"rank\": 2874, \"rankvar\": 1512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2949, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2306, \"group\": [698.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTTACTGAC\", \"ini\": 639, \"clust\": 300, \"rank\": 2737, \"rankvar\": 3395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2950, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2781, \"group\": [308.0, 86.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTCGACTAT\", \"ini\": 638, \"clust\": 783, \"rank\": 2848, \"rankvar\": 2298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2951, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2307, \"group\": [783.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCATGGGAAC\", \"ini\": 637, \"clust\": 619, \"rank\": 2952, \"rankvar\": 1356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2952, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2308, \"group\": [622.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACGCATA\", \"ini\": 636, \"clust\": 480, \"rank\": 2949, \"rankvar\": 3128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2953, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2309, \"group\": [479.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCGCGTAGC\", \"ini\": 635, \"clust\": 797, \"rank\": 2991, \"rankvar\": 381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2954, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2310, \"group\": [799.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCCTAGAAC\", \"ini\": 634, \"clust\": 764, \"rank\": 2990, \"rankvar\": 1681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2311, \"group\": [764.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGGAATGGA\", \"ini\": 633, \"clust\": 497, \"rank\": 2860, \"rankvar\": 1750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2956, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2312, \"group\": [496.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACTCCTG\", \"ini\": 632, \"clust\": 494, \"rank\": 2816, \"rankvar\": 2494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2313, \"group\": [494.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACAAACTGTC\", \"ini\": 631, \"clust\": 1032, \"rank\": 2868, \"rankvar\": 2312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2958, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2314, \"group\": [1032.0, 136.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTTGCGCAC\", \"ini\": 630, \"clust\": 810, \"rank\": 3045, \"rankvar\": 3015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2959, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2315, \"group\": [813.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATGTCGG\", \"ini\": 629, \"clust\": 159, \"rank\": 2903, \"rankvar\": 3232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2960, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2316, \"group\": [160.0, 57.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACTGGGT\", \"ini\": 628, \"clust\": 502, \"rank\": 2867, \"rankvar\": 1978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2961, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2317, \"group\": [500.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGGACAGCT\", \"ini\": 627, \"clust\": 566, \"rank\": 2811, \"rankvar\": 2186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2962, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2318, \"group\": [561.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGAACTGT\", \"ini\": 626, \"clust\": 847, \"rank\": 2948, \"rankvar\": 2256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2963, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2319, \"group\": [853.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTTGACAC\", \"ini\": 625, \"clust\": 269, \"rank\": 2599, \"rankvar\": 2584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2964, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2842, \"group\": [269.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGCGTAGTG\", \"ini\": 624, \"clust\": 782, \"rank\": 3010, \"rankvar\": 1468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2965, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2320, \"group\": [781.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCCATAC\", \"ini\": 623, \"clust\": 127, \"rank\": 2845, \"rankvar\": 3246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2966, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2782, \"group\": [128.0, 53.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCTCCGGTT\", \"ini\": 622, \"clust\": 617, \"rank\": 2907, \"rankvar\": 2243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2967, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2321, \"group\": [614.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTTACCTA\", \"ini\": 621, \"clust\": 149, \"rank\": 2825, \"rankvar\": 3298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2968, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2783, \"group\": [150.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTCAGGCTGAA\", \"ini\": 620, \"clust\": 992, \"rank\": 3046, \"rankvar\": 1778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2969, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2322, \"group\": [992.0, 130.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATCACAC\", \"ini\": 619, \"clust\": 444, \"rank\": 2953, \"rankvar\": 1654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2323, \"group\": [443.0, 105.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCATCATC\", \"ini\": 618, \"clust\": 580, \"rank\": 3074, \"rankvar\": 1375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2971, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2324, \"group\": [580.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCACGTG\", \"ini\": 617, \"clust\": 565, \"rank\": 2765, \"rankvar\": 1727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2972, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2325, \"group\": [563.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTCGGACG\", \"ini\": 616, \"clust\": 705, \"rank\": 3017, \"rankvar\": 1818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2973, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2326, \"group\": [707.0, 121.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTCGTATT\", \"ini\": 615, \"clust\": 634, \"rank\": 3019, \"rankvar\": 555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2974, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2327, \"group\": [632.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGAACTCGG\", \"ini\": 614, \"clust\": 995, \"rank\": 3135, \"rankvar\": 1295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2975, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2328, \"group\": [993.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACCGAT\", \"ini\": 613, \"clust\": 445, \"rank\": 2890, \"rankvar\": 2210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2976, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2329, \"group\": [444.0, 105.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATGCAATC\", \"ini\": 612, \"clust\": 616, \"rank\": 2871, \"rankvar\": 1624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2977, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2330, \"group\": [616.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACGTCA\", \"ini\": 611, \"clust\": 981, \"rank\": 2926, \"rankvar\": 2355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2978, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2331, \"group\": [980.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGTTACCT\", \"ini\": 610, \"clust\": 834, \"rank\": 3022, \"rankvar\": 1394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2979, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2332, \"group\": [834.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTATCCTA\", \"ini\": 609, \"clust\": 567, \"rank\": 2790, \"rankvar\": 2457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2980, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2333, \"group\": [562.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGGCTAGCA\", \"ini\": 608, \"clust\": 648, \"rank\": 3005, \"rankvar\": 1115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2981, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2334, \"group\": [649.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCCTAATT\", \"ini\": 607, \"clust\": 540, \"rank\": 2964, \"rankvar\": 2028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2982, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2335, \"group\": [544.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCTGGTTCC\", \"ini\": 606, \"clust\": 837, \"rank\": 3091, \"rankvar\": 1670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2983, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2336, \"group\": [836.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGATAGCAT\", \"ini\": 605, \"clust\": 505, \"rank\": 3021, \"rankvar\": 1364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2984, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2337, \"group\": [503.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGACAAGCC\", \"ini\": 604, \"clust\": 1028, \"rank\": 2901, \"rankvar\": 3269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2985, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2338, \"group\": [1031.0, 135.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATTCACT\", \"ini\": 603, \"clust\": 796, \"rank\": 2937, \"rankvar\": 2019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2986, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2339, \"group\": [795.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCGGCGCAT\", \"ini\": 602, \"clust\": 691, \"rank\": 2973, \"rankvar\": 2930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2987, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2340, \"group\": [690.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTACCGAT\", \"ini\": 601, \"clust\": 672, \"rank\": 2979, \"rankvar\": 2264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2988, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2341, \"group\": [673.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAACTTGAC\", \"ini\": 600, \"clust\": 785, \"rank\": 3034, \"rankvar\": 1260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2989, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2342, \"group\": [785.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTGACTCAT\", \"ini\": 599, \"clust\": 784, \"rank\": 2931, \"rankvar\": 1390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2990, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2343, \"group\": [784.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACATCTTT\", \"ini\": 598, \"clust\": 765, \"rank\": 3084, \"rankvar\": 613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2991, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2344, \"group\": [765.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCACTGGC\", \"ini\": 597, \"clust\": 531, \"rank\": 2887, \"rankvar\": 1110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2992, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2345, \"group\": [530.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTACACCGC\", \"ini\": 596, \"clust\": 975, \"rank\": 3004, \"rankvar\": 1768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2993, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2346, \"group\": [975.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCAGATAAG\", \"ini\": 595, \"clust\": 825, \"rank\": 3041, \"rankvar\": 1964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2994, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2347, \"group\": [825.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGTAAGG\", \"ini\": 594, \"clust\": 780, \"rank\": 3024, \"rankvar\": 646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2995, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2348, \"group\": [782.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGTGGTAGC\", \"ini\": 593, \"clust\": 628, \"rank\": 2970, \"rankvar\": 1627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2349, \"group\": [627.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGTCCTATGTT\", \"ini\": 592, \"clust\": 984, \"rank\": 2989, \"rankvar\": 2239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2997, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2350, \"group\": [986.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGCCATT\", \"ini\": 591, \"clust\": 697, \"rank\": 3093, \"rankvar\": 1221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2998, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2351, \"group\": [696.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCGCATGGC\", \"ini\": 590, \"clust\": 646, \"rank\": 2850, \"rankvar\": 2792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2352, \"group\": [644.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGAAAC\", \"ini\": 589, \"clust\": 750, \"rank\": 2792, \"rankvar\": 2088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3000, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2353, \"group\": [749.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAAGTTGTAGA\", \"ini\": 588, \"clust\": 610, \"rank\": 2892, \"rankvar\": 2006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3001, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2354, \"group\": [609.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATTCTTAC\", \"ini\": 587, \"clust\": 722, \"rank\": 3059, \"rankvar\": 2702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3002, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2355, \"group\": [719.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTTTGTG\", \"ini\": 586, \"clust\": 693, \"rank\": 3020, \"rankvar\": 2132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3003, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2356, \"group\": [689.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAGCATGAG\", \"ini\": 585, \"clust\": 1171, \"rank\": 3103, \"rankvar\": 29, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3004, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2923, \"group\": [1176.0, 166.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGAAACCAT\", \"ini\": 584, \"clust\": 971, \"rank\": 3058, \"rankvar\": 1412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3005, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2357, \"group\": [970.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACCCTCA\", \"ini\": 583, \"clust\": 409, \"rank\": 3067, \"rankvar\": 2803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3006, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2358, \"group\": [408.0, 97.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGTGCGTC\", \"ini\": 582, \"clust\": 743, \"rank\": 3182, \"rankvar\": 2705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3007, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2359, \"group\": [747.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTCCAACTA\", \"ini\": 581, \"clust\": 465, \"rank\": 2992, \"rankvar\": 1896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3008, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2360, \"group\": [463.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTAAATGTG\", \"ini\": 580, \"clust\": 516, \"rank\": 2947, \"rankvar\": 974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3009, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2361, \"group\": [515.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGGTGCACA\", \"ini\": 579, \"clust\": 551, \"rank\": 2828, \"rankvar\": 1999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3010, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2362, \"group\": [551.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAGTCGATT\", \"ini\": 578, \"clust\": 655, \"rank\": 2985, \"rankvar\": 2073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3011, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2363, \"group\": [655.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAAGGATT\", \"ini\": 577, \"clust\": 513, \"rank\": 2998, \"rankvar\": 777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3012, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2364, \"group\": [513.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTATCAGTC\", \"ini\": 576, \"clust\": 1184, \"rank\": 2888, \"rankvar\": 99, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3013, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2924, \"group\": [1184.0, 168.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAGGTA\", \"ini\": 575, \"clust\": 109, \"rank\": 3261, \"rankvar\": 3465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3014, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 180, \"group\": [107.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTGTTTGTG\", \"ini\": 574, \"clust\": 1538, \"rank\": 3274, \"rankvar\": 2126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1656, \"group\": [1537.0, 261.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCAGTCAGT\", \"ini\": 573, \"clust\": 678, \"rank\": 2946, \"rankvar\": 2288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2365, \"group\": [676.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACGTAAGG\", \"ini\": 572, \"clust\": 524, \"rank\": 2898, \"rankvar\": 1977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3017, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2366, \"group\": [524.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTCAGCGC\", \"ini\": 571, \"clust\": 618, \"rank\": 2932, \"rankvar\": 2470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3018, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2367, \"group\": [615.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCCGAGCCA\", \"ini\": 570, \"clust\": 788, \"rank\": 2962, \"rankvar\": 1345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3019, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2368, \"group\": [789.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGTCATCCA\", \"ini\": 569, \"clust\": 318, \"rank\": 3018, \"rankvar\": 3257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3020, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2369, \"group\": [318.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGAGGCTAGGT\", \"ini\": 568, \"clust\": 462, \"rank\": 2889, \"rankvar\": 1520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3021, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2370, \"group\": [465.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACCGAAAG\", \"ini\": 567, \"clust\": 728, \"rank\": 2940, \"rankvar\": 1526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3022, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2371, \"group\": [728.0, 124.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCTTCGGTC\", \"ini\": 566, \"clust\": 944, \"rank\": 3119, \"rankvar\": 672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3023, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2372, \"group\": [952.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGGATGCGT\", \"ini\": 565, \"clust\": 583, \"rank\": 3062, \"rankvar\": 922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3024, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2373, \"group\": [583.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCACATTCGA\", \"ini\": 564, \"clust\": 107, \"rank\": 3259, \"rankvar\": 3462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3025, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 181, \"group\": [108.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCTTTCCTC\", \"ini\": 563, \"clust\": 845, \"rank\": 3142, \"rankvar\": 2310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3026, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2374, \"group\": [844.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCATCCACGTTC\", \"ini\": 562, \"clust\": 1396, \"rank\": 2750, \"rankvar\": 3437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1657, \"group\": [1398.0, 220.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCAAGAAGAG\", \"ini\": 561, \"clust\": 979, \"rank\": 3079, \"rankvar\": 1995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3028, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2375, \"group\": [981.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCAACTGGCC\", \"ini\": 560, \"clust\": 473, \"rank\": 2958, \"rankvar\": 2884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3029, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2376, \"group\": [472.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTAATCACC\", \"ini\": 559, \"clust\": 273, \"rank\": 2664, \"rankvar\": 2161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3030, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2843, \"group\": [272.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCATGT\", \"ini\": 558, \"clust\": 718, \"rank\": 3102, \"rankvar\": 1666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3031, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2377, \"group\": [717.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATATGCA\", \"ini\": 557, \"clust\": 802, \"rank\": 2969, \"rankvar\": 1149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3032, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2378, \"group\": [802.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAATACCG\", \"ini\": 556, \"clust\": 967, \"rank\": 3039, \"rankvar\": 472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3033, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2379, \"group\": [966.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTTGCGG\", \"ini\": 555, \"clust\": 930, \"rank\": 3188, \"rankvar\": 1195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3034, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2380, \"group\": [930.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTCGG\", \"ini\": 554, \"clust\": 533, \"rank\": 2908, \"rankvar\": 2738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3035, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2381, \"group\": [531.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTTGTATC\", \"ini\": 553, \"clust\": 972, \"rank\": 3050, \"rankvar\": 1700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3036, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2382, \"group\": [971.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTATTGGA\", \"ini\": 552, \"clust\": 821, \"rank\": 3013, \"rankvar\": 3072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3037, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2383, \"group\": [821.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTGGAGAA\", \"ini\": 551, \"clust\": 815, \"rank\": 3094, \"rankvar\": 2097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3038, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2384, \"group\": [814.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTATATCCG\", \"ini\": 550, \"clust\": 549, \"rank\": 2950, \"rankvar\": 2571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3039, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2385, \"group\": [549.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCAGCATCATC\", \"ini\": 549, \"clust\": 946, \"rank\": 3153, \"rankvar\": 1387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3040, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2386, \"group\": [944.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCGCATGGC\", \"ini\": 548, \"clust\": 752, \"rank\": 3002, \"rankvar\": 1979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3041, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2387, \"group\": [752.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCGCCAGCA\", \"ini\": 547, \"clust\": 155, \"rank\": 2980, \"rankvar\": 3375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3042, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2784, \"group\": [158.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACATACGCCG\", \"ini\": 546, \"clust\": 955, \"rank\": 3035, \"rankvar\": 972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3043, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2388, \"group\": [953.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGCCCAACC\", \"ini\": 545, \"clust\": 1222, \"rank\": 2687, \"rankvar\": 3212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3044, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2991, \"group\": [1223.0, 177.0, 28.0, 7.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACACAGAGGT\", \"ini\": 544, \"clust\": 534, \"rank\": 2943, \"rankvar\": 2785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3045, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2389, \"group\": [532.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGAGTGTG\", \"ini\": 543, \"clust\": 807, \"rank\": 2862, \"rankvar\": 2557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3046, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2390, \"group\": [809.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTTCCGCAGTG\", \"ini\": 542, \"clust\": 786, \"rank\": 3025, \"rankvar\": 1437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3047, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2391, \"group\": [786.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGAGGACGG\", \"ini\": 541, \"clust\": 2998, \"rank\": 2927, \"rankvar\": 3277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3048, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2785, \"group\": [2998.0, 555.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGACATC\", \"ini\": 540, \"clust\": 715, \"rank\": 3124, \"rankvar\": 1257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3049, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2392, \"group\": [714.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAGGGTAC\", \"ini\": 539, \"clust\": 569, \"rank\": 2995, \"rankvar\": 2812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3050, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2393, \"group\": [568.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACAAGCCC\", \"ini\": 538, \"clust\": 739, \"rank\": 3108, \"rankvar\": 2922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3051, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2394, \"group\": [739.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGCCATAG\", \"ini\": 537, \"clust\": 808, \"rank\": 2915, \"rankvar\": 2754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3052, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2395, \"group\": [807.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGAGGGAACGG\", \"ini\": 536, \"clust\": 478, \"rank\": 3065, \"rankvar\": 1722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3053, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2396, \"group\": [477.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCCAAATGC\", \"ini\": 535, \"clust\": 141, \"rank\": 3006, \"rankvar\": 2990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3054, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2786, \"group\": [141.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCGTGAGT\", \"ini\": 534, \"clust\": 562, \"rank\": 2832, \"rankvar\": 2352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3055, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2397, \"group\": [566.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCCACT\", \"ini\": 533, \"clust\": 319, \"rank\": 3121, \"rankvar\": 3157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3056, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2398, \"group\": [319.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGTCCTC\", \"ini\": 532, \"clust\": 3462, \"rank\": 3438, \"rankvar\": 3526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3057, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 156, \"group\": [3464.0, 643.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATAACGA\", \"ini\": 531, \"clust\": 203, \"rank\": 2916, \"rankvar\": 3266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3058, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2787, \"group\": [212.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGCTTCT\", \"ini\": 530, \"clust\": 172, \"rank\": 2999, \"rankvar\": 2461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3059, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2788, \"group\": [171.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCCGGCACA\", \"ini\": 529, \"clust\": 775, \"rank\": 3115, \"rankvar\": 980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3060, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2399, \"group\": [774.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAAAGCGGT\", \"ini\": 528, \"clust\": 306, \"rank\": 2807, \"rankvar\": 3142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3061, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2400, \"group\": [304.0, 85.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTAAGTAC\", \"ini\": 527, \"clust\": 982, \"rank\": 3029, \"rankvar\": 1693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3062, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2401, \"group\": [982.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTAACCCT\", \"ini\": 526, \"clust\": 611, \"rank\": 2986, \"rankvar\": 813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3063, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2402, \"group\": [610.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTGAGTTC\", \"ini\": 525, \"clust\": 260, \"rank\": 3334, \"rankvar\": 1106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1658, \"group\": [258.0, 72.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCGCCTCA\", \"ini\": 524, \"clust\": 519, \"rank\": 2961, \"rankvar\": 1490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3065, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2403, \"group\": [518.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTAATAGCA\", \"ini\": 523, \"clust\": 987, \"rank\": 3069, \"rankvar\": 1743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3066, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2404, \"group\": [987.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTAGCCTAT\", \"ini\": 522, \"clust\": 649, \"rank\": 3096, \"rankvar\": 1116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3067, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2405, \"group\": [647.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTTACGGAG\", \"ini\": 521, \"clust\": 1021, \"rank\": 3123, \"rankvar\": 1782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3068, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2406, \"group\": [1020.0, 132.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTCTGTCG\", \"ini\": 520, \"clust\": 965, \"rank\": 3030, \"rankvar\": 1915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3069, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2407, \"group\": [964.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGCCAACAG\", \"ini\": 519, \"clust\": 246, \"rank\": 2784, \"rankvar\": 3346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3070, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2789, \"group\": [246.0, 68.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAGTCCCTACT\", \"ini\": 518, \"clust\": 1001, \"rank\": 3287, \"rankvar\": 2381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3071, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2408, \"group\": [1000.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGACAAAGG\", \"ini\": 517, \"clust\": 817, \"rank\": 3105, \"rankvar\": 2572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2409, \"group\": [819.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTGAGTTC\", \"ini\": 516, \"clust\": 3531, \"rank\": 3457, \"rankvar\": 3574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3073, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 157, \"group\": [3530.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTGCTTG\", \"ini\": 515, \"clust\": 986, \"rank\": 3028, \"rankvar\": 2443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3074, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2410, \"group\": [985.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTATGCGT\", \"ini\": 514, \"clust\": 902, \"rank\": 3147, \"rankvar\": 1733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3075, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2411, \"group\": [904.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTGTAGAGTGC\", \"ini\": 513, \"clust\": 582, \"rank\": 3040, \"rankvar\": 2515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3076, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2412, \"group\": [582.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACTGAAGG\", \"ini\": 512, \"clust\": 670, \"rank\": 3061, \"rankvar\": 2193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3077, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2413, \"group\": [668.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCAGAGCAATT\", \"ini\": 511, \"clust\": 637, \"rank\": 3081, \"rankvar\": 2550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3078, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2414, \"group\": [637.0, 114.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTAAGTGTA\", \"ini\": 510, \"clust\": 673, \"rank\": 3027, \"rankvar\": 2177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3079, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2415, \"group\": [671.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCTTGTCC\", \"ini\": 509, \"clust\": 702, \"rank\": 3110, \"rankvar\": 621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3080, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2416, \"group\": [703.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTTGTACAC\", \"ini\": 508, \"clust\": 650, \"rank\": 3068, \"rankvar\": 1470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3081, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2417, \"group\": [648.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCAGGACA\", \"ini\": 507, \"clust\": 798, \"rank\": 3120, \"rankvar\": 1199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2418, \"group\": [797.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCCGTCAG\", \"ini\": 506, \"clust\": 726, \"rank\": 3160, \"rankvar\": 1489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3083, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2419, \"group\": [724.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACAGCCCA\", \"ini\": 505, \"clust\": 563, \"rank\": 2935, \"rankvar\": 2646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3084, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2420, \"group\": [565.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACAGGAATCG\", \"ini\": 504, \"clust\": 498, \"rank\": 3009, \"rankvar\": 2495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3085, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2421, \"group\": [497.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTATCCGA\", \"ini\": 503, \"clust\": 731, \"rank\": 2905, \"rankvar\": 2273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2422, \"group\": [730.0, 124.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTCTCATT\", \"ini\": 502, \"clust\": 954, \"rank\": 3023, \"rankvar\": 2233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3087, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2423, \"group\": [955.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGAACAACT\", \"ini\": 501, \"clust\": 819, \"rank\": 3076, \"rankvar\": 3198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3088, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2424, \"group\": [818.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGGTGTTA\", \"ini\": 500, \"clust\": 756, \"rank\": 3113, \"rankvar\": 2798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3089, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2425, \"group\": [756.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAATTCCTT\", \"ini\": 499, \"clust\": 532, \"rank\": 3048, \"rankvar\": 2356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2426, \"group\": [533.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGATGAGAG\", \"ini\": 498, \"clust\": 1241, \"rank\": 3388, \"rankvar\": 3398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3091, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1833, \"group\": [1242.0, 194.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTTCGTCTC\", \"ini\": 497, \"clust\": 723, \"rank\": 3145, \"rankvar\": 2307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3092, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2427, \"group\": [720.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGAGGGATA\", \"ini\": 496, \"clust\": 803, \"rank\": 3064, \"rankvar\": 2068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3093, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2428, \"group\": [803.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTGGACGAT\", \"ini\": 495, \"clust\": 661, \"rank\": 3026, \"rankvar\": 2341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3094, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2429, \"group\": [660.0, 116.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGGTGCCT\", \"ini\": 494, \"clust\": 139, \"rank\": 3080, \"rankvar\": 2389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3095, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2790, \"group\": [142.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCGCCAAAT\", \"ini\": 493, \"clust\": 1033, \"rank\": 2934, \"rankvar\": 2154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3096, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2430, \"group\": [1033.0, 136.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGGTGGAT\", \"ini\": 492, \"clust\": 945, \"rank\": 3118, \"rankvar\": 2125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3097, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2431, \"group\": [946.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTTGAGTTC\", \"ini\": 491, \"clust\": 525, \"rank\": 2911, \"rankvar\": 1986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3098, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2432, \"group\": [525.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCAAGAAGT\", \"ini\": 490, \"clust\": 461, \"rank\": 3099, \"rankvar\": 2923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3099, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2433, \"group\": [461.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCACGTGAGA\", \"ini\": 489, \"clust\": 732, \"rank\": 3031, \"rankvar\": 2251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3100, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2434, \"group\": [731.0, 124.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGTCGATAA\", \"ini\": 488, \"clust\": 949, \"rank\": 3143, \"rankvar\": 2104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3101, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2435, \"group\": [947.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACCCATGG\", \"ini\": 487, \"clust\": 720, \"rank\": 3037, \"rankvar\": 2206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2436, \"group\": [722.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCATGTTCCC\", \"ini\": 486, \"clust\": 301, \"rank\": 3049, \"rankvar\": 2635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3103, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2437, \"group\": [303.0, 85.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCCACCCAGTG\", \"ini\": 485, \"clust\": 996, \"rank\": 3192, \"rankvar\": 857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3104, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2438, \"group\": [994.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGACTCGGA\", \"ini\": 484, \"clust\": 638, \"rank\": 2993, \"rankvar\": 1159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3105, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2439, \"group\": [640.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTGTTAG\", \"ini\": 483, \"clust\": 322, \"rank\": 3125, \"rankvar\": 3088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3106, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2440, \"group\": [322.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGCAGGCTA\", \"ini\": 482, \"clust\": 133, \"rank\": 3162, \"rankvar\": 3284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3107, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2791, \"group\": [137.0, 55.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCACCT\", \"ini\": 481, \"clust\": 633, \"rank\": 3111, \"rankvar\": 1757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3108, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2441, \"group\": [634.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCAGTTCGA\", \"ini\": 480, \"clust\": 838, \"rank\": 3109, \"rankvar\": 794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3109, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2442, \"group\": [837.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGAGGTACC\", \"ini\": 479, \"clust\": 556, \"rank\": 2982, \"rankvar\": 2712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3110, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2443, \"group\": [558.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTAGTGAAT\", \"ini\": 478, \"clust\": 792, \"rank\": 2996, \"rankvar\": 2110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3111, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2444, \"group\": [791.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAGCTGTT\", \"ini\": 477, \"clust\": 577, \"rank\": 2987, \"rankvar\": 2086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2445, \"group\": [576.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCACAGATGAGC\", \"ini\": 476, \"clust\": 969, \"rank\": 3117, \"rankvar\": 1469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2446, \"group\": [973.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCTCACATT\", \"ini\": 475, \"clust\": 640, \"rank\": 3082, \"rankvar\": 2963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3114, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2447, \"group\": [639.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACCATGTA\", \"ini\": 474, \"clust\": 129, \"rank\": 3003, \"rankvar\": 3319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3115, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2792, \"group\": [130.0, 54.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCATGTCCC\", \"ini\": 473, \"clust\": 767, \"rank\": 3129, \"rankvar\": 2007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3116, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2448, \"group\": [766.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCGCCAGCA\", \"ini\": 472, \"clust\": 313, \"rank\": 3090, \"rankvar\": 2427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3117, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2449, \"group\": [313.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGGACGTA\", \"ini\": 471, \"clust\": 778, \"rank\": 3104, \"rankvar\": 2209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3118, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2450, \"group\": [778.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTAGAGCTG\", \"ini\": 470, \"clust\": 833, \"rank\": 3172, \"rankvar\": 1737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3119, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2451, \"group\": [833.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCTAACTGG\", \"ini\": 469, \"clust\": 924, \"rank\": 3138, \"rankvar\": 1860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2452, \"group\": [921.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGACCGGAT\", \"ini\": 468, \"clust\": 572, \"rank\": 3077, \"rankvar\": 376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3121, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2453, \"group\": [571.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTATTCTC\", \"ini\": 467, \"clust\": 573, \"rank\": 3063, \"rankvar\": 1454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3122, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2454, \"group\": [572.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGGGATCTG\", \"ini\": 466, \"clust\": 136, \"rank\": 3146, \"rankvar\": 2836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3123, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2793, \"group\": [135.0, 55.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGAGGGAG\", \"ini\": 465, \"clust\": 539, \"rank\": 3012, \"rankvar\": 2412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3124, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2455, \"group\": [536.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACTTAACG\", \"ini\": 464, \"clust\": 762, \"rank\": 3054, \"rankvar\": 2996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3125, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2456, \"group\": [759.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTTAAGATG\", \"ini\": 463, \"clust\": 668, \"rank\": 3085, \"rankvar\": 1777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3126, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2457, \"group\": [669.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTAGCGTCC\", \"ini\": 462, \"clust\": 553, \"rank\": 2878, \"rankvar\": 2868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3127, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2458, \"group\": [553.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCATCCTAGA\", \"ini\": 461, \"clust\": 413, \"rank\": 3207, \"rankvar\": 3195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3128, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2459, \"group\": [411.0, 97.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCTTGGTC\", \"ini\": 460, \"clust\": 794, \"rank\": 3083, \"rankvar\": 706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3129, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2460, \"group\": [796.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGACA\", \"ini\": 459, \"clust\": 3529, \"rank\": 3406, \"rankvar\": 3567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1659, \"group\": [3528.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAGACACTT\", \"ini\": 458, \"clust\": 896, \"rank\": 3223, \"rankvar\": 424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3131, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2461, \"group\": [895.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTGGTGTAG\", \"ini\": 457, \"clust\": 302, \"rank\": 3047, \"rankvar\": 2649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3132, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2462, \"group\": [301.0, 85.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTAGAAGGA\", \"ini\": 456, \"clust\": 839, \"rank\": 3122, \"rankvar\": 1300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3133, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2463, \"group\": [839.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCAGGCTCAC\", \"ini\": 455, \"clust\": 926, \"rank\": 3204, \"rankvar\": 287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3134, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2464, \"group\": [923.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTGTCCGT\", \"ini\": 454, \"clust\": 503, \"rank\": 3106, \"rankvar\": 1032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3135, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2465, \"group\": [511.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCAATAAGG\", \"ini\": 453, \"clust\": 909, \"rank\": 3189, \"rankvar\": 294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3136, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2466, \"group\": [908.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAGTCGACTAT\", \"ini\": 452, \"clust\": 262, \"rank\": 3418, \"rankvar\": 3337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1660, \"group\": [264.0, 75.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCACAGTAC\", \"ini\": 451, \"clust\": 652, \"rank\": 3098, \"rankvar\": 1481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3138, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2467, \"group\": [650.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATGCCAG\", \"ini\": 450, \"clust\": 1194, \"rank\": 3044, \"rankvar\": 151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3139, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2925, \"group\": [1193.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGATGTGG\", \"ini\": 449, \"clust\": 606, \"rank\": 3060, \"rankvar\": 2046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3140, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2468, \"group\": [605.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACTGTCGG\", \"ini\": 448, \"clust\": 474, \"rank\": 3164, \"rankvar\": 1561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3141, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2469, \"group\": [475.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCGCCAAAT\", \"ini\": 447, \"clust\": 724, \"rank\": 3229, \"rankvar\": 1039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3142, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2470, \"group\": [727.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCACCCTATC\", \"ini\": 446, \"clust\": 126, \"rank\": 3107, \"rankvar\": 3174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3143, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2794, \"group\": [127.0, 53.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGAGCCAA\", \"ini\": 445, \"clust\": 911, \"rank\": 3136, \"rankvar\": 2405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3144, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2471, \"group\": [917.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTACCGCTG\", \"ini\": 444, \"clust\": 307, \"rank\": 3042, \"rankvar\": 3311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3145, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2472, \"group\": [305.0, 85.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACATTTGCTT\", \"ini\": 443, \"clust\": 329, \"rank\": 3194, \"rankvar\": 3256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3146, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2795, \"group\": [332.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTGTACC\", \"ini\": 442, \"clust\": 835, \"rank\": 3152, \"rankvar\": 2686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3147, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2473, \"group\": [835.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATTGCGA\", \"ini\": 441, \"clust\": 1020, \"rank\": 3200, \"rankvar\": 1942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2474, \"group\": [1022.0, 132.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTGTACCAGTT\", \"ini\": 440, \"clust\": 952, \"rank\": 3137, \"rankvar\": 2252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3149, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2475, \"group\": [950.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGCTACCGC\", \"ini\": 439, \"clust\": 846, \"rank\": 3186, \"rankvar\": 1838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3150, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2476, \"group\": [845.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGAGGGTT\", \"ini\": 438, \"clust\": 963, \"rank\": 3169, \"rankvar\": 2159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3151, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2477, \"group\": [962.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTAGAAAGG\", \"ini\": 437, \"clust\": 799, \"rank\": 3130, \"rankvar\": 2129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3152, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2478, \"group\": [798.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGACTAGAT\", \"ini\": 436, \"clust\": 763, \"rank\": 3086, \"rankvar\": 2871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3153, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2479, \"group\": [760.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTACGCCC\", \"ini\": 435, \"clust\": 1185, \"rank\": 3033, \"rankvar\": 350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3154, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2926, \"group\": [1182.0, 168.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCGAGGTAG\", \"ini\": 434, \"clust\": 247, \"rank\": 2827, \"rankvar\": 3414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3155, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2796, \"group\": [247.0, 68.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCGAACC\", \"ini\": 433, \"clust\": 940, \"rank\": 3233, \"rankvar\": 1583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2480, \"group\": [942.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTACGACT\", \"ini\": 432, \"clust\": 177, \"rank\": 3195, \"rankvar\": 3249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3157, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2797, \"group\": [175.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCAGGCGAA\", \"ini\": 431, \"clust\": 716, \"rank\": 3273, \"rankvar\": 2031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3158, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2481, \"group\": [715.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGTTAGCGG\", \"ini\": 430, \"clust\": 887, \"rank\": 3262, \"rankvar\": 1426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3159, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2482, \"group\": [885.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGCTGAAAT\", \"ini\": 429, \"clust\": 178, \"rank\": 3116, \"rankvar\": 2746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3160, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2798, \"group\": [176.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCAGGGTATG\", \"ini\": 428, \"clust\": 258, \"rank\": 3375, \"rankvar\": 1451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1661, \"group\": [261.0, 73.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCATACTG\", \"ini\": 427, \"clust\": 559, \"rank\": 2972, \"rankvar\": 2807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3162, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2483, \"group\": [559.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCTGCCAG\", \"ini\": 426, \"clust\": 771, \"rank\": 3187, \"rankvar\": 333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3163, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2484, \"group\": [771.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTGCCTTGG\", \"ini\": 425, \"clust\": 179, \"rank\": 3073, \"rankvar\": 3110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3164, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2799, \"group\": [183.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGCACACAG\", \"ini\": 424, \"clust\": 163, \"rank\": 2997, \"rankvar\": 2957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3165, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2800, \"group\": [184.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCTGATACG\", \"ini\": 423, \"clust\": 721, \"rank\": 3168, \"rankvar\": 1683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3166, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2485, \"group\": [721.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGTCATC\", \"ini\": 422, \"clust\": 651, \"rank\": 3097, \"rankvar\": 2420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3167, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2486, \"group\": [652.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCGGATGTT\", \"ini\": 421, \"clust\": 624, \"rank\": 3157, \"rankvar\": 1843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3168, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2487, \"group\": [625.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGAGGTAGA\", \"ini\": 420, \"clust\": 138, \"rank\": 3231, \"rankvar\": 2797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3169, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2801, \"group\": [139.0, 55.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGACAAGCC\", \"ini\": 419, \"clust\": 332, \"rank\": 3244, \"rankvar\": 3181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3170, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2802, \"group\": [333.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCATACAGCT\", \"ini\": 418, \"clust\": 270, \"rank\": 2955, \"rankvar\": 2329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3171, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2844, \"group\": [270.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACAGTTC\", \"ini\": 417, \"clust\": 966, \"rank\": 3177, \"rankvar\": 918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2488, \"group\": [965.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGTTTGCGT\", \"ini\": 416, \"clust\": 800, \"rank\": 3043, \"rankvar\": 1618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3173, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2489, \"group\": [800.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGTAG\", \"ini\": 415, \"clust\": 842, \"rank\": 3228, \"rankvar\": 2536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3174, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2490, \"group\": [843.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACACTGTTAG\", \"ini\": 414, \"clust\": 174, \"rank\": 3114, \"rankvar\": 3294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3175, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2803, \"group\": [177.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCTCA\", \"ini\": 413, \"clust\": 635, \"rank\": 3185, \"rankvar\": 458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3176, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2491, \"group\": [633.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGATCGATA\", \"ini\": 412, \"clust\": 303, \"rank\": 3128, \"rankvar\": 2404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3177, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2492, \"group\": [302.0, 85.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCTAAACC\", \"ini\": 411, \"clust\": 130, \"rank\": 3139, \"rankvar\": 3261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3178, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2804, \"group\": [131.0, 54.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTAGCGC\", \"ini\": 410, \"clust\": 1010, \"rank\": 3217, \"rankvar\": 2156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3179, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2493, \"group\": [1010.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCATGTTCCC\", \"ini\": 409, \"clust\": 779, \"rank\": 3144, \"rankvar\": 2023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2494, \"group\": [779.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGCACTTAAGC\", \"ini\": 408, \"clust\": 829, \"rank\": 3219, \"rankvar\": 2892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2495, \"group\": [831.0, 128.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATATGCTG\", \"ini\": 407, \"clust\": 934, \"rank\": 3269, \"rankvar\": 2488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3182, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2496, \"group\": [936.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTACAGCAG\", \"ini\": 406, \"clust\": 719, \"rank\": 3272, \"rankvar\": 1891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3183, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2497, \"group\": [718.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCATAACCG\", \"ini\": 405, \"clust\": 1115, \"rank\": 2960, \"rankvar\": 2766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3184, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2927, \"group\": [1116.0, 155.0, 24.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGGCACTA\", \"ini\": 404, \"clust\": 801, \"rank\": 3095, \"rankvar\": 1072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3185, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2498, \"group\": [801.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTGTAAGGGCT\", \"ini\": 403, \"clust\": 675, \"rank\": 3078, \"rankvar\": 2234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3186, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2499, \"group\": [678.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCTTAATC\", \"ini\": 402, \"clust\": 410, \"rank\": 3218, \"rankvar\": 2660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3187, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2500, \"group\": [409.0, 97.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGTTGGC\", \"ini\": 401, \"clust\": 536, \"rank\": 2956, \"rankvar\": 1829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3188, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2501, \"group\": [538.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGAATTGTG\", \"ini\": 400, \"clust\": 151, \"rank\": 3101, \"rankvar\": 3323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3189, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2805, \"group\": [152.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGGCATTGG\", \"ini\": 399, \"clust\": 843, \"rank\": 3232, \"rankvar\": 1251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3190, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2502, \"group\": [841.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTACCGAGA\", \"ini\": 398, \"clust\": 1113, \"rank\": 2925, \"rankvar\": 2419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3191, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2928, \"group\": [1113.0, 153.0, 24.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACGGTAAG\", \"ini\": 397, \"clust\": 874, \"rank\": 3222, \"rankvar\": 2041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3192, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2503, \"group\": [873.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCGTCATC\", \"ini\": 396, \"clust\": 727, \"rank\": 3165, \"rankvar\": 2095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3193, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2504, \"group\": [725.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTCAGATAA\", \"ini\": 395, \"clust\": 925, \"rank\": 3206, \"rankvar\": 1983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3194, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2505, \"group\": [922.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGGGAACGG\", \"ini\": 394, \"clust\": 175, \"rank\": 3202, \"rankvar\": 3140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3195, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2806, \"group\": [173.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCATCCGGGT\", \"ini\": 393, \"clust\": 923, \"rank\": 3243, \"rankvar\": 1799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3196, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2506, \"group\": [925.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGAGTGACC\", \"ini\": 392, \"clust\": 983, \"rank\": 3175, \"rankvar\": 1175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2507, \"group\": [983.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATAGCTGATAA\", \"ini\": 391, \"clust\": 912, \"rank\": 3158, \"rankvar\": 1606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3198, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2508, \"group\": [911.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTATGCGT\", \"ini\": 390, \"clust\": 483, \"rank\": 3088, \"rankvar\": 2459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3199, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2509, \"group\": [481.0, 108.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCACCAGCAC\", \"ini\": 389, \"clust\": 844, \"rank\": 3234, \"rankvar\": 919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2510, \"group\": [842.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTCGCATAT\", \"ini\": 388, \"clust\": 499, \"rank\": 3089, \"rankvar\": 1608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3201, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2511, \"group\": [498.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTCTGGC\", \"ini\": 387, \"clust\": 850, \"rank\": 3251, \"rankvar\": 994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3202, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2512, \"group\": [852.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTGCGTAA\", \"ini\": 386, \"clust\": 653, \"rank\": 3112, \"rankvar\": 2163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3203, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2513, \"group\": [651.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCCATTCTA\", \"ini\": 385, \"clust\": 948, \"rank\": 3221, \"rankvar\": 1787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3204, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2514, \"group\": [951.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATGTTCCC\", \"ini\": 384, \"clust\": 941, \"rank\": 3303, \"rankvar\": 1505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3205, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2515, \"group\": [941.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGTGCCTG\", \"ini\": 383, \"clust\": 1000, \"rank\": 3321, \"rankvar\": 2370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3206, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2516, \"group\": [1004.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGTAGCCGA\", \"ini\": 382, \"clust\": 729, \"rank\": 3176, \"rankvar\": 2037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3207, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2517, \"group\": [729.0, 124.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGGGTCA\", \"ini\": 381, \"clust\": 914, \"rank\": 3237, \"rankvar\": 1384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3208, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2518, \"group\": [913.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCACGGTTA\", \"ini\": 380, \"clust\": 1149, \"rank\": 3213, \"rankvar\": 1952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3209, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2992, \"group\": [1150.0, 159.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCGTTTATC\", \"ini\": 379, \"clust\": 1121, \"rank\": 3052, \"rankvar\": 2970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3210, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2993, \"group\": [1120.0, 157.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCAGTATCTCG\", \"ini\": 378, \"clust\": 632, \"rank\": 3174, \"rankvar\": 1508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3211, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2519, \"group\": [631.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCTTGCATT\", \"ini\": 377, \"clust\": 816, \"rank\": 3279, \"rankvar\": 2988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3212, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2520, \"group\": [815.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGTACGTTC\", \"ini\": 376, \"clust\": 973, \"rank\": 3198, \"rankvar\": 1847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3213, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2521, \"group\": [972.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTACCGAT\", \"ini\": 375, \"clust\": 931, \"rank\": 3363, \"rankvar\": 2484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3214, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2522, \"group\": [931.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGCATGGATGG\", \"ini\": 374, \"clust\": 314, \"rank\": 3181, \"rankvar\": 2833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3215, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2523, \"group\": [314.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAGCAGTTT\", \"ini\": 373, \"clust\": 176, \"rank\": 3197, \"rankvar\": 2451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2807, \"group\": [174.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGTTACCCA\", \"ini\": 372, \"clust\": 988, \"rank\": 3156, \"rankvar\": 2349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3217, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2524, \"group\": [988.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGAATCTCC\", \"ini\": 371, \"clust\": 309, \"rank\": 3167, \"rankvar\": 2636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3218, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2525, \"group\": [310.0, 87.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGTACGATA\", \"ini\": 370, \"clust\": 938, \"rank\": 3267, \"rankvar\": 718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3219, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2526, \"group\": [937.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCCAACGG\", \"ini\": 369, \"clust\": 893, \"rank\": 3331, \"rankvar\": 791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3220, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2527, \"group\": [897.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCTCCAATGGT\", \"ini\": 368, \"clust\": 506, \"rank\": 3131, \"rankvar\": 2212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2528, \"group\": [504.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACTATTC\", \"ini\": 367, \"clust\": 475, \"rank\": 3215, \"rankvar\": 2250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3222, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2529, \"group\": [473.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGTGGTCCC\", \"ini\": 366, \"clust\": 1005, \"rank\": 3395, \"rankvar\": 1307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3223, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2530, \"group\": [1005.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGGCACA\", \"ini\": 365, \"clust\": 1017, \"rank\": 3300, \"rankvar\": 2109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3224, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2531, \"group\": [1019.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGTTGTCGT\", \"ini\": 364, \"clust\": 1187, \"rank\": 3066, \"rankvar\": 2375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3225, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2929, \"group\": [1185.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTACCAGTT\", \"ini\": 363, \"clust\": 812, \"rank\": 3248, \"rankvar\": 1973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3226, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2532, \"group\": [810.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAACAATC\", \"ini\": 362, \"clust\": 1188, \"rank\": 3056, \"rankvar\": 1551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3227, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2930, \"group\": [1186.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCTTTCTC\", \"ini\": 361, \"clust\": 761, \"rank\": 3179, \"rankvar\": 2573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3228, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2533, \"group\": [761.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTAGGGTG\", \"ini\": 360, \"clust\": 814, \"rank\": 3191, \"rankvar\": 2724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3229, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2534, \"group\": [816.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCTCTCGT\", \"ini\": 359, \"clust\": 180, \"rank\": 3159, \"rankvar\": 3040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3230, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2808, \"group\": [179.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCAAACTC\", \"ini\": 358, \"clust\": 891, \"rank\": 3296, \"rankvar\": 509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3231, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2535, \"group\": [891.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTTCAT\", \"ini\": 357, \"clust\": 977, \"rank\": 3235, \"rankvar\": 2091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3232, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2536, \"group\": [976.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGACAGCC\", \"ini\": 356, \"clust\": 852, \"rank\": 3226, \"rankvar\": 757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3233, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2537, \"group\": [849.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGCGTTTC\", \"ini\": 355, \"clust\": 1022, \"rank\": 3211, \"rankvar\": 2072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3234, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2538, \"group\": [1021.0, 132.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCACTGGC\", \"ini\": 354, \"clust\": 793, \"rank\": 3126, \"rankvar\": 1689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3235, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2539, \"group\": [792.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTTATGCGT\", \"ini\": 353, \"clust\": 274, \"rank\": 2921, \"rankvar\": 2940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3236, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2845, \"group\": [273.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTTCCACA\", \"ini\": 352, \"clust\": 848, \"rank\": 3250, \"rankvar\": 2258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2540, \"group\": [847.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGTGAGTG\", \"ini\": 351, \"clust\": 745, \"rank\": 3220, \"rankvar\": 2204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3238, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2541, \"group\": [745.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCAGGTTCA\", \"ini\": 350, \"clust\": 928, \"rank\": 3319, \"rankvar\": 1943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3239, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2542, \"group\": [928.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCGCTTG\", \"ini\": 349, \"clust\": 927, \"rank\": 3270, \"rankvar\": 1480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3240, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2543, \"group\": [924.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTATTAGCC\", \"ini\": 348, \"clust\": 889, \"rank\": 3309, \"rankvar\": 512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3241, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2544, \"group\": [889.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAAGCGGT\", \"ini\": 347, \"clust\": 625, \"rank\": 3201, \"rankvar\": 1837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3242, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2545, \"group\": [623.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCAACTGCTA\", \"ini\": 346, \"clust\": 939, \"rank\": 3314, \"rankvar\": 1614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3243, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2546, \"group\": [938.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCATTTGCTT\", \"ini\": 345, \"clust\": 276, \"rank\": 2936, \"rankvar\": 3240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2547, \"group\": [278.0, 79.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGCTTCGCG\", \"ini\": 344, \"clust\": 1024, \"rank\": 3313, \"rankvar\": 1564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3245, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2548, \"group\": [1023.0, 132.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGAAGGCCT\", \"ini\": 343, \"clust\": 484, \"rank\": 3141, \"rankvar\": 2905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2549, \"group\": [482.0, 108.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGGTCTCGTTC\", \"ini\": 342, \"clust\": 913, \"rank\": 3271, \"rankvar\": 2315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3247, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2550, \"group\": [912.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTCCACT\", \"ini\": 341, \"clust\": 167, \"rank\": 3140, \"rankvar\": 2810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2809, \"group\": [166.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCAAGGCTCC\", \"ini\": 340, \"clust\": 897, \"rank\": 3297, \"rankvar\": 1157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2551, \"group\": [896.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAAGGAG\", \"ini\": 339, \"clust\": 1197, \"rank\": 3127, \"rankvar\": 317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3250, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2931, \"group\": [1197.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTAAGATG\", \"ini\": 338, \"clust\": 871, \"rank\": 3253, \"rankvar\": 1023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2552, \"group\": [871.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCATCCGCGA\", \"ini\": 337, \"clust\": 1152, \"rank\": 3163, \"rankvar\": 1449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3252, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2932, \"group\": [1216.0, 172.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTTGGAGGT\", \"ini\": 336, \"clust\": 1202, \"rank\": 3180, \"rankvar\": 598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3253, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2933, \"group\": [1205.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGGAGC\", \"ini\": 335, \"clust\": 330, \"rank\": 3350, \"rankvar\": 3151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3254, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2810, \"group\": [330.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGTAGGCCA\", \"ini\": 334, \"clust\": 978, \"rank\": 3298, \"rankvar\": 2815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2553, \"group\": [977.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTGGGAT\", \"ini\": 333, \"clust\": 476, \"rank\": 3252, \"rankvar\": 2555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3256, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2554, \"group\": [474.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGCATGGC\", \"ini\": 332, \"clust\": 910, \"rank\": 3316, \"rankvar\": 762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2555, \"group\": [909.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCGCTTGTC\", \"ini\": 331, \"clust\": 1181, \"rank\": 3199, \"rankvar\": 2958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3258, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2934, \"group\": [1214.0, 170.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCGATATA\", \"ini\": 330, \"clust\": 1016, \"rank\": 3307, \"rankvar\": 1309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3259, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2556, \"group\": [1016.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTGACGTT\", \"ini\": 329, \"clust\": 997, \"rank\": 3398, \"rankvar\": 2444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3260, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2557, \"group\": [999.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTGGAGCC\", \"ini\": 328, \"clust\": 173, \"rank\": 3161, \"rankvar\": 2521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2811, \"group\": [172.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACACATTCGA\", \"ini\": 327, \"clust\": 994, \"rank\": 3299, \"rankvar\": 1132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3262, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2558, \"group\": [995.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGTGGTAAT\", \"ini\": 326, \"clust\": 1195, \"rank\": 3184, \"rankvar\": 291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3263, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2935, \"group\": [1191.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGTTCGA\", \"ini\": 325, \"clust\": 277, \"rank\": 3016, \"rankvar\": 3086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3264, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2846, \"group\": [276.0, 79.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACACCGCTAG\", \"ini\": 324, \"clust\": 937, \"rank\": 3335, \"rankvar\": 1078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3265, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2559, \"group\": [943.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACAGTTCCCT\", \"ini\": 323, \"clust\": 964, \"rank\": 3275, \"rankvar\": 2580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3266, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2560, \"group\": [968.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGCTGAACG\", \"ini\": 322, \"clust\": 877, \"rank\": 3293, \"rankvar\": 1793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3267, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2561, \"group\": [880.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCAGCTCGG\", \"ini\": 321, \"clust\": 809, \"rank\": 3170, \"rankvar\": 2650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3268, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2562, \"group\": [808.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTGCTCCT\", \"ini\": 320, \"clust\": 916, \"rank\": 3317, \"rankvar\": 1621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3269, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2563, \"group\": [915.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTGACTCAT\", \"ini\": 319, \"clust\": 849, \"rank\": 3254, \"rankvar\": 677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3270, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2564, \"group\": [848.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGTGTTTGC\", \"ini\": 318, \"clust\": 1132, \"rank\": 3150, \"rankvar\": 2639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3271, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2994, \"group\": [1132.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCAAAGCG\", \"ini\": 317, \"clust\": 956, \"rank\": 3264, \"rankvar\": 2207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3272, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2565, \"group\": [954.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGTTCGATC\", \"ini\": 316, \"clust\": 1173, \"rank\": 3356, \"rankvar\": 20, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3273, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2936, \"group\": [1174.0, 166.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCACTCCTG\", \"ini\": 315, \"clust\": 169, \"rank\": 3171, \"rankvar\": 2982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3274, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2812, \"group\": [168.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTCACACGC\", \"ini\": 314, \"clust\": 1023, \"rank\": 3242, \"rankvar\": 1064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3275, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2566, \"group\": [1025.0, 132.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGAAGGACA\", \"ini\": 313, \"clust\": 162, \"rank\": 3100, \"rankvar\": 3332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2813, \"group\": [162.0, 57.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCATATCG\", \"ini\": 312, \"clust\": 323, \"rank\": 3155, \"rankvar\": 1879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3277, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2847, \"group\": [324.0, 89.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACTCTGTC\", \"ini\": 311, \"clust\": 935, \"rank\": 3365, \"rankvar\": 833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3278, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2567, \"group\": [934.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGAGCTACCTA\", \"ini\": 310, \"clust\": 259, \"rank\": 3462, \"rankvar\": 2973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1662, \"group\": [260.0, 72.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCGTTATGTGC\", \"ini\": 309, \"clust\": 324, \"rank\": 3208, \"rankvar\": 1389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3280, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2568, \"group\": [325.0, 89.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAATGCCAT\", \"ini\": 308, \"clust\": 626, \"rank\": 3236, \"rankvar\": 1684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3281, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2569, \"group\": [624.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCTCATTCA\", \"ini\": 307, \"clust\": 840, \"rank\": 3230, \"rankvar\": 1902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3282, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2570, \"group\": [840.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTACCCAAT\", \"ini\": 306, \"clust\": 1025, \"rank\": 3351, \"rankvar\": 1800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3283, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2571, \"group\": [1024.0, 132.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTAAA\", \"ini\": 305, \"clust\": 904, \"rank\": 3315, \"rankvar\": 2591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3284, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2572, \"group\": [903.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAAGGACTG\", \"ini\": 304, \"clust\": 822, \"rank\": 3212, \"rankvar\": 2659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3285, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2573, \"group\": [822.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAAAGTCAA\", \"ini\": 303, \"clust\": 662, \"rank\": 3308, \"rankvar\": 2664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3286, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2574, \"group\": [661.0, 116.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAGACAGGT\", \"ini\": 302, \"clust\": 1214, \"rank\": 3209, \"rankvar\": 818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3287, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2937, \"group\": [1211.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTAAGCACG\", \"ini\": 301, \"clust\": 853, \"rank\": 3286, \"rankvar\": 1910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3288, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2575, \"group\": [850.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCGTTGCC\", \"ini\": 300, \"clust\": 1122, \"rank\": 3173, \"rankvar\": 2966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3289, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2995, \"group\": [1121.0, 157.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCAAGATCC\", \"ini\": 299, \"clust\": 114, \"rank\": 3258, \"rankvar\": 2720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3290, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2814, \"group\": [114.0, 46.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCCATGCGCAC\", \"ini\": 298, \"clust\": 156, \"rank\": 3241, \"rankvar\": 3013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3291, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2815, \"group\": [156.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGACCTTTG\", \"ini\": 297, \"clust\": 950, \"rank\": 3332, \"rankvar\": 1669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3292, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2576, \"group\": [948.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGGTTGT\", \"ini\": 296, \"clust\": 936, \"rank\": 3343, \"rankvar\": 1633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2577, \"group\": [935.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCATGGTCA\", \"ini\": 295, \"clust\": 823, \"rank\": 3268, \"rankvar\": 1795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3294, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2578, \"group\": [823.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGGGAGTAA\", \"ini\": 294, \"clust\": 3547, \"rank\": 3441, \"rankvar\": 3583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3295, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 158, \"group\": [3548.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAAGGACAC\", \"ini\": 293, \"clust\": 998, \"rank\": 3385, \"rankvar\": 2039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3296, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2579, \"group\": [997.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCATCAGTAC\", \"ini\": 292, \"clust\": 976, \"rank\": 3328, \"rankvar\": 1651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2580, \"group\": [978.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCACCCAGTG\", \"ini\": 291, \"clust\": 1190, \"rank\": 3214, \"rankvar\": 1726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3298, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2938, \"group\": [1190.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCCCAACGG\", \"ini\": 290, \"clust\": 157, \"rank\": 3278, \"rankvar\": 3032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3299, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2816, \"group\": [157.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCAGTCAGT\", \"ini\": 289, \"clust\": 128, \"rank\": 3132, \"rankvar\": 3213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2817, \"group\": [129.0, 53.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCTTACCTA\", \"ini\": 288, \"clust\": 854, \"rank\": 3306, \"rankvar\": 58, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3301, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2581, \"group\": [863.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAACGCACC\", \"ini\": 287, \"clust\": 568, \"rank\": 3256, \"rankvar\": 2656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3302, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2582, \"group\": [570.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGGCTA\", \"ini\": 286, \"clust\": 1192, \"rank\": 3154, \"rankvar\": 916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3303, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2939, \"group\": [1187.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGGTATCG\", \"ini\": 285, \"clust\": 888, \"rank\": 3379, \"rankvar\": 1459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3304, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2583, \"group\": [886.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGTCACGG\", \"ini\": 284, \"clust\": 1139, \"rank\": 3216, \"rankvar\": 339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3305, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2996, \"group\": [1138.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTATCGCAT\", \"ini\": 283, \"clust\": 922, \"rank\": 3318, \"rankvar\": 2872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2584, \"group\": [926.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGAGTACC\", \"ini\": 282, \"clust\": 932, \"rank\": 3362, \"rankvar\": 1301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2585, \"group\": [932.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGGTACC\", \"ini\": 281, \"clust\": 181, \"rank\": 3240, \"rankvar\": 2991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3308, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2818, \"group\": [180.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACTCGACG\", \"ini\": 280, \"clust\": 769, \"rank\": 3282, \"rankvar\": 1901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3309, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2586, \"group\": [769.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGTTTGTG\", \"ini\": 279, \"clust\": 1199, \"rank\": 3178, \"rankvar\": 1540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3310, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2940, \"group\": [1194.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGCCTA\", \"ini\": 278, \"clust\": 883, \"rank\": 3336, \"rankvar\": 2069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3311, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2587, \"group\": [882.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACCACCT\", \"ini\": 277, \"clust\": 880, \"rank\": 3354, \"rankvar\": 793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3312, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2588, \"group\": [876.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTGAGGCTA\", \"ini\": 276, \"clust\": 327, \"rank\": 3415, \"rankvar\": 3411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3313, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2819, \"group\": [328.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATGAGAG\", \"ini\": 275, \"clust\": 570, \"rank\": 3281, \"rankvar\": 3160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3314, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2589, \"group\": [569.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTGGCGAC\", \"ini\": 274, \"clust\": 261, \"rank\": 3501, \"rankvar\": 3117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1663, \"group\": [259.0, 72.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATATAC\", \"ini\": 273, \"clust\": 867, \"rank\": 3333, \"rankvar\": 1764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2590, \"group\": [867.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGCCTTC\", \"ini\": 272, \"clust\": 325, \"rank\": 3295, \"rankvar\": 3126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3317, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2820, \"group\": [326.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTGCCTCT\", \"ini\": 271, \"clust\": 759, \"rank\": 3284, \"rankvar\": 2049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3318, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2591, \"group\": [763.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCAGCTCGG\", \"ini\": 270, \"clust\": 1127, \"rank\": 3148, \"rankvar\": 2771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3319, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2997, \"group\": [1130.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCCTAGAAC\", \"ini\": 269, \"clust\": 865, \"rank\": 3368, \"rankvar\": 1538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3320, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2592, \"group\": [864.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTACTCAT\", \"ini\": 268, \"clust\": 164, \"rank\": 3205, \"rankvar\": 3302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3321, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2821, \"group\": [170.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCCAAACTG\", \"ini\": 267, \"clust\": 999, \"rank\": 3391, \"rankvar\": 2480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3322, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2593, \"group\": [998.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAGA\", \"ini\": 266, \"clust\": 953, \"rank\": 3239, \"rankvar\": 3091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3323, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2594, \"group\": [956.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTGTG\", \"ini\": 265, \"clust\": 1169, \"rank\": 3323, \"rankvar\": 1068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3324, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2941, \"group\": [1168.0, 165.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTCTTCGTC\", \"ini\": 264, \"clust\": 826, \"rank\": 3392, \"rankvar\": 2386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2595, \"group\": [828.0, 128.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAACACGCC\", \"ini\": 263, \"clust\": 873, \"rank\": 3344, \"rankvar\": 1893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3326, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2596, \"group\": [875.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGTTCT\", \"ini\": 262, \"clust\": 1006, \"rank\": 3455, \"rankvar\": 2067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2597, \"group\": [1006.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACAGCGAACA\", \"ini\": 261, \"clust\": 921, \"rank\": 3377, \"rankvar\": 2008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3328, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2598, \"group\": [927.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGAACTC\", \"ini\": 260, \"clust\": 866, \"rank\": 3371, \"rankvar\": 1484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2599, \"group\": [865.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGCAAAGCAAT\", \"ini\": 259, \"clust\": 768, \"rank\": 3353, \"rankvar\": 1610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3330, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2600, \"group\": [767.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTGGGTCAA\", \"ini\": 258, \"clust\": 869, \"rank\": 3329, \"rankvar\": 1371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3331, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2601, \"group\": [869.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCTGCGACG\", \"ini\": 257, \"clust\": 1186, \"rank\": 3238, \"rankvar\": 1111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3332, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2942, \"group\": [1183.0, 168.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTCCAAGTT\", \"ini\": 256, \"clust\": 851, \"rank\": 3338, \"rankvar\": 948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3333, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2602, \"group\": [851.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGAAAGC\", \"ini\": 255, \"clust\": 968, \"rank\": 3358, \"rankvar\": 1877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3334, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2603, \"group\": [967.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAAAGTC\", \"ini\": 254, \"clust\": 906, \"rank\": 3291, \"rankvar\": 563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3335, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2604, \"group\": [905.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGCTGCCCA\", \"ini\": 253, \"clust\": 890, \"rank\": 3389, \"rankvar\": 733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3336, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2605, \"group\": [890.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTTCCGTCT\", \"ini\": 252, \"clust\": 182, \"rank\": 3310, \"rankvar\": 2490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3337, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2822, \"group\": [181.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAGAGGAA\", \"ini\": 251, \"clust\": 878, \"rank\": 3347, \"rankvar\": 1010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3338, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2606, \"group\": [879.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACGAAGG\", \"ini\": 250, \"clust\": 917, \"rank\": 3360, \"rankvar\": 1391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3339, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2607, \"group\": [916.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTAAAGTCA\", \"ini\": 249, \"clust\": 588, \"rank\": 3346, \"rankvar\": 1193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3340, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2608, \"group\": [587.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTAGTAGTA\", \"ini\": 248, \"clust\": 876, \"rank\": 3345, \"rankvar\": 831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3341, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2609, \"group\": [881.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTATATGGA\", \"ini\": 247, \"clust\": 882, \"rank\": 3330, \"rankvar\": 1667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3342, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2610, \"group\": [884.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACAGATGAGC\", \"ini\": 246, \"clust\": 1213, \"rank\": 3245, \"rankvar\": 1270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3343, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2943, \"group\": [1213.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGTTGGC\", \"ini\": 245, \"clust\": 578, \"rank\": 3255, \"rankvar\": 2820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2611, \"group\": [577.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAAGGGCT\", \"ini\": 244, \"clust\": 1003, \"rank\": 3427, \"rankvar\": 1662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3345, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2612, \"group\": [1002.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACTATCTT\", \"ini\": 243, \"clust\": 875, \"rank\": 3376, \"rankvar\": 2318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2613, \"group\": [874.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGTCGAT\", \"ini\": 242, \"clust\": 266, \"rank\": 3227, \"rankvar\": 2824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3347, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2848, \"group\": [266.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGAGCTGCA\", \"ini\": 241, \"clust\": 861, \"rank\": 3339, \"rankvar\": 321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3348, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2614, \"group\": [861.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATTTGGG\", \"ini\": 240, \"clust\": 1140, \"rank\": 3247, \"rankvar\": 2652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3349, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2998, \"group\": [1139.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACAAGACG\", \"ini\": 239, \"clust\": 918, \"rank\": 3285, \"rankvar\": 1374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3350, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2615, \"group\": [920.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCACTTCAT\", \"ini\": 238, \"clust\": 942, \"rank\": 3423, \"rankvar\": 1183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2616, \"group\": [939.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGATGCCC\", \"ini\": 237, \"clust\": 811, \"rank\": 3369, \"rankvar\": 3003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3352, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2617, \"group\": [812.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCACAGGT\", \"ini\": 236, \"clust\": 915, \"rank\": 3370, \"rankvar\": 2406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3353, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2618, \"group\": [914.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCAGTGAAGAG\", \"ini\": 235, \"clust\": 864, \"rank\": 3401, \"rankvar\": 187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2619, \"group\": [866.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATAACGA\", \"ini\": 234, \"clust\": 1191, \"rank\": 3326, \"rankvar\": 604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3355, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2944, \"group\": [1189.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTACAGACG\", \"ini\": 233, \"clust\": 343, \"rank\": 3403, \"rankvar\": 3107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3356, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2823, \"group\": [344.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAGCCTGTG\", \"ini\": 232, \"clust\": 271, \"rank\": 3133, \"rankvar\": 3096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3357, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2849, \"group\": [271.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCCGGGT\", \"ini\": 231, \"clust\": 943, \"rank\": 3437, \"rankvar\": 2236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2620, \"group\": [940.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCGCTTAT\", \"ini\": 230, \"clust\": 385, \"rank\": 3341, \"rankvar\": 2267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3359, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2850, \"group\": [384.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCATGAGT\", \"ini\": 229, \"clust\": 251, \"rank\": 3429, \"rankvar\": 3509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3360, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2824, \"group\": [256.0, 70.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCATTCCTCG\", \"ini\": 228, \"clust\": 382, \"rank\": 3257, \"rankvar\": 2559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3361, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2851, \"group\": [394.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTTGTTTG\", \"ini\": 227, \"clust\": 772, \"rank\": 3312, \"rankvar\": 2015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3362, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2621, \"group\": [772.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCATTCCTGC\", \"ini\": 226, \"clust\": 170, \"rank\": 3277, \"rankvar\": 3391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3363, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2825, \"group\": [169.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATCTGGTA\", \"ini\": 225, \"clust\": 387, \"rank\": 3265, \"rankvar\": 2130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3364, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2852, \"group\": [386.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACAAGCCC\", \"ini\": 224, \"clust\": 333, \"rank\": 3434, \"rankvar\": 3314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3365, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2826, \"group\": [334.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGAAGGCT\", \"ini\": 223, \"clust\": 607, \"rank\": 3302, \"rankvar\": 2904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2622, \"group\": [606.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGAAGGCT\", \"ini\": 222, \"clust\": 165, \"rank\": 3260, \"rankvar\": 3189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3367, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2853, \"group\": [164.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTTGTC\", \"ini\": 221, \"clust\": 907, \"rank\": 3383, \"rankvar\": 1960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3368, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2623, \"group\": [906.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGCTAGT\", \"ini\": 220, \"clust\": 929, \"rank\": 3431, \"rankvar\": 2259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3369, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2624, \"group\": [929.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTGGAGCC\", \"ini\": 219, \"clust\": 659, \"rank\": 3324, \"rankvar\": 2364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3370, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2625, \"group\": [658.0, 116.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAACGATGG\", \"ini\": 218, \"clust\": 253, \"rank\": 3465, \"rankvar\": 3178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2626, \"group\": [251.0, 70.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTCAGGCC\", \"ini\": 217, \"clust\": 1123, \"rank\": 3290, \"rankvar\": 2964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3372, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2999, \"group\": [1125.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGGTCT\", \"ini\": 216, \"clust\": 377, \"rank\": 3349, \"rankvar\": 2456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3373, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2854, \"group\": [377.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAAGAGCTATA\", \"ini\": 215, \"clust\": 870, \"rank\": 3440, \"rankvar\": 2054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3374, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2627, \"group\": [870.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGGAGCGTT\", \"ini\": 214, \"clust\": 1130, \"rank\": 3203, \"rankvar\": 2971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3375, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3000, \"group\": [1128.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCTCCCTGA\", \"ini\": 213, \"clust\": 868, \"rank\": 3412, \"rankvar\": 2507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2628, \"group\": [868.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGCATCTA\", \"ini\": 212, \"clust\": 1004, \"rank\": 3444, \"rankvar\": 2388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3377, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2629, \"group\": [1003.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAACCTC\", \"ini\": 211, \"clust\": 560, \"rank\": 3289, \"rankvar\": 2621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2630, \"group\": [560.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTCTACCTC\", \"ini\": 210, \"clust\": 1206, \"rank\": 3340, \"rankvar\": 2237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3379, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2945, \"group\": [1203.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTAATA\", \"ini\": 209, \"clust\": 376, \"rank\": 3292, \"rankvar\": 3340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3380, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2855, \"group\": [398.0, 92.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTATCACG\", \"ini\": 208, \"clust\": 933, \"rank\": 3445, \"rankvar\": 1865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3381, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2631, \"group\": [933.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCATGGTAGG\", \"ini\": 207, \"clust\": 1126, \"rank\": 3224, \"rankvar\": 2974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3382, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3001, \"group\": [1131.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGAACTGTA\", \"ini\": 206, \"clust\": 1215, \"rank\": 3337, \"rankvar\": 1673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3383, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2946, \"group\": [1212.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACATACTACG\", \"ini\": 205, \"clust\": 813, \"rank\": 3414, \"rankvar\": 3108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2632, \"group\": [811.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAATCCGT\", \"ini\": 204, \"clust\": 947, \"rank\": 3413, \"rankvar\": 2777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3385, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2633, \"group\": [945.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAGTGAAT\", \"ini\": 203, \"clust\": 278, \"rank\": 3304, \"rankvar\": 2984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3386, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2856, \"group\": [277.0, 79.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGGATTCGG\", \"ini\": 202, \"clust\": 1155, \"rank\": 3357, \"rankvar\": 2137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3387, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2634, \"group\": [1155.0, 162.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACGATGT\", \"ini\": 201, \"clust\": 383, \"rank\": 3359, \"rankvar\": 1716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3388, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2857, \"group\": [382.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATGTGT\", \"ini\": 200, \"clust\": 770, \"rank\": 3400, \"rankvar\": 2483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2635, \"group\": [770.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTACAGACG\", \"ini\": 199, \"clust\": 919, \"rank\": 3373, \"rankvar\": 2176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2636, \"group\": [918.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGTTGAGTA\", \"ini\": 198, \"clust\": 265, \"rank\": 3266, \"rankvar\": 2774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3391, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2858, \"group\": [275.0, 78.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAGCATACT\", \"ini\": 197, \"clust\": 1018, \"rank\": 3416, \"rankvar\": 1054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2637, \"group\": [1017.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACACAACTGT\", \"ini\": 196, \"clust\": 1131, \"rank\": 3311, \"rankvar\": 2409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3393, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3002, \"group\": [1129.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACCATG\", \"ini\": 195, \"clust\": 1193, \"rank\": 3320, \"rankvar\": 823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3394, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2947, \"group\": [1188.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACAAACTGTC\", \"ini\": 194, \"clust\": 1136, \"rank\": 3263, \"rankvar\": 2850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3395, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3003, \"group\": [1134.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCGATTCT\", \"ini\": 193, \"clust\": 1133, \"rank\": 3325, \"rankvar\": 2390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3396, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3004, \"group\": [1133.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAGCGTTCG\", \"ini\": 192, \"clust\": 920, \"rank\": 3409, \"rankvar\": 2306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2638, \"group\": [919.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCTCTGTCG\", \"ini\": 191, \"clust\": 1153, \"rank\": 3249, \"rankvar\": 2489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3398, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2948, \"group\": [1153.0, 161.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGTCTGAA\", \"ini\": 190, \"clust\": 886, \"rank\": 3459, \"rankvar\": 1018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2639, \"group\": [887.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGGGCTTGA\", \"ini\": 189, \"clust\": 1180, \"rank\": 3301, \"rankvar\": 1265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3400, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2949, \"group\": [1215.0, 171.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTAAGGGCT\", \"ini\": 188, \"clust\": 892, \"rank\": 3473, \"rankvar\": 1100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3401, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2640, \"group\": [892.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATGTCTT\", \"ini\": 187, \"clust\": 830, \"rank\": 3393, \"rankvar\": 3308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3402, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2641, \"group\": [829.0, 128.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTCCCTACT\", \"ini\": 186, \"clust\": 885, \"rank\": 3469, \"rankvar\": 2452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2642, \"group\": [888.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCAGATAAG\", \"ini\": 185, \"clust\": 706, \"rank\": 3402, \"rankvar\": 2756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2643, \"group\": [705.0, 121.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTAAACGCG\", \"ini\": 184, \"clust\": 1011, \"rank\": 3471, \"rankvar\": 1770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3405, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2644, \"group\": [1011.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGGCCCGTT\", \"ini\": 183, \"clust\": 827, \"rank\": 3468, \"rankvar\": 2100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2645, \"group\": [826.0, 128.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTGAGTTC\", \"ini\": 182, \"clust\": 879, \"rank\": 3422, \"rankvar\": 2225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3407, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2646, \"group\": [878.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAAACGGG\", \"ini\": 181, \"clust\": 1007, \"rank\": 3495, \"rankvar\": 2020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3408, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2647, \"group\": [1007.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGAGGCTAGGT\", \"ini\": 180, \"clust\": 344, \"rank\": 3411, \"rankvar\": 3012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3409, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2827, \"group\": [345.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCCACCTG\", \"ini\": 179, \"clust\": 1200, \"rank\": 3367, \"rankvar\": 260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3410, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2950, \"group\": [1195.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAAGCCGCT\", \"ini\": 178, \"clust\": 1128, \"rank\": 3361, \"rankvar\": 2779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3411, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3005, \"group\": [1126.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAGATGGGT\", \"ini\": 177, \"clust\": 585, \"rank\": 3396, \"rankvar\": 2637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3412, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2648, \"group\": [585.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTAAAGTG\", \"ini\": 176, \"clust\": 1154, \"rank\": 3322, \"rankvar\": 2679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3413, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2951, \"group\": [1154.0, 161.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATCCGCGA\", \"ini\": 175, \"clust\": 1002, \"rank\": 3498, \"rankvar\": 2989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2649, \"group\": [1001.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTCCGTAT\", \"ini\": 174, \"clust\": 1157, \"rank\": 3386, \"rankvar\": 2897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3415, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3006, \"group\": [1159.0, 163.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTCAACTT\", \"ini\": 173, \"clust\": 328, \"rank\": 3443, \"rankvar\": 3021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3416, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2828, \"group\": [329.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCATGGAATA\", \"ini\": 172, \"clust\": 160, \"rank\": 3283, \"rankvar\": 3342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3417, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2859, \"group\": [163.0, 57.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATGCATGT\", \"ini\": 171, \"clust\": 272, \"rank\": 3225, \"rankvar\": 3114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3418, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2860, \"group\": [274.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTTCACCTC\", \"ini\": 170, \"clust\": 894, \"rank\": 3417, \"rankvar\": 780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2650, \"group\": [893.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAAGGACAC\", \"ini\": 169, \"clust\": 1182, \"rank\": 3382, \"rankvar\": 246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3420, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2952, \"group\": [1180.0, 168.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTTGCCGT\", \"ini\": 168, \"clust\": 898, \"rank\": 3436, \"rankvar\": 1935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3421, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2651, \"group\": [901.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACTACAGT\", \"ini\": 167, \"clust\": 707, \"rank\": 3470, \"rankvar\": 1845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3422, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2652, \"group\": [706.0, 121.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCGCGATCG\", \"ini\": 166, \"clust\": 1013, \"rank\": 3461, \"rankvar\": 2719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3423, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2829, \"group\": [1013.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTGGGTTG\", \"ini\": 165, \"clust\": 908, \"rank\": 3483, \"rankvar\": 2440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2653, \"group\": [910.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCTCCTGCCAT\", \"ini\": 164, \"clust\": 384, \"rank\": 3410, \"rankvar\": 2002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3425, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2861, \"group\": [383.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCGAATGT\", \"ini\": 163, \"clust\": 1148, \"rank\": 3378, \"rankvar\": 2179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3426, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3007, \"group\": [1151.0, 159.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGTAAGA\", \"ini\": 162, \"clust\": 267, \"rank\": 3305, \"rankvar\": 2354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3427, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2862, \"group\": [267.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTTGTCGT\", \"ini\": 161, \"clust\": 378, \"rank\": 3399, \"rankvar\": 3124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3428, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2863, \"group\": [378.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCCGACA\", \"ini\": 160, \"clust\": 1162, \"rank\": 3352, \"rankvar\": 1277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3429, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2953, \"group\": [1162.0, 164.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCTTCGAGA\", \"ini\": 159, \"clust\": 1183, \"rank\": 3348, \"rankvar\": 1242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3430, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2954, \"group\": [1181.0, 168.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCAGTCCTCCT\", \"ini\": 158, \"clust\": 1120, \"rank\": 3381, \"rankvar\": 2376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3431, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3008, \"group\": [1122.0, 157.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCAGACAGGT\", \"ini\": 157, \"clust\": 255, \"rank\": 3521, \"rankvar\": 3507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3432, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2654, \"group\": [253.0, 70.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACACATCCGG\", \"ini\": 156, \"clust\": 115, \"rank\": 3366, \"rankvar\": 2699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3433, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2830, \"group\": [115.0, 46.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTACCAGTT\", \"ini\": 155, \"clust\": 1207, \"rank\": 3404, \"rankvar\": 769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3434, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2955, \"group\": [1201.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTGCTGTAT\", \"ini\": 154, \"clust\": 899, \"rank\": 3458, \"rankvar\": 985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3435, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2655, \"group\": [900.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGTGGGAT\", \"ini\": 153, \"clust\": 574, \"rank\": 3384, \"rankvar\": 3316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3436, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2656, \"group\": [574.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGCGCTCT\", \"ini\": 152, \"clust\": 576, \"rank\": 3372, \"rankvar\": 3290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2657, \"group\": [578.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTAATAGCA\", \"ini\": 151, \"clust\": 1138, \"rank\": 3380, \"rankvar\": 2527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3438, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3009, \"group\": [1140.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGTGTACCT\", \"ini\": 150, \"clust\": 379, \"rank\": 3407, \"rankvar\": 3083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3439, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2864, \"group\": [381.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATAGAAAC\", \"ini\": 149, \"clust\": 1203, \"rank\": 3451, \"rankvar\": 1313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3440, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2956, \"group\": [1204.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATGGGTC\", \"ini\": 148, \"clust\": 1160, \"rank\": 3355, \"rankvar\": 380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3441, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2957, \"group\": [1160.0, 164.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGGGCTTCC\", \"ini\": 147, \"clust\": 1189, \"rank\": 3390, \"rankvar\": 1501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3442, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2958, \"group\": [1198.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGACGCTC\", \"ini\": 146, \"clust\": 256, \"rank\": 3504, \"rankvar\": 3453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2658, \"group\": [254.0, 70.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTTGACTG\", \"ini\": 145, \"clust\": 1012, \"rank\": 3491, \"rankvar\": 1279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3444, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2659, \"group\": [1012.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACATATGAGA\", \"ini\": 144, \"clust\": 408, \"rank\": 3474, \"rankvar\": 3132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3445, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2865, \"group\": [413.0, 98.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCACTTCC\", \"ini\": 143, \"clust\": 1201, \"rank\": 3424, \"rankvar\": 2092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3446, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2959, \"group\": [1206.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTCTGGAGA\", \"ini\": 142, \"clust\": 674, \"rank\": 3421, \"rankvar\": 3222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3447, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2660, \"group\": [672.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTAGGTT\", \"ini\": 141, \"clust\": 1014, \"rank\": 3502, \"rankvar\": 3022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3448, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2831, \"group\": [1014.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCAAGCCTA\", \"ini\": 140, \"clust\": 709, \"rank\": 3364, \"rankvar\": 2747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2661, \"group\": [710.0, 122.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACAACGT\", \"ini\": 139, \"clust\": 895, \"rank\": 3484, \"rankvar\": 2077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3450, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2662, \"group\": [894.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCTTGCATT\", \"ini\": 138, \"clust\": 374, \"rank\": 3426, \"rankvar\": 1338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3451, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2866, \"group\": [372.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTAAACCTC\", \"ini\": 137, \"clust\": 712, \"rank\": 3428, \"rankvar\": 1000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3452, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2960, \"group\": [712.0, 122.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCATTACCTT\", \"ini\": 136, \"clust\": 1211, \"rank\": 3447, \"rankvar\": 580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3453, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2961, \"group\": [1207.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGTTACGGG\", \"ini\": 135, \"clust\": 331, \"rank\": 3446, \"rankvar\": 3369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3454, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2832, \"group\": [331.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTGGTAACG\", \"ini\": 134, \"clust\": 386, \"rank\": 3394, \"rankvar\": 2653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3455, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2867, \"group\": [385.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCGGCACT\", \"ini\": 133, \"clust\": 1208, \"rank\": 3433, \"rankvar\": 277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3456, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2962, \"group\": [1202.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCAAGTAATG\", \"ini\": 132, \"clust\": 1177, \"rank\": 3485, \"rankvar\": 909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3457, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2963, \"group\": [1179.0, 167.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTTACCGC\", \"ini\": 131, \"clust\": 1163, \"rank\": 3397, \"rankvar\": 3027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3458, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2964, \"group\": [1163.0, 164.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGAGTTTA\", \"ini\": 130, \"clust\": 856, \"rank\": 3442, \"rankvar\": 2391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3459, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2663, \"group\": [854.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCATATGAGA\", \"ini\": 129, \"clust\": 1117, \"rank\": 3342, \"rankvar\": 2450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3460, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3010, \"group\": [1119.0, 156.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACTAAGT\", \"ini\": 128, \"clust\": 396, \"rank\": 3452, \"rankvar\": 998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3461, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2868, \"group\": [395.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGATCGG\", \"ini\": 127, \"clust\": 584, \"rank\": 3463, \"rankvar\": 3172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3462, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2664, \"group\": [584.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAGCTTCT\", \"ini\": 126, \"clust\": 1124, \"rank\": 3420, \"rankvar\": 2809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3463, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3011, \"group\": [1123.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTTGTCAT\", \"ini\": 125, \"clust\": 166, \"rank\": 3419, \"rankvar\": 3357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3464, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2833, \"group\": [165.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTTAAGTG\", \"ini\": 124, \"clust\": 1135, \"rank\": 3387, \"rankvar\": 3168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3465, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3012, \"group\": [1136.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTGCCTGCA\", \"ini\": 123, \"clust\": 355, \"rank\": 3408, \"rankvar\": 3380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3466, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2869, \"group\": [355.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACGCATA\", \"ini\": 122, \"clust\": 257, \"rank\": 3518, \"rankvar\": 3492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3467, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2870, \"group\": [265.0, 76.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGGTACC\", \"ini\": 121, \"clust\": 1210, \"rank\": 3425, \"rankvar\": 810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3468, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2965, \"group\": [1209.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTCGCCGT\", \"ini\": 120, \"clust\": 575, \"rank\": 3405, \"rankvar\": 3282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3469, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2665, \"group\": [575.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATTCTTGTATC\", \"ini\": 119, \"clust\": 1145, \"rank\": 3467, \"rankvar\": 1851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3470, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3013, \"group\": [1147.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTTCGTCTC\", \"ini\": 118, \"clust\": 1008, \"rank\": 3519, \"rankvar\": 3001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3471, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2666, \"group\": [1008.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGAGAAACGAG\", \"ini\": 117, \"clust\": 1156, \"rank\": 3448, \"rankvar\": 2837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3472, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2966, \"group\": [1156.0, 162.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAGGCTCAC\", \"ini\": 116, \"clust\": 1175, \"rank\": 3522, \"rankvar\": 378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3473, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2967, \"group\": [1171.0, 166.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCACTTACGA\", \"ini\": 115, \"clust\": 326, \"rank\": 3439, \"rankvar\": 3344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3474, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2834, \"group\": [327.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGAGGTTGC\", \"ini\": 114, \"clust\": 1161, \"rank\": 3454, \"rankvar\": 1392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3475, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2968, \"group\": [1161.0, 164.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAATCTACG\", \"ini\": 113, \"clust\": 1198, \"rank\": 3374, \"rankvar\": 2691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3476, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2969, \"group\": [1196.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCAGCTTCGG\", \"ini\": 112, \"clust\": 1141, \"rank\": 3449, \"rankvar\": 2585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3477, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3014, \"group\": [1144.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGGAGTACC\", \"ini\": 111, \"clust\": 361, \"rank\": 3430, \"rankvar\": 2848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3478, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2871, \"group\": [375.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTATAAACG\", \"ini\": 110, \"clust\": 183, \"rank\": 3435, \"rankvar\": 3407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3479, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2835, \"group\": [182.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACAACGCC\", \"ini\": 109, \"clust\": 395, \"rank\": 3479, \"rankvar\": 2613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3480, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2872, \"group\": [397.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCATGATCCA\", \"ini\": 108, \"clust\": 1168, \"rank\": 3450, \"rankvar\": 303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3481, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2970, \"group\": [1170.0, 165.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCGTCAAA\", \"ini\": 107, \"clust\": 1209, \"rank\": 3475, \"rankvar\": 899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3482, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2971, \"group\": [1210.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGAGATGAG\", \"ini\": 106, \"clust\": 375, \"rank\": 3464, \"rankvar\": 1350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3483, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2873, \"group\": [373.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATGTTGAC\", \"ini\": 105, \"clust\": 1143, \"rank\": 3453, \"rankvar\": 2569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3484, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3015, \"group\": [1141.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGTGACC\", \"ini\": 104, \"clust\": 1212, \"rank\": 3494, \"rankvar\": 194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3485, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2972, \"group\": [1208.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGGCGACAT\", \"ini\": 103, \"clust\": 1170, \"rank\": 3499, \"rankvar\": 1537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3486, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2973, \"group\": [1169.0, 165.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGAGTTTA\", \"ini\": 102, \"clust\": 586, \"rank\": 3487, \"rankvar\": 3136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2667, \"group\": [586.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGCGGTA\", \"ini\": 101, \"clust\": 168, \"rank\": 3477, \"rankvar\": 3438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3488, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2836, \"group\": [167.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAATTGCTG\", \"ini\": 100, \"clust\": 388, \"rank\": 3456, \"rankvar\": 2240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3489, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2874, \"group\": [387.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCTCGCACTCT\", \"ini\": 99, \"clust\": 102, \"rank\": 3509, \"rankvar\": 3482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2668, \"group\": [112.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTGATTGC\", \"ini\": 98, \"clust\": 357, \"rank\": 3476, \"rankvar\": 2682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3491, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2875, \"group\": [357.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGCGATCG\", \"ini\": 97, \"clust\": 389, \"rank\": 3472, \"rankvar\": 2885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3492, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2876, \"group\": [388.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCTGCTGTC\", \"ini\": 96, \"clust\": 855, \"rank\": 3486, \"rankvar\": 3141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2669, \"group\": [856.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCCAGTTT\", \"ini\": 95, \"clust\": 380, \"rank\": 3492, \"rankvar\": 2697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3494, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2877, \"group\": [379.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTTAAGATG\", \"ini\": 94, \"clust\": 1137, \"rank\": 3432, \"rankvar\": 3123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3495, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3016, \"group\": [1135.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCACTGGGC\", \"ini\": 93, \"clust\": 1125, \"rank\": 3482, \"rankvar\": 2600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3496, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3017, \"group\": [1124.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCACATTAGC\", \"ini\": 92, \"clust\": 710, \"rank\": 3478, \"rankvar\": 1925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2670, \"group\": [708.0, 122.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGCATACGCCG\", \"ini\": 91, \"clust\": 334, \"rank\": 3515, \"rankvar\": 3228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2837, \"group\": [335.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGAATGCT\", \"ini\": 90, \"clust\": 263, \"rank\": 3573, \"rankvar\": 3405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3499, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1838, \"group\": [262.0, 74.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTAGTACCT\", \"ini\": 89, \"clust\": 1150, \"rank\": 3480, \"rankvar\": 2181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3500, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3018, \"group\": [1148.0, 159.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTAGCGTAG\", \"ini\": 88, \"clust\": 1019, \"rank\": 3511, \"rankvar\": 2554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2671, \"group\": [1018.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCATCCTTGC\", \"ini\": 87, \"clust\": 1174, \"rank\": 3536, \"rankvar\": 396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3502, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2974, \"group\": [1173.0, 166.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAGTCAGCC\", \"ini\": 86, \"clust\": 884, \"rank\": 3517, \"rankvar\": 2190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2672, \"group\": [883.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCCAAGTA\", \"ini\": 85, \"clust\": 350, \"rank\": 3460, \"rankvar\": 2934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3504, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2878, \"group\": [349.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTATTCA\", \"ini\": 84, \"clust\": 905, \"rank\": 3506, \"rankvar\": 2567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2673, \"group\": [907.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGTGAATTG\", \"ini\": 83, \"clust\": 1129, \"rank\": 3490, \"rankvar\": 2500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3506, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3019, \"group\": [1127.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTACCGTTA\", \"ini\": 82, \"clust\": 1176, \"rank\": 3529, \"rankvar\": 104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3507, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2975, \"group\": [1172.0, 166.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACACCGAC\", \"ini\": 81, \"clust\": 367, \"rank\": 3481, \"rankvar\": 2586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3508, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2879, \"group\": [367.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAATGAAAC\", \"ini\": 80, \"clust\": 359, \"rank\": 3493, \"rankvar\": 2845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3509, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2880, \"group\": [359.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCAGATCGATA\", \"ini\": 79, \"clust\": 711, \"rank\": 3489, \"rankvar\": 1760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2674, \"group\": [709.0, 122.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGGTGTTG\", \"ini\": 78, \"clust\": 364, \"rank\": 3488, \"rankvar\": 2830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3511, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2881, \"group\": [363.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTGCTGCC\", \"ini\": 77, \"clust\": 390, \"rank\": 3497, \"rankvar\": 2841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3512, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2882, \"group\": [389.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTTGTATC\", \"ini\": 76, \"clust\": 881, \"rank\": 3527, \"rankvar\": 2078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3513, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2675, \"group\": [877.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCGGTGTTA\", \"ini\": 75, \"clust\": 346, \"rank\": 3525, \"rankvar\": 143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3514, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2883, \"group\": [346.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAAAGGCGT\", \"ini\": 74, \"clust\": 831, \"rank\": 3503, \"rankvar\": 3429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2676, \"group\": [830.0, 128.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTAGTAC\", \"ini\": 73, \"clust\": 366, \"rank\": 3507, \"rankvar\": 2817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3516, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2884, \"group\": [368.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGACCAAG\", \"ini\": 72, \"clust\": 1196, \"rank\": 3496, \"rankvar\": 2449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3517, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2976, \"group\": [1192.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGTGATAT\", \"ini\": 71, \"clust\": 862, \"rank\": 3543, \"rankvar\": 2215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2677, \"group\": [859.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCATGAAC\", \"ini\": 70, \"clust\": 252, \"rank\": 3574, \"rankvar\": 3522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3519, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2838, \"group\": [255.0, 70.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCAATCCAAC\", \"ini\": 69, \"clust\": 872, \"rank\": 3537, \"rankvar\": 3025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2678, \"group\": [872.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGTGGGTTG\", \"ini\": 68, \"clust\": 1172, \"rank\": 3550, \"rankvar\": 792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3521, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2977, \"group\": [1175.0, 166.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCATGCCG\", \"ini\": 67, \"clust\": 1118, \"rank\": 3500, \"rankvar\": 3033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3522, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3020, \"group\": [1117.0, 156.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTTGTGGAG\", \"ini\": 66, \"clust\": 341, \"rank\": 3513, \"rankvar\": 2896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3523, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2885, \"group\": [342.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGAGGTAGA\", \"ini\": 65, \"clust\": 339, \"rank\": 3526, \"rankvar\": 3059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3524, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2886, \"group\": [340.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCATCACAAC\", \"ini\": 64, \"clust\": 362, \"rank\": 3466, \"rankvar\": 3335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3525, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2887, \"group\": [361.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCCCTTGCA\", \"ini\": 63, \"clust\": 1151, \"rank\": 3554, \"rankvar\": 1961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3021, \"group\": [1149.0, 159.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTATCTCG\", \"ini\": 62, \"clust\": 340, \"rank\": 3541, \"rankvar\": 2839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3527, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2888, \"group\": [341.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTATAGTAG\", \"ini\": 61, \"clust\": 345, \"rank\": 3512, \"rankvar\": 2502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3528, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2889, \"group\": [348.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTCACACGC\", \"ini\": 60, \"clust\": 863, \"rank\": 3533, \"rankvar\": 956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2679, \"group\": [860.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATGTCTCC\", \"ini\": 59, \"clust\": 900, \"rank\": 3539, \"rankvar\": 1924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3530, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2680, \"group\": [898.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCCATTGGTAC\", \"ini\": 58, \"clust\": 397, \"rank\": 3555, \"rankvar\": 2146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3531, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2890, \"group\": [396.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGATGGTC\", \"ini\": 57, \"clust\": 1178, \"rank\": 3544, \"rankvar\": 80, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3532, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2978, \"group\": [1177.0, 167.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGTTGAA\", \"ini\": 56, \"clust\": 857, \"rank\": 3532, \"rankvar\": 3279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3533, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2681, \"group\": [855.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTGACC\", \"ini\": 55, \"clust\": 351, \"rank\": 3510, \"rankvar\": 3094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3534, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2891, \"group\": [350.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTTTCCTC\", \"ini\": 54, \"clust\": 1158, \"rank\": 3516, \"rankvar\": 2784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3535, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2979, \"group\": [1157.0, 163.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACAGAGGT\", \"ini\": 53, \"clust\": 858, \"rank\": 3553, \"rankvar\": 1744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3536, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2682, \"group\": [862.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTACACCGC\", \"ini\": 52, \"clust\": 1164, \"rank\": 3523, \"rankvar\": 47, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3537, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2980, \"group\": [1167.0, 165.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATGGAAT\", \"ini\": 51, \"clust\": 356, \"rank\": 3514, \"rankvar\": 3281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3538, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2892, \"group\": [356.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTGTGGCTC\", \"ini\": 50, \"clust\": 335, \"rank\": 3542, \"rankvar\": 3133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3539, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2839, \"group\": [336.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGGCGTACA\", \"ini\": 49, \"clust\": 353, \"rank\": 3534, \"rankvar\": 3079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3540, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2893, \"group\": [352.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCTACTATC\", \"ini\": 48, \"clust\": 360, \"rank\": 3528, \"rankvar\": 3219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3541, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2894, \"group\": [360.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTTGATTGC\", \"ini\": 47, \"clust\": 713, \"rank\": 3530, \"rankvar\": 3118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3542, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2683, \"group\": [713.0, 122.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTCTAGAGG\", \"ini\": 46, \"clust\": 264, \"rank\": 3588, \"rankvar\": 3553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3543, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1664, \"group\": [263.0, 74.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCTCAACA\", \"ini\": 45, \"clust\": 660, \"rank\": 3520, \"rankvar\": 3109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3544, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2684, \"group\": [659.0, 116.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTGAATTG\", \"ini\": 44, \"clust\": 589, \"rank\": 3531, \"rankvar\": 2804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2685, \"group\": [588.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAAGTT\", \"ini\": 43, \"clust\": 370, \"rank\": 3538, \"rankvar\": 2411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3546, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2895, \"group\": [371.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAGCTGTTA\", \"ini\": 42, \"clust\": 337, \"rank\": 3565, \"rankvar\": 3082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3547, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2896, \"group\": [337.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTTCAACCA\", \"ini\": 41, \"clust\": 368, \"rank\": 3552, \"rankvar\": 3090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3548, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2897, \"group\": [365.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGAAACCGC\", \"ini\": 40, \"clust\": 1116, \"rank\": 3549, \"rankvar\": 2657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3549, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2898, \"group\": [1152.0, 160.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTGCTGTAT\", \"ini\": 39, \"clust\": 363, \"rank\": 3508, \"rankvar\": 3327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3550, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2899, \"group\": [362.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATTGGTAC\", \"ini\": 38, \"clust\": 1134, \"rank\": 3505, \"rankvar\": 1972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3551, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3022, \"group\": [1137.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCTCGAGTA\", \"ini\": 37, \"clust\": 1159, \"rank\": 3535, \"rankvar\": 2103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3552, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2981, \"group\": [1158.0, 163.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACTCGACG\", \"ini\": 36, \"clust\": 342, \"rank\": 3545, \"rankvar\": 2680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3553, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2900, \"group\": [343.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAAGGGTTTCT\", \"ini\": 35, \"clust\": 901, \"rank\": 3562, \"rankvar\": 2319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2686, \"group\": [899.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACGACTCG\", \"ini\": 34, \"clust\": 1165, \"rank\": 3566, \"rankvar\": 804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3555, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2982, \"group\": [1166.0, 165.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACAGGAGT\", \"ini\": 33, \"clust\": 1146, \"rank\": 3557, \"rankvar\": 1965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3556, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3023, \"group\": [1145.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAAAGTCAA\", \"ini\": 32, \"clust\": 254, \"rank\": 3587, \"rankvar\": 3527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3557, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2687, \"group\": [252.0, 70.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCTTGGTC\", \"ini\": 31, \"clust\": 391, \"rank\": 3546, \"rankvar\": 2282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3558, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2901, \"group\": [393.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTCCGGTT\", \"ini\": 30, \"clust\": 1166, \"rank\": 3558, \"rankvar\": 37, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3559, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2983, \"group\": [1164.0, 165.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCGTAT\", \"ini\": 29, \"clust\": 338, \"rank\": 3572, \"rankvar\": 3274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3560, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2902, \"group\": [338.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTGAAGAG\", \"ini\": 28, \"clust\": 381, \"rank\": 3548, \"rankvar\": 3315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3561, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2903, \"group\": [380.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCCTTTCTC\", \"ini\": 27, \"clust\": 349, \"rank\": 3551, \"rankvar\": 2711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3562, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2904, \"group\": [351.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGCTGAA\", \"ini\": 26, \"clust\": 828, \"rank\": 3583, \"rankvar\": 3406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2688, \"group\": [827.0, 128.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGCATCATC\", \"ini\": 25, \"clust\": 1144, \"rank\": 3547, \"rankvar\": 3307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3564, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3024, \"group\": [1142.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCACGAAATA\", \"ini\": 24, \"clust\": 393, \"rank\": 3540, \"rankvar\": 2334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3565, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2905, \"group\": [390.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGTAT\", \"ini\": 23, \"clust\": 352, \"rank\": 3556, \"rankvar\": 2742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3566, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2906, \"group\": [354.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCCTGACT\", \"ini\": 22, \"clust\": 1204, \"rank\": 3564, \"rankvar\": 570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3567, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2984, \"group\": [1199.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGATAGCAT\", \"ini\": 21, \"clust\": 358, \"rank\": 3561, \"rankvar\": 3336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3568, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2907, \"group\": [358.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGATGGGTC\", \"ini\": 20, \"clust\": 336, \"rank\": 3582, \"rankvar\": 3317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3569, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2908, \"group\": [339.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCATTAT\", \"ini\": 19, \"clust\": 1119, \"rank\": 3524, \"rankvar\": 3162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3570, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3025, \"group\": [1118.0, 156.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATCCTAGA\", \"ini\": 18, \"clust\": 371, \"rank\": 3569, \"rankvar\": 1635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3571, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2909, \"group\": [369.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCAAACTGTC\", \"ini\": 17, \"clust\": 392, \"rank\": 3559, \"rankvar\": 2874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3572, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2910, \"group\": [392.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAAGCTGGA\", \"ini\": 16, \"clust\": 394, \"rank\": 3560, \"rankvar\": 2648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3573, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2911, \"group\": [391.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAACGCGA\", \"ini\": 15, \"clust\": 859, \"rank\": 3579, \"rankvar\": 2540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2689, \"group\": [857.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGGCAAAGA\", \"ini\": 14, \"clust\": 369, \"rank\": 3570, \"rankvar\": 2932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3575, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2912, \"group\": [366.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCAGTTGAC\", \"ini\": 13, \"clust\": 860, \"rank\": 3577, \"rankvar\": 2956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3576, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2690, \"group\": [858.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTCGAATCT\", \"ini\": 12, \"clust\": 348, \"rank\": 3568, \"rankvar\": 3180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3577, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2913, \"group\": [376.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTTCCGGCA\", \"ini\": 11, \"clust\": 1179, \"rank\": 3576, \"rankvar\": 2111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3578, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2985, \"group\": [1178.0, 167.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAACATC\", \"ini\": 10, \"clust\": 1142, \"rank\": 3563, \"rankvar\": 2843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3579, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3026, \"group\": [1143.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCAGCTTAG\", \"ini\": 9, \"clust\": 1147, \"rank\": 3567, \"rankvar\": 1959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3580, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3027, \"group\": [1146.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTCCCTACT\", \"ini\": 8, \"clust\": 587, \"rank\": 3581, \"rankvar\": 3373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3581, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2914, \"group\": [589.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTATTCA\", \"ini\": 7, \"clust\": 1167, \"rank\": 3585, \"rankvar\": 527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3582, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2986, \"group\": [1165.0, 165.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCATACTG\", \"ini\": 6, \"clust\": 372, \"rank\": 3584, \"rankvar\": 2900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3583, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2915, \"group\": [370.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCGGTCTAA\", \"ini\": 5, \"clust\": 1205, \"rank\": 3580, \"rankvar\": 1518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3584, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2987, \"group\": [1200.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGACCAAG\", \"ini\": 4, \"clust\": 365, \"rank\": 3578, \"rankvar\": 3221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3585, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2916, \"group\": [364.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGACACG\", \"ini\": 3, \"clust\": 373, \"rank\": 3571, \"rankvar\": 3175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3586, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2917, \"group\": [374.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGGAGCGTT\", \"ini\": 2, \"clust\": 354, \"rank\": 3575, \"rankvar\": 3272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3587, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2918, \"group\": [353.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTAAATGAC\", \"ini\": 1, \"clust\": 347, \"rank\": 3586, \"rankvar\": 2870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3588, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2919, \"group\": [347.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}], \"links\": [], \"mat\": [[-1.290886279879917, -1.1795513912154838, -0.8803397329410664, -1.1795513912154838, -1.290886279879917, -1.1795513912154838, -1.290886279879917, -1.1795513912154838, -0.9721484390352176, -0.7215914338449035, -0.9721484390352176, -0.9721484390352176, -1.1795513912154838, -0.9721484390352176, -0.7215914338449035, -0.8803397329410664, -1.1795513912154838, -1.1795513912154838, -0.7215914338449035, -1.290886279879917, -1.290886279879917, -1.1795513912154838, -0.8803397329410664, -0.9721484390352176, -1.0723321765803564, -0.9721484390352176, -0.5910254789995799, -0.9721484390352176, -1.1795513912154838, -0.5910254789995799, -1.0723321765803564, -1.290886279879917, -0.7970135349802734, -0.9721484390352176, -0.7970135349802734, -1.1795513912154838, -0.9721484390352176, -0.9721484390352176, -0.7970135349802734, -1.0723321765803564, -1.290886279879917, -1.1795513912154838, -0.7215914338449035, -0.8803397329410664, -1.1795513912154838, -1.290886279879917, -0.7970135349802734, -0.8803397329410664, -0.8803397329410664, 0.2363860634120656, -1.290886279879917, -0.34741025509443274, -1.290886279879917, -1.1795513912154838, -0.27193000810084794, -0.8803397329410664, -1.290886279879917, -0.5910254789995799, -0.8803397329410664, -1.0723321765803564, -0.7215914338449035, -1.290886279879917, -0.2050064983213123, -0.9721484390352176, -1.290886279879917, -0.9721484390352176, -1.290886279879917, -1.1795513912154838, -0.7215914338449035, -1.1795513912154838, -0.8803397329410664, -0.9721484390352176, -0.8803397329410664, -1.290886279879917, -1.1795513912154838, -1.0723321765803564, -1.1795513912154838, -0.9721484390352176, -1.0723321765803564, -1.290886279879917, -0.9721484390352176, -1.1795513912154838, -0.3890467747419482, -0.9721484390352176, -0.7970135349802734, -1.0723321765803564, -1.290886279879917, -0.17421193898757134, -0.9721484390352176, -1.1795513912154838, -1.1795513912154838, -0.3084743009179081, -0.9721484390352176, -0.4337496029918515, -1.1795513912154838, -1.290886279879917, -0.8803397329410664, -1.0723321765803564, -0.8803397329410664, -0.6532244244232063, -0.5341743871633967, -1.0723321765803564, -0.34741025509443274, -1.1795513912154838, -1.0723321765803564, -0.8803397329410664, -0.2375152665704401, -0.8803397329410664, -0.17421193898757134, -0.27193000810084794, -0.04086206974913873, -0.34741025509443274, -0.9721484390352176, -0.3890467747419482, -0.6532244244232063, -0.7970135349802734, -1.0723321765803564, -0.6532244244232063, -0.7215914338449035, 0.3304388251247727, -0.6532244244232063, -1.290886279879917, -0.7970135349802734, -1.1795513912154838, -0.7970135349802734, -0.9721484390352176, -0.5341743871633967, -0.8803397329410664, -0.6532244244232063, -0.17421193898757134, -0.09056588954387687, -0.6532244244232063, -0.8803397329410664, -1.0723321765803564, -0.6532244244232063, -0.7970135349802734, -0.6532244244232063, 0.1235000469382828, -1.0723321765803564, -0.7215914338449035, -0.8803397329410664, -0.4819532402910517, -0.11712585555190118, -0.7970135349802734, -0.5910254789995799, -1.1795513912154838, -0.9721484390352176, -0.6532244244232063, 0.06727199404841314, -1.1795513912154838, -0.11712585555190118, -0.8803397329410664, -0.5341743871633967, -0.8803397329410664, -0.7970135349802734, -0.6532244244232063, -1.0723321765803564, -1.0723321765803564, -1.1795513912154838, -1.0723321765803564, -1.1795513912154838, -0.7215914338449035, -0.8803397329410664, -1.1795513912154838, -0.3890467747419482, -0.9721484390352176, -0.8803397329410664, -0.7970135349802734, -0.7970135349802734, -0.7970135349802734, -0.9721484390352176, -0.7970135349802734, -1.0723321765803564, -0.9721484390352176, -1.1795513912154838, -0.8803397329410664, -0.7215914338449035, -1.1795513912154838, -1.1795513912154838, -0.9721484390352176, -0.5910254789995799, -0.9721484390352176, -1.0723321765803564, -0.9721484390352176, -0.4337496029918515, -0.34741025509443274, -0.9721484390352176, -0.9721484390352176, -0.4337496029918515, -0.8803397329410664, -1.290886279879917, -0.6532244244232063, -1.1795513912154838, -1.290886279879917, 0.004875571660829985, -1.1795513912154838, -1.0723321765803564, -0.5341743871633967, -0.6532244244232063, -0.8803397329410664, -1.0723321765803564, -0.8803397329410664, -0.5910254789995799, -0.9721484390352176, -0.9721484390352176, -0.04086206974913873, -0.2375152665704401, -0.9721484390352176, -1.0723321765803564, -0.7215914338449035, -0.7970135349802734, -0.9721484390352176, -0.5910254789995799, -0.4337496029918515, -0.8803397329410664, 0.3426808728484689, -0.7970135349802734, -0.9721484390352176, -0.9721484390352176, -0.8803397329410664, -0.9721484390352176, -0.11712585555190118, -0.6532244244232063, -0.3084743009179081, -0.2375152665704401, -0.8803397329410664, -1.0723321765803564, -0.9721484390352176, -1.0723321765803564, -0.7970135349802734, -1.1795513912154838, -0.7970135349802734, -0.3084743009179081, -0.3890467747419482, -0.7215914338449035, -0.06517676791591374, -1.290886279879917, -1.1795513912154838, 0.15811234209039782, -0.8803397329410664, -1.290886279879917, -0.8803397329410664, -1.0723321765803564, 0.1235000469382828, -0.8803397329410664, -0.7215914338449035, -0.6532244244232063, -0.6532244244232063, -0.9721484390352176, -1.0723321765803564, -0.3890467747419482, -1.0723321765803564, -1.0723321765803564, -1.1795513912154838, -0.4819532402910517, -0.7970135349802734, -0.09056588954387687, -1.1795513912154838, -0.8803397329410664, -0.17421193898757134, -0.9721484390352176, -0.9721484390352176, -0.5910254789995799, -0.6532244244232063, -0.8803397329410664, -0.7215914338449035, -0.7970135349802734, -1.0723321765803564, -0.06517676791591374, 0.3546626732081457, -0.8803397329410664, -0.8803397329410664, -0.7215914338449035, -0.9721484390352176, -0.7215914338449035, -1.290886279879917, -0.04086206974913873, -1.0723321765803564, -1.0723321765803564, 0.026441758273338903, -1.0723321765803564, -0.8803397329410664, -0.8803397329410664, -0.8803397329410664, -1.1795513912154838, -0.7970135349802734, -0.34741025509443274, 0.7875892314312387, -1.0723321765803564, -0.7970135349802734, -0.5341743871633967, -0.8803397329410664, -1.0723321765803564, -0.3890467747419482, -0.5910254789995799, -1.0723321765803564, -1.1795513912154838, -0.8803397329410664, -1.1795513912154838, -0.2050064983213123, -0.27193000810084794, -0.7215914338449035, -0.3084743009179081, 0.5441271380674596, -0.34741025509443274, -0.5341743871633967, -0.5341743871633967, -0.9721484390352176, -1.1795513912154838, -1.290886279879917, -0.01753653068335746, -0.9721484390352176, -0.34741025509443274, -0.7970135349802734, 0.3546626732081457, -0.7970135349802734, -0.01753653068335746, 0.10536858143587216, -0.9721484390352176, -0.6532244244232063, 0.06727199404841314, -0.7970135349802734, -0.14496619807835892, -1.0723321765803564, -0.8803397329410664, -0.7215914338449035, -0.14496619807835892, -0.8803397329410664, -0.7970135349802734, -0.9721484390352176, -0.8803397329410664, -0.5910254789995799, 0.4001934208010641, -0.6532244244232063, -0.9721484390352176, -0.04086206974913873, -0.7970135349802734, 0.17465695126675984, -0.9721484390352176, -0.6532244244232063, -1.0723321765803564, -0.8803397329410664, -0.3890467747419482, -0.6532244244232063, -0.34741025509443274, 0.47195998900648706, -0.5910254789995799, -0.4337496029918515, -0.9721484390352176, -0.8803397329410664, -0.9721484390352176, -1.1795513912154838, -0.2050064983213123, -1.0723321765803564, -0.6532244244232063, -0.9721484390352176, -0.7970135349802734, -1.0723321765803564, -0.6532244244232063, -0.9721484390352176, -0.5341743871633967, 0.9648755532720376, -0.8803397329410664, 0.06727199404841314, -1.0723321765803564, -0.9721484390352176, 0.4110233070184791, -0.9721484390352176, -0.11712585555190118, -1.0723321765803564, 0.17465695126675984, 1.3137745454493155, -0.3890467747419482, -1.0723321765803564, 0.1235000469382828, -0.7215914338449035, -0.11712585555190118, -1.0723321765803564, -1.1795513912154838, -0.9721484390352176, -0.27193000810084794, -0.8803397329410664, -0.2375152665704401, -0.8803397329410664, -0.27193000810084794, -0.8803397329410664, -1.1795513912154838, -1.290886279879917, -1.290886279879917, -0.4819532402910517, -0.04086206974913873, -0.34741025509443274, -0.5341743871633967, -0.5910254789995799, -0.4819532402910517, -0.7970135349802734, -1.1795513912154838, -0.7215914338449035, -1.290886279879917, -0.7970135349802734, -1.0723321765803564, -0.6532244244232063, -0.09056588954387687, -0.8803397329410664, -0.6532244244232063, -0.8803397329410664, -0.7215914338449035, -0.4337496029918515, -0.9721484390352176, -1.1795513912154838, -0.9721484390352176, -0.7970135349802734, -0.8803397329410664, -0.7970135349802734, -1.0723321765803564, -1.1795513912154838, -0.5341743871633967, -1.1795513912154838, -0.8803397329410664, -1.0723321765803564, -0.4819532402910517, -1.0723321765803564, -0.7215914338449035, -0.7215914338449035, -0.7970135349802734, -1.0723321765803564, -0.9721484390352176, -0.3084743009179081, -1.1795513912154838, -0.6532244244232063, -0.11712585555190118, -0.7215914338449035, -0.4337496029918515, -0.11712585555190118, -0.2050064983213123, -0.7215914338449035, -0.9721484390352176, -1.1795513912154838, -1.1795513912154838, -0.9721484390352176, -1.1795513912154838, -0.5341743871633967, -0.9721484390352176, -0.7215914338449035, -0.9721484390352176, -0.6532244244232063, -0.8803397329410664, -0.3084743009179081, -0.6532244244232063, 0.8399387013290094, -0.7215914338449035, -1.290886279879917, 0.08663927911386707, -0.9721484390352176, -0.5910254789995799, -0.9721484390352176, -0.7215914338449035, -1.1795513912154838, -1.290886279879917, -0.9721484390352176, -0.7215914338449035, -0.6532244244232063, -0.6532244244232063, -0.9721484390352176, -1.1795513912154838, -1.0723321765803564, -1.1795513912154838, -0.27193000810084794, -0.7215914338449035, -0.7215914338449035, 0.1410701960881008, 0.004875571660829985, 0.17465695126675984, -0.3084743009179081, -0.14496619807835892, 0.10536858143587216, -0.5910254789995799, -0.6532244244232063, 0.4110233070184791, -0.9721484390352176, -0.4819532402910517, -0.7970135349802734, -1.1795513912154838, -0.7215914338449035, -0.6532244244232063, -0.3084743009179081, -1.0723321765803564, -0.8803397329410664, 0.08663927911386707, -0.7215914338449035, -1.0723321765803564, -0.8803397329410664, -1.0723321765803564, -0.5341743871633967, -0.09056588954387687, -0.09056588954387687, -0.09056588954387687, -1.1795513912154838, -0.14496619807835892, -0.9721484390352176, -1.0723321765803564, 0.9997662698646376, -1.0723321765803564, -0.4337496029918515, -1.0723321765803564, -1.1795513912154838, 0.735896528398688, -0.7970135349802734, -0.06517676791591374, -1.0723321765803564, -1.1795513912154838, -1.0723321765803564, -0.7215914338449035, -0.7970135349802734, -0.7970135349802734, 0.026441758273338903, -0.8803397329410664, -1.0723321765803564, -0.9721484390352176, -0.5341743871633967, -0.9721484390352176, -1.1795513912154838, 0.06727199404841314, -1.0723321765803564, -0.3890467747419482, 0.3179250462266339, -1.290886279879917, 0.1235000469382828, -0.34741025509443274, -0.7215914338449035, 0.19073195481901334, -1.290886279879917, -0.7970135349802734, -0.9721484390352176, 0.15811234209039782, -0.6532244244232063, -0.7215914338449035, -1.0723321765803564, -0.11712585555190118, -0.6532244244232063, -1.1795513912154838, -0.6532244244232063, -0.6532244244232063, 0.15811234209039782, -0.7970135349802734, -1.0723321765803564, -0.9721484390352176, -0.7970135349802734, -0.6532244244232063, -0.4337496029918515, -0.5910254789995799, -0.01753653068335746, -0.9721484390352176, -0.9721484390352176, -1.0723321765803564, -0.9721484390352176, -0.8803397329410664, -0.9721484390352176, -1.0723321765803564, -0.8803397329410664, -0.8803397329410664, 0.3426808728484689, -0.8803397329410664, -0.6532244244232063, -0.8803397329410664, -0.7970135349802734, -1.0723321765803564, -0.5910254789995799, -0.5910254789995799, 0.6446312514936682, 0.4320773504190806, -0.5910254789995799, -0.09056588954387687, -1.0723321765803564, -0.9721484390352176, -0.8803397329410664, -0.9721484390352176, -1.0723321765803564, 0.7820752388847853, -1.1795513912154838, -0.8803397329410664, 0.4001934208010641, -0.7215914338449035, -0.7215914338449035, -0.7970135349802734, -0.2050064983213123, -0.2050064983213123, -1.1795513912154838, -0.9721484390352176, -0.9721484390352176, -0.8803397329410664, -0.27193000810084794, -1.0723321765803564, -0.34741025509443274, -0.2050064983213123, -0.7215914338449035, 0.27862647354447323, -0.5910254789995799, -0.7215914338449035, -0.5341743871633967, -0.2050064983213123, -0.7215914338449035, -0.6532244244232063, -0.7215914338449035, 0.1410701960881008, -0.6532244244232063, 0.5689673226280049, -0.9721484390352176, 0.6654758760101884, 0.442316182529468, 0.3304388251247727, -1.1795513912154838, -0.7970135349802734, -0.3084743009179081, -1.1795513912154838, -0.7215914338449035, -0.7970135349802734, -1.0723321765803564, -1.1795513912154838, -0.5910254789995799, -0.8803397329410664, -0.9721484390352176, -0.9721484390352176, -0.5910254789995799, -1.1795513912154838, -0.3084743009179081, -0.7215914338449035, -0.2050064983213123, -0.09056588954387687, 0.2215737837204881, -1.0723321765803564, -0.17421193898757134, -0.8803397329410664, -0.7215914338449035, -0.27193000810084794, -0.4337496029918515, -0.8803397329410664, -0.8803397329410664, -0.9721484390352176, -0.9721484390352176, -1.290886279879917, -0.4337496029918515, -0.3890467747419482, -1.0723321765803564, -0.8803397329410664, -0.6532244244232063, -0.9721484390352176, -0.3084743009179081, 0.27862647354447323, -0.14496619807835892, -1.290886279879917, -0.5341743871633967, -1.0723321765803564, -0.3890467747419482, -0.7215914338449035, -0.01753653068335746, 0.27862647354447323, -0.9721484390352176, -1.1795513912154838, -0.7970135349802734, -0.9721484390352176, -0.8803397329410664, -0.9721484390352176, -1.0723321765803564, -0.34741025509443274, -0.5910254789995799, -0.34741025509443274, -1.0723321765803564, -0.9721484390352176, -1.0723321765803564, -0.06517676791591374, -1.1795513912154838, -0.17421193898757134, -0.8803397329410664, -0.4819532402910517, -0.7970135349802734, -1.0723321765803564, -0.14496619807835892, -1.0723321765803564, 0.1235000469382828, -0.7215914338449035, -0.8803397329410664, -0.9721484390352176, -0.7970135349802734, -1.0723321765803564, 0.3304388251247727, -1.1795513912154838, -0.8803397329410664, -1.0723321765803564, -0.7215914338449035, -0.4337496029918515, -0.04086206974913873, -1.1795513912154838, -0.7215914338449035, -0.7970135349802734, -1.0723321765803564, -0.7215914338449035, -0.9721484390352176, -1.1795513912154838, -0.9721484390352176, -0.7215914338449035, -0.9721484390352176, -0.5910254789995799, -0.7215914338449035, -0.5910254789995799, -0.5341743871633967, -0.8803397329410664, 0.004875571660829985, -1.0723321765803564, -0.17421193898757134, -0.7970135349802734, -1.290886279879917, -0.9721484390352176, 0.04722246759948345, -0.7970135349802734, -0.8803397329410664, -0.8803397329410664, -0.7215914338449035, -0.9721484390352176, -0.6532244244232063, 0.08663927911386707, 0.08663927911386707, -0.14496619807835892, -0.5910254789995799, -0.7215914338449035, -0.9721484390352176, -0.5910254789995799, -0.2375152665704401, -0.9721484390352176, 0.366395001095405, -1.1795513912154838, -0.5910254789995799, -0.17421193898757134, -0.34741025509443274, 0.3546626732081457, -0.6532244244232063, -0.8803397329410664, -0.01753653068335746, -0.8803397329410664, -0.7215914338449035, -0.7970135349802734, -0.7970135349802734, -0.09056588954387687, -0.6532244244232063, -0.27193000810084794, -0.5341743871633967, 0.10536858143587216, -0.11712585555190118, -0.7970135349802734, -0.8803397329410664, -0.2050064983213123, -0.8803397329410664, -1.1795513912154838, -0.7970135349802734, -0.6532244244232063, -1.0723321765803564, -0.7970135349802734, -0.4819532402910517, -1.290886279879917, -0.9721484390352176, -0.9721484390352176, -1.0723321765803564, -0.2375152665704401, -0.5910254789995799, -0.7970135349802734, -0.9721484390352176, -0.7215914338449035, -1.0723321765803564, -0.7970135349802734, 0.42164876973222654, -0.9721484390352176, -0.8803397329410664, -0.7215914338449035, -0.9721484390352176, -0.9721484390352176, -1.0723321765803564, -0.7215914338449035, -0.14496619807835892, 0.10536858143587216, -0.4337496029918515, -0.8803397329410664, -1.1795513912154838, -1.0723321765803564, -0.8803397329410664, -0.6532244244232063, -1.0723321765803564, -1.290886279879917, -0.9721484390352176, -0.7215914338449035, -0.7970135349802734, -0.6532244244232063, -0.9721484390352176, -0.9721484390352176, -0.8803397329410664, -0.34741025509443274, 0.4001934208010641, -0.7970135349802734, 0.17465695126675984, -1.1795513912154838, -0.6532244244232063, -0.9721484390352176, -0.27193000810084794, -0.01753653068335746, -0.8803397329410664, -0.3890467747419482, -0.9721484390352176, -1.1795513912154838, -0.6532244244232063, 0.19073195481901334, -1.0723321765803564, -0.4819532402910517, -0.8803397329410664, -0.5341743871633967, -1.0723321765803564, 0.004875571660829985, 0.004875571660829985, -0.7215914338449035, 0.08663927911386707, -0.7215914338449035, 0.3179250462266339, -0.8803397329410664, -0.4819532402910517, -0.2375152665704401, -0.9721484390352176, -0.7215914338449035, -0.7215914338449035, -0.5910254789995799, -0.27193000810084794, -0.04086206974913873, -0.7970135349802734, -0.8803397329410664, -0.8803397329410664, -0.8803397329410664, -0.5910254789995799, -0.7970135349802734, -0.5341743871633967, -1.0723321765803564, -1.290886279879917, -0.4819532402910517, -0.27193000810084794, -0.7970135349802734, -0.7970135349802734, 0.10536858143587216, 0.2648943863591669, -0.5910254789995799, -0.6532244244232063, -0.11712585555190118, -0.8803397329410664, 0.1235000469382828, -0.8803397329410664, -0.6532244244232063, -0.9721484390352176, 0.38915113001347995, -0.6532244244232063, -0.5910254789995799, -0.6532244244232063, -0.8803397329410664, -0.7215914338449035, -0.6532244244232063, -0.06517676791591374, -0.7215914338449035, -0.17421193898757134, -0.9721484390352176, -0.6532244244232063, -0.8803397329410664, -0.8803397329410664, 0.3051272802767972, -0.6532244244232063, 0.7708819626885423, -0.7970135349802734, -0.8803397329410664, -0.7215914338449035, -1.0723321765803564, -1.1795513912154838, -0.7970135349802734, -0.7215914338449035, -0.7215914338449035, -0.7970135349802734, -0.9721484390352176, -0.8803397329410664, -0.8803397329410664, 0.3179250462266339, -0.5341743871633967, -0.9721484390352176, -0.9721484390352176, -0.8803397329410664, -1.290886279879917, -1.290886279879917, -0.8803397329410664, -0.6532244244232063, -0.8803397329410664, -0.8803397329410664, -0.5910254789995799, -0.9721484390352176, -0.5341743871633967, 0.7175503183464951, -0.5341743871633967, -0.11712585555190118, -0.5910254789995799, -0.8803397329410664, -0.8803397329410664, -0.8803397329410664, -1.0723321765803564, -1.0723321765803564, -0.7215914338449035, -0.7970135349802734, -0.7970135349802734, -0.09056588954387687, -0.9721484390352176, -0.5341743871633967, -0.4337496029918515, 0.2648943863591669, -1.0723321765803564, -1.0723321765803564, -1.1795513912154838, 0.2648943863591669, -0.6532244244232063, -1.0723321765803564, -0.7970135349802734, -0.8803397329410664, -1.290886279879917, -0.8803397329410664, -0.7970135349802734, 0.08663927911386707, -0.7970135349802734, -0.3890467747419482, -1.1795513912154838, -0.7215914338449035, -0.9721484390352176, -1.0723321765803564, -0.6532244244232063, -0.17421193898757134, -0.7970135349802734, -0.7970135349802734, 0.15811234209039782, -0.5910254789995799, -0.7215914338449035, -0.6532244244232063, -0.01753653068335746, -0.7970135349802734, 0.2648943863591669, -1.0723321765803564, -0.2050064983213123, -1.0723321765803564, -0.09056588954387687, -0.8803397329410664, 0.04722246759948345, -0.4819532402910517, -0.17421193898757134, -0.7970135349802734, -0.4337496029918515, -0.7970135349802734, -0.7215914338449035, -0.4819532402910517, -0.7215914338449035, -0.09056588954387687, -0.7970135349802734, -0.8803397329410664, -0.7970135349802734, -0.7215914338449035, -0.7970135349802734, -0.04086206974913873, -0.7215914338449035, -0.5910254789995799, -1.0723321765803564, -0.8803397329410664, -1.0723321765803564, -0.9721484390352176, -0.8803397329410664, -0.8803397329410664, -0.06517676791591374, -0.8803397329410664, -1.0723321765803564, 0.6654758760101884, -0.6532244244232063, -0.7970135349802734, -0.9721484390352176, -0.9721484390352176, -1.0723321765803564, -0.5910254789995799, -0.8803397329410664, -0.9721484390352176, -1.1795513912154838, -0.7215914338449035, -0.7970135349802734, -0.7970135349802734, 0.06727199404841314, -0.7970135349802734, -0.9721484390352176, -0.7215914338449035, -0.9721484390352176, -0.34741025509443274, -0.3890467747419482, 0.004875571660829985, -1.0723321765803564, -0.6532244244232063, -0.7970135349802734, -0.8803397329410664, -0.34741025509443274, -0.5910254789995799, -0.8803397329410664, -0.8803397329410664, -0.7970135349802734, -0.7215914338449035, 0.19073195481901334, -0.5910254789995799, -1.0723321765803564, -0.8803397329410664, -0.7970135349802734, -0.8803397329410664, -0.9721484390352176, -0.8803397329410664, -0.7970135349802734, -0.04086206974913873, -0.9721484390352176, -0.7215914338449035, -0.6532244244232063, -0.8803397329410664, -0.5341743871633967, -0.7970135349802734, -0.6532244244232063, -0.5910254789995799, -1.0723321765803564, -0.8803397329410664, -0.8803397329410664, 0.8878167387934037, -0.7970135349802734, -1.0723321765803564, -0.9721484390352176, -0.2375152665704401, -0.5910254789995799, -0.9721484390352176, -0.6532244244232063, -1.1795513912154838, 0.10536858143587216, -0.5910254789995799, -0.9721484390352176, -0.7215914338449035, -0.8803397329410664, -0.7970135349802734, 0.2508200333853041, 0.026441758273338903, -0.5341743871633967, 0.06727199404841314, -0.6532244244232063, -0.6532244244232063, -0.8803397329410664, -0.9721484390352176, -0.6532244244232063, 0.3426808728484689, 0.1235000469382828, -0.9721484390352176, -0.9721484390352176, -0.9721484390352176, -0.9721484390352176, -0.7970135349802734, -0.8803397329410664, 0.004875571660829985, -1.1795513912154838, -0.8803397329410664, -0.7215914338449035, -0.5910254789995799, -1.0723321765803564, -0.7215914338449035, -1.0723321765803564, -1.1795513912154838, 0.2215737837204881, -0.8803397329410664, -0.7970135349802734, 0.004875571660829985, -0.17421193898757134, -0.8803397329410664, -0.7970135349802734, -0.7970135349802734, -0.8803397329410664, -0.8803397329410664, -1.0723321765803564, -0.27193000810084794, -0.7215914338449035, -0.8803397329410664, -0.09056588954387687, -0.7215914338449035, 0.5608086746892328, -1.1795513912154838, 0.004875571660829985, -0.9721484390352176, 0.7875892314312387, 0.04722246759948345, -0.7970135349802734, -0.6532244244232063, -0.7215914338449035, -0.5341743871633967, -1.0723321765803564, -1.0723321765803564, -0.5910254789995799, 0.2648943863591669, 0.27862647354447323, -0.7215914338449035, -0.4819532402910517, -0.7215914338449035, -1.0723321765803564, -0.8803397329410664, -1.0723321765803564, -0.7970135349802734, -0.8803397329410664, -0.7215914338449035, -1.290886279879917, -0.7215914338449035, -0.7970135349802734, -0.9721484390352176, -1.0723321765803564, -0.9721484390352176, -0.8803397329410664, -0.6532244244232063, 0.04722246759948345, -0.7970135349802734, -0.5341743871633967, -0.6532244244232063, -1.1795513912154838, -0.7970135349802734, -0.8803397329410664, -0.7215914338449035, -1.0723321765803564, -0.8803397329410664, -0.7970135349802734, -0.7215914338449035, -1.1795513912154838, -0.7970135349802734, -0.27193000810084794, -0.11712585555190118, -0.4819532402910517, -0.7215914338449035, -0.7215914338449035, -0.5341743871633967, -0.7970135349802734, -1.0723321765803564, -0.7215914338449035, -1.0723321765803564, -0.7215914338449035, 0.42164876973222654, -1.0723321765803564, -1.1795513912154838, 0.004875571660829985, -0.8803397329410664, -0.9721484390352176, -0.5910254789995799, -1.0723321765803564, -0.5341743871633967, 0.38915113001347995, -0.5341743871633967, -0.8803397329410664, -0.8803397329410664, -1.0723321765803564, -1.0723321765803564, -0.8803397329410664, -0.6532244244232063, -0.5910254789995799, -0.7215914338449035, -0.6532244244232063, -1.1795513912154838, -0.7215914338449035, -0.06517676791591374, -0.2050064983213123, -0.8803397329410664, -0.6532244244232063, -0.5910254789995799, -0.7215914338449035, -0.9721484390352176, -0.7970135349802734, -0.34741025509443274, -0.34741025509443274, -1.0723321765803564, -0.8803397329410664, -0.6532244244232063, -0.7215914338449035, -0.9721484390352176, -1.1795513912154838, -0.7970135349802734, -0.9721484390352176, -0.7970135349802734, -0.7970135349802734, -0.27193000810084794, -0.17421193898757134, -0.5341743871633967, 0.10536858143587216, -0.7215914338449035, -0.14496619807835892, -0.8803397329410664, -0.6532244244232063, -0.8803397329410664, -0.8803397329410664, -0.8803397329410664, -0.2050064983213123, -0.5910254789995799, -0.7215914338449035, -1.0723321765803564, -0.11712585555190118, -1.0723321765803564, -0.7970135349802734, -0.8803397329410664, -0.09056588954387687, 0.06727199404841314, -0.8803397329410664, -0.8803397329410664, -0.5910254789995799, -0.6532244244232063, -0.9721484390352176, 0.4320773504190806, -0.7215914338449035, -0.5341743871633967, -0.5341743871633967, -0.7215914338449035, -0.7970135349802734, -0.8803397329410664, 0.5770091848151608, -0.8803397329410664, -0.8803397329410664, -0.4337496029918515, -0.9721484390352176, -0.7215914338449035, -0.5910254789995799, -1.0723321765803564, -0.5341743871633967, -0.7215914338449035, -0.9721484390352176, -0.2050064983213123, -0.34741025509443274, -0.06517676791591374, -0.8803397329410664, -0.7215914338449035, -0.8803397329410664, -0.09056588954387687, -0.5910254789995799, -1.1795513912154838, -1.0723321765803564, -0.8803397329410664, -0.6532244244232063, -0.7215914338449035, -0.06517676791591374, -0.4819532402910517, 0.2215737837204881, -0.7215914338449035, -1.0723321765803564, -0.4819532402910517, -0.8803397329410664, -0.7215914338449035, -0.6532244244232063, -0.7215914338449035, -0.9721484390352176, -0.8803397329410664, -0.7215914338449035, -0.6532244244232063, -0.9721484390352176, -0.7970135349802734, -0.8803397329410664, -1.1795513912154838, -0.7970135349802734, -0.9721484390352176, 0.5269352203481108, 0.366395001095405, -0.6532244244232063, -0.6532244244232063, -0.6532244244232063, -0.06517676791591374, -1.1795513912154838, -0.8803397329410664, -0.8803397329410664, -0.7970135349802734, 0.5441271380674596, -0.5910254789995799, -0.8803397329410664, -0.6532244244232063, -0.7215914338449035, -1.1795513912154838, -0.5910254789995799, -0.8803397329410664, -0.7970135349802734, -0.6532244244232063, -0.9721484390352176, -0.6532244244232063, -0.7970135349802734, -0.6532244244232063, -0.7215914338449035, -1.1795513912154838, 0.1410701960881008, -0.8803397329410664, -0.5910254789995799, -0.6532244244232063, -0.6532244244232063, -1.0723321765803564, -0.5910254789995799, -1.0723321765803564, -0.5910254789995799, -1.1795513912154838, -1.0723321765803564, -0.7215914338449035, -0.5910254789995799, 0.3546626732081457, -0.8803397329410664, -0.8803397329410664, 0.3546626732081457, -0.4337496029918515, -0.7970135349802734, -0.8803397329410664, -0.7970135349802734, -0.5910254789995799, 0.6654758760101884, -0.4819532402910517, -1.1795513912154838, -0.34741025509443274, -0.9721484390352176, -1.0723321765803564, -0.4337496029918515, -0.7215914338449035, 0.1410701960881008, -0.7970135349802734, -0.9721484390352176, -0.7970135349802734, -0.27193000810084794, -0.9721484390352176, -0.8803397329410664, -0.7970135349802734, -0.9721484390352176, -0.8803397329410664, -0.5910254789995799, 0.7708819626885423, -0.7215914338449035, 0.8738775331511519, -0.8803397329410664, -0.7215914338449035, 0.026441758273338903, -0.7970135349802734, -0.5910254789995799, 0.06727199404841314, -0.5910254789995799, -0.6532244244232063, -0.3084743009179081, 0.04722246759948345, -0.7215914338449035, -0.7970135349802734, -0.7215914338449035, -1.0723321765803564, -0.8803397329410664, -0.6532244244232063, -0.6532244244232063, -1.0723321765803564, -0.6532244244232063, -0.8803397329410664, -0.09056588954387687, -0.6532244244232063, -0.5341743871633967, -0.7215914338449035, -0.5910254789995799, 0.1235000469382828, -0.7215914338449035, -0.4819532402910517, -0.7215914338449035, -0.5910254789995799, -0.5341743871633967, -1.0723321765803564, -0.6532244244232063, -0.7215914338449035, -0.5341743871633967, -0.7970135349802734, -0.7215914338449035, -0.9721484390352176, -0.5341743871633967, -0.8803397329410664, 0.026441758273338903, -0.9721484390352176, 0.38915113001347995, -0.9721484390352176, -0.8803397329410664, -0.6532244244232063, -0.7215914338449035, -0.5910254789995799, 0.2215737837204881, -0.34741025509443274, -0.5910254789995799, -0.8803397329410664, -0.9721484390352176, -0.7970135349802734, -0.04086206974913873, -0.5910254789995799, -0.8803397329410664, -0.5341743871633967, -0.8803397329410664, -0.5910254789995799, -0.5910254789995799, -0.14496619807835892, -0.8803397329410664, -0.7215914338449035, -0.6532244244232063, -1.0723321765803564, 0.8691530642865593, -0.7215914338449035, -0.6532244244232063, 0.04722246759948345, -1.0723321765803564, -0.7970135349802734, -0.5910254789995799, -0.34741025509443274, -0.8803397329410664, -0.4337496029918515, -0.4819532402910517, -0.8803397329410664, -0.9721484390352176, -1.1795513912154838, -0.7970135349802734, -0.7970135349802734, -0.7970135349802734, -0.9721484390352176, -0.9721484390352176, -0.7970135349802734, -0.7970135349802734, -0.9721484390352176, -0.8803397329410664, -0.7970135349802734, -0.8803397329410664, -0.7970135349802734, -0.4819532402910517, -0.6532244244232063, -0.8803397329410664, -1.1795513912154838, 0.7875892314312387, -0.5910254789995799, -0.6532244244232063, -0.8803397329410664, -0.7215914338449035, -0.7215914338449035, -0.6532244244232063, -0.7215914338449035, -0.7215914338449035, -0.9721484390352176, 0.004875571660829985, -0.9721484390352176, -1.1795513912154838, -0.6532244244232063, 0.47195998900648706, -0.4337496029918515, -0.5910254789995799, -0.9721484390352176, -0.9721484390352176, -0.7215914338449035, -0.5341743871633967, -0.5341743871633967, -0.9721484390352176, 0.3304388251247727, -0.8803397329410664, 0.8923871984618547, -0.5341743871633967, -0.9721484390352176, -0.4337496029918515, -0.9721484390352176, -0.5341743871633967, 0.04722246759948345, -1.1795513912154838, -0.4337496029918515, -0.7970135349802734, -1.0723321765803564, -0.7215914338449035, -0.4819532402910517, -0.3890467747419482, -1.0723321765803564, -0.7970135349802734, -0.7970135349802734, -0.27193000810084794, -0.8803397329410664, -0.8803397329410664, -0.7970135349802734, -0.3084743009179081, 0.2508200333853041, -0.9721484390352176, -0.7970135349802734, -0.4337496029918515, -0.7215914338449035, 0.04722246759948345, -0.7970135349802734, -0.6532244244232063, 0.6229828269686615, -1.1795513912154838, -0.7215914338449035, -0.5341743871633967, 0.2648943863591669, -0.5341743871633967, 0.8143744127629801, 0.2215737837204881, -0.5910254789995799, -1.0723321765803564, -0.7970135349802734, -0.5341743871633967, -0.2375152665704401, -0.4819532402910517, -0.04086206974913873, 0.462251264960011, -1.0723321765803564, -0.4819532402910517, -1.0723321765803564, 0.6654758760101884, 0.04722246759948345, -0.5341743871633967, -0.7970135349802734, -0.9721484390352176, -0.7215914338449035, 0.5092008038965586, -0.7215914338449035, 0.5181379491247761, -0.9721484390352176, -0.7215914338449035, -0.7215914338449035, -0.7215914338449035, 0.3179250462266339, -0.9721484390352176, -0.7970135349802734, -0.7215914338449035, 0.3304388251247727, 0.3546626732081457, -0.4337496029918515, 0.7984572472481656, 0.026441758273338903, 0.08663927911386707, -0.9721484390352176, 0.04722246759948345, -0.9721484390352176, -0.8803397329410664, -0.9721484390352176, -0.8803397329410664, -0.9721484390352176, -0.7970135349802734, -1.0723321765803564, -0.7215914338449035, 0.026441758273338903, -0.34741025509443274, 0.19073195481901334, -0.5341743871633967, -0.8803397329410664, -0.6532244244232063, -0.6532244244232063, -0.7215914338449035, -0.7970135349802734, -0.9721484390352176, -0.7970135349802734, -0.7970135349802734, -0.7215914338449035, -0.7215914338449035, 0.026441758273338903, -0.8803397329410664, -0.6532244244232063, -0.7215914338449035, -0.3084743009179081, -0.7215914338449035, -0.5341743871633967, 0.2648943863591669, 0.5001192797289711, -0.4337496029918515, -0.7215914338449035, 1.1179387584581677, -0.7215914338449035, -0.9721484390352176, -1.0723321765803564, -0.7215914338449035, 0.8923871984618547, -0.9721484390352176, -0.7215914338449035, 1.2404977607825367, -0.7970135349802734, -0.7215914338449035, -0.3890467747419482, -0.6532244244232063, -1.0723321765803564, -1.0723321765803564, -0.8803397329410664, -0.6532244244232063, -0.5341743871633967, -1.0723321765803564, -0.9721484390352176, 0.15811234209039782, -0.4337496029918515, -0.9721484390352176, -0.7215914338449035, -1.0723321765803564, -0.6532244244232063, -0.8803397329410664, -0.8803397329410664, -0.9721484390352176, -0.6532244244232063, -0.8803397329410664, -0.8803397329410664, -0.6532244244232063, -0.6532244244232063, -0.4819532402910517, -0.9721484390352176, -0.7970135349802734, -1.290886279879917, -0.4819532402910517, 0.2648943863591669, -0.9721484390352176, -0.14496619807835892, -0.7215914338449035, -0.7970135349802734, -0.7215914338449035, -0.9721484390352176, -1.0723321765803564, -1.1795513912154838, -0.6532244244232063, -0.7970135349802734, -0.7215914338449035, -1.1795513912154838, -0.9721484390352176, -0.6532244244232063, -1.0723321765803564, -0.8803397329410664, 0.026441758273338903, 0.5269352203481108, -0.7970135349802734, -0.7970135349802734, 0.366395001095405, -0.7970135349802734, -0.8803397329410664, -0.7970135349802734, -1.0723321765803564, -0.5341743871633967, -0.34741025509443274, -1.1795513912154838, 0.29203242904545834, 0.2363860634120656, -0.5341743871633967, -0.4819532402910517, -0.5910254789995799, -1.0723321765803564, -0.9721484390352176, -0.7215914338449035, -0.7215914338449035, -0.8803397329410664, -0.9721484390352176, -0.9721484390352176, -0.5910254789995799, -0.01753653068335746, -0.7970135349802734, -0.8803397329410664, 0.1235000469382828, 0.2508200333853041, -0.5910254789995799, -0.8803397329410664, -0.5341743871633967, -0.7970135349802734, -0.8803397329410664, -1.0723321765803564, -0.7970135349802734, -0.7215914338449035, -0.5341743871633967, -0.7970135349802734, -0.8803397329410664, 0.2215737837204881, -0.6532244244232063, -0.8803397329410664, -0.4819532402910517, -0.8803397329410664, -0.7970135349802734, -0.01753653068335746, -0.5910254789995799, -0.7970135349802734, 0.2215737837204881, -0.3084743009179081, -0.7215914338449035, -0.5910254789995799, -0.4819532402910517, -1.1795513912154838, -0.27193000810084794, -0.7215914338449035, -0.7970135349802734, 0.27862647354447323, -0.9721484390352176, -0.6532244244232063, -0.5910254789995799, -0.7215914338449035, 0.026441758273338903, -0.8803397329410664, -0.5910254789995799, -0.7970135349802734, 0.6004662613645629, -1.1795513912154838, -0.9721484390352176, -1.290886279879917, -0.7215914338449035, -0.4819532402910517, -0.9721484390352176, -0.9721484390352176, -1.0723321765803564, -0.7970135349802734, -0.8803397329410664, 0.8298523619259792, 0.747802365181943, -0.5910254789995799, -0.7970135349802734, -1.1795513912154838, -0.8803397329410664, -0.7970135349802734, -0.9721484390352176, -0.5910254789995799, 0.3304388251247727, -0.6532244244232063, 0.3546626732081457, -0.7970135349802734, -0.7215914338449035, -0.7970135349802734, -0.7215914338449035, -0.7970135349802734, -0.3084743009179081, -0.9721484390352176, -0.4337496029918515, -0.6532244244232063, -0.3084743009179081, -0.5910254789995799, -1.0723321765803564, -0.2375152665704401, -0.04086206974913873, -0.6532244244232063, -0.8803397329410664, 0.08663927911386707, -0.8803397329410664, -0.14496619807835892, -0.4337496029918515, -0.27193000810084794, 0.8195813270033168, -0.5341743871633967, -0.7970135349802734, -0.5341743871633967, -0.7215914338449035, -0.4819532402910517, -0.8803397329410664, -0.7970135349802734, -0.5341743871633967, -0.8803397329410664, 0.19073195481901334, -0.7215914338449035, 0.3546626732081457, 0.06727199404841314, -0.09056588954387687, -0.6532244244232063, -0.8803397329410664, -0.9721484390352176, -0.5341743871633967, 0.2063630195408128, -0.5341743871633967, -0.01753653068335746, -0.8803397329410664, -0.7215914338449035, -0.7970135349802734, -0.7215914338449035, -0.9721484390352176, -0.5341743871633967, -0.3890467747419482, -0.27193000810084794, -0.7970135349802734, -0.4819532402910517, -0.3890467747419482, -0.8803397329410664, -1.0723321765803564, -0.9721484390352176, -0.7970135349802734, 0.17465695126675984, -0.9721484390352176, -0.8803397329410664, -0.7215914338449035, -0.7970135349802734, -0.9721484390352176, -0.17421193898757134, -0.7970135349802734, -0.6532244244232063, 0.19073195481901334, -0.9721484390352176, -0.9721484390352176, -0.3890467747419482, -0.5910254789995799, -0.7970135349802734, -0.01753653068335746, -1.0723321765803564, -0.7970135349802734, -1.290886279879917, 0.15811234209039782, -0.9721484390352176, -0.7970135349802734, -0.3084743009179081, -0.7970135349802734, -0.8803397329410664, -0.7215914338449035, -0.7215914338449035, -0.5910254789995799, -0.5910254789995799, -0.4819532402910517, -0.5341743871633967, -0.5341743871633967, -0.9721484390352176, -1.0723321765803564, -0.4819532402910517, 0.4523720202798878, -1.1795513912154838, -0.8803397329410664, 1.1209747481956107, 0.8498468641088628, -0.11712585555190118, -0.9721484390352176, -0.7215914338449035, -1.290886279879917, -0.8803397329410664, -0.8803397329410664, 0.7594608239577224, -1.0723321765803564, 0.42164876973222654, 0.2063630195408128, -0.5910254789995799, -0.7215914338449035, -1.1795513912154838, -0.9721484390352176, -0.7970135349802734, -0.5910254789995799, -1.0723321765803564, -0.7970135349802734, -0.7970135349802734, -0.8803397329410664, -0.27193000810084794, -1.0723321765803564, -0.5910254789995799, -0.7215914338449035, -0.5341743871633967, -1.0723321765803564, -0.5910254789995799, -1.0723321765803564, -0.8803397329410664, -0.04086206974913873, -1.1795513912154838, 0.4320773504190806, -0.8803397329410664, -1.0723321765803564, -0.8803397329410664, -0.8803397329410664, 0.3546626732081457, -0.7970135349802734, 0.5092008038965586, -0.5341743871633967, -0.9721484390352176, 0.7820752388847853, 0.5689673226280049, -0.09056588954387687, 0.08663927911386707, 1.0326123095809303, -0.7970135349802734, -0.6532244244232063, -0.9721484390352176, -0.7215914338449035, -0.5910254789995799, -1.0723321765803564, -0.9721484390352176, -0.5341743871633967, -0.4819532402910517, -0.5910254789995799, -0.7215914338449035, -0.6532244244232063, 1.2477891339197702, -0.7970135349802734, -0.8803397329410664, -0.5341743871633967, -0.6532244244232063, -0.4337496029918515, -0.8803397329410664, -1.1795513912154838, -0.6532244244232063, -0.8803397329410664, -1.0723321765803564, 0.29203242904545834, -0.4337496029918515, 0.366395001095405, 0.29203242904545834, 0.658613301766916, -0.8803397329410664, -0.7970135349802734, -0.11712585555190118, -0.7970135349802734, -0.7970135349802734, 0.06727199404841314, -0.7215914338449035, -0.8803397329410664, 0.3051272802767972, -0.5341743871633967, -1.1795513912154838, -0.7215914338449035, -1.1795513912154838, -0.5910254789995799, 0.5181379491247761, -0.5910254789995799, 0.15811234209039782, -0.8803397329410664, -0.7215914338449035, -0.5341743871633967, -0.7970135349802734, -0.3084743009179081, 0.8878167387934037, -0.7970135349802734, -0.4337496029918515, -0.17421193898757134, -1.1795513912154838, -0.8803397329410664, 0.17465695126675984, 0.2648943863591669, -1.1795513912154838, -0.5341743871633967, 0.2508200333853041, -0.5341743871633967, 1.1946376760409485, -0.8803397329410664, 0.3778879793406784, -0.7215914338449035, -0.6532244244232063, -0.9721484390352176, -0.7215914338449035, -0.8803397329410664, 0.2063630195408128, -0.4337496029918515, 0.1410701960881008, -1.1795513912154838, -0.9721484390352176, -0.9721484390352176, -0.06517676791591374, -0.5341743871633967, -0.6532244244232063, 0.4001934208010641, -0.9721484390352176, -0.7215914338449035, -0.5910254789995799, -0.7215914338449035, -1.0723321765803564, -0.8803397329410664, -0.7970135349802734, -0.9721484390352176, -0.8803397329410664, 1.0431468376173227, 0.584937549252648, -0.8803397329410664, -0.5910254789995799, -0.06517676791591374, 0.2215737837204881, 0.658613301766916, -0.5910254789995799, 0.4815039580662751, -0.7970135349802734, -0.6532244244232063, -0.7970135349802734, -0.4819532402910517, -0.7215914338449035, -1.0723321765803564, -0.9721484390352176, -0.4819532402910517, -0.8803397329410664, -0.5910254789995799, 0.9728188407929992, -0.9721484390352176, 1.233110281027174, -0.9721484390352176, -0.8803397329410664, -0.9721484390352176, -0.7970135349802734, -0.7215914338449035, -0.7215914338449035, -0.9721484390352176, -0.8803397329410664, -0.34741025509443274, -0.4819532402910517, -0.7970135349802734, -0.34741025509443274, 0.9361529275941968, -0.5910254789995799, -0.7215914338449035, -0.6532244244232063, -0.8803397329410664, -0.9721484390352176, -0.8803397329410664, -0.8803397329410664, -0.2050064983213123, -0.8803397329410664, -0.8803397329410664, -0.6532244244232063, -0.7215914338449035, -0.7215914338449035, -0.7970135349802734, -0.3890467747419482, -0.5910254789995799, -0.3890467747419482, -0.7215914338449035, 0.4320773504190806, 0.2215737837204881, -0.6532244244232063, -1.0723321765803564, -1.1795513912154838, -0.6532244244232063, -0.7970135349802734, 0.7298475233079726, -0.4819532402910517, -0.5910254789995799, 0.9767486798507472, -0.7970135349802734, -0.7970135349802734, -0.2050064983213123, -0.4337496029918515, -0.04086206974913873, -0.7215914338449035, 0.3426808728484689, -0.8803397329410664, -0.7215914338449035, -0.7970135349802734, -0.4337496029918515, -0.5341743871633967, -0.5910254789995799, -0.7215914338449035, 0.9276687835893828, -0.7215914338449035, 1.3286022914027895, -0.7970135349802734, -0.8803397329410664, -0.3084743009179081, -0.9721484390352176, -0.4337496029918515, 0.5525298084162119, -0.5910254789995799, -0.7215914338449035, 0.8449146608815837, -0.7970135349802734, -0.6532244244232063, -1.0723321765803564, -0.5910254789995799, -0.7970135349802734, -0.3084743009179081, -1.0723321765803564, 0.04722246759948345, -0.7970135349802734, -0.6532244244232063, -1.0723321765803564, -0.9721484390352176, -0.5341743871633967, -0.7215914338449035, -0.7215914338449035, -0.4819532402910517, 1.108730865882634, -0.6532244244232063, -0.3084743009179081, -0.9721484390352176, -0.8803397329410664, -0.09056588954387687, -0.8803397329410664, -0.04086206974913873, -0.8803397329410664, -0.5910254789995799, -0.7215914338449035, -1.1795513912154838, -0.5910254789995799, 0.2648943863591669, -1.1795513912154838, 1.0431468376173227, -0.6532244244232063, -0.4819532402910517, 0.004875571660829985, -0.4819532402910517, -0.9721484390352176, 0.026441758273338903, -0.4819532402910517, 0.04722246759948345, -0.7970135349802734, 0.5001192797289711, 0.5269352203481108, 0.42164876973222654, 0.17465695126675984, -0.4819532402910517, 0.8038133078297359, 1.1839161222964605, 0.10536858143587216, -0.6532244244232063, -1.0723321765803564, -0.4819532402910517, -1.0723321765803564, -0.7215914338449035, -0.5910254789995799, -0.5341743871633967, -0.8803397329410664, -0.8803397329410664, -0.7970135349802734, 0.19073195481901334, 0.2508200333853041, -0.7970135349802734, -0.6532244244232063, -1.0723321765803564, 0.7875892314312387, -0.6532244244232063, -0.6532244244232063, -0.9721484390352176, -1.0723321765803564, -0.27193000810084794, -1.1795513912154838, -0.7215914338449035, -0.7970135349802734, -0.6532244244232063, -0.8803397329410664, -0.2050064983213123, 1.2404977607825367, -0.3890467747419482, -0.5341743871633967, -0.7970135349802734, 0.10536858143587216, -0.8803397329410664, -0.7970135349802734, -0.5910254789995799, -0.4819532402910517, -0.6532244244232063, 0.7652004537329219, 1.1757381874370003, -0.5341743871633967, 0.3546626732081457, -0.7215914338449035, -0.7970135349802734, 0.3426808728484689, -0.9721484390352176, 0.4001934208010641, -1.0723321765803564, 0.2215737837204881, -0.4819532402910517, -0.7970135349802734, -0.5341743871633967, -0.7970135349802734, -0.7215914338449035, 0.004875571660829985, -0.4337496029918515, -1.0723321765803564, -0.06517676791591374, -0.4337496029918515, -0.5910254789995799, -0.5910254789995799, 0.2215737837204881, -1.0723321765803564, -0.34741025509443274, -0.4819532402910517, -0.8803397329410664, -0.14496619807835892, -0.6532244244232063, -0.9721484390352176, -0.3084743009179081, -0.7215914338449035, 0.004875571660829985, -0.5910254789995799, -0.7970135349802734, -0.8803397329410664, -0.7970135349802734, -0.34741025509443274, -0.4337496029918515, -0.7215914338449035, -0.5910254789995799, -0.34741025509443274, -0.7215914338449035, 0.7175503183464951, 0.2063630195408128, -1.1795513912154838, -0.01753653068335746, -0.7215914338449035, -0.9721484390352176, -0.6532244244232063, -0.9721484390352176, -0.7970135349802734, -0.6532244244232063, -0.7215914338449035, -0.5910254789995799, -0.6532244244232063, -0.17421193898757134, -0.4819532402910517, -0.3890467747419482, 1.0182510940969065, -1.1795513912154838, -0.4819532402910517, -0.34741025509443274, 0.6654758760101884, -0.7970135349802734, -0.4819532402910517, 0.2063630195408128, 0.3778879793406784, 0.8298523619259792, -0.8803397329410664, -0.04086206974913873, 0.15811234209039782, -0.7215914338449035, -0.3890467747419482, 0.2063630195408128, -0.11712585555190118, -0.6532244244232063, -0.5341743871633967, -0.8803397329410664, -0.34741025509443274, -0.5341743871633967, -0.4819532402910517, -0.5341743871633967, 0.2648943863591669, 0.9997662698646376, -0.7215914338449035, -1.1795513912154838, 0.6985840339210582, -0.9721484390352176, -0.5910254789995799, -0.9721484390352176, 0.1410701960881008, -0.9721484390352176, -0.8803397329410664, -0.4819532402910517, -0.5910254789995799, 0.2215737837204881, 0.7418810224996465, -0.6532244244232063, -0.09056588954387687, -0.2375152665704401, -0.09056588954387687, -0.5341743871633967, -0.2375152665704401, -0.7970135349802734, -0.6532244244232063, -0.8803397329410664, -0.01753653068335746, 0.9728188407929992, -0.5341743871633967, -0.6532244244232063, -0.27193000810084794, 0.5269352203481108, -0.5910254789995799, -0.7215914338449035, -0.7215914338449035, -1.1795513912154838, -0.5341743871633967, -0.8803397329410664, -0.7215914338449035, -0.9721484390352176, -0.6532244244232063, -0.7970135349802734, 1.2941150579648808, 1.2404977607825367, -0.4819532402910517, 0.6155771616624278, -1.0723321765803564, -0.4337496029918515, -0.4819532402910517, -0.3084743009179081, 0.8195813270033168, -0.7215914338449035, 0.9568181166018004, 0.5269352203481108, -0.6532244244232063, 0.7984572472481656, 0.7984572472481656, 1.1972863233920803, 0.4110233070184791, -0.8803397329410664, -0.5910254789995799, 0.9845266782620876, -0.2050064983213123, 1.15617913806699, -0.7215914338449035, -0.34741025509443274, -0.3084743009179081, -0.7970135349802734, -0.7215914338449035, -0.5341743871633967, -0.5341743871633967, -0.7215914338449035, -0.6532244244232063, -0.34741025509443274, 0.08663927911386707, -0.7215914338449035, -0.5910254789995799, -0.34741025509443274, -0.6532244244232063, -0.7215914338449035, 0.6375074467070897, -0.34741025509443274, -0.2050064983213123, -0.6532244244232063, 0.5181379491247761, -0.6532244244232063, -0.5341743871633967, -0.2050064983213123, -0.5341743871633967, -0.4819532402910517, -0.04086206974913873, -0.5910254789995799, -0.8803397329410664, -0.5910254789995799, -0.4819532402910517, 0.17465695126675984, 0.8969207107640331, -0.4337496029918515, -0.6532244244232063, 0.9058792475459576, -0.7970135349802734, -0.01753653068335746, -0.09056588954387687, 1.0290563469180816, -0.3890467747419482, 0.5355969155206521, 0.5770091848151608, 0.026441758273338903, -0.4819532402910517, -0.4819532402910517, 0.6080725313558326, -0.4337496029918515, -0.3084743009179081, 1.108730865882634, -0.7970135349802734, -0.8803397329410664, 0.9403473425976824, -0.4337496029918515, 0.2363860634120656, 0.3051272802767972, -0.5341743871633967, 1.2103450075726905, 0.7984572472481656, -0.4337496029918515, -0.4819532402910517, -0.5341743871633967, -1.0723321765803564, -0.5341743871633967, 0.3051272802767972, -0.7215914338449035, 0.824740352744739, -0.5341743871633967, -0.3084743009179081, 0.1235000469382828, -0.4337496029918515, 1.540230051527531, 0.6654758760101884, 0.10536858143587216, 0.3546626732081457, 0.08663927911386707, -0.2050064983213123, -0.8803397329410664, -0.6532244244232063, -0.4337496029918515, -0.7215914338449035, -0.27193000810084794, -0.6532244244232063, -0.7970135349802734, -0.7215914338449035, -0.5341743871633967, 0.4320773504190806, 0.1235000469382828, 1.0109301350262263, 0.9233780840799862, -0.5910254789995799, -0.4337496029918515, -0.7215914338449035, 0.8547360731266403, -0.14496619807835892, 0.3179250462266339, 1.3159169648428044, 0.08663927911386707, -0.27193000810084794, -0.4337496029918515, 1.0534870566409706, -0.7970135349802734, -0.5910254789995799, -0.4337496029918515, -0.8803397329410664, -0.7970135349802734, 0.17465695126675984, -0.3890467747419482, -0.3890467747419482, -0.4337496029918515, -0.8803397329410664, -0.6532244244232063, -0.6532244244232063, 0.2508200333853041, -0.5341743871633967, -0.7970135349802734, -0.7215914338449035, -0.5910254789995799, 0.8785625356354425, -0.09056588954387687, 1.2077574971322371, 0.8547360731266403, 1.2525978794252035, -0.4337496029918515, 0.9845266782620876, 0.8832087250913153, 1.144688268551716, -0.27193000810084794, -0.9721484390352176, -0.3084743009179081, -0.34741025509443274, 1.0534870566409706, 1.1504631482331442, 0.2215737837204881, 0.9319269011765926, 1.2644422779098436, -0.7215914338449035, 1.0254776853914558, 0.824740352744739, 0.6921167878491324, -0.6532244244232063, 1.2025463626279338, -0.34741025509443274, 0.7049776089611901, 0.04722246759948345, 1.3265079094134888, 1.3511382650031394, -0.4819532402910517, 1.3116239047999412, -0.11712585555190118, -0.2050064983213123, -0.4337496029918515, -0.4337496029918515, 0.9883755856472894, -0.5341743871633967, -0.2375152665704401, 1.0218760335006989, -0.7215914338449035, 0.442316182529468, 0.8738775331511519, -0.5341743871633967, 1.0146025642358227, 1.6445313387536136, -0.34741025509443274, -0.3084743009179081, 1.5908901566402434, -0.6532244244232063, -0.2375152665704401, -0.2050064983213123, -0.34741025509443274, -0.27193000810084794, -0.8803397329410664, -0.7970135349802734, 0.3546626732081457, -0.4337496029918515, -0.5910254789995799, -0.7970135349802734, -0.3084743009179081, -0.3084743009179081, 1.0534870566409706, -0.5910254789995799, -0.34741025509443274, 1.15332842924337, 1.0035123123170184, -0.27193000810084794, 1.3471076448904749, -0.17421193898757134, 1.2051579860851995, -1.0723321765803564, 0.5092008038965586, -0.5910254789995799, -0.7215914338449035, -1.0723321765803564, 1.1702191823010282, 1.0396572769227157, -0.6532244244232063, 0.38915113001347995, -0.17421193898757134, -0.4819532402910517, 0.3546626732081457, -0.3890467747419482, -1.290886279879917, 1.6609433743112187, -0.34741025509443274, -0.6532244244232063, 1.5869489500933172, -0.4819532402910517, -0.3084743009179081, -0.04086206974913873, 1.2256241278750546, -0.2050064983213123, -0.4337496029918515, 1.3823803241876094, -0.2050064983213123, 1.357130358319309, -0.5341743871633967, 1.4065415299579234, 0.9997662698646376, -0.9721484390352176, -0.11712585555190118, -0.3084743009179081, 0.38915113001347995, 0.462251264960011, -0.34741025509443274, -0.5910254789995799, -0.6532244244232063, 1.8386444385042688, 1.2714306012570358, -0.5341743871633967, 0.5608086746892328, 0.7708819626885423, 0.5441271380674596, 1.1866157987559671, -0.7215914338449035, 1.320177389566522, 1.3007451403117587, -0.4337496029918515, -0.4819532402910517, -0.34741025509443274, 1.4434961455501998, 0.15811234209039782, 0.8547360731266403, -0.6532244244232063, 0.8298523619259792, 0.9058792475459576, 0.7984572472481656, -0.6532244244232063, 1.0801633436088125, -0.7970135349802734, 0.6080725313558326, -0.04086206974913873, -0.34741025509443274, 1.4781639153732369, 0.824740352744739, -0.7970135349802734, 0.6789543635628688, 0.6654758760101884, 1.2355836091441377, 0.4815039580662751, -0.2375152665704401, -0.8803397329410664, 1.0768974078492786, 1.4010576051764512, 1.3306888757777828, 1.515323885324471, 0.10536858143587216, 1.1329568983113507, 1.3804778991090227, 1.0361458593740078, 0.8143744127629801, 0.19073195481901334, 1.4279558557487586, -1.1795513912154838, -0.5341743871633967, 0.1235000469382828, 0.4001934208010641, 1.1757381874370003, -0.5341743871633967, -0.4819532402910517, -0.4337496029918515, -0.3084743009179081, 0.9403473425976824, 1.0834103622411682, 0.6516658016315267, 0.1235000469382828, -0.27193000810084794, 0.2363860634120656, 0.3051272802767972, 1.108730865882634, 1.6409510542622154, 0.442316182529468, 1.3007451403117587, -0.6532244244232063, 0.9276687835893828, 0.8349182029107147, 1.2256241278750546, 1.233110281027174, 1.3222955179790878, 0.6155771616624278, -0.5910254789995799, 1.7563215449721132, 1.1359128388866784, -0.4819532402910517, -0.4337496029918515, 1.5973978557878588, 1.2103450075726905, 1.479762453928142, 1.3669769713828366, -0.5910254789995799, -0.2050064983213123, -0.4337496029918515, -0.2375152665704401, 1.4876874565239009, 1.3369024183961689, 0.7112991698668629, -0.2050064983213123, 1.6025501438307066, 1.6239337812242902, -0.27193000810084794, 0.584937549252648, 1.0254776853914558, 0.026441758273338903, -0.7215914338449035, 1.5212845250546108, 1.3348388823937858, 1.3973716141652106, 1.2737408120312437, 0.8091187136292481, 0.7765065146525133, -0.4819532402910517, -0.27193000810084794, 1.6791296542232208, -0.4819532402910517, 1.1702191823010282, 0.9058792475459576, 1.839485141772242, -0.7970135349802734, 0.9608613081263376, 1.3286022914027895, 0.4320773504190806, 1.309464979567304, 1.5816505158414242, 1.056891843564152, 0.2063630195408128, 1.1209747481956107, -0.4819532402910517, 1.2597345126231418, -0.7970135349802734, 0.735896528398688, 1.2941150579648808, -0.11712585555190118, -0.2375152665704401, 0.2063630195408128, -0.34741025509443274, -0.4819532402910517, -0.9721484390352176, -0.2050064983213123, 1.2429387731505086, 1.35314275640934, 0.10536858143587216, 1.3861659092808878, 1.8649403752406564, 1.2453692004014911, 0.9728188407929992, 1.5627012482698377, -0.3084743009179081, 1.4226784978654397, 1.262093338231019, -0.5910254789995799, 0.9319269011765926, 1.2306259900566454, -0.7970135349802734, 1.066983861942824, 1.0072334914733334, -0.04086206974913873, 1.4434961455501998, 1.4028915490596003, 1.2154844661741397, -0.14496619807835892, 0.9728188407929992, 1.2828875902911543, 1.1299852872769314, 1.3708676811931246, 1.515323885324471, -0.2375152665704401, 1.1674391668805886, 1.3369024183961689, -0.3084743009179081, 1.5961023478149532, 1.2691108284557715, 1.3051220183593473, 1.4065415299579234, 1.1239943832466368, 1.5529807824655295, -0.5910254789995799, 1.3286022914027895, 1.5789823932433769, 1.141778363487321, -0.14496619807835892, -0.7215914338449035, -0.4819532402910517, 1.2429387731505086, 1.1179387584581677, 1.6101908287496056, 1.3804778991090227, 1.1999225133874831, 1.28515114924845, -0.5910254789995799, 0.9921982510959588, 1.0703078945556133, 1.1674391668805886, 1.5869489500933172, 1.5948038379059937, 0.026441758273338903, 1.3689257026293649, 0.9845266782620876, 1.3785689940381791, 1.5001388654121148, 1.6325070118184122, 1.2597345126231418, 0.5525298084162119, 0.9190543005602896, 1.6089245940374948, 1.1729854775798765, 1.5108114267096735, 1.5032089652670195, 1.3286022914027895, 1.465208751418661, 1.4028915490596003, 0.5092008038965586, 0.42164876973222654, 1.6012665060833375, 1.1148862359775835, 1.388049155649691, 0.948643204342274, 0.3426808728484689, 1.4173509708720438, 1.5948038379059937, 0.6654758760101884, 0.9767486798507472, 1.144688268551716, 1.4137709401144516, 1.5373567203873018, 1.0466148117423169, 1.1946376760409485, 1.4468917928004312, -0.2050064983213123, 1.1866157987559671, 1.6469055497314922, 1.4417905749986386, 1.2501986639115683, 0.968861263304812, 1.4047195110229502, 1.3708676811931246, 1.6076554916615224, 0.9445106152713552, 1.3007451403117587, 0.6446312514936682, 1.5487626926294558, 1.522764831079945, 0.7708819626885423, 0.1235000469382828, 1.25498686837082, 1.2231063575288823, 1.2231063575288823, 0.3179250462266339, 1.5557753061422348, 1.6457197016293947, 0.9445106152713552, -0.17421193898757134, 0.15811234209039782, 1.2077574971322371, 1.7138219331917717, -0.14496619807835892, 1.1646452945854024, 1.4876874565239009, 0.2508200333853041, 1.0146025642358227, 1.073612333343238, 0.15811234209039782, 1.5763015062819434, 1.2429387731505086, 1.1757381874370003, 1.4366424956479087, 1.456957002489291, 1.0703078945556133, 1.2714306012570358, 1.5032089652670195, -0.4819532402910517, 1.7242371064583375, 1.144688268551716, 1.3286022914027895, 1.434915906041044, 1.2103450075726905, 1.1972863233920803, -0.8803397329410664, 1.5032089652670195, 1.5108114267096735, 1.4383637820769335, 1.3389583843256887, -0.11712585555190118, 1.3159169648428044, 1.4047195110229502, 1.4297039888796437, 1.5016760177557915, 0.8832087250913153, 1.621460001222721, 1.461922617876937, 0.9921982510959588, 1.4209082768664232, 0.27862647354447323, 1.3159169648428044, 1.5242412371040068, 1.3610897878872992, 0.3546626732081457, 1.5062623373629391, 1.3823803241876094, 1.4010576051764512, 1.57225597374839, 1.3159169648428044, 1.2453692004014911, 1.3766535646866582, 1.4047195110229502, 1.6678325796841418, 0.19073195481901334, 1.138853273352519, 1.814577577859815, 1.2025463626279338, 1.2760415392670783, 0.29203242904545834, 1.2667814141605311, 1.4314466858905397, 0.9997662698646376, 1.5763015062819434, 1.5999799212179733, 1.0834103622411682, 1.625166588069917, 1.456957002489291, 1.7344622271440158, 1.320177389566522, 1.5709009466570194, 1.7524100243230822, 1.4813564456356436, 1.0834103622411682, 1.5062623373629391, -0.6532244244232063, -0.4337496029918515, 1.3286022914027895, 1.434915906041044, 1.2783328604909796, 1.5543797862566056, 1.3842763131129865, 1.0396572769227157, 1.4366424956479087, 1.3511382650031394, 1.4519469944031698, 1.5948038379059937, 1.908182953406773, -0.17421193898757134, 1.5123196204745013, 1.3116239047999412, 1.3823803241876094, 1.2985438161446208, 0.6855741560986384, 1.2597345126231418, 0.5770091848151608, 1.588265767871566, 1.66897259105899, 1.138853273352519, 1.4602722967129194, 1.2760415392670783, 1.056891843564152, -0.2375152665704401, 0.6080725313558326, 1.3410068355117089, 1.5108114267096735, 1.5315654788939836, 1.2691108284557715, 1.5571673594297586, 1.5763015062819434, 1.3973716141652106, 1.6089245940374948, 1.262093338231019, 1.5829798283727532, 0.6516658016315267, 1.7117154658864024, 1.3669769713828366, 1.15332842924337, 1.3410068355117089, 1.320177389566522, 1.3348388823937858, 1.6457197016293947, 1.1118169997744989, 1.584305995040397, 0.8399387013290094, 1.1972863233920803, 1.0962135658077414, 1.6527974380092916, 1.6967442236602328, 0.7418810224996465, 0.8595830303300747, 1.4733407573899642, 1.1118169997744989, 1.141778363487321, -0.4337496029918515, 1.458617101208891, 1.5961023478149532, 0.7930495564120345, 1.6597868939136586, 1.3785689940381791, 1.262093338231019, 1.515323885324471, 1.4083576443779409, 0.6855741560986384, 1.515323885324471, 1.5242412371040068, 1.4028915490596003, 1.291887485702329, 1.3804778991090227, 1.4876874565239009, 0.8547360731266403, 1.5242412371040068, 1.814577577859815, 1.2231063575288823, 1.0500614646017843, 1.4400797978017446, 1.0962135658077414, 1.2691108284557715, 1.4733407573899642, 1.7811018194543184, 1.5016760177557915, 1.5315654788939836, 1.309464979567304, 1.5257137636208582, 1.1812033799340749, 1.0218760335006989, -0.5341743871633967, 1.7106592553883837, 1.5599411347979295, 0.9190543005602896, 1.5016760177557915, 1.4468917928004312, 1.320177389566522, 1.5092991629817274, 1.3511382650031394, 1.1179387584581677, 1.6551369564999625, 1.1504631482331442, 1.5168199995777976, 1.5501722532867297, 1.7678949058930014, -0.01753653068335746, 1.066983861942824, 1.5869489500933172, 1.3430478266793024, 1.8198224898808064, 1.463568093322205, 1.363059061875327, 1.3823803241876094, 1.5330189097055662, 1.1999225133874831, 1.4781639153732369, 1.811936596843689, 1.5640762237187475, 1.580318042487064, 1.0466148117423169, 1.4028915490596003, 1.7314142339774523, 1.6923922174541073, 1.2896510244465778, 1.540230051527531, 1.0898485155608748, 1.3917967686717652, 1.6189752523309382, 1.4400797978017446, 1.4047195110229502, 1.191976453073391, 1.6038308479299916, 1.233110281027174, 1.6655455756130049, 1.4244431447405934, 1.0361458593740078, 1.1239943832466368, 0.8547360731266403, 1.7010626911843676, -0.06517676791591374, 1.6956593866592742, 1.1025071538345796, 1.6226982562790642, 1.363059061875327, 1.1209747481956107, 1.737493731079262, 1.0182510940969065, 1.363059061875327, 1.3222955179790878, 1.6337211217321077, 1.5599411347979295, 1.8705317418005432, 1.4226784978654397, 1.6152273482457795, 1.0636400018572707, 0.8449146608815837, 0.6446312514936682, 1.4519469944031698, 1.3936612191072268, 1.7445041068905358, 0.8691530642865593, 1.6152273482457795, 0.2648943863591669, 1.3842763131129865, 1.1209747481956107, 1.5301082686622978, 1.5999799212179733, 1.0602760764489574, 1.320177389566522, 1.066983861942824, 1.233110281027174, 0.6855741560986384, 1.666690244366712, 1.357130358319309, 1.7698007721259137, 1.811936596843689, 1.309464979567304, 1.892355450526024, 1.5286472593053435, 1.5445126119570731, 0.7418810224996465, 1.3785689940381791, 1.3511382650031394, 1.892355450526024, 1.309464979567304, 1.4314466858905397, 1.1757381874370003, 1.2896510244465778, 1.1674391668805886, 1.43318398048171, 1.0500614646017843, 1.434915906041044, 1.3348388823937858, 1.2597345126231418, 1.2760415392670783, 1.5108114267096735, 1.757295173788472, 1.6945724454182949, 1.2231063575288823, 1.5108114267096735, 1.3116239047999412, 1.0431468376173227, 1.4451965410488643, 1.0500614646017843, 1.6349326068483419, 1.66897259105899, 1.7958238617136433, 1.4244431447405934, 1.5359145111261645, 0.7049776089611901, -0.4819532402910517, -0.11712585555190118, 1.4366424956479087, 1.4955019471400783, 1.1729854775798765, 1.4923892149592353, 1.6025501438307066, 1.6457197016293947, 1.4845308914495008, 1.2154844661741397, 1.43318398048171, 0.08663927911386707, 1.2985438161446208, 1.0146025642358227, 1.4400797978017446, 1.4279558557487586, 1.302937852011472, 1.4314466858905397, 1.5473495775249764, 1.3785689940381791, 0.968861263304812, 1.6312902657094823, 1.7096010503350432, 1.3491265784408488, 1.372802953703974, 1.5108114267096735, 1.456957002489291, 1.745498467990218, 1.0326123095809303, 1.458617101208891, 1.4383637820769335, 1.4536219786114526, 1.3430478266793024, 1.3369024183961689, 0.9767486798507472, 1.3007451403117587, 1.1646452945854024, 0.7237326033399697, 1.4485819318275148, 1.6609433743112187, 1.2760415392670783, 1.262093338231019, 1.1618374266287237, -0.4337496029918515, 1.0182510940969065, 1.2077574971322371, 1.2760415392670783, 1.3369024183961689, 1.57225597374839, 1.4047195110229502, -0.5910254789995799, 1.465208751418661, 1.6586280218766254, 1.5961023478149532, 1.2963338116008152, 1.8744916904170208, 1.1239943832466368, 0.9361529275941968, 0.9568181166018004, -0.5341743871633967, 1.580318042487064, 1.2380460707146321, 1.9037062427419664, 1.541661211173894, 1.4083576443779409, 1.6038308479299916, 1.3007451403117587, 1.6735095849926684, 1.3511382650031394, 1.3471076448904749, 1.43318398048171, 1.3650214403357053, 1.5895794985740384, 1.5487626926294558, 1.0962135658077414, 1.3669769713828366, 1.7688486492685358, -0.3890467747419482, 1.4451965410488643, 1.5856290306977638, 1.5301082686622978, 0.9648755532720376, 1.3348388823937858, 1.6038308479299916, 1.7405089232255333, 1.9228521782585115, 1.6655455756130049, 1.4939477422551044, 1.3007451403117587, 0.9403473425976824, 1.15332842924337, 1.6361414784911348, 1.5016760177557915, 0.462251264960011, 1.5816505158414242, 1.6735095849926684, 1.57225597374839, 1.4155638142180949, 1.3610897878872992, 1.3286022914027895, 1.4434961455501998, -0.06517676791591374, 1.3823803241876094, 1.4434961455501998, 1.716966861227522, 1.7484710080551988, 1.6712456796671045, 1.3899260947462715, 1.6361414784911348, 0.04722246759948345, 1.6433404504161513, 1.5986903756717217, 1.3389583843256887, 1.534468580649312, 1.6712456796671045, 1.3430478266793024, -0.7970135349802734, 1.1946376760409485, 1.3137745454493155, 1.4813564456356436, 0.9527455584827356, 1.2714306012570358, 1.0396572769227157, 0.026441758273338903, 1.5973978557878588, 0.914696919255093, 1.6712456796671045, 1.541661211173894, 0.8349182029107147, 0.584937549252648, 1.3051220183593473, 1.3410068355117089, 0.5092008038965586, 1.956566608929176, 1.4279558557487586, 1.6480888936802014, 1.6802469358338392, 1.7262971114366261, 1.5487626926294558, 1.8900574378708577, 1.3689257026293649, 1.3286022914027895, 1.515323885324471, 1.0146025642358227, 1.2760415392670783, 1.5627012482698377, 1.1148862359775835, 0.10536858143587216, 1.4468917928004312, 1.0602760764489574, 1.0834103622411682, 0.8878167387934037, 1.4010576051764512, 1.9037062427419664, 1.5077828072670851, 0.4815039580662751, 0.5770091848151608, 1.490826341145571, 1.6701102879271346, 1.6735095849926684, 1.3973716141652106, 0.9883755856472894, 1.4717237690818623, 1.320177389566522, 0.3778879793406784, 1.318051225584569, 1.5736077322486195, 1.6025501438307066, 1.233110281027174, 1.3511382650031394, 1.7940046200767858, 1.5445126119570731, 1.9300452532532544, 1.6934833917586964, 1.9148316667931056, 1.1118169997744989, 1.3917967686717652, 1.456957002489291, 1.7782978524594206, 1.5001388654121148, 1.466844620287851, 1.2025463626279338, 1.5681810232083642, 1.3511382650031394, 1.5613228908551322, 1.5763015062819434, 1.4137709401144516, 1.6574667482881689, 1.5138237661224805, 1.627624095113693, 1.588265767871566, 1.474953093452413, 1.5749562378875974, 1.8335735581443129, 1.5935023121174996, 0.9319269011765926, 0.7652004537329219, 1.6361414784911348, 1.4244431447405934, 1.5921977564086245, 1.4468917928004312, 1.4173509708720438, 1.3072977056896296, 1.7415103926898523, 1.5373567203873018, 1.6757643809344356, 1.0534870566409706, 1.4400797978017446, 1.8136986331212368, 1.0834103622411682, 1.6912989142300108, 1.4955019471400783, 1.1269978388079085, 1.6880061475654031, 1.7921794529532478, 1.4119723118660104, 1.3051220183593473, 1.2760415392670783, 1.5869489500933172, 1.1999225133874831, 1.8352689553817183, 1.3708676811931246, 1.2828875902911543, 1.859292654171465, 1.3410068355117089, 1.1646452945854024, 1.4468917928004312, 1.5515782773317377, 1.7967312724731763, 1.5763015062819434, 1.5359145111261645, 1.2985438161446208, 1.5016760177557915, 1.6678325796841418, 1.0602760764489574, 1.6361414784911348, 1.357130358319309, 1.66897259105899, 0.7298475233079726, 1.3955194873192036, 0.15811234209039782, 1.5681810232083642, 1.9074393142085482, 1.363059061875327, 1.3007451403117587, 1.5829798283727532, 1.4955019471400783, 1.35314275640934, 1.1702191823010282, 1.1757381874370003, 1.7364850508918872, 1.4733407573899642, 1.6880061475654031, 1.855223430665426, 1.4701021016059752, 1.4876874565239009, 1.6127147468130574, 1.1025071538345796, 1.848650577225168, 1.0962135658077414, 1.15332842924337, 1.746491067737295, 1.5257137636208582, 1.4861113964819046, 1.2355836091441377, -0.4337496029918515, 1.3842763131129865, 1.7820333658557546, 1.6539684181655356, 1.1056276472827162, 1.458617101208891, 1.7273242810240692, 1.7611728600254286, 1.6089245940374948, 1.8697363828622324, 0.9767486798507472, 0.04722246759948345, 1.0866386815400149, 1.4297039888796437, 1.5168199995777976, 1.540230051527531, -0.11712585555190118, 1.4119723118660104, 1.6361414784911348, 1.5271824309634574, 0.9445106152713552, 0.9767486798507472, 1.5473495775249764, 1.5501722532867297, 1.5668160948150145, 1.2205772260114005, 1.1702191823010282, 1.8999481348434728, 1.8494764125636725, 1.1946376760409485, 1.3917967686717652, 1.5198002983711312, 1.7127696893334918, 1.5242412371040068, 0.735896528398688, 1.4829459162857033, -0.5910254789995799, 1.8012464153434211, 0.8091187136292481, 1.6768883857364474, 1.6527974380092916, 1.5895794985740384, 1.1504631482331442, 1.892355450526024, 1.8792069828604017, 1.138853273352519, 1.6802469358338392, 1.702137128017808, 1.5543797862566056, 1.8713259734259844, 1.4519469944031698, 1.4383637820769335, 1.7010626911843676, 1.363059061875327, 1.8494764125636725, 1.7930927796122906, 1.4717237690818623, 1.4939477422551044, 1.1148862359775835, 1.7514278630364624, 1.7940046200767858, 1.4083576443779409, 1.9483262564494024, 1.463568093322205, 1.7435079781763971, 1.6385514262875, 1.3899260947462715, 1.7707512799624858, 0.9361529275941968, 1.738500598869084, 1.3955194873192036, 1.832723932073226, 1.4297039888796437, 1.4451965410488643, 1.7875903560694777, 1.5032089652670195, 1.4985974851072394, 1.0703078945556133, 1.8689398934064243, 1.5092991629817274, 1.4209082768664232, 0.9767486798507472, 1.5627012482698377, 1.497051853521075, 1.1590154221288953, 1.3669769713828366, 1.1946376760409485, 1.6701102879271346, 1.5613228908551322, 1.7930927796122906, 1.4733407573899642, 1.6967442236602328, 1.3430478266793024, 1.262093338231019, 1.1646452945854024, 1.4400797978017446, 1.4765608039596827, 1.7064143921583932, 1.3159169648428044, 1.9552016046033245, 1.7096010503350432, 1.25498686837082, 1.745498467990218, 1.6361414784911348, 1.8673435100553024, 1.4892590965049937, 2.110043548366272, 1.716966861227522, 1.3286022914027895, 1.3051220183593473, 1.5138237661224805, 1.723204257148345, 1.456957002489291, 1.3899260947462715, 1.1946376760409485, 1.5459328900031126, 0.9997662698646376, 0.8091187136292481, 1.9364410083151773, 1.2077574971322371, 1.6934833917586964, 1.6678325796841418, 1.3410068355117089, 1.5816505158414242, 1.6678325796841418, 1.5271824309634574, 1.2806148522828005, 1.302937852011472, 2.064154924426305, 1.6504481112635474, 0.9997662698646376, 1.1056276472827162, 1.4010576051764512, 1.746491067737295, 1.5695426351302548, 1.466844620287851, 0.9190543005602896, 1.5108114267096735, 1.5599411347979295, 1.5373567203873018, 1.8946440775623217, 1.5092991629817274, 1.800346292554782, 1.056891843564152, 1.3551401039374442, 1.9162985063489468, 1.4209082768664232, 1.2985438161446208, 1.4400797978017446, 1.2306259900566454, 1.2573657175396944, 1.6189752523309382, 0.9319269011765926, 1.15332842924337, 0.2648943863591669, 1.588265767871566, 1.8136986331212368, 2.055651920272969, 1.656303063174598, 1.5599411347979295, 1.678010140502772, 1.6869042449419551, 1.2525978794252035, 1.5973978557878588, 1.1475831453404757, 1.5585559632978785, 1.8075071122590334, 1.6978269645523656, 1.9928575786838845, 1.228130638639762, 1.8057254678740773, 1.678010140502772, 1.6846939180409148, 1.1702191823010282, 1.2896510244465778, 0.7536618735435192, 1.7754797842963228, 1.611454208727369, 1.497051853521075, 1.4845308914495008, 1.7838918256938845, 0.9648755532720376, 1.5557753061422348, 1.6835854765696168, 1.6177287340706623, 1.2051579860851995, 1.0834103622411682, 1.3689257026293649, 1.2806148522828005, 1.656303063174598, 1.7611728600254286, 1.490826341145571, 1.8198224898808064, 1.410167892423307, 1.2051579860851995, 0.6789543635628688, 1.2667814141605311, 1.5789823932433769, 1.363059061875327, 1.6445313387536136, 1.2874056029856238, 1.611454208727369, 1.6164794368481554, 1.3650214403357053, 1.7010626911843676, 1.4434961455501998, 1.5001388654121148, 1.4519469944031698, 2.1167419270502266, 1.465208751418661, 1.1839161222964605, 1.0290563469180816, 1.7344622271440158, 1.3327677203759571, 2.0647172298788576, 1.3265079094134888, 1.1056276472827162, 1.2355836091441377, 1.8012464153434211, 1.4314466858905397, 0.442316182529468, 1.388049155649691, 1.745498467990218, 1.7592373710625038, 1.982540415160218, 1.7792340679434882, 1.8697363828622324, 1.3286022914027895, 1.3511382650031394, 1.4861113964819046, 1.5108114267096735, 2.1167419270502266, 1.399217640099118, 1.7314142339774523, 2.087299000572235, 1.4383637820769335, 2.2391083501166675, 1.534468580649312, 1.8012464153434211, 1.9371471624930363, 0.8498468641088628, 1.908182953406773, 1.461922617876937, 0.9728188407929992, 1.753390467173044, 1.6597868939136586, 1.7582671138693418, 1.5668160948150145, 1.4829459162857033, 1.6978269645523656, 2.129903151326814, 1.8503010326102105, 1.5373567203873018, 1.2963338116008152, 2.025133898683495, 1.6516240058053706, 1.3348388823937858, 1.62884881894219, 1.5654478337561308, 1.3650214403357053, 1.1590154221288953, 1.584305995040397, 1.7582671138693418, 1.6999861903001097, -0.3890467747419482, 2.2047260637189563, 2.223240718327734, 1.8136986331212368, 1.6063835086041427, 1.8617200794171904, 1.318051225584569, 1.7190537169059388, 1.144688268551716, 1.7976372162128078, 1.8846584727235225, 1.8815498327597144, 1.627624095113693, 1.4209082768664232, 1.5257137636208582, 1.891590492951697, 1.7640636162741967, 1.8453350109665858, 1.9089256070427207, 2.0352949441935078, 1.4717237690818623, 1.857668509038403, 1.9960431207195315, 2.1314020523216626, 1.9126241827375687, 2.020287717525375, 1.399217640099118, 1.746491067737295, 1.7621381033399823, 1.99477107620998, 2.190988293585614, 2.366035595035026, 1.6516240058053706, 2.1690293151229896, 1.3051220183593473, 1.8673435100553024, 1.8048325169244457, 1.7127696893334918, 2.080236966732304, 1.6445313387536136, 2.0352949441935078, 2.116229500373185, 1.8931193652615723, 2.0029882129719776, 1.8445030450393989, 1.7127696893334918], [-0.8628782204704355, -1.0009894065948224, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -0.4917054684045691, -1.0009894065948224, -0.8628782204704355, -0.6055943800235117, -1.0009894065948224, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -0.7298725374700693, -1.0009894065948224, -1.0009894065948224, -1.0009894065948224, -1.0009894065948224, -0.8628782204704355, -0.7298725374700693, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -0.6055943800235117, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.4917054684045691, -0.7298725374700693, -0.7298725374700693, -0.1328104692369316, -1.0009894065948224, -1.0009894065948224, -0.6055943800235117, -0.8628782204704355, -1.0009894065948224, -0.6055943800235117, -0.7298725374700693, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.4917054684045691, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.20996840446453724, -0.6055943800235117, -0.6055943800235117, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -0.7298725374700693, -0.8628782204704355, -0.8628782204704355, -0.7298725374700693, -0.7298725374700693, -1.0009894065948224, -1.0009894065948224, -0.6055943800235117, -1.0009894065948224, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, 0.2630281982410949, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -0.8628782204704355, -0.4917054684045691, -0.6055943800235117, -0.8628782204704355, -0.3883391276855615, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -0.6055943800235117, -1.0009894065948224, -1.0009894065948224, -1.0009894065948224, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -0.4917054684045691, -0.8628782204704355, -0.7298725374700693, -1.0009894065948224, -1.0009894065948224, -0.7298725374700693, -0.8628782204704355, -0.7298725374700693, -0.3883391276855615, -0.7298725374700693, 1.0403178643158295, -1.0009894065948224, -0.6055943800235117, -0.7298725374700693, -0.7298725374700693, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -0.7298725374700693, -0.7298725374700693, -1.0009894065948224, -1.0009894065948224, -0.8628782204704355, -1.0009894065948224, -1.0009894065948224, -1.0009894065948224, -0.4917054684045691, -0.8628782204704355, -0.8628782204704355, -0.3883391276855615, -0.8628782204704355, -0.7298725374700693, -0.8628782204704355, -0.7298725374700693, -0.6055943800235117, -0.7298725374700693, -1.0009894065948224, -0.4917054684045691, -1.0009894065948224, -0.8628782204704355, -1.0009894065948224, -1.0009894065948224, -0.062286558716598585, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -0.6055943800235117, -0.7298725374700693, -0.8628782204704355, -1.0009894065948224, -0.4917054684045691, -0.6055943800235117, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -0.6055943800235117, -1.0009894065948224, -0.8628782204704355, -0.6055943800235117, -0.7298725374700693, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.1328104692369316, -0.4917054684045691, -0.7298725374700693, -0.3883391276855615, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -0.7298725374700693, -0.8628782204704355, -0.8628782204704355, -0.4917054684045691, -0.6055943800235117, -1.0009894065948224, -0.6055943800235117, -0.7298725374700693, -0.3883391276855615, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -0.3883391276855615, -0.8628782204704355, -0.8628782204704355, 0.8935954571201565, -0.7298725374700693, -0.8628782204704355, -0.8628782204704355, -0.7298725374700693, -0.4917054684045691, -1.0009894065948224, -0.8628782204704355, -0.6055943800235117, -0.8628782204704355, -0.20996840446453724, -0.7298725374700693, -0.8628782204704355, -0.7298725374700693, -0.6055943800235117, -0.7298725374700693, -0.6055943800235117, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.6055943800235117, -0.6055943800235117, -1.0009894065948224, -0.8628782204704355, -1.0009894065948224, -0.3883391276855615, -1.0009894065948224, -0.8628782204704355, -1.0009894065948224, -1.0009894065948224, -0.4917054684045691, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -0.7298725374700693, -0.2947778373051895, -0.8628782204704355, 0.002493894399527052, -0.7298725374700693, -1.0009894065948224, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -0.7298725374700693, -0.7298725374700693, -0.8628782204704355, -1.0009894065948224, -0.6055943800235117, -0.6055943800235117, -0.7298725374700693, -0.6055943800235117, -0.8628782204704355, -1.0009894065948224, -0.4917054684045691, -1.0009894065948224, -1.0009894065948224, -1.0009894065948224, -0.8628782204704355, -0.2947778373051895, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -0.7298725374700693, -0.6055943800235117, -1.0009894065948224, -0.8628782204704355, -1.0009894065948224, -1.0009894065948224, -0.8628782204704355, -0.3883391276855615, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -0.7298725374700693, -0.7298725374700693, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, 0.06229061762586521, -0.6055943800235117, -0.8628782204704355, -0.3883391276855615, -0.2947778373051895, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -0.4917054684045691, -0.8628782204704355, -0.8628782204704355, -0.7298725374700693, -0.8628782204704355, -0.4917054684045691, -1.0009894065948224, -0.7298725374700693, 0.34604696644696264, -0.7298725374700693, -1.0009894065948224, -0.8628782204704355, -0.6055943800235117, -0.7298725374700693, -0.4917054684045691, -0.8628782204704355, -0.8628782204704355, -0.4917054684045691, -1.0009894065948224, 0.002493894399527052, -0.8628782204704355, -0.6055943800235117, 0.06229061762586521, -0.7298725374700693, -0.3883391276855615, -0.6055943800235117, -1.0009894065948224, -0.6055943800235117, -0.8628782204704355, -0.7298725374700693, -0.7298725374700693, -0.6055943800235117, -0.6055943800235117, -1.0009894065948224, -0.7298725374700693, -0.8628782204704355, -0.8628782204704355, 0.4880108055332609, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -0.7298725374700693, 0.3057197644693119, -0.8628782204704355, -0.7298725374700693, -0.8628782204704355, -0.3883391276855615, -1.0009894065948224, -0.3883391276855615, -0.2947778373051895, 0.2630281982410949, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -1.0009894065948224, -1.0009894065948224, -0.062286558716598585, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -1.0009894065948224, -0.7298725374700693, -0.4917054684045691, 0.6064061582439128, -0.7298725374700693, -0.7298725374700693, -1.0009894065948224, -0.8628782204704355, 0.2630281982410949, -0.7298725374700693, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -0.1328104692369316, -0.6055943800235117, -0.8628782204704355, -0.20996840446453724, -0.6055943800235117, -0.7298725374700693, -1.0009894065948224, -0.8628782204704355, -1.0009894065948224, -0.6055943800235117, -0.4917054684045691, 0.06229061762586521, -0.7298725374700693, -0.4917054684045691, -0.8628782204704355, -0.7298725374700693, -0.7298725374700693, -0.8628782204704355, -0.7298725374700693, -0.2947778373051895, -0.7298725374700693, -0.7298725374700693, -0.7298725374700693, -0.6055943800235117, -0.8628782204704355, -0.7298725374700693, -0.7298725374700693, -0.8628782204704355, -1.0009894065948224, -1.0009894065948224, -0.8628782204704355, 0.7310679686048415, -0.7298725374700693, -0.6055943800235117, -1.0009894065948224, -1.0009894065948224, -0.062286558716598585, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.6055943800235117, -1.0009894065948224, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -0.4917054684045691, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.7298725374700693, -1.0009894065948224, -0.6055943800235117, -0.2947778373051895, -0.8628782204704355, -0.4917054684045691, -0.7298725374700693, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -0.4917054684045691, -0.4917054684045691, -1.0009894065948224, 0.3842476883121425, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -0.6055943800235117, -1.0009894065948224, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -0.4917054684045691, -0.8628782204704355, -1.0009894065948224, 0.3842476883121425, -0.8628782204704355, -0.8628782204704355, 0.4205270973501485, -0.3883391276855615, -0.4917054684045691, -1.0009894065948224, -0.6055943800235117, -1.0009894065948224, -0.6055943800235117, -0.6055943800235117, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -0.6055943800235117, -1.0009894065948224, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -0.7298725374700693, -1.0009894065948224, -0.7298725374700693, -0.8628782204704355, -1.0009894065948224, -1.0009894065948224, -0.4917054684045691, -0.7298725374700693, -0.2947778373051895, -0.6055943800235117, -0.3883391276855615, -1.0009894065948224, -0.6055943800235117, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -0.4917054684045691, -0.8628782204704355, -0.8628782204704355, -0.7298725374700693, -1.0009894065948224, -0.7298725374700693, -0.7298725374700693, 0.3842476883121425, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.7298725374700693, -1.0009894065948224, -1.0009894065948224, -0.7298725374700693, -0.6055943800235117, -0.8628782204704355, 0.6589375803069573, -0.3883391276855615, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, 0.6064061582439128, -0.7298725374700693, -0.8628782204704355, -0.4917054684045691, -0.8628782204704355, -0.7298725374700693, -0.6055943800235117, -0.8628782204704355, -0.8628782204704355, -0.6055943800235117, -0.6055943800235117, -0.6055943800235117, -0.6055943800235117, -1.0009894065948224, -1.0009894065948224, -0.7298725374700693, -0.6055943800235117, -0.8628782204704355, -0.6055943800235117, 1.0691289101303554, -0.6055943800235117, -0.8628782204704355, -0.3883391276855615, -1.0009894065948224, 0.2176949187310804, -0.7298725374700693, -0.4917054684045691, -0.7298725374700693, -0.8628782204704355, -0.8628782204704355, -0.6055943800235117, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -0.4917054684045691, -0.6055943800235117, 0.06229061762586521, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -0.7298725374700693, -1.0009894065948224, -0.6055943800235117, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -0.7298725374700693, -0.4917054684045691, -0.6055943800235117, -1.0009894065948224, -0.4917054684045691, -0.8628782204704355, -0.2947778373051895, -0.8628782204704355, -1.0009894065948224, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -0.6055943800235117, -1.0009894065948224, -0.20996840446453724, 0.5195060694595858, -1.0009894065948224, -0.6055943800235117, -0.6055943800235117, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, 0.4205270973501485, -0.7298725374700693, -0.6055943800235117, -0.2947778373051895, -1.0009894065948224, -0.6055943800235117, -0.3883391276855615, -0.4917054684045691, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.6055943800235117, -1.0009894065948224, -0.4917054684045691, -1.0009894065948224, -0.7298725374700693, -0.7298725374700693, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.7298725374700693, -0.6055943800235117, -0.6055943800235117, -0.7298725374700693, -0.4917054684045691, -0.7298725374700693, 0.6331590624679504, -0.3883391276855615, 0.6838090641006851, 0.34604696644696264, -0.3883391276855615, -0.7298725374700693, -1.0009894065948224, 0.4550631064535251, -0.6055943800235117, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -0.4917054684045691, -0.3883391276855615, -0.7298725374700693, -1.0009894065948224, -0.7298725374700693, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.6055943800235117, -1.0009894065948224, 0.11774457915375068, -0.8628782204704355, -0.2947778373051895, -0.2947778373051895, -0.8628782204704355, -0.6055943800235117, -0.4917054684045691, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -1.0009894065948224, -1.0009894065948224, 0.3842476883121425, -0.7298725374700693, -0.8628782204704355, -0.7298725374700693, -0.7298725374700693, -0.8628782204704355, -0.6055943800235117, -0.6055943800235117, -0.2947778373051895, -0.7298725374700693, -0.8628782204704355, -0.20996840446453724, -1.0009894065948224, -0.6055943800235117, -0.3883391276855615, -0.4917054684045691, -0.8628782204704355, -0.7298725374700693, -0.7298725374700693, -0.7298725374700693, -0.8628782204704355, -0.7298725374700693, -1.0009894065948224, -0.6055943800235117, -0.8628782204704355, -0.7298725374700693, -0.8628782204704355, -1.0009894065948224, -0.6055943800235117, 0.16939477778952422, -0.7298725374700693, -0.6055943800235117, -0.6055943800235117, -1.0009894065948224, -0.7298725374700693, -0.20996840446453724, -1.0009894065948224, -1.0009894065948224, -0.6055943800235117, -0.7298725374700693, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -0.6055943800235117, -0.4917054684045691, -1.0009894065948224, -0.4917054684045691, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -0.7298725374700693, -0.8628782204704355, -0.7298725374700693, -0.6055943800235117, -1.0009894065948224, -0.3883391276855615, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.7298725374700693, -0.7298725374700693, -0.20996840446453724, -1.0009894065948224, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -0.8628782204704355, -1.0009894065948224, -0.6055943800235117, -0.8628782204704355, -0.4917054684045691, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -0.7298725374700693, 0.8369614301329602, -0.8628782204704355, -0.8628782204704355, -0.4917054684045691, 0.5496685086047064, -0.7298725374700693, -0.7298725374700693, -0.8628782204704355, -0.8628782204704355, -0.6055943800235117, -0.7298725374700693, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -0.3883391276855615, -0.2947778373051895, -0.2947778373051895, 0.2176949187310804, -1.0009894065948224, -0.4917054684045691, 0.11774457915375068, -0.4917054684045691, -0.8628782204704355, -0.8628782204704355, -0.7298725374700693, -1.0009894065948224, -0.7298725374700693, -0.1328104692369316, -1.0009894065948224, -0.6055943800235117, -0.6055943800235117, -0.6055943800235117, -0.3883391276855615, -0.4917054684045691, -0.7298725374700693, -1.0009894065948224, -1.0009894065948224, -1.0009894065948224, -0.8628782204704355, -0.20996840446453724, -1.0009894065948224, -1.0009894065948224, 0.928960097475692, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -0.4917054684045691, -0.6055943800235117, -0.7298725374700693, -0.8628782204704355, -0.6055943800235117, -0.7298725374700693, -1.0009894065948224, -0.7298725374700693, -0.8628782204704355, -0.6055943800235117, -0.6055943800235117, -0.8628782204704355, -0.3883391276855615, -0.6055943800235117, -0.6055943800235117, -0.8628782204704355, -0.6055943800235117, -0.7298725374700693, -0.20996840446453724, 0.002493894399527052, -1.0009894065948224, -0.6055943800235117, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -1.0009894065948224, -0.6055943800235117, -0.7298725374700693, -0.8628782204704355, -0.6055943800235117, -1.0009894065948224, -0.6055943800235117, -0.8628782204704355, -0.2947778373051895, -0.6055943800235117, -0.4917054684045691, -0.6055943800235117, -0.8628782204704355, -0.7298725374700693, -0.8628782204704355, -0.4917054684045691, -0.4917054684045691, -0.8628782204704355, -0.6055943800235117, -0.7298725374700693, -0.6055943800235117, -1.0009894065948224, -0.7298725374700693, -0.8628782204704355, -0.7298725374700693, -0.8628782204704355, -0.8628782204704355, -0.2947778373051895, -0.7298725374700693, -1.0009894065948224, -0.7298725374700693, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -0.3883391276855615, -0.4917054684045691, -1.0009894065948224, -0.7298725374700693, -0.2947778373051895, 0.002493894399527052, -0.7298725374700693, -0.7298725374700693, -0.7298725374700693, -1.0009894065948224, -0.2947778373051895, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, 0.6331590624679504, -1.0009894065948224, -0.4917054684045691, -0.8628782204704355, -0.1328104692369316, -1.0009894065948224, -0.7298725374700693, -0.8628782204704355, -1.0009894065948224, -1.0009894065948224, -0.7298725374700693, -0.7298725374700693, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -0.062286558716598585, -0.6055943800235117, -0.20996840446453724, -0.7298725374700693, 0.8563518019652935, -0.7298725374700693, -0.8628782204704355, -0.6055943800235117, -1.0009894065948224, -1.0009894065948224, -1.0009894065948224, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -0.7298725374700693, -0.6055943800235117, -0.3883391276855615, -0.7298725374700693, -0.3883391276855615, -1.0009894065948224, -0.4917054684045691, -1.0009894065948224, -0.8628782204704355, -0.6055943800235117, -0.7298725374700693, -1.0009894065948224, -0.7298725374700693, 0.6064061582439128, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -0.8628782204704355, -0.7298725374700693, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -1.0009894065948224, -0.7298725374700693, -0.3883391276855615, -0.7298725374700693, 0.5195060694595858, -0.4917054684045691, -1.0009894065948224, -0.7298725374700693, 0.06229061762586521, -0.7298725374700693, -0.8628782204704355, -0.8628782204704355, -0.6055943800235117, -0.7298725374700693, -1.0009894065948224, -1.0009894065948224, -0.1328104692369316, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -0.6055943800235117, -0.7298725374700693, -0.7298725374700693, -0.6055943800235117, -0.7298725374700693, -0.7298725374700693, -0.4917054684045691, -0.7298725374700693, -1.0009894065948224, -0.6055943800235117, -0.4917054684045691, -0.3883391276855615, -0.7298725374700693, -0.4917054684045691, -0.8628782204704355, -0.1328104692369316, -0.6055943800235117, -0.7298725374700693, -0.8628782204704355, 0.16939477778952422, -0.8628782204704355, -0.3883391276855615, -0.8628782204704355, -0.4917054684045691, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -1.0009894065948224, -0.4917054684045691, -1.0009894065948224, -0.8628782204704355, -0.7298725374700693, -0.7298725374700693, -0.8628782204704355, 0.06229061762586521, -0.7298725374700693, -1.0009894065948224, -0.6055943800235117, -0.7298725374700693, -0.6055943800235117, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, 0.34604696644696264, -0.8628782204704355, -0.7298725374700693, 0.34604696644696264, -0.4917054684045691, -0.6055943800235117, -1.0009894065948224, -1.0009894065948224, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -0.7298725374700693, -0.7298725374700693, -0.20996840446453724, -0.8628782204704355, -0.6055943800235117, 0.4550631064535251, -1.0009894065948224, -1.0009894065948224, -0.8628782204704355, -0.4917054684045691, -0.8628782204704355, -0.8628782204704355, -0.3883391276855615, -0.8628782204704355, -0.8628782204704355, -0.6055943800235117, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.2947778373051895, -0.8628782204704355, -0.7298725374700693, 0.002493894399527052, -0.7298725374700693, -1.0009894065948224, -1.0009894065948224, -0.8628782204704355, -0.4917054684045691, -0.6055943800235117, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -0.4917054684045691, -1.0009894065948224, -1.0009894065948224, -0.8628782204704355, -0.3883391276855615, -1.0009894065948224, 0.5786038936040621, -1.0009894065948224, -0.6055943800235117, -0.7298725374700693, -0.6055943800235117, -0.6055943800235117, -1.0009894065948224, -0.8628782204704355, -0.7298725374700693, -0.2947778373051895, -1.0009894065948224, -1.0009894065948224, -0.8628782204704355, -0.7298725374700693, -0.8628782204704355, -1.0009894065948224, -0.062286558716598585, -0.7298725374700693, -0.062286558716598585, -0.8628782204704355, -0.20996840446453724, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, 0.6064061582439128, -0.6055943800235117, -0.6055943800235117, -1.0009894065948224, -0.8628782204704355, -0.4917054684045691, -0.7298725374700693, -0.4917054684045691, 0.2176949187310804, -1.0009894065948224, -0.8628782204704355, -0.6055943800235117, -1.0009894065948224, -0.8628782204704355, -0.7298725374700693, -0.7298725374700693, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -0.4917054684045691, -0.8628782204704355, -0.2947778373051895, -1.0009894065948224, -1.0009894065948224, -1.0009894065948224, -1.0009894065948224, -1.0009894065948224, -0.6055943800235117, 0.06229061762586521, -0.8628782204704355, -0.8628782204704355, -0.2947778373051895, -0.7298725374700693, 0.11774457915375068, -0.6055943800235117, -0.20996840446453724, -0.8628782204704355, 0.8752207900059166, -1.0009894065948224, -0.8628782204704355, -0.7298725374700693, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, 0.6331590624679504, -0.7298725374700693, -0.20996840446453724, 0.4880108055332609, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -0.7298725374700693, -0.8628782204704355, -0.4917054684045691, -0.3883391276855615, -0.8628782204704355, -0.7298725374700693, -0.2947778373051895, -0.7298725374700693, -0.8628782204704355, -0.7298725374700693, -0.8628782204704355, -0.7298725374700693, -0.7298725374700693, -0.4917054684045691, -0.7298725374700693, -0.6055943800235117, -0.7298725374700693, -1.0009894065948224, -0.3883391276855615, -0.7298725374700693, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -0.20996840446453724, -0.4917054684045691, -0.8628782204704355, -1.0009894065948224, -0.4917054684045691, -0.6055943800235117, -0.8628782204704355, -0.8628782204704355, -0.3883391276855615, -0.6055943800235117, -0.6055943800235117, -0.8628782204704355, -1.0009894065948224, -1.0009894065948224, -0.6055943800235117, -0.7298725374700693, -0.8628782204704355, -0.6055943800235117, -0.4917054684045691, -0.8628782204704355, -0.4917054684045691, -0.4917054684045691, -0.6055943800235117, -0.7298725374700693, -0.8628782204704355, -0.7298725374700693, -0.7298725374700693, -1.0009894065948224, -1.0009894065948224, -1.0009894065948224, -0.7298725374700693, -0.7298725374700693, -0.4917054684045691, -0.7298725374700693, -1.0009894065948224, -0.7298725374700693, -0.4917054684045691, -0.7298725374700693, -0.8628782204704355, -0.7298725374700693, -0.7298725374700693, -0.3883391276855615, -0.7298725374700693, -0.8628782204704355, -0.7298725374700693, -0.7298725374700693, -0.7298725374700693, -0.6055943800235117, -0.6055943800235117, -0.8628782204704355, -0.8628782204704355, -0.7298725374700693, -0.2947778373051895, -0.4917054684045691, -0.7298725374700693, -0.4917054684045691, -0.20996840446453724, -0.6055943800235117, -0.1328104692369316, -0.8628782204704355, -0.6055943800235117, -1.0009894065948224, -0.2947778373051895, -0.6055943800235117, -0.1328104692369316, -0.6055943800235117, -0.8628782204704355, -0.8628782204704355, -0.6055943800235117, -0.7298725374700693, -0.8628782204704355, -0.6055943800235117, -0.20996840446453724, -0.062286558716598585, -0.7298725374700693, -0.4917054684045691, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -0.7298725374700693, -0.8628782204704355, -0.7298725374700693, -0.7298725374700693, -0.8628782204704355, -0.6055943800235117, -0.4917054684045691, -1.0009894065948224, -1.0009894065948224, -0.7298725374700693, -0.6055943800235117, 1.3161392246912025, -0.6055943800235117, -0.8628782204704355, -0.8628782204704355, -0.4917054684045691, -0.7298725374700693, -0.6055943800235117, -0.8628782204704355, -0.3883391276855615, -0.7298725374700693, -0.4917054684045691, -0.2947778373051895, -0.20996840446453724, -0.8628782204704355, -0.4917054684045691, -0.7298725374700693, -0.6055943800235117, -0.6055943800235117, -1.0009894065948224, -1.0009894065948224, -0.4917054684045691, -0.3883391276855615, -0.8628782204704355, -1.0009894065948224, -0.4917054684045691, -0.8628782204704355, -0.6055943800235117, -0.8628782204704355, -0.8628782204704355, 1.1102333605241093, -0.7298725374700693, -0.8628782204704355, -0.6055943800235117, -0.8628782204704355, -0.7298725374700693, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -0.8628782204704355, -0.2947778373051895, 0.5195060694595858, -0.8628782204704355, -0.8628782204704355, -0.4917054684045691, -0.8628782204704355, -0.6055943800235117, -0.8628782204704355, -0.7298725374700693, -0.7298725374700693, -0.4917054684045691, -0.2947778373051895, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -0.6055943800235117, -0.8628782204704355, -1.0009894065948224, -0.4917054684045691, -0.7298725374700693, -0.4917054684045691, -0.7298725374700693, -0.7298725374700693, -0.8628782204704355, -0.8628782204704355, -0.6055943800235117, -0.6055943800235117, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.6055943800235117, -0.8628782204704355, -0.7298725374700693, -0.7298725374700693, -0.20996840446453724, -0.8628782204704355, -1.0009894065948224, -0.1328104692369316, -1.0009894065948224, -0.7298725374700693, -0.6055943800235117, -1.0009894065948224, -0.7298725374700693, 0.34604696644696264, -0.7298725374700693, -0.6055943800235117, -0.8628782204704355, -0.4917054684045691, -0.3883391276855615, -1.0009894065948224, -0.7298725374700693, 0.11774457915375068, -0.7298725374700693, -0.2947778373051895, -0.8628782204704355, -0.8628782204704355, -0.7298725374700693, -1.0009894065948224, -0.7298725374700693, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, 0.16939477778952422, -0.7298725374700693, 0.11774457915375068, -0.7298725374700693, -0.8628782204704355, -0.3883391276855615, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.062286558716598585, 0.3842476883121425, -0.7298725374700693, -0.8628782204704355, -0.4917054684045691, -0.6055943800235117, -1.0009894065948224, -0.8628782204704355, -0.7298725374700693, -0.2947778373051895, -1.0009894065948224, -0.7298725374700693, -0.6055943800235117, 0.002493894399527052, 1.0691289101303554, -0.8628782204704355, -0.7298725374700693, -0.2947778373051895, -0.8628782204704355, -0.4917054684045691, -0.4917054684045691, -0.3883391276855615, -0.8628782204704355, -0.8628782204704355, -0.7298725374700693, -1.0009894065948224, -0.6055943800235117, -0.8628782204704355, -0.3883391276855615, -0.8628782204704355, -0.6055943800235117, -0.3883391276855615, -0.7298725374700693, -0.6055943800235117, 0.34604696644696264, -0.6055943800235117, -0.3883391276855615, -0.3883391276855615, -0.7298725374700693, -1.0009894065948224, -0.20996840446453724, -0.8628782204704355, -1.0009894065948224, -0.20996840446453724, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -0.8628782204704355, -0.2947778373051895, -1.0009894065948224, -0.7298725374700693, -0.6055943800235117, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, 0.5195060694595858, -0.7298725374700693, -1.0009894065948224, -0.7298725374700693, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -0.7298725374700693, -0.6055943800235117, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.6055943800235117, -1.0009894065948224, -1.0009894065948224, -0.4917054684045691, -0.8628782204704355, -0.6055943800235117, -0.8628782204704355, -1.0009894065948224, -1.0009894065948224, -1.0009894065948224, 0.6589375803069573, -0.7298725374700693, -0.8628782204704355, -0.7298725374700693, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.6055943800235117, -0.7298725374700693, -0.6055943800235117, -1.0009894065948224, -0.7298725374700693, -0.3883391276855615, -0.8628782204704355, -0.8628782204704355, -0.2947778373051895, -0.7298725374700693, -0.6055943800235117, -0.6055943800235117, -1.0009894065948224, -1.0009894065948224, -0.2947778373051895, -0.6055943800235117, 0.4550631064535251, -0.8628782204704355, -0.8628782204704355, -0.7298725374700693, -1.0009894065948224, -0.6055943800235117, -0.2947778373051895, -0.7298725374700693, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -0.7298725374700693, -0.8628782204704355, -1.0009894065948224, -0.4917054684045691, -0.7298725374700693, 1.264767209135451, -0.4917054684045691, -0.6055943800235117, -1.0009894065948224, -0.6055943800235117, -0.20996840446453724, -0.7298725374700693, -0.6055943800235117, -0.6055943800235117, -1.0009894065948224, -0.2947778373051895, -0.8628782204704355, -0.6055943800235117, 0.3842476883121425, -0.8628782204704355, -0.8628782204704355, -0.3883391276855615, -0.4917054684045691, -1.0009894065948224, 0.5496685086047064, -0.4917054684045691, 0.16939477778952422, -0.8628782204704355, -0.8628782204704355, -0.6055943800235117, -0.20996840446453724, -0.7298725374700693, 0.002493894399527052, -0.3883391276855615, -0.8628782204704355, -1.0009894065948224, -1.0009894065948224, -0.8628782204704355, 0.8170203511577342, -1.0009894065948224, -0.7298725374700693, -0.062286558716598585, -0.7298725374700693, -0.8628782204704355, -1.0009894065948224, 0.8563518019652935, -0.8628782204704355, -0.8628782204704355, -0.7298725374700693, -0.8628782204704355, 0.6589375803069573, -0.8628782204704355, -0.7298725374700693, -0.8628782204704355, -0.2947778373051895, -0.20996840446453724, -1.0009894065948224, 0.5496685086047064, -0.20996840446453724, -0.6055943800235117, -0.8628782204704355, 0.16939477778952422, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -0.4917054684045691, -0.8628782204704355, -0.3883391276855615, -0.4917054684045691, -0.20996840446453724, -0.6055943800235117, -1.0009894065948224, -0.6055943800235117, -0.8628782204704355, -0.6055943800235117, -0.8628782204704355, -0.7298725374700693, -0.7298725374700693, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.062286558716598585, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.6055943800235117, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, 0.3842476883121425, -0.7298725374700693, -0.6055943800235117, 0.7310679686048415, -0.8628782204704355, -1.0009894065948224, -0.4917054684045691, -0.8628782204704355, 0.928960097475692, -0.8628782204704355, -0.8628782204704355, 0.7078342258849756, -1.0009894065948224, -0.8628782204704355, -0.3883391276855615, -0.4917054684045691, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -0.6055943800235117, -1.0009894065948224, -0.7298725374700693, -0.1328104692369316, -0.6055943800235117, -0.6055943800235117, -0.6055943800235117, -1.0009894065948224, -0.8628782204704355, -0.6055943800235117, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -0.7298725374700693, -1.0009894065948224, -0.2947778373051895, -0.6055943800235117, 0.34604696644696264, -0.20996840446453724, -0.6055943800235117, -0.7298725374700693, -1.0009894065948224, -0.4917054684045691, -0.6055943800235117, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.6055943800235117, -0.4917054684045691, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, 1.2320227717968264, 0.06229061762586521, -1.0009894065948224, -0.8628782204704355, -1.0009894065948224, -0.3883391276855615, -0.4917054684045691, -0.8628782204704355, -0.4917054684045691, -0.6055943800235117, -0.7298725374700693, -0.4917054684045691, 0.002493894399527052, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.7298725374700693, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.6055943800235117, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, -0.7298725374700693, -0.4917054684045691, -0.6055943800235117, -1.0009894065948224, -0.3883391276855615, -0.4917054684045691, -0.7298725374700693, -0.3883391276855615, -0.7298725374700693, -0.8628782204704355, -0.7298725374700693, -1.0009894065948224, -0.4917054684045691, -0.7298725374700693, -0.20996840446453724, -0.7298725374700693, -0.8628782204704355, -0.1328104692369316, -0.7298725374700693, -0.6055943800235117, -0.7298725374700693, -1.0009894065948224, -1.0009894065948224, -0.1328104692369316, -0.7298725374700693, -0.6055943800235117, 0.5496685086047064, -0.7298725374700693, -0.8628782204704355, -0.4917054684045691, -0.8628782204704355, -0.7298725374700693, -0.1328104692369316, -0.6055943800235117, -0.4917054684045691, 0.16939477778952422, -0.6055943800235117, -0.4917054684045691, -0.7298725374700693, -0.8628782204704355, -0.20996840446453724, -0.7298725374700693, -0.1328104692369316, -0.6055943800235117, -0.4917054684045691, -1.0009894065948224, -0.6055943800235117, -0.8628782204704355, -0.6055943800235117, -0.4917054684045691, -0.7298725374700693, -0.6055943800235117, -0.8628782204704355, -0.7298725374700693, -0.4917054684045691, 0.3842476883121425, 1.0831008745125792, -0.7298725374700693, -0.20996840446453724, -0.6055943800235117, -0.8628782204704355, -0.7298725374700693, -0.8628782204704355, -1.0009894065948224, 0.002493894399527052, -0.8628782204704355, 0.3057197644693119, -0.7298725374700693, -0.6055943800235117, -0.6055943800235117, -0.6055943800235117, -0.3883391276855615, -0.7298725374700693, -1.0009894065948224, -1.0009894065948224, -0.7298725374700693, -0.7298725374700693, -0.8628782204704355, -0.7298725374700693, -0.4917054684045691, 0.002493894399527052, -0.7298725374700693, -0.7298725374700693, -0.1328104692369316, -1.0009894065948224, 1.1102333605241093, -1.0009894065948224, -0.4917054684045691, 0.11774457915375068, -0.4917054684045691, -0.3883391276855615, -0.6055943800235117, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -0.7298725374700693, -0.1328104692369316, -1.0009894065948224, -0.4917054684045691, -0.6055943800235117, -0.062286558716598585, 0.11774457915375068, -0.1328104692369316, -0.3883391276855615, -0.4917054684045691, -0.3883391276855615, -0.8628782204704355, -0.6055943800235117, -1.0009894065948224, 0.16939477778952422, -1.0009894065948224, -0.6055943800235117, -0.2947778373051895, -0.8628782204704355, -0.7298725374700693, -0.8628782204704355, -0.8628782204704355, 0.2176949187310804, -0.6055943800235117, -0.7298725374700693, -0.7298725374700693, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -0.3883391276855615, -0.2947778373051895, -0.6055943800235117, -0.2947778373051895, -0.6055943800235117, -0.8628782204704355, -0.6055943800235117, -0.4917054684045691, -0.7298725374700693, -0.7298725374700693, -0.3883391276855615, -0.2947778373051895, -0.8628782204704355, -0.7298725374700693, -0.6055943800235117, -0.7298725374700693, -0.8628782204704355, -0.3883391276855615, -0.8628782204704355, -0.7298725374700693, 0.06229061762586521, -1.0009894065948224, -1.0009894065948224, -0.7298725374700693, -0.6055943800235117, -0.20996840446453724, -0.2947778373051895, -0.6055943800235117, -0.20996840446453724, -0.7298725374700693, -0.8628782204704355, -0.8628782204704355, -0.7298725374700693, -0.4917054684045691, -0.7298725374700693, -0.8628782204704355, -0.2947778373051895, -0.6055943800235117, -0.7298725374700693, 0.2176949187310804, 0.7535600933714001, 0.06229061762586521, -0.3883391276855615, -1.0009894065948224, -0.6055943800235117, 0.9947447533289879, -0.7298725374700693, 0.06229061762586521, -0.6055943800235117, 0.4550631064535251, 0.11774457915375068, -0.2947778373051895, -0.20996840446453724, -0.8628782204704355, -0.7298725374700693, -0.4917054684045691, -0.7298725374700693, -0.6055943800235117, -1.0009894065948224, -0.8628782204704355, -0.7298725374700693, -0.1328104692369316, -0.7298725374700693, -0.8628782204704355, -0.7298725374700693, -0.8628782204704355, -0.4917054684045691, -0.4917054684045691, -0.7298725374700693, -0.7298725374700693, -0.8628782204704355, -0.4917054684045691, -0.7298725374700693, -0.2947778373051895, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, 0.002493894399527052, -0.7298725374700693, 0.06229061762586521, -0.8628782204704355, -1.0009894065948224, -0.4917054684045691, 1.2207571201251104, -0.20996840446453724, -0.1328104692369316, 0.6838090641006851, -0.8628782204704355, -0.2947778373051895, -0.7298725374700693, -0.6055943800235117, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.4917054684045691, -0.8628782204704355, -0.7298725374700693, -1.0009894065948224, -0.8628782204704355, 0.6838090641006851, -0.2947778373051895, -0.8628782204704355, -0.7298725374700693, -0.6055943800235117, -1.0009894065948224, -0.7298725374700693, -0.2947778373051895, -0.3883391276855615, -0.7298725374700693, -1.0009894065948224, 0.3842476883121425, -0.4917054684045691, 0.2176949187310804, 0.5195060694595858, -0.20996840446453724, -1.0009894065948224, -0.7298725374700693, 0.4880108055332609, -0.6055943800235117, -0.6055943800235117, -0.7298725374700693, -0.8628782204704355, -1.0009894065948224, 0.6589375803069573, -0.4917054684045691, -1.0009894065948224, -0.4917054684045691, -0.4917054684045691, -0.4917054684045691, 0.9947447533289879, -0.6055943800235117, -0.1328104692369316, -0.8628782204704355, -0.3883391276855615, -0.7298725374700693, -0.7298725374700693, -0.7298725374700693, 0.7753559039081824, -0.2947778373051895, -0.6055943800235117, -0.4917054684045691, -0.6055943800235117, -0.7298725374700693, -0.6055943800235117, 0.06229061762586521, -0.4917054684045691, -0.6055943800235117, -0.3883391276855615, -0.8628782204704355, 1.0548718441145022, -0.8628782204704355, -0.6055943800235117, -0.8628782204704355, -0.8628782204704355, -0.8628782204704355, -0.7298725374700693, -0.3883391276855615, 0.06229061762586521, 0.11774457915375068, -0.7298725374700693, -0.6055943800235117, -0.8628782204704355, -0.6055943800235117, -0.8628782204704355, -0.4917054684045691, -0.3883391276855615, 0.002493894399527052, -0.4917054684045691, -0.6055943800235117, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -0.4917054684045691, 1.0691289101303554, -0.8628782204704355, -0.7298725374700693, 1.0254544133398449, -0.7298725374700693, -1.0009894065948224, -0.7298725374700693, -0.6055943800235117, 0.002493894399527052, 0.6589375803069573, -0.6055943800235117, 0.06229061762586521, -0.8628782204704355, -1.0009894065948224, -1.0009894065948224, -0.7298725374700693, -0.4917054684045691, -0.4917054684045691, -0.6055943800235117, -0.3883391276855615, -0.6055943800235117, -0.2947778373051895, 0.8563518019652935, -0.6055943800235117, 0.5195060694595858, -0.8628782204704355, -0.8628782204704355, -0.7298725374700693, -0.6055943800235117, -0.4917054684045691, -0.6055943800235117, -1.0009894065948224, -0.7298725374700693, -1.0009894065948224, -0.4917054684045691, -0.6055943800235117, -0.6055943800235117, 0.6331590624679504, -0.4917054684045691, -0.8628782204704355, -0.3883391276855615, -0.3883391276855615, -1.0009894065948224, -1.0009894065948224, -0.7298725374700693, -0.8628782204704355, -0.8628782204704355, -0.7298725374700693, -0.2947778373051895, -0.4917054684045691, -0.3883391276855615, -1.0009894065948224, -0.8628782204704355, -0.8628782204704355, 1.6545949950135919, -1.0009894065948224, 0.11774457915375068, -0.20996840446453724, -0.2947778373051895, -0.8628782204704355, -0.3883391276855615, -0.2947778373051895, -0.7298725374700693, 0.6064061582439128, -0.4917054684045691, -1.0009894065948224, 1.505735536033867, -0.6055943800235117, -0.7298725374700693, -0.7298725374700693, -0.7298725374700693, -0.4917054684045691, -0.6055943800235117, 0.3057197644693119, -0.8628782204704355, -0.8628782204704355, -0.7298725374700693, -0.1328104692369316, -0.7298725374700693, -0.8628782204704355, -0.7298725374700693, 0.7964967253228997, -0.6055943800235117, 0.8935954571201565, -0.20996840446453724, -0.4917054684045691, -0.7298725374700693, -0.7298725374700693, 0.5786038936040621, 0.7078342258849756, -0.8628782204704355, -0.7298725374700693, 0.5195060694595858, -0.7298725374700693, -0.3883391276855615, -0.6055943800235117, 0.06229061762586521, -0.6055943800235117, -0.7298725374700693, -0.8628782204704355, -0.7298725374700693, -0.8628782204704355, -0.8628782204704355, -1.0009894065948224, -0.8628782204704355, -0.6055943800235117, -1.0009894065948224, -0.8628782204704355, -1.0009894065948224, 0.3057197644693119, -1.0009894065948224, -0.20996840446453724, -0.20996840446453724, -0.3883391276855615, -0.4917054684045691, -1.0009894065948224, -0.2947778373051895, -0.6055943800235117, -0.7298725374700693, -0.7298725374700693, -0.4917054684045691, -0.062286558716598585, 0.2176949187310804, 0.3057197644693119, 0.11774457915375068, -1.0009894065948224, 0.3057197644693119, -0.6055943800235117, -0.8628782204704355, -1.0009894065948224, 0.6589375803069573, -0.6055943800235117, -0.20996840446453724, -0.7298725374700693, 0.34604696644696264, 0.8369614301329602, 0.6589375803069573, -0.1328104692369316, -0.3883391276855615, 0.4880108055332609, 0.4550631064535251, -0.4917054684045691, -0.7298725374700693, -0.6055943800235117, -0.8628782204704355, -0.4917054684045691, -0.7298725374700693, -0.8628782204704355, -0.20996840446453724, -0.3883391276855615, -1.0009894065948224, -0.7298725374700693, 0.3057197644693119, 0.5786038936040621, -0.7298725374700693, -0.3883391276855615, -0.7298725374700693, 0.5195060694595858, -0.6055943800235117, -0.8628782204704355, -0.2947778373051895, -0.8628782204704355, -0.7298725374700693, -0.7298725374700693, -0.8628782204704355, -0.8628782204704355, -0.4917054684045691, -0.7298725374700693, 0.3842476883121425, 0.9947447533289879, 1.1976647706759544, -0.3883391276855615, -0.4917054684045691, 0.4550631064535251, -0.8628782204704355, -0.7298725374700693, -0.2947778373051895, -0.8628782204704355, -0.3883391276855615, 0.5786038936040621, 0.7964967253228997, 0.06229061762586521, 0.06229061762586521, -0.4917054684045691, -0.4917054684045691, -0.6055943800235117, -0.8628782204704355, 0.8935954571201565, -0.7298725374700693, 0.2630281982410949, -0.6055943800235117, -0.8628782204704355, -0.3883391276855615, -1.0009894065948224, -1.0009894065948224, -0.6055943800235117, -0.8628782204704355, -0.7298725374700693, 1.1102333605241093, 1.9280774116617725, -0.2947778373051895, -0.7298725374700693, 0.3057197644693119, -0.3883391276855615, -0.7298725374700693, -0.3883391276855615, -0.6055943800235117, 0.4550631064535251, -0.7298725374700693, -0.2947778373051895, -0.7298725374700693, -0.8628782204704355, 0.2176949187310804, -0.1328104692369316, -0.3883391276855615, -0.4917054684045691, -0.6055943800235117, -1.0009894065948224, -0.7298725374700693, -0.7298725374700693, -0.6055943800235117, -0.8628782204704355, -0.4917054684045691, 0.5195060694595858, 0.11774457915375068, -0.7298725374700693, 0.8170203511577342, -0.6055943800235117, -0.4917054684045691, -0.6055943800235117, 0.06229061762586521, -0.4917054684045691, -0.6055943800235117, -0.7298725374700693, -0.1328104692369316, -0.7298725374700693, 0.6838090641006851, -1.0009894065948224, -0.7298725374700693, 0.9947447533289879, -0.6055943800235117, -0.6055943800235117, -0.8628782204704355, 1.3259743790585643, -1.0009894065948224, -0.8628782204704355, -0.7298725374700693, 0.3057197644693119, 0.34604696644696264, -1.0009894065948224, -0.4917054684045691, 0.2630281982410949, -0.3883391276855615, 0.2176949187310804, -0.6055943800235117, 0.002493894399527052, -0.4917054684045691, -0.6055943800235117, -0.7298725374700693, 0.002493894399527052, -0.4917054684045691, 1.5352772924165057, -0.7298725374700693, -0.20996840446453724, 0.8369614301329602, -0.8628782204704355, 0.928960097475692, 0.7078342258849756, -1.0009894065948224, -0.8628782204704355, -1.0009894065948224, -0.6055943800235117, -0.3883391276855615, -0.7298725374700693, -0.7298725374700693, -0.8628782204704355, -0.8628782204704355, 0.6064061582439128, -0.7298725374700693, -0.8628782204704355, -0.3883391276855615, 0.5195060694595858, -0.20996840446453724, 1.7458106429493798, -0.7298725374700693, -0.7298725374700693, -0.1328104692369316, -0.3883391276855615, 0.6331590624679504, -0.7298725374700693, -0.8628782204704355, 0.2630281982410949, -0.6055943800235117, -0.3883391276855615, -0.2947778373051895, -0.6055943800235117, -1.0009894065948224, -1.0009894065948224, -0.7298725374700693, -0.8628782204704355, -0.6055943800235117, -0.7298725374700693, -0.3883391276855615, 1.2320227717968264, 1.1490522447562723, -0.20996840446453724, 1.0102681249086678, -0.7298725374700693, -0.4917054684045691, -0.4917054684045691, -0.3883391276855615, 0.2176949187310804, -1.0009894065948224, 0.7753559039081824, 1.1234142715226296, -0.7298725374700693, 0.8170203511577342, 0.9115008301564219, 0.8935954571201565, 0.4205270973501485, -0.7298725374700693, -0.7298725374700693, 1.2960424545219174, -0.062286558716598585, 0.5786038936040621, -1.0009894065948224, 0.7964967253228997, -0.3883391276855615, 1.6726338770925993, -1.0009894065948224, -0.2947778373051895, -0.4917054684045691, -0.8628782204704355, -0.7298725374700693, -0.4917054684045691, 1.6040716304252822, -0.8628782204704355, -1.0009894065948224, -0.2947778373051895, -0.6055943800235117, 0.4550631064535251, 0.6064061582439128, -0.6055943800235117, 1.1490522447562723, -1.0009894065948224, -0.8628782204704355, -0.4917054684045691, -0.8628782204704355, -0.4917054684045691, -0.8628782204704355, -0.8628782204704355, 1.766861047271373, -0.20996840446453724, -0.6055943800235117, -0.2947778373051895, -0.3883391276855615, -0.6055943800235117, 1.161526534674241, -0.7298725374700693, -0.6055943800235117, 0.4880108055332609, -0.8628782204704355, -0.6055943800235117, -0.20996840446453724, 0.8563518019652935, -0.6055943800235117, -0.7298725374700693, 1.3639828889072658, -0.8628782204704355, -0.7298725374700693, -0.8628782204704355, 0.928960097475692, 0.002493894399527052, 1.0254544133398449, 0.6589375803069573, -0.1328104692369316, -0.3883391276855615, 1.391187458075993, -0.3883391276855615, -0.3883391276855615, -0.3883391276855615, -0.8628782204704355, 0.8170203511577342, 0.3842476883121425, -0.4917054684045691, -0.6055943800235117, -0.8628782204704355, -0.6055943800235117, -0.4917054684045691, -0.062286558716598585, -0.2947778373051895, 0.9947447533289879, -0.7298725374700693, -0.4917054684045691, 1.0691289101303554, -0.2947778373051895, 1.2320227717968264, 1.6666727316624217, 0.06229061762586521, -0.7298725374700693, -0.8628782204704355, -0.8628782204704355, 0.002493894399527052, -0.6055943800235117, -0.6055943800235117, -0.3883391276855615, -0.7298725374700693, 1.3546733777063982, -1.0009894065948224, -0.4917054684045691, -0.8628782204704355, 1.0691289101303554, 0.11774457915375068, 0.6589375803069573, 1.2207571201251104, -1.0009894065948224, -0.2947778373051895, -0.8628782204704355, 0.9459947832949988, 1.2857725018193251, -0.2947778373051895, 0.7310679686048415, 0.2176949187310804, -0.4917054684045691, -1.0009894065948224, 0.6064061582439128, -1.0009894065948224, -0.20996840446453724, -0.6055943800235117, -0.8628782204704355, -0.6055943800235117, -0.3883391276855615, -0.7298725374700693, -0.2947778373051895, -1.0009894065948224, -1.0009894065948224, -0.3883391276855615, -0.4917054684045691, 0.2176949187310804, -0.8628782204704355, -0.8628782204704355, -0.4917054684045691, -0.4917054684045691, 1.264767209135451, -0.3883391276855615, 0.7535600933714001, 1.2540223563002073, 0.9459947832949988, -0.20996840446453724, 1.0254544133398449, 0.3057197644693119, 0.7310679686048415, -0.6055943800235117, -0.7298725374700693, -0.4917054684045691, -0.4917054684045691, 0.6064061582439128, 0.3842476883121425, -0.7298725374700693, 1.0254544133398449, 0.6064061582439128, -0.4917054684045691, 0.34604696644696264, 0.9459947832949988, 1.2960424545219174, -0.2947778373051895, 1.0403178643158295, -0.4917054684045691, 0.3057197644693119, 0.3842476883121425, 0.6838090641006851, 1.2093065042074616, -0.6055943800235117, 1.1363509499127828, -0.20996840446453724, -0.8628782204704355, -0.3883391276855615, -0.7298725374700693, 0.4880108055332609, -0.4917054684045691, -0.4917054684045691, 0.6589375803069573, -0.7298725374700693, 0.962624902007852, 0.9459947832949988, -0.6055943800235117, 0.5195060694595858, 1.1858254550490743, -0.1328104692369316, -0.6055943800235117, 0.6064061582439128, -0.7298725374700693, 1.623450309771254, 0.16939477778952422, -0.7298725374700693, -0.8628782204704355, -0.4917054684045691, -0.3883391276855615, 0.002493894399527052, -1.0009894065948224, -0.7298725374700693, -0.062286558716598585, -1.0009894065948224, -0.7298725374700693, 0.6838090641006851, -0.7298725374700693, -0.2947778373051895, 0.5496685086047064, 0.06229061762586521, -0.8628782204704355, 0.4880108055332609, 0.8935954571201565, 0.7535600933714001, -0.7298725374700693, -0.2947778373051895, -0.4917054684045691, -0.8628782204704355, 0.4205270973501485, 0.9947447533289879, 1.1490522447562723, -0.7298725374700693, -0.20996840446453724, -0.1328104692369316, -0.6055943800235117, -0.3883391276855615, -0.20996840446453724, 1.2753489698752982, 1.5206631195301608, -0.6055943800235117, -0.4917054684045691, 1.4508143219171368, -0.3883391276855615, -0.2947778373051895, -0.7298725374700693, 0.7753559039081824, 1.549590927749209, -0.6055943800235117, 0.9947447533289879, 0.2630281982410949, 0.5195060694595858, 1.0403178643158295, 0.9947447533289879, 1.0403178643158295, -0.7298725374700693, -0.4917054684045691, -0.062286558716598585, -0.062286558716598585, 1.391187458075993, -0.2947778373051895, -0.4917054684045691, -0.6055943800235117, 1.1490522447562723, 0.7753559039081824, -0.3883391276855615, 1.096798861697892, 1.2320227717968264, 1.4342925873873233, 0.7078342258849756, -1.0009894065948224, 0.8563518019652935, 1.1363509499127828, -0.6055943800235117, -0.20996840446453724, -0.7298725374700693, 0.7310679686048415, 1.505735536033867, 0.6838090641006851, -1.0009894065948224, 0.8369614301329602, 0.9115008301564219, 0.7964967253228997, -0.7298725374700693, 0.9115008301564219, 2.016736693181112, 1.8120169900745982, 0.11774457915375068, 1.6726338770925993, 0.9459947832949988, 0.928960097475692, -0.7298725374700693, 0.7078342258849756, 1.0691289101303554, 1.0102681249086678, 1.854419164041572, -0.3883391276855615, -0.7298725374700693, 0.8563518019652935, 0.5496685086047064, 1.8071420156613267, 1.3161392246912025, 1.9280774116617725, 1.2320227717968264, 0.8170203511577342, 1.1858254550490743, 0.4205270973501485, -0.3883391276855615, 0.928960097475692, 1.3356726485354329, -0.6055943800235117, 0.8752207900059166, -0.1328104692369316, 1.0548718441145022, 1.5206631195301608, 1.6785443808537588, 0.11774457915375068, -0.4917054684045691, 1.0548718441145022, 1.1234142715226296, 1.6726338770925993, 1.6902168517601124, -0.6055943800235117, 0.11774457915375068, 1.3356726485354329, 0.8752207900059166, 0.8369614301329602, 0.3057197644693119, 0.5786038936040621, 1.6606600700745693, 1.3061632761036526, 1.8311822188307036, 1.0102681249086678, 0.7310679686048415, 0.8752207900059166, 1.5705241376430323, -0.3883391276855615, 1.161526534674241, 0.5195060694595858, -0.4917054684045691, -0.8628782204704355, 1.0548718441145022, 1.1363509499127828, 0.9459947832949988, 0.8369614301329602, -1.0009894065948224, 1.9403031189387456, -0.2947778373051895, 0.34604696644696264, 1.0548718441145022, 0.7964967253228997, 1.761657865787307, 1.4981499637126692, 1.345237782242313, 1.0102681249086678, -0.6055943800235117, 2.0131081121236867, 1.096798861697892, 1.8311822188307036, -0.7298725374700693, 1.490480824922031, 1.345237782242313, 0.962624902007852, 1.0548718441145022, 0.8935954571201565, 0.6838090641006851, -0.6055943800235117, 0.06229061762586521, 0.5496685086047064, 1.2093065042074616, 0.928960097475692, 1.766861047271373, 1.161526534674241, 1.7016967121175814, 0.9947447533289879, 0.9115008301564219, 1.636075956372078, 0.9459947832949988, 1.4669531053563811, 1.2093065042074616, -0.2947778373051895, 1.1234142715226296, 1.4827262608180165, 1.1858254550490743, -0.7298725374700693, 1.549590927749209, 1.4508143219171368, -0.4917054684045691, 1.761657865787307, -0.3883391276855615, -0.3883391276855615, 0.11774457915375068, -1.0009894065948224, 0.002493894399527052, 0.8369614301329602, 1.0254544133398449, 1.9946756246830195, 1.5636161223915257, 1.4669531053563811, 1.3639828889072658, 1.0548718441145022, 1.0403178643158295, -0.3883391276855615, 0.7310679686048415, 0.8752207900059166, -0.6055943800235117, 1.0403178643158295, 0.9115008301564219, 2.12074755725085, 1.2093065042074616, 0.7310679686048415, 1.3356726485354329, 0.7753559039081824, 1.1976647706759544, 1.1976647706759544, -0.7298725374700693, 1.2960424545219174, 1.1490522447562723, 1.2093065042074616, 1.2857725018193251, 1.2207571201251104, 1.5773642581120704, 0.8369614301329602, 1.1363509499127828, 0.002493894399527052, 1.5566388527101087, 1.2207571201251104, 1.6484765855365848, 1.3822368013351412, 0.9459947832949988, 1.4426024540113975, -0.6055943800235117, 0.9947447533289879, 1.1490522447562723, 0.928960097475692, 1.816858033604452, 1.0254544133398449, -0.6055943800235117, 1.391187458075993, 0.6331590624679504, 1.1976647706759544, 0.6331590624679504, 0.7310679686048415, 1.1976647706759544, 1.5424709037775954, 0.7964967253228997, 1.636075956372078, 1.2857725018193251, 1.5132393407977909, 0.9788690951568084, 1.9239539415404507, 0.928960097475692, 1.173781760481286, 0.7535600933714001, 1.4342925873873233, 0.8935954571201565, 1.1858254550490743, 0.5786038936040621, 0.9115008301564219, 1.1234142715226296, 0.6064061582439128, 1.1363509499127828, 1.1234142715226296, 1.2207571201251104, 0.6331590624679504, 0.928960097475692, 1.549590927749209, 1.8498334691898182, 1.0403178643158295, 1.1858254550490743, 0.5786038936040621, 0.9788690951568084, 2.0656435169966563, 1.4342925873873233, 1.1490522447562723, 1.9757411961955904, 1.6105913373202194, 0.8935954571201565, 1.505735536033867, 1.391187458075993, 1.2857725018193251, 1.096798861697892, 0.8935954571201565, 1.3259743790585643, 1.0254544133398449, 0.4550631064535251, 1.4173693199474124, 0.8752207900059166, 1.4669531053563811, 1.173781760481286, 1.0831008745125792, 0.34604696644696264, 0.9788690951568084, 1.2431093210613189, 1.8813159515753688, 0.7753559039081824, 1.0831008745125792, 1.9239539415404507, 2.154208558249773, 1.0831008745125792, 1.2093065042074616, 1.4426024540113975, -0.062286558716598585, 1.3822368013351412, 1.096798861697892, 0.8170203511577342, -0.8628782204704355, 2.027510188685256, 0.7078342258849756, 1.345237782242313, 1.549590927749209, 1.096798861697892, 1.1490522447562723, -0.062286558716598585, 1.425882359121159, 1.505735536033867, 1.5280085587820549, 1.1102333605241093, 0.8170203511577342, 0.962624902007852, 1.096798861697892, 0.9788690951568084, 1.1858254550490743, 1.0691289101303554, 1.5352772924165057, -0.8628782204704355, 1.3731696337969734, 1.2540223563002073, 1.3731696337969734, 0.7753559039081824, 1.096798861697892, 1.4669531053563811, 1.6545949950135919, 0.9947447533289879, 1.425882359121159, 0.7535600933714001, 0.6331590624679504, 1.766861047271373, 1.173781760481286, 1.2207571201251104, 1.1234142715226296, 0.7964967253228997, 1.4342925873873233, 1.5206631195301608, 1.1363509499127828, 0.9459947832949988, 0.962624902007852, 1.952317597079104, 1.3639828889072658, 1.2207571201251104, 1.4426024540113975, 1.7822410626668337, 1.4342925873873233, 1.0548718441145022, 1.2093065042074616, 1.2753489698752982, 1.5352772924165057, 0.8752207900059166, 1.3356726485354329, 1.4981499637126692, 1.173781760481286, 1.8022326316611317, 1.5773642581120704, 1.264767209135451, 0.3842476883121425, 1.4669531053563811, -1.0009894065948224, 0.9788690951568084, 0.5496685086047064, 1.3822368013351412, 1.6902168517601124, 1.549590927749209, 1.4748843499371291, 1.6297917689487798, 0.9947447533289879, 1.3161392246912025, 1.636075956372078, 1.096798861697892, 1.3259743790585643, 1.161526534674241, 0.002493894399527052, 1.2320227717968264, -0.7298725374700693, -0.8628782204704355, 1.2093065042074616, 1.4000245543411036, 1.1234142715226296, 1.4589304716908098, 1.161526534674241, 1.161526534674241, 0.6331590624679504, 0.9115008301564219, 1.161526534674241, 1.096798861697892, 1.1858254550490743, 1.264767209135451, 1.2857725018193251, 1.1102333605241093, 1.3161392246912025, 1.2431093210613189, 1.9239539415404507, 1.391187458075993, 1.7771520828956395, 0.9788690951568084, 0.9947447533289879, 1.4669531053563811, 0.6589375803069573, 1.096798861697892, 0.9115008301564219, 1.2320227717968264, 1.6297917689487798, 1.490480824922031, 0.9788690951568084, 0.7753559039081824, 1.6666727316624217, 0.9115008301564219, 1.2540223563002073, 0.9459947832949988, 1.5841378038421543, 0.8369614301329602, 1.3546733777063982, 1.84521733786544, 1.3731696337969734, 1.6606600700745693, 1.4981499637126692, 1.3822368013351412, 1.2207571201251104, 0.9459947832949988, 1.1234142715226296, 0.928960097475692, 0.8369614301329602, 0.8935954571201565, 1.4087509300086571, 1.2207571201251104, 1.8022326316611317, 1.3546733777063982, 0.4205270973501485, 1.2960424545219174, 1.2320227717968264, 1.854419164041572, 0.7964967253228997, 1.4669531053563811, 1.2540223563002073, 1.345237782242313, 1.0831008745125792, 1.505735536033867, 1.345237782242313, 0.8369614301329602, 1.3546733777063982, 1.3822368013351412, 1.821665615039784, 1.4748843499371291, 1.3259743790585643, 1.505735536033867, 1.345237782242313, 1.2093065042074616, 0.962624902007852, 1.4087509300086571, 1.0831008745125792, 1.4000245543411036, 1.4426024540113975, 1.9680206670482159, 1.3822368013351412, 1.4589304716908098, 0.962624902007852, 1.1976647706759544, 1.4669531053563811, 0.7535600933714001, 1.2540223563002073, 0.9459947832949988, 1.4087509300086571, 1.3061632761036526, -0.1328104692369316, -0.7298725374700693, 1.3546733777063982, 1.5206631195301608, 1.9833769469925424, 1.173781760481286, 1.264767209135451, 1.5352772924165057, 1.5841378038421543, 0.7753559039081824, 1.0831008745125792, 1.5132393407977909, 1.7241032958769298, 1.264767209135451, 1.2320227717968264, 1.3639828889072658, -0.3883391276855615, 1.3639828889072658, 1.1234142715226296, 1.766861047271373, 1.345237782242313, 0.7964967253228997, 1.173781760481286, 0.962624902007852, 1.161526534674241, 0.8752207900059166, 0.962624902007852, 1.264767209135451, 0.8563518019652935, 1.264767209135451, 0.7535600933714001, 1.161526534674241, 1.3161392246912025, 1.6606600700745693, 1.4748843499371291, 1.1858254550490743, 1.8635008306507443, 1.425882359121159, 0.928960097475692, 0.8563518019652935, 1.3639828889072658, 1.6785443808537588, 1.3639828889072658, 0.9788690951568084, 1.3356726485354329, 1.173781760481286, 1.2207571201251104, 0.962624902007852, 2.1422264146422965, 1.2753489698752982, -0.4917054684045691, 1.2093065042074616, 1.3161392246912025, 1.425882359121159, 1.2093065042074616, 0.6838090641006851, 1.5974902622968212, 1.8813159515753688, 1.425882359121159, 0.6838090641006851, 1.161526534674241, 0.6838090641006851, 1.3822368013351412, 1.4000245543411036, 1.1363509499127828, 0.7964967253228997, 1.5705241376430323, 1.636075956372078, 1.264767209135451, 1.2753489698752982, 1.4669531053563811, 0.8752207900059166, 1.5206631195301608, 1.8022326316611317, 1.2753489698752982, 1.9443310530397468, 0.9459947832949988, 1.4426024540113975, 0.9947447533289879, 1.0102681249086678, 1.3061632761036526, 1.0102681249086678, 1.0254544133398449, 1.4508143219171368, 1.6423038962371477, 1.1363509499127828, 1.096798861697892, 1.6105913373202194, 1.1976647706759544, 0.6064061582439128, 1.1976647706759544, 0.8935954571201565, 1.0691289101303554, 1.490480824922031, 1.5841378038421543, 1.4669531053563811, 1.4000245543411036, 1.4827262608180165, 1.2320227717968264, 1.4748843499371291, 1.1363509499127828, 1.3161392246912025, 1.4426024540113975, 1.6902168517601124, 1.4827262608180165, 0.7753559039081824, 1.3822368013351412, 1.5206631195301608, 1.3061632761036526, 1.4173693199474124, 1.0691289101303554, 0.7753559039081824, 0.7310679686048415, 0.5496685086047064, 1.5636161223915257, 1.4748843499371291, 1.3639828889072658, 1.5132393407977909, 1.5132393407977909, 1.0548718441145022, 1.0548718441145022, 1.5908460567944085, -0.6055943800235117, 1.5352772924165057, 1.4173693199474124, 1.5132393407977909, 1.490480824922031, 1.9443310530397468, 1.1858254550490743, 1.4342925873873233, 0.7964967253228997, 1.2753489698752982, 1.8943840578969369, 1.345237782242313, 0.11774457915375068, 0.9459947832949988, 1.1858254550490743, 1.2540223563002073, 1.0102681249086678, 1.5841378038421543, 1.2857725018193251, 0.4880108055332609, 1.173781760481286, 1.1976647706759544, 1.4981499637126692, 1.6902168517601124, 1.5636161223915257, 1.3161392246912025, 1.6040716304252822, 2.1113352490768653, 0.7753559039081824, 1.2540223563002073, 1.3061632761036526, 1.549590927749209, 1.2540223563002073, 1.8986860877960752, 1.3546733777063982, 1.3639828889072658, 1.885699328241981, 1.7350416379654976, 1.4426024540113975, 2.085594445443277, 1.2960424545219174, 1.8943840578969369, -0.3883391276855615, 1.9198058753934435, 1.890055249808416, 1.425882359121159, 1.7972883491745024, 1.4589304716908098, 1.1363509499127828, 0.06229061762586521, 1.345237782242313, 1.3822368013351412, 1.1490522447562723, 1.4981499637126692, 1.264767209135451, 1.9718916463664289, 1.1490522447562723, 1.5841378038421543, -0.2947778373051895, 1.6040716304252822, 0.9459947832949988, 1.5974902622968212, 0.8563518019652935, 1.2207571201251104, 1.2753489698752982, 1.3639828889072658, 1.4669531053563811, 1.2540223563002073, 1.0102681249086678, 1.4589304716908098, 1.1234142715226296, 1.7972883491745024, 1.636075956372078, 1.9362517180978576, 1.3061632761036526, 1.2207571201251104, -0.1328104692369316, 1.2093065042074616, 1.84521733786544, 1.425882359121159, 1.4087509300086571, 0.8170203511577342, 1.173781760481286, 1.6423038962371477, 1.6902168517601124, 1.3356726485354329, 0.4205270973501485, 1.096798861697892, 1.425882359121159, 0.9788690951568084, 0.5786038936040621, 1.173781760481286, 2.136157005988112, 1.3731696337969734, 0.8563518019652935, 1.740446979522633, 1.6902168517601124, 1.2857725018193251, 1.505735536033867, 1.0102681249086678, 1.3161392246912025, 1.4827262608180165, 1.2431093210613189, 1.5841378038421543, 1.2540223563002073, 1.0691289101303554, 1.2960424545219174, 1.2540223563002073, 1.7073663778756891, 1.6484765855365848, 2.1176242573304918, 1.0254544133398449, 1.4087509300086571, 1.2207571201251104, 1.4173693199474124, -0.6055943800235117, 1.0403178643158295, 1.7073663778756891, 1.1858254550490743, 0.928960097475692, 0.8752207900059166, 1.2753489698752982, -0.20996840446453724, 1.345237782242313, 0.928960097475692, 1.1102333605241093, 0.8752207900059166, 1.3639828889072658, 1.8405703635649584, 1.2320227717968264, 1.872465433816017, 1.7511332655850589, 1.5352772924165057, 1.6726338770925993, 1.4827262608180165, 1.5705241376430323, 1.6484765855365848, 1.5974902622968212, 1.9562767335584916, 1.1976647706759544, 1.8813159515753688, 1.0254544133398449, 1.9239539415404507, 1.1363509499127828, 0.7535600933714001, 1.9198058753934435, -0.1328104692369316, 1.8498334691898182, 1.1102333605241093, 1.761657865787307, 1.9795695524050152, 1.264767209135451, 1.425882359121159, 1.264767209135451, 1.7129902103407355, 2.1017937732824032, 0.9788690951568084, 0.928960097475692, 1.5974902622968212, 1.3546733777063982, 1.8986860877960752, 1.0403178643158295, 1.6297917689487798, 1.1858254550490743, 1.3061632761036526, 1.2093065042074616, 1.0102681249086678, 1.2540223563002073, 0.6064061582439128, 1.3731696337969734, 1.2857725018193251, 1.6040716304252822, 1.5132393407977909, 1.4981499637126692, 2.2247523271105107, 1.3161392246912025, 1.0548718441145022, 1.264767209135451, 1.4087509300086571, 1.2753489698752982, 2.0520175945035084, 1.264767209135451, 1.3161392246912025, 1.4087509300086571, 1.4669531053563811, 0.8935954571201565, 1.391187458075993, 1.2753489698752982, 1.7872930804047757, 1.2320227717968264, 1.1858254550490743, 1.3639828889072658, 1.2431093210613189, 1.2960424545219174, 0.9947447533289879, 1.2093065042074616, 1.7073663778756891, 1.7972883491745024, 1.4508143219171368, 0.2176949187310804, 1.5280085587820549, 1.8769047716921219, 1.2960424545219174, 1.6170505264424035, 1.3822368013351412, 1.4748843499371291, 1.5280085587820549, 1.4173693199474124, 0.8563518019652935, 1.0831008745125792, 1.3061632761036526, 1.096798861697892, 1.264767209135451, 1.5132393407977909, 1.6785443808537588, 1.766861047271373, 1.0102681249086678, 1.264767209135451, 1.5566388527101087, 1.5566388527101087, 1.4589304716908098, 1.2431093210613189, 1.3259743790585643, 1.6297917689487798, 0.7310679686048415, 1.1234142715226296, 0.7753559039081824, 1.1858254550490743, 1.4748843499371291, 1.6606600700745693, 1.3259743790585643, 1.1234142715226296, 1.6297917689487798, 1.8679975763401908, 1.5841378038421543, 0.8369614301329602, 1.2431093210613189, 0.928960097475692, 0.9115008301564219, 1.5705241376430323, 1.5705241376430323, 1.4508143219171368, 1.3061632761036526, 0.4550631064535251, 1.7016967121175814, 1.345237782242313, 1.7720255966234923, 1.4342925873873233, 1.1858254550490743, 1.5566388527101087, 0.8752207900059166, 1.0831008745125792, 1.4342925873873233, 1.9984014182326888, 1.5424709037775954, 1.4000245543411036, 0.7310679686048415, 1.2207571201251104, 0.7535600933714001, 1.7822410626668337, 1.490480824922031, 1.8071420156613267, 1.3356726485354329, 1.3259743790585643, 0.3842476883121425, 1.5908460567944085, 1.3259743790585643, 1.3639828889072658, 0.8935954571201565, 1.490480824922031, 1.9239539415404507, 1.4426024540113975, 1.1363509499127828, 1.623450309771254, 1.0831008745125792, 1.6959804604941482, 1.7073663778756891, 1.3259743790585643, 1.4827262608180165, 1.6484765855365848, -0.3883391276855615, 1.2753489698752982, 1.2960424545219174, 0.962624902007852, 1.6844050953748224, 1.9946756246830195, 1.3546733777063982, 1.3061632761036526, 0.6589375803069573, 1.264767209135451, 1.1102333605241093, 1.5841378038421543, 0.9115008301564219, 1.7720255966234923, 1.5773642581120704, 1.3639828889072658, 1.5424709037775954, 1.2960424545219174, 2.009460496388225, 1.2320227717968264, -0.6055943800235117, 1.4087509300086571, 1.9156329181672824, 1.096798861697892, 1.3061632761036526, 1.4173693199474124, 2.4726470924499693, 1.345237782242313, 1.4426024540113975, 1.2431093210613189, 0.6589375803069573, 1.5280085587820549, 0.8752207900059166, 1.2540223563002073, 1.0254544133398449, 1.7564154702711314, 1.6170505264424035, 0.9947447533289879, 1.5705241376430323, 1.4589304716908098, 1.761657865787307, 1.4589304716908098, 1.9946756246830195, 1.1102333605241093, 1.6040716304252822, 1.2320227717968264, 1.1858254550490743, 1.6844050953748224, 1.6297917689487798, 1.096798861697892, 0.8170203511577342, 1.5424709037775954, 1.1976647706759544, 1.5132393407977909, 1.173781760481286, 1.425882359121159, 1.2093065042074616, 1.5424709037775954, 1.5424709037775954, 1.2540223563002073, 1.161526534674241, 2.243286289684875, 1.161526534674241, 1.345237782242313, 1.0831008745125792, 1.8311822188307036, 0.8752207900059166, 1.740446979522633, 2.183290472344257, 1.3822368013351412, 2.384651588861918, 1.490480824922031, 1.6484765855365848, 1.5908460567944085, 1.1102333605241093, 1.4589304716908098, 1.161526534674241, 1.4981499637126692, 1.3639828889072658, 1.3061632761036526, 1.2320227717968264, 1.6545949950135919, 1.8264401935266348, 1.7771520828956395, 1.4508143219171368, 1.5206631195301608, 1.2540223563002073, 1.6844050953748224, 1.391187458075993, 1.8679975763401908, 1.6105913373202194, 0.6331590624679504, 1.766861047271373, 1.345237782242313, 1.7771520828956395, 1.5705241376430323, 1.5705241376430323, 1.4173693199474124, 0.9788690951568084, 1.1102333605241093, 1.0102681249086678, 1.4087509300086571, 1.6040716304252822, 1.5206631195301608, 1.173781760481286, 1.872465433816017, 1.096798861697892, 1.4589304716908098, 1.2093065042074616, 2.041620007263844, 1.549590927749209, 1.3061632761036526, 1.3822368013351412, 1.1490522447562723, 1.8943840578969369, 0.8935954571201565, 1.4000245543411036, 1.8264401935266348, 1.4589304716908098, 1.6606600700745693, 1.2540223563002073, 2.075690536958261, 2.0823087922964665, 1.3356726485354329, 1.4981499637126692, 1.5424709037775954, 1.4589304716908098, 1.7185689440094698, 1.4508143219171368, 1.3161392246912025, 0.8752207900059166, 0.9947447533289879, 1.2093065042074616, 1.8679975763401908, 1.6040716304252822, 1.7016967121175814, 0.5195060694595858, 1.2207571201251104, 2.317555958887457, 1.5636161223915257, 0.9788690951568084, 1.8943840578969369, 1.6666727316624217, 1.4669531053563811, 1.8120169900745982, 1.0403178643158295, 1.3259743790585643, 1.6606600700745693, 2.0888646452115784, 1.7350416379654976, 1.1490522447562723, 0.928960097475692, 1.7016967121175814, 1.9403031189387456, 1.6105913373202194, 1.8679975763401908, 1.425882359121159, 1.6606600700745693, 1.3546733777063982, 2.4118291517884813, 1.6666727316624217, 1.5352772924165057, 1.5705241376430323, 1.6040716304252822, 1.7822410626668337, 1.0254544133398449, 1.3546733777063982, 1.885699328241981, 1.5132393407977909, 2.29609608557925, 0.7964967253228997, 1.7350416379654976, 1.7511332655850589, 1.505735536033867, 2.0451031739389944, 1.0254544133398449, 1.4508143219171368, 1.766861047271373, 1.2320227717968264, 2.483827699078009, 1.549590927749209, 1.5974902622968212, 1.1490522447562723, 2.0953592611659966, 2.245894120885379, 1.096798861697892, 1.5636161223915257, 1.6423038962371477, 1.858974820944629, 1.5352772924165057, 1.4669531053563811, 1.6844050953748224, 2.04856897896379, 2.489351284777385, 1.4669531053563811, 2.4399558291534595, 1.9795695524050152, 1.7872930804047757, 2.0451031739389944, 1.7511332655850589, 1.5132393407977909, 1.4981499637126692, 1.6785443808537588, 2.222063818867563, 0.11774457915375068, 1.173781760481286, 2.0131081121236867, 1.4508143219171368, 1.9562767335584916, 2.256228712078504, 1.9946756246830195, 1.161526534674241, 1.4426024540113975, 2.18613286160625, 1.4981499637126692, 1.7129902103407355, 2.0381193041743177, 1.4087509300086571, 1.9403031189387456, 1.2960424545219174, 2.1746929096007417, 1.911434769469704, 1.7129902103407355, 1.8813159515753688, 1.8405703635649584, 1.7822410626668337, 1.1976647706759544, 2.1017937732824032, 1.872465433816017, 1.952317597079104, 2.432035082589082, 1.0254544133398449, 1.8498334691898182, 1.7458106429493798, 1.858974820944629, 1.3822368013351412, 1.2960424545219174, 1.096798861697892, 1.9984014182326888, 2.2536594308193263, 1.7241032958769298, 1.9156329181672824, 1.4342925873873233, 2.1300341474989826, 2.4536036196385056, 2.114486863850926, 2.069008680152728, 1.6423038962371477, 0.5786038936040621, 2.2084630829678558, 1.8022326316611317, 2.027510188685256, 2.2112045987006748, 2.2084630829678558, 1.0831008745125792, 2.2166554103260685, 2.041620007263844, 1.5636161223915257, 2.1081692835289965, 1.761657865787307, 1.1234142715226296, 1.7073663778756891, 2.031064576385725, 1.6545949950135919, 1.5841378038421543, 2.194590964532737, 2.075690536958261, 1.9833769469925424, 1.4669531053563811, 1.9443310530397468, 1.6606600700745693, 1.740446979522633, 1.5280085587820549, 2.157172104545773, 2.2689345936220096, 1.8679975763401908, 2.245894120885379, 2.1659876967947365, 2.136157005988112, 1.8679975763401908, 2.6650482569094507, 2.183290472344257, 2.483827699078009, 1.5566388527101087, 2.009460496388225, 2.0131081121236867, 2.1512323258725625, 2.034600887255106, 2.3739090954313604, 1.792308668814488, 2.384651588861918, 2.194590964532737, 2.19738761959243, 2.4118291517884813], [-1.0323524569515528, -1.4168529808946773, -0.7166701625234625, -1.2152912431803788, -1.0323524569515528, -0.7166701625234625, -1.8721965014281092, -2.116627063431866, -2.116627063431866, -1.2152912431803788, -0.3406522556959762, -1.2152912431803788, -1.636801710044644, -2.116627063431866, -2.116627063431866, -1.4168529808946773, -1.0323524569515528, -1.636801710044644, -0.3406522556959762, -1.636801710044644, -1.0323524569515528, -0.7166701625234625, 0.12044396754475095, -0.4553013511557151, -1.2152912431803788, -1.8721965014281092, -0.2348234153655977, -0.04526939880559582, -1.4168529808946773, -2.116627063431866, -1.4168529808946773, -1.636801710044644, -2.116627063431866, -1.0323524569515528, -0.3406522556959762, -1.8721965014281092, -1.2152912431803788, -0.2348234153655977, -0.8667667471244408, -0.5801152751174021, -1.636801710044644, -0.8667667471244408, -0.4553013511557151, -0.2348234153655977, -1.636801710044644, -0.8667667471244408, -1.4168529808946773, -0.7166701625234625, -1.0323524569515528, -1.4168529808946773, -1.636801710044644, -1.636801710044644, -1.4168529808946773, -1.0323524569515528, -1.636801710044644, -0.8667667471244408, -0.7166701625234625, -0.7166701625234625, 0.0402126749242785, -0.4553013511557151, -0.8667667471244408, -0.7166701625234625, -2.116627063431866, -1.2152912431803788, -0.5801152751174021, -0.3406522556959762, -1.0323524569515528, -1.0323524569515528, -0.5801152751174021, -2.116627063431866, -0.2348234153655977, -1.4168529808946773, -1.0323524569515528, -0.4553013511557151, -0.04526939880559582, -1.4168529808946773, -1.4168529808946773, -1.0323524569515528, -0.04526939880559582, 0.4603092735774525, -0.3406522556959762, -1.2152912431803788, -0.7166701625234625, -0.04526939880559582, -0.8667667471244408, -0.7166701625234625, -2.116627063431866, -1.2152912431803788, -0.5801152751174021, -2.116627063431866, -1.0323524569515528, -1.636801710044644, -1.2152912431803788, -0.5801152751174021, -1.2152912431803788, -1.636801710044644, -1.4168529808946773, -0.8667667471244408, -1.4168529808946773, 0.9885922339674432, -2.116627063431866, -0.5801152751174021, -0.13668043823275314, -1.8721965014281092, -1.4168529808946773, -1.0323524569515528, -1.0323524569515528, -0.7166701625234625, -0.2348234153655977, -1.2152912431803788, -0.3406522556959762, -0.7166701625234625, -0.7166701625234625, 0.0402126749242785, 2.7541072365281187, 0.0402126749242785, -0.8667667471244408, -1.8721965014281092, -1.636801710044644, -0.8667667471244408, -0.13668043823275314, -1.2152912431803788, 0.3991870983837472, -0.8667667471244408, -0.4553013511557151, -1.0323524569515528, -1.0323524569515528, -1.4168529808946773, 0.12044396754475095, -0.8667667471244408, -0.3406522556959762, -0.2348234153655977, -0.8667667471244408, -0.7166701625234625, -0.3406522556959762, -0.4553013511557151, -1.0323524569515528, -1.4168529808946773, -1.0323524569515528, -1.0323524569515528, -0.4553013511557151, -0.2348234153655977, -1.4168529808946773, -1.2152912431803788, -1.8721965014281092, -0.8667667471244408, -0.4553013511557151, 0.6277428628855488, -1.2152912431803788, -0.4553013511557151, -0.8667667471244408, -1.0323524569515528, -0.5801152751174021, 0.2673714159206125, -1.636801710044644, -0.8667667471244408, -1.2152912431803788, -0.8667667471244408, -1.2152912431803788, 0.4603092735774525, -1.0323524569515528, -1.0323524569515528, 0.4603092735774525, -0.4553013511557151, -0.8667667471244408, -0.7166701625234625, 0.19599992951140527, -0.7166701625234625, -0.7166701625234625, 0.2673714159206125, -1.8721965014281092, -0.2348234153655977, -1.8721965014281092, -0.8667667471244408, -0.7166701625234625, -1.4168529808946773, -0.7166701625234625, -0.8667667471244408, -0.7166701625234625, -1.0323524569515528, -0.8667667471244408, -1.4168529808946773, -1.2152912431803788, -1.8721965014281092, -1.636801710044644, -0.5801152751174021, -0.7166701625234625, -2.116627063431866, -0.4553013511557151, -0.8667667471244408, 0.0402126749242785, -2.116627063431866, -1.4168529808946773, -1.636801710044644, -0.3406522556959762, -0.4553013511557151, -0.4553013511557151, -1.4168529808946773, -1.2152912431803788, 0.0402126749242785, -1.0323524569515528, -0.7166701625234625, -0.2348234153655977, -1.4168529808946773, -0.7166701625234625, -1.0323524569515528, -1.0323524569515528, -0.8667667471244408, -1.2152912431803788, -0.8667667471244408, -0.7166701625234625, -1.2152912431803788, -1.4168529808946773, -0.7166701625234625, -2.116627063431866, -1.0323524569515528, -1.636801710044644, -0.13668043823275314, -0.8667667471244408, -1.2152912431803788, -1.0323524569515528, -1.636801710044644, -0.8667667471244408, -0.8667667471244408, -1.2152912431803788, -0.5801152751174021, -0.3406522556959762, -0.04526939880559582, -1.2152912431803788, 0.12044396754475095, -1.8721965014281092, -0.8667667471244408, -0.8667667471244408, -0.8667667471244408, -1.4168529808946773, -1.8721965014281092, -0.7166701625234625, -0.8667667471244408, -1.636801710044644, -1.2152912431803788, -1.0323524569515528, -0.3406522556959762, -0.2348234153655977, -0.8667667471244408, -0.5801152751174021, -0.13668043823275314, -0.5801152751174021, -0.3406522556959762, 0.19599992951140527, -1.4168529808946773, -1.0323524569515528, -0.13668043823275314, -1.0323524569515528, -1.8721965014281092, -1.0323524569515528, -0.5801152751174021, -0.13668043823275314, -1.2152912431803788, -0.7166701625234625, -1.0323524569515528, -1.636801710044644, 2.9845058594978155, -1.2152912431803788, -0.7166701625234625, -0.13668043823275314, 0.3991870983837472, -1.0323524569515528, -1.636801710044644, -0.5801152751174021, -0.7166701625234625, -1.0323524569515528, -0.3406522556959762, -0.5801152751174021, -0.8667667471244408, -0.7166701625234625, -1.0323524569515528, -1.0323524569515528, -1.0323524569515528, -1.0323524569515528, -1.636801710044644, 0.12044396754475095, 0.5186204417657941, -0.7166701625234625, -0.7166701625234625, -1.2152912431803788, -0.04526939880559582, 0.12044396754475095, -1.636801710044644, -1.636801710044644, -0.7166701625234625, 0.0402126749242785, -0.13668043823275314, -1.0323524569515528, -0.5801152751174021, -1.8721965014281092, -0.8667667471244408, -0.7166701625234625, 1.4154432634490346, -2.116627063431866, -0.04526939880559582, -0.8667667471244408, -0.3406522556959762, -1.0323524569515528, -1.636801710044644, -0.13668043823275314, -0.5801152751174021, -0.2348234153655977, 0.5743610756564828, -0.8667667471244408, -0.04526939880559582, -0.04526939880559582, -0.7166701625234625, -0.3406522556959762, -0.5801152751174021, -0.8667667471244408, -0.04526939880559582, -0.7166701625234625, 0.0402126749242785, -1.0323524569515528, -1.2152912431803788, -0.7166701625234625, -0.5801152751174021, -0.2348234153655977, -0.2348234153655977, -1.636801710044644, 0.0402126749242785, -1.636801710044644, -0.8667667471244408, -1.0323524569515528, -0.5801152751174021, -0.04526939880559582, -0.4553013511557151, -1.2152912431803788, -1.2152912431803788, -1.8721965014281092, -0.4553013511557151, -1.2152912431803788, -0.7166701625234625, -1.2152912431803788, -1.636801710044644, -0.04526939880559582, -0.4553013511557151, 0.19599992951140527, -0.3406522556959762, -1.2152912431803788, -0.4553013511557151, -1.2152912431803788, -0.3406522556959762, -1.0323524569515528, -0.4553013511557151, -1.2152912431803788, -1.4168529808946773, -0.7166701625234625, -1.2152912431803788, -0.5801152751174021, -1.0323524569515528, -0.2348234153655977, -1.0323524569515528, -1.2152912431803788, -0.8667667471244408, 0.5743610756564828, -1.4168529808946773, -0.7166701625234625, -0.3406522556959762, -0.3406522556959762, -1.0323524569515528, -1.8721965014281092, -0.04526939880559582, -0.13668043823275314, -1.2152912431803788, -0.7166701625234625, -1.2152912431803788, -1.2152912431803788, -1.0323524569515528, -0.8667667471244408, -0.4553013511557151, -0.04526939880559582, -0.3406522556959762, -1.2152912431803788, -0.5801152751174021, -0.5801152751174021, -1.0323524569515528, -1.4168529808946773, -0.8667667471244408, -0.5801152751174021, -0.5801152751174021, -0.7166701625234625, -1.636801710044644, 0.3349794365051693, -0.8667667471244408, -0.4553013511557151, -0.5801152751174021, -0.4553013511557151, 0.12044396754475095, -0.04526939880559582, -0.13668043823275314, -1.4168529808946773, -0.13668043823275314, -0.4553013511557151, -1.2152912431803788, -0.8667667471244408, -1.2152912431803788, -1.2152912431803788, 0.5743610756564828, -0.5801152751174021, -0.4553013511557151, -0.8667667471244408, -0.4553013511557151, -1.0323524569515528, -1.636801710044644, -1.636801710044644, -0.7166701625234625, -0.4553013511557151, -1.4168529808946773, 0.0402126749242785, -0.2348234153655977, -0.5801152751174021, -0.4553013511557151, -0.7166701625234625, -1.0323524569515528, 0.3349794365051693, -0.4553013511557151, -1.0323524569515528, -0.8667667471244408, -1.4168529808946773, -0.8667667471244408, -1.4168529808946773, -0.7166701625234625, -0.8667667471244408, -1.0323524569515528, -0.8667667471244408, -1.0323524569515528, -1.636801710044644, -0.04526939880559582, -1.4168529808946773, -1.636801710044644, -1.0323524569515528, -0.13668043823275314, -0.4553013511557151, -0.7166701625234625, -1.4168529808946773, -1.0323524569515528, -1.2152912431803788, 0.5186204417657941, 0.4603092735774525, -0.7166701625234625, -0.5801152751174021, -0.8667667471244408, 0.3991870983837472, -1.4168529808946773, -0.8667667471244408, -0.4553013511557151, -0.8667667471244408, -1.2152912431803788, -0.04526939880559582, -0.7166701625234625, -1.0323524569515528, -0.7166701625234625, -1.2152912431803788, -0.04526939880559582, -1.0323524569515528, -0.7166701625234625, -2.116627063431866, -1.0323524569515528, -1.8721965014281092, -0.8667667471244408, -1.0323524569515528, -1.2152912431803788, 0.0402126749242785, -1.636801710044644, -0.8667667471244408, 0.0402126749242785, -0.8667667471244408, -0.7166701625234625, -0.8667667471244408, -0.8667667471244408, -0.8667667471244408, -0.2348234153655977, -1.636801710044644, -1.4168529808946773, -0.8667667471244408, -0.04526939880559582, -0.8667667471244408, -1.636801710044644, -1.4168529808946773, -0.13668043823275314, -0.04526939880559582, -0.7166701625234625, -0.5801152751174021, -1.0323524569515528, -1.0323524569515528, 0.7755052822482928, -0.3406522556959762, -0.4553013511557151, -0.2348234153655977, -0.2348234153655977, -0.7166701625234625, -1.0323524569515528, -0.7166701625234625, -0.04526939880559582, 0.19599992951140527, -1.8721965014281092, -1.0323524569515528, -1.0323524569515528, -0.7166701625234625, -0.8667667471244408, -1.636801710044644, -0.7166701625234625, -0.5801152751174021, -1.2152912431803788, -0.8667667471244408, -0.13668043823275314, -1.2152912431803788, -0.2348234153655977, -1.2152912431803788, -1.2152912431803788, -0.13668043823275314, -0.5801152751174021, -0.04526939880559582, 0.3991870983837472, -1.4168529808946773, 0.0402126749242785, -0.5801152751174021, -1.8721965014281092, -0.04526939880559582, -0.5801152751174021, -0.3406522556959762, 0.19599992951140527, -1.4168529808946773, -0.4553013511557151, -0.8667667471244408, -0.4553013511557151, -0.2348234153655977, -0.8667667471244408, -0.2348234153655977, -1.4168529808946773, -1.0323524569515528, -0.8667667471244408, -0.7166701625234625, -1.2152912431803788, -0.13668043823275314, -0.04526939880559582, -1.0323524569515528, -0.5801152751174021, -0.7166701625234625, -0.04526939880559582, -0.7166701625234625, -0.5801152751174021, -1.2152912431803788, -0.04526939880559582, -1.4168529808946773, -1.4168529808946773, -0.4553013511557151, -0.04526939880559582, -0.8667667471244408, -0.8667667471244408, -0.8667667471244408, -0.4553013511557151, -0.5801152751174021, -0.2348234153655977, -0.4553013511557151, -0.5801152751174021, 0.3349794365051693, -0.3406522556959762, -0.2348234153655977, -0.7166701625234625, -1.0323524569515528, -1.0323524569515528, -1.4168529808946773, -0.2348234153655977, -1.2152912431803788, -1.0323524569515528, -0.04526939880559582, -0.5801152751174021, -0.2348234153655977, -1.636801710044644, -1.8721965014281092, -0.5801152751174021, -1.636801710044644, -0.2348234153655977, -0.7166701625234625, -0.8667667471244408, -0.4553013511557151, -0.7166701625234625, -0.4553013511557151, -0.04526939880559582, -0.2348234153655977, 0.4603092735774525, -0.5801152751174021, -0.5801152751174021, -0.7166701625234625, -1.636801710044644, -0.3406522556959762, 0.19599992951140527, -0.7166701625234625, -0.2348234153655977, -0.4553013511557151, -1.636801710044644, -0.8667667471244408, -0.8667667471244408, -0.5801152751174021, 0.19599992951140527, 0.0402126749242785, -0.7166701625234625, -1.4168529808946773, -1.636801710044644, -1.2152912431803788, -0.3406522556959762, -1.2152912431803788, -0.3406522556959762, -0.3406522556959762, -0.5801152751174021, -0.3406522556959762, 0.0402126749242785, -1.0323524569515528, -0.7166701625234625, -0.3406522556959762, -1.0323524569515528, 3.9766720552984274, -0.04526939880559582, -0.3406522556959762, -0.04526939880559582, -0.8667667471244408, -1.0323524569515528, -0.7166701625234625, -0.7166701625234625, -1.0323524569515528, -1.2152912431803788, -1.2152912431803788, -0.13668043823275314, -1.2152912431803788, -1.2152912431803788, 0.12044396754475095, -0.7166701625234625, -0.4553013511557151, -0.7166701625234625, -0.7166701625234625, -0.3406522556959762, -0.2348234153655977, -0.13668043823275314, -0.7166701625234625, 1.7106153323464246, -1.636801710044644, -0.2348234153655977, -1.0323524569515528, -0.8667667471244408, -0.4553013511557151, -0.04526939880559582, -0.4553013511557151, -0.7166701625234625, -0.04526939880559582, -1.8721965014281092, -0.8667667471244408, -0.8667667471244408, -0.7166701625234625, -1.2152912431803788, -1.0323524569515528, -1.0323524569515528, -0.8667667471244408, -1.636801710044644, -0.4553013511557151, -0.8667667471244408, 0.3349794365051693, -1.636801710044644, -1.636801710044644, -0.4553013511557151, -0.2348234153655977, -0.8667667471244408, -0.7166701625234625, -1.4168529808946773, -1.636801710044644, -1.0323524569515528, -0.8667667471244408, 0.5186204417657941, -1.2152912431803788, -0.4553013511557151, -1.636801710044644, -0.4553013511557151, -1.636801710044644, -0.4553013511557151, -0.8667667471244408, -0.2348234153655977, -0.8667667471244408, -0.8667667471244408, -1.0323524569515528, -0.8667667471244408, -0.3406522556959762, -1.0323524569515528, -1.4168529808946773, 0.7281577241089775, -0.8667667471244408, -1.2152912431803788, -0.8667667471244408, -1.636801710044644, -0.2348234153655977, -1.4168529808946773, -0.5801152751174021, -1.0323524569515528, -0.3406522556959762, -0.8667667471244408, -0.4553013511557151, 0.7755052822482928, -0.8667667471244408, -1.2152912431803788, -0.13668043823275314, 0.0402126749242785, -0.3406522556959762, 0.2673714159206125, -1.636801710044644, -0.5801152751174021, -0.13668043823275314, -1.2152912431803788, -0.5801152751174021, -1.0323524569515528, -0.8667667471244408, -0.7166701625234625, -1.0323524569515528, -1.0323524569515528, -0.3406522556959762, -1.636801710044644, -0.4553013511557151, -0.2348234153655977, -0.5801152751174021, -0.5801152751174021, -0.4553013511557151, -0.7166701625234625, -0.5801152751174021, -0.2348234153655977, -0.4553013511557151, -0.4553013511557151, -0.3406522556959762, -0.4553013511557151, -0.2348234153655977, 1.1009048344953016, -0.5801152751174021, -0.2348234153655977, -1.0323524569515528, -2.116627063431866, -0.7166701625234625, -1.2152912431803788, -0.5801152751174021, -0.5801152751174021, -1.4168529808946773, -0.13668043823275314, -0.4553013511557151, -0.7166701625234625, -1.4168529808946773, -1.4168529808946773, -1.0323524569515528, -0.13668043823275314, -0.4553013511557151, -1.0323524569515528, -0.5801152751174021, -1.0323524569515528, -0.4553013511557151, -0.2348234153655977, -1.2152912431803788, -1.0323524569515528, -0.7166701625234625, -0.8667667471244408, -0.4553013511557151, -1.636801710044644, -1.4168529808946773, -0.4553013511557151, -0.5801152751174021, -1.2152912431803788, -1.0323524569515528, -1.4168529808946773, -0.04526939880559582, -0.3406522556959762, -0.4553013511557151, -0.8667667471244408, 1.3873463644352897, -0.7166701625234625, -0.5801152751174021, -0.8667667471244408, 0.3349794365051693, 0.0402126749242785, -0.4553013511557151, -0.8667667471244408, -0.8667667471244408, -0.8667667471244408, -0.5801152751174021, -0.7166701625234625, -0.5801152751174021, -1.2152912431803788, -0.4553013511557151, -0.4553013511557151, -1.0323524569515528, -0.7166701625234625, -0.3406522556959762, -0.8667667471244408, -1.2152912431803788, 0.12044396754475095, -1.0323524569515528, -0.5801152751174021, -1.2152912431803788, -0.4553013511557151, -0.4553013511557151, -0.7166701625234625, 0.6789529973841238, -0.8667667471244408, -0.13668043823275314, -0.5801152751174021, -0.13668043823275314, -0.4553013511557151, -1.2152912431803788, 3.110165283623237, -0.7166701625234625, -0.13668043823275314, 2.9922636034732317, 0.12044396754475095, -0.04526939880559582, -0.4553013511557151, -1.2152912431803788, -0.04526939880559582, -1.2152912431803788, -0.8667667471244408, -0.8667667471244408, -0.2348234153655977, -1.2152912431803788, -0.7166701625234625, -1.0323524569515528, -0.4553013511557151, 0.2673714159206125, -1.636801710044644, -0.4553013511557151, -0.13668043823275314, -0.2348234153655977, -0.3406522556959762, -0.4553013511557151, -0.13668043823275314, -0.2348234153655977, -0.5801152751174021, -0.8667667471244408, -0.7166701625234625, 0.12044396754475095, 0.0402126749242785, -0.3406522556959762, -0.5801152751174021, -0.5801152751174021, 0.19599992951140527, -0.2348234153655977, -1.0323524569515528, -0.3406522556959762, -0.2348234153655977, -0.13668043823275314, -0.7166701625234625, -0.13668043823275314, -0.3406522556959762, -0.8667667471244408, -0.3406522556959762, -0.7166701625234625, -1.4168529808946773, -1.0323524569515528, 0.0402126749242785, -0.5801152751174021, -0.2348234153655977, -0.2348234153655977, -0.8667667471244408, -0.3406522556959762, -1.636801710044644, -0.04526939880559582, 0.19599992951140527, -0.4553013511557151, -1.8721965014281092, -0.13668043823275314, -0.7166701625234625, -0.2348234153655977, -0.2348234153655977, -0.7166701625234625, 0.4603092735774525, -0.8667667471244408, -0.2348234153655977, -0.8667667471244408, -0.4553013511557151, -1.0323524569515528, -1.2152912431803788, -0.7166701625234625, -0.8667667471244408, -1.2152912431803788, -0.13668043823275314, -0.7166701625234625, -0.4553013511557151, -1.2152912431803788, -1.2152912431803788, -0.8667667471244408, -0.3406522556959762, -0.5801152751174021, 0.19599992951140527, -0.3406522556959762, -0.7166701625234625, -1.2152912431803788, -1.2152912431803788, 0.12044396754475095, -0.13668043823275314, -0.13668043823275314, -0.4553013511557151, -0.7166701625234625, 0.0402126749242785, -1.4168529808946773, -0.13668043823275314, -0.04526939880559582, -0.8667667471244408, -0.3406522556959762, -0.8667667471244408, -0.8667667471244408, -0.5801152751174021, -0.13668043823275314, 0.0402126749242785, -0.8667667471244408, -0.4553013511557151, -0.04526939880559582, -0.4553013511557151, -1.8721965014281092, -0.13668043823275314, -0.7166701625234625, -0.4553013511557151, 0.2673714159206125, -0.3406522556959762, -0.7166701625234625, -1.4168529808946773, -0.13668043823275314, -1.2152912431803788, -1.0323524569515528, -1.636801710044644, -0.7166701625234625, -0.8667667471244408, -0.3406522556959762, -0.13668043823275314, -0.13668043823275314, -0.4553013511557151, -1.2152912431803788, -0.7166701625234625, -0.13668043823275314, -1.4168529808946773, -1.2152912431803788, 0.2673714159206125, 0.0402126749242785, -0.8667667471244408, -0.2348234153655977, 0.2673714159206125, 0.0402126749242785, 0.0402126749242785, -0.13668043823275314, -0.3406522556959762, 0.4603092735774525, -0.5801152751174021, 0.12044396754475095, 0.19599992951140527, 0.0402126749242785, -1.2152912431803788, 0.0402126749242785, -0.5801152751174021, -0.8667667471244408, -0.7166701625234625, -0.2348234153655977, 0.12044396754475095, -0.7166701625234625, -1.4168529808946773, 0.19599992951140527, -1.636801710044644, -0.4553013511557151, 0.12044396754475095, 0.3991870983837472, -0.7166701625234625, -0.8667667471244408, 0.2673714159206125, -1.636801710044644, -1.4168529808946773, -1.4168529808946773, 0.3349794365051693, -0.8667667471244408, -1.2152912431803788, -1.2152912431803788, -0.4553013511557151, -0.2348234153655977, -0.3406522556959762, -1.2152912431803788, -0.8667667471244408, -0.3406522556959762, -0.5801152751174021, -0.7166701625234625, -1.4168529808946773, -0.4553013511557151, -0.3406522556959762, -0.3406522556959762, -0.04526939880559582, -0.7166701625234625, -1.0323524569515528, -0.4553013511557151, -0.4553013511557151, -0.7166701625234625, -0.7166701625234625, -1.4168529808946773, 0.0402126749242785, -1.0323524569515528, 0.0402126749242785, -0.4553013511557151, -1.4168529808946773, -0.5801152751174021, -0.04526939880559582, -0.04526939880559582, -0.7166701625234625, -1.0323524569515528, -0.7166701625234625, -1.636801710044644, -1.0323524569515528, -0.2348234153655977, -0.8667667471244408, -0.3406522556959762, -0.5801152751174021, -0.8667667471244408, -1.0323524569515528, 0.19599992951140527, -0.8667667471244408, -0.3406522556959762, -0.13668043823275314, -0.7166701625234625, -1.4168529808946773, -0.3406522556959762, -0.4553013511557151, -1.2152912431803788, -0.7166701625234625, -1.4168529808946773, -0.2348234153655977, 0.5743610756564828, -0.04526939880559582, -0.04526939880559582, 0.2673714159206125, -0.4553013511557151, -0.3406522556959762, -0.3406522556959762, -0.4553013511557151, 0.2673714159206125, 0.2673714159206125, -0.8667667471244408, 0.4603092735774525, -0.8667667471244408, -0.7166701625234625, -0.13668043823275314, -0.3406522556959762, -0.7166701625234625, -0.2348234153655977, -0.8667667471244408, -0.5801152751174021, -0.8667667471244408, -0.5801152751174021, 0.19599992951140527, -1.636801710044644, -0.13668043823275314, 1.8933317131721812, 0.0402126749242785, -0.7166701625234625, -0.8667667471244408, -0.2348234153655977, 0.12044396754475095, -0.5801152751174021, -1.0323524569515528, 0.19599992951140527, -0.8667667471244408, 0.0402126749242785, -0.5801152751174021, -0.4553013511557151, -0.4553013511557151, -0.2348234153655977, -1.0323524569515528, -1.4168529808946773, -0.5801152751174021, 0.12044396754475095, -0.5801152751174021, -0.04526939880559582, -1.2152912431803788, -1.636801710044644, -0.2348234153655977, -0.8667667471244408, -0.7166701625234625, -0.8667667471244408, -0.8667667471244408, -0.5801152751174021, -1.0323524569515528, -1.4168529808946773, -0.7166701625234625, -0.7166701625234625, -0.7166701625234625, -0.8667667471244408, -0.8667667471244408, 0.12044396754475095, -0.2348234153655977, -0.7166701625234625, -1.0323524569515528, -0.7166701625234625, -1.2152912431803788, 0.6277428628855488, -1.636801710044644, -0.4553013511557151, -1.4168529808946773, -0.13668043823275314, -0.4553013511557151, -0.5801152751174021, -0.4553013511557151, -0.04526939880559582, -1.0323524569515528, -0.7166701625234625, -0.5801152751174021, -1.0323524569515528, -0.3406522556959762, -0.4553013511557151, 0.12044396754475095, -0.5801152751174021, -0.5801152751174021, -1.0323524569515528, -0.8667667471244408, -1.8721965014281092, -0.8667667471244408, -0.04526939880559582, -0.7166701625234625, 0.19599992951140527, -0.8667667471244408, -0.5801152751174021, -0.3406522556959762, -1.0323524569515528, -0.13668043823275314, -0.8667667471244408, -0.7166701625234625, -0.2348234153655977, -0.5801152751174021, -0.3406522556959762, -0.04526939880559582, -0.5801152751174021, -0.2348234153655977, -0.5801152751174021, -0.7166701625234625, 0.19599992951140527, -0.2348234153655977, -0.7166701625234625, -1.2152912431803788, -0.2348234153655977, -1.4168529808946773, -0.13668043823275314, -0.2348234153655977, -0.04526939880559582, 0.12044396754475095, -1.0323524569515528, -0.13668043823275314, -0.13668043823275314, -0.3406522556959762, 0.2673714159206125, 0.0402126749242785, -0.7166701625234625, -0.2348234153655977, -1.0323524569515528, 0.12044396754475095, 0.0402126749242785, -0.4553013511557151, -0.4553013511557151, 1.2990169199162016, -0.3406522556959762, -0.2348234153655977, -0.7166701625234625, -0.2348234153655977, -1.2152912431803788, -0.7166701625234625, -0.8667667471244408, -0.13668043823275314, -0.8667667471244408, -0.5801152751174021, -0.5801152751174021, -0.4553013511557151, 0.19599992951140527, -1.0323524569515528, -1.2152912431803788, 0.2673714159206125, -1.4168529808946773, -1.2152912431803788, -1.2152912431803788, -0.13668043823275314, -0.13668043823275314, -0.2348234153655977, -0.7166701625234625, -1.2152912431803788, -0.7166701625234625, -0.4553013511557151, -0.7166701625234625, -0.3406522556959762, -1.0323524569515528, -0.04526939880559582, -0.3406522556959762, -0.2348234153655977, -1.2152912431803788, 0.8211283615934908, -1.4168529808946773, 0.12044396754475095, -0.7166701625234625, 0.2673714159206125, -0.7166701625234625, 0.2673714159206125, 0.19599992951140527, -0.7166701625234625, 0.0402126749242785, -1.2152912431803788, 0.0402126749242785, -0.7166701625234625, -0.3406522556959762, -0.3406522556959762, -0.7166701625234625, 0.0402126749242785, 0.2673714159206125, -0.04526939880559582, -0.13668043823275314, -0.4553013511557151, 0.0402126749242785, -0.7166701625234625, -0.7166701625234625, -1.2152912431803788, -0.5801152751174021, -0.04526939880559582, -1.4168529808946773, -1.0323524569515528, 1.3291650776810664, -0.5801152751174021, -0.7166701625234625, -0.8667667471244408, -1.0323524569515528, -0.8667667471244408, 0.12044396754475095, 0.19599992951140527, -1.0323524569515528, 0.0402126749242785, -0.7166701625234625, -1.0323524569515528, 0.0402126749242785, -0.3406522556959762, -0.8667667471244408, -0.5801152751174021, 0.8211283615934908, -0.7166701625234625, -0.7166701625234625, -0.3406522556959762, -0.8667667471244408, -1.636801710044644, 0.3349794365051693, 0.0402126749242785, -0.7166701625234625, -1.2152912431803788, 0.0402126749242785, -0.04526939880559582, 0.4603092735774525, 0.9487854460335748, -0.8667667471244408, -1.2152912431803788, -0.5801152751174021, -0.3406522556959762, 0.12044396754475095, -0.2348234153655977, -0.8667667471244408, -0.7166701625234625, -0.3406522556959762, -1.4168529808946773, -1.2152912431803788, -0.3406522556959762, -0.3406522556959762, 0.3349794365051693, -1.2152912431803788, 0.12044396754475095, -1.0323524569515528, -1.2152912431803788, -0.4553013511557151, -0.04526939880559582, 0.12044396754475095, -0.2348234153655977, -0.8667667471244408, -0.5801152751174021, -0.4553013511557151, -0.4553013511557151, -0.8667667471244408, -0.2348234153655977, -0.3406522556959762, -0.3406522556959762, 0.0402126749242785, -1.0323524569515528, -0.04526939880559582, -0.13668043823275314, -0.04526939880559582, -0.3406522556959762, -0.04526939880559582, -0.4553013511557151, -0.7166701625234625, -0.4553013511557151, -0.8667667471244408, 0.0402126749242785, -0.4553013511557151, -0.04526939880559582, -0.5801152751174021, -0.13668043823275314, 0.2673714159206125, -0.4553013511557151, -1.0323524569515528, -1.0323524569515528, -0.04526939880559582, -1.2152912431803788, -0.5801152751174021, -0.3406522556959762, -0.2348234153655977, -1.4168529808946773, -1.636801710044644, -0.04526939880559582, -0.13668043823275314, -0.3406522556959762, -0.5801152751174021, 0.19599992951140527, -0.3406522556959762, -0.8667667471244408, -0.04526939880559582, -0.13668043823275314, -1.0323524569515528, -0.5801152751174021, 0.12044396754475095, 0.7281577241089775, 0.12044396754475095, -0.2348234153655977, -0.3406522556959762, -0.2348234153655977, -1.2152912431803788, -0.2348234153655977, -0.3406522556959762, 0.0402126749242785, -0.8667667471244408, 0.19599992951140527, -0.8667667471244408, -0.7166701625234625, 0.6277428628855488, -0.7166701625234625, -0.5801152751174021, -0.5801152751174021, -1.2152912431803788, -0.5801152751174021, -0.8667667471244408, -1.4168529808946773, -0.3406522556959762, -1.0323524569515528, -0.5801152751174021, -0.2348234153655977, -0.7166701625234625, -0.3406522556959762, -1.2152912431803788, -0.8667667471244408, 0.12044396754475095, 0.3349794365051693, -0.8667667471244408, 0.9885922339674432, -0.4553013511557151, -0.5801152751174021, -0.04526939880559582, 0.12044396754475095, -0.7166701625234625, -0.3406522556959762, -0.04526939880559582, 0.0402126749242785, -0.5801152751174021, -0.7166701625234625, -0.8667667471244408, -1.2152912431803788, -0.7166701625234625, -0.3406522556959762, -0.4553013511557151, -0.7166701625234625, -0.5801152751174021, -0.7166701625234625, 0.3991870983837472, -0.8667667471244408, -0.5801152751174021, -0.8667667471244408, -0.2348234153655977, -0.7166701625234625, -0.7166701625234625, -0.3406522556959762, 0.2673714159206125, -0.2348234153655977, -0.2348234153655977, -0.7166701625234625, -0.7166701625234625, -0.2348234153655977, -0.13668043823275314, 0.19599992951140527, -0.5801152751174021, -0.04526939880559582, -0.4553013511557151, -1.4168529808946773, -0.8667667471244408, 0.5186204417657941, -0.04526939880559582, -0.3406522556959762, -0.4553013511557151, -1.0323524569515528, 0.5186204417657941, -0.3406522556959762, -1.2152912431803788, -0.8667667471244408, 0.3991870983837472, -1.4168529808946773, 1.0645819157083665, 4.1391906524005755, -1.0323524569515528, -0.8667667471244408, 0.0402126749242785, -1.0323524569515528, 0.5743610756564828, 0.2673714159206125, -0.5801152751174021, -0.8667667471244408, 0.0402126749242785, 0.19599992951140527, -0.5801152751174021, -0.8667667471244408, -0.4553013511557151, -0.4553013511557151, -0.5801152751174021, -1.636801710044644, -0.4553013511557151, 0.0402126749242785, -0.13668043823275314, -1.2152912431803788, 0.2673714159206125, 0.19599992951140527, -0.3406522556959762, 0.9487854460335748, -0.7166701625234625, -0.04526939880559582, -0.8667667471244408, -0.3406522556959762, -0.8667667471244408, -0.2348234153655977, -0.4553013511557151, -0.8667667471244408, 0.0402126749242785, -0.2348234153655977, 0.12044396754475095, -0.4553013511557151, -0.04526939880559582, 0.19599992951140527, -0.04526939880559582, -0.7166701625234625, -1.636801710044644, -1.0323524569515528, -0.2348234153655977, -0.8667667471244408, -0.7166701625234625, -0.2348234153655977, -1.2152912431803788, 0.12044396754475095, -0.04526939880559582, -0.4553013511557151, -0.7166701625234625, -0.2348234153655977, -0.2348234153655977, -0.4553013511557151, -0.8667667471244408, -0.3406522556959762, -0.3406522556959762, -0.13668043823275314, -0.5801152751174021, -1.0323524569515528, -0.04526939880559582, 0.0402126749242785, -0.13668043823275314, 2.132711518903327, -0.7166701625234625, 0.12044396754475095, -0.2348234153655977, -1.2152912431803788, -1.2152912431803788, -0.3406522556959762, -1.4168529808946773, 0.0402126749242785, 0.2673714159206125, -0.2348234153655977, -0.5801152751174021, 0.5743610756564828, -0.8667667471244408, -0.2348234153655977, -0.3406522556959762, -0.13668043823275314, -0.8667667471244408, -0.04526939880559582, 0.3349794365051693, 0.0402126749242785, 0.0402126749242785, -0.8667667471244408, 0.19599992951140527, 0.4603092735774525, -0.7166701625234625, -0.7166701625234625, -0.2348234153655977, 0.2673714159206125, -0.13668043823275314, -0.4553013511557151, -0.04526939880559582, -0.2348234153655977, 0.6789529973841238, -0.3406522556959762, -1.0323524569515528, -0.4553013511557151, -0.4553013511557151, -0.7166701625234625, -0.13668043823275314, -1.0323524569515528, -0.5801152751174021, -0.04526939880559582, -0.04526939880559582, 0.4603092735774525, -0.7166701625234625, 0.3349794365051693, -0.04526939880559582, 0.0402126749242785, -0.13668043823275314, -0.7166701625234625, -0.2348234153655977, -0.04526939880559582, -0.3406522556959762, -0.7166701625234625, 0.2673714159206125, 0.12044396754475095, -0.5801152751174021, -0.5801152751174021, 0.2673714159206125, -0.2348234153655977, 0.2673714159206125, -0.13668043823275314, -0.2348234153655977, -0.2348234153655977, -0.13668043823275314, -0.7166701625234625, 0.12044396754475095, -1.2152912431803788, 0.12044396754475095, -0.4553013511557151, 0.12044396754475095, -0.8667667471244408, -0.3406522556959762, -0.8667667471244408, -0.3406522556959762, -0.13668043823275314, 0.2673714159206125, -0.8667667471244408, -0.04526939880559582, 1.0645819157083665, -0.04526939880559582, 0.0402126749242785, -0.13668043823275314, -0.13668043823275314, -0.04526939880559582, -0.04526939880559582, 0.12044396754475095, -0.2348234153655977, -0.13668043823275314, -0.8667667471244408, -0.7166701625234625, -0.2348234153655977, -0.04526939880559582, -0.04526939880559582, -0.7166701625234625, -0.13668043823275314, -0.7166701625234625, -1.4168529808946773, -0.4553013511557151, -0.2348234153655977, -0.5801152751174021, -0.7166701625234625, -1.2152912431803788, 0.5186204417657941, -0.5801152751174021, 0.0402126749242785, -0.2348234153655977, -0.04526939880559582, -0.7166701625234625, -0.7166701625234625, 0.6277428628855488, -1.0323524569515528, -0.04526939880559582, -0.13668043823275314, -0.4553013511557151, 0.6277428628855488, -0.04526939880559582, -0.3406522556959762, 0.19599992951140527, -0.5801152751174021, -0.4553013511557151, 0.12044396754475095, -0.3406522556959762, -0.7166701625234625, -0.4553013511557151, 0.5186204417657941, -0.8667667471244408, 0.12044396754475095, -1.0323524569515528, -0.3406522556959762, -1.2152912431803788, 0.12044396754475095, -0.4553013511557151, -0.7166701625234625, -0.4553013511557151, -0.8667667471244408, -0.7166701625234625, -0.3406522556959762, -0.8667667471244408, -0.8667667471244408, 0.12044396754475095, 0.0402126749242785, 0.6789529973841238, -0.13668043823275314, -1.0323524569515528, 0.9487854460335748, 0.12044396754475095, -1.2152912431803788, 0.3349794365051693, -0.5801152751174021, -0.3406522556959762, -0.13668043823275314, -0.7166701625234625, -0.04526939880559582, -0.5801152751174021, -1.636801710044644, 0.4603092735774525, -0.8667667471244408, -0.4553013511557151, -0.2348234153655977, 0.4603092735774525, -0.2348234153655977, -0.4553013511557151, -0.13668043823275314, -0.4553013511557151, -0.04526939880559582, -0.2348234153655977, 0.3991870983837472, -0.2348234153655977, -1.4168529808946773, -0.8667667471244408, 0.19599992951140527, -0.2348234153655977, -0.2348234153655977, -0.5801152751174021, 1.0271666779957134, 0.12044396754475095, -0.7166701625234625, -1.2152912431803788, -0.8667667471244408, -0.4553013511557151, -0.4553013511557151, 0.3349794365051693, 0.19599992951140527, -0.7166701625234625, -0.2348234153655977, -0.5801152751174021, 0.2673714159206125, -0.7166701625234625, 4.491555994346537, -0.5801152751174021, -1.636801710044644, -0.8667667471244408, -0.4553013511557151, -0.5801152751174021, -0.7166701625234625, -0.3406522556959762, -0.3406522556959762, -0.04526939880559582, 0.0402126749242785, -0.3406522556959762, -1.0323524569515528, -0.7166701625234625, -0.04526939880559582, -0.13668043823275314, 0.2673714159206125, -0.04526939880559582, -0.13668043823275314, -1.2152912431803788, -0.2348234153655977, -0.7166701625234625, -0.04526939880559582, -0.2348234153655977, -0.8667667471244408, -0.3406522556959762, -0.2348234153655977, -0.5801152751174021, -0.4553013511557151, -0.5801152751174021, -0.04526939880559582, -0.2348234153655977, -0.5801152751174021, -0.2348234153655977, -0.5801152751174021, -0.7166701625234625, -0.8667667471244408, -0.7166701625234625, 0.0402126749242785, 0.12044396754475095, -0.13668043823275314, -0.5801152751174021, -0.3406522556959762, 0.12044396754475095, -0.2348234153655977, -0.5801152751174021, -0.4553013511557151, -0.2348234153655977, -0.2348234153655977, 0.3349794365051693, -0.2348234153655977, -0.2348234153655977, -0.2348234153655977, 0.3991870983837472, -0.7166701625234625, 0.19599992951140527, -0.13668043823275314, -0.13668043823275314, -0.7166701625234625, 0.3349794365051693, 0.2673714159206125, 0.0402126749242785, -0.3406522556959762, -1.2152912431803788, -0.13668043823275314, 1.9842504213950547, -0.13668043823275314, -0.7166701625234625, 0.0402126749242785, -1.2152912431803788, 0.3349794365051693, -0.4553013511557151, 0.7281577241089775, -0.13668043823275314, -0.13668043823275314, -0.13668043823275314, -1.0323524569515528, -0.8667667471244408, -0.13668043823275314, -0.7166701625234625, -0.5801152751174021, -0.8667667471244408, 0.3349794365051693, 0.19599992951140527, -0.8667667471244408, -0.7166701625234625, -0.5801152751174021, -0.3406522556959762, -0.13668043823275314, -0.5801152751174021, -0.2348234153655977, -0.4553013511557151, -0.7166701625234625, -0.5801152751174021, 0.12044396754475095, -0.3406522556959762, -0.3406522556959762, -0.5801152751174021, -0.04526939880559582, -0.4553013511557151, -0.04526939880559582, -0.3406522556959762, -0.04526939880559582, -0.7166701625234625, -0.2348234153655977, -0.5801152751174021, 0.3349794365051693, -1.2152912431803788, 0.0402126749242785, 4.288131805057467, -0.5801152751174021, -0.8667667471244408, 0.12044396754475095, -1.2152912431803788, -0.04526939880559582, -0.5801152751174021, -0.3406522556959762, 0.3349794365051693, 0.19599992951140527, -0.4553013511557151, -0.13668043823275314, -0.3406522556959762, -0.3406522556959762, -0.13668043823275314, -0.5801152751174021, 0.12044396754475095, -1.2152912431803788, 0.7281577241089775, 0.0402126749242785, -1.0323524569515528, 0.19599992951140527, -0.2348234153655977, -0.3406522556959762, -0.13668043823275314, -0.5801152751174021, -0.5801152751174021, -0.3406522556959762, -0.13668043823275314, -0.2348234153655977, 0.0402126749242785, -0.2348234153655977, 0.2673714159206125, 0.8651461629907866, 0.0402126749242785, 0.19599992951140527, -1.8721965014281092, -0.4553013511557151, -0.04526939880559582, -1.0323524569515528, -0.04526939880559582, 0.0402126749242785, -0.2348234153655977, -0.7166701625234625, -0.2348234153655977, -0.8667667471244408, -0.5801152751174021, -0.8667667471244408, 0.0402126749242785, -0.8667667471244408, 0.0402126749242785, 1.2681173335555471, 4.837999816149392, -0.5801152751174021, -0.5801152751174021, 0.0402126749242785, -0.4553013511557151, -0.2348234153655977, -1.2152912431803788, 0.19599992951140527, -0.13668043823275314, 0.12044396754475095, 0.6789529973841238, -0.8667667471244408, -0.13668043823275314, -0.8667667471244408, 0.0402126749242785, -0.13668043823275314, 0.3349794365051693, -0.2348234153655977, -0.8667667471244408, -0.5801152751174021, -1.0323524569515528, -0.4553013511557151, -0.2348234153655977, -1.4168529808946773, 0.0402126749242785, -0.2348234153655977, 0.3349794365051693, -0.3406522556959762, -0.3406522556959762, -0.04526939880559582, 0.6789529973841238, 0.5743610756564828, -0.2348234153655977, -0.5801152751174021, -0.04526939880559582, -0.13668043823275314, -0.3406522556959762, -0.2348234153655977, 0.2673714159206125, -0.5801152751174021, -0.2348234153655977, 0.2673714159206125, -0.7166701625234625, -0.4553013511557151, -1.2152912431803788, -0.13668043823275314, 0.19599992951140527, -0.5801152751174021, -0.13668043823275314, 0.0402126749242785, 0.19599992951140527, -0.04526939880559582, -0.5801152751174021, -0.8667667471244408, 0.6277428628855488, -1.0323524569515528, -1.0323524569515528, -0.04526939880559582, -0.04526939880559582, 0.19599992951140527, -0.2348234153655977, -0.5801152751174021, 0.0402126749242785, 0.0402126749242785, -0.7166701625234625, -0.4553013511557151, 0.3349794365051693, -0.4553013511557151, 0.5186204417657941, -0.3406522556959762, 4.605055585927602, -0.7166701625234625, 0.9885922339674432, -1.0323524569515528, -0.2348234153655977, 0.5186204417657941, -0.7166701625234625, -1.0323524569515528, -1.2152912431803788, -0.4553013511557151, 0.4603092735774525, 0.4603092735774525, 0.7281577241089775, 0.6277428628855488, -1.636801710044644, -0.5801152751174021, 0.3349794365051693, -0.2348234153655977, -0.3406522556959762, -0.5801152751174021, -0.7166701625234625, 0.0402126749242785, -0.8667667471244408, 0.0402126749242785, -0.4553013511557151, -0.13668043823275314, -0.4553013511557151, 0.12044396754475095, 0.0402126749242785, -0.13668043823275314, 0.3991870983837472, -0.5801152751174021, -0.5801152751174021, -1.2152912431803788, 0.8211283615934908, -1.2152912431803788, 0.2673714159206125, 0.3349794365051693, -0.4553013511557151, -0.04526939880559582, 0.0402126749242785, 0.19599992951140527, 0.19599992951140527, -0.4553013511557151, 0.3991870983837472, 0.0402126749242785, 0.5743610756564828, -0.04526939880559582, 0.19599992951140527, -1.2152912431803788, -1.0323524569515528, 0.6277428628855488, 0.2673714159206125, 0.5186204417657941, 0.6277428628855488, -0.3406522556959762, -0.13668043823275314, -0.04526939880559582, 0.19599992951140527, 0.2673714159206125, 0.3991870983837472, -0.2348234153655977, -1.2152912431803788, -0.7166701625234625, 0.3991870983837472, 0.5743610756564828, -0.8667667471244408, 0.3349794365051693, -0.7166701625234625, 0.19599992951140527, -0.5801152751174021, -0.5801152751174021, -0.04526939880559582, -0.04526939880559582, -0.04526939880559582, -0.5801152751174021, 0.2673714159206125, 4.687702408432977, 0.0402126749242785, -0.3406522556959762, -0.3406522556959762, -1.0323524569515528, 0.5743610756564828, -0.13668043823275314, 0.5743610756564828, 0.19599992951140527, 0.2673714159206125, 0.2673714159206125, 0.2673714159206125, 0.0402126749242785, -0.3406522556959762, 0.0402126749242785, -0.2348234153655977, -0.13668043823275314, -0.5801152751174021, -0.2348234153655977, 0.0402126749242785, -0.13668043823275314, 0.19599992951140527, 0.3991870983837472, -0.13668043823275314, 0.19599992951140527, -0.4553013511557151, 0.0402126749242785, -0.4553013511557151, -0.3406522556959762, -1.0323524569515528, 0.12044396754475095, -0.7166701625234625, 0.12044396754475095, -0.5801152751174021, 0.3349794365051693, 0.5743610756564828, 0.12044396754475095, 0.3349794365051693, -1.0323524569515528, -0.04526939880559582, -0.2348234153655977, 0.3991870983837472, -1.636801710044644, -0.13668043823275314, 0.12044396754475095, 0.3349794365051693, -0.4553013511557151, 0.6277428628855488, 0.3349794365051693, 1.5960596477072737, -0.3406522556959762, 0.0402126749242785, -0.5801152751174021, 0.0402126749242785, 0.7755052822482928, -0.3406522556959762, -0.13668043823275314, -0.3406522556959762, 0.2673714159206125, 0.3349794365051693, -1.2152912431803788, -0.13668043823275314, 0.0402126749242785, 0.12044396754475095, 0.3991870983837472, -1.636801710044644, -0.13668043823275314, -0.2348234153655977, -0.13668043823275314, 0.6277428628855488, 0.6789529973841238, -0.13668043823275314, -0.3406522556959762, 0.0402126749242785, 0.19599992951140527, -0.5801152751174021, 0.0402126749242785, -0.2348234153655977, -0.3406522556959762, -0.5801152751174021, 0.2673714159206125, 0.0402126749242785, -0.3406522556959762, 3.0303353943074356, -1.2152912431803788, 0.4603092735774525, -0.4553013511557151, -0.2348234153655977, 0.3349794365051693, -1.2152912431803788, 1.5718168126409615, -0.3406522556959762, -0.2348234153655977, -0.8667667471244408, -0.2348234153655977, -1.0323524569515528, -0.13668043823275314, -0.4553013511557151, -0.13668043823275314, 1.1361967560090735, 0.5743610756564828, -0.04526939880559582, 0.2673714159206125, 1.3291650776810664, 0.2673714159206125, -0.04526939880559582, -0.5801152751174021, -0.8667667471244408, 0.3349794365051693, -0.2348234153655977, 0.3349794365051693, -0.8667667471244408, -0.5801152751174021, -0.8667667471244408, -0.04526939880559582, -0.4553013511557151, -0.5801152751174021, 0.0402126749242785, 0.2673714159206125, 0.6277428628855488, 0.12044396754475095, -0.3406522556959762, 0.0402126749242785, 0.12044396754475095, 0.0402126749242785, -0.13668043823275314, -0.7166701625234625, -0.4553013511557151, -0.4553013511557151, 0.12044396754475095, -0.04526939880559582, -0.13668043823275314, -0.4553013511557151, -0.04526939880559582, -0.5801152751174021, -0.3406522556959762, -0.2348234153655977, 0.2673714159206125, 0.0402126749242785, 1.835380279651305, 0.2673714159206125, 1.1705140304995731, -0.4553013511557151, -0.13668043823275314, 0.0402126749242785, -0.8667667471244408, 0.19599992951140527, 0.12044396754475095, -0.4553013511557151, 0.0402126749242785, -0.2348234153655977, 0.12044396754475095, -0.4553013511557151, 0.3349794365051693, 0.12044396754475095, -1.4168529808946773, -0.13668043823275314, -0.04526939880559582, -1.0323524569515528, 0.3349794365051693, 0.3349794365051693, 1.0271666779957134, 0.7281577241089775, 0.2673714159206125, -1.0323524569515528, 0.3991870983837472, -1.0323524569515528, 2.434463390980964, -0.7166701625234625, -0.4553013511557151, -0.04526939880559582, -0.5801152751174021, 0.19599992951140527, 0.0402126749242785, -0.7166701625234625, 0.2673714159206125, -0.4553013511557151, -0.5801152751174021, 0.6277428628855488, 0.3349794365051693, -0.5801152751174021, -0.4553013511557151, -0.5801152751174021, -0.5801152751174021, -0.5801152751174021, 0.19599992951140527, 0.3991870983837472, 0.3349794365051693, 0.5186204417657941, -0.7166701625234625, 0.3991870983837472, 1.3873463644352897, -1.0323524569515528, -0.3406522556959762, 4.660101271263417, 0.3349794365051693, 0.2673714159206125, 0.3991870983837472, -0.7166701625234625, -0.3406522556959762, -0.7166701625234625, 4.831078956330353, -0.04526939880559582, -0.7166701625234625, -0.04526939880559582, -0.7166701625234625, -0.04526939880559582, 0.7281577241089775, -0.5801152751174021, 0.3991870983837472, -0.7166701625234625, 0.3991870983837472, 0.12044396754475095, 4.484677188441513, -0.7166701625234625, 0.0402126749242785, 2.0524485517721267, -1.4168529808946773, -0.04526939880559582, -0.04526939880559582, -0.2348234153655977, 0.2673714159206125, -0.13668043823275314, -0.7166701625234625, 0.8651461629907866, -0.04526939880559582, 0.3991870983837472, 4.824118942047542, -0.5801152751174021, 0.12044396754475095, 1.8933317131721812, 0.19599992951140527, 0.4603092735774525, -0.13668043823275314, 0.3349794365051693, 0.8211283615934908, 0.4603092735774525, -0.2348234153655977, -0.5801152751174021, 0.12044396754475095, 0.4603092735774525, -1.4168529808946773, 0.4603092735774525, 1.2364282248239806, -0.04526939880559582, 2.9999727571370713, 0.4603092735774525, -0.3406522556959762, 0.8651461629907866, 0.3991870983837472, -0.4553013511557151, 0.19599992951140527, 2.1481555460566018, -0.13668043823275314, -0.2348234153655977, -0.4553013511557151, 0.2673714159206125, -0.4553013511557151, 0.6789529973841238, 0.0402126749242785, 0.9885922339674432, 0.8651461629907866, 0.7755052822482928, 0.19599992951140527, 0.0402126749242785, 4.312174345341661, -0.04526939880559582, 0.19599992951140527, 0.2673714159206125, 4.579777335263829, -0.04526939880559582, 0.4603092735774525, -0.8667667471244408, -0.3406522556959762, -1.0323524569515528, -0.7166701625234625, 4.547431140060291, 0.6789529973841238, 0.4603092735774525, 1.1705140304995731, 0.4603092735774525, 0.0402126749242785, -0.7166701625234625, 1.0271666779957134, -0.3406522556959762, 0.12044396754475095, 0.4603092735774525, -0.3406522556959762, -0.3406522556959762, 0.0402126749242785, -0.04526939880559582, 0.0402126749242785, 0.2673714159206125, -0.4553013511557151, 0.2673714159206125, -0.3406522556959762, 1.3291650776810664, 3.217752946678009, -0.5801152751174021, 0.5743610756564828, 0.7281577241089775, -0.5801152751174021, 0.5743610756564828, 0.19599992951140527, 2.4222375163241816, -0.4553013511557151, 3.897747788976693, 0.12044396754475095, 0.19599992951140527, -0.2348234153655977, 0.4603092735774525, -0.04526939880559582, 0.4603092735774525, -0.04526939880559582, 0.5186204417657941, 0.7755052822482928, -0.13668043823275314, 0.19599992951140527, -0.3406522556959762, 0.12044396754475095, 2.800155600287522, 0.3991870983837472, -0.3406522556959762, 0.9076661352099548, -0.04526939880559582, 0.3991870983837472, 0.3991870983837472, 0.2673714159206125, 0.0402126749242785, -0.13668043823275314, 2.8091621277123062, 0.9885922339674432, -0.2348234153655977, -0.04526939880559582, -0.4553013511557151, 0.5186204417657941, 1.6431638668800916, 0.3991870983837472, 0.3349794365051693, 0.2673714159206125, 1.0271666779957134, 0.6789529973841238, 0.6277428628855488, -0.3406522556959762, -1.4168529808946773, -0.7166701625234625, -0.5801152751174021, 0.3349794365051693, -0.5801152751174021, 0.19599992951140527, 0.3349794365051693, -0.2348234153655977, 0.5743610756564828, 4.540858579982047, 1.0271666779957134, 0.5743610756564828, -0.3406522556959762, -0.04526939880559582, -0.2348234153655977, 0.4603092735774525, 0.12044396754475095, -0.7166701625234625, 0.2673714159206125, 0.19599992951140527, 0.3991870983837472, -0.2348234153655977, 1.0271666779957134, 0.19599992951140527, 0.2673714159206125, 0.4603092735774525, 0.5186204417657941, 0.3349794365051693, 0.12044396754475095, -0.3406522556959762, 0.2673714159206125, 0.5743610756564828, 0.0402126749242785, 0.6277428628855488, -0.3406522556959762, 0.5743610756564828, 0.6789529973841238, -0.2348234153655977, -0.13668043823275314, 0.0402126749242785, 0.4603092735774525, 0.8211283615934908, 1.4154432634490346, -0.5801152751174021, 2.2928019335562486, 0.19599992951140527, 0.0402126749242785, -0.7166701625234625, 0.5743610756564828, 0.5186204417657941, 0.8211283615934908, -0.13668043823275314, -0.3406522556959762, 0.5186204417657941, -0.4553013511557151, 0.4603092735774525, 0.8211283615934908, -0.04526939880559582, -1.2152912431803788, 0.4603092735774525, 1.5718168126409615, -0.8667667471244408, -0.2348234153655977, 0.0402126749242785, 0.6277428628855488, -0.13668043823275314, 0.12044396754475095, 0.0402126749242785, 0.6789529973841238, 0.2673714159206125, 0.4603092735774525, 1.6198361584337369, 0.2673714159206125, 0.0402126749242785, 0.9885922339674432, -0.04526939880559582, -0.13668043823275314, -0.13668043823275314, 1.2364282248239806, 0.19599992951140527, 0.19599992951140527, 0.19599992951140527, 0.19599992951140527, 1.0645819157083665, -0.2348234153655977, -0.8667667471244408, 0.3991870983837472, -0.13668043823275314, 0.12044396754475095, -0.13668043823275314, 0.12044396754475095, 0.12044396754475095, 0.12044396754475095, 0.2673714159206125, 0.4603092735774525, 0.7281577241089775, -0.04526939880559582, 0.5186204417657941, 0.12044396754475095, 0.2673714159206125, 0.19599992951140527, 0.7755052822482928, 0.7755052822482928, -0.4553013511557151, 0.6277428628855488, 0.5186204417657941, -0.13668043823275314, 4.600878448864936, 0.2673714159206125, -0.3406522556959762, -0.7166701625234625, 0.8651461629907866, -0.7166701625234625, 0.2673714159206125, 0.19599992951140527, 0.5743610756564828, 0.3349794365051693, 3.4137572435624106, -0.13668043823275314, -0.4553013511557151, 0.3991870983837472, -0.4553013511557151, 0.4603092735774525, 0.5743610756564828, 0.12044396754475095, 0.0402126749242785, 0.5186204417657941, 0.4603092735774525, 0.8211283615934908, -1.4168529808946773, -0.5801152751174021, 0.6789529973841238, 0.2673714159206125, 0.6277428628855488, 0.4603092735774525, -0.13668043823275314, -1.2152912431803788, 0.2673714159206125, 4.6440466344838205, 0.7755052822482928, 5.0, 0.4603092735774525, 3.912479368346248, 0.9885922339674432, 0.5186204417657941, 0.7755052822482928, 0.5743610756564828, 0.5743610756564828, 0.12044396754475095, -0.4553013511557151, 0.3349794365051693, 1.2039085547277395, -0.4553013511557151, 0.7281577241089775, 0.4603092735774525, 0.5743610756564828, 0.19599992951140527, -0.3406522556959762, 0.5186204417657941, -0.13668043823275314, 1.5718168126409615, 0.8211283615934908, -0.04526939880559582, -0.3406522556959762, -0.2348234153655977, 2.735194540306546, 0.19599992951140527, 1.1361967560090735, -0.3406522556959762, 0.2673714159206125, 0.7281577241089775, 0.0402126749242785, 2.085183411257824, 0.3349794365051693, 4.9165309354286775, 0.2673714159206125, -0.5801152751174021, 0.7281577241089775, 0.4603092735774525, 1.0645819157083665, 0.6789529973841238, 1.3873463644352897, 0.3991870983837472, -0.2348234153655977, 0.6789529973841238, -0.5801152751174021, 0.2673714159206125, 0.12044396754475095, 0.4603092735774525, -0.3406522556959762, 2.3720831708891614, 0.9487854460335748, 0.12044396754475095, 0.19599992951140527, -0.13668043823275314, 0.5743610756564828, 0.4603092735774525, 0.6277428628855488, 0.12044396754475095, 2.3974155862196493, 0.2673714159206125, 3.3971740779802237, 0.2673714159206125, 2.572424414869565, -0.4553013511557151, 0.19599992951140527, 0.6277428628855488, 0.9487854460335748, 2.458556993920454, 0.7755052822482928, 0.9487854460335748, 0.12044396754475095, 0.7755052822482928, 0.6277428628855488, 0.3991870983837472, 2.035749340311809, 0.3991870983837472, 0.0402126749242785, -0.7166701625234625, 1.2364282248239806, -0.5801152751174021, -0.5801152751174021, 1.5218567915981422, 0.6789529973841238, 0.6789529973841238, 0.7281577241089775, 0.5186204417657941, 1.0271666779957134, 2.8532320839965952, 0.5186204417657941, 0.8211283615934908, 0.3349794365051693, -0.13668043823275314, 1.9842504213950547, 2.1634084589843074, 0.8651461629907866, 0.0402126749242785, 1.358597228524452, 0.0402126749242785, -0.2348234153655977, 0.19599992951140527, 0.4603092735774525, 1.2681173335555471, 0.7755052822482928, 0.6277428628855488, -1.0323524569515528, 0.19599992951140527, -0.3406522556959762, 0.5186204417657941, 0.7755052822482928, -0.13668043823275314, 0.5743610756564828, 0.0402126749242785, 0.12044396754475095, -0.7166701625234625, 0.4603092735774525, 0.2673714159206125, -0.04526939880559582, 0.19599992951140527, 2.4704293272570603, 1.1009048344953016, 0.7755052822482928, 0.8651461629907866, 0.19599992951140527, 1.4154432634490346, 3.2432418861821177, 0.9076661352099548, 0.5743610756564828, 1.4154432634490346, 2.208066312656067, 0.3349794365051693, 2.035749340311809, 1.2364282248239806, 0.2673714159206125, -0.8667667471244408, 1.1009048344953016, 0.12044396754475095, 0.9076661352099548, 0.6277428628855488, 1.1009048344953016, 0.6789529973841238, -0.13668043823275314, 1.2364282248239806, 0.6277428628855488, 0.7281577241089775, 0.12044396754475095, 2.1634084589843074, 0.9487854460335748, 0.0402126749242785, 0.19599992951140527, -0.3406522556959762, 0.3349794365051693, 0.9487854460335748, 0.5186204417657941, -0.13668043823275314, 0.12044396754475095, -0.3406522556959762, 0.4603092735774525, 0.9885922339674432, 0.4603092735774525, 0.8211283615934908, 2.0524485517721267, 0.7755052822482928, -0.3406522556959762, 0.7281577241089775, 1.4960990122219164, 1.0271666779957134, -0.3406522556959762, -0.2348234153655977, 3.4192356713629195, 0.19599992951140527, 0.0402126749242785, 0.3991870983837472, -0.13668043823275314, 0.2673714159206125, 0.3991870983837472, 0.3349794365051693, 0.4603092735774525, 0.2673714159206125, -0.13668043823275314, 0.7281577241089775, 1.0271666779957134, 0.6277428628855488, -0.7166701625234625, 2.4098890744829498, -0.04526939880559582, 0.5186204417657941, 0.12044396754475095, 0.6277428628855488, 0.8651461629907866, 0.5186204417657941, 0.3991870983837472, 0.2673714159206125, -0.2348234153655977, 3.2926886111566067, 0.5186204417657941, -0.5801152751174021, 0.3991870983837472, -0.2348234153655977, 0.5743610756564828, 1.1361967560090735, 0.3991870983837472, 0.12044396754475095, 1.1705140304995731, 1.1705140304995731, -0.3406522556959762, 0.9487854460335748, 1.0645819157083665, 0.7755052822482928, 0.5743610756564828, 1.7536198052640344, 0.7755052822482928, 0.3349794365051693, -0.13668043823275314, 0.6789529973841238, 0.4603092735774525, 0.4603092735774525, 1.1361967560090735, 0.2673714159206125, 1.2681173335555471, -0.4553013511557151, 0.19599992951140527, 0.19599992951140527, 2.434463390980964, 0.12044396754475095, 0.19599992951140527, -0.2348234153655977, -0.3406522556959762, 0.2673714159206125, 1.1009048344953016, 1.5960596477072737, 1.2039085547277395, 0.19599992951140527, -0.2348234153655977, -0.4553013511557151, 0.4603092735774525, 0.3349794365051693, 0.3349794365051693, 0.6789529973841238, 2.333080183146209, 2.5053747227118444, 0.3991870983837472, 0.3349794365051693, -0.5801152751174021, 0.7281577241089775, 2.001656776208653, -0.3406522556959762, 0.0402126749242785, 1.1361967560090735, 1.6431638668800916, 0.5743610756564828, 0.12044396754475095, 0.2673714159206125, 1.4960990122219164, 0.6277428628855488, 0.5186204417657941, 0.7281577241089775, 0.3349794365051693, 0.7755052822482928, 0.4603092735774525, 0.7281577241089775, 0.7281577241089775, 0.7281577241089775, -0.13668043823275314, 0.3349794365051693, -0.3406522556959762, 0.6277428628855488, 1.7745731447698712, -0.5801152751174021, 0.3349794365051693, 0.4603092735774525, 2.583252837309491, -0.04526939880559582, 0.0402126749242785, 0.5743610756564828, 0.19599992951140527, 0.2673714159206125, -0.3406522556959762, 0.3991870983837472, 0.3991870983837472, 1.7745731447698712, 0.0402126749242785, -0.4553013511557151, 1.1361967560090735, 0.5743610756564828, 0.12044396754475095, -0.4553013511557151, 0.4603092735774525, 1.2364282248239806, 1.7951768015022191, 0.9076661352099548, 0.4603092735774525, 0.4603092735774525, -0.7166701625234625, -0.4553013511557151, 0.7281577241089775, -0.13668043823275314, -0.5801152751174021, 0.0402126749242785, -0.5801152751174021, 0.6789529973841238, -0.13668043823275314, 0.0402126749242785, 0.12044396754475095, 1.3291650776810664, 1.2039085547277395, 0.6277428628855488, -0.4553013511557151, 0.9076661352099548, 0.2673714159206125, 2.791082693481284, 0.0402126749242785, 0.2673714159206125, -0.3406522556959762, -0.13668043823275314, -0.4553013511557151, 1.2990169199162016, 0.2673714159206125, 1.0271666779957134, 1.0271666779957134, 2.895778676609905, 0.12044396754475095, 0.5743610756564828, 1.2364282248239806, 0.7755052822482928, 0.3349794365051693, 1.0645819157083665, 0.2673714159206125, 0.3349794365051693, 0.3991870983837472, 1.5218567915981422, -0.2348234153655977, 0.5743610756564828, 0.3349794365051693, 1.835380279651305, 0.6789529973841238, -0.4553013511557151, 0.3991870983837472, 0.7281577241089775, 0.4603092735774525, 1.3873463644352897, -0.13668043823275314, -0.04526939880559582, -0.13668043823275314, -0.8667667471244408, 0.3991870983837472, 0.4603092735774525, -0.13668043823275314, 0.0402126749242785, -0.2348234153655977, 0.7281577241089775, 0.7281577241089775, 0.6789529973841238, 0.6789529973841238, -0.04526939880559582, 1.2364282248239806, 0.6789529973841238, 0.9487854460335748, 0.12044396754475095, 0.3991870983837472, 0.3991870983837472, 0.7281577241089775, 0.8651461629907866, 0.5186204417657941, 1.0271666779957134, 0.6789529973841238, -0.2348234153655977, -0.13668043823275314, 2.208066312656067, 0.8211283615934908, 1.4429166821190975, -0.13668043823275314, -0.13668043823275314, 2.5393558391252298, -0.2348234153655977, 1.8154422163652792, -0.3406522556959762, -0.04526939880559582, -0.2348234153655977, 0.9487854460335748, 0.6277428628855488, -0.2348234153655977, 0.5743610756564828, 0.5186204417657941, 0.5743610756564828, 0.19599992951140527, 0.3349794365051693, 0.5743610756564828, 1.0271666779957134, 0.3991870983837472, 0.12044396754475095, -0.4553013511557151, 1.1009048344953016, -0.4553013511557151, 1.1361967560090735, -0.04526939880559582, 0.5186204417657941, 0.2673714159206125, 0.9076661352099548, 0.3991870983837472, 1.1705140304995731, 0.12044396754475095, 3.467473931005216, 0.8651461629907866, -0.3406522556959762, 0.5186204417657941, -0.13668043823275314, -0.3406522556959762, 0.0402126749242785, 1.0271666779957134, 1.2990169199162016, 0.19599992951140527, 2.117071537326333, 0.2673714159206125, 2.6360110518260287, 0.5186204417657941, -0.5801152751174021, 0.6277428628855488, 0.19599992951140527, 1.3873463644352897, 0.8651461629907866, 0.9885922339674432, 0.8211283615934908, 1.966594887558865, 0.7755052822482928, 0.12044396754475095, 0.5186204417657941, 0.19599992951140527, 0.5186204417657941, 0.5186204417657941, 2.2225997588136623, 0.12044396754475095, 0.4603092735774525, 0.6789529973841238, 1.0271666779957134, 0.2673714159206125, 0.3349794365051693, -0.4553013511557151, 1.0271666779957134, 0.7755052822482928, -0.3406522556959762, 0.3991870983837472, 0.3349794365051693, -0.2348234153655977, 0.19599992951140527, 0.7755052822482928, 0.19599992951140527, -0.4553013511557151, -0.7166701625234625, 1.6198361584337369, 0.3349794365051693, 0.2673714159206125, 1.0271666779957134, -0.04526939880559582, 0.3349794365051693, 0.6277428628855488, 0.2673714159206125, 0.7755052822482928, 0.2673714159206125, 0.12044396754475095, -0.3406522556959762, 0.9885922339674432, 1.2364282248239806, 0.4603092735774525, 0.19599992951140527, -0.2348234153655977, 0.7281577241089775, 0.7755052822482928, 2.5939868679651568, 0.5186204417657941, 0.9885922339674432, 0.5186204417657941, 0.7755052822482928, 0.9076661352099548, 0.2673714159206125, 0.6277428628855488, 1.1361967560090735, 0.12044396754475095, 1.6198361584337369, 0.0402126749242785, 0.3991870983837472, 1.8550013657012183, 0.9076661352099548, -0.13668043823275314, 0.6277428628855488, 0.4603092735774525, -0.7166701625234625, 0.5743610756564828, 0.19599992951140527, 0.2673714159206125, -0.04526939880559582, 3.3971740779802237, 1.358597228524452, 1.1361967560090735, 0.3349794365051693, 1.1009048344953016, -0.5801152751174021, 0.7755052822482928, -0.04526939880559582, -0.04526939880559582, 0.5186204417657941, 0.2673714159206125, -0.7166701625234625, 0.6277428628855488, 0.0402126749242785, 0.6789529973841238, 0.2673714159206125, 0.6277428628855488, 1.2681173335555471, 1.5470890899844665, 1.3873463644352897, 1.666059330007308, 1.2681173335555471, 1.666059330007308, 0.5743610756564828, -0.2348234153655977, 0.4603092735774525, 0.3991870983837472, 2.2369638020613904, 0.7281577241089775, 2.1784749210717798, 2.001656776208653, 0.5743610756564828, 1.1361967560090735, 0.0402126749242785, 0.4603092735774525, 0.8651461629907866, 1.1009048344953016, -0.13668043823275314, 0.8651461629907866, 0.0402126749242785, -0.13668043823275314, 1.0271666779957134, -0.5801152751174021, 0.6277428628855488, 0.0402126749242785, 1.1361967560090735, 3.764850898538433, 0.12044396754475095, -0.5801152751174021, 0.7755052822482928, 0.6789529973841238, 0.19599992951140527, 0.9487854460335748, 0.3991870983837472, 0.3349794365051693, 0.7755052822482928, 0.4603092735774525, 0.8651461629907866, 1.1705140304995731, 0.12044396754475095, 0.2673714159206125, -0.04526939880559582, 0.8651461629907866, 0.5186204417657941, -0.2348234153655977, 0.19599992951140527, 0.3349794365051693, -0.13668043823275314, 0.12044396754475095, -0.7166701625234625, 0.12044396754475095, -0.04526939880559582, -0.04526939880559582, 0.7281577241089775, 0.12044396754475095, 0.9487854460335748, 0.6277428628855488, 0.6277428628855488, 0.7281577241089775, 0.7281577241089775, 0.9076661352099548, 0.3991870983837472, -0.5801152751174021, -0.13668043823275314, 0.7281577241089775, 0.12044396754475095, 1.358597228524452, 1.1009048344953016, -1.636801710044644, -0.13668043823275314, -0.04526939880559582, -0.4553013511557151, 0.5743610756564828, 0.9076661352099548, 0.6277428628855488, 0.9885922339674432, 1.0271666779957134, 0.7281577241089775, 0.8651461629907866, 1.5218567915981422, 0.2673714159206125, 0.9487854460335748, 0.19599992951140527, 1.6885382089735164, 0.6277428628855488, -1.2152912431803788, 0.7755052822482928, 0.9076661352099548, 0.9076661352099548, 0.4603092735774525, 0.7755052822482928, 1.1009048344953016, 1.0645819157083665, 0.5186204417657941, 0.8651461629907866, -0.04526939880559582, 0.5186204417657941, 1.6885382089735164, 1.2039085547277395, 2.9529764798583633, 1.3873463644352897, 0.19599992951140527, 0.4603092735774525, 0.5186204417657941, 0.8651461629907866, 1.2364282248239806, -0.13668043823275314, 0.6277428628855488, -0.13668043823275314, 0.9487854460335748, 0.12044396754475095, 1.1009048344953016, 1.0271666779957134, 1.4154432634490346, 0.4603092735774525, 0.9487854460335748, 1.2681173335555471, 1.9486829560449668, 0.8211283615934908, 1.0271666779957134, 0.5186204417657941, -0.13668043823275314, -0.04526939880559582, 0.9487854460335748, 0.3991870983837472, 0.9885922339674432, 1.5470890899844665, 1.0271666779957134, 0.6789529973841238, 0.9076661352099548, 0.0402126749242785, 1.1009048344953016, 1.2990169199162016, 1.0645819157083665, 1.1361967560090735, -0.04526939880559582, 0.7281577241089775, 1.2364282248239806, 0.3991870983837472, 0.12044396754475095, 0.3991870983837472, 0.3991870983837472, 1.3291650776810664, 0.3349794365051693, 1.2039085547277395, 1.2364282248239806, 0.5743610756564828, 0.9885922339674432, 2.5393558391252298, 1.0271666779957134, 0.6789529973841238, 0.3349794365051693, 0.9076661352099548, 0.2673714159206125, 1.3873463644352897, 0.9076661352099548, 3.0526257125983487, 0.0402126749242785, 0.0402126749242785, 1.1009048344953016, 0.2673714159206125, 0.6277428628855488, 0.6789529973841238, 0.5186204417657941, 1.5960596477072737, 1.0271666779957134, 0.2673714159206125, 0.4603092735774525, -0.3406522556959762, -0.2348234153655977, -0.13668043823275314, 0.6277428628855488, 1.1009048344953016, -0.2348234153655977, -0.04526939880559582, 0.5186204417657941, 1.358597228524452, 0.7755052822482928, 1.5470890899844665, -0.2348234153655977, 0.2673714159206125, 1.2364282248239806, 0.4603092735774525, 0.7755052822482928, 2.9123939092927937, -0.7166701625234625, 0.19599992951140527, 3.0817317299143183, -0.4553013511557151, 0.9487854460335748, 1.0645819157083665, 0.5186204417657941, 0.8211283615934908, 0.8211283615934908, 0.19599992951140527, 0.5186204417657941, 0.9076661352099548, 0.3349794365051693, 2.1784749210717798, 0.8211283615934908, 0.5186204417657941, 1.7323047538593288, 0.5743610756564828, 0.7281577241089775, 0.8211283615934908, 1.5218567915981422, 2.3974155862196493, 0.3349794365051693, -0.5801152751174021, 1.1009048344953016, 1.7536198052640344, 2.3974155862196493, 0.3349794365051693, 0.3349794365051693, 0.4603092735774525, 0.0402126749242785, 2.2511623395633404, 0.8651461629907866, 0.3991870983837472, 3.2048077299325035, 1.5718168126409615, 1.358597228524452, 3.110165283623237, 0.12044396754475095, 0.7281577241089775, -0.7166701625234625, 0.6789529973841238, 0.6789529973841238, 0.6277428628855488, 0.5743610756564828, 2.5281326610888732, 0.6789529973841238, 0.2673714159206125, 0.5743610756564828, 0.19599992951140527, 0.6277428628855488, 2.0188208707705506, 0.5186204417657941, 0.7755052822482928, -0.2348234153655977, 0.7281577241089775, 0.6789529973841238, 1.3291650776810664, 0.12044396754475095, -0.3406522556959762, 0.2673714159206125, 0.7755052822482928, 1.0271666779957134, 0.0402126749242785, -0.04526939880559582, 0.7281577241089775, 1.2039085547277395, 0.9076661352099548, 1.4154432634490346, 0.5186204417657941, 1.4429166821190975, 0.0402126749242785, 1.2364282248239806, 0.4603092735774525, 0.8211283615934908, 0.6277428628855488, 1.1705140304995731, 1.4154432634490346, 0.3991870983837472, 1.3291650776810664, 0.3349794365051693, 0.12044396754475095, 1.666059330007308, 0.0402126749242785, 0.3991870983837472, 0.9885922339674432, 2.1012305752807325, 1.2681173335555471, 0.4603092735774525, 0.5186204417657941, 1.1009048344953016, 0.7755052822482928, -0.3406522556959762, 0.19599992951140527, 0.3991870983837472, 2.068924618039192, 1.0271666779957134, 0.3991870983837472, 0.9885922339674432, 0.6277428628855488, -0.2348234153655977, 0.7755052822482928, 0.19599992951140527, -0.2348234153655977, 2.696474573690632, 0.9487854460335748, 0.19599992951140527, 0.9885922339674432, 0.9076661352099548, -0.3406522556959762, 2.878936095800509, 0.6277428628855488, 0.2673714159206125, 0.9487854460335748, 0.0402126749242785, 0.9885922339674432, 2.0524485517721267, 2.001656776208653, 1.3873463644352897, 0.7281577241089775, 0.6277428628855488, 0.5186204417657941, 1.358597228524452, 0.8651461629907866, 0.9487854460335748, 0.3349794365051693, 0.5743610756564828, -0.13668043823275314, 1.0645819157083665, 0.12044396754475095, 1.9842504213950547, -0.7166701625234625, 0.7281577241089775, 0.3991870983837472, 0.4603092735774525, 1.7536198052640344, 0.12044396754475095, 0.9487854460335748, 0.7755052822482928, 0.7281577241089775, 0.9885922339674432, 1.1009048344953016, 0.5186204417657941, -0.3406522556959762, 0.5186204417657941, 1.6885382089735164, 2.615178231683557, 2.5939868679651568, 1.4154432634490346, 0.6277428628855488, 1.1361967560090735, 0.8651461629907866, 1.4429166821190975, 1.1361967560090735, 0.3991870983837472, 2.7634557353446656, 1.8743153648888435, 0.8211283615934908, 1.5960596477072737, 0.5186204417657941, 0.9487854460335748, 0.12044396754475095, 0.19599992951140527, 0.5743610756564828, 2.7446872056191007, 0.3991870983837472, 0.9885922339674432, 0.5743610756564828, 0.9487854460335748, 3.2926886111566067, 2.4704293272570603, 1.6198361584337369, 0.19599992951140527, 2.9123939092927937, 1.0271666779957134, 0.3991870983837472, 0.5743610756564828, 1.6431638668800916, 1.3873463644352897, 0.6789529973841238, 1.4154432634490346, 2.696474573690632, 0.8651461629907866, 1.2039085547277395, 0.7281577241089775, 0.5186204417657941, 0.9076661352099548, 0.8651461629907866, 0.5743610756564828, 0.5186204417657941, 1.0271666779957134, 1.1705140304995731, 0.4603092735774525, 2.001656776208653, 0.7755052822482928, -0.2348234153655977, 1.1009048344953016, 1.0645819157083665, 0.9076661352099548, -0.13668043823275314, 0.2673714159206125, 1.5218567915981422, 0.7755052822482928, 0.6789529973841238, 0.8651461629907866, -0.5801152751174021, 0.6789529973841238, 0.8651461629907866, 1.7323047538593288, 0.19599992951140527, 0.8651461629907866, 1.0271666779957134, 1.7106153323464246, -0.8667667471244408, 1.1009048344953016, 0.3991870983837472, 0.7281577241089775, 0.4603092735774525, 0.7281577241089775, 2.676648159822184, 0.9885922339674432, 2.3063748522841507, 1.7323047538593288, 1.1009048344953016, 1.2364282248239806, 2.068924618039192, 1.1705140304995731, 0.8211283615934908, 0.19599992951140527, 0.12044396754475095, 1.1705140304995731, -0.3406522556959762, 0.4603092735774525, 0.9885922339674432, 1.3873463644352897, -0.4553013511557151, 0.5186204417657941, 0.9076661352099548, -0.7166701625234625, -0.3406522556959762, 1.5470890899844665, 0.8651461629907866, 0.8651461629907866, 0.8211283615934908, 0.5743610756564828, 1.8743153648888435, 0.3991870983837472, 0.5186204417657941, 0.6277428628855488, 0.3349794365051693, 0.19599992951140527, 0.0402126749242785, 0.4603092735774525, 1.2990169199162016, 1.2364282248239806, 1.0645819157083665, 0.7281577241089775, 1.2039085547277395, 4.27456898587425, 1.6885382089735164, 0.4603092735774525, 1.6198361584337369, 3.1651344325231365, 0.9885922339674432, 0.7281577241089775, 1.666059330007308, 0.5743610756564828, -0.13668043823275314, 0.3991870983837472, 1.5470890899844665, 1.3291650776810664, -0.04526939880559582, 3.0526257125983487, 2.5939868679651568, -0.04526939880559582, 0.5186204417657941, 0.5186204417657941, 0.19599992951140527, 1.2364282248239806, 0.8211283615934908, 2.085183411257824, 0.7755052822482928, 0.7281577241089775, 0.3991870983837472, 0.8211283615934908, 0.6789529973841238, 0.2673714159206125, 1.4960990122219164, 1.0645819157083665, 2.0524485517721267, -0.7166701625234625, 0.3991870983837472, 1.469793527653105, 1.7745731447698712, 0.6277428628855488, 2.1784749210717798, 0.5186204417657941, 0.19599992951140527, 0.3991870983837472, 1.5470890899844665, 1.2364282248239806, 0.4603092735774525, -0.5801152751174021, 0.6277428628855488, 1.6431638668800916, 0.8211283615934908, 0.6789529973841238, 1.1361967560090735, 1.7106153323464246, 0.6277428628855488, 2.7541072365281187, 0.6789529973841238, 0.4603092735774525, -0.13668043823275314, 0.5743610756564828, 0.9885922339674432, 0.12044396754475095, 0.3349794365051693, 0.7755052822482928, 0.9885922339674432, 2.2369638020613904, 0.12044396754475095, 2.208066312656067, 0.9885922339674432, -0.3406522556959762, 1.5470890899844665, 0.9885922339674432, 1.0271666779957134, 0.2673714159206125, 0.8651461629907866, 3.4462678131072235, 1.6431638668800916, 0.5743610756564828, 1.1361967560090735, 1.1009048344953016, 3.4355261128148467, -0.2348234153655977, 0.9885922339674432, 0.8211283615934908, 1.4154432634490346, 0.7755052822482928, 0.5743610756564828, 1.0645819157083665, 0.8211283615934908, 3.4462678131072235, 1.6431638668800916, 1.5218567915981422, 2.6360110518260287, 0.9487854460335748, 0.9076661352099548, 1.6431638668800916, 0.6277428628855488, 0.9076661352099548, 1.4960990122219164, 2.9609348654671104, 1.966594887558865, -0.04526939880559582, 0.6789529973841238, 1.2990169199162016, 0.6789529973841238, 0.8211283615934908, 1.3873463644352897, 0.6789529973841238, 1.2364282248239806, 1.7745731447698712, 2.9123939092927937, 0.2673714159206125, 2.84454340696808, 0.9885922339674432, 1.0645819157083665, 0.9487854460335748, 4.6837970995527, 2.9206181710036514, 1.469793527653105, 1.5718168126409615, 2.2790778282521984, 1.666059330007308, 0.2673714159206125, 1.8550013657012183, 2.9041143274380015, 3.191724892369964, 3.2432418861821177, 1.1705140304995731, 2.6866012749073604, 1.4154432634490346, 1.0645819157083665, 1.1705140304995731, 1.2681173335555471, 0.7281577241089775, 1.0645819157083665, 1.7106153323464246, 1.6885382089735164, 1.7536198052640344, 1.4429166821190975, 2.1012305752807325, 3.4779414974962592, 3.3047459689697, 3.705662862402797, 1.5718168126409615, 2.117071537326333, 0.9076661352099548, 1.2364282248239806, 2.735194540306546, 2.8873861926798514, 2.6046281367305526, 1.1009048344953016, 2.3848144964042723, 0.5186204417657941, 0.5186204417657941, 2.895778676609905, 0.8651461629907866, 3.4516037029257114, 1.7951768015022191, 1.4429166821190975, 0.6277428628855488, 2.1481555460566018, 2.9922636034732317, 2.7256281126209347, 0.9487854460335748, 4.746701137030908, 1.1705140304995731, 1.2364282248239806, 2.895778676609905, 0.8651461629907866, 3.4934777561576613, 3.440908684157449, 2.458556993920454, 2.458556993920454, 2.0524485517721267, 0.8651461629907866, 0.4603092735774525, 2.895778676609905, 1.0645819157083665, 2.7159867681323564, 0.3349794365051693, 1.4960990122219164, 1.7323047538593288, 2.6256387005029653, 2.4098890744829498, 3.255791075607418, 0.9885922339674432, 2.7634557353446656, 2.4098890744829498, 2.4704293272570603, 2.085183411257824], [-1.5780279943065385, -1.2420743281010589, -0.5335091429072779, -1.7138333330271818, -1.2420743281010589, -0.917422628570826, -1.7138333330271818, -1.5780279943065385, -1.0659730483575725, -0.5335091429072779, -1.2420743281010589, -1.3432042238029929, -1.4547701572255538, -1.0659730483575725, -0.851297279565002, -1.2420743281010589, -1.7138333330271818, -1.4547701572255538, -0.579061092596917, -1.2420743281010589, -1.3432042238029929, -1.4547701572255538, -0.5335091429072779, -1.2420743281010589, -0.62714873560254, -0.9887264467977334, -0.5335091429072779, -0.851297279565002, -1.3432042238029929, -2.185316945862441, -0.7321128082359694, -1.4547701572255538, -1.5780279943065385, -1.7138333330271818, -1.0659730483575725, -1.4547701572255538, -1.0659730483575725, -0.7321128082359694, -1.2420743281010589, -1.2420743281010589, -1.1500683603591773, -1.8620271916538893, -0.6780557337441702, -1.0659730483575725, -1.4547701572255538, -1.7138333330271818, -1.0659730483575725, -1.0659730483575725, -0.917422628570826, -0.2059587844464976, -1.3432042238029929, -1.8620271916538893, -0.9887264467977334, -1.7138333330271818, -1.2420743281010589, -0.4902482374955547, -1.2420743281010589, -1.4547701572255538, -0.851297279565002, -0.7897076777239649, -0.917422628570826, -0.851297279565002, -1.8620271916538893, -1.0659730483575725, -0.917422628570826, -1.1500683603591773, -1.2420743281010589, -1.4547701572255538, -0.7897076777239649, -1.3432042238029929, -0.9887264467977334, -1.0659730483575725, -0.17630110984869762, -1.5780279943065385, -1.0659730483575725, -1.3432042238029929, -0.7321128082359694, -1.0659730483575725, -0.7897076777239649, -0.7897076777239649, -0.9887264467977334, -1.4547701572255538, -1.7138333330271818, -0.236698039893559, -1.0659730483575725, -1.2420743281010589, -0.9887264467977334, -1.5780279943065385, -0.851297279565002, -1.1500683603591773, -0.5335091429072779, -1.0659730483575725, -0.6780557337441702, -0.7321128082359694, -1.1500683603591773, -1.1500683603591773, -1.7138333330271818, -1.2420743281010589, -0.06713728158717791, -1.1500683603591773, -1.7138333330271818, -0.851297279565002, -0.3017516353771246, -0.09312740995491962, -1.5780279943065385, -1.4547701572255538, -1.4547701572255538, -1.5780279943065385, -0.236698039893559, -0.917422628570826, -1.7138333330271818, -1.2420743281010589, -0.7897076777239649, -0.6780557337441702, -1.2420743281010589, -0.851297279565002, -1.5780279943065385, -1.3432042238029929, -1.0659730483575725, -1.1500683603591773, -0.3017516353771246, -1.2420743281010589, -0.62714873560254, -0.9887264467977334, -0.579061092596917, -1.1500683603591773, -0.917422628570826, -0.9887264467977334, -0.851297279565002, -0.4490662264668077, -0.62714873560254, -1.0659730483575725, -0.6780557337441702, -1.4547701572255538, -0.917422628570826, -0.9887264467977334, -0.917422628570826, -1.3432042238029929, -0.9887264467977334, -1.3432042238029929, -1.5780279943065385, -0.917422628570826, -1.0659730483575725, -0.851297279565002, -0.7897076777239649, -0.917422628570826, -0.7897076777239649, -0.851297279565002, -1.0659730483575725, -1.5780279943065385, -1.1500683603591773, -1.0659730483575725, -0.62714873560254, -1.0659730483575725, -0.851297279565002, -0.917422628570826, -1.0659730483575725, -0.9887264467977334, -0.9887264467977334, -1.3432042238029929, -0.9887264467977334, -0.851297279565002, -0.4902482374955547, -0.3722220605616844, -0.917422628570826, -0.917422628570826, -0.7897076777239649, -0.579061092596917, -0.851297279565002, -0.4490662264668077, -0.6780557337441702, -1.5780279943065385, -1.1500683603591773, -0.5335091429072779, -0.5335091429072779, -1.0659730483575725, -0.9887264467977334, -1.1500683603591773, -0.6780557337441702, -0.9887264467977334, -0.9887264467977334, -1.2420743281010589, -1.0659730483575725, -0.9887264467977334, -1.1500683603591773, -0.62714873560254, -1.0659730483575725, -0.62714873560254, -0.7321128082359694, -1.2420743281010589, -0.579061092596917, -0.62714873560254, -1.3432042238029929, -1.5780279943065385, -1.1500683603591773, -1.7138333330271818, -1.3432042238029929, -1.4547701572255538, -1.1500683603591773, -0.4490662264668077, -0.5335091429072779, -1.4547701572255538, -1.3432042238029929, -1.1500683603591773, -0.5335091429072779, -0.7897076777239649, -0.62714873560254, -1.0659730483575725, -0.7321128082359694, -0.917422628570826, -0.917422628570826, -1.2420743281010589, -0.851297279565002, -0.917422628570826, -0.851297279565002, -1.3432042238029929, -1.1500683603591773, -0.7321128082359694, -1.4547701572255538, -0.851297279565002, -1.7138333330271818, -0.9887264467977334, -1.5780279943065385, -0.62714873560254, -0.7897076777239649, -1.0659730483575725, -0.5335091429072779, -0.851297279565002, -1.3432042238029929, -0.579061092596917, -1.0659730483575725, -0.7897076777239649, -0.9887264467977334, -0.9887264467977334, -0.7897076777239649, -1.2420743281010589, -1.2420743281010589, -1.0659730483575725, -0.4490662264668077, -0.851297279565002, -1.2420743281010589, -1.1500683603591773, -1.2420743281010589, -1.1500683603591773, -1.0659730483575725, -0.9887264467977334, -1.2420743281010589, -1.3432042238029929, -0.7897076777239649, -0.851297279565002, -0.851297279565002, -0.851297279565002, -1.1500683603591773, -1.0659730483575725, -0.6780557337441702, -0.3362552556592956, -0.5335091429072779, -1.3432042238029929, -0.9887264467977334, -0.9887264467977334, -1.2420743281010589, -1.7138333330271818, -1.0659730483575725, -0.7321128082359694, -0.9887264467977334, -1.3432042238029929, -0.579061092596917, -1.4547701572255538, -0.62714873560254, -0.6780557337441702, -0.5335091429072779, -0.917422628570826, -0.7897076777239649, -0.7321128082359694, -0.917422628570826, -1.0659730483575725, -0.7897076777239649, -1.2420743281010589, -1.3432042238029929, -0.851297279565002, -0.6780557337441702, -0.917422628570826, -1.3432042238029929, -1.0659730483575725, -1.2420743281010589, -0.6780557337441702, -0.17630110984869762, 0.612410888798978, -1.0659730483575725, -0.917422628570826, -0.4490662264668077, 0.006323420048220746, -1.0659730483575725, -1.1500683603591773, -0.9887264467977334, -0.5335091429072779, -0.9887264467977334, -0.5335091429072779, -1.5780279943065385, -0.09312740995491962, -0.579061092596917, -0.3722220605616844, -0.917422628570826, 0.51645480947155, -0.917422628570826, -0.4490662264668077, -0.7321128082359694, -1.1500683603591773, -0.7321128082359694, -0.62714873560254, -0.9887264467977334, -0.4902482374955547, -0.4490662264668077, -0.917422628570826, -0.4490662264668077, -0.4902482374955547, -0.7897076777239649, -0.11994784909204635, -0.4902482374955547, -1.5780279943065385, -0.62714873560254, -0.9887264467977334, -0.3362552556592956, -1.0659730483575725, -1.1500683603591773, -1.0659730483575725, -0.9887264467977334, -1.4547701572255538, -0.6780557337441702, -1.0659730483575725, -0.11994784909204635, -0.7321128082359694, -0.62714873560254, -1.0659730483575725, -1.3432042238029929, -0.6780557337441702, -0.7897076777239649, 0.3784720180902358, -0.4902482374955547, -0.851297279565002, -0.917422628570826, -0.851297279565002, -0.2685991896039236, -0.5335091429072779, -0.917422628570826, -0.851297279565002, -0.5335091429072779, -1.1500683603591773, -0.917422628570826, -0.917422628570826, -0.917422628570826, -0.917422628570826, -0.2059587844464976, -0.9887264467977334, -0.851297279565002, -0.6780557337441702, -0.851297279565002, -0.6780557337441702, -1.0659730483575725, -0.579061092596917, -0.7897076777239649, 0.3784720180902358, -0.7897076777239649, -1.0659730483575725, -0.4490662264668077, -0.917422628570826, 0.2661678347576576, -0.851297279565002, -0.5335091429072779, -0.9887264467977334, -0.7321128082359694, -0.17630110984869762, -0.5335091429072779, -0.917422628570826, -0.851297279565002, -0.5335091429072779, -0.5335091429072779, -0.7897076777239649, -0.7321128082359694, -1.3432042238029929, -0.4097781748910726, -0.9887264467977334, -0.851297279565002, -0.851297279565002, -0.3017516353771246, -0.917422628570826, -1.2420743281010589, -0.6780557337441702, -0.2685991896039236, -1.1500683603591773, -0.5335091429072779, -0.9887264467977334, -1.0659730483575725, -0.4097781748910726, -0.236698039893559, -0.851297279565002, -0.917422628570826, -0.851297279565002, -1.1500683603591773, -1.2420743281010589, -1.0659730483575725, -1.3432042238029929, 0.13633881177978385, -0.579061092596917, -0.851297279565002, -0.4902482374955547, -0.7321128082359694, -0.4902482374955547, -0.6780557337441702, -0.579061092596917, -0.917422628570826, -0.9887264467977334, -0.62714873560254, -0.4490662264668077, 0.05194529186104813, 0.02944521458621732, -0.09312740995491962, -1.2420743281010589, -1.2420743281010589, -0.4902482374955547, -0.7897076777239649, -0.62714873560254, -0.7897076777239649, -1.1500683603591773, -0.62714873560254, -1.0659730483575725, -0.7897076777239649, -1.1500683603591773, -0.06713728158717791, -1.0659730483575725, -0.3017516353771246, -0.62714873560254, -1.1500683603591773, -0.5335091429072779, -0.917422628570826, -0.851297279565002, -1.1500683603591773, -0.579061092596917, -0.851297279565002, -0.7321128082359694, -1.1500683603591773, -0.62714873560254, -1.2420743281010589, -0.11994784909204635, -0.04192818640621394, -0.9887264467977334, -0.4490662264668077, -1.0659730483575725, -0.2685991896039236, 0.43643938694768303, -1.0659730483575725, -0.9887264467977334, -1.0659730483575725, -1.1500683603591773, 0.13633881177978385, -1.0659730483575725, -1.0659730483575725, -0.7897076777239649, -1.4547701572255538, -0.4490662264668077, -0.917422628570826, -1.2420743281010589, -1.1500683603591773, -1.5780279943065385, -0.7321128082359694, -0.3017516353771246, -0.579061092596917, -1.2420743281010589, -0.851297279565002, -1.0659730483575725, -1.1500683603591773, -0.917422628570826, -0.9887264467977334, -0.6780557337441702, -0.7897076777239649, -0.62714873560254, -1.0659730483575725, -0.7321128082359694, -0.7897076777239649, -0.917422628570826, -0.917422628570826, -0.579061092596917, -0.6780557337441702, -0.4097781748910726, -0.917422628570826, -0.851297279565002, -1.2420743281010589, -0.917422628570826, -1.1500683603591773, -0.9887264467977334, -0.579061092596917, -1.2420743281010589, -0.9887264467977334, -0.9887264467977334, -1.2420743281010589, -0.62714873560254, -0.917422628570826, -0.851297279565002, -0.7897076777239649, -0.851297279565002, -0.7321128082359694, 0.09520694983459267, -0.4490662264668077, -0.6780557337441702, -0.7897076777239649, -1.1500683603591773, 0.7856040498147975, -1.1500683603591773, -1.1500683603591773, -1.3432042238029929, 0.05194529186104813, -0.917422628570826, -1.7138333330271818, -0.851297279565002, -1.3432042238029929, -1.7138333330271818, -0.579061092596917, -0.4490662264668077, -1.4547701572255538, -1.0659730483575725, -1.2420743281010589, -0.3017516353771246, -0.851297279565002, -0.9887264467977334, -0.6780557337441702, -0.851297279565002, -0.579061092596917, -0.6780557337441702, -0.62714873560254, -0.851297279565002, -0.7897076777239649, -0.579061092596917, -0.6780557337441702, -0.851297279565002, -0.7321128082359694, -0.62714873560254, -0.9887264467977334, -0.6780557337441702, -0.6780557337441702, -0.7897076777239649, -0.9887264467977334, -0.06713728158717791, -0.4097781748910726, -0.5335091429072779, -0.6780557337441702, -1.1500683603591773, -0.62714873560254, -0.5335091429072779, -0.6780557337441702, -1.3432042238029929, -0.7897076777239649, -1.0659730483575725, -0.579061092596917, -0.579061092596917, -1.2420743281010589, -0.5335091429072779, -0.62714873560254, -0.4097781748910726, -1.2420743281010589, -0.7321128082359694, -1.0659730483575725, -0.7897076777239649, -1.0659730483575725, -0.917422628570826, -0.6780557337441702, -0.917422628570826, -1.2420743281010589, -1.0659730483575725, -0.9887264467977334, -0.5335091429072779, 0.4639755561341173, -0.4902482374955547, -0.4902482374955547, -0.62714873560254, -0.579061092596917, -0.62714873560254, -0.9887264467977334, -0.7321128082359694, 0.6236622408385732, -1.0659730483575725, -0.7321128082359694, -0.4490662264668077, -0.7897076777239649, -0.4097781748910726, -1.1500683603591773, -0.4490662264668077, -0.917422628570826, -1.0659730483575725, -1.0659730483575725, -0.917422628570826, -0.6780557337441702, -0.851297279565002, -0.7897076777239649, -0.851297279565002, -0.3722220605616844, -1.0659730483575725, -0.4097781748910726, -1.0659730483575725, -0.5335091429072779, -0.4097781748910726, -0.9887264467977334, -0.917422628570826, -0.3017516353771246, -0.7897076777239649, -1.0659730483575725, -0.851297279565002, -1.0659730483575725, -0.9887264467977334, 0.7856040498147975, -0.917422628570826, -1.0659730483575725, -0.2685991896039236, -1.1500683603591773, 0.11602602412727675, -0.579061092596917, -0.5335091429072779, -1.1500683603591773, -0.2685991896039236, -1.1500683603591773, -0.4097781748910726, -0.7321128082359694, -0.851297279565002, -1.2420743281010589, -1.0659730483575725, -1.1500683603591773, -0.3722220605616844, -1.1500683603591773, -1.3432042238029929, -0.917422628570826, -0.7897076777239649, -0.917422628570826, -0.3722220605616844, -0.4902482374955547, -1.1500683603591773, -0.917422628570826, -0.4097781748910726, -0.4902482374955547, -1.3432042238029929, -0.7897076777239649, -0.7897076777239649, -0.7897076777239649, -0.6780557337441702, -0.6780557337441702, -0.62714873560254, -0.917422628570826, -0.9887264467977334, -1.1500683603591773, -1.1500683603591773, -1.2420743281010589, -0.917422628570826, -0.851297279565002, -1.2420743281010589, -0.62714873560254, -0.4490662264668077, -0.917422628570826, -0.6780557337441702, -0.236698039893559, -1.1500683603591773, -0.851297279565002, -1.1500683603591773, -0.6780557337441702, -1.3432042238029929, -0.7897076777239649, -1.1500683603591773, -0.4490662264668077, -1.3432042238029929, -0.4902482374955547, -0.6780557337441702, -1.1500683603591773, -0.4902482374955547, -0.6780557337441702, -0.7321128082359694, -1.0659730483575725, -0.4490662264668077, -0.6780557337441702, -0.5335091429072779, -0.6780557337441702, -0.4902482374955547, -0.7897076777239649, -0.62714873560254, -1.0659730483575725, -0.3722220605616844, -1.1500683603591773, -0.9887264467977334, -0.7897076777239649, -0.851297279565002, -0.579061092596917, -0.851297279565002, -0.579061092596917, -0.6780557337441702, -0.4902482374955547, -1.3432042238029929, -0.917422628570826, -1.5780279943065385, -0.851297279565002, -0.851297279565002, -1.4547701572255538, -0.9887264467977334, -0.579061092596917, -0.6780557337441702, -0.7321128082359694, -0.09312740995491962, -0.7897076777239649, -0.7321128082359694, -0.917422628570826, -0.917422628570826, -0.3722220605616844, -0.9887264467977334, -1.1500683603591773, -1.2420743281010589, -1.0659730483575725, -0.14765262082941072, -1.1500683603591773, -0.62714873560254, -0.62714873560254, -0.4902482374955547, -0.7321128082359694, -0.7897076777239649, -0.851297279565002, -0.579061092596917, -0.4902482374955547, -1.0659730483575725, -0.917422628570826, -1.0659730483575725, -0.6780557337441702, -1.1500683603591773, -0.62714873560254, -0.917422628570826, -1.0659730483575725, -0.7897076777239649, -0.6780557337441702, -0.62714873560254, -0.917422628570826, -0.11994784909204635, -0.7897076777239649, -0.62714873560254, -0.5335091429072779, -0.62714873560254, -1.0659730483575725, -1.5780279943065385, -0.3362552556592956, -1.1500683603591773, -0.6780557337441702, -1.5780279943065385, -0.579061092596917, -1.4547701572255538, -0.6780557337441702, -0.9887264467977334, -0.2059587844464976, -0.851297279565002, -0.5335091429072779, -0.14765262082941072, -1.0659730483575725, -0.7897076777239649, -1.2420743281010589, -0.5335091429072779, -0.4902482374955547, -0.851297279565002, -0.7321128082359694, -0.4097781748910726, -1.1500683603591773, -0.62714873560254, -0.3722220605616844, -0.851297279565002, -0.3722220605616844, -1.0659730483575725, -0.7321128082359694, -0.7321128082359694, -0.4490662264668077, -0.7897076777239649, -1.0659730483575725, -0.579061092596917, -0.17630110984869762, -0.579061092596917, -0.6780557337441702, -1.7138333330271818, -0.7897076777239649, -0.3362552556592956, -0.7897076777239649, -0.7321128082359694, -0.62714873560254, -1.1500683603591773, -0.7897076777239649, -0.3722220605616844, -0.579061092596917, -0.4097781748910726, -0.917422628570826, -0.7321128082359694, -0.917422628570826, -0.5335091429072779, -0.917422628570826, -1.3432042238029929, -0.62714873560254, -0.2685991896039236, -0.851297279565002, -0.4490662264668077, -0.851297279565002, -0.62714873560254, -1.3432042238029929, -0.62714873560254, -0.62714873560254, -0.6780557337441702, -0.7897076777239649, -0.3362552556592956, -0.2685991896039236, -0.851297279565002, -1.2420743281010589, -0.7897076777239649, -0.6780557337441702, -0.579061092596917, 0.07385592263147499, -0.851297279565002, -1.5780279943065385, -1.0659730483575725, -0.5335091429072779, -0.4097781748910726, -0.3362552556592956, -1.0659730483575725, -0.7897076777239649, -1.5780279943065385, -0.5335091429072779, -0.917422628570826, -0.4097781748910726, -0.851297279565002, -0.4097781748910726, 0.5415022951952201, -0.3017516353771246, -0.851297279565002, -0.62714873560254, -0.7321128082359694, -1.1500683603591773, -1.1500683603591773, 0.4079604047267654, -1.1500683603591773, -1.3432042238029929, -0.7321128082359694, -0.62714873560254, -0.9887264467977334, -0.3017516353771246, -0.62714873560254, -0.851297279565002, -0.851297279565002, -0.6780557337441702, -1.1500683603591773, -0.4097781748910726, -0.62714873560254, -0.4902482374955547, -0.579061092596917, -0.9887264467977334, -1.1500683603591773, -0.917422628570826, -1.3432042238029929, 0.3933468214712476, -0.7897076777239649, -0.917422628570826, -0.3362552556592956, -0.3362552556592956, -0.7321128082359694, -0.579061092596917, -0.7321128082359694, -1.1500683603591773, -0.9887264467977334, -0.2685991896039236, -0.3017516353771246, -0.851297279565002, -1.2420743281010589, -0.7321128082359694, -0.62714873560254, 0.2831684861110021, -0.7897076777239649, -1.1500683603591773, -0.917422628570826, -0.9887264467977334, -0.7897076777239649, -1.1500683603591773, -0.62714873560254, -0.851297279565002, -0.4902482374955547, -0.4902482374955547, -0.7321128082359694, -1.2420743281010589, -0.579061092596917, -0.851297279565002, -0.851297279565002, -0.9887264467977334, -0.7897076777239649, -0.3017516353771246, -0.4902482374955547, -0.6780557337441702, -0.3362552556592956, -0.851297279565002, -0.6780557337441702, -0.579061092596917, -1.0659730483575725, -0.579061092596917, 0.856089116553479, -1.3432042238029929, -0.9887264467977334, -0.579061092596917, -0.62714873560254, -0.917422628570826, -0.7897076777239649, -0.6780557337441702, -0.62714873560254, -0.917422628570826, -0.7897076777239649, -0.9887264467977334, -1.5780279943065385, -1.3432042238029929, -0.917422628570826, -0.917422628570826, -0.7321128082359694, -1.0659730483575725, -0.7321128082359694, -0.917422628570826, -0.7897076777239649, -0.4902482374955547, -0.3722220605616844, -1.1500683603591773, -0.917422628570826, -0.9887264467977334, -0.3722220605616844, -1.3432042238029929, -0.6780557337441702, -1.2420743281010589, -0.7321128082359694, -0.917422628570826, -0.579061092596917, -0.579061092596917, -0.4902482374955547, -0.4902482374955547, -0.7897076777239649, -0.3362552556592956, -0.62714873560254, -0.9887264467977334, -0.917422628570826, -0.62714873560254, -1.0659730483575725, -1.0659730483575725, -0.851297279565002, -1.1500683603591773, -0.851297279565002, -0.62714873560254, -0.7897076777239649, -0.62714873560254, -0.7321128082359694, 0.612410888798978, -0.7897076777239649, -0.579061092596917, -0.579061092596917, -0.7321128082359694, -0.3362552556592956, -1.2420743281010589, -1.0659730483575725, -0.579061092596917, -0.7897076777239649, -1.0659730483575725, 0.4079604047267654, -0.7897076777239649, -0.62714873560254, -0.851297279565002, -0.6780557337441702, -1.0659730483575725, -0.62714873560254, -0.7321128082359694, -0.7897076777239649, -1.3432042238029929, 0.09520694983459267, -0.579061092596917, -0.6780557337441702, -0.4902482374955547, -0.7321128082359694, -0.917422628570826, -1.1500683603591773, -0.4490662264668077, -0.5335091429072779, -0.11994784909204635, -0.7897076777239649, -0.7321128082359694, -0.7321128082359694, -1.0659730483575725, -0.3017516353771246, -0.7321128082359694, -0.851297279565002, -0.579061092596917, -0.62714873560254, -0.3362552556592956, -0.4490662264668077, -0.3017516353771246, -0.917422628570826, -0.917422628570826, -0.4490662264668077, -0.7897076777239649, -0.4490662264668077, -0.6780557337441702, -0.7321128082359694, -0.917422628570826, -0.579061092596917, -1.1500683603591773, -1.2420743281010589, -0.5335091429072779, -0.7897076777239649, -0.851297279565002, -0.6780557337441702, -0.9887264467977334, -1.0659730483575725, -0.851297279565002, -0.917422628570826, -0.7897076777239649, -0.09312740995491962, -0.3017516353771246, -1.2420743281010589, -1.1500683603591773, -0.4097781748910726, -0.3722220605616844, -1.1500683603591773, -0.4097781748910726, -0.62714873560254, -0.62714873560254, -0.236698039893559, -0.3722220605616844, -0.579061092596917, -0.7321128082359694, -0.579061092596917, -1.0659730483575725, 0.6777406565219444, 0.1755393537301604, -0.6780557337441702, -0.017455057998409813, -0.579061092596917, -0.851297279565002, -0.62714873560254, 0.9132060497145996, -0.917422628570826, -0.04192818640621394, -0.7321128082359694, -0.579061092596917, -0.579061092596917, -0.3722220605616844, -0.851297279565002, -0.62714873560254, -0.7897076777239649, -0.579061092596917, -0.5335091429072779, -0.9887264467977334, -0.917422628570826, -0.851297279565002, -1.4547701572255538, -0.917422628570826, -0.5335091429072779, -1.1500683603591773, -0.4902482374955547, -1.2420743281010589, -0.7321128082359694, -0.7321128082359694, -0.9887264467977334, -0.6780557337441702, -0.3722220605616844, -0.5335091429072779, -0.5335091429072779, -0.7897076777239649, -0.4097781748910726, -0.579061092596917, -0.917422628570826, -0.851297279565002, -0.851297279565002, -0.851297279565002, -0.5335091429072779, -0.9887264467977334, -0.14765262082941072, -0.579061092596917, -0.62714873560254, -0.917422628570826, -0.62714873560254, -0.851297279565002, -0.7321128082359694, -0.04192818640621394, -0.7897076777239649, -0.917422628570826, -1.1500683603591773, -0.3362552556592956, -0.017455057998409813, 0.5415022951952201, -0.851297279565002, -0.7897076777239649, -0.7321128082359694, 0.3479003532142449, -0.6780557337441702, -0.7897076777239649, -0.7321128082359694, -0.7321128082359694, -0.579061092596917, -0.851297279565002, -1.0659730483575725, -0.579061092596917, -0.7321128082359694, -0.851297279565002, -0.14765262082941072, -0.851297279565002, -0.3017516353771246, -0.4097781748910726, -0.7897076777239649, -0.9887264467977334, -1.0659730483575725, -0.7897076777239649, -0.917422628570826, -0.7897076777239649, -0.7321128082359694, -0.7897076777239649, -0.851297279565002, -0.7321128082359694, -0.851297279565002, -1.1500683603591773, -0.579061092596917, -0.7897076777239649, -0.851297279565002, -0.579061092596917, -0.4902482374955547, -0.5335091429072779, -0.917422628570826, -0.579061092596917, -0.6780557337441702, -0.4490662264668077, -0.62714873560254, -1.2420743281010589, -0.4490662264668077, -1.3432042238029929, -0.5335091429072779, -0.62714873560254, -1.2420743281010589, -0.6780557337441702, -1.0659730483575725, 0.5415022951952201, -0.4490662264668077, -1.2420743281010589, 0.006323420048220746, -0.9887264467977334, -0.7897076777239649, -1.0659730483575725, -1.1500683603591773, -0.7897076777239649, -1.0659730483575725, -0.3722220605616844, -0.4097781748910726, -0.4490662264668077, -0.9887264467977334, -0.579061092596917, -0.7897076777239649, 0.11602602412727675, -0.851297279565002, -0.4097781748910726, -0.851297279565002, -0.917422628570826, -0.7321128082359694, -0.4902482374955547, -0.6780557337441702, -0.3362552556592956, -0.7321128082359694, -0.917422628570826, -0.236698039893559, -0.7897076777239649, -0.5335091429072779, -0.9887264467977334, -0.917422628570826, -0.7897076777239649, -0.6780557337441702, -0.5335091429072779, -0.6780557337441702, -0.851297279565002, -0.5335091429072779, -1.0659730483575725, -1.0659730483575725, -0.3017516353771246, -0.4097781748910726, -1.1500683603591773, -1.2420743281010589, -0.2685991896039236, -0.917422628570826, -0.917422628570826, -0.7321128082359694, -0.851297279565002, -0.62714873560254, -0.9887264467977334, -0.62714873560254, -0.4490662264668077, -1.0659730483575725, -1.2420743281010589, -1.0659730483575725, -0.851297279565002, -0.6780557337441702, -0.017455057998409813, -1.2420743281010589, 0.757548729243924, -1.1500683603591773, -0.579061092596917, -0.4902482374955547, -0.14765262082941072, -0.7897076777239649, -0.7321128082359694, -0.851297279565002, -0.851297279565002, -0.62714873560254, -0.579061092596917, -1.2420743281010589, -1.2420743281010589, -0.62714873560254, -0.579061092596917, -0.851297279565002, -1.1500683603591773, -0.6780557337441702, -0.7897076777239649, -0.579061092596917, -0.9887264467977334, -0.5335091429072779, -0.7321128082359694, -0.7897076777239649, -0.7897076777239649, -0.5335091429072779, -0.4490662264668077, -0.4902482374955547, -0.6780557337441702, -0.2685991896039236, -0.851297279565002, -0.851297279565002, -0.3722220605616844, -1.1500683603591773, -0.3722220605616844, -0.579061092596917, -0.917422628570826, -0.5335091429072779, -1.2420743281010589, -0.6780557337441702, -0.851297279565002, -0.9887264467977334, -0.7321128082359694, 0.07385592263147499, -0.7321128082359694, -0.917422628570826, -0.851297279565002, -0.9887264467977334, -0.4097781748910726, -0.5335091429072779, -0.6780557337441702, -0.62714873560254, -0.11994784909204635, -0.5335091429072779, -0.2685991896039236, -0.4097781748910726, 0.23108940531397, -0.4097781748910726, -0.62714873560254, -0.5335091429072779, -0.851297279565002, -0.7321128082359694, -1.0659730483575725, -0.7321128082359694, -0.236698039893559, -0.7897076777239649, -0.917422628570826, -0.4902482374955547, -0.14765262082941072, -0.7897076777239649, -0.3017516353771246, -0.7321128082359694, -0.9887264467977334, -0.579061092596917, -0.4902482374955547, -0.9887264467977334, -0.851297279565002, -0.3362552556592956, -0.7897076777239649, -0.917422628570826, -0.4490662264668077, -1.3432042238029929, -0.236698039893559, -0.236698039893559, -0.3017516353771246, -0.4902482374955547, -0.9887264467977334, -0.5335091429072779, -1.1500683603591773, -0.3017516353771246, -0.579061092596917, -0.09312740995491962, -0.9887264467977334, -0.6780557337441702, -0.62714873560254, -0.62714873560254, -0.6780557337441702, -0.917422628570826, -0.579061092596917, -0.4097781748910726, -0.62714873560254, -0.5335091429072779, -0.579061092596917, -0.7897076777239649, -0.6780557337441702, 0.5290728912593889, -0.14765262082941072, -1.0659730483575725, -0.62714873560254, -0.2685991896039236, -1.0659730483575725, -0.5335091429072779, -0.6780557337441702, -0.7897076777239649, -0.3017516353771246, -0.4490662264668077, -0.4097781748910726, -1.2420743281010589, -0.5335091429072779, -0.7897076777239649, -0.851297279565002, -0.62714873560254, -0.62714873560254, -0.62714873560254, -0.7321128082359694, -0.851297279565002, -0.4490662264668077, -1.0659730483575725, -0.62714873560254, -1.1500683603591773, -0.5335091429072779, -0.3362552556592956, -0.5335091429072779, 0.5777126955478853, -0.3362552556592956, 0.3479003532142449, -0.7897076777239649, -0.7321128082359694, 0.05194529186104813, 0.1755393537301604, 0.4639755561341173, -0.7897076777239649, -0.3722220605616844, -0.6780557337441702, -1.1500683603591773, -0.851297279565002, -0.62714873560254, -0.7897076777239649, -1.5780279943065385, -0.7321128082359694, 0.33218294879484017, -0.917422628570826, -0.17630110984869762, -0.579061092596917, -0.4097781748910726, -0.4902482374955547, -0.579061092596917, -0.4902482374955547, 0.2998291717611499, -0.5335091429072779, -0.3722220605616844, -0.2059587844464976, -1.3432042238029929, -0.7897076777239649, -0.579061092596917, -0.4490662264668077, 0.13633881177978385, -0.9887264467977334, -0.7897076777239649, -0.917422628570826, -0.7897076777239649, -0.4097781748910726, -1.2420743281010589, -1.3432042238029929, -0.917422628570826, -0.62714873560254, -0.5335091429072779, -0.5335091429072779, -0.4902482374955547, -0.2685991896039236, -1.4547701572255538, -0.4490662264668077, -0.7897076777239649, -0.851297279565002, -0.5335091429072779, -0.09312740995491962, -0.7897076777239649, -1.0659730483575725, -0.4097781748910726, -0.917422628570826, -0.851297279565002, 0.006323420048220746, -0.4490662264668077, -1.3432042238029929, -0.4097781748910726, -0.579061092596917, -0.4097781748910726, -0.4902482374955547, -0.9887264467977334, -0.7321128082359694, -0.3722220605616844, -0.579061092596917, 0.7186031230165136, -0.7321128082359694, -1.2420743281010589, -0.7897076777239649, 0.43643938694768303, -0.4097781748910726, -0.5335091429072779, -0.04192818640621394, -1.1500683603591773, -0.3017516353771246, -0.62714873560254, -1.0659730483575725, -0.7321128082359694, -0.4902482374955547, -0.9887264467977334, -0.6780557337441702, -0.9887264467977334, -0.4902482374955547, -0.851297279565002, -0.6780557337441702, -0.62714873560254, 0.13633881177978385, -0.9887264467977334, -0.917422628570826, -0.6780557337441702, -0.851297279565002, -0.6780557337441702, -0.579061092596917, -1.0659730483575725, -0.917422628570826, 0.8037943299762237, -0.3362552556592956, 0.6236622408385732, -0.3722220605616844, -0.5335091429072779, -0.3362552556592956, -0.7897076777239649, -0.4902482374955547, -0.4902482374955547, -0.3362552556592956, -0.5335091429072779, -0.917422628570826, -0.04192818640621394, -0.5335091429072779, -0.7897076777239649, -0.5335091429072779, -0.62714873560254, -0.4490662264668077, -0.62714873560254, -0.6780557337441702, -0.3722220605616844, -0.7897076777239649, -0.4902482374955547, -0.579061092596917, -0.3017516353771246, 0.5658170065143043, -0.3017516353771246, -0.017455057998409813, -0.7321128082359694, -0.851297279565002, -0.4490662264668077, -0.6780557337441702, -0.236698039893559, -0.5335091429072779, -0.5335091429072779, -0.4490662264668077, -0.5335091429072779, -0.4902482374955547, -0.579061092596917, -0.6780557337441702, -0.4490662264668077, -0.7321128082359694, 0.33218294879484017, -0.5335091429072779, -0.4490662264668077, -0.851297279565002, -0.4902482374955547, -0.579061092596917, -0.4902482374955547, -0.4097781748910726, -0.579061092596917, -0.4902482374955547, -0.851297279565002, -0.5335091429072779, -0.4490662264668077, -0.7321128082359694, -0.62714873560254, -0.579061092596917, -0.3722220605616844, -0.2059587844464976, -0.4490662264668077, 0.9740040220480592, -0.17630110984869762, -0.09312740995491962, -0.5335091429072779, -0.917422628570826, -0.4097781748910726, -0.851297279565002, -0.62714873560254, -0.4490662264668077, -0.7897076777239649, -0.917422628570826, -0.917422628570826, -0.5335091429072779, -0.3017516353771246, 0.23108940531397, -0.6780557337441702, -0.579061092596917, -0.4902482374955547, -0.851297279565002, -0.7321128082359694, -1.1500683603591773, 0.43643938694768303, -0.9887264467977334, -0.62714873560254, -0.851297279565002, -0.6780557337441702, -0.2059587844464976, -0.4097781748910726, -0.6780557337441702, -0.851297279565002, -0.6780557337441702, -0.6780557337441702, -0.6780557337441702, 0.2488131324587609, -1.0659730483575725, -0.3017516353771246, -0.9887264467977334, -0.579061092596917, -0.579061092596917, -0.7321128082359694, -1.0659730483575725, -0.5335091429072779, -0.4902482374955547, -0.851297279565002, -0.579061092596917, -0.7897076777239649, -0.4490662264668077, -0.4097781748910726, -0.3722220605616844, -0.7321128082359694, -0.9887264467977334, -0.851297279565002, -0.62714873560254, -1.1500683603591773, -0.4902482374955547, -0.5335091429072779, -0.579061092596917, -1.3432042238029929, -0.579061092596917, -0.3722220605616844, -0.2685991896039236, 0.02944521458621732, -0.3362552556592956, -0.4490662264668077, -0.7897076777239649, -0.06713728158717791, -0.579061092596917, -0.04192818640621394, 0.8475989373655408, -0.4097781748910726, -0.4490662264668077, 0.11602602412727675, -0.3362552556592956, -0.579061092596917, 0.13633881177978385, -0.017455057998409813, 0.7085744566418113, -0.62714873560254, -0.3017516353771246, 0.5777126955478853, -0.7321128082359694, -0.5335091429072779, -0.579061092596917, -0.579061092596917, -0.6780557337441702, -1.0659730483575725, -0.851297279565002, -1.2420743281010589, -0.579061092596917, -0.62714873560254, -0.917422628570826, -0.579061092596917, -0.2685991896039236, -0.579061092596917, -0.579061092596917, -0.579061092596917, -0.7321128082359694, 0.006323420048220746, -0.6780557337441702, -0.09312740995491962, -0.6780557337441702, -0.7321128082359694, -1.0659730483575725, -0.6780557337441702, -0.579061092596917, -0.14765262082941072, -0.579061092596917, -0.7897076777239649, -0.9887264467977334, -0.4097781748910726, -0.7321128082359694, -1.1500683603591773, -0.3017516353771246, -0.5335091429072779, -0.6780557337441702, -0.9887264467977334, -0.9887264467977334, -0.62714873560254, -0.3362552556592956, -0.579061092596917, -0.579061092596917, -0.6780557337441702, -0.5335091429072779, -0.62714873560254, 0.3633265256635264, -0.4097781748910726, -0.9887264467977334, 0.07385592263147499, -0.3362552556592956, -0.3722220605616844, -0.6780557337441702, -0.917422628570826, -0.3722220605616844, -0.62714873560254, -0.14765262082941072, -0.579061092596917, -0.851297279565002, -0.4902482374955547, -0.4490662264668077, -0.7321128082359694, -0.3362552556592956, -0.6780557337441702, -0.4490662264668077, -1.5780279943065385, -0.917422628570826, -0.7897076777239649, -0.4902482374955547, -0.851297279565002, -0.2685991896039236, -0.579061092596917, -1.1500683603591773, -0.4097781748910726, -0.4490662264668077, -0.5335091429072779, -0.3722220605616844, -0.851297279565002, -0.5335091429072779, -0.3362552556592956, -0.6780557337441702, -0.6780557337441702, -0.917422628570826, 0.43643938694768303, -0.62714873560254, -0.851297279565002, -0.917422628570826, -0.4097781748910726, -0.14765262082941072, -0.4490662264668077, -0.851297279565002, -0.7897076777239649, -0.4097781748910726, -0.3362552556592956, -0.7321128082359694, -0.917422628570826, -0.7897076777239649, -0.62714873560254, -0.17630110984869762, 0.776357221569567, -0.09312740995491962, -0.4490662264668077, -0.4902482374955547, -0.7897076777239649, -0.7897076777239649, -0.9887264467977334, -0.6780557337441702, -0.62714873560254, -0.7321128082359694, -0.4490662264668077, -0.11994784909204635, -0.917422628570826, -0.917422628570826, -0.3362552556592956, -0.7321128082359694, -0.917422628570826, -0.62714873560254, -0.6780557337441702, -0.7897076777239649, -0.4097781748910726, -0.851297279565002, -1.1500683603591773, -0.5335091429072779, -0.4097781748910726, -0.4902482374955547, -0.4902482374955547, -0.6780557337441702, -0.236698039893559, 0.2661678347576576, 1.0237766549777885, -0.3017516353771246, 0.3784720180902358, -0.851297279565002, -0.4902482374955547, -0.7321128082359694, -0.917422628570826, -0.7321128082359694, -0.4490662264668077, -0.5335091429072779, -1.7138333330271818, -0.62714873560254, -0.5335091429072779, -0.851297279565002, -0.62714873560254, -0.851297279565002, 0.4906291449351959, -0.851297279565002, -1.0659730483575725, -0.5335091429072779, -0.3362552556592956, -0.5335091429072779, -0.7897076777239649, -0.9887264467977334, -0.917422628570826, -1.2420743281010589, -0.851297279565002, -0.3362552556592956, -0.7897076777239649, 0.09520694983459267, -0.4490662264668077, -0.7321128082359694, -0.2059587844464976, -0.7897076777239649, -0.4902482374955547, -0.579061092596917, 0.4079604047267654, -0.4902482374955547, -0.579061092596917, -0.7897076777239649, -0.5335091429072779, -0.62714873560254, -0.4490662264668077, -0.6780557337441702, 0.09520694983459267, -0.579061092596917, -0.7897076777239649, -0.5335091429072779, -0.17630110984869762, -0.62714873560254, -0.917422628570826, -0.6780557337441702, -0.4097781748910726, -0.579061092596917, -0.4902482374955547, -0.5335091429072779, -0.7897076777239649, -1.0659730483575725, -0.917422628570826, -0.7321128082359694, -0.09312740995491962, -0.6780557337441702, -0.62714873560254, -0.579061092596917, -0.851297279565002, -0.62714873560254, -0.62714873560254, -0.62714873560254, -0.4490662264668077, -0.14765262082941072, -0.917422628570826, -0.917422628570826, -0.7897076777239649, -0.62714873560254, -0.5335091429072779, -0.9887264467977334, -0.5335091429072779, -0.917422628570826, -0.4097781748910726, -0.851297279565002, -0.4902482374955547, -0.579061092596917, -0.7321128082359694, -0.17630110984869762, -0.579061092596917, -0.851297279565002, -0.6780557337441702, -1.1500683603591773, -0.14765262082941072, 0.2831684861110021, -0.5335091429072779, 0.09520694983459267, -0.4097781748910726, -0.3722220605616844, 0.4223217503307955, 0.2998291717611499, -0.62714873560254, -0.4097781748910726, -0.5335091429072779, -0.6780557337441702, 0.05194529186104813, -1.0659730483575725, -0.7321128082359694, -0.3362552556592956, -0.3017516353771246, -0.3362552556592956, 0.2998291717611499, 0.2831684861110021, 0.9052832540187044, -0.3722220605616844, -0.917422628570826, -0.9887264467977334, -0.917422628570826, -0.7897076777239649, -0.62714873560254, 0.43643938694768303, -0.7897076777239649, -0.62714873560254, -0.9887264467977334, -0.4097781748910726, -0.2059587844464976, -0.7321128082359694, -0.6780557337441702, -0.9887264467977334, -0.2059587844464976, -0.4490662264668077, -0.3722220605616844, -0.917422628570826, -1.0659730483575725, -0.5335091429072779, -0.2685991896039236, -0.11994784909204635, -0.3362552556592956, -0.851297279565002, -0.7897076777239649, -0.4490662264668077, -0.4902482374955547, -0.4902482374955547, -0.6780557337441702, -0.7897076777239649, -0.3362552556592956, -0.851297279565002, -0.62714873560254, -0.579061092596917, -0.4097781748910726, -0.851297279565002, -0.4490662264668077, 0.2998291717611499, -0.3362552556592956, -0.579061092596917, -0.7321128082359694, 0.2831684861110021, -0.6780557337441702, -0.6780557337441702, 0.4774091346927144, 0.2488131324587609, -0.851297279565002, -0.7321128082359694, -0.579061092596917, -0.3362552556592956, -0.579061092596917, -0.7897076777239649, -0.4097781748910726, -0.579061092596917, -0.579061092596917, -0.3362552556592956, -0.7321128082359694, 0.7947490137656603, -0.62714873560254, -1.0659730483575725, -1.0659730483575725, -0.579061092596917, -0.4902482374955547, -0.4490662264668077, -0.4902482374955547, -0.7321128082359694, -0.62714873560254, -1.0659730483575725, -0.5335091429072779, 0.07385592263147499, -0.3017516353771246, -0.7321128082359694, -0.3017516353771246, -0.4902482374955547, -0.62714873560254, -0.5335091429072779, -1.2420743281010589, -0.4490662264668077, -0.7321128082359694, -0.3362552556592956, -0.4097781748910726, 0.4774091346927144, -0.7897076777239649, -0.4097781748910726, -0.9887264467977334, -0.5335091429072779, -0.851297279565002, 0.4639755561341173, -0.3017516353771246, -0.3017516353771246, 0.5415022951952201, -0.62714873560254, -0.62714873560254, -0.579061092596917, -0.2685991896039236, 0.3784720180902358, -0.4902482374955547, -0.4490662264668077, -0.4490662264668077, -0.6780557337441702, -0.851297279565002, -0.4490662264668077, -0.5335091429072779, -0.5335091429072779, -0.5335091429072779, -0.2685991896039236, -0.7897076777239649, 0.6881463087183659, -0.7897076777239649, -0.14765262082941072, -0.917422628570826, -0.579061092596917, 0.09520694983459267, -0.62714873560254, -0.7897076777239649, -0.236698039893559, -0.579061092596917, -0.851297279565002, -0.62714873560254, -0.2685991896039236, -0.5335091429072779, -0.4490662264668077, -0.4902482374955547, -0.62714873560254, -0.851297279565002, -0.7321128082359694, -0.4490662264668077, -0.5335091429072779, -0.5335091429072779, 0.05194529186104813, 0.15616917869311453, -0.2059587844464976, -0.6780557337441702, -0.11994784909204635, 0.9517235576062694, -0.7897076777239649, -0.236698039893559, -0.6780557337441702, -0.4902482374955547, -0.5335091429072779, 1.0836729119338142, -0.851297279565002, -0.4490662264668077, -0.579061092596917, -0.851297279565002, 0.2661678347576576, -0.7321128082359694, -0.7321128082359694, -0.3722220605616844, -0.4097781748910726, -0.62714873560254, -0.7897076777239649, -0.3722220605616844, 0.11602602412727675, -0.4097781748910726, 0.15616917869311453, -0.4490662264668077, -0.4902482374955547, -0.62714873560254, -0.3017516353771246, -0.851297279565002, -0.7897076777239649, -0.7897076777239649, -0.09312740995491962, -0.579061092596917, -0.6780557337441702, -0.4490662264668077, -0.5335091429072779, 0.6236622408385732, 0.02944521458621732, -0.4490662264668077, -0.09312740995491962, -0.3017516353771246, -0.3017516353771246, -0.4490662264668077, -0.9887264467977334, -0.3362552556592956, -0.4097781748910726, -0.62714873560254, -0.7897076777239649, -0.579061092596917, -0.236698039893559, -0.62714873560254, -0.11994784909204635, -0.4902482374955547, 0.5537485655791804, -0.579061092596917, -0.7321128082359694, -0.7321128082359694, -0.4902482374955547, -0.917422628570826, -0.3722220605616844, -0.7321128082359694, -0.2685991896039236, 0.4223217503307955, -0.5335091429072779, -0.5335091429072779, 0.8215945311035976, -0.2685991896039236, 0.5290728912593889, -0.4097781748910726, -0.17630110984869762, -0.3722220605616844, -0.5335091429072779, -0.4490662264668077, -0.7321128082359694, -0.62714873560254, -0.6780557337441702, -0.3722220605616844, 0.2831684861110021, -0.3722220605616844, 0.23108940531397, 0.7479822449664206, -0.6780557337441702, 0.5290728912593889, -0.4902482374955547, 0.05194529186104813, -0.4097781748910726, -0.4490662264668077, -0.4097781748910726, -0.851297279565002, 0.07385592263147499, -0.851297279565002, -0.579061092596917, -0.7321128082359694, -0.9887264467977334, -0.7897076777239649, 0.07385592263147499, -0.14765262082941072, -0.4490662264668077, -1.0659730483575725, -0.62714873560254, -0.851297279565002, -0.236698039893559, -0.3017516353771246, -0.851297279565002, -0.11994784909204635, -0.06713728158717791, 0.2661678347576576, -0.3362552556592956, 0.2831684861110021, -0.4097781748910726, -1.3432042238029929, -0.17630110984869762, -0.3017516353771246, -0.3017516353771246, -0.3017516353771246, -1.2420743281010589, -0.4097781748910726, -0.236698039893559, -0.851297279565002, -1.2420743281010589, 0.23108940531397, -0.62714873560254, -0.6780557337441702, 0.6672029770013453, -1.1500683603591773, -0.06713728158717791, -0.4097781748910726, -0.62714873560254, -1.2420743281010589, 0.2998291717611499, -0.236698039893559, -0.2059587844464976, -0.579061092596917, -0.2685991896039236, -0.7321128082359694, -0.3722220605616844, 0.7285121144676016, -0.5335091429072779, 0.7285121144676016, 0.7085744566418113, -0.017455057998409813, -0.7897076777239649, -0.9887264467977334, -0.579061092596917, 0.3633265256635264, -0.7321128082359694, -1.0659730483575725, -0.09312740995491962, -0.2685991896039236, 0.02944521458621732, -0.17630110984869762, -0.851297279565002, -0.4490662264668077, 0.7285121144676016, -0.3722220605616844, -0.3722220605616844, 0.5537485655791804, -0.3017516353771246, -0.17630110984869762, 0.3479003532142449, -0.7897076777239649, -0.3362552556592956, -0.6780557337441702, -0.62714873560254, 0.13633881177978385, 0.23108940531397, -0.4490662264668077, -0.2685991896039236, 1.145514703033464, 0.5777126955478853, 0.6565298837810791, 0.23108940531397, -0.5335091429072779, -0.7321128082359694, -0.579061092596917, 0.51645480947155, -0.7897076777239649, -0.3017516353771246, 0.6236622408385732, 0.6565298837810791, -0.3362552556592956, -0.4490662264668077, -0.7321128082359694, -0.7897076777239649, -0.17630110984869762, -0.851297279565002, 0.43643938694768303, -0.06713728158717791, -0.4097781748910726, -0.4097781748910726, -1.0659730483575725, 0.21298071488056067, 0.9592170544662666, -0.917422628570826, -0.14765262082941072, -0.3017516353771246, -0.579061092596917, 0.02944521458621732, -0.2685991896039236, -0.11994784909204635, -0.17630110984869762, -0.4490662264668077, 0.3161631568967408, 0.4079604047267654, -0.62714873560254, -0.14765262082941072, -1.1500683603591773, 0.3633265256635264, -0.3017516353771246, -0.14765262082941072, -0.236698039893559, -0.6780557337441702, -0.2685991896039236, -0.7897076777239649, 0.2831684861110021, -0.7897076777239649, -0.017455057998409813, -0.236698039893559, -0.579061092596917, -0.4097781748910726, -0.017455057998409813, -0.4902482374955547, 0.3784720180902358, -0.5335091429072779, -0.3722220605616844, -0.17630110984869762, -0.3722220605616844, -0.4902482374955547, -0.4490662264668077, -0.4097781748910726, -0.2685991896039236, -1.2420743281010589, -0.6780557337441702, -0.851297279565002, 0.5036422506539188, -0.5335091429072779, 0.2488131324587609, -0.06713728158717791, 0.6777406565219444, -0.236698039893559, 0.11602602412727675, -0.3017516353771246, 0.6777406565219444, -0.6780557337441702, -0.2685991896039236, -0.3017516353771246, 0.7085744566418113, 0.6010050705809818, -0.3017516353771246, -0.579061092596917, -0.7321128082359694, -0.3362552556592956, -0.4490662264668077, -0.3362552556592956, -0.3017516353771246, -0.2685991896039236, -0.3017516353771246, -0.9887264467977334, -0.3017516353771246, -0.04192818640621394, 0.3633265256635264, -0.4490662264668077, -0.3362552556592956, 0.5036422506539188, -0.017455057998409813, -0.579061092596917, 0.11602602412727675, -0.579061092596917, -0.62714873560254, 0.3161631568967408, -0.4097781748910726, 0.1755393537301604, -0.17630110984869762, 0.13633881177978385, -0.3017516353771246, -0.7321128082359694, 0.8475989373655408, -0.2059587844464976, -0.11994784909204635, -0.2685991896039236, -0.4490662264668077, -0.7321128082359694, 0.4079604047267654, -0.236698039893559, -0.7321128082359694, -0.579061092596917, -0.4902482374955547, 1.2357689479622032, 0.1944700740684117, -0.2059587844464976, -0.06713728158717791, -0.7321128082359694, -0.3017516353771246, -0.236698039893559, -0.14765262082941072, -0.236698039893559, -0.5335091429072779, -0.4902482374955547, 0.9132060497145996, -0.04192818640621394, 0.5658170065143043, 0.4079604047267654, 0.7285121144676016, 0.7085744566418113, -0.4902482374955547, -0.9887264467977334, -0.62714873560254, -0.236698039893559, -0.3722220605616844, -0.04192818640621394, 0.43643938694768303, -0.236698039893559, 1.1632025329043456, 0.612410888798978, -0.4097781748910726, 0.6672029770013453, -0.579061092596917, 0.5894404963604732, -0.62714873560254, -0.4490662264668077, -0.4097781748910726, 1.1974852315146394, -0.7321128082359694, 0.5894404963604732, 0.4223217503307955, -0.851297279565002, 0.15616917869311453, 0.5894404963604732, -0.3017516353771246, -0.14765262082941072, -0.3362552556592956, -0.4490662264668077, -0.579061092596917, 0.09520694983459267, 0.1755393537301604, -0.7897076777239649, -0.3017516353771246, -0.3362552556592956, 0.05194529186104813, -0.4490662264668077, 0.2998291717611499, -0.06713728158717791, 0.3479003532142449, 0.2488131324587609, -0.2685991896039236, -0.17630110984869762, -0.06713728158717791, -0.236698039893559, -0.3362552556592956, -0.17630110984869762, 0.13633881177978385, -0.62714873560254, 0.05194529186104813, -0.06713728158717791, -0.4490662264668077, -0.2685991896039236, 1.1805210084696725, -0.3722220605616844, -0.017455057998409813, 0.5290728912593889, -0.3722220605616844, 0.02944521458621732, 0.5036422506539188, 1.0306493946084725, -0.851297279565002, 0.05194529186104813, 0.43643938694768303, -0.236698039893559, 0.23108940531397, -0.017455057998409813, 0.6010050705809818, -0.6780557337441702, 0.8215945311035976, 0.1755393537301604, -0.236698039893559, -0.4902482374955547, 1.1573484023522251, -0.06713728158717791, -0.62714873560254, 0.11602602412727675, 0.8972840857813894, 0.7670062378060264, 0.645717858788886, -0.09312740995491962, -0.04192818640621394, -0.17630110984869762, -0.3722220605616844, -0.3362552556592956, -0.17630110984869762, -0.3017516353771246, 0.6565298837810791, -0.2685991896039236, -0.4902482374955547, -0.4097781748910726, -0.236698039893559, 1.1514526575577375, 0.4774091346927144, 0.006323420048220746, -0.4097781748910726, -0.2685991896039236, -0.17630110984869762, -0.579061092596917, -0.06713728158717791, -0.2059587844464976, -0.5335091429072779, -0.17630110984869762, -0.3362552556592956, -1.2420743281010589, -0.17630110984869762, -0.06713728158717791, 0.5894404963604732, 0.13633881177978385, 0.8972840857813894, 0.6881463087183659, 0.006323420048220746, -0.14765262082941072, 0.5777126955478853, 0.7670062378060264, 0.7947490137656603, -0.2685991896039236, 1.1089655550260324, 0.05194529186104813, 0.02944521458621732, -0.11994784909204635, 0.7285121144676016, 0.1944700740684117, 0.51645480947155, -0.579061092596917, 0.6777406565219444, 1.1573484023522251, 0.15616917869311453, -0.017455057998409813, -1.1500683603591773, -0.2059587844464976, 0.8972840857813894, -0.4902482374955547, -0.4902482374955547, -0.04192818640621394, 0.1755393537301604, -0.4097781748910726, -0.5335091429072779, -0.3362552556592956, 0.7085744566418113, 0.1944700740684117, 0.9885320583683528, 0.757548729243924, 1.2030637278652176, -0.236698039893559, 0.7856040498147975, 0.8475989373655408, 1.0168465023119435, 0.05194529186104813, 0.73830424863251, -0.09312740995491962, 0.2488131324587609, 0.5658170065143043, 0.8475989373655408, 0.006323420048220746, 1.4913215461989409, 0.9592170544662666, -0.236698039893559, 0.776357221569567, 1.251650269807421, 0.8728132759290258, -0.236698039893559, 1.2925710864666664, -0.236698039893559, -0.14765262082941072, -0.3017516353771246, 0.8728132759290258, 1.0836729119338142, 0.07385592263147499, 1.1690156321959069, -0.17630110984869762, 0.6236622408385732, -0.62714873560254, -0.11994784909204635, 0.9885320583683528, -0.04192818640621394, -0.2685991896039236, 1.3315671976881671, -0.3362552556592956, -0.579061092596917, 0.2998291717611499, -0.4097781748910726, 1.1274414309712577, 0.8892070600276303, -0.11994784909204635, -0.11994784909204635, 0.8644933222218512, 0.1755393537301604, 0.51645480947155, -0.2059587844464976, -0.11994784909204635, -0.3722220605616844, -0.4097781748910726, 0.05194529186104813, 0.2661678347576576, 0.09520694983459267, -0.04192818640621394, -0.04192818640621394, -0.14765262082941072, -0.2685991896039236, 1.2568771698145185, 0.006323420048220746, 0.05194529186104813, 1.4592931659815245, 0.8728132759290258, 0.11602602412727675, 0.7670062378060264, -0.579061092596917, 0.8303535037856178, 0.09520694983459267, 0.05194529186104813, -0.2685991896039236, -0.2685991896039236, -0.236698039893559, 0.51645480947155, 0.8303535037856178, -0.04192818640621394, -0.09312740995491962, 0.15616917869311453, -0.236698039893559, -0.2685991896039236, -0.11994784909204635, -0.6780557337441702, 1.246390216219356, -0.3362552556592956, -0.11994784909204635, 1.1027143292599644, -0.3362552556592956, -0.2685991896039236, -0.3722220605616844, 0.8728132759290258, 0.645717858788886, 0.1944700740684117, 1.1573484023522251, -0.11994784909204635, 0.8303535037856178, 0.4223217503307955, 0.8810506480996998, 0.51645480947155, -0.4490662264668077, -0.017455057998409813, 0.2661678347576576, -0.14765262082941072, 0.6010050705809818, -0.06713728158717791, -0.2685991896039236, -0.2059587844464976, 1.24109658600207, 1.044226382435163, -0.4902482374955547, 0.8127421435357031, 0.43643938694768303, 0.5537485655791804, 1.3074103594933566, -0.851297279565002, 1.219577548331725, 1.1027143292599644, -0.11994784909204635, -0.3722220605616844, -0.2059587844464976, 0.8390210098603057, 0.776357221569567, 0.4906291449351959, 0.2831684861110021, 1.0707313783086068, 1.1089655550260324, 0.7856040498147975, -0.17630110984869762, 1.2620713313475524, -0.5335091429072779, 0.8303535037856178, 0.5537485655791804, 0.6881463087183659, 1.24109658600207, 1.3457305647206583, -0.5335091429072779, -0.09312740995491962, 1.0098579701593051, 0.6984231947489857, 0.612410888798978, 0.1944700740684117, -0.09312740995491962, 1.5068834066127073, 0.7670062378060264, 1.1274414309712577, 1.1089655550260324, 0.3933468214712476, 1.3219887437649005, 1.1274414309712577, 1.2030637278652176, 0.5894404963604732, -0.2685991896039236, 0.9740040220480592, -0.7897076777239649, 0.006323420048220746, -0.236698039893559, 0.07385592263147499, 0.8728132759290258, -0.4097781748910726, 0.5036422506539188, 1.0168465023119435, 0.02944521458621732, 1.0641841007589905, 1.4344328806414708, 0.4906291449351959, 0.776357221569567, 0.3161631568967408, -0.2685991896039236, 1.0641841007589905, 1.7491320033196327, 0.6881463087183659, 0.4639755561341173, 1.3550401704227195, -0.236698039893559, 1.0168465023119435, 1.24109658600207, 1.2975470745721784, 1.35039843262021, 1.2723630608908012, 0.856089116553479, 0.05194529186104813, 0.8303535037856178, 0.8972840857813894, 0.2488131324587609, -0.04192818640621394, 1.1632025329043456, 1.312298353758027, 0.9666434796632818, 1.2774614211547228, 1.0168465023119435, 0.7186031230165136, 0.02944521458621732, 0.3633265256635264, 0.8728132759290258, 1.1213284196627895, 1.044226382435163, 0.776357221569567, 1.3363152506232876, 1.3363152506232876, -0.2059587844464976, 0.8127421435357031, 1.26723316176951, 1.1027143292599644, 1.1027143292599644, 1.0168465023119435, 1.3171577039764897, 0.9957017778076162, 1.2975470745721784, 1.1690156321959069, 0.05194529186104813, 0.05194529186104813, -0.017455057998409813, 1.230406862550946, -0.3017516353771246, 1.0237766549777885, 1.5221585497438213, 1.1573484023522251, -0.851297279565002, 1.1089655550260324, 0.8728132759290258, 0.8127421435357031, 0.7186031230165136, 1.1335097181446558, 1.2774614211547228, 0.13633881177978385, 1.6579705943951613, -0.3722220605616844, 1.312298353758027, 0.1755393537301604, 0.9885320583683528, 1.302493381636863, -0.04192818640621394, 0.6565298837810791, 1.6643699976821034, -0.3017516353771246, 0.006323420048220746, 1.0575847354715746, 0.3633265256635264, 1.5259337638317811, 1.0641841007589905, 0.33218294879484017, 1.5699442830592876, 1.4088041028677842, 1.3596560689330974, 1.4714492572746596, 1.587614134536054, 0.13633881177978385, 0.7085744566418113, 1.4794554192463931, -0.2059587844464976, 1.3219887437649005, 1.6049152309811312, -0.3017516353771246, 1.0168465023119435, 0.8728132759290258, 0.5777126955478853, 0.9740040220480592, 1.5699442830592876, 1.6049152309811312, 0.006323420048220746, 1.5221585497438213, 1.7884700801896376, 0.6984231947489857, 1.391267298652722, 1.4714492572746596, 0.612410888798978, 1.5221585497438213, 1.145514703033464, -0.2059587844464976, 1.3267918009471582, 1.4000820628374124, 1.3267918009471582, 1.5699442830592876, 0.8972840857813894, 1.3074103594933566, -0.04192818640621394, 1.2086049514130779, 1.24109658600207, 1.002810067480424, -0.5335091429072779, -0.11994784909204635, 0.6984231947489857, 0.9666434796632818, 0.7479822449664206, 1.1274414309712577, 1.0098579701593051, 0.8728132759290258, 1.3778669194541266, -0.236698039893559, 1.1027143292599644, 1.1335097181446558, 1.2250098816468833, 1.1395339304263532, 1.2568771698145185, 0.9957017778076162, 0.9132060497145996, 1.707833837089933, 0.6565298837810791, 1.4794554192463931, 1.2825286278172732, 1.26723316176951, -0.62714873560254, 1.2030637278652176, 1.219577548331725, 0.7085744566418113, 1.3363152506232876, 0.8972840857813894, 1.3410362709841064, 0.8127421435357031, 0.9052832540187044, 1.0836729119338142, 1.002810067480424, 0.4774091346927144, 1.5518896181267687, 1.0641841007589905, 1.2568771698145185, 0.6347632453524065, 1.287565059121512, 1.6482779040339843, 0.8127421435357031, 0.8644933222218512, 1.591103358208722, 0.8972840857813894, 1.2723630608908012, 1.3267918009471582, 1.2774614211547228, 0.8972840857813894, 0.2831684861110021, 1.3315671976881671, 1.368811487273772, 1.2250098816468833, 1.3363152506232876, 1.3868245250075673, 1.3596560689330974, 1.2774614211547228, 0.2661678347576576, 1.115170020533902, 1.35039843262021, 0.73830424863251, 1.219577548331725, 0.4503214193867289, 1.2620713313475524, 0.51645480947155, 0.9812998391705964, 1.3074103594933566, 1.1395339304263532, -0.3722220605616844, 1.9940064556317465, 1.002810067480424, 1.7993749865358546, 0.8303535037856178, 0.6777406565219444, 1.4714492572746596, 1.0964156335714492, 0.5415022951952201, 1.52969186552776, 0.8644933222218512, -0.4490662264668077, 1.5627695289949903, 1.6417525752793949, 0.5658170065143043, 1.0836729119338142, 1.1747882710506266, 1.3956863942756372, 1.3823578183262124, 1.1918689578259734, 0.9210539158081956, 1.5107286571697616, 1.312298353758027, 1.4000820628374124, 1.4174353485651983, 1.5183660667503092, 1.219577548331725, 1.2086049514130779, 1.2620713313475524, 1.2723630608908012, -0.04192818640621394, 1.1514526575577375, 1.3219887437649005, 1.0836729119338142, 1.6285457842599118, 0.73830424863251, 1.1805210084696725, 1.0168465023119435, 1.3363152506232876, 1.2141093966586662, 1.2568771698145185, 1.3823578183262124, 1.2357689479622032, 1.3550401704227195, 1.1632025329043456, 0.8215945311035976, 1.391267298652722, 1.044226382435163, 1.3642464141303583, 1.2357689479622032, 1.2030637278652176, 1.2086049514130779, 1.3074103594933566, 1.24109658600207, 1.2925710864666664, 1.6643699976821034, 1.7548673133778343, 1.780196218098764, 1.1974852315146394, 0.43643938694768303, 1.2774614211547228, 1.219577548331725, 1.219577548331725, 1.2141093966586662, -0.6780557337441702, 1.533433009227666, 1.1974852315146394, 1.3956863942756372, 1.9522831966238865, 1.4428027382224866, 1.3267918009471582, 1.7017624983210902, 1.4991389870110752, 0.8390210098603057, 1.5030202391276863, 1.1918689578259734, 0.757548729243924, 1.4131309567517485, 1.1805210084696725, 1.4674169973219953, 1.2357689479622032, 0.4223217503307955, 1.7257855425251405, 1.230406862550946, 0.9517235576062694, 1.24109658600207, 1.0641841007589905, 1.2086049514130779, 1.3171577039764897, 1.2774614211547228, 1.1395339304263532, 1.391267298652722, 1.044226382435163, 0.51645480947155, 1.4991389870110752, 1.002810067480424, 1.2825286278172732, 1.2030637278652176, 1.1027143292599644, 1.495239480194254, 0.7085744566418113, 1.1274414309712577, 1.1805210084696725, 1.115170020533902, 1.5259337638317811, 1.4088041028677842, 0.9517235576062694, 0.645717858788886, 1.230406862550946, 1.5482310199721774, 0.9740040220480592, 1.044226382435163, 1.391267298652722, 1.1395339304263532, 1.1632025329043456, 0.9052832540187044, 1.5107286571697616, 0.9812998391705964, 1.4259776701441889, 0.6010050705809818, 1.251650269807421, 1.4834296944359533, 1.6014837750284947, 1.5770574789637923, 1.0707313783086068, 1.1027143292599644, 1.0707313783086068, 1.09006874202911, 1.0964156335714492, 1.246390216219356, 1.26723316176951, 1.5518896181267687, 1.7316840858235405, 1.251650269807421, 0.8644933222218512, 1.2141093966586662, 1.8594381462798324, 1.0836729119338142, 1.5030202391276863, 0.6565298837810791, 1.391267298652722, 1.2086049514130779, 1.3410362709841064, 1.4991389870110752, 1.230406862550946, 1.4633650313900513, 1.251650269807421, 1.4714492572746596, 1.26723316176951, 1.4834296944359533, 0.9517235576062694, 1.5183660667503092, 1.3868245250075673, 1.5068834066127073, 1.0509324476874078, 1.0509324476874078, 0.9885320583683528, 1.2030637278652176, 1.4834296944359533, 1.0964156335714492, 1.246390216219356, 1.1213284196627895, 1.4633650313900513, 1.044226382435163, 1.1974852315146394, 0.5290728912593889, 1.115170020533902, 1.3778669194541266, 1.2723630608908012, 1.5107286571697616, 1.0964156335714492, 1.7168582806247732, 1.7168582806247732, 1.3733515650061179, 1.115170020533902, 1.0707313783086068, 1.3733515650061179, 1.7257855425251405, 1.3823578183262124, 0.8644933222218512, 1.1862143919557186, 1.6987100731460911, 1.2774614211547228, 1.09006874202911, 1.3642464141303583, 1.4834296944359533, 0.1944700740684117, 1.831254553038253, 1.1514526575577375, 1.4873850100914645, 1.3733515650061179, 1.446956194633784, 1.3868245250075673, 0.51645480947155, 1.5770574789637923, 1.219577548331725, 1.24109658600207, 1.1274414309712577, 0.5658170065143043, 1.4552012047359313, 1.3778669194541266, 1.1747882710506266, 1.368811487273772, 1.2141093966586662, 1.63847054896746, 1.4088041028677842, 0.73830424863251, 1.115170020533902, 1.5068834066127073, 1.368811487273772, 1.7198447289293797, 1.686386725441991, 1.6832770513352122, 1.5259337638317811, 1.302493381636863, 1.3956863942756372, 1.4714492572746596, 1.5221585497438213, 1.115170020533902, 1.6285457842599118, 0.3784720180902358, 1.7108529134785777, 1.6151251957337347, 1.7829633576969084, 1.5408650298618638, 1.3778669194541266, 1.3642464141303583, 1.4131309567517485, 1.4991389870110752, 1.4873850100914645, 1.2141093966586662, 1.3074103594933566, 1.368811487273772, 1.3596560689330974, 1.1514526575577375, 0.7947490137656603, 1.52969186552776, 1.849300085456942, 1.3823578183262124, 1.4131309567517485, 1.3410362709841064, 1.1974852315146394, 1.3315671976881671, 0.612410888798978, 1.6185007652350425, 0.856089116553479, 1.533433009227666, 1.6832770513352122, 1.5068834066127073, 1.4754620019375433, 1.0836729119338142, 1.145514703033464, 1.1747882710506266, 1.6482779040339843, 1.3267918009471582, 0.6777406565219444, 1.740453946862358, 1.4633650313900513, 1.251650269807421, 1.5735085097063566, 1.0707313783086068, 0.612410888798978, 1.302493381636863, 1.1274414309712577, 1.4913215461989409, 1.0098579701593051, 1.3219887437649005, 1.5805913208700986, 1.2030637278652176, 1.24109658600207, 1.5591587329653225, 1.5107286571697616, 1.2925710864666664, 1.4714492572746596, 1.0575847354715746, 1.3267918009471582, 1.7257855425251405, 1.7198447289293797, 1.6450216597531258, 1.6318672581707054, 1.5945779584104716, 0.5537485655791804, 1.2925710864666664, 0.6565298837810791, 1.26723316176951, 1.1690156321959069, 1.4633650313900513, 1.3267918009471582, 1.1918689578259734, 1.0836729119338142, 1.2975470745721784, -0.06713728158717791, -0.11994784909204635, 1.780196218098764, 1.4991389870110752, 1.6894847786394265, 1.6832770513352122, 1.3642464141303583, 1.4913215461989409, 1.2975470745721784, 0.7085744566418113, 1.6014837750284947, -0.14765262082941072, 1.312298353758027, -1.5780279943065385, 0.9365304301129652, 1.287565059121512, 1.0836729119338142, 1.251650269807421, 1.4794554192463931, 1.1862143919557186, 0.9132060497145996, 0.6347632453524065, 1.1974852315146394, 1.4834296944359533, 1.4552012047359313, 1.7048037256875908, 1.0306493946084725, 1.6252109496191434, 0.5415022951952201, 1.4131309567517485, 1.1089655550260324, 0.8892070600276303, 1.7108529134785777, 1.4873850100914645, 0.8215945311035976, 1.5518896181267687, 1.4344328806414708, 1.6083325425853885, 1.6185007652350425, 1.3457305647206583, 1.2250098816468833, 1.5183660667503092, 1.4000820628374124, 1.0237766549777885, 1.2620713313475524, 1.2975470745721784, 1.7774198109298431, 1.7316840858235405, 1.4428027382224866, 1.6318672581707054, 1.4834296944359533, 1.6049152309811312, 1.0641841007589905, 1.591103358208722, 1.4991389870110752, 1.2086049514130779, 1.3733515650061179, 1.1747882710506266, 1.707833837089933, 0.6565298837810791, 1.4873850100914645, 1.6417525752793949, 1.6707203809744156, 1.302493381636863, 1.1918689578259734, 1.0306493946084725, 0.612410888798978, 1.3219887437649005, 1.1213284196627895, 1.302493381636863, 1.5555321422608592, 1.3550401704227195, 1.7829633576969084, 1.1805210084696725, 1.4834296944359533, 1.6318672581707054, 0.8728132759290258, 0.21298071488056067, 1.4428027382224866, 1.82076366262644, 1.3267918009471582, 1.5408650298618638, 1.1747882710506266, 1.446956194633784, 1.4259776701441889, 1.3596560689330974, 1.680155668825355, 0.51645480947155, 1.26723316176951, 1.7884700801896376, 1.0641841007589905, 0.6881463087183659, 1.3956863942756372, 1.002810067480424, 1.446956194633784, 1.3778669194541266, 1.1395339304263532, 1.7966621787767485, 1.9035849139701304, 1.3733515650061179, 0.7479822449664206, 0.11602602412727675, 1.391267298652722, 1.7577201570724466, 1.5371573472477669, 1.4217175102422055, 1.287565059121512, 1.6218626463482702, 1.4592931659815245, 1.0641841007589905, 1.4913215461989409, 1.7017624983210902, 1.0098579701593051, 1.6925712974443488, 1.2620713313475524, 1.6049152309811312, 0.8644933222218512, 1.6956463674111673, 1.6417525752793949, 1.2620713313475524, 1.2774614211547228, 1.7168582806247732, 1.1690156321959069, 0.5777126955478853, 1.5841101638087305, 1.5482310199721774, 1.5627695289949903, 1.3733515650061179, 1.2357689479622032, 0.7947490137656603, 1.7829633576969084, 1.5371573472477669, 0.7947490137656603, 1.6285457842599118, 1.3550401704227195, 1.2030637278652176, 1.6417525752793949, 1.2620713313475524, 1.52969186552776, 1.8181200635053776, 1.1335097181446558, 1.6285457842599118, 1.5735085097063566, 0.856089116553479, 1.707833837089933, 1.4428027382224866, 0.9740040220480592, 0.5036422506539188, 1.86696114662953, 1.2620713313475524, 1.6925712974443488, 1.2620713313475524, 1.6738774236480845, 1.6151251957337347, 1.0575847354715746, 1.812807438873236, 0.9210539158081956, 1.0964156335714492, 1.287565059121512, 1.5518896181267687, 1.7577201570724466, 1.044226382435163, 1.3956863942756372, 1.6515214085747294, 0.645717858788886, 1.63847054896746, 1.707833837089933, 1.4302160531328838, 1.4217175102422055, 1.4088041028677842, 1.3596560689330974, 1.8101383042776655, 1.5518896181267687, 1.1747882710506266, 1.5030202391276863, 1.251650269807421, 1.5945779584104716, 1.7577201570724466, 1.495239480194254, 0.9441617677942072, 1.6417525752793949, 1.4174353485651983, 1.3642464141303583, 1.5030202391276863, 1.5030202391276863, 1.5482310199721774, 1.3868245250075673, 1.7690343580723684, 1.876886776110896, 1.3778669194541266, 0.8475989373655408, 1.391267298652722, 1.587614134536054, 1.4386283707439025, 1.1335097181446558, 1.6285457842599118, 1.4794554192463931, 1.4552012047359313, 1.6987100731460911, 1.3550401704227195, 1.0707313783086068, 1.7577201570724466, 1.5482310199721774, 1.246390216219356, 1.8569152310104549, 1.2825286278172732, 1.4000820628374124, 1.0836729119338142, 1.368811487273772, 0.856089116553479, 1.6083325425853885, 1.1514526575577375, 1.8364506278832944, 1.4674169973219953, 1.7857212913797558, 1.9035849139701304, 1.495239480194254, 1.35039843262021, 1.1514526575577375, 1.5518896181267687, 1.6707203809744156, 1.915441885967614, 1.1335097181446558, 1.5107286571697616, 1.514556156181115, 0.8127421435357031, 1.35039843262021, 1.246390216219356, 1.3410362709841064, 1.7168582806247732, 1.0098579701593051, 1.6643699976821034, 1.4088041028677842, 1.3778669194541266, 1.4386283707439025, 1.3868245250075673, 1.1862143919557186, 1.2825286278172732, 1.1918689578259734, 1.3171577039764897, 0.8037943299762237, 1.26723316176951, 1.3171577039764897, 1.4000820628374124, 1.2620713313475524, 1.8233988581401903, 1.251650269807421, 1.2357689479622032, 0.9592170544662666, 1.5068834066127073, 1.0964156335714492, 1.4592931659815245, 1.0964156335714492, 1.1213284196627895, 1.7375409560104484, 1.6894847786394265, 1.3315671976881671, 1.4633650313900513, 1.4088041028677842, 1.0964156335714492, 1.3267918009471582, 1.707833837089933, 1.7548673133778343, 1.686386725441991, 1.251650269807421, 0.612410888798978, 2.0438745985956297, 1.3074103594933566, 1.5805913208700986, 1.3267918009471582, 1.35039843262021, 2.4563023695440704, 1.2030637278652176, 1.1027143292599644, 1.4131309567517485, 1.7048037256875908, 0.4906291449351959, 1.3733515650061179, 1.230406862550946, 1.4794554192463931, 2.083255617254152, 1.1213284196627895, 1.5591587329653225, 1.3956863942756372, 1.0509324476874078, 1.251650269807421, 0.8037943299762237, 1.5591587329653225, 1.4633650313900513, 1.5068834066127073, 1.230406862550946, 1.2568771698145185, 1.5482310199721774, 1.5770574789637923, 1.6083325425853885, 1.740453946862358, 1.707833837089933, 1.5482310199721774, 1.145514703033464, 0.7947490137656603, 1.7774198109298431, 2.2701240773837594, 1.4344328806414708, 0.7947490137656603, 1.4913215461989409, 1.0575847354715746, 0.8303535037856178, 1.0374656638738264, 1.9011930313891483, 0.9885320583683528, 1.1918689578259734, 1.3074103594933566, 0.9885320583683528, 1.1027143292599644, 1.391267298652722, 0.8390210098603057, 1.544556205337634, 1.2620713313475524, 1.6351754779604653, 1.7316840858235405, 1.1573484023522251, 1.6956463674111673, 1.4754620019375433, 1.115170020533902, 0.9740040220480592, 1.6014837750284947, 1.4913215461989409, 1.1918689578259734, 1.587614134536054, 1.219577548331725, 2.0909121868468947, 1.5518896181267687, 1.4674169973219953, 1.6014837750284947, 1.4834296944359533, 1.7257855425251405, 1.52969186552776, 1.7912097845638355, 1.7912097845638355, 1.9363662046396688, 1.3956863942756372, 1.09006874202911, 1.2975470745721784, 1.26723316176951, 1.4510889483728562, 1.312298353758027, 1.4259776701441889, 1.4044545513316824, 1.8569152310104549, 1.0168465023119435, 1.5663646673004699, 1.2250098816468833, 1.8047741138442417, 1.5030202391276863, 1.8518462479776212, 1.391267298652722, 1.6770224894270158, 1.3642464141303583, 1.6832770513352122, 1.1974852315146394, 1.4000820628374124, 1.5107286571697616, 1.1974852315146394, 1.812807438873236, 1.6770224894270158, 1.2030637278652176, 1.514556156181115, 1.3956863942756372, 1.5591587329653225, 0.8972840857813894, 1.828644250847992, 1.4259776701441889, 1.1918689578259734, 1.5259337638317811, 1.587614134536054, 2.0025289426314345, 1.3219887437649005, 1.7633965596114172, 1.7577201570724466, 1.219577548331725, 1.4344328806414708, 1.2723630608908012, 1.6351754779604653, 1.3171577039764897, 1.9340671925979505, 1.246390216219356, 1.7346176932267847, 1.2357689479622032, 1.6956463674111673, 1.5371573472477669, 1.5482310199721774, 1.5627695289949903, 1.6707203809744156, 1.4633650313900513, 1.3550401704227195, 1.82076366262644, 1.6252109496191434, 1.3596560689330974, 1.9477665854072848, 1.8594381462798324, 1.7198447289293797, 1.0707313783086068, 1.7287400603387215, 2.0637989509501007, 1.4873850100914645, 1.63847054896746, 1.533433009227666, 1.2086049514130779, 1.6987100731460911, 1.5482310199721774, 1.7017624983210902, 1.5107286571697616, 1.6117358259433514, 1.7993749865358546, 1.598038057178366, 1.3733515650061179, 1.9177930638591367, 1.6770224894270158, 1.2925710864666664, 0.7670062378060264, 1.6956463674111673, 1.63847054896746, 1.9059699148530291, 2.1116102336250404, 1.5555321422608592, 1.5735085097063566, 1.5841101638087305, 1.3267918009471582, 1.4217175102422055, 1.4592931659815245, 1.514556156181115, 1.591103358208722, 1.3868245250075673, 1.7228204573391828, 1.7939404643425514, 1.9634682185851853, 1.86446105799063, 1.5030202391276863, 1.4510889483728562, 1.8744164881737035, 1.1690156321959069, 1.3410362709841064, 1.6738774236480845, 1.6515214085747294, 1.9083480735189469, 2.2324432329280883, 1.7017624983210902, 1.7491320033196327, 2.219492446046848, 1.7718389441424236, 1.6832770513352122, 1.8260257032983147, 1.5841101638087305, 0.4639755561341173, 1.8101383042776655, 2.3684294260769883, 1.740453946862358, 1.8233988581401903, 1.4633650313900513, 1.812807438873236, 1.544556205337634, 1.7520046182148816, 1.8074605478923704, 1.63847054896746, 1.7316840858235405, 1.7168582806247732, 1.9723088288163164, 1.5482310199721774, 1.7857212913797558, 2.013060292878567, 1.4259776701441889, 1.533433009227666, 1.6482779040339843, 2.027582959124369, 1.5030202391276863, 2.0657652975664837, 0.8892070600276303, 1.6925712974443488, 1.7346176932267847, 2.031685985072945, 1.591103358208722, 1.8963884614911823, 1.8543846139635107, 2.049902349795941, 1.4794554192463931, 2.575973932193627, 1.7662202515112415, 1.9723088288163164, 1.1918689578259734, 1.991862072360001, 1.7939404643425514, 1.86696114662953, 1.5735085097063566, 1.6925712974443488, 1.9317617867565495, 1.1213284196627895, 2.092815329815216, 1.7375409560104484, 1.5735085097063566, 1.8338566616262248, 1.9634682185851853, 1.998278651723782, 1.7662202515112415, 1.9853954365840687, 1.9011930313891483, 1.6151251957337347, 2.073584368705085, 1.5663646673004699, 1.09006874202911, 1.6450216597531258, 1.8467460783658136, 1.7912097845638355, 1.4794554192463931, 1.8939756934826577, 1.7605632168605454, 2.089004664378114, 1.8441841782233248, 1.4386283707439025, 1.654752272654125, 2.219492446046848, 1.9612432552031782, 1.7966621787767485, 2.031685985072945, 1.591103358208722, 1.2925710864666664, 1.246390216219356, 1.8569152310104549, 1.5030202391276863, 2.1725016153223957, 1.1089655550260324, 2.2546313492863868, 2.1497446453467743, 1.3550401704227195, 1.8441841782233248, 2.285332543294476, 1.591103358208722, 1.7633965596114172, 1.3219887437649005, 2.3307799269152443, 1.9130840204343265, 2.277763189695055, 1.7520046182148816, 1.368811487273772, 1.6285457842599118, 2.053896636412771, 1.7228204573391828, 1.8101383042776655, 2.3002669902771924, 1.9701074996608088, 1.7605632168605454, 1.7939404643425514, 2.198006071084067, 1.7662202515112415, 2.1515175350492304, 1.6579705943951613, 1.7346176932267847, 1.7108529134785777, 1.8866949656188696, 1.774634073913275, 2.1116102336250404, 2.0947141133455847, 1.9059699148530291, 2.2716575423146925, 1.35039843262021, 1.6417525752793949, 2.006757551823635, 2.3105632766274824, 2.5896569503326967, 2.1041433320582743, 2.2079921105025337, 2.1461874496977718, 2.4575275735863795, 2.1690409511372057, 2.4513833627316832, 2.2276103686013617], [-1.1431742409368997, -1.6075673080795996, -1.6075673080795996, -1.367494255031824, -1.1431742409368997, -1.1431742409368997, -1.8568557096348908, -0.7510321117972524, -1.367494255031824, -1.6075673080795996, -0.9376066433435506, -0.7510321117972524, -1.6075673080795996, -1.6075673080795996, -0.7510321117972524, -0.7510321117972524, -1.1431742409368997, -1.6075673080795996, -0.16251262961667706, -0.7510321117972524, -0.5821555335788352, -0.9376066433435506, -0.2898071190667095, 0.1624405899542546, -1.1431742409368997, -0.4290759131444993, -0.7510321117972524, -0.4290759131444993, -1.1431742409368997, -1.6075673080795996, -1.367494255031824, -1.8568557096348908, -0.2898071190667095, -0.4290759131444993, -0.4290759131444993, -1.6075673080795996, -0.9376066433435506, -1.6075673080795996, -0.9376066433435506, -1.367494255031824, -1.1431742409368997, -1.1431742409368997, -0.7510321117972524, -0.2898071190667095, -0.9376066433435506, -1.367494255031824, -1.6075673080795996, -1.367494255031824, -1.367494255031824, -0.5821555335788352, -0.5821555335788352, -0.9376066433435506, -1.8568557096348908, -0.7510321117972524, -1.367494255031824, 0.06234710862867328, -0.9376066433435506, -0.4290759131444993, -0.7510321117972524, -0.9376066433435506, -0.5821555335788352, -0.9376066433435506, -1.6075673080795996, -1.6075673080795996, -1.367494255031824, -0.9376066433435506, -0.7510321117972524, -0.9376066433435506, 0.7089580162262035, -0.7510321117972524, -0.4290759131444993, -1.1431742409368997, -0.4290759131444993, -1.6075673080795996, -0.9376066433435506, -1.6075673080795996, -1.1431742409368997, -0.16251262961667706, -0.7510321117972524, -1.1431742409368997, -1.367494255031824, -0.7510321117972524, -0.4290759131444993, -0.7510321117972524, 0.5745226145653846, -0.9376066433435506, -1.367494255031824, -0.9376066433435506, -1.1431742409368997, -1.8568557096348908, -0.045584985574852604, -1.6075673080795996, -1.6075673080795996, 0.5017326834793403, -0.9376066433435506, -0.9376066433435506, -1.367494255031824, -1.367494255031824, -0.9376066433435506, -0.9376066433435506, -1.367494255031824, -0.9376066433435506, -0.4290759131444993, -1.8568557096348908, -0.5821555335788352, -0.9376066433435506, -1.367494255031824, 0.06234710862867328, -0.5821555335788352, -1.8568557096348908, -0.7510321117972524, -0.2898071190667095, -0.5821555335788352, -0.5821555335788352, 0.1624405899542546, -1.367494255031824, -1.1431742409368997, -0.7510321117972524, -0.9376066433435506, -1.6075673080795996, -0.7510321117972524, -1.367494255031824, 0.06234710862867328, -1.367494255031824, 0.42467511411389336, -0.4290759131444993, -0.7510321117972524, -0.9376066433435506, -0.9376066433435506, -0.5821555335788352, -1.6075673080795996, -0.7510321117972524, -1.6075673080795996, -1.6075673080795996, -1.367494255031824, -1.6075673080795996, -1.1431742409368997, -1.6075673080795996, -0.5821555335788352, -0.9376066433435506, -1.1431742409368997, -0.16251262961667706, -1.367494255031824, -0.9376066433435506, -0.7510321117972524, -1.1431742409368997, -0.045584985574852604, 0.06234710862867328, -0.2898071190667095, -0.4290759131444993, -1.6075673080795996, -0.4290759131444993, -0.2898071190667095, 0.2556683423126261, -0.4290759131444993, -1.6075673080795996, -1.6075673080795996, -1.367494255031824, -0.9376066433435506, -1.1431742409368997, -0.5821555335788352, -0.2898071190667095, -0.9376066433435506, -0.4290759131444993, -0.7510321117972524, -0.7510321117972524, 0.1624405899542546, -0.4290759131444993, -1.6075673080795996, -1.1431742409368997, -1.1431742409368997, -0.5821555335788352, -1.367494255031824, -0.9376066433435506, -1.6075673080795996, -0.7510321117972524, -0.16251262961667706, -1.8568557096348908, 0.06234710862867328, -0.2898071190667095, -0.2898071190667095, -1.1431742409368997, -1.6075673080795996, 0.1624405899542546, -0.7510321117972524, -0.2898071190667095, -1.367494255031824, -0.9376066433435506, -0.2898071190667095, -0.9376066433435506, -0.9376066433435506, -0.4290759131444993, -1.1431742409368997, -1.8568557096348908, 0.1624405899542546, -1.367494255031824, -1.1431742409368997, -1.367494255031824, -0.9376066433435506, -0.2898071190667095, -1.1431742409368997, -0.9376066433435506, 0.8307649908534481, -1.1431742409368997, -0.9376066433435506, -1.1431742409368997, -0.9376066433435506, -1.367494255031824, -0.7510321117972524, -0.9376066433435506, -1.367494255031824, -1.367494255031824, -1.367494255031824, -0.5821555335788352, -1.1431742409368997, -1.367494255031824, -0.16251262961667706, -1.1431742409368997, -0.4290759131444993, -1.6075673080795996, -1.8568557096348908, -0.2898071190667095, -0.7510321117972524, 0.1624405899542546, -0.045584985574852604, -1.8568557096348908, -0.5821555335788352, -0.2898071190667095, -0.5821555335788352, -1.367494255031824, -1.1431742409368997, -0.9376066433435506, -1.1431742409368997, -0.4290759131444993, -0.5821555335788352, -0.7510321117972524, -1.6075673080795996, -0.7510321117972524, -1.1431742409368997, -1.1431742409368997, -1.1431742409368997, -0.2898071190667095, -1.8568557096348908, -1.1431742409368997, -0.7510321117972524, -1.367494255031824, -0.4290759131444993, -0.4290759131444993, 0.1624405899542546, -0.9376066433435506, -0.9376066433435506, -1.367494255031824, -1.1431742409368997, 0.1624405899542546, -1.367494255031824, -0.4290759131444993, -1.6075673080795996, -1.6075673080795996, -0.4290759131444993, -1.6075673080795996, -1.6075673080795996, 0.7089580162262035, -1.6075673080795996, -0.4290759131444993, -0.2898071190667095, -1.367494255031824, -0.5821555335788352, -1.6075673080795996, -1.367494255031824, -1.1431742409368997, -0.7510321117972524, -0.5821555335788352, -0.4290759131444993, -0.9376066433435506, -0.9376066433435506, -1.6075673080795996, -0.9376066433435506, -1.367494255031824, -1.1431742409368997, -0.9376066433435506, -0.9376066433435506, -0.7510321117972524, -0.7510321117972524, -0.9376066433435506, -0.16251262961667706, -0.9376066433435506, -0.2898071190667095, -0.7510321117972524, -1.367494255031824, -1.367494255031824, 0.06234710862867328, 0.5745226145653846, -0.4290759131444993, -0.7510321117972524, -1.1431742409368997, -1.367494255031824, -1.6075673080795996, 0.5017326834793403, -0.9376066433435506, 0.1624405899542546, -1.1431742409368997, 0.06234710862867328, -0.5821555335788352, -0.7510321117972524, -0.16251262961667706, -0.045584985574852604, 0.06234710862867328, -0.9376066433435506, -1.367494255031824, -0.4290759131444993, -0.16251262961667706, -1.1431742409368997, -1.1431742409368997, -0.4290759131444993, -0.7510321117972524, 0.342849296065146, -0.9376066433435506, -1.367494255031824, -1.1431742409368997, -0.5821555335788352, -0.4290759131444993, -1.367494255031824, -0.7510321117972524, -0.9376066433435506, -1.1431742409368997, 0.1624405899542546, -0.9376066433435506, -0.5821555335788352, -1.1431742409368997, -0.5821555335788352, -1.1431742409368997, -0.2898071190667095, -0.5821555335788352, -1.367494255031824, -0.9376066433435506, -0.045584985574852604, -0.7510321117972524, -0.4290759131444993, -0.7510321117972524, 0.1624405899542546, -0.9376066433435506, -0.9376066433435506, -0.4290759131444993, -1.1431742409368997, -0.7510321117972524, -0.9376066433435506, -1.1431742409368997, -0.2898071190667095, -1.1431742409368997, -0.7510321117972524, -0.16251262961667706, -0.7510321117972524, -0.9376066433435506, -0.9376066433435506, -0.5821555335788352, -0.9376066433435506, -0.16251262961667706, -0.9376066433435506, -0.7510321117972524, -1.367494255031824, -0.5821555335788352, -0.9376066433435506, -0.5821555335788352, -0.16251262961667706, -0.5821555335788352, -1.1431742409368997, -1.367494255031824, -1.8568557096348908, -0.045584985574852604, -0.5821555335788352, -0.9376066433435506, -0.7510321117972524, -0.7510321117972524, -1.6075673080795996, -0.2898071190667095, -0.16251262961667706, -0.5821555335788352, -0.4290759131444993, -0.16251262961667706, -1.1431742409368997, 0.06234710862867328, -1.1431742409368997, -0.9376066433435506, -0.9376066433435506, 0.342849296065146, -0.9376066433435506, -1.367494255031824, -1.6075673080795996, -0.7510321117972524, -0.2898071190667095, -1.1431742409368997, -1.6075673080795996, -1.8568557096348908, -0.5821555335788352, 0.6434742842980032, -0.045584985574852604, -0.5821555335788352, -1.367494255031824, -0.5821555335788352, -0.7510321117972524, -0.7510321117972524, -0.16251262961667706, 0.06234710862867328, 0.5017326834793403, -0.9376066433435506, -0.4290759131444993, -1.367494255031824, -1.367494255031824, -0.5821555335788352, -0.7510321117972524, -0.4290759131444993, -0.5821555335788352, -1.1431742409368997, -0.7510321117972524, -1.367494255031824, -0.5821555335788352, -0.7510321117972524, 0.6434742842980032, -0.9376066433435506, -1.1431742409368997, -0.045584985574852604, -1.1431742409368997, -0.7510321117972524, -0.7510321117972524, -0.7510321117972524, -1.367494255031824, -1.6075673080795996, -0.2898071190667095, -0.16251262961667706, -0.16251262961667706, -0.045584985574852604, -0.7510321117972524, -0.9376066433435506, -0.9376066433435506, -1.1431742409368997, -1.1431742409368997, -1.8568557096348908, -0.9376066433435506, -0.9376066433435506, -0.16251262961667706, -0.5821555335788352, -0.045584985574852604, -1.1431742409368997, -0.4290759131444993, -1.1431742409368997, -0.4290759131444993, -0.5821555335788352, -0.2898071190667095, -1.1431742409368997, -1.1431742409368997, -1.1431742409368997, -0.9376066433435506, -1.1431742409368997, -1.1431742409368997, 0.42467511411389336, -0.4290759131444993, -0.9376066433435506, -0.5821555335788352, 0.1624405899542546, -0.5821555335788352, -0.16251262961667706, -1.1431742409368997, -0.5821555335788352, -0.2898071190667095, 0.06234710862867328, -1.1431742409368997, -0.4290759131444993, -0.2898071190667095, -0.4290759131444993, -1.6075673080795996, -1.367494255031824, -0.2898071190667095, -0.4290759131444993, -1.367494255031824, -1.1431742409368997, -0.4290759131444993, -0.7510321117972524, -0.7510321117972524, -0.9376066433435506, -1.367494255031824, -0.16251262961667706, -0.9376066433435506, -0.5821555335788352, -0.7510321117972524, -0.7510321117972524, -0.7510321117972524, -0.5821555335788352, -0.7510321117972524, -0.9376066433435506, -1.1431742409368997, -0.7510321117972524, -1.1431742409368997, -0.7510321117972524, -1.8568557096348908, -0.2898071190667095, -0.9376066433435506, -1.1431742409368997, -0.9376066433435506, -0.045584985574852604, -0.4290759131444993, -0.7510321117972524, -0.9376066433435506, -1.6075673080795996, -0.2898071190667095, -1.1431742409368997, -1.6075673080795996, -0.045584985574852604, -0.5821555335788352, -1.367494255031824, -0.7510321117972524, -1.8568557096348908, 0.06234710862867328, -0.9376066433435506, -1.6075673080795996, -0.7510321117972524, -0.5821555335788352, -0.7510321117972524, -1.1431742409368997, -0.7510321117972524, -1.1431742409368997, 0.06234710862867328, 0.06234710862867328, -1.6075673080795996, -0.7510321117972524, -1.6075673080795996, -1.6075673080795996, -1.6075673080795996, -0.9376066433435506, -0.9376066433435506, -0.4290759131444993, -1.1431742409368997, -1.367494255031824, -0.5821555335788352, -0.9376066433435506, -0.4290759131444993, -1.367494255031824, -0.5821555335788352, -0.9376066433435506, -0.5821555335788352, -0.7510321117972524, -0.7510321117972524, -0.16251262961667706, 0.42467511411389336, -0.5821555335788352, -1.8568557096348908, -0.4290759131444993, -0.16251262961667706, -0.7510321117972524, -0.7510321117972524, -0.4290759131444993, -1.367494255031824, 0.2556683423126261, 0.2556683423126261, -0.4290759131444993, -0.9376066433435506, -0.9376066433435506, -0.9376066433435506, -1.367494255031824, -1.367494255031824, -0.045584985574852604, -1.1431742409368997, -0.16251262961667706, -1.6075673080795996, -0.9376066433435506, -0.16251262961667706, -1.1431742409368997, -0.16251262961667706, -0.5821555335788352, -0.5821555335788352, -1.6075673080795996, -0.2898071190667095, -1.1431742409368997, -0.9376066433435506, -0.16251262961667706, -0.16251262961667706, -1.1431742409368997, 0.1624405899542546, 0.342849296065146, -0.2898071190667095, -0.7510321117972524, -0.2898071190667095, -1.1431742409368997, -0.7510321117972524, -0.7510321117972524, -1.6075673080795996, -1.6075673080795996, 0.1624405899542546, -1.367494255031824, -0.7510321117972524, -1.1431742409368997, -0.2898071190667095, -0.16251262961667706, -0.9376066433435506, -1.1431742409368997, -0.9376066433435506, -1.367494255031824, -0.2898071190667095, -0.7510321117972524, 0.06234710862867328, 0.06234710862867328, -0.7510321117972524, -0.2898071190667095, -0.9376066433435506, -0.9376066433435506, -0.9376066433435506, -1.367494255031824, -1.1431742409368997, -0.9376066433435506, -0.045584985574852604, -0.9376066433435506, -0.4290759131444993, -1.367494255031824, -1.8568557096348908, 0.2556683423126261, -1.1431742409368997, -0.4290759131444993, -0.7510321117972524, -0.7510321117972524, -0.2898071190667095, -0.2898071190667095, -0.16251262961667706, -1.8568557096348908, -0.2898071190667095, -0.9376066433435506, -0.5821555335788352, -0.4290759131444993, -0.4290759131444993, -1.367494255031824, -0.7510321117972524, -0.045584985574852604, 0.1624405899542546, -0.7510321117972524, -0.5821555335788352, -0.7510321117972524, -0.4290759131444993, -0.9376066433435506, -0.9376066433435506, -1.1431742409368997, -0.2898071190667095, -0.9376066433435506, -0.2898071190667095, 0.8876134201594158, -0.045584985574852604, -0.7510321117972524, -0.7510321117972524, -0.7510321117972524, -0.7510321117972524, -0.5821555335788352, -1.8568557096348908, -1.367494255031824, 0.06234710862867328, -1.1431742409368997, -1.367494255031824, -0.9376066433435506, -1.6075673080795996, -1.1431742409368997, -0.7510321117972524, 0.06234710862867328, -0.9376066433435506, -1.1431742409368997, -0.7510321117972524, -0.16251262961667706, -0.5821555335788352, -0.4290759131444993, -0.16251262961667706, -1.1431742409368997, -0.5821555335788352, -0.5821555335788352, -0.5821555335788352, -0.5821555335788352, -0.7510321117972524, -0.16251262961667706, -0.2898071190667095, 0.06234710862867328, -1.6075673080795996, -0.4290759131444993, 0.5017326834793403, -0.2898071190667095, -1.1431742409368997, -0.9376066433435506, -0.9376066433435506, -0.2898071190667095, -0.9376066433435506, -1.367494255031824, -1.1431742409368997, -0.9376066433435506, -1.1431742409368997, -0.2898071190667095, -1.1431742409368997, -0.4290759131444993, -0.045584985574852604, -0.9376066433435506, -0.5821555335788352, -1.1431742409368997, -0.4290759131444993, -0.5821555335788352, -0.4290759131444993, -0.7510321117972524, -0.5821555335788352, -0.4290759131444993, -0.4290759131444993, 0.5017326834793403, -0.7510321117972524, -0.7510321117972524, -1.367494255031824, -0.9376066433435506, -1.1431742409368997, -1.367494255031824, -1.1431742409368997, -1.367494255031824, -0.16251262961667706, -0.2898071190667095, -0.4290759131444993, -1.6075673080795996, -0.5821555335788352, -0.7510321117972524, 0.1624405899542546, -1.367494255031824, -0.9376066433435506, -1.367494255031824, -0.7510321117972524, -0.7510321117972524, -0.7510321117972524, -1.6075673080795996, -0.045584985574852604, -0.2898071190667095, -0.5821555335788352, -0.4290759131444993, 0.2556683423126261, -0.9376066433435506, -0.2898071190667095, -0.2898071190667095, -0.4290759131444993, 0.42467511411389336, -0.9376066433435506, -0.7510321117972524, 0.1624405899542546, -0.7510321117972524, -1.367494255031824, 0.1624405899542546, -0.16251262961667706, -0.5821555335788352, -1.1431742409368997, -0.9376066433435506, -0.2898071190667095, -0.2898071190667095, -0.5821555335788352, -0.4290759131444993, 0.06234710862867328, -0.7510321117972524, -0.4290759131444993, -1.1431742409368997, -0.045584985574852604, -0.2898071190667095, -0.7510321117972524, -0.9376066433435506, -0.5821555335788352, -0.9376066433435506, -1.1431742409368997, -0.9376066433435506, -1.367494255031824, -0.7510321117972524, -1.1431742409368997, -0.2898071190667095, -0.4290759131444993, -0.7510321117972524, -1.367494255031824, -0.9376066433435506, -0.2898071190667095, -0.5821555335788352, -0.4290759131444993, -0.9376066433435506, 0.771294940171856, 0.1624405899542546, -0.9376066433435506, -0.9376066433435506, 0.2556683423126261, 0.2556683423126261, -0.4290759131444993, -0.16251262961667706, -0.4290759131444993, -0.9376066433435506, -0.7510321117972524, -1.367494255031824, -0.4290759131444993, -1.367494255031824, -1.8568557096348908, -1.8568557096348908, -0.4290759131444993, 0.2556683423126261, -0.7510321117972524, -1.6075673080795996, -0.4290759131444993, -0.045584985574852604, -1.367494255031824, -1.1431742409368997, -0.5821555335788352, -1.6075673080795996, -1.1431742409368997, -0.7510321117972524, 0.342849296065146, -1.1431742409368997, -0.16251262961667706, 0.342849296065146, -0.7510321117972524, -1.367494255031824, -0.4290759131444993, 0.2556683423126261, -1.367494255031824, -0.5821555335788352, 0.1624405899542546, -0.9376066433435506, 3.4666273817845963, -0.5821555335788352, -0.16251262961667706, -0.5821555335788352, -0.16251262961667706, -0.9376066433435506, -0.7510321117972524, -1.8568557096348908, -1.1431742409368997, -0.045584985574852604, -0.2898071190667095, -0.7510321117972524, -0.7510321117972524, -0.16251262961667706, -1.1431742409368997, -0.2898071190667095, -0.7510321117972524, -0.2898071190667095, -0.5821555335788352, -1.1431742409368997, 0.1624405899542546, -0.5821555335788352, -0.9376066433435506, -0.5821555335788352, 0.06234710862867328, -1.1431742409368997, -1.1431742409368997, -0.4290759131444993, 0.06234710862867328, -1.367494255031824, -0.5821555335788352, 0.06234710862867328, -0.5821555335788352, 0.06234710862867328, -1.367494255031824, -1.367494255031824, -1.8568557096348908, -0.5821555335788352, -0.7510321117972524, -0.5821555335788352, -0.16251262961667706, -0.4290759131444993, 0.342849296065146, -0.7510321117972524, -1.8568557096348908, -0.4290759131444993, -0.7510321117972524, -0.9376066433435506, -1.367494255031824, -0.5821555335788352, -1.6075673080795996, 0.342849296065146, -0.4290759131444993, 0.2556683423126261, -0.16251262961667706, -1.367494255031824, -0.9376066433435506, -0.4290759131444993, -1.1431742409368997, 0.342849296065146, -0.5821555335788352, -0.4290759131444993, -0.5821555335788352, -0.7510321117972524, -0.7510321117972524, -0.16251262961667706, -0.5821555335788352, -0.9376066433435506, -0.045584985574852604, -0.5821555335788352, -0.5821555335788352, -0.9376066433435506, -1.1431742409368997, -1.367494255031824, -0.2898071190667095, -0.2898071190667095, -0.045584985574852604, 0.06234710862867328, 0.342849296065146, -0.7510321117972524, -0.4290759131444993, -0.7510321117972524, -1.367494255031824, -0.2898071190667095, -0.2898071190667095, -1.367494255031824, -0.9376066433435506, -1.1431742409368997, 0.1624405899542546, -0.5821555335788352, -0.2898071190667095, -0.2898071190667095, -0.5821555335788352, -0.5821555335788352, -0.7510321117972524, 0.06234710862867328, 0.1624405899542546, -0.9376066433435506, -0.7510321117972524, -1.367494255031824, -1.367494255031824, -0.9376066433435506, -0.16251262961667706, -1.1431742409368997, -0.5821555335788352, -0.5821555335788352, -0.4290759131444993, -0.5821555335788352, -0.9376066433435506, 0.06234710862867328, -0.9376066433435506, -1.6075673080795996, -0.9376066433435506, -0.9376066433435506, -1.6075673080795996, -0.9376066433435506, -0.7510321117972524, -0.5821555335788352, 0.06234710862867328, -0.5821555335788352, -1.367494255031824, -0.045584985574852604, -0.9376066433435506, -0.4290759131444993, -1.367494255031824, -0.5821555335788352, -0.5821555335788352, -0.7510321117972524, -1.1431742409368997, -0.9376066433435506, -0.5821555335788352, -0.9376066433435506, -0.4290759131444993, -0.9376066433435506, -0.16251262961667706, -1.367494255031824, -1.1431742409368997, 0.06234710862867328, -0.7510321117972524, -0.045584985574852604, -0.7510321117972524, -0.9376066433435506, -1.1431742409368997, -0.5821555335788352, -0.16251262961667706, -1.6075673080795996, -0.7510321117972524, -1.367494255031824, -0.5821555335788352, -0.7510321117972524, -0.4290759131444993, 0.06234710862867328, -0.045584985574852604, -0.4290759131444993, -0.9376066433435506, -0.5821555335788352, -0.2898071190667095, -1.8568557096348908, -1.367494255031824, -0.9376066433435506, 0.06234710862867328, -0.7510321117972524, -0.2898071190667095, -0.2898071190667095, -0.5821555335788352, -0.7510321117972524, -0.9376066433435506, -0.7510321117972524, -0.5821555335788352, -1.1431742409368997, -0.7510321117972524, -0.045584985574852604, -1.1431742409368997, -0.4290759131444993, -1.1431742409368997, -0.4290759131444993, -0.2898071190667095, 0.06234710862867328, -1.6075673080795996, -0.7510321117972524, -1.1431742409368997, -0.4290759131444993, -0.2898071190667095, -0.7510321117972524, -1.367494255031824, -1.1431742409368997, -1.367494255031824, -1.1431742409368997, -1.1431742409368997, -1.1431742409368997, -0.5821555335788352, -0.7510321117972524, -0.4290759131444993, -0.5821555335788352, -0.045584985574852604, -1.1431742409368997, -0.7510321117972524, -0.9376066433435506, -0.9376066433435506, -0.7510321117972524, -0.7510321117972524, -0.16251262961667706, -0.7510321117972524, -0.5821555335788352, -0.4290759131444993, 0.1624405899542546, -0.9376066433435506, -1.1431742409368997, -0.9376066433435506, -0.7510321117972524, -1.367494255031824, -0.7510321117972524, 0.1624405899542546, -0.16251262961667706, -0.7510321117972524, -0.7510321117972524, -1.367494255031824, 0.2556683423126261, -0.9376066433435506, -0.7510321117972524, -1.367494255031824, -0.5821555335788352, -0.2898071190667095, -0.5821555335788352, -0.2898071190667095, -1.1431742409368997, -1.6075673080795996, -0.9376066433435506, -0.4290759131444993, 0.06234710862867328, 0.2556683423126261, -1.367494255031824, -1.1431742409368997, -0.4290759131444993, -1.1431742409368997, -1.367494255031824, -0.9376066433435506, -0.2898071190667095, -1.367494255031824, -1.6075673080795996, -1.367494255031824, -1.6075673080795996, -1.1431742409368997, -0.2898071190667095, -0.5821555335788352, -0.5821555335788352, -0.4290759131444993, -0.2898071190667095, -1.6075673080795996, -1.367494255031824, -1.6075673080795996, -0.5821555335788352, -1.1431742409368997, -1.1431742409368997, -1.367494255031824, -1.367494255031824, -0.2898071190667095, -0.7510321117972524, -1.1431742409368997, -0.4290759131444993, -0.7510321117972524, -0.16251262961667706, -0.045584985574852604, -1.1431742409368997, 0.2556683423126261, -0.5821555335788352, -1.6075673080795996, -0.9376066433435506, -0.7510321117972524, 0.06234710862867328, 0.1624405899542546, -0.4290759131444993, 0.1624405899542546, -0.7510321117972524, -0.16251262961667706, -0.9376066433435506, -1.367494255031824, -0.9376066433435506, -0.2898071190667095, -0.9376066433435506, -1.1431742409368997, 0.5745226145653846, -0.9376066433435506, -1.1431742409368997, -0.9376066433435506, -0.9376066433435506, -0.5821555335788352, -0.7510321117972524, -0.4290759131444993, -0.2898071190667095, -0.7510321117972524, -0.2898071190667095, -0.9376066433435506, -0.045584985574852604, -0.9376066433435506, -1.1431742409368997, -1.1431742409368997, -1.367494255031824, -0.7510321117972524, -1.1431742409368997, -1.1431742409368997, -0.4290759131444993, -1.367494255031824, -0.7510321117972524, -1.1431742409368997, 0.06234710862867328, -0.16251262961667706, -0.045584985574852604, -0.16251262961667706, -0.5821555335788352, 0.1624405899542546, -1.367494255031824, -1.6075673080795996, -1.1431742409368997, -0.045584985574852604, -0.5821555335788352, -0.5821555335788352, -0.2898071190667095, -0.7510321117972524, -0.5821555335788352, -0.9376066433435506, -0.2898071190667095, -0.2898071190667095, -0.9376066433435506, -0.9376066433435506, 0.06234710862867328, -0.5821555335788352, -1.8568557096348908, -0.045584985574852604, -1.367494255031824, -0.4290759131444993, -0.9376066433435506, -1.1431742409368997, -0.7510321117972524, -0.045584985574852604, -0.4290759131444993, -0.16251262961667706, 0.1624405899542546, -0.7510321117972524, -1.1431742409368997, -0.7510321117972524, -0.5821555335788352, -0.5821555335788352, -0.2898071190667095, -0.4290759131444993, -0.9376066433435506, -1.367494255031824, -0.4290759131444993, 0.342849296065146, -0.2898071190667095, -1.367494255031824, 0.1624405899542546, -0.5821555335788352, -0.045584985574852604, -0.2898071190667095, -0.5821555335788352, -0.5821555335788352, -1.1431742409368997, -1.1431742409368997, -0.9376066433435506, 0.1624405899542546, -0.7510321117972524, -0.7510321117972524, -1.367494255031824, -0.2898071190667095, -0.7510321117972524, -0.2898071190667095, -0.7510321117972524, -1.367494255031824, -1.1431742409368997, -0.2898071190667095, -0.045584985574852604, -0.4290759131444993, -0.5821555335788352, -0.9376066433435506, -0.7510321117972524, -0.2898071190667095, -0.9376066433435506, 0.7089580162262035, -0.045584985574852604, 0.9942840131054774, -0.5821555335788352, -0.7510321117972524, -1.1431742409368997, -0.045584985574852604, -0.045584985574852604, -1.367494255031824, -0.7510321117972524, -0.5821555335788352, -0.045584985574852604, -0.4290759131444993, -0.9376066433435506, -0.5821555335788352, -1.6075673080795996, -0.5821555335788352, 0.1624405899542546, -0.7510321117972524, -0.7510321117972524, -0.045584985574852604, -1.367494255031824, -0.2898071190667095, -0.7510321117972524, -0.2898071190667095, -0.9376066433435506, -0.5821555335788352, -0.5821555335788352, -0.9376066433435506, 0.8307649908534481, -0.2898071190667095, -0.7510321117972524, -0.9376066433435506, -0.9376066433435506, -0.9376066433435506, -0.5821555335788352, -0.7510321117972524, -0.4290759131444993, -0.5821555335788352, -1.1431742409368997, -0.4290759131444993, 0.1624405899542546, -0.5821555335788352, -0.16251262961667706, -0.7510321117972524, -0.2898071190667095, -0.5821555335788352, -1.1431742409368997, -0.5821555335788352, -0.5821555335788352, -0.16251262961667706, -0.4290759131444993, -0.16251262961667706, -1.1431742409368997, -0.2898071190667095, -0.5821555335788352, -0.9376066433435506, 0.6434742842980032, 0.8876134201594158, -0.9376066433435506, -1.1431742409368997, -0.9376066433435506, -0.9376066433435506, 0.06234710862867328, -0.5821555335788352, -0.5821555335788352, -0.045584985574852604, -1.6075673080795996, -0.7510321117972524, -0.4290759131444993, 0.342849296065146, -1.1431742409368997, -0.16251262961667706, 0.342849296065146, -0.4290759131444993, -0.9376066433435506, -0.2898071190667095, -0.4290759131444993, -0.7510321117972524, -0.4290759131444993, -0.7510321117972524, -0.4290759131444993, -0.4290759131444993, 0.1624405899542546, 0.7089580162262035, -1.367494255031824, -0.4290759131444993, -1.1431742409368997, -0.5821555335788352, -0.4290759131444993, -0.5821555335788352, -0.045584985574852604, 0.6434742842980032, -0.9376066433435506, 0.06234710862867328, -0.2898071190667095, -1.6075673080795996, -0.7510321117972524, -0.16251262961667706, -0.7510321117972524, -0.2898071190667095, -1.367494255031824, -0.7510321117972524, -1.1431742409368997, -1.367494255031824, 0.2556683423126261, -0.4290759131444993, 0.342849296065146, -0.7510321117972524, 0.06234710862867328, -0.16251262961667706, -0.2898071190667095, -0.5821555335788352, 0.2556683423126261, -0.16251262961667706, -0.045584985574852604, -0.045584985574852604, -0.5821555335788352, 0.1624405899542546, -0.7510321117972524, -0.2898071190667095, -1.367494255031824, -1.1431742409368997, 0.1624405899542546, -0.5821555335788352, -1.1431742409368997, -1.367494255031824, -0.9376066433435506, -0.7510321117972524, 0.06234710862867328, 0.06234710862867328, 0.1624405899542546, -0.7510321117972524, -0.5821555335788352, -0.16251262961667706, -0.7510321117972524, -0.5821555335788352, 0.5017326834793403, -0.7510321117972524, -0.9376066433435506, -0.5821555335788352, -0.045584985574852604, -0.9376066433435506, -0.045584985574852604, -0.9376066433435506, -0.045584985574852604, -0.4290759131444993, 0.06234710862867328, -0.7510321117972524, -0.7510321117972524, 0.342849296065146, -0.16251262961667706, -1.1431742409368997, -0.16251262961667706, -1.1431742409368997, -0.2898071190667095, 0.1624405899542546, -0.4290759131444993, -0.2898071190667095, -1.1431742409368997, 0.5745226145653846, -1.1431742409368997, -0.7510321117972524, -1.1431742409368997, -0.9376066433435506, -0.4290759131444993, -0.2898071190667095, 0.1624405899542546, -1.1431742409368997, 0.1624405899542546, -1.6075673080795996, -0.16251262961667706, -1.6075673080795996, -0.7510321117972524, -1.1431742409368997, -0.5821555335788352, -0.5821555335788352, -0.7510321117972524, -1.367494255031824, -0.16251262961667706, -0.4290759131444993, -0.7510321117972524, 0.5017326834793403, -0.2898071190667095, -0.9376066433435506, -0.16251262961667706, -0.9376066433435506, 0.2556683423126261, -0.2898071190667095, -0.7510321117972524, -0.9376066433435506, -1.1431742409368997, -0.9376066433435506, -1.1431742409368997, -0.5821555335788352, -0.2898071190667095, -0.5821555335788352, -0.5821555335788352, -1.1431742409368997, -0.7510321117972524, -0.7510321117972524, -0.4290759131444993, -1.8568557096348908, -0.2898071190667095, -0.5821555335788352, -0.4290759131444993, -1.1431742409368997, -0.9376066433435506, 0.06234710862867328, 0.06234710862867328, -0.2898071190667095, -0.4290759131444993, 0.42467511411389336, -0.7510321117972524, -0.2898071190667095, -0.2898071190667095, -0.2898071190667095, -1.367494255031824, -1.367494255031824, 0.1624405899542546, -0.5821555335788352, 0.42467511411389336, -0.7510321117972524, 0.06234710862867328, -0.16251262961667706, -0.5821555335788352, -0.7510321117972524, -0.045584985574852604, -0.4290759131444993, -0.5821555335788352, 0.06234710862867328, -0.4290759131444993, -0.7510321117972524, -0.9376066433435506, -0.045584985574852604, 0.42467511411389336, -0.7510321117972524, -0.2898071190667095, -0.7510321117972524, 0.2556683423126261, -0.5821555335788352, -0.4290759131444993, -1.6075673080795996, -0.5821555335788352, -0.9376066433435506, -0.7510321117972524, 0.2556683423126261, -0.045584985574852604, -0.5821555335788352, -0.16251262961667706, -0.5821555335788352, -0.045584985574852604, -0.2898071190667095, -0.9376066433435506, -0.4290759131444993, -0.7510321117972524, -0.045584985574852604, 0.42467511411389336, -0.5821555335788352, -0.4290759131444993, 0.2556683423126261, -1.1431742409368997, -1.8568557096348908, -0.2898071190667095, -0.16251262961667706, -0.5821555335788352, -0.9376066433435506, -1.1431742409368997, -1.6075673080795996, -0.5821555335788352, -0.7510321117972524, -0.2898071190667095, -0.7510321117972524, 0.06234710862867328, -0.16251262961667706, -0.7510321117972524, 1.5951574653184677, -1.367494255031824, -0.4290759131444993, -0.4290759131444993, -0.5821555335788352, -0.9376066433435506, -1.1431742409368997, -1.367494255031824, -0.5821555335788352, -1.1431742409368997, -0.045584985574852604, -0.16251262961667706, -1.1431742409368997, -0.7510321117972524, -1.1431742409368997, -0.7510321117972524, -1.1431742409368997, 0.06234710862867328, -0.9376066433435506, 0.06234710862867328, -0.045584985574852604, 0.7089580162262035, 0.42467511411389336, -0.4290759131444993, -0.5821555335788352, 0.42467511411389336, -0.2898071190667095, -1.6075673080795996, -1.367494255031824, -0.7510321117972524, -0.4290759131444993, -0.16251262961667706, -0.4290759131444993, 1.0444666399163391, 0.06234710862867328, -0.7510321117972524, 0.06234710862867328, -0.4290759131444993, -0.7510321117972524, -0.9376066433435506, -0.9376066433435506, -0.2898071190667095, -1.1431742409368997, -0.4290759131444993, 0.42467511411389336, -0.045584985574852604, -0.9376066433435506, -1.1431742409368997, -0.16251262961667706, -0.4290759131444993, -0.045584985574852604, 0.42467511411389336, 0.2556683423126261, -0.4290759131444993, -0.16251262961667706, 0.06234710862867328, -0.4290759131444993, -0.9376066433435506, -0.16251262961667706, 0.06234710862867328, -0.5821555335788352, -0.5821555335788352, -0.16251262961667706, -0.4290759131444993, -0.2898071190667095, -0.7510321117972524, -0.7510321117972524, -0.7510321117972524, -0.7510321117972524, -0.5821555335788352, -0.5821555335788352, -0.4290759131444993, -0.2898071190667095, 0.06234710862867328, -0.2898071190667095, -0.2898071190667095, -0.045584985574852604, -1.367494255031824, -0.2898071190667095, 0.342849296065146, -1.367494255031824, -0.2898071190667095, -0.7510321117972524, -1.1431742409368997, 0.5017326834793403, -0.5821555335788352, -0.5821555335788352, -0.5821555335788352, -0.2898071190667095, -0.7510321117972524, -0.2898071190667095, -1.367494255031824, -0.5821555335788352, -0.4290759131444993, -0.16251262961667706, -0.5821555335788352, -0.5821555335788352, -0.2898071190667095, -0.7510321117972524, -1.1431742409368997, -0.5821555335788352, -0.045584985574852604, -0.2898071190667095, -0.045584985574852604, -0.16251262961667706, -0.16251262961667706, -1.367494255031824, -0.4290759131444993, -0.5821555335788352, -0.9376066433435506, -0.9376066433435506, 0.5017326834793403, -0.9376066433435506, -0.7510321117972524, 0.06234710862867328, -0.16251262961667706, -0.5821555335788352, -0.045584985574852604, -0.7510321117972524, 0.2556683423126261, 0.342849296065146, -0.9376066433435506, -1.1431742409368997, -0.2898071190667095, -0.9376066433435506, -0.7510321117972524, -0.045584985574852604, -0.5821555335788352, -1.367494255031824, -0.9376066433435506, -0.2898071190667095, 0.342849296065146, 0.06234710862867328, -1.367494255031824, -0.16251262961667706, 0.5017326834793403, -1.1431742409368997, -0.7510321117972524, 0.42467511411389336, -0.7510321117972524, -0.9376066433435506, -0.4290759131444993, -0.9376066433435506, -0.2898071190667095, -1.1431742409368997, -1.6075673080795996, 0.771294940171856, -0.16251262961667706, -0.9376066433435506, -0.045584985574852604, -0.4290759131444993, -0.4290759131444993, -0.4290759131444993, -0.4290759131444993, -0.16251262961667706, -0.5821555335788352, -0.045584985574852604, 0.2556683423126261, -0.16251262961667706, -0.7510321117972524, -1.367494255031824, -0.045584985574852604, 0.06234710862867328, -0.4290759131444993, 0.1624405899542546, 0.06234710862867328, -0.4290759131444993, 0.2556683423126261, -0.5821555335788352, -0.5821555335788352, -0.2898071190667095, -0.5821555335788352, -0.7510321117972524, -0.2898071190667095, -0.045584985574852604, -0.045584985574852604, -0.16251262961667706, -0.2898071190667095, -0.7510321117972524, -0.9376066433435506, -0.4290759131444993, -0.2898071190667095, -0.4290759131444993, -0.7510321117972524, 0.06234710862867328, -0.4290759131444993, -0.4290759131444993, -0.2898071190667095, -1.1431742409368997, -0.16251262961667706, 1.349418130245927, -0.045584985574852604, -0.045584985574852604, -0.4290759131444993, -1.1431742409368997, -0.045584985574852604, 0.342849296065146, -0.4290759131444993, -0.5821555335788352, 0.2556683423126261, -0.2898071190667095, -0.4290759131444993, -0.4290759131444993, -1.367494255031824, -1.1431742409368997, -1.1431742409368997, 0.06234710862867328, -0.9376066433435506, -0.2898071190667095, -0.4290759131444993, -0.4290759131444993, 0.5017326834793403, -0.16251262961667706, -0.7510321117972524, -0.045584985574852604, -0.9376066433435506, -1.1431742409368997, -0.2898071190667095, -0.9376066433435506, 0.06234710862867328, -0.9376066433435506, -1.6075673080795996, -0.7510321117972524, -0.4290759131444993, -0.045584985574852604, 0.5017326834793403, 0.1624405899542546, -0.2898071190667095, -1.367494255031824, -0.16251262961667706, -0.4290759131444993, 0.342849296065146, 0.1624405899542546, -0.045584985574852604, -0.7510321117972524, -0.9376066433435506, -0.5821555335788352, -0.9376066433435506, 0.42467511411389336, -0.045584985574852604, -0.4290759131444993, -0.7510321117972524, -1.367494255031824, -0.16251262961667706, -1.367494255031824, -0.4290759131444993, -0.4290759131444993, -0.5821555335788352, -0.4290759131444993, -1.8568557096348908, -0.4290759131444993, -0.16251262961667706, -0.7510321117972524, -1.1431742409368997, -0.7510321117972524, 1.2275426206867186, -0.2898071190667095, -0.045584985574852604, 0.342849296065146, -0.7510321117972524, -0.9376066433435506, -0.7510321117972524, 0.1624405899542546, -0.7510321117972524, -0.7510321117972524, -0.5821555335788352, -0.7510321117972524, -0.045584985574852604, 0.06234710862867328, -0.4290759131444993, -0.4290759131444993, -0.045584985574852604, 0.342849296065146, -0.2898071190667095, -0.9376066433435506, 0.42467511411389336, -0.4290759131444993, -0.2898071190667095, 0.06234710862867328, -0.4290759131444993, -0.7510321117972524, 0.42467511411389336, 0.06234710862867328, -0.9376066433435506, -0.9376066433435506, -0.16251262961667706, -0.2898071190667095, -0.9376066433435506, -0.9376066433435506, -0.4290759131444993, -0.16251262961667706, -1.1431742409368997, -0.045584985574852604, -0.5821555335788352, -1.1431742409368997, -0.045584985574852604, -0.4290759131444993, -0.9376066433435506, 0.2556683423126261, 0.9420561228288716, -0.5821555335788352, -0.16251262961667706, -0.9376066433435506, -0.2898071190667095, -0.9376066433435506, -0.5821555335788352, -0.16251262961667706, -0.5821555335788352, -0.5821555335788352, -0.9376066433435506, -0.5821555335788352, -1.1431742409368997, -0.4290759131444993, -1.367494255031824, -0.2898071190667095, -0.2898071190667095, 0.06234710862867328, 0.6434742842980032, -0.16251262961667706, -1.367494255031824, -0.7510321117972524, 0.1624405899542546, -1.367494255031824, 0.2556683423126261, -0.5821555335788352, -1.1431742409368997, -0.9376066433435506, -0.2898071190667095, -0.4290759131444993, 0.5017326834793403, -0.2898071190667095, 0.2556683423126261, -1.6075673080795996, -0.045584985574852604, -0.2898071190667095, 0.1624405899542546, -0.045584985574852604, 0.06234710862867328, -0.2898071190667095, 0.342849296065146, -0.5821555335788352, 0.2556683423126261, -0.045584985574852604, -1.1431742409368997, -0.5821555335788352, 0.1624405899542546, -0.16251262961667706, -0.4290759131444993, -0.16251262961667706, -0.2898071190667095, -0.9376066433435506, 1.745411366752569, -0.2898071190667095, -0.2898071190667095, -0.7510321117972524, -1.1431742409368997, 0.1624405899542546, -0.16251262961667706, -0.7510321117972524, 0.7089580162262035, -0.7510321117972524, -0.16251262961667706, -1.367494255031824, 0.06234710862867328, -0.045584985574852604, 0.6434742842980032, 0.06234710862867328, -0.4290759131444993, -0.045584985574852604, 0.06234710862867328, -0.5821555335788352, -0.5821555335788352, 0.342849296065146, -0.9376066433435506, -0.5821555335788352, -0.16251262961667706, -0.2898071190667095, -0.5821555335788352, 0.1624405899542546, -0.16251262961667706, -0.7510321117972524, -1.6075673080795996, -1.1431742409368997, 0.2556683423126261, -0.5821555335788352, -0.5821555335788352, -0.4290759131444993, 0.342849296065146, -0.16251262961667706, -0.16251262961667706, -0.9376066433435506, -0.2898071190667095, 0.2556683423126261, 0.06234710862867328, -1.1431742409368997, 0.342849296065146, -0.5821555335788352, 0.1624405899542546, -0.7510321117972524, -0.5821555335788352, 0.1624405899542546, -0.4290759131444993, -0.7510321117972524, -0.5821555335788352, -0.5821555335788352, -0.4290759131444993, -1.6075673080795996, -0.4290759131444993, -0.7510321117972524, 0.2556683423126261, -1.1431742409368997, -0.045584985574852604, -1.367494255031824, -0.045584985574852604, -0.5821555335788352, -0.045584985574852604, 0.06234710862867328, 0.06234710862867328, -0.16251262961667706, -0.9376066433435506, -0.2898071190667095, 1.2275426206867186, -0.16251262961667706, 0.9942840131054774, -0.4290759131444993, -0.5821555335788352, -0.16251262961667706, 0.1624405899542546, -0.9376066433435506, -0.2898071190667095, -0.16251262961667706, -0.5821555335788352, -0.5821555335788352, -0.7510321117972524, -0.9376066433435506, -0.9376066433435506, -0.5821555335788352, 0.5017326834793403, -0.16251262961667706, -0.4290759131444993, -0.16251262961667706, -0.5821555335788352, -0.2898071190667095, -0.2898071190667095, -0.16251262961667706, -0.16251262961667706, 0.1624405899542546, -0.4290759131444993, -0.7510321117972524, 0.2556683423126261, -0.7510321117972524, -0.7510321117972524, -1.367494255031824, -1.8568557096348908, -0.045584985574852604, -0.4290759131444993, -1.1431742409368997, -0.2898071190667095, -0.045584985574852604, -0.7510321117972524, -0.5821555335788352, 0.2556683423126261, 0.342849296065146, -1.1431742409368997, -0.7510321117972524, -0.7510321117972524, -0.2898071190667095, 2.090308865909249, -0.5821555335788352, -0.7510321117972524, 0.1624405899542546, -0.045584985574852604, -0.045584985574852604, -0.16251262961667706, -0.9376066433435506, -0.2898071190667095, 0.6434742842980032, -0.045584985574852604, -1.1431742409368997, -0.5821555335788352, -0.9376066433435506, -0.7510321117972524, -0.4290759131444993, 0.06234710862867328, -0.5821555335788352, 0.2556683423126261, -0.5821555335788352, 0.06234710862867328, -0.2898071190667095, -0.2898071190667095, -0.5821555335788352, -0.7510321117972524, -0.7510321117972524, -0.16251262961667706, -0.4290759131444993, -1.367494255031824, 0.5745226145653846, 0.2556683423126261, 2.023933830901636, -0.9376066433435506, -0.045584985574852604, -0.4290759131444993, -0.5821555335788352, 0.06234710862867328, 0.8876134201594158, 0.5745226145653846, 0.5017326834793403, 0.7089580162262035, -0.5821555335788352, 0.1624405899542546, -0.9376066433435506, -0.5821555335788352, 0.1624405899542546, 0.1624405899542546, -0.9376066433435506, -0.5821555335788352, -0.4290759131444993, -0.16251262961667706, -0.2898071190667095, -0.5821555335788352, -0.2898071190667095, 1.3875769624587957, 0.1624405899542546, -0.5821555335788352, -0.4290759131444993, -0.4290759131444993, -0.9376066433435506, -1.367494255031824, -0.5821555335788352, -0.4290759131444993, 0.42467511411389336, -0.2898071190667095, -0.5821555335788352, 0.2556683423126261, 0.1624405899542546, 0.1624405899542546, 0.771294940171856, -0.4290759131444993, 0.42467511411389336, -0.045584985574852604, -0.16251262961667706, 0.06234710862867328, 0.1624405899542546, -0.16251262961667706, -0.4290759131444993, -0.4290759131444993, -0.045584985574852604, 0.2556683423126261, -0.5821555335788352, 0.06234710862867328, -0.045584985574852604, -0.2898071190667095, -0.045584985574852604, -0.4290759131444993, -0.045584985574852604, -1.1431742409368997, -0.4290759131444993, 0.42467511411389336, 0.06234710862867328, -0.7510321117972524, -0.7510321117972524, -0.5821555335788352, -0.9376066433435506, -0.7510321117972524, -0.2898071190667095, 0.1624405899542546, 0.1624405899542546, 0.06234710862867328, -0.7510321117972524, -0.4290759131444993, -0.2898071190667095, -0.7510321117972524, -0.4290759131444993, -0.045584985574852604, 0.06234710862867328, 0.342849296065146, -0.7510321117972524, -0.5821555335788352, -0.2898071190667095, -0.5821555335788352, 0.2556683423126261, 0.342849296065146, -0.9376066433435506, -0.4290759131444993, -0.045584985574852604, -0.9376066433435506, -0.5821555335788352, 0.1624405899542546, -1.1431742409368997, 0.06234710862867328, -1.367494255031824, 0.06234710862867328, 0.1624405899542546, -0.16251262961667706, -0.9376066433435506, -0.5821555335788352, -0.9376066433435506, 0.342849296065146, 0.1624405899542546, -0.5821555335788352, -0.045584985574852604, -0.16251262961667706, -1.367494255031824, -0.16251262961667706, -0.7510321117972524, -0.5821555335788352, 0.06234710862867328, -0.5821555335788352, 0.1624405899542546, -0.4290759131444993, 0.1624405899542546, -0.16251262961667706, -0.5821555335788352, 0.06234710862867328, -0.2898071190667095, 0.1624405899542546, -0.7510321117972524, -0.2898071190667095, -0.4290759131444993, 0.06234710862867328, -0.2898071190667095, -0.16251262961667706, 0.5017326834793403, -0.4290759131444993, -0.5821555335788352, -0.9376066433435506, 0.7089580162262035, -1.367494255031824, -0.4290759131444993, 0.2556683423126261, 0.342849296065146, 0.771294940171856, -0.4290759131444993, -0.045584985574852604, -0.4290759131444993, -1.6075673080795996, -0.045584985574852604, 0.771294940171856, 0.342849296065146, -0.16251262961667706, -0.9376066433435506, -0.5821555335788352, -0.4290759131444993, -0.16251262961667706, -0.4290759131444993, -0.7510321117972524, -0.16251262961667706, 0.7089580162262035, -0.5821555335788352, -0.2898071190667095, -0.5821555335788352, 0.06234710862867328, 0.5017326834793403, -0.9376066433435506, -0.4290759131444993, 0.2556683423126261, -0.16251262961667706, 0.342849296065146, -0.16251262961667706, 0.771294940171856, -0.7510321117972524, -0.045584985574852604, -0.7510321117972524, -0.7510321117972524, 0.1624405899542546, 1.7734307951308177, 0.1624405899542546, -0.4290759131444993, -0.7510321117972524, 0.06234710862867328, -0.045584985574852604, -0.045584985574852604, 0.2556683423126261, -0.4290759131444993, 0.1624405899542546, 0.342849296065146, 0.342849296065146, 0.5017326834793403, -0.5821555335788352, 0.342849296065146, -0.045584985574852604, 0.5745226145653846, 0.342849296065146, -1.6075673080795996, -0.5821555335788352, 0.42467511411389336, 0.06234710862867328, -0.2898071190667095, -0.4290759131444993, 0.342849296065146, 0.5017326834793403, 0.8876134201594158, 1.853939768924072, 0.342849296065146, 0.42467511411389336, -0.16251262961667706, -0.16251262961667706, -0.4290759131444993, 0.1624405899542546, 0.42467511411389336, -0.045584985574852604, -0.4290759131444993, -0.5821555335788352, -0.4290759131444993, -0.2898071190667095, 0.1624405899542546, 0.5017326834793403, 0.5017326834793403, -0.5821555335788352, -0.16251262961667706, -0.4290759131444993, 1.3875769624587957, 0.06234710862867328, -0.7510321117972524, -0.045584985574852604, -0.5821555335788352, -0.5821555335788352, 0.06234710862867328, -0.16251262961667706, -0.5821555335788352, 0.1624405899542546, -0.5821555335788352, -0.16251262961667706, -0.2898071190667095, -0.16251262961667706, 1.13928498595334, -0.045584985574852604, 0.5017326834793403, -0.045584985574852604, -0.4290759131444993, 0.5745226145653846, 0.1624405899542546, 0.06234710862867328, 0.5745226145653846, -0.045584985574852604, -0.4290759131444993, -0.4290759131444993, -0.9376066433435506, 0.42467511411389336, 0.06234710862867328, 0.342849296065146, -0.4290759131444993, -0.5821555335788352, -0.2898071190667095, 0.771294940171856, -0.045584985574852604, 0.42467511411389336, 0.2556683423126261, -0.4290759131444993, 0.5745226145653846, 1.6266711534163123, 0.2556683423126261, -1.1431742409368997, -0.16251262961667706, -0.2898071190667095, 0.342849296065146, 0.42467511411389336, 0.42467511411389336, -0.9376066433435506, 0.342849296065146, 0.2556683423126261, 0.5017326834793403, 0.6434742842980032, 1.5628385637963145, -0.045584985574852604, 0.06234710862867328, -0.7510321117972524, 0.771294940171856, -0.2898071190667095, -0.045584985574852604, 0.7089580162262035, 0.06234710862867328, -0.4290759131444993, -0.9376066433435506, 0.8876134201594158, -0.2898071190667095, 0.342849296065146, 0.342849296065146, 0.2556683423126261, 0.6434742842980032, 0.1624405899542546, 0.771294940171856, -0.5821555335788352, 0.2556683423126261, -0.9376066433435506, 0.42467511411389336, 0.342849296065146, -0.16251262961667706, -0.5821555335788352, 0.9420561228288716, 0.5017326834793403, 0.06234710862867328, -0.4290759131444993, -0.7510321117972524, 1.1841776019190209, 1.5628385637963145, -0.045584985574852604, 0.342849296065146, 0.1624405899542546, -0.16251262961667706, 0.6434742842980032, -0.5821555335788352, 2.1533599423269627, 0.2556683423126261, 0.6434742842980032, -0.4290759131444993, 0.1624405899542546, -0.4290759131444993, -0.045584985574852604, 0.2556683423126261, 1.904892700854252, 0.5017326834793403, 0.8307649908534481, -0.2898071190667095, 0.2556683423126261, 0.5745226145653846, -0.2898071190667095, 0.6434742842980032, 0.7089580162262035, -0.5821555335788352, -0.9376066433435506, 0.06234710862867328, 0.06234710862867328, -0.2898071190667095, 0.342849296065146, -0.4290759131444993, -0.5821555335788352, 0.9942840131054774, -0.4290759131444993, 0.1624405899542546, 0.42467511411389336, -0.5821555335788352, -0.7510321117972524, -0.5821555335788352, 0.8876134201594158, 0.342849296065146, 0.5017326834793403, 0.5017326834793403, 0.5745226145653846, 4.186983839297395, 2.1937052944956976, 0.2556683423126261, -0.4290759131444993, -0.7510321117972524, 0.5017326834793403, 0.06234710862867328, -0.5821555335788352, 0.5017326834793403, -0.4290759131444993, 0.42467511411389336, -0.2898071190667095, 2.0010082042520727, 0.342849296065146, 0.342849296065146, 0.6434742842980032, 0.1624405899542546, 0.06234710862867328, 0.771294940171856, -0.2898071190667095, -0.16251262961667706, -0.045584985574852604, -0.7510321117972524, 0.5745226145653846, 0.42467511411389336, 1.5951574653184677, 0.342849296065146, -0.045584985574852604, -0.045584985574852604, 0.5745226145653846, 4.923947875748151, 0.2556683423126261, 0.1624405899542546, 0.06234710862867328, 1.2694791411620834, 1.0444666399163391, 0.5745226145653846, -0.045584985574852604, -0.9376066433435506, 0.5745226145653846, 0.342849296065146, -0.045584985574852604, 0.5017326834793403, 0.6434742842980032, -0.5821555335788352, -0.045584985574852604, 0.42467511411389336, 1.2275426206867186, 0.6434742842980032, 0.5745226145653846, -0.16251262961667706, 0.2556683423126261, 0.342849296065146, 0.1624405899542546, -1.367494255031824, -0.16251262961667706, 0.1624405899542546, 0.06234710862867328, -1.367494255031824, 0.342849296065146, 0.5017326834793403, -0.4290759131444993, 0.5745226145653846, -0.7510321117972524, 0.342849296065146, -0.16251262961667706, 0.2556683423126261, 0.8876134201594158, 0.06234710862867328, 0.5017326834793403, 0.1624405899542546, 0.1624405899542546, -1.6075673080795996, 0.342849296065146, 1.2275426206867186, 0.7089580162262035, 0.1624405899542546, 1.0444666399163391, 0.9942840131054774, 0.342849296065146, -0.4290759131444993, -1.1431742409368997, -0.16251262961667706, -0.16251262961667706, -0.2898071190667095, 0.771294940171856, 0.8307649908534481, 0.2556683423126261, -0.7510321117972524, -0.16251262961667706, -0.16251262961667706, 1.2275426206867186, 0.771294940171856, 0.1624405899542546, 0.42467511411389336, -0.16251262961667706, 0.1624405899542546, 0.7089580162262035, -0.16251262961667706, 1.853939768924072, -0.045584985574852604, 0.8307649908534481, 0.342849296065146, -1.1431742409368997, 0.6434742842980032, -0.16251262961667706, 0.8307649908534481, 0.1624405899542546, 0.8307649908534481, 0.342849296065146, 2.2134031422020297, 0.5017326834793403, 0.771294940171856, 0.8307649908534481, 0.5745226145653846, 0.06234710862867328, 0.06234710862867328, 0.1624405899542546, -0.4290759131444993, 0.1624405899542546, 2.06857019685662, -0.2898071190667095, 0.2556683423126261, -0.2898071190667095, -0.16251262961667706, -0.5821555335788352, 0.2556683423126261, 0.6434742842980032, 0.6434742842980032, 0.5745226145653846, 0.06234710862867328, -0.2898071190667095, 1.0444666399163391, 0.771294940171856, 0.1624405899542546, 0.342849296065146, 1.349418130245927, -0.045584985574852604, -0.4290759131444993, -0.16251262961667706, -0.16251262961667706, 0.7089580162262035, 0.42467511411389336, 1.2275426206867186, 0.5745226145653846, 1.745411366752569, 0.7089580162262035, 0.9420561228288716, -0.4290759131444993, -0.16251262961667706, 0.7089580162262035, 0.6434742842980032, -0.16251262961667706, -0.16251262961667706, 1.4246217668809145, 0.5017326834793403, 0.5017326834793403, 0.1624405899542546, 0.1624405899542546, 1.092755188571375, 4.83513057022085, 0.7089580162262035, 1.4246217668809145, 2.7722147580177015, 0.342849296065146, 0.42467511411389336, 0.1624405899542546, 0.771294940171856, 1.977657714202616, 0.8307649908534481, 1.2275426206867186, -0.2898071190667095, 0.2556683423126261, 0.771294940171856, -0.16251262961667706, 1.953866388343576, 0.06234710862867328, 0.42467511411389336, 0.06234710862867328, 0.2556683423126261, 1.5951574653184677, 0.1624405899542546, 0.342849296065146, 0.771294940171856, 0.6434742842980032, 0.5745226145653846, -0.16251262961667706, 0.342849296065146, 0.8876134201594158, 0.42467511411389336, 0.42467511411389336, 0.2556683423126261, 0.1624405899542546, 1.5296725942426674, 0.9942840131054774, -0.5821555335788352, -0.16251262961667706, 0.342849296065146, 0.342849296065146, 0.5745226145653846, 1.2275426206867186, 2.111678634361425, 1.5951574653184677, -0.045584985574852604, 1.7734307951308177, -0.4290759131444993, 0.2556683423126261, -0.9376066433435506, 0.06234710862867328, 0.5017326834793403, -0.045584985574852604, 0.8876134201594158, 0.06234710862867328, 0.1624405899542546, 1.092755188571375, 0.8307649908534481, 0.2556683423126261, 1.0444666399163391, 2.1326917704066712, 0.8876134201594158, 0.8876134201594158, -0.5821555335788352, 0.5017326834793403, 0.1624405899542546, -0.9376066433435506, 1.5296725942426674, 0.06234710862867328, 1.0444666399163391, 1.0444666399163391, 0.342849296065146, 0.771294940171856, 1.4246217668809145, -1.367494255031824, 0.8307649908534481, 0.8876134201594158, 1.1841776019190209, 1.6574184789447968, 1.6874355675524362, 0.6434742842980032, -0.2898071190667095, 0.6434742842980032, 1.092755188571375, -0.5821555335788352, 0.342849296065146, 0.771294940171856, 0.06234710862867328, 0.342849296065146, 0.771294940171856, 0.342849296065146, 1.5628385637963145, 0.8876134201594158, 2.2327974234576584, -0.4290759131444993, 0.06234710862867328, 1.4246217668809145, -0.2898071190667095, 0.5017326834793403, 0.42467511411389336, 1.13928498595334, 0.06234710862867328, 0.2556683423126261, -0.2898071190667095, 1.3875769624587957, -0.7510321117972524, 0.2556683423126261, 0.6434742842980032, 0.06234710862867328, 1.87967353675052, 1.853939768924072, -0.7510321117972524, 0.1624405899542546, 0.8876134201594158, 1.977657714202616, 0.8876134201594158, 1.1841776019190209, -0.2898071190667095, 0.2556683423126261, 0.06234710862867328, 0.2556683423126261, -0.9376066433435506, 0.2556683423126261, 0.42467511411389336, -0.7510321117972524, 0.6434742842980032, 0.5017326834793403, 1.2275426206867186, 1.2275426206867186, 1.349418130245927, 0.5745226145653846, 2.947377474937194, 1.1841776019190209, 0.8876134201594158, 1.904892700854252, 0.2556683423126261, -0.2898071190667095, 0.9942840131054774, 0.42467511411389336, 0.42467511411389336, 1.092755188571375, 1.7167560669145343, 0.42467511411389336, 1.7167560669145343, 1.2694791411620834, 0.5017326834793403, 2.2892487229463168, 0.342849296065146, 0.06234710862867328, 0.771294940171856, 0.06234710862867328, 1.2694791411620834, 1.6874355675524362, 0.771294940171856, 1.7167560669145343, 0.9420561228288716, 0.1624405899542546, 0.7089580162262035, 1.1841776019190209, 0.5745226145653846, 0.8307649908534481, 0.2556683423126261, 0.8876134201594158, 0.5745226145653846, 1.7734307951308177, 0.8307649908534481, 2.1533599423269627, 1.2694791411620834, 1.092755188571375, 2.111678634361425, 0.9942840131054774, 1.2694791411620834, 1.13928498595334, 1.092755188571375, 1.1841776019190209, 0.771294940171856, 0.771294940171856, 0.42467511411389336, 0.06234710862867328, 2.5832588938239542, 0.6434742842980032, 0.06234710862867328, -0.16251262961667706, 1.4246217668809145, 0.8876134201594158, 1.1841776019190209, -0.045584985574852604, -0.5821555335788352, 0.42467511411389336, 0.2556683423126261, 0.9420561228288716, 0.06234710862867328, 1.2275426206867186, 1.0444666399163391, 0.9420561228288716, -0.2898071190667095, 0.8307649908534481, 1.0444666399163391, 0.8876134201594158, 2.0464497174235787, 1.4246217668809145, 2.2327974234576584, 0.7089580162262035, 0.5745226145653846, 1.4246217668809145, 0.6434742842980032, 0.1624405899542546, 0.06234710862867328, 2.8802144743970723, 0.06234710862867328, 1.5296725942426674, 0.8307649908534481, 0.5745226145653846, 0.42467511411389336, 0.7089580162262035, 1.0444666399163391, 1.0444666399163391, -0.2898071190667095, -0.16251262961667706, 1.2694791411620834, 0.2556683423126261, 0.7089580162262035, 0.6434742842980032, 0.42467511411389336, 2.2327974234576584, 2.508241703865297, -0.16251262961667706, -0.045584985574852604, 1.6874355675524362, 0.7089580162262035, 2.06857019685662, -0.045584985574852604, 0.2556683423126261, 2.3607805662110453, 2.1533599423269627, 0.5745226145653846, 0.5745226145653846, 1.2275426206867186, 0.771294940171856, 1.13928498595334, 0.342849296065146, 1.3875769624587957, 0.8876134201594158, 0.6434742842980032, 1.092755188571375, 1.0444666399163391, 1.2275426206867186, 0.06234710862867328, -0.2898071190667095, 0.6434742842980032, -0.045584985574852604, 0.1624405899542546, 2.7210636396712315, 0.8876134201594158, 0.06234710862867328, 1.4606150838780243, 2.8452362794081525, -0.9376066433435506, 0.342849296065146, 0.5017326834793403, 0.342849296065146, 0.2556683423126261, 0.42467511411389336, 0.9420561228288716, -0.4290759131444993, 2.759620901901412, 0.9942840131054774, -0.2898071190667095, 1.7167560669145343, 1.092755188571375, -0.4290759131444993, -0.2898071190667095, 0.9420561228288716, 0.6434742842980032, 1.5628385637963145, 1.2694791411620834, -0.16251262961667706, 0.342849296065146, 1.6266711534163123, 0.2556683423126261, 0.06234710862867328, 0.6434742842980032, 0.5017326834793403, -0.7510321117972524, 0.5745226145653846, 1.2275426206867186, -0.16251262961667706, 0.2556683423126261, 1.6266711534163123, 0.8307649908534481, 1.853939768924072, 1.5628385637963145, 0.9420561228288716, 0.42467511411389336, 0.5017326834793403, 2.023933830901636, -0.2898071190667095, 1.8008417940136752, 1.853939768924072, 0.2556683423126261, 1.745411366752569, 0.6434742842980032, 0.342849296065146, 1.1841776019190209, 1.6874355675524362, 2.378045473995584, 1.092755188571375, 0.1624405899542546, 0.1624405899542546, 1.1841776019190209, 0.8307649908534481, 1.13928498595334, 1.6266711534163123, 0.1624405899542546, -0.4290759131444993, 1.2694791411620834, 0.06234710862867328, -0.045584985574852604, -0.4290759131444993, 2.4118800807976783, 1.092755188571375, -0.9376066433435506, 1.3100770535251538, 0.6434742842980032, 0.06234710862867328, 1.8008417940136752, 0.771294940171856, 0.2556683423126261, 0.42467511411389336, 0.42467511411389336, 0.6434742842980032, 1.3875769624587957, 0.9942840131054774, 0.42467511411389336, 0.9942840131054774, 1.349418130245927, 0.342849296065146, 0.8876134201594158, 1.745411366752569, 0.6434742842980032, -0.045584985574852604, 0.771294940171856, 0.5017326834793403, 0.06234710862867328, 0.6434742842980032, 0.1624405899542546, 1.827670076641425, 0.771294940171856, 1.1841776019190209, 0.06234710862867328, 1.0444666399163391, 0.342849296065146, 0.5017326834793403, 1.6874355675524362, 1.5951574653184677, 0.2556683423126261, 1.13928498595334, 0.42467511411389336, 2.5977396146031735, 0.6434742842980032, 0.6434742842980032, 0.771294940171856, 0.9420561228288716, 1.6574184789447968, 0.42467511411389336, 0.2556683423126261, -0.9376066433435506, 1.3875769624587957, 1.3100770535251538, 0.342849296065146, 1.0444666399163391, 0.8307649908534481, 0.9420561228288716, 0.5745226145653846, -1.1431742409368997, -0.045584985574852604, -0.4290759131444993, 1.6266711534163123, 0.06234710862867328, 2.1533599423269627, 0.8307649908534481, 1.4246217668809145, 1.0444666399163391, 0.9420561228288716, 0.2556683423126261, 0.42467511411389336, -0.16251262961667706, 0.2556683423126261, 0.9420561228288716, 0.9420561228288716, 1.13928498595334, 0.9420561228288716, -0.045584985574852604, 0.2556683423126261, 0.1624405899542546, 0.5017326834793403, 1.0444666399163391, 0.8307649908534481, 0.5017326834793403, 1.953866388343576, 0.5017326834793403, 0.5017326834793403, 1.0444666399163391, -0.16251262961667706, 0.342849296065146, 1.5951574653184677, 0.1624405899542546, 1.1841776019190209, 1.5951574653184677, 0.342849296065146, 0.342849296065146, 0.6434742842980032, 1.904892700854252, 0.5017326834793403, 1.092755188571375, 0.5745226145653846, -0.045584985574852604, 0.342849296065146, 1.4246217668809145, 1.6266711534163123, 0.771294940171856, 0.8307649908534481, 0.7089580162262035, 0.342849296065146, -0.2898071190667095, -0.045584985574852604, 1.0444666399163391, 1.7734307951308177, 0.8876134201594158, 2.1533599423269627, 0.9420561228288716, -0.7510321117972524, 0.9942840131054774, 0.5745226145653846, 1.745411366752569, 1.853939768924072, 1.2275426206867186, 1.13928498595334, 0.9942840131054774, 1.092755188571375, 1.2694791411620834, -0.7510321117972524, 0.8876134201594158, 0.8876134201594158, 0.5745226145653846, 0.42467511411389336, 0.5745226145653846, 0.6434742842980032, 1.4606150838780243, 1.4606150838780243, 0.2556683423126261, 0.8307649908534481, 0.9420561228288716, 0.342849296065146, 1.2275426206867186, 0.9942840131054774, -0.045584985574852604, 1.0444666399163391, 0.771294940171856, 1.2694791411620834, 1.3875769624587957, 1.092755188571375, 0.5017326834793403, 0.2556683423126261, 0.9420561228288716, 0.5745226145653846, 1.7167560669145343, 1.5628385637963145, 0.9420561228288716, 0.06234710862867328, 0.771294940171856, 2.2327974234576584, 1.5296725942426674, 1.7167560669145343, 0.7089580162262035, 0.5017326834793403, 1.092755188571375, 0.9942840131054774, 2.0464497174235787, 0.9420561228288716, 1.1841776019190209, 0.2556683423126261, 2.090308865909249, 1.2694791411620834, 0.5017326834793403, 0.8876134201594158, 0.2556683423126261, 2.3075166381336127, 0.9942840131054774, 1.13928498595334, 0.9942840131054774, 1.349418130245927, 1.2275426206867186, 0.7089580162262035, 0.7089580162262035, 1.092755188571375, 1.1841776019190209, 2.2892487229463168, 0.5017326834793403, 1.2275426206867186, 0.2556683423126261, 1.349418130245927, 1.2694791411620834, 2.023933830901636, 0.342849296065146, 2.090308865909249, 0.42467511411389336, -0.4290759131444993, 0.771294940171856, 1.4606150838780243, 1.0444666399163391, 0.06234710862867328, 1.5628385637963145, 0.06234710862867328, 0.42467511411389336, 0.1624405899542546, 0.5745226145653846, 1.6874355675524362, 1.13928498595334, 1.4606150838780243, 1.4606150838780243, 1.5296725942426674, 1.13928498595334, 1.2275426206867186, 0.7089580162262035, 0.06234710862867328, 0.771294940171856, 1.2694791411620834, 1.349418130245927, 0.8876134201594158, 0.42467511411389336, 1.3100770535251538, 0.8876134201594158, -0.045584985574852604, 1.0444666399163391, 0.42467511411389336, 0.9420561228288716, 0.9942840131054774, 1.5951574653184677, 1.827670076641425, 0.771294940171856, 0.2556683423126261, 0.771294940171856, 0.5017326834793403, 1.3100770535251538, 0.7089580162262035, 0.06234710862867328, 0.9420561228288716, 0.342849296065146, 0.6434742842980032, 0.342849296065146, 1.904892700854252, 0.9420561228288716, 0.8876134201594158, 1.2694791411620834, 1.092755188571375, 0.6434742842980032, 1.349418130245927, 0.6434742842980032, 1.3875769624587957, 0.9942840131054774, 1.092755188571375, 2.090308865909249, 0.771294940171856, -0.045584985574852604, 0.8876134201594158, 1.0444666399163391, -0.16251262961667706, 1.3875769624587957, 0.7089580162262035, 0.5017326834793403, 0.8876134201594158, 0.8307649908534481, 0.5017326834793403, 1.6266711534163123, 0.9942840131054774, 0.1624405899542546, 0.5017326834793403, 0.5745226145653846, 2.3255230599678898, 1.2694791411620834, 0.1624405899542546, 0.8307649908534481, 0.342849296065146, 1.2694791411620834, 1.2275426206867186, 0.342849296065146, 1.3875769624587957, 1.349418130245927, 1.0444666399163391, 0.771294940171856, 2.1326917704066712, 1.2694791411620834, 1.6266711534163123, 0.9420561228288716, 1.2694791411620834, 0.8876134201594158, 0.5745226145653846, 1.6574184789447968, 1.1841776019190209, 0.9420561228288716, 0.7089580162262035, 1.0444666399163391, 0.6434742842980032, 0.2556683423126261, 0.42467511411389336, 0.771294940171856, 2.3255230599678898, 1.092755188571375, 1.7734307951308177, 0.342849296065146, 0.5745226145653846, 1.092755188571375, 0.6434742842980032, 0.7089580162262035, 1.349418130245927, 0.2556683423126261, 0.5745226145653846, 0.342849296065146, 1.6874355675524362, 1.092755188571375, 2.1533599423269627, 0.1624405899542546, 0.9942840131054774, 1.2694791411620834, 2.378045473995584, 1.904892700854252, 1.4606150838780243, 1.349418130245927, 1.977657714202616, 1.2694791411620834, -0.2898071190667095, 1.4606150838780243, 0.8307649908534481, -0.045584985574852604, 0.8307649908534481, 0.1624405899542546, 0.9942840131054774, 0.771294940171856, 1.1841776019190209, 1.953866388343576, 0.9420561228288716, 0.9942840131054774, 1.87967353675052, 1.3875769624587957, 0.2556683423126261, 1.13928498595334, 0.771294940171856, 0.9420561228288716, 1.4956143836110067, 1.092755188571375, 0.1624405899542546, 1.977657714202616, 1.1841776019190209, 1.092755188571375, 0.7089580162262035, 0.2556683423126261, 0.8307649908534481, 1.0444666399163391, 1.349418130245927, 2.0464497174235787, 0.42467511411389336, 1.827670076641425, 0.9942840131054774, 1.4606150838780243, 0.06234710862867328, 0.8876134201594158, -0.9376066433435506, 1.2694791411620834, 1.4246217668809145, 1.092755188571375, 1.0444666399163391, 1.2694791411620834, 1.5296725942426674, 3.031681586291392, 1.3875769624587957, 0.771294940171856, 0.7089580162262035, 0.9942840131054774, 2.0010082042520727, 1.6574184789447968, 1.2694791411620834, 2.734047988933144, 2.62620989874781, 0.8876134201594158, 0.1624405899542546, 0.9420561228288716, -0.16251262961667706, 0.9420561228288716, 1.0444666399163391, 1.3100770535251538, 1.0444666399163391, 1.953866388343576, 1.0444666399163391, 2.1736942568494046, 1.3875769624587957, 0.5745226145653846, 2.395076567399168, 2.023933830901636, 0.42467511411389336, 0.9942840131054774, 1.87967353675052, 0.6434742842980032, 1.4956143836110067, 1.2694791411620834, -0.4290759131444993, 1.953866388343576, 1.9296173406591413, 0.5745226145653846, 0.9420561228288716, 0.7089580162262035, 1.4956143836110067, 2.1326917704066712, 0.5745226145653846, 1.349418130245927, 1.2275426206867186, 1.4246217668809145, 0.342849296065146, 0.1624405899542546, 1.4246217668809145, 1.349418130245927, -0.2898071190667095, 1.0444666399163391, 0.5745226145653846, 1.3875769624587957, -0.2898071190667095, 1.87967353675052, 0.5745226145653846, 0.1624405899542546, 1.3875769624587957, 1.953866388343576, 0.7089580162262035, 2.2518973261845905, 0.9942840131054774, 1.13928498595334, 0.8307649908534481, 1.6874355675524362, 0.9942840131054774, 0.7089580162262035, 0.7089580162262035, 0.9420561228288716, 0.8876134201594158, 1.1841776019190209, 1.13928498595334, 1.4956143836110067, 0.5017326834793403, 0.5745226145653846, 1.5296725942426674, 0.5745226145653846, 1.6574184789447968, 0.6434742842980032, 1.13928498595334, 1.4956143836110067, 1.87967353675052, 1.092755188571375, 0.5017326834793403, 1.2694791411620834, 1.092755188571375, 1.349418130245927, 1.4606150838780243, 1.092755188571375, 1.2275426206867186, -0.5821555335788352, 1.6266711534163123, -0.045584985574852604, 1.6874355675524362, 2.3075166381336127, 2.2327974234576584, 1.5628385637963145, 0.7089580162262035, 0.9942840131054774, 0.06234710862867328, 0.9420561228288716, 0.5745226145653846, 0.06234710862867328, 0.9942840131054774, 1.349418130245927, 1.2275426206867186, 1.13928498595334, -0.045584985574852604, 0.5745226145653846, 0.5745226145653846, 1.2694791411620834, 1.827670076641425, 0.9942840131054774, 1.827670076641425, 0.5745226145653846, -0.045584985574852604, 1.2694791411620834, 0.6434742842980032, 0.5017326834793403, 2.857004242279633, 0.8307649908534481, 1.2275426206867186, 1.349418130245927, 0.8307649908534481, 0.5017326834793403, 0.9942840131054774, 1.0444666399163391, 1.4246217668809145, 0.5745226145653846, 0.771294940171856, 1.1841776019190209, 1.6574184789447968, 0.8876134201594158, 1.4246217668809145, 1.2694791411620834, -0.16251262961667706, 0.8307649908534481, 1.3875769624587957, 1.13928498595334, 2.023933830901636, 0.771294940171856, 2.4609838771908583, 0.342849296065146, 0.6434742842980032, 0.1624405899542546, -0.16251262961667706, -0.045584985574852604, 0.5745226145653846, 1.1841776019190209, 1.745411366752569, 0.9420561228288716, 0.342849296065146, 0.2556683423126261, 0.5017326834793403, 0.8307649908534481, 1.8008417940136752, 2.508241703865297, 0.7089580162262035, 1.092755188571375, 1.3100770535251538, -0.16251262961667706, 0.771294940171856, 1.1841776019190209, 1.1841776019190209, 2.5686093780197807, 2.1736942568494046, 0.8876134201594158, 1.0444666399163391, 0.7089580162262035, 0.9420561228288716, 0.7089580162262035, 1.2275426206867186, 1.349418130245927, 1.2275426206867186, 1.3100770535251538, 0.9420561228288716, 0.342849296065146, 1.13928498595334, 2.538787921065898, 1.4606150838780243, 0.1624405899542546, 1.13928498595334, 2.1937052944956976, 1.4246217668809145, 0.8876134201594158, 1.349418130245927, 2.523607598457568, 0.8307649908534481, 1.6266711534163123, 1.6574184789447968, 2.0010082042520727, 1.3100770535251538, 1.2694791411620834, 0.7089580162262035, 1.092755188571375, 1.7167560669145343, 0.342849296065146, 0.771294940171856, 0.8307649908534481, 1.3875769624587957, 1.3875769624587957, 0.9942840131054774, 1.745411366752569, 0.8307649908534481, 1.2275426206867186, 1.8008417940136752, 0.9420561228288716, 0.42467511411389336, 0.5745226145653846, 2.1326917704066712, 1.5296725942426674, 1.6874355675524362, 0.8307649908534481, 0.6434742842980032, 1.349418130245927, 0.2556683423126261, 1.4956143836110067, 1.977657714202616, 0.5745226145653846, 1.5628385637963145, 0.2556683423126261, 2.1326917704066712, 0.7089580162262035, 1.5628385637963145, 0.8876134201594158, 1.745411366752569, 0.5745226145653846, 0.8876134201594158, 1.9296173406591413, 0.771294940171856, 2.3255230599678898, 1.1841776019190209, 2.6402067584120723, 1.8008417940136752, 1.349418130245927, 0.9942840131054774, 1.745411366752569, 0.9420561228288716, 1.87967353675052, 0.771294940171856, 1.2275426206867186, 1.5296725942426674, 1.3875769624587957, 0.7089580162262035, 0.771294940171856, 1.2275426206867186, 1.5296725942426674, 0.342849296065146, 0.8876134201594158, 2.2892487229463168, 0.42467511411389336, 0.5745226145653846, 1.853939768924072, 1.5296725942426674, 1.13928498595334, 0.5745226145653846, 0.06234710862867328, 1.092755188571375, 1.4246217668809145, 0.6434742842980032, 0.8876134201594158, 1.092755188571375, 0.6434742842980032, 1.827670076641425, 1.6574184789447968, -0.7510321117972524, 1.745411366752569, 1.2694791411620834, 1.4606150838780243, 2.1937052944956976, 1.6266711534163123, 1.4246217668809145, 1.4956143836110067, 0.5745226145653846, 3.1939892538947463, 1.092755188571375, 1.5628385637963145, 2.023933830901636, 1.6874355675524362, 1.1841776019190209, 1.1841776019190209, 1.5628385637963145, 2.0464497174235787, 1.4246217668809145, 1.4606150838780243, 0.42467511411389336, 1.5628385637963145, 1.2275426206867186, 2.5686093780197807, 1.977657714202616, 0.8307649908534481, 0.8876134201594158, 1.2275426206867186, 1.3100770535251538, 1.4606150838780243, 0.7089580162262035, 0.9942840131054774, 1.13928498595334, 2.1533599423269627, 0.8307649908534481, 0.5745226145653846, 1.4246217668809145, 2.8916607030933474, 1.4956143836110067, 0.9420561228288716, 0.8876134201594158, 1.3100770535251538, 1.3100770535251538, 1.1841776019190209, 1.904892700854252, 0.5745226145653846, 0.7089580162262035, 1.4606150838780243, 2.023933830901636, 1.3875769624587957, 1.853939768924072, 1.953866388343576, 1.3100770535251538, 0.9942840131054774, 3.255167126782667, 0.5745226145653846, 0.8876134201594158, 0.42467511411389336, 2.378045473995584, 1.977657714202616, 1.977657714202616, 0.5017326834793403, 2.2892487229463168, 1.349418130245927, 3.202913601824243, 1.745411366752569, 3.0816349719947174, 1.7167560669145343, 1.3100770535251538, 1.827670076641425, 0.5017326834793403, -0.045584985574852604, 2.1326917704066712, 1.8008417940136752, 2.8213643382380647, 2.090308865909249, 1.3875769624587957, 1.745411366752569, 2.4769346894613107, 2.2892487229463168, 1.853939768924072, 2.090308865909249, 0.5745226145653846, 2.1736942568494046, 0.7089580162262035, 1.745411366752569, 2.2707116285579456, 1.7167560669145343, 2.4609838771908583, 0.5745226145653846, 2.2892487229463168, 0.9942840131054774, 1.5296725942426674, 2.1736942568494046, 2.4769346894613107, 1.1841776019190209, 1.6574184789447968, 1.9296173406591413, 2.5537870925738995, 1.6874355675524362, 1.827670076641425, 2.111678634361425, 1.6574184789447968, 0.8876134201594158, 2.8092560528585606, 1.9296173406591413, 1.5296725942426674, 2.395076567399168, 2.3075166381336127, 2.343275350568602, 1.853939768924072, 1.7167560669145343, 0.8876134201594158, 1.7734307951308177, 1.6266711534163123, 1.092755188571375, 2.5977396146031735, 1.13928498595334, 1.9296173406591413, 2.4769346894613107, 1.6266711534163123, 0.6434742842980032, 2.3255230599678898, 2.343275350568602, 2.8213643382380647, 2.4284620030395807, 1.8008417940136752, 2.8452362794081525, 2.3255230599678898, 1.5296725942426674, 1.745411366752569, 1.5296725942426674, 0.771294940171856, 1.6574184789447968, 2.4769346894613107, 1.1841776019190209, 1.904892700854252, 1.1841776019190209, 3.071802014378047, 2.508241703865297, 2.4609838771908583, 2.8452362794081525, 1.977657714202616, 2.4769346894613107, 1.3875769624587957, 2.0010082042520727, 2.523607598457568, 2.7079436959511662, 2.5686093780197807, 0.8307649908534481, 3.3535696055674933, 1.092755188571375, 1.5951574653184677, 2.06857019685662, 1.8008417940136752, 1.4956143836110067, 2.2518973261845905, 1.5296725942426674, 0.9942840131054774, 1.7734307951308177, 2.5537870925738995, 2.1937052944956976, 2.395076567399168, 1.853939768924072, 1.6574184789447968, 1.6574184789447968, 1.8008417940136752, 2.3255230599678898, 2.2134031422020297, 2.968989998121, 2.090308865909249, 2.2892487229463168, 2.2134031422020297, 1.3100770535251538, 1.5296725942426674, 2.734047988933144, 2.1937052944956976, 3.0111301941562987, 1.0444666399163391, 1.745411366752569, 1.2694791411620834, 2.6540494268017416, 2.06857019685662, 2.681285502311421, 2.2134031422020297, 2.8686629715744663, 2.6402067584120723, 3.0007269759317894, 2.2707116285579456], [-0.8846741074594939, -1.2638295993452764, -0.4380888932076045, -1.2638295993452764, -0.9662064199932836, -0.9662064199932836, -1.3797350221015126, -1.2638295993452764, -0.9662064199932836, -0.6820737423918273, -0.9662064199932836, -0.9662064199932836, -1.0562831682159046, -0.8846741074594939, -0.5251888283532922, -1.0562831682159046, -0.7435305424238956, -0.7435305424238956, -0.2025269500577964, -1.2638295993452764, -1.0562831682159046, -1.1555296225828569, -0.8107684445933038, -0.5251888283532922, -1.2638295993452764, -0.8846741074594939, -0.625621975554583, -1.1555296225828569, -0.9662064199932836, 1.6468546836521318, -0.2929494620641859, -0.7435305424238956, 0.8193572708673783, -1.0562831682159046, 0.8033611115994506, -1.1555296225828569, -0.8107684445933038, 1.011643890897966, -0.9662064199932836, -0.8846741074594939, -1.0562831682159046, -0.8107684445933038, -0.4801791868607069, -0.7435305424238956, -0.8846741074594939, -0.9662064199932836, -0.5735131909625194, -0.6820737423918273, -1.1555296225828569, -0.625621975554583, -1.1555296225828569, 1.2256993605743576, -0.6820737423918273, -1.0562831682159046, 1.7307499398509467, -0.3985840178668991, -0.7435305424238956, -0.4380888932076045, -0.3985840178668991, 0.8888861455844524, -0.6820737423918273, -0.8846741074594939, 1.3472288881420085, -0.8846741074594939, -0.6820737423918273, -0.8107684445933038, -1.3797350221015126, -1.5000895442091748, -0.9662064199932836, -0.9662064199932836, -0.6820737423918273, -0.7435305424238956, -0.625621975554583, -0.8846741074594939, -0.4801791868607069, -1.1555296225828569, -0.5251888283532922, -0.4801791868607069, 0.6908901139428838, -0.8846741074594939, -1.0562831682159046, -0.8846741074594939, 0.7757257695220866, -0.625621975554583, -0.625621975554583, -1.0562831682159046, -1.3797350221015126, 1.5711331977452212, -0.6820737423918273, -1.5000895442091748, -0.9662064199932836, 1.145221305571845, -0.8107684445933038, -0.2929494620641859, -0.4380888932076045, -0.8846741074594939, -0.5735131909625194, -1.5000895442091748, -1.3797350221015126, -0.8846741074594939, 0.9164047664626472, -1.0562831682159046, -0.2025269500577964, -1.5000895442091748, -1.0562831682159046, -0.7435305424238956, 1.4352183290493792, -1.0562831682159046, -0.4801791868607069, -0.625621975554583, 0.6973594330953721, 1.0488000043879837, -0.9662064199932836, -0.3985840178668991, -0.9662064199932836, 0.2525848468537582, -0.5735131909625194, 1.0267807853266708, -0.8846741074594939, 1.5383007032487312, -0.7435305424238956, -0.9662064199932836, -0.8107684445933038, -0.8846741074594939, -0.6820737423918273, -0.4380888932076045, 1.310925375706104, -0.7435305424238956, -1.0562831682159046, -0.9662064199932836, 1.3773025275490365, -0.3613812163009409, -0.8107684445933038, -1.1555296225828569, -0.5251888283532922, -0.5251888283532922, -0.625621975554583, 2.0646896270298827, -0.8107684445933038, -0.625621975554583, -0.9662064199932836, -0.3613812163009409, 0.9208721512030844, -0.625621975554583, -0.625621975554583, -1.2638295993452764, -0.5735131909625194, -0.625621975554583, 1.5383007032487312, -0.9662064199932836, 1.2546053680363256, -0.4380888932076045, -0.5735131909625194, -0.8846741074594939, -0.4801791868607069, -1.2638295993452764, -1.2638295993452764, -0.9662064199932836, -0.8107684445933038, -0.7435305424238956, -0.6820737423918273, -0.2929494620641859, -0.3985840178668991, -0.8107684445933038, 1.6332733567447169, -1.1555296225828569, -0.5251888283532922, -0.8107684445933038, -1.1555296225828569, -0.5735131909625194, -0.4801791868607069, -0.5251888283532922, -0.7435305424238956, -0.7435305424238956, -0.8846741074594939, -1.2638295993452764, -0.8107684445933038, -1.0562831682159046, -0.8107684445933038, -0.2929494620641859, 1.3293490136291128, -0.8846741074594939, -0.3985840178668991, -0.5251888283532922, 1.5541573149982766, -0.3985840178668991, -0.9662064199932836, -0.7435305424238956, -0.3985840178668991, -0.9662064199932836, -1.0562831682159046, -0.6820737423918273, -0.8846741074594939, -0.9662064199932836, 1.063047202517562, -1.2638295993452764, -0.9662064199932836, -0.625621975554583, -0.6820737423918273, -0.8846741074594939, -0.8846741074594939, -0.7435305424238956, -0.625621975554583, -0.7435305424238956, 1.320207223907538, 1.7548211635206543, 2.201604203052159, -0.8846741074594939, -0.5251888283532922, -1.3797350221015126, -1.2638295993452764, -0.8107684445933038, 1.2967304053398467, -1.1555296225828569, -1.1555296225828569, 2.2032144847102675, -0.4380888932076045, -0.5251888283532922, -1.2638295993452764, -0.5735131909625194, -0.9662064199932836, 1.866379365461243, -0.6820737423918273, 1.7779723171360933, 1.8502763639491902, -0.625621975554583, -0.5251888283532922, -0.8846741074594939, -1.0562831682159046, -1.1555296225828569, -0.5735131909625194, -0.7435305424238956, 1.3293490136291128, 1.6808039158627714, -0.12358122432057173, 1.8207711855317827, -1.2638295993452764, -0.9662064199932836, 1.4915582243322434, -0.2929494620641859, -0.8846741074594939, -0.8107684445933038, -0.8107684445933038, 1.6373798213270832, -0.7435305424238956, -0.3613812163009409, -0.8107684445933038, -0.5735131909625194, -0.3985840178668991, -0.8846741074594939, 1.3247953614532366, -0.8846741074594939, -1.0562831682159046, -0.8107684445933038, 1.6235819449731173, -0.3613812163009409, 1.7908148385072469, -0.8846741074594939, -1.0562831682159046, 1.7581831367527831, -0.8846741074594939, -1.2638295993452764, 1.1513379921196465, -0.5251888283532922, -1.2638295993452764, -0.3985840178668991, -0.8107684445933038, -0.625621975554583, 1.9035408136762266, 2.1132258209650048, -0.7435305424238956, -0.8107684445933038, -0.7435305424238956, -0.5735131909625194, -0.32623879765870234, -0.7435305424238956, 2.0314526748085173, -1.0562831682159046, -0.5251888283532922, 1.9879306265423304, -0.8846741074594939, -0.5735131909625194, -0.7435305424238956, -0.5735131909625194, -0.8846741074594939, -0.7435305424238956, -0.5251888283532922, -0.8846741074594939, -0.6820737423918273, -0.5735131909625194, -0.3613812163009409, -0.6820737423918273, -0.5251888283532922, 1.1233131617546006, -0.8846741074594939, -1.2638295993452764, -0.6820737423918273, -0.7435305424238956, -0.7435305424238956, -0.3985840178668991, 1.8157108492098688, -0.5735131909625194, 2.0089754105686484, -1.2638295993452764, 1.6022773491242928, 1.470366249509564, -0.4380888932076045, -0.8107684445933038, -0.8107684445933038, -0.4801791868607069, 0.7408099252327099, -0.7435305424238956, 1.5634758079106952, -0.5735131909625194, 2.060633381240267, -0.3985840178668991, -0.1487964478757603, -0.625621975554583, -0.5251888283532922, -0.8107684445933038, 1.9251298585637315, -0.625621975554583, -0.3613812163009409, -1.1555296225828569, -1.0562831682159046, 1.0077998471121066, 1.7260544788495211, -1.0562831682159046, -0.7435305424238956, -0.3613812163009409, -0.9662064199932836, -0.2613344201574056, 1.666672280402751, -1.0562831682159046, -0.7435305424238956, 1.9516864690147109, -0.5251888283532922, -0.625621975554583, -1.0562831682159046, -0.6820737423918273, -0.7435305424238956, -0.8846741074594939, 1.2772711334593356, -0.5735131909625194, 1.9251298585637315, 0.6435636216362322, -0.625621975554583, 1.3709826620247465, -0.9662064199932836, -0.9662064199932836, -0.4801791868607069, -0.6820737423918273, -0.6820737423918273, -0.5251888283532922, -0.625621975554583, -0.8846741074594939, -0.32623879765870234, -0.8107684445933038, -0.625621975554583, -0.7435305424238956, 1.0154637060681349, -0.8846741074594939, -1.1555296225828569, 1.781208562721573, -0.4801791868607069, -0.8107684445933038, -0.8846741074594939, -1.1555296225828569, 1.962151107352904, -0.8846741074594939, 1.9293568479693028, -1.2638295993452764, -0.625621975554583, -0.8846741074594939, 1.86356858660187, -0.8846741074594939, 1.4059536379520232, -0.5735131909625194, -0.8107684445933038, -0.625621975554583, 1.6037212040412534, -0.6820737423918273, 2.002290417663062, -0.7435305424238956, 1.718942332059743, -0.5735131909625194, -0.625621975554583, -0.8846741074594939, -0.6820737423918273, -0.8846741074594939, 2.2565453389500107, -0.8846741074594939, -0.9662064199932836, -0.5735131909625194, -0.2929494620641859, -0.4801791868607069, -0.5251888283532922, -0.32623879765870234, -0.8846741074594939, -0.6820737423918273, -0.7435305424238956, -0.9662064199932836, 1.5253096326498292, -0.3613812163009409, -0.6820737423918273, -0.3985840178668991, -0.3985840178668991, 1.3793945833366286, -0.625621975554583, -0.8846741074594939, -0.8107684445933038, -0.625621975554583, -0.7435305424238956, -0.7435305424238956, -1.0562831682159046, -0.4801791868607069, -0.9662064199932836, -0.4380888932076045, -0.7435305424238956, -1.2638295993452764, 0.2525848468537582, -0.4380888932076045, -1.1555296225828569, -0.6820737423918273, -0.625621975554583, -0.5251888283532922, -0.5251888283532922, 1.8337335758187532, -0.7435305424238956, -0.5735131909625194, 1.4880773103913223, -0.6820737423918273, 1.9794587733191449, 1.9476129756841019, 2.1050866667964887, -0.32623879765870234, -0.625621975554583, -0.625621975554583, -0.6820737423918273, -0.3613812163009409, -1.2638295993452764, -0.5251888283532922, -1.2638295993452764, -0.625621975554583, -0.3613812163009409, -1.0562831682159046, -0.4801791868607069, 1.3361159540366512, -0.5735131909625194, -1.0562831682159046, -0.625621975554583, -0.8107684445933038, 2.0469129722340016, -1.1555296225828569, -0.5251888283532922, -0.8846741074594939, -0.5735131909625194, -0.625621975554583, -0.9662064199932836, -1.0562831682159046, -0.5735131909625194, -0.8107684445933038, -0.2929494620641859, -0.7435305424238956, -1.0562831682159046, -0.5735131909625194, -0.5735131909625194, 1.8237872200531124, -0.7435305424238956, -0.6820737423918273, 1.88115381191194, 1.8784109123342796, 1.5446932392513162, 1.7068999882351548, 1.6332733567447169, 1.8512355421174185, -0.625621975554583, -0.9662064199932836, 2.021404802957652, -0.7435305424238956, 1.7141540834018159, -0.4380888932076045, -0.4801791868607069, -0.4801791868607069, -0.8107684445933038, 1.7469032276620953, -1.0562831682159046, -0.5735131909625194, 1.8357033982189348, -0.625621975554583, -0.8107684445933038, -0.8846741074594939, -0.8846741074594939, -0.6820737423918273, 2.0307404708403496, 2.001543066122846, 1.96612831675202, -0.8846741074594939, 1.6769824117904573, -0.625621975554583, -0.4801791868607069, -0.9662064199932836, -0.32623879765870234, -0.4380888932076045, -0.6820737423918273, -0.2929494620641859, -0.9662064199932836, -0.7435305424238956, 1.4880773103913223, -0.2929494620641859, -0.7435305424238956, -0.6820737423918273, -0.4380888932076045, -0.8107684445933038, -0.625621975554583, 1.7319181402325898, -0.8107684445933038, -0.625621975554583, -0.7435305424238956, -0.4380888932076045, -0.3613812163009409, -0.625621975554583, 1.8550571386161867, -0.9662064199932836, -0.3985840178668991, 2.2853039895751577, -0.6820737423918273, 1.966920634612252, 2.046218725824088, -0.5735131909625194, 1.7536963465529107, -0.2929494620641859, -0.9662064199932836, -0.625621975554583, 1.7725398546099507, -0.7435305424238956, -0.32623879765870234, -0.6820737423918273, -0.8107684445933038, -0.3985840178668991, -0.2929494620641859, -0.1487964478757603, -0.7435305424238956, 1.9932607619433853, -0.4801791868607069, -0.32623879765870234, -0.3985840178668991, -0.8107684445933038, -0.625621975554583, -0.5735131909625194, -0.8107684445933038, 2.130393467193911, 0.8033611115994506, -0.4380888932076045, -0.625621975554583, -1.0562831682159046, -0.6820737423918273, -0.9662064199932836, -0.3985840178668991, -0.5735131909625194, -0.8107684445933038, 2.081959437026262, -0.6820737423918273, -0.23123863293131336, -0.5735131909625194, -0.4801791868607069, -0.8107684445933038, -0.8846741074594939, -1.0562831682159046, 2.2058888112127906, -0.7435305424238956, -0.625621975554583, 2.0942754234376086, -0.625621975554583, -0.9662064199932836, -0.4380888932076045, -0.8107684445933038, -0.4380888932076045, -1.5000895442091748, -0.8846741074594939, -0.4801791868607069, 2.019229831048565, -0.7435305424238956, -0.5251888283532922, -0.8846741074594939, 1.2468576860232508, 1.5494437587021983, -0.4801791868607069, -0.7435305424238956, -1.0562831682159046, -0.3613812163009409, 1.0769671231832203, -0.3985840178668991, 1.6468546836521318, 1.7604141307810055, -0.5735131909625194, 2.001543066122846, -0.5735131909625194, -0.5251888283532922, 1.3793945833366286, 1.5001739968227918, -0.6820737423918273, -0.5251888283532922, -0.5251888283532922, 1.9779056252182183, -0.7435305424238956, 1.5494437587021983, -0.23123863293131336, -0.7435305424238956, 1.5478643878054346, 2.0936334187490844, -0.9662064199932836, -1.1555296225828569, 1.4649503629335416, -1.0562831682159046, -0.6820737423918273, -0.8846741074594939, -0.4801791868607069, -0.625621975554583, -0.7435305424238956, -0.4380888932076045, -0.5251888283532922, -0.6820737423918273, -0.7435305424238956, -0.8107684445933038, -0.7435305424238956, -0.7435305424238956, 1.946794979524049, 1.5285836112744218, 1.6022773491242928, -0.32623879765870234, 1.8044270348176523, -0.5735131909625194, -0.4801791868607069, 1.87749384551689, 1.966920634612252, -0.9662064199932836, -0.4380888932076045, -0.625621975554583, -0.5251888283532922, -0.32623879765870234, 1.5153801750268454, -0.07604009849747866, -1.0562831682159046, -0.4380888932076045, -0.8846741074594939, -0.8846741074594939, 1.1071648834575505, 1.4594856215541407, 1.9008976508489628, -0.3985840178668991, -0.4380888932076045, -0.625621975554583, -0.7435305424238956, -0.7435305424238956, 1.6561836304902986, 2.1113572378895933, -0.7435305424238956, -0.8107684445933038, -0.8846741074594939, -0.9662064199932836, -0.625621975554583, -0.5251888283532922, -0.8846741074594939, 1.453971136040509, -0.625621975554583, 1.4667610435417862, -0.8107684445933038, -0.625621975554583, -0.4801791868607069, 1.6401020804688142, -0.4801791868607069, 1.8847917976369464, -0.5735131909625194, -0.4801791868607069, -0.8846741074594939, -0.7435305424238956, 2.0469129722340016, -1.1555296225828569, 1.9802338565666089, -0.12358122432057173, -1.0562831682159046, -0.5735131909625194, -0.7435305424238956, -1.2638295993452764, 2.147675744938932, -0.9662064199932836, -0.8846741074594939, -1.0562831682159046, -0.625621975554583, -0.3613812163009409, 1.6795327579415853, -1.0562831682159046, -0.5251888283532922, -1.0562831682159046, -0.8846741074594939, -0.2929494620641859, -0.5251888283532922, -0.32623879765870234, -0.8107684445933038, -0.1487964478757603, -0.3613812163009409, -0.6820737423918273, -0.6820737423918273, -0.4380888932076045, 1.4558148808999731, -0.5251888283532922, 1.7056824817295435, -0.6820737423918273, 1.6908782794007557, -0.09935343822925276, -0.4801791868607069, -0.5735131909625194, 2.1621884879413176, -0.625621975554583, -0.4380888932076045, -0.5735131909625194, -0.5735131909625194, -0.5735131909625194, -0.5251888283532922, 1.9902207156493759, 1.6277544066137906, 1.0939290808964837, -0.4801791868607069, -0.3985840178668991, -0.625621975554583, -0.5735131909625194, 1.6588228675026462, -0.7435305424238956, 1.879326592886006, -0.625621975554583, -1.1555296225828569, 1.3688613043387026, 1.6481962184918224, 1.8991291131360701, -0.625621975554583, -0.6820737423918273, 1.8719620962833623, -0.625621975554583, -0.5251888283532922, -0.4380888932076045, -0.8107684445933038, 1.9131349176397816, -0.625621975554583, 2.03641479327613, -1.0562831682159046, 2.185261473980066, 1.8502763639491902, -0.4801791868607069, -0.5735131909625194, 2.039934440871364, -0.5735131909625194, -0.625621975554583, -0.32623879765870234, -0.3613812163009409, -1.1555296225828569, -1.1555296225828569, -0.8846741074594939, -0.5735131909625194, -0.6820737423918273, -0.625621975554583, -0.6820737423918273, -0.8107684445933038, -0.625621975554583, -0.6820737423918273, -0.2613344201574056, -0.5735131909625194, -0.5735131909625194, -0.7435305424238956, 1.6833382573671796, -0.9662064199932836, -0.625621975554583, 1.4119207623121333, -0.5251888283532922, -0.625621975554583, -0.6820737423918273, -0.625621975554583, -0.625621975554583, 1.9318789555153284, 1.7093276847358492, -0.3985840178668991, -0.4801791868607069, -0.4801791868607069, -0.4380888932076045, -0.32623879765870234, -0.4801791868607069, -0.32623879765870234, -0.7435305424238956, -0.9662064199932836, -0.32623879765870234, -0.4801791868607069, -0.5251888283532922, -1.1555296225828569, -0.625621975554583, 2.051750545141474, 2.1435490828427395, -0.625621975554583, 2.0104509987268924, -0.7435305424238956, -0.7435305424238956, -0.5251888283532922, 1.4059536379520232, 1.9533082271553248, 1.0305066637350335, -0.2929494620641859, -0.6820737423918273, -0.6820737423918273, -0.6820737423918273, 2.014856318128714, -0.5251888283532922, -0.4380888932076045, -0.625621975554583, -0.625621975554583, -1.1555296225828569, 2.002290417663062, 1.9476129756841019, -0.7435305424238956, 1.6037212040412534, -0.3985840178668991, 1.829774609717219, -0.8107684445933038, -0.32623879765870234, 1.7411835169166343, -0.4801791868607069, -0.5735131909625194, -0.7435305424238956, -0.8846741074594939, 1.7758051747787331, 1.8483534391720449, -1.0562831682159046, -1.3797350221015126, -0.6820737423918273, -0.5735131909625194, -0.7435305424238956, -0.5735131909625194, -0.4801791868607069, -0.8107684445933038, -0.2929494620641859, 1.4685663283806696, 2.419533173618756, -0.4380888932076045, -1.2638295993452764, 2.0155874332951784, 2.005270637289507, -1.0562831682159046, -0.8846741074594939, 1.7681585326953977, -0.7435305424238956, 2.388364226380684, -0.6820737423918273, -0.9662064199932836, -0.5251888283532922, -0.8846741074594939, -0.7435305424238956, 1.8337335758187532, -0.23123863293131336, -0.7435305424238956, -0.5251888283532922, -0.6820737423918273, 2.042735508304652, -0.8107684445933038, 1.9779056252182183, -0.6820737423918273, -0.6820737423918273, -0.3985840178668991, -0.8846741074594939, 1.994018395597092, -0.4801791868607069, -1.1555296225828569, -0.3613812163009409, -0.8107684445933038, -0.625621975554583, -0.625621975554583, -0.7435305424238956, -0.5735131909625194, -0.8846741074594939, -1.0562831682159046, -0.32623879765870234, -0.2929494620641859, -0.4801791868607069, -0.7435305424238956, 2.0264495722482456, -0.8846741074594939, -0.8846741074594939, -0.5735131909625194, -1.0562831682159046, -0.8107684445933038, -0.9662064199932836, -0.23123863293131336, -0.12358122432057173, -0.7435305424238956, -1.2638295993452764, -0.6820737423918273, -0.4380888932076045, -0.8107684445933038, -1.3797350221015126, -0.9662064199932836, 1.8136748187687664, -0.8846741074594939, -0.5251888283532922, -0.32623879765870234, -0.8107684445933038, -0.32623879765870234, -0.6820737423918273, -0.2613344201574056, -0.32623879765870234, -0.6820737423918273, 1.3085825232997026, -0.625621975554583, -0.6820737423918273, -0.23123863293131336, 1.9105333774031452, -0.8107684445933038, -0.625621975554583, -0.7435305424238956, 1.5035862864077416, -0.5251888283532922, -0.7435305424238956, -0.8846741074594939, -0.5735131909625194, -0.4380888932076045, -0.8846741074594939, -0.8107684445933038, 1.0838089848975447, -0.5251888283532922, -1.0562831682159046, -0.7435305424238956, -0.7435305424238956, -0.4380888932076045, -0.2929494620641859, 1.2698096977716569, 2.1031927674479376, -0.6820737423918273, -0.3985840178668991, 1.9645405652091836, -0.6820737423918273, -0.6820737423918273, -1.3797350221015126, 1.917446142458772, -0.8107684445933038, 1.9251298585637315, -0.7435305424238956, 1.7201335037153236, -0.9662064199932836, 1.7758051747787331, -0.5735131909625194, -0.5735131909625194, -0.8107684445933038, 1.6263667768285794, -0.5251888283532922, 0.04787479483596047, -0.5251888283532922, -0.8107684445933038, -0.5735131909625194, -0.625621975554583, 1.8911061683889048, -0.6820737423918273, -0.4801791868607069, -0.8846741074594939, -0.625621975554583, -0.5251888283532922, 2.0104509987268924, -0.4801791868607069, -0.2929494620641859, -0.8107684445933038, -0.7435305424238956, -0.8846741074594939, -0.9662064199932836, -0.5735131909625194, -0.8107684445933038, 2.2180408843250285, -0.625621975554583, -0.7435305424238956, 1.9492456616327103, -0.8107684445933038, -0.7435305424238956, -0.625621975554583, -0.4380888932076045, -0.6820737423918273, -1.3797350221015126, -0.8107684445933038, -0.4801791868607069, -0.2929494620641859, -0.3985840178668991, -0.2929494620641859, -0.4380888932076045, 1.946794979524049, -0.625621975554583, -0.8107684445933038, -0.8107684445933038, -0.6820737423918273, -0.8107684445933038, -0.625621975554583, 1.9771275552595768, -0.625621975554583, -0.7435305424238956, -0.4801791868607069, -0.5251888283532922, 1.8541039973889824, -0.6820737423918273, -1.0562831682159046, -0.3985840178668991, -0.6820737423918273, -0.2613344201574056, 1.9008976508489628, -0.5251888283532922, -1.1555296225828569, -0.625621975554583, -0.5251888283532922, -0.5735131909625194, -0.3613812163009409, -0.3985840178668991, -0.5735131909625194, 1.403951463753908, -0.9662064199932836, -0.625621975554583, -0.7435305424238956, -0.625621975554583, -0.3613812163009409, -0.8846741074594939, -0.8846741074594939, -0.625621975554583, -0.8846741074594939, -0.6820737423918273, -0.6820737423918273, -1.3797350221015126, -0.8846741074594939, -0.5735131909625194, -0.8846741074594939, 1.5001739968227918, -0.3985840178668991, -0.7435305424238956, -0.5735131909625194, -0.5735131909625194, -0.625621975554583, -0.5735131909625194, -0.6820737423918273, -0.2929494620641859, -0.5251888283532922, -0.5735131909625194, 2.0177754991117234, 2.0753753403923354, -0.625621975554583, 1.9318789555153284, -0.5735131909625194, -0.8846741074594939, -0.6820737423918273, -0.8107684445933038, -0.32623879765870234, 1.8541039973889824, 2.30736659868371, -1.3797350221015126, -1.1555296225828569, -0.3985840178668991, -0.8107684445933038, -0.7435305424238956, 0.8400494483270119, 1.966920634612252, -0.625621975554583, -0.3613812163009409, -0.625621975554583, -0.6820737423918273, -0.625621975554583, -0.625621975554583, -0.5735131909625194, -0.5251888283532922, 1.8838843474608344, -0.4380888932076045, -0.3985840178668991, 1.986399076368093, 1.6640670942044682, -0.3613812163009409, -0.625621975554583, -0.8846741074594939, -0.7435305424238956, -0.8846741074594939, -0.6820737423918273, -0.5735131909625194, -0.5735131909625194, -0.625621975554583, 1.8386461733150536, -0.4380888932076045, -0.625621975554583, -0.4801791868607069, 1.9794587733191449, -0.8846741074594939, -0.4380888932076045, 1.4313970890157022, -0.9662064199932836, -0.4380888932076045, -0.8107684445933038, 1.1071648834575505, -0.4380888932076045, -0.5251888283532922, -0.8107684445933038, 2.137006988515444, 1.7105378942257394, -0.2613344201574056, 1.1925084865734996, -0.4380888932076045, -0.4801791868607069, -0.32623879765870234, -0.8846741074594939, -0.32623879765870234, -0.5251888283532922, -0.625621975554583, -0.8107684445933038, -0.8107684445933038, -0.6820737423918273, -1.0562831682159046, -0.7435305424238956, -0.7435305424238956, -0.625621975554583, -0.5735131909625194, 2.1012929281596726, -0.4801791868607069, -0.4380888932076045, -0.2929494620641859, -0.32623879765870234, -0.2613344201574056, -0.4380888932076045, -0.6820737423918273, -0.8107684445933038, -1.0562831682159046, -0.4801791868607069, -0.7435305424238956, -0.6820737423918273, -0.625621975554583, 1.8982429042501057, 1.5846772109630918, -0.625621975554583, -0.5735131909625194, -1.0562831682159046, -0.9662064199932836, -0.625621975554583, -0.8846741074594939, -0.5735131909625194, -0.9662064199932836, -0.4380888932076045, 1.8973553969587544, -0.7435305424238956, -0.625621975554583, 2.0385290349449567, -0.3613812163009409, -0.4801791868607069, -0.8107684445933038, -0.6820737423918273, -0.5735131909625194, -0.2613344201574056, -0.4801791868607069, -0.4380888932076045, -0.5735131909625194, -0.6820737423918273, -0.7435305424238956, -0.5735131909625194, -0.8107684445933038, -0.32623879765870234, -0.5251888283532922, -0.3985840178668991, -0.6820737423918273, -0.2929494620641859, 1.5318399909663902, 1.6731366467459372, -0.5251888283532922, -0.4380888932076045, -0.7435305424238956, -0.6820737423918273, -0.7435305424238956, -0.6820737423918273, 2.1194131267766245, -0.9662064199932836, -0.6820737423918273, -0.3613812163009409, -0.4801791868607069, -0.5735131909625194, -0.9662064199932836, -0.5251888283532922, -0.9662064199932836, -0.7435305424238956, -0.2025269500577964, -0.2929494620641859, 1.7908148385072469, 1.9947750828369624, -0.6820737423918273, 2.102560149516992, -0.5251888283532922, 1.6908782794007557, -0.3985840178668991, -0.8107684445933038, -0.3613812163009409, -0.3985840178668991, -1.0562831682159046, -0.5251888283532922, -0.625621975554583, -0.625621975554583, -0.3613812163009409, 1.7929290354607246, -0.6820737423918273, -0.625621975554583, -0.5735131909625194, 1.9833243099748976, 1.9008976508489628, -0.2929494620641859, -0.4380888932076045, -0.3985840178668991, -0.23123863293131336, -0.6820737423918273, 2.2715743497143914, -0.8107684445933038, -0.8846741074594939, -0.4801791868607069, -0.3985840178668991, -0.6820737423918273, -0.23123863293131336, 2.1194131267766245, -0.5251888283532922, -0.4380888932076045, -0.8107684445933038, -0.3613812163009409, 1.9533082271553248, -0.5735131909625194, -0.7435305424238956, -0.8107684445933038, -0.9662064199932836, -0.6820737423918273, 0.6073458995480613, 2.1063459846947628, 2.150021276531312, -0.8846741074594939, -0.6820737423918273, -0.6820737423918273, 2.0104509987268924, -0.9662064199932836, -0.8846741074594939, -0.7435305424238956, -0.0535758703475353, -0.7435305424238956, -0.6820737423918273, 1.6108893049453288, -1.0562831682159046, 1.4932912094762367, -0.6820737423918273, -0.5735131909625194, -0.625621975554583, -0.7435305424238956, -0.8846741074594939, -0.625621975554583, -0.09935343822925276, 1.740033065365831, -0.5735131909625194, -0.5251888283532922, -0.625621975554583, -0.32623879765870234, -0.03190206078799211, -0.5251888283532922, -0.7435305424238956, -0.7435305424238956, -0.5735131909625194, 2.371142126073912, 2.009713653957696, -0.5735131909625194, -0.5735131909625194, -0.4801791868607069, -0.0535758703475353, -0.5251888283532922, -0.625621975554583, -0.8107684445933038, -0.625621975554583, 2.209613142854436, 1.4810548982269989, -0.7435305424238956, -0.6820737423918273, -0.625621975554583, -0.32623879765870234, -0.09935343822925276, -0.4801791868607069, -0.3613812163009409, -0.3613812163009409, -0.3613812163009409, -0.625621975554583, -0.625621975554583, -0.09935343822925276, -0.5251888283532922, -0.7435305424238956, 2.035001188052758, -0.7435305424238956, -0.8846741074594939, -0.6820737423918273, -0.7435305424238956, -0.4380888932076045, -0.625621975554583, -0.4380888932076045, -0.23123863293131336, -0.5251888283532922, -0.4801791868607069, -0.3985840178668991, -0.8107684445933038, -0.2025269500577964, -0.32623879765870234, -0.5251888283532922, 2.1050866667964887, -0.9662064199932836, -0.2613344201574056, -0.8846741074594939, -0.625621975554583, -0.9662064199932836, -0.8107684445933038, 1.0700471304965125, -0.7435305424238956, -0.32623879765870234, -0.32623879765870234, -0.5735131909625194, -0.7435305424238956, -0.7435305424238956, 2.0177754991117234, -0.4380888932076045, -0.9662064199932836, -0.2929494620641859, 1.1233131617546006, -0.625621975554583, -0.3613812163009409, -0.5251888283532922, -0.625621975554583, -0.6820737423918273, 1.7615265541153011, -0.5735131909625194, -0.6820737423918273, -1.1555296225828569, -0.625621975554583, -0.5251888283532922, 2.1187972324229047, -0.8107684445933038, -0.2613344201574056, 1.7307499398509467, -0.6820737423918273, -0.2929494620641859, 2.0469129722340016, 2.016317667100866, -0.4380888932076045, -0.3613812163009409, -0.6820737423918273, -0.5251888283532922, -0.5251888283532922, -0.23123863293131336, -1.2638295993452764, -0.5251888283532922, -0.5735131909625194, -0.7435305424238956, 2.0489909501612327, -0.625621975554583, 1.8454575580688024, -0.4380888932076045, -0.175080965812222, 1.8396239300149253, -0.6820737423918273, -0.4801791868607069, -0.4380888932076045, -0.9662064199932836, -0.625621975554583, -0.4380888932076045, -0.5251888283532922, -0.4380888932076045, -0.5251888283532922, -0.625621975554583, -0.625621975554583, -0.625621975554583, -0.32623879765870234, -0.7435305424238956, 1.6373798213270832, -0.4801791868607069, 1.6808039158627714, -0.4380888932076045, -0.7435305424238956, -0.8107684445933038, -0.6820737423918273, -0.8107684445933038, 1.9747873309126485, -0.010965763401454987, -0.32623879765870234, -0.7435305424238956, -0.7435305424238956, -0.5251888283532922, 1.5801961017817292, -0.6820737423918273, -0.625621975554583, -0.625621975554583, -0.625621975554583, -0.4801791868607069, -0.8107684445933038, 1.8829755358451308, -0.7435305424238956, -0.7435305424238956, -0.4801791868607069, -0.3985840178668991, -0.5251888283532922, -0.3613812163009409, -0.625621975554583, 1.8866026299432583, -0.8846741074594939, -0.2929494620641859, -0.3985840178668991, -0.5251888283532922, -0.7435305424238956, -0.6820737423918273, -0.7435305424238956, -0.23123863293131336, -0.8846741074594939, -0.3613812163009409, -0.5251888283532922, -0.5251888283532922, -0.3985840178668991, -0.3613812163009409, -0.5251888283532922, -0.6820737423918273, -0.6820737423918273, -0.9662064199932836, -1.0562831682159046, -0.2613344201574056, -0.5735131909625194, -0.2613344201574056, -0.625621975554583, -0.5251888283532922, -0.4801791868607069, -0.7435305424238956, -0.7435305424238956, -0.1487964478757603, -0.5735131909625194, -0.5251888283532922, -0.3985840178668991, -0.6820737423918273, -0.32623879765870234, -0.5251888283532922, -0.4801791868607069, -0.4380888932076045, 1.8023526571987871, -0.4380888932076045, -0.7435305424238956, -0.2613344201574056, 2.3695148948538742, -0.2929494620641859, -0.8107684445933038, -0.6820737423918273, -0.8846741074594939, -0.3985840178668991, -0.3985840178668991, -0.7435305424238956, -0.4380888932076045, 2.125537871892379, -0.6820737423918273, -0.8107684445933038, -0.4380888932076045, -0.6820737423918273, -0.4380888932076045, -0.4801791868607069, -0.7435305424238956, 2.208019803790749, -0.8107684445933038, -0.6820737423918273, -1.0562831682159046, -0.3985840178668991, -0.7435305424238956, -0.3985840178668991, -0.4380888932076045, -0.2025269500577964, -0.5251888283532922, -0.5735131909625194, 0.4926682068778204, -0.4380888932076045, -0.5251888283532922, -0.7435305424238956, -0.625621975554583, 2.078676334272577, -0.23123863293131336, -0.9662064199932836, -0.8846741074594939, -0.8846741074594939, 2.1769217347188, -0.5251888283532922, -0.2929494620641859, 1.7201335037153236, -0.5251888283532922, -0.9662064199932836, -0.4801791868607069, 1.7129510839849986, -0.625621975554583, -0.8107684445933038, 1.8307667795674136, 0.9882051666302154, -0.625621975554583, -0.12358122432057173, 1.3793945833366286, 1.9763484846089512, 1.4967423779163862, 1.9692913890485109, 1.6468546836521318, -0.4801791868607069, -0.5251888283532922, -0.6820737423918273, 2.1429572580330056, 1.2797379974841965, 1.1543733353990209, -0.8107684445933038, -0.5251888283532922, -0.3985840178668991, 2.1621884879413176, -0.32623879765870234, -0.3985840178668991, -0.3985840178668991, -0.2613344201574056, -0.4801791868607069, -0.2613344201574056, -0.625621975554583, -0.6820737423918273, -1.0562831682159046, -0.7435305424238956, 1.8802408913566664, 2.100658321960372, 2.100658321960372, -0.8846741074594939, 2.4922524467716767, 2.1621884879413176, -0.6820737423918273, 1.6757032009595636, -0.5735131909625194, -0.4380888932076045, -0.4380888932076045, -0.09935343822925276, -0.5735131909625194, -0.5251888283532922, -0.5735131909625194, -0.8107684445933038, 2.047606423882838, 1.453971136040509, 1.9476129756841019, -0.8846741074594939, -0.2613344201574056, -0.5251888283532922, -0.4801791868607069, -0.5251888283532922, -0.5251888283532922, -0.3613812163009409, -0.7435305424238956, -0.32623879765870234, -0.3985840178668991, -0.32623879765870234, 1.8146936894042889, -0.8107684445933038, -0.5735131909625194, -0.625621975554583, -0.8846741074594939, -0.5735131909625194, -1.0562831682159046, 1.5861635780403711, -0.8107684445933038, -0.8846741074594939, -0.3613812163009409, -0.9662064199932836, -0.5251888283532922, -0.3985840178668991, -0.5735131909625194, -0.7435305424238956, 0.8349422335156298, -0.4380888932076045, -0.7435305424238956, -0.4380888932076045, -0.3985840178668991, -0.4380888932076045, 2.068049206112545, -0.9662064199932836, -0.5251888283532922, -0.3985840178668991, -0.4801791868607069, -0.5735131909625194, 0.6777407462562823, -0.5251888283532922, -0.9662064199932836, 1.9786826970522415, 1.6575046863199778, -0.5251888283532922, -0.5251888283532922, -0.3985840178668991, -0.9662064199932836, -0.6820737423918273, -0.7435305424238956, -0.5735131909625194, -0.7435305424238956, -0.3985840178668991, -0.4801791868607069, -0.3985840178668991, -0.625621975554583, -0.6820737423918273, -0.3985840178668991, -0.6820737423918273, -0.625621975554583, -0.23123863293131336, 1.787629643036634, -0.5251888283532922, 1.3709826620247465, -0.625621975554583, -0.5735131909625194, -1.0562831682159046, -0.6820737423918273, -0.6820737423918273, -0.5735131909625194, -0.6820737423918273, -0.5735131909625194, -0.8107684445933038, -0.4380888932076045, -0.5735131909625194, -0.5735131909625194, -0.6820737423918273, -0.7435305424238956, -0.8107684445933038, 2.039934440871364, -0.5251888283532922, -0.4801791868607069, 2.1896628275948893, -0.7435305424238956, -0.5251888283532922, -0.8846741074594939, -0.2929494620641859, -0.5735131909625194, -0.7435305424238956, -0.8846741074594939, 1.7592996608415443, 1.9327173298608016, -0.625621975554583, 1.231058613933521, -0.2613344201574056, -0.625621975554583, -0.2613344201574056, -0.4380888932076045, -0.4380888932076045, -0.2613344201574056, -0.7435305424238956, -0.4801791868607069, -0.4380888932076045, 2.035001188052758, -0.175080965812222, -0.2613344201574056, 2.025012491578804, 2.1945764223554267, -0.3985840178668991, -0.4380888932076045, -0.4801791868607069, -1.0562831682159046, -0.625621975554583, -0.175080965812222, -0.5251888283532922, -0.8107684445933038, -0.7435305424238956, -0.8107684445933038, -0.6820737423918273, 1.8973553969587544, -0.8107684445933038, -0.5251888283532922, -1.0562831682159046, -0.4380888932076045, -0.4801791868607069, 1.7284067587997631, -0.07604009849747866, -0.5251888283532922, -0.625621975554583, -0.2929494620641859, -0.8107684445933038, -0.32623879765870234, -0.5251888283532922, -0.4380888932076045, -0.2929494620641859, -0.5735131909625194, -0.5735131909625194, 1.9856318467212424, -0.3985840178668991, -0.3613812163009409, -0.4801791868607069, -0.7435305424238956, 2.2032144847102675, -0.5251888283532922, -0.7435305424238956, -0.2929494620641859, -0.6820737423918273, -0.625621975554583, -0.3613812163009409, -0.7435305424238956, -0.4380888932076045, -0.4380888932076045, -0.2613344201574056, -0.625621975554583, -0.5735131909625194, -0.6820737423918273, -0.5735131909625194, -0.3985840178668991, -0.4801791868607069, -0.5735131909625194, -0.6820737423918273, -0.4380888932076045, -0.8107684445933038, -0.4801791868607069, -0.3985840178668991, -0.6820737423918273, 2.2355697407795114, -0.4380888932076045, 1.829774609717219, -0.4380888932076045, -0.3613812163009409, -0.6820737423918273, -0.3985840178668991, -0.5735131909625194, -0.4801791868607069, -0.5735131909625194, -0.6820737423918273, -0.2929494620641859, -0.6820737423918273, -0.5735131909625194, -0.4380888932076045, 1.9589504306340249, 1.6108893049453288, -0.6820737423918273, -0.3613812163009409, 1.4178296853615528, -0.5735131909625194, 1.8856978904462445, -0.625621975554583, 1.0700471304965125, -0.6820737423918273, -0.8846741074594939, -0.7435305424238956, -0.8107684445933038, -0.3613812163009409, -0.32623879765870234, -0.175080965812222, -0.3985840178668991, -0.8107684445933038, -0.625621975554583, 1.7960865596151718, -0.32623879765870234, -0.7435305424238956, 2.639472893078916, 1.7260544788495211, -0.3613812163009409, -0.09935343822925276, -0.7435305424238956, -0.2929494620641859, 2.3398794461526427, -0.07604009849747866, 1.6653710877805057, -0.7435305424238956, -0.32623879765870234, -0.6820737423918273, -0.6820737423918273, -0.2929494620641859, -0.4380888932076045, -0.2613344201574056, 2.0585950270596647, -0.5735131909625194, -0.8107684445933038, -0.3985840178668991, -0.3985840178668991, -0.625621975554583, -0.4801791868607069, -0.32623879765870234, 1.3958759340717453, -0.4801791868607069, -0.5251888283532922, -0.4801791868607069, -0.5735131909625194, -0.32623879765870234, 1.6575046863199778, -0.625621975554583, -0.7435305424238956, 1.1038829374444274, -0.3985840178668991, -0.5735131909625194, -0.4801791868607069, -0.4801791868607069, -0.625621975554583, 1.7503093093895394, -0.4801791868607069, -0.7435305424238956, -0.3613812163009409, 2.1627618273963773, -0.23123863293131336, -0.4801791868607069, -0.175080965812222, -0.5735131909625194, -0.6820737423918273, -0.625621975554583, -0.4801791868607069, -0.7435305424238956, -0.09935343822925276, 0.36245746887068575, -0.4801791868607069, -0.6820737423918273, -0.3985840178668991, -0.3613812163009409, -0.5735131909625194, 1.9000140274100783, -0.4801791868607069, -0.5735131909625194, -0.8846741074594939, -0.32623879765870234, 1.856008782462778, -0.625621975554583, -0.5251888283532922, -0.6820737423918273, -0.625621975554583, -0.625621975554583, -1.1555296225828569, -0.5251888283532922, 2.047606423882838, 2.0357084030207537, -0.8107684445933038, -0.4801791868607069, -0.32623879765870234, -0.5735131909625194, -0.625621975554583, -0.5735131909625194, -0.2613344201574056, -0.2929494620641859, -0.6820737423918273, -0.23123863293131336, 1.638742480065251, -0.32623879765870234, -0.8107684445933038, -0.5735131909625194, -0.625621975554583, -0.4801791868607069, -0.6820737423918273, -0.6820737423918273, -0.7435305424238956, 1.9318789555153284, -0.23123863293131336, 1.4613126847267035, -0.8107684445933038, -0.4801791868607069, -0.8846741074594939, -0.3613812163009409, 2.0448278414195262, -0.4801791868607069, -0.23123863293131336, -0.3985840178668991, -0.5735131909625194, 2.102560149516992, 1.0039312655471644, 1.7833564943001374, 2.1656204128212817, -0.8107684445933038, -0.7435305424238956, -0.7435305424238956, -0.2613344201574056, -0.8107684445933038, -0.2613344201574056, -0.7435305424238956, -0.5251888283532922, -0.2929494620641859, -0.3985840178668991, -0.3985840178668991, -0.5251888283532922, -0.32623879765870234, -1.0562831682159046, -0.5251888283532922, -0.7435305424238956, -0.4801791868607069, -0.3613812163009409, -0.4380888932076045, -0.8107684445933038, -0.2613344201574056, -0.8107684445933038, -0.3985840178668991, -0.5251888283532922, 2.0693878378791197, -0.4801791868607069, 1.4138968139449064, 1.8307667795674136, 2.4818518234736544, -0.4380888932076045, -0.625621975554583, 2.1441403299942974, -0.4801791868607069, -0.5251888283532922, 1.807525342654456, -0.3613812163009409, -0.3613812163009409, -0.8846741074594939, -0.5251888283532922, -0.4801791868607069, -0.3985840178668991, -0.3985840178668991, -0.3985840178668991, 1.666672280402751, -0.3613812163009409, 2.1552657496833296, -0.5735131909625194, -0.175080965812222, -0.2929494620641859, -0.5251888283532922, -0.5735131909625194, -1.0562831682159046, -0.5735131909625194, -0.8107684445933038, 1.1136759259613884, -0.3985840178668991, -0.5251888283532922, 2.4199081268781923, 1.536691973314865, -0.32623879765870234, -0.6820737423918273, 2.072056259325716, -0.5251888283532922, -0.8107684445933038, -0.3613812163009409, 1.7469032276620953, -0.5251888283532922, -0.2929494620641859, -0.5735131909625194, -0.4801791868607069, -0.8107684445933038, 2.130997689028146, -0.0535758703475353, 1.9418636692539324, -0.8107684445933038, -0.2929494620641859, -0.5251888283532922, 1.7020152109824815, -0.5251888283532922, -0.4801791868607069, 2.0496820284072315, -0.625621975554583, -0.4801791868607069, -0.3985840178668991, -0.2929494620641859, -0.4380888932076045, -0.4380888932076045, 2.360899467275132, -0.6820737423918273, -0.3613812163009409, -0.8846741074594939, 2.3325631846667725, -0.6820737423918273, -0.3613812163009409, 2.019955689733294, 2.1352104499606184, -0.7435305424238956, -0.8846741074594939, 2.456630712029351, -0.2613344201574056, -0.9662064199932836, -0.23123863293131336, -0.5251888283532922, -0.5735131909625194, -0.6820737423918273, -0.5251888283532922, -0.6820737423918273, -0.5251888283532922, -0.5251888283532922, -0.625621975554583, -0.3985840178668991, -0.6820737423918273, -0.4801791868607069, -0.625621975554583, -0.12358122432057173, -0.2613344201574056, -0.32623879765870234, -0.3985840178668991, -0.6820737423918273, -0.5251888283532922, -0.3985840178668991, -0.8107684445933038, -0.2929494620641859, -0.4801791868607069, -0.8846741074594939, -0.1487964478757603, -0.8107684445933038, -0.4380888932076045, -0.3985840178668991, -0.4380888932076045, -0.6820737423918273, -0.3613812163009409, 1.3958759340717453, -0.2929494620641859, -0.2929494620641859, -0.6820737423918273, -0.4801791868607069, -0.5735131909625194, -0.4801791868607069, -0.2613344201574056, -0.3985840178668991, 1.9122689783952025, -0.1487964478757603, 1.7330840921199233, 1.896466587451887, -0.625621975554583, -0.4801791868607069, -0.4380888932076045, -0.5735131909625194, -0.625621975554583, -0.4801791868607069, -0.5251888283532922, -0.4801791868607069, -0.8846741074594939, -1.0562831682159046, -0.625621975554583, -0.175080965812222, -0.175080965812222, 1.6151498025860334, -0.4380888932076045, 2.1138474032662877, -0.4380888932076045, -0.2929494620641859, -0.5251888283532922, 1.6108893049453288, -0.5735131909625194, -0.2929494620641859, -0.2025269500577964, -0.09935343822925276, -0.2613344201574056, -0.8846741074594939, -0.4380888932076045, -0.8846741074594939, -0.5251888283532922, -0.5251888283532922, 2.1150886576431023, 2.237092325302065, -0.175080965812222, -0.3985840178668991, 2.68687326712642, -0.32623879765870234, -0.4380888932076045, -0.6820737423918273, -0.5251888283532922, -0.4801791868607069, -0.5735131909625194, -0.8107684445933038, 1.784427610753638, -0.1487964478757603, -0.3613812163009409, -0.5251888283532922, -0.5251888283532922, -0.3613812163009409, -0.4801791868607069, -0.32623879765870234, -0.3985840178668991, -0.3985840178668991, -0.175080965812222, 2.1972890726501397, -0.4380888932076045, -0.23123863293131336, -0.2929494620641859, -0.12358122432057173, 1.9114017995010832, -0.7435305424238956, -0.2613344201574056, -0.3985840178668991, -0.3613812163009409, -0.625621975554583, 1.638742480065251, -0.7435305424238956, -0.4801791868607069, -0.3613812163009409, -0.9662064199932836, 2.126146954112528, -0.2929494620641859, -0.2025269500577964, 0.426033281363728, -0.2929494620641859, 2.4922524467716767, -0.5735131909625194, 1.986399076368093, 2.18691573153392, 2.2763439426875838, -0.6820737423918273, -0.625621975554583, -0.6820737423918273, -0.7435305424238956, 1.638742480065251, -0.7435305424238956, -0.2613344201574056, -0.4801791868607069, -0.4380888932076045, -0.23123863293131336, -0.2613344201574056, -0.2613344201574056, -0.2613344201574056, -0.8846741074594939, -0.3985840178668991, 1.8756555362514509, 2.380014590526219, -0.2929494620641859, -0.32623879765870234, -0.3985840178668991, -0.3613812163009409, -0.2929494620641859, -0.175080965812222, -0.2929494620641859, -0.3613812163009409, -0.32623879765870234, -0.3613812163009409, -0.3985840178668991, -0.3613812163009409, -0.03190206078799211, -0.4801791868607069, 1.9840944660002824, -0.5735131909625194, 2.2005282988606383, -0.2025269500577964, -0.3613812163009409, 1.9955308260244675, -0.3613812163009409, -0.2025269500577964, -1.0562831682159046, -0.5735131909625194, -0.3985840178668991, -0.4801791868607069, -0.625621975554583, -0.4801791868607069, 1.734247804151502, -0.3613812163009409, -0.32623879765870234, -0.4801791868607069, -0.7435305424238956, -0.625621975554583, -0.175080965812222, 1.9352255133526055, -0.0535758703475353, -0.5735131909625194, -0.09935343822925276, -1.0562831682159046, -0.5735131909625194, 2.0713902551694336, -0.12358122432057173, -0.4801791868607069, 2.0687188917724013, -1.0562831682159046, -0.4801791868607069, -0.5735131909625194, 1.7491760754372074, -0.175080965812222, -0.9662064199932836, -0.32623879765870234, -0.2613344201574056, 1.7714474913779064, -0.625621975554583, -0.7435305424238956, 0.16651585495423665, -0.32623879765870234, 1.9377233542798864, -0.5251888283532922, -0.2025269500577964, -0.5735131909625194, -0.625621975554583, -0.4801791868607069, -0.3613812163009409, -0.5735131909625194, -0.3985840178668991, -0.3613812163009409, -0.5735131909625194, -0.5735131909625194, -0.12358122432057173, -0.4380888932076045, 1.6535328445492279, -0.4380888932076045, -0.4380888932076045, -0.6820737423918273, -0.3613812163009409, -0.8107684445933038, -0.7435305424238956, -0.09935343822925276, -0.4801791868607069, -0.3613812163009409, 1.5634758079106952, -0.32623879765870234, -0.625621975554583, -1.0562831682159046, -0.3613812163009409, -0.3613812163009409, -0.4380888932076045, 1.0972652334194826, -0.3613812163009409, -0.2929494620641859, 2.3466855417831227, -0.175080965812222, -0.8107684445933038, -0.2929494620641859, -0.23123863293131336, 2.191305125089552, -0.4801791868607069, -0.8107684445933038, 1.9096637085318016, 1.9335545454854104, -0.3985840178668991, -0.3985840178668991, -0.5251888283532922, -0.5251888283532922, -0.23123863293131336, 1.994018395597092, -0.32623879765870234, 1.9962856275122485, -1.0562831682159046, -0.09935343822925276, -0.6820737423918273, -0.5735131909625194, -0.625621975554583, -0.4380888932076045, -0.32623879765870234, 1.745763597841729, -0.7435305424238956, -0.23123863293131336, -0.4380888932076045, -0.7435305424238956, -0.9662064199932836, -0.4801791868607069, -0.3613812163009409, 1.6575046863199778, -0.2613344201574056, 2.1285771770521857, -0.175080965812222, 2.1962054698302063, -0.4801791868607069, -0.4801791868607069, -0.5251888283532922, 1.808554600354914, -0.5735131909625194, -0.0535758703475353, -0.09935343822925276, -0.5251888283532922, 1.7758051747787331, 0.06629758541311317, -0.23123863293131336, -0.2929494620641859, -0.2929494620641859, -0.1487964478757603, 1.4019426506560262, -0.4801791868607069, -0.4801791868607069, -0.3613812163009409, -0.5735131909625194, -0.8107684445933038, -0.8107684445933038, -0.3985840178668991, 2.4383658943588014, -0.625621975554583, -0.5251888283532922, -0.2929494620641859, -0.010965763401454987, -0.2613344201574056, -0.3985840178668991, -0.23123863293131336, 0.8981985183779979, -0.3985840178668991, -0.625621975554583, 2.2575262863841443, -0.625621975554583, 1.88750602016438, -0.23123863293131336, -0.175080965812222, -0.5735131909625194, 1.6640670942044682, -0.3985840178668991, -0.6820737423918273, 1.3383549082212165, -0.07604009849747866, 2.593980546503882, -0.4801791868607069, -0.2025269500577964, -0.2929494620641859, -0.5251888283532922, -0.07604009849747866, -0.2929494620641859, 2.3715482517805957, -0.4801791868607069, -0.3613812163009409, -0.2025269500577964, -0.03190206078799211, -0.2613344201574056, 1.0267807853266708, -0.12358122432057173, 1.8847917976369464, -0.3985840178668991, 2.288106162828868, -0.32623879765870234, -0.1487964478757603, -0.23123863293131336, -0.32623879765870234, -0.23123863293131336, 1.9629486410384385, -0.23123863293131336, 0.009280866001201966, -0.07604009849747866, 0.028881225707236505, 2.1200283955553654, -0.6820737423918273, 0.009280866001201966, -0.4801791868607069, -0.9662064199932836, -0.12358122432057173, 1.7570645509287963, -0.6820737423918273, -0.2613344201574056, 1.8406001110603427, 2.156425047527954, 2.0420364548074144, 2.123095400122456, -0.2025269500577964, -0.23123863293131336, 0.9801863998451072, -0.8846741074594939, 2.2982712986060863, -0.2025269500577964, -0.0535758703475353, -0.3985840178668991, -0.3985840178668991, 0.08418253194483956, 2.0074962191510743, 2.074049889515521, -0.4801791868607069, -0.4801791868607069, -0.8107684445933038, -0.175080965812222, -0.2025269500577964, -0.12358122432057173, -0.4380888932076045, -0.3613812163009409, 1.7480407175201549, -0.3985840178668991, -0.6820737423918273, -0.5251888283532922, -0.03190206078799211, 1.7141540834018159, -0.2025269500577964, -0.2025269500577964, 1.8710352068241456, 2.3751911818540536, 2.081959437026262, 1.7201335037153236, -0.3613812163009409, -0.3985840178668991, -0.175080965812222, -0.175080965812222, -0.2025269500577964, -0.3985840178668991, -0.6820737423918273, 0.009280866001201966, -0.625621975554583, -0.1487964478757603, -0.5735131909625194, 2.3911220566312643, -0.8107684445933038, -1.1555296225828569, 0.028881225707236505, -0.32623879765870234, -0.9662064199932836, -0.32623879765870234, 2.345838950205839, 2.0082362663667768, -0.8846741074594939, -0.625621975554583, 0.10155982843849924, -0.32623879765870234, -0.2929494620641859, -0.6820737423918273, -0.625621975554583, -0.32623879765870234, -0.5735131909625194, -0.2929494620641859, 2.2451487651303133, -0.3613812163009409, 1.4158664410835362, -0.010965763401454987, -0.9662064199932836, -0.2025269500577964, -0.175080965812222, 1.8784109123342796, -0.09935343822925276, -0.0535758703475353, -0.4801791868607069, -0.2613344201574056, -0.8846741074594939, 1.689628108432384, -0.625621975554583, 1.7604141307810055, -0.2929494620641859, -0.4801791868607069, -0.4801791868607069, -0.23123863293131336, -0.3613812163009409, -0.4380888932076045, -0.6820737423918273, -0.010965763401454987, -0.625621975554583, -0.625621975554583, -0.4380888932076045, 1.9970394896441643, -0.12358122432057173, -1.0562831682159046, -0.07604009849747866, -0.2929494620641859, -0.625621975554583, -0.6820737423918273, -0.2025269500577964, -0.5735131909625194, -0.7435305424238956, 2.5672461248475718, -0.010965763401454987, -0.32623879765870234, -0.625621975554583, -0.23123863293131336, -0.6820737423918273, 2.0170470216681444, -0.625621975554583, -0.175080965812222, -0.2613344201574056, -0.2929494620641859, -0.03190206078799211, 0.2658186661989725, -0.5735131909625194, -0.32623879765870234, 2.3538341952467787, 0.560823249390791, 1.3917974402057196, -0.5735131909625194, -0.3613812163009409, -0.010965763401454987, -0.2929494620641859, -0.5735131909625194, -0.2025269500577964, 2.1785988933986298, 1.7548211635206543, -0.010965763401454987, -0.07604009849747866, -0.3985840178668991, -0.1487964478757603, 2.1088567934364484, -0.07604009849747866, -0.3613812163009409, -0.07604009849747866, -0.2929494620641859, -0.07604009849747866, -0.4380888932076045, -0.09935343822925276, -0.2025269500577964, -0.3985840178668991, 0.009280866001201966, -0.2025269500577964, -0.8846741074594939, 1.9139996207738803, -0.6820737423918273, -0.4380888932076045, 1.9360592719524927, -0.4801791868607069, -0.0535758703475353, -0.3985840178668991, -0.2613344201574056, -0.5735131909625194, -0.2025269500577964, 2.077358094563253, -0.2613344201574056, -0.09935343822925276, 1.7971354207781494, -0.3613812163009409, -0.5735131909625194, -0.7435305424238956, 0.028881225707236505, -0.2613344201574056, -0.5735131909625194, -0.12358122432057173, -0.5735131909625194, 2.0780175730144737, 0.18173042108408044, 2.3496393291663145, 0.15091253797889545, -0.2025269500577964, -0.32623879765870234, -0.625621975554583, 2.2058888112127906, -0.32623879765870234, -0.5251888283532922, -0.32623879765870234, -0.4801791868607069, -0.07604009849747866, 2.3051055447238307, 1.9755684106890592, -0.1487964478757603, -0.5251888283532922, -0.175080965812222, -0.5251888283532922, -0.4801791868607069, -0.07604009849747866, -0.2929494620641859, -0.5735131909625194, 1.718942332059743, -0.8107684445933038, -0.09935343822925276, -0.23123863293131336, -0.3613812163009409, -0.2025269500577964, -0.09935343822925276, -0.09935343822925276, -0.7435305424238956, 2.2325130420309223, -0.4380888932076045, -0.4801791868607069, -0.8107684445933038, -0.2613344201574056, 0.08418253194483956, -0.175080965812222, -0.23123863293131336, -0.32623879765870234, 1.8838843474608344, 1.8366859125488484, 1.974005242682444, -0.5251888283532922, -0.3613812163009409, -0.3985840178668991, 1.9476129756841019, -0.2929494620641859, -0.23123863293131336, 1.9716529011449395, -0.2025269500577964, -0.4801791868607069, -0.23123863293131336, -0.4801791868607069, 1.1573935491788223, -0.3613812163009409, 2.0111874470612108, -0.625621975554583, -0.625621975554583, -0.7435305424238956, -0.4380888932076045, 2.1763616483182564, -0.23123863293131336, -0.5735131909625194, 0.30387802501716743, -0.4801791868607069, 2.785703147890757, -0.4380888932076045, -0.23123863293131336, 2.5050884434257528, -0.5251888283532922, -0.0535758703475353, -0.3985840178668991, -0.4801791868607069, 2.1896628275948893, 2.3194325566723712, -0.010965763401454987, 2.2885719340134147, -0.4380888932076045, -0.3985840178668991, -0.010965763401454987, 2.126755424512536, -0.175080965812222, -0.9662064199932836, -0.4380888932076045, 1.7093276847358492, -0.23123863293131336, -0.2613344201574056, -0.2929494620641859, 2.3891534599242616, -0.010965763401454987, -0.6820737423918273, -0.4380888932076045, 0.1184572210455581, -0.3613812163009409, -0.2613344201574056, -0.6820737423918273, -0.8846741074594939, -0.2025269500577964, -0.2929494620641859, 2.0235719934746683, -0.03190206078799211, -0.2025269500577964, -0.3613812163009409, 0.4554901413220137, -0.12358122432057173, 2.302836019323116, -0.625621975554583, -0.5251888283532922, -0.0535758703475353, 0.7163634365000141, -0.09935343822925276, 2.3229619816957454, -0.3613812163009409, -0.23123863293131336, -0.2929494620641859, -0.625621975554583, -0.2025269500577964, -0.8107684445933038, 0.426033281363728, -0.0535758703475353, -0.0535758703475353, -0.1487964478757603, -0.4801791868607069, -1.0562831682159046, 1.6627602875906282, -0.4801791868607069, -0.7435305424238956, -0.5251888283532922, 0.06629758541311317, 2.396989749088082, -0.7435305424238956, -0.5251888283532922, -0.3985840178668991, 2.0170470216681444, -0.4380888932076045, -0.625621975554583, -0.5251888283532922, -0.03190206078799211, 0.5688288738586742, -0.23123863293131336, 0.06629758541311317, 2.4774365600804877, 1.9692913890485109, -0.09935343822925276, -0.0535758703475353, -0.5735131909625194, 0.16651585495423665, -0.8846741074594939, -0.4380888932076045, 2.2730091750644505, -0.23123863293131336, -0.32623879765870234, -0.1487964478757603, 0.009280866001201966, -0.09935343822925276, 0.06629758541311317, -0.32623879765870234, -0.03190206078799211, -0.3613812163009409, -0.4380888932076045, -0.4380888932076045, -0.32623879765870234, -0.4380888932076045, 0.15091253797889545, 2.321640856045458, -0.7435305424238956, -1.0562831682159046, -0.6820737423918273, 0.10155982843849924, -0.010965763401454987, -0.2929494620641859, -0.3985840178668991, -0.5251888283532922, -0.09935343822925276, 2.1506062430771364, -0.3613812163009409, -0.4380888932076045, -0.09935343822925276, -0.5251888283532922, -0.3613812163009409, -0.6820737423918273, -0.4801791868607069, -0.8846741074594939, -0.5735131909625194, 0.06629758541311317, -0.4801791868607069, -0.4380888932076045, -0.2929494620641859, -0.6820737423918273, -0.4380888932076045, -0.32623879765870234, -0.8107684445933038, -0.4380888932076045, -0.3613812163009409, -0.4801791868607069, -0.5251888283532922, -0.9662064199932836, -0.23123863293131336, -0.2613344201574056, 1.2416369705784849, -0.3613812163009409, -0.12358122432057173, -0.32623879765870234, 2.38599033708958, -0.3985840178668991, -0.1487964478757603, -0.23123863293131336, -0.3613812163009409, -0.2929494620641859, -0.07604009849747866, 0.9297093420429916, -0.6820737423918273, -0.4801791868607069, -0.5251888283532922, -0.5735131909625194, -0.4380888932076045, -0.3613812163009409, -0.4380888932076045, -0.3613812163009409, 2.0177754991117234, 2.4736752654341365, 0.04787479483596047, -0.12358122432057173, -0.2929494620641859, 0.10155982843849924, 2.3277816056898457, -0.23123863293131336, -0.1487964478757603, 2.1423648544352427, 1.7581831367527831, -0.2613344201574056, -0.7435305424238956, -0.2613344201574056, -0.4801791868607069, -0.4380888932076045, -0.5251888283532922, -0.3613812163009409, -0.3985840178668991, -0.4380888932076045, -0.3613812163009409, -0.4380888932076045, -0.5735131909625194, -0.32623879765870234, -0.0535758703475353, 2.2535929291610697, -0.03190206078799211, -0.32623879765870234, 2.244648364684492, -0.2929494620641859, -0.4801791868607069, 2.014124319471411, 2.0599546916823144, -0.5735131909625194, -0.7435305424238956, -0.5251888283532922, 1.8064943331519292, -0.32623879765870234, -0.4380888932076045, -0.2929494620641859, -0.7435305424238956, 2.1858133952814844, -0.2929494620641859, -0.625621975554583, 2.4043414834534045, -0.7435305424238956, -0.3985840178668991, 1.7570645509287963, -0.07604009849747866, -0.2613344201574056, 2.6940673978378475, -0.8107684445933038, -0.3613812163009409, -0.625621975554583, -0.4380888932076045, -0.3985840178668991, -0.3985840178668991, -0.175080965812222, -0.5735131909625194, -0.6820737423918273, -0.8846741074594939, -0.12358122432057173, -0.7435305424238956, -0.23123863293131336, -0.3613812163009409, -0.5735131909625194, -0.3613812163009409, -0.6820737423918273, -0.4380888932076045, -0.12358122432057173, -0.4801791868607069, 2.186364814161476, -0.3985840178668991, -0.1487964478757603, -0.5251888283532922, -0.2025269500577964, 0.18173042108408044, -0.175080965812222, -0.2929494620641859, -0.8846741074594939, -0.3985840178668991, 2.388758971690783, -0.5735131909625194, -0.03190206078799211, -0.4380888932076045, 2.182494298990202, -0.5251888283532922, -0.5735131909625194, -0.5251888283532922, -0.1487964478757603, 0.028881225707236505, -0.32623879765870234, 0.2658186661989725, 0.16651585495423665, -0.2025269500577964, 2.44810406424448, -0.12358122432057173, -0.3985840178668991, -0.4801791868607069, -0.1487964478757603, 2.0579140485698653, -0.4801791868607069, -0.4801791868607069, -0.3613812163009409, -0.2613344201574056, -0.2613344201574056, -0.03190206078799211, -0.6820737423918273, -0.4380888932076045, -0.32623879765870234, -0.32623879765870234, -0.5735131909625194, -0.3613812163009409, -0.4380888932076045, -0.32623879765870234, -0.4380888932076045, 0.08418253194483956, -0.4801791868607069, -0.4801791868607069, -0.12358122432057173, -0.625621975554583, -0.1487964478757603, -0.8107684445933038, -0.3985840178668991, -0.4801791868607069, -0.4801791868607069, -0.625621975554583, -0.3985840178668991, -0.175080965812222, 2.221691467754777, -0.2929494620641859, -0.4380888932076045, -0.4380888932076045, -0.07604009849747866, 2.420657337829187, -0.4801791868607069, 2.4077929847432937, -0.4380888932076045, -0.3613812163009409, -0.2929494620641859, -0.12358122432057173, -0.3985840178668991, -0.2929494620641859, 2.1951199251076408, -0.3613812163009409, -0.2613344201574056, -0.3613812163009409, -0.2025269500577964, 0.7347900589377474, -0.010965763401454987, -0.4380888932076045, 0.04787479483596047, 0.10155982843849924, -0.1487964478757603, 0.19657499326225575, 2.509630686350567, -0.3613812163009409, -0.32623879765870234, -0.2929494620641859, -0.5735131909625194, -0.23123863293131336, -0.23123863293131336, -0.3613812163009409, -0.3613812163009409, -0.4380888932076045, 1.5269488337086374, -0.2929494620641859, -0.010965763401454987, -0.2929494620641859, -0.6820737423918273, -0.1487964478757603, -0.175080965812222, -0.2613344201574056, 1.6808039158627714, -0.0535758703475353, 2.1482629798431456, -0.2613344201574056, -0.12358122432057173, -0.175080965812222, -0.32623879765870234, -0.175080965812222, -0.07604009849747866, -0.625621975554583, 0.04787479483596047, 2.1470879401936918, -0.5251888283532922, 0.2252227241577309, -0.07604009849747866, -0.3613812163009409, -0.09935343822925276, -0.4380888932076045, 1.6008300446243786, -0.3613812163009409, -0.4380888932076045, -0.7435305424238956, 1.9724380304211493, -0.3985840178668991, -0.3985840178668991, -0.12358122432057173, -0.2929494620641859, 0.028881225707236505, -0.7435305424238956, -0.625621975554583, -0.625621975554583, -0.2929494620641859, 0.06629758541311317, -0.23123863293131336, -0.2929494620641859, -0.23123863293131336, -0.1487964478757603, 1.8747342853385776, -0.23123863293131336, -0.2025269500577964, -0.2929494620641859, -0.3985840178668991, -0.4801791868607069, 0.08418253194483956, 0.3160536433962127, -0.5251888283532922, -0.1487964478757603, -0.0535758703475353, 0.19657499326225575, 0.18173042108408044, -0.2929494620641859, -0.0535758703475353, 0.028881225707236505, -0.0535758703475353, -0.09935343822925276, 0.04787479483596047, -0.1487964478757603, -0.0535758703475353, 0.04787479483596047, -0.175080965812222, -0.23123863293131336, -0.2613344201574056, -0.175080965812222, -0.4801791868607069, 0.16651585495423665, -0.5251888283532922, -0.3985840178668991, 0.9596626723684558, 0.5998355578333638, 1.808554600354914, -0.2613344201574056, -0.0535758703475353, -0.2613344201574056, -0.4380888932076045, 0.9882051666302154, -0.2929494620641859, -0.4801791868607069, -0.4801791868607069, -0.12358122432057173, -0.2025269500577964, -0.03190206078799211, 2.118180711220821, -0.32623879765870234, 0.08418253194483956, -0.2929494620641859, -0.1487964478757603, -0.2025269500577964, -0.7435305424238956, -0.1487964478757603, 0.04787479483596047, 2.047606423882838, -0.09935343822925276, -0.3613812163009409, -0.625621975554583, -0.09935343822925276, -0.23123863293131336, -0.2929494620641859, -0.2613344201574056, -0.32623879765870234, 0.3396977628853429, 0.06629758541311317, -0.3613812163009409, -0.23123863293131336, 0.5016177734138401, 1.5350789599002397, -0.2929494620641859, 2.5318446190480874, -0.32623879765870234, 2.2325130420309223, -0.3613812163009409, 0.04787479483596047, -0.175080965812222, 0.3843962817776817, -0.32623879765870234, -0.4380888932076045, -0.3985840178668991, 0.5277014135190397, -0.175080965812222, -0.2929494620641859, -0.2929494620641859, 0.04787479483596047, -0.2613344201574056, -0.4380888932076045, -0.23123863293131336, -0.23123863293131336, -0.4380888932076045, -0.09935343822925276, -0.5735131909625194, -0.12358122432057173, -0.5735131909625194, -0.1487964478757603, -0.2025269500577964, -0.2025269500577964, -0.5251888283532922, 0.29145395992044165, -0.3613812163009409, -0.2025269500577964, -0.5735131909625194, 0.2658186661989725, -0.010965763401454987, 0.36245746887068575, -0.12358122432057173, -0.32623879765870234, -0.4380888932076045, -0.3613812163009409, -0.07604009849747866, -0.010965763401454987, -0.23123863293131336, 0.009280866001201966, -0.32623879765870234, -0.175080965812222, -0.5735131909625194, -0.23123863293131336, -0.2025269500577964, -0.3985840178668991, -0.09935343822925276, -0.6820737423918273, -0.2025269500577964, -0.175080965812222, -0.32623879765870234, 0.29145395992044165, 0.2252227241577309, -0.2025269500577964, -0.4380888932076045, -0.5251888283532922, -0.2929494620641859, -0.8846741074594939, 2.4965614054995955, -0.4380888932076045, -0.23123863293131336, 1.7790529878462042, -0.2929494620641859, -0.2025269500577964, -0.2929494620641859, -0.010965763401454987, -0.5735131909625194, -0.3985840178668991, 0.3396977628853429, -0.5251888283532922, -0.32623879765870234, -0.625621975554583, -0.3985840178668991, 2.0942754234376086, -0.3985840178668991, -0.6820737423918273, -0.23123863293131336, 0.6908901139428838, -0.3613812163009409, 2.4142593111892747, 0.028881225707236505, -0.625621975554583, -0.5251888283532922, 0.5527106424175423, -0.32623879765870234, 1.9786826970522415, -0.1487964478757603, -0.2929494620641859, 0.3279905092489208, 1.974005242682444, 1.3603008035860835, -0.2025269500577964, 0.9961192225105526, -0.2929494620641859, -0.32623879765870234, 0.21106701267389494, -0.12358122432057173, 0.08418253194483956, -0.2025269500577964, -0.010965763401454987, 0.04787479483596047, 1.8756555362514509, -0.32623879765870234, 0.1349002630757604, -0.2929494620641859, -0.5251888283532922, -0.23123863293131336, -0.07604009849747866, -0.3613812163009409, -0.010965763401454987, -0.3613812163009409, -0.3985840178668991, -0.12358122432057173, -0.5251888283532922, -0.32623879765870234, -0.3985840178668991, -0.3985840178668991, 0.06629758541311317, -0.12358122432057173, -0.07604009849747866, 0.19657499326225575, -0.4801791868607069, 0.2658186661989725, -0.2025269500577964, -0.03190206078799211, 0.06629758541311317, 1.6373798213270832, -0.3613812163009409, -0.03190206078799211, -0.07604009849747866, 0.36245746887068575, -0.2025269500577964, -0.175080965812222, 0.5688288738586742, 0.5998355578333638, -0.010965763401454987, -0.03190206078799211, -0.07604009849747866, 1.9259776194317093, -0.8846741074594939, -0.010965763401454987, -0.7435305424238956, 0.15091253797889545, 0.3843962817776817, -0.4380888932076045, -0.4380888932076045, 2.4269884924061795, -0.3613812163009409, -0.12358122432057173, 0.18173042108408044, -0.175080965812222, -0.32623879765870234, -0.3985840178668991, -0.09935343822925276, 2.5352624874042338, -0.5735131909625194, 0.1184572210455581, 0.1349002630757604, -0.09935343822925276, -0.12358122432057173, 0.10155982843849924, -0.2929494620641859, -0.0535758703475353, 0.8245968972315261, 0.028881225707236505, -0.175080965812222, -0.175080965812222, -0.175080965812222, -0.1487964478757603, -0.2025269500577964, -0.175080965812222, -0.010965763401454987, -0.3613812163009409, -0.23123863293131336, 2.5195689194905757, -0.12358122432057173, 0.9253068515743204, 2.099387111555437, -0.7435305424238956, -0.5735131909625194, -0.5251888283532922, -0.32623879765870234, -0.2613344201574056, -0.07604009849747866, -0.32623879765870234, -0.5251888283532922, 1.6921258756232291, -0.0535758703475353, 2.072721532033129, -0.09935343822925276, 0.04787479483596047, 1.9794587733191449, 0.3396977628853429, 0.7100946925851479, 0.15091253797889545, 1.3624522955206921, 2.2436463219541016, -0.23123863293131336, 0.21106701267389494, -0.1487964478757603, 1.4484059925579758, 2.222730463383921, 1.7918728593387223, -0.010965763401454987, -0.3985840178668991, -0.12358122432057173, 1.3559747615136677, -0.2929494620641859, 0.4360117157344661, 2.557468775859015, -0.0535758703475353, 0.35118403194643005, -0.175080965812222, 0.009280866001201966, 0.04787479483596047, -0.5735131909625194, -0.2929494620641859, -0.07604009849747866, 0.009280866001201966, 0.2658186661989725, 2.226868715862876, 0.16651585495423665, -0.5251888283532922, 0.04787479483596047, -0.2613344201574056, -0.23123863293131336, 0.8888861455844524, 0.30387802501716743, -0.3985840178668991, -0.5251888283532922, -0.32623879765870234, 0.21106701267389494, -0.0535758703475353, -0.1487964478757603, -0.4801791868607069, -0.3613812163009409, -0.03190206078799211, -0.23123863293131336, -0.09935343822925276, -0.5251888283532922, 0.028881225707236505, 0.04787479483596047, -0.2025269500577964, -0.3613812163009409, -0.175080965812222, 0.028881225707236505, 0.8193572708673783, 1.4178296853615528, -0.03190206078799211, 1.090574459572755, -0.03190206078799211, 0.1184572210455581, -0.2613344201574056, -0.3985840178668991, 0.2252227241577309, -0.175080965812222, -0.32623879765870234, 0.36245746887068575, -0.4380888932076045, 0.15091253797889545, -0.3613812163009409, 0.8140719697198407, 0.2787711546199628, 0.028881225707236505, 0.1349002630757604, 0.3843962817776817, 0.5767302947829971, 1.9459758772665785, 0.028881225707236505, -0.010965763401454987, 0.08418253194483956, -0.1487964478757603, 0.18173042108408044, 0.028881225707236505, 0.1184572210455581, 1.5052852505071248, 0.028881225707236505, -0.3613812163009409, -0.07604009849747866, 1.9418636692539324, 0.009280866001201966, 0.16651585495423665, -0.12358122432057173, -0.03190206078799211, -0.09935343822925276, 2.388364226380684, -0.32623879765870234, -0.23123863293131336, 0.009280866001201966, -0.4380888932076045, -0.09935343822925276, 0.009280866001201966, 1.9637451260725327, -0.0535758703475353, -0.4380888932076045, 2.3051055447238307, -0.2025269500577964, -0.23123863293131336, -0.4801791868607069, 0.7225680540009226, -0.3613812163009409, 0.41588830096780705, -0.8846741074594939, -0.4380888932076045, 0.04787479483596047, 1.7604141307810055, -0.010965763401454987, 2.000045591185379, 2.201604203052159, -0.1487964478757603, -0.12358122432057173, 1.023031858341587, 0.028881225707236505, 0.19657499326225575, -0.07604009849747866, -0.2025269500577964, 0.5361527969363726, -0.4801791868607069, -0.1487964478757603, -0.2025269500577964, -0.09935343822925276, 1.8116319219202501, 1.9589504306340249, -0.09935343822925276, -0.32623879765870234, -0.010965763401454987, -0.5251888283532922, -0.07604009849747866, -0.4801791868607069, -0.32623879765870234, 2.027883251659372, 2.441990903147337, -0.4380888932076045, 0.06629758541311317, -0.12358122432057173, 0.06629758541311317, 0.009280866001201966, -0.2929494620641859, 0.21106701267389494, 1.1038829374444274, 0.6293348627650911, -0.0535758703475353, -0.3613812163009409, -0.2025269500577964, 2.420657337829187, -0.5251888283532922, 0.21106701267389494, 0.2525848468537582, 2.4150155371578763, 0.41588830096780705, -0.32623879765870234, -0.12358122432057173, 2.544792181844157, 0.06629758541311317, -0.3613812163009409, -0.5735131909625194, -0.09935343822925276, 0.3843962817776817, 0.19657499326225575, -0.09935343822925276, 0.18173042108408044, -0.03190206078799211, 0.16651585495423665, -0.6820737423918273, 0.37352578501460737, -0.23123863293131336, 0.19657499326225575, -0.0535758703475353, 1.557279433160119, -0.1487964478757603, -0.32623879765870234, 0.1184572210455581, -0.0535758703475353, 0.7643090720931205, -0.010965763401454987, -0.1487964478757603, 0.3843962817776817, -0.3985840178668991, 2.1273632843202948, 0.7643090720931205, -0.1487964478757603, 0.6973594330953721, 0.15091253797889545, 0.6843510575369969, -0.3613812163009409, -0.1487964478757603, -0.3985840178668991, 1.8719620962833623, 2.4555714218153835, 0.2525848468537582, 1.6193805450250969, 1.3773025275490365, 2.191851569610631, 0.5016177734138401, 2.8111842547341275, 1.9191620775496463, 2.301470211314341, -0.4801791868607069, 1.992502179505502, -0.010965763401454987, -0.0535758703475353, 0.6364909481274771, -0.3613812163009409, -0.175080965812222, 1.9794587733191449, 0.028881225707236505, -0.23123863293131336, -0.23123863293131336, 0.15091253797889545, 0.21106701267389494, -0.2929494620641859, 2.152357760938401, 0.06629758541311317, -0.4801791868607069, -0.6820737423918273, 1.019259595982472, -0.3985840178668991, 2.4671229607555896, 0.3160536433962127, 2.2768188429223732, 0.19657499326225575, 0.15091253797889545, 2.242642618865786, 0.009280866001201966, 0.028881225707236505, -0.2613344201574056, 0.6435636216362322, -0.03190206078799211, 0.1184572210455581, 0.19657499326225575, 0.04787479483596047, -0.0535758703475353, -0.0535758703475353, -0.2929494620641859, 0.3279905092489208, 0.6973594330953721, 0.18173042108408044, 0.06629758541311317, 0.04787479483596047, 0.10155982843849924, 2.1107330937503033, 0.2658186661989725, -0.625621975554583, -0.010965763401454987, -0.5251888283532922, 0.2525848468537582, 0.1184572210455581, 2.0482990825881418, 2.3255956201774457, 1.8691771622332107, 0.2787711546199628, -0.0535758703475353, -0.09935343822925276, 0.29145395992044165, 1.5619326459827283, -0.12358122432057173, 2.423644949283743, -0.0535758703475353, 1.9909821587512184, 2.6609988617951594, 1.4810548982269989, -0.010965763401454987, 0.9596626723684558, -0.2929494620641859, 2.2340433194842357, -0.010965763401454987, 0.2525848468537582, -0.03190206078799211, 0.36245746887068575, -0.2025269500577964, 2.4376382820896723, 0.06629758541311317, 1.4352183290493792, -0.32623879765870234, -0.1487964478757603, 0.5845301844575728, 1.9589504306340249, -0.0535758703475353, -0.12358122432057173, 1.5069794631838986, 0.41588830096780705, 0.36245746887068575, 1.650870408168211, 0.4650001106284651, -0.07604009849747866, 2.7312806775623564, 2.236077694308691, -0.03190206078799211, -0.2025269500577964, 1.8973553969587544, 0.30387802501716743, 1.7213223376719786, 1.931039419237241, -0.23123863293131336, -0.2929494620641859, 2.4622491854960518, 0.29145395992044165, 2.5914443045556204, 1.9242809095814648, -0.23123863293131336, 0.18173042108408044, 0.04787479483596047, 0.4926682068778204, 0.5998355578333638, -0.1487964478757603, 2.858413523327316, 1.403951463753908, -0.4380888932076045, 0.23905728242976304, 2.4054941704348503, 2.6342329083614637, 2.158737008267971, 0.7163634365000141, -0.010965763401454987, 1.2772711334593356, -0.3985840178668991, 0.08418253194483956, 0.29145395992044165, 0.30387802501716743, 2.3064631896244103, 2.297354212081895, -0.4801791868607069, 2.244648364684492, 1.9476129756841019, 0.2252227241577309, 2.3437172802371498, 0.7757257695220866, -0.23123863293131336, 0.009280866001201966, 2.4726453913851545, 2.302836019323116, 0.5998355578333638, 0.15091253797889545, 0.08418253194483956, -0.23123863293131336, 2.6171536898351726, -0.03190206078799211, -0.2613344201574056, -0.23123863293131336, 2.5337113011882058, 2.236585222245353, 0.1184572210455581, 2.1393941148481272, 2.168465571601068, -0.07604009849747866, 1.5170464280065252, -0.1487964478757603, 2.501823003323344, -0.2929494620641859, 0.30387802501716743, 1.9516864690147109, 0.028881225707236505, 0.1184572210455581, 2.1627618273963773, 2.226352977744363, 2.2196081147999718, 2.5517669639958567, 0.3279905092489208, 2.474018168045086, 1.7330840921199233, 0.395075879040716, 0.06629758541311317, 2.6667618782823164, 2.1429572580330056, 0.21106701267389494, 2.124317867061538, 0.8501365931575794, 0.6574663433923846, 1.7260544788495211, 2.4618995535383528, 2.7766189572947035, 2.100658321960372, 2.4726453913851545, -0.23123863293131336, 0.4055711411899479, 0.560823249390791, 0.4743635203883249, 2.3445668401926403, 2.474360876653273, 1.8287808121334967, 1.9484298687299388, 1.9747873309126485, 1.2991194501749044, 0.7526733110706461, 2.135809888364225, 0.6643000363246145, 0.009280866001201966, 0.41588830096780705, -0.3613812163009409, 2.4035718050572497, 1.1810281456430074, 2.596786194169547, 2.3023810920755303, 2.301014256770888, 0.009280866001201966, -0.2929494620641859, 2.1488496460101008, 1.9763484846089512, -0.175080965812222, 2.4138808438750927, 2.3329960078410488, 2.1322043275966416, 2.345838950205839, 2.61661212667044, 2.469545221515816, 0.35118403194643005, 2.6554346271985545, -0.07604009849747866, 2.572804736188941, 2.365837562921796, 0.009280866001201966, 1.2647838635708843, 1.0972652334194826, 1.145221305571845, 1.5103537400467113, 0.4650001106284651, 2.529659527767574, 2.34626239389478, 2.696446578839885, 2.2530994587897033], [-1.2524960082004943, 2.445556243781229, -0.5066894537186662, -1.0739578098691684, -1.9042266481369512, -0.7648838117892958, -1.4497446797936897, -1.2524960082004943, -1.0739578098691684, -0.5066894537186662, -0.3925824422875043, -0.6303066605722644, -2.1580345521768747, -1.0739578098691684, -1.2524960082004943, -0.9121203311499972, -1.9042266481369512, -1.6670730322319265, -0.7648838117892958, -1.6670730322319265, -1.0739578098691684, -0.2867624996459226, -0.7648838117892958, 0.1488952038376302, 1.7962089800532075, -1.9042266481369512, -0.1882010820938974, -1.6670730322319265, -0.6303066605722644, -1.9042266481369512, -0.3925824422875043, -1.0739578098691684, -1.6670730322319265, -0.9121203311499972, -0.3925824422875043, -0.7648838117892958, -1.6670730322319265, -1.2524960082004943, -0.5066894537186662, -1.9042266481369512, -1.2524960082004943, -0.7648838117892958, -1.2524960082004943, -0.9121203311499972, -1.4497446797936897, -1.6670730322319265, -1.6670730322319265, -0.9121203311499972, -1.9042266481369512, -2.1580345521768747, -2.1580345521768747, -1.4497446797936897, -0.6303066605722644, -0.7648838117892958, -0.9121203311499972, -0.09603240733752996, -0.09603240733752996, -0.09603240733752996, 0.3569250968273325, -0.9121203311499972, -0.7648838117892958, -1.9042266481369512, -1.4497446797936897, -0.2867624996459226, -1.6670730322319265, -0.2867624996459226, -1.0739578098691684, -1.0739578098691684, -0.1882010820938974, -1.2524960082004943, 0.22179167661005045, -1.0739578098691684, -0.5066894537186662, -0.9121203311499972, -1.9042266481369512, -0.9121203311499972, -0.2867624996459226, 0.41979749639497227, -0.7648838117892958, 2.0000723658664783, -0.2867624996459226, -1.2524960082004943, -1.9042266481369512, -0.5066894537186662, -0.9121203311499972, -0.7648838117892958, -0.7648838117892958, -1.4497446797936897, -1.0739578098691684, -2.421585025239005, -0.9121203311499972, -1.6670730322319265, 1.607152795552815, -1.0739578098691684, -1.4497446797936897, -1.4497446797936897, -1.2524960082004943, -0.5066894537186662, -2.1580345521768747, -0.5066894537186662, -2.1580345521768747, -0.2867624996459226, -0.5066894537186662, -1.9042266481369512, -2.1580345521768747, -1.2524960082004943, -1.2524960082004943, -0.9121203311499972, -0.7648838117892958, -1.0739578098691684, -1.4497446797936897, -1.2524960082004943, -0.6303066605722644, -0.09603240733752996, -0.3925824422875043, -0.1882010820938974, -1.9042266481369512, -1.2524960082004943, -0.5066894537186662, -1.0739578098691684, -0.7648838117892958, -1.2524960082004943, -0.009525241657540972, -0.6303066605722644, -0.6303066605722644, -1.0739578098691684, -0.2867624996459226, -0.9121203311499972, 2.3029975236968605, -0.7648838117892958, -0.2867624996459226, -0.5066894537186662, -0.6303066605722644, -1.2524960082004943, 0.22179167661005045, -1.0739578098691684, 1.9617227329818123, -2.1580345521768747, 0.07194087843700799, -0.6303066605722644, -0.09603240733752996, -0.6303066605722644, -1.2524960082004943, -0.6303066605722644, -1.0739578098691684, -1.2524960082004943, -0.09603240733752996, 0.29102180693251195, -1.6670730322319265, -0.7648838117892958, -0.9121203311499972, -0.3925824422875043, 0.5926716269213418, -1.6670730322319265, -0.2867624996459226, -0.6303066605722644, -1.2524960082004943, -1.9042266481369512, -0.7648838117892958, -0.3925824422875043, -1.2524960082004943, -0.1882010820938974, -0.09603240733752996, -0.009525241657540972, -0.6303066605722644, -1.0739578098691684, -0.009525241657540972, 1.1586903945432825, -1.9042266481369512, -0.2867624996459226, -1.2524960082004943, -0.9121203311499972, -1.2524960082004943, -1.4497446797936897, 2.7466310204540956, -0.5066894537186662, -1.4497446797936897, -0.6303066605722644, -1.4497446797936897, -0.7648838117892958, -0.6303066605722644, 0.07194087843700799, 0.41979749639497227, -1.6670730322319265, -1.4497446797936897, -0.3925824422875043, -0.9121203311499972, -1.9042266481369512, -0.5066894537186662, -0.7648838117892958, -0.3925824422875043, -0.7648838117892958, -2.421585025239005, -0.6303066605722644, -1.6670730322319265, -1.4497446797936897, -1.9042266481369512, -0.7648838117892958, -1.2524960082004943, -0.3925824422875043, -0.3925824422875043, -1.4497446797936897, 0.41979749639497227, -0.7648838117892958, -0.7648838117892958, -1.2524960082004943, -1.6670730322319265, -0.6303066605722644, -0.2867624996459226, -1.4497446797936897, -0.1882010820938974, -1.9042266481369512, -0.6303066605722644, -0.2867624996459226, -0.6303066605722644, -1.6670730322319265, -0.3925824422875043, -0.3925824422875043, -0.1882010820938974, -1.6670730322319265, -1.6670730322319265, -1.6670730322319265, -1.2524960082004943, -1.0739578098691684, -0.6303066605722644, 2.634254658589218, -0.9121203311499972, -0.6303066605722644, -1.0739578098691684, -1.2524960082004943, -0.9121203311499972, -0.9121203311499972, -0.6303066605722644, -0.9121203311499972, 0.07194087843700799, -1.4497446797936897, -0.9121203311499972, -0.6303066605722644, -0.2867624996459226, -0.5066894537186662, -0.3925824422875043, -0.9121203311499972, -0.2867624996459226, -1.0739578098691684, -1.2524960082004943, -0.1882010820938974, -0.1882010820938974, -0.3925824422875043, 0.5926716269213418, -0.6303066605722644, -0.5066894537186662, -2.1580345521768747, -0.3925824422875043, -0.9121203311499972, -0.09603240733752996, 0.3569250968273325, -0.9121203311499972, -1.0739578098691684, -1.4497446797936897, -0.6303066605722644, -0.2867624996459226, -0.9121203311499972, -1.2524960082004943, -0.6303066605722644, 0.07194087843700799, -0.009525241657540972, -0.6303066605722644, -1.2524960082004943, -0.5066894537186662, -0.6303066605722644, 3.2140588335789784, -0.1882010820938974, -0.09603240733752996, -0.6303066605722644, -0.6303066605722644, -1.0739578098691684, -0.3925824422875043, -1.4497446797936897, -0.7648838117892958, -0.5066894537186662, 2.0188402850980367, -0.7648838117892958, -0.6303066605722644, -0.2867624996459226, -0.6303066605722644, -0.1882010820938974, -0.2867624996459226, -1.2524960082004943, -1.6670730322319265, -0.5066894537186662, 0.5374557199494984, 0.6457252585904814, -0.1882010820938974, -0.2867624996459226, -0.5066894537186662, -0.6303066605722644, -1.9042266481369512, -0.6303066605722644, -1.0739578098691684, -0.5066894537186662, -1.0739578098691684, -1.0739578098691684, -0.3925824422875043, -0.6303066605722644, 0.07194087843700799, -0.9121203311499972, 0.22179167661005045, -0.7648838117892958, -1.2524960082004943, -0.5066894537186662, -0.7648838117892958, -0.5066894537186662, -0.5066894537186662, -0.5066894537186662, -0.7648838117892958, 0.07194087843700799, -1.4497446797936897, -0.6303066605722644, -0.3925824422875043, -1.2524960082004943, 0.22179167661005045, -1.4497446797936897, -0.009525241657540972, -0.3925824422875043, -1.0739578098691684, -0.009525241657540972, -1.0739578098691684, -0.7648838117892958, -0.9121203311499972, -0.2867624996459226, 2.418242269663483, -0.7648838117892958, -0.009525241657540972, -0.5066894537186662, -0.7648838117892958, -0.7648838117892958, -0.5066894537186662, -0.6303066605722644, 0.5374557199494984, -1.9042266481369512, -0.6303066605722644, -0.1882010820938974, 0.3569250968273325, 2.16014642599578, -0.5066894537186662, -0.6303066605722644, -0.5066894537186662, -0.3925824422875043, -1.0739578098691684, -0.7648838117892958, -0.5066894537186662, -0.9121203311499972, -0.009525241657540972, 0.22179167661005045, -0.1882010820938974, -0.3925824422875043, 0.07194087843700799, -0.1882010820938974, -0.009525241657540972, 0.29102180693251195, -0.009525241657540972, -1.2524960082004943, -0.7648838117892958, -0.1882010820938974, -0.009525241657540972, -0.3925824422875043, -0.5066894537186662, -1.2524960082004943, -1.0739578098691684, -0.1882010820938974, -0.9121203311499972, -1.4497446797936897, 0.3569250968273325, -0.1882010820938974, -0.3925824422875043, -0.3925824422875043, -0.9121203311499972, -0.7648838117892958, -1.6670730322319265, 0.4798982886618914, 0.07194087843700799, 0.07194087843700799, 0.29102180693251195, -0.3925824422875043, -0.3925824422875043, -0.7648838117892958, -0.5066894537186662, -0.2867624996459226, 3.1678025344831338, -0.6303066605722644, -0.9121203311499972, -0.009525241657540972, -1.2524960082004943, 2.287862737588045, 0.41979749639497227, -0.9121203311499972, -1.0739578098691684, -0.5066894537186662, -1.0739578098691684, -0.6303066605722644, -0.6303066605722644, -0.9121203311499972, -0.6303066605722644, -0.2867624996459226, -0.5066894537186662, -0.6303066605722644, -0.1882010820938974, -1.4497446797936897, -1.2524960082004943, -0.09603240733752996, -0.3925824422875043, -0.7648838117892958, -0.5066894537186662, -0.1882010820938974, 3.11987545379746, 2.94633040125895, 2.9276594133336418, 0.41979749639497227, -0.3925824422875043, -0.3925824422875043, 0.07194087843700799, -0.7648838117892958, -1.2524960082004943, -0.2867624996459226, -0.6303066605722644, -0.2867624996459226, -0.9121203311499972, -1.6670730322319265, -0.7648838117892958, -0.09603240733752996, -0.1882010820938974, -0.3925824422875043, -0.6303066605722644, -0.2867624996459226, -0.9121203311499972, -1.0739578098691684, -1.6670730322319265, -1.0739578098691684, -0.3925824422875043, -0.5066894537186662, -1.2524960082004943, 0.3569250968273325, -1.2524960082004943, 1.8607131568882624, 2.332759474743104, -0.9121203311499972, -1.9042266481369512, -0.5066894537186662, 0.07194087843700799, -1.6670730322319265, -0.6303066605722644, 0.07194087843700799, -0.7648838117892958, -0.2867624996459226, 0.7459682694851452, -0.5066894537186662, -1.0739578098691684, 0.07194087843700799, -0.9121203311499972, -0.09603240733752996, -1.4497446797936897, -0.2867624996459226, -1.4497446797936897, 0.22179167661005045, -1.2524960082004943, -0.7648838117892958, -0.6303066605722644, -1.0739578098691684, -1.0739578098691684, 0.22179167661005045, -0.7648838117892958, -0.7648838117892958, -1.6670730322319265, -0.7648838117892958, -0.1882010820938974, -1.2524960082004943, -0.1882010820938974, -0.6303066605722644, -1.2524960082004943, 0.1488952038376302, -1.6670730322319265, -0.3925824422875043, -0.09603240733752996, -1.2524960082004943, -1.0739578098691684, -0.1882010820938974, -0.1882010820938974, -1.0739578098691684, -0.5066894537186662, -0.5066894537186662, -0.6303066605722644, -1.4497446797936897, -0.09603240733752996, -0.5066894537186662, -0.009525241657540972, -0.2867624996459226, -0.3925824422875043, -0.3925824422875043, -1.6670730322319265, -0.7648838117892958, -0.9121203311499972, -1.4497446797936897, -0.6303066605722644, -0.2867624996459226, -0.9121203311499972, -0.3925824422875043, -1.6670730322319265, -0.7648838117892958, 0.07194087843700799, -0.2867624996459226, 2.702815186016424, -1.2524960082004943, -1.0739578098691684, 0.07194087843700799, -0.9121203311499972, -0.5066894537186662, 0.22179167661005045, -1.0739578098691684, -0.3925824422875043, -0.009525241657540972, -0.09603240733752996, 2.6916314859277337, -0.6303066605722644, -1.2524960082004943, -0.6303066605722644, -0.7648838117892958, -0.9121203311499972, -0.5066894537186662, -0.09603240733752996, -0.5066894537186662, -0.3925824422875043, -0.009525241657540972, -0.09603240733752996, -0.9121203311499972, -1.0739578098691684, -0.7648838117892958, -0.09603240733752996, -0.6303066605722644, -0.2867624996459226, -1.0739578098691684, 0.07194087843700799, 0.41979749639497227, -0.9121203311499972, -0.9121203311499972, -0.6303066605722644, -0.6303066605722644, 0.22179167661005045, -0.3925824422875043, -1.2524960082004943, -0.3925824422875043, -0.7648838117892958, -0.09603240733752996, 0.3569250968273325, 0.22179167661005045, -1.6670730322319265, -0.9121203311499972, -0.9121203311499972, -0.7648838117892958, -0.3925824422875043, -0.7648838117892958, -0.5066894537186662, -0.009525241657540972, -0.5066894537186662, -1.9042266481369512, -0.7648838117892958, -0.7648838117892958, -0.9121203311499972, -0.6303066605722644, -0.5066894537186662, -0.5066894537186662, -0.7648838117892958, -0.09603240733752996, -0.2867624996459226, -0.5066894537186662, 0.07194087843700799, 0.29102180693251195, -0.9121203311499972, -0.3925824422875043, -1.6670730322319265, -0.7648838117892958, -0.2867624996459226, -0.2867624996459226, 0.07194087843700799, 2.34739409785344, -0.9121203311499972, 0.29102180693251195, -0.6303066605722644, -0.2867624996459226, -1.0739578098691684, 2.830149121224536, -0.09603240733752996, -0.09603240733752996, -1.4497446797936897, -0.6303066605722644, -0.1882010820938974, -1.0739578098691684, -1.0739578098691684, -1.0739578098691684, 0.29102180693251195, -1.2524960082004943, 0.3569250968273325, -0.9121203311499972, -0.7648838117892958, -1.0739578098691684, 0.22179167661005045, -0.09603240733752996, -0.3925824422875043, -0.1882010820938974, -1.4497446797936897, -0.6303066605722644, -0.5066894537186662, -1.6670730322319265, 2.418242269663483, -0.6303066605722644, -0.09603240733752996, -0.9121203311499972, -0.7648838117892958, -0.2867624996459226, -0.2867624996459226, 1.9810357762659487, -0.9121203311499972, -0.1882010820938974, -0.1882010820938974, -0.2867624996459226, -0.3925824422875043, -0.6303066605722644, -0.7648838117892958, -1.0739578098691684, -0.5066894537186662, -0.2867624996459226, -0.009525241657540972, -1.4497446797936897, 0.22179167661005045, 0.5926716269213418, 0.22179167661005045, -0.009525241657540972, -0.1882010820938974, -0.1882010820938974, -0.7648838117892958, -0.6303066605722644, -0.09603240733752996, -0.7648838117892958, 0.41979749639497227, -0.9121203311499972, -1.2524960082004943, -0.6303066605722644, 0.1488952038376302, -0.2867624996459226, -0.009525241657540972, -1.0739578098691684, -0.6303066605722644, -0.6303066605722644, -1.0739578098691684, -0.9121203311499972, -0.9121203311499972, -0.5066894537186662, -0.5066894537186662, -0.5066894537186662, -0.7648838117892958, -0.7648838117892958, -0.1882010820938974, -1.4497446797936897, -0.5066894537186662, 0.29102180693251195, -0.5066894537186662, -0.09603240733752996, -0.3925824422875043, -1.0739578098691684, -1.0739578098691684, -0.1882010820938974, -0.2867624996459226, -0.5066894537186662, -0.3925824422875043, -1.2524960082004943, -0.9121203311499972, -0.5066894537186662, -1.0739578098691684, -0.7648838117892958, -1.0739578098691684, -0.09603240733752996, -0.009525241657540972, 2.91822449336177, -0.3925824422875043, -0.7648838117892958, -0.9121203311499972, -0.09603240733752996, -0.9121203311499972, -0.09603240733752996, 0.7934292428033425, -0.9121203311499972, 0.8836109796197293, -1.2524960082004943, -0.6303066605722644, -0.6303066605722644, -0.7648838117892958, -1.6670730322319265, 0.3569250968273325, 0.29102180693251195, -0.5066894537186662, -0.6303066605722644, -0.1882010820938974, 0.41979749639497227, -0.7648838117892958, -0.5066894537186662, -0.5066894537186662, -0.9121203311499972, 3.3844700298783117, -0.3925824422875043, -0.2867624996459226, -0.3925824422875043, -1.0739578098691684, -0.09603240733752996, -1.2524960082004943, -0.7648838117892958, -0.2867624996459226, -0.3925824422875043, -0.1882010820938974, -0.9121203311499972, -0.5066894537186662, -0.3925824422875043, -0.2867624996459226, -0.1882010820938974, -0.5066894537186662, -1.2524960082004943, -0.3925824422875043, -0.6303066605722644, -0.2867624996459226, -0.09603240733752996, -0.6303066605722644, -0.5066894537186662, -0.5066894537186662, -0.6303066605722644, -0.1882010820938974, -1.2524960082004943, -0.7648838117892958, -0.6303066605722644, -0.5066894537186662, -0.7648838117892958, -0.1882010820938974, -0.7648838117892958, -0.7648838117892958, -1.2524960082004943, 0.1488952038376302, -0.09603240733752996, 0.07194087843700799, -0.9121203311499972, -0.7648838117892958, -0.09603240733752996, -0.6303066605722644, -1.0739578098691684, -0.5066894537186662, 2.964742376026032, -0.1882010820938974, -0.009525241657540972, -0.3925824422875043, -0.6303066605722644, -0.7648838117892958, -0.6303066605722644, 0.41979749639497227, 0.3569250968273325, -0.2867624996459226, -0.7648838117892958, 2.5742859263440936, -1.0739578098691684, -0.5066894537186662, -0.6303066605722644, -0.09603240733752996, -1.4497446797936897, -1.2524960082004943, 0.22179167661005045, -0.9121203311499972, 0.22179167661005045, -1.0739578098691684, -0.5066894537186662, -0.3925824422875043, -0.6303066605722644, -0.5066894537186662, 0.07194087843700799, 0.22179167661005045, -0.9121203311499972, 0.07194087843700799, 0.1488952038376302, -0.6303066605722644, -0.9121203311499972, 0.5926716269213418, -0.5066894537186662, -0.009525241657540972, -0.2867624996459226, -0.6303066605722644, -0.3925824422875043, -0.7648838117892958, -0.5066894537186662, -0.5066894537186662, -0.09603240733752996, -1.0739578098691684, -0.3925824422875043, -0.7648838117892958, 0.1488952038376302, -1.0739578098691684, -1.2524960082004943, -0.1882010820938974, -0.1882010820938974, -0.2867624996459226, -0.09603240733752996, -0.09603240733752996, -0.6303066605722644, -0.9121203311499972, -0.6303066605722644, -0.7648838117892958, 0.07194087843700799, -0.5066894537186662, -1.2524960082004943, -0.6303066605722644, -0.1882010820938974, 0.07194087843700799, -0.9121203311499972, -0.3925824422875043, -1.4497446797936897, -0.7648838117892958, -0.1882010820938974, -1.6670730322319265, -0.3925824422875043, -0.1882010820938974, -0.9121203311499972, 0.4798982886618914, 3.4043112108326947, 3.3575449887896154, -0.2867624996459226, -0.1882010820938974, -0.2867624996459226, 0.41979749639497227, -0.5066894537186662, 2.7249038599223714, -0.5066894537186662, 0.1488952038376302, -1.0739578098691684, -0.7648838117892958, -0.009525241657540972, -0.009525241657540972, -0.009525241657540972, -0.3925824422875043, -0.009525241657540972, -0.009525241657540972, -0.7648838117892958, -0.9121203311499972, 0.3569250968273325, -0.3925824422875043, -1.0739578098691684, -0.5066894537186662, -0.6303066605722644, -0.009525241657540972, -1.0739578098691684, -0.09603240733752996, -1.2524960082004943, -0.5066894537186662, -1.4497446797936897, 0.1488952038376302, -0.009525241657540972, 2.799442295872565, -1.0739578098691684, -0.1882010820938974, -0.3925824422875043, -0.09603240733752996, -0.2867624996459226, -0.3925824422875043, -0.09603240733752996, -0.7648838117892958, 0.07194087843700799, -1.6670730322319265, 0.07194087843700799, 0.1488952038376302, 0.07194087843700799, -0.9121203311499972, -0.3925824422875043, -0.7648838117892958, -0.6303066605722644, -0.6303066605722644, 0.4798982886618914, -0.3925824422875043, -0.09603240733752996, -1.0739578098691684, 0.3569250968273325, -0.7648838117892958, 0.22179167661005045, -1.2524960082004943, -0.09603240733752996, -0.6303066605722644, -0.6303066605722644, -0.3925824422875043, 0.22179167661005045, -1.4497446797936897, -0.3925824422875043, -0.2867624996459226, -0.2867624996459226, 0.3569250968273325, -1.9042266481369512, -0.7648838117892958, -0.9121203311499972, -0.5066894537186662, -1.2524960082004943, -0.09603240733752996, -0.1882010820938974, -1.0739578098691684, -0.3925824422875043, -0.6303066605722644, -0.2867624996459226, -1.4497446797936897, -0.1882010820938974, -0.3925824422875043, -0.5066894537186662, -0.09603240733752996, -0.7648838117892958, -0.09603240733752996, -0.6303066605722644, -0.2867624996459226, 0.5374557199494984, -1.0739578098691684, -0.7648838117892958, -0.2867624996459226, -1.0739578098691684, -0.9121203311499972, -0.2867624996459226, -0.6303066605722644, 0.1488952038376302, -1.2524960082004943, 0.5374557199494984, -0.5066894537186662, -0.9121203311499972, -0.09603240733752996, 0.3569250968273325, 0.1488952038376302, 0.22179167661005045, -0.5066894537186662, -0.09603240733752996, -0.2867624996459226, -0.5066894537186662, -0.009525241657540972, 0.07194087843700799, -0.5066894537186662, -0.009525241657540972, 0.1488952038376302, 3.1117165828227784, 0.29102180693251195, 0.29102180693251195, -0.09603240733752996, -0.09603240733752996, -0.7648838117892958, -0.7648838117892958, 0.3569250968273325, -0.5066894537186662, 0.07194087843700799, -0.5066894537186662, -0.2867624996459226, -0.2867624996459226, -0.6303066605722644, -0.2867624996459226, -0.009525241657540972, 1.7050329216415925, -0.6303066605722644, -0.09603240733752996, -0.5066894537186662, -0.5066894537186662, -2.1580345521768747, -0.09603240733752996, 0.07194087843700799, -0.5066894537186662, -0.6303066605722644, -0.7648838117892958, -0.2867624996459226, 0.07194087843700799, -0.1882010820938974, -0.3925824422875043, -0.3925824422875043, -0.5066894537186662, -0.5066894537186662, -0.3925824422875043, 3.1678025344831338, 0.22179167661005045, -0.5066894537186662, -0.5066894537186662, -0.6303066605722644, -0.6303066605722644, -0.2867624996459226, 0.4798982886618914, -0.7648838117892958, 0.07194087843700799, -0.09603240733752996, 3.643897540554931, -0.1882010820938974, 0.1488952038376302, -0.09603240733752996, 0.7934292428033425, -0.2867624996459226, -0.5066894537186662, 0.5926716269213418, -0.3925824422875043, -0.7648838117892958, -0.6303066605722644, 0.3569250968273325, -0.009525241657540972, -1.2524960082004943, -0.009525241657540972, -0.09603240733752996, -0.2867624996459226, -0.09603240733752996, -1.4497446797936897, 0.1488952038376302, -0.6303066605722644, -0.1882010820938974, 2.0000723658664783, 0.07194087843700799, -0.009525241657540972, 0.41979749639497227, 0.4798982886618914, -0.009525241657540972, -1.0739578098691684, -0.09603240733752996, 0.29102180693251195, -0.3925824422875043, -1.9042266481369512, 0.07194087843700799, 0.29102180693251195, 0.07194087843700799, -1.2524960082004943, -1.2524960082004943, -2.1580345521768747, 2.2094895449231213, 0.22179167661005045, 1.6323052500826123, 0.29102180693251195, -0.3925824422875043, -0.9121203311499972, -0.2867624996459226, -0.009525241657540972, 0.5926716269213418, -0.6303066605722644, -0.2867624996459226, -0.7648838117892958, -0.1882010820938974, -0.009525241657540972, -0.3925824422875043, -0.9121203311499972, -0.009525241657540972, -0.1882010820938974, -0.5066894537186662, -0.6303066605722644, -0.2867624996459226, -0.1882010820938974, -0.9121203311499972, 0.29102180693251195, 0.41979749639497227, 3.676376639938664, 0.07194087843700799, -0.5066894537186662, -0.2867624996459226, -0.9121203311499972, -0.2867624996459226, -0.5066894537186662, -0.1882010820938974, 0.22179167661005045, -0.2867624996459226, -0.09603240733752996, -0.009525241657540972, -0.7648838117892958, -0.3925824422875043, -0.7648838117892958, 0.07194087843700799, -0.6303066605722644, -0.1882010820938974, -0.5066894537186662, -0.1882010820938974, -0.009525241657540972, -0.5066894537186662, -0.09603240733752996, -1.4497446797936897, -0.9121203311499972, 3.6106033342038417, 0.1488952038376302, -0.2867624996459226, -1.4497446797936897, -0.09603240733752996, -0.009525241657540972, -0.5066894537186662, 0.29102180693251195, -0.009525241657540972, -0.5066894537186662, -0.7648838117892958, 0.07194087843700799, -0.6303066605722644, -0.1882010820938974, 0.07194087843700799, -0.5066894537186662, -0.6303066605722644, -1.4497446797936897, 0.29102180693251195, 0.3569250968273325, -0.5066894537186662, -0.09603240733752996, -0.3925824422875043, 3.865444534577703, 0.3569250968273325, 0.41979749639497227, -0.3925824422875043, -0.9121203311499972, -0.09603240733752996, -0.6303066605722644, -0.5066894537186662, -0.1882010820938974, -0.1882010820938974, -0.7648838117892958, -0.3925824422875043, -0.09603240733752996, -1.0739578098691684, 0.07194087843700799, -0.7648838117892958, -1.0739578098691684, 0.07194087843700799, 0.5374557199494984, -0.09603240733752996, -1.2524960082004943, -0.6303066605722644, -0.9121203311499972, -0.009525241657540972, -0.6303066605722644, 0.07194087843700799, -0.2867624996459226, -0.2867624996459226, -0.009525241657540972, -0.09603240733752996, -0.9121203311499972, -0.1882010820938974, -0.2867624996459226, 3.4870178841496005, -0.7648838117892958, 0.07194087843700799, -1.0739578098691684, -0.009525241657540972, 0.07194087843700799, -0.2867624996459226, -1.2524960082004943, -0.6303066605722644, -0.5066894537186662, -0.6303066605722644, -0.09603240733752996, 0.5374557199494984, 0.3569250968273325, -0.1882010820938974, -0.2867624996459226, 0.1488952038376302, -0.1882010820938974, -0.09603240733752996, 0.5926716269213418, -0.5066894537186662, -1.0739578098691684, -0.6303066605722644, 0.1488952038376302, -0.09603240733752996, -0.2867624996459226, -0.1882010820938974, -0.009525241657540972, 0.4798982886618914, 0.1488952038376302, -0.2867624996459226, -0.1882010820938974, 0.29102180693251195, -0.6303066605722644, -0.6303066605722644, -0.09603240733752996, -1.6670730322319265, 0.5926716269213418, -0.7648838117892958, -0.5066894537186662, 0.4798982886618914, -0.6303066605722644, -0.2867624996459226, -0.1882010820938974, -0.6303066605722644, 0.22179167661005045, -0.2867624996459226, -0.6303066605722644, 0.1488952038376302, -0.5066894537186662, -0.9121203311499972, -0.5066894537186662, -1.2524960082004943, -0.09603240733752996, -0.3925824422875043, -0.3925824422875043, -0.5066894537186662, -0.09603240733752996, 0.6457252585904814, -0.7648838117892958, -1.6670730322319265, -1.0739578098691684, -0.6303066605722644, -1.6670730322319265, 0.22179167661005045, -0.9121203311499972, -0.09603240733752996, 0.07194087843700799, -0.2867624996459226, -0.3925824422875043, -0.009525241657540972, -0.9121203311499972, -0.009525241657540972, -0.1882010820938974, 0.07194087843700799, -0.5066894537186662, -0.6303066605722644, -0.7648838117892958, -0.09603240733752996, -0.2867624996459226, -0.1882010820938974, -0.7648838117892958, -0.009525241657540972, -0.3925824422875043, -0.09603240733752996, -0.009525241657540972, -0.09603240733752996, -0.5066894537186662, 0.3569250968273325, 3.7441335641146947, -0.5066894537186662, 0.3569250968273325, -0.5066894537186662, -0.09603240733752996, 0.22179167661005045, -0.5066894537186662, 0.07194087843700799, -0.6303066605722644, -1.4497446797936897, -0.009525241657540972, -0.09603240733752996, -0.6303066605722644, -0.3925824422875043, -0.5066894537186662, -1.0739578098691684, -0.3925824422875043, -0.2867624996459226, 0.3569250968273325, 0.1488952038376302, 3.0184936433542315, -0.09603240733752996, -0.5066894537186662, -1.0739578098691684, -1.2524960082004943, 0.22179167661005045, -0.1882010820938974, -0.009525241657540972, -0.6303066605722644, -0.6303066605722644, -0.2867624996459226, -0.3925824422875043, 0.6967764497494721, -1.2524960082004943, -0.9121203311499972, 3.547305405654682, -0.1882010820938974, -0.7648838117892958, -0.7648838117892958, 0.5926716269213418, -0.5066894537186662, 0.07194087843700799, -0.09603240733752996, -0.1882010820938974, -0.09603240733752996, -0.2867624996459226, 0.07194087843700799, 0.07194087843700799, 0.29102180693251195, 0.22179167661005045, -0.5066894537186662, 0.07194087843700799, 0.29102180693251195, 0.7459682694851452, -0.7648838117892958, 0.3569250968273325, -0.009525241657540972, -0.6303066605722644, -0.3925824422875043, -0.5066894537186662, 1.3254791660548035, -0.009525241657540972, 3.723651416648619, 0.4798982886618914, -0.2867624996459226, -0.2867624996459226, -0.5066894537186662, 0.41979749639497227, -0.09603240733752996, -0.6303066605722644, -0.5066894537186662, -0.9121203311499972, -0.9121203311499972, -0.1882010820938974, -0.2867624996459226, -1.4497446797936897, -0.9121203311499972, 3.7742758145510784, -0.09603240733752996, -0.5066894537186662, 3.244024194351132, 0.22179167661005045, -1.0739578098691684, -0.1882010820938974, -0.3925824422875043, -1.0739578098691684, 0.41979749639497227, -0.6303066605722644, -0.3925824422875043, -0.6303066605722644, -0.5066894537186662, -0.2867624996459226, -0.7648838117892958, -0.5066894537186662, -1.6670730322319265, 0.07194087843700799, -0.09603240733752996, -0.3925824422875043, -0.009525241657540972, 0.4798982886618914, -0.3925824422875043, -0.09603240733752996, -1.4497446797936897, 0.07194087843700799, -0.6303066605722644, -0.2867624996459226, 0.1488952038376302, 0.07194087843700799, -0.3925824422875043, -0.3925824422875043, 3.0869346175086636, 3.798881558469238, -0.2867624996459226, 0.07194087843700799, -0.1882010820938974, -0.1882010820938974, -0.6303066605722644, 1.04762949048988, -0.3925824422875043, 0.07194087843700799, -1.2524960082004943, 3.8085974802743534, 0.22179167661005045, -0.3925824422875043, -0.6303066605722644, -0.7648838117892958, 0.07194087843700799, -0.2867624996459226, -0.09603240733752996, -0.5066894537186662, -0.09603240733752996, -0.2867624996459226, -1.0739578098691684, -0.09603240733752996, -0.009525241657540972, -0.6303066605722644, 0.3569250968273325, 2.511480270593326, 0.1488952038376302, -0.6303066605722644, -0.1882010820938974, -0.1882010820938974, -0.2867624996459226, -0.1882010820938974, -0.1882010820938974, -0.009525241657540972, -0.009525241657540972, 0.1488952038376302, -0.09603240733752996, 0.22179167661005045, -0.009525241657540972, -0.09603240733752996, -0.1882010820938974, 0.29102180693251195, -0.2867624996459226, -0.09603240733752996, -0.5066894537186662, -0.5066894537186662, -0.3925824422875043, -0.9121203311499972, -0.1882010820938974, 0.6457252585904814, 2.8402288807493847, 0.29102180693251195, -0.009525241657540972, -0.1882010820938974, -0.009525241657540972, -0.1882010820938974, -0.3925824422875043, -0.09603240733752996, -0.6303066605722644, -0.9121203311499972, 0.4798982886618914, -1.0739578098691684, -0.1882010820938974, -0.7648838117892958, -0.009525241657540972, 3.2587568830360873, -0.009525241657540972, 3.6106033342038417, 2.17679851986188, -0.7648838117892958, -1.4497446797936897, -1.0739578098691684, -0.2867624996459226, -0.1882010820938974, 4.018560206332672, -0.009525241657540972, -0.6303066605722644, -0.2867624996459226, -0.6303066605722644, 0.1488952038376302, -0.1882010820938974, -0.6303066605722644, 2.17679851986188, -0.3925824422875043, 0.41979749639497227, 0.07194087843700799, 0.07194087843700799, 0.22179167661005045, -0.3925824422875043, -0.09603240733752996, 0.41979749639497227, -1.4497446797936897, 0.29102180693251195, 3.3438747701351152, -0.3925824422875043, -0.1882010820938974, -0.2867624996459226, -0.2867624996459226, 0.29102180693251195, -0.009525241657540972, -0.2867624996459226, 0.3569250968273325, 0.5374557199494984, 0.5374557199494984, -0.7648838117892958, -0.7648838117892958, -0.1882010820938974, -0.09603240733752996, -0.2867624996459226, -0.6303066605722644, -0.3925824422875043, -0.5066894537186662, -0.9121203311499972, -0.5066894537186662, -0.009525241657540972, -0.009525241657540972, -0.9121203311499972, -0.6303066605722644, 3.009684917367612, -0.3925824422875043, -0.1882010820938974, -0.2867624996459226, -0.09603240733752996, -0.1882010820938974, -0.3925824422875043, 0.29102180693251195, 0.07194087843700799, -0.5066894537186662, 0.22179167661005045, -0.2867624996459226, -0.009525241657540972, 0.5926716269213418, 0.22179167661005045, -1.0739578098691684, -0.2867624996459226, -0.009525241657540972, -0.5066894537186662, -0.7648838117892958, -0.7648838117892958, -0.2867624996459226, -0.3925824422875043, 0.07194087843700799, 2.9370277383187724, 0.3569250968273325, -0.7648838117892958, 0.07194087843700799, 0.1488952038376302, -0.2867624996459226, -0.009525241657540972, 0.8836109796197293, -0.5066894537186662, -0.1882010820938974, -1.9042266481369512, 0.41979749639497227, 0.8836109796197293, -0.3925824422875043, -0.6303066605722644, -0.09603240733752996, -0.6303066605722644, 0.4798982886618914, -0.2867624996459226, -0.7648838117892958, -0.2867624996459226, -0.6303066605722644, -0.2867624996459226, -0.7648838117892958, -1.0739578098691684, -0.1882010820938974, -0.09603240733752996, -0.009525241657540972, 0.22179167661005045, 0.1488952038376302, 0.1488952038376302, -0.6303066605722644, -0.2867624996459226, 3.660236477146373, -0.1882010820938974, -0.009525241657540972, -0.09603240733752996, -0.2867624996459226, -0.3925824422875043, -0.3925824422875043, 0.07194087843700799, -0.6303066605722644, -0.5066894537186662, -1.4497446797936897, 0.1488952038376302, 0.22179167661005045, -0.7648838117892958, -0.9121203311499972, -0.5066894537186662, -0.009525241657540972, -0.7648838117892958, -1.0739578098691684, 0.6457252585904814, -0.09603240733752996, 0.5374557199494984, -0.1882010820938974, -0.9121203311499972, -0.3925824422875043, -0.2867624996459226, 0.5374557199494984, -0.009525241657540972, -0.3925824422875043, -0.1882010820938974, -0.5066894537186662, -0.009525241657540972, 0.41979749639497227, 0.1488952038376302, 0.07194087843700799, -0.3925824422875043, -0.009525241657540972, 0.22179167661005045, 3.879283678462348, -0.3925824422875043, 0.07194087843700799, -1.0739578098691684, -0.009525241657540972, 0.5926716269213418, -0.2867624996459226, -1.2524960082004943, -0.2867624996459226, -0.2867624996459226, -0.9121203311499972, -0.009525241657540972, -0.1882010820938974, 0.6457252585904814, -1.2524960082004943, -1.9042266481369512, 0.1488952038376302, 0.07194087843700799, -0.7648838117892958, 0.3569250968273325, -0.6303066605722644, 0.4798982886618914, -0.5066894537186662, -0.3925824422875043, 0.41979749639497227, -0.1882010820938974, 0.5926716269213418, -0.09603240733752996, -0.2867624996459226, -0.009525241657540972, -0.3925824422875043, 0.9681233687149062, -0.1882010820938974, -1.2524960082004943, 0.3569250968273325, -0.6303066605722644, 2.0555996466264452, -0.2867624996459226, 2.6916314859277337, -0.009525241657540972, -0.6303066605722644, -0.2867624996459226, -0.09603240733752996, -0.09603240733752996, 4.083073178998766, -0.9121203311499972, 0.29102180693251195, 0.29102180693251195, 0.4798982886618914, 0.07194087843700799, -0.2867624996459226, -0.1882010820938974, -0.09603240733752996, 0.41979749639497227, -0.7648838117892958, 0.1488952038376302, -0.5066894537186662, -0.1882010820938974, 0.22179167661005045, -0.1882010820938974, -0.2867624996459226, 0.07194087843700799, -0.9121203311499972, 3.3300622468235885, -0.5066894537186662, -0.09603240733752996, -1.0739578098691684, -0.09603240733752996, -0.5066894537186662, 0.29102180693251195, 0.07194087843700799, -0.2867624996459226, -1.2524960082004943, 3.959417281438856, -0.09603240733752996, -0.6303066605722644, -0.9121203311499972, 0.29102180693251195, -1.4497446797936897, 0.29102180693251195, -0.1882010820938974, -0.3925824422875043, 0.1488952038376302, -0.09603240733752996, 0.7459682694851452, 0.07194087843700799, 0.5374557199494984, -0.009525241657540972, -0.09603240733752996, 0.4798982886618914, -0.6303066605722644, -1.0739578098691684, 0.3569250968273325, 0.22179167661005045, 0.5374557199494984, 0.07194087843700799, -0.009525241657540972, -0.1882010820938974, 0.22179167661005045, -0.7648838117892958, 3.2514109850895, -0.5066894537186662, 0.22179167661005045, -1.0739578098691684, -0.009525241657540972, 3.191132222879725, 0.8392752233594817, -0.09603240733752996, 0.1488952038376302, -0.2867624996459226, -0.6303066605722644, -1.0739578098691684, -0.7648838117892958, -0.2867624996459226, -0.2867624996459226, -1.2524960082004943, -0.9121203311499972, -0.1882010820938974, -0.09603240733752996, -0.2867624996459226, -0.009525241657540972, -0.09603240733752996, -1.0739578098691684, 0.6457252585904814, -0.2867624996459226, -0.6303066605722644, 0.5926716269213418, 3.793996783389901, -0.2867624996459226, -0.1882010820938974, 0.1488952038376302, 0.41979749639497227, -0.09603240733752996, -0.5066894537186662, -1.2524960082004943, 0.5374557199494984, 0.29102180693251195, 0.3569250968273325, 0.22179167661005045, -0.3925824422875043, 0.4798982886618914, -0.1882010820938974, -0.6303066605722644, -0.3925824422875043, -0.6303066605722644, -0.3925824422875043, -1.0739578098691684, -0.09603240733752996, 3.5822053378093712, 0.3569250968273325, -0.09603240733752996, 0.07194087843700799, -0.6303066605722644, 0.1488952038376302, -0.1882010820938974, -0.2867624996459226, 0.07194087843700799, 0.1488952038376302, -0.2867624996459226, -0.09603240733752996, -0.3925824422875043, -0.3925824422875043, -0.5066894537186662, -0.009525241657540972, -0.5066894537186662, -0.6303066605722644, -0.2867624996459226, -0.9121203311499972, 0.1488952038376302, -0.2867624996459226, 0.29102180693251195, -0.7648838117892958, 0.6967764497494721, -0.2867624996459226, -0.2867624996459226, -1.6670730322319265, 0.4798982886618914, 0.3569250968273325, -0.5066894537186662, -0.3925824422875043, -0.3925824422875043, -0.2867624996459226, 2.3618692553681844, -1.0739578098691684, -0.2867624996459226, -0.9121203311499972, -0.6303066605722644, -0.2867624996459226, -0.009525241657540972, 0.22179167661005045, -1.4497446797936897, -0.6303066605722644, 0.3569250968273325, 0.29102180693251195, -0.009525241657540972, -0.3925824422875043, -0.009525241657540972, -0.7648838117892958, 0.29102180693251195, 0.07194087843700799, -0.7648838117892958, 0.5374557199494984, -0.7648838117892958, 0.29102180693251195, -1.2524960082004943, -0.009525241657540972, 0.1488952038376302, -0.1882010820938974, -0.2867624996459226, -0.3925824422875043, 0.07194087843700799, -0.1882010820938974, -0.009525241657540972, -0.7648838117892958, -0.5066894537186662, -1.0739578098691684, 0.22179167661005045, -0.1882010820938974, 0.07194087843700799, -0.7648838117892958, 0.22179167661005045, 0.4798982886618914, 0.3569250968273325, 0.29102180693251195, 0.5374557199494984, -0.2867624996459226, -1.0739578098691684, 0.22179167661005045, 0.1488952038376302, -0.7648838117892958, -0.3925824422875043, 0.07194087843700799, -0.5066894537186662, 0.1488952038376302, -0.5066894537186662, 0.07194087843700799, -0.3925824422875043, 0.7459682694851452, -0.7648838117892958, -0.6303066605722644, 3.870073641758225, 3.1988185223574934, -0.009525241657540972, 0.07194087843700799, 3.0445743662820197, 0.41979749639497227, 3.547305405654682, -0.009525241657540972, -0.3925824422875043, -0.2867624996459226, -0.5066894537186662, 0.5926716269213418, 3.2140588335789784, -0.9121203311499972, -1.2524960082004943, 0.6457252585904814, -0.009525241657540972, -0.09603240733752996, 0.22179167661005045, -0.9121203311499972, -0.1882010820938974, -0.5066894537186662, -0.3925824422875043, -0.9121203311499972, -1.0739578098691684, -0.2867624996459226, 0.5374557199494984, 0.5926716269213418, -0.009525241657540972, 0.3569250968273325, 2.5242812846791423, -0.6303066605722644, -0.1882010820938974, -0.3925824422875043, 0.07194087843700799, -0.3925824422875043, 0.07194087843700799, -0.9121203311499972, 0.07194087843700799, -0.009525241657540972, 0.5926716269213418, -0.3925824422875043, -0.009525241657540972, -0.09603240733752996, 0.22179167661005045, 0.41979749639497227, -0.6303066605722644, -0.09603240733752996, -0.7648838117892958, -0.1882010820938974, 0.07194087843700799, -1.4497446797936897, 0.3569250968273325, 0.07194087843700799, 0.1488952038376302, 0.07194087843700799, -0.1882010820938974, -1.0739578098691684, -0.5066894537186662, 0.3569250968273325, -1.9042266481369512, 4.043121683715237, 0.29102180693251195, -0.1882010820938974, -0.5066894537186662, 0.22179167661005045, 0.07194087843700799, 0.29102180693251195, -0.09603240733752996, 0.22179167661005045, 0.29102180693251195, -0.7648838117892958, 0.29102180693251195, -1.2524960082004943, 2.404371719118816, -0.1882010820938974, 0.1488952038376302, 2.768008301229953, 0.07194087843700799, 3.3300622468235885, 0.07194087843700799, -0.2867624996459226, 0.07194087843700799, -0.1882010820938974, -0.2867624996459226, 2.799442295872565, 0.3569250968273325, -0.5066894537186662, -0.1882010820938974, 0.29102180693251195, -0.009525241657540972, 0.29102180693251195, 0.41979749639497227, 0.07194087843700799, -0.1882010820938974, 0.41979749639497227, -0.3925824422875043, -1.2524960082004943, -0.09603240733752996, -0.2867624996459226, 0.22179167661005045, -0.009525241657540972, 0.3569250968273325, -1.4497446797936897, 0.29102180693251195, -0.7648838117892958, 3.671018373171116, 0.41979749639497227, -0.2867624996459226, -0.2867624996459226, 3.511462590972004, -0.7648838117892958, 0.07194087843700799, -0.6303066605722644, 0.29102180693251195, -0.1882010820938974, -1.0739578098691684, -0.1882010820938974, 0.3569250968273325, 0.29102180693251195, 0.07194087843700799, -0.009525241657540972, 0.1488952038376302, -0.7648838117892958, -0.009525241657540972, 0.3569250968273325, -0.3925824422875043, 0.22179167661005045, -0.009525241657540972, -0.1882010820938974, 0.41979749639497227, -0.6303066605722644, 0.07194087843700799, -0.09603240733752996, 0.1488952038376302, 0.5926716269213418, -0.7648838117892958, -0.1882010820938974, -0.2867624996459226, -0.2867624996459226, -0.09603240733752996, -0.9121203311499972, 0.7459682694851452, 0.41979749639497227, -0.6303066605722644, -0.09603240733752996, 3.643897540554931, -0.6303066605722644, -0.009525241657540972, 0.22179167661005045, -1.6670730322319265, 0.5374557199494984, 0.07194087843700799, 0.7934292428033425, 0.07194087843700799, -0.3925824422875043, -0.9121203311499972, 0.4798982886618914, -0.1882010820938974, 0.41979749639497227, 0.07194087843700799, 2.9370277383187724, -0.2867624996459226, 0.29102180693251195, -0.2867624996459226, -0.1882010820938974, 3.6817133529498, 0.07194087843700799, 0.29102180693251195, -1.2524960082004943, -0.2867624996459226, -0.9121203311499972, 0.1488952038376302, 0.07194087843700799, 0.1488952038376302, -0.009525241657540972, -0.09603240733752996, 0.5374557199494984, -1.4497446797936897, 0.5926716269213418, 0.1488952038376302, 0.22179167661005045, 0.29102180693251195, -0.1882010820938974, -1.6670730322319265, 0.5926716269213418, -0.6303066605722644, -0.009525241657540972, -0.1882010820938974, -0.5066894537186662, -0.2867624996459226, -0.2867624996459226, 0.5926716269213418, 0.07194087843700799, 0.3569250968273325, 0.07194087843700799, -0.3925824422875043, 0.5926716269213418, 0.3569250968273325, -0.09603240733752996, 0.1488952038376302, -0.2867624996459226, -0.5066894537186662, 0.3569250968273325, 0.22179167661005045, 0.41979749639497227, 0.4798982886618914, 0.22179167661005045, -0.5066894537186662, -0.9121203311499972, -0.1882010820938974, -0.2867624996459226, 3.919955437110988, -1.9042266481369512, 0.41979749639497227, 2.9829024215764544, 0.6457252585904814, 0.07194087843700799, -0.1882010820938974, 0.07194087843700799, -0.6303066605722644, -0.009525241657540972, -0.09603240733752996, -0.3925824422875043, -0.09603240733752996, 2.9276594133336418, -0.09603240733752996, 3.3300622468235885, -1.4497446797936897, -0.2867624996459226, -0.3925824422875043, -0.7648838117892958, 2.819992234205255, 0.4798982886618914, -0.6303066605722644, -0.1882010820938974, 0.6967764497494721, 0.6967764497494721, -0.2867624996459226, 0.1488952038376302, -0.09603240733752996, 0.22179167661005045, -0.5066894537186662, 4.063247822712717, -0.009525241657540972, 0.5374557199494984, -0.009525241657540972, 0.1488952038376302, -0.1882010820938974, -0.2867624996459226, -1.6670730322319265, -0.1882010820938974, 0.3569250968273325, 0.22179167661005045, 3.5879337723654388, -0.009525241657540972, -0.2867624996459226, 0.3569250968273325, -0.5066894537186662, 3.31610442596354, 0.7459682694851452, 0.9265315444830288, 0.3569250968273325, -0.09603240733752996, 0.3569250968273325, -0.1882010820938974, 0.6457252585904814, -0.1882010820938974, 3.9765860154821002, 0.1488952038376302, -0.3925824422875043, -0.6303066605722644, 0.7459682694851452, -0.7648838117892958, 0.29102180693251195, -0.1882010820938974, -0.7648838117892958, 0.8392752233594817, -0.09603240733752996, -0.09603240733752996, -0.5066894537186662, -0.6303066605722644, -0.5066894537186662, 0.07194087843700799, 3.754257264657288, -0.5066894537186662, 0.1488952038376302, -1.0739578098691684, -0.5066894537186662, -0.5066894537186662, -0.7648838117892958, 0.41979749639497227, 2.757362690698751, -0.1882010820938974, 0.6967764497494721, 0.6967764497494721, -0.009525241657540972, 4.034984947607013, -0.2867624996459226, -0.09603240733752996, -0.09603240733752996, 3.692322806323906, -0.7648838117892958, 0.07194087843700799, 0.07194087843700799, 0.29102180693251195, 0.41979749639497227, -0.5066894537186662, 0.41979749639497227, 3.095246798597468, 0.07194087843700799, 0.3569250968273325, 3.8182427636426985, 3.505393506439727, 0.41979749639497227, -0.1882010820938974, -1.0739578098691684, -0.3925824422875043, 2.7358118888936183, 3.323101689322012, -0.09603240733752996, 0.29102180693251195, 0.4798982886618914, 3.31610442596354, -0.7648838117892958, 0.7934292428033425, -0.3925824422875043, -2.1580345521768747, 0.1488952038376302, -0.09603240733752996, 0.07194087843700799, -0.009525241657540972, 0.3569250968273325, -0.3925824422875043, 0.07194087843700799, -1.2524960082004943, -0.1882010820938974, 0.7934292428033425, 0.6967764497494721, 0.7459682694851452, 3.3438747701351152, -0.09603240733752996, -0.2867624996459226, 0.29102180693251195, 0.3569250968273325, -1.0739578098691684, 5.0, 0.29102180693251195, 3.0184936433542315, -0.3925824422875043, 0.6457252585904814, -0.5066894537186662, 0.29102180693251195, -0.09603240733752996, -0.3925824422875043, 4.0751785546701145, 0.5374557199494984, 0.6457252585904814, 0.3569250968273325, -0.3925824422875043, 0.6967764497494721, -0.09603240733752996, -0.6303066605722644, 0.41979749639497227, 3.0184936433542315, 0.4798982886618914, 0.07194087843700799, -0.7648838117892958, 0.7934292428033425, 3.3575449887896154, -0.2867624996459226, 0.5374557199494984, 0.4798982886618914, 0.3569250968273325, 0.3569250968273325, 0.6457252585904814, -0.9121203311499972, 0.07194087843700799, -0.3925824422875043, -1.0739578098691684, -0.009525241657540972, -0.2867624996459226, 2.0188402850980367, -0.5066894537186662, 3.236596053170727, -0.09603240733752996, -0.7648838117892958, 1.008465310892948, 0.1488952038376302, 0.7934292428033425, -1.0739578098691684, 0.07194087843700799, 0.7459682694851452, -0.3925824422875043, 0.22179167661005045, -0.6303066605722644, 0.07194087843700799, 0.1488952038376302, 0.41979749639497227, 0.3569250968273325, -0.2867624996459226, 0.5374557199494984, -0.5066894537186662, 0.3569250968273325, 0.29102180693251195, -0.1882010820938974, -0.3925824422875043, 0.9265315444830288, 0.4798982886618914, 0.22179167661005045, 0.6457252585904814, -0.2867624996459226, 0.5926716269213418, -0.5066894537186662, -0.1882010820938974, -0.7648838117892958, -0.09603240733752996, 3.4746245425588462, 0.8836109796197293, 4.37193006693945, 1.1226836751467002, 4.030897787570011, 0.1488952038376302, -0.2867624996459226, 0.5374557199494984, 1.0856820258765278, 0.5374557199494984, 0.41979749639497227, -0.09603240733752996, 0.7934292428033425, -0.9121203311499972, 0.41979749639497227, 0.07194087843700799, -0.009525241657540972, 0.7459682694851452, -0.5066894537186662, 0.5374557199494984, 0.1488952038376302, 4.224780072416022, -0.2867624996459226, 0.6457252585904814, 0.6457252585904814, 1.008465310892948, -1.9042266481369512, 0.7934292428033425, 0.3569250968273325, 0.3569250968273325, 0.07194087843700799, 3.8420535660009354, 4.62478769560902, -0.5066894537186662, -0.3925824422875043, -0.1882010820938974, -0.9121203311499972, -0.1882010820938974, -0.09603240733752996, 0.29102180693251195, 1.2612383510349092, 0.07194087843700799, -0.5066894537186662, -0.6303066605722644, 0.07194087843700799, -0.5066894537186662, -0.2867624996459226, -0.1882010820938974, -0.3925824422875043, 0.5926716269213418, 0.7459682694851452, -0.009525241657540972, -0.6303066605722644, -0.09603240733752996, 0.22179167661005045, 4.21768742828599, -0.2867624996459226, 0.4798982886618914, -1.0739578098691684, -0.09603240733752996, 0.4798982886618914, 0.7459682694851452, -0.2867624996459226, -0.09603240733752996, 0.07194087843700799, -0.09603240733752996, 0.8392752233594817, 0.3569250968273325, 0.5926716269213418, 0.5374557199494984, 3.2660623382881733, 0.29102180693251195, 0.6967764497494721, -0.9121203311499972, 0.41979749639497227, 0.07194087843700799, 0.9265315444830288, 0.8836109796197293, 0.22179167661005045, 0.4798982886618914, 0.8392752233594817, -0.5066894537186662, 0.5374557199494984, 0.9265315444830288, 1.008465310892948, 0.4798982886618914, 0.6457252585904814, -0.7648838117892958, 0.41979749639497227, 0.9265315444830288, -0.09603240733752996, 4.346361206929837, 0.29102180693251195, 3.4992965326775747, 0.1488952038376302, -0.3925824422875043, 0.5926716269213418, -1.2524960082004943, 0.8836109796197293, 0.6967764497494721, 1.1586903945432825, -0.009525241657540972, -0.2867624996459226, -0.5066894537186662, -0.3925824422875043, -0.09603240733752996, -0.09603240733752996, -1.2524960082004943, 0.5374557199494984, -0.9121203311499972, 0.7459682694851452, 3.692322806323906, -0.5066894537186662, 0.1488952038376302, -0.3925824422875043, 0.7934292428033425, -0.5066894537186662, 0.4798982886618914, 0.3569250968273325, 0.5374557199494984, 0.7459682694851452, 0.07194087843700799, 3.919955437110988, -0.009525241657540972, -1.4497446797936897, 0.7934292428033425, -0.2867624996459226, -0.1882010820938974, 1.04762949048988, 0.1488952038376302, -0.1882010820938974, -0.09603240733752996, 0.22179167661005045, 0.6457252585904814, -0.2867624996459226, 0.29102180693251195, 0.5926716269213418, -1.2524960082004943, 0.07194087843700799, 0.41979749639497227, 0.4798982886618914, -0.5066894537186662, 0.6967764497494721, -0.5066894537186662, -0.5066894537186662, 0.5926716269213418, 0.6967764497494721, 4.83261011377684, -0.09603240733752996, 0.1488952038376302, 0.9681233687149062, -0.009525241657540972, 4.737579170971611, 0.1488952038376302, 0.29102180693251195, -0.1882010820938974, 3.301998219275076, 4.387663899041765, 0.29102180693251195, 4.84817567800136, 4.529909738963384, 0.5374557199494984, 0.29102180693251195, -0.9121203311499972, 1.1226836751467002, 4.676104647103304, 1.008465310892948, 0.4798982886618914, 0.8836109796197293, 1.1226836751467002, 0.9681233687149062, 1.1226836751467002, 0.5926716269213418, -0.09603240733752996, 0.5374557199494984, 0.41979749639497227, -1.0739578098691684, -0.5066894537186662, 0.5374557199494984, -0.2867624996459226, 0.7934292428033425, 0.07194087843700799, -0.3925824422875043, 4.834844979925436, 0.9681233687149062, 4.2141268346406875, -0.1882010820938974, 0.4798982886618914, 1.0856820258765278, 0.3569250968273325, -0.6303066605722644, 0.6967764497494721, 0.41979749639497227, -0.1882010820938974, -0.6303066605722644, 0.5926716269213418, -0.3925824422875043, 0.6967764497494721, 0.1488952038376302, 0.6967764497494721, 0.22179167661005045, -1.4497446797936897, 0.6457252585904814, -1.0739578098691684, 0.41979749639497227, 5.0, 0.9265315444830288, 0.29102180693251195, -0.7648838117892958, 0.5926716269213418, 3.44312506402064, -0.1882010820938974, -0.09603240733752996, -0.1882010820938974, -0.009525241657540972, 0.07194087843700799, 0.07194087843700799, -0.7648838117892958, 0.8392752233594817, 0.5374557199494984, -0.009525241657540972, 0.5926716269213418, -1.2524960082004943, 2.3618692553681844, 0.8392752233594817, 0.1488952038376302, -0.009525241657540972, 0.7934292428033425, 1.3254791660548035, 1.1226836751467002, 0.6967764497494721, 0.5926716269213418, 0.7459682694851452, 0.5374557199494984, -0.9121203311499972, 0.5374557199494984, -0.2867624996459226, -1.2524960082004943, -0.2867624996459226, 0.9265315444830288, -0.3925824422875043, 0.22179167661005045, -0.2867624996459226, 0.22179167661005045, 1.2612383510349092, -0.09603240733752996, 0.6457252585904814, 0.6967764497494721, -0.9121203311499972, -0.1882010820938974, 1.1586903945432825, 0.07194087843700799, 0.7459682694851452, 0.4798982886618914, -0.1882010820938974, 0.6457252585904814, -0.2867624996459226, -0.6303066605722644, 1.2612383510349092, 0.6967764497494721, -0.009525241657540972, 0.8392752233594817, 0.41979749639497227, 0.8392752233594817, -1.6670730322319265, -1.2524960082004943, 0.7934292428033425, -0.009525241657540972, 0.5926716269213418, 0.41979749639497227, -0.09603240733752996, -0.9121203311499972, -0.1882010820938974, -0.009525241657540972, 1.3867718263230802, 0.4798982886618914, 0.3569250968273325, -0.7648838117892958, 0.7459682694851452, -0.7648838117892958, 0.07194087843700799, -0.5066894537186662, -0.6303066605722644, 0.5374557199494984, -0.6303066605722644, 0.07194087843700799, -0.2867624996459226, -1.0739578098691684, -0.2867624996459226, -0.3925824422875043, -0.7648838117892958, 0.7459682694851452, 0.8392752233594817, 0.9265315444830288, -1.0739578098691684, 0.07194087843700799, -0.2867624996459226, 3.70807958353874, -0.5066894537186662, 0.29102180693251195, -0.09603240733752996, 0.6967764497494721, -0.6303066605722644, -0.1882010820938974, -0.2867624996459226, 0.4798982886618914, 0.07194087843700799, -0.1882010820938974, 0.07194087843700799, 0.22179167661005045, 0.5926716269213418, -0.1882010820938974, -0.009525241657540972, -0.009525241657540972, 1.0856820258765278, 4.034984947607013, 0.22179167661005045, -0.3925824422875043, -0.3925824422875043, -1.0739578098691684, -0.5066894537186662, -1.0739578098691684, 0.1488952038376302, -1.6670730322319265, 0.22179167661005045, -0.1882010820938974, 0.5926716269213418, 0.5374557199494984, 0.9681233687149062, -0.1882010820938974, 0.7459682694851452, -0.5066894537186662, 0.3569250968273325, 0.5374557199494984, 4.904442331408765, 0.8836109796197293, -0.6303066605722644, -0.3925824422875043, -0.5066894537186662, -0.09603240733752996, 3.2587568830360873, 0.1488952038376302, -0.3925824422875043, -0.2867624996459226, -0.3925824422875043, 1.1226836751467002, 0.4798982886618914, -0.9121203311499972, -0.9121203311499972, -0.09603240733752996, 0.29102180693251195, -0.009525241657540972, -0.009525241657540972, -0.2867624996459226, 0.9265315444830288, 0.1488952038376302, -1.2524960082004943, 1.1586903945432825, 0.7459682694851452, 0.7459682694851452, -0.2867624996459226, -1.0739578098691684, -0.1882010820938974, 4.1779851790334686, 0.29102180693251195, 1.5815164324141098, 0.8392752233594817, 0.1488952038376302, 0.07194087843700799, -0.2867624996459226, -0.009525241657540972, -0.7648838117892958, -0.3925824422875043, 0.8392752233594817, -0.009525241657540972, 0.41979749639497227, 0.07194087843700799, 4.912890753436342, 0.07194087843700799, 0.41979749639497227, -0.6303066605722644, -0.2867624996459226, 0.1488952038376302, 0.22179167661005045, 4.4754136786049745, 0.3569250968273325, -0.6303066605722644, 0.3569250968273325, -0.1882010820938974, 0.07194087843700799, -0.3925824422875043, -0.9121203311499972, 0.1488952038376302, 0.3569250968273325, -0.009525241657540972, 0.29102180693251195, -0.09603240733752996, -0.2867624996459226, 0.7934292428033425, 0.3569250968273325, -0.3925824422875043, 0.07194087843700799, 0.8836109796197293, -0.5066894537186662, -0.2867624996459226, 1.1586903945432825, 0.4798982886618914, 1.3867718263230802, 0.6967764497494721, 0.8836109796197293, 5.0, 1.2937447658455081, -0.009525241657540972, 0.6967764497494721, -0.5066894537186662, 0.22179167661005045, 0.29102180693251195, -1.2524960082004943, -0.1882010820938974, -1.0739578098691684, 1.3867718263230802, 0.3569250968273325, -0.09603240733752996, 0.1488952038376302, 0.41979749639497227, -0.6303066605722644, -0.7648838117892958, -0.2867624996459226, -0.6303066605722644, -0.3925824422875043, 0.1488952038376302, 0.41979749639497227, -0.7648838117892958, 1.5553772679916362, 0.3569250968273325, -0.9121203311499972, 0.41979749639497227, 0.1488952038376302, -0.3925824422875043, -0.1882010820938974, -0.6303066605722644, 0.07194087843700799, 0.6967764497494721, -0.1882010820938974, -0.09603240733752996, -0.1882010820938974, -0.009525241657540972, -0.09603240733752996, -0.6303066605722644, 1.5553772679916362, -0.1882010820938974, -0.09603240733752996, 0.22179167661005045, -0.7648838117892958, -0.09603240733752996, 4.906559486803428, -0.2867624996459226, 0.1488952038376302, -0.3925824422875043, 0.5374557199494984, -0.6303066605722644, -0.5066894537186662, -0.5066894537186662, 0.3569250968273325, 0.22179167661005045, -0.2867624996459226, 0.5926716269213418, 0.07194087843700799, -0.09603240733752996, 0.1488952038376302, -0.3925824422875043, 0.5926716269213418, -0.009525241657540972, 0.1488952038376302, -0.5066894537186662, -0.2867624996459226, -0.2867624996459226, -0.3925824422875043, -0.1882010820938974, -0.2867624996459226, -0.009525241657540972, 0.1488952038376302, -0.2867624996459226, 0.1488952038376302, -0.2867624996459226, -0.009525241657540972, -0.009525241657540972, 0.5926716269213418, 0.07194087843700799, 0.3569250968273325, 0.07194087843700799, 0.29102180693251195, -0.5066894537186662, -0.1882010820938974, -0.009525241657540972, -0.5066894537186662, -0.9121203311499972, -0.5066894537186662, -0.2867624996459226, -0.6303066605722644, -0.6303066605722644, 0.07194087843700799, 0.07194087843700799, -0.009525241657540972, 0.22179167661005045, 0.9265315444830288, -0.5066894537186662, 0.22179167661005045, -0.009525241657540972, 0.6457252585904814, 0.3569250968273325, 0.3569250968273325, 0.41979749639497227, 0.6967764497494721, -0.3925824422875043, -1.4497446797936897, 0.5374557199494984, 0.1488952038376302, -0.09603240733752996, 0.07194087843700799, 1.008465310892948, 0.07194087843700799, 0.5926716269213418, 0.9681233687149062, 5.0, -0.7648838117892958, 0.29102180693251195, -0.5066894537186662, 0.8392752233594817, -0.1882010820938974, 0.22179167661005045, 0.5926716269213418, 0.22179167661005045, -0.3925824422875043, 0.1488952038376302, -0.9121203311499972, -0.2867624996459226, -0.3925824422875043, 0.29102180693251195, 0.07194087843700799, -0.1882010820938974, 0.29102180693251195, 0.5926716269213418, 5.0, 0.29102180693251195, -0.7648838117892958, -0.9121203311499972, -0.3925824422875043, -0.009525241657540972, 0.22179167661005045, -0.1882010820938974, -0.009525241657540972, -0.3925824422875043, -0.1882010820938974, 0.07194087843700799, 0.6967764497494721, -0.009525241657540972, 0.5926716269213418, -0.3925824422875043, -1.0739578098691684, 0.1488952038376302, 0.3569250968273325, 0.4798982886618914, -0.2867624996459226, -0.09603240733752996, 0.1488952038376302, -0.09603240733752996, 0.07194087843700799, 0.07194087843700799, 0.5926716269213418, -0.1882010820938974, -0.1882010820938974, -0.09603240733752996, -0.7648838117892958, 0.29102180693251195, -0.009525241657540972, 0.29102180693251195, 0.41979749639497227, -0.3925824422875043, 0.7459682694851452, -0.3925824422875043, 0.4798982886618914, -0.6303066605722644, 0.07194087843700799, -0.1882010820938974, 0.8836109796197293, -0.2867624996459226, -0.2867624996459226, -0.2867624996459226, -0.5066894537186662, 0.07194087843700799, -0.9121203311499972, -0.09603240733752996, -0.2867624996459226, -0.1882010820938974, -0.09603240733752996, -1.0739578098691684, -1.2524960082004943, 0.1488952038376302, -0.2867624996459226, 1.3254791660548035, 5.0, -0.6303066605722644, 0.4798982886618914, -0.009525241657540972, 0.4798982886618914, 0.07194087843700799, -0.2867624996459226, -0.3925824422875043, -0.1882010820938974, 0.07194087843700799, 0.07194087843700799, -0.1882010820938974, -1.9042266481369512, -0.009525241657540972, -0.1882010820938974, -0.5066894537186662, -0.5066894537186662, -0.3925824422875043, -0.09603240733752996, -0.009525241657540972, -0.3925824422875043, -0.09603240733752996, 0.1488952038376302, 0.3569250968273325, -0.9121203311499972, -0.3925824422875043, 0.9681233687149062, -0.5066894537186662, 0.29102180693251195, 0.29102180693251195, 0.5926716269213418, 0.29102180693251195, -0.3925824422875043, 0.4798982886618914, -0.1882010820938974, -0.09603240733752996, 1.1226836751467002, 0.3569250968273325, -0.2867624996459226, 0.4798982886618914, -0.2867624996459226, 0.1488952038376302, 0.1488952038376302, 0.7934292428033425, -0.2867624996459226, 0.1488952038376302, -0.3925824422875043, 0.1488952038376302, -0.1882010820938974, 0.5374557199494984, -0.2867624996459226, 0.1488952038376302, -0.3925824422875043, 0.5374557199494984, 0.6967764497494721, 0.1488952038376302, 0.07194087843700799, -0.009525241657540972, 0.9681233687149062, -0.09603240733752996, 0.1488952038376302, 0.1488952038376302, 0.07194087843700799, -0.1882010820938974, 0.3569250968273325, -0.2867624996459226, -0.7648838117892958, -0.5066894537186662, -0.3925824422875043, -0.09603240733752996, 0.8392752233594817, -0.09603240733752996, 0.07194087843700799, 0.5374557199494984, 0.3569250968273325, 0.41979749639497227, 0.22179167661005045, 0.41979749639497227, -1.0739578098691684, 0.29102180693251195, 0.07194087843700799, 0.29102180693251195, -0.6303066605722644, -0.2867624996459226, -0.5066894537186662, 0.1488952038376302, 0.1488952038376302, -0.5066894537186662, -0.7648838117892958, 0.1488952038376302, 5.0, -0.2867624996459226, 0.07194087843700799, -0.09603240733752996, 0.22179167661005045, 0.4798982886618914, 0.41979749639497227, -0.1882010820938974, 0.9681233687149062, 1.008465310892948, 0.07194087843700799, -0.009525241657540972, 0.07194087843700799, 0.41979749639497227, -0.5066894537186662, 1.1937538267402636, 0.3569250968273325, 0.29102180693251195, -0.6303066605722644, -0.3925824422875043, -0.1882010820938974, 0.5926716269213418, 0.22179167661005045, 0.6457252585904814, 0.41979749639497227, 0.8392752233594817, 0.1488952038376302, 0.41979749639497227, 0.41979749639497227, 0.22179167661005045, 0.1488952038376302, -0.1882010820938974, 0.07194087843700799, -0.009525241657540972, 0.1488952038376302, -0.5066894537186662, 0.1488952038376302, -0.6303066605722644, -1.0739578098691684, -0.009525241657540972, 0.3569250968273325, -0.009525241657540972, 0.41979749639497227, -0.1882010820938974, 0.7459682694851452, 0.1488952038376302, 0.6457252585904814, 0.07194087843700799, 0.3569250968273325, 1.5815164324141098, -0.09603240733752996, 0.5926716269213418, 0.5374557199494984, -0.2867624996459226, 0.1488952038376302, 0.1488952038376302, -0.3925824422875043, -0.1882010820938974, 0.9681233687149062, -0.5066894537186662, 0.5374557199494984, 0.3569250968273325, 0.5374557199494984, -0.6303066605722644, -0.9121203311499972, -0.009525241657540972, 0.41979749639497227, -0.09603240733752996, 0.41979749639497227, 0.1488952038376302, -0.009525241657540972, 0.6457252585904814, -0.009525241657540972, 0.07194087843700799, -0.2867624996459226, 0.22179167661005045, 0.6457252585904814, 0.3569250968273325, -0.2867624996459226, 0.6457252585904814, 0.8392752233594817, 0.7934292428033425, 0.5374557199494984, -0.09603240733752996, 0.29102180693251195, 0.22179167661005045, 0.22179167661005045, 0.6967764497494721, -0.6303066605722644, 0.5374557199494984, 0.4798982886618914, -1.2524960082004943, -0.7648838117892958, 0.07194087843700799, -0.09603240733752996, 0.29102180693251195, 0.29102180693251195, 0.5926716269213418, -0.009525241657540972, -0.09603240733752996, 0.4798982886618914, 0.29102180693251195, 0.29102180693251195, 0.07194087843700799, 0.22179167661005045, -0.09603240733752996, 0.3569250968273325, -0.009525241657540972, -0.7648838117892958, 0.07194087843700799, 0.7459682694851452, 0.7934292428033425, 0.29102180693251195, 0.4798982886618914, -0.2867624996459226, 0.1488952038376302, 0.22179167661005045, -0.1882010820938974, -0.2867624996459226, 0.22179167661005045, 0.41979749639497227, 1.501509261175751, 0.22179167661005045, -0.1882010820938974, 0.1488952038376302, -0.009525241657540972, -0.3925824422875043, -0.3925824422875043, -0.2867624996459226, 1.008465310892948, -0.5066894537186662, 0.1488952038376302, 0.5926716269213418, -0.5066894537186662, 0.6967764497494721, -1.6670730322319265, 0.1488952038376302, -0.009525241657540972, -0.3925824422875043, 0.3569250968273325, 0.8836109796197293, 0.1488952038376302, 0.1488952038376302, -1.0739578098691684, 0.1488952038376302, 0.41979749639497227, 0.22179167661005045, 0.7459682694851452, -0.009525241657540972, 0.7459682694851452, -0.09603240733752996, -0.5066894537186662, -0.1882010820938974, -0.09603240733752996, -0.3925824422875043, 0.7934292428033425, -0.09603240733752996, -0.09603240733752996, -0.3925824422875043, -0.009525241657540972, 0.1488952038376302, -0.1882010820938974, 0.3569250968273325, 4.2069768476902, 0.22179167661005045, -0.2867624996459226, 0.3569250968273325, -0.3925824422875043, 0.22179167661005045, -0.009525241657540972, 1.5287152869756602, 0.22179167661005045, -0.1882010820938974, 0.3569250968273325, 0.5374557199494984, 0.1488952038376302, -0.9121203311499972, 0.4798982886618914, -0.009525241657540972, 4.6089973360024885, -0.09603240733752996, 0.07194087843700799, 0.22179167661005045, 0.3569250968273325, 0.9265315444830288, -0.2867624996459226, 0.5926716269213418, 0.7934292428033425, -0.1882010820938974, 0.7459682694851452, 0.1488952038376302, 0.3569250968273325, -0.2867624996459226, 0.3569250968273325, -0.2867624996459226, -0.3925824422875043, -0.1882010820938974, 1.7284189387309041, -0.3925824422875043, -0.6303066605722644, 0.5374557199494984, -0.5066894537186662, -0.09603240733752996, -0.6303066605722644, -0.2867624996459226, 0.29102180693251195, -0.3925824422875043, 0.29102180693251195, -0.1882010820938974, -0.09603240733752996, 0.4798982886618914, 0.4798982886618914, 0.9265315444830288, 1.0856820258765278, 0.22179167661005045, 0.4798982886618914, -0.6303066605722644, -0.09603240733752996, -0.3925824422875043, 0.5926716269213418, 0.6457252585904814, -0.9121203311499972, 0.41979749639497227, 0.1488952038376302, 0.9265315444830288, 0.6457252585904814, -0.009525241657540972, 0.1488952038376302, 0.3569250968273325, 0.9265315444830288, -0.2867624996459226, 0.8836109796197293, 0.7459682694851452, -0.6303066605722644, -0.09603240733752996, -0.3925824422875043, 4.964508146971651, 1.2937447658455081, -0.3925824422875043, 0.07194087843700799, 0.8836109796197293, 0.4798982886618914, 0.1488952038376302, 1.0856820258765278, -0.09603240733752996, 0.07194087843700799, -0.09603240733752996, 0.3569250968273325, 0.7459682694851452, 0.22179167661005045, 0.5374557199494984, 0.1488952038376302, -0.009525241657540972, 0.3569250968273325, 0.29102180693251195, -0.3925824422875043, 0.3569250968273325, 0.41979749639497227, 0.1488952038376302, 0.7459682694851452, -0.1882010820938974, -1.0739578098691684, 0.6967764497494721, -0.009525241657540972, 0.7934292428033425, 0.41979749639497227, -0.009525241657540972, 1.0856820258765278, -0.09603240733752996, 0.4798982886618914, 0.5374557199494984, -0.1882010820938974, 0.22179167661005045, -0.2867624996459226, 0.6967764497494721, 1.656991648087383, 0.6457252585904814, -0.5066894537186662, 0.41979749639497227, -0.7648838117892958, 0.41979749639497227, 0.07194087843700799, 0.5926716269213418, 0.6457252585904814, 0.07194087843700799, 0.9265315444830288, 0.7934292428033425, 0.41979749639497227, 0.9681233687149062, 0.3569250968273325, -1.0739578098691684, -0.5066894537186662, 0.9265315444830288, 0.29102180693251195, 0.1488952038376302, -0.9121203311499972, 0.41979749639497227, -0.1882010820938974, 0.07194087843700799, 0.22179167661005045, 0.3569250968273325, 0.6457252585904814, 0.5926716269213418, 0.41979749639497227, 0.41979749639497227, -0.1882010820938974, -0.2867624996459226, 0.5926716269213418, 0.22179167661005045, -0.09603240733752996, -0.09603240733752996, 0.29102180693251195, 1.1937538267402636, 0.6457252585904814, 0.5374557199494984, 0.4798982886618914, 0.1488952038376302, -0.009525241657540972, 0.41979749639497227, 1.1586903945432825, 0.5374557199494984, -0.09603240733752996, 0.41979749639497227, -0.1882010820938974, 0.07194087843700799, 0.5926716269213418, 0.5374557199494984, 0.8392752233594817, -0.3925824422875043, 0.9681233687149062, 0.8836109796197293, -0.3925824422875043, 0.41979749639497227, -0.3925824422875043, 0.4798982886618914, 0.3569250968273325, 0.41979749639497227, 0.1488952038376302, -0.009525241657540972, -0.009525241657540972, 0.5374557199494984, -0.009525241657540972, -0.3925824422875043, 0.1488952038376302, 0.22179167661005045, 1.3564771243596752, 0.5926716269213418, 0.5926716269213418, 0.41979749639497227, 0.9681233687149062, -0.6303066605722644, 1.008465310892948, 0.07194087843700799, 0.1488952038376302, -0.1882010820938974, 0.9265315444830288, -0.009525241657540972, 0.29102180693251195, 0.41979749639497227, -0.09603240733752996, 1.04762949048988, 0.29102180693251195, -0.09603240733752996, 0.7934292428033425, 0.6967764497494721, 0.22179167661005045, 1.1226836751467002, 0.1488952038376302, 1.2937447658455081, 0.29102180693251195, 0.07194087843700799, 1.1586903945432825, 0.5374557199494984, 0.9265315444830288, 0.29102180693251195, 0.22179167661005045, -0.1882010820938974, 0.41979749639497227, 0.5374557199494984, 0.5926716269213418, 0.1488952038376302, 0.7459682694851452, 0.6457252585904814, -0.009525241657540972, 0.9265315444830288, 3.660236477146373, 1.04762949048988, 0.7459682694851452, 0.6457252585904814, 1.2612383510349092, 0.5374557199494984, -0.1882010820938974, 0.8836109796197293, -0.09603240733752996, 0.4798982886618914, 0.07194087843700799, -0.5066894537186662, 0.29102180693251195, 0.22179167661005045, 0.22179167661005045, 0.07194087843700799, 5.0, 1.501509261175751, -0.1882010820938974, -0.7648838117892958, 0.6457252585904814, -0.5066894537186662, 0.7459682694851452, 0.6457252585904814, -0.09603240733752996, 1.3254791660548035, 0.41979749639497227, 0.07194087843700799, 0.5374557199494984, 1.008465310892948, 0.6967764497494721, -0.09603240733752996, 0.9681233687149062, 1.1226836751467002, 0.8836109796197293, 0.1488952038376302, 2.073605108153239, 0.9265315444830288, -0.3925824422875043, 0.4798982886618914, 0.07194087843700799, 1.04762949048988, 1.1937538267402636, 0.5926716269213418, 0.6457252585904814, -0.2867624996459226, 0.7459682694851452, 0.07194087843700799, 1.2279217291852669, 0.7459682694851452, 1.0856820258765278, 1.008465310892948, 0.5374557199494984, 0.3569250968273325, 0.3569250968273325, 1.0856820258765278, 0.4798982886618914, 1.008465310892948, 0.29102180693251195, 0.9265315444830288, 0.07194087843700799, 0.22179167661005045, 0.41979749639497227, 0.6967764497494721, -0.7648838117892958, 0.22179167661005045, 0.9265315444830288, -0.09603240733752996, 1.1586903945432825, -0.09603240733752996, 0.29102180693251195, 0.29102180693251195, 0.6967764497494721, 0.8392752233594817, 0.7459682694851452, 0.7934292428033425, 0.41979749639497227, 1.0856820258765278, -0.2867624996459226, 0.5374557199494984, 0.6457252585904814, 3.5879337723654388, -0.6303066605722644, 0.22179167661005045, 0.1488952038376302, -0.5066894537186662, 0.8392752233594817, 0.22179167661005045, -0.5066894537186662, 1.2612383510349092, 1.9222344205506336, -0.1882010820938974, 2.610591175751337, 0.4798982886618914, -0.2867624996459226, 0.5374557199494984, -0.1882010820938974, 0.5374557199494984, 0.9265315444830288, 0.5374557199494984, -0.009525241657540972, -0.5066894537186662, 1.501509261175751, 0.1488952038376302, 0.7459682694851452, 0.7459682694851452, -0.09603240733752996, 0.1488952038376302, 0.4798982886618914, 0.22179167661005045, 0.8392752233594817, 0.7459682694851452, 0.22179167661005045, 0.41979749639497227, 0.6457252585904814, 0.1488952038376302, -0.3925824422875043, -0.09603240733752996, 0.4798982886618914, 0.07194087843700799, 0.5926716269213418, 0.29102180693251195, 1.0856820258765278, 0.29102180693251195, 1.3254791660548035, 0.4798982886618914, 1.2612383510349092, 0.4798982886618914, 1.04762949048988, 1.0856820258765278, 0.6967764497494721, 0.6457252585904814, -0.1882010820938974, 0.41979749639497227, -0.09603240733752996, 1.0856820258765278, -0.09603240733752996, 1.3254791660548035, -0.09603240733752996, -0.2867624996459226, 0.5926716269213418, 0.29102180693251195, 0.7934292428033425, 1.1586903945432825, 0.5926716269213418, 1.1226836751467002, 1.1586903945432825, 0.8836109796197293, 0.6967764497494721, -1.0739578098691684, 0.07194087843700799, -0.6303066605722644, -0.009525241657540972, 4.290333657464118, 0.22179167661005045, 0.3569250968273325, 0.1488952038376302, 0.5374557199494984, -0.6303066605722644, -0.09603240733752996, 0.3569250968273325, -0.3925824422875043, 0.4798982886618914, 0.4798982886618914, 4.593016745587977, 1.4163942779010368, -0.1882010820938974, 0.3569250968273325, 0.07194087843700799, 0.9265315444830288, -0.009525241657540972, 1.04762949048988, 0.29102180693251195, 0.5374557199494984, 0.29102180693251195, 0.6967764497494721, 0.1488952038376302, -0.09603240733752996, 0.4798982886618914, 0.41979749639497227, 0.5374557199494984, -0.9121203311499972, 1.1586903945432825, -0.3925824422875043, 0.6457252585904814, 0.41979749639497227, -1.0739578098691684, -0.2867624996459226, 0.5926716269213418, 0.1488952038376302, -0.009525241657540972, 1.04762949048988, 0.9681233687149062, 0.3569250968273325, 1.1937538267402636, 0.07194087843700799, 0.6967764497494721, 0.5374557199494984, -0.2867624996459226, -0.09603240733752996, -0.5066894537186662, -0.3925824422875043, 0.3569250968273325, 1.3254791660548035, 0.1488952038376302, 0.1488952038376302, 0.07194087843700799, 0.07194087843700799, 0.07194087843700799, 0.1488952038376302, 0.4798982886618914, 1.8815379407487276, -0.2867624996459226, -0.009525241657540972, -0.1882010820938974, 0.41979749639497227, -0.5066894537186662, 0.6457252585904814, 0.1488952038376302, 0.5926716269213418, 2.332759474743104, 0.5926716269213418, 0.3569250968273325, 1.04762949048988, 0.7934292428033425, 1.04762949048988, 0.6967764497494721, 0.6967764497494721, 0.9681233687149062, 0.5374557199494984, -0.2867624996459226, -0.1882010820938974, -0.2867624996459226, 0.8836109796197293, 1.1586903945432825, 0.6967764497494721, -0.009525241657540972, 0.29102180693251195, -0.3925824422875043, 0.5926716269213418, 2.5742859263440936, 0.1488952038376302, 0.07194087843700799, -0.1882010820938974, 0.3569250968273325, 0.6967764497494721, -0.1882010820938974, 1.4163942779010368, 0.6457252585904814, 0.5926716269213418, 0.1488952038376302, 0.6967764497494721, 1.5553772679916362, 0.9681233687149062, 0.41979749639497227, 0.07194087843700799, 0.22179167661005045, 1.1586903945432825, -0.009525241657540972, -0.7648838117892958, 1.04762949048988, 0.07194087843700799, -0.9121203311499972, -0.7648838117892958, 2.332759474743104, 0.6457252585904814, 0.7459682694851452, 0.4798982886618914, 1.1586903945432825, 0.5374557199494984, 1.5553772679916362, -0.1882010820938974, -0.1882010820938974, -0.5066894537186662, 0.8836109796197293, 0.6457252585904814, 1.1226836751467002, 0.4798982886618914, 3.236596053170727, -0.1882010820938974, 0.1488952038376302, 0.8836109796197293, 0.22179167661005045, 0.4798982886618914, 0.9265315444830288, 0.07194087843700799, 0.5926716269213418, 1.1937538267402636, 0.41979749639497227, -0.1882010820938974, 0.7459682694851452, -0.1882010820938974, 1.008465310892948, 0.6457252585904814, 0.6457252585904814, 0.5374557199494984, 0.8392752233594817, 0.6967764497494721, 0.29102180693251195, 0.8392752233594817, 0.22179167661005045, 0.6457252585904814, 0.9265315444830288, 0.29102180693251195, 0.5374557199494984, 0.4798982886618914, -0.5066894537186662, 0.4798982886618914, 0.5926716269213418, 0.1488952038376302], [-1.064531740497357, -1.064531740497357, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, 0.3415099199259095, -1.064531740497357, -0.6832315130615253, -1.064531740497357, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, -1.064531740497357, -1.064531740497357, -1.064531740497357, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, -1.064531740497357, 0.027083050377402145, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, -1.064531740497357, 0.027083050377402145, -0.3160266645518449, 0.027083050377402145, -0.6832315130615253, -1.064531740497357, -1.064531740497357, -1.064531740497357, 0.027083050377402145, -0.3160266645518449, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, 0.027083050377402145, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -1.064531740497357, -1.064531740497357, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, -1.064531740497357, -0.6832315130615253, 0.3415099199259095, -1.064531740497357, -0.6832315130615253, -1.064531740497357, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, 0.3415099199259095, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, 0.027083050377402145, -1.064531740497357, 0.3415099199259095, -0.6832315130615253, 0.027083050377402145, -0.3160266645518449, -1.064531740497357, -1.064531740497357, -0.3160266645518449, -1.064531740497357, -1.064531740497357, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, 0.3415099199259095, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, 0.3415099199259095, -1.064531740497357, -0.3160266645518449, -0.6832315130615253, 0.027083050377402145, 1.1193354500077843, -1.064531740497357, -0.6832315130615253, 0.3415099199259095, -1.064531740497357, -0.6832315130615253, -1.064531740497357, -1.064531740497357, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, -1.064531740497357, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, -1.064531740497357, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, 0.027083050377402145, -0.3160266645518449, -0.3160266645518449, -1.064531740497357, 0.3415099199259095, 2.300037223530958, -1.064531740497357, -1.064531740497357, -0.6832315130615253, -0.3160266645518449, 0.3415099199259095, -1.064531740497357, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, 2.4251942819318093, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, 0.3415099199259095, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, 0.027083050377402145, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, -1.064531740497357, 0.3415099199259095, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, 0.6268858574685087, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, 0.027083050377402145, -1.064531740497357, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, 0.027083050377402145, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, 0.027083050377402145, -0.3160266645518449, 0.027083050377402145, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -1.064531740497357, 0.3415099199259095, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, -1.064531740497357, 0.027083050377402145, -1.064531740497357, -0.3160266645518449, -1.064531740497357, -1.064531740497357, 0.027083050377402145, -0.3160266645518449, -1.064531740497357, 0.027083050377402145, -0.6832315130615253, 0.027083050377402145, -1.064531740497357, -0.6832315130615253, -1.064531740497357, -1.064531740497357, -1.064531740497357, -1.064531740497357, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, -1.064531740497357, -1.064531740497357, 0.027083050377402145, -0.6832315130615253, 0.6268858574685087, -0.6832315130615253, -1.064531740497357, 0.027083050377402145, -1.064531740497357, 0.027083050377402145, -0.3160266645518449, -0.3160266645518449, 0.027083050377402145, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, -1.064531740497357, 0.027083050377402145, 0.3415099199259095, -1.064531740497357, -1.064531740497357, -0.6832315130615253, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, -1.064531740497357, -0.3160266645518449, -1.064531740497357, -1.064531740497357, -1.064531740497357, -0.6832315130615253, 0.027083050377402145, -0.6832315130615253, 0.027083050377402145, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, 0.3415099199259095, 0.027083050377402145, 0.027083050377402145, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, 0.3415099199259095, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, -0.3160266645518449, 0.027083050377402145, -0.6832315130615253, -0.6832315130615253, 0.027083050377402145, 0.3415099199259095, -0.6832315130615253, 0.027083050377402145, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, 0.8851918086540692, -1.064531740497357, 0.3415099199259095, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, 0.027083050377402145, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, 0.027083050377402145, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, 0.027083050377402145, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, 0.027083050377402145, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, 0.6268858574685087, 0.027083050377402145, -1.064531740497357, -1.064531740497357, -1.064531740497357, 0.027083050377402145, -1.064531740497357, 0.6268858574685087, -0.6832315130615253, 0.027083050377402145, -1.064531740497357, -1.064531740497357, 0.027083050377402145, 0.027083050377402145, -1.064531740497357, -1.064531740497357, 0.027083050377402145, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, -1.064531740497357, -1.064531740497357, -1.064531740497357, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, -1.064531740497357, 2.7598595645260664, 1.1193354500077843, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, 0.027083050377402145, -0.3160266645518449, 0.027083050377402145, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, 0.027083050377402145, 0.3415099199259095, 0.3415099199259095, -0.3160266645518449, -1.064531740497357, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, 0.027083050377402145, 0.027083050377402145, 0.027083050377402145, 0.3415099199259095, 0.3415099199259095, 0.3415099199259095, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, 0.027083050377402145, -1.064531740497357, 0.027083050377402145, 0.3415099199259095, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, 0.3415099199259095, -1.064531740497357, 0.027083050377402145, 0.3415099199259095, -0.6832315130615253, 0.027083050377402145, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, 0.027083050377402145, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, -1.064531740497357, 0.3415099199259095, -1.064531740497357, 0.027083050377402145, -1.064531740497357, 0.3415099199259095, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, 1.1193354500077843, -1.064531740497357, -0.6832315130615253, 0.8851918086540692, 0.027083050377402145, -1.064531740497357, 0.027083050377402145, -0.6832315130615253, -0.3160266645518449, 0.3415099199259095, -0.3160266645518449, 0.027083050377402145, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, 0.8851918086540692, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, 0.027083050377402145, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, 0.3415099199259095, -1.064531740497357, -0.6832315130615253, 0.027083050377402145, -0.3160266645518449, -0.6832315130615253, 0.027083050377402145, -1.064531740497357, -0.3160266645518449, -1.064531740497357, 0.3415099199259095, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, 0.027083050377402145, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, 0.027083050377402145, -1.064531740497357, -0.3160266645518449, 0.027083050377402145, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -1.064531740497357, -0.6832315130615253, -0.3160266645518449, 0.3415099199259095, 0.027083050377402145, -0.3160266645518449, 0.027083050377402145, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, 0.3415099199259095, -1.064531740497357, -1.064531740497357, -0.6832315130615253, 0.027083050377402145, -1.064531740497357, 0.027083050377402145, -0.3160266645518449, 0.027083050377402145, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, -1.064531740497357, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, 0.027083050377402145, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, 0.3415099199259095, -1.064531740497357, -0.3160266645518449, 2.1666891925495184, -0.3160266645518449, -1.064531740497357, 0.027083050377402145, -1.064531740497357, -0.6832315130615253, 0.8851918086540692, -0.6832315130615253, -0.3160266645518449, 0.6268858574685087, -0.3160266645518449, -0.3160266645518449, -1.064531740497357, 0.6268858574685087, -0.6832315130615253, -1.064531740497357, -1.064531740497357, 0.6268858574685087, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, 0.3415099199259095, -1.064531740497357, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, 0.027083050377402145, 0.027083050377402145, 0.027083050377402145, -0.6832315130615253, -1.064531740497357, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, 1.1193354500077843, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, 0.027083050377402145, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, 0.027083050377402145, -0.6832315130615253, -0.3160266645518449, 0.3415099199259095, -0.6832315130615253, -1.064531740497357, 0.027083050377402145, 0.027083050377402145, -1.064531740497357, -0.3160266645518449, 0.8851918086540692, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, 0.027083050377402145, -1.064531740497357, -1.064531740497357, -1.064531740497357, -1.064531740497357, 0.027083050377402145, -0.6832315130615253, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, 0.027083050377402145, -0.6832315130615253, -1.064531740497357, 0.6268858574685087, -0.3160266645518449, 0.027083050377402145, 0.027083050377402145, -1.064531740497357, -0.6832315130615253, 0.8851918086540692, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, 0.027083050377402145, -1.064531740497357, -0.3160266645518449, 0.027083050377402145, 0.3415099199259095, -1.064531740497357, -1.064531740497357, -1.064531740497357, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, 0.3415099199259095, -0.6832315130615253, -0.3160266645518449, 1.1193354500077843, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, 0.6268858574685087, -0.3160266645518449, -0.3160266645518449, 0.8851918086540692, 0.027083050377402145, 0.027083050377402145, -1.064531740497357, -1.064531740497357, 0.8851918086540692, -0.3160266645518449, 0.6268858574685087, -0.3160266645518449, -0.6832315130615253, 0.027083050377402145, -0.6832315130615253, -1.064531740497357, -1.064531740497357, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -1.064531740497357, 0.6268858574685087, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -1.064531740497357, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, -1.064531740497357, 0.3415099199259095, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, 0.027083050377402145, -0.3160266645518449, -0.3160266645518449, 0.027083050377402145, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, -0.3160266645518449, 0.3415099199259095, 0.027083050377402145, -0.3160266645518449, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, -1.064531740497357, -1.064531740497357, -1.064531740497357, -0.3160266645518449, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, 2.8600205095270788, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, 0.027083050377402145, -1.064531740497357, -1.064531740497357, 1.332354678039527, 1.332354678039527, -0.6832315130615253, -0.6832315130615253, 3.1332837088069905, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -1.064531740497357, 0.3415099199259095, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, -1.064531740497357, 0.8851918086540692, -0.3160266645518449, 0.027083050377402145, 0.3415099199259095, -0.6832315130615253, 1.1193354500077843, -0.3160266645518449, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, 0.8851918086540692, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, 0.027083050377402145, -0.3160266645518449, 0.027083050377402145, -1.064531740497357, -0.3160266645518449, 0.3415099199259095, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, 0.3415099199259095, 0.027083050377402145, 0.3415099199259095, -1.064531740497357, -0.6832315130615253, -0.3160266645518449, 0.027083050377402145, 0.3415099199259095, -0.6832315130615253, -1.064531740497357, -1.064531740497357, -0.3160266645518449, 0.3415099199259095, -0.6832315130615253, 1.1193354500077843, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, 0.027083050377402145, 0.027083050377402145, 0.027083050377402145, 0.027083050377402145, -1.064531740497357, -1.064531740497357, 0.3415099199259095, 0.8851918086540692, 1.7059057717299204, 1.1193354500077843, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -1.064531740497357, -0.6832315130615253, 1.870993805552072, 0.027083050377402145, -0.6832315130615253, -1.064531740497357, -0.3160266645518449, 0.6268858574685087, -1.064531740497357, 0.027083050377402145, 0.3415099199259095, 0.6268858574685087, -0.3160266645518449, -0.3160266645518449, 1.1193354500077843, -0.3160266645518449, 0.027083050377402145, 0.6268858574685087, -1.064531740497357, 0.3415099199259095, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, -1.064531740497357, 0.027083050377402145, -0.3160266645518449, -1.064531740497357, 0.3415099199259095, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, 0.027083050377402145, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, 0.3415099199259095, -1.064531740497357, -0.3160266645518449, -0.6832315130615253, 1.7059057717299204, 1.5270585530525809, -0.6832315130615253, -1.064531740497357, -1.064531740497357, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, -1.064531740497357, -1.064531740497357, -1.064531740497357, -0.3160266645518449, 0.6268858574685087, 0.8851918086540692, -1.064531740497357, -0.6832315130615253, -1.064531740497357, 0.027083050377402145, -0.3160266645518449, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, 0.3415099199259095, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, 0.6268858574685087, -0.6832315130615253, -1.064531740497357, -1.064531740497357, -1.064531740497357, -0.3160266645518449, -1.064531740497357, 0.027083050377402145, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, 2.024092252797012, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, 0.027083050377402145, -1.064531740497357, -1.064531740497357, -0.3160266645518449, 0.027083050377402145, -0.6832315130615253, 0.027083050377402145, -1.064531740497357, -0.3160266645518449, -0.6832315130615253, 4.571151715031323, 0.6268858574685087, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, 0.027083050377402145, 0.027083050377402145, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -0.3160266645518449, 0.027083050377402145, 1.1193354500077843, -0.3160266645518449, 4.0097210534002405, 0.027083050377402145, -1.064531740497357, -1.064531740497357, -0.6832315130615253, 0.027083050377402145, -0.3160266645518449, 0.027083050377402145, -0.3160266645518449, 0.6268858574685087, -1.064531740497357, -0.6832315130615253, -1.064531740497357, -1.064531740497357, -1.064531740497357, -1.064531740497357, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, 1.5270585530525809, -0.3160266645518449, -0.3160266645518449, 0.027083050377402145, -0.6832315130615253, -1.064531740497357, 0.027083050377402145, -1.064531740497357, -1.064531740497357, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, 0.027083050377402145, 0.8851918086540692, -1.064531740497357, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, -1.064531740497357, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, 0.3415099199259095, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, 0.027083050377402145, 0.027083050377402145, -1.064531740497357, -0.6832315130615253, 1.5270585530525809, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, 1.332354678039527, -0.6832315130615253, -1.064531740497357, -1.064531740497357, 0.3415099199259095, 0.027083050377402145, -0.6832315130615253, -0.3160266645518449, 0.3415099199259095, 0.027083050377402145, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, -1.064531740497357, -1.064531740497357, 0.027083050377402145, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, -1.064531740497357, 0.3415099199259095, 0.3415099199259095, -0.6832315130615253, -1.064531740497357, -0.3160266645518449, -1.064531740497357, 0.6268858574685087, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, -1.064531740497357, 0.6268858574685087, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, -1.064531740497357, 0.027083050377402145, -1.064531740497357, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, 0.027083050377402145, 0.3415099199259095, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, 0.027083050377402145, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, 0.8851918086540692, -0.3160266645518449, -1.064531740497357, -1.064531740497357, -0.6832315130615253, -1.064531740497357, 2.024092252797012, -0.6832315130615253, 0.6268858574685087, -0.3160266645518449, -1.064531740497357, 0.027083050377402145, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, -1.064531740497357, -1.064531740497357, -0.6832315130615253, 0.6268858574685087, 0.6268858574685087, -0.6832315130615253, 0.8851918086540692, -1.064531740497357, -0.3160266645518449, -1.064531740497357, 0.3415099199259095, -0.6832315130615253, -1.064531740497357, -0.3160266645518449, 0.3415099199259095, -0.6832315130615253, -1.064531740497357, -1.064531740497357, 0.027083050377402145, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, 0.3415099199259095, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -1.064531740497357, -0.6832315130615253, -1.064531740497357, 1.1193354500077843, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, -1.064531740497357, -1.064531740497357, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, 0.027083050377402145, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, 4.871347847983904, 0.3415099199259095, -0.6832315130615253, 0.027083050377402145, 0.027083050377402145, 1.1193354500077843, 0.027083050377402145, 0.3415099199259095, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, 0.3415099199259095, -0.6832315130615253, 0.027083050377402145, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, 0.3415099199259095, -0.6832315130615253, 1.1193354500077843, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, 0.8851918086540692, -0.3160266645518449, -1.064531740497357, 0.6268858574685087, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, 0.027083050377402145, -0.3160266645518449, 0.3415099199259095, -0.6832315130615253, -1.064531740497357, 0.027083050377402145, -1.064531740497357, -0.6832315130615253, 1.1193354500077843, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, 1.1193354500077843, -0.3160266645518449, 0.3415099199259095, 0.027083050377402145, -1.064531740497357, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, 0.027083050377402145, -1.064531740497357, 0.3415099199259095, 1.1193354500077843, 0.3415099199259095, -1.064531740497357, -1.064531740497357, -1.064531740497357, 0.027083050377402145, -0.6832315130615253, 0.027083050377402145, 0.027083050377402145, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, 0.8851918086540692, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, -1.064531740497357, -1.064531740497357, -1.064531740497357, -0.6832315130615253, 0.027083050377402145, 0.027083050377402145, 0.6268858574685087, 0.6268858574685087, -0.6832315130615253, -1.064531740497357, -1.064531740497357, 1.1193354500077843, 0.3415099199259095, -1.064531740497357, -1.064531740497357, 0.6268858574685087, 0.6268858574685087, -0.3160266645518449, 0.027083050377402145, -0.6832315130615253, -0.6832315130615253, 0.027083050377402145, 0.027083050377402145, -0.6832315130615253, 0.8851918086540692, -0.3160266645518449, -0.6832315130615253, -0.3160266645518449, 0.027083050377402145, 1.7059057717299204, 0.3415099199259095, 0.6268858574685087, 0.8851918086540692, 0.3415099199259095, 0.6268858574685087, 0.3415099199259095, 0.3415099199259095, -0.3160266645518449, -1.064531740497357, -1.064531740497357, -0.6832315130615253, -1.064531740497357, 0.027083050377402145, 0.027083050377402145, -1.064531740497357, 0.027083050377402145, 1.870993805552072, 0.3415099199259095, -0.6832315130615253, -1.064531740497357, 2.024092252797012, 0.8851918086540692, 1.332354678039527, -0.6832315130615253, 0.6268858574685087, 0.3415099199259095, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, 1.5270585530525809, 0.027083050377402145, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, 0.3415099199259095, 0.027083050377402145, 0.027083050377402145, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, -0.6832315130615253, 0.6268858574685087, -0.6832315130615253, 0.8851918086540692, 0.027083050377402145, -0.3160266645518449, -0.6832315130615253, 0.3415099199259095, -0.6832315130615253, 0.027083050377402145, -0.6832315130615253, 0.3415099199259095, -0.6832315130615253, 0.3415099199259095, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, 0.027083050377402145, 0.027083050377402145, -0.6832315130615253, 0.027083050377402145, 1.870993805552072, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, 0.027083050377402145, -0.3160266645518449, -0.3160266645518449, 0.3415099199259095, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, 0.3415099199259095, -0.3160266645518449, 0.027083050377402145, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, 0.027083050377402145, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, 0.027083050377402145, -0.6832315130615253, -1.064531740497357, -1.064531740497357, 1.870993805552072, -0.3160266645518449, -0.3160266645518449, -1.064531740497357, 0.027083050377402145, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, 0.3415099199259095, 0.3415099199259095, -1.064531740497357, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, 0.027083050377402145, -0.6832315130615253, 0.3415099199259095, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, 0.3415099199259095, -0.3160266645518449, 0.6268858574685087, -0.3160266645518449, 3.7794649129092415, -1.064531740497357, -0.3160266645518449, 0.027083050377402145, -0.3160266645518449, 0.027083050377402145, 0.6268858574685087, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, -1.064531740497357, 0.3415099199259095, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, 0.3415099199259095, 0.3415099199259095, 0.027083050377402145, -1.064531740497357, 0.027083050377402145, -0.3160266645518449, -1.064531740497357, 0.3415099199259095, -0.6832315130615253, 0.027083050377402145, 3.653223989479826, -0.6832315130615253, 0.6268858574685087, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, 0.027083050377402145, -0.3160266645518449, -0.3160266645518449, -1.064531740497357, 0.3415099199259095, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, 3.653223989479826, 2.024092252797012, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, 0.3415099199259095, -0.6832315130615253, 0.027083050377402145, 1.1193354500077843, -0.6832315130615253, -0.6832315130615253, 0.027083050377402145, -0.6832315130615253, 0.3415099199259095, 0.3415099199259095, -0.3160266645518449, 0.6268858574685087, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, 0.027083050377402145, -0.6832315130615253, 0.027083050377402145, -0.6832315130615253, 0.3415099199259095, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, 0.8851918086540692, 0.3415099199259095, 0.027083050377402145, -0.3160266645518449, -0.6832315130615253, -0.3160266645518449, 0.027083050377402145, 0.6268858574685087, -1.064531740497357, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, -1.064531740497357, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, 0.8851918086540692, -0.3160266645518449, 0.027083050377402145, -0.3160266645518449, 0.027083050377402145, 1.5270585530525809, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, 0.3415099199259095, -0.6832315130615253, 0.8851918086540692, 0.027083050377402145, 0.3415099199259095, 0.027083050377402145, 0.027083050377402145, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, 0.3415099199259095, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, 0.027083050377402145, 0.3415099199259095, 0.027083050377402145, -0.6832315130615253, -0.6832315130615253, 0.027083050377402145, 0.027083050377402145, -0.6832315130615253, 1.7059057717299204, -1.064531740497357, -0.6832315130615253, 0.6268858574685087, -0.6832315130615253, 0.027083050377402145, -1.064531740497357, 0.6268858574685087, 0.027083050377402145, 0.027083050377402145, 1.870993805552072, -0.6832315130615253, 0.3415099199259095, 0.8851918086540692, -0.3160266645518449, -1.064531740497357, -1.064531740497357, -1.064531740497357, 0.027083050377402145, 1.5270585530525809, -0.3160266645518449, 0.3415099199259095, 0.027083050377402145, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -0.3160266645518449, 0.027083050377402145, -1.064531740497357, 0.3415099199259095, -0.6832315130615253, 0.027083050377402145, -1.064531740497357, 0.3415099199259095, -0.3160266645518449, 2.300037223530958, -0.6832315130615253, -0.6832315130615253, 0.027083050377402145, -0.6832315130615253, 0.3415099199259095, -0.6832315130615253, -0.6832315130615253, 0.6268858574685087, -0.6832315130615253, -0.6832315130615253, 1.1193354500077843, -0.6832315130615253, 0.027083050377402145, -0.6832315130615253, 0.3415099199259095, 0.3415099199259095, 0.3415099199259095, -0.6832315130615253, 0.027083050377402145, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, 0.3415099199259095, -0.3160266645518449, 0.3415099199259095, 0.027083050377402145, 0.3415099199259095, 0.6268858574685087, -0.3160266645518449, -0.3160266645518449, -1.064531740497357, 0.027083050377402145, 0.6268858574685087, -1.064531740497357, -0.3160266645518449, 4.80056599968251, -1.064531740497357, 5.0, 1.332354678039527, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, 0.3415099199259095, 0.6268858574685087, 0.6268858574685087, 0.8851918086540692, 0.027083050377402145, -0.3160266645518449, -1.064531740497357, 0.3415099199259095, -1.064531740497357, 0.027083050377402145, -0.3160266645518449, 1.870993805552072, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, 2.5430580435082994, -1.064531740497357, 0.8851918086540692, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, 0.3415099199259095, -1.064531740497357, -1.064531740497357, -0.3160266645518449, 0.6268858574685087, 0.3415099199259095, -0.6832315130615253, 0.027083050377402145, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, -0.3160266645518449, 0.3415099199259095, 0.3415099199259095, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, 0.027083050377402145, 0.027083050377402145, -1.064531740497357, -1.064531740497357, 1.1193354500077843, -0.6832315130615253, 0.3415099199259095, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, 0.3415099199259095, -0.6832315130615253, 4.356655373138241, -1.064531740497357, -0.3160266645518449, 0.6268858574685087, -0.3160266645518449, 4.263712882490636, 0.027083050377402145, 0.6268858574685087, 0.3415099199259095, -1.064531740497357, -1.064531740497357, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, -0.3160266645518449, 0.027083050377402145, 0.027083050377402145, -0.6832315130615253, -0.3160266645518449, 1.1193354500077843, 0.3415099199259095, -0.3160266645518449, 1.332354678039527, 0.3415099199259095, 0.027083050377402145, 0.3415099199259095, 0.8851918086540692, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, 0.027083050377402145, 0.027083050377402145, -0.3160266645518449, 0.027083050377402145, -0.6832315130615253, 0.3415099199259095, 1.5270585530525809, 0.027083050377402145, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -0.3160266645518449, -1.064531740497357, 0.027083050377402145, -0.6832315130615253, 1.1193354500077843, -0.6832315130615253, 0.027083050377402145, -1.064531740497357, 0.027083050377402145, 0.027083050377402145, -0.3160266645518449, -0.3160266645518449, 0.027083050377402145, 0.3415099199259095, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, 1.1193354500077843, -0.6832315130615253, 0.027083050377402145, -1.064531740497357, 1.1193354500077843, 0.027083050377402145, -0.6832315130615253, 0.027083050377402145, -1.064531740497357, 0.027083050377402145, 0.027083050377402145, -1.064531740497357, 0.027083050377402145, -1.064531740497357, 0.027083050377402145, 0.3415099199259095, 0.3415099199259095, -0.3160266645518449, 3.1332837088069905, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, 0.027083050377402145, 0.8851918086540692, 0.3415099199259095, 0.3415099199259095, -0.6832315130615253, -1.064531740497357, 0.3415099199259095, -0.3160266645518449, -0.6832315130615253, 0.027083050377402145, -0.6832315130615253, -1.064531740497357, 0.027083050377402145, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, 0.027083050377402145, 0.027083050377402145, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, 0.3415099199259095, 0.6268858574685087, 1.332354678039527, -0.6832315130615253, 0.6268858574685087, 0.027083050377402145, 0.027083050377402145, -0.6832315130615253, -0.3160266645518449, 0.027083050377402145, -0.6832315130615253, 0.8851918086540692, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, 0.027083050377402145, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, 0.3415099199259095, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, 0.8851918086540692, 0.6268858574685087, -0.3160266645518449, -1.064531740497357, 1.7059057717299204, 2.5430580435082994, -0.6832315130615253, 0.027083050377402145, 1.5270585530525809, -1.064531740497357, 2.5430580435082994, -0.3160266645518449, 0.027083050377402145, -0.3160266645518449, 0.027083050377402145, -0.3160266645518449, 2.024092252797012, -1.064531740497357, 0.027083050377402145, 0.8851918086540692, -0.3160266645518449, 0.027083050377402145, -0.6832315130615253, 2.300037223530958, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, 0.027083050377402145, 0.6268858574685087, -0.6832315130615253, 1.7059057717299204, -0.3160266645518449, 0.3415099199259095, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, 0.8851918086540692, 0.3415099199259095, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, -0.3160266645518449, -1.064531740497357, 0.6268858574685087, -0.3160266645518449, 1.7059057717299204, 0.6268858574685087, 0.027083050377402145, -0.6832315130615253, 0.6268858574685087, -1.064531740497357, -0.6832315130615253, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, 0.027083050377402145, 0.3415099199259095, -1.064531740497357, 0.3415099199259095, 1.332354678039527, -0.6832315130615253, 0.6268858574685087, -0.6832315130615253, 0.027083050377402145, 0.8851918086540692, -0.3160266645518449, 0.3415099199259095, -1.064531740497357, 0.8851918086540692, 0.027083050377402145, -0.6832315130615253, -0.3160266645518449, 5.0, -0.6832315130615253, -0.3160266645518449, 3.7794649129092415, -0.6832315130615253, 4.1153482877356895, 0.3415099199259095, 0.027083050377402145, 1.5270585530525809, -0.3160266645518449, -0.6832315130615253, 1.332354678039527, 0.3415099199259095, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, 0.8851918086540692, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, 0.8851918086540692, -0.6832315130615253, -1.064531740497357, 0.027083050377402145, 0.8851918086540692, 1.1193354500077843, 0.8851918086540692, -0.6832315130615253, -0.6832315130615253, 0.027083050377402145, -0.6832315130615253, 0.8851918086540692, -0.6832315130615253, -0.6832315130615253, 0.8851918086540692, 1.7059057717299204, -1.064531740497357, -1.064531740497357, 0.3415099199259095, 0.6268858574685087, 0.8851918086540692, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, 0.027083050377402145, 0.3415099199259095, -0.3160266645518449, 0.6268858574685087, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, -1.064531740497357, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, 0.027083050377402145, -0.6832315130615253, -0.6832315130615253, 0.027083050377402145, -0.3160266645518449, 0.6268858574685087, 0.027083050377402145, -1.064531740497357, 0.6268858574685087, -1.064531740497357, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, 0.3415099199259095, -0.3160266645518449, 2.1666891925495184, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, 0.027083050377402145, -0.6832315130615253, 0.6268858574685087, -0.3160266645518449, -1.064531740497357, 0.6268858574685087, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, 3.5182291161249917, -0.6832315130615253, -0.3160266645518449, 0.027083050377402145, -0.6832315130615253, 0.027083050377402145, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -1.064531740497357, 0.027083050377402145, -1.064531740497357, 0.3415099199259095, 0.3415099199259095, 0.027083050377402145, -0.6832315130615253, -0.6832315130615253, 0.3415099199259095, -0.3160266645518449, 0.3415099199259095, -0.3160266645518449, 1.1193354500077843, 0.6268858574685087, -0.6832315130615253, 0.027083050377402145, -0.6832315130615253, -0.3160266645518449, 0.8851918086540692, 0.027083050377402145, -0.6832315130615253, 0.027083050377402145, -0.6832315130615253, -1.064531740497357, 0.3415099199259095, 0.3415099199259095, 0.8851918086540692, -0.6832315130615253, 0.6268858574685087, -0.3160266645518449, -0.3160266645518449, 0.027083050377402145, -0.3160266645518449, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, 0.8851918086540692, 0.8851918086540692, 2.024092252797012, -1.064531740497357, 0.3415099199259095, 4.1153482877356895, -0.3160266645518449, -0.3160266645518449, 0.6268858574685087, -1.064531740497357, -0.6832315130615253, -0.3160266645518449, 0.6268858574685087, 0.027083050377402145, -0.3160266645518449, 2.1666891925495184, -0.6832315130615253, 1.5270585530525809, -0.6832315130615253, 0.6268858574685087, -0.3160266645518449, 0.3415099199259095, -0.6832315130615253, -0.3160266645518449, 0.027083050377402145, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, 0.3415099199259095, -0.6832315130615253, 1.1193354500077843, -1.064531740497357, 3.8980052570178687, 0.3415099199259095, 0.6268858574685087, -0.6832315130615253, -0.6832315130615253, 0.3415099199259095, 0.027083050377402145, -1.064531740497357, 0.6268858574685087, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, 0.3415099199259095, 0.3415099199259095, 0.6268858574685087, -0.6832315130615253, 0.027083050377402145, -0.6832315130615253, -1.064531740497357, -0.3160266645518449, 0.027083050377402145, 0.3415099199259095, -1.064531740497357, 0.3415099199259095, -1.064531740497357, -0.6832315130615253, 1.332354678039527, 0.6268858574685087, -0.6832315130615253, 0.027083050377402145, -0.3160266645518449, 0.3415099199259095, -0.3160266645518449, -0.3160266645518449, -0.6832315130615253, 0.027083050377402145, 0.3415099199259095, 0.3415099199259095, 0.027083050377402145, 0.6268858574685087, 0.8851918086540692, -0.6832315130615253, -0.6832315130615253, 1.1193354500077843, -0.3160266645518449, 0.3415099199259095, 1.5270585530525809, 3.2964422075469613, -1.064531740497357, -1.064531740497357, 0.3415099199259095, 0.027083050377402145, 3.447059249361851, 0.6268858574685087, 0.027083050377402145, -0.6832315130615253, 2.1666891925495184, -0.3160266645518449, 0.027083050377402145, -0.3160266645518449, -0.3160266645518449, 0.3415099199259095, 0.3415099199259095, 0.3415099199259095, 0.027083050377402145, 0.027083050377402145, 0.3415099199259095, 1.332354678039527, -0.6832315130615253, 0.027083050377402145, 0.3415099199259095, -0.6832315130615253, 0.027083050377402145, 1.870993805552072, 2.4251942819318093, -1.064531740497357, 1.332354678039527, 0.3415099199259095, 3.37319927645562, -1.064531740497357, 0.8851918086540692, -0.3160266645518449, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, 0.027083050377402145, -0.6832315130615253, 1.1193354500077843, -0.3160266645518449, 0.8851918086540692, -0.6832315130615253, 0.6268858574685087, 0.3415099199259095, 0.6268858574685087, 1.332354678039527, 4.0632543941614685, 0.027083050377402145, 0.8851918086540692, -0.6832315130615253, 0.3415099199259095, -0.6832315130615253, 1.1193354500077843, 0.6268858574685087, 3.8396392387407383, -1.064531740497357, 0.8851918086540692, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, 2.7598595645260664, -0.3160266645518449, 0.8851918086540692, 0.8851918086540692, 0.3415099199259095, 0.8851918086540692, 0.027083050377402145, 0.6268858574685087, 0.6268858574685087, 2.300037223530958, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, -1.064531740497357, 0.8851918086540692, 0.3415099199259095, 0.3415099199259095, 0.027083050377402145, -0.3160266645518449, -0.6832315130615253, 1.332354678039527, 0.027083050377402145, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, -1.064531740497357, 0.6268858574685087, 3.8396392387407383, -0.6832315130615253, -1.064531740497357, 0.8851918086540692, -1.064531740497357, 1.5270585530525809, -1.064531740497357, 0.6268858574685087, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, 0.027083050377402145, -1.064531740497357, 0.3415099199259095, -0.6832315130615253, 0.027083050377402145, -0.3160266645518449, 0.6268858574685087, 0.3415099199259095, 0.3415099199259095, 0.3415099199259095, -0.6832315130615253, 0.027083050377402145, 0.3415099199259095, 0.3415099199259095, -1.064531740497357, 0.027083050377402145, 4.611332644346724, 0.027083050377402145, -0.6832315130615253, -1.064531740497357, 3.586894824481692, 0.027083050377402145, 3.7794649129092415, 0.027083050377402145, 1.332354678039527, 0.027083050377402145, -0.6832315130615253, 0.027083050377402145, 0.027083050377402145, -0.6832315130615253, 0.8851918086540692, 0.6268858574685087, -0.3160266645518449, -1.064531740497357, 0.3415099199259095, -1.064531740497357, 1.1193354500077843, -0.3160266645518449, 0.027083050377402145, -0.3160266645518449, 0.3415099199259095, -0.6832315130615253, 1.1193354500077843, 0.027083050377402145, 0.3415099199259095, 0.027083050377402145, 0.6268858574685087, 0.6268858574685087, -0.3160266645518449, 0.6268858574685087, 0.027083050377402145, 3.7173681883088183, 2.1666891925495184, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, 0.027083050377402145, -0.6832315130615253, -0.6832315130615253, 0.8851918086540692, -1.064531740497357, 0.8851918086540692, -0.6832315130615253, 0.6268858574685087, 0.027083050377402145, 0.027083050377402145, -0.3160266645518449, -1.064531740497357, 0.027083050377402145, -0.6832315130615253, 0.6268858574685087, -0.3160266645518449, -0.6832315130615253, -0.3160266645518449, 0.3415099199259095, 3.653223989479826, 1.5270585530525809, 0.3415099199259095, -0.6832315130615253, 1.332354678039527, 0.3415099199259095, -0.3160266645518449, 0.3415099199259095, 0.8851918086540692, 0.027083050377402145, -1.064531740497357, 1.1193354500077843, 0.6268858574685087, 0.027083050377402145, 0.6268858574685087, 1.7059057717299204, 0.6268858574685087, 0.3415099199259095, 0.3415099199259095, 1.1193354500077843, 0.6268858574685087, -0.3160266645518449, 0.027083050377402145, 1.5270585530525809, 0.6268858574685087, -0.6832315130615253, 1.332354678039527, 0.3415099199259095, -1.064531740497357, 0.027083050377402145, 0.8851918086540692, -0.3160266645518449, 0.3415099199259095, 0.027083050377402145, -0.3160266645518449, -0.6832315130615253, 2.024092252797012, 0.6268858574685087, 0.6268858574685087, -0.3160266645518449, -0.3160266645518449, 2.300037223530958, -1.064531740497357, 1.870993805552072, 0.3415099199259095, 0.3415099199259095, 1.7059057717299204, 0.3415099199259095, -1.064531740497357, 0.8851918086540692, -1.064531740497357, -0.6832315130615253, 1.332354678039527, 1.1193354500077843, -0.3160266645518449, 0.3415099199259095, 5.0, -0.6832315130615253, -0.6832315130615253, 0.6268858574685087, 0.3415099199259095, 0.3415099199259095, 0.6268858574685087, 0.027083050377402145, 0.027083050377402145, 1.1193354500077843, -0.6832315130615253, 0.027083050377402145, 0.027083050377402145, 0.8851918086540692, -0.6832315130615253, 0.3415099199259095, -0.6832315130615253, 0.027083050377402145, -1.064531740497357, 0.6268858574685087, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, 1.1193354500077843, 0.3415099199259095, -0.3160266645518449, 3.9546673089358233, 0.6268858574685087, -0.6832315130615253, 0.3415099199259095, 0.6268858574685087, -1.064531740497357, -0.3160266645518449, 0.3415099199259095, 1.5270585530525809, 1.332354678039527, 3.9546673089358233, -0.3160266645518449, -0.6832315130615253, 0.8851918086540692, -1.064531740497357, 3.7173681883088183, -0.6832315130615253, 1.5270585530525809, 0.027083050377402145, -0.3160266645518449, 4.5301163912703615, 0.8851918086540692, 2.1666891925495184, 3.046330930865865, 0.6268858574685087, -0.3160266645518449, -0.3160266645518449, 0.027083050377402145, 4.263712882490636, 0.027083050377402145, 1.5270585530525809, 1.870993805552072, 0.8851918086540692, -0.3160266645518449, 0.3415099199259095, 0.3415099199259095, 0.3415099199259095, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, 0.3415099199259095, 0.3415099199259095, 0.8851918086540692, 3.5182291161249917, 1.1193354500077843, 4.310742596444071, 0.3415099199259095, 0.027083050377402145, -0.6832315130615253, -1.064531740497357, -1.064531740497357, 0.027083050377402145, 0.3415099199259095, 0.027083050377402145, 0.6268858574685087, 1.1193354500077843, 0.3415099199259095, 0.8851918086540692, 0.8851918086540692, 1.332354678039527, -0.3160266645518449, -0.6832315130615253, 0.6268858574685087, 0.3415099199259095, 0.6268858574685087, 2.6543942192187893, 0.027083050377402145, 0.027083050377402145, 0.6268858574685087, 0.6268858574685087, 1.332354678039527, 0.027083050377402145, -0.6832315130615253, 0.027083050377402145, 0.6268858574685087, 0.8851918086540692, -0.6832315130615253, -0.3160266645518449, 1.1193354500077843, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, 0.027083050377402145, 0.3415099199259095, 0.3415099199259095, 0.027083050377402145, 0.027083050377402145, 1.332354678039527, 0.3415099199259095, 0.3415099199259095, -0.3160266645518449, 0.6268858574685087, 0.8851918086540692, 0.6268858574685087, -0.3160266645518449, 0.6268858574685087, 0.3415099199259095, -0.6832315130615253, 0.027083050377402145, 0.027083050377402145, 0.6268858574685087, 1.7059057717299204, -0.6832315130615253, -0.6832315130615253, 1.1193354500077843, -0.3160266645518449, 0.3415099199259095, 0.3415099199259095, 0.3415099199259095, 0.027083050377402145, 1.332354678039527, -0.3160266645518449, 0.3415099199259095, 1.5270585530525809, 0.6268858574685087, 0.027083050377402145, 1.332354678039527, 0.3415099199259095, 1.1193354500077843, -1.064531740497357, 0.3415099199259095, -0.3160266645518449, -0.3160266645518449, 1.1193354500077843, -0.3160266645518449, 0.8851918086540692, 1.1193354500077843, 0.027083050377402145, 0.3415099199259095, -0.6832315130615253, 0.3415099199259095, -0.3160266645518449, 0.027083050377402145, 0.027083050377402145, 0.6268858574685087, 0.6268858574685087, 0.027083050377402145, 0.3415099199259095, 0.6268858574685087, -0.6832315130615253, 0.027083050377402145, 0.027083050377402145, -0.6832315130615253, 0.8851918086540692, 1.7059057717299204, 1.5270585530525809, -0.3160266645518449, 1.1193354500077843, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, 0.3415099199259095, 0.3415099199259095, 0.027083050377402145, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, 3.2964422075469613, -1.064531740497357, -0.3160266645518449, -0.6832315130615253, 0.3415099199259095, -0.3160266645518449, 5.0, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, 0.027083050377402145, -0.3160266645518449, 0.3415099199259095, 0.8851918086540692, -0.3160266645518449, 0.027083050377402145, 0.8851918086540692, 4.5301163912703615, 0.3415099199259095, 0.6268858574685087, 0.6268858574685087, -1.064531740497357, -0.6832315130615253, -0.3160266645518449, 0.027083050377402145, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, 2.300037223530958, 0.6268858574685087, 3.1332837088069905, 0.027083050377402145, -0.3160266645518449, 3.5182291161249917, -0.6832315130615253, 2.9553682398259373, 0.8851918086540692, -0.3160266645518449, -0.3160266645518449, 0.3415099199259095, -1.064531740497357, 3.21655679644593, 0.027083050377402145, 0.6268858574685087, 0.3415099199259095, -0.3160266645518449, 2.024092252797012, -0.3160266645518449, 5.0, -1.064531740497357, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, -0.6832315130615253, 0.6268858574685087, -1.064531740497357, 0.027083050377402145, 1.5270585530525809, 0.3415099199259095, 0.3415099199259095, -0.6832315130615253, -0.6832315130615253, 0.027083050377402145, 4.215510975125183, -0.6832315130615253, 1.332354678039527, 0.6268858574685087, 1.5270585530525809, 1.1193354500077843, 0.027083050377402145, 0.8851918086540692, -0.6832315130615253, -1.064531740497357, 0.6268858574685087, -0.6832315130615253, 1.332354678039527, -0.3160266645518449, 4.650693847931757, -1.064531740497357, -0.6832315130615253, -0.3160266645518449, 0.6268858574685087, 0.027083050377402145, 0.027083050377402145, 3.7794649129092415, 0.027083050377402145, 0.6268858574685087, 3.1332837088069905, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, 5.0, -0.6832315130615253, 0.027083050377402145, -0.3160266645518449, 0.3415099199259095, -0.6832315130615253, -1.064531740497357, 1.332354678039527, -0.3160266645518449, 5.0, 0.3415099199259095, 2.024092252797012, -0.6832315130615253, 1.870993805552072, 0.8851918086540692, 0.8851918086540692, 1.1193354500077843, 0.027083050377402145, 0.027083050377402145, 4.6892679370129215, 1.1193354500077843, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, -0.6832315130615253, 0.3415099199259095, 0.027083050377402145, 1.332354678039527, -1.064531740497357, 1.1193354500077843, 0.027083050377402145, 1.332354678039527, -0.6832315130615253, 5.0, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, 0.3415099199259095, 0.027083050377402145, -0.3160266645518449, 1.332354678039527, 2.8600205095270788, 0.3415099199259095, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, 0.3415099199259095, -1.064531740497357, -0.3160266645518449, 0.8851918086540692, -0.3160266645518449, 0.6268858574685087, -0.3160266645518449, -0.3160266645518449, -0.3160266645518449, 0.027083050377402145, 0.3415099199259095, -0.6832315130615253, -0.6832315130615253, 0.3415099199259095, 5.0, 4.9057871263385024, 3.8980052570178687, 0.6268858574685087, 0.6268858574685087, -1.064531740497357, -0.3160266645518449, -0.6832315130615253, 0.3415099199259095, 2.5430580435082994, 0.8851918086540692, 0.027083050377402145, 0.8851918086540692, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, 0.027083050377402145, -1.064531740497357, 0.8851918086540692, -0.6832315130615253, -0.3160266645518449, 0.027083050377402145, -1.064531740497357, 0.027083050377402145, 0.3415099199259095, 1.7059057717299204, -1.064531740497357, 0.6268858574685087, -0.3160266645518449, 0.027083050377402145, 0.3415099199259095, -0.3160266645518449, -0.3160266645518449, -1.064531740497357, 0.8851918086540692, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, 0.027083050377402145, 0.8851918086540692, 0.6268858574685087, 0.3415099199259095, -0.3160266645518449, 0.8851918086540692, 3.37319927645562, 0.027083050377402145, 1.1193354500077843, 0.027083050377402145, 0.027083050377402145, 0.6268858574685087, 0.8851918086540692, -1.064531740497357, -1.064531740497357, -0.6832315130615253, -0.3160266645518449, 0.3415099199259095, 0.8851918086540692, 0.027083050377402145, -0.3160266645518449, -0.3160266645518449, 0.027083050377402145, -0.3160266645518449, -1.064531740497357, -0.3160266645518449, -0.6832315130615253, -0.3160266645518449, 0.6268858574685087, 5.0, 1.332354678039527, 0.6268858574685087, 0.6268858574685087, 0.3415099199259095, -0.3160266645518449, -0.3160266645518449, 0.3415099199259095, 0.3415099199259095, 0.027083050377402145, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, 0.027083050377402145, 0.3415099199259095, 0.027083050377402145, -1.064531740497357, -0.6832315130615253, 1.332354678039527, 3.046330930865865, 0.027083050377402145, 0.027083050377402145, -0.3160266645518449, 0.027083050377402145, 1.7059057717299204, -0.6832315130615253, 4.310742596444071, -0.3160266645518449, 0.8851918086540692, -0.6832315130615253, 0.8851918086540692, -1.064531740497357, 1.870993805552072, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, 1.332354678039527, 0.6268858574685087, 0.8851918086540692, 0.8851918086540692, 0.027083050377402145, -0.3160266645518449, -0.3160266645518449, 0.3415099199259095, -0.6832315130615253, 0.3415099199259095, 0.027083050377402145, -1.064531740497357, 0.8851918086540692, 0.3415099199259095, 0.8851918086540692, 0.3415099199259095, -0.3160266645518449, 0.3415099199259095, 0.6268858574685087, 0.3415099199259095, 0.6268858574685087, -0.6832315130615253, 0.3415099199259095, -0.6832315130615253, -0.3160266645518449, -0.6832315130615253, 0.8851918086540692, 0.027083050377402145, 0.3415099199259095, -1.064531740497357, 0.027083050377402145, 0.3415099199259095, 0.6268858574685087, 1.1193354500077843, 0.027083050377402145, -0.6832315130615253, -0.6832315130615253, 0.6268858574685087, -1.064531740497357, -0.3160266645518449, 2.1666891925495184, 3.7173681883088183, -1.064531740497357, 0.8851918086540692, -0.3160266645518449, 0.6268858574685087, -0.3160266645518449, -1.064531740497357, 0.3415099199259095, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, 0.3415099199259095, 0.027083050377402145, 0.027083050377402145, 0.3415099199259095, -0.3160266645518449, -0.3160266645518449, -1.064531740497357, -0.6832315130615253, -0.3160266645518449, 1.1193354500077843, 1.1193354500077843, 1.1193354500077843, -1.064531740497357, 0.8851918086540692, -0.3160266645518449, 1.1193354500077843, 0.027083050377402145, 0.6268858574685087, -0.3160266645518449, 0.6268858574685087, -0.3160266645518449, 0.027083050377402145, 0.027083050377402145, -0.3160266645518449, 0.027083050377402145, 0.3415099199259095, 0.3415099199259095, -1.064531740497357, -0.3160266645518449, 1.332354678039527, 0.027083050377402145, 0.3415099199259095, 0.027083050377402145, -0.3160266645518449, 0.027083050377402145, -0.3160266645518449, 0.027083050377402145, -0.6832315130615253, 0.027083050377402145, 1.1193354500077843, -0.3160266645518449, 0.027083050377402145, 1.1193354500077843, 1.1193354500077843, 0.3415099199259095, -1.064531740497357, 0.8851918086540692, -0.6832315130615253, 2.024092252797012, -0.6832315130615253, 0.6268858574685087, -0.6832315130615253, 0.027083050377402145, -0.3160266645518449, 0.027083050377402145, -0.3160266645518449, -0.6832315130615253, 0.6268858574685087, 0.6268858574685087, 1.5270585530525809, 0.8851918086540692, 0.027083050377402145, 0.027083050377402145, 0.027083050377402145, 0.027083050377402145, 0.3415099199259095, 2.4251942819318093, -0.3160266645518449, 0.027083050377402145, 2.024092252797012, 0.3415099199259095, -0.3160266645518449, -0.6832315130615253, -0.6832315130615253, 0.3415099199259095, 0.3415099199259095, 0.3415099199259095, 0.6268858574685087, 1.5270585530525809, 5.0, -0.3160266645518449, -0.6832315130615253, 0.8851918086540692, -1.064531740497357, -0.3160266645518449, 0.3415099199259095, 0.027083050377402145, 0.027083050377402145, 0.8851918086540692, -1.064531740497357, -0.6832315130615253, 0.027083050377402145, -1.064531740497357, -0.3160266645518449, 0.8851918086540692, -0.3160266645518449, 0.3415099199259095, 1.332354678039527, -0.6832315130615253, 0.3415099199259095, -0.6832315130615253, -0.6832315130615253, -0.3160266645518449, 1.332354678039527, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, -1.064531740497357, 0.8851918086540692, -0.6832315130615253, -0.3160266645518449, 0.6268858574685087, 1.5270585530525809, 0.3415099199259095, 0.6268858574685087, 0.3415099199259095, 0.8851918086540692, 0.6268858574685087, 0.6268858574685087, 0.3415099199259095, -0.6832315130615253, 0.6268858574685087, -0.3160266645518449, 0.6268858574685087, -0.6832315130615253, 1.5270585530525809, 0.3415099199259095, 0.027083050377402145, 0.3415099199259095, 1.7059057717299204, 1.1193354500077843, 0.3415099199259095, 1.7059057717299204, -0.3160266645518449, 1.332354678039527, 0.8851918086540692, 0.6268858574685087, 1.1193354500077843, -1.064531740497357, 0.3415099199259095, -0.3160266645518449, -0.6832315130615253, -1.064531740497357, -0.6832315130615253, 0.8851918086540692, 0.027083050377402145, -0.3160266645518449, -0.3160266645518449, 1.1193354500077843, -0.6832315130615253, 0.027083050377402145, -1.064531740497357, 1.5270585530525809, -0.3160266645518449, 0.8851918086540692, -0.3160266645518449, 1.1193354500077843, -0.3160266645518449, 0.6268858574685087, 0.6268858574685087, 0.6268858574685087, -1.064531740497357, 0.8851918086540692, -0.6832315130615253, 0.8851918086540692, -0.3160266645518449, 0.3415099199259095, 0.027083050377402145, 0.3415099199259095, 0.6268858574685087, -1.064531740497357, 0.3415099199259095, 0.6268858574685087, 0.8851918086540692, 0.3415099199259095, 0.027083050377402145, 0.3415099199259095, -0.3160266645518449, -1.064531740497357, 0.8851918086540692, 0.6268858574685087, 0.027083050377402145, -0.6832315130615253, 1.870993805552072, 0.027083050377402145, -0.6832315130615253, 0.6268858574685087, 0.027083050377402145, 0.6268858574685087, 0.027083050377402145, 0.027083050377402145, 0.027083050377402145, 2.024092252797012, 0.6268858574685087, 0.3415099199259095, -0.6832315130615253, -0.3160266645518449, -0.3160266645518449, 0.027083050377402145, 4.972872089731872, 0.3415099199259095, -0.3160266645518449, 0.3415099199259095, 1.1193354500077843, -0.3160266645518449, 2.6543942192187893, 0.027083050377402145, 0.3415099199259095, 0.027083050377402145, 1.332354678039527, 5.0, 0.6268858574685087, 0.027083050377402145, -0.3160266645518449, -0.6832315130615253, -0.3160266645518449, 0.027083050377402145, 0.3415099199259095, 0.6268858574685087, 0.6268858574685087, -0.6832315130615253, 0.027083050377402145, 0.8851918086540692, 1.1193354500077843, -0.6832315130615253, 0.8851918086540692, -0.3160266645518449, -0.3160266645518449, 0.027083050377402145, -0.3160266645518449, -0.6832315130615253, 1.5270585530525809, 0.3415099199259095, 0.6268858574685087, 0.027083050377402145, -0.6832315130615253, 1.332354678039527, 0.6268858574685087, 0.027083050377402145, 0.6268858574685087, -0.3160266645518449, 2.6543942192187893, 0.6268858574685087, -0.6832315130615253, 1.1193354500077843, 0.6268858574685087, 0.3415099199259095, -0.3160266645518449, 0.8851918086540692, 1.1193354500077843, -0.6832315130615253, -0.3160266645518449, 0.8851918086540692, 0.3415099199259095, 0.3415099199259095, 0.027083050377402145, 1.1193354500077843, 0.8851918086540692, 5.0, -1.064531740497357, 0.8851918086540692, 1.1193354500077843, 1.332354678039527, 0.027083050377402145, 0.6268858574685087, 1.332354678039527, 0.3415099199259095, 0.6268858574685087, 0.027083050377402145, -0.6832315130615253, -1.064531740497357, 0.027083050377402145, 0.027083050377402145, 1.5270585530525809, 0.6268858574685087, -0.3160266645518449, 0.6268858574685087, 0.3415099199259095, 0.3415099199259095, -0.3160266645518449, 0.8851918086540692, 0.3415099199259095, 0.8851918086540692, 0.3415099199259095, 0.027083050377402145, 0.027083050377402145, 0.027083050377402145, -0.6832315130615253, 1.1193354500077843, 0.8851918086540692, 0.027083050377402145, 2.300037223530958, 0.027083050377402145, 0.3415099199259095, 0.027083050377402145, -0.6832315130615253, 0.8851918086540692, -0.6832315130615253, -0.3160266645518449, 0.027083050377402145, -0.3160266645518449, -0.6832315130615253, 1.7059057717299204, 0.8851918086540692, 0.027083050377402145, 0.6268858574685087, 0.027083050377402145, 0.6268858574685087, 0.3415099199259095, -1.064531740497357, -0.3160266645518449, 0.6268858574685087, -1.064531740497357, 0.027083050377402145, 0.8851918086540692, 4.1153482877356895, 0.8851918086540692, 0.6268858574685087, 0.027083050377402145, 0.6268858574685087, -1.064531740497357, 0.6268858574685087, 1.332354678039527, 0.3415099199259095, 0.3415099199259095, 0.3415099199259095, 0.027083050377402145, 0.6268858574685087, -0.3160266645518449, 0.027083050377402145, 1.7059057717299204, 0.6268858574685087, 0.3415099199259095, 0.8851918086540692, 0.3415099199259095, 0.6268858574685087, 0.6268858574685087, 0.6268858574685087, -0.6832315130615253, 0.3415099199259095, -0.3160266645518449, 0.027083050377402145, 1.7059057717299204, 0.6268858574685087, 1.332354678039527, 0.6268858574685087, 1.870993805552072, 0.027083050377402145, 0.027083050377402145, 0.027083050377402145, 0.8851918086540692, 0.027083050377402145, 0.3415099199259095, 0.8851918086540692, 0.6268858574685087, 1.1193354500077843, -1.064531740497357, 0.3415099199259095, 0.027083050377402145, 0.3415099199259095, 1.332354678039527, 0.6268858574685087, 1.5270585530525809, 0.6268858574685087, 0.8851918086540692, 0.027083050377402145, 0.027083050377402145, 0.3415099199259095, 0.027083050377402145, -0.6832315130615253, 0.027083050377402145, 0.3415099199259095, 0.027083050377402145, -1.064531740497357, -0.3160266645518449, 0.3415099199259095, -1.064531740497357, 0.6268858574685087, -0.6832315130615253, 0.6268858574685087, 1.7059057717299204, 1.332354678039527, 0.027083050377402145, 0.027083050377402145, -0.6832315130615253, 0.6268858574685087, -0.6832315130615253, 1.870993805552072, 0.027083050377402145, 0.8851918086540692, 0.027083050377402145, 0.8851918086540692, 0.6268858574685087, 1.1193354500077843, 0.027083050377402145, 0.3415099199259095, 0.6268858574685087, 1.870993805552072, 0.027083050377402145, 0.3415099199259095, 2.300037223530958, 1.5270585530525809, 0.027083050377402145, 1.332354678039527, 0.027083050377402145, 0.8851918086540692, -0.3160266645518449, -0.6832315130615253, 1.1193354500077843, 1.7059057717299204, -0.3160266645518449, 1.1193354500077843, 0.027083050377402145, -0.3160266645518449, 0.8851918086540692, 0.3415099199259095, 1.5270585530525809, -0.3160266645518449, 1.332354678039527, 0.6268858574685087, 0.027083050377402145, -0.3160266645518449, 1.1193354500077843, 1.7059057717299204, 0.027083050377402145, 0.6268858574685087, 1.5270585530525809, 0.3415099199259095, 0.027083050377402145, -1.064531740497357, 0.027083050377402145, -0.3160266645518449, 0.3415099199259095, 0.8851918086540692, 1.1193354500077843, -0.6832315130615253, 0.3415099199259095, -0.3160266645518449, 0.8851918086540692, 0.6268858574685087, -0.3160266645518449, -0.3160266645518449, 0.3415099199259095, -1.064531740497357, 1.7059057717299204, 0.6268858574685087, 0.3415099199259095, 1.332354678039527, 0.6268858574685087, -1.064531740497357, 0.027083050377402145, 0.3415099199259095, 0.8851918086540692, 0.3415099199259095, 0.3415099199259095, 1.1193354500077843, -0.3160266645518449, 0.6268858574685087, 1.1193354500077843, 0.3415099199259095, 0.3415099199259095, 0.027083050377402145, -0.3160266645518449, 0.8851918086540692, 2.6543942192187893, 0.6268858574685087, 0.8851918086540692, 0.3415099199259095, -0.3160266645518449, 1.332354678039527, 0.6268858574685087, 0.027083050377402145, 0.027083050377402145, 1.5270585530525809, 1.1193354500077843, 0.3415099199259095, 0.8851918086540692, 0.3415099199259095, 0.3415099199259095, 0.3415099199259095, 5.0, 1.1193354500077843, -0.3160266645518449, -0.3160266645518449, 0.027083050377402145, -0.6832315130615253, 0.6268858574685087, -0.6832315130615253, 0.027083050377402145, 1.870993805552072, 0.6268858574685087, 0.3415099199259095, 1.5270585530525809, 1.1193354500077843, -0.3160266645518449, -0.3160266645518449, 0.6268858574685087, 1.1193354500077843, 0.6268858574685087, -0.3160266645518449, 1.5270585530525809, 0.027083050377402145, -0.3160266645518449, 0.027083050377402145, 0.3415099199259095, 0.027083050377402145, -0.3160266645518449, 1.332354678039527, -1.064531740497357, 1.5270585530525809, 0.8851918086540692, 0.6268858574685087, 1.7059057717299204, 1.1193354500077843, 0.3415099199259095, -0.6832315130615253, 0.027083050377402145, 0.6268858574685087, 1.1193354500077843, 1.1193354500077843, 0.6268858574685087, 1.5270585530525809, 0.027083050377402145, 0.3415099199259095, 0.6268858574685087, 1.332354678039527, 1.1193354500077843, 0.8851918086540692, 0.3415099199259095, -0.6832315130615253, 1.1193354500077843, 1.332354678039527, 0.8851918086540692, 0.6268858574685087, -0.3160266645518449, 0.6268858574685087, 0.3415099199259095, 1.870993805552072, 0.8851918086540692, 0.6268858574685087, 0.6268858574685087, -0.3160266645518449, -0.3160266645518449, 0.6268858574685087, -0.3160266645518449, 3.586894824481692, -0.6832315130615253, -0.6832315130615253, 0.6268858574685087, 0.027083050377402145, 2.1666891925495184, 0.3415099199259095, 1.332354678039527, 0.8851918086540692, 0.6268858574685087, -0.6832315130615253, 2.6543942192187893, 0.3415099199259095, 0.8851918086540692, 0.027083050377402145, -0.6832315130615253, -0.3160266645518449, 1.870993805552072, 0.027083050377402145, -0.3160266645518449, -1.064531740497357, 1.1193354500077843, 0.8851918086540692, -0.3160266645518449, 1.1193354500077843, 2.024092252797012, -0.6832315130615253, 0.027083050377402145, -0.3160266645518449, -0.3160266645518449, 0.3415099199259095, -0.3160266645518449, 2.024092252797012, -0.3160266645518449, 0.027083050377402145, -1.064531740497357, -0.3160266645518449, 0.6268858574685087, -0.3160266645518449, 1.870993805552072, 0.3415099199259095, 2.1666891925495184, 0.027083050377402145, 0.8851918086540692, 0.3415099199259095, 1.332354678039527, 0.6268858574685087, 0.8851918086540692, 1.5270585530525809, -0.3160266645518449, 0.027083050377402145, 0.6268858574685087, 0.8851918086540692, -0.6832315130615253, 2.300037223530958, 2.1666891925495184, 0.3415099199259095, -0.6832315130615253, 0.3415099199259095, 0.3415099199259095, -0.6832315130615253, -0.6832315130615253, 1.332354678039527, 1.870993805552072, 0.8851918086540692, 0.027083050377402145, 0.8851918086540692, 0.3415099199259095, 1.7059057717299204, 1.1193354500077843, -0.3160266645518449, 0.8851918086540692, 2.024092252797012, 0.3415099199259095, 0.3415099199259095, 0.6268858574685087, -1.064531740497357, -0.3160266645518449, -0.3160266645518449, 0.8851918086540692, 0.6268858574685087, 0.027083050377402145, -0.6832315130615253, 2.4251942819318093, 2.024092252797012, 0.027083050377402145, 0.027083050377402145, 0.6268858574685087, 2.1666891925495184, 0.027083050377402145, 1.1193354500077843, 0.3415099199259095, 1.332354678039527, 0.027083050377402145, 0.027083050377402145, -0.6832315130615253, 0.3415099199259095, 2.1666891925495184, 1.7059057717299204, 0.3415099199259095, -0.6832315130615253, 1.332354678039527, 3.1332837088069905, 0.8851918086540692, 1.332354678039527, -0.3160266645518449, -1.064531740497357, 3.653223989479826, 0.027083050377402145, -1.064531740497357, 0.8851918086540692, 1.332354678039527, -1.064531740497357, 0.027083050377402145, 0.027083050377402145, 0.3415099199259095, -1.064531740497357, -0.3160266645518449, 0.027083050377402145, 1.332354678039527, 1.332354678039527, 1.1193354500077843, 0.027083050377402145, 0.027083050377402145, -0.6832315130615253, 0.8851918086540692, 2.1666891925495184, 1.870993805552072, 2.5430580435082994, 0.6268858574685087, 5.0, 0.027083050377402145, 0.3415099199259095, -0.3160266645518449, 0.8851918086540692, 0.3415099199259095, 1.1193354500077843, 0.6268858574685087, 1.7059057717299204, 2.9553682398259373, -0.3160266645518449, 1.332354678039527, 1.7059057717299204, 1.7059057717299204, 0.6268858574685087, 1.7059057717299204, 0.3415099199259095, 0.3415099199259095, 0.8851918086540692, 0.027083050377402145, 1.1193354500077843, 0.6268858574685087, 0.027083050377402145, 1.332354678039527, 0.8851918086540692, 0.027083050377402145, 0.8851918086540692, 0.6268858574685087, 1.7059057717299204, 3.7794649129092415, 0.3415099199259095, 0.6268858574685087, -0.6832315130615253, 0.3415099199259095, 0.027083050377402145, -0.3160266645518449, 1.332354678039527, 0.8851918086540692, 1.7059057717299204, 0.8851918086540692, 0.3415099199259095, 2.1666891925495184, 1.870993805552072, 0.027083050377402145, 0.8851918086540692, 2.5430580435082994, 1.1193354500077843, 0.3415099199259095, -0.3160266645518449, 0.8851918086540692, 0.6268858574685087, 0.027083050377402145, 2.300037223530958, 4.5301163912703615, -0.6832315130615253, 1.1193354500077843, 1.5270585530525809, 0.027083050377402145, 0.6268858574685087, 2.300037223530958, 0.6268858574685087, 0.8851918086540692, 1.7059057717299204, -0.6832315130615253, 1.1193354500077843, 1.5270585530525809, 0.8851918086540692, 5.0, 1.1193354500077843, 1.332354678039527, 0.3415099199259095, 1.7059057717299204, 1.332354678039527, 1.1193354500077843, -0.6832315130615253, 0.3415099199259095, -0.3160266645518449, 1.1193354500077843, 0.027083050377402145, 0.3415099199259095, -0.6832315130615253, 1.5270585530525809, -0.3160266645518449, -0.3160266645518449, 1.1193354500077843, 1.1193354500077843, 1.332354678039527, 1.7059057717299204, 1.1193354500077843, 0.027083050377402145, 0.6268858574685087, 2.024092252797012, 2.300037223530958, 1.5270585530525809, 0.3415099199259095, 0.8851918086540692, -0.6832315130615253, 0.027083050377402145, 1.332354678039527], [-0.9613621278104048, -1.849252976648181, -0.18137982054767512, -1.849252976648181, -0.18137982054767512, -0.554358907894775, -1.3969474499657102, -1.849252976648181, -0.554358907894775, -1.3969474499657102, -1.3969474499657102, -0.9613621278104048, -1.849252976648181, -0.554358907894775, -1.3969474499657102, -1.849252976648181, -1.3969474499657102, -1.3969474499657102, -0.9613621278104048, -1.849252976648181, -1.3969474499657102, 0.1571385029286238, -1.3969474499657102, -0.9613621278104048, -1.849252976648181, 0.1571385029286238, -0.9613621278104048, -0.554358907894775, -1.849252976648181, -1.3969474499657102, 0.1571385029286238, -1.849252976648181, -1.3969474499657102, -0.554358907894775, -1.3969474499657102, -0.9613621278104048, -0.18137982054767512, -0.554358907894775, -1.3969474499657102, -0.9613621278104048, 0.1571385029286238, 0.7412915043991758, -0.9613621278104048, 0.1571385029286238, -1.849252976648181, -0.554358907894775, 0.1571385029286238, -1.849252976648181, -0.554358907894775, -1.849252976648181, -0.18137982054767512, -1.3969474499657102, -1.3969474499657102, 0.1571385029286238, -0.9613621278104048, -0.554358907894775, -1.3969474499657102, 0.1571385029286238, -1.3969474499657102, -0.554358907894775, -0.18137982054767512, -1.849252976648181, -1.3969474499657102, -0.554358907894775, -0.9613621278104048, -0.9613621278104048, -0.554358907894775, 0.4635458976524132, -1.3969474499657102, -1.3969474499657102, 0.9939789333480746, 0.7412915043991758, 0.4635458976524132, -0.554358907894775, 0.1571385029286238, -0.554358907894775, -1.3969474499657102, -0.9613621278104048, -0.554358907894775, -0.554358907894775, -0.9613621278104048, -1.849252976648181, 0.1571385029286238, -0.554358907894775, -1.3969474499657102, -0.18137982054767512, 0.4635458976524132, -1.3969474499657102, -1.3969474499657102, -1.849252976648181, -0.9613621278104048, -1.3969474499657102, -0.9613621278104048, -0.18137982054767512, -0.9613621278104048, -1.849252976648181, -0.9613621278104048, -0.554358907894775, -0.9613621278104048, -0.554358907894775, -1.3969474499657102, 0.7412915043991758, -0.9613621278104048, -1.3969474499657102, -1.3969474499657102, -1.3969474499657102, -0.554358907894775, -0.9613621278104048, 0.4635458976524132, -0.9613621278104048, -1.849252976648181, 0.1571385029286238, -0.9613621278104048, -0.18137982054767512, -1.3969474499657102, -0.554358907894775, -0.554358907894775, -1.3969474499657102, -0.554358907894775, -1.3969474499657102, -1.849252976648181, -0.9613621278104048, 1.2249403448508194, -1.849252976648181, 1.2249403448508194, -1.849252976648181, -0.554358907894775, -0.9613621278104048, -0.18137982054767512, -0.18137982054767512, -1.3969474499657102, -1.3969474499657102, 0.1571385029286238, -1.849252976648181, -0.9613621278104048, -0.9613621278104048, 0.9939789333480746, -0.18137982054767512, -0.9613621278104048, -0.9613621278104048, -0.9613621278104048, -0.554358907894775, -0.554358907894775, -1.849252976648181, -0.18137982054767512, -1.3969474499657102, 1.814531100811423, 0.1571385029286238, 0.4635458976524132, -0.9613621278104048, -0.18137982054767512, -0.554358907894775, -0.18137982054767512, -1.849252976648181, -0.554358907894775, -1.849252976648181, -1.3969474499657102, -1.849252976648181, -0.9613621278104048, -0.554358907894775, -1.3969474499657102, -0.9613621278104048, 0.1571385029286238, 1.2249403448508194, -1.3969474499657102, -0.554358907894775, 0.4635458976524132, 0.1571385029286238, -1.849252976648181, 0.1571385029286238, -1.849252976648181, -1.3969474499657102, -0.9613621278104048, 1.632922833013983, -0.554358907894775, -0.9613621278104048, -0.554358907894775, -0.554358907894775, -0.18137982054767512, -1.3969474499657102, -1.849252976648181, -0.18137982054767512, -0.9613621278104048, -0.554358907894775, -1.849252976648181, 0.1571385029286238, 0.1571385029286238, -1.3969474499657102, -1.3969474499657102, 0.9939789333480746, 0.4635458976524132, -1.3969474499657102, -0.554358907894775, -0.18137982054767512, -1.849252976648181, -1.849252976648181, -0.9613621278104048, -1.849252976648181, -0.18137982054767512, 0.7412915043991758, 0.4635458976524132, -0.554358907894775, 1.632922833013983, -0.18137982054767512, -0.554358907894775, 0.9939789333480746, -0.18137982054767512, 0.1571385029286238, 0.4635458976524132, 0.1571385029286238, -1.3969474499657102, -0.18137982054767512, -0.9613621278104048, -0.9613621278104048, -0.9613621278104048, 0.4635458976524132, -0.9613621278104048, -1.3969474499657102, -0.18137982054767512, 0.1571385029286238, -1.849252976648181, -0.9613621278104048, -0.18137982054767512, -0.554358907894775, -1.849252976648181, 0.1571385029286238, -0.18137982054767512, -0.18137982054767512, -1.849252976648181, -0.18137982054767512, -0.9613621278104048, 0.1571385029286238, -1.3969474499657102, -1.849252976648181, -0.554358907894775, -1.3969474499657102, -0.18137982054767512, -0.554358907894775, 0.1571385029286238, -0.554358907894775, -0.9613621278104048, -0.554358907894775, -0.554358907894775, -0.9613621278104048, -0.18137982054767512, 0.9939789333480746, -0.9613621278104048, -0.18137982054767512, 0.9939789333480746, -0.9613621278104048, -0.554358907894775, -0.18137982054767512, -1.849252976648181, -0.554358907894775, -1.3969474499657102, -0.554358907894775, -0.9613621278104048, -1.3969474499657102, 0.1571385029286238, -0.18137982054767512, -0.18137982054767512, -0.9613621278104048, -1.3969474499657102, -0.18137982054767512, -0.9613621278104048, 0.1571385029286238, -0.18137982054767512, -0.554358907894775, -0.9613621278104048, -1.3969474499657102, -0.9613621278104048, -0.9613621278104048, -0.9613621278104048, -0.9613621278104048, -1.3969474499657102, -0.18137982054767512, -1.3969474499657102, -1.849252976648181, -0.554358907894775, -0.9613621278104048, 0.1571385029286238, -1.3969474499657102, -0.554358907894775, -1.849252976648181, -0.18137982054767512, 0.9939789333480746, -0.9613621278104048, -0.9613621278104048, -0.9613621278104048, -1.849252976648181, 0.4635458976524132, -0.9613621278104048, -0.554358907894775, 0.4635458976524132, -0.554358907894775, 0.9939789333480746, -1.3969474499657102, -0.18137982054767512, -1.849252976648181, -0.554358907894775, 0.4635458976524132, -0.9613621278104048, -0.554358907894775, -1.849252976648181, 0.4635458976524132, 0.1571385029286238, -0.554358907894775, -0.554358907894775, -1.3969474499657102, -0.9613621278104048, -0.554358907894775, -0.554358907894775, -1.3969474499657102, -0.9613621278104048, -0.18137982054767512, 0.1571385029286238, -0.554358907894775, 0.7412915043991758, -1.3969474499657102, -1.849252976648181, -0.9613621278104048, -0.554358907894775, -0.9613621278104048, -0.18137982054767512, -1.3969474499657102, -0.9613621278104048, 0.4635458976524132, -0.554358907894775, -1.3969474499657102, -0.18137982054767512, 0.1571385029286238, -0.18137982054767512, -0.9613621278104048, -0.18137982054767512, -1.849252976648181, -0.554358907894775, 0.4635458976524132, -0.554358907894775, -1.849252976648181, -0.18137982054767512, -1.849252976648181, -1.849252976648181, -0.9613621278104048, -0.9613621278104048, 0.1571385029286238, -0.18137982054767512, -0.18137982054767512, -0.9613621278104048, -0.554358907894775, 0.4635458976524132, -1.3969474499657102, -1.3969474499657102, 0.9939789333480746, -1.3969474499657102, -1.3969474499657102, 0.1571385029286238, -0.554358907894775, -0.18137982054767512, 0.4635458976524132, 0.4635458976524132, -0.18137982054767512, -1.3969474499657102, -0.18137982054767512, -1.3969474499657102, 0.9939789333480746, -1.849252976648181, -0.9613621278104048, 0.1571385029286238, -0.554358907894775, -0.554358907894775, -1.3969474499657102, -1.849252976648181, 0.1571385029286238, -0.554358907894775, 0.1571385029286238, -0.18137982054767512, -0.9613621278104048, -0.9613621278104048, -0.554358907894775, -0.18137982054767512, -0.18137982054767512, 0.1571385029286238, 0.7412915043991758, -0.9613621278104048, -0.18137982054767512, -1.3969474499657102, 0.4635458976524132, -0.18137982054767512, 0.4635458976524132, -1.849252976648181, -1.3969474499657102, -0.9613621278104048, -0.9613621278104048, 0.4635458976524132, 0.1571385029286238, 0.9939789333480746, -0.554358907894775, 1.4370922913197277, -1.3969474499657102, -0.18137982054767512, -0.9613621278104048, -0.9613621278104048, -0.9613621278104048, 1.2249403448508194, 0.9939789333480746, -1.849252976648181, -0.9613621278104048, 1.2249403448508194, -0.554358907894775, -0.554358907894775, -1.3969474499657102, -0.554358907894775, -1.3969474499657102, -0.554358907894775, -0.554358907894775, -0.9613621278104048, 0.4635458976524132, 1.2249403448508194, -0.18137982054767512, -1.3969474499657102, -0.554358907894775, -1.3969474499657102, -0.18137982054767512, -0.18137982054767512, -0.554358907894775, -0.18137982054767512, -0.554358907894775, -0.18137982054767512, 0.1571385029286238, -0.9613621278104048, -1.3969474499657102, -1.3969474499657102, -0.9613621278104048, -0.554358907894775, -1.3969474499657102, 0.1571385029286238, -0.18137982054767512, -1.849252976648181, -0.9613621278104048, -1.3969474499657102, -0.18137982054767512, 0.4635458976524132, -0.554358907894775, -1.3969474499657102, 0.4635458976524132, -1.849252976648181, -0.554358907894775, 0.1571385029286238, 0.1571385029286238, -1.3969474499657102, -0.9613621278104048, 0.1571385029286238, -0.9613621278104048, -1.3969474499657102, 1.4370922913197277, 0.1571385029286238, -0.9613621278104048, -0.9613621278104048, -0.9613621278104048, -0.18137982054767512, -0.554358907894775, -0.9613621278104048, -1.3969474499657102, -0.9613621278104048, -0.18137982054767512, -0.9613621278104048, -0.9613621278104048, -0.9613621278104048, -1.3969474499657102, -0.554358907894775, -1.3969474499657102, -0.9613621278104048, -0.554358907894775, -1.849252976648181, -0.554358907894775, -0.9613621278104048, -0.9613621278104048, -1.3969474499657102, -0.18137982054767512, -0.9613621278104048, -0.554358907894775, 0.7412915043991758, -0.554358907894775, -0.9613621278104048, -0.18137982054767512, -0.9613621278104048, -1.3969474499657102, 0.7412915043991758, -0.9613621278104048, 0.7412915043991758, -1.849252976648181, -0.18137982054767512, -1.3969474499657102, 0.1571385029286238, 0.7412915043991758, -1.3969474499657102, -0.18137982054767512, -1.3969474499657102, -0.9613621278104048, 0.9939789333480746, -0.18137982054767512, -1.3969474499657102, -1.3969474499657102, -0.9613621278104048, -0.18137982054767512, -0.18137982054767512, -1.3969474499657102, -1.3969474499657102, 0.1571385029286238, 0.1571385029286238, -0.18137982054767512, -0.554358907894775, 0.4635458976524132, -1.849252976648181, -0.9613621278104048, 0.1571385029286238, 0.4635458976524132, -0.18137982054767512, 0.1571385029286238, -1.3969474499657102, -0.9613621278104048, 0.1571385029286238, 0.4635458976524132, -0.554358907894775, -0.9613621278104048, -0.9613621278104048, -0.554358907894775, -0.9613621278104048, -0.18137982054767512, -1.3969474499657102, -0.554358907894775, -0.554358907894775, -0.9613621278104048, -1.3969474499657102, -0.9613621278104048, -0.9613621278104048, 1.4370922913197277, -0.18137982054767512, -1.3969474499657102, -1.849252976648181, -1.3969474499657102, 0.9939789333480746, -0.554358907894775, -1.3969474499657102, -1.3969474499657102, -0.554358907894775, -0.9613621278104048, -0.9613621278104048, -0.9613621278104048, -0.9613621278104048, -0.9613621278104048, -0.554358907894775, -0.554358907894775, -0.554358907894775, -1.3969474499657102, 1.632922833013983, -0.18137982054767512, -0.554358907894775, -0.18137982054767512, 0.7412915043991758, 0.1571385029286238, -1.849252976648181, 1.632922833013983, -0.9613621278104048, -0.18137982054767512, -0.554358907894775, -0.554358907894775, -0.9613621278104048, -0.554358907894775, -1.849252976648181, -0.18137982054767512, -0.18137982054767512, 0.4635458976524132, 0.4635458976524132, -1.3969474499657102, 0.9939789333480746, 0.4635458976524132, -0.554358907894775, -0.18137982054767512, -0.18137982054767512, -0.18137982054767512, 0.1571385029286238, -0.18137982054767512, 0.1571385029286238, -0.554358907894775, 0.4635458976524132, -0.9613621278104048, -0.9613621278104048, -0.9613621278104048, -0.554358907894775, 0.4635458976524132, -1.3969474499657102, -0.18137982054767512, -0.554358907894775, -0.554358907894775, -0.9613621278104048, -0.9613621278104048, 0.1571385029286238, 0.4635458976524132, -0.554358907894775, 0.4635458976524132, -1.3969474499657102, -0.18137982054767512, -0.18137982054767512, 0.7412915043991758, -0.18137982054767512, -1.849252976648181, -1.3969474499657102, -0.9613621278104048, -0.18137982054767512, -1.849252976648181, -1.3969474499657102, -1.3969474499657102, -1.3969474499657102, -1.849252976648181, -0.18137982054767512, 0.1571385029286238, -1.3969474499657102, 0.7412915043991758, 0.7412915043991758, -1.3969474499657102, -1.849252976648181, -0.18137982054767512, -0.554358907894775, -0.18137982054767512, -0.18137982054767512, -1.3969474499657102, -0.9613621278104048, -0.9613621278104048, 0.4635458976524132, 1.2249403448508194, -0.554358907894775, -0.554358907894775, -0.18137982054767512, -0.554358907894775, -0.9613621278104048, 0.1571385029286238, -0.18137982054767512, -1.849252976648181, -0.18137982054767512, 0.7412915043991758, -1.3969474499657102, 0.1571385029286238, 0.4635458976524132, -0.554358907894775, 0.7412915043991758, -1.849252976648181, -0.554358907894775, 0.1571385029286238, -1.3969474499657102, -0.9613621278104048, -0.554358907894775, 0.1571385029286238, -0.18137982054767512, -0.554358907894775, -0.554358907894775, -0.9613621278104048, 0.7412915043991758, 0.1571385029286238, 0.4635458976524132, 0.1571385029286238, -0.554358907894775, 0.7412915043991758, -0.18137982054767512, -0.18137982054767512, -0.9613621278104048, 1.814531100811423, 0.4635458976524132, -0.554358907894775, -0.9613621278104048, -0.18137982054767512, -0.554358907894775, -0.554358907894775, 0.9939789333480746, -0.9613621278104048, 0.7412915043991758, -1.3969474499657102, -0.554358907894775, -1.849252976648181, -0.554358907894775, 0.7412915043991758, 0.4635458976524132, 0.1571385029286238, 0.1571385029286238, -0.9613621278104048, -0.554358907894775, -0.554358907894775, -0.554358907894775, -1.849252976648181, 0.7412915043991758, -0.9613621278104048, -0.18137982054767512, 0.4635458976524132, 0.7412915043991758, 0.1571385029286238, -0.18137982054767512, -0.554358907894775, -0.18137982054767512, -0.554358907894775, -0.9613621278104048, -1.3969474499657102, 0.4635458976524132, -1.3969474499657102, -0.9613621278104048, -0.554358907894775, 1.2249403448508194, -0.554358907894775, -0.554358907894775, 0.1571385029286238, 1.2249403448508194, 0.4635458976524132, -1.3969474499657102, -0.554358907894775, 0.1571385029286238, 0.4635458976524132, -0.18137982054767512, -0.18137982054767512, -0.554358907894775, -0.18137982054767512, -1.849252976648181, -0.18137982054767512, 1.4370922913197277, -1.849252976648181, -0.18137982054767512, 0.1571385029286238, -0.554358907894775, 0.4635458976524132, 1.2249403448508194, -0.9613621278104048, -0.554358907894775, -0.9613621278104048, -1.3969474499657102, -1.3969474499657102, -1.3969474499657102, -1.3969474499657102, 0.9939789333480746, -0.554358907894775, 0.4635458976524132, -0.554358907894775, -0.18137982054767512, 0.4635458976524132, -0.9613621278104048, -0.554358907894775, -1.849252976648181, -0.554358907894775, -1.849252976648181, 0.4635458976524132, 0.4635458976524132, 0.7412915043991758, -0.554358907894775, 0.7412915043991758, -0.554358907894775, -0.9613621278104048, 1.2249403448508194, -1.3969474499657102, 0.7412915043991758, 1.4370922913197277, -0.18137982054767512, -0.18137982054767512, 1.4370922913197277, -0.554358907894775, 0.4635458976524132, 0.7412915043991758, -0.554358907894775, 1.2249403448508194, -0.554358907894775, -0.554358907894775, -1.849252976648181, -0.554358907894775, 0.7412915043991758, -1.849252976648181, -0.9613621278104048, -0.9613621278104048, 0.7412915043991758, -0.9613621278104048, 1.4370922913197277, 0.4635458976524132, 1.814531100811423, -0.554358907894775, 0.1571385029286238, 0.1571385029286238, -1.849252976648181, -0.18137982054767512, -0.18137982054767512, -0.554358907894775, -0.18137982054767512, 0.1571385029286238, -1.3969474499657102, -0.554358907894775, 0.1571385029286238, 0.1571385029286238, -0.554358907894775, -0.18137982054767512, -0.18137982054767512, -0.18137982054767512, -1.3969474499657102, 0.7412915043991758, -1.3969474499657102, -0.9613621278104048, -0.554358907894775, 0.4635458976524132, 0.7412915043991758, -1.3969474499657102, -0.554358907894775, -0.554358907894775, -0.554358907894775, 0.1571385029286238, 1.4370922913197277, 0.4635458976524132, -0.9613621278104048, 0.1571385029286238, -0.9613621278104048, -0.554358907894775, -0.9613621278104048, 0.1571385029286238, 0.4635458976524132, -1.3969474499657102, -0.9613621278104048, 0.1571385029286238, 1.2249403448508194, -0.554358907894775, 0.1571385029286238, -0.9613621278104048, -1.3969474499657102, 0.1571385029286238, -1.849252976648181, 0.1571385029286238, 0.4635458976524132, -0.9613621278104048, 0.7412915043991758, -0.9613621278104048, -0.18137982054767512, 0.1571385029286238, -0.9613621278104048, -0.554358907894775, 0.1571385029286238, -0.554358907894775, -0.9613621278104048, 0.4635458976524132, 0.1571385029286238, -0.9613621278104048, 0.1571385029286238, 0.1571385029286238, -0.18137982054767512, -0.9613621278104048, -1.3969474499657102, 0.4635458976524132, 0.9939789333480746, -1.849252976648181, -0.554358907894775, -0.554358907894775, -0.554358907894775, -1.3969474499657102, -1.3969474499657102, 0.1571385029286238, -1.3969474499657102, -0.18137982054767512, -1.3969474499657102, -1.3969474499657102, -0.9613621278104048, -0.554358907894775, 0.1571385029286238, -0.18137982054767512, 0.4635458976524132, -0.554358907894775, 0.4635458976524132, -0.9613621278104048, 0.7412915043991758, -0.18137982054767512, -0.554358907894775, -0.554358907894775, 1.2249403448508194, -0.9613621278104048, -1.3969474499657102, -1.3969474499657102, -0.9613621278104048, 0.1571385029286238, 0.1571385029286238, 0.1571385029286238, -0.9613621278104048, -1.3969474499657102, -0.9613621278104048, -0.554358907894775, -0.9613621278104048, 0.1571385029286238, -1.3969474499657102, -0.554358907894775, -0.18137982054767512, 0.4635458976524132, -0.18137982054767512, -0.18137982054767512, -1.3969474499657102, -0.554358907894775, -0.554358907894775, -0.18137982054767512, -1.849252976648181, -0.554358907894775, -0.18137982054767512, -1.3969474499657102, -0.18137982054767512, -0.9613621278104048, -0.9613621278104048, -1.3969474499657102, -1.3969474499657102, 0.4635458976524132, -1.3969474499657102, -0.554358907894775, -0.554358907894775, 0.7412915043991758, -0.554358907894775, 0.9939789333480746, -0.18137982054767512, -1.3969474499657102, -0.554358907894775, -0.9613621278104048, 0.4635458976524132, 0.4635458976524132, -0.18137982054767512, 0.4635458976524132, -0.554358907894775, -0.554358907894775, -0.554358907894775, -0.9613621278104048, -1.3969474499657102, -0.18137982054767512, -1.849252976648181, 0.1571385029286238, -1.3969474499657102, 0.4635458976524132, -0.18137982054767512, -0.18137982054767512, 0.4635458976524132, -0.554358907894775, -1.3969474499657102, 0.1571385029286238, -0.18137982054767512, -0.18137982054767512, 1.2249403448508194, -0.9613621278104048, -1.849252976648181, 0.7412915043991758, -0.18137982054767512, 0.1571385029286238, -0.554358907894775, 0.4635458976524132, 1.2249403448508194, -0.9613621278104048, -1.3969474499657102, -0.18137982054767512, -0.554358907894775, 0.1571385029286238, -1.3969474499657102, 0.1571385029286238, -0.18137982054767512, -0.554358907894775, -1.3969474499657102, 0.4635458976524132, 0.7412915043991758, -0.18137982054767512, -1.3969474499657102, 1.2249403448508194, 0.4635458976524132, 0.1571385029286238, 1.4370922913197277, -0.9613621278104048, 0.7412915043991758, -0.554358907894775, 0.7412915043991758, 0.7412915043991758, -0.554358907894775, -0.554358907894775, -0.9613621278104048, 0.4635458976524132, -0.554358907894775, -0.554358907894775, -1.3969474499657102, -1.3969474499657102, 0.7412915043991758, -1.3969474499657102, -0.18137982054767512, -0.554358907894775, -0.18137982054767512, -1.3969474499657102, 1.2249403448508194, -0.9613621278104048, 0.1571385029286238, -1.849252976648181, -1.3969474499657102, 0.4635458976524132, -0.9613621278104048, 0.9939789333480746, 0.9939789333480746, -1.3969474499657102, 0.4635458976524132, 0.1571385029286238, -1.3969474499657102, 0.1571385029286238, 0.4635458976524132, -0.18137982054767512, -0.554358907894775, -1.849252976648181, 0.4635458976524132, 0.4635458976524132, 0.4635458976524132, -1.3969474499657102, 0.1571385029286238, -0.9613621278104048, -0.9613621278104048, -0.9613621278104048, 0.4635458976524132, -0.18137982054767512, -0.554358907894775, -0.18137982054767512, 0.1571385029286238, -1.3969474499657102, -0.18137982054767512, -0.18137982054767512, -0.9613621278104048, -0.554358907894775, -0.9613621278104048, 0.9939789333480746, -0.554358907894775, 0.1571385029286238, -0.9613621278104048, -0.554358907894775, -1.849252976648181, 0.1571385029286238, 0.4635458976524132, -0.554358907894775, -0.554358907894775, 0.4635458976524132, -0.554358907894775, 1.632922833013983, -1.3969474499657102, 0.7412915043991758, -0.18137982054767512, -0.18137982054767512, -0.554358907894775, 0.4635458976524132, -0.9613621278104048, -1.849252976648181, -1.3969474499657102, -1.3969474499657102, -0.18137982054767512, 0.4635458976524132, -0.554358907894775, -0.9613621278104048, -0.9613621278104048, -0.554358907894775, -0.9613621278104048, -0.18137982054767512, -1.3969474499657102, -0.554358907894775, 0.1571385029286238, -0.9613621278104048, 0.4635458976524132, -1.3969474499657102, -0.18137982054767512, -0.9613621278104048, -0.18137982054767512, -0.554358907894775, -0.9613621278104048, -0.18137982054767512, -0.18137982054767512, -0.18137982054767512, 0.4635458976524132, 0.9939789333480746, 0.1571385029286238, -0.554358907894775, -0.554358907894775, 0.4635458976524132, -0.9613621278104048, -0.9613621278104048, 0.4635458976524132, -0.554358907894775, -0.554358907894775, -0.554358907894775, 0.4635458976524132, -0.9613621278104048, 0.1571385029286238, 0.4635458976524132, -0.9613621278104048, -0.554358907894775, -0.554358907894775, -1.849252976648181, -1.849252976648181, -1.3969474499657102, 0.7412915043991758, -0.554358907894775, 0.1571385029286238, -0.554358907894775, 0.7412915043991758, -0.9613621278104048, -1.3969474499657102, -0.9613621278104048, 0.1571385029286238, -1.3969474499657102, -0.554358907894775, 0.7412915043991758, -0.554358907894775, -0.18137982054767512, 0.1571385029286238, -0.18137982054767512, 1.2249403448508194, 0.4635458976524132, 0.7412915043991758, 0.4635458976524132, -0.9613621278104048, -0.9613621278104048, -0.18137982054767512, -1.3969474499657102, -0.9613621278104048, -0.554358907894775, -1.3969474499657102, 0.1571385029286238, -0.554358907894775, 0.9939789333480746, 0.4635458976524132, -1.849252976648181, -0.554358907894775, 1.2249403448508194, -0.554358907894775, -1.3969474499657102, -0.18137982054767512, 1.4370922913197277, -0.554358907894775, 0.9939789333480746, 0.9939789333480746, 0.4635458976524132, -0.9613621278104048, 0.7412915043991758, -0.9613621278104048, -0.554358907894775, 0.7412915043991758, 0.4635458976524132, -0.554358907894775, 0.1571385029286238, 0.1571385029286238, -1.3969474499657102, -0.554358907894775, -0.554358907894775, 0.7412915043991758, -0.554358907894775, -0.18137982054767512, 0.1571385029286238, -0.554358907894775, 1.4370922913197277, 0.1571385029286238, 0.4635458976524132, -0.9613621278104048, -0.18137982054767512, 0.9939789333480746, -0.9613621278104048, -0.18137982054767512, 0.1571385029286238, 0.1571385029286238, -1.3969474499657102, -0.9613621278104048, 0.4635458976524132, -1.849252976648181, -0.9613621278104048, 1.2249403448508194, -0.9613621278104048, 1.4370922913197277, -0.18137982054767512, 0.1571385029286238, -0.18137982054767512, 1.632922833013983, -0.9613621278104048, 0.1571385029286238, 0.1571385029286238, -1.3969474499657102, 0.7412915043991758, 0.1571385029286238, -0.554358907894775, 1.4370922913197277, -1.849252976648181, -0.554358907894775, -1.3969474499657102, -1.849252976648181, -1.3969474499657102, 0.9939789333480746, -0.9613621278104048, 0.4635458976524132, -0.9613621278104048, 0.4635458976524132, 0.7412915043991758, 0.1571385029286238, -0.18137982054767512, -1.3969474499657102, 0.4635458976524132, 0.4635458976524132, 0.4635458976524132, -0.18137982054767512, -0.18137982054767512, 0.4635458976524132, -0.9613621278104048, 0.7412915043991758, -1.3969474499657102, 0.7412915043991758, 0.4635458976524132, -1.3969474499657102, -0.18137982054767512, 1.2249403448508194, -0.554358907894775, 0.4635458976524132, 0.1571385029286238, -0.9613621278104048, 0.1571385029286238, -0.9613621278104048, -0.18137982054767512, -0.18137982054767512, -0.554358907894775, -0.9613621278104048, -1.849252976648181, -1.3969474499657102, 0.4635458976524132, -0.554358907894775, 0.4635458976524132, -1.849252976648181, -0.18137982054767512, 0.7412915043991758, -0.9613621278104048, 0.4635458976524132, 0.1571385029286238, -0.9613621278104048, -1.849252976648181, 0.4635458976524132, 0.1571385029286238, -0.554358907894775, 0.1571385029286238, -0.9613621278104048, 1.4370922913197277, -0.18137982054767512, -0.554358907894775, 0.1571385029286238, -0.554358907894775, -0.18137982054767512, -0.9613621278104048, 0.9939789333480746, -0.18137982054767512, -0.18137982054767512, 2.430138117036862, -0.9613621278104048, -0.9613621278104048, 0.4635458976524132, -1.3969474499657102, 0.1571385029286238, -0.9613621278104048, -0.9613621278104048, -0.554358907894775, 0.9939789333480746, 0.7412915043991758, -0.554358907894775, -0.18137982054767512, 0.7412915043991758, -1.3969474499657102, 0.1571385029286238, -0.9613621278104048, -1.3969474499657102, 0.4635458976524132, -0.18137982054767512, 0.1571385029286238, 0.4635458976524132, -1.3969474499657102, -0.18137982054767512, -0.554358907894775, -0.9613621278104048, 1.814531100811423, 0.4635458976524132, -0.9613621278104048, -0.18137982054767512, 0.4635458976524132, -0.554358907894775, 0.1571385029286238, 0.1571385029286238, 0.9939789333480746, 0.1571385029286238, -0.18137982054767512, 1.4370922913197277, 0.4635458976524132, 1.632922833013983, -0.554358907894775, -0.554358907894775, 0.1571385029286238, 0.4635458976524132, -1.849252976648181, -0.9613621278104048, -0.554358907894775, -0.9613621278104048, 0.4635458976524132, 0.1571385029286238, 0.1571385029286238, -0.18137982054767512, 0.1571385029286238, -0.18137982054767512, 1.2249403448508194, -0.9613621278104048, -0.18137982054767512, -1.3969474499657102, -0.9613621278104048, 0.7412915043991758, -0.554358907894775, -0.9613621278104048, 0.4635458976524132, -0.554358907894775, -1.849252976648181, 0.1571385029286238, -0.9613621278104048, -1.849252976648181, -0.18137982054767512, -1.3969474499657102, 0.1571385029286238, 1.4370922913197277, 1.4370922913197277, -0.554358907894775, -1.3969474499657102, 0.1571385029286238, -0.18137982054767512, -0.554358907894775, 0.9939789333480746, -0.9613621278104048, 1.4370922913197277, 0.4635458976524132, 1.814531100811423, -1.3969474499657102, -0.554358907894775, -0.9613621278104048, 0.4635458976524132, -1.3969474499657102, 0.4635458976524132, -0.554358907894775, -0.9613621278104048, 0.9939789333480746, 0.4635458976524132, 1.632922833013983, -0.554358907894775, 0.1571385029286238, 0.4635458976524132, -0.9613621278104048, -0.9613621278104048, -0.9613621278104048, -0.18137982054767512, 1.2249403448508194, 0.1571385029286238, -0.554358907894775, -0.9613621278104048, -0.554358907894775, -0.9613621278104048, -0.18137982054767512, -1.3969474499657102, -1.3969474499657102, -0.18137982054767512, -0.9613621278104048, -1.849252976648181, 0.4635458976524132, 0.1571385029286238, 0.4635458976524132, -1.3969474499657102, -0.554358907894775, -0.554358907894775, -1.3969474499657102, -0.554358907894775, -0.18137982054767512, -0.18137982054767512, 0.4635458976524132, -0.9613621278104048, -0.554358907894775, -0.9613621278104048, 0.4635458976524132, -0.554358907894775, -0.554358907894775, -0.554358907894775, -0.9613621278104048, 0.7412915043991758, 1.632922833013983, -0.554358907894775, 2.141862233453353, -0.18137982054767512, 0.9939789333480746, -0.554358907894775, -0.9613621278104048, 1.2249403448508194, -0.9613621278104048, -1.3969474499657102, -0.554358907894775, -1.3969474499657102, -0.9613621278104048, 0.4635458976524132, 0.7412915043991758, 0.1571385029286238, -0.18137982054767512, 0.7412915043991758, 0.7412915043991758, -0.18137982054767512, 1.814531100811423, -0.554358907894775, -0.18137982054767512, 0.1571385029286238, -0.18137982054767512, -0.554358907894775, 1.2249403448508194, 0.4635458976524132, -1.3969474499657102, -1.3969474499657102, 0.9939789333480746, -0.554358907894775, -0.554358907894775, -1.3969474499657102, -0.18137982054767512, -0.554358907894775, -0.9613621278104048, 0.4635458976524132, -0.18137982054767512, -1.3969474499657102, -1.3969474499657102, -0.18137982054767512, -0.18137982054767512, 0.1571385029286238, -0.18137982054767512, 0.4635458976524132, 1.2249403448508194, -0.554358907894775, -0.554358907894775, -1.3969474499657102, 0.9939789333480746, -0.9613621278104048, -1.3969474499657102, -0.18137982054767512, 0.9939789333480746, -0.18137982054767512, 0.4635458976524132, 0.1571385029286238, -1.3969474499657102, 0.1571385029286238, 0.1571385029286238, -0.554358907894775, -0.9613621278104048, -0.9613621278104048, -0.9613621278104048, -0.9613621278104048, 0.9939789333480746, 0.1571385029286238, -0.18137982054767512, 0.1571385029286238, 1.2249403448508194, -0.554358907894775, -0.554358907894775, 0.7412915043991758, -0.18137982054767512, 0.4635458976524132, -0.18137982054767512, 0.4635458976524132, -0.554358907894775, -0.554358907894775, -1.3969474499657102, -0.9613621278104048, 0.7412915043991758, -0.9613621278104048, -0.554358907894775, 0.7412915043991758, -0.18137982054767512, -0.9613621278104048, 1.2249403448508194, -0.9613621278104048, -1.849252976648181, 0.9939789333480746, -0.18137982054767512, -0.18137982054767512, -1.3969474499657102, -0.18137982054767512, -0.9613621278104048, 1.2249403448508194, 0.4635458976524132, -0.9613621278104048, -1.3969474499657102, 0.4635458976524132, -1.3969474499657102, -0.18137982054767512, -1.849252976648181, 0.7412915043991758, -0.9613621278104048, 0.4635458976524132, 0.7412915043991758, 1.2249403448508194, -0.9613621278104048, -0.18137982054767512, -0.18137982054767512, -1.3969474499657102, 0.1571385029286238, 0.9939789333480746, 0.9939789333480746, 0.9939789333480746, -0.554358907894775, -1.3969474499657102, 1.2249403448508194, 0.1571385029286238, 0.1571385029286238, -1.3969474499657102, -1.3969474499657102, 0.4635458976524132, -0.554358907894775, -0.18137982054767512, -0.9613621278104048, -0.18137982054767512, 0.4635458976524132, 1.2249403448508194, -0.554358907894775, 0.1571385029286238, 0.4635458976524132, -0.9613621278104048, -0.554358907894775, -0.9613621278104048, 0.4635458976524132, -0.18137982054767512, 1.2249403448508194, 0.7412915043991758, 1.632922833013983, -0.9613621278104048, 0.7412915043991758, -0.554358907894775, 0.4635458976524132, -0.18137982054767512, -0.9613621278104048, 0.9939789333480746, 1.2249403448508194, 0.1571385029286238, -1.3969474499657102, -0.554358907894775, -0.18137982054767512, -0.18137982054767512, -1.3969474499657102, -0.554358907894775, 0.9939789333480746, -1.849252976648181, -0.18137982054767512, 0.9939789333480746, 0.1571385029286238, -0.9613621278104048, -0.9613621278104048, -0.554358907894775, 0.1571385029286238, 0.4635458976524132, 0.1571385029286238, -1.3969474499657102, 0.4635458976524132, 0.4635458976524132, -0.18137982054767512, 0.7412915043991758, 1.2249403448508194, -0.9613621278104048, 0.4635458976524132, -0.554358907894775, -0.9613621278104048, -0.18137982054767512, 0.4635458976524132, -1.3969474499657102, -1.3969474499657102, 0.4635458976524132, 0.4635458976524132, 0.1571385029286238, -0.9613621278104048, 0.4635458976524132, -0.554358907894775, -1.3969474499657102, -0.18137982054767512, 0.1571385029286238, -0.554358907894775, -0.9613621278104048, 0.7412915043991758, 0.1571385029286238, 0.7412915043991758, -0.9613621278104048, -0.554358907894775, 0.7412915043991758, 0.1571385029286238, -0.554358907894775, 0.7412915043991758, -0.9613621278104048, -0.554358907894775, 0.7412915043991758, 0.9939789333480746, -0.554358907894775, -0.18137982054767512, 0.1571385029286238, 0.1571385029286238, 0.9939789333480746, 0.4635458976524132, 0.1571385029286238, -0.18137982054767512, -1.3969474499657102, 0.4635458976524132, -0.9613621278104048, 0.7412915043991758, 2.141862233453353, -0.9613621278104048, -0.554358907894775, 0.4635458976524132, -1.849252976648181, 0.4635458976524132, 0.7412915043991758, 0.9939789333480746, 0.7412915043991758, 1.814531100811423, 0.7412915043991758, -0.18137982054767512, -0.9613621278104048, 1.4370922913197277, 0.7412915043991758, 0.4635458976524132, 0.9939789333480746, -1.3969474499657102, -1.3969474499657102, 0.4635458976524132, -0.18137982054767512, 1.2249403448508194, 1.4370922913197277, 0.7412915043991758, -0.18137982054767512, -0.9613621278104048, 2.562207190093001, 0.4635458976524132, -0.18137982054767512, 0.1571385029286238, 0.1571385029286238, 0.1571385029286238, 0.9939789333480746, 1.9836822822093412, -0.554358907894775, -0.9613621278104048, 1.4370922913197277, -1.3969474499657102, 0.4635458976524132, -0.9613621278104048, -0.554358907894775, -1.3969474499657102, 0.1571385029286238, 0.4635458976524132, -0.9613621278104048, -0.18137982054767512, 0.9939789333480746, -1.3969474499657102, 0.7412915043991758, -0.554358907894775, -0.554358907894775, -0.18137982054767512, -0.9613621278104048, 0.4635458976524132, 0.4635458976524132, -0.9613621278104048, -1.3969474499657102, -1.3969474499657102, 0.7412915043991758, -0.554358907894775, -0.554358907894775, -0.554358907894775, -0.18137982054767512, 0.1571385029286238, -0.18137982054767512, -0.18137982054767512, 0.1571385029286238, -0.554358907894775, -0.18137982054767512, 1.632922833013983, -0.18137982054767512, -0.554358907894775, 0.1571385029286238, 1.4370922913197277, 0.4635458976524132, -0.9613621278104048, 0.7412915043991758, -0.554358907894775, 0.1571385029286238, 0.7412915043991758, -0.554358907894775, -0.554358907894775, 0.1571385029286238, 0.9939789333480746, -0.554358907894775, -1.3969474499657102, -1.3969474499657102, -0.18137982054767512, 0.4635458976524132, 0.9939789333480746, 0.4635458976524132, -1.3969474499657102, -0.18137982054767512, 0.1571385029286238, -0.9613621278104048, 0.7412915043991758, 0.4635458976524132, 0.1571385029286238, -0.18137982054767512, 0.1571385029286238, -1.3969474499657102, 0.7412915043991758, -0.554358907894775, -0.554358907894775, -0.9613621278104048, -0.554358907894775, -0.554358907894775, -0.554358907894775, 0.7412915043991758, -1.3969474499657102, -0.18137982054767512, 0.1571385029286238, 0.4635458976524132, 0.7412915043991758, -0.554358907894775, -0.9613621278104048, -0.18137982054767512, 0.7412915043991758, -0.9613621278104048, 0.7412915043991758, -0.9613621278104048, 0.1571385029286238, -0.18137982054767512, 0.4635458976524132, 0.7412915043991758, -0.9613621278104048, 0.1571385029286238, -0.554358907894775, 0.1571385029286238, 1.9836822822093412, 1.2249403448508194, -0.554358907894775, 0.7412915043991758, -0.554358907894775, 0.9939789333480746, 0.1571385029286238, 0.1571385029286238, -0.18137982054767512, 0.7412915043991758, -0.9613621278104048, 0.7412915043991758, -0.9613621278104048, 0.1571385029286238, -0.554358907894775, 0.1571385029286238, 0.4635458976524132, 1.4370922913197277, -1.3969474499657102, 0.7412915043991758, -0.9613621278104048, 0.7412915043991758, -0.9613621278104048, 0.1571385029286238, -0.554358907894775, 0.7412915043991758, 0.9939789333480746, 0.4635458976524132, 0.9939789333480746, 0.1571385029286238, -0.9613621278104048, -0.18137982054767512, -0.18137982054767512, -0.18137982054767512, -0.18137982054767512, -0.554358907894775, -0.18137982054767512, -0.9613621278104048, 0.7412915043991758, -0.554358907894775, 1.4370922913197277, 0.1571385029286238, -0.18137982054767512, -0.18137982054767512, 0.1571385029286238, -1.3969474499657102, -0.18137982054767512, 1.2249403448508194, 0.7412915043991758, -0.18137982054767512, 0.9939789333480746, -0.9613621278104048, -0.9613621278104048, -0.554358907894775, -0.554358907894775, 0.4635458976524132, -1.3969474499657102, 0.1571385029286238, 0.9939789333480746, 0.7412915043991758, 2.430138117036862, 0.1571385029286238, -0.9613621278104048, -0.554358907894775, 0.4635458976524132, -0.554358907894775, 1.2249403448508194, -0.9613621278104048, -0.18137982054767512, -1.3969474499657102, -0.18137982054767512, -0.18137982054767512, 0.4635458976524132, -0.9613621278104048, 0.1571385029286238, -0.554358907894775, -1.3969474499657102, -1.3969474499657102, 1.4370922913197277, 1.632922833013983, 0.9939789333480746, 0.1571385029286238, 0.7412915043991758, 0.1571385029286238, -1.3969474499657102, 0.1571385029286238, -1.3969474499657102, -0.9613621278104048, -0.18137982054767512, 0.4635458976524132, 1.4370922913197277, 0.9939789333480746, -0.9613621278104048, -0.9613621278104048, 0.4635458976524132, -0.9613621278104048, -0.18137982054767512, -0.18137982054767512, 0.7412915043991758, -0.18137982054767512, -1.3969474499657102, 0.4635458976524132, -0.18137982054767512, 0.1571385029286238, -1.3969474499657102, -0.18137982054767512, -0.18137982054767512, -0.9613621278104048, 0.1571385029286238, 0.1571385029286238, -1.3969474499657102, -0.18137982054767512, 0.4635458976524132, -0.9613621278104048, -1.849252976648181, -0.18137982054767512, -1.849252976648181, 0.4635458976524132, 0.7412915043991758, 0.9939789333480746, -0.554358907894775, 0.1571385029286238, 1.2249403448508194, 0.4635458976524132, -1.3969474499657102, 0.1571385029286238, -0.554358907894775, -1.3969474499657102, 0.7412915043991758, 0.1571385029286238, 0.1571385029286238, 0.1571385029286238, 0.9939789333480746, 0.1571385029286238, 0.1571385029286238, 0.4635458976524132, -0.9613621278104048, 0.1571385029286238, -0.18137982054767512, 0.4635458976524132, -0.9613621278104048, 0.4635458976524132, -0.18137982054767512, 0.7412915043991758, 0.7412915043991758, 0.4635458976524132, 0.4635458976524132, 0.1571385029286238, 0.4635458976524132, 0.1571385029286238, -0.554358907894775, -0.554358907894775, 1.2249403448508194, -0.18137982054767512, -0.554358907894775, 0.7412915043991758, 0.1571385029286238, 0.1571385029286238, -0.18137982054767512, 0.1571385029286238, 0.1571385029286238, 0.1571385029286238, 0.9939789333480746, 1.2249403448508194, 0.9939789333480746, 1.2249403448508194, -1.3969474499657102, 0.4635458976524132, 0.1571385029286238, 0.9939789333480746, 0.4635458976524132, 1.4370922913197277, 0.7412915043991758, -0.9613621278104048, -1.849252976648181, 0.1571385029286238, -0.554358907894775, 0.4635458976524132, 0.1571385029286238, -0.9613621278104048, 1.2249403448508194, 1.632922833013983, 0.9939789333480746, 0.4635458976524132, -1.3969474499657102, 0.7412915043991758, 0.1571385029286238, 1.4370922913197277, 0.7412915043991758, 0.1571385029286238, 1.814531100811423, 1.814531100811423, -0.554358907894775, -1.3969474499657102, -0.18137982054767512, -1.3969474499657102, -0.554358907894775, 0.4635458976524132, 0.7412915043991758, -0.18137982054767512, 1.632922833013983, -0.554358907894775, 1.2249403448508194, -1.849252976648181, -0.18137982054767512, 0.1571385029286238, -0.554358907894775, 1.4370922913197277, 0.4635458976524132, 0.9939789333480746, -0.18137982054767512, 0.9939789333480746, 0.4635458976524132, -1.3969474499657102, -0.554358907894775, -1.3969474499657102, -0.554358907894775, 1.4370922913197277, 1.4370922913197277, -1.3969474499657102, 0.7412915043991758, -0.18137982054767512, 0.1571385029286238, 0.9939789333480746, 1.2249403448508194, -0.554358907894775, 1.814531100811423, -0.9613621278104048, -0.554358907894775, 0.1571385029286238, -0.18137982054767512, 0.1571385029286238, -1.849252976648181, -0.554358907894775, -0.18137982054767512, -0.18137982054767512, 0.1571385029286238, 0.9939789333480746, -0.18137982054767512, 0.1571385029286238, 0.9939789333480746, -0.18137982054767512, 0.4635458976524132, -0.18137982054767512, -0.18137982054767512, -0.18137982054767512, 1.2249403448508194, -1.3969474499657102, 0.7412915043991758, -0.18137982054767512, 1.2249403448508194, 1.4370922913197277, 1.2249403448508194, 0.7412915043991758, 0.1571385029286238, 0.7412915043991758, 0.1571385029286238, 0.7412915043991758, -0.554358907894775, 0.4635458976524132, 0.7412915043991758, 1.632922833013983, 0.4635458976524132, 0.7412915043991758, 1.2249403448508194, -0.554358907894775, -1.3969474499657102, -0.18137982054767512, 0.4635458976524132, -0.554358907894775, 0.4635458976524132, 0.4635458976524132, 0.1571385029286238, -0.18137982054767512, 1.632922833013983, 0.1571385029286238, -0.18137982054767512, 2.141862233453353, 0.7412915043991758, 0.7412915043991758, 1.814531100811423, -0.18137982054767512, 0.7412915043991758, -0.18137982054767512, -0.18137982054767512, 1.632922833013983, 0.1571385029286238, -1.849252976648181, 0.1571385029286238, 0.4635458976524132, -0.9613621278104048, -0.554358907894775, -0.9613621278104048, -0.9613621278104048, -1.3969474499657102, 0.4635458976524132, -0.554358907894775, 0.1571385029286238, 1.4370922913197277, -0.9613621278104048, 1.4370922913197277, 0.9939789333480746, -1.3969474499657102, -0.18137982054767512, -0.18137982054767512, -0.554358907894775, -1.849252976648181, -0.9613621278104048, 0.4635458976524132, -0.554358907894775, 0.1571385029286238, 0.1571385029286238, -0.18137982054767512, -1.3969474499657102, -0.18137982054767512, 0.1571385029286238, 0.1571385029286238, -0.554358907894775, 1.4370922913197277, -1.3969474499657102, 0.1571385029286238, 0.1571385029286238, 1.632922833013983, -0.554358907894775, 0.4635458976524132, -0.9613621278104048, 0.4635458976524132, -0.9613621278104048, -0.18137982054767512, 0.4635458976524132, 0.1571385029286238, 1.2249403448508194, 0.9939789333480746, -0.554358907894775, -1.3969474499657102, 0.9939789333480746, 0.9939789333480746, -0.554358907894775, -0.554358907894775, -0.18137982054767512, -0.18137982054767512, -0.554358907894775, -0.554358907894775, 0.9939789333480746, 0.4635458976524132, 1.2249403448508194, -0.18137982054767512, 0.4635458976524132, -0.554358907894775, 0.1571385029286238, -1.3969474499657102, 1.4370922913197277, 0.9939789333480746, -0.554358907894775, 0.7412915043991758, 0.4635458976524132, 0.4635458976524132, 0.7412915043991758, -1.3969474499657102, 0.1571385029286238, -0.9613621278104048, 0.7412915043991758, -0.18137982054767512, 0.4635458976524132, 0.4635458976524132, 0.4635458976524132, 1.4370922913197277, 0.1571385029286238, 0.7412915043991758, 0.7412915043991758, -0.9613621278104048, -0.554358907894775, 1.2249403448508194, 0.1571385029286238, 0.4635458976524132, 0.1571385029286238, 0.9939789333480746, 0.4635458976524132, 0.4635458976524132, -1.3969474499657102, -1.849252976648181, 0.9939789333480746, 0.7412915043991758, 0.1571385029286238, 0.9939789333480746, -0.18137982054767512, -0.554358907894775, 1.4370922913197277, 0.4635458976524132, 0.7412915043991758, -0.18137982054767512, 0.9939789333480746, 0.1571385029286238, -1.3969474499657102, 0.7412915043991758, -0.18137982054767512, -0.18137982054767512, -0.554358907894775, -0.554358907894775, -0.18137982054767512, 2.29032589842075, -0.554358907894775, 1.632922833013983, 1.4370922913197277, 1.2249403448508194, 0.7412915043991758, 0.9939789333480746, -0.554358907894775, -1.3969474499657102, 0.4635458976524132, -0.18137982054767512, -0.18137982054767512, 0.4635458976524132, -0.18137982054767512, 0.4635458976524132, 0.9939789333480746, -0.9613621278104048, 1.9836822822093412, -1.3969474499657102, 1.632922833013983, 1.814531100811423, 1.632922833013983, 1.9836822822093412, 0.7412915043991758, 0.4635458976524132, 1.814531100811423, 0.1571385029286238, -0.554358907894775, -0.9613621278104048, 0.1571385029286238, -0.9613621278104048, 0.1571385029286238, 1.4370922913197277, 0.9939789333480746, 0.7412915043991758, 0.7412915043991758, 0.4635458976524132, -0.554358907894775, 0.9939789333480746, -0.554358907894775, -0.18137982054767512, 0.9939789333480746, -0.9613621278104048, 0.9939789333480746, 0.9939789333480746, 0.4635458976524132, -1.3969474499657102, 1.814531100811423, 0.4635458976524132, -1.3969474499657102, 0.1571385029286238, -0.9613621278104048, 1.9836822822093412, -0.554358907894775, 0.1571385029286238, -0.18137982054767512, -0.554358907894775, -0.554358907894775, -0.554358907894775, 0.1571385029286238, 0.4635458976524132, 0.4635458976524132, 0.7412915043991758, -0.9613621278104048, 0.7412915043991758, 0.4635458976524132, -0.18137982054767512, 0.4635458976524132, -0.554358907894775, -0.554358907894775, 0.7412915043991758, -1.3969474499657102, 0.7412915043991758, 0.7412915043991758, -1.3969474499657102, 1.814531100811423, -0.9613621278104048, -1.3969474499657102, -0.18137982054767512, -1.3969474499657102, 1.632922833013983, 0.4635458976524132, -0.9613621278104048, 0.4635458976524132, 0.4635458976524132, 0.7412915043991758, -1.849252976648181, 0.7412915043991758, 1.2249403448508194, 2.141862233453353, 0.4635458976524132, 0.9939789333480746, 1.4370922913197277, 0.1571385029286238, 0.7412915043991758, 0.1571385029286238, 0.4635458976524132, 1.4370922913197277, -0.554358907894775, 0.7412915043991758, 0.1571385029286238, -0.554358907894775, -0.554358907894775, 0.7412915043991758, 1.632922833013983, -0.18137982054767512, 0.7412915043991758, 1.632922833013983, 0.4635458976524132, 1.2249403448508194, 0.4635458976524132, -0.18137982054767512, 1.632922833013983, -0.18137982054767512, -0.9613621278104048, -0.9613621278104048, 0.1571385029286238, -0.18137982054767512, 1.814531100811423, 0.4635458976524132, 1.4370922913197277, -0.18137982054767512, 0.9939789333480746, 0.4635458976524132, 0.4635458976524132, -0.554358907894775, 0.4635458976524132, -0.9613621278104048, -0.9613621278104048, 0.7412915043991758, 1.814531100811423, 1.9836822822093412, -0.18137982054767512, 1.632922833013983, 0.4635458976524132, 0.4635458976524132, -0.18137982054767512, 2.141862233453353, 0.1571385029286238, -0.554358907894775, 0.1571385029286238, 0.7412915043991758, -1.3969474499657102, 0.9939789333480746, -0.18137982054767512, 0.4635458976524132, 1.632922833013983, 1.2249403448508194, -0.554358907894775, 0.7412915043991758, 1.632922833013983, 1.632922833013983, 1.814531100811423, 0.1571385029286238, 0.7412915043991758, -0.18137982054767512, -1.3969474499657102, 0.1571385029286238, 0.1571385029286238, 1.2249403448508194, 0.4635458976524132, -0.18137982054767512, -0.18137982054767512, 1.2249403448508194, 2.141862233453353, -0.18137982054767512, -0.18137982054767512, -1.3969474499657102, 0.9939789333480746, 1.2249403448508194, -0.18137982054767512, 0.4635458976524132, 1.9836822822093412, -0.18137982054767512, -0.9613621278104048, -0.554358907894775, 0.4635458976524132, -0.9613621278104048, 2.562207190093001, 1.2249403448508194, 0.1571385029286238, -0.18137982054767512, 0.4635458976524132, 0.4635458976524132, 0.7412915043991758, 1.2249403448508194, 0.7412915043991758, -0.18137982054767512, -0.554358907894775, 0.1571385029286238, 0.4635458976524132, 0.7412915043991758, 0.7412915043991758, -1.3969474499657102, -0.9613621278104048, 1.2249403448508194, 0.4635458976524132, 1.4370922913197277, 0.7412915043991758, 1.4370922913197277, 1.4370922913197277, 0.1571385029286238, -0.18137982054767512, 1.2249403448508194, -0.554358907894775, 0.7412915043991758, 0.1571385029286238, -0.9613621278104048, 1.814531100811423, 0.4635458976524132, 0.1571385029286238, 1.4370922913197277, 0.1571385029286238, 0.4635458976524132, 1.4370922913197277, 1.2249403448508194, 0.4635458976524132, -0.9613621278104048, 0.9939789333480746, 1.2249403448508194, 1.9836822822093412, -1.3969474499657102, 0.7412915043991758, -1.849252976648181, -0.554358907894775, 2.141862233453353, 1.9836822822093412, -1.3969474499657102, 0.9939789333480746, -1.849252976648181, 1.814531100811423, 0.4635458976524132, -0.554358907894775, 0.1571385029286238, -0.554358907894775, 0.1571385029286238, -0.9613621278104048, -0.18137982054767512, 0.4635458976524132, -1.3969474499657102, -1.3969474499657102, 2.430138117036862, -0.9613621278104048, 0.4635458976524132, 0.9939789333480746, -0.9613621278104048, 0.9939789333480746, 1.4370922913197277, 0.1571385029286238, 1.814531100811423, 0.7412915043991758, 1.9836822822093412, 1.4370922913197277, -0.18137982054767512, 2.141862233453353, -0.9613621278104048, -1.3969474499657102, -0.18137982054767512, 0.4635458976524132, 0.7412915043991758, 0.4635458976524132, -1.849252976648181, 0.9939789333480746, -1.3969474499657102, 1.814531100811423, -0.554358907894775, 0.7412915043991758, -0.554358907894775, -0.554358907894775, -0.18137982054767512, -0.18137982054767512, -0.18137982054767512, 0.4635458976524132, -0.554358907894775, 0.1571385029286238, 2.6873121733151377, -1.3969474499657102, 0.9939789333480746, -0.554358907894775, 0.1571385029286238, -0.18137982054767512, 0.1571385029286238, 1.632922833013983, -0.18137982054767512, 0.9939789333480746, -0.554358907894775, 1.2249403448508194, 0.7412915043991758, 0.1571385029286238, 1.2249403448508194, 2.141862233453353, -0.18137982054767512, -1.3969474499657102, 0.1571385029286238, -0.18137982054767512, 1.814531100811423, 0.1571385029286238, -0.18137982054767512, 1.2249403448508194, 2.141862233453353, -1.849252976648181, 2.141862233453353, -0.554358907894775, 1.2249403448508194, 0.4635458976524132, 0.4635458976524132, 1.2249403448508194, 1.632922833013983, 0.4635458976524132, 2.141862233453353, 1.4370922913197277, -0.18137982054767512, 1.4370922913197277, 2.430138117036862, -0.18137982054767512, 1.632922833013983, 2.29032589842075, -0.554358907894775, -0.18137982054767512, 0.9939789333480746, -0.18137982054767512, 0.1571385029286238, 0.4635458976524132, 0.4635458976524132, 0.1571385029286238, -0.18137982054767512, 1.632922833013983, -0.554358907894775, 0.9939789333480746, -1.849252976648181, 2.141862233453353, 1.4370922913197277, 1.9836822822093412, 2.29032589842075, -0.9613621278104048, 0.9939789333480746, 0.9939789333480746, -0.18137982054767512, 0.9939789333480746, 1.2249403448508194, 0.9939789333480746, 0.4635458976524132, 0.7412915043991758, 3.0271299151064803, -0.9613621278104048, -0.554358907894775, 1.2249403448508194, -0.9613621278104048, 0.1571385029286238, 0.9939789333480746, 0.7412915043991758, -0.554358907894775, -0.9613621278104048, 1.2249403448508194, 2.141862233453353, 2.141862233453353, 0.4635458976524132, 0.9939789333480746, -0.554358907894775, 1.814531100811423, 1.632922833013983, -0.554358907894775, -0.554358907894775, 1.9836822822093412, -0.18137982054767512, 1.9836822822093412, -0.18137982054767512, 0.7412915043991758, -0.554358907894775, -0.9613621278104048, 1.4370922913197277, 1.632922833013983, 1.632922833013983, 0.7412915043991758, 0.4635458976524132, -0.9613621278104048, 1.2249403448508194, -0.9613621278104048, -1.3969474499657102, 0.1571385029286238, 1.632922833013983, 0.9939789333480746, -0.554358907894775, 2.141862233453353, -0.18137982054767512, 0.9939789333480746, -0.9613621278104048, -0.554358907894775, 0.1571385029286238, 0.1571385029286238, 1.4370922913197277, -0.554358907894775, -0.554358907894775, 0.1571385029286238, 1.632922833013983, 0.9939789333480746, 0.4635458976524132, 0.1571385029286238, -0.554358907894775, -0.9613621278104048, -0.18137982054767512, -0.18137982054767512, 1.632922833013983, -1.3969474499657102, 0.4635458976524132, 0.4635458976524132, -0.18137982054767512, 0.4635458976524132, 0.9939789333480746, -0.18137982054767512, 1.2249403448508194, 1.4370922913197277, 0.7412915043991758, -0.554358907894775, 0.4635458976524132, 0.7412915043991758, 2.9192282541084063, -0.554358907894775, 1.814531100811423, 1.2249403448508194, 2.141862233453353, 0.7412915043991758, -1.3969474499657102, -0.9613621278104048, -0.18137982054767512, 1.632922833013983, 0.1571385029286238, 0.4635458976524132, -1.3969474499657102, -1.3969474499657102, 0.7412915043991758, -1.849252976648181, -0.18137982054767512, -0.18137982054767512, 0.4635458976524132, 0.4635458976524132, -0.554358907894775, 1.814531100811423, 1.4370922913197277, 0.4635458976524132, -0.9613621278104048, -0.554358907894775, 0.1571385029286238, 0.4635458976524132, 0.4635458976524132, 1.632922833013983, 1.2249403448508194, -0.554358907894775, -0.18137982054767512, 0.9939789333480746, -0.18137982054767512, -0.9613621278104048, 0.7412915043991758, 1.4370922913197277, -0.9613621278104048, -0.9613621278104048, -0.554358907894775, 1.632922833013983, -0.18137982054767512, 0.1571385029286238, 0.4635458976524132, -0.554358907894775, -0.554358907894775, 1.814531100811423, 0.4635458976524132, 1.632922833013983, -0.554358907894775, -0.9613621278104048, -0.554358907894775, -0.18137982054767512, -0.9613621278104048, -1.3969474499657102, -1.3969474499657102, -0.554358907894775, 1.2249403448508194, -0.18137982054767512, -0.9613621278104048, -0.18137982054767512, 0.4635458976524132, -1.3969474499657102, 2.430138117036862, -0.18137982054767512, 2.6873121733151377, -0.9613621278104048, -0.18137982054767512, 0.4635458976524132, -0.554358907894775, 3.3238166322616807, 0.9939789333480746, 0.9939789333480746, -0.554358907894775, 0.4635458976524132, -0.9613621278104048, 0.1571385029286238, 0.4635458976524132, -0.554358907894775, -1.3969474499657102, -0.554358907894775, -0.554358907894775, -0.554358907894775, 1.9836822822093412, 0.4635458976524132, -0.18137982054767512, 0.7412915043991758, 0.4635458976524132, -0.554358907894775, 1.632922833013983, -0.9613621278104048, -0.18137982054767512, -0.554358907894775, -0.18137982054767512, -1.3969474499657102, -0.18137982054767512, 0.1571385029286238, -0.9613621278104048, 0.4635458976524132, -0.9613621278104048, -0.9613621278104048, 0.1571385029286238, 0.1571385029286238, -1.849252976648181, 1.2249403448508194, 1.632922833013983, -1.849252976648181, 0.1571385029286238, 0.1571385029286238, 0.7412915043991758, -0.18137982054767512, -0.18137982054767512, 1.4370922913197277, 0.1571385029286238, 0.7412915043991758, 0.1571385029286238, -0.18137982054767512, 0.7412915043991758, 0.7412915043991758, -1.3969474499657102, -0.554358907894775, -1.3969474499657102, 0.7412915043991758, -0.9613621278104048, 0.1571385029286238, 0.4635458976524132, -0.18137982054767512, -0.18137982054767512, 0.7412915043991758, -0.554358907894775, 0.7412915043991758, -1.3969474499657102, -0.18137982054767512, 0.4635458976524132, 0.9939789333480746, 0.4635458976524132, -0.18137982054767512, -1.3969474499657102, 0.4635458976524132, -0.554358907894775, -0.9613621278104048, -0.9613621278104048, -0.554358907894775, -1.849252976648181, 1.4370922913197277, -0.554358907894775, 0.9939789333480746, -1.849252976648181, -1.849252976648181, -0.18137982054767512, -0.554358907894775, -0.9613621278104048, 0.7412915043991758, 0.7412915043991758, 0.1571385029286238, 0.4635458976524132, -0.554358907894775, -0.554358907894775, -0.18137982054767512, -0.554358907894775, -0.9613621278104048, -0.18137982054767512, -0.18137982054767512, -0.18137982054767512, 1.632922833013983, 1.4370922913197277, -0.18137982054767512, -1.3969474499657102, 0.7412915043991758, -0.18137982054767512, 0.9939789333480746, 1.632922833013983, -0.18137982054767512, -0.18137982054767512, 0.7412915043991758, 0.1571385029286238, 0.7412915043991758, -1.3969474499657102, -0.18137982054767512, -0.554358907894775, 0.7412915043991758, -0.18137982054767512, -0.18137982054767512, -0.554358907894775, -1.3969474499657102, -0.18137982054767512, 1.2249403448508194, -0.18137982054767512, 0.9939789333480746, 1.4370922913197277, 0.1571385029286238, 0.7412915043991758, 0.9939789333480746, -0.9613621278104048, 1.4370922913197277, -0.18137982054767512, -0.9613621278104048, -1.3969474499657102, 0.9939789333480746, 0.1571385029286238, 0.1571385029286238, -0.554358907894775, 1.814531100811423, -0.18137982054767512, -0.554358907894775, -0.18137982054767512, 1.2249403448508194, 0.9939789333480746, -1.3969474499657102, 1.4370922913197277, -0.9613621278104048, -0.9613621278104048, -0.18137982054767512, 0.1571385029286238, -0.18137982054767512, -0.18137982054767512, 0.4635458976524132, 0.1571385029286238, 0.4635458976524132, -0.18137982054767512, 0.1571385029286238, -1.849252976648181, -0.18137982054767512, 0.7412915043991758, -0.9613621278104048, 0.1571385029286238, 1.632922833013983, 0.1571385029286238, -0.554358907894775, 0.9939789333480746, 1.2249403448508194, -0.18137982054767512, 1.632922833013983, 0.1571385029286238, 0.7412915043991758, 1.814531100811423, 0.1571385029286238, -0.18137982054767512, -0.18137982054767512, 0.1571385029286238, -0.554358907894775, 0.4635458976524132, 0.4635458976524132, 0.7412915043991758, -0.9613621278104048, 0.7412915043991758, 1.9836822822093412, -0.18137982054767512, -0.18137982054767512, -0.9613621278104048, -0.18137982054767512, 0.1571385029286238, -0.9613621278104048, -0.554358907894775, -0.554358907894775, 0.7412915043991758, -0.18137982054767512, 0.7412915043991758, 0.1571385029286238, -0.18137982054767512, 0.1571385029286238, 0.7412915043991758, 0.4635458976524132, 1.4370922913197277, 0.4635458976524132, 0.9939789333480746, 1.814531100811423, 0.4635458976524132, -1.3969474499657102, 0.4635458976524132, 0.7412915043991758, 1.632922833013983, -0.18137982054767512, 0.9939789333480746, 0.4635458976524132, -1.3969474499657102, -0.9613621278104048, -0.554358907894775, 0.7412915043991758, 0.7412915043991758, 1.632922833013983, 0.7412915043991758, -0.18137982054767512, 1.2249403448508194, 0.1571385029286238, 0.1571385029286238, 0.1571385029286238, 0.7412915043991758, 0.7412915043991758, -0.9613621278104048, 0.9939789333480746, -0.554358907894775, 0.1571385029286238, 0.7412915043991758, -0.554358907894775, -0.18137982054767512, 0.7412915043991758, -0.18137982054767512, -0.9613621278104048, -1.849252976648181, 0.4635458976524132, -1.3969474499657102, 1.4370922913197277, -1.3969474499657102, 1.2249403448508194, 0.1571385029286238, 0.1571385029286238, 0.1571385029286238, -0.9613621278104048, -1.3969474499657102, -0.18137982054767512, -1.3969474499657102, -0.554358907894775, 0.7412915043991758, 1.4370922913197277, 0.4635458976524132, 0.1571385029286238, 1.4370922913197277, 1.2249403448508194, -1.3969474499657102, 0.9939789333480746, 0.1571385029286238, 0.9939789333480746, -1.3969474499657102, 0.9939789333480746, 1.4370922913197277, -0.554358907894775, -0.18137982054767512, 0.7412915043991758, -0.554358907894775, 0.7412915043991758, -0.18137982054767512, 0.1571385029286238, 0.1571385029286238, -0.554358907894775, -0.9613621278104048, -0.554358907894775, 0.4635458976524132, 0.4635458976524132, 0.1571385029286238, 1.814531100811423, 1.632922833013983, 0.1571385029286238, 0.9939789333480746, 1.632922833013983, -0.18137982054767512, 1.4370922913197277, 0.9939789333480746, 0.1571385029286238, 0.1571385029286238, 0.7412915043991758, 0.7412915043991758, 1.632922833013983, -0.18137982054767512, -0.554358907894775, -0.18137982054767512, -0.554358907894775, -0.18137982054767512, 1.632922833013983, 0.1571385029286238, -0.554358907894775, 1.2249403448508194, 0.1571385029286238, -0.554358907894775, -0.9613621278104048, 1.632922833013983, -0.18137982054767512, -0.554358907894775, -0.554358907894775, 2.141862233453353, 0.1571385029286238, 0.4635458976524132, -0.554358907894775, -0.554358907894775, -0.554358907894775, 0.9939789333480746, -1.3969474499657102, -1.849252976648181, 0.4635458976524132, -0.554358907894775, -0.9613621278104048, -0.554358907894775, 1.814531100811423, 0.9939789333480746, 1.4370922913197277, -0.18137982054767512, -0.9613621278104048, 0.1571385029286238, 1.2249403448508194, 2.29032589842075, 0.9939789333480746, 0.1571385029286238, -0.554358907894775, 0.7412915043991758, -0.18137982054767512, 1.2249403448508194, 1.632922833013983, -0.18137982054767512, 0.4635458976524132, -0.18137982054767512, -0.18137982054767512, 0.4635458976524132, 0.1571385029286238, 1.9836822822093412, 0.7412915043991758, 0.7412915043991758, 0.4635458976524132, -0.554358907894775, 0.9939789333480746, -0.18137982054767512, -0.554358907894775, 0.1571385029286238, -0.554358907894775, 2.141862233453353, 0.1571385029286238, 0.4635458976524132, 0.1571385029286238, 0.4635458976524132, -0.18137982054767512, 2.562207190093001, -1.3969474499657102, 0.4635458976524132, -1.3969474499657102, -0.18137982054767512, -1.3969474499657102, 0.4635458976524132, 0.1571385029286238, -0.554358907894775, 0.9939789333480746, 1.4370922913197277, 1.4370922913197277, -0.554358907894775, -1.3969474499657102, 1.632922833013983, 0.4635458976524132, 1.2249403448508194, 1.2249403448508194, -0.554358907894775, 0.1571385029286238, 0.1571385029286238, -1.3969474499657102, -0.18137982054767512, -0.18137982054767512, 0.1571385029286238, 0.9939789333480746, -0.554358907894775, 0.4635458976524132, 0.1571385029286238, -0.9613621278104048, 0.9939789333480746, 0.4635458976524132, 0.4635458976524132, -0.554358907894775, 0.7412915043991758, 0.4635458976524132, 0.9939789333480746, 0.1571385029286238, 0.4635458976524132, 0.7412915043991758, -1.849252976648181, 0.1571385029286238, -0.9613621278104048, 1.2249403448508194, 0.1571385029286238, 0.9939789333480746, 0.9939789333480746, 1.632922833013983, 2.8061249767754255, 1.632922833013983, 0.1571385029286238, 0.1571385029286238, -0.554358907894775, 0.1571385029286238, -0.18137982054767512, 0.9939789333480746, 1.4370922913197277, -0.554358907894775, -0.18137982054767512, -0.9613621278104048, 0.4635458976524132, 0.4635458976524132, 0.7412915043991758, 0.1571385029286238, 1.814531100811423, 0.1571385029286238, 1.4370922913197277, 0.4635458976524132, -0.18137982054767512, 0.9939789333480746, 1.4370922913197277, -0.9613621278104048, 1.814531100811423, 0.1571385029286238, 0.7412915043991758, 1.632922833013983, -0.9613621278104048, 1.4370922913197277, 0.9939789333480746, 0.1571385029286238, 0.9939789333480746, 1.9836822822093412, 1.2249403448508194, 1.814531100811423, 0.1571385029286238, -0.18137982054767512, -0.554358907894775, -0.18137982054767512, 0.4635458976524132, 0.9939789333480746, 0.9939789333480746, -0.9613621278104048, 1.814531100811423, 0.4635458976524132, 2.141862233453353, 1.2249403448508194, -1.849252976648181, 0.4635458976524132, 2.430138117036862, -0.9613621278104048, 0.4635458976524132, 0.9939789333480746, -1.3969474499657102, 0.4635458976524132, -0.18137982054767512, 1.4370922913197277, 0.1571385029286238, 0.7412915043991758, -0.554358907894775, 1.2249403448508194, 0.7412915043991758, 0.7412915043991758, 2.9192282541084063, 0.4635458976524132, 0.7412915043991758, 1.2249403448508194, 1.2249403448508194, -0.18137982054767512, -0.18137982054767512, -1.849252976648181, -0.554358907894775, 0.1571385029286238, -0.18137982054767512, -0.18137982054767512, 0.9939789333480746, -0.9613621278104048, 0.7412915043991758, -0.18137982054767512, 0.4635458976524132, 0.1571385029286238, 1.4370922913197277, -0.18137982054767512, 3.22905504980661, 0.9939789333480746, 0.7412915043991758, -0.18137982054767512, 1.2249403448508194, -0.9613621278104048, 0.9939789333480746, -0.18137982054767512, 2.29032589842075, 0.7412915043991758, 1.2249403448508194, 0.9939789333480746, -1.3969474499657102, 1.632922833013983, -0.9613621278104048, -0.9613621278104048, 1.814531100811423, 0.1571385029286238, 0.1571385029286238, 0.4635458976524132, 0.7412915043991758, -0.554358907894775, 0.7412915043991758, -1.3969474499657102, 0.4635458976524132, 1.2249403448508194, 0.4635458976524132, 0.4635458976524132, 0.4635458976524132, 1.4370922913197277, -0.554358907894775, -0.9613621278104048, 0.4635458976524132, -0.18137982054767512, 0.7412915043991758, -0.554358907894775, -0.9613621278104048, 0.7412915043991758, 0.1571385029286238, -0.18137982054767512, 0.4635458976524132, -0.18137982054767512, 0.1571385029286238, 0.9939789333480746, 0.9939789333480746, 1.2249403448508194, 3.1302749415011557, -0.18137982054767512, -0.554358907894775, -0.554358907894775, 1.9836822822093412, 0.9939789333480746, -0.18137982054767512, 0.7412915043991758, -0.9613621278104048, 1.632922833013983, -0.18137982054767512, 0.1571385029286238, 1.632922833013983, 1.2249403448508194, 0.7412915043991758, -0.18137982054767512, 0.7412915043991758, -0.18137982054767512, 1.2249403448508194, 1.9836822822093412, 0.9939789333480746, 1.4370922913197277, 0.1571385029286238, 0.7412915043991758, 1.632922833013983, -1.849252976648181, 0.4635458976524132, -1.3969474499657102, -0.9613621278104048, 0.9939789333480746, -0.9613621278104048, 0.1571385029286238, 0.7412915043991758, 2.141862233453353, -0.554358907894775, 0.9939789333480746, -0.554358907894775, 0.7412915043991758, 0.7412915043991758, 0.4635458976524132, -0.554358907894775, 0.4635458976524132, 0.4635458976524132, 0.7412915043991758, 1.632922833013983, 2.29032589842075, 2.29032589842075, -0.9613621278104048, 0.1571385029286238, -1.3969474499657102, 1.4370922913197277, -0.554358907894775, 0.9939789333480746, 1.2249403448508194, 0.4635458976524132, 0.7412915043991758, 0.7412915043991758, 1.2249403448508194, 0.4635458976524132, 0.9939789333480746, 0.4635458976524132, 1.2249403448508194, 0.7412915043991758, 1.2249403448508194, 0.1571385029286238, 0.7412915043991758, -0.554358907894775, 1.632922833013983, 1.814531100811423, 2.562207190093001, 0.4635458976524132, 1.2249403448508194, 0.9939789333480746, -0.9613621278104048, 0.1571385029286238, 0.4635458976524132, 0.7412915043991758, 2.562207190093001, 1.2249403448508194, 0.4635458976524132, 0.4635458976524132, 0.1571385029286238, 1.4370922913197277, 0.7412915043991758, 0.4635458976524132, 2.141862233453353, 2.430138117036862, 1.2249403448508194, -0.18137982054767512, 1.4370922913197277, -0.18137982054767512, 0.7412915043991758, -0.554358907894775, -0.9613621278104048, 1.2249403448508194, 0.9939789333480746, 0.4635458976524132, 0.4635458976524132, 1.2249403448508194, -1.3969474499657102, 0.7412915043991758, 1.4370922913197277, 1.814531100811423, 0.9939789333480746, 0.4635458976524132, -0.18137982054767512, 1.814531100811423, -0.554358907894775, 1.632922833013983, 0.9939789333480746, 1.4370922913197277, -0.554358907894775, 0.7412915043991758, -0.554358907894775, 0.4635458976524132, 1.2249403448508194, -0.18137982054767512, 0.9939789333480746, 0.9939789333480746, 2.6873121733151377, 1.4370922913197277, -1.3969474499657102, 1.632922833013983, 1.632922833013983, 0.4635458976524132, 0.9939789333480746, -0.18137982054767512, -0.9613621278104048, 0.9939789333480746, 0.4635458976524132, 0.7412915043991758, 0.1571385029286238, 1.632922833013983, 0.1571385029286238, 0.7412915043991758, 0.4635458976524132, 1.9836822822093412, -0.554358907894775, 1.4370922913197277, -0.9613621278104048, 0.7412915043991758, 2.141862233453353, 1.814531100811423, 0.9939789333480746, -0.554358907894775, -0.9613621278104048, 2.141862233453353, 1.632922833013983, 0.7412915043991758, -0.18137982054767512, 0.9939789333480746, 0.1571385029286238, -0.554358907894775, -0.18137982054767512, 0.9939789333480746, 1.632922833013983, 2.430138117036862, 0.7412915043991758, -0.18137982054767512, 1.632922833013983, 1.2249403448508194, -0.18137982054767512, 1.814531100811423, -0.18137982054767512, 0.4635458976524132, -0.554358907894775, -0.9613621278104048, -0.18137982054767512, -0.18137982054767512, 0.9939789333480746, 1.814531100811423, -0.9613621278104048, 0.7412915043991758, -0.9613621278104048, 0.9939789333480746, 0.7412915043991758, 2.141862233453353, -0.554358907894775, 3.41486731616188, 1.4370922913197277, 0.4635458976524132, 1.2249403448508194, -0.9613621278104048, 0.9939789333480746, -0.554358907894775, 1.9836822822093412, -0.18137982054767512, -0.18137982054767512, 0.9939789333480746, 1.2249403448508194, 2.141862233453353, 0.9939789333480746, 0.4635458976524132, 1.2249403448508194, 0.4635458976524132, -0.18137982054767512, 0.4635458976524132, 1.2249403448508194, 0.7412915043991758, 0.7412915043991758, 0.1571385029286238, 0.4635458976524132, 1.814531100811423, -0.554358907894775, 0.1571385029286238, 0.4635458976524132, 0.7412915043991758, -0.554358907894775, 1.814531100811423, 0.4635458976524132, -0.554358907894775, 0.9939789333480746, -0.554358907894775, 0.1571385029286238, 1.814531100811423, 1.632922833013983, 1.814531100811423, 0.7412915043991758, -0.554358907894775, 2.29032589842075, -1.3969474499657102, 1.632922833013983, 2.141862233453353, -0.554358907894775, 0.9939789333480746, 0.7412915043991758, -1.3969474499657102, 1.2249403448508194, 2.430138117036862, -0.9613621278104048, -0.18137982054767512, 1.2249403448508194, 2.29032589842075, -0.9613621278104048, 1.632922833013983, -1.3969474499657102, 1.4370922913197277, 1.814531100811423, -0.9613621278104048, 1.9836822822093412, 1.9836822822093412, -1.849252976648181, 0.4635458976524132, 2.562207190093001, 1.814531100811423, -0.554358907894775, 0.4635458976524132, 2.29032589842075, 1.814531100811423, -0.554358907894775, 1.814531100811423, 0.9939789333480746, 1.2249403448508194, 1.4370922913197277, -0.554358907894775, 0.9939789333480746, -0.18137982054767512, -0.554358907894775, -0.18137982054767512, 0.9939789333480746, 1.2249403448508194, 0.7412915043991758, 1.2249403448508194, 0.1571385029286238, 1.9836822822093412, -0.18137982054767512, 0.7412915043991758, 0.9939789333480746, 2.141862233453353, 2.29032589842075, 0.4635458976524132, 2.562207190093001, 0.4635458976524132, -0.9613621278104048, -0.554358907894775, -0.554358907894775, -0.554358907894775, 3.6683570086533366, -1.849252976648181, 0.9939789333480746, 0.1571385029286238, -1.3969474499657102, 0.7412915043991758, 0.7412915043991758, 1.2249403448508194, 1.4370922913197277, 1.4370922913197277, 1.632922833013983, 1.2249403448508194, -0.554358907894775, 0.1571385029286238, 0.9939789333480746, -0.9613621278104048, 0.7412915043991758, -0.554358907894775, 1.2249403448508194, -1.3969474499657102, -0.18137982054767512, 2.430138117036862, -1.3969474499657102, -1.3969474499657102, 0.4635458976524132, 0.7412915043991758, 0.7412915043991758, -0.554358907894775, -0.9613621278104048, 1.2249403448508194, 2.141862233453353, 2.29032589842075, -0.554358907894775, -0.554358907894775, 2.29032589842075, 0.1571385029286238, 1.4370922913197277, 0.1571385029286238, 0.9939789333480746, 1.632922833013983, 1.4370922913197277, 1.632922833013983, 0.4635458976524132, 1.4370922913197277, -1.3969474499657102, 0.1571385029286238, 0.7412915043991758, 0.4635458976524132, -0.554358907894775, -0.554358907894775, -0.18137982054767512, -0.18137982054767512, -0.554358907894775, 4.634660220542275, 0.7412915043991758, -0.554358907894775, 0.4635458976524132, 1.814531100811423, 2.430138117036862, 1.9836822822093412, 0.7412915043991758, 0.1571385029286238, -0.9613621278104048, -0.18137982054767512, 1.632922833013983, -0.554358907894775, 1.9836822822093412, 0.7412915043991758, 1.632922833013983, 0.9939789333480746, 0.1571385029286238, 1.2249403448508194, 0.4635458976524132, 0.1571385029286238, -0.18137982054767512, 0.9939789333480746, 1.814531100811423, 1.2249403448508194, 1.2249403448508194, -0.18137982054767512, 1.4370922913197277, -0.554358907894775, 0.1571385029286238, 0.9939789333480746, 2.141862233453353, 3.7470379161121152, 0.9939789333480746, 2.29032589842075, 0.7412915043991758, 0.9939789333480746, 0.4635458976524132, 0.9939789333480746, -0.9613621278104048, 0.4635458976524132, 0.4635458976524132, 0.1571385029286238, 0.7412915043991758, 0.7412915043991758, 0.9939789333480746, 1.2249403448508194, 1.4370922913197277, 0.9939789333480746, 0.7412915043991758, 0.4635458976524132, 1.4370922913197277, 2.562207190093001, 0.7412915043991758, 1.632922833013983, 2.141862233453353, 2.29032589842075, 1.2249403448508194, -0.554358907894775, 1.632922833013983, 1.814531100811423, 1.814531100811423, 0.9939789333480746, 0.7412915043991758, 1.4370922913197277, 0.7412915043991758, 0.4635458976524132, 0.1571385029286238, -1.849252976648181, 1.632922833013983, 0.9939789333480746, 1.2249403448508194, 1.9836822822093412, 0.1571385029286238, 1.2249403448508194, 1.4370922913197277, 4.787224234129645, -0.18137982054767512, -0.9613621278104048, 0.1571385029286238, 2.430138117036862, 1.632922833013983, -0.18137982054767512, -0.554358907894775, 0.4635458976524132, 0.1571385029286238, 1.814531100811423, 1.632922833013983, 1.2249403448508194, 0.1571385029286238, 3.5024814101024027, 1.4370922913197277, 0.9939789333480746, 3.0271299151064803, 1.4370922913197277, 0.1571385029286238, 1.632922833013983, -0.9613621278104048, 0.4635458976524132, 0.1571385029286238, 0.4635458976524132, 0.1571385029286238, 3.8967872822339378, -0.554358907894775, 0.9939789333480746, 0.7412915043991758, 0.9939789333480746, 1.9836822822093412, 1.9836822822093412, 1.814531100811423, 0.1571385029286238, 0.4635458976524132, 0.4635458976524132, 0.1571385029286238, -1.3969474499657102, 0.7412915043991758, 0.7412915043991758, 0.7412915043991758, 1.4370922913197277, 0.1571385029286238, -0.554358907894775, 2.562207190093001], [-0.9363466301934668, 1.1937677285590649, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, 0.12839959172816906, 0.12839959172816906, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, 0.7134390929211483, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, 0.7134390929211483, -0.5644315737340116, -0.2062649581931217, 0.12839959172816906, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, 0.12839959172816906, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, 0.12839959172816906, -0.9363466301934668, 0.4350872843290932, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.2062649581931217, 1.1937677285590649, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, 0.12839959172816906, -0.9363466301934668, -0.9363466301934668, 0.12839959172816906, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, 0.12839959172816906, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, -0.2062649581931217, 0.7134390929211483, -0.9363466301934668, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, 0.12839959172816906, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, 0.4350872843290932, -0.5644315737340116, 0.12839959172816906, -0.9363466301934668, -0.9363466301934668, -0.2062649581931217, 1.1937677285590649, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, 0.12839959172816906, 0.4350872843290932, 0.965387204950948, -0.2062649581931217, -0.5644315737340116, 0.7134390929211483, 1.1937677285590649, 0.7134390929211483, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, 2.345408181843475, -0.9363466301934668, 0.7134390929211483, -0.9363466301934668, -0.9363466301934668, -0.2062649581931217, -0.5644315737340116, 0.12839959172816906, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, 0.12839959172816906, -0.9363466301934668, -0.9363466301934668, 0.12839959172816906, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, 0.4350872843290932, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.2062649581931217, -0.9363466301934668, 0.7134390929211483, -0.2062649581931217, 0.12839959172816906, -0.2062649581931217, -0.9363466301934668, -0.2062649581931217, 0.4350872843290932, 0.4350872843290932, 0.4350872843290932, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, 0.12839959172816906, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, 1.7659004434744834, -0.2062649581931217, 0.12839959172816906, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, 0.4350872843290932, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, 0.4350872843290932, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, 0.12839959172816906, -0.9363466301934668, -0.9363466301934668, 0.12839959172816906, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, -0.2062649581931217, -0.9363466301934668, 2.5824473847584697, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, 2.345408181843475, 0.12839959172816906, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, 0.7134390929211483, -0.5644315737340116, -0.5644315737340116, 0.4350872843290932, -0.2062649581931217, -0.2062649581931217, 0.12839959172816906, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, 0.4350872843290932, -0.9363466301934668, 0.12839959172816906, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, 0.4350872843290932, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, 1.1937677285590649, 0.4350872843290932, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, 0.4350872843290932, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, 0.12839959172816906, 0.12839959172816906, -0.9363466301934668, 0.4350872843290932, -0.2062649581931217, 0.7134390929211483, -0.5644315737340116, -0.9363466301934668, 0.12839959172816906, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, 0.12839959172816906, 0.965387204950948, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, 0.12839959172816906, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, -0.9363466301934668, 0.12839959172816906, -0.2062649581931217, 0.12839959172816906, 0.12839959172816906, 0.12839959172816906, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, 1.1937677285590649, 0.12839959172816906, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, 1.1937677285590649, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, 0.12839959172816906, 0.4350872843290932, -0.5644315737340116, -0.9363466301934668, 1.7659004434744834, 1.5914552985572985, 1.7659004434744834, 0.4350872843290932, -0.5644315737340116, -0.9363466301934668, 0.7134390929211483, -0.2062649581931217, -0.2062649581931217, 0.7134390929211483, -0.9363466301934668, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, 0.4350872843290932, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, -0.2062649581931217, 0.12839959172816906, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, 0.12839959172816906, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, 0.12839959172816906, 0.12839959172816906, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, 0.12839959172816906, -0.9363466301934668, -0.9363466301934668, 0.12839959172816906, -0.2062649581931217, -0.9363466301934668, 0.4350872843290932, 0.12839959172816906, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, 0.12839959172816906, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, 0.4350872843290932, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, 0.4350872843290932, -0.2062649581931217, 1.9269250665979476, -0.9363466301934668, 0.12839959172816906, -0.9363466301934668, -0.9363466301934668, 0.7134390929211483, 0.12839959172816906, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, 0.7134390929211483, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, 0.12839959172816906, 0.965387204950948, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, 0.12839959172816906, 0.12839959172816906, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.2062649581931217, 0.12839959172816906, -0.9363466301934668, -0.9363466301934668, 0.12839959172816906, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, 0.965387204950948, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, 0.12839959172816906, -0.2062649581931217, 1.4015437866882399, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, 0.12839959172816906, 0.12839959172816906, -0.2062649581931217, -0.5644315737340116, 0.12839959172816906, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, 0.4350872843290932, 0.12839959172816906, 0.12839959172816906, 0.7134390929211483, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, 0.7134390929211483, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, 1.4015437866882399, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, 0.4350872843290932, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, 1.1937677285590649, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, 1.1937677285590649, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, -0.5644315737340116, 0.965387204950948, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, 0.4350872843290932, 2.0762552100228926, -0.9363466301934668, -0.2062649581931217, 0.4350872843290932, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, 0.4350872843290932, -0.2062649581931217, 0.965387204950948, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, 0.7134390929211483, -0.2062649581931217, -0.9363466301934668, -0.2062649581931217, -0.9363466301934668, -0.2062649581931217, 2.5824473847584697, -0.9363466301934668, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, -0.5644315737340116, 0.4350872843290932, -0.9363466301934668, -0.9363466301934668, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, 0.965387204950948, -0.9363466301934668, -0.9363466301934668, 0.7134390929211483, 0.4350872843290932, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, 0.12839959172816906, -0.9363466301934668, -0.5644315737340116, 0.12839959172816906, 0.12839959172816906, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, 0.12839959172816906, -0.9363466301934668, 2.891608263674391, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, 0.12839959172816906, -0.2062649581931217, -0.9363466301934668, 0.4350872843290932, -0.5644315737340116, -0.9363466301934668, 5.0, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, 0.12839959172816906, 0.4350872843290932, 0.4350872843290932, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, 0.12839959172816906, 0.12839959172816906, -0.9363466301934668, 0.7134390929211483, 1.1937677285590649, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, 0.12839959172816906, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, -0.9363466301934668, 0.7134390929211483, 0.965387204950948, -0.5644315737340116, 0.12839959172816906, -0.9363466301934668, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, 0.12839959172816906, -0.5644315737340116, 0.965387204950948, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, 0.12839959172816906, -0.5644315737340116, -0.9363466301934668, 0.7134390929211483, -0.9363466301934668, -0.5644315737340116, 3.1581454720886786, 1.7659004434744834, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, -0.9363466301934668, 2.891608263674391, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, 0.4350872843290932, -0.5644315737340116, 0.12839959172816906, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, 0.12839959172816906, -0.5644315737340116, -0.9363466301934668, 0.12839959172816906, 0.12839959172816906, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, 0.4350872843290932, -0.2062649581931217, -0.5644315737340116, 0.12839959172816906, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, 1.1937677285590649, 0.12839959172816906, -0.2062649581931217, 0.7134390929211483, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, 1.1937677285590649, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, 0.12839959172816906, -0.2062649581931217, -0.9363466301934668, 0.12839959172816906, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, -0.9363466301934668, 0.12839959172816906, 0.12839959172816906, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, 0.12839959172816906, -0.2062649581931217, -0.2062649581931217, 0.12839959172816906, 0.4350872843290932, -0.9363466301934668, -0.2062649581931217, -0.5644315737340116, 0.12839959172816906, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, 0.12839959172816906, -0.5644315737340116, 0.7134390929211483, 0.12839959172816906, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, -0.9363466301934668, -0.2062649581931217, -0.9363466301934668, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, 0.12839959172816906, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, 0.12839959172816906, -0.2062649581931217, -0.9363466301934668, -0.2062649581931217, 0.965387204950948, 0.12839959172816906, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, 0.4350872843290932, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, 3.5336159874336395, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, 0.12839959172816906, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, 0.4350872843290932, -0.5644315737340116, -0.2062649581931217, 2.891608263674391, -0.2062649581931217, -0.5644315737340116, 0.4350872843290932, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, 0.7134390929211483, -0.2062649581931217, 0.12839959172816906, -0.5644315737340116, 1.9269250665979476, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.2062649581931217, 0.12839959172816906, 3.392155854111224, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, 0.12839959172816906, 0.12839959172816906, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, 0.4350872843290932, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, 0.965387204950948, 0.12839959172816906, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, 0.12839959172816906, -0.9363466301934668, 1.5914552985572985, -0.9363466301934668, 0.12839959172816906, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, 1.4015437866882399, -0.5644315737340116, -0.2062649581931217, 0.7134390929211483, 0.12839959172816906, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, 0.12839959172816906, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, 0.12839959172816906, -0.9363466301934668, -0.9363466301934668, 1.1937677285590649, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, 0.4350872843290932, -0.2062649581931217, -0.2062649581931217, 0.4350872843290932, 2.6910431764625686, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, 0.12839959172816906, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, 5.0, -0.9363466301934668, 0.12839959172816906, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, 0.12839959172816906, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, 2.891608263674391, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, -0.2062649581931217, 0.965387204950948, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, 0.12839959172816906, -0.5644315737340116, 0.4350872843290932, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, 0.12839959172816906, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, 0.4350872843290932, 0.7134390929211483, 0.12839959172816906, 5.0, -0.2062649581931217, -0.2062649581931217, 0.7134390929211483, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, -0.5644315737340116, 1.1937677285590649, -0.2062649581931217, 0.4350872843290932, -0.9363466301934668, -0.5644315737340116, 0.4350872843290932, -0.5644315737340116, 0.4350872843290932, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, 0.4350872843290932, 0.4350872843290932, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, 0.4350872843290932, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, 0.7134390929211483, 0.12839959172816906, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, 0.965387204950948, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, 0.12839959172816906, -0.9363466301934668, -0.5644315737340116, 0.4350872843290932, -0.2062649581931217, 0.4350872843290932, 0.12839959172816906, 0.4350872843290932, 0.12839959172816906, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, 0.12839959172816906, -0.2062649581931217, -0.9363466301934668, 0.12839959172816906, -0.2062649581931217, -0.5644315737340116, 0.4350872843290932, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, 0.12839959172816906, 0.4350872843290932, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, 2.467484674570679, -0.2062649581931217, -0.9363466301934668, -0.2062649581931217, -0.5644315737340116, 0.7134390929211483, -0.5644315737340116, 0.4350872843290932, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, 0.965387204950948, -0.9363466301934668, 0.4350872843290932, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, 2.467484674570679, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, -0.9363466301934668, 0.4350872843290932, 0.12839959172816906, -0.9363466301934668, -0.5644315737340116, 1.1937677285590649, -0.9363466301934668, 0.12839959172816906, 0.12839959172816906, -0.9363466301934668, 0.12839959172816906, 2.7939126400300207, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, 0.4350872843290932, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, 0.12839959172816906, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, -0.2062649581931217, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, 0.4350872843290932, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, 3.4641978672467597, -0.5644315737340116, 3.1581454720886786, -0.2062649581931217, -0.2062649581931217, -0.9363466301934668, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, 0.12839959172816906, -0.9363466301934668, -0.2062649581931217, 0.4350872843290932, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, 3.1581454720886786, -0.2062649581931217, -0.2062649581931217, 3.847115050109632, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, 0.4350872843290932, 0.7134390929211483, 0.12839959172816906, -0.9363466301934668, 0.12839959172816906, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, 0.965387204950948, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, 0.965387204950948, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, 0.12839959172816906, -0.5644315737340116, 0.7134390929211483, 2.6910431764625686, 0.7134390929211483, 0.12839959172816906, -0.5644315737340116, -0.2062649581931217, 1.4015437866882399, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, 3.239368909323584, 0.4350872843290932, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, 0.12839959172816906, -0.9363466301934668, -0.2062649581931217, 2.345408181843475, -0.9363466301934668, 0.7134390929211483, -0.2062649581931217, 0.12839959172816906, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, 0.7134390929211483, 0.4350872843290932, 0.12839959172816906, -0.5644315737340116, 0.12839959172816906, -0.5644315737340116, -0.9363466301934668, 0.12839959172816906, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, 0.4350872843290932, 2.345408181843475, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, 0.12839959172816906, -0.2062649581931217, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, 0.7134390929211483, 0.4350872843290932, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, 3.9593118654871584, 0.7134390929211483, -0.9363466301934668, -0.9363466301934668, 0.4350872843290932, -0.5644315737340116, -0.2062649581931217, 3.6652881510804587, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, 0.12839959172816906, 0.12839959172816906, -0.9363466301934668, -0.9363466301934668, 0.12839959172816906, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, 0.7134390929211483, 2.215342325851912, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, 0.12839959172816906, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, -0.5644315737340116, 0.965387204950948, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, 0.12839959172816906, 1.1937677285590649, -0.9363466301934668, -0.9363466301934668, 0.4350872843290932, -0.2062649581931217, 0.965387204950948, -0.2062649581931217, -0.2062649581931217, 3.4641978672467597, -0.5644315737340116, -0.2062649581931217, 0.4350872843290932, 0.12839959172816906, 0.12839959172816906, -0.2062649581931217, 0.12839959172816906, 0.7134390929211483, -0.2062649581931217, 0.4350872843290932, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, 5.0, 0.12839959172816906, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, 0.12839959172816906, -0.2062649581931217, 0.12839959172816906, -0.5644315737340116, 0.12839959172816906, 0.7134390929211483, -0.2062649581931217, -0.2062649581931217, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.2062649581931217, 0.7134390929211483, -0.5644315737340116, 0.12839959172816906, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, 2.467484674570679, 0.12839959172816906, 0.12839959172816906, 1.1937677285590649, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, 0.7134390929211483, -0.5644315737340116, 0.4350872843290932, -0.9363466301934668, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, 0.7134390929211483, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, 0.4350872843290932, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, 0.965387204950948, 0.12839959172816906, 1.1937677285590649, 0.7134390929211483, 2.215342325851912, -0.2062649581931217, -0.9363466301934668, 0.12839959172816906, -0.5644315737340116, 0.12839959172816906, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, 0.12839959172816906, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, 0.965387204950948, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.2062649581931217, 0.12839959172816906, -0.2062649581931217, 0.12839959172816906, -0.2062649581931217, 0.12839959172816906, 1.9269250665979476, -0.9363466301934668, 3.073332914973899, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, 3.6652881510804587, 0.12839959172816906, -0.9363466301934668, 0.12839959172816906, 0.965387204950948, -0.9363466301934668, -0.5644315737340116, 1.4015437866882399, -0.9363466301934668, -0.9363466301934668, 0.12839959172816906, 0.4350872843290932, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, 0.4350872843290932, -0.2062649581931217, 1.7659004434744834, 0.12839959172816906, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, 0.12839959172816906, -0.5644315737340116, -0.2062649581931217, 2.9846091431541932, -0.2062649581931217, -0.2062649581931217, 0.12839959172816906, -0.2062649581931217, 0.12839959172816906, -0.5644315737340116, 0.7134390929211483, 0.12839959172816906, -0.9363466301934668, -0.2062649581931217, 0.7134390929211483, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, 0.7134390929211483, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, 0.4350872843290932, 0.4350872843290932, -0.9363466301934668, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, 0.12839959172816906, -0.9363466301934668, 4.784389944888454, 0.7134390929211483, -0.2062649581931217, 0.12839959172816906, -0.9363466301934668, 5.0, -0.5644315737340116, 0.7134390929211483, -0.5644315737340116, 0.7134390929211483, -0.2062649581931217, -0.2062649581931217, 0.12839959172816906, -0.9363466301934668, -0.2062649581931217, -0.9363466301934668, -0.2062649581931217, 0.4350872843290932, -0.2062649581931217, 0.12839959172816906, 0.4350872843290932, -0.9363466301934668, 0.12839959172816906, 0.7134390929211483, -0.2062649581931217, 0.12839959172816906, -0.5644315737340116, 3.6652881510804587, -0.9363466301934668, 0.12839959172816906, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, 0.4350872843290932, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, 1.1937677285590649, -0.9363466301934668, 0.12839959172816906, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, 3.239368909323584, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, 0.12839959172816906, 0.12839959172816906, -0.5644315737340116, 0.12839959172816906, -0.5644315737340116, 0.4350872843290932, 0.7134390929211483, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, 2.5824473847584697, -0.5644315737340116, -0.2062649581931217, 0.4350872843290932, -0.9363466301934668, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, 0.12839959172816906, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, -0.9363466301934668, 0.12839959172816906, 0.12839959172816906, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, 0.12839959172816906, 0.965387204950948, 0.12839959172816906, -0.2062649581931217, 0.12839959172816906, 0.12839959172816906, 0.4350872843290932, -0.2062649581931217, 0.4350872843290932, 0.4350872843290932, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, 0.965387204950948, 0.965387204950948, 0.7134390929211483, 0.12839959172816906, 0.12839959172816906, 0.965387204950948, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, 0.12839959172816906, 0.4350872843290932, -0.2062649581931217, 0.4350872843290932, -0.5644315737340116, -0.9363466301934668, 0.12839959172816906, 1.1937677285590649, -0.5644315737340116, 0.12839959172816906, 3.788421831016818, 3.4641978672467597, 0.4350872843290932, 0.12839959172816906, 2.7939126400300207, -0.2062649581931217, 3.239368909323584, -0.9363466301934668, -0.9363466301934668, 0.965387204950948, -0.2062649581931217, -0.5644315737340116, 3.4641978672467597, -0.2062649581931217, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, -0.9363466301934668, -0.2062649581931217, -0.5644315737340116, 0.12839959172816906, -0.9363466301934668, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, 4.784389944888454, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, 0.12839959172816906, -0.9363466301934668, 0.12839959172816906, -0.2062649581931217, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, 0.965387204950948, 0.7134390929211483, 0.7134390929211483, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, 4.013010539150378, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, 0.4350872843290932, 0.12839959172816906, -0.5644315737340116, -0.2062649581931217, 0.12839959172816906, -0.9363466301934668, -0.9363466301934668, 0.12839959172816906, -0.2062649581931217, 4.9843366643372375, -0.5644315737340116, -0.9363466301934668, 2.7939126400300207, -0.5644315737340116, 2.215342325851912, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, 0.7134390929211483, 0.7134390929211483, 2.9846091431541932, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, 0.12839959172816906, -0.2062649581931217, 0.4350872843290932, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, 0.4350872843290932, -0.2062649581931217, -0.5644315737340116, 0.4350872843290932, -0.9363466301934668, 0.12839959172816906, -0.9363466301934668, 0.4350872843290932, 0.12839959172816906, -0.2062649581931217, 2.215342325851912, 0.12839959172816906, 0.7134390929211483, -0.5644315737340116, 3.6652881510804587, 0.7134390929211483, 0.4350872843290932, -0.2062649581931217, 0.4350872843290932, 0.4350872843290932, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, 0.4350872843290932, 0.4350872843290932, 0.4350872843290932, -0.2062649581931217, -0.5644315737340116, 0.12839959172816906, -0.9363466301934668, 0.12839959172816906, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, 0.4350872843290932, -0.5644315737340116, 0.4350872843290932, 0.12839959172816906, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, 0.7134390929211483, 0.12839959172816906, 2.0762552100228926, -0.5644315737340116, -0.2062649581931217, 0.4350872843290932, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, 0.12839959172816906, -0.5644315737340116, -0.2062649581931217, 0.12839959172816906, 2.0762552100228926, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, 0.12839959172816906, 3.6005915855654513, -0.9363466301934668, 0.7134390929211483, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, 0.12839959172816906, -0.2062649581931217, 0.12839959172816906, 0.4350872843290932, -0.2062649581931217, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, 0.4350872843290932, -0.9363466301934668, -0.2062649581931217, 1.1937677285590649, -0.2062649581931217, 0.965387204950948, 0.4350872843290932, -0.2062649581931217, -0.2062649581931217, 0.4350872843290932, -0.5644315737340116, 0.12839959172816906, -0.5644315737340116, 0.4350872843290932, 0.12839959172816906, 0.4350872843290932, -0.5644315737340116, -0.9363466301934668, 0.965387204950948, 0.12839959172816906, -0.2062649581931217, 0.4350872843290932, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, 0.7134390929211483, -0.2062649581931217, -0.2062649581931217, 0.7134390929211483, -0.2062649581931217, -0.2062649581931217, 1.9269250665979476, -0.9363466301934668, -0.5644315737340116, 3.727853530307896, -0.9363466301934668, 0.12839959172816906, -0.2062649581931217, 0.12839959172816906, 0.12839959172816906, 0.12839959172816906, -0.9363466301934668, -0.9363466301934668, 0.4350872843290932, 2.345408181843475, 0.7134390929211483, 3.392155854111224, -0.2062649581931217, -0.2062649581931217, -0.9363466301934668, 1.1937677285590649, -0.2062649581931217, 0.965387204950948, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, 0.4350872843290932, -0.5644315737340116, -0.5644315737340116, 0.7134390929211483, -0.2062649581931217, 5.0, -0.5644315737340116, 0.12839959172816906, -0.5644315737340116, -0.2062649581931217, 0.12839959172816906, -0.2062649581931217, -0.2062649581931217, -0.9363466301934668, -0.2062649581931217, -0.9363466301934668, 5.0, -0.9363466301934668, -0.9363466301934668, -0.2062649581931217, -0.9363466301934668, 0.7134390929211483, 0.12839959172816906, 1.1937677285590649, 0.4350872843290932, 0.7134390929211483, -0.5644315737340116, -0.9363466301934668, 0.4350872843290932, 0.965387204950948, 1.4015437866882399, -0.9363466301934668, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, 0.7134390929211483, 0.4350872843290932, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, 0.12839959172816906, -0.2062649581931217, -0.5644315737340116, 0.12839959172816906, 0.4350872843290932, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, 0.4350872843290932, -0.5644315737340116, -0.5644315737340116, 1.9269250665979476, -0.9363466301934668, 0.965387204950948, -0.5644315737340116, -0.5644315737340116, 4.520597074743971, -0.2062649581931217, 0.7134390929211483, -0.5644315737340116, 2.891608263674391, 0.4350872843290932, -0.2062649581931217, -0.5644315737340116, 0.12839959172816906, -0.5644315737340116, 0.12839959172816906, 1.1937677285590649, 2.345408181843475, -0.2062649581931217, -0.2062649581931217, 3.5336159874336395, 0.7134390929211483, 0.12839959172816906, 0.7134390929211483, -0.9363466301934668, -0.9363466301934668, 3.6005915855654513, 2.7939126400300207, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, 5.0, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, 0.12839959172816906, 0.12839959172816906, 0.7134390929211483, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, 0.7134390929211483, -0.5644315737340116, 0.7134390929211483, 4.165518441917207, -0.5644315737340116, -0.2062649581931217, 1.1937677285590649, -0.5644315737340116, -0.2062649581931217, 0.965387204950948, -0.9363466301934668, 5.0, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, 5.0, -0.2062649581931217, 0.4350872843290932, 0.4350872843290932, -0.5644315737340116, -0.2062649581931217, 0.12839959172816906, -0.2062649581931217, -0.2062649581931217, 3.788421831016818, -0.2062649581931217, 0.4350872843290932, -0.9363466301934668, -0.2062649581931217, 4.1160379070743485, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, 0.12839959172816906, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, 1.7659004434744834, 1.4015437866882399, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, 0.4350872843290932, 2.891608263674391, 0.12839959172816906, -0.2062649581931217, 1.4015437866882399, 0.965387204950948, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, 0.12839959172816906, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.2062649581931217, 0.7134390929211483, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, 0.12839959172816906, 0.7134390929211483, -0.9363466301934668, 0.12839959172816906, 0.12839959172816906, -0.9363466301934668, 0.965387204950948, 0.12839959172816906, -0.5644315737340116, 1.4015437866882399, -0.5644315737340116, 4.520597074743971, -0.9363466301934668, 4.8534295971444905, -0.2062649581931217, 2.215342325851912, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, 0.12839959172816906, 0.4350872843290932, -0.2062649581931217, 0.12839959172816906, 0.4350872843290932, -0.2062649581931217, 0.12839959172816906, -0.2062649581931217, -0.5644315737340116, 0.7134390929211483, -0.2062649581931217, 0.965387204950948, 0.965387204950948, 2.215342325851912, 1.1937677285590649, 0.12839959172816906, -0.5644315737340116, -0.2062649581931217, 0.12839959172816906, -0.5644315737340116, 1.5914552985572985, -0.9363466301934668, -0.9363466301934668, 5.0, 3.239368909323584, -0.2062649581931217, -0.9363466301934668, 0.4350872843290932, -0.2062649581931217, 0.7134390929211483, 0.12839959172816906, 1.1937677285590649, -0.5644315737340116, 0.4350872843290932, 0.7134390929211483, 0.12839959172816906, -0.5644315737340116, 0.965387204950948, -0.2062649581931217, -0.9363466301934668, -0.2062649581931217, -0.5644315737340116, 1.4015437866882399, -0.2062649581931217, -0.2062649581931217, 0.12839959172816906, -0.9363466301934668, 1.1937677285590649, -0.5644315737340116, 1.1937677285590649, 0.4350872843290932, 0.965387204950948, 0.12839959172816906, 0.965387204950948, 0.12839959172816906, -0.9363466301934668, -0.2062649581931217, -0.9363466301934668, 0.12839959172816906, 0.12839959172816906, 0.7134390929211483, 0.12839959172816906, 1.4015437866882399, -0.5644315737340116, -0.2062649581931217, 0.12839959172816906, 0.12839959172816906, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, 0.12839959172816906, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, 0.12839959172816906, 0.7134390929211483, 0.7134390929211483, -0.2062649581931217, 1.5914552985572985, -0.5644315737340116, -0.5644315737340116, 0.4350872843290932, -0.5644315737340116, 4.351405556590526, 0.7134390929211483, 2.467484674570679, 0.12839959172816906, -0.2062649581931217, 1.1937677285590649, 0.12839959172816906, 0.12839959172816906, 0.12839959172816906, 0.12839959172816906, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, 0.965387204950948, 1.1937677285590649, 0.12839959172816906, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, 0.12839959172816906, 2.891608263674391, -0.9363466301934668, 0.12839959172816906, -0.9363466301934668, -0.5644315737340116, 0.12839959172816906, 0.12839959172816906, -0.9363466301934668, 0.4350872843290932, 0.4350872843290932, 0.12839959172816906, 4.1160379070743485, 0.12839959172816906, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, 0.7134390929211483, 1.1937677285590649, -0.2062649581931217, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, 1.1937677285590649, 0.7134390929211483, -0.5644315737340116, 0.4350872843290932, 0.7134390929211483, 0.4350872843290932, -0.2062649581931217, -0.9363466301934668, 0.7134390929211483, -0.5644315737340116, -0.9363466301934668, 0.12839959172816906, -0.5644315737340116, 4.1160379070743485, -0.2062649581931217, -0.9363466301934668, 0.4350872843290932, -0.9363466301934668, 2.467484674570679, 0.7134390929211483, 0.12839959172816906, -0.5644315737340116, 2.0762552100228926, 5.0, 0.4350872843290932, 5.0, 4.748895504533805, -0.2062649581931217, 0.965387204950948, -0.5644315737340116, 0.965387204950948, 4.638206686213472, 0.7134390929211483, -0.2062649581931217, 0.12839959172816906, 0.4350872843290932, -0.9363466301934668, -0.2062649581931217, 0.7134390929211483, -0.9363466301934668, 0.12839959172816906, 0.12839959172816906, -0.9363466301934668, -0.9363466301934668, 0.965387204950948, 0.12839959172816906, 0.12839959172816906, -0.9363466301934668, 1.9269250665979476, 4.952454961896084, 0.4350872843290932, 4.165518441917207, -0.2062649581931217, -0.9363466301934668, 0.12839959172816906, 0.12839959172816906, 0.7134390929211483, 0.12839959172816906, 0.12839959172816906, -0.9363466301934668, -0.5644315737340116, 0.965387204950948, -0.2062649581931217, -0.2062649581931217, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, 4.9843366643372375, 1.1937677285590649, 0.7134390929211483, -0.2062649581931217, -0.2062649581931217, 2.5824473847584697, 0.4350872843290932, -0.2062649581931217, 0.4350872843290932, 0.4350872843290932, -0.2062649581931217, 0.12839959172816906, -0.5644315737340116, -0.5644315737340116, 0.4350872843290932, -0.2062649581931217, 0.965387204950948, -0.9363466301934668, 2.0762552100228926, -0.5644315737340116, 0.4350872843290932, 0.4350872843290932, 0.7134390929211483, 0.12839959172816906, 0.4350872843290932, 0.4350872843290932, 0.12839959172816906, 0.4350872843290932, 0.7134390929211483, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, -0.2062649581931217, 1.1937677285590649, -0.9363466301934668, 1.1937677285590649, -0.2062649581931217, 0.965387204950948, 1.5914552985572985, 0.12839959172816906, 0.4350872843290932, 0.965387204950948, -0.9363466301934668, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, 0.4350872843290932, 1.1937677285590649, 0.12839959172816906, -0.2062649581931217, -0.5644315737340116, 0.965387204950948, -0.5644315737340116, -0.2062649581931217, 0.12839959172816906, 0.7134390929211483, -0.2062649581931217, -0.2062649581931217, 0.4350872843290932, -0.9363466301934668, 0.965387204950948, 0.12839959172816906, -0.2062649581931217, 0.12839959172816906, -0.9363466301934668, -0.9363466301934668, 0.965387204950948, 0.7134390929211483, -0.5644315737340116, -0.2062649581931217, 0.12839959172816906, 0.12839959172816906, 0.12839959172816906, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, 0.12839959172816906, -0.9363466301934668, 0.12839959172816906, -0.9363466301934668, 0.7134390929211483, -0.9363466301934668, 0.12839959172816906, 0.965387204950948, 0.12839959172816906, 1.1937677285590649, 0.4350872843290932, 0.7134390929211483, -0.9363466301934668, 3.239368909323584, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, 1.1937677285590649, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, 1.1937677285590649, -0.5644315737340116, 0.965387204950948, -0.9363466301934668, 0.7134390929211483, 1.1937677285590649, 0.12839959172816906, -0.5644315737340116, -0.2062649581931217, 0.4350872843290932, 5.0, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, 0.965387204950948, -0.2062649581931217, -0.9363466301934668, -0.2062649581931217, -0.9363466301934668, -0.9363466301934668, 0.4350872843290932, -0.5644315737340116, -0.9363466301934668, 0.12839959172816906, -0.5644315737340116, -0.9363466301934668, 0.12839959172816906, 4.8534295971444905, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, 0.12839959172816906, -0.5644315737340116, 3.392155854111224, 0.12839959172816906, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, 0.4350872843290932, -0.2062649581931217, 0.12839959172816906, -0.5644315737340116, -0.5644315737340116, 0.965387204950948, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, 1.5914552985572985, 0.4350872843290932, -0.2062649581931217, -0.2062649581931217, 0.12839959172816906, 0.7134390929211483, 0.4350872843290932, -0.5644315737340116, -0.5644315737340116, 5.0, -0.2062649581931217, 1.1937677285590649, 0.7134390929211483, 0.4350872843290932, -0.2062649581931217, 0.7134390929211483, 0.965387204950948, 0.12839959172816906, -0.5644315737340116, -0.2062649581931217, 0.965387204950948, -0.9363466301934668, 0.965387204950948, 5.0, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, 0.7134390929211483, -0.5644315737340116, -0.2062649581931217, 4.479702419663652, 0.12839959172816906, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, 0.7134390929211483, -0.5644315737340116, 0.4350872843290932, 0.12839959172816906, -0.9363466301934668, 0.965387204950948, 1.9269250665979476, -0.5644315737340116, -0.2062649581931217, 0.4350872843290932, 1.5914552985572985, 0.12839959172816906, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, 1.5914552985572985, 0.965387204950948, 0.7134390929211483, 5.0, -0.2062649581931217, -0.2062649581931217, 0.12839959172816906, -0.5644315737340116, 0.4350872843290932, 0.12839959172816906, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, 1.5914552985572985, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, 1.1937677285590649, 0.7134390929211483, -0.5644315737340116, -0.5644315737340116, 0.7134390929211483, 0.12839959172816906, 0.12839959172816906, 0.12839959172816906, 0.4350872843290932, 0.12839959172816906, -0.5644315737340116, 0.12839959172816906, 1.4015437866882399, -0.5644315737340116, 0.7134390929211483, 0.4350872843290932, -0.5644315737340116, -0.2062649581931217, 0.4350872843290932, -0.9363466301934668, 0.12839959172816906, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, 0.965387204950948, -0.2062649581931217, 0.12839959172816906, 0.7134390929211483, -0.2062649581931217, -0.5644315737340116, 4.0652262317177925, 0.12839959172816906, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, -0.5644315737340116, 0.7134390929211483, -0.9363466301934668, -0.5644315737340116, 0.4350872843290932, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, 0.4350872843290932, 0.7134390929211483, -0.9363466301934668, 0.7134390929211483, -0.2062649581931217, -0.5644315737340116, 1.4015437866882399, -0.9363466301934668, -0.2062649581931217, 0.7134390929211483, -0.5644315737340116, 0.12839959172816906, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, 0.12839959172816906, 0.12839959172816906, -0.5644315737340116, 0.4350872843290932, 0.12839959172816906, -0.2062649581931217, 0.12839959172816906, 0.4350872843290932, -0.2062649581931217, 1.5914552985572985, -0.2062649581931217, 0.7134390929211483, 0.12839959172816906, -0.2062649581931217, 0.4350872843290932, -0.2062649581931217, 0.7134390929211483, -0.5644315737340116, -0.5644315737340116, 0.4350872843290932, -0.2062649581931217, 0.12839959172816906, 0.4350872843290932, 0.12839959172816906, 0.4350872843290932, -0.2062649581931217, 0.12839959172816906, -0.5644315737340116, -0.9363466301934668, 0.12839959172816906, -0.9363466301934668, 0.4350872843290932, 0.12839959172816906, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, -0.5644315737340116, -0.9363466301934668, 0.12839959172816906, 5.0, -0.9363466301934668, 0.7134390929211483, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, 0.4350872843290932, 0.4350872843290932, 0.965387204950948, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, 0.7134390929211483, 0.965387204950948, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, 0.7134390929211483, -0.5644315737340116, 5.0, 0.4350872843290932, -0.5644315737340116, -0.5644315737340116, 0.4350872843290932, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, 0.4350872843290932, -0.2062649581931217, 0.12839959172816906, -0.2062649581931217, 0.12839959172816906, -0.2062649581931217, 0.12839959172816906, -0.5644315737340116, 0.12839959172816906, -0.9363466301934668, -0.5644315737340116, 0.4350872843290932, 0.4350872843290932, 0.12839959172816906, -0.9363466301934668, 1.4015437866882399, 0.12839959172816906, 0.4350872843290932, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, 0.4350872843290932, -0.2062649581931217, 0.4350872843290932, 0.12839959172816906, 0.7134390929211483, -0.5644315737340116, 0.7134390929211483, 0.4350872843290932, -0.2062649581931217, -0.9363466301934668, 0.12839959172816906, -0.5644315737340116, 0.12839959172816906, 0.7134390929211483, -0.5644315737340116, 0.12839959172816906, 0.12839959172816906, -0.2062649581931217, 0.12839959172816906, -0.2062649581931217, -0.2062649581931217, 0.4350872843290932, -0.9363466301934668, 0.7134390929211483, 0.12839959172816906, 0.4350872843290932, 0.12839959172816906, 5.0, 1.1937677285590649, 0.12839959172816906, -0.9363466301934668, 0.12839959172816906, -0.5644315737340116, -0.9363466301934668, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, 0.12839959172816906, 0.12839959172816906, -0.2062649581931217, 0.12839959172816906, -0.5644315737340116, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, 0.12839959172816906, -0.2062649581931217, 0.4350872843290932, 0.12839959172816906, -0.5644315737340116, 0.965387204950948, 0.7134390929211483, -0.2062649581931217, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, -0.9363466301934668, 0.4350872843290932, 0.4350872843290932, -0.9363466301934668, 0.7134390929211483, -0.5644315737340116, 0.4350872843290932, -0.2062649581931217, 1.1937677285590649, -0.2062649581931217, 0.12839959172816906, 0.965387204950948, 0.965387204950948, -0.5644315737340116, 0.12839959172816906, -0.9363466301934668, -0.5644315737340116, 0.12839959172816906, 0.7134390929211483, 0.4350872843290932, 1.4015437866882399, -0.5644315737340116, -0.5644315737340116, 0.4350872843290932, 0.12839959172816906, 0.12839959172816906, -0.2062649581931217, -0.5644315737340116, 0.4350872843290932, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, 1.1937677285590649, 0.4350872843290932, 0.965387204950948, 0.4350872843290932, -0.2062649581931217, 0.7134390929211483, 0.12839959172816906, -0.2062649581931217, 0.12839959172816906, 0.12839959172816906, -0.5644315737340116, 0.4350872843290932, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, 0.12839959172816906, 1.4015437866882399, 0.4350872843290932, 0.4350872843290932, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, 1.5914552985572985, 5.0, 0.4350872843290932, 0.4350872843290932, 0.965387204950948, 1.1937677285590649, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, 0.12839959172816906, 0.965387204950948, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, 0.12839959172816906, -0.9363466301934668, 1.4015437866882399, 0.12839959172816906, 0.12839959172816906, -0.5644315737340116, -0.9363466301934668, 0.4350872843290932, 0.4350872843290932, 0.4350872843290932, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, 0.965387204950948, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, -0.2062649581931217, 0.12839959172816906, 0.7134390929211483, -0.9363466301934668, -0.9363466301934668, -0.2062649581931217, -0.5644315737340116, 0.7134390929211483, 0.4350872843290932, 0.4350872843290932, -0.2062649581931217, 0.4350872843290932, -0.2062649581931217, -0.5644315737340116, 0.965387204950948, 0.4350872843290932, -0.5644315737340116, -0.5644315737340116, 1.4015437866882399, 0.7134390929211483, -0.5644315737340116, 0.7134390929211483, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, -0.9363466301934668, -0.5644315737340116, 0.7134390929211483, -0.9363466301934668, -0.2062649581931217, 0.4350872843290932, 0.12839959172816906, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, 0.12839959172816906, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, -0.9363466301934668, 0.12839959172816906, 0.12839959172816906, 0.12839959172816906, -0.5644315737340116, -0.2062649581931217, 0.12839959172816906, 0.4350872843290932, 0.12839959172816906, 0.12839959172816906, 0.12839959172816906, 0.4350872843290932, -0.5644315737340116, -0.2062649581931217, 0.4350872843290932, 0.965387204950948, -0.2062649581931217, 1.1937677285590649, -0.2062649581931217, 0.4350872843290932, 0.12839959172816906, -0.2062649581931217, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, 0.4350872843290932, -0.2062649581931217, 0.4350872843290932, 0.12839959172816906, 0.965387204950948, 0.4350872843290932, -0.2062649581931217, 0.4350872843290932, -0.2062649581931217, -0.2062649581931217, 1.4015437866882399, -0.9363466301934668, 0.12839959172816906, 1.1937677285590649, -0.9363466301934668, 0.7134390929211483, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, 0.12839959172816906, 0.4350872843290932, -0.5644315737340116, 0.965387204950948, 1.1937677285590649, 0.7134390929211483, -0.2062649581931217, 0.4350872843290932, -0.5644315737340116, -0.5644315737340116, 0.12839959172816906, 0.965387204950948, -0.2062649581931217, 0.12839959172816906, 0.7134390929211483, 0.4350872843290932, 0.7134390929211483, 0.4350872843290932, 0.7134390929211483, -0.5644315737340116, 0.12839959172816906, -0.5644315737340116, -0.2062649581931217, 0.7134390929211483, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, 0.12839959172816906, -0.2062649581931217, -0.2062649581931217, 0.4350872843290932, 0.12839959172816906, 0.4350872843290932, -0.2062649581931217, 0.4350872843290932, -0.5644315737340116, -0.5644315737340116, 0.4350872843290932, -0.9363466301934668, -0.2062649581931217, -0.5644315737340116, 1.5914552985572985, 0.7134390929211483, 0.4350872843290932, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, 0.4350872843290932, -0.2062649581931217, 5.0, 0.12839959172816906, 0.12839959172816906, 0.12839959172816906, 0.7134390929211483, -0.2062649581931217, -0.5644315737340116, 2.345408181843475, 0.7134390929211483, 0.12839959172816906, 1.4015437866882399, -0.2062649581931217, 0.12839959172816906, -0.2062649581931217, 1.5914552985572985, -0.2062649581931217, 5.0, 0.12839959172816906, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, 0.4350872843290932, -0.2062649581931217, 0.12839959172816906, 0.965387204950948, 0.12839959172816906, 2.0762552100228926, -0.2062649581931217, -0.2062649581931217, 0.4350872843290932, -0.9363466301934668, -0.9363466301934668, -0.5644315737340116, -0.2062649581931217, 0.965387204950948, 1.1937677285590649, 0.12839959172816906, -0.5644315737340116, 0.7134390929211483, -0.2062649581931217, 1.1937677285590649, -0.2062649581931217, -0.5644315737340116, 0.965387204950948, 0.4350872843290932, 1.4015437866882399, 1.1937677285590649, -0.2062649581931217, 0.4350872843290932, -0.5644315737340116, -0.5644315737340116, 0.965387204950948, 0.4350872843290932, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, 0.7134390929211483, -0.5644315737340116, 0.12839959172816906, 0.12839959172816906, -0.9363466301934668, 1.5914552985572985, -0.2062649581931217, 0.965387204950948, 1.1937677285590649, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, -0.2062649581931217, 1.4015437866882399, -0.2062649581931217, 5.0, 1.1937677285590649, 1.1937677285590649, 0.7134390929211483, -0.2062649581931217, 0.965387204950948, -0.2062649581931217, 1.7659004434744834, 0.4350872843290932, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, 1.7659004434744834, 0.12839959172816906, 0.12839959172816906, 0.4350872843290932, 0.12839959172816906, 1.1937677285590649, 0.7134390929211483, -0.2062649581931217, 0.965387204950948, 0.7134390929211483, -0.2062649581931217, -0.2062649581931217, 0.4350872843290932, -0.2062649581931217, 0.12839959172816906, 0.7134390929211483, 1.4015437866882399, 1.4015437866882399, 0.12839959172816906, 1.5914552985572985, -0.2062649581931217, 0.12839959172816906, 1.4015437866882399, 0.12839959172816906, 1.4015437866882399, 0.965387204950948, 1.4015437866882399, 1.1937677285590649, 0.12839959172816906, 0.4350872843290932, 0.4350872843290932, 0.12839959172816906, 0.7134390929211483, -0.9363466301934668, -0.2062649581931217, 1.1937677285590649, 0.4350872843290932, -0.2062649581931217, -0.5644315737340116, -0.2062649581931217, -0.5644315737340116, 1.1937677285590649, 0.4350872843290932, 0.4350872843290932, -0.5644315737340116, -0.2062649581931217, 0.12839959172816906, 0.4350872843290932, 0.7134390929211483, -0.2062649581931217, 0.4350872843290932, 1.7659004434744834, -0.5644315737340116, -0.2062649581931217, -0.2062649581931217, 0.12839959172816906, 0.12839959172816906, -0.2062649581931217, 0.7134390929211483, 0.12839959172816906, 0.4350872843290932, 0.12839959172816906, -0.5644315737340116, 0.965387204950948, 0.7134390929211483, 1.5914552985572985, 0.12839959172816906, 0.12839959172816906, -0.2062649581931217, 0.4350872843290932, 0.4350872843290932, -0.5644315737340116, 0.7134390929211483, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, -0.5644315737340116, 0.7134390929211483, 0.965387204950948, 0.7134390929211483, 0.12839959172816906, 1.4015437866882399, 0.12839959172816906, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, 0.7134390929211483, 0.4350872843290932, 0.4350872843290932, 0.12839959172816906, 0.7134390929211483, 0.12839959172816906, -0.2062649581931217, 0.12839959172816906, -0.2062649581931217, -0.2062649581931217, -0.5644315737340116, -0.5644315737340116, 1.1937677285590649, 0.4350872843290932, 0.965387204950948, -0.9363466301934668, 0.4350872843290932, -0.9363466301934668, 0.12839959172816906, 0.12839959172816906, 1.4015437866882399, 0.12839959172816906, 0.4350872843290932, -0.5644315737340116, -0.2062649581931217, 0.965387204950948, 0.7134390929211483, -0.2062649581931217, 0.12839959172816906, 0.12839959172816906, 0.12839959172816906, 0.965387204950948, 0.12839959172816906, -0.5644315737340116, -0.2062649581931217, 0.12839959172816906, 1.1937677285590649, 0.7134390929211483, 0.965387204950948, -0.5644315737340116, 0.4350872843290932, 0.4350872843290932, -0.5644315737340116, -0.2062649581931217, 0.965387204950948, -0.9363466301934668, -0.2062649581931217, -0.5644315737340116, 0.4350872843290932, 0.4350872843290932, 1.4015437866882399, 0.4350872843290932, 0.965387204950948, 0.7134390929211483, -0.5644315737340116, -0.9363466301934668, 0.7134390929211483, 0.4350872843290932, 0.7134390929211483, 0.4350872843290932, -0.5644315737340116, 0.12839959172816906, 0.7134390929211483, 0.965387204950948, -0.2062649581931217, 0.965387204950948, 5.0, 0.7134390929211483, 0.4350872843290932, 0.12839959172816906, 0.12839959172816906, 0.12839959172816906, 0.7134390929211483, 0.965387204950948, -0.2062649581931217, 0.965387204950948, 0.7134390929211483, -0.2062649581931217, -0.2062649581931217, -0.2062649581931217, 0.12839959172816906, -0.2062649581931217, 0.4350872843290932, 0.7134390929211483, 1.1937677285590649, 0.965387204950948, 2.5824473847584697, 1.1937677285590649, 1.7659004434744834, 0.12839959172816906, -0.5644315737340116, 1.4015437866882399, -0.2062649581931217, 0.4350872843290932, -0.9363466301934668, 0.4350872843290932, 0.7134390929211483, 0.4350872843290932, 0.7134390929211483, 0.12839959172816906, 0.7134390929211483, 0.4350872843290932, 1.1937677285590649, 0.4350872843290932, 0.7134390929211483, 0.12839959172816906, 0.12839959172816906, 1.1937677285590649, 1.1937677285590649, 1.1937677285590649, 0.7134390929211483, 0.965387204950948, 1.4015437866882399, 0.12839959172816906, -0.5644315737340116, 0.4350872843290932, 1.5914552985572985, 0.7134390929211483, 0.12839959172816906, 1.1937677285590649, 1.1937677285590649, -0.2062649581931217, 0.965387204950948, -0.5644315737340116, 0.4350872843290932, 0.965387204950948, 0.12839959172816906, 1.1937677285590649, 0.4350872843290932, 0.7134390929211483, 0.12839959172816906, 3.073332914973899, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, -0.2062649581931217, 0.4350872843290932, -0.2062649581931217, -0.5644315737340116, 0.12839959172816906, -0.2062649581931217, 0.7134390929211483, 2.7939126400300207, -0.9363466301934668, 1.1937677285590649, 1.9269250665979476, -0.2062649581931217, 1.1937677285590649, 1.5914552985572985, 0.12839959172816906, -0.5644315737340116, 0.7134390929211483, -0.5644315737340116, -0.9363466301934668, -0.2062649581931217, -0.2062649581931217, 0.965387204950948, -0.2062649581931217, 0.7134390929211483, 0.4350872843290932, -0.2062649581931217, -0.9363466301934668, 1.7659004434744834, 0.7134390929211483, -0.5644315737340116, -0.5644315737340116, -0.9363466301934668, 0.12839959172816906, -0.2062649581931217, -0.5644315737340116, 1.4015437866882399, -0.2062649581931217, 1.1937677285590649, -0.2062649581931217, 2.467484674570679, 1.7659004434744834, 0.4350872843290932, 1.1937677285590649, 1.1937677285590649, 2.345408181843475, 1.1937677285590649, 0.7134390929211483, -0.2062649581931217, 0.4350872843290932, 0.4350872843290932, 1.1937677285590649, 0.4350872843290932, 0.7134390929211483, -0.2062649581931217, -0.2062649581931217, 0.965387204950948, 1.1937677285590649, 0.12839959172816906, 1.5914552985572985, 0.4350872843290932, 0.12839959172816906, 0.4350872843290932, 0.7134390929211483, -0.9363466301934668, 1.1937677285590649, 0.7134390929211483, 0.965387204950948, 0.7134390929211483, 5.0, 0.965387204950948, 0.4350872843290932, 0.7134390929211483, 1.5914552985572985, 0.965387204950948, 1.4015437866882399, -0.5644315737340116, 0.4350872843290932, -0.2062649581931217, 0.4350872843290932, 3.073332914973899, 0.4350872843290932, 2.467484674570679, 1.1937677285590649, 0.12839959172816906, 0.965387204950948, -0.5644315737340116, 1.4015437866882399, 1.4015437866882399, -0.5644315737340116, 0.4350872843290932, 0.7134390929211483, 0.12839959172816906, 0.12839959172816906, 1.1937677285590649, -0.2062649581931217, 1.4015437866882399, 0.12839959172816906, 1.1937677285590649, 1.1937677285590649, -0.5644315737340116, 0.12839959172816906, -0.5644315737340116, 1.4015437866882399, 0.7134390929211483, 0.12839959172816906, -0.2062649581931217, 0.7134390929211483, 1.7659004434744834, 0.7134390929211483, 1.9269250665979476, 0.4350872843290932, -0.5644315737340116, -0.5644315737340116, 0.965387204950948, 0.7134390929211483, 1.1937677285590649, 0.12839959172816906, 0.12839959172816906, -0.2062649581931217, 0.7134390929211483, 1.1937677285590649, 0.12839959172816906, 1.1937677285590649, -0.5644315737340116, -0.2062649581931217, 0.7134390929211483, 0.7134390929211483, 0.965387204950948, -0.2062649581931217, 2.467484674570679, 0.12839959172816906, -0.9363466301934668, -0.5644315737340116, 0.965387204950948, 0.965387204950948, 2.467484674570679, 0.12839959172816906, 0.7134390929211483, 0.965387204950948, 0.7134390929211483, -0.9363466301934668, -0.2062649581931217, 0.4350872843290932, 1.5914552985572985, 0.7134390929211483, 0.965387204950948, 0.7134390929211483, 0.7134390929211483, 0.12839959172816906, 1.1937677285590649, 1.5914552985572985, 0.12839959172816906, 1.4015437866882399, -0.5644315737340116, 1.4015437866882399, 5.0, 0.7134390929211483, 1.5914552985572985, 0.7134390929211483, -0.5644315737340116, 0.965387204950948, 0.4350872843290932, 1.5914552985572985, 0.12839959172816906, 0.965387204950948, 1.4015437866882399, 0.7134390929211483, 1.7659004434744834, 0.4350872843290932, 1.5914552985572985, -0.5644315737340116, -0.5644315737340116, 2.6910431764625686, 0.7134390929211483, 1.4015437866882399, 0.12839959172816906, -0.2062649581931217, 0.12839959172816906, 0.12839959172816906, 3.727853530307896, 0.12839959172816906, 0.12839959172816906, 0.4350872843290932, 2.215342325851912, 1.4015437866882399, 1.9269250665979476, 0.4350872843290932, -0.2062649581931217, -0.5644315737340116, 0.4350872843290932, 0.12839959172816906, 0.7134390929211483, 0.965387204950948, 3.6652881510804587, -0.2062649581931217, 0.7134390929211483, 1.5914552985572985, -0.9363466301934668, 0.4350872843290932, 0.965387204950948, 1.4015437866882399, -0.2062649581931217, 0.12839959172816906, 1.1937677285590649, 1.4015437866882399, 1.1937677285590649, -0.9363466301934668, 1.4015437866882399, 0.965387204950948, 0.4350872843290932, 2.345408181843475, 1.1937677285590649, 2.5824473847584697, 1.5914552985572985, 0.12839959172816906, 0.7134390929211483, 0.4350872843290932, 2.215342325851912, 1.5914552985572985, 1.4015437866882399, 0.12839959172816906, 1.7659004434744834, 1.4015437866882399, 0.4350872843290932, 1.1937677285590649], [-1.0335358793909406, -1.0335358793909406, -0.5314469345507957, 0.10104837973912686, 0.5742690793992969, -1.0335358793909406, 1.1339314644604384, 0.9355822619996472, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -0.09037864990731087, -0.30129272415267, -0.09037864990731087, -0.30129272415267, -0.30129272415267, -0.5314469345507957, -1.0335358793909406, 0.7048742901095955, 0.10104837973912686, -0.30129272415267, -0.7777638946535912, -0.5314469345507957, -1.0335358793909406, 1.1339314644604384, -1.0335358793909406, -0.5314469345507957, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, -0.09037864990731087, -0.5314469345507957, 0.10104837973912686, -1.0335358793909406, -0.5314469345507957, -0.09037864990731087, -1.0335358793909406, -1.0335358793909406, 0.5742690793992969, 0.2743171612672418, -0.5314469345507957, -0.5314469345507957, -0.5314469345507957, -0.09037864990731087, 0.2743171612672418, 0.2743171612672418, -0.5314469345507957, 0.10104837973912686, -1.0335358793909406, -0.30129272415267, -1.0335358793909406, -0.09037864990731087, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -0.30129272415267, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 0.4313781320025612, -1.0335358793909406, 0.2743171612672418, 0.10104837973912686, -0.5314469345507957, 0.10104837973912686, -0.5314469345507957, -0.7777638946535912, 0.5742690793992969, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -0.7777638946535912, 0.4313781320025612, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -0.09037864990731087, -1.0335358793909406, -0.30129272415267, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, -0.09037864990731087, 1.3073338256933364, 0.10104837973912686, 0.9355822619996472, -0.7777638946535912, -0.09037864990731087, -0.7777638946535912, -0.09037864990731087, 0.4313781320025612, -0.5314469345507957, 1.0382790108984783, -0.5314469345507957, -1.0335358793909406, -0.7777638946535912, -0.09037864990731087, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, 0.5742690793992969, -0.7777638946535912, -0.30129272415267, -1.0335358793909406, -1.0335358793909406, 0.5742690793992969, -1.0335358793909406, 1.1339314644604384, -1.0335358793909406, -0.30129272415267, -1.0335358793909406, 0.10104837973912686, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -0.5314469345507957, 0.4313781320025612, -1.0335358793909406, -0.30129272415267, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, 0.2743171612672418, -0.7777638946535912, -1.0335358793909406, -0.09037864990731087, -0.30129272415267, 0.5742690793992969, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 0.5742690793992969, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -0.5314469345507957, 0.2743171612672418, 0.7048742901095955, 0.10104837973912686, -0.09037864990731087, -1.0335358793909406, 0.2743171612672418, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, 0.5742690793992969, -1.0335358793909406, -0.7777638946535912, -0.09037864990731087, -0.7777638946535912, -0.5314469345507957, -0.7777638946535912, 0.7048742901095955, 0.5742690793992969, -1.0335358793909406, 0.8248430307355266, 0.2743171612672418, 0.4313781320025612, -0.09037864990731087, -0.30129272415267, -1.0335358793909406, -0.5314469345507957, 0.7048742901095955, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, -0.30129272415267, -0.5314469345507957, -0.5314469345507957, -0.5314469345507957, -0.7777638946535912, 0.4313781320025612, 1.0382790108984783, 0.9355822619996472, -1.0335358793909406, 0.9355822619996472, 0.2743171612672418, 0.2743171612672418, 0.2743171612672418, -1.0335358793909406, 0.10104837973912686, 0.4313781320025612, -1.0335358793909406, 0.10104837973912686, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -0.30129272415267, -0.30129272415267, 0.2743171612672418, 0.10104837973912686, 1.1339314644604384, -1.0335358793909406, 0.7048742901095955, -0.30129272415267, -0.5314469345507957, -0.5314469345507957, -1.0335358793909406, 0.4313781320025612, 0.2743171612672418, 0.4313781320025612, -1.0335358793909406, 0.5742690793992969, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 0.7048742901095955, -1.0335358793909406, 0.7048742901095955, 0.9355822619996472, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 1.9432451143407592, -0.30129272415267, -1.0335358793909406, 0.4313781320025612, 0.8248430307355266, -0.30129272415267, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -0.5314469345507957, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, 0.2743171612672418, -0.7777638946535912, 0.5742690793992969, 1.0382790108984783, 0.4313781320025612, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, 1.1339314644604384, -0.5314469345507957, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -0.5314469345507957, -0.7777638946535912, 0.4313781320025612, -1.0335358793909406, -1.0335358793909406, 1.2233798520848074, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -0.09037864990731087, -1.0335358793909406, 0.4313781320025612, 1.0382790108984783, -0.7777638946535912, -0.30129272415267, -1.0335358793909406, 0.2743171612672418, 0.2743171612672418, 0.9355822619996472, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, 0.10104837973912686, 0.9355822619996472, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, 0.5742690793992969, 0.4313781320025612, 1.2233798520848074, -1.0335358793909406, 1.1339314644604384, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.30129272415267, -0.30129272415267, -0.30129272415267, -1.0335358793909406, 0.2743171612672418, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, 0.2743171612672418, 0.4313781320025612, -1.0335358793909406, -0.09037864990731087, -1.0335358793909406, 1.2233798520848074, 1.2233798520848074, -1.0335358793909406, -1.0335358793909406, 0.10104837973912686, 1.0382790108984783, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, 0.9355822619996472, 1.6629686659307643, -0.5314469345507957, 0.10104837973912686, -1.0335358793909406, 0.2743171612672418, 0.8248430307355266, 0.4313781320025612, -0.09037864990731087, -0.30129272415267, 0.10104837973912686, -1.0335358793909406, -0.7777638946535912, 0.10104837973912686, -1.0335358793909406, -0.09037864990731087, 0.2743171612672418, 0.10104837973912686, 0.4313781320025612, -1.0335358793909406, 1.1339314644604384, -0.5314469345507957, -0.7777638946535912, 0.4313781320025612, -0.09037864990731087, 2.174109822346737, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 0.7048742901095955, -1.0335358793909406, -1.0335358793909406, 1.4610786142967802, -1.0335358793909406, 0.4313781320025612, -1.0335358793909406, 1.0382790108984783, -0.30129272415267, -1.0335358793909406, -0.5314469345507957, 1.891757319567038, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, 0.2743171612672418, -0.5314469345507957, -1.0335358793909406, 0.2743171612672418, -1.0335358793909406, 1.3073338256933364, -0.5314469345507957, 0.9355822619996472, 1.1339314644604384, 0.8248430307355266, -0.30129272415267, 1.7239854352644466, -0.7777638946535912, 0.5742690793992969, 1.3073338256933364, -0.30129272415267, -0.7777638946535912, -0.09037864990731087, 0.10104837973912686, -0.5314469345507957, 1.1339314644604384, 0.4313781320025612, 0.8248430307355266, 1.1339314644604384, -1.0335358793909406, -1.0335358793909406, 0.2743171612672418, 1.4610786142967802, 1.5318236040694173, -1.0335358793909406, 0.4313781320025612, 0.9355822619996472, 0.10104837973912686, 0.7048742901095955, 0.9355822619996472, 0.4313781320025612, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, 0.4313781320025612, 1.599010460653154, -0.09037864990731087, 0.2743171612672418, 0.4313781320025612, -0.7777638946535912, -0.30129272415267, 1.0382790108984783, 1.7239854352644466, -1.0335358793909406, 0.9355822619996472, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.30129272415267, 0.4313781320025612, 1.2233798520848074, -0.7777638946535912, -0.30129272415267, -0.09037864990731087, 1.1339314644604384, -0.7777638946535912, 0.9355822619996472, 1.891757319567038, -1.0335358793909406, 0.4313781320025612, 0.4313781320025612, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 0.9355822619996472, 1.3073338256933364, -1.0335358793909406, 1.2233798520848074, -1.0335358793909406, 0.5742690793992969, 1.0382790108984783, 0.2743171612672418, 1.599010460653154, -0.7777638946535912, 0.5742690793992969, 1.3073338256933364, 0.10104837973912686, 1.3863955362770313, 0.4313781320025612, 0.7048742901095955, 0.8248430307355266, -1.0335358793909406, 0.2743171612672418, 1.1339314644604384, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -0.09037864990731087, 1.599010460653154, -1.0335358793909406, 0.4313781320025612, -1.0335358793909406, 0.2743171612672418, 0.9355822619996472, 0.8248430307355266, 0.10104837973912686, -1.0335358793909406, -0.09037864990731087, 0.2743171612672418, -0.5314469345507957, -0.7777638946535912, 0.9355822619996472, -0.7777638946535912, 1.2233798520848074, -0.09037864990731087, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, 0.9355822619996472, -1.0335358793909406, 0.8248430307355266, 0.9355822619996472, -1.0335358793909406, 0.4313781320025612, -1.0335358793909406, 0.2743171612672418, 1.1339314644604384, -1.0335358793909406, -0.30129272415267, -1.0335358793909406, -0.09037864990731087, -1.0335358793909406, 0.7048742901095955, 1.0382790108984783, -0.7777638946535912, 0.8248430307355266, -1.0335358793909406, 0.4313781320025612, -0.5314469345507957, 1.1339314644604384, 0.10104837973912686, -0.30129272415267, -1.0335358793909406, -1.0335358793909406, 1.3073338256933364, -0.30129272415267, -1.0335358793909406, 1.0382790108984783, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -0.30129272415267, 0.7048742901095955, 1.0382790108984783, -1.0335358793909406, 0.10104837973912686, 0.10104837973912686, 1.0382790108984783, -0.7777638946535912, 1.3863955362770313, 0.2743171612672418, -0.5314469345507957, 1.0382790108984783, -0.30129272415267, 0.8248430307355266, -0.5314469345507957, 0.2743171612672418, 0.7048742901095955, 1.6629686659307643, -0.5314469345507957, 1.1339314644604384, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, 0.5742690793992969, 0.7048742901095955, 0.2743171612672418, 0.5742690793992969, 0.10104837973912686, -0.5314469345507957, 0.9355822619996472, -1.0335358793909406, 0.8248430307355266, -0.7777638946535912, 0.7048742901095955, 0.8248430307355266, 0.9355822619996472, 1.1339314644604384, 1.7239854352644466, -1.0335358793909406, -0.7777638946535912, 1.599010460653154, -1.0335358793909406, -0.09037864990731087, -1.0335358793909406, 0.4313781320025612, 0.4313781320025612, 0.9355822619996472, -0.30129272415267, 0.4313781320025612, -0.5314469345507957, -0.7777638946535912, 0.5742690793992969, -0.7777638946535912, 0.8248430307355266, -0.30129272415267, -1.0335358793909406, 0.8248430307355266, 0.7048742901095955, -0.5314469345507957, 0.5742690793992969, -1.0335358793909406, 0.9355822619996472, -1.0335358793909406, -1.0335358793909406, 0.9355822619996472, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, 0.4313781320025612, 0.7048742901095955, 0.5742690793992969, -1.0335358793909406, 0.9355822619996472, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, 1.4610786142967802, 0.2743171612672418, -1.0335358793909406, 1.599010460653154, 1.3073338256933364, 0.4313781320025612, -1.0335358793909406, -0.09037864990731087, -1.0335358793909406, -1.0335358793909406, 1.4610786142967802, 0.7048742901095955, 0.8248430307355266, -0.09037864990731087, -1.0335358793909406, 0.7048742901095955, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -0.30129272415267, -0.7777638946535912, -0.30129272415267, 1.1339314644604384, -0.7777638946535912, -0.5314469345507957, -0.30129272415267, 1.4610786142967802, 1.1339314644604384, -0.7777638946535912, -0.5314469345507957, -0.7777638946535912, -0.7777638946535912, 0.10104837973912686, 0.7048742901095955, -0.30129272415267, 1.1339314644604384, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, 0.5742690793992969, 0.5742690793992969, -0.09037864990731087, 0.4313781320025612, -1.0335358793909406, -0.7777638946535912, 1.2233798520848074, 0.4313781320025612, 0.2743171612672418, 1.1339314644604384, 0.5742690793992969, -0.30129272415267, 1.0382790108984783, -1.0335358793909406, 1.5318236040694173, -1.0335358793909406, 0.7048742901095955, -0.30129272415267, 1.0382790108984783, -0.7777638946535912, 0.4313781320025612, -1.0335358793909406, 1.5318236040694173, 1.0382790108984783, -0.09037864990731087, 0.10104837973912686, -1.0335358793909406, 0.8248430307355266, -1.0335358793909406, 0.5742690793992969, -1.0335358793909406, 1.2233798520848074, -0.09037864990731087, 1.3073338256933364, -1.0335358793909406, 0.9355822619996472, 0.8248430307355266, 0.7048742901095955, -1.0335358793909406, -0.7777638946535912, -0.5314469345507957, 1.1339314644604384, 1.2233798520848074, 0.8248430307355266, 0.4313781320025612, 0.4313781320025612, -1.0335358793909406, -0.09037864990731087, 0.10104837973912686, -1.0335358793909406, -1.0335358793909406, 0.8248430307355266, 1.3863955362770313, 0.2743171612672418, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, 0.7048742901095955, -1.0335358793909406, 1.6629686659307643, 1.0382790108984783, 0.2743171612672418, -1.0335358793909406, 1.2233798520848074, 0.5742690793992969, 0.4313781320025612, 0.5742690793992969, 0.8248430307355266, 1.2233798520848074, -1.0335358793909406, -0.30129272415267, -0.7777638946535912, 1.7239854352644466, 0.4313781320025612, 2.0865897297261826, 1.3073338256933364, -0.5314469345507957, 0.9355822619996472, -0.7777638946535912, 1.3073338256933364, 0.4313781320025612, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, 0.10104837973912686, 0.10104837973912686, -0.7777638946535912, -0.09037864990731087, 0.9355822619996472, -0.7777638946535912, 1.782312399142721, -0.7777638946535912, 0.9355822619996472, -1.0335358793909406, 0.9355822619996472, -1.0335358793909406, -1.0335358793909406, 0.4313781320025612, -0.09037864990731087, -1.0335358793909406, -0.7777638946535912, 1.1339314644604384, 0.9355822619996472, 0.8248430307355266, 0.8248430307355266, 0.5742690793992969, 1.0382790108984783, 1.5318236040694173, -0.5314469345507957, 1.0382790108984783, 1.2233798520848074, -0.5314469345507957, -0.09037864990731087, 0.2743171612672418, 1.599010460653154, -0.30129272415267, 0.10104837973912686, 1.0382790108984783, -1.0335358793909406, 0.5742690793992969, 0.5742690793992969, -1.0335358793909406, -0.09037864990731087, 0.10104837973912686, 1.0382790108984783, -0.5314469345507957, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, 1.0382790108984783, 1.0382790108984783, 0.5742690793992969, -0.09037864990731087, 0.7048742901095955, 0.8248430307355266, 0.10104837973912686, 1.782312399142721, 1.4610786142967802, 0.5742690793992969, 0.7048742901095955, 1.2233798520848074, -0.7777638946535912, 0.5742690793992969, -1.0335358793909406, -1.0335358793909406, -0.09037864990731087, -1.0335358793909406, 1.0382790108984783, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, 0.9355822619996472, -0.5314469345507957, 1.2233798520848074, -0.7777638946535912, -0.7777638946535912, 1.4610786142967802, -1.0335358793909406, 1.0382790108984783, 0.2743171612672418, 1.0382790108984783, -0.30129272415267, -0.7777638946535912, 0.5742690793992969, -0.7777638946535912, 1.3073338256933364, -1.0335358793909406, 1.3073338256933364, -0.30129272415267, -1.0335358793909406, 0.9355822619996472, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, -0.30129272415267, -1.0335358793909406, 1.0382790108984783, 1.2233798520848074, 0.9355822619996472, -1.0335358793909406, 0.4313781320025612, 2.174109822346737, 0.4313781320025612, 0.8248430307355266, 1.2233798520848074, -0.7777638946535912, -0.30129272415267, 0.4313781320025612, 0.2743171612672418, -0.7777638946535912, -1.0335358793909406, -0.09037864990731087, 0.7048742901095955, -0.7777638946535912, 0.9355822619996472, -0.5314469345507957, 0.8248430307355266, 1.6629686659307643, 1.3073338256933364, -0.7777638946535912, 0.4313781320025612, -0.7777638946535912, 0.2743171612672418, -0.30129272415267, 0.5742690793992969, -1.0335358793909406, -1.0335358793909406, 0.8248430307355266, -0.7777638946535912, 0.4313781320025612, 1.0382790108984783, 0.9355822619996472, 1.782312399142721, -1.0335358793909406, 1.3863955362770313, -1.0335358793909406, -0.7777638946535912, 1.1339314644604384, -0.7777638946535912, -0.5314469345507957, 1.1339314644604384, 1.1339314644604384, 0.5742690793992969, 1.3073338256933364, 0.8248430307355266, 0.10104837973912686, 1.3863955362770313, 1.0382790108984783, -1.0335358793909406, 0.7048742901095955, 0.9355822619996472, 0.4313781320025612, 1.0382790108984783, 0.7048742901095955, 0.9355822619996472, -0.30129272415267, 0.10104837973912686, 0.7048742901095955, 0.5742690793992969, 0.4313781320025612, 0.5742690793992969, 0.2743171612672418, -1.0335358793909406, 0.9355822619996472, -1.0335358793909406, -0.7777638946535912, 0.9355822619996472, 0.9355822619996472, 1.8381710673733955, -0.09037864990731087, 1.9927895690868629, 1.1339314644604384, -0.30129272415267, 0.7048742901095955, -0.5314469345507957, 0.9355822619996472, -0.09037864990731087, -0.09037864990731087, -1.0335358793909406, 0.7048742901095955, 0.4313781320025612, 0.7048742901095955, -0.7777638946535912, 1.2233798520848074, 0.4313781320025612, 1.4610786142967802, 1.1339314644604384, 0.2743171612672418, 1.0382790108984783, 0.8248430307355266, -1.0335358793909406, 0.9355822619996472, 0.4313781320025612, 0.7048742901095955, 0.9355822619996472, -0.30129272415267, 1.0382790108984783, -0.7777638946535912, -0.7777638946535912, 1.0382790108984783, -0.30129272415267, -0.5314469345507957, 0.8248430307355266, 0.8248430307355266, 0.9355822619996472, -0.7777638946535912, -0.09037864990731087, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 1.6629686659307643, -0.7777638946535912, 0.5742690793992969, -1.0335358793909406, 0.7048742901095955, -1.0335358793909406, 0.10104837973912686, -0.09037864990731087, 2.174109822346737, 0.9355822619996472, 0.10104837973912686, 0.7048742901095955, -0.30129272415267, 0.4313781320025612, -0.30129272415267, 0.9355822619996472, 0.8248430307355266, -0.30129272415267, -1.0335358793909406, 1.599010460653154, -0.30129272415267, 0.10104837973912686, 1.3073338256933364, 1.6629686659307643, -0.5314469345507957, 0.7048742901095955, 1.4610786142967802, -1.0335358793909406, 0.8248430307355266, 0.2743171612672418, -0.7777638946535912, 0.5742690793992969, 1.599010460653154, -1.0335358793909406, 1.6629686659307643, 1.3863955362770313, 0.4313781320025612, 0.8248430307355266, 1.2233798520848074, 0.4313781320025612, 1.4610786142967802, 2.0865897297261826, 1.599010460653154, -0.7777638946535912, -1.0335358793909406, 0.5742690793992969, 0.9355822619996472, 1.0382790108984783, 0.8248430307355266, 0.8248430307355266, -1.0335358793909406, 1.7239854352644466, 0.4313781320025612, 1.0382790108984783, 0.8248430307355266, -1.0335358793909406, 0.9355822619996472, 1.782312399142721, 0.9355822619996472, 1.0382790108984783, 0.8248430307355266, -1.0335358793909406, 1.9927895690868629, 1.0382790108984783, 1.4610786142967802, 1.0382790108984783, 0.5742690793992969, -0.7777638946535912, 1.4610786142967802, 0.8248430307355266, -0.7777638946535912, 0.7048742901095955, 1.4610786142967802, -1.0335358793909406, 0.8248430307355266, 0.7048742901095955, 1.2233798520848074, -1.0335358793909406, -0.09037864990731087, 0.5742690793992969, 0.8248430307355266, 1.6629686659307643, -0.7777638946535912, 2.441070481145476, 1.2233798520848074, 1.782312399142721, -0.7777638946535912, 1.3073338256933364, 1.7239854352644466, -1.0335358793909406, 1.2233798520848074, 0.10104837973912686, 0.5742690793992969, 0.2743171612672418, -0.7777638946535912, 1.3073338256933364, 1.2233798520848074, -1.0335358793909406, -0.7777638946535912, 0.5742690793992969, -1.0335358793909406, 0.2743171612672418, 0.2743171612672418, 1.0382790108984783, 1.8381710673733955, 0.5742690793992969, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 1.599010460653154, 1.782312399142721, 1.1339314644604384, 1.599010460653154, -0.7777638946535912, -1.0335358793909406, 0.9355822619996472, 0.5742690793992969, 1.3073338256933364, 2.131082601633528, 1.0382790108984783, 1.3073338256933364, 1.5318236040694173, 0.5742690793992969, -1.0335358793909406, 1.3073338256933364, 0.8248430307355266, -1.0335358793909406, -1.0335358793909406, 1.3863955362770313, 1.2233798520848074, 0.8248430307355266, 0.7048742901095955, 1.2233798520848074, -0.30129272415267, 0.2743171612672418, 0.9355822619996472, 0.9355822619996472, -1.0335358793909406, 0.8248430307355266, -1.0335358793909406, 1.3863955362770313, -1.0335358793909406, 1.4610786142967802, -1.0335358793909406, -0.7777638946535912, 1.3073338256933364, 0.8248430307355266, 1.2233798520848074, -0.09037864990731087, 1.891757319567038, -1.0335358793909406, 1.4610786142967802, -0.5314469345507957, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, 0.4313781320025612, 0.7048742901095955, 1.4610786142967802, 0.9355822619996472, 0.4313781320025612, -0.09037864990731087, 1.599010460653154, 0.8248430307355266, 1.2233798520848074, 1.0382790108984783, 1.891757319567038, 0.9355822619996472, 0.5742690793992969, 1.5318236040694173, 0.10104837973912686, 0.9355822619996472, 0.2743171612672418, -0.7777638946535912, 1.3073338256933364, 0.8248430307355266, 0.8248430307355266, 1.2233798520848074, 0.8248430307355266, 1.1339314644604384, 0.9355822619996472, 1.3073338256933364, 0.5742690793992969, 0.8248430307355266, -1.0335358793909406, -1.0335358793909406, 0.7048742901095955, 0.2743171612672418, 0.10104837973912686, 1.2233798520848074, 1.3073338256933364, 0.4313781320025612, 1.0382790108984783, 0.4313781320025612, 0.8248430307355266, -0.30129272415267, 1.5318236040694173, 1.2233798520848074, -1.0335358793909406, 1.3863955362770313, 1.8381710673733955, 0.4313781320025612, -0.09037864990731087, 0.4313781320025612, -1.0335358793909406, 0.5742690793992969, 1.4610786142967802, 1.6629686659307643, 1.782312399142721, 0.8248430307355266, 0.9355822619996472, 1.4610786142967802, -1.0335358793909406, 0.2743171612672418, 1.0382790108984783, 0.9355822619996472, 0.7048742901095955, -1.0335358793909406, -1.0335358793909406, 0.8248430307355266, 0.4313781320025612, 0.5742690793992969, 1.3863955362770313, 0.4313781320025612, 1.3073338256933364, -1.0335358793909406, 1.2233798520848074, 1.782312399142721, -0.5314469345507957, 1.0382790108984783, 0.8248430307355266, 1.891757319567038, 1.599010460653154, 0.8248430307355266, 1.6629686659307643, 1.0382790108984783, 1.1339314644604384, -1.0335358793909406, -0.7777638946535912, -0.09037864990731087, -1.0335358793909406, 0.9355822619996472, -1.0335358793909406, 1.891757319567038, 0.5742690793992969, 1.1339314644604384, -1.0335358793909406, 2.0405295303187625, -0.7777638946535912, 1.3073338256933364, 0.8248430307355266, 1.782312399142721, -0.7777638946535912, 0.8248430307355266, 1.599010460653154, 0.10104837973912686, -1.0335358793909406, -0.7777638946535912, 0.10104837973912686, 0.7048742901095955, 1.1339314644604384, 0.9355822619996472, 1.2233798520848074, -1.0335358793909406, 1.1339314644604384, 0.5742690793992969, 0.2743171612672418, 2.0865897297261826, 0.9355822619996472, 1.7239854352644466, -0.7777638946535912, 0.9355822619996472, -0.09037864990731087, 0.8248430307355266, 1.0382790108984783, -0.30129272415267, -0.30129272415267, -1.0335358793909406, 0.8248430307355266, 1.3073338256933364, 1.5318236040694173, -0.5314469345507957, -1.0335358793909406, -0.5314469345507957, -0.09037864990731087, 0.9355822619996472, 1.7239854352644466, -1.0335358793909406, -0.09037864990731087, 0.9355822619996472, 1.5318236040694173, -0.7777638946535912, 1.3863955362770313, 1.8381710673733955, -0.7777638946535912, 0.2743171612672418, -0.7777638946535912, -1.0335358793909406, 1.3863955362770313, 0.5742690793992969, 1.3863955362770313, 1.599010460653154, -1.0335358793909406, 0.4313781320025612, -1.0335358793909406, 1.0382790108984783, 1.0382790108984783, 0.7048742901095955, 0.4313781320025612, 0.5742690793992969, 0.9355822619996472, 1.6629686659307643, -1.0335358793909406, 0.4313781320025612, -1.0335358793909406, -0.7777638946535912, 0.5742690793992969, 1.2233798520848074, 0.4313781320025612, 1.3073338256933364, 0.2743171612672418, 1.2233798520848074, 0.9355822619996472, 0.5742690793992969, -0.7777638946535912, -0.7777638946535912, 0.9355822619996472, 1.599010460653154, 1.5318236040694173, -0.09037864990731087, -1.0335358793909406, 1.8381710673733955, 1.0382790108984783, -1.0335358793909406, 1.3073338256933364, 1.1339314644604384, 1.1339314644604384, -0.09037864990731087, 1.3073338256933364, -1.0335358793909406, -1.0335358793909406, 0.7048742901095955, 0.8248430307355266, 0.7048742901095955, 1.782312399142721, 1.599010460653154, 0.4313781320025612, 1.0382790108984783, 1.0382790108984783, 1.3073338256933364, -0.09037864990731087, -0.09037864990731087, 0.5742690793992969, -1.0335358793909406, -1.0335358793909406, -0.09037864990731087, -1.0335358793909406, -1.0335358793909406, 1.3073338256933364, 1.5318236040694173, 1.2233798520848074, 1.3073338256933364, -0.7777638946535912, -0.5314469345507957, 0.7048742901095955, 1.8381710673733955, 0.4313781320025612, 0.9355822619996472, 1.1339314644604384, 0.2743171612672418, -0.5314469345507957, 0.4313781320025612, 0.5742690793992969, 1.6629686659307643, -1.0335358793909406, 0.10104837973912686, 0.7048742901095955, 0.9355822619996472, -0.30129272415267, 1.3863955362770313, -1.0335358793909406, -0.7777638946535912, 1.1339314644604384, -1.0335358793909406, 0.9355822619996472, 1.3073338256933364, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, 1.9927895690868629, 1.5318236040694173, -1.0335358793909406, -1.0335358793909406, 0.9355822619996472, 1.5318236040694173, 1.2233798520848074, 1.3863955362770313, -1.0335358793909406, 1.0382790108984783, 1.7239854352644466, 1.7239854352644466, 1.2233798520848074, 1.3073338256933364, -0.30129272415267, 1.3073338256933364, -0.7777638946535912, 1.4610786142967802, -0.09037864990731087, -0.7777638946535912, 2.0405295303187625, 0.7048742901095955, 1.0382790108984783, -0.30129272415267, -1.0335358793909406, 2.0865897297261826, 1.2233798520848074, 1.782312399142721, 0.10104837973912686, 1.1339314644604384, 0.9355822619996472, 0.8248430307355266, 1.8381710673733955, 0.4313781320025612, -1.0335358793909406, 0.7048742901095955, -0.5314469345507957, 0.8248430307355266, 0.2743171612672418, 1.0382790108984783, 1.0382790108984783, 0.10104837973912686, -0.7777638946535912, -0.30129272415267, 1.1339314644604384, 1.4610786142967802, 0.9355822619996472, 1.3863955362770313, -1.0335358793909406, -1.0335358793909406, 1.8381710673733955, 1.5318236040694173, -0.7777638946535912, 0.8248430307355266, 1.0382790108984783, -1.0335358793909406, 0.9355822619996472, 1.3073338256933364, 1.3073338256933364, 0.5742690793992969, -1.0335358793909406, -0.30129272415267, 1.0382790108984783, -1.0335358793909406, -0.30129272415267, 0.5742690793992969, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.09037864990731087, 1.1339314644604384, 1.1339314644604384, 0.4313781320025612, -0.7777638946535912, 0.7048742901095955, 1.1339314644604384, 1.3073338256933364, 0.4313781320025612, 0.5742690793992969, 1.2233798520848074, 1.0382790108984783, -0.30129272415267, 0.2743171612672418, 0.9355822619996472, 1.1339314644604384, 0.8248430307355266, 1.599010460653154, 0.9355822619996472, 1.3073338256933364, 1.5318236040694173, -0.7777638946535912, -0.30129272415267, -0.5314469345507957, 0.4313781320025612, 0.2743171612672418, 0.10104837973912686, 1.2233798520848074, 0.5742690793992969, 1.1339314644604384, 1.3073338256933364, -1.0335358793909406, 0.2743171612672418, 0.5742690793992969, 0.8248430307355266, -0.7777638946535912, 0.5742690793992969, 1.4610786142967802, 0.2743171612672418, 1.8381710673733955, 1.8381710673733955, 0.8248430307355266, 0.8248430307355266, 1.5318236040694173, -1.0335358793909406, 0.9355822619996472, -1.0335358793909406, -0.30129272415267, -1.0335358793909406, 0.5742690793992969, 0.4313781320025612, 0.8248430307355266, -1.0335358793909406, 1.1339314644604384, 0.9355822619996472, 0.10104837973912686, -0.30129272415267, 1.5318236040694173, 0.4313781320025612, 1.6629686659307643, 0.8248430307355266, 0.2743171612672418, 1.1339314644604384, -1.0335358793909406, 0.8248430307355266, 0.8248430307355266, 1.3863955362770313, 0.4313781320025612, -0.7777638946535912, 0.4313781320025612, 1.2233798520848074, 0.8248430307355266, -0.5314469345507957, -1.0335358793909406, 1.599010460653154, 0.9355822619996472, -1.0335358793909406, 1.9432451143407592, 0.5742690793992969, 0.9355822619996472, -1.0335358793909406, 1.7239854352644466, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -0.09037864990731087, 0.9355822619996472, -0.5314469345507957, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, 1.5318236040694173, 1.2233798520848074, 1.782312399142721, -1.0335358793909406, -1.0335358793909406, 0.5742690793992969, 1.599010460653154, -0.09037864990731087, 0.8248430307355266, -1.0335358793909406, 1.2233798520848074, -1.0335358793909406, 2.4061264722164037, -1.0335358793909406, 0.4313781320025612, 0.5742690793992969, -1.0335358793909406, 0.2743171612672418, -1.0335358793909406, 0.7048742901095955, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, 1.3863955362770313, -0.7777638946535912, 1.599010460653154, 1.9432451143407592, 0.10104837973912686, 1.599010460653154, 1.0382790108984783, 1.5318236040694173, 0.2743171612672418, 1.8381710673733955, -0.5314469345507957, -0.7777638946535912, -0.7777638946535912, 1.6629686659307643, 1.4610786142967802, 1.2233798520848074, 1.1339314644604384, 1.3863955362770313, 1.4610786142967802, -0.7777638946535912, 1.1339314644604384, 1.4610786142967802, 0.5742690793992969, 1.8381710673733955, -0.5314469345507957, -0.7777638946535912, 0.5742690793992969, 1.0382790108984783, 1.3073338256933364, -0.09037864990731087, 0.7048742901095955, -0.5314469345507957, -1.0335358793909406, 1.4610786142967802, 2.0405295303187625, -0.7777638946535912, 1.2233798520848074, 0.8248430307355266, 1.1339314644604384, 0.8248430307355266, -1.0335358793909406, 1.3863955362770313, 1.7239854352644466, -1.0335358793909406, 0.8248430307355266, 1.0382790108984783, -0.5314469345507957, 1.599010460653154, 1.0382790108984783, 1.6629686659307643, 1.0382790108984783, 0.9355822619996472, -0.7777638946535912, 1.6629686659307643, 1.3863955362770313, -0.7777638946535912, -1.0335358793909406, 1.4610786142967802, 2.0405295303187625, 1.3073338256933364, 1.1339314644604384, -0.30129272415267, 1.4610786142967802, -1.0335358793909406, -0.30129272415267, 0.4313781320025612, 1.0382790108984783, 1.2233798520848074, 1.5318236040694173, -0.30129272415267, 0.9355822619996472, 1.3863955362770313, 0.2743171612672418, 1.1339314644604384, -1.0335358793909406, 2.441070481145476, -1.0335358793909406, 1.3863955362770313, 0.5742690793992969, 1.6629686659307643, 0.7048742901095955, 1.0382790108984783, 1.1339314644604384, 0.8248430307355266, 1.3863955362770313, 0.8248430307355266, 0.8248430307355266, 1.4610786142967802, -1.0335358793909406, 0.7048742901095955, 1.8381710673733955, -1.0335358793909406, -1.0335358793909406, 0.9355822619996472, 1.2233798520848074, -1.0335358793909406, 2.0865897297261826, 0.8248430307355266, -1.0335358793909406, 1.5318236040694173, 0.2743171612672418, 0.9355822619996472, 1.5318236040694173, -0.7777638946535912, -1.0335358793909406, 0.10104837973912686, -0.7777638946535912, 0.8248430307355266, 0.8248430307355266, 0.10104837973912686, 0.9355822619996472, 0.9355822619996472, 0.10104837973912686, 0.7048742901095955, 1.0382790108984783, 1.3073338256933364, -1.0335358793909406, 1.1339314644604384, 1.2233798520848074, -1.0335358793909406, -1.0335358793909406, 0.10104837973912686, 1.5318236040694173, 1.2233798520848074, 1.782312399142721, 0.2743171612672418, 0.2743171612672418, 0.4313781320025612, 1.8381710673733955, 0.8248430307355266, 0.8248430307355266, 1.0382790108984783, -1.0335358793909406, 1.4610786142967802, 1.2233798520848074, -0.7777638946535912, 2.0405295303187625, 1.782312399142721, -0.7777638946535912, 1.7239854352644466, 1.0382790108984783, -1.0335358793909406, 0.10104837973912686, 1.8381710673733955, 1.2233798520848074, 1.2233798520848074, 0.8248430307355266, 1.6629686659307643, 0.7048742901095955, 0.8248430307355266, -1.0335358793909406, 1.1339314644604384, -0.09037864990731087, 0.7048742901095955, 0.4313781320025612, -1.0335358793909406, 1.7239854352644466, 1.9432451143407592, 1.2233798520848074, -0.5314469345507957, 1.891757319567038, 1.2233798520848074, 0.9355822619996472, 1.4610786142967802, 0.8248430307355266, 1.7239854352644466, 1.5318236040694173, 1.599010460653154, 1.3863955362770313, 0.2743171612672418, -0.5314469345507957, -1.0335358793909406, 0.8248430307355266, -1.0335358793909406, 1.3863955362770313, 0.2743171612672418, 0.9355822619996472, 1.5318236040694173, 0.4313781320025612, -1.0335358793909406, 1.7239854352644466, -1.0335358793909406, 1.4610786142967802, 0.7048742901095955, 1.599010460653154, 1.2233798520848074, 1.891757319567038, 0.9355822619996472, 1.2233798520848074, 0.7048742901095955, 1.599010460653154, 1.8381710673733955, 0.9355822619996472, 2.8762968613282367, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 1.8381710673733955, -1.0335358793909406, 0.8248430307355266, -1.0335358793909406, 1.6629686659307643, 0.10104837973912686, -1.0335358793909406, 1.9432451143407592, -0.7777638946535912, 1.1339314644604384, -1.0335358793909406, 0.7048742901095955, 1.1339314644604384, 1.8381710673733955, 0.7048742901095955, 1.4610786142967802, -0.5314469345507957, 1.2233798520848074, -0.30129272415267, -1.0335358793909406, -1.0335358793909406, 0.5742690793992969, 1.5318236040694173, 1.4610786142967802, 0.8248430307355266, -0.7777638946535912, 0.10104837973912686, -1.0335358793909406, 1.8381710673733955, 1.3863955362770313, 0.5742690793992969, 0.5742690793992969, 1.2233798520848074, 1.4610786142967802, 1.4610786142967802, -1.0335358793909406, 1.0382790108984783, 1.782312399142721, 0.8248430307355266, 1.6629686659307643, 1.4610786142967802, 1.6629686659307643, 1.5318236040694173, -1.0335358793909406, 0.7048742901095955, 0.4313781320025612, 1.4610786142967802, -1.0335358793909406, 1.2233798520848074, -0.7777638946535912, 1.4610786142967802, 1.3863955362770313, -0.09037864990731087, 0.4313781320025612, 0.8248430307355266, 0.9355822619996472, 1.4610786142967802, 0.7048742901095955, -0.5314469345507957, 1.3863955362770313, 0.9355822619996472, 1.782312399142721, -0.7777638946535912, 0.7048742901095955, 1.1339314644604384, -1.0335358793909406, 2.21576361994226, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 1.4610786142967802, 1.1339314644604384, -0.7777638946535912, 0.9355822619996472, -0.5314469345507957, 1.3863955362770313, 1.3073338256933364, -1.0335358793909406, 0.2743171612672418, -0.30129272415267, 0.10104837973912686, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, 1.2233798520848074, 1.3073338256933364, 1.599010460653154, -1.0335358793909406, 0.5742690793992969, -1.0335358793909406, 1.6629686659307643, -0.5314469345507957, -0.7777638946535912, 0.9355822619996472, 0.7048742901095955, 1.0382790108984783, 0.5742690793992969, 1.1339314644604384, -1.0335358793909406, -1.0335358793909406, 1.3863955362770313, 0.7048742901095955, 1.599010460653154, -0.7777638946535912, 1.4610786142967802, 1.3073338256933364, 1.3073338256933364, 0.4313781320025612, 0.8248430307355266, 0.4313781320025612, 0.9355822619996472, 0.8248430307355266, -1.0335358793909406, 1.3863955362770313, -1.0335358793909406, 1.4610786142967802, 2.131082601633528, 1.4610786142967802, 1.1339314644604384, -1.0335358793909406, 1.0382790108984783, -0.7777638946535912, 1.5318236040694173, 0.8248430307355266, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -0.5314469345507957, -1.0335358793909406, -0.7777638946535912, 0.7048742901095955, 1.3863955362770313, 1.6629686659307643, -0.5314469345507957, 1.3863955362770313, 1.2233798520848074, 1.3863955362770313, 0.4313781320025612, 0.7048742901095955, 1.4610786142967802, 0.7048742901095955, -1.0335358793909406, 0.5742690793992969, 1.3863955362770313, 1.5318236040694173, -1.0335358793909406, 1.1339314644604384, -1.0335358793909406, 1.9432451143407592, 1.6629686659307643, 1.1339314644604384, 1.3073338256933364, -0.30129272415267, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, 0.2743171612672418, 1.6629686659307643, -1.0335358793909406, 1.1339314644604384, 0.9355822619996472, -0.7777638946535912, 1.4610786142967802, 1.599010460653154, -1.0335358793909406, 1.5318236040694173, 0.2743171612672418, 0.2743171612672418, -1.0335358793909406, 0.7048742901095955, -1.0335358793909406, 0.2743171612672418, -0.7777638946535912, -1.0335358793909406, 1.2233798520848074, 1.3073338256933364, 1.5318236040694173, -0.7777638946535912, -0.7777638946535912, 0.5742690793992969, -0.30129272415267, -1.0335358793909406, 1.8381710673733955, 2.5721388271593413, -1.0335358793909406, -0.5314469345507957, 0.10104837973912686, 1.2233798520848074, -1.0335358793909406, 1.4610786142967802, -0.5314469345507957, 0.5742690793992969, -1.0335358793909406, 1.3073338256933364, 0.7048742901095955, 1.0382790108984783, 1.3863955362770313, 3.1820790959173686, -0.7777638946535912, 1.7239854352644466, -0.7777638946535912, 1.9432451143407592, 0.10104837973912686, 1.599010460653154, -0.7777638946535912, 1.0382790108984783, 2.21576361994226, -1.0335358793909406, 2.0405295303187625, 1.5318236040694173, 1.7239854352644466, 1.2233798520848074, 0.10104837973912686, -1.0335358793909406, -1.0335358793909406, 1.3863955362770313, 1.2233798520848074, -1.0335358793909406, -1.0335358793909406, 0.2743171612672418, 1.2233798520848074, -0.30129272415267, -0.7777638946535912, -1.0335358793909406, 0.5742690793992969, -0.7777638946535912, 0.2743171612672418, 1.3863955362770313, -0.30129272415267, 1.891757319567038, 0.4313781320025612, 0.7048742901095955, 1.0382790108984783, -1.0335358793909406, 2.174109822346737, 0.4313781320025612, -1.0335358793909406, 1.2233798520848074, -1.0335358793909406, 1.1339314644604384, 1.3073338256933364, 1.2233798520848074, 1.7239854352644466, 1.5318236040694173, 0.9355822619996472, -1.0335358793909406, 0.2743171612672418, 0.5742690793992969, 1.0382790108984783, 1.782312399142721, 0.10104837973912686, -1.0335358793909406, -0.5314469345507957, 0.5742690793992969, 1.599010460653154, 1.5318236040694173, 0.9355822619996472, 1.599010460653154, 1.9432451143407592, -1.0335358793909406, 0.9355822619996472, 1.5318236040694173, 1.3863955362770313, 0.8248430307355266, 1.3073338256933364, 1.4610786142967802, 0.8248430307355266, 1.9432451143407592, -0.30129272415267, 0.8248430307355266, -0.30129272415267, -0.7777638946535912, 0.5742690793992969, 1.5318236040694173, 1.5318236040694173, 1.7239854352644466, 1.1339314644604384, -1.0335358793909406, 1.2233798520848074, -1.0335358793909406, -1.0335358793909406, 1.5318236040694173, -0.5314469345507957, 1.1339314644604384, 1.6629686659307643, -1.0335358793909406, 1.3863955362770313, -1.0335358793909406, 2.131082601633528, 1.891757319567038, 1.891757319567038, -0.5314469345507957, -1.0335358793909406, 0.8248430307355266, -1.0335358793909406, -1.0335358793909406, 1.4610786142967802, -1.0335358793909406, 1.3073338256933364, 1.1339314644604384, 1.4610786142967802, 1.8381710673733955, -1.0335358793909406, -0.7777638946535912, -0.5314469345507957, 1.4610786142967802, -1.0335358793909406, 1.7239854352644466, 1.0382790108984783, 1.9432451143407592, 0.10104837973912686, 1.4610786142967802, 0.10104837973912686, 2.0405295303187625, -0.5314469345507957, 1.0382790108984783, 1.3863955362770313, 1.5318236040694173, -1.0335358793909406, 1.7239854352644466, 1.782312399142721, 1.5318236040694173, 0.7048742901095955, -0.7777638946535912, 1.3073338256933364, -1.0335358793909406, -0.7777638946535912, 0.7048742901095955, -1.0335358793909406, 1.599010460653154, -0.7777638946535912, 1.7239854352644466, 1.2233798520848074, 1.3073338256933364, 1.599010460653154, 0.7048742901095955, -1.0335358793909406, 1.2233798520848074, -1.0335358793909406, 0.9355822619996472, 1.0382790108984783, -1.0335358793909406, 1.6629686659307643, 2.21576361994226, -0.5314469345507957, 1.7239854352644466, -0.7777638946535912, 1.3073338256933364, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, 1.8381710673733955, 1.0382790108984783, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, 1.0382790108984783, 2.2952791746221064, 1.6629686659307643, 0.4313781320025612, 0.5742690793992969, 1.599010460653154, -0.30129272415267, 1.5318236040694173, -1.0335358793909406, 0.9355822619996472, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, 0.4313781320025612, 0.8248430307355266, -1.0335358793909406, 1.9432451143407592, 0.8248430307355266, 2.131082601633528, 1.9432451143407592, -0.7777638946535912, 0.10104837973912686, 1.3863955362770313, -1.0335358793909406, -0.5314469345507957, 1.782312399142721, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.30129272415267, -0.7777638946535912, 1.7239854352644466, 0.10104837973912686, 1.1339314644604384, 1.3073338256933364, 0.2743171612672418, -1.0335358793909406, -1.0335358793909406, 1.2233798520848074, -1.0335358793909406, 0.4313781320025612, 1.0382790108984783, -1.0335358793909406, 2.7737713141404683, -1.0335358793909406, 0.7048742901095955, -1.0335358793909406, 0.7048742901095955, 1.9927895690868629, -0.5314469345507957, -0.5314469345507957, 1.6629686659307643, -1.0335358793909406, 1.891757319567038, 1.3073338256933364, -1.0335358793909406, -0.09037864990731087, 1.0382790108984783, 0.10104837973912686, -1.0335358793909406, 0.9355822619996472, -0.30129272415267, 1.3863955362770313, 1.3073338256933364, -0.09037864990731087, 0.10104837973912686, -0.09037864990731087, -0.5314469345507957, 1.3073338256933364, -1.0335358793909406, 0.9355822619996472, 1.3863955362770313, 0.9355822619996472, 1.4610786142967802, -1.0335358793909406, 0.4313781320025612, 0.7048742901095955, 1.9432451143407592, 1.782312399142721, -0.7777638946535912, -0.7777638946535912, 0.10104837973912686, -0.7777638946535912, -1.0335358793909406, 1.1339314644604384, 1.4610786142967802, 1.9432451143407592, 2.0405295303187625, 1.3073338256933364, -0.7777638946535912, 0.5742690793992969, 0.9355822619996472, 1.7239854352644466, -1.0335358793909406, -1.0335358793909406, 0.7048742901095955, -1.0335358793909406, 0.8248430307355266, 0.5742690793992969, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, 0.7048742901095955, -0.7777638946535912, -0.09037864990731087, -1.0335358793909406, 1.599010460653154, -0.7777638946535912, -1.0335358793909406, 0.5742690793992969, 1.4610786142967802, -0.7777638946535912, -1.0335358793909406, 0.5742690793992969, 1.8381710673733955, -0.7777638946535912, 0.8248430307355266, 0.4313781320025612, -1.0335358793909406, 1.782312399142721, -0.7777638946535912, -1.0335358793909406, 0.4313781320025612, -1.0335358793909406, -1.0335358793909406, 2.0405295303187625, 1.9927895690868629, -0.7777638946535912, -0.5314469345507957, -0.7777638946535912, 0.8248430307355266, -0.7777638946535912, 1.7239854352644466, -0.30129272415267, -1.0335358793909406, -0.30129272415267, -0.5314469345507957, 0.5742690793992969, -0.30129272415267, 0.9355822619996472, -1.0335358793909406, 0.4313781320025612, 2.3332874537563875, 0.8248430307355266, -1.0335358793909406, -0.09037864990731087, 0.10104837973912686, 0.8248430307355266, 1.2233798520848074, -1.0335358793909406, 0.7048742901095955, 0.2743171612672418, 1.2233798520848074, -0.7777638946535912, 0.7048742901095955, 1.0382790108984783, 1.2233798520848074, -0.7777638946535912, 0.10104837973912686, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 1.0382790108984783, -1.0335358793909406, -1.0335358793909406, 1.3073338256933364, 1.3863955362770313, -0.30129272415267, -1.0335358793909406, 1.891757319567038, -0.7777638946535912, -1.0335358793909406, 1.6629686659307643, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 1.7239854352644466, 1.0382790108984783, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, 1.6629686659307643, 1.1339314644604384, 0.8248430307355266, 1.8381710673733955, 1.6629686659307643, 0.10104837973912686, -1.0335358793909406, 1.1339314644604384, -0.09037864990731087, 1.1339314644604384, 1.3073338256933364, 0.10104837973912686, -0.5314469345507957, 0.8248430307355266, -0.5314469345507957, 0.9355822619996472, -1.0335358793909406, 1.8381710673733955, 0.2743171612672418, -0.5314469345507957, 1.599010460653154, 1.8381710673733955, -1.0335358793909406, 1.4610786142967802, 1.0382790108984783, -0.09037864990731087, 0.4313781320025612, -0.7777638946535912, -0.09037864990731087, 0.9355822619996472, 1.7239854352644466, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, 1.5318236040694173, -1.0335358793909406, 1.8381710673733955, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, 1.1339314644604384, 1.1339314644604384, -0.5314469345507957, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, 1.0382790108984783, 2.0405295303187625, -1.0335358793909406, 0.8248430307355266, 0.9355822619996472, -0.7777638946535912, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, -0.30129272415267, 1.3073338256933364, 1.6629686659307643, 1.4610786142967802, 1.0382790108984783, -0.7777638946535912, 0.9355822619996472, -0.7777638946535912, 0.2743171612672418, 0.8248430307355266, -1.0335358793909406, 1.1339314644604384, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 1.2233798520848074, -0.7777638946535912, 0.10104837973912686, 1.7239854352644466, 1.1339314644604384, 2.174109822346737, -1.0335358793909406, 1.5318236040694173, 1.891757319567038, 1.0382790108984783, -1.0335358793909406, -0.7777638946535912, 0.2743171612672418, -1.0335358793909406, 0.8248430307355266, 0.10104837973912686, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, 0.10104837973912686, -1.0335358793909406, 0.2743171612672418, 0.5742690793992969, 0.7048742901095955, -0.7777638946535912, 1.7239854352644466, 1.0382790108984783, 0.9355822619996472, 0.4313781320025612, -1.0335358793909406, -0.7777638946535912, 1.0382790108984783, 1.5318236040694173, 1.1339314644604384, -1.0335358793909406, 0.9355822619996472, 1.6629686659307643, -1.0335358793909406, 0.4313781320025612, 2.256127893658157, 1.7239854352644466, 1.6629686659307643, -1.0335358793909406, -0.30129272415267, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 1.0382790108984783, -0.30129272415267, -0.5314469345507957, -0.5314469345507957, 0.9355822619996472, -1.0335358793909406, 0.9355822619996472, -0.5314469345507957, -1.0335358793909406, -0.5314469345507957, -0.5314469345507957, -1.0335358793909406, -0.30129272415267, 1.3073338256933364, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, 1.3073338256933364, -1.0335358793909406, 1.782312399142721, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, 0.4313781320025612, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, 0.4313781320025612, 0.4313781320025612, -1.0335358793909406, 1.0382790108984783, -0.30129272415267, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 1.599010460653154, 0.8248430307355266, -1.0335358793909406, 1.8381710673733955, -1.0335358793909406, -1.0335358793909406, 1.0382790108984783, 1.0382790108984783, 1.9927895690868629, 1.7239854352644466, -0.5314469345507957, 0.5742690793992969, 1.1339314644604384, 1.3073338256933364, 1.5318236040694173, 1.2233798520848074, -0.5314469345507957, 1.3863955362770313, 0.9355822619996472, -0.5314469345507957, -0.7777638946535912, 0.5742690793992969, -0.7777638946535912, -0.30129272415267, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 1.1339314644604384, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, 0.8248430307355266, -1.0335358793909406, -0.7777638946535912, 1.3073338256933364, -1.0335358793909406, 1.3863955362770313, -0.5314469345507957, -1.0335358793909406, 1.2233798520848074, 1.3863955362770313, -1.0335358793909406, 1.5318236040694173, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 1.1339314644604384, -0.7777638946535912, 0.7048742901095955, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, 2.256127893658157, 0.5742690793992969, 0.10104837973912686, -0.7777638946535912, -0.7777638946535912, 0.8248430307355266, -0.7777638946535912, 1.6629686659307643, -0.5314469345507957, -0.7777638946535912, 0.8248430307355266, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 2.21576361994226, -0.7777638946535912, -1.0335358793909406, 1.1339314644604384, 1.2233798520848074, 2.0865897297261826, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, 0.5742690793992969, -0.09037864990731087, -0.30129272415267, -1.0335358793909406, 1.1339314644604384, -1.0335358793909406, -0.30129272415267, -0.30129272415267, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, 0.9355822619996472, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, 1.5318236040694173, -0.30129272415267, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, 0.10104837973912686, -1.0335358793909406, 1.2233798520848074, -1.0335358793909406, -0.7777638946535912, 1.6629686659307643, -1.0335358793909406, -0.5314469345507957, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, 0.7048742901095955, 1.2233798520848074, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, 0.7048742901095955, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 1.3073338256933364, -1.0335358793909406, -1.0335358793909406, 1.891757319567038, 1.6629686659307643, -0.5314469345507957, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, 1.0382790108984783, -1.0335358793909406, 1.782312399142721, 0.4313781320025612, -1.0335358793909406, -0.5314469345507957, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, 1.1339314644604384, -0.30129272415267, -1.0335358793909406, -1.0335358793909406, 0.4313781320025612, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -0.5314469345507957, -0.7777638946535912, -0.5314469345507957, -0.5314469345507957, 1.6629686659307643, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 0.10104837973912686, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -0.30129272415267, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, 0.4313781320025612, -0.7777638946535912, -1.0335358793909406, 1.599010460653154, -1.0335358793909406, -0.7777638946535912, 2.691168433750541, 1.6629686659307643, -0.7777638946535912, 1.2233798520848074, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 1.2233798520848074, -1.0335358793909406, -1.0335358793909406, 1.5318236040694173, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -0.7777638946535912, -0.5314469345507957, -1.0335358793909406, 0.8248430307355266, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, -0.5314469345507957, 1.0382790108984783, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 1.2233798520848074, -0.7777638946535912, 1.9927895690868629, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -0.5314469345507957, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, 0.5742690793992969, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.30129272415267, -0.30129272415267, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -0.7777638946535912, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -0.09037864990731087, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 0.2743171612672418, 0.2743171612672418, -0.5314469345507957, -1.0335358793909406, -0.5314469345507957, -0.5314469345507957, -0.7777638946535912, -1.0335358793909406, 1.2233798520848074, -0.7777638946535912, -0.5314469345507957, -0.5314469345507957, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 0.2743171612672418, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.09037864990731087, -0.5314469345507957, -0.30129272415267, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, 1.782312399142721, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -0.5314469345507957, -1.0335358793909406, 1.8381710673733955, -0.5314469345507957, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.09037864990731087, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 1.6629686659307643, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -0.7777638946535912, -0.7777638946535912, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -0.7777638946535912, -1.0335358793909406, 1.2233798520848074, -0.7777638946535912, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -0.5314469345507957, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -0.09037864990731087, -0.5314469345507957, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.30129272415267, -0.7777638946535912, -0.7777638946535912, -0.7777638946535912, -0.5314469345507957, -1.0335358793909406, -0.7777638946535912, -0.09037864990731087, -0.7777638946535912, -0.5314469345507957, -0.5314469345507957, -0.7777638946535912, -0.30129272415267, -0.7777638946535912, 0.4313781320025612, -0.30129272415267, -0.7777638946535912, -0.7777638946535912, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.09037864990731087, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, 0.7048742901095955, -0.7777638946535912, -0.30129272415267, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -0.5314469345507957, -0.5314469345507957, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, -0.30129272415267, -1.0335358793909406, 1.9927895690868629, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -0.30129272415267, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -0.09037864990731087, -1.0335358793909406, -0.7777638946535912, -0.5314469345507957, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -0.5314469345507957, -0.5314469345507957, -1.0335358793909406, -0.09037864990731087, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, 0.7048742901095955, -0.7777638946535912, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -0.09037864990731087, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -0.30129272415267, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -0.30129272415267, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -0.30129272415267, -1.0335358793909406, -0.5314469345507957, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -0.5314469345507957, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -0.7777638946535912, -1.0335358793909406, -0.5314469345507957, -0.7777638946535912, -0.7777638946535912, -0.7777638946535912, 0.10104837973912686, -0.7777638946535912, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, 0.7048742901095955, -1.0335358793909406, -0.5314469345507957, -0.5314469345507957, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -0.30129272415267, -0.7777638946535912, 0.7048742901095955, -0.7777638946535912, 2.4750990432669004, -0.5314469345507957, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -0.30129272415267, -0.30129272415267, -0.5314469345507957, -1.0335358793909406, 1.4610786142967802, -0.30129272415267, -0.5314469345507957, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -0.5314469345507957, -1.0335358793909406, -0.5314469345507957, -0.5314469345507957, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -0.7777638946535912, -0.7777638946535912, -0.7777638946535912, -0.5314469345507957, -0.7777638946535912, -0.7777638946535912, -0.30129272415267, -1.0335358793909406, 0.7048742901095955, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -0.30129272415267, -1.0335358793909406, -0.5314469345507957, 1.5318236040694173, -1.0335358793909406, -0.30129272415267, -0.30129272415267, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -0.5314469345507957, 0.10104837973912686, -0.5314469345507957, -0.5314469345507957, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -0.5314469345507957, -0.5314469345507957, -1.0335358793909406, -0.30129272415267, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, 0.10104837973912686, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -0.5314469345507957, -0.7777638946535912, -0.7777638946535912, -0.5314469345507957, -1.0335358793909406, -0.30129272415267, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, -0.30129272415267, -0.5314469345507957, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -0.5314469345507957, 0.10104837973912686, 0.5742690793992969, -0.5314469345507957, -0.5314469345507957, -1.0335358793909406, -0.5314469345507957, -0.30129272415267, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, 1.2233798520848074, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -0.09037864990731087, -0.30129272415267, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, 0.9355822619996472, -0.7777638946535912, -0.5314469345507957, -1.0335358793909406, -0.5314469345507957, -0.5314469345507957, -0.5314469345507957, 1.8381710673733955, -0.5314469345507957, -0.09037864990731087, -1.0335358793909406, -0.09037864990731087, -0.7777638946535912, -0.5314469345507957, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, 0.2743171612672418, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -0.30129272415267, -1.0335358793909406, -0.7777638946535912, -0.30129272415267, 0.4313781320025612, -0.7777638946535912, -0.30129272415267, -0.09037864990731087, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, 1.0382790108984783, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -0.5314469345507957, -0.7777638946535912, 0.2743171612672418, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, -0.5314469345507957, 0.10104837973912686, -0.5314469345507957, -0.30129272415267, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, -0.7777638946535912, -0.5314469345507957, -0.7777638946535912, -1.0335358793909406, -0.5314469345507957, -0.30129272415267, -0.7777638946535912, -0.5314469345507957, 0.10104837973912686, -0.7777638946535912, 1.782312399142721, -0.7777638946535912, 1.599010460653154, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, -0.5314469345507957, -0.5314469345507957, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -0.09037864990731087, -1.0335358793909406, -0.5314469345507957, -0.7777638946535912, -0.5314469345507957, -0.5314469345507957, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 1.1339314644604384, -1.0335358793909406, 2.131082601633528, 1.782312399142721, -0.7777638946535912, -0.7777638946535912, -0.5314469345507957, -0.5314469345507957, 2.746818390171072, -0.5314469345507957, -0.30129272415267, -1.0335358793909406, -0.5314469345507957, 0.7048742901095955, -0.7777638946535912, -0.5314469345507957, -1.0335358793909406, -1.0335358793909406, -0.30129272415267, -0.30129272415267, -0.09037864990731087, 1.0382790108984783, -1.0335358793909406, 0.10104837973912686, -0.7777638946535912, 0.10104837973912686, -0.7777638946535912, -0.5314469345507957, -0.5314469345507957, 1.891757319567038, -0.09037864990731087, -0.7777638946535912, -1.0335358793909406, -0.09037864990731087, -1.0335358793909406, -1.0335358793909406, -0.30129272415267, 1.2233798520848074, -1.0335358793909406, 0.9355822619996472, 1.8381710673733955, -1.0335358793909406, -0.7777638946535912, -0.30129272415267, -0.7777638946535912, 1.1339314644604384, -1.0335358793909406, -0.30129272415267, 1.1339314644604384, -0.5314469345507957, -0.7777638946535912, 0.10104837973912686, -1.0335358793909406, 1.1339314644604384, -0.7777638946535912, 0.2743171612672418, -0.7777638946535912, -0.5314469345507957, -0.7777638946535912, -1.0335358793909406, 0.9355822619996472, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, 1.8381710673733955, -1.0335358793909406, -0.5314469345507957, -0.5314469345507957, 1.0382790108984783, -0.30129272415267, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, 1.1339314644604384, -0.5314469345507957, -1.0335358793909406, 0.4313781320025612, -0.5314469345507957, -0.30129272415267, -0.30129272415267, -0.7777638946535912, 1.1339314644604384, -0.30129272415267, -1.0335358793909406, -0.7777638946535912, -0.09037864990731087, -0.09037864990731087, -0.7777638946535912, -0.30129272415267, -1.0335358793909406, -0.30129272415267, -1.0335358793909406, 1.891757319567038, -0.7777638946535912, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -0.30129272415267, -0.09037864990731087, -1.0335358793909406, -0.30129272415267, -0.7777638946535912, -0.5314469345507957, 0.4313781320025612, 1.4610786142967802, -0.7777638946535912, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, -0.5314469345507957, -1.0335358793909406, -0.30129272415267, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, 0.2743171612672418, -0.5314469345507957, 1.6629686659307643, -1.0335358793909406, -0.09037864990731087, 1.3073338256933364, -0.7777638946535912, -1.0335358793909406, 0.2743171612672418, 1.5318236040694173, -0.7777638946535912, 0.2743171612672418, 1.4610786142967802, 1.891757319567038, -1.0335358793909406, -0.5314469345507957, -0.30129272415267, -0.09037864990731087, -0.5314469345507957, -0.7777638946535912, -0.5314469345507957, -1.0335358793909406, -0.5314469345507957, 1.6629686659307643, 1.7239854352644466, 1.9927895690868629, 1.3073338256933364, -1.0335358793909406, -1.0335358793909406, -0.5314469345507957, -0.09037864990731087, -0.30129272415267, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, -0.30129272415267, -0.30129272415267, -1.0335358793909406, -0.09037864990731087, -0.7777638946535912, 1.3863955362770313, 2.256127893658157, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, 0.9355822619996472, -0.5314469345507957, -0.7777638946535912, -1.0335358793909406, -0.30129272415267, 0.8248430307355266, 0.4313781320025612, -1.0335358793909406, -0.30129272415267, 0.2743171612672418, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -1.0335358793909406, -0.09037864990731087, 1.1339314644604384, 1.2233798520848074, -0.30129272415267, 1.1339314644604384, 1.4610786142967802, 0.10104837973912686, -0.5314469345507957, -0.09037864990731087, 0.10104837973912686, -1.0335358793909406, 2.0405295303187625, 0.8248430307355266, 2.0405295303187625, -0.5314469345507957, -0.09037864990731087, -0.09037864990731087, 2.4061264722164037, -0.7777638946535912, -0.30129272415267, -1.0335358793909406, -0.5314469345507957, -0.7777638946535912, -0.5314469345507957, 2.131082601633528, -0.7777638946535912, -1.0335358793909406, 1.5318236040694173, 2.691168433750541, -1.0335358793909406, -0.7777638946535912, 0.5742690793992969, -0.5314469345507957, -1.0335358793909406, 1.0382790108984783, -1.0335358793909406, 0.5742690793992969, -1.0335358793909406, -0.5314469345507957, 1.6629686659307643, -0.30129272415267, 2.131082601633528, -1.0335358793909406, 0.9355822619996472, 1.599010460653154, -0.7777638946535912, 1.9432451143407592, 1.1339314644604384, 1.9432451143407592, -0.7777638946535912, -0.5314469345507957, -0.7777638946535912, 1.599010460653154, 1.7239854352644466, -0.5314469345507957, 1.599010460653154, 1.9432451143407592, 1.7239854352644466, -0.30129272415267, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912, 0.10104837973912686, 2.174109822346737, 1.3863955362770313, -0.7777638946535912, -0.5314469345507957, 0.5742690793992969, 0.2743171612672418, -0.7777638946535912, 0.7048742901095955, -0.30129272415267, -0.5314469345507957, -0.30129272415267, 1.9927895690868629, 1.2233798520848074, -1.0335358793909406, -0.30129272415267, -0.5314469345507957, -0.7777638946535912, -0.7777638946535912, -1.0335358793909406, -0.30129272415267, -1.0335358793909406, -0.30129272415267, 1.4610786142967802, -0.5314469345507957, 0.4313781320025612, -1.0335358793909406, 1.9927895690868629, 1.3073338256933364, -0.09037864990731087, -1.0335358793909406, -0.7777638946535912, -0.30129272415267, -0.7777638946535912, -1.0335358793909406, -0.30129272415267, 0.10104837973912686, -0.5314469345507957, 1.8381710673733955, -1.0335358793909406, 0.10104837973912686, 1.6629686659307643, -0.30129272415267, 1.782312399142721, -1.0335358793909406, -0.5314469345507957, -0.5314469345507957, -0.09037864990731087, -0.7777638946535912, 1.0382790108984783, -0.30129272415267, -0.30129272415267, -0.30129272415267, -0.30129272415267, -1.0335358793909406, 1.0382790108984783, -1.0335358793909406, 1.599010460653154, 0.9355822619996472, -0.7777638946535912, -0.7777638946535912, 1.7239854352644466, 1.3863955362770313, -0.5314469345507957, 0.10104837973912686, 1.599010460653154, -1.0335358793909406, -0.7777638946535912, -0.30129272415267, -1.0335358793909406, 1.8381710673733955, -0.5314469345507957, -0.09037864990731087, 1.2233798520848074, -1.0335358793909406, -0.30129272415267, 1.5318236040694173, -0.30129272415267, -1.0335358793909406, -0.30129272415267, -0.5314469345507957, -0.5314469345507957, -1.0335358793909406, -0.5314469345507957, 2.441070481145476, 0.8248430307355266, 1.0382790108984783, -0.5314469345507957, 1.0382790108984783, -0.7777638946535912, 1.782312399142721, -0.5314469345507957, -1.0335358793909406, -0.7777638946535912, -0.7777638946535912], [0.3211669360289077, -2.3753760129482107, -1.4673814237532437, 0.436704496324455, 0.0082421320530067, -0.06935296478531015, 0.5285835476476918, 0.5025441959872511, 0.2501250798089677, -1.1922745814217712, -0.5766920804446894, -1.6304015234845175, -0.6230696299945636, -0.2739878172931307, 0.5904900951667533, -0.7346299277891626, 0.4281160922053535, 0.4309882415924956, -1.6607327328756334, 0.0709311055110465, -0.8256943207568356, -0.06935296478531015, -1.2681836386455425, -0.7027736814187727, -2.2491910279873424, 0.44520967310349097, -0.9272865524613191, -0.7238824133269491, -0.2425509418166807, -2.3753760129482107, -1.4925565733448627, -0.2739878172931307, -1.9931201079998675, 0.057869500029912715, -1.830082072252384, 0.26410759537992784, -0.2934047299277562, -1.9931201079998675, 0.16896637630669128, -0.16572220825238326, 0.16896637630669128, -0.2003484280951248, -1.1393426943908032, -1.1922745814217712, -0.01052317774070076, 0.5904900951667533, 0.11722656670496788, -0.16008164183931742, 0.10067297445595116, -2.5208773287410398, -0.08469771058313083, -2.789106052127933, -0.2122007430258395, -0.11088375962911197, -2.3753760129482107, -1.0120018243018731, -0.6326462390718085, -1.0733740105097949, -1.1057413569399832, -1.9931201079998675, -0.9272865524613191, 1.0420844891339598, -2.2491910279873424, 0.06659879558444405, -0.16572220825238326, -0.4274809998741945, -0.442862366457818, -0.07443813814347525, -0.9973044057958046, -0.2425509418166807, -1.3732771604688188, -0.11088375962911197, -0.8377700801595092, 0.4647403115963017, -0.054271820259143885, 0.10898879094398968, 0.4919082155010722, -2.1919588142961395, -1.6607327328756334, -2.1919588142961395, 0.1728228506271662, 0.2880534926425029, -1.3732771604688188, -1.1742753663275127, -0.7676839210068294, -0.06935296478531015, -0.07955293771634098, -1.6607327328756334, 0.3593213944510562, 0.3898967930323625, -0.3614154117990537, -1.9079234919783528, -1.7935518199648892, -1.0733740105097949, 0.24659436767591944, 0.39289655725014144, 0.7732894710341415, -0.0010903831117252266, 0.26410759537992784, -1.830082072252384, -0.5949504554885211, -0.10558369429158908, -1.3087342057876097, 0.51043744038511, 0.16509288382929904, -0.10031543260231184, -2.0871495453949325, 0.7088568279995349, -1.5451569714207494, 1.4035940718799556, -2.0871495453949325, -2.2491910279873424, -0.17711322761969314, -1.868161451932385, -1.9495191977103488, -1.6921324041697756, 0.14942568538956336, -2.0871495453949325, 0.3777941466669447, -1.9931201079998675, -0.6423283488780566, 0.5336999769530879, -0.7789839174951905, 0.18429164344865653, -1.2485857421540716, 0.21416209280093665, -1.2681836386455425, 0.5130528251137388, -1.830082072252384, -1.2882262887873213, -1.830082072252384, 1.1381074973401268, 0.9518482723641843, 0.9342492487716404, -1.6921324041697756, 0.8094216169295329, -1.3512352405171075, -1.7935518199648892, 0.21416209280093665, 0.3530763896354136, 0.24659436767591944, -1.0269486856196277, -1.9079234919783528, 0.5880958871029346, 0.4972423172659449, 0.4480265144850205, -0.7904310061622197, -0.9973044057958046, -1.6921324041697756, 0.4674952596979997, -1.0120018243018731, 0.06659879558444405, -1.2681836386455425, -0.38288982636989305, 0.5880958871029346, 0.8653560057665808, 0.09648533624318187, 0.8548046043484506, 0.8242010777943996, -1.329729344859201, 0.12538775250262146, -0.7565272919845942, -1.1223819512906614, -1.0269486856196277, -0.8750249782644621, 0.5856951297540595, -0.7565272919845942, -1.6921324041697756, 0.4309882415924956, -1.1057413569399832, 0.8740529577078588, 0.3308621681636523, 0.7713459385471462, -0.2425509418166807, -1.868161451932385, 0.6460748095724069, 0.23232775844893835, 0.4018348203745208, 0.3777941466669447, 1.0784785270294208, -1.9079234919783528, -0.08469771058313083, 0.7046682955175347, 0.5832877871944531, -1.1057413569399832, -0.9686256449606466, 0.18429164344865653, 0.8688451356600372, 0.18048533824840268, 0.6347814015489367, 0.4136126463061881, 0.8056875316737241, 0.6393162185201617, 0.8314985082480251, -2.0389220202615874, 0.6094122012024397, 0.6550060556062216, -1.3087342057876097, 0.3716796604730044, -1.4925565733448627, -0.2868846061834778, 0.5208525393611104, -0.38288982636989305, 0.5208525393611104, -1.3958822785389966, -1.9079234919783528, -1.6304015234845175, 0.13748900031182948, 0.01747647674395344, 0.1918550922477958, 0.8405357851271058, 0.3868867410297519, -1.7935518199648892, 0.22147353494076105, 0.7171743952242681, -2.0389220202615874, 1.2632567995224795, -0.005794111033215323, 0.6140796631850142, 0.32764230885458995, 0.4919082155010722, -1.2485857421540716, 0.24659436767591944, -1.3732771604688188, -1.724677184903731, -1.7935518199648892, 0.1918550922477958, 0.02661469413399376, 0.14942568538956336, 0.6594378247315823, 0.8333134239831923, 0.5260141041715074, -1.6921324041697756, -1.2681836386455425, -0.3065920285628277, -2.0871495453949325, 0.4223434418417188, 0.7981713566437278, -1.2681836386455425, 0.5513761794873747, 0.8512590900319484, 0.4702415872143895, 0.2846723882146198, -1.4673814237532437, -0.07443813814347525, 0.36552227841028, 0.18429164344865653, -1.1742753663275127, -0.9973044057958046, 1.1252023435677363, -1.5184671748321883, 0.12538775250262146, 0.3777941466669447, 0.4252345129935885, -1.1922745814217712, -0.5326400300909889, -1.156636085431617, 0.9951152773337418, 0.5234371162194171, -1.6921324041697756, 0.7752287089431527, -1.329729344859201, -1.3512352405171075, 0.5976337785262192, 0.7151023819596374, 0.20307945351357848, 0.9342492487716404, 0.9146390400705188, -1.5726736765807752, -2.5208773287410398, -1.5726736765807752, 0.2981193543202539, 0.4536332199250542, 0.3898967930323625, 0.8583358524099545, 0.9212245850808278, -1.4190798694954283, 0.7496780947905302, 0.2571441804566518, -1.9079234919783528, -1.6304015234845175, -1.2681836386455425, 0.10484073007025854, 0.3113634123853129, 0.8723204485382715, 0.2359162089514003, -0.8750249782644621, -2.1919588142961395, 1.112104579110342, 0.4077434893796885, -0.6521183061606537, -0.8624305746054685, 0.5413191259722638, -1.5726736765807752, 1.0604701549311146, 0.6572247375599495, 1.0056067508334634, -0.4664515139294447, 1.218829330858917, -1.1922745814217712, -1.5184671748321883, 0.26410759537992784, -1.3087342057876097, -1.830082072252384, -1.3732771604688188, -1.2882262887873213, 1.5609036315966849, -0.14337415714065851, 0.6325051757313983, -0.16008164183931742, -1.9931201079998675, 0.6616453452643138, -1.830082072252384, 0.16896637630669128, -1.4429015291536298, -0.2003484280951248, -1.4673814237532437, -1.3958822785389966, 0.687711355072133, 0.436704496324455, -1.6010694623020467, 1.0974675990276055, -1.1057413569399832, 0.8476991937272125, 0.9799064839134809, -1.1922745814217712, -1.6304015234845175, 0.9829694013580544, 0.3898967930323625, 1.4753631535768372, -1.2681836386455425, -0.442862366457818, -1.4673814237532437, 0.6812670717483599, 1.3191975210569036, -1.2882262887873213, 0.4838457807188426, -1.9931201079998675, -0.4744574590250781, 0.7192415280944986, 0.22872457714055636, 0.38083548974891984, -1.4429015291536298, -1.5726736765807752, -1.3512352405171075, -1.3512352405171075, -0.024865176837279, -1.2882262887873213, 1.0674402526082802, 0.6483161563982147, 1.2258124372342925, 0.8019374905575408, -0.6230696299945636, 0.4281160922053535, 0.057869500029912715, -0.26760976210112125, 0.7376298378945146, 0.4047941271043787, 0.4998972601592647, 0.8476991937272125, -1.329729344859201, -1.5451569714207494, 1.0189140740818028, -1.6607327328756334, 0.10484073007025854, 0.10484073007025854, -1.6010694623020467, 0.4018348203745208, -1.6607327328756334, 0.7416643295989259, -1.3958822785389966, -1.9931201079998675, 0.3211669360289077, 0.7213038035051734, -1.4925565733448627, 0.8205294809776561, -1.1057413569399832, 0.6164041185832985, 0.9752919702300391, 0.8723204485382715, -1.6607327328756334, 0.8112827184260065, -1.6607327328756334, 1.288440623288601, -1.0421535706088767, 0.6505517937077827, 0.4619766886263926, 0.7067650605294717, -1.3732771604688188, 0.3988655019127694, -1.724677184903731, 0.5538725384806223, -0.12697867448443453, -1.5726736765807752, -0.8750249782644621, 0.9438924399863442, 0.5637875687112504, 0.5311454906892753, 1.0825823460925847, 0.8149931228496476, 0.3838663304453345, 1.4406659463922955, -1.4925565733448627, -0.442862366457818, 0.5463620582379479, 0.9659895072415968, 0.7635284796578659, -1.830082072252384, 0.7790943766473297, 0.7924916778629794, 0.9113276424940716, 0.2981193543202539, 1.0449382456784022, 1.2153168291508454, -1.868161451932385, -1.6304015234845175, -1.830082072252384, -1.2882262887873213, 0.6834204282001077, 0.9518482723641843, -0.5412755234986762, 0.5285835476476918, 0.5336999769530879, 0.5928777895780275, 0.10484073007025854, 0.8278573779100056, 0.9799064839134809, -1.329729344859201, 1.6784797377846057, 0.4423837621014551, -1.4190798694954283, 0.7356056155470283, -1.830082072252384, -1.3512352405171075, -1.6304015234845175, 0.2251065436116804, 0.8928881833723402, 0.7151023819596374, 1.4736167898067922, 1.344873528682761, 1.0961247790556272, 0.0752421392355589, 1.1646059150787624, -1.057625508880358, -1.3958822785389966, 0.6834204282001077, 0.8423321263903364, -1.6304015234845175, 0.4972423172659449, -1.6921324041697756, 0.60706912861703, 0.6256408607743567, -1.868161451932385, 1.0688276536034749, -0.8500139203831663, 0.7192415280944986, 0.8038145141156198, 0.8877912634380659, 0.7886847011611483, 0.7130254652029577, 0.30144915117709264, 0.2880534926425029, 0.8494809469164014, 0.16120222236792722, 1.1419423253955956, 0.8333134239831923, 1.218829330858917, -1.3512352405171075, 0.2981193543202539, 1.3931186355902427, -1.3512352405171075, -1.9495191977103488, -1.4925565733448627, -1.0269486856196277, -1.4673814237532437, -1.3512352405171075, 0.6983477750148883, 0.9179379898561376, -1.4925565733448627, 1.1068102438302592, -1.4925565733448627, 0.14546479890624095, 0.9675467815122504, -0.5677032153585039, 0.4536332199250542, -1.2485857421540716, 0.8583358524099545, -0.04435975527215768, -1.4190798694954283, 0.4729793479205094, 0.9691012973191071, -1.5726736765807752, 1.0729767446380047, 0.4838457807188426, -1.2485857421540716, -1.3512352405171075, -1.5451569714207494, 0.3436247689999558, -1.6010694623020467, 0.5463620582379479, 1.0305757486394589, -1.868161451932385, 1.1239013288670985, 0.4480265144850205, 0.8723204485382715, 1.1028184258226827, -2.0871495453949325, 0.816842458936686, -1.724677184903731, 0.8877912634380659, -1.2485857421540716, 0.4784293815005836, 0.9277610795653312, 0.9179379898561376, 1.2035059039692184, -1.3958822785389966, -0.4351380164345416, 0.9406898019810392, 0.15729423908198265, 1.0771063116698902, 1.0604701549311146, -1.4925565733448627, -1.156636085431617, 0.5513761794873747, 1.1303872002006077, -1.4673814237532437, 0.7274617119181448, -1.5184671748321883, -1.758452105843924, 0.7981713566437278, -1.4190798694954283, 1.1757219394553786, 0.22872457714055636, 1.3346930942991542, -1.0421535706088767, 0.7654893823577817, 0.5976337785262192, 0.9518482723641843, 0.4480265144850205, 1.4287885093060293, 1.2384722429837645, -1.0120018243018731, 0.6527817505132547, -1.3958822785389966, 1.086667063900395, 0.60706912861703, 0.7886847011611483, 0.8809489934120112, 1.2246524381251973, 0.4077434893796885, 0.7848611382370865, -1.4925565733448627, -1.1057413569399832, 0.51043744038511, 1.0520322995972398, 0.7356056155470283, 1.1818372050225632, 0.3340702585924697, 0.9277610795653312, 0.5760258845290391, 1.0420844891339598, -1.3087342057876097, 0.6415748702071451, 0.6438277239954024, 0.7376298378945146, 0.8242010777943996, 0.7315431101791753, 0.5130528251137388, 0.7416643295989259, -1.6607327328756334, -1.4429015291536298, 0.7004596769548199, -1.7935518199648892, 0.7335767135372082, 0.040146096301399585, 0.8600961623806715, 0.9293876243862154, 0.8688451356600372, -1.5726736765807752, 1.0305757486394589, 0.4223434418417188, -1.6607327328756334, 0.6616453452643138, -1.3958822785389966, 1.4204704735897582, -1.2681836386455425, -1.3732771604688188, -0.4664515139294447, 0.8056875316737241, -1.2882262887873213, 0.7274617119181448, -1.4673814237532437, 0.9195828260026724, -1.9079234919783528, -1.3087342057876097, 0.6140796631850142, -1.4925565733448627, 1.024764281719301, -0.22421523453546224, -1.868161451932385, -1.4673814237532437, 1.116054474777243, 0.3436247689999558, 0.7004596769548199, -1.2882262887873213, 0.7771636712104469, -1.5726736765807752, 0.5362470497159414, -1.724677184903731, -1.3512352405171075, -1.758452105843924, 0.9799064839134809, 0.1918550922477958, -1.3512352405171075, 0.906336999970495, 0.7025665090285079, 1.0377863786964376, 0.4647403115963017, -1.5451569714207494, -1.4925565733448627, 0.5078142386004234, 1.0276748256755026, 0.308071085993951, 0.5808738232020547, 0.8314985082480251, 0.8038145141156198, 1.1508256231970897, -1.868161451932385, -1.6304015234845175, -1.3087342057876097, 0.2812782089288048, -1.4925565733448627, 0.9737483912460312, 0.7981713566437278, -1.2294134053175685, -1.5451569714207494, 0.9470834329737172, 0.5808738232020547, 1.061868610219904, 1.0893796847983763, 0.7693980924198287, -0.9828482688434804, 1.7660115409701724, -0.05927013821606336, 1.1683269232745646, 0.26410759537992784, 1.132968186305908, -1.3512352405171075, -1.9079234919783528, -1.5451569714207494, 1.349919798230153, 0.486541496660669, -0.02969838773735177, 0.7905902537918372, 1.1342558384042658, -1.868161451932385, -1.2485857421540716, 1.302361655177457, 1.1355416039335338, 0.8583358524099545, 1.1054816542926569, 1.211790212155892, 0.5808738232020547, 1.2532021188342504, -1.0733740105097949, 1.2851964727984095, -1.3732771604688188, 0.5438442141585383, 0.3838663304453345, 0.5976337785262192, -1.5451569714207494, 0.5613192925958729, -1.5184671748321883, 0.3777941466669447, 0.6000021428907603, -0.0200584294985615, 1.1879101521076814, -1.2681836386455425, 0.21416209280093665, -1.4429015291536298, 0.5711510179054252, -1.5451569714207494, 0.7516701543035154, 1.3428468678772212, 1.365875586857095, -1.5451569714207494, 1.1342558384042658, 1.2338897799831288, 0.6983477750148883, -1.758452105843924, 0.08380120662323348, -1.5184671748321883, 0.9129849031242075, 1.2211632124690142, 0.3958861037568324, 1.132968186305908, 0.8583358524099545, 0.31464343529238376, 0.7436746415846381, 0.5513761794873747, 0.16896637630669128, -0.7676839210068294, 1.053444254797362, 1.1558617103962845, 0.8186879062061083, -1.4925565733448627, -1.724677184903731, -1.3087342057876097, 1.349919798230153, -1.1922745814217712, 0.4423837621014551, 0.8441247982870334, 1.4550670379879715, -1.2681836386455425, 0.9768328390108862, 0.7171743952242681, 0.2251065436116804, 0.8877912634380659, 0.4480265144850205, 0.5285835476476918, -1.2882262887873213, -1.5726736765807752, -1.3958822785389966, 1.4496942848161938, 0.4480265144850205, 0.7396494021158571, 0.2675686953919812, -1.1742753663275127, 0.6279349363254538, -1.5726736765807752, 0.8775077490256225, 0.9737483912460312, -1.2882262887873213, -1.4673814237532437, -1.2681836386455425, 0.8056875316737241, 0.9113276424940716, -1.7935518199648892, 1.0604701549311146, 0.5662489225454541, 0.3838663304453345, 1.1368254884135918, -1.1223819512906614, 0.6682347852967203, -1.4925565733448627, 1.1495620727650402, -1.6304015234845175, -1.2882262887873213, 0.6415748702071451, 1.0203802861908555, -1.329729344859201, -1.1223819512906614, 0.7171743952242681, 0.436704496324455, 1.2453013818219358, 1.2643669082239908, 0.6370517390172172, 1.243030901880806, 0.5488726996519335, 1.1903276124629174, 0.7356056155470283, 0.9981256613946896, -1.4925565733448627, 0.44520967310349097, 0.8723204485382715, 0.4729793479205094, 0.8894935279663444, 1.320239115139385, 0.8792300579422774, -1.6304015234845175, 1.1818372050225632, 0.3404514746976345, -1.4673814237532437, 0.5311454906892753, 0.31464343529238376, 1.4406659463922955, 0.22147353494076105, -0.12158085288859932, -1.3732771604688188, -1.4190798694954283, 0.4674952596979997, 1.2141428641143026, 0.7356056155470283, 0.5735918358927173, 0.5156604392319399, 1.250952014176542, 1.0363489845420553, 0.6460748095724069, 1.5294873205691766, 0.6000021428907603, 0.8843767966876331, 1.1028184258226827, 0.3372666658462731, 1.1658480050092763, -1.9931201079998675, -1.3958822785389966, 0.6919814045362367, -1.2485857421540716, 0.9951152773337418, 0.9310111601295048, -1.1742753663275127, -1.3958822785389966, -1.6010694623020467, -1.4925565733448627, 0.5832877871944531, 0.7635284796578659, 0.9644294647004282, -0.4664515139294447, -1.6010694623020467, 0.5563618170214738, -0.7027736814187727, 0.4395487228934148, -1.156636085431617, 0.7295047836359693, -1.2681836386455425, -1.4190798694954283, 1.17079885900903, -1.9931201079998675, 0.5285835476476918, -1.2882262887873213, 1.1225983825502293, 0.8094216169295329, -1.156636085431617, 0.9146390400705188, 1.0262207603081768, -1.1742753663275127, -1.6607327328756334, -1.6010694623020467, -1.2681836386455425, 0.6898489767760868, 1.1818372050225632, 0.8775077490256225, -1.057625508880358, 0.7752287089431527, 0.4047941271043787, 0.9518482723641843, 0.4998972601592647, 0.51043744038511, -0.8750249782644621, -1.830082072252384, 0.8242010777943996, 0.7576193455480497, -1.2485857421540716, -1.5184671748321883, 0.8600961623806715, 0.7396494021158571, -1.3512352405171075, 0.8260311319699464, -1.3958822785389966, 0.5513761794873747, 0.6726004186481278, 0.7886847011611483, -1.9495191977103488, 0.32441059401366845, -1.4190798694954283, 1.1646059150787624, 0.3340702585924697, 1.6205510642481469, -1.1742753663275127, -1.6010694623020467, 0.8565720044823603, -1.724677184903731, 1.1290938550316745, 0.6572247375599495, 0.6704203165014008, 0.5438442141585383, -1.3512352405171075, 0.5362470497159414, -1.6921324041697756, 1.1757219394553786, 0.6256408607743567, -1.2882262887873213, -1.6304015234845175, 1.218829330858917, 1.1406659103952823, 0.9966217601721609, 1.204694175311991, 0.012871446499247095, 0.6704203165014008, 0.32764230885458995, 0.8843767966876331, -1.3958822785389966, 0.3777941466669447, 0.6572247375599495, 1.1879101521076814, 0.7213038035051734, 0.8387357594458854, 1.4709907106882012, 0.6505517937077827, -0.08987280995554392, 1.485768978910576, 0.7886847011611483, 1.1744937560796127, 1.180617556214247, 1.36389690637252, -1.830082072252384, 0.6164041185832985, -1.4429015291536298, 0.17666245563945493, 0.5662489225454541, 0.7693980924198287, 0.8186879062061083, 1.365875586857095, 0.5078142386004234, 0.8688451356600372, 0.8387357594458854, 1.591234023311909, -1.0269486856196277, 0.15336877908134336, 1.0477827523886507, 1.1355416039335338, -1.3087342057876097, 1.033467114005147, 0.8333134239831923, 1.1683269232745646, -1.4429015291536298, 1.468356749576301, 1.0349092322282751, 1.2938210317499206, 0.3593213944510562, 0.5362470497159414, 0.7192415280944986, 1.3549372162527715, -1.6304015234845175, 0.6460748095724069, 0.7516701543035154, 1.240754532478916, 0.9113276424940716, 0.6812670717483599, 0.5413191259722638, -1.1393426943908032, -1.4925565733448627, 1.3181546892351734, 1.3233565002454284, -1.329729344859201, 0.992094531250619, 0.9752919702300391, 0.4972423172659449, -1.4190798694954283, 1.2441668761287266, -1.4925565733448627, -1.5726736765807752, -0.9686256449606466, 0.7576193455480497, -1.156636085431617, 1.0477827523886507, -1.3087342057876097, 0.8843767966876331, -1.4673814237532437, 0.17666245563945493, 0.12131664425922314, 0.8019374905575408, 0.9310111601295048, 0.9046671257367532, 0.7171743952242681, -1.2294134053175685, 0.6140796631850142, -1.2681836386455425, 1.0041156261014428, 1.3212794744172345, 0.8928881833723402, -1.2485857421540716, 1.3519302091263348, 0.16120222236792722, 0.5928777895780275, 1.0771063116698902, 1.0218440527440769, -0.8020290584614841, 0.7516701543035154, 0.8740529577078588, -1.4190798694954283, 0.8583358524099545, 0.6438277239954024, -1.758452105843924, 0.4136126463061881, 0.7274617119181448, -1.3087342057876097, 0.35620444635048804, 0.747681503300912, 1.0276748256755026, 0.6834204282001077, 0.6438277239954024, 1.0632648405805982, 0.9565873810135536, 0.012871446499247095, 0.3211669360289077, -1.4925565733448627, -1.2106486432787138, 0.886085690639617, 0.4998972601592647, 0.8928881833723402, 1.4496942848161938, 1.1757219394553786, -0.8020290584614841, 0.3898967930323625, 1.1520873569713097, 0.9752919702300391, 0.7886847011611483, -1.3958822785389966, 0.9310111601295048, 0.676944443182882, 0.8671023047031009, 0.4423837621014551, -0.2868846061834778, -1.3958822785389966, 0.6302230309436925, 1.326462850721623, 1.0961247790556272, 1.3160653005830858, -0.9828482688434804, 0.7130254652029577, 0.9244989179310484, 1.0715958927324412, -1.2106486432787138, 1.1239013288670985, 1.061868610219904, 0.6962307787514409, 0.5260141041715074, 1.2654756144432908, 1.1406659103952823, 0.2812782089288048, 0.3716796604730044, 0.9096672463607448, 0.22872457714055636, 1.1406659103952823, -1.2485857421540716, -1.1742753663275127, 1.2775798217538212, -1.2106486432787138, -1.329729344859201, 0.676944443182882, 0.902994068045146, 0.5362470497159414, 1.311871540116064, -0.9546291337119224, -0.024865176837279, 0.7693980924198287, 1.1482967004364677, 1.0363489845420553, 1.3418317796345036, -1.3512352405171075, -1.7935518199648892, 1.0798486001059928, -1.2294134053175685, 0.7848611382370865, 1.1094614039606587, 1.0392214224033582, 1.2731975840899563, 0.4564231983724442, -1.3732771604688188, -1.4429015291536298, -1.2882262887873213, 0.8056875316737241, 1.178173161631915, 1.2176600583467263, 0.9342492487716404, -1.0894091005913982, -1.1742753663275127, 1.0660506547569129, 1.0041156261014428, 0.935863823711507, 1.1303872002006077, 1.3191975210569036, 0.9096672463607448, 1.4251013347139618, 1.118677896332683, -1.2485857421540716, 1.3066009985204543, 0.9293876243862154, -1.5184671748321883, -1.4190798694954283, 1.1290938550316745, 1.6757070608455658, 1.1393876361847792, 0.9659895072415968, 1.350925579378527, -1.0421535706088767, 0.7693980924198287, 1.0576665411269948, 1.210611516780005, -1.0733740105097949, 0.4106829738020202, -1.2294134053175685, 0.3308621681636523, -1.3087342057876097, 1.3569361787021614, -1.4673814237532437, -1.3732771604688188, 1.3549372162527715, 1.501149960142972, 0.4252345129935885, -1.5451569714207494, 1.5360240275547743, -1.7935518199648892, 0.5687033928132175, -1.3087342057876097, -1.7935518199648892, 1.6146166340111288, -1.1393426943908032, -1.2882262887873213, 0.6638473270895385, 0.6023641332641533, 1.3055430810646669, 0.4647403115963017, 0.8740529577078588, 0.5051831728964317, 1.093432959269865, 0.7576193455480497, 0.5613192925958729, 1.34689551991393, 0.9799064839134809, 1.4073725304845308, 1.294893166265607, 1.3055430810646669, -1.2681836386455425, 1.4900685849255837, 1.0492015557557959, -0.23639639971482704, 1.218829330858917, 1.0349092322282751, 0.7376298378945146, 1.3727660450766648, 0.9752919702300391, 1.2327404156432022, 1.0477827523886507, 0.4811417594416554, 1.2176600583467263, 0.4309882415924956, -1.3512352405171075, -1.1742753663275127, 1.2576850939653972, 1.0492015557557959, -1.9931201079998675, 0.5563618170214738, 1.1252023435677363, 0.48922895812425504, 1.2082493659717812, 0.7829430916568418, 0.6941086635298139, -1.3732771604688188, 1.1457604690213792, 0.7674459134626596, -1.4925565733448627, 0.7943889912246892, 0.2359162089514003, 0.9675467815122504, 1.1987366633418186, 1.0305757486394589, -1.1223819512906614, 0.8877912634380659, 0.7004596769548199, 1.2070659019826155, 1.160869062316352, 1.0771063116698902, 0.8441247982870334, 0.7674459134626596, -1.3732771604688188, 1.4744904060999824, 0.6393162185201617, 1.2475660026976705, 0.9768328390108862, -1.156636085431617, -1.4673814237532437, 0.8757820533957252, 0.8405357851271058, 0.5156604392319399, 1.2211632124690142, 0.676944443182882, 1.0688276536034749, -1.6010694623020467, 1.23732886856311, 1.2153168291508454, 0.12131664425922314, 0.8186879062061083, 1.0406541233369828, 0.6791084187817755, 1.1147398172331946, 1.3688352675760755, 1.2361840025232431, 1.2532021188342504, 1.3160653005830858, -1.4925565733448627, -1.3512352405171075, 0.5760258845290391, -1.4429015291536298, 0.9212245850808278, -1.3512352405171075, 1.1041510503293654, 0.8094216169295329, 1.0562613683051705, 0.06659879558444405, 0.4592043359910973, -1.0269486856196277, 1.5095798832065024, 1.5664253096028251, 1.3305876207999086, -0.8624305746054685, 0.9844968606319916, 1.204694175311991, 0.7335767135372082, -1.3732771604688188, -1.4673814237532437, 0.8775077490256225, 1.1744937560796127, 1.2938210317499206, 1.0576665411269948, 1.2720985968937457, -1.2681836386455425, 0.9550105199481508, 1.5045316528994752, 0.7396494021158571, 0.935863823711507, 1.6631204504924428, 0.7635284796578659, -1.1922745814217712, 0.8962697584385502, 0.4811417594416554, 1.0305757486394589, 0.7088568279995349, -1.6921324041697756, 0.7790943766473297, -1.7935518199648892, 1.0674402526082802, 1.0825823460925847, 1.1252023435677363, -1.4190798694954283, -1.2882262887873213, -1.2294134053175685, 1.112104579110342, 1.0291264858046545, 1.2643669082239908, -1.1057413569399832, 1.053444254797362, 1.4532797726244515, 1.3796028224973051, -0.3335759959955339, 0.9534308204771856, 0.6704203165014008, -1.5451569714207494, 0.9550105199481508, -1.1922745814217712, -1.329729344859201, 0.4165325721691176, 1.1854860139947354, 1.344873528682761, 1.2176600583467263, 0.7886847011611483, 0.3530763896354136, -1.868161451932385, 1.3002342789867736, 1.0988083674456166, 1.495200458876718, 1.1546053953883595, 0.2606327933675969, 1.1670883394228042, 1.3619137544323925, -1.3732771604688188, 0.9799064839134809, -1.5451569714207494, -1.1742753663275127, 0.5711510179054252, 1.1094614039606587, 0.6210346412392299, 0.6616453452643138, 1.4977551856756208, 0.9342492487716404, 1.211790212155892, 0.4077434893796885, -1.3958822785389966, -1.0120018243018731, 0.9486745889884124, 1.1533472793038329, 0.19561251657818354, 1.1444895993434865, 0.012871446499247095, 1.1303872002006077, 0.4729793479205094, 0.8979556722679691, 0.8979556722679691, 0.8351245941589069, 1.0729767446380047, -0.8137821003805228, 1.0961247790556272, -1.2485857421540716, -1.2882262887873213, 1.4630649911171576, 1.83697572007154, 1.1444895993434865, 0.9860216659621344, 0.5413191259722638, 1.2199970475213875, 1.288440623288601, 1.5303070766242914, 0.8565720044823603, 1.468356749576301, 0.6594378247315823, 0.11722656670496788, -1.5726736765807752, -1.3087342057876097, 1.143216886586052, -1.3732771604688188, -1.2485857421540716, 0.9860216659621344, 1.0729767446380047, 1.1842714292307148, 0.7713459385471462, -1.2882262887873213, -1.2106486432787138, 1.0825823460925847, 1.2698964850816223, 1.061868610219904, 1.1316786420942504, 0.9981256613946896, 1.1081368250321322, -1.2681836386455425, 0.9261315144925092, 0.5130528251137388, 0.8094216169295329, -1.2485857421540716, 1.0893796847983763, 0.5538725384806223, 1.1081368250321322, 1.5632743204863755, 0.5025441959872511, -1.4190798694954283, -1.1057413569399832, 0.7151023819596374, -1.3732771604688188, 1.1818372050225632, 1.291672825213918, -1.3732771604688188, -1.2882262887873213, -1.5451569714207494, -1.4190798694954283, 1.0449382456784022, 1.3825166434178793, -1.5451569714207494, -1.9079234919783528, 0.4309882415924956, 0.7771636712104469, 1.1744937560796127, 0.8548046043484506, -1.2294134053175685, 1.180617556214247, 0.9844968606319916, 1.375702616864368, 1.250952014176542, 1.1757219394553786, -1.3087342057876097, 0.9454893868123254, -1.3958822785389966, 1.3978957043432203, 0.4998972601592647, -1.2681836386455425, 1.1014837746270003, 1.1583689577571563, 1.0688276536034749, 0.7962822116115742, -1.5451569714207494, 0.8094216169295329, 0.8911924970329997, 1.0674402526082802, 0.9342492487716404, 0.7516701543035154, 1.2023160214845765, 0.9046671257367532, 1.2199970475213875, 0.7595934810292632, -1.7935518199648892, 0.5880958871029346, -1.2882262887873213, 0.9550105199481508, 1.2938210317499206, 1.3727660450766648, 0.5735918358927173, 1.2258124372342925, -1.3732771604688188, 1.5319442950468425, 1.0477827523886507, 0.962866644029638, 0.9195828260026724, 0.8843767966876331, -1.4190798694954283, -1.4429015291536298, 0.433851022662841, 1.1769484063758544, -0.08469771058313083, 0.9737483912460312, 1.0798486001059928, -1.156636085431617, 0.9691012973191071, 1.3529336901067233, 1.2775798217538212, 1.0576665411269948, -1.3087342057876097, 0.5078142386004234, 1.6764010517911447, -1.5184671748321883, -1.0269486856196277, 0.8000564438277146, -1.4673814237532437, -1.0421535706088767, -1.2882262887873213, 0.6393162185201617, 1.5384627941603086, 1.1041510503293654, 1.1393876361847792, -1.3732771604688188, 0.9936062040012478, 1.112104579110342, 1.6715315503504584, 0.747681503300912, 0.8242010777943996, 1.192738431748886, 1.1028184258226827, 0.36552227841028, 1.23732886856311, 0.8636062250220942, 0.9550105199481508, 1.0085814209848711, 0.8962697584385502, 1.1134231873198883, 1.438849079055461, 1.192738431748886, -1.3732771604688188, 0.9875438265545382, -1.3732771604688188, 0.6616453452643138, 1.3233565002454284, 0.886085690639617, 0.747681503300912, 0.9212245850808278, 1.0233053818856894, 0.5928777895780275, -1.3087342057876097, 1.093432959269865, 0.7943889912246892, 0.9518482723641843, -1.3732771604688188, 1.116054474777243, 0.9518482723641843, 0.725413872882343, 1.2991686538526082, 1.4260245817467658, 0.9342492487716404, 1.2129673265221554, 1.0506180690317517, -1.1393426943908032, 1.1381074973401268, -0.7904310061622197, 1.0363489845420553, -1.0120018243018731, 1.5609036315966849, 1.3796028224973051, 0.9310111601295048, -1.1393426943908032, 1.3698196137965386, 0.06659879558444405, 1.3717850000824263, 0.8740529577078588, 0.7396494021158571, 0.7151023819596374, 1.1014837746270003, 0.9613010353173594, 0.7130254652029577, 0.9129849031242075, -1.2681836386455425, 0.9195828260026724, 1.0130246057660488, 1.1134231873198883, 0.8671023047031009, -1.4190798694954283, 1.4083146086462794, 1.0688276536034749, 1.1818372050225632, -1.3512352405171075, -1.2485857421540716, 1.3825166434178793, 0.9422925819203652, -1.5184671748321883, 0.7536577023658424, 0.5025441959872511, 1.3139709254958158, -1.1742753663275127, 0.9799064839134809, -1.5184671748321883, -1.3732771604688188, -0.8377700801595092, 1.0604701549311146, 0.9675467815122504, -1.329729344859201, -1.6607327328756334, -1.2485857421540716, -1.1393426943908032, -1.2882262887873213, 1.7405918749108615, 0.8996383535762925, 1.1842714292307148, -1.057625508880358, -1.3732771604688188, -1.3087342057876097, 1.1406659103952823, 1.061868610219904, 1.0632648405805982, -1.1223819512906614, -0.20625458743159292, -1.329729344859201, 1.294893166265607, -1.3087342057876097, 0.4919082155010722, 0.2251065436116804, -1.0733740105097949, 1.2384722429837645, 0.32441059401366845, 0.9244989179310484, -1.3087342057876097, -1.3732771604688188, -1.3732771604688188, -1.4673814237532437, -1.5451569714207494, -1.5726736765807752, 1.116054474777243, -1.6010694623020467, 1.2632567995224795, 1.4883512695768792, 0.6791084187817755, 1.0349092322282751, 0.7962822116115742, 1.3160653005830858, 1.1134231873198883, 1.1720322206978933, -1.2882262887873213, -1.4429015291536298, -1.1922745814217712, 1.2576850939653972, 1.2129673265221554, 1.0632648405805982, 0.6164041185832985, 1.1646059150787624, 0.5662489225454541, 1.391200503103424, 0.8757820533957252, 0.5687033928132175, 0.6898489767760868, 0.7088568279995349, -1.329729344859201, -1.5184671748321883, 0.9550105199481508, 1.1290938550316745, 1.1068102438302592, -0.06935296478531015, 0.7905902537918372, -1.5451569714207494, -1.1742753663275127, 0.7713459385471462, 1.0492015557557959, -1.4429015291536298, 0.6140796631850142, 1.383485771055858, 0.8242010777943996, 0.9244989179310484, -1.3732771604688188, 1.093432959269865, 1.204694175311991, -1.3512352405171075, 1.218829330858917, 0.8688451356600372, -1.3732771604688188, 1.0702128646774665, 1.465714859014708, 0.9565873810135536, 0.6187224338177574, 1.0203802861908555, 0.3404514746976345, 1.1793962099944035, 1.090732857437951, -1.3732771604688188, -0.8500139203831663, 1.0880244224405704, 1.2610323604488072, 0.6704203165014008, 0.9550105199481508, -1.4190798694954283, 0.0082421320530067, -1.4925565733448627, 0.5832877871944531, 1.4934931665378819, 1.4612939568211476, 1.178173161631915, 0.9146390400705188, -1.3732771604688188, 1.2532021188342504, 0.8636062250220942, 0.9096672463607448, 0.5208525393611104, -1.2294134053175685, 1.2327404156432022, -0.8624305746054685, 1.4007495132826056, 1.3066009985204543, 1.4213986028089942, 0.38083548974891984, 1.1081368250321322, 1.5481506468960424, 0.9814392788861152, 1.0562613683051705, 0.6983477750148883, 0.8600961623806715, 1.2764863121636618, -1.2485857421540716, 1.3747248510278989, 1.2698964850816223, -1.2681836386455425, -1.0120018243018731, 1.3233565002454284, 0.6000021428907603, -1.4673814237532437, 0.6527817505132547, 1.0026219634672142, -1.4429015291536298, 0.7436746415846381, 1.2464344227524642, 1.1842714292307148, 0.8278573779100056, -1.830082072252384, -1.2882262887873213, 1.2565664952900446, -0.9973044057958046, 0.6704203165014008, 0.9951152773337418, 0.4972423172659449, 1.1068102438302592, 0.9860216659621344, 0.7295047836359693, 1.3428468678772212, 1.3160653005830858, 1.3243931726130826, -1.1057413569399832, 0.5662489225454541, 1.0660506547569129, -0.9686256449606466, -0.9686256449606466, 0.09227762487413514, 1.1495620727650402, 1.0893796847983763, 1.3097671204149093, -1.5451569714207494, 1.259918022930782, 1.3150187378309264, 1.3139709254958158, 0.2812782089288048, -1.4429015291536298, 1.2153168291508454, -1.4190798694954283, 0.9310111601295048, 0.9228632785814264, -0.8878022807176952, 0.8223671994685608, 1.0233053818856894, -1.6607327328756334, 1.1444895993434865, 1.0159742804146088, -1.7935518199648892, 0.6164041185832985, 1.480581489611713, 0.8740529577078588, 0.7674459134626596, 1.495200458876718, 0.8512590900319484, 0.003588276016432058, 1.1199866720656997, -1.1393426943908032, 0.433851022662841, -1.4429015291536298, 1.1406659103952823, 1.2643669082239908, -1.0733740105097949, 0.4729793479205094, 0.486541496660669, 0.8369320342024233, 0.5662489225454541, 1.4007495132826056, 0.6117490350143792, 1.0688276536034749, 1.0812165375779823, 0.5904900951667533, 1.1290938550316745, 1.7157414913540172, 0.8688451356600372, 1.2862791893665089, 0.8548046043484506, -1.6010694623020467, -1.329729344859201, 0.5285835476476918, -1.4429015291536298, 1.0506180690317517, 1.1212934988730203, 0.9013178147351142, 1.1419423253955956, 1.0825823460925847, -1.3087342057876097, 1.1558617103962845, -1.5451569714207494, 1.163362064654973, 0.4945793187226074, 1.1495620727650402, 0.5735918358927173, 1.1903276124629174, 1.243030901880806, 1.6708336962951054, 0.7416643295989259, 0.7151023819596374, 1.2211632124690142, 1.3066009985204543, 0.6140796631850142, -1.2882262887873213, -1.4190798694954283, 0.4018348203745208, 1.3387794509231905, -1.0269486856196277, 1.5425124045835892, -1.3512352405171075, 0.9565873810135536, -1.3512352405171075, -1.2681836386455425, 1.0189140740818028, 1.1830551611307754, 0.8494809469164014, -0.9973044057958046, 1.3254286218108196, 0.958161413854793, 1.0562613683051705, 1.0771063116698902, 1.0974675990276055, -1.0120018243018731, 0.962866644029638, 0.2947768770842895, -1.1223819512906614, -0.9546291337119224, 0.6550060556062216, 1.163362064654973, 1.2176600583467263, 1.2981017331731033, -1.2882262887873213, 0.3868867410297519, -1.3732771604688188, 1.3579339550283531, 1.0974675990276055, 1.112104579110342, 0.8351245941589069, 1.061868610219904, 1.349919798230153, 1.1054816542926569, -1.1922745814217712, 0.8757820533957252, 0.4998972601592647, 0.2744502186152477, 0.9013178147351142, 1.1963422881877173, 1.0115460422738536, 0.8911924970329997, -1.2485857421540716, 0.7829430916568418, 1.288440623288601, 0.8441247982870334, -1.1057413569399832, 0.7436746415846381, -1.6304015234845175, 0.7376298378945146, 1.35393602494382, -1.4429015291536298, 0.9310111601295048, 1.3305876207999086, 0.7067650605294717, 1.3747248510278989, 0.11722656670496788, -1.1223819512906614, 1.3357164686977927, 1.331615791166183, 1.0174454082318098, -0.9139273250143316, 1.4342903855597282, 0.7615631857849494, -0.4506552434976706, 0.8583358524099545, 0.9326316979076456, -1.4673814237532437, -0.8750249782644621, 0.7516701543035154, 0.8548046043484506, -1.1223819512906614, 1.1212934988730203, -1.2485857421540716, 1.5278455076182529, 1.061868610219904, 0.9875438265545382, -1.1742753663275127, 1.3377596442410586, -1.4925565733448627, -1.1057413569399832, -1.3732771604688188, -1.2294134053175685, 1.0159742804146088, 1.0026219634672142, 1.870415783665603, -0.8500139203831663, 0.4281160922053535, -1.0269486856196277, 1.3629058905971068, -1.1922745814217712, -1.6304015234845175, 0.9310111601295048, 1.1014837746270003, 1.0377863786964376, 1.0674402526082802, 0.8600961623806715, -1.3512352405171075, -0.7676839210068294, 1.1546053953883595, 1.6330300379952412, 1.718390707304435, -1.2485857421540716, 0.992094531250619, 1.3034234124846689, 1.2082493659717812, 0.7046682955175347, 1.0449382456784022, 1.1866989200758191, 0.8928881833723402, 1.2698964850816223, -1.3958822785389966, 1.0406541233369828, -1.1922745814217712, 1.3274958622182995, 1.5087405255815876, 0.9966217601721609, 1.2665829217195557, -1.4673814237532437, 1.17079885900903, 0.08804964703909872, 1.0853076026836759, 1.4101957364062414, -1.3732771604688188, -1.6607327328756334, -0.7346299277891626, -1.329729344859201, -1.4925565733448627, -1.2681836386455425, 1.1225983825502293, 0.9261315144925092, 1.0674402526082802, 0.8979556722679691, 0.958161413854793, 0.6572247375599495, 0.9722020925085878, 1.2819402850760129, 1.2588022686386788, 0.5880958871029346, 1.6063907072315486, -1.2681836386455425, -1.1742753663275127, 1.1316786420942504, 0.7130254652029577, -1.1223819512906614, 1.2023160214845765, -1.1393426943908032, 0.9550105199481508, 1.0189140740818028, 0.8979556722679691, 0.6505517937077827, -1.5451569714207494, -1.5184671748321883, -1.3087342057876097, -1.5451569714207494, -1.4429015291536298, 0.9326316979076456, 1.3479047711537453, -1.2106486432787138, 0.9146390400705188, 0.8911924970329997, -1.3087342057876097, 0.1880815143576368, 0.7335767135372082, -1.2106486432787138, 1.2786719704634537, 1.0041156261014428, 1.5804664043067225, -1.2294134053175685, 1.204694175311991, -1.6304015234845175, 0.978371007088634, -0.9408516798951578, -0.9686256449606466, 1.4139459380306216, 0.5662489225454541, 1.2709982317109352, -1.0421535706088767, -1.3732771604688188, 1.4148809897027514, 0.8075565602939264, -1.1742753663275127, 0.8000564438277146, 1.5162659987166742, -0.8624305746054685, -1.3087342057876097, 1.0320226220844533, 0.6594378247315823, -1.1922745814217712, 1.3479047711537453, -1.1393426943908032, 0.8223671994685608, -1.5451569714207494, 0.7556407593643599, 0.8387357594458854, 1.0026219634672142, 1.1014837746270003, 0.9550105199481508, -1.3958822785389966, 1.0604701549311146, -1.6304015234845175, 1.294893166265607, 0.3530763896354136, 1.2938210317499206, -1.5184671748321883, 1.2350376409673005, 1.1732638514375413, -1.3958822785389966, 1.1583689577571563, 1.3012986117180467, 1.2938210317499206, 1.5053750438661417, 0.040146096301399585, -1.1922745814217712, -1.1922745814217712, 0.7810208439412413, 1.1903276124629174, -0.6521183061606537, -1.3732771604688188, 1.2350376409673005, 0.3898967930323625, -1.2294134053175685, -1.4190798694954283, -0.9272865524613191, 1.24982479466868, -1.2681836386455425, 1.204694175311991, 1.1571162294768271, -0.9828482688434804, 1.3274958622182995, 1.288440623288601, 1.163362064654973, 1.160869062316352, -1.156636085431617, 1.635213906771399, 0.9179379898561376, -1.3087342057876097, 1.1470295009499842, -1.0421535706088767, 1.0305757486394589, 1.2441668761287266, 1.0291264858046545, 1.1939413623734954, 1.0377863786964376, 1.1508256231970897, -1.057625508880358, 1.1368254884135918, 0.19935392502534854, 1.1987366633418186, 1.2082493659717812, 0.02661469413399376, -1.2294134053175685, -0.5499967324941335, 0.3868867410297519, 0.2710162010194108, 1.210611516780005, 1.292747585803405, 1.7716308951485114, 1.1316786420942504, -1.6010694623020467, 0.7867750020042836, 1.2418934552714007, 1.2970335137943354, 1.331615791166183, 0.595259005679287, 0.6638473270895385, 0.8583358524099545, 1.090732857437951, -1.2485857421540716, 1.2315895440045457, -0.8878022807176952, -1.3958822785389966, 1.0576665411269948, 1.3212794744172345, 1.4045402127954532, 0.6898489767760868, 1.1903276124629174, -0.8878022807176952, 0.4536332199250542, -1.0733740105097949, -1.5184671748321883, 0.6000021428907603, -1.2106486432787138, 0.5784532012551458, 1.1720322206978933, -1.3958822785389966, 1.2453013818219358, -1.3732771604688188, 1.1596199003425165, 0.5735918358927173, 0.6919814045362367, -0.8878022807176952, -0.7455104451481587, 1.100147090568626, -0.7789839174951905, -1.4190798694954283, 1.0349092322282751, -1.3087342057876097, 1.0115460422738536, -1.1922745814217712, 1.218829330858917, 0.5976337785262192, -1.2485857421540716, -1.3512352405171075, 0.992094531250619, 0.8636062250220942, -1.4429015291536298, 1.7190517635621658, 0.9996269898339496, 1.8046117179445675, -0.8878022807176952, 0.4194428160185695, 0.8333134239831923, 1.5561429541107912, -1.5451569714207494, 1.0026219634672142, 0.902994068045146, 1.5820127480551749, 0.8112827184260065, 0.9905802501116056, 0.8405357851271058, -0.8624305746054685, 0.8600961623806715, -1.2294134053175685, 0.2846723882146198, -1.2681836386455425, -1.3732771604688188, 1.090732857437951, -0.7027736814187727, 1.4397579829151281, -1.6921324041697756, 1.116054474777243, 1.4621799207374455, 0.9486745889884124, 1.2565664952900446, -0.8377700801595092, -1.1922745814217712, 1.320239115139385, -1.156636085431617, 0.7335767135372082, 0.8792300579422774, -1.1393426943908032, 0.8843767966876331, 1.7697617723205548, -1.156636085431617, 0.4077434893796885, -1.1393426943908032, 1.1744937560796127, -1.1057413569399832, -0.9828482688434804, -1.0421535706088767, -1.1742753663275127, 1.5145992394836483, -1.156636085431617, -1.2106486432787138, -1.2106486432787138, 0.5488726996519335, 1.1094614039606587, 1.3579339550283531, -0.5949504554885211, 0.8186879062061083, 1.1732638514375413, 0.7171743952242681, 0.9691012973191071, -1.4190798694954283, 1.349919798230153, -1.4429015291536298, -1.3732771604688188, -0.9139273250143316, 0.4784293815005836, 1.2292832629813932, -0.8256943207568356, 1.1028184258226827, 1.0920839467935757, 1.8165190012542956, 1.0920839467935757, -0.5949504554885211, 0.8530336376725295, 1.1732638514375413, -1.329729344859201, -0.9139273250143316, 0.8387357594458854, -1.1922745814217712, -1.2294134053175685, -1.3512352405171075, -1.0120018243018731, -1.2681836386455425, -1.6304015234845175, 0.7576193455480497, 1.5796922094372454, -0.8256943207568356, 1.2464344227524642, -0.6326462390718085, -1.2882262887873213, -1.2294134053175685, 0.4077434893796885, -1.5726736765807752, 0.15729423908198265, 1.1695637614988272, -1.2485857421540716, 1.3844538296388615, -1.2294134053175685, 1.2970335137943354, -1.1223819512906614, 0.11311734228585832, 1.262145284786132, -0.4664515139294447, -1.4673814237532437, 1.5270234478491809, -0.9007678577513062, 1.4361167056519741, 1.4424790599685773, -0.6924063886955234, -0.9139273250143316, 0.2430493958086269, -1.3087342057876097, -1.4190798694954283, 0.7356056155470283, 0.23232775844893835, 1.1107839866508178, 0.4592043359910973, -1.4429015291536298, -1.5451569714207494, 1.0961247790556272, -0.07955293771634098, 1.3044838867480384, -1.2681836386455425, 0.8600961623806715, 0.5808738232020547, 1.1303872002006077, 1.1290938550316745, -0.9828482688434804, 0.6855685140627485, 0.8911924970329997, 1.3796028224973051, 0.6919814045362367, -0.9973044057958046, -0.9272865524613191, -1.4429015291536298, -1.1223819512906614, -0.6924063886955234, 0.5387867518790305, 1.1482967004364677, 1.218829330858917, 1.311871540116064, 1.2281278456329572, -1.0269486856196277, 0.8583358524099545, 1.6894836641304969, -1.1223819512906614, -1.4925565733448627, -1.1393426943908032, 1.0825823460925847, -1.2882262887873213, 0.8205294809776561, 1.3438607833243614, 0.9768328390108862, -1.3958822785389966, -0.7565272919845942, 0.7536577023658424, -1.0421535706088767, -1.1393426943908032, -0.507231416712439, 1.4586306857656308, -1.156636085431617, -1.3087342057876097, 1.5368377030276854, 0.8618529485583875, -0.9272865524613191, -1.2485857421540716, 0.9113276424940716, 0.9228632785814264, -1.1742753663275127, 1.1444895993434865, 0.8075565602939264, -1.2294134053175685, 1.0449382456784022, -0.9546291337119224, -1.156636085431617, 1.2819402850760129, -1.4925565733448627, -0.9272865524613191, 0.8688451356600372, 1.5950478062724391, -1.0733740105097949, -1.3087342057876097, -1.4429015291536298, 0.9844968606319916, -1.6304015234845175, 1.5129293085616562, 1.0660506547569129, -1.0421535706088767, 0.8600961623806715, -0.7238824133269491, 0.34678663170070034, -1.329729344859201, 0.7732894710341415, -1.2882262887873213, 1.7425241012833792, 1.2094312361418933, 1.2610323604488072, -0.9546291337119224, -1.1057413569399832, 0.7295047836359693, 1.4986051112390617, -1.0269486856196277, -0.8624305746054685, 0.6855685140627485, 0.9644294647004282, 0.9722020925085878, -0.9139273250143316, 0.9046671257367532, 0.8757820533957252, 1.5137646712380135, -0.3685153698184587, -1.2106486432787138, -1.1393426943908032, -1.4190798694954283, -1.0894091005913982, 1.471866943840192, -1.1223819512906614, -1.3087342057876097, 1.0674402526082802, 1.4514888598729176, -0.7904310061622197, -0.8137821003805228, 1.2234909036770212, -1.0894091005913982, -1.2106486432787138, 1.5593196069244777, -1.0421535706088767, -1.3087342057876097, -0.9973044057958046, -1.6921324041697756, 0.9613010353173594, 1.6928942853592264, -1.0894091005913982, -1.2106486432787138, -0.9973044057958046, -1.3512352405171075, -1.1057413569399832, -0.11088375962911197, -1.4673814237532437, 0.906336999970495, 1.1290938550316745, 1.1670883394228042, 0.5711510179054252, 1.2023160214845765, 1.48144820342552, -1.329729344859201, 1.2486961254203257, -0.7238824133269491, 0.9518482723641843, 0.5880958871029346, -1.1223819512906614, -0.8878022807176952, 1.3150187378309264, -0.6720315490083378, 1.2361840025232431, -0.6135962505614452, 1.23732886856311, 1.6138720005619682, 0.7376298378945146, 1.0305757486394589, 1.0492015557557959, -1.3732771604688188, 1.0477827523886507, 1.3087130151374335, 0.5588440551570922, 0.7924916778629794, -0.7676839210068294, -1.1922745814217712, 1.1975402923624805, 1.1068102438302592, -1.1393426943908032, -1.1223819512906614, -0.4274809998741945, -0.8256943207568356, -0.8750249782644621, 1.1830551611307754, -0.6720315490083378, -1.3732771604688188, -0.5240885857467593, 0.9829694013580544, 1.3212794744172345, -1.0733740105097949, -0.8020290584614841, -0.8020290584614841, -1.0894091005913982, 1.4287885093060293, 1.1014837746270003, -1.2681836386455425, 1.0276748256755026, 1.086667063900395, -0.9007678577513062, -1.1393426943908032, -1.3512352405171075, -0.07443813814347525, -0.662018536722689, 1.0784785270294208, 1.180617556214247, 1.4251013347139618, 1.1963422881877173, -0.8020290584614841, 1.043512527393655, -1.1057413569399832, 0.5156604392319399, 1.1818372050225632, -1.2882262887873213, 0.6483161563982147, -1.2681836386455425, -1.2294134053175685, -0.7346299277891626, -1.329729344859201, -0.6042239021366345, 0.9534308204771856, -0.7346299277891626, 1.0406541233369828, 1.4111347903261608, 1.3066009985204543, 1.350925579378527, -1.3087342057876097, 0.9996269898339496, 1.4639491697607927, 1.3397980738879218, -0.9973044057958046, -0.8878022807176952, 0.4647403115963017, -1.1393426943908032, 0.8075565602939264, 0.9113276424940716, -1.1057413569399832, -1.1057413569399832, -1.3087342057876097, -1.0421535706088767, -0.9139273250143316, -0.9408516798951578, 1.4994542144456628, 1.3668632565957646, -0.8750249782644621, 0.8705845123835595, -1.0421535706088767, 1.1368254884135918, -1.2106486432787138, -1.3512352405171075, -0.8137821003805228, 1.1094614039606587, 1.1951426463525086, 0.8740529577078588, -0.8020290584614841, 1.2164892258333908, 0.9162900650856732, -0.7789839174951905, -0.06429707655400807, 1.6581764866564774, 1.0392214224033582, 0.9195828260026724, -1.2294134053175685, -0.8500139203831663, -0.8137821003805228, -1.0269486856196277, -1.0421535706088767, 1.1303872002006077, -0.7904310061622197, -0.507231416712439, -0.9139273250143316, 1.1406659103952823, -1.1742753663275127, 1.2023160214845765, -0.8878022807176952, -0.8500139203831663, -0.6521183061606537, -0.7455104451481587, -1.1742753663275127, -0.8256943207568356, 1.2153168291508454, -0.6924063886955234, -0.6720315490083378, -1.1742753663275127, 1.0798486001059928, -0.7455104451481587, 1.1769484063758544, -1.0269486856196277, -0.7027736814187727, -0.7565272919845942, -1.0421535706088767, 1.5545503051571712, -0.9973044057958046, -0.7238824133269491, -1.0733740105097949, 0.8278573779100056, 1.2731975840899563, -0.7904310061622197, 1.0688276536034749, -0.6720315490083378, -0.6423283488780566, -0.7455104451481587, -1.1223819512906614, -0.507231416712439, -0.1378749072163895, -0.7346299277891626, -1.2681836386455425, 1.127798600969382, 1.3387794509231905, -0.9828482688434804, 0.9675467815122504, -1.1922745814217712, -1.0269486856196277, 1.2094312361418933, 1.4315437591374882, 1.651065012070421, 0.9737483912460312, -0.5949504554885211, 1.0189140740818028, 1.1793962099944035, 1.24982479466868, 0.6117490350143792, 1.2486961254203257, -0.4351380164345416, 1.218829330858917, 1.4840432207150391, -0.7346299277891626, -0.7238824133269491, 2.018937785277676, -0.6423283488780566, -1.3732771604688188, -0.9408516798951578, -0.26760976210112125, -0.3473853991229224, -0.6821599378934351, 0.7436746415846381, -1.1057413569399832, -1.0894091005913982, -0.7027736814187727, 1.2588022686386788, -0.7565272919845942, 0.2981193543202539, 1.2246524381251973, 0.6302230309436925, 1.2687933535328582, -0.7789839174951905, -0.9546291337119224, 1.3377596442410586, 1.4186112651486693, -1.0894091005913982, 1.3619137544323925, -0.4664515139294447, -0.4825370370086929, -0.6720315490083378, -1.0733740105097949, 0.8494809469164014, -1.1057413569399832, 1.398848005519183, -0.8256943207568356, -0.9272865524613191, -0.9007678577513062, -0.9139273250143316, 1.5270234478491809, 1.033467114005147, 0.7943889912246892, -0.8377700801595092, -1.1742753663275127, 1.2304371611086495, -0.7027736814187727, 1.2327404156432022, -1.0733740105097949, -0.662018536722689, 1.5311260676413139, -1.2882262887873213, -1.1393426943908032, -0.9828482688434804, -0.9139273250143316, 1.8317607940314, -0.9973044057958046, -0.7027736814187727, 1.3160653005830858, 0.7924916778629794, 1.0562613683051705, -0.9828482688434804, -0.7132646952504407, -1.0733740105097949, 1.0262207603081768, 0.2914216225399442, -0.9973044057958046, -0.9828482688434804, 1.44157297143083, -0.7676839210068294, -1.1393426943908032, -0.7238824133269491, -0.5499967324941335, -0.15447708075927075, -0.9828482688434804, -0.5326400300909889, 1.7949681792440115, -0.9828482688434804, -1.0733740105097949, -0.8377700801595092, -0.6821599378934351, 1.1252023435677363, -1.2882262887873213, -0.7455104451481587, -0.9408516798951578, -0.6521183061606537, -0.9139273250143316, -0.9139273250143316, -0.7789839174951905, -0.507231416712439, 0.34678663170070034, -0.662018536722689, 0.8740529577078588, -1.057625508880358, -1.0269486856196277, 1.0218440527440769, -0.8256943207568356, -0.7904310061622197, -1.0120018243018731, -1.0421535706088767, -0.7238824133269491, -1.0120018243018731, 1.3479047711537453, -0.8377700801595092, -0.6230696299945636, -0.8137821003805228, -1.2106486432787138, -0.6821599378934351, 0.8565720044823603, -0.8750249782644621, -0.6821599378934351, -0.9546291337119224, -0.8137821003805228, -1.0120018243018731, -0.8256943207568356, -0.9408516798951578, -0.9546291337119224, -1.0894091005913982, -0.9408516798951578, -0.6042239021366345, -0.7904310061622197, 1.4505920310686007, -0.4906916134282317, -0.9139273250143316, 1.6417330931892429, 1.1683269232745646, -0.507231416712439, -0.7789839174951905, -1.1742753663275127, -0.5326400300909889, -1.0120018243018731, -0.9686256449606466, 1.2786719704634537, 0.8636062250220942, -0.7238824133269491, -0.8377700801595092, -0.9408516798951578, -1.0421535706088767, -0.8377700801595092, -0.7027736814187727, 1.3489128630389986, -0.8020290584614841, -0.5857738479029294, -1.0421535706088767, -1.3732771604688188, -0.9828482688434804, -0.8624305746054685, -0.9546291337119224, -0.3404535554865803, -0.8256943207568356, -0.9546291337119224, -0.6326462390718085, 0.4702415872143895, -1.0733740105097949, -0.8624305746054685, -0.9272865524613191, -0.7238824133269491, -0.4585178730948712, -1.6607327328756334, -0.5156195720198078, -0.5677032153585039, -0.4506552434976706, -0.8878022807176952, -1.3512352405171075, -0.9546291337119224, -0.5857738479029294, -0.9828482688434804, -1.0733740105097949, -0.7027736814187727, 0.3340702585924697, -1.1057413569399832, -0.9007678577513062, 1.5062176250664625, -0.7565272919845942, -0.4123643462951893, 1.64748754656467, 1.3108199610642182, -0.9139273250143316, 0.9195828260026724, -0.2934047299277562, -0.2934047299277562, -1.1223819512906614, -0.0152778576106183, -0.6230696299945636, -0.7238824133269491, -0.5857738479029294, -0.6521183061606537, 1.0562613683051705, -0.3685153698184587, -0.5857738479029294, 1.7017003598547935, -0.662018536722689, -0.3614154117990537, -1.3732771604688188, -0.662018536722689, -0.6821599378934351, -0.41989015410772335, -0.8020290584614841, -0.5326400300909889, -0.442862366457818, 1.42694685849928, -1.0120018243018731, -0.7238824133269491, -0.9408516798951578, -0.8750249782644621, -0.5156195720198078, -0.9272865524613191, -0.6423283488780566, -0.8624305746054685, 0.9905802501116056, -0.6042239021366345, -0.6720315490083378, -0.9139273250143316, -0.6924063886955234, 0.6962307787514409, -0.9007678577513062, 1.0825823460925847, -0.7565272919845942, -1.1742753663275127, -0.5677032153585039, -1.0733740105097949, -0.8020290584614841, -1.2294134053175685, -0.7455104451481587, -0.9272865524613191, -0.7789839174951905, -0.7238824133269491, -0.5326400300909889, -0.4825370370086929, -0.8500139203831663, -0.7455104451481587, -0.6924063886955234, -0.5857738479029294, -0.9686256449606466, -0.7132646952504407, -0.5412755234986762, -0.7346299277891626, -0.7346299277891626, -0.8624305746054685, -0.7027736814187727, -0.7132646952504407, -0.7789839174951905, -0.8624305746054685, -0.4744574590250781, -0.7132646952504407, 0.433851022662841, -1.1057413569399832, -0.3614154117990537, -0.8750249782644621, -0.5949504554885211, -0.7565272919845942, -0.5326400300909889, -0.8500139203831663, -0.9408516798951578, -0.7238824133269491, -0.6821599378934351, -0.7027736814187727, -0.4906916134282317, -0.6821599378934351, -0.2934047299277562, -0.6521183061606537, -0.4989225921319157, -0.7904310061622197, -0.7904310061622197, -0.662018536722689, -1.057625508880358, -0.5156195720198078, -0.6135962505614452, -1.0421535706088767, -0.7789839174951905, -0.3199803770343456, -0.17139924536496506, -0.5766920804446894, -1.0894091005913982, -0.7676839210068294, -1.0894091005913982, -0.7346299277891626, -0.662018536722689, -0.2425509418166807, -0.442862366457818, -0.2487489252237553, -1.1393426943908032, -1.0120018243018731, -0.5949504554885211, -0.7565272919845942, -0.6423283488780566, -0.8750249782644621, 0.6919814045362367, -0.4506552434976706, -0.6521183061606537, -0.2549909671603401, -0.9546291337119224, -0.442862366457818, -0.5156195720198078, -0.8624305746054685, -0.10558369429158908, -0.4744574590250781, -0.6924063886955234, 0.9096672463607448, -0.4506552434976706, -0.2487489252237553, -1.2294134053175685, -0.3685153698184587, -0.5156195720198078, -0.2868846061834778, -0.4351380164345416, -0.7455104451481587, -0.7455104451481587, -0.5156195720198078, -0.3975034562952683, -0.6821599378934351, -0.5588053736007139, -0.8624305746054685, -0.5412755234986762, -0.4664515139294447, -1.0269486856196277, -0.7238824133269491, -0.9007678577513062, -0.7904310061622197, -0.4049024724149501, -0.6821599378934351, -0.6821599378934351, -0.4906916134282317, -0.5499967324941335, -0.6230696299945636, -0.5857738479029294, -0.8256943207568356, -0.5857738479029294, -1.0120018243018731, -0.7132646952504407, -1.057625508880358, -0.6042239021366345, -0.9408516798951578, -0.8020290584614841, -0.5499967324941335, -0.3199803770343456, -0.2487489252237553, -0.6135962505614452, -0.9007678577513062, -0.4123643462951893, -0.4585178730948712, -1.0120018243018731, -0.5677032153585039, -0.6720315490083378, -0.7027736814187727, -0.6135962505614452, -0.6423283488780566, -0.6042239021366345, -0.4906916134282317, -0.8750249782644621, -0.7346299277891626, 1.9274688255996717, -0.3975034562952683, -0.3335759959955339, -0.9007678577513062, -0.5240885857467593, -0.4825370370086929, -0.5857738479029294, -0.8750249782644621, -0.4123643462951893, -0.6042239021366345, -0.5677032153585039, -0.4825370370086929, -0.7676839210068294, -0.7238824133269491, -0.5499967324941335, -0.26760976210112125, 0.9261315144925092, -0.8256943207568356, -0.2487489252237553, -1.329729344859201, -0.6042239021366345, -0.6521183061606537, -0.9139273250143316, -0.6230696299945636, -0.5240885857467593, -0.5326400300909889, -0.6521183061606537, -0.7455104451481587, -0.6135962505614452, 0.9981256613946896, -0.442862366457818, -0.7027736814187727, -0.07443813814347525, -0.8020290584614841, -0.4825370370086929, -0.7132646952504407, -0.7027736814187727, -0.07443813814347525, -0.8256943207568356, -0.37567319130706334, -0.8256943207568356, -0.4351380164345416, 0.8242010777943996, -0.10558369429158908, -0.5412755234986762, -0.8878022807176952, -0.6326462390718085, -0.7346299277891626, -1.0269486856196277, -0.9272865524613191, -0.2302846945661223, -0.7676839210068294, -0.7565272919845942, -0.10031543260231184, -0.507231416712439, -0.5499967324941335, -0.5240885857467593, -0.6821599378934351, -0.3901662486862169, -0.4506552434976706, -0.4906916134282317, -0.5766920804446894, -0.8020290584614841, -0.5857738479029294, -0.5766920804446894, -1.0269486856196277, -0.37567319130706334, -0.7565272919845942, -0.3473853991229224, -0.8137821003805228, -0.20625458743159292, -0.5949504554885211, -0.2804125361946356, -0.9272865524613191, -0.6042239021366345, -0.2739878172931307, -0.4744574590250781, -0.6042239021366345, -0.4351380164345416, -0.4989225921319157, -0.6230696299945636, -0.2868846061834778, -0.8377700801595092, -0.5499967324941335, -0.7676839210068294, -0.507231416712439, -0.9139273250143316, -0.4351380164345416, -0.23639639971482704, -0.2487489252237553, -0.4049024724149501, -0.8256943207568356, -0.5326400300909889, -0.9828482688434804, -0.8878022807176952, -0.6720315490083378, -0.07443813814347525, -0.7346299277891626, -0.7455104451481587, -0.3901662486862169, -1.1742753663275127, 0.9518482723641843, -0.3267518776785793, -0.37567319130706334, -0.9007678577513062, -0.5857738479029294, -0.0200584294985615, -0.5677032153585039, -0.6821599378934351, -0.6521183061606537, -0.5499967324941335, -0.6135962505614452, -0.5326400300909889, -0.2549909671603401, -0.9007678577513062, -0.09507859532301627, -0.11621601475677328, -0.6821599378934351, -0.5766920804446894, -0.7455104451481587, -0.7238824133269491, -0.4825370370086929, 0.962866644029638, -0.5949504554885211, -0.8137821003805228, -0.7346299277891626, -0.5412755234986762, -0.5240885857467593, -0.8624305746054685, -0.1944817308462756, -0.9828482688434804, -0.8750249782644621, -0.26760976210112125, -0.5156195720198078, -0.3901662486862169, -0.5766920804446894, -0.7455104451481587, -0.9139273250143316, -0.662018536722689, -0.6924063886955234, -0.662018536722689, -0.4351380164345416, -0.9546291337119224, -0.7676839210068294, -0.5326400300909889, -0.20625458743159292, -0.17139924536496506, -0.8377700801595092, 0.22872457714055636, -0.6230696299945636, -0.7027736814187727, -0.6821599378934351, -0.2739878172931307, -0.4989225921319157, -0.5412755234986762, -0.4989225921319157, 1.1683269232745646, -0.2934047299277562, -0.7346299277891626, -0.4585178730948712, -0.3614154117990537, -0.3473853991229224, -0.9408516798951578, 0.0082421320530067, -0.7132646952504407, -0.442862366457818, -0.7132646952504407, -0.26127769809087603, -0.7238824133269491, -0.8256943207568356, -0.41989015410772335, -0.7238824133269491, -0.5499967324941335, -0.5766920804446894, -0.6821599378934351, -0.4744574590250781, -0.6821599378934351, -0.8137821003805228, -0.6230696299945636, -1.1922745814217712, -0.4906916134282317, -1.0733740105097949, -0.5766920804446894, -0.5499967324941335, -0.4989225921319157, -0.2999736258423874, -0.5240885857467593, -0.6326462390718085, -0.6135962505614452, -0.17139924536496506, -0.8624305746054685, -0.5499967324941335, -0.2302846945661223, -0.7789839174951905, -0.06429707655400807, -0.4123643462951893, -0.6423283488780566, -0.5766920804446894, -0.4506552434976706, -0.6326462390718085, -0.8020290584614841, -0.4585178730948712, -0.7027736814187727, -0.442862366457818, -0.6521183061606537, -0.4123643462951893, -0.3132606894367275, -0.7904310061622197, -0.6924063886955234, -0.6326462390718085, -0.5412755234986762, -0.5857738479029294, -0.8020290584614841, -0.6720315490083378, -0.6042239021366345, -0.6135962505614452, -0.7132646952504407, 1.1975402923624805, -0.5240885857467593, -0.507231416712439, -0.5412755234986762, -0.5766920804446894, -0.6720315490083378, -0.4825370370086929, -0.5949504554885211, -0.13240988742897866, 1.1173671658524222, -0.7238824133269491, 1.7590942138202017, -0.3267518776785793, -0.2934047299277562, -0.6230696299945636, -0.3335759959955339, -0.8377700801595092, -0.4664515139294447, -0.2487489252237553, -0.5412755234986762, -0.38288982636989305, -0.7027736814187727, -0.5588053736007139, 1.350925579378527, -0.5949504554885211, -0.3901662486862169, -0.9828482688434804, -0.5499967324941335, -0.5412755234986762, -0.5156195720198078, -0.507231416712439, -0.5766920804446894, -0.6720315490083378, -0.4906916134282317, -0.5677032153585039, -0.2302846945661223, -0.442862366457818, -0.5412755234986762, -0.6326462390718085, -0.2999736258423874, 0.17666245563945493, -0.7676839210068294, -0.7238824133269491, -0.7132646952504407, -0.8624305746054685, -0.442862366457818, -0.2549909671603401, -1.0894091005913982, -0.6135962505614452, -0.41989015410772335, -0.3404535554865803, -0.4585178730948712, -0.7676839210068294, -0.3685153698184587, -0.26760976210112125, -0.2934047299277562, -0.442862366457818, -0.9007678577513062, -0.09507859532301627, -0.2999736258423874, 1.2959639925508502, -0.7789839174951905, -0.7904310061622197, -0.6230696299945636, -0.005794111033215323, -0.5677032153585039, -1.0269486856196277, -0.3975034562952683, -0.2122007430258395, 0.5711510179054252, -0.4989225921319157, -0.6326462390718085, -0.7904310061622197, -0.38288982636989305, -0.41989015410772335, -0.5412755234986762, -0.3901662486862169, -0.3335759959955339, -0.1378749072163895, -0.6924063886955234, -0.18286463877277254, -0.6720315490083378, -0.5156195720198078, -0.5499967324941335, -0.4744574590250781, -0.5857738479029294, -0.3199803770343456, 0.747681503300912, -0.5677032153585039, -0.3199803770343456, -0.5156195720198078, -0.3901662486862169, -0.18865397213922933, -0.507231416712439, -0.26127769809087603, -0.7676839210068294, -0.5156195720198078, -0.4664515139294447, -0.6821599378934351, -0.3901662486862169, -0.4906916134282317, -0.4664515139294447, -0.3975034562952683, -0.4351380164345416, -0.8750249782644621, -0.4664515139294447, -0.6720315490083378, -0.37567319130706334, -0.10558369429158908, -0.17711322761969314, -0.3199803770343456, -1.057625508880358, -0.3901662486862169, -0.6821599378934351, -0.2739878172931307, -0.5949504554885211, -0.5949504554885211, 0.2571441804566518, -0.2122007430258395, -0.35437238996374193, -0.2868846061834778, -0.41989015410772335, -0.4506552434976706, -0.3473853991229224, -0.07955293771634098, -0.2425509418166807, 1.0562613683051705, -0.4351380164345416, -0.5499967324941335, -0.3975034562952683, -0.3473853991229224, -0.3685153698184587, -0.08469771058313083, 1.5919981069902962, -0.08987280995554392, 1.043512527393655, -0.2181874399616216, -0.2181874399616216, -0.38288982636989305, -0.6326462390718085, -0.26127769809087603, -0.4506552434976706, -0.2487489252237553, -0.14890806849196814, -0.3975034562952683, -0.5412755234986762, -0.38288982636989305, -0.6423283488780566, -0.5156195720198078, -0.3975034562952683, 1.132968186305908, -1.156636085431617, -0.38288982636989305, -0.7789839174951905, -0.5412755234986762, -0.2804125361946356, -0.4989225921319157, 1.3619137544323925, 0.040146096301399585, -0.7132646952504407, -0.26760976210112125, -0.8624305746054685, -0.2181874399616216, -0.38288982636989305, -0.23639639971482704, 0.19561251657818354, -0.4274809998741945, -0.5766920804446894, -0.17711322761969314, -0.3685153698184587, -0.2302846945661223, -0.6521183061606537, -0.2739878172931307, -0.5677032153585039, -0.23639639971482704, -0.3199803770343456, -0.4274809998741945, -0.41989015410772335, -0.3199803770343456, -0.6821599378934351, 1.501996605799497, -0.2181874399616216, -0.17711322761969314, -0.38288982636989305, -0.41989015410772335, -0.7346299277891626, -0.38288982636989305, 0.8242010777943996, -0.4049024724149501, -0.3065920285628277, -0.442862366457818, -0.4906916134282317, -0.4274809998741945, -0.07955293771634098, -0.3473853991229224, -0.3199803770343456, -0.1378749072163895, -0.2868846061834778, -0.2181874399616216, -0.2122007430258395, -0.3132606894367275, -0.37567319130706334, -0.3473853991229224, -0.5499967324941335, -0.2804125361946356, 0.8671023047031009, 0.7516701543035154, -0.7027736814187727, -0.16008164183931742, -0.4049024724149501, -0.039445376676770436, -0.2739878172931307, -0.4506552434976706, -0.4744574590250781, -0.5766920804446894, -0.07955293771634098, -0.2549909671603401, -0.3975034562952683, 0.5130528251137388, -0.4274809998741945, -0.3975034562952683, 1.3012986117180467, -0.26760976210112125, 1.302361655177457, -0.6821599378934351, 0.0709311055110465, -0.5326400300909889, -0.26127769809087603, -0.4825370370086929, -0.6521183061606537, -0.5949504554885211, -0.18286463877277254, -0.9546291337119224, -0.8020290584614841, -0.6924063886955234, -0.4049024724149501, -0.5499967324941335, -0.2003484280951248, -0.3685153698184587, -0.07955293771634098, -0.4906916134282317, -0.3267518776785793, -0.04930179876269049, -0.8377700801595092, 0.0082421320530067, -0.5499967324941335, 1.349919798230153, 0.022057476149225, 1.7302141945012373, 1.5179295982857013, -0.3199803770343456, -0.4825370370086929, -0.4825370370086929, -0.4744574590250781, 1.178173161631915, 0.031148376255396033, -0.16008164183931742, -0.7789839174951905, -0.3901662486862169, 1.0988083674456166, -0.8500139203831663, -0.14890806849196814, -0.442862366457818, -0.5766920804446894, -0.5766920804446894, -0.3614154117990537, -0.4506552434976706, 1.1014837746270003, -0.3901662486862169, 0.8911924970329997, -0.26127769809087603, -0.26760976210112125, -0.4989225921319157, -0.4049024724149501, -0.4123643462951893, 1.1596199003425165, 0.003588276016432058, -0.22421523453546224, -0.2302846945661223, -0.3199803770343456, 0.06224499847024311, -0.1378749072163895, -0.5156195720198078, 1.1225983825502293, -0.5156195720198078, 0.3179112463137149, 1.3479047711537453, -0.35437238996374193, -0.4585178730948712, -0.5677032153585039, -0.15447708075927075, -0.5240885857467593, -0.4049024724149501, 0.13347375902943476, 0.6000021428907603, -0.3975034562952683, -0.4989225921319157, 0.3113634123853129, 0.308071085993951, 0.9597326285985852, 0.01747647674395344, 0.8296798314302464, -0.5857738479029294, -0.2181874399616216, -0.2934047299277562, -0.4906916134282317, 1.0070953462727072, -0.4049024724149501, -0.22421523453546224, -0.039445376676770436, 0.06659879558444405, 1.4797139189587687, -0.5766920804446894, 0.5463620582379479, -0.3614154117990537, 0.7536577023658424, -0.17711322761969314, -0.16008164183931742, -0.07955293771634098, -0.06935296478531015, 1.3678498160042225, -0.04930179876269049, 0.2710162010194108, -0.23639639971482704, -0.22421523453546224, -0.3901662486862169, -0.1378749072163895, -0.4123643462951893, 1.3243931726130826, -0.41989015410772335, -0.35437238996374193, 0.003588276016432058, -0.2999736258423874, -0.442862366457818, -0.2003484280951248, -0.3267518776785793, 0.3047663634854617, -0.4049024724149501, -0.07443813814347525, 0.9951152773337418, -0.10031543260231184, -0.11621601475677328, 0.09227762487413514, -0.5326400300909889, -0.10558369429158908, 0.9486745889884124, -0.5499967324941335, -0.18865397213922933, -0.15447708075927075, -0.23639639971482704, -0.1378749072163895, 0.6460748095724069, -0.06935296478531015, -0.6521183061606537, 0.09227762487413514, -0.6326462390718085, -0.7132646952504407, -0.442862366457818, -0.507231416712439, -0.2934047299277562, -0.3404535554865803, -0.5326400300909889, -0.3132606894367275, -0.5412755234986762, -0.4351380164345416, 0.2104834057260711, -0.26760976210112125, -0.442862366457818, 1.0492015557557959, -0.6326462390718085, -0.2804125361946356, 1.093432959269865, -0.3132606894367275, -0.16008164183931742, -0.41989015410772335, 1.3295582444098744, -0.9973044057958046, -0.1944817308462756, 0.9691012973191071, 1.3097671204149093, -0.2549909671603401, -0.4585178730948712, -0.662018536722689, 1.6729255958300755, -0.26760976210112125, 0.22147353494076105, -0.5949504554885211, -0.3473853991229224, -0.2999736258423874, 1.2384722429837645, 1.5335784647098907, 0.8494809469164014, 0.7790943766473297, -0.4744574590250781, 0.31464343529238376, -0.039445376676770436, 0.7674459134626596, -0.13240988742897866, 0.031148376255396033, 0.19561251657818354, 0.057869500029912715, -0.20625458743159292, -0.14337415714065851, -0.039445376676770436, -0.3199803770343456, -0.15447708075927075, 1.302361655177457, 0.9550105199481508, -0.1378749072163895, 1.4577411295883909, -0.18865397213922933, 0.7171743952242681, -0.2549909671603401, -0.4506552434976706, -0.6230696299945636, -0.3901662486862169, 1.3066009985204543, 0.35620444635048804, 0.053472082908782866, -0.2934047299277562, -0.12158085288859932, -0.3975034562952683, 1.0784785270294208, -0.2999736258423874, -0.41989015410772335, 1.456850670789696, 1.5408948021950433, 0.9737483912460312, -0.5677032153585039, 0.8688451356600372, 1.326462850721623, 0.08804964703909872, -0.0152778576106183, -0.04435975527215768, 0.3868867410297519, -0.3267518776785793, 2.0347584043958054, 1.24982479466868, 1.1818372050225632, -0.4989225921319157, -0.06429707655400807, -0.3132606894367275, 1.1316786420942504, -0.14890806849196814, -0.12697867448443453, 0.02661469413399376, -0.2425509418166807, 0.057869500029912715, 1.19993140557252, 1.0839460322660104, 0.10898879094398968, -0.1378749072163895, 1.6546279529466053, 1.3305876207999086, 1.0893796847983763, -0.05927013821606336, 1.2327404156432022, -0.26760976210112125, 0.23232775844893835, 0.9438924399863442, -0.11621601475677328, 1.2543250113801638, -0.2934047299277562, -1.0733740105097949, 1.6853733442952668, -0.06935296478531015, 0.9905802501116056, -0.08987280995554392, 1.5212473661908537, 0.7436746415846381, -0.04435975527215768, 1.0757319473176534, 1.3357164686977927, 1.2895193471983146, -0.13240988742897866, -0.4585178730948712, 0.02661469413399376, 0.5538725384806223, 1.7533937434996425, -0.05927013821606336, 0.9996269898339496, 1.4977551856756208, 1.4016987243337564, -0.4506552434976706, -0.039445376676770436, -0.17139924536496506, 0.26410759537992784, -0.04435975527215768, 0.012871446499247095, 0.30144915117709264, -0.05927013821606336, 1.1533472793038329, 1.1054816542926569, 0.15729423908198265, 0.003588276016432058, 0.6256408607743567, 1.0203802861908555, -0.054271820259143885, 0.9644294647004282, -0.0010903831117252266, -0.3132606894367275, -0.5326400300909889, 1.218829330858917, 1.1830551611307754, 0.19561251657818354, -0.0010903831117252266, 0.035658764288066754, -0.15447708075927075, -0.16008164183931742, -0.3132606894367275, -0.23639639971482704, -0.04435975527215768, -0.4585178730948712, 1.4092556765654076, -0.13240988742897866, -0.2487489252237553, 0.1414859583685392, 0.6000021428907603, 0.7981713566437278, -0.4664515139294447, -0.18865397213922933, -0.18865397213922933, 1.1744937560796127, -0.11088375962911197, -0.08987280995554392, 0.3593213944510562, -0.2181874399616216, -0.0152778576106183, 1.5408948021950433, -0.005794111033215323, -0.2739878172931307, 1.024764281719301, -0.0010903831117252266, 1.3087130151374335, 0.22872457714055636, -0.08987280995554392, 0.4136126463061881, 0.08804964703909872, 0.9905802501116056, 1.6116343016691856, -0.06429707655400807, 0.022057476149225, -0.10558369429158908, 0.13748900031182948, -0.17139924536496506, 1.1596199003425165, 0.09227762487413514, 1.1720322206978933, 2.1278634819346585, 0.4309882415924956, 0.37474222817213776, 1.5204190994060072, 1.1732638514375413, -0.17711322761969314, -0.12697867448443453, 1.5521558990565862, -0.2181874399616216, -0.20625458743159292, -0.17711322761969314, 0.38083548974891984, 1.0757319473176534, 0.040146096301399585, 0.5904900951667533, 1.889122973435173, -0.005794111033215323, -0.039445376676770436, 1.2959639925508502, 0.0082421320530067, -0.14890806849196814, -0.2999736258423874, 0.2571441804566518, 0.049052526471332465, 0.4838457807188426, -0.1378749072163895, 1.7858300916875318, 0.9565873810135536, 1.2698964850816223, 0.3530763896354136, 0.7516701543035154, 0.6812670717483599, 1.4111347903261608, 0.2394900485800629, 0.4165325721691176, 0.6438277239954024, -0.039445376676770436], [-1.2422552846223618, -1.1057729189575418, -0.4605632241105814, -0.9743358444369734, -1.2422552846223618, -0.9743358444369734, -1.2422552846223618, -0.9743358444369734, -1.2422552846223618, -0.6368303242180623, -0.9743358444369734, -0.5443724531064075, -1.2422552846223618, -0.8515233670066884, -1.2422552846223618, -0.9743358444369734, -1.2422552846223618, -1.2422552846223618, -1.1057729189575418, -1.2422552846223618, -0.9743358444369734, -1.2422552846223618, -0.8515233670066884, -0.9743358444369734, -0.5443724531064075, -1.1057729189575418, -0.6368303242180623, -0.9743358444369734, -0.7389776093680155, -1.2422552846223618, -0.38431525444799136, -0.8515233670066884, -1.1057729189575418, -1.1057729189575418, -1.1057729189575418, -0.9743358444369734, -0.8515233670066884, -0.7389776093680155, -0.8515233670066884, -1.1057729189575418, -1.1057729189575418, -1.1057729189575418, -0.1915151009917011, -1.1057729189575418, -0.9743358444369734, -1.2422552846223618, -0.8515233670066884, -0.7389776093680155, -1.2422552846223618, 0.2901148770001943, -1.1057729189575418, -1.1057729189575418, -1.1057729189575418, -0.8515233670066884, -0.9743358444369734, -0.9743358444369734, -0.9743358444369734, -1.1057729189575418, -0.4605632241105814, -1.1057729189575418, -0.7389776093680155, -1.2422552846223618, -1.1057729189575418, -1.1057729189575418, -0.8515233670066884, -1.2422552846223618, -1.2422552846223618, -0.5443724531064075, -0.1915151009917011, -0.8515233670066884, -0.8515233670066884, -1.1057729189575418, -0.9743358444369734, -0.5443724531064075, -0.7389776093680155, -1.2422552846223618, -0.9743358444369734, -0.8515233670066884, -0.9743358444369734, -0.6368303242180623, -1.2422552846223618, -0.7389776093680155, -0.7389776093680155, -0.5443724531064075, -0.8515233670066884, -0.7389776093680155, -1.1057729189575418, -0.9743358444369734, -1.2422552846223618, -1.1057729189575418, -0.7389776093680155, -0.9743358444369734, -0.8515233670066884, -1.2422552846223618, -1.1057729189575418, -1.1057729189575418, -0.7389776093680155, -1.1057729189575418, -1.1057729189575418, -0.6368303242180623, -1.1057729189575418, -0.6368303242180623, -0.5443724531064075, -1.2422552846223618, -0.6368303242180623, -1.2422552846223618, -0.9743358444369734, -0.4605632241105814, -0.38431525444799136, -0.6368303242180623, -0.13671513824288126, -1.2422552846223618, -0.6368303242180623, -0.38431525444799136, -0.6368303242180623, -0.8515233670066884, -1.1057729189575418, -0.7389776093680155, -0.7389776093680155, -1.2422552846223618, -0.9743358444369734, -0.8515233670066884, -0.6368303242180623, -0.7389776093680155, -0.6368303242180623, -1.1057729189575418, -1.1057729189575418, -0.9743358444369734, -1.1057729189575418, -0.1915151009917011, -0.7389776093680155, -0.9743358444369734, -0.8515233670066884, -0.7389776093680155, -0.1915151009917011, -0.9743358444369734, -1.2422552846223618, -0.8515233670066884, -0.9743358444369734, -0.6368303242180623, -1.1057729189575418, -0.4605632241105814, -0.9743358444369734, -0.8515233670066884, -0.7389776093680155, -0.5443724531064075, -0.5443724531064075, -0.38431525444799136, -0.38431525444799136, -0.6368303242180623, -1.2422552846223618, -0.9743358444369734, -0.5443724531064075, -1.1057729189575418, -0.7389776093680155, -0.9743358444369734, -0.9743358444369734, -1.2422552846223618, -0.9743358444369734, 0.006855071975493783, -1.1057729189575418, -0.6368303242180623, -0.9743358444369734, -0.9743358444369734, -0.4605632241105814, -0.9743358444369734, -0.4605632241105814, -0.5443724531064075, -1.1057729189575418, -0.6368303242180623, -1.2422552846223618, -0.9743358444369734, -0.9743358444369734, -0.9743358444369734, -0.8515233670066884, -1.1057729189575418, -1.1057729189575418, -1.1057729189575418, -1.1057729189575418, -1.1057729189575418, -0.8515233670066884, -0.8515233670066884, -0.9743358444369734, -0.8515233670066884, -0.9743358444369734, -0.8515233670066884, -0.7389776093680155, -0.6368303242180623, -1.1057729189575418, -1.1057729189575418, -0.9743358444369734, -0.7389776093680155, -1.1057729189575418, -1.1057729189575418, -0.13671513824288126, -0.7389776093680155, -0.9743358444369734, -0.6368303242180623, -1.2422552846223618, -0.1915151009917011, -0.8515233670066884, -0.7389776093680155, -0.4605632241105814, -1.2422552846223618, -0.9743358444369734, -1.2422552846223618, -0.8515233670066884, -1.1057729189575418, -1.1057729189575418, -0.7389776093680155, -0.9743358444369734, -0.7389776093680155, -0.9743358444369734, -0.9743358444369734, -0.6368303242180623, -1.2422552846223618, -0.4605632241105814, -0.8515233670066884, -1.1057729189575418, -0.7389776093680155, -1.1057729189575418, -0.9743358444369734, -1.2422552846223618, -0.7389776093680155, -0.6368303242180623, -0.8515233670066884, -1.2422552846223618, -1.1057729189575418, -0.6368303242180623, -0.4605632241105814, -0.5443724531064075, -0.9743358444369734, -0.5443724531064075, -0.5443724531064075, -0.8515233670066884, -1.1057729189575418, -1.2422552846223618, -0.9743358444369734, -0.8515233670066884, -0.7389776093680155, -1.1057729189575418, -0.9743358444369734, -0.8515233670066884, -0.6368303242180623, -1.1057729189575418, -0.8515233670066884, -0.4605632241105814, -0.5443724531064075, -0.6368303242180623, -1.1057729189575418, -0.9743358444369734, -0.9743358444369734, -0.9743358444369734, -0.5443724531064075, -0.8515233670066884, -0.13671513824288126, -0.9743358444369734, -1.1057729189575418, -0.4605632241105814, -0.8515233670066884, -0.7389776093680155, -1.1057729189575418, -0.7389776093680155, -0.6368303242180623, -0.9743358444369734, -0.9743358444369734, -1.2422552846223618, -0.7389776093680155, -0.9743358444369734, -0.5443724531064075, -0.8515233670066884, -0.4605632241105814, -0.7389776093680155, -0.31462307082515034, -0.5443724531064075, -1.1057729189575418, -0.5443724531064075, -0.8515233670066884, -0.9743358444369734, -0.8515233670066884, -0.7389776093680155, -0.13671513824288126, -1.1057729189575418, -0.6368303242180623, -0.7389776093680155, -0.9743358444369734, -0.8515233670066884, 0.5543136936233668, -0.8515233670066884, -1.1057729189575418, -0.8515233670066884, -0.31462307082515034, -1.1057729189575418, -0.7389776093680155, -0.8515233670066884, -0.8515233670066884, -0.5443724531064075, -0.7389776093680155, -0.8515233670066884, -0.13671513824288126, -0.8515233670066884, -0.6368303242180623, -0.9743358444369734, 0.593181287204169, -0.7389776093680155, -0.4605632241105814, -0.8515233670066884, -0.9743358444369734, -0.4605632241105814, -0.5443724531064075, -0.8515233670066884, -0.8515233670066884, -0.8515233670066884, -0.2506066088843704, -0.9743358444369734, -0.8515233670066884, -0.8515233670066884, -0.13671513824288126, -1.1057729189575418, -0.9743358444369734, -0.4605632241105814, -0.9743358444369734, -0.2506066088843704, -0.9743358444369734, -0.6368303242180623, -0.38431525444799136, -0.8515233670066884, -0.9743358444369734, -0.7389776093680155, -0.6368303242180623, -1.1057729189575418, -0.6368303242180623, -1.2422552846223618, -0.9743358444369734, -0.9743358444369734, -1.2422552846223618, -0.9743358444369734, -0.08567407853813439, -0.6368303242180623, -1.1057729189575418, -0.7389776093680155, -0.7389776093680155, -0.4605632241105814, -0.8515233670066884, -0.31462307082515034, -0.7389776093680155, -1.1057729189575418, -0.7389776093680155, -0.8515233670066884, -1.1057729189575418, -0.8515233670066884, -0.7389776093680155, -0.2506066088843704, -0.9743358444369734, -0.5443724531064075, -0.7389776093680155, -0.7389776093680155, -0.6368303242180623, -0.9743358444369734, -0.6368303242180623, -0.9743358444369734, 0.162496500763519, -0.9743358444369734, -0.8515233670066884, -0.7389776093680155, -0.8515233670066884, 0.3726207812769048, -0.8515233670066884, -0.38431525444799136, -0.8515233670066884, -1.2422552846223618, 0.7749777375585225, -0.9743358444369734, -0.9743358444369734, -0.9743358444369734, -0.9743358444369734, -0.8515233670066884, -0.5443724531064075, -0.9743358444369734, -1.2422552846223618, -0.7389776093680155, -0.9743358444369734, -1.1057729189575418, -0.9743358444369734, -0.7389776093680155, -1.2422552846223618, -0.8515233670066884, -0.6368303242180623, -0.9743358444369734, -1.1057729189575418, -0.7389776093680155, -0.7389776093680155, -1.1057729189575418, -0.5443724531064075, -0.6368303242180623, -0.9743358444369734, -0.7389776093680155, -0.7389776093680155, -0.9743358444369734, -0.5443724531064075, -1.1057729189575418, -0.8515233670066884, -0.2506066088843704, -0.6368303242180623, -0.8515233670066884, -0.9743358444369734, -0.9743358444369734, -1.1057729189575418, -1.2422552846223618, -0.5443724531064075, -0.6368303242180623, -0.9743358444369734, -0.8515233670066884, -1.1057729189575418, -0.8515233670066884, -0.5443724531064075, -0.7389776093680155, -0.5443724531064075, -0.6368303242180623, -1.1057729189575418, -0.6368303242180623, -0.5443724531064075, -0.8515233670066884, -0.8515233670066884, -0.7389776093680155, -0.8515233670066884, -1.2422552846223618, -0.6368303242180623, -0.38431525444799136, -0.7389776093680155, -1.1057729189575418, -0.6368303242180623, -0.7389776093680155, -0.8515233670066884, -0.8515233670066884, -0.6368303242180623, -0.9743358444369734, -0.5443724531064075, -1.1057729189575418, -0.5443724531064075, -0.6368303242180623, -0.38431525444799136, -0.6368303242180623, -0.7389776093680155, -0.8515233670066884, -0.9743358444369734, -0.8515233670066884, -0.7389776093680155, -0.31462307082515034, 0.4916018572296247, -1.2422552846223618, -0.8515233670066884, -0.4605632241105814, -0.6368303242180623, -0.6368303242180623, -1.2422552846223618, -1.1057729189575418, -0.7389776093680155, -0.6368303242180623, -0.08567407853813439, -0.9743358444369734, -0.7389776093680155, -0.8515233670066884, -1.2422552846223618, -0.7389776093680155, -0.9743358444369734, -0.9743358444369734, -0.7389776093680155, -0.5443724531064075, -1.2422552846223618, -0.8515233670066884, -0.6368303242180623, -0.4605632241105814, -0.8515233670066884, -0.5443724531064075, -0.9743358444369734, -0.9743358444369734, -0.6368303242180623, -0.9743358444369734, -1.2422552846223618, -0.9743358444369734, -0.6368303242180623, -0.9743358444369734, -0.8515233670066884, -0.8515233670066884, -0.8515233670066884, -0.4605632241105814, -0.7389776093680155, -0.6368303242180623, -0.5443724531064075, -0.8515233670066884, 0.6982010506813966, -1.1057729189575418, -1.1057729189575418, -0.8515233670066884, -0.38431525444799136, -0.8515233670066884, -0.6368303242180623, -0.9743358444369734, -0.7389776093680155, -1.1057729189575418, 0.5740195965905363, -0.7389776093680155, -0.5443724531064075, -0.4605632241105814, -0.8515233670066884, 0.53403211408907, -0.7389776093680155, -0.8515233670066884, -0.6368303242180623, -0.38431525444799136, -0.9743358444369734, -0.2506066088843704, -0.31462307082515034, -1.1057729189575418, -0.5443724531064075, -0.5443724531064075, -0.8515233670066884, -0.5443724531064075, -0.8515233670066884, -0.6368303242180623, -0.7389776093680155, -0.8515233670066884, -0.9743358444369734, -0.9743358444369734, -0.7389776093680155, -0.6368303242180623, -0.7389776093680155, -0.7389776093680155, -0.6368303242180623, -0.38431525444799136, -0.5443724531064075, -1.1057729189575418, -0.7389776093680155, -0.6368303242180623, -1.2422552846223618, -0.7389776093680155, -0.7389776093680155, -0.9743358444369734, -1.1057729189575418, -0.9743358444369734, -0.8515233670066884, -1.1057729189575418, -0.8515233670066884, -0.9743358444369734, -0.8515233670066884, -1.1057729189575418, -0.7389776093680155, -0.9743358444369734, -0.7389776093680155, -0.8515233670066884, -0.31462307082515034, -0.4605632241105814, -0.4605632241105814, -0.6368303242180623, -0.5443724531064075, -0.6368303242180623, -0.8515233670066884, -0.7389776093680155, -0.31462307082515034, -0.31462307082515034, -0.9743358444369734, -0.5443724531064075, -0.5443724531064075, -0.6368303242180623, -0.9743358444369734, -0.5443724531064075, -0.5443724531064075, -1.2422552846223618, -0.6368303242180623, 0.26030815993210915, -0.9743358444369734, -0.7389776093680155, -0.31462307082515034, -0.6368303242180623, -0.8515233670066884, -0.7389776093680155, -0.9743358444369734, 0.3980952790111559, -0.8515233670066884, -1.1057729189575418, -0.38431525444799136, -0.38431525444799136, -1.1057729189575418, -0.9743358444369734, -0.8515233670066884, -0.31462307082515034, -0.7389776093680155, -0.9743358444369734, -0.5443724531064075, -0.9743358444369734, -0.7389776093680155, -0.7389776093680155, -0.8515233670066884, -0.6368303242180623, -1.1057729189575418, -0.9743358444369734, -0.5443724531064075, -0.4605632241105814, -0.4605632241105814, -0.8515233670066884, -0.7389776093680155, -1.1057729189575418, -0.6368303242180623, -0.5443724531064075, -0.6368303242180623, -0.4605632241105814, -0.5443724531064075, 0.8172561844082628, -0.9743358444369734, -0.6368303242180623, -1.1057729189575418, -0.8515233670066884, -0.6368303242180623, -0.5443724531064075, -1.1057729189575418, -1.2422552846223618, -0.4605632241105814, -0.7389776093680155, -0.4605632241105814, -0.7389776093680155, -0.9743358444369734, -1.2422552846223618, -0.7389776093680155, -0.5443724531064075, -0.8515233670066884, -0.9743358444369734, -0.9743358444369734, -0.9743358444369734, -0.9743358444369734, -0.8515233670066884, -0.4605632241105814, -0.7389776093680155, -0.38431525444799136, -0.4605632241105814, -0.6368303242180623, -1.1057729189575418, -0.9743358444369734, -0.38431525444799136, -1.2422552846223618, -0.8515233670066884, -0.31462307082515034, -1.1057729189575418, -0.6368303242180623, -1.1057729189575418, -1.1057729189575418, -0.9743358444369734, -0.8515233670066884, -0.31462307082515034, -0.9743358444369734, -0.9743358444369734, -1.1057729189575418, -0.8515233670066884, -0.7389776093680155, -1.1057729189575418, -0.8515233670066884, -0.5443724531064075, -0.6368303242180623, -1.1057729189575418, -0.4605632241105814, -0.7389776093680155, -0.8515233670066884, -0.2506066088843704, -0.6368303242180623, -0.8515233670066884, -0.7389776093680155, -0.9743358444369734, -0.8515233670066884, -0.7389776093680155, -0.38431525444799136, -0.38431525444799136, -0.4605632241105814, -0.8515233670066884, -0.7389776093680155, -1.1057729189575418, -0.7389776093680155, -0.5443724531064075, -0.7389776093680155, -0.38431525444799136, -0.7389776093680155, -0.1915151009917011, -0.31462307082515034, -0.4605632241105814, -0.6368303242180623, -0.1915151009917011, -0.6368303242180623, -0.4605632241105814, -0.4605632241105814, -0.7389776093680155, -0.2506066088843704, -0.4605632241105814, -0.9743358444369734, -0.7389776093680155, -0.7389776093680155, -0.7389776093680155, -0.6368303242180623, -1.1057729189575418, -0.9743358444369734, -0.9743358444369734, -0.8515233670066884, -0.6368303242180623, -0.4605632241105814, -0.4605632241105814, -1.1057729189575418, -1.1057729189575418, -1.2422552846223618, -0.31462307082515034, -0.5443724531064075, -0.8515233670066884, -0.08567407853813439, -0.9743358444369734, -0.6368303242180623, -1.1057729189575418, -0.38431525444799136, -1.1057729189575418, -0.7389776093680155, -0.8515233670066884, -0.8515233670066884, -1.1057729189575418, -0.7389776093680155, -0.9743358444369734, -0.9743358444369734, -1.2422552846223618, -0.8515233670066884, -0.5443724531064075, -0.8515233670066884, -0.8515233670066884, -0.7389776093680155, -0.13671513824288126, -1.2422552846223618, -0.8515233670066884, -0.9743358444369734, -0.8515233670066884, -0.2506066088843704, -0.8515233670066884, -0.38431525444799136, -0.9743358444369734, -1.1057729189575418, -0.9743358444369734, -0.7389776093680155, -1.1057729189575418, -0.9743358444369734, -0.9743358444369734, -1.1057729189575418, -0.9743358444369734, -0.9743358444369734, -0.7389776093680155, -0.8515233670066884, -0.38431525444799136, -0.9743358444369734, -0.8515233670066884, -0.7389776093680155, -0.5443724531064075, -1.1057729189575418, -0.9743358444369734, -0.9743358444369734, -0.8515233670066884, -0.5443724531064075, -0.8515233670066884, -0.8515233670066884, -1.1057729189575418, -0.6368303242180623, -1.1057729189575418, -0.9743358444369734, -0.9743358444369734, -0.7389776093680155, -0.5443724531064075, -0.7389776093680155, -0.8515233670066884, -0.7389776093680155, -0.8515233670066884, -0.4605632241105814, 0.08889475462010972, -0.8515233670066884, -0.6368303242180623, -0.9743358444369734, -0.5443724531064075, -0.5443724531064075, -0.8515233670066884, -0.8515233670066884, -0.7389776093680155, -0.8515233670066884, -0.6368303242180623, -0.4605632241105814, -0.7389776093680155, -0.5443724531064075, -0.9743358444369734, -0.7389776093680155, -0.9743358444369734, -0.6368303242180623, -0.9743358444369734, -0.8515233670066884, -0.31462307082515034, -0.9743358444369734, -1.1057729189575418, -0.7389776093680155, -0.9743358444369734, -0.4605632241105814, -0.8515233670066884, -0.6368303242180623, 0.2291843368115743, -0.9743358444369734, -0.8515233670066884, -0.7389776093680155, -0.6368303242180623, -0.2506066088843704, -0.8515233670066884, -0.03794356747213884, -0.4605632241105814, -0.8515233670066884, -0.1915151009917011, -0.8515233670066884, -0.4605632241105814, -0.5443724531064075, -0.5443724531064075, -0.7389776093680155, -0.9743358444369734, -0.6368303242180623, -0.9743358444369734, -0.8515233670066884, -0.9743358444369734, -0.8515233670066884, -0.4605632241105814, -0.7389776093680155, -0.8515233670066884, -0.8515233670066884, -0.9743358444369734, -0.5443724531064075, -1.1057729189575418, -0.8515233670066884, -0.4605632241105814, -0.38431525444799136, -1.2422552846223618, -0.6368303242180623, -1.1057729189575418, -0.5443724531064075, -0.8515233670066884, -0.7389776093680155, -0.38431525444799136, -0.6368303242180623, -0.5443724531064075, -0.38431525444799136, -0.7389776093680155, -0.31462307082515034, -0.7389776093680155, -0.6368303242180623, -0.6368303242180623, -1.1057729189575418, -0.5443724531064075, -1.1057729189575418, -0.9743358444369734, -1.1057729189575418, 0.6118277429891917, -0.6368303242180623, -0.8515233670066884, -0.9743358444369734, -0.31462307082515034, -1.2422552846223618, -0.2506066088843704, -0.6368303242180623, -0.4605632241105814, -0.6368303242180623, -0.7389776093680155, -1.1057729189575418, -0.8515233670066884, -0.8515233670066884, -0.7389776093680155, -0.03794356747213884, 0.647679912861197, -0.7389776093680155, -0.8515233670066884, 0.08889475462010972, 0.647679912861197, -1.1057729189575418, -0.8515233670066884, -0.7389776093680155, -0.9743358444369734, -0.38431525444799136, -0.7389776093680155, -0.7389776093680155, -0.4605632241105814, -0.38431525444799136, -0.5443724531064075, -0.6368303242180623, -0.8515233670066884, -0.31462307082515034, -0.5443724531064075, -0.9743358444369734, -0.4605632241105814, -0.5443724531064075, -0.8515233670066884, -1.1057729189575418, -0.6368303242180623, -0.5443724531064075, -0.9743358444369734, 0.647679912861197, -0.38431525444799136, -0.9743358444369734, -0.8515233670066884, -1.2422552846223618, -0.5443724531064075, -0.8515233670066884, -0.7389776093680155, -0.7389776093680155, -0.9743358444369734, -0.8515233670066884, -0.8515233670066884, -0.7389776093680155, -0.7389776093680155, -0.38431525444799136, -0.7389776093680155, -0.9743358444369734, -0.38431525444799136, -0.2506066088843704, -0.6368303242180623, -1.1057729189575418, -1.1057729189575418, -0.9743358444369734, -0.9743358444369734, -0.6368303242180623, -0.4605632241105814, -0.38431525444799136, -1.1057729189575418, -0.7389776093680155, -0.6368303242180623, -0.8515233670066884, -0.5443724531064075, -0.9743358444369734, -0.8515233670066884, -0.7389776093680155, -0.38431525444799136, -1.2422552846223618, -1.1057729189575418, -0.31462307082515034, -0.5443724531064075, -0.7389776093680155, -0.7389776093680155, -0.7389776093680155, -0.6368303242180623, -0.9743358444369734, -0.7389776093680155, -0.4605632241105814, -0.7389776093680155, -0.6368303242180623, -0.8515233670066884, -0.5443724531064075, 0.3187090112405423, -0.8515233670066884, -0.6368303242180623, -0.5443724531064075, -0.8515233670066884, -0.9743358444369734, -0.8515233670066884, -0.5443724531064075, -0.9743358444369734, -0.9743358444369734, -0.6368303242180623, -0.8515233670066884, -0.9743358444369734, -0.7389776093680155, -0.5443724531064075, -0.9743358444369734, -1.1057729189575418, -0.08567407853813439, -0.38431525444799136, -0.9743358444369734, -0.9743358444369734, -0.6368303242180623, -0.7389776093680155, -0.7389776093680155, -0.7389776093680155, -1.1057729189575418, -0.08567407853813439, -0.4605632241105814, -0.7389776093680155, -0.9743358444369734, -0.7389776093680155, -1.2422552846223618, -0.6368303242180623, -0.7389776093680155, -0.8515233670066884, -0.5443724531064075, -0.9743358444369734, -0.8515233670066884, -0.7389776093680155, -0.9743358444369734, -0.7389776093680155, -0.13671513824288126, -0.6368303242180623, -0.5443724531064075, -0.6368303242180623, -0.8515233670066884, -0.7389776093680155, -0.31462307082515034, -0.7389776093680155, -0.6368303242180623, -1.1057729189575418, -0.9743358444369734, -0.6368303242180623, -0.4605632241105814, -0.7389776093680155, -0.8515233670066884, -1.1057729189575418, -0.5443724531064075, -0.4605632241105814, -0.8515233670066884, -0.9743358444369734, -0.6368303242180623, -0.8515233670066884, -0.5443724531064075, -0.9743358444369734, -0.8515233670066884, -0.4605632241105814, -0.4605632241105814, -0.5443724531064075, -0.4605632241105814, -0.9743358444369734, -1.2422552846223618, -0.6368303242180623, -0.4605632241105814, -0.7389776093680155, -0.1915151009917011, -0.6368303242180623, -0.9743358444369734, -0.8515233670066884, 0.8947569280341175, -0.5443724531064075, -0.6368303242180623, -0.7389776093680155, -0.7389776093680155, -0.8515233670066884, -0.6368303242180623, -0.8515233670066884, -0.9743358444369734, -0.03794356747213884, -0.4605632241105814, -0.9743358444369734, -0.7389776093680155, -1.2422552846223618, -1.1057729189575418, -0.9743358444369734, -0.7389776093680155, -0.8515233670066884, -1.1057729189575418, -0.7389776093680155, -0.5443724531064075, -0.6368303242180623, -0.13671513824288126, -0.6368303242180623, -0.7389776093680155, -0.8515233670066884, -0.7389776093680155, -0.31462307082515034, -0.7389776093680155, -0.8515233670066884, -0.38431525444799136, -0.6368303242180623, -0.4605632241105814, -0.6368303242180623, -0.7389776093680155, -0.5443724531064075, -0.8515233670066884, -0.8515233670066884, -0.4605632241105814, -0.7389776093680155, -0.6368303242180623, -0.7389776093680155, -1.1057729189575418, -0.8515233670066884, -1.1057729189575418, -0.8515233670066884, -1.1057729189575418, -0.7389776093680155, -0.8515233670066884, -0.4605632241105814, -0.7389776093680155, -1.2422552846223618, -0.7389776093680155, -0.6368303242180623, -0.6368303242180623, -0.8515233670066884, -0.9743358444369734, 0.5543136936233668, -0.6368303242180623, -0.7389776093680155, -0.8515233670066884, 0.9753775641758412, -0.6368303242180623, -0.8515233670066884, -0.8515233670066884, -0.38431525444799136, -0.9743358444369734, -0.9743358444369734, 0.4226734398467671, -0.6368303242180623, -0.7389776093680155, -0.7389776093680155, -0.38431525444799136, -0.38431525444799136, -1.2422552846223618, -0.08567407853813439, -0.7389776093680155, -0.6368303242180623, -0.31462307082515034, -0.8515233670066884, -0.4605632241105814, -1.1057729189575418, -0.9743358444369734, -0.7389776093680155, -0.5443724531064075, -0.8515233670066884, -0.6368303242180623, -0.6368303242180623, -0.7389776093680155, -0.9743358444369734, -0.6368303242180623, -0.8515233670066884, -0.38431525444799136, -0.9743358444369734, -0.7389776093680155, -0.6368303242180623, -0.7389776093680155, -0.6368303242180623, -1.2422552846223618, -0.9743358444369734, -0.9743358444369734, -0.6368303242180623, -0.38431525444799136, -0.5443724531064075, -0.7389776093680155, -0.9743358444369734, -0.8515233670066884, -0.9743358444369734, -0.38431525444799136, -0.7389776093680155, -0.6368303242180623, -0.6368303242180623, -0.2506066088843704, -0.8515233670066884, -0.5443724531064075, -0.8515233670066884, -0.8515233670066884, -0.8515233670066884, -0.8515233670066884, -0.7389776093680155, -0.9743358444369734, -0.6368303242180623, -0.8515233670066884, 0.9753775641758412, -0.8515233670066884, -0.9743358444369734, -1.1057729189575418, -1.1057729189575418, -0.08567407853813439, -0.9743358444369734, -0.8515233670066884, -0.6368303242180623, -0.8515233670066884, -0.9743358444369734, -0.8515233670066884, -0.9743358444369734, -0.5443724531064075, -0.5443724531064075, -0.6368303242180623, -0.8515233670066884, -1.1057729189575418, -0.5443724531064075, -0.4605632241105814, -0.38431525444799136, -0.5443724531064075, -0.38431525444799136, -0.9743358444369734, -0.7389776093680155, -0.5443724531064075, -0.5443724531064075, -0.38431525444799136, -1.1057729189575418, -0.7389776093680155, -1.2422552846223618, -0.8515233670066884, -0.8515233670066884, -0.8515233670066884, -0.9743358444369734, -0.9743358444369734, -0.8515233670066884, -0.38431525444799136, -0.4605632241105814, -0.38431525444799136, -0.6368303242180623, -0.38431525444799136, -0.2506066088843704, -0.5443724531064075, 0.3726207812769048, -0.6368303242180623, -0.9743358444369734, -0.38431525444799136, -0.8515233670066884, -0.5443724531064075, -0.9743358444369734, -0.6368303242180623, -0.8515233670066884, -1.1057729189575418, -0.5443724531064075, -0.8515233670066884, -0.7389776093680155, -0.5443724531064075, -0.8515233670066884, -0.7389776093680155, -0.5443724531064075, -0.8515233670066884, -0.7389776093680155, -0.8515233670066884, -0.8515233670066884, -0.4605632241105814, -0.38431525444799136, -0.7389776093680155, -0.31462307082515034, -0.7389776093680155, -0.9743358444369734, 0.08889475462010972, -0.8515233670066884, -0.8515233670066884, -0.8515233670066884, -0.9743358444369734, -0.7389776093680155, -0.9743358444369734, -0.2506066088843704, -0.6368303242180623, -0.7389776093680155, -0.5443724531064075, -0.7389776093680155, -0.6368303242180623, -0.7389776093680155, -0.38431525444799136, -0.9743358444369734, -0.08567407853813439, -0.4605632241105814, -0.8515233670066884, -0.5443724531064075, -0.31462307082515034, -0.1915151009917011, -0.31462307082515034, -0.7389776093680155, -0.9743358444369734, -1.1057729189575418, -0.5443724531064075, -0.5443724531064075, -0.9743358444369734, -0.03794356747213884, -0.7389776093680155, -0.9743358444369734, -0.9743358444369734, -0.5443724531064075, -0.08567407853813439, -1.1057729189575418, -0.7389776093680155, -0.8515233670066884, -0.8515233670066884, -0.2506066088843704, -0.6368303242180623, -1.1057729189575418, -0.9743358444369734, -0.6368303242180623, -0.5443724531064075, -0.6368303242180623, -0.31462307082515034, -0.9743358444369734, -0.8515233670066884, -1.2422552846223618, -0.4605632241105814, -0.6368303242180623, -0.8515233670066884, -0.7389776093680155, -0.38431525444799136, -0.31462307082515034, -0.6368303242180623, -0.1915151009917011, -0.5443724531064075, -0.7389776093680155, -1.1057729189575418, -1.1057729189575418, -0.5443724531064075, -0.8515233670066884, -1.1057729189575418, -0.7389776093680155, -0.9743358444369734, -0.5443724531064075, -0.5443724531064075, -0.7389776093680155, -0.5443724531064075, -0.6368303242180623, -0.6368303242180623, -0.7389776093680155, -0.7389776093680155, -0.6368303242180623, -0.8515233670066884, -0.4605632241105814, 0.2291843368115743, -0.8515233670066884, -0.5443724531064075, -0.38431525444799136, -0.8515233670066884, -1.1057729189575418, -0.1915151009917011, -0.7389776093680155, -0.4605632241105814, 0.8698782526591599, -0.7389776093680155, -1.2422552846223618, -1.1057729189575418, -0.6368303242180623, -0.5443724531064075, -0.8515233670066884, -0.8515233670066884, -0.31462307082515034, -0.1915151009917011, -0.38431525444799136, -0.6368303242180623, -0.4605632241105814, -0.6368303242180623, -0.7389776093680155, -0.6368303242180623, -0.5443724531064075, -0.7389776093680155, -0.5443724531064075, 0.446415259809466, -0.5443724531064075, 1.0276864283560938, -0.7389776093680155, -0.7389776093680155, -0.6368303242180623, -0.31462307082515034, -0.6368303242180623, -0.4605632241105814, -0.9743358444369734, -1.1057729189575418, -1.1057729189575418, -1.1057729189575418, -0.5443724531064075, -0.31462307082515034, -0.4605632241105814, -0.8515233670066884, -0.9743358444369734, -0.9743358444369734, -0.5443724531064075, -0.8515233670066884, -1.1057729189575418, -0.8515233670066884, -0.7389776093680155, -0.7389776093680155, -0.08567407853813439, -0.6368303242180623, -0.8515233670066884, -1.1057729189575418, -0.8515233670066884, -0.8515233670066884, -0.08567407853813439, -0.7389776093680155, -0.38431525444799136, -0.7389776093680155, -0.8515233670066884, -1.2422552846223618, -0.9743358444369734, -0.31462307082515034, -0.8515233670066884, -0.8515233670066884, -0.7389776093680155, -0.8515233670066884, -0.9743358444369734, -0.38431525444799136, -0.7389776093680155, -0.38431525444799136, -0.38431525444799136, -1.1057729189575418, -0.6368303242180623, -0.4605632241105814, -0.6368303242180623, -0.6368303242180623, -0.7389776093680155, -1.1057729189575418, -0.7389776093680155, -0.6368303242180623, -0.5443724531064075, -1.1057729189575418, -0.5443724531064075, -0.6368303242180623, -0.5443724531064075, -0.31462307082515034, -0.31462307082515034, -0.5443724531064075, -0.6368303242180623, -0.9743358444369734, -1.1057729189575418, -0.5443724531064075, 0.8570941435650357, -0.7389776093680155, -0.31462307082515034, -0.6368303242180623, -0.6368303242180623, -0.5443724531064075, -0.7389776093680155, -0.08567407853813439, -0.4605632241105814, -0.5443724531064075, -0.8515233670066884, -0.8515233670066884, -0.4605632241105814, -0.7389776093680155, -0.7389776093680155, -0.7389776093680155, -0.9743358444369734, -1.1057729189575418, -0.5443724531064075, -1.1057729189575418, -0.4605632241105814, -0.6368303242180623, -0.6368303242180623, -0.13671513824288126, -0.8515233670066884, -0.9743358444369734, -0.6368303242180623, -0.2506066088843704, -0.5443724531064075, -0.7389776093680155, 0.9967800289769128, -0.5443724531064075, -0.8515233670066884, -0.7389776093680155, -0.5443724531064075, -0.4605632241105814, -0.6368303242180623, -0.6368303242180623, -0.7389776093680155, -0.9743358444369734, -0.8515233670066884, -0.7389776093680155, -0.31462307082515034, -1.1057729189575418, -0.8515233670066884, -0.8515233670066884, -0.5443724531064075, -0.4605632241105814, -0.9743358444369734, -0.9743358444369734, -0.8515233670066884, -0.2506066088843704, -0.9743358444369734, -0.6368303242180623, -0.7389776093680155, 0.6118277429891917, -0.7389776093680155, -0.5443724531064075, -0.9743358444369734, -0.8515233670066884, -0.6368303242180623, -0.6368303242180623, -0.9743358444369734, -0.8515233670066884, -0.2506066088843704, -0.38431525444799136, -0.4605632241105814, -0.5443724531064075, -0.6368303242180623, -0.38431525444799136, -0.7389776093680155, -0.8515233670066884, -0.03794356747213884, -0.8515233670066884, -0.6368303242180623, -0.8515233670066884, -0.7389776093680155, -0.7389776093680155, -0.7389776093680155, -0.6368303242180623, -1.2422552846223618, -0.8515233670066884, -0.6368303242180623, -0.8515233670066884, -0.6368303242180623, -0.8515233670066884, -0.6368303242180623, -0.6368303242180623, -0.5443724531064075, -0.6368303242180623, -0.4605632241105814, 0.7452823910989886, -0.7389776093680155, -0.2506066088843704, -0.7389776093680155, -0.4605632241105814, -0.4605632241105814, -0.6368303242180623, -0.7389776093680155, -0.5443724531064075, -0.4605632241105814, -0.8515233670066884, -1.1057729189575418, -0.5443724531064075, -0.31462307082515034, 0.2901148770001943, -0.2506066088843704, -0.31462307082515034, -1.1057729189575418, -0.7389776093680155, -0.4605632241105814, -0.7389776093680155, 0.1966252078966649, -0.8515233670066884, -0.4605632241105814, -0.5443724531064075, -0.8515233670066884, 0.6299857076438174, -0.5443724531064075, -0.1915151009917011, -0.7389776093680155, -0.8515233670066884, -0.7389776093680155, -0.2506066088843704, 1.2121685708210603, -0.7389776093680155, -0.2506066088843704, -0.9743358444369734, -0.13671513824288126, -0.8515233670066884, -0.9743358444369734, -0.38431525444799136, -0.7389776093680155, -0.5443724531064075, -0.5443724531064075, -0.9743358444369734, -0.7389776093680155, -0.38431525444799136, -0.5443724531064075, -0.38431525444799136, -0.5443724531064075, -0.7389776093680155, -0.9743358444369734, -0.8515233670066884, -0.5443724531064075, -0.7389776093680155, -1.2422552846223618, -0.7389776093680155, -0.4605632241105814, -0.1915151009917011, -0.5443724531064075, -0.5443724531064075, -0.7389776093680155, -1.1057729189575418, -0.7389776093680155, -0.6368303242180623, -0.4605632241105814, -1.1057729189575418, -0.9743358444369734, 0.9967800289769128, -0.9743358444369734, -0.9743358444369734, 0.8824297542130211, -0.7389776093680155, -0.7389776093680155, -1.1057729189575418, -0.5443724531064075, 0.3726207812769048, -0.6368303242180623, -0.4605632241105814, 0.7893600743445656, -0.6368303242180623, -0.9743358444369734, -0.5443724531064075, -0.7389776093680155, -0.38431525444799136, -0.31462307082515034, -0.31462307082515034, -0.38431525444799136, -0.38431525444799136, -0.8515233670066884, -0.4605632241105814, -1.1057729189575418, -0.4605632241105814, -0.6368303242180623, -0.8515233670066884, -0.13671513824288126, -1.1057729189575418, -0.9743358444369734, -0.4605632241105814, -0.2506066088843704, -0.7389776093680155, -0.9743358444369734, -0.8515233670066884, -0.4605632241105814, -0.9743358444369734, -0.8515233670066884, -0.5443724531064075, -0.5443724531064075, -0.7389776093680155, -0.7389776093680155, -0.5443724531064075, -0.6368303242180623, -0.7389776093680155, -0.7389776093680155, -0.8515233670066884, -0.6368303242180623, -0.7389776093680155, -0.7389776093680155, -0.8515233670066884, -0.6368303242180623, -1.1057729189575418, -1.1057729189575418, -0.8515233670066884, -0.4605632241105814, -0.6368303242180623, -0.4605632241105814, -0.7389776093680155, 0.8172561844082628, -0.6368303242180623, -0.6368303242180623, -0.5443724531064075, -0.8515233670066884, -0.5443724531064075, -1.1057729189575418, -0.6368303242180623, -0.9743358444369734, -0.9743358444369734, -0.7389776093680155, -0.38431525444799136, -0.9743358444369734, -0.38431525444799136, -0.8515233670066884, -0.2506066088843704, -0.31462307082515034, -0.7389776093680155, -0.08567407853813439, -0.38431525444799136, -0.8515233670066884, -0.8515233670066884, -0.6368303242180623, -0.8515233670066884, -0.4605632241105814, -0.6368303242180623, -0.2506066088843704, -0.38431525444799136, -0.5443724531064075, -0.5443724531064075, -0.6368303242180623, -0.9743358444369734, -0.8515233670066884, -0.31462307082515034, -1.2422552846223618, -0.7389776093680155, -0.7389776093680155, -0.7389776093680155, -0.8515233670066884, -0.9743358444369734, -0.7389776093680155, -0.5443724531064075, -0.9743358444369734, -0.7389776093680155, -0.2506066088843704, -0.6368303242180623, -0.4605632241105814, -1.1057729189575418, -0.4605632241105814, -1.1057729189575418, 1.121709335049204, -0.38431525444799136, -0.7389776093680155, -0.8515233670066884, -0.7389776093680155, -0.2506066088843704, -0.9743358444369734, -0.7389776093680155, -0.4605632241105814, -0.6368303242180623, -0.5443724531064075, -0.4605632241105814, -0.5443724531064075, -0.4605632241105814, -0.4605632241105814, -0.6368303242180623, -0.4605632241105814, -0.5443724531064075, 0.3980952790111559, -0.9743358444369734, -0.5443724531064075, -0.5443724531064075, -0.8515233670066884, -0.8515233670066884, -0.31462307082515034, -0.2506066088843704, -0.38431525444799136, -0.9743358444369734, -0.31462307082515034, 1.2712086126579292, 0.8698782526591599, -0.6368303242180623, -0.6368303242180623, -0.7389776093680155, -0.8515233670066884, -0.4605632241105814, -0.7389776093680155, -0.7389776093680155, -0.5443724531064075, -0.31462307082515034, -0.8515233670066884, -0.7389776093680155, -0.5443724531064075, -0.8515233670066884, -0.6368303242180623, -0.9743358444369734, -0.9743358444369734, -0.6368303242180623, -0.08567407853813439, -0.31462307082515034, -0.9743358444369734, -0.7389776093680155, -0.6368303242180623, -0.7389776093680155, -0.03794356747213884, -0.9743358444369734, -0.38431525444799136, -0.5443724531064075, -0.6368303242180623, 0.2901148770001943, -1.2422552846223618, -1.1057729189575418, 1.5081510314389863, -0.4605632241105814, -0.8515233670066884, -0.9743358444369734, -0.9743358444369734, -0.5443724531064075, -0.8515233670066884, -0.4605632241105814, -0.38431525444799136, -0.9743358444369734, -0.38431525444799136, -1.1057729189575418, 0.12664495456095975, -0.38431525444799136, -0.1915151009917011, -0.4605632241105814, -0.5443724531064075, -0.7389776093680155, -0.38431525444799136, -0.9743358444369734, -0.7389776093680155, -0.9743358444369734, -0.8515233670066884, -0.6368303242180623, -0.9743358444369734, -0.7389776093680155, -0.7389776093680155, -0.5443724531064075, -0.38431525444799136, -0.5443724531064075, -0.8515233670066884, -0.9743358444369734, -0.4605632241105814, -0.8515233670066884, -0.5443724531064075, -0.9743358444369734, -0.8515233670066884, -0.1915151009917011, -0.4605632241105814, -0.4605632241105814, -0.4605632241105814, -0.38431525444799136, -0.31462307082515034, -0.31462307082515034, -0.8515233670066884, -0.9743358444369734, -0.9743358444369734, -0.38431525444799136, -0.1915151009917011, -0.4605632241105814, -0.8515233670066884, -0.6368303242180623, -0.8515233670066884, -0.9743358444369734, -0.7389776093680155, -1.1057729189575418, -0.7389776093680155, -0.8515233670066884, -0.6368303242180623, -0.2506066088843704, -0.2506066088843704, -0.8515233670066884, -0.5443724531064075, -0.8515233670066884, -0.6368303242180623, -0.8515233670066884, -0.31462307082515034, -0.4605632241105814, -0.7389776093680155, -0.7389776093680155, -0.7389776093680155, -1.1057729189575418, -0.7389776093680155, -0.38431525444799136, -0.5443724531064075, 0.8440686822307497, 0.7142536672108722, -0.38431525444799136, -1.1057729189575418, -0.13671513824288126, -0.7389776093680155, 1.33852566481645, -0.4605632241105814, 0.8947569280341175, -0.6368303242180623, -0.8515233670066884, -0.8515233670066884, -0.4605632241105814, -0.7389776093680155, -0.5443724531064075, -0.4605632241105814, -0.9743358444369734, -0.9743358444369734, -0.7389776093680155, -0.7389776093680155, -0.5443724531064075, -0.7389776093680155, -0.5443724531064075, -0.9743358444369734, -1.1057729189575418, -0.4605632241105814, -0.4605632241105814, -0.8515233670066884, -0.8515233670066884, -0.5443724531064075, -0.9743358444369734, -0.6368303242180623, -0.6368303242180623, -0.9743358444369734, -0.7389776093680155, -0.8515233670066884, -0.1915151009917011, -0.4605632241105814, -0.4605632241105814, -0.8515233670066884, 0.04904315330524037, -0.7389776093680155, -0.38431525444799136, -0.5443724531064075, 0.6982010506813966, -0.31462307082515034, -0.38431525444799136, 0.8172561844082628, -0.7389776093680155, -0.5443724531064075, -0.4605632241105814, -0.4605632241105814, -0.5443724531064075, -1.1057729189575418, -0.7389776093680155, -0.7389776093680155, -0.8515233670066884, -0.7389776093680155, -0.7389776093680155, -0.5443724531064075, 1.1390656713889609, -0.6368303242180623, -0.5443724531064075, -0.31462307082515034, -0.7389776093680155, -0.38431525444799136, -0.4605632241105814, -0.38431525444799136, -0.6368303242180623, -0.38431525444799136, -0.7389776093680155, -0.5443724531064075, -0.5443724531064075, -0.4605632241105814, -0.8515233670066884, -0.4605632241105814, -0.38431525444799136, -0.4605632241105814, -0.5443724531064075, -0.4605632241105814, -0.38431525444799136, -1.1057729189575418, -0.4605632241105814, -0.5443724531064075, 0.8570941435650357, -0.4605632241105814, -0.1915151009917011, -0.6368303242180623, -0.6368303242180623, -0.2506066088843704, 0.53403211408907, -0.5443724531064075, -0.6368303242180623, -0.1915151009917011, -0.31462307082515034, -0.5443724531064075, -0.5443724531064075, -0.2506066088843704, 1.057265349400065, -0.5443724531064075, -0.9743358444369734, -0.4605632241105814, -1.1057729189575418, -0.5443724531064075, -0.4605632241105814, -0.31462307082515034, -0.7389776093680155, -0.8515233670066884, -0.8515233670066884, -0.7389776093680155, 1.2989309994532676, -0.7389776093680155, -0.7389776093680155, -0.2506066088843704, -0.9743358444369734, -0.9743358444369734, -0.03794356747213884, -0.8515233670066884, -0.9743358444369734, -0.8515233670066884, -0.5443724531064075, -0.9743358444369734, -0.1915151009917011, -0.9743358444369734, -0.38431525444799136, -1.1057729189575418, -0.4605632241105814, -0.31462307082515034, -0.8515233670066884, -0.8515233670066884, -0.6368303242180623, -0.9743358444369734, -1.2422552846223618, -0.4605632241105814, 0.3980952790111559, -0.6368303242180623, -0.7389776093680155, 1.0668492419014721, -0.4605632241105814, -0.4605632241105814, -0.6368303242180623, -0.38431525444799136, -0.5443724531064075, 0.7893600743445656, -0.5443724531064075, -0.5443724531064075, -0.6368303242180623, -0.4605632241105814, -0.2506066088843704, -0.8515233670066884, -0.5443724531064075, -0.38431525444799136, -0.38431525444799136, -0.6368303242180623, -0.31462307082515034, -0.8515233670066884, 1.2989309994532676, -0.6368303242180623, 0.7749777375585225, -0.4605632241105814, -0.6368303242180623, -0.8515233670066884, -0.4605632241105814, -0.9743358444369734, -0.6368303242180623, -0.13671513824288126, -0.38431525444799136, -0.31462307082515034, -0.9743358444369734, 0.08889475462010972, -0.31462307082515034, 0.647679912861197, -0.08567407853813439, -0.9743358444369734, -0.8515233670066884, -0.4605632241105814, -0.4605632241105814, -0.7389776093680155, -0.6368303242180623, -0.31462307082515034, -0.38431525444799136, -0.5443724531064075, -0.6368303242180623, -0.38431525444799136, -0.13671513824288126, -0.8515233670066884, -0.4605632241105814, -1.1057729189575418, 0.12664495456095975, -0.9743358444369734, -0.6368303242180623, -0.5443724531064075, -0.9743358444369734, -0.6368303242180623, -1.1057729189575418, -0.2506066088843704, -0.4605632241105814, 0.6118277429891917, -0.4605632241105814, -0.1915151009917011, 1.2121685708210603, -0.4605632241105814, -0.31462307082515034, -0.8515233670066884, -0.9743358444369734, -0.38431525444799136, 0.006855071975493783, -0.8515233670066884, -0.5443724531064075, -0.38431525444799136, -0.7389776093680155, -0.7389776093680155, -0.2506066088843704, -0.5443724531064075, -1.1057729189575418, 0.9187692780031602, -0.8515233670066884, 0.930468966130911, -0.4605632241105814, -0.6368303242180623, -0.8515233670066884, -0.7389776093680155, -0.6368303242180623, -0.38431525444799136, -0.6368303242180623, -0.08567407853813439, -0.7389776093680155, -0.4605632241105814, -0.38431525444799136, -0.4605632241105814, -1.1057729189575418, -0.5443724531064075, -0.9743358444369734, -0.7389776093680155, -0.38431525444799136, -0.38431525444799136, -0.8515233670066884, -0.7389776093680155, -0.38431525444799136, -0.6368303242180623, -0.7389776093680155, -0.03794356747213884, -0.38431525444799136, 0.7749777375585225, -0.5443724531064075, -0.8515233670066884, 0.006855071975493783, -0.8515233670066884, -0.5443724531064075, -0.4605632241105814, -0.31462307082515034, -0.6368303242180623, -0.5443724531064075, -0.1915151009917011, -1.1057729189575418, -0.9743358444369734, -0.5443724531064075, -0.8515233670066884, 0.9644217646266668, -0.2506066088843704, -0.1915151009917011, -0.7389776093680155, -1.1057729189575418, -0.7389776093680155, 0.006855071975493783, -0.2506066088843704, -0.9743358444369734, -0.6368303242180623, -0.31462307082515034, -0.4605632241105814, -0.8515233670066884, -0.8515233670066884, -0.6368303242180623, 0.8440686822307497, 1.1725179659271627, -0.9743358444369734, -0.08567407853813439, -1.1057729189575418, -0.8515233670066884, -0.5443724531064075, -0.7389776093680155, -0.4605632241105814, -0.7389776093680155, -0.6368303242180623, -0.9743358444369734, -0.7389776093680155, -0.7389776093680155, -0.6368303242180623, -0.7389776093680155, -0.38431525444799136, -0.7389776093680155, 0.5740195965905363, -0.8515233670066884, -0.31462307082515034, -0.4605632241105814, -0.6368303242180623, -0.13671513824288126, -0.5443724531064075, -0.7389776093680155, -0.7389776093680155, -0.38431525444799136, -0.4605632241105814, -0.2506066088843704, 0.930468966130911, 0.2901148770001943, -0.8515233670066884, -0.2506066088843704, -0.7389776093680155, -0.6368303242180623, -0.4605632241105814, -0.9743358444369734, -0.7389776093680155, -0.6368303242180623, 1.103904004787838, 1.0668492419014721, -0.8515233670066884, -0.4605632241105814, -0.5443724531064075, -0.38431525444799136, -0.03794356747213884, -0.7389776093680155, 0.8947569280341175, -0.6368303242180623, -0.5443724531064075, -0.4605632241105814, -0.8515233670066884, -0.08567407853813439, -1.2422552846223618, -0.9743358444369734, -0.4605632241105814, -0.6368303242180623, -0.9743358444369734, 0.04904315330524037, -0.7389776093680155, -0.6368303242180623, -0.6368303242180623, -0.38431525444799136, -0.31462307082515034, -0.5443724531064075, -0.7389776093680155, -0.4605632241105814, -0.31462307082515034, -0.1915151009917011, -0.7389776093680155, -0.2506066088843704, -0.4605632241105814, -0.7389776093680155, -0.5443724531064075, -0.6368303242180623, -1.1057729189575418, -0.4605632241105814, -0.5443724531064075, -0.38431525444799136, -0.31462307082515034, -0.4605632241105814, -0.31462307082515034, -0.6368303242180623, 1.0376878895751926, -0.2506066088843704, -0.2506066088843704, -0.13671513824288126, -0.38431525444799136, -0.1915151009917011, -0.9743358444369734, -0.9743358444369734, -0.7389776093680155, 0.12664495456095975, -0.6368303242180623, -0.4605632241105814, -0.8515233670066884, -0.08567407853813439, -0.31462307082515034, -0.8515233670066884, 1.2989309994532676, -0.8515233670066884, -0.9743358444369734, -0.13671513824288126, 0.6817670600184476, -0.5443724531064075, -0.31462307082515034, -1.1057729189575418, 0.5543136936233668, 0.6649332735293353, -0.9743358444369734, -0.08567407853813439, -0.6368303242180623, -0.4605632241105814, -0.38431525444799136, -0.13671513824288126, -0.1915151009917011, -0.38431525444799136, -0.2506066088843704, 0.2291843368115743, -0.1915151009917011, -0.31462307082515034, 0.2901148770001943, -0.5443724531064075, -0.31462307082515034, 1.3637097298720622, 0.08889475462010972, 1.0175375948006913, 1.1475824199599551, -0.4605632241105814, -0.5443724531064075, -0.7389776093680155, -0.4605632241105814, -0.38431525444799136, -0.08567407853813439, -0.31462307082515034, -0.6368303242180623, 0.4226734398467671, 0.7142536672108722, -0.5443724531064075, -0.5443724531064075, 0.1966252078966649, -0.5443724531064075, -0.4605632241105814, 0.4226734398467671, -0.7389776093680155, -0.7389776093680155, -0.08567407853813439, -0.5443724531064075, 0.8034489990137859, -0.38431525444799136, -0.6368303242180623, -0.38431525444799136, -0.38431525444799136, -0.5443724531064075, -0.6368303242180623, -0.9743358444369734, -0.6368303242180623, -0.38431525444799136, -1.1057729189575418, -0.7389776093680155, -0.8515233670066884, -0.7389776093680155, -0.8515233670066884, 1.204419143867386, 1.0276864283560938, -0.6368303242180623, -0.4605632241105814, 0.3980952790111559, -0.5443724531064075, -0.5443724531064075, -0.5443724531064075, 0.8698782526591599, -0.7389776093680155, 0.9967800289769128, 0.6299857076438174, -0.7389776093680155, 0.9419734023565804, -0.7389776093680155, 0.8824297542130211, -0.08567407853813439, -0.2506066088843704, -0.31462307082515034, 0.8824297542130211, -0.4605632241105814, 0.7893600743445656, -0.7389776093680155, 0.5740195965905363, 0.2291843368115743, 0.006855071975493783, -0.5443724531064075, -0.38431525444799136, 0.006855071975493783, -0.31462307082515034, -0.7389776093680155, -0.5443724531064075, -0.08567407853813439, -0.38431525444799136, -0.2506066088843704, -0.08567407853813439, -0.6368303242180623, -0.7389776093680155, 0.04904315330524037, -0.2506066088843704, 0.4226734398467671, -0.8515233670066884, -0.31462307082515034, -0.7389776093680155, -0.03794356747213884, -0.38431525444799136, -0.31462307082515034, -0.38431525444799136, 0.3980952790111559, -0.31462307082515034, -0.38431525444799136, 0.12664495456095975, 0.12664495456095975, -0.4605632241105814, 1.278244666307927, -0.38431525444799136, -0.7389776093680155, 1.0376878895751926, -0.9743358444369734, 0.006855071975493783, -0.31462307082515034, 1.1886534183987405, -0.8515233670066884, -0.4605632241105814, 0.7749777375585225, -0.6368303242180623, -0.7389776093680155, 0.006855071975493783, 0.6118277429891917, 0.647679912861197, 0.5543136936233668, 0.9419734023565804, -0.5443724531064075, -0.2506066088843704, 1.0175375948006913, -0.1915151009917011, -0.4605632241105814, -0.31462307082515034, -0.6368303242180623, 1.057265349400065, 0.7602895793573575, 0.26030815993210915, -0.08567407853813439, 0.2291843368115743, -0.38431525444799136, -0.4605632241105814, 0.04904315330524037, -0.1915151009917011, 1.1965814367748429, -0.9743358444369734, -0.38431525444799136, 0.593181287204169, -0.6368303242180623, 0.8947569280341175, 0.2901148770001943, -0.6368303242180623, -0.5443724531064075, -0.8515233670066884, -0.03794356747213884, 0.5740195965905363, -0.4605632241105814, -0.4605632241105814, -0.4605632241105814, -0.08567407853813439, 1.1965814367748429, 0.1966252078966649, -0.2506066088843704, -0.2506066088843704, 1.1128642382795255, -0.4605632241105814, 1.0175375948006913, 1.2274103735847959, -0.4605632241105814, -0.08567407853813439, -0.13671513824288126, 0.8947569280341175, 0.593181287204169, -0.8515233670066884, 0.9532889749225304, -1.2422552846223618, -0.7389776093680155, -0.13671513824288126, 1.1559950602249065, -0.7389776093680155, -0.9743358444369734, -0.5443724531064075, -0.5443724531064075, -0.6368303242180623, -0.6368303242180623, -0.38431525444799136, -0.7389776093680155, -0.2506066088843704, -0.38431525444799136, -0.4605632241105814, -0.1915151009917011, 0.006855071975493783, -0.08567407853813439, -0.5443724531064075, -0.2506066088843704, -0.1915151009917011, 1.305690450655185, -0.6368303242180623, 0.9419734023565804, 0.930468966130911, 1.278244666307927, -0.38431525444799136, 1.4721502555081911, 0.9187692780031602, 0.8947569280341175, -0.5443724531064075, -0.31462307082515034, -0.4605632241105814, -0.4605632241105814, 0.53403211408907, 1.3759641116610926, 0.04904315330524037, 1.1475824199599551, 1.057265349400065, -0.03794356747213884, 1.5081510314389863, 1.1725179659271627, 1.1965814367748429, -0.5443724531064075, 1.0072369932475171, -0.31462307082515034, -0.7389776093680155, -0.6368303242180623, 0.8947569280341175, 1.1475824199599551, -0.31462307082515034, 1.2121685708210603, -0.1915151009917011, -0.9743358444369734, -0.1915151009917011, -0.13671513824288126, 0.8947569280341175, -0.4605632241105814, -0.1915151009917011, 1.1390656713889609, 0.12664495456095975, 0.7602895793573575, 1.0276864283560938, 0.006855071975493783, 1.1643061020873189, 1.1886534183987405, -0.4605632241105814, -0.1915151009917011, 1.0276864283560938, -0.1915151009917011, 0.4226734398467671, -0.38431525444799136, 0.006855071975493783, -0.38431525444799136, -0.2506066088843704, -0.13671513824288126, -0.13671513824288126, -0.38431525444799136, -0.13671513824288126, -0.31462307082515034, -0.1915151009917011, -0.5443724531064075, 1.2496580194907887, 0.006855071975493783, -0.5443724531064075, 1.103904004787838, 1.121709335049204, -0.2506066088843704, 1.103904004787838, 0.3980952790111559, 1.4980560419519786, -0.03794356747213884, -0.38431525444799136, 0.08889475462010972, -0.4605632241105814, 0.446415259809466, 1.3574996552946097, 1.3698642202493831, -0.08567407853813439, -0.13671513824288126, -0.4605632241105814, -0.13671513824288126, -0.7389776093680155, -0.6368303242180623, 1.103904004787838, 1.2274103735847959, -0.7389776093680155, -0.1915151009917011, 0.930468966130911, -0.13671513824288126, 0.7749777375585225, -0.6368303242180623, 1.2274103735847959, 0.5543136936233668, -0.9743358444369734, 1.2121685708210603, -0.7389776093680155, 1.047546186366252, -0.03794356747213884, 1.1475824199599551, 1.1559950602249065, -0.6368303242180623, -0.4605632241105814, -0.1915151009917011, -0.31462307082515034, 0.4916018572296247, -0.5443724531064075, 0.162496500763519, -0.38431525444799136, 1.3820103634018888, 1.434159384596568, -0.08567407853813439, 1.121709335049204, 1.3698642202493831, 0.8307926237681718, 1.1725179659271627, -1.1057729189575418, 1.3190132511409123, 1.4114688970093128, -0.31462307082515034, -0.1915151009917011, -0.13671513824288126, 1.4056773010874553, 0.647679912861197, 1.1128642382795255, -1.1057729189575418, 1.0175375948006913, 1.0276864283560938, 1.0856258851219156, -0.2506066088843704, 0.930468966130911, 1.3759641116610926, 0.7749777375585225, -0.2506066088843704, 0.647679912861197, 1.121709335049204, 1.2198316811259866, -0.31462307082515034, -0.5443724531064075, 1.3190132511409123, 1.33852566481645, 0.7299420950973267, -0.38431525444799136, -0.5443724531064075, 1.29210445418904, 1.3759641116610926, 0.930468966130911, 1.351232984399929, 1.0072369932475171, 1.2121685708210603, 1.29210445418904, 1.204419143867386, 1.29210445418904, -0.9743358444369734, 1.1965814367748429, 1.2569168299758626, -0.2506066088843704, 1.2989309994532676, -0.13671513824288126, 1.103904004787838, 1.3574996552946097, 0.6299857076438174, -0.5443724531064075, -0.5443724531064075, 1.29210445418904, 1.3820103634018888, 0.446415259809466, 0.8698782526591599, 0.12664495456095975, -0.5443724531064075, 1.1725179659271627, 1.2712086126579292, 1.5611693640787572, -0.13671513824288126, 1.278244666307927, 1.3123841122703137, 1.242321793425411, 1.103904004787838, 0.9861618960448444, 1.1643061020873189, 1.4172121121853636, 0.906867621286695, -0.2506066088843704, 1.3574996552946097, 1.204419143867386, -0.13671513824288126, -0.5443724531064075, 1.2852094712501232, 1.3637097298720622, 1.2496580194907887, 1.0175375948006913, 0.08889475462010972, 0.7299420950973267, -0.2506066088843704, -0.4605632241105814, 1.242321793425411, 0.9861618960448444, 0.9861618960448444, 0.4226734398467671, 1.388003909728479, 1.5031220687786595, 0.04904315330524037, 0.7893600743445656, 1.1559950602249065, 0.3726207812769048, -0.6368303242180623, 1.3820103634018888, 1.3190132511409123, 0.9967800289769128, 1.3190132511409123, 1.3449086772024137, -0.1915151009917011, -0.13671513824288126, 0.04904315330524037, 1.1965814367748429, 1.3698642202493831, 1.305690450655185, 0.8440686822307497, 1.33852566481645, 1.434159384596568, 1.2569168299758626, 1.4774101055554156, 0.647679912861197, 1.1806329868009455, 1.4452298327648865, 1.2640998394746288, 0.006855071975493783, 1.3320828483767957, 1.242321793425411, 1.5031220687786595, 0.12664495456095975, 0.8172561844082628, 1.4114688970093128, -0.6368303242180623, 0.7142536672108722, -0.38431525444799136, 0.006855071975493783, -0.1915151009917011, -0.38431525444799136, 0.1966252078966649, 1.4668498486863064, 0.8698782526591599, 0.9187692780031602, 1.4721502555081911, 1.3190132511409123, 1.3998365031171345, 1.234906485119066, 1.0856258851219156, -0.2506066088843704, 1.2989309994532676, 1.5131434679794562, -0.2506066088843704, 1.4172121121853636, 1.2198316811259866, 1.3255790979081377, 1.3574996552946097, 1.1304422106236975, 0.4226734398467671, 1.33852566481645, 1.2274103735847959, 1.1559950602249065, 0.162496500763519, 1.1559950602249065, 1.4172121121853636, 1.4506989150057137, 1.5279068289689262, 1.33852566481645, 0.8570941435650357, 1.3320828483767957, 1.1725179659271627, 0.08889475462010972, 1.5839798267016227, 1.2198316811259866, 1.4285565842955232, 1.4774101055554156, 1.057265349400065, 1.434159384596568, 0.1966252078966649, 1.278244666307927, 1.1559950602249065, 1.242321793425411, 1.6103891573251707, 1.523020857099258, -0.2506066088843704, 1.388003909728479, 1.393945660722588, 1.5279068289689262, 1.6358210864740823, 1.4452298327648865, 1.2274103735847959, 1.242321793425411, 1.2852094712501232, 0.8698782526591599, 1.4285565842955232, 1.4172121121853636, 1.393945660722588, 0.7893600743445656, 1.4229077475416418, 1.0668492419014721, 1.204419143867386, 1.2712086126579292, 1.278244666307927, 1.4668498486863064, 0.6118277429891917, 1.5131434679794562, 1.103904004787838, 1.0668492419014721, 1.234906485119066, 1.3574996552946097, 1.2712086126579292, 1.434159384596568, 1.4056773010874553, 0.7602895793573575, 0.7452823910989886, 1.4980560419519786, 1.2852094712501232, 1.242321793425411, 1.2712086126579292, 0.7602895793573575, 1.057265349400065, 1.3320828483767957, 0.9753775641758412, 0.8307926237681718, 1.5749462838881736, 1.547110628587698, 1.3637097298720622, 1.5611693640787572, 1.3637097298720622, 1.5794778971423, 1.278244666307927, 1.4668498486863064, 1.3698642202493831, 1.305690450655185, 1.1725179659271627, 1.5081510314389863, 1.3190132511409123, 1.5081510314389863, 1.4826300143239328, 1.3998365031171345, 1.4506989150057137, 0.8440686822307497, 1.2989309994532676, 1.1965814367748429, 1.3998365031171345, 0.6118277429891917, 1.2852094712501232, 1.2989309994532676, 1.5180999048226096, -0.38431525444799136, 1.4668498486863064, 1.393945660722588, 0.5740195965905363, -0.7389776093680155, 0.5740195965905363, 1.351232984399929, 1.487810583413781, 0.446415259809466, 1.5749462838881736, 1.5703845931153266, -0.13671513824288126, 1.0276864283560938, 1.5131434679794562, 0.5131406178986059, 1.4615082552669303, 1.4452298327648865, 1.1559950602249065, 1.4561248306525794, 1.242321793425411, 1.5611693640787572, 1.388003909728479, 1.4561248306525794, -0.4605632241105814, 1.5749462838881736, 1.5031220687786595, 1.4668498486863064, 1.2852094712501232, 1.278244666307927, 1.4285565842955232, 1.4172121121853636, 1.3998365031171345, 1.234906485119066, 1.3123841122703137, 1.3820103634018888, 0.593181287204169, 1.076301568775557, 1.4615082552669303, 1.5031220687786595, 1.1806329868009455, 1.4452298327648865, 1.388003909728479, 1.3759641116610926, 1.5518288978693104, 1.3320828483767957, 0.7452823910989886, 1.3123841122703137, 1.204419143867386, 1.7610115614444488, 0.8698782526591599, 1.4229077475416418, 1.4056773010874553, 1.2569168299758626, 1.305690450655185, 1.6189714632319514, 1.487810583413781, 1.3449086772024137, 1.1643061020873189, 1.487810583413781, 0.7299420950973267, 1.5884524587095483, 1.3820103634018888, 1.5327583139290235, 1.5375757951132014, -0.4605632241105814, 1.5131434679794562, 1.2640998394746288, 1.4561248306525794, 1.439716892141546, 1.4229077475416418, 1.393945660722588, 1.7575346391327644, 1.388003909728479, 1.434159384596568, 1.351232984399929, 1.434159384596568, 1.4229077475416418, 1.3637097298720622, 1.305690450655185, 1.388003909728479, -0.5443724531064075, -0.38431525444799136, 1.6103891573251707, 1.393945660722588, 1.3698642202493831, 1.5423597455793556, 1.6232227569487858, 1.33852566481645, 1.4229077475416418, 1.204419143867386, 1.5081510314389863, 1.2989309994532676, 1.4668498486863064, 0.26030815993210915, 1.8333640308214416, 1.5611693640787572, 1.4172121121853636, 1.5794778971423, 1.1128642382795255, 1.5081510314389863, 0.9861618960448444, 1.4561248306525794, 1.5794778971423, 1.5928961718272971, 1.33852566481645, 1.2640998394746288, 0.8172561844082628, 0.4226734398467671, 1.687892895226397, 1.3998365031171345, 1.5279068289689262, 1.2640998394746288, 1.4721502555081911, 1.5279068289689262, 1.55651499788556, 1.434159384596568, 1.2496580194907887, 1.2569168299758626, 1.5611693640787572, 0.8824297542130211, 1.393945660722588, 1.754040033904013, 1.492952400943964, 1.492952400943964, 1.1965814367748429, 1.5081510314389863, 1.3123841122703137, 1.1806329868009455, 1.33852566481645, 1.0668492419014721, 1.3123841122703137, 1.234906485119066, 1.434159384596568, 1.5279068289689262, 1.204419143867386, 1.1304422106236975, 1.29210445418904, 1.2121685708210603, 1.3574996552946097, 0.4916018572296247, 1.4615082552669303, 1.2712086126579292, 1.2989309994532676, 1.3255790979081377, 1.61469370713551, 1.2274103735847959, 1.439716892141546, 1.351232984399929, 1.1475824199599551, 1.2852094712501232, 1.3698642202493831, 1.4285565842955232, 1.5375757951132014, 1.2198316811259866, 1.3320828483767957, 0.9532889749225304, 1.3320828483767957, 1.6189714632319514, 1.3574996552946097, 1.2121685708210603, 1.5611693640787572, 1.305690450655185, 1.351232984399929, 1.439716892141546, 1.393945660722588, 1.4172121121853636, 1.5279068289689262, 1.3255790979081377, 1.7398811272317205, 1.3759641116610926, 1.3449086772024137, -0.5443724531064075, 1.388003909728479, 1.492952400943964, 0.8947569280341175, 1.4668498486863064, 1.4114688970093128, 1.487810583413781, 1.5180999048226096, 1.547110628587698, 1.4056773010874553, 1.3123841122703137, 1.4980560419519786, 1.5423597455793556, 1.1886534183987405, 1.55651499788556, -0.38431525444799136, 1.242321793425411, 1.5375757951132014, 1.4056773010874553, 1.3449086772024137, 1.5180999048226096, 1.3190132511409123, 1.3637097298720622, 1.234906485119066, 1.487810583413781, 1.1559950602249065, 1.6840244999610758, 1.5749462838881736, 1.0376878895751926, 1.1806329868009455, 1.6722869137335912, 1.703152318795085, 1.687892895226397, 1.1390656713889609, 1.5279068289689262, 1.3759641116610926, 1.4561248306525794, 1.2989309994532676, 1.5749462838881736, 1.4172121121853636, 1.4615082552669303, 1.6563182731825747, 1.1725179659271627, 1.5279068289689262, 1.1390656713889609, 1.2198316811259866, 1.121709335049204, 1.0668492419014721, 1.3574996552946097, 0.04904315330524037, 1.487810583413781, 1.1643061020873189, 1.5657924231143956, 1.434159384596568, 1.3255790979081377, 1.5611693640787572, 1.3698642202493831, 1.6399697241169606, 1.2852094712501232, 1.7106568137220486, 1.5081510314389863, 1.4506989150057137, 1.7575346391327644, 1.5749462838881736, 1.5327583139290235, 1.1886534183987405, 1.1559950602249065, 1.7434482994974212, 1.4229077475416418, 1.388003909728479, 1.057265349400065, 1.388003909728479, 0.8824297542130211, 1.4285565842955232, 0.6649332735293353, 1.29210445418904, 1.5180999048226096, 1.3574996552946097, 1.2989309994532676, 1.4506989150057137, 1.388003909728479, 1.1806329868009455, 1.3998365031171345, 1.492952400943964, 1.5031220687786595, 1.3998365031171345, 1.6103891573251707, 1.5423597455793556, 1.3449086772024137, 1.3698642202493831, 1.75052756503409, 1.1965814367748429, 1.6643489757706462, 1.6917396357350163, 1.4668498486863064, 1.5279068289689262, 1.547110628587698, 1.5423597455793556, 1.5657924231143956, 1.4561248306525794, 1.4774101055554156, 1.2712086126579292, 1.8578930512307872, 1.55651499788556, 1.351232984399929, 1.6917396357350163, 1.204419143867386, 1.393945660722588, 1.487810583413781, 1.3759641116610926, 0.6649332735293353, 1.351232984399929, 1.434159384596568, 1.3255790979081377, 1.4774101055554156, 1.6060574762076083, 1.6060574762076083, 1.703152318795085, 1.2989309994532676, 0.9861618960448444, 1.234906485119066, 0.006855071975493783, 1.7326907425916118, 1.487810583413781, 1.61469370713551, 1.6358210864740823, 1.5031220687786595, 1.4721502555081911, 1.4774101055554156, 1.3320828483767957, 1.5749462838881736, 1.5703845931153266, 1.4561248306525794, -0.5443724531064075, 1.487810583413781, 1.5279068289689262, 1.2712086126579292, 1.5031220687786595, 1.5703845931153266, 1.4114688970093128, 1.3449086772024137, 1.8079268025084376, 1.5327583139290235, 1.3255790979081377, 1.687892895226397, 1.7362953400075207, 1.439716892141546, 1.492952400943964, 1.076301568775557, 1.3698642202493831, 1.234906485119066, 1.754040033904013, 1.3637097298720622, 1.5657924231143956, 0.8947569280341175, 1.434159384596568, 1.4229077475416418, 1.5423597455793556, 1.388003909728479, 1.6232227569487858, 1.29210445418904, 1.3574996552946097, 1.3759641116610926, -0.13671513824288126, 0.8172561844082628, 1.0856258851219156, 1.4774101055554156, 1.29210445418904, 1.3820103634018888, 1.4506989150057137, -0.38431525444799136, 1.5081510314389863, 1.3637097298720622, 1.242321793425411, 1.2274103735847959, 1.523020857099258, 1.4506989150057137, 1.3190132511409123, 1.3320828483767957, -0.13671513824288126, 1.6683294062504157, 1.29210445418904, 1.6399697241169606, 1.4774101055554156, 1.2712086126579292, 1.5884524587095483, 1.3698642202493831, 1.6358210864740823, 1.4452298327648865, 1.523020857099258, 1.487810583413781, 1.487810583413781, 1.6722869137335912, 1.3759641116610926, 1.4056773010874553, 1.4506989150057137, 1.6060574762076083, 0.006855071975493783, 1.5703845931153266, 1.5794778971423, 1.4774101055554156, 0.8947569280341175, 1.5375757951132014, 1.4721502555081911, 1.827092464404113, 1.487810583413781, 1.4826300143239328, 1.6683294062504157, 1.4056773010874553, 1.5279068289689262, 1.4114688970093128, 1.305690450655185, 1.351232984399929, 1.0072369932475171, 1.6232227569487858, 1.4561248306525794, 1.6840244999610758, 1.3190132511409123, 1.1390656713889609, 1.6103891573251707, 1.8548743875887659, 0.162496500763519, 1.754040033904013, 1.4285565842955232, 1.2712086126579292, 1.3698642202493831, 1.7143785497067967, 1.1886534183987405, 1.3320828483767957, 0.7299420950973267, 1.5839798267016227, 1.6563182731825747, 1.4615082552669303, 1.836478476885504, 1.3123841122703137, 1.4114688970093128, -0.6368303242180623, 1.2569168299758626, 1.487810583413781, 1.4114688970093128, 1.4172121121853636, 1.351232984399929, 1.3998365031171345, 0.2291843368115743, 1.388003909728479, 1.1390656713889609, 1.6440934673851682, 1.4114688970093128, 1.3698642202493831, 0.7749777375585225, 1.7434482994974212, 1.4172121121853636, 0.906867621286695, 1.5657924231143956, 1.5518288978693104, 1.6955649624852582, 1.2274103735847959, 1.6399697241169606, 1.5703845931153266, 1.699369112476088, 1.3759641116610926, 1.5657924231143956, 1.3998365031171345, 0.9644217646266668, 1.1965814367748429, 1.3759641116610926, 1.1886534183987405, 0.2901148770001943, 1.3255790979081377, 1.305690450655185, 1.204419143867386, 1.1475824199599551, 1.6955649624852582, 1.778137066659309, 1.5703845931153266, 0.7142536672108722, 0.5543136936233668, 1.1390656713889609, 1.3123841122703137, 1.4452298327648865, 1.1475824199599551, 1.1643061020873189, 1.5749462838881736, 1.1965814367748429, 0.2291843368115743, 1.305690450655185, 1.6232227569487858, 1.1304422106236975, 1.5131434679794562, 1.4774101055554156, 1.4285565842955232, 1.4774101055554156, 1.5884524587095483, 1.5973113374258665, 1.6358210864740823, 1.2852094712501232, 1.1806329868009455, 1.3574996552946097, 1.6316472522031285, 1.7180802369330763, 1.4980560419519786, 1.3998365031171345, 1.278244666307927, 1.7290671366642614, 1.6189714632319514, 1.5928961718272971, 1.5180999048226096, 1.55651499788556, 1.2712086126579292, 1.8786603072823416, 1.3998365031171345, 1.1559950602249065, 1.3759641116610926, 1.3574996552946097, 1.5327583139290235, 1.204419143867386, 1.1965814367748429, 1.699369112476088, 1.5031220687786595, 1.7180802369330763, 1.388003909728479, 1.5081510314389863, 1.204419143867386, 1.774745941664137, 1.3574996552946097, 1.5928961718272971, 1.3255790979081377, 1.61469370713551, 1.4980560419519786, 1.4615082552669303, 1.3998365031171345, 1.5131434679794562, 1.2989309994532676, 1.6274479135149666, 1.5279068289689262, 1.5518288978693104, 1.1806329868009455, 1.6840244999610758, 1.5884524587095483, 1.6399697241169606, 1.278244666307927, 1.75052756503409, 1.3698642202493831, 1.6060574762076083, 1.7106568137220486, 1.3190132511409123, 1.5081510314389863, 1.3698642202493831, 1.7815115376611304, 1.4980560419519786, 1.6801342048509145, 1.2989309994532676, 1.4561248306525794, 1.5423597455793556, 1.4056773010874553, 1.5081510314389863, 0.906867621286695, 1.4506989150057137, 1.3190132511409123, 1.1643061020873189, 0.8440686822307497, 1.5657924231143956, 1.7217620901696393, 1.4561248306525794, 1.0175375948006913, 1.547110628587698, 1.523020857099258, 1.1475824199599551, 1.388003909728479, 1.2121685708210603, 1.5928961718272971, 1.5839798267016227, 1.9184015388510396, 1.5611693640787572, 1.2989309994532676, 1.492952400943964, 1.5081510314389863, 1.2274103735847959, 1.5518288978693104, 1.2989309994532676, 1.33852566481645, 1.5327583139290235, 1.5131434679794562, 1.234906485119066, 1.121709335049204, 0.006855071975493783, 1.3698642202493831, 1.6722869137335912, 1.3449086772024137, 1.2712086126579292, 1.950726497277785, 1.6399697241169606, 1.4506989150057137, 1.305690450655185, 1.6683294062504157, 1.0276864283560938, 0.6817670600184476, 1.2274103735847959, 1.5657924231143956, 1.4721502555081911, 1.393945660722588, -0.38431525444799136, 1.3998365031171345, 1.6274479135149666, 1.3637097298720622, 1.121709335049204, 1.2640998394746288, 1.351232984399929, 1.703152318795085, 1.4114688970093128, 1.3698642202493831, 1.1390656713889609, 1.6189714632319514, 1.434159384596568, 1.2198316811259866, 1.4721502555081911, 1.4980560419519786, 1.7981396962117369, 1.5131434679794562, 0.7749777375585225, 1.5279068289689262, 0.162496500763519, 1.547110628587698, 1.1128642382795255, 1.77133799752625, 1.3320828483767957, 1.6189714632319514, 1.2496580194907887, 1.393945660722588, 1.7981396962117369, 1.4452298327648865, 1.4980560419519786, 1.6399697241169606, 1.3998365031171345, 1.388003909728479, 1.7610115614444488, 1.6801342048509145, 1.6274479135149666, 1.3759641116610926, 1.5611693640787572, 1.6232227569487858, 1.5657924231143956, 1.5518288978693104, 1.3190132511409123, 1.5839798267016227, 1.5884524587095483, 1.5279068289689262, 1.7069148107040109, 1.5657924231143956, 1.388003909728479, 1.6189714632319514, 1.4561248306525794, 1.7434482994974212, 1.2569168299758626, 1.547110628587698, 1.047546186366252, 1.4668498486863064, 1.4668498486863064, 1.4615082552669303, 1.7434482994974212, 1.725424320753827, 1.6563182731825747, 1.5327583139290235, 1.4721502555081911, 1.2496580194907887, 1.2274103735847959, 1.1128642382795255, 1.4615082552669303, 1.523020857099258, 1.2121685708210603, 1.5749462838881736, 1.0376878895751926, 1.7290671366642614, 1.547110628587698, 1.6060574762076083, 1.6722869137335912, 1.4172121121853636, 1.6481926131282785, 1.434159384596568, 1.4452298327648865, 1.6762217606249263, 1.3190132511409123, 1.7290671366642614, 1.487810583413781, 1.5423597455793556, 1.4506989150057137, 1.388003909728479, 1.4721502555081911, 1.492952400943964, 1.434159384596568, 1.6563182731825747, 1.8931189152769448, 1.3637097298720622, 1.5327583139290235, 1.2640998394746288, 1.3190132511409123, 1.4721502555081911, 1.6274479135149666, 1.6016983197718917, 1.439716892141546, 1.4172121121853636, 0.9532889749225304, 1.242321793425411, 1.5180999048226096, 1.2569168299758626, 1.5279068289689262, 1.4229077475416418, 1.487810583413781, 1.4721502555081911, 1.5928961718272971, 1.61469370713551, 1.3698642202493831, 1.2274103735847959, 1.5884524587095483, 1.5518288978693104, 1.2569168299758626, 1.204419143867386, 1.29210445418904, 1.848796979246756, 1.5423597455793556, 1.6440934673851682, 1.1886534183987405, 1.1725179659271627, 1.6840244999610758, 1.434159384596568, 2.0599725711688843, 1.3759641116610926, 1.7180802369330763, 1.3190132511409123, 1.5180999048226096, 1.75052756503409, 1.3574996552946097, 1.4229077475416418, 1.2640998394746288, 1.5279068289689262, 1.388003909728479, 1.5423597455793556, 1.0175375948006913, 1.278244666307927, 1.0948256041854625, 1.4615082552669303, 1.774745941664137, 2.115983149731472, 1.7882111662300555, 1.2640998394746288, 1.3255790979081377, 1.3637097298720622, 1.33852566481645, 1.3998365031171345, 1.1806329868009455, 1.4452298327648865, 1.4980560419519786, 1.61469370713551, 1.950726497277785, 1.1725179659271627, 1.7143785497067967, 1.778137066659309, 1.5794778971423, 1.388003909728479, 1.4056773010874553, 1.2852094712501232, 1.6060574762076083, 1.487810583413781, 1.1725179659271627, 1.388003909728479, 1.778137066659309, 1.1128642382795255, 1.439716892141546, 2.0532058354067213, 1.7143785497067967, 1.4114688970093128, 1.1965814367748429, 1.4721502555081911, 1.3759641116610926, 1.5611693640787572, 2.071104427541377, 1.2496580194907887, 1.7469970490150044, 1.33852566481645, 1.204419143867386, 1.1128642382795255, 1.1559950602249065, 1.8014175791090017, 1.6274479135149666, 1.6016983197718917, 1.439716892141546, 1.4114688970093128, 1.652267452920034, 1.6316472522031285, 1.6603453553070378, 1.5611693640787572, 1.5327583139290235, 1.439716892141546, 1.8518424029474927, 1.5327583139290235, 1.234906485119066, 2.113911254968869, 1.4721502555081911, 1.393945660722588, 2.1180488146331102, 1.5327583139290235, 1.2496580194907887, 1.699369112476088, 1.9044706469403505, 1.5131434679794562, 0.4226734398467671, 1.3998365031171345, 1.8548743875887659, 1.55651499788556, 1.926626474438397, 1.767913066628248, 2.1996343126928446, 1.4229077475416418, 1.5657924231143956, 1.61469370713551, 1.7362953400075207, 1.9016502489531328, 1.687892895226397, 1.5423597455793556, 1.9940635783278033, 1.434159384596568, 2.1180488146331102, 1.6232227569487858, 1.836478476885504, 1.9965296493347544, 1.2569168299758626, 1.7981396962117369, 1.6643489757706462, 1.1390656713889609, 1.7106568137220486, 1.5839798267016227, 1.778137066659309, 0.8570941435650357, 1.5794778971423, 1.5081510314389863, 2.128284986769684, 1.7575346391327644, 1.2569168299758626, 1.1806329868009455, 2.128284986769684, 2.050935364249955, 1.3320828483767957, 1.8046798988591797, 1.5518288978693104, 1.7362953400075207, 1.439716892141546, 1.6440934673851682, 1.547110628587698, 1.7915366421837204, 0.9187692780031602, 2.03249629661439, 2.03249629661439, 1.7106568137220486, 1.6316472522031285, 1.8111584350293002, 1.4826300143239328, 1.9841098096857075, 1.6232227569487858, 1.6955649624852582, 1.7326907425916118, 1.8931189152769448, 1.8046798988591797, 1.6955649624852582, 1.8302354032300647, 1.9293463832530764, 1.6683294062504157, 1.6683294062504157, 1.7290671366642614, 1.8931189152769448, 1.5081510314389863, 2.02308779297465, 2.0532058354067213, 1.9533528300525085, 1.9374420940316557, 1.8207631252504608, 1.4615082552669303, 1.5327583139290235, 1.827092464404113, 1.8873719324492653, 2.1443520889938377, 2.197800267542682, 1.7469970490150044, 2.3734728514093835, 1.6316472522031285, 1.278244666307927, 2.1696852884490703, 1.9184015388510396, 2.0971072263683883, 1.8143749393594373, 2.0577243900041897, 1.989104720437808, 2.293637042166189, 2.034828426985564, 2.064446981963294, 1.6232227569487858], [-1.2435501954573287, -0.8381632136115218, -1.5653554600471524, -1.401422810127381, -1.401422810127381, -1.5653554600471524, -0.30328309017936217, -1.401422810127381, -1.401422810127381, -0.9608550724108204, -1.5653554600471524, -0.4511513925987615, 0.6834436844838708, -1.5653554600471524, -1.5653554600471524, -1.5653554600471524, -0.7271095713080373, -0.30328309017936217, -0.9608550724108204, -1.5653554600471524, -0.2374613771312389, -1.5653554600471524, -1.401422810127381, -1.2435501954573287, -1.0960368169319132, -0.3742594938298546, -1.0960368169319132, -1.5653554600471524, -1.5653554600471524, 0.5925519877968155, -1.2435501954573287, -1.5653554600471524, 0.30956085023567786, -0.9608550724108204, -1.2435501954573287, -0.5348605537371702, -1.0960368169319132, -1.5653554600471524, -1.5653554600471524, -0.9608550724108204, -1.401422810127381, -1.401422810127381, -1.5653554600471524, -1.2435501954573287, -0.4511513925987615, -0.9608550724108204, -0.9608550724108204, -1.2435501954573287, -1.5653554600471524, -0.7271095713080373, -1.0960368169319132, 0.9405845184354996, -0.4511513925987615, -1.5653554600471524, -0.11882417990569487, -1.2435501954573287, -1.2435501954573287, -0.30328309017936217, -0.9608550724108204, -1.401422810127381, -0.9608550724108204, -1.5653554600471524, 0.7846602031738034, -1.5653554600471524, -1.401422810127381, -1.2435501954573287, -1.5653554600471524, -1.2435501954573287, -0.5348605537371702, -1.2435501954573287, -1.5653554600471524, -1.5653554600471524, -1.2435501954573287, -1.2435501954573287, -1.5653554600471524, -0.6264440462777942, -1.401422810127381, 1.9859371699059098, -1.401422810127381, -0.30328309017936217, -1.5653554600471524, -1.5653554600471524, -0.1761545838956846, -0.8381632136115218, -1.0960368169319132, -1.5653554600471524, -0.7271095713080373, 0.3425610658161645, -0.8381632136115218, 1.3919235896088131, -1.401422810127381, 0.4905298255504972, -1.2435501954573287, -0.7271095713080373, -1.401422810127381, -0.5348605537371702, -1.5653554600471524, -0.6264440462777942, -1.2435501954573287, -0.8381632136115218, -0.30328309017936217, -1.2435501954573287, -1.401422810127381, -0.4511513925987615, -1.5653554600471524, -0.9608550724108204, 0.30956085023567786, -1.401422810127381, -1.0960368169319132, -1.5653554600471524, -1.2435501954573287, 0.5925519877968155, -1.5653554600471524, -1.2435501954573287, -0.8381632136115218, 0.16292270180559953, -1.401422810127381, -0.1761545838956846, -0.7271095713080373, 0.30956085023567786, -0.7271095713080373, -0.5348605537371702, -0.7271095713080373, -0.9608550724108204, -0.7271095713080373, -0.9608550724108204, -1.5653554600471524, -0.6264440462777942, -0.0650153259802985, -1.0960368169319132, -1.401422810127381, -1.5653554600471524, -1.2435501954573287, 0.5925519877968155, -1.401422810127381, -1.5653554600471524, -1.2435501954573287, 0.6616336634713935, -0.8381632136115218, -1.401422810127381, -1.401422810127381, -0.5348605537371702, 0.4344353290432095, -1.401422810127381, -1.5653554600471524, -0.9608550724108204, -0.8381632136115218, -0.8381632136115218, 1.05818051797508, -1.0960368169319132, 0.3743157310649771, -1.2435501954573287, -0.7271095713080373, -1.5653554600471524, -1.2435501954573287, -1.0960368169319132, -0.01434208380921201, -0.8381632136115218, -1.2435501954573287, 0.5430978962295321, -0.9608550724108204, -0.0650153259802985, -1.0960368169319132, -0.3742594938298546, -1.2435501954573287, -0.9608550724108204, -1.0960368169319132, -0.9608550724108204, -0.7271095713080373, -0.7271095713080373, -1.2435501954573287, -1.0960368169319132, -0.6264440462777942, -0.5348605537371702, -0.1761545838956846, -1.5653554600471524, -1.401422810127381, -0.01434208380921201, -1.5653554600471524, -1.401422810127381, -1.401422810127381, -0.9608550724108204, -0.5348605537371702, -1.0960368169319132, 1.2949133572968048, -0.01434208380921201, -1.401422810127381, -0.6264440462777942, -1.5653554600471524, -1.0960368169319132, -1.5653554600471524, -1.401422810127381, -0.1761545838956846, -1.2435501954573287, -1.2435501954573287, 1.4100303432071182, -0.30328309017936217, -1.0960368169319132, -1.401422810127381, -0.9608550724108204, -1.5653554600471524, -1.5653554600471524, -0.4511513925987615, -1.5653554600471524, -1.2435501954573287, 1.111256509375099, 0.6834436844838708, -1.5653554600471524, -1.401422810127381, -0.7271095713080373, -1.5653554600471524, -0.1761545838956846, -0.30328309017936217, -1.0960368169319132, -1.5653554600471524, 1.2081722563790325, -1.5653554600471524, -1.401422810127381, -0.7271095713080373, -1.401422810127381, 0.9715850894837113, -0.5348605537371702, -1.5653554600471524, -0.5348605537371702, -1.2435501954573287, 0.07886753236669414, -1.2435501954573287, -1.5653554600471524, -1.5653554600471524, -1.401422810127381, -1.401422810127381, -1.401422810127381, 0.7046966715300716, -0.7271095713080373, -1.401422810127381, 0.986661036476378, -0.8381632136115218, -1.2435501954573287, -1.5653554600471524, -1.401422810127381, -1.0960368169319132, -1.401422810127381, -1.5653554600471524, -0.2374613771312389, -1.5653554600471524, -1.5653554600471524, -1.5653554600471524, 0.6616336634713935, -0.4511513925987615, -1.2435501954573287, -1.2435501954573287, -1.5653554600471524, -0.8381632136115218, -0.9608550724108204, -0.7271095713080373, -0.9608550724108204, -1.0960368169319132, 0.30956085023567786, -1.5653554600471524, -0.30328309017936217, -0.4511513925987615, -0.2374613771312389, 0.8219296401873721, -1.401422810127381, -1.401422810127381, -1.401422810127381, -1.5653554600471524, -0.2374613771312389, -0.2374613771312389, 1.2845554860227928, -0.4511513925987615, -0.9608550724108204, -1.401422810127381, -1.2435501954573287, -1.5653554600471524, -1.2435501954573287, 0.5681912356848459, 0.7846602031738034, -1.2435501954573287, -0.0650153259802985, -0.3742594938298546, -0.0650153259802985, -0.9608550724108204, -1.2435501954573287, 0.03352474920815228, -1.5653554600471524, -1.0960368169319132, -0.30328309017936217, -1.0960368169319132, -1.2435501954573287, -1.0960368169319132, -0.8381632136115218, -1.401422810127381, 0.5681912356848459, -0.8381632136115218, -1.2435501954573287, -1.0960368169319132, -0.9608550724108204, -0.01434208380921201, -0.9608550724108204, 0.7254201482999246, -0.7271095713080373, 1.2307253889008178, -0.1761545838956846, 0.2752156645016194, -1.0960368169319132, -1.2435501954573287, -1.5653554600471524, -0.9608550724108204, -0.9608550724108204, -1.5653554600471524, -1.401422810127381, 0.4344353290432095, -1.5653554600471524, -0.7271095713080373, -1.2435501954573287, 1.7261063722728458, -0.8381632136115218, -1.2435501954573287, 0.07886753236669414, 0.4049138372643294, -1.5653554600471524, -0.6264440462777942, -0.3742594938298546, -1.0960368169319132, -0.7271095713080373, -1.0960368169319132, -1.2435501954573287, -1.5653554600471524, -1.5653554600471524, -0.9608550724108204, -1.5653554600471524, -0.3742594938298546, -1.5653554600471524, -1.2435501954573287, -0.2374613771312389, -1.0960368169319132, -0.7271095713080373, -1.0960368169319132, -1.5653554600471524, -1.0960368169319132, -1.2435501954573287, -0.7271095713080373, -1.401422810127381, 0.3425610658161645, -0.2374613771312389, -0.6264440462777942, -1.2435501954573287, -0.2374613771312389, -0.7271095713080373, -1.401422810127381, -0.7271095713080373, -0.3742594938298546, -1.5653554600471524, -1.401422810127381, -1.401422810127381, -1.401422810127381, -1.401422810127381, -0.7271095713080373, -1.5653554600471524, 0.9246382866006478, -0.1761545838956846, -1.401422810127381, -0.7271095713080373, -1.2435501954573287, -1.401422810127381, -0.4511513925987615, -1.401422810127381, 0.4344353290432095, -1.0960368169319132, 1.2195257010883809, 0.4049138372643294, -1.5653554600471524, -1.0960368169319132, -0.8381632136115218, -1.401422810127381, -1.2435501954573287, -1.401422810127381, -0.4511513925987615, -1.5653554600471524, -0.2374613771312389, -1.0960368169319132, 0.986661036476378, -0.11882417990569487, -0.9608550724108204, -1.401422810127381, -0.9608550724108204, -1.2435501954573287, -1.2435501954573287, -1.401422810127381, 1.8074663663339172, -1.5653554600471524, 0.8399551787033228, -0.9608550724108204, -0.8381632136115218, -1.5653554600471524, 0.12192979131918236, -1.401422810127381, -1.401422810127381, -1.5653554600471524, -1.5653554600471524, -1.401422810127381, -1.5653554600471524, -0.5348605537371702, -1.0960368169319132, -0.1761545838956846, -1.401422810127381, 1.5189396635962895, -0.8381632136115218, -1.2435501954573287, -1.5653554600471524, -1.401422810127381, -1.2435501954573287, -1.0960368169319132, -1.2435501954573287, -0.3742594938298546, -0.8381632136115218, 0.03352474920815228, -0.9608550724108204, -1.2435501954573287, -1.0960368169319132, -0.9608550724108204, -1.2435501954573287, -1.401422810127381, -1.401422810127381, -0.9608550724108204, -1.401422810127381, 1.3734111754776384, -1.5653554600471524, 0.16292270180559953, 0.8035039969780358, -1.401422810127381, 0.8748725341764544, -0.9608550724108204, 1.305143053676572, -1.2435501954573287, 0.2394140128334465, -1.401422810127381, -1.5653554600471524, -0.9608550724108204, -0.9608550724108204, -1.401422810127381, 0.6392369025890565, 1.6493583740221962, -0.8381632136115218, -0.7271095713080373, -1.5653554600471524, 0.16292270180559953, -1.401422810127381, -0.11882417990569487, -0.9608550724108204, -1.0960368169319132, -1.2435501954573287, -1.401422810127381, -1.5653554600471524, -0.7271095713080373, -0.7271095713080373, -1.401422810127381, -1.2435501954573287, -0.2374613771312389, -0.8381632136115218, -0.8381632136115218, -1.401422810127381, -1.5653554600471524, -1.2435501954573287, -1.5653554600471524, -0.8381632136115218, 1.5110532479829943, 0.07886753236669414, -0.8381632136115218, 1.6081322354921537, -0.30328309017936217, 0.4629522692460315, -0.8381632136115218, -0.9608550724108204, -0.5348605537371702, -1.2435501954573287, -1.0960368169319132, 1.4787323663146128, -0.9608550724108204, 0.6616336634713935, -0.4511513925987615, -1.2435501954573287, -0.4511513925987615, -0.0650153259802985, 0.4344353290432095, -0.5348605537371702, -1.401422810127381, -0.9608550724108204, -1.2435501954573287, -1.0960368169319132, -0.01434208380921201, -1.5653554600471524, -0.2374613771312389, 1.7138002757333513, 1.7560922849723768, 1.6426286994899042, -0.5348605537371702, 0.9083793042483206, -1.5653554600471524, -1.2435501954573287, -0.0650153259802985, -0.9608550724108204, -1.401422810127381, -1.5653554600471524, -1.401422810127381, -0.4511513925987615, -0.8381632136115218, 0.2394140128334465, -1.5653554600471524, -0.30328309017936217, -1.5653554600471524, -1.5653554600471524, -1.5653554600471524, 0.2394140128334465, -0.0650153259802985, -1.2435501954573287, -1.5653554600471524, -1.0960368169319132, -1.5653554600471524, -0.0650153259802985, -1.2435501954573287, 1.354474537462952, -1.0960368169319132, -1.401422810127381, 0.07886753236669414, -0.6264440462777942, -0.01434208380921201, 1.2195257010883809, -1.2435501954573287, 0.5681912356848459, -1.0960368169319132, -0.9608550724108204, -1.401422810127381, -0.3742594938298546, -1.2435501954573287, -1.5653554600471524, -0.9608550724108204, -1.2435501954573287, -1.401422810127381, -1.5653554600471524, -1.5653554600471524, -1.0960368169319132, -0.11882417990569487, -1.0960368169319132, -1.5653554600471524, -0.5348605537371702, -1.5653554600471524, -1.2435501954573287, -0.11882417990569487, -0.4511513925987615, 1.2949133572968048, -1.5653554600471524, -1.2435501954573287, -1.2435501954573287, -0.5348605537371702, -0.5348605537371702, -1.0960368169319132, -1.5653554600471524, -1.5653554600471524, -1.401422810127381, -0.01434208380921201, -1.5653554600471524, -1.2435501954573287, -0.8381632136115218, -1.5653554600471524, 0.12192979131918236, -1.5653554600471524, -0.7271095713080373, 1.0160140176344936, -0.6264440462777942, -1.5653554600471524, 0.7046966715300716, -1.401422810127381, 1.0303094184685997, -1.0960368169319132, -0.5348605537371702, -1.401422810127381, 0.16292270180559953, -0.30328309017936217, -1.5653554600471524, 1.2307253889008178, -0.7271095713080373, -1.5653554600471524, -0.9608550724108204, 0.7653789725693636, -0.0650153259802985, -0.6264440462777942, 0.2752156645016194, -0.8381632136115218, -0.9608550724108204, 0.7254201482999246, -0.9608550724108204, 0.30956085023567786, 0.8917951215326659, -0.8381632136115218, 0.6834436844838708, -1.5653554600471524, -1.5653554600471524, -0.6264440462777942, -0.6264440462777942, -1.401422810127381, -0.9608550724108204, -0.30328309017936217, 1.3919235896088131, -0.8381632136115218, 0.3425610658161645, -0.0650153259802985, -0.0650153259802985, 0.12192979131918236, 1.2845554860227928, -1.401422810127381, -0.30328309017936217, -1.401422810127381, -0.6264440462777942, -1.401422810127381, -0.6264440462777942, -1.401422810127381, -0.8381632136115218, -0.9608550724108204, -1.5653554600471524, -1.401422810127381, -1.401422810127381, -1.0960368169319132, 0.03352474920815228, -1.2435501954573287, 0.30956085023567786, 1.4536338075534672, -0.11882417990569487, -0.7271095713080373, -1.401422810127381, -0.30328309017936217, -1.5653554600471524, -1.5653554600471524, 0.7653789725693636, 0.8748725341764544, -0.30328309017936217, -1.401422810127381, -0.30328309017936217, -1.401422810127381, -1.401422810127381, -0.7271095713080373, -1.2435501954573287, -1.401422810127381, -0.6264440462777942, -1.5653554600471524, 0.2020303495672793, 0.16292270180559953, -0.9608550724108204, 0.07886753236669414, -0.8381632136115218, 0.8399551787033228, -0.2374613771312389, -1.2435501954573287, -1.0960368169319132, 0.9083793042483206, 0.16292270180559953, -0.9608550724108204, -0.1761545838956846, -0.2374613771312389, -0.7271095713080373, -0.2374613771312389, -1.5653554600471524, -1.2435501954573287, -0.3742594938298546, -1.401422810127381, -0.9608550724108204, -0.0650153259802985, -1.5653554600471524, -1.2435501954573287, -0.5348605537371702, -1.2435501954573287, 1.8074663663339172, -1.5653554600471524, -0.1761545838956846, -0.30328309017936217, -1.0960368169319132, 1.3734111754776384, 0.07886753236669414, -0.2374613771312389, -1.401422810127381, -0.4511513925987615, -0.5348605537371702, -0.4511513925987615, -1.401422810127381, 1.486931913922913, -1.0960368169319132, -1.2435501954573287, -0.5348605537371702, 0.2394140128334465, -1.2435501954573287, 0.2752156645016194, 0.3743157310649771, 0.07886753236669414, -1.0960368169319132, 0.5172271099542911, -1.2435501954573287, -1.0960368169319132, -0.8381632136115218, -1.2435501954573287, -1.0960368169319132, -0.4511513925987615, -1.5653554600471524, -0.6264440462777942, -0.9608550724108204, -0.11882417990569487, -0.6264440462777942, 0.3743157310649771, -0.9608550724108204, 0.12192979131918236, -1.5653554600471524, -0.7271095713080373, -0.1761545838956846, 1.1489427072591694, -1.5653554600471524, -1.0960368169319132, -0.9608550724108204, 0.16292270180559953, -0.6264440462777942, -0.0650153259802985, 1.4450952683807292, -0.6264440462777942, 0.7456396632086932, -0.5348605537371702, -1.5653554600471524, -1.5653554600471524, -1.2435501954573287, -1.2435501954573287, -1.401422810127381, 0.2752156645016194, -1.401422810127381, -1.401422810127381, 1.0160140176344936, -1.401422810127381, 1.3919235896088131, -1.2435501954573287, -0.1761545838956846, 0.8399551787033228, -0.11882417990569487, -1.5653554600471524, -1.0960368169319132, 1.2307253889008178, 0.8035039969780358, 0.03352474920815228, 1.05818051797508, -0.8381632136115218, 1.2949133572968048, -0.3742594938298546, -1.2435501954573287, -1.5653554600471524, 1.2740661936708255, -1.5653554600471524, -1.2435501954573287, -1.2435501954573287, -1.401422810127381, -0.7271095713080373, -1.5653554600471524, -1.401422810127381, -1.5653554600471524, -0.8381632136115218, -1.0960368169319132, -0.2374613771312389, -1.5653554600471524, -0.5348605537371702, -1.5653554600471524, 0.7456396632086932, -0.1761545838956846, -0.01434208380921201, -0.1761545838956846, -1.2435501954573287, 0.30956085023567786, -0.8381632136115218, -1.401422810127381, -1.5653554600471524, -1.2435501954573287, -1.2435501954573287, -1.401422810127381, -1.2435501954573287, 0.03352474920815228, -0.11882417990569487, -1.0960368169319132, -0.7271095713080373, -1.2435501954573287, -1.401422810127381, -1.401422810127381, -0.7271095713080373, -0.8381632136115218, -1.0960368169319132, -1.401422810127381, -1.401422810127381, -1.5653554600471524, -0.30328309017936217, -1.5653554600471524, -0.7271095713080373, 1.6822078401013243, 1.161132744926143, 0.07886753236669414, 1.252679731337584, -0.01434208380921201, -0.9608550724108204, -0.1761545838956846, -0.7271095713080373, 0.2394140128334465, -0.0650153259802985, -0.8381632136115218, -1.401422810127381, -0.7271095713080373, -1.2435501954573287, 1.4364675619675544, -1.0960368169319132, -1.0960368169319132, -1.5653554600471524, -0.4511513925987615, -1.401422810127381, 0.9083793042483206, 0.7254201482999246, -0.30328309017936217, 0.9405845184354996, -0.0650153259802985, 0.9562297513017072, -0.9608550724108204, -0.4511513925987615, 0.30956085023567786, -0.5348605537371702, -1.5653554600471524, -1.0960368169319132, 0.5925519877968155, 0.2020303495672793, 0.4905298255504972, -1.2435501954573287, -0.2374613771312389, -1.5653554600471524, -0.7271095713080373, -0.11882417990569487, -0.7271095713080373, -1.401422810127381, -1.5653554600471524, -1.2435501954573287, -0.4511513925987615, 1.5939197884835112, -1.2435501954573287, -0.01434208380921201, 0.7846602031738034, 0.8219296401873721, -1.2435501954573287, -0.9608550724108204, 0.30956085023567786, -0.9608550724108204, 1.6626553878539232, -0.6264440462777942, -1.2435501954573287, -0.2374613771312389, 0.3425610658161645, -1.2435501954573287, -0.9608550724108204, -1.401422810127381, -1.401422810127381, -1.5653554600471524, -0.30328309017936217, 1.0983031575461772, -1.401422810127381, 1.0443622293843136, -1.5653554600471524, -1.0960368169319132, -1.401422810127381, -0.01434208380921201, 1.32523031926726, -1.2435501954573287, -0.30328309017936217, -1.2435501954573287, -1.5653554600471524, 0.30956085023567786, 0.4629522692460315, -0.9608550724108204, -0.5348605537371702, -1.0960368169319132, 0.30956085023567786, -0.9608550724108204, -1.401422810127381, -1.5653554600471524, -0.2374613771312389, 1.1365703769573448, -1.0960368169319132, -0.4511513925987615, -1.2435501954573287, -1.2435501954573287, -0.7271095713080373, -1.401422810127381, -0.9608550724108204, -0.7271095713080373, -0.5348605537371702, -0.4511513925987615, -1.0960368169319132, -1.401422810127381, -1.401422810127381, 0.4049138372643294, -0.7271095713080373, 1.5344901342399142, -0.8381632136115218, -1.0960368169319132, -1.0960368169319132, -0.8381632136115218, -0.30328309017936217, -0.8381632136115218, -1.401422810127381, -1.401422810127381, -0.3742594938298546, 0.16292270180559953, -0.4511513925987615, -0.8381632136115218, -1.401422810127381, 0.12192979131918236, -0.4511513925987615, 0.3743157310649771, 0.2394140128334465, 0.5681912356848459, -0.5348605537371702, -1.0960368169319132, -1.0960368169319132, -1.2435501954573287, -0.2374613771312389, -1.401422810127381, -0.11882417990569487, 1.315247702762463, 0.4629522692460315, -1.0960368169319132, -0.0650153259802985, -1.401422810127381, -1.401422810127381, -1.0960368169319132, -1.0960368169319132, 1.526751493670824, -1.0960368169319132, -1.401422810127381, 1.5939197884835112, -0.3742594938298546, -0.7271095713080373, -0.8381632136115218, 2.094400555529188, -0.4511513925987615, 0.4905298255504972, 0.30956085023567786, 0.9083793042483206, -1.5653554600471524, 0.6834436844838708, -1.5653554600471524, -1.0960368169319132, -0.4511513925987615, 1.1489427072591694, -1.5653554600471524, -0.8381632136115218, -1.5653554600471524, -0.8381632136115218, -1.2435501954573287, -0.4511513925987615, -0.11882417990569487, -1.401422810127381, -0.4511513925987615, -0.01434208380921201, 0.16292270180559953, -1.2435501954573287, 1.5110532479829943, -1.5653554600471524, -1.0960368169319132, -1.2435501954573287, -1.2435501954573287, 0.2020303495672793, -1.2435501954573287, -0.2374613771312389, -0.5348605537371702, 1.526751493670824, -0.0650153259802985, -0.2374613771312389, 1.305143053676572, -0.9608550724108204, -0.5348605537371702, -0.2374613771312389, -1.401422810127381, -1.401422810127381, 0.2752156645016194, 0.12192979131918236, -0.4511513925987615, -0.7271095713080373, -1.0960368169319132, -0.8381632136115218, -1.401422810127381, 0.5430978962295321, 0.2020303495672793, -0.5348605537371702, -0.2374613771312389, -1.401422810127381, -1.0960368169319132, -0.7271095713080373, 0.12192979131918236, -0.9608550724108204, 0.03352474920815228, 0.3425610658161645, -1.0960368169319132, 0.07886753236669414, -1.0960368169319132, -0.7271095713080373, -1.5653554600471524, -1.0960368169319132, -1.2435501954573287, 0.07886753236669414, -0.30328309017936217, -0.1761545838956846, -0.6264440462777942, -1.2435501954573287, -1.401422810127381, -1.5653554600471524, -0.4511513925987615, -0.9608550724108204, -1.0960368169319132, -1.2435501954573287, 0.3425610658161645, -0.5348605537371702, -1.5653554600471524, -0.7271095713080373, 0.7046966715300716, -1.5653554600471524, -1.401422810127381, -0.3742594938298546, -1.401422810127381, -1.0960368169319132, 0.8219296401873721, 0.16292270180559953, -0.3742594938298546, 2.930004291193166, -1.2435501954573287, -1.5653554600471524, -1.5653554600471524, -1.0960368169319132, -0.3742594938298546, -1.5653554600471524, -1.401422810127381, -0.0650153259802985, -0.9608550724108204, -0.9608550724108204, -0.7271095713080373, 0.7456396632086932, 1.6949902335739075, -1.5653554600471524, 0.3425610658161645, -0.30328309017936217, -1.0960368169319132, -0.01434208380921201, -0.5348605537371702, -0.5348605537371702, 1.2845554860227928, 0.8219296401873721, 0.07886753236669414, -0.8381632136115218, -1.2435501954573287, 0.4049138372643294, -0.7271095713080373, -0.6264440462777942, -0.11882417990569487, -0.3742594938298546, -1.401422810127381, -0.1761545838956846, -1.5653554600471524, 0.07886753236669414, -1.401422810127381, -0.9608550724108204, -0.6264440462777942, 0.30956085023567786, -0.11882417990569487, -0.4511513925987615, 0.9715850894837113, 1.0443622293843136, -1.2435501954573287, 0.6162212792597395, 0.7046966715300716, 0.07886753236669414, 0.2020303495672793, -0.9608550724108204, -1.5653554600471524, -0.9608550724108204, 0.2752156645016194, 0.4629522692460315, -0.9608550724108204, -0.3742594938298546, -1.2435501954573287, 1.0851438512626337, -0.30328309017936217, -1.2435501954573287, -0.5348605537371702, -0.01434208380921201, -0.7271095713080373, -0.11882417990569487, -0.3742594938298546, -0.11882417990569487, 0.5925519877968155, -0.3742594938298546, 0.4344353290432095, 0.8035039969780358, -0.8381632136115218, 0.8399551787033228, 0.2394140128334465, -1.0960368169319132, -1.401422810127381, -0.01434208380921201, -0.6264440462777942, -1.0960368169319132, -0.5348605537371702, 0.07886753236669414, -0.9608550724108204, -1.401422810127381, 0.3425610658161645, -0.7271095713080373, 0.5172271099542911, 0.12192979131918236, 0.3425610658161645, 1.7850271591359752, -1.0960368169319132, -0.5348605537371702, -1.0960368169319132, -1.5653554600471524, -0.9608550724108204, -0.4511513925987615, -0.30328309017936217, -0.11882417990569487, 0.6162212792597395, -0.2374613771312389, -0.11882417990569487, 0.2020303495672793, -0.9608550724108204, 0.2752156645016194, 1.675741663622223, -1.0960368169319132, -0.1761545838956846, -0.7271095713080373, -1.2435501954573287, -1.0960368169319132, 1.9724530412201, -0.30328309017936217, -0.30328309017936217, 0.7653789725693636, 0.8035039969780358, -1.0960368169319132, 0.5925519877968155, 1.622104217486798, -1.2435501954573287, -1.5653554600471524, 0.9246382866006478, -0.5348605537371702, -0.1761545838956846, -1.401422810127381, -0.8381632136115218, -0.7271095713080373, -1.401422810127381, -0.3742594938298546, -0.6264440462777942, -1.2435501954573287, -0.11882417990569487, 2.003580027807624, -1.5653554600471524, 0.2020303495672793, 0.16292270180559953, -1.5653554600471524, -0.8381632136115218, 0.2020303495672793, -1.2435501954573287, -1.2435501954573287, -0.2374613771312389, -0.6264440462777942, -1.401422810127381, -1.5653554600471524, 0.7653789725693636, -0.2374613771312389, 0.2020303495672793, -1.401422810127381, -1.401422810127381, -0.11882417990569487, -1.5653554600471524, -0.9608550724108204, 0.5681912356848459, -0.0650153259802985, 0.07886753236669414, 0.03352474920815228, 1.161132744926143, 0.30956085023567786, -0.0650153259802985, 1.4010265614956778, -0.2374613771312389, 0.2020303495672793, -0.5348605537371702, -1.5653554600471524, -0.11882417990569487, -0.7271095713080373, -0.6264440462777942, -0.7271095713080373, -0.01434208380921201, -1.5653554600471524, -1.2435501954573287, 0.30956085023567786, 0.2020303495672793, 1.32523031926726, -1.5653554600471524, 2.6912379815455583, -0.5348605537371702, -0.8381632136115218, -1.5653554600471524, -1.401422810127381, -0.5348605537371702, -1.401422810127381, 1.0983031575461772, -0.5348605537371702, 1.906439456645396, -0.8381632136115218, -0.9608550724108204, -0.4511513925987615, -1.401422810127381, 1.7501815964895815, 0.4905298255504972, -0.7271095713080373, -1.5653554600471524, -0.6264440462777942, -1.5653554600471524, -1.2435501954573287, -0.0650153259802985, -0.3742594938298546, -0.1761545838956846, -0.01434208380921201, 1.5572803058748057, 1.6426286994899042, 2.1902509852581606, 0.2752156645016194, -0.11882417990569487, 0.2752156645016194, 0.8575975216142829, -0.6264440462777942, -0.6264440462777942, 0.07886753236669414, -0.9608550724108204, -1.5653554600471524, 0.03352474920815228, 0.4905298255504972, -1.0960368169319132, 0.4049138372643294, -0.5348605537371702, -1.2435501954573287, 0.16292270180559953, -0.8381632136115218, -0.8381632136115218, -1.2435501954573287, -1.2435501954573287, -1.0960368169319132, -0.3742594938298546, 0.2394140128334465, 0.07886753236669414, -0.30328309017936217, -1.401422810127381, 1.1240102351789816, -0.30328309017936217, 0.2394140128334465, -0.1761545838956846, 2.0543526987072016, 1.7321913137099103, -1.0960368169319132, -1.0960368169319132, -1.0960368169319132, -1.401422810127381, -0.6264440462777942, -1.2435501954573287, 0.5430978962295321, -1.2435501954573287, -0.7271095713080373, 0.07886753236669414, -0.6264440462777942, 0.03352474920815228, -0.4511513925987615, -0.1761545838956846, -1.2435501954573287, -0.4511513925987615, -1.0960368169319132, -1.0960368169319132, 0.12192979131918236, -1.2435501954573287, 0.12192979131918236, -1.401422810127381, -1.401422810127381, 0.2020303495672793, 1.5867207783626889, -1.0960368169319132, -1.0960368169319132, -0.6264440462777942, -1.401422810127381, -0.1761545838956846, -1.401422810127381, -1.5653554600471524, -1.5653554600471524, -0.9608550724108204, -0.11882417990569487, -1.0960368169319132, -1.2435501954573287, 0.4629522692460315, -0.3742594938298546, -0.0650153259802985, 1.4189370699824773, -0.6264440462777942, -1.0960368169319132, -1.401422810127381, -1.2435501954573287, -0.6264440462777942, 0.03352474920815228, 0.3425610658161645, 0.2020303495672793, -0.4511513925987615, -1.5653554600471524, 0.5172271099542911, -1.401422810127381, -0.30328309017936217, 0.7254201482999246, -0.30328309017936217, -0.9608550724108204, -0.7271095713080373, 0.30956085023567786, 0.6392369025890565, -0.7271095713080373, -0.0650153259802985, -1.2435501954573287, 0.4344353290432095, -0.7271095713080373, -0.4511513925987615, -0.8381632136115218, 0.2752156645016194, -0.4511513925987615, -1.2435501954573287, 0.4344353290432095, -0.3742594938298546, 0.4344353290432095, 1.5110532479829943, -1.5653554600471524, -1.2435501954573287, 1.9633396629481408, 1.3448409807838737, 0.2020303495672793, -1.401422810127381, 0.07886753236669414, 1.2417754195568542, 0.2394140128334465, -0.5348605537371702, -1.0960368169319132, -0.9608550724108204, 0.3425610658161645, -1.2435501954573287, 0.8219296401873721, -0.7271095713080373, -1.401422810127381, -0.3742594938298546, 0.7046966715300716, 1.0160140176344936, -1.5653554600471524, -1.5653554600471524, -1.2435501954573287, -1.401422810127381, 0.5925519877968155, 1.5572803058748057, 0.5681912356848459, 0.03352474920815228, 0.4049138372643294, -1.2435501954573287, 0.2020303495672793, 0.7456396632086932, -1.5653554600471524, -1.5653554600471524, 0.6834436844838708, -1.2435501954573287, 0.7254201482999246, -1.0960368169319132, -0.9608550724108204, -1.401422810127381, -1.2435501954573287, -0.7271095713080373, 1.1731457697057928, -1.5653554600471524, -0.3742594938298546, -0.01434208380921201, 0.5681912356848459, 0.6392369025890565, 0.7846602031738034, -0.5348605537371702, -1.5653554600471524, -0.11882417990569487, -1.5653554600471524, -0.1761545838956846, -0.4511513925987615, 0.6616336634713935, -0.8381632136115218, 0.4905298255504972, -0.6264440462777942, -1.401422810127381, 0.16292270180559953, -1.5653554600471524, 0.2020303495672793, 1.32523031926726, 0.9562297513017072, -1.401422810127381, 0.2752156645016194, -0.6264440462777942, 1.1966607846467776, -1.2435501954573287, -0.4511513925987615, -0.4511513925987615, 1.1240102351789816, -0.11882417990569487, -0.3742594938298546, 0.8575975216142829, -0.6264440462777942, -1.2435501954573287, -1.5653554600471524, 0.3425610658161645, 0.2394140128334465, -0.2374613771312389, 0.4629522692460315, -1.0960368169319132, -0.6264440462777942, -0.2374613771312389, -1.5653554600471524, -1.0960368169319132, 0.30956085023567786, -0.8381632136115218, -1.0960368169319132, -1.2435501954573287, -0.01434208380921201, 0.3425610658161645, -1.401422810127381, -1.401422810127381, -1.0960368169319132, -0.6264440462777942, -1.5653554600471524, 0.4049138372643294, -1.2435501954573287, -1.401422810127381, -0.3742594938298546, -1.401422810127381, 1.2307253889008178, -1.401422810127381, -1.401422810127381, -1.5653554600471524, 0.5681912356848459, -1.2435501954573287, -1.5653554600471524, -1.401422810127381, -0.30328309017936217, -0.1761545838956846, -1.401422810127381, 0.2020303495672793, -1.2435501954573287, -0.3742594938298546, 0.5925519877968155, 0.03352474920815228, -1.401422810127381, 0.9083793042483206, 0.8399551787033228, -1.401422810127381, -0.3742594938298546, -0.7271095713080373, -0.8381632136115218, -1.2435501954573287, 0.2752156645016194, -1.401422810127381, -0.30328309017936217, 0.4344353290432095, -0.9608550724108204, 0.2020303495672793, -1.401422810127381, 0.2394140128334465, -1.2435501954573287, 0.8399551787033228, -0.30328309017936217, -0.4511513925987615, 0.07886753236669414, 2.003580027807624, 1.486931913922913, -0.7271095713080373, -1.5653554600471524, 1.9210364429992848, -1.0960368169319132, -0.4511513925987615, -1.5653554600471524, 0.4905298255504972, -1.5653554600471524, -0.1761545838956846, 0.5925519877968155, -1.2435501954573287, 0.7254201482999246, -1.5653554600471524, 0.7846602031738034, 0.8035039969780358, 1.252679731337584, 1.0014675373797757, 0.30956085023567786, -1.5653554600471524, -0.11882417990569487, -0.11882417990569487, 1.5344901342399142, -1.2435501954573287, 0.5925519877968155, -1.2435501954573287, -1.5653554600471524, -0.0650153259802985, 0.6392369025890565, -0.7271095713080373, -0.9608550724108204, -0.1761545838956846, -0.3742594938298546, -0.8381632136115218, -0.5348605537371702, -0.01434208380921201, -0.2374613771312389, -1.401422810127381, 0.07886753236669414, 0.2020303495672793, 0.8575975216142829, 0.986661036476378, -0.01434208380921201, 1.7677882069605926, 1.9113338566054725, -1.5653554600471524, 0.5172271099542911, 0.8748725341764544, -1.0960368169319132, 0.07886753236669414, -0.8381632136115218, -1.401422810127381, -1.0960368169319132, -0.6264440462777942, -0.7271095713080373, 0.2394140128334465, -0.9608550724108204, 1.1365703769573448, 0.4049138372643294, -0.8381632136115218, 0.4049138372643294, -0.11882417990569487, 0.3743157310649771, -1.401422810127381, 0.16292270180559953, -1.2435501954573287, -1.401422810127381, 0.3425610658161645, -1.0960368169319132, -0.5348605537371702, 0.03352474920815228, -0.30328309017936217, -0.5348605537371702, -0.5348605537371702, -1.2435501954573287, -0.01434208380921201, -0.4511513925987615, -0.1761545838956846, -1.401422810127381, -0.9608550724108204, 0.6392369025890565, -0.2374613771312389, -0.30328309017936217, -1.5653554600471524, -0.7271095713080373, -0.8381632136115218, -1.2435501954573287, -0.1761545838956846, 0.2752156645016194, -0.8381632136115218, 0.2020303495672793, 1.761960957545032, 0.2752156645016194, -0.8381632136115218, -0.7271095713080373, -0.9608550724108204, -0.6264440462777942, -1.401422810127381, 0.07886753236669414, -0.0650153259802985, 0.5172271099542911, -0.4511513925987615, 0.12192979131918236, -0.7271095713080373, -0.7271095713080373, -0.11882417990569487, 0.16292270180559953, 0.5681912356848459, 0.6162212792597395, -1.0960368169319132, -1.5653554600471524, -0.01434208380921201, -1.401422810127381, 0.7456396632086932, -0.01434208380921201, -1.401422810127381, 0.8399551787033228, -0.7271095713080373, -1.5653554600471524, 0.07886753236669414, -1.401422810127381, 0.6162212792597395, -1.5653554600471524, 1.462085001333728, 0.5172271099542911, -1.5653554600471524, 1.5572803058748057, -0.1761545838956846, -1.2435501954573287, 0.6162212792597395, -0.7271095713080373, -0.9608550724108204, -0.0650153259802985, -0.4511513925987615, -0.01434208380921201, 0.9405845184354996, -0.5348605537371702, 1.7442282865370449, 0.03352474920815228, -0.9608550724108204, 1.4100303432071182, -0.9608550724108204, 1.05818051797508, 0.30956085023567786, -1.401422810127381, -0.5348605537371702, 0.03352474920815228, -0.9608550724108204, 1.8558298074318036, 0.2752156645016194, -1.5653554600471524, -0.4511513925987615, -1.401422810127381, -0.8381632136115218, -1.401422810127381, -0.0650153259802985, -0.8381632136115218, -0.5348605537371702, -1.401422810127381, 1.252679731337584, 0.5172271099542911, 1.6010565858337251, -0.6264440462777942, -0.9608550724108204, 0.5430978962295321, 1.4950508730436465, -0.8381632136115218, -0.7271095713080373, -1.2435501954573287, 0.4344353290432095, -0.7271095713080373, 0.3425610658161645, 0.2020303495672793, -0.4511513925987615, -0.3742594938298546, -1.5653554600471524, -1.2435501954573287, 0.8035039969780358, -0.5348605537371702, -0.9608550724108204, 0.6162212792597395, 0.986661036476378, 0.4049138372643294, 1.335093810374617, -0.6264440462777942, 0.2752156645016194, 0.5430978962295321, -1.401422810127381, -0.5348605537371702, -1.0960368169319132, -1.401422810127381, -0.1761545838956846, -0.30328309017936217, 0.3743157310649771, -1.5653554600471524, 1.3734111754776384, -1.2435501954573287, -1.2435501954573287, -0.3742594938298546, 0.30956085023567786, 0.8748725341764544, -1.0960368169319132, -0.7271095713080373, -0.7271095713080373, -0.30328309017936217, 0.3743157310649771, -1.2435501954573287, -0.01434208380921201, 0.7846602031738034, -1.401422810127381, -0.7271095713080373, -0.6264440462777942, 2.165520461770509, -0.1761545838956846, -0.6264440462777942, -0.7271095713080373, -0.3742594938298546, -0.1761545838956846, 0.4049138372643294, -0.6264440462777942, 0.7254201482999246, -0.8381632136115218, 0.30956085023567786, 0.6162212792597395, 1.4950508730436465, 0.7046966715300716, 1.354474537462952, -0.1761545838956846, -1.2435501954573287, -1.2435501954573287, -0.4511513925987615, -0.6264440462777942, 0.8399551787033228, -0.8381632136115218, 0.16292270180559953, -1.5653554600471524, -0.7271095713080373, 0.12192979131918236, 2.016569003499067, -0.11882417990569487, -0.0650153259802985, -0.5348605537371702, -1.401422810127381, -0.01434208380921201, -0.11882417990569487, -0.8381632136115218, 0.4629522692460315, 0.7653789725693636, -1.0960368169319132, -1.2435501954573287, -1.2435501954573287, -1.0960368169319132, -0.5348605537371702, 0.8575975216142829, 1.2307253889008178, -0.9608550724108204, -0.4511513925987615, 0.7846602031738034, 1.335093810374617, -0.30328309017936217, -0.9608550724108204, 1.949478102198709, 0.4629522692460315, -1.2435501954573287, -1.2435501954573287, 0.2752156645016194, -0.01434208380921201, 1.9724530412201, -1.5653554600471524, 1.8915796823581001, 0.5172271099542911, -0.7271095713080373, 0.07886753236669414, 1.05818051797508, -0.11882417990569487, -1.2435501954573287, -1.2435501954573287, 1.990383366256789, 0.3743157310649771, 0.3425610658161645, -1.401422810127381, 0.03352474920815228, 0.4049138372643294, -0.6264440462777942, -1.5653554600471524, 0.6834436844838708, -0.2374613771312389, 0.3743157310649771, -1.401422810127381, 0.7456396632086932, -0.8381632136115218, 0.30956085023567786, -0.3742594938298546, 0.5430978962295321, 1.5344901342399142, 0.4049138372643294, -0.01434208380921201, -1.5653554600471524, -0.01434208380921201, -1.401422810127381, 1.2417754195568542, 1.7075777544951354, 0.30956085023567786, 2.370838159076812, 2.016569003499067, -0.2374613771312389, 0.4344353290432095, -0.6264440462777942, -0.7271095713080373, -1.0960368169319132, 0.16292270180559953, 0.4905298255504972, -0.5348605537371702, -1.5653554600471524, 0.03352474920815228, -0.11882417990569487, -0.6264440462777942, 0.7046966715300716, 0.30956085023567786, -1.5653554600471524, 1.335093810374617, -0.5348605537371702, -0.2374613771312389, 0.03352474920815228, 0.07886753236669414, 1.6493583740221962, 0.9405845184354996, -1.2435501954573287, 0.6162212792597395, -0.4511513925987615, -0.2374613771312389, -0.0650153259802985, 0.4905298255504972, 1.0303094184685997, 1.7850271591359752, -0.2374613771312389, -0.0650153259802985, -0.9608550724108204, 0.07886753236669414, -0.2374613771312389, 1.0983031575461772, 0.9246382866006478, -0.4511513925987615, 0.6162212792597395, -0.7271095713080373, 0.7456396632086932, -1.0960368169319132, 0.8575975216142829, -1.5653554600471524, 0.16292270180559953, -1.5653554600471524, 0.07886753236669414, 2.13631865013568, 0.5925519877968155, 1.2634421094150532, -1.2435501954573287, -0.11882417990569487, 0.5681912356848459, 0.03352474920815228, 0.4905298255504972, 0.12192979131918236, 1.98146689245058, 0.5172271099542911, -0.6264440462777942, -1.2435501954573287, -1.5653554600471524, 0.2394140128334465, -0.0650153259802985, -0.2374613771312389, 1.6822078401013243, 0.2752156645016194, 0.3743157310649771, 0.4629522692460315, -0.01434208380921201, -1.0960368169319132, -1.5653554600471524, 0.12192979131918236, -0.2374613771312389, -1.0960368169319132, -0.4511513925987615, -0.11882417990569487, 1.0303094184685997, -1.2435501954573287, -1.0960368169319132, 0.12192979131918236, 0.8399551787033228, -1.5653554600471524, 0.4049138372643294, -0.0650153259802985, -0.6264440462777942, -1.5653554600471524, -0.5348605537371702, -0.3742594938298546, 1.2307253889008178, 0.6162212792597395, -0.0650153259802985, 1.526751493670824, 1.906439456645396, 1.6886237720040786, -1.2435501954573287, 0.8219296401873721, 1.0014675373797757, 1.0160140176344936, -1.0960368169319132, 0.30956085023567786, 0.3743157310649771, -0.30328309017936217, 0.2020303495672793, -0.3742594938298546, 0.3743157310649771, -1.0960368169319132, 0.4905298255504972, -1.2435501954573287, -1.401422810127381, -0.5348605537371702, 1.8610327064345458, 0.07886753236669414, -1.0960368169319132, -1.401422810127381, 0.03352474920815228, -1.2435501954573287, 0.30956085023567786, -1.401422810127381, 0.4049138372643294, 1.4189370699824773, 1.4010265614956778, -1.401422810127381, 1.9161994060612744, 0.12192979131918236, 0.4344353290432095, -0.2374613771312389, 0.9562297513017072, -1.401422810127381, 0.5172271099542911, -0.4511513925987615, 0.2020303495672793, 0.6616336634713935, 0.2394140128334465, -0.5348605537371702, -0.11882417990569487, 2.2792487927286267, 1.2949133572968048, -1.5653554600471524, 1.111256509375099, 1.4364675619675544, -1.2435501954573287, 1.2949133572968048, -0.5348605537371702, -1.5653554600471524, -1.0960368169319132, 1.7906943996076805, 0.16292270180559953, -1.0960368169319132, 0.5430978962295321, -0.30328309017936217, -0.9608550724108204, 0.3743157310649771, -1.401422810127381, 1.1731457697057928, -1.0960368169319132, 0.4344353290432095, 1.549753238469899, -0.01434208380921201, -0.9608550724108204, -0.1761545838956846, 1.8346839461604023, -0.2374613771312389, 0.12192979131918236, 1.7963230007072502, 0.4344353290432095, 0.6834436844838708, -1.401422810127381, -0.3742594938298546, -0.01434208380921201, 0.30956085023567786, -0.6264440462777942, 0.5681912356848459, 0.5172271099542911, -0.6264440462777942, 0.7046966715300716, 0.2394140128334465, 1.0160140176344936, 0.7846602031738034, 0.4344353290432095, -0.5348605537371702, 0.07886753236669414, -0.1761545838956846, -0.6264440462777942, -0.01434208380921201, 0.7046966715300716, 0.8917951215326659, 1.161132744926143, -1.401422810127381, -1.2435501954573287, -0.11882417990569487, -1.0960368169319132, 1.9113338566054725, -1.5653554600471524, -0.9608550724108204, 0.07886753236669414, 0.3425610658161645, 0.4049138372643294, 0.5925519877968155, -0.6264440462777942, -0.8381632136115218, 0.30956085023567786, -0.5348605537371702, -1.401422810127381, -1.0960368169319132, -1.2435501954573287, -0.7271095713080373, -1.401422810127381, 0.07886753236669414, 1.0160140176344936, 0.4049138372643294, 0.7046966715300716, 1.1731457697057928, 0.6392369025890565, -0.3742594938298546, 0.7046966715300716, -0.30328309017936217, -0.0650153259802985, -0.7271095713080373, 0.2752156645016194, -1.401422810127381, -0.11882417990569487, -1.2435501954573287, -0.7271095713080373, 1.8965627229072664, -0.9608550724108204, 1.1849868358302091, 0.2752156645016194, -1.0960368169319132, 1.9859371699059098, 1.354474537462952, -0.11882417990569487, -0.4511513925987615, -0.8381632136115218, -0.3742594938298546, -0.5348605537371702, 0.7456396632086932, 0.3425610658161645, 1.7013079813079974, 0.30956085023567786, 1.2949133572968048, 1.6010565858337251, 0.4344353290432095, -1.5653554600471524, 0.8219296401873721, 1.881522438517564, -0.11882417990569487, 0.03352474920815228, 0.4344353290432095, -0.8381632136115218, -1.2435501954573287, -0.6264440462777942, 0.986661036476378, 0.16292270180559953, -0.9608550724108204, 0.07886753236669414, -0.8381632136115218, -1.5653554600471524, 0.7254201482999246, -0.6264440462777942, -0.9608550724108204, 0.2394140128334465, -0.0650153259802985, -0.7271095713080373, 1.9859371699059098, -1.0960368169319132, -0.3742594938298546, -0.2374613771312389, 1.1365703769573448, -0.3742594938298546, 0.3425610658161645, 0.4629522692460315, 0.5172271099542911, 1.7075777544951354, -1.401422810127381, 1.1240102351789816, 0.5430978962295321, 0.2020303495672793, -0.01434208380921201, -1.2435501954573287, 2.041949337856364, 1.4950508730436465, 0.4049138372643294, -1.5653554600471524, 1.354474537462952, 2.094400555529188, 0.2020303495672793, -0.9608550724108204, 1.7075777544951354, 1.9448053638323117, -0.6264440462777942, -0.2374613771312389, -0.1761545838956846, 0.6162212792597395, 1.1731457697057928, 1.3919235896088131, 2.0543526987072016, -0.1761545838956846, 1.4100303432071182, -0.0650153259802985, 1.4277488089456003, 0.07886753236669414, -0.7271095713080373, 1.2307253889008178, 0.2752156645016194, 1.976972271715025, 1.5867207783626889, 0.3743157310649771, -0.8381632136115218, 0.03352474920815228, 0.4049138372643294, -0.0650153259802985, -0.1761545838956846, -0.0650153259802985, -0.2374613771312389, -0.2374613771312389, -1.0960368169319132, -0.6264440462777942, 0.16292270180559953, -0.01434208380921201, 1.2195257010883809, 0.8399551787033228, -0.11882417990569487, -1.0960368169319132, 0.30956085023567786, 0.2752156645016194, 1.7677882069605926, 0.12192979131918236, 0.2394140128334465, -0.9608550724108204, -0.9608550724108204, 0.6162212792597395, 0.12192979131918236, 0.03352474920815228, -1.401422810127381, 0.6834436844838708, 0.4344353290432095, -0.2374613771312389, 1.5189396635962895, 2.0584460723132425, 0.03352474920815228, 0.07886753236669414, 1.4536338075534672, -1.401422810127381, 0.5430978962295321, -0.8381632136115218, 0.07886753236669414, 0.07886753236669414, 0.5430978962295321, -0.5348605537371702, 1.1849868358302091, -0.8381632136115218, -1.5653554600471524, 0.3425610658161645, -1.2435501954573287, 0.9715850894837113, -0.3742594938298546, -0.9608550724108204, -0.4511513925987615, 0.12192979131918236, 0.12192979131918236, -0.0650153259802985, -1.401422810127381, 0.4905298255504972, -0.11882417990569487, 1.5572803058748057, -0.8381632136115218, -0.9608550724108204, -1.0960368169319132, -0.4511513925987615, 0.5925519877968155, -0.0650153259802985, -0.1761545838956846, 0.07886753236669414, -1.0960368169319132, 1.8505939070834985, -1.401422810127381, 0.9562297513017072, -0.2374613771312389, 0.5430978962295321, -0.5348605537371702, 0.8917951215326659, -0.8381632136115218, -0.4511513925987615, -0.6264440462777942, -0.01434208380921201, -0.30328309017936217, 0.3425610658161645, 2.9836059766703835, 1.5721317182771888, 0.2394140128334465, -0.3742594938298546, 0.6834436844838708, -0.8381632136115218, 0.03352474920815228, -0.8381632136115218, -0.8381632136115218, 0.5925519877968155, -0.30328309017936217, 1.925845299503752, 0.12192979131918236, -0.3742594938298546, 0.9246382866006478, 0.7653789725693636, 1.6493583740221962, -0.6264440462777942, 1.2417754195568542, 1.462085001333728, 0.7653789725693636, -0.7271095713080373, -0.7271095713080373, 1.335093810374617, -0.3742594938298546, -1.2435501954573287, -1.401422810127381, -0.5348605537371702, 1.2307253889008178, 0.9715850894837113, -1.2435501954573287, 0.9083793042483206, 0.7846602031738034, 1.354474537462952, 1.0014675373797757, 0.3743157310649771, 0.4629522692460315, 1.4450952683807292, -1.401422810127381, 0.16292270180559953, 1.0303094184685997, -0.7271095713080373, 0.4049138372643294, 0.8917951215326659, 0.2020303495672793, -1.2435501954573287, 1.4100303432071182, -1.2435501954573287, -1.401422810127381, 0.5925519877968155, 1.8400214098197356, -0.5348605537371702, 1.335093810374617, 0.2752156645016194, -0.4511513925987615, -1.401422810127381, -0.8381632136115218, 0.9715850894837113, -1.5653554600471524, -0.5348605537371702, 0.6616336634713935, 1.0014675373797757, 1.2740661936708255, -1.0960368169319132, 0.6162212792597395, 0.4049138372643294, -1.0960368169319132, -0.5348605537371702, 0.4344353290432095, 0.8399551787033228, 0.6834436844838708, 1.876447489026133, 1.7138002757333513, -0.7271095713080373, -1.401422810127381, 1.976972271715025, -0.30328309017936217, 0.16292270180559953, -0.3742594938298546, -1.401422810127381, 1.0160140176344936, 0.16292270180559953, 1.4950508730436465, -0.2374613771312389, 1.0443622293843136, -0.9608550724108204, -0.0650153259802985, 0.03352474920815228, 1.1849868358302091, 0.12192979131918236, 0.9405845184354996, 0.5430978962295321, 0.03352474920815228, -1.0960368169319132, 0.3743157310649771, -0.5348605537371702, -1.401422810127381, -0.11882417990569487, 0.16292270180559953, 0.16292270180559953, -1.2435501954573287, 0.4344353290432095, 1.0983031575461772, -1.2435501954573287, -1.2435501954573287, 1.2307253889008178, -0.11882417990569487, -1.401422810127381, -0.9608550724108204, -0.4511513925987615, 1.549753238469899, -0.6264440462777942, -0.5348605537371702, -1.401422810127381, -0.01434208380921201, -0.9608550724108204, -1.5653554600471524, 0.9246382866006478, -1.2435501954573287, -0.4511513925987615, 0.5925519877968155, 1.4277488089456003, 0.8035039969780358, 0.12192979131918236, -0.2374613771312389, 0.4049138372643294, 1.0443622293843136, -1.5653554600471524, -1.2435501954573287, 0.07886753236669414, -0.30328309017936217, 1.7560922849723768, -0.5348605537371702, 1.5110532479829943, -1.401422810127381, -1.5653554600471524, -0.9608550724108204, 1.8400214098197356, -1.401422810127381, 0.2020303495672793, 0.2394140128334465, 1.8400214098197356, 0.2394140128334465, -0.7271095713080373, 1.0983031575461772, 1.3734111754776384, 0.9405845184354996, 0.5172271099542911, -0.30328309017936217, 1.2195257010883809, -1.0960368169319132, -1.2435501954573287, 0.3425610658161645, 0.2394140128334465, 1.7677882069605926, -0.6264440462777942, 0.6616336634713935, 0.03352474920815228, -0.2374613771312389, 1.0303094184685997, -0.4511513925987615, -0.3742594938298546, -0.6264440462777942, 1.486931913922913, 1.335093810374617, 1.818461315361452, -1.401422810127381, 1.382719221170482, 0.5681912356848459, -0.4511513925987615, 0.16292270180559953, -1.0960368169319132, 0.6834436844838708, 0.5172271099542911, -0.8381632136115218, -0.2374613771312389, 0.6616336634713935, 1.3734111754776384, -0.0650153259802985, 0.4049138372643294, -1.5653554600471524, -0.6264440462777942, 0.6162212792597395, 0.5681912356848459, -0.9608550724108204, 1.0443622293843136, 0.2752156645016194, 0.2020303495672793, 0.03352474920815228, -0.5348605537371702, -0.4511513925987615, 1.1849868358302091, -0.8381632136115218, 0.03352474920815228, 0.6162212792597395, 1.0983031575461772, 0.8219296401873721, 0.2020303495672793, 2.3218744000483604, -1.401422810127381, 0.4629522692460315, 0.5925519877968155, 0.7254201482999246, 1.4364675619675544, 0.8917951215326659, 0.3743157310649771, -1.5653554600471524, -0.3742594938298546, 0.5925519877968155, 1.1966607846467776, 0.6162212792597395, -0.01434208380921201, 0.4049138372643294, 0.07886753236669414, -0.2374613771312389, 0.2020303495672793, 0.5430978962295321, -1.2435501954573287, 1.0303094184685997, -0.7271095713080373, 0.03352474920815228, 0.16292270180559953, 0.3425610658161645, 2.0293567270459656, 0.4905298255504972, 0.8917951215326659, -0.11882417990569487, -0.9608550724108204, 0.8219296401873721, 0.5681912356848459, -1.0960368169319132, -0.3742594938298546, -0.0650153259802985, 2.234300906342231, 0.6834436844838708, 0.2752156645016194, 0.4049138372643294, -0.8381632136115218, 0.30956085023567786, 1.354474537462952, 0.5681912356848459, -0.5348605537371702, -0.01434208380921201, -0.2374613771312389, -1.0960368169319132, -0.7271095713080373, 0.16292270180559953, 0.7046966715300716, 1.5344901342399142, -0.9608550724108204, 0.30956085023567786, 0.8748725341764544, 0.5925519877968155, -0.2374613771312389, -0.6264440462777942, 0.4905298255504972, 0.16292270180559953, -1.0960368169319132, 1.7850271591359752, -0.30328309017936217, 0.07886753236669414, 2.016569003499067, -0.0650153259802985, -0.9608550724108204, 0.3425610658161645, -0.11882417990569487, 0.9405845184354996, -0.8381632136115218, 0.7456396632086932, 0.7254201482999246, -0.4511513925987615, 0.4905298255504972, 0.03352474920815228, 0.5172271099542911, -1.2435501954573287, 0.30956085023567786, 1.0014675373797757, 0.8917951215326659, 1.0443622293843136, -0.11882417990569487, 1.6290025481120285, 0.2752156645016194, 1.5030908105175402, 0.6834436844838708, 0.6834436844838708, -0.30328309017936217, 1.9587449598308448, -1.2435501954573287, -0.2374613771312389, 0.2020303495672793, -0.11882417990569487, 1.1966607846467776, 0.5681912356848459, -0.3742594938298546, -0.4511513925987615, 0.30956085023567786, 0.30956085023567786, 0.9083793042483206, 1.881522438517564, 0.3425610658161645, -1.5653554600471524, -1.401422810127381, 0.7456396632086932, -0.11882417990569487, 0.9715850894837113, -1.401422810127381, 0.8748725341764544, 1.1966607846467776, 0.8219296401873721, -0.30328309017936217, -0.9608550724108204, 2.532818372065416, -1.0960368169319132, 1.3919235896088131, 1.1240102351789816, 2.003580027807624, 0.8748725341764544, 0.7254201482999246, -0.11882417990569487, 0.12192979131918236, 0.4049138372643294, -0.8381632136115218, 0.2752156645016194, 0.8035039969780358, 0.4629522692460315, 0.5681912356848459, 0.2752156645016194, -0.7271095713080373, 1.05818051797508, 0.7046966715300716, -0.5348605537371702, 0.7456396632086932, 0.6616336634713935, -0.11882417990569487, 0.12192979131918236, 0.6392369025890565, 1.2417754195568542, 0.3743157310649771, 0.4905298255504972, -0.11882417990569487, 1.6010565858337251, -0.7271095713080373, 0.5681912356848459, -0.01434208380921201, 0.5430978962295321, 2.1546905095369997, 0.16292270180559953, 0.6392369025890565, -0.7271095713080373, -0.7271095713080373, 1.5867207783626889, 0.07886753236669414, 0.5172271099542911, -0.2374613771312389, 0.8399551787033228, -0.11882417990569487, 0.2020303495672793, -0.4511513925987615, 0.7456396632086932, 0.5681912356848459, 1.05818051797508, 0.5925519877968155, 0.8748725341764544, -0.5348605537371702, 0.5681912356848459, 2.1325946851088133, 0.12192979131918236, 0.2752156645016194, -1.5653554600471524, 0.7653789725693636, -0.6264440462777942, 0.4344353290432095, 0.30956085023567786, -1.0960368169319132, -0.8381632136115218, 0.2394140128334465, 1.382719221170482, 1.252679731337584, 0.6616336634713935, 0.8035039969780358, 0.9405845184354996, 0.4049138372643294, 0.6162212792597395, 0.5430978962295321, -0.1761545838956846, 0.07886753236669414, 0.5681912356848459, 0.2752156645016194, -0.6264440462777942, -0.8381632136115218, 0.3743157310649771, 0.7456396632086932, -0.2374613771312389, 2.3680369743974388, 0.6616336634713935, 1.161132744926143, 0.8035039969780358, 0.6834436844838708, -0.4511513925987615, 0.6162212792597395, -0.1761545838956846, -0.5348605537371702, 0.2752156645016194, 0.2394140128334465, -0.30328309017936217, -0.7271095713080373, 1.0717719573310716, 0.7046966715300716, -0.2374613771312389, -0.9608550724108204, 0.2020303495672793, -0.4511513925987615, 0.2020303495672793, 0.4344353290432095, 0.6834436844838708, 0.7846602031738034, 0.6392369025890565, 0.8748725341764544, 0.5925519877968155, 0.6392369025890565, -1.2435501954573287, -0.11882417990569487, 1.2307253889008178, 1.0851438512626337, -0.6264440462777942, 0.986661036476378, 1.315247702762463, 0.7254201482999246, 0.5430978962295321, -0.6264440462777942, 1.2195257010883809, 0.8035039969780358, 0.5172271099542911, 1.7560922849723768, 1.0717719573310716, 0.2020303495672793, 0.03352474920815228, -0.9608550724108204, -0.6264440462777942, 0.2752156645016194, 0.2752156645016194, -1.2435501954573287, 0.9246382866006478, 0.7046966715300716, 0.4049138372643294, 1.5867207783626889, -1.0960368169319132, 1.1966607846467776, 0.6392369025890565, -0.9608550724108204, 0.3743157310649771, 0.8748725341764544, 0.5925519877968155, 0.07886753236669414, 0.6162212792597395, -1.5653554600471524, 0.9083793042483206, 0.4629522692460315, 0.03352474920815228, 0.5430978962295321, 0.8035039969780358, 0.5681912356848459, 0.7653789725693636, 0.7456396632086932, -0.4511513925987615, 0.7846602031738034, 0.2020303495672793, 0.7046966715300716, -0.0650153259802985, -0.8381632136115218, 0.8917951215326659, 1.1365703769573448, 0.3425610658161645, 0.5925519877968155, -0.9608550724108204, 0.7456396632086932, 0.9715850894837113, 0.16292270180559953, 0.5925519877968155, 0.2394140128334465, 0.3425610658161645, 0.6162212792597395, 0.5681912356848459, 0.8748725341764544, -0.2374613771312389, 0.9246382866006478, 0.6616336634713935, 0.4905298255504972, 1.2081722563790325, 1.0717719573310716, 1.4100303432071182, 0.8575975216142829, 1.2081722563790325, 1.0851438512626337, 0.8917951215326659, 1.3919235896088131, 0.07886753236669414, 1.111256509375099, 1.0851438512626337, -0.6264440462777942, 0.6616336634713935, 0.9083793042483206, 0.4049138372643294, -0.5348605537371702, 1.335093810374617, 0.03352474920815228, 0.2752156645016194, -0.11882417990569487, 0.9562297513017072, 1.0160140176344936, 0.6616336634713935, 1.05818051797508, 0.6834436844838708, 0.3743157310649771, 0.986661036476378, 0.5681912356848459, 0.5681912356848459, 1.1849868358302091, 0.9715850894837113, -0.11882417990569487, -0.7271095713080373, 0.9083793042483206, 0.7846602031738034, 1.0160140176344936, 1.0303094184685997, -0.7271095713080373, 0.6616336634713935, 0.5430978962295321, -0.2374613771312389, -0.2374613771312389, 1.111256509375099, 1.2634421094150532, 0.5172271099542911, 1.3448409807838737, 0.4629522692460315, 1.305143053676572, 0.7846602031738034, 0.9562297513017072, 0.4049138372643294, -0.1761545838956846, 0.3743157310649771, 0.7846602031738034, 0.07886753236669414, 0.7046966715300716, 0.7254201482999246, 0.4629522692460315, 0.5925519877968155, -0.9608550724108204, 0.4344353290432095, 1.1365703769573448, 0.5430978962295321, -0.9608550724108204, 1.335093810374617, 0.4629522692460315, 0.6162212792597395, 1.8865663774594743, 0.2752156645016194, 0.9715850894837113, 0.7846602031738034, 0.6392369025890565, -0.6264440462777942, 0.8399551787033228, 0.8219296401873721, -0.1761545838956846, 0.6162212792597395, 0.8399551787033228, 0.5681912356848459, 0.30956085023567786, 0.7846602031738034, 1.2949133572968048, 1.354474537462952, 0.8219296401873721, 0.7254201482999246, 0.6162212792597395, 0.9715850894837113, 1.1489427072591694, 0.7456396632086932, 0.4344353290432095, 1.315247702762463, 0.5430978962295321, 0.6392369025890565, 1.2740661936708255, 0.5925519877968155, 0.03352474920815228, 0.6616336634713935, 1.335093810374617, 0.2020303495672793, 0.7046966715300716, 0.9246382866006478, 0.6392369025890565, -0.8381632136115218, 0.7456396632086932, 0.5925519877968155, 0.8748725341764544, 1.111256509375099, 0.3743157310649771, 1.1489427072591694, 0.9083793042483206, 0.7456396632086932, 0.7653789725693636, -0.3742594938298546, 0.986661036476378, 0.8748725341764544, 0.6616336634713935, -0.5348605537371702, 0.7456396632086932, 0.8219296401873721, 0.4344353290432095, 0.8748725341764544, 0.986661036476378, 0.9562297513017072, 0.5925519877968155, 0.5172271099542911, 1.252679731337584, -0.6264440462777942, 0.4905298255504972, 0.7046966715300716, 0.9405845184354996, 0.8035039969780358, 1.2195257010883809, 0.5172271099542911, 0.9083793042483206, 0.9715850894837113, 0.9083793042483206, 1.0014675373797757, 0.7046966715300716, 1.05818051797508, 1.0851438512626337, 0.3425610658161645, 0.6834436844838708, 0.5681912356848459, 1.1489427072591694, 0.8748725341764544, 0.6392369025890565, 1.0983031575461772, 0.03352474920815228, 0.4629522692460315, 0.7046966715300716, 0.7456396632086932, 0.7846602031738034, 0.5925519877968155, 0.5172271099542911, 1.0717719573310716, 0.2752156645016194, 0.9083793042483206, 0.6162212792597395, 0.8399551787033228, 0.8748725341764544, -0.3742594938298546, 0.8575975216142829, 0.8917951215326659, 0.6616336634713935, 0.7254201482999246, -1.2435501954573287, 0.4629522692460315, -0.1761545838956846, 0.9246382866006478, 0.5172271099542911, 0.5172271099542911, 0.6392369025890565, 0.5172271099542911, 0.30956085023567786, -0.11882417990569487, 0.9246382866006478, 0.5681912356848459, 0.7653789725693636, 0.5925519877968155, -0.2374613771312389, 0.6834436844838708, 0.9562297513017072, 0.986661036476378, 0.6162212792597395, 0.4344353290432095, 0.8917951215326659, -0.3742594938298546, 0.7046966715300716, 1.335093810374617, 0.7846602031738034, 0.8399551787033228, 0.5430978962295321, 1.1849868358302091, 1.305143053676572, 0.7046966715300716, 1.0717719573310716, 1.2949133572968048, 0.6162212792597395, 0.6834436844838708, 1.2081722563790325, 1.0160140176344936, 1.0851438512626337, 0.5681912356848459, 0.7653789725693636, -0.7271095713080373, 0.7456396632086932, -0.4511513925987615, 0.16292270180559953, 0.7653789725693636, 0.6834436844838708, 0.7846602031738034, 0.6392369025890565, 0.3743157310649771, 1.2195257010883809, 0.5430978962295321, -0.30328309017936217, 0.7254201482999246, 0.3743157310649771, 0.4344353290432095, 0.6834436844838708, 0.986661036476378, 0.5430978962295321, -0.01434208380921201, 1.2417754195568542, 1.2417754195568542, 0.5172271099542911, -0.8381632136115218, 0.7846602031738034, 0.4905298255504972, 0.9715850894837113, 0.8035039969780358, 0.8399551787033228, 1.1849868358302091, 0.4344353290432095, 0.5681912356848459, 1.1489427072591694, 0.4905298255504972, 0.8575975216142829, 1.1240102351789816, 0.8917951215326659, 0.8219296401873721, -0.8381632136115218, 0.5925519877968155, 1.2740661936708255, 0.5925519877968155, 0.6392369025890565, 1.111256509375099, 0.5925519877968155, 0.5430978962295321, 0.6616336634713935, 1.0851438512626337, 0.7254201482999246, 1.335093810374617, 1.2845554860227928, 0.7456396632086932, 1.1489427072591694, -0.5348605537371702, 0.986661036476378, 0.9715850894837113, 0.6392369025890565, 1.4189370699824773, 0.7046966715300716, 1.0160140176344936, 0.9083793042483206, 0.5430978962295321, 0.6834436844838708, 0.2020303495672793, 1.111256509375099, 1.0983031575461772, 1.0160140176344936, 1.0983031575461772, -0.2374613771312389, 0.7456396632086932, -0.1761545838956846, 0.6162212792597395, 0.3425610658161645, 1.0160140176344936, 0.6162212792597395, 0.4049138372643294, 0.3425610658161645, 0.5681912356848459, 0.7846602031738034, 0.2394140128334465, 0.2752156645016194, 0.5172271099542911, -1.0960368169319132, 0.4629522692460315, 0.4049138372643294, 0.8748725341764544, 0.3743157310649771, 1.0160140176344936, 1.2081722563790325, 1.111256509375099, 0.6834436844838708, 0.16292270180559953, 1.4189370699824773, 0.6392369025890565, 1.1849868358302091, 0.7046966715300716, 0.2020303495672793, 1.0303094184685997, 0.9083793042483206, 1.526751493670824, 0.07886753236669414, 0.2752156645016194, 0.9405845184354996, 0.6616336634713935, 0.4905298255504972, 1.462085001333728, 0.8917951215326659, 0.7254201482999246, 0.4905298255504972, -1.0960368169319132, 0.07886753236669414, 0.5925519877968155, 0.8035039969780358, 0.8575975216142829, 0.12192979131918236, 1.3639970941293489, 1.0443622293843136, 1.0014675373797757, 0.8748725341764544, 1.1849868358302091, -0.01434208380921201, 0.30956085023567786, 0.9246382866006478, 0.4629522692460315, 0.7653789725693636, 1.0717719573310716, 0.5430978962295321, 0.5681912356848459, 0.8219296401873721, 1.0014675373797757, 1.0303094184685997, 0.9562297513017072, 0.2020303495672793, 1.1240102351789816, 0.7046966715300716, 0.4629522692460315, 1.2195257010883809, 0.9715850894837113, 1.2307253889008178, 0.8219296401873721, 0.8575975216142829, 0.6834436844838708, 0.5172271099542911, 1.0303094184685997, 0.6616336634713935, 0.03352474920815228, 1.4189370699824773, 1.2307253889008178, 0.4344353290432095, 0.8748725341764544, 0.6834436844838708, 0.3425610658161645, 1.2081722563790325, 0.8917951215326659, 0.8219296401873721, 1.1365703769573448, 1.32523031926726, 0.6392369025890565, 0.4629522692460315, 0.8748725341764544, 0.8917951215326659, 0.12192979131918236, 0.6616336634713935, 0.9562297513017072, 1.252679731337584, 0.8748725341764544, 0.5681912356848459, 0.3425610658161645, 2.6199700273765925, 1.305143053676572, 1.4364675619675544, 0.7046966715300716, 1.05818051797508, 0.6834436844838708, 0.8575975216142829, 1.1849868358302091, 1.5939197884835112, 1.2634421094150532, 0.3425610658161645, 0.5430978962295321, 1.2307253889008178, 0.8917951215326659, 0.5681912356848459, -0.6264440462777942, 0.5681912356848459, 0.30956085023567786, 1.5030908105175402, 0.6834436844838708, 0.6392369025890565, 1.6081322354921537, 0.4905298255504972, 1.0014675373797757, 0.9405845184354996, 0.8399551787033228, 1.0443622293843136, -0.30328309017936217, 0.8399551787033228, -0.11882417990569487, 0.2020303495672793, -0.2374613771312389, -0.11882417990569487, 0.4905298255504972, 0.6834436844838708, 0.8575975216142829, 1.305143053676572, 0.2020303495672793, 0.5681912356848459, 1.0303094184685997, 0.5925519877968155, 0.07886753236669414, 1.1849868358302091, 0.2752156645016194, 0.6616336634713935, 0.07886753236669414, 0.3743157310649771, 0.9715850894837113, 1.354474537462952, 0.8219296401873721, 1.8400214098197356, 0.5172271099542911, 1.2634421094150532, 1.4536338075534672, 1.2417754195568542, 0.986661036476378, 1.1966607846467776, 0.8748725341764544, 1.4010265614956778, 0.8399551787033228, 0.7046966715300716, 0.4344353290432095, 0.7456396632086932, 1.2845554860227928, -0.9608550724108204, 0.7846602031738034, 0.4629522692460315, 0.3425610658161645, -0.2374613771312389, 1.2081722563790325, 1.1489427072591694, 0.986661036476378, 1.05818051797508, 1.6493583740221962, 1.4536338075534672, 1.0851438512626337, -0.0650153259802985, 1.1489427072591694, 1.305143053676572, 0.4049138372643294, -0.1761545838956846, 1.161132744926143, 0.7046966715300716, 1.462085001333728, 0.8219296401873721, 0.4049138372643294, 0.8219296401873721, 1.6822078401013243, 1.7906943996076805, 0.9562297513017072, 0.7653789725693636, 0.6392369025890565, 1.1966607846467776, 0.8917951215326659, 0.4629522692460315, 0.8748725341764544, -0.5348605537371702, 0.8035039969780358, 0.16292270180559953, 1.1365703769573448, 1.0443622293843136, 1.0014675373797757, 0.7846602031738034, 1.252679731337584, 0.6392369025890565, 0.12192979131918236, 0.7254201482999246, 0.7456396632086932, 0.2752156645016194, 1.1489427072591694, 1.05818051797508, 1.0014675373797757, 0.8575975216142829, 1.3448409807838737, 1.05818051797508, 0.7846602031738034, 1.5110532479829943, 1.335093810374617, 0.4344353290432095, -0.4511513925987615, 0.5681912356848459, 0.6162212792597395, 1.0443622293843136, 0.8035039969780358, 0.8399551787033228, 1.2845554860227928, 0.7456396632086932, 0.4344353290432095, 0.7846602031738034, 0.4905298255504972, 0.30956085023567786, 0.7456396632086932, 0.5681912356848459, -0.11882417990569487, 0.3743157310649771, 0.2020303495672793, 0.7046966715300716, 0.12192979131918236, -0.1761545838956846, 1.0717719573310716, 0.2020303495672793, 1.4100303432071182, -0.01434208380921201, -0.30328309017936217, 1.0983031575461772, 0.8748725341764544, 1.0983031575461772, 0.7456396632086932, 0.6162212792597395, 0.986661036476378, 0.6162212792597395, 0.8399551787033228, 0.2020303495672793, 0.7046966715300716, 1.1849868358302091, 0.4344353290432095, 1.0717719573310716, 1.6290025481120285, 1.2081722563790325, 0.7653789725693636, 1.3448409807838737, 0.9562297513017072, -0.0650153259802985, 0.6834436844838708, 1.1489427072591694, 0.6392369025890565, 1.3448409807838737, 1.2307253889008178, 0.30956085023567786, 0.8219296401873721, 1.2195257010883809, 1.111256509375099, 1.111256509375099, 1.1240102351789816, 0.9715850894837113, 0.5430978962295321, 0.986661036476378, 1.0160140176344936, 1.1240102351789816, 0.30956085023567786, 0.9246382866006478, 1.161132744926143, 0.12192979131918236, 0.4049138372643294, 1.0983031575461772, 0.7653789725693636, 1.2081722563790325, 1.2081722563790325, 0.5430978962295321, -0.1761545838956846, 1.1731457697057928, -0.1761545838956846, 0.8219296401873721, 0.8575975216142829, 1.3639970941293489, 1.0983031575461772, 0.6162212792597395, 1.2195257010883809, 2.227675162387336, 0.5430978962295321, 0.9715850894837113, 0.2020303495672793, 0.4629522692460315, 0.30956085023567786, 0.2020303495672793, 0.7254201482999246, 0.9562297513017072, -0.11882417990569487, 0.7846602031738034, 1.7677882069605926, 1.4010265614956778, 0.9405845184354996, 1.4277488089456003, 1.0717719573310716, 0.9715850894837113, 1.462085001333728, 0.9246382866006478, 1.6151477754430963, -0.01434208380921201, 1.5189396635962895, 0.8748725341764544, -0.2374613771312389, 0.8399551787033228, 0.9083793042483206, 0.6162212792597395, 1.5030908105175402, 0.4905298255504972, -0.4511513925987615, 1.549753238469899, 0.9562297513017072, 1.05818051797508, 0.8748725341764544, 0.3743157310649771, 0.5925519877968155, -0.11882417990569487, 0.8035039969780358, 0.7046966715300716, 2.2761181685378937, 0.3425610658161645, 1.526751493670824, 1.1365703769573448, 0.7254201482999246, 0.9405845184354996, 0.8219296401873721, 0.4049138372643294, 1.0014675373797757, 0.2752156645016194, 0.4049138372643294, 0.8035039969780358, -0.0650153259802985, 0.8399551787033228, 1.1731457697057928, 0.03352474920815228, 0.6162212792597395, 1.3919235896088131, 0.986661036476378, 0.6834436844838708, 0.8748725341764544, 0.6616336634713935, 1.1489427072591694, 1.3919235896088131, 1.0303094184685997, 0.2020303495672793, 0.5430978962295321, -0.0650153259802985, 1.2307253889008178, 0.8575975216142829, 1.05818051797508, 1.7442282865370449, 0.9405845184354996, 1.05818051797508, 1.5344901342399142, 0.03352474920815228, 1.1966607846467776, 1.0303094184685997, 0.986661036476378, 1.2195257010883809, 0.5430978962295321, 0.2752156645016194, 1.305143053676572, 1.0160140176344936, 0.2394140128334465, 0.8399551787033228, 0.4049138372643294, 1.2845554860227928, 1.2845554860227928, -0.1761545838956846, 0.8399551787033228, 0.07886753236669414, 1.0851438512626337, 0.30956085023567786, 1.2634421094150532, 1.0014675373797757, 1.161132744926143, -0.5348605537371702, 1.2417754195568542, 1.5647393939168561, 0.4049138372643294, 0.9246382866006478, 1.3919235896088131, 0.8399551787033228, 0.5430978962295321, 1.2307253889008178, 1.1489427072591694, 1.111256509375099, 1.0014675373797757, 1.0983031575461772, 0.8219296401873721, 1.252679731337584, 0.6392369025890565, 0.3425610658161645, 1.5721317182771888, 1.3734111754776384, 1.0160140176344936, 1.2417754195568542, 1.1966607846467776, 0.5172271099542911, 0.7254201482999246, 0.8748725341764544, 1.4010265614956778, 1.1849868358302091, 0.8035039969780358, 0.5925519877968155, 1.0851438512626337, 0.6616336634713935, 0.5172271099542911, 1.4704506163696849, 1.1240102351789816, 0.8575975216142829, -0.11882417990569487, 1.8915796823581001, 0.4905298255504972, 1.6886237720040786, 0.986661036476378, 0.9715850894837113, 1.0160140176344936, 1.0717719573310716, 1.8610327064345458, -0.7271095713080373, 1.4704506163696849, 0.7254201482999246, 1.1731457697057928, 1.0303094184685997, 0.8748725341764544, 1.161132744926143, 0.4049138372643294, 1.7677882069605926, 1.4950508730436465, 0.8035039969780358, 1.0717719573310716, 0.5172271099542911, 0.6616336634713935, 1.2081722563790325, 1.6949902335739075, 0.9246382866006478, 0.9246382866006478, 1.5189396635962895, 0.2020303495672793, 1.1849868358302091, 2.303875199858672, 1.3448409807838737, 1.8293117472422216, 0.7653789725693636, 1.2417754195568542, 1.7963230007072502, 0.6834436844838708, -0.01434208380921201, 1.1240102351789816, 0.6834436844838708, 0.3425610658161645, 1.305143053676572, 0.3743157310649771, 1.0014675373797757, 1.0014675373797757, 1.0443622293843136, 1.32523031926726, 0.6162212792597395, 0.16292270180559953, 0.7046966715300716, 0.7456396632086932, 1.0303094184685997, 0.5430978962295321, 0.12192979131918236, 0.7046966715300716, 1.1240102351789816, 1.4100303432071182, 0.3743157310649771, 0.8219296401873721, 0.8575975216142829, -0.2374613771312389, 0.7046966715300716, 1.4010265614956778, 0.8917951215326659, 1.1365703769573448, 1.305143053676572, 0.5925519877968155, 0.30956085023567786, 1.0160140176344936, 2.0706057721310005, 0.5172271099542911, 2.0543526987072016, 1.9401060215656, 0.2394140128334465, 0.9246382866006478, 1.0717719573310716, 0.9246382866006478, -0.01434208380921201, 0.8399551787033228, 1.5110532479829943, 1.6493583740221962, 0.9405845184354996, 1.05818051797508, 1.462085001333728, 0.9246382866006478, 0.30956085023567786, 1.335093810374617, 0.2020303495672793, 0.7254201482999246, 0.6834436844838708, 1.2949133572968048, 1.5939197884835112, -0.9608550724108204, 1.3919235896088131, 0.6392369025890565, 1.2307253889008178, 0.30956085023567786, 0.6162212792597395, -0.01434208380921201, 2.0625192439934064, 1.0443622293843136, 0.6834436844838708, 0.16292270180559953, 1.3734111754776384, 1.1489427072591694, 2.003580027807624, 1.2417754195568542, 1.0303094184685997, 0.3425610658161645, 0.8575975216142829, 0.9083793042483206, 1.0303094184685997, 1.2740661936708255, 1.9161994060612744, -0.11882417990569487, 1.0983031575461772, 0.4049138372643294, 0.4629522692460315, -0.11882417990569487, -0.30328309017936217, 1.2417754195568542, 0.5430978962295321, 1.4536338075534672, 0.2020303495672793, 1.6949902335739075, 0.9083793042483206, 1.1966607846467776, 0.7653789725693636, 1.335093810374617, 0.9715850894837113, 0.6834436844838708, 0.9405845184354996, 0.4629522692460315, 2.1510487110208403, 0.7653789725693636, 1.111256509375099, 1.8453245842839407, 1.2845554860227928, 1.9679089300886339, 0.8917951215326659, 1.0014675373797757, 1.4277488089456003, 0.16292270180559953, 1.3734111754776384, 0.9562297513017072, 1.4189370699824773, 1.111256509375099, 1.9210364429992848, 0.7254201482999246, 1.8453245842839407, 0.7653789725693636, 0.9083793042483206, 0.7456396632086932, 1.4536338075534672, 1.6151477754430963, 1.0303094184685997, 1.5110532479829943, 1.6358437293326449, 1.0303094184685997, 1.4189370699824773, 1.161132744926143, 1.8662030172925328, 1.1489427072591694, -0.0650153259802985, 1.6010565858337251, 1.2845554860227928, -0.11882417990569487, 0.986661036476378, 0.8219296401873721, 1.0717719573310716, 0.5925519877968155, 0.8917951215326659, 1.1365703769573448, 1.4704506163696849, 2.0825889157419346, 2.4481930408360095, 1.2417754195568542, 2.0461045373746094, 1.111256509375099, 1.161132744926143, 1.7735746135239168, 1.3639970941293489, 1.1731457697057928, 0.07886753236669414, 1.1240102351789816, 0.9083793042483206, 0.6616336634713935, -1.2435501954573287, 1.4450952683807292, 1.2417754195568542, 1.3919235896088131, 1.0851438512626337, 0.7846602031738034, 2.4707964108843523, 1.6290025481120285, 0.986661036476378, 1.4950508730436465, 1.1966607846467776, 1.549753238469899, 0.7846602031738034, 0.07886753236669414, 1.111256509375099, 2.11752847627403, 0.7653789725693636, 0.8035039969780358, 1.98146689245058, 1.9859371699059098, 1.71997625142824, 1.7261063722728458, 2.1867631041473543, 1.6290025481120285, 1.6560336462037673, 1.0443622293843136, 0.2020303495672793, 0.6616336634713935, 1.1731457697057928, 2.0293567270459656, 1.462085001333728, 1.7075777544951354, 1.0851438512626337, 1.7321913137099103, 1.994805739467755, 1.7906943996076805, 1.7560922849723768, 0.7846602031738034, 1.901515862151689, 1.1365703769573448, 1.3639970941293489, 2.161926245880334, 1.7382317363772577, 1.6949902335739075, 1.8713411454982112, 1.2949133572968048], [0.14325865775461594, -1.5849949984691685, -1.7148497065909711, 0.5113775652587801, 0.372721752289346, 0.9290896376601102, 0.5751861656812363, 0.4858159655233078, 0.4592558869665533, -1.4636610562112746, 0.11392081254508077, -1.1602079215508223, 0.5519541113664377, 0.3623906790502886, -1.849688965771264, 0.3194232122929727, 0.4682249930177524, 0.6193957020902067, -1.4636610562112746, 0.674195215689609, 0.2968779327987233, -1.7148497065909711, -1.5849949984691685, -1.5849949984691685, -1.5849949984691685, -1.849688965771264, -1.849688965771264, 0.01749336717045256, 0.3082438675141708, -1.7148497065909711, -1.5849949984691685, 0.2615958306946619, -1.7148497065909711, -1.7148497065909711, -1.2515526955467495, 0.198401590477692, 0.1713871546769527, -1.4636610562112746, 0.1713871546769527, 0.051170140340849365, -0.036349151415316056, 0.5113775652587801, -1.4636610562112746, -1.352470233060155, 0.3412458777834634, 0.4858159655233078, 0.08326564239175509, 0.14325865775461594, 0.5751861656812363, -1.352470233060155, 0.12874732978253248, -1.7148497065909711, 0.4858159655233078, 0.18502811584352855, -1.4636610562112746, -1.5849949984691685, -0.25425433703248423, -1.5849949984691685, -1.4636610562112746, -1.4636610562112746, -1.7148497065909711, 0.7605947702246625, -1.5849949984691685, 0.4682249930177524, 0.1713871546769527, -0.036349151415316056, 0.7547748474781646, 1.21818783184679e-05, -1.5849949984691685, 0.198401590477692, -1.5849949984691685, 0.4028060513282659, -1.5849949984691685, 0.33042197472651896, 0.14325865775461594, 0.7187676142502589, 1.120839424088427, -1.4636610562112746, -1.5849949984691685, -1.5849949984691685, -1.849688965771264, 0.4682249930177524, -1.7148497065909711, -1.352470233060155, 0.051170140340849365, 0.5597866846032375, 0.3828983452563259, -1.5849949984691685, 0.2615958306946619, 1.2336540311557491, 1.0258552965740355, -1.7148497065909711, -1.4636610562112746, -1.4636610562112746, 1.02976515976136, 0.8054416111452065, 0.6473477292337281, 0.674195215689609, 0.4221478187907432, -1.352470233060155, 1.21818783184679e-05, 0.4028060513282659, -1.7148497065909711, 0.7777611949356781, 0.8475097336082807, 0.01749336717045256, -1.7148497065909711, 0.9335964103953576, -1.5849949984691685, -1.4636610562112746, -1.1602079215508223, -1.7148497065909711, 0.6335154264943705, -1.7148497065909711, -0.6598759157726752, -1.5849949984691685, 0.4858159655233078, -1.7148497065909711, 0.2968779327987233, -1.849688965771264, -1.4636610562112746, 0.9937383433362684, -1.7148497065909711, 0.4028060513282659, -1.5849949984691685, 0.3828983452563259, -1.7148497065909711, 0.3828983452563259, -1.7148497065909711, -1.352470233060155, -1.7148497065909711, -1.7148497065909711, 0.810844851293903, 0.5751861656812363, -1.2515526955467495, 0.9469399848447206, -1.849688965771264, -1.352470233060155, 0.5751861656812363, 0.8676053036825098, 0.4944437063104966, -1.352470233060155, -1.352470233060155, 0.5360129130496565, -1.7148497065909711, 0.2615958306946619, -1.4636610562112746, -1.1602079215508223, -1.5849949984691685, 0.5827570200659756, -0.9332244841445948, -0.1813482676772446, -1.4636610562112746, -0.07474881937994425, 1.120839424088427, 0.7889690913380755, 0.6541597037112774, 0.8215240582811972, 0.7605947702246625, -1.4636610562112746, 0.8475097336082807, -1.5849949984691685, -1.7148497065909711, -1.5849949984691685, -1.4636610562112746, 0.41254566442487933, -1.849688965771264, -1.4636610562112746, 0.4944437063104966, -1.0774076689671173, 0.7063282185082741, -1.5849949984691685, 0.33042197472651896, -0.11542621386865864, -1.7148497065909711, 0.68723134735125, 0.4592558869665533, 0.5278999115548457, 0.3082438675141708, 0.9686125883036616, -1.5849949984691685, 0.4221478187907432, 0.9896147577118892, 0.372721752289346, -1.352470233060155, -1.7148497065909711, 0.6122242801737576, 0.5278999115548457, 0.7063282185082741, 0.7249029259544428, 1.0219227863592808, 0.6936567993927321, 0.810844851293903, 0.8268013444419589, -1.0774076689671173, 1.147579244850971, 0.5196889260382535, -1.849688965771264, 0.2853190968120972, -1.4636610562112746, -1.849688965771264, 0.604976374680501, -1.4636610562112746, 0.9643330561454062, -1.5849949984691685, -1.7148497065909711, -1.5849949984691685, 0.6675821388353871, -0.3075170651321277, 0.2615958306946619, -1.5849949984691685, 0.4682249930177524, -1.4636610562112746, 0.8423915332107073, 0.6264922355858031, -1.352470233060155, -1.352470233060155, 0.9107573337880279, 0.4858159655233078, 0.6404667733375843, 0.5675300338109006, -1.1602079215508223, 0.6675821388353871, -1.7148497065909711, -1.7148497065909711, -1.7148497065909711, 0.9686125883036616, 0.6936567993927321, -1.7148497065909711, -1.2515526955467495, 0.7945044397198825, -1.7148497065909711, -1.2515526955467495, -1.5849949984691685, 0.9469399848447206, -1.7148497065909711, 0.41254566442487933, 0.8162054445297712, -1.7148497065909711, 1.0451832613821888, 0.8626368845298908, 0.7187676142502589, 0.9469399848447206, -1.849688965771264, 1.0489836911147368, 1.173305566682712, 0.8372344667434968, -1.4636610562112746, -1.2515526955467495, 0.8372344667434968, -1.5849949984691685, 0.4221478187907432, -1.7148497065909711, 0.8919163399488753, -1.4636610562112746, 1.21818783184679e-05, -1.2515526955467495, 0.8162054445297712, 1.1000698360607328, -1.7148497065909711, 0.7000220509878801, -0.5739364251211871, -1.5849949984691685, 1.0139887651221922, 0.9937383433362684, 1.198092400624232, 0.9812916846648322, 0.7663652510300286, -1.352470233060155, -1.2515526955467495, -1.849688965771264, 0.15746784608502745, 1.1827070117561702, -1.7148497065909711, -1.7148497065909711, 1.1000698360607328, -1.7148497065909711, 0.7945044397198825, 0.6609040644329383, -1.1602079215508223, -1.7148497065909711, -0.7574583790156443, -1.5849949984691685, 0.6807445465863929, 0.4501669230029461, 0.9469399848447206, -1.2515526955467495, -1.1602079215508223, 0.7489046290189761, 0.7000220509878801, -1.5849949984691685, -1.4636610562112746, 1.1919800263576006, -1.7148497065909711, 0.4858159655233078, 0.8320379398492538, 0.9060958675872722, -1.5849949984691685, 0.9290896376601102, -1.7148497065909711, -1.1602079215508223, 1.0258552965740355, -1.1602079215508223, -0.8699787141772357, -1.4636610562112746, -1.5849949984691685, -1.2515526955467495, -0.036349151415316056, 0.7187676142502589, 0.3194232122929727, -1.4636610562112746, 0.810844851293903, -1.849688965771264, 1.0527629648884045, -1.5849949984691685, 0.4221478187907432, -1.7148497065909711, -1.1602079215508223, 0.6807445465863929, 0.9153870180080952, -1.7148497065909711, 0.8576318474251358, -1.1602079215508223, 0.6193957020902067, 0.8054416111452065, -1.7148497065909711, -1.7148497065909711, 1.096545608858687, 0.6473477292337281, -1.7148497065909711, -1.4636610562112746, 0.6807445465863929, -1.5849949984691685, 0.7663652510300286, 1.1343409863533185, -1.5849949984691685, -1.4636610562112746, -0.8699787141772357, 0.8919163399488753, 0.9060958675872722, 0.674195215689609, 0.6404667733375843, -1.4636610562112746, -1.849688965771264, -1.2515526955467495, -1.4636610562112746, 0.7605947702246625, -1.4636610562112746, 0.810844851293903, 0.4682249930177524, 1.2729168194107223, 1.0413614375938067, -1.5849949984691685, 0.6473477292337281, 0.7720871221286929, 1.0527629648884045, 0.5675300338109006, 0.8576318474251358, 0.9199853504475092, 0.9469399848447206, -1.2515526955467495, -0.8699787141772357, 0.7125763875899543, -1.352470233060155, 0.9380734677140928, -1.0020776459767906, -1.1602079215508223, 1.0179673653441017, -1.4636610562112746, 0.8966758236435295, -1.849688965771264, -1.352470233060155, 0.9060958675872722, 0.68723134735125, -1.7148497065909711, 1.1000698360607328, -1.849688965771264, -1.4636610562112746, 0.8372344667434968, 0.9600263794434022, -1.352470233060155, 0.7777611949356781, -1.849688965771264, 1.2970084264920458, -1.5849949984691685, 1.0139887651221922, 0.8372344667434968, 0.8525896489748767, -1.4636610562112746, 0.9643330561454062, -1.7148497065909711, 0.7187676142502589, 0.8822961120254366, -1.7148497065909711, -1.5849949984691685, -1.5849949984691685, 0.6936567993927321, -1.5849949984691685, 1.08944178901082, 0.8423915332107073, 1.10357586230549, 0.8919163399488753, -1.0774076689671173, -1.4636610562112746, -1.2515526955467495, 1.127623770978632, 0.9107573337880279, -1.7148497065909711, 0.7489046290189761, 0.8525896489748767, 1.1858121128501904, 1.0565213168489351, 1.0059609296085332, 1.08944178901082, -1.7148497065909711, -1.4636610562112746, -1.7148497065909711, -1.5849949984691685, 0.5976503390146438, 1.113986590739915, -1.5849949984691685, 0.6404667733375843, 0.8162054445297712, 0.7605947702246625, 0.8525896489748767, 0.7429832387895238, 1.0336526351669264, -1.352470233060155, -1.4636610562112746, 0.5360129130496565, -1.849688965771264, 1.188903075002094, -1.2515526955467495, -1.4636610562112746, -1.7148497065909711, 0.7833882607346968, 0.8525896489748767, 1.2071589866445804, 1.3501043482717907, 1.1000698360607328, 0.7370097776645259, -1.849688965771264, 0.810844851293903, -1.7148497065909711, -1.0774076689671173, 0.9290896376601102, 0.8475097336082807, -1.5849949984691685, 1.0602589772777735, -1.1602079215508223, 0.9469399848447206, 0.887123261848585, -1.2515526955467495, 0.8054416111452065, -1.1602079215508223, 0.8162054445297712, 0.6193957020902067, 0.9513302002537828, 0.8966758236435295, 1.0179673653441017, 0.6936567993927321, -1.7148497065909711, -1.5849949984691685, 0.9556922118262628, 1.0059609296085332, 1.063976172676609, 0.8162054445297712, -1.5849949984691685, 0.5440302374675284, 1.08944178901082, -1.5849949984691685, -1.2515526955467495, -1.1602079215508223, -1.4636610562112746, -1.1602079215508223, -1.352470233060155, 0.6675821388353871, 1.2011280712814256, -1.849688965771264, 1.1309906869947937, -1.5849949984691685, -1.7148497065909711, 0.8320379398492538, 1.1541028049396918, 0.6404667733375843, -1.0020776459767906, 0.7663652510300286, 0.7945044397198825, -1.2515526955467495, -1.1602079215508223, 1.1409923853513055, -1.0020776459767906, 0.8966758236435295, 0.7999950406235484, -1.4636610562112746, -1.7148497065909711, -1.7148497065909711, -1.5849949984691685, -1.7148497065909711, -1.2515526955467495, 0.7663652510300286, -0.7574583790156443, 1.10357586230549, 0.8268013444419589, 0.7187676142502589, 1.0336526351669264, -0.7070318008651224, 0.7945044397198825, -1.5849949984691685, -1.5849949984691685, -1.5849949984691685, 0.8676053036825098, 0.6264922355858031, 1.120839424088427, 0.9425211986990004, -1.4636610562112746, -0.017927179667220534, 0.9513302002537828, 0.8268013444419589, 0.810844851293903, 0.8320379398492538, -1.4636610562112746, -1.5849949984691685, -1.0774076689671173, -1.5849949984691685, -1.4636610562112746, 0.6193957020902067, -1.4636610562112746, -1.4636610562112746, 0.972865315787564, -1.2515526955467495, 0.8576318474251358, 0.5976503390146438, 0.9854659747170998, -1.2515526955467495, 1.2336540311557491, 0.972865315787564, 0.8919163399488753, -1.352470233060155, 1.10357586230549, 1.2783448909928028, -1.849688965771264, 1.1409923853513055, -1.7148497065909711, 0.9556922118262628, 1.2190624125398013, 0.8320379398492538, 1.0219227863592808, 0.9770915721261648, 0.5827570200659756, 1.1573412255180129, -1.7148497065909711, -1.4636610562112746, 0.9425211986990004, 1.096545608858687, 0.7489046290189761, 0.8320379398492538, -1.849688965771264, 1.0375179776120598, 1.1605642703134371, 0.8822961120254366, -1.4636610562112746, 0.7547748474781646, 1.188903075002094, 0.8966758236435295, 1.2161060679177726, 0.9014021802953156, 1.0413614375938067, 1.0375179776120598, -1.1602079215508223, -1.0020776459767906, 1.2071589866445804, -1.7148497065909711, 1.1242400727053738, 1.2646924451374741, -1.5849949984691685, 0.8372344667434968, 0.590244472908131, -0.3075170651321277, 0.7833882607346968, 1.001911133339391, -1.4636610562112746, 0.5519541113664377, -1.7148497065909711, 1.0099867125448283, -1.7148497065909711, -1.5849949984691685, 0.9854659747170998, 0.9153870180080952, -1.2515526955467495, 1.147579244850971, -1.4636610562112746, 1.0750071787250886, -1.849688965771264, -1.849688965771264, 0.9556922118262628, -1.849688965771264, 1.127623770978632, 0.051170140340849365, -1.5849949984691685, -1.5849949984691685, 0.8676053036825098, 1.0059609296085332, 0.7000220509878801, -1.352470233060155, 0.9199853504475092, -1.7148497065909711, 1.4060982116979013, -0.9332244841445948, -1.7148497065909711, -1.2515526955467495, 1.0099867125448283, -1.849688965771264, -1.1602079215508223, 0.7249029259544428, 0.8054416111452065, 0.6609040644329383, 0.6541597037112774, 0.06740628275803102, -1.7148497065909711, -1.7148497065909711, 1.0786447062577509, 0.9014021802953156, 0.7999950406235484, 0.7309833226347598, 0.8725376364519665, 1.10357586230549, -1.352470233060155, -1.4636610562112746, -1.7148497065909711, 0.8725376364519665, -1.4636610562112746, 1.0565213168489351, -1.849688965771264, -1.2515526955467495, -1.5849949984691685, 0.887123261848585, 1.2161060679177726, 0.9686125883036616, 1.2249367531057278, 1.2071589866445804, -1.0774076689671173, -1.2515526955467495, 1.0219227863592808, 1.08944178901082, -1.2515526955467495, 0.8372344667434968, -1.2515526955467495, -1.352470233060155, -1.352470233060155, 0.9335964103953576, 0.9014021802953156, 0.7063282185082741, 1.0527629648884045, 0.9335964103953576, -1.849688965771264, -1.7148497065909711, 0.8725376364519665, 0.8268013444419589, 0.9513302002537828, 0.9153870180080952, 0.9014021802953156, 0.9153870180080952, 1.0565213168489351, -1.4636610562112746, 1.2591536410264088, -1.5849949984691685, 0.8822961120254366, -1.849688965771264, 0.9513302002537828, -1.7148497065909711, 0.8423915332107073, -1.352470233060155, 1.0179673653441017, 0.8162054445297712, 0.2853190968120972, 1.063976172676609, -1.352470233060155, -1.1602079215508223, -1.0774076689671173, 0.6122242801737576, -1.352470233060155, 0.7249029259544428, 0.9812916846648322, 0.7720871221286929, -1.4636610562112746, 0.9978370356739068, 0.9335964103953576, 0.5519541113664377, -0.7070318008651224, 0.9199853504475092, -1.7148497065909711, 0.8268013444419589, 0.9199853504475092, -1.4636610562112746, 1.1442938041874111, -1.4636610562112746, -1.4636610562112746, 0.7063282185082741, 0.7999950406235484, 0.4028060513282659, -0.8115986069063684, 1.1309906869947937, 1.0451832613821888, -1.4636610562112746, -1.5849949984691685, -1.1602079215508223, -1.5849949984691685, 1.2336540311557491, -1.352470233060155, 0.8054416111452065, 0.7370097776645259, 1.1795876418086289, -1.2515526955467495, 1.2451056114535566, 0.8525896489748767, 0.7249029259544428, 0.9600263794434022, 0.9812916846648322, 0.9199853504475092, -1.4636610562112746, -1.849688965771264, -1.7148497065909711, 1.173305566682712, 0.8725376364519665, 1.0258552965740355, 0.5597866846032375, -1.352470233060155, 0.68723134735125, -1.7148497065909711, 1.0413614375938067, 0.9060958675872722, -1.0774076689671173, -0.9332244841445948, -1.352470233060155, 0.972865315787564, 0.8372344667434968, -1.849688965771264, 0.8268013444419589, 1.0527629648884045, 1.117421654504023, 0.9854659747170998, -1.0774076689671173, 0.9600263794434022, -1.352470233060155, 0.9014021802953156, -1.4636610562112746, -1.352470233060155, 1.3228107117340415, 0.9600263794434022, -1.4636610562112746, -1.5849949984691685, 1.0059609296085332, 1.1070638745642076, 0.7663652510300286, 0.9290896376601102, 0.9245527526351528, 1.0139887651221922, 0.9556922118262628, 0.8774344029232191, 1.1242400727053738, 0.9896147577118892, -1.5849949984691685, 0.9643330561454062, 0.8525896489748767, 0.9245527526351528, 0.8162054445297712, 0.9153870180080952, 0.9686125883036616, -1.7148497065909711, 0.8966758236435295, 0.5751861656812363, -0.4972688692695035, -1.2515526955467495, 1.173305566682712, 1.127623770978632, 1.117421654504023, 0.8475097336082807, -1.5849949984691685, -1.5849949984691685, -1.5849949984691685, 1.08944178901082, 0.7605947702246625, 0.3828983452563259, 0.9014021802953156, 0.9290896376601102, 0.8725376364519665, -1.5849949984691685, 1.1827070117561702, 0.5519541113664377, 1.0565213168489351, 1.093002990802984, 1.2220059373768528, 1.1637720846018489, -1.5849949984691685, -1.352470233060155, 0.9245527526351528, -1.1602079215508223, 1.147579244850971, 0.887123261848585, -1.352470233060155, -1.1602079215508223, -1.5849949984691685, -1.7148497065909711, 1.0858618075500266, 1.1242400727053738, 0.9937383433362684, -1.5849949984691685, -1.4636610562112746, 1.0179673653441017, -1.5849949984691685, 1.0676731258496053, -1.0020776459767906, 0.8626368845298908, -1.4636610562112746, -1.4636610562112746, 1.0375179776120598, -1.5849949984691685, 0.6404667733375843, -1.4636610562112746, 0.9978370356739068, 0.4316163311414664, -1.7148497065909711, 0.9425211986990004, 0.7605947702246625, -1.849688965771264, -1.7148497065909711, -1.4636610562112746, -1.352470233060155, 1.0139887651221922, 0.9014021802953156, 1.1442938041874111, -1.352470233060155, 0.7945044397198825, 0.9245527526351528, 1.1795876418086289, 1.0527629648884045, 1.0059609296085332, -1.5849949984691685, -1.7148497065909711, 0.8423915332107073, 0.5976503390146438, -1.849688965771264, -1.5849949984691685, 0.9107573337880279, 1.1442938041874111, -1.1602079215508223, 0.9245527526351528, -1.4636610562112746, 1.0258552965740355, 0.9600263794434022, 1.2646924451374741, -1.2515526955467495, 1.0602589772777735, -1.352470233060155, -1.4636610562112746, 0.8626368845298908, 1.120839424088427, -1.352470233060155, -1.0774076689671173, 1.1541028049396918, -1.0020776459767906, 1.2336540311557491, 1.1919800263576006, 1.0336526351669264, 1.0258552965740355, -1.2515526955467495, 0.6335154264943705, -1.2515526955467495, 0.9060958675872722, -1.4636610562112746, -1.7148497065909711, -1.352470233060155, 0.9937383433362684, 0.9600263794434022, 0.9556922118262628, 1.063976172676609, 0.2615958306946619, 1.0602589772777735, 1.1242400727053738, 1.0786447062577509, -1.5849949984691685, 1.0099867125448283, 0.887123261848585, 1.1442938041874111, 0.8626368845298908, 1.1242400727053738, 0.8966758236435295, 1.1242400727053738, 0.4221478187907432, 0.8525896489748767, 0.8423915332107073, 1.0375179776120598, 1.0858618075500266, 1.137674832215343, -0.15866494459354644, 0.9600263794434022, -1.7148497065909711, -1.4636610562112746, 1.0786447062577509, 1.0179673653441017, 1.2011280712814256, 0.9425211986990004, 0.8966758236435295, 0.8162054445297712, 1.1105340569427673, 1.1242400727053738, -1.1602079215508223, 0.7777611949356781, 0.8966758236435295, 0.9854659747170998, -1.849688965771264, 0.8576318474251358, 0.810844851293903, 0.972865315787564, -1.849688965771264, 1.1541028049396918, 0.9937383433362684, 1.3303639353382888, -1.2515526955467495, 1.001911133339391, 1.0822628473744722, 1.0099867125448283, -1.4636610562112746, 0.8215240582811972, -0.20480426068973512, 0.9513302002537828, -1.2515526955467495, 0.8215240582811972, 0.7000220509878801, -1.5849949984691685, -1.849688965771264, 1.001911133339391, 0.7429832387895238, -1.849688965771264, 1.02976515976136, 1.0336526351669264, 0.7187676142502589, -1.5849949984691685, 1.0336526351669264, -1.0774076689671173, -1.5849949984691685, -1.5849949984691685, 1.2307606928367276, -1.4636610562112746, 0.9854659747170998, -1.0774076689671173, 0.7999950406235484, -1.4636610562112746, 1.071350055983426, 0.4221478187907432, 1.1000698360607328, 1.0139887651221922, 1.137674832215343, 0.972865315787564, -1.352470233060155, 0.8423915332107073, -1.4636610562112746, 0.8525896489748767, 0.9812916846648322, 1.120839424088427, -1.1602079215508223, 1.1309906869947937, 0.12874732978253248, 1.289072521836448, 0.9335964103953576, 1.1343409863533185, 0.2735607237296178, 1.0219227863592808, -1.4636610562112746, -1.2515526955467495, 0.9469399848447206, -1.7148497065909711, -1.4636610562112746, 0.7547748474781646, 0.9937383433362684, -1.4636610562112746, 0.9686125883036616, -1.352470233060155, 1.096545608858687, 0.9060958675872722, 0.9896147577118892, 1.0179673653441017, 0.7187676142502589, 0.8162054445297712, 1.1105340569427673, -1.5849949984691685, -1.7148497065909711, 0.7777611949356781, 0.9812916846648322, 1.1409923853513055, -1.4636610562112746, 0.9513302002537828, -1.849688965771264, 0.9643330561454062, 0.9380734677140928, 1.0375179776120598, 1.0413614375938067, -1.352470233060155, 1.2101544693275184, 1.2729168194107223, -1.1602079215508223, -1.7148497065909711, 0.8919163399488753, -1.352470233060155, 0.4592558869665533, 1.2307606928367276, 0.9245527526351528, 1.0451832613821888, -1.5849949984691685, 0.8725376364519665, 0.9153870180080952, 1.0822628473744722, -1.5849949984691685, 0.887123261848585, 0.9686125883036616, 1.10357586230549, -1.4636610562112746, 1.0059609296085332, 1.137674832215343, 1.4237813233002767, 0.9199853504475092, 1.2041502266945523, 0.9469399848447206, 1.2674449903012903, -0.7574583790156443, -0.8699787141772357, 0.9770915721261648, -0.8115986069063684, -1.4636610562112746, -1.1602079215508223, -1.849688965771264, -1.0020776459767906, 1.1637720846018489, -1.352470233060155, 0.8919163399488753, 0.8626368845298908, -1.352470233060155, 1.0099867125448283, 1.3177281257668352, -1.4636610562112746, -1.7148497065909711, 1.2161060679177726, -1.5849949984691685, 1.2101544693275184, 1.1000698360607328, 0.9556922118262628, 0.8475097336082807, 0.7833882607346968, -1.4636610562112746, -1.0774076689671173, -1.2515526955467495, 0.9425211986990004, 1.0258552965740355, 1.063976172676609, 1.0750071787250886, -1.4636610562112746, -1.4636610562112746, 1.250759759085177, 0.9937383433362684, 0.887123261848585, 1.173305566682712, 1.001911133339391, 1.0059609296085332, 0.8774344029232191, 0.9978370356739068, -1.4636610562112746, 1.147579244850971, 1.0219227863592808, -1.849688965771264, -1.1602079215508223, 0.9686125883036616, 1.2917281460054044, 1.02976515976136, 1.0336526351669264, 1.001911133339391, -1.352470233060155, 0.5827570200659756, 1.8118946772015692, 1.0565213168489351, -1.0774076689671173, 1.1000698360607328, -1.0020776459767906, -1.7148497065909711, -1.1602079215508223, 0.9513302002537828, -0.4618489385929415, -1.1602079215508223, 0.972865315787564, 0.8966758236435295, 1.10357586230549, -1.352470233060155, 1.120839424088427, -0.7574583790156443, 0.9335964103953576, -1.5849949984691685, -1.0774076689671173, -0.8699787141772357, -1.352470233060155, -1.7148497065909711, 1.071350055983426, 0.9290896376601102, 0.9245527526351528, 0.9425211986990004, 0.9600263794434022, 1.0059609296085332, 1.1858121128501904, 0.7999950406235484, 1.1827070117561702, 1.1000698360607328, 0.8774344029232191, 1.0375179776120598, 1.188903075002094, 0.9107573337880279, -0.7070318008651224, 1.02976515976136, 1.0375179776120598, 0.2615958306946619, 1.1309906869947937, 1.0179673653441017, 0.9014021802953156, 1.0336526351669264, 0.8268013444419589, 1.0099867125448283, 0.8774344029232191, 0.7125763875899543, 0.972865315787564, 0.9469399848447206, -1.2515526955467495, -1.849688965771264, 0.8320379398492538, 0.9380734677140928, -1.5849949984691685, -1.7148497065909711, 0.8215240582811972, 0.9199853504475092, 1.08944178901082, 1.0336526351669264, 1.0179673653441017, -1.0774076689671173, 0.9854659747170998, 0.8215240582811972, -1.849688965771264, 0.8054416111452065, 0.8268013444419589, 0.9245527526351528, 0.9812916846648322, 0.9014021802953156, -1.5849949984691685, 1.001911133339391, 0.8475097336082807, 1.08944178901082, 0.9425211986990004, 0.9812916846648322, 1.1343409863533185, 0.7777611949356781, -1.7148497065909711, 1.239403970294451, 0.9770915721261648, 1.117421654504023, 1.093002990802984, -1.2515526955467495, -1.4636610562112746, 0.9335964103953576, 0.7833882607346968, 0.9600263794434022, 1.096545608858687, 1.0336526351669264, 1.2943734207778224, -1.4636610562112746, 1.1442938041874111, 1.0451832613821888, -1.2515526955467495, 1.150848861214657, 0.8822961120254366, 0.8774344029232191, 1.08944178901082, 0.9107573337880279, 0.9600263794434022, 0.8676053036825098, 1.0336526351669264, -1.2515526955467495, -1.4636610562112746, 0.9600263794434022, -1.5849949984691685, 1.127623770978632, -1.2515526955467495, 0.8320379398492538, 0.8054416111452065, 1.1409923853513055, -0.8699787141772357, 1.0527629648884045, -0.7574583790156443, 0.9060958675872722, 1.0602589772777735, 1.0858618075500266, -1.849688965771264, 0.9513302002537828, 0.9245527526351528, 0.9937383433362684, -1.849688965771264, -1.0774076689671173, 0.9643330561454062, 0.8525896489748767, 1.0059609296085332, 0.8475097336082807, 1.2646924451374741, -0.8699787141772357, 1.0676731258496053, 1.2161060679177726, -1.352470233060155, 1.150848861214657, 1.1919800263576006, 1.150848861214657, -1.1602079215508223, 0.8268013444419589, 0.5196889260382535, -1.7148497065909711, 0.9290896376601102, -0.6156166055974791, 0.9686125883036616, -1.4636610562112746, 0.9513302002537828, 1.0602589772777735, 0.9854659747170998, -1.5849949984691685, -1.4636610562112746, -1.4636610562112746, 0.8215240582811972, 0.7945044397198825, 0.9978370356739068, -1.2515526955467495, 0.8576318474251358, 1.0139887651221922, 0.8054416111452065, -0.5739364251211871, 0.9854659747170998, 1.0565213168489351, -1.352470233060155, 0.68723134735125, -1.7148497065909711, -1.2515526955467495, -1.4636610562112746, 1.113986590739915, 0.8054416111452065, 1.0858618075500266, 0.8919163399488753, 0.4028060513282659, -0.6598759157726752, 0.9937383433362684, 0.7605947702246625, 1.0602589772777735, 0.8162054445297712, 0.4409548617789092, 0.972865315787564, 1.0375179776120598, -1.2515526955467495, 1.1309906869947937, -1.352470233060155, -1.849688965771264, 0.9380734677140928, 0.8626368845298908, 1.0139887651221922, -1.7148497065909711, 0.7999950406235484, 0.8372344667434968, 1.2249367531057278, 1.10357586230549, -1.7148497065909711, -1.352470233060155, 1.1764538712978991, 0.9060958675872722, -1.5849949984691685, 0.9107573337880279, 0.7999950406235484, 1.02976515976136, 1.0489836911147368, 0.9107573337880279, 1.2161060679177726, 0.8268013444419589, 1.150848861214657, -1.4636610562112746, 1.117421654504023, -1.5849949984691685, -1.4636610562112746, 0.9643330561454062, 1.3621567784624764, 0.8320379398492538, 1.2422607773682908, -1.7148497065909711, 1.001911133339391, 0.9770915721261648, 1.096545608858687, 0.887123261848585, 0.9812916846648322, -1.5849949984691685, -1.352470233060155, -0.7070318008651224, -1.5849949984691685, 1.001911133339391, -1.7148497065909711, -1.5849949984691685, 1.3403059039286338, 0.9600263794434022, 1.2071589866445804, 0.8525896489748767, -1.4636610562112746, -1.1602079215508223, 0.9686125883036616, 1.0822628473744722, 0.9812916846648322, 1.289072521836448, 0.9854659747170998, 1.08944178901082, -1.352470233060155, 0.8822961120254366, -1.5849949984691685, 0.7945044397198825, -1.352470233060155, 1.0602589772777735, 0.7720871221286929, 0.9556922118262628, -1.0774076689671173, 1.0099867125448283, -1.2515526955467495, -1.1602079215508223, 0.972865315787564, -0.7574583790156443, 0.9812916846648322, 1.1442938041874111, -1.4636610562112746, -1.352470233060155, -1.5849949984691685, -1.7148497065909711, 1.10357586230549, 1.1309906869947937, -1.5849949984691685, -1.5849949984691685, 0.5360129130496565, 1.1858121128501904, 1.0219227863592808, 0.9937383433362684, -1.5849949984691685, 0.9335964103953576, 1.113986590739915, 1.2729168194107223, 1.198092400624232, 1.0258552965740355, -1.7148497065909711, 1.0565213168489351, -0.7574583790156443, 1.1000698360607328, 0.9199853504475092, -1.7148497065909711, -1.5849949984691685, 1.0822628473744722, 0.8919163399488753, 1.1105340569427673, -1.7148497065909711, 0.6541597037112774, 0.8475097336082807, 0.7889690913380755, 1.0565213168489351, 1.0258552965740355, 0.9978370356739068, 0.9290896376601102, 0.9854659747170998, -1.5849949984691685, -1.849688965771264, 1.0602589772777735, -1.4636610562112746, 0.9469399848447206, 1.1795876418086289, 1.4194035483537066, -1.4636610562112746, 0.9513302002537828, -1.5849949984691685, -1.849688965771264, 0.8525896489748767, 1.113986590739915, 0.7777611949356781, 0.8268013444419589, -1.7148497065909711, -1.5849949984691685, 1.2220059373768528, 1.1105340569427673, 0.7720871221286929, 0.7889690913380755, 1.0139887651221922, -1.7148497065909711, 1.113986590739915, 1.0258552965740355, 1.0822628473744722, 1.0822628473744722, -0.15866494459354644, 1.0527629648884045, 1.0139887651221922, -1.0774076689671173, -1.5849949984691685, 0.8423915332107073, -1.352470233060155, -1.4636610562112746, -0.5739364251211871, 0.5827570200659756, 1.0059609296085332, 1.0099867125448283, 1.3597633527086392, -1.352470233060155, 0.9290896376601102, 1.0336526351669264, 1.2864064669863176, -1.4636610562112746, -1.5849949984691685, 1.093002990802984, 1.0527629648884045, 0.5976503390146438, 1.1605642703134371, 1.0219227863592808, 0.972865315787564, 0.9060958675872722, 1.0099867125448283, 0.9937383433362684, 1.1669648116104507, 1.10357586230549, -0.9332244841445948, 1.0451832613821888, -1.849688965771264, 1.0822628473744722, 0.8822961120254366, 0.9245527526351528, -1.5849949984691685, 0.7489046290189761, 0.8268013444419589, 0.9896147577118892, -1.7148497065909711, 0.9290896376601102, 1.0258552965740355, 0.8372344667434968, -1.352470233060155, 1.0786447062577509, 0.8919163399488753, 1.08944178901082, 0.8822961120254366, 1.2101544693275184, 0.9556922118262628, 1.096545608858687, 1.0676731258496053, -1.2515526955467495, 1.02976515976136, -0.7574583790156443, 1.253569268752284, -1.4636610562112746, 0.9937383433362684, 1.0059609296085332, 0.7000220509878801, -1.352470233060155, 1.2161060679177726, -1.352470233060155, 1.0375179776120598, 0.6264922355858031, 1.096545608858687, 1.127623770978632, 0.887123261848585, 1.0258552965740355, 0.9896147577118892, 0.9556922118262628, -0.6598759157726752, 0.9978370356739068, 0.9290896376601102, 1.0527629648884045, 1.0676731258496053, -1.5849949984691685, 1.001911133339391, 0.9014021802953156, 1.08944178901082, -1.4636610562112746, -1.5849949984691685, 1.10357586230549, 1.0489836911147368, -1.849688965771264, 1.0565213168489351, -1.849688965771264, 1.0099867125448283, -1.7148497065909711, 1.1795876418086289, -0.9332244841445948, -1.7148497065909711, -1.0774076689671173, 0.9107573337880279, 1.0565213168489351, -1.0774076689671173, -1.5849949984691685, -1.352470233060155, -1.5849949984691685, -1.1602079215508223, 1.137674832215343, 1.117421654504023, 1.188903075002094, -1.352470233060155, -0.4281311057857632, -1.2515526955467495, 1.1573412255180129, 1.170142592556093, 1.127623770978632, -1.352470233060155, 0.9153870180080952, -0.4972688692695035, 1.063976172676609, -1.5849949984691685, -1.5849949984691685, 0.9978370356739068, -1.1602079215508223, 1.0219227863592808, -1.352470233060155, 1.0822628473744722, -1.1602079215508223, -1.5849949984691685, -1.352470233060155, -0.7574583790156443, -1.352470233060155, -1.849688965771264, 1.0858618075500266, -1.5849949984691685, 0.9643330561454062, 1.113986590739915, 1.0336526351669264, 0.9469399848447206, 0.9014021802953156, 1.1070638745642076, 0.8475097336082807, 0.9556922118262628, -1.0020776459767906, -1.4636610562112746, -1.849688965771264, 1.150848861214657, 1.2451056114535566, 1.001911133339391, 0.8475097336082807, 1.096545608858687, 0.9469399848447206, 0.9245527526351528, -1.7148497065909711, 0.9854659747170998, -1.352470233060155, 0.7547748474781646, -1.5849949984691685, -1.5849949984691685, 1.0336526351669264, 0.9060958675872722, 0.8162054445297712, 0.8525896489748767, 0.8054416111452065, -0.5739364251211871, -0.8699787141772357, 0.674195215689609, 0.9770915721261648, -0.7574583790156443, 0.9854659747170998, 0.8162054445297712, 1.2837298992091677, 1.1309906869947937, -0.6598759157726752, 0.887123261848585, 0.8966758236435295, -0.9332244841445948, 1.0451832613821888, 1.127623770978632, -0.9332244841445948, 1.2161060679177726, 0.9513302002537828, 0.9380734677140928, 1.0858618075500266, 1.113986590739915, -1.4636610562112746, 1.0059609296085332, 1.0059609296085332, -1.4636610562112746, -1.5849949984691685, 1.0099867125448283, 1.0139887651221922, 0.7309833226347598, 0.9469399848447206, -1.4636610562112746, 1.0858618075500266, -1.7148497065909711, -1.0774076689671173, 1.3549510320358251, 1.1637720846018489, 1.1919800263576006, 1.120839424088427, -1.5849949984691685, 1.1070638745642076, 1.0219227863592808, 0.972865315787564, 0.9199853504475092, -1.2515526955467495, 0.9425211986990004, -1.0020776459767906, 1.2619286925855489, 1.0179673653441017, 1.127623770978632, 0.9854659747170998, 1.0413614375938067, 1.1105340569427673, 0.9425211986990004, 1.170142592556093, -0.7070318008651224, -1.4636610562112746, 1.001911133339391, -1.4636610562112746, 0.9290896376601102, 1.127623770978632, -0.4281311057857632, -1.4636610562112746, 1.1442938041874111, 0.8919163399488753, -1.5849949984691685, 0.9380734677140928, 1.150848861214657, -1.1602079215508223, 0.3929249973552153, 1.0336526351669264, 0.9896147577118892, 0.9425211986990004, -1.7148497065909711, -1.0020776459767906, 1.2451056114535566, -1.2515526955467495, -1.352470233060155, -1.1602079215508223, 0.6473477292337281, 0.810844851293903, 1.0858618075500266, 0.9854659747170998, 0.9770915721261648, 1.173305566682712, 1.1919800263576006, -1.352470233060155, 0.8725376364519665, -1.2515526955467495, -1.0020776459767906, -1.0020776459767906, 0.5675300338109006, 1.1343409863533185, 0.9600263794434022, 1.2278549689764602, -1.4636610562112746, 0.9978370356739068, 0.9978370356739068, 1.1541028049396918, 0.7000220509878801, -1.4636610562112746, 1.0822628473744722, -1.2515526955467495, 1.117421654504023, 1.2190624125398013, 0.372721752289346, 1.1242400727053738, 1.1105340569427673, -1.7148497065909711, 0.9107573337880279, 0.8215240582811972, -1.0020776459767906, -1.5849949984691685, 0.9290896376601102, -1.1602079215508223, -1.5849949984691685, 0.8822961120254366, 1.0676731258496053, 0.9245527526351528, 0.8822961120254366, -1.4636610562112746, 0.7429832387895238, -1.352470233060155, 1.093002990802984, 1.113986590739915, -1.4636610562112746, 0.9812916846648322, 0.6404667733375843, -1.5849949984691685, 0.8822961120254366, 1.1795876418086289, 0.8320379398492538, 0.9107573337880279, 1.0451832613821888, -1.7148497065909711, 0.9107573337880279, 1.1669648116104507, 1.0336526351669264, 1.10357586230549, 0.9643330561454062, -0.8699787141772357, -1.1602079215508223, 0.8919163399488753, -1.7148497065909711, 0.7833882607346968, 1.1827070117561702, 1.1795876418086289, 1.3253378035982035, 0.9014021802953156, -1.4636610562112746, 0.9854659747170998, -1.2515526955467495, 1.113986590739915, 0.5440302374675284, 1.093002990802984, 0.9686125883036616, 0.9643330561454062, 0.9937383433362684, 1.173305566682712, 0.8475097336082807, 0.8822961120254366, 1.10357586230549, 1.071350055983426, -1.352470233060155, -1.0020776459767906, -1.2515526955467495, 0.7605947702246625, 1.137674832215343, -1.4636610562112746, 1.0451832613821888, -0.7574583790156443, 0.8268013444419589, -1.2515526955467495, -0.7574583790156443, -1.4636610562112746, 1.0750071787250886, -1.2515526955467495, -1.4636610562112746, 0.9153870180080952, 1.0858618075500266, -1.5849949984691685, 0.9896147577118892, 1.0059609296085332, -1.4636610562112746, 1.1827070117561702, -0.1813482676772446, -1.0774076689671173, -1.0020776459767906, 0.6473477292337281, 1.147579244850971, 1.1605642703134371, 0.8676053036825098, -1.2515526955467495, -1.7148497065909711, -1.4636610562112746, 1.10357586230549, 0.9937383433362684, 1.0099867125448283, 1.120839424088427, 1.0676731258496053, 1.1309906869947937, 0.8966758236435295, -1.0020776459767906, 1.0099867125448283, 1.0489836911147368, -1.352470233060155, 0.8423915332107073, 1.063976172676609, -1.2515526955467495, 1.071350055983426, -1.5849949984691685, 0.7999950406235484, 1.0059609296085332, 0.9425211986990004, -0.11542621386865864, 1.0451832613821888, -1.4636610562112746, 1.0451832613821888, 1.1827070117561702, -1.5849949984691685, 0.9335964103953576, 1.001911133339391, 0.9686125883036616, 1.253569268752284, -1.352470233060155, -1.5849949984691685, 1.0676731258496053, 1.0059609296085332, 1.2190624125398013, -1.849688965771264, 1.0099867125448283, 0.8423915332107073, -1.0020776459767906, 0.68723134735125, 0.4858159655233078, -1.5849949984691685, -1.5849949984691685, 1.0565213168489351, 0.8054416111452065, -1.7148497065909711, 0.9245527526351528, -1.5849949984691685, 1.0451832613821888, 0.8423915332107073, 1.2220059373768528, -1.2515526955467495, 1.096545608858687, -1.5849949984691685, -0.7070318008651224, -0.6156166055974791, -1.352470233060155, 1.0565213168489351, 1.096545608858687, 1.0602589772777735, -0.4972688692695035, -1.352470233060155, -0.6598759157726752, 1.0179673653441017, -1.2515526955467495, -1.4636610562112746, 0.8423915332107073, 0.8919163399488753, 0.8822961120254366, 1.0527629648884045, 1.0219227863592808, -1.352470233060155, -0.6598759157726752, 0.8268013444419589, 1.1858121128501904, 1.0489836911147368, -1.5849949984691685, 0.8576318474251358, 0.9770915721261648, 1.10357586230549, 1.001911133339391, -1.0020776459767906, 1.0489836911147368, 1.2422607773682908, 1.1637720846018489, -1.352470233060155, 0.8162054445297712, -1.0774076689671173, 1.093002990802984, 1.2837298992091677, 1.02976515976136, 1.0676731258496053, -1.2515526955467495, 1.1573412255180129, -0.017927179667220534, 1.332863112992221, 1.1919800263576006, -1.7148497065909711, -0.5739364251211871, -1.4636610562112746, -0.9332244841445948, -0.7574583790156443, -1.5849949984691685, 0.9290896376601102, 0.9896147577118892, -1.0020776459767906, -1.7148497065909711, 0.972865315787564, 0.9469399848447206, 0.7945044397198825, 0.8576318474251358, 0.9513302002537828, 1.0099867125448283, 1.1764538712978991, -0.3652148306095132, -1.5849949984691685, 1.2011280712814256, 1.117421654504023, -1.7148497065909711, 0.887123261848585, -1.0774076689671173, 1.0139887651221922, 1.071350055983426, 0.9770915721261648, -1.849688965771264, -1.4636610562112746, -1.2515526955467495, -1.4636610562112746, -1.2515526955467495, -1.2515526955467495, 1.0336526351669264, 1.2161060679177726, -1.5849949984691685, 1.0375179776120598, 1.1309906869947937, -1.7148497065909711, 0.8919163399488753, 0.9556922118262628, -1.0020776459767906, 1.0858618075500266, 0.887123261848585, 1.0786447062577509, 0.2615958306946619, 0.8423915332107073, -0.4281311057857632, 1.0139887651221922, -1.5849949984691685, -1.352470233060155, 1.0375179776120598, -1.2515526955467495, 1.2307606928367276, -1.5849949984691685, -1.4636610562112746, 1.150848861214657, 0.9812916846648322, -1.4636610562112746, 1.0676731258496053, 1.4822781184496048, -1.1602079215508223, -1.1602079215508223, 1.0676731258496053, 1.071350055983426, -1.4636610562112746, 0.8676053036825098, -0.7574583790156443, 1.117421654504023, -1.4636610562112746, 1.127623770978632, 1.0219227863592808, 0.8268013444419589, 1.1000698360607328, -1.4636610562112746, -1.5849949984691685, 0.9643330561454062, -1.1602079215508223, 1.071350055983426, -1.1602079215508223, 1.3786785293579331, -1.4636610562112746, 1.1764538712978991, 0.9107573337880279, -1.5849949984691685, 1.1669648116104507, 1.1442938041874111, 0.9812916846648322, 1.0858618075500266, 0.7663652510300286, -1.7148497065909711, -0.3075170651321277, 1.0527629648884045, 1.1309906869947937, -0.395963955098884, -0.8699787141772357, 1.2190624125398013, -1.5849949984691685, -1.1602079215508223, -1.2515526955467495, -0.7070318008651224, 0.8676053036825098, -1.2515526955467495, 0.8423915332107073, 0.9978370356739068, -1.5849949984691685, 1.08944178901082, 1.0219227863592808, 1.1105340569427673, 0.9643330561454062, -1.7148497065909711, 1.4105623675726957, 0.7777611949356781, -0.9332244841445948, 0.9978370356739068, -0.9332244841445948, 1.1669648116104507, 1.239403970294451, 1.1105340569427673, 0.7370097776645259, 0.9686125883036616, 1.0375179776120598, -0.017927179667220534, 1.0489836911147368, 0.5519541113664377, 1.0219227863592808, 1.198092400624232, 0.33042197472651896, -1.0020776459767906, -1.2515526955467495, 1.3716469656939438, 0.9425211986990004, 1.0602589772777735, 1.137674832215343, 1.2190624125398013, 1.3763427593380373, -1.0020776459767906, 0.9290896376601102, 1.0059609296085332, 1.2071589866445804, 1.0336526351669264, 0.8774344029232191, -1.4636610562112746, 0.7125763875899543, 1.0750071787250886, -1.352470233060155, 1.0219227863592808, -1.352470233060155, -1.352470233060155, 1.1105340569427673, 1.147579244850971, 1.0527629648884045, -1.7148497065909711, 1.0489836911147368, -0.395963955098884, 0.8822961120254366, -1.0020776459767906, -0.7070318008651224, -1.2515526955467495, -1.4636610562112746, 0.9153870180080952, 0.9770915721261648, -1.4636610562112746, 1.0413614375938067, -1.1602079215508223, 1.2278549689764602, -1.4636610562112746, 1.147579244850971, -1.2515526955467495, -1.352470233060155, 0.8320379398492538, -1.4636610562112746, -0.6598759157726752, 1.2451056114535566, -1.0774076689671173, 0.5113775652587801, -1.4636610562112746, 0.6675821388353871, 1.0059609296085332, -1.5849949984691685, -1.2515526955467495, 1.28104273528273, 1.137674832215343, -1.7148497065909711, 1.0451832613821888, 0.7370097776645259, 1.5561708915885666, -1.5849949984691685, 1.0527629648884045, -1.1602079215508223, 1.0413614375938067, -1.352470233060155, -1.2515526955467495, 1.093002990802984, 1.3228107117340415, 0.9556922118262628, 1.0451832613821888, 0.9600263794434022, -1.4636610562112746, 0.9060958675872722, -0.395963955098884, -1.352470233060155, -1.4636610562112746, -1.1602079215508223, 0.9060958675872722, -1.2515526955467495, 1.1343409863533185, -1.0774076689671173, 1.0451832613821888, 0.9854659747170998, 1.170142592556093, 1.2729168194107223, -1.849688965771264, -1.7148497065909711, 1.02976515976136, -0.7070318008651224, 0.8626368845298908, 0.6936567993927321, -1.4636610562112746, 1.0750071787250886, 1.6113148200503185, -1.0020776459767906, 0.8215240582811972, -0.9332244841445948, 1.0602589772777735, -1.4636610562112746, -1.1602079215508223, -1.352470233060155, -1.5849949984691685, 1.120839424088427, -0.7574583790156443, -1.0774076689671173, -1.352470233060155, 0.972865315787564, 1.2131367913822533, 1.188903075002094, -1.352470233060155, 1.0375179776120598, 0.7125763875899543, 0.9153870180080952, 1.2563671977131101, -1.5849949984691685, 1.0489836911147368, -1.4636610562112746, -1.352470233060155, -1.849688965771264, -1.2515526955467495, 1.02976515976136, -0.9332244841445948, 1.188903075002094, 0.9107573337880279, 1.0565213168489351, 1.1669648116104507, -1.4636610562112746, 0.4221478187907432, 1.0489836911147368, -1.0020776459767906, -1.4636610562112746, 0.7945044397198825, -1.352470233060155, -0.3652148306095132, -0.20480426068973512, -1.352470233060155, -1.7148497065909711, -1.5849949984691685, 1.1000698360607328, 1.302247947455318, -1.5849949984691685, 0.24941706329327154, 0.674195215689609, -0.7574583790156443, -0.4618489385929415, -1.1602079215508223, -1.2515526955467495, 1.4660728008114214, 1.117421654504023, -1.4636610562112746, 1.6561439113498853, -0.8699787141772357, 0.9245527526351528, -1.0020776459767906, 0.6936567993927321, 0.9643330561454062, -1.0774076689671173, -1.7148497065909711, 1.150848861214657, -1.7148497065909711, 1.0219227863592808, 1.0219227863592808, -0.2290865258962661, -1.5849949984691685, 0.8320379398492538, -1.4636610562112746, -1.0020776459767906, 0.9854659747170998, 0.7249029259544428, 0.9060958675872722, 1.2591536410264088, -1.4636610562112746, -1.352470233060155, 1.0451832613821888, -1.0020776459767906, 0.9153870180080952, -1.4636610562112746, 1.150848861214657, -1.7148497065909711, 0.9513302002537828, 1.1105340569427673, -1.352470233060155, 0.9425211986990004, 0.9335964103953576, 1.127623770978632, 0.8162054445297712, -1.849688965771264, -0.8699787141772357, -1.352470233060155, -0.036349151415316056, -1.352470233060155, 1.093002990802984, 0.9937383433362684, 1.0336526351669264, 0.8774344029232191, 1.0602589772777735, 0.3519003774537138, 1.0413614375938067, 1.3126071938979302, -1.2515526955467495, -1.1602079215508223, -1.352470233060155, 0.8774344029232191, -0.534564595857603, 0.8822961120254366, 1.0179673653441017, -1.0774076689671173, -0.20480426068973512, -0.05528015509772207, 0.9600263794434022, -1.2515526955467495, -0.7574583790156443, 0.15746784608502745, 1.4557444063428746, -1.1602079215508223, -1.5849949984691685, 1.0139887651221922, 1.0219227863592808, -1.5849949984691685, -1.4636610562112746, -1.352470233060155, -1.7148497065909711, -0.036349151415316056, 0.9469399848447206, 0.9469399848447206, -0.4281311057857632, 0.9643330561454062, -1.352470233060155, -0.6598759157726752, 1.096545608858687, -0.4281311057857632, -0.534564595857603, -1.5849949984691685, 1.1858121128501904, -1.352470233060155, -1.2515526955467495, -1.7148497065909711, 0.8626368845298908, -1.2515526955467495, 0.9896147577118892, -1.1602079215508223, -1.1602079215508223, 0.8576318474251358, -1.5849949984691685, 1.0527629648884045, -1.7148497065909711, 0.8162054445297712, -0.1813482676772446, 1.170142592556093, -1.352470233060155, 0.9380734677140928, -1.0774076689671173, -0.7070318008651224, -0.9332244841445948, 1.1795876418086289, -1.352470233060155, -1.5849949984691685, 0.7370097776645259, 0.8626368845298908, 0.7605947702246625, 0.4944437063104966, 1.0858618075500266, -0.6156166055974791, 1.1000698360607328, 0.06740628275803102, -1.2515526955467495, -1.4636610562112746, -0.8699787141772357, -0.5739364251211871, 1.096545608858687, -1.2515526955467495, -0.1813482676772446, 0.9770915721261648, 1.3228107117340415, -1.2515526955467495, -0.8699787141772357, 1.1242400727053738, -1.1602079215508223, -0.6598759157726752, 1.3476679662084847, -0.6598759157726752, -0.9332244841445948, -0.3652148306095132, -1.0020776459767906, 1.0413614375938067, 1.0099867125448283, -0.6156166055974791, -1.1602079215508223, -1.0774076689671173, -1.1602079215508223, -0.3652148306095132, -1.0020776459767906, -0.25425433703248423, 1.0413614375938067, 1.1764538712978991, 0.9290896376601102, -1.0774076689671173, 1.0565213168489351, 0.9425211986990004, -0.25425433703248423, 1.2674449903012903, 0.5360129130496565, 1.3100321666116823, 0.9425211986990004, -1.7148497065909711, -1.1602079215508223, 1.001911133339391, -0.25425433703248423, 1.0858618075500266, -1.2515526955467495, 1.093002990802984, 0.9107573337880279, -0.9332244841445948, 0.9937383433362684, 1.0858618075500266, -0.3652148306095132, 1.0179673653441017, 1.147579244850971, 1.127623770978632, 0.8423915332107073, -0.8115986069063684, -0.8699787141772357, 1.1105340569427673, 1.02976515976136, -0.25425433703248423, -1.849688965771264, -1.2515526955467495, -1.0774076689671173, -0.4281311057857632, 1.2041502266945523, -1.0774076689671173, -0.3652148306095132, -1.4636610562112746, -1.7148497065909711, 1.1573412255180129, -0.9332244841445948, -1.0020776459767906, -0.4618489385929415, -0.8699787141772357, 1.001911133339391, -1.5849949984691685, -0.4972688692695035, 1.1573412255180129, 0.7833882607346968, -1.352470233060155, -1.4636610562112746, -0.3652148306095132, 0.7547748474781646, -0.395963955098884, 1.0451832613821888, 1.1070638745642076, 1.1573412255180129, 1.1309906869947937, -1.352470233060155, 0.9380734677140928, -1.0020776459767906, 0.7000220509878801, 0.9060958675872722, -0.5739364251211871, 1.147579244850971, -0.33576695557833497, -0.25425433703248423, -1.352470233060155, -1.4636610562112746, -1.0774076689671173, 1.253569268752284, -0.2803734508256399, 0.8162054445297712, 1.0059609296085332, 1.063976172676609, 1.1858121128501904, 0.08326564239175509, 1.250759759085177, 1.4762463760114228, 1.117421654504023, -0.8115986069063684, -1.1602079215508223, 0.7370097776645259, -0.8115986069063684, 0.9380734677140928, 0.7663652510300286, -1.849688965771264, -0.3075170651321277, -0.20480426068973512, -1.5849949984691685, -0.4281311057857632, -1.4636610562112746, 1.0413614375938067, 0.9896147577118892, -1.0020776459767906, 1.0527629648884045, -1.2515526955467495, 1.0219227863592808, -1.4636610562112746, -1.5849949984691685, -1.1602079215508223, 0.6541597037112774, 1.253569268752284, 0.8576318474251358, -1.5849949984691685, 1.096545608858687, 0.972865315787564, -1.352470233060155, 0.18502811584352855, 1.5039469109964299, -1.0774076689671173, 1.4410154057497937, -0.4972688692695035, -1.5849949984691685, -0.8115986069063684, -0.1813482676772446, -0.2290865258962661, 1.0451832613821888, -0.4281311057857632, -0.7070318008651224, -0.7574583790156443, -1.0774076689671173, -1.4636610562112746, 1.0059609296085332, -1.2515526955467495, -0.4618489385929415, -0.4281311057857632, -1.2515526955467495, -0.13670567014214888, -0.8699787141772357, 1.0139887651221922, -0.25425433703248423, -0.7574583790156443, -0.9332244841445948, 0.9600263794434022, -0.8115986069063684, 1.0676731258496053, -1.5849949984691685, -1.5849949984691685, -0.3652148306095132, -0.25425433703248423, 1.0565213168489351, -0.5739364251211871, -1.0020776459767906, -1.7148497065909711, 1.071350055983426, 1.1605642703134371, -0.9332244841445948, 1.2161060679177726, -1.849688965771264, -0.13670567014214888, 0.4944437063104966, -1.2515526955467495, -0.6598759157726752, -1.0774076689671173, -0.7574583790156443, -0.15866494459354644, 1.063976172676609, 1.2365350890476692, -0.534564595857603, 0.8966758236435295, -0.07474881937994425, -1.5849949984691685, 1.0451832613821888, 1.120839424088427, 1.4367477366692305, 1.1605642703134371, -0.4972688692695035, 0.8215240582811972, 1.0527629648884045, 1.1343409863533185, 0.7663652510300286, 1.0750071787250886, -0.395963955098884, 0.7833882607346968, 1.0258552965740355, 1.21818783184679e-05, -0.4281311057857632, 1.327855521709133, -0.33576695557833497, -0.7070318008651224, -1.0774076689671173, -0.036349151415316056, -1.0020776459767906, 0.12874732978253248, 1.0059609296085332, -0.7070318008651224, -0.8699787141772357, -1.352470233060155, 1.1919800263576006, -0.8699787141772357, -1.4636610562112746, 1.0179673653441017, 1.2336540311557491, 1.0565213168489351, 0.12874732978253248, -0.6598759157726752, 1.0099867125448283, 1.239403970294451, -0.395963955098884, 1.02976515976136, -0.15866494459354644, -1.849688965771264, -0.6156166055974791, 0.01749336717045256, 1.2011280712814256, -0.8115986069063684, 1.127623770978632, -0.5739364251211871, -0.1813482676772446, -0.33576695557833497, -0.4281311057857632, 1.2161060679177726, 1.10357586230549, -1.0774076689671173, -1.1602079215508223, -0.5739364251211871, 0.8423915332107073, 1.21818783184679e-05, 1.2336540311557491, -0.3652148306095132, -1.352470233060155, 1.1242400727053738, -0.25425433703248423, -0.6156166055974791, -0.20480426068973512, -0.6156166055974791, 1.3476679662084847, -0.534564595857603, -0.6598759157726752, 1.0336526351669264, -1.0020776459767906, 0.8215240582811972, -0.4972688692695035, 0.051170140340849365, -1.0020776459767906, 0.9060958675872722, -0.7574583790156443, -0.25425433703248423, -0.534564595857603, 1.0822628473744722, 0.1713871546769527, 0.051170140340849365, 0.03453901522564181, -1.0020776459767906, -0.534564595857603, -0.3652148306095132, -0.7070318008651224, 1.1573412255180129, -1.1602079215508223, -0.017927179667220534, -0.6598759157726752, -0.09478622967899274, 1.1637720846018489, -1.0020776459767906, -0.3652148306095132, -0.6598759157726752, -0.4972688692695035, -1.0020776459767906, -0.1813482676772446, -0.4972688692695035, -0.8115986069063684, -0.9332244841445948, -0.15866494459354644, 1.093002990802984, -0.2803734508256399, -0.3652148306095132, 1.0219227863592808, -0.4618489385929415, -1.5849949984691685, -0.6156166055974791, -0.017927179667220534, 0.3194232122929727, -1.4636610562112746, 1.0413614375938067, -0.534564595857603, -0.3075170651321277, -0.11542621386865864, 0.08326564239175509, -1.7148497065909711, 0.3412458777834634, -1.1602079215508223, 0.12874732978253248, -1.2515526955467495, -1.0020776459767906, -0.534564595857603, -0.13670567014214888, -0.6156166055974791, -0.5739364251211871, -0.13670567014214888, -0.4281311057857632, -0.2290865258962661, -0.017927179667220534, 1.10357586230549, -0.25425433703248423, -0.2803734508256399, 1.0858618075500266, 1.0059609296085332, -0.5739364251211871, -0.534564595857603, -0.2290865258962661, -0.3075170651321277, -1.2515526955467495, -0.6598759157726752, 1.0527629648884045, -0.7574583790156443, -0.9332244841445948, -0.1813482676772446, -0.4972688692695035, 0.12874732978253248, -0.1813482676772446, -0.4618489385929415, 1.1343409863533185, -0.15866494459354644, -0.7574583790156443, 0.09876519783694793, -1.7148497065909711, -0.33576695557833497, -0.8699787141772357, -0.5739364251211871, 0.03453901522564181, -0.8115986069063684, -0.8115986069063684, -1.352470233060155, -1.1602079215508223, 0.09876519783694793, 0.33042197472651896, -0.6156166055974791, -0.5739364251211871, -0.395963955098884, 0.3929249973552153, -0.6598759157726752, -0.33576695557833497, -0.33576695557833497, -0.9332244841445948, -0.2803734508256399, -0.9332244841445948, -0.8699787141772357, -0.017927179667220534, 0.03453901522564181, -0.395963955098884, 0.8525896489748767, -0.20480426068973512, -0.7574583790156443, 1.0822628473744722, 0.21151781893115074, -0.8115986069063684, 1.6607759914963212, 0.8626368845298908, -1.352470233060155, -1.1602079215508223, -0.4281311057857632, -0.3652148306095132, -0.09478622967899274, -0.6156166055974791, -0.25425433703248423, -0.25425433703248423, -0.20480426068973512, -0.20480426068973512, 1.096545608858687, -0.4618489385929415, -1.1602079215508223, 1.0565213168489351, -0.33576695557833497, -0.3652148306095132, 0.5278999115548457, -0.4281311057857632, -0.05528015509772207, -0.1813482676772446, -0.1813482676772446, -0.2803734508256399, -0.3652148306095132, 1.1070638745642076, -0.2290865258962661, -0.534564595857603, -0.5739364251211871, -0.7574583790156443, -0.4618489385929415, 0.11392081254508077, 0.198401590477692, -0.2803734508256399, 1.071350055983426, -0.6598759157726752, -0.20480426068973512, -0.33576695557833497, -0.4281311057857632, 0.7777611949356781, -0.2803734508256399, 1.001911133339391, -0.7070318008651224, -0.13670567014214888, -0.6156166055974791, 0.5113775652587801, 0.09876519783694793, -1.0020776459767906, -0.5739364251211871, -0.3075170651321277, -0.33576695557833497, -0.5739364251211871, -0.3652148306095132, -0.2803734508256399, -0.2290865258962661, -0.5739364251211871, -0.3652148306095132, -0.33576695557833497, -0.6598759157726752, -0.6598759157726752, -0.036349151415316056, -0.9332244841445948, -0.3075170651321277, 0.03453901522564181, -0.33576695557833497, -0.4281311057857632, -0.395963955098884, -0.534564595857603, -0.2803734508256399, -0.07474881937994425, 0.887123261848585, 1.21818783184679e-05, -0.7574583790156443, -0.13670567014214888, -0.4972688692695035, -0.6156166055974791, -0.15866494459354644, 0.23701666883294034, -0.7070318008651224, -0.2290865258962661, -0.25425433703248423, -0.534564595857603, -0.09478622967899274, -0.6156166055974791, -0.4618489385929415, -0.036349151415316056, -0.4618489385929415, -0.2803734508256399, -0.2290865258962661, -1.352470233060155, -0.534564595857603, -0.1813482676772446, -0.4618489385929415, 0.372721752289346, -0.25425433703248423, -0.8699787141772357, -0.4281311057857632, -0.8115986069063684, -0.4618489385929415, -0.4281311057857632, -0.2803734508256399, -0.33576695557833497, -0.2803734508256399, -0.8699787141772357, -0.33576695557833497, -0.7070318008651224, -0.4281311057857632, -0.15866494459354644, -0.15866494459354644, -0.3652148306095132, -0.07474881937994425, -0.20480426068973512, -1.7148497065909711, 0.03453901522564181, -0.534564595857603, -0.20480426068973512, -1.2515526955467495, 0.198401590477692, -0.07474881937994425, -0.09478622967899274, -0.2803734508256399, -0.6598759157726752, -0.33576695557833497, -1.2515526955467495, -0.4972688692695035, -0.395963955098884, -0.20480426068973512, -0.7070318008651224, -0.4972688692695035, -0.395963955098884, 0.11392081254508077, -1.0774076689671173, -0.395963955098884, -0.33576695557833497, -0.4281311057857632, -1.2515526955467495, -0.5739364251211871, -0.20480426068973512, -0.1813482676772446, -0.4618489385929415, 1.21818783184679e-05, -0.4281311057857632, 0.198401590477692, -0.09478622967899274, -0.395963955098884, 0.12874732978253248, -0.09478622967899274, 0.06740628275803102, -0.8115986069063684, -0.7574583790156443, -0.2803734508256399, -0.2803734508256399, -0.20480426068973512, -0.15866494459354644, -0.5739364251211871, -0.4972688692695035, -0.6598759157726752, -0.1813482676772446, -0.2290865258962661, -0.6598759157726752, -0.25425433703248423, 0.09876519783694793, -0.5739364251211871, -0.017927179667220534, -0.2803734508256399, -0.3652148306095132, -0.8115986069063684, -0.11542621386865864, -0.4972688692695035, -0.07474881937994425, 0.03453901522564181, 0.09876519783694793, -0.1813482676772446, -0.05528015509772207, -0.534564595857603, -0.2290865258962661, 1.3151724891923815, -0.33576695557833497, -0.25425433703248423, 0.14325865775461594, 0.11392081254508077, 0.1713871546769527, -0.1813482676772446, -0.20480426068973512, -0.1813482676772446, -0.4972688692695035, 0.2853190968120972, -0.3652148306095132, -0.1813482676772446, -0.4281311057857632, -0.11542621386865864, -0.4972688692695035, -0.8699787141772357, -0.9332244841445948, -0.036349151415316056, -0.8115986069063684, 0.12874732978253248, -0.8115986069063684, -0.036349151415316056, -0.05528015509772207, -0.4972688692695035, -0.25425433703248423, -0.2290865258962661, -0.017927179667220534, -0.33576695557833497, 1.0139887651221922, -0.6598759157726752, -0.5739364251211871, -0.4281311057857632, -0.33576695557833497, 1.21818783184679e-05, 0.15746784608502745, -0.05528015509772207, -0.2803734508256399, -0.3652148306095132, -0.4281311057857632, -0.2803734508256399, -0.1813482676772446, -0.3652148306095132, 0.22438646718648625, -0.15866494459354644, -0.017927179667220534, -0.4618489385929415, -0.11542621386865864, -0.13670567014214888, -0.8115986069063684, -0.33576695557833497, -0.11542621386865864, 0.198401590477692, -0.2290865258962661, 0.198401590477692, -0.3075170651321277, -0.4281311057857632, -0.5739364251211871, -0.395963955098884, -0.6598759157726752, -0.4618489385929415, -0.20480426068973512, -0.20480426068973512, 0.08326564239175509, -0.5739364251211871, -0.33576695557833497, -0.07474881937994425, -0.20480426068973512, -0.036349151415316056, -0.4618489385929415, -0.4618489385929415, -0.13670567014214888, -0.395963955098884, 0.03453901522564181, -0.09478622967899274, 1.21818783184679e-05, -0.2290865258962661, -0.13670567014214888, -0.4281311057857632, -0.2290865258962661, -0.4618489385929415, -0.534564595857603, -0.4618489385929415, -0.15866494459354644, -0.017927179667220534, -1.0020776459767906, 1.21818783184679e-05, -0.33576695557833497, -0.3652148306095132, 0.06740628275803102, -0.13670567014214888, -0.20480426068973512, -0.036349151415316056, -0.13670567014214888, -0.4281311057857632, -0.4281311057857632, -0.13670567014214888, -0.395963955098884, -0.20480426068973512, -0.6156166055974791, -0.6156166055974791, 1.2220059373768528, -0.4972688692695035, -0.017927179667220534, -0.33576695557833497, 0.051170140340849365, -0.4618489385929415, -1.5849949984691685, -0.07474881937994425, -0.33576695557833497, -0.395963955098884, -0.2803734508256399, -0.2290865258962661, -0.017927179667220534, -0.036349151415316056, -0.4972688692695035, 1.21818783184679e-05, 0.198401590477692, 0.09876519783694793, -0.09478622967899274, -0.33576695557833497, -0.3075170651321277, 0.9978370356739068, -0.2290865258962661, -0.3652148306095132, 0.11392081254508077, -0.11542621386865864, -0.2803734508256399, -0.395963955098884, -0.6156166055974791, -0.13670567014214888, -0.3075170651321277, -0.07474881937994425, -0.4618489385929415, -0.5739364251211871, -0.07474881937994425, -0.5739364251211871, -0.6598759157726752, -0.2290865258962661, -0.6156166055974791, -0.07474881937994425, -0.07474881937994425, -0.09478622967899274, 0.23701666883294034, 0.21151781893115074, -0.4281311057857632, -0.11542621386865864, -0.13670567014214888, -0.09478622967899274, 0.2853190968120972, 0.09876519783694793, 0.09876519783694793, -0.2803734508256399, -0.25425433703248423, 0.06740628275803102, 0.12874732978253248, 0.9290896376601102, 0.03453901522564181, 0.23701666883294034, -0.33576695557833497, -0.07474881937994425, -0.3075170651321277, -0.2803734508256399, 0.14325865775461594, -0.2290865258962661, 0.2735607237296178, -0.3075170651321277, -0.395963955098884, -0.11542621386865864, -0.15866494459354644, -0.5739364251211871, -0.3652148306095132, 0.4944437063104966, -0.33576695557833497, -0.4281311057857632, 0.01749336717045256, -0.07474881937994425, -0.036349151415316056, -0.7070318008651224, -0.07474881937994425, -0.09478622967899274, 0.01749336717045256, -0.3652148306095132, -0.05528015509772207, -0.2803734508256399, -0.05528015509772207, -0.20480426068973512, -0.395963955098884, -0.2803734508256399, -0.1813482676772446, -0.4281311057857632, -0.3652148306095132, -0.11542621386865864, -0.09478622967899274, -0.017927179667220534, -0.4618489385929415, -0.4972688692695035, -0.20480426068973512, 0.15746784608502745, -0.20480426068973512, -0.395963955098884, -0.25425433703248423, -0.07474881937994425, -0.15866494459354644, 0.051170140340849365, -0.2290865258962661, 0.12874732978253248, -0.534564595857603, -0.07474881937994425, -0.4972688692695035, -0.017927179667220534, -0.6598759157726752, -0.036349151415316056, -0.1813482676772446, 0.09876519783694793, -0.5739364251211871, -0.05528015509772207, 1.1442938041874111, -0.4281311057857632, -0.3652148306095132, -0.25425433703248423, -0.2290865258962661, -0.3075170651321277, 0.22438646718648625, -0.05528015509772207, -0.3652148306095132, 1.188903075002094, -0.20480426068973512, 1.4431392194825, -0.395963955098884, -0.11542621386865864, -0.20480426068973512, 0.051170140340849365, 0.01749336717045256, -0.017927179667220534, -0.11542621386865864, -0.534564595857603, -0.11542621386865864, 0.15746784608502745, -0.13670567014214888, 1.2783448909928028, -0.4281311057857632, -0.3652148306095132, -0.20480426068973512, -0.6156166055974791, 0.12874732978253248, -0.4618489385929415, -0.4281311057857632, -0.534564595857603, 0.03453901522564181, 0.198401590477692, -0.017927179667220534, -0.534564595857603, -0.4281311057857632, -0.1813482676772446, 0.33042197472651896, -0.09478622967899274, 0.7370097776645259, -0.3652148306095132, -0.05528015509772207, -0.25425433703248423, -0.7070318008651224, -0.33576695557833497, -0.395963955098884, -0.4972688692695035, -0.33576695557833497, -0.017927179667220534, -0.2803734508256399, 0.09876519783694793, 1.21818783184679e-05, -0.8699787141772357, -0.2803734508256399, -0.09478622967899274, 0.01749336717045256, -0.07474881937994425, 0.051170140340849365, 0.23701666883294034, 0.9425211986990004, -0.09478622967899274, -0.8115986069063684, -0.07474881937994425, -0.3652148306095132, -0.8699787141772357, 0.33042197472651896, -0.4281311057857632, -0.4281311057857632, -1.4636610562112746, -0.3652148306095132, -0.9332244841445948, -0.2803734508256399, -0.4618489385929415, -0.25425433703248423, -0.3075170651321277, -0.534564595857603, -0.33576695557833497, -0.395963955098884, -0.534564595857603, 0.14325865775461594, -0.11542621386865864, 1.21818783184679e-05, -0.8699787141772357, -0.20480426068973512, -0.1813482676772446, -0.8699787141772357, -0.7574583790156443, -0.4281311057857632, 0.08326564239175509, -0.15866494459354644, -0.20480426068973512, -0.534564595857603, -0.25425433703248423, 0.21151781893115074, -0.534564595857603, -0.3652148306095132, -0.395963955098884, -0.09478622967899274, 0.06740628275803102, -0.534564595857603, 0.1713871546769527, 0.051170140340849365, -0.017927179667220534, -0.20480426068973512, 0.06740628275803102, -0.09478622967899274, 0.198401590477692, 0.198401590477692, -0.036349151415316056, -0.6598759157726752, 0.01749336717045256, -0.2290865258962661, -0.017927179667220534, -0.395963955098884, -0.2290865258962661, -0.1813482676772446, 0.09876519783694793, -0.20480426068973512, 0.15746784608502745, -0.4618489385929415, -0.3075170651321277, 0.051170140340849365, 0.22438646718648625, -0.8699787141772357, -0.3075170651321277, 1.2190624125398013, -0.036349151415316056, 0.01749336717045256, -0.09478622967899274, 0.15746784608502745, 0.01749336717045256, -0.036349151415316056, -0.25425433703248423, -0.33576695557833497, 1.0179673653441017, -0.2803734508256399, -0.4618489385929415, -0.09478622967899274, -0.25425433703248423, -0.534564595857603, 0.12874732978253248, 0.08326564239175509, 0.18502811584352855, -0.3652148306095132, -0.25425433703248423, 0.24941706329327154, -0.3652148306095132, -0.13670567014214888, 0.18502811584352855, 1.1637720846018489, 0.3412458777834634, -0.2803734508256399, -0.4972688692695035, -0.5739364251211871, -0.6598759157726752, -0.13670567014214888, 1.0099867125448283, 0.18502811584352855, 0.03453901522564181, 0.3194232122929727, 0.14325865775461594, -0.13670567014214888, -0.25425433703248423, -0.1813482676772446, 0.09876519783694793, -0.09478622967899274, -0.395963955098884, -0.5739364251211871, -0.017927179667220534, -0.5739364251211871, -0.2290865258962661, -0.3075170651321277, 0.051170140340849365, -0.1813482676772446, -0.20480426068973512, -0.13670567014214888, -0.2290865258962661, -0.395963955098884, -0.2290865258962661, 1.3525320161797365, 0.2615958306946619, 0.09876519783694793, -1.5849949984691685, 0.21151781893115074, -0.09478622967899274, -0.3652148306095132, 0.9335964103953576, -0.2290865258962661, -0.395963955098884, -0.05528015509772207, -0.036349151415316056, -0.15866494459354644, -0.3075170651321277, -0.1813482676772446, -0.07474881937994425, -0.07474881937994425, -0.15866494459354644, 0.3828983452563259, -0.1813482676772446, 0.01749336717045256, -0.05528015509772207, -0.05528015509772207, -0.05528015509772207, -0.07474881937994425, -0.7574583790156443, -0.3652148306095132, -0.20480426068973512, 0.12874732978253248, -0.395963955098884, -0.20480426068973512, 0.18502811584352855, -0.036349151415316056, -0.09478622967899274, 0.2615958306946619, -0.33576695557833497, -0.2803734508256399, -0.036349151415316056, -0.2290865258962661, -0.4281311057857632, -0.3075170651321277, 1.2729168194107223, 0.198401590477692, 1.2278549689764602, 0.2615958306946619, 0.2853190968120972, 0.051170140340849365, -0.11542621386865864, 1.21818783184679e-05, -0.07474881937994425, 0.03453901522564181, 0.198401590477692, -0.3075170651321277, -0.15866494459354644, 0.03453901522564181, -0.534564595857603, -0.15866494459354644, -0.33576695557833497, 0.06740628275803102, -0.534564595857603, 0.12874732978253248, 0.2853190968120972, -0.1813482676772446, 0.051170140340849365, 0.15746784608502745, -0.20480426068973512, 1.1242400727053738, -0.395963955098884, 1.289072521836448, 1.2041502266945523, -0.07474881937994425, -0.5739364251211871, 0.14325865775461594, 0.06740628275803102, 1.3948076502660718, 1.21818783184679e-05, -0.7070318008651224, 0.4316163311414664, -0.20480426068973512, 1.0219227863592808, -0.3652148306095132, -0.2803734508256399, -0.8699787141772357, -0.6156166055974791, -0.13670567014214888, 0.198401590477692, 0.12874732978253248, -0.11542621386865864, -0.2290865258962661, 0.8966758236435295, -0.05528015509772207, 0.01749336717045256, 0.4028060513282659, -0.395963955098884, -0.11542621386865864, 1.1000698360607328, 0.22438646718648625, 0.08326564239175509, 0.03453901522564181, -0.13670567014214888, -0.4972688692695035, -0.2803734508256399, -0.7070318008651224, 1.2479385724682763, 0.198401590477692, -0.5739364251211871, 1.3452228072153574, 0.01749336717045256, -0.2290865258962661, 1.21818783184679e-05, 0.06740628275803102, -1.4636610562112746, 0.14325865775461594, 0.4944437063104966, 1.1827070117561702, 0.01749336717045256, -0.2803734508256399, 0.3194232122929727, -0.05528015509772207, 1.369286829704449, -0.3652148306095132, 0.7889690913380755, 0.3082438675141708, 0.21151781893115074, 0.03453901522564181, 0.2735607237296178, 1.063976172676609, -0.20480426068973512, -0.07474881937994425, 0.21151781893115074, -0.20480426068973512, 1.0451832613821888, -0.25425433703248423, 0.12874732978253248, 0.14325865775461594, -0.8115986069063684, -0.6156166055974791, 0.14325865775461594, 0.01749336717045256, 0.12874732978253248, 1.2011280712814256, -0.3652148306095132, -0.3652148306095132, -0.395963955098884, 0.2968779327987233, -0.534564595857603, -0.20480426068973512, -0.20480426068973512, 1.2479385724682763, -0.2290865258962661, -0.4281311057857632, 0.09876519783694793, -0.2803734508256399, 0.06740628275803102, 0.12874732978253248, 0.22438646718648625, -0.05528015509772207, -0.036349151415316056, -0.5739364251211871, 1.5078134295752657, 0.3929249973552153, 0.03453901522564181, -0.11542621386865864, -0.3652148306095132, 0.08326564239175509, 1.21818783184679e-05, 0.21151781893115074, 0.08326564239175509, 0.06740628275803102, 0.15746784608502745, -0.11542621386865864, 1.2307606928367276, -0.07474881937994425, -0.11542621386865864, 0.03453901522564181, -0.15866494459354644, -0.11542621386865864, 0.051170140340849365, 0.12874732978253248, 0.3828983452563259, -0.2290865258962661, 0.06740628275803102, 0.11392081254508077, 0.23701666883294034, 0.12874732978253248, -0.3075170651321277, 0.051170140340849365, 1.21818783184679e-05, -0.1813482676772446, -0.2803734508256399, -0.5739364251211871, -0.036349151415316056, -0.395963955098884, 0.18502811584352855, 0.4858159655233078, 1.4016044997367505, -0.15866494459354644, 0.03453901522564181, 0.03453901522564181, 1.2783448909928028, -0.017927179667220534, -0.534564595857603, 0.051170140340849365, 0.41254566442487933, -0.11542621386865864, -0.036349151415316056, -0.05528015509772207, -0.07474881937994425, 0.11392081254508077, 0.06740628275803102, 1.3948076502660718, 0.11392081254508077, -0.11542621386865864, -0.11542621386865864, 1.2563671977131101, -0.11542621386865864, 1.2729168194107223, 0.01749336717045256, 0.33042197472651896, -0.4972688692695035, 0.051170140340849365, -0.05528015509772207, 0.12874732978253248, -0.5739364251211871, 0.14325865775461594, 0.4592558869665533, 1.4346037969666252, -0.4618489385929415, 0.372721752289346, 1.4981055161095662, 0.11392081254508077, -0.1813482676772446, 0.11392081254508077, 0.5751861656812363, 0.2853190968120972, 0.12874732978253248, 1.2591536410264088, -0.4281311057857632, -0.15866494459354644, -0.07474881937994425, -0.20480426068973512, 0.01749336717045256, 0.11392081254508077, -0.09478622967899274, -0.11542621386865864, 1.1795876418086289, 1.4324530635847574, -0.11542621386865864, -0.4972688692695035, 1.302247947455318, 1.4105623675726957, 0.14325865775461594, 0.24941706329327154, 0.3082438675141708, 0.06740628275803102, 0.11392081254508077, 0.21151781893115074, 1.198092400624232, 1.170142592556093, 0.06740628275803102, 0.051170140340849365, -0.2290865258962661, 1.4701605485378255, 0.15746784608502745, 1.21818783184679e-05, -0.1813482676772446, -0.4281311057857632, 0.14325865775461594, 1.2101544693275184, 1.239403970294451, 0.5827570200659756, -0.33576695557833497, 1.3476679662084847, 1.5039469109964299, 1.2479385724682763, 0.3194232122929727, 1.1070638745642076, 0.23701666883294034, 0.5675300338109006, -0.3075170651321277, 0.4316163311414664, 0.4858159655233078, 0.01749336717045256, -0.3075170651321277, 1.4259596674246562, 0.2853190968120972, -0.15866494459354644, 0.09876519783694793, 1.2943734207778224, 1.28104273528273, 0.4944437063104966, 1.304852618779854, 1.3501043482717907, -0.4281311057857632, 0.18502811584352855, 0.4501669230029461, 0.15746784608502745, 1.071350055983426, 1.3925268239386774, 0.3519003774537138, -0.09478622967899274, 1.2041502266945523, 1.2917281460054044, 0.4858159655233078, 0.6264922355858031, 0.22438646718648625, 1.08944178901082, -0.017927179667220534, -0.11542621386865864, 0.23701666883294034, 0.09876519783694793, -0.13670567014214888, 0.051170140340849365, 0.5029633495295632, 0.22438646718648625, -0.3075170651321277, -0.017927179667220534, 0.4770773545680254, 1.1541028049396918, 0.2853190968120972, 0.5278999115548457, 0.08326564239175509, 0.21151781893115074, 1.3476679662084847, 0.5597866846032375, 0.21151781893115074, 0.3623906790502886, 0.14325865775461594, -0.534564595857603, 0.23701666883294034, 0.4409548617789092, 0.5278999115548457, 0.5360129130496565, 1.188903075002094, 0.21151781893115074, 0.2853190968120972, 0.4028060513282659, 1.0375179776120598, -0.13670567014214888, 1.21818783184679e-05, 0.6404667733375843, 0.7249029259544428, 0.33042197472651896, 0.5360129130496565, 0.5196889260382535, 0.5976503390146438, 0.1713871546769527, 0.3082438675141708, 1.3253378035982035, 0.24941706329327154, 0.5113775652587801, 1.4281310426228424, 0.06740628275803102, 1.4473670132665375, 0.604976374680501, 0.3929249973552153, 0.14325865775461594, 0.2853190968120972, 0.7833882607346968, 0.18502811584352855, 0.5029633495295632, 0.24941706329327154, 0.08326564239175509, 0.198401590477692, 0.3194232122929727, -0.3652148306095132, 0.4682249930177524, 1.170142592556093, 0.5278999115548457, 0.3082438675141708, 0.24941706329327154, 1.4473670132665375, 0.24941706329327154, 0.5440302374675284, 0.2735607237296178, 1.4388849254715448, 0.21151781893115074, 0.372721752289346, 0.2615958306946619, 0.6541597037112774, -0.25425433703248423, 0.198401590477692, -0.017927179667220534, 1.37399892341378, 0.7000220509878801, 0.590244472908131, 0.7999950406235484, 0.2853190968120972, 0.21151781893115074, 0.4221478187907432, 0.6473477292337281, 0.7000220509878801, 0.4028060513282659, 0.4221478187907432, 1.5416552499752163, 0.4944437063104966, 0.33042197472651896, 0.7063282185082741, 1.3549510320358251, 0.3929249973552153, 1.5721382878891048, 0.9335964103953576, 0.6264922355858031, 0.8966758236435295, 0.3623906790502886], [-2.6869480157388965, -4.998875483235672, -0.7743269290770021, -2.3336582029612485, -2.6869480157388965, -1.9305489565056424, -4.447413435126759, -2.8170127847739352, -2.4458376242341195, -0.4531782923851378, -1.7516914128752987, -1.1455606964960088, -3.5943304851628866, -2.8170127847739352, -4.447413435126759, -2.2264239930232184, -1.283333812505861, -2.1237277483085486, -0.4531782923851378, -2.8170127847739352, -2.954317734915034, -2.0252093438615493, -0.9527347162537856, 0.3825389186179095, -2.3336582029612485, -3.9867328524948937, -0.55549082012609, -1.4295232781820222, -1.2134555347238265, -1.5852094564311716, -1.7516914128752987, -2.1237277483085486, -1.2134555347238265, -2.1237277483085486, -1.6670096676819297, -2.563424879869649, -1.6670096676819297, -2.563424879869649, -2.6869480157388965, -1.5061038470831627, -2.954317734915034, -1.6670096676819297, -0.8323261596803418, -0.7177051574506368, -2.1237277483085486, -3.4184733068644015, -1.9305489565056424, -1.9305489565056424, -3.0996728075446534, -4.447413435126759, -1.1455606964960088, -2.3336582029612485, -2.3336582029612485, -3.254022313029924, -1.283333812505861, -0.3550832345810111, -0.9527347162537856, -0.2608733431411651, -1.2134555347238265, -0.04049033923991921, -0.4531782923851378, -3.4184733068644015, -3.4184733068644015, -1.3553135008536499, -2.0252093438615493, -1.9305489565056424, -2.0252093438615493, -1.5852094564311716, -0.55549082012609, -1.8394614026841092, -0.6083443694983206, -2.4458376242341195, -0.1702539264755654, -2.954317734915034, -2.1237277483085486, -2.1237277483085486, -1.2134555347238265, -2.4458376242341195, -1.3553135008536499, -2.1237277483085486, -1.8394614026841092, -2.0252093438615493, -1.6670096676819297, -0.04049033923991921, -1.0152962783819544, -1.5061038470831627, -2.3336582029612485, -1.0795408908290702, -2.4458376242341195, -4.447413435126759, -0.12620747905935684, -2.3336582029612485, -0.662397374588937, -0.1702539264755654, -0.9527347162537856, -1.7516914128752987, -3.254022313029924, -1.8394614026841092, -3.7831386109270406, -0.5037849622035231, -2.2264239930232184, -1.1455606964960088, -0.6083443694983206, -2.954317734915034, -1.9305489565056424, -2.1237277483085486, -0.6083443694983206, -2.3336582029612485, -1.5061038470831627, -0.04049033923991921, -4.447413435126759, -2.563424879869649, -1.283333812505861, -0.08296245908055362, -2.954317734915034, 0.2744368948303162, -1.1455606964960088, 0.08255213455115717, -2.6869480157388965, -0.4531782923851378, -0.21513193037152475, -4.998875483235672, -0.30751187384198364, -1.2134555347238265, -0.6083443694983206, -0.55549082012609, -0.7177051574506368, -3.0996728075446534, -1.5061038470831627, -0.8323261596803418, -0.4531782923851378, 2.0205359902559343, -0.4531782923851378, -1.5852094564311716, -0.7177051574506368, -0.5037849622035231, -0.7177051574506368, 0.4859307029569869, -2.3336582029612485, -1.9305489565056424, -1.0152962783819544, -0.6083443694983206, -1.0152962783819544, -1.7516914128752987, -0.7177051574506368, -2.563424879869649, 0.0422419577440878, -1.2134555347238265, -0.7743269290770021, -1.1455606964960088, -1.5061038470831627, -1.0795408908290702, -0.4531782923851378, -3.0996728075446534, -0.5037849622035231, -0.4531782923851378, -2.3336582029612485, -1.5852094564311716, -2.0252093438615493, -0.5037849622035231, -1.4295232781820222, -0.2608733431411651, -0.6083443694983206, -0.04049033923991921, -0.40362530153497306, -1.3553135008536499, -0.40362530153497306, -0.6083443694983206, -2.0252093438615493, 0.1611763319728964, -0.9527347162537856, -0.6083443694983206, -1.7516914128752987, -1.8394614026841092, -1.2134555347238265, -2.6869480157388965, -1.2134555347238265, -1.8394614026841092, -0.4531782923851378, -1.6670096676819297, 0.1221895892643658, -1.6670096676819297, -0.30751187384198364, -0.4531782923851378, -1.2134555347238265, 0.1611763319728964, -0.7177051574506368, -1.7516914128752987, -0.40362530153497306, -2.1237277483085486, -0.30751187384198364, -0.40362530153497306, -2.954317734915034, -1.8394614026841092, -4.2072955607670135, -2.6869480157388965, -1.4295232781820222, -0.08296245908055362, -2.954317734915034, -0.55549082012609, -2.3336582029612485, -1.2134555347238265, -1.0795408908290702, -0.55549082012609, 0.08255213455115717, -0.662397374588937, -0.4531782923851378, -1.1455606964960088, -0.3550832345810111, -1.6670096676819297, -0.9527347162537856, -2.3336582029612485, -1.0152962783819544, -0.30751187384198364, 0.0422419577440878, -1.3553135008536499, -0.4531782923851378, -0.40362530153497306, -2.0252093438615493, -0.7177051574506368, -2.1237277483085486, 0.4859307029569869, -0.9527347162537856, 0.0422419577440878, 0.4519648670881159, -1.6670096676819297, -0.7743269290770021, 0.1611763319728964, -2.1237277483085486, -0.7177051574506368, -0.8323261596803418, -0.6083443694983206, -1.6670096676819297, 0.19953331349492728, -0.5037849622035231, -0.8323261596803418, -2.1237277483085486, -1.4295232781820222, -0.04049033923991921, -0.55549082012609, -1.2134555347238265, -1.1455606964960088, 0.0422419577440878, 0.6801062741541658, -0.12620747905935684, -1.1455606964960088, -1.5852094564311716, -0.12620747905935684, 0.0012359171300811039, -0.5037849622035231, 0.3110206747720579, -2.6869480157388965, -1.5061038470831627, -1.0795408908290702, 0.9994176633663421, -0.3550832345810111, 0.9994176633663421, -0.4531782923851378, -0.7177051574506368, -0.1702539264755654, -0.7177051574506368, -1.3553135008536499, 0.6488274973687255, -0.1702539264755654, -0.8917709937181956, 0.1611763319728964, -0.7743269290770021, -2.3336582029612485, -0.3550832345810111, -1.0152962783819544, 0.19953331349492728, -0.55549082012609, -0.3550832345810111, -1.0795408908290702, -0.40362530153497306, -0.5037849622035231, 0.19953331349492728, -2.1237277483085486, -2.2264239930232184, 0.7414528675938236, -0.4531782923851378, -0.2608733431411651, -0.8323261596803418, -1.2134555347238265, -1.9305489565056424, -0.1702539264755654, 0.34704916322496343, -4.998875483235672, -1.5852094564311716, -0.6083443694983206, -1.2134555347238265, 0.6171307292175029, -0.6083443694983206, -0.9527347162537856, -0.4531782923851378, 0.34704916322496343, -1.9305489565056424, -0.9527347162537856, -1.6670096676819297, -0.6083443694983206, 0.0012359171300811039, -0.8917709937181956, -1.283333812505861, -2.6869480157388965, 0.23728049205796234, 0.6801062741541658, -0.30751187384198364, -2.8170127847739352, -0.8917709937181956, -0.4531782923851378, -0.04049033923991921, -0.9527347162537856, 0.0012359171300811039, -0.662397374588937, 0.6488274973687255, 0.1221895892643658, -0.40362530153497306, -0.55549082012609, -0.55549082012609, -0.8917709937181956, 0.8882160284547668, -1.2134555347238265, 0.8012524946385041, -1.283333812505861, -1.5061038470831627, 0.3825389186179095, 0.23728049205796234, -0.8323261596803418, -1.3553135008536499, -0.55549082012609, -1.283333812505861, 0.8595811141504995, 0.3825389186179095, -0.9527347162537856, -1.9305489565056424, 0.1611763319728964, -1.2134555347238265, -1.4295232781820222, 0.34704916322496343, -0.8323261596803418, -0.7743269290770021, -1.7516914128752987, 0.4859307029569869, -1.2134555347238265, -0.04049033923991921, 0.3110206747720579, -0.7743269290770021, -0.55549082012609, 0.0012359171300811039, -1.2134555347238265, -1.2134555347238265, -1.3553135008536499, 0.08255213455115717, -0.12620747905935684, -0.3550832345810111, -1.5852094564311716, -0.4531782923851378, -0.5037849622035231, -0.662397374588937, 0.1611763319728964, -0.30751187384198364, -2.6869480157388965, -1.3553135008536499, 0.5524375681866494, -1.8394614026841092, -0.8917709937181956, -2.8170127847739352, -0.40362530153497306, 0.3825389186179095, -0.1702539264755654, 0.2744368948303162, -1.7516914128752987, 0.08255213455115717, -0.9527347162537856, 0.8012524946385041, -0.3550832345810111, -0.1702539264755654, -0.4531782923851378, -0.7177051574506368, -1.2134555347238265, -0.9527347162537856, -0.7177051574506368, 0.0012359171300811039, -0.6083443694983206, -0.04049033923991921, -0.3550832345810111, -0.1702539264755654, -1.283333812505861, -0.662397374588937, -0.55549082012609, 0.4519648670881159, -0.2608733431411651, -0.55549082012609, -1.0152962783819544, 0.19953331349492728, -0.55549082012609, -1.7516914128752987, -0.1702539264755654, -0.30751187384198364, 0.23728049205796234, -0.7177051574506368, -0.3550832345810111, -2.0252093438615493, -0.04049033923991921, -0.4531782923851378, -0.21513193037152475, -1.1455606964960088, -0.2608733431411651, -0.7743269290770021, -1.8394614026841092, -0.7743269290770021, -1.8394614026841092, -0.6083443694983206, -0.04049033923991921, -1.5852094564311716, -0.8323261596803418, -0.8917709937181956, 1.1314630185951493, -1.0152962783819544, -0.7177051574506368, -0.8323261596803418, -0.4531782923851378, -0.21513193037152475, -0.6083443694983206, -0.8323261596803418, -0.7177051574506368, -0.8323261596803418, -0.7743269290770021, -0.2608733431411651, -1.7516914128752987, 0.34704916322496343, -0.8917709937181956, 0.8012524946385041, 0.3825389186179095, -1.3553135008536499, 0.0012359171300811039, -1.0152962783819544, -0.7177051574506368, -0.30751187384198364, -0.6083443694983206, 0.1611763319728964, 0.7414528675938236, -0.4531782923851378, 0.5194171665303593, -1.283333812505861, 0.08255213455115717, -0.30751187384198364, 0.08255213455115717, -0.08296245908055362, -1.6670096676819297, -0.21513193037152475, -0.6083443694983206, -0.7177051574506368, -0.12620747905935684, 0.7109779172559872, -0.55549082012609, -0.662397374588937, -0.40362530153497306, -0.9527347162537856, -0.662397374588937, -0.55549082012609, -0.8323261596803418, -0.5037849622035231, -0.12620747905935684, -0.8323261596803418, -0.08296245908055362, -0.5037849622035231, -1.4295232781820222, -1.8394614026841092, -1.3553135008536499, 0.34704916322496343, 0.23728049205796234, 0.0012359171300811039, 0.5524375681866494, 0.7715411703415694, 0.6171307292175029, -0.5037849622035231, -0.6083443694983206, 0.3110206747720579, -0.2608733431411651, -1.2134555347238265, -1.4295232781820222, -0.55549082012609, 0.4859307029569869, -1.8394614026841092, 0.2744368948303162, -0.55549082012609, -0.40362530153497306, 1.3285332499585902, -1.1455606964960088, -0.6083443694983206, -3.254022313029924, -0.40362530153497306, -0.7177051574506368, -0.12620747905935684, -1.283333812505861, 0.1611763319728964, -1.6670096676819297, -0.04049033923991921, -0.12620747905935684, -0.04049033923991921, -2.3336582029612485, -0.55549082012609, -0.30751187384198364, -1.0152962783819544, 0.2744368948303162, -2.954317734915034, -1.5852094564311716, 0.4175057716260194, -0.2608733431411651, -0.662397374588937, -0.6083443694983206, -0.9527347162537856, -0.8917709937181956, -0.7743269290770021, -0.30751187384198364, -0.12620747905935684, -0.40362530153497306, -1.0795408908290702, -1.283333812505861, -1.0152962783819544, -0.08296245908055362, -1.1455606964960088, -1.5061038470831627, -0.40362530153497306, 0.19953331349492728, -0.6083443694983206, 0.5850046728284234, 0.23728049205796234, -0.04049033923991921, 0.34704916322496343, -1.3553135008536499, -0.4531782923851378, -1.0152962783819544, 0.5194171665303593, 0.19953331349492728, -1.283333812505861, -0.5037849622035231, -0.30751187384198364, -0.6083443694983206, -0.30751187384198364, 0.7715411703415694, -0.30751187384198364, -0.30751187384198364, -0.4531782923851378, -1.0152962783819544, -1.283333812505861, -0.12620747905935684, -0.8917709937181956, -1.1455606964960088, -0.7177051574506368, -0.1702539264755654, 0.19953331349492728, 0.19953331349492728, -0.30751187384198364, -1.4295232781820222, -1.4295232781820222, -0.21513193037152475, -0.1702539264755654, -0.55549082012609, -1.0795408908290702, 0.5194171665303593, -0.7743269290770021, 0.08255213455115717, -0.9527347162537856, -0.3550832345810111, -1.0795408908290702, -0.1702539264755654, -0.2608733431411651, 1.0264217471686323, -1.5852094564311716, -0.3550832345810111, 1.2320459796804897, -0.2608733431411651, -0.04049033923991921, 0.1221895892643658, -0.4531782923851378, -0.7177051574506368, -5.0, -1.0152962783819544, -0.4531782923851378, 0.19953331349492728, -1.283333812505861, -0.12620747905935684, -0.21513193037152475, 0.6171307292175029, 0.0012359171300811039, -0.662397374588937, -0.30751187384198364, -1.0152962783819544, -0.6083443694983206, 0.0012359171300811039, 0.5194171665303593, -1.0795408908290702, 1.0264217471686323, -1.0152962783819544, 0.6801062741541658, 0.1221895892643658, 0.2744368948303162, 0.1221895892643658, -0.21513193037152475, -0.12620747905935684, -0.5037849622035231, -1.5852094564311716, 0.4519648670881159, -0.12620747905935684, 0.08255213455115717, -0.30751187384198364, -2.0252093438615493, 0.19953331349492728, 0.5850046728284234, -0.7177051574506368, -2.8170127847739352, -1.7516914128752987, 0.6488274973687255, -0.3550832345810111, -1.5061038470831627, -0.9527347162537856, 0.3110206747720579, -0.30751187384198364, -0.2608733431411651, -0.21513193037152475, -1.4295232781820222, -1.1455606964960088, 0.0012359171300811039, -0.8917709937181956, -0.662397374588937, -0.21513193037152475, -0.04049033923991921, 0.7414528675938236, -0.40362530153497306, -0.3550832345810111, 0.1221895892643658, -0.7177051574506368, 0.1611763319728964, 0.9721024205170592, -0.9527347162537856, -1.0795408908290702, -0.08296245908055362, -1.4295232781820222, -0.30751187384198364, -1.283333812505861, -0.1702539264755654, -1.2134555347238265, -0.30751187384198364, -0.3550832345810111, -0.5037849622035231, 0.4859307029569869, -0.04049033923991921, -0.40362530153497306, -0.7177051574506368, -0.8917709937181956, -1.0152962783819544, -1.1455606964960088, -0.7177051574506368, -0.6083443694983206, 0.1611763319728964, -0.6083443694983206, -1.2134555347238265, -0.4531782923851378, -1.283333812505861, -0.5037849622035231, -0.7177051574506368, -0.6083443694983206, -0.21513193037152475, -0.55549082012609, 0.23728049205796234, -0.8323261596803418, -0.4531782923851378, -1.5061038470831627, 0.6488274973687255, -0.55549082012609, -0.4531782923851378, -0.21513193037152475, -0.662397374588937, -0.3550832345810111, -0.8323261596803418, 0.4859307029569869, -1.0152962783819544, 0.3110206747720579, -1.1455606964960088, -1.8394614026841092, -0.662397374588937, -0.40362530153497306, -0.30751187384198364, 0.9165092341953996, -0.08296245908055362, -0.5037849622035231, -1.2134555347238265, -1.0152962783819544, 0.6801062741541658, 1.0264217471686323, -1.283333812505861, -1.5061038470831627, -0.2608733431411651, -1.0795408908290702, -0.30751187384198364, -0.4531782923851378, -0.8917709937181956, 0.2744368948303162, -0.3550832345810111, 0.5850046728284234, -0.3550832345810111, -0.7743269290770021, -0.40362530153497306, 0.6171307292175029, -0.7177051574506368, 0.1611763319728964, -0.7177051574506368, 0.5194171665303593, -0.3550832345810111, -1.2134555347238265, -0.7743269290770021, 0.9721024205170592, -1.0795408908290702, -1.3553135008536499, -1.0795408908290702, -0.1702539264755654, -0.4531782923851378, -0.4531782923851378, 0.8305961520906898, 0.08255213455115717, -0.4531782923851378, -1.0795408908290702, 0.23728049205796234, -0.30751187384198364, -0.30751187384198364, 0.4175057716260194, -1.283333812505861, 0.3825389186179095, -0.4531782923851378, 0.0012359171300811039, -0.4531782923851378, -1.5061038470831627, 0.4175057716260194, -0.1702539264755654, -0.7743269290770021, 0.34704916322496343, -0.30751187384198364, -0.7177051574506368, -0.662397374588937, -1.0152962783819544, 0.7109779172559872, -0.662397374588937, 0.8305961520906898, 0.0012359171300811039, 0.5194171665303593, 0.8012524946385041, -0.8323261596803418, -0.55549082012609, -0.7743269290770021, -1.2134555347238265, -1.0795408908290702, -0.7743269290770021, -0.9527347162537856, -0.55549082012609, -0.4531782923851378, -0.04049033923991921, -1.0795408908290702, 0.1611763319728964, -0.4531782923851378, -0.7177051574506368, -0.04049033923991921, -0.1702539264755654, 0.19953331349492728, -1.8394614026841092, -1.3553135008536499, 0.08255213455115717, -1.3553135008536499, 0.4175057716260194, -0.5037849622035231, 0.1221895892643658, -2.6869480157388965, -1.1455606964960088, -0.8323261596803418, -0.55549082012609, -0.40362530153497306, -0.40362530153497306, 1.157011767044153, 0.19953331349492728, -1.0152962783819544, -0.8917709937181956, -0.30751187384198364, -0.08296245908055362, -0.8323261596803418, -0.8323261596803418, -0.2608733431411651, -0.8917709937181956, -0.8323261596803418, -0.7177051574506368, -0.3550832345810111, -1.1455606964960088, -0.4531782923851378, -0.08296245908055362, -0.21513193037152475, -0.3550832345810111, -0.2608733431411651, 0.8595811141504995, -0.12620747905935684, -1.6670096676819297, 0.34704916322496343, -0.40362530153497306, 1.0795241970079654, 0.0422419577440878, -0.6083443694983206, 0.4519648670881159, -0.3550832345810111, -0.6083443694983206, -0.12620747905935684, -0.08296245908055362, -0.9527347162537856, -0.4531782923851378, -0.12620747905935684, -0.7743269290770021, 0.4519648670881159, 0.08255213455115717, 0.08255213455115717, 0.23728049205796234, -0.1702539264755654, 0.0012359171300811039, 1.4438669915196052, -0.04049033923991921, 0.6801062741541658, -0.6083443694983206, 0.3110206747720579, -0.6083443694983206, -0.6083443694983206, 0.4859307029569869, 0.2744368948303162, -0.1702539264755654, -0.2608733431411651, 0.1221895892643658, -0.1702539264755654, -0.7177051574506368, -1.283333812505861, 0.34704916322496343, -0.662397374588937, -0.2608733431411651, 0.6171307292175029, 0.5194171665303593, -0.55549082012609, -0.7177051574506368, 1.6589458187626496, -0.1702539264755654, -0.40362530153497306, -0.6083443694983206, 0.8595811141504995, -0.5037849622035231, 0.34704916322496343, -0.7743269290770021, -0.55549082012609, -0.6083443694983206, -2.6869480157388965, -0.7177051574506368, 0.1221895892643658, 0.5194171665303593, 0.0012359171300811039, -0.8917709937181956, -0.9527347162537856, 0.6488274973687255, -0.04049033923991921, -0.4531782923851378, -1.7516914128752987, 0.23728049205796234, -0.04049033923991921, -0.2608733431411651, -0.21513193037152475, -0.4531782923851378, -1.3553135008536499, -0.55549082012609, -0.662397374588937, -0.30751187384198364, -1.1455606964960088, 0.0012359171300811039, 0.08255213455115717, -0.662397374588937, -1.4295232781820222, -1.2134555347238265, -0.4531782923851378, -1.0152962783819544, -0.5037849622035231, 0.5194171665303593, -1.0795408908290702, -0.8323261596803418, 0.1221895892643658, -0.7743269290770021, -0.30751187384198364, -0.55549082012609, -0.9527347162537856, 0.4859307029569869, -0.55549082012609, -0.5037849622035231, -0.8323261596803418, -0.08296245908055362, -0.08296245908055362, -4.2072955607670135, -1.0795408908290702, 0.9994176633663421, -0.662397374588937, 0.1221895892643658, 0.19953331349492728, -0.55549082012609, -1.2134555347238265, -0.5037849622035231, -0.30751187384198364, 0.19953331349492728, 0.23728049205796234, 0.0012359171300811039, -0.8323261596803418, -0.6083443694983206, -0.9527347162537856, 0.6801062741541658, -0.8917709937181956, 0.0422419577440878, 0.1611763319728964, -0.1702539264755654, -1.283333812505861, -0.3550832345810111, -2.6869480157388965, -1.3553135008536499, -0.12620747905935684, 0.1221895892643658, -0.2608733431411651, -0.12620747905935684, -0.5037849622035231, -0.40362530153497306, -0.7743269290770021, 0.23728049205796234, -0.2608733431411651, -1.5061038470831627, 0.5194171665303593, 1.1314630185951493, -0.5037849622035231, -0.55549082012609, 0.9994176633663421, -0.8917709937181956, -0.7177051574506368, -1.1455606964960088, 0.0422419577440878, 0.0422419577440878, 0.7715411703415694, -0.55549082012609, 0.8882160284547668, -0.12620747905935684, 0.4175057716260194, -0.12620747905935684, 0.0012359171300811039, -0.7177051574506368, 0.0012359171300811039, -0.40362530153497306, -0.04049033923991921, 0.0012359171300811039, -0.662397374588937, 0.5194171665303593, -0.3550832345810111, 1.0264217471686323, -0.55549082012609, 0.19953331349492728, 0.0422419577440878, -0.6083443694983206, 0.1221895892643658, -0.4531782923851378, -0.5037849622035231, -0.4531782923851378, -0.9527347162537856, -0.12620747905935684, -0.7743269290770021, 0.3110206747720579, -0.2608733431411651, -0.55549082012609, 0.6488274973687255, -1.2134555347238265, -0.6083443694983206, 0.0422419577440878, 0.0012359171300811039, -0.40362530153497306, -0.4531782923851378, -0.21513193037152475, -0.9527347162537856, -1.0152962783819544, -0.08296245908055362, -0.04049033923991921, -0.2608733431411651, 0.0012359171300811039, -0.55549082012609, -0.7177051574506368, 0.4175057716260194, -0.7177051574506368, -0.5037849622035231, 0.0012359171300811039, -0.21513193037152475, 0.6801062741541658, -1.1455606964960088, 0.6801062741541658, 0.4519648670881159, -0.3550832345810111, -0.8323261596803418, 0.4175057716260194, -0.2608733431411651, -0.662397374588937, -0.55549082012609, 0.3825389186179095, -0.40362530153497306, 0.0012359171300811039, 0.2744368948303162, -0.8323261596803418, 0.1221895892643658, -0.55549082012609, -0.55549082012609, -0.12620747905935684, -0.3550832345810111, -0.8323261596803418, -1.283333812505861, 0.5194171665303593, -0.6083443694983206, -0.30751187384198364, -0.7177051574506368, 0.1611763319728964, -1.0152962783819544, -1.1455606964960088, 0.1611763319728964, -0.9527347162537856, -0.6083443694983206, 0.1221895892643658, 0.1221895892643658, -5.0, -0.662397374588937, -0.3550832345810111, -0.8323261596803418, 0.4859307029569869, 0.4859307029569869, -0.21513193037152475, -0.6083443694983206, -0.662397374588937, 0.7109779172559872, 0.4519648670881159, -0.8323261596803418, -0.7177051574506368, -0.30751187384198364, -0.55549082012609, -0.4531782923851378, 0.1221895892643658, -0.30751187384198364, 0.6171307292175029, -1.1455606964960088, -0.2608733431411651, -0.12620747905935684, 0.23728049205796234, -0.3550832345810111, 1.256538590147644, 0.8595811141504995, -1.0152962783819544, -0.12620747905935684, -0.3550832345810111, -1.0795408908290702, -0.55549082012609, -0.21513193037152475, -0.7743269290770021, -0.04049033923991921, -0.04049033923991921, -1.0152962783819544, -0.662397374588937, -0.8323261596803418, -0.30751187384198364, -0.40362530153497306, -0.662397374588937, 0.4175057716260194, -0.2608733431411651, -0.40362530153497306, 0.8595811141504995, 0.5524375681866494, -0.4531782923851378, -0.40362530153497306, -0.7177051574506368, -0.21513193037152475, -0.12620747905935684, 0.23728049205796234, -0.1702539264755654, -0.30751187384198364, -0.8323261596803418, 0.2744368948303162, -0.40362530153497306, -1.283333812505861, 0.0422419577440878, 0.6801062741541658, -0.12620747905935684, -3.254022313029924, 0.1611763319728964, -0.6083443694983206, -0.55549082012609, -1.0152962783819544, 0.8305961520906898, -0.4531782923851378, -1.7516914128752987, 0.6488274973687255, -0.04049033923991921, 0.2744368948303162, 0.3825389186179095, 0.1221895892643658, 0.6171307292175029, -0.8917709937181956, 0.0422419577440878, 0.19953331349492728, -1.283333812505861, -0.3550832345810111, 0.19953331349492728, -1.2134555347238265, -0.4531782923851378, -0.4531782923851378, -0.40362530153497306, 0.8012524946385041, -0.3550832345810111, -0.7177051574506368, -0.55549082012609, 0.08255213455115717, -1.5852094564311716, -0.4531782923851378, 0.34704916322496343, 0.19953331349492728, -0.5037849622035231, -0.7177051574506368, -0.8917709937181956, -0.7177051574506368, -0.4531782923851378, -0.9527347162537856, -1.1455606964960088, -1.0795408908290702, -0.08296245908055362, 0.5524375681866494, 0.1221895892643658, -0.55549082012609, -0.1702539264755654, -1.9305489565056424, 0.3110206747720579, -0.9527347162537856, -1.6670096676819297, -0.662397374588937, -0.04049033923991921, -0.9527347162537856, 0.4175057716260194, -0.08296245908055362, -0.4531782923851378, 0.0422419577440878, 0.5524375681866494, -0.40362530153497306, -0.5037849622035231, -0.6083443694983206, -0.662397374588937, -0.30751187384198364, -0.7743269290770021, 0.1221895892643658, 0.1221895892643658, -0.55549082012609, -0.12620747905935684, -0.3550832345810111, -0.1702539264755654, -1.3553135008536499, -0.08296245908055362, -0.8917709937181956, 0.0012359171300811039, 0.19953331349492728, 0.4519648670881159, 0.1611763319728964, -0.55549082012609, -0.2608733431411651, 0.0012359171300811039, -0.3550832345810111, 0.3110206747720579, 0.1611763319728964, 0.2744368948303162, -1.2134555347238265, -0.30751187384198364, 0.19953331349492728, -0.21513193037152475, -0.40362530153497306, -0.3550832345810111, -0.4531782923851378, -0.12620747905935684, -0.40362530153497306, -0.5037849622035231, -1.0795408908290702, 0.6171307292175029, 0.3110206747720579, -0.4531782923851378, 0.5524375681866494, -0.21513193037152475, 0.1221895892643658, -0.6083443694983206, -0.40362530153497306, -0.5037849622035231, 0.1221895892643658, -0.3550832345810111, 0.4175057716260194, -0.7177051574506368, -0.2608733431411651, -0.55549082012609, 1.6997139081659471, -1.0795408908290702, -0.8323261596803418, -0.21513193037152475, -0.7177051574506368, 1.182288045057973, -0.6083443694983206, -0.8323261596803418, -0.08296245908055362, -0.5037849622035231, -0.9527347162537856, 0.8882160284547668, -0.7177051574506368, -0.55549082012609, -0.7177051574506368, -0.8323261596803418, -0.4531782923851378, -0.7177051574506368, 0.2744368948303162, -0.5037849622035231, 0.8012524946385041, -0.6083443694983206, -0.5037849622035231, -1.6670096676819297, -0.55549082012609, -0.5037849622035231, -0.5037849622035231, 0.19953331349492728, -0.08296245908055362, 0.3825389186179095, 0.1611763319728964, 0.4859307029569869, 0.08255213455115717, -1.2134555347238265, 0.08255213455115717, 0.3825389186179095, 0.0422419577440878, -0.04049033923991921, -0.7177051574506368, 1.5752425033663968, 0.5194171665303593, -0.5037849622035231, -0.08296245908055362, -0.55549082012609, 0.5194171665303593, -0.4531782923851378, -0.9527347162537856, -0.21513193037152475, 1.0795241970079654, -0.8323261596803418, -0.7743269290770021, 0.4859307029569869, -0.8323261596803418, -1.1455606964960088, -1.5061038470831627, -0.5037849622035231, -0.8323261596803418, 0.19953331349492728, -0.662397374588937, -0.04049033923991921, 0.1611763319728964, -0.40362530153497306, -0.12620747905935684, 1.0264217471686323, 0.8595811141504995, -0.40362530153497306, -0.04049033923991921, 0.5524375681866494, -0.7743269290770021, 0.4519648670881159, -0.7177051574506368, 0.19953331349492728, 0.4175057716260194, 1.2807806522913945, 0.4519648670881159, -1.0795408908290702, -0.7177051574506368, 0.5524375681866494, 1.182288045057973, 0.1611763319728964, -0.04049033923991921, 0.2744368948303162, -0.04049033923991921, -0.21513193037152475, -0.3550832345810111, 1.053121670042229, -0.6083443694983206, -0.2608733431411651, 0.9444687765903242, -0.8323261596803418, -0.7177051574506368, -0.12620747905935684, 0.0422419577440878, -1.3553135008536499, -0.08296245908055362, 0.6171307292175029, -0.08296245908055362, 0.0012359171300811039, 0.0422419577440878, -0.3550832345810111, 0.2744368948303162, 0.4859307029569869, -0.4531782923851378, -0.55549082012609, -0.04049033923991921, -0.30751187384198364, -1.0152962783819544, -0.40362530153497306, -0.4531782923851378, -0.1702539264755654, -1.5852094564311716, 1.4212449830365572, -0.9527347162537856, -0.9527347162537856, -0.55549082012609, -0.4531782923851378, -1.0152962783819544, -0.30751187384198364, 0.6171307292175029, 0.1611763319728964, -0.40362530153497306, -0.30751187384198364, 0.5850046728284234, 0.08255213455115717, -0.2608733431411651, -0.7743269290770021, -0.9527347162537856, -0.3550832345810111, 0.08255213455115717, 0.23728049205796234, -0.8323261596803418, -1.7516914128752987, -0.9527347162537856, -0.7743269290770021, 0.4175057716260194, -0.1702539264755654, -0.7177051574506368, 1.0795241970079654, -0.55549082012609, -0.662397374588937, 0.4519648670881159, 1.1314630185951493, 0.2744368948303162, -0.40362530153497306, -1.0795408908290702, -0.5037849622035231, -0.7743269290770021, 0.34704916322496343, -0.5037849622035231, -0.7743269290770021, -0.3550832345810111, -0.55549082012609, 1.3047772337028904, -0.04049033923991921, -1.283333812505861, -0.8917709937181956, -0.08296245908055362, -0.7743269290770021, -0.1702539264755654, -0.7177051574506368, 0.34704916322496343, -1.5061038470831627, 0.3110206747720579, -0.8323261596803418, -0.55549082012609, -0.55549082012609, -1.1455606964960088, -0.2608733431411651, 0.5194171665303593, -0.08296245908055362, -0.04049033923991921, -0.3550832345810111, 0.9994176633663421, -0.6083443694983206, 0.8595811141504995, -0.1702539264755654, -0.3550832345810111, -0.30751187384198364, -0.55549082012609, -0.6083443694983206, 0.4519648670881159, 1.617463825095945, 0.0422419577440878, -0.7743269290770021, -0.12620747905935684, 0.0422419577440878, 0.23728049205796234, 0.0012359171300811039, 0.0422419577440878, -0.2608733431411651, -1.0795408908290702, 0.2744368948303162, -0.7177051574506368, 0.7109779172559872, 0.0012359171300811039, -0.40362530153497306, -0.30751187384198364, -0.04049033923991921, -2.0252093438615493, 0.19953331349492728, -0.7177051574506368, 0.4175057716260194, 0.3825389186179095, 0.19953331349492728, -1.0152962783819544, 0.3825389186179095, -0.4531782923851378, -0.3550832345810111, -0.5037849622035231, -0.7743269290770021, -0.21513193037152475, 0.1611763319728964, -0.04049033923991921, -1.0795408908290702, 0.4519648670881159, -0.1702539264755654, -0.04049033923991921, -0.40362530153497306, -0.9527347162537856, 0.23728049205796234, -0.08296245908055362, -0.8323261596803418, -0.21513193037152475, -1.283333812505861, -0.1702539264755654, -0.12620747905935684, -0.21513193037152475, -0.1702539264755654, -2.3336582029612485, 1.6382956177070198, -0.6083443694983206, 0.1221895892643658, 0.5524375681866494, -0.08296245908055362, -0.30751187384198364, 0.4519648670881159, -0.40362530153497306, -0.55549082012609, 0.9721024205170592, -0.5037849622035231, -0.2608733431411651, -0.5037849622035231, 0.6801062741541658, -0.5037849622035231, -0.08296245908055362, -0.1702539264755654, -1.0795408908290702, -0.55549082012609, -0.5037849622035231, -0.8323261596803418, 0.08255213455115717, 0.4519648670881159, 0.9721024205170592, -1.0152962783819544, 0.0422419577440878, -0.21513193037152475, -0.9527347162537856, -0.40362530153497306, 0.6488274973687255, 0.9165092341953996, -0.3550832345810111, 0.5524375681866494, 0.08255213455115717, 0.7109779172559872, 0.4859307029569869, 0.0422419577440878, -0.40362530153497306, -0.40362530153497306, -0.08296245908055362, -0.30751187384198364, -1.5061038470831627, 0.2744368948303162, -0.1702539264755654, 0.1221895892643658, 0.19953331349492728, 0.7414528675938236, -0.2608733431411651, 0.0012359171300811039, -1.5061038470831627, 0.6171307292175029, 0.9165092341953996, -0.4531782923851378, 0.9444687765903242, 0.34704916322496343, 0.0012359171300811039, 0.23728049205796234, 0.23728049205796234, 0.3110206747720579, -0.08296245908055362, -0.7177051574506368, 0.6171307292175029, 2.0729014444278704, -0.12620747905935684, 0.0012359171300811039, 1.4662750530369737, 0.23728049205796234, -0.30751187384198364, 0.23728049205796234, 0.7414528675938236, -0.21513193037152475, -0.2608733431411651, -0.08296245908055362, 0.2744368948303162, -1.5852094564311716, 0.19953331349492728, 0.4519648670881159, 0.1221895892643658, -0.08296245908055362, 1.488473172079304, 0.08255213455115717, -2.0252093438615493, -1.5061038470831627, -0.662397374588937, -0.30751187384198364, -0.7743269290770021, -0.7177051574506368, -0.12620747905935684, 0.08255213455115717, -0.40362530153497306, 0.4519648670881159, 0.6171307292175029, 0.4175057716260194, -0.9527347162537856, 1.1314630185951493, 0.7414528675938236, 0.0422419577440878, -0.04049033923991921, -0.21513193037152475, -0.1702539264755654, -0.55549082012609, -0.30751187384198364, -0.30751187384198364, 0.4519648670881159, -0.3550832345810111, 0.0012359171300811039, 0.5524375681866494, 0.7109779172559872, 0.4859307029569869, -0.9527347162537856, -0.4531782923851378, -0.4531782923851378, 0.3825389186179095, -0.30751187384198364, 0.0422419577440878, -0.04049033923991921, -0.6083443694983206, -0.5037849622035231, -0.08296245908055362, -0.4531782923851378, 0.9994176633663421, -0.55549082012609, -1.0152962783819544, -0.55549082012609, -0.662397374588937, -0.55549082012609, -0.7177051574506368, -0.04049033923991921, -0.8917709937181956, 0.0012359171300811039, -0.30751187384198364, -0.6083443694983206, -1.0152962783819544, 0.1221895892643658, -0.3550832345810111, -0.4531782923851378, -2.0252093438615493, -0.30751187384198364, -0.2608733431411651, -1.1455606964960088, 0.0012359171300811039, 0.4519648670881159, 0.8305961520906898, -0.12620747905935684, 0.34704916322496343, -0.40362530153497306, 0.5194171665303593, -0.08296245908055362, 1.3285332499585902, -0.8323261596803418, -0.5037849622035231, 0.4175057716260194, 1.893650055040336, -0.08296245908055362, 0.23728049205796234, -0.21513193037152475, -0.9527347162537856, 0.7715411703415694, -0.30751187384198364, -0.30751187384198364, -0.30751187384198364, -0.662397374588937, -0.08296245908055362, -0.55549082012609, 0.3110206747720579, 0.19953331349492728, -0.30751187384198364, -0.662397374588937, 0.4859307029569869, -0.6083443694983206, 1.0264217471686323, -0.5037849622035231, 1.3047772337028904, 0.34704916322496343, -0.7177051574506368, -1.5852094564311716, -0.04049033923991921, -0.7177051574506368, 0.1611763319728964, -0.6083443694983206, -0.7177051574506368, -0.3550832345810111, -1.2134555347238265, -0.7177051574506368, -0.2608733431411651, -0.55549082012609, 0.0012359171300811039, -1.4295232781820222, 0.1611763319728964, -0.4531782923851378, -0.21513193037152475, 1.375342525015378, -0.12620747905935684, -0.7177051574506368, -0.08296245908055362, 0.1221895892643658, 0.23728049205796234, 0.08255213455115717, -0.40362530153497306, -0.12620747905935684, 0.8012524946385041, 0.4519648670881159, 0.5194171665303593, -0.6083443694983206, -0.662397374588937, -0.12620747905935684, -0.662397374588937, -0.55549082012609, 0.3110206747720579, 0.1221895892643658, -0.4531782923851378, -0.3550832345810111, 0.08255213455115717, 0.1221895892643658, -0.5037849622035231, 1.2072975949594185, 0.5524375681866494, 0.3110206747720579, 0.4175057716260194, 0.08255213455115717, -0.04049033923991921, -0.1702539264755654, 0.1611763319728964, -0.55549082012609, -0.662397374588937, 0.1611763319728964, -0.3550832345810111, 0.1611763319728964, 0.7109779172559872, 0.5850046728284234, 0.0422419577440878, -0.21513193037152475, -0.2608733431411651, -0.2608733431411651, 0.0012359171300811039, -0.5037849622035231, -0.3550832345810111, -0.3550832345810111, 0.0012359171300811039, -0.5037849622035231, 0.19953331349492728, -0.30751187384198364, 0.1221895892643658, 0.19953331349492728, 0.0422419577440878, -0.12620747905935684, 0.0422419577440878, 0.6801062741541658, -0.08296245908055362, -0.5037849622035231, -0.12620747905935684, 1.1056358702120055, -0.12620747905935684, -0.04049033923991921, 0.0012359171300811039, -1.7516914128752987, -0.40362530153497306, 0.19953331349492728, 0.34704916322496343, -0.40362530153497306, 0.1221895892643658, 0.4859307029569869, -0.8323261596803418, -0.4531782923851378, -1.1455606964960088, 0.0012359171300811039, 0.19953331349492728, -2.0252093438615493, -0.12620747905935684, -0.7743269290770021, 0.9165092341953996, -0.40362530153497306, 0.5524375681866494, 0.7715411703415694, -0.4531782923851378, 0.5850046728284234, -0.55549082012609, -0.1702539264755654, -0.9527347162537856, 0.6171307292175029, -0.7177051574506368, -0.12620747905935684, -0.04049033923991921, -0.4531782923851378, -0.21513193037152475, -0.9527347162537856, -0.40362530153497306, 0.0012359171300811039, -0.04049033923991921, 0.1221895892643658, 0.7414528675938236, 0.7715411703415694, -0.40362530153497306, -0.2608733431411651, -0.04049033923991921, -0.3550832345810111, -1.5061038470831627, -0.2608733431411651, 0.6801062741541658, 0.1221895892643658, 0.8595811141504995, -0.2608733431411651, 0.23728049205796234, 0.7715411703415694, -1.0795408908290702, -0.2608733431411651, -1.1455606964960088, -0.5037849622035231, -0.8323261596803418, -0.08296245908055362, -0.4531782923851378, -0.7743269290770021, 0.8305961520906898, 0.9994176633663421, 0.6488274973687255, -0.30751187384198364, -0.04049033923991921, -1.2134555347238265, 0.5850046728284234, -0.04049033923991921, 0.08255213455115717, -0.40362530153497306, 1.0795241970079654, -0.5037849622035231, 0.1221895892643658, -0.55549082012609, -0.04049033923991921, -0.4531782923851378, 0.5524375681866494, -0.1702539264755654, 0.3825389186179095, -0.8917709937181956, -0.30751187384198364, -0.1702539264755654, 0.3110206747720579, 0.5194171665303593, 0.7109779172559872, -1.0152962783819544, -1.4295232781820222, 0.3110206747720579, -0.3550832345810111, 0.3110206747720579, 0.1611763319728964, 0.2744368948303162, -0.7177051574506368, 0.08255213455115717, -0.5037849622035231, 0.3110206747720579, 0.0422419577440878, 0.0012359171300811039, 0.6171307292175029, 1.3520534706326586, -0.3550832345810111, -1.1455606964960088, -0.1702539264755654, 0.0422419577440878, 0.08255213455115717, -0.55549082012609, 1.837118043657018, -0.8323261596803418, -0.1702539264755654, -0.55549082012609, -0.08296245908055362, 1.0795241970079654, -0.55549082012609, -0.3550832345810111, -0.8917709937181956, -0.40362530153497306, 0.0422419577440878, 0.1611763319728964, 0.08255213455115717, 0.7715411703415694, -0.7177051574506368, 0.0422419577440878, -0.7177051574506368, -1.9305489565056424, 1.2072975949594185, -0.4531782923851378, 0.4519648670881159, -0.1702539264755654, -0.3550832345810111, -0.04049033923991921, -1.3553135008536499, -0.21513193037152475, 0.23728049205796234, 0.4519648670881159, -0.662397374588937, -0.08296245908055362, -0.04049033923991921, 0.19953331349492728, -0.6083443694983206, 0.5524375681866494, 0.19953331349492728, -0.3550832345810111, -0.8917709937181956, 0.23728049205796234, 0.8595811141504995, -0.8917709937181956, -0.21513193037152475, -0.04049033923991921, 0.1221895892643658, 0.0422419577440878, 0.34704916322496343, -0.5037849622035231, 1.256538590147644, 0.4859307029569869, -0.55549082012609, 0.6171307292175029, -0.12620747905935684, -0.40362530153497306, -0.5037849622035231, -0.5037849622035231, 0.19953331349492728, -0.7743269290770021, -1.1455606964960088, 0.1611763319728964, 0.1611763319728964, 1.256538590147644, -0.6083443694983206, 1.5752425033663968, 1.4662750530369737, -1.8394614026841092, -0.12620747905935684, 0.6488274973687255, -0.21513193037152475, 0.3110206747720579, -0.2608733431411651, 0.0012359171300811039, -0.1702539264755654, 0.5194171665303593, -0.12620747905935684, 0.23728049205796234, -0.7743269290770021, 0.08255213455115717, 0.4175057716260194, -0.8323261596803418, -0.1702539264755654, -0.7743269290770021, 0.0422419577440878, 1.0264217471686323, -0.5037849622035231, 0.1221895892643658, -0.12620747905935684, -1.5852094564311716, -0.1702539264755654, 0.6488274973687255, -0.9527347162537856, 0.2744368948303162, 0.8595811141504995, 1.6589458187626496, -0.12620747905935684, -0.6083443694983206, 1.053121670042229, -0.8917709937181956, -0.2608733431411651, 1.0795241970079654, 0.0422419577440878, -0.12620747905935684, -1.9305489565056424, -0.6083443694983206, -0.40362530153497306, 0.08255213455115717, -0.1702539264755654, 0.6801062741541658, -2.8170127847739352, -0.12620747905935684, 0.6488274973687255, -0.55549082012609, -1.0152962783819544, -0.2608733431411651, 0.4175057716260194, -0.9527347162537856, -2.1237277483085486, 1.1314630185951493, -0.6083443694983206, 0.6171307292175029, -1.1455606964960088, 1.5104652418704314, 1.256538590147644, 0.1221895892643658, 0.19953331349492728, 0.19953331349492728, 0.2744368948303162, 0.0012359171300811039, -3.4184733068644015, -0.08296245908055362, 0.9444687765903242, -0.12620747905935684, -0.3550832345810111, -0.1702539264755654, -0.8323261596803418, -0.3550832345810111, 1.0264217471686323, 0.1221895892643658, -0.30751187384198364, 0.3110206747720579, 0.9444687765903242, 0.08255213455115717, 0.7414528675938236, -0.21513193037152475, -0.8917709937181956, 1.053121670042229, 0.5524375681866494, -0.40362530153497306, -0.12620747905935684, -0.12620747905935684, 1.2320459796804897, -0.5037849622035231, 0.34704916322496343, 0.0422419577440878, -1.0152962783819544, -2.2264239930232184, 0.7414528675938236, -0.4531782923851378, -0.8323261596803418, 0.7715411703415694, 0.9444687765903242, -1.4295232781820222, 0.34704916322496343, 1.0264217471686323, 0.1221895892643658, -0.08296245908055362, 0.7109779172559872, -0.40362530153497306, -0.12620747905935684, -0.40362530153497306, 0.3825389186179095, -0.55549082012609, -0.40362530153497306, 0.1221895892643658, -0.7743269290770021, 0.0422419577440878, -0.5037849622035231, -0.6083443694983206, 0.4175057716260194, 0.1221895892643658, -0.12620747905935684, -0.12620747905935684, -0.5037849622035231, -0.1702539264755654, -0.662397374588937, 0.3110206747720579, 0.1221895892643658, -0.7177051574506368, 0.6171307292175029, -0.662397374588937, 0.9994176633663421, -0.21513193037152475, -0.3550832345810111, -0.7177051574506368, 0.0012359171300811039, -0.662397374588937, -0.7743269290770021, 0.6171307292175029, -0.6083443694983206, 0.7109779172559872, -0.8917709937181956, 0.3110206747720579, -0.3550832345810111, 0.2744368948303162, 1.3520534706326586, 0.3825389186179095, -1.0795408908290702, 0.19953331349492728, 0.9721024205170592, 0.7715411703415694, 0.34704916322496343, 0.5850046728284234, 0.08255213455115717, -0.7177051574506368, 0.0012359171300811039, 0.3110206747720579, -0.1702539264755654, -0.1702539264755654, -1.8394614026841092, -0.55549082012609, 0.0012359171300811039, 0.8012524946385041, -0.2608733431411651, 0.19953331349492728, 0.4175057716260194, 0.5524375681866494, -0.5037849622035231, 0.6801062741541658, -0.1702539264755654, 0.08255213455115717, 0.8882160284547668, 0.2744368948303162, 0.5524375681866494, -0.8323261596803418, 0.0012359171300811039, -1.283333812505861, -0.04049033923991921, 0.08255213455115717, 0.3110206747720579, -0.5037849622035231, 1.0264217471686323, 0.8882160284547668, 1.1314630185951493, -0.21513193037152475, 1.157011767044153, -0.08296245908055362, -0.12620747905935684, -0.12620747905935684, -1.6670096676819297, 1.375342525015378, -0.6083443694983206, -1.1455606964960088, 0.7414528675938236, 0.19953331349492728, 0.3825389186179095, -0.7177051574506368, -0.7177051574506368, -0.04049033923991921, 1.9121981390287721, -0.12620747905935684, 1.053121670042229, -0.08296245908055362, -0.6083443694983206, 0.6171307292175029, 0.1611763319728964, -0.3550832345810111, 1.157011767044153, -0.30751187384198364, 0.8595811141504995, 0.4859307029569869, -0.04049033923991921, 0.1221895892643658, 0.4519648670881159, 0.0012359171300811039, 1.4212449830365572, 0.3110206747720579, -2.0252093438615493, -0.12620747905935684, 1.6382956177070198, 0.8012524946385041, -0.21513193037152475, -0.21513193037152475, 0.8595811141504995, 1.488473172079304, 1.3285332499585902, 0.0012359171300811039, 1.256538590147644, 0.9721024205170592, 0.6171307292175029, -0.6083443694983206, -0.1702539264755654, -1.283333812505861, -0.8323261596803418, 0.19953331349492728, -0.30751187384198364, 0.1611763319728964, 0.0012359171300811039, 1.1314630185951493, 1.3984049075546634, 0.0012359171300811039, 1.948864151543121, 0.4859307029569869, -0.4531782923851378, 0.08255213455115717, -0.7743269290770021, 0.34704916322496343, -0.662397374588937, -0.08296245908055362, -0.40362530153497306, 0.6171307292175029, -0.6083443694983206, 0.5524375681866494, -0.4531782923851378, 0.5524375681866494, 1.617463825095945, 0.0422419577440878, 0.0422419577440878, -0.12620747905935684, -0.1702539264755654, 0.7715411703415694, 0.6801062741541658, -2.0252093438615493, -0.2608733431411651, 1.6589458187626496, -0.662397374588937, 0.8012524946385041, -0.04049033923991921, 0.0012359171300811039, -0.662397374588937, -0.12620747905935684, -0.2608733431411651, -1.0795408908290702, -2.0252093438615493, 0.0422419577440878, 0.34704916322496343, 0.08255213455115717, -0.04049033923991921, 0.9444687765903242, -0.3550832345810111, 0.6488274973687255, 1.0264217471686323, 0.3110206747720579, 1.3984049075546634, -0.30751187384198364, 1.5322550484473576, -0.3550832345810111, 0.1611763319728964, 1.157011767044153, -0.8323261596803418, 0.9721024205170592, -1.8394614026841092, 0.3110206747720579, -0.21513193037152475, 0.0012359171300811039, 0.6801062741541658, -0.12620747905935684, -0.12620747905935684, 0.34704916322496343, 1.4438669915196052, 0.8882160284547668, -0.30751187384198364, 0.3825389186179095, 1.2320459796804897, -0.55549082012609, 2.174281704590572, -0.21513193037152475, 0.1221895892643658, 0.8012524946385041, 0.0422419577440878, 0.34704916322496343, 1.1056358702120055, -0.04049033923991921, 0.0012359171300811039, 1.3520534706326586, 0.3110206747720579, 0.9721024205170592, 2.5833977624906717, -0.12620747905935684, 0.8305961520906898, 1.3047772337028904, 0.0422419577440878, -0.8323261596803418, -0.40362530153497306, 0.7109779172559872, -0.30751187384198364, 0.8595811141504995, -0.6083443694983206, 0.08255213455115717, 1.1056358702120055, 0.6488274973687255, 1.2072975949594185, -0.8917709937181956, 1.5538462745550974, 0.5524375681866494, 1.4212449830365572, -1.0152962783819544, -0.5037849622035231, 1.4662750530369737, 1.3285332499585902, -0.08296245908055362, -1.0152962783819544, 0.0012359171300811039, 2.770616101361504, 1.3984049075546634, 0.8012524946385041, 0.19953331349492728, 2.0028203407883445, 0.5850046728284234, 0.3825389186179095, -0.3550832345810111, 0.3825389186179095, -0.40362530153497306, 1.1314630185951493, 0.23728049205796234, 0.0012359171300811039, 1.4662750530369737, -1.2134555347238265, 1.5322550484473576, -0.40362530153497306, -1.7516914128752987, -0.4531782923851378, -0.40362530153497306, -0.4531782923851378, 0.4175057716260194, -0.55549082012609, 1.488473172079304, -0.4531782923851378, -0.3550832345810111, -0.5037849622035231, -0.7177051574506368, 0.7715411703415694, 2.140968189686459, 1.375342525015378, 0.8012524946385041, 0.9994176633663421, -0.2608733431411651, 0.34704916322496343, 0.19953331349492728, -0.04049033923991921, 1.0795241970079654, -1.5061038470831627, 0.9165092341953996, 1.3520534706326586, -0.40362530153497306, 1.4662750530369737, 1.375342525015378, 1.5538462745550974, 0.19953331349492728, 0.0422419577440878, 0.5850046728284234, 1.2807806522913945, -0.21513193037152475, -0.40362530153497306, -0.1702539264755654, -0.04049033923991921, -1.5061038470831627, -0.55549082012609, 1.5752425033663968, 1.157011767044153, -0.55549082012609, 0.9165092341953996, 1.1314630185951493, 1.3984049075546634, 0.08255213455115717, -0.4531782923851378, -1.283333812505861, 0.1221895892643658, 0.08255213455115717, -0.3550832345810111, 1.2072975949594185, -0.662397374588937, 0.4859307029569869, 1.3047772337028904, -0.08296245908055362, -1.2134555347238265, 1.157011767044153, 0.1221895892643658, -0.30751187384198364, 0.1611763319728964, 1.4662750530369737, -0.7743269290770021, 1.5964472220356718, 1.375342525015378, 1.488473172079304, -0.2608733431411651, -0.1702539264755654, 1.4212449830365572, -0.55549082012609, -0.1702539264755654, -0.8323261596803418, 1.5322550484473576, 0.9444687765903242, 0.2744368948303162, 1.053121670042229, 0.8595811141504995, 0.3825389186179095, 0.7715411703415694, 1.837118043657018, 1.1314630185951493, 1.375342525015378, 1.6589458187626496, 1.0264217471686323, 1.5104652418704314, -0.7177051574506368, 0.3825389186179095, 1.6589458187626496, 1.2807806522913945, 1.5752425033663968, 1.4662750530369737, -0.8323261596803418, 0.9994176633663421, 1.182288045057973, -0.7743269290770021, -1.0152962783819544, 2.303038214459637, -0.4531782923851378, -0.9527347162537856, 0.5194171665303593, 1.6589458187626496, -2.6869480157388965, 2.055574625816946, 1.5322550484473576, 0.9444687765903242, 0.23728049205796234, -0.3550832345810111, -0.3550832345810111, 0.34704916322496343, 1.1314630185951493, -0.6083443694983206, -0.40362530153497306, 1.375342525015378, -0.08296245908055362, 1.7198378291035958, -0.3550832345810111, -0.6083443694983206, -0.5037849622035231, 0.3825389186179095, 1.5752425033663968, 0.8595811141504995, 0.5524375681866494, 0.9165092341953996, 1.5752425033663968, 1.3285332499585902, 0.19953331349492728, 0.3110206747720579, 1.5752425033663968, 0.08255213455115717, 1.182288045057973, -0.30751187384198364, -1.0152962783819544, 1.7198378291035958, 0.6801062741541658, 1.617463825095945, 1.2072975949594185, 0.2744368948303162, 1.6382956177070198, 0.6801062741541658, 0.34704916322496343, 1.3520534706326586, -0.3550832345810111, -0.21513193037152475, 1.182288045057973, 1.3285332499585902, -0.7743269290770021, 1.5964472220356718, -2.1237277483085486, 0.0012359171300811039, 1.3047772337028904, 1.5752425033663968, -0.7177051574506368, 0.5194171665303593, -0.7177051574506368, 1.256538590147644, -0.12620747905935684, 0.0012359171300811039, 1.3285332499585902, 1.5752425033663968, 0.08255213455115717, -0.5037849622035231, -0.7743269290770021, 0.6801062741541658, -0.5037849622035231, -0.6083443694983206, 1.6589458187626496, 1.7397922290034893, -1.1455606964960088, 1.157011767044153, 0.2744368948303162, 1.1314630185951493, 1.1056358702120055, 1.3984049075546634, 1.817970173278036, 0.1611763319728964, 0.0422419577440878, 0.9994176633663421, -0.2608733431411651, 2.2555711309519038, -1.1455606964960088, -2.4458376242341195, -0.8323261596803418, 1.0264217471686323, -0.12620747905935684, 1.6589458187626496, -0.4531782923851378, 0.7414528675938236, -0.2608733431411651, 0.7414528675938236, 0.08255213455115717, 0.5194171665303593, -0.9527347162537856, 1.7986662509611582, -0.9527347162537856, -0.2608733431411651, 1.4662750530369737, 0.7715411703415694, -0.6083443694983206, -2.3336582029612485, 0.9721024205170592, -1.2134555347238265, 1.2320459796804897, 1.9669864709645573, 3.6691934952271215, 0.9444687765903242, -1.2134555347238265, 1.3984049075546634, -0.6083443694983206, 1.5964472220356718, 0.34704916322496343, 1.256538590147644, 1.053121670042229, 0.8305961520906898, 1.256538590147644, 1.0795241970079654, 0.5194171665303593, -0.4531782923851378, 0.2744368948303162, 0.9165092341953996, 1.837118043657018, -0.7177051574506368, -0.12620747905935684, 1.2807806522913945, 1.2807806522913945, 0.7715411703415694, 1.0795241970079654, -1.0152962783819544, 1.75957993758681, 1.3285332499585902, 1.5104652418704314, 0.6488274973687255, 1.3047772337028904, 2.6788569651551493, 1.874955572189412, 1.9669864709645573, 1.3047772337028904, 1.2072975949594185, 0.4859307029569869, -0.08296245908055362, 1.5752425033663968, 1.182288045057973, -0.7177051574506368, -0.8917709937181956, 1.9121981390287721, 0.3825389186179095, -0.4531782923851378, -0.5037849622035231, -0.30751187384198364, 2.2395349492927012, 0.4175057716260194, 1.5322550484473576, -0.12620747905935684, -0.662397374588937, -1.0795408908290702, 1.256538590147644, 1.5538462745550974, 1.256538590147644, 1.2072975949594185, 0.9165092341953996, 1.6589458187626496, -0.12620747905935684, 0.8595811141504995, 1.1314630185951493, 1.3285332499585902, -0.12620747905935684, 1.157011767044153, -0.04049033923991921, 2.5412783420629848, -0.3550832345810111, -0.3550832345810111, 1.948864151543121, 0.4519648670881159, 1.7397922290034893, 0.1611763319728964, 0.3825389186179095, -0.21513193037152475, -0.9527347162537856, -0.9527347162537856, 1.157011767044153, 2.2555711309519038, 0.9994176633663421, -0.9527347162537856, 1.8561123628924705, 0.5850046728284234, 0.1611763319728964, 0.34704916322496343, -0.6083443694983206, 1.6794175638639557, -0.7177051574506368, -1.0152962783819544, 0.4519648670881159, -0.40362530153497306, 0.5194171665303593, -0.04049033923991921, -0.30751187384198364, 1.5964472220356718, 1.3285332499585902, 1.375342525015378, 0.3110206747720579, -0.08296245908055362, 0.34704916322496343, 0.0012359171300811039, -3.0996728075446534, 0.08255213455115717, 0.5194171665303593, 1.6382956177070198, -0.4531782923851378, -0.6083443694983206, -1.7516914128752987, 1.5538462745550974, -0.30751187384198364, 0.8595811141504995, -0.08296245908055362, -0.21513193037152475, 1.4662750530369737, -0.3550832345810111, -0.40362530153497306, -0.7177051574506368, 1.1056358702120055, -0.30751187384198364, 0.0422419577440878, -1.0795408908290702, -1.8394614026841092, -0.21513193037152475, 0.2744368948303162, 0.5524375681866494, 0.0012359171300811039, -1.1455606964960088, -0.2608733431411651, 0.9444687765903242, 0.4519648670881159, -0.12620747905935684, 1.3984049075546634, 0.3110206747720579, 2.1907643566938813, -0.08296245908055362, -0.8323261596803418, -0.4531782923851378, -0.662397374588937, 1.9121981390287721, -0.662397374588937, -0.8917709937181956, -0.2608733431411651, -0.6083443694983206, 1.75957993758681, 1.2320459796804897, -0.4531782923851378, 0.5850046728284234, 0.8882160284547668, 1.8561123628924705, 0.0422419577440878, 0.1221895892643658, -0.2608733431411651, 0.0012359171300811039, 1.053121670042229, -0.6083443694983206, -0.55549082012609, 0.3825389186179095, 2.0381201061012884, 0.4519648670881159, -0.7743269290770021, 1.375342525015378, 0.8012524946385041, 0.8595811141504995, 0.1221895892643658, -0.55549082012609, 0.23728049205796234, -0.21513193037152475, -0.21513193037152475, 1.75957993758681, 1.5752425033663968, 0.0422419577440878, 0.0422419577440878, 0.0012359171300811039, 0.3110206747720579, -0.8323261596803418, -1.0795408908290702, 1.5752425033663968, -0.30751187384198364, 0.1611763319728964, -0.12620747905935684, 0.23728049205796234, 0.0422419577440878, 0.19953331349492728, 0.08255213455115717, -1.0795408908290702, 0.0422419577440878, 2.5694410416607063, 1.5964472220356718, 1.4662750530369737, 0.8305961520906898, -0.40362530153497306, 0.08255213455115717, -0.2608733431411651, 0.8012524946385041, -0.4531782923851378, 0.0422419577440878, 0.0422419577440878, 0.08255213455115717, -0.6083443694983206, 0.08255213455115717, 1.1056358702120055, 2.090102415722744, 0.08255213455115717, -0.7177051574506368, -0.662397374588937, 2.303038214459637, 0.19953331349492728, -0.3550832345810111, 2.090102415722744, -0.30751187384198364, 1.7198378291035958, 1.7397922290034893, 1.256538590147644, -0.40362530153497306, 2.2873213372587418, -0.30751187384198364, 0.8595811141504995, 0.1221895892643658, -0.12620747905935684, 1.2072975949594185, 0.23728049205796234, 0.1221895892643658, 0.2744368948303162, 1.8561123628924705, -0.12620747905935684, -0.08296245908055362, 0.8305961520906898, -0.21513193037152475, 0.23728049205796234, -0.40362530153497306, 0.0012359171300811039, 0.2744368948303162, 0.19953331349492728, 0.23728049205796234, -0.2608733431411651, -0.8323261596803418, 2.46937026907904, -0.55549082012609, -0.55549082012609, 0.2744368948303162, -0.9527347162537856, -0.08296245908055362, -0.3550832345810111, -0.2608733431411651, 0.6488274973687255, 1.4212449830365572, -1.5852094564311716, -0.4531782923851378, -0.21513193037152475, 0.1611763319728964, -1.1455606964960088, -0.08296245908055362, 1.6382956177070198, 0.7414528675938236, 0.6801062741541658, -1.0795408908290702, 0.08255213455115717, -0.21513193037152475, 0.19953331349492728, -0.662397374588937, 0.4175057716260194, 0.0422419577440878, -0.3550832345810111, 0.0422419577440878, -0.08296245908055362, 0.8595811141504995, -0.55549082012609, 0.1611763319728964, -0.8323261596803418, 0.23728049205796234, 0.9444687765903242, 0.6801062741541658, -0.3550832345810111, 0.08255213455115717, 0.2744368948303162, 0.4175057716260194, 0.9721024205170592, -0.7177051574506368, 0.7109779172559872, -0.21513193037152475, 0.7109779172559872, 0.0012359171300811039, 0.34704916322496343, 0.9994176633663421, -0.12620747905935684, 1.3520534706326586, 0.08255213455115717, -0.04049033923991921, -0.04049033923991921, 1.053121670042229, -0.1702539264755654, -0.7743269290770021, 0.19953331349492728, 0.3110206747720579, 0.7715411703415694, 0.1611763319728964, -0.2608733431411651, -0.5037849622035231, 0.0422419577440878, 0.19953331349492728, 0.4175057716260194, -0.3550832345810111, 0.3825389186179095, 0.4519648670881159, -0.08296245908055362, -0.4531782923851378, 0.7715411703415694, 0.34704916322496343, 0.19953331349492728, 0.0012359171300811039, 0.7414528675938236, 0.08255213455115717, 1.5322550484473576, -0.40362530153497306, 0.19953331349492728, -0.12620747905935684, 0.9721024205170592, 0.7109779172559872, -0.9527347162537856, -0.5037849622035231, 0.5850046728284234, -0.2608733431411651, -0.12620747905935684, 1.6997139081659471, 0.1221895892643658, 0.9721024205170592, 0.3110206747720579, -0.6083443694983206, 0.08255213455115717, -0.08296245908055362, 0.7414528675938236, 1.5538462745550974, -0.9527347162537856, 0.7715411703415694, 1.6997139081659471, -0.04049033923991921, -0.04049033923991921, 0.8882160284547668, -0.7177051574506368, 0.34704916322496343, 0.1611763319728964, 0.0422419577440878, 1.182288045057973, 0.4519648670881159, 0.0012359171300811039, -0.2608733431411651, 0.4859307029569869, 0.0422419577440878, -0.5037849622035231, -0.662397374588937, 0.9444687765903242, -0.7177051574506368, 0.5524375681866494, 0.34704916322496343, 0.34704916322496343, -0.6083443694983206, 0.4175057716260194, 0.08255213455115717, 1.256538590147644, 1.2807806522913945, 0.3825389186179095, -0.08296245908055362, 1.0795241970079654, -0.7177051574506368, 1.0264217471686323, 0.4175057716260194, -0.40362530153497306, 0.8882160284547668, 0.23728049205796234, 0.4175057716260194, 0.9721024205170592, -0.4531782923851378, -0.04049033923991921, -0.1702539264755654, 0.19953331349492728, -0.2608733431411651, 0.3110206747720579, 0.2744368948303162, -0.3550832345810111, -0.21513193037152475, 0.7715411703415694, -0.30751187384198364, 1.2320459796804897, 0.19953331349492728, 0.9165092341953996, 0.3110206747720579, 0.1221895892643658, 1.157011767044153, -0.04049033923991921, 0.34704916322496343, -0.8917709937181956, 1.157011767044153, 0.4859307029569869, 0.0012359171300811039, -0.30751187384198364, 0.3110206747720579, 0.8595811141504995, 0.2744368948303162, -0.21513193037152475, 0.9994176633663421, -0.08296245908055362, -0.21513193037152475, 1.0264217471686323, 0.4175057716260194, -0.12620747905935684, -1.2134555347238265, 0.9721024205170592, -0.08296245908055362, 0.34704916322496343, 0.23728049205796234, -0.3550832345810111, 0.4519648670881159, 0.8595811141504995, 0.5524375681866494, -0.08296245908055362, 0.7414528675938236, -1.3553135008536499, -0.08296245908055362, -0.1702539264755654, 0.08255213455115717, 0.4859307029569869, 0.5850046728284234, 0.6801062741541658, -0.5037849622035231, 0.8882160284547668, 0.5524375681866494, 0.6488274973687255, 1.182288045057973, -0.662397374588937, -0.8917709937181956, 1.182288045057973, -0.1702539264755654, 0.3825389186179095, 0.7414528675938236, 1.75957993758681, -0.30751187384198364, 0.8882160284547668, 0.8595811141504995, 1.2072975949594185, 1.3047772337028904, 1.2320459796804897, 0.1611763319728964, 0.1221895892643658, 0.9165092341953996, 0.4859307029569869, 0.34704916322496343, 0.1611763319728964, 0.7715411703415694, 0.4519648670881159, 0.4859307029569869, -0.5037849622035231, 0.1611763319728964, -0.55549082012609, -0.662397374588937, 0.34704916322496343, 0.8882160284547668, 0.34704916322496343, 1.256538590147644, 0.9994176633663421, 0.8012524946385041, -0.3550832345810111, 1.3285332499585902, 1.7198378291035958, 0.3825389186179095, 0.8882160284547668, 0.2744368948303162, 0.9721024205170592, 0.5524375681866494, -0.08296245908055362, 0.8012524946385041, 0.5850046728284234, -0.21513193037152475, -0.04049033923991921, 0.23728049205796234, 1.4438669915196052, 0.9444687765903242, -0.4531782923851378, 0.7715411703415694, -0.08296245908055362, 0.7109779172559872, 1.1314630185951493, -0.2608733431411651, 0.4519648670881159, 1.3984049075546634, 0.08255213455115717, 0.19953331349492728, 0.6801062741541658, 0.8882160284547668, -0.5037849622035231, 0.5194171665303593, -1.283333812505861, 0.6801062741541658, 0.5194171665303593, -0.21513193037152475, -0.08296245908055362, 1.157011767044153, 1.0795241970079654, 0.7414528675938236, 0.5850046728284234, -0.12620747905935684, 0.5850046728284234, 0.5850046728284234, 0.6488274973687255, 1.256538590147644, 0.4175057716260194, 0.1611763319728964, -0.5037849622035231, 1.1314630185951493, 0.8305961520906898, 1.9669864709645573, 0.3825389186179095, 0.6801062741541658, -0.08296245908055362, 0.7715411703415694, 0.34704916322496343, 1.0795241970079654, -0.4531782923851378, -0.12620747905935684, 0.4519648670881159, 1.3047772337028904, 0.4519648670881159, 1.053121670042229, 0.6488274973687255, 0.0012359171300811039, 0.6488274973687255, 1.2072975949594185, -0.1702539264755654, 0.4859307029569869, 0.08255213455115717, -0.21513193037152475, 0.19953331349492728, 0.9994176633663421, 0.4519648670881159, 0.3110206747720579, 0.1611763319728964, -0.04049033923991921, 0.3825389186179095, 0.0012359171300811039, 0.8595811141504995, -0.40362530153497306, 0.7715411703415694, 0.4519648670881159, 0.3825389186179095, 2.5554015637983403, 0.8305961520906898, 0.23728049205796234, 0.9165092341953996, 0.1611763319728964, 1.5104652418704314, 1.0264217471686323, -0.1702539264755654, -0.4531782923851378, -0.4531782923851378, 0.4175057716260194, 0.9721024205170592, 1.3984049075546634, -0.30751187384198364, -0.21513193037152475, -0.04049033923991921, 0.0422419577440878, 0.8305961520906898, 0.2744368948303162, -0.04049033923991921, 1.1314630185951493, 0.0012359171300811039, 0.6171307292175029, -0.08296245908055362, -0.30751187384198364, -0.04049033923991921, 0.6801062741541658, 0.23728049205796234, 1.893650055040336, 0.23728049205796234, -0.04049033923991921, 0.3110206747720579, 1.6382956177070198, 1.1056358702120055, -0.30751187384198364, 0.5850046728284234, 0.8595811141504995, -0.30751187384198364, 1.1056358702120055, 1.0264217471686323, 1.3285332499585902, -0.04049033923991921, 0.9444687765903242, 0.6488274973687255, 1.2807806522913945, 1.0795241970079654, 0.19953331349492728, -0.12620747905935684, 1.182288045057973, 0.8305961520906898, 1.053121670042229, 0.4859307029569869, 0.34704916322496343, 0.2744368948303162, 0.4859307029569869, 1.375342525015378, 0.5194171665303593, 0.34704916322496343, 0.2744368948303162, -0.04049033923991921, 1.617463825095945, 1.5538462745550974, 1.3984049075546634, 0.0012359171300811039, 1.1314630185951493, 0.4519648670881159, 0.5194171665303593, 0.3110206747720579, 1.2072975949594185, 0.8595811141504995, -0.7177051574506368, 1.0795241970079654, 2.107179353440997, 0.4519648670881159, 0.5194171665303593, -0.1702539264755654, 0.08255213455115717, -0.08296245908055362, 0.4175057716260194, 0.5850046728284234, 0.3825389186179095, 0.3825389186179095, 1.157011767044153, 0.6488274973687255, 0.9721024205170592, 0.7414528675938236, 0.3110206747720579, -0.21513193037152475, 0.4519648670881159, 0.8305961520906898, 0.9165092341953996, 1.5538462745550974, 0.5524375681866494, 1.2807806522913945, 0.4175057716260194, 0.2744368948303162, -0.4531782923851378, 0.7109779172559872, 1.256538590147644, -1.5852094564311716, 0.9444687765903242, -1.4295232781820222, 0.6488274973687255, -0.1702539264755654, 0.1221895892643658, 0.6488274973687255, 1.1056358702120055, -0.40362530153497306, -0.8917709937181956, -0.1702539264755654, 0.4519648670881159, 0.5850046728284234, 0.1221895892643658, 0.0012359171300811039, 1.874955572189412, 0.9994176633663421, 0.19953331349492728, 1.4662750530369737, -0.40362530153497306, 0.7715411703415694, 0.3110206747720579, 1.4212449830365572, 0.6488274973687255, 1.4438669915196052, 1.3285332499585902, 1.053121670042229, 1.1314630185951493, -0.8323261596803418, 1.3984049075546634, -0.40362530153497306, 1.182288045057973, 0.7109779172559872, 0.6171307292175029, 0.8882160284547668, 0.8595811141504995, 2.0381201061012884, 0.5850046728284234, 0.9721024205170592, 1.3520534706326586, 1.157011767044153, 0.8595811141504995, -0.21513193037152475, 0.8012524946385041, -0.40362530153497306, 0.4519648670881159, -0.1702539264755654, 0.19953331349492728, 1.0264217471686323, 2.3186514623941545, 0.0012359171300811039, 1.0264217471686323, 1.2072975949594185, -0.30751187384198364, -0.21513193037152475, 0.8012524946385041, 0.7715411703415694, 0.5524375681866494, 0.1221895892643658, 0.9721024205170592, -0.40362530153497306, 0.0012359171300811039, 1.7397922290034893, 0.8882160284547668, 0.6488274973687255, 1.6794175638639557, 0.08255213455115717, 0.5850046728284234, 0.3110206747720579, -0.40362530153497306, 0.7414528675938236, 1.6997139081659471, 0.9165092341953996, 1.182288045057973, 1.375342525015378, -0.21513193037152475, 0.8595811141504995, 1.0795241970079654, 0.7109779172559872, 0.3825389186179095, 0.19953331349492728, 1.7986662509611582, 0.9444687765903242, 0.1221895892643658, 1.053121670042229, 0.3825389186179095, 0.8305961520906898, 0.4175057716260194, 0.2744368948303162, 1.2072975949594185, -0.3550832345810111, 1.0264217471686323, 1.3047772337028904, 0.34704916322496343, 1.2807806522913945, 0.9165092341953996, 0.9444687765903242, -0.1702539264755654, 1.256538590147644, 0.7109779172559872, 0.8882160284547668, 1.1056358702120055, 0.7109779172559872, 0.1611763319728964, 0.3825389186179095, 0.7109779172559872, 0.9721024205170592, 0.3110206747720579, 0.7715411703415694, 1.1314630185951493, 1.4662750530369737, 0.6801062741541658, -0.55549082012609, -1.8394614026841092, 1.3285332499585902, 0.1611763319728964, 1.5538462745550974, 2.0381201061012884, 0.08255213455115717, 1.0264217471686323, 0.9165092341953996, 1.7986662509611582, -0.04049033923991921, -0.6083443694983206, 0.19953331349492728, 1.5322550484473576, 0.5194171665303593, 1.1314630185951493, 0.8882160284547668, 1.256538590147644, 1.5752425033663968, 0.8595811141504995, 0.9165092341953996, -0.3550832345810111, 0.8012524946385041, -0.21513193037152475, 0.8882160284547668, 1.837118043657018, 0.6801062741541658, 0.6801062741541658, 1.9849711764608189, 0.2744368948303162, 1.256538590147644, 0.5194171665303593, 0.8882160284547668, 0.6488274973687255, 0.5850046728284234, -0.12620747905935684, 1.2072975949594185, -1.0795408908290702, 1.75957993758681, 0.4175057716260194, 1.053121670042229, 0.6171307292175029, 1.3285332499585902, 0.6488274973687255, 0.6801062741541658, -0.4531782923851378, 0.9165092341953996, 0.4175057716260194, 1.4662750530369737, 1.4212449830365572, 1.0795241970079654, 1.893650055040336, 0.5194171665303593, 0.9994176633663421, 0.8012524946385041, 1.2320459796804897, -0.21513193037152475, 0.8882160284547668, 0.34704916322496343, 1.4662750530369737, 1.874955572189412, -0.40362530153497306, 0.5524375681866494, 1.2072975949594185, 1.0795241970079654, 1.817970173278036, 2.624780993593174, -0.40362530153497306, 0.7414528675938236, 2.3800949062756853, 2.107179353440997, 0.08255213455115717, 0.9994176633663421, 0.0422419577440878, 0.9721024205170592, 0.1611763319728964, 0.4175057716260194, 1.4438669915196052, 1.6794175638639557, 0.9721024205170592, 1.488473172079304, 0.1221895892643658, 0.23728049205796234, 1.3984049075546634, 0.1221895892643658, 1.5964472220356718, 1.2320459796804897, 1.5964472220356718, 0.7414528675938236, 1.6589458187626496, 1.1056358702120055, 2.0381201061012884, -0.7743269290770021, 1.837118043657018, 0.3110206747720579, 1.2320459796804897, 0.2744368948303162, 1.3984049075546634, -0.21513193037152475, -0.21513193037152475, 1.2320459796804897, 1.053121670042229, 0.9444687765903242, 1.6382956177070198, 0.5194171665303593, 1.5964472220356718, 2.349572471534872, 0.2744368948303162, 1.375342525015378, -0.4531782923851378, 0.8595811141504995, 1.256538590147644, 1.256538590147644, 0.8595811141504995, 0.4859307029569869, 1.157011767044153, 1.7792037143689967, -0.04049033923991921, 0.6801062741541658, 1.3285332499585902, 0.7414528675938236, 0.9444687765903242, 0.23728049205796234, 1.2807806522913945, 1.9669864709645573, 1.375342525015378, 0.2744368948303162, 0.7715411703415694, 1.182288045057973, 2.425153306690784, 0.4859307029569869, 0.34704916322496343, 1.4212449830365572, 0.1221895892643658, 1.1056358702120055, -0.08296245908055362, 0.1221895892643658, -0.8323261596803418, 1.3520534706326586, 1.7198378291035958, 0.9165092341953996, 0.4519648670881159, 1.6997139081659471, 1.817970173278036, 0.5194171665303593, -0.7177051574506368, 0.4519648670881159, 0.34704916322496343, 0.19953331349492728, 0.23728049205796234, 1.7397922290034893, 0.3110206747720579, 1.182288045057973, 1.5104652418704314, 0.23728049205796234, 1.3520534706326586, 0.1611763319728964, 1.7397922290034893, 1.1314630185951493, 2.055574625816946, -0.662397374588937, 2.0729014444278704, 1.9849711764608189, 0.7414528675938236, 0.0422419577440878, -0.08296245908055362, 1.75957993758681, 0.1611763319728964, 1.7198378291035958, 1.3285332499585902, -0.12620747905935684, 0.3110206747720579, 1.0264217471686323, 2.705438740989022, 1.617463825095945, 2.271499446739577, 1.5752425033663968, 1.948864151543121, -0.4531782923851378, 1.182288045057973, 1.2320459796804897, 0.4519648670881159, 1.8561123628924705, 0.19953331349492728, 0.9444687765903242, 1.182288045057973, 0.9721024205170592, 0.5850046728284234, 1.157011767044153, 0.6171307292175029, 0.2744368948303162, 1.2807806522913945, 1.5752425033663968, 0.5194171665303593, 1.0264217471686323, 0.8882160284547668, 1.3285332499585902, 1.7198378291035958, 0.08255213455115717, 0.08255213455115717, 1.375342525015378, 0.8305961520906898, 1.3520534706326586, 1.5538462745550974, 2.3186514623941545, 1.2807806522913945, 0.8595811141504995, 2.271499446739577, 1.5104652418704314, 1.0264217471686323, 0.4859307029569869, 1.5752425033663968, 0.5850046728284234, -0.6083443694983206, 0.6171307292175029, 1.2807806522913945, 1.256538590147644, -0.04049033923991921, 0.8595811141504995, 0.7414528675938236, 2.107179353440997, -0.1702539264755654, 1.617463825095945, 1.2072975949594185, 1.256538590147644, 0.6171307292175029, 0.5194171665303593, 2.5127766304361296, -0.12620747905935684, 0.3110206747720579, 1.256538590147644, 0.6488274973687255, 2.2873213372587418, -0.40362530153497306, 1.488473172079304, 1.893650055040336, 1.2807806522913945, 0.0422419577440878, 1.375342525015378, 0.1221895892643658, 1.1056358702120055, 0.23728049205796234, -0.55549082012609, 2.2395349492927012, -0.8917709937181956, 1.617463825095945, 0.6801062741541658, 1.7397922290034893, 0.6488274973687255, 1.8561123628924705, -0.08296245908055362, 1.9121981390287721, 0.8882160284547668, 0.5850046728284234, 2.090102415722744, 1.4212449830365572, 0.3110206747720579, 0.23728049205796234, 0.9721024205170592, -0.21513193037152475, 2.0381201061012884, 0.5194171665303593, 2.055574625816946, 0.08255213455115717, 1.2807806522913945, 1.75957993758681, 1.053121670042229, 1.9849711764608189, 0.7715411703415694, 1.7792037143689967, 2.0028203407883445, 2.174281704590572, 0.7109779172559872, 0.23728049205796234, 1.75957993758681, 0.4175057716260194, 0.5524375681866494, 0.19953331349492728, 0.5194171665303593, -0.55549082012609, 0.8305961520906898, 1.256538590147644, 1.4212449830365572, -0.08296245908055362, -0.12620747905935684, 1.75957993758681, 0.5850046728284234, 0.5524375681866494, 1.2320459796804897, -0.04049033923991921, 1.893650055040336, 0.9165092341953996, 0.8305961520906898, 0.9165092341953996, 1.817970173278036, 0.2744368948303162, 1.837118043657018, 0.7109779172559872, 0.3825389186179095, 0.3110206747720579, 0.34704916322496343, 1.8561123628924705, 1.2320459796804897, 1.3047772337028904, 0.6801062741541658, 0.5850046728284234, -0.6083443694983206, 1.5964472220356718, 0.8595811141504995, 0.7715411703415694, -0.662397374588937, 1.0795241970079654, -0.04049033923991921, 1.617463825095945, 0.7715411703415694, 0.6488274973687255, 0.4859307029569869, 2.8340471402723266, -0.40362530153497306, 1.7986662509611582, 0.2744368948303162, 0.8882160284547668, -0.04049033923991921, 1.182288045057973, 0.1221895892643658, -0.08296245908055362, 2.0729014444278704, -0.40362530153497306, 0.6488274973687255, 0.7715411703415694, 0.3825389186179095, 1.182288045057973, 0.34704916322496343, 1.256538590147644, 0.6171307292175029, 0.34704916322496343, 0.4519648670881159, 0.6801062741541658, 1.4212449830365572, 1.053121670042229, 1.7198378291035958, 0.23728049205796234, 0.0012359171300811039, 0.0012359171300811039, 0.3110206747720579, 1.893650055040336, 0.9444687765903242, 1.5104652418704314, 2.3800949062756853, 1.488473172079304, 0.9444687765903242, 1.2072975949594185, 0.8595811141504995, 1.6589458187626496, 0.6801062741541658, 1.0264217471686323, 0.8882160284547668, 0.23728049205796234, 2.638416214004196, 1.0795241970079654, 1.3285332499585902, 0.5524375681866494, 0.6801062741541658, -0.08296245908055362, 1.182288045057973, 0.1221895892643658, 2.2873213372587418, 1.75957993758681, -0.12620747905935684, 0.7414528675938236, 1.6589458187626496, 0.23728049205796234, 2.055574625816946, 1.4662750530369737, -0.12620747905935684, 1.4662750530369737, 1.2320459796804897, 2.5127766304361296, 2.2233894317260763, 0.6488274973687255, 0.6801062741541658, 1.4438669915196052, 0.2744368948303162, 0.7715411703415694, -0.1702539264755654, 0.9165092341953996, 2.7317253866687947, 0.9444687765903242, -0.55549082012609, 4.751540770196319, 1.3047772337028904, 1.2072975949594185, 1.3520534706326586, 1.7986662509611582, 0.4175057716260194, 1.375342525015378, -0.4531782923851378, 0.0422419577440878, 0.5850046728284234, 0.8595811141504995, 1.5752425033663968, 0.6488274973687255, 0.7414528675938236, -0.2608733431411651, 1.874955572189412, 0.19953331349492728, 2.174281704590572, 1.5964472220356718, 2.2395349492927012, 2.364882867803594, 0.6488274973687255, 1.2072975949594185, 1.5752425033663968, 0.9165092341953996, 1.157011767044153, 2.364882867803594, 0.3825389186179095, 1.4438669915196052, 1.874955572189412, 2.2873213372587418, 1.9306020975629992, 0.4519648670881159, 0.4519648670881159, 0.9444687765903242, 3.204122826745769, 0.2744368948303162, 0.8882160284547668, 0.9721024205170592, 0.8595811141504995, 0.9444687765903242, 1.0264217471686323, 0.0422419577440878, 0.5524375681866494, 2.1576835255469504, 1.4212449830365572], [-0.008367979144914012, 0.3568248777988783, -2.309281209525231, 0.17260506177403073, -0.2970657134820117, -2.1639648058447403, 0.4345192096918359, -0.22992937807627506, -1.3638121081941443, -0.8693540607735736, -2.1639648058447403, -0.6747739251414447, 0.060522114705873424, 0.060522114705873424, -0.020480675625245564, -0.5678027806974545, -0.4963180786225228, 0.049464531590830016, -2.1639648058447403, 0.2867646957058001, -1.1814632370916622, 0.6889096879386071, -2.1639648058447403, -2.1639648058447403, -0.9884605008257548, -0.22992937807627506, -2.1639648058447403, -0.4309229444937889, -0.19845164366977466, -1.9037535038086737, -2.1639648058447403, -0.5432288331150779, -1.9037535038086737, -0.2970657134820117, -2.309281209525231, 0.015294516586481196, -1.9037535038086737, -1.9037535038086737, -0.5931869887998963, -0.9070866487891216, -0.3902320965169684, -0.452108047544569, -1.9037535038086737, -2.1639648058447403, -0.4963180786225228, -0.09750189321963232, -0.3902320965169684, -2.1639648058447403, -0.5194156491137759, -1.29848072854847, -0.452108047544569, -1.9037535038086737, -0.6194358680175267, 0.5110991664951507, -2.309281209525231, -2.309281209525231, -0.5194156491137759, -1.9037535038086737, -2.309281209525231, 0.003555143223845193, -1.9037535038086737, -0.7040030207871929, -2.309281209525231, -1.1814632370916622, -0.2627604568969648, -0.8333567933500377, -0.5432288331150779, -0.452108047544569, -2.309281209525231, 0.015294516586481196, -2.309281209525231, -0.8693540607735736, -2.309281209525231, -0.3706694405650376, -1.3638121081941443, 0.4071765555307797, -2.309281209525231, -1.9037535038086737, -2.1639648058447403, -1.9037535038086737, -2.1639648058447403, 0.153415952558367, -1.5116399534590224, -2.0281837287600726, -2.1639648058447403, -0.7989463953617891, -0.35159418091823263, -1.9037535038086737, -0.2140283131302324, 0.5350021860402491, -2.0281837287600726, -1.128692538723319, 0.16307099149546705, -2.309281209525231, -0.6747739251414447, 0.17260506177403073, -0.35159418091823263, 0.1236933868296096, -0.09750189321963232, -0.4738948300099508, -0.6194358680175267, -2.1639648058447403, -2.0281837287600726, 0.17260506177403073, 0.8447320229330646, -0.3902320965169684, -0.15354265352935362, -1.7908197963455337, -1.4345885010765604, -2.460175670746016, -2.309281209525231, -2.460175670746016, -2.1639648058447403, -1.6885986736455034, -1.6885986736455034, -2.309281209525231, 0.34935165045340283, 0.6237382442217368, -0.6747739251414447, -2.460175670746016, -1.5116399534590224, 0.55244868603507, -2.1639648058447403, -0.9467240020971152, -1.6885986736455034, -0.35159418091823263, -2.1639648058447403, -0.19845164366977466, -1.9037535038086737, -1.3638121081941443, -1.9037535038086737, -1.9037535038086737, -2.0281837287600726, -0.4738948300099508, -0.16822062074576394, -1.6885986736455034, -0.1831864642385237, -1.29848072854847, -0.6194358680175267, -0.765992185557171, -0.16822062074576394, -1.7908197963455337, -2.309281209525231, -0.058018779621310364, -1.7908197963455337, 0.049464531590830016, -2.0281837287600726, -2.1639648058447403, -2.309281209525231, -0.3902320965169684, -1.237894067307488, -0.5432288331150779, -1.6885986736455034, 0.5638610832334555, -2.309281209525231, -1.0791633081157843, 0.5110991664951507, 0.1337304371178952, 0.334181173335325, -1.5116399534590224, 0.1032132733058089, -1.5116399534590224, -2.0281837287600726, -2.1639648058447403, -1.237894067307488, -0.12500767609718327, -1.6885986736455034, -1.29848072854847, 0.08216689084933937, -1.7908197963455337, 0.09276281134319464, -2.1639648058447403, -0.13914174568594673, -0.2461685581878911, -1.0325203021041172, 0.16307099149546705, -0.8333567933500377, -0.11113077665119196, -0.020480675625245564, -1.9037535038086737, 0.2867646957058001, -0.008367979144914012, -2.1639648058447403, -0.058018779621310364, -1.1814632370916622, -1.6885986736455034, 0.20958981021645967, 0.19132213921296332, -2.309281209525231, 0.1820211513964008, -1.7908197963455337, -1.7908197963455337, 0.8791603255343162, 0.29487560347133296, -2.1639648058447403, 0.5806646398590232, -0.3902320965169684, 1.2752165302966951, 0.42777518951317295, -2.0281837287600726, -0.19845164366977466, -0.11113077665119196, -2.309281209525231, -0.058018779621310364, -2.0281837287600726, -1.9037535038086737, -2.1639648058447403, 0.1032132733058089, -0.765992185557171, 0.1032132733058089, -2.309281209525231, -0.3706694405650376, -0.3329828011241682, -2.0281837287600726, 0.3568248777988783, -2.460175670746016, -0.2627604568969648, -1.3638121081941443, -0.11113077665119196, -0.4309229444937889, 0.5290965376647172, -2.1639648058447403, 0.4071765555307797, -2.1639648058447403, -0.19845164366977466, 0.08216689084933937, -1.7908197963455337, -1.595939461643624, 0.2618997004246453, -2.0281837287600726, 0.4478303714213081, -2.460175670746016, -0.6747739251414447, -1.9037535038086737, -1.9037535038086737, -2.309281209525231, -0.5432288331150779, 0.2618997004246453, -2.309281209525231, -0.3902320965169684, 0.003555143223845193, 0.060522114705873424, -0.4103074833999498, -0.2970657134820117, 0.16307099149546705, -2.1639648058447403, -2.1639648058447403, -0.08411235000314254, -1.9037535038086737, 0.153415952558367, 0.5751046350376452, 1.0372795372985524, 0.6184856833625021, -1.4345885010765604, -0.4738948300099508, -2.309281209525231, -1.9037535038086737, -0.03278905184738322, -0.7989463953617891, -0.8333567933500377, -0.13914174568594673, 0.7664830934296445, 0.967338283634793, -2.0281837287600726, -2.1639648058447403, -2.1639648058447403, -1.595939461643624, 0.2274291141836232, -2.460175670746016, -1.9037535038086737, -0.7040030207871929, -0.2627604568969648, -2.309281209525231, -2.0281837287600726, -1.6885986736455034, 0.8602264224623521, -1.9037535038086737, 0.5916640820335706, 0.41410496656538265, -2.0281837287600726, -1.1814632370916622, 0.03824401409831552, -0.4963180786225228, 0.015294516586481196, 0.060522114705873424, -2.1639648058447403, -1.5116399534590224, -1.237894067307488, 0.2274291141836232, -0.4309229444937889, -2.309281209525231, -1.7908197963455337, -0.5678027806974545, -0.35159418091823263, 0.2185617509985538, -0.22992937807627506, 0.7489301911561815, -0.4309229444937889, 0.5751046350376452, -0.8333567933500377, -1.9037535038086737, -2.1639648058447403, -2.460175670746016, -1.29848072854847, -2.309281209525231, -0.6747739251414447, -1.9037535038086737, 0.7793866620258191, 0.7621327394570846, -0.4103074833999498, 1.1807652393733676, 0.2185617509985538, -1.6885986736455034, -1.7908197963455337, -2.309281209525231, -1.9037535038086737, 0.20958981021645967, -1.7908197963455337, 0.27027867824906665, -0.13914174568594673, -2.309281209525231, -0.11113077665119196, -1.3638121081941443, 0.25342739050310553, 0.5638610832334555, -1.5116399534590224, -0.6194358680175267, 0.4478303714213081, 0.049464531590830016, -0.2797206384476193, 0.153415952558367, -1.7908197963455337, -2.1639648058447403, -1.128692538723319, 0.5751046350376452, -2.1639648058447403, -0.452108047544569, -1.7908197963455337, 0.5466775718152194, 0.24485964917441086, -0.04529951220925138, 0.1436368422315127, -2.0281837287600726, 0.5916640820335706, -2.0281837287600726, -1.9037535038086737, -0.5931869887998963, 0.9805432573013186, -0.19845164366977466, -0.6466094029941652, -0.19845164366977466, 0.4345192096918359, -1.128692538723319, 0.7664830934296445, -1.0325203021041172, 0.8640511431197525, -2.460175670746016, 0.19132213921296332, -2.460175670746016, -0.8693540607735736, -2.309281209525231, -1.3638121081941443, 0.5466775718152194, -1.4345885010765604, -1.7908197963455337, 0.5916640820335706, -0.35159418091823263, 1.4276017259973393, -1.595939461643624, 0.334181173335325, -1.6885986736455034, 0.20958981021645967, -2.1639648058447403, 0.4737731853229181, -2.309281209525231, -1.7908197963455337, 0.39312738417615656, -2.0281837287600726, 0.1236933868296096, 0.5110991664951507, -1.595939461643624, 0.24485964917441086, -1.9037535038086737, -2.309281209525231, -2.1639648058447403, 0.3568248777988783, 0.29487560347133296, 0.4345192096918359, 0.5408622986470566, -0.1831864642385237, -2.460175670746016, 0.23619430561024585, -0.3148134343000093, 0.7031873501461632, -2.309281209525231, -2.0281837287600726, 0.1820211513964008, -2.0281837287600726, 0.6025065855913252, -0.22992937807627506, 0.9772634717030112, 0.5231446408555704, -1.9037535038086737, -2.0281837287600726, -2.460175670746016, -2.1639648058447403, -0.4738948300099508, 0.29487560347133296, 0.29487560347133296, 0.3568248777988783, 0.55244868603507, 0.7836396058671488, -0.3706694405650376, 0.049464531590830016, 0.2185617509985538, -2.0281837287600726, -0.04529951220925138, -1.237894067307488, -0.13914174568594673, 0.6494698639863952, -2.0281837287600726, 0.049464531590830016, -0.1831864642385237, 0.2185617509985538, 0.7218162390030473, -0.09750189321963232, 0.9156686434015467, -0.7040030207871929, -0.3706694405650376, 0.03824401409831552, -0.8333567933500377, -0.2140283131302324, -2.1639648058447403, -1.7908197963455337, -1.3638121081941443, -0.07095391690361516, 0.049464531590830016, -0.11113077665119196, 0.29487560347133296, -1.595939461643624, 0.4737731853229181, -1.9037535038086737, 0.2785663548709125, -2.1639648058447403, 0.42777518951317295, 0.6131965632290625, -0.058018779621310364, -1.0791633081157843, -2.1639648058447403, -0.7040030207871929, 0.3568248777988783, -0.7989463953617891, -0.5678027806974545, -0.12500767609718327, -1.5116399534590224, 0.2867646957058001, 0.2785663548709125, 0.1032132733058089, 0.6078703716424291, -1.7908197963455337, 0.4071765555307797, 0.20051080016489872, -0.5678027806974545, 0.5050040772061499, 0.7218162390030473, 0.5050040772061499, -0.19845164366977466, -0.09750189321963232, 0.1820211513964008, 0.5050040772061499, -1.595939461643624, 0.30290092082213943, -1.9037535038086737, -0.5678027806974545, -1.7908197963455337, -0.16822062074576394, -0.7343786033976386, -0.5432288331150779, -1.4345885010765604, 0.4864199414049449, -1.6885986736455034, -2.309281209525231, -0.5678027806974545, 0.8127616891974889, -0.04529951220925138, -2.1639648058447403, 0.6889096879386071, 0.42097080489505295, -1.7908197963455337, -0.008367979144914012, 0.5581763064336605, 0.6545132545231258, 0.03824401409831552, 0.5231446408555704, -2.460175670746016, -2.0281837287600726, -0.5194156491137759, 0.6289547474503807, -1.128692538723319, 0.5971046709247512, 0.7264029593377443, -0.04529951220925138, 0.29487560347133296, -0.2140283131302324, 0.5751046350376452, 0.5466775718152194, -2.1639648058447403, 0.5050040772061499, 0.03824401409831552, -1.9037535038086737, 0.2867646957058001, 1.0757709131887785, -0.9884605008257548, 0.8902982173755639, 0.3264809075600266, 0.19132213921296332, -0.5194156491137759, 1.0062838847781332, -0.07095391690361516, -0.13914174568594673, 0.6645007101853312, -1.0791633081157843, -1.5116399534590224, 0.6025065855913252, -1.6885986736455034, -2.309281209525231, 0.5751046350376452, -2.309281209525231, -2.309281209525231, 0.1820211513964008, -2.1639648058447403, 0.29487560347133296, 0.27027867824906665, 0.3568248777988783, -2.1639648058447403, 0.6289547474503807, -0.4103074833999498, 0.6743585924637011, -0.12500767609718327, 0.24485964917441086, -1.6885986736455034, -1.128692538723319, 0.1337304371178952, -2.309281209525231, 0.6131965632290625, 0.6889096879386071, 0.31084243284811025, 0.4478303714213081, 0.5350021860402491, -0.5678027806974545, 0.634135684443481, -1.6885986736455034, 0.4737731853229181, -1.595939461643624, 0.5231446408555704, 0.1436368422315127, 0.4543995520667104, 0.6840902187087139, 0.8447320229330646, -1.595939461643624, 0.480122865411213, -2.309281209525231, 0.5581763064336605, 0.4609124483294017, 0.39312738417615656, 0.5408622986470566, 0.03824401409831552, 0.9436623996305572, 0.800417230139145, -2.460175670746016, -1.6885986736455034, -0.3706694405650376, -1.5116399534590224, -2.0281837287600726, -2.0281837287600726, -1.4345885010765604, 0.3568248777988783, 0.334181173335325, -0.2797206384476193, 0.5806646398590232, 1.1178879771454973, -2.1639648058447403, -0.2461685581878911, 0.29487560347133296, 0.467370015638833, -1.9037535038086737, -1.9037535038086737, 0.4412039260241517, 0.5050040772061499, 0.6443927757138599, -0.3902320965169684, 0.6184856833625021, -0.5194156491137759, -0.2970657134820117, -1.3638121081941443, 0.5638610832334555, -2.460175670746016, 0.34935165045340283, -0.5194156491137759, 0.3418042441300493, -0.8333567933500377, 0.015294516586481196, -0.8333567933500377, 0.03824401409831552, -1.9037535038086737, -1.29848072854847, -1.7908197963455337, -2.1639648058447403, -1.128692538723319, -2.0281837287600726, -2.309281209525231, 0.2785663548709125, 0.4412039260241517, -1.6885986736455034, 0.1337304371178952, 0.5050040772061499, 0.4412039260241517, 1.064133797615875, -1.3638121081941443, -0.11113077665119196, 0.6694456376401517, 0.480122865411213, 0.967338283634793, 0.4609124483294017, 0.8368646828679395, 0.049464531590830016, 0.5110991664951507, -1.6885986736455034, 0.11352220724377494, -1.6885986736455034, -0.19845164366977466, -1.595939461643624, -1.5116399534590224, -1.9037535038086737, -2.0281837287600726, -2.309281209525231, 0.467370015638833, 0.7708086790879902, -1.9037535038086737, -0.35159418091823263, 0.4737731853229181, -1.6885986736455034, -0.2461685581878911, 0.967338283634793, 0.4988597148730016, 0.9297944638296226, 0.6131965632290625, 0.5290965376647172, -0.6747739251414447, 0.1032132733058089, 0.20958981021645967, 0.4001844219865284, -0.3329828011241682, -0.11113077665119196, 0.8754111087282749, -0.9884605008257548, -1.7908197963455337, 0.492665277015513, 0.2618997004246453, 0.8368646828679395, 0.1337304371178952, 0.6792399852425512, 0.11352220724377494, 0.2618997004246453, 0.07142141569318708, -0.07095391690361516, -0.058018779621310364, 0.4478303714213081, 0.9085059948049472, -0.6466094029941652, -2.309281209525231, -0.11113077665119196, -1.4345885010765604, -1.6885986736455034, 0.8447320229330646, 0.19132213921296332, 0.6595233914526224, -2.1639648058447403, 0.7125588861119273, -1.1814632370916622, -0.16822062074576394, 0.19132213921296332, 0.08216689084933937, 0.31084243284811025, 0.20051080016489872, -1.7908197963455337, 0.6131965632290625, -0.15354265352935362, 0.6237382442217368, 0.5638610832334555, -2.1639648058447403, 0.24485964917441086, 0.24485964917441086, 0.55244868603507, -0.5432288331150779, 0.7708086790879902, -1.7908197963455337, 0.34935165045340283, 0.4864199414049449, 0.4988597148730016, 0.015294516586481196, -1.5116399534590224, 0.467370015638833, 0.8086691157950824, 0.7031873501461632, 1.2572425986414981, 0.4345192096918359, -0.6466094029941652, 0.6131965632290625, 0.1236933868296096, 0.003555143223845193, 0.4345192096918359, 0.6184856833625021, -2.1639648058447403, 0.8168323342051341, 0.5050040772061499, 0.11352220724377494, 0.6078703716424291, 0.5971046709247512, 0.41410496656538265, -1.595939461643624, -0.22992937807627506, 0.03824401409831552, 0.4412039260241517, -0.008367979144914012, 0.31084243284811025, 0.42097080489505295, -1.3638121081941443, 0.153415952558367, -1.6885986736455034, 0.517145766098564, 0.153415952558367, -1.7908197963455337, -1.9037535038086737, -2.0281837287600726, -1.5116399534590224, 0.7836396058671488, -0.16822062074576394, 0.5751046350376452, 0.9192248001661676, 0.4001844219865284, 0.517145766098564, -1.9037535038086737, 0.30290092082213943, -2.0281837287600726, 0.3860042271978143, -0.9467240020971152, -0.4963180786225228, -1.29848072854847, 0.6289547474503807, -2.1639648058447403, 0.7172016613579972, 0.7125588861119273, 0.9572816959242124, 0.4864199414049449, 0.5110991664951507, 1.4665535781800842, 0.153415952558367, 0.24485964917441086, -2.1639648058447403, 0.5861842615206465, 0.7309621565324731, -1.1814632370916622, 0.07142141569318708, 0.4737731853229181, 0.34935165045340283, 0.7878688747266053, 0.4345192096918359, 0.3860042271978143, -1.237894067307488, 0.7264029593377443, -2.0281837287600726, -2.1639648058447403, -0.3902320965169684, 0.3264809075600266, -0.2970657134820117, -2.0281837287600726, -2.309281209525231, -1.6885986736455034, -0.4963180786225228, -1.9037535038086737, 0.6237382442217368, 0.7218162390030473, 0.7533565809673924, -0.4309229444937889, 0.8408085369658129, 0.30290092082213943, 1.272992912682468, 0.467370015638833, -0.2140283131302324, 0.8525187242042239, 0.7836396058671488, 1.3141670748233505, -1.6885986736455034, -1.595939461643624, -1.7908197963455337, 0.5638610832334555, -2.0281837287600726, 0.8408085369658129, -0.12500767609718327, -0.020480675625245564, 0.7751097767556501, -1.7908197963455337, -0.7040030207871929, -2.1639648058447403, 0.17260506177403073, 0.25342739050310553, 0.3418042441300493, -2.1639648058447403, 0.5581763064336605, 0.6889096879386071, 0.9538996948989804, -0.07095391690361516, -0.6194358680175267, -2.460175670746016, -2.309281209525231, 0.34935165045340283, -0.452108047544569, -0.765992185557171, -2.0281837287600726, 0.7664830934296445, -0.2970657134820117, -2.1639648058447403, 0.8754111087282749, -1.5116399534590224, 0.049464531590830016, 0.09276281134319464, 0.30290092082213943, -1.9037535038086737, 0.9967330743941104, 0.5408622986470566, -0.2970657134820117, -2.309281209525231, 0.6184856833625021, 1.188271164248052, -0.13914174568594673, 1.040310659171274, 0.4609124483294017, -0.35159418091823263, -2.1639648058447403, 0.3788137017544563, 0.3860042271978143, -1.595939461643624, -1.7908197963455337, 0.37155452284461904, -0.9070866487891216, -1.9037535038086737, 0.08216689084933937, -1.9037535038086737, 0.800417230139145, 0.8902982173755639, 0.42097080489505295, -0.8693540607735736, 1.3349731706240946, -0.8333567933500377, -2.0281837287600726, 0.17260506177403073, 0.6645007101853312, -0.13914174568594673, -0.5432288331150779, 0.8902982173755639, -2.309281209525231, 0.467370015638833, -2.309281209525231, 0.8368646828679395, 0.42097080489505295, -1.7908197963455337, -0.09750189321963232, 0.3187018694442577, 0.1337304371178952, 0.3860042271978143, 0.003555143223845193, 0.30290092082213943, 0.7533565809673924, 0.6392815366246449, 0.4001844219865284, 0.8368646828679395, 0.5466775718152194, 0.17260506177403073, 1.0125850235357796, 0.7078875667035791, -2.1639648058447403, 0.7962574312766367, 0.5695036521940489, 0.1337304371178952, 0.39312738417615656, 0.334181173335325, 0.20051080016489872, -1.9037535038086737, -1.595939461643624, 0.6443927757138599, 0.5695036521940489, -0.11113077665119196, 0.6743585924637011, -0.7989463953617891, -0.35159418091823263, 0.6025065855913252, 0.8127616891974889, 1.095716480829287, 1.031180764023368, 0.6936987805457797, 0.5638610832334555, 0.6289547474503807, 0.4864199414049449, 0.003555143223845193, 0.6131965632290625, 1.0188343225209782, -0.8333567933500377, 0.3187018694442577, 0.5408622986470566, -1.5116399534590224, -2.1639648058447403, 0.5581763064336605, -0.3148134343000093, 0.8086691157950824, -1.6885986736455034, 0.29487560347133296, 0.8828911297392749, 0.960648706499338, 0.8976337797660041, 0.8976337797660041, -0.19845164366977466, 0.8368646828679395, 1.0815232898410303, 0.8563823484211927, -0.16822062074576394, 0.4609124483294017, 0.5408622986470566, 0.5290965376647172, 0.20958981021645967, 0.5050040772061499, -2.309281209525231, 0.34935165045340283, 0.1032132733058089, -2.309281209525231, 0.3788137017544563, 0.6889096879386071, 0.2274291141836232, -0.9070866487891216, 0.936760077627196, -1.7908197963455337, -2.460175670746016, -2.0281837287600726, 0.9870606488476228, -2.1639648058447403, 0.060522114705873424, -1.7908197963455337, 0.6078703716424291, -0.4103074833999498, 0.1236933868296096, 0.3187018694442577, 0.6392815366246449, 0.5050040772061499, 0.4737731853229181, 0.5350021860402491, -0.4738948300099508, 0.55244868603507, -1.4345885010765604, 0.3568248777988783, 0.7399992884527912, -1.6885986736455034, -2.1639648058447403, 1.1206144572597123, 0.060522114705873424, 0.5231446408555704, 0.55244868603507, 0.8791603255343162, 1.087232430466848, 0.24485964917441086, 0.999930039186407, -2.1639648058447403, 0.9156686434015467, -1.3638121081941443, -1.595939461643624, 0.4071765555307797, 0.6545132545231258, -0.2140283131302324, 0.27027867824906665, 0.950502569380451, 0.5231446408555704, 0.2274291141836232, 0.4071765555307797, 0.3788137017544563, -1.595939461643624, 0.9297944638296226, 0.1820211513964008, -0.9467240020971152, -0.058018779621310364, 0.334181173335325, 0.7489301911561815, 0.9192248001661676, -0.4963180786225228, 0.6743585924637011, -1.9037535038086737, 0.1236933868296096, 0.467370015638833, 0.8408085369658129, 0.5466775718152194, -1.237894067307488, 0.7354941587831607, 1.1341019606105944, -1.5116399534590224, 0.4543995520667104, 0.6889096879386071, -1.5116399534590224, 0.5050040772061499, 0.8525187242042239, 0.7172016613579972, 0.7962574312766367, -0.2140283131302324, 0.7489301911561815, 0.42777518951317295, 0.6025065855913252, -0.4103074833999498, 0.5350021860402491, 0.20051080016489872, -0.020480675625245564, 0.17260506177403073, -1.29848072854847, -0.058018779621310364, 0.8939748528140443, 0.8525187242042239, 0.7172016613579972, 0.9192248001661676, 0.9012751679508454, -0.22992937807627506, -1.29848072854847, 0.5466775718152194, -0.9884605008257548, -0.7989463953617891, -1.7908197963455337, 0.9902984946310559, -1.9037535038086737, 0.5751046350376452, -1.3638121081941443, 0.5581763064336605, 0.7031873501461632, 0.1032132733058089, 0.9262875577869698, 0.7577573320076159, 0.19132213921296332, -2.1639648058447403, -0.7989463953617891, -2.0281837287600726, 0.8368646828679395, 0.3418042441300493, 0.6545132545231258, 0.41410496656538265, 0.7264029593377443, -1.9037535038086737, -0.9884605008257548, 0.6645007101853312, -0.04529951220925138, 0.2618997004246453, 0.55244868603507, 0.4071765555307797, 1.4986575481947673, -2.0281837287600726, 0.6392815366246449, -1.1814632370916622, 0.936760077627196, 0.3642253683903849, 0.7962574312766367, 0.467370015638833, 0.08216689084933937, 0.6078703716424291, -1.6885986736455034, 0.6184856833625021, 0.97066110953703, -0.452108047544569, -0.6466094029941652, 0.31084243284811025, 0.29487560347133296, 0.3187018694442577, 0.8486353500034616, 0.5861842615206465, -1.128692538723319, -0.09750189321963232, -0.6747739251414447, 0.6131965632290625, -1.3638121081941443, 0.4988597148730016, -0.7040030207871929, 0.1820211513964008, -1.6885986736455034, 0.5916640820335706, -1.128692538723319, 0.492665277015513, 0.37155452284461904, 0.1337304371178952, 0.8525187242042239, 0.8902982173755639, 1.0157160996455443, 1.0843832240050315, 0.5466775718152194, -2.1639648058447403, -1.7908197963455337, 0.1236933868296096, -1.0791633081157843, 0.17260506177403073, -0.008367979144914012, -0.8693540607735736, 0.37155452284461904, 0.4864199414049449, 0.5290965376647172, -0.11113077665119196, 1.090070989391702, 0.3264809075600266, -0.8693540607735736, 0.6078703716424291, 0.08216689084933937, 0.6840902187087139, 0.8208812844718991, 0.6936987805457797, -1.595939461643624, 0.2618997004246453, 0.4345192096918359, -1.0325203021041172, 1.1525909430846115, 0.6840902187087139, -0.07095391690361516, 0.41410496656538265, 0.24485964917441086, 0.7751097767556501, 0.6237382442217368, 0.29487560347133296, 0.09276281134319464, 0.27027867824906665, -1.6885986736455034, 1.4455551200584529, 0.7664830934296445, 0.950502569380451, -0.9467240020971152, -1.7908197963455337, 0.1337304371178952, 0.015294516586481196, 0.6237382442217368, 0.026855702399254302, 0.7489301911561815, -1.595939461643624, 0.6889096879386071, 0.7031873501461632, -0.35159418091823263, 0.4412039260241517, 0.6936987805457797, 0.03824401409831552, 0.4609124483294017, -1.5116399534590224, 0.27027867824906665, 0.55244868603507, 0.17260506177403073, 0.7962574312766367, 0.27027867824906665, 0.2185617509985538, 0.8678567042298837, 0.5638610832334555, 1.3611960429458108, 0.3568248777988783, 0.6840902187087139, 0.8486353500034616, 0.6025065855913252, 0.8791603255343162, 0.950502569380451, 0.6025065855913252, 0.3788137017544563, 0.6184856833625021, 0.5050040772061499, -0.03278905184738322, 1.2151751872857641, -0.7040030207871929, 0.6694456376401517, 0.9402190781541988, -1.5116399534590224, 0.6025065855913252, 0.6078703716424291, 1.292774930079576, 0.8208812844718991, 0.4071765555307797, 0.5916640820335706, 0.8525187242042239, 0.30290092082213943, 0.7664830934296445, -0.19845164366977466, 0.7751097767556501, -2.309281209525231, 0.4001844219865284, -1.7908197963455337, 0.5971046709247512, 0.8678567042298837, 0.29487560347133296, -2.0281837287600726, 0.9402190781541988, -2.460175670746016, 0.3418042441300493, 0.7078875667035791, 0.7836396058671488, -1.595939461643624, 0.3187018694442577, 0.30290092082213943, 0.4737731853229181, -1.3638121081941443, -0.6466094029941652, 0.960648706499338, 0.9085059948049472, 0.7444778622087553, 0.7309621565324731, 0.4988597148730016, -1.6885986736455034, 0.5231446408555704, -1.6885986736455034, 0.31084243284811025, 0.6840902187087139, 0.9120957609582824, 0.9156686434015467, -2.1639648058447403, 0.8563823484211927, 0.7031873501461632, -0.3706694405650376, 0.5231446408555704, -2.0281837287600726, 0.5806646398590232, 0.8902982173755639, 0.9402190781541988, 0.7399992884527912, 0.2274291141836232, 0.4988597148730016, -2.0281837287600726, -1.7908197963455337, 0.015294516586481196, 0.5581763064336605, 0.24485964917441086, -1.7908197963455337, 0.1820211513964008, 0.8563823484211927, 0.3418042441300493, -0.9070866487891216, 0.9538996948989804, -0.22992937807627506, 0.25342739050310553, -0.07095391690361516, -2.460175670746016, 0.4478303714213081, -0.9467240020971152, 0.31084243284811025, 0.6131965632290625, 0.8249087699382739, 1.2617761146937592, -0.7040030207871929, -1.9037535038086737, 0.4071765555307797, 0.3568248777988783, 0.42097080489505295, 0.20051080016489872, -0.765992185557171, 0.7621327394570846, 0.7078875667035791, -0.452108047544569, 0.6494698639863952, -1.128692538723319, -0.09750189321963232, -1.4345885010765604, 0.3568248777988783, -1.595939461643624, -2.0281837287600726, 0.25342739050310553, 0.6840902187087139, 0.7793866620258191, 0.7708086790879902, -1.9037535038086737, -1.4345885010765604, 0.4478303714213081, 0.6443927757138599, 0.7444778622087553, 0.37155452284461904, -2.0281837287600726, 0.1820211513964008, -2.0281837287600726, 0.5581763064336605, 0.5350021860402491, 0.25342739050310553, 0.7577573320076159, -0.5194156491137759, 0.23619430561024585, 0.7878688747266053, -2.1639648058447403, 0.3418042441300493, 0.7621327394570846, 0.7533565809673924, 0.7489301911561815, 0.7354941587831607, 0.8329002481322698, 1.478539815682598, -0.12500767609718327, 0.6792399852425512, 0.37155452284461904, 1.1096493200366904, 0.8563823484211927, -1.9037535038086737, 0.9470901835199106, 0.9085059948049472, -1.6885986736455034, 0.5695036521940489, 1.0157160996455443, 0.6595233914526224, 0.634135684443481, 0.7218162390030473, -0.22992937807627506, 0.2618997004246453, 0.7793866620258191, 0.7264029593377443, 0.4071765555307797, 0.11352220724377494, 1.0188343225209782, 0.480122865411213, -1.7908197963455337, 0.55244868603507, 1.0125850235357796, 0.7218162390030473, -0.5432288331150779, 0.39312738417615656, 0.20958981021645967, -0.058018779621310364, 0.6545132545231258, 1.1151516750394928, 0.24485964917441086, -0.9884605008257548, 0.7172016613579972, -0.6747739251414447, 0.936760077627196, 0.8329002481322698, -2.1639648058447403, 0.8640511431197525, -0.452108047544569, -2.1639648058447403, 0.7533565809673924, 0.8486353500034616, -0.452108047544569, -2.309281209525231, -0.07095391690361516, 0.8791603255343162, 0.5751046350376452, 0.7172016613579972, -0.020480675625245564, -1.0325203021041172, 0.8168323342051341, 0.7172016613579972, 0.7031873501461632, 1.0699746407663235, -0.6194358680175267, 0.7444778622087553, -2.0281837287600726, 0.7621327394570846, 0.3264809075600266, -0.03278905184738322, 1.0463368559808497, 1.1782466903002635, 0.5751046350376452, 0.9470901835199106, -0.9070866487891216, -0.008367979144914012, 0.5290965376647172, 0.7962574312766367, 0.6078703716424291, 0.9935225977668192, 0.5638610832334555, 1.0157160996455443, 0.39312738417615656, 1.078652546901017, 0.6025065855913252, 0.5751046350376452, -2.0281837287600726, 0.015294516586481196, 0.6184856833625021, 0.8086691157950824, 0.634135684443481, 0.7962574312766367, -2.1639648058447403, -1.6885986736455034, 0.31084243284811025, 0.7399992884527912, 0.3642253683903849, 0.4543995520667104, 0.334181173335325, 0.5581763064336605, 0.9772634717030112, 0.24485964917441086, 1.3710454985945577, 0.2274291141836232, 0.7218162390030473, 0.1820211513964008, 0.6131965632290625, 0.6494698639863952, 0.634135684443481, 0.8447320229330646, -1.29848072854847, -0.8333567933500377, 0.800417230139145, -0.1831864642385237, 0.34935165045340283, 0.4737731853229181, -1.237894067307488, -1.0791633081157843, 1.457874664677699, 1.058247693094294, 0.7836396058671488, 0.37155452284461904, 0.6792399852425512, 1.3611960429458108, 0.6595233914526224, 0.5466775718152194, 0.5408622986470566, 0.29487560347133296, 0.492665277015513, 0.4345192096918359, 0.3860042271978143, 0.6545132545231258, 0.8408085369658129, 0.5638610832334555, 0.3860042271978143, 0.800417230139145, -0.19845164366977466, 0.08216689084933937, 0.467370015638833, 0.9297944638296226, -0.2970657134820117, -1.5116399534590224, 0.9120957609582824, 1.040310659171274, 0.6237382442217368, 0.492665277015513, 0.6025065855913252, 0.3860042271978143, 0.6595233914526224, 0.8168323342051341, 0.19132213921296332, 0.7751097767556501, 0.4412039260241517, 0.6494698639863952, -1.6885986736455034, 0.9192248001661676, 0.9085059948049472, 0.7264029593377443, 0.7708086790879902, 0.7962574312766367, 0.7264029593377443, 0.9192248001661676, 0.8939748528140443, -1.9037535038086737, 0.153415952558367, -0.765992185557171, -0.6747739251414447, 0.7664830934296445, 0.5971046709247512, 0.4543995520667104, -0.04529951220925138, -1.1814632370916622, 0.6645007101853312, 0.5638610832334555, 0.7836396058671488, 0.42777518951317295, 0.467370015638833, -0.12500767609718327, 0.7878688747266053, 0.4478303714213081, 0.42097080489505295, 0.5110991664951507, -2.0281837287600726, 0.9772634717030112, 0.16307099149546705, 0.9120957609582824, 1.043329733608948, 0.42097080489505295, 0.03824401409831552, 0.6694456376401517, 0.9640008588938695, -0.9467240020971152, -2.0281837287600726, 0.2274291141836232, -1.29848072854847, 0.11352220724377494, 0.9012751679508454, 0.9572816959242124, 0.4543995520667104, -1.3638121081941443, 0.936760077627196, -0.3148134343000093, -1.5116399534590224, -1.4345885010765604, 0.8640511431197525, 0.5581763064336605, -0.3902320965169684, -1.9037535038086737, -0.6747739251414447, -1.7908197963455337, -1.595939461643624, 0.5231446408555704, 0.492665277015513, 0.7533565809673924, -2.1639648058447403, -1.7908197963455337, 0.2274291141836232, -0.35159418091823263, 0.8447320229330646, 0.6743585924637011, -1.4345885010765604, 0.9262875577869698, -1.3638121081941443, 0.7172016613579972, 0.015294516586481196, 0.31084243284811025, 0.4478303714213081, -0.765992185557171, 0.9012751679508454, 0.6889096879386071, 0.5581763064336605, -1.1814632370916622, -1.5116399534590224, -1.7908197963455337, -0.4963180786225228, -2.0281837287600726, -1.3638121081941443, 0.7751097767556501, -0.04529951220925138, 0.7172016613579972, 0.6289547474503807, 0.8045543765502793, 0.9012751679508454, 0.27027867824906665, 0.5971046709247512, 0.6694456376401517, 0.153415952558367, -1.7908197963455337, 1.1124054799310306, -0.9467240020971152, 0.42097080489505295, 0.6289547474503807, 0.3418042441300493, -0.07095391690361516, 0.517145766098564, 0.7751097767556501, 0.7751097767556501, 0.7878688747266053, 0.24485964917441086, -1.7908197963455337, 0.6595233914526224, -1.595939461643624, 0.8486353500034616, 0.9870606488476228, 0.9192248001661676, 0.5110991664951507, 0.5466775718152194, 0.5861842615206465, -0.2970657134820117, -0.6747739251414447, 0.7264029593377443, -0.3902320965169684, 0.4737731853229181, 0.936760077627196, 0.060522114705873424, 0.517145766098564, 0.6078703716424291, -1.9037535038086737, 0.9332852546456206, 0.1436368422315127, 0.11352220724377494, 0.42777518951317295, 0.16307099149546705, -0.9070866487891216, 0.9085059948049472, 0.7264029593377443, 0.19132213921296332, 0.3642253683903849, 0.6840902187087139, -0.7040030207871929, 0.20958981021645967, 0.6494698639863952, -0.3902320965169684, -0.5194156491137759, 0.5581763064336605, 0.25342739050310553, 0.7621327394570846, 0.4864199414049449, 0.42097080489505295, 0.6792399852425512, -0.15354265352935362, -1.3638121081941443, 0.5695036521940489, 0.492665277015513, 1.0094409878143586, 0.4609124483294017, 0.7836396058671488, 1.1260382317577884, 0.42777518951317295, 0.8939748528140443, 0.6694456376401517, -0.9884605008257548, 0.4412039260241517, -0.452108047544569, 0.4988597148730016, 0.30290092082213943, 0.634135684443481, 0.1032132733058089, 0.6131965632290625, 0.8563823484211927, 0.4478303714213081, 1.1341019606105944, 1.0157160996455443, 0.6237382442217368, 0.7489301911561815, -0.3706694405650376, 0.6645007101853312, 0.8329002481322698, -0.6466094029941652, -2.309281209525231, 0.6984578768676025, 0.3264809075600266, -1.9037535038086737, 0.30290092082213943, 0.8486353500034616, 0.634135684443481, -0.008367979144914012, 0.5110991664951507, 0.3568248777988783, 0.2274291141836232, 0.1032132733058089, 0.5110991664951507, 0.6131965632290625, 0.960648706499338, 0.1337304371178952, 1.188271164248052, 0.1820211513964008, 0.480122865411213, 0.8208812844718991, 0.7962574312766367, 0.7878688747266053, 0.2274291141836232, 0.6184856833625021, -1.595939461643624, 0.31084243284811025, -1.29848072854847, -2.0281837287600726, -0.1831864642385237, -0.35159418091823263, 0.8208812844718991, 0.07142141569318708, 0.7751097767556501, 0.8208812844718991, 0.5050040772061499, 1.0031136053760192, 0.800417230139145, 0.37155452284461904, 0.4988597148730016, 0.4001844219865284, -1.237894067307488, 0.8563823484211927, 1.1680881429527459, -1.7908197963455337, 0.4412039260241517, 0.6443927757138599, 0.31084243284811025, 0.5581763064336605, 0.5290965376647172, -2.309281209525231, -1.1814632370916622, 0.39312738417615656, -1.7908197963455337, 0.7264029593377443, 0.6392815366246449, 0.7125588861119273, -0.020480675625245564, 0.8602264224623521, -0.5678027806974545, 0.334181173335325, 0.9436623996305572, 0.8486353500034616, 0.41410496656538265, -2.1639648058447403, 0.3642253683903849, 0.4412039260241517, 0.4412039260241517, 0.334181173335325, 0.4609124483294017, -0.16822062074576394, 0.55244868603507, 0.2867646957058001, 1.1341019606105944, 0.3860042271978143, 1.0219397972352555, -0.09750189321963232, 1.210353897411058, 0.8678567042298837, -0.4103074833999498, -1.29848072854847, 0.4001844219865284, 0.3788137017544563, -0.2627604568969648, 0.5916640820335706, 0.8127616891974889, 0.6984578768676025, 0.3860042271978143, -2.0281837287600726, 1.1957036401341121, -1.1814632370916622, 0.8329002481322698, 0.3264809075600266, 0.5916640820335706, 0.7078875667035791, 0.9192248001661676, 0.1820211513964008, 0.9902984946310559, 0.8525187242042239, 0.42097080489505295, 0.5050040772061499, 0.7354941587831607, 0.3642253683903849, -0.19845164366977466, -1.5116399534590224, 0.17260506177403073, 0.9156686434015467, -0.19845164366977466, 0.6237382442217368, -2.0281837287600726, 0.015294516586481196, 1.0815232898410303, 0.08216689084933937, 0.5751046350376452, 1.4366314706156096, 0.9156686434015467, -1.128692538723319, 0.8525187242042239, 1.0219397972352555, 0.7172016613579972, 0.8640511431197525, 0.7878688747266053, -1.29848072854847, 0.8602264224623521, -1.5116399534590224, -2.309281209525231, -1.6885986736455034, 0.3418042441300493, 0.6184856833625021, 0.7708086790879902, 0.8716432967325487, -1.5116399534590224, 0.24485964917441086, 1.0372795372985524, 0.97066110953703, 0.8602264224623521, 0.7172016613579972, 0.7264029593377443, 0.7309621565324731, 0.4609124483294017, 0.27027867824906665, -1.4345885010765604, 0.7533565809673924, 0.1820211513964008, 0.5806646398590232, 0.39312738417615656, 0.467370015638833, 0.8976337797660041, 0.6025065855913252, -0.7989463953617891, 0.31084243284811025, 0.6840902187087139, 0.5290965376647172, 0.1236933868296096, 0.3264809075600266, -0.35159418091823263, 0.6840902187087139, 0.8939748528140443, 0.29487560347133296, 0.4988597148730016, 0.4864199414049449, 1.058247693094294, 0.6289547474503807, 1.0463368559808497, -1.128692538723319, -0.09750189321963232, 0.8678567042298837, 0.4737731853229181, -1.595939461643624, 0.5861842615206465, 0.153415952558367, -1.6885986736455034, 0.9120957609582824, 1.309936575791761, -0.9070866487891216, -1.595939461643624, 0.8249087699382739, 0.480122865411213, -0.11113077665119196, 0.34935165045340283, 0.5408622986470566, 0.2618997004246453, 1.272992912682468, 1.2365000971522315, -0.765992185557171, 0.7125588861119273, 0.517145766098564, 0.41410496656538265, -1.237894067307488, -1.0791633081157843, -0.2970657134820117, 0.5466775718152194, 0.8716432967325487, 0.16307099149546705, 0.9640008588938695, 0.42777518951317295, 0.6494698639863952, -1.9037535038086737, -1.0325203021041172, 0.634135684443481, -0.04529951220925138, -0.3148134343000093, 0.6840902187087139, 0.7793866620258191, -0.8693540607735736, -1.0325203021041172, 0.6494698639863952, 0.6743585924637011, 0.8408085369658129, 0.31084243284811025, 0.6025065855913252, 0.6936987805457797, 0.7962574312766367, 0.8447320229330646, 0.9935225977668192, 0.7031873501461632, 0.5290965376647172, 0.4412039260241517, -1.128692538723319, 0.7399992884527912, -1.6885986736455034, 0.7399992884527912, 0.6595233914526224, 0.4412039260241517, 0.8289150169095993, -0.7040030207871929, 0.9262875577869698, -1.237894067307488, -0.13914174568594673, 1.1314235515790354, -1.7908197963455337, -1.7908197963455337, -1.9037535038086737, -2.0281837287600726, 0.060522114705873424, 0.5638610832334555, -0.1831864642385237, 0.5971046709247512, 1.0188343225209782, 0.55244868603507, 0.7078875667035791, 0.2618997004246453, 0.3264809075600266, 0.07142141569318708, 0.9120957609582824, 0.5110991664951507, 0.8563823484211927, -0.3329828011241682, -0.2797206384476193, 0.41410496656538265, 0.9085059948049472, -0.020480675625245564, 0.2274291141836232, 0.3264809075600266, 0.6595233914526224, 0.17260506177403073, 0.480122865411213, 0.999930039186407, -1.7908197963455337, 0.16307099149546705, -0.5678027806974545, 0.8902982173755639, -1.7908197963455337, 0.7125588861119273, 0.4864199414049449, -0.7989463953617891, 0.7354941587831607, 0.8902982173755639, -0.13914174568594673, 0.6595233914526224, 0.8602264224623521, -0.3329828011241682, 0.7836396058671488, 0.3788137017544563, 1.0062838847781332, -1.1814632370916622, 0.29487560347133296, -1.9037535038086737, 0.5695036521940489, -1.0325203021041172, 0.27027867824906665, 0.34935165045340283, 0.5050040772061499, 0.6595233914526224, 1.4526193098063591, -0.13914174568594673, 0.4609124483294017, 0.3418042441300493, -0.4309229444937889, 0.6078703716424291, 1.4903398231124958, -1.9037535038086737, -0.2461685581878911, 0.5408622986470566, 0.8368646828679395, -1.9037535038086737, 0.6694456376401517, -0.008367979144914012, 0.9012751679508454, -0.3329828011241682, 0.8976337797660041, 1.0250326275786257, 0.5231446408555704, 0.7444778622087553, 0.517145766098564, -2.309281209525231, 0.7125588861119273, 0.6078703716424291, 0.6840902187087139, -0.12500767609718327, 1.1782466903002635, -0.04529951220925138, 1.1655271344575586, 0.5581763064336605, -1.6885986736455034, 0.4737731853229181, 1.0552874475842589, 0.41410496656538265, 0.4609124483294017, 1.0157160996455443, 0.42777518951317295, -1.6885986736455034, 0.7264029593377443, 0.7878688747266053, -0.5194156491137759, -1.595939461643624, 0.6645007101853312, 0.9332852546456206, -2.1639648058447403, -1.4345885010765604, -1.128692538723319, 0.4609124483294017, -1.3638121081941443, 0.7751097767556501, 0.6595233914526224, 0.20958981021645967, 0.9120957609582824, 0.7399992884527912, 0.6443927757138599, 0.8563823484211927, 0.4478303714213081, 1.040310659171274, 0.2867646957058001, 0.4412039260241517, 0.55244868603507, 0.5971046709247512, 0.8045543765502793, 0.7577573320076159, 0.6743585924637011, 0.3264809075600266, 0.3418042441300493, 0.5408622986470566, 1.090070989391702, 0.8249087699382739, 0.5231446408555704, 0.3860042271978143, 0.6595233914526224, -0.09750189321963232, -0.5931869887998963, 1.4129270496297601, -0.4309229444937889, 0.3642253683903849, 0.6237382442217368, 0.3187018694442577, 0.8289150169095993, 0.7444778622087553, 0.9120957609582824, 0.7962574312766367, 0.4864199414049449, 0.5916640820335706, 0.5581763064336605, -0.2797206384476193, 1.064133797615875, 0.7664830934296445, 0.7621327394570846, -2.309281209525231, 0.5350021860402491, -1.9037535038086737, 0.8168323342051341, 0.5581763064336605, 0.6889096879386071, 0.8866037012563956, 0.6984578768676025, 0.6078703716424291, -1.9037535038086737, 0.3860042271978143, 1.1551958669581206, -0.9467240020971152, 0.7664830934296445, -0.7040030207871929, 0.467370015638833, 0.480122865411213, -0.9070866487891216, 0.25342739050310553, -1.1814632370916622, 0.8447320229330646, -0.020480675625245564, 0.7031873501461632, 0.20958981021645967, -1.3638121081941443, 0.480122865411213, -0.7989463953617891, -0.6747739251414447, 0.9902984946310559, 0.7172016613579972, 0.27027867824906665, 1.049332120528499, 0.16307099149546705, 1.049332120528499, -2.0281837287600726, -0.5931869887998963, -0.5931869887998963, 0.9120957609582824, -1.595939461643624, 0.480122865411213, 0.7218162390030473, 1.1603790659455475, 1.2434773948283588, 0.8678567042298837, -0.020480675625245564, 0.7920747306294774, -0.3148134343000093, 1.3225580311923315, 0.8447320229330646, 0.7125588861119273, 1.4092136460610756, -1.128692538723319, 0.4478303714213081, -0.7343786033976386, 0.1436368422315127, 0.6392815366246449, 0.6494698639863952, -0.5678027806974545, 0.9012751679508454, 0.8368646828679395, 0.003555143223845193, 0.5695036521940489, -0.8333567933500377, 0.6494698639863952, 0.6494698639863952, 0.6237382442217368, 1.200618523662263, 1.4036092751195686, -0.19845164366977466, 0.517145766098564, 0.09276281134319464, 0.7533565809673924, 0.153415952558367, -1.7908197963455337, 0.5638610832334555, 1.3204689668080167, -1.5116399534590224, -1.7908197963455337, -1.6885986736455034, 0.4864199414049449, -1.5116399534590224, -1.29848072854847, -1.3638121081941443, 1.2175744041628154, 0.8640511431197525, -0.3902320965169684, 0.015294516586481196, -1.6885986736455034, 0.24485964917441086, 0.7125588861119273, 0.7962574312766367, -2.1639648058447403, 1.0552874475842589, 0.03824401409831552, -0.2461685581878911, 0.7218162390030473, 0.950502569380451, 0.7489301911561815, -1.1814632370916622, -1.29848072854847, -0.2970657134820117, 0.8368646828679395, 0.7172016613579972, -0.6466094029941652, 0.7172016613579972, 0.42777518951317295, 0.7577573320076159, 1.1782466903002635, -1.595939461643624, 0.5290965376647172, 1.043329733608948, 1.0372795372985524, 0.936760077627196, -0.1831864642385237, -0.16822062074576394, -0.765992185557171, -2.1639648058447403, -1.7908197963455337, -0.7040030207871929, 0.9772634717030112, 1.049332120528499, 0.6184856833625021, 0.6494698639863952, 0.9572816959242124, 0.9805432573013186, -0.9884605008257548, -0.2461685581878911, 1.058247693094294, -1.4345885010765604, 0.960648706499338, 0.6494698639863952, 0.55244868603507, 0.3642253683903849, -0.16822062074576394, 0.8408085369658129, -1.7908197963455337, -0.11113077665119196, 0.5290965376647172, -1.4345885010765604, 0.4412039260241517, 0.7708086790879902, -0.7989463953617891, 0.7664830934296445, 1.2595127391400789, -1.3638121081941443, -0.7040030207871929, 0.34935165045340283, 0.9227643870757432, -1.1814632370916622, 0.25342739050310553, 1.6763427652499885, 0.6078703716424291, 0.5638610832334555, -0.3329828011241682, 0.37155452284461904, 0.7031873501461632, -1.237894067307488, 0.6237382442217368, -0.2970657134820117, 0.3788137017544563, 0.20051080016489872, 0.5581763064336605, 0.34935165045340283, 0.6237382442217368, 0.8127616891974889, 0.4478303714213081, 0.7125588861119273, 0.4345192096918359, -0.7989463953617891, 0.003555143223845193, 0.8902982173755639, -0.04529951220925138, -1.6885986736455034, 0.8563823484211927, 0.4071765555307797, 1.0670598333240222, 0.4737731853229181, 0.8563823484211927, 1.7652075328747654, 0.5350021860402491, 0.8408085369658129, 0.6545132545231258, 0.2274291141836232, 0.4864199414049449, 0.5581763064336605, 0.1032132733058089, 0.03824401409831552, 0.42097080489505295, -1.5116399534590224, -1.4345885010765604, 0.026855702399254302, 0.09276281134319464, -0.3706694405650376, -0.19845164366977466, 0.5466775718152194, 1.034236271475694, 1.2434773948283588, -1.9037535038086737, 0.7533565809673924, -0.058018779621310364, -0.6466094029941652, 0.3264809075600266, 0.5581763064336605, 0.7354941587831607, 1.3246413653339988, 0.8045543765502793, 0.5581763064336605, -1.5116399534590224, 0.6494698639863952, -1.7908197963455337, 0.6840902187087139, -0.15354265352935362, 0.967338283634793, 0.1032132733058089, 0.960648706499338, 0.7444778622087553, 0.7125588861119273, -0.08411235000314254, 0.7577573320076159, 0.5638610832334555, 0.8447320229330646, 0.6237382442217368, 1.0552874475842589, -0.07095391690361516, 0.07142141569318708, -0.8693540607735736, -0.008367979144914012, -1.29848072854847, 0.6936987805457797, -2.1639648058447403, 0.936760077627196, 1.031180764023368, 0.8408085369658129, 0.1436368422315127, -0.6747739251414447, -1.9037535038086737, 0.6025065855913252, 1.8489391995200664, -1.6885986736455034, 0.1820211513964008, 0.2618997004246453, 0.8939748528140443, 1.1731843995412754, -0.008367979144914012, -1.9037535038086737, 0.6545132545231258, 1.1260382317577884, 0.8716432967325487, 1.2884232371859057, 0.1337304371178952, 0.3418042441300493, 0.5050040772061499, -1.128692538723319, 1.3183741405748577, 0.6078703716424291, 0.153415952558367, 1.3826986812398685, -0.765992185557171, 0.8791603255343162, -0.35159418091823263, -1.6885986736455034, 0.7354941587831607, -0.5678027806974545, -1.9037535038086737, 0.4543995520667104, -0.3329828011241682, -0.35159418091823263, 0.41410496656538265, -1.1814632370916622, -0.3148134343000093, 0.4071765555307797, 0.8640511431197525, 0.20051080016489872, -1.237894067307488, -1.6885986736455034, 0.7836396058671488, 0.3187018694442577, -0.04529951220925138, 1.38845890286399, 1.0699746407663235, 0.5350021860402491, -1.9037535038086737, 0.8086691157950824, -1.4345885010765604, 0.800417230139145, 0.6792399852425512, 1.7133949612310242, -0.4103074833999498, 0.39312738417615656, -1.595939461643624, 0.9192248001661676, -1.4345885010765604, 0.6237382442217368, 0.5916640820335706, 0.1337304371178952, 0.5350021860402491, 0.4001844219865284, -1.7908197963455337, 0.6131965632290625, 0.8289150169095993, -1.1814632370916622, 0.2867646957058001, -1.5116399534590224, -0.4103074833999498, 0.8791603255343162, 0.8866037012563956, 1.095716480829287, 0.97066110953703, -1.1814632370916622, 1.7220741523351375, 0.015294516586481196, 0.7708086790879902, -1.7908197963455337, -2.0281837287600726, -0.9884605008257548, 0.800417230139145, 0.4864199414049449, -1.9037535038086737, 1.4699975634571285, -1.6885986736455034, 0.17260506177403073, 0.5408622986470566, -0.5194156491137759, -1.7908197963455337, 0.42777518951317295, 0.41410496656538265, -1.0325203021041172, 0.24485964917441086, 0.6494698639863952, 0.41410496656538265, -1.1814632370916622, -0.11113077665119196, 0.55244868603507, 0.5231446408555704, 0.6025065855913252, 0.026855702399254302, 0.4001844219865284, 0.5581763064336605, 1.1260382317577884, 0.6392815366246449, 0.25342739050310553, 0.4988597148730016, -1.4345885010765604, -2.0281837287600726, -1.5116399534590224, -1.4345885010765604, -1.128692538723319, 0.9470901835199106, 0.8289150169095993, 0.800417230139145, 0.7078875667035791, 0.8791603255343162, -0.5194156491137759, 0.9436623996305572, 0.8791603255343162, 0.7399992884527912, 0.6743585924637011, 0.6443927757138599, -1.5116399534590224, -0.2627604568969648, 0.5695036521940489, 0.334181173335325, 0.4412039260241517, 1.5948742188673672, -0.2797206384476193, -1.9037535038086737, -0.4309229444937889, -0.12500767609718327, 1.9737160290810345, 0.6443927757138599, 0.5290965376647172, -0.19845164366977466, 0.7125588861119273, 0.6237382442217368, 0.7621327394570846, 1.040310659171274, 0.9739694637332476, -2.309281209525231, 0.4609124483294017, 1.2503911800847614, -0.020480675625245564, 0.6792399852425512, 0.5971046709247512, -0.2970657134820117, -2.0281837287600726, -0.6466094029941652, 1.1577918876976336, 1.170640545434802, 0.153415952558367, 0.07142141569318708, 0.09276281134319464, -0.3902320965169684, -0.9467240020971152, -0.7343786033976386, 0.6392815366246449, -0.6747739251414447, -1.237894067307488, 0.20051080016489872, 0.9470901835199106, 1.5529237910273948, 0.5466775718152194, 1.2572425986414981, 0.7444778622087553, -0.4963180786225228, -1.0325203021041172, -0.6747739251414447, 0.7172016613579972, 0.4609124483294017, -0.058018779621310364, 0.1337304371178952, 0.060522114705873424, 0.6792399852425512, -1.0325203021041172, 0.7708086790879902, -0.9467240020971152, 1.2949414622140814, -1.0325203021041172, -0.765992185557171, 0.7793866620258191, -0.6194358680175267, -2.0281837287600726, 1.5326301274194551, 0.5408622986470566, 0.936760077627196, 0.4609124483294017, 0.3418042441300493, 0.8716432967325487, -0.020480675625245564, 1.4294162837631168, -1.7908197963455337, -0.452108047544569, 1.0062838847781332, 0.634135684443481, 0.4737731853229181, 0.6184856833625021, 1.0985235692499096, 1.043329733608948, 0.4001844219865284, -1.595939461643624, -0.8693540607735736, 0.7444778622087553, 1.2223502211651849, 1.043329733608948, 0.8828911297392749, -1.5116399534590224, 0.1236933868296096, 0.492665277015513, -0.09750189321963232, 0.492665277015513, 0.41410496656538265, 0.09276281134319464, 0.8486353500034616, 0.6392815366246449, -0.9467240020971152, 0.3264809075600266, 0.334181173335325, 1.0372795372985524, 0.23619430561024585, 1.090070989391702, 1.6483365073058274, -1.7908197963455337, 1.14997705480882, 0.8168323342051341, 1.7306552778095987, -0.15354265352935362, 0.7354941587831607, 0.6743585924637011, -0.8693540607735736, 0.9967330743941104, 0.7172016613579972, 0.03824401409831552, 0.5466775718152194, 1.292774930079576, -0.5931869887998963, 0.9227643870757432, 0.8368646828679395, -0.8693540607735736, 0.5290965376647172, 0.9402190781541988, -0.6747739251414447, 0.27027867824906665, -1.595939461643624, 0.7533565809673924, 0.7836396058671488, 0.8168323342051341, 0.6645007101853312, -1.595939461643624, 0.4071765555307797, 0.5751046350376452, 1.2992560741297468, 0.5050040772061499, -0.8693540607735736, -1.595939461643624, -1.5116399534590224, -0.5194156491137759, 1.6248831379653943, 0.7078875667035791, -0.7343786033976386, 0.23619430561024585, 0.20051080016489872, -0.16822062074576394, 0.11352220724377494, -1.9037535038086737, 0.7125588861119273, 1.2503911800847614, 0.7172016613579972, -0.2461685581878911, 0.492665277015513, 0.9739694637332476, 0.049464531590830016, 0.960648706499338, -2.309281209525231, 0.9012751679508454, 1.292774930079576, 0.5050040772061499, 0.2867646957058001, 0.049464531590830016, 0.6443927757138599, -0.15354265352935362, -0.9467240020971152, -1.6885986736455034, 0.6545132545231258, -2.0281837287600726, 0.30290092082213943, 0.37155452284461904, 1.6093121432094384, -0.4738948300099508, 0.1436368422315127, -0.008367979144914012, -1.595939461643624, 0.8791603255343162, 0.8208812844718991, -1.4345885010765604, 0.8289150169095993, -1.5116399534590224, 0.8045543765502793, -2.1639648058447403, -0.2627604568969648, 0.049464531590830016, -0.4963180786225228, 0.42777518951317295, 0.9192248001661676, 0.8563823484211927, 0.7962574312766367, 0.9870606488476228, 1.0699746407663235, -1.4345885010765604, 0.4864199414049449, 0.42777518951317295, -1.4345885010765604, 1.7282134052108724, 0.7489301911561815, 0.27027867824906665, -0.07095391690361516, -1.9037535038086737, -1.595939461643624, -0.04529951220925138, -0.03278905184738322, 0.9297944638296226, -1.7908197963455337, 1.0094409878143586, -1.4345885010765604, 0.25342739050310553, 0.5110991664951507, 0.6184856833625021, -1.9037535038086737, -0.020480675625245564, 0.7444778622087553, 0.5110991664951507, -2.0281837287600726, 0.800417230139145, 0.9332852546456206, 0.7962574312766367, 0.6645007101853312, 0.8678567042298837, -1.4345885010765604, 0.7708086790879902, 1.2840464675421142, 0.153415952558367, 0.8716432967325487, -1.6885986736455034, 0.6237382442217368, -1.6885986736455034, 0.31084243284811025, -0.7040030207871929, -1.5116399534590224, -2.0281837287600726, 0.39312738417615656, 0.1436368422315127, 0.6984578768676025, -1.595939461643624, -0.16822062074576394, -1.5116399534590224, 1.3451663149269018, 0.17260506177403073, 0.6131965632290625, 0.8408085369658129, -0.8333567933500377, 0.7309621565324731, 1.3512171779987705, 0.7962574312766367, 1.0843832240050315, 0.8678567042298837, 0.6984578768676025, 0.634135684443481, -1.128692538723319, 0.4412039260241517, 1.0031136053760192, 0.7078875667035791, -0.058018779621310364, -1.7908197963455337, 1.1473541402279273, 0.5050040772061499, -0.1831864642385237, -1.237894067307488, 0.25342739050310553, 0.5581763064336605, -0.4963180786225228, 1.2223502211651849, -0.6466094029941652, -1.0325203021041172, 0.7533565809673924, -1.7908197963455337, -1.9037535038086737, 0.8828911297392749, 0.4543995520667104, 1.5342105757452758, -1.3638121081941443, 0.4412039260241517, -0.6466094029941652, -1.7908197963455337, -1.7908197963455337, -1.0791633081157843, -0.8333567933500377, -0.9884605008257548, -1.0325203021041172, 1.0463368559808497, 0.6289547474503807, -0.2140283131302324, 0.41410496656538265, -0.35159418091823263, -0.2970657134820117, -0.9467240020971152, 0.4001844219865284, 0.9470901835199106, -1.5116399534590224, 0.634135684443481, -0.008367979144914012, 0.3418042441300493, 0.39312738417615656, -1.237894067307488, -0.8693540607735736, 0.25342739050310553, 0.2618997004246453, -0.2461685581878911, -1.4345885010765604, -0.3706694405650376, 0.8678567042298837, 0.7399992884527912, -0.2461685581878911, -0.03278905184738322, 0.2618997004246453, -0.5432288331150779, 0.8716432967325487, -0.6747739251414447, 0.7354941587831607, 0.7962574312766367, 0.7125588861119273, 0.30290092082213943, 0.4478303714213081, 0.8640511431197525, 1.3730001544265038, 0.5290965376647172, 1.1394306099228304, 1.1151516750394928, 0.1236933868296096, 0.6645007101853312, -0.4963180786225228, 1.1680881429527459, 0.480122865411213, -1.5116399534590224, 0.30290092082213943, 0.4609124483294017, 0.5971046709247512, -1.5116399534590224, 1.3671210305188926, -0.7989463953617891, 1.049332120528499, -0.008367979144914012, -0.16822062074576394, 0.6392815366246449, 0.7218162390030473, 0.6131965632290625, -0.6194358680175267, 0.5695036521940489, 0.7533565809673924, 0.8976337797660041, -0.3329828011241682, 0.7793866620258191, 1.1287356643976951, -1.6885986736455034, -2.309281209525231, 1.4970012746774022, -0.008367979144914012, 1.052315620383371, 0.17260506177403073, -2.0281837287600726, 0.31084243284811025, -0.7040030207871929, -1.5116399534590224, -0.9467240020971152, 0.5861842615206465, 1.052315620383371, 0.9012751679508454, 0.17260506177403073, 0.34935165045340283, 0.5408622986470566, 0.026855702399254302, 0.6131965632290625, 0.4543995520667104, -0.9070866487891216, 0.5806646398590232, 0.026855702399254302, -0.08411235000314254, 1.049332120528499, -0.4738948300099508, 0.3860042271978143, 0.7878688747266053, -1.29848072854847, 0.41410496656538265, 1.3471886302157619, -0.12500767609718327, -1.128692538723319, 1.1551958669581206, 0.19132213921296332, 0.8563823484211927, 0.517145766098564, -0.9884605008257548, 1.1206144572597123, -2.0281837287600726, 1.7171267662378618, -1.595939461643624, -0.3148134343000093, 0.7078875667035791, -1.237894067307488, 0.23619430561024585, 1.3014042235217171, 0.6645007101853312, -1.0325203021041172, -0.9884605008257548, -1.6885986736455034, 1.052315620383371, 1.0670598333240222, 0.4478303714213081, -0.2627604568969648, 0.8828911297392749, 0.6025065855913252, 0.026855702399254302, -0.15354265352935362, 1.8202380277853905, 0.2185617509985538, 0.42097080489505295, 1.2774336569728462, 1.170640545434802, -0.6466094029941652, -0.5194156491137759, 0.8640511431197525, 0.37155452284461904, 0.4478303714213081, -0.07095391690361516, -0.3148134343000093, -1.7908197963455337, 1.0699746407663235, -0.22992937807627506, 0.8754111087282749, 0.8716432967325487, -0.4963180786225228, 0.08216689084933937, 0.9538996948989804, 0.20051080016489872, 0.5231446408555704, -2.0281837287600726, 0.07142141569318708, 0.42777518951317295, 0.4001844219865284, -1.595939461643624, 0.6595233914526224, 0.23619430561024585, -0.04529951220925138, 0.9192248001661676, 0.6289547474503807, -0.2461685581878911, -1.0325203021041172, -0.765992185557171, 0.5695036521940489, -1.9037535038086737, -1.5116399534590224, 0.7878688747266053, 0.5751046350376452, 0.8168323342051341, 0.9572816959242124, 0.4001844219865284, 1.040310659171274, -0.020480675625245564, -0.9884605008257548, 0.31084243284811025, -0.04529951220925138, 0.4737731853229181, -0.3706694405650376, 0.9085059948049472, -0.3329828011241682, -0.5194156491137759, 1.1068831227890457, 0.4412039260241517, 0.7125588861119273, 0.6545132545231258, 0.9048991846603904, 1.9224577622292969, -0.4309229444937889, 0.6743585924637011, 0.9227643870757432, 0.4864199414049449, 0.5581763064336605, 0.8525187242042239, 1.3390668586986936, 0.25342739050310553, 0.9156686434015467, 1.1731843995412754, 0.37155452284461904, 0.4609124483294017, -0.9070866487891216, 0.9156686434015467, 0.5231446408555704, 0.5581763064336605, -1.4345885010765604, 0.4609124483294017, -1.237894067307488, 1.0157160996455443, 1.0094409878143586, -0.4309229444937889, 0.7172016613579972, -0.058018779621310364, 0.07142141569318708, -1.1814632370916622, 0.6494698639863952, -0.452108047544569, 1.270762766016456, 0.5050040772061499, -1.3638121081941443, 0.6645007101853312, 0.800417230139145, 1.752285861502359, 0.37155452284461904, -1.0325203021041172, 0.09276281134319464, -0.9070866487891216, 0.7533565809673924, -0.2461685581878911, -0.2627604568969648, 0.2867646957058001, 0.1236933868296096, 0.2785663548709125, 0.97066110953703, 0.4345192096918359, 1.1551958669581206, 0.03824401409831552, 0.049464531590830016, -0.3706694405650376, -0.4738948300099508, 0.7354941587831607, 0.5695036521940489, -0.08411235000314254, -0.6747739251414447, -1.4345885010765604, 0.6840902187087139, -1.1814632370916622, -0.5678027806974545, 0.6694456376401517, 0.16307099149546705, 0.7920747306294774, 0.3418042441300493, 0.6237382442217368, 0.153415952558367, -1.3638121081941443, -1.595939461643624, 0.6289547474503807, 0.5290965376647172, -0.16822062074576394, -0.19845164366977466, -0.3706694405650376, 0.9192248001661676, -1.6885986736455034, 1.2774336569728462, -0.7989463953617891, -0.2627604568969648, -0.765992185557171, -0.3902320965169684, -0.4963180786225228, -0.5432288331150779, 1.4054819974826238, 0.800417230139145, 1.2840464675421142, 1.0552874475842589, 0.24485964917441086, 0.6237382442217368, -0.3706694405650376, 0.7354941587831607, 1.6304670909418773, 0.4345192096918359, 0.5751046350376452, -1.237894067307488, 0.1436368422315127, 0.7621327394570846, -0.5194156491137759, -1.1814632370916622, 0.41410496656538265, 0.1337304371178952, -0.6194358680175267, 0.19132213921296332, 0.8791603255343162, 0.6595233914526224, 0.6392815366246449, 0.03824401409831552, -0.3706694405650376, -0.12500767609718327, -1.3638121081941443, -0.2970657134820117, 0.41410496656538265, -0.13914174568594673, 1.2549656526421749, 0.11352220724377494, -0.2627604568969648, 1.0928989800497364, 0.7664830934296445, 1.3998499203948411, -0.2970657134820117, 0.17260506177403073, 0.8289150169095993, 1.2818485883059765, 0.153415952558367, -0.6466094029941652, -0.04529951220925138, -1.1814632370916622, -0.3902320965169684, -0.7040030207871929, 0.8045543765502793, 0.015294516586481196, -2.0281837287600726, -1.3638121081941443, -0.12500767609718327, 0.6840902187087139, 0.24485964917441086, 0.8086691157950824, -0.04529951220925138, -1.3638121081941443, -0.3148134343000093, -0.6747739251414447, -0.4309229444937889, -0.9884605008257548, -1.29848072854847, 0.3788137017544563, 0.9048991846603904, 0.55244868603507, -2.1639648058447403, 0.11352220724377494, 0.2185617509985538, 0.7218162390030473, -0.452108047544569, -0.15354265352935362, 0.23619430561024585, 1.3411054581877853, 1.0372795372985524, -1.128692538723319, -0.9070866487891216, 0.30290092082213943, 0.6392815366246449, -0.6466094029941652, 0.2274291141836232, 0.19132213921296332, -0.765992185557171, 0.42097080489505295, -1.237894067307488, -0.07095391690361516, -0.4103074833999498, 0.480122865411213, 0.41410496656538265, -0.765992185557171, 0.2618997004246453, 0.4071765555307797, -1.0791633081157843, 0.5581763064336605, 1.6093121432094384, -0.3148134343000093, 0.4864199414049449, 0.23619430561024585, 0.7309621565324731, 0.4609124483294017, 0.9967330743941104, 1.028112916079207, 0.2867646957058001, -0.04529951220925138, 1.2949414622140814, 0.1032132733058089, 0.2185617509985538, -0.08411235000314254, 0.9640008588938695, 0.5751046350376452, -0.9884605008257548, 0.24485964917441086, 0.07142141569318708, 0.7962574312766367, 1.049332120528499, 0.4737731853229181, -0.2140283131302324, 0.7489301911561815, 0.4543995520667104, 0.6392815366246449, 0.950502569380451, 1.3451663149269018, 1.6428828704890988, -0.22992937807627506, 0.6131965632290625, 0.25342739050310553, 0.7078875667035791, 0.5290965376647172, 1.1655271344575586, 0.20051080016489872, 1.7096447287280054, 0.7962574312766367, 0.6237382442217368, 0.5581763064336605, -0.2627604568969648, 0.20051080016489872, -1.0325203021041172, 0.3860042271978143, -0.04529951220925138, 1.1394306099228304, 0.1032132733058089, -0.08411235000314254, 0.1436368422315127, 0.7708086790879902, 1.6931762636069263, 1.1041068148252118, 0.4345192096918359, 0.3264809075600266, 0.29487560347133296, 0.97066110953703, 1.0157160996455443, 1.6483365073058274, 0.5916640820335706, -1.6885986736455034, -0.765992185557171, 0.5231446408555704, 0.634135684443481, -0.765992185557171, -1.5116399534590224, 1.2294581094756911, 1.3788341191958973, 1.4110726173150896, -0.2461685581878911, 0.4737731853229181, -2.0281837287600726, -0.4963180786225228, 0.7878688747266053, 0.7078875667035791, -0.9070866487891216, 0.24485964917441086, -1.4345885010765604, -0.22992937807627506, -0.6466094029941652, 0.7962574312766367, -1.1814632370916622, -1.0791633081157843, 0.3264809075600266, -0.9070866487891216, 0.8828911297392749, 0.41410496656538265, 0.55244868603507, 0.3642253683903849, 1.4239595527196016, 0.8754111087282749, -1.128692538723319, 1.0250326275786257, -1.1814632370916622, -0.07095391690361516, -0.7989463953617891, 1.1857774217892432, 0.8249087699382739, 0.7309621565324731, -0.4309229444937889, 1.4665535781800842, 0.7031873501461632, 1.3204689668080167, 1.4903398231124958, 0.6289547474503807, 0.25342739050310553, 0.2185617509985538, -0.2797206384476193, 0.8249087699382739, -0.22992937807627506, 1.2457889896261725, -0.8693540607735736, -0.6747739251414447, 1.4221318953312687, 1.095716480829287, 0.24485964917441086, -0.5678027806974545, 0.8045543765502793, -0.9070866487891216, 1.5134036827642916, 1.2175744041628154, 0.334181173335325, 0.3418042441300493, -0.3902320965169684, 1.4239595527196016, 0.5466775718152194, -0.04529951220925138, 0.3418042441300493, 1.5436248170086742, -1.128692538723319, -1.5116399534590224, -0.058018779621310364, 0.5638610832334555, 1.2796443304919032, 0.09276281134319464, -0.2461685581878911, 0.42777518951317295, 1.9061870326561097, 0.8329002481322698, 0.2618997004246453, -0.9884605008257548, -0.4738948300099508, -0.6194358680175267, 0.19132213921296332, 0.11352220724377494, 0.20958981021645967, -1.237894067307488, 0.7751097767556501, -1.29848072854847, 1.4970012746774022, 1.2526818602205154, 1.1394306099228304, 0.1236933868296096, 1.9186605971813675, -0.4309229444937889, -0.9070866487891216, 0.153415952558367, 0.5971046709247512, 1.0125850235357796, 0.2867646957058001, -0.5678027806974545, 0.41410496656538265, 0.2274291141836232, 0.9012751679508454, 0.8640511431197525, 0.492665277015513, -1.237894067307488, 0.7309621565324731, -1.595939461643624, -0.7989463953617891, -0.8333567933500377, -0.9884605008257548, 1.2055018081980449, 0.17260506177403073, 0.7621327394570846, -0.7343786033976386, -1.29848072854847, 0.7751097767556501, -1.0791633081157843, 0.334181173335325, -1.4345885010765604, -0.35159418091823263, 0.8902982173755639, -0.9467240020971152, 0.7264029593377443, -0.8333567933500377, 0.41410496656538265, -1.29848072854847, -0.765992185557171, 0.5695036521940489, 0.8640511431197525, 0.9967330743941104, -1.9037535038086737, -1.5116399534590224, 0.39312738417615656, 1.2434773948283588, 0.4543995520667104, 0.07142141569318708, -1.29848072854847, 0.2185617509985538, -0.4738948300099508, -1.29848072854847, -0.9884605008257548, -0.4738948300099508, 0.6025065855913252, 0.2274291141836232, 0.31084243284811025, 1.058247693094294, 0.03824401409831552, -0.09750189321963232, 1.0611964468176427, 0.11352220724377494, -1.29848072854847, 0.16307099149546705, 0.7354941587831607, 0.7125588861119273, 0.5916640820335706, 0.4478303714213081, -1.4345885010765604, 0.467370015638833, 0.6936987805457797, 0.950502569380451, 0.334181173335325, 0.07142141569318708, 0.2618997004246453, -0.2140283131302324, 0.9805432573013186, 1.596330425174686, 0.3418042441300493, -0.09750189321963232, 0.1236933868296096, 0.8563823484211927, -0.7040030207871929, -0.5678027806974545, 0.5971046709247512, -1.4345885010765604, 0.8447320229330646, 0.5466775718152194, -1.237894067307488, -0.9467240020971152, 1.53736164002451, -0.5194156491137759, 0.8716432967325487, 0.2274291141836232, 0.9012751679508454, 0.7621327394570846, 0.7264029593377443, -0.7343786033976386, 0.55244868603507, -0.452108047544569, 0.30290092082213943, -0.5931869887998963, -0.9884605008257548, -1.237894067307488, 0.6743585924637011, 1.5636306234716006, 0.4988597148730016, -0.2970657134820117, -0.15354265352935362, 0.23619430561024585, 0.049464531590830016, 0.4071765555307797, 1.1124054799310306, 0.42097080489505295, 0.8525187242042239, 0.42097080489505295, 0.19132213921296332, 1.926236036563134, -0.5432288331150779, 1.3572202159960205, 0.5861842615206465, 0.2867646957058001, 0.015294516586481196, 0.7836396058671488, 0.8976337797660041, 0.6545132545231258, 0.492665277015513, -0.9070866487891216, 1.2318127005159405, 0.4071765555307797, 0.20051080016489872, 1.3287909680203784, -0.2797206384476193, -0.6466094029941652, -0.5678027806974545, 0.9156686434015467, 0.9436623996305572, 0.4412039260241517, 0.7172016613579972, 1.095716480829287, 1.1680881429527459, -0.7989463953617891, 0.634135684443481, 0.6645007101853312, 1.043329733608948, 1.2992560741297468, 0.27027867824906665, -0.765992185557171, -0.08411235000314254, -1.5116399534590224, 0.3642253683903849, 1.0094409878143586, 1.3552244705647452, -0.3148134343000093, 1.0815232898410303, 0.30290092082213943, 0.4609124483294017, 0.42777518951317295, -1.0791633081157843, 1.3960718652216395, 1.478539815682598, 0.3642253683903849, 0.6645007101853312, 0.16307099149546705, -0.35159418091823263, 1.2480935705685092, 0.7920747306294774, -0.7989463953617891, 2.1072936257935364, -0.4963180786225228, 0.9870606488476228, 1.5801564984683312, -0.6466094029941652, -1.1814632370916622, 0.3264809075600266, -0.09750189321963232, 1.5544626107714343, 0.7078875667035791, -0.09750189321963232, 0.4412039260241517, 0.55244868603507, -0.8333567933500377, -0.15354265352935362, 0.97066110953703, 0.7621327394570846, 1.087232430466848, -1.29848072854847, 1.078652546901017, 0.6694456376401517, 0.8086691157950824, -1.237894067307488, -0.9070866487891216, 0.8902982173755639, 1.53736164002451, -0.9467240020971152, -0.6466094029941652, 1.4699975634571285, 0.492665277015513, 0.6443927757138599, 1.1341019606105944, 0.30290092082213943, 0.026855702399254302, 1.4257828226037976, 0.049464531590830016, 1.309936575791761, 0.960648706499338, -0.08411235000314254, 1.655098939801479, 0.3264809075600266, 0.6889096879386071, -0.9884605008257548, 1.2388329920015468, 0.6936987805457797, 0.6645007101853312, 1.1447221367957952, 0.9870606488476228, 1.2480935705685092, 0.6131965632290625, -0.3902320965169684, 0.9227643870757432, -0.9884605008257548, 0.800417230139145, 0.4609124483294017, 0.7664830934296445, 0.334181173335325, -1.128692538723319, 0.29487560347133296, 0.8640511431197525, 1.5681734596518582, -1.237894067307488, 0.5466775718152194, 0.5050040772061499, -0.2140283131302324, -0.5931869887998963, 0.4345192096918359, 0.55244868603507, -1.1814632370916622, 0.060522114705873424, -1.4345885010765604, 1.516642080445524, 0.334181173335325, -0.058018779621310364, 0.6645007101853312, 0.4988597148730016, 0.4478303714213081, -0.35159418091823263, -0.4963180786225228, 1.1932342204506243, 1.1068831227890457, 1.2572425986414981, -0.6194358680175267, -0.09750189321963232, 0.7172016613579972, -0.7989463953617891, 0.42777518951317295, 0.8976337797660041, 1.3035463144528006, -1.0325203021041172, 0.7577573320076159, 1.0928989800497364, -0.6747739251414447, -0.04529951220925138, -0.22992937807627506, 1.1341019606105944, -0.03278905184738322, 0.1337304371178952, 1.1233311856311037, 1.1957036401341121, 1.1629574617268688, 0.9085059948049472, 1.2971018319129168, 1.5666621981234594, 0.9332852546456206, 0.8127616891974889, 0.492665277015513, 0.9156686434015467, 1.028112916079207, -0.9884605008257548, -0.3329828011241682, 0.5861842615206465, 1.5451825741058514, 0.999930039186407, -0.9467240020971152, 1.1932342204506243, 1.3183741405748577, 0.6392815366246449, 1.4366314706156096, -0.2140283131302324, 0.8976337797660041, -1.1814632370916622, -0.3329828011241682, 1.1233311856311037, 0.4412039260241517, 1.1260382317577884, 1.090070989391702, -0.12500767609718327, -0.9884605008257548, 0.27027867824906665, 0.39312738417615656, 1.7171267662378618, 0.492665277015513, -0.7040030207871929, 0.4737731853229181, 1.040310659171274, 0.015294516586481196, 1.2818485883059765, 0.4864199414049449, 0.8045543765502793, 0.5231446408555704, -0.07095391690361516, -0.1831864642385237, 0.334181173335325, -1.0791633081157843, 0.5466775718152194, 0.6078703716424291, 0.4001844219865284, 0.42097080489505295, -0.5432288331150779, 0.026855702399254302, 0.8045543765502793, 1.724535811944824, -0.9467240020971152, 0.467370015638833, -0.2627604568969648, -0.2140283131302324, 0.37155452284461904, 0.8408085369658129, -1.595939461643624, 0.9935225977668192, 1.1525909430846115, 0.7264029593377443, -0.058018779621310364, 0.517145766098564, 0.480122865411213, -0.12500767609718327, 0.2618997004246453, -0.13914174568594673, -0.4963180786225228, 0.9297944638296226, 0.9048991846603904, -0.4963180786225228, 1.14997705480882, 0.7664830934296445, 0.23619430561024585, 1.2055018081980449, 1.040310659171274, 0.6237382442217368, 0.8127616891974889, 0.4478303714213081, 1.3014042235217171, 0.8866037012563956, 0.1436368422315127, -0.9884605008257548, 0.6936987805457797, 1.2270961964250322, 1.224726915689304, 0.6936987805457797, 1.3552244705647452, 0.6184856833625021, 0.7309621565324731, 0.9935225977668192, -0.6194358680175267, -0.08411235000314254, 0.29487560347133296, 1.0094409878143586, -0.7040030207871929, 1.20793172729305, -0.7989463953617891, 1.0031136053760192, 0.1032132733058089, 0.6840902187087139, -0.9467240020971152, -0.5931869887998963, 0.950502569380451, 0.1820211513964008, 1.5404996847321957, 1.593415215109584, 0.5638610832334555, 1.2341600147970722, 1.3941757666506296, 0.8754111087282749, -0.13914174568594673, 1.3078124569420635, 1.3471886302157619, 0.9538996948989804, 0.4864199414049449, 1.4543751383693897, 1.3349731706240946, 0.03824401409831552, 0.1436368422315127, 1.1096493200366904, 1.6867459200577677, -0.7343786033976386, 1.200618523662263, 1.2434773948283588, 1.0250326275786257, 0.6392815366246449, 0.11352220724377494, -0.2461685581878911, 0.6645007101853312, 0.2618997004246453, 1.6035698675438712, 1.1341019606105944, 1.8603282538178367, -0.04529951220925138, 0.6694456376401517, 1.401731923736674, 0.5231446408555704, 0.7218162390030473, 1.3267190005798892, 1.433032445118582, 1.2818485883059765, -0.1831864642385237, -0.008367979144914012, 1.040310659171274, 1.2884232371859057, 0.27027867824906665, 0.6792399852425512, 0.8866037012563956, 1.0157160996455443, -0.7343786033976386, -0.07095391690361516, 1.2270961964250322, 0.8368646828679395, 1.3308572984921367, 1.0157160996455443, 0.7399992884527912, 0.6545132545231258, 1.560586899404863, 1.2752165302966951, 0.6078703716424291, 0.5110991664951507, 1.1041068148252118, -0.15354265352935362, -0.5194156491137759, 0.800417230139145, 1.9576143710571303, 1.4110726173150896, 0.7621327394570846, 1.7756186907509792, 1.1782466903002635, 1.1807652393733676, 0.09276281134319464, 1.078652546901017, 0.5916640820335706, 0.4001844219865284, 0.6025065855913252, 1.892520818052462, 0.1032132733058089, 1.7915353658278743, -0.11113077665119196, 1.1447221367957952, 1.2549656526421749, 0.5806646398590232, 0.41410496656538265, 0.4609124483294017, 0.7309621565324731, 1.7698523428642907, 0.7399992884527912, 1.4526193098063591, 1.2480935705685092, 1.0219397972352555], [-1.0278142716950134, -1.0278142716950134, -0.2221337496033848, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -0.598910934510485, -1.0278142716950134, -0.598910934510485, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -0.4023045166212109, -0.058609551975773284, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -0.2221337496033848, -1.0278142716950134, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -0.598910934510485, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -0.4023045166212109, -0.4023045166212109, -1.0278142716950134, -1.0278142716950134, -0.598910934510485, -1.0278142716950134, 0.4572013430815454, -0.8093241835551795, -0.2221337496033848, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.058609551975773284, -1.0278142716950134, -1.0278142716950134, -0.598910934510485, -0.8093241835551795, -0.4023045166212109, -0.2221337496033848, -0.598910934510485, -1.0278142716950134, -0.598910934510485, -0.4023045166212109, -1.0278142716950134, -0.598910934510485, -0.598910934510485, -0.598910934510485, -0.598910934510485, -1.0278142716950134, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, -0.058609551975773284, -1.0278142716950134, -0.598910934510485, -0.4023045166212109, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -0.2221337496033848, -0.598910934510485, -0.598910934510485, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -0.4023045166212109, -0.8093241835551795, -1.0278142716950134, -0.4023045166212109, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.2221337496033848, -0.2221337496033848, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -0.598910934510485, -0.4023045166212109, -0.598910934510485, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -1.0278142716950134, -0.4023045166212109, -0.598910934510485, -0.4023045166212109, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -0.4023045166212109, -0.598910934510485, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, 0.08940318439500272, 0.08940318439500272, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.058609551975773284, -1.0278142716950134, -0.8093241835551795, -0.2221337496033848, -0.8093241835551795, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.4023045166212109, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, -0.4023045166212109, -1.0278142716950134, -0.2221337496033848, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -0.2221337496033848, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -0.598910934510485, -1.0278142716950134, -0.058609551975773284, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -1.0278142716950134, -0.598910934510485, -0.598910934510485, 0.08940318439500272, -0.8093241835551795, -0.598910934510485, 0.08940318439500272, -1.0278142716950134, -0.598910934510485, -0.598910934510485, -1.0278142716950134, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, -0.058609551975773284, -0.2221337496033848, -1.0278142716950134, -0.8093241835551795, -0.4023045166212109, -0.598910934510485, -0.8093241835551795, -0.8093241835551795, 0.08940318439500272, -0.8093241835551795, -0.598910934510485, -0.4023045166212109, -0.2221337496033848, -0.598910934510485, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.598910934510485, -1.0278142716950134, -0.4023045166212109, -0.4023045166212109, -0.598910934510485, -0.598910934510485, -0.8093241835551795, -0.8093241835551795, -0.2221337496033848, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -0.2221337496033848, -0.4023045166212109, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, -1.0278142716950134, -0.4023045166212109, -0.8093241835551795, 0.08940318439500272, -1.0278142716950134, -0.058609551975773284, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -0.4023045166212109, -1.0278142716950134, -0.4023045166212109, -0.2221337496033848, -1.0278142716950134, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, -0.4023045166212109, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, -1.0278142716950134, -0.598910934510485, -0.598910934510485, -0.4023045166212109, -0.8093241835551795, -0.4023045166212109, -0.8093241835551795, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -0.598910934510485, -0.598910934510485, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -0.058609551975773284, -0.058609551975773284, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.598910934510485, -0.8093241835551795, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, -0.4023045166212109, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.598910934510485, -0.058609551975773284, -1.0278142716950134, -0.8093241835551795, -0.4023045166212109, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -0.4023045166212109, -0.8093241835551795, -0.598910934510485, -0.4023045166212109, -0.8093241835551795, 0.3456334400177362, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, 0.08940318439500272, -0.8093241835551795, -1.0278142716950134, -0.2221337496033848, -0.598910934510485, -1.0278142716950134, -1.0278142716950134, -0.4023045166212109, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.4023045166212109, -0.598910934510485, -1.0278142716950134, -0.598910934510485, -1.0278142716950134, -0.598910934510485, -0.4023045166212109, -0.598910934510485, -1.0278142716950134, -0.2221337496033848, -0.598910934510485, -0.8093241835551795, -0.8093241835551795, -0.2221337496033848, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.598910934510485, -0.4023045166212109, -0.598910934510485, -0.8093241835551795, -0.4023045166212109, -0.4023045166212109, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.4023045166212109, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -0.4023045166212109, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -0.2221337496033848, -1.0278142716950134, -0.4023045166212109, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, -0.4023045166212109, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.2221337496033848, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, -0.4023045166212109, -1.0278142716950134, -0.4023045166212109, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -0.4023045166212109, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.598910934510485, -1.0278142716950134, -0.598910934510485, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -0.4023045166212109, -1.0278142716950134, -0.598910934510485, -0.8093241835551795, -0.598910934510485, -0.4023045166212109, -0.8093241835551795, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.4023045166212109, -0.8093241835551795, -0.8093241835551795, 0.08940318439500272, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -0.4023045166212109, -0.8093241835551795, -1.0278142716950134, -0.598910934510485, -0.4023045166212109, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, -0.2221337496033848, -0.598910934510485, 0.22357059672722876, -1.0278142716950134, -0.598910934510485, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.058609551975773284, -0.8093241835551795, -0.598910934510485, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -0.598910934510485, -0.2221337496033848, -1.0278142716950134, -0.598910934510485, -0.8093241835551795, -0.598910934510485, -0.4023045166212109, -0.598910934510485, -0.598910934510485, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.598910934510485, -0.4023045166212109, -1.0278142716950134, -0.598910934510485, -0.598910934510485, -1.0278142716950134, -0.598910934510485, -0.8093241835551795, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, 0.22357059672722876, -0.8093241835551795, -0.598910934510485, -1.0278142716950134, -0.598910934510485, -1.0278142716950134, 0.3456334400177362, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, 0.08940318439500272, -0.4023045166212109, -0.8093241835551795, -0.058609551975773284, -0.4023045166212109, -0.8093241835551795, -0.2221337496033848, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.058609551975773284, -0.598910934510485, -0.8093241835551795, -0.2221337496033848, -0.598910934510485, -0.598910934510485, -0.598910934510485, -1.0278142716950134, -0.4023045166212109, -0.8093241835551795, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.4023045166212109, -1.0278142716950134, -1.0278142716950134, -0.4023045166212109, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -0.2221337496033848, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -0.4023045166212109, -0.598910934510485, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -0.2221337496033848, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, -0.4023045166212109, -0.4023045166212109, -0.8093241835551795, -0.4023045166212109, -0.4023045166212109, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, 0.3456334400177362, -0.4023045166212109, -0.8093241835551795, -0.8093241835551795, -0.598910934510485, -0.4023045166212109, -1.0278142716950134, -0.8093241835551795, -0.4023045166212109, -0.8093241835551795, -0.598910934510485, -0.4023045166212109, -0.8093241835551795, -1.0278142716950134, -0.598910934510485, -0.8093241835551795, -0.598910934510485, -1.0278142716950134, -0.598910934510485, -0.2221337496033848, -0.2221337496033848, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.4023045166212109, -1.0278142716950134, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.4023045166212109, -0.2221337496033848, -1.0278142716950134, -0.058609551975773284, -0.598910934510485, -1.0278142716950134, -0.2221337496033848, -0.8093241835551795, -0.8093241835551795, -0.058609551975773284, -1.0278142716950134, -0.598910934510485, 0.22357059672722876, 0.22357059672722876, -0.8093241835551795, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -0.8093241835551795, -0.8093241835551795, 0.3456334400177362, -0.8093241835551795, -1.0278142716950134, -0.598910934510485, -0.2221337496033848, -1.0278142716950134, -0.8093241835551795, -0.4023045166212109, -1.0278142716950134, -1.0278142716950134, -0.598910934510485, -0.598910934510485, -0.8093241835551795, 0.08940318439500272, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -0.4023045166212109, -1.0278142716950134, -0.2221337496033848, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.2221337496033848, -0.4023045166212109, -0.598910934510485, -0.4023045166212109, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.4023045166212109, -0.598910934510485, -1.0278142716950134, -0.2221337496033848, -0.4023045166212109, -1.0278142716950134, -0.598910934510485, -0.4023045166212109, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, -1.0278142716950134, -0.598910934510485, -0.598910934510485, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.2221337496033848, -1.0278142716950134, -0.4023045166212109, -0.598910934510485, -0.2221337496033848, -0.598910934510485, -0.8093241835551795, -0.8093241835551795, -0.598910934510485, -1.0278142716950134, -0.598910934510485, -0.598910934510485, -0.4023045166212109, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -0.598910934510485, -1.0278142716950134, -1.0278142716950134, -0.4023045166212109, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -1.0278142716950134, -0.2221337496033848, -0.4023045166212109, -0.4023045166212109, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -0.058609551975773284, -0.8093241835551795, -1.0278142716950134, -0.2221337496033848, -0.8093241835551795, -0.2221337496033848, -0.598910934510485, -0.2221337496033848, -0.4023045166212109, -1.0278142716950134, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -0.4023045166212109, -1.0278142716950134, -0.598910934510485, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.598910934510485, -1.0278142716950134, -0.2221337496033848, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -0.2221337496033848, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -0.598910934510485, -1.0278142716950134, -1.0278142716950134, -0.2221337496033848, -0.8093241835551795, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.4023045166212109, -0.8093241835551795, -0.598910934510485, -0.2221337496033848, -0.8093241835551795, -1.0278142716950134, -0.4023045166212109, -0.4023045166212109, -0.598910934510485, -1.0278142716950134, -0.2221337496033848, -1.0278142716950134, -0.4023045166212109, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -1.0278142716950134, -0.4023045166212109, -0.2221337496033848, -0.8093241835551795, -0.598910934510485, -0.058609551975773284, -0.4023045166212109, -0.4023045166212109, -0.598910934510485, -0.598910934510485, 0.08940318439500272, -0.058609551975773284, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.4023045166212109, -0.4023045166212109, -0.598910934510485, -0.598910934510485, -0.598910934510485, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -0.2221337496033848, -0.598910934510485, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.4023045166212109, -0.2221337496033848, -0.8093241835551795, -0.4023045166212109, -0.598910934510485, -0.4023045166212109, -0.4023045166212109, -0.4023045166212109, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.4023045166212109, -0.4023045166212109, -0.2221337496033848, -0.2221337496033848, -0.8093241835551795, -0.8093241835551795, -0.4023045166212109, -0.598910934510485, 0.7420082460197399, -1.0278142716950134, -0.4023045166212109, -1.0278142716950134, -0.598910934510485, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.2221337496033848, -0.4023045166212109, -0.4023045166212109, -0.4023045166212109, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, 0.9001283745673946, -0.2221337496033848, -0.8093241835551795, -0.8093241835551795, -0.4023045166212109, -0.8093241835551795, -0.4023045166212109, -0.8093241835551795, -1.0278142716950134, -1.0278142716950134, -0.598910934510485, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.598910934510485, -1.0278142716950134, -0.4023045166212109, -0.8093241835551795, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.4023045166212109, -0.598910934510485, -0.4023045166212109, -1.0278142716950134, 0.8237181839983079, -1.0278142716950134, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -0.4023045166212109, -0.598910934510485, -0.598910934510485, -0.598910934510485, -0.4023045166212109, -0.2221337496033848, -1.0278142716950134, -0.058609551975773284, -0.4023045166212109, -0.598910934510485, -0.2221337496033848, -1.0278142716950134, -0.598910934510485, -0.8093241835551795, -0.598910934510485, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -0.598910934510485, -0.058609551975773284, -0.8093241835551795, -1.0278142716950134, -0.2221337496033848, -0.4023045166212109, -0.8093241835551795, -1.0278142716950134, -1.0278142716950134, -0.598910934510485, -0.598910934510485, -0.058609551975773284, -1.0278142716950134, -0.598910934510485, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -0.2221337496033848, -0.8093241835551795, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.4023045166212109, -0.8093241835551795, 0.08940318439500272, -0.8093241835551795, -1.0278142716950134, -0.598910934510485, -1.0278142716950134, -0.4023045166212109, -0.598910934510485, -1.0278142716950134, -1.0278142716950134, -0.598910934510485, -0.598910934510485, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.2221337496033848, 0.08940318439500272, -0.4023045166212109, -0.8093241835551795, -1.0278142716950134, -0.2221337496033848, -0.8093241835551795, -0.4023045166212109, -1.0278142716950134, -0.4023045166212109, 0.22357059672722876, -0.4023045166212109, -0.8093241835551795, -0.8093241835551795, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.2221337496033848, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, -0.4023045166212109, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.4023045166212109, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -0.2221337496033848, -0.598910934510485, -0.4023045166212109, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, -0.4023045166212109, -1.0278142716950134, -0.598910934510485, 0.22357059672722876, -0.8093241835551795, -1.0278142716950134, -0.2221337496033848, -0.2221337496033848, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.4023045166212109, -0.4023045166212109, -0.8093241835551795, -0.8093241835551795, -0.058609551975773284, -0.598910934510485, -0.058609551975773284, 1.3277645682049863, -0.2221337496033848, -1.0278142716950134, -1.0278142716950134, -0.4023045166212109, -0.8093241835551795, -0.8093241835551795, 0.22357059672722876, -0.4023045166212109, -0.2221337496033848, -1.0278142716950134, -0.058609551975773284, -1.0278142716950134, -0.8093241835551795, -0.598910934510485, -1.0278142716950134, -0.598910934510485, -0.2221337496033848, -0.4023045166212109, -0.8093241835551795, -0.058609551975773284, -0.598910934510485, -0.598910934510485, -0.598910934510485, -0.058609551975773284, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -0.058609551975773284, -0.4023045166212109, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.058609551975773284, -0.2221337496033848, 0.08940318439500272, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -0.2221337496033848, -1.0278142716950134, -0.4023045166212109, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, -0.598910934510485, -0.8093241835551795, -0.2221337496033848, -0.598910934510485, -0.598910934510485, -0.598910934510485, -0.598910934510485, -0.598910934510485, -0.598910934510485, -0.058609551975773284, -0.598910934510485, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.2221337496033848, -0.598910934510485, -0.598910934510485, -0.4023045166212109, -0.2221337496033848, -0.598910934510485, -1.0278142716950134, -0.2221337496033848, -0.4023045166212109, -1.0278142716950134, -0.4023045166212109, -0.598910934510485, -1.0278142716950134, -1.0278142716950134, -0.058609551975773284, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -0.4023045166212109, -0.8093241835551795, -0.8093241835551795, -0.4023045166212109, -0.598910934510485, -0.2221337496033848, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.598910934510485, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -0.058609551975773284, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -0.598910934510485, 0.08940318439500272, -0.598910934510485, -1.0278142716950134, -0.2221337496033848, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.2221337496033848, -0.4023045166212109, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.4023045166212109, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.4023045166212109, -0.8093241835551795, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -0.4023045166212109, 0.08940318439500272, -0.2221337496033848, -0.598910934510485, -0.4023045166212109, -1.0278142716950134, -0.8093241835551795, -0.598910934510485, -1.0278142716950134, -0.4023045166212109, -0.4023045166212109, -0.8093241835551795, -0.2221337496033848, -0.598910934510485, -1.0278142716950134, -0.598910934510485, -0.8093241835551795, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -0.598910934510485, -0.598910934510485, -1.0278142716950134, -0.598910934510485, -0.8093241835551795, -0.4023045166212109, -1.0278142716950134, -0.2221337496033848, -0.8093241835551795, 0.3456334400177362, -0.2221337496033848, -0.2221337496033848, -0.8093241835551795, -0.058609551975773284, -1.0278142716950134, -1.0278142716950134, -0.058609551975773284, -0.4023045166212109, -0.598910934510485, -0.598910934510485, -0.598910934510485, -0.2221337496033848, -0.598910934510485, -0.598910934510485, -0.2221337496033848, -0.598910934510485, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.598910934510485, -0.2221337496033848, -0.8093241835551795, 0.08940318439500272, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.4023045166212109, -0.4023045166212109, -0.8093241835551795, -0.2221337496033848, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, -0.598910934510485, 0.08940318439500272, -0.598910934510485, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, -0.8093241835551795, -0.4023045166212109, -1.0278142716950134, -0.2221337496033848, -1.0278142716950134, -0.4023045166212109, 0.22357059672722876, -1.0278142716950134, -0.2221337496033848, 0.08940318439500272, -1.0278142716950134, -0.4023045166212109, -0.4023045166212109, -0.8093241835551795, -1.0278142716950134, -0.4023045166212109, -0.598910934510485, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, -0.4023045166212109, -1.0278142716950134, -0.2221337496033848, 0.22357059672722876, -0.598910934510485, -0.8093241835551795, -0.2221337496033848, -0.8093241835551795, -0.598910934510485, -0.4023045166212109, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -0.598910934510485, -0.8093241835551795, -0.4023045166212109, -0.8093241835551795, -0.058609551975773284, -0.598910934510485, -0.598910934510485, -0.8093241835551795, -0.8093241835551795, -0.2221337496033848, -0.598910934510485, -0.8093241835551795, -0.4023045166212109, -1.0278142716950134, -0.598910934510485, -1.0278142716950134, -0.2221337496033848, -0.058609551975773284, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, 1.7823407515848213, -1.0278142716950134, -0.598910934510485, -0.2221337496033848, -0.8093241835551795, -0.8093241835551795, -0.598910934510485, -0.058609551975773284, -0.8093241835551795, 0.3456334400177362, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.2221337496033848, -1.0278142716950134, 0.3456334400177362, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.4023045166212109, -0.8093241835551795, -0.2221337496033848, -1.0278142716950134, -0.4023045166212109, -0.4023045166212109, -0.2221337496033848, -0.8093241835551795, -0.058609551975773284, -0.4023045166212109, -0.8093241835551795, 0.3456334400177362, -0.8093241835551795, -1.0278142716950134, -1.0278142716950134, -0.4023045166212109, -1.0278142716950134, -0.2221337496033848, -0.4023045166212109, -0.8093241835551795, -0.2221337496033848, -0.8093241835551795, -0.598910934510485, 0.08940318439500272, -1.0278142716950134, -0.2221337496033848, -0.8093241835551795, -0.4023045166212109, -0.8093241835551795, -0.8093241835551795, -0.4023045166212109, -0.4023045166212109, -0.4023045166212109, -1.0278142716950134, 0.08940318439500272, -0.8093241835551795, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -0.598910934510485, -0.598910934510485, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -0.8093241835551795, -0.2221337496033848, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, -0.4023045166212109, 0.08940318439500272, -0.8093241835551795, -1.0278142716950134, -1.0278142716950134, 0.08940318439500272, -0.598910934510485, -0.2221337496033848, -1.0278142716950134, -0.598910934510485, -0.8093241835551795, -0.058609551975773284, -0.8093241835551795, -0.2221337496033848, -1.0278142716950134, -0.598910934510485, -1.0278142716950134, -0.598910934510485, 0.08940318439500272, -0.598910934510485, -0.4023045166212109, -0.4023045166212109, -1.0278142716950134, -0.8093241835551795, -0.4023045166212109, -0.2221337496033848, -0.8093241835551795, -0.058609551975773284, -0.058609551975773284, 0.08940318439500272, -0.058609551975773284, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, -0.4023045166212109, -0.8093241835551795, -0.8093241835551795, -0.058609551975773284, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -0.2221337496033848, -1.0278142716950134, -0.598910934510485, -0.2221337496033848, -0.598910934510485, -0.4023045166212109, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -0.4023045166212109, -0.4023045166212109, 0.22357059672722876, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, -0.598910934510485, 0.5596831717317843, -0.8093241835551795, -1.0278142716950134, -0.4023045166212109, -0.2221337496033848, 0.08940318439500272, -0.4023045166212109, -0.598910934510485, -0.598910934510485, -0.8093241835551795, -0.4023045166212109, -0.2221337496033848, -0.2221337496033848, -0.4023045166212109, -0.2221337496033848, -0.598910934510485, -1.0278142716950134, -0.2221337496033848, -0.598910934510485, -0.598910934510485, -0.4023045166212109, 0.22357059672722876, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.058609551975773284, 0.08940318439500272, -0.4023045166212109, -0.598910934510485, 0.08940318439500272, -0.8093241835551795, -0.2221337496033848, -1.0278142716950134, -0.8093241835551795, -0.4023045166212109, -0.2221337496033848, -0.8093241835551795, -0.8093241835551795, -0.4023045166212109, -0.8093241835551795, -1.0278142716950134, -0.4023045166212109, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, -0.2221337496033848, -1.0278142716950134, -0.4023045166212109, -1.0278142716950134, -0.4023045166212109, -0.2221337496033848, -0.598910934510485, -0.2221337496033848, -1.0278142716950134, -0.2221337496033848, -0.058609551975773284, -1.0278142716950134, -0.8093241835551795, -0.598910934510485, 0.22357059672722876, -0.598910934510485, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -1.0278142716950134, -0.4023045166212109, -1.0278142716950134, 0.22357059672722876, -0.4023045166212109, -0.4023045166212109, -0.4023045166212109, -1.0278142716950134, -0.4023045166212109, -0.4023045166212109, -0.598910934510485, -0.598910934510485, -0.2221337496033848, -0.058609551975773284, 0.3456334400177362, 0.3456334400177362, -0.4023045166212109, -0.2221337496033848, -0.598910934510485, -0.598910934510485, 0.22357059672722876, -0.598910934510485, -0.598910934510485, -0.2221337496033848, -1.0278142716950134, -1.0278142716950134, -0.598910934510485, -0.4023045166212109, -0.8093241835551795, -0.4023045166212109, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.2221337496033848, -0.598910934510485, -1.0278142716950134, -0.598910934510485, -0.598910934510485, -0.058609551975773284, -1.0278142716950134, -0.8093241835551795, -0.4023045166212109, -0.4023045166212109, -0.2221337496033848, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, -0.2221337496033848, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.4023045166212109, -0.598910934510485, -0.598910934510485, -1.0278142716950134, -1.0278142716950134, 0.4572013430815454, -0.598910934510485, -0.598910934510485, 0.8237181839983079, 0.08940318439500272, -0.2221337496033848, -0.8093241835551795, 0.08940318439500272, 0.4572013430815454, -0.8093241835551795, -1.0278142716950134, -0.2221337496033848, -0.598910934510485, 0.08940318439500272, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -0.2221337496033848, -0.598910934510485, -0.4023045166212109, -0.598910934510485, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -0.598910934510485, -1.0278142716950134, -1.0278142716950134, -0.2221337496033848, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.4023045166212109, 0.08940318439500272, -0.598910934510485, 0.22357059672722876, -0.598910934510485, -0.4023045166212109, -0.4023045166212109, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.598910934510485, -0.598910934510485, -0.8093241835551795, 0.08940318439500272, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.4023045166212109, -1.0278142716950134, -0.058609551975773284, -0.598910934510485, -0.598910934510485, -0.8093241835551795, -0.058609551975773284, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, 0.08940318439500272, -0.8093241835551795, 0.08940318439500272, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -0.4023045166212109, -0.598910934510485, 0.08940318439500272, -0.598910934510485, -0.2221337496033848, -0.2221337496033848, -0.4023045166212109, -1.0278142716950134, -0.4023045166212109, -0.598910934510485, -0.598910934510485, -0.2221337496033848, -0.2221337496033848, -0.058609551975773284, -0.058609551975773284, -0.4023045166212109, -1.0278142716950134, -0.8093241835551795, -0.598910934510485, -0.2221337496033848, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -0.2221337496033848, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.4023045166212109, -0.8093241835551795, -0.598910934510485, -0.2221337496033848, -0.598910934510485, -0.4023045166212109, -0.8093241835551795, -1.0278142716950134, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, -0.4023045166212109, -0.8093241835551795, -0.4023045166212109, -0.4023045166212109, 0.7420082460197399, -0.2221337496033848, -0.8093241835551795, -0.598910934510485, -1.0278142716950134, -1.0278142716950134, -1.0278142716950134, -0.4023045166212109, -0.4023045166212109, -0.4023045166212109, -1.0278142716950134, -0.598910934510485, -0.4023045166212109, -0.2221337496033848, -0.2221337496033848, -0.8093241835551795, -0.598910934510485, -0.598910934510485, 0.22357059672722876, -0.598910934510485, 0.22357059672722876, -0.8093241835551795, -0.8093241835551795, -0.4023045166212109, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -0.4023045166212109, -0.598910934510485, 0.4572013430815454, -0.4023045166212109, -0.058609551975773284, -1.0278142716950134, -0.4023045166212109, -0.8093241835551795, -1.0278142716950134, -0.598910934510485, -0.2221337496033848, -0.8093241835551795, -1.0278142716950134, -0.2221337496033848, 0.22357059672722876, 0.22357059672722876, -0.058609551975773284, 0.08940318439500272, -0.8093241835551795, -1.0278142716950134, -0.2221337496033848, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -0.058609551975773284, -0.4023045166212109, -0.058609551975773284, -0.4023045166212109, -0.2221337496033848, -0.598910934510485, -0.4023045166212109, -0.4023045166212109, -1.0278142716950134, -0.598910934510485, -0.4023045166212109, -0.058609551975773284, -0.598910934510485, 0.08940318439500272, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -0.4023045166212109, -0.598910934510485, 0.08940318439500272, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -1.0278142716950134, -0.598910934510485, -0.2221337496033848, -1.0278142716950134, 0.22357059672722876, -0.4023045166212109, -0.598910934510485, -1.0278142716950134, -0.598910934510485, -0.598910934510485, -0.4023045166212109, -0.598910934510485, -0.598910934510485, -0.8093241835551795, -0.2221337496033848, -0.8093241835551795, -0.598910934510485, -0.4023045166212109, -0.8093241835551795, -0.598910934510485, -0.4023045166212109, -1.0278142716950134, -0.2221337496033848, 0.08940318439500272, -0.2221337496033848, -0.4023045166212109, -0.058609551975773284, -0.2221337496033848, -0.4023045166212109, -0.8093241835551795, -0.4023045166212109, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, -0.598910934510485, -0.058609551975773284, -0.4023045166212109, -0.4023045166212109, -1.0278142716950134, -0.598910934510485, -0.4023045166212109, -0.4023045166212109, -0.8093241835551795, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -0.4023045166212109, -1.0278142716950134, -0.4023045166212109, -0.4023045166212109, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, -0.598910934510485, -0.4023045166212109, -1.0278142716950134, -0.4023045166212109, -0.8093241835551795, 0.08940318439500272, 0.22357059672722876, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, 0.4572013430815454, -0.598910934510485, 0.8237181839983079, -0.4023045166212109, -0.058609551975773284, -1.0278142716950134, -0.4023045166212109, -0.598910934510485, 0.3456334400177362, -0.598910934510485, -0.4023045166212109, -0.2221337496033848, -0.4023045166212109, -0.598910934510485, -0.4023045166212109, -0.8093241835551795, -0.2221337496033848, -0.2221337496033848, -0.4023045166212109, -0.2221337496033848, -1.0278142716950134, -0.4023045166212109, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -0.4023045166212109, -0.8093241835551795, -0.598910934510485, -1.0278142716950134, -1.0278142716950134, -0.8093241835551795, -1.0278142716950134, -0.2221337496033848, -1.0278142716950134, -1.0278142716950134, -0.598910934510485, -0.598910934510485, -0.8093241835551795, -0.598910934510485, 0.5596831717317843, 0.08940318439500272, -0.2221337496033848, -0.598910934510485, -0.4023045166212109, -0.598910934510485, -0.2221337496033848, -0.598910934510485, -0.2221337496033848, -1.0278142716950134, -0.8093241835551795, -0.058609551975773284, -0.8093241835551795, -0.2221337496033848, -0.8093241835551795, -0.598910934510485, 0.08940318439500272, -0.4023045166212109, -0.598910934510485, -0.058609551975773284, -0.8093241835551795, -1.0278142716950134, 0.08940318439500272, -0.598910934510485, -0.2221337496033848, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, -0.2221337496033848, -0.4023045166212109, -0.598910934510485, -0.8093241835551795, -0.2221337496033848, -0.4023045166212109, -0.2221337496033848, -1.0278142716950134, -0.058609551975773284, 0.9001283745673946, -1.0278142716950134, -0.058609551975773284, -0.598910934510485, -0.8093241835551795, -0.058609551975773284, -0.2221337496033848, -1.0278142716950134, -0.4023045166212109, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, -0.058609551975773284, 0.9001283745673946, -0.8093241835551795, 0.22357059672722876, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.598910934510485, -0.2221337496033848, -1.0278142716950134, 0.08940318439500272, -0.4023045166212109, -0.4023045166212109, -0.4023045166212109, -0.058609551975773284, -1.0278142716950134, -0.598910934510485, -0.598910934510485, -0.8093241835551795, -0.4023045166212109, -0.058609551975773284, 0.22357059672722876, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -0.058609551975773284, -0.4023045166212109, -1.0278142716950134, -0.8093241835551795, -0.598910934510485, -0.058609551975773284, -0.8093241835551795, -0.598910934510485, 0.08940318439500272, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, -0.8093241835551795, -0.058609551975773284, -0.598910934510485, -0.598910934510485, -0.4023045166212109, -0.598910934510485, -1.0278142716950134, 1.3277645682049863, -0.8093241835551795, -1.0278142716950134, 0.08940318439500272, -0.598910934510485, 0.08940318439500272, -0.598910934510485, -0.598910934510485, -0.8093241835551795, -1.0278142716950134, 0.08940318439500272, -1.0278142716950134, -0.598910934510485, 0.7420082460197399, -0.2221337496033848, 0.7420082460197399, -0.8093241835551795, -0.4023045166212109, -0.598910934510485, -0.598910934510485, 0.22357059672722876, -0.598910934510485, -0.8093241835551795, -0.2221337496033848, -0.8093241835551795, -0.598910934510485, 0.08940318439500272, 0.22357059672722876, 0.8237181839983079, -0.2221337496033848, -1.0278142716950134, -0.058609551975773284, 0.08940318439500272, -1.0278142716950134, 0.08940318439500272, -0.4023045166212109, -0.8093241835551795, -0.058609551975773284, -0.8093241835551795, -0.8093241835551795, -0.8093241835551795, -1.0278142716950134, -0.598910934510485, -0.598910934510485, -0.4023045166212109, -0.8093241835551795, -0.4023045166212109, -0.4023045166212109, 0.08940318439500272, -0.8093241835551795, -1.0278142716950134, -0.598910934510485, -0.8093241835551795, -0.598910934510485, -0.4023045166212109, -0.4023045166212109, -0.4023045166212109, 0.6542808049490472, -0.598910934510485, -0.2221337496033848, -0.4023045166212109, -0.8093241835551795, -0.598910934510485, -0.4023045166212109, -0.8093241835551795, -1.0278142716950134, -0.058609551975773284, -0.598910934510485, -1.0278142716950134, 0.3456334400177362, -0.2221337496033848, 0.7420082460197399, 0.8237181839983079, -0.8093241835551795, 1.2210062254328684, -0.2221337496033848, -0.2221337496033848, -0.8093241835551795, -1.0278142716950134, -1.0278142716950134, -0.2221337496033848, -0.058609551975773284, -0.8093241835551795, -0.8093241835551795, -0.058609551975773284, -0.8093241835551795, -0.598910934510485, -0.2221337496033848, -0.8093241835551795, -0.598910934510485, -0.2221337496033848, -0.4023045166212109, -0.4023045166212109, -0.598910934510485, -0.8093241835551795, -0.598910934510485, -0.8093241835551795, -0.058609551975773284, -0.4023045166212109, -1.0278142716950134, -0.058609551975773284, -0.8093241835551795, -0.4023045166212109, -0.2221337496033848, -0.4023045166212109, -0.8093241835551795, -0.4023045166212109, 0.3456334400177362, -0.2221337496033848, -0.2221337496033848, -1.0278142716950134, -0.4023045166212109, -0.2221337496033848, -0.598910934510485, -1.0278142716950134, 0.5596831717317843, -0.4023045166212109, -0.598910934510485, -0.8093241835551795, -0.4023045166212109, -0.8093241835551795, 0.4572013430815454, -0.4023045166212109, -0.8093241835551795, -0.2221337496033848, -0.4023045166212109, -0.598910934510485, -1.0278142716950134, -0.598910934510485, 0.22357059672722876, 0.5596831717317843, 1.2210062254328684, -0.598910934510485, -0.4023045166212109, -0.598910934510485, -0.598910934510485, -0.598910934510485, -0.4023045166212109, -1.0278142716950134, -0.8093241835551795, -0.2221337496033848, -0.8093241835551795, 0.08940318439500272, -0.598910934510485, -0.8093241835551795, -0.4023045166212109, -0.598910934510485, 0.3456334400177362, 1.1031796335227289, -0.598910934510485, -0.598910934510485, -1.0278142716950134, -1.0278142716950134, -0.4023045166212109, -0.2221337496033848, -0.4023045166212109, -0.8093241835551795, -0.8093241835551795, -0.4023045166212109, -0.4023045166212109, 0.3456334400177362, -0.4023045166212109, 0.08940318439500272, -0.4023045166212109, -0.598910934510485, -0.8093241835551795, -0.598910934510485, -1.0278142716950134, -0.8093241835551795, -0.4023045166212109, 1.4253062471711413, 0.5596831717317843, -0.598910934510485, -0.4023045166212109, -0.4023045166212109, 0.22357059672722876, -0.2221337496033848, -0.598910934510485, 0.6542808049490472, -0.4023045166212109, -0.2221337496033848, -0.4023045166212109, -0.598910934510485, 0.08940318439500272, -0.058609551975773284, -0.2221337496033848, -0.4023045166212109, -0.598910934510485, -0.8093241835551795, -0.8093241835551795, -0.598910934510485, 0.08940318439500272, -1.0278142716950134, -0.2221337496033848, -0.598910934510485, -0.598910934510485, -0.598910934510485, -0.598910934510485, -0.2221337496033848, -0.8093241835551795, -0.2221337496033848, 0.08940318439500272, -0.598910934510485, -0.2221337496033848, 0.08940318439500272, -0.4023045166212109, -0.2221337496033848, -0.4023045166212109, -0.058609551975773284, -0.4023045166212109, -0.598910934510485, -0.598910934510485, -0.2221337496033848, -0.2221337496033848, 0.08940318439500272, -0.2221337496033848, -0.2221337496033848, -0.598910934510485, -0.2221337496033848, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.598910934510485, -0.598910934510485, -0.2221337496033848, -0.058609551975773284, -0.8093241835551795, -0.2221337496033848, -1.0278142716950134, -0.2221337496033848, 1.5981684879289668, -0.058609551975773284, 0.08940318439500272, -0.4023045166212109, 0.4572013430815454, -1.0278142716950134, 0.4572013430815454, -0.8093241835551795, 0.22357059672722876, -0.058609551975773284, -0.4023045166212109, -0.598910934510485, 0.3456334400177362, 0.08940318439500272, -0.058609551975773284, -0.4023045166212109, 0.08940318439500272, -0.4023045166212109, -1.0278142716950134, -0.8093241835551795, -0.058609551975773284, -0.598910934510485, 0.22357059672722876, -0.4023045166212109, -0.058609551975773284, 1.377589663364566, -0.598910934510485, -0.8093241835551795, 1.377589663364566, -0.4023045166212109, -0.8093241835551795, -0.4023045166212109, -0.598910934510485, -1.0278142716950134, 0.08940318439500272, -0.598910934510485, -0.4023045166212109, -1.0278142716950134, 1.1031796335227289, -0.8093241835551795, -1.0278142716950134, -0.8093241835551795, -0.8093241835551795, -0.4023045166212109, -0.4023045166212109, -0.2221337496033848, -0.8093241835551795, -0.2221337496033848, 0.08940318439500272, 0.22357059672722876, -0.8093241835551795, -0.4023045166212109, -0.8093241835551795, -0.8093241835551795, 0.22357059672722876, -0.4023045166212109, -0.598910934510485, -0.4023045166212109, 0.08940318439500272, -0.598910934510485, -0.8093241835551795, -0.598910934510485, 0.08940318439500272, -0.598910934510485, 0.6542808049490472, 1.5150644660264367, -0.598910934510485, -0.058609551975773284, -0.8093241835551795, -0.2221337496033848, -0.598910934510485, -0.598910934510485, 0.22357059672722876, -0.4023045166212109, 0.5596831717317843, -0.4023045166212109, -1.0278142716950134, 0.8237181839983079, -0.8093241835551795, 0.08940318439500272, -0.4023045166212109, -0.4023045166212109, -0.2221337496033848, 0.9718450291973112, -0.598910934510485, 0.4572013430815454, -0.4023045166212109, 0.22357059672722876, -0.8093241835551795, -0.598910934510485, -0.2221337496033848, -0.8093241835551795, 0.08940318439500272, -0.2221337496033848, -0.598910934510485, -0.4023045166212109, -0.8093241835551795, 0.22357059672722876, -0.598910934510485, -0.598910934510485, 0.22357059672722876, -0.8093241835551795, -0.2221337496033848, -0.2221337496033848, -1.0278142716950134, -0.4023045166212109, -0.8093241835551795, -0.2221337496033848, -0.4023045166212109, -0.4023045166212109, -0.4023045166212109, -0.598910934510485, -1.0278142716950134, -0.4023045166212109, 0.5596831717317843, 0.3456334400177362, -0.598910934510485, 0.08940318439500272, 1.3277645682049863, -0.8093241835551795, -0.058609551975773284, 0.5596831717317843, -0.8093241835551795, -0.2221337496033848, -0.4023045166212109, 0.7420082460197399, -0.8093241835551795, -0.4023045166212109, -0.4023045166212109, -0.598910934510485, -0.598910934510485, -0.2221337496033848, 0.08940318439500272, -0.2221337496033848, 0.5596831717317843, 0.08940318439500272, -0.8093241835551795, 0.22357059672722876, 0.9001283745673946, -1.0278142716950134, -0.2221337496033848, -0.598910934510485, 0.08940318439500272, 0.8237181839983079, 0.3456334400177362, -0.058609551975773284, -0.598910934510485, -0.4023045166212109, -0.2221337496033848, -0.4023045166212109, -0.4023045166212109, -0.4023045166212109, 1.1031796335227289, -0.598910934510485, -0.8093241835551795, -0.598910934510485, -0.4023045166212109, 0.9718450291973112, -1.0278142716950134, -0.598910934510485, -0.598910934510485, -0.4023045166212109, -0.4023045166212109, -1.0278142716950134, -0.598910934510485, -1.0278142716950134, -0.598910934510485, -0.598910934510485, -0.598910934510485, -0.2221337496033848, -0.2221337496033848, -0.598910934510485, 0.9001283745673946, -0.4023045166212109, -0.4023045166212109, 1.2210062254328684, -0.058609551975773284, 0.08940318439500272, -0.8093241835551795, 0.9718450291973112, -0.598910934510485, 0.08940318439500272, 0.9001283745673946, -0.8093241835551795, -0.4023045166212109, 0.22357059672722876, 1.2756417396496451, -1.0278142716950134, -1.0278142716950134, 0.22357059672722876, -1.0278142716950134, -0.598910934510485, 0.3456334400177362, -0.598910934510485, -0.8093241835551795, 0.22357059672722876, -0.598910934510485, -0.2221337496033848, 0.4572013430815454, -0.598910934510485, -0.2221337496033848, -0.2221337496033848, 0.08940318439500272, -0.4023045166212109, 0.9001283745673946, -0.598910934510485, 1.2756417396496451, 0.22357059672722876, 0.9001283745673946, -0.8093241835551795, -0.4023045166212109, 0.8237181839983079, 1.1031796335227289, -0.058609551975773284, -0.8093241835551795, -0.058609551975773284, -0.598910934510485, 0.4572013430815454, 1.377589663364566, -0.4023045166212109, -0.598910934510485, 1.7823407515848213, -0.2221337496033848, -0.598910934510485, 1.1031796335227289, 0.9001283745673946, 0.08940318439500272, 0.7420082460197399, -0.4023045166212109, -0.2221337496033848, -0.058609551975773284, 1.2210062254328684, 0.5596831717317843, -0.058609551975773284, 1.2210062254328684, 0.3456334400177362, -0.8093241835551795, -0.058609551975773284, -0.2221337496033848, 1.2756417396496451, 0.22357059672722876, -0.598910934510485, 0.5596831717317843, -0.598910934510485, 0.4572013430815454, -0.4023045166212109, -0.4023045166212109, 0.7420082460197399, 0.4572013430815454, -1.0278142716950134, -0.2221337496033848, -0.2221337496033848, 0.08940318439500272, -0.4023045166212109, -0.4023045166212109, -0.4023045166212109, -0.598910934510485, -0.598910934510485, -0.8093241835551795, 0.08940318439500272, 0.22357059672722876, -0.2221337496033848, -1.0278142716950134, 0.5596831717317843, -0.2221337496033848, 0.8237181839983079, -0.4023045166212109, -0.598910934510485, 0.9718450291973112, 1.377589663364566, -0.598910934510485, 1.0393825280037432, -0.598910934510485, 1.6375148496448515, 0.08940318439500272, -0.2221337496033848, -0.4023045166212109, 0.5596831717317843, -0.2221337496033848, 0.8237181839983079, 1.4253062471711413, -0.058609551975773284, 0.22357059672722876, 0.08940318439500272, -0.598910934510485, -0.8093241835551795, -0.2221337496033848, -0.8093241835551795, 1.377589663364566, -0.058609551975773284, -0.4023045166212109, 1.3277645682049863, -0.598910934510485, 0.22357059672722876, 0.3456334400177362, 0.9718450291973112, -0.058609551975773284, -0.2221337496033848, 1.1031796335227289, -0.598910934510485, 0.08940318439500272, 0.22357059672722876, 0.8237181839983079, 1.1031796335227289, -0.4023045166212109, -0.598910934510485, -0.2221337496033848, -0.058609551975773284, -0.8093241835551795, -0.058609551975773284, -0.058609551975773284, -0.2221337496033848, 1.7122778178030251, 1.8797998874627069, -0.4023045166212109, 1.6375148496448515, 0.7420082460197399, -0.598910934510485, 1.1031796335227289, -0.598910934510485, 1.0393825280037432, 1.0393825280037432, 0.3456334400177362, 0.6542808049490472, -0.8093241835551795, 1.4253062471711413, -0.4023045166212109, 1.7823407515848213, -0.2221337496033848, 0.3456334400177362, 2.129411038879853, 1.2756417396496451, -0.598910934510485, 1.2210062254328684, -0.8093241835551795, -0.598910934510485, -0.2221337496033848, -0.2221337496033848, 0.4572013430815454, 0.9001283745673946, -0.2221337496033848, -1.0278142716950134, 1.5981684879289668, 1.5150644660264367, -0.598910934510485, -0.2221337496033848, -0.4023045166212109, 1.0393825280037432, 1.997720242345104, 0.4572013430815454, 1.1636126753460854, 0.08940318439500272, 0.4572013430815454, 0.5596831717317843, 0.9718450291973112, 1.0393825280037432, -0.598910934510485, 1.0393825280037432, 0.3456334400177362, 0.22357059672722876, 0.7420082460197399, 0.08940318439500272, 1.2210062254328684, -0.2221337496033848, -0.598910934510485, -1.0278142716950134, 0.08940318439500272, 1.5150644660264367, 1.377589663364566, -0.2221337496033848, -0.598910934510485, -0.4023045166212109, -0.2221337496033848, 1.377589663364566, 1.5150644660264367, 1.3277645682049863, 0.3456334400177362, 1.4253062471711413, 0.3456334400177362, 1.8157852542631925, 0.08940318439500272, 1.0393825280037432, 1.2210062254328684, 0.9718450291973112, -0.8093241835551795, -0.4023045166212109, 1.2210062254328684, 1.2210062254328684, -0.598910934510485, -0.8093241835551795, 0.8237181839983079, 0.8237181839983079, 1.4253062471711413, 1.6755223410228184, -0.2221337496033848, -0.2221337496033848, -0.598910934510485, 0.3456334400177362, 1.0393825280037432, 0.08940318439500272, 0.22357059672722876, -0.2221337496033848, 1.2756417396496451, 1.7823407515848213, -0.4023045166212109, -0.058609551975773284, 1.8157852542631925, -0.4023045166212109, -0.4023045166212109, 0.7420082460197399, 1.2756417396496451, 0.5596831717317843, 1.3277645682049863, 0.9001283745673946, -0.598910934510485, -1.0278142716950134, -0.4023045166212109, 0.7420082460197399, 0.9718450291973112, 1.2210062254328684, 0.22357059672722876, 1.4710816473851065, -0.598910934510485, 0.9718450291973112, 0.5596831717317843, -0.598910934510485, 2.269189265733325, 1.5573872102293729, 1.3277645682049863, 0.3456334400177362, 1.2756417396496451, -0.058609551975773284, 1.2210062254328684, -0.598910934510485, 0.9001283745673946, 0.8237181839983079, -0.2221337496033848, -0.4023045166212109, -0.2221337496033848, -0.4023045166212109, -0.598910934510485, -0.8093241835551795, 0.3456334400177362, 1.1636126753460854, 1.0393825280037432, -0.598910934510485, 1.1031796335227289, 1.6375148496448515, 1.8797998874627069, 0.5596831717317843, 1.0393825280037432, -0.598910934510485, 1.6755223410228184, 1.4710816473851065, -0.598910934510485, 0.5596831717317843, 1.9403256938466096, -0.8093241835551795, 1.3277645682049863, 1.0393825280037432, -0.2221337496033848, 1.4710816473851065, 1.2210062254328684, 1.2756417396496451, -0.2221337496033848, -0.4023045166212109, 1.5573872102293729, 1.6375148496448515, 2.1539688094692457, 1.5981684879289668, -1.0278142716950134, 1.7122778178030251, 1.5573872102293729, 0.7420082460197399, 1.4710816473851065, 1.377589663364566, 0.6542808049490472, 1.1031796335227289, 1.1636126753460854, 1.4253062471711413, -0.2221337496033848, 1.8157852542631925, 0.9001283745673946, 0.7420082460197399, -0.8093241835551795, 0.4572013430815454, -0.4023045166212109, 1.1636126753460854, 1.1636126753460854, 1.2210062254328684, 0.6542808049490472, 1.4253062471711413, 1.3277645682049863, 0.4572013430815454, 1.6755223410228184, 0.9001283745673946, 1.6755223410228184, 0.08940318439500272, 1.2756417396496451, -0.8093241835551795, 2.1042959555136624, 1.6755223410228184, 1.1031796335227289, 1.377589663364566, 1.6755223410228184, 1.5573872102293729, -0.4023045166212109, 1.8482533616152164, 0.8237181839983079, 1.1636126753460854, 1.5981684879289668, 1.377589663364566, 0.9718450291973112, 0.7420082460197399, 1.1636126753460854, 0.22357059672722876, -0.4023045166212109, 1.3277645682049863, 1.8157852542631925, 1.377589663364566, 0.8237181839983079, -0.2221337496033848, 1.1636126753460854, 1.4710816473851065, -0.058609551975773284, -0.2221337496033848, 1.1031796335227289, 1.1031796335227289, 1.5573872102293729, 1.2756417396496451, 1.5981684879289668, 1.3277645682049863, -0.058609551975773284, 1.4710816473851065, 1.1031796335227289, 1.8157852542631925, 1.3277645682049863, 1.1031796335227289, 0.4572013430815454, 0.9001283745673946, 0.3456334400177362, 1.0393825280037432, 1.2756417396496451, -0.058609551975773284, 0.9718450291973112, 1.377589663364566, 0.6542808049490472, -0.2221337496033848, 1.5573872102293729, 1.8157852542631925, 2.078597854639491, -0.058609551975773284, 1.3277645682049863, 1.5573872102293729, 0.9001283745673946, -1.0278142716950134, -0.8093241835551795, 1.6375148496448515, 1.4253062471711413, -0.058609551975773284, 2.052289224576212, 1.8482533616152164, -0.598910934510485, 1.5981684879289668, 2.1779933189311835, 0.3456334400177362, 1.8157852542631925, 1.2210062254328684, 1.0393825280037432, 1.6755223410228184, 1.1636126753460854, 1.7122778178030251, 1.6375148496448515, 0.9001283745673946, -0.058609551975773284, 1.9403256938466096, 2.247085801017517, 1.377589663364566, 1.377589663364566, 1.7478600646912066, 1.4253062471711413, 0.22357059672722876, 1.7823407515848213, 1.377589663364566, 1.2210062254328684, 1.9693941766392684, -0.4023045166212109, 0.8237181839983079, 1.6755223410228184, 1.9403256938466096, 1.5573872102293729, 0.8237181839983079, 1.5573872102293729, 0.9001283745673946, 1.9403256938466096, 1.1031796335227289, -0.058609551975773284, 1.7478600646912066, 1.1636126753460854, 1.377589663364566, -0.2221337496033848, 1.1031796335227289, 1.2756417396496451, 1.2210062254328684, 1.6755223410228184, 1.5150644660264367, 1.7122778178030251, 1.0393825280037432, 1.910475201820626, 0.9718450291973112, -0.598910934510485, 1.1636126753460854, 1.0393825280037432, 2.1779933189311835, 1.2756417396496451, -0.598910934510485, 0.9001283745673946, 2.052289224576212, 1.1636126753460854, 1.5573872102293729, 1.2756417396496451, 2.025340574647576, 1.6755223410228184, 0.4572013430815454, 1.5150644660264367, 1.4253062471711413, 1.6755223410228184, 1.7122778178030251, 1.7478600646912066, 1.9693941766392684, 1.2210062254328684, -0.058609551975773284, -0.598910934510485, 1.0393825280037432, 1.4253062471711413, 1.8157852542631925, 1.5573872102293729, 1.6755223410228184, 2.025340574647576, 0.9001283745673946, 1.7478600646912066, 1.7823407515848213, 1.9693941766392684, 1.7478600646912066, -0.598910934510485, 1.377589663364566, 1.8157852542631925, 1.5981684879289668, 1.6375148496448515, -0.8093241835551795, 1.6375148496448515, 0.9001283745673946, 1.1031796335227289, 0.9001283745673946, 1.997720242345104, 1.377589663364566, 1.2210062254328684, 0.5596831717317843, 0.3456334400177362, 1.5981684879289668, 1.3277645682049863, 1.1636126753460854, 0.6542808049490472, 1.3277645682049863, 2.269189265733325, 1.4253062471711413, 0.9718450291973112, 1.3277645682049863, 0.6542808049490472, 1.2210062254328684, -0.2221337496033848, 1.5573872102293729, 1.0393825280037432, 1.377589663364566, 1.9403256938466096, 0.9718450291973112, 1.9693941766392684, 1.2210062254328684, 1.4710816473851065, 1.5573872102293729, 0.6542808049490472, 0.9718450291973112, 1.5981684879289668, 0.6542808049490472, 1.8157852542631925, 1.9693941766392684, 1.2756417396496451, 1.2756417396496451, 1.377589663364566, 1.5981684879289668, 0.22357059672722876, 1.6375148496448515, 0.7420082460197399, 1.3277645682049863, 1.2756417396496451, 1.5573872102293729, 1.3277645682049863, 1.9403256938466096, 0.9001283745673946, -0.058609551975773284, 1.910475201820626, 1.2210062254328684, 0.8237181839983079, 1.7823407515848213, 1.5150644660264367, 1.8797998874627069, 0.7420082460197399, 1.7478600646912066, 1.7823407515848213, 1.1636126753460854, 0.22357059672722876, 1.2210062254328684, 1.377589663364566, 2.3121125033541565, 1.8157852542631925, 1.2210062254328684, 1.8482533616152164, 1.377589663364566, 1.377589663364566, 1.7122778178030251, 0.9718450291973112, 1.910475201820626, -1.0278142716950134, 1.5150644660264367, 1.7122778178030251, 0.3456334400177362, 1.2756417396496451, 1.377589663364566, 1.2210062254328684, 0.7420082460197399, 1.377589663364566, 0.6542808049490472, 1.0393825280037432, 1.1031796335227289, 1.8482533616152164, 0.9718450291973112, 1.6755223410228184, 0.22357059672722876, 0.9001283745673946, 2.224531309250184, 1.7122778178030251, 2.052289224576212, 1.4253062471711413, 1.377589663364566, 1.5981684879289668, 1.4710816473851065, 1.377589663364566, 1.9693941766392684, 0.9718450291973112, 1.1636126753460854, 0.9718450291973112, 1.6375148496448515, 1.2210062254328684, 1.2210062254328684, 1.2756417396496451, 0.9001283745673946, 0.8237181839983079, 0.08940318439500272, 1.1636126753460854, 1.8482533616152164, 2.078597854639491, 1.6375148496448515, 0.9718450291973112, 1.377589663364566, 1.1636126753460854, 1.4253062471711413, 1.0393825280037432, 1.2210062254328684, 1.2210062254328684, 0.5596831717317843, 1.2210062254328684, 0.7420082460197399, 0.7420082460197399, 1.4253062471711413, 1.7478600646912066, 2.025340574647576, 1.3277645682049863, 1.2210062254328684, 0.5596831717317843, 1.6755223410228184, 1.9693941766392684, 1.5981684879289668, 1.377589663364566, 1.2756417396496451, 1.4253062471711413, 1.377589663364566, 2.2015071037659637, 1.0393825280037432, 1.2210062254328684, 1.4710816473851065, 1.7823407515848213, 1.0393825280037432, -0.2221337496033848, 1.910475201820626, -0.8093241835551795, 2.1779933189311835, 0.6542808049490472, 1.2210062254328684, 0.9718450291973112, 1.2756417396496451, 1.3277645682049863, 0.4572013430815454, 1.910475201820626, 1.7122778178030251, 1.2210062254328684, 1.7122778178030251, 1.6375148496448515, 1.1636126753460854, 1.377589663364566, 0.9001283745673946, 1.8157852542631925, 1.5150644660264367, 1.6375148496448515, 1.1636126753460854, 1.6375148496448515, 1.910475201820626, 1.9403256938466096, 1.9693941766392684, 1.5573872102293729, 1.4710816473851065, 1.7122778178030251, 1.4710816473851065, 1.5150644660264367, 1.7122778178030251, 1.4710816473851065, 2.129411038879853, 1.5981684879289668, 1.6755223410228184, 1.4253062471711413, 1.2756417396496451, 2.052289224576212, 2.025340574647576, 0.3456334400177362, 1.5573872102293729, 1.5981684879289668, 1.377589663364566, 1.7478600646912066, 1.6375148496448515, 1.910475201820626, 2.1779933189311835, 1.7478600646912066, 1.1031796335227289, -0.2221337496033848, -0.4023045166212109, 1.6755223410228184, 2.078597854639491, 1.9403256938466096, 1.3277645682049863, 0.9718450291973112, 2.025340574647576, 1.8157852542631925, 1.6755223410228184, 1.4253062471711413, -0.598910934510485, 1.3277645682049863, -0.8093241835551795, 2.025340574647576, 1.8797998874627069, 1.377589663364566, 1.6375148496448515, 1.1636126753460854, 1.7122778178030251, 1.5150644660264367, 1.8157852542631925, 1.910475201820626, 0.9718450291973112, 1.6375148496448515, 1.7122778178030251, 1.8797998874627069, 1.0393825280037432, 0.6542808049490472, 1.6755223410228184, 1.1636126753460854, 2.2015071037659637, 1.1636126753460854, 1.997720242345104, -0.2221337496033848, 1.7122778178030251, 1.910475201820626, 1.9403256938466096, 1.6755223410228184, 0.9001283745673946, 0.22357059672722876, 1.5573872102293729, 0.6542808049490472, 0.3456334400177362, -0.598910934510485, 0.5596831717317843, 1.2210062254328684, 0.7420082460197399, 1.4710816473851065, 1.0393825280037432, -0.2221337496033848, 1.3277645682049863, 1.7478600646912066, 1.6375148496448515, 1.1636126753460854, 1.9403256938466096, 0.6542808049490472, 0.6542808049490472, 1.3277645682049863, 0.22357059672722876, 1.6755223410228184, 1.7823407515848213, 1.1636126753460854, 1.3277645682049863, 1.377589663364566, 1.2756417396496451, 1.0393825280037432, 1.8482533616152164, 1.7122778178030251, 1.5981684879289668, 0.9001283745673946, 2.2908593021108405, 1.8482533616152164, 1.6375148496448515, 1.7478600646912066, 1.6375148496448515, 1.5150644660264367, 0.9718450291973112, 2.052289224576212, 1.3277645682049863, 1.377589663364566, 0.08940318439500272, 2.078597854639491, 1.9693941766392684, 1.9693941766392684, 1.7823407515848213, 2.224531309250184, 2.373523469948396, 2.025340574647576, 1.1636126753460854, 1.4710816473851065, 1.5981684879289668, 1.2756417396496451, -0.2221337496033848, 2.247085801017517, 1.1031796335227289, 2.052289224576212, 1.5150644660264367, 1.3277645682049863, 1.377589663364566, 2.332964531974317, -0.2221337496033848, 1.4710816473851065, 1.6375148496448515, 1.377589663364566, 1.7478600646912066, 1.6375148496448515, 1.3277645682049863, 1.4710816473851065, 0.08940318439500272, 1.997720242345104, 1.5573872102293729, 1.5981684879289668, 1.9693941766392684, 1.8482533616152164, 1.377589663364566, -0.8093241835551795, 1.0393825280037432, 1.2210062254328684, 1.2210062254328684, 1.3277645682049863, 1.377589663364566, 1.1031796335227289, 0.08940318439500272, 1.6755223410228184, 0.6542808049490472, 1.5573872102293729, 1.2210062254328684, 1.2210062254328684, -0.058609551975773284, 1.9693941766392684, 0.4572013430815454, -0.4023045166212109, 1.5150644660264367, 1.6755223410228184, 2.025340574647576, 1.1636126753460854, 2.224531309250184, 1.6755223410228184, 1.5573872102293729, 1.1031796335227289, 1.3277645682049863, 1.5150644660264367, 0.4572013430815454, 2.129411038879853, 1.1031796335227289, 0.22357059672722876, -0.8093241835551795, 1.6375148496448515, 1.5981684879289668, 0.22357059672722876, 1.2756417396496451, 1.7823407515848213, 1.0393825280037432, 2.1042959555136624, -0.4023045166212109, -0.058609551975773284, 1.5573872102293729, 1.7478600646912066, 1.5981684879289668, 1.910475201820626, 1.2210062254328684, 2.025340574647576, 1.1636126753460854, -0.8093241835551795, 1.1636126753460854, 2.247085801017517, 1.4710816473851065, 2.078597854639491, 1.8482533616152164, 0.4572013430815454, 1.5150644660264367, 1.1031796335227289, 1.6375148496448515, 1.4710816473851065, -0.058609551975773284, 0.9718450291973112, 1.7122778178030251, 1.6755223410228184, 1.910475201820626, 1.6375148496448515, 0.5596831717317843, 1.6755223410228184, 1.8157852542631925, 1.7122778178030251, 1.8482533616152164, 1.3277645682049863, 1.8157852542631925, 1.4710816473851065, 1.4710816473851065, 2.247085801017517, 1.4253062471711413, 1.5150644660264367, 1.8482533616152164, 1.910475201820626, 0.9718450291973112, 1.2210062254328684, 2.2908593021108405, 1.8797998874627069, 2.224531309250184, 1.8157852542631925, 1.0393825280037432, 0.22357059672722876, 2.3932576332710105, 0.9001283745673946, 0.7420082460197399, 1.0393825280037432, 2.1779933189311835, 1.5150644660264367, 1.2210062254328684, 1.2210062254328684, 1.1031796335227289, 0.7420082460197399, 1.1031796335227289, 2.052289224576212, 1.6755223410228184, 1.3277645682049863, 1.377589663364566, 1.7478600646912066, 1.7478600646912066, 1.7478600646912066, 1.8797998874627069, 1.5573872102293729, 1.6755223410228184, 1.6375148496448515, 1.2756417396496451, 1.8482533616152164, 1.8482533616152164, 1.9693941766392684, 1.1031796335227289, 2.5898131265248256, 1.4253062471711413, 2.1042959555136624, 1.7478600646912066, -0.058609551975773284, 1.6755223410228184, 1.1031796335227289, 2.052289224576212, -0.2221337496033848, 1.2756417396496451, -0.2221337496033848, 1.910475201820626, 1.997720242345104, 1.5573872102293729, 1.1031796335227289, 1.1031796335227289, 1.7823407515848213, 0.5596831717317843, 1.7823407515848213, 1.2210062254328684, 1.6755223410228184, 1.7478600646912066, 2.556583028524152, 1.8482533616152164, 2.025340574647576, 1.5573872102293729, 1.5150644660264367, 1.2210062254328684, 1.910475201820626, 0.7420082460197399, 0.7420082460197399, 1.1031796335227289, 1.7478600646912066, 1.9403256938466096, 1.5150644660264367, 0.5596831717317843, 1.5573872102293729, 1.7478600646912066, 1.5150644660264367, 1.2756417396496451, 1.4710816473851065, 0.9718450291973112, 1.8482533616152164, 1.5981684879289668, 1.910475201820626, 1.6375148496448515, -1.0278142716950134, 1.3277645682049863, 2.1779933189311835, 1.4253062471711413, 1.6375148496448515, -0.2221337496033848, 2.052289224576212, 1.6375148496448515, 2.025340574647576, 1.0393825280037432, 0.22357059672722876, 1.1031796335227289, 1.5573872102293729, 1.3277645682049863, 1.6375148496448515, 0.8237181839983079, 1.4710816473851065, 0.5596831717317843, 0.5596831717317843, 1.0393825280037432, 1.5981684879289668, 1.910475201820626, 1.5150644660264367, 0.22357059672722876, 2.129411038879853, 0.3456334400177362, 1.7478600646912066, -0.4023045166212109, 2.3932576332710105, 1.1636126753460854, 2.129411038879853, 0.3456334400177362, 1.4710816473851065, 2.052289224576212, 1.1636126753460854, 1.6375148496448515, 1.6375148496448515, 1.910475201820626, 1.2756417396496451, 2.247085801017517, 1.4253062471711413, 1.5150644660264367, 1.1031796335227289, 1.8157852542631925, 2.078597854639491, 1.5150644660264367, 2.1539688094692457, 0.8237181839983079, 2.025340574647576, 1.6375148496448515, 1.4253062471711413, 1.7478600646912066, 2.052289224576212, 1.2756417396496451, 2.224531309250184, 1.1031796335227289, 2.3121125033541565, 0.7420082460197399, 1.8797998874627069, 0.8237181839983079, 1.4253062471711413, 1.5573872102293729, 1.5981684879289668, 2.3121125033541565, 1.7823407515848213, 1.8797998874627069, 0.4572013430815454, 1.2756417396496451, 1.4253062471711413, 1.7122778178030251, 0.4572013430815454, 0.9718450291973112, 2.052289224576212, -0.4023045166212109, 0.9001283745673946, 0.22357059672722876, 2.2908593021108405, 1.1636126753460854, 2.2015071037659637, 1.9693941766392684, 0.8237181839983079, 1.4253062471711413, 1.6755223410228184, 1.1636126753460854, 2.1042959555136624, 0.5596831717317843, 2.412645240038382, 1.7478600646912066, 1.7823407515848213, 1.2210062254328684, 1.8157852542631925, 1.2756417396496451, 0.22357059672722876, 1.6375148496448515, 1.2756417396496451, 2.925791490552484, 1.3277645682049863, 1.5150644660264367, 1.1031796335227289, 1.6375148496448515, 1.997720242345104, 0.8237181839983079, 1.9403256938466096, 0.7420082460197399, 1.2756417396496451, 1.5981684879289668, 1.1636126753460854, 1.2756417396496451, 1.6375148496448515, 1.4710816473851065, 1.7823407515848213, 2.025340574647576, 1.4710816473851065, 1.8482533616152164, 1.4253062471711413, 1.377589663364566, 1.2756417396496451, 2.052289224576212, 1.3277645682049863, 0.9001283745673946, 1.5150644660264367, 0.9001283745673946, 1.8482533616152164, 1.377589663364566, 1.2756417396496451, 1.7823407515848213, 0.9718450291973112, 1.377589663364566, 1.5573872102293729, 1.5573872102293729, 1.7122778178030251, 1.6755223410228184, 1.2210062254328684, 1.1031796335227289, 2.269189265733325, 0.9718450291973112, 1.2210062254328684, 1.3277645682049863, 0.9001283745673946, 1.1636126753460854, 0.6542808049490472, 0.4572013430815454, 1.6755223410228184, 0.3456334400177362, 1.3277645682049863, 1.5981684879289668, 2.7280742450106747, 2.078597854639491, 1.5573872102293729, 1.0393825280037432, 1.5981684879289668, 0.4572013430815454, 1.5981684879289668, 1.2210062254328684, 1.1031796335227289, 2.224531309250184, 1.0393825280037432, 2.025340574647576, 0.8237181839983079, 2.2908593021108405, 2.2015071037659637, 1.377589663364566, 1.1031796335227289, 2.052289224576212, 0.3456334400177362, 1.7122778178030251, 1.1636126753460854, 1.377589663364566, 0.4572013430815454, 2.468844919482787, 0.5596831717317843, 1.2210062254328684, 1.8482533616152164, 1.5573872102293729, 0.9001283745673946, 1.7478600646912066, 1.7122778178030251, -0.058609551975773284, 1.5573872102293729, 2.6687545052801545, 1.5150644660264367, 2.1539688094692457, 1.3277645682049863, 1.3277645682049863, -0.4023045166212109, 0.8237181839983079, 1.997720242345104, 1.4253062471711413, 1.8482533616152164, 0.6542808049490472, 1.377589663364566, 0.4572013430815454, 1.910475201820626, 1.1636126753460854, 1.7478600646912066, 1.9403256938466096, 1.5150644660264367, 2.129411038879853, 0.3456334400177362, 1.2756417396496451, 0.08940318439500272, 1.4253062471711413, 2.025340574647576, 2.412645240038382, 1.7122778178030251, 1.3277645682049863, 1.6375148496448515, 2.1042959555136624, 0.8237181839983079, -0.4023045166212109, 1.5573872102293729, 2.129411038879853, 0.9001283745673946, 2.4869596439400024, 1.4253062471711413, 2.7135409348784845, 1.6755223410228184, 1.1636126753460854, 1.5150644660264367, 2.412645240038382, 2.129411038879853, 2.078597854639491, 1.5981684879289668, 2.1539688094692457, 1.5150644660264367, 2.412645240038382, 1.5150644660264367, 2.5223205331606118, 2.3534301878058126, 0.22357059672722876, 2.811465086298501, 2.224531309250184, 0.3456334400177362, 1.6375148496448515, 0.8237181839983079, 1.5150644660264367, 1.377589663364566, 1.4710816473851065, 1.2756417396496451, 2.052289224576212, 2.412645240038382, 1.4710816473851065, 1.4710816473851065, 3.4068462898503373, 2.129411038879853, 1.8797998874627069, 2.025340574647576, 1.7478600646912066, 1.6375148496448515, 0.8237181839983079, 1.4710816473851065, 1.4710816473851065, 1.910475201820626, 0.3456334400177362, 2.1042959555136624, 2.606060057234409, 2.1042959555136624, 1.7823407515848213, 2.224531309250184, -0.2221337496033848, 2.025340574647576, 1.1636126753460854, 2.4504278494627774, 1.5573872102293729, 2.3932576332710105, 1.8157852542631925, 1.2210062254328684, 1.4253062471711413, 2.2908593021108405, 1.3277645682049863, 1.910475201820626, 2.1042959555136624, 2.078597854639491, 2.129411038879853, 2.7135409348784845, 2.078597854639491, 1.5150644660264367, 2.1042959555136624, 1.8797998874627069, 1.8157852542631925, 1.2210062254328684, 2.1779933189311835, 1.6755223410228184, 2.2908593021108405, 2.4316982071548567, 1.5981684879289668, 2.6534119699485386, 0.4572013430815454, 0.8237181839983079, 2.876438469097637, 2.247085801017517, 3.1538411243787445, 2.332964531974317, 2.269189265733325, 2.606060057234409, 2.5223205331606118, 2.8889855941794926, 1.7823407515848213, 1.8797998874627069], [-1.5891384357724423, -1.0133105269083174, -0.5371891787368134, -1.0133105269083174, -1.910712634126802, -1.5891384357724423, -1.910712634126802, -0.7633967833470969, -1.5891384357724423, -2.244630651461424, -1.5891384357724423, -1.0133105269083174, -1.910712634126802, -1.5891384357724423, -1.910712634126802, 0.3261122950187668, -1.2886651931838264, -1.5891384357724423, -1.5891384357724423, 0.02491610015040787, -1.910712634126802, -1.5891384357724423, 0.02491610015040787, -2.244630651461424, -1.2886651931838264, -1.2886651931838264, -1.910712634126802, -1.5891384357724423, -0.5371891787368134, -2.244630651461424, 0.02491610015040787, -1.0133105269083174, -1.5891384357724423, -0.5371891787368134, -1.2886651931838264, -1.5891384357724423, -0.14559292983087668, 0.02491610015040787, -1.2886651931838264, -1.5891384357724423, -1.0133105269083174, -1.910712634126802, -0.5371891787368134, -0.5371891787368134, -1.0133105269083174, -0.7633967833470969, -2.244630651461424, 0.8114451402759004, -0.5371891787368134, -1.0133105269083174, -0.33214135849784243, -1.5891384357724423, -1.910712634126802, -1.5891384357724423, -2.244630651461424, -0.14559292983087668, -1.910712634126802, -0.7633967833470969, -0.14559292983087668, -1.910712634126802, -1.2886651931838264, -1.2886651931838264, -1.2886651931838264, -1.5891384357724423, -1.2886651931838264, -1.910712634126802, -0.5371891787368134, -0.7633967833470969, -1.2886651931838264, -1.2886651931838264, -0.7633967833470969, -0.33214135849784243, -0.5371891787368134, -1.0133105269083174, -1.0133105269083174, -1.5891384357724423, -0.7633967833470969, -1.910712634126802, -0.7633967833470969, -1.910712634126802, -0.7633967833470969, -0.7633967833470969, -1.910712634126802, -1.2886651931838264, -0.5371891787368134, -0.5371891787368134, -1.0133105269083174, -0.5371891787368134, -1.910712634126802, -1.910712634126802, -1.5891384357724423, -1.5891384357724423, -1.0133105269083174, -0.33214135849784243, -1.2886651931838264, -1.5891384357724423, -1.5891384357724423, -1.2886651931838264, -1.910712634126802, -1.5891384357724423, -1.2886651931838264, -1.2886651931838264, -0.5371891787368134, -1.910712634126802, -0.7633967833470969, -1.910712634126802, -1.910712634126802, -1.0133105269083174, -1.2886651931838264, -0.7633967833470969, 0.18153889858972652, -2.244630651461424, -0.7633967833470969, 0.4601859888763004, -1.0133105269083174, -1.5891384357724423, -1.0133105269083174, -1.5891384357724423, -1.5891384357724423, -1.0133105269083174, -0.33214135849784243, -1.0133105269083174, 0.3261122950187668, -1.2886651931838264, 0.02491610015040787, -1.5891384357724423, -1.5891384357724423, -1.910712634126802, -0.7633967833470969, -1.2886651931838264, -0.5371891787368134, 0.5850631433441781, -1.910712634126802, -1.910712634126802, 0.18153889858972652, -1.2886651931838264, -0.33214135849784243, -2.244630651461424, -0.33214135849784243, -1.2886651931838264, -1.2886651931838264, -1.2886651931838264, 0.18153889858972652, -1.910712634126802, -1.0133105269083174, -0.7633967833470969, -0.33214135849784243, 0.3261122950187668, -1.0133105269083174, -1.5891384357724423, -0.7633967833470969, -1.5891384357724423, -1.2886651931838264, -1.5891384357724423, -2.244630651461424, -1.5891384357724423, -1.0133105269083174, -1.0133105269083174, -1.2886651931838264, -0.7633967833470969, -0.14559292983087668, 0.5850631433441781, 0.7018407031695034, 0.18153889858972652, -1.0133105269083174, -0.7633967833470969, -0.33214135849784243, -1.5891384357724423, -1.2886651931838264, -1.0133105269083174, -1.0133105269083174, -1.2886651931838264, -0.7633967833470969, -1.910712634126802, -1.910712634126802, -1.5891384357724423, -0.7633967833470969, -1.0133105269083174, -2.244630651461424, -1.0133105269083174, -0.7633967833470969, -1.0133105269083174, -1.5891384357724423, -0.7633967833470969, -0.5371891787368134, 0.4601859888763004, -1.2886651931838264, -1.2886651931838264, -1.910712634126802, -0.7633967833470969, -0.5371891787368134, -1.5891384357724423, 0.02491610015040787, -1.910712634126802, -1.0133105269083174, -2.244630651461424, -1.2886651931838264, 0.18153889858972652, -0.7633967833470969, -1.5891384357724423, -1.910712634126802, -1.910712634126802, 0.3261122950187668, -0.33214135849784243, -1.0133105269083174, -1.2886651931838264, -0.5371891787368134, -1.0133105269083174, 0.4601859888763004, -1.5891384357724423, 0.02491610015040787, -0.5371891787368134, -0.5371891787368134, -1.5891384357724423, -1.0133105269083174, -0.5371891787368134, 0.4601859888763004, -0.33214135849784243, -0.7633967833470969, 0.18153889858972652, -1.2886651931838264, 0.02491610015040787, -1.2886651931838264, -1.2886651931838264, -1.2886651931838264, -1.2886651931838264, -0.14559292983087668, 0.18153889858972652, -1.0133105269083174, -0.7633967833470969, -1.0133105269083174, -0.7633967833470969, -1.2886651931838264, -1.5891384357724423, -0.33214135849784243, -1.0133105269083174, -1.0133105269083174, -1.0133105269083174, -1.2886651931838264, -2.244630651461424, -1.2886651931838264, -0.5371891787368134, -1.0133105269083174, -1.0133105269083174, -0.5371891787368134, -0.7633967833470969, 0.02491610015040787, -1.0133105269083174, -0.14559292983087668, -1.0133105269083174, -1.0133105269083174, -1.5891384357724423, -0.7633967833470969, -0.14559292983087668, -0.33214135849784243, -0.5371891787368134, -1.2886651931838264, -1.910712634126802, -1.0133105269083174, -0.5371891787368134, -1.0133105269083174, -0.33214135849784243, -1.910712634126802, -0.33214135849784243, -0.14559292983087668, -0.33214135849784243, -1.0133105269083174, -0.5371891787368134, -2.244630651461424, -0.7633967833470969, -1.5891384357724423, -0.33214135849784243, 0.18153889858972652, 0.4601859888763004, -1.0133105269083174, -1.5891384357724423, -1.0133105269083174, -1.5891384357724423, -0.5371891787368134, -0.33214135849784243, -0.7633967833470969, 0.3261122950187668, -1.2886651931838264, -0.14559292983087668, -1.5891384357724423, -0.33214135849784243, 0.02491610015040787, -1.5891384357724423, -1.0133105269083174, -0.33214135849784243, 0.3261122950187668, 0.18153889858972652, -0.7633967833470969, -1.5891384357724423, -0.7633967833470969, -1.2886651931838264, -0.7633967833470969, 1.3553963456048694, -1.0133105269083174, -0.33214135849784243, -1.910712634126802, -0.5371891787368134, 0.02491610015040787, -1.0133105269083174, -1.0133105269083174, -1.2886651931838264, 0.3261122950187668, -1.2886651931838264, -0.5371891787368134, 0.18153889858972652, -1.2886651931838264, -0.7633967833470969, -0.7633967833470969, -0.5371891787368134, -0.7633967833470969, -1.2886651931838264, 0.02491610015040787, -1.5891384357724423, -1.0133105269083174, -0.7633967833470969, -1.2886651931838264, 0.3261122950187668, -0.5371891787368134, -1.2886651931838264, -0.5371891787368134, -0.5371891787368134, -1.0133105269083174, -1.0133105269083174, -0.14559292983087668, -1.910712634126802, 0.7018407031695034, -0.33214135849784243, -1.0133105269083174, -0.5371891787368134, -0.7633967833470969, 0.02491610015040787, -0.33214135849784243, -0.7633967833470969, -0.33214135849784243, -0.7633967833470969, -1.5891384357724423, -1.5891384357724423, -0.7633967833470969, -1.2886651931838264, -0.5371891787368134, -1.5891384357724423, -1.2886651931838264, -0.33214135849784243, -1.2886651931838264, -0.33214135849784243, -1.2886651931838264, -1.2886651931838264, 0.02491610015040787, -1.0133105269083174, -0.7633967833470969, 0.91466258088927, -0.33214135849784243, -1.0133105269083174, -1.0133105269083174, -0.14559292983087668, -0.14559292983087668, 0.02491610015040787, -0.7633967833470969, -0.14559292983087668, -0.33214135849784243, -1.0133105269083174, -0.14559292983087668, -1.5891384357724423, -1.2886651931838264, -1.5891384357724423, -1.0133105269083174, 0.18153889858972652, 0.3261122950187668, -1.910712634126802, -0.14559292983087668, -0.33214135849784243, -0.7633967833470969, -0.33214135849784243, 0.02491610015040787, -0.5371891787368134, -1.0133105269083174, -1.2886651931838264, -0.7633967833470969, -1.0133105269083174, -1.0133105269083174, 0.02491610015040787, -1.5891384357724423, -0.7633967833470969, -1.0133105269083174, -1.0133105269083174, -1.2886651931838264, 0.5850631433441781, -1.5891384357724423, -0.7633967833470969, 0.18153889858972652, 0.02491610015040787, -1.2886651931838264, -0.7633967833470969, -1.5891384357724423, -0.7633967833470969, 0.02491610015040787, -1.2886651931838264, -1.0133105269083174, 1.1922377581563606, -0.7633967833470969, -0.7633967833470969, -1.5891384357724423, -1.910712634126802, 0.4601859888763004, 0.18153889858972652, -1.0133105269083174, -0.7633967833470969, -1.0133105269083174, -1.0133105269083174, -0.7633967833470969, -0.5371891787368134, -0.7633967833470969, 0.91466258088927, -0.5371891787368134, -1.0133105269083174, 0.91466258088927, -0.5371891787368134, 0.02491610015040787, -0.7633967833470969, -1.0133105269083174, -0.5371891787368134, -1.0133105269083174, -0.5371891787368134, 0.5850631433441781, -1.2886651931838264, -1.2886651931838264, -1.0133105269083174, 0.4601859888763004, -0.33214135849784243, -1.5891384357724423, -0.33214135849784243, -1.0133105269083174, -0.33214135849784243, -1.2886651931838264, 0.02491610015040787, -0.7633967833470969, -1.0133105269083174, -1.910712634126802, -1.910712634126802, -0.7633967833470969, -1.2886651931838264, -1.5891384357724423, -0.7633967833470969, 0.02491610015040787, -0.7633967833470969, -1.2886651931838264, 0.02491610015040787, -2.244630651461424, -1.0133105269083174, 0.5850631433441781, -1.5891384357724423, -0.5371891787368134, -0.14559292983087668, -1.0133105269083174, -0.14559292983087668, -1.0133105269083174, -1.5891384357724423, 1.0121635850215644, -1.0133105269083174, -1.2886651931838264, -1.2886651931838264, -1.910712634126802, -1.2886651931838264, -0.7633967833470969, 0.18153889858972652, -0.7633967833470969, -1.2886651931838264, -1.0133105269083174, -1.2886651931838264, -1.2886651931838264, -0.33214135849784243, -1.0133105269083174, -1.0133105269083174, -1.2886651931838264, 0.02491610015040787, 0.18153889858972652, 0.3261122950187668, -0.7633967833470969, -1.5891384357724423, -1.5891384357724423, -1.0133105269083174, -0.5371891787368134, -0.7633967833470969, 0.18153889858972652, -1.2886651931838264, -0.5371891787368134, -1.910712634126802, -0.5371891787368134, -1.0133105269083174, -0.14559292983087668, -2.244630651461424, -1.2886651931838264, -1.0133105269083174, -1.0133105269083174, -0.5371891787368134, -1.5891384357724423, -1.910712634126802, -1.5891384357724423, 0.02491610015040787, -0.7633967833470969, -0.7633967833470969, -1.0133105269083174, -1.2886651931838264, -0.5371891787368134, -1.0133105269083174, -1.0133105269083174, -1.2886651931838264, 1.3553963456048694, -1.5891384357724423, -0.7633967833470969, -1.5891384357724423, -0.5371891787368134, -1.0133105269083174, 0.18153889858972652, -0.7633967833470969, -1.5891384357724423, -0.33214135849784243, -1.910712634126802, -0.7633967833470969, -0.14559292983087668, -1.5891384357724423, -1.0133105269083174, -1.910712634126802, 0.02491610015040787, -0.5371891787368134, -0.33214135849784243, -0.33214135849784243, 0.02491610015040787, -1.0133105269083174, -1.5891384357724423, -0.5371891787368134, 0.18153889858972652, -0.5371891787368134, -1.5891384357724423, -0.14559292983087668, 0.18153889858972652, 1.275737118418633, -1.2886651931838264, -0.14559292983087668, -0.14559292983087668, -0.7633967833470969, -0.5371891787368134, -1.0133105269083174, -1.2886651931838264, -1.0133105269083174, -0.5371891787368134, 0.18153889858972652, -0.33214135849784243, 0.02491610015040787, 0.18153889858972652, -0.33214135849784243, -0.7633967833470969, -1.0133105269083174, -1.2886651931838264, -0.5371891787368134, -0.7633967833470969, -0.33214135849784243, -0.33214135849784243, -0.7633967833470969, -2.244630651461424, -1.5891384357724423, -1.0133105269083174, -1.5891384357724423, -1.2886651931838264, -0.7633967833470969, -0.7633967833470969, -0.14559292983087668, -0.14559292983087668, 0.18153889858972652, -1.2886651931838264, -1.5891384357724423, -0.7633967833470969, -0.33214135849784243, -1.5891384357724423, -0.7633967833470969, -1.2886651931838264, -1.2886651931838264, -1.2886651931838264, -0.5371891787368134, -1.0133105269083174, 0.3261122950187668, -1.2886651931838264, -0.33214135849784243, -1.2886651931838264, -0.5371891787368134, -1.0133105269083174, -0.7633967833470969, -1.2886651931838264, -1.2886651931838264, -0.5371891787368134, -0.14559292983087668, -0.33214135849784243, 0.02491610015040787, 0.02491610015040787, -0.5371891787368134, 0.3261122950187668, 0.18153889858972652, -0.7633967833470969, 0.3261122950187668, -1.2886651931838264, -0.5371891787368134, -1.2886651931838264, -0.14559292983087668, -1.5891384357724423, -1.910712634126802, 0.18153889858972652, -0.33214135849784243, -1.910712634126802, -0.14559292983087668, 0.18153889858972652, -0.5371891787368134, -1.2886651931838264, 0.91466258088927, -1.5891384357724423, -1.0133105269083174, -0.33214135849784243, -0.5371891787368134, -0.33214135849784243, -0.33214135849784243, -1.0133105269083174, -1.2886651931838264, -0.33214135849784243, -1.0133105269083174, -1.2886651931838264, -1.0133105269083174, -0.14559292983087668, -0.5371891787368134, 0.18153889858972652, 0.02491610015040787, -1.0133105269083174, -0.33214135849784243, 0.02491610015040787, -0.5371891787368134, 0.8114451402759004, -0.7633967833470969, -0.7633967833470969, -1.2886651931838264, -0.7633967833470969, 0.3261122950187668, -1.0133105269083174, -1.2886651931838264, -0.7633967833470969, -0.5371891787368134, -1.2886651931838264, -0.33214135849784243, -0.5371891787368134, -0.7633967833470969, -0.5371891787368134, 0.3261122950187668, 0.5850631433441781, -1.910712634126802, 0.4601859888763004, -1.5891384357724423, -1.2886651931838264, -1.0133105269083174, -1.5891384357724423, -1.0133105269083174, -0.14559292983087668, -0.5371891787368134, 0.02491610015040787, -0.5371891787368134, 0.5850631433441781, -1.2886651931838264, -0.5371891787368134, -0.33214135849784243, -1.0133105269083174, 0.3261122950187668, 0.18153889858972652, -0.7633967833470969, -1.5891384357724423, -0.33214135849784243, -1.5891384357724423, 0.5850631433441781, 0.02491610015040787, -0.5371891787368134, 0.02491610015040787, -0.7633967833470969, -0.33214135849784243, -0.14559292983087668, -0.5371891787368134, -1.910712634126802, -0.33214135849784243, -0.7633967833470969, -0.7633967833470969, -0.33214135849784243, -0.5371891787368134, -1.2886651931838264, -1.0133105269083174, -0.5371891787368134, -0.7633967833470969, 0.02491610015040787, -0.14559292983087668, -0.33214135849784243, -0.7633967833470969, -0.14559292983087668, -1.2886651931838264, 0.18153889858972652, -1.0133105269083174, -1.5891384357724423, -0.14559292983087668, -0.7633967833470969, -0.5371891787368134, -1.2886651931838264, -0.5371891787368134, -0.33214135849784243, -1.0133105269083174, -0.14559292983087668, -0.5371891787368134, -1.0133105269083174, -1.0133105269083174, -1.0133105269083174, 0.18153889858972652, -0.7633967833470969, 0.18153889858972652, -0.14559292983087668, -1.910712634126802, -1.910712634126802, -1.910712634126802, -1.0133105269083174, -0.5371891787368134, -1.910712634126802, -1.0133105269083174, -0.5371891787368134, -1.2886651931838264, -0.33214135849784243, -0.33214135849784243, -0.33214135849784243, -0.14559292983087668, -1.0133105269083174, -0.33214135849784243, -0.14559292983087668, -1.5891384357724423, -0.14559292983087668, -1.2886651931838264, -1.0133105269083174, -0.14559292983087668, -1.910712634126802, -0.33214135849784243, -1.0133105269083174, -0.5371891787368134, -0.33214135849784243, -1.0133105269083174, -0.14559292983087668, 0.02491610015040787, -0.33214135849784243, -0.7633967833470969, -1.5891384357724423, -0.7633967833470969, -1.2886651931838264, -0.33214135849784243, -1.2886651931838264, -1.2886651931838264, -1.5891384357724423, 0.02491610015040787, -0.14559292983087668, 0.02491610015040787, -1.2886651931838264, -0.14559292983087668, 0.02491610015040787, 0.18153889858972652, -0.7633967833470969, -0.5371891787368134, 0.02491610015040787, -1.2886651931838264, 0.02491610015040787, 0.02491610015040787, 2.7259233783451204, -0.33214135849784243, -0.7633967833470969, 0.02491610015040787, 0.18153889858972652, 1.1922377581563606, 0.18153889858972652, -0.14559292983087668, -1.0133105269083174, 0.02491610015040787, -0.5371891787368134, -0.5371891787368134, 0.18153889858972652, -1.5891384357724423, -1.2886651931838264, -1.0133105269083174, -0.5371891787368134, -0.5371891787368134, 0.18153889858972652, -1.0133105269083174, -0.5371891787368134, -0.7633967833470969, -0.7633967833470969, -0.7633967833470969, -1.0133105269083174, -1.2886651931838264, -1.5891384357724423, 0.02491610015040787, -0.5371891787368134, -0.5371891787368134, -0.5371891787368134, -0.33214135849784243, -0.5371891787368134, 0.02491610015040787, -0.7633967833470969, -1.910712634126802, 0.3261122950187668, -0.7633967833470969, -0.33214135849784243, -0.33214135849784243, -0.33214135849784243, -0.5371891787368134, 0.3261122950187668, -1.2886651931838264, 0.02491610015040787, -1.910712634126802, -1.0133105269083174, -0.7633967833470969, -1.0133105269083174, -0.7633967833470969, -0.14559292983087668, -0.7633967833470969, -2.244630651461424, 0.5850631433441781, 0.3261122950187668, -1.0133105269083174, -0.7633967833470969, -0.14559292983087668, -1.0133105269083174, -1.2886651931838264, -0.33214135849784243, -0.14559292983087668, -0.5371891787368134, -0.5371891787368134, -1.0133105269083174, -0.33214135849784243, -1.5891384357724423, -0.33214135849784243, -0.33214135849784243, -0.33214135849784243, -0.33214135849784243, -1.2886651931838264, -0.5371891787368134, -0.5371891787368134, 0.3261122950187668, 0.3261122950187668, 0.3261122950187668, 0.4601859888763004, -0.5371891787368134, -0.7633967833470969, -0.33214135849784243, -1.0133105269083174, -0.5371891787368134, -0.5371891787368134, 1.7686541804223204, -0.7633967833470969, -0.33214135849784243, -0.5371891787368134, 0.18153889858972652, -0.7633967833470969, 0.02491610015040787, -1.0133105269083174, 0.3261122950187668, -0.5371891787368134, -1.2886651931838264, 0.3261122950187668, -1.2886651931838264, 0.4601859888763004, -0.7633967833470969, -0.14559292983087668, -0.33214135849784243, -0.5371891787368134, -0.5371891787368134, -0.7633967833470969, 0.02491610015040787, -0.14559292983087668, -0.14559292983087668, 0.5850631433441781, -0.7633967833470969, -0.7633967833470969, -0.5371891787368134, 0.02491610015040787, 0.18153889858972652, -0.14559292983087668, -0.33214135849784243, -1.0133105269083174, 0.3261122950187668, -0.14559292983087668, 0.4601859888763004, 0.18153889858972652, 0.02491610015040787, -0.7633967833470969, -0.33214135849784243, -0.7633967833470969, -2.244630651461424, 0.18153889858972652, -1.2886651931838264, -0.7633967833470969, -0.7633967833470969, -0.7633967833470969, -1.0133105269083174, -0.14559292983087668, 0.3261122950187668, 0.02491610015040787, 0.18153889858972652, -0.7633967833470969, -0.7633967833470969, -1.5891384357724423, -0.7633967833470969, -0.33214135849784243, -1.0133105269083174, -1.0133105269083174, -0.33214135849784243, -0.7633967833470969, -0.5371891787368134, -0.7633967833470969, -0.5371891787368134, -1.0133105269083174, -1.0133105269083174, -0.14559292983087668, -0.14559292983087668, -0.14559292983087668, -0.5371891787368134, -0.33214135849784243, -0.33214135849784243, -0.33214135849784243, -0.33214135849784243, -0.7633967833470969, -0.33214135849784243, -0.14559292983087668, -1.0133105269083174, -0.7633967833470969, -1.2886651931838264, -0.14559292983087668, -1.0133105269083174, -1.5891384357724423, 0.4601859888763004, -0.7633967833470969, -0.5371891787368134, -0.5371891787368134, -0.7633967833470969, -1.910712634126802, -0.14559292983087668, -0.14559292983087668, -0.14559292983087668, -0.14559292983087668, 0.5850631433441781, -1.0133105269083174, 0.5850631433441781, -0.7633967833470969, -1.0133105269083174, -0.33214135849784243, 0.18153889858972652, -1.0133105269083174, -1.2886651931838264, 0.02491610015040787, -0.7633967833470969, -1.0133105269083174, -0.5371891787368134, -0.7633967833470969, -0.33214135849784243, -0.7633967833470969, -0.7633967833470969, -1.5891384357724423, -1.2886651931838264, -1.910712634126802, 0.02491610015040787, 0.4601859888763004, -1.0133105269083174, -0.33214135849784243, -0.14559292983087668, -0.5371891787368134, -0.5371891787368134, 0.3261122950187668, -1.2886651931838264, 0.02491610015040787, 0.3261122950187668, -0.5371891787368134, -0.7633967833470969, 0.02491610015040787, -1.0133105269083174, 0.3261122950187668, -0.7633967833470969, 0.02491610015040787, -1.5891384357724423, -1.0133105269083174, -0.7633967833470969, -0.33214135849784243, -0.7633967833470969, -1.2886651931838264, 0.02491610015040787, -1.0133105269083174, -0.5371891787368134, -0.7633967833470969, -1.0133105269083174, -1.0133105269083174, -0.5371891787368134, 0.02491610015040787, -0.14559292983087668, -0.7633967833470969, -0.5371891787368134, -1.2886651931838264, -1.5891384357724423, -0.14559292983087668, -0.14559292983087668, -0.33214135849784243, 0.7018407031695034, -0.5371891787368134, -0.7633967833470969, -0.7633967833470969, 0.4601859888763004, -0.5371891787368134, -1.5891384357724423, -0.33214135849784243, -1.0133105269083174, -1.0133105269083174, 0.02491610015040787, -0.33214135849784243, -1.5891384357724423, -0.5371891787368134, -0.33214135849784243, -0.33214135849784243, -0.7633967833470969, -0.33214135849784243, -1.2886651931838264, -1.0133105269083174, -2.244630651461424, -0.7633967833470969, -0.5371891787368134, 0.3261122950187668, -1.5891384357724423, -0.5371891787368134, -1.0133105269083174, 1.1922377581563606, 0.18153889858972652, -0.7633967833470969, 0.4601859888763004, 0.02491610015040787, -0.5371891787368134, -1.0133105269083174, -1.5891384357724423, 0.3261122950187668, -1.0133105269083174, 0.18153889858972652, -1.5891384357724423, -0.7633967833470969, -1.0133105269083174, 0.3261122950187668, -0.14559292983087668, -0.14559292983087668, 0.02491610015040787, -0.14559292983087668, -0.7633967833470969, -0.7633967833470969, -1.5891384357724423, -0.7633967833470969, -1.5891384357724423, -0.7633967833470969, 0.02491610015040787, -0.5371891787368134, -0.5371891787368134, -0.7633967833470969, -1.0133105269083174, -0.5371891787368134, -0.14559292983087668, 0.4601859888763004, -0.14559292983087668, -2.244630651461424, -0.33214135849784243, -0.14559292983087668, -0.33214135849784243, -0.7633967833470969, -1.2886651931838264, -0.14559292983087668, 0.7018407031695034, -0.7633967833470969, -1.0133105269083174, -1.2886651931838264, 0.02491610015040787, -0.7633967833470969, -0.7633967833470969, 0.02491610015040787, -0.33214135849784243, -0.33214135849784243, 0.02491610015040787, -1.2886651931838264, -0.7633967833470969, -0.14559292983087668, -0.33214135849784243, -1.910712634126802, -0.5371891787368134, -0.14559292983087668, -0.7633967833470969, -0.7633967833470969, -1.0133105269083174, -0.7633967833470969, 0.4601859888763004, 0.5850631433441781, 0.3261122950187668, -0.7633967833470969, 0.5850631433441781, 0.18153889858972652, 0.02491610015040787, -0.14559292983087668, 0.4601859888763004, 0.02491610015040787, -0.14559292983087668, 0.3261122950187668, -1.0133105269083174, -0.7633967833470969, -1.0133105269083174, -0.14559292983087668, -1.5891384357724423, 0.18153889858972652, -0.14559292983087668, 0.02491610015040787, 0.3261122950187668, -0.7633967833470969, 0.18153889858972652, -1.2886651931838264, -0.33214135849784243, -0.33214135849784243, 0.3261122950187668, 0.18153889858972652, -0.7633967833470969, -0.7633967833470969, -0.7633967833470969, -0.7633967833470969, -1.0133105269083174, -1.5891384357724423, 0.18153889858972652, -1.5891384357724423, 0.18153889858972652, 0.91466258088927, -0.14559292983087668, -0.5371891787368134, -1.5891384357724423, 0.02491610015040787, -0.33214135849784243, -0.7633967833470969, 0.02491610015040787, -1.2886651931838264, -1.0133105269083174, -1.2886651931838264, -0.7633967833470969, -0.7633967833470969, 0.02491610015040787, -0.33214135849784243, -1.0133105269083174, -2.244630651461424, -0.14559292983087668, 0.18153889858972652, 0.18153889858972652, -0.5371891787368134, -0.7633967833470969, -0.7633967833470969, -0.5371891787368134, -1.5891384357724423, -1.0133105269083174, -1.5891384357724423, -0.7633967833470969, 0.3261122950187668, -0.7633967833470969, -0.33214135849784243, -0.14559292983087668, -1.0133105269083174, 0.5850631433441781, 0.18153889858972652, 0.02491610015040787, -1.2886651931838264, -0.5371891787368134, -1.2886651931838264, -0.7633967833470969, -0.7633967833470969, -1.0133105269083174, 0.02491610015040787, -0.33214135849784243, -1.5891384357724423, -0.14559292983087668, -1.2886651931838264, -1.0133105269083174, -1.0133105269083174, -0.33214135849784243, 0.5850631433441781, -1.2886651931838264, -0.14559292983087668, -1.5891384357724423, -0.7633967833470969, -1.2886651931838264, 1.0121635850215644, -0.7633967833470969, -1.2886651931838264, -1.2886651931838264, 0.18153889858972652, 0.4601859888763004, 0.02491610015040787, -1.2886651931838264, -1.5891384357724423, -0.5371891787368134, -0.14559292983087668, -0.14559292983087668, -0.7633967833470969, -0.14559292983087668, -1.0133105269083174, -0.7633967833470969, -0.14559292983087668, -0.33214135849784243, 0.02491610015040787, -0.5371891787368134, -0.5371891787368134, 0.4601859888763004, -0.5371891787368134, -1.910712634126802, -0.33214135849784243, -0.14559292983087668, -0.5371891787368134, -0.5371891787368134, 0.18153889858972652, -1.5891384357724423, 0.3261122950187668, 0.18153889858972652, 0.5850631433441781, -1.2886651931838264, -0.7633967833470969, 0.4601859888763004, 0.18153889858972652, 0.4601859888763004, -1.0133105269083174, -1.0133105269083174, -0.7633967833470969, -0.14559292983087668, 0.3261122950187668, -1.0133105269083174, -0.7633967833470969, 0.7018407031695034, -0.7633967833470969, -0.14559292983087668, -1.5891384357724423, 0.4601859888763004, -1.0133105269083174, -0.5371891787368134, -1.0133105269083174, -1.0133105269083174, -0.7633967833470969, -1.0133105269083174, 0.5850631433441781, 0.5850631433441781, -0.5371891787368134, 0.18153889858972652, 0.02491610015040787, -0.5371891787368134, -1.2886651931838264, 0.02491610015040787, 0.18153889858972652, -0.14559292983087668, -0.7633967833470969, -0.14559292983087668, -0.14559292983087668, -1.0133105269083174, -0.5371891787368134, -0.14559292983087668, 0.18153889858972652, -1.2886651931838264, 0.02491610015040787, 0.18153889858972652, -1.0133105269083174, 0.3261122950187668, -0.7633967833470969, 0.18153889858972652, -1.2886651931838264, -1.0133105269083174, -0.5371891787368134, -0.5371891787368134, 0.5850631433441781, -1.5891384357724423, 0.4601859888763004, -0.33214135849784243, -1.0133105269083174, 0.02491610015040787, 0.18153889858972652, 0.02491610015040787, -0.5371891787368134, -1.2886651931838264, -0.14559292983087668, 0.3261122950187668, -1.2886651931838264, 0.5850631433441781, -0.14559292983087668, -0.7633967833470969, -0.14559292983087668, -0.33214135849784243, -0.5371891787368134, 0.3261122950187668, -0.7633967833470969, -0.33214135849784243, -1.0133105269083174, -1.5891384357724423, 0.18153889858972652, 0.18153889858972652, 0.02491610015040787, -1.0133105269083174, -1.0133105269083174, -1.0133105269083174, -1.0133105269083174, -1.0133105269083174, -0.14559292983087668, 0.02491610015040787, -1.0133105269083174, 0.3261122950187668, -1.0133105269083174, -0.5371891787368134, -0.5371891787368134, -0.7633967833470969, 0.02491610015040787, 0.4601859888763004, 0.91466258088927, -1.5891384357724423, 0.3261122950187668, -0.5371891787368134, -0.7633967833470969, -0.5371891787368134, 0.02491610015040787, -1.0133105269083174, 0.8114451402759004, 0.18153889858972652, 0.18153889858972652, -1.0133105269083174, -1.5891384357724423, 0.3261122950187668, -1.0133105269083174, -0.14559292983087668, -0.7633967833470969, -0.14559292983087668, -1.0133105269083174, -0.14559292983087668, 0.18153889858972652, -0.33214135849784243, 0.4601859888763004, -0.7633967833470969, -0.14559292983087668, -1.2886651931838264, 0.18153889858972652, -1.0133105269083174, 0.02491610015040787, 0.5850631433441781, -1.0133105269083174, -1.0133105269083174, -1.0133105269083174, -1.2886651931838264, -1.5891384357724423, -1.2886651931838264, -0.5371891787368134, -0.5371891787368134, 0.02491610015040787, -0.5371891787368134, -1.2886651931838264, -1.0133105269083174, -1.0133105269083174, -0.33214135849784243, 0.18153889858972652, -1.0133105269083174, -0.33214135849784243, -0.5371891787368134, -1.0133105269083174, -0.7633967833470969, -0.33214135849784243, -0.33214135849784243, -0.7633967833470969, -0.5371891787368134, 0.18153889858972652, 0.4601859888763004, -0.14559292983087668, -0.33214135849784243, -0.33214135849784243, -0.33214135849784243, -1.2886651931838264, 0.8114451402759004, -0.7633967833470969, 0.5850631433441781, -0.14559292983087668, 0.18153889858972652, -1.0133105269083174, -0.33214135849784243, -0.14559292983087668, -0.5371891787368134, -1.0133105269083174, -0.5371891787368134, -0.33214135849784243, -0.33214135849784243, -0.7633967833470969, 0.02491610015040787, -0.14559292983087668, -0.7633967833470969, -0.7633967833470969, 0.4601859888763004, -0.33214135849784243, -0.7633967833470969, -0.5371891787368134, -0.7633967833470969, -0.7633967833470969, -0.14559292983087668, -2.244630651461424, -1.0133105269083174, -0.14559292983087668, 0.18153889858972652, -0.7633967833470969, 0.02491610015040787, 0.18153889858972652, 0.18153889858972652, -0.7633967833470969, 0.5850631433441781, 0.18153889858972652, -0.7633967833470969, 0.4601859888763004, -0.33214135849784243, 0.5850631433441781, -1.5891384357724423, -0.33214135849784243, -1.0133105269083174, -0.14559292983087668, 0.3261122950187668, -0.33214135849784243, -0.14559292983087668, 0.18153889858972652, -0.7633967833470969, 0.18153889858972652, -1.2886651931838264, 0.02491610015040787, -1.0133105269083174, -0.33214135849784243, -0.14559292983087668, -0.5371891787368134, 0.18153889858972652, -0.33214135849784243, -0.33214135849784243, -0.5371891787368134, -0.33214135849784243, 0.7018407031695034, -0.7633967833470969, 0.3261122950187668, -1.2886651931838264, -0.5371891787368134, -1.0133105269083174, 0.8114451402759004, -0.33214135849784243, -0.33214135849784243, -0.33214135849784243, -1.0133105269083174, 0.7018407031695034, -1.5891384357724423, -0.14559292983087668, -1.2886651931838264, 0.02491610015040787, 1.0121635850215644, -0.14559292983087668, -1.0133105269083174, 0.4601859888763004, 0.18153889858972652, -0.14559292983087668, -0.7633967833470969, 0.3261122950187668, -0.33214135849784243, 0.3261122950187668, 0.4601859888763004, -0.14559292983087668, -1.2886651931838264, -0.14559292983087668, 0.18153889858972652, -0.14559292983087668, -0.14559292983087668, -0.7633967833470969, 0.18153889858972652, -0.33214135849784243, 0.3261122950187668, -0.33214135849784243, 0.3261122950187668, -0.14559292983087668, 0.3261122950187668, 0.4601859888763004, -0.33214135849784243, 0.02491610015040787, -0.5371891787368134, 0.91466258088927, -0.33214135849784243, -1.0133105269083174, -0.14559292983087668, 0.8114451402759004, -0.7633967833470969, -0.33214135849784243, -0.14559292983087668, -0.7633967833470969, -1.2886651931838264, -0.7633967833470969, 0.7018407031695034, 0.4601859888763004, 0.4601859888763004, -0.5371891787368134, 0.91466258088927, -1.910712634126802, 0.4601859888763004, 0.7018407031695034, -0.7633967833470969, -1.910712634126802, 0.5850631433441781, -0.5371891787368134, 0.5850631433441781, 0.02491610015040787, -0.7633967833470969, 0.18153889858972652, 0.02491610015040787, 0.02491610015040787, 0.4601859888763004, 0.4601859888763004, -0.5371891787368134, 0.02491610015040787, 0.02491610015040787, -0.7633967833470969, -0.5371891787368134, -0.33214135849784243, -0.7633967833470969, -0.14559292983087668, -0.33214135849784243, -0.14559292983087668, -0.33214135849784243, -0.7633967833470969, -0.7633967833470969, 0.18153889858972652, 0.02491610015040787, 0.02491610015040787, 0.18153889858972652, 0.18153889858972652, -0.14559292983087668, -0.14559292983087668, -1.0133105269083174, -0.7633967833470969, -0.5371891787368134, 0.4601859888763004, 0.3261122950187668, 0.3261122950187668, -0.14559292983087668, 0.02491610015040787, -0.7633967833470969, 0.3261122950187668, -0.14559292983087668, 0.3261122950187668, -1.910712634126802, 0.4601859888763004, 0.18153889858972652, 0.3261122950187668, -0.33214135849784243, 0.7018407031695034, -0.7633967833470969, -1.0133105269083174, -0.5371891787368134, 0.3261122950187668, -1.910712634126802, -0.33214135849784243, -0.5371891787368134, 0.7018407031695034, -0.5371891787368134, -1.2886651931838264, 0.5850631433441781, -0.5371891787368134, -0.33214135849784243, 0.5850631433441781, -1.0133105269083174, -1.2886651931838264, -0.5371891787368134, -0.7633967833470969, 0.4601859888763004, -0.5371891787368134, 0.02491610015040787, 0.18153889858972652, -0.5371891787368134, 0.7018407031695034, 0.02491610015040787, -0.33214135849784243, -0.5371891787368134, -0.5371891787368134, 0.02491610015040787, -0.5371891787368134, 0.02491610015040787, -0.14559292983087668, 0.02491610015040787, 0.3261122950187668, 0.5850631433441781, 0.02491610015040787, -0.5371891787368134, -1.5891384357724423, -0.5371891787368134, -1.0133105269083174, -0.5371891787368134, 0.18153889858972652, -0.5371891787368134, -1.2886651931838264, 0.8114451402759004, 0.18153889858972652, -0.14559292983087668, -0.14559292983087668, -0.5371891787368134, 1.104523296525916, -0.5371891787368134, -0.33214135849784243, 0.02491610015040787, -1.0133105269083174, 0.3261122950187668, -1.0133105269083174, -0.7633967833470969, -0.5371891787368134, 0.18153889858972652, 0.7018407031695034, -0.7633967833470969, -0.14559292983087668, -0.33214135849784243, -0.7633967833470969, 0.02491610015040787, -0.5371891787368134, -1.0133105269083174, -1.0133105269083174, -1.0133105269083174, 0.18153889858972652, -1.0133105269083174, -1.2886651931838264, 0.18153889858972652, 0.02491610015040787, 1.0121635850215644, -0.5371891787368134, -0.14559292983087668, -0.5371891787368134, 0.91466258088927, 0.3261122950187668, -0.5371891787368134, 0.02491610015040787, -0.5371891787368134, -0.33214135849784243, -0.7633967833470969, -0.14559292983087668, -1.0133105269083174, 0.3261122950187668, 0.3261122950187668, -1.5891384357724423, 0.18153889858972652, -0.7633967833470969, 0.02491610015040787, 0.7018407031695034, -0.14559292983087668, -0.33214135849784243, -1.0133105269083174, -1.0133105269083174, 0.02491610015040787, -0.7633967833470969, 0.02491610015040787, -1.5891384357724423, 0.7018407031695034, -0.14559292983087668, -1.0133105269083174, -1.2886651931838264, -0.33214135849784243, 0.5850631433441781, 0.02491610015040787, -0.33214135849784243, -0.33214135849784243, 0.18153889858972652, 0.7018407031695034, 0.91466258088927, -0.7633967833470969, -0.14559292983087668, -0.5371891787368134, -1.0133105269083174, -0.7633967833470969, -1.2886651931838264, 0.18153889858972652, -1.5891384357724423, 0.18153889858972652, -0.5371891787368134, -1.2886651931838264, 0.3261122950187668, 0.5850631433441781, -0.7633967833470969, -0.7633967833470969, 0.02491610015040787, 0.8114451402759004, -0.5371891787368134, -1.2886651931838264, -0.5371891787368134, -0.7633967833470969, -0.14559292983087668, 0.5850631433441781, 0.18153889858972652, 0.02491610015040787, -0.14559292983087668, -0.14559292983087668, 0.4601859888763004, 0.3261122950187668, -0.33214135849784243, -0.14559292983087668, 0.4601859888763004, -0.7633967833470969, -0.5371891787368134, -1.0133105269083174, -1.5891384357724423, -0.5371891787368134, 0.18153889858972652, -0.33214135849784243, -0.5371891787368134, -0.33214135849784243, -1.5891384357724423, 0.3261122950187668, -0.14559292983087668, 1.104523296525916, 0.18153889858972652, -0.33214135849784243, -0.5371891787368134, -0.7633967833470969, -0.14559292983087668, 0.3261122950187668, -1.910712634126802, -1.0133105269083174, -0.14559292983087668, 0.3261122950187668, -0.7633967833470969, 0.18153889858972652, -0.33214135849784243, -0.33214135849784243, -0.33214135849784243, 0.02491610015040787, 0.4601859888763004, 0.7018407031695034, -0.14559292983087668, -0.14559292983087668, -0.14559292983087668, 0.18153889858972652, -0.14559292983087668, -1.0133105269083174, 0.4601859888763004, -1.0133105269083174, -1.5891384357724423, 0.3261122950187668, 0.4601859888763004, 0.02491610015040787, -1.5891384357724423, -1.5891384357724423, 0.02491610015040787, -0.33214135849784243, -0.14559292983087668, -0.5371891787368134, -1.2886651931838264, -0.5371891787368134, -0.5371891787368134, 0.5850631433441781, -0.33214135849784243, 0.18153889858972652, 0.02491610015040787, -0.14559292983087668, 0.8114451402759004, 0.18153889858972652, 0.18153889858972652, -0.33214135849784243, -1.0133105269083174, 1.0121635850215644, -0.7633967833470969, 0.5850631433441781, -1.0133105269083174, 0.3261122950187668, -0.33214135849784243, -1.5891384357724423, -0.33214135849784243, 0.91466258088927, 0.7018407031695034, 0.18153889858972652, 0.18153889858972652, 0.3261122950187668, -0.14559292983087668, -0.14559292983087668, -0.7633967833470969, -1.0133105269083174, -0.33214135849784243, -1.5891384357724423, -0.5371891787368134, -0.14559292983087668, -1.2886651931838264, 0.4601859888763004, 1.7063282254567769, -0.33214135849784243, 0.18153889858972652, 0.02491610015040787, -0.33214135849784243, -0.14559292983087668, -0.7633967833470969, 0.3261122950187668, 0.5850631433441781, -0.33214135849784243, -1.0133105269083174, -1.0133105269083174, -0.14559292983087668, -0.33214135849784243, -0.33214135849784243, -0.14559292983087668, -0.7633967833470969, -0.14559292983087668, -0.14559292983087668, -0.33214135849784243, 0.02491610015040787, -1.2886651931838264, -2.244630651461424, 0.02491610015040787, 0.02491610015040787, 0.02491610015040787, -0.5371891787368134, 0.3261122950187668, -1.2886651931838264, -1.0133105269083174, 0.02491610015040787, -0.33214135849784243, 0.18153889858972652, 0.02491610015040787, -0.5371891787368134, -0.33214135849784243, 0.7018407031695034, 0.3261122950187668, -0.14559292983087668, 0.3261122950187668, 0.4601859888763004, -0.33214135849784243, -0.5371891787368134, -0.14559292983087668, -1.5891384357724423, -0.14559292983087668, -0.14559292983087668, 1.0121635850215644, 0.3261122950187668, -0.14559292983087668, -1.2886651931838264, -0.33214135849784243, -0.14559292983087668, 0.18153889858972652, -0.33214135849784243, -0.14559292983087668, -1.0133105269083174, 0.18153889858972652, 0.4601859888763004, -0.14559292983087668, -2.244630651461424, 0.18153889858972652, -0.7633967833470969, -0.14559292983087668, -1.0133105269083174, 0.02491610015040787, 0.02491610015040787, -1.0133105269083174, 0.02491610015040787, -0.14559292983087668, 1.7063282254567769, -0.33214135849784243, -0.14559292983087668, -0.14559292983087668, 0.18153889858972652, -0.7633967833470969, -1.2886651931838264, -1.0133105269083174, -0.14559292983087668, 0.7018407031695034, 0.18153889858972652, -1.5891384357724423, -0.14559292983087668, 0.18153889858972652, 0.5850631433441781, -0.14559292983087668, -1.5891384357724423, -1.5891384357724423, -0.5371891787368134, -0.33214135849784243, 0.02491610015040787, -1.5891384357724423, 0.4601859888763004, -1.2886651931838264, 0.4601859888763004, 0.5850631433441781, -0.33214135849784243, 0.4601859888763004, -0.33214135849784243, 0.18153889858972652, 0.7018407031695034, -0.5371891787368134, -0.7633967833470969, 0.5850631433441781, 0.18153889858972652, 0.18153889858972652, -0.7633967833470969, 0.18153889858972652, 0.7018407031695034, -1.0133105269083174, -0.33214135849784243, 0.4601859888763004, -0.33214135849784243, -1.5891384357724423, -1.2886651931838264, -0.5371891787368134, 1.0121635850215644, 0.02491610015040787, 0.3261122950187668, -0.5371891787368134, -0.7633967833470969, 1.0121635850215644, -0.14559292983087668, -1.0133105269083174, -0.5371891787368134, -0.14559292983087668, -0.7633967833470969, 1.3553963456048694, -0.14559292983087668, 0.3261122950187668, -0.5371891787368134, 0.8114451402759004, 0.4601859888763004, 0.18153889858972652, 0.5850631433441781, 0.18153889858972652, -0.5371891787368134, 0.02491610015040787, 1.104523296525916, -1.0133105269083174, 0.7018407031695034, 0.4601859888763004, -0.5371891787368134, -0.33214135849784243, 0.4601859888763004, -1.5891384357724423, -0.14559292983087668, 0.02491610015040787, 0.3261122950187668, -0.7633967833470969, -0.7633967833470969, 0.8114451402759004, 0.5850631433441781, -0.14559292983087668, -0.7633967833470969, 0.7018407031695034, -0.5371891787368134, 0.4601859888763004, -0.5371891787368134, -0.14559292983087668, 0.3261122950187668, 0.3261122950187668, -1.0133105269083174, -0.33214135849784243, -0.33214135849784243, 0.4601859888763004, 0.3261122950187668, -0.7633967833470969, 0.18153889858972652, -0.14559292983087668, -0.5371891787368134, -0.14559292983087668, -0.7633967833470969, 0.5850631433441781, -0.5371891787368134, 0.4601859888763004, 0.02491610015040787, 0.02491610015040787, 0.4601859888763004, -0.5371891787368134, -0.14559292983087668, 0.3261122950187668, -0.5371891787368134, 0.18153889858972652, -0.14559292983087668, 0.8114451402759004, 0.5850631433441781, 0.3261122950187668, 1.104523296525916, 0.4601859888763004, 0.02491610015040787, -0.7633967833470969, 0.4601859888763004, -1.5891384357724423, -0.5371891787368134, -0.7633967833470969, -0.33214135849784243, 0.18153889858972652, 0.3261122950187668, 0.02491610015040787, 0.02491610015040787, 0.02491610015040787, -0.7633967833470969, -0.14559292983087668, -1.0133105269083174, 0.18153889858972652, 0.7018407031695034, -0.5371891787368134, -0.7633967833470969, -0.5371891787368134, 0.18153889858972652, 0.02491610015040787, -0.14559292983087668, 0.7018407031695034, 0.02491610015040787, 0.8114451402759004, -1.910712634126802, -1.0133105269083174, -1.5891384357724423, 0.18153889858972652, 0.3261122950187668, 0.7018407031695034, -0.14559292983087668, 0.3261122950187668, 0.4601859888763004, -0.7633967833470969, -1.2886651931838264, 0.5850631433441781, 1.1922377581563606, -0.14559292983087668, 0.02491610015040787, -0.7633967833470969, -0.14559292983087668, -0.5371891787368134, 0.91466258088927, -0.5371891787368134, 0.18153889858972652, -0.33214135849784243, 0.4601859888763004, -0.14559292983087668, 0.4601859888763004, -1.0133105269083174, -0.14559292983087668, -0.14559292983087668, -0.14559292983087668, 0.02491610015040787, -1.910712634126802, -0.33214135849784243, 0.3261122950187668, 0.7018407031695034, 0.18153889858972652, 0.3261122950187668, 0.18153889858972652, -0.5371891787368134, 0.4601859888763004, 0.02491610015040787, 0.3261122950187668, 0.02491610015040787, 0.18153889858972652, 0.18153889858972652, 0.18153889858972652, -0.7633967833470969, 0.4601859888763004, -0.5371891787368134, 1.275737118418633, -1.2886651931838264, 0.3261122950187668, 0.8114451402759004, -0.7633967833470969, -1.5891384357724423, -1.5891384357724423, -0.14559292983087668, -0.7633967833470969, 0.5850631433441781, -0.7633967833470969, 0.18153889858972652, 0.8114451402759004, 0.18153889858972652, -1.2886651931838264, 0.3261122950187668, 1.4315439508845549, -1.2886651931838264, -0.14559292983087668, -0.14559292983087668, -0.33214135849784243, 0.18153889858972652, -0.5371891787368134, -0.7633967833470969, -1.0133105269083174, -0.14559292983087668, 0.02491610015040787, -0.14559292983087668, 0.7018407031695034, -0.14559292983087668, 0.02491610015040787, -0.7633967833470969, 0.7018407031695034, -0.14559292983087668, 0.5850631433441781, 0.8114451402759004, -0.14559292983087668, -0.5371891787368134, 0.02491610015040787, -0.14559292983087668, -1.2886651931838264, 0.02491610015040787, -0.14559292983087668, -0.14559292983087668, -0.14559292983087668, -0.14559292983087668, -0.7633967833470969, 0.18153889858972652, 0.7018407031695034, 0.3261122950187668, -0.33214135849784243, 0.18153889858972652, 0.18153889858972652, 0.18153889858972652, 1.0121635850215644, -0.5371891787368134, -0.7633967833470969, -0.14559292983087668, -0.7633967833470969, -0.7633967833470969, -0.5371891787368134, 0.4601859888763004, -0.14559292983087668, -0.7633967833470969, -0.33214135849784243, -1.0133105269083174, -0.5371891787368134, -0.7633967833470969, -0.5371891787368134, -0.14559292983087668, 0.02491610015040787, 0.18153889858972652, -1.0133105269083174, 0.18153889858972652, -1.0133105269083174, -0.14559292983087668, -0.14559292983087668, 0.8114451402759004, 1.104523296525916, -0.7633967833470969, 0.8114451402759004, -0.33214135849784243, -1.910712634126802, -1.0133105269083174, -0.14559292983087668, 1.0121635850215644, 0.02491610015040787, 0.3261122950187668, 0.18153889858972652, -0.33214135849784243, 0.18153889858972652, -0.33214135849784243, -0.7633967833470969, 1.0121635850215644, -0.33214135849784243, 0.3261122950187668, 2.2459519818505083, 0.4601859888763004, -0.14559292983087668, 0.4601859888763004, 0.02491610015040787, 0.18153889858972652, 0.4601859888763004, 0.3261122950187668, 0.5850631433441781, 0.02491610015040787, -0.7633967833470969, 0.02491610015040787, 0.02491610015040787, 0.18153889858972652, -0.33214135849784243, 0.18153889858972652, 0.18153889858972652, 0.3261122950187668, 0.02491610015040787, -0.7633967833470969, -0.5371891787368134, 0.18153889858972652, -0.33214135849784243, 0.4601859888763004, -0.5371891787368134, 0.02491610015040787, -0.7633967833470969, 0.02491610015040787, -0.14559292983087668, -0.5371891787368134, 0.3261122950187668, -0.33214135849784243, 0.18153889858972652, -0.33214135849784243, 1.0121635850215644, 0.8114451402759004, 0.4601859888763004, 0.02491610015040787, -0.14559292983087668, 0.7018407031695034, 0.3261122950187668, 0.02491610015040787, 0.18153889858972652, -0.5371891787368134, -0.33214135849784243, -0.33214135849784243, 0.91466258088927, -0.7633967833470969, -1.0133105269083174, -0.14559292983087668, 0.5850631433441781, -0.33214135849784243, 0.7018407031695034, 0.3261122950187668, -1.0133105269083174, -1.2886651931838264, -0.7633967833470969, -0.14559292983087668, 0.18153889858972652, 0.18153889858972652, 0.02491610015040787, 0.18153889858972652, -0.33214135849784243, 0.7018407031695034, 0.7018407031695034, 0.18153889858972652, 0.91466258088927, 0.18153889858972652, 1.275737118418633, 0.7018407031695034, 0.4601859888763004, 0.02491610015040787, 0.7018407031695034, -0.7633967833470969, -0.5371891787368134, -0.5371891787368134, 0.3261122950187668, 0.18153889858972652, -0.33214135849784243, 1.1922377581563606, 1.0121635850215644, -0.7633967833470969, 0.7018407031695034, 0.02491610015040787, 0.91466258088927, 0.7018407031695034, -1.0133105269083174, 0.02491610015040787, 1.3553963456048694, 0.5850631433441781, 1.1922377581563606, -1.5891384357724423, -0.14559292983087668, 0.02491610015040787, -0.33214135849784243, 0.8114451402759004, -0.33214135849784243, -0.5371891787368134, 0.4601859888763004, -0.33214135849784243, 1.104523296525916, 1.1922377581563606, 0.7018407031695034, -0.5371891787368134, 0.3261122950187668, -1.0133105269083174, 0.3261122950187668, -0.33214135849784243, 1.5744275855913112, 0.02491610015040787, 0.8114451402759004, -0.14559292983087668, 0.02491610015040787, 0.18153889858972652, 0.3261122950187668, -0.33214135849784243, 0.02491610015040787, 1.4315439508845549, -0.7633967833470969, -0.33214135849784243, 0.3261122950187668, 0.8114451402759004, 0.18153889858972652, -0.33214135849784243, 0.91466258088927, 0.02491610015040787, 0.02491610015040787, 0.5850631433441781, 0.18153889858972652, 0.18153889858972652, -0.7633967833470969, 0.7018407031695034, 0.7018407031695034, 0.7018407031695034, 0.8114451402759004, 0.91466258088927, 1.504469121972753, 0.4601859888763004, 0.18153889858972652, 1.275737118418633, 0.18153889858972652, -0.5371891787368134, 0.8114451402759004, 1.104523296525916, -0.14559292983087668, 0.7018407031695034, 1.275737118418633, -2.244630651461424, 0.18153889858972652, 0.18153889858972652, 0.4601859888763004, -0.14559292983087668, 0.7018407031695034, -0.33214135849784243, 0.18153889858972652, -0.33214135849784243, 1.1922377581563606, 0.91466258088927, 1.1922377581563606, -0.33214135849784243, 1.275737118418633, -0.14559292983087668, -0.5371891787368134, -1.0133105269083174, 0.18153889858972652, 0.18153889858972652, 0.18153889858972652, 0.02491610015040787, 0.4601859888763004, -0.33214135849784243, 0.91466258088927, -0.5371891787368134, -0.33214135849784243, -0.33214135849784243, 0.02491610015040787, 0.18153889858972652, 0.5850631433441781, 0.5850631433441781, 0.5850631433441781, -1.2886651931838264, 0.18153889858972652, 0.02491610015040787, -0.7633967833470969, 1.3553963456048694, -0.5371891787368134, 0.7018407031695034, 0.5850631433441781, -0.14559292983087668, -1.0133105269083174, 0.4601859888763004, 0.91466258088927, 1.275737118418633, 1.1922377581563606, 0.5850631433441781, 0.18153889858972652, -1.0133105269083174, 0.4601859888763004, -1.0133105269083174, -0.7633967833470969, 0.8114451402759004, -0.14559292983087668, 0.18153889858972652, -1.5891384357724423, -0.33214135849784243, -1.0133105269083174, 1.0121635850215644, 0.7018407031695034, -0.33214135849784243, -0.5371891787368134, -0.7633967833470969, 0.5850631433441781, 0.5850631433441781, -1.0133105269083174, 0.4601859888763004, 0.4601859888763004, 0.5850631433441781, -0.5371891787368134, -1.5891384357724423, 0.02491610015040787, 0.18153889858972652, 1.6416464499459351, -0.14559292983087668, 0.5850631433441781, 0.3261122950187668, 1.6416464499459351, 0.18153889858972652, 0.8114451402759004, 0.8114451402759004, 0.02491610015040787, 0.18153889858972652, 0.02491610015040787, 0.02491610015040787, 1.0121635850215644, 0.18153889858972652, 0.18153889858972652, -0.14559292983087668, -1.0133105269083174, -0.7633967833470969, 0.18153889858972652, -0.33214135849784243, 0.4601859888763004, 0.02491610015040787, 0.5850631433441781, -0.7633967833470969, -0.33214135849784243, -0.14559292983087668, 1.1922377581563606, -0.33214135849784243, 0.91466258088927, -0.7633967833470969, 0.8114451402759004, 0.3261122950187668, 0.18153889858972652, -0.7633967833470969, 0.91466258088927, 1.104523296525916, 1.104523296525916, 1.4315439508845549, 0.91466258088927, 1.275737118418633, -0.14559292983087668, 0.8114451402759004, 0.91466258088927, 0.02491610015040787, 0.8114451402759004, 0.7018407031695034, 1.0121635850215644, 0.8114451402759004, 0.3261122950187668, 1.1922377581563606, 0.7018407031695034, -1.0133105269083174, 0.5850631433441781, -1.2886651931838264, -1.2886651931838264, 1.504469121972753, -0.5371891787368134, 0.7018407031695034, 0.8114451402759004, 0.91466258088927, 1.504469121972753, 0.8114451402759004, 0.02491610015040787, 0.4601859888763004, 1.3553963456048694, 0.5850631433441781, -0.33214135849784243, 0.8114451402759004, 1.104523296525916, 0.7018407031695034, 1.4315439508845549, 1.0121635850215644, 0.91466258088927, 0.7018407031695034, -0.14559292983087668, 1.4315439508845549, 0.3261122950187668, -0.33214135849784243, -1.0133105269083174, 1.4315439508845549, 0.18153889858972652, 0.18153889858972652, 0.4601859888763004, 0.7018407031695034, 1.1922377581563606, 0.02491610015040787, 0.02491610015040787, -0.5371891787368134, -0.33214135849784243, -0.33214135849784243, 1.104523296525916, 0.3261122950187668, 1.104523296525916, 1.3553963456048694, 0.5850631433441781, 1.1922377581563606, -0.14559292983087668, -1.0133105269083174, 0.3261122950187668, 1.3553963456048694, 0.02491610015040787, 0.7018407031695034, 0.91466258088927, 1.275737118418633, 0.8114451402759004, -0.5371891787368134, 1.8287871558142772, -0.5371891787368134, 1.8287871558142772, 0.7018407031695034, 0.18153889858972652, 0.02491610015040787, -0.5371891787368134, -1.0133105269083174, 1.504469121972753, 0.5850631433441781, 1.4315439508845549, 0.02491610015040787, 1.0121635850215644, 0.91466258088927, 0.7018407031695034, 0.8114451402759004, 0.4601859888763004, 1.104523296525916, -1.0133105269083174, -0.14559292983087668, 1.7686541804223204, -0.14559292983087668, -0.14559292983087668, -0.14559292983087668, 0.18153889858972652, 0.7018407031695034, -0.7633967833470969, 0.02491610015040787, 0.18153889858972652, 0.18153889858972652, -0.33214135849784243, -1.0133105269083174, -0.7633967833470969, -1.0133105269083174, 0.5850631433441781, 0.91466258088927, -0.33214135849784243, -0.33214135849784243, -1.910712634126802, 1.4315439508845549, 1.3553963456048694, 1.0121635850215644, -0.7633967833470969, 0.4601859888763004, 0.5850631433441781, 0.02491610015040787, -0.14559292983087668, -0.14559292983087668, 0.18153889858972652, 0.8114451402759004, 1.7063282254567769, -0.5371891787368134, -0.7633967833470969, 0.4601859888763004, -1.0133105269083174, -1.0133105269083174, 1.8868739380241453, 0.02491610015040787, -0.14559292983087668, -0.33214135849784243, 1.8287871558142772, -0.7633967833470969, 0.3261122950187668, 0.4601859888763004, 0.7018407031695034, 0.4601859888763004, -0.14559292983087668, 0.4601859888763004, 0.5850631433441781, 0.7018407031695034, 0.5850631433441781, 0.7018407031695034, 0.02491610015040787, -0.5371891787368134, 1.0121635850215644, -0.14559292983087668, 0.3261122950187668, 0.3261122950187668, 1.0121635850215644, 0.3261122950187668, 0.02491610015040787, -0.7633967833470969, -1.0133105269083174, 1.0121635850215644, 1.104523296525916, 0.02491610015040787, 1.104523296525916, 0.3261122950187668, 1.275737118418633, -0.33214135849784243, 0.18153889858972652, 1.0121635850215644, 1.104523296525916, 0.5850631433441781, -0.14559292983087668, 0.3261122950187668, 0.5850631433441781, 0.18153889858972652, -0.7633967833470969, 0.3261122950187668, 1.0121635850215644, -0.33214135849784243, 1.4315439508845549, -0.33214135849784243, -1.5891384357724423, 0.02491610015040787, 0.18153889858972652, 0.18153889858972652, 0.4601859888763004, -0.14559292983087668, -0.5371891787368134, -0.33214135849784243, 0.18153889858972652, 1.504469121972753, 1.104523296525916, 0.8114451402759004, 1.0121635850215644, 0.3261122950187668, 0.4601859888763004, 0.7018407031695034, 2.3359977474151146, 0.3261122950187668, 0.02491610015040787, 0.02491610015040787, -1.5891384357724423, -1.2886651931838264, 0.5850631433441781, 1.1922377581563606, -0.7633967833470969, 0.91466258088927, 0.3261122950187668, 0.5850631433441781, 1.0121635850215644, 0.4601859888763004, 0.4601859888763004, 0.5850631433441781, 1.6416464499459351, -0.5371891787368134, -0.33214135849784243, 1.3553963456048694, 0.91466258088927, 0.91466258088927, 0.91466258088927, 0.8114451402759004, 0.3261122950187668, 2.1012375015777853, 0.8114451402759004, 0.91466258088927, -0.33214135849784243, 0.7018407031695034, 0.5850631433441781, 0.8114451402759004, 1.7686541804223204, 1.0121635850215644, 1.104523296525916, 0.5850631433441781, 0.4601859888763004, 0.5850631433441781, 0.3261122950187668, -0.33214135849784243, 0.5850631433441781, 0.02491610015040787, 1.1922377581563606, 0.8114451402759004, -0.33214135849784243, 0.18153889858972652, 0.8114451402759004, 0.7018407031695034, 0.5850631433441781, -0.5371891787368134, -0.14559292983087668, 1.3553963456048694, 0.5850631433441781, -0.5371891787368134, 1.1922377581563606, 0.3261122950187668, 1.275737118418633, 0.91466258088927, -0.33214135849784243, -0.14559292983087668, 0.3261122950187668, -1.2886651931838264, 0.18153889858972652, 1.1922377581563606, 0.5850631433441781, -0.14559292983087668, 0.8114451402759004, -0.14559292983087668, -1.0133105269083174, -0.14559292983087668, 1.0121635850215644, 1.0121635850215644, 0.3261122950187668, 0.3261122950187668, 0.4601859888763004, 0.4601859888763004, 0.8114451402759004, -1.0133105269083174, -0.33214135849784243, -1.2886651931838264, 1.104523296525916, 1.104523296525916, 0.02491610015040787, 0.7018407031695034, 1.104523296525916, 1.504469121972753, 0.91466258088927, 0.02491610015040787, -0.33214135849784243, 4.021773855506125, 0.7018407031695034, 3.233397436763522, 0.18153889858972652, 0.18153889858972652, 0.5850631433441781, 1.3553963456048694, 1.0121635850215644, 1.0121635850215644, 0.02491610015040787, 1.104523296525916, 0.4601859888763004, 0.4601859888763004, 1.0121635850215644, 0.7018407031695034, 1.275737118418633, 0.18153889858972652, 0.18153889858972652, -1.0133105269083174, -0.7633967833470969, -0.33214135849784243, 0.3261122950187668, 0.7018407031695034, 0.4601859888763004, 1.275737118418633, 1.9430472685268103, 0.02491610015040787, 0.02491610015040787, 0.7018407031695034, 0.02491610015040787, 1.0121635850215644, 0.8114451402759004, -0.14559292983087668, 1.1922377581563606, -0.33214135849784243, 1.0121635850215644, -1.0133105269083174, 0.3261122950187668, 1.504469121972753, 1.8868739380241453, -0.33214135849784243, -0.33214135849784243, 0.5850631433441781, 1.4315439508845549, -0.33214135849784243, 1.4315439508845549, 1.104523296525916, 1.3553963456048694, 1.3553963456048694, 0.02491610015040787, 0.7018407031695034, 0.7018407031695034, 2.618082834064019, 1.3553963456048694, 0.91466258088927, 0.7018407031695034, 0.7018407031695034, 0.02491610015040787, 0.91466258088927, 0.3261122950187668, 0.4601859888763004, 0.3261122950187668, 0.18153889858972652, -0.14559292983087668, 1.104523296525916, 0.8114451402759004, 0.4601859888763004, 0.4601859888763004, -0.14559292983087668, 0.5850631433441781, 0.3261122950187668, 0.3261122950187668, 1.504469121972753, -0.7633967833470969, 1.1922377581563606, -0.14559292983087668, 0.5850631433441781, 1.3553963456048694, 1.0121635850215644, 1.275737118418633, 0.8114451402759004, 1.0121635850215644, 0.18153889858972652, 1.0121635850215644, -0.14559292983087668, 0.7018407031695034, -0.33214135849784243, 1.504469121972753, 1.1922377581563606, -0.33214135849784243, 1.0121635850215644, 0.18153889858972652, 0.02491610015040787, 0.3261122950187668, 0.7018407031695034, 0.5850631433441781, 0.3261122950187668, 0.18153889858972652, -0.14559292983087668, 0.91466258088927, 0.5850631433441781, 1.1922377581563606, -0.7633967833470969, -0.7633967833470969, 0.7018407031695034, 0.5850631433441781, 2.2915724363005987, 1.1922377581563606, 0.8114451402759004, -0.14559292983087668, 0.3261122950187668, -0.14559292983087668, 0.3261122950187668, -1.0133105269083174, 1.9430472685268103, 1.275737118418633, 0.02491610015040787, 2.2459519818505083, 0.02491610015040787, 0.18153889858972652, 0.3261122950187668, 1.1922377581563606, 0.8114451402759004, 1.104523296525916, 0.91466258088927, 1.6416464499459351, 0.18153889858972652, 0.5850631433441781, 0.8114451402759004, 1.3553963456048694, 2.050124326970264, 0.8114451402759004, 0.8114451402759004, 1.275737118418633, 0.02491610015040787, 0.8114451402759004, 0.7018407031695034, 1.5744275855913112, -1.0133105269083174, 1.3553963456048694, -0.14559292983087668, 1.275737118418633, 0.8114451402759004, 0.8114451402759004, 0.5850631433441781, 0.7018407031695034, 0.4601859888763004, 0.91466258088927, 0.5850631433441781, 1.504469121972753, 1.275737118418633, 0.02491610015040787, 1.104523296525916, 0.7018407031695034, -0.14559292983087668, 2.2915724363005987, 0.5850631433441781, 0.91466258088927, 0.4601859888763004, 0.3261122950187668, 3.4048289073567743, 1.9974275538494488, 1.0121635850215644, 0.3261122950187668, 2.5028935363908835, 0.3261122950187668, -0.7633967833470969, 0.4601859888763004, 0.3261122950187668, 1.8868739380241453, 1.0121635850215644, 1.275737118418633, 0.5850631433441781, 0.7018407031695034, 0.7018407031695034, 0.3261122950187668, 0.8114451402759004, 0.8114451402759004, 0.4601859888763004, 0.02491610015040787, 0.18153889858972652, 1.1922377581563606, 0.02491610015040787, 0.5850631433441781, 0.91466258088927, 0.3261122950187668, 2.891641681877833, 1.5744275855913112, 0.91466258088927, 0.18153889858972652, 0.3261122950187668, 0.18153889858972652, 0.8114451402759004, 0.18153889858972652, 1.1922377581563606, 2.050124326970264, 0.91466258088927, 0.5850631433441781, 0.91466258088927, 0.5850631433441781, 0.5850631433441781, 1.104523296525916, 0.5850631433441781, 0.7018407031695034, 0.8114451402759004, 1.275737118418633, 1.104523296525916, 1.7063282254567769, 0.8114451402759004, 1.6416464499459351, -1.0133105269083174, 0.91466258088927, 1.0121635850215644, 0.18153889858972652, 0.4601859888763004, 1.9430472685268103, 0.02491610015040787, 1.5744275855913112, 1.275737118418633, 0.7018407031695034, 0.3261122950187668, 0.3261122950187668, -0.33214135849784243, 1.104523296525916, 1.4315439508845549, -0.7633967833470969, 0.02491610015040787, 0.91466258088927, 0.02491610015040787, 0.18153889858972652, -0.14559292983087668, 1.104523296525916, 1.7686541804223204, -0.14559292983087668, 1.0121635850215644, 1.275737118418633, 0.5850631433441781, 0.5850631433441781, 0.5850631433441781, 0.7018407031695034, -0.7633967833470969, 0.5850631433441781, 2.2459519818505083, 1.104523296525916, 0.7018407031695034, 0.4601859888763004, -0.5371891787368134, 0.3261122950187668, 0.18153889858972652, -1.0133105269083174, 1.1922377581563606, 0.18153889858972652, 1.0121635850215644, 1.1922377581563606, 1.1922377581563606, 0.18153889858972652, -1.910712634126802, 1.5744275855913112, 0.3261122950187668, 0.8114451402759004, 0.91466258088927, -1.0133105269083174, 0.8114451402759004, 0.18153889858972652, 0.4601859888763004, 2.150858452925733, 0.4601859888763004, 0.18153889858972652, 0.3261122950187668, 1.504469121972753, 1.275737118418633, 0.18153889858972652, 0.5850631433441781, 0.8114451402759004, 0.5850631433441781, 1.6416464499459351, 0.7018407031695034, 1.104523296525916, 0.8114451402759004, 1.275737118418633, 0.91466258088927, -0.33214135849784243, -0.5371891787368134, 0.5850631433441781, 1.1922377581563606, 2.2459519818505083, 0.18153889858972652, 0.91466258088927, 1.4315439508845549, 0.4601859888763004, -0.14559292983087668, 0.5850631433441781, 1.3553963456048694, 0.91466258088927, 0.7018407031695034, 0.4601859888763004, 0.7018407031695034, 0.02491610015040787, 1.0121635850215644, 0.8114451402759004, 1.9430472685268103, 1.3553963456048694, 0.91466258088927, 1.0121635850215644, 1.1922377581563606, 2.050124326970264, -0.14559292983087668, 0.4601859888763004, 1.275737118418633, 1.9430472685268103, 1.6416464499459351, 0.8114451402759004, 0.91466258088927, 0.7018407031695034, 0.4601859888763004, 1.1922377581563606, 0.02491610015040787, 0.3261122950187668, 1.1922377581563606, 1.3553963456048694, 0.91466258088927, 0.3261122950187668, 0.5850631433441781, 0.4601859888763004, 0.7018407031695034, 1.3553963456048694, 0.7018407031695034, 1.0121635850215644, 3.1269921405855734, 1.0121635850215644, 0.7018407031695034, 0.7018407031695034, 0.8114451402759004, 0.91466258088927, 0.4601859888763004, -0.33214135849784243, 0.4601859888763004, 1.1922377581563606, 1.6416464499459351, -0.14559292983087668, 0.02491610015040787, 0.18153889858972652, 0.4601859888763004, 0.4601859888763004, -0.7633967833470969, 0.4601859888763004, 1.0121635850215644, -0.14559292983087668, 2.69073552560795, 0.18153889858972652, 1.504469121972753, 1.7063282254567769, 0.02491610015040787, 0.7018407031695034, 1.0121635850215644, 0.3261122950187668, 1.7063282254567769, 1.104523296525916, 0.4601859888763004, 0.18153889858972652, 0.8114451402759004, 1.275737118418633, 1.104523296525916, -0.14559292983087668, 1.3553963456048694, 1.104523296525916, 1.3553963456048694, 1.104523296525916, -0.14559292983087668, 1.0121635850215644, 0.02491610015040787, 0.4601859888763004, 2.150858452925733, 0.02491610015040787, -0.33214135849784243, 0.8114451402759004, 0.4601859888763004, 0.02491610015040787, 0.4601859888763004, 1.7063282254567769, 0.5850631433441781, 0.4601859888763004, 1.0121635850215644, -0.7633967833470969, 1.4315439508845549, 0.5850631433441781, 0.8114451402759004, 0.7018407031695034, 1.0121635850215644, 1.0121635850215644, 1.7063282254567769, 0.18153889858972652, -1.2886651931838264, 1.275737118418633, 1.7686541804223204, 1.5744275855913112, 1.0121635850215644, 1.275737118418633, 0.5850631433441781, 0.91466258088927, 1.504469121972753, 2.2915724363005987, 0.7018407031695034, 0.3261122950187668, 1.0121635850215644, 0.4601859888763004, 1.5744275855913112, 0.3261122950187668, -0.33214135849784243, 1.4315439508845549, 0.91466258088927, 2.1012375015777853, 1.4315439508845549, 2.4215005290698666, 1.1922377581563606, 0.4601859888763004, 2.7259233783451204, 1.4315439508845549, -0.14559292983087668, 1.275737118418633, -0.33214135849784243, 2.050124326970264, -0.33214135849784243, 0.91466258088927, 0.7018407031695034, 0.7018407031695034, 0.3261122950187668, 0.5850631433441781, 1.1922377581563606, 0.4601859888763004, 0.8114451402759004, 2.1012375015777853, 1.3553963456048694, 0.18153889858972652, 1.6416464499459351, 0.5850631433441781, 1.6416464499459351, -0.5371891787368134, 1.4315439508845549, 0.18153889858972652, 1.104523296525916, 1.7063282254567769, 1.8868739380241453, 1.0121635850215644, 0.8114451402759004, 0.91466258088927, 1.1922377581563606, 0.8114451402759004, 1.6416464499459351, 1.0121635850215644, 4.005554991643944, 1.0121635850215644, 0.18153889858972652, 1.0121635850215644, 0.91466258088927, 2.2459519818505083, 1.7686541804223204, -0.14559292983087668, 1.104523296525916, 2.9837875225214696, 1.3553963456048694, 0.7018407031695034, 0.91466258088927, 1.504469121972753, 0.5850631433441781, 1.104523296525916, 1.7063282254567769, -0.33214135849784243, 1.1922377581563606, 2.618082834064019, 1.9430472685268103, 0.91466258088927, 2.1990709528815557, 0.7018407031695034, 1.104523296525916, 1.104523296525916, -0.14559292983087668, -1.0133105269083174, 2.150858452925733, 0.8114451402759004, 0.02491610015040787, 2.050124326970264, 0.5850631433441781, 1.8868739380241453, 0.91466258088927, 0.91466258088927, 1.275737118418633, 0.4601859888763004, 0.8114451402759004, 1.7686541804223204, 1.0121635850215644, 0.4601859888763004, 1.1922377581563606, 0.7018407031695034, 0.7018407031695034, 0.91466258088927, 2.5028935363908835, 0.02491610015040787, 1.275737118418633, 0.7018407031695034, 0.5850631433441781, 0.5850631433441781, 1.3553963456048694, 2.1990709528815557, 1.275737118418633, 1.6416464499459351, 0.8114451402759004, 0.5850631433441781, 1.9430472685268103, 2.2915724363005987, 0.7018407031695034, 1.4315439508845549, 2.2459519818505083, -1.0133105269083174, 1.7063282254567769, 0.18153889858972652, 2.1012375015777853, 0.3261122950187668, 2.2459519818505083, 1.1922377581563606, 1.3553963456048694, 1.3553963456048694, 1.8868739380241453, 0.02491610015040787, 1.4315439508845549, 1.3553963456048694, 0.91466258088927, 1.8868739380241453, 1.6416464499459351, -0.7633967833470969, 1.5744275855913112, 0.8114451402759004, -0.5371891787368134, 0.4601859888763004, 1.3553963456048694, 0.91466258088927, 2.1012375015777853, 1.1922377581563606, 0.4601859888763004, 1.0121635850215644, 1.7686541804223204, 1.104523296525916, 1.4315439508845549, -0.5371891787368134, 1.504469121972753, 1.0121635850215644, 0.4601859888763004, 1.0121635850215644, 0.4601859888763004, 0.5850631433441781, 1.0121635850215644, 0.3261122950187668, 0.5850631433441781, 0.7018407031695034, 2.3359977474151146, 0.91466258088927, 1.504469121972753, 0.18153889858972652, 0.18153889858972652, 2.3792884238019045, 0.8114451402759004, 1.3553963456048694, 1.8868739380241453, 0.91466258088927, 2.1012375015777853, 1.7063282254567769, 0.02491610015040787, 1.104523296525916, 1.9430472685268103, 1.8868739380241453, 0.7018407031695034, 1.0121635850215644, 1.4315439508845549, 1.1922377581563606, -0.5371891787368134, 1.504469121972753, 1.5744275855913112, 2.9536278354320133, 1.1922377581563606, 1.3553963456048694, 2.1012375015777853, 0.5850631433441781, 1.6416464499459351, 1.0121635850215644, 0.18153889858972652, 1.275737118418633, 0.4601859888763004, 2.2459519818505083, 0.3261122950187668, 1.504469121972753, 0.02491610015040787, 1.7063282254567769, 1.504469121972753, -0.33214135849784243, 2.1012375015777853, 1.275737118418633, 1.1922377581563606, 1.3553963456048694, 0.02491610015040787, -0.14559292983087668, 1.3553963456048694, 0.4601859888763004, 0.02491610015040787, 1.6416464499459351, 2.2459519818505083, 1.104523296525916, 1.9974275538494488, 0.5850631433441781, 3.013417567837213, 0.3261122950187668, 1.8287871558142772, -1.2886651931838264, 1.5744275855913112, 0.18153889858972652, 0.91466258088927, 1.4315439508845549, 0.02491610015040787, -0.7633967833470969, 1.4315439508845549, 1.9974275538494488, 1.275737118418633, 0.5850631433441781, 0.18153889858972652, 1.504469121972753, 2.7603933684350968, 0.7018407031695034, 2.2459519818505083, 0.4601859888763004, 3.1269921405855734, 2.150858452925733, 1.104523296525916, 1.8287871558142772, 1.0121635850215644, 1.6416464499459351, 1.6416464499459351, 1.6416464499459351, 2.5805512364744736, 1.3553963456048694, 0.8114451402759004, 1.0121635850215644, 1.1922377581563606, 0.3261122950187668, 1.0121635850215644, 1.8868739380241453, 1.8287871558142772, 2.5028935363908835, 0.91466258088927, 2.3792884238019045, 2.2459519818505083, 1.8287871558142772, 3.2589814655834384, 1.504469121972753, 1.275737118418633, 1.5744275855913112, -0.33214135849784243, 1.7063282254567769, 0.91466258088927, 0.5850631433441781, 0.5850631433441781, 1.104523296525916, 1.6416464499459351, 1.5744275855913112, 1.7686541804223204, 1.3553963456048694, 1.8868739380241453, 0.7018407031695034, 1.5744275855913112, 2.150858452925733, 1.5744275855913112, 0.18153889858972652, 0.8114451402759004, 0.3261122950187668, 1.8287871558142772, 2.3792884238019045, 0.4601859888763004, 1.8287871558142772, 1.275737118418633, 1.104523296525916, 1.1922377581563606, 0.4601859888763004, 3.1542296452060463, 0.91466258088927, -0.7633967833470969, 0.91466258088927, 1.1922377581563606, 1.6416464499459351, 1.275737118418633, 0.91466258088927, 1.5744275855913112, 1.5744275855913112, 1.104523296525916, 1.4315439508845549, 2.922919307681764, 0.7018407031695034, 1.0121635850215644, 0.4601859888763004, 1.7063282254567769, 0.8114451402759004, 1.6416464499459351, 1.4315439508845549, 1.3553963456048694, 2.7259233783451204, -0.33214135849784243, 2.2915724363005987, 0.7018407031695034, 1.504469121972753, 0.91466258088927, 1.1922377581563606, 2.1012375015777853, -0.33214135849784243, 1.4315439508845549, 1.275737118418633, 2.1012375015777853, 1.7063282254567769, 0.8114451402759004, 0.91466258088927, 1.0121635850215644, 0.91466258088927, 0.18153889858972652, 2.2915724363005987, 0.18153889858972652, 2.2459519818505083, 0.4601859888763004, 0.4601859888763004, 2.2915724363005987, 1.9974275538494488, 1.7063282254567769, 1.275737118418633, 1.8868739380241453, 2.2915724363005987, 2.3359977474151146, 1.1922377581563606, 1.0121635850215644, 0.91466258088927, 2.1012375015777853, 1.275737118418633, 1.3553963456048694, 1.6416464499459351, 1.6416464499459351, -0.33214135849784243, -0.33214135849784243, 1.104523296525916, 0.18153889858972652, 2.4215005290698666, 2.3792884238019045, 1.0121635850215644, 2.050124326970264, 0.8114451402759004, 1.104523296525916, 0.3261122950187668, -0.33214135849784243, -0.14559292983087668, -0.7633967833470969, 0.02491610015040787, 0.18153889858972652, 1.0121635850215644, 1.9430472685268103, 2.2915724363005987, 0.91466258088927, 1.104523296525916, 0.4601859888763004, 1.0121635850215644, 2.7941740546756755, 1.0121635850215644, 0.7018407031695034, 0.4601859888763004, 1.104523296525916, 3.517409285659669, 2.7941740546756755, 3.6229332372695326, 1.7063282254567769, 1.104523296525916, 1.6416464499459351, 1.7686541804223204, 0.91466258088927, 0.7018407031695034, 1.5744275855913112, 0.5850631433441781, 1.504469121972753, 0.7018407031695034, 2.050124326970264, 1.5744275855913112, 0.3261122950187668, 1.6416464499459351, 1.275737118418633, 0.8114451402759004, 1.7686541804223204, 0.7018407031695034, 1.9974275538494488, 0.3261122950187668, 0.18153889858972652, 1.3553963456048694, 0.8114451402759004, 3.1269921405855734, 1.1922377581563606, 1.7686541804223204, 1.6416464499459351, 1.1922377581563606, 0.7018407031695034, 0.4601859888763004, 0.3261122950187668, 0.91466258088927, 1.9974275538494488, 0.91466258088927, 0.91466258088927, 1.8287871558142772, 1.275737118418633, 1.0121635850215644, 0.3261122950187668, 2.922919307681764, 1.7686541804223204, 1.3553963456048694, -0.5371891787368134, 2.4215005290698666, 1.3553963456048694, 1.9430472685268103, -0.14559292983087668, 0.4601859888763004, 1.504469121972753, 0.91466258088927, 1.5744275855913112, 2.8272923331493343, 1.9430472685268103, 0.3261122950187668, 2.3792884238019045, 2.1012375015777853, 1.104523296525916, 1.0121635850215644, 1.4315439508845549, 1.6416464499459351, 0.8114451402759004, 1.4315439508845549, 1.1922377581563606, 1.3553963456048694, 1.3553963456048694, 1.8868739380241453, 1.504469121972753, 1.8287871558142772, 0.4601859888763004, 2.050124326970264, 1.5744275855913112, 1.5744275855913112, 3.1810341253742767, 2.859773563220694, 0.91466258088927, 1.504469121972753, 1.3553963456048694, 1.104523296525916, 1.7063282254567769, 1.8868739380241453, 0.18153889858972652, 1.5744275855913112, 2.7941740546756755, 0.7018407031695034, 0.7018407031695034, 3.013417567837213, 2.1012375015777853, 1.275737118418633, 1.4315439508845549, 1.1922377581563606, 2.4626861033475227, 1.275737118418633, 1.504469121972753, 1.7063282254567769, 1.8868739380241453, 2.5805512364744736, 3.4279549883974902, 2.3792884238019045, 0.5850631433441781, 1.5744275855913112, 1.1922377581563606, 0.3261122950187668, 1.104523296525916, 0.3261122950187668, 1.6416464499459351, 2.050124326970264, 2.69073552560795, 2.150858452925733, 1.7686541804223204, 1.7063282254567769, 1.6416464499459351, 1.6416464499459351, 2.150858452925733, 0.02491610015040787, 0.4601859888763004, 3.8159980806092135, 1.7063282254567769, 1.7686541804223204, 2.9837875225214696, 2.2915724363005987, 3.3334826868823924, 2.050124326970264, 1.275737118418633, 1.7063282254567769, 1.4315439508845549, 1.7686541804223204, 2.9536278354320133, 1.7063282254567769, 2.3792884238019045, 2.2915724363005987, 3.2589814655834384, 1.5744275855913112, 1.9430472685268103, 2.050124326970264, 1.5744275855913112, 1.8287871558142772, 2.7603933684350968, 1.6416464499459351, 2.2459519818505083, 2.5421678987485774, 1.1922377581563606], [-0.5920296088577727, -0.5920296088577727, -0.3355514251483213, -0.8839908881351616, -0.4581965133684705, -0.7352612324941507, -0.5920296088577727, -0.8839908881351616, -0.5920296088577727, -0.7352612324941507, -0.4581965133684705, -0.4581965133684705, -0.7352612324941507, -0.7352612324941507, 0.753405581355851, -0.8839908881351616, -0.8839908881351616, -0.8839908881351616, -0.032153433450735625, -0.8839908881351616, -0.5920296088577727, -0.3355514251483213, -0.7352612324941507, -0.4581965133684705, -0.8839908881351616, -0.5920296088577727, -0.3355514251483213, -0.7352612324941507, -0.8839908881351616, 1.2480860380469478, -0.2242379197660456, -0.7352612324941507, 0.3763765129122541, -0.8839908881351616, -0.3355514251483213, -0.7352612324941507, -0.7352612324941507, -0.8839908881351616, -0.7352612324941507, -0.4581965133684705, -0.7352612324941507, -0.5920296088577727, -0.2242379197660456, -0.5920296088577727, -0.7352612324941507, -0.7352612324941507, -0.8839908881351616, -0.5920296088577727, -0.4581965133684705, -0.4581965133684705, -0.5920296088577727, 1.4447868183532553, -0.5920296088577727, -0.5920296088577727, 0.5231826398677454, -0.5920296088577727, -0.8839908881351616, -0.8839908881351616, -0.7352612324941507, -0.4581965133684705, -0.2242379197660456, -0.7352612324941507, 1.8394452582213012, -0.7352612324941507, -0.7352612324941507, -0.4581965133684705, -0.4581965133684705, -0.5920296088577727, -0.5920296088577727, -0.5920296088577727, -0.7352612324941507, -0.8839908881351616, -0.2242379197660456, -0.2242379197660456, -0.032153433450735625, -0.7352612324941507, -0.7352612324941507, -0.12348331117794176, -0.2242379197660456, -0.5920296088577727, 2.8403500035949927, -0.4581965133684705, -0.2242379197660456, -0.7352612324941507, -0.8839908881351616, -0.8839908881351616, -0.4581965133684705, -0.5920296088577727, -0.5920296088577727, -0.8839908881351616, -0.4581965133684705, 1.073793798320379, -0.5920296088577727, -0.8839908881351616, -0.5920296088577727, -0.8839908881351616, -0.8839908881351616, -0.8839908881351616, -0.032153433450735625, -0.7352612324941507, -0.3355514251483213, -0.5920296088577727, -0.7352612324941507, 0.3763765129122541, -0.8839908881351616, -0.3355514251483213, -0.7352612324941507, -0.5920296088577727, -0.8839908881351616, -0.2242379197660456, -0.8839908881351616, 1.4837034879354551, -0.4581965133684705, -0.8839908881351616, -0.4581965133684705, -0.2242379197660456, -0.8839908881351616, 0.19664370770400388, -0.8839908881351616, 0.4772087971829133, -0.7352612324941507, -0.7352612324941507, -0.7352612324941507, -0.4581965133684705, -0.7352612324941507, -0.8839908881351616, 1.0952680169721865, -0.5920296088577727, -0.8839908881351616, -0.7352612324941507, -0.032153433450735625, -0.4581965133684705, -0.7352612324941507, -0.5920296088577727, -0.4581965133684705, -0.7352612324941507, -0.5920296088577727, -0.7352612324941507, -0.7352612324941507, -0.3355514251483213, -0.7352612324941507, -0.12348331117794176, -0.5920296088577727, -0.7352612324941507, 2.5839554570761805, -0.5920296088577727, -0.8839908881351616, -0.5920296088577727, -0.7352612324941507, -0.8839908881351616, -0.3355514251483213, -0.7352612324941507, -0.7352612324941507, -0.4581965133684705, -0.4581965133684705, -0.7352612324941507, -0.2242379197660456, -0.8839908881351616, -0.7352612324941507, -0.3355514251483213, -0.8839908881351616, -0.5920296088577727, -0.7352612324941507, -0.2242379197660456, -0.4581965133684705, -0.8839908881351616, -0.4581965133684705, -0.3355514251483213, -0.8839908881351616, -0.2242379197660456, -0.8839908881351616, 2.8108287904826157, -0.7352612324941507, -0.8839908881351616, -0.5920296088577727, -0.5920296088577727, -0.5920296088577727, -0.5920296088577727, -0.8839908881351616, -0.8839908881351616, -0.4581965133684705, -0.7352612324941507, -0.8839908881351616, -0.8839908881351616, -0.12348331117794176, -0.7352612324941507, -0.7352612324941507, -0.5920296088577727, -0.8839908881351616, -0.7352612324941507, -0.5920296088577727, -0.7352612324941507, -0.8839908881351616, -0.7352612324941507, -0.4581965133684705, -0.8839908881351616, 0.05093667284983513, 1.2651822721702009, -0.4581965133684705, -0.4581965133684705, 2.8999425938572214, -0.3355514251483213, -0.7352612324941507, -0.7352612324941507, -0.032153433450735625, -0.7352612324941507, -0.8839908881351616, -0.5920296088577727, -0.4581965133684705, -0.4581965133684705, 3.060830559445263, -0.4581965133684705, 0.753405581355851, -0.2242379197660456, -0.4581965133684705, 0.1268827074939798, -0.5920296088577727, -0.3355514251483213, -0.5920296088577727, -0.7352612324941507, -0.12348331117794176, -0.4581965133684705, -0.5920296088577727, -0.7352612324941507, -0.4581965133684705, -0.7352612324941507, -0.7352612324941507, -0.4581965133684705, 3.3885769470053684, 3.335013906561365, -0.8839908881351616, 3.3166374846251783, -0.7352612324941507, -0.12348331117794176, -0.4581965133684705, 1.0952680169721865, -0.7352612324941507, -0.4581965133684705, 2.073992725990683, -0.8839908881351616, -0.7352612324941507, -0.8839908881351616, -0.5920296088577727, -0.2242379197660456, -0.7352612324941507, -0.7352612324941507, -0.7352612324941507, -0.5920296088577727, -0.7352612324941507, -0.4581965133684705, -0.032153433450735625, -0.8839908881351616, 2.7457036901945004, -0.7352612324941507, 0.05093667284983513, -0.2242379197660456, 0.1268827074939798, -0.5920296088577727, -0.032153433450735625, 0.19664370770400388, -0.7352612324941507, -0.7352612324941507, -0.7352612324941507, -0.5920296088577727, -0.12348331117794176, -0.2242379197660456, -0.7352612324941507, -0.8839908881351616, 0.9303407630705977, -0.032153433450735625, -0.5920296088577727, -0.5920296088577727, -0.5920296088577727, 2.9037517130081367, 2.8485751441659564, -0.3355514251483213, -0.3355514251483213, -0.4581965133684705, -0.2242379197660456, -0.4581965133684705, -0.5920296088577727, -0.8839908881351616, 2.4910607339532764, -0.3355514251483213, -0.7352612324941507, -0.4581965133684705, -0.2242379197660456, 0.4283901370887935, -0.3355514251483213, -0.4581965133684705, -0.4581965133684705, -0.4581965133684705, -0.4581965133684705, -0.3355514251483213, -0.7352612324941507, -0.8839908881351616, -0.8839908881351616, -0.7352612324941507, -0.8839908881351616, -0.5920296088577727, -0.3355514251483213, -0.8839908881351616, -0.7352612324941507, -0.7352612324941507, -0.5920296088577727, -0.5920296088577727, -0.8839908881351616, -0.5920296088577727, -0.3355514251483213, -0.5920296088577727, -0.2242379197660456, -0.7352612324941507, -0.3355514251483213, -0.032153433450735625, -0.8839908881351616, -0.4581965133684705, -0.3355514251483213, -0.7352612324941507, -0.5920296088577727, -0.8839908881351616, -0.5920296088577727, 0.19664370770400388, -0.7352612324941507, -0.7352612324941507, -0.8839908881351616, -0.032153433450735625, 1.0054544946599877, -0.5920296088577727, -0.5920296088577727, 1.955821254117164, -0.7352612324941507, -0.4581965133684705, -0.7352612324941507, 1.073793798320379, -0.8839908881351616, -0.5920296088577727, 2.0797245704120217, -0.8839908881351616, -0.8839908881351616, -0.4581965133684705, -0.7352612324941507, -0.5920296088577727, -0.4581965133684705, -0.032153433450735625, -0.8839908881351616, -0.3355514251483213, -0.5920296088577727, -0.7352612324941507, -0.7352612324941507, -0.4581965133684705, -0.8839908881351616, -0.4581965133684705, -0.8839908881351616, -0.5920296088577727, -0.4581965133684705, -0.7352612324941507, -0.8839908881351616, -0.8839908881351616, -0.12348331117794176, -0.7352612324941507, -0.5920296088577727, -0.7352612324941507, -0.5920296088577727, -0.4581965133684705, -0.3355514251483213, 3.0180469774677734, -0.5920296088577727, -0.5920296088577727, -0.8839908881351616, -0.7352612324941507, -0.4581965133684705, -0.8839908881351616, -0.12348331117794176, -0.3355514251483213, 0.2610378114944408, -0.4581965133684705, -0.2242379197660456, 3.534436037008636, -0.7352612324941507, -0.5920296088577727, -0.7352612324941507, -0.8839908881351616, -0.8839908881351616, -0.8839908881351616, -0.3355514251483213, -0.7352612324941507, -0.7352612324941507, -0.8839908881351616, -0.5920296088577727, -0.8839908881351616, -0.8839908881351616, -0.8839908881351616, -0.7352612324941507, -0.5920296088577727, -0.4581965133684705, 2.538947886459323, -0.7352612324941507, 3.4468842304646934, -0.7352612324941507, -0.5920296088577727, -0.5920296088577727, -0.8839908881351616, -0.7352612324941507, -0.032153433450735625, 2.9225118953195333, -0.8839908881351616, -0.3355514251483213, -0.8839908881351616, -0.7352612324941507, -0.5920296088577727, -0.5920296088577727, -0.7352612324941507, -0.8839908881351616, -0.3355514251483213, -0.4581965133684705, -0.12348331117794176, -0.5920296088577727, 0.1268827074939798, -0.4581965133684705, -0.7352612324941507, -0.2242379197660456, -0.4581965133684705, -0.4581965133684705, -0.7352612324941507, -0.5920296088577727, -0.7352612324941507, -0.4581965133684705, -0.8839908881351616, -0.4581965133684705, -0.7352612324941507, -0.7352612324941507, -0.5920296088577727, 1.073793798320379, 0.2610378114944408, 1.2480860380469478, -0.4581965133684705, -0.5920296088577727, -0.5920296088577727, -0.8839908881351616, -0.7352612324941507, -0.5920296088577727, 2.1909514488502, -0.7352612324941507, -0.4581965133684705, -0.7352612324941507, -0.4581965133684705, -0.8839908881351616, 0.19664370770400388, -0.7352612324941507, -0.7352612324941507, -0.3355514251483213, -0.8839908881351616, 0.32075526692592343, -0.4581965133684705, -0.5920296088577727, 0.05093667284983513, -0.5920296088577727, -0.5920296088577727, -0.7352612324941507, -0.7352612324941507, -0.4581965133684705, 2.9243623133033085, 2.5926411740416957, -0.7352612324941507, -0.4581965133684705, -0.3355514251483213, -0.2242379197660456, -0.3355514251483213, -0.7352612324941507, -0.8839908881351616, -0.2242379197660456, -0.3355514251483213, 1.2818991346794686, 1.5207030519723497, 1.073793798320379, -0.8839908881351616, 0.4283901370887935, -0.7352612324941507, -0.4581965133684705, -0.2242379197660456, 1.5326419737977697, 2.8403500035949927, -0.7352612324941507, -0.8839908881351616, -0.2242379197660456, 0.5231826398677454, -0.7352612324941507, -0.5920296088577727, 0.6077480642847719, 2.888397546866567, -0.7352612324941507, -0.3355514251483213, -0.5920296088577727, -0.8839908881351616, -0.8839908881351616, -0.8839908881351616, -0.3355514251483213, 3.0131387226844937, 1.3603315200057502, -0.2242379197660456, -0.5920296088577727, -0.5920296088577727, -0.7352612324941507, -0.8839908881351616, -0.4581965133684705, -0.4581965133684705, 0.05093667284983513, -0.032153433450735625, -0.2242379197660456, 3.666809674042671, -0.7352612324941507, -0.5920296088577727, -0.8839908881351616, -0.3355514251483213, -0.5920296088577727, -0.2242379197660456, -0.7352612324941507, -0.4581965133684705, -0.5920296088577727, -0.7352612324941507, -0.8839908881351616, -0.5920296088577727, 0.1268827074939798, 3.014778385940417, 2.557276843378834, -0.2242379197660456, -0.5920296088577727, 1.175538265952544, 0.4772087971829133, -0.4581965133684705, -0.7352612324941507, -0.8839908881351616, -0.8839908881351616, -0.3355514251483213, 1.298252997912529, -0.5920296088577727, -0.7352612324941507, -0.8839908881351616, 3.135524471431864, -0.7352612324941507, -0.12348331117794176, 0.05093667284983513, -0.5920296088577727, 1.0516922445753352, -0.8839908881351616, -0.5920296088577727, -0.5920296088577727, -0.8839908881351616, -0.8839908881351616, -0.12348331117794176, -0.5920296088577727, -0.4581965133684705, 0.7194888517300099, -0.7352612324941507, -0.3355514251483213, -0.8839908881351616, -0.7352612324941507, 3.0373643745246706, -0.7352612324941507, -0.4581965133684705, -0.8839908881351616, -0.2242379197660456, -0.8839908881351616, -0.2242379197660456, -0.7352612324941507, -0.4581965133684705, -0.5920296088577727, -0.2242379197660456, -0.5920296088577727, -0.7352612324941507, -0.12348331117794176, -0.3355514251483213, -0.5920296088577727, -0.032153433450735625, -0.8839908881351616, 3.154788897742672, -0.4581965133684705, -0.8839908881351616, -0.3355514251483213, -0.8839908881351616, -0.8839908881351616, -0.4581965133684705, -0.5920296088577727, -0.3355514251483213, -0.7352612324941507, -0.3355514251483213, 1.5673603192167411, -0.4581965133684705, -0.5920296088577727, -0.8839908881351616, -0.5920296088577727, -0.032153433450735625, -0.8839908881351616, 2.2007313456516955, -0.12348331117794176, -0.7352612324941507, 0.753405581355851, -0.032153433450735625, -0.4581965133684705, 0.8469868519447948, -0.032153433450735625, -0.7352612324941507, -0.5920296088577727, -0.4581965133684705, -0.7352612324941507, -0.7352612324941507, 1.0952680169721865, -0.2242379197660456, -0.7352612324941507, -0.3355514251483213, -0.3355514251483213, -0.8839908881351616, 2.3657485155532623, -0.5920296088577727, -0.8839908881351616, -0.2242379197660456, -0.7352612324941507, -0.5920296088577727, -0.5920296088577727, -0.4581965133684705, 2.640043066726268, -0.4581965133684705, -0.5920296088577727, -0.2242379197660456, -0.7352612324941507, -0.4581965133684705, -0.5920296088577727, 1.4579842686484332, 1.1161491881959045, -0.4581965133684705, -0.5920296088577727, 1.899889915337344, -0.5920296088577727, 3.111445204649653, -0.7352612324941507, -0.2242379197660456, -0.4581965133684705, -0.5920296088577727, -0.8839908881351616, 0.2610378114944408, -0.2242379197660456, -0.7352612324941507, 0.6077480642847719, -0.032153433450735625, -0.7352612324941507, 3.166916408656588, -0.8839908881351616, -0.5920296088577727, 2.0966615587896023, 1.1364688898241904, -0.8839908881351616, -0.3355514251483213, -0.3355514251483213, -0.8839908881351616, -0.8839908881351616, 1.8852295830165169, -0.2242379197660456, -0.5920296088577727, -0.7352612324941507, -0.7352612324941507, -0.5920296088577727, -0.8839908881351616, -0.7352612324941507, -0.5920296088577727, -0.3355514251483213, -0.8839908881351616, -0.4581965133684705, -0.2242379197660456, 3.67566827588128, -0.8839908881351616, 2.337957455845556, -0.3355514251483213, -0.8839908881351616, -0.7352612324941507, -0.5920296088577727, -0.4581965133684705, -0.5920296088577727, -0.4581965133684705, 3.1814769698505736, -0.12348331117794176, -0.8839908881351616, -0.5920296088577727, -0.5920296088577727, -0.8839908881351616, -0.4581965133684705, -0.5920296088577727, -0.5920296088577727, -0.2242379197660456, -0.2242379197660456, -0.4581965133684705, -0.4581965133684705, 1.4447868183532553, -0.4581965133684705, -0.8839908881351616, 3.3100424578439203, -0.7352612324941507, 3.432024457744877, 3.3371464774825887, 0.05093667284983513, -0.3355514251483213, -0.3355514251483213, -0.2242379197660456, -0.7352612324941507, -0.5920296088577727, 2.3696357891955784, 0.6840080186722196, -0.7352612324941507, 0.903557072887888, -0.4581965133684705, -0.4581965133684705, -0.4581965133684705, -0.4581965133684705, -0.7352612324941507, -0.4581965133684705, -0.8839908881351616, -0.5920296088577727, -0.3355514251483213, -0.8839908881351616, -0.5920296088577727, -0.7352612324941507, -0.032153433450735625, 1.175538265952544, 1.5443940412343369, -0.7352612324941507, -0.7352612324941507, 0.05093667284983513, -0.8839908881351616, 1.1562562654098134, -0.3355514251483213, -0.3355514251483213, -0.8839908881351616, -0.5920296088577727, -0.3355514251483213, -0.3355514251483213, -0.12348331117794176, -0.3355514251483213, -0.4581965133684705, 0.19664370770400388, -0.4581965133684705, -0.12348331117794176, -0.5920296088577727, -0.8839908881351616, 1.0952680169721865, -0.12348331117794176, -0.4581965133684705, -0.032153433450735625, -0.5920296088577727, -0.5920296088577727, -0.5920296088577727, -0.2242379197660456, -0.032153433450735625, -0.7352612324941507, -0.7352612324941507, -0.8839908881351616, -0.7352612324941507, -0.5920296088577727, -0.5920296088577727, -0.8839908881351616, -0.5920296088577727, -0.032153433450735625, -0.4581965133684705, -0.7352612324941507, -0.5920296088577727, -0.5920296088577727, -0.8839908881351616, -0.7352612324941507, -0.2242379197660456, -0.3355514251483213, -0.5920296088577727, -0.12348331117794176, -0.7352612324941507, -0.2242379197660456, -0.5920296088577727, 3.2382583379739875, -0.4581965133684705, -0.5920296088577727, -0.2242379197660456, -0.7352612324941507, -0.2242379197660456, 1.4579842686484332, 2.265832302477569, -0.7352612324941507, 0.05093667284983513, -0.4581965133684705, -0.2242379197660456, -0.7352612324941507, -0.12348331117794176, 3.279623974326216, -0.8839908881351616, -0.4581965133684705, -0.5920296088577727, -0.5920296088577727, -0.2242379197660456, -0.8839908881351616, 1.6218779863645068, -0.3355514251483213, -0.7352612324941507, -0.2242379197660456, -0.7352612324941507, -0.3355514251483213, -0.3355514251483213, 0.566610337735025, 0.9303407630705977, 1.5673603192167411, -0.3355514251483213, -0.5920296088577727, -0.4581965133684705, -0.4581965133684705, 1.4447868183532553, -0.7352612324941507, -0.8839908881351616, -0.2242379197660456, -0.4581965133684705, -0.5920296088577727, -0.4581965133684705, -0.4581965133684705, -0.5920296088577727, 1.7563160592869749, -0.2242379197660456, 0.8757966127201061, -0.7352612324941507, -0.2242379197660456, 1.4037443515313892, -0.032153433450735625, -0.2242379197660456, -0.2242379197660456, -0.5920296088577727, -0.8839908881351616, 1.5207030519723497, -0.4581965133684705, -0.7352612324941507, -0.4581965133684705, -0.3355514251483213, -0.3355514251483213, -0.8839908881351616, -0.4581965133684705, -0.5920296088577727, -0.2242379197660456, -0.5920296088577727, -0.5920296088577727, -0.5920296088577727, -0.4581965133684705, -0.3355514251483213, -0.3355514251483213, -0.5920296088577727, -0.7352612324941507, -0.3355514251483213, -0.5920296088577727, -0.5920296088577727, -0.032153433450735625, -0.4581965133684705, -0.7352612324941507, -0.7352612324941507, -0.5920296088577727, 1.765056206952365, 2.928049483885068, -0.2242379197660456, -0.7352612324941507, -0.4581965133684705, -0.3355514251483213, -0.8839908881351616, 1.5673603192167411, -0.7352612324941507, -0.7352612324941507, -0.5920296088577727, -0.7352612324941507, -0.4581965133684705, -0.4581965133684705, -0.4581965133684705, -0.8839908881351616, 3.1561461421969437, 0.1268827074939798, -0.8839908881351616, -0.4581965133684705, -0.4581965133684705, -0.3355514251483213, -0.7352612324941507, -0.4581965133684705, -0.2242379197660456, -0.032153433450735625, -0.7352612324941507, -0.12348331117794176, -0.5920296088577727, -0.4581965133684705, -0.5920296088577727, 0.9812330969221384, -0.4581965133684705, -0.4581965133684705, -0.3355514251483213, -0.3355514251483213, -0.8839908881351616, -0.3355514251483213, -0.5920296088577727, -0.4581965133684705, -0.3355514251483213, -0.5920296088577727, -0.5920296088577727, -0.4581965133684705, 3.655760869610861, -0.3355514251483213, -0.7352612324941507, -0.7352612324941507, -0.3355514251483213, -0.7352612324941507, -0.3355514251483213, -0.12348331117794176, -0.8839908881351616, 0.9303407630705977, -0.2242379197660456, -0.7352612324941507, -0.3355514251483213, 2.113224043391394, -0.3355514251483213, -0.8839908881351616, -0.5920296088577727, 0.9812330969221384, -0.5920296088577727, -0.2242379197660456, -0.4581965133684705, 2.8806007323739755, -0.4581965133684705, -0.12348331117794176, -0.8839908881351616, -0.7352612324941507, -0.7352612324941507, 1.5559649958176958, -0.7352612324941507, 3.1905974615641504, -0.12348331117794176, -0.5920296088577727, -0.4581965133684705, 0.6840080186722196, -0.2242379197660456, -0.4581965133684705, 0.05093667284983513, -0.5920296088577727, -0.5920296088577727, -0.7352612324941507, -0.4581965133684705, -0.5920296088577727, 0.785887013984389, -0.5920296088577727, 0.19664370770400388, -0.8839908881351616, 0.4772087971829133, -0.2242379197660456, -0.7352612324941507, -0.4581965133684705, -0.3355514251483213, -0.7352612324941507, -0.8839908881351616, -0.4581965133684705, -0.4581965133684705, -0.7352612324941507, -0.3355514251483213, 0.19664370770400388, -0.7352612324941507, -0.5920296088577727, -0.7352612324941507, -0.5920296088577727, 0.19664370770400388, 0.05093667284983513, -0.5920296088577727, -0.4581965133684705, -0.4581965133684705, -0.4581965133684705, -0.2242379197660456, -0.5920296088577727, -0.5920296088577727, 2.3657485155532623, -0.3355514251483213, -0.8839908881351616, 2.9604414176764764, -0.12348331117794176, -0.5920296088577727, -0.7352612324941507, -0.4581965133684705, -0.4581965133684705, 3.268036615217661, -0.3355514251483213, -0.7352612324941507, -0.7352612324941507, -0.5920296088577727, -0.5920296088577727, -0.032153433450735625, -0.7352612324941507, -0.4581965133684705, -0.5920296088577727, -0.5920296088577727, -0.3355514251483213, -0.5920296088577727, -0.3355514251483213, -0.3355514251483213, 0.566610337735025, -0.7352612324941507, -0.3355514251483213, -0.7352612324941507, -0.5920296088577727, 2.062395762357291, -0.5920296088577727, -0.5920296088577727, 2.7145634705000736, 3.0924944359601465, -0.3355514251483213, 0.4772087971829133, -0.7352612324941507, -0.8839908881351616, -0.12348331117794176, -0.4581965133684705, 0.19664370770400388, -0.5920296088577727, -0.5920296088577727, -0.7352612324941507, 0.7194888517300099, -0.5920296088577727, -0.5920296088577727, 0.05093667284983513, 2.8403500035949927, -0.4581965133684705, -0.4581965133684705, -0.7352612324941507, -0.3355514251483213, -0.3355514251483213, -0.12348331117794176, -0.5920296088577727, -0.5920296088577727, -0.5920296088577727, -0.8839908881351616, -0.7352612324941507, 0.05093667284983513, 3.406259692644017, 3.4310858542840896, 3.253890789516753, -0.2242379197660456, -0.3355514251483213, -0.5920296088577727, -0.3355514251483213, 3.4366999025002936, -0.8839908881351616, -0.5920296088577727, 0.05093667284983513, 1.2305929346929994, -0.2242379197660456, 0.817047052266287, -0.4581965133684705, -0.3355514251483213, -0.5920296088577727, -0.032153433450735625, -0.8839908881351616, -0.7352612324941507, -0.4581965133684705, -0.7352612324941507, -0.4581965133684705, -0.7352612324941507, -0.4581965133684705, -0.4581965133684705, 1.3895500461397954, 2.1659279662754503, -0.5920296088577727, -0.12348331117794176, -0.5920296088577727, -0.5920296088577727, -0.4581965133684705, -0.7352612324941507, -0.5920296088577727, -0.8839908881351616, 1.7990322613409329, -0.5920296088577727, -0.8839908881351616, -0.4581965133684705, -0.3355514251483213, -0.3355514251483213, -0.5920296088577727, -0.5920296088577727, -0.7352612324941507, -0.8839908881351616, -0.7352612324941507, -0.5920296088577727, -0.4581965133684705, -0.8839908881351616, 0.6077480642847719, -0.4581965133684705, -0.5920296088577727, 3.0546444834710087, -0.5920296088577727, -0.3355514251483213, -0.7352612324941507, 0.753405581355851, -0.2242379197660456, -0.4581965133684705, -0.7352612324941507, 1.0289260431023624, -0.5920296088577727, -0.7352612324941507, -0.3355514251483213, 1.0516922445753352, 2.0141246903059327, -0.2242379197660456, 1.4962402785299986, -0.4581965133684705, -0.3355514251483213, -0.3355514251483213, -0.2242379197660456, -0.7352612324941507, -0.3355514251483213, -0.2242379197660456, -0.5920296088577727, -0.2242379197660456, 0.3763765129122541, -0.7352612324941507, -0.4581965133684705, -0.4581965133684705, -0.4581965133684705, -0.8839908881351616, -0.3355514251483213, 0.1268827074939798, -0.7352612324941507, -0.2242379197660456, -0.032153433450735625, -0.8839908881351616, -0.3355514251483213, -0.3355514251483213, -0.032153433450735625, -0.032153433450735625, -0.4581965133684705, 0.19664370770400388, -0.032153433450735625, -0.4581965133684705, 0.6840080186722196, -0.4581965133684705, -0.7352612324941507, -0.3355514251483213, -0.4581965133684705, 3.3805818462249366, -0.4581965133684705, -0.8839908881351616, -0.7352612324941507, -0.7352612324941507, -0.8839908881351616, 1.3299321433295963, -0.7352612324941507, -0.4581965133684705, -0.4581965133684705, -0.2242379197660456, -0.3355514251483213, -0.4581965133684705, -0.7352612324941507, -0.3355514251483213, -0.4581965133684705, -0.8839908881351616, -0.4581965133684705, -0.8839908881351616, -0.5920296088577727, -0.7352612324941507, -0.12348331117794176, -0.4581965133684705, -0.5920296088577727, -0.3355514251483213, -0.8839908881351616, -0.5920296088577727, -0.7352612324941507, 0.05093667284983513, 0.817047052266287, -0.7352612324941507, -0.7352612324941507, -0.2242379197660456, -0.4581965133684705, -0.5920296088577727, -0.3355514251483213, -0.3355514251483213, -0.3355514251483213, -0.3355514251483213, 3.1905974615641504, -0.2242379197660456, -0.3355514251483213, -0.4581965133684705, -0.5920296088577727, -0.7352612324941507, -0.4581965133684705, -0.5920296088577727, -0.7352612324941507, -0.7352612324941507, 1.0289260431023624, -0.5920296088577727, 1.4176756468601623, -0.7352612324941507, 1.662808722967797, -0.8839908881351616, -0.2242379197660456, -0.4581965133684705, -0.4581965133684705, -0.3355514251483213, -0.3355514251483213, -0.8839908881351616, -0.3355514251483213, -0.3355514251483213, -0.4581965133684705, -0.5920296088577727, -0.7352612324941507, -0.2242379197660456, 0.05093667284983513, 0.1268827074939798, -0.5920296088577727, 0.05093667284983513, -0.3355514251483213, -0.8839908881351616, -0.8839908881351616, -0.3355514251483213, -0.4581965133684705, -0.2242379197660456, 3.0865655797341365, -0.7352612324941507, -0.8839908881351616, -0.032153433450735625, -0.3355514251483213, -0.5920296088577727, -0.4581965133684705, 3.264525140468776, -0.2242379197660456, -0.5920296088577727, -0.4581965133684705, -0.7352612324941507, -0.7352612324941507, -0.5920296088577727, -0.5920296088577727, 0.2610378114944408, -0.7352612324941507, -0.7352612324941507, -0.2242379197660456, 0.19664370770400388, -0.4581965133684705, -0.12348331117794176, -0.2242379197660456, -0.2242379197660456, -0.2242379197660456, -0.12348331117794176, -0.8839908881351616, -0.12348331117794176, 1.5085712577221946, -0.5920296088577727, 2.056529254364397, -0.2242379197660456, 3.1534291880143845, -0.2242379197660456, -0.3355514251483213, -0.8839908881351616, -0.7352612324941507, -0.8839908881351616, -0.7352612324941507, -0.12348331117794176, -0.5920296088577727, -0.7352612324941507, -0.2242379197660456, -0.4581965133684705, -0.5920296088577727, -0.7352612324941507, -0.4581965133684705, -0.4581965133684705, -0.5920296088577727, -0.8839908881351616, 0.19664370770400388, -0.2242379197660456, -0.4581965133684705, 3.4614547542302274, -0.5920296088577727, -0.7352612324941507, -0.5920296088577727, -0.2242379197660456, 1.5896447911112352, -0.7352612324941507, -0.4581965133684705, -0.4581965133684705, 2.2877760773541334, -0.5920296088577727, -0.2242379197660456, -0.4581965133684705, -0.7352612324941507, -0.3355514251483213, -0.5920296088577727, -0.4581965133684705, -0.7352612324941507, -0.4581965133684705, -0.7352612324941507, -0.5920296088577727, -0.3355514251483213, -0.5920296088577727, 0.956213063057066, -0.5920296088577727, -0.8839908881351616, 3.2503121670294552, -0.5920296088577727, -0.8839908881351616, -0.5920296088577727, 0.05093667284983513, -0.3355514251483213, 2.6846216034106374, 3.391553230995011, -0.3355514251483213, -0.7352612324941507, -0.5920296088577727, -0.12348331117794176, -0.7352612324941507, -0.2242379197660456, -0.032153433450735625, -0.2242379197660456, 0.1268827074939798, 0.05093667284983513, -0.12348331117794176, -0.2242379197660456, -0.5920296088577727, -0.2242379197660456, -0.4581965133684705, -0.3355514251483213, -0.7352612324941507, -0.4581965133684705, -0.4581965133684705, 3.4605523583704336, -0.7352612324941507, 0.8757966127201061, -0.8839908881351616, -0.7352612324941507, -0.4581965133684705, 1.5673603192167411, -0.5920296088577727, -0.5920296088577727, -0.5920296088577727, -0.8839908881351616, -0.4581965133684705, -0.7352612324941507, 0.1268827074939798, 0.8469868519447948, -0.5920296088577727, -0.5920296088577727, 0.2610378114944408, -0.5920296088577727, -0.4581965133684705, -0.4581965133684705, 1.2818991346794686, -0.8839908881351616, -0.4581965133684705, -0.5920296088577727, -0.5920296088577727, -0.5920296088577727, -0.7352612324941507, -0.7352612324941507, -0.7352612324941507, -0.7352612324941507, -0.4581965133684705, -0.3355514251483213, -0.7352612324941507, -0.5920296088577727, -0.4581965133684705, -0.5920296088577727, 1.4709539244451724, 3.3264223446628116, -0.8839908881351616, -0.8839908881351616, -0.4581965133684705, -0.8839908881351616, -0.7352612324941507, -0.5920296088577727, -0.3355514251483213, -0.5920296088577727, -0.5920296088577727, -0.5920296088577727, -0.4581965133684705, -0.5920296088577727, 3.288766427684996, 2.3696357891955784, -0.7352612324941507, -0.7352612324941507, -0.5920296088577727, -0.8839908881351616, -0.7352612324941507, 3.2072462321625395, -0.4581965133684705, 1.375082656204173, 1.0054544946599877, -0.4581965133684705, -0.7352612324941507, -0.4581965133684705, -0.4581965133684705, -0.2242379197660456, -0.7352612324941507, -0.8839908881351616, -0.8839908881351616, 2.5137896969067777, -0.8839908881351616, -0.2242379197660456, 0.4283901370887935, -0.4581965133684705, -0.8839908881351616, -0.7352612324941507, -0.7352612324941507, -0.5920296088577727, -0.7352612324941507, -0.8839908881351616, 0.9812330969221384, -0.5920296088577727, -0.3355514251483213, -0.5920296088577727, -0.4581965133684705, -0.4581965133684705, 2.8403500035949927, -0.7352612324941507, -0.7352612324941507, -0.7352612324941507, -0.4581965133684705, -0.3355514251483213, -0.8839908881351616, -0.3355514251483213, 3.2692034558860192, 3.082087917298704, -0.7352612324941507, -0.8839908881351616, -0.8839908881351616, -0.5920296088577727, -0.2242379197660456, 0.7194888517300099, -0.5920296088577727, -0.4581965133684705, -0.7352612324941507, -0.2242379197660456, -0.3355514251483213, -0.7352612324941507, -0.12348331117794176, -0.5920296088577727, -0.032153433450735625, -0.5920296088577727, -0.5920296088577727, 2.656081498984018, -0.3355514251483213, 0.2610378114944408, -0.7352612324941507, 2.062395762357291, -0.8839908881351616, -0.8839908881351616, -0.4581965133684705, 0.19664370770400388, -0.5920296088577727, -0.4581965133684705, -0.032153433450735625, -0.7352612324941507, -0.4581965133684705, -0.3355514251483213, -0.5920296088577727, -0.7352612324941507, 0.903557072887888, -0.5920296088577727, -0.7352612324941507, 0.32075526692592343, -0.5920296088577727, -0.8839908881351616, -0.3355514251483213, -0.3355514251483213, -0.12348331117794176, -0.7352612324941507, 3.6501747039007393, -0.4581965133684705, -0.3355514251483213, -0.3355514251483213, -0.12348331117794176, -0.7352612324941507, -0.4581965133684705, -0.8839908881351616, -0.7352612324941507, -0.3355514251483213, -0.7352612324941507, -0.2242379197660456, -0.4581965133684705, -0.4581965133684705, -0.032153433450735625, -0.4581965133684705, -0.5920296088577727, -0.4581965133684705, -0.8839908881351616, -0.2242379197660456, 0.1268827074939798, -0.12348331117794176, -0.3355514251483213, -0.5920296088577727, 3.0924944359601465, -0.7352612324941507, 1.2126842344722644, -0.8839908881351616, -0.5920296088577727, -0.032153433450735625, -0.2242379197660456, -0.4581965133684705, -0.3355514251483213, -0.5920296088577727, 2.396295910252107, 1.2818991346794686, 1.9071139221650242, 1.4313534615345351, -0.4581965133684705, -0.7352612324941507, -0.8839908881351616, 0.4772087971829133, 0.05093667284983513, -0.3355514251483213, -0.12348331117794176, -0.7352612324941507, -0.3355514251483213, -0.3355514251483213, 0.1268827074939798, -0.5920296088577727, -0.5920296088577727, -0.5920296088577727, 3.2198056632258645, -0.5920296088577727, -0.7352612324941507, -0.5920296088577727, 3.02292326020462, -0.4581965133684705, -0.2242379197660456, 1.3603315200057502, 1.1161491881959045, -0.8839908881351616, 0.7194888517300099, -0.3355514251483213, -0.2242379197660456, -0.032153433450735625, -0.4581965133684705, -0.5920296088577727, -0.3355514251483213, -0.3355514251483213, -0.12348331117794176, -0.7352612324941507, 0.1268827074939798, -0.7352612324941507, 2.113224043391394, 2.170999993549959, -0.3355514251483213, -0.2242379197660456, -0.5920296088577727, -0.5920296088577727, -0.2242379197660456, -0.7352612324941507, -0.2242379197660456, -0.3355514251483213, 3.4329618857931616, -0.3355514251483213, 3.452381465860656, -0.5920296088577727, -0.032153433450735625, -0.5920296088577727, -0.4581965133684705, -0.5920296088577727, -0.4581965133684705, -0.7352612324941507, -0.3355514251483213, 1.6005437367426187, -0.2242379197660456, -0.4581965133684705, -0.4581965133684705, -0.7352612324941507, -0.7352612324941507, -0.2242379197660456, -0.7352612324941507, -0.4581965133684705, -0.8839908881351616, -0.8839908881351616, -0.4581965133684705, -0.5920296088577727, -0.3355514251483213, -0.5920296088577727, -0.4581965133684705, -0.5920296088577727, 0.05093667284983513, -0.3355514251483213, -0.7352612324941507, -0.3355514251483213, 2.864759180543753, -0.4581965133684705, -0.3355514251483213, 0.2610378114944408, -0.4581965133684705, -0.3355514251483213, -0.3355514251483213, -0.4581965133684705, 0.19664370770400388, -0.8839908881351616, -0.4581965133684705, -0.8839908881351616, 3.4984053738606904, -0.4581965133684705, -0.2242379197660456, -0.4581965133684705, -0.4581965133684705, -0.4581965133684705, -0.3355514251483213, -0.5920296088577727, -0.2242379197660456, -0.8839908881351616, 1.9213563240078635, -0.4581965133684705, -0.032153433450735625, -0.2242379197660456, -0.7352612324941507, -0.7352612324941507, -0.12348331117794176, -0.4581965133684705, -0.3355514251483213, -0.2242379197660456, -0.5920296088577727, 3.2819200769348758, 3.3392729902615583, -0.8839908881351616, -0.8839908881351616, -0.032153433450735625, -0.3355514251483213, -0.8839908881351616, -0.7352612324941507, -0.5920296088577727, -0.4581965133684705, 1.7822366749817733, 0.05093667284983513, -0.7352612324941507, -0.12348331117794176, -0.12348331117794176, -0.12348331117794176, -0.4581965133684705, -0.4581965133684705, 0.6468167607784968, -0.4581965133684705, -0.7352612324941507, -0.4581965133684705, 3.499263297831209, 3.4569318570312664, -0.7352612324941507, -0.7352612324941507, -0.7352612324941507, -0.12348331117794176, 0.32075526692592343, -0.032153433450735625, -0.8839908881351616, 1.5559649958176958, -0.7352612324941507, 3.4329618857931616, 0.4283901370887935, -0.2242379197660456, -0.4581965133684705, -0.7352612324941507, 0.4283901370887935, -0.12348331117794176, -0.4581965133684705, -0.7352612324941507, -0.4581965133684705, -0.3355514251483213, -0.4581965133684705, -0.3355514251483213, -0.7352612324941507, 1.4176756468601623, -0.5920296088577727, -0.7352612324941507, -0.2242379197660456, -0.2242379197660456, -0.7352612324941507, 1.5896447911112352, -0.7352612324941507, -0.032153433450735625, -0.7352612324941507, 2.7733423598329447, -0.4581965133684705, 3.3487682417097058, 3.0623691238984723, -0.5920296088577727, -0.7352612324941507, 0.4283901370887935, 0.19664370770400388, 0.32075526692592343, -0.5920296088577727, -0.7352612324941507, -0.4581965133684705, -0.3355514251483213, 1.7736956486652165, 0.05093667284983513, -0.5920296088577727, 3.0468393013947517, -0.3355514251483213, -0.5920296088577727, -0.032153433450735625, -0.4581965133684705, -0.5920296088577727, 3.152067004040398, -0.8839908881351616, -0.4581965133684705, -0.8839908881351616, -0.5920296088577727, -0.4581965133684705, -0.2242379197660456, -0.5920296088577727, 0.1268827074939798, -0.7352612324941507, 0.4772087971829133, -0.3355514251483213, -0.3355514251483213, -0.5920296088577727, -0.4581965133684705, 1.0516922445753352, -0.8839908881351616, 1.711018687153724, -0.7352612324941507, 0.32075526692592343, -0.5920296088577727, -0.8839908881351616, -0.8839908881351616, -0.7352612324941507, -0.2242379197660456, -0.3355514251483213, 0.05093667284983513, -0.5920296088577727, -0.2242379197660456, -0.2242379197660456, 1.4962402785299986, 1.298252997912529, 3.168251861448568, -0.5920296088577727, 2.1452892479126264, -0.2242379197660456, -0.4581965133684705, -0.8839908881351616, 0.817047052266287, -0.8839908881351616, 3.0775833105886674, -0.032153433450735625, 3.368426768762505, -0.4581965133684705, -0.7352612324941507, -0.8839908881351616, 3.3122472623217694, -0.5920296088577727, -0.12348331117794176, -0.12348331117794176, -0.7352612324941507, 2.3887750962305208, 1.7474728343458028, -0.2242379197660456, -0.3355514251483213, -0.5920296088577727, -0.5920296088577727, -0.4581965133684705, 1.2818991346794686, 2.8193828778543697, -0.8839908881351616, -0.7352612324941507, -0.5920296088577727, -0.5920296088577727, -0.3355514251483213, -0.2242379197660456, -0.4581965133684705, -0.4581965133684705, 0.817047052266287, -0.3355514251483213, -0.7352612324941507, 2.962200523533143, -0.4581965133684705, -0.2242379197660456, 3.2135522872379427, -0.032153433450735625, 1.2305929346929994, 0.05093667284983513, 0.05093667284983513, -0.4581965133684705, -0.12348331117794176, -0.4581965133684705, 1.7736956486652165, -0.7352612324941507, -0.7352612324941507, -0.5920296088577727, -0.5920296088577727, -0.3355514251483213, -0.4581965133684705, -0.2242379197660456, 3.752839795311394, 2.1452892479126264, -0.5920296088577727, -0.2242379197660456, -0.3355514251483213, 0.19664370770400388, -0.8839908881351616, -0.2242379197660456, -0.3355514251483213, -0.12348331117794176, 3.1157511597854723, -0.5920296088577727, -0.3355514251483213, -0.3355514251483213, -0.2242379197660456, -0.2242379197660456, 0.32075526692592343, -0.032153433450735625, -0.5920296088577727, -0.3355514251483213, -0.4581965133684705, -0.4581965133684705, -0.5920296088577727, -0.4581965133684705, -0.7352612324941507, -0.7352612324941507, -0.4581965133684705, -0.4581965133684705, -0.4581965133684705, -0.3355514251483213, -0.7352612324941507, 3.1214541734844725, -0.7352612324941507, -0.8839908881351616, 1.682466059825754, 2.7242837662293997, 0.05093667284983513, -0.5920296088577727, -0.4581965133684705, -0.3355514251483213, 0.19664370770400388, -0.8839908881351616, -0.12348331117794176, -0.12348331117794176, -0.7352612324941507, -0.5920296088577727, 1.0952680169721865, -0.5920296088577727, -0.3355514251483213, -0.7352612324941507, -0.5920296088577727, 3.4149468537594463, 0.4283901370887935, -0.3355514251483213, -0.3355514251483213, 1.8072910302603995, -0.12348331117794176, 1.9887704161680917, -0.4581965133684705, -0.4581965133684705, -0.5920296088577727, -0.3355514251483213, 2.3499944227907856, -0.7352612324941507, 2.0386489440939988, 0.4283901370887935, -0.7352612324941507, 1.6005437367426187, -0.8839908881351616, 1.7990322613409329, -0.3355514251483213, -0.5920296088577727, -0.8839908881351616, -0.5920296088577727, -0.7352612324941507, 3.6216009160621976, 3.5262102446271144, -0.3355514251483213, -0.4581965133684705, -0.2242379197660456, 0.05093667284983513, -0.3355514251483213, -0.5920296088577727, -0.8839908881351616, 0.4283901370887935, -0.5920296088577727, 0.19664370770400388, -0.5920296088577727, -0.4581965133684705, -0.12348331117794176, -0.7352612324941507, -0.8839908881351616, -0.12348331117794176, -0.5920296088577727, 3.3964875574320685, 1.9071139221650242, -0.8839908881351616, 1.175538265952544, -0.7352612324941507, -0.12348331117794176, -0.5920296088577727, -0.3355514251483213, -0.5920296088577727, -0.3355514251483213, -0.2242379197660456, 2.4292349363837404, -0.5920296088577727, -0.3355514251483213, -0.3355514251483213, -0.5920296088577727, -0.5920296088577727, -0.8839908881351616, -0.5920296088577727, -0.2242379197660456, -0.12348331117794176, -0.12348331117794176, -0.3355514251483213, -0.4581965133684705, -0.4581965133684705, 3.3456165215063813, -0.5920296088577727, -0.3355514251483213, 0.32075526692592343, -0.12348331117794176, -0.3355514251483213, 0.5231826398677454, -0.12348331117794176, -0.2242379197660456, -0.7352612324941507, -0.5920296088577727, -0.5920296088577727, -0.2242379197660456, 2.1909514488502, -0.5920296088577727, -0.8839908881351616, -0.4581965133684705, 0.9812330969221384, -0.7352612324941507, -0.8839908881351616, -0.3355514251483213, -0.8839908881351616, 0.05093667284983513, 1.2305929346929994, -0.7352612324941507, 2.7665277631138774, -0.5920296088577727, 2.656081498984018, -0.7352612324941507, 0.7194888517300099, 0.05093667284983513, -0.2242379197660456, 1.6921048742634848, -0.7352612324941507, -0.7352612324941507, -0.7352612324941507, -0.12348331117794176, -0.12348331117794176, -0.5920296088577727, -0.7352612324941507, -0.7352612324941507, -0.3355514251483213, -0.8839908881351616, 0.9303407630705977, -0.7352612324941507, 3.317731028872127, 1.9625280197128956, 0.4772087971829133, -0.5920296088577727, -0.7352612324941507, 0.1268827074939798, -0.5920296088577727, -0.3355514251483213, -0.5920296088577727, 0.05093667284983513, -0.5920296088577727, 0.785887013984389, -0.12348331117794176, -0.4581965133684705, -0.3355514251483213, -0.032153433450735625, -0.7352612324941507, -0.2242379197660456, -0.7352612324941507, -0.4581965133684705, -0.5920296088577727, -0.5920296088577727, -0.8839908881351616, -0.3355514251483213, -0.5920296088577727, -0.2242379197660456, -0.5920296088577727, -0.3355514251483213, -0.5920296088577727, -0.7352612324941507, -0.3355514251483213, -0.3355514251483213, -0.4581965133684705, -0.3355514251483213, -0.4581965133684705, -0.2242379197660456, -0.5920296088577727, -0.4581965133684705, -0.4581965133684705, 0.566610337735025, -0.12348331117794176, -0.032153433450735625, -0.4581965133684705, -0.12348331117794176, -0.4581965133684705, 3.264525140468776, -0.7352612324941507, -0.4581965133684705, -0.2242379197660456, 0.19664370770400388, 1.0952680169721865, 0.5231826398677454, -0.4581965133684705, -0.2242379197660456, -0.7352612324941507, 2.9709345773094755, -0.3355514251483213, -0.2242379197660456, -0.3355514251483213, -0.5920296088577727, -0.5920296088577727, 3.1748936211450407, -0.5920296088577727, -0.12348331117794176, -0.7352612324941507, 1.0952680169721865, -0.7352612324941507, 1.3895500461397954, -0.8839908881351616, 2.9371887314656147, -0.7352612324941507, 1.652783464088012, -0.4581965133684705, -0.5920296088577727, -0.12348331117794176, -0.032153433450735625, -0.3355514251483213, -0.7352612324941507, -0.7352612324941507, -0.7352612324941507, -0.3355514251483213, -0.5920296088577727, 2.7457036901945004, -0.4581965133684705, -0.3355514251483213, -0.3355514251483213, 0.3763765129122541, -0.2242379197660456, -0.4581965133684705, -0.5920296088577727, -0.7352612324941507, 0.1268827074939798, 3.4641554330719706, -0.2242379197660456, 1.9071139221650242, 2.341991315192685, -0.4581965133684705, 3.3855887821359127, 2.757344054763562, -0.5920296088577727, -0.032153433450735625, -0.2242379197660456, -0.4581965133684705, -0.4581965133684705, 3.365356907778571, 2.999890499439123, -0.032153433450735625, -0.3355514251483213, 0.1268827074939798, 0.05093667284983513, 2.0966615587896023, -0.3355514251483213, -0.5920296088577727, -0.5920296088577727, -0.12348331117794176, -0.032153433450735625, 2.0506164423922084, 0.05093667284983513, 0.05093667284983513, -0.3355514251483213, -0.5920296088577727, 2.1077438051125617, 0.05093667284983513, -0.5920296088577727, -0.3355514251483213, -0.3355514251483213, 1.1943398626154, -0.4581965133684705, 0.8757966127201061, -0.8839908881351616, -0.12348331117794176, -0.5920296088577727, -0.3355514251483213, -0.5920296088577727, -0.7352612324941507, 1.899889915337344, -0.12348331117794176, -0.7352612324941507, -0.5920296088577727, -0.3355514251483213, 0.1268827074939798, -0.5920296088577727, -0.3355514251483213, -0.7352612324941507, -0.8839908881351616, -0.8839908881351616, 1.4962402785299986, 0.956213063057066, -0.032153433450735625, 3.230931760984717, -0.12348331117794176, -0.7352612324941507, -0.4581965133684705, -0.8839908881351616, -0.5920296088577727, -0.7352612324941507, 0.566610337735025, 3.014778385940417, -0.5920296088577727, -0.2242379197660456, -0.2242379197660456, -0.7352612324941507, -0.12348331117794176, -0.7352612324941507, -0.4581965133684705, -0.2242379197660456, -0.4581965133684705, -0.7352612324941507, -0.2242379197660456, -0.5920296088577727, -0.4581965133684705, 3.0065439180863525, -0.12348331117794176, -0.4581965133684705, -0.032153433450735625, 2.939003267843675, 2.2920887130730567, -0.3355514251483213, -0.4581965133684705, 0.1268827074939798, -0.4581965133684705, -0.5920296088577727, 0.817047052266287, 1.8852295830165169, -0.4581965133684705, -0.12348331117794176, 0.4772087971829133, -0.4581965133684705, -0.3355514251483213, 2.2702727993583776, -0.3355514251483213, -0.032153433450735625, -0.8839908881351616, -0.3355514251483213, -0.2242379197660456, -0.3355514251483213, 1.9213563240078635, -0.2242379197660456, -0.12348331117794176, -0.3355514251483213, 0.4283901370887935, 1.2480860380469478, -0.7352612324941507, 0.3763765129122541, -0.3355514251483213, -0.4581965133684705, -0.12348331117794176, -0.12348331117794176, 3.198327545630284, 0.1268827074939798, -0.032153433450735625, -0.7352612324941507, -0.5920296088577727, 0.3763765129122541, 0.566610337735025, -0.3355514251483213, -0.2242379197660456, 1.3603315200057502, 0.05093667284983513, -0.7352612324941507, 0.05093667284983513, -0.4581965133684705, -0.5920296088577727, 3.1143185916884883, -0.3355514251483213, 0.05093667284983513, -0.3355514251483213, 0.4772087971829133, -0.12348331117794176, -0.2242379197660456, 1.2818991346794686, -0.4581965133684705, -0.2242379197660456, -0.7352612324941507, -0.3355514251483213, 0.19664370770400388, 3.4130250671971667, -0.8839908881351616, -0.032153433450735625, -0.2242379197660456, 2.5926411740416957, -0.7352612324941507, 2.3132870314818805, -0.4581965133684705, 1.175538265952544, 0.9303407630705977, -0.4581965133684705, -0.4581965133684705, 1.1161491881959045, 1.3142592028212636, 3.1410793664434804, 3.571152192474522, -0.5920296088577727, 0.32075526692592343, -0.3355514251483213, -0.2242379197660456, -0.2242379197660456, -0.12348331117794176, -0.7352612324941507, -0.12348331117794176, -0.8839908881351616, -0.7352612324941507, 3.630288156175352, -0.4581965133684705, -0.12348331117794176, 1.6112866710389215, -0.3355514251483213, -0.4581965133684705, -0.5920296088577727, -0.2242379197660456, 3.0715346902978613, -0.8839908881351616, -0.032153433450735625, 1.5896447911112352, 0.1268827074939798, 2.2007313456516955, -0.4581965133684705, -0.8839908881351616, -0.5920296088577727, 3.3045018672783817, 0.19664370770400388, -0.12348331117794176, 0.05093667284983513, 3.2910347003110565, -0.4581965133684705, -0.5920296088577727, 2.068216685419169, 0.32075526692592343, -0.2242379197660456, -0.5920296088577727, -0.4581965133684705, -0.7352612324941507, 3.358144557393049, -0.7352612324941507, -0.2242379197660456, -0.12348331117794176, -0.7352612324941507, -0.7352612324941507, -0.4581965133684705, -0.032153433450735625, 1.4447868183532553, -0.032153433450735625, -0.3355514251483213, -0.4581965133684705, -0.7352612324941507, -0.2242379197660456, -0.12348331117794176, -0.12348331117794176, -0.3355514251483213, 0.956213063057066, -0.4581965133684705, 2.5926411740416957, -0.4581965133684705, 1.2126842344722644, -0.3355514251483213, -0.032153433450735625, -0.4581965133684705, 1.8394452582213012, -0.5920296088577727, 0.19664370770400388, 0.2610378114944408, 0.3763765129122541, -0.5920296088577727, 0.32075526692592343, -0.7352612324941507, -0.4581965133684705, 2.9225118953195333, -0.2242379197660456, -0.032153433450735625, -0.4581965133684705, -0.3355514251483213, 0.1268827074939798, -0.3355514251483213, -0.032153433450735625, -0.2242379197660456, -0.4581965133684705, -0.4581965133684705, -0.7352612324941507, -0.4581965133684705, 0.3763765129122541, -0.2242379197660456, -0.032153433450735625, 3.3275016980132586, -0.12348331117794176, 0.05093667284983513, -0.4581965133684705, -0.5920296088577727, -0.5920296088577727, -0.3355514251483213, -0.7352612324941507, 0.05093667284983513, -0.4581965133684705, -0.032153433450735625, -0.4581965133684705, -0.5920296088577727, -0.7352612324941507, 1.2126842344722644, -0.5920296088577727, -0.8839908881351616, 0.32075526692592343, -0.4581965133684705, -0.3355514251483213, -0.032153433450735625, 3.4422721600211785, -0.7352612324941507, -0.5920296088577727, -0.5920296088577727, -0.12348331117794176, -0.032153433450735625, 0.753405581355851, 3.6223287158551303, -0.5920296088577727, -0.2242379197660456, -0.8839908881351616, 0.1268827074939798, -0.3355514251483213, -0.7352612324941507, -0.3355514251483213, -0.032153433450735625, -0.12348331117794176, 0.1268827074939798, -0.032153433450735625, 0.2610378114944408, -0.2242379197660456, -0.7352612324941507, -0.3355514251483213, -0.4581965133684705, -0.2242379197660456, 0.3763765129122541, -0.12348331117794176, -0.8839908881351616, -0.2242379197660456, 0.8469868519447948, 2.6125243652613355, 1.9822954801941013, -0.032153433450735625, -0.7352612324941507, 0.2610378114944408, -0.2242379197660456, 0.1268827074939798, 0.05093667284983513, -0.5920296088577727, 0.19664370770400388, -0.2242379197660456, -0.3355514251483213, -0.7352612324941507, 1.9625280197128956, -0.3355514251483213, -0.7352612324941507, -0.032153433450735625, -0.4581965133684705, -0.7352612324941507, -0.4581965133684705, -0.2242379197660456, -0.032153433450735625, -0.5920296088577727, -0.7352612324941507, -0.5920296088577727, -0.12348331117794176, -0.4581965133684705, -0.12348331117794176, -0.2242379197660456, 0.1268827074939798, -0.4581965133684705, -0.8839908881351616, 1.5673603192167411, 0.6077480642847719, -0.3355514251483213, 0.2610378114944408, -0.3355514251483213, -0.2242379197660456, -0.3355514251483213, 0.05093667284983513, 0.19664370770400388, -0.3355514251483213, 3.4623560635597967, -0.2242379197660456, -0.5920296088577727, 2.2386217680404537, -0.2242379197660456, -0.7352612324941507, -0.8839908881351616, -0.032153433450735625, -0.4581965133684705, -0.7352612324941507, -0.5920296088577727, 3.286491261000135, -0.3355514251483213, 0.05093667284983513, -0.8839908881351616, -0.12348331117794176, -0.4581965133684705, -0.032153433450735625, 0.32075526692592343, -0.2242379197660456, 0.32075526692592343, 0.9812330969221384, -0.4581965133684705, 0.4283901370887935, -0.2242379197660456, 0.5231826398677454, -0.032153433450735625, 0.19664370770400388, 1.0289260431023624, -0.12348331117794176, -0.7352612324941507, 0.05093667284983513, -0.5920296088577727, 1.899889915337344, -0.2242379197660456, -0.3355514251483213, -0.3355514251483213, -0.032153433450735625, 0.1268827074939798, 0.32075526692592343, -0.5920296088577727, -0.3355514251483213, 0.956213063057066, 1.5326419737977697, 1.3299321433295963, -0.4581965133684705, -0.8839908881351616, -0.4581965133684705, -0.3355514251483213, -0.4581965133684705, -0.4581965133684705, -0.3355514251483213, 1.2818991346794686, 0.1268827074939798, 0.1268827074939798, -0.3355514251483213, -0.5920296088577727, 0.6468167607784968, -0.3355514251483213, -0.12348331117794176, -0.3355514251483213, 0.05093667284983513, -0.5920296088577727, -0.5920296088577727, -0.3355514251483213, -0.3355514251483213, 0.8757966127201061, -0.7352612324941507, -0.032153433450735625, -0.032153433450735625, 1.0289260431023624, -0.4581965133684705, 0.05093667284983513, 1.3603315200057502, -0.3355514251483213, 0.32075526692592343, -0.8839908881351616, -0.032153433450735625, -0.12348331117794176, -0.4581965133684705, 1.1161491881959045, 3.5187289452514263, -0.5920296088577727, 0.9812330969221384, 0.05093667284983513, -0.2242379197660456, -0.5920296088577727, -0.12348331117794176, 0.19664370770400388, -0.5920296088577727, -0.12348331117794176, -0.4581965133684705, 0.32075526692592343, -0.032153433450735625, -0.2242379197660456, 0.1268827074939798, -0.7352612324941507, -0.12348331117794176, -0.4581965133684705, 0.05093667284983513, -0.7352612324941507, -0.5920296088577727, 3.288766427684996, -0.032153433450735625, 3.2059786212915182, 1.9691752868868768, 0.5231826398677454, 0.5231826398677454, -0.12348331117794176, -0.5920296088577727, -0.4581965133684705, -0.4581965133684705, 0.4283901370887935, -0.7352612324941507, -0.7352612324941507, 0.1268827074939798, -0.032153433450735625, 3.4783967690311948, -0.4581965133684705, -0.5920296088577727, -0.5920296088577727, 3.2609971161289235, 0.2610378114944408, -0.3355514251483213, -0.7352612324941507, -0.2242379197660456, -0.5920296088577727, 3.014778385940417, -0.7352612324941507, -0.3355514251483213, -0.3355514251483213, -0.8839908881351616, -0.5920296088577727, -0.8839908881351616, -0.5920296088577727, -0.5920296088577727, -0.4581965133684705, -0.5920296088577727, 3.1228731639544884, 0.6468167607784968, -0.5920296088577727, -0.3355514251483213, -0.7352612324941507, -0.12348331117794176, -0.5920296088577727, -0.7352612324941507, -0.4581965133684705, -0.5920296088577727, -0.4581965133684705, -0.5920296088577727, 0.05093667284983513, -0.4581965133684705, 2.9075415484949394, -0.2242379197660456, 0.1268827074939798, -0.4581965133684705, 0.19664370770400388, 0.2610378114944408, -0.4581965133684705, -0.032153433450735625, -0.12348331117794176, 0.3763765129122541, -0.2242379197660456, -0.7352612324941507, 0.32075526692592343, -0.7352612324941507, -0.5920296088577727, -0.8839908881351616, -0.4581965133684705, 0.2610378114944408, -0.12348331117794176, -0.4581965133684705, -0.5920296088577727, -0.8839908881351616, 0.32075526692592343, -0.4581965133684705, 0.2610378114944408, 1.0054544946599877, -0.2242379197660456, -0.3355514251483213, -0.032153433450735625, -0.5920296088577727, 0.05093667284983513, 0.4283901370887935, -0.8839908881351616, 0.19664370770400388, -0.032153433450735625, -0.032153433450735625, -0.7352612324941507, -0.5920296088577727, 0.5231826398677454, -0.7352612324941507, -0.3355514251483213, -0.4581965133684705, -0.2242379197660456, 3.6046631921608383, -0.4581965133684705, -0.5920296088577727, 0.19664370770400388, -0.2242379197660456, -0.4581965133684705, -0.4581965133684705, -0.032153433450735625, -0.2242379197660456, -0.3355514251483213, -0.4581965133684705, -0.7352612324941507, -0.12348331117794176, -0.8839908881351616, 0.2610378114944408, -0.7352612324941507, -0.12348331117794176, 0.753405581355851, -0.032153433450735625, 3.7613460767176337, -0.3355514251483213, -0.8839908881351616, 0.566610337735025, -0.7352612324941507, -0.4581965133684705, -0.3355514251483213, -0.3355514251483213, -0.4581965133684705, -0.032153433450735625, -0.3355514251483213, 0.1268827074939798, -0.12348331117794176, 0.6468167607784968, -0.7352612324941507, 0.19664370770400388, -0.3355514251483213, 0.19664370770400388, 0.32075526692592343, 0.2610378114944408, -0.2242379197660456, -0.5920296088577727, 0.4283901370887935, -0.5920296088577727, 0.05093667284983513, -0.8839908881351616, 2.569251517917833, -0.4581965133684705, 0.4283901370887935, 0.1268827074939798, -0.2242379197660456, -0.8839908881351616, 0.05093667284983513, 0.05093667284983513, 0.19664370770400388, 0.05093667284983513, -0.7352612324941507, -0.12348331117794176, 3.277320807192704, -0.2242379197660456, -0.5920296088577727, -0.5920296088577727, 0.19664370770400388, -0.3355514251483213, -0.4581965133684705, -0.5920296088577727, -0.5920296088577727, -0.2242379197660456, -0.2242379197660456, -0.2242379197660456, -0.032153433450735625, -0.032153433450735625, -0.3355514251483213, -0.12348331117794176, -0.3355514251483213, -0.12348331117794176, -0.5920296088577727, 0.05093667284983513, -0.2242379197660456, -0.032153433450735625, -0.7352612324941507, 0.1268827074939798, 0.1268827074939798, -0.4581965133684705, -0.2242379197660456, -0.5920296088577727, -0.2242379197660456, -0.2242379197660456, -0.5920296088577727, -0.12348331117794176, -0.3355514251483213, -0.3355514251483213, -0.7352612324941507, -0.5920296088577727, -0.5920296088577727, -0.4581965133684705, 0.2610378114944408, -0.4581965133684705, 0.3763765129122541, -0.5920296088577727, -0.12348331117794176, 0.19664370770400388, -0.12348331117794176, -0.5920296088577727, -0.5920296088577727, -0.12348331117794176, -0.2242379197660456, -0.2242379197660456, -0.2242379197660456, -0.032153433450735625, -0.4581965133684705, -0.3355514251483213, 0.2610378114944408, 0.1268827074939798, 0.1268827074939798, -0.032153433450735625, -0.3355514251483213, -0.4581965133684705, -0.4581965133684705, -0.2242379197660456, -0.5920296088577727, -0.4581965133684705, -0.3355514251483213, -0.5920296088577727, -0.4581965133684705, -0.4581965133684705, -0.4581965133684705, -0.4581965133684705, -0.2242379197660456, -0.5920296088577727, -0.032153433450735625, -0.8839908881351616, -0.4581965133684705, -0.3355514251483213, -0.4581965133684705, -0.4581965133684705, -0.2242379197660456, -0.5920296088577727, -0.12348331117794176, -0.12348331117794176, -0.3355514251483213, -0.2242379197660456, 0.566610337735025, -0.3355514251483213, -0.12348331117794176, 1.4579842686484332, -0.4581965133684705, -0.4581965133684705, -0.3355514251483213, 0.19664370770400388, -0.7352612324941507, -0.2242379197660456, -0.12348331117794176, 0.753405581355851, -0.3355514251483213, 3.4650534984529324, -0.12348331117794176, -0.5920296088577727, -0.12348331117794176, -0.5920296088577727, -0.3355514251483213, -0.8839908881351616, -0.5920296088577727, -0.7352612324941507, -0.3355514251483213, -0.4581965133684705, 3.0196759368947843, -0.12348331117794176, -0.5920296088577727, -0.032153433450735625, -0.4581965133684705, 0.2610378114944408, 0.6468167607784968, -0.4581965133684705, 0.05093667284983513, 0.32075526692592343, 0.19664370770400388, 0.2610378114944408, -0.5920296088577727, -0.4581965133684705, -0.12348331117794176, 0.1268827074939798, -0.12348331117794176, 0.8757966127201061, 0.1268827074939798, -0.7352612324941507, -0.12348331117794176, -0.5920296088577727, 0.05093667284983513, -0.7352612324941507, 0.05093667284983513, 0.566610337735025, 0.05093667284983513, -0.7352612324941507, 1.1562562654098134, -0.4581965133684705, -0.8839908881351616, -0.7352612324941507, -0.7352612324941507, -0.3355514251483213, -0.3355514251483213, 0.32075526692592343, -0.7352612324941507, -0.4581965133684705, -0.3355514251483213, 0.1268827074939798, -0.2242379197660456, -0.032153433450735625, -0.4581965133684705, -0.5920296088577727, -0.7352612324941507, 0.1268827074939798, -0.4581965133684705, -0.5920296088577727, -0.032153433450735625, -0.4581965133684705, -0.2242379197660456, -0.032153433450735625, -0.8839908881351616, 1.298252997912529, 0.05093667284983513, 0.05093667284983513, 0.785887013984389, -0.4581965133684705, -0.4581965133684705, -0.7352612324941507, -0.7352612324941507, -0.3355514251483213, 0.5231826398677454, -0.7352612324941507, 0.9812330969221384, -0.12348331117794176, -0.5920296088577727, -0.12348331117794176, -0.4581965133684705, 3.2598174033035425, 0.19664370770400388, -0.032153433450735625, 0.32075526692592343, -0.4581965133684705, -0.4581965133684705, -0.4581965133684705, -0.2242379197660456, 0.1268827074939798, 0.6468167607784968, -0.7352612324941507, -0.3355514251483213, -0.5920296088577727, -0.12348331117794176, -0.4581965133684705, -0.032153433450735625, -0.3355514251483213, 0.19664370770400388, -0.5920296088577727, 0.19664370770400388, -0.4581965133684705, -0.12348331117794176, -0.2242379197660456, -0.7352612324941507, -0.7352612324941507, 0.566610337735025, 3.3456165215063813, -0.2242379197660456, -0.5920296088577727, -0.032153433450735625, -0.7352612324941507, 0.9812330969221384, -0.2242379197660456, -0.12348331117794176, 0.2610378114944408, -0.4581965133684705, 0.19664370770400388, 0.19664370770400388, 0.2610378114944408, -0.2242379197660456, -0.3355514251483213, -0.4581965133684705, -0.4581965133684705, -0.5920296088577727, -0.032153433450735625, -0.2242379197660456, -0.2242379197660456, -0.7352612324941507, -0.3355514251483213, 1.942224903786102, -0.2242379197660456, 0.2610378114944408, -0.5920296088577727, 0.6468167607784968, -0.032153433450735625, -0.2242379197660456, -0.5920296088577727, -0.4581965133684705, -0.2242379197660456, -0.032153433450735625, -0.032153433450735625, -0.7352612324941507, -0.3355514251483213, 0.19664370770400388, -0.2242379197660456, 0.4283901370887935, 0.6077480642847719, 0.4772087971829133, 0.05093667284983513, -0.032153433450735625, -0.4581965133684705, -0.5920296088577727, -0.4581965133684705, -0.4581965133684705, -0.7352612324941507, 0.566610337735025, -0.5920296088577727, -0.4581965133684705, -0.4581965133684705, 0.1268827074939798, -0.12348331117794176, 0.4772087971829133, 0.4283901370887935, -0.5920296088577727, -0.12348331117794176, -0.032153433450735625, 0.05093667284983513, 0.19664370770400388, -0.032153433450735625, -0.5920296088577727, -0.4581965133684705, -0.3355514251483213, -0.5920296088577727, -0.2242379197660456, -0.4581965133684705, -0.2242379197660456, -0.3355514251483213, -0.12348331117794176, 0.956213063057066, -0.032153433450735625, -0.5920296088577727, 1.3452853422882909, -0.3355514251483213, 0.1268827074939798, 1.0054544946599877, -0.3355514251483213, 0.1268827074939798, 0.05093667284983513, -0.4581965133684705, 0.19664370770400388, 0.9303407630705977, -0.3355514251483213, -0.032153433450735625, -0.12348331117794176, 0.956213063057066, 0.4283901370887935, -0.032153433450735625, -0.4581965133684705, -0.032153433450735625, 1.0952680169721865, 1.175538265952544, -0.2242379197660456, -0.032153433450735625, 0.8469868519447948, -0.12348331117794176, -0.4581965133684705, -0.4581965133684705, -0.3355514251483213, 0.3763765129122541, -0.2242379197660456, -0.8839908881351616, 0.4772087971829133, -0.2242379197660456, -0.5920296088577727, 0.1268827074939798, 0.6840080186722196, -0.7352612324941507, -0.3355514251483213, -0.12348331117794176, 0.3763765129122541, 0.4283901370887935, -0.12348331117794176, -0.2242379197660456, -0.4581965133684705, -0.3355514251483213, 0.1268827074939798, 0.4283901370887935, -0.4581965133684705, -0.5920296088577727, -0.2242379197660456, -0.5920296088577727, 0.2610378114944408, -0.12348331117794176, -0.2242379197660456, -0.032153433450735625, 0.2610378114944408, -0.5920296088577727, 0.32075526692592343, 0.3763765129122541, -0.12348331117794176, 0.5231826398677454, 1.899889915337344, -0.5920296088577727, 0.5231826398677454, -0.3355514251483213, 0.817047052266287, 1.1943398626154, -0.12348331117794176, -0.2242379197660456, 0.32075526692592343, 1.4837034879354551, 0.1268827074939798, -0.032153433450735625, 0.32075526692592343, 0.1268827074939798, -0.4581965133684705, 0.19664370770400388, -0.032153433450735625, -0.5920296088577727, 1.1161491881959045, -0.2242379197660456, -0.2242379197660456, -0.12348331117794176, 0.19664370770400388, 0.3763765129122541, -0.7352612324941507, -0.2242379197660456, -0.2242379197660456, -0.3355514251483213, 0.1268827074939798, -0.4581965133684705, 0.32075526692592343, -0.4581965133684705, -0.2242379197660456, -0.5920296088577727, 0.05093667284983513, -0.3355514251483213, 0.7194888517300099, -0.5920296088577727, -0.5920296088577727, 0.05093667284983513, -0.2242379197660456, -0.12348331117794176, -0.4581965133684705, 0.05093667284983513, -0.12348331117794176, 0.7194888517300099, -0.032153433450735625, -0.2242379197660456, 0.05093667284983513, 0.1268827074939798, -0.032153433450735625, 0.2610378114944408, -0.12348331117794176, -0.12348331117794176, -0.12348331117794176, -0.5920296088577727, -0.7352612324941507, 0.9303407630705977, 0.5231826398677454, 0.19664370770400388, 0.05093667284983513, 0.19664370770400388, -0.12348331117794176, 2.6997422146808945, -0.5920296088577727, 0.05093667284983513, 1.6323218926119647, 0.1268827074939798, -0.032153433450735625, 0.32075526692592343, -0.2242379197660456, -0.032153433450735625, -0.032153433450735625, 0.19664370770400388, -0.4581965133684705, -0.5920296088577727, -0.2242379197660456, 0.956213063057066, -0.3355514251483213, 0.1268827074939798, 3.063904532652121, -0.5920296088577727, 0.05093667284983513, 0.2610378114944408, 1.0952680169721865, 0.05093667284983513, -0.2242379197660456, -0.3355514251483213, -0.2242379197660456, -0.4581965133684705, -0.4581965133684705, 1.4447868183532553, -0.3355514251483213, -0.12348331117794176, 0.6468167607784968, -0.2242379197660456, -0.4581965133684705, -0.12348331117794176, -0.8839908881351616, -0.3355514251483213, 0.32075526692592343, 1.3142592028212636, -0.3355514251483213, -0.12348331117794176, 0.956213063057066, -0.12348331117794176, 0.05093667284983513, -0.032153433450735625, 0.05093667284983513, -0.3355514251483213, -0.2242379197660456, -0.2242379197660456, -0.3355514251483213, -0.5920296088577727, 0.1268827074939798, -0.2242379197660456, -0.2242379197660456, -0.4581965133684705, -0.032153433450735625, 0.32075526692592343, 0.6840080186722196, 0.1268827074939798, -0.12348331117794176, 0.2610378114944408, -0.2242379197660456, 0.05093667284983513, 0.05093667284983513, 3.376552044166733, -0.7352612324941507, -0.12348331117794176, 0.9812330969221384, 0.9812330969221384, 0.4283901370887935, -0.3355514251483213, 0.19664370770400388, -0.3355514251483213, 0.3763765129122541, -0.7352612324941507, -0.4581965133684705, -0.3355514251483213, 0.2610378114944408, 0.3763765129122541, -0.12348331117794176, -0.3355514251483213, 0.566610337735025, -0.12348331117794176, 0.32075526692592343, -0.5920296088577727, 0.32075526692592343, -0.032153433450735625, -0.5920296088577727, 1.4962402785299986, -0.2242379197660456, 0.6468167607784968, -0.3355514251483213, -0.032153433450735625, 0.19664370770400388, 0.6468167607784968, 0.1268827074939798, 0.566610337735025, 0.5231826398677454, -0.032153433450735625, -0.4581965133684705, -0.12348331117794176, -0.2242379197660456, 0.19664370770400388, -0.5920296088577727, 0.19664370770400388, -0.032153433450735625, 0.8757966127201061, 0.05093667284983513, 0.2610378114944408, 0.05093667284983513, 0.8469868519447948, 0.6840080186722196, -0.12348331117794176, -0.5920296088577727, 0.32075526692592343, -0.12348331117794176, -0.12348331117794176, -0.5920296088577727, 0.05093667284983513, -0.2242379197660456, 0.3763765129122541, 1.2126842344722644, -0.7352612324941507, -0.3355514251483213, -0.7352612324941507, 0.05093667284983513, 0.1268827074939798, -0.3355514251483213, 0.19664370770400388, 0.05093667284983513, -0.5920296088577727, -0.12348331117794176, -0.032153433450735625, -0.4581965133684705, -0.12348331117794176, 0.1268827074939798, 0.1268827074939798, -0.3355514251483213, -0.12348331117794176, -0.7352612324941507, 0.4283901370887935, -0.4581965133684705, 0.5231826398677454, 0.32075526692592343, 1.4837034879354551, 0.19664370770400388, 0.817047052266287, -0.3355514251483213, -0.2242379197660456, 0.05093667284983513, -0.2242379197660456, 2.467620138246017, 0.753405581355851, -0.4581965133684705, -0.032153433450735625, 0.05093667284983513, -0.4581965133684705, -0.5920296088577727, 0.3763765129122541, 0.19664370770400388, -0.3355514251483213, 0.8757966127201061, 0.19664370770400388, 0.3763765129122541, 0.2610378114944408, -0.5920296088577727, 0.1268827074939798, -0.032153433450735625, -0.5920296088577727, -0.3355514251483213, -0.2242379197660456, 0.6468167607784968, 1.0516922445753352, -0.2242379197660456, 0.32075526692592343, 0.1268827074939798, 0.5231826398677454, -0.7352612324941507, -0.12348331117794176, -0.7352612324941507, 0.6468167607784968, -0.3355514251483213, 3.136917064369729, 3.2503121670294552, -0.12348331117794176, -0.4581965133684705, 0.05093667284983513, -0.4581965133684705, 0.4283901370887935, -0.12348331117794176, -0.5920296088577727, -0.032153433450735625, -0.2242379197660456, 0.05093667284983513, -0.032153433450735625, -0.3355514251483213, -0.3355514251483213, 0.903557072887888, -0.2242379197660456, 0.05093667284983513, -0.032153433450735625, 0.05093667284983513, 0.05093667284983513, 0.32075526692592343, 0.05093667284983513, -0.3355514251483213, 0.3763765129122541, 0.5231826398677454, 0.1268827074939798, 2.032592731781437, -0.12348331117794176, -0.12348331117794176, 0.05093667284983513, 0.4772087971829133, -0.032153433450735625, -0.3355514251483213, -0.2242379197660456, -0.2242379197660456, 1.0952680169721865, 0.4772087971829133, 0.4772087971829133, -0.4581965133684705, 0.32075526692592343, 0.19664370770400388, 0.566610337735025, -0.12348331117794176, 0.19664370770400388, 0.753405581355851, -0.4581965133684705, 0.1268827074939798, -0.032153433450735625, -0.8839908881351616, 0.32075526692592343, -0.2242379197660456, 0.05093667284983513, 0.1268827074939798, -0.3355514251483213, -0.4581965133684705, 0.3763765129122541, 0.2610378114944408, 0.7194888517300099, 0.05093667284983513, -0.7352612324941507, 0.1268827074939798, 3.4206827868969474, 0.05093667284983513, 0.4283901370887935, -0.12348331117794176, 0.8469868519447948, -0.2242379197660456, -0.032153433450735625, 0.5231826398677454, -0.12348331117794176, -0.4581965133684705, -0.4581965133684705, 0.5231826398677454, 1.4447868183532553, -0.032153433450735625, 0.2610378114944408, 0.5231826398677454, -0.7352612324941507, 0.1268827074939798, 3.0499711466518016, -0.4581965133684705, -0.3355514251483213, -0.3355514251483213, 0.6840080186722196, 0.753405581355851, -0.3355514251483213, 0.05093667284983513, -0.2242379197660456, -0.7352612324941507, -0.032153433450735625, 1.6218779863645068, 0.2610378114944408, 0.32075526692592343, -0.2242379197660456, 0.32075526692592343, 2.7934216850511784, -0.4581965133684705, -0.032153433450735625, 0.4283901370887935, 0.2610378114944408, -0.7352612324941507, -0.032153433450735625, 0.05093667284983513, -0.8839908881351616, 0.05093667284983513, 0.6840080186722196, 0.5231826398677454, 0.3763765129122541, 0.566610337735025, 3.4043154445579247, -0.2242379197660456, 0.1268827074939798, -0.3355514251483213, 0.1268827074939798, -0.5920296088577727, -0.3355514251483213, -0.5920296088577727, -0.4581965133684705, 0.566610337735025, 0.32075526692592343, -0.032153433450735625, 0.3763765129122541, -0.3355514251483213, 0.7194888517300099, 0.3763765129122541, 0.19664370770400388, 0.2610378114944408, 0.1268827074939798, -0.12348331117794176, 0.1268827074939798, 0.4772087971829133, -0.2242379197660456, -0.032153433450735625, -0.3355514251483213, 0.1268827074939798, 0.2610378114944408, -0.4581965133684705, 2.4710140601520747, -0.2242379197660456, 3.606151346980943, 0.7194888517300099, -0.032153433450735625, 0.05093667284983513, -0.3355514251483213, 0.1268827074939798, -0.2242379197660456, -0.2242379197660456, 1.5085712577221946, 0.1268827074939798, 1.3603315200057502, -0.5920296088577727, 1.7474728343458028, 1.0516922445753352, -0.3355514251483213, 1.4176756468601623, 0.1268827074939798, 0.1268827074939798, -0.5920296088577727, 0.05093667284983513, -0.032153433450735625, 1.1161491881959045, -0.8839908881351616, 2.97266922611474, 1.6323218926119647, 0.05093667284983513, 3.5253826719207986, 0.2610378114944408, 0.05093667284983513, 0.817047052266287, -0.3355514251483213, 2.5542530082784434, 0.19664370770400388, 3.319913336514357, -0.12348331117794176, -0.2242379197660456, 0.7194888517300099, 0.19664370770400388, -0.12348331117794176, 0.05093667284983513, 0.19664370770400388, 1.2651822721702009, 0.6840080186722196, 1.3142592028212636, 3.495825686554757, 0.566610337735025, 3.3242589577974835, 3.3188229779528933, 0.9303407630705977, 1.1364688898241904, 0.19664370770400388, 0.32075526692592343, 0.32075526692592343, -0.032153433450735625, -0.7352612324941507, 0.9812330969221384, 0.4283901370887935, 0.05093667284983513, 0.05093667284983513, 0.05093667284983513, 0.05093667284983513, 0.1268827074939798, 3.139694502317309, -0.4581965133684705, 0.05093667284983513, 0.1268827074939798, 2.9569107562673618, 0.19664370770400388, -0.7352612324941507, 2.606897130753095, 0.6077480642847719, 0.19664370770400388, 1.3452853422882909, 1.7385240762031549, 0.5231826398677454, -0.4581965133684705, 0.5231826398677454, 3.2235327668519127, 1.9283772886999704, 1.175538265952544, 0.05093667284983513, 0.6840080186722196, 3.4551150185352286, -0.3355514251483213, 0.19664370770400388, 0.1268827074939798, 0.8469868519447948, -0.3355514251483213, 0.4283901370887935, 3.4880328513598355, 0.1268827074939798, 0.2610378114944408, 0.903557072887888, 0.9303407630705977, -0.12348331117794176, 0.9303407630705977, 0.1268827074939798, 0.6468167607784968, -0.3355514251483213, 0.8757966127201061, 1.9625280197128956, 0.903557072887888, 0.6077480642847719, 0.6468167607784968, -0.032153433450735625, 0.753405581355851, 1.0289260431023624, -0.2242379197660456, 0.1268827074939798, 0.1268827074939798, -0.3355514251483213, 2.69473586670736, 0.903557072887888, 0.1268827074939798, 3.684423268074645, -0.2242379197660456, 4.1386309056786015, -0.3355514251483213, 2.3579128993823346, 0.32075526692592343, -0.4581965133684705, 3.2503121670294552, -0.032153433450735625, -0.8839908881351616, 0.05093667284983513, 0.19664370770400388, -0.2242379197660456, 0.753405581355851, 3.5245541832791787, -0.3355514251483213, 0.8469868519447948, 0.2610378114944408, 0.05093667284983513, -0.5920296088577727, 0.3763765129122541, 3.578901131716836, 0.1268827074939798, -0.8839908881351616, -0.4581965133684705, -0.3355514251483213, 2.283438461635975, 0.32075526692592343, 0.4772087971829133, 2.9037517130081367, -0.4581965133684705, 0.32075526692592343, 3.6466620619239127, 3.55142146475608, 1.175538265952544, -0.032153433450735625, 1.6426224271472576, 3.5609571392942456, 0.817047052266287, -0.4581965133684705, -0.12348331117794176, -0.2242379197660456, 0.3763765129122541, 3.5949173966637384, 0.5231826398677454, 0.05093667284983513, -0.4581965133684705, 1.6112866710389215, -0.12348331117794176, 3.088052201805881, 0.6840080186722196, 1.652783464088012, 0.956213063057066, -0.3355514251483213, 0.05093667284983513, -0.4581965133684705, -0.3355514251483213, 0.3763765129122541, 1.5673603192167411, 3.39056245059782, 0.3763765129122541, -0.032153433450735625, 0.4772087971829133, 3.9299484347563, -0.12348331117794176, 0.4283901370887935, 0.19664370770400388, 1.5443940412343369, 0.5231826398677454, 0.1268827074939798, -0.12348331117794176, -0.5920296088577727, 0.8469868519447948, 0.19664370770400388, 0.19664370770400388, -0.032153433450735625, 1.375082656204173, 0.9303407630705977, 0.19664370770400388, 2.731492051071929, 3.186702278162657, 1.6218779863645068, 1.6426224271472576, 0.566610337735025, 0.1268827074939798, 0.4283901370887935, 3.5903761816801048, 0.6840080186722196, 3.3435079783868287, 1.4313534615345351, 0.817047052266287, 1.8626869549620064, 0.4772087971829133, 3.6374512950951807, 0.19664370770400388, 1.9353330828019584, 0.753405581355851, 0.4772087971829133, 1.7736956486652165, 0.32075526692592343, 0.32075526692592343, 3.7845447975614572, 1.6005437367426187, 0.6077480642847719, 0.5231826398677454, 0.05093667284983513, 0.956213063057066, 3.338210488987923, 0.4772087971829133, 1.8626869549620064, 2.0854128894108714, 0.6077480642847719, 0.1268827074939798, 0.6468167607784968, 2.247802238147521, 0.956213063057066, 3.8780283909849333, 3.346668570015052, -0.032153433450735625, 1.2305929346929994, 0.5231826398677454, 0.4772087971829133, -0.032153433450735625, 1.5559649958176958, 0.19664370770400388, 2.815118051866333], [-1.4011652088156337, 0.8419851661648519, -0.7299561746410987, -2.439852178637628, -2.106052333617321, -1.4011652088156337, -2.267290713855306, -2.106052333617321, -0.9791021081301542, -0.7747631647198449, -1.2395388817056716, -0.7299561746410987, -1.4011652088156337, -1.958292952453322, -1.5927675151919034, -1.8241855462035348, -1.958292952453322, -2.106052333617321, -0.6463479269302985, -2.106052333617321, -1.100582031553107, -1.1675929571904906, -0.821832040453659, -0.7747631647198449, 0.4729582218510306, -1.8241855462035348, -1.0379174680393468, -1.5927675151919034, -1.5927675151919034, -0.6072152029528175, -0.7299561746410987, -1.0379174680393468, -0.9791021081301542, -1.2395388817056716, -0.8713936258844059, -1.4926628728780975, -1.3171191017109445, -0.6463479269302985, -1.4926628728780975, -1.5927675151919034, -1.3171191017109445, -1.5927675151919034, -1.0379174680393468, -0.6872098566932354, -1.958292952453322, -1.4011652088156337, -2.106052333617321, -1.4926628728780975, -1.4011652088156337, -1.1675929571904906, -1.0379174680393468, -1.4926628728780975, -1.5927675151919034, -1.3171191017109445, -1.958292952453322, -0.5336038225276619, -1.0379174680393468, -0.821832040453659, -0.4988946263794914, -1.100582031553107, -0.5696744580245314, -1.4011652088156337, -0.7747631647198449, -1.100582031553107, -1.4926628728780975, -1.1675929571904906, -1.100582031553107, -1.1675929571904906, -0.8713936258844059, -1.100582031553107, 0.633185379650873, -0.6463479269302985, -0.4654495983335546, -1.7027992042762006, -1.5927675151919034, -2.267290713855306, -1.0379174680393468, -0.821832040453659, -1.100582031553107, 0.7261164253285721, -1.5927675151919034, -1.1675929571904906, -0.6463479269302985, -0.7299561746410987, -0.7299561746410987, -1.4926628728780975, -0.7747631647198449, -1.4926628728780975, -1.4926628728780975, -0.6072152029528175, -0.821832040453659, -1.958292952453322, -0.4654495983335546, -0.6872098566932354, -1.100582031553107, -1.2395388817056716, -1.4011652088156337, -1.8241855462035348, -1.4011652088156337, -0.9791021081301542, -2.106052333617321, -1.1675929571904906, -0.8713936258844059, -1.3171191017109445, -1.1675929571904906, -1.1675929571904906, -1.2395388817056716, -0.923714104880907, -0.5336038225276619, -0.6872098566932354, -0.2603531402011374, -0.4988946263794914, -0.7299561746410987, -0.821832040453659, 0.1866089016689984, -0.3718676913110837, -1.4011652088156337, -1.5927675151919034, -1.1675929571904906, -1.4011652088156337, -0.4988946263794914, -1.4926628728780975, -0.923714104880907, -1.3171191017109445, -0.6072152029528175, -1.100582031553107, -1.1675929571904906, -1.5927675151919034, 0.7607665484127256, -0.6463479269302985, -0.821832040453659, -0.6072152029528175, -0.9791021081301542, -1.5927675151919034, -0.9791021081301542, -0.9791021081301542, 0.8800089896779559, -1.4011652088156337, -1.2395388817056716, -0.7299561746410987, -1.100582031553107, -0.9791021081301542, -0.5696744580245314, -1.3171191017109445, -1.2395388817056716, -0.7747631647198449, -0.6072152029528175, -0.923714104880907, -2.267290713855306, -0.7747631647198449, -2.267290713855306, -1.100582031553107, 0.01006904228993285, 0.4729582218510306, -0.821832040453659, -0.4020111301903428, -1.3171191017109445, -1.0379174680393468, -1.1675929571904906, 0.2025088216483274, -1.4011652088156337, -0.7747631647198449, -0.821832040453659, -0.1848439382477996, -1.100582031553107, -1.4926628728780975, -0.7299561746410987, 0.3205532686182825, -1.4011652088156337, -0.2603531402011374, -0.923714104880907, -0.7299561746410987, -1.1675929571904906, -0.8713936258844059, 0.10263127147466207, -0.4654495983335546, -1.5927675151919034, -0.923714104880907, -0.923714104880907, -0.6463479269302985, -0.821832040453659, -0.8713936258844059, -0.8713936258844059, -1.100582031553107, -1.958292952453322, -0.5336038225276619, -1.0379174680393468, -0.4331813555191206, -0.4988946263794914, -1.4011652088156337, -0.7299561746410987, -1.100582031553107, -1.1675929571904906, -0.16100466010122538, 0.21813430117015145, -2.106052333617321, -1.0379174680393468, -0.9791021081301542, -0.9791021081301542, 0.8874252498779152, -1.3171191017109445, -0.8713936258844059, -0.6072152029528175, -1.4011652088156337, 0.9093152697908481, -1.2395388817056716, -1.3171191017109445, -1.3171191017109445, -1.0379174680393468, -0.9791021081301542, -0.923714104880907, -1.5927675151919034, -0.923714104880907, -0.923714104880907, -0.8713936258844059, -1.8241855462035348, -0.9791021081301542, -0.6872098566932354, -1.2395388817056716, -1.2395388817056716, -1.0379174680393468, -0.923714104880907, -1.2395388817056716, -0.6072152029528175, -1.3171191017109445, 0.3066129053022655, -0.5696744580245314, -0.4331813555191206, -0.8713936258844059, -0.9791021081301542, -0.9791021081301542, -1.100582031553107, -0.7299561746410987, -0.7299561746410987, -0.3718676913110837, -0.923714104880907, 0.6429208098392188, -0.821832040453659, -1.1675929571904906, -1.1675929571904906, -0.8713936258844059, -0.923714104880907, 0.1866089016689984, -1.1675929571904906, -0.7299561746410987, -0.7299561746410987, -0.6872098566932354, -0.6463479269302985, -0.7299561746410987, -1.4011652088156337, -0.923714104880907, 0.6133939298803969, -1.3171191017109445, -0.923714104880907, -1.4926628728780975, -0.7299561746410987, -1.1675929571904906, -1.7027992042762006, -1.0379174680393468, -0.6872098566932354, -1.3171191017109445, -0.286980475641335, -0.9791021081301542, -1.1675929571904906, -0.6872098566932354, -0.7299561746410987, 0.2634546149855365, -1.4011652088156337, -1.3171191017109445, -1.8241855462035348, 0.2025088216483274, -1.3171191017109445, -0.3718676913110837, -0.4020111301903428, -1.0379174680393468, -1.0379174680393468, -0.7747631647198449, -1.0379174680393468, -1.1675929571904906, -1.0379174680393468, 0.5073576307944538, -0.6872098566932354, -0.821832040453659, -2.106052333617321, -1.4011652088156337, -0.923714104880907, -0.234481600582071, -0.4654495983335546, -1.1675929571904906, -0.9791021081301542, 0.5619306411929648, -0.7299561746410987, -0.923714104880907, -1.2395388817056716, -1.7027992042762006, -1.4011652088156337, -0.821832040453659, -0.7299561746410987, -1.4926628728780975, -0.3718676913110837, -0.821832040453659, -0.16100466010122538, -1.4011652088156337, -0.1848439382477996, -0.8713936258844059, -0.7299561746410987, -0.31440856012412394, 0.4845707966156815, -1.1675929571904906, -1.2395388817056716, -0.4331813555191206, -0.8713936258844059, -1.2395388817056716, -0.7747631647198449, -0.923714104880907, -0.5336038225276619, -1.1675929571904906, -0.1848439382477996, -0.7299561746410987, -0.8713936258844059, -1.2395388817056716, -1.2395388817056716, -0.7299561746410987, -1.5927675151919034, -0.6872098566932354, -0.3426864269603462, -0.9791021081301542, -0.8713936258844059, -0.8713936258844059, -0.923714104880907, 0.6033331647284791, -0.20932454796160452, -0.923714104880907, -1.100582031553107, -0.8713936258844059, -0.8713936258844059, -0.821832040453659, 0.4845707966156815, -0.7747631647198449, -1.8241855462035348, -0.1848439382477996, -0.4020111301903428, -0.4331813555191206, 0.3478055182360732, -1.2395388817056716, -0.5336038225276619, -0.8713936258844059, -1.3171191017109445, -0.821832040453659, -0.7747631647198449, -0.6072152029528175, -1.3171191017109445, -0.4654495983335546, -1.3171191017109445, -0.7747631647198449, -0.6463479269302985, -0.6072152029528175, -0.8713936258844059, -0.3426864269603462, -0.6872098566932354, -0.821832040453659, -0.923714104880907, -0.7299561746410987, -0.6872098566932354, -0.4654495983335546, -1.958292952453322, -0.1848439382477996, -0.6872098566932354, -1.4926628728780975, -0.821832040453659, -0.5696744580245314, -1.3171191017109445, -0.6872098566932354, -0.923714104880907, -0.821832040453659, -0.1848439382477996, -0.8713936258844059, -0.8713936258844059, -1.1675929571904906, -1.0379174680393468, -0.6872098566932354, -1.4011652088156337, -0.5336038225276619, -0.4020111301903428, -0.6872098566932354, -0.9791021081301542, -1.100582031553107, -0.9791021081301542, -0.4331813555191206, -0.6872098566932354, -0.4988946263794914, -1.0379174680393468, -1.4011652088156337, -0.234481600582071, -0.6463479269302985, -0.6072152029528175, -0.923714104880907, -1.1675929571904906, -0.6463479269302985, -0.8713936258844059, -0.8713936258844059, -0.9791021081301542, 0.12006117930846502, -0.1848439382477996, -0.9791021081301542, -1.100582031553107, -0.4988946263794914, -0.8713936258844059, -0.6463479269302985, -1.100582031553107, -0.8713936258844059, -0.9791021081301542, -0.8713936258844059, -1.4011652088156337, 1.1485462404949072, 0.8263155204748149, 1.067599812143521, -0.5336038225276619, -0.8713936258844059, -0.1848439382477996, -0.05037071157376586, -1.4926628728780975, -0.5336038225276619, -1.100582031553107, -0.7747631647198449, -0.9791021081301542, -1.3171191017109445, -0.6463479269302985, -0.6072152029528175, -1.0379174680393468, -0.6463479269302985, -1.4011652088156337, -1.2395388817056716, -0.3426864269603462, -1.958292952453322, -0.3718676913110837, -0.6872098566932354, -0.6463479269302985, -0.821832040453659, -0.7747631647198449, -0.9791021081301542, -0.4988946263794914, -0.9791021081301542, -0.4331813555191206, 0.5619306411929648, -1.1675929571904906, -0.234481600582071, -0.4654495983335546, -0.4654495983335546, 0.12006117930846502, -0.6872098566932354, -1.0379174680393468, -0.5696744580245314, -0.07144591453319983, 0.12006117930846502, -0.8713936258844059, -0.8713936258844059, -0.7747631647198449, -0.5336038225276619, -0.9791021081301542, -1.3171191017109445, -0.923714104880907, -0.5696744580245314, 0.08485951405839791, -0.5696744580245314, -1.100582031553107, -0.7299561746410987, -0.923714104880907, -1.7027992042762006, -1.100582031553107, -0.7299561746410987, -1.3171191017109445, -1.1675929571904906, -0.5696744580245314, -0.5336038225276619, -1.0379174680393468, -0.923714104880907, -1.2395388817056716, -0.6463479269302985, -1.4011652088156337, -0.7747631647198449, -0.3426864269603462, -0.6463479269302985, -0.20932454796160452, -0.8713936258844059, -0.8713936258844059, -0.9791021081301542, -0.6872098566932354, -1.3171191017109445, -0.5336038225276619, -1.100582031553107, 0.5185391228807181, -0.6872098566932354, -0.923714104880907, -1.100582031553107, -0.4331813555191206, -1.1675929571904906, -1.4011652088156337, -0.923714104880907, -0.6463479269302985, -1.3171191017109445, -0.5696744580245314, -0.923714104880907, -0.4654495983335546, -0.923714104880907, -1.3171191017109445, 0.8649911204010805, -0.4988946263794914, -0.9791021081301542, -0.8713936258844059, 1.1757815982872175, -0.6463479269302985, -0.6872098566932354, -0.821832040453659, -1.100582031553107, -0.923714104880907, -0.07144591453319983, -1.1675929571904906, -1.0379174680393468, -0.5696744580245314, -0.821832040453659, 1.661734852890424, -0.5336038225276619, -0.8713936258844059, -0.5696744580245314, -1.1675929571904906, -1.1675929571904906, -0.7747631647198449, -0.8713936258844059, -0.8713936258844059, -1.100582031553107, -0.923714104880907, -0.8713936258844059, -0.6872098566932354, -1.2395388817056716, -0.6463479269302985, -1.0379174680393468, -0.8713936258844059, -0.8713936258844059, -1.1675929571904906, -0.4988946263794914, -0.0930218170048703, -1.3171191017109445, -1.3171191017109445, -0.9791021081301542, -0.8713936258844059, -1.7027992042762006, -0.5696744580245314, -0.8713936258844059, -1.0379174680393468, -1.1675929571904906, -1.0379174680393468, -0.3426864269603462, -0.2603531402011374, -0.3718676913110837, -1.2395388817056716, -1.0379174680393468, -1.0379174680393468, -0.234481600582071, -0.4020111301903428, -0.923714104880907, -0.6463479269302985, -1.100582031553107, -0.8713936258844059, -0.821832040453659, -0.6072152029528175, -1.100582031553107, -1.3171191017109445, -0.923714104880907, -1.1675929571904906, -0.1848439382477996, -1.4011652088156337, -1.4011652088156337, -0.923714104880907, 0.6525524143194126, -0.3718676913110837, -1.4011652088156337, -0.8713936258844059, -0.234481600582071, -0.923714104880907, -0.6463479269302985, -1.1675929571904906, -0.7747631647198449, 0.5619306411929648, -0.821832040453659, -0.31440856012412394, -1.100582031553107, -0.7299561746410987, -1.1675929571904906, 1.024229900803057, -0.9791021081301542, -0.7747631647198449, -0.3426864269603462, -1.3171191017109445, -1.0379174680393468, 0.24859859522129998, -0.9791021081301542, -1.1675929571904906, 0.13716208250117967, -0.7747631647198449, -0.7299561746410987, -1.4011652088156337, -0.821832040453659, -1.4926628728780975, -0.6872098566932354, 0.08485951405839791, -0.7747631647198449, -0.4020111301903428, -0.0930218170048703, 0.15394611850674267, -1.4926628728780975, 0.7172420586037942, 0.08485951405839791, 0.6233438643003253, -1.0379174680393468, -1.100582031553107, -0.6072152029528175, -0.6072152029528175, 1.2279034128978332, 0.3066129053022655, -0.7299561746410987, -0.3718676913110837, -0.286980475641335, -0.8713936258844059, -0.8713936258844059, -0.5696744580245314, -1.3171191017109445, 0.1866089016689984, -1.1675929571904906, -0.6072152029528175, -0.234481600582071, -1.4011652088156337, -0.6463479269302985, -1.0379174680393468, -0.4331813555191206, -0.3718676913110837, -1.100582031553107, -1.2395388817056716, -1.100582031553107, -0.6872098566932354, -0.7747631647198449, -0.7299561746410987, -1.1675929571904906, -0.7299561746410987, -0.3426864269603462, -0.6463479269302985, -1.4926628728780975, -0.6872098566932354, -0.7747631647198449, -1.100582031553107, -0.6872098566932354, -1.4011652088156337, -0.0930218170048703, -0.821832040453659, -0.9791021081301542, -1.1675929571904906, -1.4011652088156337, -1.0379174680393468, -0.821832040453659, -0.9791021081301542, -0.923714104880907, -0.6463479269302985, -1.100582031553107, -0.3718676913110837, -0.6872098566932354, -0.8713936258844059, -1.100582031553107, -0.5696744580245314, 0.01006904228993285, -0.11512260451090618, -0.923714104880907, -0.4988946263794914, -1.1675929571904906, -0.821832040453659, -0.6072152029528175, -0.5336038225276619, -0.5336038225276619, -0.6072152029528175, -0.8713936258844059, -0.4331813555191206, -0.9791021081301542, 0.5931590759393957, -0.6872098566932354, -0.6872098566932354, -0.9791021081301542, -0.4020111301903428, -0.6072152029528175, -1.3171191017109445, 0.1866089016689984, 0.4492756107361828, -0.1848439382477996, -1.0379174680393468, -1.2395388817056716, -1.1675929571904906, -0.6072152029528175, -0.821832040453659, -0.4654495983335546, -0.6872098566932354, -1.4011652088156337, -1.100582031553107, 0.04823519301443597, -0.3426864269603462, -0.5336038225276619, -1.1675929571904906, -1.0379174680393468, -1.3171191017109445, 0.5512765704611946, -0.821832040453659, -0.923714104880907, -0.821832040453659, -0.5336038225276619, -0.923714104880907, -0.9791021081301542, -0.8713936258844059, -0.7299561746410987, -0.821832040453659, -0.5696744580245314, -0.4020111301903428, -0.821832040453659, -0.6463479269302985, -0.9791021081301542, -1.2395388817056716, -0.6463479269302985, -1.2395388817056716, -1.1675929571904906, -0.6072152029528175, -0.4020111301903428, -0.923714104880907, -0.7299561746410987, -0.4331813555191206, -0.9791021081301542, -0.4020111301903428, -0.6072152029528175, -0.029773645593004463, -0.6872098566932354, -0.5696744580245314, -1.3171191017109445, -0.4988946263794914, -0.821832040453659, -0.8713936258844059, -0.7299561746410987, -1.0379174680393468, -1.4011652088156337, -0.7747631647198449, -0.5336038225276619, -0.9791021081301542, -0.9791021081301542, -0.6463479269302985, -0.821832040453659, -0.9791021081301542, -1.0379174680393468, 1.0049851286867586, -0.7299561746410987, -0.7747631647198449, -0.6072152029528175, -0.5336038225276619, -0.4988946263794914, -0.6872098566932354, -0.4988946263794914, -1.100582031553107, -0.9791021081301542, -0.923714104880907, 0.7172420586037942, -0.6072152029528175, -1.2395388817056716, -0.821832040453659, -0.6463479269302985, -1.2395388817056716, -1.0379174680393468, -0.4331813555191206, -0.8713936258844059, 0.13716208250117967, 0.1866089016689984, -0.7747631647198449, -0.4020111301903428, 0.6715128303178991, -0.923714104880907, -0.5336038225276619, -0.31440856012412394, -0.923714104880907, -0.234481600582071, -0.821832040453659, -0.923714104880907, -0.5696744580245314, -0.7299561746410987, -0.6872098566932354, -0.6872098566932354, -1.2395388817056716, -0.7299561746410987, -1.1675929571904906, -0.923714104880907, -0.821832040453659, 0.08485951405839791, -0.6872098566932354, -0.923714104880907, -0.4988946263794914, -0.4654495983335546, -0.6072152029528175, -0.6072152029528175, 0.8263155204748149, 0.2025088216483274, -0.5696744580245314, -1.1675929571904906, -0.31440856012412394, -0.7299561746410987, -0.6463479269302985, 0.01006904228993285, -0.1848439382477996, -1.3171191017109445, -0.923714104880907, -0.4654495983335546, -0.7299561746410987, 0.12006117930846502, 0.3066129053022655, 0.12006117930846502, -0.4988946263794914, -0.31440856012412394, -0.6872098566932354, -0.7747631647198449, -0.923714104880907, -0.9791021081301542, -0.6872098566932354, -0.7747631647198449, -0.923714104880907, -0.7299561746410987, 0.8103690589342075, 0.4845707966156815, -0.923714104880907, -0.6463479269302985, -1.3171191017109445, -0.6072152029528175, -0.6872098566932354, 0.7859084312109115, -1.0379174680393468, -0.7747631647198449, -0.4654495983335546, -1.3171191017109445, -0.8713936258844059, -0.6463479269302985, -0.6872098566932354, -0.5696744580245314, -1.4011652088156337, -0.821832040453659, -0.6463479269302985, -0.6463479269302985, -0.821832040453659, -0.8713936258844059, -0.7747631647198449, -0.4020111301903428, -1.100582031553107, -0.7299561746410987, -1.0379174680393468, -0.07144591453319983, 1.0615302777912476, -0.7747631647198449, -0.11512260451090618, -0.5696744580245314, -0.4988946263794914, 1.629869614154959, -0.7747631647198449, -0.7299561746410987, -1.0379174680393468, -0.3718676913110837, -0.31440856012412394, -0.821832040453659, -1.0379174680393468, -0.4988946263794914, -0.7747631647198449, -0.6463479269302985, -0.4988946263794914, -1.100582031553107, -0.1377742437091427, 0.9446586278052344, -0.923714104880907, -0.6463479269302985, -0.821832040453659, -1.2395388817056716, -0.6463479269302985, -1.0379174680393468, 0.10263127147466207, -0.6072152029528175, -0.4988946263794914, -0.4988946263794914, -0.9791021081301542, 0.4492756107361828, -0.6072152029528175, -1.4926628728780975, -0.5696744580245314, -0.6463479269302985, -0.5336038225276619, -1.100582031553107, 0.02935287147886435, -0.4988946263794914, -1.0379174680393468, 0.01006904228993285, 0.13716208250117967, -0.8713936258844059, -0.6872098566932354, -0.4331813555191206, -0.8713936258844059, -1.100582031553107, -0.923714104880907, -1.1675929571904906, -1.0379174680393468, -0.5336038225276619, -1.1675929571904906, -0.8713936258844059, -0.5336038225276619, -0.7747631647198449, -0.6072152029528175, 0.04823519301443597, -1.2395388817056716, -1.4926628728780975, -0.4331813555191206, -0.923714104880907, -0.821832040453659, -1.5927675151919034, -0.821832040453659, -0.821832040453659, -0.8713936258844059, -0.923714104880907, -0.7299561746410987, -1.0379174680393468, -0.6463479269302985, -0.8713936258844059, -0.9791021081301542, -0.6072152029528175, -1.100582031553107, -0.923714104880907, -0.5696744580245314, -0.234481600582071, -0.3426864269603462, -0.4331813555191206, -0.3426864269603462, -0.7747631647198449, -0.4654495983335546, -0.4654495983335546, -0.5336038225276619, -0.7299561746410987, -1.0379174680393468, -1.0379174680393468, 1.9557007800254431, -0.7299561746410987, -1.2395388817056716, -0.6463479269302985, -1.0379174680393468, 1.1757815982872175, -0.9791021081301542, -0.923714104880907, -0.4988946263794914, -0.4988946263794914, -1.100582031553107, -1.2395388817056716, -0.6072152029528175, -0.4654495983335546, -0.821832040453659, -0.5336038225276619, 0.7522278867638413, -0.6872098566932354, -1.1675929571904906, -0.1377742437091427, -0.4988946263794914, -0.923714104880907, -0.6072152029528175, -0.5336038225276619, -0.821832040453659, -0.8713936258844059, 1.067599812143521, -1.1675929571904906, -0.7299561746410987, -0.7299561746410987, -1.0379174680393468, -0.16100466010122538, -1.100582031553107, -0.923714104880907, -0.6072152029528175, 1.355222345039393, -0.4988946263794914, -0.5696744580245314, -1.0379174680393468, -0.16100466010122538, -1.0379174680393468, -0.6072152029528175, 0.43719745848741975, -0.9791021081301542, -0.6463479269302985, -0.5696744580245314, 0.5185391228807181, -0.821832040453659, -1.4011652088156337, -0.821832040453659, -0.31440856012412394, -0.6872098566932354, -1.0379174680393468, -0.4020111301903428, -1.100582031553107, -0.923714104880907, -0.7299561746410987, -0.821832040453659, -0.4988946263794914, -0.7747631647198449, -0.6463479269302985, -0.923714104880907, -0.5696744580245314, -0.286980475641335, -0.5336038225276619, -0.7747631647198449, -1.4011652088156337, -0.821832040453659, 0.8874252498779152, -0.3718676913110837, -1.1675929571904906, -0.5696744580245314, -0.6072152029528175, -0.7747631647198449, -0.5336038225276619, -0.6072152029528175, -0.6872098566932354, -0.4654495983335546, -0.6072152029528175, 0.15394611850674267, -1.100582031553107, -1.100582031553107, 0.38720327975424496, -0.7747631647198449, -0.6463479269302985, -0.3718676913110837, -1.0379174680393468, 0.5185391228807181, -0.16100466010122538, -0.821832040453659, -0.821832040453659, -0.7747631647198449, -1.2395388817056716, -0.286980475641335, -0.7299561746410987, -1.0379174680393468, -1.1675929571904906, -0.4988946263794914, -0.6872098566932354, -1.0379174680393468, -0.4988946263794914, -0.5336038225276619, -0.6072152029528175, -0.8713936258844059, -0.5336038225276619, -1.100582031553107, -1.4011652088156337, -0.821832040453659, -1.3171191017109445, -0.6872098566932354, 0.9306869295112464, 1.1089804503064975, -0.4654495983335546, -1.3171191017109445, -0.821832040453659, -0.5336038225276619, -1.3171191017109445, -0.9791021081301542, -0.4988946263794914, -1.2395388817056716, -0.923714104880907, -0.923714104880907, -0.4020111301903428, -0.6072152029528175, -0.6463479269302985, -0.3718676913110837, -1.1675929571904906, -0.5336038225276619, -0.6872098566932354, -0.7299561746410987, -0.9791021081301542, -1.4926628728780975, -0.7747631647198449, -0.8713936258844059, -0.7299561746410987, 0.7082796052435469, -0.16100466010122538, 0.21813430117015145, -0.6072152029528175, -0.6463479269302985, -0.821832040453659, 0.06673229885003477, -0.6072152029528175, -0.6463479269302985, -0.6463479269302985, 1.5798561121371006, -0.821832040453659, -0.31440856012412394, -0.923714104880907, -0.8713936258844059, -0.6072152029528175, -1.100582031553107, 0.9984779083695428, -0.8713936258844059, -0.4988946263794914, -0.9791021081301542, -0.3718676913110837, -0.9791021081301542, 0.9984779083695428, -0.7747631647198449, -0.923714104880907, -1.1675929571904906, -1.3171191017109445, -0.7299561746410987, -0.6463479269302985, -1.4926628728780975, -0.1377742437091427, -0.4020111301903428, -0.4020111301903428, -0.4020111301903428, -1.100582031553107, -0.7747631647198449, -1.100582031553107, -1.3171191017109445, -0.6072152029528175, -0.923714104880907, -0.7747631647198449, -0.7299561746410987, -0.7747631647198449, -0.6463479269302985, -0.8713936258844059, -1.100582031553107, -0.7299561746410987, -0.923714104880907, -0.5696744580245314, -1.3171191017109445, -0.4988946263794914, -0.6872098566932354, -0.9791021081301542, -0.6872098566932354, -1.0379174680393468, 0.8800089896779559, -0.8713936258844059, -1.4926628728780975, -1.0379174680393468, -1.2395388817056716, -0.923714104880907, -0.821832040453659, -0.8713936258844059, -0.923714104880907, -1.1675929571904906, -0.7299561746410987, -0.821832040453659, -0.8713936258844059, -1.100582031553107, -1.3171191017109445, -0.286980475641335, -0.4020111301903428, -0.8713936258844059, -0.1848439382477996, -0.5336038225276619, -0.6872098566932354, -0.7299561746410987, -0.6872098566932354, -1.100582031553107, 1.4550394966570757, -0.6072152029528175, -1.1675929571904906, -0.8713936258844059, -1.2395388817056716, -0.4654495983335546, -0.5696744580245314, -1.1675929571904906, -1.1675929571904906, -1.2395388817056716, -1.100582031553107, -0.7747631647198449, -0.7299561746410987, -0.923714104880907, -0.6072152029528175, -0.5336038225276619, -0.3426864269603462, -0.6463479269302985, -0.286980475641335, -0.821832040453659, -0.8713936258844059, -0.923714104880907, -0.923714104880907, -1.0379174680393468, -0.7299561746410987, -0.4988946263794914, -0.4654495983335546, -1.3171191017109445, -0.923714104880907, -1.100582031553107, -0.8713936258844059, -0.821832040453659, -0.7747631647198449, -0.20932454796160452, 0.10263127147466207, -0.7747631647198449, 1.3769480094181754, -0.4020111301903428, -1.0379174680393468, -0.923714104880907, -0.3426864269603462, -0.8713936258844059, -0.6872098566932354, -0.6872098566932354, -0.821832040453659, -0.6463479269302985, -0.7747631647198449, -0.821832040453659, -0.6072152029528175, -0.821832040453659, -1.100582031553107, -1.5927675151919034, -0.5336038225276619, -0.8713936258844059, -1.2395388817056716, -1.2395388817056716, -0.6463479269302985, -0.8713936258844059, -1.1675929571904906, -0.821832040453659, -1.100582031553107, -0.286980475641335, -0.7747631647198449, 0.5295839329702761, -0.4988946263794914, 1.50482363544528, -0.7299561746410987, -0.7747631647198449, -0.923714104880907, -0.6072152029528175, -0.5696744580245314, -0.5696744580245314, -1.0379174680393468, -1.0379174680393468, -0.9791021081301542, -0.7299561746410987, -0.9791021081301542, -0.7299561746410987, -1.100582031553107, -0.3426864269603462, -0.1377742437091427, -0.6872098566932354, -0.6872098566932354, -1.100582031553107, -0.5696744580245314, 0.4492756107361828, -0.5336038225276619, -0.8713936258844059, -1.0379174680393468, -0.821832040453659, -0.9791021081301542, -0.7299561746410987, 1.0430728068061887, -0.8713936258844059, -0.821832040453659, -0.923714104880907, -0.821832040453659, -0.8713936258844059, -0.923714104880907, -0.821832040453659, 0.9376998152444482, -0.5696744580245314, -0.4331813555191206, -1.2395388817056716, -1.100582031553107, -1.0379174680393468, -0.4331813555191206, -0.6463479269302985, -0.6872098566932354, -0.6072152029528175, -0.8713936258844059, -0.7299561746410987, -0.2603531402011374, -0.20932454796160452, -0.7299561746410987, -0.8713936258844059, -0.6072152029528175, -0.4331813555191206, 0.399963401019045, -0.4654495983335546, -0.4654495983335546, -0.286980475641335, -0.821832040453659, -0.923714104880907, -0.6872098566932354, 0.10263127147466207, -0.3718676913110837, 1.4935764413927235, -0.821832040453659, -0.4020111301903428, -0.7747631647198449, -1.3171191017109445, -0.5696744580245314, -0.5336038225276619, -0.923714104880907, -0.923714104880907, -0.4020111301903428, -1.100582031553107, -0.7299561746410987, -0.923714104880907, -0.3718676913110837, 0.1704247680906006, 1.4628797215561866, -1.100582031553107, -0.6872098566932354, 1.2228246635740545, -0.821832040453659, -0.6072152029528175, -0.6463479269302985, -0.4654495983335546, -0.1377742437091427, -0.7747631647198449, -0.4331813555191206, -0.9791021081301542, -0.31440856012412394, -0.6072152029528175, -0.7747631647198449, -0.923714104880907, -0.5696744580245314, -0.6072152029528175, -1.2395388817056716, -0.4331813555191206, -0.8713936258844059, -1.100582031553107, -0.923714104880907, -0.4331813555191206, -0.286980475641335, 0.29245434227275546, -0.0930218170048703, 0.12006117930846502, -0.4654495983335546, -0.3718676913110837, -0.7299561746410987, -0.6072152029528175, 0.8497191513901977, 0.8573874341554113, 1.0973497814621642, -0.5336038225276619, -0.821832040453659, -1.1675929571904906, -0.5336038225276619, -0.8713936258844059, -0.6872098566932354, -0.8713936258844059, -0.7747631647198449, -1.0379174680393468, 1.4106561228314063, -0.4988946263794914, -0.2603531402011374, -0.7747631647198449, -0.923714104880907, -0.821832040453659, -0.6072152029528175, -0.4331813555191206, 0.13716208250117967, -0.6072152029528175, -0.7747631647198449, -1.100582031553107, -1.0379174680393468, -0.9791021081301542, -1.1675929571904906, -0.3718676913110837, 1.8925168502072167, -1.1675929571904906, -0.8713936258844059, -0.8713936258844059, 0.3478055182360732, -0.4654495983335546, -0.9791021081301542, -1.0379174680393468, -0.821832040453659, -0.3426864269603462, -0.6072152029528175, -0.6872098566932354, -0.4988946263794914, -0.5696744580245314, -0.4331813555191206, -0.7747631647198449, -1.4926628728780975, -0.7299561746410987, -0.234481600582071, -0.16100466010122538, -1.100582031553107, -0.923714104880907, -0.5336038225276619, -0.4988946263794914, -0.6072152029528175, 1.2577897682821375, -0.8713936258844059, -0.923714104880907, -0.6872098566932354, -0.3718676913110837, -0.7747631647198449, -0.821832040453659, -0.821832040453659, -1.1675929571904906, -0.6872098566932354, -0.5336038225276619, 0.21813430117015145, -0.11512260451090618, -0.7747631647198449, -0.5696744580245314, 1.7453969948304533, -0.5696744580245314, 1.862948659215237, 0.3066129053022655, 0.37426049218285984, -0.7747631647198449, -0.821832040453659, -0.6463479269302985, -0.8713936258844059, 0.5185391228807181, -0.3426864269603462, -1.100582031553107, -0.6463479269302985, -0.7299561746410987, -0.5696744580245314, -0.923714104880907, -0.6463479269302985, 0.7261164253285721, -0.7747631647198449, -0.7747631647198449, -0.7299561746410987, -1.100582031553107, -0.3426864269603462, -0.7299561746410987, -0.8713936258844059, -0.4654495983335546, 0.13716208250117967, -0.7299561746410987, 0.233494619620522, -1.1675929571904906, -0.8713936258844059, -0.923714104880907, -0.8713936258844059, -0.5336038225276619, -0.3426864269603462, -0.6463479269302985, -0.923714104880907, -0.11512260451090618, -0.821832040453659, -0.923714104880907, -0.6072152029528175, -0.6463479269302985, -0.6072152029528175, -1.3171191017109445, -0.8713936258844059, -0.7299561746410987, -0.3426864269603462, -0.9791021081301542, -0.6872098566932354, -0.31440856012412394, -0.5336038225276619, -0.31440856012412394, -0.5696744580245314, 0.9020774252732972, -0.5696744580245314, -1.100582031553107, -0.6072152029528175, -0.4988946263794914, -0.6463479269302985, -0.923714104880907, -1.0379174680393468, -0.286980475641335, -0.6463479269302985, -0.8713936258844059, -1.1675929571904906, -0.5696744580245314, -0.923714104880907, -0.5336038225276619, 0.1704247680906006, -0.7747631647198449, -0.2603531402011374, -0.4020111301903428, -0.4654495983335546, -0.3718676913110837, -0.821832040453659, 0.6133939298803969, -1.100582031553107, 0.5404953562720829, -0.7747631647198449, -0.4331813555191206, -0.16100466010122538, -0.821832040453659, -0.4988946263794914, -0.5336038225276619, -0.923714104880907, -0.5696744580245314, -0.8713936258844059, -0.009633635950390672, -0.5336038225276619, -0.0930218170048703, -0.7747631647198449, -0.3426864269603462, -0.5336038225276619, -0.9791021081301542, -0.6463479269302985, -0.31440856012412394, -0.3718676913110837, -0.821832040453659, -0.923714104880907, -1.4011652088156337, -0.7747631647198449, 0.5295839329702761, -0.31440856012412394, -0.4654495983335546, -0.20932454796160452, -0.6872098566932354, -0.4654495983335546, -0.923714104880907, 1.0305546886358306, -1.0379174680393468, 1.9045564528082999, -0.821832040453659, -0.3718676913110837, -0.286980475641335, -0.6463479269302985, 0.8263155204748149, -0.6072152029528175, -0.7747631647198449, -1.1675929571904906, -0.9791021081301542, -0.31440856012412394, -0.7299561746410987, -0.6872098566932354, -0.3718676913110837, -0.5696744580245314, -0.4988946263794914, -0.5336038225276619, -0.16100466010122538, -0.923714104880907, -0.4331813555191206, -0.5336038225276619, -0.923714104880907, -0.6072152029528175, -1.2395388817056716, -0.4988946263794914, -0.9791021081301542, -0.6072152029528175, -0.6463479269302985, -0.0930218170048703, -0.6072152029528175, -1.1675929571904906, -0.16100466010122538, -0.5696744580245314, -0.6072152029528175, -0.16100466010122538, -0.3718676913110837, -1.2395388817056716, -0.2603531402011374, 1.3639754980056409, -0.7299561746410987, -0.9791021081301542, -0.9791021081301542, 1.692512648420016, -0.7747631647198449, -0.4654495983335546, 0.37426049218285984, 0.12006117930846502, -0.11512260451090618, -1.0379174680393468, -0.6872098566932354, -0.5696744580245314, -0.7299561746410987, -0.6463479269302985, 1.3147468486864358, -0.5696744580245314, -0.7747631647198449, -0.5336038225276619, -0.7747631647198449, -0.4331813555191206, -0.31440856012412394, -0.7747631647198449, -0.923714104880907, -0.7299561746410987, -0.923714104880907, -0.7299561746410987, -0.6072152029528175, -0.4988946263794914, -0.16100466010122538, 0.5828690856808828, -0.31440856012412394, -0.6463479269302985, -0.5696744580245314, -0.8713936258844059, -0.6463479269302985, 0.2634546149855365, -0.4020111301903428, 0.8947810696141477, -0.16100466010122538, -0.4988946263794914, -0.5696744580245314, -0.9791021081301542, -1.0379174680393468, 0.9984779083695428, -0.5696744580245314, -1.7027992042762006, -0.6463479269302985, -0.7747631647198449, -0.5696744580245314, -0.1848439382477996, -1.1675929571904906, -0.7299561746410987, -0.6872098566932354, -0.8713936258844059, -0.4988946263794914, -0.7299561746410987, -0.821832040453659, -0.4654495983335546, -0.7299561746410987, -0.6872098566932354, -0.5696744580245314, -0.7299561746410987, 1.4270493082353128, -0.7747631647198449, -1.2395388817056716, 1.0368354545680976, -0.5696744580245314, -0.6463479269302985, -0.5696744580245314, -0.7299561746410987, -0.5696744580245314, -0.7747631647198449, 1.3329605137166365, -0.4331813555191206, -0.234481600582071, -0.4654495983335546, -0.5336038225276619, -0.8713936258844059, -0.5336038225276619, -0.0930218170048703, -0.286980475641335, -0.5696744580245314, -0.923714104880907, -0.4020111301903428, -0.821832040453659, -0.6872098566932354, -0.6463479269302985, -0.5336038225276619, -1.1675929571904906, -1.0379174680393468, -0.6463479269302985, -1.100582031553107, -0.6872098566932354, -0.7299561746410987, -0.923714104880907, -0.16100466010122538, -0.6072152029528175, -0.5336038225276619, -0.7747631647198449, -0.1848439382477996, -0.5696744580245314, -1.1675929571904906, -0.4988946263794914, -0.286980475641335, 0.6715128303178991, -0.3718676913110837, -0.9791021081301542, -0.6072152029528175, -0.5696744580245314, 0.9446586278052344, -0.7747631647198449, -0.5336038225276619, -0.7747631647198449, -0.821832040453659, -0.31440856012412394, 1.4229788564905488, -0.4331813555191206, -0.5336038225276619, -0.7299561746410987, -1.100582031553107, -1.0379174680393468, -0.7299561746410987, -0.5696744580245314, -0.6872098566932354, -0.6463479269302985, -0.286980475641335, 0.6900833291390991, -0.6872098566932354, 0.04823519301443597, -1.0379174680393468, -0.9791021081301542, -0.923714104880907, -0.4020111301903428, -0.6463479269302985, -0.1848439382477996, -0.6463479269302985, -0.4654495983335546, -1.1675929571904906, -0.0930218170048703, -0.6872098566932354, -0.8713936258844059, -0.7747631647198449, -0.6463479269302985, -0.6072152029528175, -0.31440856012412394, 0.5512765704611946, -0.821832040453659, 0.9919234246715554, -0.31440856012412394, -0.7299561746410987, -0.923714104880907, -0.6872098566932354, -0.6872098566932354, -0.7747631647198449, -0.7747631647198449, -0.6072152029528175, -0.6072152029528175, -0.2603531402011374, -0.4020111301903428, -0.4331813555191206, 0.2025088216483274, -1.1675929571904906, -0.7299561746410987, -0.9791021081301542, -0.3718676913110837, -0.7747631647198449, -0.7747631647198449, 0.1704247680906006, -0.4331813555191206, -0.20932454796160452, -0.5696744580245314, -1.0379174680393468, -0.286980475641335, -0.4654495983335546, 0.2780706622877663, -0.6463479269302985, -0.821832040453659, -0.3718676913110837, -0.31440856012412394, -0.8713936258844059, -0.9791021081301542, 0.4249557246182624, -0.7299561746410987, -1.2395388817056716, -0.7299561746410987, -0.4020111301903428, -0.9791021081301542, -0.234481600582071, -0.6072152029528175, -0.11512260451090618, -1.7027992042762006, -0.4988946263794914, -0.6072152029528175, -0.4654495983335546, -0.5696744580245314, -0.6463479269302985, 0.13716208250117967, -0.3718676913110837, -0.7747631647198449, -0.3718676913110837, -0.8713936258844059, 0.24859859522129998, -0.821832040453659, -0.7299561746410987, -0.6872098566932354, -0.923714104880907, -0.6872098566932354, -1.1675929571904906, -0.5336038225276619, -0.7299561746410987, -0.6463479269302985, -0.923714104880907, -0.821832040453659, -0.4331813555191206, -0.4020111301903428, -0.6872098566932354, -0.821832040453659, -0.8713936258844059, 0.5295839329702761, -0.7299561746410987, -0.7299561746410987, -0.6872098566932354, -0.821832040453659, -0.6872098566932354, -0.7747631647198449, -0.6072152029528175, -0.6463479269302985, -1.4011652088156337, 0.8573874341554113, -0.4331813555191206, -0.923714104880907, -0.234481600582071, -0.821832040453659, -0.4020111301903428, -0.6463479269302985, -0.9791021081301542, 0.01006904228993285, -0.7299561746410987, -0.20932454796160452, 1.6585985128275689, 1.0796177578357722, -0.4988946263794914, -0.6872098566932354, 0.8497191513901977, -0.5696744580245314, 1.50109013120436, -0.4020111301903428, -0.5696744580245314, -0.07144591453319983, -0.4654495983335546, -0.7299561746410987, 0.8497191513901977, 0.1866089016689984, 0.2780706622877663, -0.5336038225276619, 0.02935287147886435, -0.5696744580245314, -0.4654495983335546, 0.5512765704611946, -0.5336038225276619, -0.1377742437091427, -0.7299561746410987, -0.4331813555191206, -1.0379174680393468, -0.7299561746410987, -0.07144591453319983, 0.1866089016689984, -0.8713936258844059, -0.6463479269302985, 1.2074145893631691, 0.412545927938421, -0.20932454796160452, -0.4331813555191206, -0.6463479269302985, -0.6872098566932354, -0.3718676913110837, -0.4654495983335546, -0.4654495983335546, -0.4331813555191206, -0.923714104880907, -0.923714104880907, -0.821832040453659, -0.5336038225276619, -0.4020111301903428, -0.821832040453659, -0.0930218170048703, -0.821832040453659, -0.7747631647198449, -0.11512260451090618, -0.6463479269302985, -0.7299561746410987, -0.7747631647198449, -0.286980475641335, -0.4654495983335546, -0.3718676913110837, -0.821832040453659, 1.6068746149224422, 0.06673229885003477, -0.3426864269603462, 0.04823519301443597, 1.6554512289841958, -0.5336038225276619, -0.7747631647198449, -0.7299561746410987, -0.4654495983335546, -0.6072152029528175, -0.0930218170048703, -1.100582031553107, -0.286980475641335, -0.8713936258844059, -0.7747631647198449, -0.4654495983335546, -0.286980475641335, 0.5828690856808828, -0.6463479269302985, -0.029773645593004463, 0.7436076999571771, -0.1377742437091427, 1.9736023862285996, -0.6872098566932354, -0.6463479269302985, -0.821832040453659, -0.6463479269302985, -0.7299561746410987, 1.5934665247267228, -0.9791021081301542, -0.4988946263794914, -0.31440856012412394, -0.31440856012412394, -1.1675929571904906, -0.8713936258844059, -1.100582031553107, -0.4988946263794914, -0.7299561746410987, -0.821832040453659, -1.1675929571904906, 0.1704247680906006, -0.5696744580245314, -0.6072152029528175, -0.7299561746410987, 0.5295839329702761, -0.4988946263794914, 0.233494619620522, -0.4988946263794914, -0.4654495983335546, 0.7692252108274643, -0.7747631647198449, -0.4331813555191206, -0.7299561746410987, 1.1485462404949072, 0.2634546149855365, -0.3718676913110837, -0.4654495983335546, -0.3426864269603462, -0.5696744580245314, -0.4020111301903428, -0.20932454796160452, -0.5696744580245314, -0.5696744580245314, -0.4020111301903428, -0.1377742437091427, -0.4020111301903428, -0.2603531402011374, -0.6463479269302985, -0.4654495983335546, -0.3718676913110837, -0.1848439382477996, -0.1848439382477996, -0.5696744580245314, -0.1377742437091427, -0.6072152029528175, 0.399963401019045, -0.6463479269302985, -1.1675929571904906, -0.4331813555191206, -0.4020111301903428, -0.286980475641335, -0.3426864269603462, -0.4988946263794914, -0.3718676913110837, -0.6072152029528175, -0.3426864269603462, -0.6872098566932354, -0.7747631647198449, 1.0615302777912476, 1.3508137114448535, 0.2634546149855365, -0.9791021081301542, -0.3426864269603462, 0.3611297465068277, -0.2603531402011374, -0.234481600582071, -0.3718676913110837, -0.5336038225276619, -0.923714104880907, 0.8947810696141477, -0.6872098566932354, -0.6072152029528175, -0.6072152029528175, -0.6872098566932354, 1.0178604700002378, -0.923714104880907, -0.6072152029528175, -0.2603531402011374, -0.7299561746410987, 1.1485462404949072, -1.7027992042762006, -0.3718676913110837, 0.1866089016689984, -0.6072152029528175, -0.7299561746410987, -0.7747631647198449, -0.9791021081301542, -0.4331813555191206, -0.4988946263794914, -0.5696744580245314, -0.2603531402011374, 1.1595392346403643, -1.0379174680393468, -0.4654495983335546, -0.4654495983335546, -0.5696744580245314, -0.31440856012412394, 0.3205532686182825, 0.04823519301443597, -0.1377742437091427, -0.029773645593004463, -1.100582031553107, -1.3171191017109445, -0.3718676913110837, -0.3718676913110837, -0.31440856012412394, -0.3718676913110837, -0.1377742437091427, -0.7747631647198449, -0.3718676913110837, 1.1031838556567408, -0.9791021081301542, 0.02935287147886435, -0.7299561746410987, 1.1374176553348438, -0.7747631647198449, 0.10263127147466207, -0.6872098566932354, -0.05037071157376586, -0.7747631647198449, 0.233494619620522, -0.4654495983335546, -0.5696744580245314, -0.05037071157376586, -0.7299561746410987, 0.7436076999571771, 1.0973497814621642, -0.5336038225276619, 1.0114457619295465, -0.4020111301903428, -0.7747631647198449, -0.923714104880907, -0.5696744580245314, 0.1704247680906006, -0.6463479269302985, -0.6072152029528175, -0.9791021081301542, -0.821832040453659, 0.8874252498779152, -0.4988946263794914, 0.9236191243247251, 0.5073576307944538, -0.4331813555191206, -1.3171191017109445, -0.6072152029528175, 0.8022889348263554, -0.6463479269302985, -0.1848439382477996, -0.5696744580245314, -0.6872098566932354, -0.1377742437091427, -1.100582031553107, -0.7747631647198449, -0.7299561746410987, -0.821832040453659, -1.0379174680393468, 1.9374366426306808, 0.4611944860728487, -0.7299561746410987, -0.5696744580245314, -0.8713936258844059, -1.0379174680393468, -0.4020111301903428, -0.9791021081301542, 0.02935287147886435, 0.3342820363825825, -0.5696744580245314, 0.2634546149855365, -0.16100466010122538, -0.1377742437091427, 0.06673229885003477, -1.4926628728780975, 1.5625491103002425, 0.01006904228993285, -0.3426864269603462, -0.7747631647198449, -0.286980475641335, -0.8713936258844059, -0.3426864269603462, -0.7747631647198449, -0.923714104880907, 0.1866089016689984, -1.4011652088156337, 1.0049851286867586, 0.04823519301443597, -0.5696744580245314, 0.4845707966156815, -0.3426864269603462, -0.3426864269603462, -0.821832040453659, 0.9376998152444482, 0.1704247680906006, -0.5696744580245314, -0.6072152029528175, -0.234481600582071, -0.4988946263794914, -0.3426864269603462, 0.8947810696141477, -0.4020111301903428, 0.43719745848741975, 0.2025088216483274, -0.4331813555191206, -0.5336038225276619, -0.7299561746410987, -0.8713936258844059, 2.0062392741052077, -0.3718676913110837, -0.3426864269603462, -0.0930218170048703, -0.5696744580245314, 1.4821872363211412, -0.6463479269302985, -0.6072152029528175, -0.8713936258844059, 1.9758153084022143, -0.923714104880907, -0.6463479269302985, 0.29245434227275546, -0.3426864269603462, -0.5696744580245314, -0.6072152029528175, -0.286980475641335, 1.3683204293304618, -0.821832040453659, -0.5336038225276619, 1.277177773180163, 1.4147824329269842, -0.4654495983335546, -0.4988946263794914, 1.232953732065588, 0.7776053575331282, 0.6620823812214498, 1.5449035266227045, 1.0796177578357722, -0.5336038225276619, -0.6072152029528175, 1.0305546886358306, -0.6872098566932354, 0.1704247680906006, 0.6900833291390991, -0.20932454796160452, 0.5404953562720829, 0.6033331647284791, 0.7859084312109115, -1.100582031553107, -0.05037071157376586, 0.5073576307944538, 0.10263127147466207, -0.234481600582071, -0.8713936258844059, -0.1377742437091427, -0.6872098566932354, 0.10263127147466207, 1.7510861055020306, -0.821832040453659, 0.04823519301443597, -0.5696744580245314, -0.5336038225276619, 0.02935287147886435, 1.8654500380253276, 0.24859859522129998, 1.2528769571566023, -0.7299561746410987, -0.6463479269302985, 1.53053422946116, 0.24859859522129998, -0.234481600582071, -0.5336038225276619, 0.8497191513901977, -0.1377742437091427, 0.02935287147886435, -0.7299561746410987, -0.16100466010122538, -0.9791021081301542, 0.9786698873481297, 0.2634546149855365, 0.8947810696141477, 0.9236191243247251, -0.6872098566932354, 0.3066129053022655, 0.29245434227275546, -0.31440856012412394, 0.8874252498779152, -0.234481600582071, -0.6072152029528175, 1.2867177328957011, -0.029773645593004463, -0.4988946263794914, -0.6072152029528175, -0.3718676913110837, 0.01006904228993285, -0.20932454796160452, 1.5625491103002425, -0.31440856012412394, -0.821832040453659, 0.9584173221341074, -0.821832040453659, 0.5724605272981618, -0.009633635950390672, -0.20932454796160452, -0.16100466010122538, 0.29245434227275546, -0.3718676913110837, 1.8704320794226692, 1.3008411435385263, -0.3426864269603462, -0.9791021081301542, -0.029773645593004463, -0.7299561746410987, -0.6072152029528175, -0.07144591453319983, 1.0368354545680976, -0.11512260451090618, 0.02935287147886435, -0.20932454796160452, -0.923714104880907, -0.4331813555191206, -0.5336038225276619, 0.7172420586037942, -0.8713936258844059, -0.4654495983335546, 0.6233438643003253, -0.3426864269603462, -0.234481600582071, 0.1704247680906006, -0.07144591453319983, 1.7790055226114032, 0.04823519301443597, -0.7299561746410987, 1.2626759711697462, 0.8874252498779152, -0.31440856012412394, 1.6554512289841958, -0.3426864269603462, 1.5764211759544429, -0.3426864269603462, -0.286980475641335, -0.4020111301903428, -0.1377742437091427, -0.07144591453319983, -0.4020111301903428, -0.3718676913110837, -0.1848439382477996, 1.1917367235754055, -0.4331813555191206, -0.821832040453659, 0.04823519301443597, -0.4331813555191206, 0.633185379650873, -0.029773645593004463, -0.0930218170048703, 1.3639754980056409, -0.3718676913110837, -0.234481600582071, -0.31440856012412394, -0.3718676913110837, 1.5625491103002425, -0.6072152029528175, -0.3426864269603462, -0.4988946263794914, 0.6233438643003253, 0.7607665484127256, 1.8375457470984629, 0.5619306411929648, -0.7747631647198449, -0.009633635950390672, -0.6872098566932354, 0.8947810696141477, 0.02935287147886435, -0.1848439382477996, 0.04823519301443597, 0.3342820363825825, -0.3426864269603462, 1.0049851286867586, 1.4667744271274883, -0.5696744580245314, 0.6233438643003253, -0.20932454796160452, -0.4020111301903428, -0.5696744580245314, 0.1866089016689984, 0.12006117930846502, 0.6620823812214498, -0.4654495983335546, 0.1704247680906006, 1.8729128180113737, 0.233494619620522, 0.399963401019045, 0.7859084312109115, -0.3718676913110837, -0.31440856012412394, -0.20932454796160452, 0.9584173221341074, -0.4654495983335546, -0.4331813555191206, 0.43719745848741975, -0.923714104880907, 1.2961578646878251, -0.16100466010122538, -0.0930218170048703, 1.1374176553348438, -0.07144591453319983, -0.1848439382477996, 0.7692252108274643, -0.009633635950390672, 0.1866089016689984, -0.31440856012412394, -0.3426864269603462, -0.05037071157376586, -0.234481600582071, 0.02935287147886435, 1.5520032367501029, -0.821832040453659, 0.04823519301443597, -0.009633635950390672, -0.16100466010122538, 0.13716208250117967, 0.4960360381116078, -0.3718676913110837, 0.01006904228993285, 0.02935287147886435, 2.1261205104252943, 0.4960360381116078, 1.0430728068061887, 0.3205532686182825, -0.3426864269603462, -0.5336038225276619, 1.2577897682821375, -0.6463479269302985, -0.2603531402011374, -0.11512260451090618, 1.5764211759544429, 0.9584173221341074, 0.9093152697908481, -0.4654495983335546, 0.02935287147886435, 0.08485951405839791, 1.8876556453286, -0.0930218170048703, -1.0379174680393468, -0.05037071157376586, 0.8649911204010805, -0.1377742437091427, 0.3478055182360732, 0.8183775010032142, -0.009633635950390672, -0.2603531402011374, -0.6872098566932354, -0.20932454796160452, 0.02935287147886435, -0.07144591453319983, -0.4988946263794914, 0.6133939298803969, -0.286980475641335, 0.7692252108274643, 0.02935287147886435, 0.5073576307944538, 1.3981627203478804, -0.20932454796160452, 1.1540594797220385, 0.4960360381116078, -0.20932454796160452, 0.4729582218510306, -0.2603531402011374, -0.1848439382477996, -0.0930218170048703, -0.009633635950390672, 1.6772550233793673, -0.9791021081301542, -0.05037071157376586, 0.29245434227275546, 0.8022889348263554, -0.31440856012412394, 0.8341843439185023, 1.385493856383343, 0.04823519301443597, 0.04823519301443597, 1.8166953605692904, 0.15394611850674267, 1.636333358134317, -0.20932454796160452, 0.38720327975424496, 1.5520032367501029, -0.20932454796160452, -0.11512260451090618, 0.5404953562720829, 1.1864496370153101, 2.116717044781485, -0.234481600582071, 2.2629915103914446, 1.9758153084022143, -0.05037071157376586, 0.2025088216483274, -0.7299561746410987, -0.16100466010122538, 1.8349656568163848, -0.4020111301903428, -0.3718676913110837, 1.569511810577015, 0.10263127147466207, -0.4020111301903428, -0.6072152029528175, -0.31440856012412394, 0.3478055182360732, 0.12006117930846502, 0.5931590759393957, 0.633185379650873, 1.2528769571566023, 0.5295839329702761, 0.5185391228807181, 0.24859859522129998, 0.8649911204010805, -0.05037071157376586, 1.921146375225001, -0.31440856012412394, 1.9488949977292127, 0.233494619620522, 0.1866089016689984, 0.12006117930846502, 0.9515641940771185, 0.233494619620522, -0.07144591453319983, -0.07144591453319983, 0.02935287147886435, 0.4845707966156815, -0.3426864269603462, 1.3329605137166365, -0.4654495983335546, 0.06673229885003477, 0.04823519301443597, 0.04823519301443597, 0.7941358351822746, -0.16100466010122538, 1.0615302777912476, -0.05037071157376586, 2.3325735709114603, -0.07144591453319983, 0.02935287147886435, 0.4492756107361828, -0.029773645593004463, 1.1204631048381208, 0.8263155204748149, 1.5625491103002425, -0.07144591453319983, 0.29245434227275546, 0.4729582218510306, -0.1848439382477996, 0.37426049218285984, -0.0930218170048703, -0.3718676913110837, 0.2634546149855365, -0.1848439382477996, 1.4023464427853292, -0.11512260451090618, -0.029773645593004463, 0.04823519301443597, -0.6072152029528175, -0.31440856012412394, 0.21813430117015145, -0.009633635950390672, -0.029773645593004463, 0.01006904228993285, 0.6715128303178991, -0.3426864269603462, 1.0554196408125942, 0.4845707966156815, -0.1848439382477996, 0.9164955333955772, 0.412545927938421, 0.02935287147886435, 0.29245434227275546, 0.5512765704611946, -0.16100466010122538, 0.6900833291390991, 0.02935287147886435, 0.9652188018064988, -0.2603531402011374, 1.2961578646878251, 0.7436076999571771, 0.6233438643003253, -0.1377742437091427, -0.1848439382477996, 0.37426049218285984, 0.24859859522129998, 0.399963401019045, -0.05037071157376586, 1.4706523889856924, 0.8573874341554113, 0.08485951405839791, -0.11512260451090618, 0.4492756107361828, 0.13716208250117967, 1.0368354545680976, 0.29245434227275546, 0.08485951405839791, 1.7510861055020306, 0.01006904228993285, 0.21813430117015145, -0.029773645593004463, 0.15394611850674267, 1.4391516054591025, 0.2634546149855365, 0.3611297465068277, -0.4654495983335546, 0.04823519301443597, 0.2634546149855365, -0.1377742437091427, 0.9853209864617348, 0.08485951405839791, 0.9652188018064988, -0.05037071157376586, -0.3426864269603462, -0.05037071157376586, -0.16100466010122538, 1.8219533195339817, 1.2914501465796535, 1.1374176553348438, 0.6429208098392188, -1.0379174680393468, 0.1704247680906006, 0.5724605272981618, 0.04823519301443597, -0.2603531402011374, -0.029773645593004463, 0.04823519301443597, 1.3374570463326672, 0.5185391228807181, 0.9515641940771185, 1.0492673410458035, 0.9376998152444482, 0.4845707966156815, -0.4654495983335546, 1.196993007726227, 2.2319202111473726, 1.7310152143355833, 0.412545927938421, 1.114740043650808, 0.06673229885003477, 0.6133939298803969, -0.6463479269302985, -0.07144591453319983, 0.4960360381116078, 0.7776053575331282, 1.1374176553348438, -0.029773645593004463, 1.2675358523886704, 0.9376998152444482, 0.29245434227275546, 2.2773440355063403, 0.01006904228993285, 1.474513750447538, 1.4270493082353128, 0.6429208098392188, 0.37426049218285984, 0.9652188018064988, -0.4331813555191206, 0.13716208250117967, 1.8034147756749341, 0.04823519301443597, 1.2528769571566023, 0.12006117930846502, 0.7607665484127256, 1.5900831266514488, 1.2626759711697462, 1.2279034128978332, 0.13716208250117967, 0.6233438643003253, 1.1318014632469109, 1.443149889631196, 1.7367954740469975, 1.3508137114448535, -0.7747631647198449, 0.8263155204748149, 1.5341480706711936, 0.5512765704611946, 0.3066129053022655, 0.21813430117015145, 1.8375457470984629, 0.9164955333955772, 1.5196050140939463, 0.7436076999571771, 0.5724605272981618, 0.5295839329702761, 1.3284414561095763, 0.10263127147466207, 0.233494619620522, 0.6133939298803969, -0.234481600582071, -0.05037071157376586, 0.8419851661648519, 0.15394611850674267, 0.3478055182360732, 0.3342820363825825, 1.90216135526044, 1.664860325005461, -0.1377742437091427, 0.8573874341554113, 0.412545927938421, 1.1649859093409194, 1.6772550233793673, 1.310135388979142, 0.4492756107361828, 0.24859859522129998, 0.15394611850674267, 1.3374570463326672, 0.7692252108274643, 1.4550394966570757, 1.6894817014665942, 0.7261164253285721, 0.6525524143194126, 0.13716208250117967, 1.2228246635740545, 1.1318014632469109, 0.9093152697908481, 1.9669308539931167, -0.2603531402011374, -0.2603531402011374, 1.3055002354814462, 0.5619306411929648, 1.0430728068061887, 0.4845707966156815, 1.6266202886312051, 0.3611297465068277, 0.399963401019045, 1.3238996467727906, 0.29245434227275546, 0.4249557246182624, 0.412545927938421, 0.2634546149855365, 0.9236191243247251, 1.8452420269570105, 1.091477740156199, 0.9584173221341074, 2.0800620513721793, 1.2022188461478338, -0.20932454796160452, 1.3726445335823039, 0.21813430117015145, -0.4654495983335546, 0.29245434227275546, 2.0062392741052077, 0.3611297465068277, 0.4611944860728487, 0.1704247680906006, 1.7310152143355833, 1.2479372465201313, 0.5512765704611946, 0.9984779083695428, 1.5232628192842073, 1.2177171623222678, 0.2780706622877663, 0.7522278867638413, 0.5619306411929648, 0.10263127147466207, 1.1318014632469109, 0.5512765704611946, 2.36616690207276, 0.6808458158380813, 0.7172420586037942, 1.5660371787046663, 0.7607665484127256, 1.2819603632654173, 0.7607665484127256, -0.009633635950390672, 2.7976967133847443, 1.1917367235754055, 0.6429208098392188, 0.233494619620522, 0.9652188018064988, 1.6200863088808972, 0.9515641940771185, 0.29245434227275546, 0.2634546149855365, 0.9515641940771185, 0.9020774252732972, 1.1649859093409194, 0.8800089896779559, -0.11512260451090618, 1.1089804503064975, 0.2025088216483274, 0.6233438643003253, 0.3066129053022655, 0.3611297465068277, 1.8900895229215258, 1.9669308539931167, 1.2819603632654173, 1.091477740156199, 0.4960360381116078, 0.7436076999571771, 0.6992273012423467, 0.7082796052435469, 1.2074145893631691, 1.3193348555278004, 0.9719694052255736, 2.26939862543172, 1.0492673410458035, 0.43719745848741975, 0.7172420586037942, 1.4821872363211412, 0.37426049218285984, 1.3508137114448535, 0.4492756107361828, 0.5404953562720829, 0.5828690856808828, 0.7692252108274643, 0.8419851661648519, 0.7172420586037942, 1.0615302777912476, -0.0930218170048703, 0.5295839329702761, 0.6715128303178991, 0.9515641940771185, 0.08485951405839791, 0.02935287147886435, 1.3726445335823039, 1.5660371787046663, -0.05037071157376586, 0.7859084312109115, 0.6525524143194126, 0.7261164253285721, 1.3683204293304618, 0.7941358351822746, 1.4106561228314063, 1.3897366108989333, 1.3238996467727906, 0.4249557246182624, 0.4492756107361828, 0.5931590759393957, 0.4611944860728487, 0.399963401019045, -0.0930218170048703, 1.739671771649534, 0.4960360381116078, 0.5619306411929648, 1.8753867520065168, 0.633185379650873, 1.1261500941548186, 0.8497191513901977, 0.4960360381116078, 0.02935287147886435, 0.8419851661648519, 1.1917367235754055, 0.7607665484127256, 0.4611944860728487, -0.1377742437091427, 1.0554196408125942, 1.526905851464785, 0.5619306411929648, 0.7692252108274643, 1.0368354545680976, -0.5336038225276619, 1.652292924731246, 0.3342820363825825, 1.586686989560098, 2.6472054912398644, 1.3055002354814462, 0.7172420586037942, 0.24859859522129998, 1.1031838556567408, 0.9020774252732972, 0.38720327975424496, -0.2603531402011374, 1.7817505133639333, 0.9376998152444482, 1.1811313850637681, 0.15394611850674267, 0.5185391228807181, 0.9020774252732972, 1.485999638330985, 0.7436076999571771, 0.8183775010032142, 0.6992273012423467, 1.3683204293304618, 2.2467717072612468, 0.8725312884012771, 0.7349044180412599, 0.7172420586037942, 0.5619306411929648, 1.5900831266514488, 1.170399900646978, 2.2048981544570387, 0.8022889348263554, 0.9164955333955772, 0.7607665484127256, 1.6200863088808972, 1.2125805818789013, -0.05037071157376586, 0.4611944860728487, 0.7522278867638413, 0.4845707966156815, 1.5900831266514488, 0.3066129053022655, 0.6429208098392188, 1.0615302777912476, 0.6992273012423467, 1.4589681270914845, 0.6715128303178991, 0.5828690856808828, 0.43719745848741975, 1.0492673410458035, 0.6233438643003253, 1.1917367235754055, 0.6715128303178991, 0.7692252108274643, 0.4729582218510306, 0.5931590759393957, 1.8997598804120488, 1.4270493082353128, 1.091477740156199, 1.5413326053217895, 1.9824216822222092, 0.38720327975424496, 0.9719694052255736, 0.233494619620522, -0.7747631647198449, 0.2025088216483274, 0.7082796052435469, 1.2819603632654173, 1.5085417503047283, 0.6429208098392188, 1.0049851286867586, 0.3478055182360732, 0.8947810696141477, 0.21813430117015145, 1.142999105421684, 0.412545927938421, 0.233494619620522, 0.9306869295112464, 0.8341843439185023, 0.3205532686182825, -0.05037071157376586, 2.3473333605134834, 1.1261500941548186, -0.4654495983335546, 1.1261500941548186, 0.5295839329702761, 0.8103690589342075, 0.9020774252732972, 0.5828690856808828, 0.4845707966156815, 0.8419851661648519, 0.6900833291390991, 0.8800089896779559, 0.7859084312109115, 1.0430728068061887, 0.6133939298803969, 0.5512765704611946, 0.233494619620522, 1.4667744271274883, 0.9020774252732972, 1.5729731090200167, 0.2780706622877663, 0.6133939298803969, 1.2675358523886704, 0.5512765704611946, 1.4550394966570757, 1.0855672346010714, 1.1757815982872175, 1.1485462404949072, 1.355222345039393, 0.6525524143194126, -0.07144591453319983, 2.367599475472688, 0.5185391228807181, 0.7692252108274643, -0.2603531402011374, 0.5073576307944538, 0.6715128303178991, 0.04823519301443597, 1.1318014632469109, 0.5828690856808828, 0.8419851661648519, 1.310135388979142, 0.43719745848741975, 0.6715128303178991, 1.1089804503064975, 1.1811313850637681, 1.1864496370153101, 0.7349044180412599, 0.4845707966156815, 1.474513750447538, 1.4065108511263498, 1.1595392346403643, 0.2780706622877663, 0.5724605272981618, 0.8022889348263554, 1.1540594797220385, 2.2500390884357344, 0.7082796052435469, 0.7859084312109115, 1.9374366426306808, 0.5295839329702761, 1.0368354545680976, 0.5512765704611946, 0.5073576307944538, 0.4611944860728487, -0.009633635950390672, 1.6459429444312643, 1.5122446021044853, 0.6525524143194126, 0.13716208250117967, 0.5295839329702761, 1.142999105421684, 1.2479372465201313, 0.5512765704611946, 1.6331072761827314, 0.3066129053022655, 0.7261164253285721, 1.5484603669013102, 1.6679750042200174, 0.6033331647284791, 1.6101957248225105, 1.024229900803057, 0.4729582218510306, 0.08485951405839791, -0.009633635950390672, 0.3066129053022655, 1.3329605137166365, 0.399963401019045, 1.4783586529979549, 0.9093152697908481, 2.2014627510074685, 0.21813430117015145, 0.43719745848741975, 1.6459429444312643, 0.6808458158380813, 0.2780706622877663, 0.9719694052255736, 1.4147824329269842, 0.6900833291390991, 0.9164955333955772, 1.7539172604352782, 1.067599812143521, 0.6033331647284791, 0.43719745848741975, 1.0855672346010714, 0.1704247680906006, 1.4667744271274883, 0.6525524143194126, 2.7061290301774448, 0.1866089016689984, 1.3008411435385263, 1.0430728068061887, 0.5619306411929648, 0.7692252108274643, 0.7349044180412599, 0.3478055182360732, 0.5619306411929648, 0.13716208250117967, 0.8800089896779559, 0.6525524143194126, 0.7941358351822746, 0.3611297465068277, -0.11512260451090618, 2.1261205104252943, 0.8022889348263554, 1.9691601859634815, 1.024229900803057, 1.6001954835470555, 0.7941358351822746, 1.3008411435385263, 2.622729885377074, 1.2675358523886704, 1.355222345039393, 1.142999105421684, 1.2022188461478338, 1.756739556322285, 1.2626759711697462, 1.7623577914923705, 0.9919234246715554, 0.6525524143194126, 1.2279034128978332, 1.800735030248804, 1.1089804503064975, 1.359609538068112, 0.4492756107361828, -0.20932454796160452, 2.4122801265165363, 1.067599812143521, 0.9984779083695428, 1.2867177328957011, 0.8874252498779152, 0.6429208098392188, 0.6900833291390991, 0.6233438643003253, 0.9164955333955772, 2.185839409414934, 2.7614376861785237, 0.8419851661648519, 0.6900833291390991, 0.2634546149855365, 0.7082796052435469, 0.5512765704611946, 1.2479372465201313, 1.2577897682821375, 1.586686989560098, 0.3478055182360732, 1.067599812143521, 0.7607665484127256, 1.0736287928156836, 2.122370881359469, 0.8103690589342075, 0.9164955333955772, 0.5724605272981618, 0.8800089896779559, 0.6033331647284791, 1.2022188461478338, 0.8263155204748149, 0.10263127147466207, 0.5828690856808828, 0.4249557246182624, 1.3419312773247611, 0.8022889348263554, 1.359609538068112, 0.633185379650873, 0.3066129053022655, 0.6620823812214498, 1.067599812143521, 1.0305546886358306, 0.412545927938421, 1.3463834267549073, 2.0210748534324874, 0.6620823812214498, 1.067599812143521, 0.38720327975424496, 0.412545927938421, 0.9164955333955772, 0.9236191243247251, 0.7172420586037942, 1.0796177578357722, 0.8649911204010805, 0.24859859522129998, 0.6033331647284791, 0.4729582218510306, 0.7349044180412599, 0.8419851661648519, 0.7776053575331282, 0.5295839329702761, 0.6900833291390991, 0.4249557246182624, 0.7172420586037942, 2.0040998430494947, 0.24859859522129998, 0.8022889348263554, 1.067599812143521, 1.6585985128275689, 1.067599812143521, 2.6323865574056486, 0.06673229885003477, 0.9020774252732972, 0.4611944860728487, 0.6525524143194126, 1.7281111335402315, 1.310135388979142, -0.6463479269302985, 0.2025088216483274, 0.7522278867638413, 0.5724605272981618, 1.0178604700002378, 0.7941358351822746, 0.4960360381116078, 0.4729582218510306, 0.4729582218510306, -0.0930218170048703, 2.9365865274116834, 1.385493856383343, 1.237975937479856, 0.37426049218285984, 1.3193348555278004, 1.5520032367501029, 0.29245434227275546, -0.009633635950390672, 0.9515641940771185, 2.0418539607003408, 0.8022889348263554, 2.220197557013217, 1.0430728068061887, 1.1595392346403643, 1.4351355203095382, 2.3874201728075146, 0.8947810696141477, 1.91643745396732, 1.142999105421684, 2.5625121416701484, 1.0736287928156836, 1.692512648420016, 2.3160538393186023, 1.237975937479856, 2.6751149928315434, 0.6715128303178991, 1.067599812143521, 0.8649911204010805, 0.5931590759393957, 0.4492756107361828, 0.5295839329702761, 1.53053422946116, 0.5185391228807181, 2.0839913809404447, 1.3683204293304618, 1.90216135526044, 3.1017702912954195, 0.9376998152444482, 0.8103690589342075, 0.8649911204010805, 0.7172420586037942, 0.38720327975424496, 0.9164955333955772, 1.1595392346403643, 0.12006117930846502, 1.1318014632469109, 0.7692252108274643, 0.9984779083695428, 0.9236191243247251, 0.9020774252732972, 0.7522278867638413, 2.398553726132336, 1.443149889631196, 0.38720327975424496, 0.43719745848741975, 0.7859084312109115, 0.8874252498779152, 0.10263127147466207, 1.8166953605692904, 1.1595392346403643, 0.04823519301443597, 0.1704247680906006, -0.07144591453319983, 0.6620823812214498, 0.6620823812214498, 1.3147468486864358, 1.5085417503047283, 0.8263155204748149, 0.4729582218510306, 2.2117299505978747, 2.1391227906755392, 0.7261164253285721, 0.5828690856808828, 0.5619306411929648, 1.5900831266514488, 1.586686989560098, 0.5512765704611946, 0.15394611850674267, 0.8874252498779152, 1.232953732065588, 2.180570900978426, 1.6331072761827314, 0.9376998152444482, 0.8800089896779559, 0.9786698873481297, 1.067599812143521, 1.4510936812474995, 0.8874252498779152, 2.0418539607003408, 0.5185391228807181, 0.5828690856808828, 0.04823519301443597, 1.6864405349770817, 1.5934665247267228, 0.7082796052435469, 2.461325168255836, 0.8263155204748149, 0.9853209864617348, 1.0554196408125942, 0.9020774252732972, 1.3374570463326672, 0.4729582218510306, 1.277177773180163, 0.7859084312109115, 1.2074145893631691, 1.0615302777912476, 1.0049851286867586, 0.9984779083695428, 2.5659651701977784, 1.50109013120436, 1.0049851286867586, 1.0615302777912476, 0.7349044180412599, 1.091477740156199, 0.5724605272981618, 1.237975937479856, 1.4311014750078408, 0.5828690856808828, 1.997650930038659, 0.5512765704611946, 2.169940643881778, 1.4973411096857874, 0.633185379650873, 1.756739556322285, 0.6900833291390991, 1.932812226829373, 1.4351355203095382, 2.052066701581549, 1.5085417503047283, 0.8649911204010805, 0.10263127147466207, 0.399963401019045, 1.4897959952008484, 1.418889954049891, 0.4611944860728487, 0.6715128303178991, 1.0554196408125942, 1.6200863088808972, 2.6031006931730083, 0.8649911204010805, 2.2335825063846424, 1.0615302777912476, 1.8219533195339817, 1.0736287928156836, 0.10263127147466207, 0.9020774252732972, 1.1757815982872175, 0.7261164253285721, 1.2675358523886704, 0.5828690856808828, 0.5185391228807181, 0.9446586278052344, 1.569511810577015, 1.4311014750078408, 1.2528769571566023, 0.412545927938421, 0.7859084312109115, 0.8103690589342075, 2.2269148627201885, 0.5295839329702761, 1.1595392346403643, 0.7436076999571771, 0.5185391228807181, 1.447130529894258, 1.1374176553348438, 0.9093152697908481, 0.8183775010032142, 0.8800089896779559, 0.5404953562720829, 1.3147468486864358, 1.0492673410458035, 1.3812310526670641, 1.091477740156199, 1.7164003923883466, 0.8022889348263554, 1.91407374156018, 0.37426049218285984, 0.8183775010032142, 1.8323781646301707, 2.2319202111473726, 0.5295839329702761, 2.2532946749471354, 0.6808458158380813, 0.6992273012423467, 0.9584173221341074, 0.8341843439185023, 0.7522278867638413, 1.2528769571566023, -0.31440856012412394, 2.25977080244307, 0.6715128303178991, 1.8803143548076484, 1.9624555901752627, 2.2645975614996887, 0.7082796052435469, 0.6620823812214498, 0.7859084312109115, 1.629869614154959, 1.2675358523886704, 1.0796177578357722, 1.0973497814621642, 1.8375457470984629, 0.9584173221341074, 0.8419851661648519, 0.6900833291390991, 0.6429208098392188, 1.0305546886358306, 0.2634546149855365, 1.2961578646878251, 1.0492673410458035, 0.9376998152444482, 1.1318014632469109, 0.8947810696141477, 1.232953732065588, 0.6525524143194126, 0.9652188018064988, 0.4492756107361828, 1.196993007726227, 0.8497191513901977, 0.7859084312109115, 1.0114457619295465, 1.024229900803057, 1.2479372465201313, 1.1204631048381208, 2.185839409414934, 1.2279034128978332, 1.3374570463326672, 0.3205532686182825, 0.8874252498779152, 0.2634546149855365, 0.2025088216483274, 2.4177127191162633, 1.5122446021044853, 1.0855672346010714, 1.1649859093409194, 0.5404953562720829, 0.8649911204010805, 2.294581382014012, 1.4510936812474995, 2.2117299505978747, 1.1261500941548186, 0.7859084312109115, 1.3683204293304618, 2.1072145001061298, 0.633185379650873, 1.1261500941548186, 1.3419312773247611, 1.2577897682821375, 2.0741357707596197, 0.9652188018064988, 0.12006117930846502, 0.8103690589342075, 1.6395479425378858, 0.9515641940771185, 1.1757815982872175, 0.9984779083695428, 0.7941358351822746, 1.4973411096857874, 2.914222898270177, 1.1089804503064975, 0.15394611850674267, 0.4492756107361828, 1.2961578646878251, 1.8679444987084288, 1.232953732065588, 1.2626759711697462, 0.2780706622877663, 1.0049851286867586, 1.0796177578357722, 1.4311014750078408, 0.7172420586037942, 2.517589452995744, 1.9998056953512056, 1.1031838556567408, 1.0492673410458035, 0.7436076999571771, 1.1318014632469109, 1.1649859093409194, 0.5931590759393957, 0.412545927938421, 1.3897366108989333, 1.2228246635740545, 0.6033331647284791, 0.6715128303178991, 1.5968372789811476, 1.0368354545680976, 0.15394611850674267, 1.5764211759544429, 0.6900833291390991, 0.4960360381116078, 0.399963401019045, 0.9719694052255736, 0.4960360381116078, 1.3812310526670641, 0.4611944860728487, 2.043905781510333, 0.3205532686182825, 0.3066129053022655, 1.0368354545680976, 0.9786698873481297, 2.556727550576015, 0.8263155204748149, 0.8103690589342075, 0.8497191513901977, 0.8341843439185023, 0.633185379650873, 0.5512765704611946, 2.1372767593742394, 1.3939595038742354, 0.4960360381116078, 2.168156688603206, 0.8573874341554113, 1.0305546886358306, 1.272369693905094, 1.0492673410458035, 2.5728318154857965, 1.3726445335823039, 0.6133939298803969, 0.3205532686182825, 2.0641712698283903, 0.9919234246715554, 0.7692252108274643, 1.4935764413927235, 2.311495441020191, 1.2819603632654173, 1.2022188461478338, 2.0661729968914746, 0.9020774252732972, 1.3897366108989333, 1.2228246635740545, 1.9998056953512056, 0.8419851661648519, 0.6620823812214498, 1.0796177578357722, 1.9351273986152149, 1.474513750447538, 1.418889954049891, 0.4249557246182624, 1.1540594797220385, 0.9306869295112464, 1.8060865828478585, 1.6803272661324606, 1.0973497814621642, 1.114740043650808, 0.5185391228807181, 1.3147468486864358, 0.12006117930846502, 2.477942984027142, 0.6233438643003253, 0.2025088216483274, 1.8323781646301707, 1.196993007726227, 2.3053815136775477, 1.1649859093409194, 1.4973411096857874, 1.6985441568089474, 0.6900833291390991, 0.399963401019045, 1.2819603632654173, 1.9258308385797385, 0.5724605272981618, 1.5341480706711936, 0.6900833291390991, 1.862948659215237, 1.3939595038742354, 1.0554196408125942, 0.9786698873481297, 2.4535508964811337, 2.311495441020191, 1.4935764413927235, 0.9446586278052344, 1.0049851286867586, 1.8426838904836536, 1.4550394966570757, 1.196993007726227, 1.5122446021044853, 1.7844871752482547, 1.1261500941548186, 1.789935713494058, 1.0492673410458035, 2.082028856061793, 1.0492673410458035, 1.5196050140939463, 1.0178604700002378, 0.5619306411929648, 1.9117038180950303, 2.798584770847563, 0.7082796052435469, 1.310135388979142, 0.6233438643003253, 1.3726445335823039, 1.4935764413927235, 2.220197557013217, 1.4147824329269842, 2.270993317205177, 1.9557007800254431, 1.800735030248804, 1.2675358523886704, 1.232953732065588, 1.7075164618902503, 2.423112782854372, 1.6427511110426432, 2.384615175375251, 1.0855672346010714, 2.2185103839189373, 1.0554196408125942, 2.475406242796101, 1.3284414561095763, 1.1374176553348438, 0.38720327975424496, 1.0368354545680976, 2.559045841282501, 1.8876556453286, 1.3726445335823039, 1.5341480706711936, 2.6184046156706438, 1.7193423631445726, 1.951169302882117, 0.5931590759393957, 1.067599812143521, 0.5619306411929648, 1.9824216822222092, 1.3639754980056409, 1.5520032367501029, 0.9652188018064988, 1.6585985128275689, 0.9306869295112464, 2.2467717072612468, 1.586686989560098, 1.4667744271274883, 2.151940279861332, 1.2022188461478338, 1.9669308539931167, 2.0661729968914746, 0.5724605272981618, 2.7246235601311373, 1.4821872363211412, 1.8704320794226692, 2.0356703411250447, 1.829783227952036, 0.6620823812214498, 1.5520032367501029, 2.4867658054028787, 1.50482363544528, 1.6894817014665942, 0.9020774252732972, 1.8166953605692904, 0.6233438643003253, 1.4311014750078408, 2.0641712698283903, 2.36616690207276, 2.579646573336389, 1.2177171623222678, 2.7521404777465315, 0.9652188018064988, 1.485999638330985, 1.7193423631445726, 2.2151265392982635, 2.3444006639178183, 1.6864405349770817, 2.112928033063315, 2.415000513398317, 0.7436076999571771, 1.272369693905094, 2.4979840635135653, 1.1649859093409194, 1.2577897682821375, 1.7339099746283733, 1.4270493082353128, 1.2961578646878251, 1.4270493082353128, 2.169940643881778, 1.3639754980056409, 1.2626759711697462, 2.220197557013217, 1.2867177328957011, 1.1917367235754055, 1.2479372465201313, 1.3284414561095763, 1.91643745396732, 1.418889954049891, 1.8900895229215258, 2.2852200577833965, 1.5159323156176716, 0.7607665484127256, 1.932812226829373, 1.748246035738077, 2.0681702909911683, 1.932812226829373, 0.9652188018064988, 1.6679750042200174, 2.7380124460099378, 1.7953515349875775, 1.1204631048381208, 1.4106561228314063, 1.5590475010607092, 1.5590475010607092, 2.6313186858709248, 2.3943947338000733, 1.4973411096857874, 0.4845707966156815, 2.1409650511090117, 2.338506504928026, 1.7367954740469975, 1.6331072761827314, 2.175271434453096, 2.056119635549981, 1.9780228141927252, 1.9646959978780008, 1.5196050140939463, 1.50109013120436, 2.7586585736031126, 0.5931590759393957, 2.4587411834659534, 2.3355449166561746, 2.008373642123972, 1.50482363544528, 2.0956776865119453, 0.8022889348263554, 2.2168200486390184, 2.9554301995301366, 1.5764211759544429, 1.4897959952008484, 1.5232628192842073, 2.008373642123972, 2.579646573336389, 1.5449035266227045, 1.3193348555278004, 1.9846130967788835, 0.7692252108274643, 1.3508137114448535, 1.6331072761827314, 1.7539172604352782, 1.5122446021044853, 1.767941246965912, 1.930491096764473, 1.6772550233793673, 1.8426838904836536, 2.575109127910028, 2.189334727263386, 2.6313186858709248, 0.6808458158380813, 1.6233592152871648, 2.494260127646972, 2.6513951294631823, 2.6085962401445952, 3.046185235142382, 1.6395479425378858, 2.3414583995994582, 1.789935713494058, 2.4338168657505155, 3.079945642574037]], \"cat_colors\": {\"row\": {}, \"col\": {\"cat-0\": {\"Tissue: PBMC\": \"red\", \"Tissue: Plaque\": \"#2F4F4F\", \"Tissue: CV7225\": \"#D4AF37\", \"Tissue: CD4__T_Cells\": \"blue\", \"Tissue: CD8__T_Cells\": \"red\", \"Tissue: Monocytes-1\": \"#98ff98\", \"Tissue: Monocytes-2\": \"#228B22\", \"Tissue: Macrophages-q\": \"grey\", \"Tissue: NK_Cells\": \"yellow\", \"Tissue: NKT_Cells\": \"#800020\", \"Tissue: B_Cells\": \"purple\", \"Tissue: pDCs\": \"black\", \"Tissue: Plasma_Cells\": \"#cc5500\", \"Tissue: CD1c__DCs\": \"#ff9999\"}, \"cat-1\": {\"Cell Type: B_Cells\": \"purple\", \"Cell Type: CD1c__DCs\": \"#ff9999\", \"Cell Type: CD4__T_Cells\": \"blue\", \"Cell Type: CD8-CD4-_T_Cells\": \"#ff9896\", \"Cell Type: CD8__T_Cells\": \"red\", \"Cell Type: Macrophages-1\": \"#5254a3\", \"Cell Type: Macrophages-3\": \"#c49c94\", \"Cell Type: Monocytes-1\": \"#98ff98\", \"Cell Type: Monocytes-2\": \"#228B22\", \"Cell Type: Monocytes-3\": \"#17becf\", \"Cell Type: Monocytes-4\": \"#6b6ecf\", \"Cell Type: Monocytes-5\": \"#d62728\", \"Cell Type: NKT_Cells\": \"#800020\", \"Cell Type: NK_Cells\": \"yellow\", \"Cell Type: Plasma_Cells\": \"#cc5500\", \"Cell Type: Ungated\": \"#7b4173\", \"Cell Type: pDCs\": \"black\", \"Cell Type: CD8_CD4_T_Cells\": \"#ff9896\", \"Cell Type: Macrophages-2\": \"#c49c94\", \"Cell Type: CV7225\": \"#D4AF37\", \"Cell Type: PBMC\": \"red\", \"Cell Type: Plaque\": \"#2F4F4F\", \"Cell Type: Macrophages-q\": \"grey\"}}}, \"views\": [{\"N_row_sum\": \"all\", \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"name\": \"CD11b\", \"ini\": 21, \"clust\": 16, \"rank\": 14, \"rankvar\": 11, \"group\": [12.0, 10.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD11c\", \"ini\": 20, \"clust\": 17, \"rank\": 16, \"rankvar\": 17, \"group\": [10.0, 10.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD123\", \"ini\": 19, \"clust\": 10, \"rank\": 3, \"rankvar\": 4, \"group\": [18.0, 14.0, 11.0, 8.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD14\", \"ini\": 18, \"clust\": 15, \"rank\": 9, \"rankvar\": 13, \"group\": [13.0, 10.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD141\", \"ini\": 17, \"clust\": 12, \"rank\": 7, \"rankvar\": 16, \"group\": [16.0, 12.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD16\", \"ini\": 16, \"clust\": 4, \"rank\": 5, \"rankvar\": 7, \"group\": [5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD19\", \"ini\": 15, \"clust\": 7, \"rank\": 2, \"rankvar\": 2, \"group\": [7.0, 7.0, 6.0, 5.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD1c\", \"ini\": 14, \"clust\": 6, \"rank\": 1, \"rankvar\": 1, \"group\": [9.0, 9.0, 8.0, 6.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD206\", \"ini\": 13, \"clust\": 19, \"rank\": 12, \"rankvar\": 20, \"group\": [20.0, 16.0, 13.0, 10.0, 6.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD24\", \"ini\": 12, \"clust\": 8, \"rank\": 0, \"rankvar\": 0, \"group\": [8.0, 8.0, 7.0, 5.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD27\", \"ini\": 11, \"clust\": 1, \"rank\": 19, \"rankvar\": 18, \"group\": [3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD3\", \"ini\": 10, \"clust\": 2, \"rank\": 17, \"rankvar\": 14, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD33\", \"ini\": 9, \"clust\": 18, \"rank\": 15, \"rankvar\": 12, \"group\": [11.0, 10.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD38\", \"ini\": 8, \"clust\": 9, \"rank\": 13, \"rankvar\": 6, \"group\": [19.0, 15.0, 12.0, 9.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD4\", \"ini\": 7, \"clust\": 3, \"rank\": 6, \"rankvar\": 19, \"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD56\", \"ini\": 6, \"clust\": 20, \"rank\": 20, \"rankvar\": 3, \"group\": [21.0, 17.0, 14.0, 11.0, 6.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD62L\", \"ini\": 5, \"clust\": 0, \"rank\": 8, \"rankvar\": 8, \"group\": [4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD64\", \"ini\": 4, \"clust\": 14, \"rank\": 10, \"rankvar\": 10, \"group\": [14.0, 10.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD66b\", \"ini\": 3, \"clust\": 11, \"rank\": 4, \"rankvar\": 15, \"group\": [17.0, 13.0, 10.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD8\", \"ini\": 2, \"clust\": 5, \"rank\": 18, \"rankvar\": 9, \"group\": [6.0, 6.0, 5.0, 4.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"HLADR\", \"ini\": 1, \"clust\": 13, \"rank\": 11, \"rankvar\": 5, \"group\": [15.0, 11.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}], \"col_nodes\": [{\"name\": \"GCATGCGTCGCGGATC\", \"ini\": 3589, \"clust\": 2029, \"rank\": 8, \"rankvar\": 304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 0, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 182, \"group\": [2029.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAGTCGGT\", \"ini\": 3588, \"clust\": 3438, \"rank\": 17, \"rankvar\": 3517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 0, \"group\": [3438.0, 631.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTTGTACT\", \"ini\": 3587, \"clust\": 2921, \"rank\": 62, \"rankvar\": 87, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3032, \"group\": [2921.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGAACAACT\", \"ini\": 3586, \"clust\": 2042, \"rank\": 13, \"rankvar\": 1613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 183, \"group\": [2042.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTGGGAA\", \"ini\": 3585, \"clust\": 2078, \"rank\": 16, \"rankvar\": 1699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 4, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 184, \"group\": [2076.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGAACTGTA\", \"ini\": 3584, \"clust\": 1655, \"rank\": 20, \"rankvar\": 342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 5, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 185, \"group\": [1650.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGGGTCTCC\", \"ini\": 3583, \"clust\": 2058, \"rank\": 1, \"rankvar\": 3383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 6, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 186, \"group\": [2059.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGCATCATC\", \"ini\": 3582, \"clust\": 2043, \"rank\": 12, \"rankvar\": 2441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 7, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 187, \"group\": [2040.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAGATTAG\", \"ini\": 3581, \"clust\": 2033, \"rank\": 11, \"rankvar\": 405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 8, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 188, \"group\": [2034.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGCAGACA\", \"ini\": 3580, \"clust\": 2893, \"rank\": 39, \"rankvar\": 30, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 9, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3033, \"group\": [2891.0, 516.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCGTAGTA\", \"ini\": 3579, \"clust\": 1649, \"rank\": 50, \"rankvar\": 316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 10, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 189, \"group\": [1648.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTTCATGT\", \"ini\": 3578, \"clust\": 2894, \"rank\": 42, \"rankvar\": 0, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 11, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3034, \"group\": [2892.0, 516.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTGGTATG\", \"ini\": 3577, \"clust\": 1936, \"rank\": 0, \"rankvar\": 2760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 12, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 190, \"group\": [1936.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTGGACCC\", \"ini\": 3576, \"clust\": 2024, \"rank\": 10, \"rankvar\": 1211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 13, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 191, \"group\": [2027.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGTGAAAT\", \"ini\": 3575, \"clust\": 1717, \"rank\": 4, \"rankvar\": 3204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 14, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1665, \"group\": [1717.0, 332.0, 57.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAACCAAC\", \"ini\": 3574, \"clust\": 2047, \"rank\": 25, \"rankvar\": 273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 15, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 192, \"group\": [2049.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGCCACTAT\", \"ini\": 3573, \"clust\": 2038, \"rank\": 21, \"rankvar\": 248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 16, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 193, \"group\": [2036.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAGAGCTT\", \"ini\": 3572, \"clust\": 2039, \"rank\": 7, \"rankvar\": 1066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 17, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 194, \"group\": [2037.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGAGCTTCT\", \"ini\": 3571, \"clust\": 2915, \"rank\": 47, \"rankvar\": 40, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 18, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3035, \"group\": [2913.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCGCGAAA\", \"ini\": 3570, \"clust\": 2044, \"rank\": 19, \"rankvar\": 2473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 19, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 195, \"group\": [2041.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGCATCATC\", \"ini\": 3569, \"clust\": 2050, \"rank\": 15, \"rankvar\": 492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 20, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 196, \"group\": [2051.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTGCACGAA\", \"ini\": 3568, \"clust\": 1719, \"rank\": 59, \"rankvar\": 538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 21, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1666, \"group\": [1719.0, 332.0, 57.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCATGAT\", \"ini\": 3567, \"clust\": 2924, \"rank\": 89, \"rankvar\": 57, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 22, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3036, \"group\": [2923.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCCACTGGG\", \"ini\": 3566, \"clust\": 2912, \"rank\": 96, \"rankvar\": 535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 23, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3037, \"group\": [2915.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCGCGTAGC\", \"ini\": 3565, \"clust\": 3439, \"rank\": 71, \"rankvar\": 2770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 24, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 1, \"group\": [3439.0, 631.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCCAGAAGG\", \"ini\": 3564, \"clust\": 1718, \"rank\": 31, \"rankvar\": 3048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 25, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1667, \"group\": [1718.0, 332.0, 57.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAAGGGTCA\", \"ini\": 3563, \"clust\": 2916, \"rank\": 66, \"rankvar\": 49, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 26, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3038, \"group\": [2914.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTTCCTGCTTG\", \"ini\": 3562, \"clust\": 2072, \"rank\": 44, \"rankvar\": 17, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 27, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 197, \"group\": [2082.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTACGTAA\", \"ini\": 3561, \"clust\": 2048, \"rank\": 27, \"rankvar\": 31, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 28, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 198, \"group\": [2047.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCTCTGCTG\", \"ini\": 3560, \"clust\": 3113, \"rank\": 2, \"rankvar\": 3227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 29, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3039, \"group\": [3113.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCAACGGCC\", \"ini\": 3559, \"clust\": 2928, \"rank\": 99, \"rankvar\": 883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 30, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3040, \"group\": [2931.0, 527.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTCTGAT\", \"ini\": 3558, \"clust\": 2045, \"rank\": 24, \"rankvar\": 319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 31, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 199, \"group\": [2045.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATTACCC\", \"ini\": 3557, \"clust\": 3112, \"rank\": 35, \"rankvar\": 2016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 32, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3041, \"group\": [3114.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGGTGTGGT\", \"ini\": 3556, \"clust\": 1720, \"rank\": 87, \"rankvar\": 135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 33, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1668, \"group\": [1720.0, 332.0, 57.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAGGACCCT\", \"ini\": 3555, \"clust\": 2930, \"rank\": 32, \"rankvar\": 377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 34, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3042, \"group\": [2928.0, 527.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAGTACACT\", \"ini\": 3554, \"clust\": 2026, \"rank\": 18, \"rankvar\": 561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 35, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 200, \"group\": [2024.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCACCCAGTG\", \"ini\": 3553, \"clust\": 1636, \"rank\": 53, \"rankvar\": 56, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 36, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 201, \"group\": [1634.0, 310.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTAGACAAGCC\", \"ini\": 3552, \"clust\": 2929, \"rank\": 40, \"rankvar\": 1691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 37, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3043, \"group\": [2930.0, 527.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCCTGACT\", \"ini\": 3551, \"clust\": 2031, \"rank\": 23, \"rankvar\": 201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 38, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 202, \"group\": [2032.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTCGAGA\", \"ini\": 3550, \"clust\": 2077, \"rank\": 43, \"rankvar\": 127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 39, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 203, \"group\": [2078.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGGTGACCA\", \"ini\": 3549, \"clust\": 2055, \"rank\": 57, \"rankvar\": 1014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 40, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 204, \"group\": [2057.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCACTC\", \"ini\": 3548, \"clust\": 2019, \"rank\": 68, \"rankvar\": 543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 41, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 205, \"group\": [2019.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGTCAAGGC\", \"ini\": 3547, \"clust\": 2922, \"rank\": 84, \"rankvar\": 14, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 42, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3044, \"group\": [2922.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTACCCAAT\", \"ini\": 3546, \"clust\": 2919, \"rank\": 136, \"rankvar\": 28, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 43, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3045, \"group\": [2917.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCTACTCAT\", \"ini\": 3545, \"clust\": 2037, \"rank\": 28, \"rankvar\": 366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 44, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 206, \"group\": [2038.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCTACCTA\", \"ini\": 3544, \"clust\": 2056, \"rank\": 30, \"rankvar\": 2143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 45, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 207, \"group\": [2055.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGGACGAT\", \"ini\": 3543, \"clust\": 2080, \"rank\": 38, \"rankvar\": 933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 46, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 208, \"group\": [2079.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGCTAGTCT\", \"ini\": 3542, \"clust\": 1635, \"rank\": 55, \"rankvar\": 565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 47, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 209, \"group\": [1636.0, 310.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTACATCATCCC\", \"ini\": 3541, \"clust\": 2057, \"rank\": 41, \"rankvar\": 1346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 48, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 210, \"group\": [2056.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGAATTGTG\", \"ini\": 3540, \"clust\": 52, \"rank\": 3, \"rankvar\": 3179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 49, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1839, \"group\": [52.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCATTATCC\", \"ini\": 3539, \"clust\": 2014, \"rank\": 94, \"rankvar\": 92, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 50, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 211, \"group\": [2015.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAAGCTAGTTC\", \"ini\": 3538, \"clust\": 3115, \"rank\": 9, \"rankvar\": 3214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 51, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3046, \"group\": [3110.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCGACTGC\", \"ini\": 3537, \"clust\": 2023, \"rank\": 29, \"rankvar\": 461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 52, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 212, \"group\": [2028.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTCTCCCTA\", \"ini\": 3536, \"clust\": 2016, \"rank\": 54, \"rankvar\": 1826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 53, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 213, \"group\": [2017.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCTGCAGTA\", \"ini\": 3535, \"clust\": 3109, \"rank\": 14, \"rankvar\": 2794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 54, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3047, \"group\": [3108.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCCCGACTT\", \"ini\": 3534, \"clust\": 2918, \"rank\": 126, \"rankvar\": 52, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 55, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3048, \"group\": [2919.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCAGTCCTTC\", \"ini\": 3533, \"clust\": 2010, \"rank\": 79, \"rankvar\": 3, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 56, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 214, \"group\": [2009.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCTATCCCG\", \"ini\": 3532, \"clust\": 2917, \"rank\": 144, \"rankvar\": 32, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 57, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3049, \"group\": [2920.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATAGGTA\", \"ini\": 3531, \"clust\": 2923, \"rank\": 101, \"rankvar\": 83, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 58, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3050, \"group\": [2925.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAGTTTCGCTC\", \"ini\": 3530, \"clust\": 3086, \"rank\": 75, \"rankvar\": 301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 59, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3051, \"group\": [3085.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGGGCTA\", \"ini\": 3529, \"clust\": 2913, \"rank\": 115, \"rankvar\": 19, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 60, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3052, \"group\": [2911.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAGTAAGCG\", \"ini\": 3528, \"clust\": 2060, \"rank\": 33, \"rankvar\": 2728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 61, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 215, \"group\": [2061.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCAACTCTT\", \"ini\": 3527, \"clust\": 3114, \"rank\": 5, \"rankvar\": 3401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 62, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3053, \"group\": [3112.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTAGCGATG\", \"ini\": 3526, \"clust\": 2068, \"rank\": 73, \"rankvar\": 119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 63, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 216, \"group\": [2072.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCTGCCAG\", \"ini\": 3525, \"clust\": 2079, \"rank\": 51, \"rankvar\": 82, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 64, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 217, \"group\": [2077.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCGTAGGTT\", \"ini\": 3524, \"clust\": 2011, \"rank\": 63, \"rankvar\": 16, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 65, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 218, \"group\": [2010.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTCGAC\", \"ini\": 3523, \"clust\": 2035, \"rank\": 85, \"rankvar\": 193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 66, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 219, \"group\": [2050.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCCACTAT\", \"ini\": 3522, \"clust\": 2020, \"rank\": 97, \"rankvar\": 35, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 67, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 220, \"group\": [2020.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGACATTA\", \"ini\": 3521, \"clust\": 2911, \"rank\": 114, \"rankvar\": 168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 68, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3054, \"group\": [2916.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGGTTCCC\", \"ini\": 3520, \"clust\": 2046, \"rank\": 61, \"rankvar\": 386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 69, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 221, \"group\": [2046.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGTCCTCCT\", \"ini\": 3519, \"clust\": 2901, \"rank\": 212, \"rankvar\": 1240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 70, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3055, \"group\": [2902.0, 522.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCGGCGCAT\", \"ini\": 3518, \"clust\": 2021, \"rank\": 81, \"rankvar\": 428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 71, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 222, \"group\": [2022.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCTTGCATT\", \"ini\": 3517, \"clust\": 2946, \"rank\": 179, \"rankvar\": 240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 72, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3056, \"group\": [2945.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGTTACGGG\", \"ini\": 3516, \"clust\": 2028, \"rank\": 48, \"rankvar\": 1027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 73, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 223, \"group\": [2031.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTACAAGTA\", \"ini\": 3515, \"clust\": 1637, \"rank\": 78, \"rankvar\": 390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 74, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 224, \"group\": [1635.0, 310.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGATCCTGT\", \"ini\": 3514, \"clust\": 2066, \"rank\": 56, \"rankvar\": 1516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 75, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 225, \"group\": [2065.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGAGTTGC\", \"ini\": 3513, \"clust\": 1654, \"rank\": 77, \"rankvar\": 726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 76, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 226, \"group\": [1652.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCAGTTTGG\", \"ini\": 3512, \"clust\": 3097, \"rank\": 67, \"rankvar\": 2698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 77, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3558, \"group\": [3119.0, 589.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACCTTAT\", \"ini\": 3511, \"clust\": 2931, \"rank\": 104, \"rankvar\": 491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 78, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3057, \"group\": [2929.0, 527.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAGTGATGCCC\", \"ini\": 3510, \"clust\": 3436, \"rank\": 156, \"rankvar\": 3165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 79, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 2, \"group\": [3436.0, 631.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCTGGCGTG\", \"ini\": 3509, \"clust\": 1265, \"rank\": 102, \"rankvar\": 3034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 80, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1675, \"group\": [1266.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGTGGTTT\", \"ini\": 3508, \"clust\": 2049, \"rank\": 52, \"rankvar\": 289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 81, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 227, \"group\": [2048.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGCTTATCG\", \"ini\": 3507, \"clust\": 3103, \"rank\": 69, \"rankvar\": 927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 82, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3058, \"group\": [3101.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTGCGTTA\", \"ini\": 3506, \"clust\": 2909, \"rank\": 137, \"rankvar\": 11, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 83, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3059, \"group\": [2908.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGAATGGA\", \"ini\": 3505, \"clust\": 1651, \"rank\": 113, \"rankvar\": 71, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 84, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 228, \"group\": [1660.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTCGTTGA\", \"ini\": 3504, \"clust\": 1891, \"rank\": 121, \"rankvar\": 73, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 85, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 229, \"group\": [1892.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTAGATGA\", \"ini\": 3503, \"clust\": 2022, \"rank\": 86, \"rankvar\": 683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 86, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 230, \"group\": [2023.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCAGAATTCCC\", \"ini\": 3502, \"clust\": 3110, \"rank\": 70, \"rankvar\": 1698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 87, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3060, \"group\": [3106.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTCCTATA\", \"ini\": 3501, \"clust\": 2030, \"rank\": 46, \"rankvar\": 356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 88, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 231, \"group\": [2030.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGAAACGCC\", \"ini\": 3500, \"clust\": 1937, \"rank\": 6, \"rankvar\": 3451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 89, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 232, \"group\": [1937.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGCACTCT\", \"ini\": 3499, \"clust\": 1660, \"rank\": 109, \"rankvar\": 237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 90, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 233, \"group\": [1657.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGATGCGAC\", \"ini\": 3498, \"clust\": 3116, \"rank\": 22, \"rankvar\": 2731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 91, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3061, \"group\": [3111.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCGTCCAGG\", \"ini\": 3497, \"clust\": 3440, \"rank\": 143, \"rankvar\": 963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 92, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 3, \"group\": [3440.0, 632.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGAAGGGTA\", \"ini\": 3496, \"clust\": 2920, \"rank\": 174, \"rankvar\": 84, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 93, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3062, \"group\": [2918.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGCTGCCCA\", \"ini\": 3495, \"clust\": 1889, \"rank\": 83, \"rankvar\": 121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 94, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 234, \"group\": [1890.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATCGTCGG\", \"ini\": 3494, \"clust\": 2036, \"rank\": 58, \"rankvar\": 745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 95, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 235, \"group\": [2039.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGCAGCGTA\", \"ini\": 3493, \"clust\": 2062, \"rank\": 49, \"rankvar\": 2776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 96, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 236, \"group\": [2063.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTACAGAA\", \"ini\": 3492, \"clust\": 2067, \"rank\": 112, \"rankvar\": 486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 97, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 237, \"group\": [2066.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCATATACGC\", \"ini\": 3491, \"clust\": 2052, \"rank\": 37, \"rankvar\": 2945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 98, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 238, \"group\": [2053.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAAATA\", \"ini\": 3490, \"clust\": 2891, \"rank\": 167, \"rankvar\": 184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 99, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3063, \"group\": [2894.0, 518.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGACCACGA\", \"ini\": 3489, \"clust\": 3098, \"rank\": 26, \"rankvar\": 1852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 100, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3064, \"group\": [3097.0, 586.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGGCGAA\", \"ini\": 3488, \"clust\": 1664, \"rank\": 155, \"rankvar\": 283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 239, \"group\": [1661.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCGTTCCCGAG\", \"ini\": 3487, \"clust\": 2925, \"rank\": 149, \"rankvar\": 33, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 102, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3065, \"group\": [2924.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTGTGGTTT\", \"ini\": 3486, \"clust\": 2053, \"rank\": 36, \"rankvar\": 2852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 240, \"group\": [2054.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTAGGGACT\", \"ini\": 3485, \"clust\": 2012, \"rank\": 72, \"rankvar\": 1407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 241, \"group\": [2013.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCACGGTTTA\", \"ini\": 3484, \"clust\": 2051, \"rank\": 92, \"rankvar\": 738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 242, \"group\": [2052.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGTAAACT\", \"ini\": 3483, \"clust\": 3094, \"rank\": 65, \"rankvar\": 1427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3066, \"group\": [3093.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAAGGTTCT\", \"ini\": 3482, \"clust\": 1657, \"rank\": 82, \"rankvar\": 982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 243, \"group\": [1653.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAACAACCT\", \"ini\": 3481, \"clust\": 2895, \"rank\": 117, \"rankvar\": 44, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 108, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3067, \"group\": [2896.0, 520.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACTGTGTA\", \"ini\": 3480, \"clust\": 1224, \"rank\": 147, \"rankvar\": 1471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 109, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3028, \"group\": [1226.0, 180.0, 29.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTGCCATT\", \"ini\": 3479, \"clust\": 222, \"rank\": 34, \"rankvar\": 3354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 110, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2691, \"group\": [223.0, 62.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTACCGGCT\", \"ini\": 3478, \"clust\": 3104, \"rank\": 64, \"rankvar\": 3184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 111, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3068, \"group\": [3102.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTGTCTTT\", \"ini\": 3477, \"clust\": 1656, \"rank\": 116, \"rankvar\": 55, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 244, \"group\": [1651.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGCGATTCT\", \"ini\": 3476, \"clust\": 2926, \"rank\": 215, \"rankvar\": 180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 113, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3069, \"group\": [2926.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGCAAAGA\", \"ini\": 3475, \"clust\": 3416, \"rank\": 108, \"rankvar\": 3105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 114, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3566, \"group\": [3417.0, 618.0, 86.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATGCCCGA\", \"ini\": 3474, \"clust\": 2908, \"rank\": 170, \"rankvar\": 832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3070, \"group\": [2910.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCCCTGACT\", \"ini\": 3473, \"clust\": 2074, \"rank\": 122, \"rankvar\": 566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 245, \"group\": [2073.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGCATAT\", \"ini\": 3472, \"clust\": 3095, \"rank\": 74, \"rankvar\": 1807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 117, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3071, \"group\": [3094.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGGGAGTAA\", \"ini\": 3471, \"clust\": 2027, \"rank\": 80, \"rankvar\": 288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 246, \"group\": [2025.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTTGAGTTC\", \"ini\": 3470, \"clust\": 3111, \"rank\": 93, \"rankvar\": 2608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 119, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3072, \"group\": [3107.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCACGGTTA\", \"ini\": 3469, \"clust\": 2906, \"rank\": 219, \"rankvar\": 134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 120, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3073, \"group\": [2906.0, 524.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCTGGGCCA\", \"ini\": 3468, \"clust\": 2059, \"rank\": 45, \"rankvar\": 3355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 247, \"group\": [2060.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCGGCTTGG\", \"ini\": 3467, \"clust\": 2952, \"rank\": 328, \"rankvar\": 879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3074, \"group\": [2949.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAGTCCCT\", \"ini\": 3466, \"clust\": 1995, \"rank\": 120, \"rankvar\": 419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 248, \"group\": [1996.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATGGGTC\", \"ini\": 3465, \"clust\": 2949, \"rank\": 317, \"rankvar\": 459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 124, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3075, \"group\": [2947.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGTTAACC\", \"ini\": 3464, \"clust\": 2002, \"rank\": 111, \"rankvar\": 41, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 249, \"group\": [2003.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCTG\", \"ini\": 3463, \"clust\": 3236, \"rank\": 124, \"rankvar\": 1781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 126, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3076, \"group\": [3236.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTGACTCAT\", \"ini\": 3462, \"clust\": 2025, \"rank\": 88, \"rankvar\": 1663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 250, \"group\": [2026.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCTAGGTT\", \"ini\": 3461, \"clust\": 3437, \"rank\": 262, \"rankvar\": 2709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 128, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 4, \"group\": [3437.0, 631.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCATCTGCC\", \"ini\": 3460, \"clust\": 2897, \"rank\": 185, \"rankvar\": 75, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3077, \"group\": [2898.0, 521.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGTCTCGGC\", \"ini\": 3459, \"clust\": 3262, \"rank\": 123, \"rankvar\": 1248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 130, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3078, \"group\": [3261.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAATCCGGGTGT\", \"ini\": 3458, \"clust\": 1225, \"rank\": 275, \"rankvar\": 2534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 131, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3029, \"group\": [1224.0, 178.0, 29.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCAAGTAATG\", \"ini\": 3457, \"clust\": 1663, \"rank\": 180, \"rankvar\": 1237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 132, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 251, \"group\": [1663.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCATGGTCTA\", \"ini\": 3456, \"clust\": 1941, \"rank\": 90, \"rankvar\": 1890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 252, \"group\": [1941.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTACTTAC\", \"ini\": 3455, \"clust\": 2888, \"rank\": 176, \"rankvar\": 23, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 134, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3079, \"group\": [2889.0, 514.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTCCATGAT\", \"ini\": 3454, \"clust\": 1688, \"rank\": 134, \"rankvar\": 423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 253, \"group\": [1687.0, 321.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCCAGTAAGAT\", \"ini\": 3453, \"clust\": 3445, \"rank\": 264, \"rankvar\": 2363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 136, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 5, \"group\": [3445.0, 633.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTGTGTGCC\", \"ini\": 3452, \"clust\": 3374, \"rank\": 91, \"rankvar\": 2969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 137, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3080, \"group\": [3375.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGCGTTCCG\", \"ini\": 3451, \"clust\": 2032, \"rank\": 140, \"rankvar\": 165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 254, \"group\": [2033.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCACCAGTTA\", \"ini\": 3450, \"clust\": 2034, \"rank\": 95, \"rankvar\": 138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 255, \"group\": [2035.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAAGAGGACGG\", \"ini\": 3449, \"clust\": 2070, \"rank\": 173, \"rankvar\": 116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 256, \"group\": [2069.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCACTTACT\", \"ini\": 3448, \"clust\": 2914, \"rank\": 191, \"rankvar\": 18, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3081, \"group\": [2912.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGACTCG\", \"ini\": 3447, \"clust\": 3102, \"rank\": 125, \"rankvar\": 1483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3082, \"group\": [3118.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCTGCCAG\", \"ini\": 3446, \"clust\": 2006, \"rank\": 100, \"rankvar\": 529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 257, \"group\": [2005.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCGTCACGG\", \"ini\": 3445, \"clust\": 1255, \"rank\": 168, \"rankvar\": 2676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 144, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1676, \"group\": [1254.0, 202.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCCGTCGT\", \"ini\": 3444, \"clust\": 2061, \"rank\": 118, \"rankvar\": 650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 258, \"group\": [2062.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTTCCTC\", \"ini\": 3443, \"clust\": 2950, \"rank\": 452, \"rankvar\": 1103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 146, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3083, \"group\": [2948.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCAGTTAGC\", \"ini\": 3442, \"clust\": 2944, \"rank\": 255, \"rankvar\": 290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 147, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3084, \"group\": [2943.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGGGCTTGA\", \"ini\": 3441, \"clust\": 3367, \"rank\": 146, \"rankvar\": 2863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 148, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3085, \"group\": [3369.0, 611.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCTTTACGT\", \"ini\": 3440, \"clust\": 2069, \"rank\": 158, \"rankvar\": 204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 259, \"group\": [2071.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCACCACCT\", \"ini\": 3439, \"clust\": 3099, \"rank\": 105, \"rankvar\": 965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 150, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3086, \"group\": [3098.0, 586.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTCTTAT\", \"ini\": 3438, \"clust\": 2009, \"rank\": 164, \"rankvar\": 4, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 260, \"group\": [2011.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACACACGCTG\", \"ini\": 3437, \"clust\": 2899, \"rank\": 290, \"rankvar\": 418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 152, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3087, \"group\": [2900.0, 522.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGTGCTGCC\", \"ini\": 3436, \"clust\": 1723, \"rank\": 98, \"rankvar\": 2245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 261, \"group\": [1721.0, 333.0, 57.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCAAACCAC\", \"ini\": 3435, \"clust\": 1686, \"rank\": 142, \"rankvar\": 1405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 262, \"group\": [1685.0, 321.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGTCGTACT\", \"ini\": 3434, \"clust\": 1689, \"rank\": 139, \"rankvar\": 623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 263, \"group\": [1688.0, 321.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGAGCCTAG\", \"ini\": 3433, \"clust\": 1938, \"rank\": 110, \"rankvar\": 1498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 156, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 264, \"group\": [1940.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCGAATGCT\", \"ini\": 3432, \"clust\": 2000, \"rank\": 135, \"rankvar\": 1302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 265, \"group\": [2000.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGTGGCA\", \"ini\": 3431, \"clust\": 1982, \"rank\": 128, \"rankvar\": 661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 266, \"group\": [1982.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCGGTGTCG\", \"ini\": 3430, \"clust\": 2890, \"rank\": 221, \"rankvar\": 170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3088, \"group\": [2895.0, 519.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCCACGTC\", \"ini\": 3429, \"clust\": 2041, \"rank\": 150, \"rankvar\": 242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 267, \"group\": [2043.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACTGAAGG\", \"ini\": 3428, \"clust\": 2904, \"rank\": 291, \"rankvar\": 77, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3089, \"group\": [2904.0, 523.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCTCTC\", \"ini\": 3427, \"clust\": 2934, \"rank\": 543, \"rankvar\": 2601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3090, \"group\": [2938.0, 533.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATACCATG\", \"ini\": 3426, \"clust\": 2947, \"rank\": 488, \"rankvar\": 1253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 163, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3091, \"group\": [2946.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCCGTAGTA\", \"ini\": 3425, \"clust\": 3259, \"rank\": 131, \"rankvar\": 330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 164, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3092, \"group\": [3259.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCTAACTC\", \"ini\": 3424, \"clust\": 2040, \"rank\": 184, \"rankvar\": 120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 268, \"group\": [2044.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACGTCA\", \"ini\": 3423, \"clust\": 2948, \"rank\": 407, \"rankvar\": 270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 166, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3093, \"group\": [2952.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGCTAGCA\", \"ini\": 3422, \"clust\": 2900, \"rank\": 357, \"rankvar\": 1570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 167, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 6, \"group\": [2901.0, 522.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGCTAAA\", \"ini\": 3421, \"clust\": 1997, \"rank\": 119, \"rankvar\": 1650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 269, \"group\": [2002.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGGAGTACC\", \"ini\": 3420, \"clust\": 2910, \"rank\": 270, \"rankvar\": 26, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3094, \"group\": [2909.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCACTCCTG\", \"ini\": 3419, \"clust\": 2001, \"rank\": 127, \"rankvar\": 587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 270, \"group\": [2001.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTTTGACAC\", \"ini\": 3418, \"clust\": 1268, \"rank\": 162, \"rankvar\": 2811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 171, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1677, \"group\": [1267.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGCTAACAA\", \"ini\": 3417, \"clust\": 1962, \"rank\": 151, \"rankvar\": 717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 172, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 271, \"group\": [1963.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTGGTACAG\", \"ini\": 3416, \"clust\": 1729, \"rank\": 224, \"rankvar\": 1274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 272, \"group\": [1729.0, 339.0, 61.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCCGCGA\", \"ini\": 3415, \"clust\": 3475, \"rank\": 513, \"rankvar\": 3480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 174, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 7, \"group\": [3475.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAGGCGATA\", \"ini\": 3414, \"clust\": 2063, \"rank\": 141, \"rankvar\": 1930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 273, \"group\": [2064.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCGGTCCGA\", \"ini\": 3413, \"clust\": 1908, \"rank\": 223, \"rankvar\": 264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 274, \"group\": [1907.0, 410.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCGGGAGTA\", \"ini\": 3412, \"clust\": 2065, \"rank\": 169, \"rankvar\": 421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 275, \"group\": [2067.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTTCGCG\", \"ini\": 3411, \"clust\": 2253, \"rank\": 216, \"rankvar\": 416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 276, \"group\": [2257.0, 429.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGCTATA\", \"ini\": 3410, \"clust\": 1658, \"rank\": 153, \"rankvar\": 973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 277, \"group\": [1654.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCGGAAA\", \"ini\": 3409, \"clust\": 3081, \"rank\": 154, \"rankvar\": 865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 180, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3095, \"group\": [3079.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAGGAACGT\", \"ini\": 3408, \"clust\": 2017, \"rank\": 230, \"rankvar\": 161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 181, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 278, \"group\": [2018.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGTAGCCGA\", \"ini\": 3407, \"clust\": 1690, \"rank\": 192, \"rankvar\": 1675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 279, \"group\": [1689.0, 321.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCAGTGCCAGA\", \"ini\": 3406, \"clust\": 2015, \"rank\": 182, \"rankvar\": 152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 280, \"group\": [2016.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCAAACTC\", \"ini\": 3405, \"clust\": 3117, \"rank\": 107, \"rankvar\": 2317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3096, \"group\": [3117.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGATGATA\", \"ini\": 3404, \"clust\": 2905, \"rank\": 397, \"rankvar\": 125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 185, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3097, \"group\": [2905.0, 523.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTCTAAACC\", \"ini\": 3403, \"clust\": 1896, \"rank\": 213, \"rankvar\": 69, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 281, \"group\": [1896.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGAACGC\", \"ini\": 3402, \"clust\": 2013, \"rank\": 106, \"rankvar\": 906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 282, \"group\": [2014.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCATCGCTC\", \"ini\": 3401, \"clust\": 1659, \"rank\": 222, \"rankvar\": 849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 283, \"group\": [1659.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTAGCGTGA\", \"ini\": 3400, \"clust\": 2018, \"rank\": 195, \"rankvar\": 1034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 284, \"group\": [2021.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGTGGGAA\", \"ini\": 3399, \"clust\": 1666, \"rank\": 364, \"rankvar\": 657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 190, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 285, \"group\": [1664.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGTTTA\", \"ini\": 3398, \"clust\": 1687, \"rank\": 161, \"rankvar\": 1267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 286, \"group\": [1686.0, 321.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCAATCACG\", \"ini\": 3397, \"clust\": 1955, \"rank\": 145, \"rankvar\": 2947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 287, \"group\": [1957.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGACCGGAT\", \"ini\": 3396, \"clust\": 1921, \"rank\": 201, \"rankvar\": 2546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 288, \"group\": [1922.0, 413.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGTCAAGGC\", \"ini\": 3395, \"clust\": 223, \"rank\": 60, \"rankvar\": 3330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2692, \"group\": [224.0, 62.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTCAGTGGA\", \"ini\": 3394, \"clust\": 1942, \"rank\": 103, \"rankvar\": 3297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 289, \"group\": [1942.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCATCACCC\", \"ini\": 3393, \"clust\": 2076, \"rank\": 159, \"rankvar\": 403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 196, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 290, \"group\": [2081.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTAAACGCG\", \"ini\": 3392, \"clust\": 1250, \"rank\": 206, \"rankvar\": 2228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 197, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1678, \"group\": [1250.0, 199.0, 34.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTACCTGC\", \"ini\": 3391, \"clust\": 2054, \"rank\": 171, \"rankvar\": 1804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 291, \"group\": [2058.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGCATGTG\", \"ini\": 3390, \"clust\": 2902, \"rank\": 393, \"rankvar\": 1317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 199, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3098, \"group\": [2903.0, 522.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTCTTGAT\", \"ini\": 3389, \"clust\": 1257, \"rank\": 220, \"rankvar\": 3153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 200, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1679, \"group\": [1258.0, 202.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGGCGAAT\", \"ini\": 3388, \"clust\": 2073, \"rank\": 200, \"rankvar\": 656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 292, \"group\": [2075.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAGTCA\", \"ini\": 3387, \"clust\": 2951, \"rank\": 484, \"rankvar\": 1908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 202, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3099, \"group\": [2951.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCGCTAGCG\", \"ini\": 3386, \"clust\": 1899, \"rank\": 256, \"rankvar\": 439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 293, \"group\": [1899.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTTCTCTGTCG\", \"ini\": 3385, \"clust\": 3258, \"rank\": 226, \"rankvar\": 1403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3100, \"group\": [3264.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCACGAT\", \"ini\": 3384, \"clust\": 3369, \"rank\": 237, \"rankvar\": 2856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 205, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3101, \"group\": [3366.0, 611.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTTGGTGGA\", \"ini\": 3383, \"clust\": 3370, \"rank\": 205, \"rankvar\": 2638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 206, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3102, \"group\": [3367.0, 611.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCAGAGACG\", \"ini\": 3382, \"clust\": 1914, \"rank\": 250, \"rankvar\": 343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 207, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 294, \"group\": [1915.0, 412.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTTAT\", \"ini\": 3381, \"clust\": 1714, \"rank\": 377, \"rankvar\": 22, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 295, \"group\": [1713.0, 328.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAGTGGA\", \"ini\": 3380, \"clust\": 2081, \"rank\": 196, \"rankvar\": 164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 296, \"group\": [2080.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGAGCCCAACC\", \"ini\": 3379, \"clust\": 1266, \"rank\": 257, \"rankvar\": 3188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1680, \"group\": [1264.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCTTTCAT\", \"ini\": 3378, \"clust\": 1956, \"rank\": 198, \"rankvar\": 1723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 297, \"group\": [1955.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAAGGTGACCA\", \"ini\": 3377, \"clust\": 3089, \"rank\": 148, \"rankvar\": 678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3103, \"group\": [3088.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGCTTCGCG\", \"ini\": 3376, \"clust\": 1691, \"rank\": 253, \"rankvar\": 494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 298, \"group\": [1690.0, 321.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTCATGCCG\", \"ini\": 3375, \"clust\": 1904, \"rank\": 204, \"rankvar\": 517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 214, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 299, \"group\": [1904.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCAAAGAATC\", \"ini\": 3374, \"clust\": 3368, \"rank\": 160, \"rankvar\": 3265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 215, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3104, \"group\": [3368.0, 611.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTATCAGTC\", \"ini\": 3373, \"clust\": 1228, \"rank\": 280, \"rankvar\": 464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 216, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1669, \"group\": [1227.0, 181.0, 29.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCACGCATA\", \"ini\": 3372, \"clust\": 1644, \"rank\": 210, \"rankvar\": 53, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 300, \"group\": [1645.0, 313.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTTACTCT\", \"ini\": 3371, \"clust\": 2064, \"rank\": 266, \"rankvar\": 463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 301, \"group\": [2068.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTAAGCACG\", \"ini\": 3370, \"clust\": 1901, \"rank\": 258, \"rankvar\": 325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 302, \"group\": [1901.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGTAAGAT\", \"ini\": 3369, \"clust\": 1939, \"rank\": 132, \"rankvar\": 2553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 303, \"group\": [1938.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAAGCAAT\", \"ini\": 3368, \"clust\": 3265, \"rank\": 187, \"rankvar\": 2021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 221, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3105, \"group\": [3268.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTGTGACCC\", \"ini\": 3367, \"clust\": 2075, \"rank\": 240, \"rankvar\": 484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 304, \"group\": [2074.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCCTCTAGC\", \"ini\": 3366, \"clust\": 3254, \"rank\": 254, \"rankvar\": 1685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 223, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3106, \"group\": [3253.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAACTGCTA\", \"ini\": 3365, \"clust\": 3082, \"rank\": 186, \"rankvar\": 1991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 224, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3107, \"group\": [3080.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGACCAAG\", \"ini\": 3364, \"clust\": 3483, \"rank\": 428, \"rankvar\": 3262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 225, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 8, \"group\": [3484.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCGAGATG\", \"ini\": 3363, \"clust\": 1668, \"rank\": 300, \"rankvar\": 115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 305, \"group\": [1668.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCTCCTAG\", \"ini\": 3362, \"clust\": 1647, \"rank\": 394, \"rankvar\": 208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 306, \"group\": [1646.0, 313.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTTAAGTAG\", \"ini\": 3361, \"clust\": 1327, \"rank\": 165, \"rankvar\": 3324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1681, \"group\": [1328.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCCAT\", \"ini\": 3360, \"clust\": 1264, \"rank\": 234, \"rankvar\": 3139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 229, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1682, \"group\": [1271.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTAAACACA\", \"ini\": 3359, \"clust\": 2303, \"rank\": 209, \"rankvar\": 1109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 307, \"group\": [2301.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTATTCTC\", \"ini\": 3358, \"clust\": 1275, \"rank\": 302, \"rankvar\": 3292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1683, \"group\": [1272.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTAGAGG\", \"ini\": 3357, \"clust\": 3106, \"rank\": 138, \"rankvar\": 742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 232, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3108, \"group\": [3103.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAAGAATC\", \"ini\": 3356, \"clust\": 3260, \"rank\": 177, \"rankvar\": 1545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 233, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3109, \"group\": [3260.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGCTAGT\", \"ini\": 3355, \"clust\": 1672, \"rank\": 244, \"rankvar\": 131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 308, \"group\": [1670.0, 316.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGTCTCG\", \"ini\": 3354, \"clust\": 3118, \"rank\": 129, \"rankvar\": 3080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3110, \"group\": [3115.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGTCTCT\", \"ini\": 3353, \"clust\": 1926, \"rank\": 299, \"rankvar\": 2393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 309, \"group\": [1927.0, 414.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACAATGGATA\", \"ini\": 3352, \"clust\": 1983, \"rank\": 238, \"rankvar\": 206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 310, \"group\": [1983.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGAACAATC\", \"ini\": 3351, \"clust\": 3237, \"rank\": 199, \"rankvar\": 3014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3111, \"group\": [3237.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCACCGTAA\", \"ini\": 3350, \"clust\": 2343, \"rank\": 217, \"rankvar\": 836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 311, \"group\": [2344.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTATATGAG\", \"ini\": 3349, \"clust\": 2071, \"rank\": 247, \"rankvar\": 703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 240, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 312, \"group\": [2070.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCTAGAAC\", \"ini\": 3348, \"clust\": 1981, \"rank\": 232, \"rankvar\": 46, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 313, \"group\": [1987.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTTAGTGGG\", \"ini\": 3347, \"clust\": 1781, \"rank\": 267, \"rankvar\": 348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 314, \"group\": [1780.0, 375.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTTATGCGT\", \"ini\": 3346, \"clust\": 3091, \"rank\": 172, \"rankvar\": 1358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 243, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3112, \"group\": [3091.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAAGTTCC\", \"ini\": 3345, \"clust\": 1893, \"rank\": 281, \"rankvar\": 74, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 315, \"group\": [1894.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATTTGCTT\", \"ini\": 3344, \"clust\": 1665, \"rank\": 293, \"rankvar\": 1334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 316, \"group\": [1662.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCCAGTAGT\", \"ini\": 3343, \"clust\": 1653, \"rank\": 276, \"rankvar\": 480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 317, \"group\": [1655.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACCGTAA\", \"ini\": 3342, \"clust\": 2892, \"rank\": 351, \"rankvar\": 45, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 247, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3113, \"group\": [2893.0, 517.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTAAAGTG\", \"ini\": 3341, \"clust\": 2953, \"rank\": 576, \"rankvar\": 367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 248, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3114, \"group\": [2950.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGACGTT\", \"ini\": 3340, \"clust\": 2352, \"rank\": 233, \"rankvar\": 582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 318, \"group\": [2350.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGCACTCAGGC\", \"ini\": 3339, \"clust\": 3087, \"rank\": 231, \"rankvar\": 658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3115, \"group\": [3086.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATCACCC\", \"ini\": 3338, \"clust\": 1722, \"rank\": 157, \"rankvar\": 2634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 319, \"group\": [1723.0, 333.0, 57.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTACCTACA\", \"ini\": 3337, \"clust\": 1332, \"rank\": 194, \"rankvar\": 3111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 252, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1684, \"group\": [1331.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCAGTTTGG\", \"ini\": 3336, \"clust\": 1680, \"rank\": 375, \"rankvar\": 957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 320, \"group\": [1679.0, 318.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTGTGTATGGG\", \"ini\": 3335, \"clust\": 3079, \"rank\": 242, \"rankvar\": 1435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 254, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3116, \"group\": [3082.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCACGTGAGA\", \"ini\": 3334, \"clust\": 1671, \"rank\": 311, \"rankvar\": 36, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 321, \"group\": [1672.0, 316.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTAGTACCT\", \"ini\": 3333, \"clust\": 3261, \"rank\": 202, \"rankvar\": 2113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3117, \"group\": [3263.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGTGTGCC\", \"ini\": 3332, \"clust\": 1949, \"rank\": 228, \"rankvar\": 2387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 322, \"group\": [1948.0, 416.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCAGGGTTAG\", \"ini\": 3331, \"clust\": 1892, \"rank\": 268, \"rankvar\": 351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 323, \"group\": [1893.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTAAGGGC\", \"ini\": 3330, \"clust\": 3090, \"rank\": 208, \"rankvar\": 1166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3118, \"group\": [3089.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAGTGCACTTA\", \"ini\": 3329, \"clust\": 1912, \"rank\": 284, \"rankvar\": 357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 324, \"group\": [1917.0, 412.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCAGACGTAG\", \"ini\": 3328, \"clust\": 3417, \"rank\": 325, \"rankvar\": 2978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 261, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3567, \"group\": [3418.0, 618.0, 86.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTTTAC\", \"ini\": 3327, \"clust\": 3093, \"rank\": 163, \"rankvar\": 2279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 262, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3119, \"group\": [3095.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATGTTAAAGAC\", \"ini\": 3326, \"clust\": 1669, \"rank\": 324, \"rankvar\": 307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 325, \"group\": [1666.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCGCCATG\", \"ini\": 3325, \"clust\": 1698, \"rank\": 343, \"rankvar\": 1020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 326, \"group\": [1695.0, 323.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTTGAGGT\", \"ini\": 3324, \"clust\": 1648, \"rank\": 345, \"rankvar\": 1234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 327, \"group\": [1647.0, 313.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTCGAATCT\", \"ini\": 3323, \"clust\": 1662, \"rank\": 326, \"rankvar\": 700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 328, \"group\": [1669.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGCATCATC\", \"ini\": 3322, \"clust\": 1957, \"rank\": 214, \"rankvar\": 2346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 329, \"group\": [1956.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTGTTAAGA\", \"ini\": 3321, \"clust\": 3229, \"rank\": 178, \"rankvar\": 2800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3120, \"group\": [3228.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCATTAGCCA\", \"ini\": 3320, \"clust\": 3108, \"rank\": 130, \"rankvar\": 2999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3121, \"group\": [3109.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGACATTA\", \"ini\": 3319, \"clust\": 3477, \"rank\": 621, \"rankvar\": 3393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 270, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 9, \"group\": [3478.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCCTTGG\", \"ini\": 3318, \"clust\": 1633, \"rank\": 285, \"rankvar\": 1, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 330, \"group\": [1632.0, 309.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGATGCCAG\", \"ini\": 3317, \"clust\": 1645, \"rank\": 306, \"rankvar\": 643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 331, \"group\": [1643.0, 313.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCAAGCGAGT\", \"ini\": 3316, \"clust\": 1270, \"rank\": 279, \"rankvar\": 2862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 273, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1685, \"group\": [1269.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCTAGGGC\", \"ini\": 3315, \"clust\": 1269, \"rank\": 243, \"rankvar\": 2840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1686, \"group\": [1268.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCATCATTC\", \"ini\": 3314, \"clust\": 2387, \"rank\": 236, \"rankvar\": 1414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 332, \"group\": [2387.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCAAACAACA\", \"ini\": 3313, \"clust\": 3338, \"rank\": 188, \"rankvar\": 2136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 276, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3122, \"group\": [3338.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCGGATCA\", \"ini\": 3312, \"clust\": 1940, \"rank\": 152, \"rankvar\": 2336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 333, \"group\": [1939.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCAAACGGG\", \"ini\": 3311, \"clust\": 1958, \"rank\": 235, \"rankvar\": 1124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 334, \"group\": [1959.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCCAGCTGGCT\", \"ini\": 3310, \"clust\": 3267, \"rank\": 263, \"rankvar\": 2271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 279, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3123, \"group\": [3265.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCAAGCCTA\", \"ini\": 3309, \"clust\": 3478, \"rank\": 812, \"rankvar\": 2943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 280, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 10, \"group\": [3479.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCTGTTTGT\", \"ini\": 3308, \"clust\": 2889, \"rank\": 321, \"rankvar\": 39, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 281, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3124, \"group\": [2890.0, 515.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCGAGAAA\", \"ini\": 3307, \"clust\": 1337, \"rank\": 288, \"rankvar\": 1927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 282, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1687, \"group\": [1336.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGAGAACG\", \"ini\": 3306, \"clust\": 1993, \"rank\": 252, \"rankvar\": 651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 335, \"group\": [1994.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACACAGGAGT\", \"ini\": 3305, \"clust\": 1930, \"rank\": 248, \"rankvar\": 1324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 336, \"group\": [1929.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAGACGTAG\", \"ini\": 3304, \"clust\": 1709, \"rank\": 617, \"rankvar\": 1801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 337, \"group\": [1708.0, 327.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCTGGAAC\", \"ini\": 3303, \"clust\": 2927, \"rank\": 430, \"rankvar\": 10, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 286, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3125, \"group\": [2927.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCATGTAGC\", \"ini\": 3302, \"clust\": 53, \"rank\": 76, \"rankvar\": 3421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 287, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1840, \"group\": [50.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGTTTGCC\", \"ini\": 3301, \"clust\": 1998, \"rank\": 239, \"rankvar\": 1565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 338, \"group\": [1998.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGCGCTCCA\", \"ini\": 3300, \"clust\": 1996, \"rank\": 260, \"rankvar\": 436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 289, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 339, \"group\": [1997.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTCATATGC\", \"ini\": 3299, \"clust\": 2945, \"rank\": 532, \"rankvar\": 936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 290, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3126, \"group\": [2944.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCAGCGACC\", \"ini\": 3298, \"clust\": 2936, \"rank\": 578, \"rankvar\": 462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 291, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3127, \"group\": [2935.0, 531.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACGGCGTT\", \"ini\": 3297, \"clust\": 1890, \"rank\": 319, \"rankvar\": 110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 340, \"group\": [1891.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGCCTATGT\", \"ini\": 3296, \"clust\": 3076, \"rank\": 295, \"rankvar\": 928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 293, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3128, \"group\": [3077.0, 583.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAAGGTTTC\", \"ini\": 3295, \"clust\": 2351, \"rank\": 286, \"rankvar\": 662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 341, \"group\": [2352.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCCTACAGA\", \"ini\": 3294, \"clust\": 1895, \"rank\": 447, \"rankvar\": 1136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 295, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 342, \"group\": [1898.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGTGTACGG\", \"ini\": 3293, \"clust\": 1952, \"rank\": 183, \"rankvar\": 2458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 296, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 343, \"group\": [1952.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATCCGAG\", \"ini\": 3292, \"clust\": 3418, \"rank\": 651, \"rankvar\": 1273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 297, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3129, \"group\": [3421.0, 620.0, 86.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTCGGCACT\", \"ini\": 3291, \"clust\": 1963, \"rank\": 203, \"rankvar\": 2743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 344, \"group\": [1964.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAAACCAC\", \"ini\": 3290, \"clust\": 2907, \"rank\": 406, \"rankvar\": 6, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3130, \"group\": [2907.0, 525.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGGCTATCT\", \"ini\": 3289, \"clust\": 3375, \"rank\": 241, \"rankvar\": 2189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3131, \"group\": [3376.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACCGGAT\", \"ini\": 3288, \"clust\": 1652, \"rank\": 304, \"rankvar\": 195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 301, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 345, \"group\": [1656.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGTCGCCGT\", \"ini\": 3287, \"clust\": 3295, \"rank\": 265, \"rankvar\": 2566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 302, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3132, \"group\": [3296.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCTGACCTC\", \"ini\": 3286, \"clust\": 58, \"rank\": 133, \"rankvar\": 2247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 303, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1841, \"group\": [56.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGATAGAA\", \"ini\": 3285, \"clust\": 3344, \"rank\": 362, \"rankvar\": 1769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 304, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3133, \"group\": [3345.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATCCGAG\", \"ini\": 3284, \"clust\": 3252, \"rank\": 367, \"rankvar\": 967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 305, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3134, \"group\": [3256.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCACATTTCT\", \"ini\": 3283, \"clust\": 1226, \"rank\": 538, \"rankvar\": 750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 306, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3030, \"group\": [1225.0, 179.0, 29.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTACCGCTG\", \"ini\": 3282, \"clust\": 1724, \"rank\": 278, \"rankvar\": 1805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 307, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 346, \"group\": [1722.0, 333.0, 57.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAAGTCTAC\", \"ini\": 3281, \"clust\": 1987, \"rank\": 227, \"rankvar\": 335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 347, \"group\": [1991.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTTCGCAT\", \"ini\": 3280, \"clust\": 1634, \"rank\": 340, \"rankvar\": 5, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 348, \"group\": [1633.0, 309.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCACAGAGGT\", \"ini\": 3279, \"clust\": 3085, \"rank\": 273, \"rankvar\": 1069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3135, \"group\": [3087.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCTTCCTTC\", \"ini\": 3278, \"clust\": 1989, \"rank\": 274, \"rankvar\": 157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 349, \"group\": [1988.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCTAACC\", \"ini\": 3277, \"clust\": 3316, \"rank\": 330, \"rankvar\": 2313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 312, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3136, \"group\": [3317.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGGAATGC\", \"ini\": 3276, \"clust\": 1661, \"rank\": 342, \"rankvar\": 249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 350, \"group\": [1658.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGTAGCCGA\", \"ini\": 3275, \"clust\": 3387, \"rank\": 289, \"rankvar\": 2285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3137, \"group\": [3385.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGAGCCATCGC\", \"ini\": 3274, \"clust\": 1638, \"rank\": 454, \"rankvar\": 176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 351, \"group\": [1637.0, 311.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCTCCGGTT\", \"ini\": 3273, \"clust\": 3096, \"rank\": 271, \"rankvar\": 993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 316, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3138, \"group\": [3120.0, 590.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAAGTACCT\", \"ini\": 3272, \"clust\": 2896, \"rank\": 344, \"rankvar\": 446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 317, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3139, \"group\": [2897.0, 520.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCTCACTCTTA\", \"ini\": 3271, \"clust\": 1990, \"rank\": 249, \"rankvar\": 212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 352, \"group\": [1989.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCGTAGTG\", \"ini\": 3270, \"clust\": 2003, \"rank\": 229, \"rankvar\": 532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 353, \"group\": [2004.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGCGT\", \"ini\": 3269, \"clust\": 3339, \"rank\": 282, \"rankvar\": 2628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 320, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3140, \"group\": [3339.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAGTACCT\", \"ini\": 3268, \"clust\": 2468, \"rank\": 297, \"rankvar\": 954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 354, \"group\": [2469.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGTCCCAGGTG\", \"ini\": 3267, \"clust\": 2903, \"rank\": 458, \"rankvar\": 27, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3141, \"group\": [2932.0, 528.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGATCGGA\", \"ini\": 3266, \"clust\": 1968, \"rank\": 341, \"rankvar\": 1097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 355, \"group\": [1969.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCTGCCCTA\", \"ini\": 3265, \"clust\": 1960, \"rank\": 261, \"rankvar\": 1926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 324, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 356, \"group\": [1961.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGTGCGTGA\", \"ini\": 3264, \"clust\": 3256, \"rank\": 382, \"rankvar\": 383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 325, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3142, \"group\": [3257.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAAGAAGC\", \"ini\": 3263, \"clust\": 3135, \"rank\": 296, \"rankvar\": 2169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 326, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3143, \"group\": [3137.0, 594.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAGTCGGCATC\", \"ini\": 3262, \"clust\": 1985, \"rank\": 301, \"rankvar\": 549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 357, \"group\": [1984.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCAATCTCT\", \"ini\": 3261, \"clust\": 1991, \"rank\": 332, \"rankvar\": 807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 358, \"group\": [1992.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGACAGAGA\", \"ini\": 3260, \"clust\": 1254, \"rank\": 298, \"rankvar\": 2433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 329, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1688, \"group\": [1259.0, 202.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGCGATTCT\", \"ini\": 3259, \"clust\": 3446, \"rank\": 695, \"rankvar\": 2579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 330, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 11, \"group\": [3446.0, 633.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGCTGAAAT\", \"ini\": 3258, \"clust\": 1639, \"rank\": 524, \"rankvar\": 197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 331, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 359, \"group\": [1638.0, 311.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACTTACGA\", \"ini\": 3257, \"clust\": 3388, \"rank\": 287, \"rankvar\": 2127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3144, \"group\": [3386.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGCTCCTCT\", \"ini\": 3256, \"clust\": 1682, \"rank\": 369, \"rankvar\": 1408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 333, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 360, \"group\": [1681.0, 320.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTACGCGA\", \"ini\": 3255, \"clust\": 1961, \"rank\": 246, \"rankvar\": 2903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 361, \"group\": [1962.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAACTCTT\", \"ini\": 3254, \"clust\": 3266, \"rank\": 398, \"rankvar\": 1600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 335, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3145, \"group\": [3267.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCAATCTACG\", \"ini\": 3253, \"clust\": 1256, \"rank\": 350, \"rankvar\": 1554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1689, \"group\": [1255.0, 202.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTACAA\", \"ini\": 3252, \"clust\": 2898, \"rank\": 294, \"rankvar\": 560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 337, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1842, \"group\": [2899.0, 521.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTGCATCTA\", \"ini\": 3251, \"clust\": 1777, \"rank\": 360, \"rankvar\": 636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 362, \"group\": [1778.0, 374.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTACCGAGA\", \"ini\": 3250, \"clust\": 2255, \"rank\": 359, \"rankvar\": 1791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 363, \"group\": [2254.0, 429.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTTCCACAA\", \"ini\": 3249, \"clust\": 2004, \"rank\": 308, \"rankvar\": 241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 364, \"group\": [2008.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCGAATCCA\", \"ini\": 3248, \"clust\": 2007, \"rank\": 245, \"rankvar\": 322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 365, \"group\": [2006.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGTCCAGGA\", \"ini\": 3247, \"clust\": 3257, \"rank\": 442, \"rankvar\": 1033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 342, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3146, \"group\": [3258.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCTCCTATA\", \"ini\": 3246, \"clust\": 3441, \"rank\": 405, \"rankvar\": 2286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 343, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 12, \"group\": [3441.0, 632.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAACGATGG\", \"ini\": 3245, \"clust\": 3379, \"rank\": 331, \"rankvar\": 1597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 344, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3147, \"group\": [3379.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGAGCTT\", \"ini\": 3244, \"clust\": 3386, \"rank\": 316, \"rankvar\": 593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3148, \"group\": [3389.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATGCCTTC\", \"ini\": 3243, \"clust\": 1681, \"rank\": 414, \"rankvar\": 48, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 366, \"group\": [1680.0, 319.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTGTTGAGG\", \"ini\": 3242, \"clust\": 3083, \"rank\": 338, \"rankvar\": 844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 347, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3149, \"group\": [3083.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGACCTTTG\", \"ini\": 3241, \"clust\": 2197, \"rank\": 358, \"rankvar\": 253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 367, \"group\": [2197.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCGCTTTC\", \"ini\": 3240, \"clust\": 1909, \"rank\": 553, \"rankvar\": 122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 368, \"group\": [1908.0, 410.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGATAGTCA\", \"ini\": 3239, \"clust\": 2304, \"rank\": 277, \"rankvar\": 1096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 350, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 369, \"group\": [2299.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATGGTCAT\", \"ini\": 3238, \"clust\": 1999, \"rank\": 313, \"rankvar\": 1497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 370, \"group\": [1999.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACAAATCCGT\", \"ini\": 3237, \"clust\": 2943, \"rank\": 591, \"rankvar\": 50, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 352, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3150, \"group\": [2953.0, 536.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCTCGGACG\", \"ini\": 3236, \"clust\": 2364, \"rank\": 366, \"rankvar\": 1314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 353, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 371, \"group\": [2368.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCACCCTATC\", \"ini\": 3235, \"clust\": 1650, \"rank\": 473, \"rankvar\": 132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 372, \"group\": [1649.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACATCACAAC\", \"ini\": 3234, \"clust\": 1788, \"rank\": 373, \"rankvar\": 864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 373, \"group\": [1788.0, 377.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAAGAGCAATT\", \"ini\": 3233, \"clust\": 1699, \"rank\": 602, \"rankvar\": 743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 374, \"group\": [1696.0, 323.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTACCGAT\", \"ini\": 3232, \"clust\": 1915, \"rank\": 481, \"rankvar\": 101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 375, \"group\": [1913.0, 412.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACATGCCTTC\", \"ini\": 3231, \"clust\": 1630, \"rank\": 503, \"rankvar\": 2642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 376, \"group\": [1628.0, 306.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCCGTAGGC\", \"ini\": 3230, \"clust\": 1779, \"rank\": 534, \"rankvar\": 513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 377, \"group\": [1783.0, 375.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACACTCTGTC\", \"ini\": 3229, \"clust\": 3345, \"rank\": 507, \"rankvar\": 1181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 360, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3151, \"group\": [3346.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGACTGC\", \"ini\": 3228, \"clust\": 60, \"rank\": 181, \"rankvar\": 2004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 361, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1843, \"group\": [59.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTGAGGGA\", \"ini\": 3227, \"clust\": 1986, \"rank\": 339, \"rankvar\": 712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 378, \"group\": [1985.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGCTGTTCA\", \"ini\": 3226, \"clust\": 3269, \"rank\": 409, \"rankvar\": 1462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 363, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3152, \"group\": [3269.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCTCGCGTTTC\", \"ini\": 3225, \"clust\": 1711, \"rank\": 599, \"rankvar\": 1491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 379, \"group\": [1712.0, 327.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGTCGAGTG\", \"ini\": 3224, \"clust\": 1333, \"rank\": 307, \"rankvar\": 3241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1690, \"group\": [1332.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAATCTACG\", \"ini\": 3223, \"clust\": 61, \"rank\": 207, \"rankvar\": 1645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1844, \"group\": [60.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGTCCAGG\", \"ini\": 3222, \"clust\": 2386, \"rank\": 346, \"rankvar\": 2040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 380, \"group\": [2389.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATCTGGTA\", \"ini\": 3221, \"clust\": 3314, \"rank\": 395, \"rankvar\": 2224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3153, \"group\": [3315.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAACGCACC\", \"ini\": 3220, \"clust\": 2366, \"rank\": 412, \"rankvar\": 829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 381, \"group\": [2365.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCATTTGGG\", \"ini\": 3219, \"clust\": 3322, \"rank\": 309, \"rankvar\": 2439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3154, \"group\": [3321.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAGTTGGTAAA\", \"ini\": 3218, \"clust\": 46, \"rank\": 190, \"rankvar\": 2408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1845, \"group\": [45.0, 27.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATGTGTA\", \"ini\": 3217, \"clust\": 1673, \"rank\": 567, \"rankvar\": 708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 382, \"group\": [1671.0, 316.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGATATACG\", \"ini\": 3216, \"clust\": 2347, \"rank\": 371, \"rankvar\": 2199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 383, \"group\": [2348.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCATTCTTAC\", \"ini\": 3215, \"clust\": 3125, \"rank\": 493, \"rankvar\": 2472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 374, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3155, \"group\": [3124.0, 592.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGCTGATA\", \"ini\": 3214, \"clust\": 1670, \"rank\": 490, \"rankvar\": 272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 384, \"group\": [1667.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTGTTTGG\", \"ini\": 3213, \"clust\": 3084, \"rank\": 320, \"rankvar\": 605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3156, \"group\": [3084.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTTCTGTTT\", \"ini\": 3212, \"clust\": 1271, \"rank\": 494, \"rankvar\": 3167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 377, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1691, \"group\": [1270.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTAACG\", \"ini\": 3211, \"clust\": 2474, \"rank\": 462, \"rankvar\": 599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 385, \"group\": [2475.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATAGCTCTCGG\", \"ini\": 3210, \"clust\": 1913, \"rank\": 492, \"rankvar\": 937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 386, \"group\": [1916.0, 412.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATAAACG\", \"ini\": 3209, \"clust\": 3253, \"rank\": 401, \"rankvar\": 719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 380, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3157, \"group\": [3255.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAGGGCATA\", \"ini\": 3208, \"clust\": 1897, \"rank\": 459, \"rankvar\": 478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 387, \"group\": [1897.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGATGCCAG\", \"ini\": 3207, \"clust\": 3382, \"rank\": 456, \"rankvar\": 2790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3158, \"group\": [3382.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTTGACAC\", \"ini\": 3206, \"clust\": 1684, \"rank\": 387, \"rankvar\": 2246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 383, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 388, \"group\": [1683.0, 321.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATTCCTT\", \"ini\": 3205, \"clust\": 3255, \"rank\": 445, \"rankvar\": 1029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 384, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3159, \"group\": [3254.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAACGCACC\", \"ini\": 3204, \"clust\": 2404, \"rank\": 422, \"rankvar\": 910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 389, \"group\": [2404.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCCTCAACC\", \"ini\": 3203, \"clust\": 2675, \"rank\": 536, \"rankvar\": 1067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 386, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 390, \"group\": [2673.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTTACGGAG\", \"ini\": 3202, \"clust\": 1883, \"rank\": 483, \"rankvar\": 1507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 391, \"group\": [1883.0, 408.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTAAGAGGA\", \"ini\": 3201, \"clust\": 3442, \"rank\": 1031, \"rankvar\": 3116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 13, \"group\": [3444.0, 633.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGAAGGGTA\", \"ini\": 3200, \"clust\": 2286, \"rank\": 392, \"rankvar\": 1668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 389, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 392, \"group\": [2284.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATCCTGT\", \"ini\": 3199, \"clust\": 3319, \"rank\": 259, \"rankvar\": 3161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 390, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3160, \"group\": [3319.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCTTAT\", \"ini\": 3198, \"clust\": 1778, \"rank\": 421, \"rankvar\": 771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 393, \"group\": [1779.0, 374.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCGGCTCA\", \"ini\": 3197, \"clust\": 1948, \"rank\": 385, \"rankvar\": 1731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 394, \"group\": [1950.0, 416.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTTGCATG\", \"ini\": 3196, \"clust\": 3443, \"rank\": 626, \"rankvar\": 2098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 393, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 14, \"group\": [3442.0, 633.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATGCAACT\", \"ini\": 3195, \"clust\": 2937, \"rank\": 1082, \"rankvar\": 1431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 394, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3161, \"group\": [2936.0, 531.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCATAG\", \"ini\": 3194, \"clust\": 1273, \"rank\": 663, \"rankvar\": 2886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 395, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1692, \"group\": [1275.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAACATC\", \"ini\": 3193, \"clust\": 1933, \"rank\": 322, \"rankvar\": 332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 395, \"group\": [1933.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCGATCCC\", \"ini\": 3192, \"clust\": 1274, \"rank\": 552, \"rankvar\": 3325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 397, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1693, \"group\": [1274.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCATGGTCA\", \"ini\": 3191, \"clust\": 2369, \"rank\": 399, \"rankvar\": 2001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 396, \"group\": [2369.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATAGCGTGAAC\", \"ini\": 3190, \"clust\": 1900, \"rank\": 547, \"rankvar\": 314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 397, \"group\": [1900.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTCATGCAT\", \"ini\": 3189, \"clust\": 2464, \"rank\": 466, \"rankvar\": 1169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 398, \"group\": [2463.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAACGTT\", \"ini\": 3188, \"clust\": 2291, \"rank\": 379, \"rankvar\": 1933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 401, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 399, \"group\": [2290.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGCAATGGACG\", \"ini\": 3187, \"clust\": 224, \"rank\": 197, \"rankvar\": 2205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 402, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2693, \"group\": [225.0, 62.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGAACTCGG\", \"ini\": 3186, \"clust\": 2941, \"rank\": 1039, \"rankvar\": 1496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 403, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3162, \"group\": [2941.0, 534.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAGTCGATT\", \"ini\": 3185, \"clust\": 1276, \"rank\": 630, \"rankvar\": 3019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 404, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1694, \"group\": [1273.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGCCTAT\", \"ini\": 3184, \"clust\": 1685, \"rank\": 449, \"rankvar\": 2182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 400, \"group\": [1684.0, 321.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAACTGCGC\", \"ini\": 3183, \"clust\": 2348, \"rank\": 335, \"rankvar\": 1482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 401, \"group\": [2349.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCCACGTGG\", \"ini\": 3182, \"clust\": 3047, \"rank\": 314, \"rankvar\": 2878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3163, \"group\": [3049.0, 574.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGGTCGTTGTA\", \"ini\": 3181, \"clust\": 2472, \"rank\": 432, \"rankvar\": 336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 402, \"group\": [2473.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACACGCTG\", \"ini\": 3180, \"clust\": 2449, \"rank\": 388, \"rankvar\": 1417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 403, \"group\": [2449.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGCAGGCTA\", \"ini\": 3179, \"clust\": 2305, \"rank\": 376, \"rankvar\": 1153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 404, \"group\": [2300.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGGACAA\", \"ini\": 3178, \"clust\": 2296, \"rank\": 370, \"rankvar\": 1165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 411, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 405, \"group\": [2297.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGCTTTC\", \"ini\": 3177, \"clust\": 2393, \"rank\": 380, \"rankvar\": 615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 406, \"group\": [2392.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGAATGTGT\", \"ini\": 3176, \"clust\": 2353, \"rank\": 396, \"rankvar\": 1007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 407, \"group\": [2351.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGGACACCA\", \"ini\": 3175, \"clust\": 3489, \"rank\": 1138, \"rankvar\": 3504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 414, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 15, \"group\": [3486.0, 647.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCACTGCCAG\", \"ini\": 3174, \"clust\": 3474, \"rank\": 1005, \"rankvar\": 3309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 415, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 16, \"group\": [3477.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGATCTCCAGGG\", \"ini\": 3173, \"clust\": 3481, \"rank\": 882, \"rankvar\": 3245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 416, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 17, \"group\": [3482.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTTCAGATAAG\", \"ini\": 3172, \"clust\": 2938, \"rank\": 1234, \"rankvar\": 1957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 417, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3164, \"group\": [2954.0, 537.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCGTCTCCCTA\", \"ini\": 3171, \"clust\": 2329, \"rank\": 471, \"rankvar\": 38, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 408, \"group\": [2327.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCTAGGGC\", \"ini\": 3170, \"clust\": 2435, \"rank\": 372, \"rankvar\": 2238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 409, \"group\": [2436.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCTGAGTGT\", \"ini\": 3169, \"clust\": 2935, \"rank\": 810, \"rankvar\": 730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 420, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3165, \"group\": [2937.0, 532.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCATATCGG\", \"ini\": 3168, \"clust\": 1994, \"rank\": 424, \"rankvar\": 86, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 410, \"group\": [1995.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGAGTGAC\", \"ini\": 3167, \"clust\": 1902, \"rank\": 623, \"rankvar\": 147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 411, \"group\": [1902.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGCAAATCA\", \"ini\": 3166, \"clust\": 1916, \"rank\": 535, \"rankvar\": 171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 412, \"group\": [1914.0, 412.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGCCCTTA\", \"ini\": 3165, \"clust\": 1903, \"rank\": 334, \"rankvar\": 89, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 413, \"group\": [1906.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTCACATGGGA\", \"ini\": 3164, \"clust\": 2330, \"rank\": 528, \"rankvar\": 364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 414, \"group\": [2328.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCGGCTTGG\", \"ini\": 3163, \"clust\": 2355, \"rank\": 353, \"rankvar\": 2556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 426, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 415, \"group\": [2357.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCGATCG\", \"ini\": 3162, \"clust\": 3105, \"rank\": 310, \"rankvar\": 1753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 427, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3166, \"group\": [3105.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCAGGCCCA\", \"ini\": 3161, \"clust\": 1229, \"rank\": 763, \"rankvar\": 1297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 428, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1670, \"group\": [1228.0, 182.0, 29.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGTAGGAG\", \"ini\": 3160, \"clust\": 1932, \"rank\": 361, \"rankvar\": 162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 416, \"group\": [1935.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCTTCTGGC\", \"ini\": 3159, \"clust\": 3058, \"rank\": 446, \"rankvar\": 1659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 430, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3167, \"group\": [3058.0, 577.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCCAAGGTGTG\", \"ini\": 3158, \"clust\": 1868, \"rank\": 355, \"rankvar\": 505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 417, \"group\": [1871.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGGATGCGT\", \"ini\": 3157, \"clust\": 3207, \"rank\": 427, \"rankvar\": 3044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 432, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3168, \"group\": [3206.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTCGCTTCT\", \"ini\": 3156, \"clust\": 3263, \"rank\": 478, \"rankvar\": 1828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 433, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3169, \"group\": [3262.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTACATGTC\", \"ini\": 3155, \"clust\": 3119, \"rank\": 175, \"rankvar\": 3197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3170, \"group\": [3116.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTGTCCTCT\", \"ini\": 3154, \"clust\": 1898, \"rank\": 474, \"rankvar\": 182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 418, \"group\": [1903.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGAGTCTGG\", \"ini\": 3153, \"clust\": 2210, \"rank\": 381, \"rankvar\": 1615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 419, \"group\": [2210.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGTCTGT\", \"ini\": 3152, \"clust\": 1869, \"rank\": 413, \"rankvar\": 482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 420, \"group\": [1869.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCAGCCAGAA\", \"ini\": 3151, \"clust\": 1874, \"rank\": 465, \"rankvar\": 1320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 421, \"group\": [1874.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGGTTCT\", \"ini\": 3150, \"clust\": 1694, \"rank\": 500, \"rankvar\": 755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 422, \"group\": [1693.0, 322.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCACTTCAT\", \"ini\": 3149, \"clust\": 2186, \"rank\": 665, \"rankvar\": 1492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 423, \"group\": [2189.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTACTCAT\", \"ini\": 3148, \"clust\": 1260, \"rank\": 827, \"rankvar\": 2578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 441, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1695, \"group\": [1260.0, 203.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCAGCTCTC\", \"ini\": 3147, \"clust\": 2191, \"rank\": 435, \"rankvar\": 2149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 424, \"group\": [2192.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGTAAG\", \"ini\": 3146, \"clust\": 3433, \"rank\": 721, \"rankvar\": 3293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 443, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3559, \"group\": [3433.0, 629.0, 91.0, 21.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTAAGAAC\", \"ini\": 3145, \"clust\": 3444, \"rank\": 679, \"rankvar\": 2302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 444, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 18, \"group\": [3443.0, 633.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGTACGA\", \"ini\": 3144, \"clust\": 2162, \"rank\": 363, \"rankvar\": 775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 425, \"group\": [2165.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGAGTAATC\", \"ini\": 3143, \"clust\": 2368, \"rank\": 420, \"rankvar\": 669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 426, \"group\": [2373.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGTGATTA\", \"ini\": 3142, \"clust\": 3132, \"rank\": 525, \"rankvar\": 595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3171, \"group\": [3133.0, 594.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGATATGCA\", \"ini\": 3141, \"clust\": 1667, \"rank\": 644, \"rankvar\": 905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 427, \"group\": [1665.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTAACGGT\", \"ini\": 3140, \"clust\": 59, \"rank\": 218, \"rankvar\": 1594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1846, \"group\": [57.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCTCCGGTT\", \"ini\": 3139, \"clust\": 2362, \"rank\": 450, \"rankvar\": 665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 428, \"group\": [2363.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCGACGGAA\", \"ini\": 3138, \"clust\": 1622, \"rank\": 888, \"rankvar\": 901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 451, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 429, \"group\": [1620.0, 301.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCAAGGCTT\", \"ini\": 3137, \"clust\": 3078, \"rank\": 225, \"rankvar\": 2320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 452, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3172, \"group\": [3096.0, 585.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTAGAGTC\", \"ini\": 3136, \"clust\": 2287, \"rank\": 470, \"rankvar\": 1395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 430, \"group\": [2285.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGAGCGTT\", \"ini\": 3135, \"clust\": 2939, \"rank\": 1126, \"rankvar\": 1460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3173, \"group\": [2939.0, 534.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTGCCAGA\", \"ini\": 3134, \"clust\": 2264, \"rank\": 527, \"rankvar\": 430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 455, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 431, \"group\": [2266.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTCAATGGACG\", \"ini\": 3133, \"clust\": 2356, \"rank\": 436, \"rankvar\": 310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 432, \"group\": [2355.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAGACTCGC\", \"ini\": 3132, \"clust\": 2401, \"rank\": 523, \"rankvar\": 256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 433, \"group\": [2402.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAGGGAA\", \"ini\": 3131, \"clust\": 2293, \"rank\": 508, \"rankvar\": 1863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 434, \"group\": [2292.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTCCGAAGA\", \"ini\": 3130, \"clust\": 1640, \"rank\": 587, \"rankvar\": 210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 435, \"group\": [1639.0, 312.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGTCGCCGTGA\", \"ini\": 3129, \"clust\": 2256, \"rank\": 487, \"rankvar\": 189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 436, \"group\": [2255.0, 429.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGGTGTTA\", \"ini\": 3128, \"clust\": 1338, \"rank\": 433, \"rankvar\": 3020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 461, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1696, \"group\": [1337.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCGCATAT\", \"ini\": 3127, \"clust\": 1252, \"rank\": 542, \"rankvar\": 3065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 462, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1697, \"group\": [1252.0, 201.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCACAAACC\", \"ini\": 3126, \"clust\": 2285, \"rank\": 595, \"rankvar\": 1707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 437, \"group\": [2286.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCACCCAGTG\", \"ini\": 3125, \"clust\": 2270, \"rank\": 537, \"rankvar\": 1842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 438, \"group\": [2271.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTGCATCTA\", \"ini\": 3124, \"clust\": 2363, \"rank\": 506, \"rankvar\": 1259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 439, \"group\": [2364.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTTGA\", \"ini\": 3123, \"clust\": 2344, \"rank\": 451, \"rankvar\": 897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 466, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 440, \"group\": [2345.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGCGATGAC\", \"ini\": 3122, \"clust\": 3107, \"rank\": 283, \"rankvar\": 2301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 467, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3174, \"group\": [3104.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCGGTTAAC\", \"ini\": 3121, \"clust\": 1935, \"rank\": 348, \"rankvar\": 318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 441, \"group\": [1943.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGTC\", \"ini\": 3120, \"clust\": 2455, \"rank\": 480, \"rankvar\": 2429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 442, \"group\": [2454.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCACCATGTA\", \"ini\": 3119, \"clust\": 3323, \"rank\": 352, \"rankvar\": 2602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 470, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3175, \"group\": [3322.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATAGAGT\", \"ini\": 3118, \"clust\": 3092, \"rank\": 323, \"rankvar\": 1573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3176, \"group\": [3092.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCGAACGC\", \"ini\": 3117, \"clust\": 3225, \"rank\": 329, \"rankvar\": 2401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 472, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3177, \"group\": [3231.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCTCTTGAT\", \"ini\": 3116, \"clust\": 3145, \"rank\": 305, \"rankvar\": 2309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 473, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3178, \"group\": [3146.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTATCGCC\", \"ini\": 3115, \"clust\": 3235, \"rank\": 404, \"rankvar\": 1872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 474, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3179, \"group\": [3238.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTCCGAAGA\", \"ini\": 3114, \"clust\": 3080, \"rank\": 485, \"rankvar\": 1150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 475, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3180, \"group\": [3081.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCACTCGACG\", \"ini\": 3113, \"clust\": 1683, \"rank\": 461, \"rankvar\": 90, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 476, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 443, \"group\": [1682.0, 320.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTCAGGGCATA\", \"ini\": 3112, \"clust\": 2394, \"rank\": 439, \"rankvar\": 1465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 444, \"group\": [2393.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGAGGACGG\", \"ini\": 3111, \"clust\": 3376, \"rank\": 349, \"rankvar\": 2914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 478, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3181, \"group\": [3377.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCGCGCAA\", \"ini\": 3110, \"clust\": 2402, \"rank\": 544, \"rankvar\": 1616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 479, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 445, \"group\": [2403.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTCGCTTG\", \"ini\": 3109, \"clust\": 3219, \"rank\": 389, \"rankvar\": 2740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 480, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3182, \"group\": [3220.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTTGAGGTG\", \"ini\": 3108, \"clust\": 1272, \"rank\": 638, \"rankvar\": 3010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1698, \"group\": [1276.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGTCTCG\", \"ini\": 3107, \"clust\": 1678, \"rank\": 631, \"rankvar\": 282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 446, \"group\": [1675.0, 317.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAGTATCTG\", \"ini\": 3106, \"clust\": 1861, \"rank\": 378, \"rankvar\": 1290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 447, \"group\": [1865.0, 404.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCGCAAGC\", \"ini\": 3105, \"clust\": 1934, \"rank\": 408, \"rankvar\": 414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 448, \"group\": [1934.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGCAAATTGCC\", \"ini\": 3104, \"clust\": 3227, \"rank\": 423, \"rankvar\": 1617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 485, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3183, \"group\": [3226.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCACAGATTC\", \"ini\": 3103, \"clust\": 1979, \"rank\": 495, \"rankvar\": 315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 449, \"group\": [1980.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAGTATAAG\", \"ini\": 3102, \"clust\": 2261, \"rank\": 637, \"rankvar\": 158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 487, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 450, \"group\": [2261.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGAGCGAG\", \"ini\": 3101, \"clust\": 3264, \"rank\": 662, \"rankvar\": 2755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 488, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3184, \"group\": [3275.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTAGCACGA\", \"ini\": 3100, \"clust\": 1258, \"rank\": 416, \"rankvar\": 2687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 489, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1699, \"group\": [1256.0, 202.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCAAACAACA\", \"ini\": 3099, \"clust\": 2407, \"rank\": 418, \"rankvar\": 1322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 490, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 451, \"group\": [2406.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGCATGAG\", \"ini\": 3098, \"clust\": 3425, \"rank\": 333, \"rankvar\": 3057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 491, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 159, \"group\": [3427.0, 625.0, 88.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGCGATAC\", \"ini\": 3097, \"clust\": 2391, \"rank\": 664, \"rankvar\": 1202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 492, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 452, \"group\": [2395.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCGGTCTAA\", \"ini\": 3096, \"clust\": 1923, \"rank\": 516, \"rankvar\": 447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 493, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 453, \"group\": [1926.0, 413.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCGGCGCTA\", \"ini\": 3095, \"clust\": 3352, \"rank\": 629, \"rankvar\": 3006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3185, \"group\": [3353.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGGAGTTTA\", \"ini\": 3094, \"clust\": 3100, \"rank\": 272, \"rankvar\": 3031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 495, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3186, \"group\": [3099.0, 587.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGATGCGAC\", \"ini\": 3093, \"clust\": 3283, \"rank\": 386, \"rankvar\": 2511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 496, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3187, \"group\": [3283.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCATAACCG\", \"ini\": 3092, \"clust\": 1330, \"rank\": 438, \"rankvar\": 3149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 497, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1700, \"group\": [1329.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTCCCGAG\", \"ini\": 3091, \"clust\": 3150, \"rank\": 327, \"rankvar\": 2564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3188, \"group\": [3150.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCCGTTGTC\", \"ini\": 3090, \"clust\": 1230, \"rank\": 922, \"rankvar\": 444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 499, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1671, \"group\": [1231.0, 185.0, 30.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATGCAATC\", \"ini\": 3089, \"clust\": 2381, \"rank\": 548, \"rankvar\": 1464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 454, \"group\": [2380.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCATGTAGC\", \"ini\": 3088, \"clust\": 57, \"rank\": 166, \"rankvar\": 2595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1847, \"group\": [58.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTCTTCTCG\", \"ini\": 3087, \"clust\": 1988, \"rank\": 336, \"rankvar\": 1151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 455, \"group\": [1990.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCCTAA\", \"ini\": 3086, \"clust\": 1775, \"rank\": 496, \"rankvar\": 54, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 456, \"group\": [1776.0, 373.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAAAGAATC\", \"ini\": 3085, \"clust\": 1884, \"rank\": 618, \"rankvar\": 821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 457, \"group\": [1884.0, 408.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGACACG\", \"ini\": 3084, \"clust\": 2322, \"rank\": 573, \"rankvar\": 1906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 458, \"group\": [2323.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCTTGTCC\", \"ini\": 3083, \"clust\": 65, \"rank\": 193, \"rankvar\": 3163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1848, \"group\": [61.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTCCGACGT\", \"ini\": 3082, \"clust\": 2005, \"rank\": 312, \"rankvar\": 359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 459, \"group\": [2007.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAAGTGGC\", \"ini\": 3081, \"clust\": 3040, \"rank\": 583, \"rankvar\": 1447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3189, \"group\": [3039.0, 573.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCAGAAGG\", \"ini\": 3080, \"clust\": 1277, \"rank\": 689, \"rankvar\": 3321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1701, \"group\": [1277.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGCGTTCG\", \"ini\": 3079, \"clust\": 3484, \"rank\": 908, \"rankvar\": 3235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 510, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 19, \"group\": [3485.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGCATCTA\", \"ini\": 3078, \"clust\": 2380, \"rank\": 498, \"rankvar\": 955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 511, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 460, \"group\": [2382.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGTTTGCC\", \"ini\": 3077, \"clust\": 1715, \"rank\": 771, \"rankvar\": 2153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 461, \"group\": [1714.0, 329.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCACAAGCCC\", \"ini\": 3076, \"clust\": 1866, \"rank\": 337, \"rankvar\": 1998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 513, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 462, \"group\": [1866.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGAGAACG\", \"ini\": 3075, \"clust\": 2239, \"rank\": 403, \"rankvar\": 1147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 463, \"group\": [2239.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGAGCACACAG\", \"ini\": 3074, \"clust\": 3077, \"rank\": 429, \"rankvar\": 1822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3190, \"group\": [3078.0, 583.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGCGTAAG\", \"ini\": 3073, \"clust\": 1728, \"rank\": 930, \"rankvar\": 8, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 516, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 464, \"group\": [1733.0, 343.0, 61.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGATATGGT\", \"ini\": 3072, \"clust\": 2388, \"rank\": 512, \"rankvar\": 701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 465, \"group\": [2388.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTTAGCGG\", \"ini\": 3071, \"clust\": 2331, \"rank\": 675, \"rankvar\": 365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 518, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 466, \"group\": [2336.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGTCCCACG\", \"ini\": 3070, \"clust\": 1867, \"rank\": 477, \"rankvar\": 722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 519, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 467, \"group\": [1867.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTGTTTG\", \"ini\": 3069, \"clust\": 2181, \"rank\": 368, \"rankvar\": 938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 520, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 468, \"group\": [2182.0, 427.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCAAGCTGGAAC\", \"ini\": 3068, \"clust\": 3455, \"rank\": 1238, \"rankvar\": 2962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 521, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 20, \"group\": [3458.0, 640.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGAGTTGC\", \"ini\": 3067, \"clust\": 3101, \"rank\": 318, \"rankvar\": 2668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3191, \"group\": [3100.0, 587.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAGTTGTGGCC\", \"ini\": 3066, \"clust\": 1328, \"rank\": 509, \"rankvar\": 3220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 523, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1702, \"group\": [1326.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCACACGC\", \"ini\": 3065, \"clust\": 1267, \"rank\": 556, \"rankvar\": 2647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 524, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1703, \"group\": [1265.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCAAAGTAG\", \"ini\": 3064, \"clust\": 3389, \"rank\": 303, \"rankvar\": 2949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 525, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3192, \"group\": [3387.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTGGTGTAG\", \"ini\": 3063, \"clust\": 2358, \"rank\": 518, \"rankvar\": 540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 469, \"group\": [2359.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAAGTGTA\", \"ini\": 3062, \"clust\": 3228, \"rank\": 390, \"rankvar\": 2895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 527, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3193, \"group\": [3227.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAGGTCGTC\", \"ini\": 3061, \"clust\": 3208, \"rank\": 479, \"rankvar\": 2825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 528, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3194, \"group\": [3207.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTACGAAAT\", \"ini\": 3060, \"clust\": 1870, \"rank\": 464, \"rankvar\": 126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 470, \"group\": [1870.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGAAAG\", \"ini\": 3059, \"clust\": 3380, \"rank\": 437, \"rankvar\": 1888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 530, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3195, \"group\": [3380.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGGGACA\", \"ini\": 3058, \"clust\": 1975, \"rank\": 457, \"rankvar\": 420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 471, \"group\": [1976.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGACG\", \"ini\": 3057, \"clust\": 2465, \"rank\": 699, \"rankvar\": 67, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 472, \"group\": [2464.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTAAGTAC\", \"ini\": 3056, \"clust\": 2408, \"rank\": 384, \"rankvar\": 1444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 533, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 473, \"group\": [2407.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTGCAAGC\", \"ini\": 3055, \"clust\": 3230, \"rank\": 426, \"rankvar\": 2552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 534, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3196, \"group\": [3229.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTACAGACG\", \"ini\": 3054, \"clust\": 1905, \"rank\": 550, \"rankvar\": 822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 474, \"group\": [1905.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATGCCAT\", \"ini\": 3053, \"clust\": 1790, \"rank\": 660, \"rankvar\": 1051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 475, \"group\": [1791.0, 378.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGTAGCCGA\", \"ini\": 3052, \"clust\": 2373, \"rank\": 546, \"rankvar\": 772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 476, \"group\": [2374.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGCAGGTA\", \"ini\": 3051, \"clust\": 1324, \"rank\": 391, \"rankvar\": 2773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 538, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1704, \"group\": [1324.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCTCCAAATGC\", \"ini\": 3050, \"clust\": 2406, \"rank\": 482, \"rankvar\": 2311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 477, \"group\": [2408.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGGTCA\", \"ini\": 3049, \"clust\": 1642, \"rank\": 678, \"rankvar\": 1596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 478, \"group\": [1641.0, 313.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTTGTTTGG\", \"ini\": 3048, \"clust\": 2932, \"rank\": 1311, \"rankvar\": 1982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 541, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3197, \"group\": [2933.0, 529.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCGGACC\", \"ini\": 3047, \"clust\": 2254, \"rank\": 499, \"rankvar\": 1056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 479, \"group\": [2256.0, 429.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAACTGCT\", \"ini\": 3046, \"clust\": 3232, \"rank\": 356, \"rankvar\": 2616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 543, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3198, \"group\": [3234.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCTGATAA\", \"ini\": 3045, \"clust\": 2389, \"rank\": 497, \"rankvar\": 1385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 480, \"group\": [2390.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCATCCGTGG\", \"ini\": 3044, \"clust\": 1871, \"rank\": 559, \"rankvar\": 553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 545, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 481, \"group\": [1872.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGAACGT\", \"ini\": 3043, \"clust\": 1970, \"rank\": 529, \"rankvar\": 520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 546, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 482, \"group\": [1971.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGTGGGAA\", \"ini\": 3042, \"clust\": 2360, \"rank\": 562, \"rankvar\": 574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 483, \"group\": [2361.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGAAGTT\", \"ini\": 3041, \"clust\": 2357, \"rank\": 468, \"rankvar\": 2203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 484, \"group\": [2356.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCCTATTCA\", \"ini\": 3040, \"clust\": 2008, \"rank\": 453, \"rankvar\": 13, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 485, \"group\": [2012.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTTCGCAT\", \"ini\": 3039, \"clust\": 2354, \"rank\": 460, \"rankvar\": 1245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 486, \"group\": [2358.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGACATCTACGA\", \"ini\": 3038, \"clust\": 3297, \"rank\": 431, \"rankvar\": 2707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 551, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3199, \"group\": [3302.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAACTGGCC\", \"ini\": 3037, \"clust\": 3074, \"rank\": 677, \"rankvar\": 584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3200, \"group\": [3075.0, 582.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAATCGAAA\", \"ini\": 3036, \"clust\": 1646, \"rank\": 711, \"rankvar\": 145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 553, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 487, \"group\": [1644.0, 313.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATCACAC\", \"ini\": 3035, \"clust\": 2470, \"rank\": 515, \"rankvar\": 1361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 488, \"group\": [2471.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTGATGTGG\", \"ini\": 3034, \"clust\": 2846, \"rank\": 789, \"rankvar\": 1653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 489, \"group\": [2847.0, 494.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGCGTTCCG\", \"ini\": 3033, \"clust\": 1984, \"rank\": 417, \"rankvar\": 481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 556, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 490, \"group\": [1986.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTAACGGT\", \"ini\": 3032, \"clust\": 1339, \"rank\": 600, \"rankvar\": 2993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 557, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1705, \"group\": [1340.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTAGCATGGCA\", \"ini\": 3031, \"clust\": 2384, \"rank\": 612, \"rankvar\": 1080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 491, \"group\": [2384.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGTACGG\", \"ini\": 3030, \"clust\": 1712, \"rank\": 768, \"rankvar\": 449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 492, \"group\": [1710.0, 327.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAGAGCCAA\", \"ini\": 3029, \"clust\": 2327, \"rank\": 555, \"rankvar\": 1044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 493, \"group\": [2330.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCGTTCCG\", \"ini\": 3028, \"clust\": 3273, \"rank\": 469, \"rankvar\": 2560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 561, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3201, \"group\": [3271.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCTGCGAA\", \"ini\": 3027, \"clust\": 2603, \"rank\": 842, \"rankvar\": 2119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 494, \"group\": [2603.0, 462.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCGGCTACG\", \"ini\": 3026, \"clust\": 1894, \"rank\": 448, \"rankvar\": 694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 495, \"group\": [1895.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCCATGCTC\", \"ini\": 3025, \"clust\": 1964, \"rank\": 486, \"rankvar\": 867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 564, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 496, \"group\": [1965.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGATCAGCCTAA\", \"ini\": 3024, \"clust\": 2385, \"rank\": 521, \"rankvar\": 1117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 497, \"group\": [2385.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCGAACA\", \"ini\": 3023, \"clust\": 1931, \"rank\": 580, \"rankvar\": 578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 498, \"group\": [1930.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGAAATA\", \"ini\": 3022, \"clust\": 2365, \"rank\": 467, \"rankvar\": 1568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 567, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 499, \"group\": [2367.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGCTTCC\", \"ini\": 3021, \"clust\": 2367, \"rank\": 575, \"rankvar\": 1940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 500, \"group\": [2366.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTATCTG\", \"ini\": 3020, \"clust\": 3327, \"rank\": 365, \"rankvar\": 3187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 569, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3202, \"group\": [3327.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGATATGCA\", \"ini\": 3019, \"clust\": 63, \"rank\": 415, \"rankvar\": 371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1849, \"group\": [64.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCATCATTC\", \"ini\": 3018, \"clust\": 2560, \"rank\": 636, \"rankvar\": 1619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 501, \"group\": [2560.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACCGAATT\", \"ini\": 3017, \"clust\": 3342, \"rank\": 729, \"rankvar\": 2714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 572, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3203, \"group\": [3341.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTGAGTGT\", \"ini\": 3016, \"clust\": 1707, \"rank\": 829, \"rankvar\": 667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 573, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 502, \"group\": [1703.0, 326.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGCAATTA\", \"ini\": 3015, \"clust\": 1608, \"rank\": 570, \"rankvar\": 1556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 503, \"group\": [1716.0, 331.0, 56.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACTCCTG\", \"ini\": 3014, \"clust\": 1279, \"rank\": 738, \"rankvar\": 3264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 575, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1706, \"group\": [1279.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTCATCC\", \"ini\": 3013, \"clust\": 2271, \"rank\": 731, \"rankvar\": 975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 504, \"group\": [2272.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGAACAACT\", \"ini\": 3012, \"clust\": 2288, \"rank\": 762, \"rankvar\": 433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 577, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 505, \"group\": [2288.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCATCAGTAC\", \"ini\": 3011, \"clust\": 54, \"rank\": 189, \"rankvar\": 3434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1850, \"group\": [51.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGTACATGA\", \"ini\": 3010, \"clust\": 1969, \"rank\": 620, \"rankvar\": 327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 506, \"group\": [1970.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCCAATGGT\", \"ini\": 3009, \"clust\": 1872, \"rank\": 596, \"rankvar\": 592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 507, \"group\": [1873.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTCGTACT\", \"ini\": 3008, \"clust\": 3378, \"rank\": 383, \"rankvar\": 2763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 581, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3204, \"group\": [3381.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTTGTTGG\", \"ini\": 3007, \"clust\": 1966, \"rank\": 588, \"rankvar\": 60, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 582, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 508, \"group\": [1967.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACATGTCTCC\", \"ini\": 3006, \"clust\": 3488, \"rank\": 1376, \"rankvar\": 3101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 583, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 21, \"group\": [3488.0, 647.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTTGAGTTC\", \"ini\": 3005, \"clust\": 2359, \"rank\": 574, \"rankvar\": 1362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 584, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 509, \"group\": [2360.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCGTTTAC\", \"ini\": 3004, \"clust\": 3340, \"rank\": 728, \"rankvar\": 2055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 585, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3205, \"group\": [3344.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTTGAGGTG\", \"ini\": 3003, \"clust\": 3226, \"rank\": 472, \"rankvar\": 2347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 586, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3206, \"group\": [3230.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTACGAAAT\", \"ini\": 3002, \"clust\": 2479, \"rank\": 632, \"rankvar\": 401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 510, \"group\": [2483.0, 440.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCGTGGTCG\", \"ini\": 3001, \"clust\": 1950, \"rank\": 560, \"rankvar\": 664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 511, \"group\": [1949.0, 416.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTGTGTCGCTG\", \"ini\": 3000, \"clust\": 3479, \"rank\": 1160, \"rankvar\": 3089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 589, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 22, \"group\": [3480.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACAGTACACCT\", \"ini\": 2999, \"clust\": 2336, \"rank\": 658, \"rankvar\": 298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 590, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 512, \"group\": [2337.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGGAGGTA\", \"ini\": 2998, \"clust\": 3067, \"rank\": 411, \"rankvar\": 1077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 591, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3207, \"group\": [3067.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGGTAACG\", \"ini\": 2997, \"clust\": 1809, \"rank\": 773, \"rankvar\": 1311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 513, \"group\": [1811.0, 385.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACGAAA\", \"ini\": 2996, \"clust\": 3155, \"rank\": 347, \"rankvar\": 2891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 593, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3208, \"group\": [3154.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCCTGTT\", \"ini\": 2995, \"clust\": 3333, \"rank\": 614, \"rankvar\": 1918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 594, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3209, \"group\": [3334.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATGTTGTCTTT\", \"ini\": 2994, \"clust\": 1953, \"rank\": 504, \"rankvar\": 926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 595, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 514, \"group\": [1953.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCGCCGTGA\", \"ini\": 2993, \"clust\": 3231, \"rank\": 568, \"rankvar\": 2985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 596, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3210, \"group\": [3235.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATCGCTC\", \"ini\": 2992, \"clust\": 1801, \"rank\": 569, \"rankvar\": 1074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 515, \"group\": [1801.0, 381.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCCTGCCAT\", \"ini\": 2991, \"clust\": 1610, \"rank\": 902, \"rankvar\": 43, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 516, \"group\": [1612.0, 296.0, 51.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTGACCAAG\", \"ini\": 2990, \"clust\": 3134, \"rank\": 519, \"rankvar\": 1249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3211, \"group\": [3138.0, 594.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTACGAAAT\", \"ini\": 2989, \"clust\": 3128, \"rank\": 852, \"rankvar\": 929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 600, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3212, \"group\": [3127.0, 592.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTAAGGTCATCT\", \"ini\": 2988, \"clust\": 2466, \"rank\": 639, \"rankvar\": 679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 517, \"group\": [2467.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCGAGAACG\", \"ini\": 2987, \"clust\": 1907, \"rank\": 700, \"rankvar\": 95, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 518, \"group\": [1909.0, 410.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCGAGCCCA\", \"ini\": 2986, \"clust\": 1954, \"rank\": 549, \"rankvar\": 300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 519, \"group\": [1958.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGTACGCCC\", \"ini\": 2985, \"clust\": 3383, \"rank\": 561, \"rankvar\": 2822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3213, \"group\": [3383.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCTTACCTA\", \"ini\": 2984, \"clust\": 1674, \"rank\": 777, \"rankvar\": 773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 520, \"group\": [1673.0, 317.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGAACTCGG\", \"ini\": 2983, \"clust\": 3243, \"rank\": 269, \"rankvar\": 2799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 606, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3214, \"group\": [3242.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGGAT\", \"ini\": 2982, \"clust\": 1641, \"rank\": 565, \"rankvar\": 761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 607, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 521, \"group\": [1640.0, 312.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTGCTCTTC\", \"ini\": 2981, \"clust\": 66, \"rank\": 251, \"rankvar\": 2032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 608, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1851, \"group\": [62.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGACGCAA\", \"ini\": 2980, \"clust\": 3385, \"rank\": 514, \"rankvar\": 2283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 609, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3215, \"group\": [3390.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCACTGTCGG\", \"ini\": 2979, \"clust\": 3328, \"rank\": 476, \"rankvar\": 3064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3216, \"group\": [3328.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTGCAGGTA\", \"ini\": 2978, \"clust\": 1862, \"rank\": 668, \"rankvar\": 2466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 522, \"group\": [1864.0, 403.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTGAGCGAT\", \"ini\": 2977, \"clust\": 3435, \"rank\": 564, \"rankvar\": 3459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 612, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1707, \"group\": [3447.0, 634.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCACATACG\", \"ini\": 2976, \"clust\": 225, \"rank\": 402, \"rankvar\": 2029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 613, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2694, \"group\": [226.0, 62.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTTCAGTTCGA\", \"ini\": 2975, \"clust\": 2503, \"rank\": 745, \"rankvar\": 1956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 523, \"group\": [2501.0, 445.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCCTTGACC\", \"ini\": 2974, \"clust\": 2377, \"rank\": 669, \"rankvar\": 756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 524, \"group\": [2378.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATCGATGT\", \"ini\": 2973, \"clust\": 1922, \"rank\": 712, \"rankvar\": 873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 616, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 525, \"group\": [1923.0, 413.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCCAAAGTC\", \"ini\": 2972, \"clust\": 1776, \"rank\": 520, \"rankvar\": 827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 526, \"group\": [1777.0, 373.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCCGAAGAG\", \"ini\": 2971, \"clust\": 3395, \"rank\": 1151, \"rankvar\": 3390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 618, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3568, \"group\": [3416.0, 617.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGAAACCTA\", \"ini\": 2970, \"clust\": 3459, \"rank\": 1201, \"rankvar\": 1997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 23, \"group\": [3460.0, 642.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCGACGGAA\", \"ini\": 2969, \"clust\": 1322, \"rank\": 577, \"rankvar\": 2542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 620, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1708, \"group\": [1322.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACCAGTTA\", \"ini\": 2968, \"clust\": 2390, \"rank\": 551, \"rankvar\": 2360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 527, \"group\": [2391.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTCTGGAGA\", \"ini\": 2967, \"clust\": 2295, \"rank\": 667, \"rankvar\": 680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 528, \"group\": [2298.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCATCGGAT\", \"ini\": 2966, \"clust\": 1959, \"rank\": 593, \"rankvar\": 293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 529, \"group\": [1960.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGGTAAG\", \"ini\": 2965, \"clust\": 2196, \"rank\": 647, \"rankvar\": 243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 530, \"group\": [2199.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCTTGACC\", \"ini\": 2964, \"clust\": 1917, \"rank\": 510, \"rankvar\": 76, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 625, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 531, \"group\": [1918.0, 412.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACAGAGA\", \"ini\": 2963, \"clust\": 2240, \"rank\": 489, \"rankvar\": 1410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 532, \"group\": [2240.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACATCCA\", \"ini\": 2962, \"clust\": 3223, \"rank\": 374, \"rankvar\": 3047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3217, \"group\": [3222.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAGCCTAT\", \"ini\": 2961, \"clust\": 3148, \"rank\": 475, \"rankvar\": 1755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 628, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3218, \"group\": [3148.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTAGAGC\", \"ini\": 2960, \"clust\": 3384, \"rank\": 716, \"rankvar\": 1696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 629, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3219, \"group\": [3391.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTAGCGTGA\", \"ini\": 2959, \"clust\": 1791, \"rank\": 969, \"rankvar\": 340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 533, \"group\": [1792.0, 378.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTGAGGGAG\", \"ini\": 2958, \"clust\": 3220, \"rank\": 444, \"rankvar\": 2669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 631, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3220, \"group\": [3221.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTAGCCTAT\", \"ini\": 2957, \"clust\": 1643, \"rank\": 840, \"rankvar\": 471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 534, \"group\": [1642.0, 313.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCATACCATG\", \"ini\": 2956, \"clust\": 1282, \"rank\": 1011, \"rankvar\": 3363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 633, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1709, \"group\": [1281.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTGCAGTAG\", \"ini\": 2955, \"clust\": 3337, \"rank\": 646, \"rankvar\": 1569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 634, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3221, \"group\": [3340.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACGCTTTC\", \"ini\": 2954, \"clust\": 3334, \"rank\": 701, \"rankvar\": 2519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 635, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3222, \"group\": [3335.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCGACAT\", \"ini\": 2953, \"clust\": 1977, \"rank\": 671, \"rankvar\": 239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 535, \"group\": [1978.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTATGTGG\", \"ini\": 2952, \"clust\": 2332, \"rank\": 720, \"rankvar\": 1775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 637, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 536, \"group\": [2332.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTAGCGGT\", \"ini\": 2951, \"clust\": 1695, \"rank\": 920, \"rankvar\": 2351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 537, \"group\": [1694.0, 322.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACTCTTA\", \"ini\": 2950, \"clust\": 1918, \"rank\": 641, \"rankvar\": 1057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 639, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 538, \"group\": [1919.0, 412.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACTTACGA\", \"ini\": 2949, \"clust\": 1794, \"rank\": 723, \"rankvar\": 647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 539, \"group\": [1795.0, 379.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTCAGATAA\", \"ini\": 2948, \"clust\": 237, \"rank\": 455, \"rankvar\": 2468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 641, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2695, \"group\": [240.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTGATAAGT\", \"ini\": 2947, \"clust\": 1223, \"rank\": 808, \"rankvar\": 1296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 642, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1672, \"group\": [1230.0, 184.0, 29.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGTGAGA\", \"ini\": 2946, \"clust\": 1789, \"rank\": 681, \"rankvar\": 686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 540, \"group\": [1789.0, 377.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGGGTCT\", \"ini\": 2945, \"clust\": 2242, \"rank\": 545, \"rankvar\": 872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 541, \"group\": [2242.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCTCGGATGTT\", \"ini\": 2944, \"clust\": 1259, \"rank\": 674, \"rankvar\": 3029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1710, \"group\": [1257.0, 202.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCCAAGTAATG\", \"ini\": 2943, \"clust\": 2160, \"rank\": 597, \"rankvar\": 1912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 646, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 542, \"group\": [2160.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAACACAGTCGC\", \"ini\": 2942, \"clust\": 3069, \"rank\": 706, \"rankvar\": 276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 647, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3223, \"group\": [3069.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTCGAGTA\", \"ini\": 2941, \"clust\": 3139, \"rank\": 434, \"rankvar\": 2786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 648, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3224, \"group\": [3139.0, 595.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCTCACCT\", \"ini\": 2940, \"clust\": 3088, \"rank\": 315, \"rankvar\": 2102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 649, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3225, \"group\": [3090.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTTCAACCA\", \"ini\": 2939, \"clust\": 1873, \"rank\": 673, \"rankvar\": 278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 543, \"group\": [1876.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACACATGT\", \"ini\": 2938, \"clust\": 1928, \"rank\": 540, \"rankvar\": 1142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 651, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 544, \"group\": [1932.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTGCACTTA\", \"ini\": 2937, \"clust\": 1927, \"rank\": 619, \"rankvar\": 64, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 545, \"group\": [1928.0, 414.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTTACGTCA\", \"ini\": 2936, \"clust\": 1906, \"rank\": 785, \"rankvar\": 758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 653, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 546, \"group\": [1910.0, 410.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTTGGGTA\", \"ini\": 2935, \"clust\": 2098, \"rank\": 707, \"rankvar\": 1216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 547, \"group\": [2101.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTATTACCG\", \"ini\": 2934, \"clust\": 3222, \"rank\": 400, \"rankvar\": 2975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 655, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3226, \"group\": [3224.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGGCTCAGA\", \"ini\": 2933, \"clust\": 3268, \"rank\": 558, \"rankvar\": 2123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 656, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3227, \"group\": [3266.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCACTCCTG\", \"ini\": 2932, \"clust\": 2265, \"rank\": 718, \"rankvar\": 2024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 548, \"group\": [2264.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAGACGCTC\", \"ini\": 2931, \"clust\": 1919, \"rank\": 806, \"rankvar\": 944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 549, \"group\": [1920.0, 413.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTGACTACT\", \"ini\": 2930, \"clust\": 2272, \"rank\": 682, \"rankvar\": 890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 659, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 550, \"group\": [2273.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAGGTACC\", \"ini\": 2929, \"clust\": 1967, \"rank\": 694, \"rankvar\": 1134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 551, \"group\": [1968.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCACCATCCT\", \"ini\": 2928, \"clust\": 2187, \"rank\": 654, \"rankvar\": 945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 552, \"group\": [2187.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTAGTGCTGCC\", \"ini\": 2927, \"clust\": 1787, \"rank\": 752, \"rankvar\": 346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 662, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 553, \"group\": [1790.0, 377.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGGCTT\", \"ini\": 2926, \"clust\": 2318, \"rank\": 751, \"rankvar\": 1450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 663, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 554, \"group\": [2322.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCTACAGA\", \"ini\": 2925, \"clust\": 3072, \"rank\": 719, \"rankvar\": 628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 664, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3228, \"group\": [3072.0, 580.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACAGTAGGTGC\", \"ini\": 2924, \"clust\": 2392, \"rank\": 653, \"rankvar\": 1841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 665, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 555, \"group\": [2394.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTTATCTG\", \"ini\": 2923, \"clust\": 2958, \"rank\": 1164, \"rankvar\": 2477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 666, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3229, \"group\": [2957.0, 539.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGCGGTAA\", \"ini\": 2922, \"clust\": 2275, \"rank\": 670, \"rankvar\": 455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 556, \"group\": [2275.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTCTAGAGG\", \"ini\": 2921, \"clust\": 1323, \"rank\": 635, \"rankvar\": 3259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1711, \"group\": [1323.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCGTTTGCC\", \"ini\": 2920, \"clust\": 1677, \"rank\": 691, \"rankvar\": 577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 557, \"group\": [1677.0, 317.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTGTTTGT\", \"ini\": 2919, \"clust\": 3240, \"rank\": 502, \"rankvar\": 3129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 670, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3230, \"group\": [3239.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCATAAAGG\", \"ini\": 2918, \"clust\": 2460, \"rank\": 778, \"rankvar\": 78, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 671, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 558, \"group\": [2460.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTTCAACCA\", \"ini\": 2917, \"clust\": 3296, \"rank\": 697, \"rankvar\": 2467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 672, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3231, \"group\": [3297.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTACTCTCC\", \"ini\": 2916, \"clust\": 1629, \"rank\": 1146, \"rankvar\": 2058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 673, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 559, \"group\": [1630.0, 307.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGGTGTGT\", \"ini\": 2915, \"clust\": 1943, \"rank\": 541, \"rankvar\": 1958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 560, \"group\": [1944.0, 416.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTGTCTTT\", \"ini\": 2914, \"clust\": 1730, \"rank\": 870, \"rankvar\": 2, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 561, \"group\": [1730.0, 340.0, 61.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAATTCCC\", \"ini\": 2913, \"clust\": 2300, \"rank\": 425, \"rankvar\": 1721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 562, \"group\": [2304.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAGCGCTC\", \"ini\": 2912, \"clust\": 3307, \"rank\": 657, \"rankvar\": 2614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 677, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3232, \"group\": [3307.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTGCAGACA\", \"ini\": 2911, \"clust\": 1326, \"rank\": 505, \"rankvar\": 3201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 678, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1712, \"group\": [1335.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCAATAAGG\", \"ini\": 2910, \"clust\": 3271, \"rank\": 530, \"rankvar\": 847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 679, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3233, \"group\": [3274.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCACCAGGC\", \"ini\": 2909, \"clust\": 2534, \"rank\": 838, \"rankvar\": 539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 563, \"group\": [2534.0, 454.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGTTAAGA\", \"ini\": 2908, \"clust\": 3482, \"rank\": 1305, \"rankvar\": 3258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 681, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 24, \"group\": [3483.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAGGGCT\", \"ini\": 2907, \"clust\": 2328, \"rank\": 757, \"rankvar\": 296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 564, \"group\": [2329.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAAGTAGTA\", \"ini\": 2906, \"clust\": 1798, \"rank\": 756, \"rankvar\": 453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 565, \"group\": [1799.0, 380.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCATCTATGG\", \"ini\": 2905, \"clust\": 1829, \"rank\": 939, \"rankvar\": 2296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 566, \"group\": [1831.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGGACGAAA\", \"ini\": 2904, \"clust\": 3331, \"rank\": 491, \"rankvar\": 2944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 685, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3234, \"group\": [3330.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTCGAGTTT\", \"ini\": 2903, \"clust\": 2374, \"rank\": 726, \"rankvar\": 894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 567, \"group\": [2375.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTAAGTGGC\", \"ini\": 2902, \"clust\": 2350, \"rank\": 715, \"rankvar\": 603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 568, \"group\": [2353.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCTCATGTCCC\", \"ini\": 2901, \"clust\": 2476, \"rank\": 607, \"rankvar\": 1785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 569, \"group\": [2479.0, 438.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATGCCTAA\", \"ini\": 2900, \"clust\": 3421, \"rank\": 945, \"rankvar\": 564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 689, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3235, \"group\": [3424.0, 623.0, 87.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCAACGAAA\", \"ini\": 2899, \"clust\": 1612, \"rank\": 989, \"rankvar\": 1223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 570, \"group\": [1609.0, 293.0, 51.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATGGAGC\", \"ini\": 2898, \"clust\": 3149, \"rank\": 566, \"rankvar\": 2704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 691, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3236, \"group\": [3149.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGAAACCTA\", \"ini\": 2897, \"clust\": 2860, \"rank\": 844, \"rankvar\": 1825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 692, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 571, \"group\": [2861.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCCTTGACC\", \"ini\": 2896, \"clust\": 2814, \"rank\": 685, \"rankvar\": 2417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 572, \"group\": [2815.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGTGGACGT\", \"ini\": 2895, \"clust\": 1378, \"rank\": 899, \"rankvar\": 2915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1713, \"group\": [1375.0, 210.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCGAGAGCA\", \"ini\": 2894, \"clust\": 2802, \"rank\": 557, \"rankvar\": 1831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 573, \"group\": [2803.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAAATTGCC\", \"ini\": 2893, \"clust\": 1278, \"rank\": 821, \"rankvar\": 3190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1714, \"group\": [1278.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTGCTG\", \"ini\": 2892, \"clust\": 1377, \"rank\": 804, \"rankvar\": 3052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1715, \"group\": [1377.0, 210.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACCAGGCTGAA\", \"ini\": 2891, \"clust\": 1971, \"rank\": 659, \"rankvar\": 85, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 574, \"group\": [1972.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCGTTCCG\", \"ini\": 2890, \"clust\": 1878, \"rank\": 914, \"rankvar\": 225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 575, \"group\": [1877.0, 406.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCCGAACC\", \"ini\": 2889, \"clust\": 1725, \"rank\": 672, \"rankvar\": 61, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 700, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 576, \"group\": [1728.0, 338.0, 60.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCTTCTCG\", \"ini\": 2888, \"clust\": 2940, \"rank\": 1230, \"rankvar\": 177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 701, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3237, \"group\": [2940.0, 534.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGTGTTAGA\", \"ini\": 2887, \"clust\": 2361, \"rank\": 582, \"rankvar\": 1076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 702, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 577, \"group\": [2362.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTAAGTGTA\", \"ini\": 2886, \"clust\": 2230, \"rank\": 585, \"rankvar\": 1894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 578, \"group\": [2230.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGGGTTCCC\", \"ini\": 2885, \"clust\": 1320, \"rank\": 656, \"rankvar\": 2335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 704, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1716, \"group\": [1320.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGTTTA\", \"ini\": 2884, \"clust\": 2967, \"rank\": 774, \"rankvar\": 2640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 705, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3238, \"group\": [2966.0, 544.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTTTAAGCC\", \"ini\": 2883, \"clust\": 3470, \"rank\": 1226, \"rankvar\": 3372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 706, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 25, \"group\": [3470.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTAAGGGAA\", \"ini\": 2882, \"clust\": 3154, \"rank\": 463, \"rankvar\": 1806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 707, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3239, \"group\": [3156.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATCTGTT\", \"ini\": 2881, \"clust\": 2320, \"rank\": 741, \"rankvar\": 1591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 579, \"group\": [2319.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGATACACA\", \"ini\": 2880, \"clust\": 3042, \"rank\": 696, \"rankvar\": 1783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 709, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3240, \"group\": [3042.0, 573.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTAAATGTG\", \"ini\": 2879, \"clust\": 2555, \"rank\": 803, \"rankvar\": 1180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 580, \"group\": [2554.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGTAGCCGA\", \"ini\": 2878, \"clust\": 2450, \"rank\": 563, \"rankvar\": 907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 581, \"group\": [2450.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTATTG\", \"ini\": 2877, \"clust\": 2238, \"rank\": 579, \"rankvar\": 1075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 582, \"group\": [2241.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCAAGCTGAG\", \"ini\": 2876, \"clust\": 3371, \"rank\": 640, \"rankvar\": 2955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 713, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3241, \"group\": [3374.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCGTAATA\", \"ini\": 2875, \"clust\": 2339, \"rank\": 775, \"rankvar\": 1916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 583, \"group\": [2339.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCAACTCTT\", \"ini\": 2874, \"clust\": 2340, \"rank\": 650, \"rankvar\": 218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 715, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 584, \"group\": [2340.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCTCTTGTCAT\", \"ini\": 2873, \"clust\": 2461, \"rank\": 746, \"rankvar\": 42, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 716, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 585, \"group\": [2461.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCAGATCG\", \"ini\": 2872, \"clust\": 2243, \"rank\": 604, \"rankvar\": 585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 717, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 586, \"group\": [2243.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCACGTGG\", \"ini\": 2871, \"clust\": 2334, \"rank\": 790, \"rankvar\": 271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 587, \"group\": [2334.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTCAAGCCTAT\", \"ini\": 2870, \"clust\": 2174, \"rank\": 572, \"rankvar\": 1513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 719, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 588, \"group\": [2177.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCACTATTC\", \"ini\": 2869, \"clust\": 3332, \"rank\": 581, \"rankvar\": 2750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 720, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3242, \"group\": [3331.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGCATGGCA\", \"ini\": 2868, \"clust\": 3120, \"rank\": 744, \"rankvar\": 2730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 721, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3243, \"group\": [3123.0, 591.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCACGGTGTC\", \"ini\": 2867, \"clust\": 3147, \"rank\": 419, \"rankvar\": 2551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 722, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3244, \"group\": [3157.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAGATGAGC\", \"ini\": 2866, \"clust\": 2213, \"rank\": 554, \"rankvar\": 2528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 723, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 589, \"group\": [2212.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTCTCCACT\", \"ini\": 2865, \"clust\": 1810, \"rank\": 943, \"rankvar\": 221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 724, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 590, \"group\": [1809.0, 385.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTCTCGG\", \"ini\": 2864, \"clust\": 2345, \"rank\": 782, \"rankvar\": 2361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 725, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 591, \"group\": [2346.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAATGTTGC\", \"ini\": 2863, \"clust\": 2554, \"rank\": 849, \"rankvar\": 308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 592, \"group\": [2556.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGTCTCA\", \"ini\": 2862, \"clust\": 3121, \"rank\": 901, \"rankvar\": 2093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 727, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3245, \"group\": [3121.0, 591.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCTGT\", \"ini\": 2861, \"clust\": 2299, \"rank\": 724, \"rankvar\": 1043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 728, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 593, \"group\": [2305.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGGGCATGT\", \"ini\": 2860, \"clust\": 3390, \"rank\": 592, \"rankvar\": 2266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 729, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3246, \"group\": [3388.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGACATGGGACA\", \"ini\": 2859, \"clust\": 2419, \"rank\": 818, \"rankvar\": 1012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 594, \"group\": [2420.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTTCCGGCA\", \"ini\": 2858, \"clust\": 2284, \"rank\": 893, \"rankvar\": 600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 731, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 595, \"group\": [2287.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAAGGATT\", \"ini\": 2857, \"clust\": 3312, \"rank\": 703, \"rankvar\": 1144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 732, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3247, \"group\": [3313.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATCGATTG\", \"ini\": 2856, \"clust\": 235, \"rank\": 443, \"rankvar\": 2492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 733, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2696, \"group\": [233.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTAAGTAGT\", \"ini\": 2855, \"clust\": 3321, \"rank\": 511, \"rankvar\": 2491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3248, \"group\": [3323.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGGTAGA\", \"ini\": 2854, \"clust\": 1708, \"rank\": 956, \"rankvar\": 292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 596, \"group\": [1704.0, 326.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACATGTC\", \"ini\": 2853, \"clust\": 2182, \"rank\": 652, \"rankvar\": 588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 736, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 597, \"group\": [2183.0, 427.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCAGTGACTCT\", \"ini\": 2852, \"clust\": 3073, \"rank\": 730, \"rankvar\": 2627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3249, \"group\": [3073.0, 580.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCAACGCACC\", \"ini\": 2851, \"clust\": 2198, \"rank\": 680, \"rankvar\": 326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 598, \"group\": [2198.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAGTAGTGAAT\", \"ini\": 2850, \"clust\": 2290, \"rank\": 717, \"rankvar\": 1386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 599, \"group\": [2294.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCCCATTAT\", \"ini\": 2849, \"clust\": 1795, \"rank\": 854, \"rankvar\": 150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 600, \"group\": [1796.0, 379.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCAAGCCTA\", \"ini\": 2848, \"clust\": 2205, \"rank\": 517, \"rankvar\": 2844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 601, \"group\": [2205.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCCGTAGTA\", \"ini\": 2847, \"clust\": 3206, \"rank\": 625, \"rankvar\": 2623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 742, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3250, \"group\": [3208.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCCATGCTC\", \"ini\": 2846, \"clust\": 2177, \"rank\": 603, \"rankvar\": 1357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 743, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 602, \"group\": [2178.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGTGGAGTC\", \"ini\": 2845, \"clust\": 3335, \"rank\": 749, \"rankvar\": 2428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 744, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3251, \"group\": [3336.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCAGCTGGC\", \"ini\": 2844, \"clust\": 2163, \"rank\": 601, \"rankvar\": 1500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 745, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 603, \"group\": [2163.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGAGTATA\", \"ini\": 2843, \"clust\": 3377, \"rank\": 605, \"rankvar\": 2605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 746, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3252, \"group\": [3378.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTCTTGAT\", \"ini\": 2842, \"clust\": 3038, \"rank\": 736, \"rankvar\": 1353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 747, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3253, \"group\": [3046.0, 573.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACGGTTTA\", \"ini\": 2841, \"clust\": 1706, \"rank\": 953, \"rankvar\": 624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 604, \"group\": [1705.0, 326.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCTCACCT\", \"ini\": 2840, \"clust\": 2469, \"rank\": 764, \"rankvar\": 413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 605, \"group\": [2470.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCGTCTTC\", \"ini\": 2839, \"clust\": 3346, \"rank\": 608, \"rankvar\": 2618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 750, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3254, \"group\": [3347.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAGTAGGCTGA\", \"ini\": 2838, \"clust\": 3490, \"rank\": 1443, \"rankvar\": 3524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 751, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 26, \"group\": [3487.0, 647.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACACCGATAT\", \"ini\": 2837, \"clust\": 2294, \"rank\": 742, \"rankvar\": 835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 606, \"group\": [2293.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATGCCTAA\", \"ini\": 2836, \"clust\": 2258, \"rank\": 797, \"rankvar\": 1886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 753, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 607, \"group\": [2260.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTAGTATGACA\", \"ini\": 2835, \"clust\": 2397, \"rank\": 645, \"rankvar\": 834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 608, \"group\": [2396.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCTTGTTTG\", \"ini\": 2834, \"clust\": 2674, \"rank\": 1001, \"rankvar\": 1303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 609, \"group\": [2675.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCATCGGACC\", \"ini\": 2833, \"clust\": 2262, \"rank\": 885, \"rankvar\": 2323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 756, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 610, \"group\": [2262.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAATACAG\", \"ini\": 2832, \"clust\": 2371, \"rank\": 687, \"rankvar\": 1341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 611, \"group\": [2371.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGTACCT\", \"ini\": 2831, \"clust\": 1849, \"rank\": 1094, \"rankvar\": 2208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 612, \"group\": [1851.0, 396.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAAGCGTAG\", \"ini\": 2830, \"clust\": 1710, \"rank\": 1418, \"rankvar\": 2537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 759, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 613, \"group\": [1709.0, 327.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCAATGGAAT\", \"ini\": 2829, \"clust\": 2335, \"rank\": 819, \"rankvar\": 825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 614, \"group\": [2335.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCTGCTTGC\", \"ini\": 2828, \"clust\": 2276, \"rank\": 684, \"rankvar\": 1705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 761, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 615, \"group\": [2276.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTGTATGGG\", \"ini\": 2827, \"clust\": 3563, \"rank\": 1956, \"rankvar\": 3550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 762, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 27, \"group\": [3562.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCGGCTACG\", \"ini\": 2826, \"clust\": 2473, \"rank\": 755, \"rankvar\": 12, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 616, \"group\": [2474.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAAACAC\", \"ini\": 2825, \"clust\": 2601, \"rank\": 1130, \"rankvar\": 966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 617, \"group\": [2601.0, 462.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTACTTAGC\", \"ini\": 2824, \"clust\": 1929, \"rank\": 590, \"rankvar\": 1919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 765, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 618, \"group\": [1931.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTGGGTATG\", \"ini\": 2823, \"clust\": 1978, \"rank\": 526, \"rankvar\": 369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 619, \"group\": [1979.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCATCCAACA\", \"ini\": 2822, \"clust\": 2089, \"rank\": 732, \"rankvar\": 1725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 767, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 620, \"group\": [2090.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCGTCGTTC\", \"ini\": 2821, \"clust\": 1965, \"rank\": 610, \"rankvar\": 887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 621, \"group\": [1966.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAAGTCACGCC\", \"ini\": 2820, \"clust\": 3129, \"rank\": 962, \"rankvar\": 1774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 769, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3255, \"group\": [3128.0, 592.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGGTGTA\", \"ini\": 2819, \"clust\": 2138, \"rank\": 735, \"rankvar\": 1677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 622, \"group\": [2137.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCTCCTATA\", \"ini\": 2818, \"clust\": 1609, \"rank\": 1265, \"rankvar\": 2715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 623, \"group\": [1613.0, 297.0, 52.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCGCCTTG\", \"ini\": 2817, \"clust\": 239, \"rank\": 440, \"rankvar\": 3100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2697, \"group\": [237.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTAGCTAAA\", \"ini\": 2816, \"clust\": 1379, \"rank\": 1003, \"rankvar\": 3055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1717, \"group\": [1376.0, 210.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTCTGTCG\", \"ini\": 2815, \"clust\": 1992, \"rank\": 761, \"rankvar\": 68, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 624, \"group\": [1993.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTCACCTAA\", \"ini\": 2814, \"clust\": 1625, \"rank\": 1150, \"rankvar\": 2626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 775, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 625, \"group\": [1624.0, 303.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACATCCTTGC\", \"ini\": 2813, \"clust\": 1702, \"rank\": 1277, \"rankvar\": 1306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 776, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 626, \"group\": [1701.0, 324.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGAATTGTG\", \"ini\": 2812, \"clust\": 1703, \"rank\": 1237, \"rankvar\": 1567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 627, \"group\": [1702.0, 325.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGGTATCG\", \"ini\": 2811, \"clust\": 3250, \"rank\": 965, \"rankvar\": 2479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 778, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3256, \"group\": [3249.0, 604.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTCCACAA\", \"ini\": 2810, \"clust\": 3136, \"rank\": 788, \"rankvar\": 2114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 779, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3257, \"group\": [3135.0, 594.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGCATCG\", \"ini\": 2809, \"clust\": 1283, \"rank\": 1178, \"rankvar\": 2735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 780, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1718, \"group\": [1282.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTATATCCG\", \"ini\": 2808, \"clust\": 2159, \"rank\": 683, \"rankvar\": 1688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 628, \"group\": [2162.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGTAGATC\", \"ini\": 2807, \"clust\": 2375, \"rank\": 805, \"rankvar\": 209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 629, \"group\": [2376.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGGACCACA\", \"ini\": 2806, \"clust\": 1885, \"rank\": 941, \"rankvar\": 297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 783, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 630, \"group\": [1886.0, 408.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTAAAGTG\", \"ini\": 2805, \"clust\": 1856, \"rank\": 714, \"rankvar\": 323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 631, \"group\": [1856.0, 399.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCAGTCCTTC\", \"ini\": 2804, \"clust\": 2314, \"rank\": 609, \"rankvar\": 1268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 785, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 632, \"group\": [2314.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCATGCAT\", \"ini\": 2803, \"clust\": 1924, \"rank\": 866, \"rankvar\": 625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 633, \"group\": [1924.0, 413.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCACGACTA\", \"ini\": 2802, \"clust\": 1334, \"rank\": 611, \"rankvar\": 3404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 787, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1719, \"group\": [1333.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCTCGATGA\", \"ini\": 2801, \"clust\": 2292, \"rank\": 767, \"rankvar\": 1903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 634, \"group\": [2291.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGACTTGAA\", \"ini\": 2800, \"clust\": 2459, \"rank\": 960, \"rankvar\": 112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 635, \"group\": [2462.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGCCAGGAT\", \"ini\": 2799, \"clust\": 2382, \"rank\": 776, \"rankvar\": 860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 790, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 636, \"group\": [2381.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATAGATAGGAG\", \"ini\": 2798, \"clust\": 2812, \"rank\": 747, \"rankvar\": 1772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 637, \"group\": [2812.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGAGCAATT\", \"ini\": 2797, \"clust\": 1783, \"rank\": 686, \"rankvar\": 866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 792, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 638, \"group\": [1787.0, 376.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTGGGTCAA\", \"ini\": 2796, \"clust\": 1700, \"rank\": 1088, \"rankvar\": 586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 639, \"group\": [1698.0, 323.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGCCGTCGT\", \"ini\": 2795, \"clust\": 3224, \"rank\": 615, \"rankvar\": 3193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 794, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3258, \"group\": [3223.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTACCGAT\", \"ini\": 2794, \"clust\": 3320, \"rank\": 410, \"rankvar\": 2434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 795, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3259, \"group\": [3320.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCTTGTACT\", \"ini\": 2793, \"clust\": 2273, \"rank\": 846, \"rankvar\": 374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 796, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 640, \"group\": [2274.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACGGACAA\", \"ini\": 2792, \"clust\": 3329, \"rank\": 522, \"rankvar\": 2828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 797, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3260, \"group\": [3333.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTCATTAGC\", \"ini\": 2791, \"clust\": 2796, \"rank\": 809, \"rankvar\": 1415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 798, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 641, \"group\": [2797.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTCTGCAAT\", \"ini\": 2790, \"clust\": 1721, \"rank\": 698, \"rankvar\": 640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 642, \"group\": [1724.0, 334.0, 57.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAAACACA\", \"ini\": 2789, \"clust\": 3422, \"rank\": 1262, \"rankvar\": 105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 800, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3261, \"group\": [3422.0, 621.0, 87.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTAACTGG\", \"ini\": 2788, \"clust\": 2964, \"rank\": 753, \"rankvar\": 1182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3262, \"group\": [2964.0, 544.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCACGCATA\", \"ini\": 2787, \"clust\": 3213, \"rank\": 796, \"rankvar\": 2791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 802, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3263, \"group\": [3214.0, 602.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGGTGATTA\", \"ini\": 2786, \"clust\": 3130, \"rank\": 958, \"rankvar\": 1687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 803, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3264, \"group\": [3131.0, 594.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAATGAAAC\", \"ini\": 2785, \"clust\": 1697, \"rank\": 894, \"rankvar\": 590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 643, \"group\": [1697.0, 323.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACTAGGC\", \"ini\": 2784, \"clust\": 1780, \"rank\": 924, \"rankvar\": 338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 805, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 644, \"group\": [1782.0, 375.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCTCCCTAATT\", \"ini\": 2783, \"clust\": 2267, \"rank\": 879, \"rankvar\": 1776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 806, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 645, \"group\": [2270.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCAACACCA\", \"ini\": 2782, \"clust\": 3419, \"rank\": 1371, \"rankvar\": 2911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 807, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3265, \"group\": [3419.0, 619.0, 86.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTGCTCTTC\", \"ini\": 2781, \"clust\": 3203, \"rank\": 539, \"rankvar\": 3120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 808, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3266, \"group\": [3203.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAAGGTTCT\", \"ini\": 2780, \"clust\": 2410, \"rank\": 895, \"rankvar\": 921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 809, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 646, \"group\": [2410.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAATCAAACGGG\", \"ini\": 2779, \"clust\": 3420, \"rank\": 1052, \"rankvar\": 2514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3267, \"group\": [3420.0, 619.0, 86.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTACTCTCC\", \"ini\": 2778, \"clust\": 1834, \"rank\": 872, \"rankvar\": 1283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 647, \"group\": [1834.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTCGCGAC\", \"ini\": 2777, \"clust\": 3391, \"rank\": 1153, \"rankvar\": 2769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 812, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3268, \"group\": [3395.0, 614.0, 84.0, 18.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCATTCCTGC\", \"ini\": 2776, \"clust\": 1853, \"rank\": 1209, \"rankvar\": 1201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 648, \"group\": [1853.0, 397.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAATCTCTTATG\", \"ini\": 2775, \"clust\": 3381, \"rank\": 739, \"rankvar\": 2592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 814, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3269, \"group\": [3384.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCACGTTC\", \"ini\": 2774, \"clust\": 3366, \"rank\": 974, \"rankvar\": 2504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 815, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3270, \"group\": [3370.0, 611.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATTACCG\", \"ini\": 2773, \"clust\": 2183, \"rank\": 622, \"rankvar\": 1315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 816, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 649, \"group\": [2186.0, 427.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAGACAAAT\", \"ini\": 2772, \"clust\": 3151, \"rank\": 501, \"rankvar\": 2778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 817, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3271, \"group\": [3151.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCCACGCT\", \"ini\": 2771, \"clust\": 2710, \"rank\": 996, \"rankvar\": 173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 650, \"group\": [2711.0, 479.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAATCTCCAGGG\", \"ini\": 2770, \"clust\": 3192, \"rank\": 835, \"rankvar\": 3042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 819, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3272, \"group\": [3197.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGACGCAA\", \"ini\": 2769, \"clust\": 2505, \"rank\": 991, \"rankvar\": 2508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 651, \"group\": [2505.0, 446.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATCGCTC\", \"ini\": 2768, \"clust\": 1800, \"rank\": 845, \"rankvar\": 9, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 821, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 652, \"group\": [1803.0, 381.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCCGTTGTC\", \"ini\": 2767, \"clust\": 3214, \"rank\": 722, \"rankvar\": 2716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 822, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3273, \"group\": [3215.0, 602.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACACAAGCCC\", \"ini\": 2766, \"clust\": 2179, \"rank\": 586, \"rankvar\": 2003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 653, \"group\": [2180.0, 427.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCAACCATG\", \"ini\": 2765, \"clust\": 1617, \"rank\": 1308, \"rankvar\": 1145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 654, \"group\": [1618.0, 299.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTTTGTTGG\", \"ini\": 2764, \"clust\": 3506, \"rank\": 1578, \"rankvar\": 3519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 825, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 28, \"group\": [3510.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGGTCA\", \"ini\": 2763, \"clust\": 3476, \"rank\": 1516, \"rankvar\": 3356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 826, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 29, \"group\": [3476.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACATTCCTGC\", \"ini\": 2762, \"clust\": 3043, \"rank\": 873, \"rankvar\": 1050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 827, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3274, \"group\": [3043.0, 573.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGGACTG\", \"ini\": 2761, \"clust\": 3233, \"rank\": 627, \"rankvar\": 2446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 828, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3275, \"group\": [3232.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTCTCGG\", \"ini\": 2760, \"clust\": 2259, \"rank\": 1029, \"rankvar\": 1436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 655, \"group\": [2258.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAATCGTC\", \"ini\": 2759, \"clust\": 2154, \"rank\": 855, \"rankvar\": 1542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 656, \"group\": [2157.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGATAGC\", \"ini\": 2758, \"clust\": 2306, \"rank\": 898, \"rankvar\": 597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 657, \"group\": [2307.0, 433.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACCACGTG\", \"ini\": 2757, \"clust\": 3584, \"rank\": 1888, \"rankvar\": 3450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 832, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 30, \"group\": [3581.0, 649.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGCTATCT\", \"ini\": 2756, \"clust\": 1973, \"rank\": 725, \"rankvar\": 190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 658, \"group\": [1973.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACCTCGTT\", \"ini\": 2755, \"clust\": 2447, \"rank\": 783, \"rankvar\": 2338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 659, \"group\": [2447.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGGATTGG\", \"ini\": 2754, \"clust\": 2372, \"rank\": 799, \"rankvar\": 437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 660, \"group\": [2372.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGAATGTGT\", \"ini\": 2753, \"clust\": 1838, \"rank\": 1065, \"rankvar\": 1122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 661, \"group\": [1836.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTTGGTC\", \"ini\": 2752, \"clust\": 1822, \"rank\": 915, \"rankvar\": 1466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 837, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 662, \"group\": [1823.0, 391.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAGCTGCTG\", \"ini\": 2751, \"clust\": 3039, \"rank\": 947, \"rankvar\": 393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 838, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3276, \"group\": [3041.0, 573.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGCTAGCC\", \"ini\": 2750, \"clust\": 3350, \"rank\": 925, \"rankvar\": 2998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 839, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3277, \"group\": [3351.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGACTTGAA\", \"ini\": 2749, \"clust\": 2463, \"rank\": 847, \"rankvar\": 235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 663, \"group\": [2465.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGCGTAAG\", \"ini\": 2748, \"clust\": 1760, \"rank\": 1018, \"rankvar\": 495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 664, \"group\": [1762.0, 363.0, 64.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAAACGCC\", \"ini\": 2747, \"clust\": 3372, \"rank\": 874, \"rankvar\": 2737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3278, \"group\": [3372.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAAGCCCAC\", \"ini\": 2746, \"clust\": 3298, \"rank\": 692, \"rankvar\": 2172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 843, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3279, \"group\": [3298.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTGAAGGCT\", \"ini\": 2745, \"clust\": 1887, \"rank\": 927, \"rankvar\": 362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 844, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 665, \"group\": [1888.0, 408.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTTGTCTTT\", \"ini\": 2744, \"clust\": 1692, \"rank\": 933, \"rankvar\": 467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 845, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 666, \"group\": [1691.0, 322.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCAGTAGT\", \"ini\": 2743, \"clust\": 3343, \"rank\": 1113, \"rankvar\": 1904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 846, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3280, \"group\": [3342.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTCGCATAT\", \"ini\": 2742, \"clust\": 2835, \"rank\": 1287, \"rankvar\": 1373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 847, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 667, \"group\": [2838.0, 492.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGCGAAGGG\", \"ini\": 2741, \"clust\": 3318, \"rank\": 533, \"rankvar\": 3154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 848, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3281, \"group\": [3324.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTTGTCC\", \"ini\": 2740, \"clust\": 1974, \"rank\": 886, \"rankvar\": 516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 668, \"group\": [1974.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTTCGAATC\", \"ini\": 2739, \"clust\": 2433, \"rank\": 926, \"rankvar\": 1293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 850, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 669, \"group\": [2434.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTACAGTTC\", \"ini\": 2738, \"clust\": 2093, \"rank\": 959, \"rankvar\": 1236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 851, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 670, \"group\": [2097.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGCTAGTCT\", \"ini\": 2737, \"clust\": 55, \"rank\": 441, \"rankvar\": 2436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 852, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1852, \"group\": [54.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTCTGCGGT\", \"ini\": 2736, \"clust\": 1863, \"rank\": 606, \"rankvar\": 1780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 671, \"group\": [1862.0, 403.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTATCTGCA\", \"ini\": 2735, \"clust\": 3137, \"rank\": 800, \"rankvar\": 2249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 854, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3282, \"group\": [3136.0, 594.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCACCCGAG\", \"ini\": 2734, \"clust\": 1253, \"rank\": 1128, \"rankvar\": 3349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 855, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1720, \"group\": [1253.0, 201.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCATGTCCC\", \"ini\": 2733, \"clust\": 1782, \"rank\": 857, \"rankvar\": 130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 672, \"group\": [1781.0, 375.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGAGTCG\", \"ini\": 2732, \"clust\": 2398, \"rank\": 734, \"rankvar\": 1741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 673, \"group\": [2397.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCACGTCTCT\", \"ini\": 2731, \"clust\": 3480, \"rank\": 1168, \"rankvar\": 3023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 858, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 31, \"group\": [3481.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTGTTTGTG\", \"ini\": 2730, \"clust\": 3306, \"rank\": 693, \"rankvar\": 2064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 859, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3283, \"group\": [3312.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCAAATTGCC\", \"ini\": 2729, \"clust\": 2383, \"rank\": 952, \"rankvar\": 1047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 860, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 674, \"group\": [2386.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGGCGTG\", \"ini\": 2728, \"clust\": 3205, \"rank\": 780, \"rankvar\": 3078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 861, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3284, \"group\": [3209.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGATCGGGT\", \"ini\": 2727, \"clust\": 1976, \"rank\": 759, \"rankvar\": 1584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 675, \"group\": [1977.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGAGCCCAA\", \"ini\": 2726, \"clust\": 1701, \"rank\": 1341, \"rankvar\": 1686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 863, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 676, \"group\": [1699.0, 323.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTAGTGAACGC\", \"ini\": 2725, \"clust\": 2431, \"rank\": 871, \"rankvar\": 528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 677, \"group\": [2432.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGCTGCAAG\", \"ini\": 2724, \"clust\": 2713, \"rank\": 1191, \"rankvar\": 2670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 865, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 678, \"group\": [2713.0, 480.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGGAGTCTG\", \"ini\": 2723, \"clust\": 3308, \"rank\": 624, \"rankvar\": 2261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 866, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3285, \"group\": [3308.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACAAACAACA\", \"ini\": 2722, \"clust\": 2637, \"rank\": 987, \"rankvar\": 1041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 679, \"group\": [2638.0, 465.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTTCGAGA\", \"ini\": 2721, \"clust\": 82, \"rank\": 584, \"rankvar\": 1672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1853, \"group\": [81.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCCACTC\", \"ini\": 2720, \"clust\": 1875, \"rank\": 824, \"rankvar\": 103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 680, \"group\": [1875.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTGTCCGT\", \"ini\": 2719, \"clust\": 1365, \"rank\": 935, \"rankvar\": 3085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 870, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1721, \"group\": [1365.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTATCAGTC\", \"ini\": 2718, \"clust\": 3423, \"rank\": 1415, \"rankvar\": 1657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 871, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3286, \"group\": [3423.0, 622.0, 87.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCAAGCCATT\", \"ini\": 2717, \"clust\": 3426, \"rank\": 903, \"rankvar\": 2117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 872, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 160, \"group\": [3425.0, 624.0, 88.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTTGAGTTC\", \"ini\": 2716, \"clust\": 2445, \"rank\": 940, \"rankvar\": 1298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 681, \"group\": [2443.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACACAGAG\", \"ini\": 2715, \"clust\": 2164, \"rank\": 713, \"rankvar\": 1163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 874, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 682, \"group\": [2164.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAGTCG\", \"ini\": 2714, \"clust\": 2405, \"rank\": 814, \"rankvar\": 306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 683, \"group\": [2405.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACAAGCCTAT\", \"ini\": 2713, \"clust\": 2823, \"rank\": 841, \"rankvar\": 2115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 684, \"group\": [2823.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCGTCTGAA\", \"ini\": 2712, \"clust\": 2535, \"rank\": 951, \"rankvar\": 141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 877, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 685, \"group\": [2535.0, 454.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCCTTGACC\", \"ini\": 2711, \"clust\": 1792, \"rank\": 1022, \"rankvar\": 222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 686, \"group\": [1793.0, 379.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCATCCTAGA\", \"ini\": 2710, \"clust\": 2436, \"rank\": 642, \"rankvar\": 1730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 687, \"group\": [2437.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGGCATCG\", \"ini\": 2709, \"clust\": 2152, \"rank\": 743, \"rankvar\": 1247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 880, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 688, \"group\": [2152.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGTGACCA\", \"ini\": 2708, \"clust\": 3336, \"rank\": 727, \"rankvar\": 2706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 881, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3287, \"group\": [3337.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCAGTCCCT\", \"ini\": 2707, \"clust\": 2297, \"rank\": 792, \"rankvar\": 219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 689, \"group\": [2295.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTGACGGTA\", \"ini\": 2706, \"clust\": 2454, \"rank\": 832, \"rankvar\": 450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 883, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 690, \"group\": [2456.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATCTGT\", \"ini\": 2705, \"clust\": 1796, \"rank\": 905, \"rankvar\": 1146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 691, \"group\": [1797.0, 380.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCAGACCTAGG\", \"ini\": 2704, \"clust\": 2477, \"rank\": 705, \"rankvar\": 1709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 692, \"group\": [2477.0, 438.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCAGCGATT\", \"ini\": 2703, \"clust\": 2349, \"rank\": 907, \"rankvar\": 402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 693, \"group\": [2354.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCTATTCA\", \"ini\": 2702, \"clust\": 1851, \"rank\": 1281, \"rankvar\": 1291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 887, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 694, \"group\": [1848.0, 396.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCAAACTGTC\", \"ini\": 2701, \"clust\": 1713, \"rank\": 1156, \"rankvar\": 607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 695, \"group\": [1711.0, 327.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGGATGGAA\", \"ini\": 2700, \"clust\": 1611, \"rank\": 1259, \"rankvar\": 133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 889, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 696, \"group\": [1611.0, 295.0, 51.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGTTTGCGT\", \"ini\": 2699, \"clust\": 2805, \"rank\": 944, \"rankvar\": 1271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 697, \"group\": [2805.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTGAAGGCT\", \"ini\": 2698, \"clust\": 2399, \"rank\": 850, \"rankvar\": 382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 698, \"group\": [2400.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGTGTTTGC\", \"ini\": 2697, \"clust\": 1679, \"rank\": 811, \"rankvar\": 202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 892, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 699, \"group\": [1676.0, 317.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGCGTTA\", \"ini\": 2696, \"clust\": 2319, \"rank\": 990, \"rankvar\": 900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 700, \"group\": [2321.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAAGAAAGG\", \"ini\": 2695, \"clust\": 1614, \"rank\": 993, \"rankvar\": 856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 894, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 701, \"group\": [1614.0, 298.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGAAGGTGA\", \"ini\": 2694, \"clust\": 50, \"rank\": 211, \"rankvar\": 3440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1854, \"group\": [48.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGAGCAATT\", \"ini\": 2693, \"clust\": 2298, \"rank\": 937, \"rankvar\": 497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 896, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 702, \"group\": [2296.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCGATAGAA\", \"ini\": 2692, \"clust\": 3048, \"rank\": 750, \"rankvar\": 2787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 897, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3288, \"group\": [3047.0, 574.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACGTAAATACG\", \"ini\": 2691, \"clust\": 1325, \"rank\": 633, \"rankvar\": 3148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 898, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1722, \"group\": [1325.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGAGAGCTC\", \"ini\": 2690, \"clust\": 1836, \"rank\": 1002, \"rankvar\": 1552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 703, \"group\": [1843.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAGCTGGC\", \"ini\": 2689, \"clust\": 2278, \"rank\": 979, \"rankvar\": 1104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 900, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 704, \"group\": [2278.0, 431.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGATGGCGT\", \"ini\": 2688, \"clust\": 2155, \"rank\": 860, \"rankvar\": 1734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 705, \"group\": [2155.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGGGATACC\", \"ini\": 2687, \"clust\": 2136, \"rank\": 655, \"rankvar\": 854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 706, \"group\": [2140.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCATGTTCCC\", \"ini\": 2686, \"clust\": 2439, \"rank\": 961, \"rankvar\": 1535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 903, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 707, \"group\": [2438.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGGCGCTA\", \"ini\": 2685, \"clust\": 2556, \"rank\": 1047, \"rankvar\": 489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 708, \"group\": [2555.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGACAGGCT\", \"ini\": 2684, \"clust\": 1879, \"rank\": 861, \"rankvar\": 737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 709, \"group\": [1878.0, 406.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACCACGTG\", \"ini\": 2683, \"clust\": 2188, \"rank\": 833, \"rankvar\": 1824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 710, \"group\": [2188.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCTCTCGT\", \"ini\": 2682, \"clust\": 3133, \"rank\": 825, \"rankvar\": 440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3289, \"group\": [3134.0, 594.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTTTGGGCC\", \"ini\": 2681, \"clust\": 2263, \"rank\": 997, \"rankvar\": 485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 711, \"group\": [2267.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTTCCGTCT\", \"ini\": 2680, \"clust\": 1980, \"rank\": 661, \"rankvar\": 186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 712, \"group\": [1981.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAACCTC\", \"ini\": 2679, \"clust\": 1705, \"rank\": 999, \"rankvar\": 808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 713, \"group\": [1706.0, 326.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCAGAATA\", \"ini\": 2678, \"clust\": 3241, \"rank\": 598, \"rankvar\": 3191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3290, \"group\": [3240.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGGTTCGG\", \"ini\": 2677, \"clust\": 1820, \"rank\": 848, \"rankvar\": 1354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 714, \"group\": [1820.0, 390.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAAGTCTCGGC\", \"ini\": 2676, \"clust\": 2082, \"rank\": 917, \"rankvar\": 97, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 715, \"group\": [2083.0, 419.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGCTGCTG\", \"ini\": 2675, \"clust\": 2227, \"rank\": 830, \"rankvar\": 1604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 716, \"group\": [2227.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGCCCTTA\", \"ini\": 2674, \"clust\": 3193, \"rank\": 781, \"rankvar\": 2353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 915, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3291, \"group\": [3192.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCAGTATAAG\", \"ini\": 2673, \"clust\": 2209, \"rank\": 807, \"rankvar\": 1994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 717, \"group\": [2215.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTCTAACGT\", \"ini\": 2672, \"clust\": 2376, \"rank\": 923, \"rankvar\": 409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 917, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 718, \"group\": [2377.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCACAACGCC\", \"ini\": 2671, \"clust\": 2537, \"rank\": 710, \"rankvar\": 3017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 719, \"group\": [2536.0, 455.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGCTAGTGG\", \"ini\": 2670, \"clust\": 1329, \"rank\": 733, \"rankvar\": 2937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 919, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1723, \"group\": [1327.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTCGCTTG\", \"ini\": 2669, \"clust\": 2094, \"rank\": 916, \"rankvar\": 252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 720, \"group\": [2096.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCAACTT\", \"ini\": 2668, \"clust\": 2457, \"rank\": 1063, \"rankvar\": 530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 921, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 721, \"group\": [2458.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCTGCTGCT\", \"ini\": 2667, \"clust\": 2144, \"rank\": 946, \"rankvar\": 1339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 722, \"group\": [2143.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACTTAACG\", \"ini\": 2666, \"clust\": 3068, \"rank\": 589, \"rankvar\": 2148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3292, \"group\": [3068.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAATGTTGC\", \"ini\": 2665, \"clust\": 2095, \"rank\": 877, \"rankvar\": 871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 723, \"group\": [2094.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCCCTAACC\", \"ini\": 2664, \"clust\": 1595, \"rank\": 1083, \"rankvar\": 2759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 724, \"group\": [1596.0, 281.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCACTCCA\", \"ini\": 2663, \"clust\": 2820, \"rank\": 906, \"rankvar\": 795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 926, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 725, \"group\": [2819.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCCTCCTAG\", \"ini\": 2662, \"clust\": 1363, \"rank\": 813, \"rankvar\": 3134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 927, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1724, \"group\": [1362.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGTGACC\", \"ini\": 2661, \"clust\": 1910, \"rank\": 1145, \"rankvar\": 425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 726, \"group\": [1911.0, 411.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTAGCTGCC\", \"ini\": 2660, \"clust\": 2538, \"rank\": 950, \"rankvar\": 438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 727, \"group\": [2537.0, 455.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCCATGA\", \"ini\": 2659, \"clust\": 3075, \"rank\": 1060, \"rankvar\": 251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 930, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3293, \"group\": [3076.0, 582.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCATAAAGGT\", \"ini\": 2658, \"clust\": 3354, \"rank\": 1084, \"rankvar\": 3156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 931, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3294, \"group\": [3355.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGCCAGAA\", \"ini\": 2657, \"clust\": 2324, \"rank\": 784, \"rankvar\": 1125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 932, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 728, \"group\": [2325.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTAGCGATG\", \"ini\": 2656, \"clust\": 2301, \"rank\": 709, \"rankvar\": 594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 933, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 729, \"group\": [2303.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAGGGATA\", \"ini\": 2655, \"clust\": 3356, \"rank\": 1015, \"rankvar\": 2909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 934, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3295, \"group\": [3357.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGATACACA\", \"ini\": 2654, \"clust\": 2274, \"rank\": 815, \"rankvar\": 542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 730, \"group\": [2277.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACAGGCT\", \"ini\": 2653, \"clust\": 2315, \"rank\": 766, \"rankvar\": 976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 936, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 731, \"group\": [2315.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATCGCAT\", \"ini\": 2652, \"clust\": 2604, \"rank\": 1282, \"rankvar\": 1133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 732, \"group\": [2604.0, 462.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGAGCTTCT\", \"ini\": 2651, \"clust\": 3282, \"rank\": 594, \"rankvar\": 2558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 938, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3296, \"group\": [3285.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCCACGACG\", \"ini\": 2650, \"clust\": 1880, \"rank\": 793, \"rankvar\": 1026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 939, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 733, \"group\": [1879.0, 406.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACAAGGGTCA\", \"ini\": 2649, \"clust\": 3196, \"rank\": 828, \"rankvar\": 2599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3297, \"group\": [3194.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTGCCTTGG\", \"ini\": 2648, \"clust\": 3566, \"rank\": 2049, \"rankvar\": 3566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 941, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 32, \"group\": [3564.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACACAGATTC\", \"ini\": 2647, \"clust\": 3373, \"rank\": 973, \"rankvar\": 2703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 942, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3298, \"group\": [3373.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGGTAACGTTC\", \"ini\": 2646, \"clust\": 2411, \"rank\": 1112, \"rankvar\": 2160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 734, \"group\": [2411.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCATCTGTT\", \"ini\": 2645, \"clust\": 3357, \"rank\": 1009, \"rankvar\": 1923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3299, \"group\": [3358.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCCGTTGTC\", \"ini\": 2644, \"clust\": 2621, \"rank\": 1177, \"rankvar\": 1095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 735, \"group\": [2620.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGGTCGAT\", \"ini\": 2643, \"clust\": 17, \"rank\": 970, \"rankvar\": 939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 946, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1834, \"group\": [17.0, 15.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCAACACGT\", \"ini\": 2642, \"clust\": 2099, \"rank\": 912, \"rankvar\": 801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 947, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 736, \"group\": [2100.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCCGATATG\", \"ini\": 2641, \"clust\": 3284, \"rank\": 770, \"rankvar\": 1376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 948, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3300, \"group\": [3284.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTCCAACC\", \"ini\": 2640, \"clust\": 2467, \"rank\": 1086, \"rankvar\": 98, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 737, \"group\": [2468.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGAGCTATA\", \"ini\": 2639, \"clust\": 1731, \"rank\": 942, \"rankvar\": 7, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 738, \"group\": [1731.0, 341.0, 61.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCAGAAATG\", \"ini\": 2638, \"clust\": 2423, \"rank\": 936, \"rankvar\": 2485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 739, \"group\": [2424.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGCATACT\", \"ini\": 2637, \"clust\": 2333, \"rank\": 1067, \"rankvar\": 567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 952, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 740, \"group\": [2333.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTTGCGCAC\", \"ini\": 2636, \"clust\": 1799, \"rank\": 1068, \"rankvar\": 410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 741, \"group\": [1800.0, 380.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCATGTCTCC\", \"ini\": 2635, \"clust\": 1944, \"rank\": 963, \"rankvar\": 397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 742, \"group\": [1945.0, 416.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCTTTACA\", \"ini\": 2634, \"clust\": 3057, \"rank\": 867, \"rankvar\": 2062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 955, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3301, \"group\": [3060.0, 577.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCCTCA\", \"ini\": 2633, \"clust\": 2618, \"rank\": 1224, \"rankvar\": 200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 743, \"group\": [2617.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCAAGTCTGT\", \"ini\": 2632, \"clust\": 3573, \"rank\": 2004, \"rankvar\": 3515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 957, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 33, \"group\": [3578.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGCGATATA\", \"ini\": 2631, \"clust\": 2189, \"rank\": 1095, \"rankvar\": 347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 744, \"group\": [2190.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGTGGAG\", \"ini\": 2630, \"clust\": 2249, \"rank\": 666, \"rankvar\": 1609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 745, \"group\": [2250.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAATGGATA\", \"ini\": 2629, \"clust\": 1704, \"rank\": 1250, \"rankvar\": 1280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 746, \"group\": [1707.0, 326.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTTGAGTTC\", \"ini\": 2628, \"clust\": 3302, \"rank\": 688, \"rankvar\": 2732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 961, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3302, \"group\": [3303.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGATAGGAG\", \"ini\": 2627, \"clust\": 2840, \"rank\": 949, \"rankvar\": 2765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 747, \"group\": [2839.0, 493.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTATGAAAC\", \"ini\": 2626, \"clust\": 1732, \"rank\": 1140, \"rankvar\": 79, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 748, \"group\": [1732.0, 342.0, 61.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGGAACGG\", \"ini\": 2625, \"clust\": 1865, \"rank\": 837, \"rankvar\": 765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 964, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 749, \"group\": [1868.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGGTCTCG\", \"ini\": 2624, \"clust\": 2268, \"rank\": 1120, \"rankvar\": 1396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 750, \"group\": [2268.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTACGATA\", \"ini\": 2623, \"clust\": 2192, \"rank\": 862, \"rankvar\": 2619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 751, \"group\": [2193.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGAACCT\", \"ini\": 2622, \"clust\": 1402, \"rank\": 1205, \"rankvar\": 671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 752, \"group\": [1401.0, 223.0, 40.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCGTAGTA\", \"ini\": 2621, \"clust\": 2683, \"rank\": 1181, \"rankvar\": 846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 753, \"group\": [2682.0, 473.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCCACATCCAA\", \"ini\": 2620, \"clust\": 1336, \"rank\": 863, \"rankvar\": 2992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 969, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1725, \"group\": [1341.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACGATGT\", \"ini\": 2619, \"clust\": 3303, \"rank\": 648, \"rankvar\": 2997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 970, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3303, \"group\": [3304.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGATCTGAA\", \"ini\": 2618, \"clust\": 2143, \"rank\": 834, \"rankvar\": 989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 971, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 754, \"group\": [2145.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAGAAAGG\", \"ini\": 2617, \"clust\": 1281, \"rank\": 1193, \"rankvar\": 2858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 972, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1726, \"group\": [1283.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTGGTCCGT\", \"ini\": 2616, \"clust\": 3299, \"rank\": 616, \"rankvar\": 2582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 973, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3304, \"group\": [3299.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGTCACGCC\", \"ini\": 2615, \"clust\": 2458, \"rank\": 1137, \"rankvar\": 65, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 755, \"group\": [2459.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTACTCTCC\", \"ini\": 2614, \"clust\": 2156, \"rank\": 820, \"rankvar\": 1187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 756, \"group\": [2156.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGCCACTAT\", \"ini\": 2613, \"clust\": 3509, \"rank\": 1636, \"rankvar\": 3368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 976, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 34, \"group\": [3507.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGCTAAACA\", \"ini\": 2612, \"clust\": 2558, \"rank\": 1362, \"rankvar\": 1318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 757, \"group\": [2557.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAATAGCAA\", \"ini\": 2611, \"clust\": 1335, \"rank\": 794, \"rankvar\": 3254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1727, \"group\": [1334.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGGTGTCCTCT\", \"ini\": 2610, \"clust\": 1972, \"rank\": 887, \"rankvar\": 660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 758, \"group\": [1975.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAGCTGGT\", \"ini\": 2609, \"clust\": 2797, \"rank\": 1019, \"rankvar\": 178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 759, \"group\": [2798.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTGTTGAGTTC\", \"ini\": 2608, \"clust\": 2222, \"rank\": 948, \"rankvar\": 479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 760, \"group\": [2222.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCCATTC\", \"ini\": 2607, \"clust\": 1881, \"rank\": 1004, \"rankvar\": 426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 761, \"group\": [1880.0, 406.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACAGTCAGAG\", \"ini\": 2606, \"clust\": 1631, \"rank\": 1216, \"rankvar\": 2262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 762, \"group\": [1629.0, 306.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCGCCTGAG\", \"ini\": 2605, \"clust\": 2437, \"rank\": 801, \"rankvar\": 1728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 984, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 763, \"group\": [2457.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAGTTAACC\", \"ini\": 2604, \"clust\": 2654, \"rank\": 1076, \"rankvar\": 1013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 764, \"group\": [2652.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGAACTGTA\", \"ini\": 2603, \"clust\": 3317, \"rank\": 628, \"rankvar\": 2173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 986, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3305, \"group\": [3318.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACACCGAAAG\", \"ini\": 2602, \"clust\": 3471, \"rank\": 1492, \"rankvar\": 3475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 987, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 35, \"group\": [3471.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCATCTGTT\", \"ini\": 2601, \"clust\": 2337, \"rank\": 1155, \"rankvar\": 108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 765, \"group\": [2338.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCTTGCCGT\", \"ini\": 2600, \"clust\": 2279, \"rank\": 897, \"rankvar\": 675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 989, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 766, \"group\": [2279.0, 431.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGCGTAGTG\", \"ini\": 2599, \"clust\": 2676, \"rank\": 1148, \"rankvar\": 2105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 990, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 767, \"group\": [2674.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCCTGCTT\", \"ini\": 2598, \"clust\": 1232, \"rank\": 1657, \"rankvar\": 1539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 991, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1673, \"group\": [1233.0, 187.0, 31.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTAGCTCCG\", \"ini\": 2597, \"clust\": 2157, \"rank\": 676, \"rankvar\": 1090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 768, \"group\": [2158.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGCTGAACG\", \"ini\": 2596, \"clust\": 3126, \"rank\": 971, \"rankvar\": 2162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 993, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3306, \"group\": [3125.0, 592.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCCAACAG\", \"ini\": 2595, \"clust\": 2280, \"rank\": 1301, \"rankvar\": 1207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 769, \"group\": [2283.0, 431.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTTAACGA\", \"ini\": 2594, \"clust\": 2166, \"rank\": 708, \"rankvar\": 606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 770, \"group\": [2168.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAAGA\", \"ini\": 2593, \"clust\": 2211, \"rank\": 823, \"rankvar\": 1472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 996, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 771, \"group\": [2211.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAGCCTAA\", \"ini\": 2592, \"clust\": 2672, \"rank\": 1219, \"rankvar\": 616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 772, \"group\": [2671.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGAGGGAGTAA\", \"ini\": 2591, \"clust\": 3140, \"rank\": 791, \"rankvar\": 2651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 998, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3307, \"group\": [3140.0, 595.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAAACAAG\", \"ini\": 2590, \"clust\": 2321, \"rank\": 900, \"rankvar\": 1053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 999, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 773, \"group\": [2320.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGATGTAAC\", \"ini\": 2589, \"clust\": 1835, \"rank\": 884, \"rankvar\": 2493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1000, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 774, \"group\": [1835.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCAAATCA\", \"ini\": 2588, \"clust\": 1288, \"rank\": 1382, \"rankvar\": 2861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1001, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1728, \"group\": [1286.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGCATGTG\", \"ini\": 2587, \"clust\": 1340, \"rank\": 1215, \"rankvar\": 2995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1002, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1729, \"group\": [1338.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCTACGA\", \"ini\": 2586, \"clust\": 2257, \"rank\": 1035, \"rankvar\": 267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 775, \"group\": [2263.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTTGGTTTG\", \"ini\": 2585, \"clust\": 3274, \"rank\": 690, \"rankvar\": 1674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3308, \"group\": [3272.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGGCAAAGA\", \"ini\": 2584, \"clust\": 2839, \"rank\": 1069, \"rankvar\": 1198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 776, \"group\": [2841.0, 493.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCAGTAGT\", \"ini\": 2583, \"clust\": 2120, \"rank\": 1203, \"rankvar\": 2044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1006, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 777, \"group\": [2119.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCACGAAT\", \"ini\": 2582, \"clust\": 2451, \"rank\": 972, \"rankvar\": 1907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 778, \"group\": [2453.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGACGGA\", \"ini\": 2581, \"clust\": 2429, \"rank\": 892, \"rankvar\": 1102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1008, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 779, \"group\": [2429.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGACTG\", \"ini\": 2580, \"clust\": 3487, \"rank\": 1672, \"rankvar\": 2671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1009, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 36, \"group\": [3489.0, 647.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCATGAAC\", \"ini\": 2579, \"clust\": 1784, \"rank\": 1024, \"rankvar\": 247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1010, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 780, \"group\": [1786.0, 376.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTTCGTGAT\", \"ini\": 2578, \"clust\": 2456, \"rank\": 1097, \"rankvar\": 1031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1011, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 781, \"group\": [2455.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCCGTTAA\", \"ini\": 2577, \"clust\": 2341, \"rank\": 977, \"rankvar\": 903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 782, \"group\": [2342.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCAACATC\", \"ini\": 2576, \"clust\": 3071, \"rank\": 1122, \"rankvar\": 2071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1013, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3309, \"group\": [3074.0, 581.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATCTACGA\", \"ini\": 2575, \"clust\": 2395, \"rank\": 1051, \"rankvar\": 732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1014, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 783, \"group\": [2399.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCAATC\", \"ini\": 2574, \"clust\": 2224, \"rank\": 843, \"rankvar\": 1250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 784, \"group\": [2224.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCAGCGTA\", \"ini\": 2573, \"clust\": 1911, \"rank\": 1021, \"rankvar\": 781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1016, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 785, \"group\": [1912.0, 411.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTTACGGG\", \"ini\": 2572, \"clust\": 1350, \"rank\": 1309, \"rankvar\": 2857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1017, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1730, \"group\": [1350.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGGATGTAT\", \"ini\": 2571, \"clust\": 1676, \"rank\": 1020, \"rankvar\": 324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1018, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 786, \"group\": [1678.0, 317.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTAGCGTAG\", \"ini\": 2570, \"clust\": 1947, \"rank\": 634, \"rankvar\": 2287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 787, \"group\": [1951.0, 416.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGGAACTGC\", \"ini\": 2569, \"clust\": 1785, \"rank\": 1197, \"rankvar\": 1099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 788, \"group\": [1784.0, 376.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCATGTAGTC\", \"ini\": 2568, \"clust\": 1882, \"rank\": 995, \"rankvar\": 228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 789, \"group\": [1885.0, 408.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCGGAAATA\", \"ini\": 2567, \"clust\": 2818, \"rank\": 1062, \"rankvar\": 953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1022, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 790, \"group\": [2822.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGGCACATG\", \"ini\": 2566, \"clust\": 1864, \"rank\": 931, \"rankvar\": 617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 791, \"group\": [1863.0, 403.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGTCAGAG\", \"ini\": 2565, \"clust\": 2310, \"rank\": 1042, \"rankvar\": 2383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 792, \"group\": [2311.0, 433.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTCTAGAGG\", \"ini\": 2564, \"clust\": 51, \"rank\": 292, \"rankvar\": 3500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1025, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1855, \"group\": [49.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGGCTCTTA\", \"ini\": 2563, \"clust\": 3432, \"rank\": 1684, \"rankvar\": 3062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1026, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 37, \"group\": [3435.0, 630.0, 91.0, 21.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTTCCCGAG\", \"ini\": 2562, \"clust\": 2661, \"rank\": 992, \"rankvar\": 2235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 793, \"group\": [2661.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCCGTCAAA\", \"ini\": 2561, \"clust\": 3434, \"rank\": 1212, \"rankvar\": 3250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1028, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3560, \"group\": [3434.0, 629.0, 91.0, 21.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATGATCCA\", \"ini\": 2560, \"clust\": 3123, \"rank\": 1257, \"rankvar\": 869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1029, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3310, \"group\": [3130.0, 593.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACTCGTCGTTC\", \"ini\": 2559, \"clust\": 1289, \"rank\": 1388, \"rankvar\": 3276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1030, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1731, \"group\": [1287.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACAGAGGT\", \"ini\": 2558, \"clust\": 1341, \"rank\": 1059, \"rankvar\": 3385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1732, \"group\": [1339.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTAAATACG\", \"ini\": 2557, \"clust\": 1262, \"rank\": 1183, \"rankvar\": 3275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1032, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1733, \"group\": [1262.0, 203.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACATTAGC\", \"ini\": 2556, \"clust\": 2161, \"rank\": 880, \"rankvar\": 1729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1033, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 794, \"group\": [2161.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAACGCACC\", \"ini\": 2555, \"clust\": 2933, \"rank\": 1658, \"rankvar\": 859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1034, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3311, \"group\": [2934.0, 530.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAAAGCAAT\", \"ini\": 2554, \"clust\": 1804, \"rank\": 1329, \"rankvar\": 220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 795, \"group\": [1804.0, 382.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGGTACC\", \"ini\": 2553, \"clust\": 2085, \"rank\": 1057, \"rankvar\": 183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1036, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 796, \"group\": [2085.0, 420.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGTCAGATAAG\", \"ini\": 2552, \"clust\": 1321, \"rank\": 822, \"rankvar\": 3150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1734, \"group\": [1321.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGCATGTG\", \"ini\": 2551, \"clust\": 2808, \"rank\": 1154, \"rankvar\": 1765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 797, \"group\": [2810.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGTGCA\", \"ini\": 2550, \"clust\": 2430, \"rank\": 859, \"rankvar\": 1660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 798, \"group\": [2430.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTAATGA\", \"ini\": 2549, \"clust\": 3059, \"rank\": 704, \"rankvar\": 2394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1040, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3312, \"group\": [3059.0, 577.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTAATCACC\", \"ini\": 2548, \"clust\": 3166, \"rank\": 613, \"rankvar\": 3209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1041, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3313, \"group\": [3170.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGGTGACCA\", \"ini\": 2547, \"clust\": 1693, \"rank\": 1050, \"rankvar\": 796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1042, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 799, \"group\": [1692.0, 322.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTCCAGGA\", \"ini\": 2546, \"clust\": 3217, \"rank\": 1046, \"rankvar\": 2753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1043, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3314, \"group\": [3216.0, 602.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTATTCTC\", \"ini\": 2545, \"clust\": 2816, \"rank\": 954, \"rankvar\": 696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1044, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 800, \"group\": [2817.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCATGCTC\", \"ini\": 2544, \"clust\": 2370, \"rank\": 817, \"rankvar\": 434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1045, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 801, \"group\": [2370.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGAGCTGCA\", \"ini\": 2543, \"clust\": 2194, \"rank\": 1032, \"rankvar\": 1088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 802, \"group\": [2194.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTACTTGAC\", \"ini\": 2542, \"clust\": 2502, \"rank\": 1124, \"rankvar\": 2365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1047, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 803, \"group\": [2503.0, 445.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGAGCGAG\", \"ini\": 2541, \"clust\": 2097, \"rank\": 1117, \"rankvar\": 142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 804, \"group\": [2102.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGAATCCA\", \"ini\": 2540, \"clust\": 3293, \"rank\": 869, \"rankvar\": 3004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3315, \"group\": [3294.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGGTAAG\", \"ini\": 2539, \"clust\": 3041, \"rank\": 984, \"rankvar\": 2590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1050, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3316, \"group\": [3040.0, 573.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGTTCGATC\", \"ini\": 2538, \"clust\": 3468, \"rank\": 1655, \"rankvar\": 3512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1051, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 38, \"group\": [3468.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTCTGGAGA\", \"ini\": 2537, \"clust\": 1740, \"rank\": 1141, \"rankvar\": 1988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 805, \"group\": [1740.0, 349.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCAGACACTT\", \"ini\": 2536, \"clust\": 2668, \"rank\": 1173, \"rankvar\": 1767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 806, \"group\": [2666.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCTGTACGA\", \"ini\": 2535, \"clust\": 2250, \"rank\": 826, \"rankvar\": 1524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1054, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 807, \"group\": [2251.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTATCCTA\", \"ini\": 2534, \"clust\": 2266, \"rank\": 998, \"rankvar\": 1544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1055, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 808, \"group\": [2265.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATGCTTG\", \"ini\": 2533, \"clust\": 1251, \"rank\": 765, \"rankvar\": 1423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1056, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3317, \"group\": [1251.0, 200.0, 34.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACCGGAAA\", \"ini\": 2532, \"clust\": 3239, \"rank\": 571, \"rankvar\": 2925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1057, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3318, \"group\": [3241.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCAACCATG\", \"ini\": 2531, \"clust\": 2121, \"rank\": 1074, \"rankvar\": 891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 809, \"group\": [2120.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGCATCG\", \"ini\": 2530, \"clust\": 1618, \"rank\": 1325, \"rankvar\": 451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 810, \"group\": [1616.0, 299.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACAACGATGG\", \"ini\": 2529, \"clust\": 2813, \"rank\": 875, \"rankvar\": 1239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1060, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 811, \"group\": [2813.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACAGGAGT\", \"ini\": 2528, \"clust\": 2415, \"rank\": 1087, \"rankvar\": 2367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 812, \"group\": [2416.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATAAGACA\", \"ini\": 2527, \"clust\": 2811, \"rank\": 955, \"rankvar\": 1532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 813, \"group\": [2814.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCAAGGTAA\", \"ini\": 2526, \"clust\": 2311, \"rank\": 1045, \"rankvar\": 721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1063, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 814, \"group\": [2309.0, 433.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTCCTCCAT\", \"ini\": 2525, \"clust\": 2669, \"rank\": 1214, \"rankvar\": 999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 815, \"group\": [2667.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTTCTGTTT\", \"ini\": 2524, \"clust\": 2821, \"rank\": 1190, \"rankvar\": 562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1065, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 816, \"group\": [2820.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTGACTCAT\", \"ini\": 2523, \"clust\": 3200, \"rank\": 976, \"rankvar\": 3009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1066, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3319, \"group\": [3201.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACAGTCGC\", \"ini\": 2522, \"clust\": 2809, \"rank\": 1048, \"rankvar\": 1810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1067, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 817, \"group\": [2808.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGCTCCT\", \"ini\": 2521, \"clust\": 2184, \"rank\": 868, \"rankvar\": 1421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1068, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 818, \"group\": [2184.0, 427.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGGACAGAA\", \"ini\": 2520, \"clust\": 3276, \"rank\": 1090, \"rankvar\": 2108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3320, \"group\": [3276.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCGTGTAAGTA\", \"ini\": 2519, \"clust\": 3028, \"rank\": 1104, \"rankvar\": 1802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1070, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3321, \"group\": [3026.0, 565.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACGCATA\", \"ini\": 2518, \"clust\": 2420, \"rank\": 1107, \"rankvar\": 1008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 819, \"group\": [2421.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGCTCTTC\", \"ini\": 2517, \"clust\": 2247, \"rank\": 856, \"rankvar\": 2260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1072, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 820, \"group\": [2247.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGTGGGTTG\", \"ini\": 2516, \"clust\": 2236, \"rank\": 1023, \"rankvar\": 1586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1073, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 821, \"group\": [2237.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTCGGGTCT\", \"ini\": 2515, \"clust\": 2806, \"rank\": 994, \"rankvar\": 826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1074, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 822, \"group\": [2806.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCTGGGCCA\", \"ini\": 2514, \"clust\": 2794, \"rank\": 1111, \"rankvar\": 1718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 823, \"group\": [2794.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACTAGTAC\", \"ini\": 2513, \"clust\": 3564, \"rank\": 2086, \"rankvar\": 3546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1076, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 39, \"group\": [3563.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGCCTCGTG\", \"ini\": 2512, \"clust\": 1855, \"rank\": 1036, \"rankvar\": 137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 824, \"group\": [1858.0, 400.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCATTCACTT\", \"ini\": 2511, \"clust\": 1675, \"rank\": 1041, \"rankvar\": 2045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1078, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 825, \"group\": [1674.0, 317.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTAACGACG\", \"ini\": 2510, \"clust\": 2803, \"rank\": 1025, \"rankvar\": 1276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 826, \"group\": [2804.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGCATGTG\", \"ini\": 2509, \"clust\": 3202, \"rank\": 836, \"rankvar\": 1326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1080, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3322, \"group\": [3205.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATAAGCA\", \"ini\": 2508, \"clust\": 2462, \"rank\": 975, \"rankvar\": 412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 827, \"group\": [2466.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTACGAGT\", \"ini\": 2507, \"clust\": 62, \"rank\": 758, \"rankvar\": 91, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1856, \"group\": [65.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCCTCAATT\", \"ini\": 2506, \"clust\": 1366, \"rank\": 1247, \"rankvar\": 2910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1083, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1735, \"group\": [1366.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGAGGTG\", \"ini\": 2505, \"clust\": 3325, \"rank\": 878, \"rankvar\": 2371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1084, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3323, \"group\": [3325.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCTGATTCT\", \"ini\": 2504, \"clust\": 2442, \"rank\": 1007, \"rankvar\": 1834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1085, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 828, \"group\": [2440.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGTCTTACCGC\", \"ini\": 2503, \"clust\": 48, \"rank\": 354, \"rankvar\": 3112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1857, \"group\": [66.0, 29.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGCAATTA\", \"ini\": 2502, \"clust\": 2968, \"rank\": 889, \"rankvar\": 1184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1087, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3324, \"group\": [2967.0, 544.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTTCTGTTTGT\", \"ini\": 2501, \"clust\": 2798, \"rank\": 957, \"rankvar\": 1351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1088, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 829, \"group\": [2799.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTTACCAGT\", \"ini\": 2500, \"clust\": 2326, \"rank\": 1038, \"rankvar\": 487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 830, \"group\": [2331.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCACAGATTC\", \"ini\": 2499, \"clust\": 2180, \"rank\": 968, \"rankvar\": 1646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1090, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 831, \"group\": [2181.0, 427.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCATTAACCG\", \"ini\": 2498, \"clust\": 2965, \"rank\": 1264, \"rankvar\": 1712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1091, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3325, \"group\": [2965.0, 544.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTTCCCT\", \"ini\": 2497, \"clust\": 2244, \"rank\": 964, \"rankvar\": 2607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 832, \"group\": [2245.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCTCCCATTAT\", \"ini\": 2496, \"clust\": 3427, \"rank\": 787, \"rankvar\": 2767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1093, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 161, \"group\": [3426.0, 624.0, 88.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGACAGGCT\", \"ini\": 2495, \"clust\": 2277, \"rank\": 1085, \"rankvar\": 1533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 833, \"group\": [2280.0, 431.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCATGCCG\", \"ini\": 2494, \"clust\": 3194, \"rank\": 816, \"rankvar\": 2665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1095, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3326, \"group\": [3193.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTTTCGCTC\", \"ini\": 2493, \"clust\": 3244, \"rank\": 531, \"rankvar\": 3045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1096, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3327, \"group\": [3243.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGCGATCCC\", \"ini\": 2492, \"clust\": 1227, \"rank\": 1303, \"rankvar\": 224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1097, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1674, \"group\": [1229.0, 183.0, 29.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTGAGAT\", \"ini\": 2491, \"clust\": 3201, \"rank\": 1162, \"rankvar\": 1808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1098, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3328, \"group\": [3202.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATGCTCC\", \"ini\": 2490, \"clust\": 3472, \"rank\": 1808, \"rankvar\": 3479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 40, \"group\": [3472.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCACATACG\", \"ini\": 2489, \"clust\": 2342, \"rank\": 1055, \"rankvar\": 102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 834, \"group\": [2343.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTCGTGC\", \"ini\": 2488, \"clust\": 1623, \"rank\": 1541, \"rankvar\": 395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 835, \"group\": [1621.0, 301.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAAGAGTCTGG\", \"ini\": 2487, \"clust\": 2793, \"rank\": 1286, \"rankvar\": 1442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1102, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 836, \"group\": [2796.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTGGC\", \"ini\": 2486, \"clust\": 2842, \"rank\": 1100, \"rankvar\": 1071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 837, \"group\": [2849.0, 495.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACAACA\", \"ini\": 2485, \"clust\": 2622, \"rank\": 1161, \"rankvar\": 245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 838, \"group\": [2621.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCTCAAACG\", \"ini\": 2484, \"clust\": 1802, \"rank\": 1323, \"rankvar\": 128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 839, \"group\": [1802.0, 381.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTATCGCAT\", \"ini\": 2483, \"clust\": 2824, \"rank\": 1166, \"rankvar\": 2431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1106, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 840, \"group\": [2824.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCGCATGAT\", \"ini\": 2482, \"clust\": 2400, \"rank\": 1033, \"rankvar\": 192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 841, \"group\": [2401.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACACTTGGAT\", \"ini\": 2481, \"clust\": 2509, \"rank\": 1285, \"rankvar\": 1330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 842, \"group\": [2515.0, 448.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCCAGGAT\", \"ini\": 2480, \"clust\": 2190, \"rank\": 1125, \"rankvar\": 1547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1109, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 843, \"group\": [2191.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGATCTGCAGTA\", \"ini\": 2479, \"clust\": 2504, \"rank\": 1280, \"rankvar\": 1549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1110, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 844, \"group\": [2502.0, 445.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGCATCTA\", \"ini\": 2478, \"clust\": 2248, \"rank\": 890, \"rankvar\": 1560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 845, \"group\": [2248.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAGTCGC\", \"ini\": 2477, \"clust\": 2096, \"rank\": 966, \"rankvar\": 1164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 846, \"group\": [2095.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTCACCTAA\", \"ini\": 2476, \"clust\": 2251, \"rank\": 786, \"rankvar\": 2487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 847, \"group\": [2252.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTCCCTGA\", \"ini\": 2475, \"clust\": 3365, \"rank\": 983, \"rankvar\": 2749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1114, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3329, \"group\": [3371.0, 611.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCATTTCAGG\", \"ini\": 2474, \"clust\": 1951, \"rank\": 876, \"rankvar\": 1335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1115, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 848, \"group\": [1954.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAGACTTA\", \"ini\": 2473, \"clust\": 2831, \"rank\": 1099, \"rankvar\": 744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 849, \"group\": [2830.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGCCAAAT\", \"ini\": 2472, \"clust\": 1583, \"rank\": 1575, \"rankvar\": 117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 850, \"group\": [1595.0, 280.0, 46.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCAGGCTA\", \"ini\": 2471, \"clust\": 2424, \"rank\": 1012, \"rankvar\": 2499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 851, \"group\": [2425.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAATCACAC\", \"ini\": 2470, \"clust\": 2475, \"rank\": 1066, \"rankvar\": 655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 852, \"group\": [2476.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAAGACACG\", \"ini\": 2469, \"clust\": 2851, \"rank\": 1165, \"rankvar\": 537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1120, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 853, \"group\": [2850.0, 496.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCACCTTGTC\", \"ini\": 2468, \"clust\": 2452, \"rank\": 938, \"rankvar\": 958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 854, \"group\": [2451.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGAGCAATT\", \"ini\": 2467, \"clust\": 2165, \"rank\": 1017, \"rankvar\": 508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1122, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 855, \"group\": [2169.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTGTCAAG\", \"ini\": 2466, \"clust\": 2799, \"rank\": 1077, \"rankvar\": 1970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 856, \"group\": [2800.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTCCCTTGT\", \"ini\": 2465, \"clust\": 2817, \"rank\": 1235, \"rankvar\": 1989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 857, \"group\": [2818.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCGTCTGCT\", \"ini\": 2464, \"clust\": 1945, \"rank\": 1058, \"rankvar\": 352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 858, \"group\": [1946.0, 416.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTTTGGCGC\", \"ini\": 2463, \"clust\": 2857, \"rank\": 1210, \"rankvar\": 1158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1126, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 859, \"group\": [2860.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAATGCCAT\", \"ini\": 2462, \"clust\": 2260, \"rank\": 1292, \"rankvar\": 275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 860, \"group\": [2259.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGCGATCC\", \"ini\": 2461, \"clust\": 3197, \"rank\": 1106, \"rankvar\": 1708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3330, \"group\": [3195.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATTGGTAC\", \"ini\": 2460, \"clust\": 3070, \"rank\": 851, \"rankvar\": 2748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3331, \"group\": [3070.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTATAGGTA\", \"ini\": 2459, \"clust\": 2693, \"rank\": 1208, \"rankvar\": 1558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 861, \"group\": [2694.0, 476.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGAAGCAC\", \"ini\": 2458, \"clust\": 2139, \"rank\": 1129, \"rankvar\": 522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1131, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 862, \"group\": [2138.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCTGAT\", \"ini\": 2457, \"clust\": 3555, \"rank\": 2022, \"rankvar\": 3586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 41, \"group\": [3554.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGTCATTTGGG\", \"ini\": 2456, \"clust\": 1287, \"rank\": 1591, \"rankvar\": 3278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1133, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1736, \"group\": [1288.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGCTATA\", \"ini\": 2455, \"clust\": 2613, \"rank\": 1422, \"rankvar\": 1566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1134, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 863, \"group\": [2615.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCTGCAAT\", \"ini\": 2454, \"clust\": 1601, \"rank\": 1091, \"rankvar\": 2168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 864, \"group\": [1600.0, 285.0, 49.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGGGTTTCT\", \"ini\": 2453, \"clust\": 2815, \"rank\": 1081, \"rankvar\": 1214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 865, \"group\": [2816.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAATAGAGT\", \"ini\": 2452, \"clust\": 1808, \"rank\": 1374, \"rankvar\": 759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 866, \"group\": [1812.0, 386.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAAGCCTAT\", \"ini\": 2451, \"clust\": 2116, \"rank\": 934, \"rankvar\": 1275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 867, \"group\": [2115.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCCGAACGC\", \"ini\": 2450, \"clust\": 3221, \"rank\": 864, \"rankvar\": 2758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1139, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3332, \"group\": [3225.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCACCTTGTC\", \"ini\": 2449, \"clust\": 2649, \"rank\": 1359, \"rankvar\": 1342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 868, \"group\": [2648.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGAGTCTGG\", \"ini\": 2448, \"clust\": 2786, \"rank\": 1349, \"rankvar\": 1413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1141, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 869, \"group\": [2785.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAAGGACAC\", \"ini\": 2447, \"clust\": 3278, \"rank\": 967, \"rankvar\": 2768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3333, \"group\": [3279.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTCGCATC\", \"ini\": 2446, \"clust\": 2323, \"rank\": 1245, \"rankvar\": 815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 870, \"group\": [2324.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGTAAA\", \"ini\": 2445, \"clust\": 2653, \"rank\": 1408, \"rankvar\": 1921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 871, \"group\": [2654.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACATCTTGCATT\", \"ini\": 2444, \"clust\": 2105, \"rank\": 1028, \"rankvar\": 493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 872, \"group\": [2105.0, 422.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACGCCAGT\", \"ini\": 2443, \"clust\": 2847, \"rank\": 1343, \"rankvar\": 911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 873, \"group\": [2845.0, 494.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACATTGCGGC\", \"ini\": 2442, \"clust\": 1696, \"rank\": 1379, \"rankvar\": 244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1147, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 874, \"group\": [1700.0, 323.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGATGTGGC\", \"ini\": 2441, \"clust\": 2, \"rank\": 1108, \"rankvar\": 255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1858, \"group\": [3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTGGTTTCA\", \"ini\": 2440, \"clust\": 2302, \"rank\": 1043, \"rankvar\": 389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 875, \"group\": [2302.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAACACCTA\", \"ini\": 2439, \"clust\": 2658, \"rank\": 1171, \"rankvar\": 1398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1150, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 876, \"group\": [2657.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCTACCTC\", \"ini\": 2438, \"clust\": 2634, \"rank\": 1426, \"rankvar\": 2525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 877, \"group\": [2633.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAATTCCTT\", \"ini\": 2437, \"clust\": 2131, \"rank\": 1395, \"rankvar\": 2059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 878, \"group\": [2134.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGCGCAA\", \"ini\": 2436, \"clust\": 2577, \"rank\": 1206, \"rankvar\": 354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 879, \"group\": [2576.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGTAGGTGC\", \"ini\": 2435, \"clust\": 2378, \"rank\": 1179, \"rankvar\": 642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 880, \"group\": [2379.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCAATCTC\", \"ini\": 2434, \"clust\": 2216, \"rank\": 1269, \"rankvar\": 631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 881, \"group\": [2216.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTTGTAGA\", \"ini\": 2433, \"clust\": 3424, \"rank\": 913, \"rankvar\": 3011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1156, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 42, \"group\": [3428.0, 626.0, 89.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAAATGTG\", \"ini\": 2432, \"clust\": 1888, \"rank\": 1299, \"rankvar\": 1463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 882, \"group\": [1889.0, 408.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTACCGCTG\", \"ini\": 2431, \"clust\": 2697, \"rank\": 1172, \"rankvar\": 1397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 883, \"group\": [2698.0, 476.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCACATGGGA\", \"ini\": 2430, \"clust\": 2167, \"rank\": 891, \"rankvar\": 1892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1159, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 884, \"group\": [2166.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGATCTGAA\", \"ini\": 2429, \"clust\": 1806, \"rank\": 1239, \"rankvar\": 1840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 885, \"group\": [1807.0, 384.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCGCCTCA\", \"ini\": 2428, \"clust\": 2966, \"rank\": 1070, \"rankvar\": 1522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3334, \"group\": [2968.0, 544.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGTTTGGT\", \"ini\": 2427, \"clust\": 3141, \"rank\": 909, \"rankvar\": 1880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3335, \"group\": [3145.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTATTAGCC\", \"ini\": 2426, \"clust\": 2546, \"rank\": 1461, \"rankvar\": 1420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 886, \"group\": [2543.0, 457.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGAGGGATA\", \"ini\": 2425, \"clust\": 2640, \"rank\": 1314, \"rankvar\": 113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 887, \"group\": [2641.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTGAGTATA\", \"ini\": 2424, \"clust\": 2788, \"rank\": 1253, \"rankvar\": 159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 888, \"group\": [2789.0, 490.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGGCTAGAC\", \"ini\": 2423, \"clust\": 2218, \"rank\": 1034, \"rankvar\": 1061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 889, \"group\": [2218.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTCCTGCTT\", \"ini\": 2422, \"clust\": 2599, \"rank\": 1656, \"rankvar\": 959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 890, \"group\": [2599.0, 462.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAGACGCCT\", \"ini\": 2421, \"clust\": 2471, \"rank\": 1073, \"rankvar\": 2350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 891, \"group\": [2472.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGTAGTGCG\", \"ini\": 2420, \"clust\": 3029, \"rank\": 1167, \"rankvar\": 2150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3336, \"group\": [3027.0, 565.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTAGAACAATC\", \"ini\": 2419, \"clust\": 2214, \"rank\": 853, \"rankvar\": 1694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 892, \"group\": [2213.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCGGTGTCG\", \"ini\": 2418, \"clust\": 2175, \"rank\": 1110, \"rankvar\": 2581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 893, \"group\": [2175.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTCAATAG\", \"ini\": 2417, \"clust\": 1261, \"rank\": 1505, \"rankvar\": 2935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1172, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1737, \"group\": [1261.0, 203.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAGCTGGT\", \"ini\": 2416, \"clust\": 2325, \"rank\": 1080, \"rankvar\": 843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 894, \"group\": [2326.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGCGACC\", \"ini\": 2415, \"clust\": 2241, \"rank\": 1010, \"rankvar\": 329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 895, \"group\": [2244.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACATTGAGCT\", \"ini\": 2414, \"clust\": 2638, \"rank\": 1530, \"rankvar\": 2986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 896, \"group\": [2636.0, 465.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCGAATCT\", \"ini\": 2413, \"clust\": 2446, \"rank\": 1098, \"rankvar\": 2017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 897, \"group\": [2444.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCCCTAAT\", \"ini\": 2412, \"clust\": 2106, \"rank\": 1192, \"rankvar\": 923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 898, \"group\": [2106.0, 422.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTAACTGG\", \"ini\": 2411, \"clust\": 2147, \"rank\": 1252, \"rankvar\": 2366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 899, \"group\": [2147.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGAGCTC\", \"ini\": 2410, \"clust\": 2443, \"rank\": 858, \"rankvar\": 1445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 900, \"group\": [2441.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGACGAA\", \"ini\": 2409, \"clust\": 1821, \"rank\": 921, \"rankvar\": 2343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 901, \"group\": [1821.0, 390.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGAAACCTA\", \"ini\": 2408, \"clust\": 3049, \"rank\": 1078, \"rankvar\": 2265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1181, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3337, \"group\": [3048.0, 574.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCTGCC\", \"ini\": 2407, \"clust\": 3152, \"rank\": 985, \"rankvar\": 1853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1182, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3338, \"group\": [3152.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTCTCTTTA\", \"ini\": 2406, \"clust\": 2845, \"rank\": 1196, \"rankvar\": 154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 902, \"group\": [2848.0, 494.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTAGAGC\", \"ini\": 2405, \"clust\": 3310, \"rank\": 865, \"rankvar\": 3171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3339, \"group\": [3309.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGCCGATTT\", \"ini\": 2404, \"clust\": 2695, \"rank\": 1221, \"rankvar\": 961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 903, \"group\": [2696.0, 476.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCATTCACT\", \"ini\": 2403, \"clust\": 3195, \"rank\": 1135, \"rankvar\": 2395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1186, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3340, \"group\": [3196.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTCACGGC\", \"ini\": 2402, \"clust\": 2696, \"rank\": 1228, \"rankvar\": 1951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 904, \"group\": [2697.0, 476.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCATGCAAC\", \"ini\": 2401, \"clust\": 1839, \"rank\": 1284, \"rankvar\": 254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 905, \"group\": [1837.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCGCGTTT\", \"ini\": 2400, \"clust\": 2176, \"rank\": 919, \"rankvar\": 1515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 906, \"group\": [2176.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCACTAT\", \"ini\": 2399, \"clust\": 2942, \"rank\": 1780, \"rankvar\": 880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1190, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3341, \"group\": [2942.0, 534.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGTCAGCC\", \"ini\": 2398, \"clust\": 2838, \"rank\": 1396, \"rankvar\": 2510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 907, \"group\": [2842.0, 493.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATAACCG\", \"ini\": 2397, \"clust\": 18, \"rank\": 1353, \"rankvar\": 2561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1192, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1835, \"group\": [18.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCGTAGTA\", \"ini\": 2396, \"clust\": 2212, \"rank\": 982, \"rankvar\": 1344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 908, \"group\": [2214.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTTGCTCCT\", \"ini\": 2395, \"clust\": 2493, \"rank\": 1200, \"rankvar\": 1605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1194, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 909, \"group\": [2491.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCGTCTGCT\", \"ini\": 2394, \"clust\": 2576, \"rank\": 1169, \"rankvar\": 2598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 910, \"group\": [2578.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTCATACTG\", \"ini\": 2393, \"clust\": 3249, \"rank\": 1360, \"rankvar\": 2322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3342, \"group\": [3251.0, 604.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCCCACTTG\", \"ini\": 2392, \"clust\": 2852, \"rank\": 1233, \"rankvar\": 1035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 911, \"group\": [2851.0, 496.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAAGGCTCC\", \"ini\": 2391, \"clust\": 2708, \"rank\": 980, \"rankvar\": 2589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 912, \"group\": [2707.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGAACAT\", \"ini\": 2390, \"clust\": 2644, \"rank\": 1346, \"rankvar\": 328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1199, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 913, \"group\": [2644.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCTCTAGC\", \"ini\": 2389, \"clust\": 3304, \"rank\": 1006, \"rankvar\": 3103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3343, \"group\": [3305.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTAGGAGTTGC\", \"ini\": 2388, \"clust\": 3270, \"rank\": 1089, \"rankvar\": 1425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1201, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3344, \"group\": [3270.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTGAAATCA\", \"ini\": 2387, \"clust\": 2338, \"rank\": 1054, \"rankvar\": 136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 914, \"group\": [2341.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGCCACGTC\", \"ini\": 2386, \"clust\": 2620, \"rank\": 1342, \"rankvar\": 1887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 915, \"group\": [2622.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTAATTGGA\", \"ini\": 2385, \"clust\": 2432, \"rank\": 1072, \"rankvar\": 1365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1204, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 916, \"group\": [2433.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTAGATTAG\", \"ini\": 2384, \"clust\": 2316, \"rank\": 1149, \"rankvar\": 746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1205, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 917, \"group\": [2317.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGCGATG\", \"ini\": 2383, \"clust\": 1852, \"rank\": 1484, \"rankvar\": 1947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 918, \"group\": [1849.0, 396.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCCGCGCAA\", \"ini\": 2382, \"clust\": 3315, \"rank\": 1026, \"rankvar\": 2672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1207, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3345, \"group\": [3316.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGCTGTTA\", \"ini\": 2381, \"clust\": 2578, \"rank\": 1152, \"rankvar\": 663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 919, \"group\": [2577.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCAGAGGA\", \"ini\": 2380, \"clust\": 1599, \"rank\": 1040, \"rankvar\": 2377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 920, \"group\": [1603.0, 287.0, 49.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGAGTCG\", \"ini\": 2379, \"clust\": 1353, \"rank\": 1109, \"rankvar\": 2667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1738, \"group\": [1352.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAATGGAAT\", \"ini\": 2378, \"clust\": 2572, \"rank\": 1159, \"rankvar\": 2380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 921, \"group\": [2571.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGGAACGT\", \"ini\": 2377, \"clust\": 2428, \"rank\": 1103, \"rankvar\": 1457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 922, \"group\": [2431.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAAGCGAGAAA\", \"ini\": 2376, \"clust\": 2346, \"rank\": 896, \"rankvar\": 2257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 923, \"group\": [2347.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATCTGGTA\", \"ini\": 2375, \"clust\": 3324, \"rank\": 881, \"rankvar\": 3035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3346, \"group\": [3329.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTCTCCACT\", \"ini\": 2374, \"clust\": 2117, \"rank\": 1101, \"rankvar\": 760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 924, \"group\": [2116.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGCAAATCA\", \"ini\": 2373, \"clust\": 1805, \"rank\": 1534, \"rankvar\": 160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1216, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 925, \"group\": [1805.0, 382.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAGGAACGT\", \"ini\": 2372, \"clust\": 1344, \"rank\": 1313, \"rankvar\": 3115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1217, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1739, \"group\": [1344.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAGTAGTA\", \"ini\": 2371, \"clust\": 2810, \"rank\": 1263, \"rankvar\": 406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 926, \"group\": [2809.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGTTCTTT\", \"ini\": 2370, \"clust\": 234, \"rank\": 649, \"rankvar\": 3287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1219, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2698, \"group\": [235.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGGTCA\", \"ini\": 2369, \"clust\": 1793, \"rank\": 1241, \"rankvar\": 156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 927, \"group\": [1794.0, 379.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGGTGACAAAT\", \"ini\": 2368, \"clust\": 3521, \"rank\": 1977, \"rankvar\": 3488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1221, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 43, \"group\": [3519.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATATCCG\", \"ini\": 2367, \"clust\": 2100, \"rank\": 1258, \"rankvar\": 912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 928, \"group\": [2098.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGTCTGAA\", \"ini\": 2366, \"clust\": 2217, \"rank\": 1225, \"rankvar\": 1798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 929, \"group\": [2217.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGTCTTCC\", \"ini\": 2365, \"clust\": 2223, \"rank\": 1260, \"rankvar\": 947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1224, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 930, \"group\": [2223.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGATGAGAG\", \"ini\": 2364, \"clust\": 3060, \"rank\": 1312, \"rankvar\": 1525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3347, \"group\": [3071.0, 579.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACACTGCCAG\", \"ini\": 2363, \"clust\": 3313, \"rank\": 1244, \"rankvar\": 3030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1226, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3348, \"group\": [3314.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGCTTATCG\", \"ini\": 2362, \"clust\": 3351, \"rank\": 1207, \"rankvar\": 2924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1227, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3349, \"group\": [3352.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGACTGGGT\", \"ini\": 2361, \"clust\": 1425, \"rank\": 1427, \"rankvar\": 238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 931, \"group\": [1426.0, 233.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGTGACCC\", \"ini\": 2360, \"clust\": 1946, \"rank\": 911, \"rankvar\": 554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1229, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 932, \"group\": [1947.0, 416.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGAGACGAA\", \"ini\": 2359, \"clust\": 2718, \"rank\": 1249, \"rankvar\": 1900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 933, \"group\": [2719.0, 481.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCTCCGTCATC\", \"ini\": 2358, \"clust\": 3291, \"rank\": 1133, \"rankvar\": 1835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1231, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3350, \"group\": [3290.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTCGGATCC\", \"ini\": 2357, \"clust\": 2600, \"rank\": 1548, \"rankvar\": 498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 934, \"group\": [2600.0, 462.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCCCAAGAT\", \"ini\": 2356, \"clust\": 2220, \"rank\": 1188, \"rankvar\": 1083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1233, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 935, \"group\": [2220.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAGTACCCAAT\", \"ini\": 2355, \"clust\": 2126, \"rank\": 1370, \"rankvar\": 1690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 936, \"group\": [2127.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGAGGGAG\", \"ini\": 2354, \"clust\": 2885, \"rank\": 1741, \"rankvar\": 490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3351, \"group\": [2887.0, 512.0, 74.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGCACGCCT\", \"ini\": 2353, \"clust\": 2312, \"rank\": 1185, \"rankvar\": 1598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 937, \"group\": [2310.0, 433.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATCACGG\", \"ini\": 2352, \"clust\": 2711, \"rank\": 1378, \"rankvar\": 949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 938, \"group\": [2712.0, 479.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGAATTAC\", \"ini\": 2351, \"clust\": 3153, \"rank\": 802, \"rankvar\": 2042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3352, \"group\": [3153.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGCAA\", \"ini\": 2350, \"clust\": 1845, \"rank\": 1652, \"rankvar\": 1467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 939, \"group\": [1845.0, 395.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACAGGTCCAC\", \"ini\": 2349, \"clust\": 3238, \"rank\": 1053, \"rankvar\": 3016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1240, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3353, \"group\": [3245.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCACCTCGTT\", \"ini\": 2348, \"clust\": 3526, \"rank\": 1818, \"rankvar\": 3202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1241, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 44, \"group\": [3524.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTTCCACTC\", \"ini\": 2347, \"clust\": 1302, \"rank\": 1735, \"rankvar\": 3378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1242, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1740, \"group\": [1302.0, 207.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCCAAATGC\", \"ini\": 2346, \"clust\": 2195, \"rank\": 1013, \"rankvar\": 693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1243, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 940, \"group\": [2195.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCACAACGT\", \"ini\": 2345, \"clust\": 2506, \"rank\": 1437, \"rankvar\": 2152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 941, \"group\": [2506.0, 446.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCATTAT\", \"ini\": 2344, \"clust\": 2841, \"rank\": 1248, \"rankvar\": 2099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 942, \"group\": [2840.0, 493.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTGGCGAAT\", \"ini\": 2343, \"clust\": 1756, \"rank\": 1232, \"rankvar\": 1255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 943, \"group\": [1756.0, 360.0, 64.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAACACCTA\", \"ini\": 2342, \"clust\": 1591, \"rank\": 1706, \"rankvar\": 169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1247, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 944, \"group\": [1594.0, 279.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAACACAGGTTT\", \"ini\": 2341, \"clust\": 227, \"rank\": 883, \"rankvar\": 2961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2699, \"group\": [230.0, 63.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCCAACAACCT\", \"ini\": 2340, \"clust\": 2453, \"rank\": 1000, \"rankvar\": 904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 945, \"group\": [2452.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCAAGCCTA\", \"ini\": 2339, \"clust\": 2084, \"rank\": 1217, \"rankvar\": 1637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1250, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 946, \"group\": [2089.0, 420.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGGGATGGG\", \"ini\": 2338, \"clust\": 2832, \"rank\": 1195, \"rankvar\": 1352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 947, \"group\": [2831.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCTTGCCGT\", \"ini\": 2337, \"clust\": 1920, \"rank\": 1306, \"rankvar\": 399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1252, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 948, \"group\": [1921.0, 413.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAAATTGCC\", \"ini\": 2336, \"clust\": 1620, \"rank\": 1527, \"rankvar\": 59, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 949, \"group\": [1623.0, 302.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCCTCAGT\", \"ini\": 2335, \"clust\": 2800, \"rank\": 1127, \"rankvar\": 1832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 950, \"group\": [2801.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCGACTGC\", \"ini\": 2334, \"clust\": 2833, \"rank\": 1559, \"rankvar\": 2035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 951, \"group\": [2834.0, 492.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCATCTACGA\", \"ini\": 2333, \"clust\": 3510, \"rank\": 1930, \"rankvar\": 3467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1256, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 45, \"group\": [3505.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGAGGT\", \"ini\": 2332, \"clust\": 2819, \"rank\": 1340, \"rankvar\": 514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 952, \"group\": [2821.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGAGGGATA\", \"ini\": 2331, \"clust\": 3300, \"rank\": 702, \"rankvar\": 2912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1258, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3354, \"group\": [3300.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTCGAATC\", \"ini\": 2330, \"clust\": 3061, \"rank\": 737, \"rankvar\": 2948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3355, \"group\": [3061.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCAGTGGA\", \"ini\": 2329, \"clust\": 1616, \"rank\": 1804, \"rankvar\": 2276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 953, \"group\": [1619.0, 300.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTTCCCTTG\", \"ini\": 2328, \"clust\": 1830, \"rank\": 1496, \"rankvar\": 1073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1261, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 954, \"group\": [1829.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCCTTCAAT\", \"ini\": 2327, \"clust\": 1619, \"rank\": 1603, \"rankvar\": 689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 955, \"group\": [1617.0, 299.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCGAATGGG\", \"ini\": 2326, \"clust\": 1280, \"rank\": 1413, \"rankvar\": 3360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1263, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1741, \"group\": [1280.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACATGGTCTA\", \"ini\": 2325, \"clust\": 1876, \"rank\": 1274, \"rankvar\": 812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 956, \"group\": [1882.0, 407.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTGCCTTGG\", \"ini\": 2324, \"clust\": 2517, \"rank\": 1470, \"rankvar\": 858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 957, \"group\": [2518.0, 449.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCGTCTGCT\", \"ini\": 2323, \"clust\": 2232, \"rank\": 1075, \"rankvar\": 1288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 958, \"group\": [2233.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGGCCATAG\", \"ini\": 2322, \"clust\": 1877, \"rank\": 1407, \"rankvar\": 286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 959, \"group\": [1881.0, 406.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCTAAAGA\", \"ini\": 2321, \"clust\": 3122, \"rank\": 1356, \"rankvar\": 3199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3356, \"group\": [3122.0, 591.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGCATGAG\", \"ini\": 2320, \"clust\": 3251, \"rank\": 1685, \"rankvar\": 1883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3357, \"group\": [3250.0, 604.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGCACACAG\", \"ini\": 2319, \"clust\": 1823, \"rank\": 1381, \"rankvar\": 816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1270, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 960, \"group\": [1824.0, 391.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGTGATTA\", \"ini\": 2318, \"clust\": 2231, \"rank\": 1182, \"rankvar\": 1186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 961, \"group\": [2231.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCAAACAAG\", \"ini\": 2317, \"clust\": 1316, \"rank\": 1401, \"rankvar\": 2358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1272, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1742, \"group\": [1317.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGCTAGTCT\", \"ini\": 2316, \"clust\": 1767, \"rank\": 1288, \"rankvar\": 345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1273, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 962, \"group\": [1767.0, 367.0, 65.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCGCGAAA\", \"ini\": 2315, \"clust\": 1613, \"rank\": 1681, \"rankvar\": 1534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1274, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 963, \"group\": [1610.0, 294.0, 51.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCACTCCTG\", \"ini\": 2314, \"clust\": 2659, \"rank\": 1326, \"rankvar\": 1850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 964, \"group\": [2658.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGGTATCG\", \"ini\": 2313, \"clust\": 1621, \"rank\": 1731, \"rankvar\": 1220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1276, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 965, \"group\": [1622.0, 301.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGCTGCCCA\", \"ini\": 2312, \"clust\": 1786, \"rank\": 1256, \"rankvar\": 111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 966, \"group\": [1785.0, 376.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCACTCGACG\", \"ini\": 2311, \"clust\": 2225, \"rank\": 1139, \"rankvar\": 964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 967, \"group\": [2225.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTTACGGG\", \"ini\": 2310, \"clust\": 2602, \"rank\": 1568, \"rankvar\": 1004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 968, \"group\": [2602.0, 462.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCATCGTCGG\", \"ini\": 2309, \"clust\": 2822, \"rank\": 1358, \"rankvar\": 1139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 969, \"group\": [2825.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGTGGAGTC\", \"ini\": 2308, \"clust\": 3465, \"rank\": 2124, \"rankvar\": 3253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1281, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 46, \"group\": [3466.0, 644.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAAGCGAGT\", \"ini\": 2307, \"clust\": 2289, \"rank\": 1316, \"rankvar\": 997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 970, \"group\": [2289.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGGCAGTA\", \"ini\": 2306, \"clust\": 3524, \"rank\": 1914, \"rankvar\": 3508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1283, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 47, \"group\": [3521.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCAAAGACA\", \"ini\": 2305, \"clust\": 3359, \"rank\": 1419, \"rankvar\": 2821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1284, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3358, \"group\": [3359.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTGTTTGC\", \"ini\": 2304, \"clust\": 2615, \"rank\": 1485, \"rankvar\": 641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 971, \"group\": [2612.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGGACG\", \"ini\": 2303, \"clust\": 2478, \"rank\": 769, \"rankvar\": 2819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 972, \"group\": [2478.0, 438.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCGGAGCAA\", \"ini\": 2302, \"clust\": 2101, \"rank\": 1368, \"rankvar\": 614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 973, \"group\": [2099.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGGATCT\", \"ini\": 2301, \"clust\": 2413, \"rank\": 1355, \"rankvar\": 1939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 974, \"group\": [2413.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGAGGCTA\", \"ini\": 2300, \"clust\": 1331, \"rank\": 1119, \"rankvar\": 3230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1743, \"group\": [1330.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCATGCTGGC\", \"ini\": 2299, \"clust\": 2617, \"rank\": 1417, \"rankvar\": 707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1290, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 975, \"group\": [2619.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTAACCGA\", \"ini\": 2298, \"clust\": 2518, \"rank\": 1445, \"rankvar\": 2294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 976, \"group\": [2516.0, 449.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCAGCATGAG\", \"ini\": 2297, \"clust\": 2307, \"rank\": 1348, \"rankvar\": 992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 977, \"group\": [2308.0, 433.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTCCGT\", \"ini\": 2296, \"clust\": 1831, \"rank\": 1508, \"rankvar\": 1152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1293, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 978, \"group\": [1830.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACAAGCCCAC\", \"ini\": 2295, \"clust\": 1925, \"rank\": 1330, \"rankvar\": 358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 979, \"group\": [1925.0, 413.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAAAGG\", \"ini\": 2294, \"clust\": 1352, \"rank\": 1261, \"rankvar\": 2577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1295, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1744, \"group\": [1354.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCAAGAAGT\", \"ini\": 2293, \"clust\": 1295, \"rank\": 1338, \"rankvar\": 3203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1745, \"group\": [1294.0, 206.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTAAGGCTAGCA\", \"ini\": 2292, \"clust\": 14, \"rank\": 1102, \"rankvar\": 2331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1859, \"group\": [19.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCAACACCA\", \"ini\": 2291, \"clust\": 3519, \"rank\": 1890, \"rankvar\": 3495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1298, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 48, \"group\": [3517.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCACTGGGC\", \"ini\": 2290, \"clust\": 2137, \"rank\": 1198, \"rankvar\": 635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1299, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 980, \"group\": [2139.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGAGCTATA\", \"ini\": 2289, \"clust\": 3301, \"rank\": 1008, \"rankvar\": 2524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3359, \"group\": [3301.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCAACGGGA\", \"ini\": 2288, \"clust\": 3512, \"rank\": 2080, \"rankvar\": 3520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1301, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 49, \"group\": [3511.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCATGCATGT\", \"ini\": 2287, \"clust\": 2425, \"rank\": 1143, \"rankvar\": 1715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 981, \"group\": [2428.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCTATGTGG\", \"ini\": 2286, \"clust\": 2309, \"rank\": 1121, \"rankvar\": 1519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 982, \"group\": [2312.0, 433.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGCACCGCT\", \"ini\": 2285, \"clust\": 2269, \"rank\": 1339, \"rankvar\": 1475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1304, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 983, \"group\": [2269.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAATTCCTT\", \"ini\": 2284, \"clust\": 2281, \"rank\": 1223, \"rankvar\": 839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 984, \"group\": [2281.0, 431.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGTCGCCGT\", \"ini\": 2283, \"clust\": 67, \"rank\": 779, \"rankvar\": 1017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1860, \"group\": [67.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCAGATAA\", \"ini\": 2282, \"clust\": 3044, \"rank\": 1519, \"rankvar\": 422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1307, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3360, \"group\": [3044.0, 573.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTGGAAAGA\", \"ini\": 2281, \"clust\": 2110, \"rank\": 1213, \"rankvar\": 930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 985, \"group\": [2111.0, 423.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCCATTAT\", \"ini\": 2280, \"clust\": 2441, \"rank\": 1132, \"rankvar\": 2435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 986, \"group\": [2442.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCCTTTC\", \"ini\": 2279, \"clust\": 2379, \"rank\": 1204, \"rankvar\": 263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1310, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 987, \"group\": [2383.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGCTCCCAG\", \"ini\": 2278, \"clust\": 2178, \"rank\": 1093, \"rankvar\": 1422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 988, \"group\": [2179.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGACAATAC\", \"ini\": 2277, \"clust\": 1842, \"rank\": 1373, \"rankvar\": 1711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 989, \"group\": [1841.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAACAAGTTGTC\", \"ini\": 2276, \"clust\": 2850, \"rank\": 1483, \"rankvar\": 1003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 990, \"group\": [2852.0, 496.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCGCGTTTC\", \"ini\": 2275, \"clust\": 3363, \"rank\": 1254, \"rankvar\": 2513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3361, \"group\": [3364.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAGCTTAAC\", \"ini\": 2274, \"clust\": 2090, \"rank\": 1327, \"rankvar\": 654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 991, \"group\": [2091.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTGTGTGCC\", \"ini\": 2273, \"clust\": 1360, \"rank\": 1227, \"rankvar\": 3289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1316, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1746, \"group\": [1360.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAATTGGA\", \"ini\": 2272, \"clust\": 2662, \"rank\": 1344, \"rankvar\": 1230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1317, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 992, \"group\": [2659.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCGTGAC\", \"ini\": 2271, \"clust\": 3008, \"rank\": 1366, \"rankvar\": 611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1318, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3362, \"group\": [3009.0, 561.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCCTGACT\", \"ini\": 2270, \"clust\": 2107, \"rank\": 1390, \"rankvar\": 454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 993, \"group\": [2110.0, 422.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAAGCGCTC\", \"ini\": 2269, \"clust\": 2545, \"rank\": 1648, \"rankvar\": 504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 994, \"group\": [2545.0, 457.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTTATCACG\", \"ini\": 2268, \"clust\": 2149, \"rank\": 1229, \"rankvar\": 231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 995, \"group\": [2150.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCCACGTTC\", \"ini\": 2267, \"clust\": 1231, \"rank\": 1449, \"rankvar\": 2075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1747, \"group\": [1232.0, 186.0, 30.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGCCAT\", \"ini\": 2266, \"clust\": 2722, \"rank\": 1142, \"rankvar\": 1953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 996, \"group\": [2723.0, 482.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCACCATGTA\", \"ini\": 2265, \"clust\": 2956, \"rank\": 1595, \"rankvar\": 1981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1324, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3363, \"group\": [2955.0, 538.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGCCATCGC\", \"ini\": 2264, \"clust\": 7, \"rank\": 1222, \"rankvar\": 435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1861, \"group\": [8.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTTCTGAAC\", \"ini\": 2263, \"clust\": 2574, \"rank\": 1267, \"rankvar\": 302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 997, \"group\": [2574.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCCGAG\", \"ini\": 2262, \"clust\": 56, \"rank\": 772, \"rankvar\": 1329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1862, \"group\": [55.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCTCAACTT\", \"ini\": 2261, \"clust\": 2663, \"rank\": 1315, \"rankvar\": 1382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 998, \"group\": [2660.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTACGTAA\", \"ini\": 2260, \"clust\": 2403, \"rank\": 1157, \"rankvar\": 1968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1329, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 999, \"group\": [2409.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGGAATCGC\", \"ini\": 2259, \"clust\": 3157, \"rank\": 1037, \"rankvar\": 2772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1330, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3364, \"group\": [3158.0, 597.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCCGAATGT\", \"ini\": 2258, \"clust\": 3467, \"rank\": 1667, \"rankvar\": 2926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1331, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 50, \"group\": [3474.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGGCAATTA\", \"ini\": 2257, \"clust\": 3511, \"rank\": 1859, \"rankvar\": 3501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1332, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 51, \"group\": [3506.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCTCTTATG\", \"ini\": 2256, \"clust\": 3358, \"rank\": 1581, \"rankvar\": 2906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3365, \"group\": [3361.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGTTGACA\", \"ini\": 2255, \"clust\": 2655, \"rank\": 1450, \"rankvar\": 2202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1000, \"group\": [2653.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCGCTTAGA\", \"ini\": 2254, \"clust\": 2631, \"rank\": 1440, \"rankvar\": 2729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1335, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1001, \"group\": [2632.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTAGTAGTA\", \"ini\": 2253, \"clust\": 3063, \"rank\": 1275, \"rankvar\": 2570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1336, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3366, \"group\": [3066.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTAATCACC\", \"ini\": 2252, \"clust\": 3216, \"rank\": 1383, \"rankvar\": 3333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1337, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3367, \"group\": [3218.0, 602.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGCTGTTCA\", \"ini\": 2251, \"clust\": 2681, \"rank\": 1576, \"rankvar\": 429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1002, \"group\": [2685.0, 474.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCATCGATG\", \"ini\": 2250, \"clust\": 2421, \"rank\": 1176, \"rankvar\": 1348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1003, \"group\": [2422.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCCAGAA\", \"ini\": 2249, \"clust\": 2150, \"rank\": 1163, \"rankvar\": 1486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1004, \"group\": [2151.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATCAGTAC\", \"ini\": 2248, \"clust\": 2206, \"rank\": 1071, \"rankvar\": 2005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1005, \"group\": [2206.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGGAGCGTT\", \"ini\": 2247, \"clust\": 3520, \"rank\": 1962, \"rankvar\": 3494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1342, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 52, \"group\": [3518.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGAACTGT\", \"ini\": 2246, \"clust\": 1627, \"rank\": 1747, \"rankvar\": 1299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1006, \"group\": [1626.0, 304.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGTGGGAA\", \"ini\": 2245, \"clust\": 2575, \"rank\": 1392, \"rankvar\": 1680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1344, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1007, \"group\": [2575.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCAACGGT\", \"ini\": 2244, \"clust\": 2440, \"rank\": 1297, \"rankvar\": 2201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1345, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1008, \"group\": [2439.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCAACCATG\", \"ini\": 2243, \"clust\": 2234, \"rank\": 1134, \"rankvar\": 1550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1009, \"group\": [2235.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGGCTTCC\", \"ini\": 2242, \"clust\": 2426, \"rank\": 1293, \"rankvar\": 1316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1010, \"group\": [2426.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTATCGGT\", \"ini\": 2241, \"clust\": 3277, \"rank\": 1320, \"rankvar\": 2070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1348, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3368, \"group\": [3277.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATCCGAT\", \"ini\": 2240, \"clust\": 2313, \"rank\": 1180, \"rankvar\": 1015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1011, \"group\": [2316.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACAACTGCGC\", \"ini\": 2239, \"clust\": 236, \"rank\": 918, \"rankvar\": 2902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1350, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2700, \"group\": [234.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGGGAGAG\", \"ini\": 2238, \"clust\": 2158, \"rank\": 986, \"rankvar\": 1854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1012, \"group\": [2159.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTACAA\", \"ini\": 2237, \"clust\": 2083, \"rank\": 1187, \"rankvar\": 34, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1352, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1013, \"group\": [2084.0, 419.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTCAGAAGC\", \"ini\": 2236, \"clust\": 3156, \"rank\": 760, \"rankvar\": 2496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3369, \"group\": [3155.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTCCCTACT\", \"ini\": 2235, \"clust\": 1351, \"rank\": 1365, \"rankvar\": 3436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1354, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1748, \"group\": [1351.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCCGTTAA\", \"ini\": 2234, \"clust\": 2619, \"rank\": 1386, \"rankvar\": 1226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1014, \"group\": [2618.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGTTCGCGC\", \"ini\": 2233, \"clust\": 1811, \"rank\": 1409, \"rankvar\": 1098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1015, \"group\": [1810.0, 385.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGAGTGACC\", \"ini\": 2232, \"clust\": 1858, \"rank\": 1278, \"rankvar\": 824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1016, \"group\": [1861.0, 402.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACAGATGAGC\", \"ini\": 2231, \"clust\": 3565, \"rank\": 1993, \"rankvar\": 3534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1358, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 53, \"group\": [3566.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGTGGGTTG\", \"ini\": 2230, \"clust\": 2756, \"rank\": 1324, \"rankvar\": 2357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1017, \"group\": [2757.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTCGTTTG\", \"ini\": 2229, \"clust\": 2091, \"rank\": 1363, \"rankvar\": 1171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1018, \"group\": [2092.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAATGGATA\", \"ini\": 2228, \"clust\": 2146, \"rank\": 1298, \"rankvar\": 1754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1019, \"group\": [2149.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGTACTCT\", \"ini\": 2227, \"clust\": 1733, \"rank\": 1114, \"rankvar\": 752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1020, \"group\": [1734.0, 344.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGTCTGCGACG\", \"ini\": 2226, \"clust\": 2434, \"rank\": 1354, \"rankvar\": 474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1363, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1021, \"group\": [2435.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTCGGACG\", \"ini\": 2225, \"clust\": 2193, \"rank\": 1414, \"rankvar\": 1333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1022, \"group\": [2196.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCTTACCGC\", \"ini\": 2224, \"clust\": 2779, \"rank\": 1410, \"rankvar\": 1045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1023, \"group\": [2779.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTACTTCTT\", \"ini\": 2223, \"clust\": 2422, \"rank\": 1328, \"rankvar\": 1704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1024, \"group\": [2423.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGTAAGTA\", \"ini\": 2222, \"clust\": 1369, \"rank\": 1347, \"rankvar\": 3018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1749, \"group\": [1369.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAAGGAG\", \"ini\": 2221, \"clust\": 3143, \"rank\": 932, \"rankvar\": 3185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3370, \"group\": [3142.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCTTTCCTC\", \"ini\": 2220, \"clust\": 2579, \"rank\": 1489, \"rankvar\": 361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1025, \"group\": [2579.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCTACCTC\", \"ini\": 2219, \"clust\": 3294, \"rank\": 1391, \"rankvar\": 2248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3371, \"group\": [3295.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGTTGAGG\", \"ini\": 2218, \"clust\": 2511, \"rank\": 1463, \"rankvar\": 214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1371, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1026, \"group\": [2509.0, 447.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCTTGTACT\", \"ini\": 2217, \"clust\": 2283, \"rank\": 1403, \"rankvar\": 727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1027, \"group\": [2306.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTTTGCC\", \"ini\": 2216, \"clust\": 2417, \"rank\": 1364, \"rankvar\": 1640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1028, \"group\": [2418.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCAGTCTTCC\", \"ini\": 2215, \"clust\": 1312, \"rank\": 1584, \"rankvar\": 3127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1750, \"group\": [1309.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGACTCAT\", \"ini\": 2214, \"clust\": 2848, \"rank\": 1510, \"rankvar\": 1079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1029, \"group\": [2846.0, 494.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCGGACAAG\", \"ini\": 2213, \"clust\": 3169, \"rank\": 910, \"rankvar\": 2920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3372, \"group\": [3166.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCAGGTAAA\", \"ini\": 2212, \"clust\": 1233, \"rank\": 1989, \"rankvar\": 3093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1377, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3031, \"group\": [1234.0, 188.0, 31.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTGGGTCAA\", \"ini\": 2211, \"clust\": 2219, \"rank\": 1399, \"rankvar\": 229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1030, \"group\": [2219.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGACACTAA\", \"ini\": 2210, \"clust\": 2827, \"rank\": 1467, \"rankvar\": 2010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1031, \"group\": [2826.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCCGTCATC\", \"ini\": 2209, \"clust\": 2716, \"rank\": 1459, \"rankvar\": 312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1380, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1032, \"group\": [2716.0, 481.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATCTGCA\", \"ini\": 2208, \"clust\": 2169, \"rank\": 1345, \"rankvar\": 931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1033, \"group\": [2172.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCACGCATA\", \"ini\": 2207, \"clust\": 3032, \"rank\": 1457, \"rankvar\": 2128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3373, \"group\": [3032.0, 568.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACACTGCG\", \"ini\": 2206, \"clust\": 3568, \"rank\": 2068, \"rankvar\": 3510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1383, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 54, \"group\": [3567.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTACTCGCG\", \"ini\": 2205, \"clust\": 2409, \"rank\": 1331, \"rankvar\": 2080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1384, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1034, \"group\": [2412.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTAGTGTACCT\", \"ini\": 2204, \"clust\": 2124, \"rank\": 1478, \"rankvar\": 1213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1035, \"group\": [2125.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGTGATCGG\", \"ini\": 2203, \"clust\": 1388, \"rank\": 839, \"rankvar\": 2633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1386, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1751, \"group\": [1386.0, 214.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCATGTCCTC\", \"ini\": 2202, \"clust\": 2118, \"rank\": 1276, \"rankvar\": 144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1036, \"group\": [2124.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGCCTTGAT\", \"ini\": 2201, \"clust\": 2317, \"rank\": 1290, \"rankvar\": 1085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1037, \"group\": [2318.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAGACAAAT\", \"ini\": 2200, \"clust\": 3052, \"rank\": 1337, \"rankvar\": 1703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1389, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3374, \"group\": [3051.0, 575.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGGATATAC\", \"ini\": 2199, \"clust\": 2641, \"rank\": 1532, \"rankvar\": 550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1390, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1038, \"group\": [2639.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAAGCCCAC\", \"ini\": 2198, \"clust\": 2765, \"rank\": 1439, \"rankvar\": 1432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1039, \"group\": [2769.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTTCCACGG\", \"ini\": 2197, \"clust\": 2667, \"rank\": 1432, \"rankvar\": 1758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1040, \"group\": [2668.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCATGTGGT\", \"ini\": 2196, \"clust\": 2645, \"rank\": 1518, \"rankvar\": 987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1041, \"group\": [2642.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTAAATGAC\", \"ini\": 2195, \"clust\": 64, \"rank\": 643, \"rankvar\": 1612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1394, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1863, \"group\": [63.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCAGTGTTG\", \"ini\": 2194, \"clust\": 1593, \"rank\": 1902, \"rankvar\": 1343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1395, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1042, \"group\": [1591.0, 277.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCATGGCA\", \"ini\": 2193, \"clust\": 2092, \"rank\": 1319, \"rankvar\": 1766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1043, \"group\": [2093.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTTGCCGT\", \"ini\": 2192, \"clust\": 3142, \"rank\": 981, \"rankvar\": 2253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1397, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3375, \"group\": [3144.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGCGAAA\", \"ini\": 2191, \"clust\": 3456, \"rank\": 1795, \"rankvar\": 3200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1398, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 55, \"group\": [3457.0, 639.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCAGTGTTGAA\", \"ini\": 2190, \"clust\": 2495, \"rank\": 1436, \"rankvar\": 196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1044, \"group\": [2494.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTCGATT\", \"ini\": 2189, \"clust\": 3567, \"rank\": 2098, \"rankvar\": 3556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1400, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 56, \"group\": [3565.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGCAAGACGTG\", \"ini\": 2188, \"clust\": 3460, \"rank\": 2052, \"rankvar\": 2869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1401, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 57, \"group\": [3461.0, 642.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTATAAACG\", \"ini\": 2187, \"clust\": 3405, \"rank\": 1406, \"rankvar\": 3461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1402, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3569, \"group\": [3414.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAAG\", \"ini\": 2186, \"clust\": 1389, \"rank\": 831, \"rankvar\": 2867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1403, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1752, \"group\": [1387.0, 214.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCGCAAACT\", \"ini\": 2185, \"clust\": 2153, \"rank\": 1283, \"rankvar\": 1572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1404, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1045, \"group\": [2153.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAGACACTT\", \"ini\": 2184, \"clust\": 2826, \"rank\": 1561, \"rankvar\": 952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1046, \"group\": [2828.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGGCCA\", \"ini\": 2183, \"clust\": 2228, \"rank\": 1273, \"rankvar\": 1266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1047, \"group\": [2228.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCATAGCAC\", \"ini\": 2182, \"clust\": 3473, \"rank\": 1981, \"rankvar\": 3528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1407, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 58, \"group\": [3473.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATGGAATA\", \"ini\": 2181, \"clust\": 2140, \"rank\": 1266, \"rankvar\": 736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1048, \"group\": [2141.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGGTAGCTAAA\", \"ini\": 2180, \"clust\": 2776, \"rank\": 1334, \"rankvar\": 1363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1049, \"group\": [2776.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGCAGTTCATG\", \"ini\": 2179, \"clust\": 2221, \"rank\": 1357, \"rankvar\": 1655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1050, \"group\": [2221.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCTCACCCTCA\", \"ini\": 2178, \"clust\": 1346, \"rank\": 1451, \"rankvar\": 3008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1753, \"group\": [1346.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGGGTGTTG\", \"ini\": 2177, \"clust\": 1358, \"rank\": 1606, \"rankvar\": 2908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1754, \"group\": [1355.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGAGGGCTT\", \"ini\": 2176, \"clust\": 2235, \"rank\": 1433, \"rankvar\": 734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1051, \"group\": [2236.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGTAGAGC\", \"ini\": 2175, \"clust\": 2151, \"rank\": 1294, \"rankvar\": 979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1414, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1052, \"group\": [2154.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCAGACTG\", \"ini\": 2174, \"clust\": 3447, \"rank\": 1498, \"rankvar\": 1875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1415, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1053, \"group\": [3450.0, 636.0, 93.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTCATCGATTG\", \"ini\": 2173, \"clust\": 2752, \"rank\": 1540, \"rankvar\": 852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1416, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1054, \"group\": [2756.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCACTGTTAG\", \"ini\": 2172, \"clust\": 1857, \"rank\": 1131, \"rankvar\": 908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1417, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1055, \"group\": [1857.0, 399.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGGAACGG\", \"ini\": 2171, \"clust\": 2282, \"rank\": 1397, \"rankvar\": 960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1056, \"group\": [2282.0, 431.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAAATTGCC\", \"ini\": 2170, \"clust\": 2086, \"rank\": 1291, \"rankvar\": 681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1057, \"group\": [2086.0, 420.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAGTTGGC\", \"ini\": 2169, \"clust\": 2557, \"rank\": 1588, \"rankvar\": 885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1420, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1058, \"group\": [2559.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAGCGATG\", \"ini\": 2168, \"clust\": 2628, \"rank\": 1596, \"rankvar\": 842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1059, \"group\": [2627.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACAAACC\", \"ini\": 2167, \"clust\": 2246, \"rank\": 1307, \"rankvar\": 1424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1060, \"group\": [2249.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACTGAAGG\", \"ini\": 2166, \"clust\": 2523, \"rank\": 1503, \"rankvar\": 1719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1061, \"group\": [2521.0, 449.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGACTAGAT\", \"ini\": 2165, \"clust\": 76, \"rank\": 748, \"rankvar\": 2465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1864, \"group\": [75.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCAGTAGT\", \"ini\": 2164, \"clust\": 1584, \"rank\": 1782, \"rankvar\": 1899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1062, \"group\": [1587.0, 274.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTGCCCTA\", \"ini\": 2163, \"clust\": 3469, \"rank\": 1910, \"rankvar\": 3384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1426, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 59, \"group\": [3469.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGAGCCTAG\", \"ini\": 2162, \"clust\": 2168, \"rank\": 1136, \"rankvar\": 728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1063, \"group\": [2167.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATCATCCC\", \"ini\": 2161, \"clust\": 2519, \"rank\": 1555, \"rankvar\": 392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1064, \"group\": [2517.0, 449.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGGTGTTAA\", \"ini\": 2160, \"clust\": 2539, \"rank\": 1714, \"rankvar\": 988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1065, \"group\": [2539.0, 456.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATACGCT\", \"ini\": 2159, \"clust\": 1318, \"rank\": 1476, \"rankvar\": 2516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1430, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1755, \"group\": [1314.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTCAAACTC\", \"ini\": 2158, \"clust\": 2630, \"rank\": 1551, \"rankvar\": 114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1066, \"group\": [2635.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTCCACTC\", \"ini\": 2157, \"clust\": 2670, \"rank\": 1448, \"rankvar\": 996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1067, \"group\": [2669.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTATAGTAG\", \"ini\": 2156, \"clust\": 2172, \"rank\": 1270, \"rankvar\": 806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1068, \"group\": [2173.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCACGTGG\", \"ini\": 2155, \"clust\": 2962, \"rank\": 1429, \"rankvar\": 2834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3376, \"group\": [2962.0, 543.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACGGTGTC\", \"ini\": 2154, \"clust\": 2643, \"rank\": 1587, \"rankvar\": 507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1069, \"group\": [2645.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTTCAGTAC\", \"ini\": 2153, \"clust\": 1859, \"rank\": 1506, \"rankvar\": 205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1070, \"group\": [1859.0, 401.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGAGGAA\", \"ini\": 2152, \"clust\": 1837, \"rank\": 1565, \"rankvar\": 1006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1071, \"group\": [1838.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGTGTTAGA\", \"ini\": 2151, \"clust\": 3311, \"rank\": 1147, \"rankvar\": 2745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1438, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3377, \"group\": [3310.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCACACCACGTG\", \"ini\": 2150, \"clust\": 2396, \"rank\": 1289, \"rankvar\": 519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1072, \"group\": [2398.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAGGTCCAC\", \"ini\": 2149, \"clust\": 2412, \"rank\": 1501, \"rankvar\": 1143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1073, \"group\": [2415.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCGGACAAG\", \"ini\": 2148, \"clust\": 2540, \"rank\": 1546, \"rankvar\": 876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1441, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1074, \"group\": [2540.0, 456.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGAAACCGC\", \"ini\": 2147, \"clust\": 2759, \"rank\": 1453, \"rankvar\": 1954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1075, \"group\": [2759.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCACCCAGTG\", \"ini\": 2146, \"clust\": 1843, \"rank\": 1465, \"rankvar\": 2701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1443, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1076, \"group\": [1842.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTGTTGAGG\", \"ini\": 2145, \"clust\": 2548, \"rank\": 1393, \"rankvar\": 764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1444, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1077, \"group\": [2550.0, 459.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGCCAGTTT\", \"ini\": 2144, \"clust\": 2647, \"rank\": 1500, \"rankvar\": 1932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1078, \"group\": [2646.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTCCAGTAT\", \"ini\": 2143, \"clust\": 2485, \"rank\": 1522, \"rankvar\": 1261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1079, \"group\": [2484.0, 441.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACTCAGAGCTT\", \"ini\": 2142, \"clust\": 3272, \"rank\": 1220, \"rankvar\": 2050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3378, \"group\": [3273.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCAGAAATG\", \"ini\": 2141, \"clust\": 2525, \"rank\": 1781, \"rankvar\": 1473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1080, \"group\": [2525.0, 451.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCGGATCA\", \"ini\": 2140, \"clust\": 79, \"rank\": 1061, \"rankvar\": 460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1865, \"group\": [83.0, 34.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACCAGGGAGAG\", \"ini\": 2139, \"clust\": 1632, \"rank\": 1435, \"rankvar\": 558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1081, \"group\": [1715.0, 330.0, 55.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACAAGCTGGA\", \"ini\": 2138, \"clust\": 3527, \"rank\": 2035, \"rankvar\": 3426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1451, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 60, \"group\": [3525.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCAGGTTTCA\", \"ini\": 2137, \"clust\": 2862, \"rank\": 1271, \"rankvar\": 1905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1452, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1082, \"group\": [2865.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACCAGGCT\", \"ini\": 2136, \"clust\": 2087, \"rank\": 1491, \"rankvar\": 368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1083, \"group\": [2087.0, 420.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGGATACC\", \"ini\": 2135, \"clust\": 2510, \"rank\": 1728, \"rankvar\": 408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1454, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1084, \"group\": [2511.0, 447.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTAACG\", \"ini\": 2134, \"clust\": 3326, \"rank\": 1211, \"rankvar\": 2085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1455, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3379, \"group\": [3326.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCATTGCGA\", \"ini\": 2133, \"clust\": 2709, \"rank\": 1367, \"rankvar\": 1812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1085, \"group\": [2708.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGGATTG\", \"ini\": 2132, \"clust\": 1307, \"rank\": 1669, \"rankvar\": 3247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1457, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1756, \"group\": [1308.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAGCGATT\", \"ini\": 2131, \"clust\": 1757, \"rank\": 1543, \"rankvar\": 1228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1086, \"group\": [1757.0, 360.0, 64.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTACATGA\", \"ini\": 2130, \"clust\": 1726, \"rank\": 1556, \"rankvar\": 100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1087, \"group\": [1726.0, 336.0, 59.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCATGCAAC\", \"ini\": 2129, \"clust\": 2673, \"rank\": 1625, \"rankvar\": 889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1088, \"group\": [2672.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGGATAG\", \"ini\": 2128, \"clust\": 2512, \"rank\": 1536, \"rankvar\": 129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1089, \"group\": [2510.0, 447.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGCTGCC\", \"ini\": 2127, \"clust\": 2245, \"rank\": 1174, \"rankvar\": 1493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1090, \"group\": [2246.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTGCGATAG\", \"ini\": 2126, \"clust\": 2629, \"rank\": 1605, \"rankvar\": 1154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1091, \"group\": [2628.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTACCTACA\", \"ini\": 2125, \"clust\": 1744, \"rank\": 1509, \"rankvar\": 172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1092, \"group\": [1743.0, 352.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAACAACCT\", \"ini\": 2124, \"clust\": 2173, \"rank\": 1295, \"rankvar\": 1060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1093, \"group\": [2174.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAGAGTCG\", \"ini\": 2123, \"clust\": 226, \"rank\": 1246, \"rankvar\": 3194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1466, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2701, \"group\": [241.0, 65.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAAACTGCT\", \"ini\": 2122, \"clust\": 2807, \"rank\": 1402, \"rankvar\": 644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1467, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1094, \"group\": [2811.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGGGATGGG\", \"ini\": 2121, \"clust\": 2494, \"rank\": 1507, \"rankvar\": 179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1095, \"group\": [2492.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGGTGTGTGCC\", \"ini\": 2120, \"clust\": 2170, \"rank\": 1336, \"rankvar\": 1476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1096, \"group\": [2170.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACGACGAA\", \"ini\": 2119, \"clust\": 1886, \"rank\": 1480, \"rankvar\": 798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1470, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1097, \"group\": [1887.0, 408.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCCTATGTT\", \"ini\": 2118, \"clust\": 3062, \"rank\": 1014, \"rankvar\": 2089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3380, \"group\": [3062.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCATCATC\", \"ini\": 2117, \"clust\": 2829, \"rank\": 1626, \"rankvar\": 753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1472, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1098, \"group\": [2833.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCACGACTCG\", \"ini\": 2116, \"clust\": 2723, \"rank\": 1456, \"rankvar\": 1304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1473, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1099, \"group\": [2724.0, 482.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCAACACGT\", \"ini\": 2115, \"clust\": 2134, \"rank\": 1279, \"rankvar\": 1630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1474, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1100, \"group\": [2135.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCAGACTCGC\", \"ini\": 2114, \"clust\": 3587, \"rank\": 2132, \"rankvar\": 3544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1475, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 61, \"group\": [3585.0, 650.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGATCTGAA\", \"ini\": 2113, \"clust\": 3360, \"rank\": 1520, \"rankvar\": 2881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1476, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3381, \"group\": [3360.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCAGCTCGG\", \"ini\": 2112, \"clust\": 2444, \"rank\": 1296, \"rankvar\": 1399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1101, \"group\": [2445.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGGCTATCT\", \"ini\": 2111, \"clust\": 1615, \"rank\": 1686, \"rankvar\": 1084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1478, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1102, \"group\": [1615.0, 298.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTGCTTGC\", \"ini\": 2110, \"clust\": 3064, \"rank\": 928, \"rankvar\": 2987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3382, \"group\": [3065.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCATCGATTG\", \"ini\": 2109, \"clust\": 2665, \"rank\": 1689, \"rankvar\": 1697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1480, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1103, \"group\": [2663.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCAGAGGT\", \"ini\": 2108, \"clust\": 1361, \"rank\": 1471, \"rankvar\": 2882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1757, \"group\": [1361.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTAGATTAG\", \"ini\": 2107, \"clust\": 2623, \"rank\": 1523, \"rankvar\": 1488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1104, \"group\": [2626.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATTAGCCA\", \"ini\": 2106, \"clust\": 3198, \"rank\": 1352, \"rankvar\": 2423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1483, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3383, \"group\": [3199.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCACGAAACG\", \"ini\": 2105, \"clust\": 2625, \"rank\": 1607, \"rankvar\": 2300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1105, \"group\": [2623.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTCATACTG\", \"ini\": 2104, \"clust\": 72, \"rank\": 929, \"rankvar\": 1485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1866, \"group\": [69.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCTCTGAGA\", \"ini\": 2103, \"clust\": 3292, \"rank\": 1562, \"rankvar\": 1634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1486, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3384, \"group\": [3291.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATTGGTAC\", \"ini\": 2102, \"clust\": 2879, \"rank\": 1811, \"rankvar\": 2060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1487, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3385, \"group\": [2879.0, 507.0, 72.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCGTTACGACT\", \"ini\": 2101, \"clust\": 1766, \"rank\": 1444, \"rankvar\": 1232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1488, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1106, \"group\": [1771.0, 369.0, 65.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCATTAGC\", \"ini\": 2100, \"clust\": 2582, \"rank\": 1533, \"rankvar\": 548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1489, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1107, \"group\": [2581.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGCGTAG\", \"ini\": 2099, \"clust\": 3034, \"rank\": 1783, \"rankvar\": 1404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1490, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3386, \"group\": [3034.0, 569.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCCTTTACA\", \"ini\": 2098, \"clust\": 3211, \"rank\": 1460, \"rankvar\": 3283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1491, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3387, \"group\": [3210.0, 601.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACTCGCG\", \"ini\": 2097, \"clust\": 3209, \"rank\": 1416, \"rankvar\": 2124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1492, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3388, \"group\": [3213.0, 601.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGGTTTCT\", \"ini\": 2096, \"clust\": 3177, \"rank\": 1079, \"rankvar\": 2898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1493, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3389, \"group\": [3178.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTTGCTCCT\", \"ini\": 2095, \"clust\": 3161, \"rank\": 1064, \"rankvar\": 2718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3390, \"group\": [3162.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGATAAAC\", \"ini\": 2094, \"clust\": 2616, \"rank\": 1793, \"rankvar\": 2462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1495, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1108, \"group\": [2613.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTATAGGGC\", \"ini\": 2093, \"clust\": 2739, \"rank\": 1664, \"rankvar\": 649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1109, \"group\": [2742.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTTACTGAC\", \"ini\": 2092, \"clust\": 2766, \"rank\": 1586, \"rankvar\": 1796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1497, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1110, \"group\": [2768.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCAGGTTCA\", \"ini\": 2091, \"clust\": 3309, \"rank\": 1118, \"rankvar\": 2994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3391, \"group\": [3311.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTGGAT\", \"ini\": 2090, \"clust\": 233, \"rank\": 740, \"rankvar\": 2818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1499, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2702, \"group\": [236.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCACGTGAGA\", \"ini\": 2089, \"clust\": 2954, \"rank\": 1608, \"rankvar\": 341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1500, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3392, \"group\": [2969.0, 545.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTGTCCAT\", \"ini\": 2088, \"clust\": 2514, \"rank\": 1707, \"rankvar\": 1381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1501, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1111, \"group\": [2512.0, 447.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTTATGTGC\", \"ini\": 2087, \"clust\": 1771, \"rank\": 1615, \"rankvar\": 739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1112, \"group\": [1772.0, 370.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACTTATC\", \"ini\": 2086, \"clust\": 2185, \"rank\": 1242, \"rankvar\": 986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1113, \"group\": [2185.0, 427.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTGACGCCT\", \"ini\": 2085, \"clust\": 3341, \"rank\": 1486, \"rankvar\": 2505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1504, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3393, \"group\": [3343.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGAGATG\", \"ini\": 2084, \"clust\": 2636, \"rank\": 1623, \"rankvar\": 575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1114, \"group\": [2676.0, 469.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCTTGAT\", \"ini\": 2083, \"clust\": 21, \"rank\": 1332, \"rankvar\": 2333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1867, \"group\": [84.0, 35.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCACTTCC\", \"ini\": 2082, \"clust\": 2448, \"rank\": 1424, \"rankvar\": 2529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1115, \"group\": [2448.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGCAAATACAG\", \"ini\": 2081, \"clust\": 3499, \"rank\": 2030, \"rankvar\": 3474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1508, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 62, \"group\": [3497.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCACGTTC\", \"ini\": 2080, \"clust\": 1354, \"rank\": 1579, \"rankvar\": 2752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1758, \"group\": [1353.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTACCGTTA\", \"ini\": 2079, \"clust\": 1743, \"rank\": 1468, \"rankvar\": 109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1510, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1116, \"group\": [1745.0, 353.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTCTAGCCG\", \"ini\": 2078, \"clust\": 8, \"rank\": 1515, \"rankvar\": 372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1868, \"group\": [9.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTTAGATGA\", \"ini\": 2077, \"clust\": 2141, \"rank\": 1425, \"rankvar\": 525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1117, \"group\": [2142.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACAAGC\", \"ini\": 2076, \"clust\": 1371, \"rank\": 1621, \"rankvar\": 2876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1513, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1759, \"group\": [1379.0, 211.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGGCGC\", \"ini\": 2075, \"clust\": 2142, \"rank\": 1441, \"rankvar\": 191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1118, \"group\": [2146.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTGTGCCTG\", \"ini\": 2074, \"clust\": 3127, \"rank\": 1697, \"rankvar\": 1975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3394, \"group\": [3129.0, 592.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAAGTCTGT\", \"ini\": 2073, \"clust\": 3199, \"rank\": 1375, \"rankvar\": 2838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1516, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3395, \"group\": [3200.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATTGAGCT\", \"ini\": 2072, \"clust\": 3212, \"rank\": 1647, \"rankvar\": 2976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1517, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3396, \"group\": [3211.0, 601.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCATGTTGAC\", \"ini\": 2071, \"clust\": 22, \"rank\": 1189, \"rankvar\": 2242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1869, \"group\": [22.0, 20.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCGAACGC\", \"ini\": 2070, \"clust\": 3355, \"rank\": 1372, \"rankvar\": 3229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1519, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3397, \"group\": [3356.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGTGGAT\", \"ini\": 2069, \"clust\": 3290, \"rank\": 1394, \"rankvar\": 2796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1520, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3398, \"group\": [3292.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGGACCCT\", \"ini\": 2068, \"clust\": 2583, \"rank\": 1825, \"rankvar\": 1898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1521, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1119, \"group\": [2582.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGGGTACA\", \"ini\": 2067, \"clust\": 3054, \"rank\": 1194, \"rankvar\": 648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3399, \"group\": [3056.0, 575.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGTAATG\", \"ini\": 2066, \"clust\": 2171, \"rank\": 1318, \"rankvar\": 1844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1523, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1120, \"group\": [2171.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAAGCTACCTA\", \"ini\": 2065, \"clust\": 2632, \"rank\": 1642, \"rankvar\": 2328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1121, \"group\": [2630.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTGTTCGAT\", \"ini\": 2064, \"clust\": 2849, \"rank\": 1495, \"rankvar\": 770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1525, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1122, \"group\": [2853.0, 496.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGATCACGG\", \"ini\": 2063, \"clust\": 1840, \"rank\": 1582, \"rankvar\": 1580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1123, \"group\": [1839.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCTCACCT\", \"ini\": 2062, \"clust\": 1854, \"rank\": 1631, \"rankvar\": 1759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1527, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1124, \"group\": [1854.0, 397.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTACAGCAG\", \"ini\": 2061, \"clust\": 2414, \"rank\": 1627, \"rankvar\": 1244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1125, \"group\": [2414.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACACATCTTT\", \"ini\": 2060, \"clust\": 1761, \"rank\": 1619, \"rankvar\": 268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1126, \"group\": [1760.0, 362.0, 64.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATTCATCGCTC\", \"ini\": 2059, \"clust\": 2565, \"rank\": 1753, \"rankvar\": 790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1530, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1127, \"group\": [2565.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGCAGCCTC\", \"ini\": 2058, \"clust\": 3234, \"rank\": 1116, \"rankvar\": 2854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1531, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3400, \"group\": [3233.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCATCTACGA\", \"ini\": 2057, \"clust\": 2963, \"rank\": 1236, \"rankvar\": 2531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1532, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3401, \"group\": [2963.0, 543.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCAACCGCCA\", \"ini\": 2056, \"clust\": 3364, \"rank\": 1474, \"rankvar\": 2293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3402, \"group\": [3365.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGTTGAC\", \"ini\": 2055, \"clust\": 2252, \"rank\": 1096, \"rankvar\": 2385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1534, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1128, \"group\": [2253.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACTGTAA\", \"ini\": 2054, \"clust\": 2427, \"rank\": 1479, \"rankvar\": 1156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1129, \"group\": [2427.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACATTAGC\", \"ini\": 2053, \"clust\": 2725, \"rank\": 1446, \"rankvar\": 1105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1130, \"group\": [2725.0, 483.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCTGTT\", \"ini\": 2052, \"clust\": 2563, \"rank\": 1670, \"rankvar\": 155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1131, \"group\": [2562.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTACGA\", \"ini\": 2051, \"clust\": 2115, \"rank\": 1434, \"rankvar\": 1278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1132, \"group\": [2117.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGACTGTAA\", \"ini\": 2050, \"clust\": 2490, \"rank\": 1514, \"rankvar\": 841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1133, \"group\": [2489.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGTTGAGAT\", \"ini\": 2049, \"clust\": 1758, \"rank\": 1481, \"rankvar\": 559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1134, \"group\": [1758.0, 361.0, 64.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGCTGGCT\", \"ini\": 2048, \"clust\": 1357, \"rank\": 1535, \"rankvar\": 3182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1541, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1760, \"group\": [1357.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAGTCATATGC\", \"ini\": 2047, \"clust\": 2542, \"rank\": 1758, \"rankvar\": 1058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1135, \"group\": [2541.0, 457.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTGAGGCTA\", \"ini\": 2046, \"clust\": 1284, \"rank\": 1572, \"rankvar\": 3143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1761, \"group\": [1289.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTTATCGGT\", \"ini\": 2045, \"clust\": 1828, \"rank\": 1639, \"rankvar\": 1897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1136, \"group\": [1844.0, 394.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTAAATGAC\", \"ini\": 2044, \"clust\": 3124, \"rank\": 1748, \"rankvar\": 1821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1545, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3403, \"group\": [3126.0, 592.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGTATCTCG\", \"ini\": 2043, \"clust\": 3501, \"rank\": 2082, \"rankvar\": 3531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1546, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 63, \"group\": [3499.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCTACCTC\", \"ini\": 2042, \"clust\": 2135, \"rank\": 1464, \"rankvar\": 400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1137, \"group\": [2136.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCTTTA\", \"ini\": 2041, \"clust\": 2825, \"rank\": 1585, \"rankvar\": 896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1138, \"group\": [2829.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTAAGCG\", \"ini\": 2040, \"clust\": 2836, \"rank\": 1687, \"rankvar\": 1359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1139, \"group\": [2836.0, 492.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTTTGCATG\", \"ini\": 2039, \"clust\": 1400, \"rank\": 1398, \"rankvar\": 569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1140, \"group\": [1404.0, 225.0, 40.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGCCTCA\", \"ini\": 2038, \"clust\": 1762, \"rank\": 1805, \"rankvar\": 626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1551, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1141, \"group\": [1761.0, 362.0, 64.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTGCTTG\", \"ini\": 2037, \"clust\": 3138, \"rank\": 1092, \"rankvar\": 1092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3404, \"group\": [3141.0, 595.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCAGTTCGA\", \"ini\": 2036, \"clust\": 73, \"rank\": 988, \"rankvar\": 691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1870, \"group\": [70.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGAGTGACC\", \"ini\": 2035, \"clust\": 2581, \"rank\": 1713, \"rankvar\": 579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1142, \"group\": [2583.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATGCCTAA\", \"ini\": 2034, \"clust\": 2559, \"rank\": 1663, \"rankvar\": 1141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1143, \"group\": [2558.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAAATCCGT\", \"ini\": 2033, \"clust\": 35, \"rank\": 798, \"rankvar\": 2197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1556, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1871, \"group\": [35.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTAGAAGGA\", \"ini\": 2032, \"clust\": 1819, \"rank\": 1473, \"rankvar\": 1599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1144, \"group\": [1822.0, 390.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACTTCTT\", \"ini\": 2031, \"clust\": 2687, \"rank\": 1674, \"rankvar\": 226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1145, \"group\": [2688.0, 475.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACACTCGACG\", \"ini\": 2030, \"clust\": 2595, \"rank\": 1787, \"rankvar\": 1506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1146, \"group\": [2594.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGTGGGTT\", \"ini\": 2029, \"clust\": 2308, \"rank\": 1454, \"rankvar\": 331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1147, \"group\": [2313.0, 433.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTTAGGGTG\", \"ini\": 2028, \"clust\": 243, \"rank\": 795, \"rankvar\": 3037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1561, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2703, \"group\": [242.0, 66.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAAGCTGAG\", \"ini\": 2027, \"clust\": 2596, \"rank\": 1775, \"rankvar\": 1337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1148, \"group\": [2595.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCAGAAC\", \"ini\": 2026, \"clust\": 2127, \"rank\": 1570, \"rankvar\": 803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1149, \"group\": [2128.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTTGTTTGG\", \"ini\": 2025, \"clust\": 47, \"rank\": 754, \"rankvar\": 1252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1872, \"group\": [46.0, 27.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTACCAGT\", \"ini\": 2024, \"clust\": 2522, \"rank\": 1703, \"rankvar\": 609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1150, \"group\": [2523.0, 449.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCATTGTGCA\", \"ini\": 2023, \"clust\": 2215, \"rank\": 1557, \"rankvar\": 360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1151, \"group\": [2226.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCCATT\", \"ini\": 2022, \"clust\": 3280, \"rank\": 1333, \"rankvar\": 2297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1567, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3405, \"group\": [3281.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTAGCTCCTCT\", \"ini\": 2021, \"clust\": 2122, \"rank\": 1385, \"rankvar\": 1478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1152, \"group\": [2122.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCCTTTCGG\", \"ini\": 2020, \"clust\": 1442, \"rank\": 1679, \"rankvar\": 1504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1153, \"group\": [1443.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATGACATC\", \"ini\": 2019, \"clust\": 2562, \"rank\": 1725, \"rankvar\": 1284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1570, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1154, \"group\": [2564.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGAAACGAG\", \"ini\": 2018, \"clust\": 2543, \"rank\": 1886, \"rankvar\": 767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1155, \"group\": [2542.0, 457.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTCTTTA\", \"ini\": 2017, \"clust\": 2524, \"rank\": 1549, \"rankvar\": 917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1572, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1156, \"group\": [2522.0, 449.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCACCACCT\", \"ini\": 2016, \"clust\": 1238, \"rank\": 1580, \"rankvar\": 2733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1573, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1762, \"group\": [1239.0, 193.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGAAGATTC\", \"ini\": 2015, \"clust\": 2861, \"rank\": 1691, \"rankvar\": 1453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1157, \"group\": [2862.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTATCTG\", \"ini\": 2014, \"clust\": 2790, \"rank\": 1598, \"rankvar\": 1114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1575, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1158, \"group\": [2793.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCTAGCCC\", \"ini\": 2013, \"clust\": 3050, \"rank\": 1304, \"rankvar\": 1380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1576, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3406, \"group\": [3057.0, 576.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAAGCATGGCA\", \"ini\": 2012, \"clust\": 2880, \"rank\": 1829, \"rankvar\": 2342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1577, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3407, \"group\": [2880.0, 507.0, 72.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTTGTCTTT\", \"ini\": 2011, \"clust\": 2119, \"rank\": 1477, \"rankvar\": 789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1578, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1159, \"group\": [2121.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGTCCTCT\", \"ini\": 2010, \"clust\": 1832, \"rank\": 1659, \"rankvar\": 1882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1160, \"group\": [1832.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCCCAGCT\", \"ini\": 2009, \"clust\": 2627, \"rank\": 1715, \"rankvar\": 720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1161, \"group\": [2629.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCAGGACAGAA\", \"ini\": 2008, \"clust\": 2853, \"rank\": 1661, \"rankvar\": 763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1581, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1162, \"group\": [2854.0, 496.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCTCCTAG\", \"ini\": 2007, \"clust\": 3570, \"rank\": 2221, \"rankvar\": 3513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1582, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 64, \"group\": [3571.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCACAACGTT\", \"ini\": 2006, \"clust\": 2771, \"rank\": 1490, \"rankvar\": 524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1583, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1163, \"group\": [2772.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGTCAAGGC\", \"ini\": 2005, \"clust\": 3571, \"rank\": 2226, \"rankvar\": 3545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1584, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 65, \"group\": [3569.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATAACCTG\", \"ini\": 2004, \"clust\": 1376, \"rank\": 1852, \"rankvar\": 3049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1585, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1763, \"group\": [1378.0, 210.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCAATACCG\", \"ini\": 2003, \"clust\": 2614, \"rank\": 1705, \"rankvar\": 1745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1586, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1164, \"group\": [2614.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCTTGAGGT\", \"ini\": 2002, \"clust\": 2791, \"rank\": 1590, \"rankvar\": 984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1165, \"group\": [2791.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGGACATTA\", \"ini\": 2001, \"clust\": 2642, \"rank\": 1488, \"rankvar\": 1592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1166, \"group\": [2640.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTAGAAGGA\", \"ini\": 2000, \"clust\": 2207, \"rank\": 1499, \"rankvar\": 1494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1589, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1167, \"group\": [2208.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGCCAGTAG\", \"ini\": 1999, \"clust\": 3523, \"rank\": 2033, \"rankvar\": 3521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1590, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 66, \"group\": [3523.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTCGTTC\", \"ini\": 1998, \"clust\": 1841, \"rank\": 1620, \"rankvar\": 1514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1591, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1168, \"group\": [1840.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGCAAGCC\", \"ini\": 1997, \"clust\": 2102, \"rank\": 1566, \"rankvar\": 1974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1169, \"group\": [2103.0, 422.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTAAGGGAA\", \"ini\": 1996, \"clust\": 1450, \"rank\": 1885, \"rankvar\": 914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1593, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1170, \"group\": [1450.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTACTTCTT\", \"ini\": 1995, \"clust\": 2541, \"rank\": 1851, \"rankvar\": 2594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1171, \"group\": [2547.0, 458.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCAAGCCG\", \"ini\": 1994, \"clust\": 3242, \"rank\": 1044, \"rankvar\": 2690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1595, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3408, \"group\": [3244.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGGCGGTT\", \"ini\": 1993, \"clust\": 2567, \"rank\": 1594, \"rankvar\": 2464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1596, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1172, \"group\": [2570.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTCGCATCG\", \"ini\": 1992, \"clust\": 3025, \"rank\": 1820, \"rankvar\": 1878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1597, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3409, \"group\": [3036.0, 570.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCCTACAGA\", \"ini\": 1991, \"clust\": 2491, \"rank\": 1438, \"rankvar\": 2316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1173, \"group\": [2490.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACTGTTAG\", \"ini\": 1990, \"clust\": 2781, \"rank\": 1552, \"rankvar\": 1738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1599, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1174, \"group\": [2784.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCGGTCTAA\", \"ini\": 1989, \"clust\": 2760, \"rank\": 1560, \"rankvar\": 2337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1600, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1175, \"group\": [2760.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCACCGCTAG\", \"ini\": 1988, \"clust\": 1846, \"rank\": 2062, \"rankvar\": 2226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1176, \"group\": [1846.0, 395.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCATACTG\", \"ini\": 1987, \"clust\": 2782, \"rank\": 1494, \"rankvar\": 1944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1177, \"group\": [2782.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACTGAAGG\", \"ini\": 1986, \"clust\": 2830, \"rank\": 1732, \"rankvar\": 2448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1178, \"group\": [2832.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATGCATG\", \"ini\": 1985, \"clust\": 2612, \"rank\": 1618, \"rankvar\": 620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1604, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1179, \"group\": [2616.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTAAGTAGT\", \"ini\": 1984, \"clust\": 2233, \"rank\": 1377, \"rankvar\": 1563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1180, \"group\": [2234.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCCACGTC\", \"ini\": 1983, \"clust\": 1367, \"rank\": 1405, \"rankvar\": 2942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1764, \"group\": [1367.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCCTCATTA\", \"ini\": 1982, \"clust\": 1310, \"rank\": 1701, \"rankvar\": 3260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1607, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1765, \"group\": [1318.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGAATGTTG\", \"ini\": 1981, \"clust\": 2664, \"rank\": 1600, \"rankvar\": 1400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1181, \"group\": [2665.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCATTAGC\", \"ini\": 1980, \"clust\": 3497, \"rank\": 2149, \"rankvar\": 3430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1609, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 67, \"group\": [3495.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTCTCATT\", \"ini\": 1979, \"clust\": 2685, \"rank\": 1613, \"rankvar\": 1197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1610, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1182, \"group\": [2686.0, 475.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAGAGGA\", \"ini\": 1978, \"clust\": 2114, \"rank\": 1567, \"rankvar\": 2981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1183, \"group\": [2118.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCGTTTAC\", \"ini\": 1977, \"clust\": 69, \"rank\": 1049, \"rankvar\": 2139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1612, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1873, \"group\": [78.0, 32.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCATACAGCT\", \"ini\": 1976, \"clust\": 3353, \"rank\": 1447, \"rankvar\": 2762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1613, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3410, \"group\": [3354.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGTGGACGT\", \"ini\": 1975, \"clust\": 2088, \"rank\": 1493, \"rankvar\": 685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1184, \"group\": [2088.0, 420.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCATTCTTAC\", \"ini\": 1974, \"clust\": 2580, \"rank\": 1822, \"rankvar\": 668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1185, \"group\": [2580.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTGTCGAGATG\", \"ini\": 1973, \"clust\": 3023, \"rank\": 1601, \"rankvar\": 3366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1616, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3411, \"group\": [3023.0, 564.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGTGCCT\", \"ini\": 1972, \"clust\": 2552, \"rank\": 1616, \"rankvar\": 1185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1186, \"group\": [2551.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTCTCTTAT\", \"ini\": 1971, \"clust\": 2204, \"rank\": 1420, \"rankvar\": 1172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1618, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1187, \"group\": [2207.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCCGTCAAA\", \"ini\": 1970, \"clust\": 3525, \"rank\": 1990, \"rankvar\": 3486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 68, \"group\": [3522.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGTCACGATGT\", \"ini\": 1969, \"clust\": 1628, \"rank\": 1984, \"rankvar\": 2345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1620, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1188, \"group\": [1627.0, 305.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGGTCTCG\", \"ini\": 1968, \"clust\": 1797, \"rank\": 1614, \"rankvar\": 215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1189, \"group\": [1798.0, 380.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCGGATGGA\", \"ini\": 1967, \"clust\": 2720, \"rank\": 1539, \"rankvar\": 645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1190, \"group\": [2721.0, 481.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTTAGGTA\", \"ini\": 1966, \"clust\": 2651, \"rank\": 1740, \"rankvar\": 779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1191, \"group\": [2650.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGACTAGAT\", \"ini\": 1965, \"clust\": 3055, \"rank\": 1255, \"rankvar\": 2789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1624, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3412, \"group\": [3054.0, 575.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATAGACTC\", \"ini\": 1964, \"clust\": 3045, \"rank\": 1384, \"rankvar\": 1190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3413, \"group\": [3045.0, 573.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTATCCCG\", \"ini\": 1963, \"clust\": 1773, \"rank\": 1879, \"rankvar\": 1938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1192, \"group\": [1774.0, 371.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGTCATGCT\", \"ini\": 1962, \"clust\": 2955, \"rank\": 1845, \"rankvar\": 1579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3414, \"group\": [2959.0, 540.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTTCAGTAC\", \"ini\": 1961, \"clust\": 1348, \"rank\": 1547, \"rankvar\": 3092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1628, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1766, \"group\": [1348.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGAGCCTAG\", \"ini\": 1960, \"clust\": 1370, \"rank\": 1482, \"rankvar\": 3131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1629, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1767, \"group\": [1370.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAACGA\", \"ini\": 1959, \"clust\": 1588, \"rank\": 1934, \"rankvar\": 1005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1193, \"group\": [1590.0, 276.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCGAAAGC\", \"ini\": 1958, \"clust\": 2438, \"rank\": 1452, \"rankvar\": 476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1194, \"group\": [2446.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATGTGGT\", \"ini\": 1957, \"clust\": 2646, \"rank\": 1609, \"rankvar\": 619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1195, \"group\": [2643.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAGTCATC\", \"ini\": 1956, \"clust\": 2497, \"rank\": 1542, \"rankvar\": 123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1633, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1196, \"group\": [2499.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGCCTTGG\", \"ini\": 1955, \"clust\": 2527, \"rank\": 1734, \"rankvar\": 1178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1634, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1197, \"group\": [2527.0, 451.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATGAATG\", \"ini\": 1954, \"clust\": 2104, \"rank\": 1442, \"rankvar\": 2083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1635, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1198, \"group\": [2107.0, 422.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCATTTCACT\", \"ini\": 1953, \"clust\": 2237, \"rank\": 1389, \"rankvar\": 1562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1199, \"group\": [2238.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTAACGGT\", \"ini\": 1952, \"clust\": 3204, \"rank\": 1268, \"rankvar\": 2832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1637, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3415, \"group\": [3204.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGACAAGCC\", \"ini\": 1951, \"clust\": 1824, \"rank\": 1712, \"rankvar\": 838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1200, \"group\": [1825.0, 391.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGGCACTA\", \"ini\": 1950, \"clust\": 1285, \"rank\": 1738, \"rankvar\": 3121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1768, \"group\": [1284.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAGCGATG\", \"ini\": 1949, \"clust\": 3247, \"rank\": 1704, \"rankvar\": 2677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1640, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3416, \"group\": [3246.0, 604.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTATATGAG\", \"ini\": 1948, \"clust\": 3281, \"rank\": 1030, \"rankvar\": 2418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1641, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3417, \"group\": [3282.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCGGTGTTA\", \"ini\": 1947, \"clust\": 1594, \"rank\": 1881, \"rankvar\": 15, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1642, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1201, \"group\": [1592.0, 277.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGCGAG\", \"ini\": 1946, \"clust\": 2418, \"rank\": 1646, \"rankvar\": 1161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1202, \"group\": [2419.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGTAGGTGC\", \"ini\": 1945, \"clust\": 2515, \"rank\": 1699, \"rankvar\": 629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1203, \"group\": [2513.0, 447.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACAGACAG\", \"ini\": 1944, \"clust\": 2795, \"rank\": 1550, \"rankvar\": 2369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1204, \"group\": [2795.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGACCAAG\", \"ini\": 1943, \"clust\": 3561, \"rank\": 2275, \"rankvar\": 3562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1646, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 69, \"group\": [3558.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCGATCCCT\", \"ini\": 1942, \"clust\": 2688, \"rank\": 1710, \"rankvar\": 544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1647, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1205, \"group\": [2689.0, 475.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTAAC\", \"ini\": 1941, \"clust\": 2855, \"rank\": 1553, \"rankvar\": 716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1648, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1206, \"group\": [2856.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCTGCTGCT\", \"ini\": 1940, \"clust\": 1833, \"rank\": 1569, \"rankvar\": 2196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1649, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1207, \"group\": [1833.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATGCATG\", \"ini\": 1939, \"clust\": 1742, \"rank\": 1563, \"rankvar\": 51, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1208, \"group\": [1746.0, 354.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCATTCCTGC\", \"ini\": 1938, \"clust\": 3562, \"rank\": 2223, \"rankvar\": 3573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1651, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 70, \"group\": [3559.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACCTCGGA\", \"ini\": 1937, \"clust\": 2594, \"rank\": 1880, \"rankvar\": 932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1209, \"group\": [2596.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCAGTATCACCA\", \"ini\": 1936, \"clust\": 3215, \"rank\": 1412, \"rankvar\": 2775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1653, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3418, \"group\": [3219.0, 602.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCCTATTCA\", \"ini\": 1935, \"clust\": 2520, \"rank\": 1816, \"rankvar\": 1647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1210, \"group\": [2519.0, 449.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTAAGTGTA\", \"ini\": 1934, \"clust\": 2486, \"rank\": 1633, \"rankvar\": 1179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1655, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1211, \"group\": [2485.0, 441.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTGCTGTAT\", \"ini\": 1933, \"clust\": 3397, \"rank\": 1765, \"rankvar\": 3446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1656, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3570, \"group\": [3396.0, 615.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATGGTCA\", \"ini\": 1932, \"clust\": 2208, \"rank\": 1531, \"rankvar\": 2166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1212, \"group\": [2209.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGACGACGT\", \"ini\": 1931, \"clust\": 2721, \"rank\": 1610, \"rankvar\": 1631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1213, \"group\": [2722.0, 481.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTCCGAGTC\", \"ini\": 1930, \"clust\": 3056, \"rank\": 1302, \"rankvar\": 2695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3419, \"group\": [3055.0, 575.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGAAGG\", \"ini\": 1929, \"clust\": 2573, \"rank\": 1544, \"rankvar\": 1016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1214, \"group\": [2572.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACAGGCTCAC\", \"ini\": 1928, \"clust\": 2111, \"rank\": 1462, \"rankvar\": 337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1215, \"group\": [2112.0, 423.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCATTTGGG\", \"ini\": 1927, \"clust\": 15, \"rank\": 1497, \"rankvar\": 2632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1874, \"group\": [15.0, 14.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAAGGGCTCTC\", \"ini\": 1926, \"clust\": 1263, \"rank\": 1916, \"rankvar\": 2708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1663, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1769, \"group\": [1263.0, 203.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCAATGTC\", \"ini\": 1925, \"clust\": 2569, \"rank\": 1729, \"rankvar\": 1367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1664, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1216, \"group\": [2567.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCGC\", \"ini\": 1924, \"clust\": 1286, \"rank\": 1840, \"rankvar\": 3138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1665, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1770, \"group\": [1285.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGAACAG\", \"ini\": 1923, \"clust\": 1313, \"rank\": 1846, \"rankvar\": 3145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1666, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1771, \"group\": [1310.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACACGAAACG\", \"ini\": 1922, \"clust\": 1440, \"rank\": 1835, \"rankvar\": 1536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1217, \"group\": [1441.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCACTAGTAC\", \"ini\": 1921, \"clust\": 2719, \"rank\": 1617, \"rankvar\": 1332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1668, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1218, \"group\": [2720.0, 481.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACGGTTTA\", \"ini\": 1920, \"clust\": 1596, \"rank\": 1722, \"rankvar\": 1028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1219, \"group\": [1597.0, 282.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCAAAGTC\", \"ini\": 1919, \"clust\": 2671, \"rank\": 1718, \"rankvar\": 920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1670, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1220, \"group\": [2670.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCTCGCATC\", \"ini\": 1918, \"clust\": 3279, \"rank\": 1218, \"rankvar\": 2057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1671, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3420, \"group\": [3280.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTGGACCC\", \"ini\": 1917, \"clust\": 2597, \"rank\": 1924, \"rankvar\": 349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1672, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1221, \"group\": [2597.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCGAATGT\", \"ini\": 1916, \"clust\": 3513, \"rank\": 2134, \"rankvar\": 3514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1673, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 71, \"group\": [3512.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTAAGTGTA\", \"ini\": 1915, \"clust\": 2145, \"rank\": 1469, \"rankvar\": 279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1222, \"group\": [2144.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCTGTCCGT\", \"ini\": 1914, \"clust\": 2226, \"rank\": 1528, \"rankvar\": 311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1223, \"group\": [2229.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCAGTATG\", \"ini\": 1913, \"clust\": 3168, \"rank\": 1351, \"rankvar\": 3119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1676, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3421, \"group\": [3168.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTCCGAACC\", \"ini\": 1912, \"clust\": 2584, \"rank\": 1898, \"rankvar\": 1321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1677, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1224, \"group\": [2584.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTGCGCTTG\", \"ini\": 1911, \"clust\": 2566, \"rank\": 1803, \"rankvar\": 502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1225, \"group\": [2566.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACAGACGCTC\", \"ini\": 1910, \"clust\": 1362, \"rank\": 1558, \"rankvar\": 2899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1679, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1772, \"group\": [1364.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGGGAG\", \"ini\": 1909, \"clust\": 1716, \"rank\": 978, \"rankvar\": 637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1226, \"group\": [1725.0, 335.0, 58.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTTCGAGA\", \"ini\": 1908, \"clust\": 2737, \"rank\": 1724, \"rankvar\": 2014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1681, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1227, \"group\": [2736.0, 486.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGAATCCA\", \"ini\": 1907, \"clust\": 2516, \"rank\": 1900, \"rankvar\": 515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1228, \"group\": [2524.0, 450.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGAATGGA\", \"ini\": 1906, \"clust\": 1447, \"rank\": 1969, \"rankvar\": 1595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1229, \"group\": [1447.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCGTACGGC\", \"ini\": 1905, \"clust\": 2698, \"rank\": 1769, \"rankvar\": 2170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1230, \"group\": [2699.0, 476.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCAGAGCCAA\", \"ini\": 1904, \"clust\": 1342, \"rank\": 1455, \"rankvar\": 3046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1685, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1773, \"group\": [1342.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCATGTCCC\", \"ini\": 1903, \"clust\": 2656, \"rank\": 1756, \"rankvar\": 1107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1231, \"group\": [2655.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTAGTGCG\", \"ini\": 1902, \"clust\": 2571, \"rank\": 1513, \"rankvar\": 2214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1232, \"group\": [2573.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCGATTCT\", \"ini\": 1901, \"clust\": 1602, \"rank\": 1597, \"rankvar\": 2517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1233, \"group\": [1601.0, 285.0, 49.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTGTTGAGG\", \"ini\": 1900, \"clust\": 2828, \"rank\": 1634, \"rankvar\": 1849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1689, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1234, \"group\": [2827.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAGTAACGG\", \"ini\": 1899, \"clust\": 2843, \"rank\": 1635, \"rankvar\": 94, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1235, \"group\": [2843.0, 494.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGCTAGTCT\", \"ini\": 1898, \"clust\": 5, \"rank\": 1350, \"rankvar\": 531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1875, \"group\": [5.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTGTCGT\", \"ini\": 1897, \"clust\": 30, \"rank\": 1186, \"rankvar\": 2255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1876, \"group\": [28.0, 23.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGAGTCCCACG\", \"ini\": 1896, \"clust\": 2789, \"rank\": 1628, \"rankvar\": 63, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1236, \"group\": [2790.0, 490.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCAAGCCCAC\", \"ini\": 1895, \"clust\": 3516, \"rank\": 2069, \"rankvar\": 3499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1694, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 72, \"group\": [3513.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTGTATGGG\", \"ini\": 1894, \"clust\": 2532, \"rank\": 1895, \"rankvar\": 1038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1237, \"group\": [2531.0, 453.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATTCCC\", \"ini\": 1893, \"clust\": 2108, \"rank\": 1611, \"rankvar\": 258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1696, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1238, \"group\": [2108.0, 422.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAAAGCGGT\", \"ini\": 1892, \"clust\": 2498, \"rank\": 1709, \"rankvar\": 799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1697, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1239, \"group\": [2498.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTCTCCCTA\", \"ini\": 1891, \"clust\": 2123, \"rank\": 1666, \"rankvar\": 1833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1240, \"group\": [2123.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTACGAGT\", \"ini\": 1890, \"clust\": 2109, \"rank\": 1650, \"rankvar\": 140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1241, \"group\": [2109.0, 422.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGCGCCAA\", \"ini\": 1889, \"clust\": 3170, \"rank\": 1272, \"rankvar\": 2890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1700, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3422, \"group\": [3167.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGGATCGA\", \"ini\": 1888, \"clust\": 2202, \"rank\": 1361, \"rankvar\": 2231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1701, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1242, \"group\": [2202.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCGCAA\", \"ini\": 1887, \"clust\": 3191, \"rank\": 1387, \"rankvar\": 2936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1702, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3423, \"group\": [3198.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAGTGGAGT\", \"ini\": 1886, \"clust\": 2129, \"rank\": 1529, \"rankvar\": 1574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1243, \"group\": [2129.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTAGCAAAT\", \"ini\": 1885, \"clust\": 2489, \"rank\": 1702, \"rankvar\": 81, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1244, \"group\": [2500.0, 444.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGGCATGTG\", \"ini\": 1884, \"clust\": 2650, \"rank\": 1776, \"rankvar\": 1094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1245, \"group\": [2649.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCTGTT\", \"ini\": 1883, \"clust\": 2666, \"rank\": 1762, \"rankvar\": 124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1706, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1246, \"group\": [2664.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGATGT\", \"ini\": 1882, \"clust\": 2660, \"rank\": 1690, \"rankvar\": 2227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1707, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1247, \"group\": [2662.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCACAGCCCA\", \"ini\": 1881, \"clust\": 1600, \"rank\": 1475, \"rankvar\": 1281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1248, \"group\": [1602.0, 286.0, 49.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTATATGGA\", \"ini\": 1880, \"clust\": 2499, \"rank\": 1677, \"rankvar\": 1736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1709, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1249, \"group\": [2496.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCGTTTATC\", \"ini\": 1879, \"clust\": 2677, \"rank\": 1721, \"rankvar\": 1388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1250, \"group\": [2681.0, 472.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCCCACTTG\", \"ini\": 1878, \"clust\": 2553, \"rank\": 1743, \"rankvar\": 902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1251, \"group\": [2552.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGGGATC\", \"ini\": 1877, \"clust\": 2416, \"rank\": 1708, \"rankvar\": 1192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1252, \"group\": [2417.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCCACGCAG\", \"ini\": 1876, \"clust\": 2686, \"rank\": 1654, \"rankvar\": 991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1253, \"group\": [2687.0, 475.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCAAAGCG\", \"ini\": 1875, \"clust\": 3428, \"rank\": 1882, \"rankvar\": 3067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1254, \"group\": [3429.0, 627.0, 90.0, 21.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCCATGAAC\", \"ini\": 1874, \"clust\": 3009, \"rank\": 1573, \"rankvar\": 2278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1715, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3424, \"group\": [3010.0, 561.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCCGGCACA\", \"ini\": 1873, \"clust\": 3162, \"rank\": 1554, \"rankvar\": 1771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1716, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3425, \"group\": [3163.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTACCGTTA\", \"ini\": 1872, \"clust\": 1386, \"rank\": 1537, \"rankvar\": 2941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1717, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1774, \"group\": [1391.0, 216.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGGGTATG\", \"ini\": 1871, \"clust\": 2657, \"rank\": 1801, \"rankvar\": 2606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1255, \"group\": [2656.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTCTTGATG\", \"ini\": 1870, \"clust\": 3146, \"rank\": 1240, \"rankvar\": 1955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1719, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3426, \"group\": [3147.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTACGGAG\", \"ini\": 1869, \"clust\": 2792, \"rank\": 1720, \"rankvar\": 652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1720, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1256, \"group\": [2792.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAAGCACACAG\", \"ini\": 1868, \"clust\": 240, \"rank\": 1105, \"rankvar\": 3244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1721, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2704, \"group\": [238.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGTACACCT\", \"ini\": 1867, \"clust\": 2736, \"rank\": 1864, \"rankvar\": 692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1722, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1257, \"group\": [2738.0, 486.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGGACAC\", \"ini\": 1866, \"clust\": 2960, \"rank\": 1761, \"rankvar\": 2568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3427, \"group\": [2960.0, 541.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTTGACGTT\", \"ini\": 1865, \"clust\": 3, \"rank\": 1696, \"rankvar\": 950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1877, \"group\": [4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCGTTCCG\", \"ini\": 1864, \"clust\": 1345, \"rank\": 1757, \"rankvar\": 3234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1775, \"group\": [1345.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCAGGGTATG\", \"ini\": 1863, \"clust\": 1774, \"rank\": 1763, \"rankvar\": 1155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1258, \"group\": [1775.0, 372.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTTGACGA\", \"ini\": 1862, \"clust\": 1368, \"rank\": 1746, \"rankvar\": 3070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1727, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1776, \"group\": [1368.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATCCGGGT\", \"ini\": 1861, \"clust\": 3581, \"rank\": 2339, \"rankvar\": 3445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1728, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 73, \"group\": [3579.0, 649.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCATGACGGA\", \"ini\": 1860, \"clust\": 2801, \"rank\": 1400, \"rankvar\": 1120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1729, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1259, \"group\": [2802.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTTCCGTCT\", \"ini\": 1859, \"clust\": 2787, \"rank\": 1660, \"rankvar\": 1641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1260, \"group\": [2786.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACCATAG\", \"ini\": 1858, \"clust\": 1319, \"rank\": 1629, \"rankvar\": 3267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1731, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1777, \"group\": [1315.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGGTGTTAA\", \"ini\": 1857, \"clust\": 2844, \"rank\": 1624, \"rankvar\": 473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1732, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1261, \"group\": [2844.0, 494.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGACTCGGA\", \"ini\": 1856, \"clust\": 2112, \"rank\": 1665, \"rankvar\": 1817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1733, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1262, \"group\": [2113.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGTGAAGTT\", \"ini\": 1855, \"clust\": 3347, \"rank\": 1564, \"rankvar\": 1620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3428, \"group\": [3348.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCAGAGACG\", \"ini\": 1854, \"clust\": 2128, \"rank\": 1723, \"rankvar\": 863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1263, \"group\": [2131.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCTCAACGAAA\", \"ini\": 1853, \"clust\": 1216, \"rank\": 1322, \"rankvar\": 1747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1736, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1778, \"group\": [1217.0, 173.0, 27.0, 7.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTCGCGGTT\", \"ini\": 1852, \"clust\": 3167, \"rank\": 1170, \"rankvar\": 3416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3429, \"group\": [3169.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGAGTCTGG\", \"ini\": 1851, \"clust\": 3248, \"rank\": 1794, \"rankvar\": 1355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1738, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3430, \"group\": [3247.0, 604.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTACAGCTTCGG\", \"ini\": 1850, \"clust\": 2598, \"rank\": 1878, \"rankvar\": 70, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1264, \"group\": [2598.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTCTGAGA\", \"ini\": 1849, \"clust\": 2635, \"rank\": 1755, \"rankvar\": 1992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1265, \"group\": [2634.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTGTGGTTT\", \"ini\": 1848, \"clust\": 2148, \"rank\": 1593, \"rankvar\": 1941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1266, \"group\": [2148.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATCCGTGG\", \"ini\": 1847, \"clust\": 2856, \"rank\": 1502, \"rankvar\": 1131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1742, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1267, \"group\": [2857.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAGC\", \"ini\": 1846, \"clust\": 3171, \"rank\": 1243, \"rankvar\": 3099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1743, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3431, \"group\": [3172.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACAAGGTGTG\", \"ini\": 1845, \"clust\": 1372, \"rank\": 1904, \"rankvar\": 2471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1744, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1779, \"group\": [1371.0, 210.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGAATTCCC\", \"ini\": 1844, \"clust\": 3065, \"rank\": 1423, \"rankvar\": 2362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1745, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3432, \"group\": [3063.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTCCGTAT\", \"ini\": 1843, \"clust\": 2761, \"rank\": 1700, \"rankvar\": 1864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1746, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1268, \"group\": [2761.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGTGAGT\", \"ini\": 1842, \"clust\": 1807, \"rank\": 1719, \"rankvar\": 1792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1747, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1269, \"group\": [1808.0, 384.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTATATGAG\", \"ini\": 1841, \"clust\": 2854, \"rank\": 1716, \"rankvar\": 375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1270, \"group\": [2855.0, 496.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCATGCAT\", \"ini\": 1840, \"clust\": 2780, \"rank\": 1799, \"rankvar\": 1062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1271, \"group\": [2780.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAGCGTCCA\", \"ini\": 1839, \"clust\": 2837, \"rank\": 1773, \"rankvar\": 1048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1750, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1272, \"group\": [2837.0, 492.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTAGGACAC\", \"ini\": 1838, \"clust\": 2633, \"rank\": 1828, \"rankvar\": 1189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1751, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1273, \"group\": [2631.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTCCGGCA\", \"ini\": 1837, \"clust\": 2561, \"rank\": 1695, \"rankvar\": 552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1274, \"group\": [2561.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATTTCAGG\", \"ini\": 1836, \"clust\": 3173, \"rank\": 1369, \"rankvar\": 2700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1753, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3433, \"group\": [3174.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTTAGTGGG\", \"ini\": 1835, \"clust\": 2689, \"rank\": 1751, \"rankvar\": 819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1275, \"group\": [2690.0, 475.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTCAGCTTCGG\", \"ini\": 1834, \"clust\": 2742, \"rank\": 1944, \"rankvar\": 830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1276, \"group\": [2743.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTACATGTC\", \"ini\": 1833, \"clust\": 1349, \"rank\": 1767, \"rankvar\": 2603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1756, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1780, \"group\": [1349.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCACCGCTAG\", \"ini\": 1832, \"clust\": 1817, \"rank\": 1917, \"rankvar\": 1127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1277, \"group\": [1815.0, 388.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTTCCAACA\", \"ini\": 1831, \"clust\": 2763, \"rank\": 1759, \"rankvar\": 870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1278, \"group\": [2764.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTCCAGGG\", \"ini\": 1830, \"clust\": 1311, \"rank\": 1847, \"rankvar\": 3207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1759, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1781, \"group\": [1311.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGTCGTTC\", \"ini\": 1829, \"clust\": 2513, \"rank\": 1807, \"rankvar\": 1623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1279, \"group\": [2514.0, 447.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCACGTCAGC\", \"ini\": 1828, \"clust\": 3210, \"rank\": 1604, \"rankvar\": 1895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1761, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3434, \"group\": [3212.0, 601.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGTCCTCCT\", \"ini\": 1827, \"clust\": 2481, \"rank\": 1744, \"rankvar\": 185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1762, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1280, \"group\": [2480.0, 439.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGGCTCTTA\", \"ini\": 1826, \"clust\": 2858, \"rank\": 1545, \"rankvar\": 1819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1281, \"group\": [2858.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATTCTTAC\", \"ini\": 1825, \"clust\": 2592, \"rank\": 1892, \"rankvar\": 729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1282, \"group\": [2590.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCCTCATTA\", \"ini\": 1824, \"clust\": 3414, \"rank\": 1806, \"rankvar\": 3320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3571, \"group\": [3409.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTTGTCGCG\", \"ini\": 1823, \"clust\": 1825, \"rank\": 1883, \"rankvar\": 1170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1283, \"group\": [1826.0, 391.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCCATTTA\", \"ini\": 1822, \"clust\": 3131, \"rank\": 1630, \"rankvar\": 2280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1767, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3435, \"group\": [3132.0, 594.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCACAGACAG\", \"ini\": 1821, \"clust\": 1753, \"rank\": 1876, \"rankvar\": 1499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1284, \"group\": [1752.0, 357.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGGTACTCT\", \"ini\": 1820, \"clust\": 2753, \"rank\": 1752, \"rankvar\": 2013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1285, \"group\": [2755.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTCTGTCG\", \"ini\": 1819, \"clust\": 3033, \"rank\": 1853, \"rankvar\": 1695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1770, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3436, \"group\": [3033.0, 568.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGCCTTGG\", \"ini\": 1818, \"clust\": 2690, \"rank\": 1810, \"rankvar\": 407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1286, \"group\": [2691.0, 475.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTGCTGCT\", \"ini\": 1817, \"clust\": 2804, \"rank\": 1749, \"rankvar\": 344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1772, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1287, \"group\": [2807.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTTCAGACT\", \"ini\": 1816, \"clust\": 2626, \"rank\": 1827, \"rankvar\": 861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1773, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1288, \"group\": [2624.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGAAGGCT\", \"ini\": 1815, \"clust\": 2744, \"rank\": 1602, \"rankvar\": 1648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1289, \"group\": [2745.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTAAACCTC\", \"ini\": 1814, \"clust\": 1343, \"rank\": 1577, \"rankvar\": 3288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1775, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1782, \"group\": [1343.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTCACGCC\", \"ini\": 1813, \"clust\": 3181, \"rank\": 1526, \"rankvar\": 2954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1776, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3437, \"group\": [3182.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGTGGGTTG\", \"ini\": 1812, \"clust\": 2704, \"rank\": 1726, \"rankvar\": 2081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1290, \"group\": [2704.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGGGCTTGA\", \"ini\": 1811, \"clust\": 2863, \"rank\": 1638, \"rankvar\": 1331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1778, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1291, \"group\": [2863.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATGGAATA\", \"ini\": 1810, \"clust\": 2705, \"rank\": 1632, \"rankvar\": 3106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1779, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1292, \"group\": [2705.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTACCGAGA\", \"ini\": 1809, \"clust\": 3305, \"rank\": 1466, \"rankvar\": 2630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1780, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3438, \"group\": [3306.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCAGCATGT\", \"ini\": 1808, \"clust\": 1422, \"rank\": 1779, \"rankvar\": 1206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1293, \"group\": [1425.0, 232.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCTAGGCA\", \"ini\": 1807, \"clust\": 2679, \"rank\": 1942, \"rankvar\": 714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1294, \"group\": [2678.0, 471.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGCTGCTG\", \"ini\": 1806, \"clust\": 2877, \"rank\": 2269, \"rankvar\": 3084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1783, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3439, \"group\": [2874.0, 505.0, 71.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCTATGTT\", \"ini\": 1805, \"clust\": 2551, \"rank\": 1692, \"rankvar\": 1369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1295, \"group\": [2553.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCCGAATGT\", \"ini\": 1804, \"clust\": 1387, \"rank\": 1335, \"rankvar\": 3077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1785, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1783, \"group\": [1388.0, 214.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGACGGTA\", \"ini\": 1803, \"clust\": 3515, \"rank\": 2194, \"rankvar\": 3535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1786, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 74, \"group\": [3515.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTATAGTAG\", \"ini\": 1802, \"clust\": 3585, \"rank\": 2267, \"rankvar\": 3503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1787, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 75, \"group\": [3582.0, 649.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATTTCAGG\", \"ini\": 1801, \"clust\": 2501, \"rank\": 1800, \"rankvar\": 1282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1296, \"group\": [2504.0, 445.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCATGTCCTC\", \"ini\": 1800, \"clust\": 2547, \"rank\": 1884, \"rankvar\": 783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1297, \"group\": [2544.0, 457.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTCACCTAA\", \"ini\": 1799, \"clust\": 3507, \"rank\": 2096, \"rankvar\": 3365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1790, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 76, \"group\": [3509.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTAACGGT\", \"ini\": 1798, \"clust\": 2480, \"rank\": 1589, \"rankvar\": 633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1298, \"group\": [2482.0, 439.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCAGTCAGT\", \"ini\": 1797, \"clust\": 3508, \"rank\": 2148, \"rankvar\": 3518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1792, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 77, \"group\": [3508.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGATCCA\", \"ini\": 1796, \"clust\": 2199, \"rank\": 1683, \"rankvar\": 1269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1299, \"group\": [2200.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGATCTGT\", \"ini\": 1795, \"clust\": 2201, \"rank\": 1693, \"rankvar\": 977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1794, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1300, \"group\": [2204.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACACGTCAGC\", \"ini\": 1794, \"clust\": 1772, \"rank\": 1868, \"rankvar\": 1349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1795, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1301, \"group\": [1773.0, 370.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGGTCTGCGGT\", \"ini\": 1793, \"clust\": 3275, \"rank\": 1538, \"rankvar\": 1559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1796, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3440, \"group\": [3278.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCTGCTGTC\", \"ini\": 1792, \"clust\": 1860, \"rank\": 1742, \"rankvar\": 320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1797, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1302, \"group\": [1860.0, 401.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCCGATATG\", \"ini\": 1791, \"clust\": 3514, \"rank\": 2213, \"rankvar\": 3497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1798, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 78, \"group\": [3516.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATACAATCAGAA\", \"ini\": 1790, \"clust\": 43, \"rank\": 1158, \"rankvar\": 634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1878, \"group\": [43.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCAGCTGGC\", \"ini\": 1789, \"clust\": 77, \"rank\": 1175, \"rankvar\": 1803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1879, \"group\": [73.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTTGCGTTA\", \"ini\": 1788, \"clust\": 3026, \"rank\": 1837, \"rankvar\": 3074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3441, \"group\": [3029.0, 566.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGACTAGGC\", \"ini\": 1787, \"clust\": 2726, \"rank\": 1909, \"rankvar\": 1521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1802, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1303, \"group\": [2726.0, 483.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCCCGC\", \"ini\": 1786, \"clust\": 2591, \"rank\": 1973, \"rankvar\": 1022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1803, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1304, \"group\": [2592.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTACACCGC\", \"ini\": 1785, \"clust\": 2200, \"rank\": 1737, \"rankvar\": 2424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1305, \"group\": [2201.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCAGTAGAGC\", \"ini\": 1784, \"clust\": 92, \"rank\": 1789, \"rankvar\": 2866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1805, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 162, \"group\": [113.0, 45.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCCCTAATT\", \"ini\": 1783, \"clust\": 1356, \"rank\": 1730, \"rankvar\": 2609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1806, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1784, \"group\": [1358.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGGTGACCA\", \"ini\": 1782, \"clust\": 44, \"rank\": 1321, \"rankvar\": 784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1880, \"group\": [44.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGACACGAC\", \"ini\": 1781, \"clust\": 2767, \"rank\": 1821, \"rankvar\": 1196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1808, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1306, \"group\": [2766.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCACCCGAG\", \"ini\": 1780, \"clust\": 3175, \"rank\": 1202, \"rankvar\": 2960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1809, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3442, \"group\": [3176.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCACGGTTA\", \"ini\": 1779, \"clust\": 3179, \"rank\": 1251, \"rankvar\": 3351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3443, \"group\": [3180.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCACTACAGT\", \"ini\": 1778, \"clust\": 2229, \"rank\": 1592, \"rankvar\": 163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1307, \"group\": [2232.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCGAATGGG\", \"ini\": 1777, \"clust\": 2727, \"rank\": 1745, \"rankvar\": 139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1812, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1308, \"group\": [2727.0, 483.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAAGCCGTC\", \"ini\": 1776, \"clust\": 1626, \"rank\": 2026, \"rankvar\": 840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1309, \"group\": [1625.0, 303.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTCGCGAC\", \"ini\": 1775, \"clust\": 1441, \"rank\": 1905, \"rankvar\": 545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1814, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1310, \"group\": [1442.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGTTAACC\", \"ini\": 1774, \"clust\": 2482, \"rank\": 1694, \"rankvar\": 496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1815, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1311, \"group\": [2481.0, 439.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCAGCATGAG\", \"ini\": 1773, \"clust\": 3588, \"rank\": 2263, \"rankvar\": 3537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1816, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 79, \"group\": [3586.0, 650.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAAGTAA\", \"ini\": 1772, \"clust\": 3398, \"rank\": 2039, \"rankvar\": 3463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1817, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3572, \"group\": [3397.0, 615.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCACTTATC\", \"ini\": 1771, \"clust\": 2132, \"rank\": 1733, \"rankvar\": 411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1312, \"group\": [2132.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCAATAAGG\", \"ini\": 1770, \"clust\": 2773, \"rank\": 1671, \"rankvar\": 1227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1819, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1313, \"group\": [2774.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACCAGGC\", \"ini\": 1769, \"clust\": 2568, \"rank\": 1844, \"rankvar\": 1788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1314, \"group\": [2569.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACACCATCCT\", \"ini\": 1768, \"clust\": 3053, \"rank\": 1641, \"rankvar\": 1763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1821, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3444, \"group\": [3052.0, 575.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCAGCTTAG\", \"ini\": 1767, \"clust\": 1850, \"rank\": 1955, \"rankvar\": 892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1822, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1315, \"group\": [1850.0, 396.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATTACCG\", \"ini\": 1766, \"clust\": 2113, \"rank\": 1649, \"rankvar\": 1962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1316, \"group\": [2114.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCATCTGCC\", \"ini\": 1765, \"clust\": 2624, \"rank\": 1893, \"rankvar\": 1009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1317, \"group\": [2625.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGGCAGGTT\", \"ini\": 1764, \"clust\": 1768, \"rank\": 1774, \"rankvar\": 153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1825, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1318, \"group\": [1768.0, 367.0, 65.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTTGTTTGG\", \"ini\": 1763, \"clust\": 1359, \"rank\": 1819, \"rankvar\": 3159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1826, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1785, \"group\": [1356.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTTCACTCTTA\", \"ini\": 1762, \"clust\": 1763, \"rank\": 1512, \"rankvar\": 1474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1827, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1319, \"group\": [1766.0, 366.0, 65.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGATGAGG\", \"ini\": 1761, \"clust\": 2783, \"rank\": 1653, \"rankvar\": 2222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1828, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1320, \"group\": [2783.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCGCCGTGA\", \"ini\": 1760, \"clust\": 1769, \"rank\": 1832, \"rankvar\": 1263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1321, \"group\": [1769.0, 368.0, 65.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTTCCGGCA\", \"ini\": 1759, \"clust\": 3189, \"rank\": 1637, \"rankvar\": 2967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1830, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3445, \"group\": [3189.0, 599.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGGATGGG\", \"ini\": 1758, \"clust\": 2585, \"rank\": 1913, \"rankvar\": 1001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1322, \"group\": [2585.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCCTCCTAG\", \"ini\": 1757, \"clust\": 3001, \"rank\": 1798, \"rankvar\": 2741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1832, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3446, \"group\": [3000.0, 557.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTTATCGC\", \"ini\": 1756, \"clust\": 2103, \"rank\": 1676, \"rankvar\": 2061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1323, \"group\": [2104.0, 422.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGAGCCTAG\", \"ini\": 1755, \"clust\": 2768, \"rank\": 1813, \"rankvar\": 2030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1324, \"group\": [2767.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCCGTCAG\", \"ini\": 1754, \"clust\": 2758, \"rank\": 1831, \"rankvar\": 814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1325, \"group\": [2763.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGGAGGTA\", \"ini\": 1753, \"clust\": 2130, \"rank\": 1682, \"rankvar\": 1108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1326, \"group\": [2130.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGGAGTACC\", \"ini\": 1752, \"clust\": 3180, \"rank\": 904, \"rankvar\": 3338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1837, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3447, \"group\": [3181.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGCTCAACT\", \"ini\": 1751, \"clust\": 2777, \"rank\": 1662, \"rankvar\": 1130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1838, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1327, \"group\": [2777.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGAGTACCG\", \"ini\": 1750, \"clust\": 1217, \"rank\": 1016, \"rankvar\": 1678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1839, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1786, \"group\": [1218.0, 174.0, 27.0, 7.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGGATTCGG\", \"ini\": 1749, \"clust\": 2682, \"rank\": 1921, \"rankvar\": 1881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1328, \"group\": [2684.0, 473.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTAGAAAGG\", \"ini\": 1748, \"clust\": 2608, \"rank\": 2001, \"rankvar\": 1884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1329, \"group\": [2608.0, 463.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGATCTCGTTTA\", \"ini\": 1747, \"clust\": 3024, \"rank\": 1814, \"rankvar\": 3066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3448, \"group\": [3024.0, 564.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCGATGAGG\", \"ini\": 1746, \"clust\": 242, \"rank\": 1115, \"rankvar\": 2921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1843, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2705, \"group\": [244.0, 66.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGTGCGTC\", \"ini\": 1745, \"clust\": 3003, \"rank\": 1817, \"rankvar\": 2666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1844, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3449, \"group\": [3002.0, 557.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTATCGCAT\", \"ini\": 1744, \"clust\": 3348, \"rank\": 1770, \"rankvar\": 3007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1845, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3450, \"group\": [3349.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACAGTGGAGT\", \"ini\": 1743, \"clust\": 83, \"rank\": 1317, \"rankvar\": 2221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1881, \"group\": [82.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGGTTCC\", \"ini\": 1742, \"clust\": 3517, \"rank\": 2180, \"rankvar\": 3542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1847, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 80, \"group\": [3514.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGAGGGA\", \"ini\": 1741, \"clust\": 1606, \"rank\": 1875, \"rankvar\": 353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1848, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1330, \"group\": [1606.0, 290.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGTTTGG\", \"ini\": 1740, \"clust\": 2125, \"rank\": 1855, \"rankvar\": 465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1331, \"group\": [2126.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTATCTGCA\", \"ini\": 1739, \"clust\": 1364, \"rank\": 1571, \"rankvar\": 3328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1850, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1787, \"group\": [1363.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGGATATAC\", \"ini\": 1738, \"clust\": 1373, \"rank\": 1899, \"rankvar\": 3097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1851, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1788, \"group\": [1372.0, 210.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTTCTGTTT\", \"ini\": 1737, \"clust\": 1818, \"rank\": 2016, \"rankvar\": 705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1852, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1332, \"group\": [1816.0, 388.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCGGAAG\", \"ini\": 1736, \"clust\": 1746, \"rank\": 1987, \"rankvar\": 845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1333, \"group\": [1755.0, 359.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTACCGTTA\", \"ini\": 1735, \"clust\": 2590, \"rank\": 1936, \"rankvar\": 265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1334, \"group\": [2593.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCAAACGTGG\", \"ini\": 1734, \"clust\": 2529, \"rank\": 1871, \"rankvar\": 305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1855, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1335, \"group\": [2529.0, 452.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTGCGACG\", \"ini\": 1733, \"clust\": 1444, \"rank\": 1843, \"rankvar\": 768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1336, \"group\": [1449.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGCCTATGT\", \"ini\": 1732, \"clust\": 2729, \"rank\": 1778, \"rankvar\": 788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1337, \"group\": [2733.0, 485.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGACGCTTT\", \"ini\": 1731, \"clust\": 2610, \"rank\": 1870, \"rankvar\": 1308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1858, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1338, \"group\": [2610.0, 463.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTATCGCAT\", \"ini\": 1730, \"clust\": 4, \"rank\": 1300, \"rankvar\": 1676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1882, \"group\": [7.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCGCATAA\", \"ini\": 1729, \"clust\": 3556, \"rank\": 2297, \"rankvar\": 3570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1860, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 81, \"group\": [3555.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAAGTAGTA\", \"ini\": 1728, \"clust\": 2757, \"rank\": 1754, \"rankvar\": 1347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1861, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1339, \"group\": [2758.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGTCATCCA\", \"ini\": 1727, \"clust\": 2549, \"rank\": 1841, \"rankvar\": 1503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1340, \"group\": [2548.0, 459.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAGTATGGTTC\", \"ini\": 1726, \"clust\": 3572, \"rank\": 2256, \"rankvar\": 3498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1863, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 82, \"group\": [3570.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTAATTGGA\", \"ini\": 1725, \"clust\": 2724, \"rank\": 1771, \"rankvar\": 1002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1341, \"group\": [2729.0, 484.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATGGTCTA\", \"ini\": 1724, \"clust\": 3569, \"rank\": 2255, \"rankvar\": 3532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1865, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 83, \"group\": [3568.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCACCCGAG\", \"ini\": 1723, \"clust\": 2593, \"rank\": 2011, \"rankvar\": 1827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1342, \"group\": [2591.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAGACGTAG\", \"ini\": 1722, \"clust\": 2564, \"rank\": 1953, \"rankvar\": 862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1343, \"group\": [2563.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCCGTACAA\", \"ini\": 1721, \"clust\": 1848, \"rank\": 1903, \"rankvar\": 1372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1868, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1344, \"group\": [1852.0, 396.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGAGTGACC\", \"ini\": 1720, \"clust\": 1292, \"rank\": 1865, \"rankvar\": 3362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1869, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1789, \"group\": [1290.0, 205.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGCCCTAAT\", \"ini\": 1719, \"clust\": 3218, \"rank\": 1517, \"rankvar\": 3050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1870, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3451, \"group\": [3217.0, 602.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGGAGCGTT\", \"ini\": 1718, \"clust\": 3500, \"rank\": 2154, \"rankvar\": 3402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1871, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 84, \"group\": [3498.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACATAACC\", \"ini\": 1717, \"clust\": 3027, \"rank\": 1511, \"rankvar\": 2416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1872, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3452, \"group\": [3028.0, 565.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACAAGCCATT\", \"ini\": 1716, \"clust\": 3066, \"rank\": 1428, \"rankvar\": 2693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1873, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3453, \"group\": [3064.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCGCGAAA\", \"ini\": 1715, \"clust\": 3330, \"rank\": 1458, \"rankvar\": 3170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1874, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3454, \"group\": [3332.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTCGACTGC\", \"ini\": 1714, \"clust\": 2609, \"rank\": 2006, \"rankvar\": 483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1345, \"group\": [2609.0, 463.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCATTCTA\", \"ini\": 1713, \"clust\": 2707, \"rank\": 1688, \"rankvar\": 1963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1346, \"group\": [2709.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAACTGTC\", \"ini\": 1712, \"clust\": 3289, \"rank\": 1863, \"rankvar\": 2476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1877, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3455, \"group\": [3293.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTGGACGAT\", \"ini\": 1711, \"clust\": 2784, \"rank\": 1785, \"rankvar\": 1856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1347, \"group\": [2788.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACACATGGGA\", \"ini\": 1710, \"clust\": 2496, \"rank\": 1784, \"rankvar\": 233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1348, \"group\": [2495.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGTCAGCC\", \"ini\": 1709, \"clust\": 3011, \"rank\": 1736, \"rankvar\": 2864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1880, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3456, \"group\": [3011.0, 562.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCATGGTAGG\", \"ini\": 1708, \"clust\": 1815, \"rank\": 1925, \"rankvar\": 456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1881, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1349, \"group\": [1818.0, 388.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACATTTCAGG\", \"ini\": 1707, \"clust\": 2487, \"rank\": 1927, \"rankvar\": 653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1350, \"group\": [2486.0, 441.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTCGGATCC\", \"ini\": 1706, \"clust\": 80, \"rank\": 1504, \"rankvar\": 1713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1883, \"group\": [79.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAGTATTAGCC\", \"ini\": 1705, \"clust\": 2769, \"rank\": 1760, \"rankvar\": 786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1351, \"group\": [2770.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCGCAT\", \"ini\": 1704, \"clust\": 1426, \"rank\": 1982, \"rankvar\": 639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1352, \"group\": [1427.0, 234.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCATTCACTT\", \"ini\": 1703, \"clust\": 1451, \"rank\": 2002, \"rankvar\": 2000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1353, \"group\": [1451.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGTGGACC\", \"ini\": 1702, \"clust\": 3400, \"rank\": 2171, \"rankvar\": 3439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1887, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3573, \"group\": [3399.0, 615.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTTTACGT\", \"ini\": 1701, \"clust\": 1412, \"rank\": 1941, \"rankvar\": 749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1354, \"group\": [1413.0, 229.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCAACACCTA\", \"ini\": 1700, \"clust\": 231, \"rank\": 1027, \"rankvar\": 3326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1889, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2706, \"group\": [231.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTACATGA\", \"ini\": 1699, \"clust\": 2684, \"rank\": 1854, \"rankvar\": 107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1355, \"group\": [2683.0, 473.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATGTGGT\", \"ini\": 1698, \"clust\": 3285, \"rank\": 1680, \"rankvar\": 2413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1891, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3457, \"group\": [3286.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTAACGGT\", \"ini\": 1697, \"clust\": 3502, \"rank\": 2172, \"rankvar\": 3381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1892, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 85, \"group\": [3500.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGATAAGT\", \"ini\": 1696, \"clust\": 2544, \"rank\": 1797, \"rankvar\": 888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1356, \"group\": [2546.0, 457.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTACGCCC\", \"ini\": 1695, \"clust\": 1308, \"rank\": 1951, \"rankvar\": 3237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1894, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1790, \"group\": [1306.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAAACGCG\", \"ini\": 1694, \"clust\": 1445, \"rank\": 1961, \"rankvar\": 1811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1357, \"group\": [1445.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGACCTAGG\", \"ini\": 1693, \"clust\": 3553, \"rank\": 2114, \"rankvar\": 3529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1896, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 86, \"group\": [3552.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGTAGAGC\", \"ini\": 1692, \"clust\": 68, \"rank\": 1144, \"rankvar\": 2901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1897, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1884, \"group\": [68.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGGCGACAT\", \"ini\": 1691, \"clust\": 2526, \"rank\": 1928, \"rankvar\": 1222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1898, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1358, \"group\": [2526.0, 451.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACGGTTTA\", \"ini\": 1690, \"clust\": 1755, \"rank\": 1849, \"rankvar\": 250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1359, \"group\": [1763.0, 364.0, 64.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCCGACTT\", \"ini\": 1689, \"clust\": 3035, \"rank\": 1939, \"rankvar\": 1428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1900, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3458, \"group\": [3035.0, 569.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAGGTAA\", \"ini\": 1688, \"clust\": 2680, \"rank\": 1907, \"rankvar\": 2684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1360, \"group\": [2679.0, 471.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGCT\", \"ini\": 1687, \"clust\": 2507, \"rank\": 1839, \"rankvar\": 3216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1361, \"group\": [2507.0, 446.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGATGTAT\", \"ini\": 1686, \"clust\": 3349, \"rank\": 1830, \"rankvar\": 3137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1903, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3459, \"group\": [3350.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCATCTGTT\", \"ini\": 1685, \"clust\": 2957, \"rank\": 1887, \"rankvar\": 1174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1904, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3460, \"group\": [2956.0, 538.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGCTAGTTC\", \"ini\": 1684, \"clust\": 2778, \"rank\": 1959, \"rankvar\": 227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1362, \"group\": [2781.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGTCACGCC\", \"ini\": 1683, \"clust\": 2691, \"rank\": 1947, \"rankvar\": 500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1363, \"group\": [2692.0, 476.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTTGGACCC\", \"ini\": 1682, \"clust\": 3176, \"rank\": 1487, \"rankvar\": 3054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3461, \"group\": [3177.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAGGCCCA\", \"ini\": 1681, \"clust\": 2588, \"rank\": 2074, \"rankvar\": 1210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1364, \"group\": [2586.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTTGTATC\", \"ini\": 1680, \"clust\": 49, \"rank\": 1056, \"rankvar\": 2983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1909, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1885, \"group\": [53.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTAGCTGCC\", \"ini\": 1679, \"clust\": 1455, \"rank\": 2017, \"rankvar\": 1224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1365, \"group\": [1457.0, 240.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATGACT\", \"ini\": 1678, \"clust\": 3022, \"rank\": 1788, \"rankvar\": 1876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3462, \"group\": [3025.0, 564.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAATCCGCTGTT\", \"ini\": 1677, \"clust\": 2772, \"rank\": 1802, \"rankvar\": 1042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1366, \"group\": [2773.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCTAGCCC\", \"ini\": 1676, \"clust\": 1453, \"rank\": 1950, \"rankvar\": 1235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1367, \"group\": [1453.0, 239.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACACGGTGTC\", \"ini\": 1675, \"clust\": 1456, \"rank\": 2079, \"rankvar\": 1203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1368, \"group\": [1455.0, 240.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGAACTGTA\", \"ini\": 1674, \"clust\": 2775, \"rank\": 1739, \"rankvar\": 941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1369, \"group\": [2778.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACCGTTA\", \"ini\": 1673, \"clust\": 3429, \"rank\": 1933, \"rankvar\": 3243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1370, \"group\": [3430.0, 627.0, 90.0, 21.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCATGGAATA\", \"ini\": 1672, \"clust\": 3163, \"rank\": 1838, \"rankvar\": 3060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1917, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3463, \"group\": [3164.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATTACCC\", \"ini\": 1671, \"clust\": 1739, \"rank\": 1645, \"rankvar\": 2195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1371, \"group\": [1742.0, 351.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAGTGAGTG\", \"ini\": 1670, \"clust\": 3144, \"rank\": 1231, \"rankvar\": 3217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1919, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3464, \"group\": [3143.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCACGGTTA\", \"ini\": 1669, \"clust\": 1410, \"rank\": 2023, \"rankvar\": 2583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1372, \"group\": [1409.0, 228.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTAGCCTCG\", \"ini\": 1668, \"clust\": 1246, \"rank\": 2100, \"rankvar\": 2547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1921, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1791, \"group\": [1249.0, 198.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAACGCGA\", \"ini\": 1667, \"clust\": 2717, \"rank\": 1809, \"rankvar\": 2683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1373, \"group\": [2717.0, 481.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCTCCACT\", \"ini\": 1666, \"clust\": 2959, \"rank\": 2032, \"rankvar\": 1971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3465, \"group\": [2958.0, 539.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTATAATGG\", \"ini\": 1665, \"clust\": 2492, \"rank\": 1790, \"rankvar\": 1438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1374, \"group\": [2493.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCACTTACT\", \"ini\": 1664, \"clust\": 2639, \"rank\": 1978, \"rankvar\": 2274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1375, \"group\": [2637.0, 465.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTGTATGGG\", \"ini\": 1663, \"clust\": 3174, \"rank\": 1421, \"rankvar\": 3273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1926, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3466, \"group\": [3175.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCACCTTAT\", \"ini\": 1662, \"clust\": 2743, \"rank\": 2007, \"rankvar\": 1607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1927, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1376, \"group\": [2744.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCATCGATG\", \"ini\": 1661, \"clust\": 2652, \"rank\": 1824, \"rankvar\": 2198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1377, \"group\": [2651.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAACGACG\", \"ini\": 1660, \"clust\": 2738, \"rank\": 1862, \"rankvar\": 1194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1378, \"group\": [2737.0, 486.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACGATGT\", \"ini\": 1659, \"clust\": 2834, \"rank\": 2059, \"rankvar\": 1656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1930, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1379, \"group\": [2835.0, 492.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTACACCGC\", \"ini\": 1658, \"clust\": 1401, \"rank\": 2083, \"rankvar\": 751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1931, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1380, \"group\": [1403.0, 224.0, 40.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGAACTGT\", \"ini\": 1657, \"clust\": 3495, \"rank\": 2231, \"rankvar\": 3458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1932, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 87, \"group\": [3493.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGGACCACA\", \"ini\": 1656, \"clust\": 118, \"rank\": 1698, \"rankvar\": 3043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1933, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2707, \"group\": [119.0, 49.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAATAACGA\", \"ini\": 1655, \"clust\": 2785, \"rank\": 2047, \"rankvar\": 1626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1934, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1381, \"group\": [2787.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGCCTAA\", \"ini\": 1654, \"clust\": 2536, \"rank\": 1938, \"rankvar\": 1258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1382, \"group\": [2538.0, 455.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCACAACGCC\", \"ini\": 1653, \"clust\": 74, \"rank\": 1123, \"rankvar\": 2611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1886, \"group\": [77.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCCATGCTC\", \"ini\": 1652, \"clust\": 3165, \"rank\": 1525, \"rankvar\": 2855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1937, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3467, \"group\": [3171.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGCTGCT\", \"ini\": 1651, \"clust\": 1745, \"rank\": 1872, \"rankvar\": 710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1938, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1383, \"group\": [1744.0, 352.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTTAAGCC\", \"ini\": 1650, \"clust\": 1355, \"rank\": 1792, \"rankvar\": 3038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1792, \"group\": [1359.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGGTTTCA\", \"ini\": 1649, \"clust\": 3004, \"rank\": 1996, \"rankvar\": 3026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3468, \"group\": [3003.0, 557.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGAGGGTT\", \"ini\": 1648, \"clust\": 3361, \"rank\": 1796, \"rankvar\": 3028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1941, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3469, \"group\": [3362.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAATGGATA\", \"ini\": 1647, \"clust\": 75, \"rank\": 1380, \"rankvar\": 2292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1887, \"group\": [76.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGGTACTCT\", \"ini\": 1646, \"clust\": 1433, \"rank\": 2102, \"rankvar\": 379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1384, \"group\": [1434.0, 237.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAACGCTA\", \"ini\": 1645, \"clust\": 3286, \"rank\": 1599, \"rankvar\": 2879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3470, \"group\": [3287.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTTCAACCA\", \"ini\": 1644, \"clust\": 1420, \"rank\": 1897, \"rankvar\": 213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1385, \"group\": [1421.0, 232.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCAGAGGT\", \"ini\": 1643, \"clust\": 1465, \"rank\": 2012, \"rankvar\": 1219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1946, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1386, \"group\": [1464.0, 241.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCAAGATCC\", \"ini\": 1642, \"clust\": 3574, \"rank\": 2385, \"rankvar\": 3473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1947, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 88, \"group\": [3577.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCAGATAATG\", \"ini\": 1641, \"clust\": 2570, \"rank\": 1850, \"rankvar\": 1455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1948, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1387, \"group\": [2568.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGCGATTCT\", \"ini\": 1640, \"clust\": 1454, \"rank\": 2029, \"rankvar\": 1217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1388, \"group\": [1454.0, 239.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAGGCT\", \"ini\": 1639, \"clust\": 2699, \"rank\": 1711, \"rankvar\": 547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1389, \"group\": [2700.0, 477.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAAACTGCT\", \"ini\": 1638, \"clust\": 2500, \"rank\": 1957, \"rankvar\": 511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1390, \"group\": [2497.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTTGCGT\", \"ini\": 1637, \"clust\": 3518, \"rank\": 2218, \"rankvar\": 3478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1952, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 89, \"group\": [3526.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGTAGATGT\", \"ini\": 1636, \"clust\": 2770, \"rank\": 1766, \"rankvar\": 2823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1391, \"group\": [2771.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTGACGCCT\", \"ini\": 1635, \"clust\": 2528, \"rank\": 1997, \"rankvar\": 24, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1392, \"group\": [2528.0, 451.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCTCGCAT\", \"ini\": 1634, \"clust\": 41, \"rank\": 1184, \"rankvar\": 2200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1888, \"group\": [41.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAGGTTTCA\", \"ini\": 1633, \"clust\": 2749, \"rank\": 1869, \"rankvar\": 468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1393, \"group\": [2751.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCTGGC\", \"ini\": 1632, \"clust\": 36, \"rank\": 1431, \"rankvar\": 1126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1889, \"group\": [36.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTTAAAGTG\", \"ini\": 1631, \"clust\": 2754, \"rank\": 1929, \"rankvar\": 811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1394, \"group\": [2753.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGGAGCAA\", \"ini\": 1630, \"clust\": 2747, \"rank\": 1972, \"rankvar\": 1021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1395, \"group\": [2747.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGGTGTGGT\", \"ini\": 1629, \"clust\": 2589, \"rank\": 2091, \"rankvar\": 583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1396, \"group\": [2587.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAACAACA\", \"ini\": 1628, \"clust\": 1813, \"rank\": 2018, \"rankvar\": 817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1961, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1397, \"group\": [1813.0, 387.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCCAGTTT\", \"ini\": 1627, \"clust\": 1429, \"rank\": 1983, \"rankvar\": 388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1398, \"group\": [1433.0, 236.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTACATGTC\", \"ini\": 1626, \"clust\": 2611, \"rank\": 1988, \"rankvar\": 477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1399, \"group\": [2611.0, 463.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCACCGATAT\", \"ini\": 1625, \"clust\": 3415, \"rank\": 2014, \"rankvar\": 3491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1964, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3574, \"group\": [3410.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACACTGCG\", \"ini\": 1624, \"clust\": 1421, \"rank\": 1873, \"rankvar\": 690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1400, \"group\": [1422.0, 232.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTACGCCC\", \"ini\": 1623, \"clust\": 1603, \"rank\": 1970, \"rankvar\": 21, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1401, \"group\": [1604.0, 288.0, 49.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCAAGCC\", \"ini\": 1622, \"clust\": 2735, \"rank\": 1937, \"rankvar\": 688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1402, \"group\": [2739.0, 486.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCAGGAATGC\", \"ini\": 1621, \"clust\": 2550, \"rank\": 1923, \"rankvar\": 1790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1403, \"group\": [2549.0, 459.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTGATGATA\", \"ini\": 1620, \"clust\": 1592, \"rank\": 2204, \"rankvar\": 299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1969, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1404, \"group\": [1593.0, 278.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTCCGAATT\", \"ini\": 1619, \"clust\": 24, \"rank\": 1673, \"rankvar\": 1868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1890, \"group\": [24.0, 21.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGACACGAC\", \"ini\": 1618, \"clust\": 2886, \"rank\": 2165, \"rankvar\": 1160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1971, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 90, \"group\": [2885.0, 510.0, 73.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTGCACCAC\", \"ini\": 1617, \"clust\": 1604, \"rank\": 2008, \"rankvar\": 1233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1972, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1405, \"group\": [1605.0, 289.0, 49.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGACACGAC\", \"ini\": 1616, \"clust\": 2483, \"rank\": 2070, \"rankvar\": 898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1973, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1406, \"group\": [2677.0, 470.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCATGCTCC\", \"ini\": 1615, \"clust\": 2648, \"rank\": 1975, \"rankvar\": 1548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1407, \"group\": [2647.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGCTTAG\", \"ini\": 1614, \"clust\": 1434, \"rank\": 2140, \"rankvar\": 1541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1408, \"group\": [1435.0, 237.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTCAAACTC\", \"ini\": 1613, \"clust\": 2864, \"rank\": 1894, \"rankvar\": 2384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1976, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1409, \"group\": [2864.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCTAGCCC\", \"ini\": 1612, \"clust\": 2762, \"rank\": 1867, \"rankvar\": 1588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1410, \"group\": [2762.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTTACTGAC\", \"ini\": 1611, \"clust\": 2961, \"rank\": 1866, \"rankvar\": 1323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1978, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3471, \"group\": [2961.0, 542.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAATTGCTG\", \"ini\": 1610, \"clust\": 2488, \"rank\": 1943, \"rankvar\": 106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1411, \"group\": [2487.0, 441.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATGCTAGT\", \"ini\": 1609, \"clust\": 2533, \"rank\": 2037, \"rankvar\": 1327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1412, \"group\": [2532.0, 453.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCCGCTGA\", \"ini\": 1608, \"clust\": 2755, \"rank\": 1926, \"rankvar\": 1052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1413, \"group\": [2754.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCAGCGATT\", \"ini\": 1607, \"clust\": 1443, \"rank\": 1979, \"rankvar\": 207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1414, \"group\": [1444.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGACACG\", \"ini\": 1606, \"clust\": 1624, \"rank\": 2056, \"rankvar\": 1086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1415, \"group\": [1631.0, 308.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATCCGGGT\", \"ini\": 1605, \"clust\": 1309, \"rank\": 2147, \"rankvar\": 3306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1984, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1793, \"group\": [1307.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCATCGATG\", \"ini\": 1604, \"clust\": 1803, \"rank\": 2089, \"rankvar\": 632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1416, \"group\": [1806.0, 383.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCATAGAAAC\", \"ini\": 1603, \"clust\": 2586, \"rank\": 2084, \"rankvar\": 1370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1986, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1417, \"group\": [2589.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATAACCTG\", \"ini\": 1602, \"clust\": 120, \"rank\": 1834, \"rankvar\": 3271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1987, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2708, \"group\": [121.0, 50.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGGTGGGTT\", \"ini\": 1601, \"clust\": 2745, \"rank\": 1945, \"rankvar\": 280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1418, \"group\": [2746.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACATAACC\", \"ini\": 1600, \"clust\": 3164, \"rank\": 1750, \"rankvar\": 2562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1989, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3472, \"group\": [3165.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCATTATCC\", \"ini\": 1599, \"clust\": 3051, \"rank\": 1668, \"rankvar\": 1495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1990, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3473, \"group\": [3053.0, 575.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCGATGAGG\", \"ini\": 1598, \"clust\": 2728, \"rank\": 1935, \"rankvar\": 309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1991, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1419, \"group\": [2728.0, 483.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATAGCTGATAA\", \"ini\": 1597, \"clust\": 2703, \"rank\": 1992, \"rankvar\": 2223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1420, \"group\": [2706.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTCGGGCT\", \"ini\": 1596, \"clust\": 2733, \"rank\": 1991, \"rankvar\": 1969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1993, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1421, \"group\": [2734.0, 486.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGGAAATA\", \"ini\": 1595, \"clust\": 1317, \"rank\": 1949, \"rankvar\": 2865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1994, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1794, \"group\": [1316.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGACATTGGTAC\", \"ini\": 1594, \"clust\": 2715, \"rank\": 1967, \"rankvar\": 591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1422, \"group\": [2718.0, 481.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGGAAATA\", \"ini\": 1593, \"clust\": 10, \"rank\": 1960, \"rankvar\": 541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1891, \"group\": [10.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCGTTTATC\", \"ini\": 1592, \"clust\": 1435, \"rank\": 2097, \"rankvar\": 417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1423, \"group\": [1436.0, 237.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAGTTCCCT\", \"ini\": 1591, \"clust\": 3492, \"rank\": 2276, \"rankvar\": 3427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1998, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 91, \"group\": [3492.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCGTAGAGCTG\", \"ini\": 1590, \"clust\": 70, \"rank\": 1199, \"rankvar\": 3218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1892, \"group\": [72.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTACTATC\", \"ini\": 1589, \"clust\": 1300, \"rank\": 2110, \"rankvar\": 3312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2000, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1795, \"group\": [1300.0, 207.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTTCCGCGGTA\", \"ini\": 1588, \"clust\": 3575, \"rank\": 2424, \"rankvar\": 3540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2001, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 92, \"group\": [3572.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACAGCT\", \"ini\": 1587, \"clust\": 1413, \"rank\": 2041, \"rankvar\": 850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2002, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1424, \"group\": [1414.0, 229.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCCAACGG\", \"ini\": 1586, \"clust\": 1457, \"rank\": 2103, \"rankvar\": 1735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1425, \"group\": [1456.0, 240.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAGTGTTGAGG\", \"ini\": 1585, \"clust\": 3190, \"rank\": 1906, \"rankvar\": 2445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3474, \"group\": [3190.0, 599.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAGCCTAT\", \"ini\": 1584, \"clust\": 2606, \"rank\": 2048, \"rankvar\": 741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1426, \"group\": [2605.0, 463.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCATCACGAT\", \"ini\": 1583, \"clust\": 3185, \"rank\": 1640, \"rankvar\": 2782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2006, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3475, \"group\": [3188.0, 599.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTCCCGAG\", \"ini\": 1582, \"clust\": 2764, \"rank\": 2013, \"rankvar\": 1848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1427, \"group\": [2765.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGCATACT\", \"ini\": 1581, \"clust\": 1303, \"rank\": 2146, \"rankvar\": 3146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2008, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1796, \"group\": [1303.0, 207.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCTTTCCTC\", \"ini\": 1580, \"clust\": 2730, \"rank\": 1919, \"rankvar\": 2549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2009, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1428, \"group\": [2732.0, 485.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTGTTG\", \"ini\": 1579, \"clust\": 3036, \"rank\": 1678, \"rankvar\": 2469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2010, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3476, \"group\": [3037.0, 571.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCATATACGC\", \"ini\": 1578, \"clust\": 3582, \"rank\": 2387, \"rankvar\": 3364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2011, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 93, \"group\": [3580.0, 649.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGAATCTCC\", \"ini\": 1577, \"clust\": 2607, \"rank\": 2071, \"rankvar\": 118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1429, \"group\": [2606.0, 463.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAATGAC\", \"ini\": 1576, \"clust\": 3580, \"rank\": 2348, \"rankvar\": 3484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2013, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 94, \"group\": [3584.0, 649.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCATCGGAT\", \"ini\": 1575, \"clust\": 71, \"rank\": 1411, \"rankvar\": 1176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2014, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1893, \"group\": [71.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGAGTACAT\", \"ini\": 1574, \"clust\": 2133, \"rank\": 1965, \"rankvar\": 895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1430, \"group\": [2133.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCGATCCC\", \"ini\": 1573, \"clust\": 39, \"rank\": 1404, \"rankvar\": 2475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1894, \"group\": [39.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGAGCAATT\", \"ini\": 1572, \"clust\": 1747, \"rank\": 2051, \"rankvar\": 886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2017, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1431, \"group\": [1754.0, 358.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCTTGTTTG\", \"ini\": 1571, \"clust\": 3430, \"rank\": 2163, \"rankvar\": 3058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2018, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 95, \"group\": [3431.0, 628.0, 91.0, 21.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCGAATGT\", \"ini\": 1570, \"clust\": 1751, \"rank\": 2058, \"rankvar\": 534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1432, \"group\": [1750.0, 356.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCTTGAGAC\", \"ini\": 1569, \"clust\": 2731, \"rank\": 1958, \"rankvar\": 1523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1433, \"group\": [2730.0, 485.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAGGCAGTA\", \"ini\": 1568, \"clust\": 3183, \"rank\": 1848, \"rankvar\": 3432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2021, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3477, \"group\": [3184.0, 599.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTACACT\", \"ini\": 1567, \"clust\": 3245, \"rank\": 1717, \"rankvar\": 2056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2022, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3478, \"group\": [3252.0, 605.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCGTGTCC\", \"ini\": 1566, \"clust\": 1589, \"rank\": 2155, \"rankvar\": 1319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1434, \"group\": [1588.0, 275.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTAAACACA\", \"ini\": 1565, \"clust\": 2714, \"rank\": 1963, \"rankvar\": 1816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1435, \"group\": [2714.0, 480.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCTGTTCA\", \"ini\": 1564, \"clust\": 3287, \"rank\": 1622, \"rankvar\": 3305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2025, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3479, \"group\": [3288.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCCTACAGA\", \"ini\": 1563, \"clust\": 2750, \"rank\": 1931, \"rankvar\": 1093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2026, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1436, \"group\": [2749.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCAGTAG\", \"ini\": 1562, \"clust\": 1816, \"rank\": 2078, \"rankvar\": 442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1437, \"group\": [1817.0, 388.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTGCAGACA\", \"ini\": 1561, \"clust\": 2751, \"rank\": 1901, \"rankvar\": 2725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2028, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1438, \"group\": [2750.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTCGGCAC\", \"ini\": 1560, \"clust\": 3554, \"rank\": 2232, \"rankvar\": 3584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2029, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 96, \"group\": [3553.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCTACCTA\", \"ini\": 1559, \"clust\": 2508, \"rank\": 2025, \"rankvar\": 1229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2030, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1439, \"group\": [2508.0, 446.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTGTGTG\", \"ini\": 1558, \"clust\": 1374, \"rank\": 2072, \"rankvar\": 2795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1797, \"group\": [1373.0, 210.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGACTTGAA\", \"ini\": 1557, \"clust\": 2774, \"rank\": 1964, \"rankvar\": 2539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2032, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1440, \"group\": [2775.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCCTGACT\", \"ini\": 1556, \"clust\": 3012, \"rank\": 1915, \"rankvar\": 2174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2033, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3480, \"group\": [3012.0, 562.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGCTAACTC\", \"ini\": 1555, \"clust\": 1306, \"rank\": 2094, \"rankvar\": 2518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2034, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1798, \"group\": [1319.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCACAACGT\", \"ini\": 1554, \"clust\": 2740, \"rank\": 2028, \"rankvar\": 266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1441, \"group\": [2740.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCTGCA\", \"ini\": 1553, \"clust\": 1380, \"rank\": 1583, \"rankvar\": 3403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2036, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1799, \"group\": [1380.0, 212.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCGAATGCT\", \"ini\": 1552, \"clust\": 1390, \"rank\": 1826, \"rankvar\": 2929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1800, \"group\": [1389.0, 215.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGTCAATC\", \"ini\": 1551, \"clust\": 1607, \"rank\": 1999, \"rankvar\": 943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1442, \"group\": [1607.0, 291.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACCTTTG\", \"ini\": 1550, \"clust\": 1581, \"rank\": 2131, \"rankvar\": 1739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1443, \"group\": [1580.0, 269.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGACATTA\", \"ini\": 1549, \"clust\": 3466, \"rank\": 2305, \"rankvar\": 3536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2040, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 97, \"group\": [3467.0, 645.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGTGGCT\", \"ini\": 1548, \"clust\": 1415, \"rank\": 2108, \"rankvar\": 596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2041, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1444, \"group\": [1419.0, 230.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGGAGTCTG\", \"ini\": 1547, \"clust\": 45, \"rank\": 1521, \"rankvar\": 261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2042, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1895, \"group\": [47.0, 27.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATCTGCA\", \"ini\": 1546, \"clust\": 1314, \"rank\": 2003, \"rankvar\": 2893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2043, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1801, \"group\": [1312.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTCACTTCC\", \"ini\": 1545, \"clust\": 3013, \"rank\": 1768, \"rankvar\": 3400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2044, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3481, \"group\": [3014.0, 562.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTAAAGGAG\", \"ini\": 1544, \"clust\": 3457, \"rank\": 2251, \"rankvar\": 3226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2045, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 98, \"group\": [3455.0, 638.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTTAAGACA\", \"ini\": 1543, \"clust\": 2484, \"rank\": 1946, \"rankvar\": 181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1445, \"group\": [2488.0, 442.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCATGTCCTC\", \"ini\": 1542, \"clust\": 2887, \"rank\": 2260, \"rankvar\": 2829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2047, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3482, \"group\": [2886.0, 511.0, 73.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCATTCA\", \"ini\": 1541, \"clust\": 2706, \"rank\": 1812, \"rankvar\": 2372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1446, \"group\": [2710.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTACCTACA\", \"ini\": 1540, \"clust\": 3015, \"rank\": 1968, \"rankvar\": 2757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3483, \"group\": [3016.0, 563.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAATGACCT\", \"ini\": 1539, \"clust\": 2746, \"rank\": 2053, \"rankvar\": 1241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2050, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1447, \"group\": [2752.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCAGAAGCAC\", \"ini\": 1538, \"clust\": 2203, \"rank\": 1891, \"rankvar\": 572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2051, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1448, \"group\": [2203.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGCTAGTGG\", \"ini\": 1537, \"clust\": 2692, \"rank\": 2046, \"rankvar\": 1531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1449, \"group\": [2693.0, 476.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTAACTTC\", \"ini\": 1536, \"clust\": 2712, \"rank\": 1985, \"rankvar\": 3068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1450, \"group\": [2715.0, 480.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGACTTGAA\", \"ini\": 1535, \"clust\": 3451, \"rank\": 2303, \"rankvar\": 3447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2054, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 99, \"group\": [3453.0, 637.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAATCCAAC\", \"ini\": 1534, \"clust\": 3019, \"rank\": 1823, \"rankvar\": 3081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2055, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3484, \"group\": [3022.0, 564.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCACGGCTAC\", \"ini\": 1533, \"clust\": 1736, \"rank\": 1922, \"rankvar\": 2018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2056, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1451, \"group\": [1738.0, 347.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCGTTGCT\", \"ini\": 1532, \"clust\": 23, \"rank\": 1430, \"rankvar\": 2270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2057, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1896, \"group\": [23.0, 20.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGCCACGTC\", \"ini\": 1531, \"clust\": 1437, \"rank\": 2125, \"rankvar\": 404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1452, \"group\": [1440.0, 237.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGGGAGTAA\", \"ini\": 1530, \"clust\": 1491, \"rank\": 2164, \"rankvar\": 1714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1453, \"group\": [1491.0, 255.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATGTGGTCTCG\", \"ini\": 1529, \"clust\": 3178, \"rank\": 1896, \"rankvar\": 3236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2060, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3485, \"group\": [3179.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTTGTCC\", \"ini\": 1528, \"clust\": 2701, \"rank\": 1861, \"rankvar\": 1593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1454, \"group\": [2702.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCACTCTTA\", \"ini\": 1527, \"clust\": 2741, \"rank\": 2020, \"rankvar\": 2917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1455, \"group\": [2741.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCTGAAAT\", \"ini\": 1526, \"clust\": 122, \"rank\": 2117, \"rankvar\": 2120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2063, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1836, \"group\": [125.0, 52.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTAAAGTG\", \"ini\": 1525, \"clust\": 1605, \"rank\": 2055, \"rankvar\": 2191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1456, \"group\": [1608.0, 292.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTTTGTGTG\", \"ini\": 1524, \"clust\": 3172, \"rank\": 1772, \"rankvar\": 3113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2065, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3486, \"group\": [3173.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATGTTGC\", \"ini\": 1523, \"clust\": 1463, \"rank\": 2126, \"rankvar\": 415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2066, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1457, \"group\": [1462.0, 241.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCATCGGAT\", \"ini\": 1522, \"clust\": 2999, \"rank\": 2005, \"rankvar\": 2545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2067, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3487, \"group\": [3005.0, 559.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATGTAAG\", \"ini\": 1521, \"clust\": 3030, \"rank\": 1954, \"rankvar\": 2968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2068, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3488, \"group\": [3030.0, 567.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTGCCTGGT\", \"ini\": 1520, \"clust\": 3288, \"rank\": 1791, \"rankvar\": 2662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3489, \"group\": [3289.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCCACTTG\", \"ini\": 1519, \"clust\": 3450, \"rank\": 2161, \"rankvar\": 3374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2070, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 100, \"group\": [3454.0, 637.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGCCG\", \"ini\": 1518, \"clust\": 1826, \"rank\": 1976, \"rankvar\": 995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1458, \"group\": [1827.0, 392.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTCGTTGTA\", \"ini\": 1517, \"clust\": 26, \"rank\": 1764, \"rankvar\": 448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1897, \"group\": [26.0, 22.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTGGCACA\", \"ini\": 1516, \"clust\": 42, \"rank\": 1524, \"rankvar\": 1917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2073, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1898, \"group\": [42.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGAGAACAG\", \"ini\": 1515, \"clust\": 3002, \"rank\": 2081, \"rankvar\": 2946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2074, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3490, \"group\": [3001.0, 557.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTAGCCTAT\", \"ini\": 1514, \"clust\": 2678, \"rank\": 2088, \"rankvar\": 740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1459, \"group\": [2680.0, 471.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGATATAC\", \"ini\": 1513, \"clust\": 2732, \"rank\": 2036, \"rankvar\": 2873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2076, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1460, \"group\": [2731.0, 485.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGATGCGAC\", \"ini\": 1512, \"clust\": 1446, \"rank\": 2143, \"rankvar\": 2107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1461, \"group\": [1446.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGACAGAGA\", \"ini\": 1511, \"clust\": 3486, \"rank\": 2426, \"rankvar\": 3502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2078, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 101, \"group\": [3588.0, 651.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCGCAGGCT\", \"ini\": 1510, \"clust\": 1418, \"rank\": 2067, \"rankvar\": 924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1462, \"group\": [1417.0, 230.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTTACAGAA\", \"ini\": 1509, \"clust\": 1408, \"rank\": 2104, \"rankvar\": 1987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2080, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1463, \"group\": [1412.0, 228.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGGAACGG\", \"ini\": 1508, \"clust\": 1471, \"rank\": 2095, \"rankvar\": 837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1464, \"group\": [1474.0, 247.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTAGATTAG\", \"ini\": 1507, \"clust\": 2521, \"rank\": 2116, \"rankvar\": 800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2082, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1465, \"group\": [2520.0, 449.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAATACGCT\", \"ini\": 1506, \"clust\": 3534, \"rank\": 2448, \"rankvar\": 3563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2083, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 102, \"group\": [3533.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACGTCTCT\", \"ini\": 1505, \"clust\": 1423, \"rank\": 2113, \"rankvar\": 510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2084, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1466, \"group\": [1423.0, 232.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCGTGGCT\", \"ini\": 1504, \"clust\": 3188, \"rank\": 1842, \"rankvar\": 2806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2085, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3491, \"group\": [3191.0, 599.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGAGCAATT\", \"ini\": 1503, \"clust\": 3362, \"rank\": 1786, \"rankvar\": 2751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3492, \"group\": [3363.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCGAACTGT\", \"ini\": 1502, \"clust\": 3496, \"rank\": 2309, \"rankvar\": 3511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2087, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 103, \"group\": [3494.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCATCAACACTG\", \"ini\": 1501, \"clust\": 1347, \"rank\": 2064, \"rankvar\": 2620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2088, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1802, \"group\": [1347.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCGTAGAGTGC\", \"ini\": 1500, \"clust\": 1461, \"rank\": 2121, \"rankvar\": 573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1467, \"group\": [1460.0, 241.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAAAGGAG\", \"ini\": 1499, \"clust\": 12, \"rank\": 1920, \"rankvar\": 313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1899, \"group\": [13.0, 12.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGAGGTAGA\", \"ini\": 1498, \"clust\": 2734, \"rank\": 2050, \"rankvar\": 1212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2091, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1468, \"group\": [2735.0, 486.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCCACGCT\", \"ini\": 1497, \"clust\": 1431, \"rank\": 2129, \"rankvar\": 257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1469, \"group\": [1430.0, 236.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAGTACGT\", \"ini\": 1496, \"clust\": 1814, \"rank\": 1932, \"rankvar\": 2506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2093, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1470, \"group\": [1814.0, 387.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGCATGGT\", \"ini\": 1495, \"clust\": 1752, \"rank\": 2170, \"rankvar\": 2213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1471, \"group\": [1751.0, 356.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGCTACGA\", \"ini\": 1494, \"clust\": 3461, \"rank\": 2382, \"rankvar\": 3348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2095, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 104, \"group\": [3465.0, 643.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGACAGCC\", \"ini\": 1493, \"clust\": 1391, \"rank\": 2066, \"rankvar\": 2308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2096, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1803, \"group\": [1390.0, 215.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTGTGACGA\", \"ini\": 1492, \"clust\": 1432, \"rank\": 2137, \"rankvar\": 820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2097, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1472, \"group\": [1431.0, 236.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACCACATCCAA\", \"ini\": 1491, \"clust\": 3522, \"rank\": 2314, \"rankvar\": 3493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2098, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 105, \"group\": [3520.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTCTC\", \"ini\": 1490, \"clust\": 3458, \"rank\": 2181, \"rankvar\": 3075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 106, \"group\": [3456.0, 638.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGAGGACGG\", \"ini\": 1489, \"clust\": 1409, \"rank\": 2178, \"rankvar\": 782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1473, \"group\": [1411.0, 228.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCGGACAAG\", \"ini\": 1488, \"clust\": 3031, \"rank\": 2040, \"rankvar\": 2158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2101, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3493, \"group\": [3031.0, 567.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCTAAACC\", \"ini\": 1487, \"clust\": 78, \"rank\": 1310, \"rankvar\": 2678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1900, \"group\": [74.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCCTATC\", \"ini\": 1486, \"clust\": 229, \"rank\": 1643, \"rankvar\": 3252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2103, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2709, \"group\": [227.0, 63.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCAGTCGATT\", \"ini\": 1485, \"clust\": 3583, \"rank\": 2490, \"rankvar\": 3468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2104, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 107, \"group\": [3583.0, 649.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTTTGACTG\", \"ini\": 1484, \"clust\": 3498, \"rank\": 2378, \"rankvar\": 3470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2105, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 108, \"group\": [3496.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGAACCT\", \"ini\": 1483, \"clust\": 3046, \"rank\": 1777, \"rankvar\": 2918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3494, \"group\": [3050.0, 574.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCGGCTACG\", \"ini\": 1482, \"clust\": 1448, \"rank\": 2156, \"rankvar\": 1664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1474, \"group\": [1448.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAGTCAGCC\", \"ini\": 1481, \"clust\": 1759, \"rank\": 2044, \"rankvar\": 394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1475, \"group\": [1759.0, 361.0, 64.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCGCTGTT\", \"ini\": 1480, \"clust\": 3560, \"rank\": 2431, \"rankvar\": 3554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2109, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 109, \"group\": [3560.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGGCAGTA\", \"ini\": 1479, \"clust\": 1294, \"rank\": 1980, \"rankvar\": 3122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2110, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1804, \"group\": [1296.0, 206.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTTATCCGA\", \"ini\": 1478, \"clust\": 1597, \"rank\": 2093, \"rankvar\": 66, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1476, \"group\": [1598.0, 283.0, 48.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGATCGAGCCCA\", \"ini\": 1477, \"clust\": 27, \"rank\": 1815, \"rankvar\": 1590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1901, \"group\": [27.0, 22.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTTGTCAT\", \"ini\": 1476, \"clust\": 81, \"rank\": 1472, \"rankvar\": 2454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1902, \"group\": [80.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCCCGACA\", \"ini\": 1475, \"clust\": 1296, \"rank\": 2027, \"rankvar\": 2875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2114, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1805, \"group\": [1295.0, 206.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCATTGCCC\", \"ini\": 1474, \"clust\": 3159, \"rank\": 1727, \"rankvar\": 2808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3495, \"group\": [3160.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGCAGGTCA\", \"ini\": 1473, \"clust\": 1734, \"rank\": 1940, \"rankvar\": 385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1477, \"group\": [1735.0, 345.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTCGGCAC\", \"ini\": 1472, \"clust\": 2605, \"rank\": 2112, \"rankvar\": 391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1478, \"group\": [2607.0, 463.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTTCGTC\", \"ini\": 1471, \"clust\": 2868, \"rank\": 2167, \"rankvar\": 1118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2118, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 110, \"group\": [2873.0, 504.0, 70.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCAAGTAGTA\", \"ini\": 1470, \"clust\": 2702, \"rank\": 1971, \"rankvar\": 3270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1479, \"group\": [2703.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAAGGCTCC\", \"ini\": 1469, \"clust\": 13, \"rank\": 1994, \"rankvar\": 387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1903, \"group\": [14.0, 13.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTCCAGGG\", \"ini\": 1468, \"clust\": 1764, \"rank\": 1952, \"rankvar\": 1188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1480, \"group\": [1764.0, 365.0, 65.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGGCAGGTT\", \"ini\": 1467, \"clust\": 3186, \"rank\": 1857, \"rankvar\": 2788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3496, \"group\": [3186.0, 599.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCACGCGGT\", \"ini\": 1466, \"clust\": 1586, \"rank\": 2296, \"rankvar\": 1555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1481, \"group\": [1584.0, 272.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTACAGACG\", \"ini\": 1465, \"clust\": 1749, \"rank\": 2142, \"rankvar\": 1936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1482, \"group\": [1747.0, 355.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGATCTGAA\", \"ini\": 1464, \"clust\": 2876, \"rank\": 2391, \"rankvar\": 2217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2125, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3497, \"group\": [2876.0, 505.0, 71.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGACGACGT\", \"ini\": 1463, \"clust\": 3578, \"rank\": 2586, \"rankvar\": 3559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2126, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 111, \"group\": [3574.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATCATTC\", \"ini\": 1462, \"clust\": 1464, \"rank\": 2195, \"rankvar\": 1967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1483, \"group\": [1463.0, 241.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTTTATC\", \"ini\": 1461, \"clust\": 3006, \"rank\": 2000, \"rankvar\": 2952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3498, \"group\": [3006.0, 560.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGTCATCT\", \"ini\": 1460, \"clust\": 2694, \"rank\": 2043, \"rankvar\": 2674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2129, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1484, \"group\": [2695.0, 476.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCTATCCCG\", \"ini\": 1459, \"clust\": 1770, \"rank\": 2076, \"rankvar\": 2374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1485, \"group\": [1770.0, 368.0, 65.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACATCCGG\", \"ini\": 1458, \"clust\": 238, \"rank\": 1612, \"rankvar\": 3313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2131, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2710, \"group\": [239.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCAGTCGTGC\", \"ini\": 1457, \"clust\": 3454, \"rank\": 2349, \"rankvar\": 3533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 112, \"group\": [3459.0, 641.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTCCATGA\", \"ini\": 1456, \"clust\": 1598, \"rank\": 2060, \"rankvar\": 25, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1486, \"group\": [1599.0, 284.0, 48.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTGATAAAC\", \"ini\": 1455, \"clust\": 3559, \"rank\": 2472, \"rankvar\": 3555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2134, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 113, \"group\": [3561.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTTCAGCGC\", \"ini\": 1454, \"clust\": 3020, \"rank\": 1874, \"rankvar\": 2481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2135, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3499, \"group\": [3020.0, 564.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGTGAAC\", \"ini\": 1453, \"clust\": 1847, \"rank\": 2119, \"rankvar\": 88, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1487, \"group\": [1855.0, 398.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTTAAGAAC\", \"ini\": 1452, \"clust\": 1403, \"rank\": 2054, \"rankvar\": 695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1488, \"group\": [1402.0, 223.0, 40.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACTCGACG\", \"ini\": 1451, \"clust\": 2531, \"rank\": 2118, \"rankvar\": 466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1489, \"group\": [2533.0, 453.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGCATGCCTAA\", \"ini\": 1450, \"clust\": 1765, \"rank\": 2019, \"rankvar\": 893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1490, \"group\": [1765.0, 365.0, 65.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCTGCCAGG\", \"ini\": 1449, \"clust\": 3017, \"rank\": 2139, \"rankvar\": 2612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2140, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3500, \"group\": [3018.0, 564.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGATGAC\", \"ini\": 1448, \"clust\": 3504, \"rank\": 2410, \"rankvar\": 3552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2141, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 114, \"group\": [3502.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAGTCTTCC\", \"ini\": 1447, \"clust\": 1590, \"rank\": 2206, \"rankvar\": 1025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1491, \"group\": [1589.0, 275.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCCTAGAAC\", \"ini\": 1446, \"clust\": 2875, \"rank\": 2388, \"rankvar\": 2135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2143, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3501, \"group\": [2877.0, 505.0, 71.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGTCATCTGCC\", \"ini\": 1445, \"clust\": 1436, \"rank\": 2208, \"rankvar\": 1440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1492, \"group\": [1437.0, 237.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTAGAAAGG\", \"ini\": 1444, \"clust\": 2976, \"rank\": 2169, \"rankvar\": 3053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2145, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3502, \"group\": [2976.0, 548.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCGCATGGC\", \"ini\": 1443, \"clust\": 1844, \"rank\": 2175, \"rankvar\": 295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1493, \"group\": [1847.0, 395.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCATAACCTG\", \"ini\": 1442, \"clust\": 1304, \"rank\": 2174, \"rankvar\": 2931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2147, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1806, \"group\": [1304.0, 208.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGGGTAC\", \"ini\": 1441, \"clust\": 1488, \"rank\": 2241, \"rankvar\": 1479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2148, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1494, \"group\": [1490.0, 254.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCTTCGG\", \"ini\": 1440, \"clust\": 1741, \"rank\": 2160, \"rankvar\": 1238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1495, \"group\": [1741.0, 350.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGACTTTCG\", \"ini\": 1439, \"clust\": 3535, \"rank\": 2417, \"rankvar\": 3477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2150, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 115, \"group\": [3534.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAGAGGA\", \"ini\": 1438, \"clust\": 1477, \"rank\": 2128, \"rankvar\": 199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1496, \"group\": [1477.0, 249.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTAAAGTCA\", \"ini\": 1437, \"clust\": 2530, \"rank\": 2109, \"rankvar\": 96, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1497, \"group\": [2530.0, 452.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCTTGTCC\", \"ini\": 1436, \"clust\": 1737, \"rank\": 1877, \"rankvar\": 1779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1498, \"group\": [1736.0, 346.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCTCGT\", \"ini\": 1435, \"clust\": 1582, \"rank\": 2185, \"rankvar\": 851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1499, \"group\": [1581.0, 269.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCTTGAGAC\", \"ini\": 1434, \"clust\": 3586, \"rank\": 2486, \"rankvar\": 3523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2155, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 116, \"group\": [3587.0, 650.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTGGTCCC\", \"ini\": 1433, \"clust\": 6, \"rank\": 1998, \"rankvar\": 1749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1904, \"group\": [6.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTCTGAGA\", \"ini\": 1432, \"clust\": 2871, \"rank\": 2237, \"rankvar\": 2368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2157, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 117, \"group\": [2870.0, 501.0, 69.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAAACCTC\", \"ini\": 1431, \"clust\": 3401, \"rank\": 2317, \"rankvar\": 3428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2158, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3575, \"group\": [3400.0, 615.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAAGTACATGA\", \"ini\": 1430, \"clust\": 3246, \"rank\": 2123, \"rankvar\": 1292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3503, \"group\": [3248.0, 604.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACCGGGT\", \"ini\": 1429, \"clust\": 1478, \"rank\": 2189, \"rankvar\": 284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1500, \"group\": [1478.0, 249.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACGTCAAAGCG\", \"ini\": 1428, \"clust\": 1459, \"rank\": 2153, \"rankvar\": 1162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1501, \"group\": [1458.0, 241.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCAGTCCCT\", \"ini\": 1427, \"clust\": 1381, \"rank\": 1860, \"rankvar\": 3231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1807, \"group\": [1381.0, 212.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGACGAA\", \"ini\": 1426, \"clust\": 1812, \"rank\": 2210, \"rankvar\": 2324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1502, \"group\": [1819.0, 389.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAAGGGCT\", \"ini\": 1425, \"clust\": 1489, \"rank\": 2246, \"rankvar\": 1360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1503, \"group\": [1488.0, 253.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGCTACGA\", \"ini\": 1424, \"clust\": 3413, \"rank\": 2092, \"rankvar\": 3481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2165, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3576, \"group\": [3411.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGCTACCGC\", \"ini\": 1423, \"clust\": 1419, \"rank\": 2173, \"rankvar\": 166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1504, \"group\": [1418.0, 230.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGCGAAGGG\", \"ini\": 1422, \"clust\": 2859, \"rank\": 2057, \"rankvar\": 1065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1505, \"group\": [2859.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCCTAACC\", \"ini\": 1421, \"clust\": 3431, \"rank\": 2176, \"rankvar\": 3242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2168, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3561, \"group\": [3432.0, 628.0, 91.0, 21.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGACGAA\", \"ini\": 1420, \"clust\": 3037, \"rank\": 1912, \"rankvar\": 2681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3504, \"group\": [3038.0, 572.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGACACTAA\", \"ini\": 1419, \"clust\": 3577, \"rank\": 2570, \"rankvar\": 3525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2170, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 118, \"group\": [3576.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTTCCAACA\", \"ini\": 1418, \"clust\": 1546, \"rank\": 2199, \"rankvar\": 203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1506, \"group\": [1546.0, 263.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGTCTTTACGT\", \"ini\": 1417, \"clust\": 37, \"rank\": 1675, \"rankvar\": 2533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1905, \"group\": [37.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAATAAGCA\", \"ini\": 1416, \"clust\": 1564, \"rank\": 2379, \"rankvar\": 1218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1507, \"group\": [1565.0, 266.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGCTCCTTC\", \"ini\": 1415, \"clust\": 1727, \"rank\": 2075, \"rankvar\": 602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1508, \"group\": [1727.0, 337.0, 59.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGAAACGCC\", \"ini\": 1414, \"clust\": 1243, \"rank\": 2326, \"rankvar\": 3329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2175, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1808, \"group\": [1245.0, 195.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTTCTGAAC\", \"ini\": 1413, \"clust\": 244, \"rank\": 1651, \"rankvar\": 2692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2176, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2711, \"group\": [243.0, 66.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGTACGATA\", \"ini\": 1412, \"clust\": 3402, \"rank\": 2273, \"rankvar\": 3417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2177, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3577, \"group\": [3401.0, 615.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGCGAAGGG\", \"ini\": 1411, \"clust\": 1483, \"rank\": 2220, \"rankvar\": 217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1509, \"group\": [1487.0, 252.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAGACAAAT\", \"ini\": 1410, \"clust\": 3182, \"rank\": 1918, \"rankvar\": 3331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2179, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3505, \"group\": [3183.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTACCTC\", \"ini\": 1409, \"clust\": 1026, \"rank\": 2061, \"rankvar\": 523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1906, \"group\": [1027.0, 134.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCACAAGCCC\", \"ini\": 1408, \"clust\": 1221, \"rank\": 1574, \"rankvar\": 2122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1907, \"group\": [1222.0, 176.0, 28.0, 7.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTTGGTTTG\", \"ini\": 1407, \"clust\": 2748, \"rank\": 2141, \"rankvar\": 2063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1510, \"group\": [2748.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTGTCTCG\", \"ini\": 1406, \"clust\": 2872, \"rank\": 2261, \"rankvar\": 2410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2183, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 119, \"group\": [2868.0, 500.0, 69.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTATGTGC\", \"ini\": 1405, \"clust\": 3158, \"rank\": 2073, \"rankvar\": 3164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3506, \"group\": [3159.0, 597.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACCTATCC\", \"ini\": 1404, \"clust\": 1414, \"rank\": 2201, \"rankvar\": 432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1511, \"group\": [1420.0, 231.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAAGCTGAG\", \"ini\": 1403, \"clust\": 1735, \"rank\": 2042, \"rankvar\": 488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1512, \"group\": [1739.0, 348.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATGAAAC\", \"ini\": 1402, \"clust\": 3007, \"rank\": 2136, \"rankvar\": 2694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2187, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3507, \"group\": [3007.0, 560.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTGGGTA\", \"ini\": 1401, \"clust\": 3014, \"rank\": 2024, \"rankvar\": 1976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3508, \"group\": [3015.0, 562.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGTAACGG\", \"ini\": 1400, \"clust\": 1375, \"rank\": 2205, \"rankvar\": 2509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2189, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1809, \"group\": [1374.0, 210.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGTTGCCT\", \"ini\": 1399, \"clust\": 1315, \"rank\": 2168, \"rankvar\": 3233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2190, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1810, \"group\": [1313.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTAGTGAAT\", \"ini\": 1398, \"clust\": 3409, \"rank\": 2196, \"rankvar\": 3471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2191, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3578, \"group\": [3408.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCAAAGGCGT\", \"ini\": 1397, \"clust\": 1827, \"rank\": 2077, \"rankvar\": 72, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1513, \"group\": [1828.0, 392.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTCAGTCCTTC\", \"ini\": 1396, \"clust\": 1569, \"rank\": 2266, \"rankvar\": 470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1514, \"group\": [1568.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCACACCGAC\", \"ini\": 1395, \"clust\": 228, \"rank\": 1966, \"rankvar\": 3000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2712, \"group\": [229.0, 63.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGAATTCCC\", \"ini\": 1394, \"clust\": 2587, \"rank\": 2242, \"rankvar\": 457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1515, \"group\": [2588.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGGCTTGA\", \"ini\": 1393, \"clust\": 2987, \"rank\": 2229, \"rankvar\": 2425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3509, \"group\": [2986.0, 552.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCTCGATGA\", \"ini\": 1392, \"clust\": 38, \"rank\": 1644, \"rankvar\": 2643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1908, \"group\": [38.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATCCTAGA\", \"ini\": 1391, \"clust\": 1587, \"rank\": 2294, \"rankvar\": 2096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1516, \"group\": [1585.0, 272.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGCAGGTCA\", \"ini\": 1390, \"clust\": 100, \"rank\": 2228, \"rankvar\": 3490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2199, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 163, \"group\": [98.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGGAGTCTG\", \"ini\": 1389, \"clust\": 1048, \"rank\": 1836, \"rankvar\": 1762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1909, \"group\": [1053.0, 143.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAAGGGTCA\", \"ini\": 1388, \"clust\": 1291, \"rank\": 2190, \"rankvar\": 3412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2201, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1811, \"group\": [1292.0, 205.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCACCGCT\", \"ini\": 1387, \"clust\": 1738, \"rank\": 2010, \"rankvar\": 2689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1517, \"group\": [1737.0, 346.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCATCGGTTA\", \"ini\": 1386, \"clust\": 3579, \"rank\": 2656, \"rankvar\": 3547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2203, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 120, \"group\": [3575.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTCGACA\", \"ini\": 1385, \"clust\": 3010, \"rank\": 2122, \"rankvar\": 1724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3510, \"group\": [3013.0, 562.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGTTAACGA\", \"ini\": 1384, \"clust\": 3503, \"rank\": 2524, \"rankvar\": 3577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2205, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 121, \"group\": [3504.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGCGTAATA\", \"ini\": 1383, \"clust\": 1571, \"rank\": 2319, \"rankvar\": 874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1518, \"group\": [1570.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTGTCTGAT\", \"ini\": 1382, \"clust\": 3493, \"rank\": 2449, \"rankvar\": 3460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2207, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 122, \"group\": [3490.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGGCTCTC\", \"ini\": 1381, \"clust\": 1466, \"rank\": 2207, \"rankvar\": 1089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1519, \"group\": [1465.0, 241.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCATGAAC\", \"ini\": 1380, \"clust\": 1249, \"rank\": 2015, \"rankvar\": 3435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2209, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1812, \"group\": [1392.0, 217.0, 37.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTCAACC\", \"ini\": 1379, \"clust\": 1037, \"rank\": 2127, \"rankvar\": 1121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2210, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1910, \"group\": [1038.0, 138.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCCAGTG\", \"ini\": 1378, \"clust\": 1467, \"rank\": 2292, \"rankvar\": 499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1520, \"group\": [1583.0, 271.0, 44.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAGTTCAGTAC\", \"ini\": 1377, \"clust\": 2883, \"rank\": 2332, \"rankvar\": 3102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3511, \"group\": [2883.0, 509.0, 72.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTTCGTTGA\", \"ini\": 1376, \"clust\": 1563, \"rank\": 2278, \"rankvar\": 211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1521, \"group\": [1582.0, 270.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCAGATAAG\", \"ini\": 1375, \"clust\": 3184, \"rank\": 2166, \"rankvar\": 3056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3512, \"group\": [3185.0, 599.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGATGTTAG\", \"ini\": 1374, \"clust\": 1570, \"rank\": 2337, \"rankvar\": 713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1522, \"group\": [1569.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACCCATTC\", \"ini\": 1373, \"clust\": 197, \"rank\": 2009, \"rankvar\": 3399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2713, \"group\": [194.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACACATAACC\", \"ini\": 1372, \"clust\": 1424, \"rank\": 2240, \"rankvar\": 618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1523, \"group\": [1424.0, 232.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTGCCTTGG\", \"ini\": 1371, \"clust\": 1293, \"rank\": 2145, \"rankvar\": 3415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2218, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1813, \"group\": [1291.0, 205.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTTCATGT\", \"ini\": 1370, \"clust\": 1449, \"rank\": 2216, \"rankvar\": 223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1524, \"group\": [1452.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCACCATCCT\", \"ini\": 1369, \"clust\": 2975, \"rank\": 2235, \"rankvar\": 1830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2220, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3513, \"group\": [2978.0, 548.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCATCAGTCA\", \"ini\": 1368, \"clust\": 31, \"rank\": 1948, \"rankvar\": 676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1911, \"group\": [29.0, 23.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGGTGCAAC\", \"ini\": 1367, \"clust\": 1247, \"rank\": 2335, \"rankvar\": 3063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2222, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1814, \"group\": [1247.0, 197.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTCTAGCCG\", \"ini\": 1366, \"clust\": 1565, \"rank\": 2341, \"rankvar\": 1411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1525, \"group\": [1563.0, 266.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAGGCAGTA\", \"ini\": 1365, \"clust\": 3452, \"rank\": 2287, \"rankvar\": 3489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2224, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 123, \"group\": [3451.0, 637.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCGTTC\", \"ini\": 1364, \"clust\": 3000, \"rank\": 2234, \"rankvar\": 3205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3514, \"group\": [3004.0, 558.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAGCTGCA\", \"ini\": 1363, \"clust\": 1567, \"rank\": 2311, \"rankvar\": 285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1526, \"group\": [1566.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCACATAGACTC\", \"ini\": 1362, \"clust\": 1520, \"rank\": 2363, \"rankvar\": 698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1527, \"group\": [1518.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCGACG\", \"ini\": 1361, \"clust\": 1748, \"rank\": 2258, \"rankvar\": 441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1528, \"group\": [1749.0, 355.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCCCGGATG\", \"ini\": 1360, \"clust\": 3408, \"rank\": 2284, \"rankvar\": 3472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2229, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3579, \"group\": [3413.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGATATAC\", \"ini\": 1359, \"clust\": 1404, \"rank\": 2302, \"rankvar\": 942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1529, \"group\": [1405.0, 226.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACATGCCTTC\", \"ini\": 1358, \"clust\": 1248, \"rank\": 2352, \"rankvar\": 3382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1815, \"group\": [1248.0, 197.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGATGAGC\", \"ini\": 1357, \"clust\": 1458, \"rank\": 2248, \"rankvar\": 1909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1530, \"group\": [1466.0, 242.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCTCGGACG\", \"ini\": 1356, \"clust\": 3403, \"rank\": 2298, \"rankvar\": 3376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2233, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3580, \"group\": [3402.0, 615.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGAAACGAG\", \"ini\": 1355, \"clust\": 3557, \"rank\": 2569, \"rankvar\": 3560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2234, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 124, \"group\": [3556.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGAGGTAG\", \"ini\": 1354, \"clust\": 3494, \"rank\": 2635, \"rankvar\": 3541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2235, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 125, \"group\": [3491.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCACCT\", \"ini\": 1353, \"clust\": 32, \"rank\": 1911, \"rankvar\": 2272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2236, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1912, \"group\": [33.0, 24.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGAGGACGG\", \"ini\": 1352, \"clust\": 40, \"rank\": 1833, \"rankvar\": 2194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1913, \"group\": [40.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCGGAAATA\", \"ini\": 1351, \"clust\": 1475, \"rank\": 2197, \"rankvar\": 1529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1531, \"group\": [1475.0, 248.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGGTATG\", \"ini\": 1350, \"clust\": 3187, \"rank\": 1986, \"rankvar\": 3166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2239, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3515, \"group\": [3187.0, 599.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTATCATAAAGG\", \"ini\": 1349, \"clust\": 3410, \"rank\": 2222, \"rankvar\": 3464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2240, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3581, \"group\": [3406.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCAGCGATT\", \"ini\": 1348, \"clust\": 1558, \"rank\": 2318, \"rankvar\": 968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1532, \"group\": [1561.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACTAGAT\", \"ini\": 1347, \"clust\": 1566, \"rank\": 2355, \"rankvar\": 1629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1533, \"group\": [1564.0, 266.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGCTGCCCA\", \"ini\": 1346, \"clust\": 2866, \"rank\": 2327, \"rankvar\": 2783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2243, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 126, \"group\": [2866.0, 498.0, 68.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGCTAGGCA\", \"ini\": 1345, \"clust\": 11, \"rank\": 2217, \"rankvar\": 234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1914, \"group\": [11.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGAGAGCA\", \"ini\": 1344, \"clust\": 1452, \"rank\": 2279, \"rankvar\": 1578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1534, \"group\": [1467.0, 243.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACTCGGCCGAT\", \"ini\": 1343, \"clust\": 29, \"rank\": 2065, \"rankvar\": 1418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1915, \"group\": [30.0, 23.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCACCGTTGG\", \"ini\": 1342, \"clust\": 123, \"rank\": 2152, \"rankvar\": 2327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2247, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2714, \"group\": [123.0, 51.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCTACAGA\", \"ini\": 1341, \"clust\": 2700, \"rank\": 2157, \"rankvar\": 2332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2248, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1535, \"group\": [2701.0, 477.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATGCCAT\", \"ini\": 1340, \"clust\": 439, \"rank\": 2130, \"rankvar\": 269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1916, \"group\": [437.0, 104.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCACAGGT\", \"ini\": 1339, \"clust\": 3160, \"rank\": 1858, \"rankvar\": 3394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3516, \"group\": [3161.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCTGGTA\", \"ini\": 1338, \"clust\": 19, \"rank\": 2045, \"rankvar\": 1019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1917, \"group\": [20.0, 18.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCTATGCT\", \"ini\": 1337, \"clust\": 3021, \"rank\": 2087, \"rankvar\": 2106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2252, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3517, \"group\": [3021.0, 564.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGTCGATAA\", \"ini\": 1336, \"clust\": 1529, \"rank\": 2511, \"rankvar\": 2184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1536, \"group\": [1529.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCCCAACGG\", \"ini\": 1335, \"clust\": 1462, \"rank\": 2247, \"rankvar\": 915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1537, \"group\": [1461.0, 241.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGTGTGCC\", \"ini\": 1334, \"clust\": 33, \"rank\": 2021, \"rankvar\": 1993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1918, \"group\": [31.0, 24.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACCAGCAC\", \"ini\": 1333, \"clust\": 3018, \"rank\": 2236, \"rankvar\": 2523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3518, \"group\": [3019.0, 564.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGCACATG\", \"ini\": 1332, \"clust\": 1038, \"rank\": 2138, \"rankvar\": 259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1919, \"group\": [1039.0, 138.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGGAACGG\", \"ini\": 1331, \"clust\": 3551, \"rank\": 2512, \"rankvar\": 3530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2258, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 127, \"group\": [3550.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACGAAT\", \"ini\": 1330, \"clust\": 90, \"rank\": 2120, \"rankvar\": 622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3519, \"group\": [90.0, 41.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTTGATTGC\", \"ini\": 1329, \"clust\": 2878, \"rank\": 2525, \"rankvar\": 2482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2260, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3520, \"group\": [2875.0, 505.0, 71.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACAGTAACGG\", \"ini\": 1328, \"clust\": 198, \"rank\": 2115, \"rankvar\": 3466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2715, \"group\": [195.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCACCTTAT\", \"ini\": 1327, \"clust\": 1468, \"rank\": 2340, \"rankvar\": 1751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1538, \"group\": [1470.0, 245.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAGCCTA\", \"ini\": 1326, \"clust\": 1479, \"rank\": 2328, \"rankvar\": 370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1539, \"group\": [1479.0, 250.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAAGGTTTC\", \"ini\": 1325, \"clust\": 1574, \"rank\": 2415, \"rankvar\": 877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1540, \"group\": [1572.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTCTCTTTA\", \"ini\": 1324, \"clust\": 1305, \"rank\": 2191, \"rankvar\": 2979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2265, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1816, \"group\": [1305.0, 208.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGAGCCAA\", \"ini\": 1323, \"clust\": 1430, \"rank\": 2272, \"rankvar\": 1430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1541, \"group\": [1432.0, 236.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCATGAAC\", \"ini\": 1322, \"clust\": 1486, \"rank\": 2257, \"rankvar\": 216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1542, \"group\": [1485.0, 251.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCGTACAA\", \"ini\": 1321, \"clust\": 196, \"rank\": 2099, \"rankvar\": 3413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2268, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2716, \"group\": [196.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTAAGAGAG\", \"ini\": 1320, \"clust\": 1438, \"rank\": 2364, \"rankvar\": 1602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2269, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1543, \"group\": [1438.0, 237.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACACTGTCGG\", \"ini\": 1319, \"clust\": 3399, \"rank\": 2395, \"rankvar\": 3280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2270, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3582, \"group\": [3403.0, 615.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTGTAAGTA\", \"ini\": 1318, \"clust\": 1481, \"rank\": 2280, \"rankvar\": 855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1544, \"group\": [1481.0, 250.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTGCAAG\", \"ini\": 1317, \"clust\": 1568, \"rank\": 2367, \"rankvar\": 236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1545, \"group\": [1567.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGATCGCA\", \"ini\": 1316, \"clust\": 3485, \"rank\": 2476, \"rankvar\": 3397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2273, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 128, \"group\": [3589.0, 652.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACAGTCAGCC\", \"ini\": 1315, \"clust\": 2969, \"rank\": 2286, \"rankvar\": 659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2274, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3521, \"group\": [2975.0, 547.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAGCCTAT\", \"ini\": 1314, \"clust\": 1510, \"rank\": 2392, \"rankvar\": 969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1546, \"group\": [1512.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTTATTCTC\", \"ini\": 1313, \"clust\": 185, \"rank\": 2212, \"rankvar\": 2575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2717, \"group\": [189.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGACAGACACTT\", \"ini\": 1312, \"clust\": 1503, \"rank\": 2418, \"rankvar\": 702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1547, \"group\": [1509.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCAGTGTTG\", \"ini\": 1311, \"clust\": 2989, \"rank\": 2252, \"rankvar\": 2939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2278, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3522, \"group\": [2989.0, 552.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTGATTCG\", \"ini\": 1310, \"clust\": 1754, \"rank\": 2322, \"rankvar\": 2216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1548, \"group\": [1753.0, 357.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGAGGCTA\", \"ini\": 1309, \"clust\": 1484, \"rank\": 2310, \"rankvar\": 274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1549, \"group\": [1483.0, 251.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCCTTAATC\", \"ini\": 1308, \"clust\": 1239, \"rank\": 2360, \"rankvar\": 2933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2281, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1817, \"group\": [1240.0, 193.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTATCTCG\", \"ini\": 1307, \"clust\": 1506, \"rank\": 2407, \"rankvar\": 1011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1550, \"group\": [1505.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGCCAGTAG\", \"ini\": 1306, \"clust\": 1579, \"rank\": 2357, \"rankvar\": 1272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1551, \"group\": [1577.0, 269.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCCAGTAG\", \"ini\": 1305, \"clust\": 190, \"rank\": 2159, \"rankvar\": 3420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2284, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2718, \"group\": [202.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTTACCAGT\", \"ini\": 1304, \"clust\": 1750, \"rank\": 2301, \"rankvar\": 469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1552, \"group\": [1748.0, 355.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGCGAGT\", \"ini\": 1303, \"clust\": 1554, \"rank\": 2414, \"rankvar\": 2453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1553, \"group\": [1562.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATGCGT\", \"ini\": 1302, \"clust\": 1585, \"rank\": 2455, \"rankvar\": 1123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1554, \"group\": [1586.0, 273.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGTTCCTA\", \"ini\": 1301, \"clust\": 1472, \"rank\": 2329, \"rankvar\": 148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1555, \"group\": [1473.0, 246.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAAGCGCTC\", \"ini\": 1300, \"clust\": 2982, \"rank\": 2316, \"rankvar\": 2685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2289, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3523, \"group\": [2985.0, 551.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGTTCCTA\", \"ini\": 1299, \"clust\": 1102, \"rank\": 1974, \"rankvar\": 2887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2290, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1920, \"group\": [1111.0, 152.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCTGGAGA\", \"ini\": 1298, \"clust\": 1416, \"rank\": 2290, \"rankvar\": 373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1556, \"group\": [1415.0, 230.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCAGGCTGAA\", \"ini\": 1297, \"clust\": 1560, \"rank\": 2416, \"rankvar\": 1129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1557, \"group\": [1559.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGAAAT\", \"ini\": 1296, \"clust\": 1040, \"rank\": 2105, \"rankvar\": 884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1921, \"group\": [1040.0, 139.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTTTACA\", \"ini\": 1295, \"clust\": 3491, \"rank\": 2688, \"rankvar\": 3564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2294, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 129, \"group\": [3501.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGATCCTAGGGC\", \"ini\": 1294, \"clust\": 2884, \"rank\": 2478, \"rankvar\": 3024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2295, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3524, \"group\": [2884.0, 509.0, 72.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTTGTGTG\", \"ini\": 1293, \"clust\": 3453, \"rank\": 2459, \"rankvar\": 3379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2296, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 130, \"group\": [3452.0, 637.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCTAACGT\", \"ini\": 1292, \"clust\": 1046, \"rank\": 2038, \"rankvar\": 785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1922, \"group\": [1046.0, 142.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACTGAC\", \"ini\": 1291, \"clust\": 1397, \"rank\": 2135, \"rankvar\": 2183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1558, \"group\": [1397.0, 219.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCATGAAC\", \"ini\": 1290, \"clust\": 2983, \"rank\": 2438, \"rankvar\": 3286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3525, \"group\": [2983.0, 551.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGATGGCA\", \"ini\": 1289, \"clust\": 232, \"rank\": 1889, \"rankvar\": 3424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2719, \"group\": [232.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCTTGTACT\", \"ini\": 1288, \"clust\": 2971, \"rank\": 2547, \"rankvar\": 3345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2301, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3526, \"group\": [2970.0, 546.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTGAGGGAG\", \"ini\": 1287, \"clust\": 1298, \"rank\": 2434, \"rankvar\": 3263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2302, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1818, \"group\": [1297.0, 207.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGACAGGCT\", \"ini\": 1286, \"clust\": 1572, \"rank\": 2419, \"rankvar\": 1377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1559, \"group\": [1571.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAACACCA\", \"ini\": 1285, \"clust\": 124, \"rank\": 2254, \"rankvar\": 2543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2304, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2720, \"group\": [124.0, 51.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCTAGGTT\", \"ini\": 1284, \"clust\": 3392, \"rank\": 2282, \"rankvar\": 3418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2305, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3562, \"group\": [3394.0, 613.0, 84.0, 18.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCTCTCGT\", \"ini\": 1283, \"clust\": 119, \"rank\": 2101, \"rankvar\": 3183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2306, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2721, \"group\": [120.0, 49.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTTCCACGG\", \"ini\": 1282, \"clust\": 9, \"rank\": 2245, \"rankvar\": 363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1923, \"group\": [12.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACATCTCCCA\", \"ini\": 1281, \"clust\": 1492, \"rank\": 2304, \"rankvar\": 1911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1560, \"group\": [1492.0, 256.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAGGGCATA\", \"ini\": 1280, \"clust\": 1290, \"rank\": 2268, \"rankvar\": 3359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2309, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1819, \"group\": [1293.0, 205.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCGTTTA\", \"ini\": 1279, \"clust\": 16, \"rank\": 2158, \"rankvar\": 2977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2310, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1837, \"group\": [16.0, 14.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGGGTT\", \"ini\": 1278, \"clust\": 1480, \"rank\": 2324, \"rankvar\": 445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1561, \"group\": [1480.0, 250.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCTAGTCA\", \"ini\": 1277, \"clust\": 1393, \"rank\": 2106, \"rankvar\": 1553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1562, \"group\": [1393.0, 218.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTATCCTAAGTG\", \"ini\": 1276, \"clust\": 2986, \"rank\": 2333, \"rankvar\": 2325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2313, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3527, \"group\": [2988.0, 552.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTACGACT\", \"ini\": 1275, \"clust\": 3576, \"rank\": 2717, \"rankvar\": 3543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2314, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 131, \"group\": [3573.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAATCA\", \"ini\": 1274, \"clust\": 1041, \"rank\": 2090, \"rankvar\": 1177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2315, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1924, \"group\": [1041.0, 139.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCACCGGGT\", \"ini\": 1273, \"clust\": 87, \"rank\": 2063, \"rankvar\": 262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1925, \"group\": [88.0, 39.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTAAGACA\", \"ini\": 1272, \"clust\": 3396, \"rank\": 2343, \"rankvar\": 3422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2317, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3583, \"group\": [3398.0, 615.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCTCTCTG\", \"ini\": 1271, \"clust\": 1501, \"rank\": 2446, \"rankvar\": 1119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1563, \"group\": [1501.0, 258.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGCAGTA\", \"ini\": 1270, \"clust\": 1576, \"rank\": 2369, \"rankvar\": 735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1564, \"group\": [1575.0, 268.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCGACTAT\", \"ini\": 1269, \"clust\": 1439, \"rank\": 2463, \"rankvar\": 1046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1565, \"group\": [1439.0, 237.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTCAGGCC\", \"ini\": 1268, \"clust\": 1417, \"rank\": 2321, \"rankvar\": 230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1566, \"group\": [1416.0, 230.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGGTAAG\", \"ini\": 1267, \"clust\": 2977, \"rank\": 2274, \"rankvar\": 2397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3528, \"group\": [2977.0, 548.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCAACGAAA\", \"ini\": 1266, \"clust\": 1526, \"rank\": 2526, \"rankvar\": 723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1567, \"group\": [1528.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGTCCGGTC\", \"ini\": 1265, \"clust\": 419, \"rank\": 2188, \"rankvar\": 670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2324, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1926, \"group\": [418.0, 100.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGGTGCAAC\", \"ini\": 1264, \"clust\": 3448, \"rank\": 2493, \"rankvar\": 3485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2325, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1568, \"group\": [3448.0, 635.0, 93.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTTATCGGT\", \"ini\": 1263, \"clust\": 1555, \"rank\": 2428, \"rankvar\": 666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1569, \"group\": [1556.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAACAGTCGATT\", \"ini\": 1262, \"clust\": 91, \"rank\": 2034, \"rankvar\": 2036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2327, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3529, \"group\": [91.0, 41.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTAGGGTAC\", \"ini\": 1261, \"clust\": 1580, \"rank\": 2381, \"rankvar\": 232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1570, \"group\": [1578.0, 269.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCATGCTAGT\", \"ini\": 1260, \"clust\": 435, \"rank\": 2184, \"rankvar\": 1948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1927, \"group\": [440.0, 104.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAACGCACC\", \"ini\": 1259, \"clust\": 213, \"rank\": 1995, \"rankvar\": 3176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2330, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2722, \"group\": [213.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAACTGCTA\", \"ini\": 1258, \"clust\": 2978, \"rank\": 2338, \"rankvar\": 3169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2331, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3530, \"group\": [2979.0, 549.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTCACTTCC\", \"ini\": 1257, \"clust\": 3016, \"rank\": 2233, \"rankvar\": 3295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3531, \"group\": [3017.0, 563.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGAGACG\", \"ini\": 1256, \"clust\": 2991, \"rank\": 2308, \"rankvar\": 2877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3532, \"group\": [2992.0, 553.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTCAAACAACA\", \"ini\": 1255, \"clust\": 1577, \"rank\": 2399, \"rankvar\": 1859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1571, \"group\": [1576.0, 268.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAGCTCTC\", \"ini\": 1254, \"clust\": 3393, \"rank\": 2405, \"rankvar\": 3442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2335, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3563, \"group\": [3392.0, 613.0, 84.0, 18.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCCATGAAC\", \"ini\": 1253, \"clust\": 1487, \"rank\": 2356, \"rankvar\": 198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2336, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1572, \"group\": [1486.0, 251.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGAGGTTAT\", \"ini\": 1252, \"clust\": 1490, \"rank\": 2464, \"rankvar\": 1625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2337, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1573, \"group\": [1489.0, 253.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCGAGGTAG\", \"ini\": 1251, \"clust\": 1427, \"rank\": 2353, \"rankvar\": 546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1574, \"group\": [1428.0, 235.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGCGTTA\", \"ini\": 1250, \"clust\": 1578, \"rank\": 2423, \"rankvar\": 2087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1575, \"group\": [1579.0, 269.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTTGGGCC\", \"ini\": 1249, \"clust\": 101, \"rank\": 2270, \"rankvar\": 3431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2340, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 164, \"group\": [99.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCTCTTAT\", \"ini\": 1248, \"clust\": 1428, \"rank\": 2359, \"rankvar\": 1587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1576, \"group\": [1429.0, 235.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGTTAGA\", \"ini\": 1247, \"clust\": 1561, \"rank\": 2444, \"rankvar\": 1922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2342, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1577, \"group\": [1557.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCACATGCA\", \"ini\": 1246, \"clust\": 1493, \"rank\": 2430, \"rankvar\": 1527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1578, \"group\": [1495.0, 257.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGAGTGACC\", \"ini\": 1245, \"clust\": 1051, \"rank\": 2133, \"rankvar\": 1885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1928, \"group\": [1049.0, 143.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCATGCAATC\", \"ini\": 1244, \"clust\": 2979, \"rank\": 2214, \"rankvar\": 3238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3533, \"group\": [2980.0, 549.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAGTACGCACC\", \"ini\": 1243, \"clust\": 88, \"rank\": 1908, \"rankvar\": 2066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1929, \"group\": [89.0, 40.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGACGAAA\", \"ini\": 1242, \"clust\": 1064, \"rank\": 2144, \"rankvar\": 2382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2347, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1930, \"group\": [1065.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTGCACGAA\", \"ini\": 1241, \"clust\": 1511, \"rank\": 2610, \"rankvar\": 2112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1579, \"group\": [1510.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTCTTATG\", \"ini\": 1240, \"clust\": 1517, \"rank\": 2516, \"rankvar\": 1191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1580, \"group\": [1516.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCCGGCACA\", \"ini\": 1239, \"clust\": 3536, \"rank\": 2722, \"rankvar\": 3578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2350, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 132, \"group\": [3535.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCAGTTATCGC\", \"ini\": 1238, \"clust\": 449, \"rank\": 2219, \"rankvar\": 518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1931, \"group\": [449.0, 106.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTTCGATGAGG\", \"ini\": 1237, \"clust\": 230, \"rank\": 2031, \"rankvar\": 3419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2352, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2723, \"group\": [228.0, 63.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGGATGGG\", \"ini\": 1236, \"clust\": 2970, \"rank\": 2488, \"rankvar\": 2403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3534, \"group\": [2972.0, 546.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCAGACACTT\", \"ini\": 1235, \"clust\": 440, \"rank\": 2183, \"rankvar\": 1209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1932, \"group\": [438.0, 104.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTACCATCA\", \"ini\": 1234, \"clust\": 3552, \"rank\": 2604, \"rankvar\": 3548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2355, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 133, \"group\": [3551.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGTAGCTG\", \"ini\": 1233, \"clust\": 1547, \"rank\": 2380, \"rankvar\": 281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1581, \"group\": [1547.0, 263.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCACTCAGGC\", \"ini\": 1232, \"clust\": 1469, \"rank\": 2469, \"rankvar\": 684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1582, \"group\": [1468.0, 244.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGGTTTCA\", \"ini\": 1231, \"clust\": 436, \"rank\": 2253, \"rankvar\": 571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1933, \"group\": [439.0, 104.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGACTAGGC\", \"ini\": 1230, \"clust\": 3449, \"rank\": 2376, \"rankvar\": 3396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1583, \"group\": [3449.0, 635.0, 93.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATTATCTC\", \"ini\": 1229, \"clust\": 3558, \"rank\": 2738, \"rankvar\": 3580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2360, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 134, \"group\": [3557.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATACGCCG\", \"ini\": 1228, \"clust\": 1470, \"rank\": 2445, \"rankvar\": 62, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1584, \"group\": [1469.0, 244.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGGGCACTA\", \"ini\": 1227, \"clust\": 3505, \"rank\": 2693, \"rankvar\": 3572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2362, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 135, \"group\": [3503.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCGAGCCA\", \"ini\": 1226, \"clust\": 3532, \"rank\": 2748, \"rankvar\": 3576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2363, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 136, \"group\": [3531.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATGAAAC\", \"ini\": 1225, \"clust\": 2994, \"rank\": 2466, \"rankvar\": 3285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2364, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3535, \"group\": [2994.0, 553.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGCTGCAC\", \"ini\": 1224, \"clust\": 1476, \"rank\": 2413, \"rankvar\": 589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1585, \"group\": [1476.0, 248.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCTCTGAGA\", \"ini\": 1223, \"clust\": 1394, \"rank\": 2150, \"rankvar\": 3087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1586, \"group\": [1394.0, 218.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCTCTACGAGT\", \"ini\": 1222, \"clust\": 1573, \"rank\": 2590, \"rankvar\": 1285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1587, \"group\": [1574.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTTCCACAA\", \"ini\": 1221, \"clust\": 3538, \"rank\": 2910, \"rankvar\": 3579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2368, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 137, \"group\": [3537.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCCAAAGTC\", \"ini\": 1220, \"clust\": 1534, \"rank\": 2480, \"rankvar\": 601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1588, \"group\": [1534.0, 261.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTCCGTTAA\", \"ini\": 1219, \"clust\": 1405, \"rank\": 2568, \"rankvar\": 1112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2370, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1589, \"group\": [1406.0, 226.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTTGTCTTT\", \"ini\": 1218, \"clust\": 2997, \"rank\": 2396, \"rankvar\": 3039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2371, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3536, \"group\": [2997.0, 554.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGAGTGACC\", \"ini\": 1217, \"clust\": 2874, \"rank\": 2628, \"rankvar\": 797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1590, \"group\": [2878.0, 506.0, 71.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAACAATC\", \"ini\": 1216, \"clust\": 1460, \"rank\": 2351, \"rankvar\": 2314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1591, \"group\": [1459.0, 241.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAGATCTGT\", \"ini\": 1215, \"clust\": 1301, \"rank\": 2491, \"rankvar\": 3322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1820, \"group\": [1301.0, 207.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCGAAAGC\", \"ini\": 1214, \"clust\": 1530, \"rank\": 2543, \"rankvar\": 805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1592, \"group\": [1530.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTATCGCC\", \"ini\": 1213, \"clust\": 1065, \"rank\": 2209, \"rankvar\": 1135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1934, \"group\": [1066.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCTGCGAA\", \"ini\": 1212, \"clust\": 3005, \"rank\": 2420, \"rankvar\": 3268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2377, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3537, \"group\": [3008.0, 560.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCACGACTA\", \"ini\": 1211, \"clust\": 1047, \"rank\": 2162, \"rankvar\": 1510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1935, \"group\": [1047.0, 142.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTCCATGA\", \"ini\": 1210, \"clust\": 248, \"rank\": 1856, \"rankvar\": 3299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2379, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2724, \"group\": [249.0, 69.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAGGTGGAT\", \"ini\": 1209, \"clust\": 1059, \"rank\": 2107, \"rankvar\": 2244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2380, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1936, \"group\": [1060.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTCCTCTTG\", \"ini\": 1208, \"clust\": 1551, \"rank\": 2439, \"rankvar\": 149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1593, \"group\": [1553.0, 264.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATACGCT\", \"ini\": 1207, \"clust\": 116, \"rank\": 2264, \"rankvar\": 778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2382, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1937, \"group\": [117.0, 48.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAGTGCAT\", \"ini\": 1206, \"clust\": 401, \"rank\": 2456, \"rankvar\": 774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2383, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1938, \"group\": [404.0, 94.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCGAACGGA\", \"ini\": 1205, \"clust\": 1049, \"rank\": 2151, \"rankvar\": 1642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1939, \"group\": [1052.0, 143.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTGGAGTC\", \"ini\": 1204, \"clust\": 1236, \"rank\": 2540, \"rankvar\": 3098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2385, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1821, \"group\": [1237.0, 191.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGCTAGTGG\", \"ini\": 1203, \"clust\": 3537, \"rank\": 2768, \"rankvar\": 3581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2386, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 138, \"group\": [3536.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTGTGGCA\", \"ini\": 1202, \"clust\": 1527, \"rank\": 2527, \"rankvar\": 608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1594, \"group\": [1526.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAGATTAG\", \"ini\": 1201, \"clust\": 3548, \"rank\": 2841, \"rankvar\": 3558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 139, \"group\": [3547.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTAGAGGACGG\", \"ini\": 1200, \"clust\": 406, \"rank\": 2330, \"rankvar\": 188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1940, \"group\": [406.0, 96.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGCACCCATGG\", \"ini\": 1199, \"clust\": 1054, \"rank\": 2193, \"rankvar\": 935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1941, \"group\": [1058.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCACGAAGG\", \"ini\": 1198, \"clust\": 2985, \"rank\": 2390, \"rankvar\": 2849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2391, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3538, \"group\": [2991.0, 552.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCTGTAGA\", \"ini\": 1197, \"clust\": 84, \"rank\": 2111, \"rankvar\": 1652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1942, \"group\": [87.0, 38.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGATCCTGT\", \"ini\": 1196, \"clust\": 416, \"rank\": 2227, \"rankvar\": 2241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2393, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1943, \"group\": [422.0, 100.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCATGCAAC\", \"ini\": 1195, \"clust\": 1482, \"rank\": 2452, \"rankvar\": 175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2394, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1595, \"group\": [1482.0, 250.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGTAGT\", \"ini\": 1194, \"clust\": 0, \"rank\": 2289, \"rankvar\": 334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2395, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1944, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATCCCGC\", \"ini\": 1193, \"clust\": 1055, \"rank\": 2186, \"rankvar\": 1452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2396, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1945, \"group\": [1054.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTAAATACG\", \"ini\": 1192, \"clust\": 28, \"rank\": 2198, \"rankvar\": 2644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1946, \"group\": [34.0, 25.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGTGTCCAT\", \"ini\": 1191, \"clust\": 1512, \"rank\": 2727, \"rankvar\": 2263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1596, \"group\": [1511.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTAGCTTGT\", \"ini\": 1190, \"clust\": 25, \"rank\": 2192, \"rankvar\": 2520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1947, \"group\": [25.0, 21.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGACGCTTT\", \"ini\": 1189, \"clust\": 1507, \"rank\": 2580, \"rankvar\": 1215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1597, \"group\": [1506.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGGTGGGTT\", \"ini\": 1188, \"clust\": 2990, \"rank\": 2323, \"rankvar\": 3208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2401, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3539, \"group\": [2990.0, 552.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCCGTTGCT\", \"ini\": 1187, \"clust\": 2873, \"rank\": 2630, \"rankvar\": 3173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2402, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 140, \"group\": [2869.0, 500.0, 69.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACGCCAGT\", \"ini\": 1186, \"clust\": 399, \"rank\": 2281, \"rankvar\": 536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1948, \"group\": [399.0, 93.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCAAGTAC\", \"ini\": 1185, \"clust\": 34, \"rank\": 2202, \"rankvar\": 2734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1949, \"group\": [32.0, 24.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTCCAGTAT\", \"ini\": 1184, \"clust\": 1521, \"rank\": 2556, \"rankvar\": 962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1598, \"group\": [1519.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTTCCACAA\", \"ini\": 1183, \"clust\": 1062, \"rank\": 2215, \"rankvar\": 2141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1950, \"group\": [1062.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCAATAAGG\", \"ini\": 1182, \"clust\": 2995, \"rank\": 2460, \"rankvar\": 2880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3540, \"group\": [2995.0, 553.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTTTACGT\", \"ini\": 1181, \"clust\": 3533, \"rank\": 2864, \"rankvar\": 3575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2408, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 141, \"group\": [3532.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAAAGTCAA\", \"ini\": 1180, \"clust\": 1524, \"rank\": 2612, \"rankvar\": 384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1599, \"group\": [1524.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTGTCATGCAT\", \"ini\": 1179, \"clust\": 1552, \"rank\": 2503, \"rankvar\": 146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1600, \"group\": [1551.0, 264.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGTAAACT\", \"ini\": 1178, \"clust\": 688, \"rank\": 2331, \"rankvar\": 711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2411, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1951, \"group\": [704.0, 120.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCGTACGGC\", \"ini\": 1177, \"clust\": 1514, \"rank\": 2589, \"rankvar\": 568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1601, \"group\": [1513.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCAATAAGG\", \"ini\": 1176, \"clust\": 3463, \"rank\": 2880, \"rankvar\": 3409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2413, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 142, \"group\": [3462.0, 643.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTTTGCGT\", \"ini\": 1175, \"clust\": 1109, \"rank\": 2265, \"rankvar\": 521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1952, \"group\": [1108.0, 150.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCAGGTCA\", \"ini\": 1174, \"clust\": 3412, \"rank\": 2370, \"rankvar\": 3483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2415, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3584, \"group\": [3412.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCAGTGGA\", \"ini\": 1173, \"clust\": 2996, \"rank\": 2230, \"rankvar\": 2888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2416, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3541, \"group\": [2999.0, 556.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGATGGAA\", \"ini\": 1172, \"clust\": 1, \"rank\": 2259, \"rankvar\": 1419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2417, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1953, \"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGAATAGGG\", \"ini\": 1171, \"clust\": 2869, \"rank\": 2549, \"rankvar\": 2615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2418, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3542, \"group\": [2872.0, 503.0, 69.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAATAAGCA\", \"ini\": 1170, \"clust\": 1039, \"rank\": 2239, \"rankvar\": 913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1954, \"group\": [1042.0, 140.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCATGAGCGA\", \"ini\": 1169, \"clust\": 1043, \"rank\": 2179, \"rankvar\": 1628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2420, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1955, \"group\": [1043.0, 141.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTCTCACCT\", \"ini\": 1168, \"clust\": 1508, \"rank\": 2572, \"rankvar\": 1087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1602, \"group\": [1507.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCATGGTAGG\", \"ini\": 1167, \"clust\": 1556, \"rank\": 2587, \"rankvar\": 1383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1603, \"group\": [1554.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGGCATGT\", \"ini\": 1166, \"clust\": 20, \"rank\": 2211, \"rankvar\": 2426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2423, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1956, \"group\": [21.0, 19.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGACACG\", \"ini\": 1165, \"clust\": 1559, \"rank\": 2659, \"rankvar\": 1443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1604, \"group\": [1560.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCATGCCG\", \"ini\": 1164, \"clust\": 195, \"rank\": 2224, \"rankvar\": 3469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2425, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2725, \"group\": [197.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGTGG\", \"ini\": 1163, \"clust\": 2980, \"rank\": 2601, \"rankvar\": 3304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2426, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3543, \"group\": [2981.0, 550.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTATAGGGC\", \"ini\": 1162, \"clust\": 1485, \"rank\": 2497, \"rankvar\": 427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1605, \"group\": [1484.0, 251.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATGGGAAC\", \"ini\": 1161, \"clust\": 1553, \"rank\": 2496, \"rankvar\": 501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1606, \"group\": [1552.0, 264.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACATAACC\", \"ini\": 1160, \"clust\": 1411, \"rank\": 2479, \"rankvar\": 2593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1607, \"group\": [1410.0, 228.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTCTCTTTA\", \"ini\": 1159, \"clust\": 1532, \"rank\": 2703, \"rankvar\": 1815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1608, \"group\": [1531.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTTAGAACA\", \"ini\": 1158, \"clust\": 2881, \"rank\": 2546, \"rankvar\": 2726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2431, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3544, \"group\": [2881.0, 508.0, 72.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTGCTGCC\", \"ini\": 1157, \"clust\": 1542, \"rank\": 2736, \"rankvar\": 1036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1609, \"group\": [1541.0, 262.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTGCTAGCC\", \"ini\": 1156, \"clust\": 1557, \"rank\": 2683, \"rankvar\": 1167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1610, \"group\": [1555.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGATCTGAA\", \"ini\": 1155, \"clust\": 1473, \"rank\": 2564, \"rankvar\": 612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2434, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1611, \"group\": [1471.0, 246.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAATACAG\", \"ini\": 1154, \"clust\": 1513, \"rank\": 2706, \"rankvar\": 557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1612, \"group\": [1515.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAACTGCGC\", \"ini\": 1153, \"clust\": 1494, \"rank\": 2671, \"rankvar\": 1448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1613, \"group\": [1493.0, 257.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCATAGCAC\", \"ini\": 1152, \"clust\": 1042, \"rank\": 2225, \"rankvar\": 1509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1957, \"group\": [1045.0, 141.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGCTGGAAC\", \"ini\": 1151, \"clust\": 1504, \"rank\": 2665, \"rankvar\": 1601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1614, \"group\": [1503.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGATCCTAGTGA\", \"ini\": 1150, \"clust\": 1495, \"rank\": 2597, \"rankvar\": 1040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1615, \"group\": [1494.0, 257.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCAGCGTA\", \"ini\": 1149, \"clust\": 85, \"rank\": 2187, \"rankvar\": 1530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2440, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1958, \"group\": [85.0, 36.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACACTTACGA\", \"ini\": 1148, \"clust\": 1057, \"rank\": 2262, \"rankvar\": 1113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2441, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1959, \"group\": [1056.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCACTCCA\", \"ini\": 1147, \"clust\": 1575, \"rank\": 2682, \"rankvar\": 2284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1616, \"group\": [1573.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGCAGTCA\", \"ini\": 1146, \"clust\": 423, \"rank\": 2283, \"rankvar\": 630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1960, \"group\": [428.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTGGGTTG\", \"ini\": 1145, \"clust\": 89, \"rank\": 2354, \"rankvar\": 2330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3545, \"group\": [92.0, 42.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCTCCGGTT\", \"ini\": 1144, \"clust\": 420, \"rank\": 2285, \"rankvar\": 2065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2445, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1961, \"group\": [419.0, 100.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGTTCTG\", \"ini\": 1143, \"clust\": 3406, \"rank\": 2583, \"rankvar\": 3389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2446, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3585, \"group\": [3404.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCAGATCTGCT\", \"ini\": 1142, \"clust\": 2882, \"rank\": 2650, \"rankvar\": 3036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3546, \"group\": [2882.0, 508.0, 72.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGATGTAAC\", \"ini\": 1141, \"clust\": 3411, \"rank\": 2509, \"rankvar\": 3443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2448, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3586, \"group\": [3407.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATGAAAC\", \"ini\": 1140, \"clust\": 1541, \"rank\": 2691, \"rankvar\": 475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2449, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1617, \"group\": [1543.0, 262.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGCGCTTAT\", \"ini\": 1139, \"clust\": 3404, \"rank\": 2561, \"rankvar\": 3410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2450, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3587, \"group\": [3415.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTACTCGCG\", \"ini\": 1138, \"clust\": 1035, \"rank\": 2293, \"rankvar\": 1874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2451, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1962, \"group\": [1035.0, 137.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAAGCCGCT\", \"ini\": 1137, \"clust\": 1050, \"rank\": 2200, \"rankvar\": 2727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2452, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1963, \"group\": [1051.0, 143.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCGCCTCA\", \"ini\": 1136, \"clust\": 1518, \"rank\": 2771, \"rankvar\": 1732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1618, \"group\": [1517.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGCCATCGC\", \"ini\": 1135, \"clust\": 2993, \"rank\": 2433, \"rankvar\": 2544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3547, \"group\": [2996.0, 553.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTTAGTGGG\", \"ini\": 1134, \"clust\": 1240, \"rank\": 2648, \"rankvar\": 3196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2455, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1822, \"group\": [1241.0, 194.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAATCTGCA\", \"ini\": 1133, \"clust\": 1505, \"rank\": 2756, \"rankvar\": 2116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1619, \"group\": [1504.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCACGACG\", \"ini\": 1132, \"clust\": 1392, \"rank\": 2307, \"rankvar\": 1173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1620, \"group\": [1400.0, 222.0, 39.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTTAGGTA\", \"ini\": 1131, \"clust\": 1549, \"rank\": 2711, \"rankvar\": 682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1621, \"group\": [1548.0, 264.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAATCTGCGGCA\", \"ini\": 1130, \"clust\": 94, \"rank\": 2532, \"rankvar\": 2538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2459, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 165, \"group\": [93.0, 43.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGCGACAT\", \"ini\": 1129, \"clust\": 1107, \"rank\": 2300, \"rankvar\": 2587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2460, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1964, \"group\": [1106.0, 150.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACAACTGT\", \"ini\": 1128, \"clust\": 1499, \"rank\": 2660, \"rankvar\": 776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1622, \"group\": [1498.0, 258.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGTCTCGCATC\", \"ini\": 1127, \"clust\": 1562, \"rank\": 2661, \"rankvar\": 1546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1623, \"group\": [1558.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTAGCCA\", \"ini\": 1126, \"clust\": 437, \"rank\": 2365, \"rankvar\": 1862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2463, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1965, \"group\": [435.0, 104.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTGTGGCTC\", \"ini\": 1125, \"clust\": 1536, \"rank\": 2575, \"rankvar\": 398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1624, \"group\": [1538.0, 261.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTTATCGC\", \"ini\": 1124, \"clust\": 3394, \"rank\": 2577, \"rankvar\": 3367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2465, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3564, \"group\": [3393.0, 613.0, 84.0, 18.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGGAATCG\", \"ini\": 1123, \"clust\": 2972, \"rank\": 2876, \"rankvar\": 3408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2466, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3548, \"group\": [2971.0, 546.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGAATAGGG\", \"ini\": 1122, \"clust\": 1077, \"rank\": 2238, \"rankvar\": 1949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2467, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1966, \"group\": [1078.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCGGAGCAA\", \"ini\": 1121, \"clust\": 186, \"rank\": 2320, \"rankvar\": 3425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2468, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2726, \"group\": [188.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCTGATCA\", \"ini\": 1120, \"clust\": 1515, \"rank\": 2817, \"rankvar\": 2211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1625, \"group\": [1514.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTATCACCA\", \"ini\": 1119, \"clust\": 1094, \"rank\": 2250, \"rankvar\": 1814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2470, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1967, \"group\": [1093.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAATCCAAC\", \"ini\": 1118, \"clust\": 1548, \"rank\": 2657, \"rankvar\": 990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2471, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1626, \"group\": [1550.0, 264.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACAACGCC\", \"ini\": 1117, \"clust\": 457, \"rank\": 2400, \"rankvar\": 715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2472, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1968, \"group\": [459.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGGGAAACA\", \"ini\": 1116, \"clust\": 199, \"rank\": 2519, \"rankvar\": 3255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2473, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2727, \"group\": [201.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAGAAAGG\", \"ini\": 1115, \"clust\": 1084, \"rank\": 2271, \"rankvar\": 1070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2474, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1969, \"group\": [1084.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACTCGGA\", \"ini\": 1114, \"clust\": 1056, \"rank\": 2244, \"rankvar\": 2232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2475, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1970, \"group\": [1055.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGTCGATAA\", \"ini\": 1113, \"clust\": 1383, \"rank\": 2377, \"rankvar\": 3361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2476, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1823, \"group\": [1384.0, 213.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGTACAG\", \"ini\": 1112, \"clust\": 1525, \"rank\": 2803, \"rankvar\": 1262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1627, \"group\": [1525.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGCCA\", \"ini\": 1111, \"clust\": 1244, \"rank\": 2808, \"rankvar\": 3095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2478, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1824, \"group\": [1243.0, 195.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCACTCT\", \"ini\": 1110, \"clust\": 2992, \"rank\": 2422, \"rankvar\": 3192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3549, \"group\": [2993.0, 553.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGTGGAT\", \"ini\": 1109, \"clust\": 142, \"rank\": 2358, \"rankvar\": 3225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2480, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2728, \"group\": [145.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTATAAACG\", \"ini\": 1108, \"clust\": 1474, \"rank\": 2614, \"rankvar\": 581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2481, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1628, \"group\": [1472.0, 246.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGAGCAGGCTA\", \"ini\": 1107, \"clust\": 3407, \"rank\": 2672, \"rankvar\": 3457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2482, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3588, \"group\": [3405.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCAATGGT\", \"ini\": 1106, \"clust\": 1406, \"rank\": 2602, \"rankvar\": 1577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1629, \"group\": [1407.0, 227.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCCCTAACC\", \"ini\": 1105, \"clust\": 430, \"rank\": 2291, \"rankvar\": 2532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2484, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1971, \"group\": [429.0, 102.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACTTCGAA\", \"ini\": 1104, \"clust\": 1086, \"rank\": 2313, \"rankvar\": 2629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1972, \"group\": [1092.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAACACTG\", \"ini\": 1103, \"clust\": 1519, \"rank\": 2744, \"rankvar\": 1140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1630, \"group\": [1520.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCAGAATA\", \"ini\": 1102, \"clust\": 1103, \"rank\": 2398, \"rankvar\": 2655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1973, \"group\": [1105.0, 149.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCAAAGCAAT\", \"ini\": 1101, \"clust\": 1034, \"rank\": 2461, \"rankvar\": 2717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2488, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1974, \"group\": [1037.0, 137.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCTTTACGT\", \"ini\": 1100, \"clust\": 220, \"rank\": 2401, \"rankvar\": 2853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2489, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2729, \"group\": [220.0, 60.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAATAGCA\", \"ini\": 1099, \"clust\": 1036, \"rank\": 2361, \"rankvar\": 1950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1975, \"group\": [1036.0, 137.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTGCAACGA\", \"ini\": 1098, \"clust\": 1384, \"rank\": 2453, \"rankvar\": 3388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2491, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1825, \"group\": [1382.0, 213.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTTACCTA\", \"ini\": 1097, \"clust\": 1095, \"rank\": 2249, \"rankvar\": 1402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2492, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1976, \"group\": [1094.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTTGTCTTT\", \"ini\": 1096, \"clust\": 450, \"rank\": 2383, \"rankvar\": 1861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1977, \"group\": [450.0, 106.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGAGCAATT\", \"ini\": 1095, \"clust\": 1543, \"rank\": 2800, \"rankvar\": 551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2494, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1631, \"group\": [1542.0, 262.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGACGGTA\", \"ini\": 1094, \"clust\": 1297, \"rank\": 2668, \"rankvar\": 2860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2495, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1826, \"group\": [1299.0, 207.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCATCCTTGC\", \"ini\": 1093, \"clust\": 1539, \"rank\": 2701, \"rankvar\": 946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1632, \"group\": [1539.0, 261.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCATGGAATA\", \"ini\": 1092, \"clust\": 421, \"rank\": 2368, \"rankvar\": 1487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1978, \"group\": [420.0, 100.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTCCGTCAG\", \"ini\": 1091, \"clust\": 206, \"rank\": 2342, \"rankvar\": 3350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2730, \"group\": [203.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTAGTGA\", \"ini\": 1090, \"clust\": 451, \"rank\": 2443, \"rankvar\": 2079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2499, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1979, \"group\": [451.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCCGATTT\", \"ini\": 1089, \"clust\": 3528, \"rank\": 2834, \"rankvar\": 3516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1633, \"group\": [3527.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTACCATCA\", \"ini\": 1088, \"clust\": 1218, \"rank\": 2085, \"rankvar\": 3387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2501, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2988, \"group\": [1221.0, 175.0, 28.0, 7.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAAACCTAC\", \"ini\": 1087, \"clust\": 1106, \"rank\": 2374, \"rankvar\": 1325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2502, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1980, \"group\": [1110.0, 151.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACAACTGGCC\", \"ini\": 1086, \"clust\": 468, \"rank\": 2454, \"rankvar\": 1254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1981, \"group\": [470.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTTCGCGC\", \"ini\": 1085, \"clust\": 1540, \"rank\": 2788, \"rankvar\": 1204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1634, \"group\": [1540.0, 261.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATCCGG\", \"ini\": 1084, \"clust\": 1060, \"rank\": 2299, \"rankvar\": 1661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1982, \"group\": [1061.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGTTGAGTA\", \"ini\": 1083, \"clust\": 104, \"rank\": 2740, \"rankvar\": 3538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2506, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 166, \"group\": [104.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTATATGAG\", \"ini\": 1082, \"clust\": 249, \"rank\": 2182, \"rankvar\": 3449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2507, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2731, \"group\": [250.0, 69.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTAATAGCA\", \"ini\": 1081, \"clust\": 2867, \"rank\": 2607, \"rankvar\": 2118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3550, \"group\": [2867.0, 499.0, 68.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGATGGCGT\", \"ini\": 1080, \"clust\": 209, \"rank\": 2435, \"rankvar\": 3433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2509, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2732, \"group\": [209.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTTTAGGAA\", \"ini\": 1079, \"clust\": 414, \"rank\": 2421, \"rankvar\": 1055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1983, \"group\": [414.0, 99.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCGAATGCT\", \"ini\": 1078, \"clust\": 1027, \"rank\": 2389, \"rankvar\": 2359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1984, \"group\": [1028.0, 134.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGACAAAGG\", \"ini\": 1077, \"clust\": 1385, \"rank\": 2458, \"rankvar\": 3002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2512, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1827, \"group\": [1383.0, 213.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCGACAGCC\", \"ini\": 1076, \"clust\": 2981, \"rank\": 2574, \"rankvar\": 2831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2513, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3551, \"group\": [2982.0, 550.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTTCAACT\", \"ini\": 1075, \"clust\": 615, \"rank\": 2409, \"rankvar\": 983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2514, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1985, \"group\": [617.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGTATTGGA\", \"ini\": 1074, \"clust\": 1100, \"rank\": 2312, \"rankvar\": 1148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1986, \"group\": [1101.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCACGAAACG\", \"ini\": 1073, \"clust\": 193, \"rank\": 2345, \"rankvar\": 3073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2516, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2733, \"group\": [190.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGGCACTA\", \"ini\": 1072, \"clust\": 1528, \"rank\": 2770, \"rankvar\": 687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1635, \"group\": [1527.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCGAGTTT\", \"ini\": 1071, \"clust\": 3540, \"rank\": 3151, \"rankvar\": 3568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2518, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 143, \"group\": [3539.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGAGAGCTC\", \"ini\": 1070, \"clust\": 294, \"rank\": 2522, \"rankvar\": 2218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2519, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1987, \"group\": [295.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTCCCTACT\", \"ini\": 1069, \"clust\": 1058, \"rank\": 2334, \"rankvar\": 2430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1988, \"group\": [1057.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGCGAAGGG\", \"ini\": 1068, \"clust\": 241, \"rank\": 2203, \"rankvar\": 3223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2521, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2734, \"group\": [245.0, 67.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCGCGTAGC\", \"ini\": 1067, \"clust\": 1085, \"rank\": 2277, \"rankvar\": 2631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2522, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1989, \"group\": [1085.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCACCCAG\", \"ini\": 1066, \"clust\": 215, \"rank\": 2350, \"rankvar\": 3353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2523, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2735, \"group\": [215.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACATTAGGCT\", \"ini\": 1065, \"clust\": 1110, \"rank\": 2394, \"rankvar\": 1928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2524, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1990, \"group\": [1109.0, 150.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCCAGAGGA\", \"ini\": 1064, \"clust\": 407, \"rank\": 2558, \"rankvar\": 2009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2525, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1991, \"group\": [407.0, 96.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCACTGTCGG\", \"ini\": 1063, \"clust\": 1219, \"rank\": 2177, \"rankvar\": 3251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2989, \"group\": [1219.0, 175.0, 28.0, 7.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTTCTGCGTAA\", \"ini\": 1062, \"clust\": 495, \"rank\": 2397, \"rankvar\": 627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2527, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1992, \"group\": [502.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTCACCTAA\", \"ini\": 1061, \"clust\": 1398, \"rank\": 2384, \"rankvar\": 1870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1636, \"group\": [1395.0, 219.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTACTTAGC\", \"ini\": 1060, \"clust\": 665, \"rank\": 2366, \"rankvar\": 2277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1993, \"group\": [663.0, 117.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGACCTAGG\", \"ini\": 1059, \"clust\": 95, \"rank\": 2678, \"rankvar\": 2972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2530, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 167, \"group\": [94.0, 43.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACAGACAG\", \"ini\": 1058, \"clust\": 1498, \"rank\": 2716, \"rankvar\": 503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1637, \"group\": [1500.0, 258.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGTGTGGT\", \"ini\": 1057, \"clust\": 96, \"rank\": 2585, \"rankvar\": 2802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2532, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 168, \"group\": [96.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTTATCGGT\", \"ini\": 1056, \"clust\": 2988, \"rank\": 2677, \"rankvar\": 3211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3552, \"group\": [2987.0, 552.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACACAGACTT\", \"ini\": 1055, \"clust\": 469, \"rank\": 2457, \"rankvar\": 1082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2534, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1994, \"group\": [468.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTCAAGTCATC\", \"ini\": 1054, \"clust\": 110, \"rank\": 2571, \"rankvar\": 3206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2535, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 169, \"group\": [111.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGTTAACC\", \"ini\": 1053, \"clust\": 208, \"rank\": 2411, \"rankvar\": 3371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2536, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2736, \"group\": [210.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACACTGCG\", \"ini\": 1052, \"clust\": 3542, \"rank\": 3070, \"rankvar\": 3565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2537, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 144, \"group\": [3541.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCATGTTGAC\", \"ini\": 1051, \"clust\": 1500, \"rank\": 2772, \"rankvar\": 1037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1638, \"group\": [1499.0, 258.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTTAGCGG\", \"ini\": 1050, \"clust\": 470, \"rank\": 2504, \"rankvar\": 2951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2539, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1995, \"group\": [469.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGAGAATTCCC\", \"ini\": 1049, \"clust\": 1070, \"rank\": 2344, \"rankvar\": 2151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2540, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1996, \"group\": [1070.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCACACCGAC\", \"ini\": 1048, \"clust\": 143, \"rank\": 2521, \"rankvar\": 3318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2541, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2737, \"group\": [143.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGCACTTA\", \"ini\": 1047, \"clust\": 192, \"rank\": 2371, \"rankvar\": 3386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2542, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2738, \"group\": [192.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCAACACTG\", \"ini\": 1046, \"clust\": 3464, \"rank\": 3190, \"rankvar\": 3506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2543, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 145, \"group\": [3463.0, 643.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGCCCA\", \"ini\": 1045, \"clust\": 1395, \"rank\": 2505, \"rankvar\": 809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1639, \"group\": [1399.0, 221.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAGTAAGTAGT\", \"ini\": 1044, \"clust\": 1052, \"rank\": 2427, \"rankvar\": 2574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1997, \"group\": [1050.0, 143.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGACACTT\", \"ini\": 1043, \"clust\": 290, \"rank\": 2437, \"rankvar\": 2801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2546, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1998, \"group\": [294.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTGTGACCC\", \"ini\": 1042, \"clust\": 426, \"rank\": 2425, \"rankvar\": 2219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2547, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1999, \"group\": [427.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCAGTATAAG\", \"ini\": 1041, \"clust\": 2973, \"rank\": 2774, \"rankvar\": 2847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2548, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3553, \"group\": [2973.0, 546.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCACCGGGT\", \"ini\": 1040, \"clust\": 490, \"rank\": 2450, \"rankvar\": 878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2549, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2000, \"group\": [491.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGTAATA\", \"ini\": 1039, \"clust\": 111, \"rank\": 2734, \"rankvar\": 3476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2550, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 170, \"group\": [109.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGCCGTCGT\", \"ini\": 1038, \"clust\": 1066, \"rank\": 2243, \"rankvar\": 2846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2551, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2001, \"group\": [1069.0, 145.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTCCGTTAA\", \"ini\": 1037, \"clust\": 221, \"rank\": 2325, \"rankvar\": 3061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2552, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2739, \"group\": [221.0, 60.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGCATGAT\", \"ini\": 1036, \"clust\": 446, \"rank\": 2544, \"rankvar\": 1649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2002, \"group\": [448.0, 106.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTATTAGCC\", \"ini\": 1035, \"clust\": 1073, \"rank\": 2288, \"rankvar\": 2596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2003, \"group\": [1076.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACACTGCG\", \"ini\": 1034, \"clust\": 1069, \"rank\": 2373, \"rankvar\": 1401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2555, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2004, \"group\": [1072.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCTCTTA\", \"ini\": 1033, \"clust\": 214, \"rank\": 2346, \"rankvar\": 3248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2556, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2740, \"group\": [214.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATTGGGCC\", \"ini\": 1032, \"clust\": 1550, \"rank\": 2893, \"rankvar\": 1706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1640, \"group\": [1549.0, 264.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCTTACCTA\", \"ini\": 1031, \"clust\": 422, \"rank\": 2412, \"rankvar\": 1701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2558, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2005, \"group\": [421.0, 100.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCCATTAT\", \"ini\": 1030, \"clust\": 1078, \"rank\": 2375, \"rankvar\": 1748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2559, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2006, \"group\": [1079.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAATCCTTCAAT\", \"ini\": 1029, \"clust\": 1509, \"rank\": 2879, \"rankvar\": 2043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1641, \"group\": [1508.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAATGGATA\", \"ini\": 1028, \"clust\": 1407, \"rank\": 2806, \"rankvar\": 2076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2561, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1642, \"group\": [1408.0, 227.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGTTGCC\", \"ini\": 1027, \"clust\": 403, \"rank\": 2588, \"rankvar\": 1682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2562, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2007, \"group\": [401.0, 94.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTCTGGTCG\", \"ini\": 1026, \"clust\": 1083, \"rank\": 2404, \"rankvar\": 1984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2008, \"group\": [1086.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTAACGCGA\", \"ini\": 1025, \"clust\": 1067, \"rank\": 2306, \"rankvar\": 2281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2009, \"group\": [1067.0, 145.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCAGTTGAC\", \"ini\": 1024, \"clust\": 526, \"rank\": 2467, \"rankvar\": 673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2565, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2010, \"group\": [528.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTGAGAT\", \"ini\": 1023, \"clust\": 3544, \"rank\": 3149, \"rankvar\": 3561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2566, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 146, \"group\": [3543.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTCAGCTAT\", \"ini\": 1022, \"clust\": 191, \"rank\": 2462, \"rankvar\": 3291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2567, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2741, \"group\": [193.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCCAACCAA\", \"ini\": 1021, \"clust\": 1533, \"rank\": 2968, \"rankvar\": 2185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1643, \"group\": [1532.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGAGTCTGG\", \"ini\": 1020, \"clust\": 1245, \"rank\": 2884, \"rankvar\": 3041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2569, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1828, \"group\": [1244.0, 195.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTGTCGCG\", \"ini\": 1019, \"clust\": 612, \"rank\": 2518, \"rankvar\": 1458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2011, \"group\": [618.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTTCTGTTT\", \"ini\": 1018, \"clust\": 308, \"rank\": 2508, \"rankvar\": 725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2571, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2012, \"group\": [309.0, 87.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCAAGTAGTA\", \"ini\": 1017, \"clust\": 117, \"rank\": 2591, \"rankvar\": 2658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2572, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2013, \"group\": [118.0, 48.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCAATGTC\", \"ini\": 1016, \"clust\": 200, \"rank\": 2560, \"rankvar\": 3452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2573, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2742, \"group\": [200.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCTACCTA\", \"ini\": 1015, \"clust\": 1068, \"rank\": 2295, \"rankvar\": 2541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2014, \"group\": [1068.0, 145.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGAGTAGA\", \"ini\": 1014, \"clust\": 454, \"rank\": 2362, \"rankvar\": 2438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2575, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2015, \"group\": [455.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGGACAAG\", \"ini\": 1013, \"clust\": 1502, \"rank\": 2837, \"rankvar\": 704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1644, \"group\": [1502.0, 258.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGCATGTAAGA\", \"ini\": 1012, \"clust\": 204, \"rank\": 2499, \"rankvar\": 3076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2577, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2743, \"group\": [211.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGAGCTCCCAG\", \"ini\": 1011, \"clust\": 613, \"rank\": 2475, \"rankvar\": 2101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2016, \"group\": [612.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTAGGGTAC\", \"ini\": 1010, \"clust\": 207, \"rank\": 2451, \"rankvar\": 3152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2579, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2744, \"group\": [204.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCAGGAATCG\", \"ini\": 1009, \"clust\": 3545, \"rank\": 3246, \"rankvar\": 3582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2580, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 147, \"group\": [3544.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTACCCAAT\", \"ini\": 1008, \"clust\": 1098, \"rank\": 2347, \"rankvar\": 1368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2581, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2017, \"group\": [1099.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCACATTCGA\", \"ini\": 1007, \"clust\": 664, \"rank\": 2474, \"rankvar\": 2269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2582, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2018, \"group\": [665.0, 117.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCCAGACGCAA\", \"ini\": 1006, \"clust\": 493, \"rank\": 2484, \"rankvar\": 1059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2583, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2019, \"group\": [493.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAATTGCC\", \"ini\": 1005, \"clust\": 279, \"rank\": 2440, \"rankvar\": 2053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2584, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2020, \"group\": [283.0, 82.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGAACTGC\", \"ini\": 1004, \"clust\": 605, \"rank\": 2495, \"rankvar\": 1243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2585, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2021, \"group\": [611.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTACGCGC\", \"ini\": 1003, \"clust\": 2870, \"rank\": 2730, \"rankvar\": 2084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2586, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 148, \"group\": [2871.0, 502.0, 69.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCCACTAT\", \"ini\": 1002, \"clust\": 3530, \"rank\": 3196, \"rankvar\": 3551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2587, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 149, \"group\": [3529.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCCCGGATG\", \"ini\": 1001, \"clust\": 1299, \"rank\": 2819, \"rankvar\": 3186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2588, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1829, \"group\": [1298.0, 207.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTATAGGGC\", \"ini\": 1000, \"clust\": 686, \"rank\": 2500, \"rankvar\": 2407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2589, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2022, \"group\": [686.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGCCTGAG\", \"ini\": 999, \"clust\": 97, \"rank\": 2647, \"rankvar\": 3144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2590, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 171, \"group\": [97.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTACCGTTA\", \"ini\": 998, \"clust\": 1088, \"rank\": 2429, \"rankvar\": 2025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2591, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2023, \"group\": [1087.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCATTCTCAT\", \"ini\": 997, \"clust\": 219, \"rank\": 2402, \"rankvar\": 2563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2592, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2745, \"group\": [222.0, 61.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGACCACA\", \"ini\": 996, \"clust\": 1092, \"rank\": 2315, \"rankvar\": 2713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2593, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2024, \"group\": [1096.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATCACGCGAAA\", \"ini\": 995, \"clust\": 98, \"rank\": 2669, \"rankvar\": 3549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2594, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 172, \"group\": [101.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGGTCCGA\", \"ini\": 994, \"clust\": 642, \"rank\": 2482, \"rankvar\": 1720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2595, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2025, \"group\": [641.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCGTTGCC\", \"ini\": 993, \"clust\": 676, \"rank\": 2471, \"rankvar\": 526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2596, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2026, \"group\": [677.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCTCATTCA\", \"ini\": 992, \"clust\": 121, \"rank\": 2507, \"rankvar\": 2928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2597, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2746, \"group\": [122.0, 50.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCCCTCTTT\", \"ini\": 991, \"clust\": 417, \"rank\": 2517, \"rankvar\": 2378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2598, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2027, \"group\": [416.0, 100.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGCGA\", \"ini\": 990, \"clust\": 1099, \"rank\": 2336, \"rankvar\": 2535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2599, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2028, \"group\": [1100.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTCAATGTC\", \"ini\": 989, \"clust\": 733, \"rank\": 2603, \"rankvar\": 1846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2600, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2029, \"group\": [735.0, 124.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTGACAAAT\", \"ini\": 988, \"clust\": 2984, \"rank\": 2881, \"rankvar\": 2814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2601, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3554, \"group\": [2984.0, 551.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCCATTCTA\", \"ini\": 987, \"clust\": 1096, \"rank\": 2408, \"rankvar\": 2299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2602, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2030, \"group\": [1097.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGTCTATCCCG\", \"ini\": 986, \"clust\": 103, \"rank\": 2885, \"rankvar\": 3496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2603, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 173, \"group\": [105.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCATATCG\", \"ini\": 985, \"clust\": 288, \"rank\": 2531, \"rankvar\": 2074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2604, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2031, \"group\": [289.0, 83.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCATTCCTGC\", \"ini\": 984, \"clust\": 1522, \"rank\": 3134, \"rankvar\": 2980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1645, \"group\": [1522.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTCTC\", \"ini\": 983, \"clust\": 158, \"rank\": 2442, \"rankvar\": 2641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2606, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2032, \"group\": [159.0, 57.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCGTCCAGG\", \"ini\": 982, \"clust\": 315, \"rank\": 2515, \"rankvar\": 2645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2607, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2033, \"group\": [316.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCTGCGGT\", \"ini\": 981, \"clust\": 1496, \"rank\": 2933, \"rankvar\": 1312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1646, \"group\": [1496.0, 258.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTTGCAGG\", \"ini\": 980, \"clust\": 188, \"rank\": 2581, \"rankvar\": 3370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2609, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2747, \"group\": [185.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCCCTAAT\", \"ini\": 979, \"clust\": 2974, \"rank\": 3038, \"rankvar\": 3352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3555, \"group\": [2974.0, 546.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCCAAGCCG\", \"ini\": 978, \"clust\": 1535, \"rank\": 2897, \"rankvar\": 2512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1647, \"group\": [1535.0, 261.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTGCTGTC\", \"ini\": 977, \"clust\": 1537, \"rank\": 2891, \"rankvar\": 174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2612, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1648, \"group\": [1536.0, 261.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTAGAGTC\", \"ini\": 976, \"clust\": 3539, \"rank\": 3193, \"rankvar\": 3587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2613, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 150, \"group\": [3538.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTGTTAA\", \"ini\": 975, \"clust\": 1242, \"rank\": 3036, \"rankvar\": 3130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2614, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1830, \"group\": [1246.0, 196.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGCTCAGA\", \"ini\": 974, \"clust\": 1074, \"rank\": 2465, \"rankvar\": 2415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2615, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2034, \"group\": [1075.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAGTCAGTGGA\", \"ini\": 973, \"clust\": 402, \"rank\": 2608, \"rankvar\": 355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2616, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2035, \"group\": [403.0, 94.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTAGTCA\", \"ini\": 972, \"clust\": 194, \"rank\": 2510, \"rankvar\": 3456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2617, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2748, \"group\": [191.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGCTAAGAT\", \"ini\": 971, \"clust\": 297, \"rank\": 2481, \"rankvar\": 2744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2618, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2036, \"group\": [299.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCATGGGACA\", \"ini\": 970, \"clust\": 400, \"rank\": 2487, \"rankvar\": 2827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2619, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2037, \"group\": [400.0, 93.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACATCCA\", \"ini\": 969, \"clust\": 292, \"rank\": 2447, \"rankvar\": 2617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2620, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2038, \"group\": [291.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCAGCTAGTTC\", \"ini\": 968, \"clust\": 295, \"rank\": 2565, \"rankvar\": 1946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2621, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2039, \"group\": [296.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGGTGTCG\", \"ini\": 967, \"clust\": 293, \"rank\": 2468, \"rankvar\": 2165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2622, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2040, \"group\": [292.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGTAGATC\", \"ini\": 966, \"clust\": 1523, \"rank\": 3092, \"rankvar\": 2503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1649, \"group\": [1523.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCACATAGC\", \"ini\": 965, \"clust\": 548, \"rank\": 2498, \"rankvar\": 1336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2624, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2041, \"group\": [548.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCAGCAC\", \"ini\": 964, \"clust\": 614, \"rank\": 2566, \"rankvar\": 1740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2625, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2042, \"group\": [613.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCATTAGC\", \"ini\": 963, \"clust\": 1382, \"rank\": 2747, \"rankvar\": 2597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1831, \"group\": [1385.0, 213.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGATCACGG\", \"ini\": 962, \"clust\": 311, \"rank\": 2595, \"rankvar\": 1866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2627, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2043, \"group\": [311.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTACCAGTT\", \"ini\": 961, \"clust\": 730, \"rank\": 2538, \"rankvar\": 2164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2628, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2044, \"group\": [732.0, 124.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGATATAC\", \"ini\": 960, \"clust\": 105, \"rank\": 2957, \"rankvar\": 3539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2629, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 174, \"group\": [102.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTAAGGGAA\", \"ini\": 959, \"clust\": 1089, \"rank\": 2432, \"rankvar\": 1692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2630, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2045, \"group\": [1088.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCAGGCAAG\", \"ini\": 958, \"clust\": 1044, \"rank\": 2489, \"rankvar\": 868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2631, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2046, \"group\": [1044.0, 141.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGGAGTACC\", \"ini\": 957, \"clust\": 211, \"rank\": 2615, \"rankvar\": 3158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2632, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2749, \"group\": [206.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGACGGTA\", \"ini\": 956, \"clust\": 520, \"rank\": 2555, \"rankvar\": 978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2633, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2047, \"group\": [520.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGTGAAAT\", \"ini\": 955, \"clust\": 283, \"rank\": 2520, \"rankvar\": 2229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2634, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2048, \"group\": [284.0, 83.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCACATCTTT\", \"ini\": 954, \"clust\": 1071, \"rank\": 2485, \"rankvar\": 1823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2635, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2049, \"group\": [1071.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCTTACCTA\", \"ini\": 953, \"clust\": 1497, \"rank\": 2984, \"rankvar\": 1246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1650, \"group\": [1497.0, 258.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGACTAGGC\", \"ini\": 952, \"clust\": 317, \"rank\": 2652, \"rankvar\": 3343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2637, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2050, \"group\": [320.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCAGGCAAG\", \"ini\": 951, \"clust\": 1063, \"rank\": 2483, \"rankvar\": 2497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2638, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2051, \"group\": [1063.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACTCTGTC\", \"ini\": 950, \"clust\": 641, \"rank\": 2494, \"rankvar\": 1589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2639, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2052, \"group\": [646.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCTAACCGA\", \"ini\": 949, \"clust\": 1045, \"rank\": 2523, \"rankvar\": 2919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2640, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2053, \"group\": [1048.0, 142.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGGAAATA\", \"ini\": 948, \"clust\": 441, \"rank\": 2441, \"rankvar\": 1855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2641, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2054, \"group\": [441.0, 105.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTATGCTTG\", \"ini\": 947, \"clust\": 201, \"rank\": 2627, \"rankvar\": 3441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2642, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2750, \"group\": [198.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATCATCCGCGA\", \"ini\": 946, \"clust\": 561, \"rank\": 2436, \"rankvar\": 2764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2643, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2055, \"group\": [567.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGACTTTCG\", \"ini\": 945, \"clust\": 466, \"rank\": 2576, \"rankvar\": 1461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2644, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2056, \"group\": [466.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGTAGCGGT\", \"ini\": 944, \"clust\": 1516, \"rank\": 2939, \"rankvar\": 167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1651, \"group\": [1521.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAAGCGATATA\", \"ini\": 943, \"clust\": 1072, \"rank\": 2403, \"rankvar\": 3147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2646, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2057, \"group\": [1077.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCGAATCT\", \"ini\": 942, \"clust\": 1061, \"rank\": 2492, \"rankvar\": 1433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2647, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2058, \"group\": [1064.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACTCTTA\", \"ini\": 941, \"clust\": 507, \"rank\": 2536, \"rankvar\": 2051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2648, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2059, \"group\": [506.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTTAGGAA\", \"ini\": 940, \"clust\": 438, \"rank\": 2530, \"rankvar\": 1576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2649, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2060, \"group\": [436.0, 104.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCCGAAGAG\", \"ini\": 939, \"clust\": 1112, \"rank\": 2406, \"rankvar\": 1611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2650, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2920, \"group\": [1112.0, 153.0, 24.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTTTACGT\", \"ini\": 938, \"clust\": 603, \"rank\": 2502, \"rankvar\": 2304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2651, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2061, \"group\": [603.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATGCAATC\", \"ini\": 937, \"clust\": 1531, \"rank\": 3057, \"rankvar\": 1366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1652, \"group\": [1533.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTACAA\", \"ini\": 936, \"clust\": 989, \"rank\": 2578, \"rankvar\": 1858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2653, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2062, \"group\": [989.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTTGTTTC\", \"ini\": 935, \"clust\": 510, \"rank\": 2548, \"rankvar\": 1294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2654, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2063, \"group\": [508.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCGGACAAG\", \"ini\": 934, \"clust\": 481, \"rank\": 2622, \"rankvar\": 709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2655, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2064, \"group\": [486.0, 108.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATTACCG\", \"ini\": 933, \"clust\": 99, \"rank\": 2724, \"rankvar\": 3505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2656, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 175, \"group\": [100.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGCTTTGGT\", \"ini\": 932, \"clust\": 112, \"rank\": 2847, \"rankvar\": 3455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2657, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 176, \"group\": [110.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCCACGAAT\", \"ini\": 931, \"clust\": 3541, \"rank\": 3210, \"rankvar\": 3557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2658, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 151, \"group\": [3540.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAACGATCT\", \"ini\": 930, \"clust\": 591, \"rank\": 2535, \"rankvar\": 2402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2659, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2065, \"group\": [592.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTGGCGAAT\", \"ini\": 929, \"clust\": 669, \"rank\": 2619, \"rankvar\": 1305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2660, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2066, \"group\": [667.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCAACGAAA\", \"ini\": 928, \"clust\": 1081, \"rank\": 2386, \"rankvar\": 2688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2661, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2067, \"group\": [1082.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTATCGCC\", \"ini\": 927, \"clust\": 489, \"rank\": 2646, \"rankvar\": 1820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2068, \"group\": [492.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTATCCCG\", \"ini\": 926, \"clust\": 1082, \"rank\": 2513, \"rankvar\": 1839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2663, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2069, \"group\": [1083.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACATGACATC\", \"ini\": 925, \"clust\": 289, \"rank\": 2624, \"rankvar\": 2399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2664, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2070, \"group\": [290.0, 83.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACACGGATAG\", \"ini\": 924, \"clust\": 93, \"rank\": 2913, \"rankvar\": 2437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2665, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 177, \"group\": [95.0, 43.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTCCACAA\", \"ini\": 923, \"clust\": 1053, \"rank\": 2501, \"rankvar\": 1773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2666, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2071, \"group\": [1059.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGGGTCTCC\", \"ini\": 922, \"clust\": 161, \"rank\": 2545, \"rankvar\": 2938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2667, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2751, \"group\": [161.0, 57.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGGATTGG\", \"ini\": 921, \"clust\": 1104, \"rank\": 2537, \"rankvar\": 2289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2668, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2072, \"group\": [1103.0, 148.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACCAGTTCCCT\", \"ini\": 920, \"clust\": 663, \"rank\": 2477, \"rankvar\": 1752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2669, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2073, \"group\": [666.0, 117.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCATCATC\", \"ini\": 919, \"clust\": 959, \"rank\": 2592, \"rankvar\": 1857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2670, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2074, \"group\": [959.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTCGCTAA\", \"ini\": 918, \"clust\": 217, \"rank\": 2529, \"rankvar\": 3454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2671, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2752, \"group\": [217.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCGGCCGAT\", \"ini\": 917, \"clust\": 418, \"rank\": 2554, \"rankvar\": 2442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2672, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2075, \"group\": [417.0, 100.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCCGTACAA\", \"ini\": 916, \"clust\": 296, \"rank\": 2675, \"rankvar\": 2339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2673, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2076, \"group\": [300.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTAACGGT\", \"ini\": 915, \"clust\": 957, \"rank\": 2631, \"rankvar\": 1289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2674, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2077, \"group\": [957.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTGTAGGGTAC\", \"ini\": 914, \"clust\": 447, \"rank\": 2655, \"rankvar\": 1138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2675, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2078, \"group\": [446.0, 106.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGTTGTC\", \"ini\": 913, \"clust\": 522, \"rank\": 2593, \"rankvar\": 1287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2676, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2079, \"group\": [522.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTCATTAGGCT\", \"ini\": 912, \"clust\": 1090, \"rank\": 2372, \"rankvar\": 2736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2677, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2080, \"group\": [1090.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTGTCGCTG\", \"ini\": 911, \"clust\": 2865, \"rank\": 2971, \"rankvar\": 3215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2678, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2081, \"group\": [2888.0, 513.0, 75.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCAGCTGGC\", \"ini\": 910, \"clust\": 1087, \"rank\": 2541, \"rankvar\": 2348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2679, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2082, \"group\": [1089.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGTGGCTC\", \"ini\": 909, \"clust\": 658, \"rank\": 2623, \"rankvar\": 2953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2680, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2083, \"group\": [662.0, 116.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGTGTGGT\", \"ini\": 908, \"clust\": 1114, \"rank\": 2562, \"rankvar\": 93, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2681, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2921, \"group\": [1115.0, 154.0, 24.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCACCCT\", \"ini\": 907, \"clust\": 552, \"rank\": 2470, \"rankvar\": 2460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2682, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2084, \"group\": [552.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAGGCCT\", \"ini\": 906, \"clust\": 644, \"rank\": 2553, \"rankvar\": 2155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2683, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2085, \"group\": [645.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCACCGGGT\", \"ini\": 905, \"clust\": 753, \"rank\": 2684, \"rankvar\": 1869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2684, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2086, \"group\": [753.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCTCAACT\", \"ini\": 904, \"clust\": 694, \"rank\": 2729, \"rankvar\": 1636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2685, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2087, \"group\": [693.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTGTGCAGTAG\", \"ini\": 903, \"clust\": 458, \"rank\": 2633, \"rankvar\": 1409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2686, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2088, \"group\": [457.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCTTGCCA\", \"ini\": 902, \"clust\": 218, \"rank\": 2506, \"rankvar\": 3358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2687, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2753, \"group\": [218.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGGATA\", \"ini\": 901, \"clust\": 210, \"rank\": 2559, \"rankvar\": 3487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2688, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2754, \"group\": [208.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCAGCACAT\", \"ini\": 900, \"clust\": 427, \"rank\": 2594, \"rankvar\": 1643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2689, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2089, \"group\": [425.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAGCCTAA\", \"ini\": 899, \"clust\": 1097, \"rank\": 2563, \"rankvar\": 1517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2690, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2090, \"group\": [1098.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATGCCCGA\", \"ini\": 898, \"clust\": 1075, \"rank\": 2550, \"rankvar\": 2230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2091, \"group\": [1073.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCAACTA\", \"ini\": 897, \"clust\": 491, \"rank\": 2681, \"rankvar\": 452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2092, \"group\": [489.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCTAGGGC\", \"ini\": 896, \"clust\": 146, \"rank\": 2670, \"rankvar\": 3347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2693, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2755, \"group\": [146.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTATTACCG\", \"ini\": 895, \"clust\": 703, \"rank\": 2689, \"rankvar\": 556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2694, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2093, \"group\": [701.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCATGAT\", \"ini\": 894, \"clust\": 442, \"rank\": 2584, \"rankvar\": 1873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2695, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2094, \"group\": [442.0, 105.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAAGCGTAG\", \"ini\": 893, \"clust\": 216, \"rank\": 2473, \"rankvar\": 3135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2696, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2756, \"group\": [216.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACGTTGGC\", \"ini\": 892, \"clust\": 184, \"rank\": 2573, \"rankvar\": 3051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2697, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2757, \"group\": [219.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCTGATACG\", \"ini\": 891, \"clust\": 1079, \"rank\": 2542, \"rankvar\": 951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2698, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2095, \"group\": [1080.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGAGTATA\", \"ini\": 890, \"clust\": 594, \"rank\": 2617, \"rankvar\": 2138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2699, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2096, \"group\": [597.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACGACTCG\", \"ini\": 889, \"clust\": 590, \"rank\": 2632, \"rankvar\": 2501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2700, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2097, \"group\": [593.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCAATAAGG\", \"ini\": 888, \"clust\": 601, \"rank\": 2638, \"rankvar\": 1937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2701, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2098, \"group\": [601.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGATGTAT\", \"ini\": 887, \"clust\": 542, \"rank\": 2685, \"rankvar\": 1434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2702, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2099, \"group\": [542.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATTGCGA\", \"ini\": 886, \"clust\": 671, \"rank\": 2721, \"rankvar\": 1990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2703, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2100, \"group\": [674.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCCTCTTT\", \"ini\": 885, \"clust\": 106, \"rank\": 2983, \"rankvar\": 2950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2704, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 178, \"group\": [103.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCGACCAGC\", \"ini\": 884, \"clust\": 455, \"rank\": 2658, \"rankvar\": 1575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2705, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2101, \"group\": [453.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACACCTTGTC\", \"ini\": 883, \"clust\": 695, \"rank\": 2735, \"rankvar\": 848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2706, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2102, \"group\": [694.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTGGTATG\", \"ini\": 882, \"clust\": 284, \"rank\": 2611, \"rankvar\": 2663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2707, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2103, \"group\": [285.0, 83.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGCCCAACC\", \"ini\": 881, \"clust\": 492, \"rank\": 2777, \"rankvar\": 1024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2708, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2104, \"group\": [490.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGATATGCA\", \"ini\": 880, \"clust\": 592, \"rank\": 2710, \"rankvar\": 1702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2709, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2105, \"group\": [590.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCAAGGTGTG\", \"ini\": 879, \"clust\": 991, \"rank\": 2751, \"rankvar\": 697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2710, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2106, \"group\": [991.0, 130.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAGGCTCAC\", \"ini\": 878, \"clust\": 459, \"rank\": 2643, \"rankvar\": 2052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2711, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2107, \"group\": [458.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTCATGCAT\", \"ini\": 877, \"clust\": 275, \"rank\": 2552, \"rankvar\": 2303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2712, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2840, \"group\": [279.0, 80.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTCTTGCA\", \"ini\": 876, \"clust\": 432, \"rank\": 2533, \"rankvar\": 1081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2713, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2108, \"group\": [433.0, 102.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCATTTGGG\", \"ini\": 875, \"clust\": 509, \"rank\": 2616, \"rankvar\": 1756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2714, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2109, \"group\": [510.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTCCAT\", \"ini\": 874, \"clust\": 189, \"rank\": 2667, \"rankvar\": 3177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2715, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2758, \"group\": [186.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCTTGC\", \"ini\": 873, \"clust\": 689, \"rank\": 2787, \"rankvar\": 1456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2716, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2110, \"group\": [692.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACCTAC\", \"ini\": 872, \"clust\": 684, \"rank\": 2644, \"rankvar\": 2326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2717, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2111, \"group\": [684.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGTTAGGTA\", \"ini\": 871, \"clust\": 245, \"rank\": 2393, \"rankvar\": 3071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2718, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2759, \"group\": [248.0, 68.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCTCTTGAT\", \"ini\": 870, \"clust\": 202, \"rank\": 2641, \"rankvar\": 3377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2719, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2760, \"group\": [199.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCGTAGGAG\", \"ini\": 869, \"clust\": 424, \"rank\": 2686, \"rankvar\": 1406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2720, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2112, \"group\": [423.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGCCGCT\", \"ini\": 868, \"clust\": 433, \"rank\": 2596, \"rankvar\": 1836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2721, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2113, \"group\": [431.0, 102.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCACGACGAA\", \"ini\": 867, \"clust\": 1101, \"rank\": 2528, \"rankvar\": 2379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2722, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2114, \"group\": [1102.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGTCCTCT\", \"ini\": 866, \"clust\": 1234, \"rank\": 2746, \"rankvar\": 3334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3556, \"group\": [1235.0, 189.0, 32.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGTCGAT\", \"ini\": 865, \"clust\": 291, \"rank\": 2514, \"rankvar\": 2894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2115, \"group\": [293.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTAGAATGTTG\", \"ini\": 864, \"clust\": 960, \"rank\": 2649, \"rankvar\": 2340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2725, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2116, \"group\": [960.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCATCCAACA\", \"ini\": 863, \"clust\": 398, \"rank\": 2963, \"rankvar\": 1914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2726, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3565, \"group\": [405.0, 95.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGGGAGTAA\", \"ini\": 862, \"clust\": 3549, \"rank\": 3183, \"rankvar\": 3588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2727, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 152, \"group\": [3545.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCCCGTT\", \"ini\": 861, \"clust\": 187, \"rank\": 2769, \"rankvar\": 3339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2728, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2761, \"group\": [187.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACCATTCGACA\", \"ini\": 860, \"clust\": 717, \"rank\": 2846, \"rankvar\": 1477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2729, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2117, \"group\": [723.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAAGAAACGCC\", \"ini\": 859, \"clust\": 687, \"rank\": 2715, \"rankvar\": 2851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2730, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2118, \"group\": [687.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCATAAAGG\", \"ini\": 858, \"clust\": 134, \"rank\": 2917, \"rankvar\": 2610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2731, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2762, \"group\": [136.0, 55.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAACGGG\", \"ini\": 857, \"clust\": 485, \"rank\": 2713, \"rankvar\": 2414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2732, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2119, \"group\": [483.0, 108.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCATTCTA\", \"ini\": 856, \"clust\": 428, \"rank\": 2609, \"rankvar\": 2187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2733, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2120, \"group\": [426.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTTGTCAT\", \"ini\": 855, \"clust\": 1235, \"rank\": 2902, \"rankvar\": 2816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3557, \"group\": [1236.0, 190.0, 32.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAACAACA\", \"ini\": 854, \"clust\": 824, \"rank\": 2752, \"rankvar\": 1786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2735, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2121, \"group\": [824.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAACGACG\", \"ini\": 853, \"clust\": 604, \"rank\": 2653, \"rankvar\": 2696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2736, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2122, \"group\": [604.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTGCAAT\", \"ini\": 852, \"clust\": 125, \"rank\": 2606, \"rankvar\": 3239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2737, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2763, \"group\": [126.0, 53.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGGAGAA\", \"ini\": 851, \"clust\": 456, \"rank\": 2639, \"rankvar\": 2781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2738, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2123, \"group\": [454.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCGCTCCA\", \"ini\": 850, \"clust\": 512, \"rank\": 2662, \"rankvar\": 506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2739, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2124, \"group\": [512.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGACCT\", \"ini\": 849, \"clust\": 514, \"rank\": 2704, \"rankvar\": 431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2740, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2125, \"group\": [516.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGGATACC\", \"ini\": 848, \"clust\": 285, \"rank\": 2600, \"rankvar\": 2422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2741, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2126, \"group\": [288.0, 83.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCAGTAT\", \"ini\": 847, \"clust\": 467, \"rank\": 2826, \"rankvar\": 2012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2742, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2127, \"group\": [467.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTTGAT\", \"ini\": 846, \"clust\": 538, \"rank\": 2621, \"rankvar\": 1797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2743, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2128, \"group\": [535.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCCGCAAGC\", \"ini\": 845, \"clust\": 518, \"rank\": 2625, \"rankvar\": 1286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2744, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2129, \"group\": [517.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTATG\", \"ini\": 844, \"clust\": 310, \"rank\": 2654, \"rankvar\": 1929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2745, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2130, \"group\": [315.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGCGTAGTG\", \"ini\": 843, \"clust\": 3543, \"rank\": 3288, \"rankvar\": 3569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2746, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 153, \"group\": [3542.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGACCTC\", \"ini\": 842, \"clust\": 448, \"rank\": 2754, \"rankvar\": 2344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2747, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2131, \"group\": [447.0, 106.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTGCGGCA\", \"ini\": 841, \"clust\": 1091, \"rank\": 2534, \"rankvar\": 2793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2748, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2132, \"group\": [1091.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCATGGTCTA\", \"ini\": 840, \"clust\": 453, \"rank\": 2579, \"rankvar\": 2522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2749, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2133, \"group\": [456.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGCGCCTTG\", \"ini\": 839, \"clust\": 680, \"rank\": 2696, \"rankvar\": 1603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2750, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2134, \"group\": [682.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACTGGCC\", \"ini\": 838, \"clust\": 316, \"rank\": 2637, \"rankvar\": 2835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2751, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2135, \"group\": [317.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTTTAAGCC\", \"ini\": 837, \"clust\": 776, \"rank\": 2719, \"rankvar\": 2275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2752, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2136, \"group\": [776.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGACGGAA\", \"ini\": 836, \"clust\": 108, \"rank\": 2994, \"rankvar\": 3448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2753, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 179, \"group\": [106.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGTAA\", \"ini\": 835, \"clust\": 543, \"rank\": 2725, \"rankvar\": 1658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2754, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2137, \"group\": [540.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACGACTCG\", \"ini\": 834, \"clust\": 620, \"rank\": 2708, \"rankvar\": 2047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2755, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2138, \"group\": [621.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTGCAACGA\", \"ini\": 833, \"clust\": 501, \"rank\": 2694, \"rankvar\": 748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2756, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2139, \"group\": [499.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCGTACCGG\", \"ini\": 832, \"clust\": 621, \"rank\": 2813, \"rankvar\": 2171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2757, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2140, \"group\": [619.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTAGGTGC\", \"ini\": 831, \"clust\": 131, \"rank\": 2859, \"rankvar\": 3296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2758, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2764, \"group\": [132.0, 55.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACATGCTGGC\", \"ini\": 830, \"clust\": 696, \"rank\": 2836, \"rankvar\": 1310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2759, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2141, \"group\": [695.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACGACTA\", \"ini\": 829, \"clust\": 734, \"rank\": 2733, \"rankvar\": 1441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2760, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2142, \"group\": [733.0, 124.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAGCTCCGA\", \"ini\": 828, \"clust\": 1076, \"rank\": 2598, \"rankvar\": 3005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2761, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2143, \"group\": [1074.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGCAACTT\", \"ini\": 827, \"clust\": 429, \"rank\": 2582, \"rankvar\": 1945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2762, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2144, \"group\": [434.0, 103.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGCGCTC\", \"ini\": 826, \"clust\": 312, \"rank\": 2780, \"rankvar\": 2144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2763, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2145, \"group\": [312.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACGCGGT\", \"ini\": 825, \"clust\": 1093, \"rank\": 2651, \"rankvar\": 2761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2764, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2146, \"group\": [1095.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCTACCAGA\", \"ini\": 824, \"clust\": 667, \"rank\": 2773, \"rankvar\": 1571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2765, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2147, \"group\": [670.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCATCGGAT\", \"ini\": 823, \"clust\": 738, \"rank\": 2965, \"rankvar\": 2548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2766, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2148, \"group\": [738.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCTCGCATC\", \"ini\": 822, \"clust\": 508, \"rank\": 2791, \"rankvar\": 1200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2767, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2149, \"group\": [507.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCGTTTATC\", \"ini\": 821, \"clust\": 212, \"rank\": 2760, \"rankvar\": 3423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2768, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2765, \"group\": [207.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTGCGAAAC\", \"ini\": 820, \"clust\": 748, \"rank\": 2702, \"rankvar\": 2033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2769, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2150, \"group\": [750.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGATCGATA\", \"ini\": 819, \"clust\": 714, \"rank\": 2872, \"rankvar\": 1256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2770, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2151, \"group\": [716.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGCTAACTC\", \"ini\": 818, \"clust\": 496, \"rank\": 2618, \"rankvar\": 1582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2771, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2152, \"group\": [495.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTGGCCCTA\", \"ini\": 817, \"clust\": 140, \"rank\": 2812, \"rankvar\": 2622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2766, \"group\": [140.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTACTTAC\", \"ini\": 816, \"clust\": 557, \"rank\": 2673, \"rankvar\": 881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2773, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2153, \"group\": [556.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCCACGAAT\", \"ini\": 815, \"clust\": 500, \"rank\": 2714, \"rankvar\": 1761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2774, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2154, \"group\": [501.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGAACAG\", \"ini\": 814, \"clust\": 740, \"rank\": 2829, \"rankvar\": 1746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2775, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2155, \"group\": [742.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCCAAGCCG\", \"ini\": 813, \"clust\": 527, \"rank\": 2640, \"rankvar\": 1511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2776, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2156, \"group\": [526.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTAGT\", \"ini\": 812, \"clust\": 627, \"rank\": 2755, \"rankvar\": 2027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2777, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2157, \"group\": [626.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCACAGTAC\", \"ini\": 811, \"clust\": 602, \"rank\": 2749, \"rankvar\": 2167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2778, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2158, \"group\": [602.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGTGAAGTT\", \"ini\": 810, \"clust\": 298, \"rank\": 2690, \"rankvar\": 2305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2779, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2159, \"group\": [297.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACAAATCCGT\", \"ini\": 809, \"clust\": 805, \"rank\": 2674, \"rankvar\": 2474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2780, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2160, \"group\": [804.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCACCGATAT\", \"ini\": 808, \"clust\": 1105, \"rank\": 2629, \"rankvar\": 1813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2781, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2161, \"group\": [1104.0, 148.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGCGATCG\", \"ini\": 807, \"clust\": 135, \"rank\": 2854, \"rankvar\": 3301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2782, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2767, \"group\": [134.0, 55.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTTCCACAA\", \"ini\": 806, \"clust\": 820, \"rank\": 2849, \"rankvar\": 2530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2783, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2162, \"group\": [820.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCTCAACA\", \"ini\": 805, \"clust\": 666, \"rank\": 2676, \"rankvar\": 2675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2784, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2163, \"group\": [664.0, 117.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCACAAGACG\", \"ini\": 804, \"clust\": 541, \"rank\": 2840, \"rankvar\": 2180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2785, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2164, \"group\": [543.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTCACATTCGA\", \"ini\": 803, \"clust\": 479, \"rank\": 2758, \"rankvar\": 2396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2786, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2165, \"group\": [478.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTGCGATG\", \"ini\": 802, \"clust\": 1399, \"rank\": 2732, \"rankvar\": 2710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1653, \"group\": [1396.0, 219.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCAGCACAT\", \"ini\": 801, \"clust\": 487, \"rank\": 2705, \"rankvar\": 1931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2788, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2166, \"group\": [487.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGTTCGAT\", \"ini\": 800, \"clust\": 521, \"rank\": 2698, \"rankvar\": 1543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2789, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2167, \"group\": [521.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCGGCTCA\", \"ini\": 799, \"clust\": 281, \"rank\": 2620, \"rankvar\": 1585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2790, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2168, \"group\": [280.0, 81.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGATGTGG\", \"ini\": 798, \"clust\": 1108, \"rank\": 2666, \"rankvar\": 2883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2791, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2169, \"group\": [1107.0, 150.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAAAGGTGC\", \"ini\": 797, \"clust\": 654, \"rank\": 2605, \"rankvar\": 2739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2792, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2170, \"group\": [656.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGTACGTTC\", \"ini\": 796, \"clust\": 599, \"rank\": 2739, \"rankvar\": 1920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2793, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2171, \"group\": [598.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTAAACCTC\", \"ini\": 795, \"clust\": 1080, \"rank\": 2626, \"rankvar\": 2805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2794, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2172, \"group\": [1081.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCTCGTTTA\", \"ini\": 794, \"clust\": 841, \"rank\": 2875, \"rankvar\": 1889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2795, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2173, \"group\": [846.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCGTCGTTC\", \"ini\": 793, \"clust\": 698, \"rank\": 2718, \"rankvar\": 1379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2796, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2174, \"group\": [697.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCACAAACC\", \"ini\": 792, \"clust\": 787, \"rank\": 2742, \"rankvar\": 1416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2797, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2175, \"group\": [790.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAATCCGT\", \"ini\": 791, \"clust\": 735, \"rank\": 2723, \"rankvar\": 1665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2798, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2176, \"group\": [734.0, 124.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTAGCGTGA\", \"ini\": 790, \"clust\": 529, \"rank\": 2642, \"rankvar\": 2673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2177, \"group\": [534.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCCGCTGA\", \"ini\": 789, \"clust\": 596, \"rank\": 2793, \"rankvar\": 2142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2178, \"group\": [594.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAGTAGATTAG\", \"ini\": 788, \"clust\": 482, \"rank\": 2822, \"rankvar\": 1622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2801, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2179, \"group\": [485.0, 108.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGCTAGGT\", \"ini\": 787, \"clust\": 990, \"rank\": 2796, \"rankvar\": 1340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2802, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2180, \"group\": [990.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACATGGGAAC\", \"ini\": 786, \"clust\": 1237, \"rank\": 3166, \"rankvar\": 3155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1832, \"group\": [1238.0, 192.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTGTTTGC\", \"ini\": 785, \"clust\": 3546, \"rank\": 3294, \"rankvar\": 3571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2804, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 154, \"group\": [3549.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCAGGTC\", \"ini\": 784, \"clust\": 280, \"rank\": 2707, \"rankvar\": 2498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2805, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2181, \"group\": [282.0, 81.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGATCACGG\", \"ini\": 783, \"clust\": 460, \"rank\": 2929, \"rankvar\": 2140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2806, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2182, \"group\": [460.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCATGACGGA\", \"ini\": 782, \"clust\": 546, \"rank\": 2731, \"rankvar\": 1996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2183, \"group\": [545.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCATAACCTG\", \"ini\": 781, \"clust\": 682, \"rank\": 2763, \"rankvar\": 2654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2808, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2184, \"group\": [679.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTGTTGAA\", \"ini\": 780, \"clust\": 544, \"rank\": 2801, \"rankvar\": 2145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2809, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2185, \"group\": [541.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCAACTCTT\", \"ini\": 779, \"clust\": 547, \"rank\": 2680, \"rankvar\": 2398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2810, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2186, \"group\": [546.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAACACCTA\", \"ini\": 778, \"clust\": 471, \"rank\": 2853, \"rankvar\": 1980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2811, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2187, \"group\": [480.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGCAATCTC\", \"ini\": 777, \"clust\": 629, \"rank\": 2753, \"rankvar\": 610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2812, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2188, \"group\": [628.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTAGCACGA\", \"ini\": 776, \"clust\": 985, \"rank\": 2795, \"rankvar\": 2291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2813, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2189, \"group\": [984.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAGGAACGT\", \"ini\": 775, \"clust\": 545, \"rank\": 2663, \"rankvar\": 2133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2814, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2190, \"group\": [547.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGTTGAGG\", \"ini\": 774, \"clust\": 683, \"rank\": 2699, \"rankvar\": 2625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2815, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2191, \"group\": [680.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGTAAGTAC\", \"ini\": 773, \"clust\": 113, \"rank\": 2557, \"rankvar\": 3300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2816, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2768, \"group\": [116.0, 47.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTCGT\", \"ini\": 772, \"clust\": 598, \"rank\": 2783, \"rankvar\": 2661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2817, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2192, \"group\": [600.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTTGCCGT\", \"ini\": 771, \"clust\": 504, \"rank\": 2781, \"rankvar\": 1671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2818, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2193, \"group\": [505.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAGCCACCA\", \"ini\": 770, \"clust\": 472, \"rank\": 2794, \"rankvar\": 1264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2819, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2194, \"group\": [471.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGTCGTTTG\", \"ini\": 769, \"clust\": 463, \"rank\": 2810, \"rankvar\": 1446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2820, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2195, \"group\": [464.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCTAGGCA\", \"ini\": 768, \"clust\": 147, \"rank\": 2761, \"rankvar\": 3444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2821, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2769, \"group\": [147.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGCCAACAG\", \"ini\": 767, \"clust\": 550, \"rank\": 2692, \"rankvar\": 1429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2822, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2196, \"group\": [550.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGACG\", \"ini\": 766, \"clust\": 153, \"rank\": 2728, \"rankvar\": 2959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2823, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2770, \"group\": [153.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGTCTGAGTGT\", \"ini\": 765, \"clust\": 700, \"rank\": 2789, \"rankvar\": 971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2824, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2197, \"group\": [699.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCATTTGGG\", \"ini\": 764, \"clust\": 701, \"rank\": 2820, \"rankvar\": 1168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2825, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2198, \"group\": [700.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCACCT\", \"ini\": 763, \"clust\": 286, \"rank\": 2909, \"rankvar\": 2082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2826, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2199, \"group\": [286.0, 83.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCAGACAGGT\", \"ini\": 762, \"clust\": 974, \"rank\": 2896, \"rankvar\": 1867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2827, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2200, \"group\": [974.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGCCAGAA\", \"ini\": 761, \"clust\": 282, \"rank\": 2798, \"rankvar\": 1639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2828, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2201, \"group\": [281.0, 81.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGTAGC\", \"ini\": 760, \"clust\": 1220, \"rank\": 2539, \"rankvar\": 2916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2829, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2990, \"group\": [1220.0, 175.0, 28.0, 7.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGGCTGAA\", \"ini\": 759, \"clust\": 137, \"rank\": 3053, \"rankvar\": 1632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2830, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2771, \"group\": [138.0, 55.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCACACTGCG\", \"ini\": 758, \"clust\": 593, \"rank\": 2778, \"rankvar\": 2034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2831, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2202, \"group\": [591.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCCACTCCA\", \"ini\": 757, \"clust\": 806, \"rank\": 2782, \"rankvar\": 1063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2832, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2203, \"group\": [805.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCAACGGGA\", \"ini\": 756, \"clust\": 958, \"rank\": 2861, \"rankvar\": 2565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2833, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2204, \"group\": [958.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTACCTGC\", \"ini\": 755, \"clust\": 636, \"rank\": 2833, \"rankvar\": 731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2834, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2205, \"group\": [636.0, 114.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATCGGGT\", \"ini\": 754, \"clust\": 299, \"rank\": 2720, \"rankvar\": 2842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2835, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2206, \"group\": [298.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCACAGTAC\", \"ini\": 753, \"clust\": 452, \"rank\": 2815, \"rankvar\": 2192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2836, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2207, \"group\": [452.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGACCTC\", \"ini\": 752, \"clust\": 425, \"rank\": 2695, \"rankvar\": 1809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2837, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2208, \"group\": [424.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTAGTTCCACA\", \"ini\": 751, \"clust\": 685, \"rank\": 2804, \"rankvar\": 3104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2838, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2209, \"group\": [685.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTCTCAAC\", \"ini\": 750, \"clust\": 679, \"rank\": 2634, \"rankvar\": 2965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2839, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2210, \"group\": [683.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCTAAGAT\", \"ini\": 749, \"clust\": 1009, \"rank\": 3008, \"rankvar\": 674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2840, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2211, \"group\": [1009.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACATGTCTCC\", \"ini\": 748, \"clust\": 647, \"rank\": 2613, \"rankvar\": 1644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2841, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2212, \"group\": [657.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCTAAGCCA\", \"ini\": 747, \"clust\": 145, \"rank\": 2802, \"rankvar\": 3341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2842, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2772, \"group\": [148.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACTAGGC\", \"ini\": 746, \"clust\": 645, \"rank\": 2741, \"rankvar\": 2094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2843, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2213, \"group\": [643.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCACGACTA\", \"ini\": 745, \"clust\": 736, \"rank\": 2844, \"rankvar\": 2721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2844, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2214, \"group\": [736.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCAGTTCGA\", \"ini\": 744, \"clust\": 789, \"rank\": 2843, \"rankvar\": 1128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2845, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2215, \"group\": [787.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTTCAACACTG\", \"ini\": 743, \"clust\": 781, \"rank\": 2863, \"rankvar\": 1393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2216, \"group\": [780.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCGTATAGTAG\", \"ini\": 742, \"clust\": 832, \"rank\": 2975, \"rankvar\": 533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2847, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2217, \"group\": [832.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCGAGCCCA\", \"ini\": 741, \"clust\": 608, \"rank\": 2743, \"rankvar\": 2175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2848, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2218, \"group\": [607.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTGCCTGTG\", \"ini\": 740, \"clust\": 681, \"rank\": 2712, \"rankvar\": 2121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2849, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2219, \"group\": [681.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCGGATCA\", \"ini\": 739, \"clust\": 1029, \"rank\": 2856, \"rankvar\": 2913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2850, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2220, \"group\": [1029.0, 135.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCATTGCGGC\", \"ini\": 738, \"clust\": 643, \"rank\": 2779, \"rankvar\": 2220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2851, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2221, \"group\": [642.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGTCTCG\", \"ini\": 737, \"clust\": 268, \"rank\": 2551, \"rankvar\": 2373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2852, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2841, \"group\": [268.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGCCGGTAA\", \"ini\": 736, \"clust\": 791, \"rank\": 2799, \"rankvar\": 940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2853, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2222, \"group\": [793.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTCATTACCTT\", \"ini\": 735, \"clust\": 746, \"rank\": 2886, \"rankvar\": 2157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2854, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2223, \"group\": [743.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGATGCCTT\", \"ini\": 734, \"clust\": 443, \"rank\": 2762, \"rankvar\": 1913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2855, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2224, \"group\": [445.0, 105.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCCGTAGGC\", \"ini\": 733, \"clust\": 515, \"rank\": 2759, \"rankvar\": 1679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2856, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2225, \"group\": [514.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACTTACGA\", \"ini\": 732, \"clust\": 993, \"rank\": 3072, \"rankvar\": 576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2857, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2226, \"group\": [996.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTAGATGA\", \"ini\": 731, \"clust\": 1015, \"rank\": 3032, \"rankvar\": 443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2858, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2227, \"group\": [1015.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAAATTGCC\", \"ini\": 730, \"clust\": 571, \"rank\": 2894, \"rankvar\": 2432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2228, \"group\": [573.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATCCGCGA\", \"ini\": 729, \"clust\": 154, \"rank\": 2709, \"rankvar\": 3310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2860, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2773, \"group\": [154.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTCATTA\", \"ini\": 728, \"clust\": 692, \"rank\": 2883, \"rankvar\": 747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2861, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2229, \"group\": [688.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGCTAGTCT\", \"ini\": 727, \"clust\": 132, \"rank\": 3087, \"rankvar\": 2907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2862, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2774, \"group\": [133.0, 55.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCTGATACG\", \"ini\": 726, \"clust\": 321, \"rank\": 2823, \"rankvar\": 2723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2863, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2230, \"group\": [321.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGTATCGAA\", \"ini\": 725, \"clust\": 412, \"rank\": 2922, \"rankvar\": 2526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2864, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2231, \"group\": [410.0, 97.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTACTTCTT\", \"ini\": 724, \"clust\": 903, \"rank\": 3011, \"rankvar\": 699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2865, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2232, \"group\": [902.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAGGTA\", \"ini\": 723, \"clust\": 537, \"rank\": 2697, \"rankvar\": 1742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2866, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2233, \"group\": [537.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTGAGTTC\", \"ini\": 722, \"clust\": 631, \"rank\": 2830, \"rankvar\": 828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2867, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2234, \"group\": [630.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGAATGGG\", \"ini\": 721, \"clust\": 488, \"rank\": 2814, \"rankvar\": 754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2235, \"group\": [488.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTAGGGTG\", \"ini\": 720, \"clust\": 630, \"rank\": 2805, \"rankvar\": 1710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2869, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2236, \"group\": [629.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAAGATGCCTT\", \"ini\": 719, \"clust\": 757, \"rank\": 2824, \"rankvar\": 2134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2870, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2237, \"group\": [757.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCAAGCG\", \"ini\": 718, \"clust\": 205, \"rank\": 2745, \"rankvar\": 3125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2871, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2775, \"group\": [205.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCGTCTTC\", \"ini\": 717, \"clust\": 597, \"rank\": 2882, \"rankvar\": 1871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2872, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2238, \"group\": [595.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTCTGATTG\", \"ini\": 716, \"clust\": 411, \"rank\": 2906, \"rankvar\": 1049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2873, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2239, \"group\": [412.0, 97.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATCTACGA\", \"ini\": 715, \"clust\": 579, \"rank\": 2966, \"rankvar\": 1717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2874, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2240, \"group\": [579.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAACCGCCA\", \"ini\": 714, \"clust\": 287, \"rank\": 2866, \"rankvar\": 2486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2875, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2241, \"group\": [287.0, 83.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTAAGCC\", \"ini\": 713, \"clust\": 600, \"rank\": 2785, \"rankvar\": 1225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2876, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2242, \"group\": [599.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCAAGCGA\", \"ini\": 712, \"clust\": 962, \"rank\": 2928, \"rankvar\": 853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2877, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2243, \"group\": [961.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTAATCACC\", \"ini\": 711, \"clust\": 152, \"rank\": 2839, \"rankvar\": 2478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2878, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2776, \"group\": [155.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCACGAAACG\", \"ini\": 710, \"clust\": 980, \"rank\": 2851, \"rankvar\": 1378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2879, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2244, \"group\": [979.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATTCCTCG\", \"ini\": 709, \"clust\": 773, \"rank\": 2981, \"rankvar\": 2624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2880, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2245, \"group\": [775.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGAGATGAG\", \"ini\": 708, \"clust\": 744, \"rank\": 3051, \"rankvar\": 2813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2881, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2246, \"group\": [746.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCCCACT\", \"ini\": 707, \"clust\": 150, \"rank\": 2767, \"rankvar\": 2889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2882, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2777, \"group\": [151.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGACTACT\", \"ini\": 706, \"clust\": 774, \"rank\": 2945, \"rankvar\": 1439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2247, \"group\": [773.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTGGTAAT\", \"ini\": 705, \"clust\": 747, \"rank\": 3014, \"rankvar\": 2463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2884, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2248, \"group\": [744.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCAGCTTAG\", \"ini\": 704, \"clust\": 434, \"rank\": 2869, \"rankvar\": 2188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2885, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2249, \"group\": [432.0, 102.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTGATGTGG\", \"ini\": 703, \"clust\": 951, \"rank\": 2914, \"rankvar\": 2178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2886, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2250, \"group\": [949.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCATATGCTG\", \"ini\": 702, \"clust\": 415, \"rank\": 2924, \"rankvar\": 2576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2887, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2251, \"group\": [415.0, 99.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCAAACGTGG\", \"ini\": 701, \"clust\": 1111, \"rank\": 2636, \"rankvar\": 2048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2888, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2922, \"group\": [1114.0, 153.0, 24.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGCTCGCA\", \"ini\": 700, \"clust\": 961, \"rank\": 2904, \"rankvar\": 875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2889, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2252, \"group\": [963.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACACCATGTA\", \"ini\": 699, \"clust\": 486, \"rank\": 2831, \"rankvar\": 2026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2890, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2253, \"group\": [484.0, 108.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGATGCCAG\", \"ini\": 698, \"clust\": 464, \"rank\": 2835, \"rankvar\": 1934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2891, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2254, \"group\": [462.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAGCCTAT\", \"ini\": 697, \"clust\": 741, \"rank\": 2959, \"rankvar\": 2295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2892, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2255, \"group\": [740.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCGCGCCAA\", \"ini\": 696, \"clust\": 405, \"rank\": 3071, \"rankvar\": 2131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2893, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2256, \"group\": [1026.0, 133.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATCGGTTA\", \"ini\": 695, \"clust\": 3550, \"rank\": 3276, \"rankvar\": 3585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2894, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 155, \"group\": [3546.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTCGTACT\", \"ini\": 694, \"clust\": 656, \"rank\": 2870, \"rankvar\": 2268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2257, \"group\": [653.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCTAGCACA\", \"ini\": 693, \"clust\": 657, \"rank\": 2818, \"rankvar\": 2011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2896, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2258, \"group\": [654.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTCACTGGC\", \"ini\": 692, \"clust\": 171, \"rank\": 2954, \"rankvar\": 2927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2897, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2778, \"group\": [178.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTAACG\", \"ini\": 691, \"clust\": 725, \"rank\": 2977, \"rankvar\": 2022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2898, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2259, \"group\": [726.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATGGT\", \"ini\": 690, \"clust\": 554, \"rank\": 2786, \"rankvar\": 1091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2899, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2260, \"group\": [554.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGCACCGCT\", \"ini\": 689, \"clust\": 804, \"rank\": 2809, \"rankvar\": 1528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2900, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2261, \"group\": [806.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCCA\", \"ini\": 688, \"clust\": 758, \"rank\": 2912, \"rankvar\": 2147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2901, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2262, \"group\": [758.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGACACCA\", \"ini\": 687, \"clust\": 836, \"rank\": 2967, \"rankvar\": 787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2902, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2263, \"group\": [838.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCGCATGGC\", \"ini\": 686, \"clust\": 250, \"rank\": 2951, \"rankvar\": 724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2903, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2264, \"group\": [257.0, 71.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCCTGTAGA\", \"ini\": 685, \"clust\": 86, \"rank\": 2567, \"rankvar\": 2826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2904, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2265, \"group\": [86.0, 37.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCGTCTGCT\", \"ini\": 684, \"clust\": 477, \"rank\": 2920, \"rankvar\": 1502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2905, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2266, \"group\": [476.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGCCTAA\", \"ini\": 683, \"clust\": 555, \"rank\": 2700, \"rankvar\": 1784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2906, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2267, \"group\": [555.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGAGGCT\", \"ini\": 682, \"clust\": 517, \"rank\": 2764, \"rankvar\": 970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2907, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2268, \"group\": [519.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCTCTCGT\", \"ini\": 681, \"clust\": 528, \"rank\": 2645, \"rankvar\": 2604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2908, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2269, \"group\": [527.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGCAACGA\", \"ini\": 680, \"clust\": 1544, \"rank\": 3280, \"rankvar\": 1208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1654, \"group\": [1544.0, 262.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCATTGGCGC\", \"ini\": 679, \"clust\": 777, \"rank\": 2941, \"rankvar\": 1794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2910, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2270, \"group\": [777.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACACGACTCG\", \"ini\": 678, \"clust\": 523, \"rank\": 2919, \"rankvar\": 2090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2911, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2271, \"group\": [523.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACATTAGGCT\", \"ini\": 677, \"clust\": 320, \"rank\": 2842, \"rankvar\": 3224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2912, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2272, \"group\": [323.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCTCTAAGG\", \"ini\": 676, \"clust\": 431, \"rank\": 2726, \"rankvar\": 2455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2913, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2273, \"group\": [430.0, 102.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAAGTGTA\", \"ini\": 675, \"clust\": 609, \"rank\": 2855, \"rankvar\": 1205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2914, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2274, \"group\": [608.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCATAGCAC\", \"ini\": 674, \"clust\": 766, \"rank\": 2978, \"rankvar\": 1101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2915, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2275, \"group\": [768.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGTACGTTC\", \"ini\": 673, \"clust\": 1031, \"rank\": 2757, \"rankvar\": 2859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2916, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2276, \"group\": [1034.0, 136.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTCATTGGGCC\", \"ini\": 672, \"clust\": 564, \"rank\": 2679, \"rankvar\": 2588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2917, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2277, \"group\": [564.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCTGTTGAG\", \"ini\": 671, \"clust\": 737, \"rank\": 2944, \"rankvar\": 802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2918, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2278, \"group\": [737.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCCAAAGTC\", \"ini\": 670, \"clust\": 535, \"rank\": 2821, \"rankvar\": 1638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2919, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2279, \"group\": [539.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTGGTCTCG\", \"ini\": 669, \"clust\": 677, \"rank\": 2838, \"rankvar\": 2447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2920, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2280, \"group\": [675.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCAGCATGT\", \"ini\": 668, \"clust\": 639, \"rank\": 2942, \"rankvar\": 925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2921, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2281, \"group\": [638.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGAGCCCAA\", \"ini\": 667, \"clust\": 751, \"rank\": 2899, \"rankvar\": 1966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2922, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2282, \"group\": [751.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTCATGCTGGC\", \"ini\": 666, \"clust\": 708, \"rank\": 3000, \"rankvar\": 981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2923, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2283, \"group\": [711.0, 122.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGGTGACTACT\", \"ini\": 665, \"clust\": 511, \"rank\": 2865, \"rankvar\": 2254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2924, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2284, \"group\": [509.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTCACAGGTTT\", \"ini\": 664, \"clust\": 530, \"rank\": 2797, \"rankvar\": 1789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2925, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2285, \"group\": [529.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTAAATGTG\", \"ini\": 663, \"clust\": 623, \"rank\": 2776, \"rankvar\": 2321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2926, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2286, \"group\": [635.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTATCTGCA\", \"ini\": 662, \"clust\": 304, \"rank\": 2877, \"rankvar\": 2400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2927, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2287, \"group\": [307.0, 85.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGGAACTGC\", \"ini\": 661, \"clust\": 754, \"rank\": 2857, \"rankvar\": 1328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2928, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2288, \"group\": [754.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTTCCGTCT\", \"ini\": 660, \"clust\": 144, \"rank\": 2895, \"rankvar\": 3303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2929, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2779, \"group\": [144.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCTGAAAGA\", \"ini\": 659, \"clust\": 755, \"rank\": 2976, \"rankvar\": 1231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2930, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2289, \"group\": [755.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTTCACCTC\", \"ini\": 658, \"clust\": 795, \"rank\": 2918, \"rankvar\": 2290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2931, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2290, \"group\": [794.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACGGTAAG\", \"ini\": 657, \"clust\": 595, \"rank\": 2900, \"rankvar\": 2038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2932, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2291, \"group\": [596.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGTGAAGTT\", \"ini\": 656, \"clust\": 790, \"rank\": 2974, \"rankvar\": 1137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2933, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2292, \"group\": [788.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCGTGGTCG\", \"ini\": 655, \"clust\": 305, \"rank\": 2766, \"rankvar\": 3392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2934, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2293, \"group\": [306.0, 85.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGTGAACGC\", \"ini\": 654, \"clust\": 760, \"rank\": 2938, \"rankvar\": 2780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2935, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2294, \"group\": [762.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCAGCGTTCG\", \"ini\": 653, \"clust\": 742, \"rank\": 3075, \"rankvar\": 882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2295, \"group\": [741.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCAACACTG\", \"ini\": 652, \"clust\": 558, \"rank\": 2775, \"rankvar\": 1557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2937, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2296, \"group\": [557.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGTGCCATT\", \"ini\": 651, \"clust\": 690, \"rank\": 2923, \"rankvar\": 638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2938, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2297, \"group\": [691.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGAGGTTGC\", \"ini\": 650, \"clust\": 1030, \"rank\": 2873, \"rankvar\": 3210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2939, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2298, \"group\": [1030.0, 135.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTGTGCGTC\", \"ini\": 649, \"clust\": 581, \"rank\": 3055, \"rankvar\": 1030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2940, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2299, \"group\": [581.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCACCTAA\", \"ini\": 648, \"clust\": 148, \"rank\": 2858, \"rankvar\": 3069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2941, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2780, \"group\": [149.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGAGATCGGGT\", \"ini\": 647, \"clust\": 749, \"rank\": 2852, \"rankvar\": 766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2300, \"group\": [748.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTGAGTGT\", \"ini\": 646, \"clust\": 1545, \"rank\": 3327, \"rankvar\": 1985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1655, \"group\": [1545.0, 262.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTAGAGTGC\", \"ini\": 645, \"clust\": 704, \"rank\": 2988, \"rankvar\": 1581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2944, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2301, \"group\": [702.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTTGCGTTA\", \"ini\": 644, \"clust\": 818, \"rank\": 3007, \"rankvar\": 2392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2945, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2302, \"group\": [817.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCACGGC\", \"ini\": 643, \"clust\": 404, \"rank\": 3001, \"rankvar\": 2421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2946, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2303, \"group\": [402.0, 94.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTAGGGTGTGT\", \"ini\": 642, \"clust\": 622, \"rank\": 2930, \"rankvar\": 2722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2947, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2304, \"group\": [620.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCACGTCTCT\", \"ini\": 641, \"clust\": 970, \"rank\": 3015, \"rankvar\": 934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2948, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2305, \"group\": [969.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAGGCAGTA\", \"ini\": 640, \"clust\": 699, \"rank\": 2874, \"rankvar\": 1512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2949, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2306, \"group\": [698.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTTACTGAC\", \"ini\": 639, \"clust\": 300, \"rank\": 2737, \"rankvar\": 3395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2950, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2781, \"group\": [308.0, 86.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTCGACTAT\", \"ini\": 638, \"clust\": 783, \"rank\": 2848, \"rankvar\": 2298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2951, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2307, \"group\": [783.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCATGGGAAC\", \"ini\": 637, \"clust\": 619, \"rank\": 2952, \"rankvar\": 1356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2952, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2308, \"group\": [622.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACGCATA\", \"ini\": 636, \"clust\": 480, \"rank\": 2949, \"rankvar\": 3128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2953, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2309, \"group\": [479.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCGCGTAGC\", \"ini\": 635, \"clust\": 797, \"rank\": 2991, \"rankvar\": 381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2954, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2310, \"group\": [799.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCCTAGAAC\", \"ini\": 634, \"clust\": 764, \"rank\": 2990, \"rankvar\": 1681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2311, \"group\": [764.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGGAATGGA\", \"ini\": 633, \"clust\": 497, \"rank\": 2860, \"rankvar\": 1750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2956, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2312, \"group\": [496.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACTCCTG\", \"ini\": 632, \"clust\": 494, \"rank\": 2816, \"rankvar\": 2494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2313, \"group\": [494.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACAAACTGTC\", \"ini\": 631, \"clust\": 1032, \"rank\": 2868, \"rankvar\": 2312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2958, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2314, \"group\": [1032.0, 136.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTTGCGCAC\", \"ini\": 630, \"clust\": 810, \"rank\": 3045, \"rankvar\": 3015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2959, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2315, \"group\": [813.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATGTCGG\", \"ini\": 629, \"clust\": 159, \"rank\": 2903, \"rankvar\": 3232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2960, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2316, \"group\": [160.0, 57.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACTGGGT\", \"ini\": 628, \"clust\": 502, \"rank\": 2867, \"rankvar\": 1978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2961, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2317, \"group\": [500.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGGACAGCT\", \"ini\": 627, \"clust\": 566, \"rank\": 2811, \"rankvar\": 2186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2962, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2318, \"group\": [561.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGAACTGT\", \"ini\": 626, \"clust\": 847, \"rank\": 2948, \"rankvar\": 2256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2963, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2319, \"group\": [853.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTTGACAC\", \"ini\": 625, \"clust\": 269, \"rank\": 2599, \"rankvar\": 2584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2964, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2842, \"group\": [269.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGCGTAGTG\", \"ini\": 624, \"clust\": 782, \"rank\": 3010, \"rankvar\": 1468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2965, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2320, \"group\": [781.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCCATAC\", \"ini\": 623, \"clust\": 127, \"rank\": 2845, \"rankvar\": 3246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2966, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2782, \"group\": [128.0, 53.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCTCCGGTT\", \"ini\": 622, \"clust\": 617, \"rank\": 2907, \"rankvar\": 2243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2967, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2321, \"group\": [614.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTTACCTA\", \"ini\": 621, \"clust\": 149, \"rank\": 2825, \"rankvar\": 3298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2968, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2783, \"group\": [150.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTCAGGCTGAA\", \"ini\": 620, \"clust\": 992, \"rank\": 3046, \"rankvar\": 1778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2969, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2322, \"group\": [992.0, 130.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATCACAC\", \"ini\": 619, \"clust\": 444, \"rank\": 2953, \"rankvar\": 1654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2323, \"group\": [443.0, 105.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCATCATC\", \"ini\": 618, \"clust\": 580, \"rank\": 3074, \"rankvar\": 1375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2971, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2324, \"group\": [580.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCACGTG\", \"ini\": 617, \"clust\": 565, \"rank\": 2765, \"rankvar\": 1727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2972, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2325, \"group\": [563.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTCGGACG\", \"ini\": 616, \"clust\": 705, \"rank\": 3017, \"rankvar\": 1818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2973, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2326, \"group\": [707.0, 121.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTCGTATT\", \"ini\": 615, \"clust\": 634, \"rank\": 3019, \"rankvar\": 555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2974, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2327, \"group\": [632.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGAACTCGG\", \"ini\": 614, \"clust\": 995, \"rank\": 3135, \"rankvar\": 1295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2975, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2328, \"group\": [993.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACCGAT\", \"ini\": 613, \"clust\": 445, \"rank\": 2890, \"rankvar\": 2210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2976, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2329, \"group\": [444.0, 105.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATGCAATC\", \"ini\": 612, \"clust\": 616, \"rank\": 2871, \"rankvar\": 1624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2977, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2330, \"group\": [616.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACGTCA\", \"ini\": 611, \"clust\": 981, \"rank\": 2926, \"rankvar\": 2355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2978, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2331, \"group\": [980.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGTTACCT\", \"ini\": 610, \"clust\": 834, \"rank\": 3022, \"rankvar\": 1394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2979, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2332, \"group\": [834.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTATCCTA\", \"ini\": 609, \"clust\": 567, \"rank\": 2790, \"rankvar\": 2457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2980, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2333, \"group\": [562.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGGCTAGCA\", \"ini\": 608, \"clust\": 648, \"rank\": 3005, \"rankvar\": 1115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2981, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2334, \"group\": [649.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCCTAATT\", \"ini\": 607, \"clust\": 540, \"rank\": 2964, \"rankvar\": 2028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2982, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2335, \"group\": [544.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCTGGTTCC\", \"ini\": 606, \"clust\": 837, \"rank\": 3091, \"rankvar\": 1670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2983, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2336, \"group\": [836.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGATAGCAT\", \"ini\": 605, \"clust\": 505, \"rank\": 3021, \"rankvar\": 1364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2984, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2337, \"group\": [503.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGACAAGCC\", \"ini\": 604, \"clust\": 1028, \"rank\": 2901, \"rankvar\": 3269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2985, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2338, \"group\": [1031.0, 135.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATTCACT\", \"ini\": 603, \"clust\": 796, \"rank\": 2937, \"rankvar\": 2019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2986, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2339, \"group\": [795.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCGGCGCAT\", \"ini\": 602, \"clust\": 691, \"rank\": 2973, \"rankvar\": 2930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2987, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2340, \"group\": [690.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTACCGAT\", \"ini\": 601, \"clust\": 672, \"rank\": 2979, \"rankvar\": 2264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2988, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2341, \"group\": [673.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAACTTGAC\", \"ini\": 600, \"clust\": 785, \"rank\": 3034, \"rankvar\": 1260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2989, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2342, \"group\": [785.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTGACTCAT\", \"ini\": 599, \"clust\": 784, \"rank\": 2931, \"rankvar\": 1390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2990, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2343, \"group\": [784.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACATCTTT\", \"ini\": 598, \"clust\": 765, \"rank\": 3084, \"rankvar\": 613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2991, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2344, \"group\": [765.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCACTGGC\", \"ini\": 597, \"clust\": 531, \"rank\": 2887, \"rankvar\": 1110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2992, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2345, \"group\": [530.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTACACCGC\", \"ini\": 596, \"clust\": 975, \"rank\": 3004, \"rankvar\": 1768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2993, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2346, \"group\": [975.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCAGATAAG\", \"ini\": 595, \"clust\": 825, \"rank\": 3041, \"rankvar\": 1964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2994, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2347, \"group\": [825.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGTAAGG\", \"ini\": 594, \"clust\": 780, \"rank\": 3024, \"rankvar\": 646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2995, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2348, \"group\": [782.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGTGGTAGC\", \"ini\": 593, \"clust\": 628, \"rank\": 2970, \"rankvar\": 1627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2349, \"group\": [627.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGTCCTATGTT\", \"ini\": 592, \"clust\": 984, \"rank\": 2989, \"rankvar\": 2239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2997, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2350, \"group\": [986.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGCCATT\", \"ini\": 591, \"clust\": 697, \"rank\": 3093, \"rankvar\": 1221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2998, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2351, \"group\": [696.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCGCATGGC\", \"ini\": 590, \"clust\": 646, \"rank\": 2850, \"rankvar\": 2792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2352, \"group\": [644.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGAAAC\", \"ini\": 589, \"clust\": 750, \"rank\": 2792, \"rankvar\": 2088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3000, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2353, \"group\": [749.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAAGTTGTAGA\", \"ini\": 588, \"clust\": 610, \"rank\": 2892, \"rankvar\": 2006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3001, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2354, \"group\": [609.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATTCTTAC\", \"ini\": 587, \"clust\": 722, \"rank\": 3059, \"rankvar\": 2702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3002, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2355, \"group\": [719.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTTTGTG\", \"ini\": 586, \"clust\": 693, \"rank\": 3020, \"rankvar\": 2132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3003, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2356, \"group\": [689.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAGCATGAG\", \"ini\": 585, \"clust\": 1171, \"rank\": 3103, \"rankvar\": 29, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3004, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2923, \"group\": [1176.0, 166.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGAAACCAT\", \"ini\": 584, \"clust\": 971, \"rank\": 3058, \"rankvar\": 1412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3005, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2357, \"group\": [970.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACCCTCA\", \"ini\": 583, \"clust\": 409, \"rank\": 3067, \"rankvar\": 2803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3006, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2358, \"group\": [408.0, 97.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGTGCGTC\", \"ini\": 582, \"clust\": 743, \"rank\": 3182, \"rankvar\": 2705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3007, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2359, \"group\": [747.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTCCAACTA\", \"ini\": 581, \"clust\": 465, \"rank\": 2992, \"rankvar\": 1896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3008, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2360, \"group\": [463.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTAAATGTG\", \"ini\": 580, \"clust\": 516, \"rank\": 2947, \"rankvar\": 974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3009, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2361, \"group\": [515.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGGTGCACA\", \"ini\": 579, \"clust\": 551, \"rank\": 2828, \"rankvar\": 1999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3010, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2362, \"group\": [551.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAGTCGATT\", \"ini\": 578, \"clust\": 655, \"rank\": 2985, \"rankvar\": 2073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3011, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2363, \"group\": [655.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAAGGATT\", \"ini\": 577, \"clust\": 513, \"rank\": 2998, \"rankvar\": 777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3012, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2364, \"group\": [513.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTATCAGTC\", \"ini\": 576, \"clust\": 1184, \"rank\": 2888, \"rankvar\": 99, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3013, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2924, \"group\": [1184.0, 168.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAGGTA\", \"ini\": 575, \"clust\": 109, \"rank\": 3261, \"rankvar\": 3465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3014, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 180, \"group\": [107.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTGTTTGTG\", \"ini\": 574, \"clust\": 1538, \"rank\": 3274, \"rankvar\": 2126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1656, \"group\": [1537.0, 261.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCAGTCAGT\", \"ini\": 573, \"clust\": 678, \"rank\": 2946, \"rankvar\": 2288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2365, \"group\": [676.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACGTAAGG\", \"ini\": 572, \"clust\": 524, \"rank\": 2898, \"rankvar\": 1977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3017, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2366, \"group\": [524.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTCAGCGC\", \"ini\": 571, \"clust\": 618, \"rank\": 2932, \"rankvar\": 2470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3018, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2367, \"group\": [615.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCCGAGCCA\", \"ini\": 570, \"clust\": 788, \"rank\": 2962, \"rankvar\": 1345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3019, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2368, \"group\": [789.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGTCATCCA\", \"ini\": 569, \"clust\": 318, \"rank\": 3018, \"rankvar\": 3257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3020, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2369, \"group\": [318.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGAGGCTAGGT\", \"ini\": 568, \"clust\": 462, \"rank\": 2889, \"rankvar\": 1520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3021, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2370, \"group\": [465.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACCGAAAG\", \"ini\": 567, \"clust\": 728, \"rank\": 2940, \"rankvar\": 1526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3022, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2371, \"group\": [728.0, 124.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCTTCGGTC\", \"ini\": 566, \"clust\": 944, \"rank\": 3119, \"rankvar\": 672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3023, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2372, \"group\": [952.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGGATGCGT\", \"ini\": 565, \"clust\": 583, \"rank\": 3062, \"rankvar\": 922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3024, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2373, \"group\": [583.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCACATTCGA\", \"ini\": 564, \"clust\": 107, \"rank\": 3259, \"rankvar\": 3462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3025, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 181, \"group\": [108.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCTTTCCTC\", \"ini\": 563, \"clust\": 845, \"rank\": 3142, \"rankvar\": 2310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3026, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2374, \"group\": [844.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCATCCACGTTC\", \"ini\": 562, \"clust\": 1396, \"rank\": 2750, \"rankvar\": 3437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1657, \"group\": [1398.0, 220.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCAAGAAGAG\", \"ini\": 561, \"clust\": 979, \"rank\": 3079, \"rankvar\": 1995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3028, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2375, \"group\": [981.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCAACTGGCC\", \"ini\": 560, \"clust\": 473, \"rank\": 2958, \"rankvar\": 2884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3029, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2376, \"group\": [472.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTAATCACC\", \"ini\": 559, \"clust\": 273, \"rank\": 2664, \"rankvar\": 2161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3030, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2843, \"group\": [272.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCATGT\", \"ini\": 558, \"clust\": 718, \"rank\": 3102, \"rankvar\": 1666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3031, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2377, \"group\": [717.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATATGCA\", \"ini\": 557, \"clust\": 802, \"rank\": 2969, \"rankvar\": 1149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3032, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2378, \"group\": [802.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAATACCG\", \"ini\": 556, \"clust\": 967, \"rank\": 3039, \"rankvar\": 472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3033, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2379, \"group\": [966.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTTGCGG\", \"ini\": 555, \"clust\": 930, \"rank\": 3188, \"rankvar\": 1195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3034, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2380, \"group\": [930.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTCGG\", \"ini\": 554, \"clust\": 533, \"rank\": 2908, \"rankvar\": 2738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3035, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2381, \"group\": [531.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTTGTATC\", \"ini\": 553, \"clust\": 972, \"rank\": 3050, \"rankvar\": 1700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3036, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2382, \"group\": [971.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTATTGGA\", \"ini\": 552, \"clust\": 821, \"rank\": 3013, \"rankvar\": 3072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3037, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2383, \"group\": [821.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTGGAGAA\", \"ini\": 551, \"clust\": 815, \"rank\": 3094, \"rankvar\": 2097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3038, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2384, \"group\": [814.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTATATCCG\", \"ini\": 550, \"clust\": 549, \"rank\": 2950, \"rankvar\": 2571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3039, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2385, \"group\": [549.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCAGCATCATC\", \"ini\": 549, \"clust\": 946, \"rank\": 3153, \"rankvar\": 1387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3040, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2386, \"group\": [944.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCGCATGGC\", \"ini\": 548, \"clust\": 752, \"rank\": 3002, \"rankvar\": 1979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3041, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2387, \"group\": [752.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCGCCAGCA\", \"ini\": 547, \"clust\": 155, \"rank\": 2980, \"rankvar\": 3375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3042, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2784, \"group\": [158.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACATACGCCG\", \"ini\": 546, \"clust\": 955, \"rank\": 3035, \"rankvar\": 972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3043, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2388, \"group\": [953.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGCCCAACC\", \"ini\": 545, \"clust\": 1222, \"rank\": 2687, \"rankvar\": 3212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3044, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2991, \"group\": [1223.0, 177.0, 28.0, 7.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACACAGAGGT\", \"ini\": 544, \"clust\": 534, \"rank\": 2943, \"rankvar\": 2785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3045, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2389, \"group\": [532.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGAGTGTG\", \"ini\": 543, \"clust\": 807, \"rank\": 2862, \"rankvar\": 2557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3046, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2390, \"group\": [809.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTTCCGCAGTG\", \"ini\": 542, \"clust\": 786, \"rank\": 3025, \"rankvar\": 1437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3047, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2391, \"group\": [786.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGAGGACGG\", \"ini\": 541, \"clust\": 2998, \"rank\": 2927, \"rankvar\": 3277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3048, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2785, \"group\": [2998.0, 555.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGACATC\", \"ini\": 540, \"clust\": 715, \"rank\": 3124, \"rankvar\": 1257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3049, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2392, \"group\": [714.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAGGGTAC\", \"ini\": 539, \"clust\": 569, \"rank\": 2995, \"rankvar\": 2812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3050, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2393, \"group\": [568.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACAAGCCC\", \"ini\": 538, \"clust\": 739, \"rank\": 3108, \"rankvar\": 2922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3051, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2394, \"group\": [739.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGCCATAG\", \"ini\": 537, \"clust\": 808, \"rank\": 2915, \"rankvar\": 2754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3052, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2395, \"group\": [807.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGAGGGAACGG\", \"ini\": 536, \"clust\": 478, \"rank\": 3065, \"rankvar\": 1722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3053, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2396, \"group\": [477.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCCAAATGC\", \"ini\": 535, \"clust\": 141, \"rank\": 3006, \"rankvar\": 2990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3054, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2786, \"group\": [141.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCGTGAGT\", \"ini\": 534, \"clust\": 562, \"rank\": 2832, \"rankvar\": 2352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3055, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2397, \"group\": [566.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCCACT\", \"ini\": 533, \"clust\": 319, \"rank\": 3121, \"rankvar\": 3157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3056, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2398, \"group\": [319.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGTCCTC\", \"ini\": 532, \"clust\": 3462, \"rank\": 3438, \"rankvar\": 3526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3057, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 156, \"group\": [3464.0, 643.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATAACGA\", \"ini\": 531, \"clust\": 203, \"rank\": 2916, \"rankvar\": 3266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3058, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2787, \"group\": [212.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGCTTCT\", \"ini\": 530, \"clust\": 172, \"rank\": 2999, \"rankvar\": 2461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3059, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2788, \"group\": [171.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCCGGCACA\", \"ini\": 529, \"clust\": 775, \"rank\": 3115, \"rankvar\": 980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3060, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2399, \"group\": [774.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAAAGCGGT\", \"ini\": 528, \"clust\": 306, \"rank\": 2807, \"rankvar\": 3142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3061, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2400, \"group\": [304.0, 85.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTAAGTAC\", \"ini\": 527, \"clust\": 982, \"rank\": 3029, \"rankvar\": 1693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3062, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2401, \"group\": [982.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTAACCCT\", \"ini\": 526, \"clust\": 611, \"rank\": 2986, \"rankvar\": 813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3063, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2402, \"group\": [610.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTGAGTTC\", \"ini\": 525, \"clust\": 260, \"rank\": 3334, \"rankvar\": 1106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1658, \"group\": [258.0, 72.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCGCCTCA\", \"ini\": 524, \"clust\": 519, \"rank\": 2961, \"rankvar\": 1490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3065, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2403, \"group\": [518.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTAATAGCA\", \"ini\": 523, \"clust\": 987, \"rank\": 3069, \"rankvar\": 1743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3066, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2404, \"group\": [987.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTAGCCTAT\", \"ini\": 522, \"clust\": 649, \"rank\": 3096, \"rankvar\": 1116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3067, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2405, \"group\": [647.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTTACGGAG\", \"ini\": 521, \"clust\": 1021, \"rank\": 3123, \"rankvar\": 1782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3068, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2406, \"group\": [1020.0, 132.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTCTGTCG\", \"ini\": 520, \"clust\": 965, \"rank\": 3030, \"rankvar\": 1915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3069, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2407, \"group\": [964.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGCCAACAG\", \"ini\": 519, \"clust\": 246, \"rank\": 2784, \"rankvar\": 3346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3070, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2789, \"group\": [246.0, 68.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAGTCCCTACT\", \"ini\": 518, \"clust\": 1001, \"rank\": 3287, \"rankvar\": 2381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3071, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2408, \"group\": [1000.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGACAAAGG\", \"ini\": 517, \"clust\": 817, \"rank\": 3105, \"rankvar\": 2572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2409, \"group\": [819.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTGAGTTC\", \"ini\": 516, \"clust\": 3531, \"rank\": 3457, \"rankvar\": 3574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3073, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 157, \"group\": [3530.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTGCTTG\", \"ini\": 515, \"clust\": 986, \"rank\": 3028, \"rankvar\": 2443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3074, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2410, \"group\": [985.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTATGCGT\", \"ini\": 514, \"clust\": 902, \"rank\": 3147, \"rankvar\": 1733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3075, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2411, \"group\": [904.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTGTAGAGTGC\", \"ini\": 513, \"clust\": 582, \"rank\": 3040, \"rankvar\": 2515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3076, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2412, \"group\": [582.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACTGAAGG\", \"ini\": 512, \"clust\": 670, \"rank\": 3061, \"rankvar\": 2193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3077, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2413, \"group\": [668.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCAGAGCAATT\", \"ini\": 511, \"clust\": 637, \"rank\": 3081, \"rankvar\": 2550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3078, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2414, \"group\": [637.0, 114.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTAAGTGTA\", \"ini\": 510, \"clust\": 673, \"rank\": 3027, \"rankvar\": 2177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3079, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2415, \"group\": [671.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCTTGTCC\", \"ini\": 509, \"clust\": 702, \"rank\": 3110, \"rankvar\": 621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3080, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2416, \"group\": [703.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTTGTACAC\", \"ini\": 508, \"clust\": 650, \"rank\": 3068, \"rankvar\": 1470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3081, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2417, \"group\": [648.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCAGGACA\", \"ini\": 507, \"clust\": 798, \"rank\": 3120, \"rankvar\": 1199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2418, \"group\": [797.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCCGTCAG\", \"ini\": 506, \"clust\": 726, \"rank\": 3160, \"rankvar\": 1489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3083, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2419, \"group\": [724.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACAGCCCA\", \"ini\": 505, \"clust\": 563, \"rank\": 2935, \"rankvar\": 2646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3084, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2420, \"group\": [565.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACAGGAATCG\", \"ini\": 504, \"clust\": 498, \"rank\": 3009, \"rankvar\": 2495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3085, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2421, \"group\": [497.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTATCCGA\", \"ini\": 503, \"clust\": 731, \"rank\": 2905, \"rankvar\": 2273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2422, \"group\": [730.0, 124.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTCTCATT\", \"ini\": 502, \"clust\": 954, \"rank\": 3023, \"rankvar\": 2233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3087, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2423, \"group\": [955.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGAACAACT\", \"ini\": 501, \"clust\": 819, \"rank\": 3076, \"rankvar\": 3198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3088, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2424, \"group\": [818.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGGTGTTA\", \"ini\": 500, \"clust\": 756, \"rank\": 3113, \"rankvar\": 2798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3089, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2425, \"group\": [756.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAATTCCTT\", \"ini\": 499, \"clust\": 532, \"rank\": 3048, \"rankvar\": 2356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2426, \"group\": [533.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGATGAGAG\", \"ini\": 498, \"clust\": 1241, \"rank\": 3388, \"rankvar\": 3398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3091, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1833, \"group\": [1242.0, 194.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTTCGTCTC\", \"ini\": 497, \"clust\": 723, \"rank\": 3145, \"rankvar\": 2307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3092, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2427, \"group\": [720.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGAGGGATA\", \"ini\": 496, \"clust\": 803, \"rank\": 3064, \"rankvar\": 2068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3093, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2428, \"group\": [803.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTGGACGAT\", \"ini\": 495, \"clust\": 661, \"rank\": 3026, \"rankvar\": 2341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3094, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2429, \"group\": [660.0, 116.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGGTGCCT\", \"ini\": 494, \"clust\": 139, \"rank\": 3080, \"rankvar\": 2389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3095, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2790, \"group\": [142.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCGCCAAAT\", \"ini\": 493, \"clust\": 1033, \"rank\": 2934, \"rankvar\": 2154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3096, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2430, \"group\": [1033.0, 136.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGGTGGAT\", \"ini\": 492, \"clust\": 945, \"rank\": 3118, \"rankvar\": 2125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3097, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2431, \"group\": [946.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTTGAGTTC\", \"ini\": 491, \"clust\": 525, \"rank\": 2911, \"rankvar\": 1986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3098, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2432, \"group\": [525.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCAAGAAGT\", \"ini\": 490, \"clust\": 461, \"rank\": 3099, \"rankvar\": 2923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3099, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2433, \"group\": [461.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCACGTGAGA\", \"ini\": 489, \"clust\": 732, \"rank\": 3031, \"rankvar\": 2251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3100, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2434, \"group\": [731.0, 124.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGTCGATAA\", \"ini\": 488, \"clust\": 949, \"rank\": 3143, \"rankvar\": 2104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3101, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2435, \"group\": [947.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACCCATGG\", \"ini\": 487, \"clust\": 720, \"rank\": 3037, \"rankvar\": 2206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2436, \"group\": [722.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCATGTTCCC\", \"ini\": 486, \"clust\": 301, \"rank\": 3049, \"rankvar\": 2635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3103, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2437, \"group\": [303.0, 85.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCCACCCAGTG\", \"ini\": 485, \"clust\": 996, \"rank\": 3192, \"rankvar\": 857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3104, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2438, \"group\": [994.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGACTCGGA\", \"ini\": 484, \"clust\": 638, \"rank\": 2993, \"rankvar\": 1159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3105, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2439, \"group\": [640.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTGTTAG\", \"ini\": 483, \"clust\": 322, \"rank\": 3125, \"rankvar\": 3088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3106, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2440, \"group\": [322.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGCAGGCTA\", \"ini\": 482, \"clust\": 133, \"rank\": 3162, \"rankvar\": 3284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3107, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2791, \"group\": [137.0, 55.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCACCT\", \"ini\": 481, \"clust\": 633, \"rank\": 3111, \"rankvar\": 1757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3108, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2441, \"group\": [634.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCAGTTCGA\", \"ini\": 480, \"clust\": 838, \"rank\": 3109, \"rankvar\": 794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3109, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2442, \"group\": [837.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGAGGTACC\", \"ini\": 479, \"clust\": 556, \"rank\": 2982, \"rankvar\": 2712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3110, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2443, \"group\": [558.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTAGTGAAT\", \"ini\": 478, \"clust\": 792, \"rank\": 2996, \"rankvar\": 2110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3111, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2444, \"group\": [791.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAGCTGTT\", \"ini\": 477, \"clust\": 577, \"rank\": 2987, \"rankvar\": 2086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2445, \"group\": [576.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCACAGATGAGC\", \"ini\": 476, \"clust\": 969, \"rank\": 3117, \"rankvar\": 1469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2446, \"group\": [973.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCTCACATT\", \"ini\": 475, \"clust\": 640, \"rank\": 3082, \"rankvar\": 2963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3114, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2447, \"group\": [639.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACCATGTA\", \"ini\": 474, \"clust\": 129, \"rank\": 3003, \"rankvar\": 3319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3115, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2792, \"group\": [130.0, 54.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCATGTCCC\", \"ini\": 473, \"clust\": 767, \"rank\": 3129, \"rankvar\": 2007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3116, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2448, \"group\": [766.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCGCCAGCA\", \"ini\": 472, \"clust\": 313, \"rank\": 3090, \"rankvar\": 2427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3117, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2449, \"group\": [313.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGGACGTA\", \"ini\": 471, \"clust\": 778, \"rank\": 3104, \"rankvar\": 2209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3118, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2450, \"group\": [778.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTAGAGCTG\", \"ini\": 470, \"clust\": 833, \"rank\": 3172, \"rankvar\": 1737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3119, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2451, \"group\": [833.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCTAACTGG\", \"ini\": 469, \"clust\": 924, \"rank\": 3138, \"rankvar\": 1860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2452, \"group\": [921.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGACCGGAT\", \"ini\": 468, \"clust\": 572, \"rank\": 3077, \"rankvar\": 376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3121, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2453, \"group\": [571.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTATTCTC\", \"ini\": 467, \"clust\": 573, \"rank\": 3063, \"rankvar\": 1454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3122, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2454, \"group\": [572.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGGGATCTG\", \"ini\": 466, \"clust\": 136, \"rank\": 3146, \"rankvar\": 2836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3123, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2793, \"group\": [135.0, 55.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGAGGGAG\", \"ini\": 465, \"clust\": 539, \"rank\": 3012, \"rankvar\": 2412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3124, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2455, \"group\": [536.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACTTAACG\", \"ini\": 464, \"clust\": 762, \"rank\": 3054, \"rankvar\": 2996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3125, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2456, \"group\": [759.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTTAAGATG\", \"ini\": 463, \"clust\": 668, \"rank\": 3085, \"rankvar\": 1777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3126, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2457, \"group\": [669.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTAGCGTCC\", \"ini\": 462, \"clust\": 553, \"rank\": 2878, \"rankvar\": 2868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3127, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2458, \"group\": [553.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCATCCTAGA\", \"ini\": 461, \"clust\": 413, \"rank\": 3207, \"rankvar\": 3195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3128, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2459, \"group\": [411.0, 97.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCTTGGTC\", \"ini\": 460, \"clust\": 794, \"rank\": 3083, \"rankvar\": 706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3129, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2460, \"group\": [796.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGACA\", \"ini\": 459, \"clust\": 3529, \"rank\": 3406, \"rankvar\": 3567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1659, \"group\": [3528.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAGACACTT\", \"ini\": 458, \"clust\": 896, \"rank\": 3223, \"rankvar\": 424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3131, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2461, \"group\": [895.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTGGTGTAG\", \"ini\": 457, \"clust\": 302, \"rank\": 3047, \"rankvar\": 2649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3132, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2462, \"group\": [301.0, 85.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTAGAAGGA\", \"ini\": 456, \"clust\": 839, \"rank\": 3122, \"rankvar\": 1300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3133, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2463, \"group\": [839.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCAGGCTCAC\", \"ini\": 455, \"clust\": 926, \"rank\": 3204, \"rankvar\": 287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3134, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2464, \"group\": [923.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTGTCCGT\", \"ini\": 454, \"clust\": 503, \"rank\": 3106, \"rankvar\": 1032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3135, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2465, \"group\": [511.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCAATAAGG\", \"ini\": 453, \"clust\": 909, \"rank\": 3189, \"rankvar\": 294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3136, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2466, \"group\": [908.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAGTCGACTAT\", \"ini\": 452, \"clust\": 262, \"rank\": 3418, \"rankvar\": 3337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1660, \"group\": [264.0, 75.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCACAGTAC\", \"ini\": 451, \"clust\": 652, \"rank\": 3098, \"rankvar\": 1481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3138, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2467, \"group\": [650.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATGCCAG\", \"ini\": 450, \"clust\": 1194, \"rank\": 3044, \"rankvar\": 151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3139, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2925, \"group\": [1193.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGATGTGG\", \"ini\": 449, \"clust\": 606, \"rank\": 3060, \"rankvar\": 2046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3140, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2468, \"group\": [605.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACTGTCGG\", \"ini\": 448, \"clust\": 474, \"rank\": 3164, \"rankvar\": 1561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3141, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2469, \"group\": [475.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCGCCAAAT\", \"ini\": 447, \"clust\": 724, \"rank\": 3229, \"rankvar\": 1039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3142, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2470, \"group\": [727.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCACCCTATC\", \"ini\": 446, \"clust\": 126, \"rank\": 3107, \"rankvar\": 3174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3143, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2794, \"group\": [127.0, 53.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGAGCCAA\", \"ini\": 445, \"clust\": 911, \"rank\": 3136, \"rankvar\": 2405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3144, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2471, \"group\": [917.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTACCGCTG\", \"ini\": 444, \"clust\": 307, \"rank\": 3042, \"rankvar\": 3311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3145, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2472, \"group\": [305.0, 85.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACATTTGCTT\", \"ini\": 443, \"clust\": 329, \"rank\": 3194, \"rankvar\": 3256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3146, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2795, \"group\": [332.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTGTACC\", \"ini\": 442, \"clust\": 835, \"rank\": 3152, \"rankvar\": 2686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3147, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2473, \"group\": [835.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATTGCGA\", \"ini\": 441, \"clust\": 1020, \"rank\": 3200, \"rankvar\": 1942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2474, \"group\": [1022.0, 132.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTGTACCAGTT\", \"ini\": 440, \"clust\": 952, \"rank\": 3137, \"rankvar\": 2252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3149, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2475, \"group\": [950.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGCTACCGC\", \"ini\": 439, \"clust\": 846, \"rank\": 3186, \"rankvar\": 1838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3150, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2476, \"group\": [845.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGAGGGTT\", \"ini\": 438, \"clust\": 963, \"rank\": 3169, \"rankvar\": 2159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3151, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2477, \"group\": [962.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTAGAAAGG\", \"ini\": 437, \"clust\": 799, \"rank\": 3130, \"rankvar\": 2129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3152, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2478, \"group\": [798.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGACTAGAT\", \"ini\": 436, \"clust\": 763, \"rank\": 3086, \"rankvar\": 2871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3153, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2479, \"group\": [760.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTACGCCC\", \"ini\": 435, \"clust\": 1185, \"rank\": 3033, \"rankvar\": 350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3154, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2926, \"group\": [1182.0, 168.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCGAGGTAG\", \"ini\": 434, \"clust\": 247, \"rank\": 2827, \"rankvar\": 3414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3155, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2796, \"group\": [247.0, 68.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCGAACC\", \"ini\": 433, \"clust\": 940, \"rank\": 3233, \"rankvar\": 1583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2480, \"group\": [942.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTACGACT\", \"ini\": 432, \"clust\": 177, \"rank\": 3195, \"rankvar\": 3249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3157, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2797, \"group\": [175.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCAGGCGAA\", \"ini\": 431, \"clust\": 716, \"rank\": 3273, \"rankvar\": 2031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3158, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2481, \"group\": [715.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGTTAGCGG\", \"ini\": 430, \"clust\": 887, \"rank\": 3262, \"rankvar\": 1426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3159, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2482, \"group\": [885.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGCTGAAAT\", \"ini\": 429, \"clust\": 178, \"rank\": 3116, \"rankvar\": 2746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3160, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2798, \"group\": [176.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCAGGGTATG\", \"ini\": 428, \"clust\": 258, \"rank\": 3375, \"rankvar\": 1451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1661, \"group\": [261.0, 73.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCATACTG\", \"ini\": 427, \"clust\": 559, \"rank\": 2972, \"rankvar\": 2807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3162, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2483, \"group\": [559.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCTGCCAG\", \"ini\": 426, \"clust\": 771, \"rank\": 3187, \"rankvar\": 333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3163, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2484, \"group\": [771.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTGCCTTGG\", \"ini\": 425, \"clust\": 179, \"rank\": 3073, \"rankvar\": 3110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3164, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2799, \"group\": [183.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGCACACAG\", \"ini\": 424, \"clust\": 163, \"rank\": 2997, \"rankvar\": 2957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3165, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2800, \"group\": [184.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCTGATACG\", \"ini\": 423, \"clust\": 721, \"rank\": 3168, \"rankvar\": 1683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3166, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2485, \"group\": [721.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGTCATC\", \"ini\": 422, \"clust\": 651, \"rank\": 3097, \"rankvar\": 2420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3167, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2486, \"group\": [652.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCGGATGTT\", \"ini\": 421, \"clust\": 624, \"rank\": 3157, \"rankvar\": 1843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3168, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2487, \"group\": [625.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGAGGTAGA\", \"ini\": 420, \"clust\": 138, \"rank\": 3231, \"rankvar\": 2797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3169, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2801, \"group\": [139.0, 55.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGACAAGCC\", \"ini\": 419, \"clust\": 332, \"rank\": 3244, \"rankvar\": 3181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3170, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2802, \"group\": [333.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCATACAGCT\", \"ini\": 418, \"clust\": 270, \"rank\": 2955, \"rankvar\": 2329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3171, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2844, \"group\": [270.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACAGTTC\", \"ini\": 417, \"clust\": 966, \"rank\": 3177, \"rankvar\": 918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2488, \"group\": [965.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGTTTGCGT\", \"ini\": 416, \"clust\": 800, \"rank\": 3043, \"rankvar\": 1618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3173, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2489, \"group\": [800.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGTAG\", \"ini\": 415, \"clust\": 842, \"rank\": 3228, \"rankvar\": 2536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3174, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2490, \"group\": [843.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACACTGTTAG\", \"ini\": 414, \"clust\": 174, \"rank\": 3114, \"rankvar\": 3294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3175, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2803, \"group\": [177.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCTCA\", \"ini\": 413, \"clust\": 635, \"rank\": 3185, \"rankvar\": 458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3176, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2491, \"group\": [633.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGATCGATA\", \"ini\": 412, \"clust\": 303, \"rank\": 3128, \"rankvar\": 2404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3177, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2492, \"group\": [302.0, 85.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCTAAACC\", \"ini\": 411, \"clust\": 130, \"rank\": 3139, \"rankvar\": 3261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3178, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2804, \"group\": [131.0, 54.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTAGCGC\", \"ini\": 410, \"clust\": 1010, \"rank\": 3217, \"rankvar\": 2156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3179, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2493, \"group\": [1010.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCATGTTCCC\", \"ini\": 409, \"clust\": 779, \"rank\": 3144, \"rankvar\": 2023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2494, \"group\": [779.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGCACTTAAGC\", \"ini\": 408, \"clust\": 829, \"rank\": 3219, \"rankvar\": 2892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2495, \"group\": [831.0, 128.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATATGCTG\", \"ini\": 407, \"clust\": 934, \"rank\": 3269, \"rankvar\": 2488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3182, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2496, \"group\": [936.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTACAGCAG\", \"ini\": 406, \"clust\": 719, \"rank\": 3272, \"rankvar\": 1891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3183, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2497, \"group\": [718.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCATAACCG\", \"ini\": 405, \"clust\": 1115, \"rank\": 2960, \"rankvar\": 2766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3184, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2927, \"group\": [1116.0, 155.0, 24.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGGCACTA\", \"ini\": 404, \"clust\": 801, \"rank\": 3095, \"rankvar\": 1072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3185, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2498, \"group\": [801.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTGTAAGGGCT\", \"ini\": 403, \"clust\": 675, \"rank\": 3078, \"rankvar\": 2234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3186, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2499, \"group\": [678.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCTTAATC\", \"ini\": 402, \"clust\": 410, \"rank\": 3218, \"rankvar\": 2660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3187, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2500, \"group\": [409.0, 97.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGTTGGC\", \"ini\": 401, \"clust\": 536, \"rank\": 2956, \"rankvar\": 1829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3188, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2501, \"group\": [538.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGAATTGTG\", \"ini\": 400, \"clust\": 151, \"rank\": 3101, \"rankvar\": 3323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3189, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2805, \"group\": [152.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGGCATTGG\", \"ini\": 399, \"clust\": 843, \"rank\": 3232, \"rankvar\": 1251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3190, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2502, \"group\": [841.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTACCGAGA\", \"ini\": 398, \"clust\": 1113, \"rank\": 2925, \"rankvar\": 2419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3191, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2928, \"group\": [1113.0, 153.0, 24.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACGGTAAG\", \"ini\": 397, \"clust\": 874, \"rank\": 3222, \"rankvar\": 2041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3192, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2503, \"group\": [873.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCGTCATC\", \"ini\": 396, \"clust\": 727, \"rank\": 3165, \"rankvar\": 2095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3193, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2504, \"group\": [725.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTCAGATAA\", \"ini\": 395, \"clust\": 925, \"rank\": 3206, \"rankvar\": 1983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3194, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2505, \"group\": [922.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGGGAACGG\", \"ini\": 394, \"clust\": 175, \"rank\": 3202, \"rankvar\": 3140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3195, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2806, \"group\": [173.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCATCCGGGT\", \"ini\": 393, \"clust\": 923, \"rank\": 3243, \"rankvar\": 1799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3196, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2506, \"group\": [925.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGAGTGACC\", \"ini\": 392, \"clust\": 983, \"rank\": 3175, \"rankvar\": 1175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2507, \"group\": [983.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATAGCTGATAA\", \"ini\": 391, \"clust\": 912, \"rank\": 3158, \"rankvar\": 1606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3198, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2508, \"group\": [911.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTATGCGT\", \"ini\": 390, \"clust\": 483, \"rank\": 3088, \"rankvar\": 2459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3199, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2509, \"group\": [481.0, 108.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCACCAGCAC\", \"ini\": 389, \"clust\": 844, \"rank\": 3234, \"rankvar\": 919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2510, \"group\": [842.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTCGCATAT\", \"ini\": 388, \"clust\": 499, \"rank\": 3089, \"rankvar\": 1608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3201, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2511, \"group\": [498.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTCTGGC\", \"ini\": 387, \"clust\": 850, \"rank\": 3251, \"rankvar\": 994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3202, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2512, \"group\": [852.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTGCGTAA\", \"ini\": 386, \"clust\": 653, \"rank\": 3112, \"rankvar\": 2163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3203, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2513, \"group\": [651.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCCATTCTA\", \"ini\": 385, \"clust\": 948, \"rank\": 3221, \"rankvar\": 1787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3204, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2514, \"group\": [951.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATGTTCCC\", \"ini\": 384, \"clust\": 941, \"rank\": 3303, \"rankvar\": 1505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3205, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2515, \"group\": [941.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGTGCCTG\", \"ini\": 383, \"clust\": 1000, \"rank\": 3321, \"rankvar\": 2370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3206, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2516, \"group\": [1004.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGTAGCCGA\", \"ini\": 382, \"clust\": 729, \"rank\": 3176, \"rankvar\": 2037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3207, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2517, \"group\": [729.0, 124.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGGGTCA\", \"ini\": 381, \"clust\": 914, \"rank\": 3237, \"rankvar\": 1384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3208, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2518, \"group\": [913.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCACGGTTA\", \"ini\": 380, \"clust\": 1149, \"rank\": 3213, \"rankvar\": 1952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3209, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2992, \"group\": [1150.0, 159.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCGTTTATC\", \"ini\": 379, \"clust\": 1121, \"rank\": 3052, \"rankvar\": 2970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3210, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2993, \"group\": [1120.0, 157.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCAGTATCTCG\", \"ini\": 378, \"clust\": 632, \"rank\": 3174, \"rankvar\": 1508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3211, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2519, \"group\": [631.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCTTGCATT\", \"ini\": 377, \"clust\": 816, \"rank\": 3279, \"rankvar\": 2988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3212, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2520, \"group\": [815.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGTACGTTC\", \"ini\": 376, \"clust\": 973, \"rank\": 3198, \"rankvar\": 1847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3213, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2521, \"group\": [972.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTACCGAT\", \"ini\": 375, \"clust\": 931, \"rank\": 3363, \"rankvar\": 2484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3214, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2522, \"group\": [931.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGCATGGATGG\", \"ini\": 374, \"clust\": 314, \"rank\": 3181, \"rankvar\": 2833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3215, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2523, \"group\": [314.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAGCAGTTT\", \"ini\": 373, \"clust\": 176, \"rank\": 3197, \"rankvar\": 2451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2807, \"group\": [174.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGTTACCCA\", \"ini\": 372, \"clust\": 988, \"rank\": 3156, \"rankvar\": 2349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3217, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2524, \"group\": [988.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGAATCTCC\", \"ini\": 371, \"clust\": 309, \"rank\": 3167, \"rankvar\": 2636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3218, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2525, \"group\": [310.0, 87.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGTACGATA\", \"ini\": 370, \"clust\": 938, \"rank\": 3267, \"rankvar\": 718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3219, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2526, \"group\": [937.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCCAACGG\", \"ini\": 369, \"clust\": 893, \"rank\": 3331, \"rankvar\": 791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3220, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2527, \"group\": [897.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCTCCAATGGT\", \"ini\": 368, \"clust\": 506, \"rank\": 3131, \"rankvar\": 2212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2528, \"group\": [504.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACTATTC\", \"ini\": 367, \"clust\": 475, \"rank\": 3215, \"rankvar\": 2250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3222, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2529, \"group\": [473.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGTGGTCCC\", \"ini\": 366, \"clust\": 1005, \"rank\": 3395, \"rankvar\": 1307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3223, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2530, \"group\": [1005.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGGCACA\", \"ini\": 365, \"clust\": 1017, \"rank\": 3300, \"rankvar\": 2109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3224, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2531, \"group\": [1019.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGTTGTCGT\", \"ini\": 364, \"clust\": 1187, \"rank\": 3066, \"rankvar\": 2375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3225, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2929, \"group\": [1185.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTACCAGTT\", \"ini\": 363, \"clust\": 812, \"rank\": 3248, \"rankvar\": 1973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3226, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2532, \"group\": [810.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAACAATC\", \"ini\": 362, \"clust\": 1188, \"rank\": 3056, \"rankvar\": 1551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3227, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2930, \"group\": [1186.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCTTTCTC\", \"ini\": 361, \"clust\": 761, \"rank\": 3179, \"rankvar\": 2573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3228, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2533, \"group\": [761.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTAGGGTG\", \"ini\": 360, \"clust\": 814, \"rank\": 3191, \"rankvar\": 2724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3229, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2534, \"group\": [816.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCTCTCGT\", \"ini\": 359, \"clust\": 180, \"rank\": 3159, \"rankvar\": 3040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3230, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2808, \"group\": [179.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCAAACTC\", \"ini\": 358, \"clust\": 891, \"rank\": 3296, \"rankvar\": 509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3231, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2535, \"group\": [891.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTTCAT\", \"ini\": 357, \"clust\": 977, \"rank\": 3235, \"rankvar\": 2091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3232, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2536, \"group\": [976.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGACAGCC\", \"ini\": 356, \"clust\": 852, \"rank\": 3226, \"rankvar\": 757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3233, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2537, \"group\": [849.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGCGTTTC\", \"ini\": 355, \"clust\": 1022, \"rank\": 3211, \"rankvar\": 2072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3234, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2538, \"group\": [1021.0, 132.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCACTGGC\", \"ini\": 354, \"clust\": 793, \"rank\": 3126, \"rankvar\": 1689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3235, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2539, \"group\": [792.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTTATGCGT\", \"ini\": 353, \"clust\": 274, \"rank\": 2921, \"rankvar\": 2940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3236, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2845, \"group\": [273.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTTCCACA\", \"ini\": 352, \"clust\": 848, \"rank\": 3250, \"rankvar\": 2258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2540, \"group\": [847.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGTGAGTG\", \"ini\": 351, \"clust\": 745, \"rank\": 3220, \"rankvar\": 2204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3238, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2541, \"group\": [745.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCAGGTTCA\", \"ini\": 350, \"clust\": 928, \"rank\": 3319, \"rankvar\": 1943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3239, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2542, \"group\": [928.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCGCTTG\", \"ini\": 349, \"clust\": 927, \"rank\": 3270, \"rankvar\": 1480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3240, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2543, \"group\": [924.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTATTAGCC\", \"ini\": 348, \"clust\": 889, \"rank\": 3309, \"rankvar\": 512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3241, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2544, \"group\": [889.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAAGCGGT\", \"ini\": 347, \"clust\": 625, \"rank\": 3201, \"rankvar\": 1837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3242, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2545, \"group\": [623.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCAACTGCTA\", \"ini\": 346, \"clust\": 939, \"rank\": 3314, \"rankvar\": 1614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3243, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2546, \"group\": [938.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCATTTGCTT\", \"ini\": 345, \"clust\": 276, \"rank\": 2936, \"rankvar\": 3240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2547, \"group\": [278.0, 79.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGCTTCGCG\", \"ini\": 344, \"clust\": 1024, \"rank\": 3313, \"rankvar\": 1564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3245, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2548, \"group\": [1023.0, 132.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGAAGGCCT\", \"ini\": 343, \"clust\": 484, \"rank\": 3141, \"rankvar\": 2905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2549, \"group\": [482.0, 108.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGGTCTCGTTC\", \"ini\": 342, \"clust\": 913, \"rank\": 3271, \"rankvar\": 2315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3247, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2550, \"group\": [912.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTCCACT\", \"ini\": 341, \"clust\": 167, \"rank\": 3140, \"rankvar\": 2810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2809, \"group\": [166.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCAAGGCTCC\", \"ini\": 340, \"clust\": 897, \"rank\": 3297, \"rankvar\": 1157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2551, \"group\": [896.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAAGGAG\", \"ini\": 339, \"clust\": 1197, \"rank\": 3127, \"rankvar\": 317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3250, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2931, \"group\": [1197.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTAAGATG\", \"ini\": 338, \"clust\": 871, \"rank\": 3253, \"rankvar\": 1023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2552, \"group\": [871.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCATCCGCGA\", \"ini\": 337, \"clust\": 1152, \"rank\": 3163, \"rankvar\": 1449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3252, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2932, \"group\": [1216.0, 172.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTTGGAGGT\", \"ini\": 336, \"clust\": 1202, \"rank\": 3180, \"rankvar\": 598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3253, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2933, \"group\": [1205.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGGAGC\", \"ini\": 335, \"clust\": 330, \"rank\": 3350, \"rankvar\": 3151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3254, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2810, \"group\": [330.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGTAGGCCA\", \"ini\": 334, \"clust\": 978, \"rank\": 3298, \"rankvar\": 2815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2553, \"group\": [977.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTGGGAT\", \"ini\": 333, \"clust\": 476, \"rank\": 3252, \"rankvar\": 2555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3256, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2554, \"group\": [474.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGCATGGC\", \"ini\": 332, \"clust\": 910, \"rank\": 3316, \"rankvar\": 762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2555, \"group\": [909.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCGCTTGTC\", \"ini\": 331, \"clust\": 1181, \"rank\": 3199, \"rankvar\": 2958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3258, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2934, \"group\": [1214.0, 170.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCGATATA\", \"ini\": 330, \"clust\": 1016, \"rank\": 3307, \"rankvar\": 1309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3259, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2556, \"group\": [1016.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTGACGTT\", \"ini\": 329, \"clust\": 997, \"rank\": 3398, \"rankvar\": 2444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3260, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2557, \"group\": [999.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTGGAGCC\", \"ini\": 328, \"clust\": 173, \"rank\": 3161, \"rankvar\": 2521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2811, \"group\": [172.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACACATTCGA\", \"ini\": 327, \"clust\": 994, \"rank\": 3299, \"rankvar\": 1132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3262, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2558, \"group\": [995.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGTGGTAAT\", \"ini\": 326, \"clust\": 1195, \"rank\": 3184, \"rankvar\": 291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3263, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2935, \"group\": [1191.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGTTCGA\", \"ini\": 325, \"clust\": 277, \"rank\": 3016, \"rankvar\": 3086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3264, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2846, \"group\": [276.0, 79.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACACCGCTAG\", \"ini\": 324, \"clust\": 937, \"rank\": 3335, \"rankvar\": 1078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3265, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2559, \"group\": [943.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACAGTTCCCT\", \"ini\": 323, \"clust\": 964, \"rank\": 3275, \"rankvar\": 2580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3266, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2560, \"group\": [968.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGCTGAACG\", \"ini\": 322, \"clust\": 877, \"rank\": 3293, \"rankvar\": 1793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3267, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2561, \"group\": [880.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCAGCTCGG\", \"ini\": 321, \"clust\": 809, \"rank\": 3170, \"rankvar\": 2650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3268, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2562, \"group\": [808.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTGCTCCT\", \"ini\": 320, \"clust\": 916, \"rank\": 3317, \"rankvar\": 1621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3269, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2563, \"group\": [915.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTGACTCAT\", \"ini\": 319, \"clust\": 849, \"rank\": 3254, \"rankvar\": 677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3270, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2564, \"group\": [848.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGTGTTTGC\", \"ini\": 318, \"clust\": 1132, \"rank\": 3150, \"rankvar\": 2639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3271, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2994, \"group\": [1132.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCAAAGCG\", \"ini\": 317, \"clust\": 956, \"rank\": 3264, \"rankvar\": 2207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3272, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2565, \"group\": [954.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGTTCGATC\", \"ini\": 316, \"clust\": 1173, \"rank\": 3356, \"rankvar\": 20, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3273, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2936, \"group\": [1174.0, 166.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCACTCCTG\", \"ini\": 315, \"clust\": 169, \"rank\": 3171, \"rankvar\": 2982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3274, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2812, \"group\": [168.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTCACACGC\", \"ini\": 314, \"clust\": 1023, \"rank\": 3242, \"rankvar\": 1064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3275, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2566, \"group\": [1025.0, 132.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGAAGGACA\", \"ini\": 313, \"clust\": 162, \"rank\": 3100, \"rankvar\": 3332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2813, \"group\": [162.0, 57.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCATATCG\", \"ini\": 312, \"clust\": 323, \"rank\": 3155, \"rankvar\": 1879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3277, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2847, \"group\": [324.0, 89.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACTCTGTC\", \"ini\": 311, \"clust\": 935, \"rank\": 3365, \"rankvar\": 833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3278, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2567, \"group\": [934.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGAGCTACCTA\", \"ini\": 310, \"clust\": 259, \"rank\": 3462, \"rankvar\": 2973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1662, \"group\": [260.0, 72.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCGTTATGTGC\", \"ini\": 309, \"clust\": 324, \"rank\": 3208, \"rankvar\": 1389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3280, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2568, \"group\": [325.0, 89.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAATGCCAT\", \"ini\": 308, \"clust\": 626, \"rank\": 3236, \"rankvar\": 1684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3281, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2569, \"group\": [624.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCTCATTCA\", \"ini\": 307, \"clust\": 840, \"rank\": 3230, \"rankvar\": 1902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3282, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2570, \"group\": [840.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTACCCAAT\", \"ini\": 306, \"clust\": 1025, \"rank\": 3351, \"rankvar\": 1800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3283, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2571, \"group\": [1024.0, 132.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTAAA\", \"ini\": 305, \"clust\": 904, \"rank\": 3315, \"rankvar\": 2591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3284, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2572, \"group\": [903.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAAGGACTG\", \"ini\": 304, \"clust\": 822, \"rank\": 3212, \"rankvar\": 2659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3285, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2573, \"group\": [822.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAAAGTCAA\", \"ini\": 303, \"clust\": 662, \"rank\": 3308, \"rankvar\": 2664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3286, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2574, \"group\": [661.0, 116.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAGACAGGT\", \"ini\": 302, \"clust\": 1214, \"rank\": 3209, \"rankvar\": 818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3287, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2937, \"group\": [1211.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTAAGCACG\", \"ini\": 301, \"clust\": 853, \"rank\": 3286, \"rankvar\": 1910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3288, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2575, \"group\": [850.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCGTTGCC\", \"ini\": 300, \"clust\": 1122, \"rank\": 3173, \"rankvar\": 2966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3289, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2995, \"group\": [1121.0, 157.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCAAGATCC\", \"ini\": 299, \"clust\": 114, \"rank\": 3258, \"rankvar\": 2720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3290, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2814, \"group\": [114.0, 46.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCCATGCGCAC\", \"ini\": 298, \"clust\": 156, \"rank\": 3241, \"rankvar\": 3013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3291, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2815, \"group\": [156.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGACCTTTG\", \"ini\": 297, \"clust\": 950, \"rank\": 3332, \"rankvar\": 1669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3292, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2576, \"group\": [948.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGGTTGT\", \"ini\": 296, \"clust\": 936, \"rank\": 3343, \"rankvar\": 1633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2577, \"group\": [935.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCATGGTCA\", \"ini\": 295, \"clust\": 823, \"rank\": 3268, \"rankvar\": 1795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3294, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2578, \"group\": [823.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGGGAGTAA\", \"ini\": 294, \"clust\": 3547, \"rank\": 3441, \"rankvar\": 3583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3295, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 158, \"group\": [3548.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAAGGACAC\", \"ini\": 293, \"clust\": 998, \"rank\": 3385, \"rankvar\": 2039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3296, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2579, \"group\": [997.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCATCAGTAC\", \"ini\": 292, \"clust\": 976, \"rank\": 3328, \"rankvar\": 1651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2580, \"group\": [978.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCACCCAGTG\", \"ini\": 291, \"clust\": 1190, \"rank\": 3214, \"rankvar\": 1726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3298, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2938, \"group\": [1190.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCCCAACGG\", \"ini\": 290, \"clust\": 157, \"rank\": 3278, \"rankvar\": 3032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3299, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2816, \"group\": [157.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCAGTCAGT\", \"ini\": 289, \"clust\": 128, \"rank\": 3132, \"rankvar\": 3213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2817, \"group\": [129.0, 53.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCTTACCTA\", \"ini\": 288, \"clust\": 854, \"rank\": 3306, \"rankvar\": 58, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3301, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2581, \"group\": [863.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAACGCACC\", \"ini\": 287, \"clust\": 568, \"rank\": 3256, \"rankvar\": 2656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3302, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2582, \"group\": [570.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGGCTA\", \"ini\": 286, \"clust\": 1192, \"rank\": 3154, \"rankvar\": 916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3303, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2939, \"group\": [1187.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGGTATCG\", \"ini\": 285, \"clust\": 888, \"rank\": 3379, \"rankvar\": 1459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3304, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2583, \"group\": [886.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGTCACGG\", \"ini\": 284, \"clust\": 1139, \"rank\": 3216, \"rankvar\": 339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3305, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2996, \"group\": [1138.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTATCGCAT\", \"ini\": 283, \"clust\": 922, \"rank\": 3318, \"rankvar\": 2872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2584, \"group\": [926.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGAGTACC\", \"ini\": 282, \"clust\": 932, \"rank\": 3362, \"rankvar\": 1301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2585, \"group\": [932.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGGTACC\", \"ini\": 281, \"clust\": 181, \"rank\": 3240, \"rankvar\": 2991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3308, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2818, \"group\": [180.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACTCGACG\", \"ini\": 280, \"clust\": 769, \"rank\": 3282, \"rankvar\": 1901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3309, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2586, \"group\": [769.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGTTTGTG\", \"ini\": 279, \"clust\": 1199, \"rank\": 3178, \"rankvar\": 1540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3310, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2940, \"group\": [1194.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGCCTA\", \"ini\": 278, \"clust\": 883, \"rank\": 3336, \"rankvar\": 2069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3311, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2587, \"group\": [882.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACCACCT\", \"ini\": 277, \"clust\": 880, \"rank\": 3354, \"rankvar\": 793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3312, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2588, \"group\": [876.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTGAGGCTA\", \"ini\": 276, \"clust\": 327, \"rank\": 3415, \"rankvar\": 3411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3313, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2819, \"group\": [328.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATGAGAG\", \"ini\": 275, \"clust\": 570, \"rank\": 3281, \"rankvar\": 3160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3314, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2589, \"group\": [569.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTGGCGAC\", \"ini\": 274, \"clust\": 261, \"rank\": 3501, \"rankvar\": 3117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1663, \"group\": [259.0, 72.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATATAC\", \"ini\": 273, \"clust\": 867, \"rank\": 3333, \"rankvar\": 1764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2590, \"group\": [867.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGCCTTC\", \"ini\": 272, \"clust\": 325, \"rank\": 3295, \"rankvar\": 3126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3317, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2820, \"group\": [326.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTGCCTCT\", \"ini\": 271, \"clust\": 759, \"rank\": 3284, \"rankvar\": 2049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3318, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2591, \"group\": [763.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCAGCTCGG\", \"ini\": 270, \"clust\": 1127, \"rank\": 3148, \"rankvar\": 2771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3319, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2997, \"group\": [1130.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCCTAGAAC\", \"ini\": 269, \"clust\": 865, \"rank\": 3368, \"rankvar\": 1538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3320, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2592, \"group\": [864.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTACTCAT\", \"ini\": 268, \"clust\": 164, \"rank\": 3205, \"rankvar\": 3302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3321, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2821, \"group\": [170.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCCAAACTG\", \"ini\": 267, \"clust\": 999, \"rank\": 3391, \"rankvar\": 2480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3322, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2593, \"group\": [998.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAGA\", \"ini\": 266, \"clust\": 953, \"rank\": 3239, \"rankvar\": 3091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3323, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2594, \"group\": [956.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTGTG\", \"ini\": 265, \"clust\": 1169, \"rank\": 3323, \"rankvar\": 1068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3324, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2941, \"group\": [1168.0, 165.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTCTTCGTC\", \"ini\": 264, \"clust\": 826, \"rank\": 3392, \"rankvar\": 2386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2595, \"group\": [828.0, 128.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAACACGCC\", \"ini\": 263, \"clust\": 873, \"rank\": 3344, \"rankvar\": 1893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3326, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2596, \"group\": [875.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGTTCT\", \"ini\": 262, \"clust\": 1006, \"rank\": 3455, \"rankvar\": 2067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2597, \"group\": [1006.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACAGCGAACA\", \"ini\": 261, \"clust\": 921, \"rank\": 3377, \"rankvar\": 2008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3328, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2598, \"group\": [927.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGAACTC\", \"ini\": 260, \"clust\": 866, \"rank\": 3371, \"rankvar\": 1484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2599, \"group\": [865.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGCAAAGCAAT\", \"ini\": 259, \"clust\": 768, \"rank\": 3353, \"rankvar\": 1610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3330, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2600, \"group\": [767.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTGGGTCAA\", \"ini\": 258, \"clust\": 869, \"rank\": 3329, \"rankvar\": 1371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3331, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2601, \"group\": [869.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCTGCGACG\", \"ini\": 257, \"clust\": 1186, \"rank\": 3238, \"rankvar\": 1111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3332, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2942, \"group\": [1183.0, 168.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTCCAAGTT\", \"ini\": 256, \"clust\": 851, \"rank\": 3338, \"rankvar\": 948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3333, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2602, \"group\": [851.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGAAAGC\", \"ini\": 255, \"clust\": 968, \"rank\": 3358, \"rankvar\": 1877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3334, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2603, \"group\": [967.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAAAGTC\", \"ini\": 254, \"clust\": 906, \"rank\": 3291, \"rankvar\": 563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3335, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2604, \"group\": [905.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGCTGCCCA\", \"ini\": 253, \"clust\": 890, \"rank\": 3389, \"rankvar\": 733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3336, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2605, \"group\": [890.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTTCCGTCT\", \"ini\": 252, \"clust\": 182, \"rank\": 3310, \"rankvar\": 2490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3337, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2822, \"group\": [181.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAGAGGAA\", \"ini\": 251, \"clust\": 878, \"rank\": 3347, \"rankvar\": 1010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3338, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2606, \"group\": [879.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACGAAGG\", \"ini\": 250, \"clust\": 917, \"rank\": 3360, \"rankvar\": 1391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3339, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2607, \"group\": [916.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTAAAGTCA\", \"ini\": 249, \"clust\": 588, \"rank\": 3346, \"rankvar\": 1193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3340, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2608, \"group\": [587.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTAGTAGTA\", \"ini\": 248, \"clust\": 876, \"rank\": 3345, \"rankvar\": 831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3341, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2609, \"group\": [881.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTATATGGA\", \"ini\": 247, \"clust\": 882, \"rank\": 3330, \"rankvar\": 1667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3342, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2610, \"group\": [884.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACAGATGAGC\", \"ini\": 246, \"clust\": 1213, \"rank\": 3245, \"rankvar\": 1270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3343, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2943, \"group\": [1213.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGTTGGC\", \"ini\": 245, \"clust\": 578, \"rank\": 3255, \"rankvar\": 2820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2611, \"group\": [577.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAAGGGCT\", \"ini\": 244, \"clust\": 1003, \"rank\": 3427, \"rankvar\": 1662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3345, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2612, \"group\": [1002.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACTATCTT\", \"ini\": 243, \"clust\": 875, \"rank\": 3376, \"rankvar\": 2318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2613, \"group\": [874.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGTCGAT\", \"ini\": 242, \"clust\": 266, \"rank\": 3227, \"rankvar\": 2824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3347, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2848, \"group\": [266.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGAGCTGCA\", \"ini\": 241, \"clust\": 861, \"rank\": 3339, \"rankvar\": 321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3348, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2614, \"group\": [861.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATTTGGG\", \"ini\": 240, \"clust\": 1140, \"rank\": 3247, \"rankvar\": 2652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3349, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2998, \"group\": [1139.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACAAGACG\", \"ini\": 239, \"clust\": 918, \"rank\": 3285, \"rankvar\": 1374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3350, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2615, \"group\": [920.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCACTTCAT\", \"ini\": 238, \"clust\": 942, \"rank\": 3423, \"rankvar\": 1183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2616, \"group\": [939.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGATGCCC\", \"ini\": 237, \"clust\": 811, \"rank\": 3369, \"rankvar\": 3003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3352, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2617, \"group\": [812.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCACAGGT\", \"ini\": 236, \"clust\": 915, \"rank\": 3370, \"rankvar\": 2406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3353, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2618, \"group\": [914.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCAGTGAAGAG\", \"ini\": 235, \"clust\": 864, \"rank\": 3401, \"rankvar\": 187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2619, \"group\": [866.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATAACGA\", \"ini\": 234, \"clust\": 1191, \"rank\": 3326, \"rankvar\": 604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3355, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2944, \"group\": [1189.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTACAGACG\", \"ini\": 233, \"clust\": 343, \"rank\": 3403, \"rankvar\": 3107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3356, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2823, \"group\": [344.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAGCCTGTG\", \"ini\": 232, \"clust\": 271, \"rank\": 3133, \"rankvar\": 3096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3357, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2849, \"group\": [271.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCCGGGT\", \"ini\": 231, \"clust\": 943, \"rank\": 3437, \"rankvar\": 2236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2620, \"group\": [940.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCGCTTAT\", \"ini\": 230, \"clust\": 385, \"rank\": 3341, \"rankvar\": 2267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3359, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2850, \"group\": [384.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCATGAGT\", \"ini\": 229, \"clust\": 251, \"rank\": 3429, \"rankvar\": 3509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3360, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2824, \"group\": [256.0, 70.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCATTCCTCG\", \"ini\": 228, \"clust\": 382, \"rank\": 3257, \"rankvar\": 2559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3361, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2851, \"group\": [394.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTTGTTTG\", \"ini\": 227, \"clust\": 772, \"rank\": 3312, \"rankvar\": 2015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3362, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2621, \"group\": [772.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCATTCCTGC\", \"ini\": 226, \"clust\": 170, \"rank\": 3277, \"rankvar\": 3391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3363, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2825, \"group\": [169.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATCTGGTA\", \"ini\": 225, \"clust\": 387, \"rank\": 3265, \"rankvar\": 2130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3364, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2852, \"group\": [386.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACAAGCCC\", \"ini\": 224, \"clust\": 333, \"rank\": 3434, \"rankvar\": 3314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3365, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2826, \"group\": [334.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGAAGGCT\", \"ini\": 223, \"clust\": 607, \"rank\": 3302, \"rankvar\": 2904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2622, \"group\": [606.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGAAGGCT\", \"ini\": 222, \"clust\": 165, \"rank\": 3260, \"rankvar\": 3189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3367, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2853, \"group\": [164.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTTGTC\", \"ini\": 221, \"clust\": 907, \"rank\": 3383, \"rankvar\": 1960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3368, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2623, \"group\": [906.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGCTAGT\", \"ini\": 220, \"clust\": 929, \"rank\": 3431, \"rankvar\": 2259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3369, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2624, \"group\": [929.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTGGAGCC\", \"ini\": 219, \"clust\": 659, \"rank\": 3324, \"rankvar\": 2364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3370, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2625, \"group\": [658.0, 116.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAACGATGG\", \"ini\": 218, \"clust\": 253, \"rank\": 3465, \"rankvar\": 3178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2626, \"group\": [251.0, 70.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTCAGGCC\", \"ini\": 217, \"clust\": 1123, \"rank\": 3290, \"rankvar\": 2964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3372, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2999, \"group\": [1125.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGGTCT\", \"ini\": 216, \"clust\": 377, \"rank\": 3349, \"rankvar\": 2456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3373, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2854, \"group\": [377.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAAGAGCTATA\", \"ini\": 215, \"clust\": 870, \"rank\": 3440, \"rankvar\": 2054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3374, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2627, \"group\": [870.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGGAGCGTT\", \"ini\": 214, \"clust\": 1130, \"rank\": 3203, \"rankvar\": 2971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3375, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3000, \"group\": [1128.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCTCCCTGA\", \"ini\": 213, \"clust\": 868, \"rank\": 3412, \"rankvar\": 2507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2628, \"group\": [868.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGCATCTA\", \"ini\": 212, \"clust\": 1004, \"rank\": 3444, \"rankvar\": 2388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3377, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2629, \"group\": [1003.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAACCTC\", \"ini\": 211, \"clust\": 560, \"rank\": 3289, \"rankvar\": 2621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2630, \"group\": [560.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTCTACCTC\", \"ini\": 210, \"clust\": 1206, \"rank\": 3340, \"rankvar\": 2237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3379, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2945, \"group\": [1203.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTAATA\", \"ini\": 209, \"clust\": 376, \"rank\": 3292, \"rankvar\": 3340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3380, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2855, \"group\": [398.0, 92.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTATCACG\", \"ini\": 208, \"clust\": 933, \"rank\": 3445, \"rankvar\": 1865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3381, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2631, \"group\": [933.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCATGGTAGG\", \"ini\": 207, \"clust\": 1126, \"rank\": 3224, \"rankvar\": 2974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3382, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3001, \"group\": [1131.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGAACTGTA\", \"ini\": 206, \"clust\": 1215, \"rank\": 3337, \"rankvar\": 1673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3383, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2946, \"group\": [1212.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACATACTACG\", \"ini\": 205, \"clust\": 813, \"rank\": 3414, \"rankvar\": 3108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2632, \"group\": [811.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAATCCGT\", \"ini\": 204, \"clust\": 947, \"rank\": 3413, \"rankvar\": 2777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3385, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2633, \"group\": [945.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAGTGAAT\", \"ini\": 203, \"clust\": 278, \"rank\": 3304, \"rankvar\": 2984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3386, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2856, \"group\": [277.0, 79.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGGATTCGG\", \"ini\": 202, \"clust\": 1155, \"rank\": 3357, \"rankvar\": 2137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3387, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2634, \"group\": [1155.0, 162.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACGATGT\", \"ini\": 201, \"clust\": 383, \"rank\": 3359, \"rankvar\": 1716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3388, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2857, \"group\": [382.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATGTGT\", \"ini\": 200, \"clust\": 770, \"rank\": 3400, \"rankvar\": 2483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2635, \"group\": [770.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTACAGACG\", \"ini\": 199, \"clust\": 919, \"rank\": 3373, \"rankvar\": 2176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2636, \"group\": [918.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGTTGAGTA\", \"ini\": 198, \"clust\": 265, \"rank\": 3266, \"rankvar\": 2774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3391, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2858, \"group\": [275.0, 78.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAGCATACT\", \"ini\": 197, \"clust\": 1018, \"rank\": 3416, \"rankvar\": 1054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2637, \"group\": [1017.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACACAACTGT\", \"ini\": 196, \"clust\": 1131, \"rank\": 3311, \"rankvar\": 2409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3393, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3002, \"group\": [1129.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACCATG\", \"ini\": 195, \"clust\": 1193, \"rank\": 3320, \"rankvar\": 823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3394, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2947, \"group\": [1188.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACAAACTGTC\", \"ini\": 194, \"clust\": 1136, \"rank\": 3263, \"rankvar\": 2850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3395, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3003, \"group\": [1134.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCGATTCT\", \"ini\": 193, \"clust\": 1133, \"rank\": 3325, \"rankvar\": 2390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3396, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3004, \"group\": [1133.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAGCGTTCG\", \"ini\": 192, \"clust\": 920, \"rank\": 3409, \"rankvar\": 2306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2638, \"group\": [919.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCTCTGTCG\", \"ini\": 191, \"clust\": 1153, \"rank\": 3249, \"rankvar\": 2489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3398, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2948, \"group\": [1153.0, 161.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGTCTGAA\", \"ini\": 190, \"clust\": 886, \"rank\": 3459, \"rankvar\": 1018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2639, \"group\": [887.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGGGCTTGA\", \"ini\": 189, \"clust\": 1180, \"rank\": 3301, \"rankvar\": 1265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3400, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2949, \"group\": [1215.0, 171.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTAAGGGCT\", \"ini\": 188, \"clust\": 892, \"rank\": 3473, \"rankvar\": 1100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3401, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2640, \"group\": [892.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATGTCTT\", \"ini\": 187, \"clust\": 830, \"rank\": 3393, \"rankvar\": 3308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3402, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2641, \"group\": [829.0, 128.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTCCCTACT\", \"ini\": 186, \"clust\": 885, \"rank\": 3469, \"rankvar\": 2452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2642, \"group\": [888.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCAGATAAG\", \"ini\": 185, \"clust\": 706, \"rank\": 3402, \"rankvar\": 2756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2643, \"group\": [705.0, 121.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTAAACGCG\", \"ini\": 184, \"clust\": 1011, \"rank\": 3471, \"rankvar\": 1770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3405, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2644, \"group\": [1011.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGGCCCGTT\", \"ini\": 183, \"clust\": 827, \"rank\": 3468, \"rankvar\": 2100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2645, \"group\": [826.0, 128.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTGAGTTC\", \"ini\": 182, \"clust\": 879, \"rank\": 3422, \"rankvar\": 2225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3407, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2646, \"group\": [878.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAAACGGG\", \"ini\": 181, \"clust\": 1007, \"rank\": 3495, \"rankvar\": 2020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3408, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2647, \"group\": [1007.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGAGGCTAGGT\", \"ini\": 180, \"clust\": 344, \"rank\": 3411, \"rankvar\": 3012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3409, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2827, \"group\": [345.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCCACCTG\", \"ini\": 179, \"clust\": 1200, \"rank\": 3367, \"rankvar\": 260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3410, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2950, \"group\": [1195.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAAGCCGCT\", \"ini\": 178, \"clust\": 1128, \"rank\": 3361, \"rankvar\": 2779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3411, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3005, \"group\": [1126.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAGATGGGT\", \"ini\": 177, \"clust\": 585, \"rank\": 3396, \"rankvar\": 2637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3412, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2648, \"group\": [585.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTAAAGTG\", \"ini\": 176, \"clust\": 1154, \"rank\": 3322, \"rankvar\": 2679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3413, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2951, \"group\": [1154.0, 161.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATCCGCGA\", \"ini\": 175, \"clust\": 1002, \"rank\": 3498, \"rankvar\": 2989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2649, \"group\": [1001.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTCCGTAT\", \"ini\": 174, \"clust\": 1157, \"rank\": 3386, \"rankvar\": 2897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3415, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3006, \"group\": [1159.0, 163.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTCAACTT\", \"ini\": 173, \"clust\": 328, \"rank\": 3443, \"rankvar\": 3021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3416, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2828, \"group\": [329.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCATGGAATA\", \"ini\": 172, \"clust\": 160, \"rank\": 3283, \"rankvar\": 3342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3417, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2859, \"group\": [163.0, 57.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATGCATGT\", \"ini\": 171, \"clust\": 272, \"rank\": 3225, \"rankvar\": 3114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3418, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2860, \"group\": [274.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTTCACCTC\", \"ini\": 170, \"clust\": 894, \"rank\": 3417, \"rankvar\": 780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2650, \"group\": [893.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAAGGACAC\", \"ini\": 169, \"clust\": 1182, \"rank\": 3382, \"rankvar\": 246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3420, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2952, \"group\": [1180.0, 168.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTTGCCGT\", \"ini\": 168, \"clust\": 898, \"rank\": 3436, \"rankvar\": 1935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3421, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2651, \"group\": [901.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACTACAGT\", \"ini\": 167, \"clust\": 707, \"rank\": 3470, \"rankvar\": 1845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3422, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2652, \"group\": [706.0, 121.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCGCGATCG\", \"ini\": 166, \"clust\": 1013, \"rank\": 3461, \"rankvar\": 2719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3423, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2829, \"group\": [1013.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTGGGTTG\", \"ini\": 165, \"clust\": 908, \"rank\": 3483, \"rankvar\": 2440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2653, \"group\": [910.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCTCCTGCCAT\", \"ini\": 164, \"clust\": 384, \"rank\": 3410, \"rankvar\": 2002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3425, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2861, \"group\": [383.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCGAATGT\", \"ini\": 163, \"clust\": 1148, \"rank\": 3378, \"rankvar\": 2179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3426, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3007, \"group\": [1151.0, 159.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGTAAGA\", \"ini\": 162, \"clust\": 267, \"rank\": 3305, \"rankvar\": 2354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3427, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2862, \"group\": [267.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTTGTCGT\", \"ini\": 161, \"clust\": 378, \"rank\": 3399, \"rankvar\": 3124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3428, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2863, \"group\": [378.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCCGACA\", \"ini\": 160, \"clust\": 1162, \"rank\": 3352, \"rankvar\": 1277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3429, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2953, \"group\": [1162.0, 164.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCTTCGAGA\", \"ini\": 159, \"clust\": 1183, \"rank\": 3348, \"rankvar\": 1242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3430, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2954, \"group\": [1181.0, 168.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCAGTCCTCCT\", \"ini\": 158, \"clust\": 1120, \"rank\": 3381, \"rankvar\": 2376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3431, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3008, \"group\": [1122.0, 157.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCAGACAGGT\", \"ini\": 157, \"clust\": 255, \"rank\": 3521, \"rankvar\": 3507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3432, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2654, \"group\": [253.0, 70.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACACATCCGG\", \"ini\": 156, \"clust\": 115, \"rank\": 3366, \"rankvar\": 2699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3433, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2830, \"group\": [115.0, 46.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTACCAGTT\", \"ini\": 155, \"clust\": 1207, \"rank\": 3404, \"rankvar\": 769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3434, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2955, \"group\": [1201.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTGCTGTAT\", \"ini\": 154, \"clust\": 899, \"rank\": 3458, \"rankvar\": 985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3435, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2655, \"group\": [900.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGTGGGAT\", \"ini\": 153, \"clust\": 574, \"rank\": 3384, \"rankvar\": 3316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3436, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2656, \"group\": [574.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGCGCTCT\", \"ini\": 152, \"clust\": 576, \"rank\": 3372, \"rankvar\": 3290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2657, \"group\": [578.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTAATAGCA\", \"ini\": 151, \"clust\": 1138, \"rank\": 3380, \"rankvar\": 2527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3438, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3009, \"group\": [1140.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGTGTACCT\", \"ini\": 150, \"clust\": 379, \"rank\": 3407, \"rankvar\": 3083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3439, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2864, \"group\": [381.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATAGAAAC\", \"ini\": 149, \"clust\": 1203, \"rank\": 3451, \"rankvar\": 1313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3440, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2956, \"group\": [1204.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATGGGTC\", \"ini\": 148, \"clust\": 1160, \"rank\": 3355, \"rankvar\": 380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3441, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2957, \"group\": [1160.0, 164.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGGGCTTCC\", \"ini\": 147, \"clust\": 1189, \"rank\": 3390, \"rankvar\": 1501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3442, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2958, \"group\": [1198.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGACGCTC\", \"ini\": 146, \"clust\": 256, \"rank\": 3504, \"rankvar\": 3453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2658, \"group\": [254.0, 70.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTTGACTG\", \"ini\": 145, \"clust\": 1012, \"rank\": 3491, \"rankvar\": 1279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3444, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2659, \"group\": [1012.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACATATGAGA\", \"ini\": 144, \"clust\": 408, \"rank\": 3474, \"rankvar\": 3132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3445, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2865, \"group\": [413.0, 98.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCACTTCC\", \"ini\": 143, \"clust\": 1201, \"rank\": 3424, \"rankvar\": 2092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3446, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2959, \"group\": [1206.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTCTGGAGA\", \"ini\": 142, \"clust\": 674, \"rank\": 3421, \"rankvar\": 3222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3447, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2660, \"group\": [672.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTAGGTT\", \"ini\": 141, \"clust\": 1014, \"rank\": 3502, \"rankvar\": 3022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3448, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2831, \"group\": [1014.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCAAGCCTA\", \"ini\": 140, \"clust\": 709, \"rank\": 3364, \"rankvar\": 2747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2661, \"group\": [710.0, 122.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACAACGT\", \"ini\": 139, \"clust\": 895, \"rank\": 3484, \"rankvar\": 2077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3450, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2662, \"group\": [894.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCTTGCATT\", \"ini\": 138, \"clust\": 374, \"rank\": 3426, \"rankvar\": 1338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3451, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2866, \"group\": [372.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTAAACCTC\", \"ini\": 137, \"clust\": 712, \"rank\": 3428, \"rankvar\": 1000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3452, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2960, \"group\": [712.0, 122.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCATTACCTT\", \"ini\": 136, \"clust\": 1211, \"rank\": 3447, \"rankvar\": 580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3453, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2961, \"group\": [1207.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGTTACGGG\", \"ini\": 135, \"clust\": 331, \"rank\": 3446, \"rankvar\": 3369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3454, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2832, \"group\": [331.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTGGTAACG\", \"ini\": 134, \"clust\": 386, \"rank\": 3394, \"rankvar\": 2653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3455, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2867, \"group\": [385.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCGGCACT\", \"ini\": 133, \"clust\": 1208, \"rank\": 3433, \"rankvar\": 277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3456, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2962, \"group\": [1202.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCAAGTAATG\", \"ini\": 132, \"clust\": 1177, \"rank\": 3485, \"rankvar\": 909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3457, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2963, \"group\": [1179.0, 167.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTTACCGC\", \"ini\": 131, \"clust\": 1163, \"rank\": 3397, \"rankvar\": 3027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3458, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2964, \"group\": [1163.0, 164.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGAGTTTA\", \"ini\": 130, \"clust\": 856, \"rank\": 3442, \"rankvar\": 2391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3459, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2663, \"group\": [854.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCATATGAGA\", \"ini\": 129, \"clust\": 1117, \"rank\": 3342, \"rankvar\": 2450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3460, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3010, \"group\": [1119.0, 156.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACTAAGT\", \"ini\": 128, \"clust\": 396, \"rank\": 3452, \"rankvar\": 998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3461, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2868, \"group\": [395.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGATCGG\", \"ini\": 127, \"clust\": 584, \"rank\": 3463, \"rankvar\": 3172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3462, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2664, \"group\": [584.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAGCTTCT\", \"ini\": 126, \"clust\": 1124, \"rank\": 3420, \"rankvar\": 2809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3463, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3011, \"group\": [1123.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTTGTCAT\", \"ini\": 125, \"clust\": 166, \"rank\": 3419, \"rankvar\": 3357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3464, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2833, \"group\": [165.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTTAAGTG\", \"ini\": 124, \"clust\": 1135, \"rank\": 3387, \"rankvar\": 3168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3465, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3012, \"group\": [1136.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTGCCTGCA\", \"ini\": 123, \"clust\": 355, \"rank\": 3408, \"rankvar\": 3380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3466, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2869, \"group\": [355.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACGCATA\", \"ini\": 122, \"clust\": 257, \"rank\": 3518, \"rankvar\": 3492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3467, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2870, \"group\": [265.0, 76.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGGTACC\", \"ini\": 121, \"clust\": 1210, \"rank\": 3425, \"rankvar\": 810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3468, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2965, \"group\": [1209.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTCGCCGT\", \"ini\": 120, \"clust\": 575, \"rank\": 3405, \"rankvar\": 3282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3469, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2665, \"group\": [575.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATTCTTGTATC\", \"ini\": 119, \"clust\": 1145, \"rank\": 3467, \"rankvar\": 1851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3470, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3013, \"group\": [1147.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTTCGTCTC\", \"ini\": 118, \"clust\": 1008, \"rank\": 3519, \"rankvar\": 3001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3471, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2666, \"group\": [1008.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGAGAAACGAG\", \"ini\": 117, \"clust\": 1156, \"rank\": 3448, \"rankvar\": 2837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3472, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2966, \"group\": [1156.0, 162.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAGGCTCAC\", \"ini\": 116, \"clust\": 1175, \"rank\": 3522, \"rankvar\": 378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3473, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2967, \"group\": [1171.0, 166.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCACTTACGA\", \"ini\": 115, \"clust\": 326, \"rank\": 3439, \"rankvar\": 3344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3474, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2834, \"group\": [327.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGAGGTTGC\", \"ini\": 114, \"clust\": 1161, \"rank\": 3454, \"rankvar\": 1392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3475, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2968, \"group\": [1161.0, 164.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAATCTACG\", \"ini\": 113, \"clust\": 1198, \"rank\": 3374, \"rankvar\": 2691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3476, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2969, \"group\": [1196.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCAGCTTCGG\", \"ini\": 112, \"clust\": 1141, \"rank\": 3449, \"rankvar\": 2585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3477, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3014, \"group\": [1144.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGGAGTACC\", \"ini\": 111, \"clust\": 361, \"rank\": 3430, \"rankvar\": 2848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3478, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2871, \"group\": [375.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTATAAACG\", \"ini\": 110, \"clust\": 183, \"rank\": 3435, \"rankvar\": 3407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3479, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2835, \"group\": [182.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACAACGCC\", \"ini\": 109, \"clust\": 395, \"rank\": 3479, \"rankvar\": 2613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3480, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2872, \"group\": [397.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCATGATCCA\", \"ini\": 108, \"clust\": 1168, \"rank\": 3450, \"rankvar\": 303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3481, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2970, \"group\": [1170.0, 165.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCGTCAAA\", \"ini\": 107, \"clust\": 1209, \"rank\": 3475, \"rankvar\": 899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3482, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2971, \"group\": [1210.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGAGATGAG\", \"ini\": 106, \"clust\": 375, \"rank\": 3464, \"rankvar\": 1350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3483, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2873, \"group\": [373.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATGTTGAC\", \"ini\": 105, \"clust\": 1143, \"rank\": 3453, \"rankvar\": 2569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3484, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3015, \"group\": [1141.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGTGACC\", \"ini\": 104, \"clust\": 1212, \"rank\": 3494, \"rankvar\": 194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3485, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2972, \"group\": [1208.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGGCGACAT\", \"ini\": 103, \"clust\": 1170, \"rank\": 3499, \"rankvar\": 1537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3486, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2973, \"group\": [1169.0, 165.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGAGTTTA\", \"ini\": 102, \"clust\": 586, \"rank\": 3487, \"rankvar\": 3136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2667, \"group\": [586.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGCGGTA\", \"ini\": 101, \"clust\": 168, \"rank\": 3477, \"rankvar\": 3438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3488, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2836, \"group\": [167.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAATTGCTG\", \"ini\": 100, \"clust\": 388, \"rank\": 3456, \"rankvar\": 2240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3489, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2874, \"group\": [387.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCTCGCACTCT\", \"ini\": 99, \"clust\": 102, \"rank\": 3509, \"rankvar\": 3482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2668, \"group\": [112.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTGATTGC\", \"ini\": 98, \"clust\": 357, \"rank\": 3476, \"rankvar\": 2682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3491, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2875, \"group\": [357.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGCGATCG\", \"ini\": 97, \"clust\": 389, \"rank\": 3472, \"rankvar\": 2885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3492, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2876, \"group\": [388.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCTGCTGTC\", \"ini\": 96, \"clust\": 855, \"rank\": 3486, \"rankvar\": 3141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2669, \"group\": [856.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCCAGTTT\", \"ini\": 95, \"clust\": 380, \"rank\": 3492, \"rankvar\": 2697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3494, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2877, \"group\": [379.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTTAAGATG\", \"ini\": 94, \"clust\": 1137, \"rank\": 3432, \"rankvar\": 3123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3495, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3016, \"group\": [1135.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCACTGGGC\", \"ini\": 93, \"clust\": 1125, \"rank\": 3482, \"rankvar\": 2600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3496, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3017, \"group\": [1124.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCACATTAGC\", \"ini\": 92, \"clust\": 710, \"rank\": 3478, \"rankvar\": 1925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2670, \"group\": [708.0, 122.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGCATACGCCG\", \"ini\": 91, \"clust\": 334, \"rank\": 3515, \"rankvar\": 3228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2837, \"group\": [335.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGAATGCT\", \"ini\": 90, \"clust\": 263, \"rank\": 3573, \"rankvar\": 3405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3499, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1838, \"group\": [262.0, 74.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTAGTACCT\", \"ini\": 89, \"clust\": 1150, \"rank\": 3480, \"rankvar\": 2181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3500, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3018, \"group\": [1148.0, 159.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTAGCGTAG\", \"ini\": 88, \"clust\": 1019, \"rank\": 3511, \"rankvar\": 2554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2671, \"group\": [1018.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCATCCTTGC\", \"ini\": 87, \"clust\": 1174, \"rank\": 3536, \"rankvar\": 396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3502, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2974, \"group\": [1173.0, 166.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAGTCAGCC\", \"ini\": 86, \"clust\": 884, \"rank\": 3517, \"rankvar\": 2190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2672, \"group\": [883.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCCAAGTA\", \"ini\": 85, \"clust\": 350, \"rank\": 3460, \"rankvar\": 2934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3504, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2878, \"group\": [349.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTATTCA\", \"ini\": 84, \"clust\": 905, \"rank\": 3506, \"rankvar\": 2567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2673, \"group\": [907.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGTGAATTG\", \"ini\": 83, \"clust\": 1129, \"rank\": 3490, \"rankvar\": 2500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3506, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3019, \"group\": [1127.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTACCGTTA\", \"ini\": 82, \"clust\": 1176, \"rank\": 3529, \"rankvar\": 104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3507, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2975, \"group\": [1172.0, 166.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACACCGAC\", \"ini\": 81, \"clust\": 367, \"rank\": 3481, \"rankvar\": 2586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3508, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2879, \"group\": [367.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAATGAAAC\", \"ini\": 80, \"clust\": 359, \"rank\": 3493, \"rankvar\": 2845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3509, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2880, \"group\": [359.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCAGATCGATA\", \"ini\": 79, \"clust\": 711, \"rank\": 3489, \"rankvar\": 1760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2674, \"group\": [709.0, 122.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGGTGTTG\", \"ini\": 78, \"clust\": 364, \"rank\": 3488, \"rankvar\": 2830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3511, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2881, \"group\": [363.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTGCTGCC\", \"ini\": 77, \"clust\": 390, \"rank\": 3497, \"rankvar\": 2841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3512, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2882, \"group\": [389.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTTGTATC\", \"ini\": 76, \"clust\": 881, \"rank\": 3527, \"rankvar\": 2078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3513, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2675, \"group\": [877.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCGGTGTTA\", \"ini\": 75, \"clust\": 346, \"rank\": 3525, \"rankvar\": 143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3514, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2883, \"group\": [346.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAAAGGCGT\", \"ini\": 74, \"clust\": 831, \"rank\": 3503, \"rankvar\": 3429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2676, \"group\": [830.0, 128.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTAGTAC\", \"ini\": 73, \"clust\": 366, \"rank\": 3507, \"rankvar\": 2817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3516, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2884, \"group\": [368.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGACCAAG\", \"ini\": 72, \"clust\": 1196, \"rank\": 3496, \"rankvar\": 2449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3517, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2976, \"group\": [1192.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGTGATAT\", \"ini\": 71, \"clust\": 862, \"rank\": 3543, \"rankvar\": 2215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2677, \"group\": [859.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCATGAAC\", \"ini\": 70, \"clust\": 252, \"rank\": 3574, \"rankvar\": 3522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3519, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2838, \"group\": [255.0, 70.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCAATCCAAC\", \"ini\": 69, \"clust\": 872, \"rank\": 3537, \"rankvar\": 3025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2678, \"group\": [872.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGTGGGTTG\", \"ini\": 68, \"clust\": 1172, \"rank\": 3550, \"rankvar\": 792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3521, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2977, \"group\": [1175.0, 166.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCATGCCG\", \"ini\": 67, \"clust\": 1118, \"rank\": 3500, \"rankvar\": 3033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3522, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3020, \"group\": [1117.0, 156.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTTGTGGAG\", \"ini\": 66, \"clust\": 341, \"rank\": 3513, \"rankvar\": 2896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3523, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2885, \"group\": [342.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGAGGTAGA\", \"ini\": 65, \"clust\": 339, \"rank\": 3526, \"rankvar\": 3059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3524, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2886, \"group\": [340.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCATCACAAC\", \"ini\": 64, \"clust\": 362, \"rank\": 3466, \"rankvar\": 3335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3525, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2887, \"group\": [361.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCCCTTGCA\", \"ini\": 63, \"clust\": 1151, \"rank\": 3554, \"rankvar\": 1961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3021, \"group\": [1149.0, 159.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTATCTCG\", \"ini\": 62, \"clust\": 340, \"rank\": 3541, \"rankvar\": 2839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3527, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2888, \"group\": [341.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTATAGTAG\", \"ini\": 61, \"clust\": 345, \"rank\": 3512, \"rankvar\": 2502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3528, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2889, \"group\": [348.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTCACACGC\", \"ini\": 60, \"clust\": 863, \"rank\": 3533, \"rankvar\": 956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2679, \"group\": [860.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATGTCTCC\", \"ini\": 59, \"clust\": 900, \"rank\": 3539, \"rankvar\": 1924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3530, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2680, \"group\": [898.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCCATTGGTAC\", \"ini\": 58, \"clust\": 397, \"rank\": 3555, \"rankvar\": 2146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3531, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2890, \"group\": [396.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGATGGTC\", \"ini\": 57, \"clust\": 1178, \"rank\": 3544, \"rankvar\": 80, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3532, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2978, \"group\": [1177.0, 167.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGTTGAA\", \"ini\": 56, \"clust\": 857, \"rank\": 3532, \"rankvar\": 3279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3533, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2681, \"group\": [855.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTGACC\", \"ini\": 55, \"clust\": 351, \"rank\": 3510, \"rankvar\": 3094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3534, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2891, \"group\": [350.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTTTCCTC\", \"ini\": 54, \"clust\": 1158, \"rank\": 3516, \"rankvar\": 2784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3535, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2979, \"group\": [1157.0, 163.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACAGAGGT\", \"ini\": 53, \"clust\": 858, \"rank\": 3553, \"rankvar\": 1744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3536, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2682, \"group\": [862.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTACACCGC\", \"ini\": 52, \"clust\": 1164, \"rank\": 3523, \"rankvar\": 47, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3537, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2980, \"group\": [1167.0, 165.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATGGAAT\", \"ini\": 51, \"clust\": 356, \"rank\": 3514, \"rankvar\": 3281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3538, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2892, \"group\": [356.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTGTGGCTC\", \"ini\": 50, \"clust\": 335, \"rank\": 3542, \"rankvar\": 3133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3539, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2839, \"group\": [336.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGGCGTACA\", \"ini\": 49, \"clust\": 353, \"rank\": 3534, \"rankvar\": 3079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3540, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2893, \"group\": [352.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCTACTATC\", \"ini\": 48, \"clust\": 360, \"rank\": 3528, \"rankvar\": 3219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3541, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2894, \"group\": [360.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTTGATTGC\", \"ini\": 47, \"clust\": 713, \"rank\": 3530, \"rankvar\": 3118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3542, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2683, \"group\": [713.0, 122.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTCTAGAGG\", \"ini\": 46, \"clust\": 264, \"rank\": 3588, \"rankvar\": 3553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3543, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1664, \"group\": [263.0, 74.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCTCAACA\", \"ini\": 45, \"clust\": 660, \"rank\": 3520, \"rankvar\": 3109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3544, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2684, \"group\": [659.0, 116.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTGAATTG\", \"ini\": 44, \"clust\": 589, \"rank\": 3531, \"rankvar\": 2804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2685, \"group\": [588.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAAGTT\", \"ini\": 43, \"clust\": 370, \"rank\": 3538, \"rankvar\": 2411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3546, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2895, \"group\": [371.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAGCTGTTA\", \"ini\": 42, \"clust\": 337, \"rank\": 3565, \"rankvar\": 3082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3547, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2896, \"group\": [337.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTTCAACCA\", \"ini\": 41, \"clust\": 368, \"rank\": 3552, \"rankvar\": 3090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3548, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2897, \"group\": [365.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGAAACCGC\", \"ini\": 40, \"clust\": 1116, \"rank\": 3549, \"rankvar\": 2657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3549, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2898, \"group\": [1152.0, 160.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTGCTGTAT\", \"ini\": 39, \"clust\": 363, \"rank\": 3508, \"rankvar\": 3327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3550, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2899, \"group\": [362.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATTGGTAC\", \"ini\": 38, \"clust\": 1134, \"rank\": 3505, \"rankvar\": 1972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3551, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3022, \"group\": [1137.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCTCGAGTA\", \"ini\": 37, \"clust\": 1159, \"rank\": 3535, \"rankvar\": 2103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3552, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2981, \"group\": [1158.0, 163.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACTCGACG\", \"ini\": 36, \"clust\": 342, \"rank\": 3545, \"rankvar\": 2680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3553, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2900, \"group\": [343.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAAGGGTTTCT\", \"ini\": 35, \"clust\": 901, \"rank\": 3562, \"rankvar\": 2319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2686, \"group\": [899.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACGACTCG\", \"ini\": 34, \"clust\": 1165, \"rank\": 3566, \"rankvar\": 804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3555, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2982, \"group\": [1166.0, 165.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACAGGAGT\", \"ini\": 33, \"clust\": 1146, \"rank\": 3557, \"rankvar\": 1965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3556, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3023, \"group\": [1145.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAAAGTCAA\", \"ini\": 32, \"clust\": 254, \"rank\": 3587, \"rankvar\": 3527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3557, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2687, \"group\": [252.0, 70.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCTTGGTC\", \"ini\": 31, \"clust\": 391, \"rank\": 3546, \"rankvar\": 2282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3558, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2901, \"group\": [393.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTCCGGTT\", \"ini\": 30, \"clust\": 1166, \"rank\": 3558, \"rankvar\": 37, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3559, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2983, \"group\": [1164.0, 165.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCGTAT\", \"ini\": 29, \"clust\": 338, \"rank\": 3572, \"rankvar\": 3274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3560, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2902, \"group\": [338.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTGAAGAG\", \"ini\": 28, \"clust\": 381, \"rank\": 3548, \"rankvar\": 3315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3561, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2903, \"group\": [380.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCCTTTCTC\", \"ini\": 27, \"clust\": 349, \"rank\": 3551, \"rankvar\": 2711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3562, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2904, \"group\": [351.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGCTGAA\", \"ini\": 26, \"clust\": 828, \"rank\": 3583, \"rankvar\": 3406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2688, \"group\": [827.0, 128.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGCATCATC\", \"ini\": 25, \"clust\": 1144, \"rank\": 3547, \"rankvar\": 3307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3564, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3024, \"group\": [1142.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCACGAAATA\", \"ini\": 24, \"clust\": 393, \"rank\": 3540, \"rankvar\": 2334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3565, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2905, \"group\": [390.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGTAT\", \"ini\": 23, \"clust\": 352, \"rank\": 3556, \"rankvar\": 2742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3566, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2906, \"group\": [354.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCCTGACT\", \"ini\": 22, \"clust\": 1204, \"rank\": 3564, \"rankvar\": 570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3567, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2984, \"group\": [1199.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGATAGCAT\", \"ini\": 21, \"clust\": 358, \"rank\": 3561, \"rankvar\": 3336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3568, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2907, \"group\": [358.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGATGGGTC\", \"ini\": 20, \"clust\": 336, \"rank\": 3582, \"rankvar\": 3317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3569, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2908, \"group\": [339.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCATTAT\", \"ini\": 19, \"clust\": 1119, \"rank\": 3524, \"rankvar\": 3162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3570, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3025, \"group\": [1118.0, 156.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATCCTAGA\", \"ini\": 18, \"clust\": 371, \"rank\": 3569, \"rankvar\": 1635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3571, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2909, \"group\": [369.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCAAACTGTC\", \"ini\": 17, \"clust\": 392, \"rank\": 3559, \"rankvar\": 2874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3572, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2910, \"group\": [392.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAAGCTGGA\", \"ini\": 16, \"clust\": 394, \"rank\": 3560, \"rankvar\": 2648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3573, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2911, \"group\": [391.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAACGCGA\", \"ini\": 15, \"clust\": 859, \"rank\": 3579, \"rankvar\": 2540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2689, \"group\": [857.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGGCAAAGA\", \"ini\": 14, \"clust\": 369, \"rank\": 3570, \"rankvar\": 2932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3575, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2912, \"group\": [366.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCAGTTGAC\", \"ini\": 13, \"clust\": 860, \"rank\": 3577, \"rankvar\": 2956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3576, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2690, \"group\": [858.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTCGAATCT\", \"ini\": 12, \"clust\": 348, \"rank\": 3568, \"rankvar\": 3180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3577, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2913, \"group\": [376.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTTCCGGCA\", \"ini\": 11, \"clust\": 1179, \"rank\": 3576, \"rankvar\": 2111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3578, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2985, \"group\": [1178.0, 167.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAACATC\", \"ini\": 10, \"clust\": 1142, \"rank\": 3563, \"rankvar\": 2843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3579, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3026, \"group\": [1143.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCAGCTTAG\", \"ini\": 9, \"clust\": 1147, \"rank\": 3567, \"rankvar\": 1959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3580, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3027, \"group\": [1146.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTCCCTACT\", \"ini\": 8, \"clust\": 587, \"rank\": 3581, \"rankvar\": 3373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3581, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2914, \"group\": [589.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTATTCA\", \"ini\": 7, \"clust\": 1167, \"rank\": 3585, \"rankvar\": 527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3582, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2986, \"group\": [1165.0, 165.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCATACTG\", \"ini\": 6, \"clust\": 372, \"rank\": 3584, \"rankvar\": 2900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3583, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2915, \"group\": [370.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCGGTCTAA\", \"ini\": 5, \"clust\": 1205, \"rank\": 3580, \"rankvar\": 1518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3584, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2987, \"group\": [1200.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGACCAAG\", \"ini\": 4, \"clust\": 365, \"rank\": 3578, \"rankvar\": 3221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3585, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2916, \"group\": [364.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGACACG\", \"ini\": 3, \"clust\": 373, \"rank\": 3571, \"rankvar\": 3175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3586, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2917, \"group\": [374.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGGAGCGTT\", \"ini\": 2, \"clust\": 354, \"rank\": 3575, \"rankvar\": 3272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3587, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2918, \"group\": [353.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTAAATGAC\", \"ini\": 1, \"clust\": 347, \"rank\": 3586, \"rankvar\": 2870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3588, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2919, \"group\": [347.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}]}}, {\"N_row_sum\": 20, \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"name\": \"CD24\", \"ini\": 20, \"clust\": 7, \"rank\": 0, \"rankvar\": 0, \"group\": [7.0, 7.0, 6.0, 5.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD1c\", \"ini\": 19, \"clust\": 6, \"rank\": 1, \"rankvar\": 1, \"group\": [9.0, 9.0, 8.0, 6.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD19\", \"ini\": 18, \"clust\": 8, \"rank\": 2, \"rankvar\": 2, \"group\": [8.0, 8.0, 7.0, 5.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD56\", \"ini\": 17, \"clust\": 18, \"rank\": 19, \"rankvar\": 3, \"group\": [19.0, 17.0, 14.0, 10.0, 6.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD123\", \"ini\": 16, \"clust\": 10, \"rank\": 3, \"rankvar\": 4, \"group\": [17.0, 15.0, 12.0, 8.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD66b\", \"ini\": 15, \"clust\": 11, \"rank\": 4, \"rankvar\": 14, \"group\": [16.0, 14.0, 11.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD27\", \"ini\": 14, \"clust\": 1, \"rank\": 18, \"rankvar\": 17, \"group\": [3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD16\", \"ini\": 13, \"clust\": 4, \"rank\": 5, \"rankvar\": 7, \"group\": [5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD4\", \"ini\": 12, \"clust\": 2, \"rank\": 6, \"rankvar\": 18, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD141\", \"ini\": 11, \"clust\": 12, \"rank\": 7, \"rankvar\": 15, \"group\": [15.0, 13.0, 10.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD14\", \"ini\": 10, \"clust\": 15, \"rank\": 9, \"rankvar\": 12, \"group\": [12.0, 10.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD62L\", \"ini\": 9, \"clust\": 0, \"rank\": 8, \"rankvar\": 8, \"group\": [4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD38\", \"ini\": 8, \"clust\": 9, \"rank\": 13, \"rankvar\": 6, \"group\": [18.0, 16.0, 13.0, 9.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD64\", \"ini\": 7, \"clust\": 14, \"rank\": 10, \"rankvar\": 10, \"group\": [13.0, 11.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"HLADR\", \"ini\": 6, \"clust\": 13, \"rank\": 11, \"rankvar\": 5, \"group\": [14.0, 12.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD11c\", \"ini\": 5, \"clust\": 16, \"rank\": 15, \"rankvar\": 16, \"group\": [10.0, 10.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD206\", \"ini\": 4, \"clust\": 19, \"rank\": 12, \"rankvar\": 19, \"group\": [20.0, 18.0, 15.0, 11.0, 6.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD3\", \"ini\": 3, \"clust\": 3, \"rank\": 16, \"rankvar\": 13, \"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD8\", \"ini\": 2, \"clust\": 5, \"rank\": 17, \"rankvar\": 9, \"group\": [6.0, 6.0, 5.0, 4.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD11b\", \"ini\": 1, \"clust\": 17, \"rank\": 14, \"rankvar\": 11, \"group\": [11.0, 10.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}], \"col_nodes\": [{\"name\": \"GCATGCGTCGCGGATC\", \"ini\": 3589, \"clust\": 1487, \"rank\": 8, \"rankvar\": 352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 0, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 182, \"group\": [1487.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAGTCGGT\", \"ini\": 3588, \"clust\": 3430, \"rank\": 19, \"rankvar\": 3519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 0, \"group\": [3430.0, 666.0, 89.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTTGTACT\", \"ini\": 3587, \"clust\": 208, \"rank\": 54, \"rankvar\": 87, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3032, \"group\": [208.0, 53.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGAACAACT\", \"ini\": 3586, \"clust\": 1472, \"rank\": 12, \"rankvar\": 1777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 183, \"group\": [1470.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTGGGAA\", \"ini\": 3585, \"clust\": 1508, \"rank\": 20, \"rankvar\": 1824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 4, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 184, \"group\": [1505.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGAACTGTA\", \"ini\": 3584, \"clust\": 274, \"rank\": 17, \"rankvar\": 408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 5, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 185, \"group\": [269.0, 85.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGGGTCTCC\", \"ini\": 3583, \"clust\": 1494, \"rank\": 2, \"rankvar\": 3397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 6, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 186, \"group\": [1494.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGCATCATC\", \"ini\": 3582, \"clust\": 1473, \"rank\": 11, \"rankvar\": 2532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 7, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 187, \"group\": [1468.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAGATTAG\", \"ini\": 3581, \"clust\": 1448, \"rank\": 13, \"rankvar\": 469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 8, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 188, \"group\": [1447.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGCAGACA\", \"ini\": 3580, \"clust\": 175, \"rank\": 30, \"rankvar\": 30, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 9, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3033, \"group\": [175.0, 44.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCGTAGTA\", \"ini\": 3579, \"clust\": 263, \"rank\": 55, \"rankvar\": 381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 10, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 189, \"group\": [261.0, 85.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTTCATGT\", \"ini\": 3578, \"clust\": 176, \"rank\": 34, \"rankvar\": 0, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 11, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3034, \"group\": [176.0, 44.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTGGTATG\", \"ini\": 3577, \"clust\": 1412, \"rank\": 1, \"rankvar\": 2809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 12, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 190, \"group\": [1410.0, 294.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTGGACCC\", \"ini\": 3576, \"clust\": 1481, \"rank\": 9, \"rankvar\": 1374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 13, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 191, \"group\": [1483.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGTGAAAT\", \"ini\": 3575, \"clust\": 1373, \"rank\": 4, \"rankvar\": 3220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 14, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1665, \"group\": [1373.0, 289.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAACCAAC\", \"ini\": 3574, \"clust\": 1460, \"rank\": 27, \"rankvar\": 323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 15, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 192, \"group\": [1460.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGCCACTAT\", \"ini\": 3573, \"clust\": 1468, \"rank\": 26, \"rankvar\": 272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 16, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 193, \"group\": [1464.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAGAGCTT\", \"ini\": 3572, \"clust\": 1469, \"rank\": 7, \"rankvar\": 1184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 17, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 194, \"group\": [1465.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGAGCTTCT\", \"ini\": 3571, \"clust\": 203, \"rank\": 57, \"rankvar\": 47, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 18, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3035, \"group\": [202.0, 53.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCGCGAAA\", \"ini\": 3570, \"clust\": 1474, \"rank\": 21, \"rankvar\": 2538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 19, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 195, \"group\": [1469.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGCATCATC\", \"ini\": 3569, \"clust\": 1475, \"rank\": 15, \"rankvar\": 591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 20, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 196, \"group\": [1475.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTGCACGAA\", \"ini\": 3568, \"clust\": 1375, \"rank\": 69, \"rankvar\": 583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 21, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1666, \"group\": [1375.0, 289.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCATGAT\", \"ini\": 3567, \"clust\": 191, \"rank\": 88, \"rankvar\": 64, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 22, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3036, \"group\": [190.0, 53.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCCACTGGG\", \"ini\": 3566, \"clust\": 201, \"rank\": 98, \"rankvar\": 619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 23, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3037, \"group\": [205.0, 53.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCGCGTAGC\", \"ini\": 3565, \"clust\": 3431, \"rank\": 59, \"rankvar\": 2815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 24, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 1, \"group\": [3431.0, 666.0, 89.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCCAGAAGG\", \"ini\": 3564, \"clust\": 1374, \"rank\": 35, \"rankvar\": 3082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 25, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1667, \"group\": [1374.0, 289.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAAGGGTCA\", \"ini\": 3563, \"clust\": 204, \"rank\": 61, \"rankvar\": 55, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 26, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3038, \"group\": [203.0, 53.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTTCCTGCTTG\", \"ini\": 3562, \"clust\": 1500, \"rank\": 47, \"rankvar\": 21, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 27, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 197, \"group\": [1509.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTACGTAA\", \"ini\": 3561, \"clust\": 1461, \"rank\": 24, \"rankvar\": 32, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 28, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 198, \"group\": [1458.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCTCTGCTG\", \"ini\": 3560, \"clust\": 3005, \"rank\": 3, \"rankvar\": 3238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 29, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3039, \"group\": [3006.0, 585.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCAACGGCC\", \"ini\": 3559, \"clust\": 186, \"rank\": 84, \"rankvar\": 942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 30, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3040, \"group\": [189.0, 52.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTCTGAT\", \"ini\": 3558, \"clust\": 1463, \"rank\": 23, \"rankvar\": 385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 31, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 199, \"group\": [1463.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATTACCC\", \"ini\": 3557, \"clust\": 3004, \"rank\": 38, \"rankvar\": 2153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 32, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3041, \"group\": [3007.0, 585.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGGTGTGGT\", \"ini\": 3556, \"clust\": 1376, \"rank\": 93, \"rankvar\": 157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 33, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1668, \"group\": [1376.0, 289.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAGGACCCT\", \"ini\": 3555, \"clust\": 2779, \"rank\": 36, \"rankvar\": 438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 34, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3042, \"group\": [2779.0, 536.0, 64.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAGTACACT\", \"ini\": 3554, \"clust\": 1482, \"rank\": 16, \"rankvar\": 671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 35, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 200, \"group\": [1481.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCACCCAGTG\", \"ini\": 3553, \"clust\": 1511, \"rank\": 53, \"rankvar\": 63, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 36, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 201, \"group\": [1510.0, 296.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTAGACAAGCC\", \"ini\": 3552, \"clust\": 2778, \"rank\": 33, \"rankvar\": 1837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 37, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3043, \"group\": [2781.0, 536.0, 64.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCCTGACT\", \"ini\": 3551, \"clust\": 1446, \"rank\": 22, \"rankvar\": 236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 38, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 202, \"group\": [1445.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTCGAGA\", \"ini\": 3550, \"clust\": 1505, \"rank\": 50, \"rankvar\": 149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 39, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 203, \"group\": [1503.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGGTGACCA\", \"ini\": 3549, \"clust\": 1489, \"rank\": 62, \"rankvar\": 1126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 40, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 204, \"group\": [1491.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCACTC\", \"ini\": 3548, \"clust\": 1517, \"rank\": 76, \"rankvar\": 631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 41, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 205, \"group\": [1515.0, 297.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGTCAAGGC\", \"ini\": 3547, \"clust\": 209, \"rank\": 63, \"rankvar\": 10, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 42, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3044, \"group\": [209.0, 53.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTACCCAAT\", \"ini\": 3546, \"clust\": 207, \"rank\": 147, \"rankvar\": 26, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 43, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3045, \"group\": [210.0, 53.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCTACTCAT\", \"ini\": 3545, \"clust\": 1467, \"rank\": 28, \"rankvar\": 435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 44, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 206, \"group\": [1466.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCTACCTA\", \"ini\": 3544, \"clust\": 1490, \"rank\": 37, \"rankvar\": 2247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 45, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 207, \"group\": [1489.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGGACGAT\", \"ini\": 3543, \"clust\": 1509, \"rank\": 31, \"rankvar\": 1073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 46, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 208, \"group\": [1506.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGCTAGTCT\", \"ini\": 3542, \"clust\": 276, \"rank\": 52, \"rankvar\": 666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 47, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 209, \"group\": [277.0, 86.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTACATCATCCC\", \"ini\": 3541, \"clust\": 1491, \"rank\": 48, \"rankvar\": 1478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 48, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 210, \"group\": [1490.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGAATTGTG\", \"ini\": 3540, \"clust\": 1765, \"rank\": 0, \"rankvar\": 3089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 49, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1839, \"group\": [1767.0, 391.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCATTATCC\", \"ini\": 3539, \"clust\": 1381, \"rank\": 100, \"rankvar\": 98, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 50, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 211, \"group\": [1381.0, 292.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAAGCTAGTTC\", \"ini\": 3538, \"clust\": 3007, \"rank\": 10, \"rankvar\": 3228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 51, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3046, \"group\": [3003.0, 585.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCGACTGC\", \"ini\": 3537, \"clust\": 1484, \"rank\": 32, \"rankvar\": 539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 52, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 212, \"group\": [1486.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTCTCCCTA\", \"ini\": 3536, \"clust\": 1514, \"rank\": 56, \"rankvar\": 1979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 53, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 213, \"group\": [1513.0, 297.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCTGCAGTA\", \"ini\": 3535, \"clust\": 3001, \"rank\": 14, \"rankvar\": 2848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 54, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3047, \"group\": [3001.0, 585.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCCCGACTT\", \"ini\": 3534, \"clust\": 199, \"rank\": 130, \"rankvar\": 56, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 55, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3048, \"group\": [199.0, 53.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCAGTCCTTC\", \"ini\": 3533, \"clust\": 1451, \"rank\": 81, \"rankvar\": 4, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 56, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 214, \"group\": [1449.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCTATCCCG\", \"ini\": 3532, \"clust\": 198, \"rank\": 158, \"rankvar\": 31, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 57, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3049, \"group\": [201.0, 53.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATAGGTA\", \"ini\": 3531, \"clust\": 190, \"rank\": 94, \"rankvar\": 90, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 58, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3050, \"group\": [192.0, 53.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAGTTTCGCTC\", \"ini\": 3530, \"clust\": 3349, \"rank\": 82, \"rankvar\": 342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 59, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3051, \"group\": [3348.0, 625.0, 74.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGGGCTA\", \"ini\": 3529, \"clust\": 205, \"rank\": 113, \"rankvar\": 24, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 60, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3052, \"group\": [206.0, 53.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAGTAAGCG\", \"ini\": 3528, \"clust\": 1496, \"rank\": 41, \"rankvar\": 2774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 61, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 215, \"group\": [1496.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCAACTCTT\", \"ini\": 3527, \"clust\": 3006, \"rank\": 5, \"rankvar\": 3409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 62, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3053, \"group\": [3005.0, 585.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTAGCGATG\", \"ini\": 3526, \"clust\": 1436, \"rank\": 79, \"rankvar\": 136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 63, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 216, \"group\": [1439.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCTGCCAG\", \"ini\": 3525, \"clust\": 1506, \"rank\": 51, \"rankvar\": 103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 64, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 217, \"group\": [1504.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCGTAGGTT\", \"ini\": 3524, \"clust\": 1452, \"rank\": 75, \"rankvar\": 16, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 65, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 218, \"group\": [1450.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTCGAC\", \"ini\": 3523, \"clust\": 1458, \"rank\": 96, \"rankvar\": 206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 66, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 219, \"group\": [1474.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCCACTAT\", \"ini\": 3522, \"clust\": 1518, \"rank\": 85, \"rankvar\": 36, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 67, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 220, \"group\": [1516.0, 297.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGACATTA\", \"ini\": 3521, \"clust\": 202, \"rank\": 97, \"rankvar\": 156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 68, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3054, \"group\": [204.0, 53.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGGTTCCC\", \"ini\": 3520, \"clust\": 1464, \"rank\": 60, \"rankvar\": 447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 69, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 221, \"group\": [1461.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGTCCTCCT\", \"ini\": 3519, \"clust\": 181, \"rank\": 221, \"rankvar\": 1389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 70, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3055, \"group\": [182.0, 48.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCGGCGCAT\", \"ini\": 3518, \"clust\": 1519, \"rank\": 86, \"rankvar\": 499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 71, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 222, \"group\": [1518.0, 297.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCTTGCATT\", \"ini\": 3517, \"clust\": 224, \"rank\": 194, \"rankvar\": 270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 72, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3056, \"group\": [223.0, 61.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGTTACGGG\", \"ini\": 3516, \"clust\": 1488, \"rank\": 44, \"rankvar\": 1120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 73, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 223, \"group\": [1488.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTACAAGTA\", \"ini\": 3515, \"clust\": 1512, \"rank\": 74, \"rankvar\": 453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 74, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 224, \"group\": [1511.0, 296.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGATCCTGT\", \"ini\": 3514, \"clust\": 1479, \"rank\": 66, \"rankvar\": 1643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 75, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 225, \"group\": [1477.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGAGTTGC\", \"ini\": 3513, \"clust\": 273, \"rank\": 80, \"rankvar\": 825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 76, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 226, \"group\": [271.0, 85.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCAGTTTGG\", \"ini\": 3512, \"clust\": 2980, \"rank\": 68, \"rankvar\": 2764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 77, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3558, \"group\": [3012.0, 586.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACCTTAT\", \"ini\": 3511, \"clust\": 2780, \"rank\": 109, \"rankvar\": 574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 78, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3057, \"group\": [2780.0, 536.0, 64.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAGTGATGCCC\", \"ini\": 3510, \"clust\": 3428, \"rank\": 156, \"rankvar\": 3191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 79, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 2, \"group\": [3428.0, 666.0, 89.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCTGGCGTG\", \"ini\": 3509, \"clust\": 42, \"rank\": 116, \"rankvar\": 3041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 80, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1675, \"group\": [41.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGTGGTTT\", \"ini\": 3508, \"clust\": 1462, \"rank\": 49, \"rankvar\": 340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 81, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 227, \"group\": [1459.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGCTTATCG\", \"ini\": 3507, \"clust\": 2997, \"rank\": 65, \"rankvar\": 1061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 82, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3058, \"group\": [2997.0, 585.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTGCGTTA\", \"ini\": 3506, \"clust\": 196, \"rank\": 126, \"rankvar\": 15, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 83, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3059, \"group\": [196.0, 53.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGAATGGA\", \"ini\": 3505, \"clust\": 265, \"rank\": 115, \"rankvar\": 83, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 84, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 228, \"group\": [274.0, 85.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTCGTTGA\", \"ini\": 3504, \"clust\": 1389, \"rank\": 121, \"rankvar\": 85, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 85, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 229, \"group\": [1392.0, 293.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTAGATGA\", \"ini\": 3503, \"clust\": 1520, \"rank\": 92, \"rankvar\": 782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 86, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 230, \"group\": [1519.0, 297.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCAGAATTCCC\", \"ini\": 3502, \"clust\": 3002, \"rank\": 73, \"rankvar\": 1848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 87, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3060, \"group\": [2999.0, 585.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTCCTATA\", \"ini\": 3501, \"clust\": 1485, \"rank\": 58, \"rankvar\": 388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 88, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 231, \"group\": [1484.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGAAACGCC\", \"ini\": 3500, \"clust\": 1413, \"rank\": 6, \"rankvar\": 3453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 89, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 232, \"group\": [1411.0, 294.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGCACTCT\", \"ini\": 3499, \"clust\": 267, \"rank\": 108, \"rankvar\": 274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 90, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 233, \"group\": [264.0, 85.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGATGCGAC\", \"ini\": 3498, \"clust\": 3008, \"rank\": 25, \"rankvar\": 2787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 91, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3061, \"group\": [3004.0, 585.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCGTCCAGG\", \"ini\": 3497, \"clust\": 3432, \"rank\": 144, \"rankvar\": 1100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 92, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 3, \"group\": [3432.0, 667.0, 89.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGAAGGGTA\", \"ini\": 3496, \"clust\": 200, \"rank\": 198, \"rankvar\": 74, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 93, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3062, \"group\": [200.0, 53.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGCTGCCCA\", \"ini\": 3495, \"clust\": 1391, \"rank\": 89, \"rankvar\": 139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 94, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 234, \"group\": [1389.0, 293.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATCGTCGG\", \"ini\": 3494, \"clust\": 1466, \"rank\": 67, \"rankvar\": 837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 95, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 235, \"group\": [1467.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGCAGCGTA\", \"ini\": 3493, \"clust\": 1498, \"rank\": 46, \"rankvar\": 2826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 96, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 236, \"group\": [1498.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTACAGAA\", \"ini\": 3492, \"clust\": 1480, \"rank\": 122, \"rankvar\": 552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 97, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 237, \"group\": [1478.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCATATACGC\", \"ini\": 3491, \"clust\": 1492, \"rank\": 39, \"rankvar\": 2979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 98, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 238, \"group\": [1492.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAAATA\", \"ini\": 3490, \"clust\": 177, \"rank\": 166, \"rankvar\": 215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 99, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3063, \"group\": [178.0, 46.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGACCACGA\", \"ini\": 3489, \"clust\": 2995, \"rank\": 29, \"rankvar\": 2018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 100, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3064, \"group\": [2995.0, 584.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGGCGAA\", \"ini\": 3488, \"clust\": 285, \"rank\": 154, \"rankvar\": 333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 239, \"group\": [283.0, 91.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCGTTCCCGAG\", \"ini\": 3487, \"clust\": 192, \"rank\": 141, \"rankvar\": 35, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 102, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3065, \"group\": [191.0, 53.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTGTGGTTT\", \"ini\": 3486, \"clust\": 1493, \"rank\": 42, \"rankvar\": 2877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 240, \"group\": [1493.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTAGGGACT\", \"ini\": 3485, \"clust\": 1459, \"rank\": 64, \"rankvar\": 1552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 241, \"group\": [1473.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCACGGTTTA\", \"ini\": 3484, \"clust\": 1476, \"rank\": 102, \"rankvar\": 798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 242, \"group\": [1476.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGTAAACT\", \"ini\": 3483, \"clust\": 2983, \"rank\": 72, \"rankvar\": 1588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3066, \"group\": [2983.0, 582.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAAGGTTCT\", \"ini\": 3482, \"clust\": 271, \"rank\": 71, \"rankvar\": 1076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 243, \"group\": [267.0, 85.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAACAACCT\", \"ini\": 3481, \"clust\": 184, \"rank\": 106, \"rankvar\": 45, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 108, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3067, \"group\": [184.0, 49.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACTGTGTA\", \"ini\": 3480, \"clust\": 235, \"rank\": 137, \"rankvar\": 1639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 109, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3028, \"group\": [238.0, 69.0, 12.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTGCCATT\", \"ini\": 3479, \"clust\": 2781, \"rank\": 18, \"rankvar\": 3346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 110, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2691, \"group\": [2782.0, 536.0, 64.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTACCGGCT\", \"ini\": 3478, \"clust\": 2998, \"rank\": 78, \"rankvar\": 3201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 111, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3068, \"group\": [2998.0, 585.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTGTCTTT\", \"ini\": 3477, \"clust\": 275, \"rank\": 111, \"rankvar\": 62, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 244, \"group\": [270.0, 85.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGCGATTCT\", \"ini\": 3476, \"clust\": 193, \"rank\": 195, \"rankvar\": 203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 113, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3069, \"group\": [193.0, 53.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGCAAAGA\", \"ini\": 3475, \"clust\": 3415, \"rank\": 103, \"rankvar\": 3135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 114, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3566, \"group\": [3416.0, 657.0, 86.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATGCCCGA\", \"ini\": 3474, \"clust\": 195, \"rank\": 180, \"rankvar\": 928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3070, \"group\": [198.0, 53.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCCCTGACT\", \"ini\": 3473, \"clust\": 1502, \"rank\": 133, \"rankvar\": 643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 245, \"group\": [1500.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGCATAT\", \"ini\": 3472, \"clust\": 3338, \"rank\": 70, \"rankvar\": 1962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 117, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3071, \"group\": [3337.0, 624.0, 74.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGGGAGTAA\", \"ini\": 3471, \"clust\": 1483, \"rank\": 77, \"rankvar\": 345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 246, \"group\": [1482.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTTGAGTTC\", \"ini\": 3470, \"clust\": 3003, \"rank\": 105, \"rankvar\": 2649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 119, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3072, \"group\": [3000.0, 585.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCACGGTTA\", \"ini\": 3469, \"clust\": 210, \"rank\": 225, \"rankvar\": 147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 120, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3073, \"group\": [211.0, 54.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCTGGGCCA\", \"ini\": 3468, \"clust\": 1495, \"rank\": 45, \"rankvar\": 3364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 247, \"group\": [1495.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCGGCTTGG\", \"ini\": 3467, \"clust\": 230, \"rank\": 325, \"rankvar\": 994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3074, \"group\": [227.0, 61.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAGTCCCT\", \"ini\": 3466, \"clust\": 878, \"rank\": 120, \"rankvar\": 510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 248, \"group\": [879.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATGGGTC\", \"ini\": 3465, \"clust\": 227, \"rank\": 310, \"rankvar\": 542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 124, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3075, \"group\": [225.0, 61.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGTTAACC\", \"ini\": 3464, \"clust\": 1443, \"rank\": 118, \"rankvar\": 46, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 249, \"group\": [1443.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCTG\", \"ini\": 3463, \"clust\": 3077, \"rank\": 134, \"rankvar\": 1899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 126, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3076, \"group\": [3077.0, 594.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTGACTCAT\", \"ini\": 3462, \"clust\": 1486, \"rank\": 91, \"rankvar\": 1821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 250, \"group\": [1485.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCTAGGTT\", \"ini\": 3461, \"clust\": 3429, \"rank\": 290, \"rankvar\": 2734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 128, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 4, \"group\": [3429.0, 666.0, 89.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCATCTGCC\", \"ini\": 3460, \"clust\": 183, \"rank\": 168, \"rankvar\": 72, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3077, \"group\": [186.0, 50.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGTCTCGGC\", \"ini\": 3459, \"clust\": 3189, \"rank\": 123, \"rankvar\": 1419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 130, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3078, \"group\": [3188.0, 603.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAATCCGGGTGT\", \"ini\": 3458, \"clust\": 236, \"rank\": 291, \"rankvar\": 2588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 131, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3029, \"group\": [236.0, 67.0, 12.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCAAGTAATG\", \"ini\": 3457, \"clust\": 284, \"rank\": 190, \"rankvar\": 1393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 132, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 251, \"group\": [285.0, 91.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCATGGTCTA\", \"ini\": 3456, \"clust\": 1417, \"rank\": 83, \"rankvar\": 2047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 252, \"group\": [1415.0, 294.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTACTTAC\", \"ini\": 3455, \"clust\": 172, \"rank\": 153, \"rankvar\": 22, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 134, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3079, \"group\": [173.0, 42.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTCCATGAT\", \"ini\": 3454, \"clust\": 1359, \"rank\": 136, \"rankvar\": 500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 253, \"group\": [1360.0, 284.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCCAGTAAGAT\", \"ini\": 3453, \"clust\": 3437, \"rank\": 300, \"rankvar\": 2393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 136, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 5, \"group\": [3437.0, 668.0, 89.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTGTGTGCC\", \"ini\": 3452, \"clust\": 2984, \"rank\": 90, \"rankvar\": 2995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 137, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3080, \"group\": [2984.0, 582.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGCGTTCCG\", \"ini\": 3451, \"clust\": 1447, \"rank\": 149, \"rankvar\": 185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 254, \"group\": [1446.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCACCAGTTA\", \"ini\": 3450, \"clust\": 1449, \"rank\": 87, \"rankvar\": 164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 255, \"group\": [1448.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAAGAGGACGG\", \"ini\": 3449, \"clust\": 1438, \"rank\": 192, \"rankvar\": 119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 256, \"group\": [1436.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCACTTACT\", \"ini\": 3448, \"clust\": 206, \"rank\": 183, \"rankvar\": 23, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3081, \"group\": [207.0, 53.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGACTCG\", \"ini\": 3447, \"clust\": 2999, \"rank\": 129, \"rankvar\": 1644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3082, \"group\": [3011.0, 585.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCTGCCAG\", \"ini\": 3446, \"clust\": 1441, \"rank\": 99, \"rankvar\": 629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 257, \"group\": [1440.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCGTCACGG\", \"ini\": 3445, \"clust\": 27, \"rank\": 171, \"rankvar\": 2732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 144, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1676, \"group\": [25.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCCGTCGT\", \"ini\": 3444, \"clust\": 1497, \"rank\": 110, \"rankvar\": 730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 258, \"group\": [1497.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTTCCTC\", \"ini\": 3443, \"clust\": 228, \"rank\": 432, \"rankvar\": 1259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 146, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3083, \"group\": [226.0, 61.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCAGTTAGC\", \"ini\": 3442, \"clust\": 222, \"rank\": 231, \"rankvar\": 338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 147, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3084, \"group\": [221.0, 61.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGGGCTTGA\", \"ini\": 3441, \"clust\": 3195, \"rank\": 131, \"rankvar\": 2886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 148, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3085, \"group\": [3192.0, 604.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCTTTACGT\", \"ini\": 3440, \"clust\": 1437, \"rank\": 160, \"rankvar\": 240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 259, \"group\": [1438.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCACCACCT\", \"ini\": 3439, \"clust\": 2996, \"rank\": 117, \"rankvar\": 1028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 150, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3086, \"group\": [2996.0, 584.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTCTTAT\", \"ini\": 3438, \"clust\": 1450, \"rank\": 179, \"rankvar\": 3, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 260, \"group\": [1451.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACACACGCTG\", \"ini\": 3437, \"clust\": 179, \"rank\": 274, \"rankvar\": 506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 152, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3087, \"group\": [180.0, 48.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGTGCTGCC\", \"ini\": 3436, \"clust\": 1371, \"rank\": 107, \"rankvar\": 2339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 261, \"group\": [1369.0, 287.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCAAACCAC\", \"ini\": 3435, \"clust\": 1357, \"rank\": 138, \"rankvar\": 1561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 262, \"group\": [1358.0, 284.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGTCGTACT\", \"ini\": 3434, \"clust\": 1360, \"rank\": 148, \"rankvar\": 712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 263, \"group\": [1361.0, 284.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGAGCCTAG\", \"ini\": 3433, \"clust\": 1414, \"rank\": 114, \"rankvar\": 1656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 156, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 264, \"group\": [1414.0, 294.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCGAATGCT\", \"ini\": 3432, \"clust\": 1455, \"rank\": 151, \"rankvar\": 1384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 265, \"group\": [1455.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGTGGCA\", \"ini\": 3431, \"clust\": 1434, \"rank\": 135, \"rankvar\": 746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 266, \"group\": [1431.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCGGTGTCG\", \"ini\": 3430, \"clust\": 178, \"rank\": 185, \"rankvar\": 145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3088, \"group\": [179.0, 47.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCCACGTC\", \"ini\": 3429, \"clust\": 1471, \"rank\": 170, \"rankvar\": 260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 267, \"group\": [1471.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACTGAAGG\", \"ini\": 3428, \"clust\": 187, \"rank\": 284, \"rankvar\": 92, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3089, \"group\": [187.0, 51.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCTCTC\", \"ini\": 3427, \"clust\": 212, \"rank\": 573, \"rankvar\": 2640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3090, \"group\": [216.0, 58.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATACCATG\", \"ini\": 3426, \"clust\": 225, \"rank\": 509, \"rankvar\": 1335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 163, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3091, \"group\": [224.0, 61.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCCGTAGTA\", \"ini\": 3425, \"clust\": 3186, \"rank\": 124, \"rankvar\": 377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 164, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3092, \"group\": [3186.0, 603.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCTAACTC\", \"ini\": 3424, \"clust\": 1470, \"rank\": 199, \"rankvar\": 135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 268, \"group\": [1472.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACGTCA\", \"ini\": 3423, \"clust\": 226, \"rank\": 374, \"rankvar\": 320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 166, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3093, \"group\": [230.0, 61.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGCTAGCA\", \"ini\": 3422, \"clust\": 180, \"rank\": 345, \"rankvar\": 1744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 167, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 6, \"group\": [181.0, 48.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGCTAAA\", \"ini\": 3421, \"clust\": 1453, \"rank\": 128, \"rankvar\": 1776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 269, \"group\": [1457.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGGAGTACC\", \"ini\": 3420, \"clust\": 197, \"rank\": 263, \"rankvar\": 29, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3094, \"group\": [197.0, 53.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCACTCCTG\", \"ini\": 3419, \"clust\": 1419, \"rank\": 145, \"rankvar\": 624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 270, \"group\": [1419.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTTTGACAC\", \"ini\": 3418, \"clust\": 36, \"rank\": 178, \"rankvar\": 2858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 171, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1677, \"group\": [35.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGCTAACAA\", \"ini\": 3417, \"clust\": 1465, \"rank\": 163, \"rankvar\": 809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 172, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 271, \"group\": [1462.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTGGTACAG\", \"ini\": 3416, \"clust\": 1513, \"rank\": 227, \"rankvar\": 1407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 272, \"group\": [1520.0, 297.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCCGCGA\", \"ini\": 3415, \"clust\": 3465, \"rank\": 524, \"rankvar\": 3483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 174, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 7, \"group\": [3465.0, 680.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAGGCGATA\", \"ini\": 3414, \"clust\": 1499, \"rank\": 152, \"rankvar\": 2044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 273, \"group\": [1499.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCGGTCCGA\", \"ini\": 3413, \"clust\": 1510, \"rank\": 233, \"rankvar\": 284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 274, \"group\": [1512.0, 296.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCGGGAGTA\", \"ini\": 3412, \"clust\": 1478, \"rank\": 187, \"rankvar\": 458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 275, \"group\": [1479.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTTCGCG\", \"ini\": 3411, \"clust\": 1379, \"rank\": 228, \"rankvar\": 445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 276, \"group\": [1379.0, 291.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGCTATA\", \"ini\": 3410, \"clust\": 272, \"rank\": 174, \"rankvar\": 1054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 277, \"group\": [268.0, 85.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCGGAAA\", \"ini\": 3409, \"clust\": 3344, \"rank\": 165, \"rankvar\": 967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 180, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3095, \"group\": [3342.0, 625.0, 74.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAGGAACGT\", \"ini\": 3408, \"clust\": 1526, \"rank\": 230, \"rankvar\": 184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 181, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 278, \"group\": [1526.0, 299.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGTAGCCGA\", \"ini\": 3407, \"clust\": 1361, \"rank\": 209, \"rankvar\": 1805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 279, \"group\": [1362.0, 284.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCAGTGCCAGA\", \"ini\": 3406, \"clust\": 1382, \"rank\": 191, \"rankvar\": 181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 280, \"group\": [1382.0, 292.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCAAACTC\", \"ini\": 3405, \"clust\": 3009, \"rank\": 112, \"rankvar\": 2412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3096, \"group\": [3010.0, 585.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGATGATA\", \"ini\": 3404, \"clust\": 188, \"rank\": 411, \"rankvar\": 140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 185, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3097, \"group\": [188.0, 51.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTCTAAACC\", \"ini\": 3403, \"clust\": 1387, \"rank\": 215, \"rankvar\": 80, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 281, \"group\": [1387.0, 293.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGAACGC\", \"ini\": 3402, \"clust\": 1420, \"rank\": 101, \"rankvar\": 1019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 282, \"group\": [1420.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCATCGCTC\", \"ini\": 3401, \"clust\": 262, \"rank\": 232, \"rankvar\": 886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 283, \"group\": [263.0, 85.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTAGCGTGA\", \"ini\": 3400, \"clust\": 1516, \"rank\": 220, \"rankvar\": 1112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 284, \"group\": [1517.0, 297.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGTGGGAA\", \"ini\": 3399, \"clust\": 288, \"rank\": 387, \"rankvar\": 707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 190, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 285, \"group\": [286.0, 91.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGTTTA\", \"ini\": 3398, \"clust\": 1358, \"rank\": 167, \"rankvar\": 1437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 286, \"group\": [1359.0, 284.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCAATCACG\", \"ini\": 3397, \"clust\": 1400, \"rank\": 159, \"rankvar\": 2972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 287, \"group\": [1401.0, 294.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGACCGGAT\", \"ini\": 3396, \"clust\": 1316, \"rank\": 223, \"rankvar\": 2591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 288, \"group\": [1316.0, 277.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGTCAAGGC\", \"ini\": 3395, \"clust\": 2782, \"rank\": 43, \"rankvar\": 3325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2692, \"group\": [2783.0, 536.0, 64.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTCAGTGGA\", \"ini\": 3394, \"clust\": 1418, \"rank\": 104, \"rankvar\": 3310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 289, \"group\": [1416.0, 294.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCATCACCC\", \"ini\": 3393, \"clust\": 1504, \"rank\": 176, \"rankvar\": 463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 196, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 290, \"group\": [1508.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTAAACGCG\", \"ini\": 3392, \"clust\": 3329, \"rank\": 204, \"rankvar\": 2336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 197, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1678, \"group\": [3330.0, 619.0, 74.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTACCTGC\", \"ini\": 3391, \"clust\": 1515, \"rank\": 197, \"rankvar\": 1860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 291, \"group\": [1514.0, 297.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGCATGTG\", \"ini\": 3390, \"clust\": 182, \"rank\": 339, \"rankvar\": 1438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 199, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3098, \"group\": [183.0, 48.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTCTTGAT\", \"ini\": 3389, \"clust\": 29, \"rank\": 224, \"rankvar\": 3168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 200, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1679, \"group\": [29.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGGCGAAT\", \"ini\": 3388, \"clust\": 1501, \"rank\": 205, \"rankvar\": 757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 292, \"group\": [1502.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAGTCA\", \"ini\": 3387, \"clust\": 229, \"rank\": 450, \"rankvar\": 2065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 202, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3099, \"group\": [229.0, 61.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCGCTAGCG\", \"ini\": 3386, \"clust\": 1397, \"rank\": 294, \"rankvar\": 419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 293, \"group\": [1395.0, 293.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTTCTCTGTCG\", \"ini\": 3385, \"clust\": 3185, \"rank\": 229, \"rankvar\": 1529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3100, \"group\": [3191.0, 603.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCACGAT\", \"ini\": 3384, \"clust\": 3194, \"rank\": 264, \"rankvar\": 2863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 205, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3101, \"group\": [3194.0, 604.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTTGGTGGA\", \"ini\": 3383, \"clust\": 3196, \"rank\": 213, \"rankvar\": 2701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 206, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3102, \"group\": [3193.0, 604.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCAGAGACG\", \"ini\": 3382, \"clust\": 1529, \"rank\": 272, \"rankvar\": 337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 207, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 294, \"group\": [1530.0, 299.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTTAT\", \"ini\": 3381, \"clust\": 353, \"rank\": 420, \"rankvar\": 19, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 295, \"group\": [356.0, 127.0, 23.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAGTGGA\", \"ini\": 3380, \"clust\": 1507, \"rank\": 202, \"rankvar\": 193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 296, \"group\": [1507.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGAGCCCAACC\", \"ini\": 3379, \"clust\": 38, \"rank\": 275, \"rankvar\": 3204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1680, \"group\": [37.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCTTTCAT\", \"ini\": 3378, \"clust\": 1401, \"rank\": 203, \"rankvar\": 1878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 297, \"group\": [1399.0, 294.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAAGGTGACCA\", \"ini\": 3377, \"clust\": 3142, \"rank\": 157, \"rankvar\": 780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3103, \"group\": [3141.0, 598.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGCTTCGCG\", \"ini\": 3376, \"clust\": 1362, \"rank\": 267, \"rankvar\": 554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 298, \"group\": [1363.0, 284.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTCATGCCG\", \"ini\": 3375, \"clust\": 1422, \"rank\": 200, \"rankvar\": 623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 214, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 299, \"group\": [1421.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCAAAGAATC\", \"ini\": 3374, \"clust\": 3193, \"rank\": 189, \"rankvar\": 3266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 215, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3104, \"group\": [3195.0, 604.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTATCAGTC\", \"ini\": 3373, \"clust\": 239, \"rank\": 260, \"rankvar\": 545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 216, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1669, \"group\": [239.0, 70.0, 12.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCACGCATA\", \"ini\": 3372, \"clust\": 266, \"rank\": 217, \"rankvar\": 58, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 300, \"group\": [266.0, 85.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTTACTCT\", \"ini\": 3371, \"clust\": 1477, \"rank\": 292, \"rankvar\": 477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 301, \"group\": [1480.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTAAGCACG\", \"ini\": 3370, \"clust\": 1394, \"rank\": 261, \"rankvar\": 392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 302, \"group\": [1393.0, 293.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGTAAGAT\", \"ini\": 3369, \"clust\": 1415, \"rank\": 143, \"rankvar\": 2611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 303, \"group\": [1412.0, 294.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAAGCAAT\", \"ini\": 3368, \"clust\": 3167, \"rank\": 206, \"rankvar\": 2147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 221, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3105, \"group\": [3173.0, 602.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTGTGACCC\", \"ini\": 3367, \"clust\": 1503, \"rank\": 269, \"rankvar\": 470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 304, \"group\": [1501.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCCTCTAGC\", \"ini\": 3366, \"clust\": 3181, \"rank\": 256, \"rankvar\": 1836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 223, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3106, \"group\": [3180.0, 603.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAACTGCTA\", \"ini\": 3365, \"clust\": 3345, \"rank\": 188, \"rankvar\": 2141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 224, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3107, \"group\": [3343.0, 625.0, 74.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGACCAAG\", \"ini\": 3364, \"clust\": 3473, \"rank\": 445, \"rankvar\": 3275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 225, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 8, \"group\": [3474.0, 680.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCGAGATG\", \"ini\": 3363, \"clust\": 290, \"rank\": 330, \"rankvar\": 84, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 305, \"group\": [290.0, 91.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCTCCTAG\", \"ini\": 3362, \"clust\": 259, \"rank\": 441, \"rankvar\": 198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 306, \"group\": [259.0, 84.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTTAAGTAG\", \"ini\": 3361, \"clust\": 102, \"rank\": 164, \"rankvar\": 3336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1681, \"group\": [101.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCCAT\", \"ini\": 3360, \"clust\": 43, \"rank\": 222, \"rankvar\": 3157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 229, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1682, \"group\": [42.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTAAACACA\", \"ini\": 3359, \"clust\": 1426, \"rank\": 196, \"rankvar\": 1266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 307, \"group\": [1426.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTATTCTC\", \"ini\": 3358, \"clust\": 52, \"rank\": 319, \"rankvar\": 3296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1683, \"group\": [49.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTAGAGG\", \"ini\": 3357, \"clust\": 2986, \"rank\": 127, \"rankvar\": 834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 232, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3108, \"group\": [2985.0, 582.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAAGAATC\", \"ini\": 3356, \"clust\": 3187, \"rank\": 173, \"rankvar\": 1713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 233, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3109, \"group\": [3187.0, 603.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGCTAGT\", \"ini\": 3355, \"clust\": 254, \"rank\": 245, \"rankvar\": 155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 308, \"group\": [252.0, 83.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGTCTCG\", \"ini\": 3354, \"clust\": 3010, \"rank\": 139, \"rankvar\": 3113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3110, \"group\": [3008.0, 585.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGTCTCT\", \"ini\": 3353, \"clust\": 1377, \"rank\": 328, \"rankvar\": 2416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 309, \"group\": [1377.0, 290.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACAATGGATA\", \"ini\": 3352, \"clust\": 1435, \"rank\": 247, \"rankvar\": 224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 310, \"group\": [1432.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGAACAATC\", \"ini\": 3351, \"clust\": 3078, \"rank\": 207, \"rankvar\": 3034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3111, \"group\": [3078.0, 594.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCACCGTAA\", \"ini\": 3350, \"clust\": 794, \"rank\": 218, \"rankvar\": 943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 311, \"group\": [795.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTATATGAG\", \"ini\": 3349, \"clust\": 1439, \"rank\": 270, \"rankvar\": 743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 240, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 312, \"group\": [1437.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCTAGAAC\", \"ini\": 3348, \"clust\": 1432, \"rank\": 238, \"rankvar\": 50, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 313, \"group\": [1434.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTTAGTGGG\", \"ini\": 3347, \"clust\": 339, \"rank\": 276, \"rankvar\": 398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 314, \"group\": [337.0, 118.0, 22.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTTATGCGT\", \"ini\": 3346, \"clust\": 3341, \"rank\": 172, \"rankvar\": 1517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 243, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3112, \"group\": [3340.0, 625.0, 74.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAAGTTCC\", \"ini\": 3345, \"clust\": 1388, \"rank\": 306, \"rankvar\": 66, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 315, \"group\": [1388.0, 293.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATTTGCTT\", \"ini\": 3344, \"clust\": 286, \"rank\": 297, \"rankvar\": 1470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 316, \"group\": [284.0, 91.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCCAGTAGT\", \"ini\": 3343, \"clust\": 270, \"rank\": 259, \"rankvar\": 561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 317, \"group\": [272.0, 85.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACCGTAA\", \"ini\": 3342, \"clust\": 174, \"rank\": 334, \"rankvar\": 53, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 247, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3113, \"group\": [177.0, 45.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTAAAGTG\", \"ini\": 3341, \"clust\": 231, \"rank\": 566, \"rankvar\": 422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 248, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3114, \"group\": [228.0, 61.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGACGTT\", \"ini\": 3340, \"clust\": 820, \"rank\": 251, \"rankvar\": 625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 318, \"group\": [818.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGCACTCAGGC\", \"ini\": 3339, \"clust\": 3350, \"rank\": 237, \"rankvar\": 722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3115, \"group\": [3349.0, 625.0, 74.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATCACCC\", \"ini\": 3338, \"clust\": 1370, \"rank\": 175, \"rankvar\": 2696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 319, \"group\": [1371.0, 287.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTACCTACA\", \"ini\": 3337, \"clust\": 107, \"rank\": 210, \"rankvar\": 3134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 252, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1684, \"group\": [104.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCAGTTTGG\", \"ini\": 3336, \"clust\": 1346, \"rank\": 353, \"rankvar\": 1098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 320, \"group\": [1353.0, 282.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTGTGTATGGG\", \"ini\": 3335, \"clust\": 3340, \"rank\": 243, \"rankvar\": 1581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 254, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3116, \"group\": [3345.0, 625.0, 74.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCACGTGAGA\", \"ini\": 3334, \"clust\": 253, \"rank\": 266, \"rankvar\": 34, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 321, \"group\": [254.0, 83.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTAGTACCT\", \"ini\": 3333, \"clust\": 3188, \"rank\": 219, \"rankvar\": 2228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3117, \"group\": [3190.0, 603.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGTGTGCC\", \"ini\": 3332, \"clust\": 930, \"rank\": 246, \"rankvar\": 2450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 322, \"group\": [929.0, 244.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCAGGGTTAG\", \"ini\": 3331, \"clust\": 1390, \"rank\": 253, \"rankvar\": 412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 323, \"group\": [1391.0, 293.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTAAGGGC\", \"ini\": 3330, \"clust\": 3143, \"rank\": 214, \"rankvar\": 1307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3118, \"group\": [3142.0, 598.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAGTGCACTTA\", \"ini\": 3329, \"clust\": 1528, \"rank\": 281, \"rankvar\": 416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 324, \"group\": [1531.0, 299.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCAGACGTAG\", \"ini\": 3328, \"clust\": 3416, \"rank\": 359, \"rankvar\": 2977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 261, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3567, \"group\": [3417.0, 657.0, 86.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTTTAC\", \"ini\": 3327, \"clust\": 3339, \"rank\": 169, \"rankvar\": 2386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 262, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3119, \"group\": [3338.0, 624.0, 74.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATGTTAAAGAC\", \"ini\": 3326, \"clust\": 291, \"rank\": 323, \"rankvar\": 371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 325, \"group\": [288.0, 91.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCGCCATG\", \"ini\": 3325, \"clust\": 314, \"rank\": 367, \"rankvar\": 1102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 326, \"group\": [309.0, 98.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTTGAGGT\", \"ini\": 3324, \"clust\": 258, \"rank\": 369, \"rankvar\": 1338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 327, \"group\": [260.0, 84.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTCGAATCT\", \"ini\": 3323, \"clust\": 293, \"rank\": 375, \"rankvar\": 682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 328, \"group\": [294.0, 91.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGCATCATC\", \"ini\": 3322, \"clust\": 1402, \"rank\": 216, \"rankvar\": 2449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 329, \"group\": [1400.0, 294.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTGTTAAGA\", \"ini\": 3321, \"clust\": 3089, \"rank\": 193, \"rankvar\": 2844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3120, \"group\": [3088.0, 594.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCATTAGCCA\", \"ini\": 3320, \"clust\": 3000, \"rank\": 125, \"rankvar\": 3019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3121, \"group\": [3002.0, 585.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGACATTA\", \"ini\": 3319, \"clust\": 3467, \"rank\": 640, \"rankvar\": 3403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 270, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 9, \"group\": [3468.0, 680.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCCTTGG\", \"ini\": 3318, \"clust\": 277, \"rank\": 268, \"rankvar\": 1, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 330, \"group\": [275.0, 86.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGATGCCAG\", \"ini\": 3317, \"clust\": 260, \"rank\": 304, \"rankvar\": 728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 331, \"group\": [257.0, 84.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCAAGCGAGT\", \"ini\": 3316, \"clust\": 40, \"rank\": 252, \"rankvar\": 2889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 273, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1685, \"group\": [39.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCTAGGGC\", \"ini\": 3315, \"clust\": 37, \"rank\": 226, \"rankvar\": 2876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1686, \"group\": [36.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCATCATTC\", \"ini\": 3314, \"clust\": 782, \"rank\": 255, \"rankvar\": 1500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 332, \"group\": [782.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCAAACAACA\", \"ini\": 3313, \"clust\": 3290, \"rank\": 186, \"rankvar\": 2263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 276, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3122, \"group\": [3290.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCGGATCA\", \"ini\": 3312, \"clust\": 1416, \"rank\": 161, \"rankvar\": 2441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 333, \"group\": [1413.0, 294.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCAAACGGG\", \"ini\": 3311, \"clust\": 800, \"rank\": 241, \"rankvar\": 1237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 334, \"group\": [801.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCCAGCTGGCT\", \"ini\": 3310, \"clust\": 3170, \"rank\": 273, \"rankvar\": 2368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 279, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3123, \"group\": [3172.0, 602.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCAAGCCTA\", \"ini\": 3309, \"clust\": 3468, \"rank\": 827, \"rankvar\": 2969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 280, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 10, \"group\": [3469.0, 680.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCTGTTTGT\", \"ini\": 3308, \"clust\": 173, \"rank\": 283, \"rankvar\": 38, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 281, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3124, \"group\": [174.0, 43.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCGAGAAA\", \"ini\": 3307, \"clust\": 99, \"rank\": 317, \"rankvar\": 2006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 282, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1687, \"group\": [97.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGAGAACG\", \"ini\": 3306, \"clust\": 907, \"rank\": 244, \"rankvar\": 750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 335, \"group\": [908.0, 241.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACACAGGAGT\", \"ini\": 3305, \"clust\": 1405, \"rank\": 248, \"rankvar\": 1481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 336, \"group\": [1403.0, 294.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAGACGTAG\", \"ini\": 3304, \"clust\": 282, \"rank\": 655, \"rankvar\": 1868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 337, \"group\": [280.0, 89.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCTGGAAC\", \"ini\": 3303, \"clust\": 194, \"rank\": 448, \"rankvar\": 13, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 286, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3125, \"group\": [194.0, 53.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCATGTAGC\", \"ini\": 3302, \"clust\": 1766, \"rank\": 40, \"rankvar\": 3391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 287, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1840, \"group\": [1765.0, 391.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGTTTGCC\", \"ini\": 3301, \"clust\": 1456, \"rank\": 240, \"rankvar\": 1729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 338, \"group\": [1453.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGCGCTCCA\", \"ini\": 3300, \"clust\": 879, \"rank\": 287, \"rankvar\": 452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 289, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 339, \"group\": [880.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTCATATGC\", \"ini\": 3299, \"clust\": 223, \"rank\": 556, \"rankvar\": 1014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 290, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3126, \"group\": [222.0, 61.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCAGCGACC\", \"ini\": 3298, \"clust\": 214, \"rank\": 517, \"rankvar\": 543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 291, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3127, \"group\": [213.0, 56.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACGGCGTT\", \"ini\": 3297, \"clust\": 1392, \"rank\": 346, \"rankvar\": 101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 340, \"group\": [1390.0, 293.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGCCTATGT\", \"ini\": 3296, \"clust\": 2981, \"rank\": 289, \"rankvar\": 1058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 293, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3128, \"group\": [2981.0, 582.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAAGGTTTC\", \"ini\": 3295, \"clust\": 819, \"rank\": 293, \"rankvar\": 739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 341, \"group\": [820.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCCTACAGA\", \"ini\": 3294, \"clust\": 1277, \"rank\": 458, \"rankvar\": 1251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 295, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 342, \"group\": [1277.0, 269.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGTGTACGG\", \"ini\": 3293, \"clust\": 912, \"rank\": 182, \"rankvar\": 2539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 296, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 343, \"group\": [912.0, 242.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATCCGAG\", \"ini\": 3292, \"clust\": 3417, \"rank\": 668, \"rankvar\": 1413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 297, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3129, \"group\": [3420.0, 659.0, 86.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTCGGCACT\", \"ini\": 3291, \"clust\": 802, \"rank\": 211, \"rankvar\": 2788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 344, \"group\": [803.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAAACCAC\", \"ini\": 3290, \"clust\": 189, \"rank\": 343, \"rankvar\": 7, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3130, \"group\": [195.0, 53.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGGCTATCT\", \"ini\": 3289, \"clust\": 3213, \"rank\": 242, \"rankvar\": 2300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3131, \"group\": [3214.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACCGGAT\", \"ini\": 3288, \"clust\": 269, \"rank\": 288, \"rankvar\": 227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 301, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 345, \"group\": [273.0, 85.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGTCGCCGT\", \"ini\": 3287, \"clust\": 3248, \"rank\": 282, \"rankvar\": 2625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 302, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3132, \"group\": [3249.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCTGACCTC\", \"ini\": 3286, \"clust\": 1771, \"rank\": 95, \"rankvar\": 1942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 303, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1841, \"group\": [1771.0, 391.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGATAGAA\", \"ini\": 3285, \"clust\": 3197, \"rank\": 364, \"rankvar\": 1919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 304, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3133, \"group\": [3198.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATCCGAG\", \"ini\": 3284, \"clust\": 3179, \"rank\": 342, \"rankvar\": 1105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 305, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3134, \"group\": [3183.0, 603.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCACATTTCT\", \"ini\": 3283, \"clust\": 237, \"rank\": 561, \"rankvar\": 815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 306, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3030, \"group\": [237.0, 68.0, 12.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTACCGCTG\", \"ini\": 3282, \"clust\": 1372, \"rank\": 295, \"rankvar\": 1917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 307, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 346, \"group\": [1370.0, 287.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAAGTCTAC\", \"ini\": 3281, \"clust\": 1424, \"rank\": 212, \"rankvar\": 397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 347, \"group\": [1428.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTTCGCAT\", \"ini\": 3280, \"clust\": 278, \"rank\": 329, \"rankvar\": 5, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 348, \"group\": [276.0, 86.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCACAGAGGT\", \"ini\": 3279, \"clust\": 3348, \"rank\": 278, \"rankvar\": 1180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3135, \"group\": [3350.0, 625.0, 74.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCTTCCTTC\", \"ini\": 3278, \"clust\": 1427, \"rank\": 279, \"rankvar\": 180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 349, \"group\": [1424.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCTAACC\", \"ini\": 3277, \"clust\": 3268, \"rank\": 341, \"rankvar\": 2400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 312, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3136, \"group\": [3269.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGGAATGC\", \"ini\": 3276, \"clust\": 268, \"rank\": 311, \"rankvar\": 277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 350, \"group\": [265.0, 85.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGTAGCCGA\", \"ini\": 3275, \"clust\": 3163, \"rank\": 302, \"rankvar\": 2367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3137, \"group\": [3162.0, 602.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGAGCCATCGC\", \"ini\": 3274, \"clust\": 251, \"rank\": 463, \"rankvar\": 194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 351, \"group\": [250.0, 81.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCTCCGGTT\", \"ini\": 3273, \"clust\": 3327, \"rank\": 277, \"rankvar\": 1111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 316, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3138, \"group\": [3328.0, 617.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAAGTACCT\", \"ini\": 3272, \"clust\": 185, \"rank\": 301, \"rankvar\": 482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 317, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3139, \"group\": [185.0, 49.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCTCACTCTTA\", \"ini\": 3271, \"clust\": 1428, \"rank\": 271, \"rankvar\": 217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 352, \"group\": [1425.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCGTAGTG\", \"ini\": 3270, \"clust\": 1410, \"rank\": 235, \"rankvar\": 586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 353, \"group\": [1418.0, 294.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGCGT\", \"ini\": 3269, \"clust\": 3291, \"rank\": 262, \"rankvar\": 2694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 320, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3140, \"group\": [3291.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAGTACCT\", \"ini\": 3268, \"clust\": 918, \"rank\": 309, \"rankvar\": 1036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 354, \"group\": [919.0, 242.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGTCCCAGGTG\", \"ini\": 3267, \"clust\": 211, \"rank\": 401, \"rankvar\": 28, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3141, \"group\": [212.0, 55.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGATCGGA\", \"ini\": 3266, \"clust\": 762, \"rank\": 366, \"rankvar\": 1171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 355, \"group\": [764.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCTGCCCTA\", \"ini\": 3265, \"clust\": 805, \"rank\": 257, \"rankvar\": 2078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 324, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 356, \"group\": [805.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGTGCGTGA\", \"ini\": 3264, \"clust\": 3183, \"rank\": 350, \"rankvar\": 443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 325, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3142, \"group\": [3184.0, 603.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAAGAAGC\", \"ini\": 3263, \"clust\": 3129, \"rank\": 299, \"rankvar\": 2278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 326, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3143, \"group\": [3131.0, 597.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAGTCGGCATC\", \"ini\": 3262, \"clust\": 1433, \"rank\": 316, \"rankvar\": 605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 357, \"group\": [1433.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCAATCTCT\", \"ini\": 3261, \"clust\": 1454, \"rank\": 335, \"rankvar\": 900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 358, \"group\": [1456.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGACAGAGA\", \"ini\": 3260, \"clust\": 26, \"rank\": 286, \"rankvar\": 2528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 329, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1688, \"group\": [30.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGCGATTCT\", \"ini\": 3259, \"clust\": 3438, \"rank\": 754, \"rankvar\": 2575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 330, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 11, \"group\": [3438.0, 668.0, 89.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGCTGAAAT\", \"ini\": 3258, \"clust\": 252, \"rank\": 508, \"rankvar\": 228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 331, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 359, \"group\": [251.0, 82.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACTTACGA\", \"ini\": 3257, \"clust\": 3164, \"rank\": 324, \"rankvar\": 2170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3144, \"group\": [3163.0, 602.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGCTCCTCT\", \"ini\": 3256, \"clust\": 1353, \"rank\": 391, \"rankvar\": 1501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 333, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 360, \"group\": [1354.0, 283.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTACGCGA\", \"ini\": 3255, \"clust\": 803, \"rank\": 258, \"rankvar\": 2925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 361, \"group\": [804.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAACTCTT\", \"ini\": 3254, \"clust\": 3168, \"rank\": 455, \"rankvar\": 1601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 335, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3145, \"group\": [3168.0, 602.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCAATCTACG\", \"ini\": 3253, \"clust\": 28, \"rank\": 376, \"rankvar\": 1670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1689, \"group\": [26.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTACAA\", \"ini\": 3252, \"clust\": 1760, \"rank\": 249, \"rankvar\": 581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 337, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1842, \"group\": [1761.0, 390.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTGCATCTA\", \"ini\": 3251, \"clust\": 647, \"rank\": 352, \"rankvar\": 731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 362, \"group\": [648.0, 219.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTACCGAGA\", \"ini\": 3250, \"clust\": 1383, \"rank\": 400, \"rankvar\": 1840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 363, \"group\": [1383.0, 292.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTTCCACAA\", \"ini\": 3249, \"clust\": 1444, \"rank\": 305, \"rankvar\": 276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 364, \"group\": [1444.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCGAATCCA\", \"ini\": 3248, \"clust\": 1442, \"rank\": 239, \"rankvar\": 389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 365, \"group\": [1441.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGTCCAGGA\", \"ini\": 3247, \"clust\": 3184, \"rank\": 408, \"rankvar\": 1156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 342, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3146, \"group\": [3185.0, 603.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCTCCTATA\", \"ini\": 3246, \"clust\": 3433, \"rank\": 417, \"rankvar\": 2376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 343, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 12, \"group\": [3433.0, 667.0, 89.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAACGATGG\", \"ini\": 3245, \"clust\": 3171, \"rank\": 303, \"rankvar\": 1752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 344, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3147, \"group\": [3170.0, 602.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGAGCTT\", \"ini\": 3244, \"clust\": 3162, \"rank\": 320, \"rankvar\": 689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3148, \"group\": [3166.0, 602.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATGCCTTC\", \"ini\": 3243, \"clust\": 1527, \"rank\": 454, \"rankvar\": 41, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 366, \"group\": [1527.0, 299.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTGTTGAGG\", \"ini\": 3242, \"clust\": 3346, \"rank\": 338, \"rankvar\": 940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 347, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3149, \"group\": [3346.0, 625.0, 74.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGACCTTTG\", \"ini\": 3241, \"clust\": 1066, \"rank\": 373, \"rankvar\": 290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 367, \"group\": [1066.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCGCTTTC\", \"ini\": 3240, \"clust\": 351, \"rank\": 608, \"rankvar\": 99, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 368, \"group\": [350.0, 124.0, 23.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGATAGTCA\", \"ini\": 3239, \"clust\": 722, \"rank\": 285, \"rankvar\": 1220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 350, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 369, \"group\": [720.0, 236.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATGGTCAT\", \"ini\": 3238, \"clust\": 1457, \"rank\": 318, \"rankvar\": 1664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 370, \"group\": [1454.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACAAATCCGT\", \"ini\": 3237, \"clust\": 221, \"rank\": 522, \"rankvar\": 57, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 352, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3150, \"group\": [231.0, 62.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCTCGGACG\", \"ini\": 3236, \"clust\": 813, \"rank\": 388, \"rankvar\": 1415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 353, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 371, \"group\": [817.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCACCCTATC\", \"ini\": 3235, \"clust\": 264, \"rank\": 451, \"rankvar\": 162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 372, \"group\": [262.0, 85.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACATCACAAC\", \"ini\": 3234, \"clust\": 358, \"rank\": 371, \"rankvar\": 955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 373, \"group\": [357.0, 128.0, 23.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAAGAGCAATT\", \"ini\": 3233, \"clust\": 315, \"rank\": 603, \"rankvar\": 826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 374, \"group\": [310.0, 98.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTACCGAT\", \"ini\": 3232, \"clust\": 1530, \"rank\": 464, \"rankvar\": 120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 375, \"group\": [1528.0, 299.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACATGCCTTC\", \"ini\": 3231, \"clust\": 301, \"rank\": 529, \"rankvar\": 2687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 376, \"group\": [300.0, 93.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCCGTAGGC\", \"ini\": 3230, \"clust\": 337, \"rank\": 526, \"rankvar\": 608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 377, \"group\": [340.0, 118.0, 22.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACACTCTGTC\", \"ini\": 3229, \"clust\": 3198, \"rank\": 537, \"rankvar\": 1250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 360, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3151, \"group\": [3199.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGACTGC\", \"ini\": 3228, \"clust\": 1773, \"rank\": 146, \"rankvar\": 1957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 361, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1843, \"group\": [1774.0, 391.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTGAGGGA\", \"ini\": 3227, \"clust\": 1430, \"rank\": 365, \"rankvar\": 774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 378, \"group\": [1429.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGCTGTTCA\", \"ini\": 3226, \"clust\": 3173, \"rank\": 423, \"rankvar\": 1597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 363, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3152, \"group\": [3174.0, 602.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCTCGCGTTTC\", \"ini\": 3225, \"clust\": 281, \"rank\": 601, \"rankvar\": 1637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 379, \"group\": [282.0, 90.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGTCGAGTG\", \"ini\": 3224, \"clust\": 108, \"rank\": 314, \"rankvar\": 3253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1690, \"group\": [105.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAATCTACG\", \"ini\": 3223, \"clust\": 1774, \"rank\": 155, \"rankvar\": 1464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1844, \"group\": [1775.0, 391.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGTCCAGG\", \"ini\": 3222, \"clust\": 781, \"rank\": 356, \"rankvar\": 2168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 380, \"group\": [784.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATCTGGTA\", \"ini\": 3221, \"clust\": 3256, \"rank\": 357, \"rankvar\": 2331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3153, \"group\": [3257.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAACGCACC\", \"ini\": 3220, \"clust\": 815, \"rank\": 426, \"rankvar\": 897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 381, \"group\": [814.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCATTTGGG\", \"ini\": 3219, \"clust\": 3274, \"rank\": 344, \"rankvar\": 2457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3154, \"group\": [3273.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAGTTGGTAAA\", \"ini\": 3218, \"clust\": 1748, \"rank\": 132, \"rankvar\": 2081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1845, \"group\": [1748.0, 388.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATGTGTA\", \"ini\": 3217, \"clust\": 255, \"rank\": 607, \"rankvar\": 736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 382, \"group\": [253.0, 83.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGATATACG\", \"ini\": 3216, \"clust\": 798, \"rank\": 394, \"rankvar\": 2289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 383, \"group\": [799.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCATTCTTAC\", \"ini\": 3215, \"clust\": 3020, \"rank\": 513, \"rankvar\": 2511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 374, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3155, \"group\": [3019.0, 588.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGCTGATA\", \"ini\": 3214, \"clust\": 292, \"rank\": 511, \"rankvar\": 285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 384, \"group\": [289.0, 91.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTGTTTGG\", \"ini\": 3213, \"clust\": 3347, \"rank\": 332, \"rankvar\": 683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3156, \"group\": [3347.0, 625.0, 74.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTTCTGTTT\", \"ini\": 3212, \"clust\": 41, \"rank\": 467, \"rankvar\": 3195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 377, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1691, \"group\": [40.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTAACG\", \"ini\": 3211, \"clust\": 924, \"rank\": 487, \"rankvar\": 648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 385, \"group\": [925.0, 242.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATAGCTCTCGG\", \"ini\": 3210, \"clust\": 1534, \"rank\": 554, \"rankvar\": 879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 386, \"group\": [1534.0, 300.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATAAACG\", \"ini\": 3209, \"clust\": 3180, \"rank\": 399, \"rankvar\": 814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 380, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3157, \"group\": [3182.0, 603.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAGGGCATA\", \"ini\": 3208, \"clust\": 761, \"rank\": 482, \"rankvar\": 512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 387, \"group\": [765.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGATGCCAG\", \"ini\": 3207, \"clust\": 3211, \"rank\": 492, \"rankvar\": 2812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3158, \"group\": [3211.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTTGACAC\", \"ini\": 3206, \"clust\": 1355, \"rank\": 419, \"rankvar\": 2323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 383, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 388, \"group\": [1356.0, 284.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATTCCTT\", \"ini\": 3205, \"clust\": 3182, \"rank\": 447, \"rankvar\": 1135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 384, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3159, \"group\": [3181.0, 603.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAACGCACC\", \"ini\": 3204, \"clust\": 896, \"rank\": 477, \"rankvar\": 857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 389, \"group\": [897.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCCTCAACC\", \"ini\": 3203, \"clust\": 1336, \"rank\": 560, \"rankvar\": 1148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 386, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 390, \"group\": [1335.0, 279.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTTACGGAG\", \"ini\": 3202, \"clust\": 1532, \"rank\": 466, \"rankvar\": 1668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 391, \"group\": [1532.0, 300.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTAAGAGGA\", \"ini\": 3201, \"clust\": 3434, \"rank\": 1106, \"rankvar\": 3117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 13, \"group\": [3436.0, 668.0, 89.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGAAGGGTA\", \"ini\": 3200, \"clust\": 872, \"rank\": 440, \"rankvar\": 1733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 389, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 392, \"group\": [872.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATCCTGT\", \"ini\": 3199, \"clust\": 3271, \"rank\": 265, \"rankvar\": 3183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 390, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3160, \"group\": [3271.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCTTAT\", \"ini\": 3198, \"clust\": 648, \"rank\": 418, \"rankvar\": 867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 393, \"group\": [649.0, 219.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCGGCTCA\", \"ini\": 3197, \"clust\": 929, \"rank\": 436, \"rankvar\": 1780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 394, \"group\": [931.0, 244.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTTGCATG\", \"ini\": 3196, \"clust\": 3435, \"rank\": 599, \"rankvar\": 2233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 393, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 14, \"group\": [3434.0, 668.0, 89.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATGCAACT\", \"ini\": 3195, \"clust\": 215, \"rank\": 1085, \"rankvar\": 1556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 394, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3161, \"group\": [214.0, 56.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCATAG\", \"ini\": 3194, \"clust\": 50, \"rank\": 711, \"rankvar\": 2892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 395, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1692, \"group\": [52.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAACATC\", \"ini\": 3193, \"clust\": 1408, \"rank\": 327, \"rankvar\": 394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 395, \"group\": [1407.0, 294.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCGATCCC\", \"ini\": 3192, \"clust\": 51, \"rank\": 553, \"rankvar\": 3334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 397, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1693, \"group\": [51.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCATGGTCA\", \"ini\": 3191, \"clust\": 735, \"rank\": 431, \"rankvar\": 2105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 396, \"group\": [736.0, 237.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATAGCGTGAAC\", \"ini\": 3190, \"clust\": 1398, \"rank\": 514, \"rankvar\": 379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 397, \"group\": [1396.0, 293.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTCATGCAT\", \"ini\": 3189, \"clust\": 902, \"rank\": 502, \"rankvar\": 1182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 398, \"group\": [902.0, 241.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAACGTT\", \"ini\": 3188, \"clust\": 828, \"rank\": 389, \"rankvar\": 2060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 401, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 399, \"group\": [828.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGCAATGGACG\", \"ini\": 3187, \"clust\": 2783, \"rank\": 181, \"rankvar\": 2291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 402, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2693, \"group\": [2784.0, 536.0, 64.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGAACTCGG\", \"ini\": 3186, \"clust\": 217, \"rank\": 1049, \"rankvar\": 1634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 403, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3162, \"group\": [217.0, 59.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAGTCGATT\", \"ini\": 3185, \"clust\": 53, \"rank\": 653, \"rankvar\": 3032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 404, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1694, \"group\": [50.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGCCTAT\", \"ini\": 3184, \"clust\": 1356, \"rank\": 472, \"rankvar\": 2262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 400, \"group\": [1357.0, 284.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAACTGCGC\", \"ini\": 3183, \"clust\": 799, \"rank\": 358, \"rankvar\": 1595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 401, \"group\": [800.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCCACGTGG\", \"ini\": 3182, \"clust\": 3311, \"rank\": 340, \"rankvar\": 2888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3163, \"group\": [3313.0, 613.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGGTCGTTGTA\", \"ini\": 3181, \"clust\": 922, \"rank\": 491, \"rankvar\": 289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 402, \"group\": [923.0, 242.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACACGCTG\", \"ini\": 3180, \"clust\": 974, \"rank\": 368, \"rankvar\": 1582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 403, \"group\": [975.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGCAGGCTA\", \"ini\": 3179, \"clust\": 723, \"rank\": 363, \"rankvar\": 1308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 404, \"group\": [721.0, 236.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGGACAA\", \"ini\": 3178, \"clust\": 915, \"rank\": 392, \"rankvar\": 1249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 411, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 405, \"group\": [917.0, 242.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGCTTTC\", \"ini\": 3177, \"clust\": 881, \"rank\": 393, \"rankvar\": 702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 406, \"group\": [881.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGAATGTGT\", \"ini\": 3176, \"clust\": 821, \"rank\": 443, \"rankvar\": 1013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 407, \"group\": [819.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGGACACCA\", \"ini\": 3175, \"clust\": 3477, \"rank\": 1176, \"rankvar\": 3506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 414, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 15, \"group\": [3476.0, 681.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCACTGCCAG\", \"ini\": 3174, \"clust\": 3464, \"rank\": 988, \"rankvar\": 3319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 415, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 16, \"group\": [3467.0, 680.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGATCTCCAGGG\", \"ini\": 3173, \"clust\": 3471, \"rank\": 918, \"rankvar\": 3256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 416, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 17, \"group\": [3472.0, 680.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTTCAGATAAG\", \"ini\": 3172, \"clust\": 216, \"rank\": 1221, \"rankvar\": 2088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 417, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3164, \"group\": [232.0, 63.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCGTCTCCCTA\", \"ini\": 3171, \"clust\": 756, \"rank\": 457, \"rankvar\": 44, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 408, \"group\": [756.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCTAGGGC\", \"ini\": 3170, \"clust\": 874, \"rank\": 412, \"rankvar\": 2292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 409, \"group\": [875.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCTGAGTGT\", \"ini\": 3169, \"clust\": 213, \"rank\": 809, \"rankvar\": 820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 420, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3165, \"group\": [215.0, 57.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCATATCGG\", \"ini\": 3168, \"clust\": 908, \"rank\": 397, \"rankvar\": 106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 410, \"group\": [909.0, 241.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGAGTGAC\", \"ini\": 3167, \"clust\": 1395, \"rank\": 642, \"rankvar\": 151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 411, \"group\": [1394.0, 293.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGCAAATCA\", \"ini\": 3166, \"clust\": 1531, \"rank\": 559, \"rankvar\": 183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 412, \"group\": [1529.0, 299.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGCCCTTA\", \"ini\": 3165, \"clust\": 1421, \"rank\": 336, \"rankvar\": 104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 413, \"group\": [1423.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTCACATGGGA\", \"ini\": 3164, \"clust\": 757, \"rank\": 550, \"rankvar\": 396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 414, \"group\": [757.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCGGCTTGG\", \"ini\": 3163, \"clust\": 807, \"rank\": 409, \"rankvar\": 2555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 426, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 415, \"group\": [808.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCGATCG\", \"ini\": 3162, \"clust\": 2985, \"rank\": 298, \"rankvar\": 1910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 427, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3166, \"group\": [2987.0, 582.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCAGGCCCA\", \"ini\": 3161, \"clust\": 233, \"rank\": 713, \"rankvar\": 1463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 428, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1670, \"group\": [233.0, 64.0, 11.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGTAGGAG\", \"ini\": 3160, \"clust\": 1407, \"rank\": 362, \"rankvar\": 188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 416, \"group\": [1409.0, 294.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCTTCTGGC\", \"ini\": 3159, \"clust\": 3257, \"rank\": 481, \"rankvar\": 1725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 430, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3167, \"group\": [3258.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCCAAGGTGTG\", \"ini\": 3158, \"clust\": 1549, \"rank\": 348, \"rankvar\": 602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 417, \"group\": [1550.0, 302.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGGATGCGT\", \"ini\": 3157, \"clust\": 3113, \"rank\": 435, \"rankvar\": 3071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 432, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3168, \"group\": [3111.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTCGCTTCT\", \"ini\": 3156, \"clust\": 3190, \"rank\": 488, \"rankvar\": 1950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 433, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3169, \"group\": [3189.0, 603.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTACATGTC\", \"ini\": 3155, \"clust\": 3011, \"rank\": 184, \"rankvar\": 3216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3170, \"group\": [3009.0, 585.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTGTCCTCT\", \"ini\": 3154, \"clust\": 1396, \"rank\": 459, \"rankvar\": 210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 418, \"group\": [1397.0, 293.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGAGTCTGG\", \"ini\": 3153, \"clust\": 1076, \"rank\": 415, \"rankvar\": 1728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 419, \"group\": [1077.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGTCTGT\", \"ini\": 3152, \"clust\": 1550, \"rank\": 381, \"rankvar\": 570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 420, \"group\": [1548.0, 302.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCAGCCAGAA\", \"ini\": 3151, \"clust\": 1543, \"rank\": 501, \"rankvar\": 1352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 421, \"group\": [1542.0, 302.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGGTTCT\", \"ini\": 3150, \"clust\": 1366, \"rank\": 475, \"rankvar\": 866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 422, \"group\": [1366.0, 285.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCACTTCAT\", \"ini\": 3149, \"clust\": 1055, \"rank\": 658, \"rankvar\": 1652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 423, \"group\": [1058.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTACTCAT\", \"ini\": 3148, \"clust\": 32, \"rank\": 776, \"rankvar\": 2642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 441, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1695, \"group\": [31.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCAGCTCTC\", \"ini\": 3147, \"clust\": 1060, \"rank\": 428, \"rankvar\": 2276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 424, \"group\": [1061.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGTAAG\", \"ini\": 3146, \"clust\": 3587, \"rank\": 737, \"rankvar\": 3303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 443, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3559, \"group\": [3587.0, 691.0, 95.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTAAGAAC\", \"ini\": 3145, \"clust\": 3436, \"rank\": 705, \"rankvar\": 2375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 444, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 18, \"group\": [3435.0, 668.0, 89.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGTACGA\", \"ini\": 3144, \"clust\": 732, \"rank\": 384, \"rankvar\": 822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 425, \"group\": [735.0, 237.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGAGTAATC\", \"ini\": 3143, \"clust\": 1380, \"rank\": 433, \"rankvar\": 745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 426, \"group\": [1380.0, 291.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGTGATTA\", \"ini\": 3142, \"clust\": 3126, \"rank\": 521, \"rankvar\": 681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3171, \"group\": [3127.0, 597.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGATATGCA\", \"ini\": 3141, \"clust\": 289, \"rank\": 584, \"rankvar\": 1027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 427, \"group\": [287.0, 91.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTAACGGT\", \"ini\": 3140, \"clust\": 1772, \"rank\": 162, \"rankvar\": 1316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1846, \"group\": [1772.0, 391.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCTCCGGTT\", \"ini\": 3139, \"clust\": 811, \"rank\": 503, \"rankvar\": 612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 428, \"group\": [812.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCGACGGAA\", \"ini\": 3138, \"clust\": 405, \"rank\": 948, \"rankvar\": 946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 451, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 429, \"group\": [409.0, 151.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCAAGGCTT\", \"ini\": 3137, \"clust\": 3336, \"rank\": 208, \"rankvar\": 2413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 452, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3172, \"group\": [3351.0, 626.0, 74.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTAGAGTC\", \"ini\": 3136, \"clust\": 873, \"rank\": 456, \"rankvar\": 1549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 430, \"group\": [873.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGAGCGTT\", \"ini\": 3135, \"clust\": 219, \"rank\": 1126, \"rankvar\": 1596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3173, \"group\": [219.0, 60.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTGCCAGA\", \"ini\": 3134, \"clust\": 1326, \"rank\": 597, \"rankvar\": 350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 455, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 431, \"group\": [1327.0, 279.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTCAATGGACG\", \"ini\": 3133, \"clust\": 806, \"rank\": 478, \"rankvar\": 307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 432, \"group\": [806.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAGACTCGC\", \"ini\": 3132, \"clust\": 886, \"rank\": 516, \"rankvar\": 301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 433, \"group\": [887.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAGGGAA\", \"ini\": 3131, \"clust\": 830, \"rank\": 493, \"rankvar\": 2028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 434, \"group\": [830.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTCCGAAGA\", \"ini\": 3130, \"clust\": 287, \"rank\": 495, \"rankvar\": 226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 435, \"group\": [291.0, 91.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGTCGCCGTGA\", \"ini\": 3129, \"clust\": 1384, \"rank\": 506, \"rankvar\": 192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 436, \"group\": [1384.0, 292.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGGTGTTA\", \"ini\": 3128, \"clust\": 100, \"rank\": 437, \"rankvar\": 3044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 461, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1696, \"group\": [98.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCGCATAT\", \"ini\": 3127, \"clust\": 24, \"rank\": 563, \"rankvar\": 3087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 462, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1697, \"group\": [23.0, 17.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCACAAACC\", \"ini\": 3126, \"clust\": 871, \"rank\": 681, \"rankvar\": 1679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 437, \"group\": [874.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCACCCAGTG\", \"ini\": 3125, \"clust\": 1385, \"rank\": 541, \"rankvar\": 1982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 438, \"group\": [1385.0, 292.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTGCATCTA\", \"ini\": 3124, \"clust\": 812, \"rank\": 534, \"rankvar\": 1340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 439, \"group\": [813.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTTGA\", \"ini\": 3123, \"clust\": 795, \"rank\": 474, \"rankvar\": 947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 466, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 440, \"group\": [796.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGCGATGAC\", \"ini\": 3122, \"clust\": 2987, \"rank\": 280, \"rankvar\": 2401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 467, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3174, \"group\": [2986.0, 582.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCGGTTAAC\", \"ini\": 3121, \"clust\": 1411, \"rank\": 333, \"rankvar\": 386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 441, \"group\": [1417.0, 294.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGTC\", \"ini\": 3120, \"clust\": 751, \"rank\": 536, \"rankvar\": 2425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 442, \"group\": [750.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCACCATGTA\", \"ini\": 3119, \"clust\": 3275, \"rank\": 361, \"rankvar\": 2661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 470, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3175, \"group\": [3274.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATAGAGT\", \"ini\": 3118, \"clust\": 3342, \"rank\": 322, \"rankvar\": 1751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3176, \"group\": [3341.0, 625.0, 74.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCGAACGC\", \"ini\": 3117, \"clust\": 3085, \"rank\": 313, \"rankvar\": 2495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 472, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3177, \"group\": [3091.0, 594.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCTCTTGAT\", \"ini\": 3116, \"clust\": 3139, \"rank\": 312, \"rankvar\": 2399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 473, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3178, \"group\": [3139.0, 598.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTATCGCC\", \"ini\": 3115, \"clust\": 3076, \"rank\": 377, \"rankvar\": 2037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 474, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3179, \"group\": [3079.0, 594.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTCCGAAGA\", \"ini\": 3114, \"clust\": 3343, \"rank\": 505, \"rankvar\": 1222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 475, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3180, \"group\": [3344.0, 625.0, 74.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCACTCGACG\", \"ini\": 3113, \"clust\": 1354, \"rank\": 484, \"rankvar\": 82, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 476, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 443, \"group\": [1355.0, 283.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTCAGGGCATA\", \"ini\": 3112, \"clust\": 882, \"rank\": 434, \"rankvar\": 1631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 444, \"group\": [882.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGAGGACGG\", \"ini\": 3111, \"clust\": 3215, \"rank\": 372, \"rankvar\": 2935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 478, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3181, \"group\": [3216.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCGCGCAA\", \"ini\": 3110, \"clust\": 746, \"rank\": 617, \"rankvar\": 1591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 479, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 445, \"group\": [749.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTCGCTTG\", \"ini\": 3109, \"clust\": 3070, \"rank\": 421, \"rankvar\": 2766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 480, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3182, \"group\": [3071.0, 594.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTTGAGGTG\", \"ini\": 3108, \"clust\": 44, \"rank\": 630, \"rankvar\": 3029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1698, \"group\": [43.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGTCTCG\", \"ini\": 3107, \"clust\": 1351, \"rank\": 677, \"rankvar\": 291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 446, \"group\": [1349.0, 281.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAGTATCTG\", \"ini\": 3106, \"clust\": 637, \"rank\": 385, \"rankvar\": 1423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 447, \"group\": [639.0, 213.0, 29.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCGCAAGC\", \"ini\": 3105, \"clust\": 1409, \"rank\": 422, \"rankvar\": 467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 448, \"group\": [1408.0, 294.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGCAAATTGCC\", \"ini\": 3104, \"clust\": 3087, \"rank\": 438, \"rankvar\": 1754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 485, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3183, \"group\": [3086.0, 594.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCACAGATTC\", \"ini\": 3103, \"clust\": 904, \"rank\": 461, \"rankvar\": 383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 449, \"group\": [907.0, 241.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAGTATAAG\", \"ini\": 3102, \"clust\": 1203, \"rank\": 647, \"rankvar\": 175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 487, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 450, \"group\": [1203.0, 265.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGAGCGAG\", \"ini\": 3101, \"clust\": 3334, \"rank\": 654, \"rankvar\": 2798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 488, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3184, \"group\": [3334.0, 622.0, 74.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTAGCACGA\", \"ini\": 3100, \"clust\": 30, \"rank\": 383, \"rankvar\": 2747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 489, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1699, \"group\": [27.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCAAACAACA\", \"ini\": 3099, \"clust\": 899, \"rank\": 430, \"rankvar\": 1446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 490, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 451, \"group\": [899.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGCATGAG\", \"ini\": 3098, \"clust\": 3425, \"rank\": 236, \"rankvar\": 2958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 491, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 159, \"group\": [3425.0, 663.0, 88.0, 27.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGCGATAC\", \"ini\": 3097, \"clust\": 880, \"rank\": 727, \"rankvar\": 1186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 492, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 452, \"group\": [883.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCGGTCTAA\", \"ini\": 3096, \"clust\": 1523, \"rank\": 565, \"rankvar\": 421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 493, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 453, \"group\": [1525.0, 298.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCGGCGCTA\", \"ini\": 3095, \"clust\": 3229, \"rank\": 652, \"rankvar\": 3008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3185, \"group\": [3230.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGGAGTTTA\", \"ini\": 3094, \"clust\": 2988, \"rank\": 250, \"rankvar\": 3058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 495, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3186, \"group\": [2988.0, 583.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGATGCGAC\", \"ini\": 3093, \"clust\": 2991, \"rank\": 404, \"rankvar\": 2577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 496, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3187, \"group\": [2990.0, 583.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCATAACCG\", \"ini\": 3092, \"clust\": 105, \"rank\": 429, \"rankvar\": 3166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 497, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1700, \"group\": [102.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTCCCGAG\", \"ini\": 3091, \"clust\": 3146, \"rank\": 349, \"rankvar\": 2617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3188, \"group\": [3146.0, 598.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCCGTTGTC\", \"ini\": 3090, \"clust\": 234, \"rank\": 950, \"rankvar\": 489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 499, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1671, \"group\": [234.0, 65.0, 11.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATGCAATC\", \"ini\": 3089, \"clust\": 786, \"rank\": 598, \"rankvar\": 1497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 454, \"group\": [787.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCATGTAGC\", \"ini\": 3088, \"clust\": 1770, \"rank\": 119, \"rankvar\": 2402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1847, \"group\": [1773.0, 391.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTCTTCTCG\", \"ini\": 3087, \"clust\": 1425, \"rank\": 337, \"rankvar\": 1297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 455, \"group\": [1427.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCCTAA\", \"ini\": 3086, \"clust\": 347, \"rank\": 470, \"rankvar\": 61, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 456, \"group\": [346.0, 121.0, 22.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAAAGAATC\", \"ini\": 3085, \"clust\": 1533, \"rank\": 574, \"rankvar\": 932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 457, \"group\": [1533.0, 300.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGACACG\", \"ini\": 3084, \"clust\": 777, \"rank\": 588, \"rankvar\": 2027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 458, \"group\": [778.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCTTGTCC\", \"ini\": 3083, \"clust\": 1778, \"rank\": 140, \"rankvar\": 3095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1848, \"group\": [1776.0, 391.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTCCGACGT\", \"ini\": 3082, \"clust\": 1440, \"rank\": 315, \"rankvar\": 417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 459, \"group\": [1442.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAAGTGGC\", \"ini\": 3081, \"clust\": 3304, \"rank\": 602, \"rankvar\": 1559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3189, \"group\": [3303.0, 612.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCAGAAGG\", \"ini\": 3080, \"clust\": 48, \"rank\": 683, \"rankvar\": 3333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1701, \"group\": [47.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGCGTTCG\", \"ini\": 3079, \"clust\": 3474, \"rank\": 853, \"rankvar\": 3250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 510, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 19, \"group\": [3475.0, 680.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGCATCTA\", \"ini\": 3078, \"clust\": 823, \"rank\": 525, \"rankvar\": 1000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 511, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 460, \"group\": [823.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGTTTGCC\", \"ini\": 3077, \"clust\": 354, \"rank\": 700, \"rankvar\": 2277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 461, \"group\": [355.0, 126.0, 23.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCACAAGCCC\", \"ini\": 3076, \"clust\": 1546, \"rank\": 307, \"rankvar\": 2129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 513, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 462, \"group\": [1545.0, 302.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGAGAACG\", \"ini\": 3075, \"clust\": 1018, \"rank\": 449, \"rankvar\": 1172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 463, \"group\": [1018.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGAGCACACAG\", \"ini\": 3074, \"clust\": 2982, \"rank\": 407, \"rankvar\": 1975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3190, \"group\": [2982.0, 582.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGCGTAAG\", \"ini\": 3073, \"clust\": 349, \"rank\": 917, \"rankvar\": 9, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 516, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 464, \"group\": [364.0, 131.0, 23.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGATATGGT\", \"ini\": 3072, \"clust\": 783, \"rank\": 520, \"rankvar\": 779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 465, \"group\": [783.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTTAGCGG\", \"ini\": 3071, \"clust\": 758, \"rank\": 650, \"rankvar\": 427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 518, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 466, \"group\": [761.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGTCCCACG\", \"ini\": 3070, \"clust\": 1547, \"rank\": 486, \"rankvar\": 800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 519, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 467, \"group\": [1546.0, 302.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTGTTTG\", \"ini\": 3069, \"clust\": 727, \"rank\": 355, \"rankvar\": 1078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 520, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 468, \"group\": [727.0, 237.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCAAGCTGGAAC\", \"ini\": 3068, \"clust\": 3447, \"rank\": 1263, \"rankvar\": 2974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 521, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 20, \"group\": [3450.0, 675.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGAGTTGC\", \"ini\": 3067, \"clust\": 2989, \"rank\": 326, \"rankvar\": 2720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3191, \"group\": [2989.0, 583.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAGTTGTGGCC\", \"ini\": 3066, \"clust\": 103, \"rank\": 540, \"rankvar\": 3224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 523, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1702, \"group\": [99.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCACACGC\", \"ini\": 3065, \"clust\": 39, \"rank\": 583, \"rankvar\": 2689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 524, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1703, \"group\": [38.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCAAAGTAG\", \"ini\": 3064, \"clust\": 3165, \"rank\": 296, \"rankvar\": 2982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 525, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3192, \"group\": [3164.0, 602.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTGGTGTAG\", \"ini\": 3063, \"clust\": 784, \"rank\": 500, \"rankvar\": 635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 469, \"group\": [785.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAAGTGTA\", \"ini\": 3062, \"clust\": 3088, \"rank\": 390, \"rankvar\": 2927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 527, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3193, \"group\": [3087.0, 594.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAGGTCGTC\", \"ini\": 3061, \"clust\": 3114, \"rank\": 476, \"rankvar\": 2865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 528, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3194, \"group\": [3112.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTACGAAAT\", \"ini\": 3060, \"clust\": 1551, \"rank\": 452, \"rankvar\": 153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 470, \"group\": [1549.0, 302.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGAAAG\", \"ini\": 3059, \"clust\": 3172, \"rank\": 395, \"rankvar\": 2041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 530, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3195, \"group\": [3171.0, 602.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGGGACA\", \"ini\": 3058, \"clust\": 1536, \"rank\": 439, \"rankvar\": 509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 471, \"group\": [1536.0, 300.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGACG\", \"ini\": 3057, \"clust\": 901, \"rank\": 759, \"rankvar\": 51, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 472, \"group\": [904.0, 241.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTAAGTAC\", \"ini\": 3056, \"clust\": 900, \"rank\": 382, \"rankvar\": 1598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 533, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 473, \"group\": [900.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTGCAAGC\", \"ini\": 3055, \"clust\": 3090, \"rank\": 416, \"rankvar\": 2629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 534, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3196, \"group\": [3089.0, 594.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTACAGACG\", \"ini\": 3054, \"clust\": 1423, \"rank\": 621, \"rankvar\": 751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 474, \"group\": [1422.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATGCCAT\", \"ini\": 3053, \"clust\": 355, \"rank\": 673, \"rankvar\": 1149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 475, \"group\": [353.0, 126.0, 23.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGTAGCCGA\", \"ini\": 3052, \"clust\": 792, \"rank\": 548, \"rankvar\": 856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 476, \"group\": [793.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGCAGGTA\", \"ini\": 3051, \"clust\": 96, \"rank\": 425, \"rankvar\": 2802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 538, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1704, \"group\": [95.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCTCCAAATGC\", \"ini\": 3050, \"clust\": 898, \"rank\": 515, \"rankvar\": 2347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 477, \"group\": [901.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGGTCA\", \"ini\": 3049, \"clust\": 256, \"rank\": 719, \"rankvar\": 1677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 478, \"group\": [255.0, 84.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTTGTTTGG\", \"ini\": 3048, \"clust\": 3375, \"rank\": 1345, \"rankvar\": 2040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 541, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3197, \"group\": [3375.0, 642.0, 80.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCGGACC\", \"ini\": 3047, \"clust\": 822, \"rank\": 546, \"rankvar\": 1077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 479, \"group\": [825.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAACTGCT\", \"ini\": 3046, \"clust\": 3093, \"rank\": 370, \"rankvar\": 2673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 543, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3198, \"group\": [3096.0, 594.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCTGATAA\", \"ini\": 3045, \"clust\": 888, \"rank\": 523, \"rankvar\": 1466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 480, \"group\": [889.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCATCCGTGG\", \"ini\": 3044, \"clust\": 1540, \"rank\": 571, \"rankvar\": 611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 545, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 481, \"group\": [1540.0, 302.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGAACGT\", \"ini\": 3043, \"clust\": 909, \"rank\": 580, \"rankvar\": 508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 546, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 482, \"group\": [910.0, 241.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGTGGGAA\", \"ini\": 3042, \"clust\": 809, \"rank\": 568, \"rankvar\": 659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 483, \"group\": [810.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGAAGTT\", \"ini\": 3041, \"clust\": 804, \"rank\": 489, \"rankvar\": 2285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 484, \"group\": [807.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCCTATTCA\", \"ini\": 3040, \"clust\": 1445, \"rank\": 453, \"rankvar\": 17, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 485, \"group\": [1452.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTTCGCAT\", \"ini\": 3039, \"clust\": 808, \"rank\": 471, \"rankvar\": 1371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 486, \"group\": [809.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGACATCTACGA\", \"ini\": 3038, \"clust\": 3245, \"rank\": 378, \"rankvar\": 2765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 551, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3199, \"group\": [3248.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAACTGGCC\", \"ini\": 3037, \"clust\": 3352, \"rank\": 641, \"rankvar\": 688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3200, \"group\": [3352.0, 627.0, 74.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAATCGAAA\", \"ini\": 3036, \"clust\": 261, \"rank\": 685, \"rankvar\": 173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 553, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 487, \"group\": [258.0, 84.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATCACAC\", \"ini\": 3035, \"clust\": 920, \"rank\": 496, \"rankvar\": 1512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 488, \"group\": [921.0, 242.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTGATGTGG\", \"ini\": 3034, \"clust\": 488, \"rank\": 761, \"rankvar\": 1812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 489, \"group\": [491.0, 168.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGCGTTCCG\", \"ini\": 3033, \"clust\": 1431, \"rank\": 398, \"rankvar\": 566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 556, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 490, \"group\": [1430.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTAACGGT\", \"ini\": 3032, \"clust\": 124, \"rank\": 618, \"rankvar\": 3002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 557, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1705, \"group\": [125.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTAGCATGGCA\", \"ini\": 3031, \"clust\": 779, \"rank\": 612, \"rankvar\": 1183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 491, \"group\": [780.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGTACGG\", \"ini\": 3030, \"clust\": 294, \"rank\": 706, \"rankvar\": 533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 492, \"group\": [292.0, 91.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAGAGCCAA\", \"ini\": 3029, \"clust\": 755, \"rank\": 494, \"rankvar\": 1162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 493, \"group\": [758.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCGTTCCG\", \"ini\": 3028, \"clust\": 3177, \"rank\": 490, \"rankvar\": 2604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 561, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3201, \"group\": [3176.0, 602.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCTGCGAA\", \"ini\": 3027, \"clust\": 1213, \"rank\": 818, \"rankvar\": 2246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 494, \"group\": [1215.0, 266.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCGGCTACG\", \"ini\": 3026, \"clust\": 1548, \"rank\": 427, \"rankvar\": 805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 495, \"group\": [1551.0, 302.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCCATGCTC\", \"ini\": 3025, \"clust\": 1323, \"rank\": 468, \"rankvar\": 972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 564, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 496, \"group\": [1323.0, 279.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGATCAGCCTAA\", \"ini\": 3024, \"clust\": 780, \"rank\": 552, \"rankvar\": 1176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 497, \"group\": [781.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCGAACA\", \"ini\": 3023, \"clust\": 1406, \"rank\": 558, \"rankvar\": 677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 498, \"group\": [1404.0, 294.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGAAATA\", \"ini\": 3022, \"clust\": 814, \"rank\": 444, \"rankvar\": 1739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 567, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 499, \"group\": [816.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGCTTCC\", \"ini\": 3021, \"clust\": 816, \"rank\": 659, \"rankvar\": 1914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 500, \"group\": [815.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTATCTG\", \"ini\": 3020, \"clust\": 3279, \"rank\": 354, \"rankvar\": 3209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 569, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3202, \"group\": [3279.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGATATGCA\", \"ini\": 3019, \"clust\": 1776, \"rank\": 321, \"rankvar\": 298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1849, \"group\": [1779.0, 391.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCATCATTC\", \"ini\": 3018, \"clust\": 1217, \"rank\": 687, \"rankvar\": 1699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 501, \"group\": [1217.0, 266.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACCGAATT\", \"ini\": 3017, \"clust\": 3200, \"rank\": 742, \"rankvar\": 2759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 572, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3203, \"group\": [3200.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTGAGTGT\", \"ini\": 3016, \"clust\": 299, \"rank\": 762, \"rankvar\": 768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 573, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 502, \"group\": [295.0, 92.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGCAATTA\", \"ini\": 3015, \"clust\": 249, \"rank\": 564, \"rankvar\": 1723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 503, \"group\": [248.0, 79.0, 15.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACTCCTG\", \"ini\": 3014, \"clust\": 46, \"rank\": 768, \"rankvar\": 3270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 575, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1706, \"group\": [45.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTCATCC\", \"ini\": 3013, \"clust\": 1386, \"rank\": 743, \"rankvar\": 1082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 504, \"group\": [1386.0, 292.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGAACAACT\", \"ini\": 3012, \"clust\": 825, \"rank\": 811, \"rankvar\": 430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 577, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 505, \"group\": [826.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCATCAGTAC\", \"ini\": 3011, \"clust\": 1767, \"rank\": 142, \"rankvar\": 3425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1850, \"group\": [1766.0, 391.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGTACATGA\", \"ini\": 3010, \"clust\": 1103, \"rank\": 639, \"rankvar\": 344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 506, \"group\": [1104.0, 253.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCCAATGGT\", \"ini\": 3009, \"clust\": 1541, \"rank\": 660, \"rankvar\": 568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 507, \"group\": [1541.0, 302.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTCGTACT\", \"ini\": 3008, \"clust\": 3214, \"rank\": 351, \"rankvar\": 2814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 581, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3204, \"group\": [3215.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTTGTTGG\", \"ini\": 3007, \"clust\": 763, \"rank\": 542, \"rankvar\": 71, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 582, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 508, \"group\": [762.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACATGTCTCC\", \"ini\": 3006, \"clust\": 3476, \"rank\": 1448, \"rankvar\": 3080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 583, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 21, \"group\": [3478.0, 681.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTTGAGTTC\", \"ini\": 3005, \"clust\": 785, \"rank\": 613, \"rankvar\": 1430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 584, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 509, \"group\": [786.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCGTTTAC\", \"ini\": 3004, \"clust\": 3202, \"rank\": 757, \"rankvar\": 2156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 585, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3205, \"group\": [3205.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTTGAGGTG\", \"ini\": 3003, \"clust\": 3086, \"rank\": 424, \"rankvar\": 2442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 586, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3206, \"group\": [3090.0, 594.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTACGAAAT\", \"ini\": 3002, \"clust\": 640, \"rank\": 638, \"rankvar\": 450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 510, \"group\": [641.0, 215.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCGTGGTCG\", \"ini\": 3001, \"clust\": 931, \"rank\": 592, \"rankvar\": 694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 511, \"group\": [930.0, 244.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTGTGTCGCTG\", \"ini\": 3000, \"clust\": 3469, \"rank\": 1151, \"rankvar\": 3124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 589, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 22, \"group\": [3470.0, 680.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACAGTACACCT\", \"ini\": 2999, \"clust\": 769, \"rank\": 708, \"rankvar\": 308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 590, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 512, \"group\": [769.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGGAGGTA\", \"ini\": 2998, \"clust\": 3337, \"rank\": 406, \"rankvar\": 1199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 591, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3207, \"group\": [3339.0, 624.0, 74.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGGTAACG\", \"ini\": 2997, \"clust\": 706, \"rank\": 780, \"rankvar\": 1433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 513, \"group\": [709.0, 233.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACGAAA\", \"ini\": 2996, \"clust\": 3151, \"rank\": 360, \"rankvar\": 2917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 593, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3208, \"group\": [3150.0, 598.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCCTGTT\", \"ini\": 2995, \"clust\": 3285, \"rank\": 600, \"rankvar\": 2064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 594, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3209, \"group\": [3286.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATGTTGTCTTT\", \"ini\": 2994, \"clust\": 913, \"rank\": 557, \"rankvar\": 921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 595, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 514, \"group\": [913.0, 242.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCGCCGTGA\", \"ini\": 2993, \"clust\": 3262, \"rank\": 609, \"rankvar\": 2990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 596, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3210, \"group\": [3264.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATCGCTC\", \"ini\": 2992, \"clust\": 1393, \"rank\": 551, \"rankvar\": 1209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 515, \"group\": [1398.0, 293.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCCTGCCAT\", \"ini\": 2991, \"clust\": 244, \"rank\": 869, \"rankvar\": 52, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 516, \"group\": [247.0, 78.0, 14.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTGACCAAG\", \"ini\": 2990, \"clust\": 3128, \"rank\": 479, \"rankvar\": 1421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3211, \"group\": [3132.0, 597.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTACGAAAT\", \"ini\": 2989, \"clust\": 3016, \"rank\": 896, \"rankvar\": 984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 600, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3212, \"group\": [3016.0, 588.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTAAGGTCATCT\", \"ini\": 2988, \"clust\": 652, \"rank\": 651, \"rankvar\": 769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 517, \"group\": [653.0, 221.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCGAGAACG\", \"ini\": 2987, \"clust\": 350, \"rank\": 760, \"rankvar\": 65, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 518, \"group\": [352.0, 125.0, 23.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCGAGCCCA\", \"ini\": 2986, \"clust\": 1399, \"rank\": 530, \"rankvar\": 355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 519, \"group\": [1402.0, 294.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGTACGCCC\", \"ini\": 2985, \"clust\": 3212, \"rank\": 539, \"rankvar\": 2870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3213, \"group\": [3212.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCTTACCTA\", \"ini\": 2984, \"clust\": 1347, \"rank\": 764, \"rankvar\": 865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 520, \"group\": [1347.0, 281.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGAACTCGG\", \"ini\": 2983, \"clust\": 3083, \"rank\": 254, \"rankvar\": 2851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 606, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3214, \"group\": [3083.0, 594.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGGAT\", \"ini\": 2982, \"clust\": 250, \"rank\": 543, \"rankvar\": 873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 607, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 521, \"group\": [249.0, 80.0, 15.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTGCTCTTC\", \"ini\": 2981, \"clust\": 1779, \"rank\": 177, \"rankvar\": 1562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 608, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1851, \"group\": [1777.0, 391.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGACGCAA\", \"ini\": 2980, \"clust\": 3161, \"rank\": 545, \"rankvar\": 2344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 609, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3215, \"group\": [3167.0, 602.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCACTGTCGG\", \"ini\": 2979, \"clust\": 3280, \"rank\": 462, \"rankvar\": 3094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3216, \"group\": [3280.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTGCAGGTA\", \"ini\": 2978, \"clust\": 681, \"rank\": 731, \"rankvar\": 2478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 522, \"group\": [684.0, 227.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTGAGCGAT\", \"ini\": 2977, \"clust\": 3427, \"rank\": 579, \"rankvar\": 3460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 612, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1707, \"group\": [3439.0, 669.0, 90.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCACATACG\", \"ini\": 2976, \"clust\": 2784, \"rank\": 386, \"rankvar\": 2178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 613, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2694, \"group\": [2785.0, 536.0, 64.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTTCAGTTCGA\", \"ini\": 2975, \"clust\": 715, \"rank\": 725, \"rankvar\": 2107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 523, \"group\": [715.0, 235.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCCTTGACC\", \"ini\": 2974, \"clust\": 788, \"rank\": 732, \"rankvar\": 726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 524, \"group\": [789.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATCGATGT\", \"ini\": 2973, \"clust\": 1317, \"rank\": 810, \"rankvar\": 765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 616, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 525, \"group\": [1317.0, 277.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCCAAAGTC\", \"ini\": 2972, \"clust\": 348, \"rank\": 480, \"rankvar\": 937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 526, \"group\": [347.0, 121.0, 22.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCCGAAGAG\", \"ini\": 2971, \"clust\": 3394, \"rank\": 1177, \"rankvar\": 3398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 618, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3568, \"group\": [3415.0, 656.0, 85.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGAAACCTA\", \"ini\": 2970, \"clust\": 3479, \"rank\": 1168, \"rankvar\": 2137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 23, \"group\": [3480.0, 682.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCGACGGAA\", \"ini\": 2969, \"clust\": 94, \"rank\": 576, \"rankvar\": 2607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 620, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1708, \"group\": [93.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACCAGTTA\", \"ini\": 2968, \"clust\": 889, \"rank\": 578, \"rankvar\": 2419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 527, \"group\": [890.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTCTGGAGA\", \"ini\": 2967, \"clust\": 914, \"rank\": 752, \"rankvar\": 606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 528, \"group\": [918.0, 242.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCATCGGAT\", \"ini\": 2966, \"clust\": 801, \"rank\": 590, \"rankvar\": 331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 529, \"group\": [802.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGGTAAG\", \"ini\": 2965, \"clust\": 1065, \"rank\": 626, \"rankvar\": 279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 530, \"group\": [1068.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCTTGACC\", \"ini\": 2964, \"clust\": 1538, \"rank\": 518, \"rankvar\": 77, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 625, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 531, \"group\": [1538.0, 301.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACAGAGA\", \"ini\": 2963, \"clust\": 1019, \"rank\": 510, \"rankvar\": 1490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 532, \"group\": [1019.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACATCCA\", \"ini\": 2962, \"clust\": 3074, \"rank\": 396, \"rankvar\": 3063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3217, \"group\": [3073.0, 594.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAGCCTAT\", \"ini\": 2961, \"clust\": 3144, \"rank\": 498, \"rankvar\": 1831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 628, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3218, \"group\": [3144.0, 598.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTAGAGC\", \"ini\": 2960, \"clust\": 3018, \"rank\": 767, \"rankvar\": 1762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 629, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3219, \"group\": [3022.0, 588.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTAGCGTGA\", \"ini\": 2959, \"clust\": 362, \"rank\": 1013, \"rankvar\": 330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 533, \"group\": [360.0, 129.0, 23.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTGAGGGAG\", \"ini\": 2958, \"clust\": 3071, \"rank\": 410, \"rankvar\": 2725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 631, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3220, \"group\": [3072.0, 594.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTAGCCTAT\", \"ini\": 2957, \"clust\": 257, \"rank\": 850, \"rankvar\": 530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 534, \"group\": [256.0, 84.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCATACCATG\", \"ini\": 2956, \"clust\": 60, \"rank\": 965, \"rankvar\": 3374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 633, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1709, \"group\": [58.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTGCAGTAG\", \"ini\": 2955, \"clust\": 3289, \"rank\": 616, \"rankvar\": 1741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 634, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3221, \"group\": [3292.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACGCTTTC\", \"ini\": 2954, \"clust\": 3286, \"rank\": 694, \"rankvar\": 2593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 635, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3222, \"group\": [3287.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCGACAT\", \"ini\": 2953, \"clust\": 1521, \"rank\": 736, \"rankvar\": 212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 535, \"group\": [1521.0, 298.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTATGTGG\", \"ini\": 2952, \"clust\": 759, \"rank\": 774, \"rankvar\": 1825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 637, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 536, \"group\": [759.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTAGCGGT\", \"ini\": 2951, \"clust\": 1367, \"rank\": 865, \"rankvar\": 2459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 537, \"group\": [1367.0, 285.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACTCTTA\", \"ini\": 2950, \"clust\": 1539, \"rank\": 733, \"rankvar\": 975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 639, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 538, \"group\": [1539.0, 301.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACTTACGA\", \"ini\": 2949, \"clust\": 363, \"rank\": 755, \"rankvar\": 690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 539, \"group\": [361.0, 129.0, 23.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTCAGATAA\", \"ini\": 2948, \"clust\": 2794, \"rank\": 403, \"rankvar\": 2541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 641, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2695, \"group\": [2797.0, 538.0, 64.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTGATAAGT\", \"ini\": 2947, \"clust\": 240, \"rank\": 913, \"rankvar\": 1268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 642, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1672, \"group\": [240.0, 71.0, 12.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGTGAGA\", \"ini\": 2946, \"clust\": 359, \"rank\": 674, \"rankvar\": 795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 540, \"group\": [358.0, 128.0, 23.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGGGTCT\", \"ini\": 2945, \"clust\": 1081, \"rank\": 595, \"rankvar\": 843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 541, \"group\": [1081.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCTCGGATGTT\", \"ini\": 2944, \"clust\": 31, \"rank\": 738, \"rankvar\": 3020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1710, \"group\": [28.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCCAAGTAATG\", \"ini\": 2943, \"clust\": 1003, \"rank\": 632, \"rankvar\": 1990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 646, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 542, \"group\": [1002.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAACACAGTCGC\", \"ini\": 2942, \"clust\": 3325, \"rank\": 734, \"rankvar\": 300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 647, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3223, \"group\": [3325.0, 616.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTCGAGTA\", \"ini\": 2941, \"clust\": 3133, \"rank\": 380, \"rankvar\": 2834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 648, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3224, \"group\": [3133.0, 598.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCTCACCT\", \"ini\": 2940, \"clust\": 3141, \"rank\": 331, \"rankvar\": 2210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 649, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3225, \"group\": [3143.0, 598.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTTCAACCA\", \"ini\": 2939, \"clust\": 1542, \"rank\": 714, \"rankvar\": 283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 543, \"group\": [1544.0, 302.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACACATGT\", \"ini\": 2938, \"clust\": 1403, \"rank\": 589, \"rankvar\": 1142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 651, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 544, \"group\": [1406.0, 294.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTGCACTTA\", \"ini\": 2937, \"clust\": 1378, \"rank\": 635, \"rankvar\": 68, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 545, \"group\": [1378.0, 290.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTTACGTCA\", \"ini\": 2936, \"clust\": 352, \"rank\": 792, \"rankvar\": 828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 653, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 546, \"group\": [351.0, 124.0, 23.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTTGGGTA\", \"ini\": 2935, \"clust\": 674, \"rank\": 783, \"rankvar\": 1189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 547, \"group\": [675.0, 225.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTATTACCG\", \"ini\": 2934, \"clust\": 3073, \"rank\": 413, \"rankvar\": 2993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 655, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3226, \"group\": [3075.0, 594.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGGCTCAGA\", \"ini\": 2933, \"clust\": 3169, \"rank\": 527, \"rankvar\": 2254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 656, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3227, \"group\": [3169.0, 602.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCACTCCTG\", \"ini\": 2932, \"clust\": 1327, \"rank\": 715, \"rankvar\": 2163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 548, \"group\": [1325.0, 279.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAGACGCTC\", \"ini\": 2931, \"clust\": 1314, \"rank\": 902, \"rankvar\": 895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 549, \"group\": [1314.0, 277.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTGACTACT\", \"ini\": 2930, \"clust\": 1068, \"rank\": 645, \"rankvar\": 1004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 659, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 550, \"group\": [1069.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAGGTACC\", \"ini\": 2929, \"clust\": 764, \"rank\": 703, \"rankvar\": 1261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 551, \"group\": [763.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCACCATCCT\", \"ini\": 2928, \"clust\": 1056, \"rank\": 688, \"rankvar\": 1015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 552, \"group\": [1056.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTAGTGCTGCC\", \"ini\": 2927, \"clust\": 357, \"rank\": 691, \"rankvar\": 405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 662, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 553, \"group\": [359.0, 128.0, 23.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGGCTT\", \"ini\": 2926, \"clust\": 749, \"rank\": 745, \"rankvar\": 1600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 663, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 554, \"group\": [753.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCTACAGA\", \"ini\": 2925, \"clust\": 3331, \"rank\": 748, \"rankvar\": 680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 664, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3228, \"group\": [3332.0, 621.0, 74.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACAGTAGGTGC\", \"ini\": 2924, \"clust\": 849, \"rank\": 669, \"rankvar\": 1973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 665, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 555, \"group\": [850.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTTATCTG\", \"ini\": 2923, \"clust\": 2927, \"rank\": 1243, \"rankvar\": 2487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 666, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3229, \"group\": [2926.0, 558.0, 68.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGCGGTAA\", \"ini\": 2922, \"clust\": 1071, \"rank\": 698, \"rankvar\": 494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 556, \"group\": [1071.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTCTAGAGG\", \"ini\": 2921, \"clust\": 95, \"rank\": 644, \"rankvar\": 3276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1711, \"group\": [94.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCGTTTGCC\", \"ini\": 2920, \"clust\": 1350, \"rank\": 634, \"rankvar\": 678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 557, \"group\": [1351.0, 281.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTGTTTGT\", \"ini\": 2919, \"clust\": 3080, \"rank\": 460, \"rankvar\": 3152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 670, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3230, \"group\": [3080.0, 594.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCATAAAGG\", \"ini\": 2918, \"clust\": 659, \"rank\": 739, \"rankvar\": 91, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 671, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 558, \"group\": [659.0, 223.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTTCAACCA\", \"ini\": 2917, \"clust\": 3249, \"rank\": 716, \"rankvar\": 2524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 672, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3231, \"group\": [3250.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTACTCTCC\", \"ini\": 2916, \"clust\": 303, \"rank\": 1170, \"rankvar\": 2162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 673, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 559, \"group\": [316.0, 101.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGGTGTGT\", \"ini\": 2915, \"clust\": 934, \"rank\": 591, \"rankvar\": 1994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 560, \"group\": [935.0, 244.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTGTCTTT\", \"ini\": 2914, \"clust\": 1294, \"rank\": 889, \"rankvar\": 2, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 561, \"group\": [1298.0, 274.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAATTCCC\", \"ini\": 2913, \"clust\": 726, \"rank\": 402, \"rankvar\": 1875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 562, \"group\": [729.0, 237.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAGCGCTC\", \"ini\": 2912, \"clust\": 3246, \"rank\": 672, \"rankvar\": 2671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 677, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3232, \"group\": [3246.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTGCAGACA\", \"ini\": 2911, \"clust\": 101, \"rank\": 465, \"rankvar\": 3221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 678, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1712, \"group\": [108.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCAATAAGG\", \"ini\": 2910, \"clust\": 3175, \"rank\": 532, \"rankvar\": 931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 679, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3233, \"group\": [3179.0, 602.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCACCAGGC\", \"ini\": 2909, \"clust\": 356, \"rank\": 750, \"rankvar\": 628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 563, \"group\": [354.0, 126.0, 23.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGTTAAGA\", \"ini\": 2908, \"clust\": 3472, \"rank\": 1250, \"rankvar\": 3279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 681, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 24, \"group\": [3473.0, 680.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAGGGCT\", \"ini\": 2907, \"clust\": 753, \"rank\": 718, \"rankvar\": 358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 564, \"group\": [754.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAAGTAGTA\", \"ini\": 2906, \"clust\": 645, \"rank\": 746, \"rankvar\": 531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 565, \"group\": [645.0, 217.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCATCTATGG\", \"ini\": 2905, \"clust\": 698, \"rank\": 843, \"rankvar\": 2397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 566, \"group\": [698.0, 230.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGGACGAAA\", \"ini\": 2904, \"clust\": 3283, \"rank\": 473, \"rankvar\": 2975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 685, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3234, \"group\": [3282.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTCGAGTTT\", \"ini\": 2903, \"clust\": 793, \"rank\": 702, \"rankvar\": 1009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 567, \"group\": [794.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTAAGTGGC\", \"ini\": 2902, \"clust\": 818, \"rank\": 690, \"rankvar\": 706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 568, \"group\": [821.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCTCATGTCCC\", \"ini\": 2901, \"clust\": 634, \"rank\": 605, \"rankvar\": 1916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 569, \"group\": [634.0, 210.0, 28.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATGCCTAA\", \"ini\": 2900, \"clust\": 3426, \"rank\": 856, \"rankvar\": 670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 689, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3235, \"group\": [3426.0, 664.0, 88.0, 27.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCAACGAAA\", \"ini\": 2899, \"clust\": 246, \"rank\": 959, \"rankvar\": 1386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 570, \"group\": [244.0, 75.0, 14.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATGGAGC\", \"ini\": 2898, \"clust\": 3145, \"rank\": 606, \"rankvar\": 2730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 691, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3236, \"group\": [3145.0, 598.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGAAACCTA\", \"ini\": 2897, \"clust\": 1304, \"rank\": 854, \"rankvar\": 1944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 692, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 571, \"group\": [1303.0, 275.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCCTTGACC\", \"ini\": 2896, \"clust\": 1107, \"rank\": 697, \"rankvar\": 2496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 572, \"group\": [1106.0, 253.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGTGGACGT\", \"ini\": 2895, \"clust\": 150, \"rank\": 937, \"rankvar\": 2937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1713, \"group\": [146.0, 27.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCGAGAGCA\", \"ini\": 2894, \"clust\": 1034, \"rank\": 544, \"rankvar\": 1974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 573, \"group\": [1035.0, 251.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAAATTGCC\", \"ini\": 2893, \"clust\": 49, \"rank\": 927, \"rankvar\": 3174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1714, \"group\": [48.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTGCTG\", \"ini\": 2892, \"clust\": 149, \"rank\": 868, \"rankvar\": 3057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1715, \"group\": [148.0, 27.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACCAGGCTGAA\", \"ini\": 2891, \"clust\": 910, \"rank\": 709, \"rankvar\": 75, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 574, \"group\": [911.0, 241.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCGTTCCG\", \"ini\": 2890, \"clust\": 665, \"rank\": 969, \"rankvar\": 232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 575, \"group\": [666.0, 224.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCCGAACC\", \"ini\": 2889, \"clust\": 345, \"rank\": 665, \"rankvar\": 70, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 700, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 576, \"group\": [349.0, 123.0, 22.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCTTCTCG\", \"ini\": 2888, \"clust\": 220, \"rank\": 1203, \"rankvar\": 204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 701, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3237, \"group\": [220.0, 60.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGTGTTAGA\", \"ini\": 2887, \"clust\": 810, \"rank\": 547, \"rankvar\": 1213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 702, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 577, \"group\": [811.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTAAGTGTA\", \"ini\": 2886, \"clust\": 1121, \"rank\": 643, \"rankvar\": 1935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 578, \"group\": [1120.0, 254.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGGGTTCCC\", \"ini\": 2885, \"clust\": 92, \"rank\": 723, \"rankvar\": 2361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 704, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1716, \"group\": [91.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGTTTA\", \"ini\": 2884, \"clust\": 3358, \"rank\": 883, \"rankvar\": 2624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 705, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3238, \"group\": [3358.0, 630.0, 75.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTTTAAGCC\", \"ini\": 2883, \"clust\": 3458, \"rank\": 1166, \"rankvar\": 3388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 706, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 25, \"group\": [3458.0, 680.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTAAGGGAA\", \"ini\": 2882, \"clust\": 3150, \"rank\": 442, \"rankvar\": 1966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 707, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3239, \"group\": [3152.0, 598.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATCTGTT\", \"ini\": 2881, \"clust\": 747, \"rank\": 775, \"rankvar\": 1707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 579, \"group\": [747.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGATACACA\", \"ini\": 2880, \"clust\": 3306, \"rank\": 596, \"rankvar\": 1903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 709, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3240, \"group\": [3306.0, 612.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTAAATGTG\", \"ini\": 2879, \"clust\": 1219, \"rank\": 866, \"rankvar\": 1205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 580, \"group\": [1219.0, 266.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGTAGCCGA\", \"ini\": 2878, \"clust\": 975, \"rank\": 555, \"rankvar\": 1021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 581, \"group\": [976.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTATTG\", \"ini\": 2877, \"clust\": 1017, \"rank\": 636, \"rankvar\": 1080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 582, \"group\": [1020.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCAAGCTGAG\", \"ini\": 2876, \"clust\": 3205, \"rank\": 593, \"rankvar\": 2988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 713, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3241, \"group\": [3208.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCGTAATA\", \"ini\": 2875, \"clust\": 766, \"rank\": 848, \"rankvar\": 1934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 583, \"group\": [766.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCAACTCTT\", \"ini\": 2874, \"clust\": 767, \"rank\": 667, \"rankvar\": 245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 715, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 584, \"group\": [767.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCTCTTGTCAT\", \"ini\": 2873, \"clust\": 660, \"rank\": 777, \"rankvar\": 43, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 716, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 585, \"group\": [660.0, 223.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCAGATCG\", \"ini\": 2872, \"clust\": 1082, \"rank\": 620, \"rankvar\": 653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 717, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 586, \"group\": [1082.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCACGTGG\", \"ini\": 2871, \"clust\": 1046, \"rank\": 878, \"rankvar\": 244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 587, \"group\": [1046.0, 251.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTCAAGCCTAT\", \"ini\": 2870, \"clust\": 996, \"rank\": 570, \"rankvar\": 1655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 719, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 588, \"group\": [999.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCACTATTC\", \"ini\": 2869, \"clust\": 3284, \"rank\": 619, \"rankvar\": 2768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 720, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3242, \"group\": [3283.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGCATGGCA\", \"ini\": 2868, \"clust\": 3012, \"rank\": 795, \"rankvar\": 2739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 721, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3243, \"group\": [3015.0, 587.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCACGGTGTC\", \"ini\": 2867, \"clust\": 3132, \"rank\": 469, \"rankvar\": 2540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 722, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3244, \"group\": [3153.0, 599.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAGATGAGC\", \"ini\": 2866, \"clust\": 1074, \"rank\": 569, \"rankvar\": 2585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 723, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 589, \"group\": [1074.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTCTCCACT\", \"ini\": 2865, \"clust\": 373, \"rank\": 934, \"rankvar\": 256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 724, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 590, \"group\": [372.0, 137.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTCTCGG\", \"ini\": 2864, \"clust\": 796, \"rank\": 813, \"rankvar\": 2429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 725, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 591, \"group\": [797.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAATGTTGC\", \"ini\": 2863, \"clust\": 1344, \"rank\": 888, \"rankvar\": 321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 592, \"group\": [1342.0, 279.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGTCTCA\", \"ini\": 2862, \"clust\": 3013, \"rank\": 940, \"rankvar\": 2204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 727, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3245, \"group\": [3013.0, 587.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCTGT\", \"ini\": 2861, \"clust\": 724, \"rank\": 646, \"rankvar\": 1146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 728, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 593, \"group\": [723.0, 236.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGGGCATGT\", \"ini\": 2860, \"clust\": 3166, \"rank\": 675, \"rankvar\": 2258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 729, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3246, \"group\": [3165.0, 602.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGACATGGGACA\", \"ini\": 2859, \"clust\": 847, \"rank\": 851, \"rankvar\": 1069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 594, \"group\": [847.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTTCCGGCA\", \"ini\": 2858, \"clust\": 720, \"rank\": 980, \"rankvar\": 593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 731, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 595, \"group\": [725.0, 236.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAAGGATT\", \"ini\": 2857, \"clust\": 3254, \"rank\": 726, \"rankvar\": 1232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 732, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3247, \"group\": [3255.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATCGATTG\", \"ini\": 2856, \"clust\": 2792, \"rank\": 379, \"rankvar\": 2562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 733, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2696, \"group\": [2790.0, 538.0, 64.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTAAGTAGT\", \"ini\": 2855, \"clust\": 3273, \"rank\": 519, \"rankvar\": 2549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3248, \"group\": [3275.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGGTAGA\", \"ini\": 2854, \"clust\": 300, \"rank\": 912, \"rankvar\": 353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 596, \"group\": [296.0, 92.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACATGTC\", \"ini\": 2853, \"clust\": 728, \"rank\": 704, \"rankvar\": 603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 736, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 597, \"group\": [728.0, 237.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCAGTGACTCT\", \"ini\": 2852, \"clust\": 3332, \"rank\": 805, \"rankvar\": 2636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3249, \"group\": [3333.0, 621.0, 74.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCAACGCACC\", \"ini\": 2851, \"clust\": 1067, \"rank\": 720, \"rankvar\": 322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 598, \"group\": [1067.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAGTAGTGAAT\", \"ini\": 2850, \"clust\": 827, \"rank\": 730, \"rankvar\": 1509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 599, \"group\": [832.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCCCATTAT\", \"ini\": 2849, \"clust\": 334, \"rank\": 957, \"rankvar\": 113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 600, \"group\": [333.0, 115.0, 22.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCAAGCCTA\", \"ini\": 2848, \"clust\": 1135, \"rank\": 549, \"rankvar\": 2859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 601, \"group\": [1135.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCCGTAGTA\", \"ini\": 2847, \"clust\": 3112, \"rank\": 671, \"rankvar\": 2646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 742, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3250, \"group\": [3113.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCCATGCTC\", \"ini\": 2846, \"clust\": 999, \"rank\": 664, \"rankvar\": 1373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 743, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 602, \"group\": [1000.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGTGGAGTC\", \"ini\": 2845, \"clust\": 3287, \"rank\": 797, \"rankvar\": 2469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 744, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3251, \"group\": [3288.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCAGCTGGC\", \"ini\": 2844, \"clust\": 733, \"rank\": 637, \"rankvar\": 1576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 745, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 603, \"group\": [733.0, 237.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGAGTATA\", \"ini\": 2843, \"clust\": 3216, \"rank\": 604, \"rankvar\": 2664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 746, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3252, \"group\": [3217.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTCTTGAT\", \"ini\": 2842, \"clust\": 3302, \"rank\": 765, \"rankvar\": 1451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 747, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3253, \"group\": [3310.0, 612.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACGGTTTA\", \"ini\": 2841, \"clust\": 298, \"rank\": 899, \"rankvar\": 724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 604, \"group\": [297.0, 92.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCTCACCT\", \"ini\": 2840, \"clust\": 919, \"rank\": 814, \"rankvar\": 410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 605, \"group\": [920.0, 242.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCGTCTTC\", \"ini\": 2839, \"clust\": 3223, \"rank\": 622, \"rankvar\": 2660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 750, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3254, \"group\": [3224.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAGTAGGCTGA\", \"ini\": 2838, \"clust\": 3478, \"rank\": 1471, \"rankvar\": 3525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 751, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 26, \"group\": [3477.0, 681.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACACCGATAT\", \"ini\": 2837, \"clust\": 831, \"rank\": 721, \"rankvar\": 935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 606, \"group\": [831.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATGCCTAA\", \"ini\": 2836, \"clust\": 1200, \"rank\": 891, \"rankvar\": 1894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 753, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 607, \"group\": [1202.0, 265.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTAGTATGACA\", \"ini\": 2835, \"clust\": 892, \"rank\": 699, \"rankvar\": 839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 608, \"group\": [891.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCTTGTTTG\", \"ini\": 2834, \"clust\": 1335, \"rank\": 1073, \"rankvar\": 1323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 609, \"group\": [1337.0, 279.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCATCGGACC\", \"ini\": 2833, \"clust\": 1204, \"rank\": 946, \"rankvar\": 2381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 756, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 610, \"group\": [1204.0, 265.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAATACAG\", \"ini\": 2832, \"clust\": 771, \"rank\": 666, \"rankvar\": 1493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 611, \"group\": [775.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGTACCT\", \"ini\": 2831, \"clust\": 406, \"rank\": 1139, \"rankvar\": 2273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 612, \"group\": [408.0, 151.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAAGCGTAG\", \"ini\": 2830, \"clust\": 283, \"rank\": 1447, \"rankvar\": 2552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 759, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 613, \"group\": [281.0, 89.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCAATGGAAT\", \"ini\": 2829, \"clust\": 853, \"rank\": 924, \"rankvar\": 777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 614, \"group\": [854.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCTGCTTGC\", \"ini\": 2828, \"clust\": 1072, \"rank\": 678, \"rankvar\": 1844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 761, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 615, \"group\": [1072.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTGTATGGG\", \"ini\": 2827, \"clust\": 3555, \"rank\": 2025, \"rankvar\": 3550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 762, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 27, \"group\": [3554.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCGGCTACG\", \"ini\": 2826, \"clust\": 923, \"rank\": 804, \"rankvar\": 11, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 616, \"group\": [924.0, 242.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAAACAC\", \"ini\": 2825, \"clust\": 483, \"rank\": 1197, \"rankvar\": 945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 617, \"group\": [482.0, 167.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTACTTAGC\", \"ini\": 2824, \"clust\": 1404, \"rank\": 586, \"rankvar\": 2054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 765, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 618, \"group\": [1405.0, 294.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTGGGTATG\", \"ini\": 2823, \"clust\": 1522, \"rank\": 499, \"rankvar\": 436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 619, \"group\": [1522.0, 298.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCATCCAACA\", \"ini\": 2822, \"clust\": 671, \"rank\": 744, \"rankvar\": 1839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 767, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 620, \"group\": [670.0, 225.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCGTCGTTC\", \"ini\": 2821, \"clust\": 1324, \"rank\": 623, \"rankvar\": 948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 621, \"group\": [1324.0, 279.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAAGTCACGCC\", \"ini\": 2820, \"clust\": 3017, \"rank\": 991, \"rankvar\": 1888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 769, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3255, \"group\": [3017.0, 588.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGGTGTA\", \"ini\": 2819, \"clust\": 1029, \"rank\": 763, \"rankvar\": 1775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 622, \"group\": [1028.0, 250.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCTCCTATA\", \"ini\": 2818, \"clust\": 241, \"rank\": 1246, \"rankvar\": 2770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 623, \"group\": [318.0, 103.0, 18.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCGCCTTG\", \"ini\": 2817, \"clust\": 2796, \"rank\": 347, \"rankvar\": 3112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2697, \"group\": [2794.0, 538.0, 64.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTAGCTAAA\", \"ini\": 2816, \"clust\": 151, \"rank\": 1047, \"rankvar\": 3065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1717, \"group\": [147.0, 27.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTCTGTCG\", \"ini\": 2815, \"clust\": 887, \"rank\": 749, \"rankvar\": 76, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 624, \"group\": [888.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTCACCTAA\", \"ini\": 2814, \"clust\": 472, \"rank\": 1224, \"rankvar\": 2637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 775, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 625, \"group\": [473.0, 164.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACATCCTTGC\", \"ini\": 2813, \"clust\": 279, \"rank\": 1266, \"rankvar\": 1447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 776, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 626, \"group\": [278.0, 87.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGAATTGTG\", \"ini\": 2812, \"clust\": 280, \"rank\": 1228, \"rankvar\": 1718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 627, \"group\": [279.0, 88.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGGTATCG\", \"ini\": 2811, \"clust\": 3159, \"rank\": 1010, \"rankvar\": 2520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 778, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3256, \"group\": [3159.0, 601.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTCCACAA\", \"ini\": 2810, \"clust\": 3130, \"rank\": 821, \"rankvar\": 2209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 779, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3257, \"group\": [3129.0, 597.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGCATCG\", \"ini\": 2809, \"clust\": 61, \"rank\": 1205, \"rankvar\": 2761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 780, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1718, \"group\": [59.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTATATCCG\", \"ini\": 2808, \"clust\": 884, \"rank\": 710, \"rankvar\": 1791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 628, \"group\": [884.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGTAGATC\", \"ini\": 2807, \"clust\": 790, \"rank\": 801, \"rankvar\": 237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 629, \"group\": [791.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGGACCACA\", \"ini\": 2806, \"clust\": 663, \"rank\": 907, \"rankvar\": 356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 783, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 630, \"group\": [664.0, 224.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTAAAGTG\", \"ini\": 2805, \"clust\": 1321, \"rank\": 724, \"rankvar\": 363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 631, \"group\": [1321.0, 278.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCAGTCCTTC\", \"ini\": 2804, \"clust\": 773, \"rank\": 575, \"rankvar\": 1435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 785, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 632, \"group\": [772.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCATGCAT\", \"ini\": 2803, \"clust\": 1524, \"rank\": 943, \"rankvar\": 637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 633, \"group\": [1523.0, 298.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCACGACTA\", \"ini\": 2802, \"clust\": 109, \"rank\": 610, \"rankvar\": 3411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 787, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1719, \"group\": [106.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCTCGATGA\", \"ini\": 2801, \"clust\": 829, \"rank\": 815, \"rankvar\": 1967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 634, \"group\": [829.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGACTTGAA\", \"ini\": 2800, \"clust\": 658, \"rank\": 971, \"rankvar\": 129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 635, \"group\": [661.0, 223.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGCCAGGAT\", \"ini\": 2799, \"clust\": 787, \"rank\": 825, \"rankvar\": 853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 790, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 636, \"group\": [788.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATAGATAGGAG\", \"ini\": 2798, \"clust\": 1109, \"rank\": 778, \"rankvar\": 1870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 637, \"group\": [1110.0, 253.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGAGCAATT\", \"ini\": 2797, \"clust\": 341, \"rank\": 624, \"rankvar\": 973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 792, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 638, \"group\": [344.0, 119.0, 22.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTGGGTCAA\", \"ini\": 2796, \"clust\": 316, \"rank\": 1156, \"rankvar\": 560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 639, \"group\": [312.0, 98.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGCCGTCGT\", \"ini\": 2795, \"clust\": 3075, \"rank\": 679, \"rankvar\": 3185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 794, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3258, \"group\": [3074.0, 594.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTACCGAT\", \"ini\": 2794, \"clust\": 3272, \"rank\": 405, \"rankvar\": 2522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 795, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3259, \"group\": [3272.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCTTGTACT\", \"ini\": 2793, \"clust\": 1069, \"rank\": 923, \"rankvar\": 336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 796, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 640, \"group\": [1070.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACGGACAA\", \"ini\": 2792, \"clust\": 3281, \"rank\": 485, \"rankvar\": 2872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 797, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3260, \"group\": [3285.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTCATTAGC\", \"ini\": 2791, \"clust\": 1049, \"rank\": 846, \"rankvar\": 1502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 798, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 641, \"group\": [1049.0, 251.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTCTGCAAT\", \"ini\": 2790, \"clust\": 1369, \"rank\": 693, \"rankvar\": 721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 642, \"group\": [1372.0, 288.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAAACACA\", \"ini\": 2789, \"clust\": 3420, \"rank\": 1108, \"rankvar\": 96, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 800, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3261, \"group\": [3421.0, 660.0, 87.0, 27.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTAACTGG\", \"ini\": 2788, \"clust\": 3360, \"rank\": 802, \"rankvar\": 1215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3262, \"group\": [3360.0, 630.0, 75.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCACGCATA\", \"ini\": 2787, \"clust\": 3091, \"rank\": 833, \"rankvar\": 2828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 802, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3263, \"group\": [3092.0, 594.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGGTGATTA\", \"ini\": 2786, \"clust\": 3124, \"rank\": 985, \"rankvar\": 1797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 803, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3264, \"group\": [3125.0, 597.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAATGAAAC\", \"ini\": 2785, \"clust\": 313, \"rank\": 908, \"rankvar\": 674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 643, \"group\": [311.0, 98.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACTAGGC\", \"ini\": 2784, \"clust\": 338, \"rank\": 842, \"rankvar\": 401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 805, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 644, \"group\": [339.0, 118.0, 22.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCTCCCTAATT\", \"ini\": 2783, \"clust\": 1339, \"rank\": 939, \"rankvar\": 1861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 806, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 645, \"group\": [1340.0, 279.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCAACACCA\", \"ini\": 2782, \"clust\": 3418, \"rank\": 1271, \"rankvar\": 2943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 807, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3265, \"group\": [3418.0, 658.0, 86.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTGCTCTTC\", \"ini\": 2781, \"clust\": 3109, \"rank\": 504, \"rankvar\": 3145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 808, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3266, \"group\": [3108.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAAGGTTCT\", \"ini\": 2780, \"clust\": 856, \"rank\": 955, \"rankvar\": 969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 809, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 646, \"group\": [856.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAATCAAACGGG\", \"ini\": 2779, \"clust\": 3419, \"rank\": 975, \"rankvar\": 2596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3267, \"group\": [3419.0, 658.0, 86.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTACTCTCC\", \"ini\": 2778, \"clust\": 682, \"rank\": 928, \"rankvar\": 1372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 647, \"group\": [682.0, 227.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTCGCGAC\", \"ini\": 2777, \"clust\": 3388, \"rank\": 1129, \"rankvar\": 2822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 812, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3268, \"group\": [3392.0, 652.0, 83.0, 25.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCATTCCTGC\", \"ini\": 2776, \"clust\": 410, \"rank\": 1192, \"rankvar\": 1345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 648, \"group\": [411.0, 152.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAATCTCTTATG\", \"ini\": 2775, \"clust\": 3210, \"rank\": 717, \"rankvar\": 2654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 814, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3269, \"group\": [3213.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCACGTTC\", \"ini\": 2774, \"clust\": 3192, \"rank\": 1003, \"rankvar\": 2559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 815, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3270, \"group\": [3196.0, 604.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATTACCG\", \"ini\": 2773, \"clust\": 729, \"rank\": 663, \"rankvar\": 1382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 816, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 649, \"group\": [732.0, 237.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAGACAAAT\", \"ini\": 2772, \"clust\": 3147, \"rank\": 483, \"rankvar\": 2830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 817, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3271, \"group\": [3147.0, 598.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCCACGCT\", \"ini\": 2771, \"clust\": 926, \"rank\": 1068, \"rankvar\": 150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 650, \"group\": [927.0, 243.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAATCTCCAGGG\", \"ini\": 2770, \"clust\": 3098, \"rank\": 874, \"rankvar\": 3056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 819, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3272, \"group\": [3102.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGACGCAA\", \"ini\": 2769, \"clust\": 707, \"rank\": 1063, \"rankvar\": 2530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 651, \"group\": [707.0, 233.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATCGCTC\", \"ini\": 2768, \"clust\": 642, \"rank\": 885, \"rankvar\": 8, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 821, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 652, \"group\": [647.0, 218.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCCGTTGTC\", \"ini\": 2767, \"clust\": 3092, \"rank\": 701, \"rankvar\": 2776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 822, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3273, \"group\": [3093.0, 594.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACACAAGCCC\", \"ini\": 2766, \"clust\": 685, \"rank\": 581, \"rankvar\": 2132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 653, \"group\": [685.0, 228.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCAACCATG\", \"ini\": 2765, \"clust\": 308, \"rank\": 1344, \"rankvar\": 1169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 654, \"group\": [308.0, 97.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTTTGTTGG\", \"ini\": 2764, \"clust\": 3498, \"rank\": 1632, \"rankvar\": 3520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 825, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 28, \"group\": [3502.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGGTCA\", \"ini\": 2763, \"clust\": 3466, \"rank\": 1591, \"rankvar\": 3350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 826, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 29, \"group\": [3466.0, 680.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACATTCCTGC\", \"ini\": 2762, \"clust\": 3307, \"rank\": 847, \"rankvar\": 1174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 827, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3274, \"group\": [3307.0, 612.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGGACTG\", \"ini\": 2761, \"clust\": 3094, \"rank\": 695, \"rankvar\": 2463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 828, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3275, \"group\": [3094.0, 594.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTCTCGG\", \"ini\": 2760, \"clust\": 1201, \"rank\": 1077, \"rankvar\": 1507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 655, \"group\": [1200.0, 265.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAATCGTC\", \"ini\": 2759, \"clust\": 1007, \"rank\": 816, \"rankvar\": 1714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 656, \"group\": [1010.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGATAGC\", \"ini\": 2758, \"clust\": 1281, \"rank\": 845, \"rankvar\": 703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 657, \"group\": [1283.0, 270.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACCACGTG\", \"ini\": 2757, \"clust\": 3576, \"rank\": 1976, \"rankvar\": 3437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 832, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 30, \"group\": [3573.0, 684.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGCTATCT\", \"ini\": 2756, \"clust\": 905, \"rank\": 722, \"rankvar\": 214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 658, \"group\": [905.0, 241.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACCTCGTT\", \"ini\": 2755, \"clust\": 990, \"rank\": 858, \"rankvar\": 2354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 659, \"group\": [990.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGGATTGG\", \"ini\": 2754, \"clust\": 1282, \"rank\": 782, \"rankvar\": 522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 660, \"group\": [1281.0, 270.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGAATGTGT\", \"ini\": 2753, \"clust\": 704, \"rank\": 1110, \"rankvar\": 1170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 661, \"group\": [703.0, 231.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTTGGTC\", \"ini\": 2752, \"clust\": 686, \"rank\": 947, \"rankvar\": 1592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 837, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 662, \"group\": [686.0, 228.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAGCTGCTG\", \"ini\": 2751, \"clust\": 3303, \"rank\": 892, \"rankvar\": 457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 838, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3276, \"group\": [3305.0, 612.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGCTAGCC\", \"ini\": 2750, \"clust\": 3227, \"rank\": 935, \"rankvar\": 3011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 839, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3277, \"group\": [3228.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGACTTGAA\", \"ini\": 2749, \"clust\": 903, \"rank\": 822, \"rankvar\": 269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 663, \"group\": [903.0, 241.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGCGTAAG\", \"ini\": 2748, \"clust\": 498, \"rank\": 977, \"rankvar\": 596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 664, \"group\": [501.0, 171.0, 26.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAAACGCC\", \"ini\": 2747, \"clust\": 3206, \"rank\": 893, \"rankvar\": 2772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3278, \"group\": [3206.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAAGCCCAC\", \"ini\": 2746, \"clust\": 3250, \"rank\": 625, \"rankvar\": 2293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 843, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3279, \"group\": [3251.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTGAAGGCT\", \"ini\": 2745, \"clust\": 667, \"rank\": 954, \"rankvar\": 390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 844, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 665, \"group\": [668.0, 224.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTTGTCTTT\", \"ini\": 2744, \"clust\": 1364, \"rank\": 942, \"rankvar\": 536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 845, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 666, \"group\": [1364.0, 285.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCAGTAGT\", \"ini\": 2743, \"clust\": 3201, \"rank\": 1115, \"rankvar\": 2036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 846, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3280, \"group\": [3201.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTCGCATAT\", \"ini\": 2742, \"clust\": 1250, \"rank\": 1373, \"rankvar\": 1276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 847, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 667, \"group\": [1250.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGCGAAGGG\", \"ini\": 2741, \"clust\": 3270, \"rank\": 512, \"rankvar\": 3175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 848, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3281, \"group\": [3276.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTTGTCC\", \"ini\": 2740, \"clust\": 906, \"rank\": 996, \"rankvar\": 459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 668, \"group\": [906.0, 241.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTTCGAATC\", \"ini\": 2739, \"clust\": 851, \"rank\": 1000, \"rankvar\": 1320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 850, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 669, \"group\": [852.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTACAGTTC\", \"ini\": 2738, \"clust\": 1174, \"rank\": 1061, \"rankvar\": 1177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 851, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 670, \"group\": [1175.0, 260.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGCTAGTCT\", \"ini\": 2737, \"clust\": 1768, \"rank\": 308, \"rankvar\": 2304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 852, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1852, \"group\": [1769.0, 391.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTCTGCGGT\", \"ini\": 2736, \"clust\": 638, \"rank\": 582, \"rankvar\": 1931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 671, \"group\": [637.0, 213.0, 29.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTATCTGCA\", \"ini\": 2735, \"clust\": 3131, \"rank\": 838, \"rankvar\": 2321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 854, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3282, \"group\": [3130.0, 597.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCACCCGAG\", \"ini\": 2734, \"clust\": 25, \"rank\": 1195, \"rankvar\": 3347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 855, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1720, \"group\": [24.0, 17.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCATGTCCC\", \"ini\": 2733, \"clust\": 340, \"rank\": 788, \"rankvar\": 160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 672, \"group\": [338.0, 118.0, 22.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGAGTCG\", \"ini\": 2732, \"clust\": 893, \"rank\": 835, \"rankvar\": 1689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 673, \"group\": [892.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCACGTCTCT\", \"ini\": 2731, \"clust\": 3470, \"rank\": 1102, \"rankvar\": 3054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 858, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 31, \"group\": [3471.0, 680.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTGTTTGTG\", \"ini\": 2730, \"clust\": 3240, \"rank\": 684, \"rankvar\": 2201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 859, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3283, \"group\": [3241.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCAAATTGCC\", \"ini\": 2729, \"clust\": 854, \"rank\": 921, \"rankvar\": 1175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 860, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 674, \"group\": [855.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGGCGTG\", \"ini\": 2728, \"clust\": 3111, \"rank\": 769, \"rankvar\": 3114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 861, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3284, \"group\": [3114.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGATCGGGT\", \"ini\": 2727, \"clust\": 1537, \"rank\": 766, \"rankvar\": 1730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 675, \"group\": [1537.0, 300.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGAGCCCAA\", \"ini\": 2726, \"clust\": 317, \"rank\": 1409, \"rankvar\": 1612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 863, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 676, \"group\": [313.0, 98.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTAGTGAACGC\", \"ini\": 2725, \"clust\": 837, \"rank\": 925, \"rankvar\": 550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 677, \"group\": [838.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGCTGCAAG\", \"ini\": 2724, \"clust\": 1152, \"rank\": 1242, \"rankvar\": 2699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 865, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 678, \"group\": [1151.0, 256.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGGAGTCTG\", \"ini\": 2723, \"clust\": 3247, \"rank\": 627, \"rankvar\": 2349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 866, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3285, \"group\": [3247.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACAAACAACA\", \"ini\": 2722, \"clust\": 1345, \"rank\": 857, \"rankvar\": 1139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 679, \"group\": [1343.0, 279.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTTCGAGA\", \"ini\": 2721, \"clust\": 1795, \"rank\": 414, \"rankvar\": 1436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1853, \"group\": [1795.0, 395.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCCACTC\", \"ini\": 2720, \"clust\": 1544, \"rank\": 839, \"rankvar\": 110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 680, \"group\": [1543.0, 302.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTGTCCGT\", \"ini\": 2719, \"clust\": 116, \"rank\": 984, \"rankvar\": 3102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 870, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1721, \"group\": [115.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTATCAGTC\", \"ini\": 2718, \"clust\": 3421, \"rank\": 1289, \"rankvar\": 1792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 871, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3286, \"group\": [3422.0, 661.0, 87.0, 27.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCAAGCCATT\", \"ini\": 2717, \"clust\": 3423, \"rank\": 682, \"rankvar\": 1997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 872, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 160, \"group\": [3423.0, 662.0, 88.0, 27.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTTGAGTTC\", \"ini\": 2716, \"clust\": 894, \"rank\": 1036, \"rankvar\": 1248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 681, \"group\": [895.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACACAGAG\", \"ini\": 2715, \"clust\": 734, \"rank\": 741, \"rankvar\": 1245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 874, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 682, \"group\": [734.0, 237.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAGTCG\", \"ini\": 2714, \"clust\": 897, \"rank\": 828, \"rankvar\": 332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 683, \"group\": [898.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACAAGCCTAT\", \"ini\": 2713, \"clust\": 1108, \"rank\": 915, \"rankvar\": 2176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 684, \"group\": [1107.0, 253.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCGTCTGAA\", \"ini\": 2712, \"clust\": 379, \"rank\": 898, \"rankvar\": 170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 877, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 685, \"group\": [382.0, 143.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCCTTGACC\", \"ini\": 2711, \"clust\": 655, \"rank\": 1052, \"rankvar\": 239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 686, \"group\": [657.0, 222.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCATCCTAGA\", \"ini\": 2710, \"clust\": 875, \"rank\": 656, \"rankvar\": 1852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 687, \"group\": [876.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGGCATCG\", \"ini\": 2709, \"clust\": 994, \"rank\": 712, \"rankvar\": 1412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 880, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 688, \"group\": [995.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGTGACCA\", \"ini\": 2708, \"clust\": 3288, \"rank\": 692, \"rankvar\": 2771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 881, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3287, \"group\": [3289.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCAGTCCCT\", \"ini\": 2707, \"clust\": 916, \"rank\": 773, \"rankvar\": 254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 689, \"group\": [915.0, 242.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTGACGGTA\", \"ini\": 2706, \"clust\": 979, \"rank\": 824, \"rankvar\": 527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 883, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 690, \"group\": [980.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATCTGT\", \"ini\": 2705, \"clust\": 643, \"rank\": 963, \"rankvar\": 1212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 691, \"group\": [643.0, 217.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCAGACCTAGG\", \"ini\": 2704, \"clust\": 869, \"rank\": 648, \"rankvar\": 1865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 692, \"group\": [870.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCAGCGATT\", \"ini\": 2703, \"clust\": 817, \"rank\": 895, \"rankvar\": 466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 693, \"group\": [822.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCTATTCA\", \"ini\": 2702, \"clust\": 408, \"rank\": 1346, \"rankvar\": 1271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 887, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 694, \"group\": [405.0, 151.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCAAACTGTC\", \"ini\": 2701, \"clust\": 295, \"rank\": 1133, \"rankvar\": 704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 695, \"group\": [293.0, 91.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGGATGGAA\", \"ini\": 2700, \"clust\": 245, \"rank\": 1251, \"rankvar\": 154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 889, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 696, \"group\": [246.0, 77.0, 14.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGTTTGCGT\", \"ini\": 2699, \"clust\": 1032, \"rank\": 993, \"rankvar\": 1356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 697, \"group\": [1032.0, 251.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTGAAGGCT\", \"ini\": 2698, \"clust\": 876, \"rank\": 949, \"rankvar\": 317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 698, \"group\": [877.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGTGTTTGC\", \"ini\": 2697, \"clust\": 1352, \"rank\": 812, \"rankvar\": 230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 892, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 699, \"group\": [1350.0, 281.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGCGTTA\", \"ini\": 2696, \"clust\": 748, \"rank\": 981, \"rankvar\": 1008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 700, \"group\": [748.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAAGAAAGG\", \"ini\": 2695, \"clust\": 304, \"rank\": 1065, \"rankvar\": 830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 894, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 701, \"group\": [302.0, 94.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGAAGGTGA\", \"ini\": 2694, \"clust\": 1763, \"rank\": 150, \"rankvar\": 3423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1854, \"group\": [1763.0, 391.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGAGCAATT\", \"ini\": 2693, \"clust\": 917, \"rank\": 880, \"rankvar\": 597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 896, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 702, \"group\": [916.0, 242.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCGATAGAA\", \"ini\": 2692, \"clust\": 3312, \"rank\": 800, \"rankvar\": 2807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 897, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3288, \"group\": [3311.0, 613.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACGTAAATACG\", \"ini\": 2691, \"clust\": 97, \"rank\": 661, \"rankvar\": 3161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 898, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1722, \"group\": [96.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGAGAGCTC\", \"ini\": 2690, \"clust\": 1158, \"rank\": 1123, \"rankvar\": 1454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 703, \"group\": [1162.0, 258.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAGCTGGC\", \"ini\": 2689, \"clust\": 741, \"rank\": 970, \"rankvar\": 1239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 900, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 704, \"group\": [741.0, 238.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGATGGCGT\", \"ini\": 2688, \"clust\": 1008, \"rank\": 905, \"rankvar\": 1817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 705, \"group\": [1008.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGGGATACC\", \"ini\": 2687, \"clust\": 1027, \"rank\": 670, \"rankvar\": 926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 706, \"group\": [1031.0, 250.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCATGTTCCC\", \"ini\": 2686, \"clust\": 982, \"rank\": 990, \"rankvar\": 1663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 903, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 707, \"group\": [982.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGGCGCTA\", \"ini\": 2685, \"clust\": 1220, \"rank\": 1120, \"rankvar\": 472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 708, \"group\": [1220.0, 266.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGACAGGCT\", \"ini\": 2684, \"clust\": 666, \"rank\": 906, \"rankvar\": 785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 709, \"group\": [667.0, 224.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACCACGTG\", \"ini\": 2683, \"clust\": 1057, \"rank\": 871, \"rankvar\": 1915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 710, \"group\": [1057.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCTCTCGT\", \"ini\": 2682, \"clust\": 3127, \"rank\": 841, \"rankvar\": 493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3289, \"group\": [3128.0, 597.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTTTGGGCC\", \"ini\": 2681, \"clust\": 1325, \"rank\": 1017, \"rankvar\": 540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 711, \"group\": [1328.0, 279.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTTCCGTCT\", \"ini\": 2680, \"clust\": 1429, \"rank\": 615, \"rankvar\": 216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 712, \"group\": [1435.0, 295.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAACCTC\", \"ini\": 2679, \"clust\": 297, \"rank\": 1020, \"rankvar\": 861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 713, \"group\": [298.0, 92.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCAGAATA\", \"ini\": 2678, \"clust\": 3081, \"rank\": 633, \"rankvar\": 3197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3290, \"group\": [3081.0, 594.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGGTTCGG\", \"ini\": 2677, \"clust\": 684, \"rank\": 791, \"rankvar\": 1513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 714, \"group\": [687.0, 228.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAAGTCTCGGC\", \"ini\": 2676, \"clust\": 936, \"rank\": 834, \"rankvar\": 115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 715, \"group\": [937.0, 245.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGCTGCTG\", \"ini\": 2675, \"clust\": 1126, \"rank\": 823, \"rankvar\": 1758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 716, \"group\": [1128.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGCCCTTA\", \"ini\": 2674, \"clust\": 3099, \"rank\": 855, \"rankvar\": 2365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 915, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3291, \"group\": [3097.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCAGTATAAG\", \"ini\": 2673, \"clust\": 1237, \"rank\": 909, \"rankvar\": 1998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 717, \"group\": [1237.0, 267.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTCTAACGT\", \"ini\": 2672, \"clust\": 791, \"rank\": 997, \"rankvar\": 395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 917, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 718, \"group\": [792.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCACAACGCC\", \"ini\": 2671, \"clust\": 1185, \"rank\": 756, \"rankvar\": 3015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 719, \"group\": [1185.0, 263.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGCTAGTGG\", \"ini\": 2670, \"clust\": 104, \"rank\": 729, \"rankvar\": 2970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 919, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1723, \"group\": [100.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTCGCTTG\", \"ini\": 2669, \"clust\": 1173, \"rank\": 881, \"rankvar\": 304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 720, \"group\": [1176.0, 260.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCAACTT\", \"ini\": 2668, \"clust\": 661, \"rank\": 1018, \"rankvar\": 630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 921, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 721, \"group\": [662.0, 223.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCTGCTGCT\", \"ini\": 2667, \"clust\": 1053, \"rank\": 1042, \"rankvar\": 1288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 722, \"group\": [1052.0, 251.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACTTAACG\", \"ini\": 2666, \"clust\": 3320, \"rank\": 585, \"rankvar\": 2256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3292, \"group\": [3324.0, 615.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAATGTTGC\", \"ini\": 2665, \"clust\": 1175, \"rank\": 877, \"rankvar\": 954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 723, \"group\": [1174.0, 260.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCCCTAACC\", \"ini\": 2664, \"clust\": 1565, \"rank\": 1124, \"rankvar\": 2779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 724, \"group\": [1565.0, 315.0, 36.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCACTCCA\", \"ini\": 2663, \"clust\": 1113, \"rank\": 894, \"rankvar\": 890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 926, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 725, \"group\": [1112.0, 253.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCCTCCTAG\", \"ini\": 2662, \"clust\": 114, \"rank\": 882, \"rankvar\": 3143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 927, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1724, \"group\": [112.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGTGACC\", \"ini\": 2661, \"clust\": 335, \"rank\": 1191, \"rankvar\": 434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 726, \"group\": [334.0, 115.0, 22.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTAGCTGCC\", \"ini\": 2660, \"clust\": 1186, \"rank\": 974, \"rankvar\": 484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 727, \"group\": [1186.0, 263.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCCATGA\", \"ini\": 2659, \"clust\": 3353, \"rank\": 1012, \"rankvar\": 302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 930, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3293, \"group\": [3353.0, 627.0, 74.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCATAAAGGT\", \"ini\": 2658, \"clust\": 3231, \"rank\": 1202, \"rankvar\": 3130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 931, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3294, \"group\": [3232.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGCCAGAA\", \"ini\": 2657, \"clust\": 775, \"rank\": 859, \"rankvar\": 1107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 932, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 728, \"group\": [776.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTAGCGATG\", \"ini\": 2656, \"clust\": 721, \"rank\": 657, \"rankvar\": 697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 933, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 729, \"group\": [722.0, 236.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAGGGATA\", \"ini\": 2655, \"clust\": 3233, \"rank\": 998, \"rankvar\": 2941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 934, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3295, \"group\": [3234.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGATACACA\", \"ini\": 2654, \"clust\": 1070, \"rank\": 829, \"rankvar\": 601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 730, \"group\": [1073.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACAGGCT\", \"ini\": 2653, \"clust\": 774, \"rank\": 770, \"rankvar\": 1081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 936, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 731, \"group\": [773.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATCGCAT\", \"ini\": 2652, \"clust\": 473, \"rank\": 1305, \"rankvar\": 1204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 732, \"group\": [474.0, 165.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGAGCTTCT\", \"ini\": 2651, \"clust\": 2990, \"rank\": 577, \"rankvar\": 2635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 938, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3296, \"group\": [2992.0, 583.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCCACGACG\", \"ini\": 2650, \"clust\": 883, \"rank\": 852, \"rankvar\": 1044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 939, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 733, \"group\": [886.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACAAGGGTCA\", \"ini\": 2649, \"clust\": 3102, \"rank\": 844, \"rankvar\": 2650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3297, \"group\": [3099.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTGCCTTGG\", \"ini\": 2648, \"clust\": 3558, \"rank\": 2060, \"rankvar\": 3570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 941, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 32, \"group\": [3556.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACACAGATTC\", \"ini\": 2647, \"clust\": 3207, \"rank\": 1001, \"rankvar\": 2742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 942, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3298, \"group\": [3207.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGGTAACGTTC\", \"ini\": 2646, \"clust\": 857, \"rank\": 1114, \"rankvar\": 2257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 734, \"group\": [857.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCATCTGTT\", \"ini\": 2645, \"clust\": 3234, \"rank\": 1054, \"rankvar\": 2003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3299, \"group\": [3235.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCCGTTGTC\", \"ini\": 2644, \"clust\": 1206, \"rank\": 1165, \"rankvar\": 1221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 735, \"group\": [1205.0, 265.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGGTCGAT\", \"ini\": 2643, \"clust\": 1798, \"rank\": 779, \"rankvar\": 914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 946, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1834, \"group\": [1798.0, 397.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCAACACGT\", \"ini\": 2642, \"clust\": 675, \"rank\": 968, \"rankvar\": 831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 947, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 736, \"group\": [674.0, 225.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCCGATATG\", \"ini\": 2641, \"clust\": 2992, \"rank\": 753, \"rankvar\": 1518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 948, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3300, \"group\": [2991.0, 583.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTCCAACC\", \"ini\": 2640, \"clust\": 653, \"rank\": 1075, \"rankvar\": 112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 737, \"group\": [654.0, 221.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGAGCTATA\", \"ini\": 2639, \"clust\": 360, \"rank\": 987, \"rankvar\": 6, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 738, \"group\": [363.0, 130.0, 23.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCAGAAATG\", \"ini\": 2638, \"clust\": 738, \"rank\": 1008, \"rankvar\": 2502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 739, \"group\": [738.0, 238.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGCATACT\", \"ini\": 2637, \"clust\": 760, \"rank\": 1111, \"rankvar\": 582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 952, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 740, \"group\": [760.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTTGCGCAC\", \"ini\": 2636, \"clust\": 646, \"rank\": 1057, \"rankvar\": 480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 741, \"group\": [646.0, 217.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCATGTCTCC\", \"ini\": 2635, \"clust\": 935, \"rank\": 1034, \"rankvar\": 348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 742, \"group\": [936.0, 244.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCTTTACA\", \"ini\": 2634, \"clust\": 3335, \"rank\": 944, \"rankvar\": 2123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 955, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3301, \"group\": [3335.0, 622.0, 74.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCCTCA\", \"ini\": 2633, \"clust\": 1208, \"rank\": 1233, \"rankvar\": 218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 743, \"group\": [1208.0, 265.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCAAGTCTGT\", \"ini\": 2632, \"clust\": 3565, \"rank\": 2054, \"rankvar\": 3515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 957, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 33, \"group\": [3570.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGCGATATA\", \"ini\": 2631, \"clust\": 1058, \"rank\": 1162, \"rankvar\": 311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 744, \"group\": [1059.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGTGGAG\", \"ini\": 2630, \"clust\": 1025, \"rank\": 676, \"rankvar\": 1753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 745, \"group\": [1026.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAATGGATA\", \"ini\": 2629, \"clust\": 296, \"rank\": 1236, \"rankvar\": 1422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 746, \"group\": [299.0, 92.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTTGAGTTC\", \"ini\": 2628, \"clust\": 3208, \"rank\": 728, \"rankvar\": 2740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 961, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3302, \"group\": [3209.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGATAGGAG\", \"ini\": 2627, \"clust\": 1301, \"rank\": 1043, \"rankvar\": 2741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 747, \"group\": [1299.0, 275.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTATGAAAC\", \"ini\": 2626, \"clust\": 361, \"rank\": 1033, \"rankvar\": 88, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 748, \"group\": [362.0, 129.0, 23.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGGAACGG\", \"ini\": 2625, \"clust\": 1545, \"rank\": 786, \"rankvar\": 880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 964, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 749, \"group\": [1547.0, 302.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGGTCTCG\", \"ini\": 2624, \"clust\": 1340, \"rank\": 1189, \"rankvar\": 1406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 750, \"group\": [1338.0, 279.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTACGATA\", \"ini\": 2623, \"clust\": 1061, \"rank\": 938, \"rankvar\": 2639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 751, \"group\": [1062.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGAACCT\", \"ini\": 2622, \"clust\": 1568, \"rank\": 1211, \"rankvar\": 744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 752, \"group\": [1568.0, 318.0, 38.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCGTAGTA\", \"ini\": 2621, \"clust\": 381, \"rank\": 1207, \"rankvar\": 888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 753, \"group\": [379.0, 141.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCCACATCCAA\", \"ini\": 2620, \"clust\": 98, \"rank\": 879, \"rankvar\": 3003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 969, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1725, \"group\": [109.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACGATGT\", \"ini\": 2619, \"clust\": 3209, \"rank\": 662, \"rankvar\": 3009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 970, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3303, \"group\": [3210.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGATCTGAA\", \"ini\": 2618, \"clust\": 1052, \"rank\": 941, \"rankvar\": 941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 971, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 754, \"group\": [1054.0, 251.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAGAAAGG\", \"ini\": 2617, \"clust\": 59, \"rank\": 1087, \"rankvar\": 2890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 972, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1726, \"group\": [60.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTGGTCCGT\", \"ini\": 2616, \"clust\": 3251, \"rank\": 572, \"rankvar\": 2648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 973, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3304, \"group\": [3252.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGTCACGCC\", \"ini\": 2615, \"clust\": 662, \"rank\": 1157, \"rankvar\": 67, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 755, \"group\": [663.0, 223.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTACTCTCC\", \"ini\": 2614, \"clust\": 1009, \"rank\": 887, \"rankvar\": 1211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 756, \"group\": [1009.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGCCACTAT\", \"ini\": 2613, \"clust\": 3501, \"rank\": 1667, \"rankvar\": 3370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 976, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 34, \"group\": [3499.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGCTAAACA\", \"ini\": 2612, \"clust\": 1222, \"rank\": 1470, \"rankvar\": 1117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 757, \"group\": [1221.0, 266.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAATAGCAA\", \"ini\": 2611, \"clust\": 110, \"rank\": 790, \"rankvar\": 3268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1727, \"group\": [107.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGGTGTCCTCT\", \"ini\": 2610, \"clust\": 1104, \"rank\": 932, \"rankvar\": 719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 758, \"group\": [1105.0, 253.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAGCTGGT\", \"ini\": 2609, \"clust\": 1050, \"rank\": 1072, \"rankvar\": 174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 759, \"group\": [1050.0, 251.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTGTTGAGTTC\", \"ini\": 2608, \"clust\": 1088, \"rank\": 936, \"rankvar\": 558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 760, \"group\": [1088.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCCATTC\", \"ini\": 2607, \"clust\": 885, \"rank\": 1074, \"rankvar\": 403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 761, \"group\": [885.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACAGTCAGAG\", \"ini\": 2606, \"clust\": 302, \"rank\": 1260, \"rankvar\": 2313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 762, \"group\": [301.0, 93.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCGCCTGAG\", \"ini\": 2605, \"clust\": 989, \"rank\": 819, \"rankvar\": 1835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 984, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 763, \"group\": [992.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAGTTAACC\", \"ini\": 2604, \"clust\": 1198, \"rank\": 1148, \"rankvar\": 990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 764, \"group\": [1198.0, 264.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGAACTGTA\", \"ini\": 2603, \"clust\": 3269, \"rank\": 631, \"rankvar\": 2281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 986, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3305, \"group\": [3270.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACACCGAAAG\", \"ini\": 2602, \"clust\": 3459, \"rank\": 1399, \"rankvar\": 3482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 987, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 35, \"group\": [3459.0, 680.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCATCTGTT\", \"ini\": 2601, \"clust\": 768, \"rank\": 1163, \"rankvar\": 122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 765, \"group\": [771.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCTTGCCGT\", \"ini\": 2600, \"clust\": 742, \"rank\": 884, \"rankvar\": 784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 989, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 766, \"group\": [742.0, 238.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGCGTAGTG\", \"ini\": 2599, \"clust\": 1337, \"rank\": 1154, \"rankvar\": 2223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 990, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 767, \"group\": [1336.0, 279.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCCTGCTT\", \"ini\": 2598, \"clust\": 232, \"rank\": 1704, \"rankvar\": 1553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 991, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1673, \"group\": [235.0, 66.0, 11.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTAGCTCCG\", \"ini\": 2597, \"clust\": 1005, \"rank\": 686, \"rankvar\": 1198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 768, \"group\": [1006.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGCTGAACG\", \"ini\": 2596, \"clust\": 3021, \"rank\": 916, \"rankvar\": 2287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 993, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3306, \"group\": [3020.0, 588.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCCAACAG\", \"ini\": 2595, \"clust\": 743, \"rank\": 1316, \"rankvar\": 1286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 769, \"group\": [746.0, 238.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTTAACGA\", \"ini\": 2594, \"clust\": 1002, \"rank\": 707, \"rankvar\": 698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 770, \"group\": [1004.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAAGA\", \"ini\": 2593, \"clust\": 1077, \"rank\": 929, \"rankvar\": 1473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 996, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 771, \"group\": [1078.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAGCCTAA\", \"ini\": 2592, \"clust\": 1272, \"rank\": 1284, \"rankvar\": 584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 772, \"group\": [1272.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGAGGGAGTAA\", \"ini\": 2591, \"clust\": 3027, \"rank\": 787, \"rankvar\": 2710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 998, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3307, \"group\": [3028.0, 589.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAAACAAG\", \"ini\": 2590, \"clust\": 752, \"rank\": 867, \"rankvar\": 1188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 999, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 773, \"group\": [751.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGATGTAAC\", \"ini\": 2589, \"clust\": 683, \"rank\": 922, \"rankvar\": 2550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1000, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 774, \"group\": [683.0, 227.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCAAATCA\", \"ini\": 2588, \"clust\": 57, \"rank\": 1408, \"rankvar\": 2869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1001, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1728, \"group\": [55.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGCATGTG\", \"ini\": 2587, \"clust\": 125, \"rank\": 1301, \"rankvar\": 2968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1002, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1729, \"group\": [123.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCTACGA\", \"ini\": 2586, \"clust\": 1343, \"rank\": 1024, \"rankvar\": 313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 775, \"group\": [1344.0, 279.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTTGGTTTG\", \"ini\": 2585, \"clust\": 3178, \"rank\": 649, \"rankvar\": 1830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3308, \"group\": [3177.0, 602.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGGCAAAGA\", \"ini\": 2584, \"clust\": 1300, \"rank\": 1112, \"rankvar\": 1254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 776, \"group\": [1301.0, 275.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCAGTAGT\", \"ini\": 2583, \"clust\": 970, \"rank\": 1274, \"rankvar\": 2075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1006, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 777, \"group\": [970.0, 248.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCACGAAT\", \"ini\": 2582, \"clust\": 976, \"rank\": 982, \"rankvar\": 2042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 778, \"group\": [979.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGACGGA\", \"ini\": 2581, \"clust\": 840, \"rank\": 953, \"rankvar\": 1157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1008, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 779, \"group\": [840.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGACTG\", \"ini\": 2580, \"clust\": 3475, \"rank\": 1671, \"rankvar\": 2715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1009, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 36, \"group\": [3479.0, 681.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCATGAAC\", \"ini\": 2579, \"clust\": 342, \"rank\": 1098, \"rankvar\": 225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1010, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 780, \"group\": [343.0, 119.0, 22.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTTCGTGAT\", \"ini\": 2578, \"clust\": 980, \"rank\": 1142, \"rankvar\": 1072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1011, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 781, \"group\": [981.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCCGTTAA\", \"ini\": 2577, \"clust\": 750, \"rank\": 951, \"rankvar\": 1022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 782, \"group\": [752.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCAACATC\", \"ini\": 2576, \"clust\": 3333, \"rank\": 1089, \"rankvar\": 2218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1013, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3309, \"group\": [3336.0, 623.0, 74.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATCTACGA\", \"ini\": 2575, \"clust\": 890, \"rank\": 1041, \"rankvar\": 823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1014, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 783, \"group\": [894.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCAATC\", \"ini\": 2574, \"clust\": 1078, \"rank\": 799, \"rankvar\": 1417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 784, \"group\": [1079.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCAGCGTA\", \"ini\": 2573, \"clust\": 333, \"rank\": 1095, \"rankvar\": 766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1016, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 785, \"group\": [335.0, 116.0, 22.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTTACGGG\", \"ini\": 2572, \"clust\": 142, \"rank\": 1401, \"rankvar\": 2813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1017, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1730, \"group\": [142.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGGATGTAT\", \"ini\": 2571, \"clust\": 1349, \"rank\": 1023, \"rankvar\": 368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1018, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 786, \"group\": [1352.0, 281.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTAGCGTAG\", \"ini\": 2570, \"clust\": 928, \"rank\": 594, \"rankvar\": 2392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 787, \"group\": [932.0, 244.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGGAACTGC\", \"ini\": 2569, \"clust\": 343, \"rank\": 1227, \"rankvar\": 1165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 788, \"group\": [341.0, 119.0, 22.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCATGTAGTC\", \"ini\": 2568, \"clust\": 1535, \"rank\": 910, \"rankvar\": 266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 789, \"group\": [1535.0, 300.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCGGAAATA\", \"ini\": 2567, \"clust\": 1111, \"rank\": 1070, \"rankvar\": 1053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1022, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 790, \"group\": [1115.0, 253.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGGCACATG\", \"ini\": 2566, \"clust\": 639, \"rank\": 1002, \"rankvar\": 617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 791, \"group\": [638.0, 213.0, 29.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGTCAGAG\", \"ini\": 2565, \"clust\": 835, \"rank\": 1093, \"rankvar\": 2437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 792, \"group\": [835.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTCTAGAGG\", \"ini\": 2564, \"clust\": 1764, \"rank\": 201, \"rankvar\": 3484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1025, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1855, \"group\": [1764.0, 391.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGGCTCTTA\", \"ini\": 2563, \"clust\": 3586, \"rank\": 1677, \"rankvar\": 3084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1026, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 37, \"group\": [3589.0, 692.0, 95.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTTCCCGAG\", \"ini\": 2562, \"clust\": 1332, \"rank\": 999, \"rankvar\": 2329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 793, \"group\": [1334.0, 279.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCCGTCAAA\", \"ini\": 2561, \"clust\": 3588, \"rank\": 1240, \"rankvar\": 3258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1028, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3560, \"group\": [3588.0, 691.0, 95.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATGATCCA\", \"ini\": 2560, \"clust\": 3351, \"rank\": 1280, \"rankvar\": 902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1029, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3310, \"group\": [3354.0, 628.0, 74.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACTCGTCGTTC\", \"ini\": 2559, \"clust\": 58, \"rank\": 1416, \"rankvar\": 3269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1030, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1731, \"group\": [56.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACAGAGGT\", \"ini\": 2558, \"clust\": 126, \"rank\": 1067, \"rankvar\": 3394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1732, \"group\": [124.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTAAATACG\", \"ini\": 2557, \"clust\": 34, \"rank\": 1235, \"rankvar\": 3274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1032, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1733, \"group\": [33.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACATTAGC\", \"ini\": 2556, \"clust\": 1004, \"rank\": 964, \"rankvar\": 1767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1033, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 794, \"group\": [1003.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAACGCACC\", \"ini\": 2555, \"clust\": 3376, \"rank\": 1575, \"rankvar\": 960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1034, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3311, \"group\": [3376.0, 643.0, 80.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAAAGCAAT\", \"ini\": 2554, \"clust\": 376, \"rank\": 1295, \"rankvar\": 253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 795, \"group\": [376.0, 138.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGGTACC\", \"ini\": 2553, \"clust\": 1310, \"rank\": 1131, \"rankvar\": 159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1036, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 796, \"group\": [1310.0, 276.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGTCAGATAAG\", \"ini\": 2552, \"clust\": 93, \"rank\": 837, \"rankvar\": 3164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1734, \"group\": [92.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGCATGTG\", \"ini\": 2551, \"clust\": 1260, \"rank\": 1277, \"rankvar\": 1645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 797, \"group\": [1262.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGTGCA\", \"ini\": 2550, \"clust\": 841, \"rank\": 961, \"rankvar\": 1665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 798, \"group\": [841.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTAATGA\", \"ini\": 2549, \"clust\": 3324, \"rank\": 747, \"rankvar\": 2438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1040, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3312, \"group\": [3327.0, 616.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTAATCACC\", \"ini\": 2548, \"clust\": 3055, \"rank\": 614, \"rankvar\": 3222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1041, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3313, \"group\": [3060.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGGTGACCA\", \"ini\": 2547, \"clust\": 1365, \"rank\": 1100, \"rankvar\": 817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1042, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 799, \"group\": [1365.0, 285.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTCCAGGA\", \"ini\": 2546, \"clust\": 3122, \"rank\": 1147, \"rankvar\": 2726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1043, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3314, \"group\": [3120.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTATTCTC\", \"ini\": 2545, \"clust\": 1105, \"rank\": 979, \"rankvar\": 762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1044, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 800, \"group\": [1109.0, 253.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCATGCTC\", \"ini\": 2544, \"clust\": 736, \"rank\": 794, \"rankvar\": 519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1045, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 801, \"group\": [737.0, 237.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGAGCTGCA\", \"ini\": 2543, \"clust\": 1063, \"rank\": 1040, \"rankvar\": 1195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 802, \"group\": [1063.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTACTTGAC\", \"ini\": 2542, \"clust\": 717, \"rank\": 1025, \"rankvar\": 2468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1047, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 803, \"group\": [717.0, 235.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGAGCGAG\", \"ini\": 2541, \"clust\": 673, \"rank\": 1117, \"rankvar\": 158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 804, \"group\": [676.0, 225.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGAATCCA\", \"ini\": 2540, \"clust\": 3238, \"rank\": 886, \"rankvar\": 3010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3315, \"group\": [3239.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGGTAAG\", \"ini\": 2539, \"clust\": 3305, \"rank\": 1028, \"rankvar\": 2630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1050, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3316, \"group\": [3304.0, 612.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGTTCGATC\", \"ini\": 2538, \"clust\": 3462, \"rank\": 1680, \"rankvar\": 3513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1051, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 38, \"group\": [3462.0, 680.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTCTGGAGA\", \"ini\": 2537, \"clust\": 328, \"rank\": 1083, \"rankvar\": 2136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 805, \"group\": [327.0, 110.0, 21.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCAGACACTT\", \"ini\": 2536, \"clust\": 1275, \"rank\": 1201, \"rankvar\": 1869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 806, \"group\": [1274.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCTGTACGA\", \"ini\": 2535, \"clust\": 1026, \"rank\": 862, \"rankvar\": 1616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1054, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 807, \"group\": [1027.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTATCCTA\", \"ini\": 2534, \"clust\": 1328, \"rank\": 956, \"rankvar\": 1721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1055, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 808, \"group\": [1326.0, 279.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATGCTTG\", \"ini\": 2533, \"clust\": 3330, \"rank\": 751, \"rankvar\": 1565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1056, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3317, \"group\": [3331.0, 620.0, 74.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACCGGAAA\", \"ini\": 2532, \"clust\": 3079, \"rank\": 531, \"rankvar\": 2961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1057, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3318, \"group\": [3082.0, 594.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCAACCATG\", \"ini\": 2531, \"clust\": 971, \"rank\": 1080, \"rankvar\": 979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 809, \"group\": [971.0, 248.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGCATCG\", \"ini\": 2530, \"clust\": 309, \"rank\": 1343, \"rankvar\": 473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 810, \"group\": [306.0, 97.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACAACGATGG\", \"ini\": 2529, \"clust\": 1110, \"rank\": 849, \"rankvar\": 1392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1060, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 811, \"group\": [1111.0, 253.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACAGGAGT\", \"ini\": 2528, \"clust\": 862, \"rank\": 1136, \"rankvar\": 2421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 812, \"group\": [862.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATAAGACA\", \"ini\": 2527, \"clust\": 1114, \"rank\": 1006, \"rankvar\": 1620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 813, \"group\": [1113.0, 253.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCAAGGTAA\", \"ini\": 2526, \"clust\": 833, \"rank\": 1016, \"rankvar\": 821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1063, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 814, \"group\": [833.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTCCTCCAT\", \"ini\": 2525, \"clust\": 1276, \"rank\": 1241, \"rankvar\": 1065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 815, \"group\": [1275.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTTCTGTTT\", \"ini\": 2524, \"clust\": 1268, \"rank\": 1196, \"rankvar\": 641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1065, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 816, \"group\": [1267.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTGACTCAT\", \"ini\": 2523, \"clust\": 3106, \"rank\": 1004, \"rankvar\": 3021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1066, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3319, \"group\": [3106.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACAGTCGC\", \"ini\": 2522, \"clust\": 1265, \"rank\": 1150, \"rankvar\": 1773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1067, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 817, \"group\": [1263.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGCTCCT\", \"ini\": 2521, \"clust\": 1117, \"rank\": 919, \"rankvar\": 1503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1068, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 818, \"group\": [1118.0, 254.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGGACAGAA\", \"ini\": 2520, \"clust\": 3259, \"rank\": 1184, \"rankvar\": 2106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3320, \"group\": [3259.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCGTGTAAGTA\", \"ini\": 2519, \"clust\": 3294, \"rank\": 1153, \"rankvar\": 1863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1070, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3321, \"group\": [3293.0, 607.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACGCATA\", \"ini\": 2518, \"clust\": 848, \"rank\": 1204, \"rankvar\": 913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 819, \"group\": [848.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGCTCTTC\", \"ini\": 2517, \"clust\": 1023, \"rank\": 872, \"rankvar\": 2342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1072, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 820, \"group\": [1023.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGTGGGTTG\", \"ini\": 2516, \"clust\": 1124, \"rank\": 1076, \"rankvar\": 1682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1073, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 821, \"group\": [1124.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTCGGGTCT\", \"ini\": 2515, \"clust\": 1033, \"rank\": 967, \"rankvar\": 929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1074, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 822, \"group\": [1033.0, 251.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCTGGGCCA\", \"ini\": 2514, \"clust\": 1098, \"rank\": 1137, \"rankvar\": 1813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 823, \"group\": [1098.0, 253.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACTAGTAC\", \"ini\": 2513, \"clust\": 3556, \"rank\": 2172, \"rankvar\": 3545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1076, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 39, \"group\": [3555.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGCCTCGTG\", \"ini\": 2512, \"clust\": 1278, \"rank\": 1069, \"rankvar\": 143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 824, \"group\": [1278.0, 269.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCATTCACTT\", \"ini\": 2511, \"clust\": 1348, \"rank\": 1051, \"rankvar\": 2172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1078, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 825, \"group\": [1348.0, 281.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTAACGACG\", \"ini\": 2510, \"clust\": 1035, \"rank\": 1031, \"rankvar\": 1418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 826, \"group\": [1036.0, 251.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGCATGTG\", \"ini\": 2509, \"clust\": 3108, \"rank\": 876, \"rankvar\": 1408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1080, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3322, \"group\": [3110.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATAAGCA\", \"ini\": 2508, \"clust\": 737, \"rank\": 1048, \"rankvar\": 393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 827, \"group\": [740.0, 238.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTACGAGT\", \"ini\": 2507, \"clust\": 1775, \"rank\": 567, \"rankvar\": 42, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1856, \"group\": [1780.0, 391.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCCTCAATT\", \"ini\": 2506, \"clust\": 117, \"rank\": 1256, \"rankvar\": 2936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1083, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1735, \"group\": [116.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGAGGTG\", \"ini\": 2505, \"clust\": 3277, \"rank\": 911, \"rankvar\": 2451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1084, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3323, \"group\": [3277.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCTGATTCT\", \"ini\": 2504, \"clust\": 987, \"rank\": 1053, \"rankvar\": 1912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1085, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 828, \"group\": [986.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGTCTTACCGC\", \"ini\": 2503, \"clust\": 1761, \"rank\": 234, \"rankvar\": 2952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1857, \"group\": [1762.0, 390.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGCAATTA\", \"ini\": 2502, \"clust\": 3359, \"rank\": 901, \"rankvar\": 1321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1087, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3324, \"group\": [3359.0, 630.0, 75.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTTCTGTTTGT\", \"ini\": 2501, \"clust\": 1048, \"rank\": 1007, \"rankvar\": 1428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1088, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 829, \"group\": [1051.0, 251.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTTACCAGT\", \"ini\": 2500, \"clust\": 754, \"rank\": 1088, \"rankvar\": 517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 830, \"group\": [755.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCACAGATTC\", \"ini\": 2499, \"clust\": 1119, \"rank\": 931, \"rankvar\": 1810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1090, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 831, \"group\": [1123.0, 254.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCATTAACCG\", \"ini\": 2498, \"clust\": 3355, \"rank\": 1334, \"rankvar\": 1722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1091, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3325, \"group\": [3357.0, 629.0, 75.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTTCCCT\", \"ini\": 2497, \"clust\": 1020, \"rank\": 1035, \"rankvar\": 2632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 832, \"group\": [1021.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCTCCCATTAT\", \"ini\": 2496, \"clust\": 3424, \"rank\": 611, \"rankvar\": 2733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1093, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 161, \"group\": [3424.0, 662.0, 88.0, 27.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGACAGGCT\", \"ini\": 2495, \"clust\": 740, \"rank\": 1086, \"rankvar\": 1681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 833, \"group\": [743.0, 238.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCATGCCG\", \"ini\": 2494, \"clust\": 3100, \"rank\": 831, \"rankvar\": 2708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1095, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3326, \"group\": [3098.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTTTCGCTC\", \"ini\": 2493, \"clust\": 3084, \"rank\": 533, \"rankvar\": 3073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1096, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3327, \"group\": [3084.0, 594.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGCGATCCC\", \"ini\": 2492, \"clust\": 238, \"rank\": 1259, \"rankvar\": 263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1097, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1674, \"group\": [241.0, 72.0, 12.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTGAGAT\", \"ini\": 2491, \"clust\": 3107, \"rank\": 1122, \"rankvar\": 1965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1098, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3328, \"group\": [3107.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATGCTCC\", \"ini\": 2490, \"clust\": 3460, \"rank\": 1900, \"rankvar\": 3469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 40, \"group\": [3460.0, 680.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCACATACG\", \"ini\": 2489, \"clust\": 770, \"rank\": 958, \"rankvar\": 117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 834, \"group\": [770.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTCGTGC\", \"ini\": 2488, \"clust\": 306, \"rank\": 1573, \"rankvar\": 382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 835, \"group\": [304.0, 96.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAAGAGTCTGG\", \"ini\": 2487, \"clust\": 1097, \"rank\": 1291, \"rankvar\": 1557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1102, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 836, \"group\": [1099.0, 253.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTGGC\", \"ini\": 2486, \"clust\": 1238, \"rank\": 1045, \"rankvar\": 1208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 837, \"group\": [1238.0, 267.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACAACA\", \"ini\": 2485, \"clust\": 1207, \"rank\": 1213, \"rankvar\": 241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 838, \"group\": [1206.0, 265.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCTCAAACG\", \"ini\": 2484, \"clust\": 481, \"rank\": 1292, \"rankvar\": 152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 839, \"group\": [485.0, 167.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTATCGCAT\", \"ini\": 2483, \"clust\": 1246, \"rank\": 1267, \"rankvar\": 2410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1106, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 840, \"group\": [1246.0, 267.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCGCATGAT\", \"ini\": 2482, \"clust\": 877, \"rank\": 1107, \"rankvar\": 169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 841, \"group\": [878.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACACTTGGAT\", \"ini\": 2481, \"clust\": 641, \"rank\": 1310, \"rankvar\": 1416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 842, \"group\": [642.0, 216.0, 30.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCCAGGAT\", \"ini\": 2480, \"clust\": 1059, \"rank\": 1109, \"rankvar\": 1708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1109, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 843, \"group\": [1060.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGATCTGCAGTA\", \"ini\": 2479, \"clust\": 716, \"rank\": 1318, \"rankvar\": 1606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1110, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 844, \"group\": [716.0, 235.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGCATCTA\", \"ini\": 2478, \"clust\": 1024, \"rank\": 903, \"rankvar\": 1712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 845, \"group\": [1024.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAGTCGC\", \"ini\": 2477, \"clust\": 1176, \"rank\": 973, \"rankvar\": 1287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 846, \"group\": [1172.0, 260.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTCACCTAA\", \"ini\": 2476, \"clust\": 1015, \"rank\": 793, \"rankvar\": 2547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 847, \"group\": [1016.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTCCCTGA\", \"ini\": 2475, \"clust\": 3191, \"rank\": 1058, \"rankvar\": 2749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1114, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3329, \"group\": [3197.0, 604.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCATTTCAGG\", \"ini\": 2474, \"clust\": 911, \"rank\": 873, \"rankvar\": 1468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1115, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 848, \"group\": [914.0, 242.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAGACTTA\", \"ini\": 2473, \"clust\": 1240, \"rank\": 1149, \"rankvar\": 775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 849, \"group\": [1239.0, 267.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGCCAAAT\", \"ini\": 2472, \"clust\": 242, \"rank\": 1546, \"rankvar\": 134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 850, \"group\": [242.0, 73.0, 13.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCAGGCTA\", \"ini\": 2471, \"clust\": 739, \"rank\": 1079, \"rankvar\": 2513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 851, \"group\": [739.0, 238.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAATCACAC\", \"ini\": 2470, \"clust\": 925, \"rank\": 1091, \"rankvar\": 708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 852, \"group\": [926.0, 242.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAAGACACG\", \"ini\": 2469, \"clust\": 1295, \"rank\": 1171, \"rankvar\": 592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1120, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 853, \"group\": [1294.0, 273.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCACCTTGTC\", \"ini\": 2468, \"clust\": 977, \"rank\": 966, \"rankvar\": 1040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 854, \"group\": [977.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGAGCAATT\", \"ini\": 2467, \"clust\": 1001, \"rank\": 1019, \"rankvar\": 575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1122, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 855, \"group\": [1005.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTGTCAAG\", \"ini\": 2466, \"clust\": 1099, \"rank\": 1200, \"rankvar\": 1880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 856, \"group\": [1096.0, 253.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTCCCTTGT\", \"ini\": 2465, \"clust\": 1248, \"rank\": 1296, \"rankvar\": 2007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 857, \"group\": [1248.0, 267.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCGTCTGCT\", \"ini\": 2464, \"clust\": 932, \"rank\": 1132, \"rankvar\": 314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 858, \"group\": [933.0, 244.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTTTGGCGC\", \"ini\": 2463, \"clust\": 1308, \"rank\": 1214, \"rankvar\": 1272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1126, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 859, \"group\": [1308.0, 276.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAATGCCAT\", \"ini\": 2462, \"clust\": 1202, \"rank\": 1257, \"rankvar\": 325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 860, \"group\": [1201.0, 265.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGCGATCC\", \"ini\": 2461, \"clust\": 3103, \"rank\": 1092, \"rankvar\": 1845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3330, \"group\": [3100.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATTGGTAC\", \"ini\": 2460, \"clust\": 3326, \"rank\": 863, \"rankvar\": 2783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3331, \"group\": [3326.0, 616.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTATAGGTA\", \"ini\": 2459, \"clust\": 1190, \"rank\": 1275, \"rankvar\": 1574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 861, \"group\": [1190.0, 264.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGAAGCAC\", \"ini\": 2458, \"clust\": 1030, \"rank\": 1167, \"rankvar\": 537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1131, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 862, \"group\": [1029.0, 250.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCTGAT\", \"ini\": 2457, \"clust\": 3547, \"rank\": 2083, \"rankvar\": 3586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 41, \"group\": [3546.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGTCATTTGGG\", \"ini\": 2456, \"clust\": 56, \"rank\": 1563, \"rankvar\": 3287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1133, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1736, \"group\": [57.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGCTATA\", \"ini\": 2455, \"clust\": 1226, \"rank\": 1434, \"rankvar\": 1657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1134, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 863, \"group\": [1236.0, 266.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCTGCAAT\", \"ini\": 2454, \"clust\": 1556, \"rank\": 1096, \"rankvar\": 2268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 864, \"group\": [1555.0, 306.0, 34.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGGGTTTCT\", \"ini\": 2453, \"clust\": 1106, \"rank\": 1084, \"rankvar\": 1342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 865, \"group\": [1108.0, 253.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAATAGAGT\", \"ini\": 2452, \"clust\": 371, \"rank\": 1308, \"rankvar\": 874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 866, \"group\": [375.0, 137.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAAGCCTAT\", \"ini\": 2451, \"clust\": 955, \"rank\": 983, \"rankvar\": 1360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 867, \"group\": [954.0, 248.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCCGAACGC\", \"ini\": 2450, \"clust\": 3072, \"rank\": 836, \"rankvar\": 2808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1139, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3332, \"group\": [3076.0, 594.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCACCTTGTC\", \"ini\": 2449, \"clust\": 836, \"rank\": 1392, \"rankvar\": 1383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 868, \"group\": [836.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGAGTCTGG\", \"ini\": 2448, \"clust\": 1247, \"rank\": 1386, \"rankvar\": 1462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1141, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 869, \"group\": [1247.0, 267.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAAGGACAC\", \"ini\": 2447, \"clust\": 2993, \"rank\": 1011, \"rankvar\": 2790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3333, \"group\": [2993.0, 583.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTCGCATC\", \"ini\": 2446, \"clust\": 778, \"rank\": 1285, \"rankvar\": 816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 870, \"group\": [779.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGTAAA\", \"ini\": 2445, \"clust\": 1199, \"rank\": 1418, \"rankvar\": 2008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 871, \"group\": [1199.0, 264.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACATCTTGCATT\", \"ini\": 2444, \"clust\": 946, \"rank\": 1099, \"rankvar\": 478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 872, \"group\": [945.0, 247.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACGCCAGT\", \"ini\": 2443, \"clust\": 489, \"rank\": 1350, \"rankvar\": 987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 873, \"group\": [489.0, 168.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACATTGCGGC\", \"ini\": 2442, \"clust\": 312, \"rank\": 1406, \"rankvar\": 231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1147, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 874, \"group\": [314.0, 99.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGATGTGGC\", \"ini\": 2441, \"clust\": 1707, \"rank\": 785, \"rankvar\": 79, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1858, \"group\": [1708.0, 360.0, 44.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTGGTTTCA\", \"ini\": 2440, \"clust\": 725, \"rank\": 1094, \"rankvar\": 378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 875, \"group\": [724.0, 236.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAACACCTA\", \"ini\": 2439, \"clust\": 1342, \"rank\": 1245, \"rankvar\": 1405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1150, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 876, \"group\": [1345.0, 279.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCTACCTC\", \"ini\": 2438, \"clust\": 1261, \"rank\": 1512, \"rankvar\": 2485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 877, \"group\": [1260.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAATTCCTT\", \"ini\": 2437, \"clust\": 963, \"rank\": 1473, \"rankvar\": 2019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 878, \"group\": [966.0, 248.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGCGCAA\", \"ini\": 2436, \"clust\": 1045, \"rank\": 1104, \"rankvar\": 409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 879, \"group\": [1048.0, 251.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGTAGGTGC\", \"ini\": 2435, \"clust\": 789, \"rank\": 1258, \"rankvar\": 610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 880, \"group\": [790.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCAATCTC\", \"ini\": 2434, \"clust\": 1143, \"rank\": 1314, \"rankvar\": 652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 881, \"group\": [1144.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTTGTAGA\", \"ini\": 2433, \"clust\": 3422, \"rank\": 930, \"rankvar\": 3027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1156, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 42, \"group\": [3427.0, 665.0, 88.0, 27.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAAATGTG\", \"ini\": 2432, \"clust\": 668, \"rank\": 1336, \"rankvar\": 1523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 882, \"group\": [669.0, 224.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTACCGCTG\", \"ini\": 2431, \"clust\": 1329, \"rank\": 1247, \"rankvar\": 1403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 883, \"group\": [1331.0, 279.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCACATGGGA\", \"ini\": 2430, \"clust\": 730, \"rank\": 952, \"rankvar\": 1980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1159, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 884, \"group\": [730.0, 237.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGATCTGAA\", \"ini\": 2429, \"clust\": 372, \"rank\": 1302, \"rankvar\": 1851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 885, \"group\": [374.0, 137.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCGCCTCA\", \"ini\": 2428, \"clust\": 3361, \"rank\": 1059, \"rankvar\": 1686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3334, \"group\": [3361.0, 630.0, 75.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGTTTGGT\", \"ini\": 2427, \"clust\": 3135, \"rank\": 897, \"rankvar\": 2033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3335, \"group\": [3138.0, 598.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTATTAGCC\", \"ini\": 2426, \"clust\": 1181, \"rank\": 1467, \"rankvar\": 1525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 886, \"group\": [1179.0, 261.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGAGGGATA\", \"ini\": 2425, \"clust\": 1289, \"rank\": 1349, \"rankvar\": 93, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 887, \"group\": [1289.0, 271.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTGAGTATA\", \"ini\": 2424, \"clust\": 1090, \"rank\": 1337, \"rankvar\": 102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 888, \"group\": [1091.0, 253.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGGCTAGAC\", \"ini\": 2423, \"clust\": 1083, \"rank\": 1022, \"rankvar\": 1179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 889, \"group\": [1084.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTCCTGCTT\", \"ini\": 2422, \"clust\": 484, \"rank\": 1640, \"rankvar\": 1070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 890, \"group\": [483.0, 167.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAGACGCCT\", \"ini\": 2421, \"clust\": 921, \"rank\": 1026, \"rankvar\": 2455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 891, \"group\": [922.0, 242.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGTAGTGCG\", \"ini\": 2420, \"clust\": 3295, \"rank\": 1158, \"rankvar\": 2265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3336, \"group\": [3294.0, 607.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTAGAACAATC\", \"ini\": 2419, \"clust\": 1075, \"rank\": 796, \"rankvar\": 1854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 892, \"group\": [1075.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCGGTGTCG\", \"ini\": 2418, \"clust\": 997, \"rank\": 1175, \"rankvar\": 2589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 893, \"group\": [997.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTCAATAG\", \"ini\": 2417, \"clust\": 33, \"rank\": 1534, \"rankvar\": 2945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1172, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1737, \"group\": [32.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAGCTGGT\", \"ini\": 2416, \"clust\": 776, \"rank\": 1066, \"rankvar\": 933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 894, \"group\": [777.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGCGACC\", \"ini\": 2415, \"clust\": 1080, \"rank\": 995, \"rankvar\": 387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 895, \"group\": [1083.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACATTGAGCT\", \"ini\": 2414, \"clust\": 693, \"rank\": 1487, \"rankvar\": 3004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 896, \"group\": [694.0, 230.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCGAATCT\", \"ini\": 2413, \"clust\": 895, \"rank\": 1194, \"rankvar\": 1992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 897, \"group\": [896.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCCCTAAT\", \"ini\": 2412, \"clust\": 947, \"rank\": 1216, \"rankvar\": 985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 898, \"group\": [946.0, 247.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTAACTGG\", \"ini\": 2411, \"clust\": 1115, \"rank\": 1365, \"rankvar\": 2305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 899, \"group\": [1116.0, 254.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGAGCTC\", \"ini\": 2410, \"clust\": 988, \"rank\": 904, \"rankvar\": 1538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 900, \"group\": [987.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGACGAA\", \"ini\": 2409, \"clust\": 687, \"rank\": 972, \"rankvar\": 2404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 901, \"group\": [688.0, 228.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGAAACCTA\", \"ini\": 2408, \"clust\": 3313, \"rank\": 1121, \"rankvar\": 2324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1181, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3337, \"group\": [3312.0, 613.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCTGCC\", \"ini\": 2407, \"clust\": 3148, \"rank\": 1062, \"rankvar\": 1904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1182, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3338, \"group\": [3148.0, 598.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTCTCTTTA\", \"ini\": 2406, \"clust\": 485, \"rank\": 1269, \"rankvar\": 125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 902, \"group\": [488.0, 168.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTAGAGC\", \"ini\": 2405, \"clust\": 3050, \"rank\": 914, \"rankvar\": 3180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3339, \"group\": [3049.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGCCGATTT\", \"ini\": 2404, \"clust\": 1330, \"rank\": 1179, \"rankvar\": 1101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 903, \"group\": [1329.0, 279.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCATTCACT\", \"ini\": 2403, \"clust\": 3101, \"rank\": 1101, \"rankvar\": 2490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1186, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3340, \"group\": [3101.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTCACGGC\", \"ini\": 2402, \"clust\": 1331, \"rank\": 1187, \"rankvar\": 2100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 904, \"group\": [1330.0, 279.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCATGCAAC\", \"ini\": 2401, \"clust\": 705, \"rank\": 1287, \"rankvar\": 281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 905, \"group\": [704.0, 231.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCGCGTTT\", \"ini\": 2400, \"clust\": 998, \"rank\": 864, \"rankvar\": 1693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 906, \"group\": [998.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCACTAT\", \"ini\": 2399, \"clust\": 218, \"rank\": 1733, \"rankvar\": 992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1190, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3341, \"group\": [218.0, 59.0, 10.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGTCAGCC\", \"ini\": 2398, \"clust\": 1303, \"rank\": 1378, \"rankvar\": 2580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 907, \"group\": [1305.0, 275.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATAACCG\", \"ini\": 2397, \"clust\": 1799, \"rank\": 1173, \"rankvar\": 2573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1192, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1835, \"group\": [1799.0, 398.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCGTAGTA\", \"ini\": 2396, \"clust\": 1073, \"rank\": 989, \"rankvar\": 1486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 908, \"group\": [1076.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTTGCTCCT\", \"ini\": 2395, \"clust\": 865, \"rank\": 1272, \"rankvar\": 1622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1194, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 909, \"group\": [865.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCGTCTGCT\", \"ini\": 2394, \"clust\": 1255, \"rank\": 1127, \"rankvar\": 2670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 910, \"group\": [1259.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTCATACTG\", \"ini\": 2393, \"clust\": 3158, \"rank\": 1393, \"rankvar\": 2358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3342, \"group\": [3161.0, 601.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCCCACTTG\", \"ini\": 2392, \"clust\": 1296, \"rank\": 1220, \"rankvar\": 1140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 911, \"group\": [1295.0, 273.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAAGGCTCC\", \"ini\": 2391, \"clust\": 591, \"rank\": 1055, \"rankvar\": 2608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 912, \"group\": [589.0, 194.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGAACAT\", \"ini\": 2390, \"clust\": 1286, \"rank\": 1354, \"rankvar\": 351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1199, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 913, \"group\": [1286.0, 271.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCTCTAGC\", \"ini\": 2389, \"clust\": 3242, \"rank\": 1050, \"rankvar\": 3120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3343, \"group\": [3245.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTAGGAGTTGC\", \"ini\": 2388, \"clust\": 3174, \"rank\": 1183, \"rankvar\": 1380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1201, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3344, \"group\": [3175.0, 602.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTGAAATCA\", \"ini\": 2387, \"clust\": 765, \"rank\": 1044, \"rankvar\": 161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 914, \"group\": [768.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGCCACGTC\", \"ini\": 2386, \"clust\": 1205, \"rank\": 1377, \"rankvar\": 1945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 915, \"group\": [1207.0, 265.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTAATTGGA\", \"ini\": 2385, \"clust\": 838, \"rank\": 1097, \"rankvar\": 1469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1204, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 916, \"group\": [839.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTAGATTAG\", \"ini\": 2384, \"clust\": 1263, \"rank\": 1140, \"rankvar\": 836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1205, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 917, \"group\": [1266.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGCGATG\", \"ini\": 2383, \"clust\": 409, \"rank\": 1532, \"rankvar\": 1978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 918, \"group\": [406.0, 151.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCCGCGCAA\", \"ini\": 2382, \"clust\": 3261, \"rank\": 1056, \"rankvar\": 2712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1207, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3345, \"group\": [3265.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGCTGTTA\", \"ini\": 2381, \"clust\": 1047, \"rank\": 1143, \"rankvar\": 741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 919, \"group\": [1047.0, 251.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCAGAGGA\", \"ini\": 2380, \"clust\": 1554, \"rank\": 1090, \"rankvar\": 2433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 920, \"group\": [1558.0, 308.0, 34.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGAGTCG\", \"ini\": 2379, \"clust\": 132, \"rank\": 1134, \"rankvar\": 2704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1738, \"group\": [130.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAATGGAAT\", \"ini\": 2378, \"clust\": 1258, \"rank\": 1209, \"rankvar\": 2435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 921, \"group\": [1255.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGGAACGT\", \"ini\": 2377, \"clust\": 839, \"rank\": 1152, \"rankvar\": 1532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 922, \"group\": [842.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAAGCGAGAAA\", \"ini\": 2376, \"clust\": 797, \"rank\": 860, \"rankvar\": 2363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 923, \"group\": [798.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATCTGGTA\", \"ini\": 2375, \"clust\": 3276, \"rank\": 830, \"rankvar\": 3066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3346, \"group\": [3281.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTCTCCACT\", \"ini\": 2374, \"clust\": 956, \"rank\": 1125, \"rankvar\": 813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 924, \"group\": [955.0, 248.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGCAAATCA\", \"ini\": 2373, \"clust\": 377, \"rank\": 1477, \"rankvar\": 191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1216, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 925, \"group\": [377.0, 139.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAGGAACGT\", \"ini\": 2372, \"clust\": 145, \"rank\": 1322, \"rankvar\": 3128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1217, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1739, \"group\": [144.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAGTAGTA\", \"ini\": 2371, \"clust\": 1266, \"rank\": 1330, \"rankvar\": 347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 926, \"group\": [1264.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGTTCTTT\", \"ini\": 2370, \"clust\": 2790, \"rank\": 535, \"rankvar\": 3289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1219, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2698, \"group\": [2793.0, 538.0, 64.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGGTCA\", \"ini\": 2369, \"clust\": 654, \"rank\": 1283, \"rankvar\": 141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 927, \"group\": [658.0, 222.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGGTGACAAAT\", \"ini\": 2368, \"clust\": 3511, \"rank\": 2021, \"rankvar\": 3486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1221, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 43, \"group\": [3509.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATATCCG\", \"ini\": 2367, \"clust\": 676, \"rank\": 1300, \"rankvar\": 918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 928, \"group\": [672.0, 225.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGTCTGAA\", \"ini\": 2366, \"clust\": 573, \"rank\": 1293, \"rankvar\": 1796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 929, \"group\": [574.0, 192.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGTCTTCC\", \"ini\": 2365, \"clust\": 1089, \"rank\": 1281, \"rankvar\": 1002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1224, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 930, \"group\": [1089.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGATGAGAG\", \"ini\": 2364, \"clust\": 3328, \"rank\": 1368, \"rankvar\": 1528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3347, \"group\": [3329.0, 618.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACACTGCCAG\", \"ini\": 2363, \"clust\": 3255, \"rank\": 1169, \"rankvar\": 3060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1226, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3348, \"group\": [3256.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGCTTATCG\", \"ini\": 2362, \"clust\": 3228, \"rank\": 1212, \"rankvar\": 2950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1227, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3349, \"group\": [3229.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGACTGGGT\", \"ini\": 2361, \"clust\": 618, \"rank\": 1441, \"rankvar\": 243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 931, \"group\": [619.0, 200.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGTGACCC\", \"ini\": 2360, \"clust\": 933, \"rank\": 900, \"rankvar\": 654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1229, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 932, \"group\": [934.0, 244.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGAGACGAA\", \"ini\": 2359, \"clust\": 1154, \"rank\": 1273, \"rankvar\": 1996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 933, \"group\": [1154.0, 256.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCTCCGTCATC\", \"ini\": 2358, \"clust\": 3263, \"rank\": 1135, \"rankvar\": 1961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1231, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3350, \"group\": [3262.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTCGGATCC\", \"ini\": 2357, \"clust\": 482, \"rank\": 1581, \"rankvar\": 520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 934, \"group\": [484.0, 167.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCCCAAGAT\", \"ini\": 2356, \"clust\": 1085, \"rank\": 1145, \"rankvar\": 1216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1233, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 935, \"group\": [1086.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAGTACCCAAT\", \"ini\": 2355, \"clust\": 966, \"rank\": 1422, \"rankvar\": 1695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 936, \"group\": [969.0, 248.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGAGGGAG\", \"ini\": 2354, \"clust\": 3380, \"rank\": 1652, \"rankvar\": 585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3351, \"group\": [3388.0, 650.0, 82.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGCACGCCT\", \"ini\": 2353, \"clust\": 834, \"rank\": 1160, \"rankvar\": 1763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 937, \"group\": [834.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATCACGG\", \"ini\": 2352, \"clust\": 927, \"rank\": 1404, \"rankvar\": 953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 938, \"group\": [928.0, 243.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGAATTAC\", \"ini\": 2351, \"clust\": 3149, \"rank\": 784, \"rankvar\": 2181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3352, \"group\": [3149.0, 598.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGCAA\", \"ini\": 2350, \"clust\": 449, \"rank\": 1615, \"rankvar\": 1629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 939, \"group\": [449.0, 159.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACAGGTCCAC\", \"ini\": 2349, \"clust\": 3066, \"rank\": 976, \"rankvar\": 3035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1240, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3353, \"group\": [3067.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCACCTCGTT\", \"ini\": 2348, \"clust\": 3516, \"rank\": 1786, \"rankvar\": 3217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1241, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 44, \"group\": [3517.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTTCCACTC\", \"ini\": 2347, \"clust\": 74, \"rank\": 1759, \"rankvar\": 3379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1242, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1740, \"group\": [73.0, 23.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCCAAATGC\", \"ini\": 2346, \"clust\": 1064, \"rank\": 1081, \"rankvar\": 691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1243, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 940, \"group\": [1064.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCACAACGT\", \"ini\": 2345, \"clust\": 708, \"rank\": 1531, \"rankvar\": 2113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 941, \"group\": [708.0, 233.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCATTAT\", \"ini\": 2344, \"clust\": 1302, \"rank\": 1234, \"rankvar\": 2227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 942, \"group\": [1300.0, 275.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTGGCGAAT\", \"ini\": 2343, \"clust\": 346, \"rank\": 1218, \"rankvar\": 1396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 943, \"group\": [348.0, 122.0, 22.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAACACCTA\", \"ini\": 2342, \"clust\": 1576, \"rank\": 1775, \"rankvar\": 116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1247, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 944, \"group\": [1580.0, 326.0, 39.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAACACAGGTTT\", \"ini\": 2341, \"clust\": 2786, \"rank\": 771, \"rankvar\": 2984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2699, \"group\": [2789.0, 537.0, 64.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCCAACAACCT\", \"ini\": 2340, \"clust\": 978, \"rank\": 1021, \"rankvar\": 976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 945, \"group\": [978.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCAAGCCTA\", \"ini\": 2339, \"clust\": 1168, \"rank\": 1282, \"rankvar\": 1660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1250, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 946, \"group\": [1178.0, 260.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGGGATGGG\", \"ini\": 2338, \"clust\": 1241, \"rank\": 1265, \"rankvar\": 1354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 947, \"group\": [1240.0, 267.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCTTGCCGT\", \"ini\": 2337, \"clust\": 1315, \"rank\": 1286, \"rankvar\": 448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1252, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 948, \"group\": [1315.0, 277.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAAATTGCC\", \"ini\": 2336, \"clust\": 307, \"rank\": 1427, \"rankvar\": 69, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 949, \"group\": [305.0, 96.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCCTCAGT\", \"ini\": 2335, \"clust\": 1037, \"rank\": 1219, \"rankvar\": 1787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 950, \"group\": [1037.0, 251.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCGACTGC\", \"ini\": 2334, \"clust\": 1253, \"rank\": 1586, \"rankvar\": 2118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 951, \"group\": [1252.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCATCTACGA\", \"ini\": 2333, \"clust\": 3502, \"rank\": 1968, \"rankvar\": 3467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1256, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 45, \"group\": [3497.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGAGGT\", \"ini\": 2332, \"clust\": 1112, \"rank\": 1375, \"rankvar\": 518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 952, \"group\": [1114.0, 253.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGAGGGATA\", \"ini\": 2331, \"clust\": 3252, \"rank\": 628, \"rankvar\": 2946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1258, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3354, \"group\": [3253.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTCGAATC\", \"ini\": 2330, \"clust\": 3318, \"rank\": 735, \"rankvar\": 2976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3355, \"group\": [3318.0, 615.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCAGTGGA\", \"ini\": 2329, \"clust\": 243, \"rank\": 1872, \"rankvar\": 2197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 953, \"group\": [243.0, 74.0, 13.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTTCCCTTG\", \"ini\": 2328, \"clust\": 699, \"rank\": 1574, \"rankvar\": 1005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1261, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 954, \"group\": [699.0, 230.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCCTTCAAT\", \"ini\": 2327, \"clust\": 310, \"rank\": 1629, \"rankvar\": 737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 955, \"group\": [307.0, 97.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCGAATGGG\", \"ini\": 2326, \"clust\": 47, \"rank\": 1391, \"rankvar\": 3367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1263, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1741, \"group\": [46.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACATGGTCTA\", \"ini\": 2325, \"clust\": 1363, \"rank\": 1279, \"rankvar\": 876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 956, \"group\": [1368.0, 286.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTGCCTTGG\", \"ini\": 2324, \"clust\": 436, \"rank\": 1412, \"rankvar\": 964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 957, \"group\": [439.0, 156.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCGTCTGCT\", \"ini\": 2323, \"clust\": 1127, \"rank\": 1146, \"rankvar\": 1291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 958, \"group\": [1126.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGGCCATAG\", \"ini\": 2322, \"clust\": 649, \"rank\": 1437, \"rankvar\": 286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 959, \"group\": [652.0, 220.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCTAAAGA\", \"ini\": 2321, \"clust\": 3014, \"rank\": 1463, \"rankvar\": 3158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3356, \"group\": [3014.0, 587.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGCATGAG\", \"ini\": 2320, \"clust\": 3160, \"rank\": 1666, \"rankvar\": 2024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3357, \"group\": [3160.0, 601.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGCACACAG\", \"ini\": 2319, \"clust\": 718, \"rank\": 1380, \"rankvar\": 878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1270, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 960, \"group\": [718.0, 235.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGTGATTA\", \"ini\": 2318, \"clust\": 1122, \"rank\": 1232, \"rankvar\": 1228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 961, \"group\": [1121.0, 254.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCAAACAAG\", \"ini\": 2317, \"clust\": 127, \"rank\": 1405, \"rankvar\": 2418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1272, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1742, \"group\": [129.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGCTAGTCT\", \"ini\": 2316, \"clust\": 506, \"rank\": 1249, \"rankvar\": 406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1273, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 962, \"group\": [506.0, 175.0, 26.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCGCGAAA\", \"ini\": 2315, \"clust\": 247, \"rank\": 1641, \"rankvar\": 1705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1274, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 963, \"group\": [245.0, 76.0, 14.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCACTCCTG\", \"ini\": 2314, \"clust\": 1274, \"rank\": 1321, \"rankvar\": 1976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 964, \"group\": [1276.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGGTATCG\", \"ini\": 2313, \"clust\": 311, \"rank\": 1656, \"rankvar\": 1387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1276, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 965, \"group\": [315.0, 100.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGCTGCCCA\", \"ini\": 2312, \"clust\": 344, \"rank\": 1248, \"rankvar\": 130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 966, \"group\": [342.0, 119.0, 22.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCACTCGACG\", \"ini\": 2311, \"clust\": 1079, \"rank\": 1159, \"rankvar\": 1033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 967, \"group\": [1080.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTTACGGG\", \"ini\": 2310, \"clust\": 1215, \"rank\": 1654, \"rankvar\": 841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 968, \"group\": [1212.0, 266.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCATCGTCGG\", \"ini\": 2309, \"clust\": 1096, \"rank\": 1432, \"rankvar\": 1039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 969, \"group\": [1100.0, 253.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGTGGAGTC\", \"ini\": 2308, \"clust\": 3455, \"rank\": 2149, \"rankvar\": 3255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1281, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 46, \"group\": [3456.0, 678.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAAGCGAGT\", \"ini\": 2307, \"clust\": 826, \"rank\": 1355, \"rankvar\": 1003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 970, \"group\": [827.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGGCAGTA\", \"ini\": 2306, \"clust\": 3518, \"rank\": 1980, \"rankvar\": 3505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1283, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 47, \"group\": [3514.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCAAAGACA\", \"ini\": 2305, \"clust\": 3236, \"rank\": 1431, \"rankvar\": 2845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1284, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3358, \"group\": [3236.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTGTTTGC\", \"ini\": 2304, \"clust\": 1228, \"rank\": 1557, \"rankvar\": 569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 971, \"group\": [1226.0, 266.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGGACG\", \"ini\": 2303, \"clust\": 870, \"rank\": 740, \"rankvar\": 2867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 972, \"group\": [871.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCGGAGCAA\", \"ini\": 2302, \"clust\": 677, \"rank\": 1361, \"rankvar\": 701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 973, \"group\": [673.0, 225.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGGATCT\", \"ini\": 2301, \"clust\": 859, \"rank\": 1379, \"rankvar\": 2026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 974, \"group\": [859.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGAGGCTA\", \"ini\": 2300, \"clust\": 106, \"rank\": 1105, \"rankvar\": 3243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1743, \"group\": [103.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCATGCTGGC\", \"ini\": 2299, \"clust\": 1210, \"rank\": 1407, \"rankvar\": 773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1290, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 975, \"group\": [1210.0, 265.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTAACCGA\", \"ini\": 2298, \"clust\": 437, \"rank\": 1452, \"rankvar\": 2374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 976, \"group\": [437.0, 156.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCAGCATGAG\", \"ini\": 2297, \"clust\": 1283, \"rank\": 1369, \"rankvar\": 1047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 977, \"group\": [1282.0, 270.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTCCGT\", \"ini\": 2296, \"clust\": 697, \"rank\": 1539, \"rankvar\": 1203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1293, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 978, \"group\": [700.0, 230.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACAAGCCCAC\", \"ini\": 2295, \"clust\": 1525, \"rank\": 1326, \"rankvar\": 380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 979, \"group\": [1524.0, 298.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAAAGG\", \"ini\": 2294, \"clust\": 131, \"rank\": 1306, \"rankvar\": 2595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1295, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1744, \"group\": [132.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCAAGAAGT\", \"ini\": 2293, \"clust\": 67, \"rank\": 1303, \"rankvar\": 3219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1745, \"group\": [65.0, 22.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTAAGGCTAGCA\", \"ini\": 2292, \"clust\": 1718, \"rank\": 945, \"rankvar\": 2384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1859, \"group\": [1719.0, 371.0, 49.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCAACACCA\", \"ini\": 2291, \"clust\": 3514, \"rank\": 1943, \"rankvar\": 3495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1298, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 48, \"group\": [3511.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCACTGGGC\", \"ini\": 2290, \"clust\": 1028, \"rank\": 1188, \"rankvar\": 716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1299, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 980, \"group\": [1030.0, 250.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGAGCTATA\", \"ini\": 2289, \"clust\": 3253, \"rank\": 962, \"rankvar\": 2606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3359, \"group\": [3254.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCAACGGGA\", \"ini\": 2288, \"clust\": 3504, \"rank\": 2129, \"rankvar\": 3518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1301, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 49, \"group\": [3503.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCATGCATGT\", \"ini\": 2287, \"clust\": 843, \"rank\": 1244, \"rankvar\": 1680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 981, \"group\": [845.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCTATGTGG\", \"ini\": 2286, \"clust\": 824, \"rank\": 1038, \"rankvar\": 1690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 982, \"group\": [824.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGCACCGCT\", \"ini\": 2285, \"clust\": 1341, \"rank\": 1359, \"rankvar\": 1568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1304, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 983, \"group\": [1339.0, 279.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAATTCCTT\", \"ini\": 2284, \"clust\": 744, \"rank\": 1199, \"rankvar\": 934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 984, \"group\": [744.0, 238.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGTCGCCGT\", \"ini\": 2283, \"clust\": 1780, \"rank\": 538, \"rankvar\": 651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1860, \"group\": [1781.0, 392.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCAGATAA\", \"ini\": 2282, \"clust\": 3308, \"rank\": 1549, \"rankvar\": 432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1307, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3360, \"group\": [3308.0, 612.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTGGAAAGA\", \"ini\": 2281, \"clust\": 940, \"rank\": 1320, \"rankvar\": 771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 985, \"group\": [941.0, 246.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCCATTAT\", \"ini\": 2280, \"clust\": 984, \"rank\": 1223, \"rankvar\": 2414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 986, \"group\": [984.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCCTTTC\", \"ini\": 2279, \"clust\": 1279, \"rank\": 1208, \"rankvar\": 303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1310, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 987, \"group\": [1279.0, 270.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGCTCCCAG\", \"ini\": 2278, \"clust\": 1000, \"rank\": 1078, \"rankvar\": 1564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 988, \"group\": [1001.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGACAATAC\", \"ini\": 2277, \"clust\": 695, \"rank\": 1400, \"rankvar\": 1757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 989, \"group\": [696.0, 230.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAACAAGTTGTC\", \"ini\": 2276, \"clust\": 1297, \"rank\": 1529, \"rankvar\": 989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 990, \"group\": [1296.0, 273.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCGCGTTTC\", \"ini\": 2275, \"clust\": 3203, \"rank\": 1198, \"rankvar\": 2598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3361, \"group\": [3203.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAGCTTAAC\", \"ini\": 2274, \"clust\": 672, \"rank\": 1254, \"rankvar\": 756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 991, \"group\": [671.0, 225.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTGTGTGCC\", \"ini\": 2273, \"clust\": 121, \"rank\": 1186, \"rankvar\": 3301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1316, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1746, \"group\": [121.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAATTGGA\", \"ini\": 2272, \"clust\": 1333, \"rank\": 1351, \"rankvar\": 1347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1317, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 992, \"group\": [1332.0, 279.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCGTGAC\", \"ini\": 2271, \"clust\": 3022, \"rank\": 1341, \"rankvar\": 705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1318, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3362, \"group\": [3023.0, 589.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCCTGACT\", \"ini\": 2270, \"clust\": 948, \"rank\": 1385, \"rankvar\": 502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 993, \"group\": [950.0, 247.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAAGCGCTC\", \"ini\": 2269, \"clust\": 1180, \"rank\": 1675, \"rankvar\": 516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 994, \"group\": [1181.0, 261.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTTATCACG\", \"ini\": 2268, \"clust\": 992, \"rank\": 1237, \"rankvar\": 252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 995, \"group\": [993.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCCACGTTC\", \"ini\": 2267, \"clust\": 23, \"rank\": 1433, \"rankvar\": 2193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1747, \"group\": [151.0, 29.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGCCAT\", \"ini\": 2266, \"clust\": 1292, \"rank\": 1164, \"rankvar\": 2053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 996, \"group\": [1292.0, 272.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCACCATGTA\", \"ini\": 2265, \"clust\": 2925, \"rank\": 1606, \"rankvar\": 2099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1324, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3363, \"group\": [2924.0, 557.0, 68.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGCCATCGC\", \"ini\": 2264, \"clust\": 1714, \"rank\": 1015, \"rankvar\": 376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1861, \"group\": [1715.0, 367.0, 47.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTTCTGAAC\", \"ini\": 2263, \"clust\": 1041, \"rank\": 1262, \"rankvar\": 339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 997, \"group\": [1040.0, 251.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCCGAG\", \"ini\": 2262, \"clust\": 1769, \"rank\": 507, \"rankvar\": 778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1862, \"group\": [1770.0, 391.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCTCAACTT\", \"ini\": 2261, \"clust\": 1334, \"rank\": 1328, \"rankvar\": 1471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 998, \"group\": [1333.0, 279.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTACGTAA\", \"ini\": 2260, \"clust\": 985, \"rank\": 1185, \"rankvar\": 2067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1329, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 999, \"group\": [985.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGGAATCGC\", \"ini\": 2259, \"clust\": 2973, \"rank\": 1046, \"rankvar\": 2817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1330, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3364, \"group\": [2972.0, 576.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCCGAATGT\", \"ini\": 2258, \"clust\": 3457, \"rank\": 1627, \"rankvar\": 2960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1331, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 50, \"group\": [3464.0, 680.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGGCAATTA\", \"ini\": 2257, \"clust\": 3503, \"rank\": 1870, \"rankvar\": 3504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1332, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 51, \"group\": [3498.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCTCTTATG\", \"ini\": 2256, \"clust\": 3235, \"rank\": 1572, \"rankvar\": 2934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3365, \"group\": [3238.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGTTGACA\", \"ini\": 2255, \"clust\": 1196, \"rank\": 1522, \"rankvar\": 2207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1000, \"group\": [1195.0, 264.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCGCTTAGA\", \"ini\": 2254, \"clust\": 1234, \"rank\": 1536, \"rankvar\": 2697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1335, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1001, \"group\": [1233.0, 266.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTAGTAGTA\", \"ini\": 2253, \"clust\": 3241, \"rank\": 1366, \"rankvar\": 2534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1336, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3366, \"group\": [3242.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTAATCACC\", \"ini\": 2252, \"clust\": 3121, \"rank\": 1459, \"rankvar\": 3323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1337, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3367, \"group\": [3122.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGCTGTTCA\", \"ini\": 2251, \"clust\": 378, \"rank\": 1580, \"rankvar\": 481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1002, \"group\": [383.0, 144.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCATCGATG\", \"ini\": 2250, \"clust\": 846, \"rank\": 1119, \"rankvar\": 1510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1003, \"group\": [849.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCCAGAA\", \"ini\": 2249, \"clust\": 993, \"rank\": 1141, \"rankvar\": 1650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1004, \"group\": [994.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATCAGTAC\", \"ini\": 2248, \"clust\": 1136, \"rank\": 1116, \"rankvar\": 2080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1005, \"group\": [1136.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGGAGCGTT\", \"ini\": 2247, \"clust\": 3515, \"rank\": 2012, \"rankvar\": 3493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1342, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 52, \"group\": [3512.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGAACTGT\", \"ini\": 2246, \"clust\": 366, \"rank\": 1811, \"rankvar\": 1197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1006, \"group\": [367.0, 133.0, 24.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGTGGGAA\", \"ini\": 2245, \"clust\": 1256, \"rank\": 1376, \"rankvar\": 1811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1344, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1007, \"group\": [1258.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCAACGGT\", \"ini\": 2244, \"clust\": 983, \"rank\": 1333, \"rankvar\": 2250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1345, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1008, \"group\": [983.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCAACCATG\", \"ini\": 2243, \"clust\": 1148, \"rank\": 1230, \"rankvar\": 1508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1009, \"group\": [1148.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGGCTTCC\", \"ini\": 2242, \"clust\": 844, \"rank\": 1329, \"rankvar\": 1361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1010, \"group\": [843.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTATCGGT\", \"ini\": 2241, \"clust\": 3260, \"rank\": 1335, \"rankvar\": 2164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1348, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3368, \"group\": [3260.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATCCGAT\", \"ini\": 2240, \"clust\": 772, \"rank\": 1206, \"rankvar\": 1090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1011, \"group\": [774.0, 239.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACAACTGCGC\", \"ini\": 2239, \"clust\": 2793, \"rank\": 803, \"rankvar\": 2928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1350, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2700, \"group\": [2791.0, 538.0, 64.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGGGAGAG\", \"ini\": 2238, \"clust\": 1006, \"rank\": 992, \"rankvar\": 1995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1012, \"group\": [1007.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTACAA\", \"ini\": 2237, \"clust\": 937, \"rank\": 1238, \"rankvar\": 27, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1352, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1013, \"group\": [938.0, 245.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTCAGAAGC\", \"ini\": 2236, \"clust\": 3152, \"rank\": 832, \"rankvar\": 2498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3369, \"group\": [3151.0, 598.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTCCCTACT\", \"ini\": 2235, \"clust\": 141, \"rank\": 1397, \"rankvar\": 3435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1354, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1748, \"group\": [143.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCCGTTAA\", \"ini\": 2234, \"clust\": 1209, \"rank\": 1414, \"rankvar\": 1255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1014, \"group\": [1209.0, 265.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGTTCGCGC\", \"ini\": 2233, \"clust\": 374, \"rank\": 1312, \"rankvar\": 1238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1015, \"group\": [373.0, 137.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGAGTGACC\", \"ini\": 2232, \"clust\": 330, \"rank\": 1297, \"rankvar\": 862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1016, \"group\": [336.0, 117.0, 22.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACAGATGAGC\", \"ini\": 2231, \"clust\": 3557, \"rank\": 1989, \"rankvar\": 3534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1358, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 53, \"group\": [3558.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGTGGGTTG\", \"ini\": 2230, \"clust\": 606, \"rank\": 1342, \"rankvar\": 2420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1017, \"group\": [607.0, 196.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTCGTTTG\", \"ini\": 2229, \"clust\": 1170, \"rank\": 1396, \"rankvar\": 1185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1018, \"group\": [1169.0, 260.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAATGGATA\", \"ini\": 2228, \"clust\": 972, \"rank\": 1395, \"rankvar\": 1605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1019, \"group\": [973.0, 248.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGTACTCT\", \"ini\": 2227, \"clust\": 635, \"rank\": 1178, \"rankvar\": 732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1020, \"group\": [635.0, 211.0, 28.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGTCTGCGACG\", \"ini\": 2226, \"clust\": 852, \"rank\": 1304, \"rankvar\": 559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1363, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1021, \"group\": [853.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTCGGACG\", \"ini\": 2225, \"clust\": 1062, \"rank\": 1444, \"rankvar\": 1357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1022, \"group\": [1065.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCTTACCGC\", \"ini\": 2224, \"clust\": 595, \"rank\": 1438, \"rankvar\": 1052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1023, \"group\": [596.0, 195.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTACTTCTT\", \"ini\": 2223, \"clust\": 850, \"rank\": 1347, \"rankvar\": 1790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1024, \"group\": [851.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGTAAGTA\", \"ini\": 2222, \"clust\": 118, \"rank\": 1384, \"rankvar\": 3013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1749, \"group\": [117.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAAGGAG\", \"ini\": 2221, \"clust\": 3137, \"rank\": 1005, \"rankvar\": 3179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3370, \"group\": [3135.0, 598.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCTTTCCTC\", \"ini\": 2220, \"clust\": 412, \"rank\": 1443, \"rankvar\": 420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1025, \"group\": [413.0, 154.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCTACCTC\", \"ini\": 2219, \"clust\": 3239, \"rank\": 1398, \"rankvar\": 2315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3371, \"group\": [3240.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGTTGAGG\", \"ini\": 2218, \"clust\": 656, \"rank\": 1419, \"rankvar\": 247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1371, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1026, \"group\": [655.0, 222.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCTTGTACT\", \"ini\": 2217, \"clust\": 719, \"rank\": 1360, \"rankvar\": 829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1027, \"group\": [726.0, 236.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTTTGCC\", \"ini\": 2216, \"clust\": 861, \"rank\": 1439, \"rankvar\": 1570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1028, \"group\": [864.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCAGTCTTCC\", \"ini\": 2215, \"clust\": 86, \"rank\": 1607, \"rankvar\": 3137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1750, \"group\": [83.0, 25.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGACTCAT\", \"ini\": 2214, \"clust\": 490, \"rank\": 1483, \"rankvar\": 1192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1029, \"group\": [490.0, 168.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCGGACAAG\", \"ini\": 2213, \"clust\": 3058, \"rank\": 926, \"rankvar\": 2949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3372, \"group\": [3056.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCAGGTAAA\", \"ini\": 2212, \"clust\": 3381, \"rank\": 2017, \"rankvar\": 3107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1377, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3031, \"group\": [3387.0, 649.0, 82.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTGGGTCAA\", \"ini\": 2211, \"clust\": 1084, \"rank\": 1402, \"rankvar\": 235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1030, \"group\": [1085.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGACACTAA\", \"ini\": 2210, \"clust\": 1244, \"rank\": 1566, \"rankvar\": 1949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1031, \"group\": [1242.0, 267.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCCGTCATC\", \"ini\": 2209, \"clust\": 1171, \"rank\": 1481, \"rankvar\": 318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1380, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1032, \"group\": [1170.0, 260.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATCTGCA\", \"ini\": 2208, \"clust\": 1010, \"rank\": 1352, \"rankvar\": 1010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1033, \"group\": [1013.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCACGCATA\", \"ini\": 2207, \"clust\": 3298, \"rank\": 1440, \"rankvar\": 2242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3373, \"group\": [3299.0, 610.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACACTGCG\", \"ini\": 2206, \"clust\": 3560, \"rank\": 2139, \"rankvar\": 3507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1383, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 54, \"group\": [3559.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTACTCGCG\", \"ini\": 2205, \"clust\": 855, \"rank\": 1311, \"rankvar\": 2213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1384, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1034, \"group\": [858.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTAGTGTACCT\", \"ini\": 2204, \"clust\": 967, \"rank\": 1480, \"rankvar\": 1306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1035, \"group\": [967.0, 248.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGTGATCGG\", \"ini\": 2203, \"clust\": 160, \"rank\": 817, \"rankvar\": 2698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1386, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1751, \"group\": [158.0, 32.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCATGTCCTC\", \"ini\": 2202, \"clust\": 961, \"rank\": 1222, \"rankvar\": 171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1036, \"group\": [962.0, 248.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGCCTTGAT\", \"ini\": 2201, \"clust\": 1264, \"rank\": 1239, \"rankvar\": 1230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1037, \"group\": [1265.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAGACAAAT\", \"ini\": 2200, \"clust\": 3031, \"rank\": 1315, \"rankvar\": 1826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1389, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3374, \"group\": [3030.0, 590.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGGATATAC\", \"ini\": 2199, \"clust\": 1290, \"rank\": 1542, \"rankvar\": 590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1390, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1038, \"group\": [1287.0, 271.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAAGCCCAC\", \"ini\": 2198, \"clust\": 553, \"rank\": 1505, \"rankvar\": 1404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1039, \"group\": [553.0, 188.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTTCCACGG\", \"ini\": 2197, \"clust\": 1269, \"rank\": 1518, \"rankvar\": 1684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1040, \"group\": [1268.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCATGTGGT\", \"ini\": 2196, \"clust\": 1287, \"rank\": 1509, \"rankvar\": 1091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1041, \"group\": [1284.0, 271.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTAAATGAC\", \"ini\": 2195, \"clust\": 1777, \"rank\": 446, \"rankvar\": 1191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1394, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1863, \"group\": [1778.0, 391.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCAGTGTTG\", \"ini\": 2194, \"clust\": 1578, \"rank\": 1940, \"rankvar\": 1365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1395, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1042, \"group\": [1577.0, 324.0, 39.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCATGGCA\", \"ini\": 2193, \"clust\": 1177, \"rank\": 1261, \"rankvar\": 1929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1043, \"group\": [1173.0, 260.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTTGCCGT\", \"ini\": 2192, \"clust\": 3136, \"rank\": 986, \"rankvar\": 2343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1397, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3375, \"group\": [3137.0, 598.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGCGAAA\", \"ini\": 2191, \"clust\": 3448, \"rank\": 1801, \"rankvar\": 3211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1398, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 55, \"group\": [3449.0, 674.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCAGTGTTGAA\", \"ini\": 2190, \"clust\": 1280, \"rank\": 1417, \"rankvar\": 213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1044, \"group\": [1280.0, 270.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTCGATT\", \"ini\": 2189, \"clust\": 3559, \"rank\": 2138, \"rankvar\": 3556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1400, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 56, \"group\": [3557.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGCAAGACGTG\", \"ini\": 2188, \"clust\": 3480, \"rank\": 2013, \"rankvar\": 2905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1401, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 57, \"group\": [3481.0, 682.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTATAAACG\", \"ini\": 2187, \"clust\": 3403, \"rank\": 1374, \"rankvar\": 3464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1402, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3569, \"group\": [3414.0, 655.0, 85.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAAG\", \"ini\": 2186, \"clust\": 161, \"rank\": 808, \"rankvar\": 2895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1403, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1752, \"group\": [159.0, 32.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCGCAAACT\", \"ini\": 2185, \"clust\": 995, \"rank\": 1319, \"rankvar\": 1641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1404, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1045, \"group\": [996.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAGACACTT\", \"ini\": 2184, \"clust\": 1243, \"rank\": 1609, \"rankvar\": 936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1046, \"group\": [1244.0, 267.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGGCCA\", \"ini\": 2183, \"clust\": 1128, \"rank\": 1252, \"rankvar\": 1424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1047, \"group\": [1127.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCATAGCAC\", \"ini\": 2182, \"clust\": 3461, \"rank\": 2014, \"rankvar\": 3528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1407, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 58, \"group\": [3461.0, 680.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATGGAATA\", \"ini\": 2181, \"clust\": 1043, \"rank\": 1294, \"rankvar\": 792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1048, \"group\": [1044.0, 251.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGGTAGCTAAA\", \"ini\": 2180, \"clust\": 1036, \"rank\": 1353, \"rankvar\": 1448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1049, \"group\": [1039.0, 251.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGCAGTTCATG\", \"ini\": 2179, \"clust\": 1086, \"rank\": 1411, \"rankvar\": 1661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1050, \"group\": [1087.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCTCACCCTCA\", \"ini\": 2178, \"clust\": 111, \"rank\": 1555, \"rankvar\": 2967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1753, \"group\": [110.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGGGTGTTG\", \"ini\": 2177, \"clust\": 137, \"rank\": 1617, \"rankvar\": 2932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1754, \"group\": [133.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGAGGGCTT\", \"ini\": 2176, \"clust\": 1149, \"rank\": 1523, \"rankvar\": 632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1051, \"group\": [1149.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGTAGAGC\", \"ini\": 2175, \"clust\": 953, \"rank\": 1268, \"rankvar\": 1106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1414, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1052, \"group\": [957.0, 248.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCAGACTG\", \"ini\": 2174, \"clust\": 3439, \"rank\": 1502, \"rankvar\": 1986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1415, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1053, \"group\": [3442.0, 671.0, 91.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTCATCGATTG\", \"ini\": 2173, \"clust\": 1172, \"rank\": 1553, \"rankvar\": 891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1416, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1054, \"group\": [1177.0, 260.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCACTGTTAG\", \"ini\": 2172, \"clust\": 1322, \"rank\": 1029, \"rankvar\": 1025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1417, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1055, \"group\": [1322.0, 278.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGGAACGG\", \"ini\": 2171, \"clust\": 745, \"rank\": 1424, \"rankvar\": 965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1056, \"group\": [745.0, 238.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAAATTGCC\", \"ini\": 2170, \"clust\": 1311, \"rank\": 1358, \"rankvar\": 660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1057, \"group\": [1311.0, 276.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAGTTGGC\", \"ini\": 2169, \"clust\": 1223, \"rank\": 1611, \"rankvar\": 930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1420, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1058, \"group\": [1222.0, 266.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAGCGATG\", \"ini\": 2168, \"clust\": 1232, \"rank\": 1551, \"rankvar\": 949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1059, \"group\": [1229.0, 266.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACAAACC\", \"ini\": 2167, \"clust\": 1022, \"rank\": 1288, \"rankvar\": 1558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1060, \"group\": [1025.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACTGAAGG\", \"ini\": 2166, \"clust\": 442, \"rank\": 1530, \"rankvar\": 1785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1061, \"group\": [442.0, 156.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGACTAGAT\", \"ini\": 2165, \"clust\": 1789, \"rank\": 497, \"rankvar\": 2191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1864, \"group\": [1789.0, 393.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCAGTAGT\", \"ini\": 2164, \"clust\": 1572, \"rank\": 1787, \"rankvar\": 2013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1062, \"group\": [1576.0, 323.0, 39.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTGCCCTA\", \"ini\": 2163, \"clust\": 3463, \"rank\": 1955, \"rankvar\": 3381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1426, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 59, \"group\": [3463.0, 680.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGAGCCTAG\", \"ini\": 2162, \"clust\": 731, \"rank\": 1155, \"rankvar\": 793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1063, \"group\": [731.0, 237.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATCATCCC\", \"ini\": 2161, \"clust\": 438, \"rank\": 1543, \"rankvar\": 425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1064, \"group\": [438.0, 156.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGGTGTTAA\", \"ini\": 2160, \"clust\": 369, \"rank\": 1687, \"rankvar\": 1099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1065, \"group\": [370.0, 136.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATACGCT\", \"ini\": 2159, \"clust\": 129, \"rank\": 1478, \"rankvar\": 2570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1430, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1755, \"group\": [126.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTCAAACTC\", \"ini\": 2158, \"clust\": 384, \"rank\": 1559, \"rankvar\": 114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1066, \"group\": [384.0, 145.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTCCACTC\", \"ini\": 2157, \"clust\": 691, \"rank\": 1474, \"rankvar\": 1037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1067, \"group\": [692.0, 230.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTATAGTAG\", \"ini\": 2156, \"clust\": 1013, \"rank\": 1338, \"rankvar\": 763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1068, \"group\": [1014.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCACGTGG\", \"ini\": 2155, \"clust\": 3356, \"rank\": 1469, \"rankvar\": 2838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3376, \"group\": [3355.0, 629.0, 75.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACGGTGTC\", \"ini\": 2154, \"clust\": 1285, \"rank\": 1624, \"rankvar\": 523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1069, \"group\": [1290.0, 271.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTTCAGTAC\", \"ini\": 2153, \"clust\": 509, \"rank\": 1445, \"rankvar\": 242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1070, \"group\": [509.0, 177.0, 26.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGAGGAA\", \"ini\": 2152, \"clust\": 703, \"rank\": 1650, \"rankvar\": 844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1071, \"group\": [705.0, 231.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGTGTTAGA\", \"ini\": 2151, \"clust\": 3051, \"rank\": 1193, \"rankvar\": 2755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1438, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3377, \"group\": [3047.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCACACCACGTG\", \"ini\": 2150, \"clust\": 891, \"rank\": 1327, \"rankvar\": 526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1072, \"group\": [893.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAGGTCCAC\", \"ini\": 2149, \"clust\": 858, \"rank\": 1488, \"rankvar\": 1267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1073, \"group\": [861.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCGGACAAG\", \"ini\": 2148, \"clust\": 370, \"rank\": 1520, \"rankvar\": 971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1441, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1074, \"group\": [371.0, 136.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGAAACCGC\", \"ini\": 2147, \"clust\": 1130, \"rank\": 1525, \"rankvar\": 1948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1075, \"group\": [1130.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCACCCAGTG\", \"ini\": 2146, \"clust\": 696, \"rank\": 1537, \"rankvar\": 2700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1443, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1076, \"group\": [697.0, 230.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTGTTGAGG\", \"ini\": 2145, \"clust\": 445, \"rank\": 1423, \"rankvar\": 764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1444, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1077, \"group\": [447.0, 157.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGCCAGTTT\", \"ini\": 2144, \"clust\": 1214, \"rank\": 1430, \"rankvar\": 2084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1078, \"group\": [1214.0, 266.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTCCAGTAT\", \"ini\": 2143, \"clust\": 1160, \"rank\": 1594, \"rankvar\": 1200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1079, \"group\": [1159.0, 258.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACTCAGAGCTT\", \"ini\": 2142, \"clust\": 3176, \"rank\": 1229, \"rankvar\": 2169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3378, \"group\": [3178.0, 602.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCAGAAATG\", \"ini\": 2141, \"clust\": 395, \"rank\": 1813, \"rankvar\": 1520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1080, \"group\": [396.0, 148.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCGGATCA\", \"ini\": 2140, \"clust\": 1792, \"rank\": 807, \"rankvar\": 316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1865, \"group\": [1797.0, 396.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACCAGGGAGAG\", \"ini\": 2139, \"clust\": 248, \"rank\": 1450, \"rankvar\": 577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1081, \"group\": [317.0, 102.0, 17.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACAAGCTGGA\", \"ini\": 2138, \"clust\": 3513, \"rank\": 2050, \"rankvar\": 3433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1451, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 60, \"group\": [3513.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCAGGTTTCA\", \"ini\": 2137, \"clust\": 1318, \"rank\": 1339, \"rankvar\": 1925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1452, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1082, \"group\": [1320.0, 277.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACCAGGCT\", \"ini\": 2136, \"clust\": 1101, \"rank\": 1538, \"rankvar\": 327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1083, \"group\": [1102.0, 253.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGGATACC\", \"ini\": 2135, \"clust\": 432, \"rank\": 1731, \"rankvar\": 428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1454, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1084, \"group\": [436.0, 155.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTAACG\", \"ini\": 2134, \"clust\": 3278, \"rank\": 1215, \"rankvar\": 2205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1455, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3379, \"group\": [3278.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCATTGCGA\", \"ini\": 2133, \"clust\": 592, \"rank\": 1421, \"rankvar\": 1799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1085, \"group\": [590.0, 194.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGGATTG\", \"ini\": 2132, \"clust\": 89, \"rank\": 1720, \"rankvar\": 3244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1457, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1756, \"group\": [89.0, 25.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAGCGATT\", \"ini\": 2131, \"clust\": 670, \"rank\": 1476, \"rankvar\": 1397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1086, \"group\": [677.0, 225.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTACATGA\", \"ini\": 2130, \"clust\": 318, \"rank\": 1511, \"rankvar\": 118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1087, \"group\": [319.0, 104.0, 19.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCATGCAAC\", \"ini\": 2129, \"clust\": 1273, \"rank\": 1616, \"rankvar\": 983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1088, \"group\": [1273.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGGATAG\", \"ini\": 2128, \"clust\": 657, \"rank\": 1527, \"rankvar\": 142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1089, \"group\": [656.0, 222.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGCTGCC\", \"ini\": 2127, \"clust\": 1021, \"rank\": 1182, \"rankvar\": 1623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1090, \"group\": [1022.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTGCGATAG\", \"ini\": 2126, \"clust\": 1233, \"rank\": 1587, \"rankvar\": 1294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1091, \"group\": [1230.0, 266.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTACCTACA\", \"ini\": 2125, \"clust\": 503, \"rank\": 1541, \"rankvar\": 166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1092, \"group\": [502.0, 172.0, 26.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAACAACCT\", \"ini\": 2124, \"clust\": 1014, \"rank\": 1331, \"rankvar\": 1093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1093, \"group\": [1015.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAGAGTCG\", \"ini\": 2123, \"clust\": 2785, \"rank\": 1138, \"rankvar\": 3212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1466, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2701, \"group\": [2801.0, 539.0, 64.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAAACTGCT\", \"ini\": 2122, \"clust\": 1092, \"rank\": 1428, \"rankvar\": 645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1467, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1094, \"group\": [1101.0, 253.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGGGATGGG\", \"ini\": 2121, \"clust\": 866, \"rank\": 1515, \"rankvar\": 187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1095, \"group\": [866.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGGTGTGTGCC\", \"ini\": 2120, \"clust\": 1011, \"rank\": 1372, \"rankvar\": 1534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1096, \"group\": [1011.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACGACGAA\", \"ini\": 2119, \"clust\": 664, \"rank\": 1500, \"rankvar\": 819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1470, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1097, \"group\": [665.0, 224.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCCTATGTT\", \"ini\": 2118, \"clust\": 3319, \"rank\": 1030, \"rankvar\": 2196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3380, \"group\": [3319.0, 615.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCATCATC\", \"ini\": 2117, \"clust\": 491, \"rank\": 1655, \"rankvar\": 772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1472, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1098, \"group\": [496.0, 168.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCACGACTCG\", \"ini\": 2116, \"clust\": 579, \"rank\": 1462, \"rankvar\": 1410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1473, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1099, \"group\": [582.0, 193.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCAACACGT\", \"ini\": 2115, \"clust\": 1039, \"rank\": 1387, \"rankvar\": 1491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1474, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1100, \"group\": [1043.0, 251.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCAGACTCGC\", \"ini\": 2114, \"clust\": 3579, \"rank\": 2187, \"rankvar\": 3546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1475, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 61, \"group\": [3577.0, 685.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGATCTGAA\", \"ini\": 2113, \"clust\": 3237, \"rank\": 1528, \"rankvar\": 2897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1476, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3381, \"group\": [3237.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCAGCTCGG\", \"ini\": 2112, \"clust\": 986, \"rank\": 1332, \"rankvar\": 1449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1101, \"group\": [988.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGGCTATCT\", \"ini\": 2111, \"clust\": 305, \"rank\": 1696, \"rankvar\": 1137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1478, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1102, \"group\": [303.0, 95.0, 16.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTGCTTGC\", \"ini\": 2110, \"clust\": 3321, \"rank\": 978, \"rankvar\": 2994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3382, \"group\": [3323.0, 615.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCATCGATTG\", \"ini\": 2109, \"clust\": 1270, \"rank\": 1698, \"rankvar\": 1781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1480, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1103, \"group\": [1270.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCAGAGGT\", \"ini\": 2108, \"clust\": 120, \"rank\": 1475, \"rankvar\": 2899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1757, \"group\": [122.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTAGATTAG\", \"ini\": 2107, \"clust\": 1284, \"rank\": 1510, \"rankvar\": 1617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1104, \"group\": [1291.0, 271.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATTAGCCA\", \"ini\": 2106, \"clust\": 3104, \"rank\": 1364, \"rankvar\": 2492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1483, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3383, \"group\": [3104.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCACGAAACG\", \"ini\": 2105, \"clust\": 1216, \"rank\": 1603, \"rankvar\": 2390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1105, \"group\": [1213.0, 266.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTCATACTG\", \"ini\": 2104, \"clust\": 1785, \"rank\": 680, \"rankvar\": 1217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1866, \"group\": [1783.0, 393.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCTCTGAGA\", \"ini\": 2103, \"clust\": 3264, \"rank\": 1589, \"rankvar\": 1715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1486, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3384, \"group\": [3263.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATTGGTAC\", \"ini\": 2102, \"clust\": 3378, \"rank\": 1763, \"rankvar\": 2202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1487, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3385, \"group\": [3378.0, 645.0, 81.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCGTTACGACT\", \"ini\": 2101, \"clust\": 620, \"rank\": 1472, \"rankvar\": 1295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1488, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1106, \"group\": [623.0, 204.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCATTAGC\", \"ini\": 2100, \"clust\": 415, \"rank\": 1504, \"rankvar\": 634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1489, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1107, \"group\": [415.0, 154.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGCGTAG\", \"ini\": 2099, \"clust\": 3300, \"rank\": 1771, \"rankvar\": 1531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1490, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3386, \"group\": [3301.0, 611.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCCTTTACA\", \"ini\": 2098, \"clust\": 3118, \"rank\": 1465, \"rankvar\": 3290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1491, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3387, \"group\": [3117.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACTCGCG\", \"ini\": 2097, \"clust\": 3096, \"rank\": 1426, \"rankvar\": 2203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1492, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3388, \"group\": [3124.0, 596.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGGTTTCT\", \"ini\": 2096, \"clust\": 3064, \"rank\": 1064, \"rankvar\": 2929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1493, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3389, \"group\": [3065.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTTGCTCCT\", \"ini\": 2095, \"clust\": 3046, \"rank\": 1037, \"rankvar\": 2775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3390, \"group\": [3053.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGATAAAC\", \"ini\": 2094, \"clust\": 1229, \"rank\": 1832, \"rankvar\": 2467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1495, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1108, \"group\": [1227.0, 266.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTATAGGGC\", \"ini\": 2093, \"clust\": 1254, \"rank\": 1758, \"rankvar\": 498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1109, \"group\": [1253.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTTACTGAC\", \"ini\": 2092, \"clust\": 554, \"rank\": 1588, \"rankvar\": 1911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1497, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1110, \"group\": [554.0, 188.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCAGGTTCA\", \"ini\": 2091, \"clust\": 3052, \"rank\": 1060, \"rankvar\": 3016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3391, \"group\": [3048.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTGGAT\", \"ini\": 2090, \"clust\": 2791, \"rank\": 587, \"rankvar\": 2825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1499, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2702, \"group\": [2792.0, 538.0, 64.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCACGTGAGA\", \"ini\": 2089, \"clust\": 3354, \"rank\": 1565, \"rankvar\": 404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1500, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3392, \"group\": [3365.0, 633.0, 76.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTGTCCAT\", \"ini\": 2088, \"clust\": 434, \"rank\": 1659, \"rankvar\": 1533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1501, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1111, \"group\": [433.0, 155.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTTATGTGC\", \"ini\": 2087, \"clust\": 331, \"rank\": 1714, \"rankvar\": 599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1112, \"group\": [331.0, 114.0, 22.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACTTATC\", \"ini\": 2086, \"clust\": 1118, \"rank\": 1270, \"rankvar\": 1046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1113, \"group\": [1119.0, 254.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTGACGCCT\", \"ini\": 2085, \"clust\": 3199, \"rank\": 1455, \"rankvar\": 2572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1504, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3393, \"group\": [3202.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGAGATG\", \"ini\": 2084, \"clust\": 1178, \"rank\": 1653, \"rankvar\": 576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1114, \"group\": [1346.0, 280.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCTTGAT\", \"ini\": 2083, \"clust\": 1804, \"rank\": 1174, \"rankvar\": 2403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1867, \"group\": [1811.0, 405.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCACTTCC\", \"ini\": 2082, \"clust\": 991, \"rank\": 1464, \"rankvar\": 2543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1115, \"group\": [991.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGCAAATACAG\", \"ini\": 2081, \"clust\": 3491, \"rank\": 2035, \"rankvar\": 3480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1508, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 62, \"group\": [3489.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCACGTTC\", \"ini\": 2080, \"clust\": 133, \"rank\": 1585, \"rankvar\": 2789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1758, \"group\": [131.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTACCGTTA\", \"ini\": 2079, \"clust\": 502, \"rank\": 1513, \"rankvar\": 86, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1510, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1116, \"group\": [504.0, 173.0, 26.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTCTAGCCG\", \"ini\": 2078, \"clust\": 1715, \"rank\": 1298, \"rankvar\": 278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1868, \"group\": [1716.0, 368.0, 47.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTTAGATGA\", \"ini\": 2077, \"clust\": 1044, \"rank\": 1403, \"rankvar\": 587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1117, \"group\": [1045.0, 251.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACAAGC\", \"ini\": 2076, \"clust\": 147, \"rank\": 1562, \"rankvar\": 2915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1513, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1759, \"group\": [150.0, 28.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGGCGC\", \"ini\": 2075, \"clust\": 1051, \"rank\": 1466, \"rankvar\": 189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1118, \"group\": [1055.0, 251.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTGTGCCTG\", \"ini\": 2074, \"clust\": 3015, \"rank\": 1741, \"rankvar\": 1988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3394, \"group\": [3018.0, 588.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAAGTCTGT\", \"ini\": 2073, \"clust\": 3105, \"rank\": 1389, \"rankvar\": 2855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1516, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3395, \"group\": [3105.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATTGAGCT\", \"ini\": 2072, \"clust\": 3119, \"rank\": 1596, \"rankvar\": 2999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1517, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3396, \"group\": [3118.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCATGTTGAC\", \"ini\": 2071, \"clust\": 1742, \"rank\": 820, \"rankvar\": 1779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1869, \"group\": [1743.0, 385.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCGAACGC\", \"ini\": 2070, \"clust\": 3232, \"rank\": 1388, \"rankvar\": 3231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1519, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3397, \"group\": [3233.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGTGGAT\", \"ini\": 2069, \"clust\": 3266, \"rank\": 1323, \"rankvar\": 2849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1520, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3398, \"group\": [3266.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGGACCCT\", \"ini\": 2068, \"clust\": 416, \"rank\": 1883, \"rankvar\": 1832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1521, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1119, \"group\": [416.0, 154.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGGGTACA\", \"ini\": 2067, \"clust\": 3315, \"rank\": 1103, \"rankvar\": 735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3399, \"group\": [3315.0, 614.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGTAATG\", \"ini\": 2066, \"clust\": 1012, \"rank\": 1357, \"rankvar\": 1907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1523, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1120, \"group\": [1012.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAAGCTACCTA\", \"ini\": 2065, \"clust\": 1235, \"rank\": 1713, \"rankvar\": 2317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1121, \"group\": [1231.0, 266.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTGTTCGAT\", \"ini\": 2064, \"clust\": 1298, \"rank\": 1446, \"rankvar\": 875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1525, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1122, \"group\": [1297.0, 273.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGATCACGG\", \"ini\": 2063, \"clust\": 700, \"rank\": 1620, \"rankvar\": 1659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1123, \"group\": [701.0, 230.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCTCACCT\", \"ini\": 2062, \"clust\": 411, \"rank\": 1633, \"rankvar\": 1872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1527, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1124, \"group\": [412.0, 153.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTACAGCAG\", \"ini\": 2061, \"clust\": 860, \"rank\": 1631, \"rankvar\": 1364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1125, \"group\": [860.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACACATCTTT\", \"ini\": 2060, \"clust\": 499, \"rank\": 1689, \"rankvar\": 223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1126, \"group\": [499.0, 170.0, 26.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATTCATCGCTC\", \"ini\": 2059, \"clust\": 567, \"rank\": 1784, \"rankvar\": 794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1530, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1127, \"group\": [567.0, 190.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGCAGCCTC\", \"ini\": 2058, \"clust\": 3095, \"rank\": 1071, \"rankvar\": 2887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1531, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3400, \"group\": [3095.0, 594.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCATCTACGA\", \"ini\": 2057, \"clust\": 3357, \"rank\": 1225, \"rankvar\": 2600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1532, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3401, \"group\": [3356.0, 629.0, 75.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCAACCGCCA\", \"ini\": 2056, \"clust\": 3204, \"rank\": 1429, \"rankvar\": 2395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3402, \"group\": [3204.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGTTGAC\", \"ini\": 2055, \"clust\": 1016, \"rank\": 1082, \"rankvar\": 2481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1534, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1128, \"group\": [1017.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACTGTAA\", \"ini\": 2054, \"clust\": 845, \"rank\": 1497, \"rankvar\": 1206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1129, \"group\": [844.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACATTAGC\", \"ini\": 2053, \"clust\": 1239, \"rank\": 1521, \"rankvar\": 1060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1130, \"group\": [1241.0, 267.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCTGTT\", \"ini\": 2052, \"clust\": 565, \"rank\": 1721, \"rankvar\": 124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1131, \"group\": [564.0, 190.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTACGA\", \"ini\": 2051, \"clust\": 954, \"rank\": 1413, \"rankvar\": 1414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1132, \"group\": [956.0, 248.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGACTGTAA\", \"ini\": 2050, \"clust\": 867, \"rank\": 1544, \"rankvar\": 852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1133, \"group\": [868.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGTTGAGAT\", \"ini\": 2049, \"clust\": 496, \"rank\": 1604, \"rankvar\": 365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1134, \"group\": [497.0, 169.0, 26.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGCTGGCT\", \"ini\": 2048, \"clust\": 136, \"rank\": 1568, \"rankvar\": 3188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1541, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1760, \"group\": [135.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAGTCATATGC\", \"ini\": 2047, \"clust\": 1183, \"rank\": 1739, \"rankvar\": 1154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1135, \"group\": [1182.0, 261.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTGAGGCTA\", \"ini\": 2046, \"clust\": 45, \"rank\": 1494, \"rankvar\": 3163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1761, \"group\": [44.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTTATCGGT\", \"ini\": 2045, \"clust\": 702, \"rank\": 1637, \"rankvar\": 2025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1136, \"group\": [706.0, 232.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTAAATGAC\", \"ini\": 2044, \"clust\": 3019, \"rank\": 1744, \"rankvar\": 1932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1545, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3403, \"group\": [3021.0, 588.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGTATCTCG\", \"ini\": 2043, \"clust\": 3493, \"rank\": 2122, \"rankvar\": 3532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1546, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 63, \"group\": [3491.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCTACCTC\", \"ini\": 2042, \"clust\": 1042, \"rank\": 1564, \"rankvar\": 295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1137, \"group\": [1041.0, 251.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCTTTA\", \"ini\": 2041, \"clust\": 1242, \"rank\": 1623, \"rankvar\": 909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1138, \"group\": [1245.0, 267.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTAAGCG\", \"ini\": 2040, \"clust\": 1251, \"rank\": 1697, \"rankvar\": 1444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1139, \"group\": [1251.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTTTGCATG\", \"ini\": 2039, \"clust\": 636, \"rank\": 1367, \"rankvar\": 664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1140, \"group\": [640.0, 214.0, 29.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGCCTCA\", \"ini\": 2038, \"clust\": 500, \"rank\": 1873, \"rankvar\": 456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1551, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1141, \"group\": [500.0, 170.0, 26.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTGCTTG\", \"ini\": 2037, \"clust\": 3134, \"rank\": 1161, \"rankvar\": 1094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3404, \"group\": [3134.0, 598.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCAGTTCGA\", \"ini\": 2036, \"clust\": 1786, \"rank\": 689, \"rankvar\": 312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1870, \"group\": [1784.0, 393.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGAGTGACC\", \"ini\": 2035, \"clust\": 414, \"rank\": 1779, \"rankvar\": 485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1142, \"group\": [417.0, 154.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATGCCTAA\", \"ini\": 2034, \"clust\": 1221, \"rank\": 1730, \"rankvar\": 1075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1143, \"group\": [1223.0, 266.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAAATCCGT\", \"ini\": 2033, \"clust\": 1755, \"rank\": 562, \"rankvar\": 1922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1556, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1871, \"group\": [1759.0, 389.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTAGAAGGA\", \"ini\": 2032, \"clust\": 688, \"rank\": 1496, \"rankvar\": 1692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1144, \"group\": [689.0, 228.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACTTCTT\", \"ini\": 2031, \"clust\": 1162, \"rank\": 1705, \"rankvar\": 221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1145, \"group\": [1165.0, 259.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACACTCGACG\", \"ini\": 2030, \"clust\": 420, \"rank\": 1859, \"rankvar\": 1341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1146, \"group\": [420.0, 154.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGTGGGTT\", \"ini\": 2029, \"clust\": 832, \"rank\": 1436, \"rankvar\": 369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1147, \"group\": [837.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTTAGGGTG\", \"ini\": 2028, \"clust\": 1802, \"rank\": 629, \"rankvar\": 3012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1561, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2703, \"group\": [1800.0, 399.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAAGCTGAG\", \"ini\": 2027, \"clust\": 421, \"rank\": 1793, \"rankvar\": 1400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1148, \"group\": [421.0, 154.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCAGAAC\", \"ini\": 2026, \"clust\": 968, \"rank\": 1547, \"rankvar\": 887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1149, \"group\": [968.0, 248.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTTGTTTGG\", \"ini\": 2025, \"clust\": 1749, \"rank\": 528, \"rankvar\": 898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1872, \"group\": [1749.0, 388.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTACCAGT\", \"ini\": 2024, \"clust\": 441, \"rank\": 1716, \"rankvar\": 655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1150, \"group\": [444.0, 156.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCATTGTGCA\", \"ini\": 2023, \"clust\": 1087, \"rank\": 1625, \"rankvar\": 294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1151, \"group\": [1090.0, 252.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCCATT\", \"ini\": 2022, \"clust\": 3267, \"rank\": 1313, \"rankvar\": 2388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1567, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3405, \"group\": [3267.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTAGCTCCTCT\", \"ini\": 2021, \"clust\": 1147, \"rank\": 1394, \"rankvar\": 1573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1152, \"group\": [1150.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCCTTTCGG\", \"ini\": 2020, \"clust\": 462, \"rank\": 1646, \"rankvar\": 1654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1153, \"group\": [463.0, 163.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATGACATC\", \"ini\": 2019, \"clust\": 566, \"rank\": 1673, \"rankvar\": 1442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1570, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1154, \"group\": [565.0, 190.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGAAACGAG\", \"ini\": 2018, \"clust\": 1184, \"rank\": 1849, \"rankvar\": 863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1155, \"group\": [1183.0, 261.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTCTTTA\", \"ini\": 2017, \"clust\": 443, \"rank\": 1508, \"rankvar\": 1032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1572, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1156, \"group\": [443.0, 156.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCACCACCT\", \"ini\": 2016, \"clust\": 11, \"rank\": 1554, \"rankvar\": 2782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1573, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1762, \"group\": [12.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGAAGATTC\", \"ini\": 2015, \"clust\": 1305, \"rank\": 1736, \"rankvar\": 1465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1157, \"group\": [1304.0, 275.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTATCTG\", \"ini\": 2014, \"clust\": 1093, \"rank\": 1590, \"rankvar\": 1241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1575, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1158, \"group\": [1095.0, 253.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCTAGCCC\", \"ini\": 2013, \"clust\": 3314, \"rank\": 1383, \"rankvar\": 1284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1576, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3406, \"group\": [3317.0, 614.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAAGCATGGCA\", \"ini\": 2012, \"clust\": 3377, \"rank\": 1821, \"rankvar\": 2426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1577, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3407, \"group\": [3380.0, 646.0, 81.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTTGTCTTT\", \"ini\": 2011, \"clust\": 969, \"rank\": 1479, \"rankvar\": 833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1578, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1159, \"group\": [972.0, 248.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGTCCTCT\", \"ini\": 2010, \"clust\": 679, \"rank\": 1710, \"rankvar\": 1906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1160, \"group\": [679.0, 227.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCCCAGCT\", \"ini\": 2009, \"clust\": 1231, \"rank\": 1636, \"rankvar\": 827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1161, \"group\": [1234.0, 266.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCAGGACAGAA\", \"ini\": 2008, \"clust\": 1309, \"rank\": 1755, \"rankvar\": 618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1581, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1162, \"group\": [1309.0, 276.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCTCCTAG\", \"ini\": 2007, \"clust\": 3562, \"rank\": 2296, \"rankvar\": 3511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1582, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 64, \"group\": [3563.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCACAACGTT\", \"ini\": 2006, \"clust\": 604, \"rank\": 1461, \"rankvar\": 604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1583, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1163, \"group\": [605.0, 196.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGTCAAGGC\", \"ini\": 2005, \"clust\": 3563, \"rank\": 2252, \"rankvar\": 3548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1584, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 65, \"group\": [3561.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATAACCTG\", \"ini\": 2004, \"clust\": 148, \"rank\": 1880, \"rankvar\": 3042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1585, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1763, \"group\": [149.0, 27.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCAATACCG\", \"ini\": 2003, \"clust\": 1227, \"rank\": 1774, \"rankvar\": 1697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1586, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1164, \"group\": [1228.0, 266.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCTTGAGGT\", \"ini\": 2002, \"clust\": 1094, \"rank\": 1642, \"rankvar\": 958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1165, \"group\": [1093.0, 253.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGGACATTA\", \"ini\": 2001, \"clust\": 1291, \"rank\": 1460, \"rankvar\": 1743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1166, \"group\": [1288.0, 271.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTAGAAGGA\", \"ini\": 2000, \"clust\": 1137, \"rank\": 1576, \"rankvar\": 1477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1589, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1167, \"group\": [1138.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGCCAGTAG\", \"ini\": 1999, \"clust\": 3517, \"rank\": 2087, \"rankvar\": 3521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1590, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 66, \"group\": [3516.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTCGTTC\", \"ini\": 1998, \"clust\": 701, \"rank\": 1626, \"rankvar\": 1636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1591, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1168, \"group\": [702.0, 230.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGCAAGCC\", \"ini\": 1997, \"clust\": 942, \"rank\": 1561, \"rankvar\": 2096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1169, \"group\": [943.0, 247.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTAAGGGAA\", \"ini\": 1996, \"clust\": 470, \"rank\": 1912, \"rankvar\": 893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1593, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1170, \"group\": [470.0, 163.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTACTTCTT\", \"ini\": 1995, \"clust\": 1179, \"rank\": 1879, \"rankvar\": 2612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1171, \"group\": [1184.0, 262.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCAAGCCG\", \"ini\": 1994, \"clust\": 3082, \"rank\": 1032, \"rankvar\": 2746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1595, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3408, \"group\": [3085.0, 594.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGGCGGTT\", \"ini\": 1993, \"clust\": 569, \"rank\": 1618, \"rankvar\": 2518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1596, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1172, \"group\": [572.0, 190.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTCGCATCG\", \"ini\": 1992, \"clust\": 2929, \"rank\": 1839, \"rankvar\": 1930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1597, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3409, \"group\": [2975.0, 578.0, 70.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCCTACAGA\", \"ini\": 1991, \"clust\": 868, \"rank\": 1458, \"rankvar\": 2372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1173, \"group\": [869.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACTGTTAG\", \"ini\": 1990, \"clust\": 597, \"rank\": 1600, \"rankvar\": 1765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1599, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1174, \"group\": [600.0, 195.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCGGTCTAA\", \"ini\": 1989, \"clust\": 1131, \"rank\": 1567, \"rankvar\": 2409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1600, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1175, \"group\": [1131.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCACCGCTAG\", \"ini\": 1988, \"clust\": 450, \"rank\": 2098, \"rankvar\": 2236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1176, \"group\": [450.0, 159.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCATACTG\", \"ini\": 1987, \"clust\": 598, \"rank\": 1514, \"rankvar\": 2022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1177, \"group\": [598.0, 195.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACTGAAGG\", \"ini\": 1986, \"clust\": 493, \"rank\": 1773, \"rankvar\": 2448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1178, \"group\": [494.0, 168.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATGCATG\", \"ini\": 1985, \"clust\": 1230, \"rank\": 1635, \"rankvar\": 672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1604, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1179, \"group\": [1235.0, 266.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTAAGTAGT\", \"ini\": 1984, \"clust\": 1139, \"rank\": 1451, \"rankvar\": 1489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1180, \"group\": [1140.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCCACGTC\", \"ini\": 1983, \"clust\": 122, \"rank\": 1482, \"rankvar\": 2908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1764, \"group\": [119.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCCTCATTA\", \"ini\": 1982, \"clust\": 88, \"rank\": 1748, \"rankvar\": 3252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1607, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1765, \"group\": [90.0, 25.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGAATGTTG\", \"ini\": 1981, \"clust\": 1267, \"rank\": 1595, \"rankvar\": 1537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1181, \"group\": [1269.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCATTAGC\", \"ini\": 1980, \"clust\": 3489, \"rank\": 2188, \"rankvar\": 3432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1609, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 67, \"group\": [3487.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTCTCATT\", \"ini\": 1979, \"clust\": 1163, \"rank\": 1608, \"rankvar\": 1330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1610, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1182, \"group\": [1163.0, 259.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAGAGGA\", \"ini\": 1978, \"clust\": 957, \"rank\": 1599, \"rankvar\": 2981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1183, \"group\": [961.0, 248.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCGTTTAC\", \"ini\": 1977, \"clust\": 1782, \"rank\": 758, \"rankvar\": 1938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1612, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1873, \"group\": [1792.0, 394.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCATACAGCT\", \"ini\": 1976, \"clust\": 3230, \"rank\": 1453, \"rankvar\": 2794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1613, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3410, \"group\": [3231.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGTGGACGT\", \"ini\": 1975, \"clust\": 1102, \"rank\": 1493, \"rankvar\": 749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1184, \"group\": [1103.0, 253.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCATTCTTAC\", \"ini\": 1974, \"clust\": 413, \"rank\": 1823, \"rankvar\": 717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1185, \"group\": [414.0, 154.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTGTCGAGATG\", \"ini\": 1973, \"clust\": 3115, \"rank\": 1657, \"rankvar\": 3363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1616, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3411, \"group\": [3115.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGTGCCT\", \"ini\": 1972, \"clust\": 1224, \"rank\": 1621, \"rankvar\": 1293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1186, \"group\": [1224.0, 266.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTCTCTTAT\", \"ini\": 1971, \"clust\": 1134, \"rank\": 1507, \"rankvar\": 1055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1618, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1187, \"group\": [1137.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCCGTCAAA\", \"ini\": 1970, \"clust\": 3519, \"rank\": 2018, \"rankvar\": 3488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 68, \"group\": [3515.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGTCACGATGT\", \"ini\": 1969, \"clust\": 367, \"rank\": 2047, \"rankvar\": 2297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1620, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1188, \"group\": [365.0, 132.0, 24.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGGTCTCG\", \"ini\": 1968, \"clust\": 644, \"rank\": 1683, \"rankvar\": 165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1189, \"group\": [644.0, 217.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCGGATGGA\", \"ini\": 1967, \"clust\": 1156, \"rank\": 1571, \"rankvar\": 667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1190, \"group\": [1156.0, 256.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTTAGGTA\", \"ini\": 1966, \"clust\": 1193, \"rank\": 1703, \"rankvar\": 872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1191, \"group\": [1192.0, 264.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGACTAGAT\", \"ini\": 1965, \"clust\": 3316, \"rank\": 1317, \"rankvar\": 2795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1624, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3412, \"group\": [3316.0, 614.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATAGACTC\", \"ini\": 1964, \"clust\": 3309, \"rank\": 1340, \"rankvar\": 1351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3413, \"group\": [3309.0, 612.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTATCCCG\", \"ini\": 1963, \"clust\": 390, \"rank\": 1925, \"rankvar\": 1928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1192, \"group\": [392.0, 147.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGTCATGCT\", \"ini\": 1962, \"clust\": 2924, \"rank\": 1797, \"rankvar\": 1747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3414, \"group\": [2928.0, 559.0, 68.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTTCAGTAC\", \"ini\": 1961, \"clust\": 143, \"rank\": 1491, \"rankvar\": 3129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1628, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1766, \"group\": [140.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGAGCCTAG\", \"ini\": 1960, \"clust\": 119, \"rank\": 1501, \"rankvar\": 3142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1629, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1767, \"group\": [118.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAACGA\", \"ini\": 1959, \"clust\": 389, \"rank\": 1871, \"rankvar\": 1129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1193, \"group\": [393.0, 147.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCGAAAGC\", \"ini\": 1958, \"clust\": 981, \"rank\": 1410, \"rankvar\": 555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1194, \"group\": [989.0, 249.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATGTGGT\", \"ini\": 1957, \"clust\": 1288, \"rank\": 1664, \"rankvar\": 594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1195, \"group\": [1285.0, 271.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAGTCATC\", \"ini\": 1956, \"clust\": 650, \"rank\": 1593, \"rankvar\": 97, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1633, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1196, \"group\": [650.0, 220.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGCCTTGG\", \"ini\": 1955, \"clust\": 393, \"rank\": 1737, \"rankvar\": 1246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1634, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1197, \"group\": [394.0, 148.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATGAATG\", \"ini\": 1954, \"clust\": 945, \"rank\": 1489, \"rankvar\": 2142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1635, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1198, \"group\": [947.0, 247.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCATTTCACT\", \"ini\": 1953, \"clust\": 1125, \"rank\": 1363, \"rankvar\": 1726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1199, \"group\": [1125.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTAACGGT\", \"ini\": 1952, \"clust\": 3110, \"rank\": 1276, \"rankvar\": 2862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1637, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3415, \"group\": [3109.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGACAAGCC\", \"ini\": 1951, \"clust\": 631, \"rank\": 1649, \"rankvar\": 944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1200, \"group\": [631.0, 208.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGGCACTA\", \"ini\": 1950, \"clust\": 54, \"rank\": 1701, \"rankvar\": 3141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1768, \"group\": [53.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAGCGATG\", \"ini\": 1949, \"clust\": 3156, \"rank\": 1699, \"rankvar\": 2722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1640, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3416, \"group\": [3156.0, 601.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTATATGAG\", \"ini\": 1948, \"clust\": 3317, \"rank\": 1014, \"rankvar\": 2505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1641, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3417, \"group\": [3320.0, 615.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCGGTGTTA\", \"ini\": 1947, \"clust\": 1579, \"rank\": 1896, \"rankvar\": 12, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1642, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1201, \"group\": [1578.0, 324.0, 39.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGCGAG\", \"ini\": 1946, \"clust\": 712, \"rank\": 1719, \"rankvar\": 1092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1202, \"group\": [712.0, 235.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGTAGGTGC\", \"ini\": 1945, \"clust\": 435, \"rank\": 1746, \"rankvar\": 595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1203, \"group\": [434.0, 155.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACAGACAG\", \"ini\": 1944, \"clust\": 1100, \"rank\": 1492, \"rankvar\": 2474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1204, \"group\": [1097.0, 253.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGACCAAG\", \"ini\": 1943, \"clust\": 3553, \"rank\": 2378, \"rankvar\": 3561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1646, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 69, \"group\": [3550.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCGATCCCT\", \"ini\": 1942, \"clust\": 1166, \"rank\": 1735, \"rankvar\": 541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1647, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1205, \"group\": [1166.0, 259.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTAAC\", \"ini\": 1941, \"clust\": 1312, \"rank\": 1584, \"rankvar\": 742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1648, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1206, \"group\": [1312.0, 276.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCTGCTGCT\", \"ini\": 1940, \"clust\": 680, \"rank\": 1601, \"rankvar\": 2255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1649, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1207, \"group\": [680.0, 227.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATGCATG\", \"ini\": 1939, \"clust\": 501, \"rank\": 1613, \"rankvar\": 39, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1208, \"group\": [505.0, 174.0, 26.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCATTCCTGC\", \"ini\": 1938, \"clust\": 3554, \"rank\": 2300, \"rankvar\": 3573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1651, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 70, \"group\": [3551.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACCTCGGA\", \"ini\": 1937, \"clust\": 419, \"rank\": 1906, \"rankvar\": 916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1209, \"group\": [422.0, 154.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCAGTATCACCA\", \"ini\": 1936, \"clust\": 3120, \"rank\": 1390, \"rankvar\": 2820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1653, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3418, \"group\": [3123.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCCTATTCA\", \"ini\": 1935, \"clust\": 439, \"rank\": 1868, \"rankvar\": 1579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1210, \"group\": [440.0, 156.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTAAGTGTA\", \"ini\": 1934, \"clust\": 1161, \"rank\": 1662, \"rankvar\": 1214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1655, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1211, \"group\": [1160.0, 258.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTGCTGTAT\", \"ini\": 1933, \"clust\": 3396, \"rank\": 1718, \"rankvar\": 3451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1656, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3570, \"group\": [3395.0, 654.0, 85.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATGGTCA\", \"ini\": 1932, \"clust\": 1138, \"rank\": 1540, \"rankvar\": 2244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1212, \"group\": [1139.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGACGACGT\", \"ini\": 1931, \"clust\": 1157, \"rank\": 1605, \"rankvar\": 1774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1213, \"group\": [1157.0, 256.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTCCGAGTC\", \"ini\": 1930, \"clust\": 3043, \"rank\": 1382, \"rankvar\": 2686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3419, \"group\": [3046.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGAAGG\", \"ini\": 1929, \"clust\": 1259, \"rank\": 1516, \"rankvar\": 1123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1214, \"group\": [1256.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACAGGCTCAC\", \"ini\": 1928, \"clust\": 938, \"rank\": 1560, \"rankvar\": 250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1215, \"group\": [939.0, 246.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCATTTGGG\", \"ini\": 1927, \"clust\": 1806, \"rank\": 1190, \"rankvar\": 2428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1874, \"group\": [1804.0, 401.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAAGGGCTCTC\", \"ini\": 1926, \"clust\": 35, \"rank\": 1892, \"rankvar\": 2758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1663, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1769, \"group\": [34.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCAATGTC\", \"ini\": 1925, \"clust\": 571, \"rank\": 1751, \"rankvar\": 1409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1664, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1216, \"group\": [569.0, 190.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCGC\", \"ini\": 1924, \"clust\": 55, \"rank\": 1876, \"rankvar\": 3131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1665, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1770, \"group\": [54.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGAACAG\", \"ini\": 1923, \"clust\": 87, \"rank\": 1867, \"rankvar\": 3150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1666, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1771, \"group\": [84.0, 25.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACACGAAACG\", \"ini\": 1922, \"clust\": 494, \"rank\": 1791, \"rankvar\": 1710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1217, \"group\": [492.0, 168.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCACTAGTAC\", \"ini\": 1921, \"clust\": 1155, \"rank\": 1686, \"rankvar\": 1253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1668, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1218, \"group\": [1155.0, 256.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACGGTTTA\", \"ini\": 1920, \"clust\": 1566, \"rank\": 1745, \"rankvar\": 1045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1219, \"group\": [1566.0, 316.0, 36.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCAAAGTC\", \"ini\": 1919, \"clust\": 692, \"rank\": 1693, \"rankvar\": 1012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1670, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1220, \"group\": [693.0, 230.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCTCGCATC\", \"ini\": 1918, \"clust\": 2994, \"rank\": 1226, \"rankvar\": 2175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1671, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3420, \"group\": [2994.0, 583.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTGGACCC\", \"ini\": 1917, \"clust\": 422, \"rank\": 1928, \"rankvar\": 349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1672, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1221, \"group\": [423.0, 154.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCGAATGT\", \"ini\": 1916, \"clust\": 3505, \"rank\": 2158, \"rankvar\": 3516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1673, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 71, \"group\": [3504.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTAAGTGTA\", \"ini\": 1915, \"clust\": 1054, \"rank\": 1456, \"rankvar\": 315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1222, \"group\": [1053.0, 251.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCTGTCCGT\", \"ini\": 1914, \"clust\": 1123, \"rank\": 1499, \"rankvar\": 357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1223, \"group\": [1129.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCAGTATG\", \"ini\": 1913, \"clust\": 3057, \"rank\": 1324, \"rankvar\": 3139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1676, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3421, \"group\": [3058.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTCCGAACC\", \"ini\": 1912, \"clust\": 417, \"rank\": 1911, \"rankvar\": 1378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1677, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1224, \"group\": [418.0, 154.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTGCGCTTG\", \"ini\": 1911, \"clust\": 568, \"rank\": 1790, \"rankvar\": 563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1225, \"group\": [568.0, 190.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACAGACGCTC\", \"ini\": 1910, \"clust\": 113, \"rank\": 1545, \"rankvar\": 2923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1679, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1772, \"group\": [114.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGGGAG\", \"ini\": 1909, \"clust\": 1368, \"rank\": 772, \"rankvar\": 571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1226, \"group\": [1552.0, 303.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTTCGAGA\", \"ini\": 1908, \"clust\": 540, \"rank\": 1788, \"rankvar\": 1977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1681, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1227, \"group\": [539.0, 188.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGAATCCA\", \"ini\": 1907, \"clust\": 444, \"rank\": 1902, \"rankvar\": 551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1228, \"group\": [448.0, 158.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGAATGGA\", \"ini\": 1906, \"clust\": 467, \"rank\": 1974, \"rankvar\": 1698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1229, \"group\": [467.0, 163.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCGTACGGC\", \"ini\": 1905, \"clust\": 611, \"rank\": 1819, \"rankvar\": 2180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1230, \"group\": [611.0, 198.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCAGAGCCAA\", \"ini\": 1904, \"clust\": 139, \"rank\": 1498, \"rankvar\": 3038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1685, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1773, \"group\": [138.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCATGTCCC\", \"ini\": 1903, \"clust\": 713, \"rank\": 1717, \"rankvar\": 1247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1231, \"group\": [713.0, 235.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTAGTGCG\", \"ini\": 1902, \"clust\": 1257, \"rank\": 1442, \"rankvar\": 2325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1232, \"group\": [1257.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCGATTCT\", \"ini\": 1901, \"clust\": 1557, \"rank\": 1579, \"rankvar\": 2592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1233, \"group\": [1556.0, 306.0, 34.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTGTTGAGG\", \"ini\": 1900, \"clust\": 1245, \"rank\": 1708, \"rankvar\": 1815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1689, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1234, \"group\": [1243.0, 267.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAGTAACGG\", \"ini\": 1899, \"clust\": 486, \"rank\": 1598, \"rankvar\": 109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1235, \"group\": [486.0, 168.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGCTAGTCT\", \"ini\": 1898, \"clust\": 1710, \"rank\": 994, \"rankvar\": 144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1875, \"group\": [1710.0, 362.0, 45.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTGTCGT\", \"ini\": 1897, \"clust\": 1810, \"rank\": 890, \"rankvar\": 2066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1876, \"group\": [1807.0, 403.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGAGTCCCACG\", \"ini\": 1896, \"clust\": 1091, \"rank\": 1644, \"rankvar\": 60, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1236, \"group\": [1092.0, 253.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCAAGCCCAC\", \"ini\": 1895, \"clust\": 3508, \"rank\": 2093, \"rankvar\": 3502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1694, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 72, \"group\": [3505.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTGTATGGG\", \"ini\": 1894, \"clust\": 387, \"rank\": 1926, \"rankvar\": 1031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1237, \"group\": [387.0, 146.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATTCCC\", \"ini\": 1893, \"clust\": 949, \"rank\": 1665, \"rankvar\": 238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1696, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1238, \"group\": [948.0, 247.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAAAGCGGT\", \"ini\": 1892, \"clust\": 651, \"rank\": 1682, \"rankvar\": 882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1697, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1239, \"group\": [651.0, 220.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTCTCCCTA\", \"ini\": 1891, \"clust\": 962, \"rank\": 1692, \"rankvar\": 1887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1240, \"group\": [963.0, 248.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTACGAGT\", \"ini\": 1890, \"clust\": 950, \"rank\": 1676, \"rankvar\": 132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1241, \"group\": [949.0, 247.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGCGCCAA\", \"ini\": 1889, \"clust\": 3059, \"rank\": 1264, \"rankvar\": 2919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1700, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3422, \"group\": [3057.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGGATCGA\", \"ini\": 1888, \"clust\": 1140, \"rank\": 1309, \"rankvar\": 2338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1701, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1242, \"group\": [1141.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCGCAA\", \"ini\": 1887, \"clust\": 3097, \"rank\": 1415, \"rankvar\": 2938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1702, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3423, \"group\": [3103.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAGTGGAGT\", \"ini\": 1886, \"clust\": 959, \"rank\": 1558, \"rankvar\": 1662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1243, \"group\": [958.0, 248.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTAGCAAAT\", \"ini\": 1885, \"clust\": 320, \"rank\": 1695, \"rankvar\": 78, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1244, \"group\": [324.0, 108.0, 20.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGGCATGTG\", \"ini\": 1884, \"clust\": 1194, \"rank\": 1826, \"rankvar\": 1068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1245, \"group\": [1193.0, 264.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCTGTT\", \"ini\": 1883, \"clust\": 1271, \"rank\": 1778, \"rankvar\": 123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1706, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1246, \"group\": [1271.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGATGT\", \"ini\": 1882, \"clust\": 1338, \"rank\": 1761, \"rankvar\": 2208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1707, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1247, \"group\": [1341.0, 279.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCACAGCCCA\", \"ini\": 1881, \"clust\": 1555, \"rank\": 1548, \"rankvar\": 1231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1248, \"group\": [1557.0, 307.0, 34.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTATATGGA\", \"ini\": 1880, \"clust\": 560, \"rank\": 1688, \"rankvar\": 1819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1709, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1249, \"group\": [560.0, 189.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCGTTTATC\", \"ini\": 1879, \"clust\": 669, \"rank\": 1634, \"rankvar\": 1550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1250, \"group\": [678.0, 226.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCCCACTTG\", \"ini\": 1878, \"clust\": 1225, \"rank\": 1694, \"rankvar\": 1016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1251, \"group\": [1225.0, 266.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGGGATC\", \"ini\": 1877, \"clust\": 863, \"rank\": 1777, \"rankvar\": 1110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1252, \"group\": [863.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCCACGCAG\", \"ini\": 1876, \"clust\": 1164, \"rank\": 1679, \"rankvar\": 1007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1253, \"group\": [1164.0, 259.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCAAAGCG\", \"ini\": 1875, \"clust\": 3584, \"rank\": 1898, \"rankvar\": 3075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1254, \"group\": [3585.0, 690.0, 94.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCCATGAAC\", \"ini\": 1874, \"clust\": 3023, \"rank\": 1610, \"rankvar\": 2332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1715, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3424, \"group\": [3024.0, 589.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCCGGCACA\", \"ini\": 1873, \"clust\": 3028, \"rank\": 1435, \"rankvar\": 1927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1716, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3425, \"group\": [3029.0, 589.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTACCGTTA\", \"ini\": 1872, \"clust\": 158, \"rank\": 1612, \"rankvar\": 2922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1717, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1774, \"group\": [163.0, 34.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGGGTATG\", \"ini\": 1871, \"clust\": 1197, \"rank\": 1770, \"rankvar\": 2667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1255, \"group\": [1196.0, 264.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTCTTGATG\", \"ini\": 1870, \"clust\": 3140, \"rank\": 1231, \"rankvar\": 2087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1719, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3426, \"group\": [3140.0, 598.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTACGGAG\", \"ini\": 1869, \"clust\": 1095, \"rank\": 1725, \"rankvar\": 684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1720, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1256, \"group\": [1094.0, 253.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAAGCACACAG\", \"ini\": 1868, \"clust\": 2797, \"rank\": 933, \"rankvar\": 3247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1721, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2704, \"group\": [2795.0, 538.0, 64.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGTACACCT\", \"ini\": 1867, \"clust\": 539, \"rank\": 1962, \"rankvar\": 439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1722, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1257, \"group\": [541.0, 188.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGGACAC\", \"ini\": 1866, \"clust\": 3362, \"rank\": 1837, \"rankvar\": 2493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3427, \"group\": [3364.0, 632.0, 75.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTTGACGTT\", \"ini\": 1865, \"clust\": 1708, \"rank\": 1325, \"rankvar\": 292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1877, \"group\": [1709.0, 361.0, 44.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCGTTCCG\", \"ini\": 1864, \"clust\": 146, \"rank\": 1738, \"rankvar\": 3246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1775, \"group\": [145.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCAGGGTATG\", \"ini\": 1863, \"clust\": 336, \"rank\": 1803, \"rankvar\": 1124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1258, \"group\": [345.0, 120.0, 22.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTTGACGA\", \"ini\": 1862, \"clust\": 123, \"rank\": 1805, \"rankvar\": 3039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1727, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1776, \"group\": [120.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATCCGGGT\", \"ini\": 1861, \"clust\": 3573, \"rank\": 2455, \"rankvar\": 3431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1728, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 73, \"group\": [3571.0, 684.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCATGACGGA\", \"ini\": 1860, \"clust\": 1038, \"rank\": 1381, \"rankvar\": 1244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1729, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1259, \"group\": [1038.0, 251.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTTCCGTCT\", \"ini\": 1859, \"clust\": 593, \"rank\": 1711, \"rankvar\": 1666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1260, \"group\": [594.0, 195.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACCATAG\", \"ini\": 1858, \"clust\": 130, \"rank\": 1619, \"rankvar\": 3281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1731, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1777, \"group\": [127.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGGTGTTAA\", \"ini\": 1857, \"clust\": 487, \"rank\": 1602, \"rankvar\": 547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1732, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1261, \"group\": [487.0, 168.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGACTCGGA\", \"ini\": 1856, \"clust\": 951, \"rank\": 1734, \"rankvar\": 1766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1733, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1262, \"group\": [952.0, 248.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGTGAAGTT\", \"ini\": 1855, \"clust\": 3224, \"rank\": 1524, \"rankvar\": 1770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3428, \"group\": [3225.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCAGAGACG\", \"ini\": 1854, \"clust\": 960, \"rank\": 1799, \"rankvar\": 693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1263, \"group\": [959.0, 248.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCTCAACGAAA\", \"ini\": 1853, \"clust\": 0, \"rank\": 1180, \"rankvar\": 1853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1736, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1778, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTCGCGGTT\", \"ini\": 1852, \"clust\": 3056, \"rank\": 1128, \"rankvar\": 3420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3429, \"group\": [3059.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGAGTCTGG\", \"ini\": 1851, \"clust\": 3157, \"rank\": 1732, \"rankvar\": 1516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1738, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3430, \"group\": [3157.0, 601.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTACAGCTTCGG\", \"ini\": 1850, \"clust\": 423, \"rank\": 1866, \"rankvar\": 73, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1264, \"group\": [424.0, 154.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTCTGAGA\", \"ini\": 1849, \"clust\": 1262, \"rank\": 1753, \"rankvar\": 2104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1265, \"group\": [1261.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTGTGGTTT\", \"ini\": 1848, \"clust\": 1116, \"rank\": 1628, \"rankvar\": 2002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1266, \"group\": [1117.0, 254.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATCCGTGG\", \"ini\": 1847, \"clust\": 1313, \"rank\": 1457, \"rankvar\": 1281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1742, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1267, \"group\": [1313.0, 276.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAGC\", \"ini\": 1846, \"clust\": 3049, \"rank\": 1307, \"rankvar\": 3100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1743, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3431, \"group\": [3050.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACAAGGTGTG\", \"ini\": 1845, \"clust\": 78, \"rank\": 1941, \"rankvar\": 2488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1744, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1779, \"group\": [77.0, 25.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGAATTCCC\", \"ini\": 1844, \"clust\": 3322, \"rank\": 1486, \"rankvar\": 2369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1745, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3432, \"group\": [3321.0, 615.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTCCGTAT\", \"ini\": 1843, \"clust\": 1132, \"rank\": 1747, \"rankvar\": 1889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1746, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1268, \"group\": [1132.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGTGAGT\", \"ini\": 1842, \"clust\": 711, \"rank\": 1724, \"rankvar\": 1871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1747, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1269, \"group\": [714.0, 235.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTATATGAG\", \"ini\": 1841, \"clust\": 1293, \"rank\": 1782, \"rankvar\": 288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1270, \"group\": [1293.0, 272.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCATGCAT\", \"ini\": 1840, \"clust\": 596, \"rank\": 1824, \"rankvar\": 1085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1271, \"group\": [597.0, 195.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAGCGTCCA\", \"ini\": 1839, \"clust\": 1252, \"rank\": 1806, \"rankvar\": 1064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1750, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1272, \"group\": [1254.0, 268.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTAGGACAC\", \"ini\": 1838, \"clust\": 1236, \"rank\": 1827, \"rankvar\": 1282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1751, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1273, \"group\": [1232.0, 266.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTCCGGCA\", \"ini\": 1837, \"clust\": 1218, \"rank\": 1660, \"rankvar\": 646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1274, \"group\": [1218.0, 266.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATTTCAGG\", \"ini\": 1836, \"clust\": 3062, \"rank\": 1362, \"rankvar\": 2754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1753, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3433, \"group\": [3063.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTTAGTGGG\", \"ini\": 1835, \"clust\": 1165, \"rank\": 1795, \"rankvar\": 776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1275, \"group\": [1168.0, 259.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTCAGCTTCGG\", \"ini\": 1834, \"clust\": 537, \"rank\": 1994, \"rankvar\": 696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1276, \"group\": [537.0, 188.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTACATGTC\", \"ini\": 1833, \"clust\": 144, \"rank\": 1754, \"rankvar\": 2656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1756, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1780, \"group\": [141.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCACCGCTAG\", \"ini\": 1832, \"clust\": 628, \"rank\": 1959, \"rankvar\": 1086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1277, \"group\": [626.0, 206.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTTCCAACA\", \"ini\": 1831, \"clust\": 547, \"rank\": 1756, \"rankvar\": 920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1278, \"group\": [547.0, 188.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTCCAGGG\", \"ini\": 1830, \"clust\": 85, \"rank\": 1905, \"rankvar\": 3182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1759, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1781, \"group\": [85.0, 25.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGTCGTTC\", \"ini\": 1829, \"clust\": 433, \"rank\": 1840, \"rankvar\": 1618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1279, \"group\": [435.0, 155.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCACGTCAGC\", \"ini\": 1828, \"clust\": 3117, \"rank\": 1550, \"rankvar\": 2052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1761, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3434, \"group\": [3119.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGTCCTCCT\", \"ini\": 1827, \"clust\": 531, \"rank\": 1723, \"rankvar\": 202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1762, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1280, \"group\": [530.0, 186.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGGCTCTTA\", \"ini\": 1826, \"clust\": 1306, \"rank\": 1519, \"rankvar\": 1958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1281, \"group\": [1306.0, 276.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATTCTTAC\", \"ini\": 1825, \"clust\": 430, \"rank\": 1877, \"rankvar\": 802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1282, \"group\": [430.0, 154.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCCTCATTA\", \"ini\": 1824, \"clust\": 3413, \"rank\": 1780, \"rankvar\": 3328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3571, \"group\": [3408.0, 655.0, 85.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTTGTCGCG\", \"ini\": 1823, \"clust\": 632, \"rank\": 1844, \"rankvar\": 1309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1283, \"group\": [632.0, 208.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCCATTTA\", \"ini\": 1822, \"clust\": 3125, \"rank\": 1592, \"rankvar\": 2383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1767, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3435, \"group\": [3126.0, 597.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCACAGACAG\", \"ini\": 1821, \"clust\": 1592, \"rank\": 1921, \"rankvar\": 1480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1284, \"group\": [1593.0, 334.0, 40.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGGTACTCT\", \"ini\": 1820, \"clust\": 555, \"rank\": 1816, \"rankvar\": 1970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1285, \"group\": [557.0, 188.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTCTGTCG\", \"ini\": 1819, \"clust\": 3299, \"rank\": 1917, \"rankvar\": 1611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1770, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3436, \"group\": [3300.0, 610.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGCCTTGG\", \"ini\": 1818, \"clust\": 1167, \"rank\": 1785, \"rankvar\": 471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1286, \"group\": [1167.0, 259.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTGCTGCT\", \"ini\": 1817, \"clust\": 1031, \"rank\": 1681, \"rankvar\": 407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1772, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1287, \"group\": [1034.0, 251.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTTCAGACT\", \"ini\": 1816, \"clust\": 1211, \"rank\": 1818, \"rankvar\": 925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1773, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1288, \"group\": [1211.0, 265.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGAAGGCT\", \"ini\": 1815, \"clust\": 562, \"rank\": 1658, \"rankvar\": 1683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1289, \"group\": [562.0, 189.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTAAACCTC\", \"ini\": 1814, \"clust\": 140, \"rank\": 1597, \"rankvar\": 3293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1775, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1782, \"group\": [139.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTCACGCC\", \"ini\": 1813, \"clust\": 3041, \"rank\": 1582, \"rankvar\": 2947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1776, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3437, \"group\": [3042.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGTGGGTTG\", \"ini\": 1812, \"clust\": 587, \"rank\": 1789, \"rankvar\": 2063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1290, \"group\": [586.0, 194.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGGGCTTGA\", \"ini\": 1811, \"clust\": 1319, \"rank\": 1668, \"rankvar\": 1379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1778, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1291, \"group\": [1318.0, 277.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATGGAATA\", \"ini\": 1810, \"clust\": 588, \"rank\": 1728, \"rankvar\": 3067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1779, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1292, \"group\": [587.0, 194.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTACCGAGA\", \"ini\": 1809, \"clust\": 3243, \"rank\": 1490, \"rankvar\": 2655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1780, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3438, \"group\": [3243.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCAGCATGT\", \"ini\": 1808, \"clust\": 615, \"rank\": 1828, \"rankvar\": 1159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1293, \"group\": [618.0, 199.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCTAGGCA\", \"ini\": 1807, \"clust\": 512, \"rank\": 1957, \"rankvar\": 733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1294, \"group\": [512.0, 179.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGCTGCTG\", \"ini\": 1806, \"clust\": 3384, \"rank\": 2291, \"rankvar\": 3115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1783, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3439, \"group\": [3381.0, 647.0, 82.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCTATGTT\", \"ini\": 1805, \"clust\": 1299, \"rank\": 1638, \"rankvar\": 1524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1295, \"group\": [1302.0, 275.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCCGAATGT\", \"ini\": 1804, \"clust\": 159, \"rank\": 1371, \"rankvar\": 3088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1785, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1783, \"group\": [160.0, 32.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGACGGTA\", \"ini\": 1803, \"clust\": 3507, \"rank\": 2237, \"rankvar\": 3535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1786, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 74, \"group\": [3507.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTATAGTAG\", \"ini\": 1802, \"clust\": 3577, \"rank\": 2335, \"rankvar\": 3501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1787, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 75, \"group\": [3574.0, 684.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATTTCAGG\", \"ini\": 1801, \"clust\": 714, \"rank\": 1804, \"rankvar\": 1362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1296, \"group\": [719.0, 235.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCATGTCCTC\", \"ini\": 1800, \"clust\": 1182, \"rank\": 1938, \"rankvar\": 720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1297, \"group\": [1180.0, 261.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTCACCTAA\", \"ini\": 1799, \"clust\": 3499, \"rank\": 2092, \"rankvar\": 3372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1790, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 76, \"group\": [3501.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTAACGGT\", \"ini\": 1798, \"clust\": 530, \"rank\": 1578, \"rankvar\": 715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1298, \"group\": [532.0, 186.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCAGTCAGT\", \"ini\": 1797, \"clust\": 3500, \"rank\": 2199, \"rankvar\": 3517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1792, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 77, \"group\": [3500.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGATCCA\", \"ini\": 1796, \"clust\": 577, \"rank\": 1715, \"rankvar\": 1315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1299, \"group\": [576.0, 192.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGATCTGT\", \"ini\": 1795, \"clust\": 1141, \"rank\": 1722, \"rankvar\": 991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1794, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1300, \"group\": [1142.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACACGTCAGC\", \"ini\": 1794, \"clust\": 332, \"rank\": 1949, \"rankvar\": 1133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1795, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1301, \"group\": [332.0, 114.0, 22.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGGTCTGCGGT\", \"ini\": 1793, \"clust\": 3258, \"rank\": 1570, \"rankvar\": 1638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1796, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3440, \"group\": [3261.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCTGCTGTC\", \"ini\": 1792, \"clust\": 510, \"rank\": 1709, \"rankvar\": 375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1797, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1302, \"group\": [510.0, 177.0, 26.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCCGATATG\", \"ini\": 1791, \"clust\": 3506, \"rank\": 2254, \"rankvar\": 3500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1798, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 78, \"group\": [3508.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATACAATCAGAA\", \"ini\": 1790, \"clust\": 1753, \"rank\": 861, \"rankvar\": 366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1878, \"group\": [1753.0, 389.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCAGCTGGC\", \"ini\": 1789, \"clust\": 1790, \"rank\": 920, \"rankvar\": 1625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1879, \"group\": [1787.0, 393.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTTGCGTTA\", \"ini\": 1788, \"clust\": 3292, \"rank\": 1812, \"rankvar\": 3106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3441, \"group\": [3296.0, 608.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGACTAGGC\", \"ini\": 1787, \"clust\": 522, \"rank\": 1978, \"rankvar\": 1333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1802, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1303, \"group\": [527.0, 183.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCCCGC\", \"ini\": 1786, \"clust\": 425, \"rank\": 1942, \"rankvar\": 1144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1803, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1304, \"group\": [425.0, 154.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTACACCGC\", \"ini\": 1785, \"clust\": 578, \"rank\": 1762, \"rankvar\": 2464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1305, \"group\": [577.0, 192.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCAGTAGAGC\", \"ini\": 1784, \"clust\": 1812, \"rank\": 1454, \"rankvar\": 2682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1805, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 162, \"group\": [1833.0, 409.0, 54.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCCCTAATT\", \"ini\": 1783, \"clust\": 135, \"rank\": 1702, \"rankvar\": 2665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1806, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1784, \"group\": [136.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGGTGACCA\", \"ini\": 1782, \"clust\": 1754, \"rank\": 1027, \"rankvar\": 505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1880, \"group\": [1754.0, 389.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGACACGAC\", \"ini\": 1781, \"clust\": 551, \"rank\": 1830, \"rankvar\": 1258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1808, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1306, \"group\": [551.0, 188.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCACCCGAG\", \"ini\": 1780, \"clust\": 3060, \"rank\": 1253, \"rankvar\": 2962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1809, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3442, \"group\": [3061.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCACGGTTA\", \"ini\": 1779, \"clust\": 3044, \"rank\": 1290, \"rankvar\": 3353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3443, \"group\": [3044.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCACTACAGT\", \"ini\": 1778, \"clust\": 1120, \"rank\": 1583, \"rankvar\": 182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1307, \"group\": [1122.0, 254.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCGAATGGG\", \"ini\": 1777, \"clust\": 575, \"rank\": 1772, \"rankvar\": 126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1812, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1308, \"group\": [579.0, 192.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAAGCCGTC\", \"ini\": 1776, \"clust\": 368, \"rank\": 2040, \"rankvar\": 859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1309, \"group\": [366.0, 132.0, 24.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTCGCGAC\", \"ini\": 1775, \"clust\": 495, \"rank\": 1899, \"rankvar\": 600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1814, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1310, \"group\": [493.0, 168.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGTTAACC\", \"ini\": 1774, \"clust\": 532, \"rank\": 1764, \"rankvar\": 413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1815, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1311, \"group\": [531.0, 186.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCAGCATGAG\", \"ini\": 1773, \"clust\": 3580, \"rank\": 2338, \"rankvar\": 3536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1816, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 79, \"group\": [3578.0, 685.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAAGTAA\", \"ini\": 1772, \"clust\": 3397, \"rank\": 2079, \"rankvar\": 3461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1817, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3572, \"group\": [3396.0, 654.0, 85.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCACTTATC\", \"ini\": 1771, \"clust\": 973, \"rank\": 1757, \"rankvar\": 402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1312, \"group\": [974.0, 248.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCAATAAGG\", \"ini\": 1770, \"clust\": 558, \"rank\": 1670, \"rankvar\": 1346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1819, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1313, \"group\": [558.0, 188.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACCAGGC\", \"ini\": 1769, \"clust\": 570, \"rank\": 1863, \"rankvar\": 1814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1314, \"group\": [571.0, 190.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACACCATCCT\", \"ini\": 1768, \"clust\": 3032, \"rank\": 1639, \"rankvar\": 1882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1821, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3444, \"group\": [3031.0, 590.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCAGCTTAG\", \"ini\": 1767, \"clust\": 407, \"rank\": 2008, \"rankvar\": 753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1822, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1315, \"group\": [407.0, 151.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATTACCG\", \"ini\": 1766, \"clust\": 952, \"rank\": 1740, \"rankvar\": 1862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1316, \"group\": [953.0, 248.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCATCTGCC\", \"ini\": 1765, \"clust\": 1195, \"rank\": 1881, \"rankvar\": 1095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1317, \"group\": [1197.0, 264.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGGCAGGTT\", \"ini\": 1764, \"clust\": 507, \"rank\": 1768, \"rankvar\": 167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1825, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1318, \"group\": [507.0, 175.0, 26.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTTGTTTGG\", \"ini\": 1763, \"clust\": 138, \"rank\": 1852, \"rankvar\": 3151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1826, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1785, \"group\": [134.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTTCACTCTTA\", \"ini\": 1762, \"clust\": 321, \"rank\": 1569, \"rankvar\": 1506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1827, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1319, \"group\": [323.0, 107.0, 20.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGATGAGG\", \"ini\": 1761, \"clust\": 599, \"rank\": 1647, \"rankvar\": 2308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1828, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1320, \"group\": [599.0, 195.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCGCCGTGA\", \"ini\": 1760, \"clust\": 505, \"rank\": 1887, \"rankvar\": 1145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1321, \"group\": [508.0, 176.0, 26.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTTCCGGCA\", \"ini\": 1759, \"clust\": 3039, \"rank\": 1648, \"rankvar\": 2978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1830, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3445, \"group\": [3039.0, 592.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGGATGGG\", \"ini\": 1758, \"clust\": 418, \"rank\": 1933, \"rankvar\": 1026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1322, \"group\": [419.0, 154.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCCTCCTAG\", \"ini\": 1757, \"clust\": 2953, \"rank\": 1846, \"rankvar\": 2703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1832, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3446, \"group\": [2951.0, 568.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTTATCGC\", \"ini\": 1756, \"clust\": 943, \"rank\": 1706, \"rankvar\": 2128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1323, \"group\": [944.0, 247.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGAGCCTAG\", \"ini\": 1755, \"clust\": 552, \"rank\": 1842, \"rankvar\": 2043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1324, \"group\": [552.0, 188.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCCGTCAG\", \"ini\": 1754, \"clust\": 1129, \"rank\": 1781, \"rankvar\": 911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1325, \"group\": [1134.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGGAGGTA\", \"ini\": 1753, \"clust\": 958, \"rank\": 1663, \"rankvar\": 1229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1326, \"group\": [960.0, 248.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGGAGTACC\", \"ini\": 1752, \"clust\": 3045, \"rank\": 870, \"rankvar\": 3349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1837, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3447, \"group\": [3045.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGCTCAACT\", \"ini\": 1751, \"clust\": 1145, \"rank\": 1712, \"rankvar\": 1121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1838, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1327, \"group\": [1146.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGAGTACCG\", \"ini\": 1750, \"clust\": 1, \"rank\": 875, \"rankvar\": 1794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1839, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1786, \"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGGATTCGG\", \"ini\": 1749, \"clust\": 380, \"rank\": 1952, \"rankvar\": 1920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1328, \"group\": [381.0, 142.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTAGAAAGG\", \"ini\": 1748, \"clust\": 391, \"rank\": 2001, \"rankvar\": 2016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1329, \"group\": [390.0, 147.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGATCTCGTTTA\", \"ini\": 1747, \"clust\": 3116, \"rank\": 1810, \"rankvar\": 3086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3448, \"group\": [3116.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCGATGAGG\", \"ini\": 1746, \"clust\": 1800, \"rank\": 840, \"rankvar\": 2861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1843, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2705, \"group\": [1803.0, 400.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGTGCGTC\", \"ini\": 1745, \"clust\": 2954, \"rank\": 1783, \"rankvar\": 2719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1844, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3449, \"group\": [2952.0, 568.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTATCGCAT\", \"ini\": 1744, \"clust\": 3225, \"rank\": 1742, \"rankvar\": 3022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1845, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3450, \"group\": [3226.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACAGTGGAGT\", \"ini\": 1743, \"clust\": 1796, \"rank\": 1039, \"rankvar\": 2073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1881, \"group\": [1796.0, 395.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGGTTCC\", \"ini\": 1742, \"clust\": 3509, \"rank\": 2240, \"rankvar\": 3542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1847, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 80, \"group\": [3506.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGAGGGA\", \"ini\": 1741, \"clust\": 1560, \"rank\": 1874, \"rankvar\": 359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1848, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1330, \"group\": [1561.0, 311.0, 35.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGTTTGG\", \"ini\": 1740, \"clust\": 964, \"rank\": 1841, \"rankvar\": 521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1331, \"group\": [964.0, 248.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTATCTGCA\", \"ini\": 1739, \"clust\": 115, \"rank\": 1552, \"rankvar\": 3339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1850, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1787, \"group\": [113.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGGATATAC\", \"ini\": 1738, \"clust\": 79, \"rank\": 1901, \"rankvar\": 3121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1851, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1788, \"group\": [78.0, 25.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTTCTGTTT\", \"ini\": 1737, \"clust\": 629, \"rank\": 2095, \"rankvar\": 490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1852, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1332, \"group\": [627.0, 206.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCGGAAG\", \"ini\": 1736, \"clust\": 529, \"rank\": 2029, \"rankvar\": 803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1333, \"group\": [573.0, 191.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTACCGTTA\", \"ini\": 1735, \"clust\": 429, \"rank\": 1964, \"rankvar\": 251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1334, \"group\": [432.0, 154.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCAAACGTGG\", \"ini\": 1734, \"clust\": 402, \"rank\": 1915, \"rankvar\": 267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1855, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1335, \"group\": [403.0, 150.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTGCGACG\", \"ini\": 1733, \"clust\": 464, \"rank\": 1861, \"rankvar\": 761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1336, \"group\": [469.0, 163.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGCCTATGT\", \"ini\": 1732, \"clust\": 600, \"rank\": 1809, \"rankvar\": 791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1337, \"group\": [604.0, 196.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGACGCTTT\", \"ini\": 1731, \"clust\": 397, \"rank\": 1869, \"rankvar\": 1399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1858, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1338, \"group\": [398.0, 149.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTATCGCAT\", \"ini\": 1730, \"clust\": 1709, \"rank\": 960, \"rankvar\": 1143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1882, \"group\": [1712.0, 364.0, 45.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCGCATAA\", \"ini\": 1729, \"clust\": 3548, \"rank\": 2362, \"rankvar\": 3571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1860, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 81, \"group\": [3547.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAAGTAGTA\", \"ini\": 1728, \"clust\": 607, \"rank\": 1750, \"rankvar\": 1461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1861, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1339, \"group\": [608.0, 196.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGTCATCCA\", \"ini\": 1727, \"clust\": 446, \"rank\": 1802, \"rankvar\": 1658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1340, \"group\": [445.0, 157.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAGTATGGTTC\", \"ini\": 1726, \"clust\": 3564, \"rank\": 2318, \"rankvar\": 3496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1863, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 82, \"group\": [3562.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTAATTGGA\", \"ini\": 1725, \"clust\": 574, \"rank\": 1749, \"rankvar\": 1115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1341, \"group\": [575.0, 192.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATGGTCTA\", \"ini\": 1724, \"clust\": 3561, \"rank\": 2294, \"rankvar\": 3533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1865, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 83, \"group\": [3560.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCACCCGAG\", \"ini\": 1723, \"clust\": 431, \"rank\": 2007, \"rankvar\": 1952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1342, \"group\": [431.0, 154.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAGACGTAG\", \"ini\": 1722, \"clust\": 564, \"rank\": 1970, \"rankvar\": 864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1343, \"group\": [566.0, 190.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCCGTACAA\", \"ini\": 1721, \"clust\": 404, \"rank\": 1878, \"rankvar\": 1495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1868, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1344, \"group\": [410.0, 151.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGAGTGACC\", \"ini\": 1720, \"clust\": 64, \"rank\": 1897, \"rankvar\": 3360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1869, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1789, \"group\": [61.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGCCCTAAT\", \"ini\": 1719, \"clust\": 3123, \"rank\": 1506, \"rankvar\": 3074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1870, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3451, \"group\": [3121.0, 595.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGGAGCGTT\", \"ini\": 1718, \"clust\": 3492, \"rank\": 2190, \"rankvar\": 3405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1871, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 84, \"group\": [3490.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACATAACC\", \"ini\": 1717, \"clust\": 3293, \"rank\": 1484, \"rankvar\": 2501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1872, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3452, \"group\": [3295.0, 607.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACAAGCCATT\", \"ini\": 1716, \"clust\": 3323, \"rank\": 1468, \"rankvar\": 2711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1873, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3453, \"group\": [3322.0, 615.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCGCGAAA\", \"ini\": 1715, \"clust\": 3282, \"rank\": 1425, \"rankvar\": 3194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1874, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3454, \"group\": [3284.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTCGACTGC\", \"ini\": 1714, \"clust\": 392, \"rank\": 2004, \"rankvar\": 544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1345, \"group\": [391.0, 147.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCATTCTA\", \"ini\": 1713, \"clust\": 590, \"rank\": 1669, \"rankvar\": 2098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1346, \"group\": [591.0, 194.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAACTGTC\", \"ini\": 1712, \"clust\": 3153, \"rank\": 1862, \"rankvar\": 2527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1877, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3455, \"group\": [3154.0, 600.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTGGACGAT\", \"ini\": 1711, \"clust\": 1249, \"rank\": 1776, \"rankvar\": 1989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1347, \"group\": [1249.0, 267.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACACATGGGA\", \"ini\": 1710, \"clust\": 842, \"rank\": 1765, \"rankvar\": 262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1348, \"group\": [846.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGTCAGCC\", \"ini\": 1709, \"clust\": 3025, \"rank\": 1814, \"rankvar\": 2823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1880, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3456, \"group\": [3025.0, 589.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCATGGTAGG\", \"ini\": 1708, \"clust\": 621, \"rank\": 1914, \"rankvar\": 504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1881, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1349, \"group\": [621.0, 202.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACATTTCAGG\", \"ini\": 1707, \"clust\": 1159, \"rank\": 1935, \"rankvar\": 699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1350, \"group\": [1161.0, 258.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTCGGATCC\", \"ini\": 1706, \"clust\": 1793, \"rank\": 1255, \"rankvar\": 1494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1883, \"group\": [1793.0, 395.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAGTATTAGCC\", \"ini\": 1705, \"clust\": 1144, \"rank\": 1743, \"rankvar\": 858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1351, \"group\": [1145.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCGCAT\", \"ini\": 1704, \"clust\": 619, \"rank\": 1958, \"rankvar\": 727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1352, \"group\": [620.0, 201.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCATTCACTT\", \"ini\": 1703, \"clust\": 471, \"rank\": 2034, \"rankvar\": 2059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1353, \"group\": [471.0, 163.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGTGGACC\", \"ini\": 1702, \"clust\": 3399, \"rank\": 2220, \"rankvar\": 3442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1887, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3573, \"group\": [3398.0, 654.0, 85.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTTTACGT\", \"ini\": 1701, \"clust\": 385, \"rank\": 1903, \"rankvar\": 848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1354, \"group\": [385.0, 145.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCAACACCTA\", \"ini\": 1700, \"clust\": 2799, \"rank\": 789, \"rankvar\": 3312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1889, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2706, \"group\": [2798.0, 538.0, 64.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTACATGA\", \"ini\": 1699, \"clust\": 382, \"rank\": 1851, \"rankvar\": 111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1355, \"group\": [380.0, 141.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATGTGGT\", \"ini\": 1698, \"clust\": 3244, \"rank\": 1690, \"rankvar\": 2472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1891, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3457, \"group\": [3244.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTAACGGT\", \"ini\": 1697, \"clust\": 3494, \"rank\": 2181, \"rankvar\": 3393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1892, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 85, \"group\": [3492.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGATAAGT\", \"ini\": 1696, \"clust\": 1188, \"rank\": 1760, \"rankvar\": 993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1356, \"group\": [1187.0, 263.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTACGCCC\", \"ini\": 1695, \"clust\": 90, \"rank\": 1961, \"rankvar\": 3240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1894, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1790, \"group\": [87.0, 25.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAAACGCG\", \"ini\": 1694, \"clust\": 465, \"rank\": 1965, \"rankvar\": 1896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1357, \"group\": [465.0, 163.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGACCTAGG\", \"ini\": 1693, \"clust\": 3545, \"rank\": 2112, \"rankvar\": 3531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1896, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 86, \"group\": [3544.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGTAGAGC\", \"ini\": 1692, \"clust\": 1781, \"rank\": 806, \"rankvar\": 2745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1897, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1884, \"group\": [1782.0, 392.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGGCGACAT\", \"ini\": 1691, \"clust\": 396, \"rank\": 1936, \"rankvar\": 1305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1898, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1358, \"group\": [397.0, 148.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACGGTTTA\", \"ini\": 1690, \"clust\": 1552, \"rank\": 1908, \"rankvar\": 190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1359, \"group\": [1553.0, 304.0, 32.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCCGACTT\", \"ini\": 1689, \"clust\": 3301, \"rank\": 1939, \"rankvar\": 1540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1900, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3458, \"group\": [3302.0, 611.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAGGTAA\", \"ini\": 1688, \"clust\": 513, \"rank\": 1977, \"rankvar\": 2627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1360, \"group\": [513.0, 179.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGCT\", \"ini\": 1687, \"clust\": 709, \"rank\": 1833, \"rankvar\": 3223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1361, \"group\": [710.0, 234.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGATGTAT\", \"ini\": 1686, \"clust\": 3226, \"rank\": 1822, \"rankvar\": 3154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1903, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3459, \"group\": [3227.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCATCTGTT\", \"ini\": 1685, \"clust\": 2926, \"rank\": 1850, \"rankvar\": 1317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1904, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3460, \"group\": [2925.0, 557.0, 68.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGCTAGTTC\", \"ini\": 1684, \"clust\": 492, \"rank\": 1982, \"rankvar\": 205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1362, \"group\": [495.0, 168.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGTCACGCC\", \"ini\": 1683, \"clust\": 610, \"rank\": 1984, \"rankvar\": 431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1363, \"group\": [613.0, 198.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTTGGACCC\", \"ini\": 1682, \"clust\": 3061, \"rank\": 1535, \"rankvar\": 3051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3461, \"group\": [3062.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAGGCCCA\", \"ini\": 1681, \"clust\": 424, \"rank\": 2109, \"rankvar\": 1164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1364, \"group\": [427.0, 154.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTTGTATC\", \"ini\": 1680, \"clust\": 1762, \"rank\": 696, \"rankvar\": 2751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1909, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1885, \"group\": [1768.0, 391.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTAGCTGCC\", \"ini\": 1679, \"clust\": 474, \"rank\": 2051, \"rankvar\": 1201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1365, \"group\": [477.0, 166.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATGACT\", \"ini\": 1678, \"clust\": 3030, \"rank\": 1820, \"rankvar\": 1936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3462, \"group\": [3032.0, 590.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAATCCGCTGTT\", \"ini\": 1677, \"clust\": 605, \"rank\": 1752, \"rankvar\": 1166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1366, \"group\": [606.0, 196.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCTAGCCC\", \"ini\": 1676, \"clust\": 479, \"rank\": 2005, \"rankvar\": 1103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1367, \"group\": [480.0, 166.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACACGGTGTC\", \"ini\": 1675, \"clust\": 475, \"rank\": 2141, \"rankvar\": 1029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1368, \"group\": [475.0, 166.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGAACTGTA\", \"ini\": 1674, \"clust\": 1040, \"rank\": 1643, \"rankvar\": 1079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1369, \"group\": [1042.0, 251.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACCGTTA\", \"ini\": 1673, \"clust\": 3585, \"rank\": 1973, \"rankvar\": 3234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1370, \"group\": [3586.0, 690.0, 94.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCATGGAATA\", \"ini\": 1672, \"clust\": 3047, \"rank\": 1891, \"rankvar\": 3025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1917, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3463, \"group\": [3052.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATTACCC\", \"ini\": 1671, \"clust\": 325, \"rank\": 1691, \"rankvar\": 2225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1371, \"group\": [329.0, 112.0, 21.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAGTGAGTG\", \"ini\": 1670, \"clust\": 3138, \"rank\": 1217, \"rankvar\": 3229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1919, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3464, \"group\": [3136.0, 598.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCACGGTTA\", \"ini\": 1669, \"clust\": 520, \"rank\": 2084, \"rankvar\": 2523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1372, \"group\": [517.0, 181.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTAGCCTCG\", \"ini\": 1668, \"clust\": 19, \"rank\": 2090, \"rankvar\": 2622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1921, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1791, \"group\": [22.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAACGCGA\", \"ini\": 1667, \"clust\": 583, \"rank\": 1856, \"rankvar\": 2658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1373, \"group\": [585.0, 194.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCTCCACT\", \"ini\": 1666, \"clust\": 2928, \"rank\": 2032, \"rankvar\": 2094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3465, \"group\": [2927.0, 558.0, 68.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTATAATGG\", \"ini\": 1665, \"clust\": 864, \"rank\": 1864, \"rankvar\": 1263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1374, \"group\": [867.0, 240.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCACTTACT\", \"ini\": 1664, \"clust\": 694, \"rank\": 1975, \"rankvar\": 2353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1375, \"group\": [695.0, 230.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTGTATGGG\", \"ini\": 1663, \"clust\": 3063, \"rank\": 1370, \"rankvar\": 3286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1926, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3466, \"group\": [3064.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCACCTTAT\", \"ini\": 1662, \"clust\": 538, \"rank\": 2059, \"rankvar\": 1560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1927, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1376, \"group\": [538.0, 188.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCATCGATG\", \"ini\": 1661, \"clust\": 1192, \"rank\": 1860, \"rankvar\": 2212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1377, \"group\": [1194.0, 264.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAACGACG\", \"ini\": 1660, \"clust\": 541, \"rank\": 1875, \"rankvar\": 1243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1378, \"group\": [540.0, 188.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACGATGT\", \"ini\": 1659, \"clust\": 458, \"rank\": 2119, \"rankvar\": 1530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1930, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1379, \"group\": [458.0, 162.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTACACCGC\", \"ini\": 1658, \"clust\": 1567, \"rank\": 2171, \"rankvar\": 424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1931, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1380, \"group\": [1570.0, 320.0, 38.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGAACTGT\", \"ini\": 1657, \"clust\": 3487, \"rank\": 2268, \"rankvar\": 3458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1932, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 87, \"group\": [3485.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGGACCACA\", \"ini\": 1656, \"clust\": 2811, \"rank\": 1526, \"rankvar\": 3046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1933, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2707, \"group\": [2812.0, 546.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAATAACGA\", \"ini\": 1655, \"clust\": 594, \"rank\": 2075, \"rankvar\": 1688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1934, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1381, \"group\": [595.0, 195.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGCCTAA\", \"ini\": 1654, \"clust\": 1187, \"rank\": 1966, \"rankvar\": 1265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1382, \"group\": [1189.0, 263.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCACAACGCC\", \"ini\": 1653, \"clust\": 1787, \"rank\": 781, \"rankvar\": 2378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1886, \"group\": [1791.0, 393.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCCATGCTC\", \"ini\": 1652, \"clust\": 3265, \"rank\": 1495, \"rankvar\": 2884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1937, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3467, \"group\": [3268.0, 606.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGCTGCT\", \"ini\": 1651, \"clust\": 504, \"rank\": 1855, \"rankvar\": 789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1938, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1383, \"group\": [503.0, 172.0, 26.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTTAAGCC\", \"ini\": 1650, \"clust\": 134, \"rank\": 1800, \"rankvar\": 3045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1792, \"group\": [137.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGGTTTCA\", \"ini\": 1649, \"clust\": 2967, \"rank\": 1997, \"rankvar\": 3040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3468, \"group\": [2967.0, 574.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGAGGGTT\", \"ini\": 1648, \"clust\": 3217, \"rank\": 1792, \"rankvar\": 3037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1941, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3469, \"group\": [3218.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAATGGATA\", \"ini\": 1647, \"clust\": 1788, \"rank\": 1118, \"rankvar\": 2192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1887, \"group\": [1790.0, 393.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGGTACTCT\", \"ini\": 1646, \"clust\": 460, \"rank\": 2126, \"rankvar\": 364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1384, \"group\": [461.0, 162.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAACGCTA\", \"ini\": 1645, \"clust\": 3219, \"rank\": 1614, \"rankvar\": 2903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3470, \"group\": [3220.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTTCAACCA\", \"ini\": 1644, \"clust\": 613, \"rank\": 1910, \"rankvar\": 207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1385, \"group\": [614.0, 199.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCAGAGGT\", \"ini\": 1643, \"clust\": 525, \"rank\": 2015, \"rankvar\": 1318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1946, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1386, \"group\": [523.0, 182.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCAAGATCC\", \"ini\": 1642, \"clust\": 3566, \"rank\": 2430, \"rankvar\": 3478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1947, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 88, \"group\": [3569.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCAGATAATG\", \"ini\": 1641, \"clust\": 572, \"rank\": 1895, \"rankvar\": 1439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1948, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1387, \"group\": [570.0, 190.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGCGATTCT\", \"ini\": 1640, \"clust\": 480, \"rank\": 2041, \"rankvar\": 1279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1388, \"group\": [481.0, 166.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAGGCT\", \"ini\": 1639, \"clust\": 941, \"rank\": 1674, \"rankvar\": 638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1389, \"group\": [942.0, 246.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAAACTGCT\", \"ini\": 1638, \"clust\": 561, \"rank\": 1946, \"rankvar\": 578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1390, \"group\": [561.0, 189.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTTGCGT\", \"ini\": 1637, \"clust\": 3510, \"rank\": 2265, \"rankvar\": 3479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1952, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 89, \"group\": [3518.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGTAGATGT\", \"ini\": 1636, \"clust\": 1146, \"rank\": 1726, \"rankvar\": 2868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1391, \"group\": [1147.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTGACGCCT\", \"ini\": 1635, \"clust\": 394, \"rank\": 2048, \"rankvar\": 14, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1392, \"group\": [395.0, 148.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCTCGCAT\", \"ini\": 1634, \"clust\": 1751, \"rank\": 798, \"rankvar\": 1624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1888, \"group\": [1751.0, 389.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAGGTTTCA\", \"ini\": 1633, \"clust\": 544, \"rank\": 1884, \"rankvar\": 476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1393, \"group\": [546.0, 188.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCTGGC\", \"ini\": 1632, \"clust\": 1750, \"rank\": 1181, \"rankvar\": 919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1889, \"group\": [1760.0, 389.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTTAAAGTG\", \"ini\": 1631, \"clust\": 556, \"rank\": 1920, \"rankvar\": 869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1394, \"group\": [555.0, 188.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGGAGCAA\", \"ini\": 1630, \"clust\": 542, \"rank\": 1988, \"rankvar\": 1042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1395, \"group\": [542.0, 188.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGGTGTGGT\", \"ini\": 1629, \"clust\": 426, \"rank\": 2140, \"rankvar\": 479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1396, \"group\": [426.0, 154.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAACAACA\", \"ini\": 1628, \"clust\": 626, \"rank\": 2022, \"rankvar\": 868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1961, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1397, \"group\": [629.0, 206.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCCAGTTT\", \"ini\": 1627, \"clust\": 1150, \"rank\": 2045, \"rankvar\": 268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1398, \"group\": [1158.0, 257.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTACATGTC\", \"ini\": 1626, \"clust\": 398, \"rank\": 2016, \"rankvar\": 468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1399, \"group\": [399.0, 149.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCACCGATAT\", \"ini\": 1625, \"clust\": 3414, \"rank\": 1979, \"rankvar\": 3498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1964, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3574, \"group\": [3409.0, 655.0, 85.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACACTGCG\", \"ini\": 1624, \"clust\": 614, \"rank\": 1845, \"rankvar\": 787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1400, \"group\": [615.0, 199.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTACGCCC\", \"ini\": 1623, \"clust\": 1558, \"rank\": 1954, \"rankvar\": 25, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1401, \"group\": [1559.0, 309.0, 34.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCAAGCC\", \"ini\": 1622, \"clust\": 944, \"rank\": 1987, \"rankvar\": 565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1402, \"group\": [951.0, 247.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCAGGAATGC\", \"ini\": 1621, \"clust\": 447, \"rank\": 1835, \"rankvar\": 1937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1403, \"group\": [446.0, 157.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTGATGATA\", \"ini\": 1620, \"clust\": 1577, \"rank\": 2235, \"rankvar\": 328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1969, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1404, \"group\": [1579.0, 325.0, 39.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTCCGAATT\", \"ini\": 1619, \"clust\": 1724, \"rank\": 1449, \"rankvar\": 1827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1890, \"group\": [1724.0, 375.0, 50.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGACACGAC\", \"ini\": 1618, \"clust\": 3372, \"rank\": 2165, \"rankvar\": 1312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1971, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 90, \"group\": [3373.0, 640.0, 79.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTGCACCAC\", \"ini\": 1617, \"clust\": 1559, \"rank\": 2071, \"rankvar\": 1089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1972, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1405, \"group\": [1560.0, 310.0, 34.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGACACGAC\", \"ini\": 1616, \"clust\": 365, \"rank\": 2118, \"rankvar\": 801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1973, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1406, \"group\": [368.0, 134.0, 24.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCATGCTCC\", \"ini\": 1615, \"clust\": 1212, \"rank\": 1972, \"rankvar\": 1673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1407, \"group\": [1216.0, 266.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGCTTAG\", \"ini\": 1614, \"clust\": 461, \"rank\": 2169, \"rankvar\": 1630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1408, \"group\": [462.0, 162.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTCAAACTC\", \"ini\": 1613, \"clust\": 1320, \"rank\": 1922, \"rankvar\": 2407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1976, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1409, \"group\": [1319.0, 277.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCTAGCCC\", \"ini\": 1612, \"clust\": 1133, \"rank\": 1882, \"rankvar\": 1676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1410, \"group\": [1133.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTTACTGAC\", \"ini\": 1611, \"clust\": 3363, \"rank\": 1836, \"rankvar\": 1472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1978, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3471, \"group\": [3362.0, 631.0, 75.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAATTGCTG\", \"ini\": 1610, \"clust\": 1189, \"rank\": 1929, \"rankvar\": 121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1411, \"group\": [1188.0, 263.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATGCTAGT\", \"ini\": 1609, \"clust\": 388, \"rank\": 2052, \"rankvar\": 1391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1412, \"group\": [388.0, 146.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCCGCTGA\", \"ini\": 1608, \"clust\": 557, \"rank\": 1944, \"rankvar\": 1096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1413, \"group\": [556.0, 188.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCAGCGATT\", \"ini\": 1607, \"clust\": 463, \"rank\": 1971, \"rankvar\": 229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1414, \"group\": [464.0, 163.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGACACG\", \"ini\": 1606, \"clust\": 364, \"rank\": 2024, \"rankvar\": 1227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1415, \"group\": [369.0, 135.0, 24.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATCCGGGT\", \"ini\": 1605, \"clust\": 91, \"rank\": 2210, \"rankvar\": 3291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1984, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1793, \"group\": [88.0, 25.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCATCGATG\", \"ini\": 1604, \"clust\": 375, \"rank\": 2102, \"rankvar\": 679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1416, \"group\": [378.0, 140.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCATAGAAAC\", \"ini\": 1603, \"clust\": 427, \"rank\": 2151, \"rankvar\": 1097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1986, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1417, \"group\": [428.0, 154.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATAACCTG\", \"ini\": 1602, \"clust\": 2809, \"rank\": 1727, \"rankvar\": 3283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1987, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2708, \"group\": [2810.0, 545.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGGTGGGTT\", \"ini\": 1601, \"clust\": 563, \"rank\": 1998, \"rankvar\": 208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1418, \"group\": [563.0, 189.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACATAACC\", \"ini\": 1600, \"clust\": 3048, \"rank\": 1766, \"rankvar\": 2601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1989, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3472, \"group\": [3051.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCATTATCC\", \"ini\": 1599, \"clust\": 3029, \"rank\": 1661, \"rankvar\": 1614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1990, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3473, \"group\": [3033.0, 590.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCGATGAGG\", \"ini\": 1598, \"clust\": 576, \"rank\": 1986, \"rankvar\": 233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1991, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1419, \"group\": [578.0, 192.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATAGCTGATAA\", \"ini\": 1597, \"clust\": 586, \"rank\": 2019, \"rankvar\": 2272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1420, \"group\": [588.0, 194.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTCGGGCT\", \"ini\": 1596, \"clust\": 580, \"rank\": 2072, \"rankvar\": 1793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1993, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1421, \"group\": [580.0, 193.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGGAAATA\", \"ini\": 1595, \"clust\": 128, \"rank\": 1919, \"rankvar\": 2893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1994, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1794, \"group\": [128.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGACATTGGTAC\", \"ini\": 1594, \"clust\": 1169, \"rank\": 1967, \"rankvar\": 656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1422, \"group\": [1171.0, 260.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGGAAATA\", \"ini\": 1593, \"clust\": 2804, \"rank\": 1807, \"rankvar\": 507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1891, \"group\": [2805.0, 542.0, 66.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCGTTTATC\", \"ini\": 1592, \"clust\": 457, \"rank\": 2108, \"rankvar\": 446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1423, \"group\": [460.0, 162.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAGTTCCCT\", \"ini\": 1591, \"clust\": 3484, \"rank\": 2299, \"rankvar\": 3439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1998, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 91, \"group\": [3484.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCGTAGAGCTG\", \"ini\": 1590, \"clust\": 1783, \"rank\": 826, \"rankvar\": 3098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1892, \"group\": [1786.0, 393.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTACTATC\", \"ini\": 1589, \"clust\": 72, \"rank\": 2132, \"rankvar\": 3316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2000, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1795, \"group\": [71.0, 23.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTTCCGCGGTA\", \"ini\": 1588, \"clust\": 3567, \"rank\": 2489, \"rankvar\": 3541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2001, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 92, \"group\": [3564.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACAGCT\", \"ini\": 1587, \"clust\": 383, \"rank\": 2096, \"rankvar\": 748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2002, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1424, \"group\": [386.0, 145.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCCAACGG\", \"ini\": 1586, \"clust\": 476, \"rank\": 2166, \"rankvar\": 1587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1425, \"group\": [476.0, 166.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAGTGTTGAGG\", \"ini\": 1585, \"clust\": 3040, \"rank\": 1885, \"rankvar\": 2517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3474, \"group\": [3040.0, 592.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAGCCTAT\", \"ini\": 1584, \"clust\": 400, \"rank\": 2003, \"rankvar\": 849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1426, \"group\": [400.0, 149.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCATCACGAT\", \"ini\": 1583, \"clust\": 3068, \"rank\": 1685, \"rankvar\": 2785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2006, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3475, \"group\": [3069.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTCCCGAG\", \"ini\": 1582, \"clust\": 548, \"rank\": 2031, \"rankvar\": 1941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1427, \"group\": [548.0, 188.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGCATACT\", \"ini\": 1581, \"clust\": 75, \"rank\": 2173, \"rankvar\": 3159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2008, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1796, \"group\": [74.0, 23.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCTTTCCTC\", \"ini\": 1580, \"clust\": 601, \"rank\": 1948, \"rankvar\": 2556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2009, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1428, \"group\": [603.0, 196.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTGTTG\", \"ini\": 1579, \"clust\": 2975, \"rank\": 1707, \"rankvar\": 2500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2010, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3476, \"group\": [2976.0, 579.0, 71.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCATATACGC\", \"ini\": 1578, \"clust\": 3574, \"rank\": 2432, \"rankvar\": 3368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2011, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 93, \"group\": [3572.0, 684.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGAATCTCC\", \"ini\": 1577, \"clust\": 401, \"rank\": 2086, \"rankvar\": 108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1429, \"group\": [401.0, 149.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAATGAC\", \"ini\": 1576, \"clust\": 3572, \"rank\": 2476, \"rankvar\": 3470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2013, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 94, \"group\": [3576.0, 684.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCATCGGAT\", \"ini\": 1575, \"clust\": 1784, \"rank\": 1130, \"rankvar\": 860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2014, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1893, \"group\": [1785.0, 393.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGAGTACAT\", \"ini\": 1574, \"clust\": 965, \"rank\": 2006, \"rankvar\": 812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1430, \"group\": [965.0, 248.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCGATCCC\", \"ini\": 1573, \"clust\": 1756, \"rank\": 1113, \"rankvar\": 2316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1894, \"group\": [1758.0, 389.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGAGCAATT\", \"ini\": 1572, \"clust\": 1553, \"rank\": 2061, \"rankvar\": 938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2017, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1431, \"group\": [1554.0, 305.0, 33.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCTTGTTTG\", \"ini\": 1571, \"clust\": 3582, \"rank\": 2209, \"rankvar\": 3050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2018, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 95, \"group\": [3582.0, 688.0, 93.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCGAATGT\", \"ini\": 1570, \"clust\": 624, \"rank\": 2107, \"rankvar\": 433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1432, \"group\": [624.0, 205.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCTTGAGAC\", \"ini\": 1569, \"clust\": 602, \"rank\": 1981, \"rankvar\": 1543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1433, \"group\": [601.0, 196.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAGGCAGTA\", \"ini\": 1568, \"clust\": 2965, \"rank\": 1854, \"rankvar\": 3438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2021, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3477, \"group\": [2965.0, 574.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTACACT\", \"ini\": 1567, \"clust\": 3154, \"rank\": 1678, \"rankvar\": 2189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2022, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3478, \"group\": [3155.0, 600.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCGTGTCC\", \"ini\": 1566, \"clust\": 1570, \"rank\": 2200, \"rankvar\": 1310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1434, \"group\": [1571.0, 321.0, 39.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTAAACACA\", \"ini\": 1565, \"clust\": 1153, \"rank\": 1909, \"rankvar\": 1968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1435, \"group\": [1152.0, 256.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCTGTTCA\", \"ini\": 1564, \"clust\": 3221, \"rank\": 1651, \"rankvar\": 3305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2025, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3479, \"group\": [3222.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCCTACAGA\", \"ini\": 1563, \"clust\": 545, \"rank\": 1927, \"rankvar\": 1181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2026, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1436, \"group\": [544.0, 188.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCAGTAG\", \"ini\": 1562, \"clust\": 627, \"rank\": 2076, \"rankvar\": 487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1437, \"group\": [628.0, 206.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTGCAGACA\", \"ini\": 1561, \"clust\": 546, \"rank\": 1888, \"rankvar\": 2763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2028, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1438, \"group\": [545.0, 188.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTCGGCAC\", \"ini\": 1560, \"clust\": 3546, \"rank\": 2319, \"rankvar\": 3584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2029, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 96, \"group\": [3545.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCTACCTA\", \"ini\": 1559, \"clust\": 710, \"rank\": 2036, \"rankvar\": 1299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2030, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1439, \"group\": [711.0, 234.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTGTGTG\", \"ini\": 1558, \"clust\": 80, \"rank\": 2131, \"rankvar\": 2744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1797, \"group\": [79.0, 25.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGACTTGAA\", \"ini\": 1557, \"clust\": 559, \"rank\": 1991, \"rankvar\": 2537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2032, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1440, \"group\": [559.0, 188.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCCTGACT\", \"ini\": 1556, \"clust\": 3026, \"rank\": 1890, \"rankvar\": 2283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2033, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3480, \"group\": [3026.0, 589.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGCTAACTC\", \"ini\": 1555, \"clust\": 82, \"rank\": 2100, \"rankvar\": 2574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2034, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1798, \"group\": [86.0, 25.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCACAACGT\", \"ini\": 1554, \"clust\": 549, \"rank\": 2074, \"rankvar\": 220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1441, \"group\": [549.0, 188.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCTGCA\", \"ini\": 1553, \"clust\": 152, \"rank\": 1622, \"rankvar\": 3406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2036, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1799, \"group\": [152.0, 30.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCGAATGCT\", \"ini\": 1552, \"clust\": 162, \"rank\": 1798, \"rankvar\": 2956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1800, \"group\": [161.0, 33.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGTCAATC\", \"ini\": 1551, \"clust\": 1561, \"rank\": 2030, \"rankvar\": 952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1442, \"group\": [1562.0, 312.0, 35.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACCTTTG\", \"ini\": 1550, \"clust\": 1590, \"rank\": 2177, \"rankvar\": 1716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1443, \"group\": [1590.0, 332.0, 40.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGACATTA\", \"ini\": 1549, \"clust\": 3456, \"rank\": 2325, \"rankvar\": 3538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2040, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 97, \"group\": [3457.0, 679.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGTGGCT\", \"ini\": 1548, \"clust\": 1613, \"rank\": 2120, \"rankvar\": 662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2041, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1444, \"group\": [1617.0, 344.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGGAGTCTG\", \"ini\": 1547, \"clust\": 1747, \"rank\": 1278, \"rankvar\": 168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2042, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1895, \"group\": [1750.0, 388.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATCTGCA\", \"ini\": 1546, \"clust\": 83, \"rank\": 2020, \"rankvar\": 2902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2043, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1801, \"group\": [81.0, 25.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTCACTTCC\", \"ini\": 1545, \"clust\": 3036, \"rank\": 1815, \"rankvar\": 3402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2044, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3481, \"group\": [3037.0, 591.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTAAAGGAG\", \"ini\": 1544, \"clust\": 3449, \"rank\": 2258, \"rankvar\": 3239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2045, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 98, \"group\": [3447.0, 673.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTTAAGACA\", \"ini\": 1543, \"clust\": 508, \"rank\": 1983, \"rankvar\": 133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1445, \"group\": [511.0, 178.0, 26.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCATGTCCTC\", \"ini\": 1542, \"clust\": 3373, \"rank\": 2305, \"rankvar\": 2835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2047, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3482, \"group\": [3374.0, 641.0, 79.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCATTCA\", \"ini\": 1541, \"clust\": 589, \"rank\": 1794, \"rankvar\": 2462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1446, \"group\": [592.0, 194.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTACCTACA\", \"ini\": 1540, \"clust\": 3024, \"rank\": 1950, \"rankvar\": 2800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3483, \"group\": [3027.0, 589.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAATGACCT\", \"ini\": 1539, \"clust\": 534, \"rank\": 2077, \"rankvar\": 1264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2050, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1447, \"group\": [535.0, 187.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCAGAAGCAC\", \"ini\": 1538, \"clust\": 1142, \"rank\": 1889, \"rankvar\": 616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2051, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1448, \"group\": [1143.0, 255.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGCTAGTGG\", \"ini\": 1537, \"clust\": 612, \"rank\": 2027, \"rankvar\": 1701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1449, \"group\": [612.0, 198.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTAACTTC\", \"ini\": 1536, \"clust\": 1151, \"rank\": 2066, \"rankvar\": 3005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1450, \"group\": [1153.0, 256.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGACTTGAA\", \"ini\": 1535, \"clust\": 3443, \"rank\": 2396, \"rankvar\": 3434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2054, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 99, \"group\": [3445.0, 672.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAATCCAAC\", \"ini\": 1534, \"clust\": 3033, \"rank\": 1825, \"rankvar\": 3108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2055, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3484, \"group\": [3036.0, 591.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCACGGCTAC\", \"ini\": 1533, \"clust\": 326, \"rank\": 1963, \"rankvar\": 2004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2056, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1451, \"group\": [325.0, 109.0, 21.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCGTTGCT\", \"ini\": 1532, \"clust\": 1743, \"rank\": 1144, \"rankvar\": 2069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2057, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1896, \"group\": [1744.0, 386.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGCCACGTC\", \"ini\": 1531, \"clust\": 451, \"rank\": 2128, \"rankvar\": 464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1452, \"group\": [454.0, 161.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGGGAGTAA\", \"ini\": 1530, \"clust\": 1606, \"rank\": 2175, \"rankvar\": 1850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1453, \"group\": [1607.0, 341.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATGTGGTCTCG\", \"ini\": 1529, \"clust\": 3065, \"rank\": 1930, \"rankvar\": 3232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2060, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3485, \"group\": [3066.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTTGTCC\", \"ini\": 1528, \"clust\": 584, \"rank\": 1945, \"rankvar\": 1429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1454, \"group\": [583.0, 194.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCACTCTTA\", \"ini\": 1527, \"clust\": 550, \"rank\": 2053, \"rankvar\": 2906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1455, \"group\": [550.0, 188.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCTGAAAT\", \"ini\": 1526, \"clust\": 3374, \"rank\": 2094, \"rankvar\": 2253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2063, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1836, \"group\": [3377.0, 644.0, 80.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTAAAGTG\", \"ini\": 1525, \"clust\": 1562, \"rank\": 2038, \"rankvar\": 2301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1456, \"group\": [1563.0, 313.0, 35.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTTTGTGTG\", \"ini\": 1524, \"clust\": 3220, \"rank\": 1834, \"rankvar\": 3091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2065, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3486, \"group\": [3221.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATGTTGC\", \"ini\": 1523, \"clust\": 527, \"rank\": 2159, \"rankvar\": 384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2066, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1457, \"group\": [525.0, 182.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCATCGGAT\", \"ini\": 1522, \"clust\": 2951, \"rank\": 1993, \"rankvar\": 2616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2067, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3487, \"group\": [2954.0, 570.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATGTAAG\", \"ini\": 1521, \"clust\": 3296, \"rank\": 1953, \"rankvar\": 2986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2068, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3488, \"group\": [3297.0, 609.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTGCCTGGT\", \"ini\": 1520, \"clust\": 3222, \"rank\": 1831, \"rankvar\": 2659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3489, \"group\": [3223.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCCACTTG\", \"ini\": 1519, \"clust\": 3442, \"rank\": 2225, \"rankvar\": 3365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2070, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 100, \"group\": [3446.0, 672.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGCCG\", \"ini\": 1518, \"clust\": 689, \"rank\": 1995, \"rankvar\": 1006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1458, \"group\": [690.0, 229.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTCGTTGTA\", \"ini\": 1517, \"clust\": 1736, \"rank\": 1517, \"rankvar\": 299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1897, \"group\": [1739.0, 382.0, 50.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTGGCACA\", \"ini\": 1516, \"clust\": 1752, \"rank\": 1210, \"rankvar\": 1485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2073, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1898, \"group\": [1752.0, 389.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGAGAACAG\", \"ini\": 1515, \"clust\": 2968, \"rank\": 2142, \"rankvar\": 2891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2074, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3490, \"group\": [2968.0, 574.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTAGCCTAT\", \"ini\": 1514, \"clust\": 511, \"rank\": 2057, \"rankvar\": 845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1459, \"group\": [514.0, 179.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGATATAC\", \"ini\": 1513, \"clust\": 603, \"rank\": 2115, \"rankvar\": 2803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2076, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1460, \"group\": [602.0, 196.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGATGCGAC\", \"ini\": 1512, \"clust\": 466, \"rank\": 2204, \"rankvar\": 2056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1461, \"group\": [466.0, 163.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGACAGAGA\", \"ini\": 1511, \"clust\": 3482, \"rank\": 2517, \"rankvar\": 3503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2078, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 101, \"group\": [3580.0, 686.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCGCAGGCT\", \"ini\": 1510, \"clust\": 1616, \"rank\": 2104, \"rankvar\": 883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1462, \"group\": [1615.0, 344.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTTACAGAA\", \"ini\": 1509, \"clust\": 518, \"rank\": 2123, \"rankvar\": 2077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2080, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1463, \"group\": [520.0, 181.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGGAACGG\", \"ini\": 1508, \"clust\": 1580, \"rank\": 2133, \"rankvar\": 781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1464, \"group\": [1584.0, 328.0, 40.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTAGATTAG\", \"ini\": 1507, \"clust\": 440, \"rank\": 2148, \"rankvar\": 786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2082, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1465, \"group\": [441.0, 156.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAATACGCT\", \"ini\": 1506, \"clust\": 3524, \"rank\": 2585, \"rankvar\": 3564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2083, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 102, \"group\": [3525.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACGTCTCT\", \"ini\": 1505, \"clust\": 616, \"rank\": 2152, \"rankvar\": 449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2084, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1466, \"group\": [616.0, 199.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCGTGGCT\", \"ini\": 1504, \"clust\": 3038, \"rank\": 1858, \"rankvar\": 2824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2085, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3491, \"group\": [3041.0, 592.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGAGCAATT\", \"ini\": 1503, \"clust\": 3218, \"rank\": 1796, \"rankvar\": 2773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3492, \"group\": [3219.0, 605.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCGAACTGT\", \"ini\": 1502, \"clust\": 3488, \"rank\": 2383, \"rankvar\": 3510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2087, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 103, \"group\": [3486.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCATCAACACTG\", \"ini\": 1501, \"clust\": 112, \"rank\": 2058, \"rankvar\": 2668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2088, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1802, \"group\": [111.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCGTAGAGTGC\", \"ini\": 1500, \"clust\": 477, \"rank\": 2170, \"rankvar\": 515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1467, \"group\": [478.0, 166.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAAAGGAG\", \"ini\": 1499, \"clust\": 1716, \"rank\": 1767, \"rankvar\": 297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1899, \"group\": [1717.0, 369.0, 48.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGAGGTAGA\", \"ini\": 1498, \"clust\": 581, \"rank\": 2103, \"rankvar\": 1119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2091, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1468, \"group\": [581.0, 193.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCCACGCT\", \"ini\": 1497, \"clust\": 455, \"rank\": 2145, \"rankvar\": 293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1469, \"group\": [455.0, 161.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAGTACGT\", \"ini\": 1496, \"clust\": 678, \"rank\": 1931, \"rankvar\": 2569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2093, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1470, \"group\": [681.0, 227.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGCATGGT\", \"ini\": 1495, \"clust\": 625, \"rank\": 2219, \"rankvar\": 2232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1471, \"group\": [625.0, 205.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGCTACGA\", \"ini\": 1494, \"clust\": 3451, \"rank\": 2413, \"rankvar\": 3358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2095, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 104, \"group\": [3455.0, 677.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGACAGCC\", \"ini\": 1493, \"clust\": 163, \"rank\": 2080, \"rankvar\": 2364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2096, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1803, \"group\": [162.0, 33.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTGTGACGA\", \"ini\": 1492, \"clust\": 456, \"rank\": 2182, \"rankvar\": 752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2097, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1472, \"group\": [456.0, 161.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACCACATCCAA\", \"ini\": 1491, \"clust\": 3512, \"rank\": 2390, \"rankvar\": 3492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2098, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 105, \"group\": [3510.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTCTC\", \"ini\": 1490, \"clust\": 3450, \"rank\": 2214, \"rankvar\": 3096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 106, \"group\": [3448.0, 673.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGAGGACGG\", \"ini\": 1489, \"clust\": 519, \"rank\": 2215, \"rankvar\": 808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1473, \"group\": [519.0, 181.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCGGACAAG\", \"ini\": 1488, \"clust\": 3297, \"rank\": 2028, \"rankvar\": 2270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2101, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3493, \"group\": [3298.0, 609.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCTAAACC\", \"ini\": 1487, \"clust\": 1791, \"rank\": 1009, \"rankvar\": 2554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1900, \"group\": [1788.0, 393.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCCTATC\", \"ini\": 1486, \"clust\": 2788, \"rank\": 1485, \"rankvar\": 3259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2103, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2709, \"group\": [2786.0, 537.0, 64.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCAGTCGATT\", \"ini\": 1485, \"clust\": 3575, \"rank\": 2635, \"rankvar\": 3466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2104, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 107, \"group\": [3575.0, 684.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTTTGACTG\", \"ini\": 1484, \"clust\": 3490, \"rank\": 2423, \"rankvar\": 3474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2105, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 108, \"group\": [3488.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGAACCT\", \"ini\": 1483, \"clust\": 3310, \"rank\": 1808, \"rankvar\": 2916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3494, \"group\": [3314.0, 613.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCGGCTACG\", \"ini\": 1482, \"clust\": 468, \"rank\": 2201, \"rankvar\": 1696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1474, \"group\": [468.0, 163.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAGTCAGCC\", \"ini\": 1481, \"clust\": 497, \"rank\": 2049, \"rankvar\": 411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1475, \"group\": [498.0, 169.0, 26.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCGCTGTT\", \"ini\": 1480, \"clust\": 3552, \"rank\": 2567, \"rankvar\": 3551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2109, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 109, \"group\": [3552.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGGCAGTA\", \"ini\": 1479, \"clust\": 66, \"rank\": 2011, \"rankvar\": 3122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2110, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1804, \"group\": [67.0, 22.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTTATCCGA\", \"ini\": 1478, \"clust\": 1564, \"rank\": 2121, \"rankvar\": 54, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1476, \"group\": [1567.0, 317.0, 37.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGATCGAGCCCA\", \"ini\": 1477, \"clust\": 1808, \"rank\": 1533, \"rankvar\": 1235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1901, \"group\": [1810.0, 404.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTTGTCAT\", \"ini\": 1476, \"clust\": 1794, \"rank\": 1172, \"rankvar\": 2240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1902, \"group\": [1794.0, 395.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCCCGACA\", \"ini\": 1475, \"clust\": 68, \"rank\": 2073, \"rankvar\": 2857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2114, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1805, \"group\": [66.0, 22.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCATTGCCC\", \"ini\": 1474, \"clust\": 3053, \"rank\": 1700, \"rankvar\": 2852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3495, \"group\": [3054.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGCAGGTCA\", \"ini\": 1473, \"clust\": 633, \"rank\": 1947, \"rankvar\": 391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1477, \"group\": [636.0, 212.0, 28.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTCGGCAC\", \"ini\": 1472, \"clust\": 399, \"rank\": 2125, \"rankvar\": 418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1478, \"group\": [402.0, 149.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTTCGTC\", \"ini\": 1471, \"clust\": 3370, \"rank\": 2164, \"rankvar\": 1277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2118, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 110, \"group\": [3371.0, 638.0, 78.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCAAGTAGTA\", \"ini\": 1470, \"clust\": 585, \"rank\": 2000, \"rankvar\": 3260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1479, \"group\": [584.0, 194.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAAGGCTCC\", \"ini\": 1469, \"clust\": 1717, \"rank\": 1829, \"rankvar\": 261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1903, \"group\": [1718.0, 370.0, 48.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTCCAGGG\", \"ini\": 1468, \"clust\": 322, \"rank\": 1969, \"rankvar\": 1226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1480, \"group\": [321.0, 106.0, 20.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGGCAGGTT\", \"ini\": 1467, \"clust\": 3067, \"rank\": 1853, \"rankvar\": 2827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3496, \"group\": [3068.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCACGCGGT\", \"ini\": 1466, \"clust\": 1574, \"rank\": 2345, \"rankvar\": 1602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1481, \"group\": [1573.0, 322.0, 39.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTACAGACG\", \"ini\": 1465, \"clust\": 535, \"rank\": 2202, \"rankvar\": 1856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1482, \"group\": [533.0, 187.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGATCTGAA\", \"ini\": 1464, \"clust\": 3383, \"rank\": 2418, \"rankvar\": 2312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2125, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3497, \"group\": [3383.0, 647.0, 82.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGACGACGT\", \"ini\": 1463, \"clust\": 3570, \"rank\": 2790, \"rankvar\": 3555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2126, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 111, \"group\": [3566.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATCATTC\", \"ini\": 1462, \"clust\": 528, \"rank\": 2260, \"rankvar\": 1798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1483, \"group\": [526.0, 182.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTTTATC\", \"ini\": 1461, \"clust\": 2958, \"rank\": 2010, \"rankvar\": 2971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3498, \"group\": [2957.0, 572.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGTCATCT\", \"ini\": 1460, \"clust\": 1191, \"rank\": 2070, \"rankvar\": 2695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2129, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1484, \"group\": [1191.0, 264.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCTATCCCG\", \"ini\": 1459, \"clust\": 622, \"rank\": 2135, \"rankvar\": 2311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1485, \"group\": [622.0, 203.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACATCCGG\", \"ini\": 1458, \"clust\": 2795, \"rank\": 1503, \"rankvar\": 3320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2131, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2710, \"group\": [2796.0, 538.0, 64.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCAGTCGTGC\", \"ini\": 1457, \"clust\": 3446, \"rank\": 2444, \"rankvar\": 3529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 112, \"group\": [3451.0, 676.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTCCATGA\", \"ini\": 1456, \"clust\": 324, \"rank\": 2085, \"rankvar\": 20, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1486, \"group\": [330.0, 113.0, 21.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTGATAAAC\", \"ini\": 1455, \"clust\": 3551, \"rank\": 2592, \"rankvar\": 3554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2134, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 113, \"group\": [3553.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTTCAGCGC\", \"ini\": 1454, \"clust\": 3034, \"rank\": 1847, \"rankvar\": 2544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2135, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3499, \"group\": [3034.0, 591.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGTGAAC\", \"ini\": 1453, \"clust\": 630, \"rank\": 2127, \"rankvar\": 94, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1487, \"group\": [633.0, 209.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTTAAGAAC\", \"ini\": 1452, \"clust\": 1569, \"rank\": 2068, \"rankvar\": 723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1488, \"group\": [1569.0, 319.0, 38.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACTCGACG\", \"ini\": 1451, \"clust\": 386, \"rank\": 2161, \"rankvar\": 399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1489, \"group\": [389.0, 146.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGCATGCCTAA\", \"ini\": 1450, \"clust\": 323, \"rank\": 2023, \"rankvar\": 951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1490, \"group\": [322.0, 106.0, 20.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCTGCCAGG\", \"ini\": 1449, \"clust\": 2955, \"rank\": 2150, \"rankvar\": 2663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2140, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3500, \"group\": [2955.0, 571.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGATGAC\", \"ini\": 1448, \"clust\": 3496, \"rank\": 2460, \"rankvar\": 3557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2141, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 114, \"group\": [3494.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAGTCTTCC\", \"ini\": 1447, \"clust\": 1571, \"rank\": 2261, \"rankvar\": 922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1491, \"group\": [1572.0, 321.0, 39.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCCTAGAAC\", \"ini\": 1446, \"clust\": 3382, \"rank\": 2434, \"rankvar\": 2226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2143, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3501, \"group\": [3384.0, 647.0, 82.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGTCATCTGCC\", \"ini\": 1445, \"clust\": 459, \"rank\": 2246, \"rankvar\": 1504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1492, \"group\": [459.0, 162.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTAGAAAGG\", \"ini\": 1444, \"clust\": 2943, \"rank\": 2228, \"rankvar\": 3030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2145, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3502, \"group\": [2941.0, 564.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCGCATGGC\", \"ini\": 1443, \"clust\": 448, \"rank\": 2222, \"rankvar\": 296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1493, \"group\": [451.0, 160.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCATAACCTG\", \"ini\": 1442, \"clust\": 76, \"rank\": 2227, \"rankvar\": 2920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2147, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1806, \"group\": [75.0, 24.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGGGTAC\", \"ini\": 1441, \"clust\": 1603, \"rank\": 2330, \"rankvar\": 1127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2148, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1494, \"group\": [1606.0, 340.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCTTCGG\", \"ini\": 1440, \"clust\": 329, \"rank\": 2184, \"rankvar\": 1304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1495, \"group\": [328.0, 111.0, 21.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGACTTTCG\", \"ini\": 1439, \"clust\": 3529, \"rank\": 2500, \"rankvar\": 3476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2150, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 115, \"group\": [3530.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAGAGGA\", \"ini\": 1438, \"clust\": 1594, \"rank\": 2147, \"rankvar\": 209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1496, \"group\": [1595.0, 335.0, 40.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTAAAGTCA\", \"ini\": 1437, \"clust\": 403, \"rank\": 2114, \"rankvar\": 100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1497, \"group\": [404.0, 150.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCTTGTCC\", \"ini\": 1436, \"clust\": 939, \"rank\": 1865, \"rankvar\": 1897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1498, \"group\": [940.0, 246.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCTCGT\", \"ini\": 1435, \"clust\": 1591, \"rank\": 2213, \"rankvar\": 905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1499, \"group\": [1591.0, 332.0, 40.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCTTGAGAC\", \"ini\": 1434, \"clust\": 3578, \"rank\": 2616, \"rankvar\": 3522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2155, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 116, \"group\": [3579.0, 685.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTGGTCCC\", \"ini\": 1433, \"clust\": 1711, \"rank\": 1817, \"rankvar\": 1526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1904, \"group\": [1711.0, 363.0, 45.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTCTGAGA\", \"ini\": 1432, \"clust\": 3367, \"rank\": 2264, \"rankvar\": 2452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2157, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 117, \"group\": [3368.0, 635.0, 77.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAAACCTC\", \"ini\": 1431, \"clust\": 3400, \"rank\": 2360, \"rankvar\": 3436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2158, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3575, \"group\": [3399.0, 654.0, 85.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAAGTACATGA\", \"ini\": 1430, \"clust\": 3155, \"rank\": 2117, \"rankvar\": 1457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3503, \"group\": [3158.0, 601.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACCGGGT\", \"ini\": 1429, \"clust\": 1595, \"rank\": 2223, \"rankvar\": 310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1500, \"group\": [1596.0, 335.0, 40.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACGTCAAAGCG\", \"ini\": 1428, \"clust\": 523, \"rank\": 2157, \"rankvar\": 1300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1501, \"group\": [521.0, 182.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCAGTCCCT\", \"ini\": 1427, \"clust\": 153, \"rank\": 1923, \"rankvar\": 3214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1807, \"group\": [153.0, 30.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGACGAA\", \"ini\": 1426, \"clust\": 623, \"rank\": 2282, \"rankvar\": 2219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1502, \"group\": [630.0, 207.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAAGGGCT\", \"ini\": 1425, \"clust\": 1604, \"rank\": 2312, \"rankvar\": 1257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1503, \"group\": [1604.0, 339.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGCTACGA\", \"ini\": 1424, \"clust\": 3412, \"rank\": 2039, \"rankvar\": 3485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2165, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3576, \"group\": [3410.0, 655.0, 85.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGCTACCGC\", \"ini\": 1423, \"clust\": 1617, \"rank\": 2226, \"rankvar\": 138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1504, \"group\": [1616.0, 344.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGCGAAGGG\", \"ini\": 1422, \"clust\": 1307, \"rank\": 2063, \"rankvar\": 1132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1505, \"group\": [1307.0, 276.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCCTAACC\", \"ini\": 1421, \"clust\": 3583, \"rank\": 2241, \"rankvar\": 3218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2168, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3561, \"group\": [3583.0, 688.0, 93.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGACGAA\", \"ini\": 1420, \"clust\": 2976, \"rank\": 1843, \"rankvar\": 2738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3504, \"group\": [2977.0, 579.0, 71.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGACACTAA\", \"ini\": 1419, \"clust\": 3569, \"rank\": 2679, \"rankvar\": 3524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2170, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 118, \"group\": [3568.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTTCCAACA\", \"ini\": 1418, \"clust\": 1652, \"rank\": 2257, \"rankvar\": 128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1506, \"group\": [1655.0, 353.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGTCTTTACGT\", \"ini\": 1417, \"clust\": 1758, \"rank\": 1348, \"rankvar\": 2229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1905, \"group\": [1755.0, 389.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAATAAGCA\", \"ini\": 1416, \"clust\": 1626, \"rank\": 2490, \"rankvar\": 981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1507, \"group\": [1626.0, 348.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGCTCCTTC\", \"ini\": 1415, \"clust\": 319, \"rank\": 2134, \"rankvar\": 442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1508, \"group\": [320.0, 105.0, 19.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGAAACGCC\", \"ini\": 1414, \"clust\": 16, \"rank\": 2358, \"rankvar\": 3340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2175, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1808, \"group\": [18.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTTCTGAAC\", \"ini\": 1413, \"clust\": 1803, \"rank\": 1420, \"rankvar\": 2679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2176, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2711, \"group\": [1801.0, 399.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGTACGATA\", \"ini\": 1412, \"clust\": 3401, \"rank\": 2323, \"rankvar\": 3413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2177, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3577, \"group\": [3400.0, 654.0, 85.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGCGAAGGG\", \"ini\": 1411, \"clust\": 1589, \"rank\": 2250, \"rankvar\": 234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1509, \"group\": [1592.0, 333.0, 40.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAGACAAAT\", \"ini\": 1410, \"clust\": 3042, \"rank\": 1985, \"rankvar\": 3307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2179, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3505, \"group\": [3043.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTACCTC\", \"ini\": 1409, \"clust\": 3392, \"rank\": 1951, \"rankvar\": 529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1906, \"group\": [3393.0, 653.0, 84.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCACAAGCCC\", \"ini\": 1408, \"clust\": 5, \"rank\": 1356, \"rankvar\": 2083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1907, \"group\": [6.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTTGGTTTG\", \"ini\": 1407, \"clust\": 543, \"rank\": 2211, \"rankvar\": 1947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1510, \"group\": [543.0, 188.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTGTCTCG\", \"ini\": 1406, \"clust\": 3368, \"rank\": 2270, \"rankvar\": 2497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2183, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 119, \"group\": [3366.0, 634.0, 77.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTATGTGC\", \"ini\": 1405, \"clust\": 2974, \"rank\": 2101, \"rankvar\": 3160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3506, \"group\": [2973.0, 576.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACCTATCC\", \"ini\": 1404, \"clust\": 1612, \"rank\": 2242, \"rankvar\": 441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1511, \"group\": [1618.0, 345.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAAGCTGAG\", \"ini\": 1403, \"clust\": 1563, \"rank\": 2043, \"rankvar\": 549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1512, \"group\": [1564.0, 314.0, 35.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATGAAAC\", \"ini\": 1402, \"clust\": 2959, \"rank\": 2137, \"rankvar\": 2752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2187, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3507, \"group\": [2958.0, 572.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTGGGTA\", \"ini\": 1401, \"clust\": 3037, \"rank\": 1992, \"rankvar\": 2120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3508, \"group\": [3038.0, 591.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGTAACGG\", \"ini\": 1400, \"clust\": 81, \"rank\": 2243, \"rankvar\": 2557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2189, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1809, \"group\": [80.0, 25.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGTTGCCT\", \"ini\": 1399, \"clust\": 84, \"rank\": 2180, \"rankvar\": 3245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2190, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1810, \"group\": [82.0, 25.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTAGTGAAT\", \"ini\": 1398, \"clust\": 3408, \"rank\": 2178, \"rankvar\": 3481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2191, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3578, \"group\": [3407.0, 655.0, 85.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCAAAGGCGT\", \"ini\": 1397, \"clust\": 690, \"rank\": 2055, \"rankvar\": 81, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1513, \"group\": [691.0, 229.0, 31.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTCAGTCCTTC\", \"ini\": 1396, \"clust\": 1629, \"rank\": 2288, \"rankvar\": 511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1514, \"group\": [1628.0, 349.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCACACCGAC\", \"ini\": 1395, \"clust\": 2787, \"rank\": 1857, \"rankvar\": 3007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2712, \"group\": [2788.0, 537.0, 64.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGAATTCCC\", \"ini\": 1394, \"clust\": 428, \"rank\": 2284, \"rankvar\": 423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1515, \"group\": [429.0, 154.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGGCTTGA\", \"ini\": 1393, \"clust\": 2937, \"rank\": 2256, \"rankvar\": 2491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3509, \"group\": [2934.0, 562.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCTCGATGA\", \"ini\": 1392, \"clust\": 1757, \"rank\": 1299, \"rankvar\": 2346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1908, \"group\": [1757.0, 389.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATCCTAGA\", \"ini\": 1391, \"clust\": 1575, \"rank\": 2303, \"rankvar\": 2234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1516, \"group\": [1574.0, 322.0, 39.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGCAGGTCA\", \"ini\": 1390, \"clust\": 1817, \"rank\": 2160, \"rankvar\": 3489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2199, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 163, \"group\": [1815.0, 407.0, 54.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGGAGTCTG\", \"ini\": 1389, \"clust\": 1744, \"rank\": 1556, \"rankvar\": 1398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1909, \"group\": [1747.0, 387.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAAGGGTCA\", \"ini\": 1388, \"clust\": 63, \"rank\": 2231, \"rankvar\": 3412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2201, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1811, \"group\": [63.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCACCGCT\", \"ini\": 1387, \"clust\": 327, \"rank\": 2026, \"rankvar\": 2724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1517, \"group\": [326.0, 109.0, 21.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCATCGGTTA\", \"ini\": 1386, \"clust\": 3571, \"rank\": 2818, \"rankvar\": 3547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2203, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 120, \"group\": [3567.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTCGACA\", \"ini\": 1385, \"clust\": 3364, \"rank\": 2146, \"rankvar\": 1801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3510, \"group\": [3363.0, 631.0, 75.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGTTAACGA\", \"ini\": 1384, \"clust\": 3495, \"rank\": 2627, \"rankvar\": 3577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2205, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 121, \"group\": [3496.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGCGTAATA\", \"ini\": 1383, \"clust\": 1631, \"rank\": 2344, \"rankvar\": 966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1518, \"group\": [1630.0, 349.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTGTCTGAT\", \"ini\": 1382, \"clust\": 3485, \"rank\": 2513, \"rankvar\": 3459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2207, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 122, \"group\": [3482.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGGCTCTC\", \"ini\": 1381, \"clust\": 526, \"rank\": 2255, \"rankvar\": 1056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1519, \"group\": [524.0, 182.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCATGAAC\", \"ini\": 1380, \"clust\": 22, \"rank\": 1913, \"rankvar\": 3440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2209, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1812, \"group\": [164.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTCAACC\", \"ini\": 1379, \"clust\": 1731, \"rank\": 2033, \"rankvar\": 1113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2210, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1910, \"group\": [1731.0, 379.0, 50.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCCAGTG\", \"ini\": 1378, \"clust\": 1600, \"rank\": 2352, \"rankvar\": 462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1520, \"group\": [1603.0, 338.0, 41.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAGTTCAGTAC\", \"ini\": 1377, \"clust\": 3386, \"rank\": 2395, \"rankvar\": 3099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3511, \"group\": [3385.0, 648.0, 82.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTTCGTTGA\", \"ini\": 1376, \"clust\": 1625, \"rank\": 2269, \"rankvar\": 249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1521, \"group\": [1637.0, 350.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCAGATAAG\", \"ini\": 1375, \"clust\": 2966, \"rank\": 2205, \"rankvar\": 3059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3512, \"group\": [2966.0, 574.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGATGTTAG\", \"ini\": 1374, \"clust\": 1630, \"rank\": 2392, \"rankvar\": 709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1522, \"group\": [1629.0, 349.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACCCATTC\", \"ini\": 1373, \"clust\": 2857, \"rank\": 1907, \"rankvar\": 3404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2713, \"group\": [2855.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACACATAACC\", \"ini\": 1372, \"clust\": 617, \"rank\": 2302, \"rankvar\": 525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1523, \"group\": [617.0, 199.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTGCCTTGG\", \"ini\": 1371, \"clust\": 65, \"rank\": 2194, \"rankvar\": 3408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2218, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1813, \"group\": [62.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTTCATGT\", \"ini\": 1370, \"clust\": 469, \"rank\": 2234, \"rankvar\": 258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1524, \"group\": [472.0, 163.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCACCATCCT\", \"ini\": 1369, \"clust\": 2942, \"rank\": 2279, \"rankvar\": 1855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2220, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3513, \"group\": [2943.0, 564.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCATCAGTCA\", \"ini\": 1368, \"clust\": 1811, \"rank\": 1769, \"rankvar\": 564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1911, \"group\": [1808.0, 403.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGGTGCAAC\", \"ini\": 1367, \"clust\": 20, \"rank\": 2385, \"rankvar\": 3069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2222, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1814, \"group\": [20.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTCTAGCCG\", \"ini\": 1366, \"clust\": 1634, \"rank\": 2417, \"rankvar\": 1343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1525, \"group\": [1634.0, 349.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAGGCAGTA\", \"ini\": 1365, \"clust\": 3444, \"rank\": 2328, \"rankvar\": 3491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2224, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 123, \"group\": [3443.0, 672.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCGTTC\", \"ini\": 1364, \"clust\": 2952, \"rank\": 2267, \"rankvar\": 3213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3514, \"group\": [2953.0, 569.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAGCTGCA\", \"ini\": 1363, \"clust\": 1628, \"rank\": 2367, \"rankvar\": 265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1526, \"group\": [1636.0, 349.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCACATAGACTC\", \"ini\": 1362, \"clust\": 1703, \"rank\": 2451, \"rankvar\": 613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1527, \"group\": [1701.0, 357.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCGACG\", \"ini\": 1361, \"clust\": 533, \"rank\": 2334, \"rankvar\": 255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1528, \"group\": [536.0, 187.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCCCGGATG\", \"ini\": 1360, \"clust\": 3407, \"rank\": 2339, \"rankvar\": 3471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2229, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3579, \"group\": [3412.0, 655.0, 85.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGATATAC\", \"ini\": 1359, \"clust\": 1601, \"rank\": 2341, \"rankvar\": 978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1529, \"group\": [1601.0, 337.0, 41.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACATGCCTTC\", \"ini\": 1358, \"clust\": 21, \"rank\": 2485, \"rankvar\": 3351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1815, \"group\": [21.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGATGAGC\", \"ini\": 1357, \"clust\": 514, \"rank\": 2314, \"rankvar\": 1849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1530, \"group\": [529.0, 185.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCTCGGACG\", \"ini\": 1356, \"clust\": 3402, \"rank\": 2376, \"rankvar\": 3361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2233, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3580, \"group\": [3401.0, 654.0, 85.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGAAACGAG\", \"ini\": 1355, \"clust\": 3549, \"rank\": 2713, \"rankvar\": 3560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2234, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 124, \"group\": [3548.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGAGGTAG\", \"ini\": 1354, \"clust\": 3486, \"rank\": 2811, \"rankvar\": 3540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2235, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 125, \"group\": [3483.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCACCT\", \"ini\": 1353, \"clust\": 1733, \"rank\": 1645, \"rankvar\": 2011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2236, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1912, \"group\": [1736.0, 382.0, 50.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGAGGACGG\", \"ini\": 1352, \"clust\": 1759, \"rank\": 1577, \"rankvar\": 2005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1913, \"group\": [1756.0, 389.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCGGAAATA\", \"ini\": 1351, \"clust\": 1587, \"rank\": 2245, \"rankvar\": 1535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1531, \"group\": [1588.0, 331.0, 40.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGGTATG\", \"ini\": 1350, \"clust\": 3069, \"rank\": 1990, \"rankvar\": 3178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2239, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3515, \"group\": [3070.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTATCATAAAGG\", \"ini\": 1349, \"clust\": 3409, \"rank\": 2207, \"rankvar\": 3465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2240, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3581, \"group\": [3405.0, 655.0, 85.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCAGCGATT\", \"ini\": 1348, \"clust\": 1663, \"rank\": 2382, \"rankvar\": 924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1532, \"group\": [1662.0, 354.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACTAGAT\", \"ini\": 1347, \"clust\": 1627, \"rank\": 2428, \"rankvar\": 1628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1533, \"group\": [1627.0, 348.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGCTGCCCA\", \"ini\": 1346, \"clust\": 3581, \"rank\": 2389, \"rankvar\": 2781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2243, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 126, \"group\": [3584.0, 689.0, 93.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGCTAGGCA\", \"ini\": 1345, \"clust\": 2805, \"rank\": 2155, \"rankvar\": 186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1914, \"group\": [2806.0, 542.0, 66.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGAGAGCA\", \"ini\": 1344, \"clust\": 515, \"rank\": 2343, \"rankvar\": 1496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1534, \"group\": [528.0, 184.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACTCGGCCGAT\", \"ini\": 1343, \"clust\": 1809, \"rank\": 1893, \"rankvar\": 1202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1915, \"group\": [1809.0, 403.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCACCGTTGG\", \"ini\": 1342, \"clust\": 2807, \"rank\": 2081, \"rankvar\": 2366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2247, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2714, \"group\": [2807.0, 543.0, 66.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCTACAGA\", \"ini\": 1341, \"clust\": 582, \"rank\": 2212, \"rankvar\": 2328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2248, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1535, \"group\": [593.0, 194.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATGCCAT\", \"ini\": 1340, \"clust\": 1737, \"rank\": 2009, \"rankvar\": 196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1916, \"group\": [1737.0, 382.0, 50.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCACAGGT\", \"ini\": 1339, \"clust\": 3054, \"rank\": 1886, \"rankvar\": 3400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3516, \"group\": [3055.0, 593.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCTGGTA\", \"ini\": 1338, \"clust\": 1723, \"rank\": 1894, \"rankvar\": 871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1917, \"group\": [1726.0, 376.0, 50.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCTATGCT\", \"ini\": 1337, \"clust\": 3035, \"rank\": 2056, \"rankvar\": 2241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2252, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3517, \"group\": [3035.0, 591.0, 73.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGTCGATAA\", \"ini\": 1336, \"clust\": 1678, \"rank\": 2607, \"rankvar\": 2248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1536, \"group\": [1678.0, 356.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCCCAACGG\", \"ini\": 1335, \"clust\": 478, \"rank\": 2276, \"rankvar\": 980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1537, \"group\": [479.0, 166.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGTGTGCC\", \"ini\": 1334, \"clust\": 1734, \"rank\": 1848, \"rankvar\": 1898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1918, \"group\": [1734.0, 382.0, 50.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACCAGCAC\", \"ini\": 1333, \"clust\": 2956, \"rank\": 2272, \"rankvar\": 2553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3518, \"group\": [2956.0, 571.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGCACATG\", \"ini\": 1332, \"clust\": 1732, \"rank\": 2042, \"rankvar\": 222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1919, \"group\": [1732.0, 380.0, 50.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGGAACGG\", \"ini\": 1331, \"clust\": 3543, \"rank\": 2656, \"rankvar\": 3527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2258, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 127, \"group\": [3542.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACGAAT\", \"ini\": 1330, \"clust\": 2978, \"rank\": 2037, \"rankvar\": 647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3519, \"group\": [2978.0, 580.0, 72.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTTGATTGC\", \"ini\": 1329, \"clust\": 3385, \"rank\": 2566, \"rankvar\": 2561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2260, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3520, \"group\": [3382.0, 647.0, 82.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACAGTAACGG\", \"ini\": 1328, \"clust\": 2858, \"rank\": 2089, \"rankvar\": 3468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2715, \"group\": [2856.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCACCTTAT\", \"ini\": 1327, \"clust\": 1584, \"rank\": 2406, \"rankvar\": 1746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1538, \"group\": [1587.0, 330.0, 40.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAGCCTA\", \"ini\": 1326, \"clust\": 1596, \"rank\": 2374, \"rankvar\": 341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1539, \"group\": [1597.0, 336.0, 40.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAAGGTTTC\", \"ini\": 1325, \"clust\": 1635, \"rank\": 2445, \"rankvar\": 982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1540, \"group\": [1632.0, 349.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTCTCTTTA\", \"ini\": 1324, \"clust\": 77, \"rank\": 2218, \"rankvar\": 2992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2265, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1816, \"group\": [76.0, 24.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGAGCCAA\", \"ini\": 1323, \"clust\": 454, \"rank\": 2332, \"rankvar\": 1329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1541, \"group\": [457.0, 161.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCATGAAC\", \"ini\": 1322, \"clust\": 1610, \"rank\": 2304, \"rankvar\": 195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1542, \"group\": [1611.0, 343.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCGTACAA\", \"ini\": 1321, \"clust\": 2859, \"rank\": 2069, \"rankvar\": 3418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2268, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2716, \"group\": [2857.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTAAGAGAG\", \"ini\": 1320, \"clust\": 452, \"rank\": 2419, \"rankvar\": 1674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2269, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1543, \"group\": [452.0, 161.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACACTGTCGG\", \"ini\": 1319, \"clust\": 3398, \"rank\": 2447, \"rankvar\": 3284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2270, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3582, \"group\": [3402.0, 654.0, 85.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTGTAAGTA\", \"ini\": 1318, \"clust\": 1598, \"rank\": 2292, \"rankvar\": 950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1544, \"group\": [1599.0, 336.0, 40.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTGCAAG\", \"ini\": 1317, \"clust\": 1672, \"rank\": 2454, \"rankvar\": 178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1545, \"group\": [1677.0, 356.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGATCGCA\", \"ini\": 1316, \"clust\": 3481, \"rank\": 2610, \"rankvar\": 3383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2273, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 128, \"group\": [3581.0, 687.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACAGTCAGCC\", \"ini\": 1315, \"clust\": 2923, \"rank\": 2293, \"rankvar\": 759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2274, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3521, \"group\": [2929.0, 560.0, 68.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAGCCTAT\", \"ini\": 1314, \"clust\": 1699, \"rank\": 2441, \"rankvar\": 1030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1546, \"group\": [1704.0, 357.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTTATTCTC\", \"ini\": 1313, \"clust\": 2827, \"rank\": 2185, \"rankvar\": 2633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2717, \"group\": [2831.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGACAGACACTT\", \"ini\": 1312, \"clust\": 1691, \"rank\": 2536, \"rankvar\": 483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1547, \"group\": [1698.0, 357.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCAGTGTTG\", \"ini\": 1311, \"clust\": 2939, \"rank\": 2280, \"rankvar\": 2959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2278, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3522, \"group\": [2937.0, 562.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTGATTCG\", \"ini\": 1310, \"clust\": 1593, \"rank\": 2401, \"rankvar\": 2160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1548, \"group\": [1594.0, 334.0, 40.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGAGGCTA\", \"ini\": 1309, \"clust\": 1608, \"rank\": 2327, \"rankvar\": 319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1549, \"group\": [1609.0, 343.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCCTTAATC\", \"ini\": 1308, \"clust\": 12, \"rank\": 2415, \"rankvar\": 2939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2281, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1817, \"group\": [13.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTATCTCG\", \"ini\": 1307, \"clust\": 1694, \"rank\": 2465, \"rankvar\": 1041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1550, \"group\": [1694.0, 357.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGCCAGTAG\", \"ini\": 1306, \"clust\": 1621, \"rank\": 2414, \"rankvar\": 1322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1551, \"group\": [1621.0, 347.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCCAGTAG\", \"ini\": 1305, \"clust\": 2848, \"rank\": 2116, \"rankvar\": 3421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2284, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2718, \"group\": [2860.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTTACCAGT\", \"ini\": 1304, \"clust\": 536, \"rank\": 2336, \"rankvar\": 503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1552, \"group\": [534.0, 187.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGCGAGT\", \"ini\": 1303, \"clust\": 1656, \"rank\": 2480, \"rankvar\": 2480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1553, \"group\": [1665.0, 354.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATGCGT\", \"ini\": 1302, \"clust\": 1573, \"rank\": 2477, \"rankvar\": 1278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1554, \"group\": [1575.0, 322.0, 39.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGTTCCTA\", \"ini\": 1301, \"clust\": 1582, \"rank\": 2337, \"rankvar\": 176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1555, \"group\": [1581.0, 327.0, 40.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAAGCGCTC\", \"ini\": 1300, \"clust\": 2931, \"rank\": 2371, \"rankvar\": 2702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2289, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3523, \"group\": [2932.0, 561.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGTTCCTA\", \"ini\": 1299, \"clust\": 1719, \"rank\": 1729, \"rankvar\": 2735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2290, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1920, \"group\": [1720.0, 372.0, 49.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCTGGAGA\", \"ini\": 1298, \"clust\": 1614, \"rank\": 2333, \"rankvar\": 360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1556, \"group\": [1613.0, 344.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCAGGCTGAA\", \"ini\": 1297, \"clust\": 1660, \"rank\": 2516, \"rankvar\": 961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1557, \"group\": [1660.0, 354.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGAAAT\", \"ini\": 1296, \"clust\": 1740, \"rank\": 1960, \"rankvar\": 676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1921, \"group\": [1740.0, 383.0, 50.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTTTACA\", \"ini\": 1295, \"clust\": 3483, \"rank\": 2887, \"rankvar\": 3562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2294, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 129, \"group\": [3493.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGATCCTAGGGC\", \"ini\": 1294, \"clust\": 3387, \"rank\": 2530, \"rankvar\": 3047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2295, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3524, \"group\": [3386.0, 648.0, 82.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTTGTGTG\", \"ini\": 1293, \"clust\": 3445, \"rank\": 2535, \"rankvar\": 3387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2296, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 130, \"group\": [3444.0, 672.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCTAACGT\", \"ini\": 1292, \"clust\": 1745, \"rank\": 1838, \"rankvar\": 460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1922, \"group\": [1745.0, 387.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACTGAC\", \"ini\": 1291, \"clust\": 169, \"rank\": 2192, \"rankvar\": 2143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1558, \"group\": [169.0, 38.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCATGAAC\", \"ini\": 1290, \"clust\": 2930, \"rank\": 2521, \"rankvar\": 3280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3525, \"group\": [2933.0, 561.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGATGGCA\", \"ini\": 1289, \"clust\": 2800, \"rank\": 1684, \"rankvar\": 3422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2719, \"group\": [2799.0, 538.0, 64.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCTTGTACT\", \"ini\": 1288, \"clust\": 2949, \"rank\": 2689, \"rankvar\": 3331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2301, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3526, \"group\": [2946.0, 566.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTGAGGGAG\", \"ini\": 1287, \"clust\": 70, \"rank\": 2549, \"rankvar\": 3235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2302, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1818, \"group\": [68.0, 23.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGACAGGCT\", \"ini\": 1286, \"clust\": 1632, \"rank\": 2453, \"rankvar\": 1522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1559, \"group\": [1631.0, 349.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAACACCA\", \"ini\": 1285, \"clust\": 2808, \"rank\": 2230, \"rankvar\": 2578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2304, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2720, \"group\": [2808.0, 543.0, 66.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCTAGGTT\", \"ini\": 1284, \"clust\": 3389, \"rank\": 2248, \"rankvar\": 3419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2305, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3562, \"group\": [3391.0, 651.0, 83.0, 25.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCTCTCGT\", \"ini\": 1283, \"clust\": 2812, \"rank\": 2002, \"rankvar\": 3186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2306, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2721, \"group\": [2813.0, 546.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTTCCACGG\", \"ini\": 1282, \"clust\": 3371, \"rank\": 2189, \"rankvar\": 273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1923, \"group\": [3372.0, 639.0, 78.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACATCTCCCA\", \"ini\": 1281, \"clust\": 1607, \"rank\": 2363, \"rankvar\": 1933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1560, \"group\": [1608.0, 342.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAGGGCATA\", \"ini\": 1280, \"clust\": 62, \"rank\": 2289, \"rankvar\": 3366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2309, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1819, \"group\": [64.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCGTTTA\", \"ini\": 1279, \"clust\": 1807, \"rank\": 2044, \"rankvar\": 2913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2310, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1837, \"group\": [1805.0, 401.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGGGTT\", \"ini\": 1278, \"clust\": 1597, \"rank\": 2361, \"rankvar\": 497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1561, \"group\": [1598.0, 336.0, 40.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCTAGTCA\", \"ini\": 1277, \"clust\": 165, \"rank\": 2124, \"rankvar\": 1653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1562, \"group\": [165.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTATCCTAAGTG\", \"ini\": 1276, \"clust\": 2936, \"rank\": 2373, \"rankvar\": 2387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2313, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3527, \"group\": [2936.0, 562.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTACGACT\", \"ini\": 1275, \"clust\": 3568, \"rank\": 2878, \"rankvar\": 3544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2314, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 131, \"group\": [3565.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAATCA\", \"ini\": 1274, \"clust\": 1741, \"rank\": 1932, \"rankvar\": 927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2315, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1924, \"group\": [1741.0, 383.0, 50.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCACCGGGT\", \"ini\": 1273, \"clust\": 1712, \"rank\": 1924, \"rankvar\": 219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1925, \"group\": [1713.0, 365.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTAAGACA\", \"ini\": 1272, \"clust\": 3395, \"rank\": 2342, \"rankvar\": 3427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2317, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3583, \"group\": [3397.0, 654.0, 85.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCTCTCTG\", \"ini\": 1271, \"clust\": 1623, \"rank\": 2494, \"rankvar\": 1236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1563, \"group\": [1624.0, 347.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGCAGTA\", \"ini\": 1270, \"clust\": 1618, \"rank\": 2368, \"rankvar\": 840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1564, \"group\": [1619.0, 346.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCGACTAT\", \"ini\": 1269, \"clust\": 453, \"rank\": 2545, \"rankvar\": 1049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1565, \"group\": [453.0, 161.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTCAGGCC\", \"ini\": 1268, \"clust\": 1615, \"rank\": 2381, \"rankvar\": 211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1566, \"group\": [1614.0, 344.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGGTAAG\", \"ini\": 1267, \"clust\": 2944, \"rank\": 2273, \"rankvar\": 2494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3528, \"group\": [2942.0, 564.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCAACGAAA\", \"ini\": 1266, \"clust\": 1680, \"rank\": 2615, \"rankvar\": 767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1567, \"group\": [1685.0, 356.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGTCCGGTC\", \"ini\": 1265, \"clust\": 1871, \"rank\": 2078, \"rankvar\": 415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2324, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1926, \"group\": [1872.0, 424.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGGTGCAAC\", \"ini\": 1264, \"clust\": 3440, \"rank\": 2662, \"rankvar\": 3473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2325, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1568, \"group\": [3440.0, 670.0, 91.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTTATCGGT\", \"ini\": 1263, \"clust\": 1657, \"rank\": 2504, \"rankvar\": 665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1569, \"group\": [1659.0, 354.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAACAGTCGATT\", \"ini\": 1262, \"clust\": 2979, \"rank\": 1918, \"rankvar\": 2090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2327, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3529, \"group\": [2979.0, 580.0, 72.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTAGGGTAC\", \"ini\": 1261, \"clust\": 1622, \"rank\": 2471, \"rankvar\": 172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1570, \"group\": [1622.0, 347.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCATGCTAGT\", \"ini\": 1260, \"clust\": 1805, \"rank\": 2105, \"rankvar\": 1892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1927, \"group\": [1806.0, 402.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAACGCACC\", \"ini\": 1259, \"clust\": 2822, \"rank\": 1916, \"rankvar\": 3196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2330, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2722, \"group\": [2822.0, 550.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAACTGCTA\", \"ini\": 1258, \"clust\": 2970, \"rank\": 2408, \"rankvar\": 3153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2331, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3530, \"group\": [2969.0, 575.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTCACTTCC\", \"ini\": 1257, \"clust\": 2972, \"rank\": 2275, \"rankvar\": 3295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3531, \"group\": [2974.0, 577.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGAGACG\", \"ini\": 1256, \"clust\": 2960, \"rank\": 2388, \"rankvar\": 2829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3532, \"group\": [2960.0, 573.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTCAAACAACA\", \"ini\": 1255, \"clust\": 1619, \"rank\": 2421, \"rankvar\": 2012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1571, \"group\": [1620.0, 346.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAGCTCTC\", \"ini\": 1254, \"clust\": 3390, \"rank\": 2369, \"rankvar\": 3447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2335, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3563, \"group\": [3389.0, 651.0, 83.0, 25.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCCATGAAC\", \"ini\": 1253, \"clust\": 1611, \"rank\": 2422, \"rankvar\": 177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2336, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1572, \"group\": [1612.0, 343.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGAGGTTAT\", \"ini\": 1252, \"clust\": 1605, \"rank\": 2553, \"rankvar\": 1626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2337, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1573, \"group\": [1605.0, 339.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCGAGGTAG\", \"ini\": 1251, \"clust\": 608, \"rank\": 2416, \"rankvar\": 528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1574, \"group\": [609.0, 197.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGCGTTA\", \"ini\": 1250, \"clust\": 1624, \"rank\": 2470, \"rankvar\": 2216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1575, \"group\": [1625.0, 347.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTTGGGCC\", \"ini\": 1249, \"clust\": 1818, \"rank\": 2198, \"rankvar\": 3424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2340, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 164, \"group\": [1816.0, 407.0, 54.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCTCTTAT\", \"ini\": 1248, \"clust\": 609, \"rank\": 2366, \"rankvar\": 1764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1576, \"group\": [610.0, 197.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGTTAGA\", \"ini\": 1247, \"clust\": 1661, \"rank\": 2508, \"rankvar\": 2015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2342, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1577, \"group\": [1661.0, 354.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCACATGCA\", \"ini\": 1246, \"clust\": 1665, \"rank\": 2495, \"rankvar\": 1619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1578, \"group\": [1668.0, 355.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGAGTGACC\", \"ini\": 1245, \"clust\": 1942, \"rank\": 1996, \"rankvar\": 1691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1928, \"group\": [1941.0, 449.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCATGCAATC\", \"ini\": 1244, \"clust\": 2971, \"rank\": 2253, \"rankvar\": 3241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3533, \"group\": [2970.0, 575.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAGTACGCACC\", \"ini\": 1243, \"clust\": 1713, \"rank\": 1672, \"rankvar\": 1881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1929, \"group\": [1714.0, 366.0, 46.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGACGAAA\", \"ini\": 1242, \"clust\": 1944, \"rank\": 1999, \"rankvar\": 2222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2347, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1930, \"group\": [1945.0, 450.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTGCACGAA\", \"ini\": 1241, \"clust\": 1674, \"rank\": 2744, \"rankvar\": 2112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1579, \"group\": [1675.0, 356.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTCTTATG\", \"ini\": 1240, \"clust\": 1700, \"rank\": 2593, \"rankvar\": 1301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1580, \"group\": [1699.0, 357.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCCGGCACA\", \"ini\": 1239, \"clust\": 3525, \"rank\": 2830, \"rankvar\": 3579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2350, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 132, \"group\": [3523.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCAGTTATCGC\", \"ini\": 1238, \"clust\": 1910, \"rank\": 2154, \"rankvar\": 437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1931, \"group\": [1911.0, 436.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTTCGATGAGG\", \"ini\": 1237, \"clust\": 2789, \"rank\": 1904, \"rankvar\": 3417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2352, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2723, \"group\": [2787.0, 537.0, 64.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGGATGGG\", \"ini\": 1236, \"clust\": 2948, \"rank\": 2632, \"rankvar\": 2275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3534, \"group\": [2948.0, 566.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCAGACACTT\", \"ini\": 1235, \"clust\": 1738, \"rank\": 2097, \"rankvar\": 1088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1932, \"group\": [1738.0, 382.0, 50.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTACCATCA\", \"ini\": 1234, \"clust\": 3544, \"rank\": 2826, \"rankvar\": 3543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2355, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 133, \"group\": [3543.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGTAGCTG\", \"ini\": 1233, \"clust\": 1653, \"rank\": 2475, \"rankvar\": 201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1581, \"group\": [1654.0, 353.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCACTCAGGC\", \"ini\": 1232, \"clust\": 1585, \"rank\": 2527, \"rankvar\": 755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1582, \"group\": [1585.0, 329.0, 40.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGGTTTCA\", \"ini\": 1231, \"clust\": 1730, \"rank\": 2179, \"rankvar\": 367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1933, \"group\": [1733.0, 381.0, 50.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGACTAGGC\", \"ini\": 1230, \"clust\": 3441, \"rank\": 2472, \"rankvar\": 3384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1583, \"group\": [3441.0, 670.0, 91.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATTATCTC\", \"ini\": 1229, \"clust\": 3550, \"rank\": 2945, \"rankvar\": 3580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2360, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 134, \"group\": [3549.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATACGCCG\", \"ini\": 1228, \"clust\": 1586, \"rank\": 2541, \"rankvar\": 40, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1584, \"group\": [1586.0, 329.0, 40.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGGGCACTA\", \"ini\": 1227, \"clust\": 3497, \"rank\": 2842, \"rankvar\": 3572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2362, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 135, \"group\": [3495.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCGAGCCA\", \"ini\": 1226, \"clust\": 3530, \"rank\": 2921, \"rankvar\": 3576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2363, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 136, \"group\": [3528.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATGAAAC\", \"ini\": 1225, \"clust\": 2963, \"rank\": 2571, \"rankvar\": 3262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2364, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3535, \"group\": [2962.0, 573.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGCTGCAC\", \"ini\": 1224, \"clust\": 1588, \"rank\": 2478, \"rankvar\": 579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1585, \"group\": [1589.0, 331.0, 40.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCTCTGAGA\", \"ini\": 1223, \"clust\": 166, \"rank\": 2203, \"rankvar\": 3072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1586, \"group\": [166.0, 36.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCTCTACGAGT\", \"ini\": 1222, \"clust\": 1633, \"rank\": 2701, \"rankvar\": 1331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1587, \"group\": [1635.0, 349.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTTCCACAA\", \"ini\": 1221, \"clust\": 3527, \"rank\": 3054, \"rankvar\": 3578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2368, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 137, \"group\": [3526.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCCAAAGTC\", \"ini\": 1220, \"clust\": 1641, \"rank\": 2589, \"rankvar\": 548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1588, \"group\": [1641.0, 351.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTCCGTTAA\", \"ini\": 1219, \"clust\": 1602, \"rank\": 2657, \"rankvar\": 1160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2370, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1589, \"group\": [1602.0, 337.0, 41.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTTGTCTTT\", \"ini\": 1218, \"clust\": 2934, \"rank\": 2412, \"rankvar\": 3068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2371, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3536, \"group\": [2940.0, 563.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGAGTGACC\", \"ini\": 1217, \"clust\": 1843, \"rank\": 2722, \"rankvar\": 842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1590, \"group\": [1851.0, 417.0, 56.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAACAATC\", \"ini\": 1216, \"clust\": 524, \"rank\": 2425, \"rankvar\": 2322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1591, \"group\": [522.0, 182.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAGATCTGT\", \"ini\": 1215, \"clust\": 73, \"rank\": 2579, \"rankvar\": 3322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1820, \"group\": [72.0, 23.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCGAAAGC\", \"ini\": 1214, \"clust\": 1679, \"rank\": 2631, \"rankvar\": 832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1592, \"group\": [1679.0, 356.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTATCGCC\", \"ini\": 1213, \"clust\": 1945, \"rank\": 2110, \"rankvar\": 788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1934, \"group\": [1946.0, 450.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCTGCGAA\", \"ini\": 1212, \"clust\": 2957, \"rank\": 2512, \"rankvar\": 3248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2377, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3537, \"group\": [2959.0, 572.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCACGACTA\", \"ini\": 1211, \"clust\": 1746, \"rank\": 2062, \"rankvar\": 1402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1935, \"group\": [1746.0, 387.0, 51.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTCCATGA\", \"ini\": 1210, \"clust\": 2798, \"rank\": 1630, \"rankvar\": 3273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2379, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2724, \"group\": [2800.0, 538.0, 64.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAGGTGGAT\", \"ini\": 1209, \"clust\": 1964, \"rank\": 1937, \"rankvar\": 1984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2380, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1936, \"group\": [1965.0, 453.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTCCTCTTG\", \"ini\": 1208, \"clust\": 1651, \"rank\": 2514, \"rankvar\": 131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1593, \"group\": [1656.0, 353.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATACGCT\", \"ini\": 1207, \"clust\": 2813, \"rank\": 2162, \"rankvar\": 361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2382, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1937, \"group\": [2814.0, 547.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAGTGCAT\", \"ini\": 1206, \"clust\": 1914, \"rank\": 2398, \"rankvar\": 747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2383, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1938, \"group\": [1918.0, 438.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCGAACGGA\", \"ini\": 1205, \"clust\": 1940, \"rank\": 2046, \"rankvar\": 1569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1939, \"group\": [1944.0, 449.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTGGAGTC\", \"ini\": 1204, \"clust\": 9, \"rank\": 2674, \"rankvar\": 3079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2385, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1821, \"group\": [10.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGCTAGTGG\", \"ini\": 1203, \"clust\": 3526, \"rank\": 2911, \"rankvar\": 3582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2386, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 138, \"group\": [3524.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTGTGGCA\", \"ini\": 1202, \"clust\": 1683, \"rank\": 2637, \"rankvar\": 546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1594, \"group\": [1683.0, 356.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAGATTAG\", \"ini\": 1201, \"clust\": 3539, \"rank\": 2992, \"rankvar\": 3559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 139, \"group\": [3540.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTAGAGGACGG\", \"ini\": 1200, \"clust\": 1890, \"rank\": 2307, \"rankvar\": 200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1940, \"group\": [1891.0, 430.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGCACCCATGG\", \"ini\": 1199, \"clust\": 1935, \"rank\": 2065, \"rankvar\": 538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1941, \"group\": [1939.0, 448.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCACGAAGG\", \"ini\": 1198, \"clust\": 2935, \"rank\": 2403, \"rankvar\": 2881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2391, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3538, \"group\": [2939.0, 562.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCTGTAGA\", \"ini\": 1197, \"clust\": 1797, \"rank\": 1956, \"rankvar\": 1390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1942, \"group\": [1812.0, 406.0, 53.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGATCCTGT\", \"ini\": 1196, \"clust\": 1873, \"rank\": 2153, \"rankvar\": 2166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2393, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1943, \"group\": [1874.0, 424.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCATGCAAC\", \"ini\": 1195, \"clust\": 1599, \"rank\": 2493, \"rankvar\": 197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2394, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1595, \"group\": [1600.0, 336.0, 40.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGTAGT\", \"ini\": 1194, \"clust\": 1705, \"rank\": 2197, \"rankvar\": 105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2395, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1944, \"group\": [1706.0, 358.0, 43.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATCCCGC\", \"ini\": 1193, \"clust\": 1936, \"rank\": 2082, \"rankvar\": 1168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2396, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1945, \"group\": [1935.0, 448.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTAAATACG\", \"ini\": 1192, \"clust\": 1726, \"rank\": 2099, \"rankvar\": 2536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1946, \"group\": [1730.0, 378.0, 50.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGTGTCCAT\", \"ini\": 1191, \"clust\": 1677, \"rank\": 2880, \"rankvar\": 2199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1596, \"group\": [1680.0, 356.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTAGCTTGT\", \"ini\": 1190, \"clust\": 1918, \"rank\": 2106, \"rankvar\": 2461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1947, \"group\": [1919.0, 439.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGACGCTTT\", \"ini\": 1189, \"clust\": 1695, \"rank\": 2695, \"rankvar\": 1218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1597, \"group\": [1695.0, 357.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGGTGGGTT\", \"ini\": 1188, \"clust\": 2940, \"rank\": 2402, \"rankvar\": 3176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2401, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3539, \"group\": [2938.0, 562.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCCGTTGCT\", \"ini\": 1187, \"clust\": 3369, \"rank\": 2781, \"rankvar\": 3138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2402, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 140, \"group\": [3367.0, 634.0, 77.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACGCCAGT\", \"ini\": 1186, \"clust\": 1912, \"rank\": 2236, \"rankvar\": 461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1948, \"group\": [1913.0, 437.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCAAGTAC\", \"ini\": 1185, \"clust\": 1735, \"rank\": 2111, \"rankvar\": 2644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1949, \"group\": [1735.0, 382.0, 50.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTCCAGTAT\", \"ini\": 1184, \"clust\": 1704, \"rank\": 2661, \"rankvar\": 963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1598, \"group\": [1702.0, 357.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTTCCACAA\", \"ini\": 1183, \"clust\": 1967, \"rank\": 2130, \"rankvar\": 1956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1950, \"group\": [1967.0, 453.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCAATAAGG\", \"ini\": 1182, \"clust\": 2964, \"rank\": 2519, \"rankvar\": 2894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3540, \"group\": [2963.0, 573.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTTTACGT\", \"ini\": 1181, \"clust\": 3531, \"rank\": 3067, \"rankvar\": 3574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2408, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 141, \"group\": [3529.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAAAGTCAA\", \"ini\": 1180, \"clust\": 1670, \"rank\": 2720, \"rankvar\": 372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1599, \"group\": [1671.0, 356.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTGTCATGCAT\", \"ini\": 1179, \"clust\": 1654, \"rank\": 2582, \"rankvar\": 148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1600, \"group\": [1652.0, 353.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGTAAACT\", \"ini\": 1178, \"clust\": 1875, \"rank\": 2278, \"rankvar\": 673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2411, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1951, \"group\": [1876.0, 425.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCGTACGGC\", \"ini\": 1177, \"clust\": 1675, \"rank\": 2715, \"rankvar\": 495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1601, \"group\": [1673.0, 356.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCAATAAGG\", \"ini\": 1176, \"clust\": 3453, \"rank\": 3003, \"rankvar\": 3407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2413, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 142, \"group\": [3452.0, 677.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTTTGCGT\", \"ini\": 1175, \"clust\": 1902, \"rank\": 2191, \"rankvar\": 329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1952, \"group\": [1903.0, 434.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCAGGTCA\", \"ini\": 1174, \"clust\": 3411, \"rank\": 2379, \"rankvar\": 3487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2415, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3584, \"group\": [3411.0, 655.0, 85.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCAGTGGA\", \"ini\": 1173, \"clust\": 2969, \"rank\": 2183, \"rankvar\": 2883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2416, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3541, \"group\": [2971.0, 575.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGATGGAA\", \"ini\": 1172, \"clust\": 1706, \"rank\": 2196, \"rankvar\": 1285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2417, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1953, \"group\": [1707.0, 359.0, 43.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGAATAGGG\", \"ini\": 1171, \"clust\": 3365, \"rank\": 2620, \"rankvar\": 2676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2418, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3542, \"group\": [3370.0, 637.0, 77.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAATAAGCA\", \"ini\": 1170, \"clust\": 1739, \"rank\": 2168, \"rankvar\": 686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1954, \"group\": [1742.0, 384.0, 50.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCATGAGCGA\", \"ini\": 1169, \"clust\": 1721, \"rank\": 2067, \"rankvar\": 1376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2420, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1955, \"group\": [1721.0, 373.0, 50.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTCTCACCT\", \"ini\": 1168, \"clust\": 1696, \"rank\": 2698, \"rankvar\": 1017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1602, \"group\": [1696.0, 357.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCATGGTAGG\", \"ini\": 1167, \"clust\": 1664, \"rank\": 2690, \"rankvar\": 1459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1603, \"group\": [1663.0, 354.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGGCATGT\", \"ini\": 1166, \"clust\": 1877, \"rank\": 2144, \"rankvar\": 2362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2423, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1956, \"group\": [1878.0, 427.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGACACG\", \"ini\": 1165, \"clust\": 1662, \"rank\": 2757, \"rankvar\": 1511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1604, \"group\": [1664.0, 354.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCATGCCG\", \"ini\": 1164, \"clust\": 2855, \"rank\": 2208, \"rankvar\": 3475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2425, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2725, \"group\": [2852.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGTGG\", \"ini\": 1163, \"clust\": 2945, \"rank\": 2724, \"rankvar\": 3302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2426, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3543, \"group\": [2944.0, 565.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTATAGGGC\", \"ini\": 1162, \"clust\": 1609, \"rank\": 2561, \"rankvar\": 496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1605, \"group\": [1610.0, 343.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATGGGAAC\", \"ini\": 1161, \"clust\": 1655, \"rank\": 2608, \"rankvar\": 474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1606, \"group\": [1653.0, 353.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACATAACC\", \"ini\": 1160, \"clust\": 521, \"rank\": 2565, \"rankvar\": 2634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1607, \"group\": [518.0, 181.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTCTCTTTA\", \"ini\": 1159, \"clust\": 1681, \"rank\": 2806, \"rankvar\": 1885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1608, \"group\": [1681.0, 356.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTTAGAACA\", \"ini\": 1158, \"clust\": 3379, \"rank\": 2629, \"rankvar\": 2757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2431, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3544, \"group\": [3379.0, 645.0, 81.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTGCTGCC\", \"ini\": 1157, \"clust\": 1638, \"rank\": 2869, \"rankvar\": 957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1609, \"group\": [1638.0, 351.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTGCTAGCC\", \"ini\": 1156, \"clust\": 1658, \"rank\": 2787, \"rankvar\": 1225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1610, \"group\": [1657.0, 354.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGATCTGAA\", \"ini\": 1155, \"clust\": 1583, \"rank\": 2673, \"rankvar\": 607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2434, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1611, \"group\": [1582.0, 327.0, 40.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAATACAG\", \"ini\": 1154, \"clust\": 1673, \"rank\": 2822, \"rankvar\": 557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1612, \"group\": [1676.0, 356.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAACTGCGC\", \"ini\": 1153, \"clust\": 1666, \"rank\": 2815, \"rankvar\": 1327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1613, \"group\": [1666.0, 355.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCATAGCAC\", \"ini\": 1152, \"clust\": 1720, \"rank\": 2143, \"rankvar\": 1194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1957, \"group\": [1723.0, 374.0, 50.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGCTGGAAC\", \"ini\": 1151, \"clust\": 1692, \"rank\": 2743, \"rankvar\": 1735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1614, \"group\": [1692.0, 357.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGATCCTAGTGA\", \"ini\": 1150, \"clust\": 1667, \"rank\": 2735, \"rankvar\": 910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1615, \"group\": [1667.0, 355.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCAGCGTA\", \"ini\": 1149, \"clust\": 1919, \"rank\": 2091, \"rankvar\": 1328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2440, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1958, \"group\": [1920.0, 440.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACACTTACGA\", \"ini\": 1148, \"clust\": 1938, \"rank\": 2186, \"rankvar\": 903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2441, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1959, \"group\": [1937.0, 448.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCACTCCA\", \"ini\": 1147, \"clust\": 1636, \"rank\": 2801, \"rankvar\": 2320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1616, \"group\": [1633.0, 349.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGCAGTCA\", \"ini\": 1146, \"clust\": 1876, \"rank\": 2224, \"rankvar\": 465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1960, \"group\": [1877.0, 426.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTGGGTTG\", \"ini\": 1145, \"clust\": 2977, \"rank\": 2346, \"rankvar\": 2432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3545, \"group\": [2980.0, 581.0, 72.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCTCCGGTT\", \"ini\": 1144, \"clust\": 1872, \"rank\": 2195, \"rankvar\": 1694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2445, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1961, \"group\": [1873.0, 424.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGTTCTG\", \"ini\": 1143, \"clust\": 3405, \"rank\": 2669, \"rankvar\": 3401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2446, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3585, \"group\": [3403.0, 655.0, 85.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCAGATCTGCT\", \"ini\": 1142, \"clust\": 2932, \"rank\": 2774, \"rankvar\": 3018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3546, \"group\": [2930.0, 561.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGATGTAAC\", \"ini\": 1141, \"clust\": 3410, \"rank\": 2564, \"rankvar\": 3450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2448, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3586, \"group\": [3406.0, 655.0, 85.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATGAAAC\", \"ini\": 1140, \"clust\": 1637, \"rank\": 2829, \"rankvar\": 374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2449, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1617, \"group\": [1640.0, 351.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGCGCTTAT\", \"ini\": 1139, \"clust\": 3404, \"rank\": 2587, \"rankvar\": 3415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2450, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3587, \"group\": [3413.0, 655.0, 85.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTACTCGCG\", \"ini\": 1138, \"clust\": 1728, \"rank\": 2221, \"rankvar\": 1577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2451, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1962, \"group\": [1727.0, 377.0, 50.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAAGCCGCT\", \"ini\": 1137, \"clust\": 1941, \"rank\": 2088, \"rankvar\": 2568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2452, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1963, \"group\": [1943.0, 449.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCGCCTCA\", \"ini\": 1136, \"clust\": 1701, \"rank\": 2885, \"rankvar\": 1800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1618, \"group\": [1700.0, 357.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGCCATCGC\", \"ini\": 1135, \"clust\": 2962, \"rank\": 2491, \"rankvar\": 2597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3547, \"group\": [2964.0, 573.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTTAGTGGG\", \"ini\": 1134, \"clust\": 13, \"rank\": 2782, \"rankvar\": 3171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2455, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1822, \"group\": [14.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAATCTGCA\", \"ini\": 1133, \"clust\": 1693, \"rank\": 2867, \"rankvar\": 2187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1619, \"group\": [1693.0, 357.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCACGACG\", \"ini\": 1132, \"clust\": 164, \"rank\": 2380, \"rankvar\": 1043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1620, \"group\": [172.0, 41.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTTAGGTA\", \"ini\": 1131, \"clust\": 1649, \"rank\": 2866, \"rankvar\": 501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1621, \"group\": [1649.0, 352.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAATCTGCGGCA\", \"ini\": 1130, \"clust\": 1831, \"rank\": 2484, \"rankvar\": 2508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2459, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 165, \"group\": [1830.0, 408.0, 54.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGCGACAT\", \"ini\": 1129, \"clust\": 1900, \"rank\": 2232, \"rankvar\": 2479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2460, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1964, \"group\": [1901.0, 434.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACAACTGT\", \"ini\": 1128, \"clust\": 1689, \"rank\": 2825, \"rankvar\": 535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1622, \"group\": [1688.0, 357.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGTCTCGCATC\", \"ini\": 1127, \"clust\": 1659, \"rank\": 2759, \"rankvar\": 1613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1623, \"group\": [1658.0, 354.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTAGCCA\", \"ini\": 1126, \"clust\": 1908, \"rank\": 2313, \"rankvar\": 1866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2463, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1965, \"group\": [1908.0, 436.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTGTGGCTC\", \"ini\": 1125, \"clust\": 1620, \"rank\": 2671, \"rankvar\": 414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1624, \"group\": [1623.0, 347.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTTATCGC\", \"ini\": 1124, \"clust\": 3391, \"rank\": 2574, \"rankvar\": 3371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2465, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3564, \"group\": [3390.0, 651.0, 83.0, 25.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGGAATCG\", \"ini\": 1123, \"clust\": 2950, \"rank\": 3048, \"rankvar\": 3390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2466, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3548, \"group\": [2947.0, 566.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGAATAGGG\", \"ini\": 1122, \"clust\": 1725, \"rank\": 2156, \"rankvar\": 1724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2467, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1966, \"group\": [1725.0, 375.0, 50.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCGGAGCAA\", \"ini\": 1121, \"clust\": 2828, \"rank\": 2298, \"rankvar\": 3430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2468, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2726, \"group\": [2830.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCTGATCA\", \"ini\": 1120, \"clust\": 1676, \"rank\": 3027, \"rankvar\": 1808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1625, \"group\": [1674.0, 356.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTATCACCA\", \"ini\": 1119, \"clust\": 1958, \"rank\": 2176, \"rankvar\": 1586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2470, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1967, \"group\": [1956.0, 451.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAATCCAAC\", \"ini\": 1118, \"clust\": 1648, \"rank\": 2820, \"rankvar\": 729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2471, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1626, \"group\": [1651.0, 352.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACAACGCC\", \"ini\": 1117, \"clust\": 2261, \"rank\": 2329, \"rankvar\": 636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2472, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1968, \"group\": [2264.0, 489.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGGGAAACA\", \"ini\": 1116, \"clust\": 2849, \"rank\": 2590, \"rankvar\": 3267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2473, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2727, \"group\": [2851.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAGAAAGG\", \"ini\": 1115, \"clust\": 1972, \"rank\": 2206, \"rankvar\": 847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2474, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1969, \"group\": [1972.0, 454.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACTCGGA\", \"ini\": 1114, \"clust\": 1937, \"rank\": 2174, \"rankvar\": 2114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2475, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1970, \"group\": [1936.0, 448.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGTCGATAA\", \"ini\": 1113, \"clust\": 154, \"rank\": 2469, \"rankvar\": 3355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2476, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1823, \"group\": [157.0, 31.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGTACAG\", \"ini\": 1112, \"clust\": 1671, \"rank\": 2958, \"rankvar\": 1130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1627, \"group\": [1672.0, 356.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGCCA\", \"ini\": 1111, \"clust\": 17, \"rank\": 2946, \"rankvar\": 3101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2478, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1824, \"group\": [16.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCACTCT\", \"ini\": 1110, \"clust\": 2961, \"rank\": 2486, \"rankvar\": 3198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3549, \"group\": [2961.0, 573.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGTGGAT\", \"ini\": 1109, \"clust\": 2853, \"rank\": 2340, \"rankvar\": 3236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2480, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2728, \"group\": [2859.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTATAAACG\", \"ini\": 1108, \"clust\": 1581, \"rank\": 2754, \"rankvar\": 455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2481, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1628, \"group\": [1583.0, 327.0, 40.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGAGCAGGCTA\", \"ini\": 1107, \"clust\": 3406, \"rank\": 2739, \"rankvar\": 3462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2482, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3588, \"group\": [3404.0, 655.0, 85.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCAATGGT\", \"ini\": 1106, \"clust\": 516, \"rank\": 2728, \"rankvar\": 1584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1629, \"group\": [515.0, 180.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCCCTAACC\", \"ini\": 1105, \"clust\": 1924, \"rank\": 2216, \"rankvar\": 2345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2484, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1971, \"group\": [1925.0, 444.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACTTCGAA\", \"ini\": 1104, \"clust\": 1978, \"rank\": 2233, \"rankvar\": 2446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1972, \"group\": [1982.0, 454.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAACACTG\", \"ini\": 1103, \"clust\": 1702, \"rank\": 2846, \"rankvar\": 1207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1630, \"group\": [1703.0, 357.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCAGAATA\", \"ini\": 1102, \"clust\": 2001, \"rank\": 2326, \"rankvar\": 2623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1973, \"group\": [2011.0, 458.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCAAAGCAAT\", \"ini\": 1101, \"clust\": 1727, \"rank\": 2370, \"rankvar\": 2626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2488, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1974, \"group\": [1729.0, 377.0, 50.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCTTTACGT\", \"ini\": 1100, \"clust\": 2824, \"rank\": 2350, \"rankvar\": 2854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2489, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2729, \"group\": [2824.0, 550.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAATAGCA\", \"ini\": 1099, \"clust\": 1729, \"rank\": 2286, \"rankvar\": 1804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1975, \"group\": [1728.0, 377.0, 50.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTGCAACGA\", \"ini\": 1098, \"clust\": 156, \"rank\": 2606, \"rankvar\": 3352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2491, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1825, \"group\": [154.0, 31.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTTACCTA\", \"ini\": 1097, \"clust\": 1959, \"rank\": 2163, \"rankvar\": 1038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2492, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1976, \"group\": [1957.0, 451.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTTGTCTTT\", \"ini\": 1096, \"clust\": 1911, \"rank\": 2283, \"rankvar\": 1563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1977, \"group\": [1912.0, 436.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGAGCAATT\", \"ini\": 1095, \"clust\": 1639, \"rank\": 2947, \"rankvar\": 488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2494, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1631, \"group\": [1639.0, 351.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGACGGTA\", \"ini\": 1094, \"clust\": 69, \"rank\": 2772, \"rankvar\": 2873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2495, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1826, \"group\": [70.0, 23.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCATCCTTGC\", \"ini\": 1093, \"clust\": 1643, \"rank\": 2803, \"rankvar\": 986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1632, \"group\": [1648.0, 351.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCATGGAATA\", \"ini\": 1092, \"clust\": 1874, \"rank\": 2274, \"rankvar\": 1128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1978, \"group\": [1875.0, 424.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTCCGTCAG\", \"ini\": 1091, \"clust\": 2837, \"rank\": 2315, \"rankvar\": 3357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2730, \"group\": [2834.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTAGTGA\", \"ini\": 1090, \"clust\": 2256, \"rank\": 2372, \"rankvar\": 2032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2499, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1979, \"group\": [2256.0, 487.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCCGATTT\", \"ini\": 1089, \"clust\": 3520, \"rank\": 3053, \"rankvar\": 3508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1633, \"group\": [3519.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTACCATCA\", \"ini\": 1088, \"clust\": 2, \"rank\": 1934, \"rankvar\": 3369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2501, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2988, \"group\": [5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAAACCTAC\", \"ini\": 1087, \"clust\": 1946, \"rank\": 2310, \"rankvar\": 1219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2502, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1980, \"group\": [1960.0, 452.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACAACTGGCC\", \"ini\": 1086, \"clust\": 2318, \"rank\": 2384, \"rankvar\": 1141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1981, \"group\": [2321.0, 491.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTTCGCGC\", \"ini\": 1085, \"clust\": 1640, \"rank\": 2930, \"rankvar\": 1187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1634, \"group\": [1643.0, 351.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATCCGG\", \"ini\": 1084, \"clust\": 1965, \"rank\": 2247, \"rankvar\": 1632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1982, \"group\": [1966.0, 453.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGTTGAGTA\", \"ini\": 1083, \"clust\": 1821, \"rank\": 2699, \"rankvar\": 3537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2506, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 166, \"group\": [1821.0, 407.0, 54.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTATATGAG\", \"ini\": 1082, \"clust\": 2844, \"rank\": 2113, \"rankvar\": 3448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2507, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2731, \"group\": [2847.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTAATAGCA\", \"ini\": 1081, \"clust\": 2941, \"rank\": 2718, \"rankvar\": 2179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3550, \"group\": [2950.0, 567.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGATGGCGT\", \"ini\": 1080, \"clust\": 2840, \"rank\": 2405, \"rankvar\": 3441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2509, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2732, \"group\": [2840.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTTTAGGAA\", \"ini\": 1079, \"clust\": 1892, \"rank\": 2351, \"rankvar\": 915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1983, \"group\": [1893.0, 431.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCGAATGCT\", \"ini\": 1078, \"clust\": 3393, \"rank\": 2309, \"rankvar\": 2282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1984, \"group\": [3394.0, 653.0, 84.0, 26.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGACAAAGG\", \"ini\": 1077, \"clust\": 157, \"rank\": 2531, \"rankvar\": 3000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2512, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1827, \"group\": [155.0, 31.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCGACAGCC\", \"ini\": 1076, \"clust\": 2946, \"rank\": 2708, \"rankvar\": 2801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2513, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3551, \"group\": [2945.0, 565.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTTCAACT\", \"ini\": 1075, \"clust\": 2007, \"rank\": 2322, \"rankvar\": 718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2514, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1985, \"group\": [2009.0, 457.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGTATTGGA\", \"ini\": 1074, \"clust\": 1999, \"rank\": 2239, \"rankvar\": 818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1986, \"group\": [2000.0, 456.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCACGAAACG\", \"ini\": 1073, \"clust\": 2854, \"rank\": 2308, \"rankvar\": 3083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2516, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2733, \"group\": [2854.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGGCACTA\", \"ini\": 1072, \"clust\": 1684, \"rank\": 2923, \"rankvar\": 620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1635, \"group\": [1684.0, 356.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCGAGTTT\", \"ini\": 1071, \"clust\": 3532, \"rank\": 3263, \"rankvar\": 3567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2518, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 143, \"group\": [3531.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGAGAGCTC\", \"ini\": 1070, \"clust\": 2078, \"rank\": 2461, \"rankvar\": 2117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2519, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1987, \"group\": [2079.0, 467.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTCCCTACT\", \"ini\": 1069, \"clust\": 1939, \"rank\": 2251, \"rankvar\": 2264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1988, \"group\": [1938.0, 448.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGCGAAGGG\", \"ini\": 1068, \"clust\": 1801, \"rank\": 2136, \"rankvar\": 3206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2521, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2734, \"group\": [1802.0, 399.0, 52.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCGCGTAGC\", \"ini\": 1067, \"clust\": 1973, \"rank\": 2193, \"rankvar\": 2477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2522, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1989, \"group\": [1973.0, 454.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCACCCAG\", \"ini\": 1066, \"clust\": 2846, \"rank\": 2290, \"rankvar\": 3344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2523, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2735, \"group\": [2844.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACATTAGGCT\", \"ini\": 1065, \"clust\": 1903, \"rank\": 2316, \"rankvar\": 1772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2524, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1990, \"group\": [1904.0, 434.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCCAGAGGA\", \"ini\": 1064, \"clust\": 1891, \"rank\": 2498, \"rankvar\": 1884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2525, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1991, \"group\": [1892.0, 430.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCACTGTCGG\", \"ini\": 1063, \"clust\": 3, \"rank\": 2064, \"rankvar\": 3208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2989, \"group\": [3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTTCTGCGTAA\", \"ini\": 1062, \"clust\": 2337, \"rank\": 2311, \"rankvar\": 400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2527, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1992, \"group\": [2345.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTCACCTAA\", \"ini\": 1061, \"clust\": 170, \"rank\": 2503, \"rankvar\": 1604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1636, \"group\": [167.0, 37.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTACTTAGC\", \"ini\": 1060, \"clust\": 1884, \"rank\": 2287, \"rankvar\": 2185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1993, \"group\": [1885.0, 429.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGACCTAGG\", \"ini\": 1059, \"clust\": 1832, \"rank\": 2641, \"rankvar\": 2930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2530, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 167, \"group\": [1831.0, 408.0, 54.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACAGACAG\", \"ini\": 1058, \"clust\": 1690, \"rank\": 2831, \"rankvar\": 486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1637, \"group\": [1689.0, 357.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGTGTGGT\", \"ini\": 1057, \"clust\": 1813, \"rank\": 2529, \"rankvar\": 2748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2532, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 168, \"group\": [1813.0, 407.0, 54.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTTATCGGT\", \"ini\": 1056, \"clust\": 2938, \"rank\": 2779, \"rankvar\": 3215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3552, \"group\": [2935.0, 562.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACACAGACTT\", \"ini\": 1055, \"clust\": 2319, \"rank\": 2386, \"rankvar\": 962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2534, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1994, \"group\": [2319.0, 491.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTCAAGTCATC\", \"ini\": 1054, \"clust\": 1827, \"rank\": 2505, \"rankvar\": 3156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2535, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 169, \"group\": [1828.0, 407.0, 54.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGTTAACC\", \"ini\": 1053, \"clust\": 2839, \"rank\": 2377, \"rankvar\": 3378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2536, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2736, \"group\": [2841.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACACTGCG\", \"ini\": 1052, \"clust\": 3534, \"rank\": 3176, \"rankvar\": 3566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2537, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 144, \"group\": [3533.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCATGTTGAC\", \"ini\": 1051, \"clust\": 1688, \"rank\": 2937, \"rankvar\": 855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1638, \"group\": [1690.0, 357.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTTAGCGG\", \"ini\": 1050, \"clust\": 2320, \"rank\": 2442, \"rankvar\": 2885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2539, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1995, \"group\": [2320.0, 491.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGAGAATTCCC\", \"ini\": 1049, \"clust\": 1983, \"rank\": 2259, \"rankvar\": 1908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2540, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1996, \"group\": [1983.0, 454.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCACACCGAC\", \"ini\": 1048, \"clust\": 2894, \"rank\": 2543, \"rankvar\": 3326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2541, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2737, \"group\": [2894.0, 554.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGCACTTA\", \"ini\": 1047, \"clust\": 2860, \"rank\": 2321, \"rankvar\": 3385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2542, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2738, \"group\": [2858.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCAACACTG\", \"ini\": 1046, \"clust\": 3454, \"rank\": 3254, \"rankvar\": 3509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2543, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 145, \"group\": [3453.0, 677.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGCCCA\", \"ini\": 1045, \"clust\": 167, \"rank\": 2625, \"rankvar\": 710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1639, \"group\": [171.0, 40.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAGTAAGTAGT\", \"ini\": 1044, \"clust\": 1943, \"rank\": 2357, \"rankvar\": 2504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1997, \"group\": [1942.0, 449.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGACACTT\", \"ini\": 1043, \"clust\": 2032, \"rank\": 2359, \"rankvar\": 2729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2546, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1998, \"group\": [2036.0, 461.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTGTGACCC\", \"ini\": 1042, \"clust\": 1866, \"rank\": 2324, \"rankvar\": 1893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2547, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1999, \"group\": [1869.0, 423.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCAGTATAAG\", \"ini\": 1041, \"clust\": 2947, \"rank\": 2896, \"rankvar\": 2856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2548, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3553, \"group\": [2949.0, 566.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCACCGGGT\", \"ini\": 1040, \"clust\": 2252, \"rank\": 2364, \"rankvar\": 669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2549, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2000, \"group\": [2253.0, 485.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGTAATA\", \"ini\": 1039, \"clust\": 1828, \"rank\": 2696, \"rankvar\": 3472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2550, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 170, \"group\": [1826.0, 407.0, 54.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGCCGTCGT\", \"ini\": 1038, \"clust\": 1995, \"rank\": 2167, \"rankvar\": 2743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2551, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2001, \"group\": [1996.0, 456.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTCCGTTAA\", \"ini\": 1037, \"clust\": 2825, \"rank\": 2262, \"rankvar\": 3017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2552, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2739, \"group\": [2825.0, 550.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGCATGAT\", \"ini\": 1036, \"clust\": 1904, \"rank\": 2515, \"rankvar\": 1671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2002, \"group\": [1907.0, 435.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTATTAGCC\", \"ini\": 1035, \"clust\": 1986, \"rank\": 2229, \"rankvar\": 2506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2003, \"group\": [1989.0, 454.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACACTGCG\", \"ini\": 1034, \"clust\": 1982, \"rank\": 2277, \"rankvar\": 1018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2555, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2004, \"group\": [1985.0, 454.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCTCTTA\", \"ini\": 1033, \"clust\": 2823, \"rank\": 2295, \"rankvar\": 3242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2556, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2740, \"group\": [2823.0, 550.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATTGGGCC\", \"ini\": 1032, \"clust\": 1650, \"rank\": 3030, \"rankvar\": 1706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1640, \"group\": [1650.0, 352.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCTTACCTA\", \"ini\": 1031, \"clust\": 2259, \"rank\": 2320, \"rankvar\": 1434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2558, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2005, \"group\": [2259.0, 488.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCCATTAT\", \"ini\": 1030, \"clust\": 1976, \"rank\": 2297, \"rankvar\": 1578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2559, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2006, \"group\": [1977.0, 454.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAATCCTTCAAT\", \"ini\": 1029, \"clust\": 1697, \"rank\": 2994, \"rankvar\": 2109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1641, \"group\": [1697.0, 357.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAATGGATA\", \"ini\": 1028, \"clust\": 517, \"rank\": 2967, \"rankvar\": 1971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2561, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1642, \"group\": [516.0, 180.0, 27.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGTTGCC\", \"ini\": 1027, \"clust\": 1916, \"rank\": 2540, \"rankvar\": 1546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2562, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2007, \"group\": [1915.0, 438.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTCTGGTCG\", \"ini\": 1026, \"clust\": 1971, \"rank\": 2306, \"rankvar\": 1737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2008, \"group\": [1974.0, 454.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTAACGCGA\", \"ini\": 1025, \"clust\": 1993, \"rank\": 2238, \"rankvar\": 2148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2009, \"group\": [1994.0, 456.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCAGTTGAC\", \"ini\": 1024, \"clust\": 1953, \"rank\": 2404, \"rankvar\": 614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2565, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2010, \"group\": [1955.0, 451.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTGAGAT\", \"ini\": 1023, \"clust\": 3536, \"rank\": 3219, \"rankvar\": 3563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2566, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 146, \"group\": [3535.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTCAGCTAT\", \"ini\": 1022, \"clust\": 2845, \"rank\": 2429, \"rankvar\": 3294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2567, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2741, \"group\": [2846.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCCAACCAA\", \"ini\": 1021, \"clust\": 1682, \"rank\": 3092, \"rankvar\": 2184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1643, \"group\": [1682.0, 356.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGAGTCTGG\", \"ini\": 1020, \"clust\": 18, \"rank\": 3044, \"rankvar\": 3001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2569, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1828, \"group\": [17.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTGTCGCG\", \"ini\": 1019, \"clust\": 2004, \"rank\": 2458, \"rankvar\": 1303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2011, \"group\": [2010.0, 457.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTTCTGTTT\", \"ini\": 1018, \"clust\": 2080, \"rank\": 2474, \"rankvar\": 692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2571, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2012, \"group\": [2081.0, 467.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCAAGTAGTA\", \"ini\": 1017, \"clust\": 2814, \"rank\": 2570, \"rankvar\": 2677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2572, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2013, \"group\": [2815.0, 547.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCAATGTC\", \"ini\": 1016, \"clust\": 2850, \"rank\": 2588, \"rankvar\": 3454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2573, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2742, \"group\": [2850.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCTACCTA\", \"ini\": 1015, \"clust\": 1994, \"rank\": 2217, \"rankvar\": 2352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2014, \"group\": [1995.0, 456.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGAGTAGA\", \"ini\": 1014, \"clust\": 2238, \"rank\": 2266, \"rankvar\": 2214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2575, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2015, \"group\": [2240.0, 484.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGGACAAG\", \"ini\": 1013, \"clust\": 1687, \"rank\": 2952, \"rankvar\": 770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1644, \"group\": [1691.0, 357.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGCATGTAAGA\", \"ini\": 1012, \"clust\": 2835, \"rank\": 2487, \"rankvar\": 3092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2577, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2743, \"group\": [2842.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGAGCTCCCAG\", \"ini\": 1011, \"clust\": 2005, \"rank\": 2407, \"rankvar\": 2046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2016, \"group\": [2004.0, 457.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTAGGGTAC\", \"ini\": 1010, \"clust\": 2838, \"rank\": 2456, \"rankvar\": 3172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2579, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2744, \"group\": [2835.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCAGGAATCG\", \"ini\": 1009, \"clust\": 3537, \"rank\": 3346, \"rankvar\": 3581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2580, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 147, \"group\": [3536.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTACCCAAT\", \"ini\": 1008, \"clust\": 1997, \"rank\": 2263, \"rankvar\": 997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2581, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2017, \"group\": [1998.0, 456.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCACATTCGA\", \"ini\": 1007, \"clust\": 2267, \"rank\": 2393, \"rankvar\": 2150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2582, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2018, \"group\": [2270.0, 489.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCCAGACGCAA\", \"ini\": 1006, \"clust\": 2335, \"rank\": 2449, \"rankvar\": 1011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2583, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2019, \"group\": [2336.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAATTGCC\", \"ini\": 1005, \"clust\": 1920, \"rank\": 2356, \"rankvar\": 1879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2584, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2020, \"group\": [1924.0, 443.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGAACTGC\", \"ini\": 1004, \"clust\": 1990, \"rank\": 2424, \"rankvar\": 988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2585, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2021, \"group\": [1993.0, 455.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTACGCGC\", \"ini\": 1003, \"clust\": 3366, \"rank\": 2841, \"rankvar\": 2152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2586, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 148, \"group\": [3369.0, 636.0, 77.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCCACTAT\", \"ini\": 1002, \"clust\": 3522, \"rank\": 3274, \"rankvar\": 3553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2587, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 149, \"group\": [3521.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCCCGGATG\", \"ini\": 1001, \"clust\": 71, \"rank\": 2935, \"rankvar\": 3202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2588, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1829, \"group\": [69.0, 23.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTATAGGGC\", \"ini\": 1000, \"clust\": 1881, \"rank\": 2450, \"rankvar\": 2350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2589, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2022, \"group\": [1884.0, 428.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGCCTGAG\", \"ini\": 999, \"clust\": 1814, \"rank\": 2598, \"rankvar\": 3111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2590, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 171, \"group\": [1814.0, 407.0, 54.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTACCGTTA\", \"ini\": 998, \"clust\": 1980, \"rank\": 2347, \"rankvar\": 1843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2591, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2023, \"group\": [1979.0, 454.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCATTCTCAT\", \"ini\": 997, \"clust\": 2821, \"rank\": 2349, \"rankvar\": 2571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2592, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2745, \"group\": [2826.0, 550.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGACCACA\", \"ini\": 996, \"clust\": 1956, \"rank\": 2244, \"rankvar\": 2602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2593, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2024, \"group\": [1959.0, 451.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATCACGCGAAA\", \"ini\": 995, \"clust\": 1815, \"rank\": 2612, \"rankvar\": 3549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2594, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 172, \"group\": [1818.0, 407.0, 54.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGGTCCGA\", \"ini\": 994, \"clust\": 2208, \"rank\": 2410, \"rankvar\": 1555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2595, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2025, \"group\": [2207.0, 478.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCGTTGCC\", \"ini\": 993, \"clust\": 2174, \"rank\": 2375, \"rankvar\": 259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2596, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2026, \"group\": [2176.0, 476.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCTCATTCA\", \"ini\": 992, \"clust\": 2810, \"rank\": 2507, \"rankvar\": 2951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2597, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2746, \"group\": [2811.0, 545.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCCCTCTTT\", \"ini\": 991, \"clust\": 1869, \"rank\": 2467, \"rankvar\": 2335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2598, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2027, \"group\": [1870.0, 424.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGCGA\", \"ini\": 990, \"clust\": 1998, \"rank\": 2249, \"rankvar\": 2334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2599, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2028, \"group\": [1999.0, 456.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTCAATGTC\", \"ini\": 989, \"clust\": 2399, \"rank\": 2556, \"rankvar\": 1748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2600, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2029, \"group\": [2402.0, 497.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTGACAAAT\", \"ini\": 988, \"clust\": 2933, \"rank\": 2986, \"rankvar\": 2846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2601, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3554, \"group\": [2931.0, 561.0, 69.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCCATTCTA\", \"ini\": 987, \"clust\": 1991, \"rank\": 2317, \"rankvar\": 2159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2602, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2030, \"group\": [1991.0, 455.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGTCTATCCCG\", \"ini\": 986, \"clust\": 1820, \"rank\": 2864, \"rankvar\": 3494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2603, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 173, \"group\": [1822.0, 407.0, 54.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCATATCG\", \"ini\": 985, \"clust\": 2014, \"rank\": 2446, \"rankvar\": 1807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2604, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2031, \"group\": [2015.0, 459.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCATTCCTGC\", \"ini\": 984, \"clust\": 1668, \"rank\": 3198, \"rankvar\": 2985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1645, \"group\": [1669.0, 356.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTCTC\", \"ini\": 983, \"clust\": 2071, \"rank\": 2394, \"rankvar\": 2675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2606, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2032, \"group\": [2071.0, 464.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCGTCCAGG\", \"ini\": 982, \"clust\": 2002, \"rank\": 2440, \"rankvar\": 2535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2607, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2033, \"group\": [2002.0, 457.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCTGCGGT\", \"ini\": 981, \"clust\": 1685, \"rank\": 3091, \"rankvar\": 999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1646, \"group\": [1686.0, 357.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTTGCAGG\", \"ini\": 980, \"clust\": 2830, \"rank\": 2586, \"rankvar\": 3376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2609, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2747, \"group\": [2827.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCCCTAAT\", \"ini\": 979, \"clust\": 1841, \"rank\": 3147, \"rankvar\": 3341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3555, \"group\": [1841.0, 412.0, 56.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCCAAGCCG\", \"ini\": 978, \"clust\": 1642, \"rank\": 2999, \"rankvar\": 2565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1647, \"group\": [1642.0, 351.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTGCTGTC\", \"ini\": 977, \"clust\": 1646, \"rank\": 3020, \"rankvar\": 146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2612, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1648, \"group\": [1644.0, 351.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTAGAGTC\", \"ini\": 976, \"clust\": 3528, \"rank\": 3286, \"rankvar\": 3587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2613, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 150, \"group\": [3527.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTGTTAA\", \"ini\": 975, \"clust\": 15, \"rank\": 3115, \"rankvar\": 3148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2614, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1830, \"group\": [19.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGCTCAGA\", \"ini\": 974, \"clust\": 1987, \"rank\": 2365, \"rankvar\": 2239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2615, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2034, \"group\": [1988.0, 454.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAGTCAGTGGA\", \"ini\": 973, \"clust\": 1915, \"rank\": 2609, \"rankvar\": 335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2616, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2035, \"group\": [1917.0, 438.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTAGTCA\", \"ini\": 972, \"clust\": 2856, \"rank\": 2481, \"rankvar\": 3456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2617, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2748, \"group\": [2853.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGCTAAGAT\", \"ini\": 971, \"clust\": 2039, \"rank\": 2391, \"rankvar\": 2620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2618, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2036, \"group\": [2039.0, 461.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCATGGGACA\", \"ini\": 970, \"clust\": 1913, \"rank\": 2411, \"rankvar\": 2753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2619, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2037, \"group\": [1914.0, 437.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACATCCA\", \"ini\": 969, \"clust\": 2034, \"rank\": 2354, \"rankvar\": 2483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2620, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2038, \"group\": [2033.0, 461.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCAGCTAGTTC\", \"ini\": 968, \"clust\": 2079, \"rank\": 2509, \"rankvar\": 1834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2621, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2039, \"group\": [2080.0, 467.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGGTGTCG\", \"ini\": 967, \"clust\": 2035, \"rank\": 2400, \"rankvar\": 2130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2622, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2040, \"group\": [2034.0, 461.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGTAGATC\", \"ini\": 966, \"clust\": 1669, \"rank\": 3175, \"rankvar\": 2470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1649, \"group\": [1670.0, 356.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCACATAGC\", \"ini\": 965, \"clust\": 2366, \"rank\": 2436, \"rankvar\": 1109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2624, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2041, \"group\": [2367.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCAGCAC\", \"ini\": 964, \"clust\": 2006, \"rank\": 2482, \"rankvar\": 1426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2625, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2042, \"group\": [2005.0, 457.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCATTAGC\", \"ini\": 963, \"clust\": 155, \"rank\": 2868, \"rankvar\": 2618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1831, \"group\": [156.0, 31.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGATCACGG\", \"ini\": 962, \"clust\": 2134, \"rank\": 2539, \"rankvar\": 1675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2627, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2043, \"group\": [2134.0, 472.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTACCAGTT\", \"ini\": 961, \"clust\": 2396, \"rank\": 2483, \"rankvar\": 2089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2628, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2044, \"group\": [2399.0, 496.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGATATAC\", \"ini\": 960, \"clust\": 1822, \"rank\": 2943, \"rankvar\": 3539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2629, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 174, \"group\": [1819.0, 407.0, 54.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTAAGGGAA\", \"ini\": 959, \"clust\": 1981, \"rank\": 2348, \"rankvar\": 1440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2630, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2045, \"group\": [1980.0, 454.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCAGGCAAG\", \"ini\": 958, \"clust\": 1722, \"rank\": 2437, \"rankvar\": 740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2631, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2046, \"group\": [1722.0, 373.0, 50.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGGAGTACC\", \"ini\": 957, \"clust\": 2842, \"rank\": 2664, \"rankvar\": 3181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2632, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2749, \"group\": [2837.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGACGGTA\", \"ini\": 956, \"clust\": 1947, \"rank\": 2492, \"rankvar\": 760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2633, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2047, \"group\": [1947.0, 451.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGTGAAAT\", \"ini\": 955, \"clust\": 2044, \"rank\": 2464, \"rankvar\": 2155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2634, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2048, \"group\": [2045.0, 462.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCACATCTTT\", \"ini\": 954, \"clust\": 1984, \"rank\": 2427, \"rankvar\": 1734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2635, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2049, \"group\": [1984.0, 454.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCTTACCTA\", \"ini\": 953, \"clust\": 1686, \"rank\": 3077, \"rankvar\": 1366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1650, \"group\": [1687.0, 357.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGACTAGGC\", \"ini\": 952, \"clust\": 2806, \"rank\": 2619, \"rankvar\": 3337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2637, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2050, \"group\": [2809.0, 544.0, 66.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCAGGCAAG\", \"ini\": 951, \"clust\": 1968, \"rank\": 2399, \"rankvar\": 2348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2638, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2051, \"group\": [1968.0, 453.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACTCTGTC\", \"ini\": 950, \"clust\": 2207, \"rank\": 2409, \"rankvar\": 1280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2639, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2052, \"group\": [2211.0, 478.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCTAACCGA\", \"ini\": 949, \"clust\": 2042, \"rank\": 2438, \"rankvar\": 2816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2640, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2053, \"group\": [2042.0, 462.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGGAAATA\", \"ini\": 948, \"clust\": 2036, \"rank\": 2355, \"rankvar\": 1647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2641, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2054, \"group\": [2037.0, 461.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTATGCTTG\", \"ini\": 947, \"clust\": 2851, \"rank\": 2623, \"rankvar\": 3446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2642, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2750, \"group\": [2848.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATCATCCGCGA\", \"ini\": 946, \"clust\": 2041, \"rank\": 2353, \"rankvar\": 2680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2643, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2055, \"group\": [2044.0, 462.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGACTTTCG\", \"ini\": 945, \"clust\": 2312, \"rank\": 2534, \"rankvar\": 1385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2644, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2056, \"group\": [2313.0, 491.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGTAGCGGT\", \"ini\": 944, \"clust\": 1698, \"rank\": 3040, \"rankvar\": 179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1651, \"group\": [1705.0, 357.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAAGCGATATA\", \"ini\": 943, \"clust\": 1985, \"rank\": 2285, \"rankvar\": 3033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2646, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2057, \"group\": [1990.0, 454.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCGAATCT\", \"ini\": 942, \"clust\": 1966, \"rank\": 2435, \"rankvar\": 1274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2647, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2058, \"group\": [1969.0, 453.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACTCTTA\", \"ini\": 941, \"clust\": 2247, \"rank\": 2463, \"rankvar\": 1833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2648, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2059, \"group\": [2247.0, 485.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTTAGGAA\", \"ini\": 940, \"clust\": 1909, \"rank\": 2448, \"rankvar\": 1262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2649, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2060, \"group\": [1909.0, 436.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCCGAAGAG\", \"ini\": 939, \"clust\": 2671, \"rank\": 2331, \"rankvar\": 1545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2650, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2920, \"group\": [2671.0, 511.0, 61.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTTTACGT\", \"ini\": 938, \"clust\": 1962, \"rank\": 2420, \"rankvar\": 2145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2651, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2061, \"group\": [1963.0, 453.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATGCAATC\", \"ini\": 937, \"clust\": 1645, \"rank\": 3126, \"rankvar\": 1482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1652, \"group\": [1646.0, 351.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTACAA\", \"ini\": 936, \"clust\": 2285, \"rank\": 2520, \"rankvar\": 1742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2653, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2062, \"group\": [2286.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTTGTTTC\", \"ini\": 935, \"clust\": 2260, \"rank\": 2501, \"rankvar\": 1178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2654, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2063, \"group\": [2260.0, 488.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCGGACAAG\", \"ini\": 934, \"clust\": 2246, \"rank\": 2580, \"rankvar\": 580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2655, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2064, \"group\": [2255.0, 486.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATTACCG\", \"ini\": 933, \"clust\": 1816, \"rank\": 2651, \"rankvar\": 3497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2656, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 175, \"group\": [1817.0, 407.0, 54.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGCTTTGGT\", \"ini\": 932, \"clust\": 1829, \"rank\": 2791, \"rankvar\": 3449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2657, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 176, \"group\": [1827.0, 407.0, 54.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCCACGAAT\", \"ini\": 931, \"clust\": 3533, \"rank\": 3297, \"rankvar\": 3558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2658, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 151, \"group\": [3532.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAACGATCT\", \"ini\": 930, \"clust\": 2023, \"rank\": 2468, \"rankvar\": 2290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2659, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2065, \"group\": [2025.0, 460.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTGGCGAAT\", \"ini\": 929, \"clust\": 2233, \"rank\": 2563, \"rankvar\": 1067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2660, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2066, \"group\": [2230.0, 482.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCAACGAAA\", \"ini\": 928, \"clust\": 1969, \"rank\": 2281, \"rankvar\": 2514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2661, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2067, \"group\": [1970.0, 454.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTATCGCC\", \"ini\": 927, \"clust\": 2251, \"rank\": 2559, \"rankvar\": 1450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2068, \"group\": [2254.0, 485.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTATCCCG\", \"ini\": 926, \"clust\": 1970, \"rank\": 2433, \"rankvar\": 1571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2663, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2069, \"group\": [1971.0, 454.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACATGACATC\", \"ini\": 925, \"clust\": 2015, \"rank\": 2584, \"rankvar\": 2355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2664, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2070, \"group\": [2016.0, 459.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACACGGATAG\", \"ini\": 924, \"clust\": 1830, \"rank\": 2903, \"rankvar\": 2430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2665, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 177, \"group\": [1832.0, 408.0, 54.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTCCACAA\", \"ini\": 923, \"clust\": 1934, \"rank\": 2439, \"rankvar\": 1607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2666, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2071, \"group\": [1940.0, 448.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGGGTCTCC\", \"ini\": 922, \"clust\": 2074, \"rank\": 2528, \"rankvar\": 2942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2667, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2751, \"group\": [2073.0, 464.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGGATTGG\", \"ini\": 921, \"clust\": 1898, \"rank\": 2466, \"rankvar\": 2138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2668, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2072, \"group\": [1899.0, 433.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACCAGTTCCCT\", \"ini\": 920, \"clust\": 1878, \"rank\": 2387, \"rankvar\": 1479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2669, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2073, \"group\": [1879.0, 427.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCATCATC\", \"ini\": 919, \"clust\": 2268, \"rank\": 2532, \"rankvar\": 1685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2670, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2074, \"group\": [2268.0, 489.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTCGCTAA\", \"ini\": 918, \"clust\": 2832, \"rank\": 2511, \"rankvar\": 3452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2671, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2752, \"group\": [2832.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCGGCCGAT\", \"ini\": 917, \"clust\": 1870, \"rank\": 2479, \"rankvar\": 2307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2672, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2075, \"group\": [1871.0, 424.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCCGTACAA\", \"ini\": 916, \"clust\": 2038, \"rank\": 2655, \"rankvar\": 2359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2673, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2076, \"group\": [2041.0, 461.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTAACGGT\", \"ini\": 915, \"clust\": 2265, \"rank\": 2600, \"rankvar\": 1167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2674, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2077, \"group\": [2265.0, 489.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTGTAGGGTAC\", \"ini\": 914, \"clust\": 1905, \"rank\": 2613, \"rankvar\": 996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2675, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2078, \"group\": [1905.0, 435.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGTTGTC\", \"ini\": 913, \"clust\": 1949, \"rank\": 2551, \"rankvar\": 1118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2676, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2079, \"group\": [1949.0, 451.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTCATTAGGCT\", \"ini\": 912, \"clust\": 1996, \"rank\": 2271, \"rankvar\": 2583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2677, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2080, \"group\": [1997.0, 456.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTGTCGCTG\", \"ini\": 911, \"clust\": 1851, \"rank\": 3019, \"rankvar\": 3230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2678, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2081, \"group\": [1852.0, 418.0, 57.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCAGCTGGC\", \"ini\": 910, \"clust\": 1979, \"rank\": 2462, \"rankvar\": 2165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2679, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2082, \"group\": [1981.0, 454.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGTGGCTC\", \"ini\": 909, \"clust\": 1888, \"rank\": 2603, \"rankvar\": 2933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2680, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2083, \"group\": [1889.0, 429.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGTGTGGT\", \"ini\": 908, \"clust\": 2673, \"rank\": 2518, \"rankvar\": 59, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2681, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2921, \"group\": [2674.0, 513.0, 61.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCACCCT\", \"ini\": 907, \"clust\": 2370, \"rank\": 2397, \"rankvar\": 2380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2682, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2084, \"group\": [2371.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAGGCCT\", \"ini\": 906, \"clust\": 2202, \"rank\": 2488, \"rankvar\": 2010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2683, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2085, \"group\": [2206.0, 478.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCACCGGGT\", \"ini\": 905, \"clust\": 2124, \"rank\": 2645, \"rankvar\": 1789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2684, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2086, \"group\": [2125.0, 472.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCTCAACT\", \"ini\": 904, \"clust\": 2235, \"rank\": 2677, \"rankvar\": 1452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2685, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2087, \"group\": [2234.0, 482.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTGTGCAGTAG\", \"ini\": 903, \"clust\": 2262, \"rank\": 2572, \"rankvar\": 1151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2686, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2088, \"group\": [2262.0, 489.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCTTGCCA\", \"ini\": 902, \"clust\": 2833, \"rank\": 2496, \"rankvar\": 3362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2687, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2753, \"group\": [2833.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGGATA\", \"ini\": 901, \"clust\": 2841, \"rank\": 2552, \"rankvar\": 3490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2688, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2754, \"group\": [2839.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCAGCACAT\", \"ini\": 900, \"clust\": 1867, \"rank\": 2525, \"rankvar\": 1358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2689, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2089, \"group\": [1867.0, 423.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAGCCTAA\", \"ini\": 899, \"clust\": 1992, \"rank\": 2502, \"rankvar\": 1363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2690, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2090, \"group\": [1992.0, 455.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATGCCCGA\", \"ini\": 898, \"clust\": 1988, \"rank\": 2497, \"rankvar\": 2158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2091, \"group\": [1986.0, 454.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCAACTA\", \"ini\": 897, \"clust\": 2253, \"rank\": 2643, \"rankvar\": 326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2092, \"group\": [2251.0, 485.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCTAGGGC\", \"ini\": 896, \"clust\": 2904, \"rank\": 2683, \"rankvar\": 3356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2693, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2755, \"group\": [2904.0, 555.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTATTACCG\", \"ini\": 895, \"clust\": 2212, \"rank\": 2675, \"rankvar\": 524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2694, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2093, \"group\": [2213.0, 480.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCATGAT\", \"ini\": 894, \"clust\": 2037, \"rank\": 2524, \"rankvar\": 1732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2695, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2094, \"group\": [2038.0, 461.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAAGCGTAG\", \"ini\": 893, \"clust\": 2847, \"rank\": 2426, \"rankvar\": 3133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2696, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2756, \"group\": [2845.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACGTTGGC\", \"ini\": 892, \"clust\": 2826, \"rank\": 2560, \"rankvar\": 3062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2697, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2757, \"group\": [2861.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCTGATACG\", \"ini\": 891, \"clust\": 1974, \"rank\": 2457, \"rankvar\": 572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2698, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2095, \"group\": [1975.0, 454.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGAGTATA\", \"ini\": 890, \"clust\": 2016, \"rank\": 2547, \"rankvar\": 1891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2699, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2096, \"group\": [2019.0, 460.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACGACTCG\", \"ini\": 889, \"clust\": 2022, \"rank\": 2578, \"rankvar\": 2405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2700, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2097, \"group\": [2026.0, 460.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCAATAAGG\", \"ini\": 888, \"clust\": 1960, \"rank\": 2558, \"rankvar\": 1640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2701, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2098, \"group\": [1961.0, 453.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGATGTAT\", \"ini\": 887, \"clust\": 2358, \"rank\": 2633, \"rankvar\": 1240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2702, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2099, \"group\": [2361.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATTGCGA\", \"ini\": 886, \"clust\": 1882, \"rank\": 2649, \"rankvar\": 1727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2703, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2100, \"group\": [1882.0, 428.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCCTCTTT\", \"ini\": 885, \"clust\": 1823, \"rank\": 2969, \"rankvar\": 2931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2704, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 178, \"group\": [1820.0, 407.0, 54.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCGACCAGC\", \"ini\": 884, \"clust\": 2239, \"rank\": 2594, \"rankvar\": 1326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2705, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2101, \"group\": [2238.0, 484.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACACCTTGTC\", \"ini\": 883, \"clust\": 2236, \"rank\": 2691, \"rankvar\": 675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2706, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2102, \"group\": [2235.0, 482.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTGGTATG\", \"ini\": 882, \"clust\": 2045, \"rank\": 2562, \"rankvar\": 2610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2707, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2103, \"group\": [2046.0, 462.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGCCCAACC\", \"ini\": 881, \"clust\": 2254, \"rank\": 2752, \"rankvar\": 956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2708, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2104, \"group\": [2252.0, 485.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGATATGCA\", \"ini\": 880, \"clust\": 2024, \"rank\": 2646, \"rankvar\": 1455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2709, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2105, \"group\": [2023.0, 460.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCAAGGTGTG\", \"ini\": 879, \"clust\": 2076, \"rank\": 2709, \"rankvar\": 562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2710, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2106, \"group\": [2077.0, 466.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAGGCTCAC\", \"ini\": 878, \"clust\": 2263, \"rank\": 2573, \"rankvar\": 1822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2711, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2107, \"group\": [2263.0, 489.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTCATGCAT\", \"ini\": 877, \"clust\": 1853, \"rank\": 2473, \"rankvar\": 2125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2712, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2840, \"group\": [1864.0, 422.0, 58.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTCTTGCA\", \"ini\": 876, \"clust\": 1926, \"rank\": 2459, \"rankvar\": 804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2713, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2108, \"group\": [1929.0, 445.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCATTTGGG\", \"ini\": 875, \"clust\": 2258, \"rank\": 2554, \"rankvar\": 1514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2714, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2109, \"group\": [2261.0, 488.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTCCAT\", \"ini\": 874, \"clust\": 2831, \"rank\": 2666, \"rankvar\": 3187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2715, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2758, \"group\": [2828.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCTTGC\", \"ini\": 873, \"clust\": 2220, \"rank\": 2748, \"rankvar\": 1368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2716, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2110, \"group\": [2223.0, 482.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACCTAC\", \"ini\": 872, \"clust\": 1879, \"rank\": 2611, \"rankvar\": 2299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2717, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2111, \"group\": [1880.0, 428.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGTTAGGTA\", \"ini\": 871, \"clust\": 2063, \"rank\": 2301, \"rankvar\": 2989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2718, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2759, \"group\": [2066.0, 463.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCTCTTGAT\", \"ini\": 870, \"clust\": 2852, \"rank\": 2668, \"rankvar\": 3389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2719, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2760, \"group\": [2849.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCGTAGGAG\", \"ini\": 869, \"clust\": 1864, \"rank\": 2644, \"rankvar\": 1269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2720, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2112, \"group\": [1865.0, 423.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGCCGCT\", \"ini\": 868, \"clust\": 1927, \"rank\": 2550, \"rankvar\": 1709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2721, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2113, \"group\": [1927.0, 445.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCACGACGAA\", \"ini\": 867, \"clust\": 2000, \"rank\": 2443, \"rankvar\": 2198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2722, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2114, \"group\": [2001.0, 456.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGTCCTCT\", \"ini\": 866, \"clust\": 7, \"rank\": 2888, \"rankvar\": 3332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3556, \"group\": [8.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGTCGAT\", \"ini\": 865, \"clust\": 2033, \"rank\": 2431, \"rankvar\": 2797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2115, \"group\": [2035.0, 461.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTAGAATGTTG\", \"ini\": 864, \"clust\": 2269, \"rank\": 2596, \"rankvar\": 2245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2725, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2116, \"group\": [2269.0, 489.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCATCCAACA\", \"ini\": 863, \"clust\": 2082, \"rank\": 3015, \"rankvar\": 2070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2726, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3565, \"group\": [2094.0, 469.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGGGAGTAA\", \"ini\": 862, \"clust\": 3541, \"rank\": 3296, \"rankvar\": 3588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2727, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 152, \"group\": [3537.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCCCGTT\", \"ini\": 861, \"clust\": 2829, \"rank\": 2810, \"rankvar\": 3348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2728, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2761, \"group\": [2829.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACCATTCGACA\", \"ini\": 860, \"clust\": 2412, \"rank\": 2814, \"rankvar\": 1381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2729, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2117, \"group\": [2418.0, 499.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAAGAAACGCC\", \"ini\": 859, \"clust\": 1883, \"rank\": 2650, \"rankvar\": 2762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2730, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2118, \"group\": [1883.0, 428.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCATAAAGG\", \"ini\": 858, \"clust\": 2901, \"rank\": 2977, \"rankvar\": 2685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2731, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2762, \"group\": [2902.0, 555.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAACGGG\", \"ini\": 857, \"clust\": 2244, \"rank\": 2638, \"rankvar\": 2249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2732, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2119, \"group\": [2244.0, 484.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCATTCTA\", \"ini\": 856, \"clust\": 1868, \"rank\": 2538, \"rankvar\": 1939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2733, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2120, \"group\": [1868.0, 423.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTTGTCAT\", \"ini\": 855, \"clust\": 8, \"rank\": 3021, \"rankvar\": 2833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3557, \"group\": [9.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAACAACA\", \"ini\": 854, \"clust\": 2112, \"rank\": 2733, \"rankvar\": 1818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2735, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2121, \"group\": [2113.0, 470.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAACGACG\", \"ini\": 853, \"clust\": 1963, \"rank\": 2583, \"rankvar\": 2594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2736, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2122, \"group\": [1964.0, 453.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTGCAAT\", \"ini\": 852, \"clust\": 2817, \"rank\": 2636, \"rankvar\": 3251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2737, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2763, \"group\": [2816.0, 548.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGGAGAA\", \"ini\": 851, \"clust\": 2240, \"rank\": 2575, \"rankvar\": 2693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2738, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2123, \"group\": [2239.0, 484.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCGCTCCA\", \"ini\": 850, \"clust\": 2378, \"rank\": 2602, \"rankvar\": 305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2739, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2124, \"group\": [2378.0, 494.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGACCT\", \"ini\": 849, \"clust\": 2380, \"rank\": 2681, \"rankvar\": 346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2740, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2125, \"group\": [2382.0, 494.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGGATACC\", \"ini\": 848, \"clust\": 2011, \"rank\": 2537, \"rankvar\": 2294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2741, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2126, \"group\": [2014.0, 459.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCAGTAT\", \"ini\": 847, \"clust\": 2313, \"rank\": 2804, \"rankvar\": 1987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2742, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2127, \"group\": [2314.0, 491.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTTGAT\", \"ini\": 846, \"clust\": 2356, \"rank\": 2548, \"rankvar\": 1475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2743, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2128, \"group\": [2356.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCCGCAAGC\", \"ini\": 845, \"clust\": 2043, \"rank\": 2568, \"rankvar\": 1051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2744, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2129, \"group\": [2043.0, 462.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTATG\", \"ini\": 844, \"clust\": 2133, \"rank\": 2591, \"rankvar\": 1719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2745, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2130, \"group\": [2138.0, 472.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGCGTAGTG\", \"ini\": 843, \"clust\": 3535, \"rank\": 3370, \"rankvar\": 3568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2746, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 153, \"group\": [3534.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGACCTC\", \"ini\": 842, \"clust\": 1906, \"rank\": 2688, \"rankvar\": 2188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2747, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2131, \"group\": [1906.0, 435.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTGCGGCA\", \"ini\": 841, \"clust\": 1977, \"rank\": 2452, \"rankvar\": 2688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2748, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2132, \"group\": [1978.0, 454.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCATGGTCTA\", \"ini\": 840, \"clust\": 2237, \"rank\": 2506, \"rankvar\": 2379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2749, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2133, \"group\": [2241.0, 484.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGCGCCTTG\", \"ini\": 839, \"clust\": 2203, \"rank\": 2654, \"rankvar\": 1498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2750, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2134, \"group\": [2205.0, 478.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACTGGCC\", \"ini\": 838, \"clust\": 2003, \"rank\": 2595, \"rankvar\": 2793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2751, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2135, \"group\": [2003.0, 457.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTTTAAGCC\", \"ini\": 837, \"clust\": 2599, \"rank\": 2667, \"rankvar\": 2171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2752, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2136, \"group\": [2600.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGACGGAA\", \"ini\": 836, \"clust\": 1825, \"rank\": 2973, \"rankvar\": 3444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2753, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 179, \"group\": [1823.0, 407.0, 54.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGTAA\", \"ini\": 835, \"clust\": 2359, \"rank\": 2678, \"rankvar\": 1492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2754, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2137, \"group\": [2359.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACGACTCG\", \"ini\": 834, \"clust\": 2029, \"rank\": 2676, \"rankvar\": 2009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2755, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2138, \"group\": [2031.0, 460.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTGCAACGA\", \"ini\": 833, \"clust\": 2343, \"rank\": 2648, \"rankvar\": 609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2756, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2139, \"group\": [2342.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCGTACCGG\", \"ini\": 832, \"clust\": 2030, \"rank\": 2775, \"rankvar\": 2091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2757, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2140, \"group\": [2029.0, 460.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTAGGTGC\", \"ini\": 831, \"clust\": 2906, \"rank\": 2919, \"rankvar\": 3308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2758, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2764, \"group\": [2906.0, 555.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACATGCTGGC\", \"ini\": 830, \"clust\": 2225, \"rank\": 2835, \"rankvar\": 1332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2759, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2141, \"group\": [2224.0, 482.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACGACTA\", \"ini\": 829, \"clust\": 2400, \"rank\": 2680, \"rankvar\": 1190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2760, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2142, \"group\": [2400.0, 497.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAGCTCCGA\", \"ini\": 828, \"clust\": 1989, \"rank\": 2526, \"rankvar\": 2907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2761, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2143, \"group\": [1987.0, 454.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGCAACTT\", \"ini\": 827, \"clust\": 1929, \"rank\": 2542, \"rankvar\": 1877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2762, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2144, \"group\": [1934.0, 447.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGCGCTC\", \"ini\": 826, \"clust\": 2135, \"rank\": 2729, \"rankvar\": 2023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2763, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2145, \"group\": [2135.0, 472.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACGCGGT\", \"ini\": 825, \"clust\": 1957, \"rank\": 2601, \"rankvar\": 2691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2764, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2146, \"group\": [1958.0, 451.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCTACCAGA\", \"ini\": 824, \"clust\": 2231, \"rank\": 2727, \"rankvar\": 1441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2765, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2147, \"group\": [2233.0, 482.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCATCGGAT\", \"ini\": 823, \"clust\": 2406, \"rank\": 2927, \"rankvar\": 2444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2766, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2148, \"group\": [2406.0, 498.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCTCGCATC\", \"ini\": 822, \"clust\": 2248, \"rank\": 2753, \"rankvar\": 1071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2767, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2149, \"group\": [2248.0, 485.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCGTTTATC\", \"ini\": 821, \"clust\": 2843, \"rank\": 2778, \"rankvar\": 3428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2768, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2765, \"group\": [2838.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTGCGAAAC\", \"ini\": 820, \"clust\": 2585, \"rank\": 2659, \"rankvar\": 1955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2769, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2150, \"group\": [2588.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGATCGATA\", \"ini\": 819, \"clust\": 2409, \"rank\": 2853, \"rankvar\": 1210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2770, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2151, \"group\": [2411.0, 499.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGCTAACTC\", \"ini\": 818, \"clust\": 2338, \"rank\": 2522, \"rankvar\": 1048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2771, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2152, \"group\": [2338.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTGGCCCTA\", \"ini\": 817, \"clust\": 2886, \"rank\": 2832, \"rankvar\": 2657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2766, \"group\": [2884.0, 553.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTACTTAC\", \"ini\": 816, \"clust\": 2375, \"rank\": 2618, \"rankvar\": 661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2773, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2153, \"group\": [2375.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCCACGAAT\", \"ini\": 815, \"clust\": 2342, \"rank\": 2658, \"rankvar\": 1589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2774, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2154, \"group\": [2344.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGAACAG\", \"ini\": 814, \"clust\": 2121, \"rank\": 2805, \"rankvar\": 1702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2775, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2155, \"group\": [2124.0, 472.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCCAAGCCG\", \"ini\": 813, \"clust\": 1954, \"rank\": 2599, \"rankvar\": 1369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2776, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2156, \"group\": [1953.0, 451.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTAGT\", \"ini\": 812, \"clust\": 2385, \"rank\": 2685, \"rankvar\": 1759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2777, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2157, \"group\": [2385.0, 494.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCACAGTAC\", \"ini\": 811, \"clust\": 1961, \"rank\": 2692, \"rankvar\": 1999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2778, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2158, \"group\": [1962.0, 453.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGTGAAGTT\", \"ini\": 810, \"clust\": 2040, \"rank\": 2639, \"rankvar\": 2231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2779, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2159, \"group\": [2040.0, 461.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACAAATCCGT\", \"ini\": 809, \"clust\": 2095, \"rank\": 2642, \"rankvar\": 2447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2780, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2160, \"group\": [2095.0, 470.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCACCGATAT\", \"ini\": 808, \"clust\": 1899, \"rank\": 2557, \"rankvar\": 1551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2781, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2161, \"group\": [1900.0, 433.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGCGATCG\", \"ini\": 807, \"clust\": 2902, \"rank\": 2889, \"rankvar\": 3311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2782, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2767, \"group\": [2900.0, 555.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTTCCACAA\", \"ini\": 806, \"clust\": 2110, \"rank\": 2785, \"rankvar\": 2391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2783, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2162, \"group\": [2111.0, 470.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCTCAACA\", \"ini\": 805, \"clust\": 1885, \"rank\": 2621, \"rankvar\": 2613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2784, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2163, \"group\": [1886.0, 429.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCACAAGACG\", \"ini\": 804, \"clust\": 2361, \"rank\": 2786, \"rankvar\": 2031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2785, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2164, \"group\": [2362.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTCACATTCGA\", \"ini\": 803, \"clust\": 2330, \"rank\": 2700, \"rankvar\": 2266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2786, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2165, \"group\": [2330.0, 491.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTGCGATG\", \"ini\": 802, \"clust\": 171, \"rank\": 2875, \"rankvar\": 2690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1653, \"group\": [168.0, 37.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCAGCACAT\", \"ini\": 801, \"clust\": 2249, \"rank\": 2640, \"rankvar\": 1704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2788, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2166, \"group\": [2249.0, 485.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGTTCGAT\", \"ini\": 800, \"clust\": 1948, \"rank\": 2660, \"rankvar\": 1458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2789, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2167, \"group\": [1948.0, 451.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCGGCTCA\", \"ini\": 799, \"clust\": 1922, \"rank\": 2555, \"rankvar\": 1337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2790, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2168, \"group\": [1921.0, 441.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGATGTGG\", \"ini\": 798, \"clust\": 1901, \"rank\": 2604, \"rankvar\": 2818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2791, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2169, \"group\": [1902.0, 434.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAAAGGTGC\", \"ini\": 797, \"clust\": 2191, \"rank\": 2546, \"rankvar\": 2643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2792, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2170, \"group\": [2194.0, 477.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGTACGTTC\", \"ini\": 796, \"clust\": 2048, \"rank\": 2694, \"rankvar\": 1778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2793, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2171, \"group\": [2047.0, 462.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTAAACCTC\", \"ini\": 795, \"clust\": 1975, \"rank\": 2533, \"rankvar\": 2638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2794, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2172, \"group\": [1976.0, 454.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCTCGTTTA\", \"ini\": 794, \"clust\": 2518, \"rank\": 2839, \"rankvar\": 1788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2795, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2173, \"group\": [2519.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCGTCGTTC\", \"ini\": 793, \"clust\": 2227, \"rank\": 2665, \"rankvar\": 1131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2796, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2174, \"group\": [2226.0, 482.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCACAAACC\", \"ini\": 792, \"clust\": 2561, \"rank\": 2704, \"rankvar\": 1256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2797, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2175, \"group\": [2565.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAATCCGT\", \"ini\": 791, \"clust\": 2401, \"rank\": 2672, \"rankvar\": 1484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2798, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2176, \"group\": [2401.0, 497.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTAGCGTGA\", \"ini\": 790, \"clust\": 2355, \"rank\": 2581, \"rankvar\": 2587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2177, \"group\": [2358.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCCGCTGA\", \"ini\": 789, \"clust\": 2017, \"rank\": 2747, \"rankvar\": 2062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2178, \"group\": [2017.0, 460.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAGTAGATTAG\", \"ini\": 788, \"clust\": 2241, \"rank\": 2796, \"rankvar\": 1548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2801, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2179, \"group\": [2246.0, 484.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGCTAGGT\", \"ini\": 787, \"clust\": 2286, \"rank\": 2749, \"rankvar\": 1152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2802, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2180, \"group\": [2287.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACATGGGAAC\", \"ini\": 786, \"clust\": 10, \"rank\": 3271, \"rankvar\": 3090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1832, \"group\": [11.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTGTTTGC\", \"ini\": 785, \"clust\": 3538, \"rank\": 3371, \"rankvar\": 3569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2804, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 154, \"group\": [3541.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCAGGTC\", \"ini\": 784, \"clust\": 1921, \"rank\": 2628, \"rankvar\": 2319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2805, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2181, \"group\": [1923.0, 442.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGATCACGG\", \"ini\": 783, \"clust\": 2310, \"rank\": 2909, \"rankvar\": 2079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2806, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2182, \"group\": [2311.0, 491.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCATGACGGA\", \"ini\": 782, \"clust\": 2364, \"rank\": 2686, \"rankvar\": 1873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2183, \"group\": [2364.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCATAACCTG\", \"ini\": 781, \"clust\": 2205, \"rank\": 2706, \"rankvar\": 2542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2808, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2184, \"group\": [2202.0, 478.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTGTTGAA\", \"ini\": 780, \"clust\": 2360, \"rank\": 2730, \"rankvar\": 1909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2809, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2185, \"group\": [2360.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCAACTCTT\", \"ini\": 779, \"clust\": 2365, \"rank\": 2630, \"rankvar\": 2327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2810, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2186, \"group\": [2365.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAACACCTA\", \"ini\": 778, \"clust\": 2324, \"rank\": 2809, \"rankvar\": 1857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2811, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2187, \"group\": [2332.0, 491.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGCAATCTC\", \"ini\": 777, \"clust\": 2390, \"rank\": 2719, \"rankvar\": 532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2812, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2188, \"group\": [2390.0, 494.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTAGCACGA\", \"ini\": 776, \"clust\": 2281, \"rank\": 2741, \"rankvar\": 2167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2813, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2189, \"group\": [2281.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAGGAACGT\", \"ini\": 775, \"clust\": 2363, \"rank\": 2614, \"rankvar\": 2058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2814, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2190, \"group\": [2366.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGTTGAGG\", \"ini\": 774, \"clust\": 2206, \"rank\": 2634, \"rankvar\": 2519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2815, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2191, \"group\": [2203.0, 478.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGTAAGTAC\", \"ini\": 773, \"clust\": 2801, \"rank\": 2605, \"rankvar\": 3315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2816, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2768, \"group\": [2804.0, 541.0, 65.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTCGT\", \"ini\": 772, \"clust\": 2047, \"rank\": 2702, \"rankvar\": 2434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2817, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2192, \"group\": [2049.0, 462.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTTGCCGT\", \"ini\": 771, \"clust\": 2402, \"rank\": 2717, \"rankvar\": 1411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2818, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2193, \"group\": [2405.0, 498.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAGCCACCA\", \"ini\": 770, \"clust\": 2322, \"rank\": 2745, \"rankvar\": 1083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2819, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2194, \"group\": [2322.0, 491.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGTCGTTTG\", \"ini\": 769, \"clust\": 2315, \"rank\": 2746, \"rankvar\": 1134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2820, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2195, \"group\": [2317.0, 491.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCTAGGCA\", \"ini\": 768, \"clust\": 2905, \"rank\": 2740, \"rankvar\": 3445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2821, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2769, \"group\": [2905.0, 555.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGCCAACAG\", \"ini\": 767, \"clust\": 2368, \"rank\": 2624, \"rankvar\": 1125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2822, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2196, \"group\": [2369.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGACG\", \"ini\": 766, \"clust\": 2892, \"rank\": 2716, \"rankvar\": 2957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2823, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2770, \"group\": [2891.0, 554.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGTCTGAGTGT\", \"ini\": 765, \"clust\": 2229, \"rank\": 2742, \"rankvar\": 758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2824, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2197, \"group\": [2228.0, 482.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCATTTGGG\", \"ini\": 764, \"clust\": 2230, \"rank\": 2763, \"rankvar\": 870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2825, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2198, \"group\": [2229.0, 482.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCACCT\", \"ini\": 763, \"clust\": 2012, \"rank\": 2849, \"rankvar\": 1902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2826, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2199, \"group\": [2012.0, 459.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCAGACAGGT\", \"ini\": 762, \"clust\": 2270, \"rank\": 2863, \"rankvar\": 1802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2827, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2200, \"group\": [2271.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGCCAGAA\", \"ini\": 761, \"clust\": 1923, \"rank\": 2765, \"rankvar\": 1585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2828, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2201, \"group\": [1922.0, 441.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGTAGC\", \"ini\": 760, \"clust\": 4, \"rank\": 2523, \"rankvar\": 2926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2829, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2990, \"group\": [4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGGCTGAA\", \"ini\": 759, \"clust\": 2884, \"rank\": 3111, \"rankvar\": 1795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2830, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2771, \"group\": [2887.0, 553.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCACACTGCG\", \"ini\": 758, \"clust\": 2025, \"rank\": 2707, \"rankvar\": 1731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2831, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2202, \"group\": [2024.0, 460.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCCACTCCA\", \"ini\": 757, \"clust\": 2096, \"rank\": 2734, \"rankvar\": 877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2832, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2203, \"group\": [2096.0, 470.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCAACGGGA\", \"ini\": 756, \"clust\": 2266, \"rank\": 2807, \"rankvar\": 2456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2833, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2204, \"group\": [2266.0, 489.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTACCTGC\", \"ini\": 755, \"clust\": 2214, \"rank\": 2808, \"rankvar\": 658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2834, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2205, \"group\": [2237.0, 483.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATCGGGT\", \"ini\": 754, \"clust\": 2073, \"rank\": 2663, \"rankvar\": 2760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2835, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2206, \"group\": [2075.0, 464.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCACAGTAC\", \"ini\": 753, \"clust\": 2255, \"rank\": 2761, \"rankvar\": 2039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2836, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2207, \"group\": [2258.0, 487.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGACCTC\", \"ini\": 752, \"clust\": 1865, \"rank\": 2622, \"rankvar\": 1519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2837, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2208, \"group\": [1866.0, 423.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTAGTTCCACA\", \"ini\": 751, \"clust\": 1880, \"rank\": 2750, \"rankvar\": 3055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2838, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2209, \"group\": [1881.0, 428.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTCTCAAC\", \"ini\": 750, \"clust\": 1886, \"rank\": 2597, \"rankvar\": 2921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2839, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2210, \"group\": [1887.0, 429.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCTAAGAT\", \"ini\": 749, \"clust\": 2084, \"rank\": 3005, \"rankvar\": 650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2840, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2211, \"group\": [2083.0, 468.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACATGTCTCC\", \"ini\": 748, \"clust\": 2187, \"rank\": 2544, \"rankvar\": 1302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2841, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2212, \"group\": [2212.0, 479.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCTAAGCCA\", \"ini\": 747, \"clust\": 2883, \"rank\": 2813, \"rankvar\": 3345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2842, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2772, \"group\": [2923.0, 556.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACTAGGC\", \"ini\": 746, \"clust\": 2210, \"rank\": 2697, \"rankvar\": 1985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2843, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2213, \"group\": [2209.0, 478.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCACGACTA\", \"ini\": 745, \"clust\": 2119, \"rank\": 2767, \"rankvar\": 2558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2844, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2214, \"group\": [2120.0, 471.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCAGTTCGA\", \"ini\": 744, \"clust\": 2563, \"rank\": 2793, \"rankvar\": 899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2845, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2215, \"group\": [2562.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTTCAACACTG\", \"ini\": 743, \"clust\": 2555, \"rank\": 2817, \"rankvar\": 1153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2216, \"group\": [2555.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCGTATAGTAG\", \"ini\": 742, \"clust\": 2423, \"rank\": 2966, \"rankvar\": 492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2847, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2217, \"group\": [2424.0, 501.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCGAGCCCA\", \"ini\": 741, \"clust\": 2348, \"rank\": 2687, \"rankvar\": 2000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2848, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2218, \"group\": [2351.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTGCCTGTG\", \"ini\": 740, \"clust\": 2204, \"rank\": 2670, \"rankvar\": 2048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2849, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2219, \"group\": [2204.0, 478.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCGGATCA\", \"ini\": 739, \"clust\": 2145, \"rank\": 2838, \"rankvar\": 2896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2850, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2220, \"group\": [2145.0, 474.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCATTGCGGC\", \"ini\": 738, \"clust\": 2209, \"rank\": 2737, \"rankvar\": 2157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2851, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2221, \"group\": [2208.0, 478.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGTCTCG\", \"ini\": 737, \"clust\": 1854, \"rank\": 2510, \"rankvar\": 2373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2852, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2841, \"group\": [1854.0, 420.0, 58.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGCCGGTAA\", \"ini\": 736, \"clust\": 2565, \"rank\": 2762, \"rankvar\": 811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2853, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2222, \"group\": [2568.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTCATTACCTT\", \"ini\": 735, \"clust\": 2131, \"rank\": 2870, \"rankvar\": 2151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2854, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2223, \"group\": [2129.0, 472.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGATGCCTT\", \"ini\": 734, \"clust\": 2551, \"rank\": 2711, \"rankvar\": 1760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2855, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2224, \"group\": [2553.0, 503.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCCGTAGGC\", \"ini\": 733, \"clust\": 2381, \"rank\": 2703, \"rankvar\": 1431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2856, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2225, \"group\": [2380.0, 494.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACTTACGA\", \"ini\": 732, \"clust\": 2430, \"rank\": 3078, \"rankvar\": 556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2857, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2226, \"group\": [2434.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTAGATGA\", \"ini\": 731, \"clust\": 2450, \"rank\": 3049, \"rankvar\": 440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2858, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2227, \"group\": [2451.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAAATTGCC\", \"ini\": 730, \"clust\": 2046, \"rank\": 2872, \"rankvar\": 2406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2228, \"group\": [2050.0, 462.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATCCGCGA\", \"ini\": 729, \"clust\": 2893, \"rank\": 2682, \"rankvar\": 3300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2860, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2773, \"group\": [2892.0, 554.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTCATTA\", \"ini\": 728, \"clust\": 2223, \"rank\": 2848, \"rankvar\": 644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2861, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2229, \"group\": [2219.0, 482.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGCTAGTCT\", \"ini\": 727, \"clust\": 2907, \"rank\": 3127, \"rankvar\": 2940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2862, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2774, \"group\": [2907.0, 555.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCTGATACG\", \"ini\": 726, \"clust\": 2008, \"rank\": 2780, \"rankvar\": 2652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2863, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2230, \"group\": [2008.0, 457.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGTATCGAA\", \"ini\": 725, \"clust\": 1896, \"rank\": 2910, \"rankvar\": 2507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2864, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2231, \"group\": [1895.0, 432.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTACTTCTT\", \"ini\": 724, \"clust\": 2539, \"rank\": 3000, \"rankvar\": 657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2865, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2232, \"group\": [2539.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAGGTA\", \"ini\": 723, \"clust\": 2353, \"rank\": 2653, \"rankvar\": 1609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2866, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2233, \"group\": [2354.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTGAGTTC\", \"ini\": 722, \"clust\": 2392, \"rank\": 2764, \"rankvar\": 534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2867, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2234, \"group\": [2392.0, 494.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGAATGGG\", \"ini\": 721, \"clust\": 2250, \"rank\": 2792, \"rankvar\": 685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2235, \"group\": [2250.0, 485.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTAGGGTG\", \"ini\": 720, \"clust\": 2391, \"rank\": 2751, \"rankvar\": 1541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2869, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2236, \"group\": [2391.0, 494.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAAGATGCCTT\", \"ini\": 719, \"clust\": 2578, \"rank\": 2788, \"rankvar\": 2072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2870, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2237, \"group\": [2579.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCAAGCG\", \"ini\": 718, \"clust\": 2836, \"rank\": 2721, \"rankvar\": 3119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2871, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2775, \"group\": [2836.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCGTCTTC\", \"ini\": 717, \"clust\": 2383, \"rank\": 2857, \"rankvar\": 1829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2872, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2238, \"group\": [2383.0, 494.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTCTGATTG\", \"ini\": 716, \"clust\": 1895, \"rank\": 2879, \"rankvar\": 908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2873, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2239, \"group\": [1897.0, 432.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATCTACGA\", \"ini\": 715, \"clust\": 2215, \"rank\": 2940, \"rankvar\": 1603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2874, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2240, \"group\": [2215.0, 481.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAACCGCCA\", \"ini\": 714, \"clust\": 2013, \"rank\": 2819, \"rankvar\": 2370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2875, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2241, \"group\": [2013.0, 459.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTAAGCC\", \"ini\": 713, \"clust\": 2049, \"rank\": 2756, \"rankvar\": 1147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2876, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2242, \"group\": [2048.0, 462.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCAAGCGA\", \"ini\": 712, \"clust\": 2288, \"rank\": 2914, \"rankvar\": 738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2877, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2243, \"group\": [2288.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTAATCACC\", \"ini\": 711, \"clust\": 2891, \"rank\": 2845, \"rankvar\": 2516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2878, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2776, \"group\": [2893.0, 554.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCACGAAACG\", \"ini\": 710, \"clust\": 2276, \"rank\": 2821, \"rankvar\": 1260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2879, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2244, \"group\": [2276.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATTCCTCG\", \"ini\": 709, \"clust\": 1907, \"rank\": 2942, \"rankvar\": 2509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2880, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2245, \"group\": [1910.0, 436.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGAGATGAG\", \"ini\": 708, \"clust\": 2129, \"rank\": 3051, \"rankvar\": 2806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2881, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2246, \"group\": [2132.0, 472.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCCCACT\", \"ini\": 707, \"clust\": 2898, \"rank\": 2736, \"rankvar\": 2871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2882, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2777, \"group\": [2898.0, 554.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGACTACT\", \"ini\": 706, \"clust\": 2299, \"rank\": 2907, \"rankvar\": 1193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2247, \"group\": [2300.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTGGTAAT\", \"ini\": 705, \"clust\": 2132, \"rank\": 3007, \"rankvar\": 2453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2884, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2248, \"group\": [2130.0, 472.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCAGCTTAG\", \"ini\": 704, \"clust\": 1928, \"rank\": 2840, \"rankvar\": 2144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2885, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2249, \"group\": [1928.0, 445.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTGATGTGG\", \"ini\": 703, \"clust\": 2308, \"rank\": 2873, \"rankvar\": 2101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2886, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2250, \"group\": [2307.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCATATGCTG\", \"ini\": 702, \"clust\": 1893, \"rank\": 2898, \"rankvar\": 2515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2887, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2251, \"group\": [1894.0, 431.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCAAACGTGG\", \"ini\": 701, \"clust\": 2670, \"rank\": 2577, \"rankvar\": 1883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2888, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2922, \"group\": [2673.0, 512.0, 61.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGCTCGCA\", \"ini\": 700, \"clust\": 2287, \"rank\": 2854, \"rankvar\": 663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2889, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2252, \"group\": [2290.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACACCATGTA\", \"ini\": 699, \"clust\": 2245, \"rank\": 2798, \"rankvar\": 1969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2890, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2253, \"group\": [2245.0, 484.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGATGCCAG\", \"ini\": 698, \"clust\": 2316, \"rank\": 2760, \"rankvar\": 1572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2891, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2254, \"group\": [2315.0, 491.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAGCCTAT\", \"ini\": 697, \"clust\": 2122, \"rank\": 2944, \"rankvar\": 2267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2892, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2255, \"group\": [2122.0, 472.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCGCGCCAA\", \"ini\": 696, \"clust\": 1852, \"rank\": 3071, \"rankvar\": 2133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2893, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2256, \"group\": [1853.0, 419.0, 57.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATCGGTTA\", \"ini\": 695, \"clust\": 3542, \"rank\": 3364, \"rankvar\": 3585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2894, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 155, \"group\": [3538.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTCGTACT\", \"ini\": 694, \"clust\": 2193, \"rank\": 2836, \"rankvar\": 2215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2257, \"group\": [2191.0, 477.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCTAGCACA\", \"ini\": 693, \"clust\": 2194, \"rank\": 2773, \"rankvar\": 1841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2896, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2258, \"group\": [2192.0, 477.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTCACTGGC\", \"ini\": 692, \"clust\": 2873, \"rank\": 2971, \"rankvar\": 2948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2897, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2778, \"group\": [2881.0, 552.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTAACG\", \"ini\": 691, \"clust\": 2419, \"rank\": 2949, \"rankvar\": 1926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2898, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2259, \"group\": [2422.0, 499.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATGGT\", \"ini\": 690, \"clust\": 2372, \"rank\": 2738, \"rankvar\": 892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2899, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2260, \"group\": [2373.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGCACCGCT\", \"ini\": 689, \"clust\": 2094, \"rank\": 2755, \"rankvar\": 1314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2900, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2261, \"group\": [2097.0, 470.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCCA\", \"ini\": 688, \"clust\": 2579, \"rank\": 2860, \"rankvar\": 2020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2901, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2262, \"group\": [2580.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGACACCA\", \"ini\": 687, \"clust\": 2180, \"rank\": 2933, \"rankvar\": 573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2902, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2263, \"group\": [2183.0, 476.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCGCATGGC\", \"ini\": 686, \"clust\": 1838, \"rank\": 2931, \"rankvar\": 598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2903, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2264, \"group\": [1839.0, 411.0, 55.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCCTGTAGA\", \"ini\": 685, \"clust\": 1932, \"rank\": 2499, \"rankvar\": 2767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2904, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2265, \"group\": [1932.0, 446.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCGTCTGCT\", \"ini\": 684, \"clust\": 2328, \"rank\": 2877, \"rankvar\": 1311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2905, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2266, \"group\": [2328.0, 491.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGCCTAA\", \"ini\": 683, \"clust\": 2373, \"rank\": 2626, \"rankvar\": 1499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2906, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2267, \"group\": [2374.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGAGGCT\", \"ini\": 682, \"clust\": 1930, \"rank\": 2732, \"rankvar\": 889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2907, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2268, \"group\": [1930.0, 446.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCTCTCGT\", \"ini\": 681, \"clust\": 1955, \"rank\": 2569, \"rankvar\": 2458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2908, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2269, \"group\": [1954.0, 451.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGCAACGA\", \"ini\": 680, \"clust\": 1644, \"rank\": 3357, \"rankvar\": 906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1654, \"group\": [1647.0, 351.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCATTGGCGC\", \"ini\": 679, \"clust\": 2600, \"rank\": 2934, \"rankvar\": 1771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2910, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2270, \"group\": [2601.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACACGACTCG\", \"ini\": 678, \"clust\": 1950, \"rank\": 2865, \"rankvar\": 1954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2911, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2271, \"group\": [1950.0, 451.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACATTAGGCT\", \"ini\": 677, \"clust\": 2100, \"rank\": 2802, \"rankvar\": 3193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2912, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2272, \"group\": [2110.0, 470.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCTCTAAGG\", \"ini\": 676, \"clust\": 1925, \"rank\": 2684, \"rankvar\": 2385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2913, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2273, \"group\": [1926.0, 444.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAAGTGTA\", \"ini\": 675, \"clust\": 2020, \"rank\": 2799, \"rankvar\": 959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2914, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2274, \"group\": [2020.0, 460.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCATAGCAC\", \"ini\": 674, \"clust\": 2592, \"rank\": 2960, \"rankvar\": 1024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2915, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2275, \"group\": [2595.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGTACGTTC\", \"ini\": 673, \"clust\": 2332, \"rank\": 2712, \"rankvar\": 2819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2916, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2276, \"group\": [2335.0, 492.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTCATTGGGCC\", \"ini\": 672, \"clust\": 2060, \"rank\": 2647, \"rankvar\": 2546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2917, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2277, \"group\": [2060.0, 462.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCTGTTGAG\", \"ini\": 671, \"clust\": 2120, \"rank\": 2918, \"rankvar\": 633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2918, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2278, \"group\": [2121.0, 471.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCCAAAGTC\", \"ini\": 670, \"clust\": 2354, \"rank\": 2812, \"rankvar\": 1646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2919, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2279, \"group\": [2355.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTGGTCTCG\", \"ini\": 669, \"clust\": 2175, \"rank\": 2768, \"rankvar\": 2259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2920, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2280, \"group\": [2174.0, 476.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCAGCATGT\", \"ini\": 668, \"clust\": 2200, \"rank\": 2899, \"rankvar\": 695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2921, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2281, \"group\": [2199.0, 478.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGAGCCCAA\", \"ini\": 667, \"clust\": 2588, \"rank\": 2917, \"rankvar\": 2035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2922, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2282, \"group\": [2589.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTCATGCTGGC\", \"ini\": 666, \"clust\": 2405, \"rank\": 3002, \"rankvar\": 968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2923, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2283, \"group\": [2408.0, 498.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGGTGACTACT\", \"ini\": 665, \"clust\": 2257, \"rank\": 2797, \"rankvar\": 2038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2924, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2284, \"group\": [2257.0, 487.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTCACAGGTTT\", \"ini\": 664, \"clust\": 2351, \"rank\": 2723, \"rankvar\": 1420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2925, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2285, \"group\": [2352.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTAAATGTG\", \"ini\": 663, \"clust\": 2377, \"rank\": 2705, \"rankvar\": 2095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2926, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2286, \"group\": [2394.0, 495.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTATCTGCA\", \"ini\": 662, \"clust\": 2067, \"rank\": 2862, \"rankvar\": 2415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2927, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2287, \"group\": [2070.0, 464.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGGAACTGC\", \"ini\": 661, \"clust\": 2125, \"rank\": 2800, \"rankvar\": 1074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2928, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2288, \"group\": [2126.0, 472.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTTCCGTCT\", \"ini\": 660, \"clust\": 2895, \"rank\": 2859, \"rankvar\": 3288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2929, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2779, \"group\": [2895.0, 554.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCTGAAAGA\", \"ini\": 659, \"clust\": 2126, \"rank\": 2950, \"rankvar\": 1084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2930, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2289, \"group\": [2127.0, 472.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTTCACCTC\", \"ini\": 658, \"clust\": 2569, \"rank\": 2904, \"rankvar\": 2280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2931, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2290, \"group\": [2569.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACGGTAAG\", \"ini\": 657, \"clust\": 2018, \"rank\": 2844, \"rankvar\": 1846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2932, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2291, \"group\": [2018.0, 460.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGTGAAGTT\", \"ini\": 656, \"clust\": 2564, \"rank\": 2954, \"rankvar\": 998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2933, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2292, \"group\": [2563.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCGTGGTCG\", \"ini\": 655, \"clust\": 2068, \"rank\": 2710, \"rankvar\": 3373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2934, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2293, \"group\": [2069.0, 464.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGTGAACGC\", \"ini\": 654, \"clust\": 2581, \"rank\": 2883, \"rankvar\": 2683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2935, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2294, \"group\": [2584.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCAGCGTTCG\", \"ini\": 653, \"clust\": 2123, \"rank\": 3082, \"rankvar\": 884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2295, \"group\": [2123.0, 472.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCAACACTG\", \"ini\": 652, \"clust\": 2376, \"rank\": 2714, \"rankvar\": 1296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2937, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2296, \"group\": [2376.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGTGCCATT\", \"ini\": 651, \"clust\": 2221, \"rank\": 2926, \"rankvar\": 622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2938, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2297, \"group\": [2222.0, 482.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGAGGTTGC\", \"ini\": 650, \"clust\": 2146, \"rank\": 2850, \"rankvar\": 3200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2939, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2298, \"group\": [2146.0, 474.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTGTGCGTC\", \"ini\": 649, \"clust\": 2217, \"rank\": 3074, \"rankvar\": 1059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2940, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2299, \"group\": [2217.0, 481.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCACCTAA\", \"ini\": 648, \"clust\": 2896, \"rank\": 2852, \"rankvar\": 3070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2941, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2780, \"group\": [2896.0, 554.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGAGATCGGGT\", \"ini\": 647, \"clust\": 2586, \"rank\": 2816, \"rankvar\": 649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2300, \"group\": [2586.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTGAGTGT\", \"ini\": 646, \"clust\": 1849, \"rank\": 3375, \"rankvar\": 1981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1655, \"group\": [1848.0, 415.0, 56.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTAGAGTGC\", \"ini\": 645, \"clust\": 2213, \"rank\": 2963, \"rankvar\": 1453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2944, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2301, \"group\": [2214.0, 480.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTTGCGTTA\", \"ini\": 644, \"clust\": 2105, \"rank\": 3016, \"rankvar\": 2423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2945, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2302, \"group\": [2104.0, 470.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCACGGC\", \"ini\": 643, \"clust\": 1917, \"rank\": 2968, \"rankvar\": 2326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2946, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2303, \"group\": [1916.0, 438.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTAGGGTGTGT\", \"ini\": 642, \"clust\": 2031, \"rank\": 2905, \"rankvar\": 2681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2947, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2304, \"group\": [2030.0, 460.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCACGTCTCT\", \"ini\": 641, \"clust\": 2297, \"rank\": 3004, \"rankvar\": 854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2948, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2305, \"group\": [2296.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAGGCAGTA\", \"ini\": 640, \"clust\": 2228, \"rank\": 2823, \"rankvar\": 1252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2949, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2306, \"group\": [2227.0, 482.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTTACTGAC\", \"ini\": 639, \"clust\": 2066, \"rank\": 2693, \"rankvar\": 3382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2950, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2781, \"group\": [2076.0, 465.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTCGACTAT\", \"ini\": 638, \"clust\": 2557, \"rank\": 2784, \"rankvar\": 2121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2951, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2307, \"group\": [2558.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCATGGGAAC\", \"ini\": 637, \"clust\": 2028, \"rank\": 2941, \"rankvar\": 1292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2952, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2308, \"group\": [2032.0, 460.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACGCATA\", \"ini\": 636, \"clust\": 2331, \"rank\": 2895, \"rankvar\": 3036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2953, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2309, \"group\": [2331.0, 491.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCGCGTAGC\", \"ini\": 635, \"clust\": 2571, \"rank\": 2962, \"rankvar\": 246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2954, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2310, \"group\": [2574.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCCTAGAAC\", \"ini\": 634, \"clust\": 2590, \"rank\": 2965, \"rankvar\": 1567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2311, \"group\": [2591.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGGAATGGA\", \"ini\": 633, \"clust\": 2339, \"rank\": 2783, \"rankvar\": 1350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2956, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2312, \"group\": [2339.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACTCCTG\", \"ini\": 632, \"clust\": 2336, \"rank\": 2758, \"rankvar\": 2351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2313, \"group\": [2337.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACAAACTGTC\", \"ini\": 631, \"clust\": 2333, \"rank\": 2824, \"rankvar\": 2195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2958, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2314, \"group\": [2333.0, 492.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTTGCGCAC\", \"ini\": 630, \"clust\": 2090, \"rank\": 3055, \"rankvar\": 3006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2959, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2315, \"group\": [2092.0, 468.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATGTCGG\", \"ini\": 629, \"clust\": 2072, \"rank\": 2901, \"rankvar\": 3225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2960, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2316, \"group\": [2072.0, 464.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACTGGGT\", \"ini\": 628, \"clust\": 2344, \"rank\": 2795, \"rankvar\": 1635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2961, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2317, \"group\": [2343.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGGACAGCT\", \"ini\": 627, \"clust\": 2061, \"rank\": 2770, \"rankvar\": 2097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2962, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2318, \"group\": [2058.0, 462.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGAACTGT\", \"ini\": 626, \"clust\": 1889, \"rank\": 2928, \"rankvar\": 2220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2963, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2319, \"group\": [1890.0, 429.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTTGACAC\", \"ini\": 625, \"clust\": 1855, \"rank\": 2576, \"rankvar\": 2582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2964, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2842, \"group\": [1855.0, 420.0, 58.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGCGTAGTG\", \"ini\": 624, \"clust\": 2556, \"rank\": 2991, \"rankvar\": 1394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2965, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2320, \"group\": [2556.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCCATAC\", \"ini\": 623, \"clust\": 2819, \"rank\": 2858, \"rankvar\": 3254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2966, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2782, \"group\": [2818.0, 548.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCTCCGGTT\", \"ini\": 622, \"clust\": 2009, \"rank\": 2871, \"rankvar\": 2177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2967, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2321, \"group\": [2006.0, 457.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTTACCTA\", \"ini\": 621, \"clust\": 2897, \"rank\": 2861, \"rankvar\": 3309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2968, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2783, \"group\": [2897.0, 554.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTCAGGCTGAA\", \"ini\": 620, \"clust\": 2077, \"rank\": 3047, \"rankvar\": 1769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2969, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2322, \"group\": [2078.0, 466.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATCACAC\", \"ini\": 619, \"clust\": 2552, \"rank\": 2922, \"rankvar\": 1487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2323, \"group\": [2551.0, 503.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCATCATC\", \"ini\": 618, \"clust\": 2216, \"rank\": 3072, \"rankvar\": 1319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2971, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2324, \"group\": [2216.0, 481.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCACGTG\", \"ini\": 617, \"clust\": 2059, \"rank\": 2725, \"rankvar\": 1627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2972, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2325, \"group\": [2061.0, 462.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTCGGACG\", \"ini\": 616, \"clust\": 2083, \"rank\": 2993, \"rankvar\": 1720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2973, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2326, \"group\": [2093.0, 468.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTCGTATT\", \"ini\": 615, \"clust\": 2388, \"rank\": 3009, \"rankvar\": 451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2974, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2327, \"group\": [2387.0, 494.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGAACTCGG\", \"ini\": 614, \"clust\": 2432, \"rank\": 3144, \"rankvar\": 1353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2975, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2328, \"group\": [2431.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACCGAT\", \"ini\": 613, \"clust\": 2553, \"rank\": 2855, \"rankvar\": 2146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2976, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2329, \"group\": [2552.0, 503.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATGCAATC\", \"ini\": 612, \"clust\": 2384, \"rank\": 2827, \"rankvar\": 1445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2977, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2330, \"group\": [2384.0, 494.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACGTCA\", \"ini\": 611, \"clust\": 2277, \"rank\": 2890, \"rankvar\": 2279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2978, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2331, \"group\": [2277.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGTTACCT\", \"ini\": 610, \"clust\": 2425, \"rank\": 3008, \"rankvar\": 1289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2979, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2332, \"group\": [2426.0, 501.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTATCCTA\", \"ini\": 609, \"clust\": 2062, \"rank\": 2726, \"rankvar\": 2298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2980, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2333, \"group\": [2059.0, 462.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGGCTAGCA\", \"ini\": 608, \"clust\": 2188, \"rank\": 2974, \"rankvar\": 912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2981, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2334, \"group\": [2190.0, 477.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCCTAATT\", \"ini\": 607, \"clust\": 2362, \"rank\": 2948, \"rankvar\": 1993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2982, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2335, \"group\": [2363.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCTGGTTCC\", \"ini\": 606, \"clust\": 2181, \"rank\": 3083, \"rankvar\": 1642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2983, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2336, \"group\": [2181.0, 476.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGATAGCAT\", \"ini\": 605, \"clust\": 2403, \"rank\": 2970, \"rankvar\": 995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2984, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2337, \"group\": [2403.0, 498.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGACAAGCC\", \"ini\": 604, \"clust\": 2144, \"rank\": 2894, \"rankvar\": 3257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2985, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2338, \"group\": [2147.0, 474.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATTCACT\", \"ini\": 603, \"clust\": 2570, \"rank\": 2882, \"rankvar\": 1768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2986, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2339, \"group\": [2570.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCGGCGCAT\", \"ini\": 602, \"clust\": 2222, \"rank\": 2924, \"rankvar\": 2836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2987, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2340, \"group\": [2221.0, 482.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTACCGAT\", \"ini\": 601, \"clust\": 2171, \"rank\": 2951, \"rankvar\": 2194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2988, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2341, \"group\": [2172.0, 476.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAACTTGAC\", \"ini\": 600, \"clust\": 2559, \"rank\": 3006, \"rankvar\": 1087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2989, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2342, \"group\": [2560.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTGACTCAT\", \"ini\": 599, \"clust\": 2558, \"rank\": 2891, \"rankvar\": 1136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2990, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2343, \"group\": [2559.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACATCTTT\", \"ini\": 598, \"clust\": 2591, \"rank\": 3065, \"rankvar\": 454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2991, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2344, \"group\": [2592.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCACTGGC\", \"ini\": 597, \"clust\": 2352, \"rank\": 2837, \"rankvar\": 846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2992, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2345, \"group\": [2353.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTACACCGC\", \"ini\": 596, \"clust\": 2271, \"rank\": 2978, \"rankvar\": 1667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2993, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2346, \"group\": [2272.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCAGATAAG\", \"ini\": 595, \"clust\": 2113, \"rank\": 3025, \"rankvar\": 1874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2994, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2347, \"group\": [2114.0, 470.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGTAAGG\", \"ini\": 594, \"clust\": 2554, \"rank\": 3024, \"rankvar\": 588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2995, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2348, \"group\": [2557.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGTGGTAGC\", \"ini\": 593, \"clust\": 2386, \"rank\": 2900, \"rankvar\": 1158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2349, \"group\": [2386.0, 494.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGTCCTATGTT\", \"ini\": 592, \"clust\": 2280, \"rank\": 2959, \"rankvar\": 2126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2997, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2350, \"group\": [2283.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGCCATT\", \"ini\": 591, \"clust\": 2226, \"rank\": 3088, \"rankvar\": 1155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2998, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2351, \"group\": [2225.0, 482.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCGCATGGC\", \"ini\": 590, \"clust\": 2211, \"rank\": 2776, \"rankvar\": 2678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2352, \"group\": [2210.0, 478.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGAAAC\", \"ini\": 589, \"clust\": 2587, \"rank\": 2769, \"rankvar\": 2093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3000, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2353, \"group\": [2587.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAAGTTGTAGA\", \"ini\": 588, \"clust\": 2021, \"rank\": 2856, \"rankvar\": 1923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3001, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2354, \"group\": [2021.0, 460.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATTCTTAC\", \"ini\": 587, \"clust\": 2417, \"rank\": 3045, \"rankvar\": 2669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3002, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2355, \"group\": [2414.0, 499.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTTTGTG\", \"ini\": 586, \"clust\": 2224, \"rank\": 3011, \"rankvar\": 2115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3003, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2356, \"group\": [2220.0, 482.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAGCATGAG\", \"ini\": 585, \"clust\": 2734, \"rank\": 3135, \"rankvar\": 33, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3004, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2923, \"group\": [2739.0, 528.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGAAACCAT\", \"ini\": 584, \"clust\": 2298, \"rank\": 3057, \"rankvar\": 1370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3005, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2357, \"group\": [2297.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACCCTCA\", \"ini\": 583, \"clust\": 2264, \"rank\": 3058, \"rankvar\": 2780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3006, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2358, \"group\": [2267.0, 489.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGTGCGTC\", \"ini\": 582, \"clust\": 2128, \"rank\": 3179, \"rankvar\": 2717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3007, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2359, \"group\": [2133.0, 472.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTCCAACTA\", \"ini\": 581, \"clust\": 2317, \"rank\": 2964, \"rankvar\": 1782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3008, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2360, \"group\": [2316.0, 491.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTAAATGTG\", \"ini\": 580, \"clust\": 2382, \"rank\": 2906, \"rankvar\": 714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3009, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2361, \"group\": [2381.0, 494.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGGTGCACA\", \"ini\": 579, \"clust\": 2369, \"rank\": 2766, \"rankvar\": 1756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3010, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2362, \"group\": [2370.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAGTCGATT\", \"ini\": 578, \"clust\": 2192, \"rank\": 2939, \"rankvar\": 1828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3011, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2363, \"group\": [2193.0, 477.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAAGGATT\", \"ini\": 577, \"clust\": 2379, \"rank\": 2985, \"rankvar\": 713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3012, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2364, \"group\": [2379.0, 494.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTATCAGTC\", \"ini\": 576, \"clust\": 2772, \"rank\": 2915, \"rankvar\": 89, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3013, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2924, \"group\": [2774.0, 532.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAGGTA\", \"ini\": 575, \"clust\": 1826, \"rank\": 3264, \"rankvar\": 3463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3014, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 180, \"group\": [1824.0, 407.0, 54.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTGTTTGTG\", \"ini\": 574, \"clust\": 1647, \"rank\": 3339, \"rankvar\": 2140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1656, \"group\": [1645.0, 351.0, 42.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCAGTCAGT\", \"ini\": 573, \"clust\": 2176, \"rank\": 2884, \"rankvar\": 2076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2365, \"group\": [2175.0, 476.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACGTAAGG\", \"ini\": 572, \"clust\": 1951, \"rank\": 2851, \"rankvar\": 1823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3017, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2366, \"group\": [1951.0, 451.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTCAGCGC\", \"ini\": 571, \"clust\": 2010, \"rank\": 2881, \"rankvar\": 2333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3018, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2367, \"group\": [2007.0, 457.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCCGAGCCA\", \"ini\": 570, \"clust\": 2562, \"rank\": 2920, \"rankvar\": 1050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3019, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2368, \"group\": [2564.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGTCATCCA\", \"ini\": 569, \"clust\": 2108, \"rank\": 2988, \"rankvar\": 3233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3020, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2369, \"group\": [2107.0, 470.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGAGGCTAGGT\", \"ini\": 568, \"clust\": 2314, \"rank\": 2847, \"rankvar\": 1349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3021, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2370, \"group\": [2318.0, 491.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACCGAAAG\", \"ini\": 567, \"clust\": 2394, \"rank\": 2912, \"rankvar\": 1375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3022, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2371, \"group\": [2395.0, 496.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCTTCGGTC\", \"ini\": 566, \"clust\": 2301, \"rank\": 3114, \"rankvar\": 642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3023, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2372, \"group\": [2310.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGGATGCGT\", \"ini\": 565, \"clust\": 2026, \"rank\": 3041, \"rankvar\": 725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3024, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2373, \"group\": [2027.0, 460.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCACATTCGA\", \"ini\": 564, \"clust\": 1824, \"rank\": 3239, \"rankvar\": 3457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3025, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 181, \"group\": [1825.0, 407.0, 54.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCTTTCCTC\", \"ini\": 563, \"clust\": 2514, \"rank\": 3140, \"rankvar\": 2296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3026, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2374, \"group\": [2515.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCATCCACGTTC\", \"ini\": 562, \"clust\": 168, \"rank\": 2913, \"rankvar\": 3429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1657, \"group\": [170.0, 39.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCAAGAAGAG\", \"ini\": 561, \"clust\": 2275, \"rank\": 3066, \"rankvar\": 1913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3028, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2375, \"group\": [2278.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCAACTGGCC\", \"ini\": 560, \"clust\": 2323, \"rank\": 2925, \"rankvar\": 2831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3029, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2376, \"group\": [2323.0, 491.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTAATCACC\", \"ini\": 559, \"clust\": 1859, \"rank\": 2617, \"rankvar\": 2092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3030, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2843, \"group\": [1858.0, 420.0, 58.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCATGT\", \"ini\": 558, \"clust\": 2413, \"rank\": 3089, \"rankvar\": 1566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3031, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2377, \"group\": [2412.0, 499.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATATGCA\", \"ini\": 557, \"clust\": 2576, \"rank\": 2932, \"rankvar\": 904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3032, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2378, \"group\": [2577.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAATACCG\", \"ini\": 556, \"clust\": 2293, \"rank\": 3032, \"rankvar\": 354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3033, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2379, \"group\": [2293.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTTGCGG\", \"ini\": 555, \"clust\": 2441, \"rank\": 3181, \"rankvar\": 1173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3034, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2380, \"group\": [2442.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTCGG\", \"ini\": 554, \"clust\": 2346, \"rank\": 2834, \"rankvar\": 2566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3035, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2381, \"group\": [2346.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTTGTATC\", \"ini\": 553, \"clust\": 2295, \"rank\": 3035, \"rankvar\": 1554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3036, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2382, \"group\": [2299.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTATTGGA\", \"ini\": 552, \"clust\": 2111, \"rank\": 2998, \"rankvar\": 3052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3037, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2383, \"group\": [2112.0, 470.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTGGAGAA\", \"ini\": 551, \"clust\": 2102, \"rank\": 3062, \"rankvar\": 1924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3038, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2384, \"group\": [2101.0, 470.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTATATCCG\", \"ini\": 550, \"clust\": 2367, \"rank\": 2892, \"rankvar\": 2389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3039, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2385, \"group\": [2368.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCAGCATCATC\", \"ini\": 549, \"clust\": 2303, \"rank\": 3152, \"rankvar\": 1324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3040, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2386, \"group\": [2302.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCGCATGGC\", \"ini\": 548, \"clust\": 2589, \"rank\": 2976, \"rankvar\": 1864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3041, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2387, \"group\": [2590.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCGCCAGCA\", \"ini\": 547, \"clust\": 2888, \"rank\": 2984, \"rankvar\": 3380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3042, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2784, \"group\": [2890.0, 554.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACATACGCCG\", \"ini\": 546, \"clust\": 2185, \"rank\": 3029, \"rankvar\": 881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3043, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2388, \"group\": [2184.0, 476.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGCCCAACC\", \"ini\": 545, \"clust\": 6, \"rank\": 2652, \"rankvar\": 3189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3044, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2991, \"group\": [7.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACACAGAGGT\", \"ini\": 544, \"clust\": 2347, \"rank\": 2876, \"rankvar\": 2651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3045, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2389, \"group\": [2347.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGAGTGTG\", \"ini\": 543, \"clust\": 2097, \"rank\": 2828, \"rankvar\": 2503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3046, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2390, \"group\": [2100.0, 470.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTTCCGCAGTG\", \"ini\": 542, \"clust\": 2560, \"rank\": 2990, \"rankvar\": 1224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3047, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2391, \"group\": [2561.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGAGGACGG\", \"ini\": 541, \"clust\": 2668, \"rank\": 2955, \"rankvar\": 3282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3048, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2785, \"group\": [2668.0, 509.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGACATC\", \"ini\": 540, \"clust\": 2410, \"rank\": 3121, \"rankvar\": 1163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3049, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2392, \"group\": [2409.0, 499.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAGGGTAC\", \"ini\": 539, \"clust\": 2166, \"rank\": 2972, \"rankvar\": 2786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3050, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2393, \"group\": [2166.0, 475.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACAAGCCC\", \"ini\": 538, \"clust\": 2407, \"rank\": 3093, \"rankvar\": 2875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3051, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2394, \"group\": [2407.0, 498.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGCCATAG\", \"ini\": 537, \"clust\": 2098, \"rank\": 2886, \"rankvar\": 2707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3052, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2395, \"group\": [2098.0, 470.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGAGGGAACGG\", \"ini\": 536, \"clust\": 2329, \"rank\": 3039, \"rankvar\": 1521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3053, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2396, \"group\": [2329.0, 491.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCCAAATGC\", \"ini\": 535, \"clust\": 2887, \"rank\": 2996, \"rankvar\": 2973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3054, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2786, \"group\": [2885.0, 553.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCGTGAGT\", \"ini\": 534, \"clust\": 2057, \"rank\": 2794, \"rankvar\": 2306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3055, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2397, \"group\": [2063.0, 462.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCCACT\", \"ini\": 533, \"clust\": 2109, \"rank\": 3117, \"rankvar\": 3146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3056, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2398, \"group\": [2108.0, 470.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGTCCTC\", \"ini\": 532, \"clust\": 3452, \"rank\": 3475, \"rankvar\": 3523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3057, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 156, \"group\": [3454.0, 677.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATAACGA\", \"ini\": 531, \"clust\": 2834, \"rank\": 2953, \"rankvar\": 3277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3058, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2787, \"group\": [2843.0, 551.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGCTTCT\", \"ini\": 530, \"clust\": 2874, \"rank\": 3014, \"rankvar\": 2499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3059, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2788, \"group\": [2874.0, 552.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCCGGCACA\", \"ini\": 529, \"clust\": 2523, \"rank\": 3102, \"rankvar\": 851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3060, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2399, \"group\": [2527.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAAAGCGGT\", \"ini\": 528, \"clust\": 2069, \"rank\": 2777, \"rankvar\": 3126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3061, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2400, \"group\": [2067.0, 464.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTAAGTAC\", \"ini\": 527, \"clust\": 2278, \"rank\": 3017, \"rankvar\": 1633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3062, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2401, \"group\": [2279.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTAACCCT\", \"ini\": 526, \"clust\": 2019, \"rank\": 2961, \"rankvar\": 668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3063, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2402, \"group\": [2022.0, 460.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTGAGTTC\", \"ini\": 525, \"clust\": 1846, \"rank\": 3403, \"rankvar\": 783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1658, \"group\": [1844.0, 414.0, 56.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCGCCTCA\", \"ini\": 524, \"clust\": 1931, \"rank\": 2929, \"rankvar\": 1313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3065, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2403, \"group\": [1931.0, 446.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTAATAGCA\", \"ini\": 523, \"clust\": 2283, \"rank\": 3068, \"rankvar\": 1711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3066, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2404, \"group\": [2284.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTAGCCTAT\", \"ini\": 522, \"clust\": 2189, \"rank\": 3098, \"rankvar\": 1122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3067, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2405, \"group\": [2188.0, 477.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTTACGGAG\", \"ini\": 521, \"clust\": 2428, \"rank\": 3129, \"rankvar\": 1820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3068, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2406, \"group\": [2428.0, 501.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTCTGTCG\", \"ini\": 520, \"clust\": 2291, \"rank\": 2995, \"rankvar\": 1786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3069, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2407, \"group\": [2291.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGCCAACAG\", \"ini\": 519, \"clust\": 2064, \"rank\": 2731, \"rankvar\": 3329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3070, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2789, \"group\": [2064.0, 463.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAGTCCCTACT\", \"ini\": 518, \"clust\": 2456, \"rank\": 3289, \"rankvar\": 2431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3071, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2408, \"group\": [2456.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGACAAAGG\", \"ini\": 517, \"clust\": 2104, \"rank\": 3100, \"rankvar\": 2560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2409, \"group\": [2106.0, 470.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTGAGTTC\", \"ini\": 516, \"clust\": 3523, \"rank\": 3492, \"rankvar\": 3575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3073, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 157, \"group\": [3522.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTGCTTG\", \"ini\": 515, \"clust\": 2282, \"rank\": 2983, \"rankvar\": 2309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3074, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2410, \"group\": [2282.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTATGCGT\", \"ini\": 514, \"clust\": 2538, \"rank\": 3155, \"rankvar\": 1761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3075, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2411, \"group\": [2541.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTGTAGAGTGC\", \"ini\": 513, \"clust\": 2218, \"rank\": 3010, \"rankvar\": 2398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3076, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2412, \"group\": [2218.0, 481.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACTGAAGG\", \"ini\": 512, \"clust\": 2234, \"rank\": 3046, \"rankvar\": 2135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3077, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2413, \"group\": [2231.0, 482.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCAGAGCAATT\", \"ini\": 511, \"clust\": 2199, \"rank\": 3081, \"rankvar\": 2551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3078, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2414, \"group\": [2201.0, 478.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTAAGTGTA\", \"ini\": 510, \"clust\": 2178, \"rank\": 2987, \"rankvar\": 2050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3079, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2415, \"group\": [2178.0, 476.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCTTGTCC\", \"ini\": 509, \"clust\": 2219, \"rank\": 3107, \"rankvar\": 553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3080, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2416, \"group\": [2236.0, 482.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTTGTACAC\", \"ini\": 508, \"clust\": 2190, \"rank\": 3043, \"rankvar\": 1234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3081, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2417, \"group\": [2189.0, 477.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCAGGACA\", \"ini\": 507, \"clust\": 2572, \"rank\": 3110, \"rankvar\": 1108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2418, \"group\": [2572.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCCGTCAG\", \"ini\": 506, \"clust\": 2421, \"rank\": 3148, \"rankvar\": 1401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3083, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2419, \"group\": [2419.0, 499.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACAGCCCA\", \"ini\": 505, \"clust\": 2058, \"rank\": 2902, \"rankvar\": 2586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3084, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2420, \"group\": [2062.0, 462.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACAGGAATCG\", \"ini\": 504, \"clust\": 2340, \"rank\": 2980, \"rankvar\": 2422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3085, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2421, \"group\": [2340.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTATCCGA\", \"ini\": 503, \"clust\": 2397, \"rank\": 2843, \"rankvar\": 2085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2422, \"group\": [2397.0, 496.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTCTCATT\", \"ini\": 502, \"clust\": 2184, \"rank\": 3013, \"rankvar\": 2211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3087, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2423, \"group\": [2186.0, 476.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGAACAACT\", \"ini\": 501, \"clust\": 2106, \"rank\": 3069, \"rankvar\": 3173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3088, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2424, \"group\": [2105.0, 470.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGGTGTTA\", \"ini\": 500, \"clust\": 2127, \"rank\": 3103, \"rankvar\": 2778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3089, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2425, \"group\": [2128.0, 472.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAATTCCTT\", \"ini\": 499, \"clust\": 2345, \"rank\": 3018, \"rankvar\": 2261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2426, \"group\": [2348.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGATGAGAG\", \"ini\": 498, \"clust\": 14, \"rank\": 3426, \"rankvar\": 3392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3091, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1833, \"group\": [15.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTTCGTCTC\", \"ini\": 497, \"clust\": 2418, \"rank\": 3136, \"rankvar\": 2252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3092, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2427, \"group\": [2415.0, 499.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGAGGGATA\", \"ini\": 496, \"clust\": 2577, \"rank\": 3042, \"rankvar\": 1951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3093, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2428, \"group\": [2578.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTGGACGAT\", \"ini\": 495, \"clust\": 1887, \"rank\": 3001, \"rankvar\": 2295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3094, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2429, \"group\": [1888.0, 429.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGGTGCCT\", \"ini\": 494, \"clust\": 2885, \"rank\": 3106, \"rankvar\": 2475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3095, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2790, \"group\": [2886.0, 553.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCGCCAAAT\", \"ini\": 493, \"clust\": 2334, \"rank\": 2893, \"rankvar\": 2021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3096, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2430, \"group\": [2334.0, 492.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGGTGGAT\", \"ini\": 492, \"clust\": 2302, \"rank\": 3109, \"rankvar\": 2082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3097, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2431, \"group\": [2304.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTTGAGTTC\", \"ini\": 491, \"clust\": 1952, \"rank\": 2833, \"rankvar\": 1590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3098, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2432, \"group\": [1952.0, 451.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCAAGAAGT\", \"ini\": 490, \"clust\": 2311, \"rank\": 3087, \"rankvar\": 2882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3099, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2433, \"group\": [2312.0, 491.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCACGTGAGA\", \"ini\": 489, \"clust\": 2398, \"rank\": 3012, \"rankvar\": 2190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3100, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2434, \"group\": [2398.0, 496.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGTCGATAA\", \"ini\": 488, \"clust\": 2306, \"rank\": 3128, \"rankvar\": 1972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3101, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2435, \"group\": [2305.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACCCATGG\", \"ini\": 487, \"clust\": 2415, \"rank\": 3028, \"rankvar\": 2173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2436, \"group\": [2417.0, 499.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCATGTTCCC\", \"ini\": 486, \"clust\": 2861, \"rank\": 3034, \"rankvar\": 2576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3103, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2437, \"group\": [2862.0, 552.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCCACCCAGTG\", \"ini\": 485, \"clust\": 2433, \"rank\": 3183, \"rankvar\": 797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3104, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2438, \"group\": [2432.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGACTCGGA\", \"ini\": 484, \"clust\": 2201, \"rank\": 2981, \"rankvar\": 1104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3105, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2439, \"group\": [2200.0, 478.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTGTTAG\", \"ini\": 483, \"clust\": 2107, \"rank\": 3124, \"rankvar\": 3085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3106, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2440, \"group\": [2109.0, 470.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGCAGGCTA\", \"ini\": 482, \"clust\": 2900, \"rank\": 3177, \"rankvar\": 3292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3107, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2791, \"group\": [2903.0, 555.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCACCT\", \"ini\": 481, \"clust\": 2387, \"rank\": 3090, \"rankvar\": 1580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3108, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2441, \"group\": [2389.0, 494.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCAGTTCGA\", \"ini\": 480, \"clust\": 2182, \"rank\": 3097, \"rankvar\": 687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3109, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2442, \"group\": [2182.0, 476.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGAGGTACC\", \"ini\": 479, \"clust\": 2374, \"rank\": 2938, \"rankvar\": 2609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3110, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2443, \"group\": [2377.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTAGTGAAT\", \"ini\": 478, \"clust\": 2566, \"rank\": 2982, \"rankvar\": 2111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3111, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2444, \"group\": [2566.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAGCTGTT\", \"ini\": 477, \"clust\": 2055, \"rank\": 2989, \"rankvar\": 2149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2445, \"group\": [2055.0, 462.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCACAGATGAGC\", \"ini\": 476, \"clust\": 2300, \"rank\": 3096, \"rankvar\": 1283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2446, \"group\": [2301.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCTCACATT\", \"ini\": 475, \"clust\": 2172, \"rank\": 3038, \"rankvar\": 2843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3114, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2447, \"group\": [2173.0, 476.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACCATGTA\", \"ini\": 474, \"clust\": 2815, \"rank\": 3095, \"rankvar\": 3324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3115, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2792, \"group\": [2821.0, 549.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCATGTCCC\", \"ini\": 473, \"clust\": 2593, \"rank\": 3108, \"rankvar\": 1783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3116, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2448, \"group\": [2593.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCGCCAGCA\", \"ini\": 472, \"clust\": 2136, \"rank\": 3079, \"rankvar\": 2394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3117, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2449, \"group\": [2136.0, 472.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGGACGTA\", \"ini\": 471, \"clust\": 2601, \"rank\": 3105, \"rankvar\": 2235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3118, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2450, \"group\": [2602.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTAGAGCTG\", \"ini\": 470, \"clust\": 2424, \"rank\": 3161, \"rankvar\": 1736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3119, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2451, \"group\": [2425.0, 501.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCTAACTGG\", \"ini\": 469, \"clust\": 2534, \"rank\": 3122, \"rankvar\": 1672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2452, \"group\": [2534.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGACCGGAT\", \"ini\": 468, \"clust\": 2155, \"rank\": 3085, \"rankvar\": 334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3121, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2453, \"group\": [2156.0, 475.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTATTCTC\", \"ini\": 467, \"clust\": 2156, \"rank\": 3060, \"rankvar\": 1427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3122, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2454, \"group\": [2157.0, 475.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGGGATCTG\", \"ini\": 466, \"clust\": 2903, \"rank\": 3182, \"rankvar\": 2874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3123, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2793, \"group\": [2901.0, 555.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGAGGGAG\", \"ini\": 465, \"clust\": 2357, \"rank\": 2975, \"rankvar\": 2310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3124, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2455, \"group\": [2357.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACTTAACG\", \"ini\": 464, \"clust\": 2583, \"rank\": 3022, \"rankvar\": 2918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3125, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2456, \"group\": [2581.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTTAAGATG\", \"ini\": 463, \"clust\": 2232, \"rank\": 3073, \"rankvar\": 1700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3126, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2457, \"group\": [2232.0, 482.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTAGCGTCC\", \"ini\": 462, \"clust\": 2371, \"rank\": 2789, \"rankvar\": 2709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3127, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2458, \"group\": [2372.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCATCCTAGA\", \"ini\": 461, \"clust\": 1897, \"rank\": 3202, \"rankvar\": 3192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3128, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2459, \"group\": [1896.0, 432.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCTTGGTC\", \"ini\": 460, \"clust\": 2568, \"rank\": 3076, \"rankvar\": 627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3129, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2460, \"group\": [2571.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGACA\", \"ini\": 459, \"clust\": 3521, \"rank\": 3455, \"rankvar\": 3565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1659, \"group\": [3520.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAGACACTT\", \"ini\": 458, \"clust\": 2468, \"rank\": 3222, \"rankvar\": 426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3131, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2461, \"group\": [2468.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTGGTGTAG\", \"ini\": 457, \"clust\": 2117, \"rank\": 3031, \"rankvar\": 2615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3132, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2462, \"group\": [2117.0, 470.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTAGAAGGA\", \"ini\": 456, \"clust\": 2196, \"rank\": 3118, \"rankvar\": 1223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3133, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2463, \"group\": [2197.0, 477.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCAGGCTCAC\", \"ini\": 455, \"clust\": 2536, \"rank\": 3191, \"rankvar\": 257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3134, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2464, \"group\": [2536.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTGTCCGT\", \"ini\": 454, \"clust\": 2408, \"rank\": 3101, \"rankvar\": 970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3135, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2465, \"group\": [2423.0, 500.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCAATAAGG\", \"ini\": 453, \"clust\": 2531, \"rank\": 3178, \"rankvar\": 264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3136, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2466, \"group\": [2532.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAGTCGACTAT\", \"ini\": 452, \"clust\": 1848, \"rank\": 3444, \"rankvar\": 3338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1660, \"group\": [1850.0, 416.0, 56.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCACAGTAC\", \"ini\": 451, \"clust\": 2197, \"rank\": 3094, \"rankvar\": 1443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3138, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2467, \"group\": [2195.0, 477.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATGCCAG\", \"ini\": 450, \"clust\": 2752, \"rank\": 3059, \"rankvar\": 137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3139, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2925, \"group\": [2755.0, 531.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGATGTGG\", \"ini\": 449, \"clust\": 2349, \"rank\": 3033, \"rankvar\": 1876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3140, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2468, \"group\": [2349.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACTGTCGG\", \"ini\": 448, \"clust\": 2325, \"rank\": 3156, \"rankvar\": 1539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3141, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2469, \"group\": [2327.0, 491.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCGCCAAAT\", \"ini\": 447, \"clust\": 2420, \"rank\": 3225, \"rankvar\": 1023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3142, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2470, \"group\": [2421.0, 499.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCACCCTATC\", \"ini\": 446, \"clust\": 2818, \"rank\": 3130, \"rankvar\": 3199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3143, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2794, \"group\": [2817.0, 548.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGAGCCAA\", \"ini\": 445, \"clust\": 2520, \"rank\": 3112, \"rankvar\": 2286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3144, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2471, \"group\": [2528.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTACCGCTG\", \"ini\": 444, \"clust\": 2070, \"rank\": 3037, \"rankvar\": 3297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3145, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2472, \"group\": [2068.0, 464.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACATTTGCTT\", \"ini\": 443, \"clust\": 2913, \"rank\": 3210, \"rankvar\": 3271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3146, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2795, \"group\": [2914.0, 555.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTGTACC\", \"ini\": 442, \"clust\": 2426, \"rank\": 3142, \"rankvar\": 2647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3147, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2473, \"group\": [2427.0, 501.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATTGCGA\", \"ini\": 441, \"clust\": 2427, \"rank\": 3180, \"rankvar\": 1867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2474, \"group\": [2430.0, 501.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTGTACCAGTT\", \"ini\": 440, \"clust\": 2309, \"rank\": 3123, \"rankvar\": 2127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3149, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2475, \"group\": [2308.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGCTACCGC\", \"ini\": 439, \"clust\": 2515, \"rank\": 3188, \"rankvar\": 1900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3150, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2476, \"group\": [2516.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGAGGGTT\", \"ini\": 438, \"clust\": 2289, \"rank\": 3150, \"rankvar\": 2051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3151, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2477, \"group\": [2289.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTAGAAAGG\", \"ini\": 437, \"clust\": 2573, \"rank\": 3116, \"rankvar\": 2049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3152, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2478, \"group\": [2573.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGACTAGAT\", \"ini\": 436, \"clust\": 2584, \"rank\": 3052, \"rankvar\": 2791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3153, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2479, \"group\": [2582.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTACGCCC\", \"ini\": 435, \"clust\": 2773, \"rank\": 3023, \"rankvar\": 271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3154, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2926, \"group\": [2772.0, 532.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCGAGGTAG\", \"ini\": 434, \"clust\": 2065, \"rank\": 2771, \"rankvar\": 3396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3155, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2796, \"group\": [2065.0, 463.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCGAACC\", \"ini\": 433, \"clust\": 2476, \"rank\": 3224, \"rankvar\": 1599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2480, \"group\": [2478.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTACGACT\", \"ini\": 432, \"clust\": 2879, \"rank\": 3205, \"rankvar\": 3263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3157, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2797, \"group\": [2878.0, 552.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCAGGCGAA\", \"ini\": 431, \"clust\": 2411, \"rank\": 3272, \"rankvar\": 2131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3158, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2481, \"group\": [2410.0, 499.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGTTAGCGG\", \"ini\": 430, \"clust\": 2483, \"rank\": 3258, \"rankvar\": 1456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3159, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2482, \"group\": [2483.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGCTGAAAT\", \"ini\": 429, \"clust\": 2880, \"rank\": 3120, \"rankvar\": 2750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3160, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2798, \"group\": [2879.0, 552.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCAGGGTATG\", \"ini\": 428, \"clust\": 1844, \"rank\": 3413, \"rankvar\": 1515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1661, \"group\": [1847.0, 414.0, 56.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCATACTG\", \"ini\": 427, \"clust\": 2050, \"rank\": 2956, \"rankvar\": 2796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3162, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2483, \"group\": [2051.0, 462.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCTGCCAG\", \"ini\": 426, \"clust\": 2597, \"rank\": 3184, \"rankvar\": 309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3163, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2484, \"group\": [2598.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTGCCTTGG\", \"ini\": 425, \"clust\": 2862, \"rank\": 3080, \"rankvar\": 3116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3164, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2799, \"group\": [2863.0, 552.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGCACACAG\", \"ini\": 424, \"clust\": 2881, \"rank\": 2997, \"rankvar\": 2954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3165, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2800, \"group\": [2882.0, 552.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCTGATACG\", \"ini\": 423, \"clust\": 2416, \"rank\": 3143, \"rankvar\": 1488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3166, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2485, \"group\": [2416.0, 499.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGTCATC\", \"ini\": 422, \"clust\": 2195, \"rank\": 3061, \"rankvar\": 2260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3167, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2486, \"group\": [2198.0, 477.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCGGATGTT\", \"ini\": 421, \"clust\": 2168, \"rank\": 3145, \"rankvar\": 1745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3168, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2487, \"group\": [2171.0, 476.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGAGGTAGA\", \"ini\": 420, \"clust\": 2912, \"rank\": 3269, \"rankvar\": 2850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3169, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2801, \"group\": [2922.0, 555.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGACAAGCC\", \"ini\": 419, \"clust\": 2916, \"rank\": 3290, \"rankvar\": 3207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3170, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2802, \"group\": [2915.0, 555.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCATACAGCT\", \"ini\": 418, \"clust\": 1856, \"rank\": 2957, \"rankvar\": 2360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3171, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2844, \"group\": [1856.0, 420.0, 58.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACAGTTC\", \"ini\": 417, \"clust\": 2292, \"rank\": 3174, \"rankvar\": 894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2488, \"group\": [2292.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGTTTGCGT\", \"ini\": 416, \"clust\": 2574, \"rank\": 3036, \"rankvar\": 1527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3173, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2489, \"group\": [2575.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGTAG\", \"ini\": 415, \"clust\": 2516, \"rank\": 3237, \"rankvar\": 2584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3174, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2490, \"group\": [2517.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACACTGTTAG\", \"ini\": 414, \"clust\": 2876, \"rank\": 3119, \"rankvar\": 3299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3175, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2803, \"group\": [2880.0, 552.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCTCA\", \"ini\": 413, \"clust\": 2389, \"rank\": 3167, \"rankvar\": 324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3176, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2491, \"group\": [2388.0, 494.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGATCGATA\", \"ini\": 412, \"clust\": 2118, \"rank\": 3134, \"rankvar\": 2440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3177, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2492, \"group\": [2118.0, 470.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCTAAACC\", \"ini\": 411, \"clust\": 2816, \"rank\": 3201, \"rankvar\": 3272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3178, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2804, \"group\": [2820.0, 548.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTAGCGC\", \"ini\": 410, \"clust\": 2085, \"rank\": 3215, \"rankvar\": 2200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3179, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2493, \"group\": [2084.0, 468.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCATGTTCCC\", \"ini\": 409, \"clust\": 2602, \"rank\": 3131, \"rankvar\": 1901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2494, \"group\": [2603.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGCACTTAAGC\", \"ini\": 408, \"clust\": 2141, \"rank\": 3227, \"rankvar\": 2912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2495, \"group\": [2144.0, 473.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATATGCTG\", \"ini\": 407, \"clust\": 2434, \"rank\": 3255, \"rankvar\": 2471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3182, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2496, \"group\": [2437.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTACAGCAG\", \"ini\": 406, \"clust\": 2414, \"rank\": 3259, \"rankvar\": 1890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3183, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2497, \"group\": [2413.0, 499.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCATAACCG\", \"ini\": 405, \"clust\": 2674, \"rank\": 2936, \"rankvar\": 2718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3184, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2927, \"group\": [2675.0, 514.0, 61.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGGCACTA\", \"ini\": 404, \"clust\": 2575, \"rank\": 3084, \"rankvar\": 939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3185, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2498, \"group\": [2576.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTGTAAGGGCT\", \"ini\": 403, \"clust\": 2173, \"rank\": 3056, \"rankvar\": 2134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3186, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2499, \"group\": [2177.0, 476.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCTTAATC\", \"ini\": 402, \"clust\": 2321, \"rank\": 3197, \"rankvar\": 2628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3187, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2500, \"group\": [2324.0, 491.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGTTGGC\", \"ini\": 401, \"clust\": 1933, \"rank\": 2916, \"rankvar\": 1583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3188, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2501, \"group\": [1933.0, 446.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGAATTGTG\", \"ini\": 400, \"clust\": 2899, \"rank\": 3099, \"rankvar\": 3318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3189, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2805, \"group\": [2899.0, 554.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGGCATTGG\", \"ini\": 399, \"clust\": 2480, \"rank\": 3236, \"rankvar\": 1334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3190, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2502, \"group\": [2479.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTACCGAGA\", \"ini\": 398, \"clust\": 2672, \"rank\": 2908, \"rankvar\": 2382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3191, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2928, \"group\": [2672.0, 511.0, 61.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACGGTAAG\", \"ini\": 397, \"clust\": 2503, \"rank\": 3199, \"rankvar\": 1960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3192, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2503, \"group\": [2503.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCGTCATC\", \"ini\": 396, \"clust\": 2422, \"rank\": 3137, \"rankvar\": 1943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3193, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2504, \"group\": [2420.0, 499.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTCAGATAA\", \"ini\": 395, \"clust\": 2535, \"rank\": 3189, \"rankvar\": 1953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3194, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2505, \"group\": [2535.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGGGAACGG\", \"ini\": 394, \"clust\": 2877, \"rank\": 3190, \"rankvar\": 3136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3195, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2806, \"group\": [2876.0, 552.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCATCCGGGT\", \"ini\": 393, \"clust\": 2533, \"rank\": 3246, \"rankvar\": 1847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3196, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2506, \"group\": [2538.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGAGTGACC\", \"ini\": 392, \"clust\": 2279, \"rank\": 3146, \"rankvar\": 917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2507, \"group\": [2280.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATAGCTGATAA\", \"ini\": 391, \"clust\": 2521, \"rank\": 3141, \"rankvar\": 1467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3198, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2508, \"group\": [2521.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTATGCGT\", \"ini\": 390, \"clust\": 2242, \"rank\": 3063, \"rankvar\": 2371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3199, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2509, \"group\": [2242.0, 484.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCACCAGCAC\", \"ini\": 389, \"clust\": 2517, \"rank\": 3220, \"rankvar\": 824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2510, \"group\": [2518.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTCGCATAT\", \"ini\": 388, \"clust\": 2341, \"rank\": 3070, \"rankvar\": 1474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3201, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2511, \"group\": [2341.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTCTGGC\", \"ini\": 387, \"clust\": 2544, \"rank\": 3257, \"rankvar\": 1020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3202, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2512, \"group\": [2548.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTGCGTAA\", \"ini\": 386, \"clust\": 2198, \"rank\": 3075, \"rankvar\": 1859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3203, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2513, \"group\": [2196.0, 477.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCCATTCTA\", \"ini\": 385, \"clust\": 2305, \"rank\": 3214, \"rankvar\": 1784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3204, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2514, \"group\": [2309.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATGTTCCC\", \"ini\": 384, \"clust\": 2477, \"rank\": 3312, \"rankvar\": 1615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3205, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2515, \"group\": [2477.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGTGCCTG\", \"ini\": 383, \"clust\": 2455, \"rank\": 3319, \"rankvar\": 2408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3206, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2516, \"group\": [2458.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGTAGCCGA\", \"ini\": 382, \"clust\": 2395, \"rank\": 3170, \"rankvar\": 2061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3207, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2517, \"group\": [2396.0, 496.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGGGTCA\", \"ini\": 381, \"clust\": 2524, \"rank\": 3221, \"rankvar\": 1298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3208, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2518, \"group\": [2523.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCACGGTTA\", \"ini\": 380, \"clust\": 2708, \"rank\": 3218, \"rankvar\": 2029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3209, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2992, \"group\": [2709.0, 518.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCGTTTATC\", \"ini\": 379, \"clust\": 2680, \"rank\": 3064, \"rankvar\": 2964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3210, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2993, \"group\": [2679.0, 516.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCAGTATCTCG\", \"ini\": 378, \"clust\": 2393, \"rank\": 3149, \"rankvar\": 1290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3211, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2519, \"group\": [2393.0, 494.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCTTGCATT\", \"ini\": 377, \"clust\": 2103, \"rank\": 3266, \"rankvar\": 2966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3212, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2520, \"group\": [2102.0, 470.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGTACGTTC\", \"ini\": 376, \"clust\": 2296, \"rank\": 3172, \"rankvar\": 1687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3213, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2521, \"group\": [2298.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTACCGAT\", \"ini\": 375, \"clust\": 2442, \"rank\": 3363, \"rankvar\": 2510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3214, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2522, \"group\": [2443.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGCATGGATGG\", \"ini\": 374, \"clust\": 2137, \"rank\": 3168, \"rankvar\": 2810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3215, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2523, \"group\": [2137.0, 472.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAGCAGTTT\", \"ini\": 373, \"clust\": 2878, \"rank\": 3195, \"rankvar\": 2489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2807, \"group\": [2877.0, 552.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGTTACCCA\", \"ini\": 372, \"clust\": 2284, \"rank\": 3132, \"rankvar\": 2217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3217, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2524, \"group\": [2285.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGAATCTCC\", \"ini\": 371, \"clust\": 2081, \"rank\": 3160, \"rankvar\": 2641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3218, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2525, \"group\": [2082.0, 467.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGTACGATA\", \"ini\": 370, \"clust\": 2485, \"rank\": 3248, \"rankvar\": 626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3219, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2526, \"group\": [2488.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCCAACGG\", \"ini\": 369, \"clust\": 2465, \"rank\": 3338, \"rankvar\": 810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3220, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2527, \"group\": [2470.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCTCCAATGGT\", \"ini\": 368, \"clust\": 2404, \"rank\": 3113, \"rankvar\": 2119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2528, \"group\": [2404.0, 498.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACTATTC\", \"ini\": 367, \"clust\": 2326, \"rank\": 3203, \"rankvar\": 2237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3222, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2529, \"group\": [2325.0, 491.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGTGGTCCC\", \"ini\": 366, \"clust\": 2443, \"rank\": 3393, \"rankvar\": 1348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3223, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2530, \"group\": [2444.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGGCACA\", \"ini\": 365, \"clust\": 2458, \"rank\": 3294, \"rankvar\": 2154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3224, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2531, \"group\": [2461.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGTTGTCGT\", \"ini\": 364, \"clust\": 2741, \"rank\": 3050, \"rankvar\": 2318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3225, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2929, \"group\": [2742.0, 530.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTACCAGTT\", \"ini\": 363, \"clust\": 2092, \"rank\": 3251, \"rankvar\": 2034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3226, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2532, \"group\": [2089.0, 468.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAACAATC\", \"ini\": 362, \"clust\": 2742, \"rank\": 3026, \"rankvar\": 1336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3227, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2930, \"group\": [2743.0, 530.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCTTTCTC\", \"ini\": 361, \"clust\": 2582, \"rank\": 3162, \"rankvar\": 2529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3228, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2533, \"group\": [2583.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTAGGGTG\", \"ini\": 360, \"clust\": 2101, \"rank\": 3173, \"rankvar\": 2692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3229, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2534, \"group\": [2103.0, 470.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCTCTCGT\", \"ini\": 359, \"clust\": 2869, \"rank\": 3165, \"rankvar\": 3043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3230, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2808, \"group\": [2870.0, 552.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCAAACTC\", \"ini\": 358, \"clust\": 2463, \"rank\": 3273, \"rankvar\": 370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3231, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2535, \"group\": [2464.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTTCAT\", \"ini\": 357, \"clust\": 2273, \"rank\": 3216, \"rankvar\": 2045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3232, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2536, \"group\": [2273.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGACAGCC\", \"ini\": 356, \"clust\": 2546, \"rank\": 3208, \"rankvar\": 615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3233, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2537, \"group\": [2545.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGCGTTTC\", \"ini\": 355, \"clust\": 2429, \"rank\": 3211, \"rankvar\": 2139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3234, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2538, \"group\": [2429.0, 501.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCACTGGC\", \"ini\": 354, \"clust\": 2567, \"rank\": 3104, \"rankvar\": 1432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3235, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2539, \"group\": [2567.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTTATGCGT\", \"ini\": 353, \"clust\": 1860, \"rank\": 2897, \"rankvar\": 2900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3236, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2845, \"group\": [1859.0, 420.0, 58.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTTCCACA\", \"ini\": 352, \"clust\": 2548, \"rank\": 3233, \"rankvar\": 2221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2540, \"group\": [2549.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGTGAGTG\", \"ini\": 351, \"clust\": 2130, \"rank\": 3193, \"rankvar\": 2102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3238, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2541, \"group\": [2131.0, 472.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCAGGTTCA\", \"ini\": 350, \"clust\": 2439, \"rank\": 3322, \"rankvar\": 2014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3239, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2542, \"group\": [2440.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCGCTTG\", \"ini\": 349, \"clust\": 2537, \"rank\": 3256, \"rankvar\": 1460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3240, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2543, \"group\": [2537.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTATTAGCC\", \"ini\": 348, \"clust\": 2461, \"rank\": 3304, \"rankvar\": 514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3241, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2544, \"group\": [2462.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAAGCGGT\", \"ini\": 347, \"clust\": 2169, \"rank\": 3171, \"rankvar\": 1610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3242, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2545, \"group\": [2169.0, 476.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCAACTGCTA\", \"ini\": 346, \"clust\": 2481, \"rank\": 3305, \"rankvar\": 1608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3243, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2546, \"group\": [2480.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCATTTGCTT\", \"ini\": 345, \"clust\": 1861, \"rank\": 2874, \"rankvar\": 3184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2547, \"group\": [1863.0, 421.0, 58.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGCTTCGCG\", \"ini\": 344, \"clust\": 2437, \"rank\": 3314, \"rankvar\": 1649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3245, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2548, \"group\": [2438.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGAAGGCCT\", \"ini\": 343, \"clust\": 2243, \"rank\": 3139, \"rankvar\": 2878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2549, \"group\": [2243.0, 484.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGGTCTCGTTC\", \"ini\": 342, \"clust\": 2522, \"rank\": 3253, \"rankvar\": 2302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3247, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2550, \"group\": [2522.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTCCACT\", \"ini\": 341, \"clust\": 2865, \"rank\": 3138, \"rankvar\": 2805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2809, \"group\": [2866.0, 552.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCAAGGCTCC\", \"ini\": 340, \"clust\": 2469, \"rank\": 3288, \"rankvar\": 1116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2551, \"group\": [2469.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAAGGAG\", \"ini\": 339, \"clust\": 2749, \"rank\": 3151, \"rankvar\": 362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3250, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2931, \"group\": [2752.0, 531.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTAAGATG\", \"ini\": 338, \"clust\": 2500, \"rank\": 3244, \"rankvar\": 977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2552, \"group\": [2501.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCATCCGCGA\", \"ini\": 337, \"clust\": 2775, \"rank\": 3158, \"rankvar\": 1476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3252, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2932, \"group\": [2778.0, 535.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTTGGAGGT\", \"ini\": 336, \"clust\": 2755, \"rank\": 3187, \"rankvar\": 640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3253, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2933, \"group\": [2762.0, 531.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGGAGC\", \"ini\": 335, \"clust\": 2914, \"rank\": 3368, \"rankvar\": 3169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3254, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2810, \"group\": [2912.0, 555.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGTAGGCCA\", \"ini\": 334, \"clust\": 2274, \"rank\": 3284, \"rankvar\": 2804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2553, \"group\": [2274.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTGGGAT\", \"ini\": 333, \"clust\": 2327, \"rank\": 3228, \"rankvar\": 2473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3256, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2554, \"group\": [2326.0, 491.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGCATGGC\", \"ini\": 332, \"clust\": 2532, \"rank\": 3310, \"rankvar\": 734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2555, \"group\": [2533.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCGCTTGTC\", \"ini\": 331, \"clust\": 2739, \"rank\": 3207, \"rankvar\": 2980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3258, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2934, \"group\": [2740.0, 529.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCGATATA\", \"ini\": 330, \"clust\": 2451, \"rank\": 3291, \"rankvar\": 1242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3259, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2556, \"group\": [2452.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTGACGTT\", \"ini\": 329, \"clust\": 2447, \"rank\": 3390, \"rankvar\": 2466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3260, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2557, \"group\": [2450.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTGGAGCC\", \"ini\": 328, \"clust\": 2875, \"rank\": 3169, \"rankvar\": 2567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2811, \"group\": [2875.0, 552.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACACATTCGA\", \"ini\": 327, \"clust\": 2431, \"rank\": 3295, \"rankvar\": 1138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3262, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2558, \"group\": [2433.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGTGGTAAT\", \"ini\": 326, \"clust\": 2753, \"rank\": 3186, \"rankvar\": 306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3263, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2935, \"group\": [2753.0, 531.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGTTCGA\", \"ini\": 325, \"clust\": 1862, \"rank\": 2979, \"rankvar\": 3026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3264, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2846, \"group\": [1861.0, 421.0, 58.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACACCGCTAG\", \"ini\": 324, \"clust\": 2475, \"rank\": 3325, \"rankvar\": 1001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3265, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2559, \"group\": [2481.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACAGTTCCCT\", \"ini\": 323, \"clust\": 2290, \"rank\": 3234, \"rankvar\": 2427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3266, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2560, \"group\": [2295.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGCTGAACG\", \"ini\": 322, \"clust\": 2506, \"rank\": 3281, \"rankvar\": 1749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3267, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2561, \"group\": [2510.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCAGCTCGG\", \"ini\": 321, \"clust\": 2099, \"rank\": 3166, \"rankvar\": 2672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3268, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2562, \"group\": [2099.0, 470.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTGCTCCT\", \"ini\": 320, \"clust\": 2526, \"rank\": 3309, \"rankvar\": 1621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3269, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2563, \"group\": [2525.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTGACTCAT\", \"ini\": 319, \"clust\": 2549, \"rank\": 3240, \"rankvar\": 621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3270, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2564, \"group\": [2550.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGTGTTTGC\", \"ini\": 318, \"clust\": 2691, \"rank\": 3157, \"rankvar\": 2666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3271, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2994, \"group\": [2691.0, 517.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCAAAGCG\", \"ini\": 317, \"clust\": 2186, \"rank\": 3249, \"rankvar\": 2183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3272, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2565, \"group\": [2185.0, 476.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGTTCGATC\", \"ini\": 316, \"clust\": 2735, \"rank\": 3356, \"rankvar\": 18, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3273, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2936, \"group\": [2738.0, 528.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCACTCCTG\", \"ini\": 315, \"clust\": 2867, \"rank\": 3164, \"rankvar\": 2965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3274, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2812, \"group\": [2868.0, 552.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTCACACGC\", \"ini\": 314, \"clust\": 2550, \"rank\": 3229, \"rankvar\": 974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3275, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2566, \"group\": [2554.0, 503.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGAAGGACA\", \"ini\": 313, \"clust\": 2075, \"rank\": 3086, \"rankvar\": 3314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2813, \"group\": [2074.0, 464.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCATATCG\", \"ini\": 312, \"clust\": 2603, \"rank\": 3159, \"rankvar\": 1940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3277, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2847, \"group\": [2604.0, 505.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACTCTGTC\", \"ini\": 311, \"clust\": 2435, \"rank\": 3373, \"rankvar\": 907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3278, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2567, \"group\": [2435.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGAGCTACCTA\", \"ini\": 310, \"clust\": 1845, \"rank\": 3491, \"rankvar\": 2910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1662, \"group\": [1846.0, 414.0, 56.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCGTTATGTGC\", \"ini\": 309, \"clust\": 2604, \"rank\": 3196, \"rankvar\": 1388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3280, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2568, \"group\": [2605.0, 505.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAATGCCAT\", \"ini\": 308, \"clust\": 2170, \"rank\": 3212, \"rankvar\": 1547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3281, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2569, \"group\": [2170.0, 476.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCTCATTCA\", \"ini\": 307, \"clust\": 2161, \"rank\": 3226, \"rankvar\": 1946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3282, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2570, \"group\": [2162.0, 475.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTACCCAAT\", \"ini\": 306, \"clust\": 2438, \"rank\": 3350, \"rankvar\": 1886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3283, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2571, \"group\": [2439.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTAAA\", \"ini\": 305, \"clust\": 2540, \"rank\": 3280, \"rankvar\": 2443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3284, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2572, \"group\": [2540.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAAGGACTG\", \"ini\": 304, \"clust\": 2114, \"rank\": 3192, \"rankvar\": 2614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3285, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2573, \"group\": [2115.0, 470.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAAAGTCAA\", \"ini\": 303, \"clust\": 2177, \"rank\": 3298, \"rankvar\": 2674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3286, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2574, \"group\": [2180.0, 476.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAGACAGGT\", \"ini\": 302, \"clust\": 2762, \"rank\": 3204, \"rankvar\": 807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3287, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2937, \"group\": [2763.0, 531.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTAAGCACG\", \"ini\": 301, \"clust\": 2547, \"rank\": 3267, \"rankvar\": 1816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3288, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2575, \"group\": [2546.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCGTTGCC\", \"ini\": 300, \"clust\": 2681, \"rank\": 3185, \"rankvar\": 2987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3289, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2995, \"group\": [2680.0, 516.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCAAGATCC\", \"ini\": 299, \"clust\": 2802, \"rank\": 3292, \"rankvar\": 2777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3290, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2814, \"group\": [2802.0, 540.0, 65.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCCATGCGCAC\", \"ini\": 298, \"clust\": 2889, \"rank\": 3247, \"rankvar\": 3014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3291, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2815, \"group\": [2888.0, 554.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGACCTTTG\", \"ini\": 297, \"clust\": 2307, \"rank\": 3324, \"rankvar\": 1651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3292, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2576, \"group\": [2306.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGGTTGT\", \"ini\": 296, \"clust\": 2436, \"rank\": 3335, \"rankvar\": 1669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2577, \"group\": [2436.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCATGGTCA\", \"ini\": 295, \"clust\": 2115, \"rank\": 3262, \"rankvar\": 1806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3294, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2578, \"group\": [2116.0, 470.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGGGAGTAA\", \"ini\": 294, \"clust\": 3540, \"rank\": 3486, \"rankvar\": 3583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3295, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 158, \"group\": [3539.0, 683.0, 92.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAAGGACAC\", \"ini\": 293, \"clust\": 2448, \"rank\": 3385, \"rankvar\": 2122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3296, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2579, \"group\": [2448.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCATCAGTAC\", \"ini\": 292, \"clust\": 2272, \"rank\": 3316, \"rankvar\": 1594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2580, \"group\": [2275.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCACCCAGTG\", \"ini\": 291, \"clust\": 2743, \"rank\": 3209, \"rankvar\": 1738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3298, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2938, \"group\": [2747.0, 531.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCCCAACGG\", \"ini\": 290, \"clust\": 2890, \"rank\": 3285, \"rankvar\": 3048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3299, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2816, \"group\": [2889.0, 554.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCAGTCAGT\", \"ini\": 289, \"clust\": 2820, \"rank\": 3133, \"rankvar\": 3210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2817, \"group\": [2819.0, 548.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCTTACCTA\", \"ini\": 288, \"clust\": 2147, \"rank\": 3303, \"rankvar\": 49, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3301, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2581, \"group\": [2152.0, 475.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAACGCACC\", \"ini\": 287, \"clust\": 2165, \"rank\": 3232, \"rankvar\": 2603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3302, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2582, \"group\": [2168.0, 475.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGGCTA\", \"ini\": 286, \"clust\": 2745, \"rank\": 3154, \"rankvar\": 838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3303, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2939, \"group\": [2744.0, 531.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGGTATCG\", \"ini\": 285, \"clust\": 2484, \"rank\": 3381, \"rankvar\": 1544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3304, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2583, \"group\": [2484.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGTCACGG\", \"ini\": 284, \"clust\": 2698, \"rank\": 3223, \"rankvar\": 343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3305, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2996, \"group\": [2697.0, 517.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTATCGCAT\", \"ini\": 283, \"clust\": 2519, \"rank\": 3302, \"rankvar\": 2847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2584, \"group\": [2520.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGAGTACC\", \"ini\": 282, \"clust\": 2470, \"rank\": 3360, \"rankvar\": 1339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2585, \"group\": [2471.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGGTACC\", \"ini\": 281, \"clust\": 2870, \"rank\": 3243, \"rankvar\": 2998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3308, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2818, \"group\": [2871.0, 552.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACTCGACG\", \"ini\": 280, \"clust\": 2595, \"rank\": 3270, \"rankvar\": 1905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3309, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2586, \"group\": [2596.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGTTTGTG\", \"ini\": 279, \"clust\": 2750, \"rank\": 3163, \"rankvar\": 1483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3310, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2940, \"group\": [2750.0, 531.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGCCTA\", \"ini\": 278, \"clust\": 2512, \"rank\": 3318, \"rankvar\": 1959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3311, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2587, \"group\": [2512.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACCACCT\", \"ini\": 277, \"clust\": 2509, \"rank\": 3341, \"rankvar\": 754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3312, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2588, \"group\": [2506.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTGAGGCTA\", \"ini\": 276, \"clust\": 2921, \"rank\": 3430, \"rankvar\": 3416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3313, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2819, \"group\": [2919.0, 555.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATGAGAG\", \"ini\": 275, \"clust\": 2167, \"rank\": 3268, \"rankvar\": 3149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3314, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2589, \"group\": [2167.0, 475.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTGGCGAC\", \"ini\": 274, \"clust\": 1847, \"rank\": 3524, \"rankvar\": 3081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1663, \"group\": [1845.0, 414.0, 56.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATATAC\", \"ini\": 273, \"clust\": 2486, \"rank\": 3327, \"rankvar\": 1755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2590, \"group\": [2486.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGCCTTC\", \"ini\": 272, \"clust\": 2910, \"rank\": 3307, \"rankvar\": 3144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3317, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2820, \"group\": [2910.0, 555.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTGCCTCT\", \"ini\": 271, \"clust\": 2580, \"rank\": 3260, \"rankvar\": 1918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3318, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2591, \"group\": [2585.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCAGCTCGG\", \"ini\": 270, \"clust\": 2686, \"rank\": 3153, \"rankvar\": 2769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3319, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2997, \"group\": [2689.0, 517.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCCTAGAAC\", \"ini\": 269, \"clust\": 2491, \"rank\": 3359, \"rankvar\": 1505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3320, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2592, \"group\": [2491.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTACTCAT\", \"ini\": 268, \"clust\": 2908, \"rank\": 3200, \"rankvar\": 3304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3321, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2821, \"group\": [2908.0, 555.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCCAAACTG\", \"ini\": 267, \"clust\": 2449, \"rank\": 3394, \"rankvar\": 2512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3322, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2593, \"group\": [2449.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAGA\", \"ini\": 266, \"clust\": 2183, \"rank\": 3206, \"rankvar\": 3028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3323, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2594, \"group\": [2187.0, 476.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTGTG\", \"ini\": 265, \"clust\": 2723, \"rank\": 3320, \"rankvar\": 1063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3324, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2941, \"group\": [2723.0, 523.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTCTTCGTC\", \"ini\": 264, \"clust\": 2138, \"rank\": 3386, \"rankvar\": 2417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2595, \"group\": [2141.0, 473.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAACACGCC\", \"ini\": 263, \"clust\": 2502, \"rank\": 3330, \"rankvar\": 1838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3326, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2596, \"group\": [2505.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGTTCT\", \"ini\": 262, \"clust\": 2444, \"rank\": 3454, \"rankvar\": 2174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2597, \"group\": [2445.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACAGCGAACA\", \"ini\": 261, \"clust\": 2471, \"rank\": 3378, \"rankvar\": 2086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3328, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2598, \"group\": [2472.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGAACTC\", \"ini\": 260, \"clust\": 2492, \"rank\": 3355, \"rankvar\": 1377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2599, \"group\": [2492.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGCAAAGCAAT\", \"ini\": 259, \"clust\": 2594, \"rank\": 3336, \"rankvar\": 1536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3330, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2600, \"group\": [2594.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTGGGTCAA\", \"ini\": 258, \"clust\": 2488, \"rank\": 3317, \"rankvar\": 1275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3331, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2601, \"group\": [2489.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCTGCGACG\", \"ini\": 257, \"clust\": 2774, \"rank\": 3230, \"rankvar\": 1114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3332, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2942, \"group\": [2773.0, 532.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTCCAAGTT\", \"ini\": 256, \"clust\": 2545, \"rank\": 3328, \"rankvar\": 885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3333, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2602, \"group\": [2547.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGAAAGC\", \"ini\": 255, \"clust\": 2294, \"rank\": 3343, \"rankvar\": 1842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3334, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2603, \"group\": [2294.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAAAGTC\", \"ini\": 254, \"clust\": 2529, \"rank\": 3276, \"rankvar\": 475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3335, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2604, \"group\": [2529.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGCTGCCCA\", \"ini\": 253, \"clust\": 2462, \"rank\": 3382, \"rankvar\": 711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3336, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2605, \"group\": [2463.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTTCCGTCT\", \"ini\": 252, \"clust\": 2871, \"rank\": 3308, \"rankvar\": 2525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3337, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2822, \"group\": [2872.0, 552.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAGAGGAA\", \"ini\": 251, \"clust\": 2507, \"rank\": 3334, \"rankvar\": 923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3338, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2606, \"group\": [2509.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACGAAGG\", \"ini\": 250, \"clust\": 2527, \"rank\": 3351, \"rankvar\": 1355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3339, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2607, \"group\": [2526.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTAAAGTCA\", \"ini\": 249, \"clust\": 2159, \"rank\": 3337, \"rankvar\": 1150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3340, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2608, \"group\": [2160.0, 475.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTAGTAGTA\", \"ini\": 248, \"clust\": 2505, \"rank\": 3326, \"rankvar\": 700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3341, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2609, \"group\": [2511.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTATATGGA\", \"ini\": 247, \"clust\": 2511, \"rank\": 3323, \"rankvar\": 1648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3342, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2610, \"group\": [2514.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACAGATGAGC\", \"ini\": 246, \"clust\": 2764, \"rank\": 3238, \"rankvar\": 1273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3343, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2943, \"group\": [2769.0, 531.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGTTGGC\", \"ini\": 245, \"clust\": 2056, \"rank\": 3235, \"rankvar\": 2792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2611, \"group\": [2056.0, 462.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAAGGGCT\", \"ini\": 244, \"clust\": 2453, \"rank\": 3425, \"rankvar\": 1750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3345, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2612, \"group\": [2453.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACTATCTT\", \"ini\": 243, \"clust\": 2504, \"rank\": 3367, \"rankvar\": 2284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2613, \"group\": [2504.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGTCGAT\", \"ini\": 242, \"clust\": 2669, \"rank\": 3231, \"rankvar\": 2839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3347, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2848, \"group\": [2669.0, 509.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGAGCTGCA\", \"ini\": 241, \"clust\": 2497, \"rank\": 3331, \"rankvar\": 275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3348, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2614, \"group\": [2500.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATTTGGG\", \"ini\": 240, \"clust\": 2699, \"rank\": 3265, \"rankvar\": 2705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3349, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2998, \"group\": [2698.0, 517.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACAAGACG\", \"ini\": 239, \"clust\": 2541, \"rank\": 3275, \"rankvar\": 1359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3350, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2615, \"group\": [2544.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCACTTCAT\", \"ini\": 238, \"clust\": 2478, \"rank\": 3422, \"rankvar\": 1233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2616, \"group\": [2475.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGATGCCC\", \"ini\": 237, \"clust\": 2091, \"rank\": 3366, \"rankvar\": 2996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3352, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2617, \"group\": [2091.0, 468.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCACAGGT\", \"ini\": 236, \"clust\": 2525, \"rank\": 3354, \"rankvar\": 2357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3353, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2618, \"group\": [2524.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCAGTGAAGAG\", \"ini\": 235, \"clust\": 2490, \"rank\": 3387, \"rankvar\": 127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2619, \"group\": [2493.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATAACGA\", \"ini\": 234, \"clust\": 2744, \"rank\": 3311, \"rankvar\": 491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3355, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2944, \"group\": [2746.0, 531.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTACAGACG\", \"ini\": 233, \"clust\": 2922, \"rank\": 3399, \"rankvar\": 3110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3356, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2823, \"group\": [2920.0, 555.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAGCCTGTG\", \"ini\": 232, \"clust\": 1857, \"rank\": 3125, \"rankvar\": 3076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3357, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2849, \"group\": [1857.0, 420.0, 58.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCCGGGT\", \"ini\": 231, \"clust\": 2479, \"rank\": 3436, \"rankvar\": 2330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2620, \"group\": [2476.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCGCTTAT\", \"ini\": 230, \"clust\": 2652, \"rank\": 3344, \"rankvar\": 2341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3359, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2850, \"group\": [2651.0, 507.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCATGAGT\", \"ini\": 229, \"clust\": 1839, \"rank\": 3435, \"rankvar\": 3514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3360, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2824, \"group\": [1840.0, 411.0, 55.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCATTCCTCG\", \"ini\": 228, \"clust\": 2649, \"rank\": 3250, \"rankvar\": 2548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3361, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2851, \"group\": [2661.0, 507.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTTGTTTG\", \"ini\": 227, \"clust\": 2598, \"rank\": 3300, \"rankvar\": 2017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3362, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2621, \"group\": [2599.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCATTCCTGC\", \"ini\": 226, \"clust\": 2868, \"rank\": 3279, \"rankvar\": 3399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3363, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2825, \"group\": [2869.0, 552.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATCTGGTA\", \"ini\": 225, \"clust\": 2654, \"rank\": 3245, \"rankvar\": 2110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3364, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2852, \"group\": [2653.0, 507.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACAAGCCC\", \"ini\": 224, \"clust\": 2917, \"rank\": 3437, \"rankvar\": 3321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3365, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2826, \"group\": [2916.0, 555.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGAAGGCT\", \"ini\": 223, \"clust\": 2350, \"rank\": 3277, \"rankvar\": 2853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2622, \"group\": [2350.0, 493.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGAAGGCT\", \"ini\": 222, \"clust\": 2863, \"rank\": 3241, \"rankvar\": 3162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3367, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2853, \"group\": [2864.0, 552.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTTGTC\", \"ini\": 221, \"clust\": 2530, \"rank\": 3377, \"rankvar\": 1963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3368, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2623, \"group\": [2530.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGCTAGT\", \"ini\": 220, \"clust\": 2440, \"rank\": 3423, \"rankvar\": 2269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3369, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2624, \"group\": [2441.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTGGAGCC\", \"ini\": 219, \"clust\": 2163, \"rank\": 3321, \"rankvar\": 2396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3370, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2625, \"group\": [2164.0, 475.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAACGATGG\", \"ini\": 218, \"clust\": 1834, \"rank\": 3461, \"rankvar\": 3167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2626, \"group\": [1834.0, 410.0, 55.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTCAGGCC\", \"ini\": 217, \"clust\": 2682, \"rank\": 3283, \"rankvar\": 2953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3372, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2999, \"group\": [2684.0, 517.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGGTCT\", \"ini\": 216, \"clust\": 2662, \"rank\": 3342, \"rankvar\": 2482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3373, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2854, \"group\": [2662.0, 507.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAAGAGCTATA\", \"ini\": 215, \"clust\": 2489, \"rank\": 3433, \"rankvar\": 2074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3374, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2627, \"group\": [2490.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGGAGCGTT\", \"ini\": 214, \"clust\": 2689, \"rank\": 3194, \"rankvar\": 2963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3375, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3000, \"group\": [2687.0, 517.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCTCCCTGA\", \"ini\": 213, \"clust\": 2487, \"rank\": 3408, \"rankvar\": 2486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2628, \"group\": [2487.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGCATCTA\", \"ini\": 212, \"clust\": 2454, \"rank\": 3440, \"rankvar\": 2439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3377, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2629, \"group\": [2454.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAACCTC\", \"ini\": 211, \"clust\": 2051, \"rank\": 3278, \"rankvar\": 2605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2630, \"group\": [2052.0, 462.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTCTACCTC\", \"ini\": 210, \"clust\": 2759, \"rank\": 3333, \"rankvar\": 2271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3379, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2945, \"group\": [2760.0, 531.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTAATA\", \"ini\": 209, \"clust\": 2667, \"rank\": 3287, \"rankvar\": 3342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3380, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2855, \"group\": [2670.0, 510.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTATCACG\", \"ini\": 208, \"clust\": 2445, \"rank\": 3441, \"rankvar\": 1964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3381, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2631, \"group\": [2446.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCATGGTAGG\", \"ini\": 207, \"clust\": 2685, \"rank\": 3213, \"rankvar\": 2944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3382, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3001, \"group\": [2690.0, 517.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGAACTGTA\", \"ini\": 206, \"clust\": 2763, \"rank\": 3332, \"rankvar\": 1717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3383, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2946, \"group\": [2764.0, 531.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACATACTACG\", \"ini\": 205, \"clust\": 2093, \"rank\": 3412, \"rankvar\": 3097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2632, \"group\": [2090.0, 468.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAATCCGT\", \"ini\": 204, \"clust\": 2304, \"rank\": 3404, \"rankvar\": 2716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3385, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2633, \"group\": [2303.0, 490.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAGTGAAT\", \"ini\": 203, \"clust\": 1863, \"rank\": 3299, \"rankvar\": 2983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3386, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2856, \"group\": [1862.0, 421.0, 58.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGGATTCGG\", \"ini\": 202, \"clust\": 2776, \"rank\": 3347, \"rankvar\": 2161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3387, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2634, \"group\": [2776.0, 534.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACGATGT\", \"ini\": 201, \"clust\": 2650, \"rank\": 3361, \"rankvar\": 1809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3388, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2857, \"group\": [2649.0, 507.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATGTGT\", \"ini\": 200, \"clust\": 2596, \"rank\": 3405, \"rankvar\": 2533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2635, \"group\": [2597.0, 504.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTACAGACG\", \"ini\": 199, \"clust\": 2542, \"rank\": 3369, \"rankvar\": 2224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2636, \"group\": [2542.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGTTGAGTA\", \"ini\": 198, \"clust\": 2605, \"rank\": 3242, \"rankvar\": 2727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3391, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2858, \"group\": [2667.0, 508.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAGCATACT\", \"ini\": 197, \"clust\": 2459, \"rank\": 3415, \"rankvar\": 1035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2637, \"group\": [2459.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACACAACTGT\", \"ini\": 196, \"clust\": 2690, \"rank\": 3301, \"rankvar\": 2424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3393, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3002, \"group\": [2688.0, 517.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACCATG\", \"ini\": 195, \"clust\": 2746, \"rank\": 3315, \"rankvar\": 806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3394, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2947, \"group\": [2745.0, 531.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACAAACTGTC\", \"ini\": 194, \"clust\": 2695, \"rank\": 3282, \"rankvar\": 2879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3395, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3003, \"group\": [2693.0, 517.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCGATTCT\", \"ini\": 193, \"clust\": 2692, \"rank\": 3329, \"rankvar\": 2460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3396, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3004, \"group\": [2692.0, 517.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAGCGTTCG\", \"ini\": 192, \"clust\": 2543, \"rank\": 3406, \"rankvar\": 2340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2638, \"group\": [2543.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCTCTGTCG\", \"ini\": 191, \"clust\": 2713, \"rank\": 3252, \"rankvar\": 2526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3398, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2948, \"group\": [2714.0, 521.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGTCTGAA\", \"ini\": 190, \"clust\": 2493, \"rank\": 3457, \"rankvar\": 1057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2639, \"group\": [2494.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGGGCTTGA\", \"ini\": 189, \"clust\": 2769, \"rank\": 3293, \"rankvar\": 1270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3400, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2949, \"group\": [2775.0, 533.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTAAGGGCT\", \"ini\": 188, \"clust\": 2464, \"rank\": 3466, \"rankvar\": 1161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3401, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2640, \"group\": [2465.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATGTCTT\", \"ini\": 187, \"clust\": 2142, \"rank\": 3388, \"rankvar\": 3306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3402, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2641, \"group\": [2142.0, 473.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTCCCTACT\", \"ini\": 186, \"clust\": 2482, \"rank\": 3463, \"rankvar\": 2484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2642, \"group\": [2485.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCAGATAAG\", \"ini\": 185, \"clust\": 2116, \"rank\": 3395, \"rankvar\": 2736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2643, \"group\": [2119.0, 470.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTAAACGCG\", \"ini\": 184, \"clust\": 2086, \"rank\": 3469, \"rankvar\": 1895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3405, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2644, \"group\": [2085.0, 468.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGGCCCGTT\", \"ini\": 183, \"clust\": 2139, \"rank\": 3471, \"rankvar\": 2230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2645, \"group\": [2139.0, 473.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTGAGTTC\", \"ini\": 182, \"clust\": 2508, \"rank\": 3417, \"rankvar\": 2251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3407, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2646, \"group\": [2508.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAAACGGG\", \"ini\": 181, \"clust\": 2472, \"rank\": 3496, \"rankvar\": 2116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3408, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2647, \"group\": [2473.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGAGGCTAGGT\", \"ini\": 180, \"clust\": 2909, \"rank\": 3416, \"rankvar\": 3024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3409, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2827, \"group\": [2909.0, 555.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCCACCTG\", \"ini\": 179, \"clust\": 2751, \"rank\": 3372, \"rankvar\": 287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3410, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2950, \"group\": [2751.0, 531.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAAGCCGCT\", \"ini\": 178, \"clust\": 2687, \"rank\": 3365, \"rankvar\": 2811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3411, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3005, \"group\": [2685.0, 517.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAGATGGGT\", \"ini\": 177, \"clust\": 2157, \"rank\": 3376, \"rankvar\": 2579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3412, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2648, \"group\": [2158.0, 475.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTAAAGTG\", \"ini\": 176, \"clust\": 2714, \"rank\": 3313, \"rankvar\": 2684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3413, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2951, \"group\": [2715.0, 521.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATCCGCGA\", \"ini\": 175, \"clust\": 2457, \"rank\": 3499, \"rankvar\": 2991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2649, \"group\": [2457.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTCCGTAT\", \"ini\": 174, \"clust\": 2715, \"rank\": 3396, \"rankvar\": 2924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3415, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3006, \"group\": [2718.0, 522.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTCAACTT\", \"ini\": 173, \"clust\": 2920, \"rank\": 3448, \"rankvar\": 3049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3416, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2828, \"group\": [2921.0, 555.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCATGGAATA\", \"ini\": 172, \"clust\": 2882, \"rank\": 3261, \"rankvar\": 3330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3417, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2859, \"group\": [2883.0, 552.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATGCATGT\", \"ini\": 171, \"clust\": 1858, \"rank\": 3217, \"rankvar\": 3103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3418, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2860, \"group\": [1860.0, 420.0, 58.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTTCACCTC\", \"ini\": 170, \"clust\": 2466, \"rank\": 3402, \"rankvar\": 513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2650, \"group\": [2466.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAAGGACAC\", \"ini\": 169, \"clust\": 2770, \"rank\": 3384, \"rankvar\": 248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3420, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2952, \"group\": [2770.0, 532.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTTGCCGT\", \"ini\": 168, \"clust\": 2732, \"rank\": 3428, \"rankvar\": 1921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3421, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2651, \"group\": [2733.0, 527.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACTACAGT\", \"ini\": 167, \"clust\": 2452, \"rank\": 3468, \"rankvar\": 1983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3422, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2652, \"group\": [2455.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCGCGATCG\", \"ini\": 166, \"clust\": 2088, \"rank\": 3459, \"rankvar\": 2737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3423, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2829, \"group\": [2087.0, 468.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTGGGTTG\", \"ini\": 165, \"clust\": 2446, \"rank\": 3480, \"rankvar\": 2445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2653, \"group\": [2447.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCTCCTGCCAT\", \"ini\": 164, \"clust\": 2651, \"rank\": 3411, \"rankvar\": 2103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3425, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2861, \"group\": [2650.0, 507.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCGAATGT\", \"ini\": 163, \"clust\": 2707, \"rank\": 3379, \"rankvar\": 2238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3426, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3007, \"group\": [2710.0, 518.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGTAAGA\", \"ini\": 162, \"clust\": 2647, \"rank\": 3306, \"rankvar\": 2411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3427, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2862, \"group\": [2647.0, 507.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTTGTCGT\", \"ini\": 161, \"clust\": 2663, \"rank\": 3391, \"rankvar\": 3125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3428, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2863, \"group\": [2663.0, 507.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCCGACA\", \"ini\": 160, \"clust\": 2727, \"rank\": 3345, \"rankvar\": 1325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3429, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2953, \"group\": [2728.0, 524.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCTTCGAGA\", \"ini\": 159, \"clust\": 2771, \"rank\": 3340, \"rankvar\": 1196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3430, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2954, \"group\": [2771.0, 532.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCAGTCCTCCT\", \"ini\": 158, \"clust\": 2679, \"rank\": 3400, \"rankvar\": 2476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3431, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3008, \"group\": [2681.0, 516.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCAGACAGGT\", \"ini\": 157, \"clust\": 1836, \"rank\": 3529, \"rankvar\": 3512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3432, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2654, \"group\": [1836.0, 410.0, 55.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACACATCCGG\", \"ini\": 156, \"clust\": 2803, \"rank\": 3374, \"rankvar\": 2756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3433, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2830, \"group\": [2803.0, 540.0, 65.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTACCAGTT\", \"ini\": 155, \"clust\": 2760, \"rank\": 3401, \"rankvar\": 790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3434, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2955, \"group\": [2758.0, 531.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTGCTGTAT\", \"ini\": 154, \"clust\": 2474, \"rank\": 3447, \"rankvar\": 901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3435, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2655, \"group\": [2482.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGTGGGAT\", \"ini\": 153, \"clust\": 2052, \"rank\": 3362, \"rankvar\": 3265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3436, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2656, \"group\": [2053.0, 462.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGCGCTCT\", \"ini\": 152, \"clust\": 2054, \"rank\": 3353, \"rankvar\": 3261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2657, \"group\": [2057.0, 462.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTAATAGCA\", \"ini\": 151, \"clust\": 2697, \"rank\": 3389, \"rankvar\": 2581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3438, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3009, \"group\": [2699.0, 517.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGTGTACCT\", \"ini\": 150, \"clust\": 2609, \"rank\": 3410, \"rankvar\": 3109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3439, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2864, \"group\": [2611.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATAGAAAC\", \"ini\": 149, \"clust\": 2756, \"rank\": 3453, \"rankvar\": 1425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3440, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2956, \"group\": [2761.0, 531.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATGGGTC\", \"ini\": 148, \"clust\": 2725, \"rank\": 3352, \"rankvar\": 373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3441, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2957, \"group\": [2726.0, 524.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGGGCTTCC\", \"ini\": 147, \"clust\": 2747, \"rank\": 3392, \"rankvar\": 1575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3442, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2958, \"group\": [2748.0, 531.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGACGCTC\", \"ini\": 146, \"clust\": 1837, \"rank\": 3513, \"rankvar\": 3455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2658, \"group\": [1837.0, 410.0, 55.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTTGACTG\", \"ini\": 145, \"clust\": 2087, \"rank\": 3490, \"rankvar\": 1395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3444, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2659, \"group\": [2086.0, 468.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACATATGAGA\", \"ini\": 144, \"clust\": 1894, \"rank\": 3472, \"rankvar\": 3147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3445, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2865, \"group\": [1898.0, 432.0, 59.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCACTTCC\", \"ini\": 143, \"clust\": 2740, \"rank\": 3418, \"rankvar\": 2124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3446, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2959, \"group\": [2741.0, 529.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTCTGGAGA\", \"ini\": 142, \"clust\": 2179, \"rank\": 3409, \"rankvar\": 3177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3447, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2660, \"group\": [2179.0, 476.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTAGGTT\", \"ini\": 141, \"clust\": 2089, \"rank\": 3509, \"rankvar\": 3053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3448, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2831, \"group\": [2088.0, 468.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCAAGCCTA\", \"ini\": 140, \"clust\": 2648, \"rank\": 3348, \"rankvar\": 2706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2661, \"group\": [2648.0, 507.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACAACGT\", \"ini\": 139, \"clust\": 2467, \"rank\": 3479, \"rankvar\": 2108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3450, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2662, \"group\": [2467.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCTTGCATT\", \"ini\": 138, \"clust\": 2629, \"rank\": 3420, \"rankvar\": 1344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3451, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2866, \"group\": [2628.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTAAACCTC\", \"ini\": 137, \"clust\": 2711, \"rank\": 3427, \"rankvar\": 1066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3452, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2960, \"group\": [2712.0, 520.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCATTACCTT\", \"ini\": 136, \"clust\": 2767, \"rank\": 3446, \"rankvar\": 639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3453, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2961, \"group\": [2765.0, 531.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGTTACGGG\", \"ini\": 135, \"clust\": 2915, \"rank\": 3450, \"rankvar\": 3377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3454, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2832, \"group\": [2913.0, 555.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTGGTAACG\", \"ini\": 134, \"clust\": 2653, \"rank\": 3383, \"rankvar\": 2653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3455, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2867, \"group\": [2652.0, 507.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCGGCACT\", \"ini\": 133, \"clust\": 2761, \"rank\": 3429, \"rankvar\": 282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3456, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2962, \"group\": [2759.0, 531.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCAAGTAATG\", \"ini\": 132, \"clust\": 2729, \"rank\": 3493, \"rankvar\": 1034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3457, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2963, \"group\": [2732.0, 526.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTTACCGC\", \"ini\": 131, \"clust\": 2728, \"rank\": 3397, \"rankvar\": 3031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3458, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2964, \"group\": [2729.0, 524.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGAGTTTA\", \"ini\": 130, \"clust\": 2153, \"rank\": 3431, \"rankvar\": 2377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3459, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2663, \"group\": [2153.0, 475.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCATATGAGA\", \"ini\": 129, \"clust\": 2676, \"rank\": 3349, \"rankvar\": 2521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3460, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3010, \"group\": [2678.0, 515.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACTAAGT\", \"ini\": 128, \"clust\": 2665, \"rank\": 3449, \"rankvar\": 1062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3461, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2868, \"group\": [2664.0, 507.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGATCGG\", \"ini\": 127, \"clust\": 2027, \"rank\": 3442, \"rankvar\": 3132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3462, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2664, \"group\": [2028.0, 460.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAGCTTCT\", \"ini\": 126, \"clust\": 2683, \"rank\": 3414, \"rankvar\": 2799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3463, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3011, \"group\": [2682.0, 517.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTTGTCAT\", \"ini\": 125, \"clust\": 2864, \"rank\": 3419, \"rankvar\": 3359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3464, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2833, \"group\": [2865.0, 552.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTTAAGTG\", \"ini\": 124, \"clust\": 2694, \"rank\": 3398, \"rankvar\": 3190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3465, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3012, \"group\": [2695.0, 517.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTGCCTGCA\", \"ini\": 123, \"clust\": 2627, \"rank\": 3407, \"rankvar\": 3386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3466, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2869, \"group\": [2625.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACGCATA\", \"ini\": 122, \"clust\": 1840, \"rank\": 3520, \"rankvar\": 3499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3467, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2870, \"group\": [1843.0, 413.0, 56.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGGTACC\", \"ini\": 121, \"clust\": 2766, \"rank\": 3421, \"rankvar\": 796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3468, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2965, \"group\": [2767.0, 531.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTCGCCGT\", \"ini\": 120, \"clust\": 2053, \"rank\": 3380, \"rankvar\": 3226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3469, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2665, \"group\": [2054.0, 462.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATTCTTGTATC\", \"ini\": 119, \"clust\": 2704, \"rank\": 3470, \"rankvar\": 2001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3470, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3013, \"group\": [2706.0, 517.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTTCGTCTC\", \"ini\": 118, \"clust\": 2473, \"rank\": 3515, \"rankvar\": 2997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3471, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2666, \"group\": [2474.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGAGAAACGAG\", \"ini\": 117, \"clust\": 2777, \"rank\": 3451, \"rankvar\": 2864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3472, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2966, \"group\": [2777.0, 534.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAGGCTCAC\", \"ini\": 116, \"clust\": 2737, \"rank\": 3532, \"rankvar\": 444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3473, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2967, \"group\": [2735.0, 528.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCACTTACGA\", \"ini\": 115, \"clust\": 2911, \"rank\": 3443, \"rankvar\": 3354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3474, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2834, \"group\": [2911.0, 555.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGAGGTTGC\", \"ini\": 114, \"clust\": 2726, \"rank\": 3460, \"rankvar\": 1542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3475, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2968, \"group\": [2727.0, 524.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAATCTACG\", \"ini\": 113, \"clust\": 2748, \"rank\": 3358, \"rankvar\": 2645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3476, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2969, \"group\": [2749.0, 531.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCAGCTTCGG\", \"ini\": 112, \"clust\": 2700, \"rank\": 3439, \"rankvar\": 2599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3477, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3014, \"group\": [2703.0, 517.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGGAGTACC\", \"ini\": 111, \"clust\": 2635, \"rank\": 3424, \"rankvar\": 2842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3478, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2871, \"group\": [2645.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTATAAACG\", \"ini\": 110, \"clust\": 2872, \"rank\": 3434, \"rankvar\": 3410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3479, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2835, \"group\": [2873.0, 552.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACAACGCC\", \"ini\": 109, \"clust\": 2664, \"rank\": 3483, \"rankvar\": 2662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3480, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2872, \"group\": [2666.0, 507.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCATGATCCA\", \"ini\": 108, \"clust\": 2722, \"rank\": 3438, \"rankvar\": 280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3481, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2970, \"group\": [2725.0, 523.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCGTCAAA\", \"ini\": 107, \"clust\": 2765, \"rank\": 3465, \"rankvar\": 896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3482, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2971, \"group\": [2768.0, 531.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGAGATGAG\", \"ini\": 106, \"clust\": 2633, \"rank\": 3458, \"rankvar\": 1367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3483, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2873, \"group\": [2632.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATGTTGAC\", \"ini\": 105, \"clust\": 2702, \"rank\": 3445, \"rankvar\": 2590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3484, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3015, \"group\": [2700.0, 517.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGTGACC\", \"ini\": 104, \"clust\": 2768, \"rank\": 3495, \"rankvar\": 199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3485, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2972, \"group\": [2766.0, 531.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGGCGACAT\", \"ini\": 103, \"clust\": 2724, \"rank\": 3501, \"rankvar\": 1678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3486, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2973, \"group\": [2724.0, 523.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGAGTTTA\", \"ini\": 102, \"clust\": 2158, \"rank\": 3481, \"rankvar\": 3127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2667, \"group\": [2159.0, 475.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGCGGTA\", \"ini\": 101, \"clust\": 2866, \"rank\": 3477, \"rankvar\": 3443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3488, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2836, \"group\": [2867.0, 552.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAATTGCTG\", \"ini\": 100, \"clust\": 2655, \"rank\": 3462, \"rankvar\": 2337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3489, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2874, \"group\": [2654.0, 507.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCTCGCACTCT\", \"ini\": 99, \"clust\": 1819, \"rank\": 3503, \"rankvar\": 3477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2668, \"group\": [1829.0, 407.0, 54.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTGATTGC\", \"ini\": 98, \"clust\": 2631, \"rank\": 3474, \"rankvar\": 2723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3491, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2875, \"group\": [2630.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGCGATCG\", \"ini\": 97, \"clust\": 2660, \"rank\": 3467, \"rankvar\": 2911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3492, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2876, \"group\": [2658.0, 507.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCTGCTGTC\", \"ini\": 96, \"clust\": 2152, \"rank\": 3473, \"rankvar\": 3093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2669, \"group\": [2155.0, 475.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCCAGTTT\", \"ini\": 95, \"clust\": 2610, \"rank\": 3494, \"rankvar\": 2731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3494, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2877, \"group\": [2609.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTTAAGATG\", \"ini\": 94, \"clust\": 2696, \"rank\": 3432, \"rankvar\": 3140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3495, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3016, \"group\": [2694.0, 517.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCACTGGGC\", \"ini\": 93, \"clust\": 2684, \"rank\": 3476, \"rankvar\": 2621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3496, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3017, \"group\": [2683.0, 517.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCACATTAGC\", \"ini\": 92, \"clust\": 2148, \"rank\": 3464, \"rankvar\": 1858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2670, \"group\": [2148.0, 475.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGCATACGCCG\", \"ini\": 91, \"clust\": 2918, \"rank\": 3518, \"rankvar\": 3237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2837, \"group\": [2917.0, 555.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGAATGCT\", \"ini\": 90, \"clust\": 1842, \"rank\": 3580, \"rankvar\": 3395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3499, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1838, \"group\": [1842.0, 412.0, 56.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTAGTACCT\", \"ini\": 89, \"clust\": 2709, \"rank\": 3484, \"rankvar\": 2288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3500, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3018, \"group\": [2707.0, 518.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTAGCGTAG\", \"ini\": 88, \"clust\": 2460, \"rank\": 3508, \"rankvar\": 2545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2671, \"group\": [2460.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCATCCTTGC\", \"ini\": 87, \"clust\": 2736, \"rank\": 3541, \"rankvar\": 429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3502, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2974, \"group\": [2737.0, 528.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAGTCAGCC\", \"ini\": 86, \"clust\": 2513, \"rank\": 3511, \"rankvar\": 2182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2672, \"group\": [2513.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCCAAGTA\", \"ini\": 85, \"clust\": 2613, \"rank\": 3452, \"rankvar\": 2914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3504, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2878, \"group\": [2612.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTATTCA\", \"ini\": 84, \"clust\": 2528, \"rank\": 3498, \"rankvar\": 2454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2673, \"group\": [2531.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGTGAATTG\", \"ini\": 83, \"clust\": 2688, \"rank\": 3489, \"rankvar\": 2564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3506, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3019, \"group\": [2686.0, 517.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTACCGTTA\", \"ini\": 82, \"clust\": 2738, \"rank\": 3533, \"rankvar\": 107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3507, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2975, \"group\": [2736.0, 528.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACACCGAC\", \"ini\": 81, \"clust\": 2641, \"rank\": 3478, \"rankvar\": 2619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3508, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2879, \"group\": [2640.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAATGAAAC\", \"ini\": 80, \"clust\": 2626, \"rank\": 3487, \"rankvar\": 2840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3509, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2880, \"group\": [2627.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCAGATCGATA\", \"ini\": 79, \"clust\": 2149, \"rank\": 3482, \"rankvar\": 1703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2674, \"group\": [2149.0, 475.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGGTGTTG\", \"ini\": 78, \"clust\": 2638, \"rank\": 3485, \"rankvar\": 2837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3511, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2881, \"group\": [2636.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTGCTGCC\", \"ini\": 77, \"clust\": 2656, \"rank\": 3500, \"rankvar\": 2860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3512, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2882, \"group\": [2660.0, 507.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTTGTATC\", \"ini\": 76, \"clust\": 2510, \"rank\": 3517, \"rankvar\": 2057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3513, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2675, \"group\": [2507.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCGGTGTTA\", \"ini\": 75, \"clust\": 2607, \"rank\": 3528, \"rankvar\": 163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3514, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2883, \"group\": [2606.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAAAGGCGT\", \"ini\": 74, \"clust\": 2143, \"rank\": 3497, \"rankvar\": 3426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2676, \"group\": [2143.0, 473.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTAGTAC\", \"ini\": 73, \"clust\": 2640, \"rank\": 3507, \"rankvar\": 2841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3516, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2884, \"group\": [2641.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGACCAAG\", \"ini\": 72, \"clust\": 2754, \"rank\": 3488, \"rankvar\": 2436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3517, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2976, \"group\": [2754.0, 531.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGTGATAT\", \"ini\": 71, \"clust\": 2498, \"rank\": 3538, \"rankvar\": 2206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2677, \"group\": [2498.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCATGAAC\", \"ini\": 70, \"clust\": 1833, \"rank\": 3577, \"rankvar\": 3526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3519, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2838, \"group\": [1838.0, 410.0, 55.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCAATCCAAC\", \"ini\": 69, \"clust\": 2501, \"rank\": 3535, \"rankvar\": 3023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2678, \"group\": [2502.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGTGGGTTG\", \"ini\": 68, \"clust\": 2733, \"rank\": 3551, \"rankvar\": 835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3521, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2977, \"group\": [2734.0, 527.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCATGCCG\", \"ini\": 67, \"clust\": 2677, \"rank\": 3505, \"rankvar\": 3064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3522, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3020, \"group\": [2676.0, 515.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTTGTGGAG\", \"ini\": 66, \"clust\": 2619, \"rank\": 3512, \"rankvar\": 2898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3523, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2885, \"group\": [2618.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGAGGTAGA\", \"ini\": 65, \"clust\": 2621, \"rank\": 3525, \"rankvar\": 3078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3524, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2886, \"group\": [2620.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCATCACAAC\", \"ini\": 64, \"clust\": 2636, \"rank\": 3456, \"rankvar\": 3335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3525, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2887, \"group\": [2634.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCCCTTGCA\", \"ini\": 63, \"clust\": 2710, \"rank\": 3562, \"rankvar\": 2068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3021, \"group\": [2708.0, 518.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTATCTCG\", \"ini\": 62, \"clust\": 2622, \"rank\": 3542, \"rankvar\": 2866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3527, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2888, \"group\": [2621.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTATAGTAG\", \"ini\": 61, \"clust\": 2606, \"rank\": 3516, \"rankvar\": 2563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3528, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2889, \"group\": [2608.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTCACACGC\", \"ini\": 60, \"clust\": 2499, \"rank\": 3527, \"rankvar\": 799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2679, \"group\": [2499.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATGTCTCC\", \"ini\": 59, \"clust\": 2150, \"rank\": 3540, \"rankvar\": 1991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3530, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2680, \"group\": [2150.0, 475.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCCATTGGTAC\", \"ini\": 58, \"clust\": 2666, \"rank\": 3560, \"rankvar\": 2274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3531, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2890, \"group\": [2665.0, 507.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGATGGTC\", \"ini\": 57, \"clust\": 2730, \"rank\": 3549, \"rankvar\": 95, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3532, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2978, \"group\": [2730.0, 525.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGTTGAA\", \"ini\": 56, \"clust\": 2154, \"rank\": 3526, \"rankvar\": 3249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3533, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2681, \"group\": [2154.0, 475.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTGACC\", \"ini\": 55, \"clust\": 2614, \"rank\": 3504, \"rankvar\": 3061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3534, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2891, \"group\": [2613.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTTTCCTC\", \"ini\": 54, \"clust\": 2716, \"rank\": 3522, \"rankvar\": 2832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3535, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2979, \"group\": [2716.0, 522.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACAGAGGT\", \"ini\": 53, \"clust\": 2495, \"rank\": 3553, \"rankvar\": 1803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3536, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2682, \"group\": [2496.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTACACCGC\", \"ini\": 52, \"clust\": 2718, \"rank\": 3519, \"rankvar\": 48, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3537, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2980, \"group\": [2722.0, 523.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATGGAAT\", \"ini\": 51, \"clust\": 2628, \"rank\": 3514, \"rankvar\": 3278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3538, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2892, \"group\": [2626.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTGTGGCTC\", \"ini\": 50, \"clust\": 2919, \"rank\": 3545, \"rankvar\": 3155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3539, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2839, \"group\": [2918.0, 555.0, 67.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGGCGTACA\", \"ini\": 49, \"clust\": 2617, \"rank\": 3537, \"rankvar\": 3104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3540, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2893, \"group\": [2615.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCTACTATC\", \"ini\": 48, \"clust\": 2620, \"rank\": 3530, \"rankvar\": 3227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3541, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2894, \"group\": [2619.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTTGATTGC\", \"ini\": 47, \"clust\": 2712, \"rank\": 3531, \"rankvar\": 3123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3542, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2683, \"group\": [2713.0, 520.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTCTAGAGG\", \"ini\": 46, \"clust\": 1850, \"rank\": 3588, \"rankvar\": 3552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3543, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1664, \"group\": [1849.0, 415.0, 56.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCTCAACA\", \"ini\": 45, \"clust\": 2164, \"rank\": 3510, \"rankvar\": 3077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3544, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2684, \"group\": [2165.0, 475.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTGAATTG\", \"ini\": 44, \"clust\": 2162, \"rank\": 3523, \"rankvar\": 2784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2685, \"group\": [2163.0, 475.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAAGTT\", \"ini\": 43, \"clust\": 2644, \"rank\": 3539, \"rankvar\": 2465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3546, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2895, \"group\": [2644.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAGCTGTTA\", \"ini\": 42, \"clust\": 2623, \"rank\": 3565, \"rankvar\": 3118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3547, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2896, \"group\": [2624.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTTCAACCA\", \"ini\": 41, \"clust\": 2642, \"rank\": 3550, \"rankvar\": 3105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3548, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2897, \"group\": [2638.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGAAACCGC\", \"ini\": 40, \"clust\": 2675, \"rank\": 3552, \"rankvar\": 2713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3549, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2898, \"group\": [2711.0, 519.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTGCTGTAT\", \"ini\": 39, \"clust\": 2637, \"rank\": 3502, \"rankvar\": 3313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3550, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2899, \"group\": [2635.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATTGGTAC\", \"ini\": 38, \"clust\": 2693, \"rank\": 3506, \"rankvar\": 2055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3551, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3022, \"group\": [2696.0, 517.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCTCGAGTA\", \"ini\": 37, \"clust\": 2717, \"rank\": 3536, \"rankvar\": 2186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3552, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2981, \"group\": [2717.0, 522.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACTCGACG\", \"ini\": 36, \"clust\": 2634, \"rank\": 3546, \"rankvar\": 2714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3553, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2900, \"group\": [2633.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAAGGGTTTCT\", \"ini\": 35, \"clust\": 2151, \"rank\": 3561, \"rankvar\": 2356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2686, \"group\": [2151.0, 475.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACGACTCG\", \"ini\": 34, \"clust\": 2719, \"rank\": 3566, \"rankvar\": 850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3555, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2982, \"group\": [2721.0, 523.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACAGGAGT\", \"ini\": 33, \"clust\": 2705, \"rank\": 3557, \"rankvar\": 2071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3556, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3023, \"group\": [2704.0, 517.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAAAGTCAA\", \"ini\": 32, \"clust\": 1835, \"rank\": 3587, \"rankvar\": 3530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3557, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2687, \"group\": [1835.0, 410.0, 55.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCTTGGTC\", \"ini\": 31, \"clust\": 2661, \"rank\": 3544, \"rankvar\": 2303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3558, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2901, \"group\": [2659.0, 507.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTCCGGTT\", \"ini\": 30, \"clust\": 2720, \"rank\": 3558, \"rankvar\": 37, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3559, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2983, \"group\": [2719.0, 523.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCGTAT\", \"ini\": 29, \"clust\": 2624, \"rank\": 3572, \"rankvar\": 3285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3560, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2902, \"group\": [2622.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTGAAGAG\", \"ini\": 28, \"clust\": 2611, \"rank\": 3548, \"rankvar\": 3317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3561, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2903, \"group\": [2610.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCCTTTCTC\", \"ini\": 27, \"clust\": 2612, \"rank\": 3547, \"rankvar\": 2721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3562, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2904, \"group\": [2614.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGCTGAA\", \"ini\": 26, \"clust\": 2140, \"rank\": 3584, \"rankvar\": 3414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2688, \"group\": [2140.0, 473.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGCATCATC\", \"ini\": 25, \"clust\": 2703, \"rank\": 3543, \"rankvar\": 3298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3564, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3024, \"group\": [2701.0, 517.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCACGAAATA\", \"ini\": 24, \"clust\": 2658, \"rank\": 3534, \"rankvar\": 2314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3565, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2905, \"group\": [2655.0, 507.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGTAT\", \"ini\": 23, \"clust\": 2616, \"rank\": 3554, \"rankvar\": 2728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3566, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2906, \"group\": [2617.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCCTGACT\", \"ini\": 22, \"clust\": 2757, \"rank\": 3564, \"rankvar\": 567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3567, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2984, \"group\": [2756.0, 531.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGATAGCAT\", \"ini\": 21, \"clust\": 2632, \"rank\": 3559, \"rankvar\": 3343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3568, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2907, \"group\": [2631.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGATGGGTC\", \"ini\": 20, \"clust\": 2625, \"rank\": 3585, \"rankvar\": 3327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3569, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2908, \"group\": [2623.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCATTAT\", \"ini\": 19, \"clust\": 2678, \"rank\": 3521, \"rankvar\": 3170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3570, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3025, \"group\": [2677.0, 515.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATCCTAGA\", \"ini\": 18, \"clust\": 2645, \"rank\": 3568, \"rankvar\": 1740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3571, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2909, \"group\": [2642.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCAAACTGTC\", \"ini\": 17, \"clust\": 2657, \"rank\": 3556, \"rankvar\": 2880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3572, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2910, \"group\": [2657.0, 507.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAAGCTGGA\", \"ini\": 16, \"clust\": 2659, \"rank\": 3555, \"rankvar\": 2631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3573, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2911, \"group\": [2656.0, 507.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAACGCGA\", \"ini\": 15, \"clust\": 2494, \"rank\": 3576, \"rankvar\": 2531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2689, \"group\": [2495.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGGCAAAGA\", \"ini\": 14, \"clust\": 2643, \"rank\": 3571, \"rankvar\": 2955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3575, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2912, \"group\": [2639.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCAGTTGAC\", \"ini\": 13, \"clust\": 2496, \"rank\": 3573, \"rankvar\": 2909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3576, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2690, \"group\": [2497.0, 502.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTCGAATCT\", \"ini\": 12, \"clust\": 2615, \"rank\": 3570, \"rankvar\": 3203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3577, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2913, \"group\": [2646.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTTCCGGCA\", \"ini\": 11, \"clust\": 2731, \"rank\": 3581, \"rankvar\": 2243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3578, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2985, \"group\": [2731.0, 525.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAACATC\", \"ini\": 10, \"clust\": 2701, \"rank\": 3563, \"rankvar\": 2821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3579, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3026, \"group\": [2702.0, 517.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCAGCTTAG\", \"ini\": 9, \"clust\": 2706, \"rank\": 3567, \"rankvar\": 2030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3580, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3027, \"group\": [2705.0, 517.0, 62.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTCCCTACT\", \"ini\": 8, \"clust\": 2160, \"rank\": 3578, \"rankvar\": 3375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3581, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2914, \"group\": [2161.0, 475.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTATTCA\", \"ini\": 7, \"clust\": 2721, \"rank\": 3583, \"rankvar\": 589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3582, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2986, \"group\": [2720.0, 523.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCATACTG\", \"ini\": 6, \"clust\": 2646, \"rank\": 3582, \"rankvar\": 2901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3583, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2915, \"group\": [2643.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCGGTCTAA\", \"ini\": 5, \"clust\": 2758, \"rank\": 3579, \"rankvar\": 1593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3584, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2987, \"group\": [2757.0, 531.0, 63.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGACCAAG\", \"ini\": 4, \"clust\": 2639, \"rank\": 3574, \"rankvar\": 3205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3585, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2916, \"group\": [2637.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGACACG\", \"ini\": 3, \"clust\": 2630, \"rank\": 3569, \"rankvar\": 3165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3586, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2917, \"group\": [2629.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGGAGCGTT\", \"ini\": 2, \"clust\": 2618, \"rank\": 3575, \"rankvar\": 3264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3587, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2918, \"group\": [2616.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTAAATGAC\", \"ini\": 1, \"clust\": 2608, \"rank\": 3586, \"rankvar\": 2904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3588, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2919, \"group\": [2607.0, 506.0, 60.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}]}}, {\"N_row_sum\": 10, \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"name\": \"CD24\", \"ini\": 10, \"clust\": 3, \"rank\": 0, \"rankvar\": 0, \"group\": [3.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD1c\", \"ini\": 9, \"clust\": 2, \"rank\": 1, \"rankvar\": 1, \"group\": [5.0, 5.0, 5.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD19\", \"ini\": 8, \"clust\": 4, \"rank\": 2, \"rankvar\": 2, \"group\": [4.0, 4.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD56\", \"ini\": 7, \"clust\": 8, \"rank\": 9, \"rankvar\": 3, \"group\": [8.0, 8.0, 8.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD123\", \"ini\": 6, \"clust\": 6, \"rank\": 3, \"rankvar\": 4, \"group\": [6.0, 6.0, 6.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD66b\", \"ini\": 5, \"clust\": 9, \"rank\": 4, \"rankvar\": 6, \"group\": [9.0, 9.0, 9.0, 6.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD27\", \"ini\": 4, \"clust\": 0, \"rank\": 8, \"rankvar\": 8, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD16\", \"ini\": 3, \"clust\": 5, \"rank\": 5, \"rankvar\": 5, \"group\": [10.0, 10.0, 10.0, 7.0, 4.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD4\", \"ini\": 2, \"clust\": 1, \"rank\": 6, \"rankvar\": 9, \"group\": [2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD141\", \"ini\": 1, \"clust\": 7, \"rank\": 7, \"rankvar\": 7, \"group\": [7.0, 7.0, 7.0, 4.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0]}], \"col_nodes\": [{\"name\": \"GCATGCGTCGCGGATC\", \"ini\": 3589, \"clust\": 1191, \"rank\": 21, \"rankvar\": 1123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 0, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 182, \"group\": [1190.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAGTCGGT\", \"ini\": 3588, \"clust\": 2336, \"rank\": 33, \"rankvar\": 3533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 0, \"group\": [2337.0, 300.0, 59.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTTGTACT\", \"ini\": 3587, \"clust\": 1783, \"rank\": 108, \"rankvar\": 99, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3032, \"group\": [1782.0, 243.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGAACAACT\", \"ini\": 3586, \"clust\": 1124, \"rank\": 87, \"rankvar\": 1800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 183, \"group\": [1124.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTGGGAA\", \"ini\": 3585, \"clust\": 1138, \"rank\": 34, \"rankvar\": 2805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 4, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 184, \"group\": [1137.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGAACTGTA\", \"ini\": 3584, \"clust\": 1182, \"rank\": 69, \"rankvar\": 1462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 5, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 185, \"group\": [1181.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGGGTCTCC\", \"ini\": 3583, \"clust\": 1135, \"rank\": 8, \"rankvar\": 3424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 6, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 186, \"group\": [1135.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGCATCATC\", \"ini\": 3582, \"clust\": 1038, \"rank\": 73, \"rankvar\": 3097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 7, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 187, \"group\": [1039.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAGATTAG\", \"ini\": 3581, \"clust\": 1158, \"rank\": 15, \"rankvar\": 1824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 8, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 188, \"group\": [1157.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGCAGACA\", \"ini\": 3580, \"clust\": 1815, \"rank\": 60, \"rankvar\": 1193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 9, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3033, \"group\": [1818.0, 246.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCGTAGTA\", \"ini\": 3579, \"clust\": 1106, \"rank\": 276, \"rankvar\": 1241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 10, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 189, \"group\": [1109.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTTCATGT\", \"ini\": 3578, \"clust\": 1828, \"rank\": 71, \"rankvar\": 7, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 11, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3034, \"group\": [1828.0, 246.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTGGTATG\", \"ini\": 3577, \"clust\": 1142, \"rank\": 10, \"rankvar\": 3222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 12, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 190, \"group\": [1140.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTGGACCC\", \"ini\": 3576, \"clust\": 1159, \"rank\": 23, \"rankvar\": 2617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 13, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 191, \"group\": [1155.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGTGAAAT\", \"ini\": 3575, \"clust\": 1751, \"rank\": 4, \"rankvar\": 3332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 14, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1665, \"group\": [1757.0, 240.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAACCAAC\", \"ini\": 3574, \"clust\": 970, \"rank\": 150, \"rankvar\": 1586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 15, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 192, \"group\": [970.0, 108.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGCCACTAT\", \"ini\": 3573, \"clust\": 1084, \"rank\": 65, \"rankvar\": 755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 16, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 193, \"group\": [1085.0, 122.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAGAGCTT\", \"ini\": 3572, \"clust\": 1165, \"rank\": 24, \"rankvar\": 1730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 17, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 194, \"group\": [1163.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGAGCTTCT\", \"ini\": 3571, \"clust\": 1804, \"rank\": 131, \"rankvar\": 174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 18, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3035, \"group\": [1804.0, 245.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCGCGAAA\", \"ini\": 3570, \"clust\": 1039, \"rank\": 97, \"rankvar\": 3105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 19, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 195, \"group\": [1040.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGCATCATC\", \"ini\": 3569, \"clust\": 1137, \"rank\": 45, \"rankvar\": 2543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 20, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 196, \"group\": [1139.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTGCACGAA\", \"ini\": 3568, \"clust\": 1822, \"rank\": 27, \"rankvar\": 430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 21, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1666, \"group\": [1821.0, 246.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCATGAT\", \"ini\": 3567, \"clust\": 1728, \"rank\": 266, \"rankvar\": 148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 22, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3036, \"group\": [1729.0, 235.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCCACTGGG\", \"ini\": 3566, \"clust\": 1852, \"rank\": 312, \"rankvar\": 2001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 23, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3037, \"group\": [1853.0, 256.0, 47.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCGCGTAGC\", \"ini\": 3565, \"clust\": 2337, \"rank\": 173, \"rankvar\": 3265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 24, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 1, \"group\": [2338.0, 300.0, 59.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCCAGAAGG\", \"ini\": 3564, \"clust\": 1580, \"rank\": 12, \"rankvar\": 3357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 25, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1667, \"group\": [1579.0, 199.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAAGGGTCA\", \"ini\": 3563, \"clust\": 1806, \"rank\": 128, \"rankvar\": 659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 26, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3038, \"group\": [1806.0, 245.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTTCCTGCTTG\", \"ini\": 3562, \"clust\": 2617, \"rank\": 109, \"rankvar\": 620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 27, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 197, \"group\": [2617.0, 343.0, 74.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTACGTAA\", \"ini\": 3561, \"clust\": 1082, \"rank\": 112, \"rankvar\": 117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 28, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 198, \"group\": [1083.0, 122.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCTCTGCTG\", \"ini\": 3560, \"clust\": 1767, \"rank\": 14, \"rankvar\": 3180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 29, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3039, \"group\": [1766.0, 241.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCAACGGCC\", \"ini\": 3559, \"clust\": 1734, \"rank\": 193, \"rankvar\": 2032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 30, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3040, \"group\": [1737.0, 236.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTCTGAT\", \"ini\": 3558, \"clust\": 1155, \"rank\": 74, \"rankvar\": 1688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 31, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 199, \"group\": [1160.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATTACCC\", \"ini\": 3557, \"clust\": 1779, \"rank\": 107, \"rankvar\": 2613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 32, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3041, \"group\": [1778.0, 241.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGGTGTGGT\", \"ini\": 3556, \"clust\": 1579, \"rank\": 119, \"rankvar\": 1235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 33, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1668, \"group\": [1581.0, 199.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAGGACCCT\", \"ini\": 3555, \"clust\": 1776, \"rank\": 182, \"rankvar\": 1129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 34, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3042, \"group\": [1773.0, 241.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAGTACACT\", \"ini\": 3554, \"clust\": 1160, \"rank\": 19, \"rankvar\": 1759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 35, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 200, \"group\": [1156.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCACCCAGTG\", \"ini\": 3553, \"clust\": 1086, \"rank\": 113, \"rankvar\": 748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 36, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 201, \"group\": [1087.0, 122.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTAGACAAGCC\", \"ini\": 3552, \"clust\": 1742, \"rank\": 129, \"rankvar\": 2906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 37, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3043, \"group\": [1745.0, 239.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCCTGACT\", \"ini\": 3551, \"clust\": 1108, \"rank\": 61, \"rankvar\": 1436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 38, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 202, \"group\": [1106.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTCGAGA\", \"ini\": 3550, \"clust\": 1117, \"rank\": 92, \"rankvar\": 1591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 39, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 203, \"group\": [1118.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGGTGACCA\", \"ini\": 3549, \"clust\": 1141, \"rank\": 48, \"rankvar\": 2460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 40, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 204, \"group\": [1142.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCACTC\", \"ini\": 3548, \"clust\": 1150, \"rank\": 110, \"rankvar\": 897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 41, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 205, \"group\": [1149.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGTCAAGGC\", \"ini\": 3547, \"clust\": 1809, \"rank\": 178, \"rankvar\": 81, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 42, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3044, \"group\": [1808.0, 245.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTACCCAAT\", \"ini\": 3546, \"clust\": 1687, \"rank\": 319, \"rankvar\": 17, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 43, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3045, \"group\": [1688.0, 226.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCTACTCAT\", \"ini\": 3545, \"clust\": 1162, \"rank\": 58, \"rankvar\": 1224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 44, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 206, \"group\": [1161.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCTACCTA\", \"ini\": 3544, \"clust\": 1133, \"rank\": 35, \"rankvar\": 3040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 45, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 207, \"group\": [1130.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGGACGAT\", \"ini\": 3543, \"clust\": 1111, \"rank\": 28, \"rankvar\": 2093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 46, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 208, \"group\": [1113.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGCTAGTCT\", \"ini\": 3542, \"clust\": 969, \"rank\": 224, \"rankvar\": 1485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 47, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 209, \"group\": [972.0, 108.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTACATCATCCC\", \"ini\": 3541, \"clust\": 1134, \"rank\": 50, \"rankvar\": 2929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 48, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 210, \"group\": [1131.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGAATTGTG\", \"ini\": 3540, \"clust\": 1752, \"rank\": 3, \"rankvar\": 3212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 49, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1839, \"group\": [1751.0, 240.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCATTATCC\", \"ini\": 3539, \"clust\": 1078, \"rank\": 124, \"rankvar\": 1198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 50, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 211, \"group\": [1079.0, 121.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAAGCTAGTTC\", \"ini\": 3538, \"clust\": 1771, \"rank\": 22, \"rankvar\": 2587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 51, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3046, \"group\": [1769.0, 241.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCGACTGC\", \"ini\": 3537, \"clust\": 1149, \"rank\": 49, \"rankvar\": 2330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 52, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 212, \"group\": [1151.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTCTCCCTA\", \"ini\": 3536, \"clust\": 1109, \"rank\": 44, \"rankvar\": 2647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 53, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 213, \"group\": [1107.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCTGCAGTA\", \"ini\": 3535, \"clust\": 1768, \"rank\": 43, \"rankvar\": 3007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 54, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3047, \"group\": [1767.0, 241.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCCCGACTT\", \"ini\": 3534, \"clust\": 1661, \"rank\": 346, \"rankvar\": 200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 55, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3048, \"group\": [1662.0, 217.0, 39.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCAGTCCTTC\", \"ini\": 3533, \"clust\": 1817, \"rank\": 196, \"rankvar\": 184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 56, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 214, \"group\": [1815.0, 246.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCTATCCCG\", \"ini\": 3532, \"clust\": 1808, \"rank\": 367, \"rankvar\": 48, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 57, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3049, \"group\": [1814.0, 245.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATAGGTA\", \"ini\": 3531, \"clust\": 1791, \"rank\": 318, \"rankvar\": 401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 58, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3050, \"group\": [1791.0, 244.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAGTTTCGCTC\", \"ini\": 3530, \"clust\": 2125, \"rank\": 164, \"rankvar\": 1604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 59, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3051, \"group\": [2122.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGGGCTA\", \"ini\": 3529, \"clust\": 1813, \"rank\": 117, \"rankvar\": 156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 60, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3052, \"group\": [1812.0, 245.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAGTAAGCG\", \"ini\": 3528, \"clust\": 1131, \"rank\": 91, \"rankvar\": 3224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 61, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 215, \"group\": [1133.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCAACTCTT\", \"ini\": 3527, \"clust\": 1770, \"rank\": 11, \"rankvar\": 3257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 62, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3053, \"group\": [1771.0, 241.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTAGCGATG\", \"ini\": 3526, \"clust\": 1172, \"rank\": 120, \"rankvar\": 1372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 63, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 216, \"group\": [1178.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCTGCCAG\", \"ini\": 3525, \"clust\": 1119, \"rank\": 83, \"rankvar\": 1216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 64, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 217, \"group\": [1120.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCGTAGGTT\", \"ini\": 3524, \"clust\": 1189, \"rank\": 111, \"rankvar\": 759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 65, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 218, \"group\": [1188.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTCGAC\", \"ini\": 3523, \"clust\": 578, \"rank\": 136, \"rankvar\": 1623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 66, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 219, \"group\": [579.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCCACTAT\", \"ini\": 3522, \"clust\": 1087, \"rank\": 56, \"rankvar\": 79, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 67, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 220, \"group\": [1088.0, 122.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGACATTA\", \"ini\": 3521, \"clust\": 2671, \"rank\": 287, \"rankvar\": 708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 68, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3054, \"group\": [2671.0, 355.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGGTTCCC\", \"ini\": 3520, \"clust\": 1146, \"rank\": 98, \"rankvar\": 2073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 69, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 221, \"group\": [1147.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGTCCTCCT\", \"ini\": 3519, \"clust\": 1701, \"rank\": 395, \"rankvar\": 274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 70, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3055, \"group\": [1703.0, 229.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCGGCGCAT\", \"ini\": 3518, \"clust\": 971, \"rank\": 59, \"rankvar\": 1356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 71, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 222, \"group\": [971.0, 108.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCTTGCATT\", \"ini\": 3517, \"clust\": 1699, \"rank\": 278, \"rankvar\": 293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 72, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3056, \"group\": [1699.0, 229.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGTTACGGG\", \"ini\": 3516, \"clust\": 1193, \"rank\": 36, \"rankvar\": 2123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 73, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 223, \"group\": [1192.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTACAAGTA\", \"ini\": 3515, \"clust\": 1188, \"rank\": 96, \"rankvar\": 1265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 74, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 224, \"group\": [1194.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGATCCTGT\", \"ini\": 3514, \"clust\": 1126, \"rank\": 51, \"rankvar\": 2358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 75, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 225, \"group\": [1128.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGAGTTGC\", \"ini\": 3513, \"clust\": 1201, \"rank\": 247, \"rankvar\": 1332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 76, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 226, \"group\": [1201.0, 127.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCAGTTTGG\", \"ini\": 3512, \"clust\": 1819, \"rank\": 52, \"rankvar\": 2058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 77, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3558, \"group\": [1819.0, 246.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACCTTAT\", \"ini\": 3511, \"clust\": 1774, \"rank\": 283, \"rankvar\": 933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 78, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3057, \"group\": [1776.0, 241.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAGTGATGCCC\", \"ini\": 3510, \"clust\": 2338, \"rank\": 389, \"rankvar\": 3372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 79, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 2, \"group\": [2339.0, 300.0, 59.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCTGGCGTG\", \"ini\": 3509, \"clust\": 1785, \"rank\": 57, \"rankvar\": 534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 80, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1675, \"group\": [1788.0, 243.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGTGGTTT\", \"ini\": 3508, \"clust\": 1163, \"rank\": 104, \"rankvar\": 705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 81, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 227, \"group\": [1162.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGCTTATCG\", \"ini\": 3507, \"clust\": 1775, \"rank\": 41, \"rankvar\": 2226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 82, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3058, \"group\": [1775.0, 241.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTGCGTTA\", \"ini\": 3506, \"clust\": 1802, \"rank\": 209, \"rankvar\": 135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 83, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3059, \"group\": [1801.0, 245.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGAATGGA\", \"ini\": 3505, \"clust\": 1709, \"rank\": 450, \"rankvar\": 336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 84, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 228, \"group\": [1721.0, 233.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTCGTTGA\", \"ini\": 3504, \"clust\": 1103, \"rank\": 291, \"rankvar\": 692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 85, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 229, \"group\": [1104.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTAGATGA\", \"ini\": 3503, \"clust\": 1156, \"rank\": 29, \"rankvar\": 1956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 86, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 230, \"group\": [1159.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCAGAATTCCC\", \"ini\": 3502, \"clust\": 2038, \"rank\": 221, \"rankvar\": 2532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 87, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3060, \"group\": [2035.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTCCTATA\", \"ini\": 3501, \"clust\": 1190, \"rank\": 54, \"rankvar\": 1683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 88, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 231, \"group\": [1189.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGAAACGCC\", \"ini\": 3500, \"clust\": 1143, \"rank\": 0, \"rankvar\": 3410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 89, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 232, \"group\": [1141.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGCACTCT\", \"ini\": 3499, \"clust\": 1203, \"rank\": 309, \"rankvar\": 1315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 90, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 233, \"group\": [1204.0, 127.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGATGCGAC\", \"ini\": 3498, \"clust\": 1772, \"rank\": 16, \"rankvar\": 2701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 91, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3061, \"group\": [1770.0, 241.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCGTCCAGG\", \"ini\": 3497, \"clust\": 2345, \"rank\": 246, \"rankvar\": 2655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 92, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 3, \"group\": [2345.0, 301.0, 59.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGAAGGGTA\", \"ini\": 3496, \"clust\": 1692, \"rank\": 430, \"rankvar\": 253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 93, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3062, \"group\": [1692.0, 226.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGCTGCCCA\", \"ini\": 3495, \"clust\": 1272, \"rank\": 162, \"rankvar\": 1252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 94, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 234, \"group\": [1275.0, 132.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATCGTCGG\", \"ini\": 3494, \"clust\": 1166, \"rank\": 95, \"rankvar\": 1830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 95, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 235, \"group\": [1164.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGCAGCGTA\", \"ini\": 3493, \"clust\": 1136, \"rank\": 75, \"rankvar\": 3295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 96, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 236, \"group\": [1136.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTACAGAA\", \"ini\": 3492, \"clust\": 1173, \"rank\": 188, \"rankvar\": 1880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 97, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 237, \"group\": [1173.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCATATACGC\", \"ini\": 3491, \"clust\": 1139, \"rank\": 13, \"rankvar\": 3347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 98, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 238, \"group\": [1138.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAAATA\", \"ini\": 3490, \"clust\": 1855, \"rank\": 377, \"rankvar\": 1609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 99, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3063, \"group\": [1855.0, 257.0, 48.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGACCACGA\", \"ini\": 3489, \"clust\": 1778, \"rank\": 38, \"rankvar\": 2978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 100, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3064, \"group\": [1780.0, 241.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGGCGAA\", \"ini\": 3488, \"clust\": 1104, \"rank\": 242, \"rankvar\": 312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 239, \"group\": [1105.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCGTTCCCGAG\", \"ini\": 3487, \"clust\": 1685, \"rank\": 426, \"rankvar\": 92, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 102, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3065, \"group\": [1685.0, 225.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTGTGGTTT\", \"ini\": 3486, \"clust\": 1127, \"rank\": 9, \"rankvar\": 3171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 240, \"group\": [1126.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTAGGGACT\", \"ini\": 3485, \"clust\": 1161, \"rank\": 68, \"rankvar\": 2075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 241, \"group\": [1166.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCACGGTTTA\", \"ini\": 3484, \"clust\": 1112, \"rank\": 166, \"rankvar\": 2554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 242, \"group\": [1111.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGTAAACT\", \"ini\": 3483, \"clust\": 2124, \"rank\": 81, \"rankvar\": 2526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3066, \"group\": [2124.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAAGGTTCT\", \"ini\": 3482, \"clust\": 1186, \"rank\": 125, \"rankvar\": 2069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 243, \"group\": [1186.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAACAACCT\", \"ini\": 3481, \"clust\": 1823, \"rank\": 67, \"rankvar\": 62, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 108, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3067, \"group\": [1822.0, 246.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACTGTGTA\", \"ini\": 3480, \"clust\": 1569, \"rank\": 149, \"rankvar\": 675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 109, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3028, \"group\": [1571.0, 198.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTGCCATT\", \"ini\": 3479, \"clust\": 1743, \"rank\": 86, \"rankvar\": 3381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 110, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2691, \"group\": [1743.0, 239.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTACCGGCT\", \"ini\": 3478, \"clust\": 1777, \"rank\": 32, \"rankvar\": 2923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 111, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3068, \"group\": [1774.0, 241.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTGTCTTT\", \"ini\": 3477, \"clust\": 1184, \"rank\": 204, \"rankvar\": 191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 244, \"group\": [1184.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGCGATTCT\", \"ini\": 3476, \"clust\": 1682, \"rank\": 496, \"rankvar\": 617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 113, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3069, \"group\": [1682.0, 224.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGCAAAGA\", \"ini\": 3475, \"clust\": 2610, \"rank\": 289, \"rankvar\": 3388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 114, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3566, \"group\": [2611.0, 340.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATGCCCGA\", \"ini\": 3474, \"clust\": 1801, \"rank\": 404, \"rankvar\": 1488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3070, \"group\": [1803.0, 245.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCCCTGACT\", \"ini\": 3473, \"clust\": 1256, \"rank\": 251, \"rankvar\": 1560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 245, \"group\": [1255.0, 130.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGCATAT\", \"ini\": 3472, \"clust\": 2123, \"rank\": 90, \"rankvar\": 2290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 117, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3071, \"group\": [2128.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGGGAGTAA\", \"ini\": 3471, \"clust\": 1157, \"rank\": 42, \"rankvar\": 1984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 246, \"group\": [1158.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTTGAGTTC\", \"ini\": 3470, \"clust\": 2155, \"rank\": 177, \"rankvar\": 2546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 119, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3072, \"group\": [2155.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCACGGTTA\", \"ini\": 3469, \"clust\": 1707, \"rank\": 559, \"rankvar\": 803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 120, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3073, \"group\": [1707.0, 231.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCTGGGCCA\", \"ini\": 3468, \"clust\": 1130, \"rank\": 25, \"rankvar\": 3442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 247, \"group\": [1134.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCGGCTTGG\", \"ini\": 3467, \"clust\": 1677, \"rank\": 649, \"rankvar\": 901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3074, \"group\": [1677.0, 224.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAGTCCCT\", \"ini\": 3466, \"clust\": 543, \"rank\": 308, \"rankvar\": 1751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 248, \"group\": [544.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATGGGTC\", \"ini\": 3465, \"clust\": 1691, \"rank\": 551, \"rankvar\": 639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 124, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3075, \"group\": [1694.0, 226.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGTTAACC\", \"ini\": 3464, \"clust\": 1268, \"rank\": 231, \"rankvar\": 303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 249, \"group\": [1268.0, 131.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCTG\", \"ini\": 3463, \"clust\": 2117, \"rank\": 230, \"rankvar\": 2088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 126, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3076, \"group\": [2116.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTGACTCAT\", \"ini\": 3462, \"clust\": 1140, \"rank\": 77, \"rankvar\": 2976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 250, \"group\": [1143.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCTAGGTT\", \"ini\": 3461, \"clust\": 2343, \"rank\": 474, \"rankvar\": 3193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 128, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 4, \"group\": [2343.0, 301.0, 59.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCATCTGCC\", \"ini\": 3460, \"clust\": 1647, \"rank\": 187, \"rankvar\": 1101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3077, \"group\": [1648.0, 211.0, 37.0, 11.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGTCTCGGC\", \"ini\": 3459, \"clust\": 2150, \"rank\": 317, \"rankvar\": 2282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 130, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3078, \"group\": [2152.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAATCCGGGTGT\", \"ini\": 3458, \"clust\": 1874, \"rank\": 835, \"rankvar\": 2850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 131, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3029, \"group\": [1873.0, 268.0, 51.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCAAGTAATG\", \"ini\": 3457, \"clust\": 1244, \"rank\": 272, \"rankvar\": 1821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 132, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 251, \"group\": [1243.0, 129.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCATGGTCTA\", \"ini\": 3456, \"clust\": 1115, \"rank\": 66, \"rankvar\": 2002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 252, \"group\": [1115.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTACTTAC\", \"ini\": 3455, \"clust\": 1792, \"rank\": 293, \"rankvar\": 270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 134, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3079, \"group\": [1792.0, 244.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTCCATGAT\", \"ini\": 3454, \"clust\": 1240, \"rank\": 253, \"rankvar\": 1143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 253, \"group\": [1240.0, 129.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCCAGTAAGAT\", \"ini\": 3453, \"clust\": 2346, \"rank\": 256, \"rankvar\": 2830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 136, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 5, \"group\": [2346.0, 301.0, 59.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTGTGTGCC\", \"ini\": 3452, \"clust\": 2128, \"rank\": 88, \"rankvar\": 3336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 137, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3080, \"group\": [2125.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGCGTTCCG\", \"ini\": 3451, \"clust\": 967, \"rank\": 271, \"rankvar\": 1615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 254, \"group\": [968.0, 108.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCACCAGTTA\", \"ini\": 3450, \"clust\": 1183, \"rank\": 102, \"rankvar\": 1200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 255, \"group\": [1182.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAAGAGGACGG\", \"ini\": 3449, \"clust\": 1176, \"rank\": 429, \"rankvar\": 597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 256, \"group\": [1175.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCACTTACT\", \"ini\": 3448, \"clust\": 1811, \"rank\": 261, \"rankvar\": 145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3081, \"group\": [1810.0, 245.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGACTCG\", \"ini\": 3447, \"clust\": 1764, \"rank\": 115, \"rankvar\": 1605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3082, \"group\": [1763.0, 241.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCTGCCAG\", \"ini\": 3446, \"clust\": 1151, \"rank\": 141, \"rankvar\": 1395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 257, \"group\": [1150.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCGTCACGG\", \"ini\": 3445, \"clust\": 1570, \"rank\": 63, \"rankvar\": 219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 144, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1676, \"group\": [1569.0, 198.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCCGTCGT\", \"ini\": 3444, \"clust\": 1132, \"rank\": 101, \"rankvar\": 2172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 258, \"group\": [1132.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTTCCTC\", \"ini\": 3443, \"clust\": 1700, \"rank\": 694, \"rankvar\": 305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 146, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3083, \"group\": [1700.0, 229.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCAGTTAGC\", \"ini\": 3442, \"clust\": 1843, \"rank\": 563, \"rankvar\": 1135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 147, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3084, \"group\": [1842.0, 250.0, 44.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGGGCTTGA\", \"ini\": 3441, \"clust\": 2031, \"rank\": 201, \"rankvar\": 2646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 148, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3085, \"group\": [2030.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCTTTACGT\", \"ini\": 3440, \"clust\": 1114, \"rank\": 324, \"rankvar\": 1116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 259, \"group\": [1117.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCACCACCT\", \"ini\": 3439, \"clust\": 1763, \"rank\": 122, \"rankvar\": 1695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 150, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3086, \"group\": [1765.0, 241.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTCTTAT\", \"ini\": 3438, \"clust\": 1818, \"rank\": 194, \"rankvar\": 91, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 260, \"group\": [1816.0, 246.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACACACGCTG\", \"ini\": 3437, \"clust\": 1696, \"rank\": 595, \"rankvar\": 1897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 152, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3087, \"group\": [1697.0, 228.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGTGCTGCC\", \"ini\": 3436, \"clust\": 1748, \"rank\": 85, \"rankvar\": 2911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 261, \"group\": [1746.0, 240.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCAAACCAC\", \"ini\": 3435, \"clust\": 1196, \"rank\": 199, \"rankvar\": 2347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 262, \"group\": [1196.0, 126.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGTCGTACT\", \"ini\": 3434, \"clust\": 1237, \"rank\": 203, \"rankvar\": 1572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 263, \"group\": [1238.0, 129.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGAGCCTAG\", \"ini\": 3433, \"clust\": 1125, \"rank\": 84, \"rankvar\": 2578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 156, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 264, \"group\": [1125.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCGAATGCT\", \"ini\": 3432, \"clust\": 1009, \"rank\": 205, \"rankvar\": 2151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 265, \"group\": [1010.0, 116.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGTGGCA\", \"ini\": 3431, \"clust\": 1153, \"rank\": 152, \"rankvar\": 1499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 266, \"group\": [1152.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCGGTGTCG\", \"ini\": 3430, \"clust\": 1788, \"rank\": 219, \"rankvar\": 265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3088, \"group\": [1789.0, 243.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCCACGTC\", \"ini\": 3429, \"clust\": 1072, \"rank\": 349, \"rankvar\": 1218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 267, \"group\": [1075.0, 121.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACTGAAGG\", \"ini\": 3428, \"clust\": 1705, \"rank\": 758, \"rankvar\": 968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3089, \"group\": [1705.0, 230.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCTCTC\", \"ini\": 3427, \"clust\": 1644, \"rank\": 1683, \"rankvar\": 3163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3090, \"group\": [1646.0, 209.0, 36.0, 11.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATACCATG\", \"ini\": 3426, \"clust\": 2516, \"rank\": 716, \"rankvar\": 1185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 163, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3091, \"group\": [2516.0, 321.0, 67.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCCGTAGTA\", \"ini\": 3425, \"clust\": 2153, \"rank\": 330, \"rankvar\": 2149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 164, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3092, \"group\": [2153.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCTAACTC\", \"ini\": 3424, \"clust\": 1121, \"rank\": 294, \"rankvar\": 712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 268, \"group\": [1122.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACGTCA\", \"ini\": 3423, \"clust\": 1698, \"rank\": 820, \"rankvar\": 1207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 166, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3093, \"group\": [1704.0, 229.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGCTAGCA\", \"ini\": 3422, \"clust\": 1697, \"rank\": 735, \"rankvar\": 2706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 167, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 6, \"group\": [1698.0, 228.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGCTAAA\", \"ini\": 3421, \"clust\": 1034, \"rank\": 99, \"rankvar\": 2657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 269, \"group\": [1035.0, 118.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGGAGTACC\", \"ini\": 3420, \"clust\": 1803, \"rank\": 390, \"rankvar\": 165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3094, \"group\": [1802.0, 245.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCACTCCTG\", \"ini\": 3419, \"clust\": 1273, \"rank\": 169, \"rankvar\": 1054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 270, \"group\": [1273.0, 132.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTTTGACAC\", \"ini\": 3418, \"clust\": 1812, \"rank\": 145, \"rankvar\": 63, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 171, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1677, \"group\": [1811.0, 245.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGCTAACAA\", \"ini\": 3417, \"clust\": 1147, \"rank\": 133, \"rankvar\": 2076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 172, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 271, \"group\": [1148.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTGGTACAG\", \"ini\": 3416, \"clust\": 1113, \"rank\": 121, \"rankvar\": 1652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 272, \"group\": [1112.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCCGCGA\", \"ini\": 3415, \"clust\": 2386, \"rank\": 1449, \"rankvar\": 3521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 174, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 7, \"group\": [2384.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAGGCGATA\", \"ini\": 3414, \"clust\": 1168, \"rank\": 134, \"rankvar\": 2990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 273, \"group\": [1168.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCGGTCCGA\", \"ini\": 3413, \"clust\": 1036, \"rank\": 481, \"rankvar\": 1463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 274, \"group\": [1037.0, 118.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCGGGAGTA\", \"ini\": 3412, \"clust\": 1174, \"rank\": 158, \"rankvar\": 1870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 275, \"group\": [1174.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTTCGCG\", \"ini\": 3411, \"clust\": 1269, \"rank\": 234, \"rankvar\": 1542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 276, \"group\": [1269.0, 131.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGCTATA\", \"ini\": 3410, \"clust\": 1148, \"rank\": 397, \"rankvar\": 1113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 277, \"group\": [1167.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCGGAAA\", \"ini\": 3409, \"clust\": 2103, \"rank\": 445, \"rankvar\": 1696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 180, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3095, \"group\": [2103.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAGGAACGT\", \"ini\": 3408, \"clust\": 1105, \"rank\": 342, \"rankvar\": 1580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 181, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 278, \"group\": [1110.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGTAGCCGA\", \"ini\": 3407, \"clust\": 1220, \"rank\": 507, \"rankvar\": 2513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 279, \"group\": [1223.0, 128.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCAGTGCCAGA\", \"ini\": 3406, \"clust\": 84, \"rank\": 213, \"rankvar\": 1118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 280, \"group\": [84.0, 36.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCAAACTC\", \"ini\": 3405, \"clust\": 2043, \"rank\": 146, \"rankvar\": 2456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3096, \"group\": [2041.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGATGATA\", \"ini\": 3404, \"clust\": 1706, \"rank\": 756, \"rankvar\": 760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 185, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3097, \"group\": [1706.0, 230.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTCTAAACC\", \"ini\": 3403, \"clust\": 1238, \"rank\": 210, \"rankvar\": 446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 281, \"group\": [1239.0, 129.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGAACGC\", \"ini\": 3402, \"clust\": 1164, \"rank\": 26, \"rankvar\": 1590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 282, \"group\": [1165.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCATCGCTC\", \"ini\": 3401, \"clust\": 959, \"rank\": 650, \"rankvar\": 833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 283, \"group\": [959.0, 106.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTAGCGTGA\", \"ini\": 3400, \"clust\": 1194, \"rank\": 142, \"rankvar\": 1095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 284, \"group\": [1193.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGTGGGAA\", \"ini\": 3399, \"clust\": 19, \"rank\": 890, \"rankvar\": 728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 190, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 285, \"group\": [17.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGTTTA\", \"ini\": 3398, \"clust\": 1225, \"rank\": 215, \"rankvar\": 2067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 286, \"group\": [1230.0, 128.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCAATCACG\", \"ini\": 3397, \"clust\": 1041, \"rank\": 106, \"rankvar\": 3307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 287, \"group\": [1041.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGACCGGAT\", \"ini\": 3396, \"clust\": 1017, \"rank\": 174, \"rankvar\": 3146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 288, \"group\": [1017.0, 116.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGTCAAGGC\", \"ini\": 3395, \"clust\": 1744, \"rank\": 47, \"rankvar\": 3376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2692, \"group\": [1744.0, 239.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTCAGTGGA\", \"ini\": 3394, \"clust\": 1116, \"rank\": 80, \"rankvar\": 3266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 289, \"group\": [1116.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCATCACCC\", \"ini\": 3393, \"clust\": 1118, \"rank\": 130, \"rankvar\": 1469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 196, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 290, \"group\": [1119.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTAAACGCG\", \"ini\": 3392, \"clust\": 1628, \"rank\": 207, \"rankvar\": 1322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 197, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1678, \"group\": [1629.0, 205.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTACCTGC\", \"ini\": 3391, \"clust\": 1129, \"rank\": 159, \"rankvar\": 2900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 291, \"group\": [1144.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGCATGTG\", \"ini\": 3390, \"clust\": 1702, \"rank\": 333, \"rankvar\": 1103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 199, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3098, \"group\": [1701.0, 229.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTCTTGAT\", \"ini\": 3389, \"clust\": 1821, \"rank\": 37, \"rankvar\": 1948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 200, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1679, \"group\": [1823.0, 246.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGGCGAAT\", \"ini\": 3388, \"clust\": 1110, \"rank\": 285, \"rankvar\": 1971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 292, \"group\": [1114.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAGTCA\", \"ini\": 3387, \"clust\": 1838, \"rank\": 730, \"rankvar\": 1386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 202, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3099, \"group\": [1838.0, 249.0, 44.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCGCTAGCG\", \"ini\": 3386, \"clust\": 1216, \"rank\": 468, \"rankvar\": 1121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 293, \"group\": [1218.0, 128.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTTCTCTGTCG\", \"ini\": 3385, \"clust\": 2154, \"rank\": 311, \"rankvar\": 1931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3100, \"group\": [2154.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCACGAT\", \"ini\": 3384, \"clust\": 2036, \"rank\": 301, \"rankvar\": 2880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 205, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3101, \"group\": [2038.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTTGGTGGA\", \"ini\": 3383, \"clust\": 2037, \"rank\": 437, \"rankvar\": 3142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 206, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3102, \"group\": [2037.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCAGAGACG\", \"ini\": 3382, \"clust\": 1019, \"rank\": 277, \"rankvar\": 1017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 207, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 294, \"group\": [1020.0, 116.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTTAT\", \"ini\": 3381, \"clust\": 1656, \"rank\": 708, \"rankvar\": 45, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 295, \"group\": [1659.0, 216.0, 38.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAGTGGA\", \"ini\": 3380, \"clust\": 1122, \"rank\": 103, \"rankvar\": 1167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 296, \"group\": [1123.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGAGCCCAACC\", \"ini\": 3379, \"clust\": 1572, \"rank\": 218, \"rankvar\": 579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1680, \"group\": [1572.0, 198.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCTTTCAT\", \"ini\": 3378, \"clust\": 1042, \"rank\": 167, \"rankvar\": 2956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 297, \"group\": [1042.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAAGGTGACCA\", \"ini\": 3377, \"clust\": 1765, \"rank\": 143, \"rankvar\": 1872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3103, \"group\": [1764.0, 241.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGCTTCGCG\", \"ini\": 3376, \"clust\": 721, \"rank\": 653, \"rankvar\": 1400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 298, \"group\": [722.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTCATGCCG\", \"ini\": 3375, \"clust\": 1224, \"rank\": 175, \"rankvar\": 1455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 214, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 299, \"group\": [1231.0, 128.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCAAAGAATC\", \"ini\": 3374, \"clust\": 2039, \"rank\": 243, \"rankvar\": 3169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 215, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3104, \"group\": [2036.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTATCAGTC\", \"ini\": 3373, \"clust\": 1657, \"rank\": 380, \"rankvar\": 685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 216, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1669, \"group\": [1657.0, 215.0, 38.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCACGCATA\", \"ini\": 3372, \"clust\": 32, \"rank\": 488, \"rankvar\": 530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 300, \"group\": [33.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTTACTCT\", \"ini\": 3371, \"clust\": 1167, \"rank\": 420, \"rankvar\": 1534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 301, \"group\": [1170.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTAAGCACG\", \"ini\": 3370, \"clust\": 1070, \"rank\": 355, \"rankvar\": 1704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 302, \"group\": [1071.0, 121.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGTAAGAT\", \"ini\": 3369, \"clust\": 1123, \"rank\": 93, \"rankvar\": 2500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 303, \"group\": [1129.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAAGCAAT\", \"ini\": 3368, \"clust\": 2027, \"rank\": 438, \"rankvar\": 3060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 221, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3105, \"group\": [2029.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTGTGACCC\", \"ini\": 3367, \"clust\": 1252, \"rank\": 375, \"rankvar\": 1004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 304, \"group\": [1252.0, 130.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCCTCTAGC\", \"ini\": 3366, \"clust\": 2098, \"rank\": 693, \"rankvar\": 2871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 223, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3106, \"group\": [2099.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAACTGCTA\", \"ini\": 3365, \"clust\": 2101, \"rank\": 610, \"rankvar\": 2933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 224, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3107, \"group\": [2101.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGACCAAG\", \"ini\": 3364, \"clust\": 2458, \"rank\": 568, \"rankvar\": 3421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 225, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 8, \"group\": [2459.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCGAGATG\", \"ini\": 3363, \"clust\": 977, \"rank\": 688, \"rankvar\": 369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 305, \"group\": [976.0, 109.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCTCCTAG\", \"ini\": 3362, \"clust\": 24, \"rank\": 1019, \"rankvar\": 565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 306, \"group\": [24.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTTAAGTAG\", \"ini\": 3361, \"clust\": 1581, \"rank\": 62, \"rankvar\": 1521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1681, \"group\": [1580.0, 199.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCCAT\", \"ini\": 3360, \"clust\": 1796, \"rank\": 78, \"rankvar\": 51, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 229, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1682, \"group\": [1796.0, 245.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTAAACACA\", \"ini\": 3359, \"clust\": 1213, \"rank\": 286, \"rankvar\": 2024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 307, \"group\": [1212.0, 128.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTATTCTC\", \"ini\": 3358, \"clust\": 1594, \"rank\": 181, \"rankvar\": 868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1683, \"group\": [1594.0, 200.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTAGAGG\", \"ini\": 3357, \"clust\": 1769, \"rank\": 168, \"rankvar\": 2004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 232, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3108, \"group\": [1772.0, 241.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAAGAATC\", \"ini\": 3356, \"clust\": 2102, \"rank\": 378, \"rankvar\": 2674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 233, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3109, \"group\": [2102.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGCTAGT\", \"ini\": 3355, \"clust\": 1200, \"rank\": 514, \"rankvar\": 884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 308, \"group\": [1203.0, 127.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGTCTCG\", \"ini\": 3354, \"clust\": 2044, \"rank\": 123, \"rankvar\": 2936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3110, \"group\": [2042.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGTCTCT\", \"ini\": 3353, \"clust\": 805, \"rank\": 329, \"rankvar\": 3185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 309, \"group\": [808.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACAATGGATA\", \"ini\": 3352, \"clust\": 1154, \"rank\": 300, \"rankvar\": 571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 310, \"group\": [1153.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGAACAATC\", \"ini\": 3351, \"clust\": 2133, \"rank\": 212, \"rankvar\": 2584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3111, \"group\": [2135.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCACCGTAA\", \"ini\": 3350, \"clust\": 702, \"rank\": 386, \"rankvar\": 2409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 311, \"group\": [706.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTATATGAG\", \"ini\": 3349, \"clust\": 541, \"rank\": 418, \"rankvar\": 1766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 240, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 312, \"group\": [542.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCTAGAAC\", \"ini\": 3348, \"clust\": 1187, \"rank\": 351, \"rankvar\": 330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 313, \"group\": [1187.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTTAGTGGG\", \"ini\": 3347, \"clust\": 38, \"rank\": 422, \"rankvar\": 1449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 314, \"group\": [37.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTTATGCGT\", \"ini\": 3346, \"clust\": 2138, \"rank\": 232, \"rankvar\": 2903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 243, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3112, \"group\": [2138.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAAGTTCC\", \"ini\": 3345, \"clust\": 1270, \"rank\": 443, \"rankvar\": 614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 315, \"group\": [1271.0, 132.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATTTGCTT\", \"ini\": 3344, \"clust\": 1095, \"rank\": 519, \"rankvar\": 1176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 316, \"group\": [1096.0, 123.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCCAGTAGT\", \"ini\": 3343, \"clust\": 968, \"rank\": 714, \"rankvar\": 640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 317, \"group\": [969.0, 108.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACCGTAA\", \"ini\": 3342, \"clust\": 1703, \"rank\": 403, \"rankvar\": 257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 247, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3113, \"group\": [1702.0, 229.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTAAAGTG\", \"ini\": 3341, \"clust\": 1679, \"rank\": 1028, \"rankvar\": 387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 248, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3114, \"group\": [1680.0, 224.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGACGTT\", \"ini\": 3340, \"clust\": 1227, \"rank\": 316, \"rankvar\": 918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 318, \"group\": [1225.0, 128.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGCACTCAGGC\", \"ini\": 3339, \"clust\": 2134, \"rank\": 369, \"rankvar\": 1928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3115, \"group\": [2133.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATCACCC\", \"ini\": 3338, \"clust\": 1120, \"rank\": 46, \"rankvar\": 2980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 319, \"group\": [1121.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTACCTACA\", \"ini\": 3337, \"clust\": 1595, \"rank\": 105, \"rankvar\": 1537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 252, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1684, \"group\": [1595.0, 200.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCAGTTTGG\", \"ini\": 3336, \"clust\": 94, \"rank\": 1112, \"rankvar\": 2241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 320, \"group\": [103.0, 40.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTGTGTATGGG\", \"ini\": 3335, \"clust\": 2220, \"rank\": 664, \"rankvar\": 2840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 254, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3116, \"group\": [2220.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCACGTGAGA\", \"ini\": 3334, \"clust\": 14, \"rank\": 738, \"rankvar\": 13, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 321, \"group\": [14.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTAGTACCT\", \"ini\": 3333, \"clust\": 2175, \"rank\": 432, \"rankvar\": 3101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3117, \"group\": [2173.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGTGTGCC\", \"ini\": 3332, \"clust\": 710, \"rank\": 282, \"rankvar\": 2853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 322, \"group\": [711.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCAGGGTTAG\", \"ini\": 3331, \"clust\": 1275, \"rank\": 338, \"rankvar\": 1205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 323, \"group\": [1278.0, 132.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTAAGGGC\", \"ini\": 3330, \"clust\": 2158, \"rank\": 202, \"rankvar\": 2727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3118, \"group\": [2157.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAGTGCACTTA\", \"ini\": 3329, \"clust\": 1021, \"rank\": 255, \"rankvar\": 1317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 324, \"group\": [1024.0, 116.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCAGACGTAG\", \"ini\": 3328, \"clust\": 2611, \"rank\": 784, \"rankvar\": 3345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 261, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3567, \"group\": [2612.0, 340.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTTTAC\", \"ini\": 3327, \"clust\": 2127, \"rank\": 118, \"rankvar\": 2799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 262, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3119, \"group\": [2127.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATGTTAAAGAC\", \"ini\": 3326, \"clust\": 1205, \"rank\": 800, \"rankvar\": 358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 325, \"group\": [1208.0, 127.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCGCCATG\", \"ini\": 3325, \"clust\": 66, \"rank\": 1138, \"rankvar\": 954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 326, \"group\": [66.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTTGAGGT\", \"ini\": 3324, \"clust\": 33, \"rank\": 941, \"rankvar\": 1633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 327, \"group\": [34.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTCGAATCT\", \"ini\": 3323, \"clust\": 988, \"rank\": 480, \"rankvar\": 861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 328, \"group\": [986.0, 110.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGCATCATC\", \"ini\": 3322, \"clust\": 1028, \"rank\": 214, \"rankvar\": 3099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 329, \"group\": [1029.0, 118.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTGTTAAGA\", \"ini\": 3321, \"clust\": 2114, \"rank\": 339, \"rankvar\": 3112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3120, \"group\": [2114.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCATTAGCCA\", \"ini\": 3320, \"clust\": 2160, \"rank\": 252, \"rankvar\": 2773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3121, \"group\": [2160.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGACATTA\", \"ini\": 3319, \"clust\": 2461, \"rank\": 1413, \"rankvar\": 3481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 270, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 9, \"group\": [2463.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCCTTGG\", \"ini\": 3318, \"clust\": 1080, \"rank\": 467, \"rankvar\": 9, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 330, \"group\": [1081.0, 122.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGATGCCAG\", \"ini\": 3317, \"clust\": 28, \"rank\": 795, \"rankvar\": 888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 331, \"group\": [27.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCAAGCGAGT\", \"ini\": 3316, \"clust\": 1722, \"rank\": 172, \"rankvar\": 447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 273, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1685, \"group\": [1722.0, 234.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCTAGGGC\", \"ini\": 3315, \"clust\": 1814, \"rank\": 144, \"rankvar\": 58, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1686, \"group\": [1813.0, 245.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCATCATTC\", \"ini\": 3314, \"clust\": 1241, \"rank\": 185, \"rankvar\": 1779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 332, \"group\": [1241.0, 129.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCAAACAACA\", \"ini\": 3313, \"clust\": 2140, \"rank\": 365, \"rankvar\": 2934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 276, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3122, \"group\": [2140.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCGGATCA\", \"ini\": 3312, \"clust\": 1128, \"rank\": 100, \"rankvar\": 2401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 333, \"group\": [1127.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCAAACGGG\", \"ini\": 3311, \"clust\": 1046, \"rank\": 332, \"rankvar\": 2501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 334, \"group\": [1051.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCCAGCTGGCT\", \"ini\": 3310, \"clust\": 2235, \"rank\": 901, \"rankvar\": 2924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 279, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3123, \"group\": [2234.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCAAGCCTA\", \"ini\": 3309, \"clust\": 2460, \"rank\": 1687, \"rankvar\": 3333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 280, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 10, \"group\": [2464.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCTGTTTGT\", \"ini\": 3308, \"clust\": 1835, \"rank\": 589, \"rankvar\": 407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 281, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3124, \"group\": [1836.0, 248.0, 43.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCGAGAAA\", \"ini\": 3307, \"clust\": 1574, \"rank\": 161, \"rankvar\": 216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 282, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1687, \"group\": [1574.0, 198.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGAGAACG\", \"ini\": 3306, \"clust\": 1091, \"rank\": 808, \"rankvar\": 426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 335, \"group\": [1091.0, 123.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACACAGGAGT\", \"ini\": 3305, \"clust\": 1169, \"rank\": 235, \"rankvar\": 2288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 336, \"group\": [1169.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAGACGTAG\", \"ini\": 3304, \"clust\": 21, \"rank\": 1596, \"rankvar\": 1099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 337, \"group\": [22.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCTGGAAC\", \"ini\": 3303, \"clust\": 1683, \"rank\": 752, \"rankvar\": 82, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 286, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3125, \"group\": [1683.0, 224.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCATGTAGC\", \"ini\": 3302, \"clust\": 1756, \"rank\": 1, \"rankvar\": 3316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 287, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1840, \"group\": [1753.0, 240.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGTTTGCC\", \"ini\": 3301, \"clust\": 1010, \"rank\": 236, \"rankvar\": 2512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 338, \"group\": [1011.0, 116.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGCGCTCCA\", \"ini\": 3300, \"clust\": 534, \"rank\": 731, \"rankvar\": 1227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 289, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 339, \"group\": [534.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTCATATGC\", \"ini\": 3299, \"clust\": 1839, \"rank\": 818, \"rankvar\": 1164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 290, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3126, \"group\": [1839.0, 249.0, 44.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCAGCGACC\", \"ini\": 3298, \"clust\": 3035, \"rank\": 1487, \"rankvar\": 1303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 291, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3127, \"group\": [3035.0, 415.0, 85.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACGGCGTT\", \"ini\": 3297, \"clust\": 1202, \"rank\": 722, \"rankvar\": 546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 340, \"group\": [1202.0, 127.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGCCTATGT\", \"ini\": 3296, \"clust\": 2116, \"rank\": 307, \"rankvar\": 1996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 293, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3128, \"group\": [2118.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAAGGTTTC\", \"ini\": 3295, \"clust\": 1211, \"rank\": 325, \"rankvar\": 1238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 341, \"group\": [1215.0, 128.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCCTACAGA\", \"ini\": 3294, \"clust\": 489, \"rank\": 433, \"rankvar\": 1792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 295, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 342, \"group\": [495.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGTGTACGG\", \"ini\": 3293, \"clust\": 580, \"rank\": 165, \"rankvar\": 3029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 296, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 343, \"group\": [581.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATCCGAG\", \"ini\": 3292, \"clust\": 2563, \"rank\": 1455, \"rankvar\": 2931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 297, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3129, \"group\": [2567.0, 336.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTCGGCACT\", \"ini\": 3291, \"clust\": 1047, \"rank\": 228, \"rankvar\": 2907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 344, \"group\": [1048.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAAACCAC\", \"ini\": 3290, \"clust\": 1689, \"rank\": 493, \"rankvar\": 384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3130, \"group\": [1690.0, 226.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGGCTATCT\", \"ini\": 3289, \"clust\": 2129, \"rank\": 239, \"rankvar\": 2806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3131, \"group\": [2126.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACCGGAT\", \"ini\": 3288, \"clust\": 983, \"rank\": 618, \"rankvar\": 502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 301, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 345, \"group\": [982.0, 109.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGTCGCCGT\", \"ini\": 3287, \"clust\": 2019, \"rank\": 652, \"rankvar\": 2652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 302, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3132, \"group\": [2023.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCTGACCTC\", \"ini\": 3286, \"clust\": 1824, \"rank\": 20, \"rankvar\": 678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 303, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1841, \"group\": [1824.0, 246.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGATAGAA\", \"ini\": 3285, \"clust\": 2056, \"rank\": 866, \"rankvar\": 2200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 304, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3133, \"group\": [2056.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATCCGAG\", \"ini\": 3284, \"clust\": 2092, \"rank\": 670, \"rankvar\": 2782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 305, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3134, \"group\": [2091.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCACATTTCT\", \"ini\": 3283, \"clust\": 1662, \"rank\": 885, \"rankvar\": 209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 306, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3030, \"group\": [1660.0, 217.0, 39.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTACCGCTG\", \"ini\": 3282, \"clust\": 1738, \"rank\": 268, \"rankvar\": 2685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 307, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 346, \"group\": [1739.0, 238.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAAGTCTAC\", \"ini\": 3281, \"clust\": 1085, \"rank\": 206, \"rankvar\": 527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 347, \"group\": [1086.0, 122.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTTCGCAT\", \"ini\": 3280, \"clust\": 1066, \"rank\": 840, \"rankvar\": 33, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 348, \"group\": [1067.0, 120.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCACAGAGGT\", \"ini\": 3279, \"clust\": 2107, \"rank\": 394, \"rankvar\": 928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3135, \"group\": [2110.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCTTCCTTC\", \"ini\": 3278, \"clust\": 576, \"rank\": 336, \"rankvar\": 702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 349, \"group\": [576.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCTAACC\", \"ini\": 3277, \"clust\": 2163, \"rank\": 884, \"rankvar\": 2947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 312, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3136, \"group\": [2162.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGGAATGC\", \"ini\": 3276, \"clust\": 965, \"rank\": 974, \"rankvar\": 449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 350, \"group\": [964.0, 107.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGTAGCCGA\", \"ini\": 3275, \"clust\": 2145, \"rank\": 575, \"rankvar\": 2943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3137, \"group\": [2147.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGAGCCATCGC\", \"ini\": 3274, \"clust\": 1860, \"rank\": 920, \"rankvar\": 644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 351, \"group\": [1861.0, 262.0, 50.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCTCCGGTT\", \"ini\": 3273, \"clust\": 1721, \"rank\": 132, \"rankvar\": 323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 316, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3138, \"group\": [1724.0, 234.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAAGTACCT\", \"ini\": 3272, \"clust\": 1789, \"rank\": 147, \"rankvar\": 151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 317, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3139, \"group\": [1790.0, 243.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCTCACTCTTA\", \"ini\": 3271, \"clust\": 1228, \"rank\": 340, \"rankvar\": 643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 352, \"group\": [1226.0, 128.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCGTAGTG\", \"ini\": 3270, \"clust\": 1076, \"rank\": 331, \"rankvar\": 1199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 353, \"group\": [1076.0, 121.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGCGT\", \"ini\": 3269, \"clust\": 2073, \"rank\": 717, \"rankvar\": 3113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 320, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3140, \"group\": [2073.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAGTACCT\", \"ini\": 3268, \"clust\": 1071, \"rank\": 383, \"rankvar\": 1388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 354, \"group\": [1072.0, 121.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGTCCCAGGTG\", \"ini\": 3267, \"clust\": 1668, \"rank\": 700, \"rankvar\": 421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3141, \"group\": [1667.0, 219.0, 39.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGATCGGA\", \"ini\": 3266, \"clust\": 814, \"rank\": 431, \"rankvar\": 2079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 355, \"group\": [813.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCTGCCCTA\", \"ini\": 3265, \"clust\": 1048, \"rank\": 320, \"rankvar\": 2696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 324, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 356, \"group\": [1046.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGTGCGTGA\", \"ini\": 3264, \"clust\": 2316, \"rank\": 845, \"rankvar\": 1814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 325, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3142, \"group\": [2314.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAAGAAGC\", \"ini\": 3263, \"clust\": 2136, \"rank\": 262, \"rankvar\": 2854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 326, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3143, \"group\": [2136.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAGTCGGCATC\", \"ini\": 3262, \"clust\": 994, \"rank\": 360, \"rankvar\": 924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 357, \"group\": [998.0, 113.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCAATCTCT\", \"ini\": 3261, \"clust\": 1029, \"rank\": 780, \"rankvar\": 1992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 358, \"group\": [1030.0, 118.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGACAGAGA\", \"ini\": 3260, \"clust\": 1805, \"rank\": 79, \"rankvar\": 320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 329, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1688, \"group\": [1805.0, 245.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGCGATTCT\", \"ini\": 3259, \"clust\": 2340, \"rank\": 933, \"rankvar\": 3245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 330, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 11, \"group\": [2347.0, 301.0, 59.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGCTGAAAT\", \"ini\": 3258, \"clust\": 1867, \"rank\": 1383, \"rankvar\": 472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 331, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 359, \"group\": [1870.0, 266.0, 50.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACTTACGA\", \"ini\": 3257, \"clust\": 1996, \"rank\": 631, \"rankvar\": 2627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3144, \"group\": [1993.0, 289.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGCTCCTCT\", \"ini\": 3256, \"clust\": 680, \"rank\": 464, \"rankvar\": 1687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 333, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 360, \"group\": [682.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTACGCGA\", \"ini\": 3255, \"clust\": 777, \"rank\": 370, \"rankvar\": 3177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 361, \"group\": [778.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAACTCTT\", \"ini\": 3254, \"clust\": 2258, \"rank\": 1269, \"rankvar\": 2444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 335, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3145, \"group\": [2256.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCAATCTACG\", \"ini\": 3253, \"clust\": 1578, \"rank\": 139, \"rankvar\": 114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1689, \"group\": [1582.0, 199.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTACAA\", \"ini\": 3252, \"clust\": 1833, \"rank\": 191, \"rankvar\": 89, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 337, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1842, \"group\": [1832.0, 246.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTGCATCTA\", \"ini\": 3251, \"clust\": 384, \"rank\": 970, \"rankvar\": 1459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 362, \"group\": [383.0, 74.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTACCGAGA\", \"ini\": 3250, \"clust\": 1261, \"rank\": 545, \"rankvar\": 2521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 363, \"group\": [1262.0, 130.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTTCCACAA\", \"ini\": 3249, \"clust\": 1235, \"rank\": 530, \"rankvar\": 967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 364, \"group\": [1236.0, 129.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCGAATCCA\", \"ini\": 3248, \"clust\": 1175, \"rank\": 281, \"rankvar\": 1212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 365, \"group\": [1177.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGTCCAGGA\", \"ini\": 3247, \"clust\": 2045, \"rank\": 1457, \"rankvar\": 1782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 342, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3146, \"group\": [2048.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCTCCTATA\", \"ini\": 3246, \"clust\": 2341, \"rank\": 382, \"rankvar\": 3104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 343, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 12, \"group\": [2341.0, 301.0, 59.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAACGATGG\", \"ini\": 3245, \"clust\": 2246, \"rank\": 577, \"rankvar\": 2488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 344, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3147, \"group\": [2244.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGAGCTT\", \"ini\": 3244, \"clust\": 2122, \"rank\": 327, \"rankvar\": 1319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3148, \"group\": [2129.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATGCCTTC\", \"ini\": 3243, \"clust\": 1011, \"rank\": 593, \"rankvar\": 1245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 366, \"group\": [1014.0, 116.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTGTTGAGG\", \"ini\": 3242, \"clust\": 2020, \"rank\": 765, \"rankvar\": 1472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 347, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3149, \"group\": [2018.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGACCTTTG\", \"ini\": 3241, \"clust\": 1276, \"rank\": 343, \"rankvar\": 1136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 367, \"group\": [1276.0, 132.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCGCTTTC\", \"ini\": 3240, \"clust\": 1032, \"rank\": 761, \"rankvar\": 514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 368, \"group\": [1033.0, 118.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGATAGTCA\", \"ini\": 3239, \"clust\": 729, \"rank\": 475, \"rankvar\": 1778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 350, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 369, \"group\": [729.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATGGTCAT\", \"ini\": 3238, \"clust\": 1018, \"rank\": 526, \"rankvar\": 2360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 370, \"group\": [1018.0, 116.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACAAATCCGT\", \"ini\": 3237, \"clust\": 1667, \"rank\": 337, \"rankvar\": 259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 352, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3150, \"group\": [1669.0, 219.0, 39.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCTCGGACG\", \"ini\": 3236, \"clust\": 400, \"rank\": 813, \"rankvar\": 1737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 353, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 371, \"group\": [400.0, 75.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCACCCTATC\", \"ini\": 3235, \"clust\": 987, \"rank\": 1362, \"rankvar\": 515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 372, \"group\": [988.0, 110.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACATCACAAC\", \"ini\": 3234, \"clust\": 973, \"rank\": 401, \"rankvar\": 2158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 373, \"group\": [973.0, 108.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAAGAGCAATT\", \"ini\": 3233, \"clust\": 1001, \"rank\": 1753, \"rankvar\": 31, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 374, \"group\": [1002.0, 114.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTACCGAT\", \"ini\": 3232, \"clust\": 1022, \"rank\": 675, \"rankvar\": 569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 375, \"group\": [1022.0, 116.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACATGCCTTC\", \"ini\": 3231, \"clust\": 785, \"rank\": 1010, \"rankvar\": 3003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 376, \"group\": [784.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCCGTAGGC\", \"ini\": 3230, \"clust\": 37, \"rank\": 750, \"rankvar\": 1155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 377, \"group\": [39.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACACTCTGTC\", \"ini\": 3229, \"clust\": 1980, \"rank\": 1216, \"rankvar\": 970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 360, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3151, \"group\": [1980.0, 286.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGACTGC\", \"ini\": 3228, \"clust\": 1736, \"rank\": 39, \"rankvar\": 1349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 361, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1843, \"group\": [1734.0, 236.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTGAGGGA\", \"ini\": 3227, \"clust\": 579, \"rank\": 310, \"rankvar\": 1277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 378, \"group\": [580.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGCTGTTCA\", \"ini\": 3226, \"clust\": 2199, \"rank\": 1633, \"rankvar\": 2148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 363, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3152, \"group\": [2201.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCTCGCGTTTC\", \"ini\": 3225, \"clust\": 961, \"rank\": 1062, \"rankvar\": 2060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 379, \"group\": [967.0, 107.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGTCGAGTG\", \"ini\": 3224, \"clust\": 1592, \"rank\": 296, \"rankvar\": 1569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1690, \"group\": [1592.0, 200.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAATCTACG\", \"ini\": 3223, \"clust\": 1737, \"rank\": 30, \"rankvar\": 1893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1844, \"group\": [1735.0, 236.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGTCCAGG\", \"ini\": 3222, \"clust\": 1236, \"rank\": 250, \"rankvar\": 2461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 380, \"group\": [1237.0, 129.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATCTGGTA\", \"ini\": 3221, \"clust\": 2095, \"rank\": 1117, \"rankvar\": 2894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3153, \"group\": [2094.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAACGCACC\", \"ini\": 3220, \"clust\": 724, \"rank\": 573, \"rankvar\": 2143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 381, \"group\": [724.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCATTTGGG\", \"ini\": 3219, \"clust\": 2131, \"rank\": 554, \"rankvar\": 2821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3154, \"group\": [2130.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAGTTGGTAAA\", \"ini\": 3218, \"clust\": 1730, \"rank\": 40, \"rankvar\": 414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1845, \"group\": [1733.0, 235.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATGTGTA\", \"ini\": 3217, \"clust\": 80, \"rank\": 1194, \"rankvar\": 750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 382, \"group\": [83.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGATATACG\", \"ini\": 3216, \"clust\": 810, \"rank\": 407, \"rankvar\": 3127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 383, \"group\": [811.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCATTCTTAC\", \"ini\": 3215, \"clust\": 2200, \"rank\": 1193, \"rankvar\": 2827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 374, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3155, \"group\": [2199.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGCTGATA\", \"ini\": 3214, \"clust\": 1206, \"rank\": 789, \"rankvar\": 427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 384, \"group\": [1206.0, 127.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTGTTTGG\", \"ini\": 3213, \"clust\": 2108, \"rank\": 502, \"rankvar\": 2225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3156, \"group\": [2109.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTTCTGTTT\", \"ini\": 3212, \"clust\": 1688, \"rank\": 354, \"rankvar\": 50, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 377, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1691, \"group\": [1689.0, 226.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTAACG\", \"ini\": 3211, \"clust\": 1079, \"rank\": 647, \"rankvar\": 1511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 385, \"group\": [1080.0, 121.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATAGCTCTCGG\", \"ini\": 3210, \"clust\": 1088, \"rank\": 827, \"rankvar\": 1028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 386, \"group\": [1089.0, 123.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATAAACG\", \"ini\": 3209, \"clust\": 2014, \"rank\": 823, \"rankvar\": 2196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 380, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3157, \"group\": [2014.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAGGGCATA\", \"ini\": 3208, \"clust\": 1219, \"rank\": 582, \"rankvar\": 1016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 387, \"group\": [1224.0, 128.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGATGCCAG\", \"ini\": 3207, \"clust\": 2237, \"rank\": 590, \"rankvar\": 3046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3158, \"group\": [2237.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTTGACAC\", \"ini\": 3206, \"clust\": 521, \"rank\": 659, \"rankvar\": 2479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 383, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 388, \"group\": [521.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATTCCTT\", \"ini\": 3205, \"clust\": 2078, \"rank\": 957, \"rankvar\": 2284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 384, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3159, \"group\": [2077.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAACGCACC\", \"ini\": 3204, \"clust\": 477, \"rank\": 1130, \"rankvar\": 1283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 389, \"group\": [478.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCCTCAACC\", \"ini\": 3203, \"clust\": 704, \"rank\": 782, \"rankvar\": 2114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 386, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 390, \"group\": [703.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTTACGGAG\", \"ini\": 3202, \"clust\": 669, \"rank\": 483, \"rankvar\": 2660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 391, \"group\": [670.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTAAGAGGA\", \"ini\": 3201, \"clust\": 2500, \"rank\": 1917, \"rankvar\": 3365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 13, \"group\": [2506.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGAAGGGTA\", \"ini\": 3200, \"clust\": 768, \"rank\": 1134, \"rankvar\": 2530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 389, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 392, \"group\": [771.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATCCTGT\", \"ini\": 3199, \"clust\": 2061, \"rank\": 409, \"rankvar\": 3167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 390, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3160, \"group\": [2060.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCTTAT\", \"ini\": 3198, \"clust\": 590, \"rank\": 805, \"rankvar\": 1832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 393, \"group\": [593.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCGGCTCA\", \"ini\": 3197, \"clust\": 655, \"rank\": 492, \"rankvar\": 2877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 394, \"group\": [656.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTTGCATG\", \"ini\": 3196, \"clust\": 2342, \"rank\": 704, \"rankvar\": 3035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 393, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 14, \"group\": [2342.0, 301.0, 59.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATGCAACT\", \"ini\": 3195, \"clust\": 3011, \"rank\": 2131, \"rankvar\": 1772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 394, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3161, \"group\": [3011.0, 407.0, 84.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCATAG\", \"ini\": 3194, \"clust\": 1686, \"rank\": 439, \"rankvar\": 136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 395, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1692, \"group\": [1686.0, 225.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAACATC\", \"ini\": 3193, \"clust\": 1144, \"rank\": 258, \"rankvar\": 1570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 395, \"group\": [1145.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCGATCCC\", \"ini\": 3192, \"clust\": 1784, \"rank\": 197, \"rankvar\": 144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 397, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1693, \"group\": [1783.0, 243.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCATGGTCA\", \"ini\": 3191, \"clust\": 708, \"rank\": 667, \"rankvar\": 2363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 396, \"group\": [709.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATAGCGTGAAC\", \"ini\": 3190, \"clust\": 1217, \"rank\": 923, \"rankvar\": 819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 397, \"group\": [1216.0, 128.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTCATGCAT\", \"ini\": 3189, \"clust\": 595, \"rank\": 1072, \"rankvar\": 1360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 398, \"group\": [594.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAACGTT\", \"ini\": 3188, \"clust\": 715, \"rank\": 531, \"rankvar\": 2147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 401, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 399, \"group\": [715.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGCAATGGACG\", \"ini\": 3187, \"clust\": 1773, \"rank\": 171, \"rankvar\": 2612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 402, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2693, \"group\": [1777.0, 241.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGAACTCGG\", \"ini\": 3186, \"clust\": 2564, \"rank\": 1629, \"rankvar\": 1621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 403, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3162, \"group\": [2566.0, 336.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAGTCGATT\", \"ini\": 3185, \"clust\": 1576, \"rank\": 379, \"rankvar\": 39, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 404, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1694, \"group\": [1576.0, 198.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGCCTAT\", \"ini\": 3184, \"clust\": 752, \"rank\": 1454, \"rankvar\": 1806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 400, \"group\": [750.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAACTGCGC\", \"ini\": 3183, \"clust\": 808, \"rank\": 561, \"rankvar\": 2790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 401, \"group\": [809.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCCACGTGG\", \"ini\": 3182, \"clust\": 2126, \"rank\": 94, \"rankvar\": 2604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3163, \"group\": [2123.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGGTCGTTGTA\", \"ini\": 3181, \"clust\": 1073, \"rank\": 506, \"rankvar\": 1336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 402, \"group\": [1073.0, 121.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACACGCTG\", \"ini\": 3180, \"clust\": 1061, \"rank\": 459, \"rankvar\": 2631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 403, \"group\": [1060.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGCAGGCTA\", \"ini\": 3179, \"clust\": 728, \"rank\": 660, \"rankvar\": 1582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 404, \"group\": [731.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGGACAA\", \"ini\": 3178, \"clust\": 1037, \"rank\": 605, \"rankvar\": 2307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 411, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 405, \"group\": [1038.0, 118.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGCTTTC\", \"ini\": 3177, \"clust\": 531, \"rank\": 718, \"rankvar\": 1418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 406, \"group\": [531.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGAATGTGT\", \"ini\": 3176, \"clust\": 1229, \"rank\": 501, \"rankvar\": 1660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 407, \"group\": [1227.0, 128.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGGACACCA\", \"ini\": 3175, \"clust\": 2385, \"rank\": 2018, \"rankvar\": 3510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 414, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 15, \"group\": [2386.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCACTGCCAG\", \"ini\": 3174, \"clust\": 2504, \"rank\": 2117, \"rankvar\": 3379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 415, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 16, \"group\": [2501.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGATCTCCAGGG\", \"ini\": 3173, \"clust\": 2462, \"rank\": 1060, \"rankvar\": 3394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 416, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 17, \"group\": [2461.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTTCAGATAAG\", \"ini\": 3172, \"clust\": 3034, \"rank\": 1957, \"rankvar\": 2128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 417, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3164, \"group\": [3037.0, 415.0, 85.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCGTCTCCCTA\", \"ini\": 3171, \"clust\": 577, \"rank\": 522, \"rankvar\": 297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 408, \"group\": [577.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCTAGGGC\", \"ini\": 3170, \"clust\": 522, \"rank\": 462, \"rankvar\": 2838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 409, \"group\": [522.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCTGAGTGT\", \"ini\": 3169, \"clust\": 1672, \"rank\": 1887, \"rankvar\": 1296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 420, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3165, \"group\": [1676.0, 223.0, 40.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCATATCGG\", \"ini\": 3168, \"clust\": 500, \"rank\": 819, \"rankvar\": 159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 410, \"group\": [501.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGAGTGAC\", \"ini\": 3167, \"clust\": 118, \"rank\": 849, \"rankvar\": 1115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 411, \"group\": [120.0, 45.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGCAAATCA\", \"ini\": 3166, \"clust\": 966, \"rank\": 766, \"rankvar\": 606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 412, \"group\": [965.0, 107.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGCCCTTA\", \"ini\": 3165, \"clust\": 1274, \"rank\": 305, \"rankvar\": 596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 413, \"group\": [1274.0, 132.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTCACATGGGA\", \"ini\": 3164, \"clust\": 535, \"rank\": 817, \"rankvar\": 1308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 414, \"group\": [535.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCGGCTTGG\", \"ini\": 3163, \"clust\": 538, \"rank\": 414, \"rankvar\": 3018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 426, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 415, \"group\": [541.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCGATCG\", \"ini\": 3162, \"clust\": 2025, \"rank\": 280, \"rankvar\": 2610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 427, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3166, \"group\": [2025.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCAGGCCCA\", \"ini\": 3161, \"clust\": 1622, \"rank\": 562, \"rankvar\": 1330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 428, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1670, \"group\": [1625.0, 205.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGTAGGAG\", \"ini\": 3160, \"clust\": 1107, \"rank\": 428, \"rankvar\": 1019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 416, \"group\": [1108.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCTTCTGGC\", \"ini\": 3159, \"clust\": 1995, \"rank\": 853, \"rankvar\": 2679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 430, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3167, \"group\": [1995.0, 289.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCCAAGGTGTG\", \"ini\": 3158, \"clust\": 989, \"rank\": 463, \"rankvar\": 1260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 417, \"group\": [987.0, 110.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGGATGCGT\", \"ini\": 3157, \"clust\": 2236, \"rank\": 1023, \"rankvar\": 3092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 432, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3168, \"group\": [2235.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTCGCTTCT\", \"ini\": 3156, \"clust\": 2181, \"rank\": 1170, \"rankvar\": 2804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 433, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3169, \"group\": [2180.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTACATGTC\", \"ini\": 3155, \"clust\": 1766, \"rank\": 116, \"rankvar\": 3118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3170, \"group\": [1768.0, 241.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTGTCCTCT\", \"ini\": 3154, \"clust\": 1215, \"rank\": 451, \"rankvar\": 1487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 418, \"group\": [1219.0, 128.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGAGTCTGG\", \"ini\": 3153, \"clust\": 501, \"rank\": 257, \"rankvar\": 2742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 419, \"group\": [502.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGTCTGT\", \"ini\": 3152, \"clust\": 978, \"rank\": 767, \"rankvar\": 864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 420, \"group\": [977.0, 109.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCAGCCAGAA\", \"ini\": 3151, \"clust\": 1243, \"rank\": 773, \"rankvar\": 1144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 421, \"group\": [1245.0, 129.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGGTTCT\", \"ini\": 3150, \"clust\": 998, \"rank\": 1358, \"rankvar\": 229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 422, \"group\": [1001.0, 113.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCACTTCAT\", \"ini\": 3149, \"clust\": 109, \"rank\": 803, \"rankvar\": 2356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 423, \"group\": [112.0, 44.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTACTCAT\", \"ini\": 3148, \"clust\": 1694, \"rank\": 641, \"rankvar\": 1760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 441, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1695, \"group\": [1695.0, 227.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCAGCTCTC\", \"ini\": 3147, \"clust\": 635, \"rank\": 290, \"rankvar\": 2730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 424, \"group\": [640.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGTAAG\", \"ini\": 3146, \"clust\": 2330, \"rank\": 1469, \"rankvar\": 3359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 443, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3559, \"group\": [2331.0, 299.0, 58.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTAAGAAC\", \"ini\": 3145, \"clust\": 2344, \"rank\": 726, \"rankvar\": 3084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 444, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 18, \"group\": [2344.0, 301.0, 59.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGTACGA\", \"ini\": 3144, \"clust\": 719, \"rank\": 517, \"rankvar\": 1234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 425, \"group\": [720.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGAGTAATC\", \"ini\": 3143, \"clust\": 1254, \"rank\": 435, \"rankvar\": 1933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 426, \"group\": [1258.0, 130.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGTGATTA\", \"ini\": 3142, \"clust\": 2104, \"rank\": 602, \"rankvar\": 1838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3171, \"group\": [2104.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGATATGCA\", \"ini\": 3141, \"clust\": 18, \"rank\": 1243, \"rankvar\": 1126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 427, \"group\": [19.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTAACGGT\", \"ini\": 3140, \"clust\": 1830, \"rank\": 18, \"rankvar\": 15, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1846, \"group\": [1830.0, 246.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCTCCGGTT\", \"ini\": 3139, \"clust\": 636, \"rank\": 712, \"rankvar\": 1828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 428, \"group\": [636.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCGACGGAA\", \"ini\": 3138, \"clust\": 911, \"rank\": 1945, \"rankvar\": 1301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 451, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 429, \"group\": [913.0, 95.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCAAGGCTT\", \"ini\": 3137, \"clust\": 2115, \"rank\": 216, \"rankvar\": 3094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 452, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3172, \"group\": [2115.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTAGAGTC\", \"ini\": 3136, \"clust\": 683, \"rank\": 601, \"rankvar\": 2233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 430, \"group\": [687.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGAGCGTT\", \"ini\": 3135, \"clust\": 3036, \"rank\": 1584, \"rankvar\": 1254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3173, \"group\": [3036.0, 415.0, 85.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTGCCAGA\", \"ini\": 3134, \"clust\": 722, \"rank\": 525, \"rankvar\": 1082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 455, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 431, \"group\": [723.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTCAATGGACG\", \"ini\": 3133, \"clust\": 629, \"rank\": 550, \"rankvar\": 1256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 432, \"group\": [632.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAGACTCGC\", \"ini\": 3132, \"clust\": 591, \"rank\": 1007, \"rankvar\": 488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 433, \"group\": [591.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAGGGAA\", \"ini\": 3131, \"clust\": 775, \"rank\": 855, \"rankvar\": 2585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 434, \"group\": [775.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTCCGAAGA\", \"ini\": 3130, \"clust\": 17, \"rank\": 872, \"rankvar\": 419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 435, \"group\": [20.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGTCGCCGTGA\", \"ini\": 3129, \"clust\": 1262, \"rank\": 553, \"rankvar\": 1050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 436, \"group\": [1263.0, 130.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGGTGTTA\", \"ini\": 3128, \"clust\": 1596, \"rank\": 195, \"rankvar\": 2160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 461, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1696, \"group\": [1598.0, 200.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCGCATAT\", \"ini\": 3127, \"clust\": 1658, \"rank\": 398, \"rankvar\": 2640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 462, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1697, \"group\": [1658.0, 215.0, 38.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCACAAACC\", \"ini\": 3126, \"clust\": 694, \"rank\": 1445, \"rankvar\": 2137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 437, \"group\": [694.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCACCCAGTG\", \"ini\": 3125, \"clust\": 1259, \"rank\": 498, \"rankvar\": 2494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 438, \"group\": [1259.0, 130.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTGCATCTA\", \"ini\": 3124, \"clust\": 638, \"rank\": 889, \"rankvar\": 1797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 439, \"group\": [638.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTTGA\", \"ini\": 3123, \"clust\": 706, \"rank\": 571, \"rankvar\": 1875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 466, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 440, \"group\": [707.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGCGATGAC\", \"ini\": 3122, \"clust\": 2042, \"rank\": 238, \"rankvar\": 2861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 467, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3174, \"group\": [2043.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCGGTTAAC\", \"ini\": 3121, \"clust\": 1101, \"rank\": 408, \"rankvar\": 1072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 441, \"group\": [1101.0, 124.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGTC\", \"ini\": 3120, \"clust\": 585, \"rank\": 680, \"rankvar\": 2883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 442, \"group\": [586.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCACCATGTA\", \"ini\": 3119, \"clust\": 2148, \"rank\": 490, \"rankvar\": 2808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 470, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3175, \"group\": [2148.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATAGAGT\", \"ini\": 3118, \"clust\": 2058, \"rank\": 621, \"rankvar\": 2676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3176, \"group\": [2064.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCGAACGC\", \"ini\": 3117, \"clust\": 2032, \"rank\": 356, \"rankvar\": 2492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 472, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3177, \"group\": [2031.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCTCTTGAT\", \"ini\": 3116, \"clust\": 2143, \"rank\": 350, \"rankvar\": 2787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 473, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3178, \"group\": [2142.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTATCGCC\", \"ini\": 3115, \"clust\": 2068, \"rank\": 585, \"rankvar\": 2624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 474, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3179, \"group\": [2068.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTCCGAAGA\", \"ini\": 3114, \"clust\": 2269, \"rank\": 1080, \"rankvar\": 2732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 475, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3180, \"group\": [2269.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCACTCGACG\", \"ini\": 3113, \"clust\": 1023, \"rank\": 682, \"rankvar\": 121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 476, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 443, \"group\": [1023.0, 116.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTCAGGGCATA\", \"ini\": 3112, \"clust\": 757, \"rank\": 938, \"rankvar\": 2528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 444, \"group\": [758.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGAGGACGG\", \"ini\": 3111, \"clust\": 2105, \"rank\": 264, \"rankvar\": 3237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 478, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3181, \"group\": [2105.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCGCGCAA\", \"ini\": 3110, \"clust\": 457, \"rank\": 949, \"rankvar\": 2017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 479, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 445, \"group\": [458.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTCGCTTG\", \"ini\": 3109, \"clust\": 2035, \"rank\": 460, \"rankvar\": 2942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 480, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3182, \"group\": [2044.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTTGAGGTG\", \"ini\": 3108, \"clust\": 1793, \"rank\": 303, \"rankvar\": 1062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1698, \"group\": [1794.0, 244.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGTCTCG\", \"ini\": 3107, \"clust\": 675, \"rank\": 1274, \"rankvar\": 756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 446, \"group\": [676.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAGTATCTG\", \"ini\": 3106, \"clust\": 487, \"rank\": 406, \"rankvar\": 2828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 447, \"group\": [487.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCGCAAGC\", \"ini\": 3105, \"clust\": 1145, \"rank\": 241, \"rankvar\": 2126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 448, \"group\": [1146.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGCAAATTGCC\", \"ini\": 3104, \"clust\": 2063, \"rank\": 838, \"rankvar\": 2124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 485, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3183, \"group\": [2062.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCACAGATTC\", \"ini\": 3103, \"clust\": 990, \"rank\": 775, \"rankvar\": 199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 449, \"group\": [991.0, 113.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAGTATAAG\", \"ini\": 3102, \"clust\": 1255, \"rank\": 721, \"rankvar\": 486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 487, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 450, \"group\": [1257.0, 130.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGAGCGAG\", \"ini\": 3101, \"clust\": 1998, \"rank\": 1995, \"rankvar\": 3010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 488, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3184, \"group\": [2000.0, 289.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTAGCACGA\", \"ini\": 3100, \"clust\": 1829, \"rank\": 64, \"rankvar\": 4, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 489, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1699, \"group\": [1829.0, 246.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCAAACAACA\", \"ini\": 3099, \"clust\": 568, \"rank\": 672, \"rankvar\": 1614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 490, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 451, \"group\": [571.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGCATGAG\", \"ini\": 3098, \"clust\": 1739, \"rank\": 82, \"rankvar\": 3264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 491, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 159, \"group\": [1740.0, 238.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGCGATAC\", \"ini\": 3097, \"clust\": 646, \"rank\": 1635, \"rankvar\": 998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 492, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 452, \"group\": [649.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCGGTCTAA\", \"ini\": 3096, \"clust\": 1020, \"rank\": 417, \"rankvar\": 1563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 493, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 453, \"group\": [1021.0, 116.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCGGCGCTA\", \"ini\": 3095, \"clust\": 2307, \"rank\": 1249, \"rankvar\": 2562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3185, \"group\": [2305.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGGAGTTTA\", \"ini\": 3094, \"clust\": 2112, \"rank\": 229, \"rankvar\": 3161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 495, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3186, \"group\": [2111.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGATGCGAC\", \"ini\": 3093, \"clust\": 2141, \"rank\": 381, \"rankvar\": 2932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 496, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3187, \"group\": [2141.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCATAACCG\", \"ini\": 3092, \"clust\": 1587, \"rank\": 184, \"rankvar\": 1896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 497, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1700, \"group\": [1586.0, 200.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTCCCGAG\", \"ini\": 3091, \"clust\": 2026, \"rank\": 328, \"rankvar\": 2760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3188, \"group\": [2026.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCCGTTGTC\", \"ini\": 3090, \"clust\": 1601, \"rank\": 798, \"rankvar\": 360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 499, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1671, \"group\": [1600.0, 201.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATGCAATC\", \"ini\": 3089, \"clust\": 169, \"rank\": 796, \"rankvar\": 1836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 454, \"group\": [170.0, 55.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCATGTAGC\", \"ini\": 3088, \"clust\": 1826, \"rank\": 7, \"rankvar\": 400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1847, \"group\": [1826.0, 246.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTCTTCTCG\", \"ini\": 3087, \"clust\": 1222, \"rank\": 371, \"rankvar\": 2011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 455, \"group\": [1220.0, 128.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCCTAA\", \"ini\": 3086, \"clust\": 29, \"rank\": 801, \"rankvar\": 542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 456, \"group\": [28.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAAAGAATC\", \"ini\": 3085, \"clust\": 1012, \"rank\": 770, \"rankvar\": 1376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 457, \"group\": [1012.0, 116.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGACACG\", \"ini\": 3084, \"clust\": 606, \"rank\": 910, \"rankvar\": 2299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 458, \"group\": [607.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCTTGTCC\", \"ini\": 3083, \"clust\": 1753, \"rank\": 17, \"rankvar\": 1698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1848, \"group\": [1752.0, 240.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTCCGACGT\", \"ini\": 3082, \"clust\": 1181, \"rank\": 223, \"rankvar\": 766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 459, \"group\": [1183.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAAGTGGC\", \"ini\": 3081, \"clust\": 2183, \"rank\": 829, \"rankvar\": 2583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3189, \"group\": [2182.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCAGAAGG\", \"ini\": 3080, \"clust\": 1571, \"rank\": 345, \"rankvar\": 290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1701, \"group\": [1570.0, 198.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGCGTTCG\", \"ini\": 3079, \"clust\": 2459, \"rank\": 703, \"rankvar\": 3413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 510, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 19, \"group\": [2460.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGCATCTA\", \"ini\": 3078, \"clust\": 174, \"rank\": 662, \"rankvar\": 1508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 511, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 460, \"group\": [174.0, 55.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGTTTGCC\", \"ini\": 3077, \"clust\": 362, \"rank\": 1260, \"rankvar\": 2572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 461, \"group\": [368.0, 70.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCACAAGCCC\", \"ini\": 3076, \"clust\": 1242, \"rank\": 393, \"rankvar\": 2170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 513, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 462, \"group\": [1246.0, 129.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGAGAACG\", \"ini\": 3075, \"clust\": 566, \"rank\": 399, \"rankvar\": 1568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 463, \"group\": [567.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGAGCACACAG\", \"ini\": 3074, \"clust\": 2106, \"rank\": 449, \"rankvar\": 2904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3190, \"group\": [2106.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGCGTAAG\", \"ini\": 3073, \"clust\": 944, \"rank\": 1447, \"rankvar\": 38, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 516, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 464, \"group\": [956.0, 104.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGATATGGT\", \"ini\": 3072, \"clust\": 1239, \"rank\": 447, \"rankvar\": 572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 465, \"group\": [1242.0, 129.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTTAGCGG\", \"ini\": 3071, \"clust\": 275, \"rank\": 1272, \"rankvar\": 1324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 518, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 466, \"group\": [273.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGTCCCACG\", \"ini\": 3070, \"clust\": 950, \"rank\": 991, \"rankvar\": 953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 519, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 467, \"group\": [949.0, 101.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTGTTTG\", \"ini\": 3069, \"clust\": 1197, \"rank\": 363, \"rankvar\": 1387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 520, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 468, \"group\": [1197.0, 126.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCAAGCTGGAAC\", \"ini\": 3068, \"clust\": 2350, \"rank\": 1845, \"rankvar\": 3165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 521, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 20, \"group\": [2348.0, 302.0, 59.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGAGTTGC\", \"ini\": 3067, \"clust\": 2111, \"rank\": 138, \"rankvar\": 3028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3191, \"group\": [2113.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAGTTGTGGCC\", \"ini\": 3066, \"clust\": 1583, \"rank\": 189, \"rankvar\": 2511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 523, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1702, \"group\": [1583.0, 199.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCACACGC\", \"ini\": 3065, \"clust\": 1782, \"rank\": 302, \"rankvar\": 331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 524, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1703, \"group\": [1784.0, 243.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCAAAGTAG\", \"ini\": 3064, \"clust\": 2142, \"rank\": 374, \"rankvar\": 3198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 525, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3192, \"group\": [2144.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTGGTGTAG\", \"ini\": 3063, \"clust\": 498, \"rank\": 476, \"rankvar\": 1639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 469, \"group\": [499.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAAGTGTA\", \"ini\": 3062, \"clust\": 2083, \"rank\": 640, \"rankvar\": 3159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 527, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3193, \"group\": [2084.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAGGTCGTC\", \"ini\": 3061, \"clust\": 2248, \"rank\": 683, \"rankvar\": 2935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 528, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3194, \"group\": [2247.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTACGAAAT\", \"ini\": 3060, \"clust\": 1207, \"rank\": 657, \"rankvar\": 272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 470, \"group\": [1207.0, 127.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGAAAG\", \"ini\": 3059, \"clust\": 2149, \"rank\": 706, \"rankvar\": 2366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 530, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3195, \"group\": [2149.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGGGACA\", \"ini\": 3058, \"clust\": 1096, \"rank\": 458, \"rankvar\": 869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 471, \"group\": [1097.0, 123.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGACG\", \"ini\": 3057, \"clust\": 597, \"rank\": 1459, \"rankvar\": 224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 472, \"group\": [600.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTAAGTAC\", \"ini\": 3056, \"clust\": 547, \"rank\": 440, \"rankvar\": 1900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 533, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 473, \"group\": [548.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTGCAAGC\", \"ini\": 3055, \"clust\": 2094, \"rank\": 791, \"rankvar\": 2785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 534, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3196, \"group\": [2096.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTACAGACG\", \"ini\": 3054, \"clust\": 1218, \"rank\": 697, \"rankvar\": 1813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 474, \"group\": [1217.0, 128.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATGCCAT\", \"ini\": 3053, \"clust\": 1059, \"rank\": 739, \"rankvar\": 995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 475, \"group\": [1063.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGTAGCCGA\", \"ini\": 3052, \"clust\": 569, \"rank\": 591, \"rankvar\": 1517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 476, \"group\": [569.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGCAGGTA\", \"ini\": 3051, \"clust\": 1807, \"rank\": 148, \"rankvar\": 37, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 538, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1704, \"group\": [1807.0, 245.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCTCCAAATGC\", \"ini\": 3050, \"clust\": 447, \"rank\": 1101, \"rankvar\": 2195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 477, \"group\": [450.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGGTCA\", \"ini\": 3049, \"clust\": 52, \"rank\": 1888, \"rankvar\": 442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 478, \"group\": [55.0, 28.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTTGTTTGG\", \"ini\": 3048, \"clust\": 3023, \"rank\": 1838, \"rankvar\": 2648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 541, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3197, \"group\": [3026.0, 411.0, 85.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCGGACC\", \"ini\": 3047, \"clust\": 712, \"rank\": 743, \"rankvar\": 2428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 479, \"group\": [713.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAACTGCT\", \"ini\": 3046, \"clust\": 2257, \"rank\": 711, \"rankvar\": 2580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 543, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3198, \"group\": [2258.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCTGATAA\", \"ini\": 3045, \"clust\": 496, \"rank\": 728, \"rankvar\": 1919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 480, \"group\": [496.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCATCCGTGG\", \"ini\": 3044, \"clust\": 981, \"rank\": 1034, \"rankvar\": 791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 545, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 481, \"group\": [985.0, 109.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGAACGT\", \"ini\": 3043, \"clust\": 1006, \"rank\": 1066, \"rankvar\": 726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 546, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 482, \"group\": [1009.0, 115.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGTGGGAA\", \"ini\": 3042, \"clust\": 493, \"rank\": 881, \"rankvar\": 1056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 483, \"group\": [492.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGAAGTT\", \"ini\": 3041, \"clust\": 630, \"rank\": 580, \"rankvar\": 2856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 484, \"group\": [630.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCCTATTCA\", \"ini\": 3040, \"clust\": 1179, \"rank\": 469, \"rankvar\": 125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 485, \"group\": [1179.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTTCGCAT\", \"ini\": 3039, \"clust\": 539, \"rank\": 521, \"rankvar\": 2377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 486, \"group\": [539.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGACATCTACGA\", \"ini\": 3038, \"clust\": 2250, \"rank\": 689, \"rankvar\": 3136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 551, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3199, \"group\": [2250.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAACTGGCC\", \"ini\": 3037, \"clust\": 2315, \"rank\": 1115, \"rankvar\": 1010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3200, \"group\": [2316.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAATCGAAA\", \"ini\": 3036, \"clust\": 30, \"rank\": 1415, \"rankvar\": 355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 553, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 487, \"group\": [31.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATCACAC\", \"ini\": 3035, \"clust\": 409, \"rank\": 710, \"rankvar\": 1845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 488, \"group\": [408.0, 76.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTGATGTGG\", \"ini\": 3034, \"clust\": 1045, \"rank\": 574, \"rankvar\": 1632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 489, \"group\": [1052.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGCGTTCCG\", \"ini\": 3033, \"clust\": 575, \"rank\": 249, \"rankvar\": 990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 556, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 490, \"group\": [578.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTAACGGT\", \"ini\": 3032, \"clust\": 1577, \"rank\": 198, \"rankvar\": 1269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 557, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1705, \"group\": [1577.0, 198.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTAGCATGGCA\", \"ini\": 3031, \"clust\": 1247, \"rank\": 762, \"rankvar\": 1170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 491, \"group\": [1247.0, 129.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGTACGG\", \"ini\": 3030, \"clust\": 982, \"rank\": 1217, \"rankvar\": 325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 492, \"group\": [984.0, 109.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAGAGCCAA\", \"ini\": 3029, \"clust\": 583, \"rank\": 448, \"rankvar\": 1647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 493, \"group\": [583.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCGTTCCG\", \"ini\": 3028, \"clust\": 2306, \"rank\": 1341, \"rankvar\": 2778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 561, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3201, \"group\": [2307.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCTGCGAA\", \"ini\": 3027, \"clust\": 512, \"rank\": 987, \"rankvar\": 1425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 494, \"group\": [520.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCGGCTACG\", \"ini\": 3026, \"clust\": 1271, \"rank\": 515, \"rankvar\": 1952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 495, \"group\": [1272.0, 132.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCCATGCTC\", \"ini\": 3025, \"clust\": 177, \"rank\": 446, \"rankvar\": 2348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 564, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 496, \"group\": [177.0, 55.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGATCAGCCTAA\", \"ini\": 3024, \"clust\": 705, \"rank\": 681, \"rankvar\": 2092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 497, \"group\": [704.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCGAACA\", \"ini\": 3023, \"clust\": 1263, \"rank\": 732, \"rankvar\": 1717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 498, \"group\": [1264.0, 130.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGAAATA\", \"ini\": 3022, \"clust\": 725, \"rank\": 569, \"rankvar\": 2300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 567, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 499, \"group\": [725.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGCTTCC\", \"ini\": 3021, \"clust\": 723, \"rank\": 655, \"rankvar\": 2864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 500, \"group\": [726.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTATCTG\", \"ini\": 3020, \"clust\": 2173, \"rank\": 943, \"rankvar\": 3205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 569, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3202, \"group\": [2176.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGATATGCA\", \"ini\": 3019, \"clust\": 1825, \"rank\": 127, \"rankvar\": 34, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1849, \"group\": [1825.0, 246.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCATCATTC\", \"ini\": 3018, \"clust\": 618, \"rank\": 1100, \"rankvar\": 2669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 501, \"group\": [618.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACCGAATT\", \"ini\": 3017, \"clust\": 2286, \"rank\": 1403, \"rankvar\": 3117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 572, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3203, \"group\": [2286.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTGAGTGT\", \"ini\": 3016, \"clust\": 91, \"rank\": 1369, \"rankvar\": 258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 573, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 502, \"group\": [91.0, 37.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGCAATTA\", \"ini\": 3015, \"clust\": 1208, \"rank\": 754, \"rankvar\": 1344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 503, \"group\": [1211.0, 127.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACTCCTG\", \"ini\": 3014, \"clust\": 1568, \"rank\": 222, \"rankvar\": 1939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 575, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1706, \"group\": [1578.0, 198.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTCATCC\", \"ini\": 3013, \"clust\": 1260, \"rank\": 771, \"rankvar\": 1682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 504, \"group\": [1260.0, 130.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGAACAACT\", \"ini\": 3012, \"clust\": 776, \"rank\": 1620, \"rankvar\": 298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 577, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 505, \"group\": [776.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCATCAGTAC\", \"ini\": 3011, \"clust\": 1755, \"rank\": 2, \"rankvar\": 3378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1850, \"group\": [1755.0, 240.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGTACATGA\", \"ini\": 3010, \"clust\": 995, \"rank\": 542, \"rankvar\": 630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 506, \"group\": [997.0, 113.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCCAATGGT\", \"ini\": 3009, \"clust\": 992, \"rank\": 753, \"rankvar\": 777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 507, \"group\": [993.0, 113.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTCGTACT\", \"ini\": 3008, \"clust\": 2059, \"rank\": 352, \"rankvar\": 2922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 581, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3204, \"group\": [2058.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTTGTTGG\", \"ini\": 3007, \"clust\": 1177, \"rank\": 598, \"rankvar\": 880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 582, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 508, \"group\": [1176.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACATGTCTCC\", \"ini\": 3006, \"clust\": 2384, \"rank\": 2071, \"rankvar\": 3367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 583, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 21, \"group\": [2387.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTTGAGTTC\", \"ini\": 3005, \"clust\": 499, \"rank\": 614, \"rankvar\": 1889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 584, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 509, \"group\": [500.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCGTTTAC\", \"ini\": 3004, \"clust\": 1984, \"rank\": 886, \"rankvar\": 2758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 585, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3205, \"group\": [1986.0, 287.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTTGAGGTG\", \"ini\": 3003, \"clust\": 2080, \"rank\": 656, \"rankvar\": 2429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 586, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3206, \"group\": [2079.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTACGAAAT\", \"ini\": 3002, \"clust\": 468, \"rank\": 1375, \"rankvar\": 1658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 510, \"group\": [472.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCGTGGTCG\", \"ini\": 3001, \"clust\": 709, \"rank\": 639, \"rankvar\": 1228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 511, \"group\": [710.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTGTGTCGCTG\", \"ini\": 3000, \"clust\": 2502, \"rank\": 1661, \"rankvar\": 3370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 589, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 22, \"group\": [2504.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACAGTACACCT\", \"ini\": 2999, \"clust\": 818, \"rank\": 950, \"rankvar\": 1047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 590, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 512, \"group\": [819.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGGAGGTA\", \"ini\": 2998, \"clust\": 2215, \"rank\": 391, \"rankvar\": 1846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 591, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3207, \"group\": [2215.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGGTAACG\", \"ini\": 2997, \"clust\": 113, \"rank\": 1240, \"rankvar\": 2589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 513, \"group\": [113.0, 44.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACGAAA\", \"ini\": 2996, \"clust\": 2120, \"rank\": 254, \"rankvar\": 2724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 593, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3208, \"group\": [2119.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCCTGTT\", \"ini\": 2995, \"clust\": 2224, \"rank\": 837, \"rankvar\": 2940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 594, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3209, \"group\": [2222.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATGTTGTCTTT\", \"ini\": 2994, \"clust\": 573, \"rank\": 609, \"rankvar\": 1921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 595, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 514, \"group\": [572.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCGCCGTGA\", \"ini\": 2993, \"clust\": 2271, \"rank\": 1075, \"rankvar\": 3122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 596, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3210, \"group\": [2271.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATCGCTC\", \"ini\": 2992, \"clust\": 85, \"rank\": 416, \"rankvar\": 1595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 515, \"group\": [85.0, 36.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCCTGCCAT\", \"ini\": 2991, \"clust\": 2513, \"rank\": 1077, \"rankvar\": 313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 516, \"group\": [2514.0, 320.0, 66.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTGACCAAG\", \"ini\": 2990, \"clust\": 2033, \"rank\": 557, \"rankvar\": 2257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3211, \"group\": [2032.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTACGAAAT\", \"ini\": 2989, \"clust\": 1939, \"rank\": 1548, \"rankvar\": 2232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 600, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3212, \"group\": [1940.0, 274.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTAAGGTCATCT\", \"ini\": 2988, \"clust\": 416, \"rank\": 1442, \"rankvar\": 417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 517, \"group\": [416.0, 76.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCGAGAACG\", \"ini\": 2987, \"clust\": 466, \"rank\": 1207, \"rankvar\": 950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 518, \"group\": [467.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCGAGCCCA\", \"ini\": 2986, \"clust\": 1040, \"rank\": 535, \"rankvar\": 1458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 519, \"group\": [1043.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGTACGCCC\", \"ini\": 2985, \"clust\": 2238, \"rank\": 587, \"rankvar\": 3036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3213, \"group\": [2238.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCTTACCTA\", \"ini\": 2984, \"clust\": 673, \"rank\": 981, \"rankvar\": 2207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 520, \"group\": [674.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGAACTCGG\", \"ini\": 2983, \"clust\": 2135, \"rank\": 226, \"rankvar\": 2552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 606, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3214, \"group\": [2134.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGGAT\", \"ini\": 2982, \"clust\": 35, \"rank\": 1206, \"rankvar\": 848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 607, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 521, \"group\": [35.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTGCTCTTC\", \"ini\": 2981, \"clust\": 1827, \"rank\": 31, \"rankvar\": 307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 608, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1851, \"group\": [1827.0, 246.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGACGCAA\", \"ini\": 2980, \"clust\": 2109, \"rank\": 466, \"rankvar\": 2881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 609, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3215, \"group\": [2107.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCACTGTCGG\", \"ini\": 2979, \"clust\": 2205, \"rank\": 1427, \"rankvar\": 2784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3216, \"group\": [2205.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTGCAGGTA\", \"ini\": 2978, \"clust\": 437, \"rank\": 945, \"rankvar\": 2780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 522, \"group\": [436.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTGAGCGAT\", \"ini\": 2977, \"clust\": 2339, \"rank\": 248, \"rankvar\": 3435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 612, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1707, \"group\": [2340.0, 300.0, 59.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCACATACG\", \"ini\": 2976, \"clust\": 2716, \"rank\": 686, \"rankvar\": 2449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 613, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2694, \"group\": [2716.0, 369.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTTCAGTTCGA\", \"ini\": 2975, \"clust\": 600, \"rank\": 1510, \"rankvar\": 2498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 523, \"group\": [601.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCCTTGACC\", \"ini\": 2974, \"clust\": 563, \"rank\": 897, \"rankvar\": 1558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 524, \"group\": [565.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATCGATGT\", \"ini\": 2973, \"clust\": 1035, \"rank\": 629, \"rankvar\": 1726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 616, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 525, \"group\": [1036.0, 118.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCCAAAGTC\", \"ini\": 2972, \"clust\": 974, \"rank\": 512, \"rankvar\": 1189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 526, \"group\": [974.0, 108.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCCGAAGAG\", \"ini\": 2971, \"clust\": 2578, \"rank\": 2135, \"rankvar\": 3406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 618, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3568, \"group\": [2581.0, 339.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGAAACCTA\", \"ini\": 2970, \"clust\": 2347, \"rank\": 1219, \"rankvar\": 3055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 23, \"group\": [2352.0, 303.0, 59.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCGACGGAA\", \"ini\": 2969, \"clust\": 1690, \"rank\": 292, \"rankvar\": 133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 620, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1708, \"group\": [1691.0, 226.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACCAGTTA\", \"ini\": 2968, \"clust\": 513, \"rank\": 1148, \"rankvar\": 2633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 527, \"group\": [513.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTCTGGAGA\", \"ini\": 2967, \"clust\": 1064, \"rank\": 814, \"rankvar\": 1132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 528, \"group\": [1064.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCATCGGAT\", \"ini\": 2966, \"clust\": 1050, \"rank\": 723, \"rankvar\": 1329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 529, \"group\": [1049.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGGTAAG\", \"ini\": 2965, \"clust\": 1226, \"rank\": 533, \"rankvar\": 251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 530, \"group\": [1229.0, 128.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCTTGACC\", \"ini\": 2964, \"clust\": 1185, \"rank\": 288, \"rankvar\": 441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 625, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 531, \"group\": [1185.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACAGAGA\", \"ini\": 2963, \"clust\": 567, \"rank\": 606, \"rankvar\": 1398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 532, \"group\": [568.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACATCCA\", \"ini\": 2962, \"clust\": 2156, \"rank\": 273, \"rankvar\": 2791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3217, \"group\": [2156.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAGCCTAT\", \"ini\": 2961, \"clust\": 2137, \"rank\": 436, \"rankvar\": 2231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 628, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3218, \"group\": [2137.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTAGAGC\", \"ini\": 2960, \"clust\": 2057, \"rank\": 904, \"rankvar\": 2607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 629, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3219, \"group\": [2057.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTAGCGTGA\", \"ini\": 2959, \"clust\": 95, \"rank\": 1343, \"rankvar\": 208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 533, \"group\": [94.0, 38.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTGAGGGAG\", \"ini\": 2958, \"clust\": 2040, \"rank\": 442, \"rankvar\": 2708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 631, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3220, \"group\": [2039.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTAGCCTAT\", \"ini\": 2957, \"clust\": 31, \"rank\": 1755, \"rankvar\": 218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 534, \"group\": [32.0, 19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCATACCATG\", \"ini\": 2956, \"clust\": 1635, \"rank\": 1157, \"rankvar\": 2885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 633, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1709, \"group\": [1636.0, 206.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTGCAGTAG\", \"ini\": 2955, \"clust\": 2089, \"rank\": 1361, \"rankvar\": 2271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 634, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3221, \"group\": [2088.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACGCTTTC\", \"ini\": 2954, \"clust\": 2012, \"rank\": 1406, \"rankvar\": 2842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 635, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3222, \"group\": [2009.0, 289.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCGACAT\", \"ini\": 2953, \"clust\": 1097, \"rank\": 473, \"rankvar\": 601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 535, \"group\": [1100.0, 123.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTATGTGG\", \"ini\": 2952, \"clust\": 806, \"rank\": 1446, \"rankvar\": 2154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 637, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 536, \"group\": [806.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTAGCGGT\", \"ini\": 2951, \"clust\": 901, \"rank\": 2317, \"rankvar\": 1410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 537, \"group\": [905.0, 95.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACTCTTA\", \"ini\": 2950, \"clust\": 964, \"rank\": 592, \"rankvar\": 1535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 639, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 538, \"group\": [966.0, 107.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACTTACGA\", \"ini\": 2949, \"clust\": 1209, \"rank\": 811, \"rankvar\": 583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 539, \"group\": [1209.0, 127.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTCAGATAA\", \"ini\": 2948, \"clust\": 2725, \"rank\": 1196, \"rankvar\": 3192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 641, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2695, \"group\": [2724.0, 370.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTGATAAGT\", \"ini\": 2947, \"clust\": 1695, \"rank\": 536, \"rankvar\": 762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 642, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1672, \"group\": [1696.0, 227.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGTGAGA\", \"ini\": 2946, \"clust\": 1068, \"rank\": 484, \"rankvar\": 1429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 540, \"group\": [1069.0, 120.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGGGTCT\", \"ini\": 2945, \"clust\": 486, \"rank\": 503, \"rankvar\": 1699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 541, \"group\": [489.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCTCGGATGTT\", \"ini\": 2944, \"clust\": 1575, \"rank\": 154, \"rankvar\": 26, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1710, \"group\": [1575.0, 198.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCCAAGTAATG\", \"ini\": 2943, \"clust\": 690, \"rank\": 988, \"rankvar\": 1453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 646, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 542, \"group\": [692.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAACACAGTCGC\", \"ini\": 2942, \"clust\": 2169, \"rank\": 1197, \"rankvar\": 1088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 647, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3223, \"group\": [2168.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTCGAGTA\", \"ini\": 2941, \"clust\": 2151, \"rank\": 322, \"rankvar\": 2520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 648, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3224, \"group\": [2150.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCTCACCT\", \"ini\": 2940, \"clust\": 2157, \"rank\": 259, \"rankvar\": 2662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 649, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3225, \"group\": [2159.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTTCAACCA\", \"ini\": 2939, \"clust\": 984, \"rank\": 1033, \"rankvar\": 142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 543, \"group\": [983.0, 109.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACACATGT\", \"ini\": 2938, \"clust\": 1214, \"rank\": 471, \"rankvar\": 1835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 651, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 544, \"group\": [1213.0, 128.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTGCACTTA\", \"ini\": 2937, \"clust\": 581, \"rank\": 321, \"rankvar\": 1065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 545, \"group\": [582.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTTACGTCA\", \"ini\": 2936, \"clust\": 1024, \"rank\": 1154, \"rankvar\": 2115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 653, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 546, \"group\": [1025.0, 117.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTTGGGTA\", \"ini\": 2935, \"clust\": 347, \"rank\": 864, \"rankvar\": 1680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 547, \"group\": [347.0, 68.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTATTACCG\", \"ini\": 2934, \"clust\": 2118, \"rank\": 225, \"rankvar\": 2953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 655, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3226, \"group\": [2117.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGGCTCAGA\", \"ini\": 2933, \"clust\": 2227, \"rank\": 963, \"rankvar\": 2960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 656, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3227, \"group\": [2226.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCACTCCTG\", \"ini\": 2932, \"clust\": 714, \"rank\": 663, \"rankvar\": 2283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 548, \"group\": [717.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAGACGCTC\", \"ini\": 2931, \"clust\": 1013, \"rank\": 687, \"rankvar\": 1841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 549, \"group\": [1013.0, 116.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTGACTACT\", \"ini\": 2930, \"clust\": 1212, \"rank\": 411, \"rankvar\": 1441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 659, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 550, \"group\": [1214.0, 128.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAGGTACC\", \"ini\": 2929, \"clust\": 813, \"rank\": 622, \"rankvar\": 2375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 551, \"group\": [815.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCACCATCCT\", \"ini\": 2928, \"clust\": 1251, \"rank\": 740, \"rankvar\": 1262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 552, \"group\": [1254.0, 130.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTAGTGCTGCC\", \"ini\": 2927, \"clust\": 1067, \"rank\": 779, \"rankvar\": 541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 662, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 553, \"group\": [1068.0, 120.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGGCTT\", \"ini\": 2926, \"clust\": 663, \"rank\": 844, \"rankvar\": 2235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 663, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 554, \"group\": [664.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCTACAGA\", \"ini\": 2925, \"clust\": 1987, \"rank\": 876, \"rankvar\": 2687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 664, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3228, \"group\": [1987.0, 288.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACAGTAGGTGC\", \"ini\": 2924, \"clust\": 523, \"rank\": 1224, \"rankvar\": 2389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 665, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 555, \"group\": [524.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTTATCTG\", \"ini\": 2923, \"clust\": 2188, \"rank\": 1648, \"rankvar\": 2700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 666, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3229, \"group\": [2187.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGCGGTAA\", \"ini\": 2922, \"clust\": 1253, \"rank\": 423, \"rankvar\": 1381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 556, \"group\": [1253.0, 130.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTCTAGAGG\", \"ini\": 2921, \"clust\": 1810, \"rank\": 170, \"rankvar\": 116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1711, \"group\": [1809.0, 245.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCGTTTGCC\", \"ini\": 2920, \"clust\": 1043, \"rank\": 1057, \"rankvar\": 2038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 557, \"group\": [1044.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTGTTTGT\", \"ini\": 2919, \"clust\": 2218, \"rank\": 362, \"rankvar\": 2896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 670, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3230, \"group\": [2217.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCATAAAGG\", \"ini\": 2918, \"clust\": 102, \"rank\": 1303, \"rankvar\": 393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 671, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 558, \"group\": [100.0, 39.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTTCAACCA\", \"ini\": 2917, \"clust\": 2023, \"rank\": 1255, \"rankvar\": 2368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 672, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3231, \"group\": [2020.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTACTCTCC\", \"ini\": 2916, \"clust\": 836, \"rank\": 1997, \"rankvar\": 2157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 673, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 559, \"group\": [837.0, 85.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGGTGTGT\", \"ini\": 2915, \"clust\": 1016, \"rank\": 485, \"rankvar\": 2945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 560, \"group\": [1019.0, 116.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTGTCTTT\", \"ini\": 2914, \"clust\": 1081, \"rank\": 635, \"rankvar\": 23, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 561, \"group\": [1082.0, 122.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAATTCCC\", \"ini\": 2913, \"clust\": 1198, \"rank\": 274, \"rankvar\": 2350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 562, \"group\": [1198.0, 126.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAGCGCTC\", \"ini\": 2912, \"clust\": 2265, \"rank\": 1165, \"rankvar\": 2898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 677, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3232, \"group\": [2262.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTGCAGACA\", \"ini\": 2911, \"clust\": 1584, \"rank\": 156, \"rankvar\": 1304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 678, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1712, \"group\": [1584.0, 199.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCAATAAGG\", \"ini\": 2910, \"clust\": 2295, \"rank\": 912, \"rankvar\": 2502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 679, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3233, \"group\": [2294.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCACCAGGC\", \"ini\": 2909, \"clust\": 1026, \"rank\": 1270, \"rankvar\": 851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 563, \"group\": [1027.0, 118.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGTTAAGA\", \"ini\": 2908, \"clust\": 2501, \"rank\": 1572, \"rankvar\": 3422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 681, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 24, \"group\": [2505.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAGGGCT\", \"ini\": 2907, \"clust\": 528, \"rank\": 812, \"rankvar\": 1362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 564, \"group\": [528.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAAGTAGTA\", \"ini\": 2906, \"clust\": 1093, \"rank\": 671, \"rankvar\": 681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 565, \"group\": [1094.0, 123.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCATCTATGG\", \"ini\": 2905, \"clust\": 937, \"rank\": 1451, \"rankvar\": 2744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 566, \"group\": [940.0, 97.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGGACGAAA\", \"ini\": 2904, \"clust\": 2071, \"rank\": 534, \"rankvar\": 3234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 685, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3234, \"group\": [2070.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTCGAGTTT\", \"ini\": 2903, \"clust\": 507, \"rank\": 806, \"rankvar\": 1608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 567, \"group\": [505.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTAAGTGGC\", \"ini\": 2902, \"clust\": 732, \"rank\": 1055, \"rankvar\": 984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 568, \"group\": [732.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCTCATGTCCC\", \"ini\": 2901, \"clust\": 104, \"rank\": 603, \"rankvar\": 2451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 569, \"group\": [105.0, 42.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATGCCTAA\", \"ini\": 2900, \"clust\": 1740, \"rank\": 676, \"rankvar\": 698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 689, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3235, \"group\": [1741.0, 238.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCAACGAAA\", \"ini\": 2899, \"clust\": 1285, \"rank\": 2122, \"rankvar\": 1370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 570, \"group\": [1286.0, 135.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATGGAGC\", \"ini\": 2898, \"clust\": 2130, \"rank\": 425, \"rankvar\": 3057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 691, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3236, \"group\": [2132.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGAAACCTA\", \"ini\": 2897, \"clust\": 1002, \"rank\": 783, \"rankvar\": 2508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 692, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 571, \"group\": [1003.0, 114.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCCTTGACC\", \"ini\": 2896, \"clust\": 1049, \"rank\": 478, \"rankvar\": 2642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 572, \"group\": [1047.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGTGGACGT\", \"ini\": 2895, \"clust\": 1602, \"rank\": 434, \"rankvar\": 780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1713, \"group\": [1601.0, 201.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCGAGAGCA\", \"ini\": 2894, \"clust\": 1074, \"rank\": 299, \"rankvar\": 2289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 573, \"group\": [1074.0, 121.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAAATTGCC\", \"ini\": 2893, \"clust\": 1619, \"rank\": 628, \"rankvar\": 437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1714, \"group\": [1622.0, 204.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTGCTG\", \"ini\": 2892, \"clust\": 1659, \"rank\": 387, \"rankvar\": 1090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1715, \"group\": [1664.0, 217.0, 39.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACCAGGCTGAA\", \"ini\": 2891, \"clust\": 1152, \"rank\": 744, \"rankvar\": 65, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 574, \"group\": [1154.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCGTTCCG\", \"ini\": 2890, \"clust\": 116, \"rank\": 1555, \"rankvar\": 450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 575, \"group\": [116.0, 45.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCCGAACC\", \"ini\": 2889, \"clust\": 958, \"rank\": 911, \"rankvar\": 501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 700, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 576, \"group\": [961.0, 106.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCTTCTCG\", \"ini\": 2888, \"clust\": 2548, \"rank\": 1756, \"rankvar\": 778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 701, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3237, \"group\": [2551.0, 332.0, 71.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGTGTTAGA\", \"ini\": 2887, \"clust\": 637, \"rank\": 822, \"rankvar\": 1550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 702, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 577, \"group\": [637.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTAAGTGTA\", \"ini\": 2886, \"clust\": 707, \"rank\": 651, \"rankvar\": 2545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 578, \"group\": [708.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGGGTTCCC\", \"ini\": 2885, \"clust\": 1781, \"rank\": 275, \"rankvar\": 405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 704, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1716, \"group\": [1785.0, 243.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGTTTA\", \"ini\": 2884, \"clust\": 2174, \"rank\": 615, \"rankvar\": 2410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 705, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3238, \"group\": [2175.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTTTAAGCC\", \"ini\": 2883, \"clust\": 2463, \"rank\": 1914, \"rankvar\": 3453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 706, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 25, \"group\": [2462.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTAAGGGAA\", \"ini\": 2882, \"clust\": 2050, \"rank\": 361, \"rankvar\": 2857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 707, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3239, \"group\": [2049.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATCTGTT\", \"ini\": 2881, \"clust\": 455, \"rank\": 661, \"rankvar\": 2045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 579, \"group\": [454.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGATACACA\", \"ini\": 2880, \"clust\": 2294, \"rank\": 539, \"rankvar\": 2548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 709, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3240, \"group\": [2296.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTAAATGTG\", \"ini\": 2879, \"clust\": 743, \"rank\": 1309, \"rankvar\": 2197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 580, \"group\": [744.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGTAGCCGA\", \"ini\": 2878, \"clust\": 1062, \"rank\": 746, \"rankvar\": 1731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 581, \"group\": [1061.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTATTG\", \"ini\": 2877, \"clust\": 1075, \"rank\": 486, \"rankvar\": 1222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 582, \"group\": [1078.0, 121.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCAAGCTGAG\", \"ini\": 2876, \"clust\": 2001, \"rank\": 792, \"rankvar\": 3247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 713, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3241, \"group\": [2001.0, 289.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCGTAATA\", \"ini\": 2875, \"clust\": 793, \"rank\": 989, \"rankvar\": 2083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 583, \"group\": [792.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCAACTCTT\", \"ini\": 2874, \"clust\": 1170, \"rank\": 616, \"rankvar\": 961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 715, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 584, \"group\": [1171.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCTCTTGTCAT\", \"ini\": 2873, \"clust\": 1060, \"rank\": 948, \"rankvar\": 818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 716, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 585, \"group\": [1062.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCAGATCG\", \"ini\": 2872, \"clust\": 490, \"rank\": 452, \"rankvar\": 1385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 717, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 586, \"group\": [490.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCACGTGG\", \"ini\": 2871, \"clust\": 478, \"rank\": 1146, \"rankvar\": 1089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 587, \"group\": [479.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTCAAGCCTAT\", \"ini\": 2870, \"clust\": 450, \"rank\": 848, \"rankvar\": 2493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 719, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 588, \"group\": [453.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCACTATTC\", \"ini\": 2869, \"clust\": 2072, \"rank\": 654, \"rankvar\": 3141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 720, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3242, \"group\": [2071.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGCATGGCA\", \"ini\": 2868, \"clust\": 2084, \"rank\": 555, \"rankvar\": 2801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 721, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3243, \"group\": [2082.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCACGGTGTC\", \"ini\": 2867, \"clust\": 2110, \"rank\": 269, \"rankvar\": 2361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 722, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3244, \"group\": [2108.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAGATGAGC\", \"ini\": 2866, \"clust\": 582, \"rank\": 424, \"rankvar\": 3087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 723, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 589, \"group\": [585.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTCTCCACT\", \"ini\": 2865, \"clust\": 112, \"rank\": 1688, \"rankvar\": 327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 724, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 590, \"group\": [115.0, 44.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTCTCGG\", \"ini\": 2864, \"clust\": 762, \"rank\": 1340, \"rankvar\": 3039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 725, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 591, \"group\": [762.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAATGTTGC\", \"ini\": 2863, \"clust\": 755, \"rank\": 1043, \"rankvar\": 1160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 592, \"group\": [755.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGTCTCA\", \"ini\": 2862, \"clust\": 2054, \"rank\": 1182, \"rankvar\": 1848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 727, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3245, \"group\": [2054.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCTGT\", \"ini\": 2861, \"clust\": 131, \"rank\": 1225, \"rankvar\": 2216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 728, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 593, \"group\": [134.0, 47.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGGGCATGT\", \"ini\": 2860, \"clust\": 2272, \"rank\": 830, \"rankvar\": 2692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 729, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3246, \"group\": [2272.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGACATGGGACA\", \"ini\": 2859, \"clust\": 427, \"rank\": 1497, \"rankvar\": 1290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 594, \"group\": [427.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTTCCGGCA\", \"ini\": 2858, \"clust\": 340, \"rank\": 1612, \"rankvar\": 731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 731, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 595, \"group\": [343.0, 67.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAAGGATT\", \"ini\": 2857, \"clust\": 2017, \"rank\": 1400, \"rankvar\": 1177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 732, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3247, \"group\": [2016.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATCGATTG\", \"ini\": 2856, \"clust\": 2724, \"rank\": 809, \"rankvar\": 3020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 733, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2696, \"group\": [2726.0, 370.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTAAGTAGT\", \"ini\": 2855, \"clust\": 2171, \"rank\": 705, \"rankvar\": 2536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3248, \"group\": [2171.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGGTAGA\", \"ini\": 2854, \"clust\": 502, \"rank\": 1041, \"rankvar\": 217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 596, \"group\": [503.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACATGTC\", \"ini\": 2853, \"clust\": 1199, \"rank\": 644, \"rankvar\": 1014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 736, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 597, \"group\": [1199.0, 126.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCAGTGACTCT\", \"ini\": 2852, \"clust\": 1988, \"rank\": 552, \"rankvar\": 3187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3249, \"group\": [1988.0, 288.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCAACGCACC\", \"ini\": 2851, \"clust\": 1245, \"rank\": 579, \"rankvar\": 779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 598, \"group\": [1244.0, 129.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAGTAGTGAAT\", \"ini\": 2850, \"clust\": 1265, \"rank\": 1093, \"rankvar\": 1622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 599, \"group\": [1266.0, 130.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCCCATTAT\", \"ini\": 2849, \"clust\": 976, \"rank\": 1095, \"rankvar\": 390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 600, \"group\": [978.0, 109.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCAAGCCTA\", \"ini\": 2848, \"clust\": 739, \"rank\": 384, \"rankvar\": 3103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 601, \"group\": [740.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCCGTAGTA\", \"ini\": 2847, \"clust\": 2239, \"rank\": 875, \"rankvar\": 2839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 742, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3250, \"group\": [2239.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCCATGCTC\", \"ini\": 2846, \"clust\": 696, \"rank\": 1129, \"rankvar\": 1484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 743, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 602, \"group\": [697.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGTGGAGTC\", \"ini\": 2845, \"clust\": 2209, \"rank\": 1422, \"rankvar\": 2851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 744, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3251, \"group\": [2209.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCAGCTGGC\", \"ini\": 2844, \"clust\": 405, \"rank\": 802, \"rankvar\": 1520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 745, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 603, \"group\": [405.0, 76.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGAGTATA\", \"ini\": 2843, \"clust\": 2146, \"rank\": 543, \"rankvar\": 3086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 746, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3252, \"group\": [2145.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTCTTGAT\", \"ini\": 2842, \"clust\": 2232, \"rank\": 921, \"rankvar\": 2818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 747, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3253, \"group\": [2231.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACGGTTTA\", \"ini\": 2841, \"clust\": 103, \"rank\": 1425, \"rankvar\": 1021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 604, \"group\": [101.0, 39.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCTCACCT\", \"ini\": 2840, \"clust\": 975, \"rank\": 1039, \"rankvar\": 345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 605, \"group\": [979.0, 109.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCGTCTTC\", \"ini\": 2839, \"clust\": 2119, \"rank\": 500, \"rankvar\": 2596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 750, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3254, \"group\": [2121.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAGTAGGCTGA\", \"ini\": 2838, \"clust\": 2387, \"rank\": 2201, \"rankvar\": 3538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 751, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 26, \"group\": [2385.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACACCGATAT\", \"ini\": 2837, \"clust\": 791, \"rank\": 1301, \"rankvar\": 1347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 606, \"group\": [795.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATGCCTAA\", \"ini\": 2836, \"clust\": 734, \"rank\": 852, \"rankvar\": 1917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 753, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 607, \"group\": [735.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTAGTATGACA\", \"ini\": 2835, \"clust\": 584, \"rank\": 972, \"rankvar\": 581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 608, \"group\": [584.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCTTGTTTG\", \"ini\": 2834, \"clust\": 627, \"rank\": 873, \"rankvar\": 1541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 609, \"group\": [628.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCATCGGACC\", \"ini\": 2833, \"clust\": 726, \"rank\": 455, \"rankvar\": 1710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 756, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 610, \"group\": [727.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAATACAG\", \"ini\": 2832, \"clust\": 711, \"rank\": 570, \"rankvar\": 2323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 611, \"group\": [712.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGTACCT\", \"ini\": 2831, \"clust\": 892, \"rank\": 1909, \"rankvar\": 2889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 612, \"group\": [894.0, 94.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAAGCGTAG\", \"ini\": 2830, \"clust\": 11, \"rank\": 1968, \"rankvar\": 1589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 759, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 613, \"group\": [11.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCAATGGAAT\", \"ini\": 2829, \"clust\": 518, \"rank\": 1221, \"rankvar\": 1636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 614, \"group\": [517.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCTGCTTGC\", \"ini\": 2828, \"clust\": 557, \"rank\": 405, \"rankvar\": 2467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 761, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 615, \"group\": [558.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTGTATGGG\", \"ini\": 2827, \"clust\": 2443, \"rank\": 3051, \"rankvar\": 3559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 762, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 27, \"group\": [2454.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCGGCTACG\", \"ini\": 2826, \"clust\": 92, \"rank\": 955, \"rankvar\": 317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 616, \"group\": [92.0, 37.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAAACAC\", \"ini\": 2825, \"clust\": 89, \"rank\": 1323, \"rankvar\": 240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 617, \"group\": [89.0, 37.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTACTTAGC\", \"ini\": 2824, \"clust\": 778, \"rank\": 596, \"rankvar\": 2870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 765, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 618, \"group\": [779.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTGGGTATG\", \"ini\": 2823, \"clust\": 1098, \"rank\": 295, \"rankvar\": 875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 619, \"group\": [1098.0, 123.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCATCCAACA\", \"ini\": 2822, \"clust\": 119, \"rank\": 907, \"rankvar\": 1626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 767, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 620, \"group\": [118.0, 45.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCGTCGTTC\", \"ini\": 2821, \"clust\": 175, \"rank\": 516, \"rankvar\": 2293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 621, \"group\": [175.0, 55.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAAGTCACGCC\", \"ini\": 2820, \"clust\": 2203, \"rank\": 1473, \"rankvar\": 2422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 769, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3255, \"group\": [2202.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGGTGTA\", \"ini\": 2819, \"clust\": 480, \"rank\": 1169, \"rankvar\": 1081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 622, \"group\": [480.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCTCCTATA\", \"ini\": 2818, \"clust\": 1544, \"rank\": 2408, \"rankvar\": 3074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 623, \"group\": [1545.0, 189.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCGCCTTG\", \"ini\": 2817, \"clust\": 2728, \"rank\": 742, \"rankvar\": 3305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2697, \"group\": [2727.0, 370.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTAGCTAAA\", \"ini\": 2816, \"clust\": 1650, \"rank\": 528, \"rankvar\": 725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1717, \"group\": [1650.0, 211.0, 37.0, 11.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTCTGTCG\", \"ini\": 2815, \"clust\": 1090, \"rank\": 1102, \"rankvar\": 599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 624, \"group\": [1093.0, 123.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTCACCTAA\", \"ini\": 2814, \"clust\": 596, \"rank\": 1228, \"rankvar\": 1722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 775, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 625, \"group\": [595.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACATCCTTGC\", \"ini\": 2813, \"clust\": 2507, \"rank\": 2348, \"rankvar\": 872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 776, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 626, \"group\": [2507.0, 314.0, 63.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGAATTGTG\", \"ini\": 2812, \"clust\": 45, \"rank\": 1668, \"rankvar\": 189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 627, \"group\": [45.0, 23.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGGTATCG\", \"ini\": 2811, \"clust\": 1999, \"rank\": 1916, \"rankvar\": 3140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 778, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3256, \"group\": [1998.0, 289.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTCCACAA\", \"ini\": 2810, \"clust\": 2099, \"rank\": 942, \"rankvar\": 2691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 779, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3257, \"group\": [2097.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGCATCG\", \"ini\": 2809, \"clust\": 1636, \"rank\": 1079, \"rankvar\": 2279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 780, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1718, \"group\": [1637.0, 206.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTATATCCG\", \"ini\": 2808, \"clust\": 787, \"rank\": 1199, \"rankvar\": 1504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 628, \"group\": [788.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGTAGATC\", \"ini\": 2807, \"clust\": 570, \"rank\": 882, \"rankvar\": 269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 629, \"group\": [570.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGGACCACA\", \"ini\": 2806, \"clust\": 115, \"rank\": 1046, \"rankvar\": 904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 783, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 630, \"group\": [121.0, 45.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTAAAGTG\", \"ini\": 2805, \"clust\": 816, \"rank\": 1004, \"rankvar\": 1793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 631, \"group\": [817.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCAGTCCTTC\", \"ini\": 2804, \"clust\": 1223, \"rank\": 357, \"rankvar\": 1924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 785, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 632, \"group\": [1221.0, 128.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCATGCAT\", \"ini\": 2803, \"clust\": 1248, \"rank\": 794, \"rankvar\": 1380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 633, \"group\": [1248.0, 129.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCACGACTA\", \"ini\": 2802, \"clust\": 1589, \"rank\": 244, \"rankvar\": 2761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 787, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1719, \"group\": [1591.0, 200.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCTCGATGA\", \"ini\": 2801, \"clust\": 781, \"rank\": 934, \"rankvar\": 2294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 634, \"group\": [780.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGACTTGAA\", \"ini\": 2800, \"clust\": 1007, \"rank\": 1481, \"rankvar\": 301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 635, \"group\": [1007.0, 115.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGCCAGGAT\", \"ini\": 2799, \"clust\": 494, \"rank\": 883, \"rankvar\": 1034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 790, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 636, \"group\": [493.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATAGATAGGAG\", \"ini\": 2798, \"clust\": 681, \"rank\": 930, \"rankvar\": 2386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 637, \"group\": [680.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGAGCAATT\", \"ini\": 2797, \"clust\": 1204, \"rank\": 388, \"rankvar\": 1156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 792, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 638, \"group\": [1205.0, 127.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTGGGTCAA\", \"ini\": 2796, \"clust\": 156, \"rank\": 1872, \"rankvar\": 366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 639, \"group\": [155.0, 51.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGCCGTCGT\", \"ini\": 2795, \"clust\": 2041, \"rank\": 456, \"rankvar\": 3034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 794, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3258, \"group\": [2040.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTACCGAT\", \"ini\": 2794, \"clust\": 2161, \"rank\": 441, \"rankvar\": 2765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 795, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3259, \"group\": [2161.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCTTGTACT\", \"ini\": 2793, \"clust\": 727, \"rank\": 470, \"rankvar\": 719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 796, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 640, \"group\": [728.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACGGACAA\", \"ini\": 2792, \"clust\": 2070, \"rank\": 625, \"rankvar\": 3173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 797, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3260, \"group\": [2072.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTCATTAGC\", \"ini\": 2791, \"clust\": 506, \"rank\": 1106, \"rankvar\": 1822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 798, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 641, \"group\": [507.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTCTGCAAT\", \"ini\": 2790, \"clust\": 979, \"rank\": 427, \"rankvar\": 1545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 642, \"group\": [980.0, 109.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAAACACA\", \"ini\": 2789, \"clust\": 2674, \"rank\": 1150, \"rankvar\": 744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 800, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3261, \"group\": [2674.0, 357.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTAACTGG\", \"ini\": 2788, \"clust\": 1989, \"rank\": 527, \"rankvar\": 1887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3262, \"group\": [1989.0, 288.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCACGCATA\", \"ini\": 2787, \"clust\": 2194, \"rank\": 1769, \"rankvar\": 2983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 802, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3263, \"group\": [2195.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGGTGATTA\", \"ini\": 2786, \"clust\": 2190, \"rank\": 1215, \"rankvar\": 2191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 803, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3264, \"group\": [2192.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAATGAAAC\", \"ini\": 2785, \"clust\": 517, \"rank\": 1737, \"rankvar\": 661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 643, \"group\": [519.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACTAGGC\", \"ini\": 2784, \"clust\": 1246, \"rank\": 1056, \"rankvar\": 1210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 805, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 644, \"group\": [1251.0, 129.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCTCCCTAATT\", \"ini\": 2783, \"clust\": 633, \"rank\": 684, \"rankvar\": 2747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 806, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 645, \"group\": [633.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCAACACCA\", \"ini\": 2782, \"clust\": 2604, \"rank\": 1489, \"rankvar\": 3308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 807, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3265, \"group\": [2605.0, 340.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTGCTCTTC\", \"ini\": 2781, \"clust\": 2159, \"rank\": 353, \"rankvar\": 2745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 808, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3266, \"group\": [2158.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAAGGTTCT\", \"ini\": 2780, \"clust\": 251, \"rank\": 1730, \"rankvar\": 1613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 809, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 646, \"group\": [251.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAATCAAACGGG\", \"ini\": 2779, \"clust\": 2605, \"rank\": 1108, \"rankvar\": 3282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3267, \"group\": [2606.0, 340.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTACTCTCC\", \"ini\": 2778, \"clust\": 436, \"rank\": 1571, \"rankvar\": 1643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 647, \"group\": [438.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTCGCGAC\", \"ini\": 2777, \"clust\": 2612, \"rank\": 1924, \"rankvar\": 3318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 812, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3268, \"group\": [2613.0, 341.0, 73.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCATTCCTGC\", \"ini\": 2776, \"clust\": 905, \"rank\": 2067, \"rankvar\": 1803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 648, \"group\": [906.0, 95.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAATCTCTTATG\", \"ini\": 2775, \"clust\": 2217, \"rank\": 895, \"rankvar\": 2892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 814, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3269, \"group\": [2219.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCACGTTC\", \"ini\": 2774, \"clust\": 2189, \"rank\": 1499, \"rankvar\": 2792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 815, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3270, \"group\": [2188.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATTACCG\", \"ini\": 2773, \"clust\": 717, \"rank\": 566, \"rankvar\": 2199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 816, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 649, \"group\": [718.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAGACAAAT\", \"ini\": 2772, \"clust\": 2132, \"rank\": 341, \"rankvar\": 2629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 817, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3271, \"group\": [2131.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCCACGCT\", \"ini\": 2771, \"clust\": 631, \"rank\": 1205, \"rankvar\": 1220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 650, \"group\": [631.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAATCTCCAGGG\", \"ini\": 2770, \"clust\": 2166, \"rank\": 709, \"rankvar\": 2946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 819, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3272, \"group\": [2165.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGACGCAA\", \"ini\": 2769, \"clust\": 110, \"rank\": 1174, \"rankvar\": 3147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 651, \"group\": [110.0, 44.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATCGCTC\", \"ini\": 2768, \"clust\": 83, \"rank\": 776, \"rankvar\": 77, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 821, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 652, \"group\": [86.0, 36.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCCGTTGTC\", \"ini\": 2767, \"clust\": 2191, \"rank\": 959, \"rankvar\": 3006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 822, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3273, \"group\": [2190.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACACAAGCCC\", \"ini\": 2766, \"clust\": 632, \"rank\": 604, \"rankvar\": 2663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 653, \"group\": [635.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCAACCATG\", \"ini\": 2765, \"clust\": 3497, \"rank\": 2210, \"rankvar\": 682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 654, \"group\": [3498.0, 470.0, 92.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTTTGTTGG\", \"ini\": 2764, \"clust\": 2487, \"rank\": 2651, \"rankvar\": 3524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 825, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 28, \"group\": [2488.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGGTCA\", \"ini\": 2763, \"clust\": 2505, \"rank\": 1765, \"rankvar\": 3449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 826, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 29, \"group\": [2502.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACATTCCTGC\", \"ini\": 2762, \"clust\": 2055, \"rank\": 1230, \"rankvar\": 2181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 827, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3274, \"group\": [2055.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGGACTG\", \"ini\": 2761, \"clust\": 2300, \"rank\": 879, \"rankvar\": 2412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 828, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3275, \"group\": [2301.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTCTCGG\", \"ini\": 2760, \"clust\": 688, \"rank\": 1176, \"rankvar\": 1532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 655, \"group\": [688.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAATCGTC\", \"ini\": 2759, \"clust\": 687, \"rank\": 1059, \"rankvar\": 2341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 656, \"group\": [693.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGATAGC\", \"ini\": 2758, \"clust\": 505, \"rank\": 1233, \"rankvar\": 1551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 657, \"group\": [508.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACCACGTG\", \"ini\": 2757, \"clust\": 2498, \"rank\": 2903, \"rankvar\": 3423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 832, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 30, \"group\": [2496.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGCTATCT\", \"ini\": 2756, \"clust\": 996, \"rank\": 839, \"rankvar\": 380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 658, \"group\": [995.0, 113.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACCTCGTT\", \"ini\": 2755, \"clust\": 783, \"rank\": 1110, \"rankvar\": 3025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 659, \"group\": [787.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGGATTGG\", \"ini\": 2754, \"clust\": 488, \"rank\": 777, \"rankvar\": 1526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 660, \"group\": [488.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGAATGTGT\", \"ini\": 2753, \"clust\": 341, \"rank\": 1833, \"rankvar\": 854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 661, \"group\": [341.0, 66.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTTGGTC\", \"ini\": 2752, \"clust\": 833, \"rank\": 1669, \"rankvar\": 2342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 837, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 662, \"group\": [834.0, 84.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAGCTGCTG\", \"ini\": 2751, \"clust\": 2184, \"rank\": 932, \"rankvar\": 2424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 838, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3276, \"group\": [2183.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGCTAGCC\", \"ini\": 2750, \"clust\": 2013, \"rank\": 1667, \"rankvar\": 2999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 839, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3277, \"group\": [2010.0, 289.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGACTTGAA\", \"ini\": 2749, \"clust\": 1008, \"rank\": 1452, \"rankvar\": 332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 663, \"group\": [1008.0, 115.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGCGTAAG\", \"ini\": 2748, \"clust\": 954, \"rank\": 965, \"rankvar\": 1424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 664, \"group\": [953.0, 102.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAAACGCC\", \"ini\": 2747, \"clust\": 2047, \"rank\": 1198, \"rankvar\": 3258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3278, \"group\": [2045.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAAGCCCAC\", \"ini\": 2746, \"clust\": 2022, \"rank\": 870, \"rankvar\": 2731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 843, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3279, \"group\": [2022.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTGAAGGCT\", \"ini\": 2745, \"clust\": 986, \"rank\": 1144, \"rankvar\": 1263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 844, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 665, \"group\": [989.0, 111.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTTGTCTTT\", \"ini\": 2744, \"clust\": 71, \"rank\": 1835, \"rankvar\": 1032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 845, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 666, \"group\": [71.0, 32.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCAGTAGT\", \"ini\": 2743, \"clust\": 1949, \"rank\": 1735, \"rankvar\": 2567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 846, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3280, \"group\": [1948.0, 276.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTCGCATAT\", \"ini\": 2742, \"clust\": 930, \"rank\": 1495, \"rankvar\": 2071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 847, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 667, \"group\": [931.0, 97.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGCGAAGGG\", \"ini\": 2741, \"clust\": 1985, \"rank\": 968, \"rankvar\": 3236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 848, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3281, \"group\": [1984.0, 287.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTTGTCC\", \"ini\": 2740, \"clust\": 433, \"rank\": 1333, \"rankvar\": 929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 668, \"group\": [433.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTTCGAATC\", \"ini\": 2739, \"clust\": 786, \"rank\": 1253, \"rankvar\": 2217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 850, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 669, \"group\": [785.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTACAGTTC\", \"ini\": 2738, \"clust\": 354, \"rank\": 1606, \"rankvar\": 2008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 851, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 670, \"group\": [354.0, 69.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGCTAGTCT\", \"ini\": 2737, \"clust\": 1820, \"rank\": 89, \"rankvar\": 1481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 852, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1852, \"group\": [1820.0, 246.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTCTGCGGT\", \"ini\": 2736, \"clust\": 1077, \"rank\": 461, \"rankvar\": 1365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 671, \"group\": [1077.0, 121.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTATCTGCA\", \"ini\": 2735, \"clust\": 2030, \"rank\": 994, \"rankvar\": 2555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 854, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3282, \"group\": [2034.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCACCCGAG\", \"ini\": 2734, \"clust\": 1870, \"rank\": 1364, \"rankvar\": 2677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 855, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1720, \"group\": [1876.0, 269.0, 51.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCATGTCCC\", \"ini\": 2733, \"clust\": 1249, \"rank\": 727, \"rankvar\": 1183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 672, \"group\": [1249.0, 129.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGAGTCG\", \"ini\": 2732, \"clust\": 1063, \"rank\": 1180, \"rankvar\": 871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 673, \"group\": [1066.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCACGTCTCT\", \"ini\": 2731, \"clust\": 2503, \"rank\": 1578, \"rankvar\": 3306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 858, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 31, \"group\": [2503.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTGTTTGTG\", \"ini\": 2730, \"clust\": 2229, \"rank\": 1069, \"rankvar\": 2893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 859, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3283, \"group\": [2229.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCAAATTGCC\", \"ini\": 2729, \"clust\": 658, \"rank\": 1293, \"rankvar\": 1435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 860, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 674, \"group\": [658.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGGCGTG\", \"ini\": 2728, \"clust\": 2016, \"rank\": 1003, \"rankvar\": 2831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 861, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3284, \"group\": [2024.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGATCGGGT\", \"ini\": 2727, \"clust\": 951, \"rank\": 626, \"rankvar\": 2465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 675, \"group\": [950.0, 101.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGAGCCCAA\", \"ini\": 2726, \"clust\": 196, \"rank\": 2282, \"rankvar\": 942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 863, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 676, \"group\": [201.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTAGTGAACGC\", \"ini\": 2725, \"clust\": 553, \"rank\": 1336, \"rankvar\": 878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 677, \"group\": [553.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGCTGCAAG\", \"ini\": 2724, \"clust\": 129, \"rank\": 1704, \"rankvar\": 3213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 865, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 678, \"group\": [128.0, 47.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGGAGTCTG\", \"ini\": 2723, \"clust\": 2260, \"rank\": 982, \"rankvar\": 2593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 866, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3285, \"group\": [2268.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACAAACAACA\", \"ini\": 2722, \"clust\": 644, \"rank\": 1005, \"rankvar\": 2310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 679, \"group\": [645.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTTCGAGA\", \"ini\": 2721, \"clust\": 1731, \"rank\": 72, \"rankvar\": 604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1853, \"group\": [1731.0, 235.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCCACTC\", \"ini\": 2720, \"clust\": 1210, \"rank\": 937, \"rankvar\": 147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 680, \"group\": [1210.0, 127.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTGTCCGT\", \"ini\": 2719, \"clust\": 1590, \"rank\": 524, \"rankvar\": 1351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 870, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1721, \"group\": [1589.0, 200.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTATCAGTC\", \"ini\": 2718, \"clust\": 1645, \"rank\": 1275, \"rankvar\": 2540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 871, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3286, \"group\": [1644.0, 208.0, 36.0, 11.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCAAGCCATT\", \"ini\": 2717, \"clust\": 1648, \"rank\": 454, \"rankvar\": 1918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 872, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 160, \"group\": [1649.0, 211.0, 37.0, 11.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTTGAGTTC\", \"ini\": 2716, \"clust\": 765, \"rank\": 1628, \"rankvar\": 865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 681, \"group\": [767.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACACAGAG\", \"ini\": 2715, \"clust\": 562, \"rank\": 828, \"rankvar\": 1783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 874, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 682, \"group\": [566.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAGTCG\", \"ini\": 2714, \"clust\": 481, \"rank\": 1024, \"rankvar\": 937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 683, \"group\": [481.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACAAGCCTAT\", \"ini\": 2713, \"clust\": 1051, \"rank\": 669, \"rankvar\": 2447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 684, \"group\": [1050.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCGTCTGAA\", \"ini\": 2712, \"clust\": 105, \"rank\": 1175, \"rankvar\": 939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 877, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 685, \"group\": [106.0, 42.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCCTTGACC\", \"ini\": 2711, \"clust\": 88, \"rank\": 1443, \"rankvar\": 465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 686, \"group\": [93.0, 37.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCATCCTAGA\", \"ini\": 2710, \"clust\": 525, \"rank\": 749, \"rankvar\": 2404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 687, \"group\": [526.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGGCATCG\", \"ini\": 2709, \"clust\": 1264, \"rank\": 1018, \"rankvar\": 1915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 880, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 688, \"group\": [1265.0, 130.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGTGACCA\", \"ini\": 2708, \"clust\": 2210, \"rank\": 1335, \"rankvar\": 2919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 881, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3287, \"group\": [2210.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCAGTCCCT\", \"ini\": 2707, \"clust\": 1055, \"rank\": 887, \"rankvar\": 1130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 689, \"group\": [1056.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTGACGGTA\", \"ini\": 2706, \"clust\": 587, \"rank\": 1127, \"rankvar\": 1514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 883, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 690, \"group\": [590.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATCTGT\", \"ini\": 2705, \"clust\": 445, \"rank\": 679, \"rankvar\": 1876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 691, \"group\": [446.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCAGACCTAGG\", \"ini\": 2704, \"clust\": 451, \"rank\": 685, \"rankvar\": 2168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 692, \"group\": [451.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCAGCGATT\", \"ini\": 2703, \"clust\": 625, \"rank\": 1090, \"rankvar\": 1045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 693, \"group\": [626.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCTATTCA\", \"ini\": 2702, \"clust\": 906, \"rank\": 1905, \"rankvar\": 955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 887, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 694, \"group\": [907.0, 95.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCAAACTGTC\", \"ini\": 2701, \"clust\": 985, \"rank\": 1803, \"rankvar\": 723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 695, \"group\": [990.0, 112.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGGATGGAA\", \"ini\": 2700, \"clust\": 1287, \"rank\": 2303, \"rankvar\": 93, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 889, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 696, \"group\": [1288.0, 137.0, 19.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGTTTGCGT\", \"ini\": 2699, \"clust\": 413, \"rank\": 1086, \"rankvar\": 1494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 697, \"group\": [414.0, 76.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTGAAGGCT\", \"ini\": 2698, \"clust\": 479, \"rank\": 807, \"rankvar\": 981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 698, \"group\": [482.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGTGTTTGC\", \"ini\": 2697, \"clust\": 661, \"rank\": 860, \"rankvar\": 917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 892, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 699, \"group\": [661.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGCGTTA\", \"ini\": 2696, \"clust\": 453, \"rank\": 1428, \"rankvar\": 804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 700, \"group\": [457.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAAGAAAGG\", \"ini\": 2695, \"clust\": 374, \"rank\": 1304, \"rankvar\": 1251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 894, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 701, \"group\": [374.0, 72.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGAAGGTGA\", \"ini\": 2694, \"clust\": 1749, \"rank\": 5, \"rankvar\": 3276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1854, \"group\": [1747.0, 240.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGAGCAATT\", \"ini\": 2693, \"clust\": 1053, \"rank\": 1417, \"rankvar\": 1171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 896, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 702, \"group\": [1053.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCGATAGAA\", \"ini\": 2692, \"clust\": 2176, \"rank\": 529, \"rankvar\": 3143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 897, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3288, \"group\": [2174.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACGTAAATACG\", \"ini\": 2691, \"clust\": 1786, \"rank\": 155, \"rankvar\": 6, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 898, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1722, \"group\": [1786.0, 243.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGAGAGCTC\", \"ini\": 2690, \"clust\": 461, \"rank\": 1356, \"rankvar\": 2333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 703, \"group\": [464.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAGCTGGC\", \"ini\": 2689, \"clust\": 128, \"rank\": 1813, \"rankvar\": 1323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 900, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 704, \"group\": [130.0, 47.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGATGGCGT\", \"ini\": 2688, \"clust\": 691, \"rank\": 1470, \"rankvar\": 2634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 705, \"group\": [690.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGGGATACC\", \"ini\": 2687, \"clust\": 1069, \"rank\": 799, \"rankvar\": 593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 706, \"group\": [1070.0, 120.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCATGTTCCC\", \"ini\": 2686, \"clust\": 421, \"rank\": 1722, \"rankvar\": 2455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 903, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 707, \"group\": [421.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGGCGCTA\", \"ini\": 2685, \"clust\": 615, \"rank\": 1390, \"rankvar\": 923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 708, \"group\": [616.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGACAGGCT\", \"ini\": 2684, \"clust\": 81, \"rank\": 1494, \"rankvar\": 653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 709, \"group\": [81.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACCACGTG\", \"ini\": 2683, \"clust\": 484, \"rank\": 736, \"rankvar\": 1890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 710, \"group\": [485.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCTCTCGT\", \"ini\": 2682, \"clust\": 2079, \"rank\": 1177, \"rankvar\": 859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3289, \"group\": [2078.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTTTGGGCC\", \"ini\": 2681, \"clust\": 178, \"rank\": 960, \"rankvar\": 1548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 711, \"group\": [178.0, 55.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTTCCGTCT\", \"ini\": 2680, \"clust\": 1233, \"rank\": 497, \"rankvar\": 540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 712, \"group\": [1234.0, 129.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAACCTC\", \"ini\": 2679, \"clust\": 1099, \"rank\": 874, \"rankvar\": 373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 713, \"group\": [1099.0, 123.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCAGAATA\", \"ini\": 2678, \"clust\": 2139, \"rank\": 364, \"rankvar\": 3073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3290, \"group\": [2139.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGGTTCGG\", \"ini\": 2677, \"clust\": 952, \"rank\": 1223, \"rankvar\": 1705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 714, \"group\": [951.0, 101.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAAGTCTCGGC\", \"ini\": 2676, \"clust\": 491, \"rank\": 846, \"rankvar\": 485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 715, \"group\": [491.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGCTGCTG\", \"ini\": 2675, \"clust\": 736, \"rank\": 868, \"rankvar\": 2057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 716, \"group\": [739.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGCCCTTA\", \"ini\": 2674, \"clust\": 1982, \"rank\": 599, \"rankvar\": 2560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 915, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3291, \"group\": [1982.0, 287.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCAGTATAAG\", \"ini\": 2673, \"clust\": 779, \"rank\": 695, \"rankvar\": 2319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 717, \"group\": [783.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTCTAACGT\", \"ini\": 2672, \"clust\": 492, \"rank\": 865, \"rankvar\": 529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 917, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 718, \"group\": [494.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCACAACGCC\", \"ini\": 2671, \"clust\": 1100, \"rank\": 588, \"rankvar\": 3269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 719, \"group\": [1103.0, 124.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGCTAGTGG\", \"ini\": 2670, \"clust\": 1586, \"rank\": 306, \"rankvar\": 1423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 919, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1723, \"group\": [1588.0, 200.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTCGCTTG\", \"ini\": 2669, \"clust\": 446, \"rank\": 1113, \"rankvar\": 621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 720, \"group\": [447.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCAACTT\", \"ini\": 2668, \"clust\": 387, \"rank\": 1546, \"rankvar\": 1653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 921, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 721, \"group\": [387.0, 75.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCTGCTGCT\", \"ini\": 2667, \"clust\": 508, \"rank\": 1192, \"rankvar\": 912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 722, \"group\": [506.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACTTAACG\", \"ini\": 2666, \"clust\": 1991, \"rank\": 400, \"rankvar\": 1986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3292, \"group\": [1991.0, 288.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAATGTTGC\", \"ini\": 2665, \"clust\": 448, \"rank\": 824, \"rankvar\": 1466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 723, \"group\": [448.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCCCTAACC\", \"ini\": 2664, \"clust\": 8, \"rank\": 1378, \"rankvar\": 2869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 724, \"group\": [9.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCACTCCA\", \"ini\": 2663, \"clust\": 497, \"rank\": 583, \"rankvar\": 1528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 926, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 725, \"group\": [497.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCCTCCTAG\", \"ini\": 2662, \"clust\": 1629, \"rank\": 419, \"rankvar\": 1001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 927, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1724, \"group\": [1630.0, 205.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGTGACC\", \"ini\": 2661, \"clust\": 962, \"rank\": 1491, \"rankvar\": 498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 726, \"group\": [962.0, 107.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTAGCTGCC\", \"ini\": 2660, \"clust\": 106, \"rank\": 1410, \"rankvar\": 1638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 727, \"group\": [109.0, 43.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCCATGA\", \"ini\": 2659, \"clust\": 2317, \"rank\": 1467, \"rankvar\": 1574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 930, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3293, \"group\": [2315.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCATAAAGGT\", \"ini\": 2658, \"clust\": 2048, \"rank\": 1391, \"rankvar\": 3148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 931, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3294, \"group\": [2046.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGCCAGAA\", \"ini\": 2657, \"clust\": 536, \"rank\": 505, \"rankvar\": 2042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 932, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 728, \"group\": [537.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTAGCGATG\", \"ini\": 2656, \"clust\": 1195, \"rank\": 856, \"rankvar\": 693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 933, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 729, \"group\": [1200.0, 126.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAGGGATA\", \"ini\": 2655, \"clust\": 2287, \"rank\": 1373, \"rankvar\": 2941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 934, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3295, \"group\": [2287.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGATACACA\", \"ini\": 2654, \"clust\": 662, \"rank\": 646, \"rankvar\": 1826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 730, \"group\": [662.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACAGGCT\", \"ini\": 2653, \"clust\": 1221, \"rank\": 509, \"rankvar\": 2304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 936, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 731, \"group\": [1222.0, 128.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATCGCAT\", \"ini\": 2652, \"clust\": 63, \"rank\": 1450, \"rankvar\": 1878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 732, \"group\": [64.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGAGCTTCT\", \"ini\": 2651, \"clust\": 2052, \"rank\": 594, \"rankvar\": 2650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 938, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3296, \"group\": [2052.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCCACGACG\", \"ini\": 2650, \"clust\": 1231, \"rank\": 985, \"rankvar\": 412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 939, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 733, \"group\": [1232.0, 128.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACAAGGGTCA\", \"ini\": 2649, \"clust\": 2296, \"rank\": 1012, \"rankvar\": 2769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3297, \"group\": [2295.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTGCCTTGG\", \"ini\": 2648, \"clust\": 2408, \"rank\": 3160, \"rankvar\": 3556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 941, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 32, \"group\": [2407.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACACAGATTC\", \"ini\": 2647, \"clust\": 2082, \"rank\": 1277, \"rankvar\": 3174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 942, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3298, \"group\": [2085.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGGTAACGTTC\", \"ini\": 2646, \"clust\": 253, \"rank\": 1906, \"rankvar\": 2306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 734, \"group\": [253.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCATCTGTT\", \"ini\": 2645, \"clust\": 2301, \"rank\": 1279, \"rankvar\": 2169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3299, \"group\": [2299.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCCGTTGTC\", \"ini\": 2644, \"clust\": 473, \"rank\": 1326, \"rankvar\": 663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 735, \"group\": [473.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGGTCGAT\", \"ini\": 2643, \"clust\": 2673, \"rank\": 696, \"rankvar\": 158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 946, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1834, \"group\": [2676.0, 357.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCAACACGT\", \"ini\": 2642, \"clust\": 348, \"rank\": 1308, \"rankvar\": 1473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 947, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 736, \"group\": [348.0, 68.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCCGATATG\", \"ini\": 2641, \"clust\": 2086, \"rank\": 815, \"rankvar\": 2480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 948, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3300, \"group\": [2086.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTCCAACC\", \"ini\": 2640, \"clust\": 68, \"rank\": 1864, \"rankvar\": 292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 737, \"group\": [69.0, 32.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGAGCTATA\", \"ini\": 2639, \"clust\": 13, \"rank\": 1200, \"rankvar\": 66, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 738, \"group\": [16.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCAGAAATG\", \"ini\": 2638, \"clust\": 803, \"rank\": 1679, \"rankvar\": 2873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 739, \"group\": [804.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGCATACT\", \"ini\": 2637, \"clust\": 470, \"rank\": 1397, \"rankvar\": 905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 952, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 740, \"group\": [469.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTTGCGCAC\", \"ini\": 2636, \"clust\": 58, \"rank\": 1541, \"rankvar\": 667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 741, \"group\": [59.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCATGTCTCC\", \"ini\": 2635, \"clust\": 928, \"rank\": 1131, \"rankvar\": 1440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 742, \"group\": [928.0, 97.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCTTTACA\", \"ini\": 2634, \"clust\": 2003, \"rank\": 1644, \"rankvar\": 3078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 955, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3301, \"group\": [2003.0, 289.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCCTCA\", \"ini\": 2633, \"clust\": 67, \"rank\": 1693, \"rankvar\": 74, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 743, \"group\": [67.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCAAGTCTGT\", \"ini\": 2632, \"clust\": 2406, \"rank\": 2934, \"rankvar\": 3517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 957, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 33, \"group\": [2417.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGCGATATA\", \"ini\": 2631, \"clust\": 652, \"rank\": 1187, \"rankvar\": 1117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 744, \"group\": [655.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGTGGAG\", \"ini\": 2630, \"clust\": 537, \"rank\": 537, \"rankvar\": 1941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 745, \"group\": [538.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAATGGATA\", \"ini\": 2629, \"clust\": 184, \"rank\": 1351, \"rankvar\": 829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 746, \"group\": [185.0, 57.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTTGAGTTC\", \"ini\": 2628, \"clust\": 2244, \"rank\": 366, \"rankvar\": 2725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 961, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3302, \"group\": [2249.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGATAGGAG\", \"ini\": 2627, \"clust\": 443, \"rank\": 953, \"rankvar\": 2987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 747, \"group\": [443.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTATGAAAC\", \"ini\": 2626, \"clust\": 15, \"rank\": 993, \"rankvar\": 18, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 748, \"group\": [15.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGGAACGG\", \"ini\": 2625, \"clust\": 153, \"rank\": 1287, \"rankvar\": 1853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 964, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 749, \"group\": [153.0, 51.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGGTCTCG\", \"ini\": 2624, \"clust\": 756, \"rank\": 1002, \"rankvar\": 1905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 750, \"group\": [756.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTACGATA\", \"ini\": 2623, \"clust\": 634, \"rank\": 786, \"rankvar\": 3129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 751, \"group\": [634.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGAACCT\", \"ini\": 2622, \"clust\": 25, \"rank\": 764, \"rankvar\": 244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 752, \"group\": [25.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCGTAGTA\", \"ini\": 2621, \"clust\": 99, \"rank\": 1394, \"rankvar\": 1544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 753, \"group\": [98.0, 39.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCCACATCCAA\", \"ini\": 2620, \"clust\": 1591, \"rank\": 217, \"rankvar\": 2649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 969, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1725, \"group\": [1590.0, 200.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACGATGT\", \"ini\": 2619, \"clust\": 2240, \"rank\": 482, \"rankvar\": 3184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 970, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3303, \"group\": [2240.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGATCTGAA\", \"ini\": 2618, \"clust\": 571, \"rank\": 996, \"rankvar\": 1576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 971, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 754, \"group\": [575.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAGAAAGG\", \"ini\": 2617, \"clust\": 1641, \"rank\": 457, \"rankvar\": 1127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 972, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1726, \"group\": [1641.0, 207.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTGGTCCGT\", \"ini\": 2616, \"clust\": 2247, \"rank\": 608, \"rankvar\": 2565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 973, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3304, \"group\": [2245.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGTCACGCC\", \"ini\": 2615, \"clust\": 100, \"rank\": 1528, \"rankvar\": 637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 755, \"group\": [99.0, 39.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTACTCTCC\", \"ini\": 2614, \"clust\": 758, \"rank\": 1229, \"rankvar\": 2171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 756, \"group\": [759.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGCCACTAT\", \"ini\": 2613, \"clust\": 2480, \"rank\": 2585, \"rankvar\": 3412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 976, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 34, \"group\": [2481.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGCTAAACA\", \"ini\": 2612, \"clust\": 260, \"rank\": 2127, \"rankvar\": 1527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 757, \"group\": [261.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAATAGCAA\", \"ini\": 2611, \"clust\": 1593, \"rank\": 344, \"rankvar\": 1555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1727, \"group\": [1593.0, 200.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGGTGTCCTCT\", \"ini\": 2610, \"clust\": 997, \"rank\": 494, \"rankvar\": 1540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 758, \"group\": [996.0, 113.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAGCTGGT\", \"ini\": 2609, \"clust\": 504, \"rank\": 1202, \"rankvar\": 831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 759, \"group\": [509.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTGTTGAGTTC\", \"ini\": 2608, \"clust\": 685, \"rank\": 961, \"rankvar\": 1970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 760, \"group\": [684.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCCATTC\", \"ini\": 2607, \"clust\": 593, \"rank\": 1638, \"rankvar\": 374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 761, \"group\": [597.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACAGTCAGAG\", \"ini\": 2606, \"clust\": 392, \"rank\": 1317, \"rankvar\": 2380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 762, \"group\": [393.0, 75.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCGCCTGAG\", \"ini\": 2605, \"clust\": 268, \"rank\": 1210, \"rankvar\": 2813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 984, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 763, \"group\": [268.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAGTTAACC\", \"ini\": 2604, \"clust\": 761, \"rank\": 1567, \"rankvar\": 2395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 764, \"group\": [764.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGAACTGTA\", \"ini\": 2603, \"clust\": 2179, \"rank\": 899, \"rankvar\": 2820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 986, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3305, \"group\": [2177.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACACCGAAAG\", \"ini\": 2602, \"clust\": 2469, \"rank\": 2256, \"rankvar\": 3512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 987, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 35, \"group\": [2467.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCATCTGTT\", \"ini\": 2601, \"clust\": 660, \"rank\": 1178, \"rankvar\": 214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 765, \"group\": [663.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCTTGCCGT\", \"ini\": 2600, \"clust\": 393, \"rank\": 1278, \"rankvar\": 1539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 989, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 766, \"group\": [394.0, 75.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGCGTAGTG\", \"ini\": 2599, \"clust\": 659, \"rank\": 1188, \"rankvar\": 2243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 990, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 767, \"group\": [659.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCCTGCTT\", \"ini\": 2598, \"clust\": 1293, \"rank\": 1700, \"rankvar\": 2072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 991, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1673, \"group\": [1296.0, 140.0, 21.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTAGCTCCG\", \"ini\": 2597, \"clust\": 545, \"rank\": 624, \"rankvar\": 1795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 768, \"group\": [546.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGCTGAACG\", \"ini\": 2596, \"clust\": 2201, \"rank\": 951, \"rankvar\": 2949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 993, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3306, \"group\": [2200.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCCAACAG\", \"ini\": 2595, \"clust\": 390, \"rank\": 1885, \"rankvar\": 2569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 769, \"group\": [390.0, 75.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTTAACGA\", \"ini\": 2594, \"clust\": 1234, \"rank\": 692, \"rankvar\": 938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 770, \"group\": [1235.0, 129.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAAGA\", \"ini\": 2593, \"clust\": 548, \"rank\": 487, \"rankvar\": 2152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 996, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 771, \"group\": [549.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAGCCTAA\", \"ini\": 2592, \"clust\": 839, \"rank\": 1518, \"rankvar\": 1145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 772, \"group\": [839.0, 86.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGAGGGAGTAA\", \"ini\": 2591, \"clust\": 1983, \"rank\": 793, \"rankvar\": 2715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 998, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3307, \"group\": [1983.0, 287.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAAACAAG\", \"ini\": 2590, \"clust\": 456, \"rank\": 1008, \"rankvar\": 2047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 999, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 773, \"group\": [455.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGATGTAAC\", \"ini\": 2589, \"clust\": 438, \"rank\": 1258, \"rankvar\": 2950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1000, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 774, \"group\": [437.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCAAATCA\", \"ini\": 2588, \"clust\": 1609, \"rank\": 1359, \"rankvar\": 963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1001, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1728, \"group\": [1612.0, 202.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGCATGTG\", \"ini\": 2587, \"clust\": 1610, \"rank\": 578, \"rankvar\": 1409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1002, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1729, \"group\": [1608.0, 202.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCTACGA\", \"ini\": 2586, \"clust\": 703, \"rank\": 1164, \"rankvar\": 1335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 775, \"group\": [705.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTTGGTTTG\", \"ini\": 2585, \"clust\": 2249, \"rank\": 1009, \"rankvar\": 2489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3308, \"group\": [2248.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGGCAAAGA\", \"ini\": 2584, \"clust\": 442, \"rank\": 1051, \"rankvar\": 2668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 776, \"group\": [445.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCAGTAGT\", \"ini\": 2583, \"clust\": 386, \"rank\": 1711, \"rankvar\": 2203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1006, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 777, \"group\": [389.0, 75.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCACGAAT\", \"ini\": 2582, \"clust\": 363, \"rank\": 1252, \"rankvar\": 2506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 778, \"group\": [365.0, 70.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGACGGA\", \"ini\": 2581, \"clust\": 524, \"rank\": 1319, \"rankvar\": 979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1008, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 779, \"group\": [525.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGACTG\", \"ini\": 2580, \"clust\": 2380, \"rank\": 2030, \"rankvar\": 3231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1009, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 36, \"group\": [2383.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCATGAAC\", \"ini\": 2579, \"clust\": 34, \"rank\": 900, \"rankvar\": 310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1010, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 780, \"group\": [40.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTTCGTGAT\", \"ini\": 2578, \"clust\": 265, \"rank\": 1763, \"rankvar\": 1607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1011, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 781, \"group\": [265.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCCGTTAA\", \"ini\": 2577, \"clust\": 788, \"rank\": 1237, \"rankvar\": 1581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 782, \"group\": [789.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCAACATC\", \"ini\": 2576, \"clust\": 1994, \"rank\": 1313, \"rankvar\": 3107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1013, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3309, \"group\": [1996.0, 289.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATCTACGA\", \"ini\": 2575, \"clust\": 471, \"rank\": 1503, \"rankvar\": 711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1014, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 783, \"group\": [470.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCAATC\", \"ini\": 2574, \"clust\": 564, \"rank\": 632, \"rankvar\": 2365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 784, \"group\": [563.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCAGCGTA\", \"ini\": 2573, \"clust\": 963, \"rank\": 1038, \"rankvar\": 2496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1016, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 785, \"group\": [963.0, 107.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTTACGGG\", \"ini\": 2572, \"clust\": 1558, \"rank\": 1527, \"rankvar\": 1012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1017, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1730, \"group\": [1559.0, 195.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGGATGTAT\", \"ini\": 2571, \"clust\": 1030, \"rank\": 1342, \"rankvar\": 914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1018, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 786, \"group\": [1031.0, 118.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTAGCGTAG\", \"ini\": 2570, \"clust\": 1257, \"rank\": 240, \"rankvar\": 3059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 787, \"group\": [1256.0, 130.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGGAACTGC\", \"ini\": 2569, \"clust\": 36, \"rank\": 1096, \"rankvar\": 1264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 788, \"group\": [36.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCATGTAGTC\", \"ini\": 2568, \"clust\": 1089, \"rank\": 1354, \"rankvar\": 410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 789, \"group\": [1090.0, 123.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCGGAAATA\", \"ini\": 2567, \"clust\": 671, \"rank\": 804, \"rankvar\": 1962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1022, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 790, \"group\": [672.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGGCACATG\", \"ini\": 2566, \"clust\": 485, \"rank\": 896, \"rankvar\": 1285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 791, \"group\": [486.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGTCAGAG\", \"ini\": 2565, \"clust\": 404, \"rank\": 1280, \"rankvar\": 2930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 792, \"group\": [407.0, 76.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTCTAGAGG\", \"ini\": 2564, \"clust\": 1747, \"rank\": 6, \"rankvar\": 3393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1025, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1855, \"group\": [1748.0, 240.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGGCTCTTA\", \"ini\": 2563, \"clust\": 2367, \"rank\": 2564, \"rankvar\": 3368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1026, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 37, \"group\": [2369.0, 310.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTTCCCGAG\", \"ini\": 2562, \"clust\": 165, \"rank\": 888, \"rankvar\": 2814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 793, \"group\": [164.0, 54.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCCGTCAAA\", \"ini\": 2561, \"clust\": 2333, \"rank\": 1111, \"rankvar\": 3114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1028, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3560, \"group\": [2335.0, 299.0, 58.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATGATCCA\", \"ini\": 2560, \"clust\": 1976, \"rank\": 2186, \"rankvar\": 2006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1029, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3310, \"group\": [1978.0, 284.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACTCGTCGTTC\", \"ini\": 2559, \"clust\": 1625, \"rank\": 1380, \"rankvar\": 1416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1030, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1731, \"group\": [1628.0, 205.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACAGAGGT\", \"ini\": 2558, \"clust\": 1611, \"rank\": 410, \"rankvar\": 2702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1732, \"group\": [1609.0, 202.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTAAATACG\", \"ini\": 2557, \"clust\": 1787, \"rank\": 237, \"rankvar\": 16, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1032, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1733, \"group\": [1787.0, 243.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACATTAGC\", \"ini\": 2556, \"clust\": 692, \"rank\": 1251, \"rankvar\": 1891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1033, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 794, \"group\": [691.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAACGCACC\", \"ini\": 2555, \"clust\": 1294, \"rank\": 2176, \"rankvar\": 1318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1034, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3311, \"group\": [1294.0, 139.0, 21.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAAAGCAAT\", \"ini\": 2554, \"clust\": 838, \"rank\": 2170, \"rankvar\": 280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 795, \"group\": [841.0, 86.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGGTACC\", \"ini\": 2553, \"clust\": 730, \"rank\": 902, \"rankvar\": 434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1036, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 796, \"group\": [730.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGTCAGATAAG\", \"ini\": 2552, \"clust\": 1794, \"rank\": 284, \"rankvar\": 722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1734, \"group\": [1795.0, 244.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGCATGTG\", \"ini\": 2551, \"clust\": 608, \"rank\": 1166, \"rankvar\": 2259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 797, \"group\": [609.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGTGCA\", \"ini\": 2550, \"clust\": 526, \"rank\": 1016, \"rankvar\": 2219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 798, \"group\": [527.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTAATGA\", \"ini\": 2549, \"clust\": 2015, \"rank\": 1261, \"rankvar\": 2781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1040, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3312, \"group\": [2015.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTAATCACC\", \"ini\": 2548, \"clust\": 2081, \"rank\": 572, \"rankvar\": 3051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1041, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3313, \"group\": [2080.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGGTGACCA\", \"ini\": 2547, \"clust\": 70, \"rank\": 1790, \"rankvar\": 882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1042, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 799, \"group\": [73.0, 32.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTCCAGGA\", \"ini\": 2546, \"clust\": 2164, \"rank\": 1307, \"rankvar\": 3188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1043, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3314, \"group\": [2163.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTATTCTC\", \"ini\": 2545, \"clust\": 1092, \"rank\": 701, \"rankvar\": 1467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1044, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 800, \"group\": [1092.0, 123.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCATGCTC\", \"ini\": 2544, \"clust\": 720, \"rank\": 504, \"rankvar\": 1382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1045, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 801, \"group\": [721.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGAGCTGCA\", \"ini\": 2543, \"clust\": 645, \"rank\": 1245, \"rankvar\": 1926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 802, \"group\": [646.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTACTTGAC\", \"ini\": 2542, \"clust\": 290, \"rank\": 1556, \"rankvar\": 2719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1047, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 803, \"group\": [293.0, 62.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGAGCGAG\", \"ini\": 2541, \"clust\": 344, \"rank\": 1591, \"rankvar\": 466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 804, \"group\": [344.0, 68.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGAATCCA\", \"ini\": 2540, \"clust\": 2231, \"rank\": 1155, \"rankvar\": 3176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3315, \"group\": [2233.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGGTAAG\", \"ini\": 2539, \"clust\": 2177, \"rank\": 1714, \"rankvar\": 3170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1050, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3316, \"group\": [2184.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGTTCGATC\", \"ini\": 2538, \"clust\": 2464, \"rank\": 2537, \"rankvar\": 3525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1051, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 38, \"group\": [2465.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTCTGGAGA\", \"ini\": 2537, \"clust\": 254, \"rank\": 1265, \"rankvar\": 2659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 805, \"group\": [254.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCAGACACTT\", \"ini\": 2536, \"clust\": 650, \"rank\": 1290, \"rankvar\": 2635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 806, \"group\": [650.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCTGTACGA\", \"ini\": 2535, \"clust\": 546, \"rank\": 638, \"rankvar\": 2132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1054, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 807, \"group\": [547.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTATCCTA\", \"ini\": 2534, \"clust\": 741, \"rank\": 862, \"rankvar\": 2680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1055, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 808, \"group\": [742.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATGCTTG\", \"ini\": 2533, \"clust\": 2049, \"rank\": 560, \"rankvar\": 629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1056, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3317, \"group\": [2051.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACCGGAAA\", \"ini\": 2532, \"clust\": 2113, \"rank\": 326, \"rankvar\": 2709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1057, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3318, \"group\": [2112.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCAACCATG\", \"ini\": 2531, \"clust\": 666, \"rank\": 1504, \"rankvar\": 1345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 809, \"group\": [668.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGCATCG\", \"ini\": 2530, \"clust\": 884, \"rank\": 2173, \"rankvar\": 254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 810, \"group\": [889.0, 94.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACAACGATGG\", \"ini\": 2529, \"clust\": 682, \"rank\": 759, \"rankvar\": 2201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1060, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 811, \"group\": [681.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACAGGAGT\", \"ini\": 2528, \"clust\": 298, \"rank\": 1798, \"rankvar\": 2835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 812, \"group\": [298.0, 62.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATAAGACA\", \"ini\": 2527, \"clust\": 530, \"rank\": 757, \"rankvar\": 2055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 813, \"group\": [533.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCAAGGTAA\", \"ini\": 2526, \"clust\": 753, \"rank\": 1061, \"rankvar\": 1755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1063, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 814, \"group\": [751.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTCCTCCAT\", \"ini\": 2525, \"clust\": 651, \"rank\": 1429, \"rankvar\": 1754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 815, \"group\": [651.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTTCTGTTT\", \"ini\": 2524, \"clust\": 495, \"rank\": 1017, \"rankvar\": 752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1065, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 816, \"group\": [498.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTGACTCAT\", \"ini\": 2523, \"clust\": 2253, \"rank\": 741, \"rankvar\": 3013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1066, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3319, \"group\": [2254.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACAGTCGC\", \"ini\": 2522, \"clust\": 623, \"rank\": 929, \"rankvar\": 2432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1067, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 817, \"group\": [623.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGCTCCT\", \"ini\": 2521, \"clust\": 164, \"rank\": 898, \"rankvar\": 2325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1068, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 818, \"group\": [166.0, 54.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGGACAGAA\", \"ini\": 2520, \"clust\": 2170, \"rank\": 1409, \"rankvar\": 2989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3320, \"group\": [2169.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCGTGTAAGTA\", \"ini\": 2519, \"clust\": 2002, \"rank\": 1282, \"rankvar\": 2689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1070, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3321, \"group\": [2002.0, 289.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACGCATA\", \"ini\": 2518, \"clust\": 219, \"rank\": 1794, \"rankvar\": 1150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 819, \"group\": [218.0, 59.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGCTCTTC\", \"ini\": 2517, \"clust\": 560, \"rank\": 826, \"rankvar\": 2278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1072, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 820, \"group\": [560.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGTGGGTTG\", \"ini\": 2516, \"clust\": 731, \"rank\": 600, \"rankvar\": 2237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1073, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 821, \"group\": [734.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTCGGGTCT\", \"ini\": 2515, \"clust\": 414, \"rank\": 1049, \"rankvar\": 1406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1074, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 822, \"group\": [415.0, 76.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCTGGGCCA\", \"ini\": 2514, \"clust\": 610, \"rank\": 1081, \"rankvar\": 2433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 823, \"group\": [611.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACTAGTAC\", \"ini\": 2513, \"clust\": 2441, \"rank\": 3322, \"rankvar\": 3546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1076, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 39, \"group\": [2441.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGCCTCGTG\", \"ini\": 2512, \"clust\": 1230, \"rank\": 702, \"rankvar\": 353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 824, \"group\": [1228.0, 128.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCATTCACTT\", \"ini\": 2511, \"clust\": 929, \"rank\": 1507, \"rankvar\": 2972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1078, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 825, \"group\": [929.0, 97.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTAACGACG\", \"ini\": 2510, \"clust\": 410, \"rank\": 748, \"rankvar\": 1942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 826, \"group\": [409.0, 76.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGCATGTG\", \"ini\": 2509, \"clust\": 2242, \"rank\": 586, \"rankvar\": 2468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1080, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3322, \"group\": [2241.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATAAGCA\", \"ini\": 2508, \"clust\": 665, \"rank\": 1320, \"rankvar\": 1616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 827, \"group\": [669.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTACGAGT\", \"ini\": 2507, \"clust\": 1713, \"rank\": 270, \"rankvar\": 72, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1856, \"group\": [1712.0, 233.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCCTCAATT\", \"ini\": 2506, \"clust\": 1620, \"rank\": 880, \"rankvar\": 1820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1083, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1735, \"group\": [1620.0, 204.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGAGGTG\", \"ini\": 2505, \"clust\": 2321, \"rank\": 1673, \"rankvar\": 2450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1084, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3323, \"group\": [2318.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCTGATTCT\", \"ini\": 2504, \"clust\": 613, \"rank\": 1322, \"rankvar\": 1932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1085, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 828, \"group\": [613.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGTCTTACCGC\", \"ini\": 2503, \"clust\": 1754, \"rank\": 53, \"rankvar\": 2305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1857, \"group\": [1756.0, 240.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGCAATTA\", \"ini\": 2502, \"clust\": 2051, \"rank\": 690, \"rankvar\": 1945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1087, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3324, \"group\": [2050.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTTCTGTTTGT\", \"ini\": 2501, \"clust\": 510, \"rank\": 745, \"rankvar\": 2295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1088, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 829, \"group\": [510.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTTACCAGT\", \"ini\": 2500, \"clust\": 529, \"rank\": 924, \"rankvar\": 881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 830, \"group\": [529.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCACAGATTC\", \"ini\": 2499, \"clust\": 1004, \"rank\": 1097, \"rankvar\": 2860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1090, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 831, \"group\": [1004.0, 114.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCATTAACCG\", \"ini\": 2498, \"clust\": 2004, \"rank\": 1266, \"rankvar\": 1904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1091, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3325, \"group\": [2004.0, 289.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTTCCCT\", \"ini\": 2497, \"clust\": 624, \"rank\": 1083, \"rankvar\": 2832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 832, \"group\": [624.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCTCCCATTAT\", \"ini\": 2496, \"clust\": 2648, \"rank\": 421, \"rankvar\": 2430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1093, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 161, \"group\": [2651.0, 351.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGACAGGCT\", \"ini\": 2495, \"clust\": 402, \"rank\": 1395, \"rankvar\": 2846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 833, \"group\": [403.0, 75.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCATGCCG\", \"ini\": 2494, \"clust\": 2087, \"rank\": 781, \"rankvar\": 2959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1095, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3326, \"group\": [2087.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTTTCGCTC\", \"ini\": 2493, \"clust\": 2241, \"rank\": 385, \"rankvar\": 2462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1096, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3327, \"group\": [2243.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGCGATCCC\", \"ini\": 2492, \"clust\": 1670, \"rank\": 1234, \"rankvar\": 176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1097, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1674, \"group\": [1670.0, 220.0, 39.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTGAGAT\", \"ini\": 2491, \"clust\": 2252, \"rank\": 1006, \"rankvar\": 1490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1098, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3328, \"group\": [2255.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATGCTCC\", \"ini\": 2490, \"clust\": 2467, \"rank\": 2561, \"rankvar\": 3505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 40, \"group\": [2470.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCACATACG\", \"ini\": 2489, \"clust\": 820, \"rank\": 1297, \"rankvar\": 656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 834, \"group\": [821.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTCGTGC\", \"ini\": 2488, \"clust\": 1531, \"rank\": 2637, \"rankvar\": 41, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 835, \"group\": [1531.0, 187.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAAGAGTCTGG\", \"ini\": 2487, \"clust\": 601, \"rank\": 1585, \"rankvar\": 1930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1102, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 836, \"group\": [602.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTGGC\", \"ini\": 2486, \"clust\": 1057, \"rank\": 869, \"rankvar\": 1619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 837, \"group\": [1058.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACAACA\", \"ini\": 2485, \"clust\": 474, \"rank\": 1124, \"rankvar\": 588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 838, \"group\": [474.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCTCAAACG\", \"ini\": 2484, \"clust\": 86, \"rank\": 1421, \"rankvar\": 774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 839, \"group\": [87.0, 37.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTATCGCAT\", \"ini\": 2483, \"clust\": 274, \"rank\": 1089, \"rankvar\": 2588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1106, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 840, \"group\": [275.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCGCATGAT\", \"ini\": 2482, \"clust\": 472, \"rank\": 995, \"rankvar\": 989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 841, \"group\": [475.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACACTTGGAT\", \"ini\": 2481, \"clust\": 459, \"rank\": 2160, \"rankvar\": 2078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 842, \"group\": [460.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCCAGGAT\", \"ini\": 2480, \"clust\": 656, \"rank\": 863, \"rankvar\": 2209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1109, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 843, \"group\": [657.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGATCTGCAGTA\", \"ini\": 2479, \"clust\": 336, \"rank\": 1911, \"rankvar\": 2399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1110, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 844, \"group\": [336.0, 65.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGCATCTA\", \"ini\": 2478, \"clust\": 520, \"rank\": 637, \"rankvar\": 1827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 845, \"group\": [523.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAGTCGC\", \"ini\": 2477, \"clust\": 449, \"rank\": 832, \"rankvar\": 1561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 846, \"group\": [449.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTCACCTAA\", \"ini\": 2476, \"clust\": 735, \"rank\": 613, \"rankvar\": 2961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 847, \"group\": [736.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTCCCTGA\", \"ini\": 2475, \"clust\": 1969, \"rank\": 1350, \"rankvar\": 2844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1114, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3329, \"group\": [2323.0, 293.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCATTTCAGG\", \"ini\": 2474, \"clust\": 572, \"rank\": 833, \"rankvar\": 1964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1115, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 848, \"group\": [574.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAGACTTA\", \"ini\": 2473, \"clust\": 592, \"rank\": 841, \"rankvar\": 1068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 849, \"group\": [592.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGCCAAAT\", \"ini\": 2472, \"clust\": 3498, \"rank\": 2307, \"rankvar\": 328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 850, \"group\": [3499.0, 470.0, 92.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCAGGCTA\", \"ini\": 2471, \"clust\": 397, \"rank\": 1702, \"rankvar\": 1655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 851, \"group\": [397.0, 75.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAATCACAC\", \"ini\": 2470, \"clust\": 407, \"rank\": 1476, \"rankvar\": 1061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 852, \"group\": [411.0, 76.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAAGACACG\", \"ini\": 2469, \"clust\": 176, \"rank\": 906, \"rankvar\": 1232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1120, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 853, \"group\": [179.0, 55.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCACCTTGTC\", \"ini\": 2468, \"clust\": 782, \"rank\": 707, \"rankvar\": 1999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 854, \"group\": [781.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGAGCAATT\", \"ini\": 2467, \"clust\": 189, \"rank\": 1366, \"rankvar\": 815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1122, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 855, \"group\": [191.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTGTCAAG\", \"ini\": 2466, \"clust\": 611, \"rank\": 678, \"rankvar\": 2374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 856, \"group\": [612.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTCCCTTGT\", \"ini\": 2465, \"clust\": 586, \"rank\": 851, \"rankvar\": 1995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 857, \"group\": [587.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCGTCTGCT\", \"ini\": 2464, \"clust\": 807, \"rank\": 992, \"rankvar\": 1837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 858, \"group\": [807.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTTTGGCGC\", \"ini\": 2463, \"clust\": 1065, \"rank\": 903, \"rankvar\": 767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1126, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 859, \"group\": [1065.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAATGCCAT\", \"ini\": 2462, \"clust\": 689, \"rank\": 1337, \"rankvar\": 826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 860, \"group\": [689.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGCGATCC\", \"ini\": 2461, \"clust\": 2312, \"rank\": 1357, \"rankvar\": 2437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3330, \"group\": [2310.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATTGGTAC\", \"ini\": 2460, \"clust\": 2100, \"rank\": 691, \"rankvar\": 2621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3331, \"group\": [2098.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTATAGGTA\", \"ini\": 2459, \"clust\": 697, \"rank\": 1027, \"rankvar\": 1911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 861, \"group\": [698.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGAAGCAC\", \"ini\": 2458, \"clust\": 458, \"rank\": 1529, \"rankvar\": 198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1131, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 862, \"group\": [459.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCTGAT\", \"ini\": 2457, \"clust\": 2452, \"rank\": 3131, \"rankvar\": 3588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 41, \"group\": [2452.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGTCATTTGGG\", \"ini\": 2456, \"clust\": 1550, \"rank\": 1412, \"rankvar\": 1968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1133, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1736, \"group\": [1551.0, 193.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGCTATA\", \"ini\": 2455, \"clust\": 241, \"rank\": 2001, \"rankvar\": 1533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1134, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 863, \"group\": [242.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCTGCAAT\", \"ini\": 2454, \"clust\": 1033, \"rank\": 843, \"rankvar\": 2146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 864, \"group\": [1034.0, 118.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGGGTTTCT\", \"ini\": 2453, \"clust\": 676, \"rank\": 1048, \"rankvar\": 1851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 865, \"group\": [677.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAATAGAGT\", \"ini\": 2452, \"clust\": 4, \"rank\": 1746, \"rankvar\": 2048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 866, \"group\": [5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAAGCCTAT\", \"ini\": 2451, \"clust\": 1044, \"rank\": 1186, \"rankvar\": 1445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 867, \"group\": [1045.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCCGAACGC\", \"ini\": 2450, \"clust\": 1962, \"rank\": 990, \"rankvar\": 2963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1139, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3332, \"group\": [1963.0, 280.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCACCTTGTC\", \"ini\": 2449, \"clust\": 769, \"rank\": 1915, \"rankvar\": 1452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 868, \"group\": [769.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGAGTCTGG\", \"ini\": 2448, \"clust\": 515, \"rank\": 1371, \"rankvar\": 1433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1141, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 869, \"group\": [515.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAAGGACAC\", \"ini\": 2447, \"clust\": 2162, \"rank\": 1123, \"rankvar\": 3215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3333, \"group\": [2164.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTCGCATC\", \"ini\": 2446, \"clust\": 403, \"rank\": 1440, \"rankvar\": 2019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 870, \"group\": [404.0, 75.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGTAAA\", \"ini\": 2445, \"clust\": 143, \"rank\": 2121, \"rankvar\": 2592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 871, \"group\": [143.0, 49.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACATCTTGCATT\", \"ini\": 2444, \"clust\": 372, \"rank\": 983, \"rankvar\": 795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 872, \"group\": [372.0, 72.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACGCCAGT\", \"ini\": 2443, \"clust\": 993, \"rank\": 1211, \"rankvar\": 183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 873, \"group\": [994.0, 113.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACATTGCGGC\", \"ini\": 2442, \"clust\": 342, \"rank\": 1903, \"rankvar\": 195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1147, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 874, \"group\": [342.0, 66.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGATGTGGC\", \"ini\": 2441, \"clust\": 1680, \"rank\": 479, \"rankvar\": 212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1858, \"group\": [1681.0, 224.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTGGTTTCA\", \"ini\": 2440, \"clust\": 132, \"rank\": 1419, \"rankvar\": 993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 875, \"group\": [132.0, 47.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAACACCTA\", \"ini\": 2439, \"clust\": 832, \"rank\": 1327, \"rankvar\": 2878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1150, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 876, \"group\": [835.0, 84.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCTACCTC\", \"ini\": 2438, \"clust\": 603, \"rank\": 1749, \"rankvar\": 2529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 877, \"group\": [605.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAATTCCTT\", \"ini\": 2437, \"clust\": 895, \"rank\": 2275, \"rankvar\": 2353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 878, \"group\": [896.0, 94.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGCGCAA\", \"ini\": 2436, \"clust\": 417, \"rank\": 1271, \"rankvar\": 1247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 879, \"group\": [417.0, 76.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGTAGGTGC\", \"ini\": 2435, \"clust\": 764, \"rank\": 1321, \"rankvar\": 909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 880, \"group\": [768.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCAATCTC\", \"ini\": 2434, \"clust\": 693, \"rank\": 1533, \"rankvar\": 1393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 881, \"group\": [696.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTTGTAGA\", \"ini\": 2433, \"clust\": 2608, \"rank\": 347, \"rankvar\": 1927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1156, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 42, \"group\": [2609.0, 340.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAAATGTG\", \"ini\": 2432, \"clust\": 925, \"rank\": 2002, \"rankvar\": 1042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 882, \"group\": [930.0, 97.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTACCGCTG\", \"ini\": 2431, \"clust\": 1014, \"rank\": 1118, \"rankvar\": 2344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 883, \"group\": [1015.0, 116.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCACATGGGA\", \"ini\": 2430, \"clust\": 551, \"rank\": 1013, \"rankvar\": 1715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1159, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 884, \"group\": [550.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGATCTGAA\", \"ini\": 2429, \"clust\": 5, \"rank\": 2187, \"rankvar\": 1649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 885, \"group\": [6.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCGCCTCA\", \"ini\": 2428, \"clust\": 2216, \"rank\": 633, \"rankvar\": 2326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3334, \"group\": [2216.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGTTTGGT\", \"ini\": 2427, \"clust\": 2226, \"rank\": 871, \"rankvar\": 2515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3335, \"group\": [2228.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTATTAGCC\", \"ini\": 2426, \"clust\": 133, \"rank\": 1695, \"rankvar\": 788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 886, \"group\": [133.0, 47.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGAGGGATA\", \"ini\": 2425, \"clust\": 375, \"rank\": 1724, \"rankvar\": 54, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 887, \"group\": [375.0, 72.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTGAGTATA\", \"ini\": 2424, \"clust\": 406, \"rank\": 1264, \"rankvar\": 592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 888, \"group\": [406.0, 76.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGGCTAGAC\", \"ini\": 2423, \"clust\": 555, \"rank\": 922, \"rankvar\": 2161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 889, \"group\": [555.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTCCTGCTT\", \"ini\": 2422, \"clust\": 61, \"rank\": 2020, \"rankvar\": 431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 890, \"group\": [61.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAGACGCCT\", \"ini\": 2421, \"clust\": 411, \"rank\": 1408, \"rankvar\": 2566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 891, \"group\": [412.0, 76.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGTAGTGCG\", \"ini\": 2420, \"clust\": 2303, \"rank\": 1650, \"rankvar\": 3043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3336, \"group\": [2313.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTAGAACAATC\", \"ini\": 2419, \"clust\": 542, \"rank\": 348, \"rankvar\": 2579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 892, \"group\": [543.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCGGTGTCG\", \"ini\": 2418, \"clust\": 288, \"rank\": 1407, \"rankvar\": 2829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 893, \"group\": [289.0, 62.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTCAATAG\", \"ini\": 2417, \"clust\": 1850, \"rank\": 1254, \"rankvar\": 697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1172, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1737, \"group\": [1851.0, 255.0, 47.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAGCTGGT\", \"ini\": 2416, \"clust\": 561, \"rank\": 842, \"rankvar\": 2039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 894, \"group\": [561.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGCGACC\", \"ini\": 2415, \"clust\": 558, \"rank\": 778, \"rankvar\": 1020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 895, \"group\": [559.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACATTGAGCT\", \"ini\": 2414, \"clust\": 938, \"rank\": 1508, \"rankvar\": 3108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 896, \"group\": [938.0, 97.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCGAATCT\", \"ini\": 2413, \"clust\": 270, \"rank\": 1780, \"rankvar\": 1685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 897, \"group\": [271.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCCCTAAT\", \"ini\": 2412, \"clust\": 373, \"rank\": 1314, \"rankvar\": 999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 898, \"group\": [373.0, 72.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTAACTGG\", \"ini\": 2411, \"clust\": 140, \"rank\": 1873, \"rankvar\": 2638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 899, \"group\": [140.0, 49.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGAGCTC\", \"ini\": 2410, \"clust\": 616, \"rank\": 1073, \"rankvar\": 1059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 900, \"group\": [617.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGACGAA\", \"ini\": 2409, \"clust\": 670, \"rank\": 1035, \"rankvar\": 2997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 901, \"group\": [671.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGAAACCTA\", \"ini\": 2408, \"clust\": 2144, \"rank\": 612, \"rankvar\": 2602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1181, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3337, \"group\": [2143.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCTGCC\", \"ini\": 2407, \"clust\": 2096, \"rank\": 1267, \"rankvar\": 2736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1182, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3338, \"group\": [2095.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTCTCTTTA\", \"ini\": 2406, \"clust\": 999, \"rank\": 1021, \"rankvar\": 273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 902, \"group\": [999.0, 113.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTAGAGC\", \"ini\": 2405, \"clust\": 2266, \"rank\": 936, \"rankvar\": 3119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3339, \"group\": [2263.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGCCGATTT\", \"ini\": 2404, \"clust\": 700, \"rank\": 1328, \"rankvar\": 1857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 903, \"group\": [699.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCATTCACT\", \"ini\": 2403, \"clust\": 2168, \"rank\": 1125, \"rankvar\": 1965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1186, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3340, \"group\": [2170.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTCACGGC\", \"ini\": 2402, \"clust\": 759, \"rank\": 1433, \"rankvar\": 2718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 904, \"group\": [760.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCATGCAAC\", \"ini\": 2401, \"clust\": 628, \"rank\": 1492, \"rankvar\": 266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 905, \"group\": [629.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCGCGTTT\", \"ini\": 2400, \"clust\": 701, \"rank\": 1029, \"rankvar\": 2475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 906, \"group\": [700.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCACTAT\", \"ini\": 2399, \"clust\": 3361, \"rank\": 2388, \"rankvar\": 1195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1190, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3341, \"group\": [3361.0, 452.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGTCAGCC\", \"ini\": 2398, \"clust\": 878, \"rank\": 1614, \"rankvar\": 3179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 907, \"group\": [878.0, 94.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATAACCG\", \"ini\": 2397, \"clust\": 2676, \"rank\": 733, \"rankvar\": 1985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1192, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1835, \"group\": [2679.0, 359.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCGTAGTA\", \"ini\": 2396, \"clust\": 740, \"rank\": 548, \"rankvar\": 2150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 908, \"group\": [741.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTTGCTCCT\", \"ini\": 2395, \"clust\": 509, \"rank\": 1325, \"rankvar\": 1417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1194, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 909, \"group\": [512.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCGTCTGCT\", \"ini\": 2394, \"clust\": 408, \"rank\": 1037, \"rankvar\": 3037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 910, \"group\": [410.0, 76.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTCATACTG\", \"ini\": 2393, \"clust\": 1930, \"rank\": 2093, \"rankvar\": 3128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3342, \"group\": [1931.0, 272.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCCCACTTG\", \"ini\": 2392, \"clust\": 171, \"rank\": 1103, \"rankvar\": 1721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 911, \"group\": [172.0, 55.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAAGGCTCC\", \"ini\": 2391, \"clust\": 811, \"rank\": 979, \"rankvar\": 2729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 912, \"group\": [812.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGAACAT\", \"ini\": 2390, \"clust\": 991, \"rank\": 1381, \"rankvar\": 352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1199, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 913, \"group\": [992.0, 113.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCTCTAGC\", \"ini\": 2389, \"clust\": 2021, \"rank\": 556, \"rankvar\": 2890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3343, \"group\": [2019.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTAGGAGTTGC\", \"ini\": 2388, \"clust\": 2279, \"rank\": 2016, \"rankvar\": 2337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1201, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3344, \"group\": [2281.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTGAAATCA\", \"ini\": 2387, \"clust\": 819, \"rank\": 946, \"rankvar\": 252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 914, \"group\": [820.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGCCACGTC\", \"ini\": 2386, \"clust\": 464, \"rank\": 1208, \"rankvar\": 971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 915, \"group\": [465.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTAATTGGA\", \"ini\": 2385, \"clust\": 550, \"rank\": 1209, \"rankvar\": 1665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1204, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 916, \"group\": [552.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTAGATTAG\", \"ini\": 2384, \"clust\": 533, \"rank\": 908, \"rankvar\": 1522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1205, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 917, \"group\": [536.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGCGATG\", \"ini\": 2383, \"clust\": 855, \"rank\": 2221, \"rankvar\": 1728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 918, \"group\": [855.0, 90.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCCGCGCAA\", \"ini\": 2382, \"clust\": 2280, \"rank\": 1955, \"rankvar\": 2738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1207, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3345, \"group\": [2279.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGCTGTTA\", \"ini\": 2381, \"clust\": 511, \"rank\": 1042, \"rankvar\": 1855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 919, \"group\": [511.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCAGAGGA\", \"ini\": 2380, \"clust\": 503, \"rank\": 917, \"rankvar\": 1015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 920, \"group\": [504.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGAGTCG\", \"ini\": 2379, \"clust\": 1642, \"rank\": 489, \"rankvar\": 131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1738, \"group\": [1642.0, 207.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAATGGAAT\", \"ini\": 2378, \"clust\": 269, \"rank\": 1601, \"rankvar\": 3071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 921, \"group\": [269.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGGAACGT\", \"ini\": 2377, \"clust\": 549, \"rank\": 1179, \"rankvar\": 1326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 922, \"group\": [557.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAAGCGAGAAA\", \"ini\": 2376, \"clust\": 760, \"rank\": 1022, \"rankvar\": 2974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 923, \"group\": [761.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATCTGGTA\", \"ini\": 2375, \"clust\": 2006, \"rank\": 1678, \"rankvar\": 2673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3346, \"group\": [2005.0, 289.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTCTCCACT\", \"ini\": 2374, \"clust\": 677, \"rank\": 1355, \"rankvar\": 651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 924, \"group\": [678.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGCAAATCA\", \"ini\": 2373, \"clust\": 1314, \"rank\": 1949, \"rankvar\": 143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1216, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 925, \"group\": [1315.0, 150.0, 25.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAGGAACGT\", \"ini\": 2372, \"clust\": 1564, \"rank\": 547, \"rankvar\": 1823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1217, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1739, \"group\": [1565.0, 197.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAGTAGTA\", \"ini\": 2371, \"clust\": 620, \"rank\": 1300, \"rankvar\": 1271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 926, \"group\": [621.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGTTCTTT\", \"ini\": 2370, \"clust\": 2722, \"rank\": 1239, \"rankvar\": 3256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1219, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2698, \"group\": [2722.0, 370.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGGTCA\", \"ini\": 2369, \"clust\": 27, \"rank\": 1441, \"rankvar\": 550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 927, \"group\": [29.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGGTGACAAAT\", \"ini\": 2368, \"clust\": 2481, \"rank\": 2594, \"rankvar\": 3474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1221, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 43, \"group\": [2482.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATATCCG\", \"ini\": 2367, \"clust\": 908, \"rank\": 1610, \"rankvar\": 1306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 928, \"group\": [908.0, 95.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGTCTGAA\", \"ini\": 2366, \"clust\": 401, \"rank\": 854, \"rankvar\": 2698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 929, \"group\": [401.0, 75.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGTCTTCC\", \"ini\": 2365, \"clust\": 686, \"rank\": 1099, \"rankvar\": 2212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1224, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 930, \"group\": [685.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGATGAGAG\", \"ini\": 2364, \"clust\": 1871, \"rank\": 1597, \"rankvar\": 1158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3347, \"group\": [1871.0, 267.0, 51.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACACTGCCAG\", \"ini\": 2363, \"clust\": 1956, \"rank\": 2239, \"rankvar\": 2847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1226, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3348, \"group\": [1955.0, 276.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGCTTATCG\", \"ini\": 2362, \"clust\": 2275, \"rank\": 1396, \"rankvar\": 2837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1227, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3349, \"group\": [2275.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGACTGGGT\", \"ini\": 2361, \"clust\": 956, \"rank\": 1631, \"rankvar\": 403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 931, \"group\": [957.0, 105.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGTGACCC\", \"ini\": 2360, \"clust\": 544, \"rank\": 523, \"rankvar\": 1509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1229, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 932, \"group\": [545.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGAGACGAA\", \"ini\": 2359, \"clust\": 358, \"rank\": 1153, \"rankvar\": 2672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 933, \"group\": [357.0, 69.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCTCCGTCATC\", \"ini\": 2358, \"clust\": 2304, \"rank\": 1959, \"rankvar\": 2281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1231, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3350, \"group\": [2303.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTCGGATCC\", \"ini\": 2357, \"clust\": 60, \"rank\": 1520, \"rankvar\": 190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 934, \"group\": [63.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCCCAAGAT\", \"ini\": 2356, \"clust\": 716, \"rank\": 973, \"rankvar\": 1354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1233, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 935, \"group\": [716.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAGTACCCAAT\", \"ini\": 2355, \"clust\": 939, \"rank\": 1770, \"rankvar\": 2109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 936, \"group\": [939.0, 97.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGAGGGAG\", \"ini\": 2354, \"clust\": 2536, \"rank\": 2409, \"rankvar\": 1808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3351, \"group\": [2538.0, 328.0, 69.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGCACGCCT\", \"ini\": 2353, \"clust\": 482, \"rank\": 1092, \"rankvar\": 2297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 937, \"group\": [483.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATCACGG\", \"ini\": 2352, \"clust\": 289, \"rank\": 1779, \"rankvar\": 2441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 938, \"group\": [290.0, 62.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGAATTAC\", \"ini\": 2351, \"clust\": 2085, \"rank\": 668, \"rankvar\": 2256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3352, \"group\": [2083.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGCAA\", \"ini\": 2350, \"clust\": 9, \"rank\": 2034, \"rankvar\": 2062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 939, \"group\": [10.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACAGGTCCAC\", \"ini\": 2349, \"clust\": 1997, \"rank\": 831, \"rankvar\": 2834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1240, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3353, \"group\": [1994.0, 289.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCACCTCGTT\", \"ini\": 2348, \"clust\": 2475, \"rank\": 2546, \"rankvar\": 3400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1241, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 44, \"group\": [2474.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTTCCACTC\", \"ini\": 2347, \"clust\": 1562, \"rank\": 1126, \"rankvar\": 2240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1242, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1740, \"group\": [1561.0, 196.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCCAAATGC\", \"ini\": 2346, \"clust\": 639, \"rank\": 905, \"rankvar\": 1515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1243, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 940, \"group\": [639.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCACAACGT\", \"ini\": 2345, \"clust\": 111, \"rank\": 1832, \"rankvar\": 2590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 941, \"group\": [111.0, 44.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCATTAT\", \"ini\": 2344, \"clust\": 432, \"rank\": 1156, \"rankvar\": 2710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 942, \"group\": [435.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTGGCGAAT\", \"ini\": 2343, \"clust\": 22, \"rank\": 1675, \"rankvar\": 1102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 943, \"group\": [23.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAACACCTA\", \"ini\": 2342, \"clust\": 1348, \"rank\": 2645, \"rankvar\": 12, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1247, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 944, \"group\": [1348.0, 163.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAACACAGGTTT\", \"ini\": 2341, \"clust\": 2743, \"rank\": 1482, \"rankvar\": 2810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2699, \"group\": [2742.0, 374.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCCAACAACCT\", \"ini\": 2340, \"clust\": 1056, \"rank\": 768, \"rankvar\": 1906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 945, \"group\": [1057.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCAAGCCTA\", \"ini\": 2339, \"clust\": 1027, \"rank\": 1064, \"rankvar\": 2713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1250, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 946, \"group\": [1028.0, 118.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGGGATGGG\", \"ini\": 2338, \"clust\": 527, \"rank\": 734, \"rankvar\": 1172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 947, \"group\": [530.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCTTGCCGT\", \"ini\": 2337, \"clust\": 1015, \"rank\": 1050, \"rankvar\": 784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1252, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 948, \"group\": [1016.0, 116.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAAATTGCC\", \"ini\": 2336, \"clust\": 1473, \"rank\": 2580, \"rankvar\": 0, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 949, \"group\": [1491.0, 176.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCCTCAGT\", \"ini\": 2335, \"clust\": 415, \"rank\": 891, \"rankvar\": 1711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 950, \"group\": [418.0, 76.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCGACTGC\", \"ini\": 2334, \"clust\": 357, \"rank\": 1824, \"rankvar\": 2059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 951, \"group\": [359.0, 69.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCATCTACGA\", \"ini\": 2333, \"clust\": 2497, \"rank\": 2857, \"rankvar\": 3483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1256, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 45, \"group\": [2498.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGAGGT\", \"ini\": 2332, \"clust\": 56, \"rank\": 1331, \"rankvar\": 1327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 952, \"group\": [56.0, 29.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGAGGGATA\", \"ini\": 2331, \"clust\": 2245, \"rank\": 540, \"rankvar\": 3062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1258, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3354, \"group\": [2246.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTCGAATC\", \"ini\": 2330, \"clust\": 2219, \"rank\": 499, \"rankvar\": 3178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3355, \"group\": [2218.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCAGTGGA\", \"ini\": 2329, \"clust\": 841, \"rank\": 2780, \"rankvar\": 2113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 953, \"group\": [842.0, 87.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTTCCCTTG\", \"ini\": 2328, \"clust\": 935, \"rank\": 2054, \"rankvar\": 1646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1261, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 954, \"group\": [935.0, 97.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCCTTCAAT\", \"ini\": 2327, \"clust\": 843, \"rank\": 2562, \"rankvar\": 573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 955, \"group\": [846.0, 88.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCGAATGGG\", \"ini\": 2326, \"clust\": 1599, \"rank\": 926, \"rankvar\": 2535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1263, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1741, \"group\": [1614.0, 203.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACATGGTCTA\", \"ini\": 2325, \"clust\": 955, \"rank\": 1660, \"rankvar\": 448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 956, \"group\": [954.0, 102.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTGCCTTGG\", \"ini\": 2324, \"clust\": 899, \"rank\": 1899, \"rankvar\": 1552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 957, \"group\": [898.0, 95.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCGTCTGCT\", \"ini\": 2323, \"clust\": 733, \"rank\": 816, \"rankvar\": 1860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 958, \"group\": [733.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGGCCATAG\", \"ini\": 2322, \"clust\": 1523, \"rank\": 2133, \"rankvar\": 256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 959, \"group\": [1524.0, 186.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCTAAAGA\", \"ini\": 2321, \"clust\": 2178, \"rank\": 1461, \"rankvar\": 2938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3356, \"group\": [2179.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGCATGAG\", \"ini\": 2320, \"clust\": 2000, \"rank\": 2455, \"rankvar\": 2793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3357, \"group\": [1999.0, 289.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGCACACAG\", \"ini\": 2319, \"clust\": 145, \"rank\": 1936, \"rankvar\": 1627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1270, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 960, \"group\": [146.0, 50.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGTGATTA\", \"ini\": 2318, \"clust\": 792, \"rank\": 1098, \"rankvar\": 2186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 961, \"group\": [794.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCAAACAAG\", \"ini\": 2317, \"clust\": 1597, \"rank\": 724, \"rankvar\": 1786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1272, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1742, \"group\": [1596.0, 200.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGCTAGTCT\", \"ini\": 2316, \"clust\": 48, \"rank\": 1621, \"rankvar\": 487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1273, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 962, \"group\": [48.0, 25.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCGCGAAA\", \"ini\": 2315, \"clust\": 3120, \"rank\": 2653, \"rankvar\": 1038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1274, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 963, \"group\": [3121.0, 434.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCACTCCTG\", \"ini\": 2314, \"clust\": 653, \"rank\": 1232, \"rankvar\": 2991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 964, \"group\": [653.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGGTATCG\", \"ini\": 2313, \"clust\": 1532, \"rank\": 2595, \"rankvar\": 248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1276, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 965, \"group\": [1532.0, 187.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGCTGCCCA\", \"ini\": 2312, \"clust\": 39, \"rank\": 971, \"rankvar\": 539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 966, \"group\": [38.0, 20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCACTCGACG\", \"ini\": 2311, \"clust\": 554, \"rank\": 1151, \"rankvar\": 2153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 967, \"group\": [554.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTTACGGG\", \"ini\": 2310, \"clust\": 430, \"rank\": 1686, \"rankvar\": 747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 968, \"group\": [430.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCATCGTCGG\", \"ini\": 2309, \"clust\": 612, \"rank\": 1345, \"rankvar\": 1575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 969, \"group\": [615.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGTGGAGTC\", \"ini\": 2308, \"clust\": 2388, \"rank\": 2995, \"rankvar\": 3337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1281, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 46, \"group\": [2391.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAAGCGAGT\", \"ini\": 2307, \"clust\": 188, \"rank\": 1972, \"rankvar\": 1500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 970, \"group\": [192.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGGCAGTA\", \"ini\": 2306, \"clust\": 2476, \"rank\": 2490, \"rankvar\": 3516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1283, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 47, \"group\": [2475.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCAAAGACA\", \"ini\": 2305, \"clust\": 1928, \"rank\": 2076, \"rankvar\": 2733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1284, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3358, \"group\": [1925.0, 272.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTGTTTGC\", \"ini\": 2304, \"clust\": 1054, \"rank\": 1736, \"rankvar\": 467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 971, \"group\": [1054.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGGACG\", \"ini\": 2303, \"clust\": 532, \"rank\": 491, \"rankvar\": 2464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 972, \"group\": [532.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCGGAGCAA\", \"ini\": 2302, \"clust\": 909, \"rank\": 1795, \"rankvar\": 666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 973, \"group\": [909.0, 95.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGGATCT\", \"ini\": 2301, \"clust\": 194, \"rank\": 2077, \"rankvar\": 2314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 974, \"group\": [193.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGAGGCTA\", \"ini\": 2300, \"clust\": 1588, \"rank\": 396, \"rankvar\": 2454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1743, \"group\": [1587.0, 200.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCATGCTGGC\", \"ini\": 2299, \"clust\": 179, \"rank\": 1696, \"rankvar\": 233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1290, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 975, \"group\": [180.0, 56.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTAACCGA\", \"ini\": 2298, \"clust\": 640, \"rank\": 1642, \"rankvar\": 1898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 976, \"group\": [641.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCAGCATGAG\", \"ini\": 2297, \"clust\": 462, \"rank\": 1544, \"rankvar\": 1110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 977, \"group\": [462.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTCCGT\", \"ini\": 2296, \"clust\": 932, \"rank\": 2007, \"rankvar\": 1776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1293, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 978, \"group\": [933.0, 97.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACAAGCCCAC\", \"ini\": 2295, \"clust\": 1250, \"rank\": 1122, \"rankvar\": 543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 979, \"group\": [1250.0, 129.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAAAGG\", \"ini\": 2294, \"clust\": 1684, \"rank\": 607, \"rankvar\": 381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1295, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1744, \"group\": [1687.0, 225.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCAAGAAGT\", \"ini\": 2293, \"clust\": 1603, \"rank\": 314, \"rankvar\": 862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1745, \"group\": [1602.0, 201.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTAAGGCTAGCA\", \"ini\": 2292, \"clust\": 1865, \"rank\": 412, \"rankvar\": 934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1859, \"group\": [1863.0, 263.0, 50.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCAACACCA\", \"ini\": 2291, \"clust\": 2477, \"rank\": 2516, \"rankvar\": 3502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1298, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 48, \"group\": [2480.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCACTGGGC\", \"ini\": 2290, \"clust\": 40, \"rank\": 1671, \"rankvar\": 111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1299, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 980, \"group\": [41.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGAGCTATA\", \"ini\": 2289, \"clust\": 2024, \"rank\": 1045, \"rankvar\": 2918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3359, \"group\": [2021.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCAACGGGA\", \"ini\": 2288, \"clust\": 2493, \"rank\": 2763, \"rankvar\": 3535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1301, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 49, \"group\": [2494.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCATGCATGT\", \"ini\": 2287, \"clust\": 823, \"rank\": 1574, \"rankvar\": 2119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 981, \"group\": [825.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCTATGTGG\", \"ini\": 2286, \"clust\": 744, \"rank\": 1139, \"rankvar\": 2376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 982, \"group\": [745.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGCACCGCT\", \"ini\": 2285, \"clust\": 667, \"rank\": 1203, \"rankvar\": 2138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1304, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 983, \"group\": [666.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAATTCCTT\", \"ini\": 2284, \"clust\": 668, \"rank\": 1094, \"rankvar\": 2275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 984, \"group\": [667.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGTCGCCGT\", \"ini\": 2283, \"clust\": 1729, \"rank\": 220, \"rankvar\": 376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1860, \"group\": [1730.0, 235.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCAGATAA\", \"ini\": 2282, \"clust\": 1943, \"rank\": 1971, \"rankvar\": 1677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1307, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3360, \"group\": [1942.0, 275.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTGGAAAGA\", \"ini\": 2281, \"clust\": 1003, \"rank\": 1289, \"rankvar\": 1165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 985, \"group\": [1006.0, 114.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCCATTAT\", \"ini\": 2280, \"clust\": 266, \"rank\": 1871, \"rankvar\": 2251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 986, \"group\": [266.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCCTTTC\", \"ini\": 2279, \"clust\": 173, \"rank\": 1145, \"rankvar\": 586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1310, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 987, \"group\": [176.0, 55.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGCTCCCAG\", \"ini\": 2278, \"clust\": 467, \"rank\": 1246, \"rankvar\": 2103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 988, \"group\": [468.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGACAATAC\", \"ini\": 2277, \"clust\": 1031, \"rank\": 1285, \"rankvar\": 2102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 989, \"group\": [1032.0, 118.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAACAAGTTGTC\", \"ini\": 2276, \"clust\": 182, \"rank\": 1426, \"rankvar\": 602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 990, \"group\": [182.0, 56.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCGCGTTTC\", \"ini\": 2275, \"clust\": 2261, \"rank\": 1147, \"rankvar\": 2721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3361, \"group\": [2260.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAGCTTAAC\", \"ini\": 2274, \"clust\": 120, \"rank\": 1348, \"rankvar\": 2053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 991, \"group\": [119.0, 45.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTGTGTGCC\", \"ini\": 2273, \"clust\": 1623, \"rank\": 513, \"rankvar\": 1868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1316, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1746, \"group\": [1623.0, 205.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAATTGGA\", \"ini\": 2272, \"clust\": 834, \"rank\": 1586, \"rankvar\": 2359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1317, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 992, \"group\": [832.0, 84.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCGTGAC\", \"ini\": 2271, \"clust\": 1981, \"rank\": 1554, \"rankvar\": 1859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1318, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3362, \"group\": [1981.0, 286.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCCTGACT\", \"ini\": 2270, \"clust\": 157, \"rank\": 1874, \"rankvar\": 101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 993, \"group\": [156.0, 51.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAAGCGCTC\", \"ini\": 2269, \"clust\": 124, \"rank\": 2164, \"rankvar\": 680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 994, \"group\": [127.0, 46.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTTATCACG\", \"ini\": 2268, \"clust\": 774, \"rank\": 1515, \"rankvar\": 701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 995, \"group\": [777.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCCACGTTC\", \"ini\": 2267, \"clust\": 1790, \"rank\": 402, \"rankvar\": 28, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1747, \"group\": [1793.0, 244.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGCCAT\", \"ini\": 2266, \"clust\": 565, \"rank\": 453, \"rankvar\": 2615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 996, \"group\": [564.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCACCATGTA\", \"ini\": 2265, \"clust\": 1922, \"rank\": 1806, \"rankvar\": 2220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1324, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3363, \"group\": [1920.0, 272.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGCCATCGC\", \"ini\": 2264, \"clust\": 1708, \"rank\": 892, \"rankvar\": 665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1861, \"group\": [1708.0, 231.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTTCTGAAC\", \"ini\": 2263, \"clust\": 276, \"rank\": 1549, \"rankvar\": 1159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 997, \"group\": [274.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCCGAG\", \"ini\": 2262, \"clust\": 1719, \"rank\": 160, \"rankvar\": 785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1862, \"group\": [1719.0, 233.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCTCAACTT\", \"ini\": 2261, \"clust\": 812, \"rank\": 1212, \"rankvar\": 1963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 998, \"group\": [816.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTACGTAA\", \"ini\": 2260, \"clust\": 364, \"rank\": 1559, \"rankvar\": 1975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1329, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 999, \"group\": [363.0, 70.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGGAATCGC\", \"ini\": 2259, \"clust\": 2062, \"rank\": 636, \"rankvar\": 2865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1330, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3364, \"group\": [2061.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCCGAATGT\", \"ini\": 2258, \"clust\": 2351, \"rank\": 1907, \"rankvar\": 3338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1331, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 50, \"group\": [2349.0, 302.0, 59.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGGCAATTA\", \"ini\": 2257, \"clust\": 2489, \"rank\": 2663, \"rankvar\": 3508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1332, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 51, \"group\": [2490.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCTCTTATG\", \"ini\": 2256, \"clust\": 2195, \"rank\": 1846, \"rankvar\": 2759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3365, \"group\": [2193.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGTTGACA\", \"ini\": 2255, \"clust\": 647, \"rank\": 1718, \"rankvar\": 2664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1000, \"group\": [647.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCGCTTAGA\", \"ini\": 2254, \"clust\": 186, \"rank\": 1471, \"rankvar\": 2276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1335, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1001, \"group\": [187.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTAGTAGTA\", \"ini\": 2253, \"clust\": 2273, \"rank\": 1543, \"rankvar\": 2697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1336, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3366, \"group\": [2273.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTAATCACC\", \"ini\": 2252, \"clust\": 2193, \"rank\": 1801, \"rankvar\": 3228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1337, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3367, \"group\": [2196.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGCTGTTCA\", \"ini\": 2251, \"clust\": 382, \"rank\": 1894, \"rankvar\": 1810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1002, \"group\": [386.0, 74.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCATCGATG\", \"ini\": 2250, \"clust\": 750, \"rank\": 1458, \"rankvar\": 2009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1003, \"group\": [753.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCCAGAA\", \"ini\": 2249, \"clust\": 187, \"rank\": 1466, \"rankvar\": 1899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1004, \"group\": [188.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATCAGTAC\", \"ini\": 2248, \"clust\": 742, \"rank\": 774, \"rankvar\": 2339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1005, \"group\": [743.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGGAGCGTT\", \"ini\": 2247, \"clust\": 2483, \"rank\": 2587, \"rankvar\": 3509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1342, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 52, \"group\": [2483.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGAACTGT\", \"ini\": 2246, \"clust\": 148, \"rank\": 2302, \"rankvar\": 870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1006, \"group\": [148.0, 50.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGTGGGAA\", \"ini\": 2245, \"clust\": 469, \"rank\": 1294, \"rankvar\": 2686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1344, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1007, \"group\": [471.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCAACGGT\", \"ini\": 2244, \"clust\": 419, \"rank\": 1623, \"rankvar\": 2728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1345, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1008, \"group\": [419.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCAACCATG\", \"ini\": 2243, \"clust\": 713, \"rank\": 1091, \"rankvar\": 2096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1009, \"group\": [714.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGGCTTCC\", \"ini\": 2242, \"clust\": 306, \"rank\": 1496, \"rankvar\": 1662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1010, \"group\": [306.0, 62.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTATCGGT\", \"ini\": 2241, \"clust\": 2046, \"rank\": 1931, \"rankvar\": 3033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1348, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3368, \"group\": [2047.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATCCGAT\", \"ini\": 2240, \"clust\": 399, \"rank\": 962, \"rankvar\": 2253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1011, \"group\": [402.0, 75.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACAACTGCGC\", \"ini\": 2239, \"clust\": 2720, \"rank\": 1401, \"rankvar\": 3052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1350, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2700, \"group\": [2720.0, 370.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGGGAGAG\", \"ini\": 2238, \"clust\": 809, \"rank\": 947, \"rankvar\": 2420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1012, \"group\": [810.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTACAA\", \"ini\": 2237, \"clust\": 1232, \"rank\": 998, \"rankvar\": 132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1352, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1013, \"group\": [1233.0, 128.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTCAGAAGC\", \"ini\": 2236, \"clust\": 2121, \"rank\": 368, \"rankvar\": 2661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3369, \"group\": [2120.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTCCCTACT\", \"ini\": 2235, \"clust\": 1553, \"rank\": 1346, \"rankvar\": 2750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1354, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1748, \"group\": [1553.0, 194.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCCGTTAA\", \"ini\": 2234, \"clust\": 789, \"rank\": 1553, \"rankvar\": 613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1014, \"group\": [790.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGTTCGCGC\", \"ini\": 2233, \"clust\": 114, \"rank\": 1654, \"rankvar\": 1747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1015, \"group\": [114.0, 44.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGAGTGACC\", \"ini\": 2232, \"clust\": 42, \"rank\": 1044, \"rankvar\": 1498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1016, \"group\": [43.0, 22.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACAGATGAGC\", \"ini\": 2231, \"clust\": 2410, \"rank\": 2810, \"rankvar\": 3522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1358, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 53, \"group\": [2410.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGTGGGTTG\", \"ini\": 2230, \"clust\": 203, \"rank\": 1609, \"rankvar\": 2603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1017, \"group\": [207.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTCGTTTG\", \"ini\": 2229, \"clust\": 346, \"rank\": 1521, \"rankvar\": 2205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1018, \"group\": [349.0, 68.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAATGGATA\", \"ini\": 2228, \"clust\": 804, \"rank\": 1701, \"rankvar\": 1979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1019, \"group\": [805.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGTACTCT\", \"ini\": 2227, \"clust\": 1094, \"rank\": 630, \"rankvar\": 1650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1020, \"group\": [1095.0, 123.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGTCTGCGACG\", \"ini\": 2226, \"clust\": 678, \"rank\": 1453, \"rankvar\": 1093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1363, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1021, \"group\": [679.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTCGGACG\", \"ini\": 2225, \"clust\": 641, \"rank\": 1592, \"rankvar\": 1990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1022, \"group\": [642.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCTTACCGC\", \"ini\": 2224, \"clust\": 552, \"rank\": 1241, \"rankvar\": 636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1023, \"group\": [551.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTACTTCTT\", \"ini\": 2223, \"clust\": 394, \"rank\": 1823, \"rankvar\": 2074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1024, \"group\": [399.0, 75.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGTAAGTA\", \"ini\": 2222, \"clust\": 1573, \"rank\": 546, \"rankvar\": 249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1749, \"group\": [1573.0, 198.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAAGGAG\", \"ini\": 2221, \"clust\": 2221, \"rank\": 518, \"rankvar\": 3063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3370, \"group\": [2221.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCTTTCCTC\", \"ini\": 2220, \"clust\": 828, \"rank\": 1985, \"rankvar\": 509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1025, \"group\": [831.0, 84.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCTACCTC\", \"ini\": 2219, \"clust\": 2197, \"rank\": 1856, \"rankvar\": 2581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3371, \"group\": [2197.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGTTGAGG\", \"ini\": 2218, \"clust\": 1521, \"rank\": 1979, \"rankvar\": 703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1371, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1026, \"group\": [1522.0, 186.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCTTGTACT\", \"ini\": 2217, \"clust\": 96, \"rank\": 1713, \"rankvar\": 720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1027, \"group\": [95.0, 38.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTTTGCC\", \"ini\": 2216, \"clust\": 889, \"rank\": 1989, \"rankvar\": 1211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1028, \"group\": [890.0, 94.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCAGTCTTCC\", \"ini\": 2215, \"clust\": 1565, \"rank\": 977, \"rankvar\": 1375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1750, \"group\": [1566.0, 197.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGACTCAT\", \"ini\": 2214, \"clust\": 1000, \"rank\": 1168, \"rankvar\": 203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1029, \"group\": [1000.0, 113.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCGGACAAG\", \"ini\": 2213, \"clust\": 2060, \"rank\": 511, \"rankvar\": 2962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3372, \"group\": [2059.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCAGGTAAA\", \"ini\": 2212, \"clust\": 1873, \"rank\": 2103, \"rankvar\": 2354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1377, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3031, \"group\": [1875.0, 268.0, 51.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTGGGTCAA\", \"ini\": 2211, \"clust\": 751, \"rank\": 1665, \"rankvar\": 641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1030, \"group\": [752.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGACACTAA\", \"ini\": 2210, \"clust\": 277, \"rank\": 1524, \"rankvar\": 2277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1031, \"group\": [276.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCCGTCATC\", \"ini\": 2209, \"clust\": 931, \"rank\": 1516, \"rankvar\": 1046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1380, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1032, \"group\": [932.0, 97.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATCTGCA\", \"ini\": 2208, \"clust\": 604, \"rank\": 1652, \"rankvar\": 1538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1033, \"group\": [603.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCACGCATA\", \"ini\": 2207, \"clust\": 2088, \"rank\": 1305, \"rankvar\": 2754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3373, \"group\": [2090.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACACTGCG\", \"ini\": 2206, \"clust\": 2411, \"rank\": 2868, \"rankvar\": 3513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1383, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 54, \"group\": [2411.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTACTCGCG\", \"ini\": 2205, \"clust\": 216, \"rank\": 2149, \"rankvar\": 2321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1384, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1034, \"group\": [215.0, 59.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTAGTGTACCT\", \"ini\": 2204, \"clust\": 882, \"rank\": 2087, \"rankvar\": 1668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1035, \"group\": [881.0, 94.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGTGATCGG\", \"ini\": 2203, \"clust\": 1180, \"rank\": 415, \"rankvar\": 372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1386, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1751, \"group\": [1180.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCATGTCCTC\", \"ini\": 2202, \"clust\": 395, \"rank\": 1506, \"rankvar\": 544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1036, \"group\": [395.0, 75.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGCCTTGAT\", \"ini\": 2201, \"clust\": 452, \"rank\": 797, \"rankvar\": 2178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1037, \"group\": [452.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAGACAAAT\", \"ini\": 2200, \"clust\": 2223, \"rank\": 940, \"rankvar\": 2788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1389, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3374, \"group\": [2224.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGGATATAC\", \"ini\": 2199, \"clust\": 303, \"rank\": 1860, \"rankvar\": 1039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1390, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1038, \"group\": [308.0, 62.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAAGCCCAC\", \"ini\": 2198, \"clust\": 431, \"rank\": 1715, \"rankvar\": 1373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1039, \"group\": [431.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTTCCACGG\", \"ini\": 2197, \"clust\": 516, \"rank\": 1119, \"rankvar\": 2418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1040, \"group\": [516.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCATGTGGT\", \"ini\": 2196, \"clust\": 378, \"rank\": 1641, \"rankvar\": 736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1041, \"group\": [377.0, 72.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTAAATGAC\", \"ini\": 2195, \"clust\": 1192, \"rank\": 70, \"rankvar\": 134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1394, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1863, \"group\": [1191.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCAGTGTTG\", \"ini\": 2194, \"clust\": 2506, \"rank\": 2530, \"rankvar\": 171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1395, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1042, \"group\": [2509.0, 315.0, 63.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCATGGCA\", \"ini\": 2193, \"clust\": 465, \"rank\": 1393, \"rankvar\": 1502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1043, \"group\": [466.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTTGCCGT\", \"ini\": 2192, \"clust\": 2243, \"rank\": 648, \"rankvar\": 2622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1397, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3375, \"group\": [2242.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGCGAAA\", \"ini\": 2191, \"clust\": 2348, \"rank\": 1526, \"rankvar\": 3348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1398, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 55, \"group\": [2351.0, 302.0, 59.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCAGTGTTGAA\", \"ini\": 2190, \"clust\": 162, \"rank\": 1890, \"rankvar\": 308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1044, \"group\": [162.0, 54.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTCGATT\", \"ini\": 2189, \"clust\": 2450, \"rank\": 3075, \"rankvar\": 3557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1400, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 56, \"group\": [2450.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGCAAGACGTG\", \"ini\": 2188, \"clust\": 2377, \"rank\": 2692, \"rankvar\": 3274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1401, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 57, \"group\": [2380.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTATAAACG\", \"ini\": 2187, \"clust\": 2579, \"rank\": 986, \"rankvar\": 3468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1402, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3569, \"group\": [2579.0, 339.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAAG\", \"ini\": 2186, \"clust\": 1277, \"rank\": 298, \"rankvar\": 458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1403, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1752, \"group\": [1277.0, 132.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCGCAAACT\", \"ini\": 2185, \"clust\": 355, \"rank\": 1399, \"rankvar\": 1678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1404, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1045, \"group\": [355.0, 69.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAGACACTT\", \"ini\": 2184, \"clust\": 272, \"rank\": 1930, \"rankvar\": 710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1046, \"group\": [279.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGGCCA\", \"ini\": 2183, \"clust\": 737, \"rank\": 1142, \"rankvar\": 1194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1047, \"group\": [737.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCATAGCAC\", \"ini\": 2182, \"clust\": 2468, \"rank\": 2864, \"rankvar\": 3529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1407, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 58, \"group\": [2469.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATGGAATA\", \"ini\": 2181, \"clust\": 53, \"rank\": 1485, \"rankvar\": 1359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1048, \"group\": [53.0, 28.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGGTAGCTAAA\", \"ini\": 2180, \"clust\": 1058, \"rank\": 1456, \"rankvar\": 1518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1049, \"group\": [1059.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGCAGTTCATG\", \"ini\": 2179, \"clust\": 398, \"rank\": 1627, \"rankvar\": 1989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1050, \"group\": [398.0, 75.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCTCACCCTCA\", \"ini\": 2178, \"clust\": 1546, \"rank\": 1160, \"rankvar\": 925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1753, \"group\": [1547.0, 191.0, 34.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGGGTGTTG\", \"ini\": 2177, \"clust\": 1617, \"rank\": 1065, \"rankvar\": 664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1754, \"group\": [1618.0, 204.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGAGGGCTT\", \"ini\": 2176, \"clust\": 797, \"rank\": 1617, \"rankvar\": 1215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1051, \"group\": [798.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGTAGAGC\", \"ini\": 2175, \"clust\": 366, \"rank\": 1677, \"rankvar\": 1426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1414, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1052, \"group\": [366.0, 70.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCAGACTG\", \"ini\": 2174, \"clust\": 1286, \"rank\": 1912, \"rankvar\": 2396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1415, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1053, \"group\": [1287.0, 136.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTCATCGATTG\", \"ini\": 2173, \"clust\": 62, \"rank\": 1680, \"rankvar\": 843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1416, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1054, \"group\": [62.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCACTGTTAG\", \"ini\": 2172, \"clust\": 817, \"rank\": 966, \"rankvar\": 2260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1417, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1055, \"group\": [818.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGGAACGG\", \"ini\": 2171, \"clust\": 664, \"rank\": 1218, \"rankvar\": 1953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1056, \"group\": [665.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAAATTGCC\", \"ini\": 2170, \"clust\": 824, \"rank\": 1185, \"rankvar\": 1291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1057, \"group\": [823.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAGTTGGC\", \"ini\": 2169, \"clust\": 195, \"rank\": 2182, \"rankvar\": 1341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1420, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1058, \"group\": [194.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAGCGATG\", \"ini\": 2168, \"clust\": 248, \"rank\": 1759, \"rankvar\": 792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1059, \"group\": [249.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACAAACC\", \"ini\": 2167, \"clust\": 622, \"rank\": 1353, \"rankvar\": 1909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1060, \"group\": [625.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACTGAAGG\", \"ini\": 2166, \"clust\": 215, \"rank\": 1991, \"rankvar\": 2031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1061, \"group\": [217.0, 59.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGACTAGAT\", \"ini\": 2165, \"clust\": 1726, \"rank\": 163, \"rankvar\": 1659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1864, \"group\": [1727.0, 235.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCAGTAGT\", \"ini\": 2164, \"clust\": 1317, \"rank\": 2491, \"rankvar\": 1684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1062, \"group\": [1317.0, 151.0, 26.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTGCCCTA\", \"ini\": 2163, \"clust\": 2465, \"rank\": 2678, \"rankvar\": 3430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1426, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 59, \"group\": [2466.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGAGCCTAG\", \"ini\": 2162, \"clust\": 718, \"rank\": 1001, \"rankvar\": 951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1063, \"group\": [719.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATCATCCC\", \"ini\": 2161, \"clust\": 59, \"rank\": 1908, \"rankvar\": 155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1064, \"group\": [60.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGGTGTTAA\", \"ini\": 2160, \"clust\": 2, \"rank\": 1830, \"rankvar\": 1187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1065, \"group\": [3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATACGCT\", \"ini\": 2159, \"clust\": 1630, \"rank\": 914, \"rankvar\": 1120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1430, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1755, \"group\": [1633.0, 206.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTCAAACTC\", \"ini\": 2158, \"clust\": 385, \"rank\": 1602, \"rankvar\": 482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1066, \"group\": [384.0, 74.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTCCACTC\", \"ini\": 2157, \"clust\": 649, \"rank\": 1484, \"rankvar\": 1501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1067, \"group\": [652.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTATAGTAG\", \"ini\": 2156, \"clust\": 278, \"rank\": 1632, \"rankvar\": 1188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1068, \"group\": [277.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCACGTGG\", \"ini\": 2155, \"clust\": 2008, \"rank\": 1557, \"rankvar\": 3005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3376, \"group\": [2007.0, 289.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACGGTGTC\", \"ini\": 2154, \"clust\": 948, \"rank\": 1925, \"rankvar\": 235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1069, \"group\": [945.0, 100.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTTCAGTAC\", \"ini\": 2153, \"clust\": 376, \"rank\": 1876, \"rankvar\": 499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1070, \"group\": [380.0, 72.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGAGGAA\", \"ini\": 2152, \"clust\": 941, \"rank\": 2386, \"rankvar\": 686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1071, \"group\": [943.0, 98.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGTGTTAGA\", \"ini\": 2151, \"clust\": 2267, \"rank\": 1505, \"rankvar\": 3090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1438, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3377, \"group\": [2264.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCACACCACGTG\", \"ini\": 2150, \"clust\": 822, \"rank\": 1706, \"rankvar\": 250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1072, \"group\": [826.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAGGTCCAC\", \"ini\": 2149, \"clust\": 232, \"rank\": 2192, \"rankvar\": 1006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1073, \"group\": [232.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCGGACAAG\", \"ini\": 2148, \"clust\": 154, \"rank\": 1537, \"rankvar\": 623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1441, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1074, \"group\": [154.0, 51.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGAAACCGC\", \"ini\": 2147, \"clust\": 771, \"rank\": 1316, \"rankvar\": 2446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1075, \"group\": [774.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCACCCAGTG\", \"ini\": 2146, \"clust\": 922, \"rank\": 1750, \"rankvar\": 3153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1443, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1076, \"group\": [925.0, 96.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTGTTGAGG\", \"ini\": 2145, \"clust\": 74, \"rank\": 1339, \"rankvar\": 1523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1444, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1077, \"group\": [74.0, 32.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGCCAGTTT\", \"ini\": 2144, \"clust\": 434, \"rank\": 1140, \"rankvar\": 1477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1078, \"group\": [434.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTCCAGTAT\", \"ini\": 2143, \"clust\": 351, \"rank\": 2041, \"rankvar\": 1671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1079, \"group\": [350.0, 69.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACTCAGAGCTT\", \"ini\": 2142, \"clust\": 2322, \"rank\": 1694, \"rankvar\": 2653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3378, \"group\": [2319.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCAGAAATG\", \"ini\": 2141, \"clust\": 146, \"rank\": 2267, \"rankvar\": 1789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1080, \"group\": [147.0, 50.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCGGATCA\", \"ini\": 2140, \"clust\": 1723, \"rank\": 227, \"rankvar\": 420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1865, \"group\": [1723.0, 234.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACCAGGGAGAG\", \"ini\": 2139, \"clust\": 152, \"rank\": 1370, \"rankvar\": 1267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1081, \"group\": [158.0, 52.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACAAGCTGGA\", \"ini\": 2138, \"clust\": 2485, \"rank\": 2670, \"rankvar\": 3478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1451, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 60, \"group\": [2485.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCAGGTTTCA\", \"ini\": 2137, \"clust\": 953, \"rank\": 634, \"rankvar\": 2183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1452, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1082, \"group\": [952.0, 101.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACCAGGCT\", \"ini\": 2136, \"clust\": 101, \"rank\": 1716, \"rankvar\": 149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1083, \"group\": [102.0, 39.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGGATACC\", \"ini\": 2135, \"clust\": 1540, \"rank\": 2493, \"rankvar\": 574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1454, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1084, \"group\": [1544.0, 188.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTAACG\", \"ini\": 2134, \"clust\": 2207, \"rank\": 1691, \"rankvar\": 2905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1455, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3379, \"group\": [2207.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCATTGCGA\", \"ini\": 2133, \"clust\": 648, \"rank\": 1437, \"rankvar\": 1720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1085, \"group\": [648.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGGATTG\", \"ini\": 2132, \"clust\": 1626, \"rank\": 1070, \"rankvar\": 1559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1457, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1756, \"group\": [1626.0, 205.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAGCGATT\", \"ini\": 2131, \"clust\": 55, \"rank\": 1786, \"rankvar\": 1651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1086, \"group\": [58.0, 29.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTACATGA\", \"ini\": 2130, \"clust\": 1289, \"rank\": 1739, \"rankvar\": 551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1087, \"group\": [1293.0, 138.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCATGCAAC\", \"ini\": 2129, \"clust\": 337, \"rank\": 1859, \"rankvar\": 1892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1088, \"group\": [337.0, 65.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGGATAG\", \"ini\": 2128, \"clust\": 1524, \"rank\": 2151, \"rankvar\": 356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1089, \"group\": [1525.0, 186.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGCTGCC\", \"ini\": 2127, \"clust\": 619, \"rank\": 1058, \"rankvar\": 2311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1090, \"group\": [619.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTGCGATAG\", \"ini\": 2126, \"clust\": 208, \"rank\": 1946, \"rankvar\": 676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1091, \"group\": [208.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTACCTACA\", \"ini\": 2125, \"clust\": 78, \"rank\": 2266, \"rankvar\": 98, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1092, \"group\": [77.0, 33.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAACAACCT\", \"ini\": 2124, \"clust\": 252, \"rank\": 1692, \"rankvar\": 1114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1093, \"group\": [252.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAGAGTCG\", \"ini\": 2123, \"clust\": 2619, \"rank\": 958, \"rankvar\": 3304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1466, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2701, \"group\": [2620.0, 344.0, 74.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAAACTGCT\", \"ini\": 2122, \"clust\": 607, \"rank\": 1276, \"rankvar\": 1414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1467, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1094, \"group\": [608.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGGGATGGG\", \"ini\": 2121, \"clust\": 282, \"rank\": 1851, \"rankvar\": 377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1095, \"group\": [282.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGGTGTGTGCC\", \"ini\": 2120, \"clust\": 249, \"rank\": 1611, \"rankvar\": 1667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1096, \"group\": [250.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACGACGAA\", \"ini\": 2119, \"clust\": 117, \"rank\": 1672, \"rankvar\": 1390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1470, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1097, \"group\": [117.0, 45.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCCTATGTT\", \"ini\": 2118, \"clust\": 2147, \"rank\": 620, \"rankvar\": 3030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3380, \"group\": [2146.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCATCATC\", \"ini\": 2117, \"clust\": 57, \"rank\": 1705, \"rankvar\": 364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1472, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1098, \"group\": [57.0, 29.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCACGACTCG\", \"ini\": 2116, \"clust\": 674, \"rank\": 763, \"rankvar\": 2327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1473, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1099, \"group\": [675.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCAACACGT\", \"ini\": 2115, \"clust\": 64, \"rank\": 1463, \"rankvar\": 1935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1474, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1100, \"group\": [65.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCAGACTCGC\", \"ini\": 2114, \"clust\": 2389, \"rank\": 3172, \"rankvar\": 3542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1475, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 61, \"group\": [2389.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGATCTGAA\", \"ini\": 2113, \"clust\": 2212, \"rank\": 1942, \"rankvar\": 3075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1476, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3381, \"group\": [2213.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCAGCTCGG\", \"ini\": 2112, \"clust\": 428, \"rank\": 1588, \"rankvar\": 1957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1101, \"group\": [428.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGGCTATCT\", \"ini\": 2111, \"clust\": 1329, \"rank\": 2418, \"rankvar\": 1369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1478, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1102, \"group\": [1330.0, 156.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTGCTTGC\", \"ini\": 2110, \"clust\": 2254, \"rank\": 810, \"rankvar\": 2866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3382, \"group\": [2252.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCATCGATTG\", \"ini\": 2109, \"clust\": 299, \"rank\": 1950, \"rankvar\": 2255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1480, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1103, \"group\": [299.0, 62.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCAGAGGT\", \"ini\": 2108, \"clust\": 1615, \"rank\": 565, \"rankvar\": 1280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1757, \"group\": [1615.0, 204.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTAGATTAG\", \"ini\": 2107, \"clust\": 371, \"rank\": 1810, \"rankvar\": 1618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1104, \"group\": [376.0, 72.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATTAGCCA\", \"ini\": 2106, \"clust\": 2251, \"rank\": 1040, \"rankvar\": 2913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1483, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3383, \"group\": [2251.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCACGAAACG\", \"ini\": 2105, \"clust\": 220, \"rank\": 1782, \"rankvar\": 2202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1105, \"group\": [219.0, 59.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTCATACTG\", \"ini\": 2104, \"clust\": 2616, \"rank\": 176, \"rankvar\": 707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1866, \"group\": [2619.0, 343.0, 74.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCTCTGAGA\", \"ini\": 2103, \"clust\": 1929, \"rank\": 2167, \"rankvar\": 2477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1486, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3384, \"group\": [1926.0, 272.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATTGGTAC\", \"ini\": 2102, \"clust\": 1877, \"rank\": 2689, \"rankvar\": 2755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1487, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3385, \"group\": [1880.0, 270.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCGTTACGACT\", \"ini\": 2101, \"clust\": 3, \"rank\": 1802, \"rankvar\": 764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1488, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1106, \"group\": [4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCATTAGC\", \"ini\": 2100, \"clust\": 840, \"rank\": 2006, \"rankvar\": 473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1489, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1107, \"group\": [840.0, 86.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGCGTAG\", \"ini\": 2099, \"clust\": 1941, \"rank\": 2358, \"rankvar\": 1940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1490, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3386, \"group\": [1945.0, 275.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCCTTTACA\", \"ini\": 2098, \"clust\": 1978, \"rank\": 1532, \"rankvar\": 2927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1491, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3387, \"group\": [1975.0, 284.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACTCGCG\", \"ini\": 2097, \"clust\": 2090, \"rank\": 964, \"rankvar\": 2095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1492, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3388, \"group\": [2089.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGGTTTCT\", \"ini\": 2096, \"clust\": 2167, \"rank\": 698, \"rankvar\": 2916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1493, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3389, \"group\": [2166.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTTGCTCCT\", \"ini\": 2095, \"clust\": 1986, \"rank\": 952, \"rankvar\": 2967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3390, \"group\": [1985.0, 287.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGATAAAC\", \"ini\": 2094, \"clust\": 231, \"rank\": 2177, \"rankvar\": 1377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1495, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1108, \"group\": [234.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTATAGGGC\", \"ini\": 2093, \"clust\": 903, \"rank\": 2154, \"rankvar\": 1029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1109, \"group\": [902.0, 95.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTTACTGAC\", \"ini\": 2092, \"clust\": 218, \"rank\": 1935, \"rankvar\": 2094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1497, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1110, \"group\": [220.0, 59.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCAGGTTCA\", \"ini\": 2091, \"clust\": 2264, \"rank\": 1525, \"rankvar\": 2909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3391, \"group\": [2266.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTGGAT\", \"ini\": 2090, \"clust\": 2721, \"rank\": 581, \"rankvar\": 3106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1499, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2702, \"group\": [2721.0, 370.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCACGTGAGA\", \"ini\": 2089, \"clust\": 1967, \"rank\": 1886, \"rankvar\": 1181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1500, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3392, \"group\": [1968.0, 282.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTGTCCAT\", \"ini\": 2088, \"clust\": 900, \"rank\": 2361, \"rankvar\": 2254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1501, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1111, \"group\": [899.0, 95.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTTATGTGC\", \"ini\": 2087, \"clust\": 957, \"rank\": 2044, \"rankvar\": 428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1112, \"group\": [958.0, 105.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACTTATC\", \"ini\": 2086, \"clust\": 166, \"rank\": 1184, \"rankvar\": 2098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1113, \"group\": [165.0, 54.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTGACGCCT\", \"ini\": 2085, \"clust\": 2198, \"rank\": 1958, \"rankvar\": 3181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1504, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3393, \"group\": [2198.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGAGATG\", \"ini\": 2084, \"clust\": 642, \"rank\": 1926, \"rankvar\": 907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1114, \"group\": [643.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCTTGAT\", \"ini\": 2083, \"clust\": 1735, \"rank\": 323, \"rankvar\": 1383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1867, \"group\": [1736.0, 236.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCACTTCC\", \"ini\": 2082, \"clust\": 264, \"rank\": 1816, \"rankvar\": 3041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1115, \"group\": [267.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGCAAATACAG\", \"ini\": 2081, \"clust\": 2490, \"rank\": 2607, \"rankvar\": 3489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1508, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 62, \"group\": [2491.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCACGTTC\", \"ini\": 2080, \"clust\": 1616, \"rank\": 836, \"rankvar\": 590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1758, \"group\": [1616.0, 204.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTACCGTTA\", \"ini\": 2079, \"clust\": 1508, \"rank\": 2213, \"rankvar\": 351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1510, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1116, \"group\": [1512.0, 182.0, 32.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTCTAGCCG\", \"ini\": 2078, \"clust\": 1704, \"rank\": 1114, \"rankvar\": 1444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1868, \"group\": [1709.0, 232.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTTAGATGA\", \"ini\": 2077, \"clust\": 54, \"rank\": 1583, \"rankvar\": 689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1117, \"group\": [54.0, 28.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACAAGC\", \"ini\": 2076, \"clust\": 1671, \"rank\": 495, \"rankvar\": 704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1513, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1759, \"group\": [1671.0, 220.0, 39.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGGCGC\", \"ini\": 2075, \"clust\": 180, \"rank\": 1416, \"rankvar\": 787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1118, \"group\": [181.0, 56.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTGTGCCTG\", \"ini\": 2074, \"clust\": 1957, \"rank\": 2336, \"rankvar\": 2165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3394, \"group\": [1956.0, 276.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAAGTCTGT\", \"ini\": 2073, \"clust\": 2274, \"rank\": 1372, \"rankvar\": 2868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1516, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3395, \"group\": [2274.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATTGAGCT\", \"ini\": 2072, \"clust\": 1979, \"rank\": 1895, \"rankvar\": 2671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1517, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3396, \"group\": [1976.0, 284.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCATGTTGAC\", \"ini\": 2071, \"clust\": 2654, \"rank\": 538, \"rankvar\": 2636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1869, \"group\": [2654.0, 351.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCGAACGC\", \"ini\": 2070, \"clust\": 2298, \"rank\": 1536, \"rankvar\": 3201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1519, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3397, \"group\": [2297.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGTGGAT\", \"ini\": 2069, \"clust\": 2011, \"rank\": 1658, \"rankvar\": 3054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1520, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3398, \"group\": [2011.0, 289.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGGACCCT\", \"ini\": 2068, \"clust\": 837, \"rank\": 2507, \"rankvar\": 1279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1521, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1119, \"group\": [838.0, 85.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGGGTACA\", \"ini\": 2067, \"clust\": 2256, \"rank\": 893, \"rankvar\": 2117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3399, \"group\": [2259.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGTAATG\", \"ini\": 2066, \"clust\": 617, \"rank\": 1171, \"rankvar\": 2221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1523, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1120, \"group\": [620.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAAGCTACCTA\", \"ini\": 2065, \"clust\": 205, \"rank\": 1875, \"rankvar\": 2352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1121, \"group\": [204.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTGTTCGAT\", \"ini\": 2064, \"clust\": 181, \"rank\": 1195, \"rankvar\": 654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1525, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1122, \"group\": [184.0, 56.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGATCACGG\", \"ini\": 2063, \"clust\": 923, \"rank\": 2036, \"rankvar\": 2005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1123, \"group\": [923.0, 96.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCTCACCT\", \"ini\": 2062, \"clust\": 852, \"rank\": 2567, \"rankvar\": 1895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1527, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1124, \"group\": [852.0, 89.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTACAGCAG\", \"ini\": 2061, \"clust\": 331, \"rank\": 2350, \"rankvar\": 1106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1125, \"group\": [330.0, 65.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACACATCTTT\", \"ini\": 2060, \"clust\": 947, \"rank\": 2037, \"rankvar\": 96, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1126, \"group\": [947.0, 100.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATTCATCGCTC\", \"ini\": 2059, \"clust\": 237, \"rank\": 2337, \"rankvar\": 1461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1530, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1127, \"group\": [238.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGCAGCCTC\", \"ini\": 2058, \"clust\": 2263, \"rank\": 1501, \"rankvar\": 2466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1531, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3400, \"group\": [2267.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCATCTACGA\", \"ini\": 2057, \"clust\": 2225, \"rank\": 956, \"rankvar\": 1993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1532, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3401, \"group\": [2223.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCAACCGCCA\", \"ini\": 2056, \"clust\": 2182, \"rank\": 1344, \"rankvar\": 2948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3402, \"group\": [2181.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGTTGAC\", \"ini\": 2055, \"clust\": 784, \"rank\": 918, \"rankvar\": 2921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1534, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1128, \"group\": [786.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACTGTAA\", \"ini\": 2054, \"clust\": 307, \"rank\": 1807, \"rankvar\": 1774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1129, \"group\": [307.0, 62.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACATTAGC\", \"ini\": 2053, \"clust\": 556, \"rank\": 1047, \"rankvar\": 1566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1130, \"group\": [556.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCTGTT\", \"ini\": 2052, \"clust\": 227, \"rank\": 2140, \"rankvar\": 796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1131, \"group\": [227.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTACGA\", \"ini\": 2051, \"clust\": 420, \"rank\": 1772, \"rankvar\": 1708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1132, \"group\": [420.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGACTGTAA\", \"ini\": 2050, \"clust\": 198, \"rank\": 2072, \"rankvar\": 1427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1133, \"group\": [199.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGTTGAGAT\", \"ini\": 2049, \"clust\": 82, \"rank\": 1398, \"rankvar\": 603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1134, \"group\": [82.0, 35.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGCTGGCT\", \"ini\": 2048, \"clust\": 1621, \"rank\": 642, \"rankvar\": 1497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1541, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1760, \"group\": [1621.0, 204.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAGTCATATGC\", \"ini\": 2047, \"clust\": 141, \"rank\": 2448, \"rankvar\": 1282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1135, \"group\": [141.0, 49.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTGAGGCTA\", \"ini\": 2046, \"clust\": 1614, \"rank\": 834, \"rankvar\": 1203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1761, \"group\": [1617.0, 204.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTTATCGGT\", \"ini\": 2045, \"clust\": 942, \"rank\": 2540, \"rankvar\": 2018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1136, \"group\": [941.0, 98.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTAAATGAC\", \"ini\": 2044, \"clust\": 1924, \"rank\": 2512, \"rankvar\": 2491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1545, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3403, \"group\": [1923.0, 272.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGTATCTCG\", \"ini\": 2043, \"clust\": 2383, \"rank\": 2628, \"rankvar\": 3540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1546, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 63, \"group\": [2388.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCTACCTC\", \"ini\": 2042, \"clust\": 1052, \"rank\": 1607, \"rankvar\": 713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1137, \"group\": [1055.0, 119.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCTTTA\", \"ini\": 2041, \"clust\": 283, \"rank\": 1545, \"rankvar\": 1112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1138, \"group\": [283.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTAAGCG\", \"ini\": 2040, \"clust\": 343, \"rank\": 1551, \"rankvar\": 1944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1139, \"group\": [346.0, 68.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTTTGCATG\", \"ini\": 2039, \"clust\": 41, \"rank\": 1438, \"rankvar\": 168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1140, \"group\": [42.0, 21.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGCCTCA\", \"ini\": 2038, \"clust\": 863, \"rank\": 2212, \"rankvar\": 935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1551, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1141, \"group\": [874.0, 93.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTGCTTG\", \"ini\": 2037, \"clust\": 2064, \"rank\": 1136, \"rankvar\": 1085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3404, \"group\": [2063.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCAGTTCGA\", \"ini\": 2036, \"clust\": 1797, \"rank\": 157, \"rankvar\": 22, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1870, \"group\": [1797.0, 245.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGAGTGACC\", \"ini\": 2035, \"clust\": 880, \"rank\": 2069, \"rankvar\": 1086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1142, \"group\": [884.0, 94.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATGCCTAA\", \"ini\": 2034, \"clust\": 262, \"rank\": 2045, \"rankvar\": 2273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1143, \"group\": [263.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAAATCCGT\", \"ini\": 2033, \"clust\": 1816, \"rank\": 114, \"rankvar\": 46, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1556, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1871, \"group\": [1817.0, 246.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTAGAAGGA\", \"ini\": 2032, \"clust\": 934, \"rank\": 1804, \"rankvar\": 2459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1144, \"group\": [937.0, 97.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACTTCTT\", \"ini\": 2031, \"clust\": 684, \"rank\": 1731, \"rankvar\": 299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1145, \"group\": [686.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACACTCGACG\", \"ini\": 2030, \"clust\": 865, \"rank\": 2473, \"rankvar\": 1169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1146, \"group\": [866.0, 92.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGTGGGTT\", \"ini\": 2029, \"clust\": 440, \"rank\": 1135, \"rankvar\": 1320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1147, \"group\": [440.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTTAGGGTG\", \"ini\": 2028, \"clust\": 1780, \"rank\": 211, \"rankvar\": 2537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1561, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2703, \"group\": [1779.0, 241.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAAGCTGAG\", \"ini\": 2027, \"clust\": 866, \"rank\": 2354, \"rankvar\": 910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1148, \"group\": [864.0, 92.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCAGAAC\", \"ini\": 2026, \"clust\": 883, \"rank\": 1934, \"rankvar\": 1809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1149, \"group\": [882.0, 94.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTTGTTTGG\", \"ini\": 2025, \"clust\": 1831, \"rank\": 126, \"rankvar\": 8, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1872, \"group\": [1831.0, 246.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTACCAGT\", \"ini\": 2024, \"clust\": 871, \"rank\": 2243, \"rankvar\": 836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1150, \"group\": [872.0, 92.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCATTGTGCA\", \"ini\": 2023, \"clust\": 483, \"rank\": 1465, \"rankvar\": 1506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1151, \"group\": [484.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCCATT\", \"ini\": 2022, \"clust\": 2075, \"rank\": 1685, \"rankvar\": 2771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1567, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3405, \"group\": [2075.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTAGCTCCTCT\", \"ini\": 2021, \"clust\": 426, \"rank\": 1444, \"rankvar\": 2247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1152, \"group\": [429.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCCTTTCGG\", \"ini\": 2020, \"clust\": 875, \"rank\": 1703, \"rankvar\": 1413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1153, \"group\": [875.0, 94.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATGACATC\", \"ini\": 2019, \"clust\": 224, \"rank\": 2463, \"rankvar\": 1601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1570, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1154, \"group\": [223.0, 59.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGAAACGAG\", \"ini\": 2018, \"clust\": 1514, \"rank\": 2529, \"rankvar\": 977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1155, \"group\": [1514.0, 184.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTCTTTA\", \"ini\": 2017, \"clust\": 872, \"rank\": 2120, \"rankvar\": 1275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1572, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1156, \"group\": [870.0, 92.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCACCACCT\", \"ini\": 2016, \"clust\": 1872, \"rank\": 1514, \"rankvar\": 1949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1573, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1762, \"group\": [1872.0, 267.0, 51.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGAAGATTC\", \"ini\": 2015, \"clust\": 896, \"rank\": 1818, \"rankvar\": 2190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1157, \"group\": [897.0, 94.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTATCTG\", \"ini\": 2014, \"clust\": 598, \"rank\": 1552, \"rankvar\": 2234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1575, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1158, \"group\": [598.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCTAGCCC\", \"ini\": 2013, \"clust\": 2228, \"rank\": 1173, \"rankvar\": 2576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1576, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3406, \"group\": [2227.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAAGCATGGCA\", \"ini\": 2012, \"clust\": 1876, \"rank\": 2457, \"rankvar\": 3221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1577, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3407, \"group\": [1881.0, 270.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTTGTCTTT\", \"ini\": 2011, \"clust\": 801, \"rank\": 1657, \"rankvar\": 1770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1578, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1159, \"group\": [802.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGTCCTCT\", \"ini\": 2010, \"clust\": 920, \"rank\": 2230, \"rankvar\": 2667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1160, \"group\": [921.0, 96.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCCCAGCT\", \"ini\": 2009, \"clust\": 201, \"rank\": 2107, \"rankvar\": 790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1161, \"group\": [202.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCAGGACAGAA\", \"ini\": 2008, \"clust\": 772, \"rank\": 1368, \"rankvar\": 1292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1581, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1162, \"group\": [772.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCTCCTAG\", \"ini\": 2007, \"clust\": 2403, \"rank\": 3302, \"rankvar\": 3506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1582, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 64, \"group\": [2406.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCACAACGTT\", \"ini\": 2006, \"clust\": 199, \"rank\": 1649, \"rankvar\": 1916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1583, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1163, \"group\": [197.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGTCAAGGC\", \"ini\": 2005, \"clust\": 2414, \"rank\": 3182, \"rankvar\": 3550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1584, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 65, \"group\": [2416.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATAACCTG\", \"ini\": 2004, \"clust\": 1646, \"rank\": 1791, \"rankvar\": 866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1585, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1763, \"group\": [1645.0, 208.0, 36.0, 11.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCAATACCG\", \"ini\": 2003, \"clust\": 69, \"rank\": 1821, \"rankvar\": 1031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1586, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1164, \"group\": [70.0, 32.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCTTGAGGT\", \"ini\": 2002, \"clust\": 609, \"rank\": 1561, \"rankvar\": 1261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1165, \"group\": [610.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGGACATTA\", \"ini\": 2001, \"clust\": 514, \"rank\": 1498, \"rankvar\": 1833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1166, \"group\": [514.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTAGAAGGA\", \"ini\": 2000, \"clust\": 167, \"rank\": 1575, \"rankvar\": 2440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1589, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1167, \"group\": [167.0, 54.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGCCAGTAG\", \"ini\": 1999, \"clust\": 2478, \"rank\": 2820, \"rankvar\": 3534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1590, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 66, \"group\": [2478.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTCGTTC\", \"ini\": 1998, \"clust\": 926, \"rank\": 1645, \"rankvar\": 1587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1591, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1168, \"group\": [926.0, 97.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGCAAGCC\", \"ini\": 1997, \"clust\": 829, \"rank\": 2245, \"rankvar\": 1791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1169, \"group\": [829.0, 84.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTAAGGGAA\", \"ini\": 1996, \"clust\": 12, \"rank\": 2293, \"rankvar\": 688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1593, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1170, \"group\": [12.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTACTTCTT\", \"ini\": 1995, \"clust\": 142, \"rank\": 2217, \"rankvar\": 1849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1171, \"group\": [145.0, 49.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCAAGCCG\", \"ini\": 1994, \"clust\": 2069, \"rank\": 673, \"rankvar\": 2985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1595, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3408, \"group\": [2069.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGGCGGTT\", \"ini\": 1993, \"clust\": 243, \"rank\": 2150, \"rankvar\": 2955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1596, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1172, \"group\": [246.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTCGCATCG\", \"ini\": 1992, \"clust\": 1970, \"rank\": 2397, \"rankvar\": 2848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1597, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3409, \"group\": [1979.0, 285.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCCTACAGA\", \"ini\": 1991, \"clust\": 197, \"rank\": 2062, \"rankvar\": 1966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1173, \"group\": [200.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACTGTTAG\", \"ini\": 1990, \"clust\": 672, \"rank\": 1259, \"rankvar\": 1384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1599, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1174, \"group\": [673.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCGGTCTAA\", \"ini\": 1989, \"clust\": 773, \"rank\": 1231, \"rankvar\": 2746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1600, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1175, \"group\": [773.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCACCGCTAG\", \"ini\": 1988, \"clust\": 6, \"rank\": 2978, \"rankvar\": 1562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1176, \"group\": [7.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCATACTG\", \"ini\": 1987, \"clust\": 540, \"rank\": 760, \"rankvar\": 1556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1177, \"group\": [540.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACTGAAGG\", \"ini\": 1986, \"clust\": 396, \"rank\": 1384, \"rankvar\": 1513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1178, \"group\": [396.0, 75.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATGCATG\", \"ini\": 1985, \"clust\": 190, \"rank\": 1582, \"rankvar\": 1239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1604, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1179, \"group\": [189.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTAAGTAGT\", \"ini\": 1984, \"clust\": 794, \"rank\": 1011, \"rankvar\": 2129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1180, \"group\": [793.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCCACGTC\", \"ini\": 1983, \"clust\": 1624, \"rank\": 627, \"rankvar\": 404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1764, \"group\": [1624.0, 205.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCCTCATTA\", \"ini\": 1982, \"clust\": 1640, \"rank\": 713, \"rankvar\": 1401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1607, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1765, \"group\": [1643.0, 207.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGAATGTTG\", \"ini\": 1981, \"clust\": 435, \"rank\": 1329, \"rankvar\": 1951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1181, \"group\": [439.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCATTAGC\", \"ini\": 1980, \"clust\": 2378, \"rank\": 2911, \"rankvar\": 3452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1609, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 67, \"group\": [2378.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTCTCATT\", \"ini\": 1979, \"clust\": 475, \"rank\": 1262, \"rankvar\": 1147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1610, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1182, \"group\": [476.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAGAGGA\", \"ini\": 1978, \"clust\": 898, \"rank\": 2008, \"rankvar\": 3116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1183, \"group\": [900.0, 95.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCGTTTAC\", \"ini\": 1977, \"clust\": 2623, \"rank\": 372, \"rankvar\": 1780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1612, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1873, \"group\": [2622.0, 345.0, 74.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCATACAGCT\", \"ini\": 1976, \"clust\": 2305, \"rank\": 1625, \"rankvar\": 2448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1613, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3410, \"group\": [2304.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGTGGACGT\", \"ini\": 1975, \"clust\": 454, \"rank\": 1162, \"rankvar\": 1405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1184, \"group\": [456.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCATTCTTAC\", \"ini\": 1974, \"clust\": 830, \"rank\": 2255, \"rankvar\": 763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1185, \"group\": [830.0, 84.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTGTCGAGATG\", \"ini\": 1973, \"clust\": 2213, \"rank\": 1681, \"rankvar\": 3190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1616, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3411, \"group\": [2211.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGTGCCT\", \"ini\": 1972, \"clust\": 206, \"rank\": 1639, \"rankvar\": 2539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1186, \"group\": [205.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTCTCTTAT\", \"ini\": 1971, \"clust\": 439, \"rank\": 1087, \"rankvar\": 1471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1618, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1187, \"group\": [442.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCCGTCAAA\", \"ini\": 1970, \"clust\": 2479, \"rank\": 2583, \"rankvar\": 3503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 68, \"group\": [2479.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGTCACGATGT\", \"ini\": 1969, \"clust\": 831, \"rank\": 2132, \"rankvar\": 805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1620, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1188, \"group\": [836.0, 84.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGGTCTCG\", \"ini\": 1968, \"clust\": 90, \"rank\": 1464, \"rankvar\": 398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1189, \"group\": [90.0, 37.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCGGATGGA\", \"ini\": 1967, \"clust\": 1258, \"rank\": 1242, \"rankvar\": 2118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1190, \"group\": [1261.0, 130.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTTAGGTA\", \"ini\": 1966, \"clust\": 159, \"rank\": 2081, \"rankvar\": 2056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1191, \"group\": [159.0, 53.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGACTAGAT\", \"ini\": 1965, \"clust\": 2034, \"rank\": 623, \"rankvar\": 2822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1624, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3412, \"group\": [2033.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATAGACTC\", \"ini\": 1964, \"clust\": 2297, \"rank\": 1502, \"rankvar\": 2556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3413, \"group\": [2302.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTATCCCG\", \"ini\": 1963, \"clust\": 1545, \"rank\": 2196, \"rankvar\": 1790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1192, \"group\": [1546.0, 190.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGTCATGCT\", \"ini\": 1962, \"clust\": 1945, \"rank\": 1854, \"rankvar\": 1295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3414, \"group\": [1946.0, 276.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTTCAGTAC\", \"ini\": 1961, \"clust\": 1559, \"rank\": 1257, \"rankvar\": 709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1628, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1766, \"group\": [1560.0, 195.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGAGCCTAG\", \"ini\": 1960, \"clust\": 1598, \"rank\": 747, \"rankvar\": 185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1629, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1767, \"group\": [1597.0, 200.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAACGA\", \"ini\": 1959, \"clust\": 1288, \"rank\": 2440, \"rankvar\": 594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1193, \"group\": [1289.0, 137.0, 19.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCGAAAGC\", \"ini\": 1958, \"clust\": 72, \"rank\": 1768, \"rankvar\": 642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1194, \"group\": [72.0, 32.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATGTGGT\", \"ini\": 1957, \"clust\": 213, \"rank\": 1741, \"rankvar\": 1055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1195, \"group\": [213.0, 59.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAGTCATC\", \"ini\": 1956, \"clust\": 49, \"rank\": 1937, \"rankvar\": 109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1633, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1196, \"group\": [49.0, 25.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGCCTTGG\", \"ini\": 1955, \"clust\": 137, \"rank\": 2247, \"rankvar\": 555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1634, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1197, \"group\": [138.0, 48.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATGAATG\", \"ini\": 1954, \"clust\": 214, \"rank\": 1863, \"rankvar\": 1175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1635, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1198, \"group\": [214.0, 59.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCATTTCACT\", \"ini\": 1953, \"clust\": 559, \"rank\": 939, \"rankvar\": 2324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1199, \"group\": [562.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTAACGGT\", \"ini\": 1952, \"clust\": 2028, \"rank\": 597, \"rankvar\": 2752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1637, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3415, \"group\": [2027.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGACAAGCC\", \"ini\": 1951, \"clust\": 861, \"rank\": 2592, \"rankvar\": 1311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1200, \"group\": [862.0, 91.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGGCACTA\", \"ini\": 1950, \"clust\": 1638, \"rank\": 1655, \"rankvar\": 1043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1768, \"group\": [1638.0, 206.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAGCGATG\", \"ini\": 1949, \"clust\": 1933, \"rank\": 2301, \"rankvar\": 2798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1640, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3416, \"group\": [1932.0, 272.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTATATGAG\", \"ini\": 1948, \"clust\": 2076, \"rank\": 1067, \"rankvar\": 3017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1641, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3417, \"group\": [2076.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCGGTGTTA\", \"ini\": 1947, \"clust\": 1319, \"rank\": 2378, \"rankvar\": 44, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1642, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1201, \"group\": [1322.0, 154.0, 27.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGCGAG\", \"ini\": 1946, \"clust\": 335, \"rank\": 2253, \"rankvar\": 1307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1202, \"group\": [338.0, 65.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGTAGGTGC\", \"ini\": 1945, \"clust\": 897, \"rank\": 2261, \"rankvar\": 812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1203, \"group\": [901.0, 95.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACAGACAG\", \"ini\": 1944, \"clust\": 614, \"rank\": 1330, \"rankvar\": 3026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1204, \"group\": [614.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGACCAAG\", \"ini\": 1943, \"clust\": 2448, \"rank\": 3424, \"rankvar\": 3567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1646, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 69, \"group\": [2446.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCGATCCCT\", \"ini\": 1942, \"clust\": 1290, \"rank\": 1745, \"rankvar\": 626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1647, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1205, \"group\": [1292.0, 138.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTAAC\", \"ini\": 1941, \"clust\": 821, \"rank\": 1360, \"rankvar\": 464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1648, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1206, \"group\": [822.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCTGCTGCT\", \"ini\": 1940, \"clust\": 921, \"rank\": 1897, \"rankvar\": 2825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1649, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1207, \"group\": [922.0, 96.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATGCATG\", \"ini\": 1939, \"clust\": 212, \"rank\": 1953, \"rankvar\": 341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1208, \"group\": [226.0, 59.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCATTCCTGC\", \"ini\": 1938, \"clust\": 2449, \"rank\": 3412, \"rankvar\": 3571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1651, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 70, \"group\": [2447.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACCTCGGA\", \"ini\": 1937, \"clust\": 221, \"rank\": 2334, \"rankvar\": 842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1209, \"group\": [221.0, 59.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCAGTATCACCA\", \"ini\": 1936, \"clust\": 1974, \"rank\": 1684, \"rankvar\": 3064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1653, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3418, \"group\": [1973.0, 284.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCCTATTCA\", \"ini\": 1935, \"clust\": 869, \"rank\": 2559, \"rankvar\": 2030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1210, \"group\": [868.0, 92.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTAAGTGTA\", \"ini\": 1934, \"clust\": 352, \"rank\": 2058, \"rankvar\": 1709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1655, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1211, \"group\": [351.0, 69.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTGCTGTAT\", \"ini\": 1933, \"clust\": 2592, \"rank\": 2327, \"rankvar\": 3479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1656, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3570, \"group\": [2592.0, 339.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATGGTCA\", \"ini\": 1932, \"clust\": 770, \"rank\": 1512, \"rankvar\": 2845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1212, \"group\": [770.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGACGACGT\", \"ini\": 1931, \"clust\": 356, \"rank\": 1710, \"rankvar\": 2630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1213, \"group\": [360.0, 69.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTCCGAGTC\", \"ini\": 1930, \"clust\": 2255, \"rank\": 825, \"rankvar\": 2618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3419, \"group\": [2253.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGAAGG\", \"ini\": 1929, \"clust\": 267, \"rank\": 1634, \"rankvar\": 2193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1214, \"group\": [270.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACAGGCTCAC\", \"ini\": 1928, \"clust\": 444, \"rank\": 1137, \"rankvar\": 1196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1215, \"group\": [444.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCATTTGGG\", \"ini\": 1927, \"clust\": 1693, \"rank\": 465, \"rankvar\": 84, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1874, \"group\": [1693.0, 226.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAAGGGCTCTC\", \"ini\": 1926, \"clust\": 1674, \"rank\": 1281, \"rankvar\": 326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1663, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1769, \"group\": [1673.0, 222.0, 40.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCAATGTC\", \"ini\": 1925, \"clust\": 244, \"rank\": 2043, \"rankvar\": 2155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1664, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1216, \"group\": [244.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCGC\", \"ini\": 1924, \"clust\": 1548, \"rank\": 2136, \"rankvar\": 957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1665, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1770, \"group\": [1549.0, 192.0, 34.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGAACAG\", \"ini\": 1923, \"clust\": 1560, \"rank\": 1752, \"rankvar\": 2100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1666, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1771, \"group\": [1564.0, 196.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACACGAAACG\", \"ini\": 1922, \"clust\": 887, \"rank\": 1901, \"rankvar\": 439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1217, \"group\": [885.0, 94.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCACTAGTAC\", \"ini\": 1921, \"clust\": 359, \"rank\": 1760, \"rankvar\": 2227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1668, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1218, \"group\": [358.0, 69.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACGGTTTA\", \"ini\": 1920, \"clust\": 10, \"rank\": 2166, \"rankvar\": 2524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1219, \"group\": [13.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCAAAGTC\", \"ini\": 1919, \"clust\": 657, \"rank\": 1630, \"rankvar\": 820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1670, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1220, \"group\": [660.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCTCGCATC\", \"ini\": 1918, \"clust\": 2165, \"rank\": 788, \"rankvar\": 2875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1671, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3420, \"group\": [2167.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTGGACCC\", \"ini\": 1917, \"clust\": 1402, \"rank\": 2737, \"rankvar\": 207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1672, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1221, \"group\": [1403.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCGAATGT\", \"ini\": 1916, \"clust\": 2471, \"rank\": 2863, \"rankvar\": 3527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1673, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 71, \"group\": [2472.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTAAGTGTA\", \"ini\": 1915, \"clust\": 281, \"rank\": 1535, \"rankvar\": 700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1222, \"group\": [284.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCTGTCCGT\", \"ini\": 1914, \"clust\": 738, \"rank\": 1220, \"rankvar\": 902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1223, \"group\": [738.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCAGTATG\", \"ini\": 1913, \"clust\": 2074, \"rank\": 1088, \"rankvar\": 3199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1676, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3421, \"group\": [2074.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTCCGAACC\", \"ini\": 1912, \"clust\": 315, \"rank\": 2542, \"rankvar\": 1536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1677, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1224, \"group\": [316.0, 63.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTGCGCTTG\", \"ini\": 1911, \"clust\": 238, \"rank\": 2500, \"rankvar\": 1340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1225, \"group\": [239.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACAGACGCTC\", \"ini\": 1910, \"clust\": 1612, \"rank\": 1015, \"rankvar\": 1475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1679, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1772, \"group\": [1610.0, 202.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGGGAG\", \"ini\": 1909, \"clust\": 980, \"rank\": 359, \"rankvar\": 1297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1226, \"group\": [981.0, 109.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTTCGAGA\", \"ini\": 1908, \"clust\": 261, \"rank\": 1992, \"rankvar\": 2490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1681, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1227, \"group\": [262.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGAATCCA\", \"ini\": 1907, \"clust\": 870, \"rank\": 2371, \"rankvar\": 1281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1228, \"group\": [869.0, 92.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGAATGGA\", \"ini\": 1906, \"clust\": 842, \"rank\": 2362, \"rankvar\": 1787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1229, \"group\": [843.0, 87.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCGTACGGC\", \"ini\": 1905, \"clust\": 144, \"rank\": 2094, \"rankvar\": 2531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1230, \"group\": [144.0, 49.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCAGAGCCAA\", \"ini\": 1904, \"clust\": 1600, \"rank\": 677, \"rankvar\": 960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1685, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1773, \"group\": [1604.0, 201.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCATGTCCC\", \"ini\": 1903, \"clust\": 284, \"rank\": 2262, \"rankvar\": 1998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1231, \"group\": [285.0, 61.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTAGTGCG\", \"ini\": 1902, \"clust\": 519, \"rank\": 1248, \"rankvar\": 2534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1232, \"group\": [518.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCGATTCT\", \"ini\": 1901, \"clust\": 365, \"rank\": 1852, \"rankvar\": 2033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1233, \"group\": [364.0, 70.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTGTTGAGG\", \"ini\": 1900, \"clust\": 273, \"rank\": 1488, \"rankvar\": 2043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1689, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1234, \"group\": [278.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAGTAACGG\", \"ini\": 1899, \"clust\": 87, \"rank\": 1367, \"rankvar\": 319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1235, \"group\": [88.0, 37.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGCTAGTCT\", \"ini\": 1898, \"clust\": 2707, \"rank\": 564, \"rankvar\": 170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1875, \"group\": [2707.0, 367.0, 77.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTGTCGT\", \"ini\": 1897, \"clust\": 1760, \"rank\": 186, \"rankvar\": 863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1876, \"group\": [1761.0, 240.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGAGTCCCACG\", \"ini\": 1896, \"clust\": 75, \"rank\": 1568, \"rankvar\": 830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1236, \"group\": [75.0, 32.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCAAGCCCAC\", \"ini\": 1895, \"clust\": 2484, \"rank\": 2684, \"rankvar\": 3514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1694, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 72, \"group\": [2484.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTGTATGGG\", \"ini\": 1894, \"clust\": 323, \"rank\": 2364, \"rankvar\": 1148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1237, \"group\": [324.0, 64.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATTCCC\", \"ini\": 1893, \"clust\": 65, \"rank\": 1624, \"rankvar\": 322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1696, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1238, \"group\": [68.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAAAGCGGT\", \"ini\": 1892, \"clust\": 50, \"rank\": 2306, \"rankvar\": 1178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1697, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1239, \"group\": [50.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTCTCCCTA\", \"ini\": 1891, \"clust\": 338, \"rank\": 2284, \"rankvar\": 1997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1240, \"group\": [339.0, 65.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTACGAGT\", \"ini\": 1890, \"clust\": 155, \"rank\": 1866, \"rankvar\": 107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1241, \"group\": [157.0, 51.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGCGCCAA\", \"ini\": 1889, \"clust\": 2313, \"rank\": 1036, \"rankvar\": 2975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1700, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3422, \"group\": [2311.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGGATCGA\", \"ini\": 1888, \"clust\": 754, \"rank\": 967, \"rankvar\": 2684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1701, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1242, \"group\": [757.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCGCAA\", \"ini\": 1887, \"clust\": 2308, \"rank\": 1071, \"rankvar\": 2108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1702, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3423, \"group\": [2306.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAGTGGAGT\", \"ini\": 1886, \"clust\": 891, \"rank\": 1881, \"rankvar\": 2106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1243, \"group\": [895.0, 94.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTAGCAAAT\", \"ini\": 1885, \"clust\": 51, \"rank\": 1789, \"rankvar\": 517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1244, \"group\": [51.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGGCATGTG\", \"ini\": 1884, \"clust\": 301, \"rank\": 2095, \"rankvar\": 1583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1245, \"group\": [301.0, 62.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCTGTT\", \"ini\": 1883, \"clust\": 766, \"rank\": 1884, \"rankvar\": 566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1706, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1246, \"group\": [765.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGATGT\", \"ini\": 1882, \"clust\": 747, \"rank\": 1312, \"rankvar\": 2753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1707, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1247, \"group\": [746.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCACAGCCCA\", \"ini\": 1881, \"clust\": 476, \"rank\": 1291, \"rankvar\": 1617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1248, \"group\": [477.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTATATGGA\", \"ini\": 1880, \"clust\": 302, \"rank\": 2297, \"rankvar\": 655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1709, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1249, \"group\": [302.0, 62.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCGTTTATC\", \"ini\": 1879, \"clust\": 907, \"rank\": 1754, \"rankvar\": 2514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1250, \"group\": [910.0, 95.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCCCACTTG\", \"ini\": 1878, \"clust\": 271, \"rank\": 2029, \"rankvar\": 1298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1251, \"group\": [272.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGGGATC\", \"ini\": 1877, \"clust\": 327, \"rank\": 2315, \"rankvar\": 1611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1252, \"group\": [328.0, 65.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCCACGCAG\", \"ini\": 1876, \"clust\": 463, \"rank\": 1405, \"rankvar\": 1272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1253, \"group\": [463.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCAAAGCG\", \"ini\": 1875, \"clust\": 1556, \"rank\": 1970, \"rankvar\": 3251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1254, \"group\": [1556.0, 194.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCCATGAAC\", \"ini\": 1874, \"clust\": 1948, \"rank\": 1608, \"rankvar\": 2998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1715, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3424, \"group\": [1950.0, 276.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCCGGCACA\", \"ini\": 1873, \"clust\": 2284, \"rank\": 1742, \"rankvar\": 2308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1716, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3425, \"group\": [2282.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTACCGTTA\", \"ini\": 1872, \"clust\": 960, \"rank\": 737, \"rankvar\": 1628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1717, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1774, \"group\": [960.0, 106.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGGGTATG\", \"ini\": 1871, \"clust\": 125, \"rank\": 2139, \"rankvar\": 2741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1255, \"group\": [125.0, 46.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTCTTGATG\", \"ini\": 1870, \"clust\": 1990, \"rank\": 544, \"rankvar\": 2104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1719, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3426, \"group\": [1990.0, 288.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTACGGAG\", \"ini\": 1869, \"clust\": 599, \"rank\": 1709, \"rankvar\": 813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1720, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1256, \"group\": [599.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAAGCACACAG\", \"ini\": 1868, \"clust\": 2726, \"rank\": 1084, \"rankvar\": 3383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1721, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2704, \"group\": [2725.0, 370.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGTACACCT\", \"ini\": 1867, \"clust\": 239, \"rank\": 2347, \"rankvar\": 1137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1722, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1257, \"group\": [240.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGGACAC\", \"ini\": 1866, \"clust\": 1968, \"rank\": 1389, \"rankvar\": 1483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3427, \"group\": [1969.0, 283.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTTGACGTT\", \"ini\": 1865, \"clust\": 2675, \"rank\": 1078, \"rankvar\": 94, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1877, \"group\": [2675.0, 357.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCGTTCCG\", \"ini\": 1864, \"clust\": 1555, \"rank\": 997, \"rankvar\": 2982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1775, \"group\": [1558.0, 194.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCAGGGTATG\", \"ini\": 1863, \"clust\": 20, \"rank\": 1460, \"rankvar\": 649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1258, \"group\": [18.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTTGACGA\", \"ini\": 1862, \"clust\": 1627, \"rank\": 1222, \"rankvar\": 1070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1727, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1776, \"group\": [1627.0, 205.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATCCGGGT\", \"ini\": 1861, \"clust\": 2401, \"rank\": 3343, \"rankvar\": 3429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1728, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 73, \"group\": [2398.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCATGACGGA\", \"ini\": 1860, \"clust\": 574, \"rank\": 785, \"rankvar\": 1217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1729, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1259, \"group\": [573.0, 79.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTTCCGTCT\", \"ini\": 1859, \"clust\": 256, \"rank\": 1826, \"rankvar\": 782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1260, \"group\": [256.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACCATAG\", \"ini\": 1858, \"clust\": 1631, \"rank\": 847, \"rankvar\": 2628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1731, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1777, \"group\": [1631.0, 206.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGGTGTTAA\", \"ini\": 1857, \"clust\": 594, \"rank\": 1025, \"rankvar\": 1209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1732, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1261, \"group\": [596.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGACTCGGA\", \"ini\": 1856, \"clust\": 879, \"rank\": 1964, \"rankvar\": 2003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1733, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1262, \"group\": [879.0, 94.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGTGAAGTT\", \"ini\": 1855, \"clust\": 2077, \"rank\": 1315, \"rankvar\": 2394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3428, \"group\": [2081.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCAGAGACG\", \"ini\": 1854, \"clust\": 910, \"rank\": 2345, \"rankvar\": 1002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1263, \"group\": [914.0, 95.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCTCAACGAAA\", \"ini\": 1853, \"clust\": 1267, \"rank\": 260, \"rankvar\": 29, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1736, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1778, \"group\": [1270.0, 131.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTCGCGGTT\", \"ini\": 1852, \"clust\": 2093, \"rank\": 1052, \"rankvar\": 3291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3429, \"group\": [2092.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGAGTCTGG\", \"ini\": 1851, \"clust\": 1934, \"rank\": 2476, \"rankvar\": 2156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1738, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3430, \"group\": [1933.0, 272.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTACAGCTTCGG\", \"ini\": 1850, \"clust\": 1326, \"rank\": 2341, \"rankvar\": 100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1264, \"group\": [1328.0, 155.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTCTGAGA\", \"ini\": 1849, \"clust\": 621, \"rank\": 1725, \"rankvar\": 1982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1265, \"group\": [622.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTGTGGTTT\", \"ini\": 1848, \"clust\": 135, \"rank\": 1870, \"rankvar\": 2427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1266, \"group\": [135.0, 47.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATCCGTGG\", \"ini\": 1847, \"clust\": 825, \"rank\": 850, \"rankvar\": 1670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1742, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1267, \"group\": [824.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAGC\", \"ini\": 1846, \"clust\": 2262, \"rank\": 1141, \"rankvar\": 3024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1743, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3431, \"group\": [2261.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACAAGGTGTG\", \"ini\": 1845, \"clust\": 1673, \"rank\": 1411, \"rankvar\": 396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1744, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1779, \"group\": [1675.0, 222.0, 40.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGAATTCCC\", \"ini\": 1844, \"clust\": 2204, \"rank\": 1302, \"rankvar\": 2020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1745, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3432, \"group\": [2203.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTCCGTAT\", \"ini\": 1843, \"clust\": 767, \"rank\": 1522, \"rankvar\": 2346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1746, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1268, \"group\": [766.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGTGAGT\", \"ini\": 1842, \"clust\": 380, \"rank\": 2279, \"rankvar\": 2357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1747, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1269, \"group\": [381.0, 73.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTATATGAG\", \"ini\": 1841, \"clust\": 1266, \"rank\": 1284, \"rankvar\": 522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1270, \"group\": [1267.0, 130.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCATGCAT\", \"ini\": 1840, \"clust\": 369, \"rank\": 1595, \"rankvar\": 837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1271, \"group\": [369.0, 71.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAGCGTCCA\", \"ini\": 1839, \"clust\": 345, \"rank\": 1898, \"rankvar\": 1882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1750, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1272, \"group\": [345.0, 68.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTAGGACAC\", \"ini\": 1838, \"clust\": 799, \"rank\": 2083, \"rankvar\": 1064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1751, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1273, \"group\": [800.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTCCGGCA\", \"ini\": 1837, \"clust\": 279, \"rank\": 1994, \"rankvar\": 1152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1274, \"group\": [280.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATTTCAGG\", \"ini\": 1836, \"clust\": 2230, \"rank\": 1423, \"rankvar\": 2609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1753, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3433, \"group\": [2230.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTTAGTGGG\", \"ini\": 1835, \"clust\": 460, \"rank\": 1902, \"rankvar\": 1697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1275, \"group\": [461.0, 78.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTCAGCTTCGG\", \"ini\": 1834, \"clust\": 902, \"rank\": 2619, \"rankvar\": 1863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1276, \"group\": [904.0, 95.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTACATGTC\", \"ini\": 1833, \"clust\": 1566, \"rank\": 1531, \"rankvar\": 800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1756, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1780, \"group\": [1567.0, 197.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCACCGCTAG\", \"ini\": 1832, \"clust\": 936, \"rank\": 2460, \"rankvar\": 2187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1277, \"group\": [936.0, 97.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTTCCAACA\", \"ini\": 1831, \"clust\": 300, \"rank\": 2180, \"rankvar\": 1040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1278, \"group\": [303.0, 62.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTCCAGGG\", \"ini\": 1830, \"clust\": 1608, \"rank\": 1385, \"rankvar\": 2416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1759, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1781, \"group\": [1613.0, 202.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGTCGTTC\", \"ini\": 1829, \"clust\": 234, \"rank\": 2450, \"rankvar\": 2022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1279, \"group\": [237.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCACGTCAGC\", \"ini\": 1828, \"clust\": 2097, \"rank\": 1128, \"rankvar\": 2510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1761, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3434, \"group\": [2100.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGTCCTCCT\", \"ini\": 1827, \"clust\": 107, \"rank\": 2109, \"rankvar\": 770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1762, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1280, \"group\": [107.0, 43.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGGCTCTTA\", \"ini\": 1826, \"clust\": 1171, \"rank\": 477, \"rankvar\": 1489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1281, \"group\": [1172.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATTCTTAC\", \"ini\": 1825, \"clust\": 317, \"rank\": 2534, \"rankvar\": 922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1282, \"group\": [320.0, 63.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCCTCATTA\", \"ini\": 1824, \"clust\": 2590, \"rank\": 2101, \"rankvar\": 3446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3571, \"group\": [2590.0, 339.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTTGTCGCG\", \"ini\": 1823, \"clust\": 147, \"rank\": 2417, \"rankvar\": 2458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1283, \"group\": [150.0, 50.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCCATTTA\", \"ini\": 1822, \"clust\": 2192, \"rank\": 1653, \"rankvar\": 2568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1767, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3435, \"group\": [2191.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCACAGACAG\", \"ini\": 1821, \"clust\": 1530, \"rank\": 2727, \"rankvar\": 1577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1284, \"group\": [1533.0, 187.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGGTACTCT\", \"ini\": 1820, \"clust\": 360, \"rank\": 1982, \"rankvar\": 2309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1285, \"group\": [361.0, 70.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTCTGTCG\", \"ini\": 1819, \"clust\": 1940, \"rank\": 1771, \"rankvar\": 1396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1770, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3436, \"group\": [1941.0, 274.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGCCTTGG\", \"ini\": 1818, \"clust\": 1025, \"rank\": 1799, \"rankvar\": 739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1286, \"group\": [1026.0, 117.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTGCTGCT\", \"ini\": 1817, \"clust\": 412, \"rank\": 1781, \"rankvar\": 867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1772, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1287, \"group\": [413.0, 76.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTTCAGACT\", \"ini\": 1816, \"clust\": 250, \"rank\": 2089, \"rankvar\": 477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1773, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1288, \"group\": [255.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGAAGGCT\", \"ini\": 1815, \"clust\": 217, \"rank\": 2142, \"rankvar\": 1593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1289, \"group\": [216.0, 59.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTAAACCTC\", \"ini\": 1814, \"clust\": 1604, \"rank\": 541, \"rankvar\": 801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1775, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1782, \"group\": [1603.0, 201.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTCACGCC\", \"ini\": 1813, \"clust\": 2066, \"rank\": 1286, \"rankvar\": 2986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1776, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3437, \"group\": [2065.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGTGGGTTG\", \"ini\": 1812, \"clust\": 291, \"rank\": 1837, \"rankvar\": 1741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1290, \"group\": [291.0, 62.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGGGCTTGA\", \"ini\": 1811, \"clust\": 1005, \"rank\": 1068, \"rankvar\": 2034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1778, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1291, \"group\": [1005.0, 114.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATGGAATA\", \"ini\": 1810, \"clust\": 292, \"rank\": 2070, \"rankvar\": 2509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1779, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1292, \"group\": [292.0, 62.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTACCGAGA\", \"ini\": 1809, \"clust\": 2259, \"rank\": 1000, \"rankvar\": 2817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1780, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3438, \"group\": [2257.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCAGCATGT\", \"ini\": 1808, \"clust\": 163, \"rank\": 1636, \"rankvar\": 1027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1293, \"group\": [163.0, 54.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCTAGGCA\", \"ini\": 1807, \"clust\": 916, \"rank\": 2211, \"rankvar\": 1492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1294, \"group\": [917.0, 95.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGCTGCTG\", \"ini\": 1806, \"clust\": 3133, \"rank\": 3089, \"rankvar\": 2797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1783, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3439, \"group\": [3135.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCTATGTT\", \"ini\": 1805, \"clust\": 423, \"rank\": 1767, \"rankvar\": 2457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1295, \"group\": [426.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCCGAATGT\", \"ini\": 1804, \"clust\": 26, \"rank\": 413, \"rankvar\": 734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1785, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1783, \"group\": [30.0, 18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGACGGTA\", \"ini\": 1803, \"clust\": 2486, \"rank\": 3052, \"rankvar\": 3536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1786, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 74, \"group\": [2486.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTATAGTAG\", \"ini\": 1802, \"clust\": 2499, \"rank\": 3128, \"rankvar\": 3504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1787, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 75, \"group\": [2497.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATTTCAGG\", \"ini\": 1801, \"clust\": 286, \"rank\": 2181, \"rankvar\": 2482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1296, \"group\": [287.0, 61.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCATGTCCTC\", \"ini\": 1800, \"clust\": 134, \"rank\": 2209, \"rankvar\": 382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1297, \"group\": [137.0, 47.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTCACCTAA\", \"ini\": 1799, \"clust\": 2488, \"rank\": 2884, \"rankvar\": 3439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1790, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 76, \"group\": [2489.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTAACGGT\", \"ini\": 1798, \"clust\": 588, \"rank\": 1478, \"rankvar\": 1877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1298, \"group\": [588.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCAGTCAGT\", \"ini\": 1797, \"clust\": 2496, \"rank\": 2970, \"rankvar\": 3523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1792, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 77, \"group\": [2499.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGATCCA\", \"ini\": 1796, \"clust\": 746, \"rank\": 1757, \"rankvar\": 1567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1299, \"group\": [748.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGATCTGT\", \"ini\": 1795, \"clust\": 748, \"rank\": 1647, \"rankvar\": 1313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1794, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1300, \"group\": [747.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACACGTCAGC\", \"ini\": 1794, \"clust\": 44, \"rank\": 2106, \"rankvar\": 1066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1795, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1301, \"group\": [47.0, 24.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGGTCTGCGGT\", \"ini\": 1793, \"clust\": 2005, \"rank\": 2012, \"rankvar\": 2081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1796, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3440, \"group\": [2013.0, 289.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCTGCTGTC\", \"ini\": 1792, \"clust\": 43, \"rank\": 1805, \"rankvar\": 461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1797, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1302, \"group\": [44.0, 22.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCCGATATG\", \"ini\": 1791, \"clust\": 2420, \"rank\": 3154, \"rankvar\": 3500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1798, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 78, \"group\": [2423.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATACAATCAGAA\", \"ini\": 1790, \"clust\": 1715, \"rank\": 265, \"rankvar\": 36, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1878, \"group\": [1715.0, 233.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCAGCTGGC\", \"ini\": 1789, \"clust\": 1758, \"rank\": 392, \"rankvar\": 783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1879, \"group\": [1759.0, 240.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTTGCGTTA\", \"ini\": 1788, \"clust\": 1993, \"rank\": 1775, \"rankvar\": 3261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3441, \"group\": [1997.0, 289.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGACTAGGC\", \"ini\": 1787, \"clust\": 798, \"rank\": 1800, \"rankvar\": 879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1802, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1303, \"group\": [799.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCCCGC\", \"ini\": 1786, \"clust\": 332, \"rank\": 2557, \"rankvar\": 451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1803, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1304, \"group\": [331.0, 65.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTACACCGC\", \"ini\": 1785, \"clust\": 695, \"rank\": 1493, \"rankvar\": 2402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1305, \"group\": [695.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCAGTAGAGC\", \"ini\": 1784, \"clust\": 1654, \"rank\": 861, \"rankvar\": 3208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1805, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 162, \"group\": [1653.0, 212.0, 37.0, 11.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCCCTAATT\", \"ini\": 1783, \"clust\": 1618, \"rank\": 719, \"rankvar\": 375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1806, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1784, \"group\": [1619.0, 204.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGGTGACCA\", \"ini\": 1782, \"clust\": 1712, \"rank\": 358, \"rankvar\": 223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1880, \"group\": [1714.0, 233.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGACACGAC\", \"ini\": 1781, \"clust\": 422, \"rank\": 1940, \"rankvar\": 1553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1808, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1306, \"group\": [422.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCACCCGAG\", \"ini\": 1780, \"clust\": 2172, \"rank\": 867, \"rankvar\": 2739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1809, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3442, \"group\": [2172.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCACGGTTA\", \"ini\": 1779, \"clust\": 2276, \"rank\": 878, \"rankvar\": 2887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3443, \"group\": [2276.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCACTACAGT\", \"ini\": 1778, \"clust\": 136, \"rank\": 1235, \"rankvar\": 1149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1307, \"group\": [136.0, 47.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCGAATGGG\", \"ini\": 1777, \"clust\": 377, \"rank\": 1530, \"rankvar\": 849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1812, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1308, \"group\": [379.0, 72.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAAGCCGTC\", \"ini\": 1776, \"clust\": 222, \"rank\": 2323, \"rankvar\": 296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1309, \"group\": [222.0, 59.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTCGCGAC\", \"ini\": 1775, \"clust\": 874, \"rank\": 1943, \"rankvar\": 634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1814, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1310, \"group\": [877.0, 94.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGTTAACC\", \"ini\": 1774, \"clust\": 210, \"rank\": 2068, \"rankvar\": 834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1815, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1311, \"group\": [211.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCAGCATGAG\", \"ini\": 1773, \"clust\": 2390, \"rank\": 3283, \"rankvar\": 3530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1816, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 79, \"group\": [2390.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAAGTAA\", \"ini\": 1772, \"clust\": 2596, \"rank\": 2694, \"rankvar\": 3495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1817, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3572, \"group\": [2594.0, 339.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCACTTATC\", \"ini\": 1771, \"clust\": 881, \"rank\": 2063, \"rankvar\": 690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1312, \"group\": [883.0, 94.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCAATAAGG\", \"ini\": 1770, \"clust\": 73, \"rank\": 1483, \"rankvar\": 1430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1819, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1313, \"group\": [76.0, 32.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACCAGGC\", \"ini\": 1769, \"clust\": 258, \"rank\": 2383, \"rankvar\": 1299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1314, \"group\": [259.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACACCATCCT\", \"ini\": 1768, \"clust\": 2222, \"rank\": 975, \"rankvar\": 2561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1821, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3444, \"group\": [2225.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCAGCTTAG\", \"ini\": 1767, \"clust\": 854, \"rank\": 2627, \"rankvar\": 1008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1822, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1315, \"group\": [857.0, 90.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATTACCG\", \"ini\": 1766, \"clust\": 418, \"rank\": 1594, \"rankvar\": 2215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1316, \"group\": [423.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCATCTGCC\", \"ini\": 1765, \"clust\": 295, \"rank\": 2197, \"rankvar\": 944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1317, \"group\": [296.0, 62.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGGCAGGTT\", \"ini\": 1764, \"clust\": 0, \"rank\": 2098, \"rankvar\": 241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1825, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1318, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTTGTTTGG\", \"ini\": 1763, \"clust\": 2334, \"rank\": 1296, \"rankvar\": 556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1826, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1785, \"group\": [2333.0, 299.0, 58.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTTCACTCTTA\", \"ini\": 1762, \"clust\": 185, \"rank\": 1565, \"rankvar\": 1943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1827, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1319, \"group\": [186.0, 57.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGATGAGG\", \"ini\": 1761, \"clust\": 679, \"rank\": 1332, \"rankvar\": 1716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1828, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1320, \"group\": [683.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCGCCGTGA\", \"ini\": 1760, \"clust\": 1323, \"rank\": 2021, \"rankvar\": 2015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1321, \"group\": [1323.0, 155.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTTCCGGCA\", \"ini\": 1759, \"clust\": 1919, \"rank\": 2090, \"rankvar\": 2884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1830, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3445, \"group\": [1918.0, 272.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGGATGGG\", \"ini\": 1758, \"clust\": 1511, \"rank\": 2601, \"rankvar\": 567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1322, \"group\": [1508.0, 181.0, 32.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCCTCCTAG\", \"ini\": 1757, \"clust\": 1965, \"rank\": 2046, \"rankvar\": 2688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1832, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3446, \"group\": [1965.0, 281.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTTATCGC\", \"ini\": 1756, \"clust\": 826, \"rank\": 2024, \"rankvar\": 2180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1323, \"group\": [827.0, 84.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGAGCCTAG\", \"ini\": 1755, \"clust\": 424, \"rank\": 2148, \"rankvar\": 2497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1324, \"group\": [424.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCCGTCAG\", \"ini\": 1754, \"clust\": 349, \"rank\": 1773, \"rankvar\": 1694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1325, \"group\": [353.0, 69.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGGAGGTA\", \"ini\": 1753, \"clust\": 893, \"rank\": 1999, \"rankvar\": 1337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1326, \"group\": [892.0, 94.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGGAGTACC\", \"ini\": 1752, \"clust\": 2029, \"rank\": 373, \"rankvar\": 2920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1837, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3447, \"group\": [2028.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGCTCAACT\", \"ini\": 1751, \"clust\": 191, \"rank\": 1776, \"rankvar\": 1457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1838, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1327, \"group\": [190.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGAGTACCG\", \"ini\": 1750, \"clust\": 1178, \"rank\": 313, \"rankvar\": 87, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1839, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1786, \"group\": [1195.0, 125.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGGATTCGG\", \"ini\": 1749, \"clust\": 1525, \"rank\": 2425, \"rankvar\": 2445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1328, \"group\": [1526.0, 186.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTAGAAAGG\", \"ini\": 1748, \"clust\": 1519, \"rank\": 2621, \"rankvar\": 324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1329, \"group\": [1520.0, 186.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGATCTCGTTTA\", \"ini\": 1747, \"clust\": 2196, \"rank\": 2011, \"rankvar\": 3100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3448, \"group\": [2194.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCGATGAGG\", \"ini\": 1746, \"clust\": 1854, \"rank\": 376, \"rankvar\": 2267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1843, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2705, \"group\": [1857.0, 259.0, 48.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGTGCGTC\", \"ini\": 1745, \"clust\": 1931, \"rank\": 2084, \"rankvar\": 2863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1844, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3449, \"group\": [1929.0, 272.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTATCGCAT\", \"ini\": 1744, \"clust\": 2065, \"rank\": 1965, \"rankvar\": 3001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1845, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3450, \"group\": [2067.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACAGTGGAGT\", \"ini\": 1743, \"clust\": 1759, \"rank\": 140, \"rankvar\": 1268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1881, \"group\": [1760.0, 240.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGGTTCC\", \"ini\": 1742, \"clust\": 2472, \"rank\": 2919, \"rankvar\": 3545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1847, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 80, \"group\": [2473.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGAGGGA\", \"ini\": 1741, \"clust\": 1330, \"rank\": 1980, \"rankvar\": 1358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1848, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1330, \"group\": [1331.0, 156.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGTTTGG\", \"ini\": 1740, \"clust\": 313, \"rank\": 2471, \"rankvar\": 696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1331, \"group\": [311.0, 63.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTATCTGCA\", \"ini\": 1739, \"clust\": 1606, \"rank\": 720, \"rankvar\": 1867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1850, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1787, \"group\": [1605.0, 202.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGGATATAC\", \"ini\": 1738, \"clust\": 1675, \"rank\": 1063, \"rankvar\": 548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1851, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1788, \"group\": [1674.0, 222.0, 40.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTTCTGTTT\", \"ini\": 1737, \"clust\": 859, \"rank\": 2525, \"rankvar\": 952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1852, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1332, \"group\": [858.0, 91.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCGGAAG\", \"ini\": 1736, \"clust\": 1360, \"rank\": 2659, \"rankvar\": 1785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1333, \"group\": [1361.0, 164.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTACCGTTA\", \"ini\": 1735, \"clust\": 333, \"rank\": 2447, \"rankvar\": 433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1334, \"group\": [334.0, 65.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCAAACGTGG\", \"ini\": 1734, \"clust\": 1497, \"rank\": 1975, \"rankvar\": 202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1855, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1335, \"group\": [1498.0, 179.0, 32.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTGCGACG\", \"ini\": 1733, \"clust\": 885, \"rank\": 1988, \"rankvar\": 1230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1336, \"group\": [888.0, 94.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGCCTATGT\", \"ini\": 1732, \"clust\": 429, \"rank\": 1697, \"rankvar\": 1738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1337, \"group\": [432.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGACGCTTT\", \"ini\": 1731, \"clust\": 158, \"rank\": 2289, \"rankvar\": 516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1858, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1338, \"group\": [161.0, 53.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTATCGCAT\", \"ini\": 1730, \"clust\": 1864, \"rank\": 334, \"rankvar\": 483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1882, \"group\": [1865.0, 263.0, 50.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCGCATAA\", \"ini\": 1729, \"clust\": 2444, \"rank\": 3329, \"rankvar\": 3577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1860, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 81, \"group\": [2449.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAAGTAGTA\", \"ini\": 1728, \"clust\": 388, \"rank\": 1720, \"rankvar\": 2052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1861, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1339, \"group\": [388.0, 75.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGTCATCCA\", \"ini\": 1727, \"clust\": 280, \"rank\": 2047, \"rankvar\": 2029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1340, \"group\": [281.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAGTATGGTTC\", \"ini\": 1726, \"clust\": 2412, \"rank\": 3267, \"rankvar\": 3501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1863, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 82, \"group\": [2412.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTAATTGGA\", \"ini\": 1725, \"clust\": 168, \"rank\": 1486, \"rankvar\": 2397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1341, \"group\": [168.0, 54.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATGGTCTA\", \"ini\": 1724, \"clust\": 2415, \"rank\": 3103, \"rankvar\": 3532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1865, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 83, \"group\": [2414.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCACCCGAG\", \"ini\": 1723, \"clust\": 312, \"rank\": 2739, \"rankvar\": 1157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1342, \"group\": [313.0, 63.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAGACGTAG\", \"ini\": 1722, \"clust\": 233, \"rank\": 2355, \"rankvar\": 1635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1343, \"group\": [233.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCCGTACAA\", \"ini\": 1721, \"clust\": 856, \"rank\": 2134, \"rankvar\": 2549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1868, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1344, \"group\": [856.0, 90.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGAGTGACC\", \"ini\": 1720, \"clust\": 1613, \"rank\": 715, \"rankvar\": 2550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1869, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1789, \"group\": [1611.0, 202.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGCCCTAAT\", \"ini\": 1719, \"clust\": 2091, \"rank\": 1190, \"rankvar\": 3120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1870, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3451, \"group\": [2093.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGGAGCGTT\", \"ini\": 1718, \"clust\": 2473, \"rank\": 2740, \"rankvar\": 3436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1871, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 84, \"group\": [2477.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACATAACC\", \"ini\": 1717, \"clust\": 1992, \"rank\": 821, \"rankvar\": 2586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1872, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3452, \"group\": [1992.0, 288.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACAAGCCATT\", \"ini\": 1716, \"clust\": 2233, \"rank\": 1121, \"rankvar\": 2563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1873, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3453, \"group\": [2232.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCGCGAAA\", \"ini\": 1715, \"clust\": 2067, \"rank\": 1431, \"rankvar\": 3328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1874, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3454, \"group\": [2066.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTCGACTGC\", \"ini\": 1714, \"clust\": 79, \"rank\": 2399, \"rankvar\": 43, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1345, \"group\": [78.0, 33.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCATTCTA\", \"ini\": 1713, \"clust\": 304, \"rank\": 1616, \"rankvar\": 2597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1346, \"group\": [304.0, 62.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAACTGTC\", \"ini\": 1712, \"clust\": 1926, \"rank\": 2612, \"rankvar\": 3009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1877, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3455, \"group\": [1928.0, 272.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTGGACGAT\", \"ini\": 1711, \"clust\": 589, \"rank\": 1519, \"rankvar\": 2189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1347, \"group\": [589.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACACATGGGA\", \"ini\": 1710, \"clust\": 193, \"rank\": 1893, \"rankvar\": 631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1348, \"group\": [195.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGTCAGCC\", \"ini\": 1709, \"clust\": 2288, \"rank\": 1615, \"rankvar\": 2858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1880, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3456, \"group\": [2288.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCATGGTAGG\", \"ini\": 1708, \"clust\": 846, \"rank\": 2541, \"rankvar\": 1076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1881, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1349, \"group\": [847.0, 89.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACATTTCAGG\", \"ini\": 1707, \"clust\": 350, \"rank\": 2308, \"rankvar\": 1191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1350, \"group\": [352.0, 69.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTCGGATCC\", \"ini\": 1706, \"clust\": 1727, \"rank\": 267, \"rankvar\": 1929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1883, \"group\": [1728.0, 235.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAGTATTAGCC\", \"ini\": 1705, \"clust\": 795, \"rank\": 1862, \"rankvar\": 1442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1351, \"group\": [796.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCGCAT\", \"ini\": 1704, \"clust\": 945, \"rank\": 2004, \"rankvar\": 948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1352, \"group\": [955.0, 103.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCATTCACTT\", \"ini\": 1703, \"clust\": 844, \"rank\": 2372, \"rankvar\": 885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1353, \"group\": [844.0, 88.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGTGGACC\", \"ini\": 1702, \"clust\": 2586, \"rank\": 3137, \"rankvar\": 3432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1887, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3573, \"group\": [2582.0, 339.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTTTACGT\", \"ini\": 1701, \"clust\": 383, \"rank\": 1920, \"rankvar\": 852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1354, \"group\": [385.0, 74.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCAACACCTA\", \"ini\": 1700, \"clust\": 2727, \"rank\": 915, \"rankvar\": 3366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1889, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2706, \"group\": [2729.0, 370.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTACATGA\", \"ini\": 1699, \"clust\": 97, \"rank\": 1956, \"rankvar\": 287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1355, \"group\": [96.0, 39.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATGTGGT\", \"ini\": 1698, \"clust\": 2268, \"rank\": 1540, \"rankvar\": 2993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1891, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3457, \"group\": [2265.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTAACGGT\", \"ini\": 1697, \"clust\": 2474, \"rank\": 2660, \"rankvar\": 3451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1892, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 85, \"group\": [2476.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGATAAGT\", \"ini\": 1696, \"clust\": 122, \"rank\": 1983, \"rankvar\": 1403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1356, \"group\": [122.0, 46.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTACGCCC\", \"ini\": 1695, \"clust\": 1637, \"rank\": 1214, \"rankvar\": 1983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1894, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1790, \"group\": [1640.0, 206.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAAACGCG\", \"ini\": 1694, \"clust\": 876, \"rank\": 2207, \"rankvar\": 2335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1357, \"group\": [876.0, 94.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGACCTAGG\", \"ini\": 1693, \"clust\": 2494, \"rank\": 2695, \"rankvar\": 3537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1896, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 86, \"group\": [2495.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGTAGAGC\", \"ini\": 1692, \"clust\": 1795, \"rank\": 135, \"rankvar\": 2120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1897, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1884, \"group\": [1835.0, 247.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGGCGACAT\", \"ini\": 1691, \"clust\": 1504, \"rank\": 2269, \"rankvar\": 1606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1898, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1358, \"group\": [1507.0, 180.0, 32.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACGGTTTA\", \"ini\": 1690, \"clust\": 2508, \"rank\": 1883, \"rankvar\": 1302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1359, \"group\": [2508.0, 314.0, 63.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCCGACTT\", \"ini\": 1689, \"clust\": 1954, \"rank\": 2060, \"rankvar\": 2213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1900, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3458, \"group\": [1958.0, 276.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAGGTAA\", \"ini\": 1688, \"clust\": 914, \"rank\": 2042, \"rankvar\": 3088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1360, \"group\": [915.0, 95.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGCT\", \"ini\": 1687, \"clust\": 339, \"rank\": 2366, \"rankvar\": 3280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1361, \"group\": [340.0, 65.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGATGTAT\", \"ini\": 1686, \"clust\": 2281, \"rank\": 2115, \"rankvar\": 3138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1903, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3459, \"group\": [2280.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCATCTGTT\", \"ini\": 1685, \"clust\": 1923, \"rank\": 1986, \"rankvar\": 1775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1904, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3460, \"group\": [1921.0, 272.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGCTAGTTC\", \"ini\": 1684, \"clust\": 370, \"rank\": 1922, \"rankvar\": 106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1362, \"group\": [370.0, 71.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGTCACGCC\", \"ini\": 1683, \"clust\": 149, \"rank\": 2218, \"rankvar\": 1316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1363, \"group\": [149.0, 50.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTTGGACCC\", \"ini\": 1682, \"clust\": 2202, \"rank\": 1347, \"rankvar\": 2737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3461, \"group\": [2204.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAGGCCCA\", \"ini\": 1681, \"clust\": 860, \"rank\": 2667, \"rankvar\": 532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1364, \"group\": [859.0, 91.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTTGTATC\", \"ini\": 1680, \"clust\": 1757, \"rank\": 76, \"rankvar\": 2434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1909, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1885, \"group\": [1754.0, 240.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTAGCTGCC\", \"ini\": 1679, \"clust\": 1362, \"rank\": 2312, \"rankvar\": 1035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1365, \"group\": [1363.0, 164.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATGACT\", \"ini\": 1678, \"clust\": 2214, \"rank\": 1600, \"rankvar\": 2714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3462, \"group\": [2212.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAATCCGCTGTT\", \"ini\": 1677, \"clust\": 200, \"rank\": 1878, \"rankvar\": 1729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1366, \"group\": [198.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCTAGCCC\", \"ini\": 1676, \"clust\": 698, \"rank\": 1747, \"rankvar\": 406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1367, \"group\": [702.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACACGGTGTC\", \"ini\": 1675, \"clust\": 229, \"rank\": 2189, \"rankvar\": 645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1368, \"group\": [230.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGAACTGTA\", \"ini\": 1674, \"clust\": 209, \"rank\": 1998, \"rankvar\": 1854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1369, \"group\": [209.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACCGTTA\", \"ini\": 1673, \"clust\": 1554, \"rank\": 1764, \"rankvar\": 3299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1370, \"group\": [1554.0, 194.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCATGGAATA\", \"ini\": 1672, \"clust\": 1952, \"rank\": 2126, \"rankvar\": 3022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1917, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3463, \"group\": [1952.0, 276.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATTACCC\", \"ini\": 1671, \"clust\": 602, \"rank\": 1784, \"rankvar\": 2442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1371, \"group\": [606.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAGTGAGTG\", \"ini\": 1670, \"clust\": 2152, \"rank\": 508, \"rankvar\": 2712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1919, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3464, \"group\": [2151.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCACGGTTA\", \"ini\": 1669, \"clust\": 391, \"rank\": 2325, \"rankvar\": 2329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1372, \"group\": [391.0, 75.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTAGCCTCG\", \"ini\": 1668, \"clust\": 3026, \"rank\": 2295, \"rankvar\": 1321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1921, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1791, \"group\": [3027.0, 412.0, 85.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAACGCGA\", \"ini\": 1667, \"clust\": 654, \"rank\": 1589, \"rankvar\": 2901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1373, \"group\": [654.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCTCCACT\", \"ini\": 1666, \"clust\": 1953, \"rank\": 2294, \"rankvar\": 2285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3465, \"group\": [1953.0, 276.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTATAATGG\", \"ini\": 1665, \"clust\": 207, \"rank\": 2061, \"rankvar\": 1248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1374, \"group\": [210.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCACTTACT\", \"ini\": 1664, \"clust\": 918, \"rank\": 2194, \"rankvar\": 2695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1375, \"group\": [919.0, 96.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTGTATGGG\", \"ini\": 1663, \"clust\": 2208, \"rank\": 1477, \"rankvar\": 3032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1926, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3466, \"group\": [2208.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCACCTTAT\", \"ini\": 1662, \"clust\": 320, \"rank\": 2631, \"rankvar\": 2261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1927, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1376, \"group\": [323.0, 63.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCATCGATG\", \"ini\": 1661, \"clust\": 160, \"rank\": 1918, \"rankvar\": 2757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1377, \"group\": [160.0, 53.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAACGACG\", \"ini\": 1660, \"clust\": 297, \"rank\": 2248, \"rankvar\": 1799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1378, \"group\": [300.0, 62.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACGATGT\", \"ini\": 1659, \"clust\": 933, \"rank\": 2287, \"rankvar\": 1153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1930, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1379, \"group\": [934.0, 97.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTACACCGC\", \"ini\": 1658, \"clust\": 1335, \"rank\": 2360, \"rankvar\": 489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1931, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1380, \"group\": [1335.0, 157.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGAACTGT\", \"ini\": 1657, \"clust\": 2491, \"rank\": 2762, \"rankvar\": 3480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1932, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 87, \"group\": [2492.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGGACCACA\", \"ini\": 1656, \"clust\": 2740, \"rank\": 2454, \"rankvar\": 3229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1933, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2707, \"group\": [2740.0, 374.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAATAACGA\", \"ini\": 1655, \"clust\": 230, \"rank\": 2382, \"rankvar\": 1142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1934, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1381, \"group\": [231.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGCCTAA\", \"ini\": 1654, \"clust\": 108, \"rank\": 2246, \"rankvar\": 1693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1382, \"group\": [108.0, 43.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCACAACGCC\", \"ini\": 1653, \"clust\": 1761, \"rank\": 137, \"rankvar\": 1512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1886, \"group\": [1762.0, 240.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCCATGCTC\", \"ini\": 1652, \"clust\": 2320, \"rank\": 1656, \"rankvar\": 3012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1937, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3467, \"group\": [2320.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGCTGCT\", \"ini\": 1651, \"clust\": 77, \"rank\": 2404, \"rankvar\": 411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1938, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1383, \"group\": [79.0, 33.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTTAAGCC\", \"ini\": 1650, \"clust\": 2332, \"rank\": 1152, \"rankvar\": 1947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1792, \"group\": [2336.0, 299.0, 58.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGGTTTCA\", \"ini\": 1649, \"clust\": 1951, \"rank\": 2488, \"rankvar\": 2478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3468, \"group\": [1954.0, 276.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGAGGGTT\", \"ini\": 1648, \"clust\": 2277, \"rank\": 1717, \"rankvar\": 2908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1941, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3469, \"group\": [2277.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAATGGATA\", \"ini\": 1647, \"clust\": 1710, \"rank\": 263, \"rankvar\": 463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1887, \"group\": [1710.0, 233.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGGTACTCT\", \"ini\": 1646, \"clust\": 7, \"rank\": 2589, \"rankvar\": 153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1384, \"group\": [8.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAACGCTA\", \"ini\": 1645, \"clust\": 2292, \"rank\": 1698, \"rankvar\": 3152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3470, \"group\": [2290.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTTCAACCA\", \"ini\": 1644, \"clust\": 161, \"rank\": 1796, \"rankvar\": 255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1385, \"group\": [169.0, 54.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCAGAGGT\", \"ini\": 1643, \"clust\": 296, \"rank\": 2032, \"rankvar\": 1460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1946, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1386, \"group\": [297.0, 62.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCAAGATCC\", \"ini\": 1642, \"clust\": 2404, \"rank\": 3229, \"rankvar\": 3467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1947, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 88, \"group\": [2404.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCAGATAATG\", \"ini\": 1641, \"clust\": 245, \"rank\": 2162, \"rankvar\": 2010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1948, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1387, \"group\": [245.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGCGATTCT\", \"ini\": 1640, \"clust\": 98, \"rank\": 1861, \"rankvar\": 625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1388, \"group\": [97.0, 39.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAGGCT\", \"ini\": 1639, \"clust\": 626, \"rank\": 1374, \"rankvar\": 718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1389, \"group\": [627.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAAACTGCT\", \"ini\": 1638, \"clust\": 1502, \"rank\": 2514, \"rankvar\": 365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1390, \"group\": [1502.0, 179.0, 32.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTTGCGT\", \"ini\": 1637, \"clust\": 2470, \"rank\": 2758, \"rankvar\": 3515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1952, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 89, \"group\": [2468.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGTAGATGT\", \"ini\": 1636, \"clust\": 800, \"rank\": 1892, \"rankvar\": 2926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1391, \"group\": [801.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTGACGCCT\", \"ini\": 1635, \"clust\": 138, \"rank\": 2370, \"rankvar\": 71, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1392, \"group\": [139.0, 48.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCTCGCAT\", \"ini\": 1634, \"clust\": 1799, \"rank\": 151, \"rankvar\": 1, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1888, \"group\": [1798.0, 245.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAGGTTTCA\", \"ini\": 1633, \"clust\": 228, \"rank\": 2014, \"rankvar\": 1338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1393, \"group\": [228.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCTGGC\", \"ini\": 1632, \"clust\": 1800, \"rank\": 183, \"rankvar\": 3, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1889, \"group\": [1799.0, 245.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTTAAAGTG\", \"ini\": 1631, \"clust\": 912, \"rank\": 2156, \"rankvar\": 1107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1394, \"group\": [911.0, 95.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGGAGCAA\", \"ini\": 1630, \"clust\": 1500, \"rank\": 2236, \"rankvar\": 1394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1395, \"group\": [1500.0, 179.0, 32.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGGTGTGGT\", \"ini\": 1629, \"clust\": 857, \"rank\": 2640, \"rankvar\": 221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1396, \"group\": [861.0, 91.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAACAACA\", \"ini\": 1628, \"clust\": 868, \"rank\": 2497, \"rankvar\": 1764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1961, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1397, \"group\": [873.0, 92.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCCAGTTT\", \"ini\": 1627, \"clust\": 308, \"rank\": 2314, \"rankvar\": 1063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1398, \"group\": [309.0, 63.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTACATGTC\", \"ini\": 1626, \"clust\": 211, \"rank\": 2277, \"rankvar\": 537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1399, \"group\": [212.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCACCGATAT\", \"ini\": 1625, \"clust\": 2591, \"rank\": 2547, \"rankvar\": 3511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1964, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3574, \"group\": [2591.0, 339.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACACTGCG\", \"ini\": 1624, \"clust\": 949, \"rank\": 1550, \"rankvar\": 1049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1400, \"group\": [946.0, 100.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTACGCCC\", \"ini\": 1623, \"clust\": 1526, \"rank\": 2278, \"rankvar\": 20, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1401, \"group\": [1527.0, 186.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCAAGCC\", \"ini\": 1622, \"clust\": 888, \"rank\": 1993, \"rankvar\": 1003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1402, \"group\": [886.0, 94.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCAGGAATGC\", \"ini\": 1621, \"clust\": 361, \"rank\": 2229, \"rankvar\": 2425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1403, \"group\": [362.0, 70.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTGATGATA\", \"ini\": 1620, \"clust\": 2353, \"rank\": 2866, \"rankvar\": 271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1969, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1404, \"group\": [2353.0, 304.0, 60.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTCCGAATT\", \"ini\": 1619, \"clust\": 2651, \"rank\": 729, \"rankvar\": 1934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1890, \"group\": [2652.0, 351.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGACACGAC\", \"ini\": 1618, \"clust\": 3024, \"rank\": 2570, \"rankvar\": 1937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1971, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 90, \"group\": [3024.0, 411.0, 85.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTGCACCAC\", \"ini\": 1617, \"clust\": 1495, \"rank\": 2505, \"rankvar\": 743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1972, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1405, \"group\": [1496.0, 178.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGACACGAC\", \"ini\": 1616, \"clust\": 1512, \"rank\": 2482, \"rankvar\": 1179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1973, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1406, \"group\": [1509.0, 181.0, 32.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCATGCTCC\", \"ini\": 1615, \"clust\": 305, \"rank\": 1857, \"rankvar\": 1599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1407, \"group\": [305.0, 62.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGCTTAG\", \"ini\": 1614, \"clust\": 1496, \"rank\": 2784, \"rankvar\": 346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1408, \"group\": [1497.0, 178.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTCAAACTC\", \"ini\": 1613, \"clust\": 835, \"rank\": 1363, \"rankvar\": 2690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1976, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1409, \"group\": [833.0, 84.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCTAGCCC\", \"ini\": 1612, \"clust\": 293, \"rank\": 1923, \"rankvar\": 2516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1410, \"group\": [294.0, 62.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTTACTGAC\", \"ini\": 1611, \"clust\": 2318, \"rank\": 1793, \"rankvar\": 1773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1978, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3471, \"group\": [2322.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAATTGCTG\", \"ini\": 1610, \"clust\": 123, \"rank\": 2082, \"rankvar\": 462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1411, \"group\": [123.0, 46.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATGCTAGT\", \"ini\": 1609, \"clust\": 287, \"rank\": 2391, \"rankvar\": 1902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1412, \"group\": [288.0, 61.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCCGCTGA\", \"ini\": 1608, \"clust\": 913, \"rank\": 2259, \"rankvar\": 1762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1413, \"group\": [912.0, 95.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCAGCGATT\", \"ini\": 1607, \"clust\": 886, \"rank\": 2099, \"rankvar\": 386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1414, \"group\": [887.0, 94.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGACACG\", \"ini\": 1606, \"clust\": 853, \"rank\": 2441, \"rankvar\": 1270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1415, \"group\": [853.0, 89.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATCCGGGT\", \"ini\": 1605, \"clust\": 1633, \"rank\": 1977, \"rankvar\": 2014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1984, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1793, \"group\": [1634.0, 206.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCATCGATG\", \"ini\": 1604, \"clust\": 1315, \"rank\": 2565, \"rankvar\": 930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1416, \"group\": [1316.0, 150.0, 25.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCATAGAAAC\", \"ini\": 1603, \"clust\": 329, \"rank\": 2657, \"rankvar\": 1434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1986, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1417, \"group\": [333.0, 65.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATAACCTG\", \"ini\": 1602, \"clust\": 2730, \"rank\": 1727, \"rankvar\": 3002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1987, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2708, \"group\": [2745.0, 375.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGGTGGGTT\", \"ini\": 1601, \"clust\": 321, \"rank\": 2369, \"rankvar\": 163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1418, \"group\": [321.0, 63.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACATAACC\", \"ini\": 1600, \"clust\": 1917, \"rank\": 2022, \"rankvar\": 2436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1989, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3472, \"group\": [1916.0, 272.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCATTATCC\", \"ini\": 1599, \"clust\": 2299, \"rank\": 1377, \"rankvar\": 2639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1990, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3473, \"group\": [2298.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCGATGAGG\", \"ini\": 1598, \"clust\": 379, \"rank\": 1740, \"rankvar\": 716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1991, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1419, \"group\": [378.0, 72.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATAGCTGATAA\", \"ini\": 1597, \"clust\": 285, \"rank\": 2478, \"rankvar\": 1938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1420, \"group\": [286.0, 61.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTCGGGCT\", \"ini\": 1596, \"clust\": 605, \"rank\": 1868, \"rankvar\": 2229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1993, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1421, \"group\": [604.0, 80.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGGAAATA\", \"ini\": 1595, \"clust\": 1632, \"rank\": 1031, \"rankvar\": 2211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1994, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1794, \"group\": [1632.0, 206.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGACATTGGTAC\", \"ini\": 1594, \"clust\": 353, \"rank\": 1882, \"rankvar\": 1397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1422, \"group\": [356.0, 69.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGGAAATA\", \"ini\": 1593, \"clust\": 3538, \"rank\": 2009, \"rankvar\": 494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1891, \"group\": [3537.0, 482.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCGTTTATC\", \"ini\": 1592, \"clust\": 877, \"rank\": 2237, \"rankvar\": 821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1423, \"group\": [880.0, 94.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAGTTCCCT\", \"ini\": 1591, \"clust\": 2454, \"rank\": 3144, \"rankvar\": 3450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1998, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 91, \"group\": [2455.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCGTAGAGCTG\", \"ini\": 1590, \"clust\": 2618, \"rank\": 55, \"rankvar\": 2116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1892, \"group\": [2618.0, 343.0, 74.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTACTATC\", \"ini\": 1589, \"clust\": 1563, \"rank\": 1352, \"rankvar\": 2177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2000, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1795, \"group\": [1562.0, 196.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTTCCGCGGTA\", \"ini\": 1588, \"clust\": 2407, \"rank\": 3294, \"rankvar\": 3544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2001, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 92, \"group\": [2409.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACAGCT\", \"ini\": 1587, \"clust\": 1343, \"rank\": 2523, \"rankvar\": 1690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2002, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1424, \"group\": [1342.0, 159.0, 29.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCCAACGG\", \"ini\": 1586, \"clust\": 246, \"rank\": 2511, \"rankvar\": 847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1425, \"group\": [247.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAGTGTTGAGG\", \"ini\": 1585, \"clust\": 1920, \"rank\": 2104, \"rankvar\": 2316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3474, \"group\": [1919.0, 272.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAGCCTAT\", \"ini\": 1584, \"clust\": 1501, \"rank\": 2452, \"rankvar\": 1131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1426, \"group\": [1501.0, 179.0, 32.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCATCACGAT\", \"ini\": 1583, \"clust\": 2234, \"rank\": 1244, \"rankvar\": 3045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2006, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3475, \"group\": [2236.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTCCCGAG\", \"ini\": 1582, \"clust\": 247, \"rank\": 2664, \"rankvar\": 1994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1427, \"group\": [248.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGCATACT\", \"ini\": 1581, \"clust\": 1557, \"rank\": 1939, \"rankvar\": 2637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2008, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1796, \"group\": [1557.0, 194.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCTTTCCTC\", \"ini\": 1580, \"clust\": 745, \"rank\": 1938, \"rankvar\": 2600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2009, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1428, \"group\": [749.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTGTTG\", \"ini\": 1579, \"clust\": 2187, \"rank\": 1840, \"rankvar\": 1676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2010, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3476, \"group\": [2189.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCATATACGC\", \"ini\": 1578, \"clust\": 2398, \"rank\": 3262, \"rankvar\": 3416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2011, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 93, \"group\": [2402.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGAATCTCC\", \"ini\": 1577, \"clust\": 1499, \"rank\": 2446, \"rankvar\": 187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1429, \"group\": [1504.0, 179.0, 32.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAATGAC\", \"ini\": 1576, \"clust\": 2391, \"rank\": 3373, \"rankvar\": 3463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2013, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 94, \"group\": [2392.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCATCGGAT\", \"ini\": 1575, \"clust\": 1798, \"rank\": 233, \"rankvar\": 32, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2014, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1893, \"group\": [1800.0, 245.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGAGTACAT\", \"ini\": 1574, \"clust\": 314, \"rank\": 2646, \"rankvar\": 753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1430, \"group\": [312.0, 63.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCGATCCC\", \"ini\": 1573, \"clust\": 1834, \"rank\": 192, \"rankvar\": 30, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1894, \"group\": [1833.0, 246.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGAGCAATT\", \"ini\": 1572, \"clust\": 940, \"rank\": 2693, \"rankvar\": 1151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2017, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1431, \"group\": [944.0, 99.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCTTGTTTG\", \"ini\": 1571, \"clust\": 2331, \"rank\": 2250, \"rankvar\": 3268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2018, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 95, \"group\": [2332.0, 299.0, 58.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCGAATGT\", \"ini\": 1570, \"clust\": 1533, \"rank\": 2630, \"rankvar\": 894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1432, \"group\": [1534.0, 187.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCTTGAGAC\", \"ini\": 1569, \"clust\": 425, \"rank\": 2005, \"rankvar\": 1831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1433, \"group\": [425.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAGGCAGTA\", \"ini\": 1568, \"clust\": 2289, \"rank\": 1204, \"rankvar\": 3168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2021, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3477, \"group\": [2289.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTACACT\", \"ini\": 1567, \"clust\": 2285, \"rank\": 2143, \"rankvar\": 2836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2022, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3478, \"group\": [2283.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCGTGTCC\", \"ini\": 1566, \"clust\": 1320, \"rank\": 2750, \"rankvar\": 633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1434, \"group\": [1320.0, 153.0, 27.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTAAACACA\", \"ini\": 1565, \"clust\": 130, \"rank\": 1844, \"rankvar\": 2122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1435, \"group\": [129.0, 47.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCTGTTCA\", \"ini\": 1564, \"clust\": 2309, \"rank\": 1966, \"rankvar\": 3275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2025, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3479, \"group\": [2308.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCCTACAGA\", \"ini\": 1563, \"clust\": 263, \"rank\": 2015, \"rankvar\": 1718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2026, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1436, \"group\": [264.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCAGTAG\", \"ini\": 1562, \"clust\": 862, \"rank\": 2672, \"rankvar\": 595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1437, \"group\": [863.0, 91.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTGCAGACA\", \"ini\": 1561, \"clust\": 255, \"rank\": 2086, \"rankvar\": 2841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2028, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1438, \"group\": [258.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTCGGCAC\", \"ini\": 1560, \"clust\": 2453, \"rank\": 3042, \"rankvar\": 3587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2029, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 96, \"group\": [2453.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCTACCTA\", \"ini\": 1559, \"clust\": 334, \"rank\": 2623, \"rankvar\": 1663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2030, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1439, \"group\": [335.0, 65.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTGTGTG\", \"ini\": 1558, \"clust\": 1643, \"rank\": 1743, \"rankvar\": 391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1797, \"group\": [1647.0, 210.0, 36.0, 11.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGACTTGAA\", \"ini\": 1557, \"clust\": 242, \"rank\": 2141, \"rankvar\": 2705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2032, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1440, \"group\": [243.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCCTGACT\", \"ini\": 1556, \"clust\": 2283, \"rank\": 2190, \"rankvar\": 2208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2033, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3480, \"group\": [2284.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGCTAACTC\", \"ini\": 1555, \"clust\": 1551, \"rank\": 2079, \"rankvar\": 919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2034, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1798, \"group\": [1552.0, 193.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCACAACGT\", \"ini\": 1554, \"clust\": 330, \"rank\": 2432, \"rankvar\": 670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1441, \"group\": [332.0, 65.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCTGCA\", \"ini\": 1553, \"clust\": 441, \"rank\": 1132, \"rankvar\": 2749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2036, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1799, \"group\": [441.0, 77.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCGAATGCT\", \"ini\": 1552, \"clust\": 16, \"rank\": 1288, \"rankvar\": 1139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1800, \"group\": [21.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGTCAATC\", \"ini\": 1551, \"clust\": 202, \"rank\": 2324, \"rankvar\": 1725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1442, \"group\": [203.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACCTTTG\", \"ini\": 1550, \"clust\": 1325, \"rank\": 2704, \"rankvar\": 2734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1443, \"group\": [1329.0, 155.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGACATTA\", \"ini\": 1549, \"clust\": 2372, \"rank\": 3374, \"rankvar\": 3541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2040, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 97, \"group\": [2371.0, 311.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGTGGCT\", \"ini\": 1548, \"clust\": 1324, \"rank\": 2342, \"rankvar\": 721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2041, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1444, \"group\": [1324.0, 155.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGGAGTCTG\", \"ini\": 1547, \"clust\": 1666, \"rank\": 619, \"rankvar\": 10, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2042, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1895, \"group\": [1672.0, 221.0, 39.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATCTGCA\", \"ini\": 1546, \"clust\": 1567, \"rank\": 1542, \"rankvar\": 1309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2043, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1801, \"group\": [1568.0, 197.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTCACTTCC\", \"ini\": 1545, \"clust\": 2311, \"rank\": 1448, \"rankvar\": 3021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2044, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3481, \"group\": [2312.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTAAAGGAG\", \"ini\": 1544, \"clust\": 2456, \"rank\": 2610, \"rankvar\": 3293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2045, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 98, \"group\": [2457.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTTAAGACA\", \"ini\": 1543, \"clust\": 121, \"rank\": 2138, \"rankvar\": 432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1445, \"group\": [124.0, 46.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCATGTCCTC\", \"ini\": 1542, \"clust\": 3058, \"rank\": 3105, \"rankvar\": 3303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2047, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3482, \"group\": [3059.0, 425.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCATTCA\", \"ini\": 1541, \"clust\": 699, \"rank\": 1646, \"rankvar\": 2735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1446, \"group\": [701.0, 82.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTACCTACA\", \"ini\": 1540, \"clust\": 2185, \"rank\": 2205, \"rankvar\": 2658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3483, \"group\": [2185.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAATGACCT\", \"ini\": 1539, \"clust\": 316, \"rank\": 2593, \"rankvar\": 1818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2050, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1447, \"group\": [317.0, 63.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCAGAAGCAC\", \"ini\": 1538, \"clust\": 643, \"rank\": 1613, \"rankvar\": 1357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2051, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1448, \"group\": [644.0, 81.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGCTAGTGG\", \"ini\": 1537, \"clust\": 150, \"rank\": 2465, \"rankvar\": 2164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1449, \"group\": [151.0, 50.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTAACTTC\", \"ini\": 1536, \"clust\": 127, \"rank\": 1978, \"rankvar\": 3083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1450, \"group\": [131.0, 47.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGACTTGAA\", \"ini\": 1535, \"clust\": 2368, \"rank\": 2924, \"rankvar\": 3459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2054, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 99, \"group\": [2367.0, 310.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAATCCAAC\", \"ini\": 1534, \"clust\": 2314, \"rank\": 1105, \"rankvar\": 3096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2055, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3484, \"group\": [2317.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCACGGCTAC\", \"ini\": 1533, \"clust\": 226, \"rank\": 1581, \"rankvar\": 2238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2056, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1451, \"group\": [229.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCGTTGCT\", \"ini\": 1532, \"clust\": 1651, \"rank\": 297, \"rankvar\": 2162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2057, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1896, \"group\": [1651.0, 211.0, 37.0, 11.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGCCACGTC\", \"ini\": 1531, \"clust\": 848, \"rank\": 2576, \"rankvar\": 294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1452, \"group\": [851.0, 89.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGGGAGTAA\", \"ini\": 1530, \"clust\": 1542, \"rank\": 2340, \"rankvar\": 2678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1453, \"group\": [1541.0, 188.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATGTGGTCTCG\", \"ini\": 1529, \"clust\": 1955, \"rank\": 2053, \"rankvar\": 2928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2060, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3485, \"group\": [1957.0, 276.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTTGTCC\", \"ini\": 1528, \"clust\": 763, \"rank\": 1712, \"rankvar\": 2068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1454, \"group\": [763.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCACTCTTA\", \"ini\": 1527, \"clust\": 904, \"rank\": 2538, \"rankvar\": 2795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1455, \"group\": [903.0, 95.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCTGAAAT\", \"ini\": 1526, \"clust\": 3056, \"rank\": 2669, \"rankvar\": 1974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2063, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1836, \"group\": [3057.0, 424.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTAAAGTG\", \"ini\": 1525, \"clust\": 325, \"rank\": 2573, \"rankvar\": 2559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1456, \"group\": [326.0, 64.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTTTGTGTG\", \"ini\": 1524, \"clust\": 2291, \"rank\": 1967, \"rankvar\": 3079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2065, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3486, \"group\": [2292.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATGTTGC\", \"ini\": 1523, \"clust\": 328, \"rank\": 2400, \"rankvar\": 591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2066, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1457, \"group\": [329.0, 65.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCATCGGAT\", \"ini\": 1522, \"clust\": 1946, \"rank\": 2437, \"rankvar\": 3048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2067, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3487, \"group\": [1947.0, 276.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATGTAAG\", \"ini\": 1521, \"clust\": 1950, \"rank\": 1853, \"rankvar\": 3065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2068, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3488, \"group\": [1949.0, 276.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTGCCTGGT\", \"ini\": 1520, \"clust\": 2310, \"rank\": 1819, \"rankvar\": 2726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3489, \"group\": [2309.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCCACTTG\", \"ini\": 1519, \"clust\": 2366, \"rank\": 2363, \"rankvar\": 3441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2070, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 100, \"group\": [2370.0, 310.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGCCG\", \"ini\": 1518, \"clust\": 927, \"rank\": 1869, \"rankvar\": 1972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1458, \"group\": [927.0, 97.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTCGTTGTA\", \"ini\": 1517, \"clust\": 1844, \"rank\": 510, \"rankvar\": 268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1897, \"group\": [1843.0, 250.0, 44.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTGGCACA\", \"ini\": 1516, \"clust\": 1732, \"rank\": 245, \"rankvar\": 11, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2073, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1898, \"group\": [1732.0, 235.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGAGAACAG\", \"ini\": 1515, \"clust\": 1966, \"rank\": 2123, \"rankvar\": 2388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2074, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3490, \"group\": [1966.0, 281.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTAGCCTAT\", \"ini\": 1514, \"clust\": 367, \"rank\": 1961, \"rankvar\": 1255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1459, \"group\": [367.0, 70.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGATATAC\", \"ini\": 1513, \"clust\": 311, \"rank\": 2485, \"rankvar\": 2557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2076, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1460, \"group\": [314.0, 63.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGATGCGAC\", \"ini\": 1512, \"clust\": 847, \"rank\": 2687, \"rankvar\": 2381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1461, \"group\": [848.0, 89.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGACAGAGA\", \"ini\": 1511, \"clust\": 2405, \"rank\": 3219, \"rankvar\": 3443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2078, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 101, \"group\": [2405.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCGCAGGCT\", \"ini\": 1510, \"clust\": 1322, \"rank\": 2216, \"rankvar\": 1969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1462, \"group\": [1325.0, 155.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTTACAGAA\", \"ini\": 1509, \"clust\": 126, \"rank\": 2427, \"rankvar\": 1871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2080, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1463, \"group\": [126.0, 46.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGGAACGG\", \"ini\": 1508, \"clust\": 1409, \"rank\": 2827, \"rankvar\": 1346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1464, \"group\": [1412.0, 170.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTAGATTAG\", \"ini\": 1507, \"clust\": 235, \"rank\": 2699, \"rankvar\": 1474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2082, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1465, \"group\": [235.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAATACGCT\", \"ini\": 1506, \"clust\": 2431, \"rank\": 3384, \"rankvar\": 3564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2083, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 102, \"group\": [2430.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACGTCTCT\", \"ini\": 1505, \"clust\": 827, \"rank\": 2235, \"rankvar\": 474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2084, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1466, \"group\": [828.0, 84.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCGTGGCT\", \"ini\": 1504, \"clust\": 2018, \"rank\": 1728, \"rankvar\": 2435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2085, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3491, \"group\": [2017.0, 290.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGAGCAATT\", \"ini\": 1503, \"clust\": 2302, \"rank\": 1605, \"rankvar\": 2811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3492, \"group\": [2300.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCGAACTGT\", \"ini\": 1502, \"clust\": 2492, \"rank\": 2829, \"rankvar\": 3526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2087, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 103, \"group\": [2493.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCATCAACACTG\", \"ini\": 1501, \"clust\": 1547, \"rank\": 1547, \"rankvar\": 363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2088, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1802, \"group\": [1548.0, 191.0, 34.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCGTAGAGTGC\", \"ini\": 1500, \"clust\": 890, \"rank\": 2040, \"rankvar\": 181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1467, \"group\": [891.0, 94.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAAAGGAG\", \"ini\": 1499, \"clust\": 1669, \"rank\": 658, \"rankvar\": 137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1899, \"group\": [1668.0, 219.0, 39.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGAGGTAGA\", \"ini\": 1498, \"clust\": 294, \"rank\": 2198, \"rankvar\": 2270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2091, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1468, \"group\": [295.0, 62.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCCACGCT\", \"ini\": 1497, \"clust\": 1344, \"rank\": 2622, \"rankvar\": 278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1469, \"group\": [1343.0, 159.0, 29.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAGTACGT\", \"ini\": 1496, \"clust\": 919, \"rank\": 2085, \"rankvar\": 2772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2093, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1470, \"group\": [920.0, 96.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGCATGGT\", \"ini\": 1495, \"clust\": 1534, \"rank\": 3036, \"rankvar\": 1470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1471, \"group\": [1535.0, 187.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGCTACGA\", \"ini\": 1494, \"clust\": 2375, \"rank\": 3098, \"rankvar\": 3389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2095, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 104, \"group\": [2375.0, 312.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGACAGCC\", \"ini\": 1493, \"clust\": 93, \"rank\": 2064, \"rankvar\": 5, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2096, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1803, \"group\": [104.0, 41.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTGTGACGA\", \"ini\": 1492, \"clust\": 309, \"rank\": 2724, \"rankvar\": 589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2097, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1472, \"group\": [310.0, 63.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACCACATCCAA\", \"ini\": 1491, \"clust\": 2482, \"rank\": 3096, \"rankvar\": 3498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2098, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 105, \"group\": [2487.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTCTC\", \"ini\": 1490, \"clust\": 2349, \"rank\": 2290, \"rankvar\": 3355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 106, \"group\": [2350.0, 302.0, 59.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGAGGACGG\", \"ini\": 1489, \"clust\": 1535, \"rank\": 2723, \"rankvar\": 1036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1473, \"group\": [1536.0, 187.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCGGACAAG\", \"ini\": 1488, \"clust\": 1947, \"rank\": 2204, \"rankvar\": 3166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2101, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3493, \"group\": [1951.0, 276.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCTAAACC\", \"ini\": 1487, \"clust\": 1746, \"rank\": 180, \"rankvar\": 533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1900, \"group\": [1749.0, 240.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCCTATC\", \"ini\": 1486, \"clust\": 2745, \"rank\": 2320, \"rankvar\": 3155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2103, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2709, \"group\": [2746.0, 376.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCAGTCGATT\", \"ini\": 1485, \"clust\": 2397, \"rank\": 3359, \"rankvar\": 3455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2104, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 107, \"group\": [2403.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTTTGACTG\", \"ini\": 1484, \"clust\": 2423, \"rank\": 3143, \"rankvar\": 3485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2105, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 108, \"group\": [2440.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGAACCT\", \"ini\": 1483, \"clust\": 2180, \"rank\": 916, \"rankvar\": 2939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3494, \"group\": [2178.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCGGCTACG\", \"ini\": 1482, \"clust\": 858, \"rank\": 2655, \"rankvar\": 2007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1474, \"group\": [860.0, 91.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAGTCAGCC\", \"ini\": 1481, \"clust\": 76, \"rank\": 2403, \"rankvar\": 263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1475, \"group\": [80.0, 34.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCGCTGTT\", \"ini\": 1480, \"clust\": 2447, \"rank\": 3392, \"rankvar\": 3561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2109, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 109, \"group\": [2448.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGGCAGTA\", \"ini\": 1479, \"clust\": 170, \"rank\": 1120, \"rankvar\": 1092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2110, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1804, \"group\": [171.0, 55.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTTATCCGA\", \"ini\": 1478, \"clust\": 946, \"rank\": 2199, \"rankvar\": 370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1476, \"group\": [948.0, 100.0, 14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGATCGAGCCCA\", \"ini\": 1477, \"clust\": 1832, \"rank\": 315, \"rankvar\": 14, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1901, \"group\": [1834.0, 246.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTTGTCAT\", \"ini\": 1476, \"clust\": 2614, \"rank\": 200, \"rankvar\": 2250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1902, \"group\": [2615.0, 343.0, 74.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCCCGACA\", \"ini\": 1475, \"clust\": 1607, \"rank\": 925, \"rankvar\": 986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2114, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1805, \"group\": [1606.0, 202.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCATTGCCC\", \"ini\": 1474, \"clust\": 2053, \"rank\": 944, \"rankvar\": 2385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3495, \"group\": [2053.0, 291.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGCAGGTCA\", \"ini\": 1473, \"clust\": 368, \"rank\": 2159, \"rankvar\": 455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1477, \"group\": [371.0, 71.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTCGGCAC\", \"ini\": 1472, \"clust\": 1503, \"rank\": 2431, \"rankvar\": 338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1478, \"group\": [1503.0, 179.0, 32.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTTCGTC\", \"ini\": 1471, \"clust\": 3012, \"rank\": 2240, \"rankvar\": 2091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2118, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 110, \"group\": [3012.0, 407.0, 84.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCAAGTAGTA\", \"ini\": 1470, \"clust\": 802, \"rank\": 1674, \"rankvar\": 3340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1479, \"group\": [803.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAAGGCTCC\", \"ini\": 1469, \"clust\": 1664, \"rank\": 1349, \"rankvar\": 738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1903, \"group\": [1665.0, 218.0, 39.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTCCAGGG\", \"ini\": 1468, \"clust\": 47, \"rank\": 1707, \"rankvar\": 1852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1480, \"group\": [52.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGGCAGGTT\", \"ini\": 1467, \"clust\": 2007, \"rank\": 1682, \"rankvar\": 2426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3496, \"group\": [2006.0, 289.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCACGCGGT\", \"ini\": 1466, \"clust\": 1415, \"rank\": 3066, \"rankvar\": 73, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1481, \"group\": [1419.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTACAGACG\", \"ini\": 1465, \"clust\": 864, \"rank\": 2858, \"rankvar\": 1874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1482, \"group\": [867.0, 92.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGATCTGAA\", \"ini\": 1464, \"clust\": 3142, \"rank\": 3120, \"rankvar\": 2110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2125, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3497, \"group\": [3143.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGACGACGT\", \"ini\": 1463, \"clust\": 2409, \"rank\": 3296, \"rankvar\": 3560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2126, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 111, \"group\": [2408.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATCATTC\", \"ini\": 1462, \"clust\": 318, \"rank\": 2700, \"rankvar\": 1286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1483, \"group\": [318.0, 63.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTTTATC\", \"ini\": 1461, \"clust\": 2009, \"rank\": 1570, \"rankvar\": 3211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3498, \"group\": [2008.0, 289.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGTCATCT\", \"ini\": 1460, \"clust\": 139, \"rank\": 2118, \"rankvar\": 3172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2129, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1484, \"group\": [142.0, 49.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCTATCCCG\", \"ini\": 1459, \"clust\": 381, \"rank\": 2270, \"rankvar\": 2121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1485, \"group\": [382.0, 73.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACATCCGG\", \"ini\": 1458, \"clust\": 2754, \"rank\": 2268, \"rankvar\": 3404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2131, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2710, \"group\": [2758.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCAGTCGTGC\", \"ini\": 1457, \"clust\": 2457, \"rank\": 3065, \"rankvar\": 3507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 112, \"group\": [2458.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTCCATGA\", \"ini\": 1456, \"clust\": 894, \"rank\": 2059, \"rankvar\": 802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1486, \"group\": [893.0, 94.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTGATAAAC\", \"ini\": 1455, \"clust\": 2438, \"rank\": 3451, \"rankvar\": 3549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2134, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 113, \"group\": [2438.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTTCAGCGC\", \"ini\": 1454, \"clust\": 2206, \"rank\": 1432, \"rankvar\": 2317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2135, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3499, \"group\": [2206.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGTGAAC\", \"ini\": 1453, \"clust\": 851, \"rank\": 2691, \"rankvar\": 237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1487, \"group\": [854.0, 89.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTTAAGAAC\", \"ini\": 1452, \"clust\": 23, \"rank\": 1468, \"rankvar\": 64, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1488, \"group\": [26.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACTCGACG\", \"ini\": 1451, \"clust\": 389, \"rank\": 2223, \"rankvar\": 1005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1489, \"group\": [392.0, 75.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGCATGCCTAA\", \"ini\": 1450, \"clust\": 326, \"rank\": 2390, \"rankvar\": 2252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1490, \"group\": [327.0, 64.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCTGCCAGG\", \"ini\": 1449, \"clust\": 1918, \"rank\": 2219, \"rankvar\": 2472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2140, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3500, \"group\": [1917.0, 272.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGATGAC\", \"ini\": 1448, \"clust\": 2442, \"rank\": 3428, \"rankvar\": 3552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2141, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 114, \"group\": [2442.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAGTCTTCC\", \"ini\": 1447, \"clust\": 1321, \"rank\": 2502, \"rankvar\": 226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1491, \"group\": [1321.0, 153.0, 27.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCCTAGAAC\", \"ini\": 1446, \"clust\": 3242, \"rank\": 3026, \"rankvar\": 2367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2143, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3501, \"group\": [3245.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGTCATCTGCC\", \"ini\": 1445, \"clust\": 915, \"rank\": 2598, \"rankvar\": 1133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1492, \"group\": [916.0, 95.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTAGAAAGG\", \"ini\": 1444, \"clust\": 1932, \"rank\": 2179, \"rankvar\": 3227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2145, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3502, \"group\": [1930.0, 272.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCGCATGGC\", \"ini\": 1443, \"clust\": 849, \"rank\": 2649, \"rankvar\": 776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1493, \"group\": [849.0, 89.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCATAACCTG\", \"ini\": 1442, \"clust\": 1549, \"rank\": 1850, \"rankvar\": 1742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2147, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1806, \"group\": [1550.0, 192.0, 34.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGGGTAC\", \"ini\": 1441, \"clust\": 1340, \"rank\": 2480, \"rankvar\": 775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2148, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1494, \"group\": [1344.0, 160.0, 29.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCTTCGG\", \"ini\": 1440, \"clust\": 873, \"rank\": 2492, \"rankvar\": 2246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1495, \"group\": [871.0, 92.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGACTTTCG\", \"ini\": 1439, \"clust\": 2418, \"rank\": 3259, \"rankvar\": 3492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2150, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 115, \"group\": [2418.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAGAGGA\", \"ini\": 1438, \"clust\": 1464, \"rank\": 2801, \"rankvar\": 162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1496, \"group\": [1463.0, 173.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTAAAGTCA\", \"ini\": 1437, \"clust\": 1498, \"rank\": 2271, \"rankvar\": 531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1497, \"group\": [1499.0, 179.0, 32.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCTTGTCC\", \"ini\": 1436, \"clust\": 749, \"rank\": 1490, \"rankvar\": 2620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1498, \"group\": [754.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCTCGT\", \"ini\": 1435, \"clust\": 324, \"rank\": 2816, \"rankvar\": 1961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1499, \"group\": [325.0, 64.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCTTGAGAC\", \"ini\": 1434, \"clust\": 2466, \"rank\": 3175, \"rankvar\": 3518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2155, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 116, \"group\": [2471.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTGGTCCC\", \"ini\": 1433, \"clust\": 2708, \"rank\": 787, \"rankvar\": 1079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1904, \"group\": [2708.0, 367.0, 77.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTCTGAGA\", \"ini\": 1432, \"clust\": 3106, \"rank\": 2588, \"rankvar\": 3047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2157, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 117, \"group\": [3110.0, 431.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAAACCTC\", \"ini\": 1431, \"clust\": 2587, \"rank\": 3204, \"rankvar\": 3440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2158, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3575, \"group\": [2583.0, 339.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAAGTACATGA\", \"ini\": 1430, \"clust\": 1927, \"rank\": 2464, \"rankvar\": 2135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3503, \"group\": [1927.0, 272.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACCGGGT\", \"ini\": 1429, \"clust\": 1466, \"rank\": 2931, \"rankvar\": 479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1500, \"group\": [1468.0, 173.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACGTCAAAGCG\", \"ini\": 1428, \"clust\": 225, \"rank\": 2445, \"rankvar\": 1233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1501, \"group\": [224.0, 59.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCAGTCCCT\", \"ini\": 1427, \"clust\": 780, \"rank\": 1191, \"rankvar\": 2645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1807, \"group\": [782.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGACGAA\", \"ini\": 1426, \"clust\": 943, \"rank\": 2879, \"rankvar\": 2833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1502, \"group\": [942.0, 98.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAAGGGCT\", \"ini\": 1425, \"clust\": 1515, \"rank\": 2718, \"rankvar\": 1856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1503, \"group\": [1515.0, 184.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGCTACGA\", \"ini\": 1424, \"clust\": 2593, \"rank\": 2481, \"rankvar\": 3475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2165, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3576, \"group\": [2593.0, 339.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGCTACCGC\", \"ini\": 1423, \"clust\": 1327, \"rank\": 2483, \"rankvar\": 215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1504, \"group\": [1326.0, 155.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGCGAAGGG\", \"ini\": 1422, \"clust\": 790, \"rank\": 1538, \"rankvar\": 1044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1505, \"group\": [791.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCCTAACC\", \"ini\": 1421, \"clust\": 2335, \"rank\": 1962, \"rankvar\": 3068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2168, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3561, \"group\": [2334.0, 299.0, 58.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGACGAA\", \"ini\": 1420, \"clust\": 1975, \"rank\": 1689, \"rankvar\": 2626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3504, \"group\": [1974.0, 284.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGACACTAA\", \"ini\": 1419, \"clust\": 2413, \"rank\": 3345, \"rankvar\": 3519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2170, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 118, \"group\": [2413.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTTCCAACA\", \"ini\": 1418, \"clust\": 1505, \"rank\": 2586, \"rankvar\": 758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1506, \"group\": [1505.0, 180.0, 32.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGTCTTTACGT\", \"ini\": 1417, \"clust\": 1716, \"rank\": 279, \"rankvar\": 118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1905, \"group\": [1716.0, 233.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAATAAGCA\", \"ini\": 1416, \"clust\": 1431, \"rank\": 3330, \"rankvar\": 344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1507, \"group\": [1432.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGCTCCTTC\", \"ini\": 1415, \"clust\": 1291, \"rank\": 2025, \"rankvar\": 1364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1508, \"group\": [1290.0, 138.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGAAACGCC\", \"ini\": 1414, \"clust\": 3102, \"rank\": 2503, \"rankvar\": 2130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2175, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1808, \"group\": [3101.0, 429.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTTCTGAAC\", \"ini\": 1413, \"clust\": 1762, \"rank\": 611, \"rankvar\": 1069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2176, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2711, \"group\": [1781.0, 242.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGTACGATA\", \"ini\": 1412, \"clust\": 2585, \"rank\": 3111, \"rankvar\": 3434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2177, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3577, \"group\": [2584.0, 339.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGCGAAGGG\", \"ini\": 1411, \"clust\": 1371, \"rank\": 2826, \"rankvar\": 1052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1509, \"group\": [1370.0, 166.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAGACAAAT\", \"ini\": 1410, \"clust\": 2293, \"rank\": 1758, \"rankvar\": 3186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2179, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3505, \"group\": [2291.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTACCTC\", \"ini\": 1409, \"clust\": 2606, \"rank\": 1927, \"rankvar\": 1873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1906, \"group\": [2607.0, 340.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCACAAGCCC\", \"ini\": 1408, \"clust\": 1083, \"rank\": 190, \"rankvar\": 78, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1907, \"group\": [1084.0, 122.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTTGGTTTG\", \"ini\": 1407, \"clust\": 259, \"rank\": 2429, \"rankvar\": 2125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1510, \"group\": [260.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTGTCTCG\", \"ini\": 1406, \"clust\": 3107, \"rank\": 2477, \"rankvar\": 2994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2183, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 119, \"group\": [3109.0, 431.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTATGTGC\", \"ini\": 1405, \"clust\": 2211, \"rank\": 1766, \"rankvar\": 3203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3506, \"group\": [2214.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACCTATCC\", \"ini\": 1404, \"clust\": 1331, \"rank\": 2406, \"rankvar\": 699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1511, \"group\": [1334.0, 156.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAAGCTGAG\", \"ini\": 1403, \"clust\": 192, \"rank\": 1913, \"rankvar\": 1480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1512, \"group\": [196.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATGAAAC\", \"ini\": 1402, \"clust\": 1944, \"rank\": 2049, \"rankvar\": 3206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2187, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3507, \"group\": [1943.0, 275.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTGGGTA\", \"ini\": 1401, \"clust\": 2278, \"rank\": 1662, \"rankvar\": 2764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3508, \"group\": [2278.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGTAACGG\", \"ini\": 1400, \"clust\": 1295, \"rank\": 2130, \"rankvar\": 876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2189, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1809, \"group\": [1295.0, 139.0, 21.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGTTGCCT\", \"ini\": 1399, \"clust\": 1561, \"rank\": 1733, \"rankvar\": 2476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2190, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1810, \"group\": [1563.0, 196.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTAGTGAAT\", \"ini\": 1398, \"clust\": 2597, \"rank\": 2831, \"rankvar\": 3471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2191, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3578, \"group\": [2595.0, 339.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCAAAGGCGT\", \"ini\": 1397, \"clust\": 917, \"rank\": 2010, \"rankvar\": 295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1513, \"group\": [918.0, 95.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTCAGTCCTTC\", \"ini\": 1396, \"clust\": 1425, \"rank\": 2954, \"rankvar\": 385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1514, \"group\": [1429.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCACACCGAC\", \"ini\": 1395, \"clust\": 2746, \"rank\": 2484, \"rankvar\": 2957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2712, \"group\": [2747.0, 376.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGAATTCCC\", \"ini\": 1394, \"clust\": 1528, \"rank\": 2830, \"rankvar\": 828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1515, \"group\": [1528.0, 187.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGGCTTGA\", \"ini\": 1393, \"clust\": 1910, \"rank\": 2854, \"rankvar\": 2675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3509, \"group\": [1909.0, 271.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCTCGATGA\", \"ini\": 1392, \"clust\": 1720, \"rank\": 179, \"rankvar\": 105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1908, \"group\": [1720.0, 233.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATCCTAGA\", \"ini\": 1391, \"clust\": 1318, \"rank\": 2836, \"rankvar\": 1681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1516, \"group\": [1318.0, 151.0, 26.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGCAGGTCA\", \"ini\": 1390, \"clust\": 3559, \"rank\": 2599, \"rankvar\": 3461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2199, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 163, \"group\": [3557.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGGAGTCTG\", \"ini\": 1389, \"clust\": 1741, \"rank\": 567, \"rankvar\": 650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1909, \"group\": [1742.0, 238.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAAGGGTCA\", \"ini\": 1388, \"clust\": 1634, \"rank\": 1599, \"rankvar\": 3049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2201, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1811, \"group\": [1635.0, 206.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCACCGCT\", \"ini\": 1387, \"clust\": 204, \"rank\": 1900, \"rankvar\": 2522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1517, \"group\": [206.0, 58.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCATCGGTTA\", \"ini\": 1386, \"clust\": 2439, \"rank\": 3367, \"rankvar\": 3548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2203, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 120, \"group\": [2439.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTCGACA\", \"ini\": 1385, \"clust\": 1916, \"rank\": 2377, \"rankvar\": 2291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3510, \"group\": [1938.0, 272.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGTTAACGA\", \"ini\": 1384, \"clust\": 2451, \"rank\": 3339, \"rankvar\": 3580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2205, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 121, \"group\": [2451.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGCGTAATA\", \"ini\": 1383, \"clust\": 1463, \"rank\": 3108, \"rankvar\": 399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1518, \"group\": [1465.0, 173.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTGTCTGAT\", \"ini\": 1382, \"clust\": 2455, \"rank\": 3193, \"rankvar\": 3456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2207, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 122, \"group\": [2456.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGGCTCTC\", \"ini\": 1381, \"clust\": 240, \"rank\": 2291, \"rankvar\": 1402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1519, \"group\": [241.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCATGAAC\", \"ini\": 1380, \"clust\": 2607, \"rank\": 1577, \"rankvar\": 3283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2209, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1812, \"group\": [2608.0, 340.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTCAACC\", \"ini\": 1379, \"clust\": 2666, \"rank\": 1183, \"rankvar\": 1237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2210, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1910, \"group\": [2666.0, 353.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCCAGTG\", \"ini\": 1378, \"clust\": 1369, \"rank\": 2749, \"rankvar\": 691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1520, \"group\": [1373.0, 167.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAGTTCAGTAC\", \"ini\": 1377, \"clust\": 1879, \"rank\": 2872, \"rankvar\": 3109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3511, \"group\": [1877.0, 270.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTTCGTTGA\", \"ini\": 1376, \"clust\": 1380, \"rank\": 3033, \"rankvar\": 192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1521, \"group\": [1379.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCAGATAAG\", \"ini\": 1375, \"clust\": 2010, \"rank\": 2168, \"rankvar\": 2803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3512, \"group\": [2012.0, 289.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGATGTTAG\", \"ini\": 1374, \"clust\": 1426, \"rank\": 3034, \"rankvar\": 85, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1522, \"group\": [1428.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACCCATTC\", \"ini\": 1373, \"clust\": 2772, \"rank\": 2410, \"rankvar\": 3351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2713, \"group\": [2772.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACACATAACC\", \"ini\": 1372, \"clust\": 1, \"rank\": 2510, \"rankvar\": 150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1523, \"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTGCCTTGG\", \"ini\": 1371, \"clust\": 1605, \"rank\": 1161, \"rankvar\": 2964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2218, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1813, \"group\": [1607.0, 202.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTTCATGT\", \"ini\": 1370, \"clust\": 845, \"rank\": 2381, \"rankvar\": 694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1524, \"group\": [845.0, 88.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCACCATCCT\", \"ini\": 1369, \"clust\": 1897, \"rank\": 2551, \"rankvar\": 2485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2220, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3513, \"group\": [1897.0, 271.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCATCAGTCA\", \"ini\": 1368, \"clust\": 1750, \"rank\": 643, \"rankvar\": 154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1911, \"group\": [1758.0, 240.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGGTGCAAC\", \"ini\": 1367, \"clust\": 3025, \"rank\": 2818, \"rankvar\": 855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2222, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1814, \"group\": [3025.0, 411.0, 85.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTCTAGCCG\", \"ini\": 1366, \"clust\": 1446, \"rank\": 3194, \"rankvar\": 186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1525, \"group\": [1449.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAGGCAGTA\", \"ini\": 1365, \"clust\": 2369, \"rank\": 2874, \"rankvar\": 3490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2224, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 123, \"group\": [2368.0, 310.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCGTTC\", \"ini\": 1364, \"clust\": 1899, \"rank\": 2975, \"rankvar\": 3110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3514, \"group\": [1904.0, 271.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAGCTGCA\", \"ini\": 1363, \"clust\": 1416, \"rank\": 2993, \"rankvar\": 68, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1526, \"group\": [1418.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCACATAGACTC\", \"ini\": 1362, \"clust\": 1407, \"rank\": 2965, \"rankvar\": 563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1527, \"group\": [1408.0, 170.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCGACG\", \"ini\": 1361, \"clust\": 1460, \"rank\": 2894, \"rankvar\": 225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1528, \"group\": [1460.0, 173.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCCCGGATG\", \"ini\": 1360, \"clust\": 2581, \"rank\": 2760, \"rankvar\": 3476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2229, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3579, \"group\": [2604.0, 339.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGATATAC\", \"ini\": 1359, \"clust\": 1403, \"rank\": 2729, \"rankvar\": 220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1529, \"group\": [1404.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACATGCCTTC\", \"ini\": 1358, \"clust\": 2325, \"rank\": 3218, \"rankvar\": 1781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1815, \"group\": [2326.0, 295.0, 55.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGATGAGC\", \"ini\": 1357, \"clust\": 867, \"rank\": 2462, \"rankvar\": 1464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1530, \"group\": [865.0, 92.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCTCGGACG\", \"ini\": 1356, \"clust\": 2583, \"rank\": 2897, \"rankvar\": 3448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2233, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3580, \"group\": [2586.0, 339.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGAAACGAG\", \"ini\": 1355, \"clust\": 2445, \"rank\": 3421, \"rankvar\": 3569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2234, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 124, \"group\": [2444.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGAGGTAG\", \"ini\": 1354, \"clust\": 2495, \"rank\": 3305, \"rankvar\": 3539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2235, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 125, \"group\": [2500.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCACCT\", \"ini\": 1353, \"clust\": 1714, \"rank\": 335, \"rankvar\": 658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2236, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1912, \"group\": [1713.0, 233.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGAGGACGG\", \"ini\": 1352, \"clust\": 1717, \"rank\": 304, \"rankvar\": 19, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1913, \"group\": [1717.0, 233.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCGGAAATA\", \"ini\": 1351, \"clust\": 1543, \"rank\": 2574, \"rankvar\": 2313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1531, \"group\": [1542.0, 188.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGGTATG\", \"ini\": 1350, \"clust\": 2270, \"rank\": 1388, \"rankvar\": 3200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2239, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3515, \"group\": [2270.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTATCATAAAGG\", \"ini\": 1349, \"clust\": 2602, \"rank\": 2608, \"rankvar\": 3457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2240, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3581, \"group\": [2601.0, 339.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCAGCGATT\", \"ini\": 1348, \"clust\": 1506, \"rank\": 2710, \"rankvar\": 1026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1532, \"group\": [1506.0, 180.0, 32.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACTAGAT\", \"ini\": 1347, \"clust\": 1480, \"rank\": 3225, \"rankvar\": 765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1533, \"group\": [1480.0, 175.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGCTGCCCA\", \"ini\": 1346, \"clust\": 3027, \"rank\": 2552, \"rankvar\": 2794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2243, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 126, \"group\": [3028.0, 412.0, 85.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGCTAGGCA\", \"ini\": 1345, \"clust\": 3502, \"rank\": 2309, \"rankvar\": 1141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1914, \"group\": [3502.0, 473.0, 93.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGAGAGCA\", \"ini\": 1344, \"clust\": 1507, \"rank\": 2743, \"rankvar\": 2084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1534, \"group\": [1513.0, 183.0, 32.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACTCGGCCGAT\", \"ini\": 1343, \"clust\": 1649, \"rank\": 549, \"rankvar\": 607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1915, \"group\": [1652.0, 211.0, 37.0, 11.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCACCGTTGG\", \"ini\": 1342, \"clust\": 2798, \"rank\": 2249, \"rankvar\": 1087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2247, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2714, \"group\": [2799.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCTACAGA\", \"ini\": 1341, \"clust\": 924, \"rank\": 2321, \"rankvar\": 2384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2248, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1535, \"group\": [924.0, 96.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATGCCAT\", \"ini\": 1340, \"clust\": 1676, \"rank\": 1020, \"rankvar\": 47, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1916, \"group\": [1679.0, 224.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCACAGGT\", \"ini\": 1339, \"clust\": 2290, \"rank\": 1479, \"rankvar\": 3160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3516, \"group\": [2293.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCTGGTA\", \"ini\": 1338, \"clust\": 2683, \"rank\": 1435, \"rankvar\": 1300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1917, \"group\": [2686.0, 361.0, 76.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCTATGCT\", \"ini\": 1337, \"clust\": 2319, \"rank\": 1867, \"rankvar\": 2372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2252, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3517, \"group\": [2321.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGTCGATAA\", \"ini\": 1336, \"clust\": 1487, \"rank\": 3318, \"rankvar\": 969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1536, \"group\": [1487.0, 175.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCCCAACGG\", \"ini\": 1335, \"clust\": 257, \"rank\": 2114, \"rankvar\": 283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1537, \"group\": [257.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGTGTGCC\", \"ini\": 1334, \"clust\": 1711, \"rank\": 665, \"rankvar\": 672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1918, \"group\": [1711.0, 233.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACCAGCAC\", \"ini\": 1333, \"clust\": 1925, \"rank\": 2411, \"rankvar\": 2044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3518, \"group\": [1924.0, 272.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGCACATG\", \"ini\": 1332, \"clust\": 1663, \"rank\": 1109, \"rankvar\": 288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1919, \"group\": [1661.0, 217.0, 39.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGGAACGG\", \"ini\": 1331, \"clust\": 2379, \"rank\": 3106, \"rankvar\": 3528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2258, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 127, \"group\": [2379.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACGAAT\", \"ini\": 1330, \"clust\": 1964, \"rank\": 1954, \"rankvar\": 1914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3519, \"group\": [1967.0, 281.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTTGATTGC\", \"ini\": 1329, \"clust\": 3163, \"rank\": 3125, \"rankvar\": 2504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2260, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3520, \"group\": [3164.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACAGTAACGG\", \"ini\": 1328, \"clust\": 2771, \"rank\": 2768, \"rankvar\": 3444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2715, \"group\": [2774.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCACCTTAT\", \"ini\": 1327, \"clust\": 1474, \"rank\": 3055, \"rankvar\": 2370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1538, \"group\": [1476.0, 174.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAGCCTA\", \"ini\": 1326, \"clust\": 1417, \"rank\": 3135, \"rankvar\": 172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1539, \"group\": [1416.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAAGGTTTC\", \"ini\": 1325, \"clust\": 1452, \"rank\": 3178, \"rankvar\": 445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1540, \"group\": [1452.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTCTCTTTA\", \"ini\": 1324, \"clust\": 1552, \"rank\": 1829, \"rankvar\": 1686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2265, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1816, \"group\": [1555.0, 194.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGAGCCAA\", \"ini\": 1323, \"clust\": 310, \"rank\": 2765, \"rankvar\": 1654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1541, \"group\": [315.0, 63.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCATGAAC\", \"ini\": 1322, \"clust\": 1336, \"rank\": 2658, \"rankvar\": 715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1542, \"group\": [1336.0, 157.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCGTACAA\", \"ini\": 1321, \"clust\": 2769, \"rank\": 2735, \"rankvar\": 3395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2268, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2716, \"group\": [2767.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTAAGAGAG\", \"ini\": 1320, \"clust\": 850, \"rank\": 2839, \"rankvar\": 956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2269, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1543, \"group\": [850.0, 89.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACACTGTCGG\", \"ini\": 1319, \"clust\": 2584, \"rank\": 3115, \"rankvar\": 3313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2270, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3582, \"group\": [2585.0, 339.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTGTAAGTA\", \"ini\": 1318, \"clust\": 1413, \"rank\": 3040, \"rankvar\": 927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1544, \"group\": [1413.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTGCAAG\", \"ini\": 1317, \"clust\": 1483, \"rank\": 3043, \"rankvar\": 69, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1545, \"group\": [1482.0, 175.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGATCGCA\", \"ini\": 1316, \"clust\": 2381, \"rank\": 2786, \"rankvar\": 3390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2273, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 128, \"group\": [2381.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACAGTCAGCC\", \"ini\": 1315, \"clust\": 1935, \"rank\": 2486, \"rankvar\": 1404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2274, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3521, \"group\": [1937.0, 272.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAGCCTAT\", \"ini\": 1314, \"clust\": 1458, \"rank\": 2933, \"rankvar\": 67, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1546, \"group\": [1457.0, 173.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTTATTCTC\", \"ini\": 1313, \"clust\": 2886, \"rank\": 2895, \"rankvar\": 2507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2717, \"group\": [2887.0, 379.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGACAGACACTT\", \"ini\": 1312, \"clust\": 1375, \"rank\": 3095, \"rankvar\": 179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1547, \"group\": [1378.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCAGTGTTG\", \"ini\": 1311, \"clust\": 1937, \"rank\": 2925, \"rankvar\": 3196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2278, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3522, \"group\": [1934.0, 272.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTGATTCG\", \"ini\": 1310, \"clust\": 1456, \"rank\": 3230, \"rankvar\": 1802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1548, \"group\": [1462.0, 173.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGAGGCTA\", \"ini\": 1309, \"clust\": 1410, \"rank\": 2843, \"rankvar\": 260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1549, \"group\": [1410.0, 170.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCCTTAATC\", \"ini\": 1308, \"clust\": 3095, \"rank\": 2697, \"rankvar\": 1920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2281, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1817, \"group\": [3097.0, 429.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTATCTCG\", \"ini\": 1307, \"clust\": 1392, \"rank\": 2961, \"rankvar\": 1674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1550, \"group\": [1393.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGCCAGTAG\", \"ini\": 1306, \"clust\": 1469, \"rank\": 3113, \"rankvar\": 1734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1551, \"group\": [1472.0, 173.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCCAGTAG\", \"ini\": 1305, \"clust\": 2747, \"rank\": 2804, \"rankvar\": 3334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2284, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2718, \"group\": [2748.0, 376.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTTACCAGT\", \"ini\": 1304, \"clust\": 1529, \"rank\": 2929, \"rankvar\": 506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1552, \"group\": [1529.0, 187.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGCGAGT\", \"ini\": 1303, \"clust\": 1370, \"rank\": 2926, \"rankvar\": 2605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1553, \"group\": [1372.0, 166.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATGCGT\", \"ini\": 1302, \"clust\": 1316, \"rank\": 3006, \"rankvar\": 438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1554, \"group\": [1319.0, 152.0, 26.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGTTCCTA\", \"ini\": 1301, \"clust\": 1378, \"rank\": 2998, \"rankvar\": 300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1555, \"group\": [1382.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAAGCGCTC\", \"ini\": 1300, \"clust\": 1895, \"rank\": 3091, \"rankvar\": 3000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2289, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3523, \"group\": [1895.0, 271.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGTTCCTA\", \"ini\": 1299, \"clust\": 1856, \"rank\": 444, \"rankvar\": 1842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2290, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1920, \"group\": [1856.0, 258.0, 48.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCTGGAGA\", \"ini\": 1298, \"clust\": 1332, \"rank\": 2721, \"rankvar\": 454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1556, \"group\": [1332.0, 156.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCAGGCTGAA\", \"ini\": 1297, \"clust\": 1536, \"rank\": 2904, \"rankvar\": 1675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1557, \"group\": [1537.0, 187.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGAAAT\", \"ini\": 1296, \"clust\": 2690, \"rank\": 927, \"rankvar\": 786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1921, \"group\": [2690.0, 363.0, 76.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTTTACA\", \"ini\": 1295, \"clust\": 2392, \"rank\": 3419, \"rankvar\": 3566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2294, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 129, \"group\": [2393.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGATCCTAGGGC\", \"ini\": 1294, \"clust\": 1912, \"rank\": 3146, \"rankvar\": 2891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2295, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3524, \"group\": [1914.0, 271.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTTGTGTG\", \"ini\": 1293, \"clust\": 2373, \"rank\": 3148, \"rankvar\": 3414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2296, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 130, \"group\": [2372.0, 311.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCTAACGT\", \"ini\": 1292, \"clust\": 1733, \"rank\": 894, \"rankvar\": 59, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1922, \"group\": [1738.0, 237.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACTGAC\", \"ini\": 1291, \"clust\": 1281, \"rank\": 2719, \"rankvar\": 2775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1558, \"group\": [1281.0, 133.0, 17.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCATGAAC\", \"ini\": 1290, \"clust\": 1900, \"rank\": 3300, \"rankvar\": 3250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3525, \"group\": [1903.0, 271.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGATGGCA\", \"ini\": 1289, \"clust\": 2715, \"rank\": 1719, \"rankvar\": 3408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2719, \"group\": [2730.0, 371.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCTTGTACT\", \"ini\": 1288, \"clust\": 1913, \"rank\": 3260, \"rankvar\": 3242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2301, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3526, \"group\": [1912.0, 271.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTGAGGGAG\", \"ini\": 1287, \"clust\": 1300, \"rank\": 2624, \"rankvar\": 2345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2302, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1818, \"group\": [1299.0, 142.0, 22.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGACAGGCT\", \"ini\": 1286, \"clust\": 1459, \"rank\": 3250, \"rankvar\": 243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1559, \"group\": [1458.0, 173.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAACACCA\", \"ini\": 1285, \"clust\": 3550, \"rank\": 2676, \"rankvar\": 1844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2304, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2720, \"group\": [3551.0, 484.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCTAGGTT\", \"ini\": 1284, \"clust\": 3519, \"rank\": 2019, \"rankvar\": 3438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2305, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3562, \"group\": [3522.0, 477.0, 94.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCTCTCGT\", \"ini\": 1283, \"clust\": 2741, \"rank\": 1973, \"rankvar\": 3320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2306, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2721, \"group\": [2741.0, 374.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTTCCACGG\", \"ini\": 1282, \"clust\": 3010, \"rank\": 1904, \"rankvar\": 962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1923, \"group\": [3013.0, 407.0, 84.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACATCTCCCA\", \"ini\": 1281, \"clust\": 1292, \"rank\": 2393, \"rankvar\": 2570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1560, \"group\": [1291.0, 138.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAGGGCATA\", \"ini\": 1280, \"clust\": 1639, \"rank\": 1133, \"rankvar\": 2644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2309, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1819, \"group\": [1639.0, 206.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCGTTTA\", \"ini\": 1279, \"clust\": 2653, \"rank\": 984, \"rankvar\": 1476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2310, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1837, \"group\": [2656.0, 351.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGGGTT\", \"ini\": 1278, \"clust\": 1381, \"rank\": 3145, \"rankvar\": 238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1561, \"group\": [1380.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCTAGTCA\", \"ini\": 1277, \"clust\": 1282, \"rank\": 2169, \"rankvar\": 2373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1562, \"group\": [1282.0, 133.0, 17.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTATCCTAAGTG\", \"ini\": 1276, \"clust\": 1908, \"rank\": 2964, \"rankvar\": 2915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2313, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3527, \"group\": [1907.0, 271.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTACGACT\", \"ini\": 1275, \"clust\": 2416, \"rank\": 3366, \"rankvar\": 3553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2314, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 131, \"group\": [2415.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAATCA\", \"ini\": 1274, \"clust\": 1718, \"rank\": 532, \"rankvar\": 21, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2315, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1924, \"group\": [1718.0, 233.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCACCGGGT\", \"ini\": 1273, \"clust\": 46, \"rank\": 1295, \"rankvar\": 521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1925, \"group\": [46.0, 23.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTAAGACA\", \"ini\": 1272, \"clust\": 2594, \"rank\": 3104, \"rankvar\": 3454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2317, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3583, \"group\": [2597.0, 339.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCTCTCTG\", \"ini\": 1271, \"clust\": 1400, \"rank\": 3158, \"rankvar\": 1011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1563, \"group\": [1400.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGCAGTA\", \"ini\": 1270, \"clust\": 1454, \"rank\": 3038, \"rankvar\": 652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1564, \"group\": [1455.0, 172.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCGACTAT\", \"ini\": 1269, \"clust\": 1341, \"rank\": 3012, \"rankvar\": 504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1565, \"group\": [1340.0, 159.0, 29.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTCAGGCC\", \"ini\": 1268, \"clust\": 1328, \"rank\": 2711, \"rankvar\": 858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1566, \"group\": [1327.0, 155.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGGTAAG\", \"ini\": 1267, \"clust\": 1972, \"rank\": 2175, \"rankvar\": 3015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3528, \"group\": [1970.0, 284.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCAACGAAA\", \"ini\": 1266, \"clust\": 1482, \"rank\": 3241, \"rankvar\": 164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1567, \"group\": [1484.0, 175.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGTCCGGTC\", \"ini\": 1265, \"clust\": 1681, \"rank\": 976, \"rankvar\": 80, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2324, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1926, \"group\": [1684.0, 224.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGGTGCAAC\", \"ini\": 1264, \"clust\": 2371, \"rank\": 3304, \"rankvar\": 3499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2325, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1568, \"group\": [2373.0, 311.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTTATCGGT\", \"ini\": 1263, \"clust\": 1334, \"rank\": 3044, \"rankvar\": 638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1569, \"group\": [1337.0, 157.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAACAGTCGATT\", \"ini\": 1262, \"clust\": 1963, \"rank\": 1299, \"rankvar\": 2595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2327, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3529, \"group\": [1964.0, 280.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTAGGGTAC\", \"ini\": 1261, \"clust\": 1465, \"rank\": 3010, \"rankvar\": 822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1570, \"group\": [1464.0, 173.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCATGCTAGT\", \"ini\": 1260, \"clust\": 2684, \"rank\": 1566, \"rankvar\": 102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1927, \"group\": [2684.0, 361.0, 76.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAACGCACC\", \"ini\": 1259, \"clust\": 2744, \"rank\": 2144, \"rankvar\": 3011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2330, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2722, \"group\": [2743.0, 374.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAACTGCTA\", \"ini\": 1258, \"clust\": 1973, \"rank\": 2731, \"rankvar\": 3260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2331, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3530, \"group\": [1971.0, 284.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTCACTTCC\", \"ini\": 1257, \"clust\": 2186, \"rank\": 2313, \"rankvar\": 3091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3531, \"group\": [2186.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGAGACG\", \"ini\": 1256, \"clust\": 1936, \"rank\": 2696, \"rankvar\": 2711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3532, \"group\": [1936.0, 272.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTCAAACAACA\", \"ini\": 1255, \"clust\": 1462, \"rank\": 2940, \"rankvar\": 1839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1571, \"group\": [1473.0, 173.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAGCTCTC\", \"ini\": 1254, \"clust\": 3426, \"rank\": 3028, \"rankvar\": 3465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2335, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3563, \"group\": [3427.0, 457.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCCATGAAC\", \"ini\": 1253, \"clust\": 1411, \"rank\": 2811, \"rankvar\": 525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2336, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1572, \"group\": [1411.0, 170.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGAGGTTAT\", \"ini\": 1252, \"clust\": 1475, \"rank\": 3086, \"rankvar\": 1253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2337, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1573, \"group\": [1474.0, 174.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCGAGGTAG\", \"ini\": 1251, \"clust\": 151, \"rank\": 2725, \"rankvar\": 673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1574, \"group\": [152.0, 50.0, 11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGCGTTA\", \"ini\": 1250, \"clust\": 1471, \"rank\": 3216, \"rankvar\": 2315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1575, \"group\": [1469.0, 173.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTTGGGCC\", \"ini\": 1249, \"clust\": 3558, \"rank\": 2311, \"rankvar\": 3425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2340, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 164, \"group\": [3559.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCTCTTAT\", \"ini\": 1248, \"clust\": 1492, \"rank\": 2950, \"rankvar\": 1030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1576, \"group\": [1494.0, 177.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGTTAGA\", \"ini\": 1247, \"clust\": 1537, \"rank\": 2971, \"rankvar\": 2338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2342, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1577, \"group\": [1540.0, 187.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCACATGCA\", \"ini\": 1246, \"clust\": 1333, \"rank\": 2805, \"rankvar\": 1204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1578, \"group\": [1333.0, 156.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGAGTGACC\", \"ini\": 1245, \"clust\": 2659, \"rank\": 1107, \"rankvar\": 1100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1928, \"group\": [2659.0, 352.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCATGCAATC\", \"ini\": 1244, \"clust\": 1971, \"rank\": 2220, \"rankvar\": 3329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3533, \"group\": [1972.0, 284.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAGTACGCACC\", \"ini\": 1243, \"clust\": 1102, \"rank\": 699, \"rankvar\": 1516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1929, \"group\": [1102.0, 124.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGACGAAA\", \"ini\": 1242, \"clust\": 2672, \"rank\": 520, \"rankvar\": 677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2347, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1930, \"group\": [2672.0, 355.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTGCACGAA\", \"ini\": 1241, \"clust\": 1376, \"rank\": 3333, \"rankvar\": 108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1579, \"group\": [1376.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTCTTATG\", \"ini\": 1240, \"clust\": 1337, \"rank\": 2972, \"rankvar\": 1557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1580, \"group\": [1338.0, 158.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCCGGCACA\", \"ini\": 1239, \"clust\": 2432, \"rank\": 3443, \"rankvar\": 3576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2350, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 132, \"group\": [2431.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCAGTTATCGC\", \"ini\": 1238, \"clust\": 1863, \"rank\": 1143, \"rankvar\": 88, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1931, \"group\": [1866.0, 263.0, 50.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTTCGATGAGG\", \"ini\": 1237, \"clust\": 2768, \"rank\": 2508, \"rankvar\": 3331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2352, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2723, \"group\": [2769.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGGATGGG\", \"ini\": 1236, \"clust\": 1906, \"rank\": 3116, \"rankvar\": 2541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3534, \"group\": [1915.0, 271.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCAGACACTT\", \"ini\": 1235, \"clust\": 2700, \"rank\": 857, \"rankvar\": 754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1932, \"group\": [2702.0, 365.0, 77.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTACCATCA\", \"ini\": 1234, \"clust\": 2382, \"rank\": 3311, \"rankvar\": 3547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2355, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 133, \"group\": [2382.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGTAGCTG\", \"ini\": 1233, \"clust\": 1419, \"rank\": 2968, \"rankvar\": 335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1581, \"group\": [1420.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCACTCAGGC\", \"ini\": 1232, \"clust\": 1379, \"rank\": 3199, \"rankvar\": 557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1582, \"group\": [1381.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGGTTTCA\", \"ini\": 1231, \"clust\": 2565, \"rank\": 1603, \"rankvar\": 429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1933, \"group\": [2564.0, 336.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGACTAGGC\", \"ini\": 1230, \"clust\": 2370, \"rank\": 2981, \"rankvar\": 3415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1583, \"group\": [2374.0, 311.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATTATCTC\", \"ini\": 1229, \"clust\": 2446, \"rank\": 3480, \"rankvar\": 3584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2360, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 134, \"group\": [2445.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATACGCCG\", \"ini\": 1228, \"clust\": 1481, \"rank\": 2984, \"rankvar\": 55, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1584, \"group\": [1481.0, 175.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGGGCACTA\", \"ini\": 1227, \"clust\": 2440, \"rank\": 3461, \"rankvar\": 3565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2362, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 135, \"group\": [2443.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCGAGCCA\", \"ini\": 1226, \"clust\": 2417, \"rank\": 3454, \"rankvar\": 3573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2363, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 136, \"group\": [2420.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATGAAAC\", \"ini\": 1225, \"clust\": 1907, \"rank\": 2871, \"rankvar\": 2954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2364, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3535, \"group\": [1911.0, 271.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGCTGCAC\", \"ini\": 1224, \"clust\": 1421, \"rank\": 3053, \"rankvar\": 823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1585, \"group\": [1422.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCTCTGAGA\", \"ini\": 1223, \"clust\": 1278, \"rank\": 1944, \"rankvar\": 3031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1586, \"group\": [1285.0, 134.0, 17.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCTCTACGAGT\", \"ini\": 1222, \"clust\": 1440, \"rank\": 3371, \"rankvar\": 234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1587, \"group\": [1443.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTTCCACAA\", \"ini\": 1221, \"clust\": 2428, \"rank\": 3517, \"rankvar\": 3578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2368, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 137, \"group\": [2428.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCCAAAGTC\", \"ini\": 1220, \"clust\": 1372, \"rank\": 3045, \"rankvar\": 898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1588, \"group\": [1371.0, 166.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTCCGTTAA\", \"ini\": 1219, \"clust\": 1394, \"rank\": 3150, \"rankvar\": 1419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2370, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1589, \"group\": [1397.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTTGTCTTT\", \"ini\": 1218, \"clust\": 1904, \"rank\": 2890, \"rankvar\": 3121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2371, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3536, \"group\": [1905.0, 271.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGAGTGACC\", \"ini\": 1217, \"clust\": 1404, \"rank\": 3233, \"rankvar\": 350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1590, \"group\": [1407.0, 170.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAACAATC\", \"ini\": 1216, \"clust\": 223, \"rank\": 2821, \"rankvar\": 2608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1591, \"group\": [225.0, 59.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAGATCTGT\", \"ini\": 1215, \"clust\": 1298, \"rank\": 2560, \"rankvar\": 1744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1820, \"group\": [1302.0, 143.0, 22.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCGAAAGC\", \"ini\": 1214, \"clust\": 1538, \"rank\": 3254, \"rankvar\": 646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1592, \"group\": [1538.0, 187.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTATCGCC\", \"ini\": 1213, \"clust\": 2657, \"rank\": 1189, \"rankvar\": 508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1934, \"group\": [2657.0, 352.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCTGCGAA\", \"ini\": 1212, \"clust\": 1942, \"rank\": 2326, \"rankvar\": 3270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2377, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3537, \"group\": [1944.0, 275.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCACGACTA\", \"ini\": 1211, \"clust\": 1840, \"rank\": 913, \"rankvar\": 671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1935, \"group\": [1840.0, 250.0, 44.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTCCATGA\", \"ini\": 1210, \"clust\": 2729, \"rank\": 1026, \"rankvar\": 3377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2379, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2724, \"group\": [2728.0, 370.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAGGTGGAT\", \"ini\": 1209, \"clust\": 2622, \"rank\": 576, \"rankvar\": 354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2380, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1936, \"group\": [2624.0, 345.0, 74.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTCCTCTTG\", \"ini\": 1208, \"clust\": 1422, \"rank\": 2915, \"rankvar\": 484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1593, \"group\": [1423.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATACGCT\", \"ini\": 1207, \"clust\": 2557, \"rank\": 1812, \"rankvar\": 558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2382, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1937, \"group\": [2557.0, 333.0, 71.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAGTGCAT\", \"ini\": 1206, \"clust\": 3114, \"rank\": 2707, \"rankvar\": 1294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2383, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1938, \"group\": [3115.0, 433.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCGAACGGA\", \"ini\": 1205, \"clust\": 1660, \"rank\": 1172, \"rankvar\": 61, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1939, \"group\": [1663.0, 217.0, 39.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTGGAGTC\", \"ini\": 1204, \"clust\": 2352, \"rank\": 2661, \"rankvar\": 2391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2385, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1821, \"group\": [2355.0, 306.0, 60.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGCTAGTGG\", \"ini\": 1203, \"clust\": 2430, \"rank\": 3432, \"rankvar\": 3581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2386, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 138, \"group\": [2432.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTGTGGCA\", \"ini\": 1202, \"clust\": 1477, \"rank\": 3023, \"rankvar\": 275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1594, \"group\": [1479.0, 175.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAGATTAG\", \"ini\": 1201, \"clust\": 2424, \"rank\": 3483, \"rankvar\": 3555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 139, \"group\": [2427.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTAGAGGACGG\", \"ini\": 1200, \"clust\": 3486, \"rank\": 1785, \"rankvar\": 749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1940, \"group\": [3491.0, 467.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGCACCCATGG\", \"ini\": 1199, \"clust\": 2668, \"rank\": 1263, \"rankvar\": 424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1941, \"group\": [2668.0, 353.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCACGAAGG\", \"ini\": 1198, \"clust\": 1880, \"rank\": 3100, \"rankvar\": 3067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2391, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3538, \"group\": [1878.0, 270.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCTGTAGA\", \"ini\": 1197, \"clust\": 1837, \"rank\": 769, \"rankvar\": 318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1942, \"group\": [1845.0, 251.0, 44.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGATCCTGT\", \"ini\": 1196, \"clust\": 2517, \"rank\": 584, \"rankvar\": 1033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2393, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1943, \"group\": [2517.0, 321.0, 67.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCATGCAAC\", \"ini\": 1195, \"clust\": 1412, \"rank\": 3067, \"rankvar\": 476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2394, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1595, \"group\": [1415.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGTAGT\", \"ini\": 1194, \"clust\": 3037, \"rank\": 2035, \"rankvar\": 57, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2395, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1944, \"group\": [3044.0, 418.0, 85.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATCCCGC\", \"ini\": 1193, \"clust\": 2669, \"rank\": 858, \"rankvar\": 860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2396, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1945, \"group\": [2669.0, 353.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTAAATACG\", \"ini\": 1192, \"clust\": 2681, \"rank\": 645, \"rankvar\": 2777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1946, \"group\": [2682.0, 361.0, 76.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGTGTCCAT\", \"ini\": 1191, \"clust\": 1488, \"rank\": 3293, \"rankvar\": 188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1596, \"group\": [1488.0, 175.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTAGCTTGT\", \"ini\": 1190, \"clust\": 2682, \"rank\": 1226, \"rankvar\": 1305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1947, \"group\": [2683.0, 361.0, 76.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGACGCTTT\", \"ini\": 1189, \"clust\": 1393, \"rank\": 3186, \"rankvar\": 1958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1597, \"group\": [1394.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGGTGGGTT\", \"ini\": 1188, \"clust\": 1938, \"rank\": 2834, \"rankvar\": 3324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2401, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3539, \"group\": [1935.0, 272.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCCGTTGCT\", \"ini\": 1187, \"clust\": 3108, \"rank\": 3092, \"rankvar\": 3398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2402, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 140, \"group\": [3107.0, 431.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACGCCAGT\", \"ini\": 1186, \"clust\": 2545, \"rank\": 1828, \"rankvar\": 228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1948, \"group\": [2548.0, 331.0, 71.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCAAGTAC\", \"ini\": 1185, \"clust\": 2628, \"rank\": 1104, \"rankvar\": 2720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1949, \"group\": [2628.0, 346.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTCCAGTAT\", \"ini\": 1184, \"clust\": 1408, \"rank\": 2996, \"rankvar\": 585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1598, \"group\": [1409.0, 170.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTTCCACAA\", \"ini\": 1183, \"clust\": 2652, \"rank\": 877, \"rankvar\": 674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1950, \"group\": [2653.0, 351.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCAATAAGG\", \"ini\": 1182, \"clust\": 1909, \"rank\": 2891, \"rankvar\": 2591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3540, \"group\": [1908.0, 271.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTTTACGT\", \"ini\": 1181, \"clust\": 2419, \"rank\": 3441, \"rankvar\": 3574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2408, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 141, \"group\": [2419.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAAAGTCAA\", \"ini\": 1180, \"clust\": 1441, \"rank\": 3299, \"rankvar\": 128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1599, \"group\": [1441.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTGTCATGCAT\", \"ini\": 1179, \"clust\": 1445, \"rank\": 3009, \"rankvar\": 157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1600, \"group\": [1454.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGTAAACT\", \"ini\": 1178, \"clust\": 3527, \"rank\": 1637, \"rankvar\": 1244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2411, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1951, \"group\": [3527.0, 479.0, 94.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCGTACGGC\", \"ini\": 1177, \"clust\": 1387, \"rank\": 3232, \"rankvar\": 261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1601, \"group\": [1387.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCAATAAGG\", \"ini\": 1176, \"clust\": 2376, \"rank\": 3402, \"rankvar\": 3402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2413, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 142, \"group\": [2376.0, 312.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTTTGCGT\", \"ini\": 1175, \"clust\": 1862, \"rank\": 1392, \"rankvar\": 340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1952, \"group\": [1867.0, 264.0, 50.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCAGGTCA\", \"ini\": 1174, \"clust\": 2582, \"rank\": 3061, \"rankvar\": 3473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2415, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3584, \"group\": [2587.0, 339.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCAGTGGA\", \"ini\": 1173, \"clust\": 1977, \"rank\": 2075, \"rankvar\": 2992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2416, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3541, \"group\": [1977.0, 284.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGATGGAA\", \"ini\": 1172, \"clust\": 1848, \"rank\": 1960, \"rankvar\": 1750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2417, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1953, \"group\": [1848.0, 253.0, 46.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGAATAGGG\", \"ini\": 1171, \"clust\": 1915, \"rank\": 2814, \"rankvar\": 3081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2418, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3542, \"group\": [1939.0, 273.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAATAAGCA\", \"ini\": 1170, \"clust\": 1841, \"rank\": 1074, \"rankvar\": 740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1954, \"group\": [1841.0, 250.0, 44.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCATGAGCGA\", \"ini\": 1169, \"clust\": 2703, \"rank\": 859, \"rankvar\": 139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2420, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1955, \"group\": [2706.0, 366.0, 77.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTCTCACCT\", \"ini\": 1168, \"clust\": 1395, \"rank\": 3231, \"rankvar\": 1000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1602, \"group\": [1395.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCATGGTAGG\", \"ini\": 1167, \"clust\": 1427, \"rank\": 3039, \"rankvar\": 413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1603, \"group\": [1426.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGGCATGT\", \"ini\": 1166, \"clust\": 3468, \"rank\": 1761, \"rankvar\": 1706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2423, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1956, \"group\": [3470.0, 465.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGACACG\", \"ini\": 1165, \"clust\": 1423, \"rank\": 3152, \"rankvar\": 1219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1604, \"group\": [1424.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCATGCCG\", \"ini\": 1164, \"clust\": 2755, \"rank\": 2795, \"rankvar\": 3458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2425, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2725, \"group\": [2757.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGTGG\", \"ini\": 1163, \"clust\": 1894, \"rank\": 3140, \"rankvar\": 3374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2426, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3543, \"group\": [1899.0, 271.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTATAGGGC\", \"ini\": 1162, \"clust\": 1390, \"rank\": 3071, \"rankvar\": 1182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1605, \"group\": [1391.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATGGGAAC\", \"ini\": 1161, \"clust\": 1414, \"rank\": 3024, \"rankvar\": 456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1606, \"group\": [1414.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACATAACC\", \"ini\": 1160, \"clust\": 1517, \"rank\": 2761, \"rankvar\": 1988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1607, \"group\": [1516.0, 184.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTCTCTTTA\", \"ini\": 1159, \"clust\": 1485, \"rank\": 3342, \"rankvar\": 1146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1608, \"group\": [1485.0, 175.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTTAGAACA\", \"ini\": 1158, \"clust\": 1884, \"rank\": 3337, \"rankvar\": 3008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2431, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3544, \"group\": [1885.0, 270.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTGCTGCC\", \"ini\": 1157, \"clust\": 1405, \"rank\": 3243, \"rankvar\": 316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1609, \"group\": [1405.0, 170.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTGCTAGCC\", \"ini\": 1156, \"clust\": 1428, \"rank\": 3258, \"rankvar\": 1503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1610, \"group\": [1427.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGATCTGAA\", \"ini\": 1155, \"clust\": 1383, \"rank\": 3295, \"rankvar\": 104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2434, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1611, \"group\": [1383.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAATACAG\", \"ini\": 1154, \"clust\": 1486, \"rank\": 3256, \"rankvar\": 247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1612, \"group\": [1486.0, 175.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAACTGCGC\", \"ini\": 1153, \"clust\": 1489, \"rank\": 3157, \"rankvar\": 97, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1613, \"group\": [1489.0, 175.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCATAGCAC\", \"ini\": 1152, \"clust\": 2613, \"rank\": 725, \"rankvar\": 717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1957, \"group\": [2614.0, 342.0, 73.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGCTGGAAC\", \"ini\": 1151, \"clust\": 1391, \"rank\": 3161, \"rankvar\": 1723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1614, \"group\": [1392.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGATCCTAGTGA\", \"ini\": 1150, \"clust\": 1455, \"rank\": 2932, \"rankvar\": 182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1615, \"group\": [1456.0, 172.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCAGCGTA\", \"ini\": 1149, \"clust\": 2615, \"rank\": 790, \"rankvar\": 119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2440, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1958, \"group\": [2616.0, 343.0, 74.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACACTTACGA\", \"ini\": 1148, \"clust\": 2620, \"rank\": 1439, \"rankvar\": 1276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2441, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1959, \"group\": [2621.0, 344.0, 74.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCACTCCA\", \"ini\": 1147, \"clust\": 1453, \"rank\": 3348, \"rankvar\": 1206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1616, \"group\": [1453.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGCAGTCA\", \"ini\": 1146, \"clust\": 1665, \"rank\": 1054, \"rankvar\": 264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1960, \"group\": [1666.0, 218.0, 39.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTGGGTTG\", \"ini\": 1145, \"clust\": 2327, \"rank\": 2614, \"rankvar\": 2966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3545, \"group\": [2330.0, 298.0, 57.0, 17.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCTCCGGTT\", \"ini\": 1144, \"clust\": 1678, \"rank\": 674, \"rankvar\": 178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2445, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1961, \"group\": [1678.0, 224.0, 41.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGTTCTG\", \"ini\": 1143, \"clust\": 2599, \"rank\": 2994, \"rankvar\": 3447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2446, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3585, \"group\": [2598.0, 339.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCAGATCTGCT\", \"ini\": 1142, \"clust\": 1902, \"rank\": 3398, \"rankvar\": 3132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3546, \"group\": [1900.0, 271.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGATGTAAC\", \"ini\": 1141, \"clust\": 2595, \"rank\": 3046, \"rankvar\": 3469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2448, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3586, \"group\": [2596.0, 339.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATGAAAC\", \"ini\": 1140, \"clust\": 1418, \"rank\": 3185, \"rankvar\": 146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2449, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1617, \"group\": [1417.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGCGCTTAT\", \"ini\": 1139, \"clust\": 2601, \"rank\": 3064, \"rankvar\": 3397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2450, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3587, \"group\": [2603.0, 339.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTACTCGCG\", \"ini\": 1138, \"clust\": 2649, \"rank\": 954, \"rankvar\": 1368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2451, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1962, \"group\": [2649.0, 351.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAAGCCGCT\", \"ini\": 1137, \"clust\": 2667, \"rank\": 755, \"rankvar\": 1273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2452, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1963, \"group\": [2667.0, 353.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCGCCTCA\", \"ini\": 1136, \"clust\": 1382, \"rank\": 3297, \"rankvar\": 794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1618, \"group\": [1390.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGCCATCGC\", \"ini\": 1135, \"clust\": 2282, \"rank\": 2531, \"rankvar\": 2766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3547, \"group\": [2285.0, 292.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTTAGTGGG\", \"ini\": 1134, \"clust\": 3029, \"rank\": 2536, \"rankvar\": 2210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2455, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1822, \"group\": [3031.0, 413.0, 85.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAATCTGCA\", \"ini\": 1133, \"clust\": 1377, \"rank\": 3286, \"rankvar\": 1163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1619, \"group\": [1377.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCACGACG\", \"ini\": 1132, \"clust\": 2328, \"rank\": 2851, \"rankvar\": 2099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1620, \"group\": [2328.0, 296.0, 56.0, 17.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTTAGGTA\", \"ini\": 1131, \"clust\": 1450, \"rank\": 3284, \"rankvar\": 1161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1621, \"group\": [1450.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAATCTGCGGCA\", \"ini\": 1130, \"clust\": 3575, \"rank\": 2648, \"rankvar\": 1630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2459, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 165, \"group\": [3574.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGCGACAT\", \"ini\": 1129, \"clust\": 1866, \"rank\": 931, \"rankvar\": 874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2460, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1964, \"group\": [1864.0, 263.0, 50.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACAACTGT\", \"ini\": 1128, \"clust\": 1397, \"rank\": 3263, \"rankvar\": 576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1622, \"group\": [1398.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGTCTCGCATC\", \"ini\": 1127, \"clust\": 1424, \"rank\": 3205, \"rankvar\": 1925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1623, \"group\": [1425.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTAGCCA\", \"ini\": 1126, \"clust\": 2658, \"rank\": 1436, \"rankvar\": 122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2463, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1965, \"group\": [2658.0, 352.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTGTGGCTC\", \"ini\": 1125, \"clust\": 1472, \"rank\": 3165, \"rankvar\": 845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1624, \"group\": [1470.0, 173.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTTATCGC\", \"ini\": 1124, \"clust\": 3427, \"rank\": 2860, \"rankvar\": 3462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2465, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3564, \"group\": [3428.0, 457.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGGAATCG\", \"ini\": 1123, \"clust\": 1914, \"rank\": 3279, \"rankvar\": 3341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2466, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3548, \"group\": [1913.0, 271.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGAATAGGG\", \"ini\": 1122, \"clust\": 2627, \"rank\": 1334, \"rankvar\": 2258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2467, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1966, \"group\": [2630.0, 346.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCGGAGCAA\", \"ini\": 1121, \"clust\": 2733, \"rank\": 2918, \"rankvar\": 3385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2468, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2726, \"group\": [2733.0, 372.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCTGATCA\", \"ini\": 1120, \"clust\": 1386, \"rank\": 3466, \"rankvar\": 538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1625, \"group\": [1388.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTATCACCA\", \"ini\": 1119, \"clust\": 2670, \"rank\": 1159, \"rankvar\": 166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2470, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1967, \"group\": [2673.0, 356.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAATCCAAC\", \"ini\": 1118, \"clust\": 1443, \"rank\": 3265, \"rankvar\": 1531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2471, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1626, \"group\": [1444.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACAACGCC\", \"ini\": 1117, \"clust\": 2527, \"rank\": 1666, \"rankvar\": 683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2472, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1968, \"group\": [2530.0, 325.0, 68.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGGGAAACA\", \"ini\": 1116, \"clust\": 2832, \"rank\": 3244, \"rankvar\": 3244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2473, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2727, \"group\": [2835.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAGAAAGG\", \"ini\": 1115, \"clust\": 2625, \"rank\": 1318, \"rankvar\": 285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2474, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1969, \"group\": [2626.0, 346.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACTCGGA\", \"ini\": 1114, \"clust\": 2664, \"rank\": 1236, \"rankvar\": 1907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2475, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1970, \"group\": [2663.0, 353.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGTCGATAA\", \"ini\": 1113, \"clust\": 796, \"rank\": 1839, \"rankvar\": 2944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2476, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1823, \"group\": [797.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGTACAG\", \"ini\": 1112, \"clust\": 1444, \"rank\": 3327, \"rankvar\": 612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1627, \"group\": [1445.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGCCA\", \"ini\": 1111, \"clust\": 3140, \"rank\": 3063, \"rankvar\": 2026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2478, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1824, \"group\": [3141.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCACTCT\", \"ini\": 1110, \"clust\": 1921, \"rank\": 2638, \"rankvar\": 3023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3549, \"group\": [1922.0, 272.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGTGGAT\", \"ini\": 1109, \"clust\": 2756, \"rank\": 2751, \"rankvar\": 3277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2480, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2728, \"group\": [2755.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTATAAACG\", \"ini\": 1108, \"clust\": 1385, \"rank\": 3208, \"rankvar\": 452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2481, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1628, \"group\": [1389.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGAGCAGGCTA\", \"ini\": 1107, \"clust\": 2588, \"rank\": 2921, \"rankvar\": 3470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2482, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3588, \"group\": [2588.0, 339.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCAATGGT\", \"ini\": 1106, \"clust\": 1527, \"rank\": 2905, \"rankvar\": 549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1629, \"group\": [1530.0, 187.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCCCTAACC\", \"ini\": 1105, \"clust\": 2704, \"rank\": 1306, \"rankvar\": 279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2484, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1971, \"group\": [2704.0, 366.0, 77.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACTTCGAA\", \"ini\": 1104, \"clust\": 2635, \"rank\": 1201, \"rankvar\": 2298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1972, \"group\": [2635.0, 348.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAACACTG\", \"ini\": 1103, \"clust\": 1388, \"rank\": 3237, \"rankvar\": 503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1630, \"group\": [1385.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCAGAATA\", \"ini\": 1102, \"clust\": 1655, \"rank\": 1820, \"rankvar\": 2245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1973, \"group\": [1654.0, 212.0, 37.0, 11.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCAAAGCAAT\", \"ini\": 1101, \"clust\": 2660, \"rank\": 1560, \"rankvar\": 2286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2488, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1974, \"group\": [2660.0, 352.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCTTTACGT\", \"ini\": 1100, \"clust\": 2888, \"rank\": 2927, \"rankvar\": 2625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2489, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2729, \"group\": [2889.0, 379.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAATAGCA\", \"ini\": 1099, \"clust\": 2655, \"rank\": 969, \"rankvar\": 1546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1975, \"group\": [2655.0, 351.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTGCAACGA\", \"ini\": 1098, \"clust\": 1518, \"rank\": 2825, \"rankvar\": 2139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2491, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1825, \"group\": [1517.0, 184.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTTACCTA\", \"ini\": 1097, \"clust\": 2643, \"rank\": 1181, \"rankvar\": 126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2492, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1976, \"group\": [2643.0, 349.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTTGTCTTT\", \"ini\": 1096, \"clust\": 2626, \"rank\": 999, \"rankvar\": 349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1977, \"group\": [2627.0, 346.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGAGCAATT\", \"ini\": 1095, \"clust\": 1448, \"rank\": 3287, \"rankvar\": 193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2494, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1631, \"group\": [1446.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGACGGTA\", \"ini\": 1094, \"clust\": 1301, \"rank\": 2647, \"rankvar\": 1571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2495, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1826, \"group\": [1300.0, 142.0, 22.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCATCCTTGC\", \"ini\": 1093, \"clust\": 1433, \"rank\": 3292, \"rankvar\": 1173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1632, \"group\": [1438.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCATGGAATA\", \"ini\": 1092, \"clust\": 2533, \"rank\": 1076, \"rankvar\": 201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1978, \"group\": [2534.0, 327.0, 69.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTCCGTCAG\", \"ini\": 1091, \"clust\": 2781, \"rank\": 3037, \"rankvar\": 3253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2730, \"group\": [2779.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTAGTGA\", \"ini\": 1090, \"clust\": 2644, \"rank\": 1292, \"rankvar\": 1448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2499, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1979, \"group\": [2644.0, 349.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCCGATTT\", \"ini\": 1089, \"clust\": 2395, \"rank\": 3465, \"rankvar\": 3494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1633, \"group\": [2396.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTACCATCA\", \"ini\": 1088, \"clust\": 1745, \"rank\": 153, \"rankvar\": 2415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2501, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2988, \"group\": [1750.0, 240.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAAACCTAC\", \"ini\": 1087, \"clust\": 1853, \"rank\": 1386, \"rankvar\": 24, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2502, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1980, \"group\": [1854.0, 256.0, 47.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACAACTGGCC\", \"ini\": 1086, \"clust\": 2694, \"rank\": 1590, \"rankvar\": 742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1981, \"group\": [2697.0, 364.0, 77.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTTCGCGC\", \"ini\": 1085, \"clust\": 1449, \"rank\": 3365, \"rankvar\": 197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1634, \"group\": [1447.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATCCGG\", \"ini\": 1084, \"clust\": 2630, \"rank\": 1462, \"rankvar\": 895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1982, \"group\": [2634.0, 347.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGTTGAGTA\", \"ini\": 1083, \"clust\": 3556, \"rank\": 3035, \"rankvar\": 3491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2506, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 166, \"group\": [3555.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTATATGAG\", \"ini\": 1082, \"clust\": 2723, \"rank\": 1847, \"rankvar\": 3420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2507, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2731, \"group\": [2723.0, 370.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTAATAGCA\", \"ini\": 1081, \"clust\": 1896, \"rank\": 2943, \"rankvar\": 2968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3550, \"group\": [1896.0, 271.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGATGGCGT\", \"ini\": 1080, \"clust\": 2749, \"rank\": 3155, \"rankvar\": 3399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2509, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2732, \"group\": [2750.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTTTAGGAA\", \"ini\": 1079, \"clust\": 2537, \"rank\": 2119, \"rankvar\": 965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1983, \"group\": [2536.0, 328.0, 69.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCGAATGCT\", \"ini\": 1078, \"clust\": 2580, \"rank\": 1670, \"rankvar\": 2958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1984, \"group\": [2580.0, 339.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGACAAAGG\", \"ini\": 1077, \"clust\": 1522, \"rank\": 2296, \"rankvar\": 1053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2512, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1827, \"group\": [1523.0, 186.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCGACAGCC\", \"ini\": 1076, \"clust\": 1898, \"rank\": 2914, \"rankvar\": 2789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2513, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3551, \"group\": [1898.0, 271.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTTCAACT\", \"ini\": 1075, \"clust\": 3581, \"rank\": 2051, \"rankvar\": 334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2514, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1985, \"group\": [3580.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGTATTGGA\", \"ini\": 1074, \"clust\": 2609, \"rank\": 1238, \"rankvar\": 123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1986, \"group\": [2610.0, 340.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCACGAAACG\", \"ini\": 1073, \"clust\": 2752, \"rank\": 2756, \"rankvar\": 3150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2516, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2733, \"group\": [2752.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGGCACTA\", \"ini\": 1072, \"clust\": 1484, \"rank\": 3289, \"rankvar\": 362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1635, \"group\": [1483.0, 175.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCGAGTTT\", \"ini\": 1071, \"clust\": 2426, \"rank\": 3561, \"rankvar\": 3562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2518, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 143, \"group\": [2424.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGAGAGCTC\", \"ini\": 1070, \"clust\": 3413, \"rank\": 2438, \"rankvar\": 1594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2519, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1987, \"group\": [3413.0, 456.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTCCCTACT\", \"ini\": 1069, \"clust\": 2665, \"rank\": 978, \"rankvar\": 1478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1988, \"group\": [2664.0, 353.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGCGAAGGG\", \"ini\": 1068, \"clust\": 2717, \"rank\": 1014, \"rankvar\": 2518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2521, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2734, \"group\": [2717.0, 369.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCGCGTAGC\", \"ini\": 1067, \"clust\": 2636, \"rank\": 928, \"rankvar\": 1496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2522, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1989, \"group\": [2636.0, 348.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCACCCAG\", \"ini\": 1066, \"clust\": 2773, \"rank\": 2701, \"rankvar\": 3325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2523, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2735, \"group\": [2773.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACATTAGGCT\", \"ini\": 1065, \"clust\": 2934, \"rank\": 1480, \"rankvar\": 1689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2524, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1990, \"group\": [2937.0, 394.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCCAGAGGA\", \"ini\": 1064, \"clust\": 3414, \"rank\": 2065, \"rankvar\": 2133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2525, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1991, \"group\": [3414.0, 456.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCACTGTCGG\", \"ini\": 1063, \"clust\": 1582, \"rank\": 208, \"rankvar\": 262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2989, \"group\": [1585.0, 199.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTTCTGCGTAA\", \"ini\": 1062, \"clust\": 2559, \"rank\": 1534, \"rankvar\": 1023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2527, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1992, \"group\": [2560.0, 334.0, 71.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTCACCTAA\", \"ini\": 1061, \"clust\": 1279, \"rank\": 2772, \"rankvar\": 2762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1636, \"group\": [1279.0, 133.0, 17.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTACTTAGC\", \"ini\": 1060, \"clust\": 3491, \"rank\": 1500, \"rankvar\": 2332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1993, \"group\": [3497.0, 469.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGACCTAGG\", \"ini\": 1059, \"clust\": 3577, \"rank\": 2846, \"rankvar\": 3089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2530, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 167, \"group\": [3578.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACAGACAG\", \"ini\": 1058, \"clust\": 1398, \"rank\": 3236, \"rankvar\": 853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1637, \"group\": [1399.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGTGTGGT\", \"ini\": 1057, \"clust\": 3572, \"rank\": 2643, \"rankvar\": 3267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2532, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 168, \"group\": [3571.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTTATCGGT\", \"ini\": 1056, \"clust\": 1911, \"rank\": 3201, \"rankvar\": 3296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3552, \"group\": [1910.0, 271.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACACAGACTT\", \"ini\": 1055, \"clust\": 2639, \"rank\": 1311, \"rankvar\": 113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2534, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1994, \"group\": [2642.0, 348.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTCAAGTCATC\", \"ini\": 1054, \"clust\": 3562, \"rank\": 2636, \"rankvar\": 3364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2535, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 169, \"group\": [3560.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGTTAACC\", \"ini\": 1053, \"clust\": 2753, \"rank\": 3181, \"rankvar\": 3335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2536, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2736, \"group\": [2753.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACACTGCG\", \"ini\": 1052, \"clust\": 2421, \"rank\": 3488, \"rankvar\": 3572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2537, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 144, \"group\": [2421.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCATGTTGAC\", \"ini\": 1051, \"clust\": 1399, \"rank\": 3321, \"rankvar\": 1543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1638, \"group\": [1402.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTTAGCGG\", \"ini\": 1050, \"clust\": 2640, \"rank\": 1053, \"rankvar\": 835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2539, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1995, \"group\": [2640.0, 348.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGAGAATTCCC\", \"ini\": 1049, \"clust\": 2691, \"rank\": 1227, \"rankvar\": 1009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2540, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1996, \"group\": [2691.0, 363.0, 76.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCACACCGAC\", \"ini\": 1048, \"clust\": 2757, \"rank\": 2947, \"rankvar\": 3123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2541, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2737, \"group\": [2756.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGCACTTA\", \"ini\": 1047, \"clust\": 2770, \"rank\": 2609, \"rankvar\": 3350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2542, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2738, \"group\": [2768.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCAACACTG\", \"ini\": 1046, \"clust\": 2400, \"rank\": 3524, \"rankvar\": 3488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2543, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 145, \"group\": [2400.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGCCCA\", \"ini\": 1045, \"clust\": 1283, \"rank\": 2960, \"rankvar\": 1701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1639, \"group\": [1283.0, 133.0, 17.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAGTAAGTAGT\", \"ini\": 1044, \"clust\": 2571, \"rank\": 1734, \"rankvar\": 1805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1997, \"group\": [2573.0, 337.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGACACTT\", \"ini\": 1043, \"clust\": 3517, \"rank\": 2039, \"rankvar\": 632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2546, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1998, \"group\": [3518.0, 476.0, 94.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTGTGACCC\", \"ini\": 1042, \"clust\": 1875, \"rank\": 1430, \"rankvar\": 974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2547, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1999, \"group\": [1874.0, 268.0, 51.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCAGTATAAG\", \"ini\": 1041, \"clust\": 1905, \"rank\": 3226, \"rankvar\": 3182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2548, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3553, \"group\": [1906.0, 271.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCACCGGGT\", \"ini\": 1040, \"clust\": 2549, \"rank\": 1808, \"rankvar\": 246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2549, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2000, \"group\": [2549.0, 332.0, 71.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGTAATA\", \"ini\": 1039, \"clust\": 3560, \"rank\": 2733, \"rankvar\": 3497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2550, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 170, \"group\": [3558.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGCCGTCGT\", \"ini\": 1038, \"clust\": 2621, \"rank\": 472, \"rankvar\": 648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2551, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2001, \"group\": [2625.0, 345.0, 74.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTCCGTTAA\", \"ini\": 1037, \"clust\": 2890, \"rank\": 2405, \"rankvar\": 2134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2552, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2739, \"group\": [2891.0, 379.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGCATGAT\", \"ini\": 1036, \"clust\": 2531, \"rank\": 2155, \"rankvar\": 1973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2002, \"group\": [2531.0, 326.0, 68.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTATTAGCC\", \"ini\": 1035, \"clust\": 2553, \"rank\": 1365, \"rankvar\": 1443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2003, \"group\": [2559.0, 333.0, 71.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACACTGCG\", \"ini\": 1034, \"clust\": 2692, \"rank\": 1404, \"rankvar\": 992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2555, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2004, \"group\": [2692.0, 363.0, 76.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCTCTTA\", \"ini\": 1033, \"clust\": 2738, \"rank\": 2714, \"rankvar\": 3238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2556, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2740, \"group\": [2738.0, 374.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATTGGGCC\", \"ini\": 1032, \"clust\": 1451, \"rank\": 3434, \"rankvar\": 1342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1640, \"group\": [1451.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCTTACCTA\", \"ini\": 1031, \"clust\": 2514, \"rank\": 1167, \"rankvar\": 311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2558, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2005, \"group\": [2515.0, 320.0, 66.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCCATTAT\", \"ini\": 1030, \"clust\": 2632, \"rank\": 1382, \"rankvar\": 1763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2559, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2006, \"group\": [2631.0, 347.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAATCCTTCAAT\", \"ini\": 1029, \"clust\": 1396, \"rank\": 3357, \"rankvar\": 1714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1641, \"group\": [1396.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAATGGATA\", \"ini\": 1028, \"clust\": 1457, \"rank\": 3179, \"rankvar\": 480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2561, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1642, \"group\": [1459.0, 173.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGTTGCC\", \"ini\": 1027, \"clust\": 3017, \"rank\": 2419, \"rankvar\": 627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2562, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2007, \"group\": [3017.0, 409.0, 84.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTCTGGTCG\", \"ini\": 1026, \"clust\": 2554, \"rank\": 1580, \"rankvar\": 900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2008, \"group\": [2556.0, 333.0, 71.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTAACGCGA\", \"ini\": 1025, \"clust\": 1724, \"rank\": 617, \"rankvar\": 138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2009, \"group\": [1725.0, 235.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCAGTTGAC\", \"ini\": 1024, \"clust\": 2705, \"rank\": 1663, \"rankvar\": 35, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2565, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2010, \"group\": [2705.0, 366.0, 77.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTGAGAT\", \"ini\": 1023, \"clust\": 2435, \"rank\": 3548, \"rankvar\": 3563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2566, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 146, \"group\": [2437.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTCAGCTAT\", \"ini\": 1022, \"clust\": 2766, \"rank\": 2666, \"rankvar\": 3297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2567, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2741, \"group\": [2771.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCCAACCAA\", \"ini\": 1021, \"clust\": 1478, \"rank\": 3438, \"rankvar\": 2016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1643, \"group\": [1477.0, 175.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGAGTCTGG\", \"ini\": 1020, \"clust\": 3141, \"rank\": 3088, \"rankvar\": 810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2569, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1828, \"group\": [3142.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTGTCGCG\", \"ini\": 1019, \"clust\": 3580, \"rank\": 2252, \"rankvar\": 1840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2011, \"group\": [3582.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTTCTGTTT\", \"ini\": 1018, \"clust\": 3532, \"rank\": 2633, \"rankvar\": 598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2571, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2012, \"group\": [3533.0, 480.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCAAGTAGTA\", \"ini\": 1017, \"clust\": 2947, \"rank\": 2535, \"rankvar\": 2188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2572, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2013, \"group\": [2948.0, 398.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCAATGTC\", \"ini\": 1016, \"clust\": 2774, \"rank\": 3291, \"rankvar\": 3411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2573, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2742, \"group\": [2783.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCTACCTA\", \"ini\": 1015, \"clust\": 1836, \"rank\": 772, \"rankvar\": 402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2014, \"group\": [1837.0, 248.0, 43.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGAGTAGA\", \"ini\": 1014, \"clust\": 1842, \"rank\": 666, \"rankvar\": 309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2575, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2015, \"group\": [1844.0, 250.0, 44.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGGACAAG\", \"ini\": 1013, \"clust\": 1401, \"rank\": 3340, \"rankvar\": 611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1644, \"group\": [1401.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGCATGTAAGA\", \"ini\": 1012, \"clust\": 2939, \"rank\": 3013, \"rankvar\": 2763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2577, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2743, \"group\": [2940.0, 396.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGAGCTCCCAG\", \"ini\": 1011, \"clust\": 3585, \"rank\": 2017, \"rankvar\": 1661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2016, \"group\": [3586.0, 487.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTAGGGTAC\", \"ini\": 1010, \"clust\": 2780, \"rank\": 2985, \"rankvar\": 3134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2579, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2744, \"group\": [2781.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCAGGAATCG\", \"ini\": 1009, \"clust\": 2433, \"rank\": 3565, \"rankvar\": 3579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2580, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 147, \"group\": [2433.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTACCCAAT\", \"ini\": 1008, \"clust\": 2698, \"rank\": 1163, \"rankvar\": 167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2581, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2017, \"group\": [2698.0, 365.0, 77.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCACATTCGA\", \"ini\": 1007, \"clust\": 2521, \"rank\": 1474, \"rankvar\": 1415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2582, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2018, \"group\": [2525.0, 324.0, 68.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCCAGACGCAA\", \"ini\": 1006, \"clust\": 3346, \"rank\": 1699, \"rankvar\": 1310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2583, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2019, \"group\": [3347.0, 449.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAATTGCC\", \"ini\": 1005, \"clust\": 2509, \"rank\": 1732, \"rankvar\": 906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2584, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2020, \"group\": [2510.0, 316.0, 64.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGAACTGC\", \"ini\": 1004, \"clust\": 2566, \"rank\": 1778, \"rankvar\": 996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2585, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2021, \"group\": [2565.0, 336.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTACGCGC\", \"ini\": 1003, \"clust\": 3109, \"rank\": 2744, \"rankvar\": 2473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2586, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 148, \"group\": [3108.0, 431.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCCACTAT\", \"ini\": 1002, \"clust\": 2399, \"rank\": 3555, \"rankvar\": 3551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2587, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 149, \"group\": [2401.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCCCGGATG\", \"ini\": 1001, \"clust\": 1299, \"rank\": 2955, \"rankvar\": 1843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2588, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1829, \"group\": [1301.0, 142.0, 22.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTATAGGGC\", \"ini\": 1000, \"clust\": 3479, \"rank\": 2494, \"rankvar\": 2670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2589, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2022, \"group\": [3479.0, 467.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGCCTGAG\", \"ini\": 999, \"clust\": 3563, \"rank\": 2901, \"rankvar\": 3255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2590, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 171, \"group\": [3561.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTACCGTTA\", \"ini\": 998, \"clust\": 2646, \"rank\": 1247, \"rankvar\": 1439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2591, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2023, \"group\": [2645.0, 349.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCATTCTCAT\", \"ini\": 997, \"clust\": 2742, \"rank\": 2387, \"rankvar\": 2214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2592, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2745, \"group\": [2744.0, 374.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGACCACA\", \"ini\": 996, \"clust\": 1861, \"rank\": 751, \"rankvar\": 1221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2593, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2024, \"group\": [1862.0, 262.0, 50.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATCACGCGAAA\", \"ini\": 995, \"clust\": 3576, \"rank\": 3197, \"rankvar\": 3543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2594, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 172, \"group\": [3575.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGGTCCGA\", \"ini\": 994, \"clust\": 2555, \"rank\": 2171, \"rankvar\": 1631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2595, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2025, \"group\": [2554.0, 333.0, 71.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCGTTGCC\", \"ini\": 993, \"clust\": 3421, \"rank\": 2226, \"rankvar\": 587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2596, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2026, \"group\": [3421.0, 456.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCTCATTCA\", \"ini\": 992, \"clust\": 2736, \"rank\": 2776, \"rankvar\": 2895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2597, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2746, \"group\": [2736.0, 373.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCCCTCTTT\", \"ini\": 991, \"clust\": 2679, \"rank\": 1402, \"rankvar\": 808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2598, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2027, \"group\": [2680.0, 360.0, 76.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGCGA\", \"ini\": 990, \"clust\": 2695, \"rank\": 909, \"rankvar\": 127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2599, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2028, \"group\": [2695.0, 364.0, 77.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTCAATGTC\", \"ini\": 989, \"clust\": 2539, \"rank\": 2365, \"rankvar\": 2194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2600, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2029, \"group\": [2540.0, 329.0, 69.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTGACAAAT\", \"ini\": 988, \"clust\": 1901, \"rank\": 3381, \"rankvar\": 3126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2601, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3554, \"group\": [1902.0, 271.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCCATTCTA\", \"ini\": 987, \"clust\": 2701, \"rank\": 1587, \"rankvar\": 115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2602, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2030, \"group\": [2700.0, 365.0, 77.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGTCTATCCCG\", \"ini\": 986, \"clust\": 3554, \"rank\": 2875, \"rankvar\": 3482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2603, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 173, \"group\": [3553.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCATATCG\", \"ini\": 985, \"clust\": 2687, \"rank\": 2023, \"rankvar\": 1771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2604, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2031, \"group\": [2687.0, 362.0, 76.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCATTCCTGC\", \"ini\": 984, \"clust\": 3306, \"rank\": 3494, \"rankvar\": 1703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1645, \"group\": [3309.0, 443.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTCTC\", \"ini\": 983, \"clust\": 2731, \"rank\": 2215, \"rankvar\": 1886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2606, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2032, \"group\": [2735.0, 372.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCGTCCAGG\", \"ini\": 982, \"clust\": 3583, \"rank\": 1981, \"rankvar\": 2505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2607, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2033, \"group\": [3584.0, 487.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCTGCGGT\", \"ini\": 981, \"clust\": 1384, \"rank\": 3439, \"rankvar\": 1078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1646, \"group\": [1384.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTTGCAGG\", \"ini\": 980, \"clust\": 2788, \"rank\": 3361, \"rankvar\": 3232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2609, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2747, \"group\": [2789.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCCCTAAT\", \"ini\": 979, \"clust\": 1903, \"rank\": 3383, \"rankvar\": 2722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3555, \"group\": [1901.0, 271.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCCAAGCCG\", \"ini\": 978, \"clust\": 1539, \"rank\": 3390, \"rankvar\": 2704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1647, \"group\": [1539.0, 187.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTGCTGTC\", \"ini\": 977, \"clust\": 1434, \"rank\": 3355, \"rankvar\": 169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2612, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1648, \"group\": [1434.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTAGAGTC\", \"ini\": 976, \"clust\": 2427, \"rank\": 3562, \"rankvar\": 3582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2613, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 150, \"group\": [2425.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTGTTAA\", \"ini\": 975, \"clust\": 3314, \"rank\": 3429, \"rankvar\": 2969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2614, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1830, \"group\": [3315.0, 444.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGCTCAGA\", \"ini\": 974, \"clust\": 3428, \"rank\": 1517, \"rankvar\": 1959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2615, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2034, \"group\": [3429.0, 457.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAGTCAGTGGA\", \"ini\": 973, \"clust\": 3216, \"rank\": 2318, \"rankvar\": 724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2616, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2035, \"group\": [3216.0, 437.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTAGTCA\", \"ini\": 972, \"clust\": 2761, \"rank\": 2987, \"rankvar\": 3407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2617, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2748, \"group\": [2762.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGCTAAGAT\", \"ini\": 971, \"clust\": 2528, \"rank\": 1777, \"rankvar\": 1075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2618, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2036, \"group\": [2528.0, 325.0, 68.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCATGGGACA\", \"ini\": 970, \"clust\": 3038, \"rank\": 2111, \"rankvar\": 561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2619, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2037, \"group\": [3038.0, 416.0, 85.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACATCCA\", \"ini\": 969, \"clust\": 3352, \"rank\": 1379, \"rankvar\": 1213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2620, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2038, \"group\": [3351.0, 450.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCAGCTAGTTC\", \"ini\": 968, \"clust\": 3411, \"rank\": 2434, \"rankvar\": 1739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2621, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2039, \"group\": [3411.0, 456.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGGTGTCG\", \"ini\": 967, \"clust\": 3353, \"rank\": 1708, \"rankvar\": 943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2622, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2040, \"group\": [3352.0, 450.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGTAGATC\", \"ini\": 966, \"clust\": 1432, \"rank\": 3505, \"rankvar\": 276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1649, \"group\": [1433.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCACATAGC\", \"ini\": 965, \"clust\": 2699, \"rank\": 1414, \"rankvar\": 418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2624, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2041, \"group\": [2699.0, 365.0, 77.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCAGCAC\", \"ini\": 964, \"clust\": 3586, \"rank\": 1951, \"rankvar\": 1554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2625, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2042, \"group\": [3587.0, 487.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCATTAGC\", \"ini\": 963, \"clust\": 1467, \"rank\": 2956, \"rankvar\": 497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1831, \"group\": [1466.0, 173.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGATCACGG\", \"ini\": 962, \"clust\": 3522, \"rank\": 2185, \"rankvar\": 2439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2627, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2043, \"group\": [3523.0, 477.0, 94.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTACCAGTT\", \"ini\": 961, \"clust\": 2935, \"rank\": 1889, \"rankvar\": 1231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2628, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2044, \"group\": [2935.0, 394.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGATATAC\", \"ini\": 960, \"clust\": 3565, \"rank\": 3335, \"rankvar\": 3493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2629, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 174, \"group\": [3563.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTAAGGGAA\", \"ini\": 959, \"clust\": 2647, \"rank\": 1475, \"rankvar\": 975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2630, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2045, \"group\": [2646.0, 349.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCAGGCAAG\", \"ini\": 958, \"clust\": 2709, \"rank\": 1843, \"rankvar\": 1249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2631, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2046, \"group\": [2710.0, 368.0, 77.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGGAGTACC\", \"ini\": 957, \"clust\": 2824, \"rank\": 3278, \"rankvar\": 3246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2632, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2749, \"group\": [2826.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGACGGTA\", \"ini\": 956, \"clust\": 2956, \"rank\": 1896, \"rankvar\": 231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2633, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2047, \"group\": [2957.0, 400.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGTGAAAT\", \"ini\": 955, \"clust\": 2953, \"rank\": 2091, \"rankvar\": 741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2634, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2048, \"group\": [2956.0, 399.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCACATCTTT\", \"ini\": 954, \"clust\": 2629, \"rank\": 1376, \"rankvar\": 1284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2635, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2049, \"group\": [2629.0, 346.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCTTACCTA\", \"ini\": 953, \"clust\": 1406, \"rank\": 3482, \"rankvar\": 908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1650, \"group\": [1406.0, 170.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGACTAGGC\", \"ini\": 952, \"clust\": 3567, \"rank\": 2946, \"rankvar\": 2970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2637, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2050, \"group\": [3565.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCAGGCAAG\", \"ini\": 951, \"clust\": 2650, \"rank\": 1116, \"rankvar\": 475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2638, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2051, \"group\": [2650.0, 351.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACTCTGTC\", \"ini\": 950, \"clust\": 2550, \"rank\": 1814, \"rankvar\": 304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2639, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2052, \"group\": [2550.0, 332.0, 71.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCTAACCGA\", \"ini\": 949, \"clust\": 2518, \"rank\": 1842, \"rankvar\": 2406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2640, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2053, \"group\": [2521.0, 323.0, 68.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGGAAATA\", \"ini\": 948, \"clust\": 2697, \"rank\": 935, \"rankvar\": 95, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2641, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2054, \"group\": [2703.0, 365.0, 77.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTATGCTTG\", \"ini\": 947, \"clust\": 2777, \"rank\": 3325, \"rankvar\": 3391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2642, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2750, \"group\": [2777.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATCATCCGCGA\", \"ini\": 946, \"clust\": 3459, \"rank\": 1841, \"rankvar\": 1507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2643, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2055, \"group\": [3459.0, 461.0, 89.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGACTTTCG\", \"ini\": 945, \"clust\": 2706, \"rank\": 1434, \"rankvar\": 42, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2644, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2056, \"group\": [2709.0, 367.0, 77.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGTAGCGGT\", \"ini\": 944, \"clust\": 1389, \"rank\": 3215, \"rankvar\": 628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1651, \"group\": [1386.0, 169.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAAGCGATATA\", \"ini\": 943, \"clust\": 2686, \"rank\": 1387, \"rankvar\": 2369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2646, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2057, \"group\": [2689.0, 362.0, 76.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCGAATCT\", \"ini\": 942, \"clust\": 2663, \"rank\": 1539, \"rankvar\": 799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2647, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2058, \"group\": [2665.0, 353.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACTCTTA\", \"ini\": 941, \"clust\": 2558, \"rank\": 1815, \"rankvar\": 1201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2648, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2059, \"group\": [2558.0, 333.0, 71.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTTAGGAA\", \"ini\": 940, \"clust\": 2696, \"rank\": 1310, \"rankvar\": 70, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2649, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2060, \"group\": [2696.0, 364.0, 77.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCCGAAGAG\", \"ini\": 939, \"clust\": 815, \"rank\": 1030, \"rankvar\": 1885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2650, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2920, \"group\": [814.0, 83.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTTTACGT\", \"ini\": 938, \"clust\": 2576, \"rank\": 1622, \"rankvar\": 536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2651, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2061, \"group\": [2576.0, 337.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATGCAATC\", \"ini\": 937, \"clust\": 1436, \"rank\": 3478, \"rankvar\": 732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1652, \"group\": [1436.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTACAA\", \"ini\": 936, \"clust\": 2712, \"rank\": 1619, \"rankvar\": 751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2653, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2062, \"group\": [2714.0, 368.0, 77.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTTGTTTC\", \"ini\": 935, \"clust\": 2546, \"rank\": 1738, \"rankvar\": 496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2654, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2063, \"group\": [2546.0, 331.0, 71.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCGGACAAG\", \"ini\": 934, \"clust\": 2954, \"rank\": 2426, \"rankvar\": 1910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2655, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2064, \"group\": [2954.0, 399.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATTACCG\", \"ini\": 933, \"clust\": 3555, \"rank\": 2979, \"rankvar\": 3486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2656, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 175, \"group\": [3554.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGCTTTGGT\", \"ini\": 932, \"clust\": 3557, \"rank\": 2837, \"rankvar\": 3472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2657, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 176, \"group\": [3556.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCCACGAAT\", \"ini\": 931, \"clust\": 2429, \"rank\": 3538, \"rankvar\": 3558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2658, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 151, \"group\": [2429.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAACGATCT\", \"ini\": 930, \"clust\": 3506, \"rank\": 1974, \"rankvar\": 1597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2659, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2065, \"group\": [3507.0, 473.0, 93.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTGGCGAAT\", \"ini\": 929, \"clust\": 3271, \"rank\": 2396, \"rankvar\": 809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2660, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2066, \"group\": [3272.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCAACGAAA\", \"ini\": 928, \"clust\": 2713, \"rank\": 1082, \"rankvar\": 507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2661, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2067, \"group\": [2712.0, 368.0, 77.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTATCGCC\", \"ini\": 927, \"clust\": 3433, \"rank\": 2238, \"rankvar\": 2236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2068, \"group\": [3433.0, 458.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTATCCCG\", \"ini\": 926, \"clust\": 2634, \"rank\": 1787, \"rankvar\": 940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2663, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2069, \"group\": [2637.0, 348.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACATGACATC\", \"ini\": 925, \"clust\": 3520, \"rank\": 1987, \"rankvar\": 2643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2664, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2070, \"group\": [3520.0, 477.0, 94.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACACGGATAG\", \"ini\": 924, \"clust\": 3175, \"rank\": 3050, \"rankvar\": 2723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2665, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 177, \"group\": [3176.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTCCACAA\", \"ini\": 923, \"clust\": 2656, \"rank\": 1298, \"rankvar\": 985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2666, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2071, \"group\": [2670.0, 354.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGGGTCTCC\", \"ini\": 922, \"clust\": 2784, \"rank\": 2543, \"rankvar\": 2111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2667, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2751, \"group\": [2787.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGGATTGG\", \"ini\": 921, \"clust\": 1653, \"rank\": 1085, \"rankvar\": 1258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2668, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2072, \"group\": [1655.0, 213.0, 37.0, 11.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACCAGTTCCCT\", \"ini\": 920, \"clust\": 3465, \"rank\": 1723, \"rankvar\": 889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2669, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2073, \"group\": [3467.0, 464.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCATCATC\", \"ini\": 919, \"clust\": 3469, \"rank\": 1563, \"rankvar\": 1412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2670, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2074, \"group\": [3468.0, 465.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTCGCTAA\", \"ini\": 918, \"clust\": 2763, \"rank\": 3202, \"rankvar\": 3387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2671, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2752, \"group\": [2766.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCGGCCGAT\", \"ini\": 917, \"clust\": 2519, \"rank\": 1324, \"rankvar\": 468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2672, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2075, \"group\": [2519.0, 323.0, 68.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCCGTACAA\", \"ini\": 916, \"clust\": 3424, \"rank\": 2228, \"rankvar\": 1946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2673, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2076, \"group\": [3424.0, 457.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTAACGGT\", \"ini\": 915, \"clust\": 3466, \"rank\": 2113, \"rankvar\": 1700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2674, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2077, \"group\": [3465.0, 464.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTGTAGGGTAC\", \"ini\": 914, \"clust\": 2525, \"rank\": 2110, \"rankvar\": 389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2675, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2078, \"group\": [2526.0, 325.0, 68.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGTTGTC\", \"ini\": 913, \"clust\": 3042, \"rank\": 1932, \"rankvar\": 277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2676, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2079, \"group\": [3042.0, 417.0, 85.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTCATTAGGCT\", \"ini\": 912, \"clust\": 2624, \"rank\": 980, \"rankvar\": 1154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2677, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2080, \"group\": [2623.0, 345.0, 74.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTGTCGCTG\", \"ini\": 911, \"clust\": 3248, \"rank\": 3410, \"rankvar\": 3384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2678, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2081, \"group\": [3251.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCAGCTGGC\", \"ini\": 910, \"clust\": 3333, \"rank\": 1593, \"rankvar\": 1923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2679, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2082, \"group\": [3332.0, 449.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGTGGCTC\", \"ini\": 909, \"clust\": 3476, \"rank\": 2422, \"rankvar\": 3197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2680, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2083, \"group\": [3474.0, 467.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGTGTGGT\", \"ini\": 908, \"clust\": 1520, \"rank\": 2338, \"rankvar\": 86, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2681, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2921, \"group\": [1521.0, 186.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCACCCT\", \"ini\": 907, \"clust\": 2714, \"rank\": 1250, \"rankvar\": 1140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2682, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2084, \"group\": [2713.0, 368.0, 77.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAGGCCT\", \"ini\": 906, \"clust\": 3040, \"rank\": 2033, \"rankvar\": 657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2683, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2085, \"group\": [3040.0, 417.0, 85.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCACCGGGT\", \"ini\": 905, \"clust\": 3420, \"rank\": 2057, \"rankvar\": 1274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2684, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2086, \"group\": [3423.0, 456.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCTCAACT\", \"ini\": 904, \"clust\": 3093, \"rank\": 2683, \"rankvar\": 2174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2685, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2087, \"group\": [3092.0, 429.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTGTGCAGTAG\", \"ini\": 903, \"clust\": 3343, \"rank\": 1825, \"rankvar\": 746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2686, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2088, \"group\": [3346.0, 449.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCTTGCCA\", \"ini\": 902, \"clust\": 2786, \"rank\": 3001, \"rankvar\": 3315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2687, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2753, \"group\": [2784.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGGATA\", \"ini\": 901, \"clust\": 2827, \"rank\": 3341, \"rankvar\": 3344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2688, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2754, \"group\": [2824.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCAGCACAT\", \"ini\": 900, \"clust\": 3041, \"rank\": 2026, \"rankvar\": 493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2689, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2089, \"group\": [3041.0, 417.0, 85.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAGCCTAA\", \"ini\": 899, \"clust\": 3499, \"rank\": 1822, \"rankvar\": 160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2690, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2090, \"group\": [3500.0, 471.0, 92.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATGCCCGA\", \"ini\": 898, \"clust\": 2688, \"rank\": 2027, \"rankvar\": 1869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2091, \"group\": [2688.0, 362.0, 76.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCAACTA\", \"ini\": 897, \"clust\": 3360, \"rank\": 2264, \"rankvar\": 481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2092, \"group\": [3366.0, 452.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCTAGGGC\", \"ini\": 896, \"clust\": 2820, \"rank\": 3132, \"rankvar\": 3309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2693, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2755, \"group\": [2820.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTATTACCG\", \"ini\": 895, \"clust\": 3103, \"rank\": 2172, \"rankvar\": 120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2694, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2093, \"group\": [3102.0, 429.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCATGAT\", \"ini\": 894, \"clust\": 2515, \"rank\": 1513, \"rankvar\": 76, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2695, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2094, \"group\": [2518.0, 322.0, 67.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAAGCGTAG\", \"ini\": 893, \"clust\": 2734, \"rank\": 2703, \"rankvar\": 3225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2696, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2756, \"group\": [2731.0, 372.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACGTTGGC\", \"ini\": 892, \"clust\": 2779, \"rank\": 2888, \"rankvar\": 3273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2697, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2757, \"group\": [2782.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCTGATACG\", \"ini\": 891, \"clust\": 2677, \"rank\": 1604, \"rankvar\": 52, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2698, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2095, \"group\": [2677.0, 358.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGAGTATA\", \"ini\": 890, \"clust\": 3511, \"rank\": 2013, \"rankvar\": 824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2699, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2096, \"group\": [3512.0, 474.0, 93.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACGACTCG\", \"ini\": 889, \"clust\": 3526, \"rank\": 2031, \"rankvar\": 1881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2700, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2097, \"group\": [3532.0, 479.0, 94.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCAATAAGG\", \"ini\": 888, \"clust\": 2569, \"rank\": 2096, \"rankvar\": 1186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2701, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2098, \"group\": [2568.0, 337.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGATGTAT\", \"ini\": 887, \"clust\": 3358, \"rank\": 2332, \"rankvar\": 1588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2702, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2099, \"group\": [3358.0, 451.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATTGCGA\", \"ini\": 886, \"clust\": 3489, \"rank\": 2407, \"rankvar\": 2101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2703, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2100, \"group\": [3487.0, 467.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCCTCTTT\", \"ini\": 885, \"clust\": 3566, \"rank\": 3114, \"rankvar\": 3217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2704, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 178, \"group\": [3564.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCGACCAGC\", \"ini\": 884, \"clust\": 2661, \"rank\": 1626, \"rankvar\": 129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2705, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2101, \"group\": [2661.0, 353.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACACCTTGTC\", \"ini\": 883, \"clust\": 3089, \"rank\": 2421, \"rankvar\": 1259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2706, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2102, \"group\": [3088.0, 428.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTGGTATG\", \"ini\": 882, \"clust\": 2984, \"rank\": 2193, \"rankvar\": 491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2707, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2103, \"group\": [2988.0, 403.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGCCCAACC\", \"ini\": 881, \"clust\": 3362, \"rank\": 2380, \"rankvar\": 1592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2708, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2104, \"group\": [3362.0, 452.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGATATGCA\", \"ini\": 880, \"clust\": 3507, \"rank\": 2304, \"rankvar\": 1109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2709, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2105, \"group\": [3505.0, 473.0, 93.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCAAGGTGTG\", \"ini\": 879, \"clust\": 3048, \"rank\": 2292, \"rankvar\": 618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2710, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2106, \"group\": [3050.0, 421.0, 86.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAGGCTCAC\", \"ini\": 878, \"clust\": 2522, \"rank\": 1579, \"rankvar\": 552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2711, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2107, \"group\": [2524.0, 324.0, 68.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTCATGCAT\", \"ini\": 877, \"clust\": 1892, \"rank\": 2745, \"rankvar\": 3004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2712, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2840, \"group\": [1892.0, 270.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTCTTGCA\", \"ini\": 876, \"clust\": 2523, \"rank\": 1424, \"rankvar\": 361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2713, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2108, \"group\": [2522.0, 324.0, 68.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCATTTGGG\", \"ini\": 875, \"clust\": 1851, \"rank\": 1283, \"rankvar\": 554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2714, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2109, \"group\": [1852.0, 255.0, 47.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTCCAT\", \"ini\": 874, \"clust\": 2796, \"rank\": 3147, \"rankvar\": 3298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2715, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2758, \"group\": [2795.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCTTGC\", \"ini\": 873, \"clust\": 3111, \"rank\": 2433, \"rankvar\": 2417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2716, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2110, \"group\": [3113.0, 432.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACCTAC\", \"ini\": 872, \"clust\": 3487, \"rank\": 2456, \"rankvar\": 1162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2717, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2111, \"group\": [3490.0, 467.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGTTAGGTA\", \"ini\": 871, \"clust\": 2718, \"rank\": 1569, \"rankvar\": 3154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2718, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2759, \"group\": [2718.0, 370.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCTCTTGAT\", \"ini\": 870, \"clust\": 2775, \"rank\": 3187, \"rankvar\": 3380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2719, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2760, \"group\": [2775.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCGTAGGAG\", \"ini\": 869, \"clust\": 3462, \"rank\": 1576, \"rankvar\": 236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2720, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2112, \"group\": [3462.0, 463.0, 90.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGCCGCT\", \"ini\": 868, \"clust\": 3326, \"rank\": 1558, \"rankvar\": 991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2721, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2113, \"group\": [3326.0, 448.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCACGACGAA\", \"ini\": 867, \"clust\": 2560, \"rank\": 1149, \"rankvar\": 227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2722, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2114, \"group\": [2561.0, 334.0, 71.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGTCCTCT\", \"ini\": 866, \"clust\": 1878, \"rank\": 2823, \"rankvar\": 3216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3556, \"group\": [1879.0, 270.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGTCGAT\", \"ini\": 865, \"clust\": 3325, \"rank\": 1726, \"rankvar\": 580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2115, \"group\": [3328.0, 448.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTAGAATGTTG\", \"ini\": 864, \"clust\": 3467, \"rank\": 1880, \"rankvar\": 1908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2725, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2116, \"group\": [3466.0, 464.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCATCCAACA\", \"ini\": 863, \"clust\": 3316, \"rank\": 2966, \"rankvar\": 232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2726, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3565, \"group\": [3317.0, 444.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGGGAGTAA\", \"ini\": 862, \"clust\": 2436, \"rank\": 3545, \"rankvar\": 3586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2727, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 152, \"group\": [2435.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCCCGTT\", \"ini\": 861, \"clust\": 2792, \"rank\": 3266, \"rankvar\": 3330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2728, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2761, \"group\": [2793.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACCATTCGACA\", \"ini\": 860, \"clust\": 3007, \"rank\": 2496, \"rankvar\": 578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2729, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2117, \"group\": [3008.0, 405.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAAGAAACGCC\", \"ini\": 859, \"clust\": 3481, \"rank\": 2124, \"rankvar\": 2973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2730, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2118, \"group\": [3482.0, 467.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCATAAAGG\", \"ini\": 858, \"clust\": 2861, \"rank\": 3391, \"rankvar\": 2717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2731, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2762, \"group\": [2861.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAACGGG\", \"ini\": 857, \"clust\": 2637, \"rank\": 1562, \"rankvar\": 1374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2732, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2119, \"group\": [2638.0, 348.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCATTCTA\", \"ini\": 856, \"clust\": 3463, \"rank\": 1877, \"rankvar\": 425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2733, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2120, \"group\": [3463.0, 463.0, 90.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTTGTCAT\", \"ini\": 855, \"clust\": 2326, \"rank\": 2997, \"rankvar\": 2651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3557, \"group\": [2327.0, 295.0, 55.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAACAACA\", \"ini\": 854, \"clust\": 2975, \"rank\": 2415, \"rankvar\": 359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2735, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2121, \"group\": [2980.0, 403.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAACGACG\", \"ini\": 853, \"clust\": 2574, \"rank\": 2153, \"rankvar\": 771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2736, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2122, \"group\": [2574.0, 337.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTGCAAT\", \"ini\": 852, \"clust\": 2758, \"rank\": 3151, \"rankvar\": 3145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2737, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2763, \"group\": [2761.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGGAGAA\", \"ini\": 851, \"clust\": 2641, \"rank\": 1158, \"rankvar\": 1950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2738, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2123, \"group\": [2641.0, 348.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCGCTCCA\", \"ini\": 850, \"clust\": 2535, \"rank\": 1748, \"rankvar\": 130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2739, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2124, \"group\": [2539.0, 328.0, 69.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGACCT\", \"ini\": 849, \"clust\": 2937, \"rank\": 1858, \"rankvar\": 490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2740, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2125, \"group\": [2938.0, 395.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGGATACC\", \"ini\": 848, \"clust\": 3523, \"rank\": 1809, \"rankvar\": 1407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2741, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2126, \"group\": [3524.0, 477.0, 94.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCAGTAT\", \"ini\": 847, \"clust\": 3110, \"rank\": 1834, \"rankvar\": 1339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2742, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2127, \"group\": [3114.0, 432.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTTGAT\", \"ini\": 846, \"clust\": 3344, \"rank\": 1573, \"rankvar\": 839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2743, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2128, \"group\": [3344.0, 449.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCCGCAAGC\", \"ini\": 845, \"clust\": 2529, \"rank\": 1879, \"rankvar\": 397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2744, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2129, \"group\": [2529.0, 325.0, 68.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTATG\", \"ini\": 844, \"clust\": 3500, \"rank\": 1788, \"rankvar\": 1366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2745, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2130, \"group\": [3501.0, 472.0, 92.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGCGTAGTG\", \"ini\": 843, \"clust\": 2422, \"rank\": 3512, \"rankvar\": 3570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2746, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 153, \"group\": [2422.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGACCTC\", \"ini\": 842, \"clust\": 2680, \"rank\": 1618, \"rankvar\": 610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2747, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2131, \"group\": [2681.0, 360.0, 76.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTGCGGCA\", \"ini\": 841, \"clust\": 2631, \"rank\": 1676, \"rankvar\": 1071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2748, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2132, \"group\": [2633.0, 347.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCATGGTCTA\", \"ini\": 840, \"clust\": 1725, \"rank\": 558, \"rankvar\": 40, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2749, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2133, \"group\": [1726.0, 235.0, 42.0, 12.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGCGCCTTG\", \"ini\": 839, \"clust\": 3354, \"rank\": 2276, \"rankvar\": 1328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2750, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2134, \"group\": [3357.0, 451.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACTGGCC\", \"ini\": 838, \"clust\": 3552, \"rank\": 2208, \"rankvar\": 2320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2751, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2135, \"group\": [3583.0, 486.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTTTAAGCC\", \"ini\": 837, \"clust\": 3340, \"rank\": 2206, \"rankvar\": 2136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2752, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2136, \"group\": [3343.0, 449.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGACGGAA\", \"ini\": 836, \"clust\": 3569, \"rank\": 3162, \"rankvar\": 3428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2753, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 179, \"group\": [3570.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGTAA\", \"ini\": 835, \"clust\": 3441, \"rank\": 2281, \"rankvar\": 1353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2754, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2137, \"group\": [3442.0, 458.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACGACTCG\", \"ini\": 834, \"clust\": 2685, \"rank\": 2055, \"rankvar\": 1861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2755, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2138, \"group\": [2685.0, 361.0, 76.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTGCAACGA\", \"ini\": 833, \"clust\": 3335, \"rank\": 2158, \"rankvar\": 811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2756, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2139, \"group\": [3336.0, 449.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCGTACCGG\", \"ini\": 832, \"clust\": 3537, \"rank\": 2424, \"rankvar\": 817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2757, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2140, \"group\": [3539.0, 482.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTAGGTGC\", \"ini\": 831, \"clust\": 2879, \"rank\": 3397, \"rankvar\": 3262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2758, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2764, \"group\": [2879.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACATGCTGGC\", \"ini\": 830, \"clust\": 3104, \"rank\": 2591, \"rankvar\": 2242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2759, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2141, \"group\": [3103.0, 429.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACGACTA\", \"ini\": 829, \"clust\": 3430, \"rank\": 2286, \"rankvar\": 1389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2760, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2142, \"group\": [3437.0, 458.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAGCTCCGA\", \"ini\": 828, \"clust\": 3429, \"rank\": 2050, \"rankvar\": 1847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2761, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2143, \"group\": [3430.0, 457.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGCAACTT\", \"ini\": 827, \"clust\": 1858, \"rank\": 1256, \"rankvar\": 495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2762, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2144, \"group\": [1858.0, 260.0, 49.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGCGCTC\", \"ini\": 826, \"clust\": 3006, \"rank\": 2475, \"rankvar\": 2268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2763, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2145, \"group\": [3009.0, 405.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACGCGGT\", \"ini\": 825, \"clust\": 3077, \"rank\": 2352, \"rankvar\": 1752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2764, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2146, \"group\": [3078.0, 427.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCTACCAGA\", \"ini\": 824, \"clust\": 3484, \"rank\": 2379, \"rankvar\": 1564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2765, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2147, \"group\": [3484.0, 467.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCATCGGAT\", \"ini\": 823, \"clust\": 3508, \"rank\": 2563, \"rankvar\": 1912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2766, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2148, \"group\": [3506.0, 473.0, 93.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCTCGCATC\", \"ini\": 822, \"clust\": 2960, \"rank\": 2469, \"rankvar\": 1883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2767, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2149, \"group\": [2963.0, 402.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCGTTTATC\", \"ini\": 821, \"clust\": 2828, \"rank\": 3354, \"rankvar\": 3363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2768, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2765, \"group\": [2825.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTGCGAAAC\", \"ini\": 820, \"clust\": 2645, \"rank\": 1523, \"rankvar\": 757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2769, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2150, \"group\": [2647.0, 349.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGATCGATA\", \"ini\": 819, \"clust\": 3013, \"rank\": 2472, \"rankvar\": 1208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2770, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2151, \"group\": [3016.0, 408.0, 84.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGCTAACTC\", \"ini\": 818, \"clust\": 2561, \"rank\": 1744, \"rankvar\": 523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2771, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2152, \"group\": [2562.0, 335.0, 71.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTGGCCCTA\", \"ini\": 817, \"clust\": 2896, \"rank\": 3078, \"rankvar\": 2023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2766, \"group\": [2897.0, 381.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTACTTAC\", \"ini\": 816, \"clust\": 2638, \"rank\": 1751, \"rankvar\": 204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2773, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2153, \"group\": [2639.0, 348.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCCACGAAT\", \"ini\": 815, \"clust\": 3331, \"rank\": 1929, \"rankvar\": 1288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2774, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2154, \"group\": [3335.0, 449.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGAACAG\", \"ini\": 814, \"clust\": 3521, \"rank\": 2128, \"rankvar\": 1468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2775, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2155, \"group\": [3521.0, 477.0, 94.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCCAAGCCG\", \"ini\": 813, \"clust\": 2678, \"rank\": 1472, \"rankvar\": 103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2776, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2156, \"group\": [2678.0, 358.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTAGT\", \"ini\": 812, \"clust\": 3045, \"rank\": 2234, \"rankvar\": 896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2777, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2157, \"group\": [3045.0, 419.0, 86.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCACAGTAC\", \"ini\": 811, \"clust\": 2570, \"rank\": 2436, \"rankvar\": 1673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2778, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2158, \"group\": [2569.0, 337.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGTGAAGTT\", \"ini\": 810, \"clust\": 2524, \"rank\": 1947, \"rankvar\": 582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2779, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2159, \"group\": [2523.0, 324.0, 68.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACAAATCCGT\", \"ini\": 809, \"clust\": 3047, \"rank\": 2112, \"rankvar\": 392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2780, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2160, \"group\": [3051.0, 422.0, 86.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCACCGATAT\", \"ini\": 808, \"clust\": 1652, \"rank\": 1511, \"rankvar\": 415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2781, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2161, \"group\": [1656.0, 214.0, 37.0, 11.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGCGATCG\", \"ini\": 807, \"clust\": 2858, \"rank\": 3382, \"rankvar\": 3223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2782, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2767, \"group\": [2859.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTTCCACAA\", \"ini\": 806, \"clust\": 3003, \"rank\": 2568, \"rankvar\": 781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2783, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2162, \"group\": [3003.0, 404.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCTCAACA\", \"ini\": 805, \"clust\": 3493, \"rank\": 2203, \"rankvar\": 2770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2784, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2163, \"group\": [3495.0, 468.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCACAAGACG\", \"ini\": 804, \"clust\": 3406, \"rank\": 2161, \"rankvar\": 1691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2785, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2164, \"group\": [3406.0, 456.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTCACATTCGA\", \"ini\": 803, \"clust\": 3332, \"rank\": 1831, \"rankvar\": 737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2786, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2165, \"group\": [3334.0, 449.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTGCGATG\", \"ini\": 802, \"clust\": 1284, \"rank\": 3213, \"rankvar\": 2266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1653, \"group\": [1284.0, 133.0, 17.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCAGCACAT\", \"ini\": 801, \"clust\": 3435, \"rank\": 2331, \"rankvar\": 2619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2788, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2166, \"group\": [3435.0, 458.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGTTCGAT\", \"ini\": 800, \"clust\": 3529, \"rank\": 1984, \"rankvar\": 242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2789, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2167, \"group\": [3531.0, 479.0, 94.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCGGCTCA\", \"ini\": 799, \"clust\": 2510, \"rank\": 1598, \"rankvar\": 291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2790, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2168, \"group\": [2511.0, 317.0, 64.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGATGTGG\", \"ini\": 798, \"clust\": 1868, \"rank\": 1564, \"rankvar\": 964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2791, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2169, \"group\": [1868.0, 265.0, 50.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAAAGGTGC\", \"ini\": 797, \"clust\": 2530, \"rank\": 1855, \"rankvar\": 2318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2792, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2170, \"group\": [2533.0, 326.0, 68.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGTACGTTC\", \"ini\": 796, \"clust\": 3410, \"rank\": 2346, \"rankvar\": 519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2793, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2171, \"group\": [3417.0, 456.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTAAACCTC\", \"ini\": 795, \"clust\": 2633, \"rank\": 1690, \"rankvar\": 1060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2794, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2172, \"group\": [2632.0, 347.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCTCGTTTA\", \"ini\": 794, \"clust\": 3415, \"rank\": 2625, \"rankvar\": 2387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2795, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2173, \"group\": [3415.0, 456.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCGTCGTTC\", \"ini\": 793, \"clust\": 3530, \"rank\": 2000, \"rankvar\": 769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2796, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2174, \"group\": [3529.0, 479.0, 94.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCACAAACC\", \"ini\": 792, \"clust\": 3518, \"rank\": 2048, \"rankvar\": 53, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2797, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2175, \"group\": [3519.0, 476.0, 94.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAATCCGT\", \"ini\": 791, \"clust\": 2556, \"rank\": 2003, \"rankvar\": 1048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2798, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2176, \"group\": [2555.0, 333.0, 71.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTAGCGTGA\", \"ini\": 790, \"clust\": 3350, \"rank\": 1659, \"rankvar\": 2185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2177, \"group\": [3354.0, 450.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCCGCTGA\", \"ini\": 789, \"clust\": 3512, \"rank\": 2178, \"rankvar\": 1602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2178, \"group\": [3513.0, 474.0, 93.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAGTAGATTAG\", \"ini\": 788, \"clust\": 3443, \"rank\": 2412, \"rankvar\": 1976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2801, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2179, \"group\": [3449.0, 458.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGCTAGGT\", \"ini\": 787, \"clust\": 3355, \"rank\": 2088, \"rankvar\": 1007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2802, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2180, \"group\": [3355.0, 451.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACATGGGAAC\", \"ini\": 786, \"clust\": 1296, \"rank\": 3370, \"rankvar\": 2756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1832, \"group\": [1297.0, 141.0, 22.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTGTTTGC\", \"ini\": 785, \"clust\": 2425, \"rank\": 3558, \"rankvar\": 3568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2804, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 154, \"group\": [2426.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCAGGTC\", \"ini\": 784, \"clust\": 3460, \"rank\": 1664, \"rankvar\": 2173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2805, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2181, \"group\": [3460.0, 461.0, 89.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGATCACGG\", \"ini\": 783, \"clust\": 3105, \"rank\": 2451, \"rankvar\": 733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2806, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2182, \"group\": [3104.0, 429.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCATGACGGA\", \"ini\": 782, \"clust\": 3327, \"rank\": 1811, \"rankvar\": 1363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2183, \"group\": [3327.0, 448.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCATAACCTG\", \"ini\": 781, \"clust\": 3485, \"rank\": 2572, \"rankvar\": 2086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2808, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2184, \"group\": [3485.0, 467.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTGTTGAA\", \"ini\": 780, \"clust\": 3442, \"rank\": 2300, \"rankvar\": 1987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2809, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2185, \"group\": [3443.0, 458.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCAACTCTT\", \"ini\": 779, \"clust\": 3334, \"rank\": 1418, \"rankvar\": 1529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2810, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2186, \"group\": [3333.0, 449.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAACACCTA\", \"ini\": 778, \"clust\": 3407, \"rank\": 2097, \"rankvar\": 2000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2811, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2187, \"group\": [3407.0, 456.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGCAATCTC\", \"ini\": 777, \"clust\": 2543, \"rank\": 2102, \"rankvar\": 161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2812, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2188, \"group\": [2544.0, 330.0, 70.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTAGCACGA\", \"ini\": 776, \"clust\": 3337, \"rank\": 1969, \"rankvar\": 1549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2813, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2189, \"group\": [3340.0, 449.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAGGAACGT\", \"ini\": 775, \"clust\": 2702, \"rank\": 1338, \"rankvar\": 180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2814, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2190, \"group\": [2701.0, 365.0, 77.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGTTGAGG\", \"ini\": 774, \"clust\": 3480, \"rank\": 2273, \"rankvar\": 1226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2815, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2191, \"group\": [3480.0, 467.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGTAAGTAC\", \"ini\": 773, \"clust\": 2931, \"rank\": 2938, \"rankvar\": 3426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2816, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2768, \"group\": [2934.0, 393.0, 82.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTCGT\", \"ini\": 772, \"clust\": 3449, \"rank\": 2479, \"rankvar\": 2054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2817, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2192, \"group\": [3450.0, 458.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTTGCCGT\", \"ini\": 771, \"clust\": 2572, \"rank\": 1836, \"rankvar\": 891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2818, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2193, \"group\": [2571.0, 337.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAGCCACCA\", \"ini\": 770, \"clust\": 3408, \"rank\": 1941, \"rankvar\": 931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2819, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2194, \"group\": [3409.0, 456.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGTCGTTTG\", \"ini\": 769, \"clust\": 3356, \"rank\": 1865, \"rankvar\": 140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2820, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2195, \"group\": [3356.0, 451.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCTAGGCA\", \"ini\": 768, \"clust\": 2759, \"rank\": 3190, \"rankvar\": 3392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2821, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2769, \"group\": [2759.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGCCAACAG\", \"ini\": 767, \"clust\": 2711, \"rank\": 1797, \"rankvar\": 267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2822, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2196, \"group\": [2715.0, 368.0, 77.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGACG\", \"ini\": 766, \"clust\": 2751, \"rank\": 2747, \"rankvar\": 3098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2823, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2770, \"group\": [2754.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGTCTGAGTGT\", \"ini\": 765, \"clust\": 3531, \"rank\": 2125, \"rankvar\": 1166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2824, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2197, \"group\": [3530.0, 479.0, 94.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCATTTGGG\", \"ini\": 764, \"clust\": 3539, \"rank\": 2453, \"rankvar\": 1097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2825, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2198, \"group\": [3538.0, 482.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCACCT\", \"ini\": 763, \"clust\": 3515, \"rank\": 2634, \"rankvar\": 1350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2826, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2199, \"group\": [3516.0, 476.0, 94.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCAGACAGGT\", \"ini\": 762, \"clust\": 3400, \"rank\": 2665, \"rankvar\": 2013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2827, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2200, \"group\": [3405.0, 455.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGCCAGAA\", \"ini\": 761, \"clust\": 3504, \"rank\": 1963, \"rankvar\": 1656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2828, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2201, \"group\": [3509.0, 473.0, 93.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGTAGC\", \"ini\": 760, \"clust\": 1585, \"rank\": 1032, \"rankvar\": 570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2829, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2990, \"group\": [1599.0, 200.0, 35.0, 10.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGGCTGAA\", \"ini\": 759, \"clust\": 2362, \"rank\": 3420, \"rankvar\": 1679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2830, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2771, \"group\": [2361.0, 308.0, 61.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCACACTGCG\", \"ini\": 758, \"clust\": 2981, \"rank\": 2263, \"rankvar\": 1124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2831, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2202, \"group\": [2981.0, 403.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCCACTCCA\", \"ini\": 757, \"clust\": 3078, \"rank\": 2265, \"rankvar\": 27, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2832, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2203, \"group\": [3079.0, 427.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCAACGGGA\", \"ini\": 756, \"clust\": 3417, \"rank\": 2384, \"rankvar\": 2852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2833, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2204, \"group\": [3420.0, 456.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTACCTGC\", \"ini\": 755, \"clust\": 3115, \"rank\": 2802, \"rankvar\": 1184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2834, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2205, \"group\": [3116.0, 433.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATCGGGT\", \"ini\": 754, \"clust\": 2884, \"rank\": 2444, \"rankvar\": 562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2835, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2206, \"group\": [2884.0, 379.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCACAGTAC\", \"ini\": 753, \"clust\": 2642, \"rank\": 2056, \"rankvar\": 1105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2836, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2207, \"group\": [2648.0, 350.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGACCTC\", \"ini\": 752, \"clust\": 3461, \"rank\": 1509, \"rankvar\": 946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2837, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2208, \"group\": [3464.0, 463.0, 90.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTAGTTCCACA\", \"ini\": 751, \"clust\": 3477, \"rank\": 2754, \"rankvar\": 3239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2838, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2209, \"group\": [3475.0, 467.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTCTCAAC\", \"ini\": 750, \"clust\": 3482, \"rank\": 2227, \"rankvar\": 2469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2839, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2210, \"group\": [3483.0, 467.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCTAAGAT\", \"ini\": 749, \"clust\": 3173, \"rank\": 3142, \"rankvar\": 1637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2840, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2211, \"group\": [3172.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACATGTCTCC\", \"ini\": 748, \"clust\": 2329, \"rank\": 2137, \"rankvar\": 83, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2841, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2212, \"group\": [2329.0, 297.0, 56.0, 17.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCTAAGCCA\", \"ini\": 747, \"clust\": 2891, \"rank\": 3002, \"rankvar\": 3405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2842, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2772, \"group\": [2892.0, 379.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACTAGGC\", \"ini\": 746, \"clust\": 3021, \"rank\": 2356, \"rankvar\": 547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2843, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2213, \"group\": [3021.0, 409.0, 84.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCACGACTA\", \"ini\": 745, \"clust\": 3584, \"rank\": 2028, \"rankvar\": 2224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2844, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2214, \"group\": [3585.0, 487.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCAGTTCGA\", \"ini\": 744, \"clust\": 2987, \"rank\": 2335, \"rankvar\": 196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2845, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2215, \"group\": [2984.0, 403.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTTCAACACTG\", \"ini\": 743, \"clust\": 2567, \"rank\": 2344, \"rankvar\": 286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2216, \"group\": [2578.0, 338.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCGTATAGTAG\", \"ini\": 742, \"clust\": 3126, \"rank\": 2893, \"rankvar\": 1596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2847, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2217, \"group\": [3127.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCGAGCCCA\", \"ini\": 741, \"clust\": 3336, \"rank\": 2191, \"rankvar\": 982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2848, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2218, \"group\": [3337.0, 449.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTGCCTGTG\", \"ini\": 740, \"clust\": 3495, \"rank\": 2163, \"rankvar\": 302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2849, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2219, \"group\": [3492.0, 468.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCGGATCA\", \"ini\": 739, \"clust\": 2600, \"rank\": 2726, \"rankvar\": 3279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2850, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2220, \"group\": [2599.0, 339.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCATTGCGGC\", \"ini\": 738, \"clust\": 2985, \"rank\": 2459, \"rankvar\": 1122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2851, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2221, \"group\": [2987.0, 403.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGTCTCG\", \"ini\": 737, \"clust\": 1958, \"rank\": 1792, \"rankvar\": 1977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2852, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2841, \"group\": [1962.0, 279.0, 53.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGCCGGTAA\", \"ini\": 736, \"clust\": 2955, \"rank\": 2147, \"rankvar\": 695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2853, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2222, \"group\": [2955.0, 399.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTCATTACCTT\", \"ini\": 735, \"clust\": 3534, \"rank\": 2146, \"rankvar\": 1422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2854, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2223, \"group\": [3535.0, 482.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGATGCCTT\", \"ini\": 734, \"clust\": 3471, \"rank\": 1948, \"rankvar\": 141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2855, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2224, \"group\": [3471.0, 465.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCCGTAGGC\", \"ini\": 733, \"clust\": 2534, \"rank\": 1643, \"rankvar\": 60, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2856, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2225, \"group\": [2535.0, 327.0, 69.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACTTACGA\", \"ini\": 732, \"clust\": 3049, \"rank\": 2807, \"rankvar\": 1108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2857, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2226, \"group\": [3048.0, 421.0, 86.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTAGATGA\", \"ini\": 731, \"clust\": 3050, \"rank\": 2906, \"rankvar\": 832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2858, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2227, \"group\": [3049.0, 421.0, 86.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAAATTGCC\", \"ini\": 730, \"clust\": 2968, \"rank\": 2869, \"rankvar\": 1058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2228, \"group\": [2975.0, 403.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATCCGCGA\", \"ini\": 729, \"clust\": 2767, \"rank\": 2449, \"rankvar\": 3042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2860, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2773, \"group\": [2770.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTCATTA\", \"ini\": 728, \"clust\": 3094, \"rank\": 2550, \"rankvar\": 772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2861, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2229, \"group\": [3093.0, 429.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGCTAGTCT\", \"ini\": 727, \"clust\": 2880, \"rank\": 3473, \"rankvar\": 3095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2862, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2774, \"group\": [2880.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCTGATACG\", \"ini\": 726, \"clust\": 3573, \"rank\": 2642, \"rankvar\": 1432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2863, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2230, \"group\": [3572.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGTATCGAA\", \"ini\": 725, \"clust\": 3474, \"rank\": 2641, \"rankvar\": 2981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2864, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2231, \"group\": [3477.0, 467.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTACTTCTT\", \"ini\": 724, \"clust\": 3275, \"rank\": 2720, \"rankvar\": 987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2865, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2232, \"group\": [3276.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAGGTA\", \"ini\": 723, \"clust\": 3470, \"rank\": 1774, \"rankvar\": 622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2866, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2233, \"group\": [3469.0, 465.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTGAGTTC\", \"ini\": 722, \"clust\": 3059, \"rank\": 2468, \"rankvar\": 282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2867, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2234, \"group\": [3060.0, 425.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGAATGGG\", \"ini\": 721, \"clust\": 3436, \"rank\": 2195, \"rankvar\": 1333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2235, \"group\": [3436.0, 458.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTAGGGTG\", \"ini\": 720, \"clust\": 2544, \"rank\": 2254, \"rankvar\": 230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2869, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2236, \"group\": [2545.0, 330.0, 70.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAAGATGCCTT\", \"ini\": 719, \"clust\": 3323, \"rank\": 2359, \"rankvar\": 936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2870, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2237, \"group\": [3323.0, 446.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCAAGCG\", \"ini\": 718, \"clust\": 2782, \"rank\": 3018, \"rankvar\": 3157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2871, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2775, \"group\": [2780.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCGTCTTC\", \"ini\": 717, \"clust\": 3503, \"rank\": 2152, \"rankvar\": 1289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2872, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2238, \"group\": [3503.0, 473.0, 93.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTCTGATTG\", \"ini\": 716, \"clust\": 3291, \"rank\": 2870, \"rankvar\": 1180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2873, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2239, \"group\": [3292.0, 440.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATCTACGA\", \"ini\": 715, \"clust\": 3099, \"rank\": 3016, \"rankvar\": 1767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2874, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2240, \"group\": [3098.0, 429.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAACCGCCA\", \"ini\": 714, \"clust\": 3516, \"rank\": 2629, \"rankvar\": 2112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2875, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2241, \"group\": [3517.0, 476.0, 94.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTAAGCC\", \"ini\": 713, \"clust\": 3453, \"rank\": 2392, \"rankvar\": 222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2876, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2242, \"group\": [3458.0, 460.0, 89.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCAAGCGA\", \"ini\": 712, \"clust\": 3172, \"rank\": 2597, \"rankvar\": 443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2877, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2243, \"group\": [3174.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTAATCACC\", \"ini\": 711, \"clust\": 2750, \"rank\": 2937, \"rankvar\": 2223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2878, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2776, \"group\": [2751.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCACGAAACG\", \"ini\": 710, \"clust\": 3496, \"rank\": 2260, \"rankvar\": 460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2879, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2244, \"group\": [3493.0, 468.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATTCCTCG\", \"ini\": 709, \"clust\": 3144, \"rank\": 2423, \"rankvar\": 518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2880, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2245, \"group\": [3151.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGAGATGAG\", \"ini\": 708, \"clust\": 3561, \"rank\": 2752, \"rankvar\": 2912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2881, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2246, \"group\": [3562.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCCCACT\", \"ini\": 707, \"clust\": 2887, \"rank\": 2812, \"rankvar\": 2984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2882, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2777, \"group\": [2888.0, 379.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGACTACT\", \"ini\": 706, \"clust\": 3389, \"rank\": 2499, \"rankvar\": 1712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2247, \"group\": [3390.0, 454.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTGGTAAT\", \"ini\": 705, \"clust\": 3544, \"rank\": 2545, \"rankvar\": 2423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2884, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2248, \"group\": [3543.0, 483.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCAGCTTAG\", \"ini\": 704, \"clust\": 3416, \"rank\": 2389, \"rankvar\": 1104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2885, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2249, \"group\": [3416.0, 456.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTGATGTGG\", \"ini\": 703, \"clust\": 3347, \"rank\": 1996, \"rankvar\": 1098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2886, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2250, \"group\": [3348.0, 449.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCATATGCTG\", \"ini\": 702, \"clust\": 2538, \"rank\": 2474, \"rankvar\": 2533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2887, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2251, \"group\": [2537.0, 328.0, 69.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCAAACGTGG\", \"ini\": 701, \"clust\": 183, \"rank\": 1213, \"rankvar\": 846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2888, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2922, \"group\": [183.0, 56.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGCTCGCA\", \"ini\": 700, \"clust\": 2986, \"rank\": 2430, \"rankvar\": 988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2889, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2252, \"group\": [2986.0, 403.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACACCATGTA\", \"ini\": 699, \"clust\": 2689, \"rank\": 2074, \"rankvar\": 2408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2890, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2253, \"group\": [2694.0, 363.0, 76.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGATGCCAG\", \"ini\": 698, \"clust\": 3528, \"rank\": 1910, \"rankvar\": 444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2891, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2254, \"group\": [3528.0, 479.0, 94.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAGCCTAT\", \"ini\": 697, \"clust\": 3513, \"rank\": 2602, \"rankvar\": 2021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2892, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2255, \"group\": [3514.0, 475.0, 94.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCGCGCCAA\", \"ini\": 696, \"clust\": 3501, \"rank\": 3041, \"rankvar\": 2823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2893, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2256, \"group\": [3504.0, 473.0, 93.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATCGGTTA\", \"ini\": 695, \"clust\": 2437, \"rank\": 3556, \"rankvar\": 3585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2894, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 155, \"group\": [2436.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTCGTACT\", \"ini\": 694, \"clust\": 3225, \"rank\": 2533, \"rankvar\": 1768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2257, \"group\": [3227.0, 437.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCTAGCACA\", \"ini\": 693, \"clust\": 2532, \"rank\": 2328, \"rankvar\": 1111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2896, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2258, \"group\": [2532.0, 326.0, 68.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTCACTGGC\", \"ini\": 692, \"clust\": 2841, \"rank\": 3288, \"rankvar\": 2665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2897, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2778, \"group\": [2841.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTAACG\", \"ini\": 691, \"clust\": 2945, \"rank\": 2566, \"rankvar\": 2263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2898, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2259, \"group\": [2944.0, 397.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATGGT\", \"ini\": 690, \"clust\": 3434, \"rank\": 2105, \"rankvar\": 333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2899, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2260, \"group\": [3434.0, 458.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGCACCGCT\", \"ini\": 689, \"clust\": 3079, \"rank\": 2461, \"rankvar\": 662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2900, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2261, \"group\": [3080.0, 427.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCCA\", \"ini\": 688, \"clust\": 3409, \"rank\": 2349, \"rankvar\": 395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2901, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2262, \"group\": [3410.0, 456.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGACACCA\", \"ini\": 687, \"clust\": 3363, \"rank\": 2668, \"rankvar\": 1735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2902, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2263, \"group\": [3365.0, 452.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCGCATGGC\", \"ini\": 686, \"clust\": 2958, \"rank\": 3003, \"rankvar\": 1378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2903, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2264, \"group\": [2959.0, 401.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCCTGTAGA\", \"ini\": 685, \"clust\": 2511, \"rank\": 1273, \"rankvar\": 459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2904, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2265, \"group\": [2512.0, 318.0, 65.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCGTCTGCT\", \"ini\": 684, \"clust\": 3341, \"rank\": 2214, \"rankvar\": 568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2905, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2266, \"group\": [3341.0, 449.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGCCTAA\", \"ini\": 683, \"clust\": 2662, \"rank\": 1640, \"rankvar\": 205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2906, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2267, \"group\": [2662.0, 353.0, 75.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGAGGCT\", \"ini\": 682, \"clust\": 3032, \"rank\": 2200, \"rankvar\": 505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2907, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2268, \"group\": [3033.0, 414.0, 85.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCTCTCGT\", \"ini\": 681, \"clust\": 1859, \"rank\": 1268, \"rankvar\": 440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2908, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2269, \"group\": [1859.0, 260.0, 49.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGCAACGA\", \"ini\": 680, \"clust\": 1437, \"rank\": 3518, \"rankvar\": 368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1654, \"group\": [1437.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCATTGGCGC\", \"ini\": 679, \"clust\": 3454, \"rank\": 2671, \"rankvar\": 1913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2910, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2270, \"group\": [3454.0, 460.0, 89.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACACGACTCG\", \"ini\": 678, \"clust\": 2961, \"rank\": 2458, \"rankvar\": 890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2911, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2271, \"group\": [2961.0, 402.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACATTAGGCT\", \"ini\": 677, \"clust\": 3548, \"rank\": 2553, \"rankvar\": 1884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2912, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2272, \"group\": [3547.0, 483.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCTCTAAGG\", \"ini\": 676, \"clust\": 3472, \"rank\": 1827, \"rankvar\": 886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2913, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2273, \"group\": [3472.0, 465.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAAGTGTA\", \"ini\": 675, \"clust\": 3004, \"rank\": 2435, \"rankvar\": 394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2914, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2274, \"group\": [3004.0, 404.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCATAGCAC\", \"ini\": 674, \"clust\": 3403, \"rank\": 2662, \"rankvar\": 976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2915, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2275, \"group\": [3403.0, 455.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGTACGTTC\", \"ini\": 673, \"clust\": 2598, \"rank\": 2322, \"rankvar\": 2897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2916, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2276, \"group\": [2600.0, 339.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTCATTGGGCC\", \"ini\": 672, \"clust\": 3431, \"rank\": 2283, \"rankvar\": 729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2917, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2277, \"group\": [3431.0, 458.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCTGTTGAG\", \"ini\": 671, \"clust\": 1845, \"rank\": 2709, \"rankvar\": 945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2918, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2278, \"group\": [1846.0, 252.0, 45.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCCAAAGTC\", \"ini\": 670, \"clust\": 3039, \"rank\": 2258, \"rankvar\": 1192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2919, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2279, \"group\": [3039.0, 416.0, 85.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTGGTCTCG\", \"ini\": 669, \"clust\": 3418, \"rank\": 2675, \"rankvar\": 2383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2920, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2280, \"group\": [3418.0, 456.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCAGCATGT\", \"ini\": 668, \"clust\": 3164, \"rank\": 2822, \"rankvar\": 1119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2921, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2281, \"group\": [3165.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGAGCCCAA\", \"ini\": 667, \"clust\": 3371, \"rank\": 2157, \"rankvar\": 1348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2922, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2282, \"group\": [3370.0, 453.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTCATGCTGGC\", \"ini\": 666, \"clust\": 2994, \"rank\": 2495, \"rankvar\": 1018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2923, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2283, \"group\": [2994.0, 404.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGGTGACTACT\", \"ini\": 665, \"clust\": 2551, \"rank\": 1990, \"rankvar\": 1578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2924, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2284, \"group\": [2552.0, 332.0, 71.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTCACAGGTTT\", \"ini\": 664, \"clust\": 3394, \"rank\": 1933, \"rankvar\": 416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2925, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2285, \"group\": [3397.0, 454.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTAAATGTG\", \"ini\": 663, \"clust\": 2573, \"rank\": 2224, \"rankvar\": 1037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2926, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2286, \"group\": [2572.0, 337.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTATCTGCA\", \"ini\": 662, \"clust\": 1849, \"rank\": 2698, \"rankvar\": 1819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2927, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2287, \"group\": [1849.0, 253.0, 46.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGGAACTGC\", \"ini\": 661, \"clust\": 3533, \"rank\": 2343, \"rankvar\": 1024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2928, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2288, \"group\": [3534.0, 481.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTTCCGTCT\", \"ini\": 660, \"clust\": 2787, \"rank\": 2798, \"rankvar\": 3133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2929, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2779, \"group\": [2785.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCTGAAAGA\", \"ini\": 659, \"clust\": 3439, \"rank\": 2757, \"rankvar\": 1051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2930, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2289, \"group\": [3438.0, 458.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTTCACCTC\", \"ini\": 658, \"clust\": 3535, \"rank\": 2470, \"rankvar\": 1753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2931, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2290, \"group\": [3536.0, 482.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACGGTAAG\", \"ini\": 657, \"clust\": 3509, \"rank\": 2288, \"rankvar\": 1343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2932, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2291, \"group\": [3510.0, 474.0, 93.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGTGAAGTT\", \"ini\": 656, \"clust\": 2993, \"rank\": 2439, \"rankvar\": 56, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2933, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2292, \"group\": [2996.0, 404.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCGTGGTCG\", \"ini\": 655, \"clust\": 1847, \"rank\": 2310, \"rankvar\": 3093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2934, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2293, \"group\": [1850.0, 254.0, 46.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGTGAACGC\", \"ini\": 654, \"clust\": 3446, \"rank\": 2353, \"rankvar\": 2166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2935, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2294, \"group\": [3446.0, 458.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCAGCGTTCG\", \"ini\": 653, \"clust\": 3005, \"rank\": 2856, \"rankvar\": 379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2295, \"group\": [3010.0, 406.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCAACACTG\", \"ini\": 652, \"clust\": 3328, \"rank\": 1848, \"rankvar\": 314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2937, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2296, \"group\": [3331.0, 448.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGTGCCATT\", \"ini\": 651, \"clust\": 3121, \"rank\": 2520, \"rankvar\": 806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2938, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2297, \"group\": [3122.0, 434.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGAGGTTGC\", \"ini\": 650, \"clust\": 2603, \"rank\": 2522, \"rankvar\": 3362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2939, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2298, \"group\": [2602.0, 339.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTGTGCGTC\", \"ini\": 649, \"clust\": 2991, \"rank\": 3077, \"rankvar\": 1664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2940, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2299, \"group\": [2992.0, 404.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCACCTAA\", \"ini\": 648, \"clust\": 2797, \"rank\": 3007, \"rankvar\": 2886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2941, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2780, \"group\": [2796.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGAGATCGGGT\", \"ini\": 647, \"clust\": 3373, \"rank\": 2305, \"rankvar\": 112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2300, \"group\": [3374.0, 453.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTGAGTGT\", \"ini\": 646, \"clust\": 1442, \"rank\": 3531, \"rankvar\": 1565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1655, \"group\": [1442.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTAGAGTGC\", \"ini\": 645, \"clust\": 3091, \"rank\": 2584, \"rankvar\": 1391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2944, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2301, \"group\": [3106.0, 430.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTTGCGTTA\", \"ini\": 644, \"clust\": 3070, \"rank\": 2849, \"rankvar\": 2028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2945, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2302, \"group\": [3076.0, 426.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCACGGC\", \"ini\": 643, \"clust\": 3022, \"rank\": 2685, \"rankvar\": 669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2946, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2303, \"group\": [3022.0, 409.0, 84.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTAGGGTGTGT\", \"ini\": 642, \"clust\": 3536, \"rank\": 2285, \"rankvar\": 2405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2947, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2304, \"group\": [3540.0, 482.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCACGTCTCT\", \"ini\": 641, \"clust\": 3390, \"rank\": 2603, \"rankvar\": 1834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2948, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2305, \"group\": [3391.0, 454.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAGGCAGTA\", \"ini\": 640, \"clust\": 3096, \"rank\": 2526, \"rankvar\": 615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2949, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2306, \"group\": [3095.0, 429.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTTACTGAC\", \"ini\": 639, \"clust\": 2902, \"rank\": 2680, \"rankvar\": 3226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2950, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2781, \"group\": [2903.0, 382.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTCGACTAT\", \"ini\": 638, \"clust\": 3540, \"rank\": 2116, \"rankvar\": 978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2951, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2307, \"group\": [3541.0, 483.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCATGGGAAC\", \"ini\": 637, \"clust\": 3008, \"rank\": 2771, \"rankvar\": 1084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2952, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2308, \"group\": [3006.0, 405.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACGCATA\", \"ini\": 636, \"clust\": 3329, \"rank\": 1729, \"rankvar\": 2614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2953, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2309, \"group\": [3329.0, 448.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCGCGTAGC\", \"ini\": 635, \"clust\": 3367, \"rank\": 2791, \"rankvar\": 357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2954, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2310, \"group\": [3367.0, 452.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCCTAGAAC\", \"ini\": 634, \"clust\": 3401, \"rank\": 2808, \"rankvar\": 1666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2311, \"group\": [3401.0, 455.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGGAATGGA\", \"ini\": 633, \"clust\": 2562, \"rank\": 2316, \"rankvar\": 1025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2956, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2312, \"group\": [2563.0, 335.0, 71.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACTCCTG\", \"ini\": 632, \"clust\": 3348, \"rank\": 1817, \"rankvar\": 2487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2313, \"group\": [3349.0, 449.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACAAACTGTC\", \"ini\": 631, \"clust\": 3349, \"rank\": 2129, \"rankvar\": 1740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2958, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2314, \"group\": [3350.0, 449.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTTGCGCAC\", \"ini\": 630, \"clust\": 3066, \"rank\": 2734, \"rankvar\": 1761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2959, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2315, \"group\": [3077.0, 426.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATGTCGG\", \"ini\": 629, \"clust\": 2962, \"rank\": 2753, \"rankvar\": 2654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2960, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2316, \"group\": [2962.0, 402.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACTGGGT\", \"ini\": 628, \"clust\": 2577, \"rank\": 2038, \"rankvar\": 1573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2961, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2317, \"group\": [2577.0, 337.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGGACAGCT\", \"ini\": 627, \"clust\": 3445, \"rank\": 2509, \"rankvar\": 1083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2962, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2318, \"group\": [3447.0, 458.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGAACTGT\", \"ini\": 626, \"clust\": 3478, \"rank\": 2862, \"rankvar\": 2495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2963, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2319, \"group\": [3481.0, 467.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTTGACAC\", \"ini\": 625, \"clust\": 2739, \"rank\": 2274, \"rankvar\": 2025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2964, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2842, \"group\": [2739.0, 374.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGCGTAGTG\", \"ini\": 624, \"clust\": 3368, \"rank\": 2677, \"rankvar\": 624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2965, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2320, \"group\": [3368.0, 452.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCCATAC\", \"ini\": 623, \"clust\": 2821, \"rank\": 3183, \"rankvar\": 3361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2966, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2782, \"group\": [2821.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCTCCGGTT\", \"ini\": 622, \"clust\": 3582, \"rank\": 2395, \"rankvar\": 1067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2967, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2321, \"group\": [3581.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTTACCTA\", \"ini\": 621, \"clust\": 2764, \"rank\": 2902, \"rankvar\": 3292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2968, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2783, \"group\": [2764.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTCAGGCTGAA\", \"ini\": 620, \"clust\": 3085, \"rank\": 2702, \"rankvar\": 2082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2969, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2322, \"group\": [3086.0, 428.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATCACAC\", \"ini\": 619, \"clust\": 3492, \"rank\": 2374, \"rankvar\": 616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2323, \"group\": [3496.0, 468.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCATCATC\", \"ini\": 618, \"clust\": 3149, \"rank\": 3069, \"rankvar\": 2087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2971, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2324, \"group\": [3148.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCACGTG\", \"ini\": 617, \"clust\": 3423, \"rank\": 2333, \"rankvar\": 893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2972, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2325, \"group\": [3426.0, 457.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTCGGACG\", \"ini\": 616, \"clust\": 2995, \"rank\": 2532, \"rankvar\": 306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2973, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2326, \"group\": [2995.0, 404.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTCGTATT\", \"ini\": 615, \"clust\": 3044, \"rank\": 2618, \"rankvar\": 177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2974, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2327, \"group\": [3047.0, 420.0, 86.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGAACTCGG\", \"ini\": 614, \"clust\": 2966, \"rank\": 2957, \"rankvar\": 2249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2975, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2328, \"group\": [2964.0, 402.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACCGAT\", \"ini\": 613, \"clust\": 3464, \"rank\": 2188, \"rankvar\": 1202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2976, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2329, \"group\": [3473.0, 466.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATGCAATC\", \"ini\": 612, \"clust\": 3505, \"rank\": 2319, \"rankvar\": 378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2977, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2330, \"group\": [3508.0, 473.0, 93.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACGTCA\", \"ini\": 611, \"clust\": 3494, \"rank\": 2272, \"rankvar\": 1954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2978, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2331, \"group\": [3494.0, 468.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGTTACCT\", \"ini\": 610, \"clust\": 3293, \"rank\": 2775, \"rankvar\": 1325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2979, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2332, \"group\": [3294.0, 441.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTATCCTA\", \"ini\": 609, \"clust\": 3444, \"rank\": 2571, \"rankvar\": 1525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2980, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2333, \"group\": [3448.0, 458.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGGCTAGCA\", \"ini\": 608, \"clust\": 3018, \"rank\": 2892, \"rankvar\": 1223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2981, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2334, \"group\": [3018.0, 409.0, 84.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCCTAATT\", \"ini\": 607, \"clust\": 3392, \"rank\": 2414, \"rankvar\": 2179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2982, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2335, \"group\": [3392.0, 454.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCTGGTTCC\", \"ini\": 606, \"clust\": 3220, \"rank\": 2988, \"rankvar\": 2421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2983, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2336, \"group\": [3219.0, 437.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGATAGCAT\", \"ini\": 605, \"clust\": 2949, \"rank\": 2581, \"rankvar\": 1408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2984, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2337, \"group\": [2950.0, 398.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGACAAGCC\", \"ini\": 604, \"clust\": 2589, \"rank\": 2681, \"rankvar\": 3403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2985, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2338, \"group\": [2589.0, 339.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATTCACT\", \"ini\": 603, \"clust\": 3405, \"rank\": 2232, \"rankvar\": 1758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2986, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2339, \"group\": [3408.0, 456.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCGGCGCAT\", \"ini\": 602, \"clust\": 3112, \"rank\": 2280, \"rankvar\": 2802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2987, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2340, \"group\": [3111.0, 432.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTACCGAT\", \"ini\": 601, \"clust\": 3488, \"rank\": 2769, \"rankvar\": 1240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2988, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2341, \"group\": [3489.0, 467.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAACTTGAC\", \"ini\": 600, \"clust\": 2983, \"rank\": 2558, \"rankvar\": 289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2989, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2342, \"group\": [2989.0, 403.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTGACTCAT\", \"ini\": 599, \"clust\": 3450, \"rank\": 2257, \"rankvar\": 745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2990, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2343, \"group\": [3451.0, 458.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACATCTTT\", \"ini\": 598, \"clust\": 3174, \"rank\": 3015, \"rankvar\": 553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2991, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2344, \"group\": [3173.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCACTGGC\", \"ini\": 597, \"clust\": 3402, \"rank\": 2299, \"rankvar\": 239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2992, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2345, \"group\": [3402.0, 455.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTACACCGC\", \"ini\": 596, \"clust\": 2541, \"rank\": 2428, \"rankvar\": 1707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2993, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2346, \"group\": [2542.0, 329.0, 69.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCAGATAAG\", \"ini\": 595, \"clust\": 2963, \"rank\": 2790, \"rankvar\": 714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2994, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2347, \"group\": [2968.0, 402.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGTAAGG\", \"ini\": 594, \"clust\": 3319, \"rank\": 2617, \"rankvar\": 25, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2995, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2348, \"group\": [3321.0, 445.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGTGGTAGC\", \"ini\": 593, \"clust\": 3295, \"rank\": 2413, \"rankvar\": 524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2349, \"group\": [3296.0, 441.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGTCCTATGTT\", \"ini\": 592, \"clust\": 3342, \"rank\": 2489, \"rankvar\": 1765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2997, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2350, \"group\": [3342.0, 449.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGCCATT\", \"ini\": 591, \"clust\": 3097, \"rank\": 2824, \"rankvar\": 2065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2998, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2351, \"group\": [3096.0, 429.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCGCATGGC\", \"ini\": 590, \"clust\": 2976, \"rank\": 2596, \"rankvar\": 844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2352, \"group\": [2979.0, 403.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGAAAC\", \"ini\": 589, \"clust\": 3369, \"rank\": 1891, \"rankvar\": 997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3000, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2353, \"group\": [3373.0, 453.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAAGTTGTAGA\", \"ini\": 588, \"clust\": 2998, \"rank\": 2712, \"rankvar\": 1057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3001, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2354, \"group\": [2999.0, 404.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATTCTTAC\", \"ini\": 587, \"clust\": 2982, \"rank\": 2402, \"rankvar\": 2413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3002, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2355, \"group\": [2982.0, 403.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTTTGTG\", \"ini\": 586, \"clust\": 3113, \"rank\": 2582, \"rankvar\": 2063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3003, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2356, \"group\": [3112.0, 432.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAGCATGAG\", \"ini\": 585, \"clust\": 1447, \"rank\": 3138, \"rankvar\": 347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3004, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2923, \"group\": [1448.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGAAACCAT\", \"ini\": 584, \"clust\": 3118, \"rank\": 2578, \"rankvar\": 1644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3005, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2357, \"group\": [3117.0, 433.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACCCTCA\", \"ini\": 583, \"clust\": 3473, \"rank\": 2606, \"rankvar\": 3038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3006, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2358, \"group\": [3478.0, 467.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGTGCGTC\", \"ini\": 582, \"clust\": 3092, \"rank\": 2898, \"rankvar\": 2573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3007, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2359, \"group\": [3094.0, 429.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTCCAACTA\", \"ini\": 581, \"clust\": 3524, \"rank\": 2078, \"rankvar\": 600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3008, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2360, \"group\": [3525.0, 478.0, 94.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTAAATGTG\", \"ini\": 580, \"clust\": 3294, \"rank\": 2222, \"rankvar\": 75, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3009, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2361, \"group\": [3295.0, 441.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGGTGCACA\", \"ini\": 579, \"clust\": 3370, \"rank\": 1976, \"rankvar\": 735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3010, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2362, \"group\": [3372.0, 453.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAGTCGATT\", \"ini\": 578, \"clust\": 2542, \"rank\": 2513, \"rankvar\": 684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3011, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2363, \"group\": [2543.0, 329.0, 69.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAAGGATT\", \"ini\": 577, \"clust\": 2540, \"rank\": 2504, \"rankvar\": 883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3012, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2364, \"group\": [2541.0, 329.0, 69.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTATCAGTC\", \"ini\": 576, \"clust\": 1491, \"rank\": 2549, \"rankvar\": 371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3013, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2924, \"group\": [1495.0, 177.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAGGTA\", \"ini\": 575, \"clust\": 3570, \"rank\": 3380, \"rankvar\": 3466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3014, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 180, \"group\": [3568.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTGTTTGTG\", \"ini\": 574, \"clust\": 1435, \"rank\": 3509, \"rankvar\": 1894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1656, \"group\": [1435.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCAGTCAGT\", \"ini\": 573, \"clust\": 3419, \"rank\": 2357, \"rankvar\": 1585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2365, \"group\": [3419.0, 456.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACGTAAGG\", \"ini\": 572, \"clust\": 3080, \"rank\": 2145, \"rankvar\": 915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3017, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2366, \"group\": [3081.0, 427.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTCAGCGC\", \"ini\": 571, \"clust\": 3578, \"rank\": 2506, \"rankvar\": 619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3018, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2367, \"group\": [3576.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCCGAGCCA\", \"ini\": 570, \"clust\": 2938, \"rank\": 2373, \"rankvar\": 367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3019, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2368, \"group\": [2939.0, 395.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGTCATCCA\", \"ini\": 569, \"clust\": 3564, \"rank\": 2809, \"rankvar\": 2888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3020, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2369, \"group\": [3567.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGAGGCTAGGT\", \"ini\": 568, \"clust\": 3525, \"rank\": 1921, \"rankvar\": 206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3021, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2370, \"group\": [3526.0, 478.0, 94.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACCGAAAG\", \"ini\": 567, \"clust\": 2957, \"rank\": 2183, \"rankvar\": 1013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3022, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2371, \"group\": [2958.0, 400.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCTTCGGTC\", \"ini\": 566, \"clust\": 3366, \"rank\": 2690, \"rankvar\": 388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3023, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2372, \"group\": [3369.0, 452.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGGATGCGT\", \"ini\": 565, \"clust\": 3181, \"rank\": 2764, \"rankvar\": 1074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3024, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2373, \"group\": [3182.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCACATTCGA\", \"ini\": 564, \"clust\": 3571, \"rank\": 3444, \"rankvar\": 3460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3025, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 181, \"group\": [3569.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCTTTCCTC\", \"ini\": 563, \"clust\": 3302, \"rank\": 3060, \"rankvar\": 2995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3026, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2374, \"group\": [3303.0, 441.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCATCCACGTTC\", \"ini\": 562, \"clust\": 1280, \"rank\": 2838, \"rankvar\": 3241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1657, \"group\": [1280.0, 133.0, 17.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCAAGAAGAG\", \"ini\": 561, \"clust\": 3215, \"rank\": 2605, \"rankvar\": 994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3028, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2375, \"group\": [3218.0, 437.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCAACTGGCC\", \"ini\": 560, \"clust\": 3351, \"rank\": 1651, \"rankvar\": 2599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3029, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2376, \"group\": [3353.0, 450.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTAATCACC\", \"ini\": 559, \"clust\": 1959, \"rank\": 1919, \"rankvar\": 887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3030, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2843, \"group\": [1961.0, 278.0, 53.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCATGT\", \"ini\": 558, \"clust\": 2988, \"rank\": 2501, \"rankvar\": 1246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3031, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2377, \"group\": [2985.0, 403.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATATGCA\", \"ini\": 557, \"clust\": 3382, \"rank\": 2556, \"rankvar\": 949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3032, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2378, \"group\": [3384.0, 454.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAATACCG\", \"ini\": 556, \"clust\": 3082, \"rank\": 2487, \"rankvar\": 194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3033, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2379, \"group\": [3084.0, 428.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTTGCGG\", \"ini\": 555, \"clust\": 3286, \"rank\": 3076, \"rankvar\": 2066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3034, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2380, \"group\": [3286.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTCGG\", \"ini\": 554, \"clust\": 3338, \"rank\": 2241, \"rankvar\": 1629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3035, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2381, \"group\": [3338.0, 449.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTTGTATC\", \"ini\": 553, \"clust\": 3395, \"rank\": 2467, \"rankvar\": 510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3036, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2382, \"group\": [3395.0, 454.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTATTGGA\", \"ini\": 552, \"clust\": 3514, \"rank\": 2632, \"rankvar\": 1817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3037, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2383, \"group\": [3515.0, 475.0, 94.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTGGAGAA\", \"ini\": 551, \"clust\": 2989, \"rank\": 2923, \"rankvar\": 1073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3038, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2384, \"group\": [2990.0, 404.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTATATCCG\", \"ini\": 550, \"clust\": 2520, \"rank\": 1721, \"rankvar\": 916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3039, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2385, \"group\": [2520.0, 323.0, 68.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCAGCATCATC\", \"ini\": 549, \"clust\": 3297, \"rank\": 2766, \"rankvar\": 768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3040, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2386, \"group\": [3298.0, 441.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCGCATGGC\", \"ini\": 548, \"clust\": 3033, \"rank\": 2251, \"rankvar\": 469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3041, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2387, \"group\": [3034.0, 414.0, 85.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCGCCAGCA\", \"ini\": 547, \"clust\": 2883, \"rank\": 3090, \"rankvar\": 3352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3042, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2784, \"group\": [2886.0, 379.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACATACGCCG\", \"ini\": 546, \"clust\": 3374, \"rank\": 2713, \"rankvar\": 1399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3043, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2388, \"group\": [3375.0, 453.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGCCCAACC\", \"ini\": 545, \"clust\": 972, \"rank\": 919, \"rankvar\": 2287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3044, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2991, \"group\": [975.0, 108.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACACAGAGGT\", \"ini\": 544, \"clust\": 3359, \"rank\": 2244, \"rankvar\": 1438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3045, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2389, \"group\": [3359.0, 451.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGAGTGTG\", \"ini\": 543, \"clust\": 3587, \"rank\": 2231, \"rankvar\": 1796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3046, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2390, \"group\": [3588.0, 488.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTTCCGCAGTG\", \"ini\": 542, \"clust\": 3440, \"rank\": 2515, \"rankvar\": 959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3047, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2391, \"group\": [3439.0, 458.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGAGGACGG\", \"ini\": 541, \"clust\": 2898, \"rank\": 2722, \"rankvar\": 2824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3048, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2785, \"group\": [2899.0, 382.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGACATC\", \"ini\": 540, \"clust\": 3014, \"rank\": 2876, \"rankvar\": 1138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3049, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2392, \"group\": [3014.0, 408.0, 84.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAGGGTAC\", \"ini\": 539, \"clust\": 3456, \"rank\": 2613, \"rankvar\": 2917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3050, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2393, \"group\": [3456.0, 460.0, 89.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACAAGCCC\", \"ini\": 538, \"clust\": 3574, \"rank\": 2376, \"rankvar\": 2167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3051, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2394, \"group\": [3579.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGCCATAG\", \"ini\": 537, \"clust\": 3588, \"rank\": 2092, \"rankvar\": 470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3052, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2395, \"group\": [3589.0, 488.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGAGGGAACGG\", \"ini\": 536, \"clust\": 3383, \"rank\": 2420, \"rankvar\": 315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3053, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2396, \"group\": [3382.0, 454.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCCAAATGC\", \"ini\": 535, \"clust\": 2903, \"rank\": 2983, \"rankvar\": 2594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3054, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2786, \"group\": [2904.0, 382.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCGTGAGT\", \"ini\": 534, \"clust\": 2944, \"rank\": 2398, \"rankvar\": 124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3055, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2397, \"group\": [2946.0, 397.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCCACT\", \"ini\": 533, \"clust\": 3579, \"rank\": 3083, \"rankvar\": 3144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3056, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2398, \"group\": [3577.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGTCCTC\", \"ini\": 532, \"clust\": 2374, \"rank\": 3581, \"rankvar\": 3496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3057, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 156, \"group\": [2377.0, 312.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATAACGA\", \"ini\": 531, \"clust\": 2830, \"rank\": 3189, \"rankvar\": 3271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3058, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2787, \"group\": [2830.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGCTTCT\", \"ini\": 530, \"clust\": 2840, \"rank\": 2900, \"rankvar\": 1713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3059, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2788, \"group\": [2843.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCCGGCACA\", \"ini\": 529, \"clust\": 3145, \"rank\": 2794, \"rankvar\": 706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3060, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2399, \"group\": [3147.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAAAGCGGT\", \"ini\": 528, \"clust\": 2732, \"rank\": 2577, \"rankvar\": 1479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3061, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2400, \"group\": [2734.0, 372.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTAAGTAC\", \"ini\": 527, \"clust\": 3379, \"rank\": 2604, \"rankvar\": 1510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3062, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2401, \"group\": [3378.0, 453.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTAACCCT\", \"ini\": 526, \"clust\": 3542, \"rank\": 2615, \"rankvar\": 471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3063, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2402, \"group\": [3546.0, 483.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTGAGTTC\", \"ini\": 525, \"clust\": 1429, \"rank\": 3528, \"rankvar\": 457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1658, \"group\": [1430.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCGCCTCA\", \"ini\": 524, \"clust\": 2526, \"rank\": 2330, \"rankvar\": 911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3065, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2403, \"group\": [2527.0, 325.0, 68.0, 22.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTAATAGCA\", \"ini\": 523, \"clust\": 3030, \"rank\": 2600, \"rankvar\": 1080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3066, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2404, \"group\": [3029.0, 413.0, 85.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTAGCCTAT\", \"ini\": 522, \"clust\": 3124, \"rank\": 2973, \"rankvar\": 838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3067, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2405, \"group\": [3125.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTTACGGAG\", \"ini\": 521, \"clust\": 3287, \"rank\": 2835, \"rankvar\": 1411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3068, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2406, \"group\": [3287.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTCTGTCG\", \"ini\": 520, \"clust\": 3043, \"rank\": 2242, \"rankvar\": 814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3069, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2407, \"group\": [3043.0, 417.0, 85.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGCCAACAG\", \"ini\": 519, \"clust\": 2735, \"rank\": 2368, \"rankvar\": 3302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3070, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2789, \"group\": [2732.0, 372.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAGTCCCTACT\", \"ini\": 518, \"clust\": 3204, \"rank\": 3196, \"rankvar\": 2407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3071, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2408, \"group\": [3204.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGACAAAGG\", \"ini\": 517, \"clust\": 3438, \"rank\": 2908, \"rankvar\": 2681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2409, \"group\": [3440.0, 458.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTGAGTTC\", \"ini\": 516, \"clust\": 2402, \"rank\": 3579, \"rankvar\": 3575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3073, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 157, \"group\": [2399.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTGCTTG\", \"ini\": 515, \"clust\": 3339, \"rank\": 2052, \"rankvar\": 1640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3074, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2410, \"group\": [3339.0, 449.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTATGCGT\", \"ini\": 514, \"clust\": 3088, \"rank\": 2779, \"rankvar\": 1825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3075, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2411, \"group\": [3090.0, 428.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTGTAGAGTGC\", \"ini\": 513, \"clust\": 3086, \"rank\": 2855, \"rankvar\": 2080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3076, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2412, \"group\": [3087.0, 428.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACTGAAGG\", \"ini\": 512, \"clust\": 3090, \"rank\": 2654, \"rankvar\": 1811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3077, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2413, \"group\": [3089.0, 428.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCAGAGCAATT\", \"ini\": 511, \"clust\": 3156, \"rank\": 3203, \"rankvar\": 2334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3078, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2414, \"group\": [3154.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTAAGTGTA\", \"ini\": 510, \"clust\": 3490, \"rank\": 2656, \"rankvar\": 2036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3079, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2415, \"group\": [3488.0, 467.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCTTGTCC\", \"ini\": 509, \"clust\": 3101, \"rank\": 2782, \"rankvar\": 577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3080, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2416, \"group\": [3105.0, 429.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTTGTACAC\", \"ini\": 508, \"clust\": 3019, \"rank\": 2746, \"rankvar\": 535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3081, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2417, \"group\": [3019.0, 409.0, 84.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCAGGACA\", \"ini\": 507, \"clust\": 3385, \"rank\": 2867, \"rankvar\": 1816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2418, \"group\": [3389.0, 454.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCCGTCAG\", \"ini\": 506, \"clust\": 3015, \"rank\": 2880, \"rankvar\": 2141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3083, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2419, \"group\": [3015.0, 408.0, 84.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACAGCCCA\", \"ini\": 505, \"clust\": 3447, \"rank\": 2635, \"rankvar\": 2872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3084, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2420, \"group\": [3444.0, 458.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACAGGAATCG\", \"ini\": 504, \"clust\": 2547, \"rank\": 2080, \"rankvar\": 1798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3085, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2421, \"group\": [2547.0, 331.0, 71.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTATCCGA\", \"ini\": 503, \"clust\": 2948, \"rank\": 2184, \"rankvar\": 512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2422, \"group\": [2949.0, 398.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTCTCATT\", \"ini\": 502, \"clust\": 3422, \"rank\": 2329, \"rankvar\": 2312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3087, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2423, \"group\": [3422.0, 456.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGAACAACT\", \"ini\": 501, \"clust\": 3549, \"rank\": 2730, \"rankvar\": 3102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3088, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2424, \"group\": [3548.0, 483.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGGTGTTA\", \"ini\": 500, \"clust\": 3412, \"rank\": 2715, \"rankvar\": 2862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3089, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2425, \"group\": [3412.0, 456.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAATTCCTT\", \"ini\": 499, \"clust\": 3391, \"rank\": 2569, \"rankvar\": 2523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2426, \"group\": [3394.0, 454.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGATGAGAG\", \"ini\": 498, \"clust\": 3151, \"rank\": 3460, \"rankvar\": 3077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3091, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1833, \"group\": [3152.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTTCGTCTC\", \"ini\": 497, \"clust\": 2980, \"rank\": 2920, \"rankvar\": 2269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3092, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2427, \"group\": [2983.0, 403.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGAGGGATA\", \"ini\": 496, \"clust\": 3000, \"rank\": 2686, \"rankvar\": 1447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3093, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2428, \"group\": [3001.0, 404.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTGGACGAT\", \"ini\": 495, \"clust\": 3475, \"rank\": 2706, \"rankvar\": 2807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3094, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2429, \"group\": [3476.0, 467.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGGTGCCT\", \"ini\": 494, \"clust\": 2904, \"rank\": 3004, \"rankvar\": 2547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3095, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2790, \"group\": [2905.0, 383.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCGCCAAAT\", \"ini\": 493, \"clust\": 2568, \"rank\": 2066, \"rankvar\": 513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3096, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2430, \"group\": [2570.0, 337.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGGTGGAT\", \"ini\": 492, \"clust\": 3510, \"rank\": 2650, \"rankvar\": 1702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3097, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2431, \"group\": [3511.0, 474.0, 93.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTTGAGTTC\", \"ini\": 491, \"clust\": 1869, \"rank\": 2073, \"rankvar\": 337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3098, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2432, \"group\": [1869.0, 265.0, 50.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCAAGAAGT\", \"ini\": 490, \"clust\": 3483, \"rank\": 2443, \"rankvar\": 2037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3099, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2433, \"group\": [3486.0, 467.0, 91.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCACGTGAGA\", \"ini\": 489, \"clust\": 2936, \"rank\": 2165, \"rankvar\": 342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3100, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2434, \"group\": [2936.0, 394.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGTCGATAA\", \"ini\": 488, \"clust\": 3165, \"rank\": 2793, \"rankvar\": 958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3101, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2435, \"group\": [3166.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACCCATGG\", \"ini\": 487, \"clust\": 3458, \"rank\": 2466, \"rankvar\": 1807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2436, \"group\": [3461.0, 462.0, 89.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCATGTTCCC\", \"ini\": 486, \"clust\": 2996, \"rank\": 3141, \"rankvar\": 2159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3103, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2437, \"group\": [2997.0, 404.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCCACCCAGTG\", \"ini\": 485, \"clust\": 3083, \"rank\": 2936, \"rankvar\": 1598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3104, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2438, \"group\": [3082.0, 428.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGACTCGGA\", \"ini\": 484, \"clust\": 3171, \"rank\": 2748, \"rankvar\": 453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3105, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2439, \"group\": [3175.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTGTTAG\", \"ini\": 483, \"clust\": 3543, \"rank\": 3211, \"rankvar\": 2977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3106, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2440, \"group\": [3545.0, 483.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGCAGGCTA\", \"ini\": 482, \"clust\": 2864, \"rank\": 3360, \"rankvar\": 3137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3107, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2791, \"group\": [2864.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCACCT\", \"ini\": 481, \"clust\": 2354, \"rank\": 2679, \"rankvar\": 435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3108, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2441, \"group\": [2354.0, 305.0, 60.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCAGTTCGA\", \"ini\": 480, \"clust\": 3259, \"rank\": 2991, \"rankvar\": 1603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3109, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2442, \"group\": [3259.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGAGGTACC\", \"ini\": 479, \"clust\": 3330, \"rank\": 1762, \"rankvar\": 1519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3110, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2443, \"group\": [3330.0, 448.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTAGTGAAT\", \"ini\": 478, \"clust\": 3541, \"rank\": 2298, \"rankvar\": 932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3111, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2444, \"group\": [3542.0, 483.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAGCTGTT\", \"ini\": 477, \"clust\": 3375, \"rank\": 2673, \"rankvar\": 2041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2445, \"group\": [3376.0, 453.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCACAGATGAGC\", \"ini\": 476, \"clust\": 3396, \"rank\": 2767, \"rankvar\": 2264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2446, \"group\": [3396.0, 454.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCTCACATT\", \"ini\": 475, \"clust\": 3296, \"rank\": 2792, \"rankvar\": 1482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3114, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2447, \"group\": [3297.0, 441.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACCATGTA\", \"ini\": 474, \"clust\": 2762, \"rank\": 3123, \"rankvar\": 3409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3115, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2792, \"group\": [2763.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCATGTCCC\", \"ini\": 473, \"clust\": 3217, \"rank\": 2644, \"rankvar\": 1991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3116, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2448, \"group\": [3217.0, 437.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCGCCAGCA\", \"ini\": 472, \"clust\": 3568, \"rank\": 2620, \"rankvar\": 892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3117, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2449, \"group\": [3566.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGGACGTA\", \"ini\": 471, \"clust\": 3087, \"rank\": 2797, \"rankvar\": 2040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3118, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2450, \"group\": [3091.0, 428.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTAGAGCTG\", \"ini\": 470, \"clust\": 3127, \"rank\": 3014, \"rankvar\": 1420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3119, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2451, \"group\": [3128.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCTAACTGG\", \"ini\": 469, \"clust\": 3273, \"rank\": 2717, \"rankvar\": 1901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2452, \"group\": [3274.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGACCGGAT\", \"ini\": 468, \"clust\": 2973, \"rank\": 2803, \"rankvar\": 422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3121, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2453, \"group\": [2972.0, 403.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTATTCTC\", \"ini\": 467, \"clust\": 2978, \"rank\": 2847, \"rankvar\": 1168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3122, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2454, \"group\": [2976.0, 403.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGGGATCTG\", \"ini\": 466, \"clust\": 2859, \"rank\": 3450, \"rankvar\": 2952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3123, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2793, \"group\": [2860.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGAGGGAG\", \"ini\": 465, \"clust\": 3345, \"rank\": 2108, \"rankvar\": 1748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3124, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2455, \"group\": [3345.0, 449.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACTTAACG\", \"ini\": 464, \"clust\": 3432, \"rank\": 2548, \"rankvar\": 1727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3125, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2456, \"group\": [3432.0, 458.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTTAAGATG\", \"ini\": 463, \"clust\": 3289, \"rank\": 2896, \"rankvar\": 1784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3126, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2457, \"group\": [3289.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTAGCGTCC\", \"ini\": 462, \"clust\": 2710, \"rank\": 1952, \"rankvar\": 1777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3127, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2458, \"group\": [2711.0, 368.0, 77.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCATCCTAGA\", \"ini\": 461, \"clust\": 3292, \"rank\": 2958, \"rankvar\": 3386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3128, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2459, \"group\": [3293.0, 440.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCTTGGTC\", \"ini\": 460, \"clust\": 3304, \"rank\": 2611, \"rankvar\": 245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3129, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2460, \"group\": [3305.0, 442.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGACA\", \"ini\": 459, \"clust\": 2396, \"rank\": 3582, \"rankvar\": 3554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1659, \"group\": [2397.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAGACACTT\", \"ini\": 458, \"clust\": 3161, \"rank\": 3326, \"rankvar\": 972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3131, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2461, \"group\": [3159.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTGGTGTAG\", \"ini\": 457, \"clust\": 2905, \"rank\": 2815, \"rankvar\": 1312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3132, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2462, \"group\": [2906.0, 383.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTAGAAGGA\", \"ini\": 456, \"clust\": 3219, \"rank\": 2881, \"rankvar\": 2382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3133, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2463, \"group\": [3221.0, 437.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCAGGCTCAC\", \"ini\": 455, \"clust\": 3288, \"rank\": 3107, \"rankvar\": 1355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3134, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2464, \"group\": [3291.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTGTCCGT\", \"ini\": 454, \"clust\": 2941, \"rank\": 2688, \"rankvar\": 1579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3135, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2465, \"group\": [2942.0, 397.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCAATAAGG\", \"ini\": 453, \"clust\": 3387, \"rank\": 2969, \"rankvar\": 1197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3136, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2466, \"group\": [3386.0, 454.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAGTCGACTAT\", \"ini\": 452, \"clust\": 3213, \"rank\": 3516, \"rankvar\": 3358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1660, \"group\": [3213.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCACAGTAC\", \"ini\": 451, \"clust\": 3218, \"rank\": 2652, \"rankvar\": 1736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3138, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2467, \"group\": [3222.0, 437.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATGCCAG\", \"ini\": 450, \"clust\": 1350, \"rank\": 2861, \"rankvar\": 210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3139, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2925, \"group\": [1351.0, 163.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGATGTGG\", \"ini\": 449, \"clust\": 3381, \"rank\": 2682, \"rankvar\": 1352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3140, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2468, \"group\": [3385.0, 454.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACTGTCGG\", \"ini\": 448, \"clust\": 3364, \"rank\": 2524, \"rankvar\": 1524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3141, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2469, \"group\": [3363.0, 452.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCGCCAAAT\", \"ini\": 447, \"clust\": 2979, \"rank\": 3177, \"rankvar\": 2393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3142, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2470, \"group\": [2977.0, 403.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCACCCTATC\", \"ini\": 446, \"clust\": 2831, \"rank\": 3389, \"rankvar\": 3290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3143, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2794, \"group\": [2831.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGAGCCAA\", \"ini\": 445, \"clust\": 3222, \"rank\": 2575, \"rankvar\": 2027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3144, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2471, \"group\": [3223.0, 437.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTACCGCTG\", \"ini\": 444, \"clust\": 2908, \"rank\": 3056, \"rankvar\": 3019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3145, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2472, \"group\": [2911.0, 385.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACATTTGCTT\", \"ini\": 443, \"clust\": 2833, \"rank\": 3431, \"rankvar\": 3343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3146, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2795, \"group\": [2833.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTGTACC\", \"ini\": 442, \"clust\": 3228, \"rank\": 2977, \"rankvar\": 2779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3147, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2473, \"group\": [3231.0, 437.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATTGCGA\", \"ini\": 441, \"clust\": 3298, \"rank\": 3021, \"rankvar\": 1493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2474, \"group\": [3299.0, 441.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTGTACCAGTT\", \"ini\": 440, \"clust\": 2575, \"rank\": 2498, \"rankvar\": 609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3149, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2475, \"group\": [2575.0, 337.0, 72.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGCTACCGC\", \"ini\": 439, \"clust\": 3300, \"rank\": 2912, \"rankvar\": 2182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3150, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2476, \"group\": [3300.0, 441.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGAGGGTT\", \"ini\": 438, \"clust\": 3169, \"rank\": 2844, \"rankvar\": 1091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3151, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2477, \"group\": [3170.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTAGAAAGG\", \"ini\": 437, \"clust\": 3388, \"rank\": 2878, \"rankvar\": 1236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3152, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2478, \"group\": [3387.0, 454.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGACTAGAT\", \"ini\": 436, \"clust\": 3372, \"rank\": 2518, \"rankvar\": 1612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3153, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2479, \"group\": [3371.0, 453.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTACGCCC\", \"ini\": 435, \"clust\": 1493, \"rank\": 2732, \"rankvar\": 730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3154, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2926, \"group\": [1492.0, 177.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCGAGGTAG\", \"ini\": 434, \"clust\": 2719, \"rank\": 1849, \"rankvar\": 3286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3155, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2796, \"group\": [2719.0, 370.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCGAACC\", \"ini\": 433, \"clust\": 3265, \"rank\": 3011, \"rankvar\": 1978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2480, \"group\": [3266.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTACGACT\", \"ini\": 432, \"clust\": 2842, \"rank\": 3386, \"rankvar\": 3219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3157, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2797, \"group\": [2842.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCAGGCGAA\", \"ini\": 431, \"clust\": 2965, \"rank\": 3109, \"rankvar\": 1801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3158, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2481, \"group\": [2966.0, 402.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGTTAGCGG\", \"ini\": 430, \"clust\": 3122, \"rank\": 3307, \"rankvar\": 2693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3159, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2482, \"group\": [3123.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGCTGAAAT\", \"ini\": 429, \"clust\": 2790, \"rank\": 3272, \"rankvar\": 2815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3160, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2798, \"group\": [2791.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCAGGGTATG\", \"ini\": 428, \"clust\": 3310, \"rank\": 3557, \"rankvar\": 545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1661, \"group\": [3310.0, 443.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCATACTG\", \"ini\": 427, \"clust\": 3397, \"rank\": 2742, \"rankvar\": 175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3162, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2483, \"group\": [3400.0, 455.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCTGCCAG\", \"ini\": 426, \"clust\": 3153, \"rank\": 3084, \"rankvar\": 564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3163, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2484, \"group\": [3158.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTGCCTTGG\", \"ini\": 425, \"clust\": 2811, \"rank\": 3313, \"rankvar\": 2453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3164, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2799, \"group\": [2812.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGCACACAG\", \"ini\": 424, \"clust\": 2748, \"rank\": 3173, \"rankvar\": 2816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3165, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2800, \"group\": [2749.0, 376.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCTGATACG\", \"ini\": 423, \"clust\": 2977, \"rank\": 2787, \"rankvar\": 1243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3166, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2485, \"group\": [2978.0, 403.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGTCATC\", \"ini\": 422, \"clust\": 3224, \"rank\": 2953, \"rankvar\": 2301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3167, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2486, \"group\": [3228.0, 437.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCGGATGTT\", \"ini\": 421, \"clust\": 3046, \"rank\": 2859, \"rankvar\": 1733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3168, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2487, \"group\": [3046.0, 419.0, 86.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGAGGTAGA\", \"ini\": 420, \"clust\": 2866, \"rank\": 3455, \"rankvar\": 2140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3169, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2801, \"group\": [2883.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGACAAGCC\", \"ini\": 419, \"clust\": 2835, \"rank\": 3445, \"rankvar\": 3069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3170, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2802, \"group\": [2836.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCATACAGCT\", \"ini\": 418, \"clust\": 1889, \"rank\": 2555, \"rankvar\": 2616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3171, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2844, \"group\": [1891.0, 270.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACAGTTC\", \"ini\": 417, \"clust\": 3170, \"rank\": 2755, \"rankvar\": 1371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2488, \"group\": [3171.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGTTTGCGT\", \"ini\": 416, \"clust\": 3357, \"rank\": 2367, \"rankvar\": 511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3173, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2489, \"group\": [3360.0, 451.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGTAG\", \"ini\": 415, \"clust\": 3221, \"rank\": 2989, \"rankvar\": 2879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3174, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2490, \"group\": [3220.0, 437.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACACTGTTAG\", \"ini\": 414, \"clust\": 2785, \"rank\": 2982, \"rankvar\": 3252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3175, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2803, \"group\": [2786.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCTCA\", \"ini\": 413, \"clust\": 3312, \"rank\": 2917, \"rankvar\": 284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3176, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2491, \"group\": [3313.0, 444.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGATCGATA\", \"ini\": 412, \"clust\": 3009, \"rank\": 3054, \"rankvar\": 1648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3177, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2492, \"group\": [3007.0, 405.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCTAAACC\", \"ini\": 411, \"clust\": 2829, \"rank\": 3393, \"rankvar\": 3294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3178, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2804, \"group\": [2832.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTAGCGC\", \"ini\": 410, \"clust\": 3084, \"rank\": 3171, \"rankvar\": 2296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3179, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2493, \"group\": [3083.0, 428.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCATGTTCCC\", \"ini\": 409, \"clust\": 3057, \"rank\": 2865, \"rankvar\": 877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2494, \"group\": [3058.0, 424.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGCACTTAAGC\", \"ini\": 408, \"clust\": 3060, \"rank\": 3032, \"rankvar\": 3285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2495, \"group\": [3063.0, 425.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATATGCTG\", \"ini\": 407, \"clust\": 3117, \"rank\": 2945, \"rankvar\": 2542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3182, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2496, \"group\": [3119.0, 433.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTACAGCAG\", \"ini\": 406, \"clust\": 2974, \"rank\": 3059, \"rankvar\": 1041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3183, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2497, \"group\": [2973.0, 403.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCATAACCG\", \"ini\": 405, \"clust\": 1541, \"rank\": 2233, \"rankvar\": 2274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3184, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2927, \"group\": [1543.0, 188.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGGCACTA\", \"ini\": 404, \"clust\": 3001, \"rank\": 2519, \"rankvar\": 436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3185, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2498, \"group\": [3002.0, 404.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTGTAAGGGCT\", \"ini\": 403, \"clust\": 3283, \"rank\": 2967, \"rankvar\": 1287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3186, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2499, \"group\": [3284.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCTTAATC\", \"ini\": 402, \"clust\": 3028, \"rank\": 2796, \"rankvar\": 2914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3187, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2500, \"group\": [3032.0, 413.0, 85.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGTTGGC\", \"ini\": 401, \"clust\": 2512, \"rank\": 2174, \"rankvar\": 339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3188, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2501, \"group\": [2513.0, 319.0, 65.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGAATTGTG\", \"ini\": 400, \"clust\": 2822, \"rank\": 3174, \"rankvar\": 3349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3189, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2805, \"group\": [2828.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGGCATTGG\", \"ini\": 399, \"clust\": 3251, \"rank\": 3031, \"rankvar\": 2262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3190, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2502, \"group\": [3252.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTACCGAGA\", \"ini\": 398, \"clust\": 172, \"rank\": 1420, \"rankvar\": 1669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3191, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2928, \"group\": [173.0, 55.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACGGTAAG\", \"ini\": 397, \"clust\": 3167, \"rank\": 3099, \"rankvar\": 2340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3192, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2503, \"group\": [3168.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCGTCATC\", \"ini\": 396, \"clust\": 2946, \"rank\": 2708, \"rankvar\": 2414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3193, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2504, \"group\": [2945.0, 397.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTCAGATAA\", \"ini\": 395, \"clust\": 3274, \"rank\": 2833, \"rankvar\": 2336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3194, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2505, \"group\": [3275.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGGGAACGG\", \"ini\": 394, \"clust\": 3073, \"rank\": 3303, \"rankvar\": 2951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3195, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2806, \"group\": [3072.0, 426.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCATCCGGGT\", \"ini\": 393, \"clust\": 3281, \"rank\": 3166, \"rankvar\": 2564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3196, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2506, \"group\": [3281.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGAGTGACC\", \"ini\": 392, \"clust\": 3365, \"rank\": 2705, \"rankvar\": 913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2507, \"group\": [3364.0, 452.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATAGCTGATAA\", \"ini\": 391, \"clust\": 3223, \"rank\": 2385, \"rankvar\": 1128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3198, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2508, \"group\": [3224.0, 437.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTATGCGT\", \"ini\": 390, \"clust\": 3448, \"rank\": 2202, \"rankvar\": 2331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3199, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2509, \"group\": [3445.0, 458.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCACCAGCAC\", \"ini\": 389, \"clust\": 3249, \"rank\": 3022, \"rankvar\": 1491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2510, \"group\": [3249.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTCGCATAT\", \"ini\": 388, \"clust\": 2552, \"rank\": 2401, \"rankvar\": 761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3201, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2511, \"group\": [2553.0, 332.0, 71.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTCTGGC\", \"ini\": 387, \"clust\": 3239, \"rank\": 3168, \"rankvar\": 1625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3202, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2512, \"group\": [3241.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTGCGTAA\", \"ini\": 386, \"clust\": 3226, \"rank\": 2527, \"rankvar\": 1624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3203, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2513, \"group\": [3225.0, 437.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCCATTCTA\", \"ini\": 385, \"clust\": 3318, \"rank\": 2778, \"rankvar\": 492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3204, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2514, \"group\": [3322.0, 445.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATGTTCCC\", \"ini\": 384, \"clust\": 3255, \"rank\": 3191, \"rankvar\": 2303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3205, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2515, \"group\": [3258.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGTGCCTG\", \"ini\": 383, \"clust\": 3207, \"rank\": 3180, \"rankvar\": 1456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3206, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2516, \"group\": [3210.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGTAGCCGA\", \"ini\": 382, \"clust\": 2959, \"rank\": 2806, \"rankvar\": 2322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3207, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2517, \"group\": [2960.0, 401.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGGGTCA\", \"ini\": 381, \"clust\": 3240, \"rank\": 2813, \"rankvar\": 1077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3208, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2518, \"group\": [3239.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCACGGTTA\", \"ini\": 380, \"clust\": 3031, \"rank\": 2789, \"rankvar\": 329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3209, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2992, \"group\": [3030.0, 413.0, 85.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCGTTTATC\", \"ini\": 379, \"clust\": 2950, \"rank\": 2375, \"rankvar\": 1190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3210, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2993, \"group\": [2951.0, 398.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCAGTATCTCG\", \"ini\": 378, \"clust\": 3143, \"rank\": 2759, \"rankvar\": 90, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3211, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2519, \"group\": [3144.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCTTGCATT\", \"ini\": 377, \"clust\": 2990, \"rank\": 3200, \"rankvar\": 2558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3212, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2520, \"group\": [2991.0, 404.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGTACGTTC\", \"ini\": 376, \"clust\": 3119, \"rank\": 2741, \"rankvar\": 1367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3213, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2521, \"group\": [3118.0, 433.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTACCGAT\", \"ini\": 375, \"clust\": 3256, \"rank\": 3281, \"rankvar\": 2707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3214, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2522, \"group\": [3256.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGCATGGATGG\", \"ini\": 374, \"clust\": 3547, \"rank\": 2913, \"rankvar\": 2812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3215, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2523, \"group\": [3549.0, 483.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAGCAGTTT\", \"ini\": 373, \"clust\": 2801, \"rank\": 3290, \"rankvar\": 1657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2807, \"group\": [2803.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGTTACCCA\", \"ini\": 372, \"clust\": 3393, \"rank\": 2639, \"rankvar\": 899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3217, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2524, \"group\": [3393.0, 454.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGAATCTCC\", \"ini\": 371, \"clust\": 3267, \"rank\": 3094, \"rankvar\": 2228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3218, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2525, \"group\": [3271.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGTACGATA\", \"ini\": 370, \"clust\": 3157, \"rank\": 3082, \"rankvar\": 1451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3219, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2526, \"group\": [3155.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCCAACGG\", \"ini\": 369, \"clust\": 3138, \"rank\": 3385, \"rankvar\": 2272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3220, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2527, \"group\": [3137.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCTCCAATGGT\", \"ini\": 368, \"clust\": 2951, \"rank\": 2521, \"rankvar\": 1879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2528, \"group\": [2952.0, 398.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACTATTC\", \"ini\": 367, \"clust\": 3376, \"rank\": 2528, \"rankvar\": 1862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3222, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2529, \"group\": [3377.0, 453.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGTGGTCCC\", \"ini\": 366, \"clust\": 3139, \"rank\": 3433, \"rankvar\": 1732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3223, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2530, \"group\": [3138.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGGCACA\", \"ini\": 365, \"clust\": 3100, \"rank\": 3126, \"rankvar\": 2486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3224, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2531, \"group\": [3099.0, 429.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGTTGTCGT\", \"ini\": 364, \"clust\": 236, \"rank\": 2554, \"rankvar\": 2090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3225, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2929, \"group\": [236.0, 60.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTACCAGTT\", \"ini\": 363, \"clust\": 3075, \"rank\": 3118, \"rankvar\": 1981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3226, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2532, \"group\": [3074.0, 426.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAACAATC\", \"ini\": 362, \"clust\": 319, \"rank\": 2442, \"rankvar\": 1620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3227, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2930, \"group\": [319.0, 63.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCTTTCTC\", \"ini\": 361, \"clust\": 3377, \"rank\": 2840, \"rankvar\": 1278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3228, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2533, \"group\": [3381.0, 453.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTAGGGTG\", \"ini\": 360, \"clust\": 2999, \"rank\": 3020, \"rankvar\": 2035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3229, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2534, \"group\": [3000.0, 404.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCTCTCGT\", \"ini\": 359, \"clust\": 2813, \"rank\": 3220, \"rankvar\": 2611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3230, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2808, \"group\": [2814.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCAAACTC\", \"ini\": 358, \"clust\": 3184, \"rank\": 3257, \"rankvar\": 1454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3231, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2535, \"group\": [3184.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTTCAT\", \"ini\": 357, \"clust\": 3266, \"rank\": 2962, \"rankvar\": 2411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3232, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2536, \"group\": [3267.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGACAGCC\", \"ini\": 356, \"clust\": 3178, \"rank\": 2990, \"rankvar\": 773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3233, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2537, \"group\": [3180.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGCGTTTC\", \"ini\": 355, \"clust\": 3269, \"rank\": 3008, \"rankvar\": 1584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3234, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2538, \"group\": [3268.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCACTGGC\", \"ini\": 354, \"clust\": 2799, \"rank\": 2416, \"rankvar\": 343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3235, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2539, \"group\": [2800.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTTATGCGT\", \"ini\": 353, \"clust\": 1960, \"rank\": 2225, \"rankvar\": 1547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3236, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2845, \"group\": [1959.0, 277.0, 53.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTTCCACA\", \"ini\": 352, \"clust\": 3244, \"rank\": 3017, \"rankvar\": 2163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2540, \"group\": [3242.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGTGAGTG\", \"ini\": 351, \"clust\": 3545, \"rank\": 2736, \"rankvar\": 1421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3238, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2541, \"group\": [3544.0, 483.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCAGGTTCA\", \"ini\": 350, \"clust\": 3054, \"rank\": 3198, \"rankvar\": 2882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3239, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2542, \"group\": [3054.0, 424.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCGCTTG\", \"ini\": 349, \"clust\": 3290, \"rank\": 3030, \"rankvar\": 2280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3240, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2543, \"group\": [3290.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTATTAGCC\", \"ini\": 348, \"clust\": 3194, \"rank\": 3249, \"rankvar\": 1392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3241, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2544, \"group\": [3192.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAAGCGGT\", \"ini\": 347, \"clust\": 3299, \"rank\": 2974, \"rankvar\": 1257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3242, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2545, \"group\": [3302.0, 441.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCAACTGCTA\", \"ini\": 346, \"clust\": 3134, \"rank\": 3097, \"rankvar\": 2050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3243, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2546, \"group\": [3133.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCATTTGCTT\", \"ini\": 345, \"clust\": 1857, \"rank\": 1783, \"rankvar\": 2403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2547, \"group\": [1860.0, 261.0, 49.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGCTTCGCG\", \"ini\": 344, \"clust\": 3155, \"rank\": 3195, \"rankvar\": 1769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3245, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2548, \"group\": [3156.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGAAGGCCT\", \"ini\": 343, \"clust\": 2693, \"rank\": 2100, \"rankvar\": 2988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2549, \"group\": [2693.0, 363.0, 76.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGGTCTCGTTC\", \"ini\": 342, \"clust\": 3227, \"rank\": 2883, \"rankvar\": 2481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3247, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2550, \"group\": [3226.0, 437.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTCCACT\", \"ini\": 341, \"clust\": 2834, \"rank\": 3331, \"rankvar\": 3149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2809, \"group\": [2834.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCAAGGCTCC\", \"ini\": 340, \"clust\": 3205, \"rank\": 3170, \"rankvar\": 1634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2551, \"group\": [3205.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAAGGAG\", \"ini\": 339, \"clust\": 1363, \"rank\": 2845, \"rankvar\": 841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3250, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2931, \"group\": [1364.0, 164.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTAAGATG\", \"ini\": 338, \"clust\": 3168, \"rank\": 2942, \"rankvar\": 1794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2552, \"group\": [3169.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCATCCGCGA\", \"ini\": 337, \"clust\": 1510, \"rank\": 2848, \"rankvar\": 2302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3252, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2932, \"group\": [1510.0, 181.0, 32.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTTGGAGGT\", \"ini\": 336, \"clust\": 1364, \"rank\": 3027, \"rankvar\": 1815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3253, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2933, \"group\": [1369.0, 165.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGGAGC\", \"ini\": 335, \"clust\": 2874, \"rank\": 3547, \"rankvar\": 3248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3254, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2810, \"group\": [2876.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGTAGGCCA\", \"ini\": 334, \"clust\": 3263, \"rank\": 2959, \"rankvar\": 3085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2553, \"group\": [3264.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTGGGAT\", \"ini\": 333, \"clust\": 3380, \"rank\": 2616, \"rankvar\": 827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3256, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2554, \"group\": [3379.0, 453.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGCATGGC\", \"ini\": 332, \"clust\": 3154, \"rank\": 3184, \"rankvar\": 1214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2555, \"group\": [3157.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCGCTTGTC\", \"ini\": 331, \"clust\": 1358, \"rank\": 3282, \"rankvar\": 3189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3258, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2934, \"group\": [1359.0, 164.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCGATATA\", \"ini\": 330, \"clust\": 3098, \"rank\": 3062, \"rankvar\": 1334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3259, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2556, \"group\": [3100.0, 429.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTGACGTT\", \"ini\": 329, \"clust\": 3136, \"rank\": 3413, \"rankvar\": 2796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3260, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2557, \"group\": [3140.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTGGAGCC\", \"ini\": 328, \"clust\": 2817, \"rank\": 3212, \"rankvar\": 2443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2811, \"group\": [2818.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACACATTCGA\", \"ini\": 327, \"clust\": 3081, \"rank\": 3130, \"rankvar\": 2222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3262, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2558, \"group\": [3085.0, 428.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGTGGTAAT\", \"ini\": 326, \"clust\": 1345, \"rank\": 2899, \"rankvar\": 559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3263, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2935, \"group\": [1346.0, 162.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGTTCGA\", \"ini\": 325, \"clust\": 1890, \"rank\": 2728, \"rankvar\": 2656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3264, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2846, \"group\": [1889.0, 270.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACACCGCTAG\", \"ini\": 324, \"clust\": 3128, \"rank\": 3245, \"rankvar\": 2349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3265, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2559, \"group\": [3129.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACAGTTCCCT\", \"ini\": 323, \"clust\": 2967, \"rank\": 2887, \"rankvar\": 2431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3266, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2560, \"group\": [2965.0, 402.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGCTGAACG\", \"ini\": 322, \"clust\": 3206, \"rank\": 3000, \"rankvar\": 2131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3267, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2561, \"group\": [3215.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCAGCTCGG\", \"ini\": 321, \"clust\": 2783, \"rank\": 2770, \"rankvar\": 575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3268, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2562, \"group\": [2788.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTGCTCCT\", \"ini\": 320, \"clust\": 3229, \"rank\": 3047, \"rankvar\": 973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3269, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2563, \"group\": [3229.0, 437.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTGACTCAT\", \"ini\": 319, \"clust\": 3234, \"rank\": 3119, \"rankvar\": 1134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3270, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2564, \"group\": [3246.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGTGTTTGC\", \"ini\": 318, \"clust\": 1302, \"rank\": 1928, \"rankvar\": 584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3271, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2994, \"group\": [1314.0, 149.0, 24.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCAAAGCG\", \"ini\": 317, \"clust\": 3276, \"rank\": 2963, \"rankvar\": 2577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3272, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2565, \"group\": [3277.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGTTCGATC\", \"ini\": 316, \"clust\": 3307, \"rank\": 3344, \"rankvar\": 173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3273, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2936, \"group\": [3307.0, 443.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCACTCCTG\", \"ini\": 315, \"clust\": 2837, \"rank\": 3227, \"rankvar\": 3076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3274, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2812, \"group\": [2840.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTCACACGC\", \"ini\": 314, \"clust\": 3231, \"rank\": 2785, \"rankvar\": 647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3275, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2566, \"group\": [3234.0, 438.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGAAGGACA\", \"ini\": 313, \"clust\": 2795, \"rank\": 3073, \"rankvar\": 2910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2813, \"group\": [2797.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCATATCG\", \"ini\": 312, \"clust\": 1893, \"rank\": 2774, \"rankvar\": 2105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3277, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2847, \"group\": [1893.0, 270.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACTCTGTC\", \"ini\": 311, \"clust\": 3146, \"rank\": 3163, \"rankvar\": 1450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3278, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2567, \"group\": [3145.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGAGCTACCTA\", \"ini\": 310, \"clust\": 1479, \"rank\": 3571, \"rankvar\": 3191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1662, \"group\": [1478.0, 175.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCGTTATGTGC\", \"ini\": 309, \"clust\": 2360, \"rank\": 2819, \"rankvar\": 49, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3280, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2568, \"group\": [2366.0, 309.0, 61.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAATGCCAT\", \"ini\": 308, \"clust\": 3301, \"rank\": 3081, \"rankvar\": 1094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3281, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2569, \"group\": [3301.0, 441.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCTCATTCA\", \"ini\": 307, \"clust\": 3252, \"rank\": 3136, \"rankvar\": 2046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3282, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2570, \"group\": [3253.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTACCCAAT\", \"ini\": 306, \"clust\": 3116, \"rank\": 3121, \"rankvar\": 2598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3283, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2571, \"group\": [3120.0, 433.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTAAA\", \"ini\": 305, \"clust\": 3272, \"rank\": 2949, \"rankvar\": 3072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3284, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2572, \"group\": [3273.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAAGGACTG\", \"ini\": 304, \"clust\": 3002, \"rank\": 2788, \"rankvar\": 816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3285, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2573, \"group\": [3005.0, 404.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAAAGTCAA\", \"ini\": 303, \"clust\": 3264, \"rank\": 3070, \"rankvar\": 3082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3286, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2574, \"group\": [3265.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAGACAGGT\", \"ini\": 302, \"clust\": 1516, \"rank\": 2781, \"rankvar\": 348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3287, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2937, \"group\": [1518.0, 184.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTAAGCACG\", \"ini\": 301, \"clust\": 3241, \"rank\": 3101, \"rankvar\": 1980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3288, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2575, \"group\": [3240.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCGTTGCC\", \"ini\": 300, \"clust\": 1846, \"rank\": 2539, \"rankvar\": 2484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3289, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2995, \"group\": [1847.0, 252.0, 45.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCAAGATCC\", \"ini\": 299, \"clust\": 2920, \"rank\": 3513, \"rankvar\": 2849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3290, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2814, \"group\": [2918.0, 388.0, 80.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCCATGCGCAC\", \"ini\": 298, \"clust\": 2778, \"rank\": 3316, \"rankvar\": 3319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3291, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2815, \"group\": [2778.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGACCTTTG\", \"ini\": 297, \"clust\": 3166, \"rank\": 3005, \"rankvar\": 1242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3292, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2576, \"group\": [3167.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGGTTGT\", \"ini\": 296, \"clust\": 3386, \"rank\": 2980, \"rankvar\": 1379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2577, \"group\": [3388.0, 454.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCATGGTCA\", \"ini\": 295, \"clust\": 2964, \"rank\": 2885, \"rankvar\": 857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3294, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2578, \"group\": [2967.0, 402.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGGGAGTAA\", \"ini\": 294, \"clust\": 2434, \"rank\": 3574, \"rankvar\": 3583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3295, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 158, \"group\": [2434.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAAGGACAC\", \"ini\": 293, \"clust\": 3148, \"rank\": 3356, \"rankvar\": 2218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3296, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2579, \"group\": [3150.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCATCAGTAC\", \"ini\": 292, \"clust\": 3051, \"rank\": 3149, \"rankvar\": 2470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2580, \"group\": [3052.0, 423.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCACCCAGTG\", \"ini\": 291, \"clust\": 1349, \"rank\": 2948, \"rankvar\": 1437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3298, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2938, \"group\": [1349.0, 163.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCCCAACGG\", \"ini\": 290, \"clust\": 2776, \"rank\": 3338, \"rankvar\": 3300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3299, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2816, \"group\": [2776.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCAGTCAGT\", \"ini\": 289, \"clust\": 2760, \"rank\": 3048, \"rankvar\": 3259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2817, \"group\": [2760.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCTTACCTA\", \"ini\": 288, \"clust\": 3317, \"rank\": 3129, \"rankvar\": 211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3301, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2581, \"group\": [3318.0, 444.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAACGCACC\", \"ini\": 287, \"clust\": 3455, \"rank\": 3117, \"rankvar\": 3130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3302, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2582, \"group\": [3455.0, 460.0, 89.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGGCTA\", \"ini\": 286, \"clust\": 1351, \"rank\": 2930, \"rankvar\": 321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3303, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2939, \"group\": [1352.0, 163.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGGTATCG\", \"ini\": 285, \"clust\": 3237, \"rank\": 3423, \"rankvar\": 2767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3304, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2583, \"group\": [3237.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGTCACGG\", \"ini\": 284, \"clust\": 3309, \"rank\": 2952, \"rankvar\": 2, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3305, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2996, \"group\": [3312.0, 443.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTATCGCAT\", \"ini\": 283, \"clust\": 3261, \"rank\": 3072, \"rankvar\": 3115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2584, \"group\": [3262.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGAGTACC\", \"ini\": 282, \"clust\": 3282, \"rank\": 3323, \"rankvar\": 2192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2585, \"group\": [3282.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGGTACC\", \"ini\": 281, \"clust\": 3068, \"rank\": 3346, \"rankvar\": 2743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3308, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2818, \"group\": [3067.0, 426.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACTCGACG\", \"ini\": 280, \"clust\": 3398, \"rank\": 3087, \"rankvar\": 2085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3309, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2586, \"group\": [3398.0, 455.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGTTTGTG\", \"ini\": 279, \"clust\": 1347, \"rank\": 2951, \"rankvar\": 500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3310, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2940, \"group\": [1350.0, 163.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGCCTA\", \"ini\": 278, \"clust\": 3147, \"rank\": 2992, \"rankvar\": 2184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3311, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2587, \"group\": [3146.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACCACCT\", \"ini\": 277, \"clust\": 3209, \"rank\": 3239, \"rankvar\": 1967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3312, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2588, \"group\": [3207.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTGAGGCTA\", \"ini\": 276, \"clust\": 2877, \"rank\": 3566, \"rankvar\": 3314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3313, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2819, \"group\": [2872.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATGAGAG\", \"ini\": 275, \"clust\": 3457, \"rank\": 3019, \"rankvar\": 3342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3314, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2589, \"group\": [3457.0, 460.0, 89.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTGGCGAC\", \"ini\": 274, \"clust\": 1430, \"rank\": 3573, \"rankvar\": 1749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1663, \"group\": [1431.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATATAC\", \"ini\": 273, \"clust\": 3020, \"rank\": 3080, \"rankvar\": 2175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2590, \"group\": [3020.0, 409.0, 84.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGCCTTC\", \"ini\": 272, \"clust\": 2853, \"rank\": 3470, \"rankvar\": 3312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3317, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2820, \"group\": [2853.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTGCCTCT\", \"ini\": 271, \"clust\": 2814, \"rank\": 2941, \"rankvar\": 608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3318, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2591, \"group\": [2815.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCAGCTCGG\", \"ini\": 270, \"clust\": 1309, \"rank\": 2339, \"rankvar\": 528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3319, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2997, \"group\": [1308.0, 145.0, 23.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCCTAGAAC\", \"ini\": 269, \"clust\": 3130, \"rank\": 3188, \"rankvar\": 1955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3320, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2592, \"group\": [3131.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTACTCAT\", \"ini\": 268, \"clust\": 2885, \"rank\": 3399, \"rankvar\": 3311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3321, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2821, \"group\": [2885.0, 379.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCCAAACTG\", \"ini\": 267, \"clust\": 3150, \"rank\": 3301, \"rankvar\": 2351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3322, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2593, \"group\": [3149.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAGA\", \"ini\": 266, \"clust\": 3378, \"rank\": 2852, \"rankvar\": 3240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3323, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2594, \"group\": [3380.0, 453.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTGTG\", \"ini\": 265, \"clust\": 2913, \"rank\": 3317, \"rankvar\": 1903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3324, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2941, \"group\": [2914.0, 387.0, 80.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTCTTCGTC\", \"ini\": 264, \"clust\": 3063, \"rank\": 3411, \"rankvar\": 3175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2595, \"group\": [3066.0, 425.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAACACGCC\", \"ini\": 263, \"clust\": 3250, \"rank\": 3124, \"rankvar\": 2419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3326, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2596, \"group\": [3250.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGTTCT\", \"ini\": 262, \"clust\": 3137, \"rank\": 3504, \"rankvar\": 2355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2597, \"group\": [3139.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACAGCGAACA\", \"ini\": 261, \"clust\": 3245, \"rank\": 3372, \"rankvar\": 3016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3328, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2598, \"group\": [3243.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGAACTC\", \"ini\": 260, \"clust\": 3152, \"rank\": 3273, \"rankvar\": 2070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2599, \"group\": [3153.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGCAAAGCAAT\", \"ini\": 259, \"clust\": 3404, \"rank\": 3139, \"rankvar\": 2097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3330, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2600, \"group\": [3404.0, 455.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTGGGTCAA\", \"ini\": 258, \"clust\": 3135, \"rank\": 3134, \"rankvar\": 2049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3331, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2601, \"group\": [3134.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCTGCGACG\", \"ini\": 257, \"clust\": 1494, \"rank\": 2841, \"rankvar\": 873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3332, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2942, \"group\": [1493.0, 177.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTCCAAGTT\", \"ini\": 256, \"clust\": 3235, \"rank\": 3207, \"rankvar\": 679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3333, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2602, \"group\": [3235.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGAAAGC\", \"ini\": 255, \"clust\": 2992, \"rank\": 3074, \"rankvar\": 2077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3334, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2603, \"group\": [2993.0, 404.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAAAGTC\", \"ini\": 254, \"clust\": 3071, \"rank\": 2939, \"rankvar\": 560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3335, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2604, \"group\": [3070.0, 426.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGCTGCCCA\", \"ini\": 253, \"clust\": 3195, \"rank\": 3309, \"rankvar\": 1266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3336, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2605, \"group\": [3193.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTTCCGTCT\", \"ini\": 252, \"clust\": 2852, \"rank\": 3376, \"rankvar\": 1804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3337, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2822, \"group\": [2855.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAGAGGAA\", \"ini\": 251, \"clust\": 3129, \"rank\": 3159, \"rankvar\": 1174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3338, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2606, \"group\": [3130.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACGAAGG\", \"ini\": 250, \"clust\": 3230, \"rank\": 2999, \"rankvar\": 1096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3339, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2607, \"group\": [3230.0, 437.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTAAAGTCA\", \"ini\": 249, \"clust\": 3179, \"rank\": 3308, \"rankvar\": 2362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3340, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2608, \"group\": [3178.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTAGTAGTA\", \"ini\": 248, \"clust\": 3200, \"rank\": 3238, \"rankvar\": 660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3341, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2609, \"group\": [3203.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTATATGGA\", \"ini\": 247, \"clust\": 3268, \"rank\": 3079, \"rankvar\": 2089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3342, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2610, \"group\": [3270.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACAGATGAGC\", \"ini\": 246, \"clust\": 322, \"rank\": 2910, \"rankvar\": 2064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3343, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2943, \"group\": [322.0, 63.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGTTGGC\", \"ini\": 245, \"clust\": 3425, \"rank\": 2842, \"rankvar\": 2392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2611, \"group\": [3425.0, 457.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAAGGGCT\", \"ini\": 244, \"clust\": 3211, \"rank\": 3452, \"rankvar\": 2525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3345, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2612, \"group\": [3211.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACTATCTT\", \"ini\": 243, \"clust\": 3180, \"rank\": 3206, \"rankvar\": 2471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2613, \"group\": [3179.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGTCGAT\", \"ini\": 242, \"clust\": 2897, \"rank\": 3102, \"rankvar\": 1922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3347, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2848, \"group\": [2898.0, 381.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGAGCTGCA\", \"ini\": 241, \"clust\": 3198, \"rank\": 3127, \"rankvar\": 152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3348, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2614, \"group\": [3199.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATTTGGG\", \"ini\": 240, \"clust\": 3016, \"rank\": 2716, \"rankvar\": 840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3349, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2998, \"group\": [3023.0, 410.0, 84.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACAAGACG\", \"ini\": 239, \"clust\": 3270, \"rank\": 2986, \"rankvar\": 1724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3350, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2615, \"group\": [3269.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCACTTCAT\", \"ini\": 238, \"clust\": 3253, \"rank\": 3394, \"rankvar\": 2012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2616, \"group\": [3254.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGATGCCC\", \"ini\": 237, \"clust\": 3074, \"rank\": 3223, \"rankvar\": 2740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3352, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2617, \"group\": [3073.0, 426.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCACAGGT\", \"ini\": 236, \"clust\": 3303, \"rank\": 2877, \"rankvar\": 966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3353, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2618, \"group\": [3304.0, 441.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCAGTGAAGAG\", \"ini\": 235, \"clust\": 3158, \"rank\": 3351, \"rankvar\": 478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2619, \"group\": [3163.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATAACGA\", \"ini\": 234, \"clust\": 1490, \"rank\": 3253, \"rankvar\": 423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3355, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2944, \"group\": [1490.0, 175.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTACAGACG\", \"ini\": 233, \"clust\": 2868, \"rank\": 3442, \"rankvar\": 2768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3356, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2823, \"group\": [2867.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAGCCTGTG\", \"ini\": 232, \"clust\": 1961, \"rank\": 2773, \"rankvar\": 2971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3357, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2849, \"group\": [1960.0, 277.0, 53.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCCGGGT\", \"ini\": 231, \"clust\": 3254, \"rank\": 3453, \"rankvar\": 3183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2620, \"group\": [3255.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCGCTTAT\", \"ini\": 230, \"clust\": 1886, \"rank\": 2944, \"rankvar\": 1829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3359, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2850, \"group\": [1887.0, 270.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCATGAGT\", \"ini\": 229, \"clust\": 2357, \"rank\": 3553, \"rankvar\": 3477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3360, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2824, \"group\": [2360.0, 307.0, 61.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCATTCCTCG\", \"ini\": 228, \"clust\": 1888, \"rank\": 2886, \"rankvar\": 3131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3361, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2851, \"group\": [1894.0, 270.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTTGTTTG\", \"ini\": 227, \"clust\": 3399, \"rank\": 2832, \"rankvar\": 1745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3362, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2621, \"group\": [3399.0, 455.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCATTCCTGC\", \"ini\": 226, \"clust\": 2838, \"rank\": 3489, \"rankvar\": 3220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3363, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2825, \"group\": [2838.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATCTGGTA\", \"ini\": 225, \"clust\": 2889, \"rank\": 2817, \"rankvar\": 2400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3364, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2852, \"group\": [2890.0, 379.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACAAGCCC\", \"ini\": 224, \"clust\": 2802, \"rank\": 3544, \"rankvar\": 2826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3365, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2826, \"group\": [2801.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGAAGGCT\", \"ini\": 223, \"clust\": 3384, \"rank\": 2882, \"rankvar\": 2343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2622, \"group\": [3383.0, 454.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGAAGGCT\", \"ini\": 222, \"clust\": 2793, \"rank\": 3192, \"rankvar\": 3317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3367, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2853, \"group\": [2794.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTTGTC\", \"ini\": 221, \"clust\": 3072, \"rank\": 3224, \"rankvar\": 1610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3368, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2623, \"group\": [3071.0, 426.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGCTAGT\", \"ini\": 220, \"clust\": 3055, \"rank\": 3324, \"rankvar\": 2859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3369, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2624, \"group\": [3055.0, 424.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTGGAGCC\", \"ini\": 219, \"clust\": 3246, \"rank\": 3298, \"rankvar\": 2786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3370, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2625, \"group\": [3247.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAACGATGG\", \"ini\": 218, \"clust\": 2358, \"rank\": 3486, \"rankvar\": 3346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2626, \"group\": [2358.0, 307.0, 61.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTCAGGCC\", \"ini\": 217, \"clust\": 1307, \"rank\": 2916, \"rankvar\": 1428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3372, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2999, \"group\": [1306.0, 145.0, 23.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGGTCT\", \"ini\": 216, \"clust\": 2906, \"rank\": 3133, \"rankvar\": 2699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3373, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2854, \"group\": [2907.0, 384.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAAGAGCTATA\", \"ini\": 215, \"clust\": 3132, \"rank\": 3349, \"rankvar\": 2553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3374, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2627, \"group\": [3136.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGGAGCGTT\", \"ini\": 214, \"clust\": 1312, \"rank\": 2394, \"rankvar\": 1125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3375, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3000, \"group\": [1311.0, 147.0, 23.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCTCCCTGA\", \"ini\": 213, \"clust\": 3131, \"rank\": 3085, \"rankvar\": 2519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2628, \"group\": [3132.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGCATCTA\", \"ini\": 212, \"clust\": 3189, \"rank\": 3408, \"rankvar\": 2244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3377, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2629, \"group\": [3191.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAACCTC\", \"ini\": 211, \"clust\": 3052, \"rank\": 3222, \"rankvar\": 213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2630, \"group\": [3053.0, 423.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTCTACCTC\", \"ini\": 210, \"clust\": 1361, \"rank\": 3110, \"rankvar\": 3061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3379, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2945, \"group\": [1362.0, 164.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTAATA\", \"ini\": 209, \"clust\": 2737, \"rank\": 2590, \"rankvar\": 2774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3380, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2855, \"group\": [2737.0, 373.0, 78.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTATCACG\", \"ini\": 208, \"clust\": 3315, \"rank\": 3459, \"rankvar\": 2867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3381, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2631, \"group\": [3316.0, 444.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCATGGTAGG\", \"ini\": 207, \"clust\": 1339, \"rank\": 2351, \"rankvar\": 1446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3382, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3001, \"group\": [1345.0, 161.0, 29.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGAACTGTA\", \"ini\": 206, \"clust\": 1359, \"rank\": 3057, \"rankvar\": 2328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3383, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2946, \"group\": [1360.0, 164.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACATACTACG\", \"ini\": 205, \"clust\": 3076, \"rank\": 3352, \"rankvar\": 2641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2632, \"group\": [3075.0, 426.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAATCCGT\", \"ini\": 204, \"clust\": 3176, \"rank\": 2976, \"rankvar\": 2107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3385, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2633, \"group\": [3177.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAGTGAAT\", \"ini\": 203, \"clust\": 1881, \"rank\": 3319, \"rankvar\": 3209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3386, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2856, \"group\": [1884.0, 270.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGGATTCGG\", \"ini\": 202, \"clust\": 2952, \"rank\": 2853, \"rankvar\": 903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3387, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2634, \"group\": [2953.0, 398.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACGATGT\", \"ini\": 201, \"clust\": 1882, \"rank\": 3285, \"rankvar\": 2551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3388, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2857, \"group\": [1882.0, 270.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATGTGT\", \"ini\": 200, \"clust\": 3053, \"rank\": 3164, \"rankvar\": 2606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2635, \"group\": [3056.0, 424.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTACAGACG\", \"ini\": 199, \"clust\": 3284, \"rank\": 2889, \"rankvar\": 2206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2636, \"group\": [3285.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGTTGAGTA\", \"ini\": 198, \"clust\": 2323, \"rank\": 3068, \"rankvar\": 2979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3391, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2858, \"group\": [2324.0, 294.0, 55.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAGCATACT\", \"ini\": 197, \"clust\": 3190, \"rank\": 3248, \"rankvar\": 1331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2637, \"group\": [3189.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACACAACTGT\", \"ini\": 196, \"clust\": 1308, \"rank\": 2935, \"rankvar\": 1293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3393, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3002, \"group\": [1307.0, 145.0, 23.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACCATG\", \"ini\": 195, \"clust\": 1468, \"rank\": 3112, \"rankvar\": 1486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3394, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2947, \"group\": [1467.0, 173.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACAAACTGTC\", \"ini\": 194, \"clust\": 1313, \"rank\": 2626, \"rankvar\": 2503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3395, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3003, \"group\": [1312.0, 147.0, 23.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCGATTCT\", \"ini\": 193, \"clust\": 1311, \"rank\": 2544, \"rankvar\": 526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3396, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3004, \"group\": [1313.0, 148.0, 23.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAGCGTTCG\", \"ini\": 192, \"clust\": 3285, \"rank\": 3217, \"rankvar\": 3014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2638, \"group\": [3288.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCTCTGTCG\", \"ini\": 191, \"clust\": 3451, \"rank\": 2517, \"rankvar\": 2694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3398, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2948, \"group\": [3452.0, 459.0, 89.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGTCTGAA\", \"ini\": 190, \"clust\": 3236, \"rank\": 3469, \"rankvar\": 2575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2639, \"group\": [3236.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGGGCTTGA\", \"ini\": 189, \"clust\": 1338, \"rank\": 2674, \"rankvar\": 408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3400, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2949, \"group\": [1339.0, 158.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTAAGGGCT\", \"ini\": 188, \"clust\": 3192, \"rank\": 3436, \"rankvar\": 2144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3401, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2640, \"group\": [3195.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATGTCTT\", \"ini\": 187, \"clust\": 3061, \"rank\": 3347, \"rankvar\": 3427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3402, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2641, \"group\": [3061.0, 425.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTCCCTACT\", \"ini\": 186, \"clust\": 3203, \"rank\": 3498, \"rankvar\": 3058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2642, \"group\": [3206.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCAGATAAG\", \"ini\": 185, \"clust\": 2969, \"rank\": 3270, \"rankvar\": 2544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2643, \"group\": [2971.0, 403.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTAAACGCG\", \"ini\": 184, \"clust\": 3187, \"rank\": 3437, \"rankvar\": 1746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3405, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2644, \"group\": [3186.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGGCCCGTT\", \"ini\": 183, \"clust\": 3064, \"rank\": 3456, \"rankvar\": 2899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2645, \"group\": [3064.0, 425.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTGAGTTC\", \"ini\": 182, \"clust\": 3214, \"rank\": 3280, \"rankvar\": 2751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3407, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2646, \"group\": [3214.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAAACGGG\", \"ini\": 181, \"clust\": 3125, \"rank\": 3502, \"rankvar\": 2582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3408, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2647, \"group\": [3126.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGAGGCTAGGT\", \"ini\": 180, \"clust\": 2867, \"rank\": 3501, \"rankvar\": 3194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3409, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2827, \"group\": [2869.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCCACCTG\", \"ini\": 179, \"clust\": 1352, \"rank\": 3334, \"rankvar\": 110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3410, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2950, \"group\": [1353.0, 163.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAAGCCGCT\", \"ini\": 178, \"clust\": 1310, \"rank\": 2873, \"rankvar\": 2571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3411, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3005, \"group\": [1309.0, 145.0, 23.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAGATGGGT\", \"ini\": 177, \"clust\": 3277, \"rank\": 3268, \"rankvar\": 2248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3412, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2648, \"group\": [3280.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTAAAGTG\", \"ini\": 176, \"clust\": 3452, \"rank\": 2907, \"rankvar\": 2809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3413, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2951, \"group\": [3453.0, 459.0, 89.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATCCGCGA\", \"ini\": 175, \"clust\": 3191, \"rank\": 3467, \"rankvar\": 2716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2649, \"group\": [3190.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTCCGTAT\", \"ini\": 174, \"clust\": 3305, \"rank\": 3251, \"rankvar\": 1812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3415, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3006, \"group\": [3306.0, 442.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTCAACTT\", \"ini\": 173, \"clust\": 2872, \"rank\": 3539, \"rankvar\": 3044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3416, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2828, \"group\": [2878.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCATGGAATA\", \"ini\": 172, \"clust\": 2765, \"rank\": 3122, \"rankvar\": 3322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3417, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2859, \"group\": [2765.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATGCATGT\", \"ini\": 171, \"clust\": 2899, \"rank\": 2777, \"rankvar\": 2483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3418, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2860, \"group\": [2900.0, 382.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTTCACCTC\", \"ini\": 170, \"clust\": 3159, \"rank\": 3271, \"rankvar\": 727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2650, \"group\": [3162.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAAGGACAC\", \"ini\": 169, \"clust\": 1420, \"rank\": 3049, \"rankvar\": 605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3420, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2952, \"group\": [1421.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTTGCCGT\", \"ini\": 168, \"clust\": 3232, \"rank\": 3210, \"rankvar\": 2965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3421, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2651, \"group\": [3232.0, 438.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACTACAGT\", \"ini\": 167, \"clust\": 3212, \"rank\": 3415, \"rankvar\": 2683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3422, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2652, \"group\": [3212.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCGCGATCG\", \"ini\": 166, \"clust\": 2805, \"rank\": 3484, \"rankvar\": 2452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3423, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2829, \"group\": [2805.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTGGGTTG\", \"ini\": 165, \"clust\": 3313, \"rank\": 3479, \"rankvar\": 2666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2653, \"group\": [3314.0, 444.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCTCCTGCCAT\", \"ini\": 164, \"clust\": 1887, \"rank\": 3350, \"rankvar\": 2876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3425, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2861, \"group\": [1888.0, 270.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCGAATGT\", \"ini\": 163, \"clust\": 3210, \"rank\": 3029, \"rankvar\": 793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3426, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3007, \"group\": [3208.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGTAAGA\", \"ini\": 162, \"clust\": 2900, \"rank\": 2799, \"rankvar\": 2198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3427, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2862, \"group\": [2901.0, 382.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTTGTCGT\", \"ini\": 161, \"clust\": 2907, \"rank\": 3277, \"rankvar\": 3310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3428, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2863, \"group\": [2908.0, 384.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCCGACA\", \"ini\": 160, \"clust\": 2909, \"rank\": 3276, \"rankvar\": 635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3429, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2953, \"group\": [2909.0, 385.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCTTCGAGA\", \"ini\": 159, \"clust\": 1513, \"rank\": 2783, \"rankvar\": 1505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3430, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2954, \"group\": [1519.0, 185.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCAGTCCTCCT\", \"ini\": 158, \"clust\": 2924, \"rank\": 3221, \"rankvar\": 409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3431, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3008, \"group\": [2931.0, 390.0, 80.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCAGACAGGT\", \"ini\": 157, \"clust\": 2393, \"rank\": 3554, \"rankvar\": 3531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3432, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2654, \"group\": [2394.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACACATCCGG\", \"ini\": 156, \"clust\": 2919, \"rank\": 3503, \"rankvar\": 2438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3433, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2830, \"group\": [2920.0, 388.0, 80.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTACCAGTT\", \"ini\": 155, \"clust\": 1367, \"rank\": 3275, \"rankvar\": 1692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3434, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2955, \"group\": [1365.0, 165.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTGCTGTAT\", \"ini\": 154, \"clust\": 3243, \"rank\": 3240, \"rankvar\": 980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3435, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2655, \"group\": [3244.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGTGGGAT\", \"ini\": 153, \"clust\": 2942, \"rank\": 3169, \"rankvar\": 2527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3436, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2656, \"group\": [2943.0, 397.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGCGCTCT\", \"ini\": 152, \"clust\": 2940, \"rank\": 3209, \"rankvar\": 3050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2657, \"group\": [2941.0, 396.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTAATAGCA\", \"ini\": 151, \"clust\": 2943, \"rank\": 2800, \"rankvar\": 825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3438, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3009, \"group\": [2947.0, 397.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGTGTACCT\", \"ini\": 150, \"clust\": 2865, \"rank\": 3375, \"rankvar\": 3156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3439, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2864, \"group\": [2865.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATAGAAAC\", \"ini\": 149, \"clust\": 1365, \"rank\": 3363, \"rankvar\": 2623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3440, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2956, \"group\": [1368.0, 165.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATGGGTC\", \"ini\": 148, \"clust\": 2917, \"rank\": 3269, \"rankvar\": 383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3441, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2957, \"group\": [2924.0, 388.0, 80.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGGGCTTCC\", \"ini\": 147, \"clust\": 1470, \"rank\": 3261, \"rankvar\": 1866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3442, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2958, \"group\": [1471.0, 173.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGACGCTC\", \"ini\": 146, \"clust\": 2394, \"rank\": 3543, \"rankvar\": 3464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2658, \"group\": [2395.0, 313.0, 62.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTTGACTG\", \"ini\": 145, \"clust\": 3188, \"rank\": 3491, \"rankvar\": 1672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3444, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2659, \"group\": [3187.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACATATGAGA\", \"ini\": 144, \"clust\": 2324, \"rank\": 3447, \"rankvar\": 3326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3445, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2865, \"group\": [2325.0, 294.0, 55.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCACTTCC\", \"ini\": 143, \"clust\": 1368, \"rank\": 3430, \"rankvar\": 3053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3446, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2959, \"group\": [1366.0, 165.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTCTGGAGA\", \"ini\": 142, \"clust\": 3262, \"rank\": 3255, \"rankvar\": 3249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3447, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2660, \"group\": [3263.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTAGGTT\", \"ini\": 141, \"clust\": 3186, \"rank\": 3541, \"rankvar\": 2061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3448, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2831, \"group\": [3188.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCAAGCCTA\", \"ini\": 140, \"clust\": 3437, \"rank\": 2579, \"rankvar\": 1431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2661, \"group\": [3441.0, 458.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACAACGT\", \"ini\": 139, \"clust\": 3160, \"rank\": 3425, \"rankvar\": 2230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3450, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2662, \"group\": [3161.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCTTGCATT\", \"ini\": 138, \"clust\": 2809, \"rank\": 3404, \"rankvar\": 2239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3451, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2866, \"group\": [2810.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTAAACCTC\", \"ini\": 137, \"clust\": 3067, \"rank\": 3264, \"rankvar\": 1642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3452, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2960, \"group\": [3069.0, 426.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCATTACCTT\", \"ini\": 136, \"clust\": 1353, \"rank\": 3252, \"rankvar\": 850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3453, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2961, \"group\": [1354.0, 163.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGTTACGGG\", \"ini\": 135, \"clust\": 2823, \"rank\": 3529, \"rankvar\": 3360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3454, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2832, \"group\": [2827.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTGGTAACG\", \"ini\": 134, \"clust\": 1891, \"rank\": 2909, \"rankvar\": 2925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3455, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2867, \"group\": [1890.0, 270.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCGGCACT\", \"ini\": 133, \"clust\": 1356, \"rank\": 3320, \"rankvar\": 789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3456, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2962, \"group\": [1355.0, 163.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCAAGTAATG\", \"ini\": 132, \"clust\": 1476, \"rank\": 3475, \"rankvar\": 2601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3457, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2963, \"group\": [1475.0, 174.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTTACCGC\", \"ini\": 131, \"clust\": 2894, \"rank\": 3462, \"rankvar\": 3070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3458, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2964, \"group\": [2895.0, 380.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGAGTTTA\", \"ini\": 130, \"clust\": 2970, \"rank\": 3314, \"rankvar\": 1757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3459, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2663, \"group\": [2969.0, 403.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCATATGAGA\", \"ini\": 129, \"clust\": 2932, \"rank\": 2850, \"rankvar\": 2783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3460, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3010, \"group\": [2932.0, 391.0, 81.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACTAAGT\", \"ini\": 128, \"clust\": 2361, \"rank\": 3446, \"rankvar\": 1641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3461, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2868, \"group\": [2363.0, 308.0, 61.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGATCGG\", \"ini\": 127, \"clust\": 3182, \"rank\": 3396, \"rankvar\": 3287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3462, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2664, \"group\": [3183.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAGCTTCT\", \"ini\": 126, \"clust\": 3320, \"rank\": 3093, \"rankvar\": 920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3463, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3011, \"group\": [3319.0, 445.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTTGTCAT\", \"ini\": 125, \"clust\": 2789, \"rank\": 3485, \"rankvar\": 3382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3464, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2833, \"group\": [2790.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTTAAGTG\", \"ini\": 124, \"clust\": 3322, \"rank\": 2738, \"rankvar\": 1936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3465, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3012, \"group\": [3325.0, 447.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTGCCTGCA\", \"ini\": 123, \"clust\": 2807, \"rank\": 3418, \"rankvar\": 3431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3466, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2869, \"group\": [2808.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACGCATA\", \"ini\": 122, \"clust\": 3551, \"rank\": 3497, \"rankvar\": 3272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3467, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2870, \"group\": [3552.0, 484.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGGTACC\", \"ini\": 121, \"clust\": 1342, \"rank\": 3058, \"rankvar\": 1314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3468, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2965, \"group\": [1341.0, 159.0, 29.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTCGCCGT\", \"ini\": 120, \"clust\": 3324, \"rank\": 2928, \"rankvar\": 2474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3469, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2665, \"group\": [3324.0, 446.0, 88.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATTCTTGTATC\", \"ini\": 119, \"clust\": 1297, \"rank\": 3332, \"rankvar\": 687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3470, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3013, \"group\": [1298.0, 141.0, 22.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTTCGTCTC\", \"ini\": 118, \"clust\": 3123, \"rank\": 3493, \"rankvar\": 3323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3471, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2666, \"group\": [3124.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGAGAAACGAG\", \"ini\": 117, \"clust\": 2933, \"rank\": 3176, \"rankvar\": 2379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3472, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2966, \"group\": [2933.0, 392.0, 81.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAGGCTCAC\", \"ini\": 116, \"clust\": 1438, \"rank\": 3533, \"rankvar\": 1465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3473, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2967, \"group\": [1439.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCACTTACGA\", \"ini\": 115, \"clust\": 2825, \"rank\": 3519, \"rankvar\": 3401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3474, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2834, \"group\": [2822.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGAGGTTGC\", \"ini\": 114, \"clust\": 2922, \"rank\": 3508, \"rankvar\": 1788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3475, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2968, \"group\": [2921.0, 388.0, 80.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAATCTACG\", \"ini\": 113, \"clust\": 1509, \"rank\": 2828, \"rankvar\": 2127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3476, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2969, \"group\": [1511.0, 181.0, 32.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCAGCTTCGG\", \"ini\": 112, \"clust\": 1303, \"rank\": 3247, \"rankvar\": 2176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3477, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3014, \"group\": [1305.0, 144.0, 23.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGGAGTACC\", \"ini\": 111, \"clust\": 2794, \"rank\": 3235, \"rankvar\": 3027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3478, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2871, \"group\": [2798.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTATAAACG\", \"ini\": 110, \"clust\": 2856, \"rank\": 3515, \"rankvar\": 3369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3479, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2835, \"group\": [2856.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACAACGCC\", \"ini\": 109, \"clust\": 2892, \"rank\": 3388, \"rankvar\": 3210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3480, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2872, \"group\": [2893.0, 380.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCATGATCCA\", \"ini\": 108, \"clust\": 2915, \"rank\": 3400, \"rankvar\": 1229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3481, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2970, \"group\": [2916.0, 387.0, 80.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCGTCAAA\", \"ini\": 107, \"clust\": 1461, \"rank\": 3310, \"rankvar\": 798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3482, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2971, \"group\": [1461.0, 173.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGAGATGAG\", \"ini\": 106, \"clust\": 2810, \"rank\": 3379, \"rankvar\": 2142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3483, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2873, \"group\": [2811.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATGTTGAC\", \"ini\": 105, \"clust\": 1304, \"rank\": 3025, \"rankvar\": 1495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3484, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3015, \"group\": [1303.0, 144.0, 23.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGTGACC\", \"ini\": 104, \"clust\": 1357, \"rank\": 3416, \"rankvar\": 947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3485, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2972, \"group\": [1356.0, 163.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGGCGACAT\", \"ini\": 103, \"clust\": 2914, \"rank\": 3499, \"rankvar\": 1850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3486, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2973, \"group\": [2915.0, 387.0, 80.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGAGTTTA\", \"ini\": 102, \"clust\": 3280, \"rank\": 3401, \"rankvar\": 3080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2667, \"group\": [3283.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGCGGTA\", \"ini\": 101, \"clust\": 3069, \"rank\": 3546, \"rankvar\": 3396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3488, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2836, \"group\": [3068.0, 426.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAATTGCTG\", \"ini\": 100, \"clust\": 2818, \"rank\": 3312, \"rankvar\": 2390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3489, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2874, \"group\": [2819.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCTCGCACTCT\", \"ini\": 99, \"clust\": 3553, \"rank\": 3506, \"rankvar\": 3487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2668, \"group\": [3573.0, 485.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTGATTGC\", \"ini\": 98, \"clust\": 2815, \"rank\": 3405, \"rankvar\": 3288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3491, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2875, \"group\": [2816.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGCGATCG\", \"ini\": 97, \"clust\": 2860, \"rank\": 3228, \"rankvar\": 2463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3492, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2876, \"group\": [2863.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCTGCTGTC\", \"ini\": 96, \"clust\": 2972, \"rank\": 3358, \"rankvar\": 3151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2669, \"group\": [2974.0, 403.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCCAGTTT\", \"ini\": 95, \"clust\": 2804, \"rank\": 3458, \"rankvar\": 2800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3494, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2877, \"group\": [2807.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTTAAGATG\", \"ini\": 94, \"clust\": 1306, \"rank\": 2922, \"rankvar\": 2265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3495, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3016, \"group\": [1310.0, 146.0, 23.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCACTGGGC\", \"ini\": 93, \"clust\": 3321, \"rank\": 3234, \"rankvar\": 1743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3496, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3017, \"group\": [3320.0, 445.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCACATTAGC\", \"ini\": 92, \"clust\": 2997, \"rank\": 3156, \"rankvar\": 1756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2670, \"group\": [2998.0, 404.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGCATACGCCG\", \"ini\": 91, \"clust\": 2846, \"rank\": 3550, \"rankvar\": 3204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2837, \"group\": [2846.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGAATGCT\", \"ini\": 90, \"clust\": 2364, \"rank\": 3586, \"rankvar\": 2874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3499, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1838, \"group\": [2364.0, 308.0, 61.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTAGTACCT\", \"ini\": 89, \"clust\": 3233, \"rank\": 3167, \"rankvar\": 1645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3500, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3018, \"group\": [3233.0, 438.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTAGCGTAG\", \"ini\": 88, \"clust\": 3183, \"rank\": 3274, \"rankvar\": 1864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2671, \"group\": [3196.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCATCCTTGC\", \"ini\": 87, \"clust\": 3308, \"rank\": 3560, \"rankvar\": 1250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3502, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2974, \"group\": [3308.0, 443.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAGTCAGCC\", \"ini\": 86, \"clust\": 3238, \"rank\": 3377, \"rankvar\": 1719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2672, \"group\": [3238.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCCAAGTA\", \"ini\": 85, \"clust\": 2901, \"rank\": 3426, \"rankvar\": 3218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3504, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2878, \"group\": [2902.0, 382.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTATTCA\", \"ini\": 84, \"clust\": 3185, \"rank\": 3336, \"rankvar\": 1960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2673, \"group\": [3185.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGTGAATTG\", \"ini\": 83, \"clust\": 1354, \"rank\": 3369, \"rankvar\": 1022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3506, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3019, \"group\": [1358.0, 163.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTACCGTTA\", \"ini\": 82, \"clust\": 1439, \"rank\": 3535, \"rankvar\": 1361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3507, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2975, \"group\": [1440.0, 171.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACACCGAC\", \"ini\": 81, \"clust\": 2850, \"rank\": 3464, \"rankvar\": 2902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3508, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2879, \"group\": [2851.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAATGAAAC\", \"ini\": 80, \"clust\": 2854, \"rank\": 3492, \"rankvar\": 3207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3509, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2880, \"group\": [2854.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCAGATCGATA\", \"ini\": 79, \"clust\": 3177, \"rank\": 3153, \"rankvar\": 1225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2674, \"group\": [3181.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGGTGTTG\", \"ini\": 78, \"clust\": 2857, \"rank\": 3409, \"rankvar\": 3162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3511, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2881, \"group\": [2857.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTGCTGCC\", \"ini\": 77, \"clust\": 1885, \"rank\": 3362, \"rankvar\": 3111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3512, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2882, \"group\": [1886.0, 270.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTTGTATC\", \"ini\": 76, \"clust\": 3208, \"rank\": 3403, \"rankvar\": 2378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3513, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2675, \"group\": [3209.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCGGTGTTA\", \"ini\": 75, \"clust\": 3199, \"rank\": 3481, \"rankvar\": 668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3514, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2883, \"group\": [3200.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAAAGGCGT\", \"ini\": 74, \"clust\": 3062, \"rank\": 3353, \"rankvar\": 3437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2676, \"group\": [3062.0, 425.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTAGTAC\", \"ini\": 73, \"clust\": 2851, \"rank\": 3530, \"rankvar\": 3124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3516, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2884, \"group\": [2852.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGACCAAG\", \"ini\": 72, \"clust\": 1346, \"rank\": 3246, \"rankvar\": 2538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3517, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2976, \"group\": [1347.0, 162.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGTGATAT\", \"ini\": 71, \"clust\": 3201, \"rank\": 3471, \"rankvar\": 1858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2677, \"group\": [3201.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCATGAAC\", \"ini\": 70, \"clust\": 2355, \"rank\": 3587, \"rankvar\": 3433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3519, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2838, \"group\": [2356.0, 307.0, 61.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCAATCCAAC\", \"ini\": 69, \"clust\": 3257, \"rank\": 3440, \"rankvar\": 3284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2678, \"group\": [3257.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGTGGGTTG\", \"ini\": 68, \"clust\": 1366, \"rank\": 3510, \"rankvar\": 2517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3521, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2977, \"group\": [1367.0, 165.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCATGCCG\", \"ini\": 67, \"clust\": 2918, \"rank\": 3378, \"rankvar\": 3056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3522, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3020, \"group\": [2923.0, 388.0, 80.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTTGTGGAG\", \"ini\": 66, \"clust\": 2839, \"rank\": 3463, \"rankvar\": 3235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3523, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2885, \"group\": [2839.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGAGGTAGA\", \"ini\": 65, \"clust\": 2875, \"rank\": 3542, \"rankvar\": 3321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3524, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2886, \"group\": [2875.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCATCACAAC\", \"ini\": 64, \"clust\": 2826, \"rank\": 3449, \"rankvar\": 3373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3525, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2887, \"group\": [2823.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCCCTTGCA\", \"ini\": 63, \"clust\": 3162, \"rank\": 3521, \"rankvar\": 1600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3021, \"group\": [3160.0, 435.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTATCTCG\", \"ini\": 62, \"clust\": 2870, \"rank\": 3549, \"rankvar\": 3243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3527, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2888, \"group\": [2870.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTATAGTAG\", \"ini\": 61, \"clust\": 2910, \"rank\": 3387, \"rankvar\": 2843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3528, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2889, \"group\": [2910.0, 385.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTCACACGC\", \"ini\": 60, \"clust\": 3196, \"rank\": 3414, \"rankvar\": 807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2679, \"group\": [3197.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATGTCTCC\", \"ini\": 59, \"clust\": 3258, \"rank\": 3427, \"rankvar\": 2204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3530, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2680, \"group\": [3261.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCCATTGGTAC\", \"ini\": 58, \"clust\": 2363, \"rank\": 3567, \"rankvar\": 2819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3531, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2890, \"group\": [2362.0, 308.0, 61.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGATGGTC\", \"ini\": 57, \"clust\": 1373, \"rank\": 3552, \"rankvar\": 926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3532, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2978, \"group\": [1374.0, 168.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGTTGAA\", \"ini\": 56, \"clust\": 3260, \"rank\": 3364, \"rankvar\": 3125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3533, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2681, \"group\": [3260.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTGACC\", \"ini\": 55, \"clust\": 2895, \"rank\": 3474, \"rankvar\": 2937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3534, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2891, \"group\": [2896.0, 380.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTTTCCTC\", \"ini\": 54, \"clust\": 2911, \"rank\": 3525, \"rankvar\": 2145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3535, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2979, \"group\": [2912.0, 386.0, 80.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACAGAGGT\", \"ini\": 53, \"clust\": 2356, \"rank\": 3500, \"rankvar\": 2499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3536, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2682, \"group\": [2357.0, 307.0, 61.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTACACCGC\", \"ini\": 52, \"clust\": 2921, \"rank\": 3495, \"rankvar\": 520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3537, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2980, \"group\": [2919.0, 388.0, 80.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATGGAAT\", \"ini\": 51, \"clust\": 2808, \"rank\": 3468, \"rankvar\": 3418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3538, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2892, \"group\": [2809.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTGTGGCTC\", \"ini\": 50, \"clust\": 2836, \"rank\": 3551, \"rankvar\": 3301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3539, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2839, \"group\": [2837.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGGCGTACA\", \"ini\": 49, \"clust\": 2863, \"rank\": 3537, \"rankvar\": 3375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3540, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2893, \"group\": [2866.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCTACTATC\", \"ini\": 48, \"clust\": 2819, \"rank\": 3514, \"rankvar\": 3417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3541, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2894, \"group\": [2829.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTTGATTGC\", \"ini\": 47, \"clust\": 3546, \"rank\": 3214, \"rankvar\": 3263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3542, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2683, \"group\": [3550.0, 483.0, 95.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTCTAGAGG\", \"ini\": 46, \"clust\": 3193, \"rank\": 3588, \"rankvar\": 3445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3543, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1664, \"group\": [3194.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCTCAACA\", \"ini\": 45, \"clust\": 3247, \"rank\": 3368, \"rankvar\": 3164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3544, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2684, \"group\": [3248.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTGAATTG\", \"ini\": 44, \"clust\": 3278, \"rank\": 3435, \"rankvar\": 2051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2685, \"group\": [3278.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAAGTT\", \"ini\": 43, \"clust\": 2803, \"rank\": 3527, \"rankvar\": 3066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3546, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2895, \"group\": [2802.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAGCTGTTA\", \"ini\": 42, \"clust\": 2873, \"rank\": 3577, \"rankvar\": 3214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3547, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2896, \"group\": [2877.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTTCAACCA\", \"ini\": 41, \"clust\": 2848, \"rank\": 3487, \"rankvar\": 3135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3548, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2897, \"group\": [2849.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGAAACCGC\", \"ini\": 40, \"clust\": 2365, \"rank\": 3532, \"rankvar\": 1865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3549, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2898, \"group\": [2365.0, 308.0, 61.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTGCTGTAT\", \"ini\": 39, \"clust\": 2791, \"rank\": 3407, \"rankvar\": 3371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3550, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2899, \"group\": [2792.0, 377.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATTGGTAC\", \"ini\": 38, \"clust\": 2916, \"rank\": 3242, \"rankvar\": 797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3551, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3022, \"group\": [2917.0, 387.0, 80.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCTCGAGTA\", \"ini\": 37, \"clust\": 2912, \"rank\": 3306, \"rankvar\": 1888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3552, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2981, \"group\": [2913.0, 386.0, 80.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACTCGACG\", \"ini\": 36, \"clust\": 2881, \"rank\": 3477, \"rankvar\": 3289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3553, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2900, \"group\": [2881.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAAGGGTTTCT\", \"ini\": 35, \"clust\": 3279, \"rank\": 3422, \"rankvar\": 2703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2686, \"group\": [3279.0, 439.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACGACTCG\", \"ini\": 34, \"clust\": 2925, \"rank\": 3570, \"rankvar\": 2574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3555, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2982, \"group\": [2927.0, 389.0, 80.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACAGGAGT\", \"ini\": 33, \"clust\": 2929, \"rank\": 3507, \"rankvar\": 983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3556, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3023, \"group\": [2928.0, 389.0, 80.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAAAGTCAA\", \"ini\": 32, \"clust\": 2359, \"rank\": 3584, \"rankvar\": 3520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3557, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2687, \"group\": [2359.0, 307.0, 61.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCTTGGTC\", \"ini\": 31, \"clust\": 2893, \"rank\": 3406, \"rankvar\": 2398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3558, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2901, \"group\": [2894.0, 380.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTCCGGTT\", \"ini\": 30, \"clust\": 2926, \"rank\": 3536, \"rankvar\": 921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3559, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2983, \"group\": [2925.0, 389.0, 80.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCGTAT\", \"ini\": 29, \"clust\": 2878, \"rank\": 3572, \"rankvar\": 3339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3560, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2902, \"group\": [2873.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTGAAGAG\", \"ini\": 28, \"clust\": 2800, \"rank\": 3448, \"rankvar\": 3356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3561, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2903, \"group\": [2804.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCCTTTCTC\", \"ini\": 27, \"clust\": 2806, \"rank\": 3490, \"rankvar\": 2682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3562, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2904, \"group\": [2806.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGCTGAA\", \"ini\": 26, \"clust\": 3065, \"rank\": 3580, \"rankvar\": 3484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2688, \"group\": [3065.0, 425.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGCATCATC\", \"ini\": 25, \"clust\": 1305, \"rank\": 3315, \"rankvar\": 2632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3564, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3024, \"group\": [1304.0, 144.0, 23.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCACGAAATA\", \"ini\": 24, \"clust\": 2862, \"rank\": 3395, \"rankvar\": 2371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3565, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2905, \"group\": [2862.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGTAT\", \"ini\": 23, \"clust\": 2882, \"rank\": 3534, \"rankvar\": 3281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3566, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2906, \"group\": [2882.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCCTGACT\", \"ini\": 22, \"clust\": 3311, \"rank\": 3523, \"rankvar\": 1530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3567, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2984, \"group\": [3311.0, 443.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGATAGCAT\", \"ini\": 21, \"clust\": 2816, \"rank\": 3563, \"rankvar\": 3419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3568, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2907, \"group\": [2817.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGATGGGTC\", \"ini\": 20, \"clust\": 2876, \"rank\": 3583, \"rankvar\": 3278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3569, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2908, \"group\": [2874.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCATTAT\", \"ini\": 19, \"clust\": 2923, \"rank\": 3417, \"rankvar\": 3254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3570, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3025, \"group\": [2922.0, 388.0, 80.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATCCTAGA\", \"ini\": 18, \"clust\": 2843, \"rank\": 3569, \"rankvar\": 2364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3571, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2909, \"group\": [2844.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCAAACTGTC\", \"ini\": 17, \"clust\": 2869, \"rank\": 3496, \"rankvar\": 3233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3572, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2910, \"group\": [2868.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAAGCTGGA\", \"ini\": 16, \"clust\": 1883, \"rank\": 3457, \"rankvar\": 2748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3573, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2911, \"group\": [1883.0, 270.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAACGCGA\", \"ini\": 15, \"clust\": 3197, \"rank\": 3520, \"rankvar\": 2996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2689, \"group\": [3198.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGGCAAAGA\", \"ini\": 14, \"clust\": 2847, \"rank\": 3564, \"rankvar\": 3139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3575, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2912, \"group\": [2847.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCAGTTGAC\", \"ini\": 13, \"clust\": 2971, \"rank\": 3472, \"rankvar\": 3202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3576, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2690, \"group\": [2970.0, 403.0, 83.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTCGAATCT\", \"ini\": 12, \"clust\": 2845, \"rank\": 3578, \"rankvar\": 3230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3577, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2913, \"group\": [2848.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTTCCGGCA\", \"ini\": 11, \"clust\": 1374, \"rank\": 3585, \"rankvar\": 3158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3578, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2985, \"group\": [1375.0, 168.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAACATC\", \"ini\": 10, \"clust\": 2930, \"rank\": 3328, \"rankvar\": 856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3579, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3026, \"group\": [2929.0, 389.0, 80.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCAGCTTAG\", \"ini\": 9, \"clust\": 2928, \"rank\": 3476, \"rankvar\": 281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3580, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3027, \"group\": [2930.0, 389.0, 80.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTCCCTACT\", \"ini\": 8, \"clust\": 3202, \"rank\": 3576, \"rankvar\": 2855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3581, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2914, \"group\": [3202.0, 436.0, 87.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTATTCA\", \"ini\": 7, \"clust\": 2927, \"rank\": 3575, \"rankvar\": 941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3582, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2986, \"group\": [2926.0, 389.0, 80.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCATACTG\", \"ini\": 6, \"clust\": 2849, \"rank\": 3559, \"rankvar\": 3195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3583, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2915, \"group\": [2850.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCGGTCTAA\", \"ini\": 5, \"clust\": 1355, \"rank\": 3526, \"rankvar\": 2292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3584, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2987, \"group\": [1357.0, 163.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGACCAAG\", \"ini\": 4, \"clust\": 2855, \"rank\": 3540, \"rankvar\": 3327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3585, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2916, \"group\": [2858.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGACACG\", \"ini\": 3, \"clust\": 2812, \"rank\": 3511, \"rankvar\": 3353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3586, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2917, \"group\": [2813.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGGAGCGTT\", \"ini\": 2, \"clust\": 2871, \"rank\": 3568, \"rankvar\": 3354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3587, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2918, \"group\": [2871.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTAAATGAC\", \"ini\": 1, \"clust\": 2844, \"rank\": 3522, \"rankvar\": 2776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3588, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2919, \"group\": [2845.0, 378.0, 79.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}]}}, {\"N_row_var\": \"all\", \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"name\": \"CD11b\", \"ini\": 21, \"clust\": 16, \"rank\": 14, \"rankvar\": 11, \"group\": [12.0, 10.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD11c\", \"ini\": 20, \"clust\": 17, \"rank\": 16, \"rankvar\": 17, \"group\": [10.0, 10.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD123\", \"ini\": 19, \"clust\": 10, \"rank\": 3, \"rankvar\": 4, \"group\": [18.0, 14.0, 11.0, 8.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD14\", \"ini\": 18, \"clust\": 15, \"rank\": 9, \"rankvar\": 13, \"group\": [13.0, 10.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD141\", \"ini\": 17, \"clust\": 12, \"rank\": 7, \"rankvar\": 16, \"group\": [16.0, 12.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD16\", \"ini\": 16, \"clust\": 4, \"rank\": 5, \"rankvar\": 7, \"group\": [5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD19\", \"ini\": 15, \"clust\": 7, \"rank\": 2, \"rankvar\": 2, \"group\": [7.0, 7.0, 6.0, 5.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD1c\", \"ini\": 14, \"clust\": 6, \"rank\": 1, \"rankvar\": 1, \"group\": [9.0, 9.0, 8.0, 6.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD206\", \"ini\": 13, \"clust\": 19, \"rank\": 12, \"rankvar\": 20, \"group\": [20.0, 16.0, 13.0, 10.0, 6.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD24\", \"ini\": 12, \"clust\": 8, \"rank\": 0, \"rankvar\": 0, \"group\": [8.0, 8.0, 7.0, 5.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD27\", \"ini\": 11, \"clust\": 1, \"rank\": 19, \"rankvar\": 18, \"group\": [3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD3\", \"ini\": 10, \"clust\": 2, \"rank\": 17, \"rankvar\": 14, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD33\", \"ini\": 9, \"clust\": 18, \"rank\": 15, \"rankvar\": 12, \"group\": [11.0, 10.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD38\", \"ini\": 8, \"clust\": 9, \"rank\": 13, \"rankvar\": 6, \"group\": [19.0, 15.0, 12.0, 9.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD4\", \"ini\": 7, \"clust\": 3, \"rank\": 6, \"rankvar\": 19, \"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD56\", \"ini\": 6, \"clust\": 20, \"rank\": 20, \"rankvar\": 3, \"group\": [21.0, 17.0, 14.0, 11.0, 6.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD62L\", \"ini\": 5, \"clust\": 0, \"rank\": 8, \"rankvar\": 8, \"group\": [4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD64\", \"ini\": 4, \"clust\": 14, \"rank\": 10, \"rankvar\": 10, \"group\": [14.0, 10.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD66b\", \"ini\": 3, \"clust\": 11, \"rank\": 4, \"rankvar\": 15, \"group\": [17.0, 13.0, 10.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD8\", \"ini\": 2, \"clust\": 5, \"rank\": 18, \"rankvar\": 9, \"group\": [6.0, 6.0, 5.0, 4.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"HLADR\", \"ini\": 1, \"clust\": 13, \"rank\": 11, \"rankvar\": 5, \"group\": [15.0, 11.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}], \"col_nodes\": [{\"name\": \"GCATGCGTCGCGGATC\", \"ini\": 3589, \"clust\": 2029, \"rank\": 8, \"rankvar\": 304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 0, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 182, \"group\": [2029.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAGTCGGT\", \"ini\": 3588, \"clust\": 3438, \"rank\": 17, \"rankvar\": 3517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 0, \"group\": [3438.0, 631.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTTGTACT\", \"ini\": 3587, \"clust\": 2921, \"rank\": 62, \"rankvar\": 87, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3032, \"group\": [2921.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGAACAACT\", \"ini\": 3586, \"clust\": 2042, \"rank\": 13, \"rankvar\": 1613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 183, \"group\": [2042.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTGGGAA\", \"ini\": 3585, \"clust\": 2078, \"rank\": 16, \"rankvar\": 1699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 4, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 184, \"group\": [2076.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGAACTGTA\", \"ini\": 3584, \"clust\": 1655, \"rank\": 20, \"rankvar\": 342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 5, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 185, \"group\": [1650.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGGGTCTCC\", \"ini\": 3583, \"clust\": 2058, \"rank\": 1, \"rankvar\": 3383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 6, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 186, \"group\": [2059.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGCATCATC\", \"ini\": 3582, \"clust\": 2043, \"rank\": 12, \"rankvar\": 2441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 7, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 187, \"group\": [2040.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAGATTAG\", \"ini\": 3581, \"clust\": 2033, \"rank\": 11, \"rankvar\": 405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 8, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 188, \"group\": [2034.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGCAGACA\", \"ini\": 3580, \"clust\": 2893, \"rank\": 39, \"rankvar\": 30, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 9, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3033, \"group\": [2891.0, 516.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCGTAGTA\", \"ini\": 3579, \"clust\": 1649, \"rank\": 50, \"rankvar\": 316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 10, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 189, \"group\": [1648.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTTCATGT\", \"ini\": 3578, \"clust\": 2894, \"rank\": 42, \"rankvar\": 0, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 11, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3034, \"group\": [2892.0, 516.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTGGTATG\", \"ini\": 3577, \"clust\": 1936, \"rank\": 0, \"rankvar\": 2760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 12, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 190, \"group\": [1936.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTGGACCC\", \"ini\": 3576, \"clust\": 2024, \"rank\": 10, \"rankvar\": 1211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 13, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 191, \"group\": [2027.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGTGAAAT\", \"ini\": 3575, \"clust\": 1717, \"rank\": 4, \"rankvar\": 3204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 14, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1665, \"group\": [1717.0, 332.0, 57.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAACCAAC\", \"ini\": 3574, \"clust\": 2047, \"rank\": 25, \"rankvar\": 273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 15, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 192, \"group\": [2049.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGCCACTAT\", \"ini\": 3573, \"clust\": 2038, \"rank\": 21, \"rankvar\": 248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 16, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 193, \"group\": [2036.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAGAGCTT\", \"ini\": 3572, \"clust\": 2039, \"rank\": 7, \"rankvar\": 1066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 17, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 194, \"group\": [2037.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGAGCTTCT\", \"ini\": 3571, \"clust\": 2915, \"rank\": 47, \"rankvar\": 40, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 18, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3035, \"group\": [2913.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCGCGAAA\", \"ini\": 3570, \"clust\": 2044, \"rank\": 19, \"rankvar\": 2473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 19, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 195, \"group\": [2041.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGCATCATC\", \"ini\": 3569, \"clust\": 2050, \"rank\": 15, \"rankvar\": 492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 20, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 196, \"group\": [2051.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTGCACGAA\", \"ini\": 3568, \"clust\": 1719, \"rank\": 59, \"rankvar\": 538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 21, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1666, \"group\": [1719.0, 332.0, 57.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCATGAT\", \"ini\": 3567, \"clust\": 2924, \"rank\": 89, \"rankvar\": 57, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 22, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3036, \"group\": [2923.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCCACTGGG\", \"ini\": 3566, \"clust\": 2912, \"rank\": 96, \"rankvar\": 535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 23, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3037, \"group\": [2915.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCGCGTAGC\", \"ini\": 3565, \"clust\": 3439, \"rank\": 71, \"rankvar\": 2770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 24, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 1, \"group\": [3439.0, 631.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCCAGAAGG\", \"ini\": 3564, \"clust\": 1718, \"rank\": 31, \"rankvar\": 3048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 25, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1667, \"group\": [1718.0, 332.0, 57.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAAGGGTCA\", \"ini\": 3563, \"clust\": 2916, \"rank\": 66, \"rankvar\": 49, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 26, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3038, \"group\": [2914.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTTCCTGCTTG\", \"ini\": 3562, \"clust\": 2072, \"rank\": 44, \"rankvar\": 17, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 27, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 197, \"group\": [2082.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTACGTAA\", \"ini\": 3561, \"clust\": 2048, \"rank\": 27, \"rankvar\": 31, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 28, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 198, \"group\": [2047.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCTCTGCTG\", \"ini\": 3560, \"clust\": 3113, \"rank\": 2, \"rankvar\": 3227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 29, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3039, \"group\": [3113.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCAACGGCC\", \"ini\": 3559, \"clust\": 2928, \"rank\": 99, \"rankvar\": 883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 30, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3040, \"group\": [2931.0, 527.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTCTGAT\", \"ini\": 3558, \"clust\": 2045, \"rank\": 24, \"rankvar\": 319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 31, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 199, \"group\": [2045.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATTACCC\", \"ini\": 3557, \"clust\": 3112, \"rank\": 35, \"rankvar\": 2016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 32, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3041, \"group\": [3114.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGGTGTGGT\", \"ini\": 3556, \"clust\": 1720, \"rank\": 87, \"rankvar\": 135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 33, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1668, \"group\": [1720.0, 332.0, 57.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAGGACCCT\", \"ini\": 3555, \"clust\": 2930, \"rank\": 32, \"rankvar\": 377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 34, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3042, \"group\": [2928.0, 527.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAGTACACT\", \"ini\": 3554, \"clust\": 2026, \"rank\": 18, \"rankvar\": 561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 35, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 200, \"group\": [2024.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCACCCAGTG\", \"ini\": 3553, \"clust\": 1636, \"rank\": 53, \"rankvar\": 56, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 36, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 201, \"group\": [1634.0, 310.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTAGACAAGCC\", \"ini\": 3552, \"clust\": 2929, \"rank\": 40, \"rankvar\": 1691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 37, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3043, \"group\": [2930.0, 527.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCCTGACT\", \"ini\": 3551, \"clust\": 2031, \"rank\": 23, \"rankvar\": 201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 38, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 202, \"group\": [2032.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTCGAGA\", \"ini\": 3550, \"clust\": 2077, \"rank\": 43, \"rankvar\": 127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 39, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 203, \"group\": [2078.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGGTGACCA\", \"ini\": 3549, \"clust\": 2055, \"rank\": 57, \"rankvar\": 1014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 40, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 204, \"group\": [2057.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCACTC\", \"ini\": 3548, \"clust\": 2019, \"rank\": 68, \"rankvar\": 543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 41, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 205, \"group\": [2019.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGTCAAGGC\", \"ini\": 3547, \"clust\": 2922, \"rank\": 84, \"rankvar\": 14, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 42, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3044, \"group\": [2922.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTACCCAAT\", \"ini\": 3546, \"clust\": 2919, \"rank\": 136, \"rankvar\": 28, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 43, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3045, \"group\": [2917.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCTACTCAT\", \"ini\": 3545, \"clust\": 2037, \"rank\": 28, \"rankvar\": 366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 44, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 206, \"group\": [2038.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCTACCTA\", \"ini\": 3544, \"clust\": 2056, \"rank\": 30, \"rankvar\": 2143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 45, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 207, \"group\": [2055.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGGACGAT\", \"ini\": 3543, \"clust\": 2080, \"rank\": 38, \"rankvar\": 933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 46, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 208, \"group\": [2079.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGCTAGTCT\", \"ini\": 3542, \"clust\": 1635, \"rank\": 55, \"rankvar\": 565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 47, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 209, \"group\": [1636.0, 310.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTACATCATCCC\", \"ini\": 3541, \"clust\": 2057, \"rank\": 41, \"rankvar\": 1346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 48, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 210, \"group\": [2056.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGAATTGTG\", \"ini\": 3540, \"clust\": 52, \"rank\": 3, \"rankvar\": 3179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 49, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1839, \"group\": [52.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCATTATCC\", \"ini\": 3539, \"clust\": 2014, \"rank\": 94, \"rankvar\": 92, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 50, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 211, \"group\": [2015.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAAGCTAGTTC\", \"ini\": 3538, \"clust\": 3115, \"rank\": 9, \"rankvar\": 3214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 51, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3046, \"group\": [3110.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCGACTGC\", \"ini\": 3537, \"clust\": 2023, \"rank\": 29, \"rankvar\": 461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 52, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 212, \"group\": [2028.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTCTCCCTA\", \"ini\": 3536, \"clust\": 2016, \"rank\": 54, \"rankvar\": 1826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 53, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 213, \"group\": [2017.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCTGCAGTA\", \"ini\": 3535, \"clust\": 3109, \"rank\": 14, \"rankvar\": 2794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 54, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3047, \"group\": [3108.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCCCGACTT\", \"ini\": 3534, \"clust\": 2918, \"rank\": 126, \"rankvar\": 52, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 55, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3048, \"group\": [2919.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCAGTCCTTC\", \"ini\": 3533, \"clust\": 2010, \"rank\": 79, \"rankvar\": 3, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 56, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 214, \"group\": [2009.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCTATCCCG\", \"ini\": 3532, \"clust\": 2917, \"rank\": 144, \"rankvar\": 32, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 57, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3049, \"group\": [2920.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATAGGTA\", \"ini\": 3531, \"clust\": 2923, \"rank\": 101, \"rankvar\": 83, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 58, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3050, \"group\": [2925.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAGTTTCGCTC\", \"ini\": 3530, \"clust\": 3086, \"rank\": 75, \"rankvar\": 301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 59, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3051, \"group\": [3085.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGGGCTA\", \"ini\": 3529, \"clust\": 2913, \"rank\": 115, \"rankvar\": 19, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 60, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3052, \"group\": [2911.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAGTAAGCG\", \"ini\": 3528, \"clust\": 2060, \"rank\": 33, \"rankvar\": 2728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 61, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 215, \"group\": [2061.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCAACTCTT\", \"ini\": 3527, \"clust\": 3114, \"rank\": 5, \"rankvar\": 3401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 62, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3053, \"group\": [3112.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTAGCGATG\", \"ini\": 3526, \"clust\": 2068, \"rank\": 73, \"rankvar\": 119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 63, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 216, \"group\": [2072.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCTGCCAG\", \"ini\": 3525, \"clust\": 2079, \"rank\": 51, \"rankvar\": 82, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 64, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 217, \"group\": [2077.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCGTAGGTT\", \"ini\": 3524, \"clust\": 2011, \"rank\": 63, \"rankvar\": 16, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 65, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 218, \"group\": [2010.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTCGAC\", \"ini\": 3523, \"clust\": 2035, \"rank\": 85, \"rankvar\": 193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 66, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 219, \"group\": [2050.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCCACTAT\", \"ini\": 3522, \"clust\": 2020, \"rank\": 97, \"rankvar\": 35, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 67, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 220, \"group\": [2020.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGACATTA\", \"ini\": 3521, \"clust\": 2911, \"rank\": 114, \"rankvar\": 168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 68, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3054, \"group\": [2916.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGGTTCCC\", \"ini\": 3520, \"clust\": 2046, \"rank\": 61, \"rankvar\": 386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 69, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 221, \"group\": [2046.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGTCCTCCT\", \"ini\": 3519, \"clust\": 2901, \"rank\": 212, \"rankvar\": 1240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 70, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3055, \"group\": [2902.0, 522.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCGGCGCAT\", \"ini\": 3518, \"clust\": 2021, \"rank\": 81, \"rankvar\": 428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 71, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 222, \"group\": [2022.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCTTGCATT\", \"ini\": 3517, \"clust\": 2946, \"rank\": 179, \"rankvar\": 240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 72, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3056, \"group\": [2945.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGTTACGGG\", \"ini\": 3516, \"clust\": 2028, \"rank\": 48, \"rankvar\": 1027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 73, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 223, \"group\": [2031.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTACAAGTA\", \"ini\": 3515, \"clust\": 1637, \"rank\": 78, \"rankvar\": 390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 74, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 224, \"group\": [1635.0, 310.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGATCCTGT\", \"ini\": 3514, \"clust\": 2066, \"rank\": 56, \"rankvar\": 1516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 75, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 225, \"group\": [2065.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGAGTTGC\", \"ini\": 3513, \"clust\": 1654, \"rank\": 77, \"rankvar\": 726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 76, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 226, \"group\": [1652.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCAGTTTGG\", \"ini\": 3512, \"clust\": 3097, \"rank\": 67, \"rankvar\": 2698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 77, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3558, \"group\": [3119.0, 589.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACCTTAT\", \"ini\": 3511, \"clust\": 2931, \"rank\": 104, \"rankvar\": 491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 78, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3057, \"group\": [2929.0, 527.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAGTGATGCCC\", \"ini\": 3510, \"clust\": 3436, \"rank\": 156, \"rankvar\": 3165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 79, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 2, \"group\": [3436.0, 631.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCTGGCGTG\", \"ini\": 3509, \"clust\": 1265, \"rank\": 102, \"rankvar\": 3034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 80, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1675, \"group\": [1266.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGTGGTTT\", \"ini\": 3508, \"clust\": 2049, \"rank\": 52, \"rankvar\": 289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 81, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 227, \"group\": [2048.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGCTTATCG\", \"ini\": 3507, \"clust\": 3103, \"rank\": 69, \"rankvar\": 927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 82, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3058, \"group\": [3101.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTGCGTTA\", \"ini\": 3506, \"clust\": 2909, \"rank\": 137, \"rankvar\": 11, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 83, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3059, \"group\": [2908.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGAATGGA\", \"ini\": 3505, \"clust\": 1651, \"rank\": 113, \"rankvar\": 71, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 84, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 228, \"group\": [1660.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTCGTTGA\", \"ini\": 3504, \"clust\": 1891, \"rank\": 121, \"rankvar\": 73, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 85, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 229, \"group\": [1892.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTAGATGA\", \"ini\": 3503, \"clust\": 2022, \"rank\": 86, \"rankvar\": 683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 86, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 230, \"group\": [2023.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCAGAATTCCC\", \"ini\": 3502, \"clust\": 3110, \"rank\": 70, \"rankvar\": 1698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 87, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3060, \"group\": [3106.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTCCTATA\", \"ini\": 3501, \"clust\": 2030, \"rank\": 46, \"rankvar\": 356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 88, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 231, \"group\": [2030.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGAAACGCC\", \"ini\": 3500, \"clust\": 1937, \"rank\": 6, \"rankvar\": 3451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 89, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 232, \"group\": [1937.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGCACTCT\", \"ini\": 3499, \"clust\": 1660, \"rank\": 109, \"rankvar\": 237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 90, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 233, \"group\": [1657.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGATGCGAC\", \"ini\": 3498, \"clust\": 3116, \"rank\": 22, \"rankvar\": 2731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 91, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3061, \"group\": [3111.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCGTCCAGG\", \"ini\": 3497, \"clust\": 3440, \"rank\": 143, \"rankvar\": 963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 92, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 3, \"group\": [3440.0, 632.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGAAGGGTA\", \"ini\": 3496, \"clust\": 2920, \"rank\": 174, \"rankvar\": 84, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 93, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3062, \"group\": [2918.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGCTGCCCA\", \"ini\": 3495, \"clust\": 1889, \"rank\": 83, \"rankvar\": 121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 94, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 234, \"group\": [1890.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATCGTCGG\", \"ini\": 3494, \"clust\": 2036, \"rank\": 58, \"rankvar\": 745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 95, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 235, \"group\": [2039.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGCAGCGTA\", \"ini\": 3493, \"clust\": 2062, \"rank\": 49, \"rankvar\": 2776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 96, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 236, \"group\": [2063.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTACAGAA\", \"ini\": 3492, \"clust\": 2067, \"rank\": 112, \"rankvar\": 486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 97, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 237, \"group\": [2066.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCATATACGC\", \"ini\": 3491, \"clust\": 2052, \"rank\": 37, \"rankvar\": 2945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 98, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 238, \"group\": [2053.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAAATA\", \"ini\": 3490, \"clust\": 2891, \"rank\": 167, \"rankvar\": 184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 99, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3063, \"group\": [2894.0, 518.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGACCACGA\", \"ini\": 3489, \"clust\": 3098, \"rank\": 26, \"rankvar\": 1852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 100, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3064, \"group\": [3097.0, 586.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGGCGAA\", \"ini\": 3488, \"clust\": 1664, \"rank\": 155, \"rankvar\": 283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 239, \"group\": [1661.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCGTTCCCGAG\", \"ini\": 3487, \"clust\": 2925, \"rank\": 149, \"rankvar\": 33, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 102, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3065, \"group\": [2924.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTGTGGTTT\", \"ini\": 3486, \"clust\": 2053, \"rank\": 36, \"rankvar\": 2852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 240, \"group\": [2054.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTAGGGACT\", \"ini\": 3485, \"clust\": 2012, \"rank\": 72, \"rankvar\": 1407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 241, \"group\": [2013.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCACGGTTTA\", \"ini\": 3484, \"clust\": 2051, \"rank\": 92, \"rankvar\": 738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 242, \"group\": [2052.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGTAAACT\", \"ini\": 3483, \"clust\": 3094, \"rank\": 65, \"rankvar\": 1427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3066, \"group\": [3093.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAAGGTTCT\", \"ini\": 3482, \"clust\": 1657, \"rank\": 82, \"rankvar\": 982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 243, \"group\": [1653.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAACAACCT\", \"ini\": 3481, \"clust\": 2895, \"rank\": 117, \"rankvar\": 44, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 108, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3067, \"group\": [2896.0, 520.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACTGTGTA\", \"ini\": 3480, \"clust\": 1224, \"rank\": 147, \"rankvar\": 1471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 109, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3028, \"group\": [1226.0, 180.0, 29.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTGCCATT\", \"ini\": 3479, \"clust\": 222, \"rank\": 34, \"rankvar\": 3354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 110, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2691, \"group\": [223.0, 62.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTACCGGCT\", \"ini\": 3478, \"clust\": 3104, \"rank\": 64, \"rankvar\": 3184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 111, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3068, \"group\": [3102.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTGTCTTT\", \"ini\": 3477, \"clust\": 1656, \"rank\": 116, \"rankvar\": 55, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 244, \"group\": [1651.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGCGATTCT\", \"ini\": 3476, \"clust\": 2926, \"rank\": 215, \"rankvar\": 180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 113, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3069, \"group\": [2926.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGCAAAGA\", \"ini\": 3475, \"clust\": 3416, \"rank\": 108, \"rankvar\": 3105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 114, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3566, \"group\": [3417.0, 618.0, 86.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATGCCCGA\", \"ini\": 3474, \"clust\": 2908, \"rank\": 170, \"rankvar\": 832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3070, \"group\": [2910.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCCCTGACT\", \"ini\": 3473, \"clust\": 2074, \"rank\": 122, \"rankvar\": 566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 245, \"group\": [2073.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGCATAT\", \"ini\": 3472, \"clust\": 3095, \"rank\": 74, \"rankvar\": 1807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 117, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3071, \"group\": [3094.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGGGAGTAA\", \"ini\": 3471, \"clust\": 2027, \"rank\": 80, \"rankvar\": 288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 246, \"group\": [2025.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTTGAGTTC\", \"ini\": 3470, \"clust\": 3111, \"rank\": 93, \"rankvar\": 2608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 119, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3072, \"group\": [3107.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCACGGTTA\", \"ini\": 3469, \"clust\": 2906, \"rank\": 219, \"rankvar\": 134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 120, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3073, \"group\": [2906.0, 524.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCTGGGCCA\", \"ini\": 3468, \"clust\": 2059, \"rank\": 45, \"rankvar\": 3355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 247, \"group\": [2060.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCGGCTTGG\", \"ini\": 3467, \"clust\": 2952, \"rank\": 328, \"rankvar\": 879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3074, \"group\": [2949.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAGTCCCT\", \"ini\": 3466, \"clust\": 1995, \"rank\": 120, \"rankvar\": 419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 248, \"group\": [1996.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATGGGTC\", \"ini\": 3465, \"clust\": 2949, \"rank\": 317, \"rankvar\": 459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 124, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3075, \"group\": [2947.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGTTAACC\", \"ini\": 3464, \"clust\": 2002, \"rank\": 111, \"rankvar\": 41, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 249, \"group\": [2003.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCTG\", \"ini\": 3463, \"clust\": 3236, \"rank\": 124, \"rankvar\": 1781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 126, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3076, \"group\": [3236.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTGACTCAT\", \"ini\": 3462, \"clust\": 2025, \"rank\": 88, \"rankvar\": 1663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 250, \"group\": [2026.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCTAGGTT\", \"ini\": 3461, \"clust\": 3437, \"rank\": 262, \"rankvar\": 2709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 128, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 4, \"group\": [3437.0, 631.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCATCTGCC\", \"ini\": 3460, \"clust\": 2897, \"rank\": 185, \"rankvar\": 75, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3077, \"group\": [2898.0, 521.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGTCTCGGC\", \"ini\": 3459, \"clust\": 3262, \"rank\": 123, \"rankvar\": 1248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 130, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3078, \"group\": [3261.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAATCCGGGTGT\", \"ini\": 3458, \"clust\": 1225, \"rank\": 275, \"rankvar\": 2534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 131, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3029, \"group\": [1224.0, 178.0, 29.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCAAGTAATG\", \"ini\": 3457, \"clust\": 1663, \"rank\": 180, \"rankvar\": 1237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 132, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 251, \"group\": [1663.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCATGGTCTA\", \"ini\": 3456, \"clust\": 1941, \"rank\": 90, \"rankvar\": 1890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 252, \"group\": [1941.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTACTTAC\", \"ini\": 3455, \"clust\": 2888, \"rank\": 176, \"rankvar\": 23, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 134, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3079, \"group\": [2889.0, 514.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTCCATGAT\", \"ini\": 3454, \"clust\": 1688, \"rank\": 134, \"rankvar\": 423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 253, \"group\": [1687.0, 321.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCCAGTAAGAT\", \"ini\": 3453, \"clust\": 3445, \"rank\": 264, \"rankvar\": 2363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 136, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 5, \"group\": [3445.0, 633.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTGTGTGCC\", \"ini\": 3452, \"clust\": 3374, \"rank\": 91, \"rankvar\": 2969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 137, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3080, \"group\": [3375.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGCGTTCCG\", \"ini\": 3451, \"clust\": 2032, \"rank\": 140, \"rankvar\": 165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 254, \"group\": [2033.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCACCAGTTA\", \"ini\": 3450, \"clust\": 2034, \"rank\": 95, \"rankvar\": 138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 255, \"group\": [2035.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAAGAGGACGG\", \"ini\": 3449, \"clust\": 2070, \"rank\": 173, \"rankvar\": 116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 256, \"group\": [2069.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCACTTACT\", \"ini\": 3448, \"clust\": 2914, \"rank\": 191, \"rankvar\": 18, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3081, \"group\": [2912.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGACTCG\", \"ini\": 3447, \"clust\": 3102, \"rank\": 125, \"rankvar\": 1483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3082, \"group\": [3118.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCTGCCAG\", \"ini\": 3446, \"clust\": 2006, \"rank\": 100, \"rankvar\": 529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 257, \"group\": [2005.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCGTCACGG\", \"ini\": 3445, \"clust\": 1255, \"rank\": 168, \"rankvar\": 2676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 144, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1676, \"group\": [1254.0, 202.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCCGTCGT\", \"ini\": 3444, \"clust\": 2061, \"rank\": 118, \"rankvar\": 650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 258, \"group\": [2062.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTTCCTC\", \"ini\": 3443, \"clust\": 2950, \"rank\": 452, \"rankvar\": 1103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 146, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3083, \"group\": [2948.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCAGTTAGC\", \"ini\": 3442, \"clust\": 2944, \"rank\": 255, \"rankvar\": 290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 147, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3084, \"group\": [2943.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGGGCTTGA\", \"ini\": 3441, \"clust\": 3367, \"rank\": 146, \"rankvar\": 2863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 148, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3085, \"group\": [3369.0, 611.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCTTTACGT\", \"ini\": 3440, \"clust\": 2069, \"rank\": 158, \"rankvar\": 204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 259, \"group\": [2071.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCACCACCT\", \"ini\": 3439, \"clust\": 3099, \"rank\": 105, \"rankvar\": 965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 150, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3086, \"group\": [3098.0, 586.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTCTTAT\", \"ini\": 3438, \"clust\": 2009, \"rank\": 164, \"rankvar\": 4, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 260, \"group\": [2011.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACACACGCTG\", \"ini\": 3437, \"clust\": 2899, \"rank\": 290, \"rankvar\": 418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 152, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3087, \"group\": [2900.0, 522.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGTGCTGCC\", \"ini\": 3436, \"clust\": 1723, \"rank\": 98, \"rankvar\": 2245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 261, \"group\": [1721.0, 333.0, 57.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCAAACCAC\", \"ini\": 3435, \"clust\": 1686, \"rank\": 142, \"rankvar\": 1405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 262, \"group\": [1685.0, 321.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGTCGTACT\", \"ini\": 3434, \"clust\": 1689, \"rank\": 139, \"rankvar\": 623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 263, \"group\": [1688.0, 321.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGAGCCTAG\", \"ini\": 3433, \"clust\": 1938, \"rank\": 110, \"rankvar\": 1498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 156, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 264, \"group\": [1940.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCGAATGCT\", \"ini\": 3432, \"clust\": 2000, \"rank\": 135, \"rankvar\": 1302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 265, \"group\": [2000.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGTGGCA\", \"ini\": 3431, \"clust\": 1982, \"rank\": 128, \"rankvar\": 661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 266, \"group\": [1982.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCGGTGTCG\", \"ini\": 3430, \"clust\": 2890, \"rank\": 221, \"rankvar\": 170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3088, \"group\": [2895.0, 519.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCCACGTC\", \"ini\": 3429, \"clust\": 2041, \"rank\": 150, \"rankvar\": 242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 267, \"group\": [2043.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACTGAAGG\", \"ini\": 3428, \"clust\": 2904, \"rank\": 291, \"rankvar\": 77, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3089, \"group\": [2904.0, 523.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCTCTC\", \"ini\": 3427, \"clust\": 2934, \"rank\": 543, \"rankvar\": 2601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3090, \"group\": [2938.0, 533.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATACCATG\", \"ini\": 3426, \"clust\": 2947, \"rank\": 488, \"rankvar\": 1253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 163, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3091, \"group\": [2946.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCCGTAGTA\", \"ini\": 3425, \"clust\": 3259, \"rank\": 131, \"rankvar\": 330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 164, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3092, \"group\": [3259.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCTAACTC\", \"ini\": 3424, \"clust\": 2040, \"rank\": 184, \"rankvar\": 120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 268, \"group\": [2044.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACGTCA\", \"ini\": 3423, \"clust\": 2948, \"rank\": 407, \"rankvar\": 270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 166, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3093, \"group\": [2952.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGCTAGCA\", \"ini\": 3422, \"clust\": 2900, \"rank\": 357, \"rankvar\": 1570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 167, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 6, \"group\": [2901.0, 522.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGCTAAA\", \"ini\": 3421, \"clust\": 1997, \"rank\": 119, \"rankvar\": 1650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 269, \"group\": [2002.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGGAGTACC\", \"ini\": 3420, \"clust\": 2910, \"rank\": 270, \"rankvar\": 26, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3094, \"group\": [2909.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCACTCCTG\", \"ini\": 3419, \"clust\": 2001, \"rank\": 127, \"rankvar\": 587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 270, \"group\": [2001.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTTTGACAC\", \"ini\": 3418, \"clust\": 1268, \"rank\": 162, \"rankvar\": 2811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 171, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1677, \"group\": [1267.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGCTAACAA\", \"ini\": 3417, \"clust\": 1962, \"rank\": 151, \"rankvar\": 717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 172, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 271, \"group\": [1963.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTGGTACAG\", \"ini\": 3416, \"clust\": 1729, \"rank\": 224, \"rankvar\": 1274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 272, \"group\": [1729.0, 339.0, 61.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCCGCGA\", \"ini\": 3415, \"clust\": 3475, \"rank\": 513, \"rankvar\": 3480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 174, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 7, \"group\": [3475.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAGGCGATA\", \"ini\": 3414, \"clust\": 2063, \"rank\": 141, \"rankvar\": 1930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 273, \"group\": [2064.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCGGTCCGA\", \"ini\": 3413, \"clust\": 1908, \"rank\": 223, \"rankvar\": 264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 274, \"group\": [1907.0, 410.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCGGGAGTA\", \"ini\": 3412, \"clust\": 2065, \"rank\": 169, \"rankvar\": 421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 275, \"group\": [2067.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTTCGCG\", \"ini\": 3411, \"clust\": 2253, \"rank\": 216, \"rankvar\": 416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 276, \"group\": [2257.0, 429.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGCTATA\", \"ini\": 3410, \"clust\": 1658, \"rank\": 153, \"rankvar\": 973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 277, \"group\": [1654.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCGGAAA\", \"ini\": 3409, \"clust\": 3081, \"rank\": 154, \"rankvar\": 865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 180, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3095, \"group\": [3079.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAGGAACGT\", \"ini\": 3408, \"clust\": 2017, \"rank\": 230, \"rankvar\": 161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 181, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 278, \"group\": [2018.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGTAGCCGA\", \"ini\": 3407, \"clust\": 1690, \"rank\": 192, \"rankvar\": 1675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 279, \"group\": [1689.0, 321.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCAGTGCCAGA\", \"ini\": 3406, \"clust\": 2015, \"rank\": 182, \"rankvar\": 152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 280, \"group\": [2016.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCAAACTC\", \"ini\": 3405, \"clust\": 3117, \"rank\": 107, \"rankvar\": 2317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3096, \"group\": [3117.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGATGATA\", \"ini\": 3404, \"clust\": 2905, \"rank\": 397, \"rankvar\": 125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 185, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3097, \"group\": [2905.0, 523.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTCTAAACC\", \"ini\": 3403, \"clust\": 1896, \"rank\": 213, \"rankvar\": 69, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 281, \"group\": [1896.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGAACGC\", \"ini\": 3402, \"clust\": 2013, \"rank\": 106, \"rankvar\": 906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 282, \"group\": [2014.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCATCGCTC\", \"ini\": 3401, \"clust\": 1659, \"rank\": 222, \"rankvar\": 849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 283, \"group\": [1659.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTAGCGTGA\", \"ini\": 3400, \"clust\": 2018, \"rank\": 195, \"rankvar\": 1034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 284, \"group\": [2021.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGTGGGAA\", \"ini\": 3399, \"clust\": 1666, \"rank\": 364, \"rankvar\": 657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 190, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 285, \"group\": [1664.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGTTTA\", \"ini\": 3398, \"clust\": 1687, \"rank\": 161, \"rankvar\": 1267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 286, \"group\": [1686.0, 321.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCAATCACG\", \"ini\": 3397, \"clust\": 1955, \"rank\": 145, \"rankvar\": 2947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 287, \"group\": [1957.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGACCGGAT\", \"ini\": 3396, \"clust\": 1921, \"rank\": 201, \"rankvar\": 2546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 288, \"group\": [1922.0, 413.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGTCAAGGC\", \"ini\": 3395, \"clust\": 223, \"rank\": 60, \"rankvar\": 3330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2692, \"group\": [224.0, 62.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTCAGTGGA\", \"ini\": 3394, \"clust\": 1942, \"rank\": 103, \"rankvar\": 3297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 289, \"group\": [1942.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCATCACCC\", \"ini\": 3393, \"clust\": 2076, \"rank\": 159, \"rankvar\": 403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 196, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 290, \"group\": [2081.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTAAACGCG\", \"ini\": 3392, \"clust\": 1250, \"rank\": 206, \"rankvar\": 2228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 197, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1678, \"group\": [1250.0, 199.0, 34.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTACCTGC\", \"ini\": 3391, \"clust\": 2054, \"rank\": 171, \"rankvar\": 1804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 291, \"group\": [2058.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGCATGTG\", \"ini\": 3390, \"clust\": 2902, \"rank\": 393, \"rankvar\": 1317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 199, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3098, \"group\": [2903.0, 522.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTCTTGAT\", \"ini\": 3389, \"clust\": 1257, \"rank\": 220, \"rankvar\": 3153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 200, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1679, \"group\": [1258.0, 202.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGGCGAAT\", \"ini\": 3388, \"clust\": 2073, \"rank\": 200, \"rankvar\": 656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 292, \"group\": [2075.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAGTCA\", \"ini\": 3387, \"clust\": 2951, \"rank\": 484, \"rankvar\": 1908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 202, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3099, \"group\": [2951.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCGCTAGCG\", \"ini\": 3386, \"clust\": 1899, \"rank\": 256, \"rankvar\": 439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 293, \"group\": [1899.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTTCTCTGTCG\", \"ini\": 3385, \"clust\": 3258, \"rank\": 226, \"rankvar\": 1403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3100, \"group\": [3264.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCACGAT\", \"ini\": 3384, \"clust\": 3369, \"rank\": 237, \"rankvar\": 2856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 205, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3101, \"group\": [3366.0, 611.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTTGGTGGA\", \"ini\": 3383, \"clust\": 3370, \"rank\": 205, \"rankvar\": 2638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 206, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3102, \"group\": [3367.0, 611.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCAGAGACG\", \"ini\": 3382, \"clust\": 1914, \"rank\": 250, \"rankvar\": 343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 207, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 294, \"group\": [1915.0, 412.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTTAT\", \"ini\": 3381, \"clust\": 1714, \"rank\": 377, \"rankvar\": 22, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 295, \"group\": [1713.0, 328.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAGTGGA\", \"ini\": 3380, \"clust\": 2081, \"rank\": 196, \"rankvar\": 164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 296, \"group\": [2080.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGAGCCCAACC\", \"ini\": 3379, \"clust\": 1266, \"rank\": 257, \"rankvar\": 3188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1680, \"group\": [1264.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCTTTCAT\", \"ini\": 3378, \"clust\": 1956, \"rank\": 198, \"rankvar\": 1723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 297, \"group\": [1955.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAAGGTGACCA\", \"ini\": 3377, \"clust\": 3089, \"rank\": 148, \"rankvar\": 678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3103, \"group\": [3088.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGCTTCGCG\", \"ini\": 3376, \"clust\": 1691, \"rank\": 253, \"rankvar\": 494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 298, \"group\": [1690.0, 321.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTCATGCCG\", \"ini\": 3375, \"clust\": 1904, \"rank\": 204, \"rankvar\": 517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 214, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 299, \"group\": [1904.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCAAAGAATC\", \"ini\": 3374, \"clust\": 3368, \"rank\": 160, \"rankvar\": 3265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 215, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3104, \"group\": [3368.0, 611.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTATCAGTC\", \"ini\": 3373, \"clust\": 1228, \"rank\": 280, \"rankvar\": 464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 216, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1669, \"group\": [1227.0, 181.0, 29.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCACGCATA\", \"ini\": 3372, \"clust\": 1644, \"rank\": 210, \"rankvar\": 53, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 300, \"group\": [1645.0, 313.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTTACTCT\", \"ini\": 3371, \"clust\": 2064, \"rank\": 266, \"rankvar\": 463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 301, \"group\": [2068.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTAAGCACG\", \"ini\": 3370, \"clust\": 1901, \"rank\": 258, \"rankvar\": 325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 302, \"group\": [1901.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGTAAGAT\", \"ini\": 3369, \"clust\": 1939, \"rank\": 132, \"rankvar\": 2553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 303, \"group\": [1938.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAAGCAAT\", \"ini\": 3368, \"clust\": 3265, \"rank\": 187, \"rankvar\": 2021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 221, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3105, \"group\": [3268.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTGTGACCC\", \"ini\": 3367, \"clust\": 2075, \"rank\": 240, \"rankvar\": 484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 304, \"group\": [2074.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCCTCTAGC\", \"ini\": 3366, \"clust\": 3254, \"rank\": 254, \"rankvar\": 1685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 223, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3106, \"group\": [3253.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAACTGCTA\", \"ini\": 3365, \"clust\": 3082, \"rank\": 186, \"rankvar\": 1991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 224, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3107, \"group\": [3080.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGACCAAG\", \"ini\": 3364, \"clust\": 3483, \"rank\": 428, \"rankvar\": 3262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 225, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 8, \"group\": [3484.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCGAGATG\", \"ini\": 3363, \"clust\": 1668, \"rank\": 300, \"rankvar\": 115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 305, \"group\": [1668.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCTCCTAG\", \"ini\": 3362, \"clust\": 1647, \"rank\": 394, \"rankvar\": 208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 306, \"group\": [1646.0, 313.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTTAAGTAG\", \"ini\": 3361, \"clust\": 1327, \"rank\": 165, \"rankvar\": 3324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1681, \"group\": [1328.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCCAT\", \"ini\": 3360, \"clust\": 1264, \"rank\": 234, \"rankvar\": 3139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 229, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1682, \"group\": [1271.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTAAACACA\", \"ini\": 3359, \"clust\": 2303, \"rank\": 209, \"rankvar\": 1109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 307, \"group\": [2301.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTATTCTC\", \"ini\": 3358, \"clust\": 1275, \"rank\": 302, \"rankvar\": 3292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1683, \"group\": [1272.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTAGAGG\", \"ini\": 3357, \"clust\": 3106, \"rank\": 138, \"rankvar\": 742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 232, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3108, \"group\": [3103.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAAGAATC\", \"ini\": 3356, \"clust\": 3260, \"rank\": 177, \"rankvar\": 1545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 233, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3109, \"group\": [3260.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGCTAGT\", \"ini\": 3355, \"clust\": 1672, \"rank\": 244, \"rankvar\": 131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 308, \"group\": [1670.0, 316.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGTCTCG\", \"ini\": 3354, \"clust\": 3118, \"rank\": 129, \"rankvar\": 3080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3110, \"group\": [3115.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGTCTCT\", \"ini\": 3353, \"clust\": 1926, \"rank\": 299, \"rankvar\": 2393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 309, \"group\": [1927.0, 414.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACAATGGATA\", \"ini\": 3352, \"clust\": 1983, \"rank\": 238, \"rankvar\": 206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 310, \"group\": [1983.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGAACAATC\", \"ini\": 3351, \"clust\": 3237, \"rank\": 199, \"rankvar\": 3014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3111, \"group\": [3237.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCACCGTAA\", \"ini\": 3350, \"clust\": 2343, \"rank\": 217, \"rankvar\": 836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 311, \"group\": [2344.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTATATGAG\", \"ini\": 3349, \"clust\": 2071, \"rank\": 247, \"rankvar\": 703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 240, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 312, \"group\": [2070.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCTAGAAC\", \"ini\": 3348, \"clust\": 1981, \"rank\": 232, \"rankvar\": 46, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 313, \"group\": [1987.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTTAGTGGG\", \"ini\": 3347, \"clust\": 1781, \"rank\": 267, \"rankvar\": 348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 314, \"group\": [1780.0, 375.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTTATGCGT\", \"ini\": 3346, \"clust\": 3091, \"rank\": 172, \"rankvar\": 1358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 243, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3112, \"group\": [3091.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAAGTTCC\", \"ini\": 3345, \"clust\": 1893, \"rank\": 281, \"rankvar\": 74, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 315, \"group\": [1894.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATTTGCTT\", \"ini\": 3344, \"clust\": 1665, \"rank\": 293, \"rankvar\": 1334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 316, \"group\": [1662.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCCAGTAGT\", \"ini\": 3343, \"clust\": 1653, \"rank\": 276, \"rankvar\": 480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 317, \"group\": [1655.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACCGTAA\", \"ini\": 3342, \"clust\": 2892, \"rank\": 351, \"rankvar\": 45, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 247, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3113, \"group\": [2893.0, 517.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTAAAGTG\", \"ini\": 3341, \"clust\": 2953, \"rank\": 576, \"rankvar\": 367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 248, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3114, \"group\": [2950.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGACGTT\", \"ini\": 3340, \"clust\": 2352, \"rank\": 233, \"rankvar\": 582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 318, \"group\": [2350.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGCACTCAGGC\", \"ini\": 3339, \"clust\": 3087, \"rank\": 231, \"rankvar\": 658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3115, \"group\": [3086.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATCACCC\", \"ini\": 3338, \"clust\": 1722, \"rank\": 157, \"rankvar\": 2634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 319, \"group\": [1723.0, 333.0, 57.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTACCTACA\", \"ini\": 3337, \"clust\": 1332, \"rank\": 194, \"rankvar\": 3111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 252, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1684, \"group\": [1331.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCAGTTTGG\", \"ini\": 3336, \"clust\": 1680, \"rank\": 375, \"rankvar\": 957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 320, \"group\": [1679.0, 318.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTGTGTATGGG\", \"ini\": 3335, \"clust\": 3079, \"rank\": 242, \"rankvar\": 1435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 254, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3116, \"group\": [3082.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCACGTGAGA\", \"ini\": 3334, \"clust\": 1671, \"rank\": 311, \"rankvar\": 36, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 321, \"group\": [1672.0, 316.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTAGTACCT\", \"ini\": 3333, \"clust\": 3261, \"rank\": 202, \"rankvar\": 2113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3117, \"group\": [3263.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGTGTGCC\", \"ini\": 3332, \"clust\": 1949, \"rank\": 228, \"rankvar\": 2387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 322, \"group\": [1948.0, 416.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCAGGGTTAG\", \"ini\": 3331, \"clust\": 1892, \"rank\": 268, \"rankvar\": 351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 323, \"group\": [1893.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTAAGGGC\", \"ini\": 3330, \"clust\": 3090, \"rank\": 208, \"rankvar\": 1166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3118, \"group\": [3089.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAGTGCACTTA\", \"ini\": 3329, \"clust\": 1912, \"rank\": 284, \"rankvar\": 357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 324, \"group\": [1917.0, 412.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCAGACGTAG\", \"ini\": 3328, \"clust\": 3417, \"rank\": 325, \"rankvar\": 2978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 261, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3567, \"group\": [3418.0, 618.0, 86.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTTTAC\", \"ini\": 3327, \"clust\": 3093, \"rank\": 163, \"rankvar\": 2279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 262, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3119, \"group\": [3095.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATGTTAAAGAC\", \"ini\": 3326, \"clust\": 1669, \"rank\": 324, \"rankvar\": 307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 325, \"group\": [1666.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCGCCATG\", \"ini\": 3325, \"clust\": 1698, \"rank\": 343, \"rankvar\": 1020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 326, \"group\": [1695.0, 323.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTTGAGGT\", \"ini\": 3324, \"clust\": 1648, \"rank\": 345, \"rankvar\": 1234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 327, \"group\": [1647.0, 313.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTCGAATCT\", \"ini\": 3323, \"clust\": 1662, \"rank\": 326, \"rankvar\": 700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 328, \"group\": [1669.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGCATCATC\", \"ini\": 3322, \"clust\": 1957, \"rank\": 214, \"rankvar\": 2346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 329, \"group\": [1956.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTGTTAAGA\", \"ini\": 3321, \"clust\": 3229, \"rank\": 178, \"rankvar\": 2800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3120, \"group\": [3228.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCATTAGCCA\", \"ini\": 3320, \"clust\": 3108, \"rank\": 130, \"rankvar\": 2999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3121, \"group\": [3109.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGACATTA\", \"ini\": 3319, \"clust\": 3477, \"rank\": 621, \"rankvar\": 3393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 270, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 9, \"group\": [3478.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCCTTGG\", \"ini\": 3318, \"clust\": 1633, \"rank\": 285, \"rankvar\": 1, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 330, \"group\": [1632.0, 309.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGATGCCAG\", \"ini\": 3317, \"clust\": 1645, \"rank\": 306, \"rankvar\": 643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 331, \"group\": [1643.0, 313.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCAAGCGAGT\", \"ini\": 3316, \"clust\": 1270, \"rank\": 279, \"rankvar\": 2862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 273, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1685, \"group\": [1269.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCTAGGGC\", \"ini\": 3315, \"clust\": 1269, \"rank\": 243, \"rankvar\": 2840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1686, \"group\": [1268.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCATCATTC\", \"ini\": 3314, \"clust\": 2387, \"rank\": 236, \"rankvar\": 1414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 332, \"group\": [2387.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCAAACAACA\", \"ini\": 3313, \"clust\": 3338, \"rank\": 188, \"rankvar\": 2136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 276, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3122, \"group\": [3338.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCGGATCA\", \"ini\": 3312, \"clust\": 1940, \"rank\": 152, \"rankvar\": 2336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 333, \"group\": [1939.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCAAACGGG\", \"ini\": 3311, \"clust\": 1958, \"rank\": 235, \"rankvar\": 1124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 334, \"group\": [1959.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCCAGCTGGCT\", \"ini\": 3310, \"clust\": 3267, \"rank\": 263, \"rankvar\": 2271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 279, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3123, \"group\": [3265.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCAAGCCTA\", \"ini\": 3309, \"clust\": 3478, \"rank\": 812, \"rankvar\": 2943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 280, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 10, \"group\": [3479.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCTGTTTGT\", \"ini\": 3308, \"clust\": 2889, \"rank\": 321, \"rankvar\": 39, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 281, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3124, \"group\": [2890.0, 515.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCGAGAAA\", \"ini\": 3307, \"clust\": 1337, \"rank\": 288, \"rankvar\": 1927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 282, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1687, \"group\": [1336.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGAGAACG\", \"ini\": 3306, \"clust\": 1993, \"rank\": 252, \"rankvar\": 651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 335, \"group\": [1994.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACACAGGAGT\", \"ini\": 3305, \"clust\": 1930, \"rank\": 248, \"rankvar\": 1324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 336, \"group\": [1929.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAGACGTAG\", \"ini\": 3304, \"clust\": 1709, \"rank\": 617, \"rankvar\": 1801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 337, \"group\": [1708.0, 327.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCTGGAAC\", \"ini\": 3303, \"clust\": 2927, \"rank\": 430, \"rankvar\": 10, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 286, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3125, \"group\": [2927.0, 526.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCATGTAGC\", \"ini\": 3302, \"clust\": 53, \"rank\": 76, \"rankvar\": 3421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 287, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1840, \"group\": [50.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGTTTGCC\", \"ini\": 3301, \"clust\": 1998, \"rank\": 239, \"rankvar\": 1565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 338, \"group\": [1998.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGCGCTCCA\", \"ini\": 3300, \"clust\": 1996, \"rank\": 260, \"rankvar\": 436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 289, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 339, \"group\": [1997.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTCATATGC\", \"ini\": 3299, \"clust\": 2945, \"rank\": 532, \"rankvar\": 936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 290, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3126, \"group\": [2944.0, 535.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCAGCGACC\", \"ini\": 3298, \"clust\": 2936, \"rank\": 578, \"rankvar\": 462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 291, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3127, \"group\": [2935.0, 531.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACGGCGTT\", \"ini\": 3297, \"clust\": 1890, \"rank\": 319, \"rankvar\": 110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 340, \"group\": [1891.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGCCTATGT\", \"ini\": 3296, \"clust\": 3076, \"rank\": 295, \"rankvar\": 928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 293, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3128, \"group\": [3077.0, 583.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAAGGTTTC\", \"ini\": 3295, \"clust\": 2351, \"rank\": 286, \"rankvar\": 662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 341, \"group\": [2352.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCCTACAGA\", \"ini\": 3294, \"clust\": 1895, \"rank\": 447, \"rankvar\": 1136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 295, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 342, \"group\": [1898.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGTGTACGG\", \"ini\": 3293, \"clust\": 1952, \"rank\": 183, \"rankvar\": 2458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 296, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 343, \"group\": [1952.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATCCGAG\", \"ini\": 3292, \"clust\": 3418, \"rank\": 651, \"rankvar\": 1273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 297, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3129, \"group\": [3421.0, 620.0, 86.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTCGGCACT\", \"ini\": 3291, \"clust\": 1963, \"rank\": 203, \"rankvar\": 2743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 344, \"group\": [1964.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAAACCAC\", \"ini\": 3290, \"clust\": 2907, \"rank\": 406, \"rankvar\": 6, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3130, \"group\": [2907.0, 525.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGGCTATCT\", \"ini\": 3289, \"clust\": 3375, \"rank\": 241, \"rankvar\": 2189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3131, \"group\": [3376.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACCGGAT\", \"ini\": 3288, \"clust\": 1652, \"rank\": 304, \"rankvar\": 195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 301, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 345, \"group\": [1656.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGTCGCCGT\", \"ini\": 3287, \"clust\": 3295, \"rank\": 265, \"rankvar\": 2566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 302, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3132, \"group\": [3296.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCTGACCTC\", \"ini\": 3286, \"clust\": 58, \"rank\": 133, \"rankvar\": 2247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 303, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1841, \"group\": [56.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGATAGAA\", \"ini\": 3285, \"clust\": 3344, \"rank\": 362, \"rankvar\": 1769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 304, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3133, \"group\": [3345.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATCCGAG\", \"ini\": 3284, \"clust\": 3252, \"rank\": 367, \"rankvar\": 967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 305, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3134, \"group\": [3256.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCACATTTCT\", \"ini\": 3283, \"clust\": 1226, \"rank\": 538, \"rankvar\": 750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 306, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3030, \"group\": [1225.0, 179.0, 29.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTACCGCTG\", \"ini\": 3282, \"clust\": 1724, \"rank\": 278, \"rankvar\": 1805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 307, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 346, \"group\": [1722.0, 333.0, 57.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAAGTCTAC\", \"ini\": 3281, \"clust\": 1987, \"rank\": 227, \"rankvar\": 335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 347, \"group\": [1991.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTTCGCAT\", \"ini\": 3280, \"clust\": 1634, \"rank\": 340, \"rankvar\": 5, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 348, \"group\": [1633.0, 309.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCACAGAGGT\", \"ini\": 3279, \"clust\": 3085, \"rank\": 273, \"rankvar\": 1069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3135, \"group\": [3087.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCTTCCTTC\", \"ini\": 3278, \"clust\": 1989, \"rank\": 274, \"rankvar\": 157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 349, \"group\": [1988.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCTAACC\", \"ini\": 3277, \"clust\": 3316, \"rank\": 330, \"rankvar\": 2313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 312, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3136, \"group\": [3317.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGGAATGC\", \"ini\": 3276, \"clust\": 1661, \"rank\": 342, \"rankvar\": 249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 350, \"group\": [1658.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGTAGCCGA\", \"ini\": 3275, \"clust\": 3387, \"rank\": 289, \"rankvar\": 2285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3137, \"group\": [3385.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGAGCCATCGC\", \"ini\": 3274, \"clust\": 1638, \"rank\": 454, \"rankvar\": 176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 351, \"group\": [1637.0, 311.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCTCCGGTT\", \"ini\": 3273, \"clust\": 3096, \"rank\": 271, \"rankvar\": 993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 316, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3138, \"group\": [3120.0, 590.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAAGTACCT\", \"ini\": 3272, \"clust\": 2896, \"rank\": 344, \"rankvar\": 446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 317, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3139, \"group\": [2897.0, 520.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCTCACTCTTA\", \"ini\": 3271, \"clust\": 1990, \"rank\": 249, \"rankvar\": 212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 352, \"group\": [1989.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCGTAGTG\", \"ini\": 3270, \"clust\": 2003, \"rank\": 229, \"rankvar\": 532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 353, \"group\": [2004.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGCGT\", \"ini\": 3269, \"clust\": 3339, \"rank\": 282, \"rankvar\": 2628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 320, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3140, \"group\": [3339.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAGTACCT\", \"ini\": 3268, \"clust\": 2468, \"rank\": 297, \"rankvar\": 954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 354, \"group\": [2469.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGTCCCAGGTG\", \"ini\": 3267, \"clust\": 2903, \"rank\": 458, \"rankvar\": 27, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3141, \"group\": [2932.0, 528.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGATCGGA\", \"ini\": 3266, \"clust\": 1968, \"rank\": 341, \"rankvar\": 1097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 355, \"group\": [1969.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCTGCCCTA\", \"ini\": 3265, \"clust\": 1960, \"rank\": 261, \"rankvar\": 1926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 324, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 356, \"group\": [1961.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGTGCGTGA\", \"ini\": 3264, \"clust\": 3256, \"rank\": 382, \"rankvar\": 383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 325, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3142, \"group\": [3257.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAAGAAGC\", \"ini\": 3263, \"clust\": 3135, \"rank\": 296, \"rankvar\": 2169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 326, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3143, \"group\": [3137.0, 594.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAGTCGGCATC\", \"ini\": 3262, \"clust\": 1985, \"rank\": 301, \"rankvar\": 549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 357, \"group\": [1984.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCAATCTCT\", \"ini\": 3261, \"clust\": 1991, \"rank\": 332, \"rankvar\": 807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 358, \"group\": [1992.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGACAGAGA\", \"ini\": 3260, \"clust\": 1254, \"rank\": 298, \"rankvar\": 2433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 329, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1688, \"group\": [1259.0, 202.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGCGATTCT\", \"ini\": 3259, \"clust\": 3446, \"rank\": 695, \"rankvar\": 2579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 330, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 11, \"group\": [3446.0, 633.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGCTGAAAT\", \"ini\": 3258, \"clust\": 1639, \"rank\": 524, \"rankvar\": 197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 331, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 359, \"group\": [1638.0, 311.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACTTACGA\", \"ini\": 3257, \"clust\": 3388, \"rank\": 287, \"rankvar\": 2127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3144, \"group\": [3386.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGCTCCTCT\", \"ini\": 3256, \"clust\": 1682, \"rank\": 369, \"rankvar\": 1408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 333, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 360, \"group\": [1681.0, 320.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTACGCGA\", \"ini\": 3255, \"clust\": 1961, \"rank\": 246, \"rankvar\": 2903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 361, \"group\": [1962.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAACTCTT\", \"ini\": 3254, \"clust\": 3266, \"rank\": 398, \"rankvar\": 1600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 335, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3145, \"group\": [3267.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCAATCTACG\", \"ini\": 3253, \"clust\": 1256, \"rank\": 350, \"rankvar\": 1554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1689, \"group\": [1255.0, 202.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTACAA\", \"ini\": 3252, \"clust\": 2898, \"rank\": 294, \"rankvar\": 560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 337, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1842, \"group\": [2899.0, 521.0, 76.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTGCATCTA\", \"ini\": 3251, \"clust\": 1777, \"rank\": 360, \"rankvar\": 636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 362, \"group\": [1778.0, 374.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTACCGAGA\", \"ini\": 3250, \"clust\": 2255, \"rank\": 359, \"rankvar\": 1791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 363, \"group\": [2254.0, 429.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTTCCACAA\", \"ini\": 3249, \"clust\": 2004, \"rank\": 308, \"rankvar\": 241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 364, \"group\": [2008.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCGAATCCA\", \"ini\": 3248, \"clust\": 2007, \"rank\": 245, \"rankvar\": 322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 365, \"group\": [2006.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGTCCAGGA\", \"ini\": 3247, \"clust\": 3257, \"rank\": 442, \"rankvar\": 1033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 342, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3146, \"group\": [3258.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCTCCTATA\", \"ini\": 3246, \"clust\": 3441, \"rank\": 405, \"rankvar\": 2286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 343, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 12, \"group\": [3441.0, 632.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAACGATGG\", \"ini\": 3245, \"clust\": 3379, \"rank\": 331, \"rankvar\": 1597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 344, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3147, \"group\": [3379.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGAGCTT\", \"ini\": 3244, \"clust\": 3386, \"rank\": 316, \"rankvar\": 593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3148, \"group\": [3389.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATGCCTTC\", \"ini\": 3243, \"clust\": 1681, \"rank\": 414, \"rankvar\": 48, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 366, \"group\": [1680.0, 319.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTGTTGAGG\", \"ini\": 3242, \"clust\": 3083, \"rank\": 338, \"rankvar\": 844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 347, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3149, \"group\": [3083.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGACCTTTG\", \"ini\": 3241, \"clust\": 2197, \"rank\": 358, \"rankvar\": 253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 367, \"group\": [2197.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCGCTTTC\", \"ini\": 3240, \"clust\": 1909, \"rank\": 553, \"rankvar\": 122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 368, \"group\": [1908.0, 410.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGATAGTCA\", \"ini\": 3239, \"clust\": 2304, \"rank\": 277, \"rankvar\": 1096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 350, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 369, \"group\": [2299.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATGGTCAT\", \"ini\": 3238, \"clust\": 1999, \"rank\": 313, \"rankvar\": 1497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 370, \"group\": [1999.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACAAATCCGT\", \"ini\": 3237, \"clust\": 2943, \"rank\": 591, \"rankvar\": 50, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 352, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3150, \"group\": [2953.0, 536.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCTCGGACG\", \"ini\": 3236, \"clust\": 2364, \"rank\": 366, \"rankvar\": 1314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 353, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 371, \"group\": [2368.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCACCCTATC\", \"ini\": 3235, \"clust\": 1650, \"rank\": 473, \"rankvar\": 132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 372, \"group\": [1649.0, 314.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACATCACAAC\", \"ini\": 3234, \"clust\": 1788, \"rank\": 373, \"rankvar\": 864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 373, \"group\": [1788.0, 377.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAAGAGCAATT\", \"ini\": 3233, \"clust\": 1699, \"rank\": 602, \"rankvar\": 743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 374, \"group\": [1696.0, 323.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTACCGAT\", \"ini\": 3232, \"clust\": 1915, \"rank\": 481, \"rankvar\": 101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 375, \"group\": [1913.0, 412.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACATGCCTTC\", \"ini\": 3231, \"clust\": 1630, \"rank\": 503, \"rankvar\": 2642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 376, \"group\": [1628.0, 306.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCCGTAGGC\", \"ini\": 3230, \"clust\": 1779, \"rank\": 534, \"rankvar\": 513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 377, \"group\": [1783.0, 375.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACACTCTGTC\", \"ini\": 3229, \"clust\": 3345, \"rank\": 507, \"rankvar\": 1181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 360, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3151, \"group\": [3346.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGACTGC\", \"ini\": 3228, \"clust\": 60, \"rank\": 181, \"rankvar\": 2004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 361, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1843, \"group\": [59.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTGAGGGA\", \"ini\": 3227, \"clust\": 1986, \"rank\": 339, \"rankvar\": 712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 378, \"group\": [1985.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGCTGTTCA\", \"ini\": 3226, \"clust\": 3269, \"rank\": 409, \"rankvar\": 1462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 363, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3152, \"group\": [3269.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCTCGCGTTTC\", \"ini\": 3225, \"clust\": 1711, \"rank\": 599, \"rankvar\": 1491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 379, \"group\": [1712.0, 327.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGTCGAGTG\", \"ini\": 3224, \"clust\": 1333, \"rank\": 307, \"rankvar\": 3241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1690, \"group\": [1332.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAATCTACG\", \"ini\": 3223, \"clust\": 61, \"rank\": 207, \"rankvar\": 1645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1844, \"group\": [60.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGTCCAGG\", \"ini\": 3222, \"clust\": 2386, \"rank\": 346, \"rankvar\": 2040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 380, \"group\": [2389.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATCTGGTA\", \"ini\": 3221, \"clust\": 3314, \"rank\": 395, \"rankvar\": 2224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3153, \"group\": [3315.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAACGCACC\", \"ini\": 3220, \"clust\": 2366, \"rank\": 412, \"rankvar\": 829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 381, \"group\": [2365.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCATTTGGG\", \"ini\": 3219, \"clust\": 3322, \"rank\": 309, \"rankvar\": 2439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3154, \"group\": [3321.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAGTTGGTAAA\", \"ini\": 3218, \"clust\": 46, \"rank\": 190, \"rankvar\": 2408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1845, \"group\": [45.0, 27.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATGTGTA\", \"ini\": 3217, \"clust\": 1673, \"rank\": 567, \"rankvar\": 708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 382, \"group\": [1671.0, 316.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGATATACG\", \"ini\": 3216, \"clust\": 2347, \"rank\": 371, \"rankvar\": 2199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 383, \"group\": [2348.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCATTCTTAC\", \"ini\": 3215, \"clust\": 3125, \"rank\": 493, \"rankvar\": 2472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 374, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3155, \"group\": [3124.0, 592.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGCTGATA\", \"ini\": 3214, \"clust\": 1670, \"rank\": 490, \"rankvar\": 272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 384, \"group\": [1667.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTGTTTGG\", \"ini\": 3213, \"clust\": 3084, \"rank\": 320, \"rankvar\": 605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3156, \"group\": [3084.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTTCTGTTT\", \"ini\": 3212, \"clust\": 1271, \"rank\": 494, \"rankvar\": 3167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 377, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1691, \"group\": [1270.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTAACG\", \"ini\": 3211, \"clust\": 2474, \"rank\": 462, \"rankvar\": 599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 385, \"group\": [2475.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATAGCTCTCGG\", \"ini\": 3210, \"clust\": 1913, \"rank\": 492, \"rankvar\": 937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 386, \"group\": [1916.0, 412.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATAAACG\", \"ini\": 3209, \"clust\": 3253, \"rank\": 401, \"rankvar\": 719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 380, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3157, \"group\": [3255.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAGGGCATA\", \"ini\": 3208, \"clust\": 1897, \"rank\": 459, \"rankvar\": 478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 387, \"group\": [1897.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGATGCCAG\", \"ini\": 3207, \"clust\": 3382, \"rank\": 456, \"rankvar\": 2790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3158, \"group\": [3382.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTTGACAC\", \"ini\": 3206, \"clust\": 1684, \"rank\": 387, \"rankvar\": 2246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 383, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 388, \"group\": [1683.0, 321.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATTCCTT\", \"ini\": 3205, \"clust\": 3255, \"rank\": 445, \"rankvar\": 1029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 384, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3159, \"group\": [3254.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAACGCACC\", \"ini\": 3204, \"clust\": 2404, \"rank\": 422, \"rankvar\": 910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 389, \"group\": [2404.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCCTCAACC\", \"ini\": 3203, \"clust\": 2675, \"rank\": 536, \"rankvar\": 1067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 386, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 390, \"group\": [2673.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTTACGGAG\", \"ini\": 3202, \"clust\": 1883, \"rank\": 483, \"rankvar\": 1507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 391, \"group\": [1883.0, 408.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTAAGAGGA\", \"ini\": 3201, \"clust\": 3442, \"rank\": 1031, \"rankvar\": 3116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 13, \"group\": [3444.0, 633.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGAAGGGTA\", \"ini\": 3200, \"clust\": 2286, \"rank\": 392, \"rankvar\": 1668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 389, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 392, \"group\": [2284.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATCCTGT\", \"ini\": 3199, \"clust\": 3319, \"rank\": 259, \"rankvar\": 3161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 390, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3160, \"group\": [3319.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCTTAT\", \"ini\": 3198, \"clust\": 1778, \"rank\": 421, \"rankvar\": 771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 393, \"group\": [1779.0, 374.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCGGCTCA\", \"ini\": 3197, \"clust\": 1948, \"rank\": 385, \"rankvar\": 1731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 394, \"group\": [1950.0, 416.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTTGCATG\", \"ini\": 3196, \"clust\": 3443, \"rank\": 626, \"rankvar\": 2098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 393, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 14, \"group\": [3442.0, 633.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATGCAACT\", \"ini\": 3195, \"clust\": 2937, \"rank\": 1082, \"rankvar\": 1431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 394, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3161, \"group\": [2936.0, 531.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCATAG\", \"ini\": 3194, \"clust\": 1273, \"rank\": 663, \"rankvar\": 2886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 395, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1692, \"group\": [1275.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAACATC\", \"ini\": 3193, \"clust\": 1933, \"rank\": 322, \"rankvar\": 332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 395, \"group\": [1933.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCGATCCC\", \"ini\": 3192, \"clust\": 1274, \"rank\": 552, \"rankvar\": 3325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 397, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1693, \"group\": [1274.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCATGGTCA\", \"ini\": 3191, \"clust\": 2369, \"rank\": 399, \"rankvar\": 2001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 396, \"group\": [2369.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATAGCGTGAAC\", \"ini\": 3190, \"clust\": 1900, \"rank\": 547, \"rankvar\": 314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 397, \"group\": [1900.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTCATGCAT\", \"ini\": 3189, \"clust\": 2464, \"rank\": 466, \"rankvar\": 1169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 398, \"group\": [2463.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAACGTT\", \"ini\": 3188, \"clust\": 2291, \"rank\": 379, \"rankvar\": 1933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 401, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 399, \"group\": [2290.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGCAATGGACG\", \"ini\": 3187, \"clust\": 224, \"rank\": 197, \"rankvar\": 2205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 402, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2693, \"group\": [225.0, 62.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGAACTCGG\", \"ini\": 3186, \"clust\": 2941, \"rank\": 1039, \"rankvar\": 1496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 403, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3162, \"group\": [2941.0, 534.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAGTCGATT\", \"ini\": 3185, \"clust\": 1276, \"rank\": 630, \"rankvar\": 3019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 404, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1694, \"group\": [1273.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGCCTAT\", \"ini\": 3184, \"clust\": 1685, \"rank\": 449, \"rankvar\": 2182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 400, \"group\": [1684.0, 321.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAACTGCGC\", \"ini\": 3183, \"clust\": 2348, \"rank\": 335, \"rankvar\": 1482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 401, \"group\": [2349.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCCACGTGG\", \"ini\": 3182, \"clust\": 3047, \"rank\": 314, \"rankvar\": 2878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3163, \"group\": [3049.0, 574.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGGTCGTTGTA\", \"ini\": 3181, \"clust\": 2472, \"rank\": 432, \"rankvar\": 336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 402, \"group\": [2473.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACACGCTG\", \"ini\": 3180, \"clust\": 2449, \"rank\": 388, \"rankvar\": 1417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 403, \"group\": [2449.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGCAGGCTA\", \"ini\": 3179, \"clust\": 2305, \"rank\": 376, \"rankvar\": 1153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 404, \"group\": [2300.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGGACAA\", \"ini\": 3178, \"clust\": 2296, \"rank\": 370, \"rankvar\": 1165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 411, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 405, \"group\": [2297.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGCTTTC\", \"ini\": 3177, \"clust\": 2393, \"rank\": 380, \"rankvar\": 615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 406, \"group\": [2392.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGAATGTGT\", \"ini\": 3176, \"clust\": 2353, \"rank\": 396, \"rankvar\": 1007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 407, \"group\": [2351.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGGACACCA\", \"ini\": 3175, \"clust\": 3489, \"rank\": 1138, \"rankvar\": 3504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 414, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 15, \"group\": [3486.0, 647.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCACTGCCAG\", \"ini\": 3174, \"clust\": 3474, \"rank\": 1005, \"rankvar\": 3309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 415, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 16, \"group\": [3477.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGATCTCCAGGG\", \"ini\": 3173, \"clust\": 3481, \"rank\": 882, \"rankvar\": 3245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 416, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 17, \"group\": [3482.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTTCAGATAAG\", \"ini\": 3172, \"clust\": 2938, \"rank\": 1234, \"rankvar\": 1957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 417, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3164, \"group\": [2954.0, 537.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCGTCTCCCTA\", \"ini\": 3171, \"clust\": 2329, \"rank\": 471, \"rankvar\": 38, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 408, \"group\": [2327.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCTAGGGC\", \"ini\": 3170, \"clust\": 2435, \"rank\": 372, \"rankvar\": 2238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 409, \"group\": [2436.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCTGAGTGT\", \"ini\": 3169, \"clust\": 2935, \"rank\": 810, \"rankvar\": 730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 420, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3165, \"group\": [2937.0, 532.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCATATCGG\", \"ini\": 3168, \"clust\": 1994, \"rank\": 424, \"rankvar\": 86, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 410, \"group\": [1995.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGAGTGAC\", \"ini\": 3167, \"clust\": 1902, \"rank\": 623, \"rankvar\": 147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 411, \"group\": [1902.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGCAAATCA\", \"ini\": 3166, \"clust\": 1916, \"rank\": 535, \"rankvar\": 171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 412, \"group\": [1914.0, 412.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGCCCTTA\", \"ini\": 3165, \"clust\": 1903, \"rank\": 334, \"rankvar\": 89, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 413, \"group\": [1906.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTCACATGGGA\", \"ini\": 3164, \"clust\": 2330, \"rank\": 528, \"rankvar\": 364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 414, \"group\": [2328.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCGGCTTGG\", \"ini\": 3163, \"clust\": 2355, \"rank\": 353, \"rankvar\": 2556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 426, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 415, \"group\": [2357.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCGATCG\", \"ini\": 3162, \"clust\": 3105, \"rank\": 310, \"rankvar\": 1753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 427, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3166, \"group\": [3105.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCAGGCCCA\", \"ini\": 3161, \"clust\": 1229, \"rank\": 763, \"rankvar\": 1297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 428, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1670, \"group\": [1228.0, 182.0, 29.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGTAGGAG\", \"ini\": 3160, \"clust\": 1932, \"rank\": 361, \"rankvar\": 162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 416, \"group\": [1935.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCTTCTGGC\", \"ini\": 3159, \"clust\": 3058, \"rank\": 446, \"rankvar\": 1659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 430, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3167, \"group\": [3058.0, 577.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCCAAGGTGTG\", \"ini\": 3158, \"clust\": 1868, \"rank\": 355, \"rankvar\": 505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 417, \"group\": [1871.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGGATGCGT\", \"ini\": 3157, \"clust\": 3207, \"rank\": 427, \"rankvar\": 3044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 432, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3168, \"group\": [3206.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTCGCTTCT\", \"ini\": 3156, \"clust\": 3263, \"rank\": 478, \"rankvar\": 1828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 433, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3169, \"group\": [3262.0, 606.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTACATGTC\", \"ini\": 3155, \"clust\": 3119, \"rank\": 175, \"rankvar\": 3197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3170, \"group\": [3116.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTGTCCTCT\", \"ini\": 3154, \"clust\": 1898, \"rank\": 474, \"rankvar\": 182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 418, \"group\": [1903.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGAGTCTGG\", \"ini\": 3153, \"clust\": 2210, \"rank\": 381, \"rankvar\": 1615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 419, \"group\": [2210.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGTCTGT\", \"ini\": 3152, \"clust\": 1869, \"rank\": 413, \"rankvar\": 482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 420, \"group\": [1869.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCAGCCAGAA\", \"ini\": 3151, \"clust\": 1874, \"rank\": 465, \"rankvar\": 1320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 421, \"group\": [1874.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGGTTCT\", \"ini\": 3150, \"clust\": 1694, \"rank\": 500, \"rankvar\": 755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 422, \"group\": [1693.0, 322.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCACTTCAT\", \"ini\": 3149, \"clust\": 2186, \"rank\": 665, \"rankvar\": 1492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 423, \"group\": [2189.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTACTCAT\", \"ini\": 3148, \"clust\": 1260, \"rank\": 827, \"rankvar\": 2578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 441, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1695, \"group\": [1260.0, 203.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCAGCTCTC\", \"ini\": 3147, \"clust\": 2191, \"rank\": 435, \"rankvar\": 2149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 424, \"group\": [2192.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGTAAG\", \"ini\": 3146, \"clust\": 3433, \"rank\": 721, \"rankvar\": 3293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 443, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3559, \"group\": [3433.0, 629.0, 91.0, 21.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTAAGAAC\", \"ini\": 3145, \"clust\": 3444, \"rank\": 679, \"rankvar\": 2302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 444, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 18, \"group\": [3443.0, 633.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGTACGA\", \"ini\": 3144, \"clust\": 2162, \"rank\": 363, \"rankvar\": 775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 425, \"group\": [2165.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGAGTAATC\", \"ini\": 3143, \"clust\": 2368, \"rank\": 420, \"rankvar\": 669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 426, \"group\": [2373.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGTGATTA\", \"ini\": 3142, \"clust\": 3132, \"rank\": 525, \"rankvar\": 595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3171, \"group\": [3133.0, 594.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGATATGCA\", \"ini\": 3141, \"clust\": 1667, \"rank\": 644, \"rankvar\": 905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 427, \"group\": [1665.0, 315.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTAACGGT\", \"ini\": 3140, \"clust\": 59, \"rank\": 218, \"rankvar\": 1594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1846, \"group\": [57.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCTCCGGTT\", \"ini\": 3139, \"clust\": 2362, \"rank\": 450, \"rankvar\": 665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 428, \"group\": [2363.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCGACGGAA\", \"ini\": 3138, \"clust\": 1622, \"rank\": 888, \"rankvar\": 901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 451, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 429, \"group\": [1620.0, 301.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCAAGGCTT\", \"ini\": 3137, \"clust\": 3078, \"rank\": 225, \"rankvar\": 2320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 452, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3172, \"group\": [3096.0, 585.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTAGAGTC\", \"ini\": 3136, \"clust\": 2287, \"rank\": 470, \"rankvar\": 1395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 430, \"group\": [2285.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGAGCGTT\", \"ini\": 3135, \"clust\": 2939, \"rank\": 1126, \"rankvar\": 1460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3173, \"group\": [2939.0, 534.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTGCCAGA\", \"ini\": 3134, \"clust\": 2264, \"rank\": 527, \"rankvar\": 430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 455, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 431, \"group\": [2266.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTCAATGGACG\", \"ini\": 3133, \"clust\": 2356, \"rank\": 436, \"rankvar\": 310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 432, \"group\": [2355.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAGACTCGC\", \"ini\": 3132, \"clust\": 2401, \"rank\": 523, \"rankvar\": 256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 433, \"group\": [2402.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAGGGAA\", \"ini\": 3131, \"clust\": 2293, \"rank\": 508, \"rankvar\": 1863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 434, \"group\": [2292.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTCCGAAGA\", \"ini\": 3130, \"clust\": 1640, \"rank\": 587, \"rankvar\": 210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 435, \"group\": [1639.0, 312.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGTCGCCGTGA\", \"ini\": 3129, \"clust\": 2256, \"rank\": 487, \"rankvar\": 189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 436, \"group\": [2255.0, 429.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGGTGTTA\", \"ini\": 3128, \"clust\": 1338, \"rank\": 433, \"rankvar\": 3020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 461, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1696, \"group\": [1337.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCGCATAT\", \"ini\": 3127, \"clust\": 1252, \"rank\": 542, \"rankvar\": 3065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 462, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1697, \"group\": [1252.0, 201.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCACAAACC\", \"ini\": 3126, \"clust\": 2285, \"rank\": 595, \"rankvar\": 1707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 437, \"group\": [2286.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCACCCAGTG\", \"ini\": 3125, \"clust\": 2270, \"rank\": 537, \"rankvar\": 1842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 438, \"group\": [2271.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTGCATCTA\", \"ini\": 3124, \"clust\": 2363, \"rank\": 506, \"rankvar\": 1259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 439, \"group\": [2364.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTTGA\", \"ini\": 3123, \"clust\": 2344, \"rank\": 451, \"rankvar\": 897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 466, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 440, \"group\": [2345.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGCGATGAC\", \"ini\": 3122, \"clust\": 3107, \"rank\": 283, \"rankvar\": 2301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 467, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3174, \"group\": [3104.0, 588.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCGGTTAAC\", \"ini\": 3121, \"clust\": 1935, \"rank\": 348, \"rankvar\": 318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 441, \"group\": [1943.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGTC\", \"ini\": 3120, \"clust\": 2455, \"rank\": 480, \"rankvar\": 2429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 442, \"group\": [2454.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCACCATGTA\", \"ini\": 3119, \"clust\": 3323, \"rank\": 352, \"rankvar\": 2602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 470, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3175, \"group\": [3322.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATAGAGT\", \"ini\": 3118, \"clust\": 3092, \"rank\": 323, \"rankvar\": 1573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3176, \"group\": [3092.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCGAACGC\", \"ini\": 3117, \"clust\": 3225, \"rank\": 329, \"rankvar\": 2401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 472, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3177, \"group\": [3231.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCTCTTGAT\", \"ini\": 3116, \"clust\": 3145, \"rank\": 305, \"rankvar\": 2309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 473, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3178, \"group\": [3146.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTATCGCC\", \"ini\": 3115, \"clust\": 3235, \"rank\": 404, \"rankvar\": 1872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 474, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3179, \"group\": [3238.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTCCGAAGA\", \"ini\": 3114, \"clust\": 3080, \"rank\": 485, \"rankvar\": 1150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 475, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3180, \"group\": [3081.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCACTCGACG\", \"ini\": 3113, \"clust\": 1683, \"rank\": 461, \"rankvar\": 90, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 476, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 443, \"group\": [1682.0, 320.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTCAGGGCATA\", \"ini\": 3112, \"clust\": 2394, \"rank\": 439, \"rankvar\": 1465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 444, \"group\": [2393.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGAGGACGG\", \"ini\": 3111, \"clust\": 3376, \"rank\": 349, \"rankvar\": 2914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 478, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3181, \"group\": [3377.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCGCGCAA\", \"ini\": 3110, \"clust\": 2402, \"rank\": 544, \"rankvar\": 1616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 479, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 445, \"group\": [2403.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTCGCTTG\", \"ini\": 3109, \"clust\": 3219, \"rank\": 389, \"rankvar\": 2740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 480, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3182, \"group\": [3220.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTTGAGGTG\", \"ini\": 3108, \"clust\": 1272, \"rank\": 638, \"rankvar\": 3010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1698, \"group\": [1276.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGTCTCG\", \"ini\": 3107, \"clust\": 1678, \"rank\": 631, \"rankvar\": 282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 446, \"group\": [1675.0, 317.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAGTATCTG\", \"ini\": 3106, \"clust\": 1861, \"rank\": 378, \"rankvar\": 1290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 447, \"group\": [1865.0, 404.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCGCAAGC\", \"ini\": 3105, \"clust\": 1934, \"rank\": 408, \"rankvar\": 414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 448, \"group\": [1934.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGCAAATTGCC\", \"ini\": 3104, \"clust\": 3227, \"rank\": 423, \"rankvar\": 1617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 485, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3183, \"group\": [3226.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCACAGATTC\", \"ini\": 3103, \"clust\": 1979, \"rank\": 495, \"rankvar\": 315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 449, \"group\": [1980.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAGTATAAG\", \"ini\": 3102, \"clust\": 2261, \"rank\": 637, \"rankvar\": 158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 487, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 450, \"group\": [2261.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGAGCGAG\", \"ini\": 3101, \"clust\": 3264, \"rank\": 662, \"rankvar\": 2755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 488, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3184, \"group\": [3275.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTAGCACGA\", \"ini\": 3100, \"clust\": 1258, \"rank\": 416, \"rankvar\": 2687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 489, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1699, \"group\": [1256.0, 202.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCAAACAACA\", \"ini\": 3099, \"clust\": 2407, \"rank\": 418, \"rankvar\": 1322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 490, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 451, \"group\": [2406.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGCATGAG\", \"ini\": 3098, \"clust\": 3425, \"rank\": 333, \"rankvar\": 3057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 491, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 159, \"group\": [3427.0, 625.0, 88.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGCGATAC\", \"ini\": 3097, \"clust\": 2391, \"rank\": 664, \"rankvar\": 1202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 492, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 452, \"group\": [2395.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCGGTCTAA\", \"ini\": 3096, \"clust\": 1923, \"rank\": 516, \"rankvar\": 447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 493, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 453, \"group\": [1926.0, 413.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCGGCGCTA\", \"ini\": 3095, \"clust\": 3352, \"rank\": 629, \"rankvar\": 3006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3185, \"group\": [3353.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGGAGTTTA\", \"ini\": 3094, \"clust\": 3100, \"rank\": 272, \"rankvar\": 3031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 495, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3186, \"group\": [3099.0, 587.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGATGCGAC\", \"ini\": 3093, \"clust\": 3283, \"rank\": 386, \"rankvar\": 2511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 496, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3187, \"group\": [3283.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCATAACCG\", \"ini\": 3092, \"clust\": 1330, \"rank\": 438, \"rankvar\": 3149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 497, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1700, \"group\": [1329.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTCCCGAG\", \"ini\": 3091, \"clust\": 3150, \"rank\": 327, \"rankvar\": 2564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3188, \"group\": [3150.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCCGTTGTC\", \"ini\": 3090, \"clust\": 1230, \"rank\": 922, \"rankvar\": 444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 499, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1671, \"group\": [1231.0, 185.0, 30.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATGCAATC\", \"ini\": 3089, \"clust\": 2381, \"rank\": 548, \"rankvar\": 1464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 454, \"group\": [2380.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCATGTAGC\", \"ini\": 3088, \"clust\": 57, \"rank\": 166, \"rankvar\": 2595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1847, \"group\": [58.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTCTTCTCG\", \"ini\": 3087, \"clust\": 1988, \"rank\": 336, \"rankvar\": 1151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 455, \"group\": [1990.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCCTAA\", \"ini\": 3086, \"clust\": 1775, \"rank\": 496, \"rankvar\": 54, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 456, \"group\": [1776.0, 373.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAAAGAATC\", \"ini\": 3085, \"clust\": 1884, \"rank\": 618, \"rankvar\": 821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 457, \"group\": [1884.0, 408.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGACACG\", \"ini\": 3084, \"clust\": 2322, \"rank\": 573, \"rankvar\": 1906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 458, \"group\": [2323.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCTTGTCC\", \"ini\": 3083, \"clust\": 65, \"rank\": 193, \"rankvar\": 3163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1848, \"group\": [61.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTCCGACGT\", \"ini\": 3082, \"clust\": 2005, \"rank\": 312, \"rankvar\": 359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 459, \"group\": [2007.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAAGTGGC\", \"ini\": 3081, \"clust\": 3040, \"rank\": 583, \"rankvar\": 1447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3189, \"group\": [3039.0, 573.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCAGAAGG\", \"ini\": 3080, \"clust\": 1277, \"rank\": 689, \"rankvar\": 3321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1701, \"group\": [1277.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGCGTTCG\", \"ini\": 3079, \"clust\": 3484, \"rank\": 908, \"rankvar\": 3235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 510, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 19, \"group\": [3485.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGCATCTA\", \"ini\": 3078, \"clust\": 2380, \"rank\": 498, \"rankvar\": 955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 511, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 460, \"group\": [2382.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGTTTGCC\", \"ini\": 3077, \"clust\": 1715, \"rank\": 771, \"rankvar\": 2153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 461, \"group\": [1714.0, 329.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCACAAGCCC\", \"ini\": 3076, \"clust\": 1866, \"rank\": 337, \"rankvar\": 1998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 513, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 462, \"group\": [1866.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGAGAACG\", \"ini\": 3075, \"clust\": 2239, \"rank\": 403, \"rankvar\": 1147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 463, \"group\": [2239.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGAGCACACAG\", \"ini\": 3074, \"clust\": 3077, \"rank\": 429, \"rankvar\": 1822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3190, \"group\": [3078.0, 583.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGCGTAAG\", \"ini\": 3073, \"clust\": 1728, \"rank\": 930, \"rankvar\": 8, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 516, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 464, \"group\": [1733.0, 343.0, 61.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGATATGGT\", \"ini\": 3072, \"clust\": 2388, \"rank\": 512, \"rankvar\": 701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 465, \"group\": [2388.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTTAGCGG\", \"ini\": 3071, \"clust\": 2331, \"rank\": 675, \"rankvar\": 365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 518, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 466, \"group\": [2336.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGTCCCACG\", \"ini\": 3070, \"clust\": 1867, \"rank\": 477, \"rankvar\": 722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 519, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 467, \"group\": [1867.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTGTTTG\", \"ini\": 3069, \"clust\": 2181, \"rank\": 368, \"rankvar\": 938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 520, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 468, \"group\": [2182.0, 427.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCAAGCTGGAAC\", \"ini\": 3068, \"clust\": 3455, \"rank\": 1238, \"rankvar\": 2962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 521, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 20, \"group\": [3458.0, 640.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGAGTTGC\", \"ini\": 3067, \"clust\": 3101, \"rank\": 318, \"rankvar\": 2668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3191, \"group\": [3100.0, 587.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAGTTGTGGCC\", \"ini\": 3066, \"clust\": 1328, \"rank\": 509, \"rankvar\": 3220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 523, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1702, \"group\": [1326.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCACACGC\", \"ini\": 3065, \"clust\": 1267, \"rank\": 556, \"rankvar\": 2647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 524, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1703, \"group\": [1265.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCAAAGTAG\", \"ini\": 3064, \"clust\": 3389, \"rank\": 303, \"rankvar\": 2949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 525, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3192, \"group\": [3387.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTGGTGTAG\", \"ini\": 3063, \"clust\": 2358, \"rank\": 518, \"rankvar\": 540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 469, \"group\": [2359.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAAGTGTA\", \"ini\": 3062, \"clust\": 3228, \"rank\": 390, \"rankvar\": 2895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 527, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3193, \"group\": [3227.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAGGTCGTC\", \"ini\": 3061, \"clust\": 3208, \"rank\": 479, \"rankvar\": 2825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 528, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3194, \"group\": [3207.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTACGAAAT\", \"ini\": 3060, \"clust\": 1870, \"rank\": 464, \"rankvar\": 126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 470, \"group\": [1870.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGAAAG\", \"ini\": 3059, \"clust\": 3380, \"rank\": 437, \"rankvar\": 1888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 530, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3195, \"group\": [3380.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGGGACA\", \"ini\": 3058, \"clust\": 1975, \"rank\": 457, \"rankvar\": 420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 471, \"group\": [1976.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGACG\", \"ini\": 3057, \"clust\": 2465, \"rank\": 699, \"rankvar\": 67, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 472, \"group\": [2464.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTAAGTAC\", \"ini\": 3056, \"clust\": 2408, \"rank\": 384, \"rankvar\": 1444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 533, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 473, \"group\": [2407.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTGCAAGC\", \"ini\": 3055, \"clust\": 3230, \"rank\": 426, \"rankvar\": 2552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 534, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3196, \"group\": [3229.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTACAGACG\", \"ini\": 3054, \"clust\": 1905, \"rank\": 550, \"rankvar\": 822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 474, \"group\": [1905.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATGCCAT\", \"ini\": 3053, \"clust\": 1790, \"rank\": 660, \"rankvar\": 1051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 475, \"group\": [1791.0, 378.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGTAGCCGA\", \"ini\": 3052, \"clust\": 2373, \"rank\": 546, \"rankvar\": 772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 476, \"group\": [2374.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGCAGGTA\", \"ini\": 3051, \"clust\": 1324, \"rank\": 391, \"rankvar\": 2773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 538, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1704, \"group\": [1324.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCTCCAAATGC\", \"ini\": 3050, \"clust\": 2406, \"rank\": 482, \"rankvar\": 2311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 477, \"group\": [2408.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGGTCA\", \"ini\": 3049, \"clust\": 1642, \"rank\": 678, \"rankvar\": 1596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 478, \"group\": [1641.0, 313.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTTGTTTGG\", \"ini\": 3048, \"clust\": 2932, \"rank\": 1311, \"rankvar\": 1982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 541, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3197, \"group\": [2933.0, 529.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCGGACC\", \"ini\": 3047, \"clust\": 2254, \"rank\": 499, \"rankvar\": 1056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 479, \"group\": [2256.0, 429.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAACTGCT\", \"ini\": 3046, \"clust\": 3232, \"rank\": 356, \"rankvar\": 2616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 543, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3198, \"group\": [3234.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCTGATAA\", \"ini\": 3045, \"clust\": 2389, \"rank\": 497, \"rankvar\": 1385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 480, \"group\": [2390.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCATCCGTGG\", \"ini\": 3044, \"clust\": 1871, \"rank\": 559, \"rankvar\": 553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 545, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 481, \"group\": [1872.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGAACGT\", \"ini\": 3043, \"clust\": 1970, \"rank\": 529, \"rankvar\": 520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 546, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 482, \"group\": [1971.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGTGGGAA\", \"ini\": 3042, \"clust\": 2360, \"rank\": 562, \"rankvar\": 574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 483, \"group\": [2361.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGAAGTT\", \"ini\": 3041, \"clust\": 2357, \"rank\": 468, \"rankvar\": 2203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 484, \"group\": [2356.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCCTATTCA\", \"ini\": 3040, \"clust\": 2008, \"rank\": 453, \"rankvar\": 13, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 485, \"group\": [2012.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTTCGCAT\", \"ini\": 3039, \"clust\": 2354, \"rank\": 460, \"rankvar\": 1245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 486, \"group\": [2358.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGACATCTACGA\", \"ini\": 3038, \"clust\": 3297, \"rank\": 431, \"rankvar\": 2707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 551, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3199, \"group\": [3302.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAACTGGCC\", \"ini\": 3037, \"clust\": 3074, \"rank\": 677, \"rankvar\": 584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3200, \"group\": [3075.0, 582.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAATCGAAA\", \"ini\": 3036, \"clust\": 1646, \"rank\": 711, \"rankvar\": 145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 553, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 487, \"group\": [1644.0, 313.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATCACAC\", \"ini\": 3035, \"clust\": 2470, \"rank\": 515, \"rankvar\": 1361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 488, \"group\": [2471.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTGATGTGG\", \"ini\": 3034, \"clust\": 2846, \"rank\": 789, \"rankvar\": 1653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 489, \"group\": [2847.0, 494.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGCGTTCCG\", \"ini\": 3033, \"clust\": 1984, \"rank\": 417, \"rankvar\": 481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 556, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 490, \"group\": [1986.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTAACGGT\", \"ini\": 3032, \"clust\": 1339, \"rank\": 600, \"rankvar\": 2993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 557, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1705, \"group\": [1340.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTAGCATGGCA\", \"ini\": 3031, \"clust\": 2384, \"rank\": 612, \"rankvar\": 1080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 491, \"group\": [2384.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGTACGG\", \"ini\": 3030, \"clust\": 1712, \"rank\": 768, \"rankvar\": 449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 492, \"group\": [1710.0, 327.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAGAGCCAA\", \"ini\": 3029, \"clust\": 2327, \"rank\": 555, \"rankvar\": 1044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 493, \"group\": [2330.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCGTTCCG\", \"ini\": 3028, \"clust\": 3273, \"rank\": 469, \"rankvar\": 2560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 561, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3201, \"group\": [3271.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCTGCGAA\", \"ini\": 3027, \"clust\": 2603, \"rank\": 842, \"rankvar\": 2119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 494, \"group\": [2603.0, 462.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCGGCTACG\", \"ini\": 3026, \"clust\": 1894, \"rank\": 448, \"rankvar\": 694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 495, \"group\": [1895.0, 409.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCCATGCTC\", \"ini\": 3025, \"clust\": 1964, \"rank\": 486, \"rankvar\": 867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 564, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 496, \"group\": [1965.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGATCAGCCTAA\", \"ini\": 3024, \"clust\": 2385, \"rank\": 521, \"rankvar\": 1117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 497, \"group\": [2385.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCGAACA\", \"ini\": 3023, \"clust\": 1931, \"rank\": 580, \"rankvar\": 578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 498, \"group\": [1930.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGAAATA\", \"ini\": 3022, \"clust\": 2365, \"rank\": 467, \"rankvar\": 1568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 567, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 499, \"group\": [2367.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGCTTCC\", \"ini\": 3021, \"clust\": 2367, \"rank\": 575, \"rankvar\": 1940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 500, \"group\": [2366.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTATCTG\", \"ini\": 3020, \"clust\": 3327, \"rank\": 365, \"rankvar\": 3187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 569, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3202, \"group\": [3327.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGATATGCA\", \"ini\": 3019, \"clust\": 63, \"rank\": 415, \"rankvar\": 371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1849, \"group\": [64.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCATCATTC\", \"ini\": 3018, \"clust\": 2560, \"rank\": 636, \"rankvar\": 1619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 501, \"group\": [2560.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACCGAATT\", \"ini\": 3017, \"clust\": 3342, \"rank\": 729, \"rankvar\": 2714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 572, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3203, \"group\": [3341.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTGAGTGT\", \"ini\": 3016, \"clust\": 1707, \"rank\": 829, \"rankvar\": 667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 573, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 502, \"group\": [1703.0, 326.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGCAATTA\", \"ini\": 3015, \"clust\": 1608, \"rank\": 570, \"rankvar\": 1556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 503, \"group\": [1716.0, 331.0, 56.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACTCCTG\", \"ini\": 3014, \"clust\": 1279, \"rank\": 738, \"rankvar\": 3264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 575, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1706, \"group\": [1279.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTCATCC\", \"ini\": 3013, \"clust\": 2271, \"rank\": 731, \"rankvar\": 975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 504, \"group\": [2272.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGAACAACT\", \"ini\": 3012, \"clust\": 2288, \"rank\": 762, \"rankvar\": 433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 577, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 505, \"group\": [2288.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCATCAGTAC\", \"ini\": 3011, \"clust\": 54, \"rank\": 189, \"rankvar\": 3434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1850, \"group\": [51.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGTACATGA\", \"ini\": 3010, \"clust\": 1969, \"rank\": 620, \"rankvar\": 327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 506, \"group\": [1970.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCCAATGGT\", \"ini\": 3009, \"clust\": 1872, \"rank\": 596, \"rankvar\": 592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 507, \"group\": [1873.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTCGTACT\", \"ini\": 3008, \"clust\": 3378, \"rank\": 383, \"rankvar\": 2763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 581, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3204, \"group\": [3381.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTTGTTGG\", \"ini\": 3007, \"clust\": 1966, \"rank\": 588, \"rankvar\": 60, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 582, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 508, \"group\": [1967.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACATGTCTCC\", \"ini\": 3006, \"clust\": 3488, \"rank\": 1376, \"rankvar\": 3101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 583, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 21, \"group\": [3488.0, 647.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTTGAGTTC\", \"ini\": 3005, \"clust\": 2359, \"rank\": 574, \"rankvar\": 1362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 584, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 509, \"group\": [2360.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCGTTTAC\", \"ini\": 3004, \"clust\": 3340, \"rank\": 728, \"rankvar\": 2055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 585, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3205, \"group\": [3344.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTTGAGGTG\", \"ini\": 3003, \"clust\": 3226, \"rank\": 472, \"rankvar\": 2347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 586, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3206, \"group\": [3230.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTACGAAAT\", \"ini\": 3002, \"clust\": 2479, \"rank\": 632, \"rankvar\": 401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 510, \"group\": [2483.0, 440.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCGTGGTCG\", \"ini\": 3001, \"clust\": 1950, \"rank\": 560, \"rankvar\": 664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 511, \"group\": [1949.0, 416.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTGTGTCGCTG\", \"ini\": 3000, \"clust\": 3479, \"rank\": 1160, \"rankvar\": 3089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 589, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 22, \"group\": [3480.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACAGTACACCT\", \"ini\": 2999, \"clust\": 2336, \"rank\": 658, \"rankvar\": 298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 590, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 512, \"group\": [2337.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGGAGGTA\", \"ini\": 2998, \"clust\": 3067, \"rank\": 411, \"rankvar\": 1077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 591, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3207, \"group\": [3067.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGGTAACG\", \"ini\": 2997, \"clust\": 1809, \"rank\": 773, \"rankvar\": 1311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 513, \"group\": [1811.0, 385.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACGAAA\", \"ini\": 2996, \"clust\": 3155, \"rank\": 347, \"rankvar\": 2891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 593, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3208, \"group\": [3154.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCCTGTT\", \"ini\": 2995, \"clust\": 3333, \"rank\": 614, \"rankvar\": 1918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 594, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3209, \"group\": [3334.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATGTTGTCTTT\", \"ini\": 2994, \"clust\": 1953, \"rank\": 504, \"rankvar\": 926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 595, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 514, \"group\": [1953.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCGCCGTGA\", \"ini\": 2993, \"clust\": 3231, \"rank\": 568, \"rankvar\": 2985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 596, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3210, \"group\": [3235.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATCGCTC\", \"ini\": 2992, \"clust\": 1801, \"rank\": 569, \"rankvar\": 1074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 515, \"group\": [1801.0, 381.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCCTGCCAT\", \"ini\": 2991, \"clust\": 1610, \"rank\": 902, \"rankvar\": 43, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 516, \"group\": [1612.0, 296.0, 51.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTGACCAAG\", \"ini\": 2990, \"clust\": 3134, \"rank\": 519, \"rankvar\": 1249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3211, \"group\": [3138.0, 594.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTACGAAAT\", \"ini\": 2989, \"clust\": 3128, \"rank\": 852, \"rankvar\": 929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 600, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3212, \"group\": [3127.0, 592.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTAAGGTCATCT\", \"ini\": 2988, \"clust\": 2466, \"rank\": 639, \"rankvar\": 679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 517, \"group\": [2467.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCGAGAACG\", \"ini\": 2987, \"clust\": 1907, \"rank\": 700, \"rankvar\": 95, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 518, \"group\": [1909.0, 410.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCGAGCCCA\", \"ini\": 2986, \"clust\": 1954, \"rank\": 549, \"rankvar\": 300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 519, \"group\": [1958.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGTACGCCC\", \"ini\": 2985, \"clust\": 3383, \"rank\": 561, \"rankvar\": 2822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3213, \"group\": [3383.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCTTACCTA\", \"ini\": 2984, \"clust\": 1674, \"rank\": 777, \"rankvar\": 773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 520, \"group\": [1673.0, 317.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGAACTCGG\", \"ini\": 2983, \"clust\": 3243, \"rank\": 269, \"rankvar\": 2799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 606, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3214, \"group\": [3242.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGGAT\", \"ini\": 2982, \"clust\": 1641, \"rank\": 565, \"rankvar\": 761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 607, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 521, \"group\": [1640.0, 312.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTGCTCTTC\", \"ini\": 2981, \"clust\": 66, \"rank\": 251, \"rankvar\": 2032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 608, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1851, \"group\": [62.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGACGCAA\", \"ini\": 2980, \"clust\": 3385, \"rank\": 514, \"rankvar\": 2283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 609, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3215, \"group\": [3390.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCACTGTCGG\", \"ini\": 2979, \"clust\": 3328, \"rank\": 476, \"rankvar\": 3064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3216, \"group\": [3328.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTGCAGGTA\", \"ini\": 2978, \"clust\": 1862, \"rank\": 668, \"rankvar\": 2466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 522, \"group\": [1864.0, 403.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTGAGCGAT\", \"ini\": 2977, \"clust\": 3435, \"rank\": 564, \"rankvar\": 3459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 612, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1707, \"group\": [3447.0, 634.0, 92.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCACATACG\", \"ini\": 2976, \"clust\": 225, \"rank\": 402, \"rankvar\": 2029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 613, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2694, \"group\": [226.0, 62.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTTCAGTTCGA\", \"ini\": 2975, \"clust\": 2503, \"rank\": 745, \"rankvar\": 1956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 523, \"group\": [2501.0, 445.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCCTTGACC\", \"ini\": 2974, \"clust\": 2377, \"rank\": 669, \"rankvar\": 756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 524, \"group\": [2378.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATCGATGT\", \"ini\": 2973, \"clust\": 1922, \"rank\": 712, \"rankvar\": 873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 616, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 525, \"group\": [1923.0, 413.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCCAAAGTC\", \"ini\": 2972, \"clust\": 1776, \"rank\": 520, \"rankvar\": 827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 526, \"group\": [1777.0, 373.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCCGAAGAG\", \"ini\": 2971, \"clust\": 3395, \"rank\": 1151, \"rankvar\": 3390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 618, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3568, \"group\": [3416.0, 617.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGAAACCTA\", \"ini\": 2970, \"clust\": 3459, \"rank\": 1201, \"rankvar\": 1997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 23, \"group\": [3460.0, 642.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCGACGGAA\", \"ini\": 2969, \"clust\": 1322, \"rank\": 577, \"rankvar\": 2542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 620, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1708, \"group\": [1322.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACCAGTTA\", \"ini\": 2968, \"clust\": 2390, \"rank\": 551, \"rankvar\": 2360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 527, \"group\": [2391.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTCTGGAGA\", \"ini\": 2967, \"clust\": 2295, \"rank\": 667, \"rankvar\": 680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 528, \"group\": [2298.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCATCGGAT\", \"ini\": 2966, \"clust\": 1959, \"rank\": 593, \"rankvar\": 293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 529, \"group\": [1960.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGGTAAG\", \"ini\": 2965, \"clust\": 2196, \"rank\": 647, \"rankvar\": 243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 530, \"group\": [2199.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCTTGACC\", \"ini\": 2964, \"clust\": 1917, \"rank\": 510, \"rankvar\": 76, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 625, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 531, \"group\": [1918.0, 412.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACAGAGA\", \"ini\": 2963, \"clust\": 2240, \"rank\": 489, \"rankvar\": 1410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 532, \"group\": [2240.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACATCCA\", \"ini\": 2962, \"clust\": 3223, \"rank\": 374, \"rankvar\": 3047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3217, \"group\": [3222.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAGCCTAT\", \"ini\": 2961, \"clust\": 3148, \"rank\": 475, \"rankvar\": 1755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 628, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3218, \"group\": [3148.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTAGAGC\", \"ini\": 2960, \"clust\": 3384, \"rank\": 716, \"rankvar\": 1696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 629, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3219, \"group\": [3391.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTAGCGTGA\", \"ini\": 2959, \"clust\": 1791, \"rank\": 969, \"rankvar\": 340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 533, \"group\": [1792.0, 378.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTGAGGGAG\", \"ini\": 2958, \"clust\": 3220, \"rank\": 444, \"rankvar\": 2669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 631, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3220, \"group\": [3221.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTAGCCTAT\", \"ini\": 2957, \"clust\": 1643, \"rank\": 840, \"rankvar\": 471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 534, \"group\": [1642.0, 313.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCATACCATG\", \"ini\": 2956, \"clust\": 1282, \"rank\": 1011, \"rankvar\": 3363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 633, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1709, \"group\": [1281.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTGCAGTAG\", \"ini\": 2955, \"clust\": 3337, \"rank\": 646, \"rankvar\": 1569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 634, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3221, \"group\": [3340.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACGCTTTC\", \"ini\": 2954, \"clust\": 3334, \"rank\": 701, \"rankvar\": 2519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 635, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3222, \"group\": [3335.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCGACAT\", \"ini\": 2953, \"clust\": 1977, \"rank\": 671, \"rankvar\": 239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 535, \"group\": [1978.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTATGTGG\", \"ini\": 2952, \"clust\": 2332, \"rank\": 720, \"rankvar\": 1775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 637, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 536, \"group\": [2332.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTAGCGGT\", \"ini\": 2951, \"clust\": 1695, \"rank\": 920, \"rankvar\": 2351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 537, \"group\": [1694.0, 322.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACTCTTA\", \"ini\": 2950, \"clust\": 1918, \"rank\": 641, \"rankvar\": 1057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 639, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 538, \"group\": [1919.0, 412.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACTTACGA\", \"ini\": 2949, \"clust\": 1794, \"rank\": 723, \"rankvar\": 647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 539, \"group\": [1795.0, 379.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTCAGATAA\", \"ini\": 2948, \"clust\": 237, \"rank\": 455, \"rankvar\": 2468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 641, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2695, \"group\": [240.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTGATAAGT\", \"ini\": 2947, \"clust\": 1223, \"rank\": 808, \"rankvar\": 1296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 642, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1672, \"group\": [1230.0, 184.0, 29.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGTGAGA\", \"ini\": 2946, \"clust\": 1789, \"rank\": 681, \"rankvar\": 686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 540, \"group\": [1789.0, 377.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGGGTCT\", \"ini\": 2945, \"clust\": 2242, \"rank\": 545, \"rankvar\": 872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 541, \"group\": [2242.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCTCGGATGTT\", \"ini\": 2944, \"clust\": 1259, \"rank\": 674, \"rankvar\": 3029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1710, \"group\": [1257.0, 202.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCCAAGTAATG\", \"ini\": 2943, \"clust\": 2160, \"rank\": 597, \"rankvar\": 1912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 646, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 542, \"group\": [2160.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAACACAGTCGC\", \"ini\": 2942, \"clust\": 3069, \"rank\": 706, \"rankvar\": 276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 647, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3223, \"group\": [3069.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTCGAGTA\", \"ini\": 2941, \"clust\": 3139, \"rank\": 434, \"rankvar\": 2786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 648, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3224, \"group\": [3139.0, 595.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCTCACCT\", \"ini\": 2940, \"clust\": 3088, \"rank\": 315, \"rankvar\": 2102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 649, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3225, \"group\": [3090.0, 584.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTTCAACCA\", \"ini\": 2939, \"clust\": 1873, \"rank\": 673, \"rankvar\": 278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 543, \"group\": [1876.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACACATGT\", \"ini\": 2938, \"clust\": 1928, \"rank\": 540, \"rankvar\": 1142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 651, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 544, \"group\": [1932.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTGCACTTA\", \"ini\": 2937, \"clust\": 1927, \"rank\": 619, \"rankvar\": 64, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 545, \"group\": [1928.0, 414.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTTACGTCA\", \"ini\": 2936, \"clust\": 1906, \"rank\": 785, \"rankvar\": 758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 653, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 546, \"group\": [1910.0, 410.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTTGGGTA\", \"ini\": 2935, \"clust\": 2098, \"rank\": 707, \"rankvar\": 1216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 547, \"group\": [2101.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTATTACCG\", \"ini\": 2934, \"clust\": 3222, \"rank\": 400, \"rankvar\": 2975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 655, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3226, \"group\": [3224.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGGCTCAGA\", \"ini\": 2933, \"clust\": 3268, \"rank\": 558, \"rankvar\": 2123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 656, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3227, \"group\": [3266.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCACTCCTG\", \"ini\": 2932, \"clust\": 2265, \"rank\": 718, \"rankvar\": 2024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 548, \"group\": [2264.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAGACGCTC\", \"ini\": 2931, \"clust\": 1919, \"rank\": 806, \"rankvar\": 944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 549, \"group\": [1920.0, 413.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTGACTACT\", \"ini\": 2930, \"clust\": 2272, \"rank\": 682, \"rankvar\": 890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 659, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 550, \"group\": [2273.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAGGTACC\", \"ini\": 2929, \"clust\": 1967, \"rank\": 694, \"rankvar\": 1134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 551, \"group\": [1968.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCACCATCCT\", \"ini\": 2928, \"clust\": 2187, \"rank\": 654, \"rankvar\": 945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 552, \"group\": [2187.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTAGTGCTGCC\", \"ini\": 2927, \"clust\": 1787, \"rank\": 752, \"rankvar\": 346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 662, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 553, \"group\": [1790.0, 377.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGGCTT\", \"ini\": 2926, \"clust\": 2318, \"rank\": 751, \"rankvar\": 1450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 663, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 554, \"group\": [2322.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCTACAGA\", \"ini\": 2925, \"clust\": 3072, \"rank\": 719, \"rankvar\": 628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 664, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3228, \"group\": [3072.0, 580.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACAGTAGGTGC\", \"ini\": 2924, \"clust\": 2392, \"rank\": 653, \"rankvar\": 1841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 665, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 555, \"group\": [2394.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTTATCTG\", \"ini\": 2923, \"clust\": 2958, \"rank\": 1164, \"rankvar\": 2477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 666, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3229, \"group\": [2957.0, 539.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGCGGTAA\", \"ini\": 2922, \"clust\": 2275, \"rank\": 670, \"rankvar\": 455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 556, \"group\": [2275.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTCTAGAGG\", \"ini\": 2921, \"clust\": 1323, \"rank\": 635, \"rankvar\": 3259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1711, \"group\": [1323.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCGTTTGCC\", \"ini\": 2920, \"clust\": 1677, \"rank\": 691, \"rankvar\": 577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 557, \"group\": [1677.0, 317.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTGTTTGT\", \"ini\": 2919, \"clust\": 3240, \"rank\": 502, \"rankvar\": 3129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 670, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3230, \"group\": [3239.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCATAAAGG\", \"ini\": 2918, \"clust\": 2460, \"rank\": 778, \"rankvar\": 78, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 671, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 558, \"group\": [2460.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTTCAACCA\", \"ini\": 2917, \"clust\": 3296, \"rank\": 697, \"rankvar\": 2467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 672, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3231, \"group\": [3297.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTACTCTCC\", \"ini\": 2916, \"clust\": 1629, \"rank\": 1146, \"rankvar\": 2058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 673, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 559, \"group\": [1630.0, 307.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGGTGTGT\", \"ini\": 2915, \"clust\": 1943, \"rank\": 541, \"rankvar\": 1958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 560, \"group\": [1944.0, 416.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTGTCTTT\", \"ini\": 2914, \"clust\": 1730, \"rank\": 870, \"rankvar\": 2, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 561, \"group\": [1730.0, 340.0, 61.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAATTCCC\", \"ini\": 2913, \"clust\": 2300, \"rank\": 425, \"rankvar\": 1721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 562, \"group\": [2304.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAGCGCTC\", \"ini\": 2912, \"clust\": 3307, \"rank\": 657, \"rankvar\": 2614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 677, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3232, \"group\": [3307.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTGCAGACA\", \"ini\": 2911, \"clust\": 1326, \"rank\": 505, \"rankvar\": 3201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 678, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1712, \"group\": [1335.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCAATAAGG\", \"ini\": 2910, \"clust\": 3271, \"rank\": 530, \"rankvar\": 847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 679, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3233, \"group\": [3274.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCACCAGGC\", \"ini\": 2909, \"clust\": 2534, \"rank\": 838, \"rankvar\": 539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 563, \"group\": [2534.0, 454.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGTTAAGA\", \"ini\": 2908, \"clust\": 3482, \"rank\": 1305, \"rankvar\": 3258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 681, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 24, \"group\": [3483.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAGGGCT\", \"ini\": 2907, \"clust\": 2328, \"rank\": 757, \"rankvar\": 296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 564, \"group\": [2329.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAAGTAGTA\", \"ini\": 2906, \"clust\": 1798, \"rank\": 756, \"rankvar\": 453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 565, \"group\": [1799.0, 380.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCATCTATGG\", \"ini\": 2905, \"clust\": 1829, \"rank\": 939, \"rankvar\": 2296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 566, \"group\": [1831.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGGACGAAA\", \"ini\": 2904, \"clust\": 3331, \"rank\": 491, \"rankvar\": 2944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 685, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3234, \"group\": [3330.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTCGAGTTT\", \"ini\": 2903, \"clust\": 2374, \"rank\": 726, \"rankvar\": 894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 567, \"group\": [2375.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTAAGTGGC\", \"ini\": 2902, \"clust\": 2350, \"rank\": 715, \"rankvar\": 603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 568, \"group\": [2353.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCTCATGTCCC\", \"ini\": 2901, \"clust\": 2476, \"rank\": 607, \"rankvar\": 1785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 569, \"group\": [2479.0, 438.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATGCCTAA\", \"ini\": 2900, \"clust\": 3421, \"rank\": 945, \"rankvar\": 564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 689, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3235, \"group\": [3424.0, 623.0, 87.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCAACGAAA\", \"ini\": 2899, \"clust\": 1612, \"rank\": 989, \"rankvar\": 1223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 570, \"group\": [1609.0, 293.0, 51.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATGGAGC\", \"ini\": 2898, \"clust\": 3149, \"rank\": 566, \"rankvar\": 2704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 691, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3236, \"group\": [3149.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGAAACCTA\", \"ini\": 2897, \"clust\": 2860, \"rank\": 844, \"rankvar\": 1825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 692, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 571, \"group\": [2861.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCCTTGACC\", \"ini\": 2896, \"clust\": 2814, \"rank\": 685, \"rankvar\": 2417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 572, \"group\": [2815.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGTGGACGT\", \"ini\": 2895, \"clust\": 1378, \"rank\": 899, \"rankvar\": 2915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1713, \"group\": [1375.0, 210.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCGAGAGCA\", \"ini\": 2894, \"clust\": 2802, \"rank\": 557, \"rankvar\": 1831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 573, \"group\": [2803.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAAATTGCC\", \"ini\": 2893, \"clust\": 1278, \"rank\": 821, \"rankvar\": 3190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1714, \"group\": [1278.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTGCTG\", \"ini\": 2892, \"clust\": 1377, \"rank\": 804, \"rankvar\": 3052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1715, \"group\": [1377.0, 210.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACCAGGCTGAA\", \"ini\": 2891, \"clust\": 1971, \"rank\": 659, \"rankvar\": 85, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 574, \"group\": [1972.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCGTTCCG\", \"ini\": 2890, \"clust\": 1878, \"rank\": 914, \"rankvar\": 225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 575, \"group\": [1877.0, 406.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCCGAACC\", \"ini\": 2889, \"clust\": 1725, \"rank\": 672, \"rankvar\": 61, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 700, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 576, \"group\": [1728.0, 338.0, 60.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCTTCTCG\", \"ini\": 2888, \"clust\": 2940, \"rank\": 1230, \"rankvar\": 177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 701, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3237, \"group\": [2940.0, 534.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGTGTTAGA\", \"ini\": 2887, \"clust\": 2361, \"rank\": 582, \"rankvar\": 1076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 702, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 577, \"group\": [2362.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTAAGTGTA\", \"ini\": 2886, \"clust\": 2230, \"rank\": 585, \"rankvar\": 1894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 578, \"group\": [2230.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGGGTTCCC\", \"ini\": 2885, \"clust\": 1320, \"rank\": 656, \"rankvar\": 2335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 704, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1716, \"group\": [1320.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGTTTA\", \"ini\": 2884, \"clust\": 2967, \"rank\": 774, \"rankvar\": 2640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 705, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3238, \"group\": [2966.0, 544.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTTTAAGCC\", \"ini\": 2883, \"clust\": 3470, \"rank\": 1226, \"rankvar\": 3372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 706, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 25, \"group\": [3470.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTAAGGGAA\", \"ini\": 2882, \"clust\": 3154, \"rank\": 463, \"rankvar\": 1806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 707, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3239, \"group\": [3156.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATCTGTT\", \"ini\": 2881, \"clust\": 2320, \"rank\": 741, \"rankvar\": 1591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 579, \"group\": [2319.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGATACACA\", \"ini\": 2880, \"clust\": 3042, \"rank\": 696, \"rankvar\": 1783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 709, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3240, \"group\": [3042.0, 573.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTAAATGTG\", \"ini\": 2879, \"clust\": 2555, \"rank\": 803, \"rankvar\": 1180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 580, \"group\": [2554.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGTAGCCGA\", \"ini\": 2878, \"clust\": 2450, \"rank\": 563, \"rankvar\": 907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 581, \"group\": [2450.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTATTG\", \"ini\": 2877, \"clust\": 2238, \"rank\": 579, \"rankvar\": 1075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 582, \"group\": [2241.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCAAGCTGAG\", \"ini\": 2876, \"clust\": 3371, \"rank\": 640, \"rankvar\": 2955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 713, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3241, \"group\": [3374.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCGTAATA\", \"ini\": 2875, \"clust\": 2339, \"rank\": 775, \"rankvar\": 1916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 583, \"group\": [2339.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCAACTCTT\", \"ini\": 2874, \"clust\": 2340, \"rank\": 650, \"rankvar\": 218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 715, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 584, \"group\": [2340.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCTCTTGTCAT\", \"ini\": 2873, \"clust\": 2461, \"rank\": 746, \"rankvar\": 42, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 716, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 585, \"group\": [2461.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCAGATCG\", \"ini\": 2872, \"clust\": 2243, \"rank\": 604, \"rankvar\": 585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 717, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 586, \"group\": [2243.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCACGTGG\", \"ini\": 2871, \"clust\": 2334, \"rank\": 790, \"rankvar\": 271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 587, \"group\": [2334.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTCAAGCCTAT\", \"ini\": 2870, \"clust\": 2174, \"rank\": 572, \"rankvar\": 1513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 719, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 588, \"group\": [2177.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCACTATTC\", \"ini\": 2869, \"clust\": 3332, \"rank\": 581, \"rankvar\": 2750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 720, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3242, \"group\": [3331.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGCATGGCA\", \"ini\": 2868, \"clust\": 3120, \"rank\": 744, \"rankvar\": 2730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 721, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3243, \"group\": [3123.0, 591.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCACGGTGTC\", \"ini\": 2867, \"clust\": 3147, \"rank\": 419, \"rankvar\": 2551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 722, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3244, \"group\": [3157.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAGATGAGC\", \"ini\": 2866, \"clust\": 2213, \"rank\": 554, \"rankvar\": 2528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 723, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 589, \"group\": [2212.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTCTCCACT\", \"ini\": 2865, \"clust\": 1810, \"rank\": 943, \"rankvar\": 221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 724, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 590, \"group\": [1809.0, 385.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTCTCGG\", \"ini\": 2864, \"clust\": 2345, \"rank\": 782, \"rankvar\": 2361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 725, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 591, \"group\": [2346.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAATGTTGC\", \"ini\": 2863, \"clust\": 2554, \"rank\": 849, \"rankvar\": 308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 592, \"group\": [2556.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGTCTCA\", \"ini\": 2862, \"clust\": 3121, \"rank\": 901, \"rankvar\": 2093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 727, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3245, \"group\": [3121.0, 591.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCTGT\", \"ini\": 2861, \"clust\": 2299, \"rank\": 724, \"rankvar\": 1043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 728, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 593, \"group\": [2305.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGGGCATGT\", \"ini\": 2860, \"clust\": 3390, \"rank\": 592, \"rankvar\": 2266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 729, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3246, \"group\": [3388.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGACATGGGACA\", \"ini\": 2859, \"clust\": 2419, \"rank\": 818, \"rankvar\": 1012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 594, \"group\": [2420.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTTCCGGCA\", \"ini\": 2858, \"clust\": 2284, \"rank\": 893, \"rankvar\": 600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 731, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 595, \"group\": [2287.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAAGGATT\", \"ini\": 2857, \"clust\": 3312, \"rank\": 703, \"rankvar\": 1144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 732, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3247, \"group\": [3313.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATCGATTG\", \"ini\": 2856, \"clust\": 235, \"rank\": 443, \"rankvar\": 2492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 733, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2696, \"group\": [233.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTAAGTAGT\", \"ini\": 2855, \"clust\": 3321, \"rank\": 511, \"rankvar\": 2491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3248, \"group\": [3323.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGGTAGA\", \"ini\": 2854, \"clust\": 1708, \"rank\": 956, \"rankvar\": 292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 596, \"group\": [1704.0, 326.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACATGTC\", \"ini\": 2853, \"clust\": 2182, \"rank\": 652, \"rankvar\": 588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 736, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 597, \"group\": [2183.0, 427.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCAGTGACTCT\", \"ini\": 2852, \"clust\": 3073, \"rank\": 730, \"rankvar\": 2627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3249, \"group\": [3073.0, 580.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCAACGCACC\", \"ini\": 2851, \"clust\": 2198, \"rank\": 680, \"rankvar\": 326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 598, \"group\": [2198.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAGTAGTGAAT\", \"ini\": 2850, \"clust\": 2290, \"rank\": 717, \"rankvar\": 1386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 599, \"group\": [2294.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCCCATTAT\", \"ini\": 2849, \"clust\": 1795, \"rank\": 854, \"rankvar\": 150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 600, \"group\": [1796.0, 379.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCAAGCCTA\", \"ini\": 2848, \"clust\": 2205, \"rank\": 517, \"rankvar\": 2844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 601, \"group\": [2205.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCCGTAGTA\", \"ini\": 2847, \"clust\": 3206, \"rank\": 625, \"rankvar\": 2623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 742, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3250, \"group\": [3208.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCCATGCTC\", \"ini\": 2846, \"clust\": 2177, \"rank\": 603, \"rankvar\": 1357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 743, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 602, \"group\": [2178.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGTGGAGTC\", \"ini\": 2845, \"clust\": 3335, \"rank\": 749, \"rankvar\": 2428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 744, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3251, \"group\": [3336.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCAGCTGGC\", \"ini\": 2844, \"clust\": 2163, \"rank\": 601, \"rankvar\": 1500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 745, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 603, \"group\": [2163.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGAGTATA\", \"ini\": 2843, \"clust\": 3377, \"rank\": 605, \"rankvar\": 2605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 746, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3252, \"group\": [3378.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTCTTGAT\", \"ini\": 2842, \"clust\": 3038, \"rank\": 736, \"rankvar\": 1353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 747, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3253, \"group\": [3046.0, 573.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACGGTTTA\", \"ini\": 2841, \"clust\": 1706, \"rank\": 953, \"rankvar\": 624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 604, \"group\": [1705.0, 326.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCTCACCT\", \"ini\": 2840, \"clust\": 2469, \"rank\": 764, \"rankvar\": 413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 605, \"group\": [2470.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCGTCTTC\", \"ini\": 2839, \"clust\": 3346, \"rank\": 608, \"rankvar\": 2618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 750, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3254, \"group\": [3347.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAGTAGGCTGA\", \"ini\": 2838, \"clust\": 3490, \"rank\": 1443, \"rankvar\": 3524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 751, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 26, \"group\": [3487.0, 647.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACACCGATAT\", \"ini\": 2837, \"clust\": 2294, \"rank\": 742, \"rankvar\": 835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 606, \"group\": [2293.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATGCCTAA\", \"ini\": 2836, \"clust\": 2258, \"rank\": 797, \"rankvar\": 1886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 753, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 607, \"group\": [2260.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTAGTATGACA\", \"ini\": 2835, \"clust\": 2397, \"rank\": 645, \"rankvar\": 834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 608, \"group\": [2396.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCTTGTTTG\", \"ini\": 2834, \"clust\": 2674, \"rank\": 1001, \"rankvar\": 1303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 609, \"group\": [2675.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCATCGGACC\", \"ini\": 2833, \"clust\": 2262, \"rank\": 885, \"rankvar\": 2323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 756, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 610, \"group\": [2262.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAATACAG\", \"ini\": 2832, \"clust\": 2371, \"rank\": 687, \"rankvar\": 1341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 611, \"group\": [2371.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGTACCT\", \"ini\": 2831, \"clust\": 1849, \"rank\": 1094, \"rankvar\": 2208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 612, \"group\": [1851.0, 396.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAAGCGTAG\", \"ini\": 2830, \"clust\": 1710, \"rank\": 1418, \"rankvar\": 2537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 759, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 613, \"group\": [1709.0, 327.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCAATGGAAT\", \"ini\": 2829, \"clust\": 2335, \"rank\": 819, \"rankvar\": 825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 614, \"group\": [2335.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCTGCTTGC\", \"ini\": 2828, \"clust\": 2276, \"rank\": 684, \"rankvar\": 1705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 761, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 615, \"group\": [2276.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTGTATGGG\", \"ini\": 2827, \"clust\": 3563, \"rank\": 1956, \"rankvar\": 3550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 762, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 27, \"group\": [3562.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCGGCTACG\", \"ini\": 2826, \"clust\": 2473, \"rank\": 755, \"rankvar\": 12, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 616, \"group\": [2474.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAAACAC\", \"ini\": 2825, \"clust\": 2601, \"rank\": 1130, \"rankvar\": 966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 617, \"group\": [2601.0, 462.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTACTTAGC\", \"ini\": 2824, \"clust\": 1929, \"rank\": 590, \"rankvar\": 1919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 765, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 618, \"group\": [1931.0, 415.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTGGGTATG\", \"ini\": 2823, \"clust\": 1978, \"rank\": 526, \"rankvar\": 369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 619, \"group\": [1979.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCATCCAACA\", \"ini\": 2822, \"clust\": 2089, \"rank\": 732, \"rankvar\": 1725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 767, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 620, \"group\": [2090.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCGTCGTTC\", \"ini\": 2821, \"clust\": 1965, \"rank\": 610, \"rankvar\": 887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 621, \"group\": [1966.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAAGTCACGCC\", \"ini\": 2820, \"clust\": 3129, \"rank\": 962, \"rankvar\": 1774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 769, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3255, \"group\": [3128.0, 592.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGGTGTA\", \"ini\": 2819, \"clust\": 2138, \"rank\": 735, \"rankvar\": 1677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 622, \"group\": [2137.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCTCCTATA\", \"ini\": 2818, \"clust\": 1609, \"rank\": 1265, \"rankvar\": 2715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 623, \"group\": [1613.0, 297.0, 52.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCGCCTTG\", \"ini\": 2817, \"clust\": 239, \"rank\": 440, \"rankvar\": 3100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2697, \"group\": [237.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTAGCTAAA\", \"ini\": 2816, \"clust\": 1379, \"rank\": 1003, \"rankvar\": 3055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1717, \"group\": [1376.0, 210.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTCTGTCG\", \"ini\": 2815, \"clust\": 1992, \"rank\": 761, \"rankvar\": 68, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 624, \"group\": [1993.0, 418.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTCACCTAA\", \"ini\": 2814, \"clust\": 1625, \"rank\": 1150, \"rankvar\": 2626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 775, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 625, \"group\": [1624.0, 303.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACATCCTTGC\", \"ini\": 2813, \"clust\": 1702, \"rank\": 1277, \"rankvar\": 1306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 776, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 626, \"group\": [1701.0, 324.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGAATTGTG\", \"ini\": 2812, \"clust\": 1703, \"rank\": 1237, \"rankvar\": 1567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 627, \"group\": [1702.0, 325.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGGTATCG\", \"ini\": 2811, \"clust\": 3250, \"rank\": 965, \"rankvar\": 2479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 778, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3256, \"group\": [3249.0, 604.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTCCACAA\", \"ini\": 2810, \"clust\": 3136, \"rank\": 788, \"rankvar\": 2114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 779, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3257, \"group\": [3135.0, 594.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGCATCG\", \"ini\": 2809, \"clust\": 1283, \"rank\": 1178, \"rankvar\": 2735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 780, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1718, \"group\": [1282.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTATATCCG\", \"ini\": 2808, \"clust\": 2159, \"rank\": 683, \"rankvar\": 1688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 628, \"group\": [2162.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGTAGATC\", \"ini\": 2807, \"clust\": 2375, \"rank\": 805, \"rankvar\": 209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 629, \"group\": [2376.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGGACCACA\", \"ini\": 2806, \"clust\": 1885, \"rank\": 941, \"rankvar\": 297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 783, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 630, \"group\": [1886.0, 408.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTAAAGTG\", \"ini\": 2805, \"clust\": 1856, \"rank\": 714, \"rankvar\": 323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 631, \"group\": [1856.0, 399.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCAGTCCTTC\", \"ini\": 2804, \"clust\": 2314, \"rank\": 609, \"rankvar\": 1268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 785, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 632, \"group\": [2314.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCATGCAT\", \"ini\": 2803, \"clust\": 1924, \"rank\": 866, \"rankvar\": 625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 633, \"group\": [1924.0, 413.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCACGACTA\", \"ini\": 2802, \"clust\": 1334, \"rank\": 611, \"rankvar\": 3404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 787, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1719, \"group\": [1333.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCTCGATGA\", \"ini\": 2801, \"clust\": 2292, \"rank\": 767, \"rankvar\": 1903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 634, \"group\": [2291.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGACTTGAA\", \"ini\": 2800, \"clust\": 2459, \"rank\": 960, \"rankvar\": 112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 635, \"group\": [2462.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGCCAGGAT\", \"ini\": 2799, \"clust\": 2382, \"rank\": 776, \"rankvar\": 860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 790, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 636, \"group\": [2381.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATAGATAGGAG\", \"ini\": 2798, \"clust\": 2812, \"rank\": 747, \"rankvar\": 1772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 637, \"group\": [2812.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGAGCAATT\", \"ini\": 2797, \"clust\": 1783, \"rank\": 686, \"rankvar\": 866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 792, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 638, \"group\": [1787.0, 376.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTGGGTCAA\", \"ini\": 2796, \"clust\": 1700, \"rank\": 1088, \"rankvar\": 586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 639, \"group\": [1698.0, 323.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGCCGTCGT\", \"ini\": 2795, \"clust\": 3224, \"rank\": 615, \"rankvar\": 3193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 794, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3258, \"group\": [3223.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTACCGAT\", \"ini\": 2794, \"clust\": 3320, \"rank\": 410, \"rankvar\": 2434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 795, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3259, \"group\": [3320.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCTTGTACT\", \"ini\": 2793, \"clust\": 2273, \"rank\": 846, \"rankvar\": 374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 796, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 640, \"group\": [2274.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACGGACAA\", \"ini\": 2792, \"clust\": 3329, \"rank\": 522, \"rankvar\": 2828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 797, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3260, \"group\": [3333.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTCATTAGC\", \"ini\": 2791, \"clust\": 2796, \"rank\": 809, \"rankvar\": 1415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 798, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 641, \"group\": [2797.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTCTGCAAT\", \"ini\": 2790, \"clust\": 1721, \"rank\": 698, \"rankvar\": 640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 642, \"group\": [1724.0, 334.0, 57.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAAACACA\", \"ini\": 2789, \"clust\": 3422, \"rank\": 1262, \"rankvar\": 105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 800, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3261, \"group\": [3422.0, 621.0, 87.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTAACTGG\", \"ini\": 2788, \"clust\": 2964, \"rank\": 753, \"rankvar\": 1182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3262, \"group\": [2964.0, 544.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCACGCATA\", \"ini\": 2787, \"clust\": 3213, \"rank\": 796, \"rankvar\": 2791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 802, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3263, \"group\": [3214.0, 602.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGGTGATTA\", \"ini\": 2786, \"clust\": 3130, \"rank\": 958, \"rankvar\": 1687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 803, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3264, \"group\": [3131.0, 594.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAATGAAAC\", \"ini\": 2785, \"clust\": 1697, \"rank\": 894, \"rankvar\": 590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 643, \"group\": [1697.0, 323.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACTAGGC\", \"ini\": 2784, \"clust\": 1780, \"rank\": 924, \"rankvar\": 338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 805, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 644, \"group\": [1782.0, 375.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCTCCCTAATT\", \"ini\": 2783, \"clust\": 2267, \"rank\": 879, \"rankvar\": 1776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 806, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 645, \"group\": [2270.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCAACACCA\", \"ini\": 2782, \"clust\": 3419, \"rank\": 1371, \"rankvar\": 2911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 807, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3265, \"group\": [3419.0, 619.0, 86.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTGCTCTTC\", \"ini\": 2781, \"clust\": 3203, \"rank\": 539, \"rankvar\": 3120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 808, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3266, \"group\": [3203.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAAGGTTCT\", \"ini\": 2780, \"clust\": 2410, \"rank\": 895, \"rankvar\": 921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 809, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 646, \"group\": [2410.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAATCAAACGGG\", \"ini\": 2779, \"clust\": 3420, \"rank\": 1052, \"rankvar\": 2514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3267, \"group\": [3420.0, 619.0, 86.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTACTCTCC\", \"ini\": 2778, \"clust\": 1834, \"rank\": 872, \"rankvar\": 1283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 647, \"group\": [1834.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTCGCGAC\", \"ini\": 2777, \"clust\": 3391, \"rank\": 1153, \"rankvar\": 2769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 812, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3268, \"group\": [3395.0, 614.0, 84.0, 18.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCATTCCTGC\", \"ini\": 2776, \"clust\": 1853, \"rank\": 1209, \"rankvar\": 1201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 648, \"group\": [1853.0, 397.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAATCTCTTATG\", \"ini\": 2775, \"clust\": 3381, \"rank\": 739, \"rankvar\": 2592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 814, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3269, \"group\": [3384.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCACGTTC\", \"ini\": 2774, \"clust\": 3366, \"rank\": 974, \"rankvar\": 2504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 815, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3270, \"group\": [3370.0, 611.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATTACCG\", \"ini\": 2773, \"clust\": 2183, \"rank\": 622, \"rankvar\": 1315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 816, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 649, \"group\": [2186.0, 427.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAGACAAAT\", \"ini\": 2772, \"clust\": 3151, \"rank\": 501, \"rankvar\": 2778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 817, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3271, \"group\": [3151.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCCACGCT\", \"ini\": 2771, \"clust\": 2710, \"rank\": 996, \"rankvar\": 173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 650, \"group\": [2711.0, 479.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAATCTCCAGGG\", \"ini\": 2770, \"clust\": 3192, \"rank\": 835, \"rankvar\": 3042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 819, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3272, \"group\": [3197.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGACGCAA\", \"ini\": 2769, \"clust\": 2505, \"rank\": 991, \"rankvar\": 2508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 651, \"group\": [2505.0, 446.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATCGCTC\", \"ini\": 2768, \"clust\": 1800, \"rank\": 845, \"rankvar\": 9, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 821, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 652, \"group\": [1803.0, 381.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCCGTTGTC\", \"ini\": 2767, \"clust\": 3214, \"rank\": 722, \"rankvar\": 2716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 822, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3273, \"group\": [3215.0, 602.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACACAAGCCC\", \"ini\": 2766, \"clust\": 2179, \"rank\": 586, \"rankvar\": 2003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 653, \"group\": [2180.0, 427.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCAACCATG\", \"ini\": 2765, \"clust\": 1617, \"rank\": 1308, \"rankvar\": 1145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 654, \"group\": [1618.0, 299.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTTTGTTGG\", \"ini\": 2764, \"clust\": 3506, \"rank\": 1578, \"rankvar\": 3519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 825, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 28, \"group\": [3510.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGGTCA\", \"ini\": 2763, \"clust\": 3476, \"rank\": 1516, \"rankvar\": 3356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 826, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 29, \"group\": [3476.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACATTCCTGC\", \"ini\": 2762, \"clust\": 3043, \"rank\": 873, \"rankvar\": 1050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 827, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3274, \"group\": [3043.0, 573.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGGACTG\", \"ini\": 2761, \"clust\": 3233, \"rank\": 627, \"rankvar\": 2446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 828, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3275, \"group\": [3232.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTCTCGG\", \"ini\": 2760, \"clust\": 2259, \"rank\": 1029, \"rankvar\": 1436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 655, \"group\": [2258.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAATCGTC\", \"ini\": 2759, \"clust\": 2154, \"rank\": 855, \"rankvar\": 1542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 656, \"group\": [2157.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGATAGC\", \"ini\": 2758, \"clust\": 2306, \"rank\": 898, \"rankvar\": 597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 657, \"group\": [2307.0, 433.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACCACGTG\", \"ini\": 2757, \"clust\": 3584, \"rank\": 1888, \"rankvar\": 3450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 832, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 30, \"group\": [3581.0, 649.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGCTATCT\", \"ini\": 2756, \"clust\": 1973, \"rank\": 725, \"rankvar\": 190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 658, \"group\": [1973.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACCTCGTT\", \"ini\": 2755, \"clust\": 2447, \"rank\": 783, \"rankvar\": 2338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 659, \"group\": [2447.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGGATTGG\", \"ini\": 2754, \"clust\": 2372, \"rank\": 799, \"rankvar\": 437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 660, \"group\": [2372.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGAATGTGT\", \"ini\": 2753, \"clust\": 1838, \"rank\": 1065, \"rankvar\": 1122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 661, \"group\": [1836.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTTGGTC\", \"ini\": 2752, \"clust\": 1822, \"rank\": 915, \"rankvar\": 1466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 837, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 662, \"group\": [1823.0, 391.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAGCTGCTG\", \"ini\": 2751, \"clust\": 3039, \"rank\": 947, \"rankvar\": 393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 838, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3276, \"group\": [3041.0, 573.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGCTAGCC\", \"ini\": 2750, \"clust\": 3350, \"rank\": 925, \"rankvar\": 2998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 839, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3277, \"group\": [3351.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGACTTGAA\", \"ini\": 2749, \"clust\": 2463, \"rank\": 847, \"rankvar\": 235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 663, \"group\": [2465.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGCGTAAG\", \"ini\": 2748, \"clust\": 1760, \"rank\": 1018, \"rankvar\": 495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 664, \"group\": [1762.0, 363.0, 64.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAAACGCC\", \"ini\": 2747, \"clust\": 3372, \"rank\": 874, \"rankvar\": 2737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3278, \"group\": [3372.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAAGCCCAC\", \"ini\": 2746, \"clust\": 3298, \"rank\": 692, \"rankvar\": 2172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 843, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3279, \"group\": [3298.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTGAAGGCT\", \"ini\": 2745, \"clust\": 1887, \"rank\": 927, \"rankvar\": 362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 844, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 665, \"group\": [1888.0, 408.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTTGTCTTT\", \"ini\": 2744, \"clust\": 1692, \"rank\": 933, \"rankvar\": 467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 845, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 666, \"group\": [1691.0, 322.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCAGTAGT\", \"ini\": 2743, \"clust\": 3343, \"rank\": 1113, \"rankvar\": 1904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 846, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3280, \"group\": [3342.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTCGCATAT\", \"ini\": 2742, \"clust\": 2835, \"rank\": 1287, \"rankvar\": 1373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 847, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 667, \"group\": [2838.0, 492.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGCGAAGGG\", \"ini\": 2741, \"clust\": 3318, \"rank\": 533, \"rankvar\": 3154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 848, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3281, \"group\": [3324.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTTGTCC\", \"ini\": 2740, \"clust\": 1974, \"rank\": 886, \"rankvar\": 516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 668, \"group\": [1974.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTTCGAATC\", \"ini\": 2739, \"clust\": 2433, \"rank\": 926, \"rankvar\": 1293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 850, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 669, \"group\": [2434.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTACAGTTC\", \"ini\": 2738, \"clust\": 2093, \"rank\": 959, \"rankvar\": 1236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 851, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 670, \"group\": [2097.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGCTAGTCT\", \"ini\": 2737, \"clust\": 55, \"rank\": 441, \"rankvar\": 2436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 852, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1852, \"group\": [54.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTCTGCGGT\", \"ini\": 2736, \"clust\": 1863, \"rank\": 606, \"rankvar\": 1780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 671, \"group\": [1862.0, 403.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTATCTGCA\", \"ini\": 2735, \"clust\": 3137, \"rank\": 800, \"rankvar\": 2249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 854, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3282, \"group\": [3136.0, 594.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCACCCGAG\", \"ini\": 2734, \"clust\": 1253, \"rank\": 1128, \"rankvar\": 3349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 855, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1720, \"group\": [1253.0, 201.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCATGTCCC\", \"ini\": 2733, \"clust\": 1782, \"rank\": 857, \"rankvar\": 130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 672, \"group\": [1781.0, 375.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGAGTCG\", \"ini\": 2732, \"clust\": 2398, \"rank\": 734, \"rankvar\": 1741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 673, \"group\": [2397.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCACGTCTCT\", \"ini\": 2731, \"clust\": 3480, \"rank\": 1168, \"rankvar\": 3023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 858, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 31, \"group\": [3481.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTGTTTGTG\", \"ini\": 2730, \"clust\": 3306, \"rank\": 693, \"rankvar\": 2064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 859, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3283, \"group\": [3312.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCAAATTGCC\", \"ini\": 2729, \"clust\": 2383, \"rank\": 952, \"rankvar\": 1047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 860, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 674, \"group\": [2386.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGGCGTG\", \"ini\": 2728, \"clust\": 3205, \"rank\": 780, \"rankvar\": 3078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 861, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3284, \"group\": [3209.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGATCGGGT\", \"ini\": 2727, \"clust\": 1976, \"rank\": 759, \"rankvar\": 1584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 675, \"group\": [1977.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGAGCCCAA\", \"ini\": 2726, \"clust\": 1701, \"rank\": 1341, \"rankvar\": 1686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 863, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 676, \"group\": [1699.0, 323.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTAGTGAACGC\", \"ini\": 2725, \"clust\": 2431, \"rank\": 871, \"rankvar\": 528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 677, \"group\": [2432.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGCTGCAAG\", \"ini\": 2724, \"clust\": 2713, \"rank\": 1191, \"rankvar\": 2670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 865, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 678, \"group\": [2713.0, 480.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGGAGTCTG\", \"ini\": 2723, \"clust\": 3308, \"rank\": 624, \"rankvar\": 2261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 866, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3285, \"group\": [3308.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACAAACAACA\", \"ini\": 2722, \"clust\": 2637, \"rank\": 987, \"rankvar\": 1041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 679, \"group\": [2638.0, 465.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTTCGAGA\", \"ini\": 2721, \"clust\": 82, \"rank\": 584, \"rankvar\": 1672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1853, \"group\": [81.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCCACTC\", \"ini\": 2720, \"clust\": 1875, \"rank\": 824, \"rankvar\": 103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 680, \"group\": [1875.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTGTCCGT\", \"ini\": 2719, \"clust\": 1365, \"rank\": 935, \"rankvar\": 3085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 870, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1721, \"group\": [1365.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTATCAGTC\", \"ini\": 2718, \"clust\": 3423, \"rank\": 1415, \"rankvar\": 1657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 871, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3286, \"group\": [3423.0, 622.0, 87.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCAAGCCATT\", \"ini\": 2717, \"clust\": 3426, \"rank\": 903, \"rankvar\": 2117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 872, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 160, \"group\": [3425.0, 624.0, 88.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTTGAGTTC\", \"ini\": 2716, \"clust\": 2445, \"rank\": 940, \"rankvar\": 1298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 681, \"group\": [2443.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACACAGAG\", \"ini\": 2715, \"clust\": 2164, \"rank\": 713, \"rankvar\": 1163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 874, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 682, \"group\": [2164.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAGTCG\", \"ini\": 2714, \"clust\": 2405, \"rank\": 814, \"rankvar\": 306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 683, \"group\": [2405.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACAAGCCTAT\", \"ini\": 2713, \"clust\": 2823, \"rank\": 841, \"rankvar\": 2115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 684, \"group\": [2823.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCGTCTGAA\", \"ini\": 2712, \"clust\": 2535, \"rank\": 951, \"rankvar\": 141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 877, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 685, \"group\": [2535.0, 454.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCCTTGACC\", \"ini\": 2711, \"clust\": 1792, \"rank\": 1022, \"rankvar\": 222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 686, \"group\": [1793.0, 379.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCATCCTAGA\", \"ini\": 2710, \"clust\": 2436, \"rank\": 642, \"rankvar\": 1730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 687, \"group\": [2437.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGGCATCG\", \"ini\": 2709, \"clust\": 2152, \"rank\": 743, \"rankvar\": 1247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 880, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 688, \"group\": [2152.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGTGACCA\", \"ini\": 2708, \"clust\": 3336, \"rank\": 727, \"rankvar\": 2706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 881, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3287, \"group\": [3337.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCAGTCCCT\", \"ini\": 2707, \"clust\": 2297, \"rank\": 792, \"rankvar\": 219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 689, \"group\": [2295.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTGACGGTA\", \"ini\": 2706, \"clust\": 2454, \"rank\": 832, \"rankvar\": 450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 883, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 690, \"group\": [2456.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATCTGT\", \"ini\": 2705, \"clust\": 1796, \"rank\": 905, \"rankvar\": 1146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 691, \"group\": [1797.0, 380.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCAGACCTAGG\", \"ini\": 2704, \"clust\": 2477, \"rank\": 705, \"rankvar\": 1709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 692, \"group\": [2477.0, 438.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCAGCGATT\", \"ini\": 2703, \"clust\": 2349, \"rank\": 907, \"rankvar\": 402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 693, \"group\": [2354.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCTATTCA\", \"ini\": 2702, \"clust\": 1851, \"rank\": 1281, \"rankvar\": 1291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 887, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 694, \"group\": [1848.0, 396.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCAAACTGTC\", \"ini\": 2701, \"clust\": 1713, \"rank\": 1156, \"rankvar\": 607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 695, \"group\": [1711.0, 327.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGGATGGAA\", \"ini\": 2700, \"clust\": 1611, \"rank\": 1259, \"rankvar\": 133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 889, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 696, \"group\": [1611.0, 295.0, 51.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGTTTGCGT\", \"ini\": 2699, \"clust\": 2805, \"rank\": 944, \"rankvar\": 1271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 697, \"group\": [2805.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTGAAGGCT\", \"ini\": 2698, \"clust\": 2399, \"rank\": 850, \"rankvar\": 382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 698, \"group\": [2400.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGTGTTTGC\", \"ini\": 2697, \"clust\": 1679, \"rank\": 811, \"rankvar\": 202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 892, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 699, \"group\": [1676.0, 317.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGCGTTA\", \"ini\": 2696, \"clust\": 2319, \"rank\": 990, \"rankvar\": 900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 700, \"group\": [2321.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAAGAAAGG\", \"ini\": 2695, \"clust\": 1614, \"rank\": 993, \"rankvar\": 856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 894, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 701, \"group\": [1614.0, 298.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGAAGGTGA\", \"ini\": 2694, \"clust\": 50, \"rank\": 211, \"rankvar\": 3440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1854, \"group\": [48.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGAGCAATT\", \"ini\": 2693, \"clust\": 2298, \"rank\": 937, \"rankvar\": 497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 896, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 702, \"group\": [2296.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCGATAGAA\", \"ini\": 2692, \"clust\": 3048, \"rank\": 750, \"rankvar\": 2787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 897, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3288, \"group\": [3047.0, 574.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACGTAAATACG\", \"ini\": 2691, \"clust\": 1325, \"rank\": 633, \"rankvar\": 3148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 898, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1722, \"group\": [1325.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGAGAGCTC\", \"ini\": 2690, \"clust\": 1836, \"rank\": 1002, \"rankvar\": 1552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 703, \"group\": [1843.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAGCTGGC\", \"ini\": 2689, \"clust\": 2278, \"rank\": 979, \"rankvar\": 1104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 900, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 704, \"group\": [2278.0, 431.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGATGGCGT\", \"ini\": 2688, \"clust\": 2155, \"rank\": 860, \"rankvar\": 1734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 705, \"group\": [2155.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGGGATACC\", \"ini\": 2687, \"clust\": 2136, \"rank\": 655, \"rankvar\": 854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 706, \"group\": [2140.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCATGTTCCC\", \"ini\": 2686, \"clust\": 2439, \"rank\": 961, \"rankvar\": 1535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 903, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 707, \"group\": [2438.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGGCGCTA\", \"ini\": 2685, \"clust\": 2556, \"rank\": 1047, \"rankvar\": 489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 708, \"group\": [2555.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGACAGGCT\", \"ini\": 2684, \"clust\": 1879, \"rank\": 861, \"rankvar\": 737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 709, \"group\": [1878.0, 406.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACCACGTG\", \"ini\": 2683, \"clust\": 2188, \"rank\": 833, \"rankvar\": 1824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 710, \"group\": [2188.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCTCTCGT\", \"ini\": 2682, \"clust\": 3133, \"rank\": 825, \"rankvar\": 440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3289, \"group\": [3134.0, 594.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTTTGGGCC\", \"ini\": 2681, \"clust\": 2263, \"rank\": 997, \"rankvar\": 485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 711, \"group\": [2267.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTTCCGTCT\", \"ini\": 2680, \"clust\": 1980, \"rank\": 661, \"rankvar\": 186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 712, \"group\": [1981.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAACCTC\", \"ini\": 2679, \"clust\": 1705, \"rank\": 999, \"rankvar\": 808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 713, \"group\": [1706.0, 326.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCAGAATA\", \"ini\": 2678, \"clust\": 3241, \"rank\": 598, \"rankvar\": 3191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3290, \"group\": [3240.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGGTTCGG\", \"ini\": 2677, \"clust\": 1820, \"rank\": 848, \"rankvar\": 1354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 714, \"group\": [1820.0, 390.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAAGTCTCGGC\", \"ini\": 2676, \"clust\": 2082, \"rank\": 917, \"rankvar\": 97, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 715, \"group\": [2083.0, 419.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGCTGCTG\", \"ini\": 2675, \"clust\": 2227, \"rank\": 830, \"rankvar\": 1604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 716, \"group\": [2227.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGCCCTTA\", \"ini\": 2674, \"clust\": 3193, \"rank\": 781, \"rankvar\": 2353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 915, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3291, \"group\": [3192.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCAGTATAAG\", \"ini\": 2673, \"clust\": 2209, \"rank\": 807, \"rankvar\": 1994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 717, \"group\": [2215.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTCTAACGT\", \"ini\": 2672, \"clust\": 2376, \"rank\": 923, \"rankvar\": 409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 917, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 718, \"group\": [2377.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCACAACGCC\", \"ini\": 2671, \"clust\": 2537, \"rank\": 710, \"rankvar\": 3017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 719, \"group\": [2536.0, 455.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGCTAGTGG\", \"ini\": 2670, \"clust\": 1329, \"rank\": 733, \"rankvar\": 2937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 919, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1723, \"group\": [1327.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTCGCTTG\", \"ini\": 2669, \"clust\": 2094, \"rank\": 916, \"rankvar\": 252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 720, \"group\": [2096.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCAACTT\", \"ini\": 2668, \"clust\": 2457, \"rank\": 1063, \"rankvar\": 530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 921, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 721, \"group\": [2458.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCTGCTGCT\", \"ini\": 2667, \"clust\": 2144, \"rank\": 946, \"rankvar\": 1339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 722, \"group\": [2143.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACTTAACG\", \"ini\": 2666, \"clust\": 3068, \"rank\": 589, \"rankvar\": 2148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3292, \"group\": [3068.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAATGTTGC\", \"ini\": 2665, \"clust\": 2095, \"rank\": 877, \"rankvar\": 871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 723, \"group\": [2094.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCCCTAACC\", \"ini\": 2664, \"clust\": 1595, \"rank\": 1083, \"rankvar\": 2759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 724, \"group\": [1596.0, 281.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCACTCCA\", \"ini\": 2663, \"clust\": 2820, \"rank\": 906, \"rankvar\": 795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 926, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 725, \"group\": [2819.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCCTCCTAG\", \"ini\": 2662, \"clust\": 1363, \"rank\": 813, \"rankvar\": 3134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 927, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1724, \"group\": [1362.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGTGACC\", \"ini\": 2661, \"clust\": 1910, \"rank\": 1145, \"rankvar\": 425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 726, \"group\": [1911.0, 411.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTAGCTGCC\", \"ini\": 2660, \"clust\": 2538, \"rank\": 950, \"rankvar\": 438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 727, \"group\": [2537.0, 455.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCCATGA\", \"ini\": 2659, \"clust\": 3075, \"rank\": 1060, \"rankvar\": 251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 930, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3293, \"group\": [3076.0, 582.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCATAAAGGT\", \"ini\": 2658, \"clust\": 3354, \"rank\": 1084, \"rankvar\": 3156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 931, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3294, \"group\": [3355.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGCCAGAA\", \"ini\": 2657, \"clust\": 2324, \"rank\": 784, \"rankvar\": 1125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 932, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 728, \"group\": [2325.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTAGCGATG\", \"ini\": 2656, \"clust\": 2301, \"rank\": 709, \"rankvar\": 594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 933, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 729, \"group\": [2303.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAGGGATA\", \"ini\": 2655, \"clust\": 3356, \"rank\": 1015, \"rankvar\": 2909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 934, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3295, \"group\": [3357.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGATACACA\", \"ini\": 2654, \"clust\": 2274, \"rank\": 815, \"rankvar\": 542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 730, \"group\": [2277.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACAGGCT\", \"ini\": 2653, \"clust\": 2315, \"rank\": 766, \"rankvar\": 976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 936, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 731, \"group\": [2315.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATCGCAT\", \"ini\": 2652, \"clust\": 2604, \"rank\": 1282, \"rankvar\": 1133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 732, \"group\": [2604.0, 462.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGAGCTTCT\", \"ini\": 2651, \"clust\": 3282, \"rank\": 594, \"rankvar\": 2558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 938, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3296, \"group\": [3285.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCCACGACG\", \"ini\": 2650, \"clust\": 1880, \"rank\": 793, \"rankvar\": 1026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 939, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 733, \"group\": [1879.0, 406.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACAAGGGTCA\", \"ini\": 2649, \"clust\": 3196, \"rank\": 828, \"rankvar\": 2599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3297, \"group\": [3194.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTGCCTTGG\", \"ini\": 2648, \"clust\": 3566, \"rank\": 2049, \"rankvar\": 3566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 941, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 32, \"group\": [3564.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACACAGATTC\", \"ini\": 2647, \"clust\": 3373, \"rank\": 973, \"rankvar\": 2703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 942, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3298, \"group\": [3373.0, 612.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGGTAACGTTC\", \"ini\": 2646, \"clust\": 2411, \"rank\": 1112, \"rankvar\": 2160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 734, \"group\": [2411.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCATCTGTT\", \"ini\": 2645, \"clust\": 3357, \"rank\": 1009, \"rankvar\": 1923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3299, \"group\": [3358.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCCGTTGTC\", \"ini\": 2644, \"clust\": 2621, \"rank\": 1177, \"rankvar\": 1095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 735, \"group\": [2620.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGGTCGAT\", \"ini\": 2643, \"clust\": 17, \"rank\": 970, \"rankvar\": 939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 946, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1834, \"group\": [17.0, 15.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCAACACGT\", \"ini\": 2642, \"clust\": 2099, \"rank\": 912, \"rankvar\": 801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 947, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 736, \"group\": [2100.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCCGATATG\", \"ini\": 2641, \"clust\": 3284, \"rank\": 770, \"rankvar\": 1376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 948, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3300, \"group\": [3284.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTCCAACC\", \"ini\": 2640, \"clust\": 2467, \"rank\": 1086, \"rankvar\": 98, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 737, \"group\": [2468.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGAGCTATA\", \"ini\": 2639, \"clust\": 1731, \"rank\": 942, \"rankvar\": 7, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 738, \"group\": [1731.0, 341.0, 61.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCAGAAATG\", \"ini\": 2638, \"clust\": 2423, \"rank\": 936, \"rankvar\": 2485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 739, \"group\": [2424.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGCATACT\", \"ini\": 2637, \"clust\": 2333, \"rank\": 1067, \"rankvar\": 567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 952, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 740, \"group\": [2333.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTTGCGCAC\", \"ini\": 2636, \"clust\": 1799, \"rank\": 1068, \"rankvar\": 410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 741, \"group\": [1800.0, 380.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCATGTCTCC\", \"ini\": 2635, \"clust\": 1944, \"rank\": 963, \"rankvar\": 397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 742, \"group\": [1945.0, 416.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCTTTACA\", \"ini\": 2634, \"clust\": 3057, \"rank\": 867, \"rankvar\": 2062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 955, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3301, \"group\": [3060.0, 577.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCCTCA\", \"ini\": 2633, \"clust\": 2618, \"rank\": 1224, \"rankvar\": 200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 743, \"group\": [2617.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCAAGTCTGT\", \"ini\": 2632, \"clust\": 3573, \"rank\": 2004, \"rankvar\": 3515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 957, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 33, \"group\": [3578.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGCGATATA\", \"ini\": 2631, \"clust\": 2189, \"rank\": 1095, \"rankvar\": 347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 744, \"group\": [2190.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGTGGAG\", \"ini\": 2630, \"clust\": 2249, \"rank\": 666, \"rankvar\": 1609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 745, \"group\": [2250.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAATGGATA\", \"ini\": 2629, \"clust\": 1704, \"rank\": 1250, \"rankvar\": 1280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 746, \"group\": [1707.0, 326.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTTGAGTTC\", \"ini\": 2628, \"clust\": 3302, \"rank\": 688, \"rankvar\": 2732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 961, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3302, \"group\": [3303.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGATAGGAG\", \"ini\": 2627, \"clust\": 2840, \"rank\": 949, \"rankvar\": 2765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 747, \"group\": [2839.0, 493.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTATGAAAC\", \"ini\": 2626, \"clust\": 1732, \"rank\": 1140, \"rankvar\": 79, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 748, \"group\": [1732.0, 342.0, 61.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGGAACGG\", \"ini\": 2625, \"clust\": 1865, \"rank\": 837, \"rankvar\": 765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 964, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 749, \"group\": [1868.0, 405.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGGTCTCG\", \"ini\": 2624, \"clust\": 2268, \"rank\": 1120, \"rankvar\": 1396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 750, \"group\": [2268.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTACGATA\", \"ini\": 2623, \"clust\": 2192, \"rank\": 862, \"rankvar\": 2619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 751, \"group\": [2193.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGAACCT\", \"ini\": 2622, \"clust\": 1402, \"rank\": 1205, \"rankvar\": 671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 752, \"group\": [1401.0, 223.0, 40.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCGTAGTA\", \"ini\": 2621, \"clust\": 2683, \"rank\": 1181, \"rankvar\": 846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 753, \"group\": [2682.0, 473.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCCACATCCAA\", \"ini\": 2620, \"clust\": 1336, \"rank\": 863, \"rankvar\": 2992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 969, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1725, \"group\": [1341.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACGATGT\", \"ini\": 2619, \"clust\": 3303, \"rank\": 648, \"rankvar\": 2997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 970, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3303, \"group\": [3304.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGATCTGAA\", \"ini\": 2618, \"clust\": 2143, \"rank\": 834, \"rankvar\": 989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 971, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 754, \"group\": [2145.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAGAAAGG\", \"ini\": 2617, \"clust\": 1281, \"rank\": 1193, \"rankvar\": 2858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 972, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1726, \"group\": [1283.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTGGTCCGT\", \"ini\": 2616, \"clust\": 3299, \"rank\": 616, \"rankvar\": 2582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 973, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3304, \"group\": [3299.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGTCACGCC\", \"ini\": 2615, \"clust\": 2458, \"rank\": 1137, \"rankvar\": 65, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 755, \"group\": [2459.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTACTCTCC\", \"ini\": 2614, \"clust\": 2156, \"rank\": 820, \"rankvar\": 1187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 756, \"group\": [2156.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGCCACTAT\", \"ini\": 2613, \"clust\": 3509, \"rank\": 1636, \"rankvar\": 3368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 976, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 34, \"group\": [3507.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGCTAAACA\", \"ini\": 2612, \"clust\": 2558, \"rank\": 1362, \"rankvar\": 1318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 757, \"group\": [2557.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAATAGCAA\", \"ini\": 2611, \"clust\": 1335, \"rank\": 794, \"rankvar\": 3254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1727, \"group\": [1334.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGGTGTCCTCT\", \"ini\": 2610, \"clust\": 1972, \"rank\": 887, \"rankvar\": 660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 758, \"group\": [1975.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAGCTGGT\", \"ini\": 2609, \"clust\": 2797, \"rank\": 1019, \"rankvar\": 178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 759, \"group\": [2798.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTGTTGAGTTC\", \"ini\": 2608, \"clust\": 2222, \"rank\": 948, \"rankvar\": 479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 760, \"group\": [2222.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCCATTC\", \"ini\": 2607, \"clust\": 1881, \"rank\": 1004, \"rankvar\": 426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 761, \"group\": [1880.0, 406.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACAGTCAGAG\", \"ini\": 2606, \"clust\": 1631, \"rank\": 1216, \"rankvar\": 2262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 762, \"group\": [1629.0, 306.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCGCCTGAG\", \"ini\": 2605, \"clust\": 2437, \"rank\": 801, \"rankvar\": 1728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 984, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 763, \"group\": [2457.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAGTTAACC\", \"ini\": 2604, \"clust\": 2654, \"rank\": 1076, \"rankvar\": 1013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 764, \"group\": [2652.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGAACTGTA\", \"ini\": 2603, \"clust\": 3317, \"rank\": 628, \"rankvar\": 2173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 986, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3305, \"group\": [3318.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACACCGAAAG\", \"ini\": 2602, \"clust\": 3471, \"rank\": 1492, \"rankvar\": 3475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 987, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 35, \"group\": [3471.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCATCTGTT\", \"ini\": 2601, \"clust\": 2337, \"rank\": 1155, \"rankvar\": 108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 765, \"group\": [2338.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCTTGCCGT\", \"ini\": 2600, \"clust\": 2279, \"rank\": 897, \"rankvar\": 675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 989, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 766, \"group\": [2279.0, 431.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGCGTAGTG\", \"ini\": 2599, \"clust\": 2676, \"rank\": 1148, \"rankvar\": 2105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 990, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 767, \"group\": [2674.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCCTGCTT\", \"ini\": 2598, \"clust\": 1232, \"rank\": 1657, \"rankvar\": 1539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 991, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1673, \"group\": [1233.0, 187.0, 31.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTAGCTCCG\", \"ini\": 2597, \"clust\": 2157, \"rank\": 676, \"rankvar\": 1090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 768, \"group\": [2158.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGCTGAACG\", \"ini\": 2596, \"clust\": 3126, \"rank\": 971, \"rankvar\": 2162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 993, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3306, \"group\": [3125.0, 592.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCCAACAG\", \"ini\": 2595, \"clust\": 2280, \"rank\": 1301, \"rankvar\": 1207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 769, \"group\": [2283.0, 431.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTTAACGA\", \"ini\": 2594, \"clust\": 2166, \"rank\": 708, \"rankvar\": 606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 770, \"group\": [2168.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAAGA\", \"ini\": 2593, \"clust\": 2211, \"rank\": 823, \"rankvar\": 1472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 996, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 771, \"group\": [2211.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAGCCTAA\", \"ini\": 2592, \"clust\": 2672, \"rank\": 1219, \"rankvar\": 616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 772, \"group\": [2671.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGAGGGAGTAA\", \"ini\": 2591, \"clust\": 3140, \"rank\": 791, \"rankvar\": 2651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 998, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3307, \"group\": [3140.0, 595.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAAACAAG\", \"ini\": 2590, \"clust\": 2321, \"rank\": 900, \"rankvar\": 1053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 999, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 773, \"group\": [2320.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGATGTAAC\", \"ini\": 2589, \"clust\": 1835, \"rank\": 884, \"rankvar\": 2493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1000, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 774, \"group\": [1835.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCAAATCA\", \"ini\": 2588, \"clust\": 1288, \"rank\": 1382, \"rankvar\": 2861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1001, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1728, \"group\": [1286.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGCATGTG\", \"ini\": 2587, \"clust\": 1340, \"rank\": 1215, \"rankvar\": 2995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1002, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1729, \"group\": [1338.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCTACGA\", \"ini\": 2586, \"clust\": 2257, \"rank\": 1035, \"rankvar\": 267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 775, \"group\": [2263.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTTGGTTTG\", \"ini\": 2585, \"clust\": 3274, \"rank\": 690, \"rankvar\": 1674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3308, \"group\": [3272.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGGCAAAGA\", \"ini\": 2584, \"clust\": 2839, \"rank\": 1069, \"rankvar\": 1198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 776, \"group\": [2841.0, 493.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCAGTAGT\", \"ini\": 2583, \"clust\": 2120, \"rank\": 1203, \"rankvar\": 2044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1006, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 777, \"group\": [2119.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCACGAAT\", \"ini\": 2582, \"clust\": 2451, \"rank\": 972, \"rankvar\": 1907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 778, \"group\": [2453.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGACGGA\", \"ini\": 2581, \"clust\": 2429, \"rank\": 892, \"rankvar\": 1102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1008, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 779, \"group\": [2429.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGACTG\", \"ini\": 2580, \"clust\": 3487, \"rank\": 1672, \"rankvar\": 2671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1009, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 36, \"group\": [3489.0, 647.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCATGAAC\", \"ini\": 2579, \"clust\": 1784, \"rank\": 1024, \"rankvar\": 247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1010, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 780, \"group\": [1786.0, 376.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTTCGTGAT\", \"ini\": 2578, \"clust\": 2456, \"rank\": 1097, \"rankvar\": 1031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1011, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 781, \"group\": [2455.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCCGTTAA\", \"ini\": 2577, \"clust\": 2341, \"rank\": 977, \"rankvar\": 903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 782, \"group\": [2342.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCAACATC\", \"ini\": 2576, \"clust\": 3071, \"rank\": 1122, \"rankvar\": 2071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1013, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3309, \"group\": [3074.0, 581.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATCTACGA\", \"ini\": 2575, \"clust\": 2395, \"rank\": 1051, \"rankvar\": 732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1014, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 783, \"group\": [2399.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCAATC\", \"ini\": 2574, \"clust\": 2224, \"rank\": 843, \"rankvar\": 1250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 784, \"group\": [2224.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCAGCGTA\", \"ini\": 2573, \"clust\": 1911, \"rank\": 1021, \"rankvar\": 781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1016, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 785, \"group\": [1912.0, 411.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTTACGGG\", \"ini\": 2572, \"clust\": 1350, \"rank\": 1309, \"rankvar\": 2857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1017, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1730, \"group\": [1350.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGGATGTAT\", \"ini\": 2571, \"clust\": 1676, \"rank\": 1020, \"rankvar\": 324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1018, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 786, \"group\": [1678.0, 317.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTAGCGTAG\", \"ini\": 2570, \"clust\": 1947, \"rank\": 634, \"rankvar\": 2287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 787, \"group\": [1951.0, 416.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGGAACTGC\", \"ini\": 2569, \"clust\": 1785, \"rank\": 1197, \"rankvar\": 1099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 788, \"group\": [1784.0, 376.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCATGTAGTC\", \"ini\": 2568, \"clust\": 1882, \"rank\": 995, \"rankvar\": 228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 789, \"group\": [1885.0, 408.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCGGAAATA\", \"ini\": 2567, \"clust\": 2818, \"rank\": 1062, \"rankvar\": 953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1022, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 790, \"group\": [2822.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGGCACATG\", \"ini\": 2566, \"clust\": 1864, \"rank\": 931, \"rankvar\": 617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 791, \"group\": [1863.0, 403.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGTCAGAG\", \"ini\": 2565, \"clust\": 2310, \"rank\": 1042, \"rankvar\": 2383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 792, \"group\": [2311.0, 433.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTCTAGAGG\", \"ini\": 2564, \"clust\": 51, \"rank\": 292, \"rankvar\": 3500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1025, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1855, \"group\": [49.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGGCTCTTA\", \"ini\": 2563, \"clust\": 3432, \"rank\": 1684, \"rankvar\": 3062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1026, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 37, \"group\": [3435.0, 630.0, 91.0, 21.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTTCCCGAG\", \"ini\": 2562, \"clust\": 2661, \"rank\": 992, \"rankvar\": 2235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 793, \"group\": [2661.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCCGTCAAA\", \"ini\": 2561, \"clust\": 3434, \"rank\": 1212, \"rankvar\": 3250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1028, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3560, \"group\": [3434.0, 629.0, 91.0, 21.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATGATCCA\", \"ini\": 2560, \"clust\": 3123, \"rank\": 1257, \"rankvar\": 869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1029, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3310, \"group\": [3130.0, 593.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACTCGTCGTTC\", \"ini\": 2559, \"clust\": 1289, \"rank\": 1388, \"rankvar\": 3276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1030, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1731, \"group\": [1287.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACAGAGGT\", \"ini\": 2558, \"clust\": 1341, \"rank\": 1059, \"rankvar\": 3385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1732, \"group\": [1339.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTAAATACG\", \"ini\": 2557, \"clust\": 1262, \"rank\": 1183, \"rankvar\": 3275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1032, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1733, \"group\": [1262.0, 203.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACATTAGC\", \"ini\": 2556, \"clust\": 2161, \"rank\": 880, \"rankvar\": 1729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1033, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 794, \"group\": [2161.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAACGCACC\", \"ini\": 2555, \"clust\": 2933, \"rank\": 1658, \"rankvar\": 859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1034, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3311, \"group\": [2934.0, 530.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAAAGCAAT\", \"ini\": 2554, \"clust\": 1804, \"rank\": 1329, \"rankvar\": 220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 795, \"group\": [1804.0, 382.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGGTACC\", \"ini\": 2553, \"clust\": 2085, \"rank\": 1057, \"rankvar\": 183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1036, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 796, \"group\": [2085.0, 420.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGTCAGATAAG\", \"ini\": 2552, \"clust\": 1321, \"rank\": 822, \"rankvar\": 3150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1734, \"group\": [1321.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGCATGTG\", \"ini\": 2551, \"clust\": 2808, \"rank\": 1154, \"rankvar\": 1765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 797, \"group\": [2810.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGTGCA\", \"ini\": 2550, \"clust\": 2430, \"rank\": 859, \"rankvar\": 1660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 798, \"group\": [2430.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTAATGA\", \"ini\": 2549, \"clust\": 3059, \"rank\": 704, \"rankvar\": 2394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1040, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3312, \"group\": [3059.0, 577.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTAATCACC\", \"ini\": 2548, \"clust\": 3166, \"rank\": 613, \"rankvar\": 3209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1041, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3313, \"group\": [3170.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGGTGACCA\", \"ini\": 2547, \"clust\": 1693, \"rank\": 1050, \"rankvar\": 796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1042, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 799, \"group\": [1692.0, 322.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTCCAGGA\", \"ini\": 2546, \"clust\": 3217, \"rank\": 1046, \"rankvar\": 2753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1043, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3314, \"group\": [3216.0, 602.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTATTCTC\", \"ini\": 2545, \"clust\": 2816, \"rank\": 954, \"rankvar\": 696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1044, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 800, \"group\": [2817.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCATGCTC\", \"ini\": 2544, \"clust\": 2370, \"rank\": 817, \"rankvar\": 434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1045, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 801, \"group\": [2370.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGAGCTGCA\", \"ini\": 2543, \"clust\": 2194, \"rank\": 1032, \"rankvar\": 1088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 802, \"group\": [2194.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTACTTGAC\", \"ini\": 2542, \"clust\": 2502, \"rank\": 1124, \"rankvar\": 2365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1047, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 803, \"group\": [2503.0, 445.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGAGCGAG\", \"ini\": 2541, \"clust\": 2097, \"rank\": 1117, \"rankvar\": 142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 804, \"group\": [2102.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGAATCCA\", \"ini\": 2540, \"clust\": 3293, \"rank\": 869, \"rankvar\": 3004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3315, \"group\": [3294.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGGTAAG\", \"ini\": 2539, \"clust\": 3041, \"rank\": 984, \"rankvar\": 2590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1050, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3316, \"group\": [3040.0, 573.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGTTCGATC\", \"ini\": 2538, \"clust\": 3468, \"rank\": 1655, \"rankvar\": 3512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1051, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 38, \"group\": [3468.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTCTGGAGA\", \"ini\": 2537, \"clust\": 1740, \"rank\": 1141, \"rankvar\": 1988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 805, \"group\": [1740.0, 349.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCAGACACTT\", \"ini\": 2536, \"clust\": 2668, \"rank\": 1173, \"rankvar\": 1767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 806, \"group\": [2666.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCTGTACGA\", \"ini\": 2535, \"clust\": 2250, \"rank\": 826, \"rankvar\": 1524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1054, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 807, \"group\": [2251.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTATCCTA\", \"ini\": 2534, \"clust\": 2266, \"rank\": 998, \"rankvar\": 1544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1055, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 808, \"group\": [2265.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATGCTTG\", \"ini\": 2533, \"clust\": 1251, \"rank\": 765, \"rankvar\": 1423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1056, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3317, \"group\": [1251.0, 200.0, 34.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACCGGAAA\", \"ini\": 2532, \"clust\": 3239, \"rank\": 571, \"rankvar\": 2925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1057, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3318, \"group\": [3241.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCAACCATG\", \"ini\": 2531, \"clust\": 2121, \"rank\": 1074, \"rankvar\": 891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 809, \"group\": [2120.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGCATCG\", \"ini\": 2530, \"clust\": 1618, \"rank\": 1325, \"rankvar\": 451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 810, \"group\": [1616.0, 299.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACAACGATGG\", \"ini\": 2529, \"clust\": 2813, \"rank\": 875, \"rankvar\": 1239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1060, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 811, \"group\": [2813.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACAGGAGT\", \"ini\": 2528, \"clust\": 2415, \"rank\": 1087, \"rankvar\": 2367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 812, \"group\": [2416.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATAAGACA\", \"ini\": 2527, \"clust\": 2811, \"rank\": 955, \"rankvar\": 1532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 813, \"group\": [2814.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCAAGGTAA\", \"ini\": 2526, \"clust\": 2311, \"rank\": 1045, \"rankvar\": 721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1063, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 814, \"group\": [2309.0, 433.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTCCTCCAT\", \"ini\": 2525, \"clust\": 2669, \"rank\": 1214, \"rankvar\": 999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 815, \"group\": [2667.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTTCTGTTT\", \"ini\": 2524, \"clust\": 2821, \"rank\": 1190, \"rankvar\": 562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1065, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 816, \"group\": [2820.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTGACTCAT\", \"ini\": 2523, \"clust\": 3200, \"rank\": 976, \"rankvar\": 3009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1066, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3319, \"group\": [3201.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACAGTCGC\", \"ini\": 2522, \"clust\": 2809, \"rank\": 1048, \"rankvar\": 1810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1067, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 817, \"group\": [2808.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGCTCCT\", \"ini\": 2521, \"clust\": 2184, \"rank\": 868, \"rankvar\": 1421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1068, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 818, \"group\": [2184.0, 427.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGGACAGAA\", \"ini\": 2520, \"clust\": 3276, \"rank\": 1090, \"rankvar\": 2108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3320, \"group\": [3276.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCGTGTAAGTA\", \"ini\": 2519, \"clust\": 3028, \"rank\": 1104, \"rankvar\": 1802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1070, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3321, \"group\": [3026.0, 565.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACGCATA\", \"ini\": 2518, \"clust\": 2420, \"rank\": 1107, \"rankvar\": 1008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 819, \"group\": [2421.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGCTCTTC\", \"ini\": 2517, \"clust\": 2247, \"rank\": 856, \"rankvar\": 2260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1072, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 820, \"group\": [2247.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGTGGGTTG\", \"ini\": 2516, \"clust\": 2236, \"rank\": 1023, \"rankvar\": 1586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1073, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 821, \"group\": [2237.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTCGGGTCT\", \"ini\": 2515, \"clust\": 2806, \"rank\": 994, \"rankvar\": 826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1074, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 822, \"group\": [2806.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCTGGGCCA\", \"ini\": 2514, \"clust\": 2794, \"rank\": 1111, \"rankvar\": 1718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 823, \"group\": [2794.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACTAGTAC\", \"ini\": 2513, \"clust\": 3564, \"rank\": 2086, \"rankvar\": 3546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1076, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 39, \"group\": [3563.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGCCTCGTG\", \"ini\": 2512, \"clust\": 1855, \"rank\": 1036, \"rankvar\": 137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 824, \"group\": [1858.0, 400.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCATTCACTT\", \"ini\": 2511, \"clust\": 1675, \"rank\": 1041, \"rankvar\": 2045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1078, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 825, \"group\": [1674.0, 317.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTAACGACG\", \"ini\": 2510, \"clust\": 2803, \"rank\": 1025, \"rankvar\": 1276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 826, \"group\": [2804.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGCATGTG\", \"ini\": 2509, \"clust\": 3202, \"rank\": 836, \"rankvar\": 1326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1080, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3322, \"group\": [3205.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATAAGCA\", \"ini\": 2508, \"clust\": 2462, \"rank\": 975, \"rankvar\": 412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 827, \"group\": [2466.0, 436.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTACGAGT\", \"ini\": 2507, \"clust\": 62, \"rank\": 758, \"rankvar\": 91, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1856, \"group\": [65.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCCTCAATT\", \"ini\": 2506, \"clust\": 1366, \"rank\": 1247, \"rankvar\": 2910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1083, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1735, \"group\": [1366.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGAGGTG\", \"ini\": 2505, \"clust\": 3325, \"rank\": 878, \"rankvar\": 2371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1084, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3323, \"group\": [3325.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCTGATTCT\", \"ini\": 2504, \"clust\": 2442, \"rank\": 1007, \"rankvar\": 1834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1085, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 828, \"group\": [2440.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGTCTTACCGC\", \"ini\": 2503, \"clust\": 48, \"rank\": 354, \"rankvar\": 3112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1857, \"group\": [66.0, 29.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGCAATTA\", \"ini\": 2502, \"clust\": 2968, \"rank\": 889, \"rankvar\": 1184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1087, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3324, \"group\": [2967.0, 544.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTTCTGTTTGT\", \"ini\": 2501, \"clust\": 2798, \"rank\": 957, \"rankvar\": 1351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1088, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 829, \"group\": [2799.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTTACCAGT\", \"ini\": 2500, \"clust\": 2326, \"rank\": 1038, \"rankvar\": 487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 830, \"group\": [2331.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCACAGATTC\", \"ini\": 2499, \"clust\": 2180, \"rank\": 968, \"rankvar\": 1646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1090, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 831, \"group\": [2181.0, 427.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCATTAACCG\", \"ini\": 2498, \"clust\": 2965, \"rank\": 1264, \"rankvar\": 1712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1091, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3325, \"group\": [2965.0, 544.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTTCCCT\", \"ini\": 2497, \"clust\": 2244, \"rank\": 964, \"rankvar\": 2607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 832, \"group\": [2245.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCTCCCATTAT\", \"ini\": 2496, \"clust\": 3427, \"rank\": 787, \"rankvar\": 2767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1093, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 161, \"group\": [3426.0, 624.0, 88.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGACAGGCT\", \"ini\": 2495, \"clust\": 2277, \"rank\": 1085, \"rankvar\": 1533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 833, \"group\": [2280.0, 431.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCATGCCG\", \"ini\": 2494, \"clust\": 3194, \"rank\": 816, \"rankvar\": 2665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1095, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3326, \"group\": [3193.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTTTCGCTC\", \"ini\": 2493, \"clust\": 3244, \"rank\": 531, \"rankvar\": 3045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1096, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3327, \"group\": [3243.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGCGATCCC\", \"ini\": 2492, \"clust\": 1227, \"rank\": 1303, \"rankvar\": 224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1097, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1674, \"group\": [1229.0, 183.0, 29.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTGAGAT\", \"ini\": 2491, \"clust\": 3201, \"rank\": 1162, \"rankvar\": 1808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1098, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3328, \"group\": [3202.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATGCTCC\", \"ini\": 2490, \"clust\": 3472, \"rank\": 1808, \"rankvar\": 3479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 40, \"group\": [3472.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCACATACG\", \"ini\": 2489, \"clust\": 2342, \"rank\": 1055, \"rankvar\": 102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 834, \"group\": [2343.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTCGTGC\", \"ini\": 2488, \"clust\": 1623, \"rank\": 1541, \"rankvar\": 395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 835, \"group\": [1621.0, 301.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAAGAGTCTGG\", \"ini\": 2487, \"clust\": 2793, \"rank\": 1286, \"rankvar\": 1442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1102, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 836, \"group\": [2796.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTGGC\", \"ini\": 2486, \"clust\": 2842, \"rank\": 1100, \"rankvar\": 1071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 837, \"group\": [2849.0, 495.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACAACA\", \"ini\": 2485, \"clust\": 2622, \"rank\": 1161, \"rankvar\": 245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 838, \"group\": [2621.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCTCAAACG\", \"ini\": 2484, \"clust\": 1802, \"rank\": 1323, \"rankvar\": 128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 839, \"group\": [1802.0, 381.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTATCGCAT\", \"ini\": 2483, \"clust\": 2824, \"rank\": 1166, \"rankvar\": 2431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1106, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 840, \"group\": [2824.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCGCATGAT\", \"ini\": 2482, \"clust\": 2400, \"rank\": 1033, \"rankvar\": 192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 841, \"group\": [2401.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACACTTGGAT\", \"ini\": 2481, \"clust\": 2509, \"rank\": 1285, \"rankvar\": 1330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 842, \"group\": [2515.0, 448.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCCAGGAT\", \"ini\": 2480, \"clust\": 2190, \"rank\": 1125, \"rankvar\": 1547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1109, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 843, \"group\": [2191.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGATCTGCAGTA\", \"ini\": 2479, \"clust\": 2504, \"rank\": 1280, \"rankvar\": 1549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1110, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 844, \"group\": [2502.0, 445.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGCATCTA\", \"ini\": 2478, \"clust\": 2248, \"rank\": 890, \"rankvar\": 1560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 845, \"group\": [2248.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAGTCGC\", \"ini\": 2477, \"clust\": 2096, \"rank\": 966, \"rankvar\": 1164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 846, \"group\": [2095.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTCACCTAA\", \"ini\": 2476, \"clust\": 2251, \"rank\": 786, \"rankvar\": 2487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 847, \"group\": [2252.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTCCCTGA\", \"ini\": 2475, \"clust\": 3365, \"rank\": 983, \"rankvar\": 2749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1114, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3329, \"group\": [3371.0, 611.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCATTTCAGG\", \"ini\": 2474, \"clust\": 1951, \"rank\": 876, \"rankvar\": 1335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1115, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 848, \"group\": [1954.0, 417.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAGACTTA\", \"ini\": 2473, \"clust\": 2831, \"rank\": 1099, \"rankvar\": 744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 849, \"group\": [2830.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGCCAAAT\", \"ini\": 2472, \"clust\": 1583, \"rank\": 1575, \"rankvar\": 117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 850, \"group\": [1595.0, 280.0, 46.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCAGGCTA\", \"ini\": 2471, \"clust\": 2424, \"rank\": 1012, \"rankvar\": 2499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 851, \"group\": [2425.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAATCACAC\", \"ini\": 2470, \"clust\": 2475, \"rank\": 1066, \"rankvar\": 655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 852, \"group\": [2476.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAAGACACG\", \"ini\": 2469, \"clust\": 2851, \"rank\": 1165, \"rankvar\": 537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1120, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 853, \"group\": [2850.0, 496.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCACCTTGTC\", \"ini\": 2468, \"clust\": 2452, \"rank\": 938, \"rankvar\": 958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 854, \"group\": [2451.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGAGCAATT\", \"ini\": 2467, \"clust\": 2165, \"rank\": 1017, \"rankvar\": 508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1122, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 855, \"group\": [2169.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTGTCAAG\", \"ini\": 2466, \"clust\": 2799, \"rank\": 1077, \"rankvar\": 1970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 856, \"group\": [2800.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTCCCTTGT\", \"ini\": 2465, \"clust\": 2817, \"rank\": 1235, \"rankvar\": 1989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 857, \"group\": [2818.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCGTCTGCT\", \"ini\": 2464, \"clust\": 1945, \"rank\": 1058, \"rankvar\": 352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 858, \"group\": [1946.0, 416.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTTTGGCGC\", \"ini\": 2463, \"clust\": 2857, \"rank\": 1210, \"rankvar\": 1158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1126, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 859, \"group\": [2860.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAATGCCAT\", \"ini\": 2462, \"clust\": 2260, \"rank\": 1292, \"rankvar\": 275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 860, \"group\": [2259.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGCGATCC\", \"ini\": 2461, \"clust\": 3197, \"rank\": 1106, \"rankvar\": 1708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3330, \"group\": [3195.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATTGGTAC\", \"ini\": 2460, \"clust\": 3070, \"rank\": 851, \"rankvar\": 2748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3331, \"group\": [3070.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTATAGGTA\", \"ini\": 2459, \"clust\": 2693, \"rank\": 1208, \"rankvar\": 1558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 861, \"group\": [2694.0, 476.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGAAGCAC\", \"ini\": 2458, \"clust\": 2139, \"rank\": 1129, \"rankvar\": 522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1131, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 862, \"group\": [2138.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCTGAT\", \"ini\": 2457, \"clust\": 3555, \"rank\": 2022, \"rankvar\": 3586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 41, \"group\": [3554.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGTCATTTGGG\", \"ini\": 2456, \"clust\": 1287, \"rank\": 1591, \"rankvar\": 3278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1133, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1736, \"group\": [1288.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGCTATA\", \"ini\": 2455, \"clust\": 2613, \"rank\": 1422, \"rankvar\": 1566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1134, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 863, \"group\": [2615.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCTGCAAT\", \"ini\": 2454, \"clust\": 1601, \"rank\": 1091, \"rankvar\": 2168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 864, \"group\": [1600.0, 285.0, 49.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGGGTTTCT\", \"ini\": 2453, \"clust\": 2815, \"rank\": 1081, \"rankvar\": 1214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 865, \"group\": [2816.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAATAGAGT\", \"ini\": 2452, \"clust\": 1808, \"rank\": 1374, \"rankvar\": 759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 866, \"group\": [1812.0, 386.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAAGCCTAT\", \"ini\": 2451, \"clust\": 2116, \"rank\": 934, \"rankvar\": 1275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 867, \"group\": [2115.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCCGAACGC\", \"ini\": 2450, \"clust\": 3221, \"rank\": 864, \"rankvar\": 2758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1139, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3332, \"group\": [3225.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCACCTTGTC\", \"ini\": 2449, \"clust\": 2649, \"rank\": 1359, \"rankvar\": 1342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 868, \"group\": [2648.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGAGTCTGG\", \"ini\": 2448, \"clust\": 2786, \"rank\": 1349, \"rankvar\": 1413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1141, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 869, \"group\": [2785.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAAGGACAC\", \"ini\": 2447, \"clust\": 3278, \"rank\": 967, \"rankvar\": 2768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3333, \"group\": [3279.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTCGCATC\", \"ini\": 2446, \"clust\": 2323, \"rank\": 1245, \"rankvar\": 815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 870, \"group\": [2324.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGTAAA\", \"ini\": 2445, \"clust\": 2653, \"rank\": 1408, \"rankvar\": 1921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 871, \"group\": [2654.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACATCTTGCATT\", \"ini\": 2444, \"clust\": 2105, \"rank\": 1028, \"rankvar\": 493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 872, \"group\": [2105.0, 422.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACGCCAGT\", \"ini\": 2443, \"clust\": 2847, \"rank\": 1343, \"rankvar\": 911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 873, \"group\": [2845.0, 494.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACATTGCGGC\", \"ini\": 2442, \"clust\": 1696, \"rank\": 1379, \"rankvar\": 244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1147, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 874, \"group\": [1700.0, 323.0, 54.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGATGTGGC\", \"ini\": 2441, \"clust\": 2, \"rank\": 1108, \"rankvar\": 255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1858, \"group\": [3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTGGTTTCA\", \"ini\": 2440, \"clust\": 2302, \"rank\": 1043, \"rankvar\": 389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 875, \"group\": [2302.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAACACCTA\", \"ini\": 2439, \"clust\": 2658, \"rank\": 1171, \"rankvar\": 1398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1150, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 876, \"group\": [2657.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCTACCTC\", \"ini\": 2438, \"clust\": 2634, \"rank\": 1426, \"rankvar\": 2525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 877, \"group\": [2633.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAATTCCTT\", \"ini\": 2437, \"clust\": 2131, \"rank\": 1395, \"rankvar\": 2059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 878, \"group\": [2134.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGCGCAA\", \"ini\": 2436, \"clust\": 2577, \"rank\": 1206, \"rankvar\": 354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 879, \"group\": [2576.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGTAGGTGC\", \"ini\": 2435, \"clust\": 2378, \"rank\": 1179, \"rankvar\": 642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 880, \"group\": [2379.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCAATCTC\", \"ini\": 2434, \"clust\": 2216, \"rank\": 1269, \"rankvar\": 631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 881, \"group\": [2216.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTTGTAGA\", \"ini\": 2433, \"clust\": 3424, \"rank\": 913, \"rankvar\": 3011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1156, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 42, \"group\": [3428.0, 626.0, 89.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAAATGTG\", \"ini\": 2432, \"clust\": 1888, \"rank\": 1299, \"rankvar\": 1463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 882, \"group\": [1889.0, 408.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTACCGCTG\", \"ini\": 2431, \"clust\": 2697, \"rank\": 1172, \"rankvar\": 1397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 883, \"group\": [2698.0, 476.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCACATGGGA\", \"ini\": 2430, \"clust\": 2167, \"rank\": 891, \"rankvar\": 1892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1159, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 884, \"group\": [2166.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGATCTGAA\", \"ini\": 2429, \"clust\": 1806, \"rank\": 1239, \"rankvar\": 1840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 885, \"group\": [1807.0, 384.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCGCCTCA\", \"ini\": 2428, \"clust\": 2966, \"rank\": 1070, \"rankvar\": 1522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3334, \"group\": [2968.0, 544.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGTTTGGT\", \"ini\": 2427, \"clust\": 3141, \"rank\": 909, \"rankvar\": 1880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3335, \"group\": [3145.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTATTAGCC\", \"ini\": 2426, \"clust\": 2546, \"rank\": 1461, \"rankvar\": 1420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 886, \"group\": [2543.0, 457.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGAGGGATA\", \"ini\": 2425, \"clust\": 2640, \"rank\": 1314, \"rankvar\": 113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 887, \"group\": [2641.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTGAGTATA\", \"ini\": 2424, \"clust\": 2788, \"rank\": 1253, \"rankvar\": 159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 888, \"group\": [2789.0, 490.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGGCTAGAC\", \"ini\": 2423, \"clust\": 2218, \"rank\": 1034, \"rankvar\": 1061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 889, \"group\": [2218.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTCCTGCTT\", \"ini\": 2422, \"clust\": 2599, \"rank\": 1656, \"rankvar\": 959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 890, \"group\": [2599.0, 462.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAGACGCCT\", \"ini\": 2421, \"clust\": 2471, \"rank\": 1073, \"rankvar\": 2350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 891, \"group\": [2472.0, 437.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGTAGTGCG\", \"ini\": 2420, \"clust\": 3029, \"rank\": 1167, \"rankvar\": 2150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3336, \"group\": [3027.0, 565.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTAGAACAATC\", \"ini\": 2419, \"clust\": 2214, \"rank\": 853, \"rankvar\": 1694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 892, \"group\": [2213.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCGGTGTCG\", \"ini\": 2418, \"clust\": 2175, \"rank\": 1110, \"rankvar\": 2581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 893, \"group\": [2175.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTCAATAG\", \"ini\": 2417, \"clust\": 1261, \"rank\": 1505, \"rankvar\": 2935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1172, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1737, \"group\": [1261.0, 203.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAGCTGGT\", \"ini\": 2416, \"clust\": 2325, \"rank\": 1080, \"rankvar\": 843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 894, \"group\": [2326.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGCGACC\", \"ini\": 2415, \"clust\": 2241, \"rank\": 1010, \"rankvar\": 329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 895, \"group\": [2244.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACATTGAGCT\", \"ini\": 2414, \"clust\": 2638, \"rank\": 1530, \"rankvar\": 2986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 896, \"group\": [2636.0, 465.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCGAATCT\", \"ini\": 2413, \"clust\": 2446, \"rank\": 1098, \"rankvar\": 2017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 897, \"group\": [2444.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCCCTAAT\", \"ini\": 2412, \"clust\": 2106, \"rank\": 1192, \"rankvar\": 923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 898, \"group\": [2106.0, 422.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTAACTGG\", \"ini\": 2411, \"clust\": 2147, \"rank\": 1252, \"rankvar\": 2366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 899, \"group\": [2147.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGAGCTC\", \"ini\": 2410, \"clust\": 2443, \"rank\": 858, \"rankvar\": 1445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 900, \"group\": [2441.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGACGAA\", \"ini\": 2409, \"clust\": 1821, \"rank\": 921, \"rankvar\": 2343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 901, \"group\": [1821.0, 390.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGAAACCTA\", \"ini\": 2408, \"clust\": 3049, \"rank\": 1078, \"rankvar\": 2265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1181, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3337, \"group\": [3048.0, 574.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCTGCC\", \"ini\": 2407, \"clust\": 3152, \"rank\": 985, \"rankvar\": 1853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1182, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3338, \"group\": [3152.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTCTCTTTA\", \"ini\": 2406, \"clust\": 2845, \"rank\": 1196, \"rankvar\": 154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 902, \"group\": [2848.0, 494.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTAGAGC\", \"ini\": 2405, \"clust\": 3310, \"rank\": 865, \"rankvar\": 3171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3339, \"group\": [3309.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGCCGATTT\", \"ini\": 2404, \"clust\": 2695, \"rank\": 1221, \"rankvar\": 961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 903, \"group\": [2696.0, 476.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCATTCACT\", \"ini\": 2403, \"clust\": 3195, \"rank\": 1135, \"rankvar\": 2395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1186, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3340, \"group\": [3196.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTCACGGC\", \"ini\": 2402, \"clust\": 2696, \"rank\": 1228, \"rankvar\": 1951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 904, \"group\": [2697.0, 476.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCATGCAAC\", \"ini\": 2401, \"clust\": 1839, \"rank\": 1284, \"rankvar\": 254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 905, \"group\": [1837.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCGCGTTT\", \"ini\": 2400, \"clust\": 2176, \"rank\": 919, \"rankvar\": 1515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 906, \"group\": [2176.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCACTAT\", \"ini\": 2399, \"clust\": 2942, \"rank\": 1780, \"rankvar\": 880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1190, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3341, \"group\": [2942.0, 534.0, 77.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGTCAGCC\", \"ini\": 2398, \"clust\": 2838, \"rank\": 1396, \"rankvar\": 2510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 907, \"group\": [2842.0, 493.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATAACCG\", \"ini\": 2397, \"clust\": 18, \"rank\": 1353, \"rankvar\": 2561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1192, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1835, \"group\": [18.0, 16.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCGTAGTA\", \"ini\": 2396, \"clust\": 2212, \"rank\": 982, \"rankvar\": 1344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 908, \"group\": [2214.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTTGCTCCT\", \"ini\": 2395, \"clust\": 2493, \"rank\": 1200, \"rankvar\": 1605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1194, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 909, \"group\": [2491.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCGTCTGCT\", \"ini\": 2394, \"clust\": 2576, \"rank\": 1169, \"rankvar\": 2598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 910, \"group\": [2578.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTCATACTG\", \"ini\": 2393, \"clust\": 3249, \"rank\": 1360, \"rankvar\": 2322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3342, \"group\": [3251.0, 604.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCCCACTTG\", \"ini\": 2392, \"clust\": 2852, \"rank\": 1233, \"rankvar\": 1035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 911, \"group\": [2851.0, 496.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAAGGCTCC\", \"ini\": 2391, \"clust\": 2708, \"rank\": 980, \"rankvar\": 2589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 912, \"group\": [2707.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGAACAT\", \"ini\": 2390, \"clust\": 2644, \"rank\": 1346, \"rankvar\": 328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1199, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 913, \"group\": [2644.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCTCTAGC\", \"ini\": 2389, \"clust\": 3304, \"rank\": 1006, \"rankvar\": 3103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3343, \"group\": [3305.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTAGGAGTTGC\", \"ini\": 2388, \"clust\": 3270, \"rank\": 1089, \"rankvar\": 1425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1201, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3344, \"group\": [3270.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTGAAATCA\", \"ini\": 2387, \"clust\": 2338, \"rank\": 1054, \"rankvar\": 136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 914, \"group\": [2341.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGCCACGTC\", \"ini\": 2386, \"clust\": 2620, \"rank\": 1342, \"rankvar\": 1887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 915, \"group\": [2622.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTAATTGGA\", \"ini\": 2385, \"clust\": 2432, \"rank\": 1072, \"rankvar\": 1365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1204, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 916, \"group\": [2433.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTAGATTAG\", \"ini\": 2384, \"clust\": 2316, \"rank\": 1149, \"rankvar\": 746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1205, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 917, \"group\": [2317.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGCGATG\", \"ini\": 2383, \"clust\": 1852, \"rank\": 1484, \"rankvar\": 1947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 918, \"group\": [1849.0, 396.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCCGCGCAA\", \"ini\": 2382, \"clust\": 3315, \"rank\": 1026, \"rankvar\": 2672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1207, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3345, \"group\": [3316.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGCTGTTA\", \"ini\": 2381, \"clust\": 2578, \"rank\": 1152, \"rankvar\": 663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 919, \"group\": [2577.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCAGAGGA\", \"ini\": 2380, \"clust\": 1599, \"rank\": 1040, \"rankvar\": 2377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 920, \"group\": [1603.0, 287.0, 49.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGAGTCG\", \"ini\": 2379, \"clust\": 1353, \"rank\": 1109, \"rankvar\": 2667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1738, \"group\": [1352.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAATGGAAT\", \"ini\": 2378, \"clust\": 2572, \"rank\": 1159, \"rankvar\": 2380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 921, \"group\": [2571.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGGAACGT\", \"ini\": 2377, \"clust\": 2428, \"rank\": 1103, \"rankvar\": 1457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 922, \"group\": [2431.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAAGCGAGAAA\", \"ini\": 2376, \"clust\": 2346, \"rank\": 896, \"rankvar\": 2257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 923, \"group\": [2347.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATCTGGTA\", \"ini\": 2375, \"clust\": 3324, \"rank\": 881, \"rankvar\": 3035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3346, \"group\": [3329.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTCTCCACT\", \"ini\": 2374, \"clust\": 2117, \"rank\": 1101, \"rankvar\": 760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 924, \"group\": [2116.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGCAAATCA\", \"ini\": 2373, \"clust\": 1805, \"rank\": 1534, \"rankvar\": 160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1216, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 925, \"group\": [1805.0, 382.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAGGAACGT\", \"ini\": 2372, \"clust\": 1344, \"rank\": 1313, \"rankvar\": 3115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1217, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1739, \"group\": [1344.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAGTAGTA\", \"ini\": 2371, \"clust\": 2810, \"rank\": 1263, \"rankvar\": 406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 926, \"group\": [2809.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGTTCTTT\", \"ini\": 2370, \"clust\": 234, \"rank\": 649, \"rankvar\": 3287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1219, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2698, \"group\": [235.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGGTCA\", \"ini\": 2369, \"clust\": 1793, \"rank\": 1241, \"rankvar\": 156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 927, \"group\": [1794.0, 379.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGGTGACAAAT\", \"ini\": 2368, \"clust\": 3521, \"rank\": 1977, \"rankvar\": 3488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1221, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 43, \"group\": [3519.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATATCCG\", \"ini\": 2367, \"clust\": 2100, \"rank\": 1258, \"rankvar\": 912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 928, \"group\": [2098.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGTCTGAA\", \"ini\": 2366, \"clust\": 2217, \"rank\": 1225, \"rankvar\": 1798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 929, \"group\": [2217.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGTCTTCC\", \"ini\": 2365, \"clust\": 2223, \"rank\": 1260, \"rankvar\": 947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1224, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 930, \"group\": [2223.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGATGAGAG\", \"ini\": 2364, \"clust\": 3060, \"rank\": 1312, \"rankvar\": 1525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3347, \"group\": [3071.0, 579.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACACTGCCAG\", \"ini\": 2363, \"clust\": 3313, \"rank\": 1244, \"rankvar\": 3030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1226, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3348, \"group\": [3314.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGCTTATCG\", \"ini\": 2362, \"clust\": 3351, \"rank\": 1207, \"rankvar\": 2924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1227, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3349, \"group\": [3352.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGACTGGGT\", \"ini\": 2361, \"clust\": 1425, \"rank\": 1427, \"rankvar\": 238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 931, \"group\": [1426.0, 233.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGTGACCC\", \"ini\": 2360, \"clust\": 1946, \"rank\": 911, \"rankvar\": 554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1229, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 932, \"group\": [1947.0, 416.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGAGACGAA\", \"ini\": 2359, \"clust\": 2718, \"rank\": 1249, \"rankvar\": 1900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 933, \"group\": [2719.0, 481.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCTCCGTCATC\", \"ini\": 2358, \"clust\": 3291, \"rank\": 1133, \"rankvar\": 1835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1231, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3350, \"group\": [3290.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTCGGATCC\", \"ini\": 2357, \"clust\": 2600, \"rank\": 1548, \"rankvar\": 498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 934, \"group\": [2600.0, 462.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCCCAAGAT\", \"ini\": 2356, \"clust\": 2220, \"rank\": 1188, \"rankvar\": 1083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1233, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 935, \"group\": [2220.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAGTACCCAAT\", \"ini\": 2355, \"clust\": 2126, \"rank\": 1370, \"rankvar\": 1690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 936, \"group\": [2127.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGAGGGAG\", \"ini\": 2354, \"clust\": 2885, \"rank\": 1741, \"rankvar\": 490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3351, \"group\": [2887.0, 512.0, 74.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGCACGCCT\", \"ini\": 2353, \"clust\": 2312, \"rank\": 1185, \"rankvar\": 1598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 937, \"group\": [2310.0, 433.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATCACGG\", \"ini\": 2352, \"clust\": 2711, \"rank\": 1378, \"rankvar\": 949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 938, \"group\": [2712.0, 479.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGAATTAC\", \"ini\": 2351, \"clust\": 3153, \"rank\": 802, \"rankvar\": 2042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3352, \"group\": [3153.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGCAA\", \"ini\": 2350, \"clust\": 1845, \"rank\": 1652, \"rankvar\": 1467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 939, \"group\": [1845.0, 395.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACAGGTCCAC\", \"ini\": 2349, \"clust\": 3238, \"rank\": 1053, \"rankvar\": 3016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1240, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3353, \"group\": [3245.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCACCTCGTT\", \"ini\": 2348, \"clust\": 3526, \"rank\": 1818, \"rankvar\": 3202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1241, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 44, \"group\": [3524.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTTCCACTC\", \"ini\": 2347, \"clust\": 1302, \"rank\": 1735, \"rankvar\": 3378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1242, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1740, \"group\": [1302.0, 207.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCCAAATGC\", \"ini\": 2346, \"clust\": 2195, \"rank\": 1013, \"rankvar\": 693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1243, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 940, \"group\": [2195.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCACAACGT\", \"ini\": 2345, \"clust\": 2506, \"rank\": 1437, \"rankvar\": 2152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 941, \"group\": [2506.0, 446.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCATTAT\", \"ini\": 2344, \"clust\": 2841, \"rank\": 1248, \"rankvar\": 2099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 942, \"group\": [2840.0, 493.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTGGCGAAT\", \"ini\": 2343, \"clust\": 1756, \"rank\": 1232, \"rankvar\": 1255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 943, \"group\": [1756.0, 360.0, 64.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAACACCTA\", \"ini\": 2342, \"clust\": 1591, \"rank\": 1706, \"rankvar\": 169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1247, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 944, \"group\": [1594.0, 279.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAACACAGGTTT\", \"ini\": 2341, \"clust\": 227, \"rank\": 883, \"rankvar\": 2961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2699, \"group\": [230.0, 63.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCCAACAACCT\", \"ini\": 2340, \"clust\": 2453, \"rank\": 1000, \"rankvar\": 904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 945, \"group\": [2452.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCAAGCCTA\", \"ini\": 2339, \"clust\": 2084, \"rank\": 1217, \"rankvar\": 1637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1250, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 946, \"group\": [2089.0, 420.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGGGATGGG\", \"ini\": 2338, \"clust\": 2832, \"rank\": 1195, \"rankvar\": 1352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 947, \"group\": [2831.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCTTGCCGT\", \"ini\": 2337, \"clust\": 1920, \"rank\": 1306, \"rankvar\": 399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1252, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 948, \"group\": [1921.0, 413.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAAATTGCC\", \"ini\": 2336, \"clust\": 1620, \"rank\": 1527, \"rankvar\": 59, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 949, \"group\": [1623.0, 302.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCCTCAGT\", \"ini\": 2335, \"clust\": 2800, \"rank\": 1127, \"rankvar\": 1832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 950, \"group\": [2801.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCGACTGC\", \"ini\": 2334, \"clust\": 2833, \"rank\": 1559, \"rankvar\": 2035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 951, \"group\": [2834.0, 492.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCATCTACGA\", \"ini\": 2333, \"clust\": 3510, \"rank\": 1930, \"rankvar\": 3467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1256, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 45, \"group\": [3505.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGAGGT\", \"ini\": 2332, \"clust\": 2819, \"rank\": 1340, \"rankvar\": 514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 952, \"group\": [2821.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGAGGGATA\", \"ini\": 2331, \"clust\": 3300, \"rank\": 702, \"rankvar\": 2912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1258, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3354, \"group\": [3300.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTCGAATC\", \"ini\": 2330, \"clust\": 3061, \"rank\": 737, \"rankvar\": 2948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3355, \"group\": [3061.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCAGTGGA\", \"ini\": 2329, \"clust\": 1616, \"rank\": 1804, \"rankvar\": 2276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 953, \"group\": [1619.0, 300.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTTCCCTTG\", \"ini\": 2328, \"clust\": 1830, \"rank\": 1496, \"rankvar\": 1073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1261, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 954, \"group\": [1829.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCCTTCAAT\", \"ini\": 2327, \"clust\": 1619, \"rank\": 1603, \"rankvar\": 689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 955, \"group\": [1617.0, 299.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCGAATGGG\", \"ini\": 2326, \"clust\": 1280, \"rank\": 1413, \"rankvar\": 3360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1263, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1741, \"group\": [1280.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACATGGTCTA\", \"ini\": 2325, \"clust\": 1876, \"rank\": 1274, \"rankvar\": 812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 956, \"group\": [1882.0, 407.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTGCCTTGG\", \"ini\": 2324, \"clust\": 2517, \"rank\": 1470, \"rankvar\": 858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 957, \"group\": [2518.0, 449.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCGTCTGCT\", \"ini\": 2323, \"clust\": 2232, \"rank\": 1075, \"rankvar\": 1288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 958, \"group\": [2233.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGGCCATAG\", \"ini\": 2322, \"clust\": 1877, \"rank\": 1407, \"rankvar\": 286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 959, \"group\": [1881.0, 406.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCTAAAGA\", \"ini\": 2321, \"clust\": 3122, \"rank\": 1356, \"rankvar\": 3199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3356, \"group\": [3122.0, 591.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGCATGAG\", \"ini\": 2320, \"clust\": 3251, \"rank\": 1685, \"rankvar\": 1883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3357, \"group\": [3250.0, 604.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGCACACAG\", \"ini\": 2319, \"clust\": 1823, \"rank\": 1381, \"rankvar\": 816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1270, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 960, \"group\": [1824.0, 391.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGTGATTA\", \"ini\": 2318, \"clust\": 2231, \"rank\": 1182, \"rankvar\": 1186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 961, \"group\": [2231.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCAAACAAG\", \"ini\": 2317, \"clust\": 1316, \"rank\": 1401, \"rankvar\": 2358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1272, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1742, \"group\": [1317.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGCTAGTCT\", \"ini\": 2316, \"clust\": 1767, \"rank\": 1288, \"rankvar\": 345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1273, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 962, \"group\": [1767.0, 367.0, 65.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCGCGAAA\", \"ini\": 2315, \"clust\": 1613, \"rank\": 1681, \"rankvar\": 1534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1274, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 963, \"group\": [1610.0, 294.0, 51.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCACTCCTG\", \"ini\": 2314, \"clust\": 2659, \"rank\": 1326, \"rankvar\": 1850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 964, \"group\": [2658.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGGTATCG\", \"ini\": 2313, \"clust\": 1621, \"rank\": 1731, \"rankvar\": 1220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1276, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 965, \"group\": [1622.0, 301.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGCTGCCCA\", \"ini\": 2312, \"clust\": 1786, \"rank\": 1256, \"rankvar\": 111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 966, \"group\": [1785.0, 376.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCACTCGACG\", \"ini\": 2311, \"clust\": 2225, \"rank\": 1139, \"rankvar\": 964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 967, \"group\": [2225.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTTACGGG\", \"ini\": 2310, \"clust\": 2602, \"rank\": 1568, \"rankvar\": 1004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 968, \"group\": [2602.0, 462.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCATCGTCGG\", \"ini\": 2309, \"clust\": 2822, \"rank\": 1358, \"rankvar\": 1139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 969, \"group\": [2825.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGTGGAGTC\", \"ini\": 2308, \"clust\": 3465, \"rank\": 2124, \"rankvar\": 3253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1281, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 46, \"group\": [3466.0, 644.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAAGCGAGT\", \"ini\": 2307, \"clust\": 2289, \"rank\": 1316, \"rankvar\": 997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 970, \"group\": [2289.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGGCAGTA\", \"ini\": 2306, \"clust\": 3524, \"rank\": 1914, \"rankvar\": 3508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1283, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 47, \"group\": [3521.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCAAAGACA\", \"ini\": 2305, \"clust\": 3359, \"rank\": 1419, \"rankvar\": 2821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1284, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3358, \"group\": [3359.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTGTTTGC\", \"ini\": 2304, \"clust\": 2615, \"rank\": 1485, \"rankvar\": 641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 971, \"group\": [2612.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGGACG\", \"ini\": 2303, \"clust\": 2478, \"rank\": 769, \"rankvar\": 2819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 972, \"group\": [2478.0, 438.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCGGAGCAA\", \"ini\": 2302, \"clust\": 2101, \"rank\": 1368, \"rankvar\": 614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 973, \"group\": [2099.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGGATCT\", \"ini\": 2301, \"clust\": 2413, \"rank\": 1355, \"rankvar\": 1939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 974, \"group\": [2413.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGAGGCTA\", \"ini\": 2300, \"clust\": 1331, \"rank\": 1119, \"rankvar\": 3230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1743, \"group\": [1330.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCATGCTGGC\", \"ini\": 2299, \"clust\": 2617, \"rank\": 1417, \"rankvar\": 707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1290, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 975, \"group\": [2619.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTAACCGA\", \"ini\": 2298, \"clust\": 2518, \"rank\": 1445, \"rankvar\": 2294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 976, \"group\": [2516.0, 449.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCAGCATGAG\", \"ini\": 2297, \"clust\": 2307, \"rank\": 1348, \"rankvar\": 992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 977, \"group\": [2308.0, 433.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTCCGT\", \"ini\": 2296, \"clust\": 1831, \"rank\": 1508, \"rankvar\": 1152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1293, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 978, \"group\": [1830.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACAAGCCCAC\", \"ini\": 2295, \"clust\": 1925, \"rank\": 1330, \"rankvar\": 358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 979, \"group\": [1925.0, 413.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAAAGG\", \"ini\": 2294, \"clust\": 1352, \"rank\": 1261, \"rankvar\": 2577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1295, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1744, \"group\": [1354.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCAAGAAGT\", \"ini\": 2293, \"clust\": 1295, \"rank\": 1338, \"rankvar\": 3203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1745, \"group\": [1294.0, 206.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTAAGGCTAGCA\", \"ini\": 2292, \"clust\": 14, \"rank\": 1102, \"rankvar\": 2331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1859, \"group\": [19.0, 17.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCAACACCA\", \"ini\": 2291, \"clust\": 3519, \"rank\": 1890, \"rankvar\": 3495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1298, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 48, \"group\": [3517.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCACTGGGC\", \"ini\": 2290, \"clust\": 2137, \"rank\": 1198, \"rankvar\": 635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1299, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 980, \"group\": [2139.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGAGCTATA\", \"ini\": 2289, \"clust\": 3301, \"rank\": 1008, \"rankvar\": 2524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3359, \"group\": [3301.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCAACGGGA\", \"ini\": 2288, \"clust\": 3512, \"rank\": 2080, \"rankvar\": 3520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1301, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 49, \"group\": [3511.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCATGCATGT\", \"ini\": 2287, \"clust\": 2425, \"rank\": 1143, \"rankvar\": 1715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 981, \"group\": [2428.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCTATGTGG\", \"ini\": 2286, \"clust\": 2309, \"rank\": 1121, \"rankvar\": 1519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 982, \"group\": [2312.0, 433.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGCACCGCT\", \"ini\": 2285, \"clust\": 2269, \"rank\": 1339, \"rankvar\": 1475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1304, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 983, \"group\": [2269.0, 430.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAATTCCTT\", \"ini\": 2284, \"clust\": 2281, \"rank\": 1223, \"rankvar\": 839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 984, \"group\": [2281.0, 431.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGTCGCCGT\", \"ini\": 2283, \"clust\": 67, \"rank\": 779, \"rankvar\": 1017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1860, \"group\": [67.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCAGATAA\", \"ini\": 2282, \"clust\": 3044, \"rank\": 1519, \"rankvar\": 422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1307, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3360, \"group\": [3044.0, 573.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTGGAAAGA\", \"ini\": 2281, \"clust\": 2110, \"rank\": 1213, \"rankvar\": 930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 985, \"group\": [2111.0, 423.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCCATTAT\", \"ini\": 2280, \"clust\": 2441, \"rank\": 1132, \"rankvar\": 2435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 986, \"group\": [2442.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCCTTTC\", \"ini\": 2279, \"clust\": 2379, \"rank\": 1204, \"rankvar\": 263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1310, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 987, \"group\": [2383.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGCTCCCAG\", \"ini\": 2278, \"clust\": 2178, \"rank\": 1093, \"rankvar\": 1422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 988, \"group\": [2179.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGACAATAC\", \"ini\": 2277, \"clust\": 1842, \"rank\": 1373, \"rankvar\": 1711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 989, \"group\": [1841.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAACAAGTTGTC\", \"ini\": 2276, \"clust\": 2850, \"rank\": 1483, \"rankvar\": 1003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 990, \"group\": [2852.0, 496.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCGCGTTTC\", \"ini\": 2275, \"clust\": 3363, \"rank\": 1254, \"rankvar\": 2513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3361, \"group\": [3364.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAGCTTAAC\", \"ini\": 2274, \"clust\": 2090, \"rank\": 1327, \"rankvar\": 654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 991, \"group\": [2091.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTGTGTGCC\", \"ini\": 2273, \"clust\": 1360, \"rank\": 1227, \"rankvar\": 3289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1316, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1746, \"group\": [1360.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAATTGGA\", \"ini\": 2272, \"clust\": 2662, \"rank\": 1344, \"rankvar\": 1230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1317, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 992, \"group\": [2659.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCGTGAC\", \"ini\": 2271, \"clust\": 3008, \"rank\": 1366, \"rankvar\": 611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1318, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3362, \"group\": [3009.0, 561.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCCTGACT\", \"ini\": 2270, \"clust\": 2107, \"rank\": 1390, \"rankvar\": 454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 993, \"group\": [2110.0, 422.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAAGCGCTC\", \"ini\": 2269, \"clust\": 2545, \"rank\": 1648, \"rankvar\": 504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 994, \"group\": [2545.0, 457.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTTATCACG\", \"ini\": 2268, \"clust\": 2149, \"rank\": 1229, \"rankvar\": 231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 995, \"group\": [2150.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCCACGTTC\", \"ini\": 2267, \"clust\": 1231, \"rank\": 1449, \"rankvar\": 2075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1747, \"group\": [1232.0, 186.0, 30.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGCCAT\", \"ini\": 2266, \"clust\": 2722, \"rank\": 1142, \"rankvar\": 1953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 996, \"group\": [2723.0, 482.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCACCATGTA\", \"ini\": 2265, \"clust\": 2956, \"rank\": 1595, \"rankvar\": 1981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1324, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3363, \"group\": [2955.0, 538.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGCCATCGC\", \"ini\": 2264, \"clust\": 7, \"rank\": 1222, \"rankvar\": 435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1861, \"group\": [8.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTTCTGAAC\", \"ini\": 2263, \"clust\": 2574, \"rank\": 1267, \"rankvar\": 302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 997, \"group\": [2574.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCCGAG\", \"ini\": 2262, \"clust\": 56, \"rank\": 772, \"rankvar\": 1329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1862, \"group\": [55.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCTCAACTT\", \"ini\": 2261, \"clust\": 2663, \"rank\": 1315, \"rankvar\": 1382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 998, \"group\": [2660.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTACGTAA\", \"ini\": 2260, \"clust\": 2403, \"rank\": 1157, \"rankvar\": 1968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1329, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 999, \"group\": [2409.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGGAATCGC\", \"ini\": 2259, \"clust\": 3157, \"rank\": 1037, \"rankvar\": 2772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1330, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3364, \"group\": [3158.0, 597.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCCGAATGT\", \"ini\": 2258, \"clust\": 3467, \"rank\": 1667, \"rankvar\": 2926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1331, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 50, \"group\": [3474.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGGCAATTA\", \"ini\": 2257, \"clust\": 3511, \"rank\": 1859, \"rankvar\": 3501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1332, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 51, \"group\": [3506.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCTCTTATG\", \"ini\": 2256, \"clust\": 3358, \"rank\": 1581, \"rankvar\": 2906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3365, \"group\": [3361.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGTTGACA\", \"ini\": 2255, \"clust\": 2655, \"rank\": 1450, \"rankvar\": 2202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1000, \"group\": [2653.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCGCTTAGA\", \"ini\": 2254, \"clust\": 2631, \"rank\": 1440, \"rankvar\": 2729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1335, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1001, \"group\": [2632.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTAGTAGTA\", \"ini\": 2253, \"clust\": 3063, \"rank\": 1275, \"rankvar\": 2570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1336, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3366, \"group\": [3066.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTAATCACC\", \"ini\": 2252, \"clust\": 3216, \"rank\": 1383, \"rankvar\": 3333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1337, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3367, \"group\": [3218.0, 602.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGCTGTTCA\", \"ini\": 2251, \"clust\": 2681, \"rank\": 1576, \"rankvar\": 429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1002, \"group\": [2685.0, 474.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCATCGATG\", \"ini\": 2250, \"clust\": 2421, \"rank\": 1176, \"rankvar\": 1348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1003, \"group\": [2422.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCCAGAA\", \"ini\": 2249, \"clust\": 2150, \"rank\": 1163, \"rankvar\": 1486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1004, \"group\": [2151.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATCAGTAC\", \"ini\": 2248, \"clust\": 2206, \"rank\": 1071, \"rankvar\": 2005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1005, \"group\": [2206.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGGAGCGTT\", \"ini\": 2247, \"clust\": 3520, \"rank\": 1962, \"rankvar\": 3494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1342, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 52, \"group\": [3518.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGAACTGT\", \"ini\": 2246, \"clust\": 1627, \"rank\": 1747, \"rankvar\": 1299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1006, \"group\": [1626.0, 304.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGTGGGAA\", \"ini\": 2245, \"clust\": 2575, \"rank\": 1392, \"rankvar\": 1680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1344, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1007, \"group\": [2575.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCAACGGT\", \"ini\": 2244, \"clust\": 2440, \"rank\": 1297, \"rankvar\": 2201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1345, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1008, \"group\": [2439.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCAACCATG\", \"ini\": 2243, \"clust\": 2234, \"rank\": 1134, \"rankvar\": 1550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1009, \"group\": [2235.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGGCTTCC\", \"ini\": 2242, \"clust\": 2426, \"rank\": 1293, \"rankvar\": 1316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1010, \"group\": [2426.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTATCGGT\", \"ini\": 2241, \"clust\": 3277, \"rank\": 1320, \"rankvar\": 2070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1348, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3368, \"group\": [3277.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATCCGAT\", \"ini\": 2240, \"clust\": 2313, \"rank\": 1180, \"rankvar\": 1015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1011, \"group\": [2316.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACAACTGCGC\", \"ini\": 2239, \"clust\": 236, \"rank\": 918, \"rankvar\": 2902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1350, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2700, \"group\": [234.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGGGAGAG\", \"ini\": 2238, \"clust\": 2158, \"rank\": 986, \"rankvar\": 1854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1012, \"group\": [2159.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTACAA\", \"ini\": 2237, \"clust\": 2083, \"rank\": 1187, \"rankvar\": 34, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1352, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1013, \"group\": [2084.0, 419.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTCAGAAGC\", \"ini\": 2236, \"clust\": 3156, \"rank\": 760, \"rankvar\": 2496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3369, \"group\": [3155.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTCCCTACT\", \"ini\": 2235, \"clust\": 1351, \"rank\": 1365, \"rankvar\": 3436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1354, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1748, \"group\": [1351.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCCGTTAA\", \"ini\": 2234, \"clust\": 2619, \"rank\": 1386, \"rankvar\": 1226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1014, \"group\": [2618.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGTTCGCGC\", \"ini\": 2233, \"clust\": 1811, \"rank\": 1409, \"rankvar\": 1098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1015, \"group\": [1810.0, 385.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGAGTGACC\", \"ini\": 2232, \"clust\": 1858, \"rank\": 1278, \"rankvar\": 824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1016, \"group\": [1861.0, 402.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACAGATGAGC\", \"ini\": 2231, \"clust\": 3565, \"rank\": 1993, \"rankvar\": 3534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1358, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 53, \"group\": [3566.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGTGGGTTG\", \"ini\": 2230, \"clust\": 2756, \"rank\": 1324, \"rankvar\": 2357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1017, \"group\": [2757.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTCGTTTG\", \"ini\": 2229, \"clust\": 2091, \"rank\": 1363, \"rankvar\": 1171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1018, \"group\": [2092.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAATGGATA\", \"ini\": 2228, \"clust\": 2146, \"rank\": 1298, \"rankvar\": 1754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1019, \"group\": [2149.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGTACTCT\", \"ini\": 2227, \"clust\": 1733, \"rank\": 1114, \"rankvar\": 752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1020, \"group\": [1734.0, 344.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGTCTGCGACG\", \"ini\": 2226, \"clust\": 2434, \"rank\": 1354, \"rankvar\": 474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1363, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1021, \"group\": [2435.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTCGGACG\", \"ini\": 2225, \"clust\": 2193, \"rank\": 1414, \"rankvar\": 1333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1022, \"group\": [2196.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCTTACCGC\", \"ini\": 2224, \"clust\": 2779, \"rank\": 1410, \"rankvar\": 1045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1023, \"group\": [2779.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTACTTCTT\", \"ini\": 2223, \"clust\": 2422, \"rank\": 1328, \"rankvar\": 1704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1024, \"group\": [2423.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGTAAGTA\", \"ini\": 2222, \"clust\": 1369, \"rank\": 1347, \"rankvar\": 3018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1749, \"group\": [1369.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAAGGAG\", \"ini\": 2221, \"clust\": 3143, \"rank\": 932, \"rankvar\": 3185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3370, \"group\": [3142.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCTTTCCTC\", \"ini\": 2220, \"clust\": 2579, \"rank\": 1489, \"rankvar\": 361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1025, \"group\": [2579.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCTACCTC\", \"ini\": 2219, \"clust\": 3294, \"rank\": 1391, \"rankvar\": 2248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3371, \"group\": [3295.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGTTGAGG\", \"ini\": 2218, \"clust\": 2511, \"rank\": 1463, \"rankvar\": 214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1371, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1026, \"group\": [2509.0, 447.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCTTGTACT\", \"ini\": 2217, \"clust\": 2283, \"rank\": 1403, \"rankvar\": 727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1027, \"group\": [2306.0, 432.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTTTGCC\", \"ini\": 2216, \"clust\": 2417, \"rank\": 1364, \"rankvar\": 1640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1028, \"group\": [2418.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCAGTCTTCC\", \"ini\": 2215, \"clust\": 1312, \"rank\": 1584, \"rankvar\": 3127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1750, \"group\": [1309.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGACTCAT\", \"ini\": 2214, \"clust\": 2848, \"rank\": 1510, \"rankvar\": 1079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1029, \"group\": [2846.0, 494.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCGGACAAG\", \"ini\": 2213, \"clust\": 3169, \"rank\": 910, \"rankvar\": 2920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3372, \"group\": [3166.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCAGGTAAA\", \"ini\": 2212, \"clust\": 1233, \"rank\": 1989, \"rankvar\": 3093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1377, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3031, \"group\": [1234.0, 188.0, 31.0, 8.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTGGGTCAA\", \"ini\": 2211, \"clust\": 2219, \"rank\": 1399, \"rankvar\": 229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1030, \"group\": [2219.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGACACTAA\", \"ini\": 2210, \"clust\": 2827, \"rank\": 1467, \"rankvar\": 2010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1031, \"group\": [2826.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCCGTCATC\", \"ini\": 2209, \"clust\": 2716, \"rank\": 1459, \"rankvar\": 312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1380, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1032, \"group\": [2716.0, 481.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATCTGCA\", \"ini\": 2208, \"clust\": 2169, \"rank\": 1345, \"rankvar\": 931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1033, \"group\": [2172.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCACGCATA\", \"ini\": 2207, \"clust\": 3032, \"rank\": 1457, \"rankvar\": 2128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3373, \"group\": [3032.0, 568.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACACTGCG\", \"ini\": 2206, \"clust\": 3568, \"rank\": 2068, \"rankvar\": 3510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1383, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 54, \"group\": [3567.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTACTCGCG\", \"ini\": 2205, \"clust\": 2409, \"rank\": 1331, \"rankvar\": 2080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1384, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1034, \"group\": [2412.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTAGTGTACCT\", \"ini\": 2204, \"clust\": 2124, \"rank\": 1478, \"rankvar\": 1213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1035, \"group\": [2125.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGTGATCGG\", \"ini\": 2203, \"clust\": 1388, \"rank\": 839, \"rankvar\": 2633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1386, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1751, \"group\": [1386.0, 214.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCATGTCCTC\", \"ini\": 2202, \"clust\": 2118, \"rank\": 1276, \"rankvar\": 144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1036, \"group\": [2124.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGCCTTGAT\", \"ini\": 2201, \"clust\": 2317, \"rank\": 1290, \"rankvar\": 1085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1037, \"group\": [2318.0, 434.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAGACAAAT\", \"ini\": 2200, \"clust\": 3052, \"rank\": 1337, \"rankvar\": 1703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1389, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3374, \"group\": [3051.0, 575.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGGATATAC\", \"ini\": 2199, \"clust\": 2641, \"rank\": 1532, \"rankvar\": 550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1390, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1038, \"group\": [2639.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAAGCCCAC\", \"ini\": 2198, \"clust\": 2765, \"rank\": 1439, \"rankvar\": 1432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1039, \"group\": [2769.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTTCCACGG\", \"ini\": 2197, \"clust\": 2667, \"rank\": 1432, \"rankvar\": 1758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1040, \"group\": [2668.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCATGTGGT\", \"ini\": 2196, \"clust\": 2645, \"rank\": 1518, \"rankvar\": 987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1041, \"group\": [2642.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTAAATGAC\", \"ini\": 2195, \"clust\": 64, \"rank\": 643, \"rankvar\": 1612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1394, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1863, \"group\": [63.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCAGTGTTG\", \"ini\": 2194, \"clust\": 1593, \"rank\": 1902, \"rankvar\": 1343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1395, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1042, \"group\": [1591.0, 277.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCATGGCA\", \"ini\": 2193, \"clust\": 2092, \"rank\": 1319, \"rankvar\": 1766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1043, \"group\": [2093.0, 421.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTTGCCGT\", \"ini\": 2192, \"clust\": 3142, \"rank\": 981, \"rankvar\": 2253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1397, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3375, \"group\": [3144.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGCGAAA\", \"ini\": 2191, \"clust\": 3456, \"rank\": 1795, \"rankvar\": 3200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1398, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 55, \"group\": [3457.0, 639.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCAGTGTTGAA\", \"ini\": 2190, \"clust\": 2495, \"rank\": 1436, \"rankvar\": 196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1044, \"group\": [2494.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTCGATT\", \"ini\": 2189, \"clust\": 3567, \"rank\": 2098, \"rankvar\": 3556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1400, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 56, \"group\": [3565.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGCAAGACGTG\", \"ini\": 2188, \"clust\": 3460, \"rank\": 2052, \"rankvar\": 2869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1401, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 57, \"group\": [3461.0, 642.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTATAAACG\", \"ini\": 2187, \"clust\": 3405, \"rank\": 1406, \"rankvar\": 3461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1402, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3569, \"group\": [3414.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAAG\", \"ini\": 2186, \"clust\": 1389, \"rank\": 831, \"rankvar\": 2867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1403, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1752, \"group\": [1387.0, 214.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCGCAAACT\", \"ini\": 2185, \"clust\": 2153, \"rank\": 1283, \"rankvar\": 1572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1404, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1045, \"group\": [2153.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAGACACTT\", \"ini\": 2184, \"clust\": 2826, \"rank\": 1561, \"rankvar\": 952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1046, \"group\": [2828.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGGCCA\", \"ini\": 2183, \"clust\": 2228, \"rank\": 1273, \"rankvar\": 1266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1047, \"group\": [2228.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCATAGCAC\", \"ini\": 2182, \"clust\": 3473, \"rank\": 1981, \"rankvar\": 3528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1407, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 58, \"group\": [3473.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATGGAATA\", \"ini\": 2181, \"clust\": 2140, \"rank\": 1266, \"rankvar\": 736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1048, \"group\": [2141.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGGTAGCTAAA\", \"ini\": 2180, \"clust\": 2776, \"rank\": 1334, \"rankvar\": 1363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1049, \"group\": [2776.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGCAGTTCATG\", \"ini\": 2179, \"clust\": 2221, \"rank\": 1357, \"rankvar\": 1655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1050, \"group\": [2221.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCTCACCCTCA\", \"ini\": 2178, \"clust\": 1346, \"rank\": 1451, \"rankvar\": 3008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1753, \"group\": [1346.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGGGTGTTG\", \"ini\": 2177, \"clust\": 1358, \"rank\": 1606, \"rankvar\": 2908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1754, \"group\": [1355.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGAGGGCTT\", \"ini\": 2176, \"clust\": 2235, \"rank\": 1433, \"rankvar\": 734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1051, \"group\": [2236.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGTAGAGC\", \"ini\": 2175, \"clust\": 2151, \"rank\": 1294, \"rankvar\": 979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1414, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1052, \"group\": [2154.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCAGACTG\", \"ini\": 2174, \"clust\": 3447, \"rank\": 1498, \"rankvar\": 1875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1415, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1053, \"group\": [3450.0, 636.0, 93.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTCATCGATTG\", \"ini\": 2173, \"clust\": 2752, \"rank\": 1540, \"rankvar\": 852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1416, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1054, \"group\": [2756.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCACTGTTAG\", \"ini\": 2172, \"clust\": 1857, \"rank\": 1131, \"rankvar\": 908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1417, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1055, \"group\": [1857.0, 399.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGGAACGG\", \"ini\": 2171, \"clust\": 2282, \"rank\": 1397, \"rankvar\": 960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1056, \"group\": [2282.0, 431.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAAATTGCC\", \"ini\": 2170, \"clust\": 2086, \"rank\": 1291, \"rankvar\": 681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1057, \"group\": [2086.0, 420.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAGTTGGC\", \"ini\": 2169, \"clust\": 2557, \"rank\": 1588, \"rankvar\": 885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1420, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1058, \"group\": [2559.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAGCGATG\", \"ini\": 2168, \"clust\": 2628, \"rank\": 1596, \"rankvar\": 842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1059, \"group\": [2627.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACAAACC\", \"ini\": 2167, \"clust\": 2246, \"rank\": 1307, \"rankvar\": 1424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1060, \"group\": [2249.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACTGAAGG\", \"ini\": 2166, \"clust\": 2523, \"rank\": 1503, \"rankvar\": 1719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1061, \"group\": [2521.0, 449.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGACTAGAT\", \"ini\": 2165, \"clust\": 76, \"rank\": 748, \"rankvar\": 2465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1864, \"group\": [75.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCAGTAGT\", \"ini\": 2164, \"clust\": 1584, \"rank\": 1782, \"rankvar\": 1899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1062, \"group\": [1587.0, 274.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTGCCCTA\", \"ini\": 2163, \"clust\": 3469, \"rank\": 1910, \"rankvar\": 3384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1426, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 59, \"group\": [3469.0, 646.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGAGCCTAG\", \"ini\": 2162, \"clust\": 2168, \"rank\": 1136, \"rankvar\": 728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1063, \"group\": [2167.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATCATCCC\", \"ini\": 2161, \"clust\": 2519, \"rank\": 1555, \"rankvar\": 392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1064, \"group\": [2517.0, 449.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGGTGTTAA\", \"ini\": 2160, \"clust\": 2539, \"rank\": 1714, \"rankvar\": 988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1065, \"group\": [2539.0, 456.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATACGCT\", \"ini\": 2159, \"clust\": 1318, \"rank\": 1476, \"rankvar\": 2516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1430, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1755, \"group\": [1314.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTCAAACTC\", \"ini\": 2158, \"clust\": 2630, \"rank\": 1551, \"rankvar\": 114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1066, \"group\": [2635.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTCCACTC\", \"ini\": 2157, \"clust\": 2670, \"rank\": 1448, \"rankvar\": 996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1067, \"group\": [2669.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTATAGTAG\", \"ini\": 2156, \"clust\": 2172, \"rank\": 1270, \"rankvar\": 806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1068, \"group\": [2173.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCACGTGG\", \"ini\": 2155, \"clust\": 2962, \"rank\": 1429, \"rankvar\": 2834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3376, \"group\": [2962.0, 543.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACGGTGTC\", \"ini\": 2154, \"clust\": 2643, \"rank\": 1587, \"rankvar\": 507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1069, \"group\": [2645.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTTCAGTAC\", \"ini\": 2153, \"clust\": 1859, \"rank\": 1506, \"rankvar\": 205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1070, \"group\": [1859.0, 401.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGAGGAA\", \"ini\": 2152, \"clust\": 1837, \"rank\": 1565, \"rankvar\": 1006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1071, \"group\": [1838.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGTGTTAGA\", \"ini\": 2151, \"clust\": 3311, \"rank\": 1147, \"rankvar\": 2745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1438, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3377, \"group\": [3310.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCACACCACGTG\", \"ini\": 2150, \"clust\": 2396, \"rank\": 1289, \"rankvar\": 519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1072, \"group\": [2398.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAGGTCCAC\", \"ini\": 2149, \"clust\": 2412, \"rank\": 1501, \"rankvar\": 1143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1073, \"group\": [2415.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCGGACAAG\", \"ini\": 2148, \"clust\": 2540, \"rank\": 1546, \"rankvar\": 876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1441, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1074, \"group\": [2540.0, 456.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGAAACCGC\", \"ini\": 2147, \"clust\": 2759, \"rank\": 1453, \"rankvar\": 1954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1075, \"group\": [2759.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCACCCAGTG\", \"ini\": 2146, \"clust\": 1843, \"rank\": 1465, \"rankvar\": 2701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1443, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1076, \"group\": [1842.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTGTTGAGG\", \"ini\": 2145, \"clust\": 2548, \"rank\": 1393, \"rankvar\": 764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1444, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1077, \"group\": [2550.0, 459.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGCCAGTTT\", \"ini\": 2144, \"clust\": 2647, \"rank\": 1500, \"rankvar\": 1932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1078, \"group\": [2646.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTCCAGTAT\", \"ini\": 2143, \"clust\": 2485, \"rank\": 1522, \"rankvar\": 1261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1079, \"group\": [2484.0, 441.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACTCAGAGCTT\", \"ini\": 2142, \"clust\": 3272, \"rank\": 1220, \"rankvar\": 2050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3378, \"group\": [3273.0, 607.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCAGAAATG\", \"ini\": 2141, \"clust\": 2525, \"rank\": 1781, \"rankvar\": 1473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1080, \"group\": [2525.0, 451.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCGGATCA\", \"ini\": 2140, \"clust\": 79, \"rank\": 1061, \"rankvar\": 460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1865, \"group\": [83.0, 34.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACCAGGGAGAG\", \"ini\": 2139, \"clust\": 1632, \"rank\": 1435, \"rankvar\": 558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1081, \"group\": [1715.0, 330.0, 55.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACAAGCTGGA\", \"ini\": 2138, \"clust\": 3527, \"rank\": 2035, \"rankvar\": 3426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1451, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 60, \"group\": [3525.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCAGGTTTCA\", \"ini\": 2137, \"clust\": 2862, \"rank\": 1271, \"rankvar\": 1905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1452, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1082, \"group\": [2865.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACCAGGCT\", \"ini\": 2136, \"clust\": 2087, \"rank\": 1491, \"rankvar\": 368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1083, \"group\": [2087.0, 420.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGGATACC\", \"ini\": 2135, \"clust\": 2510, \"rank\": 1728, \"rankvar\": 408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1454, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1084, \"group\": [2511.0, 447.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTAACG\", \"ini\": 2134, \"clust\": 3326, \"rank\": 1211, \"rankvar\": 2085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1455, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3379, \"group\": [3326.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCATTGCGA\", \"ini\": 2133, \"clust\": 2709, \"rank\": 1367, \"rankvar\": 1812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1085, \"group\": [2708.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGGATTG\", \"ini\": 2132, \"clust\": 1307, \"rank\": 1669, \"rankvar\": 3247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1457, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1756, \"group\": [1308.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAGCGATT\", \"ini\": 2131, \"clust\": 1757, \"rank\": 1543, \"rankvar\": 1228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1086, \"group\": [1757.0, 360.0, 64.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTACATGA\", \"ini\": 2130, \"clust\": 1726, \"rank\": 1556, \"rankvar\": 100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1087, \"group\": [1726.0, 336.0, 59.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCATGCAAC\", \"ini\": 2129, \"clust\": 2673, \"rank\": 1625, \"rankvar\": 889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1088, \"group\": [2672.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGGATAG\", \"ini\": 2128, \"clust\": 2512, \"rank\": 1536, \"rankvar\": 129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1089, \"group\": [2510.0, 447.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGCTGCC\", \"ini\": 2127, \"clust\": 2245, \"rank\": 1174, \"rankvar\": 1493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1090, \"group\": [2246.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTGCGATAG\", \"ini\": 2126, \"clust\": 2629, \"rank\": 1605, \"rankvar\": 1154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1091, \"group\": [2628.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTACCTACA\", \"ini\": 2125, \"clust\": 1744, \"rank\": 1509, \"rankvar\": 172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1092, \"group\": [1743.0, 352.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAACAACCT\", \"ini\": 2124, \"clust\": 2173, \"rank\": 1295, \"rankvar\": 1060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1093, \"group\": [2174.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAGAGTCG\", \"ini\": 2123, \"clust\": 226, \"rank\": 1246, \"rankvar\": 3194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1466, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2701, \"group\": [241.0, 65.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAAACTGCT\", \"ini\": 2122, \"clust\": 2807, \"rank\": 1402, \"rankvar\": 644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1467, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1094, \"group\": [2811.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGGGATGGG\", \"ini\": 2121, \"clust\": 2494, \"rank\": 1507, \"rankvar\": 179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1095, \"group\": [2492.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGGTGTGTGCC\", \"ini\": 2120, \"clust\": 2170, \"rank\": 1336, \"rankvar\": 1476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1096, \"group\": [2170.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACGACGAA\", \"ini\": 2119, \"clust\": 1886, \"rank\": 1480, \"rankvar\": 798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1470, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1097, \"group\": [1887.0, 408.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCCTATGTT\", \"ini\": 2118, \"clust\": 3062, \"rank\": 1014, \"rankvar\": 2089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3380, \"group\": [3062.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCATCATC\", \"ini\": 2117, \"clust\": 2829, \"rank\": 1626, \"rankvar\": 753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1472, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1098, \"group\": [2833.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCACGACTCG\", \"ini\": 2116, \"clust\": 2723, \"rank\": 1456, \"rankvar\": 1304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1473, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1099, \"group\": [2724.0, 482.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCAACACGT\", \"ini\": 2115, \"clust\": 2134, \"rank\": 1279, \"rankvar\": 1630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1474, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1100, \"group\": [2135.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCAGACTCGC\", \"ini\": 2114, \"clust\": 3587, \"rank\": 2132, \"rankvar\": 3544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1475, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 61, \"group\": [3585.0, 650.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGATCTGAA\", \"ini\": 2113, \"clust\": 3360, \"rank\": 1520, \"rankvar\": 2881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1476, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3381, \"group\": [3360.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCAGCTCGG\", \"ini\": 2112, \"clust\": 2444, \"rank\": 1296, \"rankvar\": 1399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1101, \"group\": [2445.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGGCTATCT\", \"ini\": 2111, \"clust\": 1615, \"rank\": 1686, \"rankvar\": 1084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1478, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1102, \"group\": [1615.0, 298.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTGCTTGC\", \"ini\": 2110, \"clust\": 3064, \"rank\": 928, \"rankvar\": 2987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3382, \"group\": [3065.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCATCGATTG\", \"ini\": 2109, \"clust\": 2665, \"rank\": 1689, \"rankvar\": 1697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1480, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1103, \"group\": [2663.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCAGAGGT\", \"ini\": 2108, \"clust\": 1361, \"rank\": 1471, \"rankvar\": 2882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1757, \"group\": [1361.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTAGATTAG\", \"ini\": 2107, \"clust\": 2623, \"rank\": 1523, \"rankvar\": 1488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1104, \"group\": [2626.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATTAGCCA\", \"ini\": 2106, \"clust\": 3198, \"rank\": 1352, \"rankvar\": 2423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1483, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3383, \"group\": [3199.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCACGAAACG\", \"ini\": 2105, \"clust\": 2625, \"rank\": 1607, \"rankvar\": 2300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1105, \"group\": [2623.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTCATACTG\", \"ini\": 2104, \"clust\": 72, \"rank\": 929, \"rankvar\": 1485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1866, \"group\": [69.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCTCTGAGA\", \"ini\": 2103, \"clust\": 3292, \"rank\": 1562, \"rankvar\": 1634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1486, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3384, \"group\": [3291.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATTGGTAC\", \"ini\": 2102, \"clust\": 2879, \"rank\": 1811, \"rankvar\": 2060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1487, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3385, \"group\": [2879.0, 507.0, 72.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCGTTACGACT\", \"ini\": 2101, \"clust\": 1766, \"rank\": 1444, \"rankvar\": 1232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1488, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1106, \"group\": [1771.0, 369.0, 65.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCATTAGC\", \"ini\": 2100, \"clust\": 2582, \"rank\": 1533, \"rankvar\": 548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1489, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1107, \"group\": [2581.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGCGTAG\", \"ini\": 2099, \"clust\": 3034, \"rank\": 1783, \"rankvar\": 1404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1490, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3386, \"group\": [3034.0, 569.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCCTTTACA\", \"ini\": 2098, \"clust\": 3211, \"rank\": 1460, \"rankvar\": 3283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1491, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3387, \"group\": [3210.0, 601.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACTCGCG\", \"ini\": 2097, \"clust\": 3209, \"rank\": 1416, \"rankvar\": 2124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1492, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3388, \"group\": [3213.0, 601.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGGTTTCT\", \"ini\": 2096, \"clust\": 3177, \"rank\": 1079, \"rankvar\": 2898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1493, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3389, \"group\": [3178.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTTGCTCCT\", \"ini\": 2095, \"clust\": 3161, \"rank\": 1064, \"rankvar\": 2718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3390, \"group\": [3162.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGATAAAC\", \"ini\": 2094, \"clust\": 2616, \"rank\": 1793, \"rankvar\": 2462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1495, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1108, \"group\": [2613.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTATAGGGC\", \"ini\": 2093, \"clust\": 2739, \"rank\": 1664, \"rankvar\": 649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1109, \"group\": [2742.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTTACTGAC\", \"ini\": 2092, \"clust\": 2766, \"rank\": 1586, \"rankvar\": 1796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1497, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1110, \"group\": [2768.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCAGGTTCA\", \"ini\": 2091, \"clust\": 3309, \"rank\": 1118, \"rankvar\": 2994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3391, \"group\": [3311.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTGGAT\", \"ini\": 2090, \"clust\": 233, \"rank\": 740, \"rankvar\": 2818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1499, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2702, \"group\": [236.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCACGTGAGA\", \"ini\": 2089, \"clust\": 2954, \"rank\": 1608, \"rankvar\": 341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1500, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3392, \"group\": [2969.0, 545.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTGTCCAT\", \"ini\": 2088, \"clust\": 2514, \"rank\": 1707, \"rankvar\": 1381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1501, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1111, \"group\": [2512.0, 447.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTTATGTGC\", \"ini\": 2087, \"clust\": 1771, \"rank\": 1615, \"rankvar\": 739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1112, \"group\": [1772.0, 370.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACTTATC\", \"ini\": 2086, \"clust\": 2185, \"rank\": 1242, \"rankvar\": 986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1113, \"group\": [2185.0, 427.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTGACGCCT\", \"ini\": 2085, \"clust\": 3341, \"rank\": 1486, \"rankvar\": 2505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1504, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3393, \"group\": [3343.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGAGATG\", \"ini\": 2084, \"clust\": 2636, \"rank\": 1623, \"rankvar\": 575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1114, \"group\": [2676.0, 469.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCTTGAT\", \"ini\": 2083, \"clust\": 21, \"rank\": 1332, \"rankvar\": 2333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1867, \"group\": [84.0, 35.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCACTTCC\", \"ini\": 2082, \"clust\": 2448, \"rank\": 1424, \"rankvar\": 2529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1115, \"group\": [2448.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGCAAATACAG\", \"ini\": 2081, \"clust\": 3499, \"rank\": 2030, \"rankvar\": 3474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1508, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 62, \"group\": [3497.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCACGTTC\", \"ini\": 2080, \"clust\": 1354, \"rank\": 1579, \"rankvar\": 2752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1758, \"group\": [1353.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTACCGTTA\", \"ini\": 2079, \"clust\": 1743, \"rank\": 1468, \"rankvar\": 109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1510, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1116, \"group\": [1745.0, 353.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTCTAGCCG\", \"ini\": 2078, \"clust\": 8, \"rank\": 1515, \"rankvar\": 372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1868, \"group\": [9.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTTAGATGA\", \"ini\": 2077, \"clust\": 2141, \"rank\": 1425, \"rankvar\": 525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1117, \"group\": [2142.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACAAGC\", \"ini\": 2076, \"clust\": 1371, \"rank\": 1621, \"rankvar\": 2876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1513, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1759, \"group\": [1379.0, 211.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGGCGC\", \"ini\": 2075, \"clust\": 2142, \"rank\": 1441, \"rankvar\": 191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1118, \"group\": [2146.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTGTGCCTG\", \"ini\": 2074, \"clust\": 3127, \"rank\": 1697, \"rankvar\": 1975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3394, \"group\": [3129.0, 592.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAAGTCTGT\", \"ini\": 2073, \"clust\": 3199, \"rank\": 1375, \"rankvar\": 2838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1516, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3395, \"group\": [3200.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATTGAGCT\", \"ini\": 2072, \"clust\": 3212, \"rank\": 1647, \"rankvar\": 2976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1517, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3396, \"group\": [3211.0, 601.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCATGTTGAC\", \"ini\": 2071, \"clust\": 22, \"rank\": 1189, \"rankvar\": 2242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1869, \"group\": [22.0, 20.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCGAACGC\", \"ini\": 2070, \"clust\": 3355, \"rank\": 1372, \"rankvar\": 3229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1519, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3397, \"group\": [3356.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGTGGAT\", \"ini\": 2069, \"clust\": 3290, \"rank\": 1394, \"rankvar\": 2796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1520, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3398, \"group\": [3292.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGGACCCT\", \"ini\": 2068, \"clust\": 2583, \"rank\": 1825, \"rankvar\": 1898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1521, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1119, \"group\": [2582.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGGGTACA\", \"ini\": 2067, \"clust\": 3054, \"rank\": 1194, \"rankvar\": 648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3399, \"group\": [3056.0, 575.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGTAATG\", \"ini\": 2066, \"clust\": 2171, \"rank\": 1318, \"rankvar\": 1844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1523, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1120, \"group\": [2171.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAAGCTACCTA\", \"ini\": 2065, \"clust\": 2632, \"rank\": 1642, \"rankvar\": 2328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1121, \"group\": [2630.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTGTTCGAT\", \"ini\": 2064, \"clust\": 2849, \"rank\": 1495, \"rankvar\": 770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1525, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1122, \"group\": [2853.0, 496.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGATCACGG\", \"ini\": 2063, \"clust\": 1840, \"rank\": 1582, \"rankvar\": 1580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1123, \"group\": [1839.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCTCACCT\", \"ini\": 2062, \"clust\": 1854, \"rank\": 1631, \"rankvar\": 1759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1527, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1124, \"group\": [1854.0, 397.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTACAGCAG\", \"ini\": 2061, \"clust\": 2414, \"rank\": 1627, \"rankvar\": 1244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1125, \"group\": [2414.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACACATCTTT\", \"ini\": 2060, \"clust\": 1761, \"rank\": 1619, \"rankvar\": 268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1126, \"group\": [1760.0, 362.0, 64.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATTCATCGCTC\", \"ini\": 2059, \"clust\": 2565, \"rank\": 1753, \"rankvar\": 790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1530, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1127, \"group\": [2565.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGCAGCCTC\", \"ini\": 2058, \"clust\": 3234, \"rank\": 1116, \"rankvar\": 2854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1531, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3400, \"group\": [3233.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCATCTACGA\", \"ini\": 2057, \"clust\": 2963, \"rank\": 1236, \"rankvar\": 2531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1532, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3401, \"group\": [2963.0, 543.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCAACCGCCA\", \"ini\": 2056, \"clust\": 3364, \"rank\": 1474, \"rankvar\": 2293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3402, \"group\": [3365.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGTTGAC\", \"ini\": 2055, \"clust\": 2252, \"rank\": 1096, \"rankvar\": 2385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1534, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1128, \"group\": [2253.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACTGTAA\", \"ini\": 2054, \"clust\": 2427, \"rank\": 1479, \"rankvar\": 1156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1129, \"group\": [2427.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACATTAGC\", \"ini\": 2053, \"clust\": 2725, \"rank\": 1446, \"rankvar\": 1105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1130, \"group\": [2725.0, 483.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCTGTT\", \"ini\": 2052, \"clust\": 2563, \"rank\": 1670, \"rankvar\": 155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1131, \"group\": [2562.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTACGA\", \"ini\": 2051, \"clust\": 2115, \"rank\": 1434, \"rankvar\": 1278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1132, \"group\": [2117.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGACTGTAA\", \"ini\": 2050, \"clust\": 2490, \"rank\": 1514, \"rankvar\": 841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1133, \"group\": [2489.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGTTGAGAT\", \"ini\": 2049, \"clust\": 1758, \"rank\": 1481, \"rankvar\": 559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1134, \"group\": [1758.0, 361.0, 64.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGCTGGCT\", \"ini\": 2048, \"clust\": 1357, \"rank\": 1535, \"rankvar\": 3182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1541, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1760, \"group\": [1357.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAGTCATATGC\", \"ini\": 2047, \"clust\": 2542, \"rank\": 1758, \"rankvar\": 1058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1135, \"group\": [2541.0, 457.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTGAGGCTA\", \"ini\": 2046, \"clust\": 1284, \"rank\": 1572, \"rankvar\": 3143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1761, \"group\": [1289.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTTATCGGT\", \"ini\": 2045, \"clust\": 1828, \"rank\": 1639, \"rankvar\": 1897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1136, \"group\": [1844.0, 394.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTAAATGAC\", \"ini\": 2044, \"clust\": 3124, \"rank\": 1748, \"rankvar\": 1821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1545, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3403, \"group\": [3126.0, 592.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGTATCTCG\", \"ini\": 2043, \"clust\": 3501, \"rank\": 2082, \"rankvar\": 3531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1546, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 63, \"group\": [3499.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCTACCTC\", \"ini\": 2042, \"clust\": 2135, \"rank\": 1464, \"rankvar\": 400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1137, \"group\": [2136.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCTTTA\", \"ini\": 2041, \"clust\": 2825, \"rank\": 1585, \"rankvar\": 896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1138, \"group\": [2829.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTAAGCG\", \"ini\": 2040, \"clust\": 2836, \"rank\": 1687, \"rankvar\": 1359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1139, \"group\": [2836.0, 492.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTTTGCATG\", \"ini\": 2039, \"clust\": 1400, \"rank\": 1398, \"rankvar\": 569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1140, \"group\": [1404.0, 225.0, 40.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGCCTCA\", \"ini\": 2038, \"clust\": 1762, \"rank\": 1805, \"rankvar\": 626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1551, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1141, \"group\": [1761.0, 362.0, 64.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTGCTTG\", \"ini\": 2037, \"clust\": 3138, \"rank\": 1092, \"rankvar\": 1092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3404, \"group\": [3141.0, 595.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCAGTTCGA\", \"ini\": 2036, \"clust\": 73, \"rank\": 988, \"rankvar\": 691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1870, \"group\": [70.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGAGTGACC\", \"ini\": 2035, \"clust\": 2581, \"rank\": 1713, \"rankvar\": 579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1142, \"group\": [2583.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATGCCTAA\", \"ini\": 2034, \"clust\": 2559, \"rank\": 1663, \"rankvar\": 1141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1143, \"group\": [2558.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAAATCCGT\", \"ini\": 2033, \"clust\": 35, \"rank\": 798, \"rankvar\": 2197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1556, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1871, \"group\": [35.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTAGAAGGA\", \"ini\": 2032, \"clust\": 1819, \"rank\": 1473, \"rankvar\": 1599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1144, \"group\": [1822.0, 390.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACTTCTT\", \"ini\": 2031, \"clust\": 2687, \"rank\": 1674, \"rankvar\": 226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1145, \"group\": [2688.0, 475.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACACTCGACG\", \"ini\": 2030, \"clust\": 2595, \"rank\": 1787, \"rankvar\": 1506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1146, \"group\": [2594.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGTGGGTT\", \"ini\": 2029, \"clust\": 2308, \"rank\": 1454, \"rankvar\": 331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1147, \"group\": [2313.0, 433.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTTAGGGTG\", \"ini\": 2028, \"clust\": 243, \"rank\": 795, \"rankvar\": 3037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1561, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2703, \"group\": [242.0, 66.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAAGCTGAG\", \"ini\": 2027, \"clust\": 2596, \"rank\": 1775, \"rankvar\": 1337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1148, \"group\": [2595.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCAGAAC\", \"ini\": 2026, \"clust\": 2127, \"rank\": 1570, \"rankvar\": 803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1149, \"group\": [2128.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTTGTTTGG\", \"ini\": 2025, \"clust\": 47, \"rank\": 754, \"rankvar\": 1252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1872, \"group\": [46.0, 27.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTACCAGT\", \"ini\": 2024, \"clust\": 2522, \"rank\": 1703, \"rankvar\": 609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1150, \"group\": [2523.0, 449.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCATTGTGCA\", \"ini\": 2023, \"clust\": 2215, \"rank\": 1557, \"rankvar\": 360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1151, \"group\": [2226.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCCATT\", \"ini\": 2022, \"clust\": 3280, \"rank\": 1333, \"rankvar\": 2297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1567, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3405, \"group\": [3281.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTAGCTCCTCT\", \"ini\": 2021, \"clust\": 2122, \"rank\": 1385, \"rankvar\": 1478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1152, \"group\": [2122.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCCTTTCGG\", \"ini\": 2020, \"clust\": 1442, \"rank\": 1679, \"rankvar\": 1504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1153, \"group\": [1443.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATGACATC\", \"ini\": 2019, \"clust\": 2562, \"rank\": 1725, \"rankvar\": 1284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1570, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1154, \"group\": [2564.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGAAACGAG\", \"ini\": 2018, \"clust\": 2543, \"rank\": 1886, \"rankvar\": 767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1155, \"group\": [2542.0, 457.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTCTTTA\", \"ini\": 2017, \"clust\": 2524, \"rank\": 1549, \"rankvar\": 917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1572, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1156, \"group\": [2522.0, 449.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCACCACCT\", \"ini\": 2016, \"clust\": 1238, \"rank\": 1580, \"rankvar\": 2733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1573, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1762, \"group\": [1239.0, 193.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGAAGATTC\", \"ini\": 2015, \"clust\": 2861, \"rank\": 1691, \"rankvar\": 1453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1157, \"group\": [2862.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTATCTG\", \"ini\": 2014, \"clust\": 2790, \"rank\": 1598, \"rankvar\": 1114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1575, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1158, \"group\": [2793.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCTAGCCC\", \"ini\": 2013, \"clust\": 3050, \"rank\": 1304, \"rankvar\": 1380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1576, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3406, \"group\": [3057.0, 576.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAAGCATGGCA\", \"ini\": 2012, \"clust\": 2880, \"rank\": 1829, \"rankvar\": 2342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1577, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3407, \"group\": [2880.0, 507.0, 72.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTTGTCTTT\", \"ini\": 2011, \"clust\": 2119, \"rank\": 1477, \"rankvar\": 789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1578, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1159, \"group\": [2121.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGTCCTCT\", \"ini\": 2010, \"clust\": 1832, \"rank\": 1659, \"rankvar\": 1882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1160, \"group\": [1832.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCCCAGCT\", \"ini\": 2009, \"clust\": 2627, \"rank\": 1715, \"rankvar\": 720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1161, \"group\": [2629.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCAGGACAGAA\", \"ini\": 2008, \"clust\": 2853, \"rank\": 1661, \"rankvar\": 763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1581, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1162, \"group\": [2854.0, 496.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCTCCTAG\", \"ini\": 2007, \"clust\": 3570, \"rank\": 2221, \"rankvar\": 3513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1582, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 64, \"group\": [3571.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCACAACGTT\", \"ini\": 2006, \"clust\": 2771, \"rank\": 1490, \"rankvar\": 524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1583, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1163, \"group\": [2772.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGTCAAGGC\", \"ini\": 2005, \"clust\": 3571, \"rank\": 2226, \"rankvar\": 3545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1584, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 65, \"group\": [3569.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATAACCTG\", \"ini\": 2004, \"clust\": 1376, \"rank\": 1852, \"rankvar\": 3049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1585, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1763, \"group\": [1378.0, 210.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCAATACCG\", \"ini\": 2003, \"clust\": 2614, \"rank\": 1705, \"rankvar\": 1745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1586, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1164, \"group\": [2614.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCTTGAGGT\", \"ini\": 2002, \"clust\": 2791, \"rank\": 1590, \"rankvar\": 984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1165, \"group\": [2791.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGGACATTA\", \"ini\": 2001, \"clust\": 2642, \"rank\": 1488, \"rankvar\": 1592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1166, \"group\": [2640.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTAGAAGGA\", \"ini\": 2000, \"clust\": 2207, \"rank\": 1499, \"rankvar\": 1494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1589, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1167, \"group\": [2208.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGCCAGTAG\", \"ini\": 1999, \"clust\": 3523, \"rank\": 2033, \"rankvar\": 3521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1590, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 66, \"group\": [3523.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTCGTTC\", \"ini\": 1998, \"clust\": 1841, \"rank\": 1620, \"rankvar\": 1514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1591, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1168, \"group\": [1840.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGCAAGCC\", \"ini\": 1997, \"clust\": 2102, \"rank\": 1566, \"rankvar\": 1974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1169, \"group\": [2103.0, 422.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTAAGGGAA\", \"ini\": 1996, \"clust\": 1450, \"rank\": 1885, \"rankvar\": 914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1593, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1170, \"group\": [1450.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTACTTCTT\", \"ini\": 1995, \"clust\": 2541, \"rank\": 1851, \"rankvar\": 2594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1171, \"group\": [2547.0, 458.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCAAGCCG\", \"ini\": 1994, \"clust\": 3242, \"rank\": 1044, \"rankvar\": 2690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1595, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3408, \"group\": [3244.0, 603.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGGCGGTT\", \"ini\": 1993, \"clust\": 2567, \"rank\": 1594, \"rankvar\": 2464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1596, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1172, \"group\": [2570.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTCGCATCG\", \"ini\": 1992, \"clust\": 3025, \"rank\": 1820, \"rankvar\": 1878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1597, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3409, \"group\": [3036.0, 570.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCCTACAGA\", \"ini\": 1991, \"clust\": 2491, \"rank\": 1438, \"rankvar\": 2316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1173, \"group\": [2490.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACTGTTAG\", \"ini\": 1990, \"clust\": 2781, \"rank\": 1552, \"rankvar\": 1738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1599, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1174, \"group\": [2784.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCGGTCTAA\", \"ini\": 1989, \"clust\": 2760, \"rank\": 1560, \"rankvar\": 2337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1600, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1175, \"group\": [2760.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCACCGCTAG\", \"ini\": 1988, \"clust\": 1846, \"rank\": 2062, \"rankvar\": 2226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1176, \"group\": [1846.0, 395.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCATACTG\", \"ini\": 1987, \"clust\": 2782, \"rank\": 1494, \"rankvar\": 1944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1177, \"group\": [2782.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACTGAAGG\", \"ini\": 1986, \"clust\": 2830, \"rank\": 1732, \"rankvar\": 2448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1178, \"group\": [2832.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATGCATG\", \"ini\": 1985, \"clust\": 2612, \"rank\": 1618, \"rankvar\": 620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1604, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1179, \"group\": [2616.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTAAGTAGT\", \"ini\": 1984, \"clust\": 2233, \"rank\": 1377, \"rankvar\": 1563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1180, \"group\": [2234.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCCACGTC\", \"ini\": 1983, \"clust\": 1367, \"rank\": 1405, \"rankvar\": 2942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1764, \"group\": [1367.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCCTCATTA\", \"ini\": 1982, \"clust\": 1310, \"rank\": 1701, \"rankvar\": 3260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1607, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1765, \"group\": [1318.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGAATGTTG\", \"ini\": 1981, \"clust\": 2664, \"rank\": 1600, \"rankvar\": 1400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1181, \"group\": [2665.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCATTAGC\", \"ini\": 1980, \"clust\": 3497, \"rank\": 2149, \"rankvar\": 3430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1609, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 67, \"group\": [3495.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTCTCATT\", \"ini\": 1979, \"clust\": 2685, \"rank\": 1613, \"rankvar\": 1197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1610, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1182, \"group\": [2686.0, 475.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAGAGGA\", \"ini\": 1978, \"clust\": 2114, \"rank\": 1567, \"rankvar\": 2981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1183, \"group\": [2118.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCGTTTAC\", \"ini\": 1977, \"clust\": 69, \"rank\": 1049, \"rankvar\": 2139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1612, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1873, \"group\": [78.0, 32.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCATACAGCT\", \"ini\": 1976, \"clust\": 3353, \"rank\": 1447, \"rankvar\": 2762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1613, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3410, \"group\": [3354.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGTGGACGT\", \"ini\": 1975, \"clust\": 2088, \"rank\": 1493, \"rankvar\": 685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1184, \"group\": [2088.0, 420.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCATTCTTAC\", \"ini\": 1974, \"clust\": 2580, \"rank\": 1822, \"rankvar\": 668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1185, \"group\": [2580.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTGTCGAGATG\", \"ini\": 1973, \"clust\": 3023, \"rank\": 1601, \"rankvar\": 3366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1616, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3411, \"group\": [3023.0, 564.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGTGCCT\", \"ini\": 1972, \"clust\": 2552, \"rank\": 1616, \"rankvar\": 1185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1186, \"group\": [2551.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTCTCTTAT\", \"ini\": 1971, \"clust\": 2204, \"rank\": 1420, \"rankvar\": 1172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1618, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1187, \"group\": [2207.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCCGTCAAA\", \"ini\": 1970, \"clust\": 3525, \"rank\": 1990, \"rankvar\": 3486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 68, \"group\": [3522.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGTCACGATGT\", \"ini\": 1969, \"clust\": 1628, \"rank\": 1984, \"rankvar\": 2345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1620, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1188, \"group\": [1627.0, 305.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGGTCTCG\", \"ini\": 1968, \"clust\": 1797, \"rank\": 1614, \"rankvar\": 215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1189, \"group\": [1798.0, 380.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCGGATGGA\", \"ini\": 1967, \"clust\": 2720, \"rank\": 1539, \"rankvar\": 645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1190, \"group\": [2721.0, 481.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTTAGGTA\", \"ini\": 1966, \"clust\": 2651, \"rank\": 1740, \"rankvar\": 779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1191, \"group\": [2650.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGACTAGAT\", \"ini\": 1965, \"clust\": 3055, \"rank\": 1255, \"rankvar\": 2789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1624, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3412, \"group\": [3054.0, 575.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATAGACTC\", \"ini\": 1964, \"clust\": 3045, \"rank\": 1384, \"rankvar\": 1190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3413, \"group\": [3045.0, 573.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTATCCCG\", \"ini\": 1963, \"clust\": 1773, \"rank\": 1879, \"rankvar\": 1938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1192, \"group\": [1774.0, 371.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGTCATGCT\", \"ini\": 1962, \"clust\": 2955, \"rank\": 1845, \"rankvar\": 1579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3414, \"group\": [2959.0, 540.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTTCAGTAC\", \"ini\": 1961, \"clust\": 1348, \"rank\": 1547, \"rankvar\": 3092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1628, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1766, \"group\": [1348.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGAGCCTAG\", \"ini\": 1960, \"clust\": 1370, \"rank\": 1482, \"rankvar\": 3131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1629, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1767, \"group\": [1370.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAACGA\", \"ini\": 1959, \"clust\": 1588, \"rank\": 1934, \"rankvar\": 1005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1193, \"group\": [1590.0, 276.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCGAAAGC\", \"ini\": 1958, \"clust\": 2438, \"rank\": 1452, \"rankvar\": 476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1194, \"group\": [2446.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATGTGGT\", \"ini\": 1957, \"clust\": 2646, \"rank\": 1609, \"rankvar\": 619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1195, \"group\": [2643.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAGTCATC\", \"ini\": 1956, \"clust\": 2497, \"rank\": 1542, \"rankvar\": 123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1633, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1196, \"group\": [2499.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGCCTTGG\", \"ini\": 1955, \"clust\": 2527, \"rank\": 1734, \"rankvar\": 1178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1634, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1197, \"group\": [2527.0, 451.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATGAATG\", \"ini\": 1954, \"clust\": 2104, \"rank\": 1442, \"rankvar\": 2083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1635, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1198, \"group\": [2107.0, 422.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCATTTCACT\", \"ini\": 1953, \"clust\": 2237, \"rank\": 1389, \"rankvar\": 1562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1199, \"group\": [2238.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTAACGGT\", \"ini\": 1952, \"clust\": 3204, \"rank\": 1268, \"rankvar\": 2832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1637, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3415, \"group\": [3204.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGACAAGCC\", \"ini\": 1951, \"clust\": 1824, \"rank\": 1712, \"rankvar\": 838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1200, \"group\": [1825.0, 391.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGGCACTA\", \"ini\": 1950, \"clust\": 1285, \"rank\": 1738, \"rankvar\": 3121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1768, \"group\": [1284.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAGCGATG\", \"ini\": 1949, \"clust\": 3247, \"rank\": 1704, \"rankvar\": 2677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1640, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3416, \"group\": [3246.0, 604.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTATATGAG\", \"ini\": 1948, \"clust\": 3281, \"rank\": 1030, \"rankvar\": 2418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1641, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3417, \"group\": [3282.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCGGTGTTA\", \"ini\": 1947, \"clust\": 1594, \"rank\": 1881, \"rankvar\": 15, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1642, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1201, \"group\": [1592.0, 277.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGCGAG\", \"ini\": 1946, \"clust\": 2418, \"rank\": 1646, \"rankvar\": 1161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1202, \"group\": [2419.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGTAGGTGC\", \"ini\": 1945, \"clust\": 2515, \"rank\": 1699, \"rankvar\": 629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1203, \"group\": [2513.0, 447.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACAGACAG\", \"ini\": 1944, \"clust\": 2795, \"rank\": 1550, \"rankvar\": 2369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1204, \"group\": [2795.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGACCAAG\", \"ini\": 1943, \"clust\": 3561, \"rank\": 2275, \"rankvar\": 3562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1646, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 69, \"group\": [3558.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCGATCCCT\", \"ini\": 1942, \"clust\": 2688, \"rank\": 1710, \"rankvar\": 544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1647, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1205, \"group\": [2689.0, 475.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTAAC\", \"ini\": 1941, \"clust\": 2855, \"rank\": 1553, \"rankvar\": 716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1648, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1206, \"group\": [2856.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCTGCTGCT\", \"ini\": 1940, \"clust\": 1833, \"rank\": 1569, \"rankvar\": 2196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1649, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1207, \"group\": [1833.0, 393.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATGCATG\", \"ini\": 1939, \"clust\": 1742, \"rank\": 1563, \"rankvar\": 51, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1208, \"group\": [1746.0, 354.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCATTCCTGC\", \"ini\": 1938, \"clust\": 3562, \"rank\": 2223, \"rankvar\": 3573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1651, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 70, \"group\": [3559.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACCTCGGA\", \"ini\": 1937, \"clust\": 2594, \"rank\": 1880, \"rankvar\": 932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1209, \"group\": [2596.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCAGTATCACCA\", \"ini\": 1936, \"clust\": 3215, \"rank\": 1412, \"rankvar\": 2775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1653, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3418, \"group\": [3219.0, 602.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCCTATTCA\", \"ini\": 1935, \"clust\": 2520, \"rank\": 1816, \"rankvar\": 1647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1210, \"group\": [2519.0, 449.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTAAGTGTA\", \"ini\": 1934, \"clust\": 2486, \"rank\": 1633, \"rankvar\": 1179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1655, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1211, \"group\": [2485.0, 441.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTGCTGTAT\", \"ini\": 1933, \"clust\": 3397, \"rank\": 1765, \"rankvar\": 3446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1656, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3570, \"group\": [3396.0, 615.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATGGTCA\", \"ini\": 1932, \"clust\": 2208, \"rank\": 1531, \"rankvar\": 2166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1212, \"group\": [2209.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGACGACGT\", \"ini\": 1931, \"clust\": 2721, \"rank\": 1610, \"rankvar\": 1631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1213, \"group\": [2722.0, 481.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTCCGAGTC\", \"ini\": 1930, \"clust\": 3056, \"rank\": 1302, \"rankvar\": 2695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3419, \"group\": [3055.0, 575.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGAAGG\", \"ini\": 1929, \"clust\": 2573, \"rank\": 1544, \"rankvar\": 1016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1214, \"group\": [2572.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACAGGCTCAC\", \"ini\": 1928, \"clust\": 2111, \"rank\": 1462, \"rankvar\": 337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1215, \"group\": [2112.0, 423.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCATTTGGG\", \"ini\": 1927, \"clust\": 15, \"rank\": 1497, \"rankvar\": 2632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1874, \"group\": [15.0, 14.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAAGGGCTCTC\", \"ini\": 1926, \"clust\": 1263, \"rank\": 1916, \"rankvar\": 2708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1663, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1769, \"group\": [1263.0, 203.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCAATGTC\", \"ini\": 1925, \"clust\": 2569, \"rank\": 1729, \"rankvar\": 1367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1664, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1216, \"group\": [2567.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCGC\", \"ini\": 1924, \"clust\": 1286, \"rank\": 1840, \"rankvar\": 3138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1665, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1770, \"group\": [1285.0, 204.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGAACAG\", \"ini\": 1923, \"clust\": 1313, \"rank\": 1846, \"rankvar\": 3145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1666, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1771, \"group\": [1310.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACACGAAACG\", \"ini\": 1922, \"clust\": 1440, \"rank\": 1835, \"rankvar\": 1536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1217, \"group\": [1441.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCACTAGTAC\", \"ini\": 1921, \"clust\": 2719, \"rank\": 1617, \"rankvar\": 1332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1668, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1218, \"group\": [2720.0, 481.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACGGTTTA\", \"ini\": 1920, \"clust\": 1596, \"rank\": 1722, \"rankvar\": 1028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1219, \"group\": [1597.0, 282.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCAAAGTC\", \"ini\": 1919, \"clust\": 2671, \"rank\": 1718, \"rankvar\": 920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1670, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1220, \"group\": [2670.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCTCGCATC\", \"ini\": 1918, \"clust\": 3279, \"rank\": 1218, \"rankvar\": 2057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1671, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3420, \"group\": [3280.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTGGACCC\", \"ini\": 1917, \"clust\": 2597, \"rank\": 1924, \"rankvar\": 349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1672, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1221, \"group\": [2597.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCGAATGT\", \"ini\": 1916, \"clust\": 3513, \"rank\": 2134, \"rankvar\": 3514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1673, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 71, \"group\": [3512.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTAAGTGTA\", \"ini\": 1915, \"clust\": 2145, \"rank\": 1469, \"rankvar\": 279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1222, \"group\": [2144.0, 425.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCTGTCCGT\", \"ini\": 1914, \"clust\": 2226, \"rank\": 1528, \"rankvar\": 311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1223, \"group\": [2229.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCAGTATG\", \"ini\": 1913, \"clust\": 3168, \"rank\": 1351, \"rankvar\": 3119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1676, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3421, \"group\": [3168.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTCCGAACC\", \"ini\": 1912, \"clust\": 2584, \"rank\": 1898, \"rankvar\": 1321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1677, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1224, \"group\": [2584.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTGCGCTTG\", \"ini\": 1911, \"clust\": 2566, \"rank\": 1803, \"rankvar\": 502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1225, \"group\": [2566.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACAGACGCTC\", \"ini\": 1910, \"clust\": 1362, \"rank\": 1558, \"rankvar\": 2899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1679, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1772, \"group\": [1364.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGGGAG\", \"ini\": 1909, \"clust\": 1716, \"rank\": 978, \"rankvar\": 637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1226, \"group\": [1725.0, 335.0, 58.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTTCGAGA\", \"ini\": 1908, \"clust\": 2737, \"rank\": 1724, \"rankvar\": 2014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1681, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1227, \"group\": [2736.0, 486.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGAATCCA\", \"ini\": 1907, \"clust\": 2516, \"rank\": 1900, \"rankvar\": 515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1228, \"group\": [2524.0, 450.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGAATGGA\", \"ini\": 1906, \"clust\": 1447, \"rank\": 1969, \"rankvar\": 1595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1229, \"group\": [1447.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCGTACGGC\", \"ini\": 1905, \"clust\": 2698, \"rank\": 1769, \"rankvar\": 2170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1230, \"group\": [2699.0, 476.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCAGAGCCAA\", \"ini\": 1904, \"clust\": 1342, \"rank\": 1455, \"rankvar\": 3046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1685, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1773, \"group\": [1342.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCATGTCCC\", \"ini\": 1903, \"clust\": 2656, \"rank\": 1756, \"rankvar\": 1107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1231, \"group\": [2655.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTAGTGCG\", \"ini\": 1902, \"clust\": 2571, \"rank\": 1513, \"rankvar\": 2214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1232, \"group\": [2573.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCGATTCT\", \"ini\": 1901, \"clust\": 1602, \"rank\": 1597, \"rankvar\": 2517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1233, \"group\": [1601.0, 285.0, 49.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTGTTGAGG\", \"ini\": 1900, \"clust\": 2828, \"rank\": 1634, \"rankvar\": 1849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1689, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1234, \"group\": [2827.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAGTAACGG\", \"ini\": 1899, \"clust\": 2843, \"rank\": 1635, \"rankvar\": 94, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1235, \"group\": [2843.0, 494.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGCTAGTCT\", \"ini\": 1898, \"clust\": 5, \"rank\": 1350, \"rankvar\": 531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1875, \"group\": [5.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTGTCGT\", \"ini\": 1897, \"clust\": 30, \"rank\": 1186, \"rankvar\": 2255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1876, \"group\": [28.0, 23.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGAGTCCCACG\", \"ini\": 1896, \"clust\": 2789, \"rank\": 1628, \"rankvar\": 63, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1236, \"group\": [2790.0, 490.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCAAGCCCAC\", \"ini\": 1895, \"clust\": 3516, \"rank\": 2069, \"rankvar\": 3499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1694, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 72, \"group\": [3513.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTGTATGGG\", \"ini\": 1894, \"clust\": 2532, \"rank\": 1895, \"rankvar\": 1038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1237, \"group\": [2531.0, 453.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATTCCC\", \"ini\": 1893, \"clust\": 2108, \"rank\": 1611, \"rankvar\": 258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1696, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1238, \"group\": [2108.0, 422.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAAAGCGGT\", \"ini\": 1892, \"clust\": 2498, \"rank\": 1709, \"rankvar\": 799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1697, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1239, \"group\": [2498.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTCTCCCTA\", \"ini\": 1891, \"clust\": 2123, \"rank\": 1666, \"rankvar\": 1833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1240, \"group\": [2123.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTACGAGT\", \"ini\": 1890, \"clust\": 2109, \"rank\": 1650, \"rankvar\": 140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1241, \"group\": [2109.0, 422.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGCGCCAA\", \"ini\": 1889, \"clust\": 3170, \"rank\": 1272, \"rankvar\": 2890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1700, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3422, \"group\": [3167.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGGATCGA\", \"ini\": 1888, \"clust\": 2202, \"rank\": 1361, \"rankvar\": 2231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1701, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1242, \"group\": [2202.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCGCAA\", \"ini\": 1887, \"clust\": 3191, \"rank\": 1387, \"rankvar\": 2936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1702, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3423, \"group\": [3198.0, 600.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAGTGGAGT\", \"ini\": 1886, \"clust\": 2129, \"rank\": 1529, \"rankvar\": 1574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1243, \"group\": [2129.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTAGCAAAT\", \"ini\": 1885, \"clust\": 2489, \"rank\": 1702, \"rankvar\": 81, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1244, \"group\": [2500.0, 444.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGGCATGTG\", \"ini\": 1884, \"clust\": 2650, \"rank\": 1776, \"rankvar\": 1094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1245, \"group\": [2649.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCTGTT\", \"ini\": 1883, \"clust\": 2666, \"rank\": 1762, \"rankvar\": 124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1706, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1246, \"group\": [2664.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGATGT\", \"ini\": 1882, \"clust\": 2660, \"rank\": 1690, \"rankvar\": 2227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1707, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1247, \"group\": [2662.0, 468.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCACAGCCCA\", \"ini\": 1881, \"clust\": 1600, \"rank\": 1475, \"rankvar\": 1281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1248, \"group\": [1602.0, 286.0, 49.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTATATGGA\", \"ini\": 1880, \"clust\": 2499, \"rank\": 1677, \"rankvar\": 1736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1709, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1249, \"group\": [2496.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCGTTTATC\", \"ini\": 1879, \"clust\": 2677, \"rank\": 1721, \"rankvar\": 1388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1250, \"group\": [2681.0, 472.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCCCACTTG\", \"ini\": 1878, \"clust\": 2553, \"rank\": 1743, \"rankvar\": 902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1251, \"group\": [2552.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGGGATC\", \"ini\": 1877, \"clust\": 2416, \"rank\": 1708, \"rankvar\": 1192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1252, \"group\": [2417.0, 435.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCCACGCAG\", \"ini\": 1876, \"clust\": 2686, \"rank\": 1654, \"rankvar\": 991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1253, \"group\": [2687.0, 475.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCAAAGCG\", \"ini\": 1875, \"clust\": 3428, \"rank\": 1882, \"rankvar\": 3067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1254, \"group\": [3429.0, 627.0, 90.0, 21.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCCATGAAC\", \"ini\": 1874, \"clust\": 3009, \"rank\": 1573, \"rankvar\": 2278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1715, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3424, \"group\": [3010.0, 561.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCCGGCACA\", \"ini\": 1873, \"clust\": 3162, \"rank\": 1554, \"rankvar\": 1771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1716, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3425, \"group\": [3163.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTACCGTTA\", \"ini\": 1872, \"clust\": 1386, \"rank\": 1537, \"rankvar\": 2941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1717, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1774, \"group\": [1391.0, 216.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGGGTATG\", \"ini\": 1871, \"clust\": 2657, \"rank\": 1801, \"rankvar\": 2606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1255, \"group\": [2656.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTCTTGATG\", \"ini\": 1870, \"clust\": 3146, \"rank\": 1240, \"rankvar\": 1955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1719, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3426, \"group\": [3147.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTACGGAG\", \"ini\": 1869, \"clust\": 2792, \"rank\": 1720, \"rankvar\": 652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1720, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1256, \"group\": [2792.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAAGCACACAG\", \"ini\": 1868, \"clust\": 240, \"rank\": 1105, \"rankvar\": 3244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1721, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2704, \"group\": [238.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGTACACCT\", \"ini\": 1867, \"clust\": 2736, \"rank\": 1864, \"rankvar\": 692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1722, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1257, \"group\": [2738.0, 486.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGGACAC\", \"ini\": 1866, \"clust\": 2960, \"rank\": 1761, \"rankvar\": 2568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3427, \"group\": [2960.0, 541.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTTGACGTT\", \"ini\": 1865, \"clust\": 3, \"rank\": 1696, \"rankvar\": 950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1877, \"group\": [4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCGTTCCG\", \"ini\": 1864, \"clust\": 1345, \"rank\": 1757, \"rankvar\": 3234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1775, \"group\": [1345.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCAGGGTATG\", \"ini\": 1863, \"clust\": 1774, \"rank\": 1763, \"rankvar\": 1155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1258, \"group\": [1775.0, 372.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTTGACGA\", \"ini\": 1862, \"clust\": 1368, \"rank\": 1746, \"rankvar\": 3070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1727, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1776, \"group\": [1368.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATCCGGGT\", \"ini\": 1861, \"clust\": 3581, \"rank\": 2339, \"rankvar\": 3445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1728, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 73, \"group\": [3579.0, 649.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCATGACGGA\", \"ini\": 1860, \"clust\": 2801, \"rank\": 1400, \"rankvar\": 1120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1729, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1259, \"group\": [2802.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTTCCGTCT\", \"ini\": 1859, \"clust\": 2787, \"rank\": 1660, \"rankvar\": 1641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1260, \"group\": [2786.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACCATAG\", \"ini\": 1858, \"clust\": 1319, \"rank\": 1629, \"rankvar\": 3267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1731, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1777, \"group\": [1315.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGGTGTTAA\", \"ini\": 1857, \"clust\": 2844, \"rank\": 1624, \"rankvar\": 473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1732, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1261, \"group\": [2844.0, 494.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGACTCGGA\", \"ini\": 1856, \"clust\": 2112, \"rank\": 1665, \"rankvar\": 1817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1733, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1262, \"group\": [2113.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGTGAAGTT\", \"ini\": 1855, \"clust\": 3347, \"rank\": 1564, \"rankvar\": 1620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3428, \"group\": [3348.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCAGAGACG\", \"ini\": 1854, \"clust\": 2128, \"rank\": 1723, \"rankvar\": 863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1263, \"group\": [2131.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCTCAACGAAA\", \"ini\": 1853, \"clust\": 1216, \"rank\": 1322, \"rankvar\": 1747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1736, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1778, \"group\": [1217.0, 173.0, 27.0, 7.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTCGCGGTT\", \"ini\": 1852, \"clust\": 3167, \"rank\": 1170, \"rankvar\": 3416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3429, \"group\": [3169.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGAGTCTGG\", \"ini\": 1851, \"clust\": 3248, \"rank\": 1794, \"rankvar\": 1355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1738, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3430, \"group\": [3247.0, 604.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTACAGCTTCGG\", \"ini\": 1850, \"clust\": 2598, \"rank\": 1878, \"rankvar\": 70, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1264, \"group\": [2598.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTCTGAGA\", \"ini\": 1849, \"clust\": 2635, \"rank\": 1755, \"rankvar\": 1992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1265, \"group\": [2634.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTGTGGTTT\", \"ini\": 1848, \"clust\": 2148, \"rank\": 1593, \"rankvar\": 1941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1266, \"group\": [2148.0, 426.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATCCGTGG\", \"ini\": 1847, \"clust\": 2856, \"rank\": 1502, \"rankvar\": 1131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1742, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1267, \"group\": [2857.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAGC\", \"ini\": 1846, \"clust\": 3171, \"rank\": 1243, \"rankvar\": 3099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1743, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3431, \"group\": [3172.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACAAGGTGTG\", \"ini\": 1845, \"clust\": 1372, \"rank\": 1904, \"rankvar\": 2471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1744, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1779, \"group\": [1371.0, 210.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGAATTCCC\", \"ini\": 1844, \"clust\": 3065, \"rank\": 1423, \"rankvar\": 2362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1745, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3432, \"group\": [3063.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTCCGTAT\", \"ini\": 1843, \"clust\": 2761, \"rank\": 1700, \"rankvar\": 1864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1746, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1268, \"group\": [2761.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGTGAGT\", \"ini\": 1842, \"clust\": 1807, \"rank\": 1719, \"rankvar\": 1792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1747, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1269, \"group\": [1808.0, 384.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTATATGAG\", \"ini\": 1841, \"clust\": 2854, \"rank\": 1716, \"rankvar\": 375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1270, \"group\": [2855.0, 496.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCATGCAT\", \"ini\": 1840, \"clust\": 2780, \"rank\": 1799, \"rankvar\": 1062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1271, \"group\": [2780.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAGCGTCCA\", \"ini\": 1839, \"clust\": 2837, \"rank\": 1773, \"rankvar\": 1048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1750, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1272, \"group\": [2837.0, 492.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTAGGACAC\", \"ini\": 1838, \"clust\": 2633, \"rank\": 1828, \"rankvar\": 1189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1751, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1273, \"group\": [2631.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTCCGGCA\", \"ini\": 1837, \"clust\": 2561, \"rank\": 1695, \"rankvar\": 552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1274, \"group\": [2561.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATTTCAGG\", \"ini\": 1836, \"clust\": 3173, \"rank\": 1369, \"rankvar\": 2700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1753, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3433, \"group\": [3174.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTTAGTGGG\", \"ini\": 1835, \"clust\": 2689, \"rank\": 1751, \"rankvar\": 819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1275, \"group\": [2690.0, 475.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTCAGCTTCGG\", \"ini\": 1834, \"clust\": 2742, \"rank\": 1944, \"rankvar\": 830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1276, \"group\": [2743.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTACATGTC\", \"ini\": 1833, \"clust\": 1349, \"rank\": 1767, \"rankvar\": 2603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1756, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1780, \"group\": [1349.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCACCGCTAG\", \"ini\": 1832, \"clust\": 1817, \"rank\": 1917, \"rankvar\": 1127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1277, \"group\": [1815.0, 388.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTTCCAACA\", \"ini\": 1831, \"clust\": 2763, \"rank\": 1759, \"rankvar\": 870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1278, \"group\": [2764.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTCCAGGG\", \"ini\": 1830, \"clust\": 1311, \"rank\": 1847, \"rankvar\": 3207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1759, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1781, \"group\": [1311.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGTCGTTC\", \"ini\": 1829, \"clust\": 2513, \"rank\": 1807, \"rankvar\": 1623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1279, \"group\": [2514.0, 447.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCACGTCAGC\", \"ini\": 1828, \"clust\": 3210, \"rank\": 1604, \"rankvar\": 1895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1761, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3434, \"group\": [3212.0, 601.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGTCCTCCT\", \"ini\": 1827, \"clust\": 2481, \"rank\": 1744, \"rankvar\": 185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1762, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1280, \"group\": [2480.0, 439.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGGCTCTTA\", \"ini\": 1826, \"clust\": 2858, \"rank\": 1545, \"rankvar\": 1819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1281, \"group\": [2858.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATTCTTAC\", \"ini\": 1825, \"clust\": 2592, \"rank\": 1892, \"rankvar\": 729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1282, \"group\": [2590.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCCTCATTA\", \"ini\": 1824, \"clust\": 3414, \"rank\": 1806, \"rankvar\": 3320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3571, \"group\": [3409.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTTGTCGCG\", \"ini\": 1823, \"clust\": 1825, \"rank\": 1883, \"rankvar\": 1170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1283, \"group\": [1826.0, 391.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCCATTTA\", \"ini\": 1822, \"clust\": 3131, \"rank\": 1630, \"rankvar\": 2280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1767, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3435, \"group\": [3132.0, 594.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCACAGACAG\", \"ini\": 1821, \"clust\": 1753, \"rank\": 1876, \"rankvar\": 1499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1284, \"group\": [1752.0, 357.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGGTACTCT\", \"ini\": 1820, \"clust\": 2753, \"rank\": 1752, \"rankvar\": 2013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1285, \"group\": [2755.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTCTGTCG\", \"ini\": 1819, \"clust\": 3033, \"rank\": 1853, \"rankvar\": 1695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1770, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3436, \"group\": [3033.0, 568.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGCCTTGG\", \"ini\": 1818, \"clust\": 2690, \"rank\": 1810, \"rankvar\": 407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1286, \"group\": [2691.0, 475.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTGCTGCT\", \"ini\": 1817, \"clust\": 2804, \"rank\": 1749, \"rankvar\": 344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1772, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1287, \"group\": [2807.0, 491.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTTCAGACT\", \"ini\": 1816, \"clust\": 2626, \"rank\": 1827, \"rankvar\": 861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1773, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1288, \"group\": [2624.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGAAGGCT\", \"ini\": 1815, \"clust\": 2744, \"rank\": 1602, \"rankvar\": 1648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1289, \"group\": [2745.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTAAACCTC\", \"ini\": 1814, \"clust\": 1343, \"rank\": 1577, \"rankvar\": 3288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1775, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1782, \"group\": [1343.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTCACGCC\", \"ini\": 1813, \"clust\": 3181, \"rank\": 1526, \"rankvar\": 2954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1776, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3437, \"group\": [3182.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGTGGGTTG\", \"ini\": 1812, \"clust\": 2704, \"rank\": 1726, \"rankvar\": 2081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1290, \"group\": [2704.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGGGCTTGA\", \"ini\": 1811, \"clust\": 2863, \"rank\": 1638, \"rankvar\": 1331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1778, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1291, \"group\": [2863.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATGGAATA\", \"ini\": 1810, \"clust\": 2705, \"rank\": 1632, \"rankvar\": 3106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1779, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1292, \"group\": [2705.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTACCGAGA\", \"ini\": 1809, \"clust\": 3305, \"rank\": 1466, \"rankvar\": 2630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1780, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3438, \"group\": [3306.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCAGCATGT\", \"ini\": 1808, \"clust\": 1422, \"rank\": 1779, \"rankvar\": 1206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1293, \"group\": [1425.0, 232.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCTAGGCA\", \"ini\": 1807, \"clust\": 2679, \"rank\": 1942, \"rankvar\": 714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1294, \"group\": [2678.0, 471.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGCTGCTG\", \"ini\": 1806, \"clust\": 2877, \"rank\": 2269, \"rankvar\": 3084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1783, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3439, \"group\": [2874.0, 505.0, 71.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCTATGTT\", \"ini\": 1805, \"clust\": 2551, \"rank\": 1692, \"rankvar\": 1369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1295, \"group\": [2553.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCCGAATGT\", \"ini\": 1804, \"clust\": 1387, \"rank\": 1335, \"rankvar\": 3077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1785, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1783, \"group\": [1388.0, 214.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGACGGTA\", \"ini\": 1803, \"clust\": 3515, \"rank\": 2194, \"rankvar\": 3535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1786, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 74, \"group\": [3515.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTATAGTAG\", \"ini\": 1802, \"clust\": 3585, \"rank\": 2267, \"rankvar\": 3503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1787, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 75, \"group\": [3582.0, 649.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATTTCAGG\", \"ini\": 1801, \"clust\": 2501, \"rank\": 1800, \"rankvar\": 1282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1296, \"group\": [2504.0, 445.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCATGTCCTC\", \"ini\": 1800, \"clust\": 2547, \"rank\": 1884, \"rankvar\": 783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1297, \"group\": [2544.0, 457.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTCACCTAA\", \"ini\": 1799, \"clust\": 3507, \"rank\": 2096, \"rankvar\": 3365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1790, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 76, \"group\": [3509.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTAACGGT\", \"ini\": 1798, \"clust\": 2480, \"rank\": 1589, \"rankvar\": 633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1298, \"group\": [2482.0, 439.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCAGTCAGT\", \"ini\": 1797, \"clust\": 3508, \"rank\": 2148, \"rankvar\": 3518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1792, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 77, \"group\": [3508.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGATCCA\", \"ini\": 1796, \"clust\": 2199, \"rank\": 1683, \"rankvar\": 1269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1299, \"group\": [2200.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGATCTGT\", \"ini\": 1795, \"clust\": 2201, \"rank\": 1693, \"rankvar\": 977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1794, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1300, \"group\": [2204.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACACGTCAGC\", \"ini\": 1794, \"clust\": 1772, \"rank\": 1868, \"rankvar\": 1349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1795, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1301, \"group\": [1773.0, 370.0, 66.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGGTCTGCGGT\", \"ini\": 1793, \"clust\": 3275, \"rank\": 1538, \"rankvar\": 1559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1796, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3440, \"group\": [3278.0, 608.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCTGCTGTC\", \"ini\": 1792, \"clust\": 1860, \"rank\": 1742, \"rankvar\": 320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1797, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1302, \"group\": [1860.0, 401.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCCGATATG\", \"ini\": 1791, \"clust\": 3514, \"rank\": 2213, \"rankvar\": 3497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1798, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 78, \"group\": [3516.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATACAATCAGAA\", \"ini\": 1790, \"clust\": 43, \"rank\": 1158, \"rankvar\": 634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1878, \"group\": [43.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCAGCTGGC\", \"ini\": 1789, \"clust\": 77, \"rank\": 1175, \"rankvar\": 1803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1879, \"group\": [73.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTTGCGTTA\", \"ini\": 1788, \"clust\": 3026, \"rank\": 1837, \"rankvar\": 3074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3441, \"group\": [3029.0, 566.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGACTAGGC\", \"ini\": 1787, \"clust\": 2726, \"rank\": 1909, \"rankvar\": 1521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1802, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1303, \"group\": [2726.0, 483.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCCCGC\", \"ini\": 1786, \"clust\": 2591, \"rank\": 1973, \"rankvar\": 1022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1803, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1304, \"group\": [2592.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTACACCGC\", \"ini\": 1785, \"clust\": 2200, \"rank\": 1737, \"rankvar\": 2424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1305, \"group\": [2201.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCAGTAGAGC\", \"ini\": 1784, \"clust\": 92, \"rank\": 1789, \"rankvar\": 2866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1805, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 162, \"group\": [113.0, 45.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCCCTAATT\", \"ini\": 1783, \"clust\": 1356, \"rank\": 1730, \"rankvar\": 2609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1806, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1784, \"group\": [1358.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGGTGACCA\", \"ini\": 1782, \"clust\": 44, \"rank\": 1321, \"rankvar\": 784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1880, \"group\": [44.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGACACGAC\", \"ini\": 1781, \"clust\": 2767, \"rank\": 1821, \"rankvar\": 1196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1808, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1306, \"group\": [2766.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCACCCGAG\", \"ini\": 1780, \"clust\": 3175, \"rank\": 1202, \"rankvar\": 2960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1809, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3442, \"group\": [3176.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCACGGTTA\", \"ini\": 1779, \"clust\": 3179, \"rank\": 1251, \"rankvar\": 3351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3443, \"group\": [3180.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCACTACAGT\", \"ini\": 1778, \"clust\": 2229, \"rank\": 1592, \"rankvar\": 163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1307, \"group\": [2232.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCGAATGGG\", \"ini\": 1777, \"clust\": 2727, \"rank\": 1745, \"rankvar\": 139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1812, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1308, \"group\": [2727.0, 483.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAAGCCGTC\", \"ini\": 1776, \"clust\": 1626, \"rank\": 2026, \"rankvar\": 840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1309, \"group\": [1625.0, 303.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTCGCGAC\", \"ini\": 1775, \"clust\": 1441, \"rank\": 1905, \"rankvar\": 545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1814, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1310, \"group\": [1442.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGTTAACC\", \"ini\": 1774, \"clust\": 2482, \"rank\": 1694, \"rankvar\": 496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1815, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1311, \"group\": [2481.0, 439.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCAGCATGAG\", \"ini\": 1773, \"clust\": 3588, \"rank\": 2263, \"rankvar\": 3537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1816, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 79, \"group\": [3586.0, 650.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAAGTAA\", \"ini\": 1772, \"clust\": 3398, \"rank\": 2039, \"rankvar\": 3463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1817, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3572, \"group\": [3397.0, 615.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCACTTATC\", \"ini\": 1771, \"clust\": 2132, \"rank\": 1733, \"rankvar\": 411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1312, \"group\": [2132.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCAATAAGG\", \"ini\": 1770, \"clust\": 2773, \"rank\": 1671, \"rankvar\": 1227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1819, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1313, \"group\": [2774.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACCAGGC\", \"ini\": 1769, \"clust\": 2568, \"rank\": 1844, \"rankvar\": 1788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1314, \"group\": [2569.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACACCATCCT\", \"ini\": 1768, \"clust\": 3053, \"rank\": 1641, \"rankvar\": 1763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1821, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3444, \"group\": [3052.0, 575.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCAGCTTAG\", \"ini\": 1767, \"clust\": 1850, \"rank\": 1955, \"rankvar\": 892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1822, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1315, \"group\": [1850.0, 396.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATTACCG\", \"ini\": 1766, \"clust\": 2113, \"rank\": 1649, \"rankvar\": 1962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1316, \"group\": [2114.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCATCTGCC\", \"ini\": 1765, \"clust\": 2624, \"rank\": 1893, \"rankvar\": 1009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1317, \"group\": [2625.0, 464.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGGCAGGTT\", \"ini\": 1764, \"clust\": 1768, \"rank\": 1774, \"rankvar\": 153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1825, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1318, \"group\": [1768.0, 367.0, 65.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTTGTTTGG\", \"ini\": 1763, \"clust\": 1359, \"rank\": 1819, \"rankvar\": 3159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1826, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1785, \"group\": [1356.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTTCACTCTTA\", \"ini\": 1762, \"clust\": 1763, \"rank\": 1512, \"rankvar\": 1474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1827, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1319, \"group\": [1766.0, 366.0, 65.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGATGAGG\", \"ini\": 1761, \"clust\": 2783, \"rank\": 1653, \"rankvar\": 2222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1828, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1320, \"group\": [2783.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCGCCGTGA\", \"ini\": 1760, \"clust\": 1769, \"rank\": 1832, \"rankvar\": 1263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1321, \"group\": [1769.0, 368.0, 65.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTTCCGGCA\", \"ini\": 1759, \"clust\": 3189, \"rank\": 1637, \"rankvar\": 2967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1830, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3445, \"group\": [3189.0, 599.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGGATGGG\", \"ini\": 1758, \"clust\": 2585, \"rank\": 1913, \"rankvar\": 1001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1322, \"group\": [2585.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCCTCCTAG\", \"ini\": 1757, \"clust\": 3001, \"rank\": 1798, \"rankvar\": 2741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1832, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3446, \"group\": [3000.0, 557.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTTATCGC\", \"ini\": 1756, \"clust\": 2103, \"rank\": 1676, \"rankvar\": 2061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1323, \"group\": [2104.0, 422.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGAGCCTAG\", \"ini\": 1755, \"clust\": 2768, \"rank\": 1813, \"rankvar\": 2030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1324, \"group\": [2767.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCCGTCAG\", \"ini\": 1754, \"clust\": 2758, \"rank\": 1831, \"rankvar\": 814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1325, \"group\": [2763.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGGAGGTA\", \"ini\": 1753, \"clust\": 2130, \"rank\": 1682, \"rankvar\": 1108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1326, \"group\": [2130.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGGAGTACC\", \"ini\": 1752, \"clust\": 3180, \"rank\": 904, \"rankvar\": 3338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1837, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3447, \"group\": [3181.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGCTCAACT\", \"ini\": 1751, \"clust\": 2777, \"rank\": 1662, \"rankvar\": 1130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1838, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1327, \"group\": [2777.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGAGTACCG\", \"ini\": 1750, \"clust\": 1217, \"rank\": 1016, \"rankvar\": 1678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1839, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1786, \"group\": [1218.0, 174.0, 27.0, 7.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGGATTCGG\", \"ini\": 1749, \"clust\": 2682, \"rank\": 1921, \"rankvar\": 1881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1328, \"group\": [2684.0, 473.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTAGAAAGG\", \"ini\": 1748, \"clust\": 2608, \"rank\": 2001, \"rankvar\": 1884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1329, \"group\": [2608.0, 463.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGATCTCGTTTA\", \"ini\": 1747, \"clust\": 3024, \"rank\": 1814, \"rankvar\": 3066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3448, \"group\": [3024.0, 564.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCGATGAGG\", \"ini\": 1746, \"clust\": 242, \"rank\": 1115, \"rankvar\": 2921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1843, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2705, \"group\": [244.0, 66.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGTGCGTC\", \"ini\": 1745, \"clust\": 3003, \"rank\": 1817, \"rankvar\": 2666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1844, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3449, \"group\": [3002.0, 557.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTATCGCAT\", \"ini\": 1744, \"clust\": 3348, \"rank\": 1770, \"rankvar\": 3007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1845, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3450, \"group\": [3349.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACAGTGGAGT\", \"ini\": 1743, \"clust\": 83, \"rank\": 1317, \"rankvar\": 2221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1881, \"group\": [82.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGGTTCC\", \"ini\": 1742, \"clust\": 3517, \"rank\": 2180, \"rankvar\": 3542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1847, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 80, \"group\": [3514.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGAGGGA\", \"ini\": 1741, \"clust\": 1606, \"rank\": 1875, \"rankvar\": 353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1848, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1330, \"group\": [1606.0, 290.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGTTTGG\", \"ini\": 1740, \"clust\": 2125, \"rank\": 1855, \"rankvar\": 465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1331, \"group\": [2126.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTATCTGCA\", \"ini\": 1739, \"clust\": 1364, \"rank\": 1571, \"rankvar\": 3328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1850, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1787, \"group\": [1363.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGGATATAC\", \"ini\": 1738, \"clust\": 1373, \"rank\": 1899, \"rankvar\": 3097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1851, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1788, \"group\": [1372.0, 210.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTTCTGTTT\", \"ini\": 1737, \"clust\": 1818, \"rank\": 2016, \"rankvar\": 705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1852, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1332, \"group\": [1816.0, 388.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCGGAAG\", \"ini\": 1736, \"clust\": 1746, \"rank\": 1987, \"rankvar\": 845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1333, \"group\": [1755.0, 359.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTACCGTTA\", \"ini\": 1735, \"clust\": 2590, \"rank\": 1936, \"rankvar\": 265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1334, \"group\": [2593.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCAAACGTGG\", \"ini\": 1734, \"clust\": 2529, \"rank\": 1871, \"rankvar\": 305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1855, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1335, \"group\": [2529.0, 452.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTGCGACG\", \"ini\": 1733, \"clust\": 1444, \"rank\": 1843, \"rankvar\": 768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1336, \"group\": [1449.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGCCTATGT\", \"ini\": 1732, \"clust\": 2729, \"rank\": 1778, \"rankvar\": 788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1337, \"group\": [2733.0, 485.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGACGCTTT\", \"ini\": 1731, \"clust\": 2610, \"rank\": 1870, \"rankvar\": 1308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1858, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1338, \"group\": [2610.0, 463.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTATCGCAT\", \"ini\": 1730, \"clust\": 4, \"rank\": 1300, \"rankvar\": 1676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1882, \"group\": [7.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCGCATAA\", \"ini\": 1729, \"clust\": 3556, \"rank\": 2297, \"rankvar\": 3570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1860, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 81, \"group\": [3555.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAAGTAGTA\", \"ini\": 1728, \"clust\": 2757, \"rank\": 1754, \"rankvar\": 1347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1861, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1339, \"group\": [2758.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGTCATCCA\", \"ini\": 1727, \"clust\": 2549, \"rank\": 1841, \"rankvar\": 1503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1340, \"group\": [2548.0, 459.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAGTATGGTTC\", \"ini\": 1726, \"clust\": 3572, \"rank\": 2256, \"rankvar\": 3498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1863, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 82, \"group\": [3570.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTAATTGGA\", \"ini\": 1725, \"clust\": 2724, \"rank\": 1771, \"rankvar\": 1002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1341, \"group\": [2729.0, 484.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATGGTCTA\", \"ini\": 1724, \"clust\": 3569, \"rank\": 2255, \"rankvar\": 3532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1865, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 83, \"group\": [3568.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCACCCGAG\", \"ini\": 1723, \"clust\": 2593, \"rank\": 2011, \"rankvar\": 1827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1342, \"group\": [2591.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAGACGTAG\", \"ini\": 1722, \"clust\": 2564, \"rank\": 1953, \"rankvar\": 862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1343, \"group\": [2563.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCCGTACAA\", \"ini\": 1721, \"clust\": 1848, \"rank\": 1903, \"rankvar\": 1372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1868, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1344, \"group\": [1852.0, 396.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGAGTGACC\", \"ini\": 1720, \"clust\": 1292, \"rank\": 1865, \"rankvar\": 3362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1869, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1789, \"group\": [1290.0, 205.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGCCCTAAT\", \"ini\": 1719, \"clust\": 3218, \"rank\": 1517, \"rankvar\": 3050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1870, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3451, \"group\": [3217.0, 602.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGGAGCGTT\", \"ini\": 1718, \"clust\": 3500, \"rank\": 2154, \"rankvar\": 3402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1871, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 84, \"group\": [3498.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACATAACC\", \"ini\": 1717, \"clust\": 3027, \"rank\": 1511, \"rankvar\": 2416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1872, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3452, \"group\": [3028.0, 565.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACAAGCCATT\", \"ini\": 1716, \"clust\": 3066, \"rank\": 1428, \"rankvar\": 2693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1873, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3453, \"group\": [3064.0, 578.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCGCGAAA\", \"ini\": 1715, \"clust\": 3330, \"rank\": 1458, \"rankvar\": 3170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1874, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3454, \"group\": [3332.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTCGACTGC\", \"ini\": 1714, \"clust\": 2609, \"rank\": 2006, \"rankvar\": 483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1345, \"group\": [2609.0, 463.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCATTCTA\", \"ini\": 1713, \"clust\": 2707, \"rank\": 1688, \"rankvar\": 1963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1346, \"group\": [2709.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAACTGTC\", \"ini\": 1712, \"clust\": 3289, \"rank\": 1863, \"rankvar\": 2476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1877, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3455, \"group\": [3293.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTGGACGAT\", \"ini\": 1711, \"clust\": 2784, \"rank\": 1785, \"rankvar\": 1856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1347, \"group\": [2788.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACACATGGGA\", \"ini\": 1710, \"clust\": 2496, \"rank\": 1784, \"rankvar\": 233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1348, \"group\": [2495.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGTCAGCC\", \"ini\": 1709, \"clust\": 3011, \"rank\": 1736, \"rankvar\": 2864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1880, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3456, \"group\": [3011.0, 562.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCATGGTAGG\", \"ini\": 1708, \"clust\": 1815, \"rank\": 1925, \"rankvar\": 456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1881, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1349, \"group\": [1818.0, 388.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACATTTCAGG\", \"ini\": 1707, \"clust\": 2487, \"rank\": 1927, \"rankvar\": 653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1350, \"group\": [2486.0, 441.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTCGGATCC\", \"ini\": 1706, \"clust\": 80, \"rank\": 1504, \"rankvar\": 1713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1883, \"group\": [79.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAGTATTAGCC\", \"ini\": 1705, \"clust\": 2769, \"rank\": 1760, \"rankvar\": 786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1351, \"group\": [2770.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCGCAT\", \"ini\": 1704, \"clust\": 1426, \"rank\": 1982, \"rankvar\": 639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1352, \"group\": [1427.0, 234.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCATTCACTT\", \"ini\": 1703, \"clust\": 1451, \"rank\": 2002, \"rankvar\": 2000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1353, \"group\": [1451.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGTGGACC\", \"ini\": 1702, \"clust\": 3400, \"rank\": 2171, \"rankvar\": 3439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1887, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3573, \"group\": [3399.0, 615.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTTTACGT\", \"ini\": 1701, \"clust\": 1412, \"rank\": 1941, \"rankvar\": 749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1354, \"group\": [1413.0, 229.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCAACACCTA\", \"ini\": 1700, \"clust\": 231, \"rank\": 1027, \"rankvar\": 3326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1889, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2706, \"group\": [231.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTACATGA\", \"ini\": 1699, \"clust\": 2684, \"rank\": 1854, \"rankvar\": 107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1355, \"group\": [2683.0, 473.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATGTGGT\", \"ini\": 1698, \"clust\": 3285, \"rank\": 1680, \"rankvar\": 2413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1891, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3457, \"group\": [3286.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTAACGGT\", \"ini\": 1697, \"clust\": 3502, \"rank\": 2172, \"rankvar\": 3381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1892, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 85, \"group\": [3500.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGATAAGT\", \"ini\": 1696, \"clust\": 2544, \"rank\": 1797, \"rankvar\": 888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1356, \"group\": [2546.0, 457.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTACGCCC\", \"ini\": 1695, \"clust\": 1308, \"rank\": 1951, \"rankvar\": 3237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1894, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1790, \"group\": [1306.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAAACGCG\", \"ini\": 1694, \"clust\": 1445, \"rank\": 1961, \"rankvar\": 1811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1357, \"group\": [1445.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGACCTAGG\", \"ini\": 1693, \"clust\": 3553, \"rank\": 2114, \"rankvar\": 3529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1896, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 86, \"group\": [3552.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGTAGAGC\", \"ini\": 1692, \"clust\": 68, \"rank\": 1144, \"rankvar\": 2901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1897, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1884, \"group\": [68.0, 30.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGGCGACAT\", \"ini\": 1691, \"clust\": 2526, \"rank\": 1928, \"rankvar\": 1222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1898, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1358, \"group\": [2526.0, 451.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACGGTTTA\", \"ini\": 1690, \"clust\": 1755, \"rank\": 1849, \"rankvar\": 250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1359, \"group\": [1763.0, 364.0, 64.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCCGACTT\", \"ini\": 1689, \"clust\": 3035, \"rank\": 1939, \"rankvar\": 1428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1900, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3458, \"group\": [3035.0, 569.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAGGTAA\", \"ini\": 1688, \"clust\": 2680, \"rank\": 1907, \"rankvar\": 2684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1360, \"group\": [2679.0, 471.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGCT\", \"ini\": 1687, \"clust\": 2507, \"rank\": 1839, \"rankvar\": 3216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1361, \"group\": [2507.0, 446.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGATGTAT\", \"ini\": 1686, \"clust\": 3349, \"rank\": 1830, \"rankvar\": 3137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1903, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3459, \"group\": [3350.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCATCTGTT\", \"ini\": 1685, \"clust\": 2957, \"rank\": 1887, \"rankvar\": 1174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1904, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3460, \"group\": [2956.0, 538.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGCTAGTTC\", \"ini\": 1684, \"clust\": 2778, \"rank\": 1959, \"rankvar\": 227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1362, \"group\": [2781.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGTCACGCC\", \"ini\": 1683, \"clust\": 2691, \"rank\": 1947, \"rankvar\": 500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1363, \"group\": [2692.0, 476.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTTGGACCC\", \"ini\": 1682, \"clust\": 3176, \"rank\": 1487, \"rankvar\": 3054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3461, \"group\": [3177.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAGGCCCA\", \"ini\": 1681, \"clust\": 2588, \"rank\": 2074, \"rankvar\": 1210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1364, \"group\": [2586.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTTGTATC\", \"ini\": 1680, \"clust\": 49, \"rank\": 1056, \"rankvar\": 2983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1909, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1885, \"group\": [53.0, 28.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTAGCTGCC\", \"ini\": 1679, \"clust\": 1455, \"rank\": 2017, \"rankvar\": 1224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1365, \"group\": [1457.0, 240.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATGACT\", \"ini\": 1678, \"clust\": 3022, \"rank\": 1788, \"rankvar\": 1876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3462, \"group\": [3025.0, 564.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAATCCGCTGTT\", \"ini\": 1677, \"clust\": 2772, \"rank\": 1802, \"rankvar\": 1042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1366, \"group\": [2773.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCTAGCCC\", \"ini\": 1676, \"clust\": 1453, \"rank\": 1950, \"rankvar\": 1235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1367, \"group\": [1453.0, 239.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACACGGTGTC\", \"ini\": 1675, \"clust\": 1456, \"rank\": 2079, \"rankvar\": 1203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1368, \"group\": [1455.0, 240.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGAACTGTA\", \"ini\": 1674, \"clust\": 2775, \"rank\": 1739, \"rankvar\": 941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1369, \"group\": [2778.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACCGTTA\", \"ini\": 1673, \"clust\": 3429, \"rank\": 1933, \"rankvar\": 3243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1370, \"group\": [3430.0, 627.0, 90.0, 21.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCATGGAATA\", \"ini\": 1672, \"clust\": 3163, \"rank\": 1838, \"rankvar\": 3060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1917, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3463, \"group\": [3164.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATTACCC\", \"ini\": 1671, \"clust\": 1739, \"rank\": 1645, \"rankvar\": 2195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1371, \"group\": [1742.0, 351.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAGTGAGTG\", \"ini\": 1670, \"clust\": 3144, \"rank\": 1231, \"rankvar\": 3217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1919, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3464, \"group\": [3143.0, 596.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCACGGTTA\", \"ini\": 1669, \"clust\": 1410, \"rank\": 2023, \"rankvar\": 2583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1372, \"group\": [1409.0, 228.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTAGCCTCG\", \"ini\": 1668, \"clust\": 1246, \"rank\": 2100, \"rankvar\": 2547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1921, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1791, \"group\": [1249.0, 198.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAACGCGA\", \"ini\": 1667, \"clust\": 2717, \"rank\": 1809, \"rankvar\": 2683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1373, \"group\": [2717.0, 481.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCTCCACT\", \"ini\": 1666, \"clust\": 2959, \"rank\": 2032, \"rankvar\": 1971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3465, \"group\": [2958.0, 539.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTATAATGG\", \"ini\": 1665, \"clust\": 2492, \"rank\": 1790, \"rankvar\": 1438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1374, \"group\": [2493.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCACTTACT\", \"ini\": 1664, \"clust\": 2639, \"rank\": 1978, \"rankvar\": 2274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1375, \"group\": [2637.0, 465.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTGTATGGG\", \"ini\": 1663, \"clust\": 3174, \"rank\": 1421, \"rankvar\": 3273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1926, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3466, \"group\": [3175.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCACCTTAT\", \"ini\": 1662, \"clust\": 2743, \"rank\": 2007, \"rankvar\": 1607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1927, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1376, \"group\": [2744.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCATCGATG\", \"ini\": 1661, \"clust\": 2652, \"rank\": 1824, \"rankvar\": 2198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1377, \"group\": [2651.0, 467.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAACGACG\", \"ini\": 1660, \"clust\": 2738, \"rank\": 1862, \"rankvar\": 1194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1378, \"group\": [2737.0, 486.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACGATGT\", \"ini\": 1659, \"clust\": 2834, \"rank\": 2059, \"rankvar\": 1656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1930, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1379, \"group\": [2835.0, 492.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTACACCGC\", \"ini\": 1658, \"clust\": 1401, \"rank\": 2083, \"rankvar\": 751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1931, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1380, \"group\": [1403.0, 224.0, 40.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGAACTGT\", \"ini\": 1657, \"clust\": 3495, \"rank\": 2231, \"rankvar\": 3458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1932, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 87, \"group\": [3493.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGGACCACA\", \"ini\": 1656, \"clust\": 118, \"rank\": 1698, \"rankvar\": 3043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1933, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2707, \"group\": [119.0, 49.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAATAACGA\", \"ini\": 1655, \"clust\": 2785, \"rank\": 2047, \"rankvar\": 1626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1934, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1381, \"group\": [2787.0, 489.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGCCTAA\", \"ini\": 1654, \"clust\": 2536, \"rank\": 1938, \"rankvar\": 1258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1382, \"group\": [2538.0, 455.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCACAACGCC\", \"ini\": 1653, \"clust\": 74, \"rank\": 1123, \"rankvar\": 2611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1886, \"group\": [77.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCCATGCTC\", \"ini\": 1652, \"clust\": 3165, \"rank\": 1525, \"rankvar\": 2855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1937, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3467, \"group\": [3171.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGCTGCT\", \"ini\": 1651, \"clust\": 1745, \"rank\": 1872, \"rankvar\": 710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1938, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1383, \"group\": [1744.0, 352.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTTAAGCC\", \"ini\": 1650, \"clust\": 1355, \"rank\": 1792, \"rankvar\": 3038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1792, \"group\": [1359.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGGTTTCA\", \"ini\": 1649, \"clust\": 3004, \"rank\": 1996, \"rankvar\": 3026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3468, \"group\": [3003.0, 557.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGAGGGTT\", \"ini\": 1648, \"clust\": 3361, \"rank\": 1796, \"rankvar\": 3028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1941, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3469, \"group\": [3362.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAATGGATA\", \"ini\": 1647, \"clust\": 75, \"rank\": 1380, \"rankvar\": 2292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1887, \"group\": [76.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGGTACTCT\", \"ini\": 1646, \"clust\": 1433, \"rank\": 2102, \"rankvar\": 379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1384, \"group\": [1434.0, 237.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAACGCTA\", \"ini\": 1645, \"clust\": 3286, \"rank\": 1599, \"rankvar\": 2879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3470, \"group\": [3287.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTTCAACCA\", \"ini\": 1644, \"clust\": 1420, \"rank\": 1897, \"rankvar\": 213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1385, \"group\": [1421.0, 232.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCAGAGGT\", \"ini\": 1643, \"clust\": 1465, \"rank\": 2012, \"rankvar\": 1219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1946, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1386, \"group\": [1464.0, 241.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCAAGATCC\", \"ini\": 1642, \"clust\": 3574, \"rank\": 2385, \"rankvar\": 3473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1947, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 88, \"group\": [3577.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCAGATAATG\", \"ini\": 1641, \"clust\": 2570, \"rank\": 1850, \"rankvar\": 1455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1948, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1387, \"group\": [2568.0, 460.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGCGATTCT\", \"ini\": 1640, \"clust\": 1454, \"rank\": 2029, \"rankvar\": 1217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1388, \"group\": [1454.0, 239.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAGGCT\", \"ini\": 1639, \"clust\": 2699, \"rank\": 1711, \"rankvar\": 547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1389, \"group\": [2700.0, 477.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAAACTGCT\", \"ini\": 1638, \"clust\": 2500, \"rank\": 1957, \"rankvar\": 511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1390, \"group\": [2497.0, 443.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTTGCGT\", \"ini\": 1637, \"clust\": 3518, \"rank\": 2218, \"rankvar\": 3478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1952, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 89, \"group\": [3526.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGTAGATGT\", \"ini\": 1636, \"clust\": 2770, \"rank\": 1766, \"rankvar\": 2823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1391, \"group\": [2771.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTGACGCCT\", \"ini\": 1635, \"clust\": 2528, \"rank\": 1997, \"rankvar\": 24, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1392, \"group\": [2528.0, 451.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCTCGCAT\", \"ini\": 1634, \"clust\": 41, \"rank\": 1184, \"rankvar\": 2200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1888, \"group\": [41.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAGGTTTCA\", \"ini\": 1633, \"clust\": 2749, \"rank\": 1869, \"rankvar\": 468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1393, \"group\": [2751.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCTGGC\", \"ini\": 1632, \"clust\": 36, \"rank\": 1431, \"rankvar\": 1126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1889, \"group\": [36.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTTAAAGTG\", \"ini\": 1631, \"clust\": 2754, \"rank\": 1929, \"rankvar\": 811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1394, \"group\": [2753.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGGAGCAA\", \"ini\": 1630, \"clust\": 2747, \"rank\": 1972, \"rankvar\": 1021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1395, \"group\": [2747.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGGTGTGGT\", \"ini\": 1629, \"clust\": 2589, \"rank\": 2091, \"rankvar\": 583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1396, \"group\": [2587.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAACAACA\", \"ini\": 1628, \"clust\": 1813, \"rank\": 2018, \"rankvar\": 817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1961, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1397, \"group\": [1813.0, 387.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCCAGTTT\", \"ini\": 1627, \"clust\": 1429, \"rank\": 1983, \"rankvar\": 388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1398, \"group\": [1433.0, 236.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTACATGTC\", \"ini\": 1626, \"clust\": 2611, \"rank\": 1988, \"rankvar\": 477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1399, \"group\": [2611.0, 463.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCACCGATAT\", \"ini\": 1625, \"clust\": 3415, \"rank\": 2014, \"rankvar\": 3491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1964, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3574, \"group\": [3410.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACACTGCG\", \"ini\": 1624, \"clust\": 1421, \"rank\": 1873, \"rankvar\": 690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1400, \"group\": [1422.0, 232.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTACGCCC\", \"ini\": 1623, \"clust\": 1603, \"rank\": 1970, \"rankvar\": 21, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1401, \"group\": [1604.0, 288.0, 49.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCAAGCC\", \"ini\": 1622, \"clust\": 2735, \"rank\": 1937, \"rankvar\": 688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1402, \"group\": [2739.0, 486.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCAGGAATGC\", \"ini\": 1621, \"clust\": 2550, \"rank\": 1923, \"rankvar\": 1790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1403, \"group\": [2549.0, 459.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTGATGATA\", \"ini\": 1620, \"clust\": 1592, \"rank\": 2204, \"rankvar\": 299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1969, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1404, \"group\": [1593.0, 278.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTCCGAATT\", \"ini\": 1619, \"clust\": 24, \"rank\": 1673, \"rankvar\": 1868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1890, \"group\": [24.0, 21.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGACACGAC\", \"ini\": 1618, \"clust\": 2886, \"rank\": 2165, \"rankvar\": 1160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1971, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 90, \"group\": [2885.0, 510.0, 73.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTGCACCAC\", \"ini\": 1617, \"clust\": 1604, \"rank\": 2008, \"rankvar\": 1233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1972, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1405, \"group\": [1605.0, 289.0, 49.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGACACGAC\", \"ini\": 1616, \"clust\": 2483, \"rank\": 2070, \"rankvar\": 898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1973, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1406, \"group\": [2677.0, 470.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCATGCTCC\", \"ini\": 1615, \"clust\": 2648, \"rank\": 1975, \"rankvar\": 1548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1407, \"group\": [2647.0, 466.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGCTTAG\", \"ini\": 1614, \"clust\": 1434, \"rank\": 2140, \"rankvar\": 1541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1408, \"group\": [1435.0, 237.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTCAAACTC\", \"ini\": 1613, \"clust\": 2864, \"rank\": 1894, \"rankvar\": 2384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1976, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1409, \"group\": [2864.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCTAGCCC\", \"ini\": 1612, \"clust\": 2762, \"rank\": 1867, \"rankvar\": 1588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1410, \"group\": [2762.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTTACTGAC\", \"ini\": 1611, \"clust\": 2961, \"rank\": 1866, \"rankvar\": 1323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1978, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3471, \"group\": [2961.0, 542.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAATTGCTG\", \"ini\": 1610, \"clust\": 2488, \"rank\": 1943, \"rankvar\": 106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1411, \"group\": [2487.0, 441.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATGCTAGT\", \"ini\": 1609, \"clust\": 2533, \"rank\": 2037, \"rankvar\": 1327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1412, \"group\": [2532.0, 453.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCCGCTGA\", \"ini\": 1608, \"clust\": 2755, \"rank\": 1926, \"rankvar\": 1052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1413, \"group\": [2754.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCAGCGATT\", \"ini\": 1607, \"clust\": 1443, \"rank\": 1979, \"rankvar\": 207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1414, \"group\": [1444.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGACACG\", \"ini\": 1606, \"clust\": 1624, \"rank\": 2056, \"rankvar\": 1086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1415, \"group\": [1631.0, 308.0, 53.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATCCGGGT\", \"ini\": 1605, \"clust\": 1309, \"rank\": 2147, \"rankvar\": 3306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1984, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1793, \"group\": [1307.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCATCGATG\", \"ini\": 1604, \"clust\": 1803, \"rank\": 2089, \"rankvar\": 632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1416, \"group\": [1806.0, 383.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCATAGAAAC\", \"ini\": 1603, \"clust\": 2586, \"rank\": 2084, \"rankvar\": 1370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1986, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1417, \"group\": [2589.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATAACCTG\", \"ini\": 1602, \"clust\": 120, \"rank\": 1834, \"rankvar\": 3271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1987, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2708, \"group\": [121.0, 50.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGGTGGGTT\", \"ini\": 1601, \"clust\": 2745, \"rank\": 1945, \"rankvar\": 280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1418, \"group\": [2746.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACATAACC\", \"ini\": 1600, \"clust\": 3164, \"rank\": 1750, \"rankvar\": 2562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1989, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3472, \"group\": [3165.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCATTATCC\", \"ini\": 1599, \"clust\": 3051, \"rank\": 1668, \"rankvar\": 1495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1990, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3473, \"group\": [3053.0, 575.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCGATGAGG\", \"ini\": 1598, \"clust\": 2728, \"rank\": 1935, \"rankvar\": 309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1991, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1419, \"group\": [2728.0, 483.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATAGCTGATAA\", \"ini\": 1597, \"clust\": 2703, \"rank\": 1992, \"rankvar\": 2223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1420, \"group\": [2706.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTCGGGCT\", \"ini\": 1596, \"clust\": 2733, \"rank\": 1991, \"rankvar\": 1969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1993, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1421, \"group\": [2734.0, 486.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGGAAATA\", \"ini\": 1595, \"clust\": 1317, \"rank\": 1949, \"rankvar\": 2865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1994, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1794, \"group\": [1316.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGACATTGGTAC\", \"ini\": 1594, \"clust\": 2715, \"rank\": 1967, \"rankvar\": 591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1422, \"group\": [2718.0, 481.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGGAAATA\", \"ini\": 1593, \"clust\": 10, \"rank\": 1960, \"rankvar\": 541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1891, \"group\": [10.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCGTTTATC\", \"ini\": 1592, \"clust\": 1435, \"rank\": 2097, \"rankvar\": 417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1423, \"group\": [1436.0, 237.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAGTTCCCT\", \"ini\": 1591, \"clust\": 3492, \"rank\": 2276, \"rankvar\": 3427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1998, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 91, \"group\": [3492.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCGTAGAGCTG\", \"ini\": 1590, \"clust\": 70, \"rank\": 1199, \"rankvar\": 3218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1892, \"group\": [72.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTACTATC\", \"ini\": 1589, \"clust\": 1300, \"rank\": 2110, \"rankvar\": 3312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2000, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1795, \"group\": [1300.0, 207.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTTCCGCGGTA\", \"ini\": 1588, \"clust\": 3575, \"rank\": 2424, \"rankvar\": 3540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2001, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 92, \"group\": [3572.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACAGCT\", \"ini\": 1587, \"clust\": 1413, \"rank\": 2041, \"rankvar\": 850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2002, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1424, \"group\": [1414.0, 229.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCCAACGG\", \"ini\": 1586, \"clust\": 1457, \"rank\": 2103, \"rankvar\": 1735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1425, \"group\": [1456.0, 240.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAGTGTTGAGG\", \"ini\": 1585, \"clust\": 3190, \"rank\": 1906, \"rankvar\": 2445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3474, \"group\": [3190.0, 599.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAGCCTAT\", \"ini\": 1584, \"clust\": 2606, \"rank\": 2048, \"rankvar\": 741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1426, \"group\": [2605.0, 463.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCATCACGAT\", \"ini\": 1583, \"clust\": 3185, \"rank\": 1640, \"rankvar\": 2782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2006, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3475, \"group\": [3188.0, 599.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTCCCGAG\", \"ini\": 1582, \"clust\": 2764, \"rank\": 2013, \"rankvar\": 1848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1427, \"group\": [2765.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGCATACT\", \"ini\": 1581, \"clust\": 1303, \"rank\": 2146, \"rankvar\": 3146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2008, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1796, \"group\": [1303.0, 207.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCTTTCCTC\", \"ini\": 1580, \"clust\": 2730, \"rank\": 1919, \"rankvar\": 2549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2009, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1428, \"group\": [2732.0, 485.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTGTTG\", \"ini\": 1579, \"clust\": 3036, \"rank\": 1678, \"rankvar\": 2469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2010, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3476, \"group\": [3037.0, 571.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCATATACGC\", \"ini\": 1578, \"clust\": 3582, \"rank\": 2387, \"rankvar\": 3364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2011, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 93, \"group\": [3580.0, 649.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGAATCTCC\", \"ini\": 1577, \"clust\": 2607, \"rank\": 2071, \"rankvar\": 118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1429, \"group\": [2606.0, 463.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAATGAC\", \"ini\": 1576, \"clust\": 3580, \"rank\": 2348, \"rankvar\": 3484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2013, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 94, \"group\": [3584.0, 649.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCATCGGAT\", \"ini\": 1575, \"clust\": 71, \"rank\": 1411, \"rankvar\": 1176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2014, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1893, \"group\": [71.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGAGTACAT\", \"ini\": 1574, \"clust\": 2133, \"rank\": 1965, \"rankvar\": 895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1430, \"group\": [2133.0, 424.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCGATCCC\", \"ini\": 1573, \"clust\": 39, \"rank\": 1404, \"rankvar\": 2475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1894, \"group\": [39.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGAGCAATT\", \"ini\": 1572, \"clust\": 1747, \"rank\": 2051, \"rankvar\": 886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2017, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1431, \"group\": [1754.0, 358.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCTTGTTTG\", \"ini\": 1571, \"clust\": 3430, \"rank\": 2163, \"rankvar\": 3058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2018, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 95, \"group\": [3431.0, 628.0, 91.0, 21.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCGAATGT\", \"ini\": 1570, \"clust\": 1751, \"rank\": 2058, \"rankvar\": 534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1432, \"group\": [1750.0, 356.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCTTGAGAC\", \"ini\": 1569, \"clust\": 2731, \"rank\": 1958, \"rankvar\": 1523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1433, \"group\": [2730.0, 485.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAGGCAGTA\", \"ini\": 1568, \"clust\": 3183, \"rank\": 1848, \"rankvar\": 3432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2021, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3477, \"group\": [3184.0, 599.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTACACT\", \"ini\": 1567, \"clust\": 3245, \"rank\": 1717, \"rankvar\": 2056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2022, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3478, \"group\": [3252.0, 605.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCGTGTCC\", \"ini\": 1566, \"clust\": 1589, \"rank\": 2155, \"rankvar\": 1319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1434, \"group\": [1588.0, 275.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTAAACACA\", \"ini\": 1565, \"clust\": 2714, \"rank\": 1963, \"rankvar\": 1816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1435, \"group\": [2714.0, 480.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCTGTTCA\", \"ini\": 1564, \"clust\": 3287, \"rank\": 1622, \"rankvar\": 3305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2025, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3479, \"group\": [3288.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCCTACAGA\", \"ini\": 1563, \"clust\": 2750, \"rank\": 1931, \"rankvar\": 1093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2026, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1436, \"group\": [2749.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCAGTAG\", \"ini\": 1562, \"clust\": 1816, \"rank\": 2078, \"rankvar\": 442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1437, \"group\": [1817.0, 388.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTGCAGACA\", \"ini\": 1561, \"clust\": 2751, \"rank\": 1901, \"rankvar\": 2725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2028, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1438, \"group\": [2750.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTCGGCAC\", \"ini\": 1560, \"clust\": 3554, \"rank\": 2232, \"rankvar\": 3584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2029, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 96, \"group\": [3553.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCTACCTA\", \"ini\": 1559, \"clust\": 2508, \"rank\": 2025, \"rankvar\": 1229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2030, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1439, \"group\": [2508.0, 446.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTGTGTG\", \"ini\": 1558, \"clust\": 1374, \"rank\": 2072, \"rankvar\": 2795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1797, \"group\": [1373.0, 210.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGACTTGAA\", \"ini\": 1557, \"clust\": 2774, \"rank\": 1964, \"rankvar\": 2539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2032, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1440, \"group\": [2775.0, 488.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCCTGACT\", \"ini\": 1556, \"clust\": 3012, \"rank\": 1915, \"rankvar\": 2174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2033, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3480, \"group\": [3012.0, 562.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGCTAACTC\", \"ini\": 1555, \"clust\": 1306, \"rank\": 2094, \"rankvar\": 2518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2034, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1798, \"group\": [1319.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCACAACGT\", \"ini\": 1554, \"clust\": 2740, \"rank\": 2028, \"rankvar\": 266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1441, \"group\": [2740.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCTGCA\", \"ini\": 1553, \"clust\": 1380, \"rank\": 1583, \"rankvar\": 3403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2036, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1799, \"group\": [1380.0, 212.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCGAATGCT\", \"ini\": 1552, \"clust\": 1390, \"rank\": 1826, \"rankvar\": 2929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1800, \"group\": [1389.0, 215.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGTCAATC\", \"ini\": 1551, \"clust\": 1607, \"rank\": 1999, \"rankvar\": 943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1442, \"group\": [1607.0, 291.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACCTTTG\", \"ini\": 1550, \"clust\": 1581, \"rank\": 2131, \"rankvar\": 1739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1443, \"group\": [1580.0, 269.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGACATTA\", \"ini\": 1549, \"clust\": 3466, \"rank\": 2305, \"rankvar\": 3536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2040, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 97, \"group\": [3467.0, 645.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGTGGCT\", \"ini\": 1548, \"clust\": 1415, \"rank\": 2108, \"rankvar\": 596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2041, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1444, \"group\": [1419.0, 230.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGGAGTCTG\", \"ini\": 1547, \"clust\": 45, \"rank\": 1521, \"rankvar\": 261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2042, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1895, \"group\": [47.0, 27.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATCTGCA\", \"ini\": 1546, \"clust\": 1314, \"rank\": 2003, \"rankvar\": 2893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2043, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1801, \"group\": [1312.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTCACTTCC\", \"ini\": 1545, \"clust\": 3013, \"rank\": 1768, \"rankvar\": 3400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2044, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3481, \"group\": [3014.0, 562.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTAAAGGAG\", \"ini\": 1544, \"clust\": 3457, \"rank\": 2251, \"rankvar\": 3226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2045, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 98, \"group\": [3455.0, 638.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTTAAGACA\", \"ini\": 1543, \"clust\": 2484, \"rank\": 1946, \"rankvar\": 181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1445, \"group\": [2488.0, 442.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCATGTCCTC\", \"ini\": 1542, \"clust\": 2887, \"rank\": 2260, \"rankvar\": 2829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2047, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3482, \"group\": [2886.0, 511.0, 73.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCATTCA\", \"ini\": 1541, \"clust\": 2706, \"rank\": 1812, \"rankvar\": 2372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1446, \"group\": [2710.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTACCTACA\", \"ini\": 1540, \"clust\": 3015, \"rank\": 1968, \"rankvar\": 2757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3483, \"group\": [3016.0, 563.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAATGACCT\", \"ini\": 1539, \"clust\": 2746, \"rank\": 2053, \"rankvar\": 1241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2050, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1447, \"group\": [2752.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCAGAAGCAC\", \"ini\": 1538, \"clust\": 2203, \"rank\": 1891, \"rankvar\": 572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2051, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1448, \"group\": [2203.0, 428.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGCTAGTGG\", \"ini\": 1537, \"clust\": 2692, \"rank\": 2046, \"rankvar\": 1531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1449, \"group\": [2693.0, 476.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTAACTTC\", \"ini\": 1536, \"clust\": 2712, \"rank\": 1985, \"rankvar\": 3068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1450, \"group\": [2715.0, 480.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGACTTGAA\", \"ini\": 1535, \"clust\": 3451, \"rank\": 2303, \"rankvar\": 3447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2054, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 99, \"group\": [3453.0, 637.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAATCCAAC\", \"ini\": 1534, \"clust\": 3019, \"rank\": 1823, \"rankvar\": 3081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2055, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3484, \"group\": [3022.0, 564.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCACGGCTAC\", \"ini\": 1533, \"clust\": 1736, \"rank\": 1922, \"rankvar\": 2018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2056, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1451, \"group\": [1738.0, 347.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCGTTGCT\", \"ini\": 1532, \"clust\": 23, \"rank\": 1430, \"rankvar\": 2270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2057, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1896, \"group\": [23.0, 20.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGCCACGTC\", \"ini\": 1531, \"clust\": 1437, \"rank\": 2125, \"rankvar\": 404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1452, \"group\": [1440.0, 237.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGGGAGTAA\", \"ini\": 1530, \"clust\": 1491, \"rank\": 2164, \"rankvar\": 1714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1453, \"group\": [1491.0, 255.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATGTGGTCTCG\", \"ini\": 1529, \"clust\": 3178, \"rank\": 1896, \"rankvar\": 3236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2060, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3485, \"group\": [3179.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTTGTCC\", \"ini\": 1528, \"clust\": 2701, \"rank\": 1861, \"rankvar\": 1593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1454, \"group\": [2702.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCACTCTTA\", \"ini\": 1527, \"clust\": 2741, \"rank\": 2020, \"rankvar\": 2917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1455, \"group\": [2741.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCTGAAAT\", \"ini\": 1526, \"clust\": 122, \"rank\": 2117, \"rankvar\": 2120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2063, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1836, \"group\": [125.0, 52.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTAAAGTG\", \"ini\": 1525, \"clust\": 1605, \"rank\": 2055, \"rankvar\": 2191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1456, \"group\": [1608.0, 292.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTTTGTGTG\", \"ini\": 1524, \"clust\": 3172, \"rank\": 1772, \"rankvar\": 3113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2065, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3486, \"group\": [3173.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATGTTGC\", \"ini\": 1523, \"clust\": 1463, \"rank\": 2126, \"rankvar\": 415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2066, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1457, \"group\": [1462.0, 241.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCATCGGAT\", \"ini\": 1522, \"clust\": 2999, \"rank\": 2005, \"rankvar\": 2545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2067, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3487, \"group\": [3005.0, 559.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATGTAAG\", \"ini\": 1521, \"clust\": 3030, \"rank\": 1954, \"rankvar\": 2968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2068, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3488, \"group\": [3030.0, 567.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTGCCTGGT\", \"ini\": 1520, \"clust\": 3288, \"rank\": 1791, \"rankvar\": 2662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3489, \"group\": [3289.0, 609.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCCACTTG\", \"ini\": 1519, \"clust\": 3450, \"rank\": 2161, \"rankvar\": 3374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2070, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 100, \"group\": [3454.0, 637.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGCCG\", \"ini\": 1518, \"clust\": 1826, \"rank\": 1976, \"rankvar\": 995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1458, \"group\": [1827.0, 392.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTCGTTGTA\", \"ini\": 1517, \"clust\": 26, \"rank\": 1764, \"rankvar\": 448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1897, \"group\": [26.0, 22.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTGGCACA\", \"ini\": 1516, \"clust\": 42, \"rank\": 1524, \"rankvar\": 1917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2073, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1898, \"group\": [42.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGAGAACAG\", \"ini\": 1515, \"clust\": 3002, \"rank\": 2081, \"rankvar\": 2946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2074, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3490, \"group\": [3001.0, 557.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTAGCCTAT\", \"ini\": 1514, \"clust\": 2678, \"rank\": 2088, \"rankvar\": 740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1459, \"group\": [2680.0, 471.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGATATAC\", \"ini\": 1513, \"clust\": 2732, \"rank\": 2036, \"rankvar\": 2873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2076, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1460, \"group\": [2731.0, 485.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGATGCGAC\", \"ini\": 1512, \"clust\": 1446, \"rank\": 2143, \"rankvar\": 2107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1461, \"group\": [1446.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGACAGAGA\", \"ini\": 1511, \"clust\": 3486, \"rank\": 2426, \"rankvar\": 3502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2078, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 101, \"group\": [3588.0, 651.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCGCAGGCT\", \"ini\": 1510, \"clust\": 1418, \"rank\": 2067, \"rankvar\": 924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1462, \"group\": [1417.0, 230.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTTACAGAA\", \"ini\": 1509, \"clust\": 1408, \"rank\": 2104, \"rankvar\": 1987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2080, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1463, \"group\": [1412.0, 228.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGGAACGG\", \"ini\": 1508, \"clust\": 1471, \"rank\": 2095, \"rankvar\": 837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1464, \"group\": [1474.0, 247.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTAGATTAG\", \"ini\": 1507, \"clust\": 2521, \"rank\": 2116, \"rankvar\": 800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2082, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1465, \"group\": [2520.0, 449.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAATACGCT\", \"ini\": 1506, \"clust\": 3534, \"rank\": 2448, \"rankvar\": 3563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2083, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 102, \"group\": [3533.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACGTCTCT\", \"ini\": 1505, \"clust\": 1423, \"rank\": 2113, \"rankvar\": 510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2084, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1466, \"group\": [1423.0, 232.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCGTGGCT\", \"ini\": 1504, \"clust\": 3188, \"rank\": 1842, \"rankvar\": 2806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2085, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3491, \"group\": [3191.0, 599.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGAGCAATT\", \"ini\": 1503, \"clust\": 3362, \"rank\": 1786, \"rankvar\": 2751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3492, \"group\": [3363.0, 610.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCGAACTGT\", \"ini\": 1502, \"clust\": 3496, \"rank\": 2309, \"rankvar\": 3511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2087, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 103, \"group\": [3494.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCATCAACACTG\", \"ini\": 1501, \"clust\": 1347, \"rank\": 2064, \"rankvar\": 2620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2088, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1802, \"group\": [1347.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCGTAGAGTGC\", \"ini\": 1500, \"clust\": 1461, \"rank\": 2121, \"rankvar\": 573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1467, \"group\": [1460.0, 241.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAAAGGAG\", \"ini\": 1499, \"clust\": 12, \"rank\": 1920, \"rankvar\": 313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1899, \"group\": [13.0, 12.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGAGGTAGA\", \"ini\": 1498, \"clust\": 2734, \"rank\": 2050, \"rankvar\": 1212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2091, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1468, \"group\": [2735.0, 486.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCCACGCT\", \"ini\": 1497, \"clust\": 1431, \"rank\": 2129, \"rankvar\": 257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1469, \"group\": [1430.0, 236.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAGTACGT\", \"ini\": 1496, \"clust\": 1814, \"rank\": 1932, \"rankvar\": 2506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2093, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1470, \"group\": [1814.0, 387.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGCATGGT\", \"ini\": 1495, \"clust\": 1752, \"rank\": 2170, \"rankvar\": 2213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1471, \"group\": [1751.0, 356.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGCTACGA\", \"ini\": 1494, \"clust\": 3461, \"rank\": 2382, \"rankvar\": 3348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2095, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 104, \"group\": [3465.0, 643.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGACAGCC\", \"ini\": 1493, \"clust\": 1391, \"rank\": 2066, \"rankvar\": 2308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2096, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1803, \"group\": [1390.0, 215.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTGTGACGA\", \"ini\": 1492, \"clust\": 1432, \"rank\": 2137, \"rankvar\": 820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2097, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1472, \"group\": [1431.0, 236.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACCACATCCAA\", \"ini\": 1491, \"clust\": 3522, \"rank\": 2314, \"rankvar\": 3493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2098, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 105, \"group\": [3520.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTCTC\", \"ini\": 1490, \"clust\": 3458, \"rank\": 2181, \"rankvar\": 3075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 106, \"group\": [3456.0, 638.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGAGGACGG\", \"ini\": 1489, \"clust\": 1409, \"rank\": 2178, \"rankvar\": 782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1473, \"group\": [1411.0, 228.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCGGACAAG\", \"ini\": 1488, \"clust\": 3031, \"rank\": 2040, \"rankvar\": 2158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2101, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3493, \"group\": [3031.0, 567.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCTAAACC\", \"ini\": 1487, \"clust\": 78, \"rank\": 1310, \"rankvar\": 2678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1900, \"group\": [74.0, 31.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCCTATC\", \"ini\": 1486, \"clust\": 229, \"rank\": 1643, \"rankvar\": 3252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2103, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2709, \"group\": [227.0, 63.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCAGTCGATT\", \"ini\": 1485, \"clust\": 3583, \"rank\": 2490, \"rankvar\": 3468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2104, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 107, \"group\": [3583.0, 649.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTTTGACTG\", \"ini\": 1484, \"clust\": 3498, \"rank\": 2378, \"rankvar\": 3470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2105, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 108, \"group\": [3496.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGAACCT\", \"ini\": 1483, \"clust\": 3046, \"rank\": 1777, \"rankvar\": 2918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3494, \"group\": [3050.0, 574.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCGGCTACG\", \"ini\": 1482, \"clust\": 1448, \"rank\": 2156, \"rankvar\": 1664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1474, \"group\": [1448.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAGTCAGCC\", \"ini\": 1481, \"clust\": 1759, \"rank\": 2044, \"rankvar\": 394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1475, \"group\": [1759.0, 361.0, 64.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCGCTGTT\", \"ini\": 1480, \"clust\": 3560, \"rank\": 2431, \"rankvar\": 3554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2109, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 109, \"group\": [3560.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGGCAGTA\", \"ini\": 1479, \"clust\": 1294, \"rank\": 1980, \"rankvar\": 3122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2110, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1804, \"group\": [1296.0, 206.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTTATCCGA\", \"ini\": 1478, \"clust\": 1597, \"rank\": 2093, \"rankvar\": 66, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1476, \"group\": [1598.0, 283.0, 48.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGATCGAGCCCA\", \"ini\": 1477, \"clust\": 27, \"rank\": 1815, \"rankvar\": 1590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1901, \"group\": [27.0, 22.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTTGTCAT\", \"ini\": 1476, \"clust\": 81, \"rank\": 1472, \"rankvar\": 2454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1902, \"group\": [80.0, 33.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCCCGACA\", \"ini\": 1475, \"clust\": 1296, \"rank\": 2027, \"rankvar\": 2875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2114, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1805, \"group\": [1295.0, 206.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCATTGCCC\", \"ini\": 1474, \"clust\": 3159, \"rank\": 1727, \"rankvar\": 2808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3495, \"group\": [3160.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGCAGGTCA\", \"ini\": 1473, \"clust\": 1734, \"rank\": 1940, \"rankvar\": 385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1477, \"group\": [1735.0, 345.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTCGGCAC\", \"ini\": 1472, \"clust\": 2605, \"rank\": 2112, \"rankvar\": 391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1478, \"group\": [2607.0, 463.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTTCGTC\", \"ini\": 1471, \"clust\": 2868, \"rank\": 2167, \"rankvar\": 1118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2118, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 110, \"group\": [2873.0, 504.0, 70.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCAAGTAGTA\", \"ini\": 1470, \"clust\": 2702, \"rank\": 1971, \"rankvar\": 3270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1479, \"group\": [2703.0, 478.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAAGGCTCC\", \"ini\": 1469, \"clust\": 13, \"rank\": 1994, \"rankvar\": 387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1903, \"group\": [14.0, 13.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTCCAGGG\", \"ini\": 1468, \"clust\": 1764, \"rank\": 1952, \"rankvar\": 1188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1480, \"group\": [1764.0, 365.0, 65.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGGCAGGTT\", \"ini\": 1467, \"clust\": 3186, \"rank\": 1857, \"rankvar\": 2788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3496, \"group\": [3186.0, 599.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCACGCGGT\", \"ini\": 1466, \"clust\": 1586, \"rank\": 2296, \"rankvar\": 1555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1481, \"group\": [1584.0, 272.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTACAGACG\", \"ini\": 1465, \"clust\": 1749, \"rank\": 2142, \"rankvar\": 1936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1482, \"group\": [1747.0, 355.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGATCTGAA\", \"ini\": 1464, \"clust\": 2876, \"rank\": 2391, \"rankvar\": 2217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2125, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3497, \"group\": [2876.0, 505.0, 71.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGACGACGT\", \"ini\": 1463, \"clust\": 3578, \"rank\": 2586, \"rankvar\": 3559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2126, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 111, \"group\": [3574.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATCATTC\", \"ini\": 1462, \"clust\": 1464, \"rank\": 2195, \"rankvar\": 1967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1483, \"group\": [1463.0, 241.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTTTATC\", \"ini\": 1461, \"clust\": 3006, \"rank\": 2000, \"rankvar\": 2952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3498, \"group\": [3006.0, 560.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGTCATCT\", \"ini\": 1460, \"clust\": 2694, \"rank\": 2043, \"rankvar\": 2674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2129, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1484, \"group\": [2695.0, 476.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCTATCCCG\", \"ini\": 1459, \"clust\": 1770, \"rank\": 2076, \"rankvar\": 2374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1485, \"group\": [1770.0, 368.0, 65.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACATCCGG\", \"ini\": 1458, \"clust\": 238, \"rank\": 1612, \"rankvar\": 3313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2131, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2710, \"group\": [239.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCAGTCGTGC\", \"ini\": 1457, \"clust\": 3454, \"rank\": 2349, \"rankvar\": 3533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 112, \"group\": [3459.0, 641.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTCCATGA\", \"ini\": 1456, \"clust\": 1598, \"rank\": 2060, \"rankvar\": 25, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1486, \"group\": [1599.0, 284.0, 48.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTGATAAAC\", \"ini\": 1455, \"clust\": 3559, \"rank\": 2472, \"rankvar\": 3555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2134, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 113, \"group\": [3561.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTTCAGCGC\", \"ini\": 1454, \"clust\": 3020, \"rank\": 1874, \"rankvar\": 2481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2135, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3499, \"group\": [3020.0, 564.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGTGAAC\", \"ini\": 1453, \"clust\": 1847, \"rank\": 2119, \"rankvar\": 88, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1487, \"group\": [1855.0, 398.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTTAAGAAC\", \"ini\": 1452, \"clust\": 1403, \"rank\": 2054, \"rankvar\": 695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1488, \"group\": [1402.0, 223.0, 40.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACTCGACG\", \"ini\": 1451, \"clust\": 2531, \"rank\": 2118, \"rankvar\": 466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1489, \"group\": [2533.0, 453.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGCATGCCTAA\", \"ini\": 1450, \"clust\": 1765, \"rank\": 2019, \"rankvar\": 893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1490, \"group\": [1765.0, 365.0, 65.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCTGCCAGG\", \"ini\": 1449, \"clust\": 3017, \"rank\": 2139, \"rankvar\": 2612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2140, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3500, \"group\": [3018.0, 564.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGATGAC\", \"ini\": 1448, \"clust\": 3504, \"rank\": 2410, \"rankvar\": 3552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2141, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 114, \"group\": [3502.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAGTCTTCC\", \"ini\": 1447, \"clust\": 1590, \"rank\": 2206, \"rankvar\": 1025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1491, \"group\": [1589.0, 275.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCCTAGAAC\", \"ini\": 1446, \"clust\": 2875, \"rank\": 2388, \"rankvar\": 2135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2143, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3501, \"group\": [2877.0, 505.0, 71.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGTCATCTGCC\", \"ini\": 1445, \"clust\": 1436, \"rank\": 2208, \"rankvar\": 1440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1492, \"group\": [1437.0, 237.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTAGAAAGG\", \"ini\": 1444, \"clust\": 2976, \"rank\": 2169, \"rankvar\": 3053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2145, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3502, \"group\": [2976.0, 548.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCGCATGGC\", \"ini\": 1443, \"clust\": 1844, \"rank\": 2175, \"rankvar\": 295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1493, \"group\": [1847.0, 395.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCATAACCTG\", \"ini\": 1442, \"clust\": 1304, \"rank\": 2174, \"rankvar\": 2931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2147, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1806, \"group\": [1304.0, 208.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGGGTAC\", \"ini\": 1441, \"clust\": 1488, \"rank\": 2241, \"rankvar\": 1479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2148, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1494, \"group\": [1490.0, 254.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCTTCGG\", \"ini\": 1440, \"clust\": 1741, \"rank\": 2160, \"rankvar\": 1238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1495, \"group\": [1741.0, 350.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGACTTTCG\", \"ini\": 1439, \"clust\": 3535, \"rank\": 2417, \"rankvar\": 3477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2150, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 115, \"group\": [3534.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAGAGGA\", \"ini\": 1438, \"clust\": 1477, \"rank\": 2128, \"rankvar\": 199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1496, \"group\": [1477.0, 249.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTAAAGTCA\", \"ini\": 1437, \"clust\": 2530, \"rank\": 2109, \"rankvar\": 96, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1497, \"group\": [2530.0, 452.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCTTGTCC\", \"ini\": 1436, \"clust\": 1737, \"rank\": 1877, \"rankvar\": 1779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1498, \"group\": [1736.0, 346.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCTCGT\", \"ini\": 1435, \"clust\": 1582, \"rank\": 2185, \"rankvar\": 851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1499, \"group\": [1581.0, 269.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCTTGAGAC\", \"ini\": 1434, \"clust\": 3586, \"rank\": 2486, \"rankvar\": 3523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2155, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 116, \"group\": [3587.0, 650.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTGGTCCC\", \"ini\": 1433, \"clust\": 6, \"rank\": 1998, \"rankvar\": 1749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1904, \"group\": [6.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTCTGAGA\", \"ini\": 1432, \"clust\": 2871, \"rank\": 2237, \"rankvar\": 2368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2157, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 117, \"group\": [2870.0, 501.0, 69.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAAACCTC\", \"ini\": 1431, \"clust\": 3401, \"rank\": 2317, \"rankvar\": 3428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2158, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3575, \"group\": [3400.0, 615.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAAGTACATGA\", \"ini\": 1430, \"clust\": 3246, \"rank\": 2123, \"rankvar\": 1292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3503, \"group\": [3248.0, 604.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACCGGGT\", \"ini\": 1429, \"clust\": 1478, \"rank\": 2189, \"rankvar\": 284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1500, \"group\": [1478.0, 249.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACGTCAAAGCG\", \"ini\": 1428, \"clust\": 1459, \"rank\": 2153, \"rankvar\": 1162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1501, \"group\": [1458.0, 241.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCAGTCCCT\", \"ini\": 1427, \"clust\": 1381, \"rank\": 1860, \"rankvar\": 3231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1807, \"group\": [1381.0, 212.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGACGAA\", \"ini\": 1426, \"clust\": 1812, \"rank\": 2210, \"rankvar\": 2324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1502, \"group\": [1819.0, 389.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAAGGGCT\", \"ini\": 1425, \"clust\": 1489, \"rank\": 2246, \"rankvar\": 1360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1503, \"group\": [1488.0, 253.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGCTACGA\", \"ini\": 1424, \"clust\": 3413, \"rank\": 2092, \"rankvar\": 3481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2165, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3576, \"group\": [3411.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGCTACCGC\", \"ini\": 1423, \"clust\": 1419, \"rank\": 2173, \"rankvar\": 166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1504, \"group\": [1418.0, 230.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGCGAAGGG\", \"ini\": 1422, \"clust\": 2859, \"rank\": 2057, \"rankvar\": 1065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1505, \"group\": [2859.0, 497.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCCTAACC\", \"ini\": 1421, \"clust\": 3431, \"rank\": 2176, \"rankvar\": 3242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2168, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3561, \"group\": [3432.0, 628.0, 91.0, 21.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGACGAA\", \"ini\": 1420, \"clust\": 3037, \"rank\": 1912, \"rankvar\": 2681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3504, \"group\": [3038.0, 572.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGACACTAA\", \"ini\": 1419, \"clust\": 3577, \"rank\": 2570, \"rankvar\": 3525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2170, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 118, \"group\": [3576.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTTCCAACA\", \"ini\": 1418, \"clust\": 1546, \"rank\": 2199, \"rankvar\": 203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1506, \"group\": [1546.0, 263.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGTCTTTACGT\", \"ini\": 1417, \"clust\": 37, \"rank\": 1675, \"rankvar\": 2533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1905, \"group\": [37.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAATAAGCA\", \"ini\": 1416, \"clust\": 1564, \"rank\": 2379, \"rankvar\": 1218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1507, \"group\": [1565.0, 266.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGCTCCTTC\", \"ini\": 1415, \"clust\": 1727, \"rank\": 2075, \"rankvar\": 602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1508, \"group\": [1727.0, 337.0, 59.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGAAACGCC\", \"ini\": 1414, \"clust\": 1243, \"rank\": 2326, \"rankvar\": 3329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2175, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1808, \"group\": [1245.0, 195.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTTCTGAAC\", \"ini\": 1413, \"clust\": 244, \"rank\": 1651, \"rankvar\": 2692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2176, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2711, \"group\": [243.0, 66.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGTACGATA\", \"ini\": 1412, \"clust\": 3402, \"rank\": 2273, \"rankvar\": 3417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2177, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3577, \"group\": [3401.0, 615.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGCGAAGGG\", \"ini\": 1411, \"clust\": 1483, \"rank\": 2220, \"rankvar\": 217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1509, \"group\": [1487.0, 252.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAGACAAAT\", \"ini\": 1410, \"clust\": 3182, \"rank\": 1918, \"rankvar\": 3331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2179, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3505, \"group\": [3183.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTACCTC\", \"ini\": 1409, \"clust\": 1026, \"rank\": 2061, \"rankvar\": 523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1906, \"group\": [1027.0, 134.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCACAAGCCC\", \"ini\": 1408, \"clust\": 1221, \"rank\": 1574, \"rankvar\": 2122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1907, \"group\": [1222.0, 176.0, 28.0, 7.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTTGGTTTG\", \"ini\": 1407, \"clust\": 2748, \"rank\": 2141, \"rankvar\": 2063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1510, \"group\": [2748.0, 487.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTGTCTCG\", \"ini\": 1406, \"clust\": 2872, \"rank\": 2261, \"rankvar\": 2410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2183, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 119, \"group\": [2868.0, 500.0, 69.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTATGTGC\", \"ini\": 1405, \"clust\": 3158, \"rank\": 2073, \"rankvar\": 3164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3506, \"group\": [3159.0, 597.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACCTATCC\", \"ini\": 1404, \"clust\": 1414, \"rank\": 2201, \"rankvar\": 432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1511, \"group\": [1420.0, 231.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAAGCTGAG\", \"ini\": 1403, \"clust\": 1735, \"rank\": 2042, \"rankvar\": 488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1512, \"group\": [1739.0, 348.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATGAAAC\", \"ini\": 1402, \"clust\": 3007, \"rank\": 2136, \"rankvar\": 2694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2187, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3507, \"group\": [3007.0, 560.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTGGGTA\", \"ini\": 1401, \"clust\": 3014, \"rank\": 2024, \"rankvar\": 1976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3508, \"group\": [3015.0, 562.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGTAACGG\", \"ini\": 1400, \"clust\": 1375, \"rank\": 2205, \"rankvar\": 2509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2189, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1809, \"group\": [1374.0, 210.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGTTGCCT\", \"ini\": 1399, \"clust\": 1315, \"rank\": 2168, \"rankvar\": 3233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2190, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1810, \"group\": [1313.0, 209.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTAGTGAAT\", \"ini\": 1398, \"clust\": 3409, \"rank\": 2196, \"rankvar\": 3471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2191, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3578, \"group\": [3408.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCAAAGGCGT\", \"ini\": 1397, \"clust\": 1827, \"rank\": 2077, \"rankvar\": 72, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1513, \"group\": [1828.0, 392.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTCAGTCCTTC\", \"ini\": 1396, \"clust\": 1569, \"rank\": 2266, \"rankvar\": 470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1514, \"group\": [1568.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCACACCGAC\", \"ini\": 1395, \"clust\": 228, \"rank\": 1966, \"rankvar\": 3000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2712, \"group\": [229.0, 63.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGAATTCCC\", \"ini\": 1394, \"clust\": 2587, \"rank\": 2242, \"rankvar\": 457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1515, \"group\": [2588.0, 461.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGGCTTGA\", \"ini\": 1393, \"clust\": 2987, \"rank\": 2229, \"rankvar\": 2425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3509, \"group\": [2986.0, 552.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCTCGATGA\", \"ini\": 1392, \"clust\": 38, \"rank\": 1644, \"rankvar\": 2643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1908, \"group\": [38.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATCCTAGA\", \"ini\": 1391, \"clust\": 1587, \"rank\": 2294, \"rankvar\": 2096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1516, \"group\": [1585.0, 272.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGCAGGTCA\", \"ini\": 1390, \"clust\": 100, \"rank\": 2228, \"rankvar\": 3490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2199, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 163, \"group\": [98.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGGAGTCTG\", \"ini\": 1389, \"clust\": 1048, \"rank\": 1836, \"rankvar\": 1762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1909, \"group\": [1053.0, 143.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAAGGGTCA\", \"ini\": 1388, \"clust\": 1291, \"rank\": 2190, \"rankvar\": 3412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2201, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1811, \"group\": [1292.0, 205.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCACCGCT\", \"ini\": 1387, \"clust\": 1738, \"rank\": 2010, \"rankvar\": 2689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1517, \"group\": [1737.0, 346.0, 62.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCATCGGTTA\", \"ini\": 1386, \"clust\": 3579, \"rank\": 2656, \"rankvar\": 3547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2203, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 120, \"group\": [3575.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTCGACA\", \"ini\": 1385, \"clust\": 3010, \"rank\": 2122, \"rankvar\": 1724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3510, \"group\": [3013.0, 562.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGTTAACGA\", \"ini\": 1384, \"clust\": 3503, \"rank\": 2524, \"rankvar\": 3577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2205, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 121, \"group\": [3504.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGCGTAATA\", \"ini\": 1383, \"clust\": 1571, \"rank\": 2319, \"rankvar\": 874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1518, \"group\": [1570.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTGTCTGAT\", \"ini\": 1382, \"clust\": 3493, \"rank\": 2449, \"rankvar\": 3460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2207, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 122, \"group\": [3490.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGGCTCTC\", \"ini\": 1381, \"clust\": 1466, \"rank\": 2207, \"rankvar\": 1089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1519, \"group\": [1465.0, 241.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCATGAAC\", \"ini\": 1380, \"clust\": 1249, \"rank\": 2015, \"rankvar\": 3435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2209, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1812, \"group\": [1392.0, 217.0, 37.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTCAACC\", \"ini\": 1379, \"clust\": 1037, \"rank\": 2127, \"rankvar\": 1121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2210, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1910, \"group\": [1038.0, 138.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCCAGTG\", \"ini\": 1378, \"clust\": 1467, \"rank\": 2292, \"rankvar\": 499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1520, \"group\": [1583.0, 271.0, 44.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAGTTCAGTAC\", \"ini\": 1377, \"clust\": 2883, \"rank\": 2332, \"rankvar\": 3102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3511, \"group\": [2883.0, 509.0, 72.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTTCGTTGA\", \"ini\": 1376, \"clust\": 1563, \"rank\": 2278, \"rankvar\": 211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1521, \"group\": [1582.0, 270.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCAGATAAG\", \"ini\": 1375, \"clust\": 3184, \"rank\": 2166, \"rankvar\": 3056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3512, \"group\": [3185.0, 599.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGATGTTAG\", \"ini\": 1374, \"clust\": 1570, \"rank\": 2337, \"rankvar\": 713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1522, \"group\": [1569.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACCCATTC\", \"ini\": 1373, \"clust\": 197, \"rank\": 2009, \"rankvar\": 3399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2713, \"group\": [194.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACACATAACC\", \"ini\": 1372, \"clust\": 1424, \"rank\": 2240, \"rankvar\": 618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1523, \"group\": [1424.0, 232.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTGCCTTGG\", \"ini\": 1371, \"clust\": 1293, \"rank\": 2145, \"rankvar\": 3415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2218, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1813, \"group\": [1291.0, 205.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTTCATGT\", \"ini\": 1370, \"clust\": 1449, \"rank\": 2216, \"rankvar\": 223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1524, \"group\": [1452.0, 238.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCACCATCCT\", \"ini\": 1369, \"clust\": 2975, \"rank\": 2235, \"rankvar\": 1830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2220, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3513, \"group\": [2978.0, 548.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCATCAGTCA\", \"ini\": 1368, \"clust\": 31, \"rank\": 1948, \"rankvar\": 676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1911, \"group\": [29.0, 23.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGGTGCAAC\", \"ini\": 1367, \"clust\": 1247, \"rank\": 2335, \"rankvar\": 3063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2222, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1814, \"group\": [1247.0, 197.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTCTAGCCG\", \"ini\": 1366, \"clust\": 1565, \"rank\": 2341, \"rankvar\": 1411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1525, \"group\": [1563.0, 266.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAGGCAGTA\", \"ini\": 1365, \"clust\": 3452, \"rank\": 2287, \"rankvar\": 3489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2224, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 123, \"group\": [3451.0, 637.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCGTTC\", \"ini\": 1364, \"clust\": 3000, \"rank\": 2234, \"rankvar\": 3205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3514, \"group\": [3004.0, 558.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAGCTGCA\", \"ini\": 1363, \"clust\": 1567, \"rank\": 2311, \"rankvar\": 285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1526, \"group\": [1566.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCACATAGACTC\", \"ini\": 1362, \"clust\": 1520, \"rank\": 2363, \"rankvar\": 698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1527, \"group\": [1518.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCGACG\", \"ini\": 1361, \"clust\": 1748, \"rank\": 2258, \"rankvar\": 441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1528, \"group\": [1749.0, 355.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCCCGGATG\", \"ini\": 1360, \"clust\": 3408, \"rank\": 2284, \"rankvar\": 3472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2229, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3579, \"group\": [3413.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGATATAC\", \"ini\": 1359, \"clust\": 1404, \"rank\": 2302, \"rankvar\": 942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1529, \"group\": [1405.0, 226.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACATGCCTTC\", \"ini\": 1358, \"clust\": 1248, \"rank\": 2352, \"rankvar\": 3382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1815, \"group\": [1248.0, 197.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGATGAGC\", \"ini\": 1357, \"clust\": 1458, \"rank\": 2248, \"rankvar\": 1909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1530, \"group\": [1466.0, 242.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCTCGGACG\", \"ini\": 1356, \"clust\": 3403, \"rank\": 2298, \"rankvar\": 3376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2233, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3580, \"group\": [3402.0, 615.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGAAACGAG\", \"ini\": 1355, \"clust\": 3557, \"rank\": 2569, \"rankvar\": 3560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2234, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 124, \"group\": [3556.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGAGGTAG\", \"ini\": 1354, \"clust\": 3494, \"rank\": 2635, \"rankvar\": 3541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2235, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 125, \"group\": [3491.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCACCT\", \"ini\": 1353, \"clust\": 32, \"rank\": 1911, \"rankvar\": 2272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2236, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1912, \"group\": [33.0, 24.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGAGGACGG\", \"ini\": 1352, \"clust\": 40, \"rank\": 1833, \"rankvar\": 2194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1913, \"group\": [40.0, 26.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCGGAAATA\", \"ini\": 1351, \"clust\": 1475, \"rank\": 2197, \"rankvar\": 1529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1531, \"group\": [1475.0, 248.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGGTATG\", \"ini\": 1350, \"clust\": 3187, \"rank\": 1986, \"rankvar\": 3166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2239, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3515, \"group\": [3187.0, 599.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTATCATAAAGG\", \"ini\": 1349, \"clust\": 3410, \"rank\": 2222, \"rankvar\": 3464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2240, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3581, \"group\": [3406.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCAGCGATT\", \"ini\": 1348, \"clust\": 1558, \"rank\": 2318, \"rankvar\": 968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1532, \"group\": [1561.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACTAGAT\", \"ini\": 1347, \"clust\": 1566, \"rank\": 2355, \"rankvar\": 1629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1533, \"group\": [1564.0, 266.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGCTGCCCA\", \"ini\": 1346, \"clust\": 2866, \"rank\": 2327, \"rankvar\": 2783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2243, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 126, \"group\": [2866.0, 498.0, 68.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGCTAGGCA\", \"ini\": 1345, \"clust\": 11, \"rank\": 2217, \"rankvar\": 234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1914, \"group\": [11.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGAGAGCA\", \"ini\": 1344, \"clust\": 1452, \"rank\": 2279, \"rankvar\": 1578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1534, \"group\": [1467.0, 243.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACTCGGCCGAT\", \"ini\": 1343, \"clust\": 29, \"rank\": 2065, \"rankvar\": 1418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1915, \"group\": [30.0, 23.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCACCGTTGG\", \"ini\": 1342, \"clust\": 123, \"rank\": 2152, \"rankvar\": 2327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2247, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2714, \"group\": [123.0, 51.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCTACAGA\", \"ini\": 1341, \"clust\": 2700, \"rank\": 2157, \"rankvar\": 2332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2248, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1535, \"group\": [2701.0, 477.0, 67.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATGCCAT\", \"ini\": 1340, \"clust\": 439, \"rank\": 2130, \"rankvar\": 269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1916, \"group\": [437.0, 104.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCACAGGT\", \"ini\": 1339, \"clust\": 3160, \"rank\": 1858, \"rankvar\": 3394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3516, \"group\": [3161.0, 598.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCTGGTA\", \"ini\": 1338, \"clust\": 19, \"rank\": 2045, \"rankvar\": 1019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1917, \"group\": [20.0, 18.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCTATGCT\", \"ini\": 1337, \"clust\": 3021, \"rank\": 2087, \"rankvar\": 2106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2252, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3517, \"group\": [3021.0, 564.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGTCGATAA\", \"ini\": 1336, \"clust\": 1529, \"rank\": 2511, \"rankvar\": 2184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1536, \"group\": [1529.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCCCAACGG\", \"ini\": 1335, \"clust\": 1462, \"rank\": 2247, \"rankvar\": 915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1537, \"group\": [1461.0, 241.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGTGTGCC\", \"ini\": 1334, \"clust\": 33, \"rank\": 2021, \"rankvar\": 1993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1918, \"group\": [31.0, 24.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACCAGCAC\", \"ini\": 1333, \"clust\": 3018, \"rank\": 2236, \"rankvar\": 2523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3518, \"group\": [3019.0, 564.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGCACATG\", \"ini\": 1332, \"clust\": 1038, \"rank\": 2138, \"rankvar\": 259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1919, \"group\": [1039.0, 138.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGGAACGG\", \"ini\": 1331, \"clust\": 3551, \"rank\": 2512, \"rankvar\": 3530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2258, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 127, \"group\": [3550.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACGAAT\", \"ini\": 1330, \"clust\": 90, \"rank\": 2120, \"rankvar\": 622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3519, \"group\": [90.0, 41.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTTGATTGC\", \"ini\": 1329, \"clust\": 2878, \"rank\": 2525, \"rankvar\": 2482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2260, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3520, \"group\": [2875.0, 505.0, 71.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACAGTAACGG\", \"ini\": 1328, \"clust\": 198, \"rank\": 2115, \"rankvar\": 3466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2715, \"group\": [195.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCACCTTAT\", \"ini\": 1327, \"clust\": 1468, \"rank\": 2340, \"rankvar\": 1751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1538, \"group\": [1470.0, 245.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAGCCTA\", \"ini\": 1326, \"clust\": 1479, \"rank\": 2328, \"rankvar\": 370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1539, \"group\": [1479.0, 250.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAAGGTTTC\", \"ini\": 1325, \"clust\": 1574, \"rank\": 2415, \"rankvar\": 877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1540, \"group\": [1572.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTCTCTTTA\", \"ini\": 1324, \"clust\": 1305, \"rank\": 2191, \"rankvar\": 2979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2265, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1816, \"group\": [1305.0, 208.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGAGCCAA\", \"ini\": 1323, \"clust\": 1430, \"rank\": 2272, \"rankvar\": 1430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1541, \"group\": [1432.0, 236.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCATGAAC\", \"ini\": 1322, \"clust\": 1486, \"rank\": 2257, \"rankvar\": 216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1542, \"group\": [1485.0, 251.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCGTACAA\", \"ini\": 1321, \"clust\": 196, \"rank\": 2099, \"rankvar\": 3413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2268, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2716, \"group\": [196.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTAAGAGAG\", \"ini\": 1320, \"clust\": 1438, \"rank\": 2364, \"rankvar\": 1602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2269, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1543, \"group\": [1438.0, 237.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACACTGTCGG\", \"ini\": 1319, \"clust\": 3399, \"rank\": 2395, \"rankvar\": 3280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2270, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3582, \"group\": [3403.0, 615.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTGTAAGTA\", \"ini\": 1318, \"clust\": 1481, \"rank\": 2280, \"rankvar\": 855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1544, \"group\": [1481.0, 250.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTGCAAG\", \"ini\": 1317, \"clust\": 1568, \"rank\": 2367, \"rankvar\": 236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1545, \"group\": [1567.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGATCGCA\", \"ini\": 1316, \"clust\": 3485, \"rank\": 2476, \"rankvar\": 3397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2273, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 128, \"group\": [3589.0, 652.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACAGTCAGCC\", \"ini\": 1315, \"clust\": 2969, \"rank\": 2286, \"rankvar\": 659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2274, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3521, \"group\": [2975.0, 547.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAGCCTAT\", \"ini\": 1314, \"clust\": 1510, \"rank\": 2392, \"rankvar\": 969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1546, \"group\": [1512.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTTATTCTC\", \"ini\": 1313, \"clust\": 185, \"rank\": 2212, \"rankvar\": 2575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2717, \"group\": [189.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGACAGACACTT\", \"ini\": 1312, \"clust\": 1503, \"rank\": 2418, \"rankvar\": 702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1547, \"group\": [1509.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCAGTGTTG\", \"ini\": 1311, \"clust\": 2989, \"rank\": 2252, \"rankvar\": 2939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2278, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3522, \"group\": [2989.0, 552.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTGATTCG\", \"ini\": 1310, \"clust\": 1754, \"rank\": 2322, \"rankvar\": 2216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1548, \"group\": [1753.0, 357.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGAGGCTA\", \"ini\": 1309, \"clust\": 1484, \"rank\": 2310, \"rankvar\": 274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1549, \"group\": [1483.0, 251.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCCTTAATC\", \"ini\": 1308, \"clust\": 1239, \"rank\": 2360, \"rankvar\": 2933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2281, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1817, \"group\": [1240.0, 193.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTATCTCG\", \"ini\": 1307, \"clust\": 1506, \"rank\": 2407, \"rankvar\": 1011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1550, \"group\": [1505.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGCCAGTAG\", \"ini\": 1306, \"clust\": 1579, \"rank\": 2357, \"rankvar\": 1272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1551, \"group\": [1577.0, 269.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCCAGTAG\", \"ini\": 1305, \"clust\": 190, \"rank\": 2159, \"rankvar\": 3420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2284, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2718, \"group\": [202.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTTACCAGT\", \"ini\": 1304, \"clust\": 1750, \"rank\": 2301, \"rankvar\": 469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1552, \"group\": [1748.0, 355.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGCGAGT\", \"ini\": 1303, \"clust\": 1554, \"rank\": 2414, \"rankvar\": 2453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1553, \"group\": [1562.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATGCGT\", \"ini\": 1302, \"clust\": 1585, \"rank\": 2455, \"rankvar\": 1123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1554, \"group\": [1586.0, 273.0, 45.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGTTCCTA\", \"ini\": 1301, \"clust\": 1472, \"rank\": 2329, \"rankvar\": 148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1555, \"group\": [1473.0, 246.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAAGCGCTC\", \"ini\": 1300, \"clust\": 2982, \"rank\": 2316, \"rankvar\": 2685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2289, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3523, \"group\": [2985.0, 551.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGTTCCTA\", \"ini\": 1299, \"clust\": 1102, \"rank\": 1974, \"rankvar\": 2887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2290, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1920, \"group\": [1111.0, 152.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCTGGAGA\", \"ini\": 1298, \"clust\": 1416, \"rank\": 2290, \"rankvar\": 373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1556, \"group\": [1415.0, 230.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCAGGCTGAA\", \"ini\": 1297, \"clust\": 1560, \"rank\": 2416, \"rankvar\": 1129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1557, \"group\": [1559.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGAAAT\", \"ini\": 1296, \"clust\": 1040, \"rank\": 2105, \"rankvar\": 884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1921, \"group\": [1040.0, 139.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTTTACA\", \"ini\": 1295, \"clust\": 3491, \"rank\": 2688, \"rankvar\": 3564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2294, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 129, \"group\": [3501.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGATCCTAGGGC\", \"ini\": 1294, \"clust\": 2884, \"rank\": 2478, \"rankvar\": 3024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2295, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3524, \"group\": [2884.0, 509.0, 72.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTTGTGTG\", \"ini\": 1293, \"clust\": 3453, \"rank\": 2459, \"rankvar\": 3379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2296, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 130, \"group\": [3452.0, 637.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCTAACGT\", \"ini\": 1292, \"clust\": 1046, \"rank\": 2038, \"rankvar\": 785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1922, \"group\": [1046.0, 142.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACTGAC\", \"ini\": 1291, \"clust\": 1397, \"rank\": 2135, \"rankvar\": 2183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1558, \"group\": [1397.0, 219.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCATGAAC\", \"ini\": 1290, \"clust\": 2983, \"rank\": 2438, \"rankvar\": 3286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3525, \"group\": [2983.0, 551.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGATGGCA\", \"ini\": 1289, \"clust\": 232, \"rank\": 1889, \"rankvar\": 3424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2719, \"group\": [232.0, 64.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCTTGTACT\", \"ini\": 1288, \"clust\": 2971, \"rank\": 2547, \"rankvar\": 3345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2301, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3526, \"group\": [2970.0, 546.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTGAGGGAG\", \"ini\": 1287, \"clust\": 1298, \"rank\": 2434, \"rankvar\": 3263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2302, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1818, \"group\": [1297.0, 207.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGACAGGCT\", \"ini\": 1286, \"clust\": 1572, \"rank\": 2419, \"rankvar\": 1377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1559, \"group\": [1571.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAACACCA\", \"ini\": 1285, \"clust\": 124, \"rank\": 2254, \"rankvar\": 2543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2304, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2720, \"group\": [124.0, 51.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCTAGGTT\", \"ini\": 1284, \"clust\": 3392, \"rank\": 2282, \"rankvar\": 3418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2305, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3562, \"group\": [3394.0, 613.0, 84.0, 18.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCTCTCGT\", \"ini\": 1283, \"clust\": 119, \"rank\": 2101, \"rankvar\": 3183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2306, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2721, \"group\": [120.0, 49.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTTCCACGG\", \"ini\": 1282, \"clust\": 9, \"rank\": 2245, \"rankvar\": 363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1923, \"group\": [12.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACATCTCCCA\", \"ini\": 1281, \"clust\": 1492, \"rank\": 2304, \"rankvar\": 1911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1560, \"group\": [1492.0, 256.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAGGGCATA\", \"ini\": 1280, \"clust\": 1290, \"rank\": 2268, \"rankvar\": 3359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2309, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1819, \"group\": [1293.0, 205.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCGTTTA\", \"ini\": 1279, \"clust\": 16, \"rank\": 2158, \"rankvar\": 2977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2310, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1837, \"group\": [16.0, 14.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGGGTT\", \"ini\": 1278, \"clust\": 1480, \"rank\": 2324, \"rankvar\": 445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1561, \"group\": [1480.0, 250.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCTAGTCA\", \"ini\": 1277, \"clust\": 1393, \"rank\": 2106, \"rankvar\": 1553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1562, \"group\": [1393.0, 218.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTATCCTAAGTG\", \"ini\": 1276, \"clust\": 2986, \"rank\": 2333, \"rankvar\": 2325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2313, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3527, \"group\": [2988.0, 552.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTACGACT\", \"ini\": 1275, \"clust\": 3576, \"rank\": 2717, \"rankvar\": 3543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2314, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 131, \"group\": [3573.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAATCA\", \"ini\": 1274, \"clust\": 1041, \"rank\": 2090, \"rankvar\": 1177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2315, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1924, \"group\": [1041.0, 139.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCACCGGGT\", \"ini\": 1273, \"clust\": 87, \"rank\": 2063, \"rankvar\": 262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1925, \"group\": [88.0, 39.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTAAGACA\", \"ini\": 1272, \"clust\": 3396, \"rank\": 2343, \"rankvar\": 3422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2317, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3583, \"group\": [3398.0, 615.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCTCTCTG\", \"ini\": 1271, \"clust\": 1501, \"rank\": 2446, \"rankvar\": 1119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1563, \"group\": [1501.0, 258.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGCAGTA\", \"ini\": 1270, \"clust\": 1576, \"rank\": 2369, \"rankvar\": 735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1564, \"group\": [1575.0, 268.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCGACTAT\", \"ini\": 1269, \"clust\": 1439, \"rank\": 2463, \"rankvar\": 1046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1565, \"group\": [1439.0, 237.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTCAGGCC\", \"ini\": 1268, \"clust\": 1417, \"rank\": 2321, \"rankvar\": 230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1566, \"group\": [1416.0, 230.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGGTAAG\", \"ini\": 1267, \"clust\": 2977, \"rank\": 2274, \"rankvar\": 2397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3528, \"group\": [2977.0, 548.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCAACGAAA\", \"ini\": 1266, \"clust\": 1526, \"rank\": 2526, \"rankvar\": 723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1567, \"group\": [1528.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGTCCGGTC\", \"ini\": 1265, \"clust\": 419, \"rank\": 2188, \"rankvar\": 670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2324, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1926, \"group\": [418.0, 100.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGGTGCAAC\", \"ini\": 1264, \"clust\": 3448, \"rank\": 2493, \"rankvar\": 3485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2325, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1568, \"group\": [3448.0, 635.0, 93.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTTATCGGT\", \"ini\": 1263, \"clust\": 1555, \"rank\": 2428, \"rankvar\": 666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1569, \"group\": [1556.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAACAGTCGATT\", \"ini\": 1262, \"clust\": 91, \"rank\": 2034, \"rankvar\": 2036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2327, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3529, \"group\": [91.0, 41.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTAGGGTAC\", \"ini\": 1261, \"clust\": 1580, \"rank\": 2381, \"rankvar\": 232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1570, \"group\": [1578.0, 269.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCATGCTAGT\", \"ini\": 1260, \"clust\": 435, \"rank\": 2184, \"rankvar\": 1948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1927, \"group\": [440.0, 104.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAACGCACC\", \"ini\": 1259, \"clust\": 213, \"rank\": 1995, \"rankvar\": 3176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2330, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2722, \"group\": [213.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAACTGCTA\", \"ini\": 1258, \"clust\": 2978, \"rank\": 2338, \"rankvar\": 3169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2331, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3530, \"group\": [2979.0, 549.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTCACTTCC\", \"ini\": 1257, \"clust\": 3016, \"rank\": 2233, \"rankvar\": 3295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3531, \"group\": [3017.0, 563.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGAGACG\", \"ini\": 1256, \"clust\": 2991, \"rank\": 2308, \"rankvar\": 2877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3532, \"group\": [2992.0, 553.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTCAAACAACA\", \"ini\": 1255, \"clust\": 1577, \"rank\": 2399, \"rankvar\": 1859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1571, \"group\": [1576.0, 268.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAGCTCTC\", \"ini\": 1254, \"clust\": 3393, \"rank\": 2405, \"rankvar\": 3442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2335, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3563, \"group\": [3392.0, 613.0, 84.0, 18.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCCATGAAC\", \"ini\": 1253, \"clust\": 1487, \"rank\": 2356, \"rankvar\": 198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2336, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1572, \"group\": [1486.0, 251.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGAGGTTAT\", \"ini\": 1252, \"clust\": 1490, \"rank\": 2464, \"rankvar\": 1625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2337, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1573, \"group\": [1489.0, 253.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCGAGGTAG\", \"ini\": 1251, \"clust\": 1427, \"rank\": 2353, \"rankvar\": 546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1574, \"group\": [1428.0, 235.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGCGTTA\", \"ini\": 1250, \"clust\": 1578, \"rank\": 2423, \"rankvar\": 2087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1575, \"group\": [1579.0, 269.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTTGGGCC\", \"ini\": 1249, \"clust\": 101, \"rank\": 2270, \"rankvar\": 3431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2340, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 164, \"group\": [99.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCTCTTAT\", \"ini\": 1248, \"clust\": 1428, \"rank\": 2359, \"rankvar\": 1587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1576, \"group\": [1429.0, 235.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGTTAGA\", \"ini\": 1247, \"clust\": 1561, \"rank\": 2444, \"rankvar\": 1922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2342, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1577, \"group\": [1557.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCACATGCA\", \"ini\": 1246, \"clust\": 1493, \"rank\": 2430, \"rankvar\": 1527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1578, \"group\": [1495.0, 257.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGAGTGACC\", \"ini\": 1245, \"clust\": 1051, \"rank\": 2133, \"rankvar\": 1885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1928, \"group\": [1049.0, 143.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCATGCAATC\", \"ini\": 1244, \"clust\": 2979, \"rank\": 2214, \"rankvar\": 3238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3533, \"group\": [2980.0, 549.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAGTACGCACC\", \"ini\": 1243, \"clust\": 88, \"rank\": 1908, \"rankvar\": 2066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1929, \"group\": [89.0, 40.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGACGAAA\", \"ini\": 1242, \"clust\": 1064, \"rank\": 2144, \"rankvar\": 2382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2347, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1930, \"group\": [1065.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTGCACGAA\", \"ini\": 1241, \"clust\": 1511, \"rank\": 2610, \"rankvar\": 2112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1579, \"group\": [1510.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTCTTATG\", \"ini\": 1240, \"clust\": 1517, \"rank\": 2516, \"rankvar\": 1191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1580, \"group\": [1516.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCCGGCACA\", \"ini\": 1239, \"clust\": 3536, \"rank\": 2722, \"rankvar\": 3578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2350, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 132, \"group\": [3535.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCAGTTATCGC\", \"ini\": 1238, \"clust\": 449, \"rank\": 2219, \"rankvar\": 518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1931, \"group\": [449.0, 106.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTTCGATGAGG\", \"ini\": 1237, \"clust\": 230, \"rank\": 2031, \"rankvar\": 3419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2352, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2723, \"group\": [228.0, 63.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGGATGGG\", \"ini\": 1236, \"clust\": 2970, \"rank\": 2488, \"rankvar\": 2403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3534, \"group\": [2972.0, 546.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCAGACACTT\", \"ini\": 1235, \"clust\": 440, \"rank\": 2183, \"rankvar\": 1209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1932, \"group\": [438.0, 104.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTACCATCA\", \"ini\": 1234, \"clust\": 3552, \"rank\": 2604, \"rankvar\": 3548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2355, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 133, \"group\": [3551.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGTAGCTG\", \"ini\": 1233, \"clust\": 1547, \"rank\": 2380, \"rankvar\": 281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1581, \"group\": [1547.0, 263.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCACTCAGGC\", \"ini\": 1232, \"clust\": 1469, \"rank\": 2469, \"rankvar\": 684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1582, \"group\": [1468.0, 244.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGGTTTCA\", \"ini\": 1231, \"clust\": 436, \"rank\": 2253, \"rankvar\": 571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1933, \"group\": [439.0, 104.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGACTAGGC\", \"ini\": 1230, \"clust\": 3449, \"rank\": 2376, \"rankvar\": 3396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1583, \"group\": [3449.0, 635.0, 93.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATTATCTC\", \"ini\": 1229, \"clust\": 3558, \"rank\": 2738, \"rankvar\": 3580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2360, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 134, \"group\": [3557.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATACGCCG\", \"ini\": 1228, \"clust\": 1470, \"rank\": 2445, \"rankvar\": 62, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1584, \"group\": [1469.0, 244.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGGGCACTA\", \"ini\": 1227, \"clust\": 3505, \"rank\": 2693, \"rankvar\": 3572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2362, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 135, \"group\": [3503.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCGAGCCA\", \"ini\": 1226, \"clust\": 3532, \"rank\": 2748, \"rankvar\": 3576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2363, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 136, \"group\": [3531.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATGAAAC\", \"ini\": 1225, \"clust\": 2994, \"rank\": 2466, \"rankvar\": 3285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2364, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3535, \"group\": [2994.0, 553.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGCTGCAC\", \"ini\": 1224, \"clust\": 1476, \"rank\": 2413, \"rankvar\": 589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1585, \"group\": [1476.0, 248.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCTCTGAGA\", \"ini\": 1223, \"clust\": 1394, \"rank\": 2150, \"rankvar\": 3087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1586, \"group\": [1394.0, 218.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCTCTACGAGT\", \"ini\": 1222, \"clust\": 1573, \"rank\": 2590, \"rankvar\": 1285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1587, \"group\": [1574.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTTCCACAA\", \"ini\": 1221, \"clust\": 3538, \"rank\": 2910, \"rankvar\": 3579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2368, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 137, \"group\": [3537.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCCAAAGTC\", \"ini\": 1220, \"clust\": 1534, \"rank\": 2480, \"rankvar\": 601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1588, \"group\": [1534.0, 261.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTCCGTTAA\", \"ini\": 1219, \"clust\": 1405, \"rank\": 2568, \"rankvar\": 1112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2370, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1589, \"group\": [1406.0, 226.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTTGTCTTT\", \"ini\": 1218, \"clust\": 2997, \"rank\": 2396, \"rankvar\": 3039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2371, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3536, \"group\": [2997.0, 554.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGAGTGACC\", \"ini\": 1217, \"clust\": 2874, \"rank\": 2628, \"rankvar\": 797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1590, \"group\": [2878.0, 506.0, 71.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAACAATC\", \"ini\": 1216, \"clust\": 1460, \"rank\": 2351, \"rankvar\": 2314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1591, \"group\": [1459.0, 241.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAGATCTGT\", \"ini\": 1215, \"clust\": 1301, \"rank\": 2491, \"rankvar\": 3322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1820, \"group\": [1301.0, 207.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCGAAAGC\", \"ini\": 1214, \"clust\": 1530, \"rank\": 2543, \"rankvar\": 805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1592, \"group\": [1530.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTATCGCC\", \"ini\": 1213, \"clust\": 1065, \"rank\": 2209, \"rankvar\": 1135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1934, \"group\": [1066.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCTGCGAA\", \"ini\": 1212, \"clust\": 3005, \"rank\": 2420, \"rankvar\": 3268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2377, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3537, \"group\": [3008.0, 560.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCACGACTA\", \"ini\": 1211, \"clust\": 1047, \"rank\": 2162, \"rankvar\": 1510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1935, \"group\": [1047.0, 142.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTCCATGA\", \"ini\": 1210, \"clust\": 248, \"rank\": 1856, \"rankvar\": 3299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2379, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2724, \"group\": [249.0, 69.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAGGTGGAT\", \"ini\": 1209, \"clust\": 1059, \"rank\": 2107, \"rankvar\": 2244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2380, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1936, \"group\": [1060.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTCCTCTTG\", \"ini\": 1208, \"clust\": 1551, \"rank\": 2439, \"rankvar\": 149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1593, \"group\": [1553.0, 264.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATACGCT\", \"ini\": 1207, \"clust\": 116, \"rank\": 2264, \"rankvar\": 778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2382, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1937, \"group\": [117.0, 48.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAGTGCAT\", \"ini\": 1206, \"clust\": 401, \"rank\": 2456, \"rankvar\": 774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2383, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1938, \"group\": [404.0, 94.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCGAACGGA\", \"ini\": 1205, \"clust\": 1049, \"rank\": 2151, \"rankvar\": 1642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1939, \"group\": [1052.0, 143.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTGGAGTC\", \"ini\": 1204, \"clust\": 1236, \"rank\": 2540, \"rankvar\": 3098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2385, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1821, \"group\": [1237.0, 191.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGCTAGTGG\", \"ini\": 1203, \"clust\": 3537, \"rank\": 2768, \"rankvar\": 3581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2386, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 138, \"group\": [3536.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTGTGGCA\", \"ini\": 1202, \"clust\": 1527, \"rank\": 2527, \"rankvar\": 608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1594, \"group\": [1526.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAGATTAG\", \"ini\": 1201, \"clust\": 3548, \"rank\": 2841, \"rankvar\": 3558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 139, \"group\": [3547.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTAGAGGACGG\", \"ini\": 1200, \"clust\": 406, \"rank\": 2330, \"rankvar\": 188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1940, \"group\": [406.0, 96.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGCACCCATGG\", \"ini\": 1199, \"clust\": 1054, \"rank\": 2193, \"rankvar\": 935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1941, \"group\": [1058.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCACGAAGG\", \"ini\": 1198, \"clust\": 2985, \"rank\": 2390, \"rankvar\": 2849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2391, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3538, \"group\": [2991.0, 552.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCTGTAGA\", \"ini\": 1197, \"clust\": 84, \"rank\": 2111, \"rankvar\": 1652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1942, \"group\": [87.0, 38.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGATCCTGT\", \"ini\": 1196, \"clust\": 416, \"rank\": 2227, \"rankvar\": 2241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2393, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1943, \"group\": [422.0, 100.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCATGCAAC\", \"ini\": 1195, \"clust\": 1482, \"rank\": 2452, \"rankvar\": 175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2394, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1595, \"group\": [1482.0, 250.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGTAGT\", \"ini\": 1194, \"clust\": 0, \"rank\": 2289, \"rankvar\": 334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2395, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1944, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATCCCGC\", \"ini\": 1193, \"clust\": 1055, \"rank\": 2186, \"rankvar\": 1452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2396, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1945, \"group\": [1054.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTAAATACG\", \"ini\": 1192, \"clust\": 28, \"rank\": 2198, \"rankvar\": 2644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1946, \"group\": [34.0, 25.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGTGTCCAT\", \"ini\": 1191, \"clust\": 1512, \"rank\": 2727, \"rankvar\": 2263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1596, \"group\": [1511.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTAGCTTGT\", \"ini\": 1190, \"clust\": 25, \"rank\": 2192, \"rankvar\": 2520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1947, \"group\": [25.0, 21.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGACGCTTT\", \"ini\": 1189, \"clust\": 1507, \"rank\": 2580, \"rankvar\": 1215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1597, \"group\": [1506.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGGTGGGTT\", \"ini\": 1188, \"clust\": 2990, \"rank\": 2323, \"rankvar\": 3208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2401, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3539, \"group\": [2990.0, 552.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCCGTTGCT\", \"ini\": 1187, \"clust\": 2873, \"rank\": 2630, \"rankvar\": 3173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2402, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 140, \"group\": [2869.0, 500.0, 69.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACGCCAGT\", \"ini\": 1186, \"clust\": 399, \"rank\": 2281, \"rankvar\": 536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1948, \"group\": [399.0, 93.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCAAGTAC\", \"ini\": 1185, \"clust\": 34, \"rank\": 2202, \"rankvar\": 2734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1949, \"group\": [32.0, 24.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTCCAGTAT\", \"ini\": 1184, \"clust\": 1521, \"rank\": 2556, \"rankvar\": 962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1598, \"group\": [1519.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTTCCACAA\", \"ini\": 1183, \"clust\": 1062, \"rank\": 2215, \"rankvar\": 2141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1950, \"group\": [1062.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCAATAAGG\", \"ini\": 1182, \"clust\": 2995, \"rank\": 2460, \"rankvar\": 2880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3540, \"group\": [2995.0, 553.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTTTACGT\", \"ini\": 1181, \"clust\": 3533, \"rank\": 2864, \"rankvar\": 3575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2408, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 141, \"group\": [3532.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAAAGTCAA\", \"ini\": 1180, \"clust\": 1524, \"rank\": 2612, \"rankvar\": 384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1599, \"group\": [1524.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTGTCATGCAT\", \"ini\": 1179, \"clust\": 1552, \"rank\": 2503, \"rankvar\": 146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1600, \"group\": [1551.0, 264.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGTAAACT\", \"ini\": 1178, \"clust\": 688, \"rank\": 2331, \"rankvar\": 711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2411, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1951, \"group\": [704.0, 120.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCGTACGGC\", \"ini\": 1177, \"clust\": 1514, \"rank\": 2589, \"rankvar\": 568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1601, \"group\": [1513.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCAATAAGG\", \"ini\": 1176, \"clust\": 3463, \"rank\": 2880, \"rankvar\": 3409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2413, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 142, \"group\": [3462.0, 643.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTTTGCGT\", \"ini\": 1175, \"clust\": 1109, \"rank\": 2265, \"rankvar\": 521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1952, \"group\": [1108.0, 150.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCAGGTCA\", \"ini\": 1174, \"clust\": 3412, \"rank\": 2370, \"rankvar\": 3483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2415, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3584, \"group\": [3412.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCAGTGGA\", \"ini\": 1173, \"clust\": 2996, \"rank\": 2230, \"rankvar\": 2888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2416, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3541, \"group\": [2999.0, 556.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGATGGAA\", \"ini\": 1172, \"clust\": 1, \"rank\": 2259, \"rankvar\": 1419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2417, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1953, \"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGAATAGGG\", \"ini\": 1171, \"clust\": 2869, \"rank\": 2549, \"rankvar\": 2615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2418, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3542, \"group\": [2872.0, 503.0, 69.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAATAAGCA\", \"ini\": 1170, \"clust\": 1039, \"rank\": 2239, \"rankvar\": 913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1954, \"group\": [1042.0, 140.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCATGAGCGA\", \"ini\": 1169, \"clust\": 1043, \"rank\": 2179, \"rankvar\": 1628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2420, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1955, \"group\": [1043.0, 141.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTCTCACCT\", \"ini\": 1168, \"clust\": 1508, \"rank\": 2572, \"rankvar\": 1087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1602, \"group\": [1507.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCATGGTAGG\", \"ini\": 1167, \"clust\": 1556, \"rank\": 2587, \"rankvar\": 1383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1603, \"group\": [1554.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGGCATGT\", \"ini\": 1166, \"clust\": 20, \"rank\": 2211, \"rankvar\": 2426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2423, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1956, \"group\": [21.0, 19.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGACACG\", \"ini\": 1165, \"clust\": 1559, \"rank\": 2659, \"rankvar\": 1443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1604, \"group\": [1560.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCATGCCG\", \"ini\": 1164, \"clust\": 195, \"rank\": 2224, \"rankvar\": 3469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2425, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2725, \"group\": [197.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGTGG\", \"ini\": 1163, \"clust\": 2980, \"rank\": 2601, \"rankvar\": 3304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2426, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3543, \"group\": [2981.0, 550.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTATAGGGC\", \"ini\": 1162, \"clust\": 1485, \"rank\": 2497, \"rankvar\": 427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1605, \"group\": [1484.0, 251.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATGGGAAC\", \"ini\": 1161, \"clust\": 1553, \"rank\": 2496, \"rankvar\": 501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1606, \"group\": [1552.0, 264.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACATAACC\", \"ini\": 1160, \"clust\": 1411, \"rank\": 2479, \"rankvar\": 2593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1607, \"group\": [1410.0, 228.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTCTCTTTA\", \"ini\": 1159, \"clust\": 1532, \"rank\": 2703, \"rankvar\": 1815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1608, \"group\": [1531.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTTAGAACA\", \"ini\": 1158, \"clust\": 2881, \"rank\": 2546, \"rankvar\": 2726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2431, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3544, \"group\": [2881.0, 508.0, 72.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTGCTGCC\", \"ini\": 1157, \"clust\": 1542, \"rank\": 2736, \"rankvar\": 1036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1609, \"group\": [1541.0, 262.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTGCTAGCC\", \"ini\": 1156, \"clust\": 1557, \"rank\": 2683, \"rankvar\": 1167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1610, \"group\": [1555.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGATCTGAA\", \"ini\": 1155, \"clust\": 1473, \"rank\": 2564, \"rankvar\": 612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2434, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1611, \"group\": [1471.0, 246.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAATACAG\", \"ini\": 1154, \"clust\": 1513, \"rank\": 2706, \"rankvar\": 557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1612, \"group\": [1515.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAACTGCGC\", \"ini\": 1153, \"clust\": 1494, \"rank\": 2671, \"rankvar\": 1448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1613, \"group\": [1493.0, 257.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCATAGCAC\", \"ini\": 1152, \"clust\": 1042, \"rank\": 2225, \"rankvar\": 1509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1957, \"group\": [1045.0, 141.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGCTGGAAC\", \"ini\": 1151, \"clust\": 1504, \"rank\": 2665, \"rankvar\": 1601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1614, \"group\": [1503.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGATCCTAGTGA\", \"ini\": 1150, \"clust\": 1495, \"rank\": 2597, \"rankvar\": 1040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1615, \"group\": [1494.0, 257.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCAGCGTA\", \"ini\": 1149, \"clust\": 85, \"rank\": 2187, \"rankvar\": 1530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2440, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1958, \"group\": [85.0, 36.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACACTTACGA\", \"ini\": 1148, \"clust\": 1057, \"rank\": 2262, \"rankvar\": 1113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2441, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1959, \"group\": [1056.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCACTCCA\", \"ini\": 1147, \"clust\": 1575, \"rank\": 2682, \"rankvar\": 2284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1616, \"group\": [1573.0, 267.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGCAGTCA\", \"ini\": 1146, \"clust\": 423, \"rank\": 2283, \"rankvar\": 630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1960, \"group\": [428.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTGGGTTG\", \"ini\": 1145, \"clust\": 89, \"rank\": 2354, \"rankvar\": 2330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3545, \"group\": [92.0, 42.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCTCCGGTT\", \"ini\": 1144, \"clust\": 420, \"rank\": 2285, \"rankvar\": 2065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2445, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1961, \"group\": [419.0, 100.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGTTCTG\", \"ini\": 1143, \"clust\": 3406, \"rank\": 2583, \"rankvar\": 3389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2446, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3585, \"group\": [3404.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCAGATCTGCT\", \"ini\": 1142, \"clust\": 2882, \"rank\": 2650, \"rankvar\": 3036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3546, \"group\": [2882.0, 508.0, 72.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGATGTAAC\", \"ini\": 1141, \"clust\": 3411, \"rank\": 2509, \"rankvar\": 3443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2448, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3586, \"group\": [3407.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATGAAAC\", \"ini\": 1140, \"clust\": 1541, \"rank\": 2691, \"rankvar\": 475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2449, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1617, \"group\": [1543.0, 262.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGCGCTTAT\", \"ini\": 1139, \"clust\": 3404, \"rank\": 2561, \"rankvar\": 3410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2450, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3587, \"group\": [3415.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTACTCGCG\", \"ini\": 1138, \"clust\": 1035, \"rank\": 2293, \"rankvar\": 1874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2451, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1962, \"group\": [1035.0, 137.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAAGCCGCT\", \"ini\": 1137, \"clust\": 1050, \"rank\": 2200, \"rankvar\": 2727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2452, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1963, \"group\": [1051.0, 143.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCGCCTCA\", \"ini\": 1136, \"clust\": 1518, \"rank\": 2771, \"rankvar\": 1732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1618, \"group\": [1517.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGCCATCGC\", \"ini\": 1135, \"clust\": 2993, \"rank\": 2433, \"rankvar\": 2544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3547, \"group\": [2996.0, 553.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTTAGTGGG\", \"ini\": 1134, \"clust\": 1240, \"rank\": 2648, \"rankvar\": 3196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2455, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1822, \"group\": [1241.0, 194.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAATCTGCA\", \"ini\": 1133, \"clust\": 1505, \"rank\": 2756, \"rankvar\": 2116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1619, \"group\": [1504.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCACGACG\", \"ini\": 1132, \"clust\": 1392, \"rank\": 2307, \"rankvar\": 1173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1620, \"group\": [1400.0, 222.0, 39.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTTAGGTA\", \"ini\": 1131, \"clust\": 1549, \"rank\": 2711, \"rankvar\": 682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1621, \"group\": [1548.0, 264.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAATCTGCGGCA\", \"ini\": 1130, \"clust\": 94, \"rank\": 2532, \"rankvar\": 2538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2459, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 165, \"group\": [93.0, 43.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGCGACAT\", \"ini\": 1129, \"clust\": 1107, \"rank\": 2300, \"rankvar\": 2587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2460, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1964, \"group\": [1106.0, 150.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACAACTGT\", \"ini\": 1128, \"clust\": 1499, \"rank\": 2660, \"rankvar\": 776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1622, \"group\": [1498.0, 258.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGTCTCGCATC\", \"ini\": 1127, \"clust\": 1562, \"rank\": 2661, \"rankvar\": 1546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1623, \"group\": [1558.0, 265.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTAGCCA\", \"ini\": 1126, \"clust\": 437, \"rank\": 2365, \"rankvar\": 1862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2463, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1965, \"group\": [435.0, 104.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTGTGGCTC\", \"ini\": 1125, \"clust\": 1536, \"rank\": 2575, \"rankvar\": 398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1624, \"group\": [1538.0, 261.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTTATCGC\", \"ini\": 1124, \"clust\": 3394, \"rank\": 2577, \"rankvar\": 3367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2465, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3564, \"group\": [3393.0, 613.0, 84.0, 18.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGGAATCG\", \"ini\": 1123, \"clust\": 2972, \"rank\": 2876, \"rankvar\": 3408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2466, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3548, \"group\": [2971.0, 546.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGAATAGGG\", \"ini\": 1122, \"clust\": 1077, \"rank\": 2238, \"rankvar\": 1949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2467, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1966, \"group\": [1078.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCGGAGCAA\", \"ini\": 1121, \"clust\": 186, \"rank\": 2320, \"rankvar\": 3425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2468, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2726, \"group\": [188.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCTGATCA\", \"ini\": 1120, \"clust\": 1515, \"rank\": 2817, \"rankvar\": 2211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1625, \"group\": [1514.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTATCACCA\", \"ini\": 1119, \"clust\": 1094, \"rank\": 2250, \"rankvar\": 1814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2470, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1967, \"group\": [1093.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAATCCAAC\", \"ini\": 1118, \"clust\": 1548, \"rank\": 2657, \"rankvar\": 990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2471, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1626, \"group\": [1550.0, 264.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACAACGCC\", \"ini\": 1117, \"clust\": 457, \"rank\": 2400, \"rankvar\": 715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2472, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1968, \"group\": [459.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGGGAAACA\", \"ini\": 1116, \"clust\": 199, \"rank\": 2519, \"rankvar\": 3255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2473, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2727, \"group\": [201.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAGAAAGG\", \"ini\": 1115, \"clust\": 1084, \"rank\": 2271, \"rankvar\": 1070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2474, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1969, \"group\": [1084.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACTCGGA\", \"ini\": 1114, \"clust\": 1056, \"rank\": 2244, \"rankvar\": 2232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2475, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1970, \"group\": [1055.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGTCGATAA\", \"ini\": 1113, \"clust\": 1383, \"rank\": 2377, \"rankvar\": 3361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2476, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1823, \"group\": [1384.0, 213.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGTACAG\", \"ini\": 1112, \"clust\": 1525, \"rank\": 2803, \"rankvar\": 1262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1627, \"group\": [1525.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGCCA\", \"ini\": 1111, \"clust\": 1244, \"rank\": 2808, \"rankvar\": 3095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2478, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1824, \"group\": [1243.0, 195.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCACTCT\", \"ini\": 1110, \"clust\": 2992, \"rank\": 2422, \"rankvar\": 3192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3549, \"group\": [2993.0, 553.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGTGGAT\", \"ini\": 1109, \"clust\": 142, \"rank\": 2358, \"rankvar\": 3225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2480, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2728, \"group\": [145.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTATAAACG\", \"ini\": 1108, \"clust\": 1474, \"rank\": 2614, \"rankvar\": 581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2481, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1628, \"group\": [1472.0, 246.0, 42.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGAGCAGGCTA\", \"ini\": 1107, \"clust\": 3407, \"rank\": 2672, \"rankvar\": 3457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2482, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3588, \"group\": [3405.0, 616.0, 85.0, 19.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCAATGGT\", \"ini\": 1106, \"clust\": 1406, \"rank\": 2602, \"rankvar\": 1577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1629, \"group\": [1407.0, 227.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCCCTAACC\", \"ini\": 1105, \"clust\": 430, \"rank\": 2291, \"rankvar\": 2532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2484, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1971, \"group\": [429.0, 102.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACTTCGAA\", \"ini\": 1104, \"clust\": 1086, \"rank\": 2313, \"rankvar\": 2629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1972, \"group\": [1092.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAACACTG\", \"ini\": 1103, \"clust\": 1519, \"rank\": 2744, \"rankvar\": 1140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1630, \"group\": [1520.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCAGAATA\", \"ini\": 1102, \"clust\": 1103, \"rank\": 2398, \"rankvar\": 2655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1973, \"group\": [1105.0, 149.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCAAAGCAAT\", \"ini\": 1101, \"clust\": 1034, \"rank\": 2461, \"rankvar\": 2717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2488, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1974, \"group\": [1037.0, 137.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCTTTACGT\", \"ini\": 1100, \"clust\": 220, \"rank\": 2401, \"rankvar\": 2853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2489, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2729, \"group\": [220.0, 60.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAATAGCA\", \"ini\": 1099, \"clust\": 1036, \"rank\": 2361, \"rankvar\": 1950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1975, \"group\": [1036.0, 137.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTGCAACGA\", \"ini\": 1098, \"clust\": 1384, \"rank\": 2453, \"rankvar\": 3388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2491, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1825, \"group\": [1382.0, 213.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTTACCTA\", \"ini\": 1097, \"clust\": 1095, \"rank\": 2249, \"rankvar\": 1402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2492, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1976, \"group\": [1094.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTTGTCTTT\", \"ini\": 1096, \"clust\": 450, \"rank\": 2383, \"rankvar\": 1861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1977, \"group\": [450.0, 106.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGAGCAATT\", \"ini\": 1095, \"clust\": 1543, \"rank\": 2800, \"rankvar\": 551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2494, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1631, \"group\": [1542.0, 262.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGACGGTA\", \"ini\": 1094, \"clust\": 1297, \"rank\": 2668, \"rankvar\": 2860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2495, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1826, \"group\": [1299.0, 207.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCATCCTTGC\", \"ini\": 1093, \"clust\": 1539, \"rank\": 2701, \"rankvar\": 946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1632, \"group\": [1539.0, 261.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCATGGAATA\", \"ini\": 1092, \"clust\": 421, \"rank\": 2368, \"rankvar\": 1487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1978, \"group\": [420.0, 100.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTCCGTCAG\", \"ini\": 1091, \"clust\": 206, \"rank\": 2342, \"rankvar\": 3350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2730, \"group\": [203.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTAGTGA\", \"ini\": 1090, \"clust\": 451, \"rank\": 2443, \"rankvar\": 2079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2499, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1979, \"group\": [451.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCCGATTT\", \"ini\": 1089, \"clust\": 3528, \"rank\": 2834, \"rankvar\": 3516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1633, \"group\": [3527.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTACCATCA\", \"ini\": 1088, \"clust\": 1218, \"rank\": 2085, \"rankvar\": 3387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2501, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2988, \"group\": [1221.0, 175.0, 28.0, 7.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAAACCTAC\", \"ini\": 1087, \"clust\": 1106, \"rank\": 2374, \"rankvar\": 1325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2502, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1980, \"group\": [1110.0, 151.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACAACTGGCC\", \"ini\": 1086, \"clust\": 468, \"rank\": 2454, \"rankvar\": 1254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1981, \"group\": [470.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTTCGCGC\", \"ini\": 1085, \"clust\": 1540, \"rank\": 2788, \"rankvar\": 1204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1634, \"group\": [1540.0, 261.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATCCGG\", \"ini\": 1084, \"clust\": 1060, \"rank\": 2299, \"rankvar\": 1661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1982, \"group\": [1061.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGTTGAGTA\", \"ini\": 1083, \"clust\": 104, \"rank\": 2740, \"rankvar\": 3538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2506, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 166, \"group\": [104.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTATATGAG\", \"ini\": 1082, \"clust\": 249, \"rank\": 2182, \"rankvar\": 3449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2507, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2731, \"group\": [250.0, 69.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTAATAGCA\", \"ini\": 1081, \"clust\": 2867, \"rank\": 2607, \"rankvar\": 2118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3550, \"group\": [2867.0, 499.0, 68.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGATGGCGT\", \"ini\": 1080, \"clust\": 209, \"rank\": 2435, \"rankvar\": 3433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2509, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2732, \"group\": [209.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTTTAGGAA\", \"ini\": 1079, \"clust\": 414, \"rank\": 2421, \"rankvar\": 1055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1983, \"group\": [414.0, 99.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCGAATGCT\", \"ini\": 1078, \"clust\": 1027, \"rank\": 2389, \"rankvar\": 2359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1984, \"group\": [1028.0, 134.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGACAAAGG\", \"ini\": 1077, \"clust\": 1385, \"rank\": 2458, \"rankvar\": 3002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2512, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1827, \"group\": [1383.0, 213.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCGACAGCC\", \"ini\": 1076, \"clust\": 2981, \"rank\": 2574, \"rankvar\": 2831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2513, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3551, \"group\": [2982.0, 550.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTTCAACT\", \"ini\": 1075, \"clust\": 615, \"rank\": 2409, \"rankvar\": 983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2514, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1985, \"group\": [617.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGTATTGGA\", \"ini\": 1074, \"clust\": 1100, \"rank\": 2312, \"rankvar\": 1148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1986, \"group\": [1101.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCACGAAACG\", \"ini\": 1073, \"clust\": 193, \"rank\": 2345, \"rankvar\": 3073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2516, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2733, \"group\": [190.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGGCACTA\", \"ini\": 1072, \"clust\": 1528, \"rank\": 2770, \"rankvar\": 687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1635, \"group\": [1527.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCGAGTTT\", \"ini\": 1071, \"clust\": 3540, \"rank\": 3151, \"rankvar\": 3568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2518, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 143, \"group\": [3539.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGAGAGCTC\", \"ini\": 1070, \"clust\": 294, \"rank\": 2522, \"rankvar\": 2218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2519, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1987, \"group\": [295.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTCCCTACT\", \"ini\": 1069, \"clust\": 1058, \"rank\": 2334, \"rankvar\": 2430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1988, \"group\": [1057.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGCGAAGGG\", \"ini\": 1068, \"clust\": 241, \"rank\": 2203, \"rankvar\": 3223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2521, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2734, \"group\": [245.0, 67.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCGCGTAGC\", \"ini\": 1067, \"clust\": 1085, \"rank\": 2277, \"rankvar\": 2631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2522, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1989, \"group\": [1085.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCACCCAG\", \"ini\": 1066, \"clust\": 215, \"rank\": 2350, \"rankvar\": 3353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2523, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2735, \"group\": [215.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACATTAGGCT\", \"ini\": 1065, \"clust\": 1110, \"rank\": 2394, \"rankvar\": 1928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2524, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1990, \"group\": [1109.0, 150.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCCAGAGGA\", \"ini\": 1064, \"clust\": 407, \"rank\": 2558, \"rankvar\": 2009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2525, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1991, \"group\": [407.0, 96.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCACTGTCGG\", \"ini\": 1063, \"clust\": 1219, \"rank\": 2177, \"rankvar\": 3251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2989, \"group\": [1219.0, 175.0, 28.0, 7.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTTCTGCGTAA\", \"ini\": 1062, \"clust\": 495, \"rank\": 2397, \"rankvar\": 627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2527, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1992, \"group\": [502.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTCACCTAA\", \"ini\": 1061, \"clust\": 1398, \"rank\": 2384, \"rankvar\": 1870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1636, \"group\": [1395.0, 219.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTACTTAGC\", \"ini\": 1060, \"clust\": 665, \"rank\": 2366, \"rankvar\": 2277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1993, \"group\": [663.0, 117.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGACCTAGG\", \"ini\": 1059, \"clust\": 95, \"rank\": 2678, \"rankvar\": 2972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2530, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 167, \"group\": [94.0, 43.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACAGACAG\", \"ini\": 1058, \"clust\": 1498, \"rank\": 2716, \"rankvar\": 503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1637, \"group\": [1500.0, 258.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGTGTGGT\", \"ini\": 1057, \"clust\": 96, \"rank\": 2585, \"rankvar\": 2802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2532, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 168, \"group\": [96.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTTATCGGT\", \"ini\": 1056, \"clust\": 2988, \"rank\": 2677, \"rankvar\": 3211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3552, \"group\": [2987.0, 552.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACACAGACTT\", \"ini\": 1055, \"clust\": 469, \"rank\": 2457, \"rankvar\": 1082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2534, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1994, \"group\": [468.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTCAAGTCATC\", \"ini\": 1054, \"clust\": 110, \"rank\": 2571, \"rankvar\": 3206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2535, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 169, \"group\": [111.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGTTAACC\", \"ini\": 1053, \"clust\": 208, \"rank\": 2411, \"rankvar\": 3371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2536, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2736, \"group\": [210.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACACTGCG\", \"ini\": 1052, \"clust\": 3542, \"rank\": 3070, \"rankvar\": 3565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2537, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 144, \"group\": [3541.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCATGTTGAC\", \"ini\": 1051, \"clust\": 1500, \"rank\": 2772, \"rankvar\": 1037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1638, \"group\": [1499.0, 258.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTTAGCGG\", \"ini\": 1050, \"clust\": 470, \"rank\": 2504, \"rankvar\": 2951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2539, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1995, \"group\": [469.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGAGAATTCCC\", \"ini\": 1049, \"clust\": 1070, \"rank\": 2344, \"rankvar\": 2151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2540, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1996, \"group\": [1070.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCACACCGAC\", \"ini\": 1048, \"clust\": 143, \"rank\": 2521, \"rankvar\": 3318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2541, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2737, \"group\": [143.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGCACTTA\", \"ini\": 1047, \"clust\": 192, \"rank\": 2371, \"rankvar\": 3386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2542, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2738, \"group\": [192.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCAACACTG\", \"ini\": 1046, \"clust\": 3464, \"rank\": 3190, \"rankvar\": 3506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2543, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 145, \"group\": [3463.0, 643.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGCCCA\", \"ini\": 1045, \"clust\": 1395, \"rank\": 2505, \"rankvar\": 809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1639, \"group\": [1399.0, 221.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAGTAAGTAGT\", \"ini\": 1044, \"clust\": 1052, \"rank\": 2427, \"rankvar\": 2574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1997, \"group\": [1050.0, 143.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGACACTT\", \"ini\": 1043, \"clust\": 290, \"rank\": 2437, \"rankvar\": 2801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2546, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1998, \"group\": [294.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTGTGACCC\", \"ini\": 1042, \"clust\": 426, \"rank\": 2425, \"rankvar\": 2219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2547, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1999, \"group\": [427.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCAGTATAAG\", \"ini\": 1041, \"clust\": 2973, \"rank\": 2774, \"rankvar\": 2847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2548, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3553, \"group\": [2973.0, 546.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCACCGGGT\", \"ini\": 1040, \"clust\": 490, \"rank\": 2450, \"rankvar\": 878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2549, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2000, \"group\": [491.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGTAATA\", \"ini\": 1039, \"clust\": 111, \"rank\": 2734, \"rankvar\": 3476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2550, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 170, \"group\": [109.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGCCGTCGT\", \"ini\": 1038, \"clust\": 1066, \"rank\": 2243, \"rankvar\": 2846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2551, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2001, \"group\": [1069.0, 145.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTCCGTTAA\", \"ini\": 1037, \"clust\": 221, \"rank\": 2325, \"rankvar\": 3061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2552, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2739, \"group\": [221.0, 60.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGCATGAT\", \"ini\": 1036, \"clust\": 446, \"rank\": 2544, \"rankvar\": 1649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2002, \"group\": [448.0, 106.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTATTAGCC\", \"ini\": 1035, \"clust\": 1073, \"rank\": 2288, \"rankvar\": 2596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2003, \"group\": [1076.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACACTGCG\", \"ini\": 1034, \"clust\": 1069, \"rank\": 2373, \"rankvar\": 1401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2555, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2004, \"group\": [1072.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCTCTTA\", \"ini\": 1033, \"clust\": 214, \"rank\": 2346, \"rankvar\": 3248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2556, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2740, \"group\": [214.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATTGGGCC\", \"ini\": 1032, \"clust\": 1550, \"rank\": 2893, \"rankvar\": 1706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1640, \"group\": [1549.0, 264.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCTTACCTA\", \"ini\": 1031, \"clust\": 422, \"rank\": 2412, \"rankvar\": 1701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2558, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2005, \"group\": [421.0, 100.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCCATTAT\", \"ini\": 1030, \"clust\": 1078, \"rank\": 2375, \"rankvar\": 1748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2559, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2006, \"group\": [1079.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAATCCTTCAAT\", \"ini\": 1029, \"clust\": 1509, \"rank\": 2879, \"rankvar\": 2043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1641, \"group\": [1508.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAATGGATA\", \"ini\": 1028, \"clust\": 1407, \"rank\": 2806, \"rankvar\": 2076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2561, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1642, \"group\": [1408.0, 227.0, 41.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGTTGCC\", \"ini\": 1027, \"clust\": 403, \"rank\": 2588, \"rankvar\": 1682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2562, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2007, \"group\": [401.0, 94.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTCTGGTCG\", \"ini\": 1026, \"clust\": 1083, \"rank\": 2404, \"rankvar\": 1984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2008, \"group\": [1086.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTAACGCGA\", \"ini\": 1025, \"clust\": 1067, \"rank\": 2306, \"rankvar\": 2281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2009, \"group\": [1067.0, 145.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCAGTTGAC\", \"ini\": 1024, \"clust\": 526, \"rank\": 2467, \"rankvar\": 673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2565, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2010, \"group\": [528.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTGAGAT\", \"ini\": 1023, \"clust\": 3544, \"rank\": 3149, \"rankvar\": 3561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2566, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 146, \"group\": [3543.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTCAGCTAT\", \"ini\": 1022, \"clust\": 191, \"rank\": 2462, \"rankvar\": 3291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2567, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2741, \"group\": [193.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCCAACCAA\", \"ini\": 1021, \"clust\": 1533, \"rank\": 2968, \"rankvar\": 2185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1643, \"group\": [1532.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGAGTCTGG\", \"ini\": 1020, \"clust\": 1245, \"rank\": 2884, \"rankvar\": 3041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2569, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1828, \"group\": [1244.0, 195.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTGTCGCG\", \"ini\": 1019, \"clust\": 612, \"rank\": 2518, \"rankvar\": 1458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2011, \"group\": [618.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTTCTGTTT\", \"ini\": 1018, \"clust\": 308, \"rank\": 2508, \"rankvar\": 725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2571, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2012, \"group\": [309.0, 87.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCAAGTAGTA\", \"ini\": 1017, \"clust\": 117, \"rank\": 2591, \"rankvar\": 2658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2572, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2013, \"group\": [118.0, 48.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCAATGTC\", \"ini\": 1016, \"clust\": 200, \"rank\": 2560, \"rankvar\": 3452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2573, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2742, \"group\": [200.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCTACCTA\", \"ini\": 1015, \"clust\": 1068, \"rank\": 2295, \"rankvar\": 2541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2014, \"group\": [1068.0, 145.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGAGTAGA\", \"ini\": 1014, \"clust\": 454, \"rank\": 2362, \"rankvar\": 2438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2575, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2015, \"group\": [455.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGGACAAG\", \"ini\": 1013, \"clust\": 1502, \"rank\": 2837, \"rankvar\": 704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1644, \"group\": [1502.0, 258.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGCATGTAAGA\", \"ini\": 1012, \"clust\": 204, \"rank\": 2499, \"rankvar\": 3076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2577, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2743, \"group\": [211.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGAGCTCCCAG\", \"ini\": 1011, \"clust\": 613, \"rank\": 2475, \"rankvar\": 2101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2016, \"group\": [612.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTAGGGTAC\", \"ini\": 1010, \"clust\": 207, \"rank\": 2451, \"rankvar\": 3152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2579, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2744, \"group\": [204.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCAGGAATCG\", \"ini\": 1009, \"clust\": 3545, \"rank\": 3246, \"rankvar\": 3582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2580, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 147, \"group\": [3544.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTACCCAAT\", \"ini\": 1008, \"clust\": 1098, \"rank\": 2347, \"rankvar\": 1368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2581, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2017, \"group\": [1099.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCACATTCGA\", \"ini\": 1007, \"clust\": 664, \"rank\": 2474, \"rankvar\": 2269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2582, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2018, \"group\": [665.0, 117.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCCAGACGCAA\", \"ini\": 1006, \"clust\": 493, \"rank\": 2484, \"rankvar\": 1059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2583, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2019, \"group\": [493.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAATTGCC\", \"ini\": 1005, \"clust\": 279, \"rank\": 2440, \"rankvar\": 2053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2584, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2020, \"group\": [283.0, 82.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGAACTGC\", \"ini\": 1004, \"clust\": 605, \"rank\": 2495, \"rankvar\": 1243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2585, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2021, \"group\": [611.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTACGCGC\", \"ini\": 1003, \"clust\": 2870, \"rank\": 2730, \"rankvar\": 2084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2586, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 148, \"group\": [2871.0, 502.0, 69.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCCACTAT\", \"ini\": 1002, \"clust\": 3530, \"rank\": 3196, \"rankvar\": 3551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2587, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 149, \"group\": [3529.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCCCGGATG\", \"ini\": 1001, \"clust\": 1299, \"rank\": 2819, \"rankvar\": 3186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2588, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1829, \"group\": [1298.0, 207.0, 35.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTATAGGGC\", \"ini\": 1000, \"clust\": 686, \"rank\": 2500, \"rankvar\": 2407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2589, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2022, \"group\": [686.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGCCTGAG\", \"ini\": 999, \"clust\": 97, \"rank\": 2647, \"rankvar\": 3144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2590, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 171, \"group\": [97.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTACCGTTA\", \"ini\": 998, \"clust\": 1088, \"rank\": 2429, \"rankvar\": 2025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2591, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2023, \"group\": [1087.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCATTCTCAT\", \"ini\": 997, \"clust\": 219, \"rank\": 2402, \"rankvar\": 2563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2592, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2745, \"group\": [222.0, 61.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGACCACA\", \"ini\": 996, \"clust\": 1092, \"rank\": 2315, \"rankvar\": 2713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2593, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2024, \"group\": [1096.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATCACGCGAAA\", \"ini\": 995, \"clust\": 98, \"rank\": 2669, \"rankvar\": 3549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2594, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 172, \"group\": [101.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGGTCCGA\", \"ini\": 994, \"clust\": 642, \"rank\": 2482, \"rankvar\": 1720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2595, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2025, \"group\": [641.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCGTTGCC\", \"ini\": 993, \"clust\": 676, \"rank\": 2471, \"rankvar\": 526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2596, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2026, \"group\": [677.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCTCATTCA\", \"ini\": 992, \"clust\": 121, \"rank\": 2507, \"rankvar\": 2928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2597, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2746, \"group\": [122.0, 50.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCCCTCTTT\", \"ini\": 991, \"clust\": 417, \"rank\": 2517, \"rankvar\": 2378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2598, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2027, \"group\": [416.0, 100.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGCGA\", \"ini\": 990, \"clust\": 1099, \"rank\": 2336, \"rankvar\": 2535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2599, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2028, \"group\": [1100.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTCAATGTC\", \"ini\": 989, \"clust\": 733, \"rank\": 2603, \"rankvar\": 1846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2600, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2029, \"group\": [735.0, 124.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTGACAAAT\", \"ini\": 988, \"clust\": 2984, \"rank\": 2881, \"rankvar\": 2814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2601, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3554, \"group\": [2984.0, 551.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCCATTCTA\", \"ini\": 987, \"clust\": 1096, \"rank\": 2408, \"rankvar\": 2299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2602, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2030, \"group\": [1097.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGTCTATCCCG\", \"ini\": 986, \"clust\": 103, \"rank\": 2885, \"rankvar\": 3496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2603, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 173, \"group\": [105.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCATATCG\", \"ini\": 985, \"clust\": 288, \"rank\": 2531, \"rankvar\": 2074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2604, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2031, \"group\": [289.0, 83.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCATTCCTGC\", \"ini\": 984, \"clust\": 1522, \"rank\": 3134, \"rankvar\": 2980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1645, \"group\": [1522.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTCTC\", \"ini\": 983, \"clust\": 158, \"rank\": 2442, \"rankvar\": 2641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2606, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2032, \"group\": [159.0, 57.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCGTCCAGG\", \"ini\": 982, \"clust\": 315, \"rank\": 2515, \"rankvar\": 2645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2607, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2033, \"group\": [316.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCTGCGGT\", \"ini\": 981, \"clust\": 1496, \"rank\": 2933, \"rankvar\": 1312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1646, \"group\": [1496.0, 258.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTTGCAGG\", \"ini\": 980, \"clust\": 188, \"rank\": 2581, \"rankvar\": 3370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2609, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2747, \"group\": [185.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCCCTAAT\", \"ini\": 979, \"clust\": 2974, \"rank\": 3038, \"rankvar\": 3352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3555, \"group\": [2974.0, 546.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCCAAGCCG\", \"ini\": 978, \"clust\": 1535, \"rank\": 2897, \"rankvar\": 2512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1647, \"group\": [1535.0, 261.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTGCTGTC\", \"ini\": 977, \"clust\": 1537, \"rank\": 2891, \"rankvar\": 174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2612, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1648, \"group\": [1536.0, 261.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTAGAGTC\", \"ini\": 976, \"clust\": 3539, \"rank\": 3193, \"rankvar\": 3587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2613, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 150, \"group\": [3538.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTGTTAA\", \"ini\": 975, \"clust\": 1242, \"rank\": 3036, \"rankvar\": 3130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2614, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1830, \"group\": [1246.0, 196.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGCTCAGA\", \"ini\": 974, \"clust\": 1074, \"rank\": 2465, \"rankvar\": 2415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2615, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2034, \"group\": [1075.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAGTCAGTGGA\", \"ini\": 973, \"clust\": 402, \"rank\": 2608, \"rankvar\": 355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2616, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2035, \"group\": [403.0, 94.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTAGTCA\", \"ini\": 972, \"clust\": 194, \"rank\": 2510, \"rankvar\": 3456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2617, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2748, \"group\": [191.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGCTAAGAT\", \"ini\": 971, \"clust\": 297, \"rank\": 2481, \"rankvar\": 2744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2618, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2036, \"group\": [299.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCATGGGACA\", \"ini\": 970, \"clust\": 400, \"rank\": 2487, \"rankvar\": 2827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2619, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2037, \"group\": [400.0, 93.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACATCCA\", \"ini\": 969, \"clust\": 292, \"rank\": 2447, \"rankvar\": 2617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2620, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2038, \"group\": [291.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCAGCTAGTTC\", \"ini\": 968, \"clust\": 295, \"rank\": 2565, \"rankvar\": 1946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2621, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2039, \"group\": [296.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGGTGTCG\", \"ini\": 967, \"clust\": 293, \"rank\": 2468, \"rankvar\": 2165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2622, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2040, \"group\": [292.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGTAGATC\", \"ini\": 966, \"clust\": 1523, \"rank\": 3092, \"rankvar\": 2503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1649, \"group\": [1523.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCACATAGC\", \"ini\": 965, \"clust\": 548, \"rank\": 2498, \"rankvar\": 1336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2624, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2041, \"group\": [548.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCAGCAC\", \"ini\": 964, \"clust\": 614, \"rank\": 2566, \"rankvar\": 1740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2625, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2042, \"group\": [613.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCATTAGC\", \"ini\": 963, \"clust\": 1382, \"rank\": 2747, \"rankvar\": 2597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1831, \"group\": [1385.0, 213.0, 36.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGATCACGG\", \"ini\": 962, \"clust\": 311, \"rank\": 2595, \"rankvar\": 1866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2627, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2043, \"group\": [311.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTACCAGTT\", \"ini\": 961, \"clust\": 730, \"rank\": 2538, \"rankvar\": 2164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2628, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2044, \"group\": [732.0, 124.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGATATAC\", \"ini\": 960, \"clust\": 105, \"rank\": 2957, \"rankvar\": 3539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2629, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 174, \"group\": [102.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTAAGGGAA\", \"ini\": 959, \"clust\": 1089, \"rank\": 2432, \"rankvar\": 1692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2630, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2045, \"group\": [1088.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCAGGCAAG\", \"ini\": 958, \"clust\": 1044, \"rank\": 2489, \"rankvar\": 868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2631, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2046, \"group\": [1044.0, 141.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGGAGTACC\", \"ini\": 957, \"clust\": 211, \"rank\": 2615, \"rankvar\": 3158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2632, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2749, \"group\": [206.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGACGGTA\", \"ini\": 956, \"clust\": 520, \"rank\": 2555, \"rankvar\": 978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2633, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2047, \"group\": [520.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGTGAAAT\", \"ini\": 955, \"clust\": 283, \"rank\": 2520, \"rankvar\": 2229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2634, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2048, \"group\": [284.0, 83.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCACATCTTT\", \"ini\": 954, \"clust\": 1071, \"rank\": 2485, \"rankvar\": 1823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2635, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2049, \"group\": [1071.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCTTACCTA\", \"ini\": 953, \"clust\": 1497, \"rank\": 2984, \"rankvar\": 1246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1650, \"group\": [1497.0, 258.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGACTAGGC\", \"ini\": 952, \"clust\": 317, \"rank\": 2652, \"rankvar\": 3343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2637, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2050, \"group\": [320.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCAGGCAAG\", \"ini\": 951, \"clust\": 1063, \"rank\": 2483, \"rankvar\": 2497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2638, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2051, \"group\": [1063.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACTCTGTC\", \"ini\": 950, \"clust\": 641, \"rank\": 2494, \"rankvar\": 1589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2639, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2052, \"group\": [646.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCTAACCGA\", \"ini\": 949, \"clust\": 1045, \"rank\": 2523, \"rankvar\": 2919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2640, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2053, \"group\": [1048.0, 142.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGGAAATA\", \"ini\": 948, \"clust\": 441, \"rank\": 2441, \"rankvar\": 1855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2641, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2054, \"group\": [441.0, 105.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTATGCTTG\", \"ini\": 947, \"clust\": 201, \"rank\": 2627, \"rankvar\": 3441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2642, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2750, \"group\": [198.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATCATCCGCGA\", \"ini\": 946, \"clust\": 561, \"rank\": 2436, \"rankvar\": 2764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2643, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2055, \"group\": [567.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGACTTTCG\", \"ini\": 945, \"clust\": 466, \"rank\": 2576, \"rankvar\": 1461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2644, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2056, \"group\": [466.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGTAGCGGT\", \"ini\": 944, \"clust\": 1516, \"rank\": 2939, \"rankvar\": 167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1651, \"group\": [1521.0, 259.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAAGCGATATA\", \"ini\": 943, \"clust\": 1072, \"rank\": 2403, \"rankvar\": 3147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2646, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2057, \"group\": [1077.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCGAATCT\", \"ini\": 942, \"clust\": 1061, \"rank\": 2492, \"rankvar\": 1433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2647, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2058, \"group\": [1064.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACTCTTA\", \"ini\": 941, \"clust\": 507, \"rank\": 2536, \"rankvar\": 2051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2648, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2059, \"group\": [506.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTTAGGAA\", \"ini\": 940, \"clust\": 438, \"rank\": 2530, \"rankvar\": 1576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2649, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2060, \"group\": [436.0, 104.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCCGAAGAG\", \"ini\": 939, \"clust\": 1112, \"rank\": 2406, \"rankvar\": 1611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2650, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2920, \"group\": [1112.0, 153.0, 24.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTTTACGT\", \"ini\": 938, \"clust\": 603, \"rank\": 2502, \"rankvar\": 2304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2651, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2061, \"group\": [603.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATGCAATC\", \"ini\": 937, \"clust\": 1531, \"rank\": 3057, \"rankvar\": 1366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1652, \"group\": [1533.0, 260.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTACAA\", \"ini\": 936, \"clust\": 989, \"rank\": 2578, \"rankvar\": 1858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2653, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2062, \"group\": [989.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTTGTTTC\", \"ini\": 935, \"clust\": 510, \"rank\": 2548, \"rankvar\": 1294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2654, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2063, \"group\": [508.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCGGACAAG\", \"ini\": 934, \"clust\": 481, \"rank\": 2622, \"rankvar\": 709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2655, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2064, \"group\": [486.0, 108.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATTACCG\", \"ini\": 933, \"clust\": 99, \"rank\": 2724, \"rankvar\": 3505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2656, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 175, \"group\": [100.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGCTTTGGT\", \"ini\": 932, \"clust\": 112, \"rank\": 2847, \"rankvar\": 3455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2657, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 176, \"group\": [110.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCCACGAAT\", \"ini\": 931, \"clust\": 3541, \"rank\": 3210, \"rankvar\": 3557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2658, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 151, \"group\": [3540.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAACGATCT\", \"ini\": 930, \"clust\": 591, \"rank\": 2535, \"rankvar\": 2402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2659, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2065, \"group\": [592.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTGGCGAAT\", \"ini\": 929, \"clust\": 669, \"rank\": 2619, \"rankvar\": 1305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2660, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2066, \"group\": [667.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCAACGAAA\", \"ini\": 928, \"clust\": 1081, \"rank\": 2386, \"rankvar\": 2688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2661, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2067, \"group\": [1082.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTATCGCC\", \"ini\": 927, \"clust\": 489, \"rank\": 2646, \"rankvar\": 1820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2068, \"group\": [492.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTATCCCG\", \"ini\": 926, \"clust\": 1082, \"rank\": 2513, \"rankvar\": 1839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2663, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2069, \"group\": [1083.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACATGACATC\", \"ini\": 925, \"clust\": 289, \"rank\": 2624, \"rankvar\": 2399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2664, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2070, \"group\": [290.0, 83.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACACGGATAG\", \"ini\": 924, \"clust\": 93, \"rank\": 2913, \"rankvar\": 2437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2665, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 177, \"group\": [95.0, 43.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTCCACAA\", \"ini\": 923, \"clust\": 1053, \"rank\": 2501, \"rankvar\": 1773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2666, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2071, \"group\": [1059.0, 144.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGGGTCTCC\", \"ini\": 922, \"clust\": 161, \"rank\": 2545, \"rankvar\": 2938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2667, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2751, \"group\": [161.0, 57.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGGATTGG\", \"ini\": 921, \"clust\": 1104, \"rank\": 2537, \"rankvar\": 2289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2668, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2072, \"group\": [1103.0, 148.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACCAGTTCCCT\", \"ini\": 920, \"clust\": 663, \"rank\": 2477, \"rankvar\": 1752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2669, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2073, \"group\": [666.0, 117.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCATCATC\", \"ini\": 919, \"clust\": 959, \"rank\": 2592, \"rankvar\": 1857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2670, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2074, \"group\": [959.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTCGCTAA\", \"ini\": 918, \"clust\": 217, \"rank\": 2529, \"rankvar\": 3454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2671, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2752, \"group\": [217.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCGGCCGAT\", \"ini\": 917, \"clust\": 418, \"rank\": 2554, \"rankvar\": 2442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2672, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2075, \"group\": [417.0, 100.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCCGTACAA\", \"ini\": 916, \"clust\": 296, \"rank\": 2675, \"rankvar\": 2339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2673, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2076, \"group\": [300.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTAACGGT\", \"ini\": 915, \"clust\": 957, \"rank\": 2631, \"rankvar\": 1289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2674, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2077, \"group\": [957.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTGTAGGGTAC\", \"ini\": 914, \"clust\": 447, \"rank\": 2655, \"rankvar\": 1138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2675, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2078, \"group\": [446.0, 106.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGTTGTC\", \"ini\": 913, \"clust\": 522, \"rank\": 2593, \"rankvar\": 1287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2676, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2079, \"group\": [522.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTCATTAGGCT\", \"ini\": 912, \"clust\": 1090, \"rank\": 2372, \"rankvar\": 2736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2677, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2080, \"group\": [1090.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTGTCGCTG\", \"ini\": 911, \"clust\": 2865, \"rank\": 2971, \"rankvar\": 3215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2678, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2081, \"group\": [2888.0, 513.0, 75.0, 15.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCAGCTGGC\", \"ini\": 910, \"clust\": 1087, \"rank\": 2541, \"rankvar\": 2348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2679, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2082, \"group\": [1089.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGTGGCTC\", \"ini\": 909, \"clust\": 658, \"rank\": 2623, \"rankvar\": 2953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2680, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2083, \"group\": [662.0, 116.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGTGTGGT\", \"ini\": 908, \"clust\": 1114, \"rank\": 2562, \"rankvar\": 93, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2681, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2921, \"group\": [1115.0, 154.0, 24.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCACCCT\", \"ini\": 907, \"clust\": 552, \"rank\": 2470, \"rankvar\": 2460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2682, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2084, \"group\": [552.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAGGCCT\", \"ini\": 906, \"clust\": 644, \"rank\": 2553, \"rankvar\": 2155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2683, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2085, \"group\": [645.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCACCGGGT\", \"ini\": 905, \"clust\": 753, \"rank\": 2684, \"rankvar\": 1869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2684, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2086, \"group\": [753.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCTCAACT\", \"ini\": 904, \"clust\": 694, \"rank\": 2729, \"rankvar\": 1636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2685, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2087, \"group\": [693.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTGTGCAGTAG\", \"ini\": 903, \"clust\": 458, \"rank\": 2633, \"rankvar\": 1409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2686, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2088, \"group\": [457.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCTTGCCA\", \"ini\": 902, \"clust\": 218, \"rank\": 2506, \"rankvar\": 3358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2687, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2753, \"group\": [218.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGGATA\", \"ini\": 901, \"clust\": 210, \"rank\": 2559, \"rankvar\": 3487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2688, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2754, \"group\": [208.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCAGCACAT\", \"ini\": 900, \"clust\": 427, \"rank\": 2594, \"rankvar\": 1643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2689, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2089, \"group\": [425.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAGCCTAA\", \"ini\": 899, \"clust\": 1097, \"rank\": 2563, \"rankvar\": 1517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2690, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2090, \"group\": [1098.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATGCCCGA\", \"ini\": 898, \"clust\": 1075, \"rank\": 2550, \"rankvar\": 2230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2091, \"group\": [1073.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCAACTA\", \"ini\": 897, \"clust\": 491, \"rank\": 2681, \"rankvar\": 452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2092, \"group\": [489.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCTAGGGC\", \"ini\": 896, \"clust\": 146, \"rank\": 2670, \"rankvar\": 3347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2693, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2755, \"group\": [146.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTATTACCG\", \"ini\": 895, \"clust\": 703, \"rank\": 2689, \"rankvar\": 556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2694, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2093, \"group\": [701.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCATGAT\", \"ini\": 894, \"clust\": 442, \"rank\": 2584, \"rankvar\": 1873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2695, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2094, \"group\": [442.0, 105.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAAGCGTAG\", \"ini\": 893, \"clust\": 216, \"rank\": 2473, \"rankvar\": 3135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2696, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2756, \"group\": [216.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACGTTGGC\", \"ini\": 892, \"clust\": 184, \"rank\": 2573, \"rankvar\": 3051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2697, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2757, \"group\": [219.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCTGATACG\", \"ini\": 891, \"clust\": 1079, \"rank\": 2542, \"rankvar\": 951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2698, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2095, \"group\": [1080.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGAGTATA\", \"ini\": 890, \"clust\": 594, \"rank\": 2617, \"rankvar\": 2138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2699, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2096, \"group\": [597.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACGACTCG\", \"ini\": 889, \"clust\": 590, \"rank\": 2632, \"rankvar\": 2501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2700, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2097, \"group\": [593.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCAATAAGG\", \"ini\": 888, \"clust\": 601, \"rank\": 2638, \"rankvar\": 1937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2701, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2098, \"group\": [601.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGATGTAT\", \"ini\": 887, \"clust\": 542, \"rank\": 2685, \"rankvar\": 1434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2702, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2099, \"group\": [542.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATTGCGA\", \"ini\": 886, \"clust\": 671, \"rank\": 2721, \"rankvar\": 1990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2703, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2100, \"group\": [674.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCCTCTTT\", \"ini\": 885, \"clust\": 106, \"rank\": 2983, \"rankvar\": 2950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2704, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 178, \"group\": [103.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCGACCAGC\", \"ini\": 884, \"clust\": 455, \"rank\": 2658, \"rankvar\": 1575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2705, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2101, \"group\": [453.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACACCTTGTC\", \"ini\": 883, \"clust\": 695, \"rank\": 2735, \"rankvar\": 848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2706, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2102, \"group\": [694.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTGGTATG\", \"ini\": 882, \"clust\": 284, \"rank\": 2611, \"rankvar\": 2663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2707, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2103, \"group\": [285.0, 83.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGCCCAACC\", \"ini\": 881, \"clust\": 492, \"rank\": 2777, \"rankvar\": 1024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2708, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2104, \"group\": [490.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGATATGCA\", \"ini\": 880, \"clust\": 592, \"rank\": 2710, \"rankvar\": 1702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2709, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2105, \"group\": [590.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCAAGGTGTG\", \"ini\": 879, \"clust\": 991, \"rank\": 2751, \"rankvar\": 697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2710, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2106, \"group\": [991.0, 130.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAGGCTCAC\", \"ini\": 878, \"clust\": 459, \"rank\": 2643, \"rankvar\": 2052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2711, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2107, \"group\": [458.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTCATGCAT\", \"ini\": 877, \"clust\": 275, \"rank\": 2552, \"rankvar\": 2303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2712, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2840, \"group\": [279.0, 80.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTCTTGCA\", \"ini\": 876, \"clust\": 432, \"rank\": 2533, \"rankvar\": 1081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2713, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2108, \"group\": [433.0, 102.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCATTTGGG\", \"ini\": 875, \"clust\": 509, \"rank\": 2616, \"rankvar\": 1756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2714, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2109, \"group\": [510.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTCCAT\", \"ini\": 874, \"clust\": 189, \"rank\": 2667, \"rankvar\": 3177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2715, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2758, \"group\": [186.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCTTGC\", \"ini\": 873, \"clust\": 689, \"rank\": 2787, \"rankvar\": 1456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2716, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2110, \"group\": [692.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACCTAC\", \"ini\": 872, \"clust\": 684, \"rank\": 2644, \"rankvar\": 2326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2717, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2111, \"group\": [684.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGTTAGGTA\", \"ini\": 871, \"clust\": 245, \"rank\": 2393, \"rankvar\": 3071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2718, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2759, \"group\": [248.0, 68.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCTCTTGAT\", \"ini\": 870, \"clust\": 202, \"rank\": 2641, \"rankvar\": 3377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2719, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2760, \"group\": [199.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCGTAGGAG\", \"ini\": 869, \"clust\": 424, \"rank\": 2686, \"rankvar\": 1406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2720, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2112, \"group\": [423.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGCCGCT\", \"ini\": 868, \"clust\": 433, \"rank\": 2596, \"rankvar\": 1836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2721, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2113, \"group\": [431.0, 102.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCACGACGAA\", \"ini\": 867, \"clust\": 1101, \"rank\": 2528, \"rankvar\": 2379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2722, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2114, \"group\": [1102.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGTCCTCT\", \"ini\": 866, \"clust\": 1234, \"rank\": 2746, \"rankvar\": 3334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3556, \"group\": [1235.0, 189.0, 32.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGTCGAT\", \"ini\": 865, \"clust\": 291, \"rank\": 2514, \"rankvar\": 2894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2115, \"group\": [293.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTAGAATGTTG\", \"ini\": 864, \"clust\": 960, \"rank\": 2649, \"rankvar\": 2340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2725, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2116, \"group\": [960.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCATCCAACA\", \"ini\": 863, \"clust\": 398, \"rank\": 2963, \"rankvar\": 1914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2726, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3565, \"group\": [405.0, 95.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGGGAGTAA\", \"ini\": 862, \"clust\": 3549, \"rank\": 3183, \"rankvar\": 3588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2727, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 152, \"group\": [3545.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCCCGTT\", \"ini\": 861, \"clust\": 187, \"rank\": 2769, \"rankvar\": 3339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2728, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2761, \"group\": [187.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACCATTCGACA\", \"ini\": 860, \"clust\": 717, \"rank\": 2846, \"rankvar\": 1477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2729, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2117, \"group\": [723.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAAGAAACGCC\", \"ini\": 859, \"clust\": 687, \"rank\": 2715, \"rankvar\": 2851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2730, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2118, \"group\": [687.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCATAAAGG\", \"ini\": 858, \"clust\": 134, \"rank\": 2917, \"rankvar\": 2610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2731, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2762, \"group\": [136.0, 55.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAACGGG\", \"ini\": 857, \"clust\": 485, \"rank\": 2713, \"rankvar\": 2414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2732, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2119, \"group\": [483.0, 108.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCATTCTA\", \"ini\": 856, \"clust\": 428, \"rank\": 2609, \"rankvar\": 2187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2733, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2120, \"group\": [426.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTTGTCAT\", \"ini\": 855, \"clust\": 1235, \"rank\": 2902, \"rankvar\": 2816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3557, \"group\": [1236.0, 190.0, 32.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAACAACA\", \"ini\": 854, \"clust\": 824, \"rank\": 2752, \"rankvar\": 1786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2735, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2121, \"group\": [824.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAACGACG\", \"ini\": 853, \"clust\": 604, \"rank\": 2653, \"rankvar\": 2696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2736, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2122, \"group\": [604.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTGCAAT\", \"ini\": 852, \"clust\": 125, \"rank\": 2606, \"rankvar\": 3239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2737, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2763, \"group\": [126.0, 53.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGGAGAA\", \"ini\": 851, \"clust\": 456, \"rank\": 2639, \"rankvar\": 2781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2738, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2123, \"group\": [454.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCGCTCCA\", \"ini\": 850, \"clust\": 512, \"rank\": 2662, \"rankvar\": 506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2739, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2124, \"group\": [512.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGACCT\", \"ini\": 849, \"clust\": 514, \"rank\": 2704, \"rankvar\": 431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2740, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2125, \"group\": [516.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGGATACC\", \"ini\": 848, \"clust\": 285, \"rank\": 2600, \"rankvar\": 2422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2741, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2126, \"group\": [288.0, 83.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCAGTAT\", \"ini\": 847, \"clust\": 467, \"rank\": 2826, \"rankvar\": 2012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2742, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2127, \"group\": [467.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTTGAT\", \"ini\": 846, \"clust\": 538, \"rank\": 2621, \"rankvar\": 1797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2743, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2128, \"group\": [535.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCCGCAAGC\", \"ini\": 845, \"clust\": 518, \"rank\": 2625, \"rankvar\": 1286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2744, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2129, \"group\": [517.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTATG\", \"ini\": 844, \"clust\": 310, \"rank\": 2654, \"rankvar\": 1929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2745, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2130, \"group\": [315.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGCGTAGTG\", \"ini\": 843, \"clust\": 3543, \"rank\": 3288, \"rankvar\": 3569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2746, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 153, \"group\": [3542.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGACCTC\", \"ini\": 842, \"clust\": 448, \"rank\": 2754, \"rankvar\": 2344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2747, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2131, \"group\": [447.0, 106.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTGCGGCA\", \"ini\": 841, \"clust\": 1091, \"rank\": 2534, \"rankvar\": 2793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2748, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2132, \"group\": [1091.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCATGGTCTA\", \"ini\": 840, \"clust\": 453, \"rank\": 2579, \"rankvar\": 2522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2749, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2133, \"group\": [456.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGCGCCTTG\", \"ini\": 839, \"clust\": 680, \"rank\": 2696, \"rankvar\": 1603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2750, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2134, \"group\": [682.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACTGGCC\", \"ini\": 838, \"clust\": 316, \"rank\": 2637, \"rankvar\": 2835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2751, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2135, \"group\": [317.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTTTAAGCC\", \"ini\": 837, \"clust\": 776, \"rank\": 2719, \"rankvar\": 2275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2752, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2136, \"group\": [776.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGACGGAA\", \"ini\": 836, \"clust\": 108, \"rank\": 2994, \"rankvar\": 3448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2753, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 179, \"group\": [106.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGTAA\", \"ini\": 835, \"clust\": 543, \"rank\": 2725, \"rankvar\": 1658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2754, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2137, \"group\": [540.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACGACTCG\", \"ini\": 834, \"clust\": 620, \"rank\": 2708, \"rankvar\": 2047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2755, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2138, \"group\": [621.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTGCAACGA\", \"ini\": 833, \"clust\": 501, \"rank\": 2694, \"rankvar\": 748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2756, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2139, \"group\": [499.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCGTACCGG\", \"ini\": 832, \"clust\": 621, \"rank\": 2813, \"rankvar\": 2171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2757, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2140, \"group\": [619.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTAGGTGC\", \"ini\": 831, \"clust\": 131, \"rank\": 2859, \"rankvar\": 3296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2758, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2764, \"group\": [132.0, 55.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACATGCTGGC\", \"ini\": 830, \"clust\": 696, \"rank\": 2836, \"rankvar\": 1310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2759, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2141, \"group\": [695.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACGACTA\", \"ini\": 829, \"clust\": 734, \"rank\": 2733, \"rankvar\": 1441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2760, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2142, \"group\": [733.0, 124.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAGCTCCGA\", \"ini\": 828, \"clust\": 1076, \"rank\": 2598, \"rankvar\": 3005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2761, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2143, \"group\": [1074.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGCAACTT\", \"ini\": 827, \"clust\": 429, \"rank\": 2582, \"rankvar\": 1945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2762, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2144, \"group\": [434.0, 103.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGCGCTC\", \"ini\": 826, \"clust\": 312, \"rank\": 2780, \"rankvar\": 2144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2763, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2145, \"group\": [312.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACGCGGT\", \"ini\": 825, \"clust\": 1093, \"rank\": 2651, \"rankvar\": 2761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2764, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2146, \"group\": [1095.0, 147.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCTACCAGA\", \"ini\": 824, \"clust\": 667, \"rank\": 2773, \"rankvar\": 1571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2765, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2147, \"group\": [670.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCATCGGAT\", \"ini\": 823, \"clust\": 738, \"rank\": 2965, \"rankvar\": 2548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2766, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2148, \"group\": [738.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCTCGCATC\", \"ini\": 822, \"clust\": 508, \"rank\": 2791, \"rankvar\": 1200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2767, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2149, \"group\": [507.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCGTTTATC\", \"ini\": 821, \"clust\": 212, \"rank\": 2760, \"rankvar\": 3423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2768, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2765, \"group\": [207.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTGCGAAAC\", \"ini\": 820, \"clust\": 748, \"rank\": 2702, \"rankvar\": 2033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2769, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2150, \"group\": [750.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGATCGATA\", \"ini\": 819, \"clust\": 714, \"rank\": 2872, \"rankvar\": 1256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2770, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2151, \"group\": [716.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGCTAACTC\", \"ini\": 818, \"clust\": 496, \"rank\": 2618, \"rankvar\": 1582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2771, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2152, \"group\": [495.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTGGCCCTA\", \"ini\": 817, \"clust\": 140, \"rank\": 2812, \"rankvar\": 2622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2766, \"group\": [140.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTACTTAC\", \"ini\": 816, \"clust\": 557, \"rank\": 2673, \"rankvar\": 881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2773, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2153, \"group\": [556.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCCACGAAT\", \"ini\": 815, \"clust\": 500, \"rank\": 2714, \"rankvar\": 1761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2774, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2154, \"group\": [501.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGAACAG\", \"ini\": 814, \"clust\": 740, \"rank\": 2829, \"rankvar\": 1746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2775, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2155, \"group\": [742.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCCAAGCCG\", \"ini\": 813, \"clust\": 527, \"rank\": 2640, \"rankvar\": 1511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2776, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2156, \"group\": [526.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTAGT\", \"ini\": 812, \"clust\": 627, \"rank\": 2755, \"rankvar\": 2027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2777, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2157, \"group\": [626.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCACAGTAC\", \"ini\": 811, \"clust\": 602, \"rank\": 2749, \"rankvar\": 2167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2778, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2158, \"group\": [602.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGTGAAGTT\", \"ini\": 810, \"clust\": 298, \"rank\": 2690, \"rankvar\": 2305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2779, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2159, \"group\": [297.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACAAATCCGT\", \"ini\": 809, \"clust\": 805, \"rank\": 2674, \"rankvar\": 2474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2780, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2160, \"group\": [804.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCACCGATAT\", \"ini\": 808, \"clust\": 1105, \"rank\": 2629, \"rankvar\": 1813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2781, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2161, \"group\": [1104.0, 148.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGCGATCG\", \"ini\": 807, \"clust\": 135, \"rank\": 2854, \"rankvar\": 3301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2782, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2767, \"group\": [134.0, 55.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTTCCACAA\", \"ini\": 806, \"clust\": 820, \"rank\": 2849, \"rankvar\": 2530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2783, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2162, \"group\": [820.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCTCAACA\", \"ini\": 805, \"clust\": 666, \"rank\": 2676, \"rankvar\": 2675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2784, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2163, \"group\": [664.0, 117.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCACAAGACG\", \"ini\": 804, \"clust\": 541, \"rank\": 2840, \"rankvar\": 2180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2785, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2164, \"group\": [543.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTCACATTCGA\", \"ini\": 803, \"clust\": 479, \"rank\": 2758, \"rankvar\": 2396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2786, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2165, \"group\": [478.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTGCGATG\", \"ini\": 802, \"clust\": 1399, \"rank\": 2732, \"rankvar\": 2710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1653, \"group\": [1396.0, 219.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCAGCACAT\", \"ini\": 801, \"clust\": 487, \"rank\": 2705, \"rankvar\": 1931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2788, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2166, \"group\": [487.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGTTCGAT\", \"ini\": 800, \"clust\": 521, \"rank\": 2698, \"rankvar\": 1543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2789, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2167, \"group\": [521.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCGGCTCA\", \"ini\": 799, \"clust\": 281, \"rank\": 2620, \"rankvar\": 1585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2790, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2168, \"group\": [280.0, 81.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGATGTGG\", \"ini\": 798, \"clust\": 1108, \"rank\": 2666, \"rankvar\": 2883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2791, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2169, \"group\": [1107.0, 150.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAAAGGTGC\", \"ini\": 797, \"clust\": 654, \"rank\": 2605, \"rankvar\": 2739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2792, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2170, \"group\": [656.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGTACGTTC\", \"ini\": 796, \"clust\": 599, \"rank\": 2739, \"rankvar\": 1920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2793, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2171, \"group\": [598.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTAAACCTC\", \"ini\": 795, \"clust\": 1080, \"rank\": 2626, \"rankvar\": 2805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2794, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2172, \"group\": [1081.0, 146.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCTCGTTTA\", \"ini\": 794, \"clust\": 841, \"rank\": 2875, \"rankvar\": 1889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2795, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2173, \"group\": [846.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCGTCGTTC\", \"ini\": 793, \"clust\": 698, \"rank\": 2718, \"rankvar\": 1379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2796, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2174, \"group\": [697.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCACAAACC\", \"ini\": 792, \"clust\": 787, \"rank\": 2742, \"rankvar\": 1416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2797, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2175, \"group\": [790.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAATCCGT\", \"ini\": 791, \"clust\": 735, \"rank\": 2723, \"rankvar\": 1665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2798, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2176, \"group\": [734.0, 124.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTAGCGTGA\", \"ini\": 790, \"clust\": 529, \"rank\": 2642, \"rankvar\": 2673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2177, \"group\": [534.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCCGCTGA\", \"ini\": 789, \"clust\": 596, \"rank\": 2793, \"rankvar\": 2142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2178, \"group\": [594.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAGTAGATTAG\", \"ini\": 788, \"clust\": 482, \"rank\": 2822, \"rankvar\": 1622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2801, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2179, \"group\": [485.0, 108.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGCTAGGT\", \"ini\": 787, \"clust\": 990, \"rank\": 2796, \"rankvar\": 1340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2802, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2180, \"group\": [990.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACATGGGAAC\", \"ini\": 786, \"clust\": 1237, \"rank\": 3166, \"rankvar\": 3155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1832, \"group\": [1238.0, 192.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTGTTTGC\", \"ini\": 785, \"clust\": 3546, \"rank\": 3294, \"rankvar\": 3571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2804, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 154, \"group\": [3549.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCAGGTC\", \"ini\": 784, \"clust\": 280, \"rank\": 2707, \"rankvar\": 2498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2805, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2181, \"group\": [282.0, 81.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGATCACGG\", \"ini\": 783, \"clust\": 460, \"rank\": 2929, \"rankvar\": 2140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2806, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2182, \"group\": [460.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCATGACGGA\", \"ini\": 782, \"clust\": 546, \"rank\": 2731, \"rankvar\": 1996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2183, \"group\": [545.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCATAACCTG\", \"ini\": 781, \"clust\": 682, \"rank\": 2763, \"rankvar\": 2654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2808, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2184, \"group\": [679.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTGTTGAA\", \"ini\": 780, \"clust\": 544, \"rank\": 2801, \"rankvar\": 2145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2809, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2185, \"group\": [541.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCAACTCTT\", \"ini\": 779, \"clust\": 547, \"rank\": 2680, \"rankvar\": 2398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2810, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2186, \"group\": [546.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAACACCTA\", \"ini\": 778, \"clust\": 471, \"rank\": 2853, \"rankvar\": 1980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2811, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2187, \"group\": [480.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGCAATCTC\", \"ini\": 777, \"clust\": 629, \"rank\": 2753, \"rankvar\": 610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2812, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2188, \"group\": [628.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTAGCACGA\", \"ini\": 776, \"clust\": 985, \"rank\": 2795, \"rankvar\": 2291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2813, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2189, \"group\": [984.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAGGAACGT\", \"ini\": 775, \"clust\": 545, \"rank\": 2663, \"rankvar\": 2133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2814, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2190, \"group\": [547.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGTTGAGG\", \"ini\": 774, \"clust\": 683, \"rank\": 2699, \"rankvar\": 2625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2815, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2191, \"group\": [680.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGTAAGTAC\", \"ini\": 773, \"clust\": 113, \"rank\": 2557, \"rankvar\": 3300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2816, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2768, \"group\": [116.0, 47.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTCGT\", \"ini\": 772, \"clust\": 598, \"rank\": 2783, \"rankvar\": 2661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2817, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2192, \"group\": [600.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTTGCCGT\", \"ini\": 771, \"clust\": 504, \"rank\": 2781, \"rankvar\": 1671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2818, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2193, \"group\": [505.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAGCCACCA\", \"ini\": 770, \"clust\": 472, \"rank\": 2794, \"rankvar\": 1264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2819, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2194, \"group\": [471.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGTCGTTTG\", \"ini\": 769, \"clust\": 463, \"rank\": 2810, \"rankvar\": 1446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2820, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2195, \"group\": [464.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCTAGGCA\", \"ini\": 768, \"clust\": 147, \"rank\": 2761, \"rankvar\": 3444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2821, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2769, \"group\": [147.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGCCAACAG\", \"ini\": 767, \"clust\": 550, \"rank\": 2692, \"rankvar\": 1429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2822, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2196, \"group\": [550.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGACG\", \"ini\": 766, \"clust\": 153, \"rank\": 2728, \"rankvar\": 2959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2823, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2770, \"group\": [153.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGTCTGAGTGT\", \"ini\": 765, \"clust\": 700, \"rank\": 2789, \"rankvar\": 971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2824, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2197, \"group\": [699.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCATTTGGG\", \"ini\": 764, \"clust\": 701, \"rank\": 2820, \"rankvar\": 1168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2825, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2198, \"group\": [700.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCACCT\", \"ini\": 763, \"clust\": 286, \"rank\": 2909, \"rankvar\": 2082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2826, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2199, \"group\": [286.0, 83.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCAGACAGGT\", \"ini\": 762, \"clust\": 974, \"rank\": 2896, \"rankvar\": 1867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2827, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2200, \"group\": [974.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGCCAGAA\", \"ini\": 761, \"clust\": 282, \"rank\": 2798, \"rankvar\": 1639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2828, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2201, \"group\": [281.0, 81.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGTAGC\", \"ini\": 760, \"clust\": 1220, \"rank\": 2539, \"rankvar\": 2916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2829, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2990, \"group\": [1220.0, 175.0, 28.0, 7.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGGCTGAA\", \"ini\": 759, \"clust\": 137, \"rank\": 3053, \"rankvar\": 1632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2830, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2771, \"group\": [138.0, 55.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCACACTGCG\", \"ini\": 758, \"clust\": 593, \"rank\": 2778, \"rankvar\": 2034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2831, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2202, \"group\": [591.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCCACTCCA\", \"ini\": 757, \"clust\": 806, \"rank\": 2782, \"rankvar\": 1063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2832, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2203, \"group\": [805.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCAACGGGA\", \"ini\": 756, \"clust\": 958, \"rank\": 2861, \"rankvar\": 2565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2833, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2204, \"group\": [958.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTACCTGC\", \"ini\": 755, \"clust\": 636, \"rank\": 2833, \"rankvar\": 731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2834, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2205, \"group\": [636.0, 114.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATCGGGT\", \"ini\": 754, \"clust\": 299, \"rank\": 2720, \"rankvar\": 2842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2835, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2206, \"group\": [298.0, 84.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCACAGTAC\", \"ini\": 753, \"clust\": 452, \"rank\": 2815, \"rankvar\": 2192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2836, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2207, \"group\": [452.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGACCTC\", \"ini\": 752, \"clust\": 425, \"rank\": 2695, \"rankvar\": 1809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2837, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2208, \"group\": [424.0, 101.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTAGTTCCACA\", \"ini\": 751, \"clust\": 685, \"rank\": 2804, \"rankvar\": 3104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2838, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2209, \"group\": [685.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTCTCAAC\", \"ini\": 750, \"clust\": 679, \"rank\": 2634, \"rankvar\": 2965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2839, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2210, \"group\": [683.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCTAAGAT\", \"ini\": 749, \"clust\": 1009, \"rank\": 3008, \"rankvar\": 674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2840, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2211, \"group\": [1009.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACATGTCTCC\", \"ini\": 748, \"clust\": 647, \"rank\": 2613, \"rankvar\": 1644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2841, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2212, \"group\": [657.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCTAAGCCA\", \"ini\": 747, \"clust\": 145, \"rank\": 2802, \"rankvar\": 3341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2842, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2772, \"group\": [148.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACTAGGC\", \"ini\": 746, \"clust\": 645, \"rank\": 2741, \"rankvar\": 2094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2843, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2213, \"group\": [643.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCACGACTA\", \"ini\": 745, \"clust\": 736, \"rank\": 2844, \"rankvar\": 2721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2844, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2214, \"group\": [736.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCAGTTCGA\", \"ini\": 744, \"clust\": 789, \"rank\": 2843, \"rankvar\": 1128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2845, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2215, \"group\": [787.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTTCAACACTG\", \"ini\": 743, \"clust\": 781, \"rank\": 2863, \"rankvar\": 1393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2216, \"group\": [780.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCGTATAGTAG\", \"ini\": 742, \"clust\": 832, \"rank\": 2975, \"rankvar\": 533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2847, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2217, \"group\": [832.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCGAGCCCA\", \"ini\": 741, \"clust\": 608, \"rank\": 2743, \"rankvar\": 2175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2848, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2218, \"group\": [607.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTGCCTGTG\", \"ini\": 740, \"clust\": 681, \"rank\": 2712, \"rankvar\": 2121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2849, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2219, \"group\": [681.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCGGATCA\", \"ini\": 739, \"clust\": 1029, \"rank\": 2856, \"rankvar\": 2913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2850, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2220, \"group\": [1029.0, 135.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCATTGCGGC\", \"ini\": 738, \"clust\": 643, \"rank\": 2779, \"rankvar\": 2220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2851, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2221, \"group\": [642.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGTCTCG\", \"ini\": 737, \"clust\": 268, \"rank\": 2551, \"rankvar\": 2373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2852, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2841, \"group\": [268.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGCCGGTAA\", \"ini\": 736, \"clust\": 791, \"rank\": 2799, \"rankvar\": 940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2853, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2222, \"group\": [793.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTCATTACCTT\", \"ini\": 735, \"clust\": 746, \"rank\": 2886, \"rankvar\": 2157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2854, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2223, \"group\": [743.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGATGCCTT\", \"ini\": 734, \"clust\": 443, \"rank\": 2762, \"rankvar\": 1913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2855, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2224, \"group\": [445.0, 105.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCCGTAGGC\", \"ini\": 733, \"clust\": 515, \"rank\": 2759, \"rankvar\": 1679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2856, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2225, \"group\": [514.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACTTACGA\", \"ini\": 732, \"clust\": 993, \"rank\": 3072, \"rankvar\": 576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2857, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2226, \"group\": [996.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTAGATGA\", \"ini\": 731, \"clust\": 1015, \"rank\": 3032, \"rankvar\": 443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2858, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2227, \"group\": [1015.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAAATTGCC\", \"ini\": 730, \"clust\": 571, \"rank\": 2894, \"rankvar\": 2432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2228, \"group\": [573.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATCCGCGA\", \"ini\": 729, \"clust\": 154, \"rank\": 2709, \"rankvar\": 3310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2860, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2773, \"group\": [154.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTCATTA\", \"ini\": 728, \"clust\": 692, \"rank\": 2883, \"rankvar\": 747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2861, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2229, \"group\": [688.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGCTAGTCT\", \"ini\": 727, \"clust\": 132, \"rank\": 3087, \"rankvar\": 2907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2862, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2774, \"group\": [133.0, 55.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCTGATACG\", \"ini\": 726, \"clust\": 321, \"rank\": 2823, \"rankvar\": 2723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2863, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2230, \"group\": [321.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGTATCGAA\", \"ini\": 725, \"clust\": 412, \"rank\": 2922, \"rankvar\": 2526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2864, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2231, \"group\": [410.0, 97.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTACTTCTT\", \"ini\": 724, \"clust\": 903, \"rank\": 3011, \"rankvar\": 699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2865, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2232, \"group\": [902.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAGGTA\", \"ini\": 723, \"clust\": 537, \"rank\": 2697, \"rankvar\": 1742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2866, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2233, \"group\": [537.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTGAGTTC\", \"ini\": 722, \"clust\": 631, \"rank\": 2830, \"rankvar\": 828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2867, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2234, \"group\": [630.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGAATGGG\", \"ini\": 721, \"clust\": 488, \"rank\": 2814, \"rankvar\": 754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2235, \"group\": [488.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTAGGGTG\", \"ini\": 720, \"clust\": 630, \"rank\": 2805, \"rankvar\": 1710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2869, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2236, \"group\": [629.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAAGATGCCTT\", \"ini\": 719, \"clust\": 757, \"rank\": 2824, \"rankvar\": 2134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2870, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2237, \"group\": [757.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCAAGCG\", \"ini\": 718, \"clust\": 205, \"rank\": 2745, \"rankvar\": 3125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2871, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2775, \"group\": [205.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCGTCTTC\", \"ini\": 717, \"clust\": 597, \"rank\": 2882, \"rankvar\": 1871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2872, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2238, \"group\": [595.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTCTGATTG\", \"ini\": 716, \"clust\": 411, \"rank\": 2906, \"rankvar\": 1049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2873, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2239, \"group\": [412.0, 97.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATCTACGA\", \"ini\": 715, \"clust\": 579, \"rank\": 2966, \"rankvar\": 1717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2874, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2240, \"group\": [579.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAACCGCCA\", \"ini\": 714, \"clust\": 287, \"rank\": 2866, \"rankvar\": 2486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2875, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2241, \"group\": [287.0, 83.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTAAGCC\", \"ini\": 713, \"clust\": 600, \"rank\": 2785, \"rankvar\": 1225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2876, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2242, \"group\": [599.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCAAGCGA\", \"ini\": 712, \"clust\": 962, \"rank\": 2928, \"rankvar\": 853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2877, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2243, \"group\": [961.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTAATCACC\", \"ini\": 711, \"clust\": 152, \"rank\": 2839, \"rankvar\": 2478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2878, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2776, \"group\": [155.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCACGAAACG\", \"ini\": 710, \"clust\": 980, \"rank\": 2851, \"rankvar\": 1378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2879, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2244, \"group\": [979.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATTCCTCG\", \"ini\": 709, \"clust\": 773, \"rank\": 2981, \"rankvar\": 2624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2880, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2245, \"group\": [775.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGAGATGAG\", \"ini\": 708, \"clust\": 744, \"rank\": 3051, \"rankvar\": 2813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2881, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2246, \"group\": [746.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCCCACT\", \"ini\": 707, \"clust\": 150, \"rank\": 2767, \"rankvar\": 2889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2882, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2777, \"group\": [151.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGACTACT\", \"ini\": 706, \"clust\": 774, \"rank\": 2945, \"rankvar\": 1439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2247, \"group\": [773.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTGGTAAT\", \"ini\": 705, \"clust\": 747, \"rank\": 3014, \"rankvar\": 2463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2884, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2248, \"group\": [744.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCAGCTTAG\", \"ini\": 704, \"clust\": 434, \"rank\": 2869, \"rankvar\": 2188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2885, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2249, \"group\": [432.0, 102.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTGATGTGG\", \"ini\": 703, \"clust\": 951, \"rank\": 2914, \"rankvar\": 2178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2886, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2250, \"group\": [949.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCATATGCTG\", \"ini\": 702, \"clust\": 415, \"rank\": 2924, \"rankvar\": 2576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2887, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2251, \"group\": [415.0, 99.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCAAACGTGG\", \"ini\": 701, \"clust\": 1111, \"rank\": 2636, \"rankvar\": 2048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2888, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2922, \"group\": [1114.0, 153.0, 24.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGCTCGCA\", \"ini\": 700, \"clust\": 961, \"rank\": 2904, \"rankvar\": 875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2889, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2252, \"group\": [963.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACACCATGTA\", \"ini\": 699, \"clust\": 486, \"rank\": 2831, \"rankvar\": 2026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2890, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2253, \"group\": [484.0, 108.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGATGCCAG\", \"ini\": 698, \"clust\": 464, \"rank\": 2835, \"rankvar\": 1934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2891, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2254, \"group\": [462.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAGCCTAT\", \"ini\": 697, \"clust\": 741, \"rank\": 2959, \"rankvar\": 2295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2892, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2255, \"group\": [740.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCGCGCCAA\", \"ini\": 696, \"clust\": 405, \"rank\": 3071, \"rankvar\": 2131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2893, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2256, \"group\": [1026.0, 133.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATCGGTTA\", \"ini\": 695, \"clust\": 3550, \"rank\": 3276, \"rankvar\": 3585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2894, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 155, \"group\": [3546.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTCGTACT\", \"ini\": 694, \"clust\": 656, \"rank\": 2870, \"rankvar\": 2268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2257, \"group\": [653.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCTAGCACA\", \"ini\": 693, \"clust\": 657, \"rank\": 2818, \"rankvar\": 2011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2896, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2258, \"group\": [654.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTCACTGGC\", \"ini\": 692, \"clust\": 171, \"rank\": 2954, \"rankvar\": 2927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2897, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2778, \"group\": [178.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTAACG\", \"ini\": 691, \"clust\": 725, \"rank\": 2977, \"rankvar\": 2022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2898, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2259, \"group\": [726.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATGGT\", \"ini\": 690, \"clust\": 554, \"rank\": 2786, \"rankvar\": 1091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2899, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2260, \"group\": [554.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGCACCGCT\", \"ini\": 689, \"clust\": 804, \"rank\": 2809, \"rankvar\": 1528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2900, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2261, \"group\": [806.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCCA\", \"ini\": 688, \"clust\": 758, \"rank\": 2912, \"rankvar\": 2147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2901, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2262, \"group\": [758.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGACACCA\", \"ini\": 687, \"clust\": 836, \"rank\": 2967, \"rankvar\": 787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2902, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2263, \"group\": [838.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCGCATGGC\", \"ini\": 686, \"clust\": 250, \"rank\": 2951, \"rankvar\": 724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2903, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2264, \"group\": [257.0, 71.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCCTGTAGA\", \"ini\": 685, \"clust\": 86, \"rank\": 2567, \"rankvar\": 2826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2904, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2265, \"group\": [86.0, 37.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCGTCTGCT\", \"ini\": 684, \"clust\": 477, \"rank\": 2920, \"rankvar\": 1502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2905, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2266, \"group\": [476.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGCCTAA\", \"ini\": 683, \"clust\": 555, \"rank\": 2700, \"rankvar\": 1784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2906, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2267, \"group\": [555.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGAGGCT\", \"ini\": 682, \"clust\": 517, \"rank\": 2764, \"rankvar\": 970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2907, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2268, \"group\": [519.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCTCTCGT\", \"ini\": 681, \"clust\": 528, \"rank\": 2645, \"rankvar\": 2604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2908, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2269, \"group\": [527.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGCAACGA\", \"ini\": 680, \"clust\": 1544, \"rank\": 3280, \"rankvar\": 1208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1654, \"group\": [1544.0, 262.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCATTGGCGC\", \"ini\": 679, \"clust\": 777, \"rank\": 2941, \"rankvar\": 1794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2910, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2270, \"group\": [777.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACACGACTCG\", \"ini\": 678, \"clust\": 523, \"rank\": 2919, \"rankvar\": 2090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2911, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2271, \"group\": [523.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACATTAGGCT\", \"ini\": 677, \"clust\": 320, \"rank\": 2842, \"rankvar\": 3224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2912, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2272, \"group\": [323.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCTCTAAGG\", \"ini\": 676, \"clust\": 431, \"rank\": 2726, \"rankvar\": 2455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2913, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2273, \"group\": [430.0, 102.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAAGTGTA\", \"ini\": 675, \"clust\": 609, \"rank\": 2855, \"rankvar\": 1205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2914, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2274, \"group\": [608.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCATAGCAC\", \"ini\": 674, \"clust\": 766, \"rank\": 2978, \"rankvar\": 1101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2915, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2275, \"group\": [768.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGTACGTTC\", \"ini\": 673, \"clust\": 1031, \"rank\": 2757, \"rankvar\": 2859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2916, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2276, \"group\": [1034.0, 136.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTCATTGGGCC\", \"ini\": 672, \"clust\": 564, \"rank\": 2679, \"rankvar\": 2588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2917, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2277, \"group\": [564.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCTGTTGAG\", \"ini\": 671, \"clust\": 737, \"rank\": 2944, \"rankvar\": 802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2918, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2278, \"group\": [737.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCCAAAGTC\", \"ini\": 670, \"clust\": 535, \"rank\": 2821, \"rankvar\": 1638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2919, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2279, \"group\": [539.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTGGTCTCG\", \"ini\": 669, \"clust\": 677, \"rank\": 2838, \"rankvar\": 2447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2920, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2280, \"group\": [675.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCAGCATGT\", \"ini\": 668, \"clust\": 639, \"rank\": 2942, \"rankvar\": 925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2921, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2281, \"group\": [638.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGAGCCCAA\", \"ini\": 667, \"clust\": 751, \"rank\": 2899, \"rankvar\": 1966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2922, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2282, \"group\": [751.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTCATGCTGGC\", \"ini\": 666, \"clust\": 708, \"rank\": 3000, \"rankvar\": 981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2923, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2283, \"group\": [711.0, 122.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGGTGACTACT\", \"ini\": 665, \"clust\": 511, \"rank\": 2865, \"rankvar\": 2254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2924, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2284, \"group\": [509.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTCACAGGTTT\", \"ini\": 664, \"clust\": 530, \"rank\": 2797, \"rankvar\": 1789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2925, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2285, \"group\": [529.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTAAATGTG\", \"ini\": 663, \"clust\": 623, \"rank\": 2776, \"rankvar\": 2321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2926, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2286, \"group\": [635.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTATCTGCA\", \"ini\": 662, \"clust\": 304, \"rank\": 2877, \"rankvar\": 2400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2927, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2287, \"group\": [307.0, 85.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGGAACTGC\", \"ini\": 661, \"clust\": 754, \"rank\": 2857, \"rankvar\": 1328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2928, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2288, \"group\": [754.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTTCCGTCT\", \"ini\": 660, \"clust\": 144, \"rank\": 2895, \"rankvar\": 3303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2929, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2779, \"group\": [144.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCTGAAAGA\", \"ini\": 659, \"clust\": 755, \"rank\": 2976, \"rankvar\": 1231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2930, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2289, \"group\": [755.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTTCACCTC\", \"ini\": 658, \"clust\": 795, \"rank\": 2918, \"rankvar\": 2290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2931, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2290, \"group\": [794.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACGGTAAG\", \"ini\": 657, \"clust\": 595, \"rank\": 2900, \"rankvar\": 2038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2932, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2291, \"group\": [596.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGTGAAGTT\", \"ini\": 656, \"clust\": 790, \"rank\": 2974, \"rankvar\": 1137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2933, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2292, \"group\": [788.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCGTGGTCG\", \"ini\": 655, \"clust\": 305, \"rank\": 2766, \"rankvar\": 3392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2934, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2293, \"group\": [306.0, 85.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGTGAACGC\", \"ini\": 654, \"clust\": 760, \"rank\": 2938, \"rankvar\": 2780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2935, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2294, \"group\": [762.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCAGCGTTCG\", \"ini\": 653, \"clust\": 742, \"rank\": 3075, \"rankvar\": 882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2295, \"group\": [741.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCAACACTG\", \"ini\": 652, \"clust\": 558, \"rank\": 2775, \"rankvar\": 1557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2937, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2296, \"group\": [557.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGTGCCATT\", \"ini\": 651, \"clust\": 690, \"rank\": 2923, \"rankvar\": 638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2938, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2297, \"group\": [691.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGAGGTTGC\", \"ini\": 650, \"clust\": 1030, \"rank\": 2873, \"rankvar\": 3210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2939, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2298, \"group\": [1030.0, 135.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTGTGCGTC\", \"ini\": 649, \"clust\": 581, \"rank\": 3055, \"rankvar\": 1030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2940, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2299, \"group\": [581.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCACCTAA\", \"ini\": 648, \"clust\": 148, \"rank\": 2858, \"rankvar\": 3069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2941, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2780, \"group\": [149.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGAGATCGGGT\", \"ini\": 647, \"clust\": 749, \"rank\": 2852, \"rankvar\": 766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2300, \"group\": [748.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTGAGTGT\", \"ini\": 646, \"clust\": 1545, \"rank\": 3327, \"rankvar\": 1985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1655, \"group\": [1545.0, 262.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTAGAGTGC\", \"ini\": 645, \"clust\": 704, \"rank\": 2988, \"rankvar\": 1581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2944, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2301, \"group\": [702.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTTGCGTTA\", \"ini\": 644, \"clust\": 818, \"rank\": 3007, \"rankvar\": 2392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2945, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2302, \"group\": [817.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCACGGC\", \"ini\": 643, \"clust\": 404, \"rank\": 3001, \"rankvar\": 2421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2946, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2303, \"group\": [402.0, 94.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTAGGGTGTGT\", \"ini\": 642, \"clust\": 622, \"rank\": 2930, \"rankvar\": 2722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2947, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2304, \"group\": [620.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCACGTCTCT\", \"ini\": 641, \"clust\": 970, \"rank\": 3015, \"rankvar\": 934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2948, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2305, \"group\": [969.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAGGCAGTA\", \"ini\": 640, \"clust\": 699, \"rank\": 2874, \"rankvar\": 1512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2949, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2306, \"group\": [698.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTTACTGAC\", \"ini\": 639, \"clust\": 300, \"rank\": 2737, \"rankvar\": 3395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2950, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2781, \"group\": [308.0, 86.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTCGACTAT\", \"ini\": 638, \"clust\": 783, \"rank\": 2848, \"rankvar\": 2298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2951, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2307, \"group\": [783.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCATGGGAAC\", \"ini\": 637, \"clust\": 619, \"rank\": 2952, \"rankvar\": 1356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2952, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2308, \"group\": [622.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACGCATA\", \"ini\": 636, \"clust\": 480, \"rank\": 2949, \"rankvar\": 3128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2953, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2309, \"group\": [479.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCGCGTAGC\", \"ini\": 635, \"clust\": 797, \"rank\": 2991, \"rankvar\": 381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2954, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2310, \"group\": [799.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCCTAGAAC\", \"ini\": 634, \"clust\": 764, \"rank\": 2990, \"rankvar\": 1681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2311, \"group\": [764.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGGAATGGA\", \"ini\": 633, \"clust\": 497, \"rank\": 2860, \"rankvar\": 1750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2956, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2312, \"group\": [496.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACTCCTG\", \"ini\": 632, \"clust\": 494, \"rank\": 2816, \"rankvar\": 2494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2313, \"group\": [494.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACAAACTGTC\", \"ini\": 631, \"clust\": 1032, \"rank\": 2868, \"rankvar\": 2312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2958, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2314, \"group\": [1032.0, 136.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTTGCGCAC\", \"ini\": 630, \"clust\": 810, \"rank\": 3045, \"rankvar\": 3015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2959, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2315, \"group\": [813.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATGTCGG\", \"ini\": 629, \"clust\": 159, \"rank\": 2903, \"rankvar\": 3232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2960, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2316, \"group\": [160.0, 57.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACTGGGT\", \"ini\": 628, \"clust\": 502, \"rank\": 2867, \"rankvar\": 1978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2961, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2317, \"group\": [500.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGGACAGCT\", \"ini\": 627, \"clust\": 566, \"rank\": 2811, \"rankvar\": 2186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2962, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2318, \"group\": [561.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGAACTGT\", \"ini\": 626, \"clust\": 847, \"rank\": 2948, \"rankvar\": 2256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2963, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2319, \"group\": [853.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTTGACAC\", \"ini\": 625, \"clust\": 269, \"rank\": 2599, \"rankvar\": 2584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2964, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2842, \"group\": [269.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGCGTAGTG\", \"ini\": 624, \"clust\": 782, \"rank\": 3010, \"rankvar\": 1468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2965, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2320, \"group\": [781.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCCATAC\", \"ini\": 623, \"clust\": 127, \"rank\": 2845, \"rankvar\": 3246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2966, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2782, \"group\": [128.0, 53.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCTCCGGTT\", \"ini\": 622, \"clust\": 617, \"rank\": 2907, \"rankvar\": 2243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2967, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2321, \"group\": [614.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTTACCTA\", \"ini\": 621, \"clust\": 149, \"rank\": 2825, \"rankvar\": 3298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2968, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2783, \"group\": [150.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTCAGGCTGAA\", \"ini\": 620, \"clust\": 992, \"rank\": 3046, \"rankvar\": 1778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2969, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2322, \"group\": [992.0, 130.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATCACAC\", \"ini\": 619, \"clust\": 444, \"rank\": 2953, \"rankvar\": 1654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2323, \"group\": [443.0, 105.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCATCATC\", \"ini\": 618, \"clust\": 580, \"rank\": 3074, \"rankvar\": 1375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2971, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2324, \"group\": [580.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCACGTG\", \"ini\": 617, \"clust\": 565, \"rank\": 2765, \"rankvar\": 1727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2972, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2325, \"group\": [563.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTCGGACG\", \"ini\": 616, \"clust\": 705, \"rank\": 3017, \"rankvar\": 1818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2973, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2326, \"group\": [707.0, 121.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTCGTATT\", \"ini\": 615, \"clust\": 634, \"rank\": 3019, \"rankvar\": 555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2974, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2327, \"group\": [632.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGAACTCGG\", \"ini\": 614, \"clust\": 995, \"rank\": 3135, \"rankvar\": 1295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2975, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2328, \"group\": [993.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACCGAT\", \"ini\": 613, \"clust\": 445, \"rank\": 2890, \"rankvar\": 2210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2976, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2329, \"group\": [444.0, 105.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATGCAATC\", \"ini\": 612, \"clust\": 616, \"rank\": 2871, \"rankvar\": 1624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2977, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2330, \"group\": [616.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACGTCA\", \"ini\": 611, \"clust\": 981, \"rank\": 2926, \"rankvar\": 2355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2978, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2331, \"group\": [980.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGTTACCT\", \"ini\": 610, \"clust\": 834, \"rank\": 3022, \"rankvar\": 1394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2979, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2332, \"group\": [834.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTATCCTA\", \"ini\": 609, \"clust\": 567, \"rank\": 2790, \"rankvar\": 2457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2980, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2333, \"group\": [562.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGGCTAGCA\", \"ini\": 608, \"clust\": 648, \"rank\": 3005, \"rankvar\": 1115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2981, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2334, \"group\": [649.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCCTAATT\", \"ini\": 607, \"clust\": 540, \"rank\": 2964, \"rankvar\": 2028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2982, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2335, \"group\": [544.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCTGGTTCC\", \"ini\": 606, \"clust\": 837, \"rank\": 3091, \"rankvar\": 1670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2983, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2336, \"group\": [836.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGATAGCAT\", \"ini\": 605, \"clust\": 505, \"rank\": 3021, \"rankvar\": 1364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2984, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2337, \"group\": [503.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGACAAGCC\", \"ini\": 604, \"clust\": 1028, \"rank\": 2901, \"rankvar\": 3269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2985, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2338, \"group\": [1031.0, 135.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATTCACT\", \"ini\": 603, \"clust\": 796, \"rank\": 2937, \"rankvar\": 2019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2986, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2339, \"group\": [795.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCGGCGCAT\", \"ini\": 602, \"clust\": 691, \"rank\": 2973, \"rankvar\": 2930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2987, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2340, \"group\": [690.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTACCGAT\", \"ini\": 601, \"clust\": 672, \"rank\": 2979, \"rankvar\": 2264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2988, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2341, \"group\": [673.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAACTTGAC\", \"ini\": 600, \"clust\": 785, \"rank\": 3034, \"rankvar\": 1260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2989, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2342, \"group\": [785.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTGACTCAT\", \"ini\": 599, \"clust\": 784, \"rank\": 2931, \"rankvar\": 1390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2990, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2343, \"group\": [784.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACATCTTT\", \"ini\": 598, \"clust\": 765, \"rank\": 3084, \"rankvar\": 613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2991, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2344, \"group\": [765.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCACTGGC\", \"ini\": 597, \"clust\": 531, \"rank\": 2887, \"rankvar\": 1110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2992, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2345, \"group\": [530.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTACACCGC\", \"ini\": 596, \"clust\": 975, \"rank\": 3004, \"rankvar\": 1768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2993, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2346, \"group\": [975.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCAGATAAG\", \"ini\": 595, \"clust\": 825, \"rank\": 3041, \"rankvar\": 1964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2994, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2347, \"group\": [825.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGTAAGG\", \"ini\": 594, \"clust\": 780, \"rank\": 3024, \"rankvar\": 646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2995, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2348, \"group\": [782.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGTGGTAGC\", \"ini\": 593, \"clust\": 628, \"rank\": 2970, \"rankvar\": 1627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2349, \"group\": [627.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGTCCTATGTT\", \"ini\": 592, \"clust\": 984, \"rank\": 2989, \"rankvar\": 2239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2997, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2350, \"group\": [986.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGCCATT\", \"ini\": 591, \"clust\": 697, \"rank\": 3093, \"rankvar\": 1221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2998, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2351, \"group\": [696.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCGCATGGC\", \"ini\": 590, \"clust\": 646, \"rank\": 2850, \"rankvar\": 2792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2352, \"group\": [644.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGAAAC\", \"ini\": 589, \"clust\": 750, \"rank\": 2792, \"rankvar\": 2088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3000, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2353, \"group\": [749.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAAGTTGTAGA\", \"ini\": 588, \"clust\": 610, \"rank\": 2892, \"rankvar\": 2006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3001, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2354, \"group\": [609.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATTCTTAC\", \"ini\": 587, \"clust\": 722, \"rank\": 3059, \"rankvar\": 2702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3002, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2355, \"group\": [719.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTTTGTG\", \"ini\": 586, \"clust\": 693, \"rank\": 3020, \"rankvar\": 2132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3003, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2356, \"group\": [689.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAGCATGAG\", \"ini\": 585, \"clust\": 1171, \"rank\": 3103, \"rankvar\": 29, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3004, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2923, \"group\": [1176.0, 166.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGAAACCAT\", \"ini\": 584, \"clust\": 971, \"rank\": 3058, \"rankvar\": 1412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3005, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2357, \"group\": [970.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACCCTCA\", \"ini\": 583, \"clust\": 409, \"rank\": 3067, \"rankvar\": 2803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3006, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2358, \"group\": [408.0, 97.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGTGCGTC\", \"ini\": 582, \"clust\": 743, \"rank\": 3182, \"rankvar\": 2705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3007, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2359, \"group\": [747.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTCCAACTA\", \"ini\": 581, \"clust\": 465, \"rank\": 2992, \"rankvar\": 1896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3008, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2360, \"group\": [463.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTAAATGTG\", \"ini\": 580, \"clust\": 516, \"rank\": 2947, \"rankvar\": 974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3009, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2361, \"group\": [515.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGGTGCACA\", \"ini\": 579, \"clust\": 551, \"rank\": 2828, \"rankvar\": 1999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3010, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2362, \"group\": [551.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAGTCGATT\", \"ini\": 578, \"clust\": 655, \"rank\": 2985, \"rankvar\": 2073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3011, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2363, \"group\": [655.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAAGGATT\", \"ini\": 577, \"clust\": 513, \"rank\": 2998, \"rankvar\": 777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3012, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2364, \"group\": [513.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTATCAGTC\", \"ini\": 576, \"clust\": 1184, \"rank\": 2888, \"rankvar\": 99, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3013, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2924, \"group\": [1184.0, 168.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAGGTA\", \"ini\": 575, \"clust\": 109, \"rank\": 3261, \"rankvar\": 3465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3014, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 180, \"group\": [107.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTGTTTGTG\", \"ini\": 574, \"clust\": 1538, \"rank\": 3274, \"rankvar\": 2126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1656, \"group\": [1537.0, 261.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCAGTCAGT\", \"ini\": 573, \"clust\": 678, \"rank\": 2946, \"rankvar\": 2288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2365, \"group\": [676.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACGTAAGG\", \"ini\": 572, \"clust\": 524, \"rank\": 2898, \"rankvar\": 1977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3017, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2366, \"group\": [524.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTCAGCGC\", \"ini\": 571, \"clust\": 618, \"rank\": 2932, \"rankvar\": 2470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3018, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2367, \"group\": [615.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCCGAGCCA\", \"ini\": 570, \"clust\": 788, \"rank\": 2962, \"rankvar\": 1345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3019, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2368, \"group\": [789.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGTCATCCA\", \"ini\": 569, \"clust\": 318, \"rank\": 3018, \"rankvar\": 3257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3020, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2369, \"group\": [318.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGAGGCTAGGT\", \"ini\": 568, \"clust\": 462, \"rank\": 2889, \"rankvar\": 1520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3021, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2370, \"group\": [465.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACCGAAAG\", \"ini\": 567, \"clust\": 728, \"rank\": 2940, \"rankvar\": 1526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3022, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2371, \"group\": [728.0, 124.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCTTCGGTC\", \"ini\": 566, \"clust\": 944, \"rank\": 3119, \"rankvar\": 672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3023, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2372, \"group\": [952.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGGATGCGT\", \"ini\": 565, \"clust\": 583, \"rank\": 3062, \"rankvar\": 922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3024, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2373, \"group\": [583.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCACATTCGA\", \"ini\": 564, \"clust\": 107, \"rank\": 3259, \"rankvar\": 3462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3025, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 181, \"group\": [108.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCTTTCCTC\", \"ini\": 563, \"clust\": 845, \"rank\": 3142, \"rankvar\": 2310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3026, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2374, \"group\": [844.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCATCCACGTTC\", \"ini\": 562, \"clust\": 1396, \"rank\": 2750, \"rankvar\": 3437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1657, \"group\": [1398.0, 220.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCAAGAAGAG\", \"ini\": 561, \"clust\": 979, \"rank\": 3079, \"rankvar\": 1995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3028, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2375, \"group\": [981.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCAACTGGCC\", \"ini\": 560, \"clust\": 473, \"rank\": 2958, \"rankvar\": 2884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3029, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2376, \"group\": [472.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTAATCACC\", \"ini\": 559, \"clust\": 273, \"rank\": 2664, \"rankvar\": 2161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3030, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2843, \"group\": [272.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCATGT\", \"ini\": 558, \"clust\": 718, \"rank\": 3102, \"rankvar\": 1666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3031, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2377, \"group\": [717.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATATGCA\", \"ini\": 557, \"clust\": 802, \"rank\": 2969, \"rankvar\": 1149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3032, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2378, \"group\": [802.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAATACCG\", \"ini\": 556, \"clust\": 967, \"rank\": 3039, \"rankvar\": 472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3033, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2379, \"group\": [966.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTTGCGG\", \"ini\": 555, \"clust\": 930, \"rank\": 3188, \"rankvar\": 1195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3034, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2380, \"group\": [930.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTCGG\", \"ini\": 554, \"clust\": 533, \"rank\": 2908, \"rankvar\": 2738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3035, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2381, \"group\": [531.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTTGTATC\", \"ini\": 553, \"clust\": 972, \"rank\": 3050, \"rankvar\": 1700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3036, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2382, \"group\": [971.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTATTGGA\", \"ini\": 552, \"clust\": 821, \"rank\": 3013, \"rankvar\": 3072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3037, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2383, \"group\": [821.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTGGAGAA\", \"ini\": 551, \"clust\": 815, \"rank\": 3094, \"rankvar\": 2097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3038, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2384, \"group\": [814.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTATATCCG\", \"ini\": 550, \"clust\": 549, \"rank\": 2950, \"rankvar\": 2571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3039, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2385, \"group\": [549.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCAGCATCATC\", \"ini\": 549, \"clust\": 946, \"rank\": 3153, \"rankvar\": 1387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3040, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2386, \"group\": [944.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCGCATGGC\", \"ini\": 548, \"clust\": 752, \"rank\": 3002, \"rankvar\": 1979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3041, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2387, \"group\": [752.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCGCCAGCA\", \"ini\": 547, \"clust\": 155, \"rank\": 2980, \"rankvar\": 3375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3042, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2784, \"group\": [158.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACATACGCCG\", \"ini\": 546, \"clust\": 955, \"rank\": 3035, \"rankvar\": 972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3043, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2388, \"group\": [953.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGCCCAACC\", \"ini\": 545, \"clust\": 1222, \"rank\": 2687, \"rankvar\": 3212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3044, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2991, \"group\": [1223.0, 177.0, 28.0, 7.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACACAGAGGT\", \"ini\": 544, \"clust\": 534, \"rank\": 2943, \"rankvar\": 2785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3045, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2389, \"group\": [532.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGAGTGTG\", \"ini\": 543, \"clust\": 807, \"rank\": 2862, \"rankvar\": 2557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3046, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2390, \"group\": [809.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTTCCGCAGTG\", \"ini\": 542, \"clust\": 786, \"rank\": 3025, \"rankvar\": 1437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3047, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2391, \"group\": [786.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGAGGACGG\", \"ini\": 541, \"clust\": 2998, \"rank\": 2927, \"rankvar\": 3277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3048, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2785, \"group\": [2998.0, 555.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGACATC\", \"ini\": 540, \"clust\": 715, \"rank\": 3124, \"rankvar\": 1257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3049, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2392, \"group\": [714.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAGGGTAC\", \"ini\": 539, \"clust\": 569, \"rank\": 2995, \"rankvar\": 2812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3050, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2393, \"group\": [568.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACAAGCCC\", \"ini\": 538, \"clust\": 739, \"rank\": 3108, \"rankvar\": 2922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3051, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2394, \"group\": [739.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGCCATAG\", \"ini\": 537, \"clust\": 808, \"rank\": 2915, \"rankvar\": 2754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3052, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2395, \"group\": [807.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGAGGGAACGG\", \"ini\": 536, \"clust\": 478, \"rank\": 3065, \"rankvar\": 1722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3053, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2396, \"group\": [477.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCCAAATGC\", \"ini\": 535, \"clust\": 141, \"rank\": 3006, \"rankvar\": 2990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3054, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2786, \"group\": [141.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCGTGAGT\", \"ini\": 534, \"clust\": 562, \"rank\": 2832, \"rankvar\": 2352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3055, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2397, \"group\": [566.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCCACT\", \"ini\": 533, \"clust\": 319, \"rank\": 3121, \"rankvar\": 3157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3056, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2398, \"group\": [319.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGTCCTC\", \"ini\": 532, \"clust\": 3462, \"rank\": 3438, \"rankvar\": 3526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3057, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 156, \"group\": [3464.0, 643.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATAACGA\", \"ini\": 531, \"clust\": 203, \"rank\": 2916, \"rankvar\": 3266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3058, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2787, \"group\": [212.0, 59.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGCTTCT\", \"ini\": 530, \"clust\": 172, \"rank\": 2999, \"rankvar\": 2461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3059, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2788, \"group\": [171.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCCGGCACA\", \"ini\": 529, \"clust\": 775, \"rank\": 3115, \"rankvar\": 980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3060, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2399, \"group\": [774.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAAAGCGGT\", \"ini\": 528, \"clust\": 306, \"rank\": 2807, \"rankvar\": 3142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3061, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2400, \"group\": [304.0, 85.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTAAGTAC\", \"ini\": 527, \"clust\": 982, \"rank\": 3029, \"rankvar\": 1693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3062, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2401, \"group\": [982.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTAACCCT\", \"ini\": 526, \"clust\": 611, \"rank\": 2986, \"rankvar\": 813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3063, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2402, \"group\": [610.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTGAGTTC\", \"ini\": 525, \"clust\": 260, \"rank\": 3334, \"rankvar\": 1106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1658, \"group\": [258.0, 72.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCGCCTCA\", \"ini\": 524, \"clust\": 519, \"rank\": 2961, \"rankvar\": 1490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3065, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2403, \"group\": [518.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTAATAGCA\", \"ini\": 523, \"clust\": 987, \"rank\": 3069, \"rankvar\": 1743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3066, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2404, \"group\": [987.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTAGCCTAT\", \"ini\": 522, \"clust\": 649, \"rank\": 3096, \"rankvar\": 1116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3067, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2405, \"group\": [647.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTTACGGAG\", \"ini\": 521, \"clust\": 1021, \"rank\": 3123, \"rankvar\": 1782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3068, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2406, \"group\": [1020.0, 132.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTCTGTCG\", \"ini\": 520, \"clust\": 965, \"rank\": 3030, \"rankvar\": 1915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3069, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2407, \"group\": [964.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGCCAACAG\", \"ini\": 519, \"clust\": 246, \"rank\": 2784, \"rankvar\": 3346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3070, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2789, \"group\": [246.0, 68.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAGTCCCTACT\", \"ini\": 518, \"clust\": 1001, \"rank\": 3287, \"rankvar\": 2381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3071, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2408, \"group\": [1000.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGACAAAGG\", \"ini\": 517, \"clust\": 817, \"rank\": 3105, \"rankvar\": 2572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2409, \"group\": [819.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTGAGTTC\", \"ini\": 516, \"clust\": 3531, \"rank\": 3457, \"rankvar\": 3574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3073, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 157, \"group\": [3530.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTGCTTG\", \"ini\": 515, \"clust\": 986, \"rank\": 3028, \"rankvar\": 2443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3074, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2410, \"group\": [985.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTATGCGT\", \"ini\": 514, \"clust\": 902, \"rank\": 3147, \"rankvar\": 1733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3075, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2411, \"group\": [904.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTGTAGAGTGC\", \"ini\": 513, \"clust\": 582, \"rank\": 3040, \"rankvar\": 2515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3076, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2412, \"group\": [582.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACTGAAGG\", \"ini\": 512, \"clust\": 670, \"rank\": 3061, \"rankvar\": 2193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3077, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2413, \"group\": [668.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCAGAGCAATT\", \"ini\": 511, \"clust\": 637, \"rank\": 3081, \"rankvar\": 2550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3078, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2414, \"group\": [637.0, 114.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTAAGTGTA\", \"ini\": 510, \"clust\": 673, \"rank\": 3027, \"rankvar\": 2177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3079, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2415, \"group\": [671.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCTTGTCC\", \"ini\": 509, \"clust\": 702, \"rank\": 3110, \"rankvar\": 621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3080, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2416, \"group\": [703.0, 119.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTTGTACAC\", \"ini\": 508, \"clust\": 650, \"rank\": 3068, \"rankvar\": 1470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3081, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2417, \"group\": [648.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCAGGACA\", \"ini\": 507, \"clust\": 798, \"rank\": 3120, \"rankvar\": 1199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2418, \"group\": [797.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCCGTCAG\", \"ini\": 506, \"clust\": 726, \"rank\": 3160, \"rankvar\": 1489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3083, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2419, \"group\": [724.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACAGCCCA\", \"ini\": 505, \"clust\": 563, \"rank\": 2935, \"rankvar\": 2646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3084, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2420, \"group\": [565.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACAGGAATCG\", \"ini\": 504, \"clust\": 498, \"rank\": 3009, \"rankvar\": 2495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3085, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2421, \"group\": [497.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTATCCGA\", \"ini\": 503, \"clust\": 731, \"rank\": 2905, \"rankvar\": 2273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2422, \"group\": [730.0, 124.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTCTCATT\", \"ini\": 502, \"clust\": 954, \"rank\": 3023, \"rankvar\": 2233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3087, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2423, \"group\": [955.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGAACAACT\", \"ini\": 501, \"clust\": 819, \"rank\": 3076, \"rankvar\": 3198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3088, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2424, \"group\": [818.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGGTGTTA\", \"ini\": 500, \"clust\": 756, \"rank\": 3113, \"rankvar\": 2798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3089, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2425, \"group\": [756.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAATTCCTT\", \"ini\": 499, \"clust\": 532, \"rank\": 3048, \"rankvar\": 2356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2426, \"group\": [533.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGATGAGAG\", \"ini\": 498, \"clust\": 1241, \"rank\": 3388, \"rankvar\": 3398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3091, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1833, \"group\": [1242.0, 194.0, 33.0, 9.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTTCGTCTC\", \"ini\": 497, \"clust\": 723, \"rank\": 3145, \"rankvar\": 2307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3092, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2427, \"group\": [720.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGAGGGATA\", \"ini\": 496, \"clust\": 803, \"rank\": 3064, \"rankvar\": 2068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3093, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2428, \"group\": [803.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTGGACGAT\", \"ini\": 495, \"clust\": 661, \"rank\": 3026, \"rankvar\": 2341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3094, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2429, \"group\": [660.0, 116.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGGTGCCT\", \"ini\": 494, \"clust\": 139, \"rank\": 3080, \"rankvar\": 2389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3095, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2790, \"group\": [142.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCGCCAAAT\", \"ini\": 493, \"clust\": 1033, \"rank\": 2934, \"rankvar\": 2154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3096, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2430, \"group\": [1033.0, 136.0, 23.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGGTGGAT\", \"ini\": 492, \"clust\": 945, \"rank\": 3118, \"rankvar\": 2125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3097, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2431, \"group\": [946.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTTGAGTTC\", \"ini\": 491, \"clust\": 525, \"rank\": 2911, \"rankvar\": 1986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3098, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2432, \"group\": [525.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCAAGAAGT\", \"ini\": 490, \"clust\": 461, \"rank\": 3099, \"rankvar\": 2923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3099, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2433, \"group\": [461.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCACGTGAGA\", \"ini\": 489, \"clust\": 732, \"rank\": 3031, \"rankvar\": 2251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3100, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2434, \"group\": [731.0, 124.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGTCGATAA\", \"ini\": 488, \"clust\": 949, \"rank\": 3143, \"rankvar\": 2104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3101, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2435, \"group\": [947.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACCCATGG\", \"ini\": 487, \"clust\": 720, \"rank\": 3037, \"rankvar\": 2206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2436, \"group\": [722.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCATGTTCCC\", \"ini\": 486, \"clust\": 301, \"rank\": 3049, \"rankvar\": 2635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3103, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2437, \"group\": [303.0, 85.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCCACCCAGTG\", \"ini\": 485, \"clust\": 996, \"rank\": 3192, \"rankvar\": 857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3104, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2438, \"group\": [994.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGACTCGGA\", \"ini\": 484, \"clust\": 638, \"rank\": 2993, \"rankvar\": 1159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3105, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2439, \"group\": [640.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTGTTAG\", \"ini\": 483, \"clust\": 322, \"rank\": 3125, \"rankvar\": 3088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3106, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2440, \"group\": [322.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGCAGGCTA\", \"ini\": 482, \"clust\": 133, \"rank\": 3162, \"rankvar\": 3284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3107, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2791, \"group\": [137.0, 55.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCACCT\", \"ini\": 481, \"clust\": 633, \"rank\": 3111, \"rankvar\": 1757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3108, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2441, \"group\": [634.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCAGTTCGA\", \"ini\": 480, \"clust\": 838, \"rank\": 3109, \"rankvar\": 794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3109, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2442, \"group\": [837.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGAGGTACC\", \"ini\": 479, \"clust\": 556, \"rank\": 2982, \"rankvar\": 2712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3110, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2443, \"group\": [558.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTAGTGAAT\", \"ini\": 478, \"clust\": 792, \"rank\": 2996, \"rankvar\": 2110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3111, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2444, \"group\": [791.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAGCTGTT\", \"ini\": 477, \"clust\": 577, \"rank\": 2987, \"rankvar\": 2086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2445, \"group\": [576.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCACAGATGAGC\", \"ini\": 476, \"clust\": 969, \"rank\": 3117, \"rankvar\": 1469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2446, \"group\": [973.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCTCACATT\", \"ini\": 475, \"clust\": 640, \"rank\": 3082, \"rankvar\": 2963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3114, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2447, \"group\": [639.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACCATGTA\", \"ini\": 474, \"clust\": 129, \"rank\": 3003, \"rankvar\": 3319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3115, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2792, \"group\": [130.0, 54.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCATGTCCC\", \"ini\": 473, \"clust\": 767, \"rank\": 3129, \"rankvar\": 2007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3116, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2448, \"group\": [766.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCGCCAGCA\", \"ini\": 472, \"clust\": 313, \"rank\": 3090, \"rankvar\": 2427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3117, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2449, \"group\": [313.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGGACGTA\", \"ini\": 471, \"clust\": 778, \"rank\": 3104, \"rankvar\": 2209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3118, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2450, \"group\": [778.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTAGAGCTG\", \"ini\": 470, \"clust\": 833, \"rank\": 3172, \"rankvar\": 1737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3119, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2451, \"group\": [833.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCTAACTGG\", \"ini\": 469, \"clust\": 924, \"rank\": 3138, \"rankvar\": 1860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2452, \"group\": [921.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGACCGGAT\", \"ini\": 468, \"clust\": 572, \"rank\": 3077, \"rankvar\": 376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3121, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2453, \"group\": [571.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTATTCTC\", \"ini\": 467, \"clust\": 573, \"rank\": 3063, \"rankvar\": 1454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3122, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2454, \"group\": [572.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGGGATCTG\", \"ini\": 466, \"clust\": 136, \"rank\": 3146, \"rankvar\": 2836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3123, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2793, \"group\": [135.0, 55.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGAGGGAG\", \"ini\": 465, \"clust\": 539, \"rank\": 3012, \"rankvar\": 2412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3124, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2455, \"group\": [536.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACTTAACG\", \"ini\": 464, \"clust\": 762, \"rank\": 3054, \"rankvar\": 2996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3125, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2456, \"group\": [759.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTTAAGATG\", \"ini\": 463, \"clust\": 668, \"rank\": 3085, \"rankvar\": 1777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3126, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2457, \"group\": [669.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTAGCGTCC\", \"ini\": 462, \"clust\": 553, \"rank\": 2878, \"rankvar\": 2868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3127, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2458, \"group\": [553.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCATCCTAGA\", \"ini\": 461, \"clust\": 413, \"rank\": 3207, \"rankvar\": 3195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3128, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2459, \"group\": [411.0, 97.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCTTGGTC\", \"ini\": 460, \"clust\": 794, \"rank\": 3083, \"rankvar\": 706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3129, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2460, \"group\": [796.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGACA\", \"ini\": 459, \"clust\": 3529, \"rank\": 3406, \"rankvar\": 3567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1659, \"group\": [3528.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAGACACTT\", \"ini\": 458, \"clust\": 896, \"rank\": 3223, \"rankvar\": 424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3131, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2461, \"group\": [895.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTGGTGTAG\", \"ini\": 457, \"clust\": 302, \"rank\": 3047, \"rankvar\": 2649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3132, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2462, \"group\": [301.0, 85.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTAGAAGGA\", \"ini\": 456, \"clust\": 839, \"rank\": 3122, \"rankvar\": 1300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3133, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2463, \"group\": [839.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCAGGCTCAC\", \"ini\": 455, \"clust\": 926, \"rank\": 3204, \"rankvar\": 287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3134, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2464, \"group\": [923.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTGTCCGT\", \"ini\": 454, \"clust\": 503, \"rank\": 3106, \"rankvar\": 1032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3135, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2465, \"group\": [511.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCAATAAGG\", \"ini\": 453, \"clust\": 909, \"rank\": 3189, \"rankvar\": 294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3136, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2466, \"group\": [908.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAGTCGACTAT\", \"ini\": 452, \"clust\": 262, \"rank\": 3418, \"rankvar\": 3337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1660, \"group\": [264.0, 75.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCACAGTAC\", \"ini\": 451, \"clust\": 652, \"rank\": 3098, \"rankvar\": 1481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3138, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2467, \"group\": [650.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATGCCAG\", \"ini\": 450, \"clust\": 1194, \"rank\": 3044, \"rankvar\": 151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3139, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2925, \"group\": [1193.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGATGTGG\", \"ini\": 449, \"clust\": 606, \"rank\": 3060, \"rankvar\": 2046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3140, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2468, \"group\": [605.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACTGTCGG\", \"ini\": 448, \"clust\": 474, \"rank\": 3164, \"rankvar\": 1561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3141, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2469, \"group\": [475.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCGCCAAAT\", \"ini\": 447, \"clust\": 724, \"rank\": 3229, \"rankvar\": 1039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3142, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2470, \"group\": [727.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCACCCTATC\", \"ini\": 446, \"clust\": 126, \"rank\": 3107, \"rankvar\": 3174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3143, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2794, \"group\": [127.0, 53.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGAGCCAA\", \"ini\": 445, \"clust\": 911, \"rank\": 3136, \"rankvar\": 2405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3144, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2471, \"group\": [917.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTACCGCTG\", \"ini\": 444, \"clust\": 307, \"rank\": 3042, \"rankvar\": 3311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3145, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2472, \"group\": [305.0, 85.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACATTTGCTT\", \"ini\": 443, \"clust\": 329, \"rank\": 3194, \"rankvar\": 3256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3146, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2795, \"group\": [332.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTGTACC\", \"ini\": 442, \"clust\": 835, \"rank\": 3152, \"rankvar\": 2686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3147, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2473, \"group\": [835.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATTGCGA\", \"ini\": 441, \"clust\": 1020, \"rank\": 3200, \"rankvar\": 1942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2474, \"group\": [1022.0, 132.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTGTACCAGTT\", \"ini\": 440, \"clust\": 952, \"rank\": 3137, \"rankvar\": 2252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3149, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2475, \"group\": [950.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGCTACCGC\", \"ini\": 439, \"clust\": 846, \"rank\": 3186, \"rankvar\": 1838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3150, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2476, \"group\": [845.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGAGGGTT\", \"ini\": 438, \"clust\": 963, \"rank\": 3169, \"rankvar\": 2159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3151, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2477, \"group\": [962.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTAGAAAGG\", \"ini\": 437, \"clust\": 799, \"rank\": 3130, \"rankvar\": 2129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3152, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2478, \"group\": [798.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGACTAGAT\", \"ini\": 436, \"clust\": 763, \"rank\": 3086, \"rankvar\": 2871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3153, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2479, \"group\": [760.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTACGCCC\", \"ini\": 435, \"clust\": 1185, \"rank\": 3033, \"rankvar\": 350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3154, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2926, \"group\": [1182.0, 168.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCGAGGTAG\", \"ini\": 434, \"clust\": 247, \"rank\": 2827, \"rankvar\": 3414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3155, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2796, \"group\": [247.0, 68.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCGAACC\", \"ini\": 433, \"clust\": 940, \"rank\": 3233, \"rankvar\": 1583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2480, \"group\": [942.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTACGACT\", \"ini\": 432, \"clust\": 177, \"rank\": 3195, \"rankvar\": 3249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3157, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2797, \"group\": [175.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCAGGCGAA\", \"ini\": 431, \"clust\": 716, \"rank\": 3273, \"rankvar\": 2031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3158, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2481, \"group\": [715.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGTTAGCGG\", \"ini\": 430, \"clust\": 887, \"rank\": 3262, \"rankvar\": 1426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3159, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2482, \"group\": [885.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGCTGAAAT\", \"ini\": 429, \"clust\": 178, \"rank\": 3116, \"rankvar\": 2746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3160, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2798, \"group\": [176.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCAGGGTATG\", \"ini\": 428, \"clust\": 258, \"rank\": 3375, \"rankvar\": 1451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1661, \"group\": [261.0, 73.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCATACTG\", \"ini\": 427, \"clust\": 559, \"rank\": 2972, \"rankvar\": 2807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3162, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2483, \"group\": [559.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCTGCCAG\", \"ini\": 426, \"clust\": 771, \"rank\": 3187, \"rankvar\": 333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3163, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2484, \"group\": [771.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTGCCTTGG\", \"ini\": 425, \"clust\": 179, \"rank\": 3073, \"rankvar\": 3110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3164, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2799, \"group\": [183.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGCACACAG\", \"ini\": 424, \"clust\": 163, \"rank\": 2997, \"rankvar\": 2957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3165, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2800, \"group\": [184.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCTGATACG\", \"ini\": 423, \"clust\": 721, \"rank\": 3168, \"rankvar\": 1683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3166, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2485, \"group\": [721.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGTCATC\", \"ini\": 422, \"clust\": 651, \"rank\": 3097, \"rankvar\": 2420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3167, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2486, \"group\": [652.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCGGATGTT\", \"ini\": 421, \"clust\": 624, \"rank\": 3157, \"rankvar\": 1843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3168, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2487, \"group\": [625.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGAGGTAGA\", \"ini\": 420, \"clust\": 138, \"rank\": 3231, \"rankvar\": 2797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3169, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2801, \"group\": [139.0, 55.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGACAAGCC\", \"ini\": 419, \"clust\": 332, \"rank\": 3244, \"rankvar\": 3181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3170, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2802, \"group\": [333.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCATACAGCT\", \"ini\": 418, \"clust\": 270, \"rank\": 2955, \"rankvar\": 2329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3171, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2844, \"group\": [270.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACAGTTC\", \"ini\": 417, \"clust\": 966, \"rank\": 3177, \"rankvar\": 918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2488, \"group\": [965.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGTTTGCGT\", \"ini\": 416, \"clust\": 800, \"rank\": 3043, \"rankvar\": 1618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3173, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2489, \"group\": [800.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGTAG\", \"ini\": 415, \"clust\": 842, \"rank\": 3228, \"rankvar\": 2536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3174, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2490, \"group\": [843.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACACTGTTAG\", \"ini\": 414, \"clust\": 174, \"rank\": 3114, \"rankvar\": 3294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3175, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2803, \"group\": [177.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCTCA\", \"ini\": 413, \"clust\": 635, \"rank\": 3185, \"rankvar\": 458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3176, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2491, \"group\": [633.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGATCGATA\", \"ini\": 412, \"clust\": 303, \"rank\": 3128, \"rankvar\": 2404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3177, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2492, \"group\": [302.0, 85.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCTAAACC\", \"ini\": 411, \"clust\": 130, \"rank\": 3139, \"rankvar\": 3261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3178, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2804, \"group\": [131.0, 54.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTAGCGC\", \"ini\": 410, \"clust\": 1010, \"rank\": 3217, \"rankvar\": 2156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3179, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2493, \"group\": [1010.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCATGTTCCC\", \"ini\": 409, \"clust\": 779, \"rank\": 3144, \"rankvar\": 2023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2494, \"group\": [779.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGCACTTAAGC\", \"ini\": 408, \"clust\": 829, \"rank\": 3219, \"rankvar\": 2892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2495, \"group\": [831.0, 128.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATATGCTG\", \"ini\": 407, \"clust\": 934, \"rank\": 3269, \"rankvar\": 2488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3182, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2496, \"group\": [936.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTACAGCAG\", \"ini\": 406, \"clust\": 719, \"rank\": 3272, \"rankvar\": 1891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3183, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2497, \"group\": [718.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCATAACCG\", \"ini\": 405, \"clust\": 1115, \"rank\": 2960, \"rankvar\": 2766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3184, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2927, \"group\": [1116.0, 155.0, 24.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGGCACTA\", \"ini\": 404, \"clust\": 801, \"rank\": 3095, \"rankvar\": 1072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3185, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2498, \"group\": [801.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTGTAAGGGCT\", \"ini\": 403, \"clust\": 675, \"rank\": 3078, \"rankvar\": 2234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3186, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2499, \"group\": [678.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCTTAATC\", \"ini\": 402, \"clust\": 410, \"rank\": 3218, \"rankvar\": 2660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3187, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2500, \"group\": [409.0, 97.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGTTGGC\", \"ini\": 401, \"clust\": 536, \"rank\": 2956, \"rankvar\": 1829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3188, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2501, \"group\": [538.0, 110.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGAATTGTG\", \"ini\": 400, \"clust\": 151, \"rank\": 3101, \"rankvar\": 3323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3189, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2805, \"group\": [152.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGGCATTGG\", \"ini\": 399, \"clust\": 843, \"rank\": 3232, \"rankvar\": 1251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3190, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2502, \"group\": [841.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTACCGAGA\", \"ini\": 398, \"clust\": 1113, \"rank\": 2925, \"rankvar\": 2419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3191, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2928, \"group\": [1113.0, 153.0, 24.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACGGTAAG\", \"ini\": 397, \"clust\": 874, \"rank\": 3222, \"rankvar\": 2041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3192, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2503, \"group\": [873.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCGTCATC\", \"ini\": 396, \"clust\": 727, \"rank\": 3165, \"rankvar\": 2095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3193, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2504, \"group\": [725.0, 123.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTCAGATAA\", \"ini\": 395, \"clust\": 925, \"rank\": 3206, \"rankvar\": 1983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3194, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2505, \"group\": [922.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGGGAACGG\", \"ini\": 394, \"clust\": 175, \"rank\": 3202, \"rankvar\": 3140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3195, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2806, \"group\": [173.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCATCCGGGT\", \"ini\": 393, \"clust\": 923, \"rank\": 3243, \"rankvar\": 1799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3196, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2506, \"group\": [925.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGAGTGACC\", \"ini\": 392, \"clust\": 983, \"rank\": 3175, \"rankvar\": 1175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2507, \"group\": [983.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATAGCTGATAA\", \"ini\": 391, \"clust\": 912, \"rank\": 3158, \"rankvar\": 1606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3198, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2508, \"group\": [911.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTATGCGT\", \"ini\": 390, \"clust\": 483, \"rank\": 3088, \"rankvar\": 2459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3199, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2509, \"group\": [481.0, 108.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCACCAGCAC\", \"ini\": 389, \"clust\": 844, \"rank\": 3234, \"rankvar\": 919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2510, \"group\": [842.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTCGCATAT\", \"ini\": 388, \"clust\": 499, \"rank\": 3089, \"rankvar\": 1608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3201, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2511, \"group\": [498.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTCTGGC\", \"ini\": 387, \"clust\": 850, \"rank\": 3251, \"rankvar\": 994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3202, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2512, \"group\": [852.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTGCGTAA\", \"ini\": 386, \"clust\": 653, \"rank\": 3112, \"rankvar\": 2163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3203, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2513, \"group\": [651.0, 115.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCCATTCTA\", \"ini\": 385, \"clust\": 948, \"rank\": 3221, \"rankvar\": 1787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3204, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2514, \"group\": [951.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATGTTCCC\", \"ini\": 384, \"clust\": 941, \"rank\": 3303, \"rankvar\": 1505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3205, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2515, \"group\": [941.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGTGCCTG\", \"ini\": 383, \"clust\": 1000, \"rank\": 3321, \"rankvar\": 2370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3206, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2516, \"group\": [1004.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGTAGCCGA\", \"ini\": 382, \"clust\": 729, \"rank\": 3176, \"rankvar\": 2037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3207, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2517, \"group\": [729.0, 124.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGGGTCA\", \"ini\": 381, \"clust\": 914, \"rank\": 3237, \"rankvar\": 1384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3208, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2518, \"group\": [913.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCACGGTTA\", \"ini\": 380, \"clust\": 1149, \"rank\": 3213, \"rankvar\": 1952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3209, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2992, \"group\": [1150.0, 159.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCGTTTATC\", \"ini\": 379, \"clust\": 1121, \"rank\": 3052, \"rankvar\": 2970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3210, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2993, \"group\": [1120.0, 157.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCAGTATCTCG\", \"ini\": 378, \"clust\": 632, \"rank\": 3174, \"rankvar\": 1508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3211, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2519, \"group\": [631.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCTTGCATT\", \"ini\": 377, \"clust\": 816, \"rank\": 3279, \"rankvar\": 2988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3212, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2520, \"group\": [815.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGTACGTTC\", \"ini\": 376, \"clust\": 973, \"rank\": 3198, \"rankvar\": 1847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3213, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2521, \"group\": [972.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTACCGAT\", \"ini\": 375, \"clust\": 931, \"rank\": 3363, \"rankvar\": 2484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3214, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2522, \"group\": [931.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGCATGGATGG\", \"ini\": 374, \"clust\": 314, \"rank\": 3181, \"rankvar\": 2833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3215, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2523, \"group\": [314.0, 88.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAGCAGTTT\", \"ini\": 373, \"clust\": 176, \"rank\": 3197, \"rankvar\": 2451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2807, \"group\": [174.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGTTACCCA\", \"ini\": 372, \"clust\": 988, \"rank\": 3156, \"rankvar\": 2349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3217, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2524, \"group\": [988.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGAATCTCC\", \"ini\": 371, \"clust\": 309, \"rank\": 3167, \"rankvar\": 2636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3218, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2525, \"group\": [310.0, 87.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGTACGATA\", \"ini\": 370, \"clust\": 938, \"rank\": 3267, \"rankvar\": 718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3219, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2526, \"group\": [937.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCCAACGG\", \"ini\": 369, \"clust\": 893, \"rank\": 3331, \"rankvar\": 791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3220, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2527, \"group\": [897.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCTCCAATGGT\", \"ini\": 368, \"clust\": 506, \"rank\": 3131, \"rankvar\": 2212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2528, \"group\": [504.0, 109.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACTATTC\", \"ini\": 367, \"clust\": 475, \"rank\": 3215, \"rankvar\": 2250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3222, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2529, \"group\": [473.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGTGGTCCC\", \"ini\": 366, \"clust\": 1005, \"rank\": 3395, \"rankvar\": 1307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3223, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2530, \"group\": [1005.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGGCACA\", \"ini\": 365, \"clust\": 1017, \"rank\": 3300, \"rankvar\": 2109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3224, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2531, \"group\": [1019.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGTTGTCGT\", \"ini\": 364, \"clust\": 1187, \"rank\": 3066, \"rankvar\": 2375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3225, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2929, \"group\": [1185.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTACCAGTT\", \"ini\": 363, \"clust\": 812, \"rank\": 3248, \"rankvar\": 1973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3226, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2532, \"group\": [810.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAACAATC\", \"ini\": 362, \"clust\": 1188, \"rank\": 3056, \"rankvar\": 1551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3227, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2930, \"group\": [1186.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCTTTCTC\", \"ini\": 361, \"clust\": 761, \"rank\": 3179, \"rankvar\": 2573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3228, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2533, \"group\": [761.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTAGGGTG\", \"ini\": 360, \"clust\": 814, \"rank\": 3191, \"rankvar\": 2724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3229, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2534, \"group\": [816.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCTCTCGT\", \"ini\": 359, \"clust\": 180, \"rank\": 3159, \"rankvar\": 3040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3230, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2808, \"group\": [179.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCAAACTC\", \"ini\": 358, \"clust\": 891, \"rank\": 3296, \"rankvar\": 509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3231, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2535, \"group\": [891.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTTCAT\", \"ini\": 357, \"clust\": 977, \"rank\": 3235, \"rankvar\": 2091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3232, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2536, \"group\": [976.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGACAGCC\", \"ini\": 356, \"clust\": 852, \"rank\": 3226, \"rankvar\": 757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3233, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2537, \"group\": [849.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGCGTTTC\", \"ini\": 355, \"clust\": 1022, \"rank\": 3211, \"rankvar\": 2072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3234, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2538, \"group\": [1021.0, 132.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCACTGGC\", \"ini\": 354, \"clust\": 793, \"rank\": 3126, \"rankvar\": 1689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3235, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2539, \"group\": [792.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTTATGCGT\", \"ini\": 353, \"clust\": 274, \"rank\": 2921, \"rankvar\": 2940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3236, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2845, \"group\": [273.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTTCCACA\", \"ini\": 352, \"clust\": 848, \"rank\": 3250, \"rankvar\": 2258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2540, \"group\": [847.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGTGAGTG\", \"ini\": 351, \"clust\": 745, \"rank\": 3220, \"rankvar\": 2204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3238, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2541, \"group\": [745.0, 125.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCAGGTTCA\", \"ini\": 350, \"clust\": 928, \"rank\": 3319, \"rankvar\": 1943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3239, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2542, \"group\": [928.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCGCTTG\", \"ini\": 349, \"clust\": 927, \"rank\": 3270, \"rankvar\": 1480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3240, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2543, \"group\": [924.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTATTAGCC\", \"ini\": 348, \"clust\": 889, \"rank\": 3309, \"rankvar\": 512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3241, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2544, \"group\": [889.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAAGCGGT\", \"ini\": 347, \"clust\": 625, \"rank\": 3201, \"rankvar\": 1837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3242, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2545, \"group\": [623.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCAACTGCTA\", \"ini\": 346, \"clust\": 939, \"rank\": 3314, \"rankvar\": 1614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3243, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2546, \"group\": [938.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCATTTGCTT\", \"ini\": 345, \"clust\": 276, \"rank\": 2936, \"rankvar\": 3240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2547, \"group\": [278.0, 79.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGCTTCGCG\", \"ini\": 344, \"clust\": 1024, \"rank\": 3313, \"rankvar\": 1564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3245, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2548, \"group\": [1023.0, 132.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGAAGGCCT\", \"ini\": 343, \"clust\": 484, \"rank\": 3141, \"rankvar\": 2905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2549, \"group\": [482.0, 108.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGGTCTCGTTC\", \"ini\": 342, \"clust\": 913, \"rank\": 3271, \"rankvar\": 2315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3247, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2550, \"group\": [912.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTCCACT\", \"ini\": 341, \"clust\": 167, \"rank\": 3140, \"rankvar\": 2810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2809, \"group\": [166.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCAAGGCTCC\", \"ini\": 340, \"clust\": 897, \"rank\": 3297, \"rankvar\": 1157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2551, \"group\": [896.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAAGGAG\", \"ini\": 339, \"clust\": 1197, \"rank\": 3127, \"rankvar\": 317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3250, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2931, \"group\": [1197.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTAAGATG\", \"ini\": 338, \"clust\": 871, \"rank\": 3253, \"rankvar\": 1023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2552, \"group\": [871.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCATCCGCGA\", \"ini\": 337, \"clust\": 1152, \"rank\": 3163, \"rankvar\": 1449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3252, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2932, \"group\": [1216.0, 172.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTTGGAGGT\", \"ini\": 336, \"clust\": 1202, \"rank\": 3180, \"rankvar\": 598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3253, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2933, \"group\": [1205.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGGAGC\", \"ini\": 335, \"clust\": 330, \"rank\": 3350, \"rankvar\": 3151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3254, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2810, \"group\": [330.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGTAGGCCA\", \"ini\": 334, \"clust\": 978, \"rank\": 3298, \"rankvar\": 2815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2553, \"group\": [977.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTGGGAT\", \"ini\": 333, \"clust\": 476, \"rank\": 3252, \"rankvar\": 2555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3256, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2554, \"group\": [474.0, 107.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGCATGGC\", \"ini\": 332, \"clust\": 910, \"rank\": 3316, \"rankvar\": 762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2555, \"group\": [909.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCGCTTGTC\", \"ini\": 331, \"clust\": 1181, \"rank\": 3199, \"rankvar\": 2958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3258, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2934, \"group\": [1214.0, 170.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCGATATA\", \"ini\": 330, \"clust\": 1016, \"rank\": 3307, \"rankvar\": 1309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3259, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2556, \"group\": [1016.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTGACGTT\", \"ini\": 329, \"clust\": 997, \"rank\": 3398, \"rankvar\": 2444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3260, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2557, \"group\": [999.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTGGAGCC\", \"ini\": 328, \"clust\": 173, \"rank\": 3161, \"rankvar\": 2521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2811, \"group\": [172.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACACATTCGA\", \"ini\": 327, \"clust\": 994, \"rank\": 3299, \"rankvar\": 1132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3262, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2558, \"group\": [995.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGTGGTAAT\", \"ini\": 326, \"clust\": 1195, \"rank\": 3184, \"rankvar\": 291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3263, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2935, \"group\": [1191.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGTTCGA\", \"ini\": 325, \"clust\": 277, \"rank\": 3016, \"rankvar\": 3086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3264, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2846, \"group\": [276.0, 79.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACACCGCTAG\", \"ini\": 324, \"clust\": 937, \"rank\": 3335, \"rankvar\": 1078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3265, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2559, \"group\": [943.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACAGTTCCCT\", \"ini\": 323, \"clust\": 964, \"rank\": 3275, \"rankvar\": 2580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3266, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2560, \"group\": [968.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGCTGAACG\", \"ini\": 322, \"clust\": 877, \"rank\": 3293, \"rankvar\": 1793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3267, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2561, \"group\": [880.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCAGCTCGG\", \"ini\": 321, \"clust\": 809, \"rank\": 3170, \"rankvar\": 2650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3268, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2562, \"group\": [808.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTGCTCCT\", \"ini\": 320, \"clust\": 916, \"rank\": 3317, \"rankvar\": 1621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3269, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2563, \"group\": [915.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTGACTCAT\", \"ini\": 319, \"clust\": 849, \"rank\": 3254, \"rankvar\": 677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3270, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2564, \"group\": [848.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGTGTTTGC\", \"ini\": 318, \"clust\": 1132, \"rank\": 3150, \"rankvar\": 2639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3271, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2994, \"group\": [1132.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCAAAGCG\", \"ini\": 317, \"clust\": 956, \"rank\": 3264, \"rankvar\": 2207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3272, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2565, \"group\": [954.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGTTCGATC\", \"ini\": 316, \"clust\": 1173, \"rank\": 3356, \"rankvar\": 20, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3273, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2936, \"group\": [1174.0, 166.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCACTCCTG\", \"ini\": 315, \"clust\": 169, \"rank\": 3171, \"rankvar\": 2982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3274, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2812, \"group\": [168.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTCACACGC\", \"ini\": 314, \"clust\": 1023, \"rank\": 3242, \"rankvar\": 1064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3275, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2566, \"group\": [1025.0, 132.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGAAGGACA\", \"ini\": 313, \"clust\": 162, \"rank\": 3100, \"rankvar\": 3332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2813, \"group\": [162.0, 57.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCATATCG\", \"ini\": 312, \"clust\": 323, \"rank\": 3155, \"rankvar\": 1879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3277, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2847, \"group\": [324.0, 89.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACTCTGTC\", \"ini\": 311, \"clust\": 935, \"rank\": 3365, \"rankvar\": 833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3278, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2567, \"group\": [934.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGAGCTACCTA\", \"ini\": 310, \"clust\": 259, \"rank\": 3462, \"rankvar\": 2973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1662, \"group\": [260.0, 72.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCGTTATGTGC\", \"ini\": 309, \"clust\": 324, \"rank\": 3208, \"rankvar\": 1389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3280, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2568, \"group\": [325.0, 89.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAATGCCAT\", \"ini\": 308, \"clust\": 626, \"rank\": 3236, \"rankvar\": 1684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3281, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2569, \"group\": [624.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCTCATTCA\", \"ini\": 307, \"clust\": 840, \"rank\": 3230, \"rankvar\": 1902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3282, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2570, \"group\": [840.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTACCCAAT\", \"ini\": 306, \"clust\": 1025, \"rank\": 3351, \"rankvar\": 1800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3283, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2571, \"group\": [1024.0, 132.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTAAA\", \"ini\": 305, \"clust\": 904, \"rank\": 3315, \"rankvar\": 2591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3284, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2572, \"group\": [903.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAAGGACTG\", \"ini\": 304, \"clust\": 822, \"rank\": 3212, \"rankvar\": 2659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3285, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2573, \"group\": [822.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAAAGTCAA\", \"ini\": 303, \"clust\": 662, \"rank\": 3308, \"rankvar\": 2664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3286, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2574, \"group\": [661.0, 116.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAGACAGGT\", \"ini\": 302, \"clust\": 1214, \"rank\": 3209, \"rankvar\": 818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3287, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2937, \"group\": [1211.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTAAGCACG\", \"ini\": 301, \"clust\": 853, \"rank\": 3286, \"rankvar\": 1910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3288, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2575, \"group\": [850.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCGTTGCC\", \"ini\": 300, \"clust\": 1122, \"rank\": 3173, \"rankvar\": 2966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3289, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2995, \"group\": [1121.0, 157.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCAAGATCC\", \"ini\": 299, \"clust\": 114, \"rank\": 3258, \"rankvar\": 2720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3290, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2814, \"group\": [114.0, 46.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCCATGCGCAC\", \"ini\": 298, \"clust\": 156, \"rank\": 3241, \"rankvar\": 3013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3291, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2815, \"group\": [156.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGACCTTTG\", \"ini\": 297, \"clust\": 950, \"rank\": 3332, \"rankvar\": 1669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3292, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2576, \"group\": [948.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGGTTGT\", \"ini\": 296, \"clust\": 936, \"rank\": 3343, \"rankvar\": 1633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2577, \"group\": [935.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCATGGTCA\", \"ini\": 295, \"clust\": 823, \"rank\": 3268, \"rankvar\": 1795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3294, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2578, \"group\": [823.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGGGAGTAA\", \"ini\": 294, \"clust\": 3547, \"rank\": 3441, \"rankvar\": 3583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3295, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 158, \"group\": [3548.0, 648.0, 94.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAAGGACAC\", \"ini\": 293, \"clust\": 998, \"rank\": 3385, \"rankvar\": 2039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3296, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2579, \"group\": [997.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCATCAGTAC\", \"ini\": 292, \"clust\": 976, \"rank\": 3328, \"rankvar\": 1651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2580, \"group\": [978.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCACCCAGTG\", \"ini\": 291, \"clust\": 1190, \"rank\": 3214, \"rankvar\": 1726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3298, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2938, \"group\": [1190.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCCCAACGG\", \"ini\": 290, \"clust\": 157, \"rank\": 3278, \"rankvar\": 3032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3299, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2816, \"group\": [157.0, 56.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCAGTCAGT\", \"ini\": 289, \"clust\": 128, \"rank\": 3132, \"rankvar\": 3213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2817, \"group\": [129.0, 53.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCTTACCTA\", \"ini\": 288, \"clust\": 854, \"rank\": 3306, \"rankvar\": 58, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3301, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2581, \"group\": [863.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAACGCACC\", \"ini\": 287, \"clust\": 568, \"rank\": 3256, \"rankvar\": 2656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3302, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2582, \"group\": [570.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGGCTA\", \"ini\": 286, \"clust\": 1192, \"rank\": 3154, \"rankvar\": 916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3303, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2939, \"group\": [1187.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGGTATCG\", \"ini\": 285, \"clust\": 888, \"rank\": 3379, \"rankvar\": 1459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3304, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2583, \"group\": [886.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGTCACGG\", \"ini\": 284, \"clust\": 1139, \"rank\": 3216, \"rankvar\": 339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3305, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2996, \"group\": [1138.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTATCGCAT\", \"ini\": 283, \"clust\": 922, \"rank\": 3318, \"rankvar\": 2872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2584, \"group\": [926.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGAGTACC\", \"ini\": 282, \"clust\": 932, \"rank\": 3362, \"rankvar\": 1301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2585, \"group\": [932.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGGTACC\", \"ini\": 281, \"clust\": 181, \"rank\": 3240, \"rankvar\": 2991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3308, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2818, \"group\": [180.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACTCGACG\", \"ini\": 280, \"clust\": 769, \"rank\": 3282, \"rankvar\": 1901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3309, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2586, \"group\": [769.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGTTTGTG\", \"ini\": 279, \"clust\": 1199, \"rank\": 3178, \"rankvar\": 1540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3310, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2940, \"group\": [1194.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGCCTA\", \"ini\": 278, \"clust\": 883, \"rank\": 3336, \"rankvar\": 2069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3311, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2587, \"group\": [882.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACCACCT\", \"ini\": 277, \"clust\": 880, \"rank\": 3354, \"rankvar\": 793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3312, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2588, \"group\": [876.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTGAGGCTA\", \"ini\": 276, \"clust\": 327, \"rank\": 3415, \"rankvar\": 3411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3313, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2819, \"group\": [328.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATGAGAG\", \"ini\": 275, \"clust\": 570, \"rank\": 3281, \"rankvar\": 3160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3314, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2589, \"group\": [569.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTGGCGAC\", \"ini\": 274, \"clust\": 261, \"rank\": 3501, \"rankvar\": 3117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1663, \"group\": [259.0, 72.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATATAC\", \"ini\": 273, \"clust\": 867, \"rank\": 3333, \"rankvar\": 1764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2590, \"group\": [867.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGCCTTC\", \"ini\": 272, \"clust\": 325, \"rank\": 3295, \"rankvar\": 3126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3317, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2820, \"group\": [326.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTGCCTCT\", \"ini\": 271, \"clust\": 759, \"rank\": 3284, \"rankvar\": 2049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3318, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2591, \"group\": [763.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCAGCTCGG\", \"ini\": 270, \"clust\": 1127, \"rank\": 3148, \"rankvar\": 2771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3319, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2997, \"group\": [1130.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCCTAGAAC\", \"ini\": 269, \"clust\": 865, \"rank\": 3368, \"rankvar\": 1538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3320, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2592, \"group\": [864.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTACTCAT\", \"ini\": 268, \"clust\": 164, \"rank\": 3205, \"rankvar\": 3302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3321, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2821, \"group\": [170.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCCAAACTG\", \"ini\": 267, \"clust\": 999, \"rank\": 3391, \"rankvar\": 2480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3322, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2593, \"group\": [998.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAGA\", \"ini\": 266, \"clust\": 953, \"rank\": 3239, \"rankvar\": 3091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3323, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2594, \"group\": [956.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTGTG\", \"ini\": 265, \"clust\": 1169, \"rank\": 3323, \"rankvar\": 1068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3324, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2941, \"group\": [1168.0, 165.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTCTTCGTC\", \"ini\": 264, \"clust\": 826, \"rank\": 3392, \"rankvar\": 2386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2595, \"group\": [828.0, 128.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAACACGCC\", \"ini\": 263, \"clust\": 873, \"rank\": 3344, \"rankvar\": 1893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3326, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2596, \"group\": [875.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGTTCT\", \"ini\": 262, \"clust\": 1006, \"rank\": 3455, \"rankvar\": 2067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2597, \"group\": [1006.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACAGCGAACA\", \"ini\": 261, \"clust\": 921, \"rank\": 3377, \"rankvar\": 2008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3328, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2598, \"group\": [927.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGAACTC\", \"ini\": 260, \"clust\": 866, \"rank\": 3371, \"rankvar\": 1484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2599, \"group\": [865.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGCAAAGCAAT\", \"ini\": 259, \"clust\": 768, \"rank\": 3353, \"rankvar\": 1610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3330, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2600, \"group\": [767.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTGGGTCAA\", \"ini\": 258, \"clust\": 869, \"rank\": 3329, \"rankvar\": 1371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3331, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2601, \"group\": [869.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCTGCGACG\", \"ini\": 257, \"clust\": 1186, \"rank\": 3238, \"rankvar\": 1111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3332, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2942, \"group\": [1183.0, 168.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTCCAAGTT\", \"ini\": 256, \"clust\": 851, \"rank\": 3338, \"rankvar\": 948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3333, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2602, \"group\": [851.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGAAAGC\", \"ini\": 255, \"clust\": 968, \"rank\": 3358, \"rankvar\": 1877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3334, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2603, \"group\": [967.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAAAGTC\", \"ini\": 254, \"clust\": 906, \"rank\": 3291, \"rankvar\": 563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3335, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2604, \"group\": [905.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGCTGCCCA\", \"ini\": 253, \"clust\": 890, \"rank\": 3389, \"rankvar\": 733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3336, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2605, \"group\": [890.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTTCCGTCT\", \"ini\": 252, \"clust\": 182, \"rank\": 3310, \"rankvar\": 2490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3337, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2822, \"group\": [181.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAGAGGAA\", \"ini\": 251, \"clust\": 878, \"rank\": 3347, \"rankvar\": 1010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3338, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2606, \"group\": [879.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACGAAGG\", \"ini\": 250, \"clust\": 917, \"rank\": 3360, \"rankvar\": 1391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3339, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2607, \"group\": [916.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTAAAGTCA\", \"ini\": 249, \"clust\": 588, \"rank\": 3346, \"rankvar\": 1193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3340, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2608, \"group\": [587.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTAGTAGTA\", \"ini\": 248, \"clust\": 876, \"rank\": 3345, \"rankvar\": 831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3341, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2609, \"group\": [881.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTATATGGA\", \"ini\": 247, \"clust\": 882, \"rank\": 3330, \"rankvar\": 1667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3342, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2610, \"group\": [884.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACAGATGAGC\", \"ini\": 246, \"clust\": 1213, \"rank\": 3245, \"rankvar\": 1270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3343, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2943, \"group\": [1213.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGTTGGC\", \"ini\": 245, \"clust\": 578, \"rank\": 3255, \"rankvar\": 2820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2611, \"group\": [577.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAAGGGCT\", \"ini\": 244, \"clust\": 1003, \"rank\": 3427, \"rankvar\": 1662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3345, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2612, \"group\": [1002.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACTATCTT\", \"ini\": 243, \"clust\": 875, \"rank\": 3376, \"rankvar\": 2318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2613, \"group\": [874.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGTCGAT\", \"ini\": 242, \"clust\": 266, \"rank\": 3227, \"rankvar\": 2824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3347, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2848, \"group\": [266.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGAGCTGCA\", \"ini\": 241, \"clust\": 861, \"rank\": 3339, \"rankvar\": 321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3348, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2614, \"group\": [861.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATTTGGG\", \"ini\": 240, \"clust\": 1140, \"rank\": 3247, \"rankvar\": 2652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3349, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2998, \"group\": [1139.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACAAGACG\", \"ini\": 239, \"clust\": 918, \"rank\": 3285, \"rankvar\": 1374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3350, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2615, \"group\": [920.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCACTTCAT\", \"ini\": 238, \"clust\": 942, \"rank\": 3423, \"rankvar\": 1183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2616, \"group\": [939.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGATGCCC\", \"ini\": 237, \"clust\": 811, \"rank\": 3369, \"rankvar\": 3003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3352, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2617, \"group\": [812.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCACAGGT\", \"ini\": 236, \"clust\": 915, \"rank\": 3370, \"rankvar\": 2406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3353, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2618, \"group\": [914.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCAGTGAAGAG\", \"ini\": 235, \"clust\": 864, \"rank\": 3401, \"rankvar\": 187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2619, \"group\": [866.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATAACGA\", \"ini\": 234, \"clust\": 1191, \"rank\": 3326, \"rankvar\": 604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3355, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2944, \"group\": [1189.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTACAGACG\", \"ini\": 233, \"clust\": 343, \"rank\": 3403, \"rankvar\": 3107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3356, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2823, \"group\": [344.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAGCCTGTG\", \"ini\": 232, \"clust\": 271, \"rank\": 3133, \"rankvar\": 3096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3357, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2849, \"group\": [271.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCCGGGT\", \"ini\": 231, \"clust\": 943, \"rank\": 3437, \"rankvar\": 2236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2620, \"group\": [940.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCGCTTAT\", \"ini\": 230, \"clust\": 385, \"rank\": 3341, \"rankvar\": 2267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3359, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2850, \"group\": [384.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCATGAGT\", \"ini\": 229, \"clust\": 251, \"rank\": 3429, \"rankvar\": 3509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3360, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2824, \"group\": [256.0, 70.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCATTCCTCG\", \"ini\": 228, \"clust\": 382, \"rank\": 3257, \"rankvar\": 2559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3361, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2851, \"group\": [394.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTTGTTTG\", \"ini\": 227, \"clust\": 772, \"rank\": 3312, \"rankvar\": 2015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3362, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2621, \"group\": [772.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCATTCCTGC\", \"ini\": 226, \"clust\": 170, \"rank\": 3277, \"rankvar\": 3391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3363, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2825, \"group\": [169.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATCTGGTA\", \"ini\": 225, \"clust\": 387, \"rank\": 3265, \"rankvar\": 2130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3364, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2852, \"group\": [386.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACAAGCCC\", \"ini\": 224, \"clust\": 333, \"rank\": 3434, \"rankvar\": 3314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3365, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2826, \"group\": [334.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGAAGGCT\", \"ini\": 223, \"clust\": 607, \"rank\": 3302, \"rankvar\": 2904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2622, \"group\": [606.0, 113.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGAAGGCT\", \"ini\": 222, \"clust\": 165, \"rank\": 3260, \"rankvar\": 3189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3367, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2853, \"group\": [164.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTTGTC\", \"ini\": 221, \"clust\": 907, \"rank\": 3383, \"rankvar\": 1960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3368, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2623, \"group\": [906.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGCTAGT\", \"ini\": 220, \"clust\": 929, \"rank\": 3431, \"rankvar\": 2259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3369, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2624, \"group\": [929.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTGGAGCC\", \"ini\": 219, \"clust\": 659, \"rank\": 3324, \"rankvar\": 2364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3370, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2625, \"group\": [658.0, 116.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAACGATGG\", \"ini\": 218, \"clust\": 253, \"rank\": 3465, \"rankvar\": 3178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2626, \"group\": [251.0, 70.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTCAGGCC\", \"ini\": 217, \"clust\": 1123, \"rank\": 3290, \"rankvar\": 2964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3372, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2999, \"group\": [1125.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGGTCT\", \"ini\": 216, \"clust\": 377, \"rank\": 3349, \"rankvar\": 2456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3373, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2854, \"group\": [377.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAAGAGCTATA\", \"ini\": 215, \"clust\": 870, \"rank\": 3440, \"rankvar\": 2054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3374, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2627, \"group\": [870.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGGAGCGTT\", \"ini\": 214, \"clust\": 1130, \"rank\": 3203, \"rankvar\": 2971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3375, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3000, \"group\": [1128.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCTCCCTGA\", \"ini\": 213, \"clust\": 868, \"rank\": 3412, \"rankvar\": 2507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2628, \"group\": [868.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGCATCTA\", \"ini\": 212, \"clust\": 1004, \"rank\": 3444, \"rankvar\": 2388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3377, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2629, \"group\": [1003.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAACCTC\", \"ini\": 211, \"clust\": 560, \"rank\": 3289, \"rankvar\": 2621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2630, \"group\": [560.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTCTACCTC\", \"ini\": 210, \"clust\": 1206, \"rank\": 3340, \"rankvar\": 2237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3379, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2945, \"group\": [1203.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTAATA\", \"ini\": 209, \"clust\": 376, \"rank\": 3292, \"rankvar\": 3340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3380, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2855, \"group\": [398.0, 92.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTATCACG\", \"ini\": 208, \"clust\": 933, \"rank\": 3445, \"rankvar\": 1865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3381, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2631, \"group\": [933.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCATGGTAGG\", \"ini\": 207, \"clust\": 1126, \"rank\": 3224, \"rankvar\": 2974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3382, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3001, \"group\": [1131.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGAACTGTA\", \"ini\": 206, \"clust\": 1215, \"rank\": 3337, \"rankvar\": 1673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3383, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2946, \"group\": [1212.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACATACTACG\", \"ini\": 205, \"clust\": 813, \"rank\": 3414, \"rankvar\": 3108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2632, \"group\": [811.0, 127.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAATCCGT\", \"ini\": 204, \"clust\": 947, \"rank\": 3413, \"rankvar\": 2777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3385, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2633, \"group\": [945.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAGTGAAT\", \"ini\": 203, \"clust\": 278, \"rank\": 3304, \"rankvar\": 2984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3386, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2856, \"group\": [277.0, 79.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGGATTCGG\", \"ini\": 202, \"clust\": 1155, \"rank\": 3357, \"rankvar\": 2137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3387, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2634, \"group\": [1155.0, 162.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACGATGT\", \"ini\": 201, \"clust\": 383, \"rank\": 3359, \"rankvar\": 1716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3388, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2857, \"group\": [382.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATGTGT\", \"ini\": 200, \"clust\": 770, \"rank\": 3400, \"rankvar\": 2483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2635, \"group\": [770.0, 126.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTACAGACG\", \"ini\": 199, \"clust\": 919, \"rank\": 3373, \"rankvar\": 2176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2636, \"group\": [918.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGTTGAGTA\", \"ini\": 198, \"clust\": 265, \"rank\": 3266, \"rankvar\": 2774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3391, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2858, \"group\": [275.0, 78.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAGCATACT\", \"ini\": 197, \"clust\": 1018, \"rank\": 3416, \"rankvar\": 1054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2637, \"group\": [1017.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACACAACTGT\", \"ini\": 196, \"clust\": 1131, \"rank\": 3311, \"rankvar\": 2409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3393, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3002, \"group\": [1129.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACCATG\", \"ini\": 195, \"clust\": 1193, \"rank\": 3320, \"rankvar\": 823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3394, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2947, \"group\": [1188.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACAAACTGTC\", \"ini\": 194, \"clust\": 1136, \"rank\": 3263, \"rankvar\": 2850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3395, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3003, \"group\": [1134.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCGATTCT\", \"ini\": 193, \"clust\": 1133, \"rank\": 3325, \"rankvar\": 2390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3396, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3004, \"group\": [1133.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAGCGTTCG\", \"ini\": 192, \"clust\": 920, \"rank\": 3409, \"rankvar\": 2306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2638, \"group\": [919.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCTCTGTCG\", \"ini\": 191, \"clust\": 1153, \"rank\": 3249, \"rankvar\": 2489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3398, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2948, \"group\": [1153.0, 161.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGTCTGAA\", \"ini\": 190, \"clust\": 886, \"rank\": 3459, \"rankvar\": 1018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2639, \"group\": [887.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGGGCTTGA\", \"ini\": 189, \"clust\": 1180, \"rank\": 3301, \"rankvar\": 1265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3400, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2949, \"group\": [1215.0, 171.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTAAGGGCT\", \"ini\": 188, \"clust\": 892, \"rank\": 3473, \"rankvar\": 1100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3401, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2640, \"group\": [892.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATGTCTT\", \"ini\": 187, \"clust\": 830, \"rank\": 3393, \"rankvar\": 3308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3402, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2641, \"group\": [829.0, 128.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTCCCTACT\", \"ini\": 186, \"clust\": 885, \"rank\": 3469, \"rankvar\": 2452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2642, \"group\": [888.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCAGATAAG\", \"ini\": 185, \"clust\": 706, \"rank\": 3402, \"rankvar\": 2756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2643, \"group\": [705.0, 121.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTAAACGCG\", \"ini\": 184, \"clust\": 1011, \"rank\": 3471, \"rankvar\": 1770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3405, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2644, \"group\": [1011.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGGCCCGTT\", \"ini\": 183, \"clust\": 827, \"rank\": 3468, \"rankvar\": 2100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2645, \"group\": [826.0, 128.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTGAGTTC\", \"ini\": 182, \"clust\": 879, \"rank\": 3422, \"rankvar\": 2225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3407, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2646, \"group\": [878.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAAACGGG\", \"ini\": 181, \"clust\": 1007, \"rank\": 3495, \"rankvar\": 2020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3408, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2647, \"group\": [1007.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGAGGCTAGGT\", \"ini\": 180, \"clust\": 344, \"rank\": 3411, \"rankvar\": 3012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3409, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2827, \"group\": [345.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCCACCTG\", \"ini\": 179, \"clust\": 1200, \"rank\": 3367, \"rankvar\": 260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3410, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2950, \"group\": [1195.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAAGCCGCT\", \"ini\": 178, \"clust\": 1128, \"rank\": 3361, \"rankvar\": 2779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3411, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3005, \"group\": [1126.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAGATGGGT\", \"ini\": 177, \"clust\": 585, \"rank\": 3396, \"rankvar\": 2637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3412, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2648, \"group\": [585.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTAAAGTG\", \"ini\": 176, \"clust\": 1154, \"rank\": 3322, \"rankvar\": 2679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3413, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2951, \"group\": [1154.0, 161.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATCCGCGA\", \"ini\": 175, \"clust\": 1002, \"rank\": 3498, \"rankvar\": 2989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2649, \"group\": [1001.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTCCGTAT\", \"ini\": 174, \"clust\": 1157, \"rank\": 3386, \"rankvar\": 2897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3415, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3006, \"group\": [1159.0, 163.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTCAACTT\", \"ini\": 173, \"clust\": 328, \"rank\": 3443, \"rankvar\": 3021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3416, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2828, \"group\": [329.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCATGGAATA\", \"ini\": 172, \"clust\": 160, \"rank\": 3283, \"rankvar\": 3342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3417, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2859, \"group\": [163.0, 57.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATGCATGT\", \"ini\": 171, \"clust\": 272, \"rank\": 3225, \"rankvar\": 3114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3418, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2860, \"group\": [274.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTTCACCTC\", \"ini\": 170, \"clust\": 894, \"rank\": 3417, \"rankvar\": 780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2650, \"group\": [893.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAAGGACAC\", \"ini\": 169, \"clust\": 1182, \"rank\": 3382, \"rankvar\": 246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3420, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2952, \"group\": [1180.0, 168.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTTGCCGT\", \"ini\": 168, \"clust\": 898, \"rank\": 3436, \"rankvar\": 1935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3421, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2651, \"group\": [901.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACTACAGT\", \"ini\": 167, \"clust\": 707, \"rank\": 3470, \"rankvar\": 1845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3422, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2652, \"group\": [706.0, 121.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCGCGATCG\", \"ini\": 166, \"clust\": 1013, \"rank\": 3461, \"rankvar\": 2719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3423, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2829, \"group\": [1013.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTGGGTTG\", \"ini\": 165, \"clust\": 908, \"rank\": 3483, \"rankvar\": 2440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2653, \"group\": [910.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCTCCTGCCAT\", \"ini\": 164, \"clust\": 384, \"rank\": 3410, \"rankvar\": 2002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3425, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2861, \"group\": [383.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCGAATGT\", \"ini\": 163, \"clust\": 1148, \"rank\": 3378, \"rankvar\": 2179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3426, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3007, \"group\": [1151.0, 159.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGTAAGA\", \"ini\": 162, \"clust\": 267, \"rank\": 3305, \"rankvar\": 2354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3427, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2862, \"group\": [267.0, 77.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTTGTCGT\", \"ini\": 161, \"clust\": 378, \"rank\": 3399, \"rankvar\": 3124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3428, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2863, \"group\": [378.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCCGACA\", \"ini\": 160, \"clust\": 1162, \"rank\": 3352, \"rankvar\": 1277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3429, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2953, \"group\": [1162.0, 164.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCTTCGAGA\", \"ini\": 159, \"clust\": 1183, \"rank\": 3348, \"rankvar\": 1242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3430, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2954, \"group\": [1181.0, 168.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCAGTCCTCCT\", \"ini\": 158, \"clust\": 1120, \"rank\": 3381, \"rankvar\": 2376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3431, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3008, \"group\": [1122.0, 157.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCAGACAGGT\", \"ini\": 157, \"clust\": 255, \"rank\": 3521, \"rankvar\": 3507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3432, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2654, \"group\": [253.0, 70.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACACATCCGG\", \"ini\": 156, \"clust\": 115, \"rank\": 3366, \"rankvar\": 2699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3433, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2830, \"group\": [115.0, 46.0, 15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTACCAGTT\", \"ini\": 155, \"clust\": 1207, \"rank\": 3404, \"rankvar\": 769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3434, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2955, \"group\": [1201.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTGCTGTAT\", \"ini\": 154, \"clust\": 899, \"rank\": 3458, \"rankvar\": 985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3435, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2655, \"group\": [900.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGTGGGAT\", \"ini\": 153, \"clust\": 574, \"rank\": 3384, \"rankvar\": 3316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3436, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2656, \"group\": [574.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGCGCTCT\", \"ini\": 152, \"clust\": 576, \"rank\": 3372, \"rankvar\": 3290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2657, \"group\": [578.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTAATAGCA\", \"ini\": 151, \"clust\": 1138, \"rank\": 3380, \"rankvar\": 2527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3438, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3009, \"group\": [1140.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGTGTACCT\", \"ini\": 150, \"clust\": 379, \"rank\": 3407, \"rankvar\": 3083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3439, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2864, \"group\": [381.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATAGAAAC\", \"ini\": 149, \"clust\": 1203, \"rank\": 3451, \"rankvar\": 1313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3440, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2956, \"group\": [1204.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATGGGTC\", \"ini\": 148, \"clust\": 1160, \"rank\": 3355, \"rankvar\": 380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3441, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2957, \"group\": [1160.0, 164.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGGGCTTCC\", \"ini\": 147, \"clust\": 1189, \"rank\": 3390, \"rankvar\": 1501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3442, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2958, \"group\": [1198.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGACGCTC\", \"ini\": 146, \"clust\": 256, \"rank\": 3504, \"rankvar\": 3453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2658, \"group\": [254.0, 70.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTTGACTG\", \"ini\": 145, \"clust\": 1012, \"rank\": 3491, \"rankvar\": 1279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3444, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2659, \"group\": [1012.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACATATGAGA\", \"ini\": 144, \"clust\": 408, \"rank\": 3474, \"rankvar\": 3132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3445, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2865, \"group\": [413.0, 98.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCACTTCC\", \"ini\": 143, \"clust\": 1201, \"rank\": 3424, \"rankvar\": 2092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3446, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2959, \"group\": [1206.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTCTGGAGA\", \"ini\": 142, \"clust\": 674, \"rank\": 3421, \"rankvar\": 3222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3447, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2660, \"group\": [672.0, 118.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTAGGTT\", \"ini\": 141, \"clust\": 1014, \"rank\": 3502, \"rankvar\": 3022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3448, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2831, \"group\": [1014.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCAAGCCTA\", \"ini\": 140, \"clust\": 709, \"rank\": 3364, \"rankvar\": 2747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2661, \"group\": [710.0, 122.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACAACGT\", \"ini\": 139, \"clust\": 895, \"rank\": 3484, \"rankvar\": 2077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3450, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2662, \"group\": [894.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCTTGCATT\", \"ini\": 138, \"clust\": 374, \"rank\": 3426, \"rankvar\": 1338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3451, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2866, \"group\": [372.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTAAACCTC\", \"ini\": 137, \"clust\": 712, \"rank\": 3428, \"rankvar\": 1000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3452, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2960, \"group\": [712.0, 122.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCATTACCTT\", \"ini\": 136, \"clust\": 1211, \"rank\": 3447, \"rankvar\": 580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3453, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2961, \"group\": [1207.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGTTACGGG\", \"ini\": 135, \"clust\": 331, \"rank\": 3446, \"rankvar\": 3369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3454, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2832, \"group\": [331.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTGGTAACG\", \"ini\": 134, \"clust\": 386, \"rank\": 3394, \"rankvar\": 2653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3455, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2867, \"group\": [385.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCGGCACT\", \"ini\": 133, \"clust\": 1208, \"rank\": 3433, \"rankvar\": 277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3456, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2962, \"group\": [1202.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCAAGTAATG\", \"ini\": 132, \"clust\": 1177, \"rank\": 3485, \"rankvar\": 909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3457, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2963, \"group\": [1179.0, 167.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTTACCGC\", \"ini\": 131, \"clust\": 1163, \"rank\": 3397, \"rankvar\": 3027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3458, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2964, \"group\": [1163.0, 164.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGAGTTTA\", \"ini\": 130, \"clust\": 856, \"rank\": 3442, \"rankvar\": 2391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3459, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2663, \"group\": [854.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCATATGAGA\", \"ini\": 129, \"clust\": 1117, \"rank\": 3342, \"rankvar\": 2450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3460, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3010, \"group\": [1119.0, 156.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACTAAGT\", \"ini\": 128, \"clust\": 396, \"rank\": 3452, \"rankvar\": 998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3461, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2868, \"group\": [395.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGATCGG\", \"ini\": 127, \"clust\": 584, \"rank\": 3463, \"rankvar\": 3172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3462, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2664, \"group\": [584.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAGCTTCT\", \"ini\": 126, \"clust\": 1124, \"rank\": 3420, \"rankvar\": 2809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3463, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3011, \"group\": [1123.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTTGTCAT\", \"ini\": 125, \"clust\": 166, \"rank\": 3419, \"rankvar\": 3357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3464, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2833, \"group\": [165.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTTAAGTG\", \"ini\": 124, \"clust\": 1135, \"rank\": 3387, \"rankvar\": 3168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3465, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3012, \"group\": [1136.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTGCCTGCA\", \"ini\": 123, \"clust\": 355, \"rank\": 3408, \"rankvar\": 3380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3466, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2869, \"group\": [355.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACGCATA\", \"ini\": 122, \"clust\": 257, \"rank\": 3518, \"rankvar\": 3492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3467, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2870, \"group\": [265.0, 76.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGGTACC\", \"ini\": 121, \"clust\": 1210, \"rank\": 3425, \"rankvar\": 810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3468, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2965, \"group\": [1209.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTCGCCGT\", \"ini\": 120, \"clust\": 575, \"rank\": 3405, \"rankvar\": 3282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3469, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2665, \"group\": [575.0, 111.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATTCTTGTATC\", \"ini\": 119, \"clust\": 1145, \"rank\": 3467, \"rankvar\": 1851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3470, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3013, \"group\": [1147.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTTCGTCTC\", \"ini\": 118, \"clust\": 1008, \"rank\": 3519, \"rankvar\": 3001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3471, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2666, \"group\": [1008.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGAGAAACGAG\", \"ini\": 117, \"clust\": 1156, \"rank\": 3448, \"rankvar\": 2837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3472, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2966, \"group\": [1156.0, 162.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAGGCTCAC\", \"ini\": 116, \"clust\": 1175, \"rank\": 3522, \"rankvar\": 378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3473, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2967, \"group\": [1171.0, 166.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCACTTACGA\", \"ini\": 115, \"clust\": 326, \"rank\": 3439, \"rankvar\": 3344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3474, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2834, \"group\": [327.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGAGGTTGC\", \"ini\": 114, \"clust\": 1161, \"rank\": 3454, \"rankvar\": 1392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3475, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2968, \"group\": [1161.0, 164.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAATCTACG\", \"ini\": 113, \"clust\": 1198, \"rank\": 3374, \"rankvar\": 2691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3476, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2969, \"group\": [1196.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCAGCTTCGG\", \"ini\": 112, \"clust\": 1141, \"rank\": 3449, \"rankvar\": 2585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3477, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3014, \"group\": [1144.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGGAGTACC\", \"ini\": 111, \"clust\": 361, \"rank\": 3430, \"rankvar\": 2848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3478, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2871, \"group\": [375.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTATAAACG\", \"ini\": 110, \"clust\": 183, \"rank\": 3435, \"rankvar\": 3407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3479, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2835, \"group\": [182.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACAACGCC\", \"ini\": 109, \"clust\": 395, \"rank\": 3479, \"rankvar\": 2613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3480, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2872, \"group\": [397.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCATGATCCA\", \"ini\": 108, \"clust\": 1168, \"rank\": 3450, \"rankvar\": 303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3481, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2970, \"group\": [1170.0, 165.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCGTCAAA\", \"ini\": 107, \"clust\": 1209, \"rank\": 3475, \"rankvar\": 899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3482, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2971, \"group\": [1210.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGAGATGAG\", \"ini\": 106, \"clust\": 375, \"rank\": 3464, \"rankvar\": 1350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3483, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2873, \"group\": [373.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATGTTGAC\", \"ini\": 105, \"clust\": 1143, \"rank\": 3453, \"rankvar\": 2569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3484, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3015, \"group\": [1141.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGTGACC\", \"ini\": 104, \"clust\": 1212, \"rank\": 3494, \"rankvar\": 194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3485, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2972, \"group\": [1208.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGGCGACAT\", \"ini\": 103, \"clust\": 1170, \"rank\": 3499, \"rankvar\": 1537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3486, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2973, \"group\": [1169.0, 165.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGAGTTTA\", \"ini\": 102, \"clust\": 586, \"rank\": 3487, \"rankvar\": 3136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2667, \"group\": [586.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGCGGTA\", \"ini\": 101, \"clust\": 168, \"rank\": 3477, \"rankvar\": 3438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3488, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2836, \"group\": [167.0, 58.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAATTGCTG\", \"ini\": 100, \"clust\": 388, \"rank\": 3456, \"rankvar\": 2240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3489, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2874, \"group\": [387.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCTCGCACTCT\", \"ini\": 99, \"clust\": 102, \"rank\": 3509, \"rankvar\": 3482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2668, \"group\": [112.0, 44.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTGATTGC\", \"ini\": 98, \"clust\": 357, \"rank\": 3476, \"rankvar\": 2682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3491, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2875, \"group\": [357.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGCGATCG\", \"ini\": 97, \"clust\": 389, \"rank\": 3472, \"rankvar\": 2885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3492, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2876, \"group\": [388.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCTGCTGTC\", \"ini\": 96, \"clust\": 855, \"rank\": 3486, \"rankvar\": 3141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2669, \"group\": [856.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCCAGTTT\", \"ini\": 95, \"clust\": 380, \"rank\": 3492, \"rankvar\": 2697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3494, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2877, \"group\": [379.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTTAAGATG\", \"ini\": 94, \"clust\": 1137, \"rank\": 3432, \"rankvar\": 3123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3495, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3016, \"group\": [1135.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCACTGGGC\", \"ini\": 93, \"clust\": 1125, \"rank\": 3482, \"rankvar\": 2600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3496, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3017, \"group\": [1124.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCACATTAGC\", \"ini\": 92, \"clust\": 710, \"rank\": 3478, \"rankvar\": 1925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2670, \"group\": [708.0, 122.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGCATACGCCG\", \"ini\": 91, \"clust\": 334, \"rank\": 3515, \"rankvar\": 3228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2837, \"group\": [335.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGAATGCT\", \"ini\": 90, \"clust\": 263, \"rank\": 3573, \"rankvar\": 3405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3499, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1838, \"group\": [262.0, 74.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTAGTACCT\", \"ini\": 89, \"clust\": 1150, \"rank\": 3480, \"rankvar\": 2181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3500, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3018, \"group\": [1148.0, 159.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTAGCGTAG\", \"ini\": 88, \"clust\": 1019, \"rank\": 3511, \"rankvar\": 2554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2671, \"group\": [1018.0, 131.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCATCCTTGC\", \"ini\": 87, \"clust\": 1174, \"rank\": 3536, \"rankvar\": 396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3502, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2974, \"group\": [1173.0, 166.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAGTCAGCC\", \"ini\": 86, \"clust\": 884, \"rank\": 3517, \"rankvar\": 2190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2672, \"group\": [883.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCCAAGTA\", \"ini\": 85, \"clust\": 350, \"rank\": 3460, \"rankvar\": 2934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3504, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2878, \"group\": [349.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTATTCA\", \"ini\": 84, \"clust\": 905, \"rank\": 3506, \"rankvar\": 2567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2673, \"group\": [907.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGTGAATTG\", \"ini\": 83, \"clust\": 1129, \"rank\": 3490, \"rankvar\": 2500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3506, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3019, \"group\": [1127.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTACCGTTA\", \"ini\": 82, \"clust\": 1176, \"rank\": 3529, \"rankvar\": 104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3507, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2975, \"group\": [1172.0, 166.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACACCGAC\", \"ini\": 81, \"clust\": 367, \"rank\": 3481, \"rankvar\": 2586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3508, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2879, \"group\": [367.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAATGAAAC\", \"ini\": 80, \"clust\": 359, \"rank\": 3493, \"rankvar\": 2845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3509, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2880, \"group\": [359.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCAGATCGATA\", \"ini\": 79, \"clust\": 711, \"rank\": 3489, \"rankvar\": 1760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2674, \"group\": [709.0, 122.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGGTGTTG\", \"ini\": 78, \"clust\": 364, \"rank\": 3488, \"rankvar\": 2830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3511, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2881, \"group\": [363.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTGCTGCC\", \"ini\": 77, \"clust\": 390, \"rank\": 3497, \"rankvar\": 2841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3512, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2882, \"group\": [389.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTTGTATC\", \"ini\": 76, \"clust\": 881, \"rank\": 3527, \"rankvar\": 2078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3513, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2675, \"group\": [877.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCGGTGTTA\", \"ini\": 75, \"clust\": 346, \"rank\": 3525, \"rankvar\": 143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3514, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2883, \"group\": [346.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAAAGGCGT\", \"ini\": 74, \"clust\": 831, \"rank\": 3503, \"rankvar\": 3429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2676, \"group\": [830.0, 128.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTAGTAC\", \"ini\": 73, \"clust\": 366, \"rank\": 3507, \"rankvar\": 2817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3516, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2884, \"group\": [368.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGACCAAG\", \"ini\": 72, \"clust\": 1196, \"rank\": 3496, \"rankvar\": 2449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3517, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2976, \"group\": [1192.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGTGATAT\", \"ini\": 71, \"clust\": 862, \"rank\": 3543, \"rankvar\": 2215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2677, \"group\": [859.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCATGAAC\", \"ini\": 70, \"clust\": 252, \"rank\": 3574, \"rankvar\": 3522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3519, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2838, \"group\": [255.0, 70.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCAATCCAAC\", \"ini\": 69, \"clust\": 872, \"rank\": 3537, \"rankvar\": 3025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2678, \"group\": [872.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGTGGGTTG\", \"ini\": 68, \"clust\": 1172, \"rank\": 3550, \"rankvar\": 792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3521, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2977, \"group\": [1175.0, 166.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCATGCCG\", \"ini\": 67, \"clust\": 1118, \"rank\": 3500, \"rankvar\": 3033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3522, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3020, \"group\": [1117.0, 156.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTTGTGGAG\", \"ini\": 66, \"clust\": 341, \"rank\": 3513, \"rankvar\": 2896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3523, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2885, \"group\": [342.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGAGGTAGA\", \"ini\": 65, \"clust\": 339, \"rank\": 3526, \"rankvar\": 3059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3524, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2886, \"group\": [340.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCATCACAAC\", \"ini\": 64, \"clust\": 362, \"rank\": 3466, \"rankvar\": 3335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3525, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2887, \"group\": [361.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCCCTTGCA\", \"ini\": 63, \"clust\": 1151, \"rank\": 3554, \"rankvar\": 1961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3021, \"group\": [1149.0, 159.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTATCTCG\", \"ini\": 62, \"clust\": 340, \"rank\": 3541, \"rankvar\": 2839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3527, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2888, \"group\": [341.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTATAGTAG\", \"ini\": 61, \"clust\": 345, \"rank\": 3512, \"rankvar\": 2502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3528, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2889, \"group\": [348.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTCACACGC\", \"ini\": 60, \"clust\": 863, \"rank\": 3533, \"rankvar\": 956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2679, \"group\": [860.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATGTCTCC\", \"ini\": 59, \"clust\": 900, \"rank\": 3539, \"rankvar\": 1924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3530, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2680, \"group\": [898.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCCATTGGTAC\", \"ini\": 58, \"clust\": 397, \"rank\": 3555, \"rankvar\": 2146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3531, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2890, \"group\": [396.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGATGGTC\", \"ini\": 57, \"clust\": 1178, \"rank\": 3544, \"rankvar\": 80, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3532, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2978, \"group\": [1177.0, 167.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGTTGAA\", \"ini\": 56, \"clust\": 857, \"rank\": 3532, \"rankvar\": 3279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3533, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2681, \"group\": [855.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTGACC\", \"ini\": 55, \"clust\": 351, \"rank\": 3510, \"rankvar\": 3094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3534, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2891, \"group\": [350.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTTTCCTC\", \"ini\": 54, \"clust\": 1158, \"rank\": 3516, \"rankvar\": 2784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3535, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2979, \"group\": [1157.0, 163.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACAGAGGT\", \"ini\": 53, \"clust\": 858, \"rank\": 3553, \"rankvar\": 1744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3536, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2682, \"group\": [862.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTACACCGC\", \"ini\": 52, \"clust\": 1164, \"rank\": 3523, \"rankvar\": 47, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3537, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2980, \"group\": [1167.0, 165.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATGGAAT\", \"ini\": 51, \"clust\": 356, \"rank\": 3514, \"rankvar\": 3281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3538, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2892, \"group\": [356.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTGTGGCTC\", \"ini\": 50, \"clust\": 335, \"rank\": 3542, \"rankvar\": 3133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3539, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2839, \"group\": [336.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGGCGTACA\", \"ini\": 49, \"clust\": 353, \"rank\": 3534, \"rankvar\": 3079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3540, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2893, \"group\": [352.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCTACTATC\", \"ini\": 48, \"clust\": 360, \"rank\": 3528, \"rankvar\": 3219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3541, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2894, \"group\": [360.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTTGATTGC\", \"ini\": 47, \"clust\": 713, \"rank\": 3530, \"rankvar\": 3118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3542, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2683, \"group\": [713.0, 122.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTCTAGAGG\", \"ini\": 46, \"clust\": 264, \"rank\": 3588, \"rankvar\": 3553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3543, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1664, \"group\": [263.0, 74.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCTCAACA\", \"ini\": 45, \"clust\": 660, \"rank\": 3520, \"rankvar\": 3109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3544, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2684, \"group\": [659.0, 116.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTGAATTG\", \"ini\": 44, \"clust\": 589, \"rank\": 3531, \"rankvar\": 2804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2685, \"group\": [588.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAAGTT\", \"ini\": 43, \"clust\": 370, \"rank\": 3538, \"rankvar\": 2411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3546, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2895, \"group\": [371.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAGCTGTTA\", \"ini\": 42, \"clust\": 337, \"rank\": 3565, \"rankvar\": 3082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3547, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2896, \"group\": [337.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTTCAACCA\", \"ini\": 41, \"clust\": 368, \"rank\": 3552, \"rankvar\": 3090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3548, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2897, \"group\": [365.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGAAACCGC\", \"ini\": 40, \"clust\": 1116, \"rank\": 3549, \"rankvar\": 2657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3549, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2898, \"group\": [1152.0, 160.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTGCTGTAT\", \"ini\": 39, \"clust\": 363, \"rank\": 3508, \"rankvar\": 3327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3550, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2899, \"group\": [362.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATTGGTAC\", \"ini\": 38, \"clust\": 1134, \"rank\": 3505, \"rankvar\": 1972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3551, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3022, \"group\": [1137.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCTCGAGTA\", \"ini\": 37, \"clust\": 1159, \"rank\": 3535, \"rankvar\": 2103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3552, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2981, \"group\": [1158.0, 163.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACTCGACG\", \"ini\": 36, \"clust\": 342, \"rank\": 3545, \"rankvar\": 2680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3553, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2900, \"group\": [343.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAAGGGTTTCT\", \"ini\": 35, \"clust\": 901, \"rank\": 3562, \"rankvar\": 2319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2686, \"group\": [899.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACGACTCG\", \"ini\": 34, \"clust\": 1165, \"rank\": 3566, \"rankvar\": 804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3555, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2982, \"group\": [1166.0, 165.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACAGGAGT\", \"ini\": 33, \"clust\": 1146, \"rank\": 3557, \"rankvar\": 1965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3556, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3023, \"group\": [1145.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAAAGTCAA\", \"ini\": 32, \"clust\": 254, \"rank\": 3587, \"rankvar\": 3527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3557, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2687, \"group\": [252.0, 70.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCTTGGTC\", \"ini\": 31, \"clust\": 391, \"rank\": 3546, \"rankvar\": 2282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3558, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2901, \"group\": [393.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTCCGGTT\", \"ini\": 30, \"clust\": 1166, \"rank\": 3558, \"rankvar\": 37, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3559, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2983, \"group\": [1164.0, 165.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCGTAT\", \"ini\": 29, \"clust\": 338, \"rank\": 3572, \"rankvar\": 3274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3560, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2902, \"group\": [338.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTGAAGAG\", \"ini\": 28, \"clust\": 381, \"rank\": 3548, \"rankvar\": 3315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3561, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2903, \"group\": [380.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCCTTTCTC\", \"ini\": 27, \"clust\": 349, \"rank\": 3551, \"rankvar\": 2711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3562, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2904, \"group\": [351.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGCTGAA\", \"ini\": 26, \"clust\": 828, \"rank\": 3583, \"rankvar\": 3406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2688, \"group\": [827.0, 128.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGCATCATC\", \"ini\": 25, \"clust\": 1144, \"rank\": 3547, \"rankvar\": 3307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3564, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3024, \"group\": [1142.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCACGAAATA\", \"ini\": 24, \"clust\": 393, \"rank\": 3540, \"rankvar\": 2334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3565, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2905, \"group\": [390.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGTAT\", \"ini\": 23, \"clust\": 352, \"rank\": 3556, \"rankvar\": 2742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3566, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2906, \"group\": [354.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCCTGACT\", \"ini\": 22, \"clust\": 1204, \"rank\": 3564, \"rankvar\": 570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3567, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2984, \"group\": [1199.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGATAGCAT\", \"ini\": 21, \"clust\": 358, \"rank\": 3561, \"rankvar\": 3336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3568, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2907, \"group\": [358.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGATGGGTC\", \"ini\": 20, \"clust\": 336, \"rank\": 3582, \"rankvar\": 3317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3569, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2908, \"group\": [339.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCATTAT\", \"ini\": 19, \"clust\": 1119, \"rank\": 3524, \"rankvar\": 3162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3570, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3025, \"group\": [1118.0, 156.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATCCTAGA\", \"ini\": 18, \"clust\": 371, \"rank\": 3569, \"rankvar\": 1635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3571, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2909, \"group\": [369.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCAAACTGTC\", \"ini\": 17, \"clust\": 392, \"rank\": 3559, \"rankvar\": 2874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3572, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2910, \"group\": [392.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAAGCTGGA\", \"ini\": 16, \"clust\": 394, \"rank\": 3560, \"rankvar\": 2648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3573, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2911, \"group\": [391.0, 91.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAACGCGA\", \"ini\": 15, \"clust\": 859, \"rank\": 3579, \"rankvar\": 2540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2689, \"group\": [857.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGGCAAAGA\", \"ini\": 14, \"clust\": 369, \"rank\": 3570, \"rankvar\": 2932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3575, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2912, \"group\": [366.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCAGTTGAC\", \"ini\": 13, \"clust\": 860, \"rank\": 3577, \"rankvar\": 2956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3576, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2690, \"group\": [858.0, 129.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTCGAATCT\", \"ini\": 12, \"clust\": 348, \"rank\": 3568, \"rankvar\": 3180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3577, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2913, \"group\": [376.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTTCCGGCA\", \"ini\": 11, \"clust\": 1179, \"rank\": 3576, \"rankvar\": 2111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3578, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2985, \"group\": [1178.0, 167.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAACATC\", \"ini\": 10, \"clust\": 1142, \"rank\": 3563, \"rankvar\": 2843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3579, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3026, \"group\": [1143.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCAGCTTAG\", \"ini\": 9, \"clust\": 1147, \"rank\": 3567, \"rankvar\": 1959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3580, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3027, \"group\": [1146.0, 158.0, 25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTCCCTACT\", \"ini\": 8, \"clust\": 587, \"rank\": 3581, \"rankvar\": 3373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3581, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2914, \"group\": [589.0, 112.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTATTCA\", \"ini\": 7, \"clust\": 1167, \"rank\": 3585, \"rankvar\": 527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3582, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2986, \"group\": [1165.0, 165.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCATACTG\", \"ini\": 6, \"clust\": 372, \"rank\": 3584, \"rankvar\": 2900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3583, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2915, \"group\": [370.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCGGTCTAA\", \"ini\": 5, \"clust\": 1205, \"rank\": 3580, \"rankvar\": 1518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3584, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2987, \"group\": [1200.0, 169.0, 26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGACCAAG\", \"ini\": 4, \"clust\": 365, \"rank\": 3578, \"rankvar\": 3221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3585, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2916, \"group\": [364.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGACACG\", \"ini\": 3, \"clust\": 373, \"rank\": 3571, \"rankvar\": 3175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3586, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2917, \"group\": [374.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGGAGCGTT\", \"ini\": 2, \"clust\": 354, \"rank\": 3575, \"rankvar\": 3272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3587, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2918, \"group\": [353.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTAAATGAC\", \"ini\": 1, \"clust\": 347, \"rank\": 3586, \"rankvar\": 2870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3588, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2919, \"group\": [347.0, 90.0, 22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}]}}, {\"N_row_var\": 20, \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"name\": \"CD206\", \"ini\": 20, \"clust\": 18, \"rank\": 11, \"rankvar\": 19, \"group\": [19.0, 15.0, 12.0, 10.0, 6.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD4\", \"ini\": 19, \"clust\": 2, \"rank\": 5, \"rankvar\": 18, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD27\", \"ini\": 18, \"clust\": 1, \"rank\": 18, \"rankvar\": 17, \"group\": [3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD14\", \"ini\": 17, \"clust\": 14, \"rank\": 8, \"rankvar\": 12, \"group\": [12.0, 9.0, 8.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD33\", \"ini\": 16, \"clust\": 16, \"rank\": 14, \"rankvar\": 10, \"group\": [9.0, 9.0, 8.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD11c\", \"ini\": 15, \"clust\": 17, \"rank\": 15, \"rankvar\": 16, \"group\": [10.0, 9.0, 8.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD66b\", \"ini\": 14, \"clust\": 10, \"rank\": 3, \"rankvar\": 14, \"group\": [16.0, 12.0, 9.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD3\", \"ini\": 13, \"clust\": 3, \"rank\": 16, \"rankvar\": 13, \"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD11b\", \"ini\": 12, \"clust\": 15, \"rank\": 13, \"rankvar\": 11, \"group\": [11.0, 9.0, 8.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD64\", \"ini\": 11, \"clust\": 13, \"rank\": 9, \"rankvar\": 9, \"group\": [13.0, 9.0, 8.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD62L\", \"ini\": 10, \"clust\": 0, \"rank\": 7, \"rankvar\": 7, \"group\": [4.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD141\", \"ini\": 9, \"clust\": 11, \"rank\": 6, \"rankvar\": 15, \"group\": [15.0, 11.0, 8.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD38\", \"ini\": 8, \"clust\": 8, \"rank\": 12, \"rankvar\": 5, \"group\": [18.0, 14.0, 11.0, 9.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD16\", \"ini\": 7, \"clust\": 4, \"rank\": 4, \"rankvar\": 6, \"group\": [5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"HLADR\", \"ini\": 6, \"clust\": 12, \"rank\": 10, \"rankvar\": 4, \"group\": [14.0, 10.0, 8.0, 7.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD8\", \"ini\": 5, \"clust\": 5, \"rank\": 17, \"rankvar\": 8, \"group\": [6.0, 6.0, 5.0, 4.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD123\", \"ini\": 4, \"clust\": 9, \"rank\": 2, \"rankvar\": 3, \"group\": [17.0, 13.0, 10.0, 8.0, 5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD56\", \"ini\": 3, \"clust\": 19, \"rank\": 19, \"rankvar\": 2, \"group\": [20.0, 16.0, 13.0, 11.0, 6.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD19\", \"ini\": 2, \"clust\": 6, \"rank\": 1, \"rankvar\": 1, \"group\": [7.0, 7.0, 6.0, 5.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD1c\", \"ini\": 1, \"clust\": 7, \"rank\": 0, \"rankvar\": 0, \"group\": [8.0, 8.0, 7.0, 6.0, 4.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}], \"col_nodes\": [{\"name\": \"GCATGCGTCGCGGATC\", \"ini\": 3589, \"clust\": 2715, \"rank\": 10, \"rankvar\": 364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 0, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 182, \"group\": [2713.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAGTCGGT\", \"ini\": 3588, \"clust\": 3445, \"rank\": 2, \"rankvar\": 3532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 0, \"group\": [3446.0, 529.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTTGTACT\", \"ini\": 3587, \"clust\": 2913, \"rank\": 62, \"rankvar\": 101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3032, \"group\": [2915.0, 439.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGAACAACT\", \"ini\": 3586, \"clust\": 2683, \"rank\": 12, \"rankvar\": 1678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 183, \"group\": [2683.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTGGGAA\", \"ini\": 3585, \"clust\": 2710, \"rank\": 18, \"rankvar\": 1825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 4, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 184, \"group\": [2706.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGAACTGTA\", \"ini\": 3584, \"clust\": 2796, \"rank\": 22, \"rankvar\": 397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 5, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 185, \"group\": [2794.0, 407.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGGGTCTCC\", \"ini\": 3583, \"clust\": 2700, \"rank\": 1, \"rankvar\": 3431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 6, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 186, \"group\": [2698.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGCATCATC\", \"ini\": 3582, \"clust\": 2684, \"rank\": 15, \"rankvar\": 2518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 7, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 187, \"group\": [2681.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAGATTAG\", \"ini\": 3581, \"clust\": 2654, \"rank\": 14, \"rankvar\": 462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 8, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 188, \"group\": [2652.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGCAGACA\", \"ini\": 3580, \"clust\": 2887, \"rank\": 21, \"rankvar\": 10, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 9, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3033, \"group\": [2887.0, 434.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCGTAGTA\", \"ini\": 3579, \"clust\": 2656, \"rank\": 35, \"rankvar\": 203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 10, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 189, \"group\": [2657.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTTCATGT\", \"ini\": 3578, \"clust\": 2888, \"rank\": 36, \"rankvar\": 0, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 11, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3034, \"group\": [2888.0, 434.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTGGTATG\", \"ini\": 3577, \"clust\": 2639, \"rank\": 0, \"rankvar\": 2789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 12, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 190, \"group\": [2637.0, 388.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTGGACCC\", \"ini\": 3576, \"clust\": 2720, \"rank\": 8, \"rankvar\": 1117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 13, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 191, \"group\": [2717.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGTGAAAT\", \"ini\": 3575, \"clust\": 2628, \"rank\": 4, \"rankvar\": 3234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 14, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1665, \"group\": [2628.0, 387.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAACCAAC\", \"ini\": 3574, \"clust\": 2678, \"rank\": 32, \"rankvar\": 317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 15, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 192, \"group\": [2677.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGCCACTAT\", \"ini\": 3573, \"clust\": 2689, \"rank\": 24, \"rankvar\": 282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 16, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 193, \"group\": [2685.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAGAGCTT\", \"ini\": 3572, \"clust\": 2690, \"rank\": 9, \"rankvar\": 1180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 17, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 194, \"group\": [2686.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGAGCTTCT\", \"ini\": 3571, \"clust\": 2907, \"rank\": 53, \"rankvar\": 53, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 18, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3035, \"group\": [2908.0, 439.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCGCGAAA\", \"ini\": 3570, \"clust\": 2685, \"rank\": 20, \"rankvar\": 2542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 19, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 195, \"group\": [2682.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGCATCATC\", \"ini\": 3569, \"clust\": 2697, \"rank\": 17, \"rankvar\": 572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 20, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 196, \"group\": [2724.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTGCACGAA\", \"ini\": 3568, \"clust\": 2626, \"rank\": 71, \"rankvar\": 608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 21, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1666, \"group\": [2626.0, 387.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCATGAT\", \"ini\": 3567, \"clust\": 2911, \"rank\": 89, \"rankvar\": 66, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 22, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3036, \"group\": [2911.0, 439.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCCACTGGG\", \"ini\": 3566, \"clust\": 2904, \"rank\": 87, \"rankvar\": 498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 23, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3037, \"group\": [2909.0, 439.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCGCGTAGC\", \"ini\": 3565, \"clust\": 3446, \"rank\": 39, \"rankvar\": 2485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 24, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 1, \"group\": [3447.0, 529.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCCAGAAGG\", \"ini\": 3564, \"clust\": 2629, \"rank\": 28, \"rankvar\": 3099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 25, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1667, \"group\": [2629.0, 387.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAAGGGTCA\", \"ini\": 3563, \"clust\": 2908, \"rank\": 68, \"rankvar\": 59, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 26, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3038, \"group\": [2906.0, 439.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTTCCTGCTTG\", \"ini\": 3562, \"clust\": 2648, \"rank\": 50, \"rankvar\": 25, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 27, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 197, \"group\": [2649.0, 389.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTACGTAA\", \"ini\": 3561, \"clust\": 2679, \"rank\": 34, \"rankvar\": 37, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 28, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 198, \"group\": [2678.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCTCTGCTG\", \"ini\": 3560, \"clust\": 3210, \"rank\": 3, \"rankvar\": 3260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 29, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3039, \"group\": [3207.0, 471.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCAACGGCC\", \"ini\": 3559, \"clust\": 2894, \"rank\": 63, \"rankvar\": 327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 30, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3040, \"group\": [2898.0, 438.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTCTGAT\", \"ini\": 3558, \"clust\": 2676, \"rank\": 23, \"rankvar\": 342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 31, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 199, \"group\": [2675.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATTACCC\", \"ini\": 3557, \"clust\": 3211, \"rank\": 25, \"rankvar\": 1979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 32, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3041, \"group\": [3208.0, 471.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGGTGTGGT\", \"ini\": 3556, \"clust\": 2627, \"rank\": 64, \"rankvar\": 72, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 33, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1668, \"group\": [2627.0, 387.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAGGACCCT\", \"ini\": 3555, \"clust\": 2896, \"rank\": 29, \"rankvar\": 399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 34, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3042, \"group\": [2895.0, 438.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAGTACACT\", \"ini\": 3554, \"clust\": 2721, \"rank\": 16, \"rankvar\": 596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 35, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 200, \"group\": [2718.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCACCCAGTG\", \"ini\": 3553, \"clust\": 2649, \"rank\": 61, \"rankvar\": 71, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 36, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 201, \"group\": [2647.0, 389.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTAGACAAGCC\", \"ini\": 3552, \"clust\": 2895, \"rank\": 44, \"rankvar\": 1818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 37, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3043, \"group\": [2897.0, 438.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCCTGACT\", \"ini\": 3551, \"clust\": 2652, \"rank\": 27, \"rankvar\": 237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 38, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 202, \"group\": [2650.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTCGAGA\", \"ini\": 3550, \"clust\": 2709, \"rank\": 49, \"rankvar\": 160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 39, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 203, \"group\": [2708.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGGTGACCA\", \"ini\": 3549, \"clust\": 2723, \"rank\": 52, \"rankvar\": 1087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 40, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 204, \"group\": [2722.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCACTC\", \"ini\": 3548, \"clust\": 2727, \"rank\": 70, \"rankvar\": 595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 41, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 205, \"group\": [2725.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGTCAAGGC\", \"ini\": 3547, \"clust\": 2914, \"rank\": 60, \"rankvar\": 6, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 42, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3044, \"group\": [2913.0, 439.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTACCCAAT\", \"ini\": 3546, \"clust\": 2899, \"rank\": 125, \"rankvar\": 26, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 43, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3045, \"group\": [2899.0, 439.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCTACTCAT\", \"ini\": 3545, \"clust\": 2688, \"rank\": 37, \"rankvar\": 424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 44, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 206, \"group\": [2687.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCTACCTA\", \"ini\": 3544, \"clust\": 2724, \"rank\": 38, \"rankvar\": 2238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 45, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 207, \"group\": [2720.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGGACGAT\", \"ini\": 3543, \"clust\": 2706, \"rank\": 43, \"rankvar\": 1028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 46, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 208, \"group\": [2704.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGCTAGTCT\", \"ini\": 3542, \"clust\": 2792, \"rank\": 65, \"rankvar\": 641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 47, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 209, \"group\": [2801.0, 407.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTACATCATCCC\", \"ini\": 3541, \"clust\": 2725, \"rank\": 40, \"rankvar\": 1415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 48, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 210, \"group\": [2721.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGAATTGTG\", \"ini\": 3540, \"clust\": 1208, \"rank\": 5, \"rankvar\": 3224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 49, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1839, \"group\": [1208.0, 143.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCATTATCC\", \"ini\": 3539, \"clust\": 2757, \"rank\": 83, \"rankvar\": 77, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 50, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 211, \"group\": [2757.0, 396.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAAGCTAGTTC\", \"ini\": 3538, \"clust\": 3207, \"rank\": 11, \"rankvar\": 3259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 51, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3046, \"group\": [3204.0, 471.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCGACTGC\", \"ini\": 3537, \"clust\": 2717, \"rank\": 26, \"rankvar\": 487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 52, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 212, \"group\": [2719.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTCTCCCTA\", \"ini\": 3536, \"clust\": 2732, \"rank\": 48, \"rankvar\": 1919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 53, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 213, \"group\": [2730.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCTGCAGTA\", \"ini\": 3535, \"clust\": 3163, \"rank\": 13, \"rankvar\": 2829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 54, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3047, \"group\": [3161.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCCCGACTT\", \"ini\": 3534, \"clust\": 2901, \"rank\": 139, \"rankvar\": 61, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 55, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3048, \"group\": [2901.0, 439.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCAGTCCTTC\", \"ini\": 3533, \"clust\": 2658, \"rank\": 77, \"rankvar\": 4, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 56, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 214, \"group\": [2654.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCTATCCCG\", \"ini\": 3532, \"clust\": 2898, \"rank\": 132, \"rankvar\": 31, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 57, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3049, \"group\": [2903.0, 439.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATAGGTA\", \"ini\": 3531, \"clust\": 2912, \"rank\": 101, \"rankvar\": 102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 58, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3050, \"group\": [2912.0, 439.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAGTTTCGCTC\", \"ini\": 3530, \"clust\": 3273, \"rank\": 85, \"rankvar\": 362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 59, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3051, \"group\": [3270.0, 487.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGGGCTA\", \"ini\": 3529, \"clust\": 2905, \"rank\": 98, \"rankvar\": 9, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 60, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3052, \"group\": [2904.0, 439.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAGTAAGCG\", \"ini\": 3528, \"clust\": 2702, \"rank\": 30, \"rankvar\": 2773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 61, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 215, \"group\": [2700.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCAACTCTT\", \"ini\": 3527, \"clust\": 3206, \"rank\": 6, \"rankvar\": 3443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 62, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3053, \"group\": [3206.0, 471.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTAGCGATG\", \"ini\": 3526, \"clust\": 2842, \"rank\": 81, \"rankvar\": 146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 63, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 216, \"group\": [2840.0, 415.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCTGCCAG\", \"ini\": 3525, \"clust\": 2711, \"rank\": 58, \"rankvar\": 108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 64, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 217, \"group\": [2707.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCGTAGGTT\", \"ini\": 3524, \"clust\": 2659, \"rank\": 74, \"rankvar\": 24, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 65, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 218, \"group\": [2655.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTCGAC\", \"ini\": 3523, \"clust\": 2662, \"rank\": 94, \"rankvar\": 221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 66, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 219, \"group\": [2663.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCCACTAT\", \"ini\": 3522, \"clust\": 2728, \"rank\": 105, \"rankvar\": 44, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 67, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 220, \"group\": [2726.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGACATTA\", \"ini\": 3521, \"clust\": 2903, \"rank\": 113, \"rankvar\": 193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 68, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3054, \"group\": [2910.0, 439.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGGTTCCC\", \"ini\": 3520, \"clust\": 2677, \"rank\": 73, \"rankvar\": 438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 69, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 221, \"group\": [2676.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGTCCTCCT\", \"ini\": 3519, \"clust\": 2882, \"rank\": 179, \"rankvar\": 1148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 70, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3055, \"group\": [2883.0, 433.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCGGCGCAT\", \"ini\": 3518, \"clust\": 2729, \"rank\": 91, \"rankvar\": 491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 71, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 222, \"group\": [2728.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCTTGCATT\", \"ini\": 3517, \"clust\": 2902, \"rank\": 141, \"rankvar\": 123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 72, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3056, \"group\": [2902.0, 439.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGTTACGGG\", \"ini\": 3516, \"clust\": 2722, \"rank\": 55, \"rankvar\": 1136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 73, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 223, \"group\": [2723.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTACAAGTA\", \"ini\": 3515, \"clust\": 2650, \"rank\": 76, \"rankvar\": 427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 74, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 224, \"group\": [2648.0, 389.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGATCCTGT\", \"ini\": 3514, \"clust\": 2713, \"rank\": 66, \"rankvar\": 1639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 75, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 225, \"group\": [2710.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGAGTTGC\", \"ini\": 3513, \"clust\": 2798, \"rank\": 88, \"rankvar\": 807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 76, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 226, \"group\": [2796.0, 407.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCAGTTTGG\", \"ini\": 3512, \"clust\": 3212, \"rank\": 79, \"rankvar\": 2768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 77, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3558, \"group\": [3212.0, 472.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACCTTAT\", \"ini\": 3511, \"clust\": 2897, \"rank\": 97, \"rankvar\": 473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 78, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3057, \"group\": [2896.0, 438.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAGTGATGCCC\", \"ini\": 3510, \"clust\": 3451, \"rank\": 104, \"rankvar\": 2927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 79, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 2, \"group\": [3450.0, 530.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCTGGCGTG\", \"ini\": 3509, \"clust\": 1256, \"rank\": 102, \"rankvar\": 3089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 80, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1675, \"group\": [1262.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGTGGTTT\", \"ini\": 3508, \"clust\": 2680, \"rank\": 59, \"rankvar\": 354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 81, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 227, \"group\": [2679.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGCTTATCG\", \"ini\": 3507, \"clust\": 3195, \"rank\": 54, \"rankvar\": 888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 82, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3058, \"group\": [3195.0, 471.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTGCGTTA\", \"ini\": 3506, \"clust\": 2909, \"rank\": 126, \"rankvar\": 15, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 83, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3059, \"group\": [2907.0, 439.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGAATGGA\", \"ini\": 3505, \"clust\": 2800, \"rank\": 96, \"rankvar\": 42, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 84, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 228, \"group\": [2799.0, 407.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTCGTTGA\", \"ini\": 3504, \"clust\": 2761, \"rank\": 134, \"rankvar\": 90, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 85, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 229, \"group\": [2761.0, 396.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTAGATGA\", \"ini\": 3503, \"clust\": 2730, \"rank\": 95, \"rankvar\": 767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 86, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 230, \"group\": [2729.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCAGAATTCCC\", \"ini\": 3502, \"clust\": 3200, \"rank\": 47, \"rankvar\": 1495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 87, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3060, \"group\": [3199.0, 471.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTCCTATA\", \"ini\": 3501, \"clust\": 2716, \"rank\": 45, \"rankvar\": 377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 88, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 231, \"group\": [2714.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGAAACGCC\", \"ini\": 3500, \"clust\": 2640, \"rank\": 7, \"rankvar\": 3503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 89, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 232, \"group\": [2638.0, 388.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGCACTCT\", \"ini\": 3499, \"clust\": 2834, \"rank\": 108, \"rankvar\": 265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 90, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 233, \"group\": [2834.0, 415.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGATGCGAC\", \"ini\": 3498, \"clust\": 3208, \"rank\": 19, \"rankvar\": 2770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 91, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3061, \"group\": [3205.0, 471.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCGTCCAGG\", \"ini\": 3497, \"clust\": 3418, \"rank\": 158, \"rankvar\": 1052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 92, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 3, \"group\": [3418.0, 527.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGAAGGGTA\", \"ini\": 3496, \"clust\": 2900, \"rank\": 174, \"rankvar\": 107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 93, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3062, \"group\": [2900.0, 439.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGCTGCCCA\", \"ini\": 3495, \"clust\": 2759, \"rank\": 93, \"rankvar\": 150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 94, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 234, \"group\": [2759.0, 396.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATCGTCGG\", \"ini\": 3494, \"clust\": 2693, \"rank\": 56, \"rankvar\": 800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 95, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 235, \"group\": [2690.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGCAGCGTA\", \"ini\": 3493, \"clust\": 2704, \"rank\": 46, \"rankvar\": 2816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 96, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 236, \"group\": [2702.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTACAGAA\", \"ini\": 3492, \"clust\": 2714, \"rank\": 111, \"rankvar\": 547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 97, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 237, \"group\": [2711.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCATATACGC\", \"ini\": 3491, \"clust\": 2698, \"rank\": 42, \"rankvar\": 3004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 98, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 238, \"group\": [2696.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAAATA\", \"ini\": 3490, \"clust\": 2886, \"rank\": 154, \"rankvar\": 179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 99, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3063, \"group\": [2889.0, 435.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGACCACGA\", \"ini\": 3489, \"clust\": 2630, \"rank\": 33, \"rankvar\": 1974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 100, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3064, \"group\": [2733.0, 391.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGGCGAA\", \"ini\": 3488, \"clust\": 2815, \"rank\": 172, \"rankvar\": 329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 239, \"group\": [2814.0, 410.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCGTTCCCGAG\", \"ini\": 3487, \"clust\": 2915, \"rank\": 149, \"rankvar\": 41, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 102, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3065, \"group\": [2914.0, 439.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTGTGGTTT\", \"ini\": 3486, \"clust\": 2699, \"rank\": 41, \"rankvar\": 2900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 240, \"group\": [2697.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTAGGGACT\", \"ini\": 3485, \"clust\": 2681, \"rank\": 72, \"rankvar\": 1492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 241, \"group\": [2680.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCACGGTTTA\", \"ini\": 3484, \"clust\": 2708, \"rank\": 80, \"rankvar\": 710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 242, \"group\": [2709.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGTAAACT\", \"ini\": 3483, \"clust\": 3190, \"rank\": 78, \"rankvar\": 1528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3066, \"group\": [3189.0, 470.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAAGGTTCT\", \"ini\": 3482, \"clust\": 2794, \"rank\": 92, \"rankvar\": 1086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 243, \"group\": [2792.0, 407.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAACAACCT\", \"ini\": 3481, \"clust\": 2884, \"rank\": 129, \"rankvar\": 56, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 108, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3067, \"group\": [2885.0, 433.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACTGTGTA\", \"ini\": 3480, \"clust\": 1637, \"rank\": 133, \"rankvar\": 1502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 109, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3028, \"group\": [1637.0, 262.0, 52.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTGCCATT\", \"ini\": 3479, \"clust\": 51, \"rank\": 31, \"rankvar\": 3401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 110, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2691, \"group\": [52.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTACCGGCT\", \"ini\": 3478, \"clust\": 3196, \"rank\": 67, \"rankvar\": 3222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 111, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3068, \"group\": [3196.0, 471.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTGTCTTT\", \"ini\": 3477, \"clust\": 2797, \"rank\": 128, \"rankvar\": 65, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 244, \"group\": [2795.0, 407.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGCGATTCT\", \"ini\": 3476, \"clust\": 2916, \"rank\": 218, \"rankvar\": 209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 113, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3069, \"group\": [2916.0, 439.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGCAAAGA\", \"ini\": 3475, \"clust\": 76, \"rank\": 118, \"rankvar\": 3151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 114, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3566, \"group\": [77.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATGCCCGA\", \"ini\": 3474, \"clust\": 2892, \"rank\": 146, \"rankvar\": 702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3070, \"group\": [2892.0, 437.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCCCTGACT\", \"ini\": 3473, \"clust\": 2665, \"rank\": 110, \"rankvar\": 551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 245, \"group\": [2664.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGCATAT\", \"ini\": 3472, \"clust\": 3245, \"rank\": 84, \"rankvar\": 1929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 117, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3071, \"group\": [3244.0, 482.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGGGAGTAA\", \"ini\": 3471, \"clust\": 2718, \"rank\": 90, \"rankvar\": 351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 246, \"group\": [2715.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTTGAGTTC\", \"ini\": 3470, \"clust\": 3203, \"rank\": 82, \"rankvar\": 2621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 119, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3072, \"group\": [3201.0, 471.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCACGGTTA\", \"ini\": 3469, \"clust\": 2889, \"rank\": 161, \"rankvar\": 29, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 120, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3073, \"group\": [2890.0, 436.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCTGGGCCA\", \"ini\": 3468, \"clust\": 2701, \"rank\": 51, \"rankvar\": 3402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 247, \"group\": [2699.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCGGCTTGG\", \"ini\": 3467, \"clust\": 2932, \"rank\": 323, \"rankvar\": 935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3074, \"group\": [2927.0, 444.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAGTCCCT\", \"ini\": 3466, \"clust\": 2176, \"rank\": 121, \"rankvar\": 474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 248, \"group\": [2176.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATGGGTC\", \"ini\": 3465, \"clust\": 2931, \"rank\": 309, \"rankvar\": 484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 124, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3075, \"group\": [2931.0, 444.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGTTAACC\", \"ini\": 3464, \"clust\": 2198, \"rank\": 109, \"rankvar\": 52, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 249, \"group\": [2203.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCTG\", \"ini\": 3463, \"clust\": 3166, \"rank\": 127, \"rankvar\": 1895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 126, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3076, \"group\": [3163.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTGACTCAT\", \"ini\": 3462, \"clust\": 2719, \"rank\": 69, \"rankvar\": 1488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 250, \"group\": [2716.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCTAGGTT\", \"ini\": 3461, \"clust\": 3452, \"rank\": 252, \"rankvar\": 2759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 128, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 4, \"group\": [3451.0, 530.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCATCTGCC\", \"ini\": 3460, \"clust\": 2880, \"rank\": 193, \"rankvar\": 96, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3077, \"group\": [2881.0, 432.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGTCTCGGC\", \"ini\": 3459, \"clust\": 3171, \"rank\": 112, \"rankvar\": 1256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 130, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3078, \"group\": [3171.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAATCCGGGTGT\", \"ini\": 3458, \"clust\": 1638, \"rank\": 319, \"rankvar\": 2578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 131, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3029, \"group\": [1638.0, 263.0, 52.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCAAGTAATG\", \"ini\": 3457, \"clust\": 2840, \"rank\": 182, \"rankvar\": 1338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 132, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 251, \"group\": [2843.0, 415.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCATGGTCTA\", \"ini\": 3456, \"clust\": 2644, \"rank\": 99, \"rankvar\": 2002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 252, \"group\": [2642.0, 388.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTACTTAC\", \"ini\": 3455, \"clust\": 2946, \"rank\": 175, \"rankvar\": 32, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 134, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3079, \"group\": [2947.0, 453.0, 69.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTCCATGAT\", \"ini\": 3454, \"clust\": 2836, \"rank\": 136, \"rankvar\": 482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 253, \"group\": [2836.0, 415.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCCAGTAAGAT\", \"ini\": 3453, \"clust\": 3408, \"rank\": 277, \"rankvar\": 2439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 136, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 5, \"group\": [3417.0, 527.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTGTGTGCC\", \"ini\": 3452, \"clust\": 3186, \"rank\": 100, \"rankvar\": 3019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 137, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3080, \"group\": [3186.0, 470.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGCGTTCCG\", \"ini\": 3451, \"clust\": 2653, \"rank\": 153, \"rankvar\": 182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 254, \"group\": [2651.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCACCAGTTA\", \"ini\": 3450, \"clust\": 2655, \"rank\": 103, \"rankvar\": 165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 255, \"group\": [2653.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAAGAGGACGG\", \"ini\": 3449, \"clust\": 2669, \"rank\": 171, \"rankvar\": 145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 256, \"group\": [2670.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCACTTACT\", \"ini\": 3448, \"clust\": 2906, \"rank\": 165, \"rankvar\": 13, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3081, \"group\": [2905.0, 439.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGACTCG\", \"ini\": 3447, \"clust\": 3199, \"rank\": 137, \"rankvar\": 1593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3082, \"group\": [3211.0, 471.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCTGCCAG\", \"ini\": 3446, \"clust\": 2201, \"rank\": 107, \"rankvar\": 597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 257, \"group\": [2199.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCGTCACGG\", \"ini\": 3445, \"clust\": 1277, \"rank\": 185, \"rankvar\": 2738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 144, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1676, \"group\": [1276.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCCGTCGT\", \"ini\": 3444, \"clust\": 2703, \"rank\": 130, \"rankvar\": 712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 258, \"group\": [2701.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTTCCTC\", \"ini\": 3443, \"clust\": 2934, \"rank\": 359, \"rankvar\": 923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 146, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3083, \"group\": [2929.0, 444.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCAGTTAGC\", \"ini\": 3442, \"clust\": 2928, \"rank\": 268, \"rankvar\": 355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 147, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3084, \"group\": [2934.0, 444.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGGGCTTGA\", \"ini\": 3441, \"clust\": 3184, \"rank\": 124, \"rankvar\": 2831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 148, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3085, \"group\": [3181.0, 470.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCTTTACGT\", \"ini\": 3440, \"clust\": 2667, \"rank\": 177, \"rankvar\": 231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 259, \"group\": [2666.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCACCACCT\", \"ini\": 3439, \"clust\": 3181, \"rank\": 115, \"rankvar\": 1061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 150, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3086, \"group\": [3188.0, 470.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTCTTAT\", \"ini\": 3438, \"clust\": 2657, \"rank\": 151, \"rankvar\": 2, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 260, \"group\": [2656.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACACACGCTG\", \"ini\": 3437, \"clust\": 3448, \"rank\": 197, \"rankvar\": 46, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 152, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3087, \"group\": [3448.0, 530.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGTGCTGCC\", \"ini\": 3436, \"clust\": 2624, \"rank\": 106, \"rankvar\": 2332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 261, \"group\": [2622.0, 385.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCAAACCAC\", \"ini\": 3435, \"clust\": 2832, \"rank\": 157, \"rankvar\": 1503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 262, \"group\": [2832.0, 415.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGTCGTACT\", \"ini\": 3434, \"clust\": 2837, \"rank\": 152, \"rankvar\": 689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 263, \"group\": [2837.0, 415.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGAGCCTAG\", \"ini\": 3433, \"clust\": 2641, \"rank\": 119, \"rankvar\": 1606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 156, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 264, \"group\": [2641.0, 388.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCGAATGCT\", \"ini\": 3432, \"clust\": 2695, \"rank\": 123, \"rankvar\": 1311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 265, \"group\": [2692.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGTGGCA\", \"ini\": 3431, \"clust\": 2674, \"rank\": 143, \"rankvar\": 721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 266, \"group\": [2671.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCGGTGTCG\", \"ini\": 3430, \"clust\": 2891, \"rank\": 241, \"rankvar\": 191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3088, \"group\": [2894.0, 437.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCCACGTC\", \"ini\": 3429, \"clust\": 2682, \"rank\": 150, \"rankvar\": 274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 267, \"group\": [2684.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACTGAAGG\", \"ini\": 3428, \"clust\": 2938, \"rank\": 255, \"rankvar\": 60, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3089, \"group\": [2938.0, 447.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCTCTC\", \"ini\": 3427, \"clust\": 2923, \"rank\": 443, \"rankvar\": 2543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3090, \"group\": [2942.0, 449.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATACCATG\", \"ini\": 3426, \"clust\": 2929, \"rank\": 340, \"rankvar\": 663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 163, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3091, \"group\": [2933.0, 444.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCCGTAGTA\", \"ini\": 3425, \"clust\": 3172, \"rank\": 120, \"rankvar\": 320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 164, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3092, \"group\": [3169.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCTAACTC\", \"ini\": 3424, \"clust\": 2663, \"rank\": 192, \"rankvar\": 148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 268, \"group\": [2661.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACGTCA\", \"ini\": 3423, \"clust\": 2933, \"rank\": 314, \"rankvar\": 115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 166, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3093, \"group\": [2928.0, 444.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGCTAGCA\", \"ini\": 3422, \"clust\": 3449, \"rank\": 245, \"rankvar\": 684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 167, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 6, \"group\": [3449.0, 530.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGCTAAA\", \"ini\": 3421, \"clust\": 2687, \"rank\": 86, \"rankvar\": 1016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 269, \"group\": [2688.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGGAGTACC\", \"ini\": 3420, \"clust\": 2893, \"rank\": 259, \"rankvar\": 30, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3094, \"group\": [2893.0, 437.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCACTCCTG\", \"ini\": 3419, \"clust\": 2692, \"rank\": 131, \"rankvar\": 651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 270, \"group\": [2694.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTTTGACAC\", \"ini\": 3418, \"clust\": 1260, \"rank\": 148, \"rankvar\": 2838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 171, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1677, \"group\": [1258.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGCTAACAA\", \"ini\": 3417, \"clust\": 2213, \"rank\": 169, \"rankvar\": 792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 172, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 271, \"group\": [2213.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTGGTACAG\", \"ini\": 3416, \"clust\": 1775, \"rank\": 225, \"rankvar\": 1381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 272, \"group\": [1778.0, 316.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCCGCGA\", \"ini\": 3415, \"clust\": 3469, \"rank\": 258, \"rankvar\": 3403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 174, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 7, \"group\": [3471.0, 536.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAGGCGATA\", \"ini\": 3414, \"clust\": 2705, \"rank\": 155, \"rankvar\": 2030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 273, \"group\": [2703.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCGGTCCGA\", \"ini\": 3413, \"clust\": 2664, \"rank\": 164, \"rankvar\": 79, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 274, \"group\": [2662.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCGGGAGTA\", \"ini\": 3412, \"clust\": 2712, \"rank\": 187, \"rankvar\": 467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 275, \"group\": [2712.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTTCGCG\", \"ini\": 3411, \"clust\": 2620, \"rank\": 237, \"rankvar\": 456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 276, \"group\": [2620.0, 383.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGCTATA\", \"ini\": 3410, \"clust\": 2795, \"rank\": 142, \"rankvar\": 984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 277, \"group\": [2793.0, 407.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCGGAAA\", \"ini\": 3409, \"clust\": 3268, \"rank\": 160, \"rankvar\": 947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 180, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3095, \"group\": [3266.0, 487.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAGGAACGT\", \"ini\": 3408, \"clust\": 2733, \"rank\": 201, \"rankvar\": 126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 181, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 278, \"group\": [2731.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGTAGCCGA\", \"ini\": 3407, \"clust\": 2838, \"rank\": 219, \"rankvar\": 1776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 279, \"group\": [2838.0, 415.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCAGTGCCAGA\", \"ini\": 3406, \"clust\": 2758, \"rank\": 209, \"rankvar\": 174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 280, \"group\": [2758.0, 396.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCAAACTC\", \"ini\": 3405, \"clust\": 3201, \"rank\": 117, \"rankvar\": 2390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3096, \"group\": [3200.0, 471.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGATGATA\", \"ini\": 3404, \"clust\": 2939, \"rank\": 348, \"rankvar\": 105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 185, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3097, \"group\": [2939.0, 447.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTCTAAACC\", \"ini\": 3403, \"clust\": 2769, \"rank\": 236, \"rankvar\": 80, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 281, \"group\": [2767.0, 396.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGAACGC\", \"ini\": 3402, \"clust\": 2691, \"rank\": 116, \"rankvar\": 989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 282, \"group\": [2695.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCATCGCTC\", \"ini\": 3401, \"clust\": 2835, \"rank\": 186, \"rankvar\": 739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 283, \"group\": [2835.0, 415.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTAGCGTGA\", \"ini\": 3400, \"clust\": 2726, \"rank\": 203, \"rankvar\": 1147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 284, \"group\": [2727.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGTGGGAA\", \"ini\": 3399, \"clust\": 2812, \"rank\": 380, \"rankvar\": 728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 190, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 285, \"group\": [2811.0, 410.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGTTTA\", \"ini\": 3398, \"clust\": 2833, \"rank\": 180, \"rankvar\": 1357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 286, \"group\": [2833.0, 415.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCAATCACG\", \"ini\": 3397, \"clust\": 2215, \"rank\": 159, \"rankvar\": 2999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 287, \"group\": [2216.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGACCGGAT\", \"ini\": 3396, \"clust\": 2270, \"rank\": 162, \"rankvar\": 2399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 288, \"group\": [2273.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGTCAAGGC\", \"ini\": 3395, \"clust\": 52, \"rank\": 57, \"rankvar\": 3373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2692, \"group\": [53.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTCAGTGGA\", \"ini\": 3394, \"clust\": 2645, \"rank\": 114, \"rankvar\": 3341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 289, \"group\": [2643.0, 388.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCATCACCC\", \"ini\": 3393, \"clust\": 2686, \"rank\": 178, \"rankvar\": 447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 196, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 290, \"group\": [2689.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTAAACGCG\", \"ini\": 3392, \"clust\": 2942, \"rank\": 189, \"rankvar\": 2277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 197, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1678, \"group\": [2943.0, 450.0, 68.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTACCTGC\", \"ini\": 3391, \"clust\": 2731, \"rank\": 195, \"rankvar\": 1906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 291, \"group\": [2732.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGCATGTG\", \"ini\": 3390, \"clust\": 2883, \"rank\": 304, \"rankvar\": 890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 199, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3098, \"group\": [2884.0, 433.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTCTTGAT\", \"ini\": 3389, \"clust\": 1375, \"rank\": 208, \"rankvar\": 3181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 200, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1679, \"group\": [1376.0, 169.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGGCGAAT\", \"ini\": 3388, \"clust\": 2668, \"rank\": 170, \"rankvar\": 549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 292, \"group\": [2667.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAGTCA\", \"ini\": 3387, \"clust\": 2930, \"rank\": 456, \"rankvar\": 2001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 202, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3099, \"group\": [2932.0, 444.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCGCTAGCG\", \"ini\": 3386, \"clust\": 2776, \"rank\": 300, \"rankvar\": 478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 293, \"group\": [2773.0, 396.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTTCTCTGTCG\", \"ini\": 3385, \"clust\": 3161, \"rank\": 212, \"rankvar\": 1450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3100, \"group\": [3173.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCACGAT\", \"ini\": 3384, \"clust\": 3187, \"rank\": 188, \"rankvar\": 2794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 205, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3101, \"group\": [3184.0, 470.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTTGGTGGA\", \"ini\": 3383, \"clust\": 3185, \"rank\": 163, \"rankvar\": 2529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 206, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3102, \"group\": [3182.0, 470.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCAGAGACG\", \"ini\": 3382, \"clust\": 2768, \"rank\": 204, \"rankvar\": 201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 207, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 294, \"group\": [2769.0, 396.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTTAT\", \"ini\": 3381, \"clust\": 1646, \"rank\": 361, \"rankvar\": 28, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 295, \"group\": [1647.0, 272.0, 55.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAGTGGA\", \"ini\": 3380, \"clust\": 2707, \"rank\": 205, \"rankvar\": 187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 296, \"group\": [2705.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGAGCCCAACC\", \"ini\": 3379, \"clust\": 1258, \"rank\": 247, \"rankvar\": 3219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1680, \"group\": [1255.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCTTTCAT\", \"ini\": 3378, \"clust\": 2212, \"rank\": 206, \"rankvar\": 1848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 297, \"group\": [2215.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAAGGTGACCA\", \"ini\": 3377, \"clust\": 3299, \"rank\": 147, \"rankvar\": 756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3103, \"group\": [3297.0, 493.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGCTTCGCG\", \"ini\": 3376, \"clust\": 2839, \"rank\": 265, \"rankvar\": 575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 298, \"group\": [2839.0, 415.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTCATGCCG\", \"ini\": 3375, \"clust\": 2182, \"rank\": 229, \"rankvar\": 576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 214, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 299, \"group\": [2182.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCAAAGAATC\", \"ini\": 3374, \"clust\": 3183, \"rank\": 140, \"rankvar\": 3281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 215, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3104, \"group\": [3183.0, 470.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTATCAGTC\", \"ini\": 3373, \"clust\": 1640, \"rank\": 322, \"rankvar\": 497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 216, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1669, \"group\": [1640.0, 265.0, 52.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCACGCATA\", \"ini\": 3372, \"clust\": 2804, \"rank\": 213, \"rankvar\": 64, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 300, \"group\": [2808.0, 408.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTTACTCT\", \"ini\": 3371, \"clust\": 2660, \"rank\": 256, \"rankvar\": 483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 301, \"group\": [2659.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTAAGCACG\", \"ini\": 3370, \"clust\": 2772, \"rank\": 272, \"rankvar\": 381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 302, \"group\": [2771.0, 396.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGTAAGAT\", \"ini\": 3369, \"clust\": 2642, \"rank\": 122, \"rankvar\": 2569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 303, \"group\": [2639.0, 388.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAAGCAAT\", \"ini\": 3368, \"clust\": 3155, \"rank\": 214, \"rankvar\": 2105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 221, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3105, \"group\": [3154.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTGTGACCC\", \"ini\": 3367, \"clust\": 2666, \"rank\": 242, \"rankvar\": 550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 304, \"group\": [2665.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCCTCTAGC\", \"ini\": 3366, \"clust\": 3159, \"rank\": 224, \"rankvar\": 1623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 223, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3106, \"group\": [3157.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAACTGCTA\", \"ini\": 3365, \"clust\": 3269, \"rank\": 173, \"rankvar\": 2038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 224, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3107, \"group\": [3267.0, 487.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGACCAAG\", \"ini\": 3364, \"clust\": 3415, \"rank\": 248, \"rankvar\": 2939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 225, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 8, \"group\": [3414.0, 527.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCGAGATG\", \"ini\": 3363, \"clust\": 2819, \"rank\": 279, \"rankvar\": 129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 305, \"group\": [2819.0, 410.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCTCCTAG\", \"ini\": 3362, \"clust\": 2806, \"rank\": 345, \"rankvar\": 181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 306, \"group\": [2806.0, 408.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTTAAGTAG\", \"ini\": 3361, \"clust\": 1308, \"rank\": 168, \"rankvar\": 3365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1681, \"group\": [1308.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCCAT\", \"ini\": 3360, \"clust\": 1262, \"rank\": 263, \"rankvar\": 3172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 229, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1682, \"group\": [1260.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTAAACACA\", \"ini\": 3359, \"clust\": 2186, \"rank\": 194, \"rankvar\": 1164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 307, \"group\": [2187.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTATTCTC\", \"ini\": 3358, \"clust\": 1281, \"rank\": 339, \"rankvar\": 3331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1683, \"group\": [1278.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTAGAGG\", \"ini\": 3357, \"clust\": 3193, \"rank\": 138, \"rankvar\": 814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 232, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3108, \"group\": [3192.0, 470.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAAGAATC\", \"ini\": 3356, \"clust\": 3173, \"rank\": 166, \"rankvar\": 1587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 233, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3109, \"group\": [3170.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGCTAGT\", \"ini\": 3355, \"clust\": 2788, \"rank\": 271, \"rankvar\": 152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 308, \"group\": [2786.0, 405.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGTCTCG\", \"ini\": 3354, \"clust\": 3209, \"rank\": 144, \"rankvar\": 3132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3110, \"group\": [3209.0, 471.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGTCTCT\", \"ini\": 3353, \"clust\": 2037, \"rank\": 278, \"rankvar\": 2440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 309, \"group\": [2038.0, 339.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACAATGGATA\", \"ini\": 3352, \"clust\": 2675, \"rank\": 240, \"rankvar\": 242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 310, \"group\": [2672.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGAACAATC\", \"ini\": 3351, \"clust\": 3167, \"rank\": 207, \"rankvar\": 3067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3111, \"group\": [3164.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCACCGTAA\", \"ini\": 3350, \"clust\": 2843, \"rank\": 202, \"rankvar\": 845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 311, \"group\": [2841.0, 415.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTATATGAG\", \"ini\": 3349, \"clust\": 2670, \"rank\": 257, \"rankvar\": 785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 240, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 312, \"group\": [2668.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCTAGAAC\", \"ini\": 3348, \"clust\": 2672, \"rank\": 260, \"rankvar\": 55, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 313, \"group\": [2674.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTTAGTGGG\", \"ini\": 3347, \"clust\": 2752, \"rank\": 280, \"rankvar\": 405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 314, \"group\": [2750.0, 394.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTTATGCGT\", \"ini\": 3346, \"clust\": 3265, \"rank\": 196, \"rankvar\": 1449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 243, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3112, \"group\": [3264.0, 487.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAAGTTCC\", \"ini\": 3345, \"clust\": 2763, \"rank\": 293, \"rankvar\": 91, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 315, \"group\": [2763.0, 396.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATTTGCTT\", \"ini\": 3344, \"clust\": 2816, \"rank\": 333, \"rankvar\": 1390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 316, \"group\": [2815.0, 410.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCCAGTAGT\", \"ini\": 3343, \"clust\": 2793, \"rank\": 266, \"rankvar\": 504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 317, \"group\": [2798.0, 407.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACCGTAA\", \"ini\": 3342, \"clust\": 2944, \"rank\": 292, \"rankvar\": 22, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 247, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3113, \"group\": [2945.0, 452.0, 69.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTAAAGTG\", \"ini\": 3341, \"clust\": 2935, \"rank\": 601, \"rankvar\": 418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 248, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3114, \"group\": [2930.0, 444.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGACGTT\", \"ini\": 3340, \"clust\": 2193, \"rank\": 261, \"rankvar\": 631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 318, \"group\": [2192.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGCACTCAGGC\", \"ini\": 3339, \"clust\": 3274, \"rank\": 235, \"rankvar\": 727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3115, \"group\": [3271.0, 487.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATCACCC\", \"ini\": 3338, \"clust\": 2623, \"rank\": 176, \"rankvar\": 2690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 319, \"group\": [2624.0, 385.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTACCTACA\", \"ini\": 3337, \"clust\": 1313, \"rank\": 222, \"rankvar\": 3152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 252, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1684, \"group\": [1311.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCAGTTTGG\", \"ini\": 3336, \"clust\": 2848, \"rank\": 313, \"rankvar\": 742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 320, \"group\": [2848.0, 417.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTGTGTATGGG\", \"ini\": 3335, \"clust\": 3264, \"rank\": 244, \"rankvar\": 1540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 254, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3116, \"group\": [3269.0, 487.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCACGTGAGA\", \"ini\": 3334, \"clust\": 2786, \"rank\": 353, \"rankvar\": 39, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 321, \"group\": [2789.0, 405.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTAGTACCT\", \"ini\": 3333, \"clust\": 3168, \"rank\": 211, \"rankvar\": 2221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3117, \"group\": [3168.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGTGTGCC\", \"ini\": 3332, \"clust\": 2266, \"rank\": 199, \"rankvar\": 2353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 322, \"group\": [2267.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCAGGGTTAG\", \"ini\": 3331, \"clust\": 2762, \"rank\": 315, \"rankvar\": 371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 323, \"group\": [2762.0, 396.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTAAGGGC\", \"ini\": 3330, \"clust\": 3300, \"rank\": 232, \"rankvar\": 1257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3118, \"group\": [3298.0, 493.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAGTGCACTTA\", \"ini\": 3329, \"clust\": 2765, \"rank\": 246, \"rankvar\": 290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 324, \"group\": [2770.0, 396.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCAGACGTAG\", \"ini\": 3328, \"clust\": 77, \"rank\": 373, \"rankvar\": 3013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 261, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3567, \"group\": [78.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTTTAC\", \"ini\": 3327, \"clust\": 3246, \"rank\": 181, \"rankvar\": 2347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 262, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3119, \"group\": [3245.0, 482.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATGTTAAAGAC\", \"ini\": 3326, \"clust\": 2820, \"rank\": 370, \"rankvar\": 337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 325, \"group\": [2820.0, 410.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCGCCATG\", \"ini\": 3325, \"clust\": 2855, \"rank\": 399, \"rankvar\": 1078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 326, \"group\": [2854.0, 418.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTTGAGGT\", \"ini\": 3324, \"clust\": 2805, \"rank\": 365, \"rankvar\": 1342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 327, \"group\": [2807.0, 408.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTCGAATCT\", \"ini\": 3323, \"clust\": 2817, \"rank\": 295, \"rankvar\": 649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 328, \"group\": [2817.0, 410.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGCATCATC\", \"ini\": 3322, \"clust\": 2214, \"rank\": 200, \"rankvar\": 2388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 329, \"group\": [2214.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTGTTAAGA\", \"ini\": 3321, \"clust\": 3164, \"rank\": 167, \"rankvar\": 2828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3120, \"group\": [3162.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCATTAGCCA\", \"ini\": 3320, \"clust\": 3202, \"rank\": 145, \"rankvar\": 3047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3121, \"group\": [3203.0, 471.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGACATTA\", \"ini\": 3319, \"clust\": 3417, \"rank\": 297, \"rankvar\": 2965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 270, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 9, \"group\": [3420.0, 527.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCCTTGG\", \"ini\": 3318, \"clust\": 2617, \"rank\": 301, \"rankvar\": 1, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 330, \"group\": [2616.0, 381.0, 58.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGATGCCAG\", \"ini\": 3317, \"clust\": 2807, \"rank\": 320, \"rankvar\": 711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 331, \"group\": [2804.0, 408.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCAAGCGAGT\", \"ini\": 3316, \"clust\": 1257, \"rank\": 270, \"rankvar\": 2902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 273, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1685, \"group\": [1257.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCTAGGGC\", \"ini\": 3315, \"clust\": 1261, \"rank\": 226, \"rankvar\": 2866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1686, \"group\": [1259.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCATCATTC\", \"ini\": 3314, \"clust\": 2368, \"rank\": 239, \"rankvar\": 1520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 332, \"group\": [2368.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCAAACAACA\", \"ini\": 3313, \"clust\": 3019, \"rank\": 215, \"rankvar\": 2225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 276, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3122, \"group\": [3016.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCGGATCA\", \"ini\": 3312, \"clust\": 2643, \"rank\": 156, \"rankvar\": 2417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 333, \"group\": [2640.0, 388.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCAAACGGG\", \"ini\": 3311, \"clust\": 2223, \"rank\": 264, \"rankvar\": 1213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 334, \"group\": [2223.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCCAGCTGGCT\", \"ini\": 3310, \"clust\": 3156, \"rank\": 253, \"rankvar\": 2325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 279, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3123, \"group\": [3155.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCAAGCCTA\", \"ini\": 3309, \"clust\": 3450, \"rank\": 437, \"rankvar\": 1671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 280, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 10, \"group\": [3452.0, 530.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCTGTTTGT\", \"ini\": 3308, \"clust\": 2947, \"rank\": 290, \"rankvar\": 33, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 281, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3124, \"group\": [2948.0, 453.0, 69.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCGAGAAA\", \"ini\": 3307, \"clust\": 1318, \"rank\": 273, \"rankvar\": 1997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 282, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1687, \"group\": [1316.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGAGAACG\", \"ini\": 3306, \"clust\": 2171, \"rank\": 262, \"rankvar\": 720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 335, \"group\": [2172.0, 347.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACACAGGAGT\", \"ini\": 3305, \"clust\": 2633, \"rank\": 282, \"rankvar\": 1388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 336, \"group\": [2630.0, 388.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAGACGTAG\", \"ini\": 3304, \"clust\": 2813, \"rank\": 469, \"rankvar\": 1469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 337, \"group\": [2812.0, 410.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCTGGAAC\", \"ini\": 3303, \"clust\": 2917, \"rank\": 446, \"rankvar\": 17, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 286, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3125, \"group\": [2917.0, 439.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCATGTAGC\", \"ini\": 3302, \"clust\": 1209, \"rank\": 75, \"rankvar\": 3467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 287, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1840, \"group\": [1206.0, 143.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGTTTGCC\", \"ini\": 3301, \"clust\": 2696, \"rank\": 191, \"rankvar\": 1297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 338, \"group\": [2693.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGCGCTCCA\", \"ini\": 3300, \"clust\": 2177, \"rank\": 250, \"rankvar\": 454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 289, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 339, \"group\": [2177.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTCATATGC\", \"ini\": 3299, \"clust\": 2936, \"rank\": 511, \"rankvar\": 1007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 290, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3126, \"group\": [2936.0, 446.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCAGCGACC\", \"ini\": 3298, \"clust\": 2940, \"rank\": 508, \"rankvar\": 439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 291, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3127, \"group\": [2940.0, 448.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACGGCGTT\", \"ini\": 3297, \"clust\": 2760, \"rank\": 337, \"rankvar\": 143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 340, \"group\": [2760.0, 396.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGCCTATGT\", \"ini\": 3296, \"clust\": 3189, \"rank\": 276, \"rankvar\": 979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 293, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3128, \"group\": [3191.0, 470.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAAGGTTTC\", \"ini\": 3295, \"clust\": 2192, \"rank\": 302, \"rankvar\": 735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 341, \"group\": [2194.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCCTACAGA\", \"ini\": 3294, \"clust\": 2408, \"rank\": 505, \"rankvar\": 1194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 295, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 342, \"group\": [2412.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGTGTACGG\", \"ini\": 3293, \"clust\": 2293, \"rank\": 210, \"rankvar\": 2528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 296, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 343, \"group\": [2294.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATCCGAG\", \"ini\": 3292, \"clust\": 78, \"rank\": 543, \"rankvar\": 1135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 297, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3129, \"group\": [81.0, 18.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTCGGCACT\", \"ini\": 3291, \"clust\": 2219, \"rank\": 228, \"rankvar\": 2790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 344, \"group\": [2222.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAAACCAC\", \"ini\": 3290, \"clust\": 2910, \"rank\": 354, \"rankvar\": 7, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3130, \"group\": [2918.0, 439.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGGCTATCT\", \"ini\": 3289, \"clust\": 3188, \"rank\": 243, \"rankvar\": 2287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3131, \"group\": [3185.0, 470.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACCGGAT\", \"ini\": 3288, \"clust\": 2801, \"rank\": 317, \"rankvar\": 225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 301, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 345, \"group\": [2800.0, 407.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGTCGCCGT\", \"ini\": 3287, \"clust\": 3033, \"rank\": 254, \"rankvar\": 2601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 302, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3132, \"group\": [3032.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCTGACCTC\", \"ini\": 3286, \"clust\": 1218, \"rank\": 135, \"rankvar\": 2330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 303, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1841, \"group\": [1216.0, 144.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGATAGAA\", \"ini\": 3285, \"clust\": 2981, \"rank\": 425, \"rankvar\": 1854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 304, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3133, \"group\": [2981.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATCCGAG\", \"ini\": 3284, \"clust\": 3141, \"rank\": 306, \"rankvar\": 753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 305, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3134, \"group\": [3143.0, 466.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCACATTTCT\", \"ini\": 3283, \"clust\": 1636, \"rank\": 568, \"rankvar\": 831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 306, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3030, \"group\": [1639.0, 264.0, 52.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTACCGCTG\", \"ini\": 3282, \"clust\": 2625, \"rank\": 269, \"rankvar\": 1883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 307, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 346, \"group\": [2623.0, 385.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAAGTCTAC\", \"ini\": 3281, \"clust\": 2184, \"rank\": 231, \"rankvar\": 387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 347, \"group\": [2189.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTTCGCAT\", \"ini\": 3280, \"clust\": 2618, \"rank\": 363, \"rankvar\": 5, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 348, \"group\": [2617.0, 381.0, 58.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCACAGAGGT\", \"ini\": 3279, \"clust\": 3271, \"rank\": 286, \"rankvar\": 1183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3135, \"group\": [3273.0, 487.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCTTCCTTC\", \"ini\": 3278, \"clust\": 2187, \"rank\": 318, \"rankvar\": 172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 349, \"group\": [2185.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCTAACC\", \"ini\": 3277, \"clust\": 3204, \"rank\": 230, \"rankvar\": 1577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 312, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3136, \"group\": [3202.0, 471.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGGAATGC\", \"ini\": 3276, \"clust\": 2799, \"rank\": 288, \"rankvar\": 157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 350, \"group\": [2797.0, 407.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGTAGCCGA\", \"ini\": 3275, \"clust\": 3152, \"rank\": 303, \"rankvar\": 2361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3137, \"group\": [3151.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGAGCCATCGC\", \"ini\": 3274, \"clust\": 2790, \"rank\": 432, \"rankvar\": 194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 351, \"group\": [2790.0, 406.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCTCCGGTT\", \"ini\": 3273, \"clust\": 2945, \"rank\": 283, \"rankvar\": 1102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 316, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3138, \"group\": [2946.0, 452.0, 69.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAAGTACCT\", \"ini\": 3272, \"clust\": 2885, \"rank\": 400, \"rankvar\": 464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 317, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3139, \"group\": [2886.0, 433.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCTCACTCTTA\", \"ini\": 3271, \"clust\": 2188, \"rank\": 285, \"rankvar\": 235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 352, \"group\": [2186.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCGTAGTG\", \"ini\": 3270, \"clust\": 1937, \"rank\": 233, \"rankvar\": 604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 353, \"group\": [1942.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGCGT\", \"ini\": 3269, \"clust\": 3020, \"rank\": 296, \"rankvar\": 2687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 320, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3140, \"group\": [3017.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAGTACCT\", \"ini\": 3268, \"clust\": 2226, \"rank\": 312, \"rankvar\": 1055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 354, \"group\": [2226.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGTCCCAGGTG\", \"ini\": 3267, \"clust\": 2890, \"rank\": 476, \"rankvar\": 34, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3141, \"group\": [2891.0, 436.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGATCGGA\", \"ini\": 3266, \"clust\": 2395, \"rank\": 398, \"rankvar\": 1169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 355, \"group\": [2398.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCTGCCCTA\", \"ini\": 3265, \"clust\": 2220, \"rank\": 305, \"rankvar\": 2004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 324, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 356, \"group\": [2220.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGTGCGTGA\", \"ini\": 3264, \"clust\": 3179, \"rank\": 445, \"rankvar\": 395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 325, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3142, \"group\": [3177.0, 468.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAAGAAGC\", \"ini\": 3263, \"clust\": 3295, \"rank\": 310, \"rankvar\": 2263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 326, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3143, \"group\": [3292.0, 492.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAGTCGGCATC\", \"ini\": 3262, \"clust\": 2673, \"rank\": 338, \"rankvar\": 594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 357, \"group\": [2673.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCAATCTCT\", \"ini\": 3261, \"clust\": 2222, \"rank\": 275, \"rankvar\": 603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 358, \"group\": [2225.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGACAGAGA\", \"ini\": 3260, \"clust\": 1374, \"rank\": 336, \"rankvar\": 2495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 329, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1688, \"group\": [1377.0, 169.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGCGATTCT\", \"ini\": 3259, \"clust\": 3409, \"rank\": 722, \"rankvar\": 2637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 330, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 11, \"group\": [3416.0, 527.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGCTGAAAT\", \"ini\": 3258, \"clust\": 2791, \"rank\": 499, \"rankvar\": 215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 331, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 359, \"group\": [2791.0, 406.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACTTACGA\", \"ini\": 3257, \"clust\": 3147, \"rank\": 329, \"rankvar\": 2208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3144, \"group\": [3146.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGCTCCTCT\", \"ini\": 3256, \"clust\": 2830, \"rank\": 383, \"rankvar\": 1511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 333, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 360, \"group\": [2830.0, 414.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTACGCGA\", \"ini\": 3255, \"clust\": 2221, \"rank\": 251, \"rankvar\": 2951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 361, \"group\": [2221.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAACTCTT\", \"ini\": 3254, \"clust\": 3151, \"rank\": 371, \"rankvar\": 1691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 335, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3145, \"group\": [3153.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCAATCTACG\", \"ini\": 3253, \"clust\": 1376, \"rank\": 405, \"rankvar\": 1629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1689, \"group\": [1375.0, 169.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTACAA\", \"ini\": 3252, \"clust\": 2881, \"rank\": 334, \"rankvar\": 606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 337, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1842, \"group\": [2882.0, 432.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTGCATCTA\", \"ini\": 3251, \"clust\": 2615, \"rank\": 423, \"rankvar\": 665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 362, \"group\": [2619.0, 382.0, 58.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTACCGAGA\", \"ini\": 3250, \"clust\": 2335, \"rank\": 349, \"rankvar\": 1879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 363, \"group\": [2336.0, 355.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTTCCACAA\", \"ini\": 3249, \"clust\": 2199, \"rank\": 294, \"rankvar\": 260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 364, \"group\": [2202.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCGAATCCA\", \"ini\": 3248, \"clust\": 2202, \"rank\": 249, \"rankvar\": 376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 365, \"group\": [2200.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGTCCAGGA\", \"ini\": 3247, \"clust\": 3178, \"rank\": 501, \"rankvar\": 1081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 342, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3146, \"group\": [3179.0, 468.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCTCCTATA\", \"ini\": 3246, \"clust\": 3419, \"rank\": 424, \"rankvar\": 2362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 343, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 12, \"group\": [3419.0, 527.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAACGATGG\", \"ini\": 3245, \"clust\": 3149, \"rank\": 325, \"rankvar\": 1680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 344, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3147, \"group\": [3149.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGAGCTT\", \"ini\": 3244, \"clust\": 3144, \"rank\": 364, \"rankvar\": 634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3148, \"group\": [3144.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATGCCTTC\", \"ini\": 3243, \"clust\": 2841, \"rank\": 358, \"rankvar\": 43, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 366, \"group\": [2842.0, 415.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTGTTGAGG\", \"ini\": 3242, \"clust\": 3270, \"rank\": 308, \"rankvar\": 774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 347, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3149, \"group\": [3274.0, 487.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGACCTTTG\", \"ini\": 3241, \"clust\": 2263, \"rank\": 422, \"rankvar\": 273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 367, \"group\": [2266.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCGCTTTC\", \"ini\": 3240, \"clust\": 2661, \"rank\": 448, \"rankvar\": 70, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 368, \"group\": [2660.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGATAGTCA\", \"ini\": 3239, \"clust\": 2196, \"rank\": 267, \"rankvar\": 1166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 350, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 369, \"group\": [2196.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATGGTCAT\", \"ini\": 3238, \"clust\": 2694, \"rank\": 238, \"rankvar\": 1040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 370, \"group\": [2691.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACAAATCCGT\", \"ini\": 3237, \"clust\": 2927, \"rank\": 613, \"rankvar\": 63, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 352, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3150, \"group\": [2935.0, 445.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCTCGGACG\", \"ini\": 3236, \"clust\": 2090, \"rank\": 429, \"rankvar\": 1360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 353, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 371, \"group\": [2094.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCACCCTATC\", \"ini\": 3235, \"clust\": 2744, \"rank\": 407, \"rankvar\": 124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 372, \"group\": [2749.0, 393.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACATCACAAC\", \"ini\": 3234, \"clust\": 1670, \"rank\": 387, \"rankvar\": 951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 373, \"group\": [1671.0, 284.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAAGAGCAATT\", \"ini\": 3233, \"clust\": 2856, \"rank\": 622, \"rankvar\": 823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 374, \"group\": [2855.0, 418.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTACCGAT\", \"ini\": 3232, \"clust\": 2770, \"rank\": 417, \"rankvar\": 82, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 375, \"group\": [2768.0, 396.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACATGCCTTC\", \"ini\": 3231, \"clust\": 2863, \"rank\": 580, \"rankvar\": 2684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 376, \"group\": [2862.0, 421.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCCGTAGGC\", \"ini\": 3230, \"clust\": 2750, \"rank\": 513, \"rankvar\": 565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 377, \"group\": [2753.0, 394.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACACTCTGTC\", \"ini\": 3229, \"clust\": 2952, \"rank\": 482, \"rankvar\": 1272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 360, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3151, \"group\": [3048.0, 458.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGACTGC\", \"ini\": 3228, \"clust\": 1215, \"rank\": 184, \"rankvar\": 2099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 361, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1843, \"group\": [1214.0, 144.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTGAGGGA\", \"ini\": 3227, \"clust\": 2234, \"rank\": 393, \"rankvar\": 752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 378, \"group\": [2233.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGCTGTTCA\", \"ini\": 3226, \"clust\": 3176, \"rank\": 355, \"rankvar\": 1439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 363, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3152, \"group\": [3174.0, 468.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCTCGCGTTTC\", \"ini\": 3225, \"clust\": 2814, \"rank\": 431, \"rankvar\": 931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 379, \"group\": [2816.0, 410.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGTCGAGTG\", \"ini\": 3224, \"clust\": 1314, \"rank\": 321, \"rankvar\": 3287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1690, \"group\": [1312.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAATCTACG\", \"ini\": 3223, \"clust\": 1216, \"rank\": 190, \"rankvar\": 1702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1844, \"group\": [1215.0, 144.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGTCCAGG\", \"ini\": 3222, \"clust\": 2376, \"rank\": 366, \"rankvar\": 2152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 380, \"group\": [2379.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATCTGGTA\", \"ini\": 3221, \"clust\": 3157, \"rank\": 346, \"rankvar\": 2226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3153, \"group\": [3160.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAACGCACC\", \"ini\": 3220, \"clust\": 2107, \"rank\": 470, \"rankvar\": 849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 381, \"group\": [2110.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCATTTGGG\", \"ini\": 3219, \"clust\": 3027, \"rank\": 324, \"rankvar\": 2520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3154, \"group\": [3023.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAGTTGGTAAA\", \"ini\": 3218, \"clust\": 1211, \"rank\": 217, \"rankvar\": 2472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1845, \"group\": [1210.0, 144.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATGTGTA\", \"ini\": 3217, \"clust\": 2789, \"rank\": 593, \"rankvar\": 787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 382, \"group\": [2787.0, 405.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGATATACG\", \"ini\": 3216, \"clust\": 2271, \"rank\": 384, \"rankvar\": 2293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 383, \"group\": [2271.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCATTCTTAC\", \"ini\": 3215, \"clust\": 3153, \"rank\": 433, \"rankvar\": 2470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 374, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3155, \"group\": [3152.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGCTGATA\", \"ini\": 3214, \"clust\": 2818, \"rank\": 557, \"rankvar\": 283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 384, \"group\": [2818.0, 410.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTGTTTGG\", \"ini\": 3213, \"clust\": 3272, \"rank\": 289, \"rankvar\": 538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3156, \"group\": [3272.0, 487.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTTCTGTTT\", \"ini\": 3212, \"clust\": 1263, \"rank\": 466, \"rankvar\": 3210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 377, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1691, \"group\": [1261.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTAACG\", \"ini\": 3211, \"clust\": 2241, \"rank\": 397, \"rankvar\": 558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 385, \"group\": [2241.0, 352.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATAGCTCTCGG\", \"ini\": 3210, \"clust\": 2766, \"rank\": 430, \"rankvar\": 915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 386, \"group\": [2765.0, 396.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATAAACG\", \"ini\": 3209, \"clust\": 3158, \"rank\": 350, \"rankvar\": 674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 380, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3157, \"group\": [3159.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAGGGCATA\", \"ini\": 3208, \"clust\": 2409, \"rank\": 477, \"rankvar\": 542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 387, \"group\": [2411.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGATGCCAG\", \"ini\": 3207, \"clust\": 2966, \"rank\": 435, \"rankvar\": 2830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3158, \"group\": [2963.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTTGACAC\", \"ini\": 3206, \"clust\": 2850, \"rank\": 450, \"rankvar\": 2306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 383, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 388, \"group\": [2850.0, 418.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATTCCTT\", \"ini\": 3205, \"clust\": 3160, \"rank\": 461, \"rankvar\": 1138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 384, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3159, \"group\": [3158.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAACGCACC\", \"ini\": 3204, \"clust\": 2144, \"rank\": 392, \"rankvar\": 972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 389, \"group\": [2143.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCCTCAACC\", \"ini\": 3203, \"clust\": 2410, \"rank\": 514, \"rankvar\": 1162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 386, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 390, \"group\": [2409.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTTACGGAG\", \"ini\": 3202, \"clust\": 2438, \"rank\": 495, \"rankvar\": 1618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 391, \"group\": [2439.0, 362.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTAAGAGGA\", \"ini\": 3201, \"clust\": 3410, \"rank\": 744, \"rankvar\": 2967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 13, \"group\": [3409.0, 527.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGAAGGGTA\", \"ini\": 3200, \"clust\": 2178, \"rank\": 344, \"rankvar\": 1651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 389, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 392, \"group\": [2180.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATCCTGT\", \"ini\": 3199, \"clust\": 3024, \"rank\": 274, \"rankvar\": 3207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 390, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3160, \"group\": [3021.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCTTAT\", \"ini\": 3198, \"clust\": 2052, \"rank\": 479, \"rankvar\": 799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 393, \"group\": [2055.0, 343.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCGGCTCA\", \"ini\": 3197, \"clust\": 2646, \"rank\": 369, \"rankvar\": 1816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 394, \"group\": [2645.0, 388.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTTGCATG\", \"ini\": 3196, \"clust\": 3411, \"rank\": 598, \"rankvar\": 2195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 393, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 14, \"group\": [3410.0, 527.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATGCAACT\", \"ini\": 3195, \"clust\": 2941, \"rank\": 776, \"rankvar\": 761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 394, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3161, \"group\": [2941.0, 448.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCATAG\", \"ini\": 3194, \"clust\": 1279, \"rank\": 693, \"rankvar\": 2938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 395, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1692, \"group\": [1281.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAACATC\", \"ini\": 3193, \"clust\": 2636, \"rank\": 342, \"rankvar\": 386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 395, \"group\": [2634.0, 388.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCGATCCC\", \"ini\": 3192, \"clust\": 1280, \"rank\": 581, \"rankvar\": 3366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 397, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1693, \"group\": [1280.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCATGGTCA\", \"ini\": 3191, \"clust\": 2098, \"rank\": 375, \"rankvar\": 2077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 396, \"group\": [2098.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATAGCGTGAAC\", \"ini\": 3190, \"clust\": 2777, \"rank\": 577, \"rankvar\": 367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 397, \"group\": [2774.0, 396.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTCATGCAT\", \"ini\": 3189, \"clust\": 2154, \"rank\": 523, \"rankvar\": 1219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 398, \"group\": [2153.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAACGTT\", \"ini\": 3188, \"clust\": 2100, \"rank\": 394, \"rankvar\": 2041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 401, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 399, \"group\": [2100.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGCAATGGACG\", \"ini\": 3187, \"clust\": 53, \"rank\": 223, \"rankvar\": 2286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 402, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2693, \"group\": [54.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGAACTCGG\", \"ini\": 3186, \"clust\": 2925, \"rank\": 1006, \"rankvar\": 1610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 403, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3162, \"group\": [2924.0, 443.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAGTCGATT\", \"ini\": 3185, \"clust\": 1282, \"rank\": 602, \"rankvar\": 3071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 404, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1694, \"group\": [1279.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGCCTAT\", \"ini\": 3184, \"clust\": 2851, \"rank\": 507, \"rankvar\": 2237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 400, \"group\": [2851.0, 418.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAACTGCGC\", \"ini\": 3183, \"clust\": 2272, \"rank\": 389, \"rankvar\": 1550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 401, \"group\": [2272.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCCACGTGG\", \"ini\": 3182, \"clust\": 3237, \"rank\": 360, \"rankvar\": 2923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3163, \"group\": [3238.0, 481.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGGTCGTTGTA\", \"ini\": 3181, \"clust\": 2242, \"rank\": 491, \"rankvar\": 353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 402, \"group\": [2242.0, 352.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACACGCTG\", \"ini\": 3180, \"clust\": 2217, \"rank\": 408, \"rankvar\": 1522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 403, \"group\": [2218.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGCAGGCTA\", \"ini\": 3179, \"clust\": 2189, \"rank\": 331, \"rankvar\": 1124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 404, \"group\": [2190.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGGACAA\", \"ini\": 3178, \"clust\": 2235, \"rank\": 307, \"rankvar\": 953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 411, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 405, \"group\": [2234.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGCTTTC\", \"ini\": 3177, \"clust\": 2179, \"rank\": 395, \"rankvar\": 694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 406, \"group\": [2178.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGAATGTGT\", \"ini\": 3176, \"clust\": 2194, \"rank\": 457, \"rankvar\": 1046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 407, \"group\": [2193.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGGACACCA\", \"ini\": 3175, \"clust\": 3471, \"rank\": 727, \"rankvar\": 3518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 414, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 15, \"group\": [3468.0, 536.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCACTGCCAG\", \"ini\": 3174, \"clust\": 3483, \"rank\": 639, \"rankvar\": 3155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 415, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 16, \"group\": [3486.0, 537.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGATCTCCAGGG\", \"ini\": 3173, \"clust\": 3413, \"rank\": 550, \"rankvar\": 2974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 416, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 17, \"group\": [3411.0, 527.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTTCAGATAAG\", \"ini\": 3172, \"clust\": 2918, \"rank\": 1087, \"rankvar\": 1927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 417, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3164, \"group\": [2923.0, 442.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCGTCTCCCTA\", \"ini\": 3171, \"clust\": 2671, \"rank\": 486, \"rankvar\": 50, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 408, \"group\": [2669.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCTAGGGC\", \"ini\": 3170, \"clust\": 2072, \"rank\": 438, \"rankvar\": 2295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 409, \"group\": [2071.0, 345.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCTGAGTGT\", \"ini\": 3169, \"clust\": 2937, \"rank\": 635, \"rankvar\": 472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 420, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3165, \"group\": [2937.0, 446.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCATATCGG\", \"ini\": 3168, \"clust\": 2172, \"rank\": 396, \"rankvar\": 98, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 410, \"group\": [2173.0, 347.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGAGTGAC\", \"ini\": 3167, \"clust\": 2775, \"rank\": 594, \"rankvar\": 166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 411, \"group\": [2775.0, 396.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGCAAATCA\", \"ini\": 3166, \"clust\": 2767, \"rank\": 406, \"rankvar\": 58, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 412, \"group\": [2766.0, 396.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGCCCTTA\", \"ini\": 3165, \"clust\": 2181, \"rank\": 388, \"rankvar\": 93, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 413, \"group\": [2184.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTCACATGGGA\", \"ini\": 3164, \"clust\": 2314, \"rank\": 504, \"rankvar\": 402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 414, \"group\": [2315.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCGGCTTGG\", \"ini\": 3163, \"clust\": 2278, \"rank\": 412, \"rankvar\": 2596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 426, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 415, \"group\": [2281.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCGATCG\", \"ini\": 3162, \"clust\": 3192, \"rank\": 352, \"rankvar\": 1835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 427, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3166, \"group\": [3194.0, 470.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCAGGCCCA\", \"ini\": 3161, \"clust\": 1634, \"rank\": 876, \"rankvar\": 1305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 428, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1670, \"group\": [1634.0, 259.0, 51.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGTAGGAG\", \"ini\": 3160, \"clust\": 2635, \"rank\": 351, \"rankvar\": 175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 416, \"group\": [2636.0, 388.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCTTCTGGC\", \"ini\": 3159, \"clust\": 3260, \"rank\": 421, \"rankvar\": 1754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 430, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3167, \"group\": [3259.0, 485.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCCAAGGTGTG\", \"ini\": 3158, \"clust\": 2747, \"rank\": 372, \"rankvar\": 585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 417, \"group\": [2746.0, 393.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGGATGCGT\", \"ini\": 3157, \"clust\": 3078, \"rank\": 403, \"rankvar\": 3095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 432, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3168, \"group\": [3077.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTCGCTTCT\", \"ini\": 3156, \"clust\": 3169, \"rank\": 377, \"rankvar\": 1668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 433, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3169, \"group\": [3166.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTACATGTC\", \"ini\": 3155, \"clust\": 3205, \"rank\": 198, \"rankvar\": 3238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3170, \"group\": [3210.0, 471.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTGTCCTCT\", \"ini\": 3154, \"clust\": 2774, \"rank\": 540, \"rankvar\": 184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 418, \"group\": [2776.0, 396.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGAGTCTGG\", \"ini\": 3153, \"clust\": 2286, \"rank\": 401, \"rankvar\": 1741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 419, \"group\": [2287.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGTCTGT\", \"ini\": 3152, \"clust\": 2748, \"rank\": 385, \"rankvar\": 516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 420, \"group\": [2744.0, 393.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCAGCCAGAA\", \"ini\": 3151, \"clust\": 2738, \"rank\": 481, \"rankvar\": 1427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 421, \"group\": [2736.0, 392.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGGTTCT\", \"ini\": 3150, \"clust\": 2857, \"rank\": 516, \"rankvar\": 836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 422, \"group\": [2857.0, 418.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCACTTCAT\", \"ini\": 3149, \"clust\": 2442, \"rank\": 695, \"rankvar\": 1609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 423, \"group\": [2443.0, 362.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTACTCAT\", \"ini\": 3148, \"clust\": 1283, \"rank\": 800, \"rankvar\": 2630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 441, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1695, \"group\": [1282.0, 162.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCAGCTCTC\", \"ini\": 3147, \"clust\": 2004, \"rank\": 496, \"rankvar\": 2209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 424, \"group\": [2005.0, 334.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGTAAG\", \"ini\": 3146, \"clust\": 3393, \"rank\": 760, \"rankvar\": 3335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 443, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3559, \"group\": [3394.0, 518.0, 77.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTAAGAAC\", \"ini\": 3145, \"clust\": 3414, \"rank\": 643, \"rankvar\": 2367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 444, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 18, \"group\": [3412.0, 527.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGTACGA\", \"ini\": 3144, \"clust\": 1934, \"rank\": 426, \"rankvar\": 809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 425, \"group\": [1937.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGAGTAATC\", \"ini\": 3143, \"clust\": 2356, \"rank\": 390, \"rankvar\": 719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 426, \"group\": [2357.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGTGATTA\", \"ini\": 3142, \"clust\": 3290, \"rank\": 462, \"rankvar\": 567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3171, \"group\": [3290.0, 492.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGATATGCA\", \"ini\": 3141, \"clust\": 2811, \"rank\": 740, \"rankvar\": 927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 427, \"group\": [2813.0, 410.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTAACGGT\", \"ini\": 3140, \"clust\": 1213, \"rank\": 221, \"rankvar\": 1720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1846, \"group\": [1212.0, 144.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCTCCGGTT\", \"ini\": 3139, \"clust\": 2282, \"rank\": 509, \"rankvar\": 685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 428, \"group\": [2282.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCGACGGAA\", \"ini\": 3138, \"clust\": 2846, \"rank\": 804, \"rankvar\": 926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 451, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 429, \"group\": [2846.0, 417.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCAAGGCTT\", \"ini\": 3137, \"clust\": 3162, \"rank\": 227, \"rankvar\": 2395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 452, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3172, \"group\": [3172.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTAGAGTC\", \"ini\": 3136, \"clust\": 2073, \"rank\": 444, \"rankvar\": 1477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 430, \"group\": [2072.0, 345.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGAGCGTT\", \"ini\": 3135, \"clust\": 2921, \"rank\": 1099, \"rankvar\": 1573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3173, \"group\": [2919.0, 440.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTGCCAGA\", \"ini\": 3134, \"clust\": 2401, \"rank\": 554, \"rankvar\": 492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 455, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 431, \"group\": [2402.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTCAATGGACG\", \"ini\": 3133, \"clust\": 2279, \"rank\": 497, \"rankvar\": 331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 432, \"group\": [2279.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAGACTCGC\", \"ini\": 3132, \"clust\": 2054, \"rank\": 549, \"rankvar\": 297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 433, \"group\": [2052.0, 343.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAGGGAA\", \"ini\": 3131, \"clust\": 2095, \"rank\": 483, \"rankvar\": 1952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 434, \"group\": [2095.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTCCGAAGA\", \"ini\": 3130, \"clust\": 2809, \"rank\": 609, \"rankvar\": 245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 435, \"group\": [2809.0, 409.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGTCGCCGTGA\", \"ini\": 3129, \"clust\": 2336, \"rank\": 458, \"rankvar\": 207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 436, \"group\": [2337.0, 355.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGGTGTTA\", \"ini\": 3128, \"clust\": 1319, \"rank\": 410, \"rankvar\": 3069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 461, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1696, \"group\": [1317.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCGCATAT\", \"ini\": 3127, \"clust\": 1254, \"rank\": 517, \"rankvar\": 3120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 462, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1697, \"group\": [1253.0, 160.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCACAAACC\", \"ini\": 3126, \"clust\": 2067, \"rank\": 520, \"rankvar\": 1719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 437, \"group\": [2067.0, 345.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCACCCAGTG\", \"ini\": 3125, \"clust\": 2340, \"rank\": 474, \"rankvar\": 1869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 438, \"group\": [2340.0, 355.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTGCATCTA\", \"ini\": 3124, \"clust\": 2165, \"rank\": 529, \"rankvar\": 1366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 439, \"group\": [2167.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTTGA\", \"ini\": 3123, \"clust\": 2331, \"rank\": 428, \"rankvar\": 960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 466, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 440, \"group\": [2332.0, 354.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGCGATGAC\", \"ini\": 3122, \"clust\": 3194, \"rank\": 298, \"rankvar\": 2376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 467, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3174, \"group\": [3193.0, 470.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCGGTTAAC\", \"ini\": 3121, \"clust\": 2638, \"rank\": 367, \"rankvar\": 372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 441, \"group\": [2644.0, 388.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGTC\", \"ini\": 3120, \"clust\": 2320, \"rank\": 493, \"rankvar\": 2511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 442, \"group\": [2319.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCACCATGTA\", \"ini\": 3119, \"clust\": 3028, \"rank\": 341, \"rankvar\": 2658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 470, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3175, \"group\": [3024.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATAGAGT\", \"ini\": 3118, \"clust\": 3266, \"rank\": 343, \"rankvar\": 1703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3176, \"group\": [3265.0, 487.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCGAACGC\", \"ini\": 3117, \"clust\": 3099, \"rank\": 299, \"rankvar\": 2381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 472, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3177, \"group\": [3102.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCTCTTGAT\", \"ini\": 3116, \"clust\": 3288, \"rank\": 347, \"rankvar\": 2359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 473, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3178, \"group\": [3288.0, 491.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTATCGCC\", \"ini\": 3115, \"clust\": 3165, \"rank\": 465, \"rankvar\": 1942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 474, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3179, \"group\": [3165.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTCCGAAGA\", \"ini\": 3114, \"clust\": 3267, \"rank\": 420, \"rankvar\": 1143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 475, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3180, \"group\": [3268.0, 487.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCACTCGACG\", \"ini\": 3113, \"clust\": 2831, \"rank\": 440, \"rankvar\": 103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 476, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 443, \"group\": [2831.0, 414.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTCAGGGCATA\", \"ini\": 3112, \"clust\": 2180, \"rank\": 500, \"rankvar\": 1521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 444, \"group\": [2179.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGAGGACGG\", \"ini\": 3111, \"clust\": 2960, \"rank\": 291, \"rankvar\": 2870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 478, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3181, \"group\": [2958.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCGCGCAA\", \"ini\": 3110, \"clust\": 2055, \"rank\": 480, \"rankvar\": 1617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 479, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 445, \"group\": [2053.0, 343.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTCGCTTG\", \"ini\": 3109, \"clust\": 3197, \"rank\": 409, \"rankvar\": 2796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 480, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3182, \"group\": [3197.0, 471.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTTGAGGTG\", \"ini\": 3108, \"clust\": 1265, \"rank\": 662, \"rankvar\": 3058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1698, \"group\": [1263.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGTCTCG\", \"ini\": 3107, \"clust\": 2847, \"rank\": 651, \"rankvar\": 333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 446, \"group\": [2847.0, 417.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAGTATCTG\", \"ini\": 3106, \"clust\": 2043, \"rank\": 441, \"rankvar\": 1340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 447, \"group\": [2044.0, 341.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCGCAAGC\", \"ini\": 3105, \"clust\": 2637, \"rank\": 381, \"rankvar\": 450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 448, \"group\": [2635.0, 388.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGCAAATTGCC\", \"ini\": 3104, \"clust\": 3105, \"rank\": 442, \"rankvar\": 1743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 485, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3183, \"group\": [3108.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCACAGATTC\", \"ini\": 3103, \"clust\": 1982, \"rank\": 564, \"rankvar\": 330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 449, \"group\": [1984.0, 330.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAGTATAAG\", \"ini\": 3102, \"clust\": 2764, \"rank\": 571, \"rankvar\": 147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 487, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 450, \"group\": [2764.0, 396.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGAGCGAG\", \"ini\": 3101, \"clust\": 3174, \"rank\": 692, \"rankvar\": 2806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 488, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3184, \"group\": [3180.0, 469.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTAGCACGA\", \"ini\": 3100, \"clust\": 1377, \"rank\": 434, \"rankvar\": 2758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 489, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1699, \"group\": [1373.0, 169.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCAAACAACA\", \"ini\": 3099, \"clust\": 2142, \"rank\": 473, \"rankvar\": 1359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 490, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 451, \"group\": [2141.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGCATGAG\", \"ini\": 3098, \"clust\": 107, \"rank\": 327, \"rankvar\": 3109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 491, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 159, \"group\": [109.0, 27.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGCGATAC\", \"ini\": 3097, \"clust\": 2130, \"rank\": 633, \"rankvar\": 1299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 492, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 452, \"group\": [2130.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCGGTCTAA\", \"ini\": 3096, \"clust\": 2205, \"rank\": 419, \"rankvar\": 306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 493, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 453, \"group\": [2206.0, 349.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCGGCGCTA\", \"ini\": 3095, \"clust\": 2977, \"rank\": 718, \"rankvar\": 3032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3185, \"group\": [2975.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGGAGTTTA\", \"ini\": 3094, \"clust\": 3213, \"rank\": 284, \"rankvar\": 3090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 495, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3186, \"group\": [3213.0, 473.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGATGCGAC\", \"ini\": 3093, \"clust\": 3001, \"rank\": 449, \"rankvar\": 2557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 496, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3187, \"group\": [2999.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCATAACCG\", \"ini\": 3092, \"clust\": 1311, \"rank\": 498, \"rankvar\": 3180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 497, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1700, \"group\": [1309.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTCCCGAG\", \"ini\": 3091, \"clust\": 3311, \"rank\": 378, \"rankvar\": 2607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3188, \"group\": [3311.0, 493.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCCGTTGTC\", \"ini\": 3090, \"clust\": 1635, \"rank\": 968, \"rankvar\": 495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 499, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1671, \"group\": [1635.0, 260.0, 51.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATGCAATC\", \"ini\": 3089, \"clust\": 2377, \"rank\": 620, \"rankvar\": 1509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 454, \"group\": [2377.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCATGTAGC\", \"ini\": 3088, \"clust\": 1214, \"rank\": 183, \"rankvar\": 2651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1847, \"group\": [1213.0, 144.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTCTTCTCG\", \"ini\": 3087, \"clust\": 2185, \"rank\": 356, \"rankvar\": 1269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 455, \"group\": [2188.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCCTAA\", \"ini\": 3086, \"clust\": 2616, \"rank\": 439, \"rankvar\": 49, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 456, \"group\": [2618.0, 381.0, 58.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAAAGAATC\", \"ini\": 3085, \"clust\": 2439, \"rank\": 589, \"rankvar\": 884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 457, \"group\": [2440.0, 362.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGACACG\", \"ini\": 3084, \"clust\": 2383, \"rank\": 645, \"rankvar\": 1948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 458, \"group\": [2383.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCTTGTCC\", \"ini\": 3083, \"clust\": 1223, \"rank\": 220, \"rankvar\": 3204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1848, \"group\": [1219.0, 144.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTCCGACGT\", \"ini\": 3082, \"clust\": 2200, \"rank\": 330, \"rankvar\": 412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 459, \"group\": [2201.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAAGTGGC\", \"ini\": 3081, \"clust\": 3243, \"rank\": 475, \"rankvar\": 1287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3189, \"group\": [3239.0, 481.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCAGAAGG\", \"ini\": 3080, \"clust\": 1278, \"rank\": 652, \"rankvar\": 3360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1701, \"group\": [1277.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGCGTTCG\", \"ini\": 3079, \"clust\": 3416, \"rank\": 546, \"rankvar\": 2887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 510, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 19, \"group\": [3415.0, 527.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGCATCTA\", \"ini\": 3078, \"clust\": 2350, \"rank\": 572, \"rankvar\": 985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 511, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 460, \"group\": [2348.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGTTTGCC\", \"ini\": 3077, \"clust\": 1672, \"rank\": 683, \"rankvar\": 2187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 461, \"group\": [1677.0, 286.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCACAAGCCC\", \"ini\": 3076, \"clust\": 2742, \"rank\": 391, \"rankvar\": 2062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 513, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 462, \"group\": [2740.0, 392.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGAGAACG\", \"ini\": 3075, \"clust\": 1940, \"rank\": 464, \"rankvar\": 1209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 463, \"group\": [1938.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGAGCACACAG\", \"ini\": 3074, \"clust\": 3191, \"rank\": 326, \"rankvar\": 1443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3190, \"group\": [3190.0, 470.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGCGTAAG\", \"ini\": 3073, \"clust\": 1650, \"rank\": 840, \"rankvar\": 11, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 516, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 464, \"group\": [1649.0, 274.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGATATGGT\", \"ini\": 3072, \"clust\": 2369, \"rank\": 485, \"rankvar\": 762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 465, \"group\": [2369.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTTAGCGG\", \"ini\": 3071, \"clust\": 2570, \"rank\": 707, \"rankvar\": 415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 518, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 466, \"group\": [2570.0, 374.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGTCCCACG\", \"ini\": 3070, \"clust\": 2743, \"rank\": 490, \"rankvar\": 806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 519, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 467, \"group\": [2741.0, 392.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTGTTTG\", \"ini\": 3069, \"clust\": 2329, \"rank\": 382, \"rankvar\": 1034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 520, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 468, \"group\": [2330.0, 354.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCAAGCTGGAAC\", \"ini\": 3068, \"clust\": 3447, \"rank\": 1027, \"rankvar\": 2912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 521, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 20, \"group\": [3453.0, 531.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGAGTTGC\", \"ini\": 3067, \"clust\": 3182, \"rank\": 311, \"rankvar\": 2717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3191, \"group\": [3187.0, 470.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAGTTGTGGCC\", \"ini\": 3066, \"clust\": 1309, \"rank\": 531, \"rankvar\": 3264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 523, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1702, \"group\": [1306.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCACACGC\", \"ini\": 3065, \"clust\": 1259, \"rank\": 583, \"rankvar\": 2713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 524, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1703, \"group\": [1256.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCAAAGTAG\", \"ini\": 3064, \"clust\": 3146, \"rank\": 316, \"rankvar\": 3007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 525, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3192, \"group\": [3148.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTGGTGTAG\", \"ini\": 3063, \"clust\": 2294, \"rank\": 542, \"rankvar\": 609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 469, \"group\": [2295.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAAGTGTA\", \"ini\": 3062, \"clust\": 3101, \"rank\": 452, \"rankvar\": 2930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 527, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3193, \"group\": [3099.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAGGTCGTC\", \"ini\": 3061, \"clust\": 3079, \"rank\": 492, \"rankvar\": 2883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 528, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3194, \"group\": [3078.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTACGAAAT\", \"ini\": 3060, \"clust\": 2749, \"rank\": 522, \"rankvar\": 140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 470, \"group\": [2745.0, 393.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGAAAG\", \"ini\": 3059, \"clust\": 3150, \"rank\": 415, \"rankvar\": 1971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 530, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3195, \"group\": [3150.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGGGACA\", \"ini\": 3058, \"clust\": 2228, \"rank\": 518, \"rankvar\": 440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 471, \"group\": [2229.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGACG\", \"ini\": 3057, \"clust\": 2153, \"rank\": 728, \"rankvar\": 87, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 472, \"group\": [2155.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTAAGTAC\", \"ini\": 3056, \"clust\": 2099, \"rank\": 404, \"rankvar\": 1555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 533, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 473, \"group\": [2099.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTGCAAGC\", \"ini\": 3055, \"clust\": 3102, \"rank\": 368, \"rankvar\": 2551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 534, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3196, \"group\": [3100.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTACAGACG\", \"ini\": 3054, \"clust\": 2183, \"rank\": 579, \"rankvar\": 910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 474, \"group\": [2183.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATGCCAT\", \"ini\": 3053, \"clust\": 1675, \"rank\": 752, \"rankvar\": 1079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 475, \"group\": [1673.0, 285.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGTAGCCGA\", \"ini\": 3052, \"clust\": 2370, \"rank\": 618, \"rankvar\": 789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 476, \"group\": [2371.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGCAGGTA\", \"ini\": 3051, \"clust\": 1370, \"rank\": 411, \"rankvar\": 2822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 538, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1704, \"group\": [1371.0, 169.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCTCCAAATGC\", \"ini\": 3050, \"clust\": 2143, \"rank\": 454, \"rankvar\": 2370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 477, \"group\": [2142.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGGTCA\", \"ini\": 3049, \"clust\": 2802, \"rank\": 600, \"rankvar\": 1614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 478, \"group\": [2802.0, 408.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTTGTTTGG\", \"ini\": 3048, \"clust\": 2922, \"rank\": 1058, \"rankvar\": 1630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 541, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3197, \"group\": [2920.0, 440.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCGGACC\", \"ini\": 3047, \"clust\": 2337, \"rank\": 574, \"rankvar\": 1108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 479, \"group\": [2338.0, 355.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAACTGCT\", \"ini\": 3046, \"clust\": 3103, \"rank\": 374, \"rankvar\": 2676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 543, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3198, \"group\": [3103.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCTGATAA\", \"ini\": 3045, \"clust\": 2150, \"rank\": 570, \"rankvar\": 1426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 480, \"group\": [2150.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCATCCGTGG\", \"ini\": 3044, \"clust\": 2735, \"rank\": 585, \"rankvar\": 627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 545, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 481, \"group\": [2734.0, 392.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGAACGT\", \"ini\": 3043, \"clust\": 2173, \"rank\": 605, \"rankvar\": 525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 546, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 482, \"group\": [2174.0, 347.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGTGGGAA\", \"ini\": 3042, \"clust\": 2166, \"rank\": 636, \"rankvar\": 593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 483, \"group\": [2165.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGAAGTT\", \"ini\": 3041, \"clust\": 2276, \"rank\": 526, \"rankvar\": 2261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 484, \"group\": [2277.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCCTATTCA\", \"ini\": 3040, \"clust\": 2651, \"rank\": 468, \"rankvar\": 20, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 485, \"group\": [2658.0, 390.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTTCGCAT\", \"ini\": 3039, \"clust\": 2280, \"rank\": 478, \"rankvar\": 1348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 486, \"group\": [2280.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGACATCTACGA\", \"ini\": 3038, \"clust\": 3035, \"rank\": 488, \"rankvar\": 2754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 551, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3199, \"group\": [3036.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAACTGGCC\", \"ini\": 3037, \"clust\": 3262, \"rank\": 709, \"rankvar\": 658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3200, \"group\": [3262.0, 486.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAATCGAAA\", \"ini\": 3036, \"clust\": 2808, \"rank\": 747, \"rankvar\": 171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 553, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 487, \"group\": [2805.0, 408.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATCACAC\", \"ini\": 3035, \"clust\": 2140, \"rank\": 538, \"rankvar\": 1468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 488, \"group\": [2146.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTGATGTGG\", \"ini\": 3034, \"clust\": 1776, \"rank\": 829, \"rankvar\": 1767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 489, \"group\": [1776.0, 315.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGCGTTCCG\", \"ini\": 3033, \"clust\": 2284, \"rank\": 472, \"rankvar\": 502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 556, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 490, \"group\": [2285.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTAACGGT\", \"ini\": 3032, \"clust\": 1320, \"rank\": 525, \"rankvar\": 3016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 557, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1705, \"group\": [1318.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTAGCATGGCA\", \"ini\": 3031, \"clust\": 2366, \"rank\": 541, \"rankvar\": 1076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 491, \"group\": [2366.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGTACGG\", \"ini\": 3030, \"clust\": 2821, \"rank\": 738, \"rankvar\": 499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 492, \"group\": [2821.0, 410.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAGAGCCAA\", \"ini\": 3029, \"clust\": 2230, \"rank\": 631, \"rankvar\": 1084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 493, \"group\": [2231.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCGTTCCG\", \"ini\": 3028, \"clust\": 3177, \"rank\": 527, \"rankvar\": 2593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 561, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3201, \"group\": [3175.0, 468.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCTGCGAA\", \"ini\": 3027, \"clust\": 2445, \"rank\": 896, \"rankvar\": 2220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 494, \"group\": [2445.0, 363.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCGGCTACG\", \"ini\": 3026, \"clust\": 2746, \"rank\": 506, \"rankvar\": 724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 495, \"group\": [2747.0, 393.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCCATGCTC\", \"ini\": 3025, \"clust\": 2406, \"rank\": 552, \"rankvar\": 881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 564, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 496, \"group\": [2406.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGATCAGCCTAA\", \"ini\": 3024, \"clust\": 2367, \"rank\": 494, \"rankvar\": 1210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 497, \"group\": [2367.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCGAACA\", \"ini\": 3023, \"clust\": 2634, \"rank\": 510, \"rankvar\": 553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 498, \"group\": [2631.0, 388.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGAAATA\", \"ini\": 3022, \"clust\": 2103, \"rank\": 524, \"rankvar\": 1636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 567, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 499, \"group\": [2103.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGCTTCC\", \"ini\": 3021, \"clust\": 2108, \"rank\": 648, \"rankvar\": 1978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 500, \"group\": [2108.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTATCTG\", \"ini\": 3020, \"clust\": 3022, \"rank\": 328, \"rankvar\": 3198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 569, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3202, \"group\": [3019.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGATATGCA\", \"ini\": 3019, \"clust\": 1222, \"rank\": 386, \"rankvar\": 398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1849, \"group\": [1221.0, 144.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCATCATTC\", \"ini\": 3018, \"clust\": 2382, \"rank\": 725, \"rankvar\": 1660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 501, \"group\": [2387.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACCGAATT\", \"ini\": 3017, \"clust\": 2979, \"rank\": 762, \"rankvar\": 2777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 572, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3203, \"group\": [2977.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTGAGTGT\", \"ini\": 3016, \"clust\": 2826, \"rank\": 802, \"rankvar\": 732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 573, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 502, \"group\": [2823.0, 411.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGCAATTA\", \"ini\": 3015, \"clust\": 2778, \"rank\": 595, \"rankvar\": 1675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 503, \"group\": [2876.0, 428.0, 64.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACTCCTG\", \"ini\": 3014, \"clust\": 1275, \"rank\": 719, \"rankvar\": 3305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 575, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1706, \"group\": [1274.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTCATCC\", \"ini\": 3013, \"clust\": 2339, \"rank\": 712, \"rankvar\": 1063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 504, \"group\": [2342.0, 355.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGAACAACT\", \"ini\": 3012, \"clust\": 2086, \"rank\": 734, \"rankvar\": 488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 577, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 505, \"group\": [2086.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCATCAGTAC\", \"ini\": 3011, \"clust\": 1210, \"rank\": 216, \"rankvar\": 3488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1850, \"group\": [1207.0, 143.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGTACATGA\", \"ini\": 3010, \"clust\": 2399, \"rank\": 705, \"rankvar\": 332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 506, \"group\": [2399.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCCAATGGT\", \"ini\": 3009, \"clust\": 2736, \"rank\": 671, \"rankvar\": 607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 507, \"group\": [2735.0, 392.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTCGTACT\", \"ini\": 3008, \"clust\": 2962, \"rank\": 447, \"rankvar\": 2802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 581, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3204, \"group\": [2962.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTTGTTGG\", \"ini\": 3007, \"clust\": 2396, \"rank\": 611, \"rankvar\": 76, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 582, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 508, \"group\": [2396.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACATGTCTCC\", \"ini\": 3006, \"clust\": 3470, \"rank\": 1132, \"rankvar\": 3042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 583, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 21, \"group\": [3470.0, 536.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTTGAGTTC\", \"ini\": 3005, \"clust\": 2281, \"rank\": 599, \"rankvar\": 1467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 584, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 509, \"group\": [2284.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCGTTTAC\", \"ini\": 3004, \"clust\": 2953, \"rank\": 843, \"rankvar\": 2086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 585, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3205, \"group\": [2954.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTTGAGGTG\", \"ini\": 3003, \"clust\": 3100, \"rank\": 536, \"rankvar\": 2392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 586, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3206, \"group\": [3101.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTACGAAAT\", \"ini\": 3002, \"clust\": 2551, \"rank\": 562, \"rankvar\": 374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 510, \"group\": [2551.0, 372.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCGTGGTCG\", \"ini\": 3001, \"clust\": 2267, \"rank\": 539, \"rankvar\": 717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 511, \"group\": [2268.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTGTGTCGCTG\", \"ini\": 3000, \"clust\": 3430, \"rank\": 820, \"rankvar\": 2890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 589, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 22, \"group\": [3431.0, 528.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACAGTACACCT\", \"ini\": 2999, \"clust\": 1785, \"rank\": 750, \"rankvar\": 301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 590, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 512, \"group\": [1786.0, 317.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGGAGGTA\", \"ini\": 2998, \"clust\": 3248, \"rank\": 467, \"rankvar\": 1134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 591, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3207, \"group\": [3246.0, 482.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGGTAACG\", \"ini\": 2997, \"clust\": 2426, \"rank\": 888, \"rankvar\": 1320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 513, \"group\": [2429.0, 361.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACGAAA\", \"ini\": 2996, \"clust\": 3306, \"rank\": 402, \"rankvar\": 2928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 593, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3208, \"group\": [3304.0, 493.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCCTGTT\", \"ini\": 2995, \"clust\": 3014, \"rank\": 634, \"rankvar\": 2031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 594, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3209, \"group\": [3012.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATGTTGTCTTT\", \"ini\": 2994, \"clust\": 2041, \"rank\": 528, \"rankvar\": 1023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 595, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 514, \"group\": [2042.0, 340.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCGCCGTGA\", \"ini\": 2993, \"clust\": 3097, \"rank\": 640, \"rankvar\": 3015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 596, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3210, \"group\": [3095.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATCGCTC\", \"ini\": 2992, \"clust\": 2771, \"rank\": 644, \"rankvar\": 1112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 515, \"group\": [2777.0, 396.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCCTGCCAT\", \"ini\": 2991, \"clust\": 1647, \"rank\": 817, \"rankvar\": 47, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 516, \"group\": [1648.0, 273.0, 55.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTGACCAAG\", \"ini\": 2990, \"clust\": 3293, \"rank\": 453, \"rankvar\": 1228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3211, \"group\": [3295.0, 492.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTACGAAAT\", \"ini\": 2989, \"clust\": 3232, \"rank\": 828, \"rankvar\": 1015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 600, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3212, \"group\": [3234.0, 480.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTAAGGTCATCT\", \"ini\": 2988, \"clust\": 2611, \"rank\": 664, \"rankvar\": 758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 517, \"group\": [2611.0, 379.0, 58.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCGAGAACG\", \"ini\": 2987, \"clust\": 2175, \"rank\": 617, \"rankvar\": 84, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 518, \"group\": [2181.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCGAGCCCA\", \"ini\": 2986, \"clust\": 2216, \"rank\": 578, \"rankvar\": 361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 519, \"group\": [2217.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGTACGCCC\", \"ini\": 2985, \"clust\": 2967, \"rank\": 544, \"rankvar\": 2871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3213, \"group\": [2964.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCTTACCTA\", \"ini\": 2984, \"clust\": 2844, \"rank\": 811, \"rankvar\": 843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 520, \"group\": [2844.0, 416.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGAACTCGG\", \"ini\": 2983, \"clust\": 3111, \"rank\": 281, \"rankvar\": 2855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 606, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3214, \"group\": [3111.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGGAT\", \"ini\": 2982, \"clust\": 2810, \"rank\": 547, \"rankvar\": 820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 607, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 521, \"group\": [2810.0, 409.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTGCTCTTC\", \"ini\": 2981, \"clust\": 1224, \"rank\": 287, \"rankvar\": 2110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 608, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1851, \"group\": [1220.0, 144.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGACGCAA\", \"ini\": 2980, \"clust\": 3145, \"rank\": 416, \"rankvar\": 2200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 609, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3215, \"group\": [3145.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCACTGTCGG\", \"ini\": 2979, \"clust\": 3011, \"rank\": 414, \"rankvar\": 3091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3216, \"group\": [3009.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTGCAGGTA\", \"ini\": 2978, \"clust\": 2042, \"rank\": 591, \"rankvar\": 2486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 522, \"group\": [2043.0, 340.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTGAGCGAT\", \"ini\": 2977, \"clust\": 1249, \"rank\": 436, \"rankvar\": 3496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 612, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1707, \"group\": [1252.0, 159.0, 33.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCACATACG\", \"ini\": 2976, \"clust\": 54, \"rank\": 463, \"rankvar\": 2090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 613, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2694, \"group\": [55.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTTCAGTTCGA\", \"ini\": 2975, \"clust\": 2604, \"rank\": 779, \"rankvar\": 2056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 523, \"group\": [2603.0, 376.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCCTTGACC\", \"ini\": 2974, \"clust\": 2372, \"rank\": 699, \"rankvar\": 832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 524, \"group\": [2376.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATCGATGT\", \"ini\": 2973, \"clust\": 2400, \"rank\": 558, \"rankvar\": 577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 616, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 525, \"group\": [2400.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCCAAAGTC\", \"ini\": 2972, \"clust\": 2613, \"rank\": 545, \"rankvar\": 916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 526, \"group\": [2614.0, 380.0, 58.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCCGAAGAG\", \"ini\": 2971, \"clust\": 82, \"rank\": 1131, \"rankvar\": 3437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 618, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3568, \"group\": [102.0, 21.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGAAACCTA\", \"ini\": 2970, \"clust\": 3468, \"rank\": 1184, \"rankvar\": 2092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 23, \"group\": [3472.0, 536.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCGACGGAA\", \"ini\": 2969, \"clust\": 1371, \"rank\": 555, \"rankvar\": 2592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 620, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1708, \"group\": [1370.0, 169.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACCAGTTA\", \"ini\": 2968, \"clust\": 2069, \"rank\": 623, \"rankvar\": 2401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 527, \"group\": [2073.0, 345.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTCTGGAGA\", \"ini\": 2967, \"clust\": 2232, \"rank\": 698, \"rankvar\": 759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 528, \"group\": [2236.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCATCGGAT\", \"ini\": 2966, \"clust\": 2224, \"rank\": 668, \"rankvar\": 303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 529, \"group\": [2224.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGGTAAG\", \"ini\": 2965, \"clust\": 2253, \"rank\": 742, \"rankvar\": 244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 530, \"group\": [2254.0, 352.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCTTGACC\", \"ini\": 2964, \"clust\": 2755, \"rank\": 532, \"rankvar\": 99, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 625, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 531, \"group\": [2754.0, 395.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACAGAGA\", \"ini\": 2963, \"clust\": 1941, \"rank\": 556, \"rankvar\": 1459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 532, \"group\": [1939.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACATCCA\", \"ini\": 2962, \"clust\": 3309, \"rank\": 357, \"rankvar\": 3100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3217, \"group\": [3308.0, 493.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAGCCTAT\", \"ini\": 2961, \"clust\": 3315, \"rank\": 489, \"rankvar\": 1882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 628, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3218, \"group\": [3315.0, 493.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTAGAGC\", \"ini\": 2960, \"clust\": 3138, \"rank\": 755, \"rankvar\": 1814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 629, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3219, \"group\": [3140.0, 465.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTAGCGTGA\", \"ini\": 2959, \"clust\": 1655, \"rank\": 940, \"rankvar\": 385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 533, \"group\": [1658.0, 279.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTGAGGGAG\", \"ini\": 2958, \"clust\": 3198, \"rank\": 460, \"rankvar\": 2736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 631, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3220, \"group\": [3198.0, 471.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTAGCCTAT\", \"ini\": 2957, \"clust\": 2803, \"rank\": 812, \"rankvar\": 523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 534, \"group\": [2803.0, 408.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCATACCATG\", \"ini\": 2956, \"clust\": 1273, \"rank\": 680, \"rankvar\": 3306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 633, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1709, \"group\": [1271.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTGCAGTAG\", \"ini\": 2955, \"clust\": 3016, \"rank\": 621, \"rankvar\": 1681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 634, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3221, \"group\": [3018.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACGCTTTC\", \"ini\": 2954, \"clust\": 3015, \"rank\": 729, \"rankvar\": 2583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 635, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3222, \"group\": [3013.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCGACAT\", \"ini\": 2953, \"clust\": 2206, \"rank\": 701, \"rankvar\": 271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 535, \"group\": [2204.0, 349.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTATGTGG\", \"ini\": 2952, \"clust\": 2110, \"rank\": 703, \"rankvar\": 1889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 637, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 536, \"group\": [2113.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTAGCGGT\", \"ini\": 2951, \"clust\": 2859, \"rank\": 965, \"rankvar\": 2422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 537, \"group\": [2861.0, 420.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACTCTTA\", \"ini\": 2950, \"clust\": 2754, \"rank\": 535, \"rankvar\": 918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 639, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 538, \"group\": [2756.0, 395.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACTTACGA\", \"ini\": 2949, \"clust\": 1657, \"rank\": 838, \"rankvar\": 643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 539, \"group\": [1655.0, 279.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTCAGATAA\", \"ini\": 2948, \"clust\": 56, \"rank\": 471, \"rankvar\": 2541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 641, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2695, \"group\": [60.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTGATAAGT\", \"ini\": 2947, \"clust\": 1641, \"rank\": 785, \"rankvar\": 1393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 642, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1672, \"group\": [1641.0, 266.0, 52.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGTGAGA\", \"ini\": 2946, \"clust\": 1671, \"rank\": 767, \"rankvar\": 697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 540, \"group\": [1672.0, 284.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGGGTCT\", \"ini\": 2945, \"clust\": 2261, \"rank\": 575, \"rankvar\": 955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 541, \"group\": [2262.0, 352.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCTCGGATGTT\", \"ini\": 2944, \"clust\": 1378, \"rank\": 637, \"rankvar\": 3084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1710, \"group\": [1374.0, 169.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCCAAGTAATG\", \"ini\": 2943, \"clust\": 1947, \"rank\": 619, \"rankvar\": 2025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 646, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 542, \"group\": [1945.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAACACAGTCGC\", \"ini\": 2942, \"clust\": 3240, \"rank\": 675, \"rankvar\": 315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 647, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3223, \"group\": [3243.0, 481.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTCGAGTA\", \"ini\": 2941, \"clust\": 3284, \"rank\": 451, \"rankvar\": 2834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 648, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3224, \"group\": [3284.0, 491.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCTCACCT\", \"ini\": 2940, \"clust\": 3298, \"rank\": 362, \"rankvar\": 2177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 649, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3225, \"group\": [3299.0, 493.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTTCAACCA\", \"ini\": 2939, \"clust\": 2737, \"rank\": 702, \"rankvar\": 326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 543, \"group\": [2738.0, 392.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACACATGT\", \"ini\": 2938, \"clust\": 2631, \"rank\": 515, \"rankvar\": 1238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 651, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 544, \"group\": [2633.0, 388.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTGCACTTA\", \"ini\": 2937, \"clust\": 2038, \"rank\": 704, \"rankvar\": 68, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 545, \"group\": [2039.0, 339.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTTACGTCA\", \"ini\": 2936, \"clust\": 2773, \"rank\": 551, \"rankvar\": 232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 653, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 546, \"group\": [2772.0, 396.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTTGGGTA\", \"ini\": 2935, \"clust\": 2151, \"rank\": 685, \"rankvar\": 1310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 547, \"group\": [2151.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTATTACCG\", \"ini\": 2934, \"clust\": 3308, \"rank\": 376, \"rankvar\": 3014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 655, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3226, \"group\": [3310.0, 493.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGGCTCAGA\", \"ini\": 2933, \"clust\": 3154, \"rank\": 534, \"rankvar\": 2217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 656, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3227, \"group\": [3156.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCACTCCTG\", \"ini\": 2932, \"clust\": 2387, \"rank\": 757, \"rankvar\": 2120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 548, \"group\": [2390.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAGACGCTC\", \"ini\": 2931, \"clust\": 2398, \"rank\": 726, \"rankvar\": 958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 549, \"group\": [2401.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTGACTACT\", \"ini\": 2930, \"clust\": 2311, \"rank\": 646, \"rankvar\": 963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 659, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 550, \"group\": [2314.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAGGTACC\", \"ini\": 2929, \"clust\": 2397, \"rank\": 780, \"rankvar\": 1170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 551, \"group\": [2397.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCACCATCCT\", \"ini\": 2928, \"clust\": 2259, \"rank\": 687, \"rankvar\": 1038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 552, \"group\": [2260.0, 352.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTAGTGCTGCC\", \"ini\": 2927, \"clust\": 1673, \"rank\": 866, \"rankvar\": 335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 662, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 553, \"group\": [1676.0, 285.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGGCTT\", \"ini\": 2926, \"clust\": 2318, \"rank\": 863, \"rankvar\": 1472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 663, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 554, \"group\": [2322.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCTACAGA\", \"ini\": 2925, \"clust\": 3214, \"rank\": 758, \"rankvar\": 701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 664, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3228, \"group\": [3214.0, 474.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACAGTAGGTGC\", \"ini\": 2924, \"clust\": 2127, \"rank\": 746, \"rankvar\": 1898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 665, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 555, \"group\": [2128.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTTATCTG\", \"ini\": 2923, \"clust\": 3340, \"rank\": 873, \"rankvar\": 2088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 666, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3229, \"group\": [3337.0, 500.0, 73.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGCGGTAA\", \"ini\": 2922, \"clust\": 2402, \"rank\": 759, \"rankvar\": 446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 556, \"group\": [2403.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTCTAGAGG\", \"ini\": 2921, \"clust\": 1372, \"rank\": 608, \"rankvar\": 3300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1711, \"group\": [1368.0, 169.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCGTTTGCC\", \"ini\": 2920, \"clust\": 2849, \"rank\": 654, \"rankvar\": 639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 557, \"group\": [2849.0, 417.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTGTTTGT\", \"ini\": 2919, \"clust\": 3114, \"rank\": 519, \"rankvar\": 3169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 670, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3230, \"group\": [3113.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCATAAAGG\", \"ini\": 2918, \"clust\": 2062, \"rank\": 813, \"rankvar\": 97, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 671, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 558, \"group\": [2061.0, 343.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTTCAACCA\", \"ini\": 2917, \"clust\": 3034, \"rank\": 615, \"rankvar\": 2488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 672, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3231, \"group\": [3033.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTACTCTCC\", \"ini\": 2916, \"clust\": 2865, \"rank\": 1198, \"rankvar\": 2151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 673, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 559, \"group\": [2867.0, 423.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGGTGTGT\", \"ini\": 2915, \"clust\": 2268, \"rank\": 379, \"rankvar\": 1412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 560, \"group\": [2269.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTGTCTTT\", \"ini\": 2914, \"clust\": 1793, \"rank\": 850, \"rankvar\": 3, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 561, \"group\": [1794.0, 318.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAATTCCC\", \"ini\": 2913, \"clust\": 2195, \"rank\": 484, \"rankvar\": 1780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 562, \"group\": [2198.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAGCGCTC\", \"ini\": 2912, \"clust\": 3044, \"rank\": 690, \"rankvar\": 2673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 677, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3232, \"group\": [3042.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTGCAGACA\", \"ini\": 2911, \"clust\": 1307, \"rank\": 582, \"rankvar\": 3235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 678, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1712, \"group\": [1315.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCAATAAGG\", \"ini\": 2910, \"clust\": 3170, \"rank\": 610, \"rankvar\": 850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 679, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3233, \"group\": [3167.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCACCAGGC\", \"ini\": 2909, \"clust\": 1676, \"rank\": 708, \"rankvar\": 433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 563, \"group\": [1674.0, 285.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGTTAAGA\", \"ini\": 2908, \"clust\": 3412, \"rank\": 834, \"rankvar\": 2908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 681, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 24, \"group\": [3413.0, 527.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAGGGCT\", \"ini\": 2907, \"clust\": 2315, \"rank\": 870, \"rankvar\": 292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 564, \"group\": [2316.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAAGTAGTA\", \"ini\": 2906, \"clust\": 2302, \"rank\": 732, \"rankvar\": 508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 565, \"group\": [2303.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCATCTATGG\", \"ini\": 2905, \"clust\": 2443, \"rank\": 783, \"rankvar\": 2264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 566, \"group\": [2444.0, 362.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGGACGAAA\", \"ini\": 2904, \"clust\": 2963, \"rank\": 503, \"rankvar\": 3000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 685, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3234, \"group\": [2960.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTCGAGTTT\", \"ini\": 2903, \"clust\": 2371, \"rank\": 841, \"rankvar\": 891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 567, \"group\": [2372.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTAAGTGGC\", \"ini\": 2902, \"clust\": 2191, \"rank\": 697, \"rankvar\": 664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 568, \"group\": [2195.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCTCATGTCCC\", \"ini\": 2901, \"clust\": 2066, \"rank\": 487, \"rankvar\": 1645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 569, \"group\": [2074.0, 345.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATGCCTAA\", \"ini\": 2900, \"clust\": 103, \"rank\": 919, \"rankvar\": 636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 689, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3235, \"group\": [106.0, 25.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCAACGAAA\", \"ini\": 2899, \"clust\": 2787, \"rank\": 741, \"rankvar\": 757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 570, \"group\": [2788.0, 405.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATGGAGC\", \"ini\": 2898, \"clust\": 3316, \"rank\": 592, \"rankvar\": 2774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 691, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3236, \"group\": [3316.0, 493.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGAAACCTA\", \"ini\": 2897, \"clust\": 1777, \"rank\": 958, \"rankvar\": 1857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 692, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 571, \"group\": [1777.0, 315.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCCTTGACC\", \"ini\": 2896, \"clust\": 2309, \"rank\": 772, \"rankvar\": 2437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 572, \"group\": [2310.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGTGGACGT\", \"ini\": 2895, \"clust\": 1357, \"rank\": 1017, \"rankvar\": 2936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1713, \"group\": [1355.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCGAGAGCA\", \"ini\": 2894, \"clust\": 2255, \"rank\": 632, \"rankvar\": 1887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 573, \"group\": [2259.0, 352.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAAATTGCC\", \"ini\": 2893, \"clust\": 1272, \"rank\": 875, \"rankvar\": 3230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1714, \"group\": [1273.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTGCTG\", \"ini\": 2892, \"clust\": 1304, \"rank\": 929, \"rankvar\": 3088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1715, \"group\": [1304.0, 166.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACCAGGCTGAA\", \"ini\": 2891, \"clust\": 2174, \"rank\": 691, \"rankvar\": 109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 574, \"group\": [2175.0, 347.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCGTTCCG\", \"ini\": 2890, \"clust\": 2156, \"rank\": 902, \"rankvar\": 263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 575, \"group\": [2157.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCCGAACC\", \"ini\": 2889, \"clust\": 2745, \"rank\": 512, \"rankvar\": 21, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 700, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 576, \"group\": [2748.0, 393.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCTTCTCG\", \"ini\": 2888, \"clust\": 2924, \"rank\": 1214, \"rankvar\": 204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 701, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3237, \"group\": [2926.0, 443.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGTGTTAGA\", \"ini\": 2887, \"clust\": 2167, \"rank\": 657, \"rankvar\": 1116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 702, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 577, \"group\": [2166.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTAAGTGTA\", \"ini\": 2886, \"clust\": 2109, \"rank\": 561, \"rankvar\": 1992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 578, \"group\": [2109.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGGGTTCCC\", \"ini\": 2885, \"clust\": 1321, \"rank\": 749, \"rankvar\": 2368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 704, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1716, \"group\": [1319.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGTTTA\", \"ini\": 2884, \"clust\": 3282, \"rank\": 748, \"rankvar\": 2697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 705, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3238, \"group\": [3280.0, 489.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTTTAAGCC\", \"ini\": 2883, \"clust\": 3426, \"rank\": 670, \"rankvar\": 2987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 706, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 25, \"group\": [3426.0, 528.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTAAGGGAA\", \"ini\": 2882, \"clust\": 3305, \"rank\": 521, \"rankvar\": 1877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 707, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3239, \"group\": [3306.0, 493.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATCTGTT\", \"ini\": 2881, \"clust\": 2316, \"rank\": 721, \"rankvar\": 1707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 579, \"group\": [2317.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGATACACA\", \"ini\": 2880, \"clust\": 3244, \"rank\": 781, \"rankvar\": 1824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 709, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3240, \"group\": [3240.0, 481.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTAAATGTG\", \"ini\": 2879, \"clust\": 2413, \"rank\": 928, \"rankvar\": 1193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 580, \"group\": [2415.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGTAGCCGA\", \"ini\": 2878, \"clust\": 2218, \"rank\": 638, \"rankvar\": 938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 581, \"group\": [2219.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTATTG\", \"ini\": 2877, \"clust\": 2262, \"rank\": 655, \"rankvar\": 1113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 582, \"group\": [2263.0, 352.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCAAGCTGAG\", \"ini\": 2876, \"clust\": 2959, \"rank\": 667, \"rankvar\": 3009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 713, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3241, \"group\": [2966.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCGTAATA\", \"ini\": 2875, \"clust\": 2363, \"rank\": 808, \"rankvar\": 2024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 583, \"group\": [2363.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCAACTCTT\", \"ini\": 2874, \"clust\": 2231, \"rank\": 679, \"rankvar\": 256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 715, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 584, \"group\": [2232.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCTCTTGTCAT\", \"ini\": 2873, \"clust\": 2063, \"rank\": 860, \"rankvar\": 45, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 716, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 585, \"group\": [2062.0, 343.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCAGATCG\", \"ini\": 2872, \"clust\": 2269, \"rank\": 678, \"rankvar\": 601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 717, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 586, \"group\": [2270.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCACGTGG\", \"ini\": 2871, \"clust\": 2568, \"rank\": 837, \"rankvar\": 311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 587, \"group\": [2568.0, 374.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTCAAGCCTAT\", \"ini\": 2870, \"clust\": 1949, \"rank\": 502, \"rankvar\": 1507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 719, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 588, \"group\": [1965.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCACTATTC\", \"ini\": 2869, \"clust\": 2964, \"rank\": 560, \"rankvar\": 2801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 720, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3242, \"group\": [2961.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGCATGGCA\", \"ini\": 2868, \"clust\": 3317, \"rank\": 778, \"rankvar\": 2788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 721, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3243, \"group\": [3319.0, 494.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCACGGTGTC\", \"ini\": 2867, \"clust\": 3304, \"rank\": 335, \"rankvar\": 2455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 722, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3244, \"group\": [3307.0, 493.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAGATGAGC\", \"ini\": 2866, \"clust\": 2289, \"rank\": 628, \"rankvar\": 2561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 723, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 589, \"group\": [2289.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTCTCCACT\", \"ini\": 2865, \"clust\": 2463, \"rank\": 1065, \"rankvar\": 211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 724, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 590, \"group\": [2466.0, 364.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTCTCGG\", \"ini\": 2864, \"clust\": 2102, \"rank\": 756, \"rankvar\": 2431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 725, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 591, \"group\": [2105.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAATGTTGC\", \"ini\": 2863, \"clust\": 2414, \"rank\": 964, \"rankvar\": 298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 592, \"group\": [2413.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGTCTCA\", \"ini\": 2862, \"clust\": 3318, \"rank\": 951, \"rankvar\": 2196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 727, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3245, \"group\": [3317.0, 494.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCTGT\", \"ini\": 2861, \"clust\": 2094, \"rank\": 537, \"rankvar\": 556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 728, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 593, \"group\": [2097.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGGGCATGT\", \"ini\": 2860, \"clust\": 3148, \"rank\": 666, \"rankvar\": 2309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 729, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3246, \"group\": [3147.0, 467.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGACATGGGACA\", \"ini\": 2859, \"clust\": 2125, \"rank\": 936, \"rankvar\": 994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 594, \"group\": [2125.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTTCCGGCA\", \"ini\": 2858, \"clust\": 2164, \"rank\": 711, \"rankvar\": 365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 731, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 595, \"group\": [2168.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAAGGATT\", \"ini\": 2857, \"clust\": 3006, \"rank\": 584, \"rankvar\": 1004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 732, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3247, \"group\": [3005.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATCGATTG\", \"ini\": 2856, \"clust\": 59, \"rank\": 459, \"rankvar\": 2559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 733, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2696, \"group\": [56.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTAAGTAGT\", \"ini\": 2855, \"clust\": 3026, \"rank\": 533, \"rankvar\": 2558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3248, \"group\": [3025.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGGTAGA\", \"ini\": 2854, \"clust\": 2827, \"rank\": 996, \"rankvar\": 343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 596, \"group\": [2824.0, 411.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACATGTC\", \"ini\": 2853, \"clust\": 2330, \"rank\": 630, \"rankvar\": 648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 736, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 597, \"group\": [2331.0, 354.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCAGTGACTCT\", \"ini\": 2852, \"clust\": 3215, \"rank\": 763, \"rankvar\": 2683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3249, \"group\": [3215.0, 474.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCAACGCACC\", \"ini\": 2851, \"clust\": 2264, \"rank\": 710, \"rankvar\": 378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 598, \"group\": [2264.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAGTAGTGAAT\", \"ini\": 2850, \"clust\": 2358, \"rank\": 700, \"rankvar\": 1483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 599, \"group\": [2365.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCCCATTAT\", \"ini\": 2849, \"clust\": 1656, \"rank\": 761, \"rankvar\": 149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 600, \"group\": [1657.0, 279.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCAAGCCTA\", \"ini\": 2848, \"clust\": 1855, \"rank\": 588, \"rankvar\": 2872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 601, \"group\": [1855.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCCGTAGTA\", \"ini\": 2847, \"clust\": 3077, \"rank\": 642, \"rankvar\": 2679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 742, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3250, \"group\": [3079.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCCATGCTC\", \"ini\": 2846, \"clust\": 1945, \"rank\": 530, \"rankvar\": 1341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 743, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 602, \"group\": [1948.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGTGGAGTC\", \"ini\": 2845, \"clust\": 3017, \"rank\": 663, \"rankvar\": 2447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 744, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3251, \"group\": [3014.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCAGCTGGC\", \"ini\": 2844, \"clust\": 1935, \"rank\": 674, \"rankvar\": 1531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 745, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 603, \"group\": [1935.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGAGTATA\", \"ini\": 2843, \"clust\": 2961, \"rank\": 624, \"rankvar\": 2670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 746, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3252, \"group\": [2959.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTCTTGAT\", \"ini\": 2842, \"clust\": 3142, \"rank\": 769, \"rankvar\": 1460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 747, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3253, \"group\": [3141.0, 466.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACGGTTTA\", \"ini\": 2841, \"clust\": 2823, \"rank\": 927, \"rankvar\": 692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 604, \"group\": [2827.0, 411.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCTCACCT\", \"ini\": 2840, \"clust\": 2227, \"rank\": 676, \"rankvar\": 409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 605, \"group\": [2227.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCGTCTTC\", \"ini\": 2839, \"clust\": 3031, \"rank\": 681, \"rankvar\": 2647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 750, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3254, \"group\": [3030.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAGTAGGCTGA\", \"ini\": 2838, \"clust\": 3472, \"rank\": 844, \"rankvar\": 3495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 751, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 26, \"group\": [3469.0, 536.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACACCGATAT\", \"ini\": 2837, \"clust\": 2096, \"rank\": 777, \"rankvar\": 912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 606, \"group\": [2096.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATGCCTAA\", \"ini\": 2836, \"clust\": 1791, \"rank\": 851, \"rankvar\": 1995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 753, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 607, \"group\": [1792.0, 317.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTAGTATGACA\", \"ini\": 2835, \"clust\": 2115, \"rank\": 672, \"rankvar\": 917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 608, \"group\": [2114.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCTTGTTTG\", \"ini\": 2834, \"clust\": 2403, \"rank\": 976, \"rankvar\": 1408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 609, \"group\": [2404.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCATCGGACC\", \"ini\": 2833, \"clust\": 1792, \"rank\": 801, \"rankvar\": 2351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 756, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 610, \"group\": [1793.0, 317.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAATACAG\", \"ini\": 2832, \"clust\": 2354, \"rank\": 650, \"rankvar\": 1434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 611, \"group\": [2355.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGTACCT\", \"ini\": 2831, \"clust\": 1684, \"rank\": 1215, \"rankvar\": 2223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 612, \"group\": [1685.0, 289.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAAGCGTAG\", \"ini\": 2830, \"clust\": 2780, \"rank\": 1288, \"rankvar\": 2531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 759, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 613, \"group\": [2779.0, 398.0, 61.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCAATGGAAT\", \"ini\": 2829, \"clust\": 2569, \"rank\": 869, \"rankvar\": 903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 614, \"group\": [2569.0, 374.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCTGCTTGC\", \"ini\": 2828, \"clust\": 2312, \"rank\": 770, \"rankvar\": 1742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 761, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 615, \"group\": [2312.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTGTATGGG\", \"ini\": 2827, \"clust\": 3466, \"rank\": 1073, \"rankvar\": 3471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 762, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 27, \"group\": [3466.0, 536.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCGGCTACG\", \"ini\": 2826, \"clust\": 2240, \"rank\": 788, \"rankvar\": 18, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 616, \"group\": [2243.0, 352.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAAACAC\", \"ini\": 2825, \"clust\": 2489, \"rank\": 1177, \"rankvar\": 1048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 617, \"group\": [2488.0, 366.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTACTTAGC\", \"ini\": 2824, \"clust\": 2632, \"rank\": 567, \"rankvar\": 2016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 765, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 618, \"group\": [2632.0, 388.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTGGGTATG\", \"ini\": 2823, \"clust\": 2207, \"rank\": 553, \"rankvar\": 422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 619, \"group\": [2205.0, 349.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCATCCAACA\", \"ini\": 2822, \"clust\": 2424, \"rank\": 713, \"rankvar\": 1834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 767, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 620, \"group\": [2425.0, 360.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCGTCGTTC\", \"ini\": 2821, \"clust\": 2407, \"rank\": 686, \"rankvar\": 899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 621, \"group\": [2407.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAAGTCACGCC\", \"ini\": 2820, \"clust\": 3139, \"rank\": 879, \"rankvar\": 1831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 769, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3255, \"group\": [3138.0, 465.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGGTGTA\", \"ini\": 2819, \"clust\": 1939, \"rank\": 612, \"rankvar\": 1554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 622, \"group\": [1940.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCTCCTATA\", \"ini\": 2818, \"clust\": 2784, \"rank\": 1124, \"rankvar\": 2716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 623, \"group\": [2784.0, 403.0, 62.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCGCCTTG\", \"ini\": 2817, \"clust\": 63, \"rank\": 455, \"rankvar\": 3150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2697, \"group\": [61.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTAGCTAAA\", \"ini\": 2816, \"clust\": 1358, \"rank\": 1044, \"rankvar\": 3113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1717, \"group\": [1356.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTCTGTCG\", \"ini\": 2815, \"clust\": 2155, \"rank\": 733, \"rankvar\": 85, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 624, \"group\": [2154.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTCACCTAA\", \"ini\": 2814, \"clust\": 1663, \"rank\": 1273, \"rankvar\": 2628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 775, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 625, \"group\": [1666.0, 282.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACATCCTTGC\", \"ini\": 2813, \"clust\": 2828, \"rank\": 1195, \"rankvar\": 1352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 776, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 626, \"group\": [2828.0, 412.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGAATTGTG\", \"ini\": 2812, \"clust\": 2829, \"rank\": 1151, \"rankvar\": 1637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 627, \"group\": [2829.0, 413.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGGTATCG\", \"ini\": 2811, \"clust\": 3225, \"rank\": 1085, \"rankvar\": 2489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 778, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3256, \"group\": [3223.0, 477.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTCCACAA\", \"ini\": 2810, \"clust\": 3296, \"rank\": 614, \"rankvar\": 1908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 779, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3257, \"group\": [3293.0, 492.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGCATCG\", \"ini\": 2809, \"clust\": 1274, \"rank\": 885, \"rankvar\": 2458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 780, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1718, \"group\": [1272.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTATATCCG\", \"ini\": 2808, \"clust\": 2133, \"rank\": 714, \"rankvar\": 1806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 628, \"group\": [2133.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGTAGATC\", \"ini\": 2807, \"clust\": 2373, \"rank\": 858, \"rankvar\": 241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 629, \"group\": [2375.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGGACCACA\", \"ini\": 2806, \"clust\": 2436, \"rank\": 987, \"rankvar\": 352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 783, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 630, \"group\": [2437.0, 362.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTAAAGTG\", \"ini\": 2805, \"clust\": 2345, \"rank\": 816, \"rankvar\": 319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 631, \"group\": [2345.0, 356.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCAGTCCTTC\", \"ini\": 2804, \"clust\": 2274, \"rank\": 684, \"rankvar\": 1300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 785, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 632, \"group\": [2274.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCATGCAT\", \"ini\": 2803, \"clust\": 1726, \"rank\": 773, \"rankvar\": 633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 633, \"group\": [1726.0, 306.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCACGACTA\", \"ini\": 2802, \"clust\": 1315, \"rank\": 689, \"rankvar\": 3444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 787, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1719, \"group\": [1313.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCTCGATGA\", \"ini\": 2801, \"clust\": 2101, \"rank\": 795, \"rankvar\": 2010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 634, \"group\": [2101.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGACTTGAA\", \"ini\": 2800, \"clust\": 2061, \"rank\": 1079, \"rankvar\": 100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 635, \"group\": [2063.0, 343.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGCCAGGAT\", \"ini\": 2799, \"clust\": 2361, \"rank\": 893, \"rankvar\": 841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 790, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 636, \"group\": [2361.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATAGATAGGAG\", \"ini\": 2798, \"clust\": 2307, \"rank\": 724, \"rankvar\": 1888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 637, \"group\": [2305.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGAGCAATT\", \"ini\": 2797, \"clust\": 1659, \"rank\": 649, \"rankvar\": 942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 792, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 638, \"group\": [1662.0, 280.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTGGGTCAA\", \"ini\": 2796, \"clust\": 2852, \"rank\": 1063, \"rankvar\": 659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 639, \"group\": [2852.0, 418.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGCCGTCGT\", \"ini\": 2795, \"clust\": 3310, \"rank\": 586, \"rankvar\": 3231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 794, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3258, \"group\": [3309.0, 493.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTACCGAT\", \"ini\": 2794, \"clust\": 3025, \"rank\": 427, \"rankvar\": 2515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 795, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3259, \"group\": [3022.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCTTGTACT\", \"ini\": 2793, \"clust\": 1797, \"rank\": 821, \"rankvar\": 420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 796, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 640, \"group\": [1798.0, 319.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACGGACAA\", \"ini\": 2792, \"clust\": 3023, \"rank\": 548, \"rankvar\": 2886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 797, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3260, \"group\": [3020.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTCATTAGC\", \"ini\": 2791, \"clust\": 2248, \"rank\": 861, \"rankvar\": 1512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 798, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 641, \"group\": [2247.0, 352.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTCTGCAAT\", \"ini\": 2790, \"clust\": 2622, \"rank\": 616, \"rankvar\": 629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 642, \"group\": [2625.0, 386.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAAACACA\", \"ini\": 2789, \"clust\": 104, \"rank\": 1249, \"rankvar\": 138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 800, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3261, \"group\": [104.0, 23.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTAACTGG\", \"ini\": 2788, \"clust\": 3279, \"rank\": 867, \"rankvar\": 1200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3262, \"group\": [3278.0, 489.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCACGCATA\", \"ini\": 2787, \"clust\": 3106, \"rank\": 629, \"rankvar\": 2701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 802, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3263, \"group\": [3107.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGGTGATTA\", \"ini\": 2786, \"clust\": 3292, \"rank\": 716, \"rankvar\": 1218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 803, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3264, \"group\": [3296.0, 492.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAATGAAAC\", \"ini\": 2785, \"clust\": 2854, \"rank\": 944, \"rankvar\": 654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 643, \"group\": [2856.0, 418.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACTAGGC\", \"ini\": 2784, \"clust\": 2751, \"rank\": 835, \"rankvar\": 338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 805, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 644, \"group\": [2752.0, 394.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCTCCCTAATT\", \"ini\": 2783, \"clust\": 1715, \"rank\": 1000, \"rankvar\": 1796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 806, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 645, \"group\": [1716.0, 304.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCAACACCA\", \"ini\": 2782, \"clust\": 79, \"rank\": 1364, \"rankvar\": 2964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 807, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3265, \"group\": [79.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTGCTCTTC\", \"ini\": 2781, \"clust\": 3081, \"rank\": 569, \"rankvar\": 3159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 808, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3266, \"group\": [3080.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAAGGTTCT\", \"ini\": 2780, \"clust\": 2117, \"rank\": 945, \"rankvar\": 996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 809, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 646, \"group\": [2118.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAATCAAACGGG\", \"ini\": 2779, \"clust\": 80, \"rank\": 1100, \"rankvar\": 2576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3267, \"group\": [80.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTACTCTCC\", \"ini\": 2778, \"clust\": 2160, \"rank\": 854, \"rankvar\": 1380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 647, \"group\": [2161.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTCGCGAC\", \"ini\": 2777, \"clust\": 72, \"rank\": 1133, \"rankvar\": 2820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 812, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3268, \"group\": [76.0, 15.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCATTCCTGC\", \"ini\": 2776, \"clust\": 1678, \"rank\": 1116, \"rankvar\": 1261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 648, \"group\": [1678.0, 287.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAATCTCTTATG\", \"ini\": 2775, \"clust\": 2965, \"rank\": 775, \"rankvar\": 2656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 814, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3269, \"group\": [2965.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCACGTTC\", \"ini\": 2774, \"clust\": 2982, \"rank\": 730, \"rankvar\": 2258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 815, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3270, \"group\": [2979.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATTACCG\", \"ini\": 2773, \"clust\": 2332, \"rank\": 706, \"rankvar\": 1334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 816, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 649, \"group\": [2333.0, 354.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAGACAAAT\", \"ini\": 2772, \"clust\": 3312, \"rank\": 576, \"rankvar\": 2809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 817, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3271, \"group\": [3312.0, 493.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCCACGCT\", \"ini\": 2771, \"clust\": 2035, \"rank\": 1036, \"rankvar\": 196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 650, \"group\": [2036.0, 338.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAATCTCCAGGG\", \"ini\": 2770, \"clust\": 3075, \"rank\": 751, \"rankvar\": 3077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 819, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3272, \"group\": [3075.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGACGCAA\", \"ini\": 2769, \"clust\": 2427, \"rank\": 1031, \"rankvar\": 2571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 651, \"group\": [2427.0, 361.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATCGCTC\", \"ini\": 2768, \"clust\": 1794, \"rank\": 960, \"rankvar\": 12, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 821, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 652, \"group\": [1795.0, 318.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCCGTTGTC\", \"ini\": 2767, \"clust\": 3107, \"rank\": 573, \"rankvar\": 2613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 822, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3273, \"group\": [3105.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACACAAGCCC\", \"ini\": 2766, \"clust\": 2327, \"rank\": 659, \"rankvar\": 2049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 653, \"group\": [2328.0, 354.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCAACCATG\", \"ini\": 2765, \"clust\": 2874, \"rank\": 1356, \"rankvar\": 1234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 654, \"group\": [2873.0, 426.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTTTGTTGG\", \"ini\": 2764, \"clust\": 3473, \"rank\": 934, \"rankvar\": 3459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 825, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 28, \"group\": [3482.0, 537.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGGTCA\", \"ini\": 2763, \"clust\": 3432, \"rank\": 1139, \"rankvar\": 3253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 826, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 29, \"group\": [3433.0, 528.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACATTCCTGC\", \"ini\": 2762, \"clust\": 3242, \"rank\": 921, \"rankvar\": 1158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 827, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3274, \"group\": [3241.0, 481.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGGACTG\", \"ini\": 2761, \"clust\": 3108, \"rank\": 717, \"rankvar\": 2475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 828, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3275, \"group\": [3106.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTCTCGG\", \"ini\": 2760, \"clust\": 1789, \"rank\": 999, \"rankvar\": 1535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 655, \"group\": [1790.0, 317.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAATCGTC\", \"ini\": 2759, \"clust\": 1969, \"rank\": 830, \"rankvar\": 1657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 656, \"group\": [1970.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGATAGC\", \"ini\": 2758, \"clust\": 2379, \"rank\": 1016, \"rankvar\": 590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 657, \"group\": [2382.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACCACGTG\", \"ini\": 2757, \"clust\": 3485, \"rank\": 1376, \"rankvar\": 3241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 832, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 30, \"group\": [3483.0, 537.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGCTATCT\", \"ini\": 2756, \"clust\": 2169, \"rank\": 839, \"rankvar\": 180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 658, \"group\": [2169.0, 347.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACCTCGTT\", \"ini\": 2755, \"clust\": 2111, \"rank\": 905, \"rankvar\": 2364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 659, \"group\": [2111.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGGATTGG\", \"ini\": 2754, \"clust\": 2357, \"rank\": 853, \"rankvar\": 493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 660, \"group\": [2358.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGAATGTGT\", \"ini\": 2753, \"clust\": 2351, \"rank\": 917, \"rankvar\": 1037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 661, \"group\": [2349.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTTGGTC\", \"ini\": 2752, \"clust\": 1711, \"rank\": 959, \"rankvar\": 1570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 837, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 662, \"group\": [1708.0, 303.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAGCTGCTG\", \"ini\": 2751, \"clust\": 3143, \"rank\": 857, \"rankvar\": 383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 838, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3276, \"group\": [3142.0, 466.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGCTAGCC\", \"ini\": 2750, \"clust\": 2975, \"rank\": 971, \"rankvar\": 3044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 839, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3277, \"group\": [2973.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGACTTGAA\", \"ini\": 2749, \"clust\": 2087, \"rank\": 961, \"rankvar\": 223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 663, \"group\": [2087.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGCGTAAG\", \"ini\": 2748, \"clust\": 1691, \"rank\": 1135, \"rankvar\": 475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 664, \"group\": [1691.0, 292.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAAACGCC\", \"ini\": 2747, \"clust\": 2957, \"rank\": 992, \"rankvar\": 2753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3278, \"group\": [2955.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAAGCCCAC\", \"ini\": 2746, \"clust\": 3036, \"rank\": 606, \"rankvar\": 2201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 843, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3279, \"group\": [3034.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTGAAGGCT\", \"ini\": 2745, \"clust\": 2158, \"rank\": 973, \"rankvar\": 407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 844, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 665, \"group\": [2159.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTTGTCTTT\", \"ini\": 2744, \"clust\": 2860, \"rank\": 1049, \"rankvar\": 444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 845, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 666, \"group\": [2859.0, 419.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCAGTAGT\", \"ini\": 2743, \"clust\": 2980, \"rank\": 1010, \"rankvar\": 1953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 846, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3280, \"group\": [2978.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTCGCATAT\", \"ini\": 2742, \"clust\": 2416, \"rank\": 1207, \"rankvar\": 1428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 847, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 667, \"group\": [2419.0, 359.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGCGAAGGG\", \"ini\": 2741, \"clust\": 3021, \"rank\": 565, \"rankvar\": 3197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 848, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3281, \"group\": [3026.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTTGTCC\", \"ini\": 2740, \"clust\": 2170, \"rank\": 938, \"rankvar\": 588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 668, \"group\": [2170.0, 347.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTTCGAATC\", \"ini\": 2739, \"clust\": 2112, \"rank\": 972, \"rankvar\": 1384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 850, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 669, \"group\": [2112.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTACAGTTC\", \"ini\": 2738, \"clust\": 2247, \"rank\": 803, \"rankvar\": 1145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 851, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 670, \"group\": [2249.0, 352.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGCTAGTCT\", \"ini\": 2737, \"clust\": 1219, \"rank\": 418, \"rankvar\": 2502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 852, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1852, \"group\": [1217.0, 144.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTCTGCGGT\", \"ini\": 2736, \"clust\": 2039, \"rank\": 625, \"rankvar\": 1901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 671, \"group\": [2040.0, 340.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTATCTGCA\", \"ini\": 2735, \"clust\": 3294, \"rank\": 723, \"rankvar\": 2292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 854, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3282, \"group\": [3294.0, 492.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCACCCGAG\", \"ini\": 2734, \"clust\": 1255, \"rank\": 1176, \"rankvar\": 3398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 855, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1720, \"group\": [1254.0, 160.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCATGTCCC\", \"ini\": 2733, \"clust\": 2753, \"rank\": 833, \"rankvar\": 159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 672, \"group\": [2751.0, 394.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGAGTCG\", \"ini\": 2732, \"clust\": 2116, \"rank\": 766, \"rankvar\": 1865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 673, \"group\": [2115.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCACGTCTCT\", \"ini\": 2731, \"clust\": 3431, \"rank\": 877, \"rankvar\": 2868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 858, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 31, \"group\": [3432.0, 528.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTGTTTGTG\", \"ini\": 2730, \"clust\": 3254, \"rank\": 607, \"rankvar\": 2091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 859, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3283, \"group\": [3255.0, 483.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCAAATTGCC\", \"ini\": 2729, \"clust\": 2434, \"rank\": 923, \"rankvar\": 1157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 860, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 674, \"group\": [2434.0, 362.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGGCGTG\", \"ini\": 2728, \"clust\": 3080, \"rank\": 604, \"rankvar\": 3034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 861, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3284, \"group\": [3082.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGATCGGGT\", \"ini\": 2727, \"clust\": 2229, \"rank\": 793, \"rankvar\": 1705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 675, \"group\": [2230.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGAGCCCAA\", \"ini\": 2726, \"clust\": 2866, \"rank\": 1388, \"rankvar\": 1778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 863, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 676, \"group\": [2865.0, 422.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTAGTGAACGC\", \"ini\": 2725, \"clust\": 2118, \"rank\": 990, \"rankvar\": 507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 677, \"group\": [2119.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGCTGCAAG\", \"ini\": 2724, \"clust\": 1826, \"rank\": 899, \"rankvar\": 2374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 865, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 678, \"group\": [1825.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGGAGTCTG\", \"ini\": 2723, \"clust\": 3045, \"rank\": 641, \"rankvar\": 2340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 866, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3285, \"group\": [3043.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACAAACAACA\", \"ini\": 2722, \"clust\": 2450, \"rank\": 1106, \"rankvar\": 1024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 679, \"group\": [2450.0, 363.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTTCGAGA\", \"ini\": 2721, \"clust\": 1192, \"rank\": 658, \"rankvar\": 1723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1853, \"group\": [1192.0, 139.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCCACTC\", \"ini\": 2720, \"clust\": 2739, \"rank\": 878, \"rankvar\": 132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 680, \"group\": [2737.0, 392.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTGTCCGT\", \"ini\": 2719, \"clust\": 1334, \"rank\": 911, \"rankvar\": 3135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 870, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1721, \"group\": [1332.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTATCAGTC\", \"ini\": 2718, \"clust\": 105, \"rank\": 1555, \"rankvar\": 1620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 871, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3286, \"group\": [105.0, 24.0, 8.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCAAGCCATT\", \"ini\": 2717, \"clust\": 108, \"rank\": 818, \"rankvar\": 2169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 872, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 160, \"group\": [107.0, 26.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTTGAGTTC\", \"ini\": 2716, \"clust\": 2136, \"rank\": 916, \"rankvar\": 1397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 681, \"group\": [2136.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACACAGAG\", \"ini\": 2715, \"clust\": 1936, \"rank\": 815, \"rankvar\": 1186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 874, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 682, \"group\": [1936.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAGTCG\", \"ini\": 2714, \"clust\": 2145, \"rank\": 735, \"rankvar\": 307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 683, \"group\": [2144.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACAAGCCTAT\", \"ini\": 2713, \"clust\": 1840, \"rank\": 954, \"rankvar\": 2149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 684, \"group\": [1841.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCGTCTGAA\", \"ini\": 2712, \"clust\": 2045, \"rank\": 922, \"rankvar\": 167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 877, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 685, \"group\": [2064.0, 344.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCCTTGACC\", \"ini\": 2711, \"clust\": 2057, \"rank\": 995, \"rankvar\": 261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 686, \"group\": [2056.0, 343.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCATCCTAGA\", \"ini\": 2710, \"clust\": 2068, \"rank\": 737, \"rankvar\": 1758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 687, \"group\": [2068.0, 345.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGGCATCG\", \"ini\": 2709, \"clust\": 1938, \"rank\": 661, \"rankvar\": 1263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 880, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 688, \"group\": [1941.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGTGACCA\", \"ini\": 2708, \"clust\": 3018, \"rank\": 647, \"rankvar\": 2742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 881, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3287, \"group\": [3015.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCAGTCCCT\", \"ini\": 2707, \"clust\": 2233, \"rank\": 765, \"rankvar\": 253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 689, \"group\": [2235.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTGACGGTA\", \"ini\": 2706, \"clust\": 1977, \"rank\": 884, \"rankvar\": 506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 883, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 690, \"group\": [1978.0, 330.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATCTGT\", \"ini\": 2705, \"clust\": 1664, \"rank\": 895, \"rankvar\": 1262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 691, \"group\": [1664.0, 282.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCAGACCTAGG\", \"ini\": 2704, \"clust\": 2064, \"rank\": 627, \"rankvar\": 1734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 692, \"group\": [2065.0, 345.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCAGCGATT\", \"ini\": 2703, \"clust\": 2338, \"rank\": 897, \"rankvar\": 449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 693, \"group\": [2339.0, 355.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCTATTCA\", \"ini\": 2702, \"clust\": 1685, \"rank\": 1269, \"rankvar\": 1400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 887, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 694, \"group\": [1683.0, 289.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCAAACTGTC\", \"ini\": 2701, \"clust\": 2822, \"rank\": 1071, \"rankvar\": 632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 695, \"group\": [2822.0, 410.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGGATGGAA\", \"ini\": 2700, \"clust\": 2785, \"rank\": 1111, \"rankvar\": 106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 889, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 696, \"group\": [2785.0, 404.0, 62.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGTTTGCGT\", \"ini\": 2699, \"clust\": 2244, \"rank\": 1066, \"rankvar\": 1273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 697, \"group\": [2244.0, 352.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTGAAGGCT\", \"ini\": 2698, \"clust\": 2070, \"rank\": 824, \"rankvar\": 431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 698, \"group\": [2069.0, 345.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGTGTTTGC\", \"ini\": 2697, \"clust\": 2190, \"rank\": 864, \"rankvar\": 234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 892, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 699, \"group\": [2191.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGCGTTA\", \"ini\": 2696, \"clust\": 2435, \"rank\": 906, \"rankvar\": 930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 700, \"group\": [2435.0, 362.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAAGAAAGG\", \"ini\": 2695, \"clust\": 2868, \"rank\": 1033, \"rankvar\": 929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 894, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 701, \"group\": [2870.0, 425.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGAAGGTGA\", \"ini\": 2694, \"clust\": 1206, \"rank\": 234, \"rankvar\": 3492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1854, \"group\": [1204.0, 143.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGAGCAATT\", \"ini\": 2693, \"clust\": 2571, \"rank\": 912, \"rankvar\": 563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 896, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 702, \"group\": [2571.0, 374.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCGATAGAA\", \"ini\": 2692, \"clust\": 3238, \"rank\": 665, \"rankvar\": 2813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 897, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3288, \"group\": [3236.0, 481.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACGTAAATACG\", \"ini\": 2691, \"clust\": 1373, \"rank\": 656, \"rankvar\": 3191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 898, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1722, \"group\": [1369.0, 169.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGAGAGCTC\", \"ini\": 2690, \"clust\": 2378, \"rank\": 791, \"rankvar\": 1288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 703, \"group\": [2378.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAGCTGGC\", \"ini\": 2689, \"clust\": 2079, \"rank\": 894, \"rankvar\": 1152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 900, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 704, \"group\": [2082.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGATGGCGT\", \"ini\": 2688, \"clust\": 2105, \"rank\": 836, \"rankvar\": 1853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 705, \"group\": [2106.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGGGATACC\", \"ini\": 2687, \"clust\": 1981, \"rank\": 688, \"rankvar\": 940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 706, \"group\": [1985.0, 330.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCATGTTCCC\", \"ini\": 2686, \"clust\": 2088, \"rank\": 1081, \"rankvar\": 1536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 903, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 707, \"group\": [2089.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGGCGCTA\", \"ini\": 2685, \"clust\": 2380, \"rank\": 1174, \"rankvar\": 461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 708, \"group\": [2380.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGACAGGCT\", \"ini\": 2684, \"clust\": 2157, \"rank\": 984, \"rankvar\": 725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 709, \"group\": [2158.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACCACGTG\", \"ini\": 2683, \"clust\": 2260, \"rank\": 948, \"rankvar\": 1855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 710, \"group\": [2261.0, 352.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCTCTCGT\", \"ini\": 2682, \"clust\": 3291, \"rank\": 798, \"rankvar\": 496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3289, \"group\": [3291.0, 492.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTTTGGGCC\", \"ini\": 2681, \"clust\": 1779, \"rank\": 1037, \"rankvar\": 543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 711, \"group\": [1781.0, 317.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTTCCGTCT\", \"ini\": 2680, \"clust\": 2204, \"rank\": 753, \"rankvar\": 177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 712, \"group\": [2207.0, 349.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAACCTC\", \"ini\": 2679, \"clust\": 2824, \"rank\": 974, \"rankvar\": 880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 713, \"group\": [2826.0, 411.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCAGAATA\", \"ini\": 2678, \"clust\": 3115, \"rank\": 673, \"rankvar\": 3215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3290, \"group\": [3114.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGGTTCGG\", \"ini\": 2677, \"clust\": 2168, \"rank\": 822, \"rankvar\": 1457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 714, \"group\": [2171.0, 347.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAAGTCTCGGC\", \"ini\": 2676, \"clust\": 1923, \"rank\": 1035, \"rankvar\": 83, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 715, \"group\": [1924.0, 327.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGCTGCTG\", \"ini\": 2675, \"clust\": 2083, \"rank\": 805, \"rankvar\": 1722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 716, \"group\": [2083.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGCCCTTA\", \"ini\": 2674, \"clust\": 3070, \"rank\": 819, \"rankvar\": 2425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 915, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3291, \"group\": [3074.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCAGTATAAG\", \"ini\": 2673, \"clust\": 2285, \"rank\": 784, \"rankvar\": 2081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 717, \"group\": [2286.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTCTAACGT\", \"ini\": 2672, \"clust\": 2374, \"rank\": 1042, \"rankvar\": 393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 917, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 718, \"group\": [2373.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCACAACGCC\", \"ini\": 2671, \"clust\": 2236, \"rank\": 810, \"rankvar\": 3049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 719, \"group\": [2237.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGCTAGTGG\", \"ini\": 2670, \"clust\": 1310, \"rank\": 846, \"rankvar\": 2962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 919, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1723, \"group\": [1307.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTCGCTTG\", \"ini\": 2669, \"clust\": 2254, \"rank\": 827, \"rankvar\": 262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 720, \"group\": [2255.0, 352.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCAACTT\", \"ini\": 2668, \"clust\": 2059, \"rank\": 1109, \"rankvar\": 589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 921, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 721, \"group\": [2059.0, 343.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCTGCTGCT\", \"ini\": 2667, \"clust\": 2246, \"rank\": 989, \"rankvar\": 1432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 722, \"group\": [2250.0, 352.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACTTAACG\", \"ini\": 2666, \"clust\": 3249, \"rank\": 566, \"rankvar\": 2233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3292, \"group\": [3247.0, 482.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAATGTTGC\", \"ini\": 2665, \"clust\": 2257, \"rank\": 786, \"rankvar\": 867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 723, \"group\": [2256.0, 352.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCCCTAACC\", \"ini\": 2664, \"clust\": 1250, \"rank\": 1056, \"rankvar\": 2810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 724, \"group\": [1250.0, 157.0, 32.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCACTCCA\", \"ini\": 2663, \"clust\": 2300, \"rank\": 1024, \"rankvar\": 776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 926, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 725, \"group\": [2300.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCCTCCTAG\", \"ini\": 2662, \"clust\": 1324, \"rank\": 790, \"rankvar\": 3175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 927, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1724, \"group\": [1323.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGTGACC\", \"ini\": 2661, \"clust\": 1658, \"rank\": 900, \"rankvar\": 185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 726, \"group\": [1656.0, 279.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTAGCTGCC\", \"ini\": 2660, \"clust\": 2237, \"rank\": 859, \"rankvar\": 442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 727, \"group\": [2238.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCCATGA\", \"ini\": 2659, \"clust\": 3263, \"rank\": 1107, \"rankvar\": 281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 930, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3293, \"group\": [3263.0, 486.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCATAAAGGT\", \"ini\": 2658, \"clust\": 2971, \"rank\": 1123, \"rankvar\": 3193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 931, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3294, \"group\": [2969.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGCCAGAA\", \"ini\": 2657, \"clust\": 2385, \"rank\": 823, \"rankvar\": 1233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 932, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 728, \"group\": [2385.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTAGCGATG\", \"ini\": 2656, \"clust\": 2197, \"rank\": 590, \"rankvar\": 465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 933, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 729, \"group\": [2197.0, 348.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAGGGATA\", \"ini\": 2655, \"clust\": 2973, \"rank\": 1057, \"rankvar\": 2957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 934, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3295, \"group\": [2971.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGATACACA\", \"ini\": 2654, \"clust\": 2341, \"rank\": 932, \"rankvar\": 519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 730, \"group\": [2341.0, 355.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACAGGCT\", \"ini\": 2653, \"clust\": 2275, \"rank\": 736, \"rankvar\": 1068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 936, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 731, \"group\": [2275.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATCGCAT\", \"ini\": 2652, \"clust\": 1748, \"rank\": 1405, \"rankvar\": 1109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 732, \"group\": [1749.0, 310.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGAGCTTCT\", \"ini\": 2651, \"clust\": 2999, \"rank\": 669, \"rankvar\": 2584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 938, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3296, \"group\": [2997.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCCACGACG\", \"ini\": 2650, \"clust\": 2132, \"rank\": 845, \"rankvar\": 1130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 939, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 733, \"group\": [2135.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACAAGGGTCA\", \"ini\": 2649, \"clust\": 3073, \"rank\": 943, \"rankvar\": 2622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3297, \"group\": [3072.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTGCCTTGG\", \"ini\": 2648, \"clust\": 3540, \"rank\": 1545, \"rankvar\": 3574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 941, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 32, \"group\": [3539.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACACAGATTC\", \"ini\": 2647, \"clust\": 2958, \"rank\": 1008, \"rankvar\": 2764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 942, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3298, \"group\": [2956.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGGTAACGTTC\", \"ini\": 2646, \"clust\": 2588, \"rank\": 1162, \"rankvar\": 2235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 734, \"group\": [2588.0, 376.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCATCTGTT\", \"ini\": 2645, \"clust\": 2983, \"rank\": 1048, \"rankvar\": 2022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3299, \"group\": [2980.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCCGTTGTC\", \"ini\": 2644, \"clust\": 2486, \"rank\": 1161, \"rankvar\": 1206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 735, \"group\": [2485.0, 366.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGGTCGAT\", \"ini\": 2643, \"clust\": 1181, \"rank\": 1005, \"rankvar\": 1018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 946, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1834, \"group\": [1182.0, 133.0, 26.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCAACACGT\", \"ini\": 2642, \"clust\": 2148, \"rank\": 826, \"rankvar\": 808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 947, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 736, \"group\": [2147.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCCGATATG\", \"ini\": 2641, \"clust\": 3002, \"rank\": 797, \"rankvar\": 1479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 948, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3300, \"group\": [3000.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTCCAACC\", \"ini\": 2640, \"clust\": 2612, \"rank\": 1130, \"rankvar\": 120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 737, \"group\": [2612.0, 379.0, 58.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGAGCTATA\", \"ini\": 2639, \"clust\": 1651, \"rank\": 1060, \"rankvar\": 8, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 738, \"group\": [1650.0, 275.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCAGAAATG\", \"ini\": 2638, \"clust\": 2092, \"rank\": 982, \"rankvar\": 2544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 739, \"group\": [2091.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGCATACT\", \"ini\": 2637, \"clust\": 2566, \"rank\": 1040, \"rankvar\": 640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 952, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 740, \"group\": [2566.0, 374.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTTGCGCAC\", \"ini\": 2636, \"clust\": 2429, \"rank\": 1112, \"rankvar\": 457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 741, \"group\": [2436.0, 362.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCATGTCTCC\", \"ini\": 2635, \"clust\": 2283, \"rank\": 806, \"rankvar\": 300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 742, \"group\": [2283.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCTTTACA\", \"ini\": 2634, \"clust\": 3259, \"rank\": 915, \"rankvar\": 2166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 955, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3301, \"group\": [3261.0, 485.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCCTCA\", \"ini\": 2633, \"clust\": 2493, \"rank\": 1208, \"rankvar\": 230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 743, \"group\": [2491.0, 366.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCAAGTCTGT\", \"ini\": 2632, \"clust\": 3536, \"rank\": 1585, \"rankvar\": 3490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 957, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 33, \"group\": [3538.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGCGATATA\", \"ini\": 2631, \"clust\": 2005, \"rank\": 1069, \"rankvar\": 401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 744, \"group\": [2003.0, 334.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGTGGAG\", \"ini\": 2630, \"clust\": 1952, \"rank\": 696, \"rankvar\": 1731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 745, \"group\": [1955.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAATGGATA\", \"ini\": 2629, \"clust\": 2825, \"rank\": 1098, \"rankvar\": 1214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 746, \"group\": [2825.0, 411.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTTGAGTTC\", \"ini\": 2628, \"clust\": 3032, \"rank\": 774, \"rankvar\": 2760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 961, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3302, \"group\": [3031.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGATAGGAG\", \"ini\": 2627, \"clust\": 2419, \"rank\": 1068, \"rankvar\": 2782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 747, \"group\": [2422.0, 359.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTATGAAAC\", \"ini\": 2626, \"clust\": 1648, \"rank\": 1261, \"rankvar\": 69, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 748, \"group\": [1652.0, 277.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGGAACGG\", \"ini\": 2625, \"clust\": 2741, \"rank\": 892, \"rankvar\": 837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 964, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 749, \"group\": [2742.0, 392.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGGTCTCG\", \"ini\": 2624, \"clust\": 2359, \"rank\": 1235, \"rankvar\": 1362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 750, \"group\": [2359.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTACGATA\", \"ini\": 2623, \"clust\": 2009, \"rank\": 985, \"rankvar\": 2636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 751, \"group\": [2008.0, 334.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGAACCT\", \"ini\": 2622, \"clust\": 1407, \"rank\": 1253, \"rankvar\": 729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 752, \"group\": [1406.0, 184.0, 39.0, 12.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCGTAGTA\", \"ini\": 2621, \"clust\": 2048, \"rank\": 1165, \"rankvar\": 933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 753, \"group\": [2048.0, 342.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCCACATCCAA\", \"ini\": 2620, \"clust\": 1317, \"rank\": 842, \"rankvar\": 3043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 969, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1725, \"group\": [1320.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACGATGT\", \"ini\": 2619, \"clust\": 3003, \"rank\": 743, \"rankvar\": 3025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 970, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3303, \"group\": [3004.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGATCTGAA\", \"ini\": 2618, \"clust\": 1978, \"rank\": 887, \"rankvar\": 1089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 971, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 754, \"group\": [1979.0, 330.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAGAAAGG\", \"ini\": 2617, \"clust\": 1264, \"rank\": 988, \"rankvar\": 2807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 972, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1726, \"group\": [1265.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTGGTCCGT\", \"ini\": 2616, \"clust\": 3037, \"rank\": 587, \"rankvar\": 2639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 973, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3304, \"group\": [3035.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGTCACGCC\", \"ini\": 2615, \"clust\": 2060, \"rank\": 1039, \"rankvar\": 75, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 755, \"group\": [2060.0, 343.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTACTCTCC\", \"ini\": 2614, \"clust\": 2106, \"rank\": 874, \"rankvar\": 1290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 756, \"group\": [2107.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGCCACTAT\", \"ini\": 2613, \"clust\": 3481, \"rank\": 1248, \"rankvar\": 3246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 976, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 34, \"group\": [3478.0, 537.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGCTAAACA\", \"ini\": 2612, \"clust\": 2512, \"rank\": 1422, \"rankvar\": 1386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 757, \"group\": [2512.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAATAGCAA\", \"ini\": 2611, \"clust\": 1316, \"rank\": 847, \"rankvar\": 3298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1727, \"group\": [1314.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGGTGTCCTCT\", \"ini\": 2610, \"clust\": 2296, \"rank\": 1007, \"rankvar\": 644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 758, \"group\": [2298.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAGCTGGT\", \"ini\": 2609, \"clust\": 2249, \"rank\": 1138, \"rankvar\": 162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 759, \"group\": [2248.0, 352.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTGTTGAGTTC\", \"ini\": 2608, \"clust\": 1818, \"rank\": 920, \"rankvar\": 535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 760, \"group\": [1819.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCCATTC\", \"ini\": 2607, \"clust\": 2134, \"rank\": 1046, \"rankvar\": 480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 761, \"group\": [2134.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACAGTCAGAG\", \"ini\": 2606, \"clust\": 2864, \"rank\": 1339, \"rankvar\": 2268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 762, \"group\": [2863.0, 421.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCGCCTGAG\", \"ini\": 2605, \"clust\": 2552, \"rank\": 924, \"rankvar\": 1748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 984, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 763, \"group\": [2552.0, 372.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAGTTAACC\", \"ini\": 2604, \"clust\": 2415, \"rank\": 1050, \"rankvar\": 1114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 764, \"group\": [2414.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGAACTGTA\", \"ini\": 2603, \"clust\": 3008, \"rank\": 559, \"rankvar\": 2198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 986, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3305, \"group\": [3027.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACACCGAAAG\", \"ini\": 2602, \"clust\": 3427, \"rank\": 789, \"rankvar\": 3158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 987, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 35, \"group\": [3427.0, 528.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCATCTGTT\", \"ini\": 2601, \"clust\": 1786, \"rank\": 1210, \"rankvar\": 135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 765, \"group\": [1787.0, 317.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCTTGCCGT\", \"ini\": 2600, \"clust\": 2084, \"rank\": 946, \"rankvar\": 743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 989, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 766, \"group\": [2084.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGCGTAGTG\", \"ini\": 2599, \"clust\": 2411, \"rank\": 1126, \"rankvar\": 2214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 990, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 767, \"group\": [2410.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCCTGCTT\", \"ini\": 2598, \"clust\": 1633, \"rank\": 1740, \"rankvar\": 1605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 991, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1673, \"group\": [1636.0, 261.0, 51.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTAGCTCCG\", \"ini\": 2597, \"clust\": 1965, \"rank\": 597, \"rankvar\": 1104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 768, \"group\": [1966.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGCTGAACG\", \"ini\": 2596, \"clust\": 3068, \"rank\": 886, \"rankvar\": 2205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 993, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3306, \"group\": [3068.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCCAACAG\", \"ini\": 2595, \"clust\": 1824, \"rank\": 1351, \"rankvar\": 1289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 769, \"group\": [1828.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTTAACGA\", \"ini\": 2594, \"clust\": 1946, \"rank\": 807, \"rankvar\": 611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 770, \"group\": [1947.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAAGA\", \"ini\": 2593, \"clust\": 2287, \"rank\": 796, \"rankvar\": 1575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 996, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 771, \"group\": [2288.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAGCCTAA\", \"ini\": 2592, \"clust\": 2461, \"rank\": 1270, \"rankvar\": 671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 772, \"group\": [2460.0, 364.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGAGGGAGTAA\", \"ini\": 2591, \"clust\": 3332, \"rank\": 764, \"rankvar\": 2714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 998, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3307, \"group\": [3332.0, 496.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAAACAAG\", \"ini\": 2590, \"clust\": 2321, \"rank\": 889, \"rankvar\": 1165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 999, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 773, \"group\": [2320.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGATGTAAC\", \"ini\": 2589, \"clust\": 1994, \"rank\": 871, \"rankvar\": 2556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1000, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 774, \"group\": [1995.0, 334.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCAAATCA\", \"ini\": 2588, \"clust\": 1268, \"rank\": 1245, \"rankvar\": 2862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1001, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1728, \"group\": [1266.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGCATGTG\", \"ini\": 2587, \"clust\": 1367, \"rank\": 1193, \"rankvar\": 3046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1002, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1729, \"group\": [1364.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCTACGA\", \"ini\": 2586, \"clust\": 2412, \"rank\": 1004, \"rankvar\": 313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 775, \"group\": [2416.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTTGGTTTG\", \"ini\": 2585, \"clust\": 3109, \"rank\": 653, \"rankvar\": 1783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3308, \"group\": [3109.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGGCAAAGA\", \"ini\": 2584, \"clust\": 2422, \"rank\": 1189, \"rankvar\": 1187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 776, \"group\": [2423.0, 359.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCAGTAGT\", \"ini\": 2583, \"clust\": 2080, \"rank\": 1185, \"rankvar\": 2155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1006, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 777, \"group\": [2080.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCACGAAT\", \"ini\": 2582, \"clust\": 2209, \"rank\": 941, \"rankvar\": 2019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 778, \"group\": [2211.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGACGGA\", \"ini\": 2581, \"clust\": 2120, \"rank\": 942, \"rankvar\": 1202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1008, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 779, \"group\": [2120.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGACTG\", \"ini\": 2580, \"clust\": 3467, \"rank\": 1477, \"rankvar\": 2555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1009, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 36, \"group\": [3467.0, 536.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCATGAAC\", \"ini\": 2579, \"clust\": 1660, \"rank\": 931, \"rankvar\": 257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1010, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 780, \"group\": [1661.0, 280.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTTCGTGAT\", \"ini\": 2578, \"clust\": 2561, \"rank\": 1141, \"rankvar\": 1120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1011, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 781, \"group\": [2560.0, 374.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCCGTTAA\", \"ini\": 2577, \"clust\": 2319, \"rank\": 950, \"rankvar\": 987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 782, \"group\": [2321.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCAACATC\", \"ini\": 2576, \"clust\": 2951, \"rank\": 1170, \"rankvar\": 2170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1013, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3309, \"group\": [3334.0, 497.0, 72.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATCTACGA\", \"ini\": 2575, \"clust\": 2113, \"rank\": 956, \"rankvar\": 751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1014, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 783, \"group\": [2117.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCAATC\", \"ini\": 2574, \"clust\": 1859, \"rank\": 955, \"rankvar\": 1255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 784, \"group\": [1858.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCAGCGTA\", \"ini\": 2573, \"clust\": 2756, \"rank\": 660, \"rankvar\": 92, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1016, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 785, \"group\": [2755.0, 395.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTTACGGG\", \"ini\": 2572, \"clust\": 1350, \"rank\": 1432, \"rankvar\": 2860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1017, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1730, \"group\": [1351.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGGATGTAT\", \"ini\": 2571, \"clust\": 2858, \"rank\": 930, \"rankvar\": 336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1018, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 786, \"group\": [2858.0, 418.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTAGCGTAG\", \"ini\": 2570, \"clust\": 2647, \"rank\": 603, \"rankvar\": 2356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 787, \"group\": [2646.0, 388.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGGAACTGC\", \"ini\": 2569, \"clust\": 1661, \"rank\": 1181, \"rankvar\": 1211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 788, \"group\": [1659.0, 280.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCATGTAGTC\", \"ini\": 2568, \"clust\": 2740, \"rank\": 967, \"rankvar\": 264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 789, \"group\": [2743.0, 392.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCGGAAATA\", \"ini\": 2567, \"clust\": 2297, \"rank\": 1186, \"rankvar\": 939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1022, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 790, \"group\": [2296.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGGCACATG\", \"ini\": 2566, \"clust\": 2040, \"rank\": 977, \"rankvar\": 681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 791, \"group\": [2041.0, 340.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGTCAGAG\", \"ini\": 2565, \"clust\": 2076, \"rank\": 1092, \"rankvar\": 2452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 792, \"group\": [2079.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTCTAGAGG\", \"ini\": 2564, \"clust\": 1207, \"rank\": 332, \"rankvar\": 3540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1025, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1855, \"group\": [1205.0, 143.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGGCTCTTA\", \"ini\": 2563, \"clust\": 3406, \"rank\": 1399, \"rankvar\": 2896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1026, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 37, \"group\": [3407.0, 525.0, 79.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTTCCCGAG\", \"ini\": 2562, \"clust\": 2390, \"rank\": 1032, \"rankvar\": 2318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 793, \"group\": [2391.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCCGTCAAA\", \"ini\": 2561, \"clust\": 3394, \"rank\": 1191, \"rankvar\": 3297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1028, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3560, \"group\": [3395.0, 518.0, 77.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATGATCCA\", \"ini\": 2560, \"clust\": 3180, \"rank\": 1059, \"rankvar\": 653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1029, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3310, \"group\": [3178.0, 468.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACTCGTCGTTC\", \"ini\": 2559, \"clust\": 1269, \"rank\": 1318, \"rankvar\": 3309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1030, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1731, \"group\": [1267.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACAGAGGT\", \"ini\": 2558, \"clust\": 1347, \"rank\": 1028, \"rankvar\": 3435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1732, \"group\": [1345.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTAAATACG\", \"ini\": 2557, \"clust\": 1285, \"rank\": 1229, \"rankvar\": 3314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1032, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1733, \"group\": [1284.0, 162.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACATTAGC\", \"ini\": 2556, \"clust\": 1948, \"rank\": 865, \"rankvar\": 1847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1033, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 794, \"group\": [1946.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAACGCACC\", \"ini\": 2555, \"clust\": 2920, \"rank\": 1678, \"rankvar\": 948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1034, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3311, \"group\": [2921.0, 440.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAAAGCAAT\", \"ini\": 2554, \"clust\": 2610, \"rank\": 1314, \"rankvar\": 259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 795, \"group\": [2613.0, 379.0, 58.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGGTACC\", \"ini\": 2553, \"clust\": 1735, \"rank\": 963, \"rankvar\": 183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1036, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 796, \"group\": [1736.0, 308.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGTCAGATAAG\", \"ini\": 2552, \"clust\": 1369, \"rank\": 939, \"rankvar\": 3173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1734, \"group\": [1372.0, 169.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGCATGTG\", \"ini\": 2551, \"clust\": 2322, \"rank\": 1281, \"rankvar\": 1753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 797, \"group\": [2325.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGTGCA\", \"ini\": 2550, \"clust\": 2121, \"rank\": 983, \"rankvar\": 1683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 798, \"group\": [2121.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTAATGA\", \"ini\": 2549, \"clust\": 3261, \"rank\": 626, \"rankvar\": 2415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1040, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3312, \"group\": [3260.0, 485.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTAATCACC\", \"ini\": 2548, \"clust\": 3122, \"rank\": 694, \"rankvar\": 3240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1041, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3313, \"group\": [3126.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGGTGACCA\", \"ini\": 2547, \"clust\": 2861, \"rank\": 1180, \"rankvar\": 764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1042, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 799, \"group\": [2860.0, 419.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTCCAGGA\", \"ini\": 2546, \"clust\": 3071, \"rank\": 754, \"rankvar\": 2474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1043, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3314, \"group\": [3070.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTATTCTC\", \"ini\": 2545, \"clust\": 2303, \"rank\": 1070, \"rankvar\": 676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1044, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 800, \"group\": [2304.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCATGCTC\", \"ini\": 2544, \"clust\": 2355, \"rank\": 868, \"rankvar\": 490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1045, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 801, \"group\": [2356.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGAGCTGCA\", \"ini\": 2543, \"clust\": 2007, \"rank\": 1159, \"rankvar\": 1082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 802, \"group\": [2006.0, 334.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTACTTGAC\", \"ini\": 2542, \"clust\": 2603, \"rank\": 969, \"rankvar\": 2342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1047, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 803, \"group\": [2605.0, 376.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGAGCGAG\", \"ini\": 2541, \"clust\": 2146, \"rank\": 1090, \"rankvar\": 169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 804, \"group\": [2152.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGAATCCA\", \"ini\": 2540, \"clust\": 3004, \"rank\": 849, \"rankvar\": 3052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3315, \"group\": [3002.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGGTAAG\", \"ini\": 2539, \"clust\": 2954, \"rank\": 832, \"rankvar\": 2560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1050, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3316, \"group\": [2952.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGTTCGATC\", \"ini\": 2538, \"clust\": 3423, \"rank\": 1114, \"rankvar\": 3484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1051, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 38, \"group\": [3423.0, 528.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTCTGGAGA\", \"ini\": 2537, \"clust\": 1609, \"rank\": 1263, \"rankvar\": 1983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 805, \"group\": [1610.0, 245.0, 48.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCAGACACTT\", \"ini\": 2536, \"clust\": 2478, \"rank\": 1153, \"rankvar\": 1893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 806, \"group\": [2477.0, 365.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCTGTACGA\", \"ini\": 2535, \"clust\": 1953, \"rank\": 799, \"rankvar\": 1638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1054, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 807, \"group\": [1954.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTATCCTA\", \"ini\": 2534, \"clust\": 2388, \"rank\": 1115, \"rankvar\": 1542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1055, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 808, \"group\": [2388.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATGCTTG\", \"ini\": 2533, \"clust\": 2943, \"rank\": 794, \"rankvar\": 1519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1056, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3317, \"group\": [2944.0, 451.0, 68.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACCGGAAA\", \"ini\": 2532, \"clust\": 3113, \"rank\": 596, \"rankvar\": 2976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1057, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3318, \"group\": [3115.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCAACCATG\", \"ini\": 2531, \"clust\": 2081, \"rank\": 1118, \"rankvar\": 961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 809, \"group\": [2081.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGCATCG\", \"ini\": 2530, \"clust\": 2872, \"rank\": 1454, \"rankvar\": 406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 810, \"group\": [2871.0, 426.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACAACGATGG\", \"ini\": 2529, \"clust\": 2308, \"rank\": 925, \"rankvar\": 1333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1060, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 811, \"group\": [2306.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACAGGAGT\", \"ini\": 2528, \"clust\": 2129, \"rank\": 1061, \"rankvar\": 2442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 812, \"group\": [2132.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATAAGACA\", \"ini\": 2527, \"clust\": 2306, \"rank\": 1075, \"rankvar\": 1534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 813, \"group\": [2307.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCAAGGTAA\", \"ini\": 2526, \"clust\": 2352, \"rank\": 1173, \"rankvar\": 698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1063, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 814, \"group\": [2353.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTCCTCCAT\", \"ini\": 2525, \"clust\": 2479, \"rank\": 1266, \"rankvar\": 1080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 815, \"group\": [2478.0, 365.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTTCTGTTT\", \"ini\": 2524, \"clust\": 2301, \"rank\": 1236, \"rankvar\": 620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1065, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 816, \"group\": [2301.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTGACTCAT\", \"ini\": 2523, \"clust\": 3086, \"rank\": 1094, \"rankvar\": 3030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1066, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3319, \"group\": [3085.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACAGTCGC\", \"ini\": 2522, \"clust\": 2323, \"rank\": 1096, \"rankvar\": 1914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1067, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 817, \"group\": [2323.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGCTCCT\", \"ini\": 2521, \"clust\": 2333, \"rank\": 848, \"rankvar\": 1517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1068, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 818, \"group\": [2334.0, 354.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGGACAGAA\", \"ini\": 2520, \"clust\": 2994, \"rank\": 993, \"rankvar\": 2168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3320, \"group\": [2993.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCGTGTAAGTA\", \"ini\": 2519, \"clust\": 3234, \"rank\": 1222, \"rankvar\": 1795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1070, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3321, \"group\": [3231.0, 480.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACGCATA\", \"ini\": 2518, \"clust\": 2131, \"rank\": 1226, \"rankvar\": 970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 819, \"group\": [2131.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGCTCTTC\", \"ini\": 2517, \"clust\": 1954, \"rank\": 909, \"rankvar\": 2337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1072, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 820, \"group\": [1952.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGTGGGTTG\", \"ini\": 2516, \"clust\": 1852, \"rank\": 997, \"rankvar\": 1708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1073, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 821, \"group\": [1853.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTCGGGTCT\", \"ini\": 2515, \"clust\": 2243, \"rank\": 1110, \"rankvar\": 795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1074, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 822, \"group\": [2246.0, 352.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCTGGGCCA\", \"ini\": 2514, \"clust\": 1876, \"rank\": 1160, \"rankvar\": 1819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 823, \"group\": [1877.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACTAGTAC\", \"ini\": 2513, \"clust\": 3484, \"rank\": 1336, \"rankvar\": 3396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1076, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 39, \"group\": [3485.0, 537.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGCCTCGTG\", \"ini\": 2512, \"clust\": 1649, \"rank\": 1167, \"rankvar\": 133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 824, \"group\": [1651.0, 276.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCATTCACTT\", \"ini\": 2511, \"clust\": 2845, \"rank\": 949, \"rankvar\": 2097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1078, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 825, \"group\": [2845.0, 416.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTAACGACG\", \"ini\": 2510, \"clust\": 2256, \"rank\": 1146, \"rankvar\": 1266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 826, \"group\": [2258.0, 352.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGCATGTG\", \"ini\": 2509, \"clust\": 3069, \"rank\": 890, \"rankvar\": 1422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1080, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3322, \"group\": [3069.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATAAGCA\", \"ini\": 2508, \"clust\": 2091, \"rank\": 1093, \"rankvar\": 392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 827, \"group\": [2093.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTACGAGT\", \"ini\": 2507, \"clust\": 1220, \"rank\": 792, \"rankvar\": 114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1856, \"group\": [1223.0, 144.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCCTCAATT\", \"ini\": 2506, \"clust\": 1335, \"rank\": 1298, \"rankvar\": 2956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1083, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1735, \"group\": [1333.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGAGGTG\", \"ini\": 2505, \"clust\": 3012, \"rank\": 862, \"rankvar\": 2443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1084, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3323, \"group\": [3007.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCTGATTCT\", \"ini\": 2504, \"clust\": 2138, \"rank\": 1122, \"rankvar\": 1852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1085, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 828, \"group\": [2138.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGTCTTACCGC\", \"ini\": 2503, \"clust\": 1199, \"rank\": 413, \"rankvar\": 3145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1857, \"group\": [1202.0, 141.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGCAATTA\", \"ini\": 2502, \"clust\": 3283, \"rank\": 1009, \"rankvar\": 1192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1087, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3324, \"group\": [3281.0, 489.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTTCTGTTTGT\", \"ini\": 2501, \"clust\": 1872, \"rank\": 1077, \"rankvar\": 1336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1088, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 829, \"group\": [1872.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTTACCAGT\", \"ini\": 2500, \"clust\": 2317, \"rank\": 1169, \"rankvar\": 460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 830, \"group\": [2318.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCACAGATTC\", \"ini\": 2499, \"clust\": 2328, \"rank\": 1003, \"rankvar\": 1757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1090, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 831, \"group\": [2329.0, 354.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCATTAACCG\", \"ini\": 2498, \"clust\": 3280, \"rank\": 1327, \"rankvar\": 1807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1091, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3325, \"group\": [3279.0, 489.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTTCCCT\", \"ini\": 2497, \"clust\": 1950, \"rank\": 1084, \"rankvar\": 2625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 832, \"group\": [1950.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCTCCCATTAT\", \"ini\": 2496, \"clust\": 109, \"rank\": 907, \"rankvar\": 2792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1093, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 161, \"group\": [108.0, 26.0, 9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGACAGGCT\", \"ini\": 2495, \"clust\": 2082, \"rank\": 991, \"rankvar\": 1584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 833, \"group\": [2085.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCATGCCG\", \"ini\": 2494, \"clust\": 3072, \"rank\": 933, \"rankvar\": 2685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1095, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3326, \"group\": [3071.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTTTCGCTC\", \"ini\": 2493, \"clust\": 3112, \"rank\": 563, \"rankvar\": 3107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1096, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3327, \"group\": [3112.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGCGATCCC\", \"ini\": 2492, \"clust\": 1639, \"rank\": 1353, \"rankvar\": 249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1097, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1674, \"group\": [1642.0, 267.0, 52.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTGAGAT\", \"ini\": 2491, \"clust\": 3087, \"rank\": 1142, \"rankvar\": 1930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1098, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3328, \"group\": [3086.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATGCTCC\", \"ini\": 2490, \"clust\": 3425, \"rank\": 1260, \"rankvar\": 3369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 40, \"group\": [3430.0, 528.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCACATACG\", \"ini\": 2489, \"clust\": 2346, \"rank\": 1103, \"rankvar\": 127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 834, \"group\": [2346.0, 356.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTCGTGC\", \"ini\": 2488, \"clust\": 2873, \"rank\": 1488, \"rankvar\": 423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 835, \"group\": [2872.0, 426.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAAGAGTCTGG\", \"ini\": 2487, \"clust\": 1874, \"rank\": 1271, \"rankvar\": 1546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1102, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 836, \"group\": [1875.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTGGC\", \"ini\": 2486, \"clust\": 1674, \"rank\": 1148, \"rankvar\": 1167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 837, \"group\": [1675.0, 285.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACAACA\", \"ini\": 2485, \"clust\": 2487, \"rank\": 1140, \"rankvar\": 280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 838, \"group\": [2486.0, 366.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCTCAAACG\", \"ini\": 2484, \"clust\": 1667, \"rank\": 1447, \"rankvar\": 110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 839, \"group\": [1669.0, 283.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTATCGCAT\", \"ini\": 2483, \"clust\": 1767, \"rank\": 1295, \"rankvar\": 2427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1106, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 840, \"group\": [1767.0, 313.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCGCATGAT\", \"ini\": 2482, \"clust\": 2071, \"rank\": 1001, \"rankvar\": 218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 841, \"group\": [2070.0, 345.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACACTTGGAT\", \"ini\": 2481, \"clust\": 2869, \"rank\": 1030, \"rankvar\": 913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 842, \"group\": [2868.0, 424.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCCAGGAT\", \"ini\": 2480, \"clust\": 2006, \"rank\": 1172, \"rankvar\": 1652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1109, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 843, \"group\": [2004.0, 334.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGATCTGCAGTA\", \"ini\": 2479, \"clust\": 2605, \"rank\": 1268, \"rankvar\": 1672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1110, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 844, \"group\": [2604.0, 376.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGCATCTA\", \"ini\": 2478, \"clust\": 1955, \"rank\": 1012, \"rankvar\": 1571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 845, \"group\": [1953.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAGTCGC\", \"ini\": 2477, \"clust\": 2258, \"rank\": 881, \"rankvar\": 1199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 846, \"group\": [2257.0, 352.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTCACCTAA\", \"ini\": 2476, \"clust\": 1932, \"rank\": 825, \"rankvar\": 2553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 847, \"group\": [1932.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTCCCTGA\", \"ini\": 2475, \"clust\": 3041, \"rank\": 831, \"rankvar\": 2732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1114, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3329, \"group\": [3047.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCATTTCAGG\", \"ini\": 2474, \"clust\": 2225, \"rank\": 926, \"rankvar\": 1425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1115, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 848, \"group\": [2228.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAGACTTA\", \"ini\": 2473, \"clust\": 1773, \"rank\": 1220, \"rankvar\": 715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 849, \"group\": [1772.0, 313.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGCCAAAT\", \"ini\": 2472, \"clust\": 2779, \"rank\": 1656, \"rankvar\": 134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 850, \"group\": [2781.0, 400.0, 61.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCAGGCTA\", \"ini\": 2471, \"clust\": 2093, \"rank\": 1125, \"rankvar\": 2512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 851, \"group\": [2092.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAATCACAC\", \"ini\": 2470, \"clust\": 2245, \"rank\": 1038, \"rankvar\": 723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 852, \"group\": [2245.0, 352.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAAGACACG\", \"ini\": 2469, \"clust\": 1780, \"rank\": 1145, \"rankvar\": 605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1120, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 853, \"group\": [1779.0, 317.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCACCTTGTC\", \"ini\": 2468, \"clust\": 2210, \"rank\": 986, \"rankvar\": 1042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 854, \"group\": [2209.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGAGCAATT\", \"ini\": 2467, \"clust\": 1944, \"rank\": 1067, \"rankvar\": 568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1122, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 855, \"group\": [1949.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTGTCAAG\", \"ini\": 2466, \"clust\": 1873, \"rank\": 1197, \"rankvar\": 1972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 856, \"group\": [1873.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTCCCTTGT\", \"ini\": 2465, \"clust\": 1763, \"rank\": 1357, \"rankvar\": 1976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 857, \"group\": [1762.0, 313.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCGTCTGCT\", \"ini\": 2464, \"clust\": 2291, \"rank\": 966, \"rankvar\": 359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 858, \"group\": [2292.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTTTGGCGC\", \"ini\": 2463, \"clust\": 1741, \"rank\": 1262, \"rankvar\": 1248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1126, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 859, \"group\": [1742.0, 308.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAATGCCAT\", \"ini\": 2462, \"clust\": 1790, \"rank\": 1274, \"rankvar\": 325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 860, \"group\": [1791.0, 317.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGCGATCC\", \"ini\": 2461, \"clust\": 3074, \"rank\": 1155, \"rankvar\": 1811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3330, \"group\": [3073.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATTGGTAC\", \"ini\": 2460, \"clust\": 3247, \"rank\": 715, \"rankvar\": 2723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3331, \"group\": [3248.0, 482.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTATAGGTA\", \"ini\": 2459, \"clust\": 2391, \"rank\": 998, \"rankvar\": 1331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 861, \"group\": [2392.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGAAGCAC\", \"ini\": 2458, \"clust\": 1983, \"rank\": 1025, \"rankvar\": 533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1131, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 862, \"group\": [1982.0, 330.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCTGAT\", \"ini\": 2457, \"clust\": 3537, \"rank\": 1202, \"rankvar\": 3579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 41, \"group\": [3536.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGTCATTTGGG\", \"ini\": 2456, \"clust\": 1267, \"rank\": 1609, \"rankvar\": 3319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1133, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1736, \"group\": [1268.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGCTATA\", \"ini\": 2455, \"clust\": 2497, \"rank\": 1420, \"rankvar\": 1693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1134, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 863, \"group\": [2499.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCTGCAAT\", \"ini\": 2454, \"clust\": 1644, \"rank\": 891, \"rankvar\": 1987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 864, \"group\": [1643.0, 268.0, 53.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGGGTTTCT\", \"ini\": 2453, \"clust\": 2310, \"rank\": 1200, \"rankvar\": 1197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 865, \"group\": [2311.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAATAGAGT\", \"ini\": 2452, \"clust\": 1707, \"rank\": 1436, \"rankvar\": 811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 866, \"group\": [1713.0, 303.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAAGCCTAT\", \"ini\": 2451, \"clust\": 1929, \"rank\": 979, \"rankvar\": 1371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 867, \"group\": [1928.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCCGAACGC\", \"ini\": 2450, \"clust\": 3096, \"rank\": 910, \"rankvar\": 2808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1139, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3332, \"group\": [3097.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCACCTTGTC\", \"ini\": 2449, \"clust\": 2126, \"rank\": 1285, \"rankvar\": 1402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 868, \"group\": [2126.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGAGTCTGG\", \"ini\": 2448, \"clust\": 1762, \"rank\": 1404, \"rankvar\": 1497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1141, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 869, \"group\": [1764.0, 313.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAAGGACAC\", \"ini\": 2447, \"clust\": 3000, \"rank\": 682, \"rankvar\": 2490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3333, \"group\": [2998.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTCGCATC\", \"ini\": 2446, \"clust\": 2384, \"rank\": 1221, \"rankvar\": 896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 870, \"group\": [2384.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGTAAA\", \"ini\": 2445, \"clust\": 2451, \"rank\": 1279, \"rankvar\": 1915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 871, \"group\": [2451.0, 363.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACATCTTGCATT\", \"ini\": 2444, \"clust\": 1913, \"rank\": 1147, \"rankvar\": 471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 872, \"group\": [1913.0, 325.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACGCCAGT\", \"ini\": 2443, \"clust\": 1783, \"rank\": 1397, \"rankvar\": 973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 873, \"group\": [1783.0, 317.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACATTGCGGC\", \"ini\": 2442, \"clust\": 2853, \"rank\": 1241, \"rankvar\": 213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1147, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 874, \"group\": [2853.0, 418.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGATGTGGC\", \"ini\": 2441, \"clust\": 1169, \"rank\": 1157, \"rankvar\": 289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1858, \"group\": [1169.0, 121.0, 22.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTGGTTTCA\", \"ini\": 2440, \"clust\": 2097, \"rank\": 904, \"rankvar\": 302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 875, \"group\": [2102.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAACACCTA\", \"ini\": 2439, \"clust\": 1716, \"rank\": 1297, \"rankvar\": 1361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1150, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 876, \"group\": [1714.0, 304.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCTACCTC\", \"ini\": 2438, \"clust\": 2521, \"rank\": 1499, \"rankvar\": 2574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 877, \"group\": [2521.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAATTCCTT\", \"ini\": 2437, \"clust\": 2024, \"rank\": 1457, \"rankvar\": 2143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 878, \"group\": [2023.0, 336.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGCGCAA\", \"ini\": 2436, \"clust\": 2238, \"rank\": 1335, \"rankvar\": 312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 879, \"group\": [2239.0, 352.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGTAGGTGC\", \"ini\": 2435, \"clust\": 2375, \"rank\": 1163, \"rankvar\": 708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 880, \"group\": [2374.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCAATCTC\", \"ini\": 2434, \"clust\": 1827, \"rank\": 1330, \"rankvar\": 679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 881, \"group\": [1826.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTTGTAGA\", \"ini\": 2433, \"clust\": 106, \"rank\": 957, \"rankvar\": 3057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1156, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 42, \"group\": [110.0, 28.0, 10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAAATGTG\", \"ini\": 2432, \"clust\": 2159, \"rank\": 1154, \"rankvar\": 1421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 882, \"group\": [2160.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTACCGCTG\", \"ini\": 2431, \"clust\": 1733, \"rank\": 1015, \"rankvar\": 1324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 883, \"group\": [1734.0, 307.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCACATGGGA\", \"ini\": 2430, \"clust\": 1942, \"rank\": 1013, \"rankvar\": 1924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1159, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 884, \"group\": [1943.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGATCTGAA\", \"ini\": 2429, \"clust\": 1708, \"rank\": 1289, \"rankvar\": 1938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 885, \"group\": [1712.0, 303.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCGCCTCA\", \"ini\": 2428, \"clust\": 3281, \"rank\": 1190, \"rankvar\": 1510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3334, \"group\": [3282.0, 489.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGTTTGGT\", \"ini\": 2427, \"clust\": 3297, \"rank\": 898, \"rankvar\": 1993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3335, \"group\": [3300.0, 493.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTATTAGCC\", \"ini\": 2426, \"clust\": 1787, \"rank\": 1344, \"rankvar\": 1377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 886, \"group\": [1788.0, 317.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGAGGGATA\", \"ini\": 2425, \"clust\": 2469, \"rank\": 1293, \"rankvar\": 144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 887, \"group\": [2472.0, 365.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTGAGTATA\", \"ini\": 2424, \"clust\": 1795, \"rank\": 1305, \"rankvar\": 176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 888, \"group\": [1796.0, 319.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGGCTAGAC\", \"ini\": 2423, \"clust\": 1820, \"rank\": 1164, \"rankvar\": 1044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 889, \"group\": [1821.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTCCTGCTT\", \"ini\": 2422, \"clust\": 1668, \"rank\": 1676, \"rankvar\": 1062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 890, \"group\": [1667.0, 283.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAGACGCCT\", \"ini\": 2421, \"clust\": 2161, \"rank\": 1196, \"rankvar\": 2357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 891, \"group\": [2162.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGTAGTGCG\", \"ini\": 2420, \"clust\": 3235, \"rank\": 1296, \"rankvar\": 2154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3336, \"group\": [3232.0, 480.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTAGAACAATC\", \"ini\": 2419, \"clust\": 2290, \"rank\": 975, \"rankvar\": 1714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 892, \"group\": [2290.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCGGTGTCG\", \"ini\": 2418, \"clust\": 1959, \"rank\": 908, \"rankvar\": 2468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 893, \"group\": [1958.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTCAATAG\", \"ini\": 2417, \"clust\": 1284, \"rank\": 1453, \"rankvar\": 2978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1172, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1737, \"group\": [1283.0, 162.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAGCTGGT\", \"ini\": 2416, \"clust\": 2386, \"rank\": 1053, \"rankvar\": 928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 894, \"group\": [2386.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGCGACC\", \"ini\": 2415, \"clust\": 1967, \"rank\": 1051, \"rankvar\": 370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 895, \"group\": [1968.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACATTGAGCT\", \"ini\": 2414, \"clust\": 2452, \"rank\": 1537, \"rankvar\": 3035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 896, \"group\": [2452.0, 363.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCGAATCT\", \"ini\": 2413, \"clust\": 2137, \"rank\": 1143, \"rankvar\": 2100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 897, \"group\": [2137.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCCCTAAT\", \"ini\": 2412, \"clust\": 1914, \"rank\": 1317, \"rankvar\": 882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 898, \"group\": [1914.0, 325.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTAACTGG\", \"ini\": 2411, \"clust\": 2001, \"rank\": 994, \"rankvar\": 2134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 899, \"group\": [1999.0, 334.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGAGCTC\", \"ini\": 2410, \"clust\": 1963, \"rank\": 981, \"rankvar\": 1462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 900, \"group\": [1960.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGACGAA\", \"ini\": 2409, \"clust\": 2016, \"rank\": 1041, \"rankvar\": 2358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 901, \"group\": [2016.0, 335.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGAAACCTA\", \"ini\": 2408, \"clust\": 3239, \"rank\": 1121, \"rankvar\": 2338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1181, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3337, \"group\": [3237.0, 481.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCTGCC\", \"ini\": 2407, \"clust\": 3313, \"rank\": 903, \"rankvar\": 1925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1182, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3338, \"group\": [3313.0, 493.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTCTCTTTA\", \"ini\": 2406, \"clust\": 1796, \"rank\": 1322, \"rankvar\": 139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 902, \"group\": [1797.0, 319.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTAGAGC\", \"ini\": 2405, \"clust\": 3047, \"rank\": 914, \"rankvar\": 3213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3339, \"group\": [3044.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGCCGATTT\", \"ini\": 2404, \"clust\": 2313, \"rank\": 1076, \"rankvar\": 886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 903, \"group\": [2313.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCATTCACT\", \"ini\": 2403, \"clust\": 3076, \"rank\": 1108, \"rankvar\": 2476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1186, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3340, \"group\": [3076.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTCACGGC\", \"ini\": 2402, \"clust\": 2389, \"rank\": 1080, \"rankvar\": 1918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 904, \"group\": [2389.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCATGCAAC\", \"ini\": 2401, \"clust\": 2362, \"rank\": 1205, \"rankvar\": 272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 905, \"group\": [2362.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCGCGTTT\", \"ini\": 2400, \"clust\": 1968, \"rank\": 768, \"rankvar\": 1419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 906, \"group\": [1969.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCACTAT\", \"ini\": 2399, \"clust\": 2926, \"rank\": 1750, \"rankvar\": 952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1190, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3341, \"group\": [2925.0, 443.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGTCAGCC\", \"ini\": 2398, \"clust\": 1462, \"rank\": 1525, \"rankvar\": 2504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 907, \"group\": [1460.0, 212.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATAACCG\", \"ini\": 2397, \"clust\": 1175, \"rank\": 1412, \"rankvar\": 2610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1192, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1835, \"group\": [1176.0, 128.0, 24.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCGTAGTA\", \"ini\": 2396, \"clust\": 2288, \"rank\": 1019, \"rankvar\": 1441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 908, \"group\": [2291.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTTGCTCCT\", \"ini\": 2395, \"clust\": 2581, \"rank\": 1326, \"rankvar\": 1589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1194, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 909, \"group\": [2580.0, 375.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCGTCTGCT\", \"ini\": 2394, \"clust\": 2572, \"rank\": 1219, \"rankvar\": 2659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 910, \"group\": [2577.0, 374.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTCATACTG\", \"ini\": 2393, \"clust\": 3224, \"rank\": 1496, \"rankvar\": 2319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3342, \"group\": [3225.0, 477.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCCCACTTG\", \"ini\": 2392, \"clust\": 1781, \"rank\": 1144, \"rankvar\": 1090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 911, \"group\": [1780.0, 317.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAAGGCTCC\", \"ini\": 2391, \"clust\": 2012, \"rank\": 952, \"rankvar\": 2652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 912, \"group\": [2011.0, 334.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGAACAT\", \"ini\": 2390, \"clust\": 2467, \"rank\": 1478, \"rankvar\": 288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1199, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 913, \"group\": [2467.0, 365.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCTCTAGC\", \"ini\": 2389, \"clust\": 3029, \"rank\": 913, \"rankvar\": 3136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3343, \"group\": [3028.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTAGGAGTTGC\", \"ini\": 2388, \"clust\": 3175, \"rank\": 1064, \"rankvar\": 1527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1201, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3344, \"group\": [3176.0, 468.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTGAAATCA\", \"ini\": 2387, \"clust\": 2365, \"rank\": 1102, \"rankvar\": 161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 914, \"group\": [2370.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGCCACGTC\", \"ini\": 2386, \"clust\": 2485, \"rank\": 1204, \"rankvar\": 1876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 915, \"group\": [2487.0, 366.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTAATTGGA\", \"ini\": 2385, \"clust\": 2119, \"rank\": 1194, \"rankvar\": 1335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1204, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 916, \"group\": [2124.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTAGATTAG\", \"ini\": 2384, \"clust\": 2325, \"rank\": 1128, \"rankvar\": 827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1205, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 917, \"group\": [2326.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGCGATG\", \"ini\": 2383, \"clust\": 1682, \"rank\": 1494, \"rankvar\": 2054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 918, \"group\": [1681.0, 289.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCCGCGCAA\", \"ini\": 2382, \"clust\": 3009, \"rank\": 1074, \"rankvar\": 2733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1207, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3345, \"group\": [3011.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGCTGTTA\", \"ini\": 2381, \"clust\": 2567, \"rank\": 1278, \"rankvar\": 625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 919, \"group\": [2567.0, 374.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCAGAGGA\", \"ini\": 2380, \"clust\": 1645, \"rank\": 1091, \"rankvar\": 2441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 920, \"group\": [1644.0, 269.0, 53.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGAGTCG\", \"ini\": 2379, \"clust\": 1340, \"rank\": 1082, \"rankvar\": 2730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1738, \"group\": [1337.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAATGGAAT\", \"ini\": 2378, \"clust\": 2574, \"rank\": 1284, \"rankvar\": 2384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 921, \"group\": [2572.0, 374.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGGAACGT\", \"ini\": 2377, \"clust\": 2251, \"rank\": 1152, \"rankvar\": 1548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 922, \"group\": [2251.0, 352.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAAGCGAGAAA\", \"ini\": 2376, \"clust\": 2104, \"rank\": 809, \"rankvar\": 2298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 923, \"group\": [2104.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATCTGGTA\", \"ini\": 2375, \"clust\": 3039, \"rank\": 745, \"rankvar\": 3036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3346, \"group\": [3037.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTCTCCACT\", \"ini\": 2374, \"clust\": 1964, \"rank\": 1149, \"rankvar\": 822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 924, \"group\": [1961.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGCAAATCA\", \"ini\": 2373, \"clust\": 1705, \"rank\": 1544, \"rankvar\": 188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1216, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 925, \"group\": [1706.0, 301.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAGGAACGT\", \"ini\": 2372, \"clust\": 1356, \"rank\": 1292, \"rankvar\": 3154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1217, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1739, \"group\": [1357.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAGTAGTA\", \"ini\": 2371, \"clust\": 2324, \"rank\": 1325, \"rankvar\": 445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 926, \"group\": [2324.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGTTCTTT\", \"ini\": 2370, \"clust\": 57, \"rank\": 677, \"rankvar\": 3333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1219, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2698, \"group\": [59.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGGTCA\", \"ini\": 2369, \"clust\": 2056, \"rank\": 1156, \"rankvar\": 163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 927, \"group\": [2058.0, 343.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGGTGACAAAT\", \"ini\": 2368, \"clust\": 3436, \"rank\": 1610, \"rankvar\": 3466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1221, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 43, \"group\": [3437.0, 528.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATATCCG\", \"ini\": 2367, \"clust\": 2149, \"rank\": 1238, \"rankvar\": 997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 928, \"group\": [2148.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGTCTGAA\", \"ini\": 2366, \"clust\": 1825, \"rank\": 1350, \"rankvar\": 1773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 929, \"group\": [1827.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGTCTTCC\", \"ini\": 2365, \"clust\": 1819, \"rank\": 1239, \"rankvar\": 1051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1224, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 930, \"group\": [1820.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGATGAGAG\", \"ini\": 2364, \"clust\": 3579, \"rank\": 1361, \"rankvar\": 1613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3347, \"group\": [3579.0, 557.0, 87.0, 23.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACACTGCCAG\", \"ini\": 2363, \"clust\": 3007, \"rank\": 1034, \"rankvar\": 3005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1226, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3348, \"group\": [3006.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGCTTATCG\", \"ini\": 2362, \"clust\": 2976, \"rank\": 1254, \"rankvar\": 2970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1227, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3349, \"group\": [2974.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGACTGGGT\", \"ini\": 2361, \"clust\": 1725, \"rank\": 1307, \"rankvar\": 212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 931, \"group\": [1728.0, 306.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGTGACCC\", \"ini\": 2360, \"clust\": 2292, \"rank\": 901, \"rankvar\": 623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1229, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 932, \"group\": [2293.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGAGACGAA\", \"ini\": 2359, \"clust\": 1858, \"rank\": 1224, \"rankvar\": 2015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 933, \"group\": [1860.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCTCCGTCATC\", \"ini\": 2358, \"clust\": 3010, \"rank\": 1105, \"rankvar\": 1940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1231, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3350, \"group\": [3010.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTCGGATCC\", \"ini\": 2357, \"clust\": 1669, \"rank\": 1623, \"rankvar\": 527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 934, \"group\": [1668.0, 283.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCCCAAGAT\", \"ini\": 2356, \"clust\": 2074, \"rank\": 1233, \"rankvar\": 1173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1233, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 935, \"group\": [2075.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAGTACCCAAT\", \"ini\": 2355, \"clust\": 2010, \"rank\": 1301, \"rankvar\": 1762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 936, \"group\": [2009.0, 334.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGAGGGAG\", \"ini\": 2354, \"clust\": 2877, \"rank\": 1556, \"rankvar\": 276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3351, \"group\": [2879.0, 430.0, 65.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGCACGCCT\", \"ini\": 2353, \"clust\": 2353, \"rank\": 1312, \"rankvar\": 1581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 937, \"group\": [2354.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATCACGG\", \"ini\": 2352, \"clust\": 2036, \"rank\": 1240, \"rankvar\": 897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 938, \"group\": [2037.0, 338.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGAATTAC\", \"ini\": 2351, \"clust\": 3314, \"rank\": 855, \"rankvar\": 2146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3352, \"group\": [3314.0, 493.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGCAA\", \"ini\": 2350, \"clust\": 1444, \"rank\": 1673, \"rankvar\": 1585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 939, \"group\": [1443.0, 206.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACAGGTCCAC\", \"ini\": 2349, \"clust\": 3116, \"rank\": 1101, \"rankvar\": 3064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1240, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3353, \"group\": [3118.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCACCTCGTT\", \"ini\": 2348, \"clust\": 3434, \"rank\": 1358, \"rankvar\": 2631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1241, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 44, \"group\": [3435.0, 528.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTTCCACTC\", \"ini\": 2347, \"clust\": 1295, \"rank\": 1807, \"rankvar\": 3418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1242, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1740, \"group\": [1297.0, 164.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCCAAATGC\", \"ini\": 2346, \"clust\": 2265, \"rank\": 1127, \"rankvar\": 669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1243, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 940, \"group\": [2265.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCACAACGT\", \"ini\": 2345, \"clust\": 2428, \"rank\": 1444, \"rankvar\": 2247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 941, \"group\": [2428.0, 361.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCATTAT\", \"ini\": 2344, \"clust\": 2420, \"rank\": 1371, \"rankvar\": 2094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 942, \"group\": [2420.0, 359.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTGGCGAAT\", \"ini\": 2343, \"clust\": 2614, \"rank\": 1086, \"rankvar\": 1191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 943, \"group\": [2615.0, 380.0, 58.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAACACCTA\", \"ini\": 2342, \"clust\": 1414, \"rank\": 1666, \"rankvar\": 186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1247, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 944, \"group\": [1417.0, 192.0, 41.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAACACAGGTTT\", \"ini\": 2341, \"clust\": 6, \"rank\": 1002, \"rankvar\": 2979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2699, \"group\": [10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCCAACAACCT\", \"ini\": 2340, \"clust\": 2211, \"rank\": 1043, \"rankvar\": 982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 945, \"group\": [2210.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCAAGCCTA\", \"ini\": 2339, \"clust\": 2208, \"rank\": 918, \"rankvar\": 1000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1250, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 946, \"group\": [2212.0, 351.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGGGATGGG\", \"ini\": 2338, \"clust\": 1774, \"rank\": 1321, \"rankvar\": 1319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 947, \"group\": [1773.0, 313.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCTTGCCGT\", \"ini\": 2337, \"clust\": 2404, \"rank\": 1218, \"rankvar\": 417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1252, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 948, \"group\": [2405.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAAATTGCC\", \"ini\": 2336, \"clust\": 2871, \"rank\": 1475, \"rankvar\": 67, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 949, \"group\": [2875.0, 427.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCCTCAGT\", \"ini\": 2335, \"clust\": 1909, \"rank\": 1244, \"rankvar\": 1833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 950, \"group\": [1907.0, 324.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCGACTGC\", \"ini\": 2334, \"clust\": 1479, \"rank\": 1503, \"rankvar\": 2112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 951, \"group\": [1477.0, 213.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCATCTACGA\", \"ini\": 2333, \"clust\": 3480, \"rank\": 1465, \"rankvar\": 3357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1256, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 45, \"group\": [3480.0, 537.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGAGGT\", \"ini\": 2332, \"clust\": 2299, \"rank\": 1387, \"rankvar\": 557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 952, \"group\": [2302.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGAGGGATA\", \"ini\": 2331, \"clust\": 3038, \"rank\": 731, \"rankvar\": 2963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1258, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3354, \"group\": [3039.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTCGAATC\", \"ini\": 2330, \"clust\": 3255, \"rank\": 771, \"rankvar\": 3003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3355, \"group\": [3253.0, 483.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCAGTGGA\", \"ini\": 2329, \"clust\": 2781, \"rank\": 1887, \"rankvar\": 2326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 953, \"group\": [2780.0, 399.0, 61.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTTCCCTTG\", \"ini\": 2328, \"clust\": 2440, \"rank\": 1378, \"rankvar\": 1027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1261, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 954, \"group\": [2441.0, 362.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCCTTCAAT\", \"ini\": 2327, \"clust\": 2875, \"rank\": 1690, \"rankvar\": 731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 955, \"group\": [2874.0, 426.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCGAATGGG\", \"ini\": 2326, \"clust\": 1276, \"rank\": 1403, \"rankvar\": 3406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1263, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1741, \"group\": [1275.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACATGGTCTA\", \"ini\": 2325, \"clust\": 1677, \"rank\": 1394, \"rankvar\": 748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 956, \"group\": [1680.0, 288.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTGCCTTGG\", \"ini\": 2324, \"clust\": 2432, \"rank\": 1549, \"rankvar\": 906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 957, \"group\": [2432.0, 362.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCGTCTGCT\", \"ini\": 2323, \"clust\": 1848, \"rank\": 1119, \"rankvar\": 1372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 958, \"group\": [1849.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGGCCATAG\", \"ini\": 2322, \"clust\": 2152, \"rank\": 1342, \"rankvar\": 318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 959, \"group\": [2156.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCTAAAGA\", \"ini\": 2321, \"clust\": 3319, \"rank\": 1283, \"rankvar\": 3237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3356, \"group\": [3318.0, 494.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGCATGAG\", \"ini\": 2320, \"clust\": 3223, \"rank\": 1768, \"rankvar\": 1946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3357, \"group\": [3226.0, 477.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGCACACAG\", \"ini\": 2319, \"clust\": 1712, \"rank\": 1309, \"rankvar\": 846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1270, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 960, \"group\": [1709.0, 303.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGTGATTA\", \"ini\": 2318, \"clust\": 1839, \"rank\": 1166, \"rankvar\": 1294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 961, \"group\": [1842.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCAAACAAG\", \"ini\": 2317, \"clust\": 1366, \"rank\": 1385, \"rankvar\": 2435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1272, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1742, \"group\": [1366.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGCTAGTCT\", \"ini\": 2316, \"clust\": 1694, \"rank\": 1408, \"rankvar\": 295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1273, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 962, \"group\": [1694.0, 294.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCGCGAAA\", \"ini\": 2315, \"clust\": 2782, \"rank\": 1701, \"rankvar\": 1659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1274, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 963, \"group\": [2782.0, 401.0, 61.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCACTCCTG\", \"ini\": 2314, \"clust\": 1717, \"rank\": 1311, \"rankvar\": 1967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 964, \"group\": [1715.0, 304.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGGTATCG\", \"ini\": 2313, \"clust\": 2867, \"rank\": 1633, \"rankvar\": 1217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1276, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 965, \"group\": [2866.0, 422.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGCTGCCCA\", \"ini\": 2312, \"clust\": 1662, \"rank\": 1310, \"rankvar\": 136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 966, \"group\": [1660.0, 280.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCACTCGACG\", \"ini\": 2311, \"clust\": 1860, \"rank\": 1255, \"rankvar\": 943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 967, \"group\": [1859.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTTACGGG\", \"ini\": 2310, \"clust\": 2516, \"rank\": 1711, \"rankvar\": 922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 968, \"group\": [2516.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCATCGTCGG\", \"ini\": 2309, \"clust\": 1881, \"rank\": 1418, \"rankvar\": 1223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 969, \"group\": [1882.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGTGGAGTC\", \"ini\": 2308, \"clust\": 2919, \"rank\": 1713, \"rankvar\": 1690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1281, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 46, \"group\": [2922.0, 441.0, 67.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAAGCGAGT\", \"ini\": 2307, \"clust\": 2085, \"rank\": 1369, \"rankvar\": 1070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 970, \"group\": [2088.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGGCAGTA\", \"ini\": 2306, \"clust\": 3441, \"rank\": 1365, \"rankvar\": 3420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1283, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 47, \"group\": [3441.0, 528.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCAAAGACA\", \"ini\": 2305, \"clust\": 2969, \"rank\": 1410, \"rankvar\": 2881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1284, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3358, \"group\": [2967.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTGTTTGC\", \"ini\": 2304, \"clust\": 2494, \"rank\": 1495, \"rankvar\": 709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 971, \"group\": [2492.0, 366.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGGACG\", \"ini\": 2303, \"clust\": 2065, \"rank\": 880, \"rankvar\": 2845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 972, \"group\": [2066.0, 345.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCGGAGCAA\", \"ini\": 2302, \"clust\": 2147, \"rank\": 1363, \"rankvar\": 691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 973, \"group\": [2149.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGGATCT\", \"ini\": 2301, \"clust\": 2591, \"rank\": 1493, \"rankvar\": 1923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 974, \"group\": [2590.0, 376.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGAGGCTA\", \"ini\": 2300, \"clust\": 1312, \"rank\": 1234, \"rankvar\": 3256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1743, \"group\": [1310.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCATGCTGGC\", \"ini\": 2299, \"clust\": 2490, \"rank\": 1346, \"rankvar\": 745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1290, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 975, \"group\": [2489.0, 366.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTAACCGA\", \"ini\": 2298, \"clust\": 2430, \"rank\": 1592, \"rankvar\": 2291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 976, \"group\": [2430.0, 362.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCAGCATGAG\", \"ini\": 2297, \"clust\": 2381, \"rank\": 1341, \"rankvar\": 1101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 977, \"group\": [2381.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTCCGT\", \"ini\": 2296, \"clust\": 2441, \"rank\": 1392, \"rankvar\": 1132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1293, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 978, \"group\": [2442.0, 362.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACAAGCCCAC\", \"ini\": 2295, \"clust\": 1727, \"rank\": 1316, \"rankvar\": 408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 979, \"group\": [1727.0, 306.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAAAGG\", \"ini\": 2294, \"clust\": 1341, \"rank\": 1320, \"rankvar\": 2623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1295, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1744, \"group\": [1338.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCAAGAAGT\", \"ini\": 2293, \"clust\": 1359, \"rank\": 1466, \"rankvar\": 3218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1745, \"group\": [1367.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTAAGGCTAGCA\", \"ini\": 2292, \"clust\": 1176, \"rank\": 1150, \"rankvar\": 2404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1859, \"group\": [1177.0, 129.0, 24.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCAACACCA\", \"ini\": 2291, \"clust\": 3438, \"rank\": 1337, \"rankvar\": 3378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1298, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 48, \"group\": [3439.0, 528.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCACTGGGC\", \"ini\": 2290, \"clust\": 1984, \"rank\": 1182, \"rankvar\": 706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1299, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 980, \"group\": [1983.0, 330.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGAGCTATA\", \"ini\": 2289, \"clust\": 3040, \"rank\": 980, \"rankvar\": 2587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3359, \"group\": [3038.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCAACGGGA\", \"ini\": 2288, \"clust\": 3487, \"rank\": 1535, \"rankvar\": 3361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1301, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 49, \"group\": [3487.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCATGCATGT\", \"ini\": 2287, \"clust\": 2122, \"rank\": 1117, \"rankvar\": 1836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 981, \"group\": [2122.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCTATGTGG\", \"ini\": 2286, \"clust\": 2349, \"rank\": 1237, \"rankvar\": 1504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 982, \"group\": [2350.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGCACCGCT\", \"ini\": 2285, \"clust\": 2360, \"rank\": 1386, \"rankvar\": 1559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1304, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 983, \"group\": [2360.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAATTCCTT\", \"ini\": 2284, \"clust\": 2342, \"rank\": 1275, \"rankvar\": 893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 984, \"group\": [2343.0, 355.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGTCGCCGT\", \"ini\": 2283, \"clust\": 1230, \"rank\": 814, \"rankvar\": 1118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1860, \"group\": [1229.0, 148.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCAGATAA\", \"ini\": 2282, \"clust\": 3229, \"rank\": 1527, \"rankvar\": 486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1307, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3360, \"group\": [3229.0, 479.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTGGAAAGA\", \"ini\": 2281, \"clust\": 1988, \"rank\": 1264, \"rankvar\": 998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 985, \"group\": [1989.0, 332.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCCATTAT\", \"ini\": 2280, \"clust\": 2028, \"rank\": 1104, \"rankvar\": 2514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 986, \"group\": [2030.0, 336.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCCTTTC\", \"ini\": 2279, \"clust\": 2348, \"rank\": 1252, \"rankvar\": 294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1310, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 987, \"group\": [2351.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGCTCCCAG\", \"ini\": 2278, \"clust\": 1956, \"rank\": 935, \"rankvar\": 1332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 988, \"group\": [1964.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGACAATAC\", \"ini\": 2277, \"clust\": 2480, \"rank\": 1187, \"rankvar\": 1513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 989, \"group\": [2480.0, 365.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAACAAGTTGTC\", \"ini\": 2276, \"clust\": 1782, \"rank\": 1426, \"rankvar\": 1060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 990, \"group\": [1785.0, 317.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCGCGTTTC\", \"ini\": 2275, \"clust\": 2986, \"rank\": 1374, \"rankvar\": 2522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3361, \"group\": [2984.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAGCTTAAC\", \"ini\": 2274, \"clust\": 2425, \"rank\": 1243, \"rankvar\": 682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 991, \"group\": [2426.0, 360.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTGTGTGCC\", \"ini\": 2273, \"clust\": 1323, \"rank\": 1352, \"rankvar\": 3312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1316, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1746, \"group\": [1324.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAATTGGA\", \"ini\": 2272, \"clust\": 2393, \"rank\": 1398, \"rankvar\": 1312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1317, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 992, \"group\": [2393.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCGTGAC\", \"ini\": 2271, \"clust\": 3325, \"rank\": 1362, \"rankvar\": 686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1318, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3362, \"group\": [3325.0, 496.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCCTGACT\", \"ini\": 2270, \"clust\": 1915, \"rank\": 1375, \"rankvar\": 513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 993, \"group\": [1917.0, 325.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAAGCGCTC\", \"ini\": 2269, \"clust\": 1788, \"rank\": 1448, \"rankvar\": 275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 994, \"group\": [1789.0, 317.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTTATCACG\", \"ini\": 2268, \"clust\": 1925, \"rank\": 1211, \"rankvar\": 266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 995, \"group\": [1926.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCCACGTTC\", \"ini\": 2267, \"clust\": 1253, \"rank\": 1594, \"rankvar\": 2057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1747, \"group\": [1383.0, 172.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGCCAT\", \"ini\": 2266, \"clust\": 2044, \"rank\": 1267, \"rankvar\": 1945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 996, \"group\": [2045.0, 341.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCACCATGTA\", \"ini\": 2265, \"clust\": 3341, \"rank\": 1683, \"rankvar\": 2048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1324, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3363, \"group\": [3338.0, 500.0, 73.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGCCATCGC\", \"ini\": 2264, \"clust\": 1182, \"rank\": 970, \"rankvar\": 198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1861, \"group\": [1183.0, 133.0, 26.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTTCTGAAC\", \"ini\": 2263, \"clust\": 2576, \"rank\": 1329, \"rankvar\": 341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 997, \"group\": [2575.0, 374.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCCGAG\", \"ini\": 2262, \"clust\": 1217, \"rank\": 882, \"rankvar\": 1329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1862, \"group\": [1218.0, 144.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCTCAACTT\", \"ini\": 2261, \"clust\": 2394, \"rank\": 1367, \"rankvar\": 1464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 998, \"group\": [2394.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTACGTAA\", \"ini\": 2260, \"clust\": 2141, \"rank\": 1072, \"rankvar\": 2029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1329, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 999, \"group\": [2145.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGGAATCGC\", \"ini\": 2259, \"clust\": 3064, \"rank\": 1089, \"rankvar\": 2819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1330, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3364, \"group\": [3067.0, 462.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCCGAATGT\", \"ini\": 2258, \"clust\": 3428, \"rank\": 1519, \"rankvar\": 2905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1331, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 50, \"group\": [3428.0, 528.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGGCAATTA\", \"ini\": 2257, \"clust\": 3478, \"rank\": 1377, \"rankvar\": 3463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1332, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 51, \"group\": [3476.0, 537.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCTCTTATG\", \"ini\": 2256, \"clust\": 2974, \"rank\": 1428, \"rankvar\": 2877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3365, \"group\": [2972.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGTTGACA\", \"ini\": 2255, \"clust\": 2527, \"rank\": 1389, \"rankvar\": 2272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1000, \"group\": [2526.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCGCTTAGA\", \"ini\": 2254, \"clust\": 2518, \"rank\": 1518, \"rankvar\": 2775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1335, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1001, \"group\": [2520.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTAGTAGTA\", \"ini\": 2253, \"clust\": 3250, \"rank\": 1259, \"rankvar\": 2629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1336, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3366, \"group\": [3252.0, 483.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTAATCACC\", \"ini\": 2252, \"clust\": 3092, \"rank\": 1055, \"rankvar\": 3277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1337, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3367, \"group\": [3092.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGCTGTTCA\", \"ini\": 2251, \"clust\": 1424, \"rank\": 1658, \"rankvar\": 455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1002, \"group\": [1428.0, 199.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCATCGATG\", \"ini\": 2250, \"clust\": 2124, \"rank\": 1303, \"rankvar\": 1314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1003, \"group\": [2127.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCCAGAA\", \"ini\": 2249, \"clust\": 1926, \"rank\": 1217, \"rankvar\": 1582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1004, \"group\": [1927.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATCAGTAC\", \"ini\": 2248, \"clust\": 1856, \"rank\": 1192, \"rankvar\": 2009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1005, \"group\": [1856.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGGAGCGTT\", \"ini\": 2247, \"clust\": 3439, \"rank\": 1430, \"rankvar\": 3363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1342, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 52, \"group\": [3440.0, 528.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGAACTGT\", \"ini\": 2246, \"clust\": 2862, \"rank\": 1653, \"rankvar\": 1291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1006, \"group\": [2864.0, 421.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGTGGGAA\", \"ini\": 2245, \"clust\": 2577, \"rank\": 1379, \"rankvar\": 1803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1344, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1007, \"group\": [2576.0, 374.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCAACGGT\", \"ini\": 2244, \"clust\": 2558, \"rank\": 1415, \"rankvar\": 2199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1345, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1008, \"group\": [2562.0, 374.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCAACCATG\", \"ini\": 2243, \"clust\": 1850, \"rank\": 1250, \"rankvar\": 1533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1009, \"group\": [1851.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGGCTTCC\", \"ini\": 2242, \"clust\": 2123, \"rank\": 1345, \"rankvar\": 1389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1010, \"group\": [2123.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTATCGGT\", \"ini\": 2241, \"clust\": 2995, \"rank\": 1304, \"rankvar\": 2182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1348, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3368, \"group\": [2994.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATCCGAT\", \"ini\": 2240, \"clust\": 2273, \"rank\": 1227, \"rankvar\": 1099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1011, \"group\": [2276.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACAACTGCGC\", \"ini\": 2239, \"clust\": 60, \"rank\": 962, \"rankvar\": 2947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1350, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2700, \"group\": [57.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGGGAGAG\", \"ini\": 2238, \"clust\": 1966, \"rank\": 1021, \"rankvar\": 1954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1012, \"group\": [1967.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTACAA\", \"ini\": 2237, \"clust\": 1911, \"rank\": 1232, \"rankvar\": 40, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1352, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1013, \"group\": [1911.0, 325.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTCAGAAGC\", \"ini\": 2236, \"clust\": 3307, \"rank\": 872, \"rankvar\": 2526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3369, \"group\": [3305.0, 493.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTCCCTACT\", \"ini\": 2235, \"clust\": 1345, \"rank\": 1501, \"rankvar\": 3480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1354, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1748, \"group\": [1347.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCCGTTAA\", \"ini\": 2234, \"clust\": 2364, \"rank\": 1315, \"rankvar\": 1293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1014, \"group\": [2364.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGTTCGCGC\", \"ini\": 2233, \"clust\": 2465, \"rank\": 1546, \"rankvar\": 1039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1015, \"group\": [2463.0, 364.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGAGTGACC\", \"ini\": 2232, \"clust\": 1652, \"rank\": 1265, \"rankvar\": 914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1016, \"group\": [1663.0, 281.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACAGATGAGC\", \"ini\": 2231, \"clust\": 3539, \"rank\": 1668, \"rankvar\": 3539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1358, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 53, \"group\": [3541.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGTGGGTTG\", \"ini\": 2230, \"clust\": 1861, \"rank\": 1451, \"rankvar\": 2352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1017, \"group\": [1862.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTCGTTTG\", \"ini\": 2229, \"clust\": 1871, \"rank\": 1178, \"rankvar\": 965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1018, \"group\": [1874.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAATGGATA\", \"ini\": 2228, \"clust\": 2002, \"rank\": 1277, \"rankvar\": 1880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1019, \"group\": [2000.0, 334.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGTACTCT\", \"ini\": 2227, \"clust\": 2203, \"rank\": 1011, \"rankvar\": 777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1020, \"group\": [2208.0, 350.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGTCTGCGACG\", \"ini\": 2226, \"clust\": 2433, \"rank\": 1413, \"rankvar\": 509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1363, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1021, \"group\": [2433.0, 362.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTCGGACG\", \"ini\": 2225, \"clust\": 2003, \"rank\": 1554, \"rankvar\": 1267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1022, \"group\": [2010.0, 334.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCTTACCGC\", \"ini\": 2224, \"clust\": 1805, \"rank\": 1473, \"rankvar\": 1122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1023, \"group\": [1806.0, 321.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTACTTCTT\", \"ini\": 2223, \"clust\": 2128, \"rank\": 1455, \"rankvar\": 1674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1024, \"group\": [2129.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGTAAGTA\", \"ini\": 2222, \"clust\": 1336, \"rank\": 1340, \"rankvar\": 3070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1749, \"group\": [1334.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAAGGAG\", \"ini\": 2221, \"clust\": 3302, \"rank\": 978, \"rankvar\": 3227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3370, \"group\": [3301.0, 493.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCTTTCCTC\", \"ini\": 2220, \"clust\": 1683, \"rank\": 1567, \"rankvar\": 379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1025, \"group\": [1682.0, 289.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCTACCTC\", \"ini\": 2219, \"clust\": 3005, \"rank\": 1206, \"rankvar\": 2137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3371, \"group\": [3003.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGTTGAGG\", \"ini\": 2218, \"clust\": 2053, \"rank\": 1347, \"rankvar\": 190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1371, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1026, \"group\": [2054.0, 343.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCTTGTACT\", \"ini\": 2217, \"clust\": 1695, \"rank\": 1331, \"rankvar\": 769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1027, \"group\": [1695.0, 294.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTTTGCC\", \"ini\": 2216, \"clust\": 2162, \"rank\": 1425, \"rankvar\": 1737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1028, \"group\": [2163.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCAGTCTTCC\", \"ini\": 2215, \"clust\": 1360, \"rank\": 1539, \"rankvar\": 3160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1750, \"group\": [1361.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGACTCAT\", \"ini\": 2214, \"clust\": 1784, \"rank\": 1587, \"rankvar\": 1155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1029, \"group\": [1784.0, 317.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCGGACAAG\", \"ini\": 2213, \"clust\": 3124, \"rank\": 1026, \"rankvar\": 2940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3372, \"group\": [3121.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCAGGTAAA\", \"ini\": 2212, \"clust\": 3572, \"rank\": 1999, \"rankvar\": 3142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1377, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3031, \"group\": [3578.0, 556.0, 86.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTGGGTCAA\", \"ini\": 2211, \"clust\": 1821, \"rank\": 1461, \"rankvar\": 254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1030, \"group\": [1822.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGACACTAA\", \"ini\": 2210, \"clust\": 1768, \"rank\": 1542, \"rankvar\": 2080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1031, \"group\": [1765.0, 313.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCCGTCATC\", \"ini\": 2209, \"clust\": 1829, \"rank\": 1395, \"rankvar\": 344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1380, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1032, \"group\": [1829.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATCTGCA\", \"ini\": 2208, \"clust\": 1960, \"rank\": 1338, \"rankvar\": 1025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1033, \"group\": [1956.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCACGCATA\", \"ini\": 2207, \"clust\": 3276, \"rank\": 1343, \"rankvar\": 2121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3373, \"group\": [3275.0, 488.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACACTGCG\", \"ini\": 2206, \"clust\": 3542, \"rank\": 1780, \"rankvar\": 3513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1383, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 54, \"group\": [3542.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTACTCGCG\", \"ini\": 2205, \"clust\": 2589, \"rank\": 1456, \"rankvar\": 2074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1384, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1034, \"group\": [2589.0, 376.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTAGTGTACCT\", \"ini\": 2204, \"clust\": 2033, \"rank\": 1557, \"rankvar\": 1284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1035, \"group\": [2033.0, 336.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGTGATCGG\", \"ini\": 2203, \"clust\": 1393, \"rank\": 953, \"rankvar\": 2660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1386, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1751, \"group\": [1391.0, 175.0, 35.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCATGTCCTC\", \"ini\": 2202, \"clust\": 1970, \"rank\": 1396, \"rankvar\": 128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1036, \"group\": [1971.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGCCTTGAT\", \"ini\": 2201, \"clust\": 2326, \"rank\": 1209, \"rankvar\": 1153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1037, \"group\": [2327.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAGACAAAT\", \"ini\": 2200, \"clust\": 3321, \"rank\": 1323, \"rankvar\": 1830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1389, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3374, \"group\": [3320.0, 495.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGGATATAC\", \"ini\": 2199, \"clust\": 2483, \"rank\": 1540, \"rankvar\": 626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1390, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1038, \"group\": [2482.0, 365.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAAGCCCAC\", \"ini\": 2198, \"clust\": 1895, \"rank\": 1584, \"rankvar\": 1363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1039, \"group\": [1896.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTTCCACGG\", \"ini\": 2197, \"clust\": 2477, \"rank\": 1506, \"rankvar\": 1851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1040, \"group\": [2479.0, 365.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCATGTGGT\", \"ini\": 2196, \"clust\": 2471, \"rank\": 1661, \"rankvar\": 911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1041, \"group\": [2469.0, 365.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTAAATGAC\", \"ini\": 2195, \"clust\": 1221, \"rank\": 739, \"rankvar\": 1653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1394, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1863, \"group\": [1222.0, 144.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCAGTGTTG\", \"ini\": 2194, \"clust\": 1416, \"rank\": 1798, \"rankvar\": 1225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1395, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1042, \"group\": [1414.0, 190.0, 41.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCATGGCA\", \"ini\": 2193, \"clust\": 2305, \"rank\": 1179, \"rankvar\": 1732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1043, \"group\": [2308.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTTGCCGT\", \"ini\": 2192, \"clust\": 3301, \"rank\": 1018, \"rankvar\": 2329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1397, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3375, \"group\": [3303.0, 493.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGCGAAA\", \"ini\": 2191, \"clust\": 3420, \"rank\": 1817, \"rankvar\": 3247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1398, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 55, \"group\": [3421.0, 528.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCAGTGTTGAA\", \"ini\": 2190, \"clust\": 2542, \"rank\": 1512, \"rankvar\": 210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1044, \"group\": [2542.0, 369.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTCGATT\", \"ini\": 2189, \"clust\": 3541, \"rank\": 1560, \"rankvar\": 3549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1400, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 56, \"group\": [3540.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGCAAGACGTG\", \"ini\": 2188, \"clust\": 3457, \"rank\": 1993, \"rankvar\": 2861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1401, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 57, \"group\": [3458.0, 533.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTATAAACG\", \"ini\": 2187, \"clust\": 90, \"rank\": 1536, \"rankvar\": 3508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1402, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3569, \"group\": [101.0, 20.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAAG\", \"ini\": 2186, \"clust\": 1394, \"rank\": 947, \"rankvar\": 2889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1403, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1752, \"group\": [1392.0, 175.0, 35.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCGCAAACT\", \"ini\": 2185, \"clust\": 2135, \"rank\": 1137, \"rankvar\": 1525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1404, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1045, \"group\": [2140.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAGACACTT\", \"ini\": 2184, \"clust\": 1765, \"rank\": 1632, \"rankvar\": 999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1046, \"group\": [1769.0, 313.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGGCCA\", \"ini\": 2183, \"clust\": 1912, \"rank\": 1258, \"rankvar\": 1373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1047, \"group\": [1912.0, 325.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCATAGCAC\", \"ini\": 2182, \"clust\": 3429, \"rank\": 1391, \"rankvar\": 3424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1407, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 58, \"group\": [3429.0, 528.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATGGAATA\", \"ini\": 2181, \"clust\": 1979, \"rank\": 1328, \"rankvar\": 794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1048, \"group\": [1980.0, 330.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGGTAGCTAAA\", \"ini\": 2180, \"clust\": 1866, \"rank\": 1381, \"rankvar\": 1440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1049, \"group\": [1866.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGCAGTTCATG\", \"ini\": 2179, \"clust\": 2075, \"rank\": 1417, \"rankvar\": 1750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1050, \"group\": [2076.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCTCACCCTCA\", \"ini\": 2178, \"clust\": 1338, \"rank\": 1467, \"rankvar\": 3054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1753, \"group\": [1340.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGGGTGTTG\", \"ini\": 2177, \"clust\": 1329, \"rank\": 1693, \"rankvar\": 2946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1754, \"group\": [1328.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGAGGGCTT\", \"ini\": 2176, \"clust\": 1851, \"rank\": 1508, \"rankvar\": 784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1051, \"group\": [1852.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGTAGAGC\", \"ini\": 2175, \"clust\": 1930, \"rank\": 1213, \"rankvar\": 1021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1414, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1052, \"group\": [1929.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCAGACTG\", \"ini\": 2174, \"clust\": 3548, \"rank\": 1446, \"rankvar\": 1951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1415, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1053, \"group\": [3550.0, 541.0, 81.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTCATCGATTG\", \"ini\": 2173, \"clust\": 1883, \"rank\": 1487, \"rankvar\": 901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1416, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1054, \"group\": [1884.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCACTGTTAG\", \"ini\": 2172, \"clust\": 2344, \"rank\": 1246, \"rankvar\": 870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1417, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1055, \"group\": [2347.0, 356.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGGAACGG\", \"ini\": 2171, \"clust\": 2046, \"rank\": 1526, \"rankvar\": 908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1056, \"group\": [2046.0, 342.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAAATTGCC\", \"ini\": 2170, \"clust\": 1736, \"rank\": 1212, \"rankvar\": 722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1057, \"group\": [1737.0, 308.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAGTTGGC\", \"ini\": 2169, \"clust\": 2514, \"rank\": 1671, \"rankvar\": 936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1420, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1058, \"group\": [2514.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAGCGATG\", \"ini\": 2168, \"clust\": 2538, \"rank\": 1619, \"rankvar\": 932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1059, \"group\": [2537.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACAAACC\", \"ini\": 2167, \"clust\": 1875, \"rank\": 1354, \"rankvar\": 1505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1060, \"group\": [1876.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACTGAAGG\", \"ini\": 2166, \"clust\": 2596, \"rank\": 1645, \"rankvar\": 1663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1061, \"group\": [2596.0, 376.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGACTAGAT\", \"ini\": 2165, \"clust\": 1201, \"rank\": 782, \"rankvar\": 2538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1864, \"group\": [1200.0, 141.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCAGTAGT\", \"ini\": 2164, \"clust\": 2783, \"rank\": 1650, \"rankvar\": 1809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1062, \"group\": [2783.0, 402.0, 61.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTGCCCTA\", \"ini\": 2163, \"clust\": 3424, \"rank\": 1543, \"rankvar\": 3232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1426, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 59, \"group\": [3424.0, 528.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGAGCCTAG\", \"ini\": 2162, \"clust\": 1943, \"rank\": 1183, \"rankvar\": 793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1063, \"group\": [1944.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATCATCCC\", \"ini\": 2161, \"clust\": 2431, \"rank\": 1628, \"rankvar\": 411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1064, \"group\": [2431.0, 362.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGGTGTTAA\", \"ini\": 2160, \"clust\": 1443, \"rank\": 1669, \"rankvar\": 1066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1065, \"group\": [1449.0, 208.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATACGCT\", \"ini\": 2159, \"clust\": 1332, \"rank\": 1416, \"rankvar\": 2568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1430, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1755, \"group\": [1330.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTCAAACTC\", \"ini\": 2158, \"clust\": 2050, \"rank\": 1625, \"rankvar\": 131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1066, \"group\": [2050.0, 342.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTCCACTC\", \"ini\": 2157, \"clust\": 2454, \"rank\": 1462, \"rankvar\": 1106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1067, \"group\": [2456.0, 364.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTATAGTAG\", \"ini\": 2156, \"clust\": 1962, \"rank\": 1332, \"rankvar\": 852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1068, \"group\": [1962.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCACGTGG\", \"ini\": 2155, \"clust\": 3286, \"rank\": 1366, \"rankvar\": 2873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3376, \"group\": [3286.0, 491.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACGGTGTC\", \"ini\": 2154, \"clust\": 2470, \"rank\": 1603, \"rankvar\": 591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1069, \"group\": [2471.0, 365.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTTCAGTAC\", \"ini\": 2153, \"clust\": 1698, \"rank\": 1581, \"rankvar\": 219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1070, \"group\": [1699.0, 297.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGAGGAA\", \"ini\": 2152, \"clust\": 2163, \"rank\": 1348, \"rankvar\": 666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1071, \"group\": [2164.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGTGTTAGA\", \"ini\": 2151, \"clust\": 3048, \"rank\": 1199, \"rankvar\": 2793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1438, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3377, \"group\": [3045.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCACACCACGTG\", \"ini\": 2150, \"clust\": 2114, \"rank\": 1272, \"rankvar\": 598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1072, \"group\": [2116.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAGGTCCAC\", \"ini\": 2149, \"clust\": 2590, \"rank\": 1513, \"rankvar\": 1265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1073, \"group\": [2592.0, 376.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCGGACAAG\", \"ini\": 2148, \"clust\": 2468, \"rank\": 1561, \"rankvar\": 966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1441, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1074, \"group\": [2468.0, 365.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGAAACCGC\", \"ini\": 2147, \"clust\": 1841, \"rank\": 1393, \"rankvar\": 2032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1075, \"group\": [1839.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCACCCAGTG\", \"ini\": 2146, \"clust\": 2277, \"rank\": 1203, \"rankvar\": 2482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1443, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1076, \"group\": [2278.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTGTTGAGG\", \"ini\": 2145, \"clust\": 2491, \"rank\": 1524, \"rankvar\": 704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1444, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1077, \"group\": [2494.0, 366.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGCCAGTTT\", \"ini\": 2144, \"clust\": 2473, \"rank\": 1642, \"rankvar\": 1902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1078, \"group\": [2473.0, 365.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTCCAGTAT\", \"ini\": 2143, \"clust\": 2077, \"rank\": 1402, \"rankvar\": 1230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1079, \"group\": [2077.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACTCAGAGCTT\", \"ini\": 2142, \"clust\": 3110, \"rank\": 1201, \"rankvar\": 2161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3378, \"group\": [3110.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCAGAAATG\", \"ini\": 2141, \"clust\": 2460, \"rank\": 1605, \"rankvar\": 1182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1080, \"group\": [2462.0, 364.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCGGATCA\", \"ini\": 2140, \"clust\": 1204, \"rank\": 1029, \"rankvar\": 514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1865, \"group\": [1224.0, 145.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACCAGGGAGAG\", \"ini\": 2139, \"clust\": 2621, \"rank\": 1439, \"rankvar\": 635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1081, \"group\": [2621.0, 384.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACAAGCTGGA\", \"ini\": 2138, \"clust\": 3435, \"rank\": 1528, \"rankvar\": 2884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1451, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 60, \"group\": [3436.0, 528.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCAGGTTTCA\", \"ini\": 2137, \"clust\": 1734, \"rank\": 1333, \"rankvar\": 1999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1452, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1082, \"group\": [1735.0, 307.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACCAGGCT\", \"ini\": 2136, \"clust\": 2295, \"rank\": 1502, \"rankvar\": 425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1083, \"group\": [2299.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGGATACC\", \"ini\": 2135, \"clust\": 2549, \"rank\": 1629, \"rankvar\": 384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1454, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1084, \"group\": [2548.0, 370.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTAACG\", \"ini\": 2134, \"clust\": 3013, \"rank\": 1120, \"rankvar\": 2156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1455, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3379, \"group\": [3008.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCATTGCGA\", \"ini\": 2133, \"clust\": 2013, \"rank\": 1299, \"rankvar\": 1891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1085, \"group\": [2012.0, 334.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGGATTG\", \"ini\": 2132, \"clust\": 1362, \"rank\": 1685, \"rankvar\": 3294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1457, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1756, \"group\": [1358.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAGCGATT\", \"ini\": 2131, \"clust\": 1692, \"rank\": 1491, \"rankvar\": 1308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1086, \"group\": [1692.0, 292.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTACATGA\", \"ini\": 2130, \"clust\": 1693, \"rank\": 1380, \"rankvar\": 54, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1087, \"group\": [1696.0, 295.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCATGCAAC\", \"ini\": 2129, \"clust\": 2462, \"rank\": 1644, \"rankvar\": 976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1088, \"group\": [2461.0, 364.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGGATAG\", \"ini\": 2128, \"clust\": 2058, \"rank\": 1421, \"rankvar\": 121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1089, \"group\": [2057.0, 343.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGCTGCC\", \"ini\": 2127, \"clust\": 1951, \"rank\": 1302, \"rankvar\": 1482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1090, \"group\": [1951.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTGCGATAG\", \"ini\": 2126, \"clust\": 2539, \"rank\": 1691, \"rankvar\": 1221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1091, \"group\": [2538.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTACCTACA\", \"ini\": 2125, \"clust\": 1971, \"rank\": 1522, \"rankvar\": 200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1092, \"group\": [1972.0, 329.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAACAACCT\", \"ini\": 2124, \"clust\": 1957, \"rank\": 1276, \"rankvar\": 1176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1093, \"group\": [1963.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAGAGTCG\", \"ini\": 2123, \"clust\": 55, \"rank\": 1370, \"rankvar\": 3208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1466, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2701, \"group\": [67.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAAACTGCT\", \"ini\": 2122, \"clust\": 2304, \"rank\": 1530, \"rankvar\": 582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1467, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1094, \"group\": [2309.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGGGATGGG\", \"ini\": 2121, \"clust\": 2582, \"rank\": 1586, \"rankvar\": 192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1095, \"group\": [2581.0, 375.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGGTGTGTGCC\", \"ini\": 2120, \"clust\": 1958, \"rank\": 1383, \"rankvar\": 1562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1096, \"group\": [1959.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACGACGAA\", \"ini\": 2119, \"clust\": 2437, \"rank\": 1486, \"rankvar\": 878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1470, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1097, \"group\": [2438.0, 362.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCCTATGTT\", \"ini\": 2118, \"clust\": 3256, \"rank\": 1054, \"rankvar\": 2192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3380, \"group\": [3254.0, 483.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCATCATC\", \"ini\": 2117, \"clust\": 1474, \"rank\": 1647, \"rankvar\": 834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1472, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1098, \"group\": [1472.0, 213.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCACGACTCG\", \"ini\": 2116, \"clust\": 1759, \"rank\": 1602, \"rankvar\": 1239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1473, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1099, \"group\": [1760.0, 312.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCAACACGT\", \"ini\": 2115, \"clust\": 1973, \"rank\": 1400, \"rankvar\": 1612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1474, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1100, \"group\": [1974.0, 330.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCAGACTCGC\", \"ini\": 2114, \"clust\": 3461, \"rank\": 1459, \"rankvar\": 3384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1475, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 61, \"group\": [3461.0, 534.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGATCTGAA\", \"ini\": 2113, \"clust\": 2970, \"rank\": 1471, \"rankvar\": 2924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1476, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3381, \"group\": [2968.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCAGCTCGG\", \"ini\": 2112, \"clust\": 2139, \"rank\": 1414, \"rankvar\": 1349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1101, \"group\": [2139.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGGCTATCT\", \"ini\": 2111, \"clust\": 2870, \"rank\": 1769, \"rankvar\": 1150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1478, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1102, \"group\": [2869.0, 424.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTGCTTGC\", \"ini\": 2110, \"clust\": 3251, \"rank\": 1045, \"rankvar\": 3010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3382, \"group\": [3251.0, 483.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCATCGATTG\", \"ini\": 2109, \"clust\": 2475, \"rank\": 1705, \"rankvar\": 1823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1480, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1103, \"group\": [2475.0, 365.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCAGAGGT\", \"ini\": 2108, \"clust\": 1322, \"rank\": 1479, \"rankvar\": 2937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1757, \"group\": [1325.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTAGATTAG\", \"ini\": 2107, \"clust\": 2523, \"rank\": 1595, \"rankvar\": 1560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1104, \"group\": [2528.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATTAGCCA\", \"ini\": 2106, \"clust\": 3085, \"rank\": 1490, \"rankvar\": 2411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1483, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3383, \"group\": [3087.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCACGAAACG\", \"ini\": 2105, \"clust\": 2525, \"rank\": 1761, \"rankvar\": 2280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1105, \"group\": [2523.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTCATACTG\", \"ini\": 2104, \"clust\": 1197, \"rank\": 1047, \"rankvar\": 1498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1866, \"group\": [1194.0, 140.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCTCTGAGA\", \"ini\": 2103, \"clust\": 3226, \"rank\": 1510, \"rankvar\": 1728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1486, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3384, \"group\": [3224.0, 477.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATTGGTAC\", \"ini\": 2102, \"clust\": 2878, \"rank\": 1833, \"rankvar\": 2171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1487, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3385, \"group\": [2877.0, 429.0, 65.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCGTTACGACT\", \"ini\": 2101, \"clust\": 1989, \"rank\": 1384, \"rankvar\": 1302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1488, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1106, \"group\": [1990.0, 332.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCATTAGC\", \"ini\": 2100, \"clust\": 2458, \"rank\": 1611, \"rankvar\": 587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1489, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1107, \"group\": [2457.0, 364.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGCGTAG\", \"ini\": 2099, \"clust\": 3230, \"rank\": 1751, \"rankvar\": 1494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1490, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3386, \"group\": [3230.0, 479.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCCTTTACA\", \"ini\": 2098, \"clust\": 3093, \"rank\": 1290, \"rankvar\": 3284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1491, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3387, \"group\": [3090.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACTCGCG\", \"ini\": 2097, \"clust\": 3275, \"rank\": 1406, \"rankvar\": 2232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1492, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3388, \"group\": [3277.0, 488.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGGTTTCT\", \"ini\": 2096, \"clust\": 3136, \"rank\": 1052, \"rankvar\": 2948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1493, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3389, \"group\": [3135.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTTGCTCCT\", \"ini\": 2095, \"clust\": 3095, \"rank\": 1188, \"rankvar\": 2737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3390, \"group\": [3098.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGATAAAC\", \"ini\": 2094, \"clust\": 2517, \"rank\": 1815, \"rankvar\": 2539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1495, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1108, \"group\": [2517.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTATAGGGC\", \"ini\": 2093, \"clust\": 1896, \"rank\": 1682, \"rankvar\": 718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1109, \"group\": [1897.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTTACTGAC\", \"ini\": 2092, \"clust\": 1902, \"rank\": 1735, \"rankvar\": 1730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1497, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1110, \"group\": [1903.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCAGGTTCA\", \"ini\": 2091, \"clust\": 3046, \"rank\": 1168, \"rankvar\": 3040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3391, \"group\": [3046.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTGGAT\", \"ini\": 2090, \"clust\": 58, \"rank\": 856, \"rankvar\": 2843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1499, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2702, \"group\": [58.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCACGTGAGA\", \"ini\": 2089, \"clust\": 3334, \"rank\": 1762, \"rankvar\": 278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1500, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3392, \"group\": [3335.0, 498.0, 73.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTGTCCAT\", \"ini\": 2088, \"clust\": 2547, \"rank\": 1725, \"rankvar\": 1493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1501, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1111, \"group\": [2546.0, 370.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTTATGTGC\", \"ini\": 2087, \"clust\": 2734, \"rank\": 1468, \"rankvar\": 600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1112, \"group\": [2739.0, 392.0, 59.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACTTATC\", \"ini\": 2086, \"clust\": 2334, \"rank\": 1294, \"rankvar\": 1058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1113, \"group\": [2335.0, 354.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTGACGCCT\", \"ini\": 2085, \"clust\": 2955, \"rank\": 1431, \"rankvar\": 2554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1504, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3393, \"group\": [2953.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGAGATG\", \"ini\": 2084, \"clust\": 2444, \"rank\": 1708, \"rankvar\": 612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1114, \"group\": [2608.0, 377.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCTTGAT\", \"ini\": 2083, \"clust\": 1185, \"rank\": 1247, \"rankvar\": 2386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1867, \"group\": [1242.0, 151.0, 29.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCACTTCC\", \"ini\": 2082, \"clust\": 2562, \"rank\": 1427, \"rankvar\": 2595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1115, \"group\": [2561.0, 374.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGCAAATACAG\", \"ini\": 2081, \"clust\": 3495, \"rank\": 1692, \"rankvar\": 3440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1508, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 62, \"group\": [3493.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCACGTTC\", \"ini\": 2080, \"clust\": 1327, \"rank\": 1533, \"rankvar\": 2799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1758, \"group\": [1326.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTACCGTTA\", \"ini\": 2079, \"clust\": 2608, \"rank\": 1407, \"rankvar\": 130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1510, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1116, \"group\": [2609.0, 378.0, 58.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTCTAGCCG\", \"ini\": 2078, \"clust\": 1186, \"rank\": 1256, \"rankvar\": 117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1868, \"group\": [1189.0, 138.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTTAGATGA\", \"ini\": 2077, \"clust\": 1980, \"rank\": 1498, \"rankvar\": 559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1117, \"group\": [1981.0, 330.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACAAGC\", \"ini\": 2076, \"clust\": 1301, \"rank\": 1641, \"rankvar\": 2929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1513, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1759, \"group\": [1305.0, 167.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGGCGC\", \"ini\": 2075, \"clust\": 2250, \"rank\": 1450, \"rankvar\": 217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1118, \"group\": [2253.0, 352.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTGTGCCTG\", \"ini\": 2074, \"clust\": 3233, \"rank\": 1551, \"rankvar\": 1881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3394, \"group\": [3233.0, 480.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAAGTCTGT\", \"ini\": 2073, \"clust\": 3094, \"rank\": 1437, \"rankvar\": 2879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1516, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3395, \"group\": [3091.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATTGAGCT\", \"ini\": 2072, \"clust\": 3089, \"rank\": 1550, \"rankvar\": 2993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1517, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3396, \"group\": [3093.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCATGTTGAC\", \"ini\": 2071, \"clust\": 1188, \"rank\": 1313, \"rankvar\": 2251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1869, \"group\": [1186.0, 136.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCGAACGC\", \"ini\": 2070, \"clust\": 2972, \"rank\": 1509, \"rankvar\": 3245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1519, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3397, \"group\": [2970.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGTGGAT\", \"ini\": 2069, \"clust\": 2991, \"rank\": 1382, \"rankvar\": 2853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1520, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3398, \"group\": [2991.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGGACCCT\", \"ini\": 2068, \"clust\": 2459, \"rank\": 1850, \"rankvar\": 2012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1521, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1119, \"group\": [2458.0, 364.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGGGTACA\", \"ini\": 2067, \"clust\": 3257, \"rank\": 1242, \"rankvar\": 696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3399, \"group\": [3256.0, 483.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGTAATG\", \"ini\": 2066, \"clust\": 1961, \"rank\": 1443, \"rankvar\": 1845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1523, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1120, \"group\": [1957.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAAGCTACCTA\", \"ini\": 2065, \"clust\": 2519, \"rank\": 1724, \"rankvar\": 2375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1121, \"group\": [2518.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTGTTCGAT\", \"ini\": 2064, \"clust\": 1778, \"rank\": 1507, \"rankvar\": 848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1525, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1122, \"group\": [1782.0, 317.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGATCACGG\", \"ini\": 2063, \"clust\": 2421, \"rank\": 1429, \"rankvar\": 1430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1123, \"group\": [2421.0, 359.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCTCACCT\", \"ini\": 2062, \"clust\": 1679, \"rank\": 1781, \"rankvar\": 1687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1527, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1124, \"group\": [1679.0, 287.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTACAGCAG\", \"ini\": 2061, \"clust\": 2592, \"rank\": 1714, \"rankvar\": 1301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1125, \"group\": [2591.0, 376.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACACATCTTT\", \"ini\": 2060, \"clust\": 1688, \"rank\": 1639, \"rankvar\": 316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1126, \"group\": [1688.0, 291.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATTCATCGCTC\", \"ini\": 2059, \"clust\": 2564, \"rank\": 1775, \"rankvar\": 863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1530, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1127, \"group\": [2563.0, 374.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGCAGCCTC\", \"ini\": 2058, \"clust\": 3104, \"rank\": 1088, \"rankvar\": 2904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1531, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3400, \"group\": [3104.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCATCTACGA\", \"ini\": 2057, \"clust\": 3287, \"rank\": 1287, \"rankvar\": 2581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1532, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3401, \"group\": [3287.0, 491.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCAACCGCCA\", \"ini\": 2056, \"clust\": 2987, \"rank\": 1359, \"rankvar\": 2303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3402, \"group\": [2985.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGTTGAC\", \"ini\": 2055, \"clust\": 1933, \"rank\": 1216, \"rankvar\": 2393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1534, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1128, \"group\": [1933.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACTGTAA\", \"ini\": 2054, \"clust\": 2484, \"rank\": 1558, \"rankvar\": 1226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1129, \"group\": [2483.0, 365.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACATTAGC\", \"ini\": 2053, \"clust\": 1746, \"rank\": 1593, \"rankvar\": 1045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1130, \"group\": [1746.0, 309.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCTGTT\", \"ini\": 2052, \"clust\": 1868, \"rank\": 1814, \"rankvar\": 119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1131, \"group\": [1871.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTACGA\", \"ini\": 2051, \"clust\": 1928, \"rank\": 1576, \"rankvar\": 1220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1132, \"group\": [1930.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGACTGTAA\", \"ini\": 2050, \"clust\": 2583, \"rank\": 1591, \"rankvar\": 876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1133, \"group\": [2583.0, 375.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGTTGAGAT\", \"ini\": 2049, \"clust\": 1687, \"rank\": 1622, \"rankvar\": 489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1134, \"group\": [1690.0, 291.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGCTGGCT\", \"ini\": 2048, \"clust\": 1333, \"rank\": 1677, \"rankvar\": 3184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1541, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1760, \"group\": [1331.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAGTCATATGC\", \"ini\": 2047, \"clust\": 2447, \"rank\": 1572, \"rankvar\": 760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1135, \"group\": [2449.0, 363.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTGAGGCTA\", \"ini\": 2046, \"clust\": 1266, \"rank\": 1521, \"rankvar\": 3177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1761, \"group\": [1264.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTTATCGGT\", \"ini\": 2045, \"clust\": 2089, \"rank\": 1390, \"rankvar\": 1416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1136, \"group\": [2090.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTAAATGAC\", \"ini\": 2044, \"clust\": 3140, \"rank\": 1606, \"rankvar\": 1706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1545, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3403, \"group\": [3139.0, 465.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGTATCTCG\", \"ini\": 2043, \"clust\": 3494, \"rank\": 1828, \"rankvar\": 3543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1546, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 63, \"group\": [3495.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCTACCTC\", \"ini\": 2042, \"clust\": 1974, \"rank\": 1472, \"rankvar\": 452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1137, \"group\": [1975.0, 330.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCTTTA\", \"ini\": 2041, \"clust\": 1766, \"rank\": 1734, \"rankvar\": 804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1138, \"group\": [1768.0, 313.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTAAGCG\", \"ini\": 2040, \"clust\": 2417, \"rank\": 1646, \"rankvar\": 1442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1139, \"group\": [2417.0, 359.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTTTGCATG\", \"ini\": 2039, \"clust\": 1405, \"rank\": 1458, \"rankvar\": 619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1140, \"group\": [1409.0, 186.0, 39.0, 12.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGCCTCA\", \"ini\": 2038, \"clust\": 1749, \"rank\": 1772, \"rankvar\": 683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1551, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1141, \"group\": [1750.0, 310.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTGCTTG\", \"ini\": 2037, \"clust\": 3285, \"rank\": 1134, \"rankvar\": 1188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3404, \"group\": [3285.0, 491.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCAGTTCGA\", \"ini\": 2036, \"clust\": 1198, \"rank\": 1023, \"rankvar\": 763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1870, \"group\": [1195.0, 140.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGAGTGACC\", \"ini\": 2035, \"clust\": 2457, \"rank\": 1729, \"rankvar\": 652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1142, \"group\": [2459.0, 364.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATGCCTAA\", \"ini\": 2034, \"clust\": 2513, \"rank\": 1743, \"rankvar\": 1204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1143, \"group\": [2513.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAAATCCGT\", \"ini\": 2033, \"clust\": 1232, \"rank\": 852, \"rankvar\": 2288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1556, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1871, \"group\": [1231.0, 149.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTAGAAGGA\", \"ini\": 2032, \"clust\": 2017, \"rank\": 1411, \"rankvar\": 1684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1144, \"group\": [2017.0, 335.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACTTCTT\", \"ini\": 2031, \"clust\": 1822, \"rank\": 1636, \"rankvar\": 255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1145, \"group\": [1823.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACACTCGACG\", \"ini\": 2030, \"clust\": 2495, \"rank\": 1870, \"rankvar\": 1547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1146, \"group\": [2495.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGTGGGTT\", \"ini\": 2029, \"clust\": 2347, \"rank\": 1531, \"rankvar\": 363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1147, \"group\": [2352.0, 357.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTTAGGGTG\", \"ini\": 2028, \"clust\": 49, \"rank\": 720, \"rankvar\": 3068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1561, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2703, \"group\": [48.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAAGCTGAG\", \"ini\": 2027, \"clust\": 2504, \"rank\": 1862, \"rankvar\": 1367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1148, \"group\": [2502.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCAGAAC\", \"ini\": 2026, \"clust\": 2034, \"rank\": 1643, \"rankvar\": 839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1149, \"group\": [2034.0, 336.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTTGTTTGG\", \"ini\": 2025, \"clust\": 1212, \"rank\": 787, \"rankvar\": 1350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1872, \"group\": [1211.0, 144.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTACCAGT\", \"ini\": 2024, \"clust\": 2598, \"rank\": 1662, \"rankvar\": 661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1150, \"group\": [2598.0, 376.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCATTGTGCA\", \"ini\": 2023, \"clust\": 1823, \"rank\": 1630, \"rankvar\": 375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1151, \"group\": [1824.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCCATT\", \"ini\": 2022, \"clust\": 2996, \"rank\": 1319, \"rankvar\": 2371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1567, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3405, \"group\": [2995.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTAGCTCCTCT\", \"ini\": 2021, \"clust\": 1997, \"rank\": 1517, \"rankvar\": 1446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1152, \"group\": [1997.0, 334.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCCTTTCGG\", \"ini\": 2020, \"clust\": 1478, \"rank\": 1759, \"rankvar\": 1557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1153, \"group\": [1479.0, 213.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATGACATC\", \"ini\": 2019, \"clust\": 2498, \"rank\": 1860, \"rankvar\": 1189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1570, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1154, \"group\": [2497.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGAAACGAG\", \"ini\": 2018, \"clust\": 2466, \"rank\": 1738, \"rankvar\": 520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1155, \"group\": [2464.0, 364.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTCTTTA\", \"ini\": 2017, \"clust\": 2599, \"rank\": 1562, \"rankvar\": 1006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1572, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1156, \"group\": [2599.0, 376.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCACCACCT\", \"ini\": 2016, \"clust\": 1299, \"rank\": 1730, \"rankvar\": 2722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1573, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1762, \"group\": [1298.0, 165.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGAAGATTC\", \"ini\": 2015, \"clust\": 1467, \"rank\": 1832, \"rankvar\": 1356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1157, \"group\": [1464.0, 212.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTATCTG\", \"ini\": 2014, \"clust\": 1878, \"rank\": 1749, \"rankvar\": 1033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1575, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1158, \"group\": [1881.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCTAGCCC\", \"ini\": 2013, \"clust\": 3258, \"rank\": 1286, \"rankvar\": 1490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1576, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3406, \"group\": [3257.0, 483.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAAGCATGGCA\", \"ini\": 2012, \"clust\": 2879, \"rank\": 1803, \"rankvar\": 2412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1577, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3407, \"group\": [2878.0, 429.0, 65.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTTGTCTTT\", \"ini\": 2011, \"clust\": 2008, \"rank\": 1485, \"rankvar\": 866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1578, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1159, \"group\": [2007.0, 334.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGTCCTCT\", \"ini\": 2010, \"clust\": 1995, \"rank\": 1617, \"rankvar\": 1969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1160, \"group\": [1993.0, 334.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCCCAGCT\", \"ini\": 2009, \"clust\": 2537, \"rank\": 1731, \"rankvar\": 803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1161, \"group\": [2539.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCAGGACAGAA\", \"ini\": 2008, \"clust\": 1742, \"rank\": 1618, \"rankvar\": 817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1581, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1162, \"group\": [1743.0, 308.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCTCCTAG\", \"ini\": 2007, \"clust\": 3544, \"rank\": 2110, \"rankvar\": 3535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1582, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 64, \"group\": [3546.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCACAACGTT\", \"ini\": 2006, \"clust\": 1863, \"rank\": 1635, \"rankvar\": 451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1583, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1163, \"group\": [1864.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGTCAAGGC\", \"ini\": 2005, \"clust\": 3545, \"rank\": 2012, \"rankvar\": 3555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1584, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 65, \"group\": [3544.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATAACCTG\", \"ini\": 2004, \"clust\": 1302, \"rank\": 1895, \"rankvar\": 3112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1585, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1763, \"group\": [1300.0, 166.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCAATACCG\", \"ini\": 2003, \"clust\": 2492, \"rank\": 1787, \"rankvar\": 1812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1586, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1164, \"group\": [2493.0, 366.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCTTGAGGT\", \"ini\": 2002, \"clust\": 1879, \"rank\": 1741, \"rankvar\": 894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1165, \"group\": [1879.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGGACATTA\", \"ini\": 2001, \"clust\": 2481, \"rank\": 1634, \"rankvar\": 1537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1166, \"group\": [2481.0, 365.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTAGAAGGA\", \"ini\": 2000, \"clust\": 1843, \"rank\": 1578, \"rankvar\": 1569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1589, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1167, \"group\": [1844.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGCCAGTAG\", \"ini\": 1999, \"clust\": 3440, \"rank\": 1492, \"rankvar\": 3404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1590, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 66, \"group\": [3443.0, 528.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTCGTTC\", \"ini\": 1998, \"clust\": 2455, \"rank\": 1579, \"rankvar\": 1597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1591, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1168, \"group\": [2454.0, 364.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGCAAGCC\", \"ini\": 1997, \"clust\": 1992, \"rank\": 1707, \"rankvar\": 1935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1169, \"group\": [2035.0, 337.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTAAGGGAA\", \"ini\": 1996, \"clust\": 1448, \"rank\": 1879, \"rankvar\": 988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1593, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1170, \"group\": [1445.0, 207.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTACTTCTT\", \"ini\": 1995, \"clust\": 2446, \"rank\": 1694, \"rankvar\": 2465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1171, \"group\": [2446.0, 363.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCAAGCCG\", \"ini\": 1994, \"clust\": 3117, \"rank\": 1171, \"rankvar\": 2711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1595, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3408, \"group\": [3116.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGGCGGTT\", \"ini\": 1993, \"clust\": 2563, \"rank\": 1680, \"rankvar\": 2519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1596, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1172, \"group\": [2565.0, 374.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTCGCATCG\", \"ini\": 1992, \"clust\": 3216, \"rank\": 1569, \"rankvar\": 1236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1597, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3409, \"group\": [3216.0, 475.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCCTACAGA\", \"ini\": 1991, \"clust\": 2584, \"rank\": 1580, \"rankvar\": 2305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1173, \"group\": [2584.0, 375.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACTGTTAG\", \"ini\": 1990, \"clust\": 1808, \"rank\": 1688, \"rankvar\": 1677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1599, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1174, \"group\": [1808.0, 321.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCGGTCTAA\", \"ini\": 1989, \"clust\": 1842, \"rank\": 1504, \"rankvar\": 2405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1600, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1175, \"group\": [1840.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCACCGCTAG\", \"ini\": 1988, \"clust\": 1445, \"rank\": 2029, \"rankvar\": 2276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1176, \"group\": [1444.0, 206.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCATACTG\", \"ini\": 1987, \"clust\": 1807, \"rank\": 1570, \"rankvar\": 2017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1177, \"group\": [1810.0, 321.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACTGAAGG\", \"ini\": 1986, \"clust\": 1473, \"rank\": 1864, \"rankvar\": 2402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1178, \"group\": [1474.0, 213.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATGCATG\", \"ini\": 1985, \"clust\": 2530, \"rank\": 1767, \"rankvar\": 528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1604, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1179, \"group\": [2531.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTAAGTAGT\", \"ini\": 1984, \"clust\": 1849, \"rank\": 1438, \"rankvar\": 1656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1180, \"group\": [1850.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCCACGTC\", \"ini\": 1983, \"clust\": 1325, \"rank\": 1470, \"rankvar\": 2990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1764, \"group\": [1321.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCCTCATTA\", \"ini\": 1982, \"clust\": 1368, \"rank\": 1604, \"rankvar\": 3292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1607, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1765, \"group\": [1365.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGAATGTTG\", \"ini\": 1981, \"clust\": 1835, \"rank\": 1627, \"rankvar\": 1506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1181, \"group\": [1838.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCATTAGC\", \"ini\": 1980, \"clust\": 3492, \"rank\": 2015, \"rankvar\": 3421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1609, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 67, \"group\": [3491.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTCTCATT\", \"ini\": 1979, \"clust\": 1770, \"rank\": 1575, \"rankvar\": 1278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1610, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1182, \"group\": [1770.0, 313.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAGAGGA\", \"ini\": 1978, \"clust\": 2020, \"rank\": 1710, \"rankvar\": 2972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1183, \"group\": [2022.0, 336.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCGTTTAC\", \"ini\": 1977, \"clust\": 1194, \"rank\": 1097, \"rankvar\": 2231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1612, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1873, \"group\": [1203.0, 142.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCATACAGCT\", \"ini\": 1976, \"clust\": 2978, \"rank\": 1460, \"rankvar\": 2814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1613, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3410, \"group\": [2976.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGTGGACGT\", \"ini\": 1975, \"clust\": 2298, \"rank\": 1505, \"rankvar\": 770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1184, \"group\": [2297.0, 353.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCATTCTTAC\", \"ini\": 1974, \"clust\": 2448, \"rank\": 1908, \"rankvar\": 687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1185, \"group\": [2447.0, 363.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTGTCGAGATG\", \"ini\": 1973, \"clust\": 3090, \"rank\": 1568, \"rankvar\": 3409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1616, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3411, \"group\": [3088.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGTGCCT\", \"ini\": 1972, \"clust\": 2556, \"rank\": 1698, \"rankvar\": 1249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1186, \"group\": [2555.0, 374.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTCTCTTAT\", \"ini\": 1971, \"clust\": 1854, \"rank\": 1419, \"rankvar\": 1285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1618, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1187, \"group\": [1857.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCCGTCAAA\", \"ini\": 1970, \"clust\": 3442, \"rank\": 1553, \"rankvar\": 3394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 68, \"group\": [3442.0, 528.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGTCACGATGT\", \"ini\": 1969, \"clust\": 1412, \"rank\": 2028, \"rankvar\": 2420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1620, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1188, \"group\": [1410.0, 187.0, 40.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGGTCTCG\", \"ini\": 1968, \"clust\": 1665, \"rank\": 1638, \"rankvar\": 250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1189, \"group\": [1665.0, 282.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCGGATGGA\", \"ini\": 1967, \"clust\": 2343, \"rank\": 1483, \"rankvar\": 677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1190, \"group\": [2344.0, 355.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTTAGGTA\", \"ini\": 1966, \"clust\": 1701, \"rank\": 1753, \"rankvar\": 854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1191, \"group\": [1701.0, 298.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGACTAGAT\", \"ini\": 1965, \"clust\": 3050, \"rank\": 1175, \"rankvar\": 2825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1624, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3412, \"group\": [3049.0, 459.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATAGACTC\", \"ini\": 1964, \"clust\": 3241, \"rank\": 1445, \"rankvar\": 1271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3413, \"group\": [3242.0, 481.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTATCCCG\", \"ini\": 1963, \"clust\": 1666, \"rank\": 1774, \"rankvar\": 1870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1192, \"group\": [1670.0, 283.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGTCATGCT\", \"ini\": 1962, \"clust\": 3337, \"rank\": 1820, \"rankvar\": 1688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3414, \"group\": [3341.0, 501.0, 73.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTTCAGTAC\", \"ini\": 1961, \"clust\": 1351, \"rank\": 1684, \"rankvar\": 3116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1628, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1766, \"group\": [1349.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGAGCCTAG\", \"ini\": 1960, \"clust\": 1337, \"rank\": 1489, \"rankvar\": 3171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1629, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1767, \"group\": [1335.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAACGA\", \"ini\": 1959, \"clust\": 1421, \"rank\": 1842, \"rankvar\": 885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1193, \"group\": [1423.0, 196.0, 41.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCGAAAGC\", \"ini\": 1958, \"clust\": 1927, \"rank\": 1597, \"rankvar\": 414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1194, \"group\": [1931.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATGTGGT\", \"ini\": 1957, \"clust\": 2472, \"rank\": 1763, \"rankvar\": 531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1195, \"group\": [2470.0, 365.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAGTCATC\", \"ini\": 1956, \"clust\": 2578, \"rank\": 1616, \"rankvar\": 141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1633, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1196, \"group\": [2578.0, 375.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGCCTTGG\", \"ini\": 1955, \"clust\": 2585, \"rank\": 1583, \"rankvar\": 1030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1634, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1197, \"group\": [2587.0, 376.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATGAATG\", \"ini\": 1954, \"clust\": 1920, \"rank\": 1589, \"rankvar\": 2064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1635, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1198, \"group\": [1920.0, 325.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCATTTCACT\", \"ini\": 1953, \"clust\": 1853, \"rank\": 1452, \"rankvar\": 1654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1199, \"group\": [1854.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTAACGGT\", \"ini\": 1952, \"clust\": 3082, \"rank\": 1257, \"rankvar\": 2888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1637, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3415, \"group\": [3081.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGACAAGCC\", \"ini\": 1951, \"clust\": 1709, \"rank\": 1614, \"rankvar\": 805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1200, \"group\": [1711.0, 303.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGGCACTA\", \"ini\": 1950, \"clust\": 1270, \"rank\": 1640, \"rankvar\": 3139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1768, \"group\": [1269.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAGCGATG\", \"ini\": 1949, \"clust\": 3221, \"rank\": 1847, \"rankvar\": 2665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1640, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3416, \"group\": [3220.0, 477.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTATATGAG\", \"ini\": 1948, \"clust\": 2997, \"rank\": 1078, \"rankvar\": 2491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1641, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3417, \"group\": [2996.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCGGTGTTA\", \"ini\": 1947, \"clust\": 1417, \"rank\": 1866, \"rankvar\": 19, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1642, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1201, \"group\": [1415.0, 190.0, 41.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGCGAG\", \"ini\": 1946, \"clust\": 2594, \"rank\": 1665, \"rankvar\": 1277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1202, \"group\": [2593.0, 376.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGTAGGTGC\", \"ini\": 1945, \"clust\": 2548, \"rank\": 1655, \"rankvar\": 678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1203, \"group\": [2547.0, 370.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACAGACAG\", \"ini\": 1944, \"clust\": 1877, \"rank\": 1687, \"rankvar\": 2346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1204, \"group\": [1878.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGACCAAG\", \"ini\": 1943, \"clust\": 3529, \"rank\": 1886, \"rankvar\": 3548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1646, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 69, \"group\": [3528.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCGATCCCT\", \"ini\": 1942, \"clust\": 1798, \"rank\": 1565, \"rankvar\": 416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1647, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1205, \"group\": [1799.0, 319.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTAAC\", \"ini\": 1941, \"clust\": 1737, \"rank\": 1564, \"rankvar\": 801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1648, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1206, \"group\": [1738.0, 308.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCTGCTGCT\", \"ini\": 1940, \"clust\": 1996, \"rank\": 1520, \"rankvar\": 2270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1649, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1207, \"group\": [1994.0, 334.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATGCATG\", \"ini\": 1939, \"clust\": 2609, \"rank\": 1700, \"rankvar\": 38, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1208, \"group\": [2610.0, 378.0, 58.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCATTCCTGC\", \"ini\": 1938, \"clust\": 3530, \"rank\": 1722, \"rankvar\": 3550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1651, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 70, \"group\": [3529.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACCTCGGA\", \"ini\": 1937, \"clust\": 2502, \"rank\": 1966, \"rankvar\": 959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1209, \"group\": [2505.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCAGTATCACCA\", \"ini\": 1936, \"clust\": 3118, \"rank\": 1225, \"rankvar\": 2725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1653, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3418, \"group\": [3117.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCCTATTCA\", \"ini\": 1935, \"clust\": 2601, \"rank\": 1901, \"rankvar\": 1709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1210, \"group\": [2600.0, 376.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTAAGTGTA\", \"ini\": 1934, \"clust\": 2078, \"rank\": 1482, \"rankvar\": 1017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1655, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1211, \"group\": [2078.0, 346.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTGCTGTAT\", \"ini\": 1933, \"clust\": 84, \"rank\": 1790, \"rankvar\": 3502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1656, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3570, \"group\": [82.0, 19.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATGGTCA\", \"ini\": 1932, \"clust\": 1857, \"rank\": 1538, \"rankvar\": 2260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1212, \"group\": [1861.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGACGACGT\", \"ini\": 1931, \"clust\": 1833, \"rank\": 1574, \"rankvar\": 1733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1213, \"group\": [1832.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTCCGAGTC\", \"ini\": 1930, \"clust\": 3051, \"rank\": 1424, \"rankvar\": 2704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3419, \"group\": [3050.0, 459.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGAAGG\", \"ini\": 1929, \"clust\": 2575, \"rank\": 1559, \"rankvar\": 1128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1214, \"group\": [2573.0, 374.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACAGGCTCAC\", \"ini\": 1928, \"clust\": 1828, \"rank\": 1608, \"rankvar\": 284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1215, \"group\": [1831.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCATTTGGG\", \"ini\": 1927, \"clust\": 285, \"rank\": 1511, \"rankvar\": 2691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1874, \"group\": [285.0, 65.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAAGGGCTCTC\", \"ini\": 1926, \"clust\": 1286, \"rank\": 1859, \"rankvar\": 2748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1663, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1769, \"group\": [1285.0, 162.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCAATGTC\", \"ini\": 1925, \"clust\": 2559, \"rank\": 1742, \"rankvar\": 1473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1664, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1216, \"group\": [2558.0, 374.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCGC\", \"ini\": 1924, \"clust\": 1271, \"rank\": 1816, \"rankvar\": 3174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1665, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1770, \"group\": [1270.0, 161.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGAACAG\", \"ini\": 1923, \"clust\": 1354, \"rank\": 1771, \"rankvar\": 3168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1666, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1771, \"group\": [1352.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACACGAAACG\", \"ini\": 1922, \"clust\": 1476, \"rank\": 1968, \"rankvar\": 1429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1217, \"group\": [1475.0, 213.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCACTAGTAC\", \"ini\": 1921, \"clust\": 2423, \"rank\": 1577, \"rankvar\": 1401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1668, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1218, \"group\": [2424.0, 359.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACGGTTTA\", \"ini\": 1920, \"clust\": 1251, \"rank\": 1573, \"rankvar\": 873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1219, \"group\": [1251.0, 158.0, 32.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCAAAGTC\", \"ini\": 1919, \"clust\": 2456, \"rank\": 1736, \"rankvar\": 1013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1670, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1220, \"group\": [2455.0, 364.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCTCGCATC\", \"ini\": 1918, \"clust\": 2998, \"rank\": 1129, \"rankvar\": 2116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1671, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3420, \"group\": [3001.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTGGACCC\", \"ini\": 1917, \"clust\": 2540, \"rank\": 1998, \"rankvar\": 350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1672, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1221, \"group\": [2540.0, 368.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCGAATGT\", \"ini\": 1916, \"clust\": 3464, \"rank\": 1706, \"rankvar\": 3382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1673, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 71, \"group\": [3464.0, 536.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTAAGTGTA\", \"ini\": 1915, \"clust\": 2252, \"rank\": 1615, \"rankvar\": 248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1222, \"group\": [2252.0, 352.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCTGTCCGT\", \"ini\": 1914, \"clust\": 1924, \"rank\": 1476, \"rankvar\": 347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1223, \"group\": [1925.0, 327.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCAGTATG\", \"ini\": 1913, \"clust\": 3126, \"rank\": 1409, \"rankvar\": 3153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1676, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3421, \"group\": [3123.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTCCGAACC\", \"ini\": 1912, \"clust\": 1437, \"rank\": 1977, \"rankvar\": 1343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1677, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1224, \"group\": [1437.0, 204.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTGCGCTTG\", \"ini\": 1911, \"clust\": 2565, \"rank\": 1822, \"rankvar\": 579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1225, \"group\": [2564.0, 374.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACAGACGCTC\", \"ini\": 1910, \"clust\": 1348, \"rank\": 1442, \"rankvar\": 2909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1679, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1772, \"group\": [1343.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGGGAG\", \"ini\": 1909, \"clust\": 2619, \"rank\": 1014, \"rankvar\": 693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1226, \"group\": [2778.0, 397.0, 60.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTTCGAGA\", \"ini\": 1908, \"clust\": 1887, \"rank\": 1797, \"rankvar\": 2071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1681, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1227, \"group\": [1886.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGAATCCA\", \"ini\": 1907, \"clust\": 2546, \"rank\": 1979, \"rankvar\": 521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1228, \"group\": [2550.0, 371.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGAATGGA\", \"ini\": 1906, \"clust\": 1471, \"rank\": 2046, \"rankvar\": 1640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1229, \"group\": [1468.0, 212.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCGTACGGC\", \"ini\": 1905, \"clust\": 1729, \"rank\": 1547, \"rankvar\": 1788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1230, \"group\": [1729.0, 307.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCAGAGCCAA\", \"ini\": 1904, \"clust\": 1346, \"rank\": 1600, \"rankvar\": 3060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1685, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1773, \"group\": [1346.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCATGTCCC\", \"ini\": 1903, \"clust\": 2606, \"rank\": 1721, \"rankvar\": 1198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1231, \"group\": [2606.0, 376.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTAGTGCG\", \"ini\": 1902, \"clust\": 2573, \"rank\": 1590, \"rankvar\": 2281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1232, \"group\": [2574.0, 374.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCGATTCT\", \"ini\": 1901, \"clust\": 1918, \"rank\": 1563, \"rankvar\": 2572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1233, \"group\": [1922.0, 325.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTGTTGAGG\", \"ini\": 1900, \"clust\": 1769, \"rank\": 1654, \"rankvar\": 1964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1689, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1234, \"group\": [1766.0, 313.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAGTAACGG\", \"ini\": 1899, \"clust\": 2488, \"rank\": 1784, \"rankvar\": 62, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1235, \"group\": [2490.0, 366.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGCTAGTCT\", \"ini\": 1898, \"clust\": 1168, \"rank\": 1480, \"rankvar\": 463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1875, \"group\": [1171.0, 123.0, 22.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTGTCGT\", \"ini\": 1897, \"clust\": 289, \"rank\": 1231, \"rankvar\": 2323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1876, \"group\": [287.0, 66.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGAGTCCCACG\", \"ini\": 1896, \"clust\": 2049, \"rank\": 1777, \"rankvar\": 48, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1236, \"group\": [2049.0, 342.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCAAGCCCAC\", \"ini\": 1895, \"clust\": 3443, \"rank\": 1621, \"rankvar\": 3390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1694, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 72, \"group\": [3444.0, 528.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTGTATGGG\", \"ini\": 1894, \"clust\": 1439, \"rank\": 1976, \"rankvar\": 1073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1237, \"group\": [1439.0, 205.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATTCCC\", \"ini\": 1893, \"clust\": 1916, \"rank\": 1697, \"rankvar\": 279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1696, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1238, \"group\": [1915.0, 325.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAAAGCGGT\", \"ini\": 1892, \"clust\": 2579, \"rank\": 1727, \"rankvar\": 877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1697, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1239, \"group\": [2579.0, 375.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTCTCCCTA\", \"ini\": 1891, \"clust\": 1998, \"rank\": 1747, \"rankvar\": 1910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1240, \"group\": [1998.0, 334.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTACGAGT\", \"ini\": 1890, \"clust\": 1917, \"rank\": 1670, \"rankvar\": 170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1241, \"group\": [1916.0, 325.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGCGCCAA\", \"ini\": 1889, \"clust\": 3125, \"rank\": 1334, \"rankvar\": 2933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1700, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3422, \"group\": [3122.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGGATCGA\", \"ini\": 1888, \"clust\": 2011, \"rank\": 1497, \"rankvar\": 2222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1701, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1242, \"group\": [2013.0, 334.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCGCAA\", \"ini\": 1887, \"clust\": 3062, \"rank\": 1449, \"rankvar\": 2983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1702, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3423, \"group\": [3059.0, 460.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAGTGGAGT\", \"ini\": 1886, \"clust\": 2029, \"rank\": 1675, \"rankvar\": 1514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1243, \"group\": [2028.0, 336.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTAGCAAAT\", \"ini\": 1885, \"clust\": 1703, \"rank\": 1783, \"rankvar\": 86, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1244, \"group\": [1704.0, 299.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGGCATGTG\", \"ini\": 1884, \"clust\": 2482, \"rank\": 1802, \"rankvar\": 1208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1245, \"group\": [2484.0, 365.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCTGTT\", \"ini\": 1883, \"clust\": 2476, \"rank\": 1785, \"rankvar\": 156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1706, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1246, \"group\": [2476.0, 365.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGATGT\", \"ini\": 1882, \"clust\": 1714, \"rank\": 1830, \"rankvar\": 2185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1707, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1247, \"group\": [1717.0, 304.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCACAGCCCA\", \"ini\": 1881, \"clust\": 1907, \"rank\": 1484, \"rankvar\": 1391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1248, \"group\": [1910.0, 324.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTATATGGA\", \"ini\": 1880, \"clust\": 2586, \"rank\": 1696, \"rankvar\": 1860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1709, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1249, \"group\": [2585.0, 376.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCGTTTATC\", \"ini\": 1879, \"clust\": 1690, \"rank\": 1737, \"rankvar\": 1501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1250, \"group\": [1693.0, 293.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCCCACTTG\", \"ini\": 1878, \"clust\": 2557, \"rank\": 1760, \"rankvar\": 991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1251, \"group\": [2556.0, 374.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGGGATC\", \"ini\": 1877, \"clust\": 2595, \"rank\": 1667, \"rankvar\": 1279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1252, \"group\": [2594.0, 376.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCCACGCAG\", \"ini\": 1876, \"clust\": 1771, \"rank\": 1613, \"rankvar\": 1064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1253, \"group\": [1771.0, 313.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCAAAGCG\", \"ini\": 1875, \"clust\": 3389, \"rank\": 1967, \"rankvar\": 3111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1254, \"group\": [3390.0, 516.0, 76.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCCATGAAC\", \"ini\": 1874, \"clust\": 3326, \"rank\": 1523, \"rankvar\": 2341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1715, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3424, \"group\": [3326.0, 496.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCCGGCACA\", \"ini\": 1873, \"clust\": 3330, \"rank\": 1626, \"rankvar\": 1861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1716, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3425, \"group\": [3330.0, 496.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTACCGTTA\", \"ini\": 1872, \"clust\": 1391, \"rank\": 1423, \"rankvar\": 2953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1717, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1774, \"group\": [1396.0, 177.0, 35.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGGGTATG\", \"ini\": 1871, \"clust\": 2528, \"rank\": 1663, \"rankvar\": 2564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1255, \"group\": [2527.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTCTTGATG\", \"ini\": 1870, \"clust\": 3289, \"rank\": 1291, \"rankvar\": 2040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1719, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3426, \"group\": [3289.0, 491.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTACGGAG\", \"ini\": 1869, \"clust\": 1880, \"rank\": 1853, \"rankvar\": 546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1720, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1256, \"group\": [1880.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAAGCACACAG\", \"ini\": 1868, \"clust\": 65, \"rank\": 1223, \"rankvar\": 3279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1721, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2704, \"group\": [63.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGTACACCT\", \"ini\": 1867, \"clust\": 1885, \"rank\": 1954, \"rankvar\": 713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1722, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1257, \"group\": [1889.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGGACAC\", \"ini\": 1866, \"clust\": 3278, \"rank\": 1845, \"rankvar\": 2603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3427, \"group\": [3283.0, 490.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTTGACGTT\", \"ini\": 1865, \"clust\": 1170, \"rank\": 1652, \"rankvar\": 1019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1877, \"group\": [1170.0, 122.0, 22.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCGTTCCG\", \"ini\": 1864, \"clust\": 1343, \"rank\": 1899, \"rankvar\": 3244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1775, \"group\": [1341.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCAGGGTATG\", \"ini\": 1863, \"clust\": 1653, \"rank\": 1786, \"rankvar\": 1270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1258, \"group\": [1653.0, 278.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTTGACGA\", \"ini\": 1862, \"clust\": 1326, \"rank\": 1765, \"rankvar\": 3126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1727, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1776, \"group\": [1322.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATCCGGGT\", \"ini\": 1861, \"clust\": 3458, \"rank\": 2194, \"rankvar\": 3368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1728, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 73, \"group\": [3456.0, 533.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCATGACGGA\", \"ini\": 1860, \"clust\": 1910, \"rank\": 1463, \"rankvar\": 1203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1729, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1259, \"group\": [1908.0, 324.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTTCCGTCT\", \"ini\": 1859, \"clust\": 1908, \"rank\": 1679, \"rankvar\": 1763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1260, \"group\": [1909.0, 324.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACCATAG\", \"ini\": 1858, \"clust\": 1364, \"rank\": 1529, \"rankvar\": 3293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1731, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1777, \"group\": [1362.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGGTGTTAA\", \"ini\": 1857, \"clust\": 1760, \"rank\": 1776, \"rankvar\": 391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1732, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1261, \"group\": [1761.0, 312.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGACTCGGA\", \"ini\": 1856, \"clust\": 2018, \"rank\": 1745, \"rankvar\": 1890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1733, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1262, \"group\": [2018.0, 336.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGTGAAGTT\", \"ini\": 1855, \"clust\": 2968, \"rank\": 1702, \"rankvar\": 1549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3428, \"group\": [2988.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCAGAGACG\", \"ini\": 1854, \"clust\": 2030, \"rank\": 1739, \"rankvar\": 950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1263, \"group\": [2029.0, 336.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCTCAACGAAA\", \"ini\": 1853, \"clust\": 1242, \"rank\": 1308, \"rankvar\": 1873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1736, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1778, \"group\": [1243.0, 152.0, 30.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTCGCGGTT\", \"ini\": 1852, \"clust\": 3123, \"rank\": 1083, \"rankvar\": 3458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3429, \"group\": [3125.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGAGTCTGG\", \"ini\": 1851, \"clust\": 3222, \"rank\": 1880, \"rankvar\": 1396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1738, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3430, \"group\": [3221.0, 477.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTACAGCTTCGG\", \"ini\": 1850, \"clust\": 2541, \"rank\": 1963, \"rankvar\": 74, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1264, \"group\": [2541.0, 368.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTCTGAGA\", \"ini\": 1849, \"clust\": 2522, \"rank\": 1835, \"rankvar\": 2053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1265, \"group\": [2522.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTGTGGTTT\", \"ini\": 1848, \"clust\": 2000, \"rank\": 1552, \"rankvar\": 2020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1266, \"group\": [2001.0, 334.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATCCGTGG\", \"ini\": 1847, \"clust\": 1738, \"rank\": 1514, \"rankvar\": 1253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1742, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1267, \"group\": [1739.0, 308.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAGC\", \"ini\": 1846, \"clust\": 3133, \"rank\": 1368, \"rankvar\": 3124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1743, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3431, \"group\": [3134.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACAAGGTGTG\", \"ini\": 1845, \"clust\": 1305, \"rank\": 1898, \"rankvar\": 2536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1744, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1779, \"group\": [1302.0, 166.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGAATTCCC\", \"ini\": 1844, \"clust\": 3252, \"rank\": 1360, \"rankvar\": 2419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1745, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3432, \"group\": [3249.0, 483.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTCCGTAT\", \"ini\": 1843, \"clust\": 1836, \"rank\": 1717, \"rankvar\": 1984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1746, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1268, \"group\": [1836.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGTGAGT\", \"ini\": 1842, \"clust\": 1696, \"rank\": 1795, \"rankvar\": 1863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1747, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1269, \"group\": [1697.0, 296.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTATATGAG\", \"ini\": 1841, \"clust\": 1745, \"rank\": 1732, \"rankvar\": 430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1270, \"group\": [1748.0, 309.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCATGCAT\", \"ini\": 1840, \"clust\": 1806, \"rank\": 1884, \"rankvar\": 1115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1271, \"group\": [1807.0, 321.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAGCGTCCA\", \"ini\": 1839, \"clust\": 2418, \"rank\": 1800, \"rankvar\": 1163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1750, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1272, \"group\": [2418.0, 359.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTAGGACAC\", \"ini\": 1838, \"clust\": 2520, \"rank\": 1915, \"rankvar\": 1237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1751, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1273, \"group\": [2519.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTCCGGCA\", \"ini\": 1837, \"clust\": 2515, \"rank\": 1837, \"rankvar\": 453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1274, \"group\": [2515.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATTTCAGG\", \"ini\": 1836, \"clust\": 3134, \"rank\": 1300, \"rankvar\": 2755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1753, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3433, \"group\": [3132.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTTAGTGGG\", \"ini\": 1835, \"clust\": 1891, \"rank\": 1566, \"rankvar\": 534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1275, \"group\": [1895.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTCAGCTTCGG\", \"ini\": 1834, \"clust\": 1869, \"rank\": 1935, \"rankvar\": 902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1276, \"group\": [1869.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTACATGTC\", \"ini\": 1833, \"clust\": 1352, \"rank\": 1791, \"rankvar\": 2671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1756, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1780, \"group\": [1350.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCACCGCTAG\", \"ini\": 1832, \"clust\": 2025, \"rank\": 1910, \"rankvar\": 1227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1277, \"group\": [2024.0, 336.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTTCCAACA\", \"ini\": 1831, \"clust\": 1904, \"rank\": 1723, \"rankvar\": 941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1278, \"group\": [1905.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTCCAGGG\", \"ini\": 1830, \"clust\": 1344, \"rank\": 1778, \"rankvar\": 3233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1759, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1781, \"group\": [1342.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGTCGTTC\", \"ini\": 1829, \"clust\": 2550, \"rank\": 1827, \"rankvar\": 1749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1279, \"group\": [2549.0, 370.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCACGTCAGC\", \"ini\": 1828, \"clust\": 3088, \"rank\": 1515, \"rankvar\": 1912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1761, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3434, \"group\": [3094.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGTCCTCCT\", \"ini\": 1827, \"clust\": 1975, \"rank\": 1651, \"rankvar\": 168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1762, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1280, \"group\": [1976.0, 330.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGGCTCTTA\", \"ini\": 1826, \"clust\": 1739, \"rank\": 1620, \"rankvar\": 1905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1281, \"group\": [1740.0, 308.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATTCTTAC\", \"ini\": 1825, \"clust\": 2507, \"rank\": 2018, \"rankvar\": 614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1282, \"group\": [2506.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCCTCATTA\", \"ini\": 1824, \"clust\": 101, \"rank\": 1937, \"rankvar\": 3337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3571, \"group\": [95.0, 20.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTTGTCGCG\", \"ini\": 1823, \"clust\": 1710, \"rank\": 1733, \"rankvar\": 898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1283, \"group\": [1710.0, 303.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCCATTTA\", \"ini\": 1822, \"clust\": 3333, \"rank\": 1434, \"rankvar\": 2075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1767, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3435, \"group\": [3333.0, 496.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCACAGACAG\", \"ini\": 1821, \"clust\": 1621, \"rank\": 1770, \"rankvar\": 1385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1284, \"group\": [1620.0, 250.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGGTACTCT\", \"ini\": 1820, \"clust\": 1882, \"rank\": 1715, \"rankvar\": 2093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1285, \"group\": [1883.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTCTGTCG\", \"ini\": 1819, \"clust\": 3335, \"rank\": 1839, \"rankvar\": 1798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1770, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3436, \"group\": [3336.0, 499.0, 73.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGCCTTGG\", \"ini\": 1818, \"clust\": 1772, \"rank\": 1631, \"rankvar\": 236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1286, \"group\": [1774.0, 313.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTGCTGCT\", \"ini\": 1817, \"clust\": 2239, \"rank\": 1825, \"rankvar\": 358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1772, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1287, \"group\": [2240.0, 352.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTTCAGACT\", \"ini\": 1816, \"clust\": 2524, \"rank\": 1854, \"rankvar\": 949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1773, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1288, \"group\": [2525.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGAAGGCT\", \"ini\": 1815, \"clust\": 2593, \"rank\": 1757, \"rankvar\": 1576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1289, \"group\": [2595.0, 376.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTAAACCTC\", \"ini\": 1814, \"clust\": 1342, \"rank\": 1660, \"rankvar\": 3329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1775, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1782, \"group\": [1348.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTCACGCC\", \"ini\": 1813, \"clust\": 3119, \"rank\": 1474, \"rankvar\": 2998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1776, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3437, \"group\": [3119.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGTGGGTTG\", \"ini\": 1812, \"clust\": 1921, \"rank\": 1624, \"rankvar\": 2104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1290, \"group\": [1918.0, 325.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGGGCTTGA\", \"ini\": 1811, \"clust\": 1731, \"rank\": 1657, \"rankvar\": 1436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1778, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1291, \"group\": [1732.0, 307.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATGGAATA\", \"ini\": 1810, \"clust\": 1922, \"rank\": 1534, \"rankvar\": 3130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1779, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1292, \"group\": [1919.0, 325.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTACCGAGA\", \"ini\": 1809, \"clust\": 3030, \"rank\": 1541, \"rankvar\": 2675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1780, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3438, \"group\": [3029.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCAGCATGT\", \"ini\": 1808, \"clust\": 1721, \"rank\": 1921, \"rankvar\": 1107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1293, \"group\": [1724.0, 305.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCTAGGCA\", \"ini\": 1807, \"clust\": 1427, \"rank\": 1932, \"rankvar\": 786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1294, \"group\": [1424.0, 197.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGCTGCTG\", \"ini\": 1806, \"clust\": 3576, \"rank\": 2217, \"rankvar\": 3051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1783, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3439, \"group\": [3573.0, 554.0, 86.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCTATGTT\", \"ini\": 1805, \"clust\": 2555, \"rank\": 1773, \"rankvar\": 1420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1295, \"group\": [2557.0, 374.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCCGAATGT\", \"ini\": 1804, \"clust\": 1392, \"rank\": 1251, \"rankvar\": 3123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1785, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1783, \"group\": [1393.0, 175.0, 35.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGACGGTA\", \"ini\": 1803, \"clust\": 3479, \"rank\": 1836, \"rankvar\": 3462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1786, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 74, \"group\": [3477.0, 537.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTATAGTAG\", \"ini\": 1802, \"clust\": 3486, \"rank\": 2031, \"rankvar\": 3391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1787, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 75, \"group\": [3484.0, 537.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATTTCAGG\", \"ini\": 1801, \"clust\": 2607, \"rank\": 1712, \"rankvar\": 1286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1296, \"group\": [2607.0, 376.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCATGTCCTC\", \"ini\": 1800, \"clust\": 2449, \"rank\": 1877, \"rankvar\": 844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1297, \"group\": [2448.0, 363.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTCACCTAA\", \"ini\": 1799, \"clust\": 3477, \"rank\": 1752, \"rankvar\": 2989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1790, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 76, \"group\": [3481.0, 537.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTAACGGT\", \"ini\": 1798, \"clust\": 1761, \"rank\": 1607, \"rankvar\": 707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1298, \"group\": [1775.0, 314.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCAGTCAGT\", \"ini\": 1797, \"clust\": 3482, \"rank\": 1811, \"rankvar\": 3474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1792, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 77, \"group\": [3479.0, 537.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGATCCA\", \"ini\": 1796, \"clust\": 1846, \"rank\": 1824, \"rankvar\": 1184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1299, \"group\": [1846.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGATCTGT\", \"ini\": 1795, \"clust\": 1845, \"rank\": 1834, \"rankvar\": 872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1794, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1300, \"group\": [1848.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACACGTCAGC\", \"ini\": 1794, \"clust\": 1654, \"rank\": 1716, \"rankvar\": 1065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1795, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1301, \"group\": [1654.0, 278.0, 56.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGGTCTGCGGT\", \"ini\": 1793, \"clust\": 2990, \"rank\": 1548, \"rankvar\": 1686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1796, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3440, \"group\": [2992.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCTGCTGTC\", \"ini\": 1792, \"clust\": 1699, \"rank\": 1819, \"rankvar\": 339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1797, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1302, \"group\": [1700.0, 297.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCCGATATG\", \"ini\": 1791, \"clust\": 3422, \"rank\": 1939, \"rankvar\": 3354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1798, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 78, \"group\": [3425.0, 528.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATACAATCAGAA\", \"ini\": 1790, \"clust\": 1240, \"rank\": 1136, \"rankvar\": 705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1878, \"group\": [1239.0, 149.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCAGCTGGC\", \"ini\": 1789, \"clust\": 1202, \"rank\": 1158, \"rankvar\": 1917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1879, \"group\": [1198.0, 141.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTTGCGTTA\", \"ini\": 1788, \"clust\": 3217, \"rank\": 1969, \"rankvar\": 3078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3441, \"group\": [3217.0, 475.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGACTAGGC\", \"ini\": 1787, \"clust\": 1747, \"rank\": 1988, \"rankvar\": 1556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1802, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1303, \"group\": [1747.0, 309.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCCCGC\", \"ini\": 1786, \"clust\": 2506, \"rank\": 2011, \"rankvar\": 1129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1803, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1304, \"group\": [2508.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTACACCGC\", \"ini\": 1785, \"clust\": 1847, \"rank\": 1748, \"rankvar\": 2505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1305, \"group\": [1847.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCAGTAGAGC\", \"ini\": 1784, \"clust\": 117, \"rank\": 1812, \"rankvar\": 2917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1805, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 162, \"group\": [137.0, 32.0, 12.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCCCTAATT\", \"ini\": 1783, \"clust\": 1328, \"rank\": 1863, \"rankvar\": 2579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1806, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1784, \"group\": [1327.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGGTGACCA\", \"ini\": 1782, \"clust\": 1241, \"rank\": 1306, \"rankvar\": 862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1880, \"group\": [1240.0, 149.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGACACGAC\", \"ini\": 1781, \"clust\": 1900, \"rank\": 1907, \"rankvar\": 1241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1808, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1306, \"group\": [1900.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCACCCGAG\", \"ini\": 1780, \"clust\": 3131, \"rank\": 1113, \"rankvar\": 2997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1809, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3442, \"group\": [3130.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCACGGTTA\", \"ini\": 1779, \"clust\": 3053, \"rank\": 1373, \"rankvar\": 3385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3443, \"group\": [3051.0, 459.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCACTACAGT\", \"ini\": 1778, \"clust\": 2405, \"rank\": 1612, \"rankvar\": 189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1307, \"group\": [2408.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCGAATGGG\", \"ini\": 1777, \"clust\": 1743, \"rank\": 1821, \"rankvar\": 151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1812, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1308, \"group\": [1744.0, 309.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAAGCCGTC\", \"ini\": 1776, \"clust\": 1413, \"rank\": 2093, \"rankvar\": 826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1309, \"group\": [1411.0, 187.0, 40.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTCGCGAC\", \"ini\": 1775, \"clust\": 1477, \"rank\": 1982, \"rankvar\": 548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1814, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1310, \"group\": [1476.0, 213.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGTTAACC\", \"ini\": 1774, \"clust\": 1976, \"rank\": 1709, \"rankvar\": 578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1815, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1311, \"group\": [1977.0, 330.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCAGCATGAG\", \"ini\": 1773, \"clust\": 3462, \"rank\": 1848, \"rankvar\": 3243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1816, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 79, \"group\": [3462.0, 534.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAAGTAA\", \"ini\": 1772, \"clust\": 85, \"rank\": 2107, \"rankvar\": 3511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1817, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3572, \"group\": [83.0, 19.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCACTTATC\", \"ini\": 1771, \"clust\": 2026, \"rank\": 1744, \"rankvar\": 476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1312, \"group\": [2026.0, 336.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCAATAAGG\", \"ini\": 1770, \"clust\": 1884, \"rank\": 1818, \"rankvar\": 1151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1819, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1313, \"group\": [1885.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACCAGGC\", \"ini\": 1769, \"clust\": 2597, \"rank\": 1881, \"rankvar\": 1907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1314, \"group\": [2597.0, 376.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACACCATCCT\", \"ini\": 1768, \"clust\": 3322, \"rank\": 1659, \"rankvar\": 1892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1821, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3444, \"group\": [3321.0, 495.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCAGCTTAG\", \"ini\": 1767, \"clust\": 1686, \"rank\": 1953, \"rankvar\": 971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1822, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1315, \"group\": [1684.0, 289.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATTACCG\", \"ini\": 1766, \"clust\": 2019, \"rank\": 1793, \"rankvar\": 1920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1316, \"group\": [2019.0, 336.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCATCTGCC\", \"ini\": 1765, \"clust\": 2526, \"rank\": 1885, \"rankvar\": 1094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1317, \"group\": [2524.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGGCAGGTT\", \"ini\": 1764, \"clust\": 1697, \"rank\": 1801, \"rankvar\": 178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1825, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1318, \"group\": [1698.0, 296.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTTGTTTGG\", \"ini\": 1763, \"clust\": 1330, \"rank\": 1905, \"rankvar\": 3185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1826, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1785, \"group\": [1329.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTTCACTCTTA\", \"ini\": 1762, \"clust\": 1627, \"rank\": 1464, \"rankvar\": 1551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1827, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1319, \"group\": [1630.0, 256.0, 50.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGATGAGG\", \"ini\": 1761, \"clust\": 1809, \"rank\": 1674, \"rankvar\": 2311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1828, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1320, \"group\": [1809.0, 321.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCGCCGTGA\", \"ini\": 1760, \"clust\": 1631, \"rank\": 1964, \"rankvar\": 1156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1321, \"group\": [1631.0, 257.0, 50.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTTCCGGCA\", \"ini\": 1759, \"clust\": 3055, \"rank\": 1719, \"rankvar\": 3008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1830, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3445, \"group\": [3054.0, 460.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGGATGGG\", \"ini\": 1758, \"clust\": 2499, \"rank\": 1950, \"rankvar\": 1103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1322, \"group\": [2498.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCCTCCTAG\", \"ini\": 1757, \"clust\": 3345, \"rank\": 1883, \"rankvar\": 2772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1832, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3446, \"group\": [3345.0, 505.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTTATCGC\", \"ini\": 1756, \"clust\": 1999, \"rank\": 1758, \"rankvar\": 2125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1323, \"group\": [2002.0, 334.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGAGCCTAG\", \"ini\": 1755, \"clust\": 1901, \"rank\": 1896, \"rankvar\": 2084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1324, \"group\": [1901.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCCGTCAG\", \"ini\": 1754, \"clust\": 1832, \"rank\": 1805, \"rankvar\": 868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1325, \"group\": [1834.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGGAGGTA\", \"ini\": 1753, \"clust\": 2027, \"rank\": 1823, \"rankvar\": 1012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1326, \"group\": [2027.0, 336.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGGAGTACC\", \"ini\": 1752, \"clust\": 3054, \"rank\": 1020, \"rankvar\": 3375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1837, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3447, \"group\": [3052.0, 459.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGCTCAACT\", \"ini\": 1751, \"clust\": 1867, \"rank\": 1806, \"rankvar\": 1049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1838, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1327, \"group\": [1867.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGAGTACCG\", \"ini\": 1750, \"clust\": 1243, \"rank\": 1062, \"rankvar\": 1786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1839, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1786, \"group\": [1244.0, 153.0, 30.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGGATTCGG\", \"ini\": 1749, \"clust\": 2047, \"rank\": 1782, \"rankvar\": 1661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1328, \"group\": [2047.0, 342.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTAGAAAGG\", \"ini\": 1748, \"clust\": 2535, \"rank\": 1947, \"rankvar\": 1846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1329, \"group\": [2535.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGATCTCGTTTA\", \"ini\": 1747, \"clust\": 3091, \"rank\": 1681, \"rankvar\": 3062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3448, \"group\": [3089.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCGATGAGG\", \"ini\": 1746, \"clust\": 48, \"rank\": 1228, \"rankvar\": 2934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1843, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2705, \"group\": [50.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGTGCGTC\", \"ini\": 1745, \"clust\": 3347, \"rank\": 1902, \"rankvar\": 2695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1844, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3449, \"group\": [3347.0, 505.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTATCGCAT\", \"ini\": 1744, \"clust\": 2984, \"rank\": 1796, \"rankvar\": 3053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1845, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3450, \"group\": [2982.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACAGTGGAGT\", \"ini\": 1743, \"clust\": 1190, \"rank\": 1440, \"rankvar\": 2219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1881, \"group\": [1190.0, 139.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGGTTCC\", \"ini\": 1742, \"clust\": 3444, \"rank\": 1766, \"rankvar\": 3519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1847, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 80, \"group\": [3445.0, 528.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGAGGGA\", \"ini\": 1741, \"clust\": 1602, \"rank\": 1962, \"rankvar\": 356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1848, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1330, \"group\": [1603.0, 239.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGTTTGG\", \"ini\": 1740, \"clust\": 2031, \"rank\": 1945, \"rankvar\": 469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1331, \"group\": [2031.0, 336.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTATCTGCA\", \"ini\": 1739, \"clust\": 1349, \"rank\": 1648, \"rankvar\": 3370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1850, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1787, \"group\": [1344.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGGATATAC\", \"ini\": 1738, \"clust\": 1306, \"rank\": 1843, \"rankvar\": 3131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1851, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1788, \"group\": [1303.0, 166.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTTCTGTTT\", \"ini\": 1737, \"clust\": 1468, \"rank\": 2024, \"rankvar\": 780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1852, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1332, \"group\": [1465.0, 212.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCGGAAG\", \"ini\": 1736, \"clust\": 1614, \"rank\": 2067, \"rankvar\": 838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1333, \"group\": [1625.0, 253.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTACCGTTA\", \"ini\": 1735, \"clust\": 2464, \"rank\": 1973, \"rankvar\": 310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1334, \"group\": [2465.0, 364.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCAAACGTGG\", \"ini\": 1734, \"clust\": 2533, \"rank\": 1857, \"rankvar\": 357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1855, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1335, \"group\": [2533.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTGCGACG\", \"ini\": 1733, \"clust\": 1465, \"rank\": 1974, \"rankvar\": 657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1336, \"group\": [1462.0, 212.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGCCTATGT\", \"ini\": 1732, \"clust\": 1801, \"rank\": 1920, \"rankvar\": 668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1337, \"group\": [1805.0, 320.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGACGCTTT\", \"ini\": 1731, \"clust\": 2543, \"rank\": 1855, \"rankvar\": 1395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1858, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1338, \"group\": [2543.0, 369.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTATCGCAT\", \"ini\": 1730, \"clust\": 1171, \"rank\": 1280, \"rankvar\": 1800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1882, \"group\": [1175.0, 127.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCGCATAA\", \"ini\": 1729, \"clust\": 3538, \"rank\": 1912, \"rankvar\": 3547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1860, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 81, \"group\": [3537.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAAGTAGTA\", \"ini\": 1728, \"clust\": 1834, \"rank\": 1831, \"rankvar\": 1392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1861, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1339, \"group\": [1833.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGTCATCCA\", \"ini\": 1727, \"clust\": 2553, \"rank\": 1972, \"rankvar\": 1379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1340, \"group\": [2553.0, 373.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAGTATGGTTC\", \"ini\": 1726, \"clust\": 3546, \"rank\": 2076, \"rankvar\": 3469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1863, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 82, \"group\": [3545.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTAATTGGA\", \"ini\": 1725, \"clust\": 1713, \"rank\": 1856, \"rankvar\": 1031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1341, \"group\": [1718.0, 304.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATGGTCTA\", \"ini\": 1724, \"clust\": 3543, \"rank\": 2129, \"rankvar\": 3545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1865, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 83, \"group\": [3543.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCACCCGAG\", \"ini\": 1723, \"clust\": 2508, \"rank\": 2080, \"rankvar\": 1872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1342, \"group\": [2507.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAGACGTAG\", \"ini\": 1722, \"clust\": 2500, \"rank\": 2027, \"rankvar\": 857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1343, \"group\": [2500.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCCGTACAA\", \"ini\": 1721, \"clust\": 1681, \"rank\": 1941, \"rankvar\": 1475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1868, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1344, \"group\": [1686.0, 289.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGAGTGACC\", \"ini\": 1720, \"clust\": 1381, \"rank\": 1754, \"rankvar\": 3395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1869, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1789, \"group\": [1380.0, 170.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGCCCTAAT\", \"ini\": 1719, \"clust\": 3127, \"rank\": 1349, \"rankvar\": 3037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1870, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3451, \"group\": [3124.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGGAGCGTT\", \"ini\": 1718, \"clust\": 3496, \"rank\": 1874, \"rankvar\": 3048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1871, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 84, \"group\": [3494.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACATAACC\", \"ini\": 1717, \"clust\": 3057, \"rank\": 1588, \"rankvar\": 2471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1872, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3452, \"group\": [3062.0, 460.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACAAGCCATT\", \"ini\": 1716, \"clust\": 3253, \"rank\": 1500, \"rankvar\": 2749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1873, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3453, \"group\": [3250.0, 483.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCGCGAAA\", \"ini\": 1715, \"clust\": 2956, \"rank\": 1469, \"rankvar\": 3216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1874, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3454, \"group\": [2957.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTCGACTGC\", \"ini\": 1714, \"clust\": 2536, \"rank\": 2017, \"rankvar\": 540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1345, \"group\": [2536.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCATTCTA\", \"ini\": 1713, \"clust\": 1730, \"rank\": 1704, \"rankvar\": 2069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1346, \"group\": [1730.0, 307.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAACTGTC\", \"ini\": 1712, \"clust\": 3218, \"rank\": 1799, \"rankvar\": 2500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1877, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3455, \"group\": [3218.0, 476.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTGGACGAT\", \"ini\": 1711, \"clust\": 1764, \"rank\": 1868, \"rankvar\": 1934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1347, \"group\": [1763.0, 313.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACACATGGGA\", \"ini\": 1710, \"clust\": 2531, \"rank\": 1867, \"rankvar\": 243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1348, \"group\": [2529.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGTCAGCC\", \"ini\": 1709, \"clust\": 3328, \"rank\": 1808, \"rankvar\": 2899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1880, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3456, \"group\": [3327.0, 496.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCATGGTAGG\", \"ini\": 1708, \"clust\": 1464, \"rank\": 1961, \"rankvar\": 510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1881, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1349, \"group\": [1470.0, 212.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACATTTCAGG\", \"ini\": 1707, \"clust\": 1903, \"rank\": 1872, \"rankvar\": 655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1350, \"group\": [1904.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTCGGATCC\", \"ini\": 1706, \"clust\": 1193, \"rank\": 1516, \"rankvar\": 1838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1883, \"group\": [1193.0, 139.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAGTATTAGCC\", \"ini\": 1705, \"clust\": 1838, \"rank\": 1844, \"rankvar\": 810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1351, \"group\": [1843.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCGCAT\", \"ini\": 1704, \"clust\": 1718, \"rank\": 1955, \"rankvar\": 646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1352, \"group\": [1725.0, 305.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCATTCACTT\", \"ini\": 1703, \"clust\": 1449, \"rank\": 2114, \"rankvar\": 1896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1353, \"group\": [1446.0, 207.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGTGGACC\", \"ini\": 1702, \"clust\": 88, \"rank\": 2178, \"rankvar\": 3494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1887, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3573, \"group\": [85.0, 19.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTTTACGT\", \"ini\": 1701, \"clust\": 1441, \"rank\": 2054, \"rankvar\": 622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1354, \"group\": [1441.0, 205.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCAACACCTA\", \"ini\": 1700, \"clust\": 64, \"rank\": 883, \"rankvar\": 3348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1889, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2706, \"group\": [62.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTACATGA\", \"ini\": 1699, \"clust\": 2051, \"rank\": 1840, \"rankvar\": 137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1355, \"group\": [2051.0, 342.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATGTGGT\", \"ini\": 1698, \"clust\": 3042, \"rank\": 1699, \"rankvar\": 2497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1891, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3457, \"group\": [3040.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTAACGGT\", \"ini\": 1697, \"clust\": 3489, \"rank\": 2003, \"rankvar\": 3271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1892, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 85, \"group\": [3496.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGATAAGT\", \"ini\": 1696, \"clust\": 2529, \"rank\": 1764, \"rankvar\": 957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1356, \"group\": [2532.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTACGCCC\", \"ini\": 1695, \"clust\": 1363, \"rank\": 1865, \"rankvar\": 3250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1894, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1790, \"group\": [1359.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAAACGCG\", \"ini\": 1694, \"clust\": 1469, \"rank\": 2036, \"rankvar\": 1859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1357, \"group\": [1466.0, 212.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGACCTAGG\", \"ini\": 1693, \"clust\": 3465, \"rank\": 1649, \"rankvar\": 3442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1896, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 86, \"group\": [3465.0, 536.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGTAGAGC\", \"ini\": 1692, \"clust\": 1231, \"rank\": 937, \"rankvar\": 2841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1897, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1884, \"group\": [1230.0, 148.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGGCGACAT\", \"ini\": 1691, \"clust\": 2544, \"rank\": 1873, \"rankvar\": 1243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1898, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1358, \"group\": [2544.0, 369.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACGGTTTA\", \"ini\": 1690, \"clust\": 1642, \"rank\": 1889, \"rankvar\": 287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1359, \"group\": [1646.0, 271.0, 54.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCCGACTT\", \"ini\": 1689, \"clust\": 3231, \"rank\": 1894, \"rankvar\": 1454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1900, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3458, \"group\": [3235.0, 480.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAGGTAA\", \"ini\": 1688, \"clust\": 1428, \"rank\": 1849, \"rankvar\": 2720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1360, \"group\": [1425.0, 197.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGCT\", \"ini\": 1687, \"clust\": 1607, \"rank\": 1919, \"rankvar\": 3248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1361, \"group\": [1607.0, 243.0, 48.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGATGTAT\", \"ini\": 1686, \"clust\": 2985, \"rank\": 1917, \"rankvar\": 3165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1903, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3459, \"group\": [2983.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCATCTGTT\", \"ini\": 1685, \"clust\": 3338, \"rank\": 1971, \"rankvar\": 1212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1904, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3460, \"group\": [3340.0, 500.0, 73.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGCTAGTTC\", \"ini\": 1684, \"clust\": 1722, \"rank\": 2035, \"rankvar\": 228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1362, \"group\": [1723.0, 305.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGTCACGCC\", \"ini\": 1683, \"clust\": 1463, \"rank\": 1903, \"rankvar\": 503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1363, \"group\": [1461.0, 212.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTTGGACCC\", \"ini\": 1682, \"clust\": 3132, \"rank\": 1372, \"rankvar\": 3074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3461, \"group\": [3131.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAGGCCCA\", \"ini\": 1681, \"clust\": 2505, \"rank\": 2042, \"rankvar\": 1259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1364, \"group\": [2503.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTTGTATC\", \"ini\": 1680, \"clust\": 1205, \"rank\": 1022, \"rankvar\": 3026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1909, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1885, \"group\": [1209.0, 143.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTAGCTGCC\", \"ini\": 1679, \"clust\": 1750, \"rank\": 2086, \"rankvar\": 1245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1365, \"group\": [1753.0, 311.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATGACT\", \"ini\": 1678, \"clust\": 3320, \"rank\": 1756, \"rankvar\": 1970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3462, \"group\": [3322.0, 495.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAATCCGCTGTT\", \"ini\": 1677, \"clust\": 1864, \"rank\": 1933, \"rankvar\": 934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1366, \"group\": [1865.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCTAGCCC\", \"ini\": 1676, \"clust\": 1755, \"rank\": 1951, \"rankvar\": 1330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1367, \"group\": [1756.0, 311.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACACGGTGTC\", \"ini\": 1675, \"clust\": 1751, \"rank\": 2106, \"rankvar\": 1306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1368, \"group\": [1751.0, 311.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGAACTGTA\", \"ini\": 1674, \"clust\": 1865, \"rank\": 1813, \"rankvar\": 980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1369, \"group\": [1868.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACCGTTA\", \"ini\": 1673, \"clust\": 3390, \"rank\": 2006, \"rankvar\": 3283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1370, \"group\": [3391.0, 516.0, 76.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCATGGAATA\", \"ini\": 1672, \"clust\": 3098, \"rank\": 1810, \"rankvar\": 3117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1917, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3463, \"group\": [3096.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATTACCC\", \"ini\": 1671, \"clust\": 1606, \"rank\": 1792, \"rankvar\": 2159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1371, \"group\": [1609.0, 244.0, 48.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAGTGAGTG\", \"ini\": 1670, \"clust\": 3303, \"rank\": 1282, \"rankvar\": 3258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1919, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3464, \"group\": [3302.0, 493.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCACGGTTA\", \"ini\": 1669, \"clust\": 1811, \"rank\": 2061, \"rankvar\": 2644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1372, \"group\": [1811.0, 321.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTAGCCTCG\", \"ini\": 1668, \"clust\": 3556, \"rank\": 2130, \"rankvar\": 2604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1921, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1791, \"group\": [3558.0, 546.0, 84.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAACGCGA\", \"ini\": 1667, \"clust\": 2014, \"rank\": 1829, \"rankvar\": 2752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1373, \"group\": [2014.0, 334.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCTCCACT\", \"ini\": 1666, \"clust\": 3339, \"rank\": 2004, \"rankvar\": 2021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3465, \"group\": [3339.0, 500.0, 73.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTATAATGG\", \"ini\": 1665, \"clust\": 2580, \"rank\": 1875, \"rankvar\": 1489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1374, \"group\": [2582.0, 375.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCACTTACT\", \"ini\": 1664, \"clust\": 2453, \"rank\": 1944, \"rankvar\": 2320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1375, \"group\": [2453.0, 363.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTGTATGGG\", \"ini\": 1663, \"clust\": 3129, \"rank\": 1355, \"rankvar\": 3308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1926, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3466, \"group\": [3128.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCACCTTAT\", \"ini\": 1662, \"clust\": 1870, \"rank\": 2051, \"rankvar\": 1725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1927, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1376, \"group\": [1870.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCATCGATG\", \"ini\": 1661, \"clust\": 1702, \"rank\": 1913, \"rankvar\": 2254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1377, \"group\": [1702.0, 298.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAACGACG\", \"ini\": 1660, \"clust\": 1888, \"rank\": 1906, \"rankvar\": 1303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1378, \"group\": [1887.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACGATGT\", \"ini\": 1659, \"clust\": 1475, \"rank\": 1996, \"rankvar\": 1596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1930, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1379, \"group\": [1473.0, 213.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTACACCGC\", \"ini\": 1658, \"clust\": 1406, \"rank\": 2081, \"rankvar\": 829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1931, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1380, \"group\": [1408.0, 185.0, 39.0, 12.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGAACTGT\", \"ini\": 1657, \"clust\": 3490, \"rank\": 2112, \"rankvar\": 3446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1932, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 87, \"group\": [3489.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGGACCACA\", \"ini\": 1656, \"clust\": 0, \"rank\": 1779, \"rankvar\": 3092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1933, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2707, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAATAACGA\", \"ini\": 1655, \"clust\": 1816, \"rank\": 2078, \"rankvar\": 1745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1934, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1381, \"group\": [1816.0, 321.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGCCTAA\", \"ini\": 1654, \"clust\": 2496, \"rank\": 1891, \"rankvar\": 1283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1382, \"group\": [2496.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCACAACGCC\", \"ini\": 1653, \"clust\": 1200, \"rank\": 1095, \"rankvar\": 2672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1886, \"group\": [1201.0, 141.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCCATGCTC\", \"ini\": 1652, \"clust\": 3121, \"rank\": 1599, \"rankvar\": 2893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1937, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3467, \"group\": [3127.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGCTGCT\", \"ini\": 1651, \"clust\": 1972, \"rank\": 1914, \"rankvar\": 790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1938, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1383, \"group\": [1973.0, 329.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTTAAGCC\", \"ini\": 1650, \"clust\": 1331, \"rank\": 1878, \"rankvar\": 3083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1792, \"group\": [1336.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGGTTTCA\", \"ini\": 1649, \"clust\": 3348, \"rank\": 2043, \"rankvar\": 3081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3468, \"group\": [3348.0, 505.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGAGGGTT\", \"ini\": 1648, \"clust\": 2988, \"rank\": 1928, \"rankvar\": 3029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1941, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3469, \"group\": [2986.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAATGGATA\", \"ini\": 1647, \"clust\": 283, \"rank\": 1441, \"rankvar\": 2355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1887, \"group\": [281.0, 63.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGGTACTCT\", \"ini\": 1646, \"clust\": 1481, \"rank\": 2102, \"rankvar\": 432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1384, \"group\": [1480.0, 214.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAACGCTA\", \"ini\": 1645, \"clust\": 3043, \"rank\": 1686, \"rankvar\": 2918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3470, \"group\": [3041.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTTCAACCA\", \"ini\": 1644, \"clust\": 1719, \"rank\": 1934, \"rankvar\": 247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1385, \"group\": [1719.0, 305.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCAGAGGT\", \"ini\": 1643, \"clust\": 1814, \"rank\": 2020, \"rankvar\": 1325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1946, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1386, \"group\": [1814.0, 321.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCAAGATCC\", \"ini\": 1642, \"clust\": 3500, \"rank\": 2272, \"rankvar\": 3491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1947, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 88, \"group\": [3505.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCAGATAATG\", \"ini\": 1641, \"clust\": 2560, \"rank\": 1890, \"rankvar\": 1568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1948, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1387, \"group\": [2559.0, 374.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGCGATTCT\", \"ini\": 1640, \"clust\": 1756, \"rank\": 2066, \"rankvar\": 1321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1388, \"group\": [1757.0, 311.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAGGCT\", \"ini\": 1639, \"clust\": 1986, \"rank\": 1728, \"rankvar\": 618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1389, \"group\": [1986.0, 331.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAAACTGCT\", \"ini\": 1638, \"clust\": 2587, \"rank\": 1957, \"rankvar\": 581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1390, \"group\": [2586.0, 376.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTTGCGT\", \"ini\": 1637, \"clust\": 3433, \"rank\": 1927, \"rankvar\": 3212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1952, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 89, \"group\": [3434.0, 528.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGTAGATGT\", \"ini\": 1636, \"clust\": 1905, \"rank\": 1909, \"rankvar\": 2812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1391, \"group\": [1906.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTGACGCCT\", \"ini\": 1635, \"clust\": 2545, \"rank\": 1940, \"rankvar\": 16, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1392, \"group\": [2545.0, 369.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCTCGCAT\", \"ini\": 1634, \"clust\": 1238, \"rank\": 1230, \"rankvar\": 2282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1888, \"group\": [1237.0, 149.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAGGTTTCA\", \"ini\": 1633, \"clust\": 1893, \"rank\": 1997, \"rankvar\": 360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1393, \"group\": [1892.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCTGGC\", \"ini\": 1632, \"clust\": 1233, \"rank\": 1435, \"rankvar\": 1244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1889, \"group\": [1232.0, 149.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTTAAAGTG\", \"ini\": 1631, \"clust\": 2021, \"rank\": 1922, \"rankvar\": 871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1394, \"group\": [2020.0, 336.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGGAGCAA\", \"ini\": 1630, \"clust\": 1889, \"rank\": 2009, \"rankvar\": 1126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1395, \"group\": [1890.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGGTGTGGT\", \"ini\": 1629, \"clust\": 2503, \"rank\": 2088, \"rankvar\": 656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1396, \"group\": [2504.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAACAACA\", \"ini\": 1628, \"clust\": 2023, \"rank\": 1991, \"rankvar\": 821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1961, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1397, \"group\": [2025.0, 336.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCCAGTTT\", \"ini\": 1627, \"clust\": 1455, \"rank\": 2025, \"rankvar\": 436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1398, \"group\": [1459.0, 211.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTACATGTC\", \"ini\": 1626, \"clust\": 2534, \"rank\": 2038, \"rankvar\": 532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1399, \"group\": [2534.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCACCGATAT\", \"ini\": 1625, \"clust\": 102, \"rank\": 2120, \"rankvar\": 3533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1964, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3574, \"group\": [96.0, 20.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACACTGCG\", \"ini\": 1624, \"clust\": 1720, \"rank\": 2000, \"rankvar\": 584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1400, \"group\": [1720.0, 305.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTACGCCC\", \"ini\": 1623, \"clust\": 1906, \"rank\": 1930, \"rankvar\": 23, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1401, \"group\": [1923.0, 326.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCAAGCC\", \"ini\": 1622, \"clust\": 1812, \"rank\": 2052, \"rankvar\": 561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1402, \"group\": [1812.0, 321.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCAGGAATGC\", \"ini\": 1621, \"clust\": 2554, \"rank\": 1959, \"rankvar\": 1909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1403, \"group\": [2554.0, 373.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTGATGATA\", \"ini\": 1620, \"clust\": 1415, \"rank\": 2143, \"rankvar\": 164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1969, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1404, \"group\": [1416.0, 191.0, 41.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTCCGAATT\", \"ini\": 1619, \"clust\": 1189, \"rank\": 1689, \"rankvar\": 1991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1890, \"group\": [1187.0, 136.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGACACGAC\", \"ini\": 1618, \"clust\": 3581, \"rank\": 2108, \"rankvar\": 978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1971, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 90, \"group\": [3588.0, 564.0, 90.0, 23.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTGCACCAC\", \"ini\": 1617, \"clust\": 1643, \"rank\": 1980, \"rankvar\": 1268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1972, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1405, \"group\": [1645.0, 270.0, 53.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGACACGAC\", \"ini\": 1616, \"clust\": 1411, \"rank\": 2097, \"rankvar\": 983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1973, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1406, \"group\": [1412.0, 188.0, 40.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCATGCTCC\", \"ini\": 1615, \"clust\": 2474, \"rank\": 2014, \"rankvar\": 1665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1407, \"group\": [2474.0, 365.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGCTTAG\", \"ini\": 1614, \"clust\": 1482, \"rank\": 2125, \"rankvar\": 1603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1408, \"group\": [1481.0, 214.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTCAAACTC\", \"ini\": 1613, \"clust\": 1732, \"rank\": 1975, \"rankvar\": 2421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1976, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1409, \"group\": [1733.0, 307.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCTAGCCC\", \"ini\": 1612, \"clust\": 1837, \"rank\": 1851, \"rankvar\": 1699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1410, \"group\": [1837.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTTACTGAC\", \"ini\": 1611, \"clust\": 3277, \"rank\": 1956, \"rankvar\": 1346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1978, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3471, \"group\": [3276.0, 488.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAATTGCTG\", \"ini\": 1610, \"clust\": 2532, \"rank\": 1897, \"rankvar\": 104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1411, \"group\": [2530.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATGCTAGT\", \"ini\": 1609, \"clust\": 1440, \"rank\": 2044, \"rankvar\": 1424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1412, \"group\": [1440.0, 205.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCCGCTGA\", \"ini\": 1608, \"clust\": 2022, \"rank\": 1871, \"rankvar\": 1075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1413, \"group\": [2021.0, 336.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCAGCGATT\", \"ini\": 1607, \"clust\": 1480, \"rank\": 2055, \"rankvar\": 206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1414, \"group\": [1478.0, 213.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGACACG\", \"ini\": 1606, \"clust\": 1410, \"rank\": 2145, \"rankvar\": 924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1415, \"group\": [1413.0, 189.0, 40.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATCCGGGT\", \"ini\": 1605, \"clust\": 1361, \"rank\": 2089, \"rankvar\": 3317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1984, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1793, \"group\": [1360.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCATCGATG\", \"ini\": 1604, \"clust\": 1706, \"rank\": 2085, \"rankvar\": 703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1416, \"group\": [1707.0, 302.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCATAGAAAC\", \"ini\": 1603, \"clust\": 2509, \"rank\": 2115, \"rankvar\": 1466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1986, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1417, \"group\": [2511.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATAACCTG\", \"ini\": 1602, \"clust\": 2, \"rank\": 1755, \"rankvar\": 3296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1987, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2708, \"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGGTGGGTT\", \"ini\": 1601, \"clust\": 1623, \"rank\": 2019, \"rankvar\": 286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1418, \"group\": [1623.0, 251.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACATAACC\", \"ini\": 1600, \"clust\": 3128, \"rank\": 1826, \"rankvar\": 2598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1989, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3472, \"group\": [3137.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCATTATCC\", \"ini\": 1599, \"clust\": 3323, \"rank\": 1809, \"rankvar\": 1410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1990, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3473, \"group\": [3323.0, 495.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCGATGAGG\", \"ini\": 1598, \"clust\": 1744, \"rank\": 2010, \"rankvar\": 314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1991, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1419, \"group\": [1745.0, 309.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATAGCTGATAA\", \"ini\": 1597, \"clust\": 1919, \"rank\": 1929, \"rankvar\": 2190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1420, \"group\": [1921.0, 325.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTCGGGCT\", \"ini\": 1596, \"clust\": 1757, \"rank\": 2039, \"rankvar\": 2067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1993, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1421, \"group\": [1758.0, 312.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGGAAATA\", \"ini\": 1595, \"clust\": 1365, \"rank\": 1984, \"rankvar\": 2916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1994, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1794, \"group\": [1363.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGACATTGGTAC\", \"ini\": 1594, \"clust\": 1830, \"rank\": 1892, \"rankvar\": 494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1422, \"group\": [1830.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGGAAATA\", \"ini\": 1593, \"clust\": 1179, \"rank\": 1992, \"rankvar\": 613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1891, \"group\": [1180.0, 132.0, 26.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCGTTTATC\", \"ini\": 1592, \"clust\": 1485, \"rank\": 2124, \"rankvar\": 466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1423, \"group\": [1484.0, 214.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAGTTCCCT\", \"ini\": 1591, \"clust\": 3497, \"rank\": 2165, \"rankvar\": 3415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1998, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 91, \"group\": [3499.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCGTAGAGCTG\", \"ini\": 1590, \"clust\": 1195, \"rank\": 1324, \"rankvar\": 3236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1892, \"group\": [1197.0, 140.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTACTATC\", \"ini\": 1589, \"clust\": 1297, \"rank\": 2159, \"rankvar\": 3342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2000, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1795, \"group\": [1294.0, 164.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTTCCGCGGTA\", \"ini\": 1588, \"clust\": 3503, \"rank\": 2182, \"rankvar\": 3531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2001, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 92, \"group\": [3504.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACAGCT\", \"ini\": 1587, \"clust\": 1438, \"rank\": 2138, \"rankvar\": 673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2002, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1424, \"group\": [1438.0, 204.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCCAACGG\", \"ini\": 1586, \"clust\": 1752, \"rank\": 2104, \"rankvar\": 1856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1425, \"group\": [1752.0, 311.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAGTGTTGAGG\", \"ini\": 1585, \"clust\": 3056, \"rank\": 1946, \"rankvar\": 2523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3474, \"group\": [3055.0, 460.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAGCCTAT\", \"ini\": 1584, \"clust\": 2510, \"rank\": 2056, \"rankvar\": 815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1426, \"group\": [2509.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCATCACGAT\", \"ini\": 1583, \"clust\": 3058, \"rank\": 1596, \"rankvar\": 2823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2006, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3475, \"group\": [3058.0, 460.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTCCCGAG\", \"ini\": 1582, \"clust\": 1899, \"rank\": 2021, \"rankvar\": 1950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1427, \"group\": [1902.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGCATACT\", \"ini\": 1581, \"clust\": 1296, \"rank\": 2233, \"rankvar\": 3133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2008, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1796, \"group\": [1296.0, 164.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCTTTCCTC\", \"ini\": 1580, \"clust\": 1802, \"rank\": 2037, \"rankvar\": 2498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2009, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1428, \"group\": [1804.0, 320.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTGTTG\", \"ini\": 1579, \"clust\": 3052, \"rank\": 1582, \"rankvar\": 2479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2010, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3476, \"group\": [3053.0, 459.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCATATACGC\", \"ini\": 1578, \"clust\": 3459, \"rank\": 2250, \"rankvar\": 3226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2011, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 93, \"group\": [3457.0, 533.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGAATCTCC\", \"ini\": 1577, \"clust\": 2511, \"rank\": 2008, \"rankvar\": 88, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1429, \"group\": [2510.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAATGAC\", \"ini\": 1576, \"clust\": 3455, \"rank\": 2144, \"rankvar\": 3344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2013, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 94, \"group\": [3460.0, 533.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCATCGGAT\", \"ini\": 1575, \"clust\": 1196, \"rank\": 1401, \"rankvar\": 1292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2014, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1893, \"group\": [1196.0, 140.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGAGTACAT\", \"ini\": 1574, \"clust\": 2032, \"rank\": 2001, \"rankvar\": 977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1430, \"group\": [2032.0, 336.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCGATCCC\", \"ini\": 1573, \"clust\": 1234, \"rank\": 1532, \"rankvar\": 2450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1894, \"group\": [1236.0, 149.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGAGCAATT\", \"ini\": 1572, \"clust\": 1624, \"rank\": 1936, \"rankvar\": 522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2017, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1431, \"group\": [1624.0, 252.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCTTGTTTG\", \"ini\": 1571, \"clust\": 3391, \"rank\": 2195, \"rankvar\": 3114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2018, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 95, \"group\": [3392.0, 517.0, 77.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCGAATGT\", \"ini\": 1570, \"clust\": 1886, \"rank\": 1970, \"rankvar\": 348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1432, \"group\": [1888.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCTTGAGAC\", \"ini\": 1569, \"clust\": 1803, \"rank\": 2032, \"rankvar\": 1553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1433, \"group\": [1802.0, 320.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAGGCAGTA\", \"ini\": 1568, \"clust\": 3083, \"rank\": 1978, \"rankvar\": 3477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2021, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3477, \"group\": [3083.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTACACT\", \"ini\": 1567, \"clust\": 3219, \"rank\": 1794, \"rankvar\": 2117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2022, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3478, \"group\": [3219.0, 476.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCGTGTCC\", \"ini\": 1566, \"clust\": 1422, \"rank\": 2185, \"rankvar\": 1405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1434, \"group\": [1421.0, 195.0, 41.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTAAACACA\", \"ini\": 1565, \"clust\": 1831, \"rank\": 1923, \"rankvar\": 1866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1435, \"group\": [1835.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCTGTTCA\", \"ini\": 1564, \"clust\": 2992, \"rank\": 1703, \"rankvar\": 3343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2025, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3479, \"group\": [2989.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCCTACAGA\", \"ini\": 1563, \"clust\": 1892, \"rank\": 2005, \"rankvar\": 1131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2026, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1436, \"group\": [1894.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCAGTAG\", \"ini\": 1562, \"clust\": 1466, \"rank\": 2022, \"rankvar\": 369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1437, \"group\": [1463.0, 212.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTGCAGACA\", \"ini\": 1561, \"clust\": 1894, \"rank\": 1938, \"rankvar\": 2786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2028, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1438, \"group\": [1893.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTCGGCAC\", \"ini\": 1560, \"clust\": 3534, \"rank\": 1746, \"rankvar\": 3581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2029, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 96, \"group\": [3534.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCTACCTA\", \"ini\": 1559, \"clust\": 1608, \"rank\": 2091, \"rankvar\": 1252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2030, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1439, \"group\": [1608.0, 243.0, 48.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTGTGTG\", \"ini\": 1558, \"clust\": 1303, \"rank\": 2068, \"rankvar\": 2849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1797, \"group\": [1301.0, 166.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGACTTGAA\", \"ini\": 1557, \"clust\": 1862, \"rank\": 2041, \"rankvar\": 2563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2032, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1440, \"group\": [1863.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCCTGACT\", \"ini\": 1556, \"clust\": 3329, \"rank\": 1952, \"rankvar\": 2266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2033, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3480, \"group\": [3328.0, 496.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGCTAACTC\", \"ini\": 1555, \"clust\": 1287, \"rank\": 2094, \"rankvar\": 2582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2034, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1798, \"group\": [1288.0, 163.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCACAACGT\", \"ini\": 1554, \"clust\": 1897, \"rank\": 2065, \"rankvar\": 309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1441, \"group\": [1898.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCTGCA\", \"ini\": 1553, \"clust\": 1389, \"rank\": 1601, \"rankvar\": 3453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2036, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1799, \"group\": [1388.0, 174.0, 35.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCGAATGCT\", \"ini\": 1552, \"clust\": 1395, \"rank\": 1960, \"rankvar\": 2915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1800, \"group\": [1394.0, 176.0, 35.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGTCAATC\", \"ini\": 1551, \"clust\": 1603, \"rank\": 2045, \"rankvar\": 1029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1442, \"group\": [1604.0, 240.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACCTTTG\", \"ini\": 1550, \"clust\": 1500, \"rank\": 2216, \"rankvar\": 1543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1443, \"group\": [1498.0, 217.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGACATTA\", \"ini\": 1549, \"clust\": 3407, \"rank\": 1924, \"rankvar\": 3097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2040, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 97, \"group\": [3408.0, 526.0, 79.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGTGGCT\", \"ini\": 1548, \"clust\": 1432, \"rank\": 2190, \"rankvar\": 437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2041, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1444, \"group\": [1432.0, 201.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGGAGTCTG\", \"ini\": 1547, \"clust\": 1229, \"rank\": 1664, \"rankvar\": 224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2042, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1895, \"group\": [1241.0, 150.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATCTGCA\", \"ini\": 1546, \"clust\": 1353, \"rank\": 2049, \"rankvar\": 2943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2043, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1801, \"group\": [1354.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTCACTTCC\", \"ini\": 1545, \"clust\": 3061, \"rank\": 1911, \"rankvar\": 3434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2044, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3481, \"group\": [3061.0, 460.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTAAAGGAG\", \"ini\": 1544, \"clust\": 3400, \"rank\": 2234, \"rankvar\": 3252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2045, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 98, \"group\": [3401.0, 522.0, 78.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTTAAGACA\", \"ini\": 1543, \"clust\": 1700, \"rank\": 1943, \"rankvar\": 205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1445, \"group\": [1703.0, 298.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCATGTCCTC\", \"ini\": 1542, \"clust\": 81, \"rank\": 2205, \"rankvar\": 2757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2047, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3482, \"group\": [103.0, 22.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCATTCA\", \"ini\": 1541, \"clust\": 1931, \"rank\": 1726, \"rankvar\": 2396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1446, \"group\": [1934.0, 328.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTACCTACA\", \"ini\": 1540, \"clust\": 3331, \"rank\": 1893, \"rankvar\": 2745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3483, \"group\": [3331.0, 496.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAATGACCT\", \"ini\": 1539, \"clust\": 1622, \"rank\": 2118, \"rankvar\": 1251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2050, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1447, \"group\": [1621.0, 250.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCAGAAGCAC\", \"ini\": 1538, \"clust\": 2015, \"rank\": 2016, \"rankvar\": 448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2051, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1448, \"group\": [2015.0, 334.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGCTAGTGG\", \"ini\": 1537, \"clust\": 1728, \"rank\": 2023, \"rankvar\": 1579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1449, \"group\": [1731.0, 307.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTAACTTC\", \"ini\": 1536, \"clust\": 1844, \"rank\": 1888, \"rankvar\": 3041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1450, \"group\": [1845.0, 322.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGACTTGAA\", \"ini\": 1535, \"clust\": 3402, \"rank\": 2241, \"rankvar\": 3476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2054, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 99, \"group\": [3406.0, 524.0, 79.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAATCCAAC\", \"ini\": 1534, \"clust\": 3361, \"rank\": 1958, \"rankvar\": 3093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2055, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3484, \"group\": [3362.0, 509.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCACGGCTAC\", \"ini\": 1533, \"clust\": 1612, \"rank\": 2040, \"rankvar\": 1932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2056, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1451, \"group\": [1612.0, 247.0, 48.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCGTTGCT\", \"ini\": 1532, \"clust\": 1187, \"rank\": 1571, \"rankvar\": 2262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2057, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1896, \"group\": [1188.0, 137.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGCCACGTC\", \"ini\": 1531, \"clust\": 1483, \"rank\": 2175, \"rankvar\": 380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1452, \"group\": [1482.0, 214.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGGGAGTAA\", \"ini\": 1530, \"clust\": 1409, \"rank\": 2131, \"rankvar\": 1685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1453, \"group\": [1598.0, 236.0, 45.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATGTGGTCTCG\", \"ini\": 1529, \"clust\": 3137, \"rank\": 1838, \"rankvar\": 3272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2060, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3485, \"group\": [3136.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTTGTCC\", \"ini\": 1528, \"clust\": 1799, \"rank\": 1904, \"rankvar\": 1716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1454, \"group\": [1800.0, 320.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCACTCTTA\", \"ini\": 1527, \"clust\": 1898, \"rank\": 2059, \"rankvar\": 2966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1455, \"group\": [1899.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCTGAAAT\", \"ini\": 1526, \"clust\": 2876, \"rank\": 2171, \"rankvar\": 2144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2063, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1836, \"group\": [2880.0, 431.0, 66.0, 16.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTAAAGTG\", \"ini\": 1525, \"clust\": 1604, \"rank\": 2119, \"rankvar\": 2228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1456, \"group\": [1605.0, 241.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTTTGTGTG\", \"ini\": 1524, \"clust\": 3135, \"rank\": 1858, \"rankvar\": 3143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2065, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3486, \"group\": [3133.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATGTTGC\", \"ini\": 1523, \"clust\": 1459, \"rank\": 2132, \"rankvar\": 477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2066, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1457, \"group\": [1454.0, 210.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCATCGGAT\", \"ini\": 1522, \"clust\": 3344, \"rank\": 2013, \"rankvar\": 2608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2067, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3487, \"group\": [3349.0, 506.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATGTAAG\", \"ini\": 1521, \"clust\": 3227, \"rank\": 1989, \"rankvar\": 3017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2068, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3488, \"group\": [3227.0, 478.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTGCCTGGT\", \"ini\": 1520, \"clust\": 2993, \"rank\": 1876, \"rankvar\": 2696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3489, \"group\": [2990.0, 457.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCCACTTG\", \"ini\": 1519, \"clust\": 3404, \"rank\": 2163, \"rankvar\": 3423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2070, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 100, \"group\": [3403.0, 524.0, 79.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGCCG\", \"ini\": 1518, \"clust\": 1990, \"rank\": 1942, \"rankvar\": 1005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1458, \"group\": [1991.0, 333.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTCGTTGTA\", \"ini\": 1517, \"clust\": 300, \"rank\": 1846, \"rankvar\": 458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1897, \"group\": [302.0, 70.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTGGCACA\", \"ini\": 1516, \"clust\": 1239, \"rank\": 1598, \"rankvar\": 1996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2073, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1898, \"group\": [1238.0, 149.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGAGAACAG\", \"ini\": 1515, \"clust\": 3346, \"rank\": 2075, \"rankvar\": 3001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2074, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3490, \"group\": [3346.0, 505.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTAGCCTAT\", \"ini\": 1514, \"clust\": 1426, \"rank\": 2062, \"rankvar\": 765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1459, \"group\": [1426.0, 197.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGATATAC\", \"ini\": 1513, \"clust\": 1804, \"rank\": 2103, \"rankvar\": 2898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2076, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1460, \"group\": [1803.0, 320.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGATGCGAC\", \"ini\": 1512, \"clust\": 1470, \"rank\": 2201, \"rankvar\": 2119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1461, \"group\": [1467.0, 212.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGACAGAGA\", \"ini\": 1511, \"clust\": 3460, \"rank\": 2313, \"rankvar\": 3524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2078, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 101, \"group\": [3463.0, 535.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCGCAGGCT\", \"ini\": 1510, \"clust\": 1435, \"rank\": 2154, \"rankvar\": 750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1462, \"group\": [1434.0, 202.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTTACAGAA\", \"ini\": 1509, \"clust\": 1813, \"rank\": 2033, \"rankvar\": 1837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2080, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1463, \"group\": [1818.0, 321.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGGAACGG\", \"ini\": 1508, \"clust\": 1598, \"rank\": 2147, \"rankvar\": 813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1464, \"group\": [1602.0, 238.0, 46.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTAGATTAG\", \"ini\": 1507, \"clust\": 2600, \"rank\": 2166, \"rankvar\": 779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2082, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1465, \"group\": [2602.0, 376.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAATACGCT\", \"ini\": 1506, \"clust\": 3513, \"rank\": 2151, \"rankvar\": 3557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2083, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 102, \"group\": [3514.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACGTCTCT\", \"ini\": 1505, \"clust\": 1723, \"rank\": 2141, \"rankvar\": 574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2084, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1466, \"group\": [1721.0, 305.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCGTGGCT\", \"ini\": 1504, \"clust\": 3063, \"rank\": 1718, \"rankvar\": 2800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2085, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3491, \"group\": [3060.0, 460.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGAGCAATT\", \"ini\": 1503, \"clust\": 2989, \"rank\": 1869, \"rankvar\": 2787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3492, \"group\": [2987.0, 456.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCGAACTGT\", \"ini\": 1502, \"clust\": 3491, \"rank\": 2137, \"rankvar\": 3497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2087, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 103, \"group\": [3490.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCATCAACACTG\", \"ini\": 1501, \"clust\": 1339, \"rank\": 2034, \"rankvar\": 2657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2088, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1802, \"group\": [1339.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCGTAGAGTGC\", \"ini\": 1500, \"clust\": 1753, \"rank\": 2153, \"rankvar\": 637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1467, \"group\": [1754.0, 311.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAAAGGAG\", \"ini\": 1499, \"clust\": 1177, \"rank\": 1995, \"rankvar\": 322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1899, \"group\": [1178.0, 130.0, 25.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGAGGTAGA\", \"ini\": 1498, \"clust\": 1758, \"rank\": 2058, \"rankvar\": 1318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2091, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1468, \"group\": [1759.0, 312.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCCACGCT\", \"ini\": 1497, \"clust\": 1433, \"rank\": 2184, \"rankvar\": 251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1469, \"group\": [1433.0, 201.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAGTACGT\", \"ini\": 1496, \"clust\": 1993, \"rank\": 1925, \"rankvar\": 2570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2093, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1470, \"group\": [1996.0, 334.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGCATGGT\", \"ini\": 1495, \"clust\": 2602, \"rank\": 2098, \"rankvar\": 1980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1471, \"group\": [2601.0, 376.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGCTACGA\", \"ini\": 1494, \"clust\": 3395, \"rank\": 2247, \"rankvar\": 3179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2095, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 104, \"group\": [3396.0, 519.0, 78.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGACAGCC\", \"ini\": 1493, \"clust\": 1396, \"rank\": 2095, \"rankvar\": 2378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2096, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1803, \"group\": [1395.0, 176.0, 35.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTGTGACGA\", \"ini\": 1492, \"clust\": 1453, \"rank\": 2162, \"rankvar\": 883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2097, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1472, \"group\": [1450.0, 209.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACCACATCCAA\", \"ini\": 1491, \"clust\": 3437, \"rank\": 2096, \"rankvar\": 3346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2098, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 105, \"group\": [3438.0, 528.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTCTC\", \"ini\": 1490, \"clust\": 3421, \"rank\": 2152, \"rankvar\": 3104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 106, \"group\": [3422.0, 528.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGAGGACGG\", \"ini\": 1489, \"clust\": 1810, \"rank\": 2189, \"rankvar\": 860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1473, \"group\": [1813.0, 321.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCGGACAAG\", \"ini\": 1488, \"clust\": 3228, \"rank\": 1981, \"rankvar\": 2111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2101, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3493, \"group\": [3228.0, 478.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCTAAACC\", \"ini\": 1487, \"clust\": 1203, \"rank\": 1433, \"rankvar\": 2686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1900, \"group\": [1199.0, 141.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCCTATC\", \"ini\": 1486, \"clust\": 8, \"rank\": 1788, \"rankvar\": 3278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2103, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2709, \"group\": [7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCAGTCGATT\", \"ini\": 1485, \"clust\": 3456, \"rank\": 2261, \"rankvar\": 3255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2104, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 107, \"group\": [3459.0, 533.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTTTGACTG\", \"ini\": 1484, \"clust\": 3493, \"rank\": 2213, \"rankvar\": 3419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2105, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 108, \"group\": [3492.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGAACCT\", \"ini\": 1483, \"clust\": 3236, \"rank\": 1804, \"rankvar\": 2968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3494, \"group\": [3258.0, 484.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCGGCTACG\", \"ini\": 1482, \"clust\": 1472, \"rank\": 2188, \"rankvar\": 1769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1474, \"group\": [1469.0, 212.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAGTCAGCC\", \"ini\": 1481, \"clust\": 1689, \"rank\": 2113, \"rankvar\": 368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1475, \"group\": [1689.0, 291.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCGCTGTT\", \"ini\": 1480, \"clust\": 3532, \"rank\": 2099, \"rankvar\": 3517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2109, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 109, \"group\": [3531.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGGCAGTA\", \"ini\": 1479, \"clust\": 1388, \"rank\": 2057, \"rankvar\": 3148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2110, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1804, \"group\": [1390.0, 174.0, 35.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTTATCCGA\", \"ini\": 1478, \"clust\": 3547, \"rank\": 2123, \"rankvar\": 81, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1476, \"group\": [3551.0, 542.0, 82.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGATCGAGCCCA\", \"ini\": 1477, \"clust\": 287, \"rank\": 1841, \"rankvar\": 1718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1901, \"group\": [290.0, 66.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTTGTCAT\", \"ini\": 1476, \"clust\": 1191, \"rank\": 1481, \"rankvar\": 2530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1902, \"group\": [1191.0, 139.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCCCGACA\", \"ini\": 1475, \"clust\": 1290, \"rank\": 2126, \"rankvar\": 2844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2114, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1805, \"group\": [1289.0, 164.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCATTGCCC\", \"ini\": 1474, \"clust\": 3066, \"rank\": 1861, \"rankvar\": 2805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3495, \"group\": [3064.0, 462.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGCAGGTCA\", \"ini\": 1473, \"clust\": 1611, \"rank\": 1931, \"rankvar\": 428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1477, \"group\": [1614.0, 248.0, 48.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTCGGCAC\", \"ini\": 1472, \"clust\": 1458, \"rank\": 2117, \"rankvar\": 441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1478, \"group\": [1456.0, 210.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTTCGTC\", \"ini\": 1471, \"clust\": 3580, \"rank\": 2135, \"rankvar\": 1093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2118, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 110, \"group\": [3580.0, 558.0, 87.0, 23.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCAAGTAGTA\", \"ini\": 1470, \"clust\": 1800, \"rank\": 2007, \"rankvar\": 3310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1479, \"group\": [1801.0, 320.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAAGGCTCC\", \"ini\": 1469, \"clust\": 1178, \"rank\": 2070, \"rankvar\": 366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1903, \"group\": [1179.0, 131.0, 25.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTCCAGGG\", \"ini\": 1468, \"clust\": 1628, \"rank\": 2026, \"rankvar\": 1222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1480, \"group\": [1628.0, 255.0, 50.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGGCAGGTT\", \"ini\": 1467, \"clust\": 3059, \"rank\": 1900, \"rankvar\": 2839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3496, \"group\": [3056.0, 460.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCACGCGGT\", \"ini\": 1466, \"clust\": 1419, \"rank\": 2280, \"rankvar\": 1564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1481, \"group\": [1418.0, 193.0, 41.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTACAGACG\", \"ini\": 1465, \"clust\": 1616, \"rank\": 2196, \"rankvar\": 1941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1482, \"group\": [1615.0, 249.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGATCTGAA\", \"ini\": 1464, \"clust\": 3575, \"rank\": 2351, \"rankvar\": 2253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2125, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3497, \"group\": [3575.0, 554.0, 86.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGACGACGT\", \"ini\": 1463, \"clust\": 3504, \"rank\": 2292, \"rankvar\": 3558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2126, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 111, \"group\": [3502.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATCATTC\", \"ini\": 1462, \"clust\": 1460, \"rank\": 2254, \"rankvar\": 1957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1483, \"group\": [1455.0, 210.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTTTATC\", \"ini\": 1461, \"clust\": 3355, \"rank\": 2048, \"rankvar\": 3006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3498, \"group\": [3355.0, 508.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGTCATCT\", \"ini\": 1460, \"clust\": 2392, \"rank\": 1926, \"rankvar\": 2527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2129, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1484, \"group\": [2395.0, 358.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCTATCCCG\", \"ini\": 1459, \"clust\": 1625, \"rank\": 2134, \"rankvar\": 2400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1485, \"group\": [1626.0, 254.0, 50.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACATCCGG\", \"ini\": 1458, \"clust\": 66, \"rank\": 1637, \"rankvar\": 3351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2131, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2710, \"group\": [64.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCAGTCGTGC\", \"ini\": 1457, \"clust\": 3401, \"rank\": 2311, \"rankvar\": 3554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 112, \"group\": [3402.0, 523.0, 78.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTCCATGA\", \"ini\": 1456, \"clust\": 1425, \"rank\": 2146, \"rankvar\": 14, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1486, \"group\": [1427.0, 198.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTGATAAAC\", \"ini\": 1455, \"clust\": 3528, \"rank\": 2142, \"rankvar\": 3520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2134, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 113, \"group\": [3530.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTTCAGCGC\", \"ini\": 1454, \"clust\": 3359, \"rank\": 1916, \"rankvar\": 2545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2135, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3499, \"group\": [3360.0, 509.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGTGAAC\", \"ini\": 1453, \"clust\": 1680, \"rank\": 2150, \"rankvar\": 111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1487, \"group\": [1687.0, 290.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTTAAGAAC\", \"ini\": 1452, \"clust\": 1408, \"rank\": 2082, \"rankvar\": 768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1488, \"group\": [1407.0, 184.0, 39.0, 12.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACTCGACG\", \"ini\": 1451, \"clust\": 1442, \"rank\": 2149, \"rankvar\": 511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1489, \"group\": [1442.0, 205.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGCATGCCTAA\", \"ini\": 1450, \"clust\": 1629, \"rank\": 2087, \"rankvar\": 892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1490, \"group\": [1629.0, 255.0, 50.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCTGCCAGG\", \"ini\": 1449, \"clust\": 3336, \"rank\": 2167, \"rankvar\": 2668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2140, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3500, \"group\": [3342.0, 502.0, 73.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGATGAC\", \"ini\": 1448, \"clust\": 3475, \"rank\": 2069, \"rankvar\": 3514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2141, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 114, \"group\": [3473.0, 537.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAGTCTTCC\", \"ini\": 1447, \"clust\": 1423, \"rank\": 2248, \"rankvar\": 1110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1491, \"group\": [1422.0, 195.0, 41.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCCTAGAAC\", \"ini\": 1446, \"clust\": 3574, \"rank\": 2374, \"rankvar\": 2230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2143, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3501, \"group\": [3576.0, 554.0, 86.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGTCATCTGCC\", \"ini\": 1445, \"clust\": 1486, \"rank\": 2204, \"rankvar\": 1508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1492, \"group\": [1485.0, 214.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTAGAAAGG\", \"ini\": 1444, \"clust\": 3352, \"rank\": 2229, \"rankvar\": 3082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2145, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3502, \"group\": [3352.0, 507.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCGCATGGC\", \"ini\": 1443, \"clust\": 1446, \"rank\": 2211, \"rankvar\": 340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1493, \"group\": [1448.0, 207.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCATAACCTG\", \"ini\": 1442, \"clust\": 1291, \"rank\": 2183, \"rankvar\": 2985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2147, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1806, \"group\": [1290.0, 164.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGGGTAC\", \"ini\": 1441, \"clust\": 1430, \"rank\": 2285, \"rankvar\": 1567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2148, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1494, \"group\": [1429.0, 200.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCTTCGG\", \"ini\": 1440, \"clust\": 1610, \"rank\": 2192, \"rankvar\": 1328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1495, \"group\": [1611.0, 246.0, 48.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGACTTTCG\", \"ini\": 1439, \"clust\": 3510, \"rank\": 2172, \"rankvar\": 3182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2150, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 115, \"group\": [3515.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAGAGGA\", \"ini\": 1438, \"clust\": 1618, \"rank\": 2155, \"rankvar\": 222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1496, \"group\": [1618.0, 250.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTAAAGTCA\", \"ini\": 1437, \"clust\": 1704, \"rank\": 2083, \"rankvar\": 94, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1497, \"group\": [1705.0, 300.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCTTGTCC\", \"ini\": 1436, \"clust\": 1985, \"rank\": 2002, \"rankvar\": 1673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1498, \"group\": [1988.0, 331.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCTCGT\", \"ini\": 1435, \"clust\": 1501, \"rank\": 2221, \"rankvar\": 919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1499, \"group\": [1499.0, 217.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCTTGAGAC\", \"ini\": 1434, \"clust\": 3396, \"rank\": 2222, \"rankvar\": 3376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2155, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 116, \"group\": [3397.0, 520.0, 78.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTGGTCCC\", \"ini\": 1433, \"clust\": 1173, \"rank\": 2073, \"rankvar\": 1779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1904, \"group\": [1172.0, 124.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTCTGAGA\", \"ini\": 1432, \"clust\": 3586, \"rank\": 2303, \"rankvar\": 2363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2157, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 117, \"group\": [3585.0, 561.0, 89.0, 23.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAAACCTC\", \"ini\": 1431, \"clust\": 89, \"rank\": 2337, \"rankvar\": 3486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2158, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3575, \"group\": [86.0, 19.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAAGTACATGA\", \"ini\": 1430, \"clust\": 3220, \"rank\": 2128, \"rankvar\": 1398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3503, \"group\": [3222.0, 477.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACCGGGT\", \"ini\": 1429, \"clust\": 1619, \"rank\": 2226, \"rankvar\": 328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1500, \"group\": [1619.0, 250.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACGTCAAAGCG\", \"ini\": 1428, \"clust\": 1817, \"rank\": 2238, \"rankvar\": 954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1501, \"group\": [1817.0, 321.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCAGTCCCT\", \"ini\": 1427, \"clust\": 1390, \"rank\": 1949, \"rankvar\": 3270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1807, \"group\": [1389.0, 174.0, 35.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGACGAA\", \"ini\": 1426, \"clust\": 1461, \"rank\": 2109, \"rankvar\": 1682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1502, \"group\": [1471.0, 212.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAAGGGCT\", \"ini\": 1425, \"clust\": 1431, \"rank\": 2180, \"rankvar\": 895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1503, \"group\": [1430.0, 200.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGCTACGA\", \"ini\": 1424, \"clust\": 100, \"rank\": 2121, \"rankvar\": 3528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2165, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3576, \"group\": [97.0, 20.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGCTACCGC\", \"ini\": 1423, \"clust\": 1436, \"rank\": 2235, \"rankvar\": 153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1504, \"group\": [1435.0, 202.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGCGAAGGG\", \"ini\": 1422, \"clust\": 1740, \"rank\": 2084, \"rankvar\": 1171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1505, \"group\": [1741.0, 308.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCCTAACC\", \"ini\": 1421, \"clust\": 3392, \"rank\": 2237, \"rankvar\": 3274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2168, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3561, \"group\": [3393.0, 517.0, 77.0, 20.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGACGAA\", \"ini\": 1420, \"clust\": 3049, \"rank\": 1852, \"rankvar\": 2708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3504, \"group\": [3063.0, 461.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGACACTAA\", \"ini\": 1419, \"clust\": 3501, \"rank\": 2358, \"rankvar\": 3523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2170, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 118, \"group\": [3500.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTTCCAACA\", \"ini\": 1418, \"clust\": 1522, \"rank\": 2212, \"rankvar\": 238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1506, \"group\": [1521.0, 226.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGTCTTTACGT\", \"ini\": 1417, \"clust\": 1236, \"rank\": 1695, \"rankvar\": 2597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1905, \"group\": [1233.0, 149.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAATAAGCA\", \"ini\": 1416, \"clust\": 1508, \"rank\": 2307, \"rankvar\": 833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1507, \"group\": [1508.0, 220.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGCTCCTTC\", \"ini\": 1415, \"clust\": 1630, \"rank\": 1985, \"rankvar\": 419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1508, \"group\": [1633.0, 258.0, 50.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGAAACGCC\", \"ini\": 1414, \"clust\": 3560, \"rank\": 2363, \"rankvar\": 3371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2175, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1808, \"group\": [3561.0, 547.0, 84.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTTCTGAAC\", \"ini\": 1413, \"clust\": 50, \"rank\": 1672, \"rankvar\": 2762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2176, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2711, \"group\": [49.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGTACGATA\", \"ini\": 1412, \"clust\": 87, \"rank\": 2312, \"rankvar\": 3461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2177, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3577, \"group\": [87.0, 19.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGCGAAGGG\", \"ini\": 1411, \"clust\": 1511, \"rank\": 2240, \"rankvar\": 258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1509, \"group\": [1510.0, 221.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAGACAAAT\", \"ini\": 1410, \"clust\": 3120, \"rank\": 1994, \"rankvar\": 3367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2179, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3505, \"group\": [3120.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTACCTC\", \"ini\": 1409, \"clust\": 242, \"rank\": 2148, \"rankvar\": 373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1906, \"group\": [247.0, 52.0, 16.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCACAAGCCC\", \"ini\": 1408, \"clust\": 1247, \"rank\": 1720, \"rankvar\": 2079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1907, \"group\": [1248.0, 155.0, 31.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTTGGTTTG\", \"ini\": 1407, \"clust\": 1890, \"rank\": 2168, \"rankvar\": 2165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1510, \"group\": [1891.0, 323.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTGTCTCG\", \"ini\": 1406, \"clust\": 3587, \"rank\": 2239, \"rankvar\": 2416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2183, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 119, \"group\": [3583.0, 561.0, 89.0, 23.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTATGTGC\", \"ini\": 1405, \"clust\": 3065, \"rank\": 2133, \"rankvar\": 3183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3506, \"group\": [3066.0, 462.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACCTATCC\", \"ini\": 1404, \"clust\": 1541, \"rank\": 2287, \"rankvar\": 270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1511, \"group\": [1539.0, 228.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAAGCTGAG\", \"ini\": 1403, \"clust\": 1605, \"rank\": 2111, \"rankvar\": 485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1512, \"group\": [1606.0, 242.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATGAAAC\", \"ini\": 1402, \"clust\": 3356, \"rank\": 2161, \"rankvar\": 2756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2187, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3507, \"group\": [3356.0, 508.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTGGGTA\", \"ini\": 1401, \"clust\": 3324, \"rank\": 2090, \"rankvar\": 2005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3508, \"group\": [3324.0, 495.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGTAACGG\", \"ini\": 1400, \"clust\": 1288, \"rank\": 2246, \"rankvar\": 2567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2189, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1809, \"group\": [1286.0, 163.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGTTGCCT\", \"ini\": 1399, \"clust\": 1355, \"rank\": 2197, \"rankvar\": 3280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2190, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1810, \"group\": [1353.0, 168.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTAGTGAAT\", \"ini\": 1398, \"clust\": 98, \"rank\": 2257, \"rankvar\": 3522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2191, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3578, \"group\": [92.0, 20.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCAAAGGCGT\", \"ini\": 1397, \"clust\": 1991, \"rank\": 2074, \"rankvar\": 89, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1513, \"group\": [1992.0, 333.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTCAGTCCTTC\", \"ini\": 1396, \"clust\": 1490, \"rank\": 2245, \"rankvar\": 443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1514, \"group\": [1489.0, 216.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCACACCGAC\", \"ini\": 1395, \"clust\": 7, \"rank\": 2072, \"rankvar\": 2982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2712, \"group\": [9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGAATTCCC\", \"ini\": 1394, \"clust\": 2501, \"rank\": 2271, \"rankvar\": 515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1515, \"group\": [2501.0, 367.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGGCTTGA\", \"ini\": 1393, \"clust\": 3371, \"rank\": 2252, \"rankvar\": 2508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3509, \"group\": [3371.0, 511.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCTCGATGA\", \"ini\": 1392, \"clust\": 1235, \"rank\": 1789, \"rankvar\": 2635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1908, \"group\": [1235.0, 149.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATCCTAGA\", \"ini\": 1391, \"clust\": 1420, \"rank\": 2268, \"rankvar\": 2033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1516, \"group\": [1419.0, 193.0, 41.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGCAGGTCA\", \"ini\": 1390, \"clust\": 125, \"rank\": 2249, \"rankvar\": 3537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2199, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 163, \"group\": [123.0, 31.0, 12.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGGAGTCTG\", \"ini\": 1389, \"clust\": 274, \"rank\": 1918, \"rankvar\": 1826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1909, \"group\": [273.0, 61.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAAGGGTCA\", \"ini\": 1388, \"clust\": 1382, \"rank\": 2105, \"rankvar\": 3410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2201, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1811, \"group\": [1378.0, 170.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCACCGCT\", \"ini\": 1387, \"clust\": 1613, \"rank\": 2079, \"rankvar\": 2731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1517, \"group\": [1613.0, 247.0, 48.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCATCGGTTA\", \"ini\": 1386, \"clust\": 3502, \"rank\": 2323, \"rankvar\": 3526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2203, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 120, \"group\": [3501.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTCGACA\", \"ini\": 1385, \"clust\": 3327, \"rank\": 2203, \"rankvar\": 1532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3510, \"group\": [3329.0, 496.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGTTAACGA\", \"ini\": 1384, \"clust\": 3474, \"rank\": 2199, \"rankvar\": 3572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2205, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 121, \"group\": [3475.0, 537.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGCGTAATA\", \"ini\": 1383, \"clust\": 1495, \"rank\": 2357, \"rankvar\": 925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1518, \"group\": [1493.0, 216.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTGTCTGAT\", \"ini\": 1382, \"clust\": 3498, \"rank\": 2308, \"rankvar\": 3452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2207, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 122, \"group\": [3497.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGGCTCTC\", \"ini\": 1381, \"clust\": 1815, \"rank\": 2251, \"rankvar\": 1179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1519, \"group\": [1815.0, 321.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCATGAAC\", \"ini\": 1380, \"clust\": 1252, \"rank\": 2122, \"rankvar\": 3473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2209, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1812, \"group\": [1397.0, 178.0, 36.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTCAACC\", \"ini\": 1379, \"clust\": 294, \"rank\": 2210, \"rankvar\": 937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2210, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1910, \"group\": [303.0, 71.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCCAGTG\", \"ini\": 1378, \"clust\": 1487, \"rank\": 2315, \"rankvar\": 580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1520, \"group\": [1597.0, 235.0, 44.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAGTTCAGTAC\", \"ini\": 1377, \"clust\": 3381, \"rank\": 2330, \"rankvar\": 3147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3511, \"group\": [3382.0, 513.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTTCGTTGA\", \"ini\": 1376, \"clust\": 1505, \"rank\": 2319, \"rankvar\": 233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1521, \"group\": [1509.0, 220.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCAGATAAG\", \"ini\": 1375, \"clust\": 3084, \"rank\": 2170, \"rankvar\": 3119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3512, \"group\": [3084.0, 463.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGATGTTAG\", \"ini\": 1374, \"clust\": 1491, \"rank\": 2332, \"rankvar\": 778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1522, \"group\": [1490.0, 216.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACCCATTC\", \"ini\": 1373, \"clust\": 30, \"rank\": 2053, \"rankvar\": 3448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2713, \"group\": [28.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACACATAACC\", \"ini\": 1372, \"clust\": 1724, \"rank\": 2267, \"rankvar\": 695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1523, \"group\": [1722.0, 305.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTGCCTTGG\", \"ini\": 1371, \"clust\": 1383, \"rank\": 2173, \"rankvar\": 3460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2218, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1813, \"group\": [1379.0, 170.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTTCATGT\", \"ini\": 1370, \"clust\": 1447, \"rank\": 2283, \"rankvar\": 199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1524, \"group\": [1447.0, 207.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCACCATCCT\", \"ini\": 1369, \"clust\": 3351, \"rank\": 2218, \"rankvar\": 1839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2220, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3513, \"group\": [3354.0, 507.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCATCAGTCA\", \"ini\": 1368, \"clust\": 288, \"rank\": 1983, \"rankvar\": 755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1911, \"group\": [289.0, 66.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGGTGCAAC\", \"ini\": 1367, \"clust\": 3557, \"rank\": 2297, \"rankvar\": 3066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2222, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1814, \"group\": [3556.0, 546.0, 84.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTCTAGCCG\", \"ini\": 1366, \"clust\": 1492, \"rank\": 2306, \"rankvar\": 1307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1525, \"group\": [1491.0, 216.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAGGCAGTA\", \"ini\": 1365, \"clust\": 3403, \"rank\": 2158, \"rankvar\": 3504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2224, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 123, \"group\": [3405.0, 524.0, 79.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCGTTC\", \"ini\": 1364, \"clust\": 3363, \"rank\": 2179, \"rankvar\": 3167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3514, \"group\": [3364.0, 510.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAGCTGCA\", \"ini\": 1363, \"clust\": 1488, \"rank\": 2328, \"rankvar\": 345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1526, \"group\": [1487.0, 216.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCACATAGACTC\", \"ini\": 1362, \"clust\": 1570, \"rank\": 2437, \"rankvar\": 624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1527, \"group\": [1569.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCGACG\", \"ini\": 1361, \"clust\": 1615, \"rank\": 2295, \"rankvar\": 479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1528, \"group\": [1617.0, 249.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCCCGGATG\", \"ini\": 1360, \"clust\": 95, \"rank\": 2299, \"rankvar\": 3525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2229, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3579, \"group\": [99.0, 20.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGATATAC\", \"ini\": 1359, \"clust\": 1585, \"rank\": 2361, \"rankvar\": 869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1529, \"group\": [1584.0, 232.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACATGCCTTC\", \"ini\": 1358, \"clust\": 3558, \"rank\": 2279, \"rankvar\": 3377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1815, \"group\": [3557.0, 546.0, 84.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGATGAGC\", \"ini\": 1357, \"clust\": 1450, \"rank\": 2335, \"rankvar\": 1692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1530, \"group\": [1486.0, 215.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCTCGGACG\", \"ini\": 1356, \"clust\": 93, \"rank\": 2390, \"rankvar\": 3397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2233, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3580, \"group\": [89.0, 20.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGAAACGAG\", \"ini\": 1355, \"clust\": 3531, \"rank\": 2223, \"rankvar\": 3541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2234, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 124, \"group\": [3533.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGAGGTAG\", \"ini\": 1354, \"clust\": 3488, \"rank\": 2396, \"rankvar\": 3546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2235, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 125, \"group\": [3488.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCACCT\", \"ini\": 1353, \"clust\": 1227, \"rank\": 1948, \"rankvar\": 2350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2236, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1912, \"group\": [1225.0, 146.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGAGGACGG\", \"ini\": 1352, \"clust\": 1237, \"rank\": 1965, \"rankvar\": 2130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1913, \"group\": [1234.0, 149.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCGGAAATA\", \"ini\": 1351, \"clust\": 1632, \"rank\": 2186, \"rankvar\": 1601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1531, \"group\": [1632.0, 257.0, 50.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGGTATG\", \"ini\": 1350, \"clust\": 3060, \"rank\": 2030, \"rankvar\": 3211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2239, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3515, \"group\": [3057.0, 460.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTATCATAAAGG\", \"ini\": 1349, \"clust\": 97, \"rank\": 2200, \"rankvar\": 3510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2240, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3581, \"group\": [94.0, 20.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCAGCGATT\", \"ini\": 1348, \"clust\": 1533, \"rank\": 2338, \"rankvar\": 1077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1532, \"group\": [1531.0, 227.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACTAGAT\", \"ini\": 1347, \"clust\": 1509, \"rank\": 2302, \"rankvar\": 1417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1533, \"group\": [1506.0, 220.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGCTGCCCA\", \"ini\": 1346, \"clust\": 3582, \"rank\": 2398, \"rankvar\": 2779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2243, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 126, \"group\": [3581.0, 559.0, 88.0, 23.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGCTAGGCA\", \"ini\": 1345, \"clust\": 1180, \"rank\": 2215, \"rankvar\": 252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1914, \"group\": [1181.0, 132.0, 26.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGAGAGCA\", \"ini\": 1344, \"clust\": 1457, \"rank\": 2262, \"rankvar\": 1588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1534, \"group\": [1457.0, 210.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACTCGGCCGAT\", \"ini\": 1343, \"clust\": 290, \"rank\": 2064, \"rankvar\": 1516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1915, \"group\": [288.0, 66.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCACCGTTGG\", \"ini\": 1342, \"clust\": 4, \"rank\": 2209, \"rankvar\": 2339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2247, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2714, \"group\": [5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCTACAGA\", \"ini\": 1341, \"clust\": 1987, \"rank\": 2100, \"rankvar\": 2257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2248, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1535, \"group\": [1987.0, 331.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATGCCAT\", \"ini\": 1340, \"clust\": 301, \"rank\": 2157, \"rankvar\": 304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1916, \"group\": [300.0, 70.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCACAGGT\", \"ini\": 1339, \"clust\": 3130, \"rank\": 1990, \"rankvar\": 3428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3516, \"group\": [3129.0, 464.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCTGGTA\", \"ini\": 1338, \"clust\": 1225, \"rank\": 2077, \"rankvar\": 1121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1917, \"group\": [1228.0, 147.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCTATGCT\", \"ini\": 1337, \"clust\": 3360, \"rank\": 2140, \"rankvar\": 2135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2252, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3517, \"group\": [3361.0, 509.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGTCGATAA\", \"ini\": 1336, \"clust\": 1556, \"rank\": 2428, \"rankvar\": 1962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1536, \"group\": [1555.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCCCAACGG\", \"ini\": 1335, \"clust\": 1754, \"rank\": 2290, \"rankvar\": 975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1537, \"group\": [1755.0, 311.0, 57.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGTGTGCC\", \"ini\": 1334, \"clust\": 284, \"rank\": 2060, \"rankvar\": 2083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1918, \"group\": [282.0, 63.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACCAGCAC\", \"ini\": 1333, \"clust\": 3362, \"rank\": 2258, \"rankvar\": 2590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3518, \"group\": [3363.0, 509.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGCACATG\", \"ini\": 1332, \"clust\": 923, \"rank\": 2224, \"rankvar\": 173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1919, \"group\": [924.0, 101.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGGAACGG\", \"ini\": 1331, \"clust\": 3520, \"rank\": 2449, \"rankvar\": 3552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2258, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 127, \"group\": [3520.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACGAAT\", \"ini\": 1330, \"clust\": 2949, \"rank\": 2174, \"rankvar\": 610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3519, \"group\": [2949.0, 454.0, 70.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTTGATTGC\", \"ini\": 1329, \"clust\": 3577, \"rank\": 2458, \"rankvar\": 2398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2260, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3520, \"group\": [3574.0, 554.0, 86.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACAGTAACGG\", \"ini\": 1328, \"clust\": 31, \"rank\": 2092, \"rankvar\": 3516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2715, \"group\": [29.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCACCTTAT\", \"ini\": 1327, \"clust\": 1626, \"rank\": 2305, \"rankvar\": 1669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1538, \"group\": [1627.0, 254.0, 50.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAGCCTA\", \"ini\": 1326, \"clust\": 1510, \"rank\": 2344, \"rankvar\": 426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1539, \"group\": [1507.0, 220.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAAGGTTTC\", \"ini\": 1325, \"clust\": 1496, \"rank\": 2356, \"rankvar\": 783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1540, \"group\": [1494.0, 216.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTCTCTTTA\", \"ini\": 1324, \"clust\": 1379, \"rank\": 2202, \"rankvar\": 3024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2265, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1816, \"group\": [1382.0, 171.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGAGCCAA\", \"ini\": 1323, \"clust\": 1454, \"rank\": 2353, \"rankvar\": 1160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1541, \"group\": [1451.0, 209.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCATGAAC\", \"ini\": 1322, \"clust\": 1520, \"rank\": 2294, \"rankvar\": 239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1542, \"group\": [1519.0, 225.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCGTACAA\", \"ini\": 1321, \"clust\": 29, \"rank\": 2177, \"rankvar\": 3438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2268, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2716, \"group\": [30.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTAAGAGAG\", \"ini\": 1320, \"clust\": 1484, \"rank\": 2379, \"rankvar\": 1727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2269, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1543, \"group\": [1483.0, 214.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACACTGTCGG\", \"ini\": 1319, \"clust\": 86, \"rank\": 2405, \"rankvar\": 3324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2270, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3582, \"group\": [88.0, 19.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTGTAAGTA\", \"ini\": 1318, \"clust\": 1506, \"rank\": 2264, \"rankvar\": 824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1544, \"group\": [1504.0, 220.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTGCAAG\", \"ini\": 1317, \"clust\": 1489, \"rank\": 2380, \"rankvar\": 269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1545, \"group\": [1488.0, 216.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGATCGCA\", \"ini\": 1316, \"clust\": 3463, \"rank\": 2392, \"rankvar\": 3411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2273, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 128, \"group\": [3547.0, 539.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACAGTCAGCC\", \"ini\": 1315, \"clust\": 3383, \"rank\": 2349, \"rankvar\": 599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2274, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3521, \"group\": [3389.0, 515.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAGCCTAT\", \"ini\": 1314, \"clust\": 1575, \"rank\": 2427, \"rankvar\": 1008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1546, \"group\": [1574.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTTATTCTC\", \"ini\": 1313, \"clust\": 11, \"rank\": 2232, \"rankvar\": 2633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2717, \"group\": [11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGACAGACACTT\", \"ini\": 1312, \"clust\": 1540, \"rank\": 2429, \"rankvar\": 782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1547, \"group\": [1541.0, 228.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCAGTGTTG\", \"ini\": 1311, \"clust\": 3373, \"rank\": 2321, \"rankvar\": 2949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2278, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3522, \"group\": [3373.0, 511.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTGATTCG\", \"ini\": 1310, \"clust\": 1620, \"rank\": 2342, \"rankvar\": 2304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1548, \"group\": [1622.0, 250.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGAGGCTA\", \"ini\": 1309, \"clust\": 1517, \"rank\": 2346, \"rankvar\": 293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1549, \"group\": [1518.0, 224.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCCTTAATC\", \"ini\": 1308, \"clust\": 1300, \"rank\": 2377, \"rankvar\": 2992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2281, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1817, \"group\": [1299.0, 165.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTATCTCG\", \"ini\": 1307, \"clust\": 1554, \"rank\": 2469, \"rankvar\": 905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1550, \"group\": [1553.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGCCAGTAG\", \"ini\": 1306, \"clust\": 1498, \"rank\": 2375, \"rankvar\": 1382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1551, \"group\": [1496.0, 217.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCCAGTAG\", \"ini\": 1305, \"clust\": 27, \"rank\": 2191, \"rankvar\": 3464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2284, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2718, \"group\": [37.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTTACCAGT\", \"ini\": 1304, \"clust\": 1617, \"rank\": 2324, \"rankvar\": 526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1552, \"group\": [1616.0, 249.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGCGAGT\", \"ini\": 1303, \"clust\": 1512, \"rank\": 2378, \"rankvar\": 2484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1553, \"group\": [1511.0, 222.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATGCGT\", \"ini\": 1302, \"clust\": 1418, \"rank\": 2418, \"rankvar\": 1174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1554, \"group\": [1420.0, 194.0, 41.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGTTCCTA\", \"ini\": 1301, \"clust\": 1600, \"rank\": 2371, \"rankvar\": 158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1555, \"group\": [1599.0, 237.0, 46.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAAGCGCTC\", \"ini\": 1300, \"clust\": 3368, \"rank\": 2244, \"rankvar\": 2434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2289, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3523, \"group\": [3369.0, 511.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGTTCCTA\", \"ini\": 1299, \"clust\": 250, \"rank\": 2050, \"rankvar\": 2913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2290, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1920, \"group\": [268.0, 58.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCTGGAGA\", \"ini\": 1298, \"clust\": 1527, \"rank\": 2352, \"rankvar\": 308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1556, \"group\": [1523.0, 227.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCAGGCTGAA\", \"ini\": 1297, \"clust\": 1530, \"rank\": 2403, \"rankvar\": 1235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1557, \"group\": [1528.0, 227.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGAAAT\", \"ini\": 1296, \"clust\": 1228, \"rank\": 2156, \"rankvar\": 861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1921, \"group\": [1226.0, 146.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTTTACA\", \"ini\": 1295, \"clust\": 3499, \"rank\": 2350, \"rankvar\": 3568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2294, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 129, \"group\": [3498.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGATCCTAGGGC\", \"ini\": 1294, \"clust\": 3382, \"rank\": 2450, \"rankvar\": 3063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2295, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3524, \"group\": [3383.0, 513.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTTGTGTG\", \"ini\": 1293, \"clust\": 3405, \"rank\": 2300, \"rankvar\": 3249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2296, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 130, \"group\": [3404.0, 524.0, 79.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCTAACGT\", \"ini\": 1292, \"clust\": 275, \"rank\": 2047, \"rankvar\": 851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1922, \"group\": [274.0, 61.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACTGAC\", \"ini\": 1291, \"clust\": 1402, \"rank\": 2160, \"rankvar\": 2271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1558, \"group\": [1402.0, 180.0, 37.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCATGAAC\", \"ini\": 1290, \"clust\": 3376, \"rank\": 2366, \"rankvar\": 3285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3525, \"group\": [3378.0, 511.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGATGGCA\", \"ini\": 1289, \"clust\": 62, \"rank\": 1882, \"rankvar\": 3475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2719, \"group\": [65.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCTTGTACT\", \"ini\": 1288, \"clust\": 3385, \"rank\": 2556, \"rankvar\": 3393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2301, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3526, \"group\": [3384.0, 514.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTGAGGGAG\", \"ini\": 1287, \"clust\": 1293, \"rank\": 2451, \"rankvar\": 3307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2302, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1818, \"group\": [1291.0, 164.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGACAGGCT\", \"ini\": 1286, \"clust\": 1493, \"rank\": 2430, \"rankvar\": 1487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1559, \"group\": [1492.0, 216.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAACACCA\", \"ini\": 1285, \"clust\": 5, \"rank\": 2293, \"rankvar\": 2588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2304, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2720, \"group\": [6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCTAGGTT\", \"ini\": 1284, \"clust\": 73, \"rank\": 2369, \"rankvar\": 3439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2305, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3562, \"group\": [75.0, 14.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCTCTCGT\", \"ini\": 1283, \"clust\": 1, \"rank\": 2181, \"rankvar\": 3166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2306, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2721, \"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTTCCACGG\", \"ini\": 1282, \"clust\": 924, \"rank\": 2208, \"rankvar\": 268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1923, \"group\": [925.0, 101.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACATCTCCCA\", \"ini\": 1281, \"clust\": 1434, \"rank\": 2255, \"rankvar\": 1698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1560, \"group\": [1436.0, 203.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAGGGCATA\", \"ini\": 1280, \"clust\": 1380, \"rank\": 2286, \"rankvar\": 3405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2309, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1819, \"group\": [1381.0, 170.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCGTTTA\", \"ini\": 1279, \"clust\": 286, \"rank\": 2214, \"rankvar\": 2994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2310, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1837, \"group\": [286.0, 65.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGGGTT\", \"ini\": 1278, \"clust\": 1507, \"rank\": 2362, \"rankvar\": 468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1561, \"group\": [1505.0, 220.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCTAGTCA\", \"ini\": 1277, \"clust\": 1398, \"rank\": 2136, \"rankvar\": 1662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1562, \"group\": [1398.0, 179.0, 37.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTATCCTAAGTG\", \"ini\": 1276, \"clust\": 3374, \"rank\": 2348, \"rankvar\": 2407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2313, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3527, \"group\": [3374.0, 511.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTACGACT\", \"ini\": 1275, \"clust\": 3505, \"rank\": 2486, \"rankvar\": 3563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2314, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 131, \"group\": [3503.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAATCA\", \"ini\": 1274, \"clust\": 943, \"rank\": 2169, \"rankvar\": 990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2315, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1924, \"group\": [942.0, 104.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCACCGGGT\", \"ini\": 1273, \"clust\": 1183, \"rank\": 2063, \"rankvar\": 299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1925, \"group\": [1184.0, 134.0, 27.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTAAGACA\", \"ini\": 1272, \"clust\": 83, \"rank\": 2446, \"rankvar\": 3447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2317, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3583, \"group\": [84.0, 19.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCTCTCTG\", \"ini\": 1271, \"clust\": 1565, \"rank\": 2508, \"rankvar\": 1010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1563, \"group\": [1562.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGCAGTA\", \"ini\": 1270, \"clust\": 1497, \"rank\": 2382, \"rankvar\": 816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1564, \"group\": [1500.0, 218.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCGACTAT\", \"ini\": 1269, \"clust\": 1590, \"rank\": 2475, \"rankvar\": 1159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1565, \"group\": [1589.0, 234.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTCAGGCC\", \"ini\": 1268, \"clust\": 1526, \"rank\": 2422, \"rankvar\": 116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1566, \"group\": [1525.0, 227.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGGTAAG\", \"ini\": 1267, \"clust\": 3353, \"rank\": 2276, \"rankvar\": 2457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3528, \"group\": [3353.0, 507.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCAACGAAA\", \"ini\": 1266, \"clust\": 1564, \"rank\": 2511, \"rankvar\": 798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1567, \"group\": [1564.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGTCCGGTC\", \"ini\": 1265, \"clust\": 933, \"rank\": 2198, \"rankvar\": 744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2324, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1926, \"group\": [936.0, 103.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGGTGCAAC\", \"ini\": 1264, \"clust\": 3549, \"rank\": 2230, \"rankvar\": 3105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2325, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1568, \"group\": [3548.0, 540.0, 81.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTTATCGGT\", \"ini\": 1263, \"clust\": 1537, \"rank\": 2445, \"rankvar\": 736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1569, \"group\": [1538.0, 227.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAACAGTCGATT\", \"ini\": 1262, \"clust\": 2948, \"rank\": 2101, \"rankvar\": 2068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2327, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3529, \"group\": [2951.0, 455.0, 70.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTAGGGTAC\", \"ini\": 1261, \"clust\": 1535, \"rank\": 2420, \"rankvar\": 246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1570, \"group\": [1534.0, 227.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCATGCTAGT\", \"ini\": 1260, \"clust\": 296, \"rank\": 2219, \"rankvar\": 2034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1927, \"group\": [295.0, 69.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAACGCACC\", \"ini\": 1259, \"clust\": 37, \"rank\": 2071, \"rankvar\": 3203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2330, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2722, \"group\": [38.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAACTGCTA\", \"ini\": 1258, \"clust\": 3357, \"rank\": 2320, \"rankvar\": 3194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2331, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3530, \"group\": [3358.0, 509.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTCACTTCC\", \"ini\": 1257, \"clust\": 3067, \"rank\": 2176, \"rankvar\": 3290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3531, \"group\": [3065.0, 462.0, 71.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGAGACG\", \"ini\": 1256, \"clust\": 3364, \"rank\": 2345, \"rankvar\": 2920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3532, \"group\": [3365.0, 510.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTCAAACAACA\", \"ini\": 1255, \"clust\": 1532, \"rank\": 2462, \"rankvar\": 1810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1571, \"group\": [1533.0, 227.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAGCTCTC\", \"ini\": 1254, \"clust\": 74, \"rank\": 2412, \"rankvar\": 3498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2335, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3563, \"group\": [73.0, 14.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCCATGAAC\", \"ini\": 1253, \"clust\": 1521, \"rank\": 2402, \"rankvar\": 208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2336, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1572, \"group\": [1520.0, 225.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGAGGTTAT\", \"ini\": 1252, \"clust\": 1429, \"rank\": 2391, \"rankvar\": 1448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2337, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1573, \"group\": [1431.0, 200.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCGAGGTAG\", \"ini\": 1251, \"clust\": 1452, \"rank\": 2331, \"rankvar\": 530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1574, \"group\": [1452.0, 209.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGCGTTA\", \"ini\": 1250, \"clust\": 1499, \"rank\": 2488, \"rankvar\": 2039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1575, \"group\": [1497.0, 217.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTTGGGCC\", \"ini\": 1249, \"clust\": 126, \"rank\": 2275, \"rankvar\": 3487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2340, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 164, \"group\": [124.0, 31.0, 12.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCTCTTAT\", \"ini\": 1248, \"clust\": 1451, \"rank\": 2334, \"rankvar\": 1621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1576, \"group\": [1453.0, 209.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGTTAGA\", \"ini\": 1247, \"clust\": 1531, \"rank\": 2432, \"rankvar\": 2026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2342, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1577, \"group\": [1529.0, 227.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCACATGCA\", \"ini\": 1246, \"clust\": 1583, \"rank\": 2473, \"rankvar\": 1580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1578, \"group\": [1582.0, 231.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGAGTGACC\", \"ini\": 1245, \"clust\": 772, \"rank\": 2220, \"rankvar\": 1721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1928, \"group\": [770.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCATGCAATC\", \"ini\": 1244, \"clust\": 3358, \"rank\": 2193, \"rankvar\": 3268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3533, \"group\": [3359.0, 509.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAGTACGCACC\", \"ini\": 1243, \"clust\": 1184, \"rank\": 1986, \"rankvar\": 2114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1929, \"group\": [1185.0, 135.0, 27.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGACGAAA\", \"ini\": 1242, \"clust\": 266, \"rank\": 2228, \"rankvar\": 2294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2347, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1930, \"group\": [266.0, 57.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTGCACGAA\", \"ini\": 1241, \"clust\": 1579, \"rank\": 2628, \"rankvar\": 2213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1579, \"group\": [1578.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTCTTATG\", \"ini\": 1240, \"clust\": 1568, \"rank\": 2582, \"rankvar\": 1056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1580, \"group\": [1566.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCCGGCACA\", \"ini\": 1239, \"clust\": 3514, \"rank\": 2399, \"rankvar\": 3584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2350, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 132, \"group\": [3512.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCAGTTATCGC\", \"ini\": 1238, \"clust\": 938, \"rank\": 2263, \"rankvar\": 566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1931, \"group\": [938.0, 104.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTTCGATGAGG\", \"ini\": 1237, \"clust\": 9, \"rank\": 2127, \"rankvar\": 3449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2352, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2723, \"group\": [8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGGATGGG\", \"ini\": 1236, \"clust\": 3384, \"rank\": 2482, \"rankvar\": 2480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3534, \"group\": [3386.0, 514.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCAGACACTT\", \"ini\": 1235, \"clust\": 302, \"rank\": 2274, \"rankvar\": 981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1932, \"group\": [301.0, 70.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTACCATCA\", \"ini\": 1234, \"clust\": 3535, \"rank\": 2436, \"rankvar\": 3571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2355, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 133, \"group\": [3535.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGTAGCTG\", \"ini\": 1233, \"clust\": 1523, \"rank\": 2347, \"rankvar\": 285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1581, \"group\": [1522.0, 226.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCACTCAGGC\", \"ini\": 1232, \"clust\": 1502, \"rank\": 2481, \"rankvar\": 766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1582, \"group\": [1503.0, 219.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGGTTTCA\", \"ini\": 1231, \"clust\": 295, \"rank\": 2322, \"rankvar\": 512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1933, \"group\": [297.0, 69.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGACTAGGC\", \"ini\": 1230, \"clust\": 3550, \"rank\": 2259, \"rankvar\": 3339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1583, \"group\": [3549.0, 540.0, 81.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATTATCTC\", \"ini\": 1229, \"clust\": 3533, \"rank\": 2343, \"rankvar\": 3577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2360, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 134, \"group\": [3532.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATACGCCG\", \"ini\": 1228, \"clust\": 1542, \"rank\": 2434, \"rankvar\": 78, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1584, \"group\": [1540.0, 228.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGGGCACTA\", \"ini\": 1227, \"clust\": 3476, \"rank\": 2316, \"rankvar\": 3556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2362, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 135, \"group\": [3474.0, 537.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCGAGCCA\", \"ini\": 1226, \"clust\": 3508, \"rank\": 2365, \"rankvar\": 3573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2363, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 136, \"group\": [3508.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATGAAAC\", \"ini\": 1225, \"clust\": 3387, \"rank\": 2497, \"rankvar\": 3323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2364, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3535, \"group\": [3387.0, 514.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGCTGCAC\", \"ini\": 1224, \"clust\": 1513, \"rank\": 2354, \"rankvar\": 505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1585, \"group\": [1512.0, 223.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCTCTGAGA\", \"ini\": 1223, \"clust\": 1399, \"rank\": 2207, \"rankvar\": 3121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1586, \"group\": [1399.0, 179.0, 37.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCTCTACGAGT\", \"ini\": 1222, \"clust\": 1494, \"rank\": 2527, \"rankvar\": 1260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1587, \"group\": [1495.0, 216.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTTCCACAA\", \"ini\": 1221, \"clust\": 3511, \"rank\": 2507, \"rankvar\": 3578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2368, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 137, \"group\": [3510.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCCAAAGTC\", \"ini\": 1220, \"clust\": 1591, \"rank\": 2456, \"rankvar\": 621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1588, \"group\": [1590.0, 234.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTCCGTTAA\", \"ini\": 1219, \"clust\": 1586, \"rank\": 2600, \"rankvar\": 1149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2370, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1589, \"group\": [1585.0, 232.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTTGTCTTT\", \"ini\": 1218, \"clust\": 3375, \"rank\": 2406, \"rankvar\": 3102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2371, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3536, \"group\": [3379.0, 511.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGAGTGACC\", \"ini\": 1217, \"clust\": 3573, \"rank\": 2609, \"rankvar\": 874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1590, \"group\": [3577.0, 555.0, 86.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAACAATC\", \"ini\": 1216, \"clust\": 1456, \"rank\": 2454, \"rankvar\": 2128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1591, \"group\": [1458.0, 210.0, 42.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAGATCTGT\", \"ini\": 1215, \"clust\": 1298, \"rank\": 2533, \"rankvar\": 3353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1820, \"group\": [1295.0, 164.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCGAAAGC\", \"ini\": 1214, \"clust\": 1557, \"rank\": 2510, \"rankvar\": 828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1592, \"group\": [1556.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTATCGCC\", \"ini\": 1213, \"clust\": 768, \"rank\": 2296, \"rankvar\": 904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1934, \"group\": [768.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCTGCGAA\", \"ini\": 1212, \"clust\": 3354, \"rank\": 2433, \"rankvar\": 3311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2377, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3537, \"group\": [3357.0, 508.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCACGACTA\", \"ini\": 1211, \"clust\": 272, \"rank\": 2164, \"rankvar\": 1625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1935, \"group\": [271.0, 61.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTCCATGA\", \"ini\": 1210, \"clust\": 61, \"rank\": 1987, \"rankvar\": 3320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2379, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2724, \"group\": [66.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAGGTGGAT\", \"ini\": 1209, \"clust\": 278, \"rank\": 2187, \"rankvar\": 2142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2380, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1936, \"group\": [277.0, 63.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTCCTCTTG\", \"ini\": 1208, \"clust\": 1524, \"rank\": 2387, \"rankvar\": 118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1593, \"group\": [1527.0, 227.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATACGCT\", \"ini\": 1207, \"clust\": 248, \"rank\": 2281, \"rankvar\": 855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2382, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1937, \"group\": [248.0, 53.0, 17.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAGTGCAT\", \"ini\": 1206, \"clust\": 304, \"rank\": 2463, \"rankvar\": 847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2383, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1938, \"group\": [304.0, 72.0, 19.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCGAACGGA\", \"ini\": 1205, \"clust\": 271, \"rank\": 2236, \"rankvar\": 1452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1939, \"group\": [275.0, 61.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTGGAGTC\", \"ini\": 1204, \"clust\": 1289, \"rank\": 2415, \"rankvar\": 2925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2385, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1821, \"group\": [1287.0, 163.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGCTAGTGG\", \"ini\": 1203, \"clust\": 3515, \"rank\": 2368, \"rankvar\": 3580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2386, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 138, \"group\": [3513.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTGTGGCA\", \"ini\": 1202, \"clust\": 1584, \"rank\": 2512, \"rankvar\": 672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1594, \"group\": [1583.0, 231.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAGATTAG\", \"ini\": 1201, \"clust\": 3524, \"rank\": 2490, \"rankvar\": 3560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 139, \"group\": [3527.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTAGAGGACGG\", \"ini\": 1200, \"clust\": 925, \"rank\": 2372, \"rankvar\": 197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1940, \"group\": [926.0, 102.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGCACCCATGG\", \"ini\": 1199, \"clust\": 273, \"rank\": 2278, \"rankvar\": 714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1941, \"group\": [272.0, 61.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCACGAAGG\", \"ini\": 1198, \"clust\": 3369, \"rank\": 2401, \"rankvar\": 2897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2391, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3538, \"group\": [3370.0, 511.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCTGTAGA\", \"ini\": 1197, \"clust\": 247, \"rank\": 2116, \"rankvar\": 1775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1942, \"group\": [250.0, 54.0, 17.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGATCCTGT\", \"ini\": 1196, \"clust\": 932, \"rank\": 2206, \"rankvar\": 2256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2393, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1943, \"group\": [937.0, 103.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCATGCAAC\", \"ini\": 1195, \"clust\": 1514, \"rank\": 2461, \"rankvar\": 202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2394, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1595, \"group\": [1513.0, 223.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGTAGT\", \"ini\": 1194, \"clust\": 1174, \"rank\": 2309, \"rankvar\": 389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2395, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1944, \"group\": [1173.0, 125.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATCCCGC\", \"ini\": 1193, \"clust\": 765, \"rank\": 2277, \"rankvar\": 1224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2396, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1945, \"group\": [766.0, 90.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTAAATACG\", \"ini\": 1192, \"clust\": 268, \"rank\": 2260, \"rankvar\": 2662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1946, \"group\": [269.0, 59.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGTGTCCAT\", \"ini\": 1191, \"clust\": 1576, \"rank\": 2651, \"rankvar\": 2290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1596, \"group\": [1575.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTAGCTTGT\", \"ini\": 1190, \"clust\": 269, \"rank\": 2227, \"rankvar\": 2577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1947, \"group\": [270.0, 60.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGACGCTTT\", \"ini\": 1189, \"clust\": 1555, \"rank\": 2621, \"rankvar\": 1229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1597, \"group\": [1554.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGGTGGGTT\", \"ini\": 1188, \"clust\": 3370, \"rank\": 2423, \"rankvar\": 3170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2401, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3539, \"group\": [3375.0, 511.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCCGTTGCT\", \"ini\": 1187, \"clust\": 3588, \"rank\": 2665, \"rankvar\": 3196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2402, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 140, \"group\": [3584.0, 561.0, 89.0, 23.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACGCCAGT\", \"ini\": 1186, \"clust\": 608, \"rank\": 2326, \"rankvar\": 570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1948, \"group\": [608.0, 81.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCAAGTAC\", \"ini\": 1185, \"clust\": 282, \"rank\": 2243, \"rankvar\": 2781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1949, \"group\": [283.0, 63.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTCCAGTAT\", \"ini\": 1184, \"clust\": 1573, \"rank\": 2627, \"rankvar\": 812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1598, \"group\": [1571.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTTCCACAA\", \"ini\": 1183, \"clust\": 280, \"rank\": 2282, \"rankvar\": 2139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1950, \"group\": [279.0, 63.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCAATAAGG\", \"ini\": 1182, \"clust\": 3366, \"rank\": 2492, \"rankvar\": 2914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3540, \"group\": [3366.0, 510.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTTTACGT\", \"ini\": 1181, \"clust\": 3509, \"rank\": 2448, \"rankvar\": 3570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2408, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 141, \"group\": [3509.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAAAGTCAA\", \"ini\": 1180, \"clust\": 1571, \"rank\": 2536, \"rankvar\": 277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1599, \"group\": [1570.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTGTCATGCAT\", \"ini\": 1179, \"clust\": 1525, \"rank\": 2478, \"rankvar\": 155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1600, \"group\": [1526.0, 227.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGTAAACT\", \"ini\": 1178, \"clust\": 823, \"rank\": 2373, \"rankvar\": 746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2411, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1951, \"group\": [832.0, 92.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCGTACGGC\", \"ini\": 1177, \"clust\": 1577, \"rank\": 2631, \"rankvar\": 560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1601, \"group\": [1576.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCAATAAGG\", \"ini\": 1176, \"clust\": 3398, \"rank\": 2653, \"rankvar\": 3328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2413, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 142, \"group\": [3398.0, 521.0, 78.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTTTGCGT\", \"ini\": 1175, \"clust\": 260, \"rank\": 2266, \"rankvar\": 562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1952, \"group\": [259.0, 56.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCAGGTCA\", \"ini\": 1174, \"clust\": 96, \"rank\": 2411, \"rankvar\": 3530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2415, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3584, \"group\": [98.0, 20.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCAGTGGA\", \"ini\": 1173, \"clust\": 3342, \"rank\": 2231, \"rankvar\": 2932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2416, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3541, \"group\": [3343.0, 503.0, 74.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGATGGAA\", \"ini\": 1172, \"clust\": 1172, \"rank\": 2256, \"rankvar\": 1500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2417, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1953, \"group\": [1174.0, 126.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGAATAGGG\", \"ini\": 1171, \"clust\": 3584, \"rank\": 2587, \"rankvar\": 2642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2418, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3542, \"group\": [3587.0, 563.0, 89.0, 23.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAATAAGCA\", \"ini\": 1170, \"clust\": 762, \"rank\": 2265, \"rankvar\": 1001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1954, \"group\": [767.0, 90.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCATGAGCGA\", \"ini\": 1169, \"clust\": 1226, \"rank\": 2242, \"rankvar\": 1628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2420, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1955, \"group\": [1227.0, 146.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTCTCACCT\", \"ini\": 1168, \"clust\": 1552, \"rank\": 2640, \"rankvar\": 944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1602, \"group\": [1549.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCATGGTAGG\", \"ini\": 1167, \"clust\": 1534, \"rank\": 2567, \"rankvar\": 1491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1603, \"group\": [1532.0, 227.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGGCATGT\", \"ini\": 1166, \"clust\": 841, \"rank\": 2253, \"rankvar\": 2496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2423, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1956, \"group\": [845.0, 96.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGACACG\", \"ini\": 1165, \"clust\": 1529, \"rank\": 2588, \"rankvar\": 1435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1604, \"group\": [1530.0, 227.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCATGCCG\", \"ini\": 1164, \"clust\": 34, \"rank\": 2314, \"rankvar\": 3515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2425, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2725, \"group\": [34.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGTGG\", \"ini\": 1163, \"clust\": 3349, \"rank\": 2459, \"rankvar\": 3188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2426, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3543, \"group\": [3350.0, 507.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTATAGGGC\", \"ini\": 1162, \"clust\": 1515, \"rank\": 2569, \"rankvar\": 324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1605, \"group\": [1514.0, 224.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATGGGAAC\", \"ini\": 1161, \"clust\": 1528, \"rank\": 2489, \"rankvar\": 569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1606, \"group\": [1524.0, 227.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACATAACC\", \"ini\": 1160, \"clust\": 1587, \"rank\": 2477, \"rankvar\": 2655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1607, \"group\": [1588.0, 233.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTCTCTTTA\", \"ini\": 1159, \"clust\": 1553, \"rank\": 2654, \"rankvar\": 1903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1608, \"group\": [1550.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTTAGAACA\", \"ini\": 1158, \"clust\": 3379, \"rank\": 2555, \"rankvar\": 2784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2431, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3544, \"group\": [3380.0, 512.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTGCTGCC\", \"ini\": 1157, \"clust\": 1544, \"rank\": 2699, \"rankvar\": 1154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1609, \"group\": [1542.0, 229.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTGCTAGCC\", \"ini\": 1156, \"clust\": 1538, \"rank\": 2660, \"rankvar\": 1281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1610, \"group\": [1536.0, 227.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGATCTGAA\", \"ini\": 1155, \"clust\": 1601, \"rank\": 2566, \"rankvar\": 675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2434, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1611, \"group\": [1600.0, 237.0, 46.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAATACAG\", \"ini\": 1154, \"clust\": 1558, \"rank\": 2679, \"rankvar\": 630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1612, \"group\": [1565.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAACTGCGC\", \"ini\": 1153, \"clust\": 1581, \"rank\": 2626, \"rankvar\": 1518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1613, \"group\": [1580.0, 231.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCATAGCAC\", \"ini\": 1152, \"clust\": 276, \"rank\": 2291, \"rankvar\": 1484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1957, \"group\": [291.0, 67.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGCTGGAAC\", \"ini\": 1151, \"clust\": 1548, \"rank\": 2719, \"rankvar\": 1437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1614, \"group\": [1547.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGATCCTAGTGA\", \"ini\": 1150, \"clust\": 1582, \"rank\": 2610, \"rankvar\": 1146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1615, \"group\": [1581.0, 231.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCAGCGTA\", \"ini\": 1149, \"clust\": 277, \"rank\": 2225, \"rankvar\": 1633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2440, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1958, \"group\": [284.0, 64.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACACTTACGA\", \"ini\": 1148, \"clust\": 763, \"rank\": 2298, \"rankvar\": 1195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2441, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1959, \"group\": [762.0, 90.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCACTCCA\", \"ini\": 1147, \"clust\": 1518, \"rank\": 2595, \"rankvar\": 2236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1616, \"group\": [1516.0, 224.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGCAGTCA\", \"ini\": 1146, \"clust\": 929, \"rank\": 2370, \"rankvar\": 404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1960, \"group\": [932.0, 103.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTGGGTTG\", \"ini\": 1145, \"clust\": 2950, \"rank\": 2301, \"rankvar\": 2224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3545, \"group\": [2950.0, 454.0, 70.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCTCCGGTT\", \"ini\": 1144, \"clust\": 935, \"rank\": 2327, \"rankvar\": 2150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2445, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1961, \"group\": [933.0, 103.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGTTCTG\", \"ini\": 1143, \"clust\": 94, \"rank\": 2520, \"rankvar\": 3429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2446, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3585, \"group\": [90.0, 20.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCAGATCTGCT\", \"ini\": 1142, \"clust\": 3380, \"rank\": 2531, \"rankvar\": 2952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3546, \"group\": [3381.0, 512.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGATGTAAC\", \"ini\": 1141, \"clust\": 99, \"rank\": 2521, \"rankvar\": 3499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2448, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3586, \"group\": [93.0, 20.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATGAAAC\", \"ini\": 1140, \"clust\": 1543, \"rank\": 2664, \"rankvar\": 539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2449, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1617, \"group\": [1544.0, 229.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGCGCTTAT\", \"ini\": 1139, \"clust\": 91, \"rank\": 2501, \"rankvar\": 3445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2450, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3587, \"group\": [100.0, 20.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTACTCGCG\", \"ini\": 1138, \"clust\": 292, \"rank\": 2388, \"rankvar\": 1631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2451, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1962, \"group\": [292.0, 68.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAAGCCGCT\", \"ini\": 1137, \"clust\": 766, \"rank\": 2270, \"rankvar\": 2739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2452, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1963, \"group\": [764.0, 90.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCGCCTCA\", \"ini\": 1136, \"clust\": 1569, \"rank\": 2769, \"rankvar\": 1829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1618, \"group\": [1567.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGCCATCGC\", \"ini\": 1135, \"clust\": 3365, \"rank\": 2476, \"rankvar\": 2575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3547, \"group\": [3368.0, 510.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTTAGTGGG\", \"ini\": 1134, \"clust\": 3554, \"rank\": 2682, \"rankvar\": 3221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2455, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1822, \"group\": [3554.0, 545.0, 84.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAATCTGCA\", \"ini\": 1133, \"clust\": 1549, \"rank\": 2820, \"rankvar\": 1975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1619, \"group\": [1548.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCACGACG\", \"ini\": 1132, \"clust\": 1397, \"rank\": 2304, \"rankvar\": 1264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1620, \"group\": [1405.0, 183.0, 38.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTTAGGTA\", \"ini\": 1131, \"clust\": 1539, \"rank\": 2619, \"rankvar\": 592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1621, \"group\": [1537.0, 227.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAATCTGCGGCA\", \"ini\": 1130, \"clust\": 118, \"rank\": 2541, \"rankvar\": 2599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2459, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 165, \"group\": [118.0, 30.0, 12.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGCGACAT\", \"ini\": 1129, \"clust\": 261, \"rank\": 2339, \"rankvar\": 2632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2460, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1964, \"group\": [260.0, 56.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACAACTGT\", \"ini\": 1128, \"clust\": 1562, \"rank\": 2710, \"rankvar\": 615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1622, \"group\": [1559.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGTCTCGCATC\", \"ini\": 1127, \"clust\": 1536, \"rank\": 2589, \"rankvar\": 1538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1623, \"group\": [1535.0, 227.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTAGCCA\", \"ini\": 1126, \"clust\": 297, \"rank\": 2439, \"rankvar\": 1827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2463, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1965, \"group\": [296.0, 69.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTGTGGCTC\", \"ini\": 1125, \"clust\": 1595, \"rank\": 2613, \"rankvar\": 382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1624, \"group\": [1593.0, 234.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTTATCGC\", \"ini\": 1124, \"clust\": 75, \"rank\": 2585, \"rankvar\": 3412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2465, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3564, \"group\": [74.0, 14.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGGAATCG\", \"ini\": 1123, \"clust\": 3386, \"rank\": 2817, \"rankvar\": 3456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2466, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3548, \"group\": [3385.0, 514.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGAATAGGG\", \"ini\": 1122, \"clust\": 783, \"rank\": 2284, \"rankvar\": 2027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2467, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1966, \"group\": [782.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCGGAGCAA\", \"ini\": 1121, \"clust\": 10, \"rank\": 2359, \"rankvar\": 3479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2468, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2726, \"group\": [13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCTGATCA\", \"ini\": 1120, \"clust\": 1578, \"rank\": 2793, \"rankvar\": 2302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1625, \"group\": [1577.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTATCACCA\", \"ini\": 1119, \"clust\": 804, \"rank\": 2340, \"rankvar\": 1563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2470, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1967, \"group\": [804.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAATCCAAC\", \"ini\": 1118, \"clust\": 1516, \"rank\": 2584, \"rankvar\": 968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2471, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1626, \"group\": [1515.0, 224.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACAACGCC\", \"ini\": 1117, \"clust\": 937, \"rank\": 2409, \"rankvar\": 796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2472, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1968, \"group\": [945.0, 105.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGGGAAACA\", \"ini\": 1116, \"clust\": 32, \"rank\": 2554, \"rankvar\": 3291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2473, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2727, \"group\": [36.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAGAAAGG\", \"ini\": 1115, \"clust\": 807, \"rank\": 2288, \"rankvar\": 1185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2474, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1969, \"group\": [806.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACTCGGA\", \"ini\": 1114, \"clust\": 767, \"rank\": 2333, \"rankvar\": 2063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2475, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1970, \"group\": [765.0, 90.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGTCGATAA\", \"ini\": 1113, \"clust\": 1385, \"rank\": 2474, \"rankvar\": 3372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2476, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1823, \"group\": [1386.0, 173.0, 35.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGTACAG\", \"ini\": 1112, \"clust\": 1572, \"rank\": 2716, \"rankvar\": 1280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1627, \"group\": [1573.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGCCA\", \"ini\": 1111, \"clust\": 3561, \"rank\": 2752, \"rankvar\": 3140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2478, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1824, \"group\": [3559.0, 547.0, 84.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCACTCT\", \"ini\": 1110, \"clust\": 3367, \"rank\": 2487, \"rankvar\": 3187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3549, \"group\": [3367.0, 510.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGTGGAT\", \"ini\": 1109, \"clust\": 1082, \"rank\": 2404, \"rankvar\": 3263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2480, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2728, \"group\": [1083.0, 114.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTATAAACG\", \"ini\": 1108, \"clust\": 1599, \"rank\": 2629, \"rankvar\": 645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2481, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1628, \"group\": [1601.0, 237.0, 46.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGAGCAGGCTA\", \"ini\": 1107, \"clust\": 92, \"rank\": 2676, \"rankvar\": 3509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2482, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3588, \"group\": [91.0, 20.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCAATGGT\", \"ini\": 1106, \"clust\": 1588, \"rank\": 2616, \"rankvar\": 1694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1629, \"group\": [1586.0, 233.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCCCTAACC\", \"ini\": 1105, \"clust\": 887, \"rank\": 2386, \"rankvar\": 2385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2484, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1971, \"group\": [886.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACTTCGAA\", \"ini\": 1104, \"clust\": 782, \"rank\": 2381, \"rankvar\": 2618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1972, \"group\": [784.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAACACTG\", \"ini\": 1103, \"clust\": 1574, \"rank\": 2776, \"rankvar\": 1141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1630, \"group\": [1572.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCAGAATA\", \"ini\": 1102, \"clust\": 1098, \"rank\": 2408, \"rankvar\": 2724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1973, \"group\": [1106.0, 117.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCAAAGCAAT\", \"ini\": 1101, \"clust\": 291, \"rank\": 2550, \"rankvar\": 2586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2488, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1974, \"group\": [294.0, 68.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCTTTACGT\", \"ini\": 1100, \"clust\": 45, \"rank\": 2410, \"rankvar\": 2903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2489, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2729, \"group\": [45.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAATAGCA\", \"ini\": 1099, \"clust\": 293, \"rank\": 2460, \"rankvar\": 1670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1975, \"group\": [293.0, 68.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTGCAACGA\", \"ini\": 1098, \"clust\": 1386, \"rank\": 2417, \"rankvar\": 3433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2491, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1825, \"group\": [1384.0, 173.0, 35.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTTACCTA\", \"ini\": 1097, \"clust\": 805, \"rank\": 2336, \"rankvar\": 1139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2492, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1976, \"group\": [805.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTTGTCTTT\", \"ini\": 1096, \"clust\": 939, \"rank\": 2397, \"rankvar\": 1982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1977, \"group\": [939.0, 104.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGAGCAATT\", \"ini\": 1095, \"clust\": 1545, \"rank\": 2711, \"rankvar\": 537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2494, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1631, \"group\": [1543.0, 229.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGACGGTA\", \"ini\": 1094, \"clust\": 1292, \"rank\": 2666, \"rankvar\": 2906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2495, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1826, \"group\": [1293.0, 164.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCATCCTTGC\", \"ini\": 1093, \"clust\": 1593, \"rank\": 2605, \"rankvar\": 825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1632, \"group\": [1595.0, 234.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCATGGAATA\", \"ini\": 1092, \"clust\": 944, \"rank\": 2355, \"rankvar\": 1586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1978, \"group\": [943.0, 104.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTCCGTCAG\", \"ini\": 1091, \"clust\": 16, \"rank\": 2325, \"rankvar\": 3392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2730, \"group\": [14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTAGTGA\", \"ini\": 1090, \"clust\": 314, \"rank\": 2534, \"rankvar\": 1815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2499, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1979, \"group\": [313.0, 76.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCCGATTT\", \"ini\": 1089, \"clust\": 3453, \"rank\": 2559, \"rankvar\": 3506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1633, \"group\": [3454.0, 532.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTACCATCA\", \"ini\": 1088, \"clust\": 1244, \"rank\": 2139, \"rankvar\": 3430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2501, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2988, \"group\": [1247.0, 154.0, 31.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAAACCTAC\", \"ini\": 1087, \"clust\": 267, \"rank\": 2413, \"rankvar\": 1369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2502, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1980, \"group\": [267.0, 57.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACAACTGGCC\", \"ini\": 1086, \"clust\": 353, \"rank\": 2542, \"rankvar\": 889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1981, \"group\": [355.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTTCGCGC\", \"ini\": 1085, \"clust\": 1594, \"rank\": 2691, \"rankvar\": 1127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1634, \"group\": [1594.0, 234.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATCCGG\", \"ini\": 1084, \"clust\": 279, \"rank\": 2360, \"rankvar\": 1619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1982, \"group\": [278.0, 63.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGTTGAGTA\", \"ini\": 1083, \"clust\": 129, \"rank\": 2802, \"rankvar\": 3562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2506, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 166, \"group\": [127.0, 31.0, 12.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTATATGAG\", \"ini\": 1082, \"clust\": 39, \"rank\": 2273, \"rankvar\": 3489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2507, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2731, \"group\": [44.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTAATAGCA\", \"ini\": 1081, \"clust\": 3583, \"rank\": 2528, \"rankvar\": 2037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3550, \"group\": [3582.0, 560.0, 88.0, 23.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGATGGCGT\", \"ini\": 1080, \"clust\": 22, \"rank\": 2500, \"rankvar\": 3478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2509, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2732, \"group\": [25.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTTTAGGAA\", \"ini\": 1079, \"clust\": 843, \"rank\": 2364, \"rankvar\": 974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1983, \"group\": [843.0, 96.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCGAATGCT\", \"ini\": 1078, \"clust\": 243, \"rank\": 2483, \"rankvar\": 2191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1984, \"group\": [243.0, 51.0, 16.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGACAAAGG\", \"ini\": 1077, \"clust\": 1387, \"rank\": 2425, \"rankvar\": 3031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2512, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1827, \"group\": [1385.0, 173.0, 35.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCGACAGCC\", \"ini\": 1076, \"clust\": 3350, \"rank\": 2494, \"rankvar\": 2804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2513, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3551, \"group\": [3351.0, 507.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTTCAACT\", \"ini\": 1075, \"clust\": 769, \"rank\": 2421, \"rankvar\": 1088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2514, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1985, \"group\": [769.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGTATTGGA\", \"ini\": 1074, \"clust\": 778, \"rank\": 2376, \"rankvar\": 1096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1986, \"group\": [778.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCACGAAACG\", \"ini\": 1073, \"clust\": 15, \"rank\": 2389, \"rankvar\": 3122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2516, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2733, \"group\": [16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGGCACTA\", \"ini\": 1072, \"clust\": 1560, \"rank\": 2736, \"rankvar\": 773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1635, \"group\": [1557.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCGAGTTT\", \"ini\": 1071, \"clust\": 3518, \"rank\": 2765, \"rankvar\": 3561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2518, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 143, \"group\": [3518.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGAGAGCTC\", \"ini\": 1070, \"clust\": 1107, \"rank\": 2560, \"rankvar\": 2259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2519, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1987, \"group\": [1107.0, 118.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTCCCTACT\", \"ini\": 1069, \"clust\": 764, \"rank\": 2431, \"rankvar\": 2284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1988, \"group\": [763.0, 90.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGCGAAGGG\", \"ini\": 1068, \"clust\": 47, \"rank\": 2289, \"rankvar\": 3201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2521, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2734, \"group\": [51.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCGCGTAGC\", \"ini\": 1067, \"clust\": 808, \"rank\": 2318, \"rankvar\": 2678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2522, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1989, \"group\": [807.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCACCCAG\", \"ini\": 1066, \"clust\": 42, \"rank\": 2393, \"rankvar\": 3399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2523, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2735, \"group\": [42.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACATTAGGCT\", \"ini\": 1065, \"clust\": 257, \"rank\": 2341, \"rankvar\": 1885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2524, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1990, \"group\": [261.0, 56.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCCAGAGGA\", \"ini\": 1064, \"clust\": 926, \"rank\": 2591, \"rankvar\": 2051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2525, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1991, \"group\": [927.0, 102.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCACTGTCGG\", \"ini\": 1063, \"clust\": 1245, \"rank\": 2269, \"rankvar\": 3251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2989, \"group\": [1245.0, 154.0, 31.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTTCTGCGTAA\", \"ini\": 1062, \"clust\": 313, \"rank\": 2438, \"rankvar\": 660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2527, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1992, \"group\": [318.0, 76.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTCACCTAA\", \"ini\": 1061, \"clust\": 1403, \"rank\": 2480, \"rankvar\": 1583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1636, \"group\": [1400.0, 180.0, 37.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTACTTAGC\", \"ini\": 1060, \"clust\": 844, \"rank\": 2465, \"rankvar\": 2078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1993, \"group\": [841.0, 96.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGACCTAGG\", \"ini\": 1059, \"clust\": 119, \"rank\": 2657, \"rankvar\": 3023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2530, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 167, \"group\": [119.0, 30.0, 12.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACAGACAG\", \"ini\": 1058, \"clust\": 1561, \"rank\": 2777, \"rankvar\": 349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1637, \"group\": [1558.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGTGTGGT\", \"ini\": 1057, \"clust\": 121, \"rank\": 2683, \"rankvar\": 2674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2532, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 168, \"group\": [120.0, 31.0, 12.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTTATCGGT\", \"ini\": 1056, \"clust\": 3372, \"rank\": 2681, \"rankvar\": 3254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3552, \"group\": [3372.0, 511.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACACAGACTT\", \"ini\": 1055, \"clust\": 354, \"rank\": 2517, \"rankvar\": 962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2534, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1994, \"group\": [353.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTCAAGTCATC\", \"ini\": 1054, \"clust\": 134, \"rank\": 2668, \"rankvar\": 3149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2535, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 169, \"group\": [136.0, 31.0, 12.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGTTAACC\", \"ini\": 1053, \"clust\": 14, \"rank\": 2424, \"rankvar\": 3417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2536, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2736, \"group\": [17.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACACTGCG\", \"ini\": 1052, \"clust\": 3516, \"rank\": 2644, \"rankvar\": 3559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2537, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 144, \"group\": [3516.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCATGTTGAC\", \"ini\": 1051, \"clust\": 1563, \"rank\": 2871, \"rankvar\": 571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1638, \"group\": [1560.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTTAGCGG\", \"ini\": 1050, \"clust\": 355, \"rank\": 2603, \"rankvar\": 2852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2539, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1995, \"group\": [354.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGAGAATTCCC\", \"ini\": 1049, \"clust\": 786, \"rank\": 2416, \"rankvar\": 2108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2540, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1996, \"group\": [785.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCACACCGAC\", \"ini\": 1048, \"clust\": 1085, \"rank\": 2532, \"rankvar\": 3355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2541, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2737, \"group\": [1085.0, 114.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGCACTTA\", \"ini\": 1047, \"clust\": 28, \"rank\": 2441, \"rankvar\": 3416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2542, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2738, \"group\": [31.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCAACACTG\", \"ini\": 1046, \"clust\": 3399, \"rank\": 2983, \"rankvar\": 3481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2543, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 145, \"group\": [3399.0, 521.0, 78.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGCCCA\", \"ini\": 1045, \"clust\": 1400, \"rank\": 2518, \"rankvar\": 879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1639, \"group\": [1404.0, 182.0, 37.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAGTAAGTAGT\", \"ini\": 1044, \"clust\": 773, \"rank\": 2468, \"rankvar\": 2606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1997, \"group\": [771.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGACACTT\", \"ini\": 1043, \"clust\": 631, \"rank\": 2502, \"rankvar\": 2797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2546, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1998, \"group\": [633.0, 84.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTGTGACCC\", \"ini\": 1042, \"clust\": 927, \"rank\": 2467, \"rankvar\": 2269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2547, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1999, \"group\": [928.0, 103.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCAGTATAAG\", \"ini\": 1041, \"clust\": 3377, \"rank\": 2738, \"rankvar\": 2894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2548, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3553, \"group\": [3376.0, 511.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCACCGGGT\", \"ini\": 1040, \"clust\": 327, \"rank\": 2484, \"rankvar\": 907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2549, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2000, \"group\": [329.0, 76.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGTAATA\", \"ini\": 1039, \"clust\": 135, \"rank\": 2726, \"rankvar\": 3527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2550, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 170, \"group\": [134.0, 31.0, 12.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGCCGTCGT\", \"ini\": 1038, \"clust\": 774, \"rank\": 2310, \"rankvar\": 2842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2551, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2001, \"group\": [774.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTCCGTTAA\", \"ini\": 1037, \"clust\": 46, \"rank\": 2394, \"rankvar\": 3072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2552, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2739, \"group\": [46.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGCATGAT\", \"ini\": 1036, \"clust\": 903, \"rank\": 2491, \"rankvar\": 1627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2002, \"group\": [903.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTATTAGCC\", \"ini\": 1035, \"clust\": 818, \"rank\": 2329, \"rankvar\": 2641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2003, \"group\": [821.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACACTGCG\", \"ini\": 1034, \"clust\": 785, \"rank\": 2444, \"rankvar\": 1309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2555, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2004, \"group\": [787.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCTCTTA\", \"ini\": 1033, \"clust\": 38, \"rank\": 2447, \"rankvar\": 3229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2556, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2740, \"group\": [39.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATTGGGCC\", \"ini\": 1032, \"clust\": 1519, \"rank\": 2750, \"rankvar\": 1406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1640, \"group\": [1517.0, 224.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCTTACCTA\", \"ini\": 1031, \"clust\": 940, \"rank\": 2400, \"rankvar\": 1808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2558, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2005, \"group\": [940.0, 104.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCCATTAT\", \"ini\": 1030, \"clust\": 784, \"rank\": 2414, \"rankvar\": 1820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2559, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2006, \"group\": [783.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAATCCTTCAAT\", \"ini\": 1029, \"clust\": 1551, \"rank\": 2911, \"rankvar\": 2035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1641, \"group\": [1551.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAATGGATA\", \"ini\": 1028, \"clust\": 1589, \"rank\": 2805, \"rankvar\": 2167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2561, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1642, \"group\": [1587.0, 233.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGTTGCC\", \"ini\": 1027, \"clust\": 305, \"rank\": 2549, \"rankvar\": 1752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2562, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2007, \"group\": [305.0, 72.0, 19.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTCTGGTCG\", \"ini\": 1026, \"clust\": 809, \"rank\": 2385, \"rankvar\": 2072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2008, \"group\": [808.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTAACGCGA\", \"ini\": 1025, \"clust\": 780, \"rank\": 2367, \"rankvar\": 2273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2009, \"group\": [780.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCAGTTGAC\", \"ini\": 1024, \"clust\": 909, \"rank\": 2525, \"rankvar\": 564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2565, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2010, \"group\": [911.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTGAGAT\", \"ini\": 1023, \"clust\": 3522, \"rank\": 2756, \"rankvar\": 3551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2566, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 146, \"group\": [3522.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTCAGCTAT\", \"ini\": 1022, \"clust\": 43, \"rank\": 2493, \"rankvar\": 3327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2567, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2741, \"group\": [43.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCCAACCAA\", \"ini\": 1021, \"clust\": 1550, \"rank\": 2859, \"rankvar\": 2181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1643, \"group\": [1552.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGAGTCTGG\", \"ini\": 1020, \"clust\": 3562, \"rank\": 2835, \"rankvar\": 3096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2569, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1828, \"group\": [3560.0, 547.0, 84.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTGTCGCG\", \"ini\": 1019, \"clust\": 824, \"rank\": 2506, \"rankvar\": 1565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2011, \"group\": [825.0, 92.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTTCTGTTT\", \"ini\": 1018, \"clust\": 1106, \"rank\": 2548, \"rankvar\": 737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2571, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2012, \"group\": [1109.0, 118.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCAAGTAGTA\", \"ini\": 1017, \"clust\": 249, \"rank\": 2553, \"rankvar\": 2698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2572, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2013, \"group\": [249.0, 53.0, 17.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCAATGTC\", \"ini\": 1016, \"clust\": 33, \"rank\": 2499, \"rankvar\": 3501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2573, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2742, \"group\": [35.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCTACCTA\", \"ini\": 1015, \"clust\": 781, \"rank\": 2317, \"rankvar\": 2605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2014, \"group\": [781.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGAGTAGA\", \"ini\": 1014, \"clust\": 298, \"rank\": 2435, \"rankvar\": 2408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2575, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2015, \"group\": [298.0, 70.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGGACAAG\", \"ini\": 1013, \"clust\": 1566, \"rank\": 2868, \"rankvar\": 662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1644, \"group\": [1563.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGCATGTAAGA\", \"ini\": 1012, \"clust\": 13, \"rank\": 2455, \"rankvar\": 3101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2577, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2743, \"group\": [27.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGAGCTCCCAG\", \"ini\": 1011, \"clust\": 659, \"rank\": 2571, \"rankvar\": 1828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2016, \"group\": [658.0, 86.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTAGGGTAC\", \"ini\": 1010, \"clust\": 17, \"rank\": 2395, \"rankvar\": 3162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2579, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2744, \"group\": [15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCAGGAATCG\", \"ini\": 1009, \"clust\": 3523, \"rank\": 2925, \"rankvar\": 3583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2580, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 147, \"group\": [3523.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTACCCAAT\", \"ini\": 1008, \"clust\": 776, \"rank\": 2419, \"rankvar\": 1282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2581, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2017, \"group\": [776.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCACATTCGA\", \"ini\": 1007, \"clust\": 904, \"rank\": 2515, \"rankvar\": 2317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2582, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2018, \"group\": [904.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCCAGACGCAA\", \"ini\": 1006, \"clust\": 376, \"rank\": 2524, \"rankvar\": 1100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2583, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2019, \"group\": [376.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAATTGCC\", \"ini\": 1005, \"clust\": 270, \"rank\": 2407, \"rankvar\": 2098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2584, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2020, \"group\": [276.0, 62.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGAACTGC\", \"ini\": 1004, \"clust\": 770, \"rank\": 2568, \"rankvar\": 1119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2585, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2021, \"group\": [773.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTACGCGC\", \"ini\": 1003, \"clust\": 3585, \"rank\": 2754, \"rankvar\": 2102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2586, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 148, \"group\": [3586.0, 562.0, 89.0, 23.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCCACTAT\", \"ini\": 1002, \"clust\": 3506, \"rank\": 2877, \"rankvar\": 3553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2587, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 149, \"group\": [3506.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCCCGGATG\", \"ini\": 1001, \"clust\": 1294, \"rank\": 2824, \"rankvar\": 3223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2588, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1829, \"group\": [1292.0, 164.0, 34.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTATAGGGC\", \"ini\": 1000, \"clust\": 838, \"rank\": 2570, \"rankvar\": 2349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2589, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2022, \"group\": [840.0, 96.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGCCTGAG\", \"ini\": 999, \"clust\": 122, \"rank\": 2704, \"rankvar\": 3137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2590, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 171, \"group\": [121.0, 31.0, 12.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTACCGTTA\", \"ini\": 998, \"clust\": 796, \"rank\": 2523, \"rankvar\": 1746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2591, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2023, \"group\": [795.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCATTCTCAT\", \"ini\": 997, \"clust\": 44, \"rank\": 2464, \"rankvar\": 2535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2592, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2745, \"group\": [47.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGACCACA\", \"ini\": 996, \"clust\": 255, \"rank\": 2383, \"rankvar\": 2706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2593, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2024, \"group\": [255.0, 56.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATCACGCGAAA\", \"ini\": 995, \"clust\": 123, \"rank\": 2671, \"rankvar\": 3582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2594, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 172, \"group\": [126.0, 31.0, 12.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGGTCCGA\", \"ini\": 994, \"clust\": 816, \"rank\": 2457, \"rankvar\": 1768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2595, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2025, \"group\": [816.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCGTTGCC\", \"ini\": 993, \"clust\": 880, \"rank\": 2540, \"rankvar\": 421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2596, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2026, \"group\": [882.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCTCATTCA\", \"ini\": 992, \"clust\": 3, \"rank\": 2495, \"rankvar\": 2977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2597, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2746, \"group\": [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCCCTCTTT\", \"ini\": 991, \"clust\": 934, \"rank\": 2526, \"rankvar\": 2449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2598, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2027, \"group\": [935.0, 103.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGCGA\", \"ini\": 990, \"clust\": 777, \"rank\": 2440, \"rankvar\": 2372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2599, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2028, \"group\": [777.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTCAATGTC\", \"ini\": 989, \"clust\": 609, \"rank\": 2546, \"rankvar\": 1862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2600, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2029, \"group\": [609.0, 81.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTGACAAAT\", \"ini\": 988, \"clust\": 3378, \"rank\": 2705, \"rankvar\": 2619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2601, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3554, \"group\": [3377.0, 511.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCCATTCTA\", \"ini\": 987, \"clust\": 811, \"rank\": 2471, \"rankvar\": 2274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2602, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2030, \"group\": [813.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGTCTATCCCG\", \"ini\": 986, \"clust\": 127, \"rank\": 2928, \"rankvar\": 3536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2603, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 173, \"group\": [130.0, 31.0, 12.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCATATCG\", \"ini\": 985, \"clust\": 664, \"rank\": 2516, \"rankvar\": 2178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2604, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2031, \"group\": [664.0, 86.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCATTCCTGC\", \"ini\": 984, \"clust\": 3563, \"rank\": 3057, \"rankvar\": 2935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1645, \"group\": [3564.0, 549.0, 85.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTCTC\", \"ini\": 983, \"clust\": 1093, \"rank\": 2453, \"rankvar\": 2702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2606, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2032, \"group\": [1093.0, 116.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCGTCCAGG\", \"ini\": 982, \"clust\": 1099, \"rank\": 2581, \"rankvar\": 2617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2607, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2033, \"group\": [1099.0, 117.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCTGCGGT\", \"ini\": 981, \"clust\": 1503, \"rank\": 2973, \"rankvar\": 1250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1646, \"group\": [1501.0, 219.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTTGCAGG\", \"ini\": 980, \"clust\": 18, \"rank\": 2622, \"rankvar\": 3408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2609, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2747, \"group\": [20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCCCTAAT\", \"ini\": 979, \"clust\": 3388, \"rank\": 2914, \"rankvar\": 3364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3555, \"group\": [3388.0, 514.0, 75.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCCAAGCCG\", \"ini\": 978, \"clust\": 1592, \"rank\": 2811, \"rankvar\": 2547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1647, \"group\": [1596.0, 234.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTGCTGTC\", \"ini\": 977, \"clust\": 1596, \"rank\": 2841, \"rankvar\": 195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2612, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1648, \"group\": [1591.0, 234.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTAGAGTC\", \"ini\": 976, \"clust\": 3512, \"rank\": 2818, \"rankvar\": 3587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2613, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 150, \"group\": [3511.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTGTTAA\", \"ini\": 975, \"clust\": 3559, \"rank\": 3081, \"rankvar\": 3138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2614, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1830, \"group\": [3562.0, 547.0, 84.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGCTCAGA\", \"ini\": 974, \"clust\": 819, \"rank\": 2496, \"rankvar\": 2451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2615, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2034, \"group\": [820.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAGTCAGTGGA\", \"ini\": 973, \"clust\": 899, \"rank\": 2624, \"rankvar\": 400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2616, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2035, \"group\": [902.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTAGTCA\", \"ini\": 972, \"clust\": 35, \"rank\": 2575, \"rankvar\": 3505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2617, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2748, \"group\": [32.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGCTAAGAT\", \"ini\": 971, \"clust\": 616, \"rank\": 2479, \"rankvar\": 2795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2618, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2036, \"group\": [616.0, 82.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCATGGGACA\", \"ini\": 970, \"clust\": 632, \"rank\": 2504, \"rankvar\": 2880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2619, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2037, \"group\": [631.0, 84.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACATCCA\", \"ini\": 969, \"clust\": 627, \"rank\": 2509, \"rankvar\": 2580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2620, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2038, \"group\": [627.0, 84.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCAGCTAGTTC\", \"ini\": 968, \"clust\": 1108, \"rank\": 2598, \"rankvar\": 1973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2621, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2039, \"group\": [1108.0, 118.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGGTGTCG\", \"ini\": 967, \"clust\": 628, \"rank\": 2529, \"rankvar\": 2089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2622, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2040, \"group\": [628.0, 84.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGTAGATC\", \"ini\": 966, \"clust\": 1580, \"rank\": 2989, \"rankvar\": 2383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1649, \"group\": [1579.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCACATAGC\", \"ini\": 965, \"clust\": 400, \"rank\": 2543, \"rankvar\": 1351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2624, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2041, \"group\": [399.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCAGCAC\", \"ini\": 964, \"clust\": 826, \"rank\": 2636, \"rankvar\": 1604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2625, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2042, \"group\": [822.0, 92.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCATTAGC\", \"ini\": 963, \"clust\": 1384, \"rank\": 2778, \"rankvar\": 2612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1831, \"group\": [1387.0, 173.0, 35.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGATCACGG\", \"ini\": 962, \"clust\": 1120, \"rank\": 2696, \"rankvar\": 1478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2627, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2043, \"group\": [1121.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTACCAGTT\", \"ini\": 961, \"clust\": 256, \"rank\": 2472, \"rankvar\": 2058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2628, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2044, \"group\": [256.0, 56.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGATATAC\", \"ini\": 960, \"clust\": 130, \"rank\": 2897, \"rankvar\": 3567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2629, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 174, \"group\": [128.0, 31.0, 12.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTAAGGGAA\", \"ini\": 959, \"clust\": 797, \"rank\": 2498, \"rankvar\": 1599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2630, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2045, \"group\": [796.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCAGGCAAG\", \"ini\": 958, \"clust\": 905, \"rank\": 2557, \"rankvar\": 733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2631, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2046, \"group\": [905.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGGAGTACC\", \"ini\": 957, \"clust\": 25, \"rank\": 2573, \"rankvar\": 3190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2632, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2749, \"group\": [21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGACGGTA\", \"ini\": 956, \"clust\": 673, \"rank\": 2562, \"rankvar\": 1074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2633, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2047, \"group\": [671.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGTGAAAT\", \"ini\": 955, \"clust\": 662, \"rank\": 2530, \"rankvar\": 2310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2634, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2048, \"group\": [662.0, 86.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCACATCTTT\", \"ini\": 954, \"clust\": 787, \"rank\": 2503, \"rankvar\": 1936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2635, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2049, \"group\": [786.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCTTACCTA\", \"ini\": 953, \"clust\": 1504, \"rank\": 2966, \"rankvar\": 1347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1650, \"group\": [1502.0, 219.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGACTAGGC\", \"ini\": 952, \"clust\": 1103, \"rank\": 2656, \"rankvar\": 3389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2637, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2050, \"group\": [1105.0, 117.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCAGGCAAG\", \"ini\": 951, \"clust\": 281, \"rank\": 2551, \"rankvar\": 2436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2638, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2051, \"group\": [280.0, 63.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACTCTGTC\", \"ini\": 950, \"clust\": 795, \"rank\": 2513, \"rankvar\": 1712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2639, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2052, \"group\": [797.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCTAACCGA\", \"ini\": 949, \"clust\": 788, \"rank\": 2443, \"rankvar\": 2840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2640, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2053, \"group\": [788.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGGAAATA\", \"ini\": 948, \"clust\": 614, \"rank\": 2505, \"rankvar\": 1792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2641, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2054, \"group\": [614.0, 82.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTATGCTTG\", \"ini\": 947, \"clust\": 36, \"rank\": 2583, \"rankvar\": 3493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2642, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2750, \"group\": [33.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATCATCCGCGA\", \"ini\": 946, \"clust\": 629, \"rank\": 2426, \"rankvar\": 2811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2643, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2055, \"group\": [629.0, 84.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGACTTTCG\", \"ini\": 945, \"clust\": 348, \"rank\": 2643, \"rankvar\": 1315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2644, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2056, \"group\": [349.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGTAGCGGT\", \"ini\": 944, \"clust\": 1567, \"rank\": 2985, \"rankvar\": 142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1651, \"group\": [1568.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAAGCGATATA\", \"ini\": 943, \"clust\": 789, \"rank\": 2384, \"rankvar\": 3186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2646, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2057, \"group\": [789.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCGAATCT\", \"ini\": 942, \"clust\": 714, \"rank\": 2596, \"rankvar\": 1035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2647, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2058, \"group\": [714.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACTCTTA\", \"ini\": 941, \"clust\": 325, \"rank\": 2547, \"rankvar\": 2157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2648, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2059, \"group\": [325.0, 76.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTTAGGAA\", \"ini\": 940, \"clust\": 610, \"rank\": 2594, \"rankvar\": 1463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2649, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2060, \"group\": [610.0, 82.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCCGAAGAG\", \"ini\": 939, \"clust\": 138, \"rank\": 2466, \"rankvar\": 1526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2650, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2920, \"group\": [138.0, 33.0, 13.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTTTACGT\", \"ini\": 938, \"clust\": 723, \"rank\": 2572, \"rankvar\": 2255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2651, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2061, \"group\": [725.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATGCAATC\", \"ini\": 937, \"clust\": 1559, \"rank\": 3004, \"rankvar\": 1418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1652, \"group\": [1561.0, 230.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTACAA\", \"ini\": 936, \"clust\": 910, \"rank\": 2615, \"rankvar\": 1913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2653, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2062, \"group\": [909.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTTGTTTC\", \"ini\": 935, \"clust\": 941, \"rank\": 2558, \"rankvar\": 1394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2654, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2063, \"group\": [941.0, 104.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCGGACAAG\", \"ini\": 934, \"clust\": 732, \"rank\": 2577, \"rankvar\": 747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2655, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2064, \"group\": [734.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATTACCG\", \"ini\": 933, \"clust\": 124, \"rank\": 2749, \"rankvar\": 3544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2656, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 175, \"group\": [125.0, 31.0, 12.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGCTTTGGT\", \"ini\": 932, \"clust\": 136, \"rank\": 2917, \"rankvar\": 3500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2657, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 176, \"group\": [135.0, 31.0, 12.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCCACGAAT\", \"ini\": 931, \"clust\": 3519, \"rank\": 2949, \"rankvar\": 3569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2658, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 151, \"group\": [3519.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAACGATCT\", \"ini\": 930, \"clust\": 771, \"rank\": 2545, \"rankvar\": 2478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2659, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2065, \"group\": [772.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTGGCGAAT\", \"ini\": 929, \"clust\": 867, \"rank\": 2688, \"rankvar\": 1137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2660, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2066, \"group\": [866.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCAACGAAA\", \"ini\": 928, \"clust\": 810, \"rank\": 2452, \"rankvar\": 2682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2661, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2067, \"group\": [809.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTATCGCC\", \"ini\": 927, \"clust\": 330, \"rank\": 2652, \"rankvar\": 1931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2068, \"group\": [330.0, 76.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTATCCCG\", \"ini\": 926, \"clust\": 806, \"rank\": 2552, \"rankvar\": 1897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2663, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2069, \"group\": [810.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACATGACATC\", \"ini\": 925, \"clust\": 665, \"rank\": 2690, \"rankvar\": 2324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2664, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2070, \"group\": [665.0, 86.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACACGGATAG\", \"ini\": 924, \"clust\": 120, \"rank\": 2850, \"rankvar\": 2507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2665, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 177, \"group\": [122.0, 31.0, 12.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTCCACAA\", \"ini\": 923, \"clust\": 262, \"rank\": 2602, \"rankvar\": 1403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2666, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2071, \"group\": [262.0, 57.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGGGTCTCC\", \"ini\": 922, \"clust\": 1090, \"rank\": 2618, \"rankvar\": 2921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2667, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2751, \"group\": [1091.0, 116.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGGATTGG\", \"ini\": 921, \"clust\": 263, \"rank\": 2522, \"rankvar\": 2360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2668, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2072, \"group\": [263.0, 57.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACCAGTTCCCT\", \"ini\": 920, \"clust\": 842, \"rank\": 2544, \"rankvar\": 1647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2669, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2073, \"group\": [844.0, 96.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCATCATC\", \"ini\": 919, \"clust\": 372, \"rank\": 2693, \"rankvar\": 1470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2670, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2074, \"group\": [371.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTCGCTAA\", \"ini\": 918, \"clust\": 23, \"rank\": 2630, \"rankvar\": 3485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2671, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2752, \"group\": [24.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCGGCCGAT\", \"ini\": 917, \"clust\": 936, \"rank\": 2538, \"rankvar\": 2517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2672, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2075, \"group\": [934.0, 103.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCCGTACAA\", \"ini\": 916, \"clust\": 1147, \"rank\": 2633, \"rankvar\": 2403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2673, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2076, \"group\": [1148.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTAACGGT\", \"ini\": 915, \"clust\": 339, \"rank\": 2727, \"rankvar\": 835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2674, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2077, \"group\": [343.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTGTAGGGTAC\", \"ini\": 914, \"clust\": 907, \"rank\": 2604, \"rankvar\": 1215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2675, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2078, \"group\": [907.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGTTGTC\", \"ini\": 913, \"clust\": 678, \"rank\": 2639, \"rankvar\": 1298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2676, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2079, \"group\": [677.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTCATTAGGCT\", \"ini\": 912, \"clust\": 775, \"rank\": 2442, \"rankvar\": 2721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2677, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2080, \"group\": [775.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTGTCGCTG\", \"ini\": 911, \"clust\": 3578, \"rank\": 2848, \"rankvar\": 3209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2678, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2081, \"group\": [3589.0, 565.0, 91.0, 23.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCAGCTGGC\", \"ini\": 910, \"clust\": 793, \"rank\": 2642, \"rankvar\": 2106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2679, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2082, \"group\": [792.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGTGGCTC\", \"ini\": 909, \"clust\": 846, \"rank\": 2659, \"rankvar\": 2973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2680, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2083, \"group\": [851.0, 97.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGTGTGGT\", \"ini\": 908, \"clust\": 140, \"rank\": 2519, \"rankvar\": 95, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2681, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2921, \"group\": [141.0, 34.0, 13.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCACCCT\", \"ini\": 907, \"clust\": 912, \"rank\": 2539, \"rankvar\": 2409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2682, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2084, \"group\": [912.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAGGCCT\", \"ini\": 906, \"clust\": 875, \"rank\": 2561, \"rankvar\": 2241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2683, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2085, \"group\": [878.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCACCGGGT\", \"ini\": 905, \"clust\": 1129, \"rank\": 2786, \"rankvar\": 1445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2684, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2086, \"group\": [1129.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCTCAACT\", \"ini\": 904, \"clust\": 832, \"rank\": 2789, \"rankvar\": 1456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2685, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2087, \"group\": [830.0, 92.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTGTGCAGTAG\", \"ini\": 903, \"clust\": 374, \"rank\": 2667, \"rankvar\": 1411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2686, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2088, \"group\": [374.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCTTGCCA\", \"ini\": 902, \"clust\": 21, \"rank\": 2608, \"rankvar\": 3359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2687, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2753, \"group\": [26.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGGATA\", \"ini\": 901, \"clust\": 24, \"rank\": 2563, \"rankvar\": 3534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2688, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2754, \"group\": [23.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCAGCACAT\", \"ini\": 900, \"clust\": 928, \"rank\": 2607, \"rankvar\": 1756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2689, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2089, \"group\": [929.0, 103.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAGCCTAA\", \"ini\": 899, \"clust\": 729, \"rank\": 2634, \"rankvar\": 1370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2690, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2090, \"group\": [730.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATGCCCGA\", \"ini\": 898, \"clust\": 820, \"rank\": 2535, \"rankvar\": 2313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2091, \"group\": [818.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCAACTA\", \"ini\": 897, \"clust\": 328, \"rank\": 2685, \"rankvar\": 501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2092, \"group\": [327.0, 76.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCTAGGGC\", \"ini\": 896, \"clust\": 1053, \"rank\": 2695, \"rankvar\": 3387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2693, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2755, \"group\": [1052.0, 113.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTATTACCG\", \"ini\": 895, \"clust\": 836, \"rank\": 2687, \"rankvar\": 616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2694, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2093, \"group\": [833.0, 93.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCATGAT\", \"ini\": 894, \"clust\": 615, \"rank\": 2564, \"rankvar\": 1988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2695, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2094, \"group\": [615.0, 82.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAAGCGTAG\", \"ini\": 893, \"clust\": 40, \"rank\": 2514, \"rankvar\": 3164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2696, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2756, \"group\": [40.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACGTTGGC\", \"ini\": 892, \"clust\": 41, \"rank\": 2470, \"rankvar\": 2961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2697, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2757, \"group\": [41.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCTGATACG\", \"ini\": 891, \"clust\": 798, \"rank\": 2578, \"rankvar\": 969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2698, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2095, \"group\": [798.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGAGTATA\", \"ini\": 890, \"clust\": 670, \"rank\": 2574, \"rankvar\": 2211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2699, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2096, \"group\": [673.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACGACTCG\", \"ini\": 889, \"clust\": 825, \"rank\": 2641, \"rankvar\": 2562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2700, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2097, \"group\": [824.0, 92.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCAATAAGG\", \"ini\": 888, \"clust\": 724, \"rank\": 2675, \"rankvar\": 1947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2701, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2098, \"group\": [723.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGATGTAT\", \"ini\": 887, \"clust\": 735, \"rank\": 2661, \"rankvar\": 1539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2702, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2099, \"group\": [737.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATTGCGA\", \"ini\": 886, \"clust\": 861, \"rank\": 2745, \"rankvar\": 2000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2703, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2100, \"group\": [863.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCCTCTTT\", \"ini\": 885, \"clust\": 128, \"rank\": 2934, \"rankvar\": 3002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2704, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 178, \"group\": [129.0, 31.0, 12.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCGACCAGC\", \"ini\": 884, \"clust\": 755, \"rank\": 2709, \"rankvar\": 1414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2705, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2101, \"group\": [754.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACACCTTGTC\", \"ini\": 883, \"clust\": 827, \"rank\": 2795, \"rankvar\": 650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2706, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2102, \"group\": [823.0, 92.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTGGTATG\", \"ini\": 882, \"clust\": 663, \"rank\": 2597, \"rankvar\": 2729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2707, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2103, \"group\": [663.0, 86.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGCCCAACC\", \"ini\": 881, \"clust\": 329, \"rank\": 2807, \"rankvar\": 986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2708, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2104, \"group\": [328.0, 76.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGATATGCA\", \"ini\": 880, \"clust\": 721, \"rank\": 2702, \"rankvar\": 1802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2709, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2105, \"group\": [720.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCAAGGTGTG\", \"ini\": 879, \"clust\": 307, \"rank\": 2708, \"rankvar\": 781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2710, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2106, \"group\": [307.0, 74.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAGGCTCAC\", \"ini\": 878, \"clust\": 375, \"rank\": 2647, \"rankvar\": 2153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2711, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2107, \"group\": [375.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTCATGCAT\", \"ini\": 877, \"clust\": 3343, \"rank\": 2537, \"rankvar\": 2373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2712, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2840, \"group\": [3344.0, 504.0, 74.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTCTTGCA\", \"ini\": 876, \"clust\": 619, \"rank\": 2565, \"rankvar\": 1111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2713, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2108, \"group\": [618.0, 83.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCATTTGGG\", \"ini\": 875, \"clust\": 264, \"rank\": 2632, \"rankvar\": 1871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2714, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2109, \"group\": [264.0, 57.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTCCAT\", \"ini\": 874, \"clust\": 19, \"rank\": 2721, \"rankvar\": 3163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2715, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2758, \"group\": [18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCTTGC\", \"ini\": 873, \"clust\": 889, \"rank\": 2884, \"rankvar\": 946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2716, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2110, \"group\": [889.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACCTAC\", \"ini\": 872, \"clust\": 839, \"rank\": 2648, \"rankvar\": 2394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2717, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2111, \"group\": [838.0, 96.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGTTAGGTA\", \"ini\": 871, \"clust\": 1087, \"rank\": 2485, \"rankvar\": 3022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2718, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2759, \"group\": [1090.0, 115.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCTCTTGAT\", \"ini\": 870, \"clust\": 20, \"rank\": 2625, \"rankvar\": 3426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2719, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2760, \"group\": [19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCGTAGGAG\", \"ini\": 869, \"clust\": 930, \"rank\": 2686, \"rankvar\": 1496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2720, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2112, \"group\": [930.0, 103.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGCCGCT\", \"ini\": 868, \"clust\": 620, \"rank\": 2669, \"rankvar\": 1701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2721, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2113, \"group\": [619.0, 83.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCACGACGAA\", \"ini\": 867, \"clust\": 779, \"rank\": 2592, \"rankvar\": 2331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2722, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2114, \"group\": [779.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGTCCTCT\", \"ini\": 866, \"clust\": 3551, \"rank\": 2739, \"rankvar\": 3379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3556, \"group\": [3552.0, 543.0, 83.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGTCGAT\", \"ini\": 865, \"clust\": 630, \"rank\": 2580, \"rankvar\": 2875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2115, \"group\": [630.0, 84.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTAGAATGTTG\", \"ini\": 864, \"clust\": 342, \"rank\": 2743, \"rankvar\": 2065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2725, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2116, \"group\": [339.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCATCCAACA\", \"ini\": 863, \"clust\": 303, \"rank\": 2970, \"rankvar\": 1985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2726, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3565, \"group\": [306.0, 73.0, 19.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGGGAGTAA\", \"ini\": 862, \"clust\": 3526, \"rank\": 2803, \"rankvar\": 3588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2727, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 152, \"group\": [3524.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCCCGTT\", \"ini\": 861, \"clust\": 12, \"rank\": 2866, \"rankvar\": 3326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2728, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2761, \"group\": [12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACCATTCGACA\", \"ini\": 860, \"clust\": 1135, \"rank\": 2790, \"rankvar\": 1574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2729, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2117, \"group\": [1136.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAAGAAACGCC\", \"ini\": 859, \"clust\": 859, \"rank\": 2806, \"rankvar\": 2693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2730, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2118, \"group\": [859.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCATAAAGG\", \"ini\": 858, \"clust\": 1068, \"rank\": 2952, \"rankvar\": 2602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2731, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2762, \"group\": [1069.0, 113.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAACGGG\", \"ini\": 857, \"clust\": 756, \"rank\": 2734, \"rankvar\": 2423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2732, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2119, \"group\": [755.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCATTCTA\", \"ini\": 856, \"clust\": 852, \"rank\": 2593, \"rankvar\": 2285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2733, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2120, \"group\": [852.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTTGTCAT\", \"ini\": 855, \"clust\": 3552, \"rank\": 2864, \"rankvar\": 2878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3557, \"group\": [3553.0, 544.0, 83.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAACAACA\", \"ini\": 854, \"clust\": 1156, \"rank\": 2674, \"rankvar\": 1805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2735, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2121, \"group\": [1157.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAACGACG\", \"ini\": 853, \"clust\": 726, \"rank\": 2706, \"rankvar\": 2661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2736, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2122, \"group\": [726.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTGCAAT\", \"ini\": 852, \"clust\": 1048, \"rank\": 2646, \"rankvar\": 3276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2737, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2763, \"group\": [1049.0, 112.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGGAGAA\", \"ini\": 851, \"clust\": 754, \"rank\": 2701, \"rankvar\": 2741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2738, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2123, \"group\": [756.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCGCTCCA\", \"ini\": 850, \"clust\": 380, \"rank\": 2612, \"rankvar\": 541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2739, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2124, \"group\": [382.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGACCT\", \"ini\": 849, \"clust\": 685, \"rank\": 2638, \"rankvar\": 413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2740, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2125, \"group\": [685.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGGATACC\", \"ini\": 848, \"clust\": 666, \"rank\": 2672, \"rankvar\": 2344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2741, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2126, \"group\": [668.0, 86.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCAGTAT\", \"ini\": 847, \"clust\": 347, \"rank\": 2893, \"rankvar\": 1843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2742, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2127, \"group\": [350.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTTGAT\", \"ini\": 846, \"clust\": 381, \"rank\": 2658, \"rankvar\": 1821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2743, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2128, \"group\": [380.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCCGCAAGC\", \"ini\": 845, \"clust\": 914, \"rank\": 2579, \"rankvar\": 1344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2744, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2129, \"group\": [916.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTATG\", \"ini\": 844, \"clust\": 835, \"rank\": 2707, \"rankvar\": 1790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2745, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2130, \"group\": [835.0, 93.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGCGTAGTG\", \"ini\": 843, \"clust\": 3517, \"rank\": 2997, \"rankvar\": 3564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2746, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 153, \"group\": [3517.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGACCTC\", \"ini\": 842, \"clust\": 908, \"rank\": 2712, \"rankvar\": 2424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2747, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2131, \"group\": [908.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTGCGGCA\", \"ini\": 841, \"clust\": 790, \"rank\": 2601, \"rankvar\": 2776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2748, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2132, \"group\": [790.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCATGGTCTA\", \"ini\": 840, \"clust\": 942, \"rank\": 2645, \"rankvar\": 2453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2749, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2133, \"group\": [944.0, 104.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGCGCCTTG\", \"ini\": 839, \"clust\": 877, \"rank\": 2670, \"rankvar\": 1729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2750, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2134, \"group\": [876.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACTGGCC\", \"ini\": 838, \"clust\": 1100, \"rank\": 2673, \"rankvar\": 2850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2751, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2135, \"group\": [1100.0, 117.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTTTAAGCC\", \"ini\": 837, \"clust\": 641, \"rank\": 2783, \"rankvar\": 2175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2752, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2136, \"group\": [641.0, 84.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGACGGAA\", \"ini\": 836, \"clust\": 132, \"rank\": 3067, \"rankvar\": 3482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2753, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 179, \"group\": [131.0, 31.0, 12.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGTAA\", \"ini\": 835, \"clust\": 736, \"rank\": 2713, \"rankvar\": 1760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2754, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2137, \"group\": [735.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACGACTCG\", \"ini\": 834, \"clust\": 712, \"rank\": 2680, \"rankvar\": 2160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2755, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2138, \"group\": [711.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTGCAACGA\", \"ini\": 833, \"clust\": 394, \"rank\": 2718, \"rankvar\": 734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2756, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2139, \"group\": [394.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCGTACCGG\", \"ini\": 832, \"clust\": 728, \"rank\": 2815, \"rankvar\": 2240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2757, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2140, \"group\": [731.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTAGGTGC\", \"ini\": 831, \"clust\": 1064, \"rank\": 2883, \"rankvar\": 3330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2758, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2764, \"group\": [1065.0, 113.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACATGCTGGC\", \"ini\": 830, \"clust\": 833, \"rank\": 2844, \"rankvar\": 1375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2759, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2141, \"group\": [831.0, 92.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACGACTA\", \"ini\": 829, \"clust\": 323, \"rank\": 2760, \"rankvar\": 1433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2760, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2142, \"group\": [321.0, 76.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAGCTCCGA\", \"ini\": 828, \"clust\": 821, \"rank\": 2611, \"rankvar\": 3050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2761, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2143, \"group\": [819.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGCAACTT\", \"ini\": 827, \"clust\": 669, \"rank\": 2650, \"rankvar\": 1832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2762, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2144, \"group\": [687.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGCGCTC\", \"ini\": 826, \"clust\": 1121, \"rank\": 2780, \"rankvar\": 2229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2763, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2145, \"group\": [1122.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACGCGGT\", \"ini\": 825, \"clust\": 253, \"rank\": 2746, \"rankvar\": 2594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2764, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2146, \"group\": [253.0, 55.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCTACCAGA\", \"ini\": 824, \"clust\": 864, \"rank\": 2842, \"rankvar\": 1365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2765, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2147, \"group\": [864.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCATCGGAT\", \"ini\": 823, \"clust\": 752, \"rank\": 2939, \"rankvar\": 2615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2766, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2148, \"group\": [752.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCTCGCATC\", \"ini\": 822, \"clust\": 326, \"rank\": 2766, \"rankvar\": 1316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2767, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2149, \"group\": [326.0, 76.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCGTTTATC\", \"ini\": 821, \"clust\": 26, \"rank\": 2758, \"rankvar\": 3470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2768, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2765, \"group\": [22.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTGCGAAAC\", \"ini\": 820, \"clust\": 676, \"rank\": 2799, \"rankvar\": 1632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2769, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2150, \"group\": [674.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGATCGATA\", \"ini\": 819, \"clust\": 345, \"rank\": 2747, \"rankvar\": 1071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2770, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2151, \"group\": [344.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGCTAACTC\", \"ini\": 818, \"clust\": 388, \"rank\": 2635, \"rankvar\": 1696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2771, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2152, \"group\": [386.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTGGCCCTA\", \"ini\": 817, \"clust\": 1077, \"rank\": 2787, \"rankvar\": 2680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2766, \"group\": [1078.0, 114.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTACTTAC\", \"ini\": 816, \"clust\": 800, \"rank\": 2700, \"rankvar\": 856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2773, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2153, \"group\": [800.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCCACGAAT\", \"ini\": 815, \"clust\": 395, \"rank\": 2735, \"rankvar\": 1766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2774, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2154, \"group\": [395.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGAACAG\", \"ini\": 814, \"clust\": 1136, \"rank\": 2858, \"rankvar\": 1724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2775, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2155, \"group\": [1137.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCCAAGCCG\", \"ini\": 813, \"clust\": 671, \"rank\": 2677, \"rankvar\": 1515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2776, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2156, \"group\": [669.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTAGT\", \"ini\": 812, \"clust\": 865, \"rank\": 2714, \"rankvar\": 2138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2777, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2157, \"group\": [865.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCACAGTAC\", \"ini\": 811, \"clust\": 725, \"rank\": 2779, \"rankvar\": 2174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2778, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2158, \"group\": [724.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGTGAAGTT\", \"ini\": 810, \"clust\": 617, \"rank\": 2663, \"rankvar\": 2380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2779, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2159, \"group\": [617.0, 82.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACAAATCCGT\", \"ini\": 809, \"clust\": 258, \"rank\": 2678, \"rankvar\": 2537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2780, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2160, \"group\": [257.0, 56.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCACCGATAT\", \"ini\": 808, \"clust\": 265, \"rank\": 2586, \"rankvar\": 1894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2781, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2161, \"group\": [265.0, 57.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGCGATCG\", \"ini\": 807, \"clust\": 1066, \"rank\": 2924, \"rankvar\": 3301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2782, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2767, \"group\": [1067.0, 113.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTTCCACAA\", \"ini\": 806, \"clust\": 1152, \"rank\": 2791, \"rankvar\": 2585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2783, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2162, \"group\": [1153.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCTCAACA\", \"ini\": 805, \"clust\": 845, \"rank\": 2655, \"rankvar\": 2744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2784, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2163, \"group\": [842.0, 96.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCACAAGACG\", \"ini\": 804, \"clust\": 738, \"rank\": 2876, \"rankvar\": 2183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2785, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2164, \"group\": [740.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTCACATTCGA\", \"ini\": 803, \"clust\": 358, \"rank\": 2853, \"rankvar\": 2096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2786, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2165, \"group\": [358.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTGCGATG\", \"ini\": 802, \"clust\": 1404, \"rank\": 2725, \"rankvar\": 2765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1653, \"group\": [1401.0, 180.0, 37.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCAGCACAT\", \"ini\": 801, \"clust\": 331, \"rank\": 2768, \"rankvar\": 1772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2788, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2166, \"group\": [331.0, 76.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGTTCGAT\", \"ini\": 800, \"clust\": 674, \"rank\": 2694, \"rankvar\": 1646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2789, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2167, \"group\": [672.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCGGCTCA\", \"ini\": 799, \"clust\": 618, \"rank\": 2576, \"rankvar\": 1667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2790, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2168, \"group\": [620.0, 83.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGATGTGG\", \"ini\": 798, \"clust\": 259, \"rank\": 2720, \"rankvar\": 2846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2791, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2169, \"group\": [258.0, 56.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAAAGGTGC\", \"ini\": 797, \"clust\": 906, \"rank\": 2620, \"rankvar\": 2791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2792, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2170, \"group\": [906.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGTACGTTC\", \"ini\": 796, \"clust\": 730, \"rank\": 2732, \"rankvar\": 2013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2793, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2171, \"group\": [728.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTAAACCTC\", \"ini\": 795, \"clust\": 799, \"rank\": 2662, \"rankvar\": 2827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2794, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2172, \"group\": [799.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCTCGTTTA\", \"ini\": 794, \"clust\": 1131, \"rank\": 2872, \"rankvar\": 1965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2795, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2173, \"group\": [1132.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCGTCGTTC\", \"ini\": 793, \"clust\": 830, \"rank\": 2741, \"rankvar\": 1354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2796, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2174, \"group\": [828.0, 92.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCACAAACC\", \"ini\": 792, \"clust\": 741, \"rank\": 2773, \"rankvar\": 1399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2797, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2175, \"group\": [743.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAATCCGT\", \"ini\": 791, \"clust\": 319, \"rank\": 2692, \"rankvar\": 1793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2798, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2176, \"group\": [324.0, 76.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTAGCGTGA\", \"ini\": 790, \"clust\": 378, \"rank\": 2737, \"rankvar\": 2492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2177, \"group\": [378.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCCGCTGA\", \"ini\": 789, \"clust\": 720, \"rank\": 2733, \"rankvar\": 2227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2178, \"group\": [722.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAGTAGATTAG\", \"ini\": 788, \"clust\": 368, \"rank\": 2831, \"rankvar\": 1715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2801, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2179, \"group\": [370.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGCTAGGT\", \"ini\": 787, \"clust\": 911, \"rank\": 2767, \"rankvar\": 1453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2802, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2180, \"group\": [910.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACATGGGAAC\", \"ini\": 786, \"clust\": 3553, \"rank\": 3175, \"rankvar\": 3178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1832, \"group\": [3563.0, 548.0, 84.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTGTTTGC\", \"ini\": 785, \"clust\": 3521, \"rank\": 3007, \"rankvar\": 3565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2804, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 154, \"group\": [3521.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCAGGTC\", \"ini\": 784, \"clust\": 299, \"rank\": 2614, \"rankvar\": 2444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2805, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2181, \"group\": [299.0, 70.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGATCACGG\", \"ini\": 783, \"clust\": 351, \"rank\": 2933, \"rankvar\": 2215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2806, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2182, \"group\": [351.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCATGACGGA\", \"ini\": 782, \"clust\": 398, \"rank\": 2834, \"rankvar\": 1552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2183, \"group\": [396.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCATAACCTG\", \"ini\": 781, \"clust\": 878, \"rank\": 2761, \"rankvar\": 2705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2808, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2184, \"group\": [874.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTGTTGAA\", \"ini\": 780, \"clust\": 737, \"rank\": 2861, \"rankvar\": 1989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2809, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2185, \"group\": [736.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCAACTCTT\", \"ini\": 779, \"clust\": 399, \"rank\": 2784, \"rankvar\": 2123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2810, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2186, \"group\": [397.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAACACCTA\", \"ini\": 778, \"clust\": 357, \"rank\": 2958, \"rankvar\": 1486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2811, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2187, \"group\": [364.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGCAATCTC\", \"ini\": 777, \"clust\": 758, \"rank\": 2781, \"rankvar\": 586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2812, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2188, \"group\": [757.0, 88.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTAGCACGA\", \"ini\": 776, \"clust\": 392, \"rank\": 2833, \"rankvar\": 2300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2813, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2189, \"group\": [390.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAGGAACGT\", \"ini\": 775, \"clust\": 397, \"rank\": 2715, \"rankvar\": 2023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2814, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2190, \"group\": [398.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGTTGAGG\", \"ini\": 774, \"clust\": 879, \"rank\": 2724, \"rankvar\": 2640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2815, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2191, \"group\": [875.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGTAAGTAC\", \"ini\": 773, \"clust\": 69, \"rank\": 2590, \"rankvar\": 3336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2816, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2768, \"group\": [72.0, 13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTCGT\", \"ini\": 772, \"clust\": 727, \"rank\": 2785, \"rankvar\": 2710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2817, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2192, \"group\": [727.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTTGCCGT\", \"ini\": 771, \"clust\": 316, \"rank\": 2782, \"rankvar\": 1765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2818, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2193, \"group\": [317.0, 76.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAGCCACCA\", \"ini\": 770, \"clust\": 366, \"rank\": 2829, \"rankvar\": 1240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2819, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2194, \"group\": [366.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGTCGTTTG\", \"ini\": 769, \"clust\": 349, \"rank\": 2810, \"rankvar\": 1524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2820, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2195, \"group\": [347.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCTAGGCA\", \"ini\": 768, \"clust\": 1054, \"rank\": 2826, \"rankvar\": 3483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2821, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2769, \"group\": [1053.0, 113.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGCCAACAG\", \"ini\": 767, \"clust\": 915, \"rank\": 2753, \"rankvar\": 1232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2822, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2196, \"group\": [914.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGACG\", \"ini\": 766, \"clust\": 1080, \"rank\": 2788, \"rankvar\": 2919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2823, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2770, \"group\": [1080.0, 114.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGTCTGAGTGT\", \"ini\": 765, \"clust\": 828, \"rank\": 2823, \"rankvar\": 945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2824, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2197, \"group\": [826.0, 92.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCATTTGGG\", \"ini\": 764, \"clust\": 829, \"rank\": 2828, \"rankvar\": 1247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2825, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2198, \"group\": [827.0, 92.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCACCT\", \"ini\": 763, \"clust\": 667, \"rank\": 2946, \"rankvar\": 2070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2826, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2199, \"group\": [666.0, 86.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCAGACAGGT\", \"ini\": 762, \"clust\": 371, \"rank\": 2860, \"rankvar\": 1986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2827, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2200, \"group\": [373.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGCCAGAA\", \"ini\": 761, \"clust\": 650, \"rank\": 2797, \"rankvar\": 1739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2828, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2201, \"group\": [655.0, 85.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGTAGC\", \"ini\": 760, \"clust\": 1246, \"rank\": 2606, \"rankvar\": 2895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2829, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2990, \"group\": [1246.0, 154.0, 31.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGGCTGAA\", \"ini\": 759, \"clust\": 1069, \"rank\": 3001, \"rankvar\": 1713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2830, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2771, \"group\": [1070.0, 113.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCACACTGCG\", \"ini\": 758, \"clust\": 791, \"rank\": 2717, \"rankvar\": 2118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2831, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2202, \"group\": [791.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCCACTCCA\", \"ini\": 757, \"clust\": 716, \"rank\": 2809, \"rankvar\": 1026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2832, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2203, \"group\": [716.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCAACGGGA\", \"ini\": 756, \"clust\": 337, \"rank\": 2971, \"rankvar\": 2283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2833, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2204, \"group\": [334.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTACCTGC\", \"ini\": 755, \"clust\": 822, \"rank\": 2862, \"rankvar\": 688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2834, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2205, \"group\": [837.0, 95.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATCGGGT\", \"ini\": 754, \"clust\": 1149, \"rank\": 2744, \"rankvar\": 2851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2835, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2206, \"group\": [1152.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCACAGTAC\", \"ini\": 753, \"clust\": 589, \"rank\": 2929, \"rankvar\": 1781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2836, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2207, \"group\": [591.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGACCTC\", \"ini\": 752, \"clust\": 931, \"rank\": 2757, \"rankvar\": 1641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2837, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2208, \"group\": [931.0, 103.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTAGTTCCACA\", \"ini\": 751, \"clust\": 840, \"rank\": 2837, \"rankvar\": 3127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2838, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2209, \"group\": [839.0, 96.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTCTCAAC\", \"ini\": 750, \"clust\": 874, \"rank\": 2730, \"rankvar\": 2848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2839, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2210, \"group\": [879.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCTAAGAT\", \"ini\": 749, \"clust\": 415, \"rank\": 2998, \"rankvar\": 754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2840, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2211, \"group\": [414.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACATGTCTCC\", \"ini\": 748, \"clust\": 886, \"rank\": 2599, \"rankvar\": 1764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2841, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2212, \"group\": [888.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCTAAGCCA\", \"ini\": 747, \"clust\": 1051, \"rank\": 2904, \"rankvar\": 3325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2842, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2772, \"group\": [1057.0, 113.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACTAGGC\", \"ini\": 746, \"clust\": 812, \"rank\": 2684, \"rankvar\": 2180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2843, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2213, \"group\": [811.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCACGACTA\", \"ini\": 745, \"clust\": 251, \"rank\": 2916, \"rankvar\": 2648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2844, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2214, \"group\": [251.0, 55.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCAGTTCGA\", \"ini\": 744, \"clust\": 749, \"rank\": 2812, \"rankvar\": 1246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2845, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2215, \"group\": [751.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTTCAACACTG\", \"ini\": 743, \"clust\": 745, \"rank\": 2887, \"rankvar\": 1339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2216, \"group\": [744.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCGTATAGTAG\", \"ini\": 742, \"clust\": 850, \"rank\": 2863, \"rankvar\": 470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2847, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2217, \"group\": [848.0, 97.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCGAGCCCA\", \"ini\": 741, \"clust\": 794, \"rank\": 2775, \"rankvar\": 2188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2848, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2218, \"group\": [793.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTGCCTGTG\", \"ini\": 740, \"clust\": 876, \"rank\": 2703, \"rankvar\": 2216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2849, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2219, \"group\": [877.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCGGATCA\", \"ini\": 739, \"clust\": 245, \"rank\": 2772, \"rankvar\": 2942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2850, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2220, \"group\": [245.0, 51.0, 16.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCATTGCGGC\", \"ini\": 738, \"clust\": 817, \"rank\": 2697, \"rankvar\": 2246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2851, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2221, \"group\": [817.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGTCTCG\", \"ini\": 737, \"clust\": 976, \"rank\": 2623, \"rankvar\": 2321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2852, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2841, \"group\": [977.0, 110.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGCCGGTAA\", \"ini\": 736, \"clust\": 733, \"rank\": 2798, \"rankvar\": 1003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2853, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2222, \"group\": [732.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTCATTACCTT\", \"ini\": 735, \"clust\": 1124, \"rank\": 2999, \"rankvar\": 1695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2854, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2223, \"group\": [1123.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGATGCCTT\", \"ini\": 734, \"clust\": 612, \"rank\": 2830, \"rankvar\": 1747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2855, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2224, \"group\": [612.0, 82.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCCGTAGGC\", \"ini\": 733, \"clust\": 686, \"rank\": 2755, \"rankvar\": 1774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2856, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2225, \"group\": [683.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACTTACGA\", \"ini\": 732, \"clust\": 437, \"rank\": 3038, \"rankvar\": 647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2857, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2226, \"group\": [444.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTAGATGA\", \"ini\": 731, \"clust\": 441, \"rank\": 3021, \"rankvar\": 500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2858, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2227, \"group\": [443.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAAATTGCC\", \"ini\": 730, \"clust\": 633, \"rank\": 2771, \"rankvar\": 2345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2228, \"group\": [632.0, 84.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATCCGCGA\", \"ini\": 729, \"clust\": 1081, \"rank\": 2770, \"rankvar\": 3322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2860, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2773, \"group\": [1081.0, 114.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTCATTA\", \"ini\": 728, \"clust\": 464, \"rank\": 2957, \"rankvar\": 517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2861, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2229, \"group\": [463.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGCTAGTCT\", \"ini\": 727, \"clust\": 1065, \"rank\": 3074, \"rankvar\": 2954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2862, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2774, \"group\": [1066.0, 113.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCTGATACG\", \"ini\": 726, \"clust\": 658, \"rank\": 2832, \"rankvar\": 2771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2863, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2230, \"group\": [659.0, 86.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGTATCGAA\", \"ini\": 725, \"clust\": 335, \"rank\": 2927, \"rankvar\": 2573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2864, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2231, \"group\": [337.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTACTTCTT\", \"ini\": 724, \"clust\": 510, \"rank\": 3052, \"rankvar\": 628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2865, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2232, \"group\": [509.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAGGTA\", \"ini\": 723, \"clust\": 920, \"rank\": 2759, \"rankvar\": 1561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2866, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2233, \"group\": [922.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTGAGTTC\", \"ini\": 722, \"clust\": 590, \"rank\": 2800, \"rankvar\": 921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2867, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2234, \"group\": [589.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGAATGGG\", \"ini\": 721, \"clust\": 320, \"rank\": 2881, \"rankvar\": 544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2235, \"group\": [319.0, 76.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTAGGGTG\", \"ini\": 720, \"clust\": 759, \"rank\": 2838, \"rankvar\": 1697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2869, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2236, \"group\": [758.0, 88.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAAGATGCCTT\", \"ini\": 719, \"clust\": 1145, \"rank\": 2888, \"rankvar\": 1968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2870, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2237, \"group\": [1146.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCAAGCG\", \"ini\": 718, \"clust\": 1055, \"rank\": 2649, \"rankvar\": 3129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2871, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2775, \"group\": [1054.0, 113.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCGTCTTC\", \"ini\": 717, \"clust\": 718, \"rank\": 2852, \"rankvar\": 1994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2872, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2238, \"group\": [718.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTCTGATTG\", \"ini\": 716, \"clust\": 860, \"rank\": 2827, \"rankvar\": 1085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2873, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2239, \"group\": [860.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATCTACGA\", \"ini\": 715, \"clust\": 417, \"rank\": 2941, \"rankvar\": 1840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2874, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2240, \"group\": [417.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAACCGCCA\", \"ini\": 714, \"clust\": 668, \"rank\": 2898, \"rankvar\": 2481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2875, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2241, \"group\": [667.0, 86.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTAAGCC\", \"ini\": 713, \"clust\": 731, \"rank\": 2728, \"rankvar\": 1313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2876, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2242, \"group\": [729.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCAAGCGA\", \"ini\": 712, \"clust\": 595, \"rank\": 2932, \"rankvar\": 887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2877, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2243, \"group\": [595.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTAATCACC\", \"ini\": 711, \"clust\": 1079, \"rank\": 2873, \"rankvar\": 2466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2878, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2776, \"group\": [1082.0, 114.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCACGAAACG\", \"ini\": 710, \"clust\": 343, \"rank\": 2849, \"rankvar\": 1451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2879, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2244, \"group\": [340.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATTCCTCG\", \"ini\": 709, \"clust\": 346, \"rank\": 2995, \"rankvar\": 2663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2880, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2245, \"group\": [345.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGAGATGAG\", \"ini\": 708, \"clust\": 1122, \"rank\": 3118, \"rankvar\": 2734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2881, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2246, \"group\": [1126.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCCCACT\", \"ini\": 707, \"clust\": 1043, \"rank\": 2731, \"rankvar\": 2944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2882, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2777, \"group\": [1045.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGACTACT\", \"ini\": 706, \"clust\": 481, \"rank\": 3018, \"rankvar\": 1168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2247, \"group\": [483.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTGGTAAT\", \"ini\": 705, \"clust\": 1125, \"rank\": 3088, \"rankvar\": 2316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2884, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2248, \"group\": [1124.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCAGCTTAG\", \"ini\": 704, \"clust\": 901, \"rank\": 2902, \"rankvar\": 2184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2885, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2249, \"group\": [899.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTGATGTGG\", \"ini\": 703, \"clust\": 606, \"rank\": 2912, \"rankvar\": 2245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2886, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2250, \"group\": [605.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCATATGCTG\", \"ini\": 702, \"clust\": 373, \"rank\": 2796, \"rankvar\": 2503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2887, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2251, \"group\": [372.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCAAACGTGG\", \"ini\": 701, \"clust\": 137, \"rank\": 2617, \"rankvar\": 2158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2888, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2922, \"group\": [140.0, 33.0, 13.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGCTCGCA\", \"ini\": 700, \"clust\": 561, \"rank\": 2874, \"rankvar\": 964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2889, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2252, \"group\": [561.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACACCATGTA\", \"ini\": 699, \"clust\": 734, \"rank\": 2896, \"rankvar\": 1867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2890, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2253, \"group\": [733.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGATGCCAG\", \"ini\": 698, \"clust\": 677, \"rank\": 2843, \"rankvar\": 2014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2891, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2254, \"group\": [675.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAGCCTAT\", \"ini\": 697, \"clust\": 1133, \"rank\": 3002, \"rankvar\": 2289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2892, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2255, \"group\": [1134.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCGCGCCAA\", \"ini\": 696, \"clust\": 306, \"rank\": 2954, \"rankvar\": 1961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2893, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2256, \"group\": [923.0, 100.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATCGGTTA\", \"ini\": 695, \"clust\": 3527, \"rank\": 2969, \"rankvar\": 3586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2894, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 155, \"group\": [3525.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTCGTACT\", \"ini\": 694, \"clust\": 918, \"rank\": 2845, \"rankvar\": 2343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2257, \"group\": [917.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCTAGCACA\", \"ini\": 693, \"clust\": 919, \"rank\": 2794, \"rankvar\": 2113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2896, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2258, \"group\": [918.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTCACTGGC\", \"ini\": 692, \"clust\": 1044, \"rank\": 2870, \"rankvar\": 2958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2897, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2778, \"group\": [1043.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTAACG\", \"ini\": 691, \"clust\": 322, \"rank\": 2867, \"rankvar\": 2007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2898, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2259, \"group\": [323.0, 76.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATGGT\", \"ini\": 690, \"clust\": 802, \"rank\": 2816, \"rankvar\": 1069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2899, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2260, \"group\": [802.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGCACCGCT\", \"ini\": 689, \"clust\": 717, \"rank\": 2878, \"rankvar\": 1304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2900, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2261, \"group\": [717.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCCA\", \"ini\": 688, \"clust\": 1146, \"rank\": 2948, \"rankvar\": 2124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2901, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2262, \"group\": [1147.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGACACCA\", \"ini\": 687, \"clust\": 558, \"rank\": 2981, \"rankvar\": 818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2902, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2263, \"group\": [559.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCGCATGGC\", \"ini\": 686, \"clust\": 254, \"rank\": 2865, \"rankvar\": 740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2903, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2264, \"group\": [254.0, 55.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCCTGTAGA\", \"ini\": 685, \"clust\": 621, \"rank\": 2637, \"rankvar\": 2803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2904, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2265, \"group\": [621.0, 83.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCGTCTGCT\", \"ini\": 684, \"clust\": 359, \"rank\": 2955, \"rankvar\": 1458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2905, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2266, \"group\": [356.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGCCTAA\", \"ini\": 683, \"clust\": 803, \"rank\": 2762, \"rankvar\": 1607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2906, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2267, \"group\": [803.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGAGGCT\", \"ini\": 682, \"clust\": 623, \"rank\": 2763, \"rankvar\": 1043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2907, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2268, \"group\": [626.0, 83.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCTCTCGT\", \"ini\": 681, \"clust\": 672, \"rank\": 2740, \"rankvar\": 2389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2908, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2269, \"group\": [670.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGCAACGA\", \"ini\": 680, \"clust\": 1546, \"rank\": 3216, \"rankvar\": 1181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1654, \"group\": [1545.0, 229.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCATTGGCGC\", \"ini\": 679, \"clust\": 642, \"rank\": 2944, \"rankvar\": 1875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2910, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2270, \"group\": [642.0, 84.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACACGACTCG\", \"ini\": 678, \"clust\": 679, \"rank\": 2921, \"rankvar\": 2172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2911, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2271, \"group\": [678.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACATTAGGCT\", \"ini\": 677, \"clust\": 1150, \"rank\": 2913, \"rankvar\": 3202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2912, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2272, \"group\": [1150.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCTCTAAGG\", \"ini\": 676, \"clust\": 888, \"rank\": 2822, \"rankvar\": 2193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2913, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2273, \"group\": [887.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAAGTGTA\", \"ini\": 675, \"clust\": 698, \"rank\": 2821, \"rankvar\": 1323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2914, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2274, \"group\": [696.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCATAGCAC\", \"ini\": 674, \"clust\": 485, \"rank\": 2951, \"rankvar\": 1216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2915, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2275, \"group\": [484.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGTACGTTC\", \"ini\": 673, \"clust\": 760, \"rank\": 2723, \"rankvar\": 2911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2916, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2276, \"group\": [760.0, 89.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTCATTGGGCC\", \"ini\": 672, \"clust\": 646, \"rank\": 2742, \"rankvar\": 2516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2917, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2277, \"group\": [646.0, 84.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCTGTTGAG\", \"ini\": 671, \"clust\": 252, \"rank\": 2990, \"rankvar\": 730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2918, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2278, \"group\": [252.0, 55.0, 18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCCAAAGTC\", \"ini\": 670, \"clust\": 853, \"rank\": 2855, \"rankvar\": 1624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2919, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2279, \"group\": [853.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTGGTCTCG\", \"ini\": 669, \"clust\": 881, \"rank\": 2869, \"rankvar\": 2433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2920, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2280, \"group\": [880.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCAGCATGT\", \"ini\": 668, \"clust\": 857, \"rank\": 2856, \"rankvar\": 956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2921, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2281, \"group\": [856.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGAGCCCAA\", \"ini\": 667, \"clust\": 311, \"rank\": 2979, \"rankvar\": 1755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2922, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2282, \"group\": [311.0, 75.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTCATGCTGGC\", \"ini\": 666, \"clust\": 652, \"rank\": 3019, \"rankvar\": 1020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2923, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2283, \"group\": [653.0, 85.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGGTGACTACT\", \"ini\": 665, \"clust\": 315, \"rank\": 2894, \"rankvar\": 2252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2924, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2284, \"group\": [314.0, 76.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTCACAGGTTT\", \"ini\": 664, \"clust\": 921, \"rank\": 2836, \"rankvar\": 1771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2925, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2285, \"group\": [920.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTAAATGTG\", \"ini\": 663, \"clust\": 757, \"rank\": 2774, \"rankvar\": 2379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2926, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2286, \"group\": [759.0, 88.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTATCTGCA\", \"ini\": 662, \"clust\": 1101, \"rank\": 2819, \"rankvar\": 2463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2927, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2287, \"group\": [1101.0, 117.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGGAACTGC\", \"ini\": 661, \"clust\": 1130, \"rank\": 2964, \"rankvar\": 771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2928, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2288, \"group\": [1130.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTTCCGTCT\", \"ini\": 660, \"clust\": 1086, \"rank\": 3006, \"rankvar\": 3261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2929, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2779, \"group\": [1086.0, 114.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCTGAAAGA\", \"ini\": 659, \"clust\": 1128, \"rank\": 3014, \"rankvar\": 1175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2930, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2289, \"group\": [1131.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTTCACCTC\", \"ini\": 658, \"clust\": 709, \"rank\": 2994, \"rankvar\": 2140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2931, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2290, \"group\": [709.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACGGTAAG\", \"ini\": 657, \"clust\": 711, \"rank\": 2846, \"rankvar\": 2132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2932, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2291, \"group\": [713.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGTGAAGTT\", \"ini\": 656, \"clust\": 742, \"rank\": 2950, \"rankvar\": 1258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2933, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2292, \"group\": [741.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCGTGGTCG\", \"ini\": 655, \"clust\": 1095, \"rank\": 2729, \"rankvar\": 3441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2934, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2293, \"group\": [1098.0, 116.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGTGAACGC\", \"ini\": 654, \"clust\": 1148, \"rank\": 2984, \"rankvar\": 2780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2935, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2294, \"group\": [1149.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCAGCGTTCG\", \"ini\": 653, \"clust\": 1134, \"rank\": 3063, \"rankvar\": 967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2295, \"group\": [1135.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCAACACTG\", \"ini\": 652, \"clust\": 801, \"rank\": 2804, \"rankvar\": 1541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2937, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2296, \"group\": [801.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGTGCCATT\", \"ini\": 651, \"clust\": 422, \"rank\": 2996, \"rankvar\": 410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2938, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2297, \"group\": [422.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGAGGTTGC\", \"ini\": 650, \"clust\": 244, \"rank\": 2792, \"rankvar\": 3239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2939, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2298, \"group\": [244.0, 51.0, 16.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTGTGCGTC\", \"ini\": 649, \"clust\": 420, \"rank\": 3043, \"rankvar\": 1133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2940, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2299, \"group\": [419.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCACCTAA\", \"ini\": 648, \"clust\": 1045, \"rank\": 2930, \"rankvar\": 3039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2941, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2780, \"group\": [1044.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGAGATCGGGT\", \"ini\": 647, \"clust\": 1139, \"rank\": 2922, \"rankvar\": 545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2300, \"group\": [1143.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTGAGTGT\", \"ini\": 646, \"clust\": 1547, \"rank\": 3273, \"rankvar\": 1990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1655, \"group\": [1546.0, 229.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTAGAGTGC\", \"ini\": 645, \"clust\": 837, \"rank\": 2945, \"rankvar\": 1700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2944, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2301, \"group\": [834.0, 93.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTTGCGTTA\", \"ini\": 644, \"clust\": 1162, \"rank\": 3083, \"rankvar\": 2243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2945, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2302, \"group\": [1163.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCACGGC\", \"ini\": 643, \"clust\": 1143, \"rank\": 2963, \"rankvar\": 2499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2946, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2303, \"group\": [1144.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTAGGGTGTGT\", \"ini\": 642, \"clust\": 713, \"rank\": 3005, \"rankvar\": 2638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2947, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2304, \"group\": [712.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCACGTCTCT\", \"ini\": 641, \"clust\": 547, \"rank\": 3059, \"rankvar\": 842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2948, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2305, \"group\": [547.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAGGCAGTA\", \"ini\": 640, \"clust\": 831, \"rank\": 2906, \"rankvar\": 1476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2949, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2306, \"group\": [829.0, 92.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTTACTGAC\", \"ini\": 639, \"clust\": 1096, \"rank\": 2840, \"rankvar\": 3400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2950, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2781, \"group\": [1096.0, 116.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTCGACTAT\", \"ini\": 638, \"clust\": 722, \"rank\": 2918, \"rankvar\": 2173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2951, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2307, \"group\": [721.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCATGGGAAC\", \"ini\": 637, \"clust\": 657, \"rank\": 2889, \"rankvar\": 1455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2952, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2308, \"group\": [660.0, 86.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACGCATA\", \"ini\": 636, \"clust\": 390, \"rank\": 3050, \"rankvar\": 3018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2953, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2309, \"group\": [393.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCGCGTAGC\", \"ini\": 635, \"clust\": 1144, \"rank\": 3034, \"rankvar\": 305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2954, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2310, \"group\": [1145.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCCTAGAAC\", \"ini\": 634, \"clust\": 488, \"rank\": 2982, \"rankvar\": 1801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2311, \"group\": [487.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGGAATGGA\", \"ini\": 633, \"clust\": 389, \"rank\": 2854, \"rankvar\": 1841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2956, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2312, \"group\": [387.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACTCCTG\", \"ini\": 632, \"clust\": 377, \"rank\": 2851, \"rankvar\": 2494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2313, \"group\": [377.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACAAACTGTC\", \"ini\": 631, \"clust\": 792, \"rank\": 2900, \"rankvar\": 2312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2958, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2314, \"group\": [794.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTTGCGCAC\", \"ini\": 630, \"clust\": 1114, \"rank\": 3090, \"rankvar\": 3021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2959, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2315, \"group\": [1120.0, 119.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATGTCGG\", \"ini\": 629, \"clust\": 1094, \"rank\": 2899, \"rankvar\": 3275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2960, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2316, \"group\": [1094.0, 116.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACTGGGT\", \"ini\": 628, \"clust\": 384, \"rank\": 2942, \"rankvar\": 1777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2961, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2317, \"group\": [383.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGGACAGCT\", \"ini\": 627, \"clust\": 814, \"rank\": 2813, \"rankvar\": 2265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2962, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2318, \"group\": [814.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGAACTGT\", \"ini\": 626, \"clust\": 900, \"rank\": 2993, \"rankvar\": 2242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2963, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2319, \"group\": [901.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTTGACAC\", \"ini\": 625, \"clust\": 977, \"rank\": 2698, \"rankvar\": 2366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2964, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2842, \"group\": [978.0, 110.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGCGTAGTG\", \"ini\": 624, \"clust\": 746, \"rank\": 3026, \"rankvar\": 1523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2965, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2320, \"group\": [745.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCCATAC\", \"ini\": 623, \"clust\": 1052, \"rank\": 2847, \"rankvar\": 3289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2966, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2782, \"group\": [1056.0, 113.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCTCCGGTT\", \"ini\": 622, \"clust\": 660, \"rank\": 2907, \"rankvar\": 2308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2967, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2321, \"group\": [656.0, 86.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTTACCTA\", \"ini\": 621, \"clust\": 1083, \"rank\": 2891, \"rankvar\": 3299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2968, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2783, \"group\": [1084.0, 114.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTCAGGCTGAA\", \"ini\": 620, \"clust\": 308, \"rank\": 3091, \"rankvar\": 1711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2969, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2322, \"group\": [308.0, 74.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATCACAC\", \"ini\": 619, \"clust\": 611, \"rank\": 2959, \"rankvar\": 1736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2323, \"group\": [611.0, 82.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCATCATC\", \"ini\": 618, \"clust\": 418, \"rank\": 3062, \"rankvar\": 1480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2971, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2324, \"group\": [418.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCACGTG\", \"ini\": 617, \"clust\": 636, \"rank\": 2764, \"rankvar\": 1822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2972, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2325, \"group\": [638.0, 84.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTCGGACG\", \"ini\": 616, \"clust\": 1109, \"rank\": 3035, \"rankvar\": 1886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2973, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2326, \"group\": [1112.0, 119.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTCGTATT\", \"ini\": 615, \"clust\": 587, \"rank\": 3036, \"rankvar\": 583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2974, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2327, \"group\": [585.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGAACTCGG\", \"ini\": 614, \"clust\": 443, \"rank\": 3138, \"rankvar\": 1387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2975, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2328, \"group\": [440.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACCGAT\", \"ini\": 613, \"clust\": 613, \"rank\": 2968, \"rankvar\": 2042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2976, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2329, \"group\": [613.0, 82.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATGCAATC\", \"ini\": 612, \"clust\": 719, \"rank\": 2903, \"rankvar\": 1590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2977, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2330, \"group\": [719.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACGTCA\", \"ini\": 611, \"clust\": 341, \"rank\": 2890, \"rankvar\": 2432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2978, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2331, \"group\": [341.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGTTACCT\", \"ini\": 610, \"clust\": 423, \"rank\": 2961, \"rankvar\": 1447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2979, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2332, \"group\": [423.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTATCCTA\", \"ini\": 609, \"clust\": 815, \"rank\": 2825, \"rankvar\": 2454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2980, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2333, \"group\": [815.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGGCTAGCA\", \"ini\": 608, \"clust\": 891, \"rank\": 2919, \"rankvar\": 1095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2981, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2334, \"group\": [891.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCCTAATT\", \"ini\": 607, \"clust\": 893, \"rank\": 3003, \"rankvar\": 2003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2982, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2335, \"group\": [898.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCTGGTTCC\", \"ini\": 606, \"clust\": 559, \"rank\": 3082, \"rankvar\": 1789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2983, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2336, \"group\": [557.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGATAGCAT\", \"ini\": 605, \"clust\": 317, \"rank\": 3037, \"rankvar\": 1409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2984, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2337, \"group\": [315.0, 76.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGACAAGCC\", \"ini\": 604, \"clust\": 246, \"rank\": 2937, \"rankvar\": 3288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2985, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2338, \"group\": [246.0, 51.0, 16.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATTCACT\", \"ini\": 603, \"clust\": 710, \"rank\": 3010, \"rankvar\": 1804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2986, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2339, \"group\": [710.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCGGCGCAT\", \"ini\": 602, \"clust\": 897, \"rank\": 3070, \"rankvar\": 2763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2987, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2340, \"group\": [895.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTACCGAT\", \"ini\": 601, \"clust\": 872, \"rank\": 3015, \"rankvar\": 2248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2988, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2341, \"group\": [872.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAACTTGAC\", \"ini\": 600, \"clust\": 747, \"rank\": 3023, \"rankvar\": 1364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2989, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2342, \"group\": [747.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTGACTCAT\", \"ini\": 599, \"clust\": 750, \"rank\": 2972, \"rankvar\": 1327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2990, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2343, \"group\": [749.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACATCTTT\", \"ini\": 598, \"clust\": 489, \"rank\": 3073, \"rankvar\": 680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2991, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2344, \"group\": [488.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCACTGGC\", \"ini\": 597, \"clust\": 922, \"rank\": 2882, \"rankvar\": 1190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2992, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2345, \"group\": [921.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTACACCGC\", \"ini\": 596, \"clust\": 391, \"rank\": 2940, \"rankvar\": 1842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2993, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2346, \"group\": [392.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCAGATAAG\", \"ini\": 595, \"clust\": 1157, \"rank\": 3030, \"rankvar\": 2066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2994, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2347, \"group\": [1158.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGTAAGG\", \"ini\": 594, \"clust\": 744, \"rank\": 3065, \"rankvar\": 554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2995, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2348, \"group\": [746.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGTGGTAGC\", \"ini\": 593, \"clust\": 386, \"rank\": 2943, \"rankvar\": 1751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2349, \"group\": [389.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGTCCTATGTT\", \"ini\": 592, \"clust\": 578, \"rank\": 3032, \"rankvar\": 2218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2997, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2350, \"group\": [578.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGCCATT\", \"ini\": 591, \"clust\": 466, \"rank\": 3128, \"rankvar\": 1125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2998, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2351, \"group\": [468.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCGCATGGC\", \"ini\": 590, \"clust\": 813, \"rank\": 2722, \"rankvar\": 2751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2352, \"group\": [812.0, 91.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGAAAC\", \"ini\": 589, \"clust\": 625, \"rank\": 2892, \"rankvar\": 1664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3000, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2353, \"group\": [623.0, 83.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAAGTTGTAGA\", \"ini\": 588, \"clust\": 697, \"rank\": 2886, \"rankvar\": 2076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3001, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2354, \"group\": [698.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATTCTTAC\", \"ini\": 587, \"clust\": 739, \"rank\": 2988, \"rankvar\": 2726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3002, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2355, \"group\": [738.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTTTGTG\", \"ini\": 586, \"clust\": 465, \"rank\": 3115, \"rankvar\": 1598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3003, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2356, \"group\": [464.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAGCATGAG\", \"ini\": 585, \"clust\": 192, \"rank\": 3076, \"rankvar\": 36, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3004, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2923, \"group\": [196.0, 46.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGAAACCAT\", \"ini\": 584, \"clust\": 548, \"rank\": 3123, \"rankvar\": 1091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3005, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2357, \"group\": [548.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACCCTCA\", \"ini\": 583, \"clust\": 333, \"rank\": 3131, \"rankvar\": 2709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3006, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2358, \"group\": [332.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGTGCGTC\", \"ini\": 582, \"clust\": 458, \"rank\": 3260, \"rankvar\": 2365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3007, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2359, \"group\": [459.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTCCAACTA\", \"ini\": 581, \"clust\": 350, \"rank\": 3008, \"rankvar\": 1958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3008, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2360, \"group\": [348.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTAAATGTG\", \"ini\": 580, \"clust\": 687, \"rank\": 2923, \"rankvar\": 1083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3009, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2361, \"group\": [684.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGGTGCACA\", \"ini\": 579, \"clust\": 916, \"rank\": 2895, \"rankvar\": 1817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3010, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2362, \"group\": [915.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAGTCGATT\", \"ini\": 578, \"clust\": 917, \"rank\": 2909, \"rankvar\": 2133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3011, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2363, \"group\": [919.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAAGGATT\", \"ini\": 577, \"clust\": 593, \"rank\": 2901, \"rankvar\": 726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3012, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2364, \"group\": [592.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTATCAGTC\", \"ini\": 576, \"clust\": 210, \"rank\": 2839, \"rankvar\": 125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3013, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2924, \"group\": [212.0, 48.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAGGTA\", \"ini\": 575, \"clust\": 133, \"rank\": 3288, \"rankvar\": 3507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3014, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 180, \"group\": [132.0, 31.0, 12.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTGTTTGTG\", \"ini\": 574, \"clust\": 1597, \"rank\": 3267, \"rankvar\": 2210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1656, \"group\": [1592.0, 234.0, 43.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCAGTCAGT\", \"ini\": 573, \"clust\": 882, \"rank\": 3020, \"rankvar\": 2126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2365, \"group\": [881.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACGTAAGG\", \"ini\": 572, \"clust\": 682, \"rank\": 2978, \"rankvar\": 1761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3017, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2366, \"group\": [681.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTCAGCGC\", \"ini\": 571, \"clust\": 661, \"rank\": 2935, \"rankvar\": 2525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3018, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2367, \"group\": [657.0, 86.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCCGAGCCA\", \"ini\": 570, \"clust\": 387, \"rank\": 2879, \"rankvar\": 1376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3019, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2368, \"group\": [388.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGTCATCCA\", \"ini\": 569, \"clust\": 1104, \"rank\": 3061, \"rankvar\": 3282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3020, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2369, \"group\": [1103.0, 117.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGAGGCTAGGT\", \"ini\": 568, \"clust\": 684, \"rank\": 2885, \"rankvar\": 1594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3021, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2370, \"group\": [686.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACCGAAAG\", \"ini\": 567, \"clust\": 680, \"rank\": 2880, \"rankvar\": 1634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3022, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2371, \"group\": [679.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCTTCGGTC\", \"ini\": 566, \"clust\": 356, \"rank\": 3114, \"rankvar\": 741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3023, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2372, \"group\": [365.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGGATGCGT\", \"ini\": 565, \"clust\": 707, \"rank\": 3028, \"rankvar\": 1009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3024, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2373, \"group\": [707.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCACATTCGA\", \"ini\": 564, \"clust\": 131, \"rank\": 3259, \"rankvar\": 3512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3025, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 181, \"group\": [133.0, 31.0, 12.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCTTTCCTC\", \"ini\": 563, \"clust\": 501, \"rank\": 3133, \"rankvar\": 2387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3026, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2374, \"group\": [508.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCATCCACGTTC\", \"ini\": 562, \"clust\": 1401, \"rank\": 2808, \"rankvar\": 3472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1657, \"group\": [1403.0, 181.0, 37.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCAAGAAGAG\", \"ini\": 561, \"clust\": 340, \"rank\": 3096, \"rankvar\": 2045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3028, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2375, \"group\": [342.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCAACTGGCC\", \"ini\": 560, \"clust\": 367, \"rank\": 3027, \"rankvar\": 2818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3029, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2376, \"group\": [367.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTAATCACC\", \"ini\": 559, \"clust\": 978, \"rank\": 2689, \"rankvar\": 2176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3030, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2843, \"group\": [979.0, 110.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCATGT\", \"ini\": 558, \"clust\": 364, \"rank\": 3075, \"rankvar\": 1791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3031, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2377, \"group\": [361.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATATGCA\", \"ini\": 557, \"clust\": 703, \"rank\": 3009, \"rankvar\": 1097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3032, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2378, \"group\": [703.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAATACCG\", \"ini\": 556, \"clust\": 598, \"rank\": 3084, \"rankvar\": 388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3033, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2379, \"group\": [597.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTTGCGG\", \"ini\": 555, \"clust\": 433, \"rank\": 3215, \"rankvar\": 1041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3034, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2380, \"group\": [433.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTCGG\", \"ini\": 554, \"clust\": 855, \"rank\": 2908, \"rankvar\": 2778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3035, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2381, \"group\": [854.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTTGTATC\", \"ini\": 553, \"clust\": 344, \"rank\": 3095, \"rankvar\": 1622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3036, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2382, \"group\": [346.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTATTGGA\", \"ini\": 552, \"clust\": 1153, \"rank\": 3054, \"rankvar\": 3087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3037, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2383, \"group\": [1154.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTGGAGAA\", \"ini\": 551, \"clust\": 1164, \"rank\": 3086, \"rankvar\": 2202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3038, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2384, \"group\": [1165.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTATATCCG\", \"ini\": 550, \"clust\": 401, \"rank\": 2956, \"rankvar\": 2611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3039, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2385, \"group\": [400.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCAGCATCATC\", \"ini\": 549, \"clust\": 601, \"rank\": 3155, \"rankvar\": 1485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3040, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2386, \"group\": [600.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCGCATGGC\", \"ini\": 548, \"clust\": 312, \"rank\": 3044, \"rankvar\": 1937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3041, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2387, \"group\": [312.0, 75.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCGCCAGCA\", \"ini\": 547, \"clust\": 1084, \"rank\": 2960, \"rankvar\": 3425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3042, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2784, \"group\": [1087.0, 114.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACATACGCCG\", \"ini\": 546, \"clust\": 563, \"rank\": 3106, \"rankvar\": 670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3043, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2388, \"group\": [563.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGCCCAACC\", \"ini\": 545, \"clust\": 1248, \"rank\": 2748, \"rankvar\": 3195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3044, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2991, \"group\": [1249.0, 156.0, 31.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACACAGAGGT\", \"ini\": 544, \"clust\": 856, \"rank\": 2915, \"rankvar\": 2832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3045, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2389, \"group\": [855.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGAGTGTG\", \"ini\": 543, \"clust\": 1102, \"rank\": 2976, \"rankvar\": 2278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3046, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2390, \"group\": [1102.0, 117.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTTCCGCAGTG\", \"ini\": 542, \"clust\": 748, \"rank\": 3066, \"rankvar\": 1345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3047, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2391, \"group\": [748.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGAGGACGG\", \"ini\": 541, \"clust\": 971, \"rank\": 3000, \"rankvar\": 3265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3048, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2785, \"group\": [972.0, 107.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGACATC\", \"ini\": 540, \"clust\": 486, \"rank\": 3040, \"rankvar\": 1047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3049, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2392, \"group\": [485.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAGGGTAC\", \"ini\": 539, \"clust\": 644, \"rank\": 2953, \"rankvar\": 2865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3050, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2393, \"group\": [643.0, 84.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACAAGCCC\", \"ini\": 538, \"clust\": 753, \"rank\": 3101, \"rankvar\": 2971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3051, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2394, \"group\": [753.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGCCATAG\", \"ini\": 537, \"clust\": 1154, \"rank\": 2992, \"rankvar\": 2669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3052, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2395, \"group\": [1155.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGAGGGAACGG\", \"ini\": 536, \"clust\": 360, \"rank\": 3107, \"rankvar\": 1642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3053, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2396, \"group\": [357.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCCAAATGC\", \"ini\": 535, \"clust\": 1078, \"rank\": 3049, \"rankvar\": 2995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3054, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2786, \"group\": [1079.0, 114.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCGTGAGT\", \"ini\": 534, \"clust\": 647, \"rank\": 2801, \"rankvar\": 2428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3055, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2397, \"group\": [647.0, 84.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCCACT\", \"ini\": 533, \"clust\": 1105, \"rank\": 3153, \"rankvar\": 3156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3056, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2398, \"group\": [1104.0, 117.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGTCCTC\", \"ini\": 532, \"clust\": 3397, \"rank\": 3268, \"rankvar\": 3340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3057, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 156, \"group\": [3400.0, 521.0, 78.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATAACGA\", \"ini\": 531, \"clust\": 1047, \"rank\": 2920, \"rankvar\": 3303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3058, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2787, \"group\": [1050.0, 112.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGCTTCT\", \"ini\": 530, \"clust\": 1037, \"rank\": 3017, \"rankvar\": 2509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3059, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2788, \"group\": [1039.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCCGGCACA\", \"ini\": 529, \"clust\": 512, \"rank\": 3130, \"rankvar\": 995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3060, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2399, \"group\": [516.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAAAGCGGT\", \"ini\": 528, \"clust\": 1092, \"rank\": 2751, \"rankvar\": 3176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3061, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2400, \"group\": [1095.0, 116.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTAAGTAC\", \"ini\": 527, \"clust\": 579, \"rank\": 3071, \"rankvar\": 1626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3062, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2401, \"group\": [579.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTAACCCT\", \"ini\": 526, \"clust\": 696, \"rank\": 3055, \"rankvar\": 536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3063, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2402, \"group\": [699.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTGAGTTC\", \"ini\": 525, \"clust\": 3567, \"rank\": 3240, \"rankvar\": 481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1658, \"group\": [3566.0, 550.0, 85.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCGCCTCA\", \"ini\": 524, \"clust\": 626, \"rank\": 2905, \"rankvar\": 1595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3065, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2403, \"group\": [624.0, 83.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTAATAGCA\", \"ini\": 523, \"clust\": 592, \"rank\": 3085, \"rankvar\": 1799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3066, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2404, \"group\": [594.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTAGCCTAT\", \"ini\": 522, \"clust\": 463, \"rank\": 3012, \"rankvar\": 1002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3067, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2405, \"group\": [465.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTTACGGAG\", \"ini\": 521, \"clust\": 427, \"rank\": 3159, \"rankvar\": 1679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3068, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2406, \"group\": [426.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTCTGTCG\", \"ini\": 520, \"clust\": 599, \"rank\": 3042, \"rankvar\": 1977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3069, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2407, \"group\": [598.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGCCAACAG\", \"ini\": 519, \"clust\": 1088, \"rank\": 2814, \"rankvar\": 3381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3070, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2789, \"group\": [1088.0, 115.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAGTCCCTACT\", \"ini\": 518, \"clust\": 459, \"rank\": 3221, \"rankvar\": 2336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3071, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2408, \"group\": [457.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGACAAAGG\", \"ini\": 517, \"clust\": 1166, \"rank\": 3137, \"rankvar\": 2533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2409, \"group\": [1167.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTGAGTTC\", \"ini\": 516, \"clust\": 3507, \"rank\": 3317, \"rankvar\": 3575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3073, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 157, \"group\": [3507.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTGCTTG\", \"ini\": 515, \"clust\": 393, \"rank\": 3041, \"rankvar\": 2487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3074, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2410, \"group\": [391.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTATGCGT\", \"ini\": 514, \"clust\": 509, \"rank\": 3180, \"rankvar\": 1611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3075, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2411, \"group\": [511.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTGTAGAGTGC\", \"ini\": 513, \"clust\": 419, \"rank\": 3087, \"rankvar\": 2493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3076, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2412, \"group\": [421.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACTGAAGG\", \"ini\": 512, \"clust\": 868, \"rank\": 3125, \"rankvar\": 1956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3077, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2413, \"group\": [867.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCAGAGCAATT\", \"ini\": 511, \"clust\": 883, \"rank\": 3072, \"rankvar\": 2614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3078, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2414, \"group\": [885.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTAAGTGTA\", \"ini\": 510, \"clust\": 862, \"rank\": 3068, \"rankvar\": 2141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3079, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2415, \"group\": [861.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCTTGTCC\", \"ini\": 509, \"clust\": 834, \"rank\": 3126, \"rankvar\": 638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3080, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2416, \"group\": [836.0, 94.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTTGTACAC\", \"ini\": 508, \"clust\": 892, \"rank\": 3016, \"rankvar\": 1529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3081, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2417, \"group\": [892.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCAGGACA\", \"ini\": 507, \"clust\": 705, \"rank\": 3134, \"rankvar\": 1231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2418, \"group\": [705.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCCGTCAG\", \"ini\": 506, \"clust\": 484, \"rank\": 3048, \"rankvar\": 920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3083, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2419, \"group\": [486.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACAGCCCA\", \"ini\": 505, \"clust\": 639, \"rank\": 2980, \"rankvar\": 2650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3084, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2420, \"group\": [639.0, 84.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACAGGAATCG\", \"ini\": 504, \"clust\": 383, \"rank\": 3051, \"rankvar\": 2461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3085, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2421, \"group\": [385.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTATCCGA\", \"ini\": 503, \"clust\": 715, \"rank\": 2875, \"rankvar\": 2354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2422, \"group\": [715.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTCTCATT\", \"ini\": 502, \"clust\": 562, \"rank\": 3117, \"rankvar\": 1744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3087, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2423, \"group\": [562.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGAACAACT\", \"ini\": 501, \"clust\": 1167, \"rank\": 3149, \"rankvar\": 3094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3088, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2424, \"group\": [1168.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGGTGTTA\", \"ini\": 500, \"clust\": 1132, \"rank\": 3161, \"rankvar\": 2692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3089, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2425, \"group\": [1133.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAATTCCTT\", \"ini\": 499, \"clust\": 858, \"rank\": 3093, \"rankvar\": 2333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2426, \"group\": [857.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGATGAGAG\", \"ini\": 498, \"clust\": 3555, \"rank\": 3381, \"rankvar\": 3450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3091, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1833, \"group\": [3555.0, 545.0, 84.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTTCGTCTC\", \"ini\": 497, \"clust\": 740, \"rank\": 3110, \"rankvar\": 2335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3092, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2427, \"group\": [739.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGAGGGATA\", \"ini\": 496, \"clust\": 704, \"rank\": 3079, \"rankvar\": 2122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3093, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2428, \"group\": [704.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTGGACGAT\", \"ini\": 495, \"clust\": 849, \"rank\": 3099, \"rankvar\": 2179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3094, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2429, \"group\": [850.0, 97.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGGTGCCT\", \"ini\": 494, \"clust\": 1110, \"rank\": 3045, \"rankvar\": 2462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3095, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2790, \"group\": [1110.0, 119.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCGCCAAAT\", \"ini\": 493, \"clust\": 761, \"rank\": 2974, \"rankvar\": 2127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3096, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2430, \"group\": [761.0, 89.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGGTGGAT\", \"ini\": 492, \"clust\": 600, \"rank\": 3056, \"rankvar\": 2147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3097, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2431, \"group\": [602.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTTGAGTTC\", \"ini\": 491, \"clust\": 683, \"rank\": 2947, \"rankvar\": 1949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3098, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2432, \"group\": [682.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCAAGAAGT\", \"ini\": 490, \"clust\": 352, \"rank\": 3148, \"rankvar\": 2833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3099, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2433, \"group\": [352.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCACGTGAGA\", \"ini\": 489, \"clust\": 675, \"rank\": 2975, \"rankvar\": 2307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3100, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2434, \"group\": [676.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGTCGATAA\", \"ini\": 488, \"clust\": 604, \"rank\": 3145, \"rankvar\": 2204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3101, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2435, \"group\": [603.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACCCATGG\", \"ini\": 487, \"clust\": 396, \"rank\": 2936, \"rankvar\": 2136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2436, \"group\": [401.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCATGTTCCC\", \"ini\": 486, \"clust\": 656, \"rank\": 2977, \"rankvar\": 2649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3103, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2437, \"group\": [661.0, 86.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCCACCCAGTG\", \"ini\": 485, \"clust\": 444, \"rank\": 3225, \"rankvar\": 700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3104, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2438, \"group\": [441.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGACTCGGA\", \"ini\": 484, \"clust\": 854, \"rank\": 2987, \"rankvar\": 1275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3105, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2439, \"group\": [858.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTGTTAG\", \"ini\": 483, \"clust\": 1160, \"rank\": 3176, \"rankvar\": 3033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3106, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2440, \"group\": [1161.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGCAGGCTA\", \"ini\": 482, \"clust\": 1072, \"rank\": 3210, \"rankvar\": 3257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3107, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2791, \"group\": [1071.0, 113.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCACCT\", \"ini\": 481, \"clust\": 586, \"rank\": 3064, \"rankvar\": 1844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3108, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2441, \"group\": [587.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCAGTTCGA\", \"ini\": 480, \"clust\": 560, \"rank\": 3103, \"rankvar\": 864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3109, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2442, \"group\": [558.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGAGGTACC\", \"ini\": 479, \"clust\": 379, \"rank\": 3024, \"rankvar\": 2703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3110, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2443, \"group\": [379.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTAGTGAAT\", \"ini\": 478, \"clust\": 743, \"rank\": 3069, \"rankvar\": 1904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3111, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2444, \"group\": [742.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAGCTGTT\", \"ini\": 477, \"clust\": 637, \"rank\": 3029, \"rankvar\": 2060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2445, \"group\": [636.0, 84.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCACAGATGAGC\", \"ini\": 476, \"clust\": 487, \"rank\": 3163, \"rankvar\": 1123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2446, \"group\": [489.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCTCACATT\", \"ini\": 475, \"clust\": 873, \"rank\": 3047, \"rankvar\": 3012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3114, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2447, \"group\": [873.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACCATGTA\", \"ini\": 474, \"clust\": 67, \"rank\": 3077, \"rankvar\": 3316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3115, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2792, \"group\": [68.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCATGTCCC\", \"ini\": 473, \"clust\": 482, \"rank\": 3143, \"rankvar\": 2052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3116, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2448, \"group\": [481.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCGCCAGCA\", \"ini\": 472, \"clust\": 1126, \"rank\": 3104, \"rankvar\": 2464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3117, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2449, \"group\": [1127.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGGACGTA\", \"ini\": 471, \"clust\": 421, \"rank\": 3169, \"rankvar\": 1655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3118, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2450, \"group\": [420.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTAGAGCTG\", \"ini\": 470, \"clust\": 469, \"rank\": 3102, \"rankvar\": 1558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3119, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2451, \"group\": [469.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCTAACTGG\", \"ini\": 469, \"clust\": 507, \"rank\": 3172, \"rankvar\": 1770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2452, \"group\": [503.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGACCGGAT\", \"ini\": 468, \"clust\": 700, \"rank\": 3025, \"rankvar\": 390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3121, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2453, \"group\": [702.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTATTCTC\", \"ini\": 467, \"clust\": 699, \"rank\": 2991, \"rankvar\": 1444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3122, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2454, \"group\": [697.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGGGATCTG\", \"ini\": 466, \"clust\": 1067, \"rank\": 3196, \"rankvar\": 2728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3123, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2793, \"group\": [1068.0, 113.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGAGGGAG\", \"ini\": 465, \"clust\": 382, \"rank\": 3053, \"rankvar\": 2377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3124, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2455, \"group\": [381.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACTTAACG\", \"ini\": 464, \"clust\": 1141, \"rank\": 3121, \"rankvar\": 2926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3125, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2456, \"group\": [1140.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTTAAGATG\", \"ini\": 463, \"clust\": 866, \"rank\": 3139, \"rankvar\": 1465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3126, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2457, \"group\": [868.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTAGCGTCC\", \"ini\": 462, \"clust\": 913, \"rank\": 2910, \"rankvar\": 2874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3127, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2458, \"group\": [913.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCATCCTAGA\", \"ini\": 461, \"clust\": 334, \"rank\": 3146, \"rankvar\": 3205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3128, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2459, \"group\": [333.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCTTGGTC\", \"ini\": 460, \"clust\": 708, \"rank\": 3116, \"rankvar\": 617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3129, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2460, \"group\": [708.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGACA\", \"ini\": 459, \"clust\": 3454, \"rank\": 3184, \"rankvar\": 3566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1659, \"group\": [3455.0, 532.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAGACACTT\", \"ini\": 458, \"clust\": 416, \"rank\": 3173, \"rankvar\": 434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3131, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2461, \"group\": [415.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTGGTGTAG\", \"ini\": 457, \"clust\": 1151, \"rank\": 2967, \"rankvar\": 2667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3132, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2462, \"group\": [1151.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTAGAAGGA\", \"ini\": 456, \"clust\": 898, \"rank\": 3108, \"rankvar\": 1407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3133, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2463, \"group\": [896.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCAGGCTCAC\", \"ini\": 455, \"clust\": 491, \"rank\": 3237, \"rankvar\": 216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3134, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2464, \"group\": [490.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTGTCCGT\", \"ini\": 454, \"clust\": 321, \"rank\": 3058, \"rankvar\": 1098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3135, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2465, \"group\": [320.0, 76.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCAATAAGG\", \"ini\": 453, \"clust\": 524, \"rank\": 3217, \"rankvar\": 227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3136, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2466, \"group\": [522.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAGTCGACTAT\", \"ini\": 452, \"clust\": 3570, \"rank\": 3390, \"rankvar\": 3358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1660, \"group\": [3570.0, 552.0, 85.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCACAGTAC\", \"ini\": 451, \"clust\": 895, \"rank\": 3094, \"rankvar\": 1591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3138, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2467, \"group\": [893.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATGCCAG\", \"ini\": 450, \"clust\": 228, \"rank\": 3089, \"rankvar\": 113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3139, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2925, \"group\": [225.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGATGTGG\", \"ini\": 449, \"clust\": 694, \"rank\": 3124, \"rankvar\": 1797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3140, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2468, \"group\": [694.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACTGTCGG\", \"ini\": 448, \"clust\": 365, \"rank\": 3187, \"rankvar\": 1438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3141, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2469, \"group\": [362.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCGCCAAAT\", \"ini\": 447, \"clust\": 526, \"rank\": 3154, \"rankvar\": 772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3142, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2470, \"group\": [528.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCACCCTATC\", \"ini\": 446, \"clust\": 1049, \"rank\": 3120, \"rankvar\": 3206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3143, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2794, \"group\": [1047.0, 112.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGAGCCAA\", \"ini\": 445, \"clust\": 890, \"rank\": 3152, \"rankvar\": 2429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3144, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2471, \"group\": [890.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTACCGCTG\", \"ini\": 444, \"clust\": 1097, \"rank\": 3031, \"rankvar\": 3349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3145, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2472, \"group\": [1097.0, 116.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACATTTGCTT\", \"ini\": 443, \"clust\": 1061, \"rank\": 3197, \"rankvar\": 3286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3146, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2795, \"group\": [1062.0, 113.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTGTACC\", \"ini\": 442, \"clust\": 902, \"rank\": 3112, \"rankvar\": 2719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3147, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2473, \"group\": [900.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATTGCGA\", \"ini\": 441, \"clust\": 426, \"rank\": 3174, \"rankvar\": 2046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2474, \"group\": [428.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTGTACCAGTT\", \"ini\": 440, \"clust\": 607, \"rank\": 3171, \"rankvar\": 2197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3149, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2475, \"group\": [606.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGCTACCGC\", \"ini\": 439, \"clust\": 504, \"rank\": 3151, \"rankvar\": 1933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3150, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2476, \"group\": [507.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGAGGGTT\", \"ini\": 438, \"clust\": 596, \"rank\": 3147, \"rankvar\": 2249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3151, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2477, \"group\": [596.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTAGAAAGG\", \"ini\": 437, \"clust\": 706, \"rank\": 3162, \"rankvar\": 2061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3152, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2478, \"group\": [706.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGACTAGAT\", \"ini\": 436, \"clust\": 1142, \"rank\": 3119, \"rankvar\": 2857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3153, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2479, \"group\": [1141.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTACGCCC\", \"ini\": 435, \"clust\": 211, \"rank\": 3022, \"rankvar\": 403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3154, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2926, \"group\": [210.0, 48.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCGAGGTAG\", \"ini\": 434, \"clust\": 1089, \"rank\": 2857, \"rankvar\": 3454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3155, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2796, \"group\": [1089.0, 115.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCGAACC\", \"ini\": 433, \"clust\": 495, \"rank\": 3246, \"rankvar\": 1592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2480, \"group\": [493.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTACGACT\", \"ini\": 432, \"clust\": 1041, \"rank\": 3166, \"rankvar\": 3295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3157, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2797, \"group\": [1040.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCAGGCGAA\", \"ini\": 431, \"clust\": 442, \"rank\": 3202, \"rankvar\": 2028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3158, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2481, \"group\": [442.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGTTAGCGG\", \"ini\": 430, \"clust\": 461, \"rank\": 3191, \"rankvar\": 1378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3159, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2482, \"group\": [461.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGCTGAAAT\", \"ini\": 429, \"clust\": 1042, \"rank\": 3132, \"rankvar\": 2769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3160, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2798, \"group\": [1041.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCAGGGTATG\", \"ini\": 428, \"clust\": 3565, \"rank\": 3333, \"rankvar\": 1374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1661, \"group\": [3569.0, 551.0, 85.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCATACTG\", \"ini\": 427, \"clust\": 648, \"rank\": 3011, \"rankvar\": 2815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3162, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2483, \"group\": [648.0, 84.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCTGCCAG\", \"ini\": 426, \"clust\": 521, \"rank\": 3189, \"rankvar\": 323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3163, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2484, \"group\": [520.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTGCCTTGG\", \"ini\": 425, \"clust\": 1029, \"rank\": 2986, \"rankvar\": 3115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3164, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2799, \"group\": [1031.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGCACACAG\", \"ini\": 424, \"clust\": 1025, \"rank\": 3013, \"rankvar\": 2996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3165, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2800, \"group\": [1046.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCTGATACG\", \"ini\": 423, \"clust\": 751, \"rank\": 3111, \"rankvar\": 1615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3166, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2485, \"group\": [750.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGTCATC\", \"ini\": 422, \"clust\": 894, \"rank\": 3046, \"rankvar\": 2473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3167, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2486, \"group\": [897.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCGGATGTT\", \"ini\": 421, \"clust\": 869, \"rank\": 3105, \"rankvar\": 1794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3168, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2487, \"group\": [871.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGAGGTAGA\", \"ini\": 420, \"clust\": 1070, \"rank\": 3181, \"rankvar\": 2826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3169, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2801, \"group\": [1077.0, 113.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGACAAGCC\", \"ini\": 419, \"clust\": 1075, \"rank\": 3262, \"rankvar\": 3199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3170, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2802, \"group\": [1073.0, 113.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCATACAGCT\", \"ini\": 418, \"clust\": 967, \"rank\": 2931, \"rankvar\": 2410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3171, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2844, \"group\": [966.0, 106.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACAGTTC\", \"ini\": 417, \"clust\": 549, \"rank\": 3167, \"rankvar\": 992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2488, \"group\": [549.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGTTTGCGT\", \"ini\": 416, \"clust\": 701, \"rank\": 3060, \"rankvar\": 1676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3173, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2489, \"group\": [700.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGTAG\", \"ini\": 415, \"clust\": 502, \"rank\": 3207, \"rankvar\": 2600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3174, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2490, \"group\": [501.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACACTGTTAG\", \"ini\": 414, \"clust\": 1040, \"rank\": 3177, \"rankvar\": 3217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3175, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2803, \"group\": [1042.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCTCA\", \"ini\": 413, \"clust\": 588, \"rank\": 3214, \"rankvar\": 334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3176, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2491, \"group\": [586.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGATCGATA\", \"ini\": 412, \"clust\": 1161, \"rank\": 3078, \"rankvar\": 2418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3177, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2492, \"group\": [1162.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCTAAACC\", \"ini\": 411, \"clust\": 68, \"rank\": 3141, \"rankvar\": 3304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3178, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2804, \"group\": [69.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTAGCGC\", \"ini\": 410, \"clust\": 414, \"rank\": 3254, \"rankvar\": 2047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3179, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2493, \"group\": [416.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCATGTTCCC\", \"ini\": 409, \"clust\": 585, \"rank\": 3195, \"rankvar\": 1710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2494, \"group\": [588.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGCACTTAAGC\", \"ini\": 408, \"clust\": 405, \"rank\": 3257, \"rankvar\": 2859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2495, \"group\": [407.0, 78.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATATGCTG\", \"ini\": 407, \"clust\": 554, \"rank\": 3321, \"rankvar\": 2239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3182, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2496, \"group\": [556.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTACAGCAG\", \"ini\": 406, \"clust\": 363, \"rank\": 3222, \"rankvar\": 1943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3183, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2497, \"group\": [363.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCATAACCG\", \"ini\": 405, \"clust\": 141, \"rank\": 2938, \"rankvar\": 2817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3184, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2927, \"group\": [142.0, 35.0, 13.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGGCACTA\", \"ini\": 404, \"clust\": 702, \"rank\": 3092, \"rankvar\": 1177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3185, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2498, \"group\": [701.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTGTAAGGGCT\", \"ini\": 403, \"clust\": 884, \"rank\": 3135, \"rankvar\": 2011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3186, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2499, \"group\": [883.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCTTAATC\", \"ini\": 402, \"clust\": 332, \"rank\": 3255, \"rankvar\": 2616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3187, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2500, \"group\": [338.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGTTGGC\", \"ini\": 401, \"clust\": 622, \"rank\": 2962, \"rankvar\": 1911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3188, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2501, \"group\": [622.0, 83.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGAATTGTG\", \"ini\": 400, \"clust\": 1056, \"rank\": 3097, \"rankvar\": 3362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3189, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2805, \"group\": [1055.0, 113.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGGCATTGG\", \"ini\": 399, \"clust\": 505, \"rank\": 3209, \"rankvar\": 1353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3190, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2502, \"group\": [506.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTACCGAGA\", \"ini\": 398, \"clust\": 139, \"rank\": 2965, \"rankvar\": 2406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3191, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2928, \"group\": [139.0, 33.0, 13.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACGGTAAG\", \"ini\": 397, \"clust\": 583, \"rank\": 3219, \"rankvar\": 2131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3192, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2503, \"group\": [582.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCGTCATC\", \"ini\": 396, \"clust\": 324, \"rank\": 3080, \"rankvar\": 1878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3193, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2504, \"group\": [322.0, 76.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTCAGATAA\", \"ini\": 395, \"clust\": 508, \"rank\": 3261, \"rankvar\": 1616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3194, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2505, \"group\": [504.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGGGAACGG\", \"ini\": 394, \"clust\": 1038, \"rank\": 3234, \"rankvar\": 3134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3195, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2806, \"group\": [1037.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCATCCGGGT\", \"ini\": 393, \"clust\": 498, \"rank\": 3278, \"rankvar\": 1635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3196, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2506, \"group\": [499.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGAGTGACC\", \"ini\": 392, \"clust\": 574, \"rank\": 3179, \"rankvar\": 1196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2507, \"group\": [577.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATAGCTGATAA\", \"ini\": 391, \"clust\": 552, \"rank\": 3168, \"rankvar\": 1643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3198, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2508, \"group\": [551.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTATGCGT\", \"ini\": 390, \"clust\": 369, \"rank\": 3122, \"rankvar\": 2414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3199, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2509, \"group\": [368.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCACCAGCAC\", \"ini\": 389, \"clust\": 506, \"rank\": 3213, \"rankvar\": 1011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2510, \"group\": [505.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTCGCATAT\", \"ini\": 388, \"clust\": 385, \"rank\": 3100, \"rankvar\": 1666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3201, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2511, \"group\": [384.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTCTGGC\", \"ini\": 387, \"clust\": 445, \"rank\": 3248, \"rankvar\": 1072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3202, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2512, \"group\": [445.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTGCGTAA\", \"ini\": 386, \"clust\": 896, \"rank\": 3127, \"rankvar\": 2207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3203, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2513, \"group\": [894.0, 99.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCCATTCTA\", \"ini\": 385, \"clust\": 603, \"rank\": 3275, \"rankvar\": 1358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3204, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2514, \"group\": [607.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATGTTCCC\", \"ini\": 384, \"clust\": 494, \"rank\": 3269, \"rankvar\": 1602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3205, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2515, \"group\": [495.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGTGCCTG\", \"ini\": 383, \"clust\": 457, \"rank\": 3303, \"rankvar\": 2445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3206, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2516, \"group\": [460.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGTAGCCGA\", \"ini\": 382, \"clust\": 681, \"rank\": 3109, \"rankvar\": 1921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3207, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2517, \"group\": [680.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGGGTCA\", \"ini\": 381, \"clust\": 513, \"rank\": 3250, \"rankvar\": 1368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3208, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2518, \"group\": [512.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCACGGTTA\", \"ini\": 380, \"clust\": 175, \"rank\": 3230, \"rankvar\": 1960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3209, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2992, \"group\": [176.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCGTTTATC\", \"ini\": 379, \"clust\": 146, \"rank\": 3098, \"rankvar\": 2960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3210, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2993, \"group\": [146.0, 37.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCAGTATCTCG\", \"ini\": 378, \"clust\": 591, \"rank\": 3164, \"rankvar\": 1608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3211, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2519, \"group\": [590.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCTTGCATT\", \"ini\": 377, \"clust\": 1165, \"rank\": 3270, \"rankvar\": 3028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3212, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2520, \"group\": [1166.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGTACGTTC\", \"ini\": 376, \"clust\": 543, \"rank\": 3247, \"rankvar\": 1471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3213, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2521, \"group\": [543.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTACCGAT\", \"ini\": 375, \"clust\": 434, \"rank\": 3357, \"rankvar\": 2550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3214, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2522, \"group\": [434.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGCATGGATGG\", \"ini\": 374, \"clust\": 1127, \"rank\": 3236, \"rankvar\": 2712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3215, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2523, \"group\": [1128.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAGCAGTTT\", \"ini\": 373, \"clust\": 1039, \"rank\": 3199, \"rankvar\": 2460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2807, \"group\": [1038.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGTTACCCA\", \"ini\": 372, \"clust\": 594, \"rank\": 3185, \"rankvar\": 2297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3217, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2524, \"group\": [593.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGAATCTCC\", \"ini\": 371, \"clust\": 424, \"rank\": 3220, \"rankvar\": 2469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3218, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2525, \"group\": [424.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGTACGATA\", \"ini\": 370, \"clust\": 479, \"rank\": 3245, \"rankvar\": 802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3219, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2526, \"group\": [479.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCCAACGG\", \"ini\": 369, \"clust\": 520, \"rank\": 3310, \"rankvar\": 858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3220, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2527, \"group\": [525.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCTCCAATGGT\", \"ini\": 368, \"clust\": 318, \"rank\": 3113, \"rankvar\": 2301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2528, \"group\": [316.0, 76.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACTATTC\", \"ini\": 367, \"clust\": 361, \"rank\": 3233, \"rankvar\": 2279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3222, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2529, \"group\": [359.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGTGGTCCC\", \"ini\": 366, \"clust\": 429, \"rank\": 3369, \"rankvar\": 1322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3223, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2530, \"group\": [429.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGGCACA\", \"ini\": 365, \"clust\": 447, \"rank\": 3316, \"rankvar\": 2107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3224, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2531, \"group\": [449.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGTTGTCGT\", \"ini\": 364, \"clust\": 233, \"rank\": 3129, \"rankvar\": 2212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3225, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2929, \"group\": [232.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTACCAGTT\", \"ini\": 363, \"clust\": 1116, \"rank\": 3300, \"rankvar\": 1566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3226, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2532, \"group\": [1115.0, 119.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAACAATC\", \"ini\": 362, \"clust\": 234, \"rank\": 3140, \"rankvar\": 900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3227, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2930, \"group\": [233.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCTTTCTC\", \"ini\": 361, \"clust\": 1140, \"rank\": 3205, \"rankvar\": 2513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3228, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2533, \"group\": [1142.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTAGGGTG\", \"ini\": 360, \"clust\": 1163, \"rank\": 3165, \"rankvar\": 2785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3229, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2534, \"group\": [1164.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCTCTCGT\", \"ini\": 359, \"clust\": 1030, \"rank\": 3157, \"rankvar\": 3098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3230, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2808, \"group\": [1029.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCAAACTC\", \"ini\": 358, \"clust\": 438, \"rank\": 3290, \"rankvar\": 552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3231, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2535, \"group\": [439.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTTCAT\", \"ini\": 357, \"clust\": 336, \"rank\": 3249, \"rankvar\": 2109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3232, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2536, \"group\": [336.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGACAGCC\", \"ini\": 356, \"clust\": 472, \"rank\": 3204, \"rankvar\": 840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3233, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2537, \"group\": [473.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGCGTTTC\", \"ini\": 355, \"clust\": 425, \"rank\": 3229, \"rankvar\": 2095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3234, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2538, \"group\": [425.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCACTGGC\", \"ini\": 354, \"clust\": 1137, \"rank\": 3160, \"rankvar\": 1578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3235, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2539, \"group\": [1138.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTTATGCGT\", \"ini\": 353, \"clust\": 979, \"rank\": 2926, \"rankvar\": 2986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3236, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2845, \"group\": [980.0, 110.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTTCCACA\", \"ini\": 352, \"clust\": 470, \"rank\": 3283, \"rankvar\": 2163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2540, \"group\": [470.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGTGAGTG\", \"ini\": 351, \"clust\": 1123, \"rank\": 3258, \"rankvar\": 2103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3238, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2541, \"group\": [1125.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCAGGTTCA\", \"ini\": 350, \"clust\": 435, \"rank\": 3367, \"rankvar\": 1474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3239, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2542, \"group\": [435.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCGCTTG\", \"ini\": 349, \"clust\": 492, \"rank\": 3322, \"rankvar\": 1014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3240, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2543, \"group\": [491.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTATTAGCC\", \"ini\": 348, \"clust\": 467, \"rank\": 3265, \"rankvar\": 529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3241, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2544, \"group\": [466.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAAGCGGT\", \"ini\": 347, \"clust\": 870, \"rank\": 3186, \"rankvar\": 1939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3242, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2545, \"group\": [869.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCAACTGCTA\", \"ini\": 346, \"clust\": 480, \"rank\": 3282, \"rankvar\": 1726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3243, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2546, \"group\": [480.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCATTTGCTT\", \"ini\": 345, \"clust\": 974, \"rank\": 3039, \"rankvar\": 3161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2547, \"group\": [975.0, 109.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGCTTCGCG\", \"ini\": 344, \"clust\": 309, \"rank\": 3313, \"rankvar\": 1650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3245, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2548, \"group\": [309.0, 75.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGAAGGCCT\", \"ini\": 343, \"clust\": 370, \"rank\": 3224, \"rankvar\": 2681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2549, \"group\": [369.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGGTCTCGTTC\", \"ini\": 342, \"clust\": 553, \"rank\": 3280, \"rankvar\": 2328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3247, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2550, \"group\": [552.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTCCACT\", \"ini\": 341, \"clust\": 1034, \"rank\": 3158, \"rankvar\": 2836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2809, \"group\": [1036.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCAAGGCTCC\", \"ini\": 340, \"clust\": 473, \"rank\": 3241, \"rankvar\": 1140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2551, \"group\": [471.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAAGGAG\", \"ini\": 339, \"clust\": 227, \"rank\": 3142, \"rankvar\": 321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3250, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2931, \"group\": [230.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTAAGATG\", \"ini\": 338, \"clust\": 564, \"rank\": 3251, \"rankvar\": 1105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2552, \"group\": [564.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCATCCGCGA\", \"ini\": 337, \"clust\": 189, \"rank\": 3211, \"rankvar\": 1059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3252, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2932, \"group\": [242.0, 50.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTTGGAGGT\", \"ini\": 336, \"clust\": 235, \"rank\": 3206, \"rankvar\": 459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3253, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2933, \"group\": [240.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGGAGC\", \"ini\": 335, \"clust\": 1062, \"rank\": 3328, \"rankvar\": 3192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3254, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2810, \"group\": [1060.0, 113.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGTAGGCCA\", \"ini\": 334, \"clust\": 338, \"rank\": 3279, \"rankvar\": 2876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2553, \"group\": [335.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTGGGAT\", \"ini\": 333, \"clust\": 362, \"rank\": 3285, \"rankvar\": 2477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3256, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2554, \"group\": [360.0, 77.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGCATGGC\", \"ini\": 332, \"clust\": 525, \"rank\": 3331, \"rankvar\": 716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2555, \"group\": [523.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCGCTTGTC\", \"ini\": 331, \"clust\": 222, \"rank\": 3201, \"rankvar\": 2980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3258, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2934, \"group\": [241.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCGATATA\", \"ini\": 330, \"clust\": 446, \"rank\": 3323, \"rankvar\": 1276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3259, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2556, \"group\": [446.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTGACGTT\", \"ini\": 329, \"clust\": 453, \"rank\": 3388, \"rankvar\": 2524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3260, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2557, \"group\": [456.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTGGAGCC\", \"ini\": 328, \"clust\": 1026, \"rank\": 3170, \"rankvar\": 2548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2811, \"group\": [1028.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACACATTCGA\", \"ini\": 327, \"clust\": 439, \"rank\": 3346, \"rankvar\": 667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3262, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2558, \"group\": [437.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGTGGTAAT\", \"ini\": 326, \"clust\": 229, \"rank\": 3212, \"rankvar\": 226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3263, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2935, \"group\": [226.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGTTCGA\", \"ini\": 325, \"clust\": 975, \"rank\": 3033, \"rankvar\": 3128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3264, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2846, \"group\": [976.0, 109.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACACCGCTAG\", \"ini\": 324, \"clust\": 490, \"rank\": 3296, \"rankvar\": 1142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3265, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2559, \"group\": [492.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACAGTTCCCT\", \"ini\": 323, \"clust\": 597, \"rank\": 3252, \"rankvar\": 2643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3266, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2560, \"group\": [599.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGCTGAACG\", \"ini\": 322, \"clust\": 566, \"rank\": 3263, \"rankvar\": 1900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3267, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2561, \"group\": [565.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCAGCTCGG\", \"ini\": 321, \"clust\": 1155, \"rank\": 3223, \"rankvar\": 2501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3268, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2562, \"group\": [1156.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTGCTCCT\", \"ini\": 320, \"clust\": 515, \"rank\": 3319, \"rankvar\": 1704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3269, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2563, \"group\": [514.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTGACTCAT\", \"ini\": 319, \"clust\": 475, \"rank\": 3253, \"rankvar\": 738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3270, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2564, \"group\": [475.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGTGTTTGC\", \"ini\": 318, \"clust\": 172, \"rank\": 3200, \"rankvar\": 2483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3271, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2994, \"group\": [171.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCAAAGCG\", \"ini\": 317, \"clust\": 570, \"rank\": 3291, \"rankvar\": 2087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3272, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2565, \"group\": [567.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGTTCGATC\", \"ini\": 316, \"clust\": 193, \"rank\": 3337, \"rankvar\": 27, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3273, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2936, \"group\": [195.0, 46.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCACTCCTG\", \"ini\": 315, \"clust\": 1027, \"rank\": 3242, \"rankvar\": 2766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3274, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2812, \"group\": [1026.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTCACACGC\", \"ini\": 314, \"clust\": 409, \"rank\": 3277, \"rankvar\": 875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3275, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2566, \"group\": [408.0, 79.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGAAGGACA\", \"ini\": 313, \"clust\": 1091, \"rank\": 3150, \"rankvar\": 3332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2813, \"group\": [1092.0, 116.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCATATCG\", \"ini\": 312, \"clust\": 960, \"rank\": 3156, \"rankvar\": 1981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3277, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2847, \"group\": [965.0, 106.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACTCTGTC\", \"ini\": 311, \"clust\": 555, \"rank\": 3372, \"rankvar\": 853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3278, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2567, \"group\": [554.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGAGCTACCTA\", \"ini\": 310, \"clust\": 3566, \"rank\": 3447, \"rankvar\": 3011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1662, \"group\": [3568.0, 550.0, 85.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCGTTATGTGC\", \"ini\": 309, \"clust\": 183, \"rank\": 3193, \"rankvar\": 1481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3280, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2568, \"group\": [184.0, 42.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAATGCCAT\", \"ini\": 308, \"clust\": 871, \"rank\": 3194, \"rankvar\": 1784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3281, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2569, \"group\": [870.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCTCATTCA\", \"ini\": 307, \"clust\": 885, \"rank\": 3208, \"rankvar\": 2018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3282, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2570, \"group\": [884.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTACCCAAT\", \"ini\": 306, \"clust\": 310, \"rank\": 3393, \"rankvar\": 1274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3283, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2571, \"group\": [310.0, 75.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTAAA\", \"ini\": 305, \"clust\": 511, \"rank\": 3378, \"rankvar\": 2082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3284, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2572, \"group\": [510.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAAGGACTG\", \"ini\": 304, \"clust\": 1158, \"rank\": 3188, \"rankvar\": 2727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3285, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2573, \"group\": [1159.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAAAGTCAA\", \"ini\": 303, \"clust\": 851, \"rank\": 3302, \"rankvar\": 2707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3286, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2574, \"group\": [849.0, 97.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAGACAGGT\", \"ini\": 302, \"clust\": 214, \"rank\": 3182, \"rankvar\": 909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3287, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2937, \"group\": [213.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTAAGCACG\", \"ini\": 301, \"clust\": 474, \"rank\": 3281, \"rankvar\": 1998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3288, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2575, \"group\": [472.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCGTTGCC\", \"ini\": 300, \"clust\": 147, \"rank\": 3227, \"rankvar\": 2864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3289, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2995, \"group\": [147.0, 37.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCAAGATCC\", \"ini\": 299, \"clust\": 70, \"rank\": 3271, \"rankvar\": 2740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3290, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2814, \"group\": [70.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCCATGCGCAC\", \"ini\": 298, \"clust\": 982, \"rank\": 3228, \"rankvar\": 3065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3291, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2815, \"group\": [983.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGACCTTTG\", \"ini\": 297, \"clust\": 605, \"rank\": 3311, \"rankvar\": 1787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3292, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2576, \"group\": [604.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGGTTGT\", \"ini\": 296, \"clust\": 556, \"rank\": 3375, \"rankvar\": 1413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2577, \"group\": [555.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCATGGTCA\", \"ini\": 295, \"clust\": 1159, \"rank\": 3232, \"rankvar\": 1899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3294, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2578, \"group\": [1160.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGGGAGTAA\", \"ini\": 294, \"clust\": 3525, \"rank\": 3276, \"rankvar\": 3585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3295, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 158, \"group\": [3526.0, 538.0, 80.0, 21.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAAGGACAC\", \"ini\": 293, \"clust\": 455, \"rank\": 3389, \"rankvar\": 2145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3296, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2579, \"group\": [453.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCATCAGTAC\", \"ini\": 292, \"clust\": 580, \"rank\": 3332, \"rankvar\": 1735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2580, \"group\": [580.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCACCCAGTG\", \"ini\": 291, \"clust\": 223, \"rank\": 3231, \"rankvar\": 1740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3298, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2938, \"group\": [224.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCCCAACGG\", \"ini\": 290, \"clust\": 983, \"rank\": 3286, \"rankvar\": 3055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3299, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2816, \"group\": [984.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCAGTCAGT\", \"ini\": 289, \"clust\": 1046, \"rank\": 3144, \"rankvar\": 3242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2817, \"group\": [1051.0, 112.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCTTACCTA\", \"ini\": 288, \"clust\": 529, \"rank\": 3284, \"rankvar\": 73, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3301, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2581, \"group\": [537.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAACGCACC\", \"ini\": 287, \"clust\": 643, \"rank\": 3226, \"rankvar\": 2715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3302, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2582, \"group\": [645.0, 84.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGGCTA\", \"ini\": 286, \"clust\": 224, \"rank\": 3183, \"rankvar\": 775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3303, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2939, \"group\": [222.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGGTATCG\", \"ini\": 285, \"clust\": 462, \"rank\": 3373, \"rankvar\": 1572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3304, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2583, \"group\": [462.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGTCACGG\", \"ini\": 284, \"clust\": 152, \"rank\": 3190, \"rankvar\": 394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3305, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2996, \"group\": [153.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTATCGCAT\", \"ini\": 283, \"clust\": 503, \"rank\": 3351, \"rankvar\": 2821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2584, \"group\": [502.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGAGTACC\", \"ini\": 282, \"clust\": 499, \"rank\": 3395, \"rankvar\": 1032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2585, \"group\": [497.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGGTACC\", \"ini\": 281, \"clust\": 1031, \"rank\": 3274, \"rankvar\": 2959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3308, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2818, \"group\": [1030.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACTCGACG\", \"ini\": 280, \"clust\": 477, \"rank\": 3289, \"rankvar\": 1916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3309, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2586, \"group\": [477.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGTTTGTG\", \"ini\": 279, \"clust\": 230, \"rank\": 3203, \"rankvar\": 1404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3310, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2940, \"group\": [229.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGCCTA\", \"ini\": 278, \"clust\": 544, \"rank\": 3343, \"rankvar\": 2148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3311, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2587, \"group\": [544.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACCACCT\", \"ini\": 277, \"clust\": 572, \"rank\": 3344, \"rankvar\": 865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3312, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2588, \"group\": [569.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTGAGGCTA\", \"ini\": 276, \"clust\": 1074, \"rank\": 3403, \"rankvar\": 3457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3313, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2819, \"group\": [1075.0, 113.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATGAGAG\", \"ini\": 275, \"clust\": 645, \"rank\": 3243, \"rankvar\": 3200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3314, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2589, \"group\": [644.0, 84.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTGGCGAC\", \"ini\": 274, \"clust\": 3568, \"rank\": 3468, \"rankvar\": 2988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1663, \"group\": [3567.0, 550.0, 85.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATATAC\", \"ini\": 273, \"clust\": 550, \"rank\": 3295, \"rankvar\": 1849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2590, \"group\": [550.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGCCTTC\", \"ini\": 272, \"clust\": 1060, \"rank\": 3218, \"rankvar\": 3108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3317, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2820, \"group\": [1063.0, 113.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTGCCTCT\", \"ini\": 271, \"clust\": 1138, \"rank\": 3294, \"rankvar\": 2059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3318, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2591, \"group\": [1139.0, 120.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCAGCTCGG\", \"ini\": 270, \"clust\": 159, \"rank\": 3198, \"rankvar\": 2646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3319, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2997, \"group\": [160.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCCTAGAAC\", \"ini\": 269, \"clust\": 541, \"rank\": 3334, \"rankvar\": 1545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3320, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2592, \"group\": [541.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTACTCAT\", \"ini\": 268, \"clust\": 1057, \"rank\": 3239, \"rankvar\": 3318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3321, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2821, \"group\": [1058.0, 113.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCCAAACTG\", \"ini\": 267, \"clust\": 456, \"rank\": 3400, \"rankvar\": 2521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3322, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2593, \"group\": [454.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAGA\", \"ini\": 266, \"clust\": 557, \"rank\": 3318, \"rankvar\": 2910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3323, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2594, \"group\": [560.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTGTG\", \"ini\": 265, \"clust\": 208, \"rank\": 3326, \"rankvar\": 1144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3324, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2941, \"group\": [206.0, 47.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTCTTCGTC\", \"ini\": 264, \"clust\": 402, \"rank\": 3392, \"rankvar\": 2459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2595, \"group\": [404.0, 78.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAACACGCC\", \"ini\": 263, \"clust\": 582, \"rank\": 3345, \"rankvar\": 1963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3326, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2596, \"group\": [584.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGTTCT\", \"ini\": 262, \"clust\": 430, \"rank\": 3458, \"rankvar\": 2162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2597, \"group\": [430.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACAGCGAACA\", \"ini\": 261, \"clust\": 497, \"rank\": 3398, \"rankvar\": 1966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3328, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2598, \"group\": [500.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGAACTC\", \"ini\": 260, \"clust\": 542, \"rank\": 3366, \"rankvar\": 1600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2599, \"group\": [542.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGCAAAGCAAT\", \"ini\": 259, \"clust\": 483, \"rank\": 3353, \"rankvar\": 1689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3330, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2600, \"group\": [482.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTGGGTCAA\", \"ini\": 258, \"clust\": 539, \"rank\": 3287, \"rankvar\": 1423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3331, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2601, \"group\": [538.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCTGCGACG\", \"ini\": 257, \"clust\": 212, \"rank\": 3238, \"rankvar\": 1201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3332, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2942, \"group\": [211.0, 48.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTCCAAGTT\", \"ini\": 256, \"clust\": 471, \"rank\": 3330, \"rankvar\": 1050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3333, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2602, \"group\": [474.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGAAAGC\", \"ini\": 255, \"clust\": 567, \"rank\": 3376, \"rankvar\": 1868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3334, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2603, \"group\": [566.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAAAGTC\", \"ini\": 254, \"clust\": 527, \"rank\": 3305, \"rankvar\": 518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3335, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2604, \"group\": [526.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGCTGCCCA\", \"ini\": 253, \"clust\": 468, \"rank\": 3374, \"rankvar\": 788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3336, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2605, \"group\": [467.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTTCCGTCT\", \"ini\": 252, \"clust\": 1028, \"rank\": 3266, \"rankvar\": 2532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3337, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2822, \"group\": [1027.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAGAGGAA\", \"ini\": 251, \"clust\": 569, \"rank\": 3309, \"rankvar\": 1054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3338, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2606, \"group\": [571.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACGAAGG\", \"ini\": 250, \"clust\": 516, \"rank\": 3354, \"rankvar\": 1499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3339, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2607, \"group\": [515.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTAAAGTCA\", \"ini\": 249, \"clust\": 692, \"rank\": 3325, \"rankvar\": 1296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3340, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2608, \"group\": [690.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTAGTAGTA\", \"ini\": 248, \"clust\": 568, \"rank\": 3293, \"rankvar\": 797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3341, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2609, \"group\": [572.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTATATGGA\", \"ini\": 247, \"clust\": 565, \"rank\": 3352, \"rankvar\": 1644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3342, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2610, \"group\": [573.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACAGATGAGC\", \"ini\": 246, \"clust\": 215, \"rank\": 3297, \"rankvar\": 819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3343, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2943, \"group\": [214.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGTTGGC\", \"ini\": 245, \"clust\": 638, \"rank\": 3256, \"rankvar\": 2867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2611, \"group\": [637.0, 84.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAAGGGCT\", \"ini\": 244, \"clust\": 454, \"rank\": 3404, \"rankvar\": 1648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3345, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2612, \"group\": [455.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACTATCTT\", \"ini\": 243, \"clust\": 584, \"rank\": 3380, \"rankvar\": 2391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2613, \"group\": [583.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGTCGAT\", \"ini\": 242, \"clust\": 969, \"rank\": 3244, \"rankvar\": 2837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3347, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2848, \"group\": [974.0, 108.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGAGCTGCA\", \"ini\": 241, \"clust\": 530, \"rank\": 3298, \"rankvar\": 346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3348, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2614, \"group\": [536.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATTTGGG\", \"ini\": 240, \"clust\": 169, \"rank\": 3192, \"rankvar\": 2688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3349, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2998, \"group\": [169.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACAAGACG\", \"ini\": 239, \"clust\": 476, \"rank\": 3320, \"rankvar\": 1172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3350, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2615, \"group\": [476.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCACTTCAT\", \"ini\": 238, \"clust\": 496, \"rank\": 3419, \"rankvar\": 1295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2616, \"group\": [494.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGATGCCC\", \"ini\": 237, \"clust\": 1115, \"rank\": 3409, \"rankvar\": 2856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3352, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2617, \"group\": [1117.0, 119.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCACAGGT\", \"ini\": 236, \"clust\": 514, \"rank\": 3377, \"rankvar\": 2446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3353, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2618, \"group\": [513.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCAGTGAAGAG\", \"ini\": 235, \"clust\": 518, \"rank\": 3391, \"rankvar\": 214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2619, \"group\": [517.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATAACGA\", \"ini\": 234, \"clust\": 225, \"rank\": 3342, \"rankvar\": 555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3355, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2944, \"group\": [223.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTACAGACG\", \"ini\": 233, \"clust\": 1073, \"rank\": 3385, \"rankvar\": 3146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3356, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2823, \"group\": [1072.0, 113.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAGCCTGTG\", \"ini\": 232, \"clust\": 980, \"rank\": 3136, \"rankvar\": 3144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3357, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2849, \"group\": [981.0, 110.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCCGGGT\", \"ini\": 231, \"clust\": 493, \"rank\": 3438, \"rankvar\": 2315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2620, \"group\": [496.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCGCTTAT\", \"ini\": 230, \"clust\": 963, \"rank\": 3359, \"rankvar\": 2267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3359, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2850, \"group\": [963.0, 106.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCATGAGT\", \"ini\": 229, \"clust\": 110, \"rank\": 3348, \"rankvar\": 3521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3360, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2824, \"group\": [117.0, 29.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCATTCCTCG\", \"ini\": 228, \"clust\": 968, \"rank\": 3308, \"rankvar\": 2327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3361, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2851, \"group\": [967.0, 106.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTTGTTTG\", \"ini\": 227, \"clust\": 624, \"rank\": 3329, \"rankvar\": 2006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3362, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2621, \"group\": [625.0, 83.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCATTCCTGC\", \"ini\": 226, \"clust\": 1050, \"rank\": 3306, \"rankvar\": 3414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3363, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2825, \"group\": [1048.0, 112.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATCTGGTA\", \"ini\": 225, \"clust\": 949, \"rank\": 3292, \"rankvar\": 2008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3364, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2852, \"group\": [949.0, 106.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACAAGCCC\", \"ini\": 224, \"clust\": 1076, \"rank\": 3443, \"rankvar\": 3345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3365, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2826, \"group\": [1074.0, 113.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGAAGGCT\", \"ini\": 223, \"clust\": 695, \"rank\": 3336, \"rankvar\": 2854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2622, \"group\": [695.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGAAGGCT\", \"ini\": 222, \"clust\": 1032, \"rank\": 3312, \"rankvar\": 3125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3367, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2853, \"group\": [1032.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTTGTC\", \"ini\": 221, \"clust\": 528, \"rank\": 3406, \"rankvar\": 1928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3368, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2623, \"group\": [527.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGCTAGT\", \"ini\": 220, \"clust\": 436, \"rank\": 3457, \"rankvar\": 2043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3369, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2624, \"group\": [436.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTGGAGCC\", \"ini\": 219, \"clust\": 847, \"rank\": 3307, \"rankvar\": 2438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3370, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2625, \"group\": [846.0, 97.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAACGATGG\", \"ini\": 218, \"clust\": 115, \"rank\": 3416, \"rankvar\": 2991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2626, \"group\": [113.0, 29.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTCAGGCC\", \"ini\": 217, \"clust\": 151, \"rank\": 3361, \"rankvar\": 2700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3372, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2999, \"group\": [154.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGGTCT\", \"ini\": 216, \"clust\": 972, \"rank\": 3315, \"rankvar\": 2510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3373, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2854, \"group\": [970.0, 107.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAAGAGCTATA\", \"ini\": 215, \"clust\": 545, \"rank\": 3413, \"rankvar\": 1922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3374, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2627, \"group\": [545.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGGAGCGTT\", \"ini\": 214, \"clust\": 160, \"rank\": 3235, \"rankvar\": 2945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3375, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3000, \"group\": [158.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCTCCCTGA\", \"ini\": 213, \"clust\": 546, \"rank\": 3401, \"rankvar\": 2565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2628, \"group\": [546.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGCATCTA\", \"ini\": 212, \"clust\": 450, \"rank\": 3427, \"rankvar\": 2397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3377, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2629, \"group\": [452.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAACCTC\", \"ini\": 211, \"clust\": 649, \"rank\": 3304, \"rankvar\": 2627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2630, \"group\": [649.0, 84.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTCTACCTC\", \"ini\": 210, \"clust\": 240, \"rank\": 3386, \"rankvar\": 1864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3379, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2945, \"group\": [236.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTAATA\", \"ini\": 209, \"clust\": 970, \"rank\": 3272, \"rankvar\": 3388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3380, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2855, \"group\": [973.0, 107.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTATCACG\", \"ini\": 208, \"clust\": 431, \"rank\": 3479, \"rankvar\": 1205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3381, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2631, \"group\": [431.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCATGGTAGG\", \"ini\": 207, \"clust\": 158, \"rank\": 3299, \"rankvar\": 2747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3382, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3001, \"group\": [161.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGAACTGTA\", \"ini\": 206, \"clust\": 236, \"rank\": 3371, \"rankvar\": 1461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3383, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2946, \"group\": [239.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACATACTACG\", \"ini\": 205, \"clust\": 1117, \"rank\": 3439, \"rankvar\": 3059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2632, \"group\": [1116.0, 119.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAATCCGT\", \"ini\": 204, \"clust\": 602, \"rank\": 3408, \"rankvar\": 2824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3385, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2633, \"group\": [601.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAGTGAAT\", \"ini\": 203, \"clust\": 966, \"rank\": 3338, \"rankvar\": 2941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3386, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2856, \"group\": [968.0, 106.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGGATTCGG\", \"ini\": 202, \"clust\": 187, \"rank\": 3347, \"rankvar\": 2234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3387, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2634, \"group\": [188.0, 44.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACGATGT\", \"ini\": 201, \"clust\": 961, \"rank\": 3364, \"rankvar\": 1785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3388, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2857, \"group\": [961.0, 106.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATGTGT\", \"ini\": 200, \"clust\": 478, \"rank\": 3425, \"rankvar\": 2334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2635, \"group\": [478.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTACAGACG\", \"ini\": 199, \"clust\": 551, \"rank\": 3423, \"rankvar\": 1326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2636, \"group\": [553.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGTTGAGTA\", \"ini\": 198, \"clust\": 965, \"rank\": 3178, \"rankvar\": 2694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3391, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2858, \"group\": [969.0, 106.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAGCATACT\", \"ini\": 197, \"clust\": 448, \"rank\": 3420, \"rankvar\": 1161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2637, \"group\": [447.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACACAACTGT\", \"ini\": 196, \"clust\": 167, \"rank\": 3358, \"rankvar\": 2115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3393, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3002, \"group\": [165.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACCATG\", \"ini\": 195, \"clust\": 237, \"rank\": 3368, \"rankvar\": 396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3394, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2947, \"group\": [234.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACAAACTGTC\", \"ini\": 194, \"clust\": 162, \"rank\": 3339, \"rankvar\": 2546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3395, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3003, \"group\": [168.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCGATTCT\", \"ini\": 193, \"clust\": 173, \"rank\": 3341, \"rankvar\": 2382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3396, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3004, \"group\": [172.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAGCGTTCG\", \"ini\": 192, \"clust\": 540, \"rank\": 3432, \"rankvar\": 2129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2638, \"group\": [539.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCTCTGTCG\", \"ini\": 191, \"clust\": 185, \"rank\": 3301, \"rankvar\": 2250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3398, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2948, \"group\": [186.0, 43.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGTCTGAA\", \"ini\": 190, \"clust\": 500, \"rank\": 3444, \"rankvar\": 1067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2639, \"group\": [498.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGGGCTTGA\", \"ini\": 189, \"clust\": 184, \"rank\": 3335, \"rankvar\": 1053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3400, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2949, \"group\": [185.0, 42.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTAAGGGCT\", \"ini\": 188, \"clust\": 440, \"rank\": 3465, \"rankvar\": 1207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3401, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2640, \"group\": [438.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATGTCTT\", \"ini\": 187, \"clust\": 406, \"rank\": 3421, \"rankvar\": 3302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3402, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2641, \"group\": [405.0, 78.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTCCCTACT\", \"ini\": 186, \"clust\": 517, \"rank\": 3429, \"rankvar\": 2085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2642, \"group\": [519.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCAGATAAG\", \"ini\": 185, \"clust\": 1111, \"rank\": 3362, \"rankvar\": 2718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2643, \"group\": [1111.0, 119.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTAAACGCG\", \"ini\": 184, \"clust\": 451, \"rank\": 3478, \"rankvar\": 1782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3405, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2644, \"group\": [450.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGGCCCGTT\", \"ini\": 183, \"clust\": 403, \"rank\": 3461, \"rankvar\": 2206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2645, \"group\": [402.0, 78.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTGAGTTC\", \"ini\": 182, \"clust\": 571, \"rank\": 3411, \"rankvar\": 2299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3407, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2646, \"group\": [568.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAAACGGG\", \"ini\": 181, \"clust\": 432, \"rank\": 3467, \"rankvar\": 1649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3408, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2647, \"group\": [432.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGAGGCTAGGT\", \"ini\": 180, \"clust\": 1058, \"rank\": 3397, \"rankvar\": 3056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3409, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2827, \"group\": [1059.0, 113.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCCACCTG\", \"ini\": 179, \"clust\": 231, \"rank\": 3363, \"rankvar\": 296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3410, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2950, \"group\": [227.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAAGCCGCT\", \"ini\": 178, \"clust\": 161, \"rank\": 3394, \"rankvar\": 2699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3411, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3005, \"group\": [159.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAGATGGGT\", \"ini\": 177, \"clust\": 689, \"rank\": 3402, \"rankvar\": 2677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3412, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2648, \"group\": [688.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTAAAGTG\", \"ini\": 176, \"clust\": 186, \"rank\": 3324, \"rankvar\": 2735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3413, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2951, \"group\": [187.0, 43.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATCCGCGA\", \"ini\": 175, \"clust\": 460, \"rank\": 3487, \"rankvar\": 3038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2649, \"group\": [458.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTCCGTAT\", \"ini\": 174, \"clust\": 181, \"rank\": 3396, \"rankvar\": 2931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3415, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3006, \"group\": [182.0, 41.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTCAACTT\", \"ini\": 173, \"clust\": 1071, \"rank\": 3446, \"rankvar\": 3073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3416, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2828, \"group\": [1076.0, 113.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCATGGAATA\", \"ini\": 172, \"clust\": 984, \"rank\": 3314, \"rankvar\": 3356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3417, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2859, \"group\": [985.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATGCATGT\", \"ini\": 171, \"clust\": 981, \"rank\": 3264, \"rankvar\": 3106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3418, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2860, \"group\": [982.0, 110.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTTCACCTC\", \"ini\": 170, \"clust\": 522, \"rank\": 3415, \"rankvar\": 859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2650, \"group\": [521.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAAGGACAC\", \"ini\": 169, \"clust\": 220, \"rank\": 3365, \"rankvar\": 267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3420, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2952, \"group\": [218.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTTGCCGT\", \"ini\": 168, \"clust\": 412, \"rank\": 3455, \"rankvar\": 1858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3421, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2651, \"group\": [410.0, 79.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACTACAGT\", \"ini\": 167, \"clust\": 428, \"rank\": 3452, \"rankvar\": 1884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3422, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2652, \"group\": [427.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCGCGATCG\", \"ini\": 166, \"clust\": 1118, \"rank\": 3471, \"rankvar\": 2746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3423, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2829, \"group\": [1118.0, 119.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTGGGTTG\", \"ini\": 165, \"clust\": 519, \"rank\": 3495, \"rankvar\": 2348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2653, \"group\": [518.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCTCCTGCCAT\", \"ini\": 164, \"clust\": 962, \"rank\": 3418, \"rankvar\": 2055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3425, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2861, \"group\": [962.0, 106.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCGAATGT\", \"ini\": 163, \"clust\": 174, \"rank\": 3382, \"rankvar\": 2275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3426, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3007, \"group\": [177.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGTAAGA\", \"ini\": 162, \"clust\": 948, \"rank\": 3370, \"rankvar\": 1717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3427, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2862, \"group\": [951.0, 106.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTTGTCGT\", \"ini\": 161, \"clust\": 973, \"rank\": 3379, \"rankvar\": 3157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3428, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2863, \"group\": [971.0, 107.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCCGACA\", \"ini\": 160, \"clust\": 179, \"rank\": 3340, \"rankvar\": 1383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3429, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2953, \"group\": [179.0, 40.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCTTCGAGA\", \"ini\": 159, \"clust\": 219, \"rank\": 3327, \"rankvar\": 1337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3430, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2954, \"group\": [220.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCAGTCCTCCT\", \"ini\": 158, \"clust\": 148, \"rank\": 3387, \"rankvar\": 2448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3431, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3008, \"group\": [150.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCAGACAGGT\", \"ini\": 157, \"clust\": 113, \"rank\": 3435, \"rankvar\": 3269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3432, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2654, \"group\": [111.0, 29.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACACATCCGG\", \"ini\": 156, \"clust\": 71, \"rank\": 3349, \"rankvar\": 2767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3433, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2830, \"group\": [71.0, 12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTACCAGTT\", \"ini\": 155, \"clust\": 241, \"rank\": 3410, \"rankvar\": 791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3434, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2955, \"group\": [237.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTGCTGTAT\", \"ini\": 154, \"clust\": 410, \"rank\": 3463, \"rankvar\": 1057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3435, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2655, \"group\": [409.0, 79.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGTGGGAT\", \"ini\": 153, \"clust\": 634, \"rank\": 3350, \"rankvar\": 3338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3436, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2656, \"group\": [634.0, 84.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGCGCTCT\", \"ini\": 152, \"clust\": 640, \"rank\": 3356, \"rankvar\": 3334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2657, \"group\": [640.0, 84.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTAATAGCA\", \"ini\": 151, \"clust\": 171, \"rank\": 3355, \"rankvar\": 2549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3438, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3009, \"group\": [173.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGTGTACCT\", \"ini\": 150, \"clust\": 1023, \"rank\": 3437, \"rankvar\": 2955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3439, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2864, \"group\": [1023.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATAGAAAC\", \"ini\": 149, \"clust\": 197, \"rank\": 3462, \"rankvar\": 1317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3440, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2956, \"group\": [201.0, 47.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATGGGTC\", \"ini\": 148, \"clust\": 180, \"rank\": 3384, \"rankvar\": 229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3441, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2957, \"group\": [180.0, 40.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGGGCTTCC\", \"ini\": 147, \"clust\": 226, \"rank\": 3399, \"rankvar\": 1544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3442, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2958, \"group\": [231.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGACGCTC\", \"ini\": 146, \"clust\": 114, \"rank\": 3466, \"rankvar\": 3436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2658, \"group\": [112.0, 29.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTTGACTG\", \"ini\": 145, \"clust\": 452, \"rank\": 3494, \"rankvar\": 1254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3444, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2659, \"group\": [451.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACATATGAGA\", \"ini\": 144, \"clust\": 408, \"rank\": 3433, \"rankvar\": 3027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3445, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2865, \"group\": [413.0, 79.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCACTTCC\", \"ini\": 143, \"clust\": 239, \"rank\": 3414, \"rankvar\": 2186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3446, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2959, \"group\": [238.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTCTGGAGA\", \"ini\": 142, \"clust\": 863, \"rank\": 3436, \"rankvar\": 3228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3447, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2660, \"group\": [862.0, 98.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTAGGTT\", \"ini\": 141, \"clust\": 1119, \"rank\": 3498, \"rankvar\": 3079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3448, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2831, \"group\": [1119.0, 119.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCAAGCCTA\", \"ini\": 140, \"clust\": 654, \"rank\": 3405, \"rankvar\": 2534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2661, \"group\": [650.0, 85.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACAACGT\", \"ini\": 139, \"clust\": 523, \"rank\": 3476, \"rankvar\": 2164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3450, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2662, \"group\": [524.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCTTGCATT\", \"ini\": 138, \"clust\": 1017, \"rank\": 3407, \"rankvar\": 1355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3451, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2866, \"group\": [1016.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTAAACCTC\", \"ini\": 137, \"clust\": 1112, \"rank\": 3464, \"rankvar\": 429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3452, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2960, \"group\": [1113.0, 119.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCATTACCTT\", \"ini\": 136, \"clust\": 217, \"rank\": 3459, \"rankvar\": 573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3453, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2961, \"group\": [215.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGTTACGGG\", \"ini\": 135, \"clust\": 1063, \"rank\": 3449, \"rankvar\": 3413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3454, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2832, \"group\": [1061.0, 113.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTGGTAACG\", \"ini\": 134, \"clust\": 964, \"rank\": 3412, \"rankvar\": 2645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3455, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2867, \"group\": [964.0, 106.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCGGCACT\", \"ini\": 133, \"clust\": 238, \"rank\": 3451, \"rankvar\": 220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3456, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2962, \"group\": [235.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCAAGTAATG\", \"ini\": 132, \"clust\": 213, \"rank\": 3480, \"rankvar\": 993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3457, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2963, \"group\": [221.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTTACCGC\", \"ini\": 131, \"clust\": 178, \"rank\": 3422, \"rankvar\": 2981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3458, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2964, \"group\": [181.0, 40.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGAGTTTA\", \"ini\": 130, \"clust\": 576, \"rank\": 3428, \"rankvar\": 2430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3459, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2663, \"group\": [574.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCATATGAGA\", \"ini\": 129, \"clust\": 143, \"rank\": 3360, \"rankvar\": 2426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3460, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3010, \"group\": [145.0, 36.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACTAAGT\", \"ini\": 128, \"clust\": 946, \"rank\": 3441, \"rankvar\": 1092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3461, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2868, \"group\": [946.0, 106.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGATCGG\", \"ini\": 127, \"clust\": 688, \"rank\": 3454, \"rankvar\": 3214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3462, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2664, \"group\": [693.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAGCTTCT\", \"ini\": 126, \"clust\": 153, \"rank\": 3456, \"rankvar\": 2591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3463, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3011, \"group\": [151.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTTGTCAT\", \"ini\": 125, \"clust\": 1033, \"rank\": 3434, \"rankvar\": 3386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3464, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2833, \"group\": [1033.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTTAAGTG\", \"ini\": 124, \"clust\": 170, \"rank\": 3426, \"rankvar\": 3076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3465, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3012, \"group\": [170.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTGCCTGCA\", \"ini\": 123, \"clust\": 989, \"rank\": 3383, \"rankvar\": 3422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3466, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2869, \"group\": [990.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACGCATA\", \"ini\": 122, \"clust\": 3569, \"rank\": 3520, \"rankvar\": 3538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3467, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2870, \"group\": [3572.0, 553.0, 85.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGGTACC\", \"ini\": 121, \"clust\": 221, \"rank\": 3440, \"rankvar\": 690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3468, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2965, \"group\": [219.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTCGCCGT\", \"ini\": 120, \"clust\": 635, \"rank\": 3430, \"rankvar\": 3267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3469, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2665, \"group\": [635.0, 84.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATTCTTGTATC\", \"ini\": 119, \"clust\": 155, \"rank\": 3472, \"rankvar\": 1944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3470, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3013, \"group\": [157.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTTCGTCTC\", \"ini\": 118, \"clust\": 538, \"rank\": 3501, \"rankvar\": 3020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3471, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2666, \"group\": [540.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGAGAAACGAG\", \"ini\": 117, \"clust\": 188, \"rank\": 3453, \"rankvar\": 2885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3472, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2966, \"group\": [189.0, 44.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAGGCTCAC\", \"ini\": 116, \"clust\": 195, \"rank\": 3500, \"rankvar\": 291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3473, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2967, \"group\": [192.0, 46.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCACTTACGA\", \"ini\": 115, \"clust\": 1059, \"rank\": 3448, \"rankvar\": 3380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3474, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2834, \"group\": [1064.0, 113.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGAGGTTGC\", \"ini\": 114, \"clust\": 206, \"rank\": 3481, \"rankvar\": 699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3475, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2968, \"group\": [209.0, 47.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAATCTACG\", \"ini\": 113, \"clust\": 232, \"rank\": 3417, \"rankvar\": 2456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3476, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2969, \"group\": [228.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCAGCTTCGG\", \"ini\": 112, \"clust\": 166, \"rank\": 3445, \"rankvar\": 2653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3477, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3014, \"group\": [167.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGGAGTACC\", \"ini\": 111, \"clust\": 985, \"rank\": 3431, \"rankvar\": 2891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3478, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2871, \"group\": [986.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTATAAACG\", \"ini\": 110, \"clust\": 1035, \"rank\": 3424, \"rankvar\": 3455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3479, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2835, \"group\": [1034.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACAACGCC\", \"ini\": 109, \"clust\": 945, \"rank\": 3489, \"rankvar\": 2552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3480, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2872, \"group\": [948.0, 106.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCATGATCCA\", \"ini\": 108, \"clust\": 207, \"rank\": 3470, \"rankvar\": 240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3481, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2970, \"group\": [208.0, 47.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCGTCAAA\", \"ini\": 107, \"clust\": 216, \"rank\": 3491, \"rankvar\": 524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3482, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2971, \"group\": [217.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGAGATGAG\", \"ini\": 106, \"clust\": 1018, \"rank\": 3469, \"rankvar\": 1431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3483, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2873, \"group\": [1017.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATGTTGAC\", \"ini\": 105, \"clust\": 164, \"rank\": 3442, \"rankvar\": 2626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3484, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3015, \"group\": [162.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGTGACC\", \"ini\": 104, \"clust\": 218, \"rank\": 3503, \"rankvar\": 122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3485, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2972, \"group\": [216.0, 49.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGGCGACAT\", \"ini\": 103, \"clust\": 209, \"rank\": 3488, \"rankvar\": 1658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3486, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2973, \"group\": [207.0, 47.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGAGTTTA\", \"ini\": 102, \"clust\": 690, \"rank\": 3508, \"rankvar\": 2975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2667, \"group\": [689.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGCGGTA\", \"ini\": 101, \"clust\": 1036, \"rank\": 3496, \"rankvar\": 3465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3488, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2836, \"group\": [1035.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAATTGCTG\", \"ini\": 100, \"clust\": 950, \"rank\": 3460, \"rankvar\": 2314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3489, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2874, \"group\": [950.0, 106.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCTCGCACTCT\", \"ini\": 99, \"clust\": 112, \"rank\": 3510, \"rankvar\": 3529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2668, \"group\": [115.0, 29.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTGATTGC\", \"ini\": 98, \"clust\": 991, \"rank\": 3473, \"rankvar\": 2750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3491, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2875, \"group\": [992.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGCGATCG\", \"ini\": 97, \"clust\": 958, \"rank\": 3485, \"rankvar\": 2783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3492, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2876, \"group\": [959.0, 106.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCTGCTGTC\", \"ini\": 96, \"clust\": 577, \"rank\": 3450, \"rankvar\": 3045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2669, \"group\": [575.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCCAGTTT\", \"ini\": 95, \"clust\": 1021, \"rank\": 3502, \"rankvar\": 2654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3494, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2877, \"group\": [1020.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTTAAGATG\", \"ini\": 94, \"clust\": 149, \"rank\": 3474, \"rankvar\": 2858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3495, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3016, \"group\": [148.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCACTGGGC\", \"ini\": 93, \"clust\": 154, \"rank\": 3504, \"rankvar\": 2203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3496, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3017, \"group\": [152.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCACATTAGC\", \"ini\": 92, \"clust\": 655, \"rank\": 3477, \"rankvar\": 2036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2670, \"group\": [651.0, 85.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGCATACGCCG\", \"ini\": 91, \"clust\": 995, \"rank\": 3512, \"rankvar\": 3273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2837, \"group\": [996.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGAATGCT\", \"ini\": 90, \"clust\": 3571, \"rank\": 3563, \"rankvar\": 3427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3499, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1838, \"group\": [3571.0, 552.0, 85.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTAGTACCT\", \"ini\": 89, \"clust\": 176, \"rank\": 3490, \"rankvar\": 2073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3500, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3018, \"group\": [174.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTAGCGTAG\", \"ini\": 88, \"clust\": 449, \"rank\": 3511, \"rankvar\": 2589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2671, \"group\": [448.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCATCCTTGC\", \"ini\": 87, \"clust\": 194, \"rank\": 3531, \"rankvar\": 435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3502, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2974, \"group\": [194.0, 46.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAGTCAGCC\", \"ini\": 86, \"clust\": 531, \"rank\": 3519, \"rankvar\": 2244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2672, \"group\": [531.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCCAAGTA\", \"ini\": 85, \"clust\": 1015, \"rank\": 3492, \"rankvar\": 2540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3504, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2878, \"group\": [1019.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTATTCA\", \"ini\": 84, \"clust\": 534, \"rank\": 3525, \"rankvar\": 2322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2673, \"group\": [532.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGTGAATTG\", \"ini\": 83, \"clust\": 168, \"rank\": 3493, \"rankvar\": 2506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3506, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3019, \"group\": [166.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTACCGTTA\", \"ini\": 82, \"clust\": 196, \"rank\": 3515, \"rankvar\": 112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3507, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2975, \"group\": [193.0, 46.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACACCGAC\", \"ini\": 81, \"clust\": 1009, \"rank\": 3482, \"rankvar\": 2634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3508, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2879, \"group\": [1010.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAATGAAAC\", \"ini\": 80, \"clust\": 993, \"rank\": 3486, \"rankvar\": 2892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3509, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2880, \"group\": [994.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCAGATCGATA\", \"ini\": 79, \"clust\": 653, \"rank\": 3484, \"rankvar\": 1850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2674, \"group\": [652.0, 85.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGGTGTTG\", \"ini\": 78, \"clust\": 1011, \"rank\": 3483, \"rankvar\": 2869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3511, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2881, \"group\": [1012.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTGCTGCC\", \"ini\": 77, \"clust\": 959, \"rank\": 3506, \"rankvar\": 2798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3512, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2882, \"group\": [960.0, 106.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTTGTATC\", \"ini\": 76, \"clust\": 573, \"rank\": 3516, \"rankvar\": 2194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3513, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2675, \"group\": [570.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCGGTGTTA\", \"ini\": 75, \"clust\": 952, \"rank\": 3507, \"rankvar\": 154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3514, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2883, \"group\": [952.0, 106.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAAAGGCGT\", \"ini\": 74, \"clust\": 407, \"rank\": 3514, \"rankvar\": 3468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2676, \"group\": [406.0, 78.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTAGTAC\", \"ini\": 73, \"clust\": 1010, \"rank\": 3497, \"rankvar\": 2863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3516, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2884, \"group\": [1011.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGACCAAG\", \"ini\": 72, \"clust\": 199, \"rank\": 3517, \"rankvar\": 1926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3517, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2976, \"group\": [199.0, 47.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGTGATAT\", \"ini\": 71, \"clust\": 535, \"rank\": 3528, \"rankvar\": 2296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2677, \"group\": [533.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCATGAAC\", \"ini\": 70, \"clust\": 111, \"rank\": 3541, \"rankvar\": 3432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3519, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2838, \"group\": [116.0, 29.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCAATCCAAC\", \"ini\": 69, \"clust\": 581, \"rank\": 3536, \"rankvar\": 3061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2678, \"group\": [581.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGTGGGTTG\", \"ini\": 68, \"clust\": 411, \"rank\": 3535, \"rankvar\": 830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3521, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2977, \"group\": [412.0, 79.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCATGCCG\", \"ini\": 67, \"clust\": 144, \"rank\": 3499, \"rankvar\": 3075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3522, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3020, \"group\": [143.0, 36.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTTGTGGAG\", \"ini\": 66, \"clust\": 1002, \"rank\": 3533, \"rankvar\": 2609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3523, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2885, \"group\": [1003.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGAGGTAGA\", \"ini\": 65, \"clust\": 1001, \"rank\": 3521, \"rankvar\": 3118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3524, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2886, \"group\": [1004.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCATCACAAC\", \"ini\": 64, \"clust\": 1005, \"rank\": 3475, \"rankvar\": 3374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3525, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2887, \"group\": [1006.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCCCTTGCA\", \"ini\": 63, \"clust\": 177, \"rank\": 3545, \"rankvar\": 2044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3021, \"group\": [175.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTATCTCG\", \"ini\": 62, \"clust\": 1003, \"rank\": 3548, \"rankvar\": 2761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3527, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2888, \"group\": [1001.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTATAGTAG\", \"ini\": 61, \"clust\": 1113, \"rank\": 3509, \"rankvar\": 2566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3528, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2889, \"group\": [1114.0, 119.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTCACACGC\", \"ini\": 60, \"clust\": 532, \"rank\": 3523, \"rankvar\": 1036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2679, \"group\": [529.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATGTCTCC\", \"ini\": 59, \"clust\": 413, \"rank\": 3539, \"rankvar\": 1955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3530, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2680, \"group\": [411.0, 79.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCCATTGGTAC\", \"ini\": 58, \"clust\": 947, \"rank\": 3544, \"rankvar\": 2189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3531, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2890, \"group\": [947.0, 106.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGATGGTC\", \"ini\": 57, \"clust\": 190, \"rank\": 3546, \"rankvar\": 57, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3532, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2978, \"group\": [190.0, 45.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGTTGAA\", \"ini\": 56, \"clust\": 575, \"rank\": 3518, \"rankvar\": 3313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3533, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2681, \"group\": [576.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTGACC\", \"ini\": 55, \"clust\": 1016, \"rank\": 3530, \"rankvar\": 2901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3534, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2891, \"group\": [1018.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTTTCCTC\", \"ini\": 54, \"clust\": 182, \"rank\": 3537, \"rankvar\": 2413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3535, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2979, \"group\": [183.0, 41.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACAGAGGT\", \"ini\": 53, \"clust\": 536, \"rank\": 3526, \"rankvar\": 1178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3536, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2682, \"group\": [534.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTACACCGC\", \"ini\": 52, \"clust\": 202, \"rank\": 3522, \"rankvar\": 51, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3537, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2980, \"group\": [205.0, 47.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATGGAAT\", \"ini\": 51, \"clust\": 990, \"rank\": 3505, \"rankvar\": 3321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3538, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2892, \"group\": [991.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTGTGGCTC\", \"ini\": 50, \"clust\": 996, \"rank\": 3549, \"rankvar\": 3110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3539, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2839, \"group\": [997.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGGCGTACA\", \"ini\": 49, \"clust\": 1024, \"rank\": 3550, \"rankvar\": 2969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3540, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2893, \"group\": [1024.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCTACTATC\", \"ini\": 48, \"clust\": 994, \"rank\": 3532, \"rankvar\": 3189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3541, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2894, \"group\": [995.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTTGATTGC\", \"ini\": 47, \"clust\": 651, \"rank\": 3538, \"rankvar\": 3086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3542, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2683, \"group\": [654.0, 85.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTCTAGAGG\", \"ini\": 46, \"clust\": 3564, \"rank\": 3588, \"rankvar\": 3576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3543, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1664, \"group\": [3565.0, 549.0, 85.0, 22.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCTCAACA\", \"ini\": 45, \"clust\": 848, \"rank\": 3527, \"rankvar\": 3080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3544, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2684, \"group\": [847.0, 97.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTGAATTG\", \"ini\": 44, \"clust\": 693, \"rank\": 3540, \"rankvar\": 2743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2685, \"group\": [691.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAAGTT\", \"ini\": 43, \"clust\": 1007, \"rank\": 3543, \"rankvar\": 2369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3546, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2895, \"group\": [1008.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAGCTGTTA\", \"ini\": 42, \"clust\": 999, \"rank\": 3559, \"rankvar\": 3085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3547, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2896, \"group\": [998.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTTCAACCA\", \"ini\": 41, \"clust\": 1013, \"rank\": 3542, \"rankvar\": 3141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3548, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2897, \"group\": [1014.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGAAACCGC\", \"ini\": 40, \"clust\": 142, \"rank\": 3529, \"rankvar\": 2664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3549, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2898, \"group\": [178.0, 39.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTGCTGTAT\", \"ini\": 39, \"clust\": 1006, \"rank\": 3513, \"rankvar\": 3350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3550, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2899, \"group\": [1007.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATTGGTAC\", \"ini\": 38, \"clust\": 150, \"rank\": 3524, \"rankvar\": 1530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3551, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3022, \"group\": [149.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCTCGAGTA\", \"ini\": 37, \"clust\": 198, \"rank\": 3555, \"rankvar\": 1242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3552, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2981, \"group\": [200.0, 47.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACTCGACG\", \"ini\": 36, \"clust\": 997, \"rank\": 3551, \"rankvar\": 2666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3553, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2900, \"group\": [1005.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAAGGGTTTCT\", \"ini\": 35, \"clust\": 953, \"rank\": 3566, \"rankvar\": 2101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2686, \"group\": [953.0, 106.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACGACTCG\", \"ini\": 34, \"clust\": 203, \"rank\": 3574, \"rankvar\": 749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3555, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2982, \"group\": [204.0, 47.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACAGGAGT\", \"ini\": 33, \"clust\": 156, \"rank\": 3556, \"rankvar\": 2050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3556, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3023, \"group\": [155.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAAAGTCAA\", \"ini\": 32, \"clust\": 116, \"rank\": 3579, \"rankvar\": 3542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3557, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2687, \"group\": [114.0, 29.0, 11.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCTTGGTC\", \"ini\": 31, \"clust\": 954, \"rank\": 3558, \"rankvar\": 1874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3558, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2901, \"group\": [958.0, 106.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTCCGGTT\", \"ini\": 30, \"clust\": 204, \"rank\": 3560, \"rankvar\": 35, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3559, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2983, \"group\": [202.0, 47.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCGTAT\", \"ini\": 29, \"clust\": 1000, \"rank\": 3571, \"rankvar\": 3315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3560, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2902, \"group\": [999.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTGAAGAG\", \"ini\": 28, \"clust\": 1022, \"rank\": 3564, \"rankvar\": 3103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3561, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2903, \"group\": [1021.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCCTTTCTC\", \"ini\": 27, \"clust\": 1020, \"rank\": 3554, \"rankvar\": 2689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3562, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2904, \"group\": [1022.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGCTGAA\", \"ini\": 26, \"clust\": 404, \"rank\": 3585, \"rankvar\": 3451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2688, \"group\": [403.0, 78.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGCATCATC\", \"ini\": 25, \"clust\": 165, \"rank\": 3534, \"rankvar\": 3347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3564, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3024, \"group\": [163.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCACGAAATA\", \"ini\": 24, \"clust\": 956, \"rank\": 3552, \"rankvar\": 1959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3565, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2905, \"group\": [955.0, 106.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGTAT\", \"ini\": 23, \"clust\": 986, \"rank\": 3562, \"rankvar\": 2624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3566, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2906, \"group\": [989.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCCTGACT\", \"ini\": 22, \"clust\": 200, \"rank\": 3565, \"rankvar\": 642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3567, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2984, \"group\": [197.0, 47.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGATAGCAT\", \"ini\": 21, \"clust\": 992, \"rank\": 3553, \"rankvar\": 3383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3568, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2907, \"group\": [993.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGATGGGTC\", \"ini\": 20, \"clust\": 998, \"rank\": 3583, \"rankvar\": 3352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3569, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2908, \"group\": [1000.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCATTAT\", \"ini\": 19, \"clust\": 145, \"rank\": 3547, \"rankvar\": 2835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3570, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3025, \"group\": [144.0, 36.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATCCTAGA\", \"ini\": 18, \"clust\": 1008, \"rank\": 3569, \"rankvar\": 1759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3571, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2909, \"group\": [1009.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCAAACTGTC\", \"ini\": 17, \"clust\": 957, \"rank\": 3557, \"rankvar\": 2922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3572, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2910, \"group\": [956.0, 106.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAAGCTGGA\", \"ini\": 16, \"clust\": 955, \"rank\": 3561, \"rankvar\": 2620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3573, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2911, \"group\": [957.0, 106.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAACGCGA\", \"ini\": 15, \"clust\": 533, \"rank\": 3575, \"rankvar\": 2467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2689, \"group\": [530.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGGCAAAGA\", \"ini\": 14, \"clust\": 1004, \"rank\": 3573, \"rankvar\": 2984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3575, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2912, \"group\": [1002.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCAGTTGAC\", \"ini\": 13, \"clust\": 537, \"rank\": 3570, \"rankvar\": 2882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3576, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2690, \"group\": [535.0, 80.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTCGAATCT\", \"ini\": 12, \"clust\": 1019, \"rank\": 3567, \"rankvar\": 3225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3577, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2913, \"group\": [1025.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTTCCGGCA\", \"ini\": 11, \"clust\": 191, \"rank\": 3584, \"rankvar\": 1738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3578, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2985, \"group\": [191.0, 45.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAACATC\", \"ini\": 10, \"clust\": 163, \"rank\": 3568, \"rankvar\": 2847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3579, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3026, \"group\": [164.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCAGCTTAG\", \"ini\": 9, \"clust\": 157, \"rank\": 3577, \"rankvar\": 1813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3580, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3027, \"group\": [156.0, 38.0, 14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTCCCTACT\", \"ini\": 8, \"clust\": 691, \"rank\": 3576, \"rankvar\": 3407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3581, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2914, \"group\": [692.0, 87.0, 20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTATTCA\", \"ini\": 7, \"clust\": 205, \"rank\": 3581, \"rankvar\": 602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3582, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2986, \"group\": [203.0, 47.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCATACTG\", \"ini\": 6, \"clust\": 1014, \"rank\": 3582, \"rankvar\": 2950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3583, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2915, \"group\": [1015.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCGGTCTAA\", \"ini\": 5, \"clust\": 201, \"rank\": 3586, \"rankvar\": 1022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3584, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2987, \"group\": [198.0, 47.0, 15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGACCAAG\", \"ini\": 4, \"clust\": 1012, \"rank\": 3578, \"rankvar\": 3262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3585, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2916, \"group\": [1013.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGACACG\", \"ini\": 3, \"clust\": 987, \"rank\": 3572, \"rankvar\": 3220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3586, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2917, \"group\": [987.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGGAGCGTT\", \"ini\": 2, \"clust\": 988, \"rank\": 3580, \"rankvar\": 3266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3587, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2918, \"group\": [988.0, 111.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTAAATGAC\", \"ini\": 1, \"clust\": 951, \"rank\": 3587, \"rankvar\": 2907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3588, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2919, \"group\": [954.0, 106.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}]}}, {\"N_row_var\": 10, \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"name\": \"CD206\", \"ini\": 10, \"clust\": 3, \"rank\": 4, \"rankvar\": 9, \"group\": [10.0, 6.0, 5.0, 3.0, 3.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD4\", \"ini\": 9, \"clust\": 1, \"rank\": 1, \"rankvar\": 8, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD27\", \"ini\": 8, \"clust\": 0, \"rank\": 9, \"rankvar\": 7, \"group\": [3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD14\", \"ini\": 7, \"clust\": 6, \"rank\": 2, \"rankvar\": 3, \"group\": [7.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD33\", \"ini\": 6, \"clust\": 8, \"rank\": 6, \"rankvar\": 1, \"group\": [4.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD11c\", \"ini\": 5, \"clust\": 9, \"rank\": 7, \"rankvar\": 6, \"group\": [5.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD66b\", \"ini\": 4, \"clust\": 4, \"rank\": 0, \"rankvar\": 5, \"group\": [9.0, 5.0, 4.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD3\", \"ini\": 3, \"clust\": 2, \"rank\": 8, \"rankvar\": 4, \"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD11b\", \"ini\": 2, \"clust\": 7, \"rank\": 5, \"rankvar\": 2, \"group\": [6.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD64\", \"ini\": 1, \"clust\": 5, \"rank\": 3, \"rankvar\": 0, \"group\": [8.0, 4.0, 3.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 1.0, 1.0]}], \"col_nodes\": [{\"name\": \"GCATGCGTCGCGGATC\", \"ini\": 3589, \"clust\": 1517, \"rank\": 90, \"rankvar\": 637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 0, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 182, \"group\": [1516.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAGTCGGT\", \"ini\": 3588, \"clust\": 3251, \"rank\": 1, \"rankvar\": 118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 0, \"group\": [3249.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTTGTACT\", \"ini\": 3587, \"clust\": 3410, \"rank\": 283, \"rankvar\": 217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3032, \"group\": [3411.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGAACAACT\", \"ini\": 3586, \"clust\": 2160, \"rank\": 276, \"rankvar\": 1583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 183, \"group\": [2161.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTGGGAA\", \"ini\": 3585, \"clust\": 1542, \"rank\": 399, \"rankvar\": 1511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 4, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 184, \"group\": [1543.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGAACTGTA\", \"ini\": 3584, \"clust\": 1436, \"rank\": 386, \"rankvar\": 868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 5, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 185, \"group\": [1436.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGGGTCTCC\", \"ini\": 3583, \"clust\": 2313, \"rank\": 384, \"rankvar\": 3188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 6, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 186, \"group\": [2314.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGCATCATC\", \"ini\": 3582, \"clust\": 2163, \"rank\": 488, \"rankvar\": 2406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 7, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 187, \"group\": [2163.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAGATTAG\", \"ini\": 3581, \"clust\": 1570, \"rank\": 380, \"rankvar\": 592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 8, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 188, \"group\": [1571.0, 72.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGCAGACA\", \"ini\": 3580, \"clust\": 3267, \"rank\": 14, \"rankvar\": 186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 9, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3033, \"group\": [3266.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCGTAGTA\", \"ini\": 3579, \"clust\": 1510, \"rank\": 82, \"rankvar\": 143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 10, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 189, \"group\": [1509.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTTCATGT\", \"ini\": 3578, \"clust\": 3253, \"rank\": 22, \"rankvar\": 2, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 11, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3034, \"group\": [3253.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTGGTATG\", \"ini\": 3577, \"clust\": 1504, \"rank\": 56, \"rankvar\": 1142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 12, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 190, \"group\": [1505.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTGGACCC\", \"ini\": 3576, \"clust\": 1502, \"rank\": 372, \"rankvar\": 282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 13, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 191, \"group\": [1502.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGTGAAAT\", \"ini\": 3575, \"clust\": 2756, \"rank\": 67, \"rankvar\": 1116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 14, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1665, \"group\": [2757.0, 97.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAACCAAC\", \"ini\": 3574, \"clust\": 3031, \"rank\": 382, \"rankvar\": 720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 15, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 192, \"group\": [3031.0, 130.0, 31.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGCCACTAT\", \"ini\": 3573, \"clust\": 1520, \"rank\": 208, \"rankvar\": 1107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 16, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 193, \"group\": [1518.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAGAGCTT\", \"ini\": 3572, \"clust\": 1521, \"rank\": 162, \"rankvar\": 1218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 17, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 194, \"group\": [1519.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGAGCTTCT\", \"ini\": 3571, \"clust\": 3257, \"rank\": 17, \"rankvar\": 25, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 18, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3035, \"group\": [3261.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCGCGAAA\", \"ini\": 3570, \"clust\": 2638, \"rank\": 553, \"rankvar\": 2063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 19, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 195, \"group\": [2637.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGCATCATC\", \"ini\": 3569, \"clust\": 1505, \"rank\": 99, \"rankvar\": 718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 20, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 196, \"group\": [1506.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTGCACGAA\", \"ini\": 3568, \"clust\": 2753, \"rank\": 120, \"rankvar\": 715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 21, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1666, \"group\": [2756.0, 97.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCATGAT\", \"ini\": 3567, \"clust\": 3301, \"rank\": 178, \"rankvar\": 260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 22, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3036, \"group\": [3299.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCCACTGGG\", \"ini\": 3566, \"clust\": 3266, \"rank\": 21, \"rankvar\": 220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 23, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3037, \"group\": [3268.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCGCGTAGC\", \"ini\": 3565, \"clust\": 3249, \"rank\": 7, \"rankvar\": 313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 24, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 1, \"group\": [3252.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCCAGAAGG\", \"ini\": 3564, \"clust\": 2786, \"rank\": 514, \"rankvar\": 2116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 25, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1667, \"group\": [2784.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAAGGGTCA\", \"ini\": 3563, \"clust\": 3268, \"rank\": 37, \"rankvar\": 165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 26, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3038, \"group\": [3267.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTTCCTGCTTG\", \"ini\": 3562, \"clust\": 1501, \"rank\": 176, \"rankvar\": 70, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 27, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 197, \"group\": [1504.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTACGTAA\", \"ini\": 3561, \"clust\": 1475, \"rank\": 192, \"rankvar\": 454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 28, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 198, \"group\": [1475.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCTCTGCTG\", \"ini\": 3560, \"clust\": 3246, \"rank\": 0, \"rankvar\": 772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 29, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3039, \"group\": [3247.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCAACGGCC\", \"ini\": 3559, \"clust\": 3431, \"rank\": 212, \"rankvar\": 404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 30, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3040, \"group\": [3431.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTCTGAT\", \"ini\": 3558, \"clust\": 1526, \"rank\": 263, \"rankvar\": 709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 31, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 199, \"group\": [1526.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATTACCC\", \"ini\": 3557, \"clust\": 3247, \"rank\": 4, \"rankvar\": 134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 32, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3041, \"group\": [3245.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGGTGTGGT\", \"ini\": 3556, \"clust\": 2754, \"rank\": 228, \"rankvar\": 536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 33, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1668, \"group\": [2754.0, 97.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAGGACCCT\", \"ini\": 3555, \"clust\": 3252, \"rank\": 16, \"rankvar\": 30, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 34, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3042, \"group\": [3250.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAGTACACT\", \"ini\": 3554, \"clust\": 1518, \"rank\": 216, \"rankvar\": 534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 35, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 200, \"group\": [1517.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCACCCAGTG\", \"ini\": 3553, \"clust\": 1559, \"rank\": 688, \"rankvar\": 115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 36, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 201, \"group\": [1559.0, 71.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTAGACAAGCC\", \"ini\": 3552, \"clust\": 3376, \"rank\": 135, \"rankvar\": 435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 37, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3043, \"group\": [3379.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCCTGACT\", \"ini\": 3551, \"clust\": 1516, \"rank\": 170, \"rankvar\": 338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 38, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 202, \"group\": [1521.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTCGAGA\", \"ini\": 3550, \"clust\": 1523, \"rank\": 358, \"rankvar\": 701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 39, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 203, \"group\": [1523.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGGTGACCA\", \"ini\": 3549, \"clust\": 2906, \"rank\": 603, \"rankvar\": 575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 40, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 204, \"group\": [2905.0, 116.0, 29.0, 11.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCACTC\", \"ini\": 3548, \"clust\": 1562, \"rank\": 307, \"rankvar\": 2033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 41, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 205, \"group\": [1562.0, 72.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGTCAAGGC\", \"ini\": 3547, \"clust\": 3305, \"rank\": 209, \"rankvar\": 23, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 42, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3044, \"group\": [3307.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTACCCAAT\", \"ini\": 3546, \"clust\": 3400, \"rank\": 289, \"rankvar\": 111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 43, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3045, \"group\": [3401.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCTACTCAT\", \"ini\": 3545, \"clust\": 1527, \"rank\": 317, \"rankvar\": 800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 44, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 206, \"group\": [1527.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCTACCTA\", \"ini\": 3544, \"clust\": 1532, \"rank\": 521, \"rankvar\": 1381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 45, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 207, \"group\": [1531.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGGACGAT\", \"ini\": 3543, \"clust\": 1547, \"rank\": 500, \"rankvar\": 1288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 46, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 208, \"group\": [1548.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGCTAGTCT\", \"ini\": 3542, \"clust\": 3032, \"rank\": 584, \"rankvar\": 935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 47, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 209, \"group\": [3032.0, 130.0, 31.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTACATCATCCC\", \"ini\": 3541, \"clust\": 1530, \"rank\": 647, \"rankvar\": 468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 48, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 210, \"group\": [1538.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGAATTGTG\", \"ini\": 3540, \"clust\": 1135, \"rank\": 298, \"rankvar\": 2735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 49, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1839, \"group\": [1136.0, 42.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCATTATCC\", \"ini\": 3539, \"clust\": 1560, \"rank\": 484, \"rankvar\": 279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 50, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 211, \"group\": [1560.0, 71.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAAGCTAGTTC\", \"ini\": 3538, \"clust\": 3179, \"rank\": 2, \"rankvar\": 1103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 51, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3046, \"group\": [3181.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCGACTGC\", \"ini\": 3537, \"clust\": 1506, \"rank\": 180, \"rankvar\": 856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 52, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 212, \"group\": [1507.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTCTCCCTA\", \"ini\": 3536, \"clust\": 1565, \"rank\": 184, \"rankvar\": 734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 53, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 213, \"group\": [1564.0, 72.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCTGCAGTA\", \"ini\": 3535, \"clust\": 3097, \"rank\": 10, \"rankvar\": 930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 54, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3047, \"group\": [3098.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCCCGACTT\", \"ini\": 3534, \"clust\": 3416, \"rank\": 167, \"rankvar\": 46, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 55, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3048, \"group\": [3419.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCAGTCCTTC\", \"ini\": 3533, \"clust\": 1509, \"rank\": 60, \"rankvar\": 182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 56, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 214, \"group\": [1511.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCTATCCCG\", \"ini\": 3532, \"clust\": 3401, \"rank\": 136, \"rankvar\": 248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 57, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3049, \"group\": [3402.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATAGGTA\", \"ini\": 3531, \"clust\": 3310, \"rank\": 100, \"rankvar\": 44, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 58, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3050, \"group\": [3308.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAGTTTCGCTC\", \"ini\": 3530, \"clust\": 3259, \"rank\": 8, \"rankvar\": 146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 59, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3051, \"group\": [3259.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGGGCTA\", \"ini\": 3529, \"clust\": 3271, \"rank\": 166, \"rankvar\": 158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 60, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3052, \"group\": [3271.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAGTAAGCG\", \"ini\": 3528, \"clust\": 2173, \"rank\": 487, \"rankvar\": 2811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 61, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 215, \"group\": [2172.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCAACTCTT\", \"ini\": 3527, \"clust\": 3180, \"rank\": 3, \"rankvar\": 354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 62, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3053, \"group\": [3179.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTAGCGATG\", \"ini\": 3526, \"clust\": 1545, \"rank\": 547, \"rankvar\": 693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 63, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 216, \"group\": [1545.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCTGCCAG\", \"ini\": 3525, \"clust\": 1507, \"rank\": 410, \"rankvar\": 265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 64, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 217, \"group\": [1508.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCGTAGGTT\", \"ini\": 3524, \"clust\": 1508, \"rank\": 147, \"rankvar\": 268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 65, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 218, \"group\": [1512.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTCGAC\", \"ini\": 3523, \"clust\": 1496, \"rank\": 617, \"rankvar\": 644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 66, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 219, \"group\": [1497.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCCACTAT\", \"ini\": 3522, \"clust\": 1564, \"rank\": 642, \"rankvar\": 352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 67, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 220, \"group\": [1566.0, 72.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGACATTA\", \"ini\": 3521, \"clust\": 3285, \"rank\": 65, \"rankvar\": 51, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 68, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3054, \"group\": [3285.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGGTTCCC\", \"ini\": 3520, \"clust\": 1524, \"rank\": 355, \"rankvar\": 780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 69, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 221, \"group\": [1524.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGTCCTCCT\", \"ini\": 3519, \"clust\": 3461, \"rank\": 231, \"rankvar\": 853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 70, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3055, \"group\": [3462.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCGGCGCAT\", \"ini\": 3518, \"clust\": 1556, \"rank\": 699, \"rankvar\": 697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 71, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 222, \"group\": [1561.0, 71.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCTTGCATT\", \"ini\": 3517, \"clust\": 3482, \"rank\": 347, \"rankvar\": 328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 72, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3056, \"group\": [3481.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGTTACGGG\", \"ini\": 3516, \"clust\": 1445, \"rank\": 486, \"rankvar\": 613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 73, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 223, \"group\": [1458.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTACAAGTA\", \"ini\": 3515, \"clust\": 1566, \"rank\": 540, \"rankvar\": 197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 74, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 224, \"group\": [1565.0, 72.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGATCCTGT\", \"ini\": 3514, \"clust\": 1546, \"rank\": 538, \"rankvar\": 1271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 75, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 225, \"group\": [1546.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGAGTTGC\", \"ini\": 3513, \"clust\": 1488, \"rank\": 479, \"rankvar\": 1361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 76, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 226, \"group\": [1487.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCAGTTTGG\", \"ini\": 3512, \"clust\": 3255, \"rank\": 12, \"rankvar\": 300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 77, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3558, \"group\": [3255.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACCTTAT\", \"ini\": 3511, \"clust\": 3243, \"rank\": 103, \"rankvar\": 278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 78, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3057, \"group\": [3243.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAGTGATGCCC\", \"ini\": 3510, \"clust\": 3260, \"rank\": 6, \"rankvar\": 289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 79, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 2, \"group\": [3257.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCTGGCGTG\", \"ini\": 3509, \"clust\": 2736, \"rank\": 154, \"rankvar\": 369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 80, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1675, \"group\": [2740.0, 95.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGTGGTTT\", \"ini\": 3508, \"clust\": 1476, \"rank\": 244, \"rankvar\": 919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 81, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 227, \"group\": [1476.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGCTTATCG\", \"ini\": 3507, \"clust\": 3133, \"rank\": 36, \"rankvar\": 680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 82, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3058, \"group\": [3133.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTGCGTTA\", \"ini\": 3506, \"clust\": 3262, \"rank\": 206, \"rankvar\": 52, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 83, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3059, \"group\": [3262.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGAATGGA\", \"ini\": 3505, \"clust\": 3028, \"rank\": 210, \"rankvar\": 42, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 84, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 228, \"group\": [3029.0, 130.0, 31.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTCGTTGA\", \"ini\": 3504, \"clust\": 1557, \"rank\": 591, \"rankvar\": 307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 85, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 229, \"group\": [1557.0, 71.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTAGATGA\", \"ini\": 3503, \"clust\": 2907, \"rank\": 693, \"rankvar\": 640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 86, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 230, \"group\": [2906.0, 116.0, 29.0, 11.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCAGAATTCCC\", \"ini\": 3502, \"clust\": 3188, \"rank\": 24, \"rankvar\": 169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 87, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3060, \"group\": [3190.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTCCTATA\", \"ini\": 3501, \"clust\": 1513, \"rank\": 197, \"rankvar\": 917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 88, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 231, \"group\": [1515.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGAAACGCC\", \"ini\": 3500, \"clust\": 2150, \"rank\": 215, \"rankvar\": 2578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 89, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 232, \"group\": [2149.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGCACTCT\", \"ini\": 3499, \"clust\": 1435, \"rank\": 310, \"rankvar\": 879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 90, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 233, \"group\": [1438.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGATGCGAC\", \"ini\": 3498, \"clust\": 3274, \"rank\": 15, \"rankvar\": 347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 91, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3061, \"group\": [3273.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCGTCCAGG\", \"ini\": 3497, \"clust\": 3250, \"rank\": 43, \"rankvar\": 26, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 92, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 3, \"group\": [3251.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGAAGGGTA\", \"ini\": 3496, \"clust\": 3382, \"rank\": 306, \"rankvar\": 58, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 93, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3062, \"group\": [3386.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGCTGCCCA\", \"ini\": 3495, \"clust\": 1446, \"rank\": 302, \"rankvar\": 1112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 94, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 234, \"group\": [1446.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATCGTCGG\", \"ini\": 3494, \"clust\": 2151, \"rank\": 227, \"rankvar\": 1853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 95, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 235, \"group\": [2150.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGCAGCGTA\", \"ini\": 3493, \"clust\": 2314, \"rank\": 731, \"rankvar\": 3046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 96, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 236, \"group\": [2315.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTACAGAA\", \"ini\": 3492, \"clust\": 1544, \"rank\": 454, \"rankvar\": 751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 97, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 237, \"group\": [1547.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCATATACGC\", \"ini\": 3491, \"clust\": 1499, \"rank\": 729, \"rankvar\": 1763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 98, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 238, \"group\": [1499.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAAATA\", \"ini\": 3490, \"clust\": 3256, \"rank\": 40, \"rankvar\": 113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 99, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3063, \"group\": [3256.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGACCACGA\", \"ini\": 3489, \"clust\": 1525, \"rank\": 243, \"rankvar\": 361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 100, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3064, \"group\": [1528.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGGCGAA\", \"ini\": 3488, \"clust\": 1568, \"rank\": 757, \"rankvar\": 636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 239, \"group\": [1567.0, 72.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCGTTCCCGAG\", \"ini\": 3487, \"clust\": 3306, \"rank\": 318, \"rankvar\": 168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 102, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3065, \"group\": [3305.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTGTGGTTT\", \"ini\": 3486, \"clust\": 1500, \"rank\": 518, \"rankvar\": 2361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 240, \"group\": [1500.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTAGGGACT\", \"ini\": 3485, \"clust\": 1477, \"rank\": 477, \"rankvar\": 942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 241, \"group\": [1477.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCACGGTTTA\", \"ini\": 3484, \"clust\": 1522, \"rank\": 259, \"rankvar\": 1864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 242, \"group\": [1525.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGTAAACT\", \"ini\": 3483, \"clust\": 3135, \"rank\": 13, \"rankvar\": 554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3066, \"group\": [3135.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAAGGTTCT\", \"ini\": 3482, \"clust\": 1448, \"rank\": 571, \"rankvar\": 1326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 243, \"group\": [1448.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAACAACCT\", \"ini\": 3481, \"clust\": 3123, \"rank\": 413, \"rankvar\": 662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 108, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3067, \"group\": [3123.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACTGTGTA\", \"ini\": 3480, \"clust\": 2748, \"rank\": 714, \"rankvar\": 1181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 109, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3028, \"group\": [2751.0, 97.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTGCCATT\", \"ini\": 3479, \"clust\": 3081, \"rank\": 277, \"rankvar\": 2868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 110, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2691, \"group\": [3095.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTACCGGCT\", \"ini\": 3478, \"clust\": 3150, \"rank\": 9, \"rankvar\": 1145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 111, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3068, \"group\": [3149.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTGTCTTT\", \"ini\": 3477, \"clust\": 1492, \"rank\": 621, \"rankvar\": 215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 244, \"group\": [1493.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGCGATTCT\", \"ini\": 3476, \"clust\": 2931, \"rank\": 411, \"rankvar\": 885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 113, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3069, \"group\": [2928.0, 119.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGCAAAGA\", \"ini\": 3475, \"clust\": 3254, \"rank\": 27, \"rankvar\": 66, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 114, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3566, \"group\": [3254.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATGCCCGA\", \"ini\": 3474, \"clust\": 3258, \"rank\": 28, \"rankvar\": 81, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3070, \"group\": [3260.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCCCTGACT\", \"ini\": 3473, \"clust\": 1536, \"rank\": 513, \"rankvar\": 1062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 245, \"group\": [1535.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGCATAT\", \"ini\": 3472, \"clust\": 3248, \"rank\": 5, \"rankvar\": 172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 117, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3071, \"group\": [3246.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGGGAGTAA\", \"ini\": 3471, \"clust\": 1514, \"rank\": 567, \"rankvar\": 431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 246, \"group\": [1513.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTTGAGTTC\", \"ini\": 3470, \"clust\": 3189, \"rank\": 23, \"rankvar\": 664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 119, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3072, \"group\": [3188.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCACGGTTA\", \"ini\": 3469, \"clust\": 3303, \"rank\": 132, \"rankvar\": 201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 120, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3073, \"group\": [3303.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCTGGGCCA\", \"ini\": 3468, \"clust\": 2303, \"rank\": 755, \"rankvar\": 1687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 247, \"group\": [2306.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCGGCTTGG\", \"ini\": 3467, \"clust\": 2968, \"rank\": 590, \"rankvar\": 1400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3074, \"group\": [2968.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAGTCCCT\", \"ini\": 3466, \"clust\": 2259, \"rank\": 517, \"rankvar\": 2122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 248, \"group\": [2259.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATGGGTC\", \"ini\": 3465, \"clust\": 2969, \"rank\": 464, \"rankvar\": 1264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 124, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3075, \"group\": [2969.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGTTAACC\", \"ini\": 3464, \"clust\": 2149, \"rank\": 217, \"rankvar\": 948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 249, \"group\": [2151.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCTG\", \"ini\": 3463, \"clust\": 3171, \"rank\": 51, \"rankvar\": 100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 126, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3076, \"group\": [3178.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTGACTCAT\", \"ini\": 3462, \"clust\": 1515, \"rank\": 434, \"rankvar\": 1087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 250, \"group\": [1514.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCTAGGTT\", \"ini\": 3461, \"clust\": 3395, \"rank\": 76, \"rankvar\": 239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 128, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 4, \"group\": [3393.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCATCTGCC\", \"ini\": 3460, \"clust\": 3152, \"rank\": 381, \"rankvar\": 173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3077, \"group\": [3154.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGTCTCGGC\", \"ini\": 3459, \"clust\": 3217, \"rank\": 84, \"rankvar\": 368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 130, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3078, \"group\": [3215.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAATCCGGGTGT\", \"ini\": 3458, \"clust\": 2730, \"rank\": 431, \"rankvar\": 1884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 131, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3029, \"group\": [2728.0, 95.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCAAGTAATG\", \"ini\": 3457, \"clust\": 1430, \"rank\": 765, \"rankvar\": 1935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 132, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 251, \"group\": [1431.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCATGGTCTA\", \"ini\": 3456, \"clust\": 2156, \"rank\": 394, \"rankvar\": 2887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 252, \"group\": [2156.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTACTTAC\", \"ini\": 3455, \"clust\": 3322, \"rank\": 284, \"rankvar\": 283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 134, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3079, \"group\": [3322.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTCCATGAT\", \"ini\": 3454, \"clust\": 2197, \"rank\": 745, \"rankvar\": 1174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 253, \"group\": [2198.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCCAGTAAGAT\", \"ini\": 3453, \"clust\": 3459, \"rank\": 157, \"rankvar\": 1119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 136, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 5, \"group\": [3460.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTGTGTGCC\", \"ini\": 3452, \"clust\": 3099, \"rank\": 34, \"rankvar\": 920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 137, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3080, \"group\": [3103.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGCGTTCCG\", \"ini\": 3451, \"clust\": 1473, \"rank\": 522, \"rankvar\": 418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 254, \"group\": [1473.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCACCAGTTA\", \"ini\": 3450, \"clust\": 1449, \"rank\": 423, \"rankvar\": 921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 255, \"group\": [1449.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAAGAGGACGG\", \"ini\": 3449, \"clust\": 1538, \"rank\": 435, \"rankvar\": 957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 256, \"group\": [1539.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCACTTACT\", \"ini\": 3448, \"clust\": 3272, \"rank\": 248, \"rankvar\": 89, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3081, \"group\": [3272.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGACTCG\", \"ini\": 3447, \"clust\": 3069, \"rank\": 400, \"rankvar\": 821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3082, \"group\": [3069.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCTGCCAG\", \"ini\": 3446, \"clust\": 2147, \"rank\": 388, \"rankvar\": 1668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 257, \"group\": [2147.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCGTCACGG\", \"ini\": 3445, \"clust\": 2751, \"rank\": 465, \"rankvar\": 414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 144, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1676, \"group\": [2752.0, 97.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCCGTCGT\", \"ini\": 3444, \"clust\": 2164, \"rank\": 686, \"rankvar\": 820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 258, \"group\": [2164.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTTCCTC\", \"ini\": 3443, \"clust\": 2971, \"rank\": 659, \"rankvar\": 1961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 146, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3083, \"group\": [2971.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCAGTTAGC\", \"ini\": 3442, \"clust\": 3428, \"rank\": 551, \"rankvar\": 181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 147, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3084, \"group\": [3428.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGGGCTTGA\", \"ini\": 3441, \"clust\": 3117, \"rank\": 255, \"rankvar\": 743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 148, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3085, \"group\": [3117.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCTTTACGT\", \"ini\": 3440, \"clust\": 1540, \"rank\": 480, \"rankvar\": 1777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 259, \"group\": [1541.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCACCACCT\", \"ini\": 3439, \"clust\": 3205, \"rank\": 300, \"rankvar\": 35, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 150, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3086, \"group\": [3212.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTCTTAT\", \"ini\": 3438, \"clust\": 1571, \"rank\": 389, \"rankvar\": 247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 260, \"group\": [1572.0, 72.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACACACGCTG\", \"ini\": 3437, \"clust\": 3145, \"rank\": 117, \"rankvar\": 55, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 152, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3087, \"group\": [3143.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGTGCTGCC\", \"ini\": 3436, \"clust\": 1511, \"rank\": 89, \"rankvar\": 267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 261, \"group\": [1510.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCAAACCAC\", \"ini\": 3435, \"clust\": 1572, \"rank\": 680, \"rankvar\": 2157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 262, \"group\": [1573.0, 72.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGTCGTACT\", \"ini\": 3434, \"clust\": 2154, \"rank\": 585, \"rankvar\": 2281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 263, \"group\": [2154.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGAGCCTAG\", \"ini\": 3433, \"clust\": 2162, \"rank\": 526, \"rankvar\": 1245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 156, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 264, \"group\": [2165.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCGAATGCT\", \"ini\": 3432, \"clust\": 2172, \"rank\": 511, \"rankvar\": 2109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 265, \"group\": [2174.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGTGGCA\", \"ini\": 3431, \"clust\": 2195, \"rank\": 549, \"rankvar\": 1350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 266, \"group\": [2195.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCGGTGTCG\", \"ini\": 3430, \"clust\": 3326, \"rank\": 105, \"rankvar\": 104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3088, \"group\": [3326.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCCACGTC\", \"ini\": 3429, \"clust\": 2639, \"rank\": 649, \"rankvar\": 1088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 267, \"group\": [2638.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACTGAAGG\", \"ini\": 3428, \"clust\": 3344, \"rank\": 234, \"rankvar\": 306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3089, \"group\": [3346.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCTCTC\", \"ini\": 3427, \"clust\": 3439, \"rank\": 478, \"rankvar\": 777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3090, \"group\": [3439.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATACCATG\", \"ini\": 3426, \"clust\": 2967, \"rank\": 608, \"rankvar\": 1313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 163, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3091, \"group\": [2970.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCCGTAGTA\", \"ini\": 3425, \"clust\": 3286, \"rank\": 78, \"rankvar\": 14, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 164, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3092, \"group\": [3286.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCTAACTC\", \"ini\": 3424, \"clust\": 1534, \"rank\": 818, \"rankvar\": 781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 268, \"group\": [1533.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACGTCA\", \"ini\": 3423, \"clust\": 3481, \"rank\": 387, \"rankvar\": 428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 166, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3093, \"group\": [3483.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGCTAGCA\", \"ini\": 3422, \"clust\": 3144, \"rank\": 81, \"rankvar\": 337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 167, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 6, \"group\": [3145.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGCTAAA\", \"ini\": 3421, \"clust\": 2146, \"rank\": 644, \"rankvar\": 1143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 269, \"group\": [2158.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGGAGTACC\", \"ini\": 3420, \"clust\": 3143, \"rank\": 334, \"rankvar\": 41, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3094, \"group\": [3146.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCACTCCTG\", \"ini\": 3419, \"clust\": 2171, \"rank\": 496, \"rankvar\": 1575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 270, \"group\": [2177.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTTTGACAC\", \"ini\": 3418, \"clust\": 2758, \"rank\": 70, \"rankvar\": 424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 171, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1677, \"group\": [2761.0, 97.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGCTAACAA\", \"ini\": 3417, \"clust\": 2332, \"rank\": 886, \"rankvar\": 1100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 172, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 271, \"group\": [2333.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTGGTACAG\", \"ini\": 3416, \"clust\": 2902, \"rank\": 854, \"rankvar\": 2707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 272, \"group\": [2903.0, 115.0, 29.0, 11.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCCGCGA\", \"ini\": 3415, \"clust\": 3261, \"rank\": 11, \"rankvar\": 216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 174, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 7, \"group\": [3258.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAGGCGATA\", \"ini\": 3414, \"clust\": 2306, \"rank\": 698, \"rankvar\": 1924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 273, \"group\": [2307.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCGGTCCGA\", \"ini\": 3413, \"clust\": 1537, \"rank\": 819, \"rankvar\": 341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 274, \"group\": [1536.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCGGGAGTA\", \"ini\": 3412, \"clust\": 1535, \"rank\": 619, \"rankvar\": 923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 275, \"group\": [1534.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTTCGCG\", \"ini\": 3411, \"clust\": 1573, \"rank\": 588, \"rankvar\": 1433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 276, \"group\": [1574.0, 72.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGCTATA\", \"ini\": 3410, \"clust\": 2192, \"rank\": 675, \"rankvar\": 1885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 277, \"group\": [2193.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCGGAAA\", \"ini\": 3409, \"clust\": 3314, \"rank\": 18, \"rankvar\": 185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 180, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3095, \"group\": [3312.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAGGAACGT\", \"ini\": 3408, \"clust\": 1558, \"rank\": 493, \"rankvar\": 253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 181, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 278, \"group\": [1558.0, 71.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGTAGCCGA\", \"ini\": 3407, \"clust\": 2311, \"rank\": 743, \"rankvar\": 2261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 279, \"group\": [2311.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCAGTGCCAGA\", \"ini\": 3406, \"clust\": 1453, \"rank\": 677, \"rankvar\": 317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 280, \"group\": [1452.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCAAACTC\", \"ini\": 3405, \"clust\": 3313, \"rank\": 49, \"rankvar\": 102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3096, \"group\": [3314.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGATGATA\", \"ini\": 3404, \"clust\": 3488, \"rank\": 395, \"rankvar\": 558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 185, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3097, \"group\": [3487.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTCTAAACC\", \"ini\": 3403, \"clust\": 1563, \"rank\": 748, \"rankvar\": 542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 281, \"group\": [1563.0, 72.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGAACGC\", \"ini\": 3402, \"clust\": 2186, \"rank\": 597, \"rankvar\": 985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 282, \"group\": [2185.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCATCGCTC\", \"ini\": 3401, \"clust\": 1490, \"rank\": 516, \"rankvar\": 1298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 283, \"group\": [1495.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTAGCGTGA\", \"ini\": 3400, \"clust\": 1413, \"rank\": 972, \"rankvar\": 1542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 284, \"group\": [1411.0, 64.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGTGGGAA\", \"ini\": 3399, \"clust\": 1409, \"rank\": 948, \"rankvar\": 1092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 190, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 285, \"group\": [1410.0, 64.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGTTTA\", \"ini\": 3398, \"clust\": 2177, \"rank\": 1069, \"rankvar\": 1557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 286, \"group\": [2184.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCAATCACG\", \"ini\": 3397, \"clust\": 2242, \"rank\": 1012, \"rankvar\": 2135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 287, \"group\": [2242.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGACCGGAT\", \"ini\": 3396, \"clust\": 2083, \"rank\": 737, \"rankvar\": 3142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 288, \"group\": [2084.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGTCAAGGC\", \"ini\": 3395, \"clust\": 3093, \"rank\": 214, \"rankvar\": 1921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2692, \"group\": [3090.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTCAGTGGA\", \"ini\": 3394, \"clust\": 2316, \"rank\": 404, \"rankvar\": 3499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 289, \"group\": [2316.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCATCACCC\", \"ini\": 3393, \"clust\": 1539, \"rank\": 599, \"rankvar\": 1106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 196, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 290, \"group\": [1540.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTAAACGCG\", \"ini\": 3392, \"clust\": 3035, \"rank\": 114, \"rankvar\": 1047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 197, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1678, \"group\": [3036.0, 133.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTACCTGC\", \"ini\": 3391, \"clust\": 1531, \"rank\": 766, \"rankvar\": 522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 291, \"group\": [1537.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGCATGTG\", \"ini\": 3390, \"clust\": 3553, \"rank\": 385, \"rankvar\": 1037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 199, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3098, \"group\": [3554.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTCTTGAT\", \"ini\": 3389, \"clust\": 2859, \"rank\": 346, \"rankvar\": 1231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 200, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1679, \"group\": [2857.0, 104.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGGCGAAT\", \"ini\": 3388, \"clust\": 1541, \"rank\": 561, \"rankvar\": 1735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 292, \"group\": [1542.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAGTCA\", \"ini\": 3387, \"clust\": 2963, \"rank\": 781, \"rankvar\": 2083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 202, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3099, \"group\": [2963.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCGCTAGCG\", \"ini\": 3386, \"clust\": 2650, \"rank\": 1013, \"rankvar\": 975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 293, \"group\": [2650.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTTCTCTGTCG\", \"ini\": 3385, \"clust\": 3244, \"rank\": 113, \"rankvar\": 69, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3100, \"group\": [3244.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCACGAT\", \"ini\": 3384, \"clust\": 3457, \"rank\": 168, \"rankvar\": 1604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 205, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3101, \"group\": [3457.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTTGGTGGA\", \"ini\": 3383, \"clust\": 3168, \"rank\": 195, \"rankvar\": 161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 206, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3102, \"group\": [3170.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCAGAGACG\", \"ini\": 3382, \"clust\": 1561, \"rank\": 899, \"rankvar\": 607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 207, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 294, \"group\": [1570.0, 72.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTTAT\", \"ini\": 3381, \"clust\": 2890, \"rank\": 930, \"rankvar\": 378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 295, \"group\": [2893.0, 110.0, 27.0, 10.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAGTGGA\", \"ini\": 3380, \"clust\": 1548, \"rank\": 836, \"rankvar\": 559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 296, \"group\": [1549.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGAGCCCAACC\", \"ini\": 3379, \"clust\": 2749, \"rank\": 589, \"rankvar\": 1001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1680, \"group\": [2749.0, 97.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCTTTCAT\", \"ini\": 3378, \"clust\": 1625, \"rank\": 1197, \"rankvar\": 1130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 297, \"group\": [1626.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAAGGTGACCA\", \"ini\": 3377, \"clust\": 3165, \"rank\": 57, \"rankvar\": 47, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3103, \"group\": [3167.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGCTTCGCG\", \"ini\": 3376, \"clust\": 2308, \"rank\": 770, \"rankvar\": 1402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 298, \"group\": [2309.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTCATGCCG\", \"ini\": 3375, \"clust\": 2196, \"rank\": 774, \"rankvar\": 590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 214, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 299, \"group\": [2196.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCAAAGAATC\", \"ini\": 3374, \"clust\": 3386, \"rank\": 256, \"rankvar\": 1210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 215, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3104, \"group\": [3387.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTATCAGTC\", \"ini\": 3373, \"clust\": 2731, \"rank\": 691, \"rankvar\": 1382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 216, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1669, \"group\": [2729.0, 95.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCACGCATA\", \"ini\": 3372, \"clust\": 1489, \"rank\": 569, \"rankvar\": 624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 300, \"group\": [1488.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTTACTCT\", \"ini\": 3371, \"clust\": 1533, \"rank\": 775, \"rankvar\": 1076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 301, \"group\": [1532.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTAAGCACG\", \"ini\": 3370, \"clust\": 2681, \"rank\": 1356, \"rankvar\": 465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 302, \"group\": [2683.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGTAAGAT\", \"ini\": 3369, \"clust\": 2161, \"rank\": 303, \"rankvar\": 2143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 303, \"group\": [2162.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAAGCAAT\", \"ini\": 3368, \"clust\": 3355, \"rank\": 330, \"rankvar\": 119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 221, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3105, \"group\": [3355.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTGTGACCC\", \"ini\": 3367, \"clust\": 1528, \"rank\": 751, \"rankvar\": 1397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 304, \"group\": [1529.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCCTCTAGC\", \"ini\": 3366, \"clust\": 3177, \"rank\": 92, \"rankvar\": 90, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 223, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3106, \"group\": [3175.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAACTGCTA\", \"ini\": 3365, \"clust\": 3289, \"rank\": 19, \"rankvar\": 297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 224, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3107, \"group\": [3287.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGACCAAG\", \"ini\": 3364, \"clust\": 3139, \"rank\": 29, \"rankvar\": 288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 225, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 8, \"group\": [3142.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCGAGATG\", \"ini\": 3363, \"clust\": 1416, \"rank\": 855, \"rankvar\": 723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 305, \"group\": [1417.0, 64.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCTCCTAG\", \"ini\": 3362, \"clust\": 1553, \"rank\": 825, \"rankvar\": 556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 306, \"group\": [1556.0, 71.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTTAAGTAG\", \"ini\": 3361, \"clust\": 2829, \"rank\": 130, \"rankvar\": 1276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1681, \"group\": [2827.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCCAT\", \"ini\": 3360, \"clust\": 2732, \"rank\": 491, \"rankvar\": 303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 229, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1682, \"group\": [2733.0, 95.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTAAACACA\", \"ini\": 3359, \"clust\": 2229, \"rank\": 826, \"rankvar\": 1786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 307, \"group\": [2230.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTATTCTC\", \"ini\": 3358, \"clust\": 2783, \"rank\": 734, \"rankvar\": 1316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1683, \"group\": [2782.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTAGAGG\", \"ini\": 3357, \"clust\": 3288, \"rank\": 30, \"rankvar\": 64, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 232, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3108, \"group\": [3289.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAAGAATC\", \"ini\": 3356, \"clust\": 3293, \"rank\": 52, \"rankvar\": 437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 233, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3109, \"group\": [3293.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGCTAGT\", \"ini\": 3355, \"clust\": 1551, \"rank\": 740, \"rankvar\": 350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 308, \"group\": [1552.0, 71.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGTCTCG\", \"ini\": 3354, \"clust\": 3280, \"rank\": 31, \"rankvar\": 681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3110, \"group\": [3280.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGTCTCT\", \"ini\": 3353, \"clust\": 1626, \"rank\": 967, \"rankvar\": 3071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 309, \"group\": [1627.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACAATGGATA\", \"ini\": 3352, \"clust\": 1454, \"rank\": 630, \"rankvar\": 1139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 310, \"group\": [1453.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGAACAATC\", \"ini\": 3351, \"clust\": 3157, \"rank\": 181, \"rankvar\": 487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3111, \"group\": [3161.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCACCGTAA\", \"ini\": 3350, \"clust\": 2089, \"rank\": 668, \"rankvar\": 2523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 311, \"group\": [2088.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTATATGAG\", \"ini\": 3349, \"clust\": 2304, \"rank\": 768, \"rankvar\": 2382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 240, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 312, \"group\": [2304.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCTAGAAC\", \"ini\": 3348, \"clust\": 1452, \"rank\": 777, \"rankvar\": 502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 313, \"group\": [1454.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTTAGTGGG\", \"ini\": 3347, \"clust\": 1447, \"rank\": 492, \"rankvar\": 841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 314, \"group\": [1447.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTTATGCGT\", \"ini\": 3346, \"clust\": 3186, \"rank\": 47, \"rankvar\": 227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 243, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3112, \"group\": [3185.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAAGTTCC\", \"ini\": 3345, \"clust\": 1554, \"rank\": 727, \"rankvar\": 647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 315, \"group\": [1554.0, 71.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATTTGCTT\", \"ini\": 3344, \"clust\": 1414, \"rank\": 1248, \"rankvar\": 1428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 316, \"group\": [1412.0, 64.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCCAGTAGT\", \"ini\": 3343, \"clust\": 1472, \"rank\": 1087, \"rankvar\": 501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 317, \"group\": [1496.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACCGTAA\", \"ini\": 3342, \"clust\": 3206, \"rank\": 88, \"rankvar\": 40, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 247, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3113, \"group\": [3207.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTAAAGTG\", \"ini\": 3341, \"clust\": 2970, \"rank\": 631, \"rankvar\": 682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 248, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3114, \"group\": [2973.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGACGTT\", \"ini\": 3340, \"clust\": 2199, \"rank\": 830, \"rankvar\": 1706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 318, \"group\": [2200.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGCACTCAGGC\", \"ini\": 3339, \"clust\": 3169, \"rank\": 55, \"rankvar\": 32, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3115, \"group\": [3168.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATCACCC\", \"ini\": 3338, \"clust\": 1543, \"rank\": 760, \"rankvar\": 851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 319, \"group\": [1544.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTACCTACA\", \"ini\": 3337, \"clust\": 2830, \"rank\": 186, \"rankvar\": 1972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 252, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1684, \"group\": [2828.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCAGTTTGG\", \"ini\": 3336, \"clust\": 2236, \"rank\": 1014, \"rankvar\": 940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 320, \"group\": [2235.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTGTGTATGGG\", \"ini\": 3335, \"clust\": 3309, \"rank\": 71, \"rankvar\": 28, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 254, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3116, \"group\": [3310.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCACGTGAGA\", \"ini\": 3334, \"clust\": 3020, \"rank\": 658, \"rankvar\": 8, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 321, \"group\": [3021.0, 129.0, 31.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTAGTACCT\", \"ini\": 3333, \"clust\": 3095, \"rank\": 160, \"rankvar\": 56, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3117, \"group\": [3096.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGTGTGCC\", \"ini\": 3332, \"clust\": 2296, \"rank\": 674, \"rankvar\": 3331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 322, \"group\": [2297.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCAGGGTTAG\", \"ini\": 3331, \"clust\": 1433, \"rank\": 932, \"rankvar\": 1036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 323, \"group\": [1433.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTAAGGGC\", \"ini\": 3330, \"clust\": 3398, \"rank\": 140, \"rankvar\": 316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3118, \"group\": [3395.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAGTGCACTTA\", \"ini\": 3329, \"clust\": 1456, \"rank\": 813, \"rankvar\": 883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 324, \"group\": [1455.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCAGACGTAG\", \"ini\": 3328, \"clust\": 3029, \"rank\": 63, \"rankvar\": 39, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 261, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3567, \"group\": [3030.0, 130.0, 31.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTTTAC\", \"ini\": 3327, \"clust\": 3245, \"rank\": 26, \"rankvar\": 154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 262, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3119, \"group\": [3248.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATGTTAAAGAC\", \"ini\": 3326, \"clust\": 1439, \"rank\": 1093, \"rankvar\": 616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 325, \"group\": [1439.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCGCCATG\", \"ini\": 3325, \"clust\": 2607, \"rank\": 1039, \"rankvar\": 1260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 326, \"group\": [2606.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTTGAGGT\", \"ini\": 3324, \"clust\": 1555, \"rank\": 882, \"rankvar\": 1182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 327, \"group\": [1555.0, 71.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTCGAATCT\", \"ini\": 3323, \"clust\": 1441, \"rank\": 814, \"rankvar\": 1393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 328, \"group\": [1442.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGCATCATC\", \"ini\": 3322, \"clust\": 2212, \"rank\": 1146, \"rankvar\": 2294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 329, \"group\": [2212.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTGTTAAGA\", \"ini\": 3321, \"clust\": 3096, \"rank\": 32, \"rankvar\": 498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3120, \"group\": [3097.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCATTAGCCA\", \"ini\": 3320, \"clust\": 3370, \"rank\": 48, \"rankvar\": 954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3121, \"group\": [3370.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGACATTA\", \"ini\": 3319, \"clust\": 3263, \"rank\": 25, \"rankvar\": 110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 270, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 9, \"group\": [3263.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCCTTGG\", \"ini\": 3318, \"clust\": 1474, \"rank\": 681, \"rankvar\": 116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 330, \"group\": [1474.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGATGCCAG\", \"ini\": 3317, \"clust\": 1479, \"rank\": 978, \"rankvar\": 996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 331, \"group\": [1479.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCAAGCGAGT\", \"ini\": 3316, \"clust\": 2734, \"rank\": 466, \"rankvar\": 672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 273, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1685, \"group\": [2735.0, 95.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCTAGGGC\", \"ini\": 3315, \"clust\": 2737, \"rank\": 294, \"rankvar\": 771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1686, \"group\": [2739.0, 95.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCATCATTC\", \"ini\": 3314, \"clust\": 2093, \"rank\": 730, \"rankvar\": 2210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 332, \"group\": [2094.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCAAACAACA\", \"ini\": 3313, \"clust\": 3290, \"rank\": 42, \"rankvar\": 144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 276, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3122, \"group\": [3288.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCGGATCA\", \"ini\": 3312, \"clust\": 2157, \"rank\": 422, \"rankvar\": 2571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 333, \"group\": [2157.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCAAACGGG\", \"ini\": 3311, \"clust\": 2207, \"rank\": 888, \"rankvar\": 1352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 334, \"group\": [2208.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCCAGCTGGCT\", \"ini\": 3310, \"clust\": 3371, \"rank\": 173, \"rankvar\": 213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 279, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3123, \"group\": [3371.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCAAGCCTA\", \"ini\": 3309, \"clust\": 3411, \"rank\": 163, \"rankvar\": 353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 280, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 10, \"group\": [3412.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCTGTTTGT\", \"ini\": 3308, \"clust\": 3323, \"rank\": 285, \"rankvar\": 228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 281, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3124, \"group\": [3323.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCGAGAAA\", \"ini\": 3307, \"clust\": 2755, \"rank\": 254, \"rankvar\": 481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 282, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1687, \"group\": [2755.0, 97.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGAGAACG\", \"ini\": 3306, \"clust\": 2637, \"rank\": 704, \"rankvar\": 1212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 335, \"group\": [2639.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACACAGGAGT\", \"ini\": 3305, \"clust\": 2084, \"rank\": 809, \"rankvar\": 2219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 336, \"group\": [2085.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAGACGTAG\", \"ini\": 3304, \"clust\": 1406, \"rank\": 1019, \"rankvar\": 1353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 337, \"group\": [1405.0, 64.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCTGGAAC\", \"ini\": 3303, \"clust\": 3300, \"rank\": 560, \"rankvar\": 85, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 286, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3125, \"group\": [3301.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCATGTAGC\", \"ini\": 3302, \"clust\": 1184, \"rank\": 726, \"rankvar\": 3008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 287, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1840, \"group\": [1185.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGTTTGCC\", \"ini\": 3301, \"clust\": 2200, \"rank\": 834, \"rankvar\": 1419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 338, \"group\": [2201.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGCGCTCCA\", \"ini\": 3300, \"clust\": 2640, \"rank\": 799, \"rankvar\": 1969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 289, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 339, \"group\": [2642.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTCATATGC\", \"ini\": 3299, \"clust\": 3489, \"rank\": 626, \"rankvar\": 478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 290, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3126, \"group\": [3488.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCAGCGACC\", \"ini\": 3298, \"clust\": 3578, \"rank\": 427, \"rankvar\": 261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 291, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3127, \"group\": [3579.0, 143.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACGGCGTT\", \"ini\": 3297, \"clust\": 1450, \"rank\": 733, \"rankvar\": 1175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 340, \"group\": [1450.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGCCTATGT\", \"ini\": 3296, \"clust\": 3140, \"rank\": 77, \"rankvar\": 633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 293, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3128, \"group\": [3141.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAAGGTTTC\", \"ini\": 3295, \"clust\": 2399, \"rank\": 1094, \"rankvar\": 1016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 341, \"group\": [2400.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCCTACAGA\", \"ini\": 3294, \"clust\": 1766, \"rank\": 1488, \"rankvar\": 1637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 295, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 342, \"group\": [1770.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGTGTACGG\", \"ini\": 3293, \"clust\": 2351, \"rank\": 1062, \"rankvar\": 2746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 296, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 343, \"group\": [2352.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATCCGAG\", \"ini\": 3292, \"clust\": 2937, \"rank\": 545, \"rankvar\": 1266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 297, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3129, \"group\": [2938.0, 120.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTCGGCACT\", \"ini\": 3291, \"clust\": 2357, \"rank\": 866, \"rankvar\": 3395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 344, \"group\": [2359.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAAACCAC\", \"ini\": 3290, \"clust\": 3213, \"rank\": 414, \"rankvar\": 257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3130, \"group\": [3213.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGGCTATCT\", \"ini\": 3289, \"clust\": 3151, \"rank\": 161, \"rankvar\": 686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3131, \"group\": [3150.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACCGGAT\", \"ini\": 3288, \"clust\": 1483, \"rank\": 875, \"rankvar\": 532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 301, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 345, \"group\": [1483.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGTCGCCGT\", \"ini\": 3287, \"clust\": 3380, \"rank\": 279, \"rankvar\": 57, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 302, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3132, \"group\": [3380.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCTGACCTC\", \"ini\": 3286, \"clust\": 1188, \"rank\": 792, \"rankvar\": 2628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 303, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1841, \"group\": [1187.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGATAGAA\", \"ini\": 3285, \"clust\": 3141, \"rank\": 224, \"rankvar\": 299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 304, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3133, \"group\": [3139.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATCCGAG\", \"ini\": 3284, \"clust\": 3146, \"rank\": 172, \"rankvar\": 238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 305, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3134, \"group\": [3144.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCACATTTCT\", \"ini\": 3283, \"clust\": 2728, \"rank\": 862, \"rankvar\": 1506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 306, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3030, \"group\": [2731.0, 95.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTACCGCTG\", \"ini\": 3282, \"clust\": 1503, \"rank\": 362, \"rankvar\": 96, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 307, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 346, \"group\": [1503.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAAGTCTAC\", \"ini\": 3281, \"clust\": 2169, \"rank\": 717, \"rankvar\": 855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 347, \"group\": [2170.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTTCGCAT\", \"ini\": 3280, \"clust\": 3030, \"rank\": 741, \"rankvar\": 241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 348, \"group\": [3033.0, 130.0, 31.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCACAGAGGT\", \"ini\": 3279, \"clust\": 3199, \"rank\": 39, \"rankvar\": 256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3135, \"group\": [3196.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCTTCCTTC\", \"ini\": 3278, \"clust\": 2135, \"rank\": 958, \"rankvar\": 816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 349, \"group\": [2135.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCTAACC\", \"ini\": 3277, \"clust\": 3216, \"rank\": 75, \"rankvar\": 381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 312, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3136, \"group\": [3217.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGGAATGC\", \"ini\": 3276, \"clust\": 1485, \"rank\": 763, \"rankvar\": 635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 350, \"group\": [1485.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGTAGCCGA\", \"ini\": 3275, \"clust\": 3054, \"rank\": 421, \"rankvar\": 517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3137, \"group\": [3053.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGAGCCATCGC\", \"ini\": 3274, \"clust\": 1569, \"rank\": 654, \"rankvar\": 281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 351, \"group\": [1568.0, 72.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCTCCGGTT\", \"ini\": 3273, \"clust\": 3230, \"rank\": 240, \"rankvar\": 311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 316, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3138, \"group\": [3228.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAAGTACCT\", \"ini\": 3272, \"clust\": 3017, \"rank\": 982, \"rankvar\": 1232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 317, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3139, \"group\": [3020.0, 128.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCTCACTCTTA\", \"ini\": 3271, \"clust\": 2174, \"rank\": 702, \"rankvar\": 1202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 352, \"group\": [2173.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCGTAGTG\", \"ini\": 3270, \"clust\": 2158, \"rank\": 679, \"rankvar\": 2035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 353, \"group\": [2159.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGCGT\", \"ini\": 3269, \"clust\": 3203, \"rank\": 96, \"rankvar\": 285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 320, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3140, \"group\": [3203.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAGTACCT\", \"ini\": 3268, \"clust\": 2671, \"rank\": 1140, \"rankvar\": 1473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 354, \"group\": [2670.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGTCCCAGGTG\", \"ini\": 3267, \"clust\": 3353, \"rank\": 536, \"rankvar\": 97, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3141, \"group\": [3353.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGATCGGA\", \"ini\": 3266, \"clust\": 1723, \"rank\": 1010, \"rankvar\": 2247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 355, \"group\": [1723.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCTGCCCTA\", \"ini\": 3265, \"clust\": 2352, \"rank\": 1077, \"rankvar\": 2547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 324, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 356, \"group\": [2350.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGTGCGTGA\", \"ini\": 3264, \"clust\": 3324, \"rank\": 141, \"rankvar\": 86, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 325, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3142, \"group\": [3324.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAAGAAGC\", \"ini\": 3263, \"clust\": 3137, \"rank\": 191, \"rankvar\": 614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 326, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3143, \"group\": [3137.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAGTCGGCATC\", \"ini\": 3262, \"clust\": 2062, \"rank\": 864, \"rankvar\": 1902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 357, \"group\": [2063.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCAATCTCT\", \"ini\": 3261, \"clust\": 2641, \"rank\": 971, \"rankvar\": 1462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 358, \"group\": [2640.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGACAGAGA\", \"ini\": 3260, \"clust\": 2741, \"rank\": 344, \"rankvar\": 2369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 329, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1688, \"group\": [2741.0, 96.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGCGATTCT\", \"ini\": 3259, \"clust\": 3440, \"rank\": 420, \"rankvar\": 790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 330, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 11, \"group\": [3440.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGCTGAAAT\", \"ini\": 3258, \"clust\": 1552, \"rank\": 736, \"rankvar\": 163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 331, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 359, \"group\": [1553.0, 71.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACTTACGA\", \"ini\": 3257, \"clust\": 3052, \"rank\": 273, \"rankvar\": 848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3144, \"group\": [3056.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGCTCCTCT\", \"ini\": 3256, \"clust\": 2209, \"rank\": 1258, \"rankvar\": 1219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 333, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 360, \"group\": [2210.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTACGCGA\", \"ini\": 3255, \"clust\": 2355, \"rank\": 1127, \"rankvar\": 3534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 361, \"group\": [2355.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAACTCTT\", \"ini\": 3254, \"clust\": 3228, \"rank\": 333, \"rankvar\": 246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 335, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3145, \"group\": [3236.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCAATCTACG\", \"ini\": 3253, \"clust\": 2864, \"rank\": 705, \"rankvar\": 679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1689, \"group\": [2863.0, 104.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTACAA\", \"ini\": 3252, \"clust\": 1204, \"rank\": 711, \"rankvar\": 968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 337, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1842, \"group\": [1205.0, 45.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTGCATCTA\", \"ini\": 3251, \"clust\": 1469, \"rank\": 633, \"rankvar\": 1043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 362, \"group\": [1472.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTACCGAGA\", \"ini\": 3250, \"clust\": 2210, \"rank\": 1333, \"rankvar\": 1178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 363, \"group\": [2211.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTTCCACAA\", \"ini\": 3249, \"clust\": 2152, \"rank\": 525, \"rankvar\": 1645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 364, \"group\": [2152.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCGAATCCA\", \"ini\": 3248, \"clust\": 2148, \"rank\": 544, \"rankvar\": 1253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 365, \"group\": [2148.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGTCCAGGA\", \"ini\": 3247, \"clust\": 3307, \"rank\": 199, \"rankvar\": 101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 342, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3146, \"group\": [3306.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCTCCTATA\", \"ini\": 3246, \"clust\": 3563, \"rank\": 175, \"rankvar\": 490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 343, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 12, \"group\": [3563.0, 142.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAACGATGG\", \"ini\": 3245, \"clust\": 3392, \"rank\": 459, \"rankvar\": 153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 344, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3147, \"group\": [3391.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGAGCTT\", \"ini\": 3244, \"clust\": 3109, \"rank\": 367, \"rankvar\": 836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3148, \"group\": [3109.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATGCCTTC\", \"ini\": 3243, \"clust\": 1549, \"rank\": 812, \"rankvar\": 525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 366, \"group\": [1550.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTGTTGAGG\", \"ini\": 3242, \"clust\": 3325, \"rank\": 134, \"rankvar\": 68, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 347, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3149, \"group\": [3325.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGACCTTTG\", \"ini\": 3241, \"clust\": 2094, \"rank\": 863, \"rankvar\": 1289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 367, \"group\": [2092.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCGCTTTC\", \"ini\": 3240, \"clust\": 2073, \"rank\": 1125, \"rankvar\": 881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 368, \"group\": [2074.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGATAGTCA\", \"ini\": 3239, \"clust\": 2203, \"rank\": 797, \"rankvar\": 2745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 350, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 369, \"group\": [2202.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATGGTCAT\", \"ini\": 3238, \"clust\": 2202, \"rank\": 666, \"rankvar\": 2212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 370, \"group\": [2204.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACAAATCCGT\", \"ini\": 3237, \"clust\": 2991, \"rank\": 1015, \"rankvar\": 770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 352, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3150, \"group\": [2994.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCTCGGACG\", \"ini\": 3236, \"clust\": 2260, \"rank\": 817, \"rankvar\": 1871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 353, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 371, \"group\": [2260.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCACCCTATC\", \"ini\": 3235, \"clust\": 1478, \"rank\": 628, \"rankvar\": 446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 372, \"group\": [1478.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACATCACAAC\", \"ini\": 3234, \"clust\": 2888, \"rank\": 1181, \"rankvar\": 1080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 373, \"group\": [2888.0, 109.0, 27.0, 10.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAAGAGCAATT\", \"ini\": 3233, \"clust\": 2333, \"rank\": 1222, \"rankvar\": 530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 374, \"group\": [2334.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTACCGAT\", \"ini\": 3232, \"clust\": 2091, \"rank\": 954, \"rankvar\": 593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 375, \"group\": [2102.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACATGCCTTC\", \"ini\": 3231, \"clust\": 1619, \"rank\": 1556, \"rankvar\": 3367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 376, \"group\": [1620.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCCGTAGGC\", \"ini\": 3230, \"clust\": 1422, \"rank\": 1270, \"rankvar\": 1074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 377, \"group\": [1418.0, 64.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACACTCTGTC\", \"ini\": 3229, \"clust\": 3384, \"rank\": 281, \"rankvar\": 62, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 360, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3151, \"group\": [3383.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGACTGC\", \"ini\": 3228, \"clust\": 1214, \"rank\": 1150, \"rankvar\": 1872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 361, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1843, \"group\": [1212.0, 46.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTGAGGGA\", \"ini\": 3227, \"clust\": 1725, \"rank\": 1196, \"rankvar\": 1369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 378, \"group\": [1726.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGCTGTTCA\", \"ini\": 3226, \"clust\": 3338, \"rank\": 86, \"rankvar\": 284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 363, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3152, \"group\": [3337.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCTCGCGTTTC\", \"ini\": 3225, \"clust\": 1407, \"rank\": 1064, \"rankvar\": 1229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 379, \"group\": [1406.0, 64.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGTCGAGTG\", \"ini\": 3224, \"clust\": 2827, \"rank\": 383, \"rankvar\": 2012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1690, \"group\": [2830.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAATCTACG\", \"ini\": 3223, \"clust\": 1209, \"rank\": 931, \"rankvar\": 1014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1844, \"group\": [1209.0, 46.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGTCCAGG\", \"ini\": 3222, \"clust\": 2085, \"rank\": 925, \"rankvar\": 1611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 380, \"group\": [2086.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATCTGGTA\", \"ini\": 3221, \"clust\": 3204, \"rank\": 115, \"rankvar\": 177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3153, \"group\": [3204.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAACGCACC\", \"ini\": 3220, \"clust\": 2301, \"rank\": 919, \"rankvar\": 2347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 381, \"group\": [2301.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCATTTGGG\", \"ini\": 3219, \"clust\": 3278, \"rank\": 74, \"rankvar\": 407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3154, \"group\": [3278.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAGTTGGTAAA\", \"ini\": 3218, \"clust\": 1211, \"rank\": 749, \"rankvar\": 3272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1845, \"group\": [1216.0, 46.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATGTGTA\", \"ini\": 3217, \"clust\": 1417, \"rank\": 1418, \"rankvar\": 475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 382, \"group\": [1415.0, 64.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGATATACG\", \"ini\": 3216, \"clust\": 1647, \"rank\": 1003, \"rankvar\": 3358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 383, \"group\": [1647.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCATTCTTAC\", \"ini\": 3215, \"clust\": 3510, \"rank\": 345, \"rankvar\": 673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 374, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3155, \"group\": [3509.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGCTGATA\", \"ini\": 3214, \"clust\": 1438, \"rank\": 1173, \"rankvar\": 877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 384, \"group\": [1441.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTGTTTGG\", \"ini\": 3213, \"clust\": 3223, \"rank\": 127, \"rankvar\": 98, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3156, \"group\": [3223.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTTCTGTTT\", \"ini\": 3212, \"clust\": 2738, \"rank\": 397, \"rankvar\": 421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 377, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1691, \"group\": [2737.0, 95.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTAACG\", \"ini\": 3211, \"clust\": 2675, \"rank\": 1117, \"rankvar\": 1332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 385, \"group\": [2673.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATAGCTCTCGG\", \"ini\": 3210, \"clust\": 1455, \"rank\": 843, \"rankvar\": 1412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 386, \"group\": [1457.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATAAACG\", \"ini\": 3209, \"clust\": 3174, \"rank\": 232, \"rankvar\": 148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 380, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3157, \"group\": [3177.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAGGGCATA\", \"ini\": 3208, \"clust\": 2105, \"rank\": 1061, \"rankvar\": 1230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 387, \"group\": [2105.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGATGCCAG\", \"ini\": 3207, \"clust\": 3130, \"rank\": 251, \"rankvar\": 1235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3158, \"group\": [3128.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTTGACAC\", \"ini\": 3206, \"clust\": 2407, \"rank\": 1490, \"rankvar\": 3084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 383, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 388, \"group\": [2409.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATTCCTT\", \"ini\": 3205, \"clust\": 3172, \"rank\": 408, \"rankvar\": 82, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 384, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3159, \"group\": [3171.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAACGCACC\", \"ini\": 3204, \"clust\": 2644, \"rank\": 974, \"rankvar\": 2344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 389, \"group\": [2643.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCCTCAACC\", \"ini\": 3203, \"clust\": 1745, \"rank\": 1029, \"rankvar\": 2663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 386, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 390, \"group\": [1744.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTTACGGAG\", \"ini\": 3202, \"clust\": 1712, \"rank\": 1424, \"rankvar\": 1113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 391, \"group\": [1713.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTAAGAGGA\", \"ini\": 3201, \"clust\": 3537, \"rank\": 229, \"rankvar\": 458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 13, \"group\": [3540.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGAAGGGTA\", \"ini\": 3200, \"clust\": 2258, \"rank\": 950, \"rankvar\": 3275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 389, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 392, \"group\": [2261.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATCCTGT\", \"ini\": 3199, \"clust\": 3283, \"rank\": 79, \"rankvar\": 396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 390, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3160, \"group\": [3282.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCTTAT\", \"ini\": 3198, \"clust\": 2627, \"rank\": 1352, \"rankvar\": 1078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 393, \"group\": [2634.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCGGCTCA\", \"ini\": 3197, \"clust\": 2261, \"rank\": 865, \"rankvar\": 2145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 394, \"group\": [2264.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTTGCATG\", \"ini\": 3196, \"clust\": 3402, \"rank\": 339, \"rankvar\": 540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 393, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 14, \"group\": [3403.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATGCAACT\", \"ini\": 3195, \"clust\": 3438, \"rank\": 671, \"rankvar\": 234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 394, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3161, \"group\": [3441.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCATAG\", \"ini\": 3194, \"clust\": 2879, \"rank\": 926, \"rankvar\": 1697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 395, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1692, \"group\": [2877.0, 106.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAACATC\", \"ini\": 3193, \"clust\": 2092, \"rank\": 795, \"rankvar\": 793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 395, \"group\": [2095.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCGATCCC\", \"ini\": 3192, \"clust\": 2861, \"rank\": 811, \"rankvar\": 1625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 397, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1693, \"group\": [2862.0, 104.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCATGGTCA\", \"ini\": 3191, \"clust\": 2297, \"rank\": 851, \"rankvar\": 3328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 396, \"group\": [2298.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATAGCGTGAAC\", \"ini\": 3190, \"clust\": 2111, \"rank\": 1168, \"rankvar\": 1073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 397, \"group\": [2112.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTCATGCAT\", \"ini\": 3189, \"clust\": 2647, \"rank\": 944, \"rankvar\": 1970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 398, \"group\": [2645.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAACGTT\", \"ini\": 3188, \"clust\": 2391, \"rank\": 1092, \"rankvar\": 3151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 401, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 399, \"group\": [2392.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGCAATGGACG\", \"ini\": 3187, \"clust\": 3090, \"rank\": 600, \"rankvar\": 765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 402, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2693, \"group\": [3088.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGAACTCGG\", \"ini\": 3186, \"clust\": 2965, \"rank\": 845, \"rankvar\": 2182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 403, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3162, \"group\": [2965.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAGTCGATT\", \"ini\": 3185, \"clust\": 2868, \"rank\": 933, \"rankvar\": 983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 404, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1694, \"group\": [2865.0, 104.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGCCTAT\", \"ini\": 3184, \"clust\": 2337, \"rank\": 1176, \"rankvar\": 3284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 400, \"group\": [2335.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAACTGCGC\", \"ini\": 3183, \"clust\": 2282, \"rank\": 956, \"rankvar\": 3103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 401, \"group\": [2283.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCCACGTGG\", \"ini\": 3182, \"clust\": 3018, \"rank\": 220, \"rankvar\": 2498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3163, \"group\": [3018.0, 128.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGGTCGTTGTA\", \"ini\": 3181, \"clust\": 2630, \"rank\": 1276, \"rankvar\": 1246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 402, \"group\": [2630.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACACGCTG\", \"ini\": 3180, \"clust\": 2512, \"rank\": 1535, \"rankvar\": 1334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 403, \"group\": [2516.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGCAGGCTA\", \"ini\": 3179, \"clust\": 2204, \"rank\": 801, \"rankvar\": 1997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 404, \"group\": [2203.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGGACAA\", \"ini\": 3178, \"clust\": 2220, \"rank\": 940, \"rankvar\": 1217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 411, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 405, \"group\": [2220.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGCTTTC\", \"ini\": 3177, \"clust\": 2341, \"rank\": 1123, \"rankvar\": 2335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 406, \"group\": [2340.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGAATGTGT\", \"ini\": 3176, \"clust\": 2137, \"rank\": 1119, \"rankvar\": 2078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 407, \"group\": [2139.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGGACACCA\", \"ini\": 3175, \"clust\": 3423, \"rank\": 50, \"rankvar\": 291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 414, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 15, \"group\": [3422.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCACTGCCAG\", \"ini\": 3174, \"clust\": 3424, \"rank\": 101, \"rankvar\": 157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 415, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 16, \"group\": [3423.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGATCTCCAGGG\", \"ini\": 3173, \"clust\": 3546, \"rank\": 187, \"rankvar\": 757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 416, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 17, \"group\": [3546.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTTCAGATAAG\", \"ini\": 3172, \"clust\": 2962, \"rank\": 579, \"rankvar\": 2367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 417, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3164, \"group\": [2967.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCGTCTCCCTA\", \"ini\": 3171, \"clust\": 2112, \"rank\": 1170, \"rankvar\": 706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 408, \"group\": [2113.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCTAGGGC\", \"ini\": 3170, \"clust\": 2275, \"rank\": 1090, \"rankvar\": 3315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 409, \"group\": [2276.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCTGAGTGT\", \"ini\": 3169, \"clust\": 2938, \"rank\": 682, \"rankvar\": 560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 420, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3165, \"group\": [2939.0, 120.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCATATCGG\", \"ini\": 3168, \"clust\": 2175, \"rank\": 877, \"rankvar\": 769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 410, \"group\": [2175.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGAGTGAC\", \"ini\": 3167, \"clust\": 2682, \"rank\": 1362, \"rankvar\": 648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 411, \"group\": [2682.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGCAAATCA\", \"ini\": 3166, \"clust\": 1457, \"rank\": 909, \"rankvar\": 557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 412, \"group\": [1456.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGCCCTTA\", \"ini\": 3165, \"clust\": 1437, \"rank\": 892, \"rankvar\": 315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 413, \"group\": [1437.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTCACATGGGA\", \"ini\": 3164, \"clust\": 1720, \"rank\": 1290, \"rankvar\": 1518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 414, \"group\": [1720.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCGGCTTGG\", \"ini\": 3163, \"clust\": 1731, \"rank\": 1355, \"rankvar\": 3183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 426, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 415, \"group\": [1731.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCGATCG\", \"ini\": 3162, \"clust\": 3207, \"rank\": 203, \"rankvar\": 54, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 427, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3166, \"group\": [3205.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCAGGCCCA\", \"ini\": 3161, \"clust\": 2839, \"rank\": 1767, \"rankvar\": 2659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 428, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1670, \"group\": [2839.0, 101.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGTAGGAG\", \"ini\": 3160, \"clust\": 1519, \"rank\": 530, \"rankvar\": 511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 416, \"group\": [1520.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCTTCTGGC\", \"ini\": 3159, \"clust\": 3222, \"rank\": 35, \"rankvar\": 252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 430, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3167, \"group\": [3224.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCCAAGGTGTG\", \"ini\": 3158, \"clust\": 1491, \"rank\": 941, \"rankvar\": 1495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 417, \"group\": [1494.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGGATGCGT\", \"ini\": 3157, \"clust\": 3334, \"rank\": 152, \"rankvar\": 480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 432, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3168, \"group\": [3333.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTCGCTTCT\", \"ini\": 3156, \"clust\": 3235, \"rank\": 207, \"rankvar\": 76, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 433, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3169, \"group\": [3234.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTACATGTC\", \"ini\": 3155, \"clust\": 3282, \"rank\": 98, \"rankvar\": 839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3170, \"group\": [3284.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTGTCCTCT\", \"ini\": 3154, \"clust\": 2074, \"rank\": 1294, \"rankvar\": 484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 418, \"group\": [2075.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGAGTCTGG\", \"ini\": 3153, \"clust\": 1724, \"rank\": 1228, \"rankvar\": 2231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 419, \"group\": [1724.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGTCTGT\", \"ini\": 3152, \"clust\": 1481, \"rank\": 804, \"rankvar\": 1909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 420, \"group\": [1481.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCAGCCAGAA\", \"ini\": 3151, \"clust\": 2190, \"rank\": 876, \"rankvar\": 2900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 421, \"group\": [2191.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGGTTCT\", \"ini\": 3150, \"clust\": 2599, \"rank\": 1096, \"rankvar\": 2282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 422, \"group\": [2600.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCACTTCAT\", \"ini\": 3149, \"clust\": 1719, \"rank\": 1342, \"rankvar\": 2085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 423, \"group\": [1722.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTACTCAT\", \"ini\": 3148, \"clust\": 2858, \"rank\": 535, \"rankvar\": 566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 441, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1695, \"group\": [2859.0, 104.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCAGCTCTC\", \"ini\": 3147, \"clust\": 2081, \"rank\": 915, \"rankvar\": 3002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 424, \"group\": [2082.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGTAAG\", \"ini\": 3146, \"clust\": 2719, \"rank\": 305, \"rankvar\": 3182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 443, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3559, \"group\": [2719.0, 92.0, 24.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTAAGAAC\", \"ini\": 3145, \"clust\": 3542, \"rank\": 299, \"rankvar\": 305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 444, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 18, \"group\": [3545.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGTACGA\", \"ini\": 3144, \"clust\": 2155, \"rank\": 712, \"rankvar\": 2091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 425, \"group\": [2155.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGAGTAATC\", \"ini\": 3143, \"clust\": 2076, \"rank\": 1030, \"rankvar\": 1410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 426, \"group\": [2076.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGTGATTA\", \"ini\": 3142, \"clust\": 3399, \"rank\": 205, \"rankvar\": 373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3171, \"group\": [3396.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGATATGCA\", \"ini\": 3141, \"clust\": 1420, \"rank\": 1419, \"rankvar\": 683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 427, \"group\": [1421.0, 64.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTAACGGT\", \"ini\": 3140, \"clust\": 1187, \"rank\": 985, \"rankvar\": 2314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1846, \"group\": [1189.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCTCCGGTT\", \"ini\": 3139, \"clust\": 2307, \"rank\": 791, \"rankvar\": 2186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 428, \"group\": [2308.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCGACGGAA\", \"ini\": 3138, \"clust\": 1957, \"rank\": 1580, \"rankvar\": 2026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 451, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 429, \"group\": [1958.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCAAGGCTT\", \"ini\": 3137, \"clust\": 3103, \"rank\": 87, \"rankvar\": 1415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 452, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3172, \"group\": [3104.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTAGAGTC\", \"ini\": 3136, \"clust\": 2360, \"rank\": 1105, \"rankvar\": 2712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 430, \"group\": [2360.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGAGCGTT\", \"ini\": 3135, \"clust\": 2975, \"rank\": 1060, \"rankvar\": 1500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3173, \"group\": [2979.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTGCCAGA\", \"ini\": 3134, \"clust\": 2106, \"rank\": 835, \"rankvar\": 2130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 455, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 431, \"group\": [2106.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTCAATGGACG\", \"ini\": 3133, \"clust\": 2376, \"rank\": 1078, \"rankvar\": 1526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 432, \"group\": [2381.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAGACTCGC\", \"ini\": 3132, \"clust\": 2604, \"rank\": 1024, \"rankvar\": 1344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 433, \"group\": [2604.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAGGGAA\", \"ini\": 3131, \"clust\": 2232, \"rank\": 1036, \"rankvar\": 3126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 434, \"group\": [2232.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTCCGAAGA\", \"ini\": 3130, \"clust\": 1419, \"rank\": 1304, \"rankvar\": 745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 435, \"group\": [1424.0, 64.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGTCGCCGTGA\", \"ini\": 3129, \"clust\": 1529, \"rank\": 1017, \"rankvar\": 707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 436, \"group\": [1530.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGGTGTTA\", \"ini\": 3128, \"clust\": 2812, \"rank\": 357, \"rankvar\": 2088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 461, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1696, \"group\": [2815.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCGCATAT\", \"ini\": 3127, \"clust\": 2762, \"rank\": 694, \"rankvar\": 2038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 462, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1697, \"group\": [2762.0, 98.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCACAAACC\", \"ini\": 3126, \"clust\": 2208, \"rank\": 744, \"rankvar\": 2761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 437, \"group\": [2209.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCACCCAGTG\", \"ini\": 3125, \"clust\": 2097, \"rank\": 1008, \"rankvar\": 2158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 438, \"group\": [2096.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTGCATCTA\", \"ini\": 3124, \"clust\": 2141, \"rank\": 923, \"rankvar\": 2187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 439, \"group\": [2140.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTTGA\", \"ini\": 3123, \"clust\": 2077, \"rank\": 798, \"rankvar\": 3073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 466, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 440, \"group\": [2077.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGCGATGAC\", \"ini\": 3122, \"clust\": 3183, \"rank\": 45, \"rankvar\": 43, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 467, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3174, \"group\": [3182.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCGGTTAAC\", \"ini\": 3121, \"clust\": 2153, \"rank\": 905, \"rankvar\": 510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 441, \"group\": [2153.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGTC\", \"ini\": 3120, \"clust\": 1921, \"rank\": 1522, \"rankvar\": 3060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 442, \"group\": [1921.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCACCATGTA\", \"ini\": 3119, \"clust\": 3190, \"rank\": 80, \"rankvar\": 178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 470, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3175, \"group\": [3189.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATAGAGT\", \"ini\": 3118, \"clust\": 3200, \"rank\": 54, \"rankvar\": 193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3176, \"group\": [3197.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCGAACGC\", \"ini\": 3117, \"clust\": 3191, \"rank\": 189, \"rankvar\": 133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 472, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3177, \"group\": [3191.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCTCTTGAT\", \"ini\": 3116, \"clust\": 3294, \"rank\": 46, \"rankvar\": 142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 473, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3178, \"group\": [3294.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTATCGCC\", \"ini\": 3115, \"clust\": 3198, \"rank\": 242, \"rankvar\": 59, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 474, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3179, \"group\": [3198.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTCCGAAGA\", \"ini\": 3114, \"clust\": 3233, \"rank\": 233, \"rankvar\": 107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 475, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3180, \"group\": [3231.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCACTCGACG\", \"ini\": 3113, \"clust\": 2193, \"rank\": 793, \"rankvar\": 801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 476, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 443, \"group\": [2194.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTCAGGGCATA\", \"ini\": 3112, \"clust\": 2277, \"rank\": 1358, \"rankvar\": 3160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 444, \"group\": [2280.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGAGGACGG\", \"ini\": 3111, \"clust\": 3159, \"rank\": 159, \"rankvar\": 665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 478, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3181, \"group\": [3159.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCGCGCAA\", \"ini\": 3110, \"clust\": 2608, \"rank\": 1121, \"rankvar\": 2208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 479, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 445, \"group\": [2607.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTCGCTTG\", \"ini\": 3109, \"clust\": 3385, \"rank\": 148, \"rankvar\": 229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 480, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3182, \"group\": [3384.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTTGAGGTG\", \"ini\": 3108, \"clust\": 2771, \"rank\": 920, \"rankvar\": 1071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1698, \"group\": [2776.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGTCTCG\", \"ini\": 3107, \"clust\": 1727, \"rank\": 1187, \"rankvar\": 1702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 446, \"group\": [1730.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAGTATCTG\", \"ini\": 3106, \"clust\": 1498, \"rank\": 738, \"rankvar\": 1662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 447, \"group\": [1501.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCGCAAGC\", \"ini\": 3105, \"clust\": 2087, \"rank\": 914, \"rankvar\": 732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 448, \"group\": [2091.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGCAAATTGCC\", \"ini\": 3104, \"clust\": 3182, \"rank\": 144, \"rankvar\": 4, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 485, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3183, \"group\": [3184.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCACAGATTC\", \"ini\": 3103, \"clust\": 2170, \"rank\": 706, \"rankvar\": 1348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 449, \"group\": [2171.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAGTATAAG\", \"ini\": 3102, \"clust\": 1402, \"rank\": 1206, \"rankvar\": 721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 487, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 450, \"group\": [1404.0, 64.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGAGCGAG\", \"ini\": 3101, \"clust\": 3336, \"rank\": 327, \"rankvar\": 280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 488, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3184, \"group\": [3335.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTAGCACGA\", \"ini\": 3100, \"clust\": 2862, \"rank\": 537, \"rankvar\": 742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 489, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1699, \"group\": [2860.0, 104.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCAAACAACA\", \"ini\": 3099, \"clust\": 2336, \"rank\": 1135, \"rankvar\": 2801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 490, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 451, \"group\": [2337.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGCATGAG\", \"ini\": 3098, \"clust\": 2899, \"rank\": 325, \"rankvar\": 1503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 491, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 159, \"group\": [2902.0, 114.0, 29.0, 11.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGCGATAC\", \"ini\": 3097, \"clust\": 2377, \"rank\": 1006, \"rankvar\": 2883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 492, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 452, \"group\": [2377.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCGGTCTAA\", \"ini\": 3096, \"clust\": 2107, \"rank\": 964, \"rankvar\": 736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 493, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 453, \"group\": [2108.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCGGCGCTA\", \"ini\": 3095, \"clust\": 3512, \"rank\": 369, \"rankvar\": 731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3185, \"group\": [3515.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGGAGTTTA\", \"ini\": 3094, \"clust\": 3269, \"rank\": 93, \"rankvar\": 1133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 495, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3186, \"group\": [3269.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGATGCGAC\", \"ini\": 3093, \"clust\": 3175, \"rank\": 73, \"rankvar\": 240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 496, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3187, \"group\": [3173.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCATAACCG\", \"ini\": 3092, \"clust\": 2828, \"rank\": 374, \"rankvar\": 1243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 497, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1700, \"group\": [2829.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTCCCGAG\", \"ini\": 3091, \"clust\": 3224, \"rank\": 41, \"rankvar\": 93, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3188, \"group\": [3221.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCCGTTGTC\", \"ini\": 3090, \"clust\": 2777, \"rank\": 1126, \"rankvar\": 1365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 499, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1671, \"group\": [2778.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATGCAATC\", \"ini\": 3089, \"clust\": 2079, \"rank\": 952, \"rankvar\": 2550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 454, \"group\": [2079.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCATGTAGC\", \"ini\": 3088, \"clust\": 1194, \"rank\": 873, \"rankvar\": 3287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1847, \"group\": [1194.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTCTTCTCG\", \"ini\": 3087, \"clust\": 2181, \"rank\": 927, \"rankvar\": 2699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 455, \"group\": [2180.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCCTAA\", \"ini\": 3086, \"clust\": 1480, \"rank\": 924, \"rankvar\": 565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 456, \"group\": [1480.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAAAGAATC\", \"ini\": 3085, \"clust\": 2096, \"rank\": 1118, \"rankvar\": 904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 457, \"group\": [2098.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGACACG\", \"ini\": 3084, \"clust\": 1721, \"rank\": 1297, \"rankvar\": 2583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 458, \"group\": [1721.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCTTGTCC\", \"ini\": 3083, \"clust\": 1189, \"rank\": 1037, \"rankvar\": 3014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1848, \"group\": [1188.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTCCGACGT\", \"ini\": 3082, \"clust\": 2198, \"rank\": 685, \"rankvar\": 1252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 459, \"group\": [2199.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAAGTGGC\", \"ini\": 3081, \"clust\": 3397, \"rank\": 151, \"rankvar\": 436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3189, \"group\": [3397.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCAGAAGG\", \"ini\": 3080, \"clust\": 2742, \"rank\": 676, \"rankvar\": 1128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1701, \"group\": [2742.0, 96.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGCGTTCG\", \"ini\": 3079, \"clust\": 3419, \"rank\": 237, \"rankvar\": 259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 510, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 19, \"group\": [3427.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGCATCTA\", \"ini\": 3078, \"clust\": 2302, \"rank\": 872, \"rankvar\": 1357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 511, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 460, \"group\": [2302.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGTTTGCC\", \"ini\": 3077, \"clust\": 1255, \"rank\": 2263, \"rankvar\": 2517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 461, \"group\": [1254.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCACAAGCCC\", \"ini\": 3076, \"clust\": 2187, \"rank\": 572, \"rankvar\": 2469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 513, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 462, \"group\": [2186.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGAGAACG\", \"ini\": 3075, \"clust\": 2400, \"rank\": 983, \"rankvar\": 2515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 463, \"group\": [2401.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGAGCACACAG\", \"ini\": 3074, \"clust\": 3134, \"rank\": 104, \"rankvar\": 670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3190, \"group\": [3134.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGCGTAAG\", \"ini\": 3073, \"clust\": 2905, \"rank\": 1023, \"rankvar\": 155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 516, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 464, \"group\": [2907.0, 116.0, 29.0, 11.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGATATGGT\", \"ini\": 3072, \"clust\": 1443, \"rank\": 996, \"rankvar\": 1011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 465, \"group\": [1444.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTTAGCGG\", \"ini\": 3071, \"clust\": 2044, \"rank\": 1486, \"rankvar\": 1507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 518, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 466, \"group\": [2048.0, 78.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGTCCCACG\", \"ini\": 3070, \"clust\": 2166, \"rank\": 832, \"rankvar\": 1564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 519, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 467, \"group\": [2168.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTGTTTG\", \"ini\": 3069, \"clust\": 2194, \"rank\": 566, \"rankvar\": 1901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 520, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 468, \"group\": [2197.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCAAGCTGGAAC\", \"ini\": 3068, \"clust\": 3406, \"rank\": 343, \"rankvar\": 390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 521, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 20, \"group\": [3407.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGAGTTGC\", \"ini\": 3067, \"clust\": 3149, \"rank\": 204, \"rankvar\": 857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3191, \"group\": [3151.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAGTTGTGGCC\", \"ini\": 3066, \"clust\": 2813, \"rank\": 678, \"rankvar\": 1395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 523, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1702, \"group\": [2813.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCACACGC\", \"ini\": 3065, \"clust\": 2750, \"rank\": 780, \"rankvar\": 897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 524, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1703, \"group\": [2750.0, 97.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCAAAGTAG\", \"ini\": 3064, \"clust\": 3105, \"rank\": 321, \"rankvar\": 1621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 525, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3192, \"group\": [3108.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTGGTGTAG\", \"ini\": 3063, \"clust\": 1713, \"rank\": 1203, \"rankvar\": 1309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 469, \"group\": [1714.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAAGTGTA\", \"ini\": 3062, \"clust\": 3194, \"rank\": 61, \"rankvar\": 364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 527, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3193, \"group\": [3193.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAGGTCGTC\", \"ini\": 3061, \"clust\": 3377, \"rank\": 280, \"rankvar\": 363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 528, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3194, \"group\": [3377.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTACGAAAT\", \"ini\": 3060, \"clust\": 1482, \"rank\": 810, \"rankvar\": 1105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 470, \"group\": [1482.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGAAAG\", \"ini\": 3059, \"clust\": 3057, \"rank\": 509, \"rankvar\": 329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 530, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3195, \"group\": [3057.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGGGACA\", \"ini\": 3058, \"clust\": 1463, \"rank\": 1199, \"rankvar\": 1030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 471, \"group\": [1461.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGACG\", \"ini\": 3057, \"clust\": 2643, \"rank\": 1028, \"rankvar\": 775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 472, \"group\": [2648.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTAAGTAC\", \"ini\": 3056, \"clust\": 2342, \"rank\": 1139, \"rankvar\": 2911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 533, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 473, \"group\": [2341.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTGCAAGC\", \"ini\": 3055, \"clust\": 3195, \"rank\": 124, \"rankvar\": 112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 534, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3196, \"group\": [3194.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTACAGACG\", \"ini\": 3054, \"clust\": 2188, \"rank\": 1067, \"rankvar\": 1322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 474, \"group\": [2189.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATGCCAT\", \"ini\": 3053, \"clust\": 1844, \"rank\": 1958, \"rankvar\": 1553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 475, \"group\": [1845.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGTAGCCGA\", \"ini\": 3052, \"clust\": 1728, \"rank\": 1392, \"rankvar\": 1729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 476, \"group\": [1728.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGCAGGTA\", \"ini\": 3051, \"clust\": 2759, \"rank\": 193, \"rankvar\": 486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 538, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1704, \"group\": [2759.0, 97.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCTCCAAATGC\", \"ini\": 3050, \"clust\": 2374, \"rank\": 1332, \"rankvar\": 3432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 477, \"group\": [2373.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGGTCA\", \"ini\": 3049, \"clust\": 2625, \"rank\": 1152, \"rankvar\": 2747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 478, \"group\": [2626.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTTGTTTGG\", \"ini\": 3048, \"clust\": 2998, \"rank\": 1004, \"rankvar\": 2227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 541, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3197, \"group\": [2997.0, 124.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCGGACC\", \"ini\": 3047, \"clust\": 2280, \"rank\": 1220, \"rankvar\": 2061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 479, \"group\": [2281.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAACTGCT\", \"ini\": 3046, \"clust\": 3558, \"rank\": 351, \"rankvar\": 676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 543, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3198, \"group\": [3558.0, 141.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCTGATAA\", \"ini\": 3045, \"clust\": 2388, \"rank\": 1296, \"rankvar\": 2095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 480, \"group\": [2389.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCATCCGTGG\", \"ini\": 3044, \"clust\": 1451, \"rank\": 773, \"rankvar\": 1191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 545, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 481, \"group\": [1451.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGAACGT\", \"ini\": 3043, \"clust\": 2136, \"rank\": 887, \"rankvar\": 1118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 546, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 482, \"group\": [2136.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGTGGGAA\", \"ini\": 3042, \"clust\": 2142, \"rank\": 1112, \"rankvar\": 1627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 483, \"group\": [2141.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGAAGTT\", \"ini\": 3041, \"clust\": 2286, \"rank\": 1326, \"rankvar\": 3263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 484, \"group\": [2285.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCCTATTCA\", \"ini\": 3040, \"clust\": 1512, \"rank\": 724, \"rankvar\": 491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 485, \"group\": [1522.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTTCGCAT\", \"ini\": 3039, \"clust\": 2224, \"rank\": 1262, \"rankvar\": 2170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 486, \"group\": [2225.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGACATCTACGA\", \"ini\": 3038, \"clust\": 3333, \"rank\": 264, \"rankvar\": 500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 551, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3199, \"group\": [3341.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAACTGGCC\", \"ini\": 3037, \"clust\": 3417, \"rank\": 145, \"rankvar\": 19, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3200, \"group\": [3417.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAATCGAAA\", \"ini\": 3036, \"clust\": 1461, \"rank\": 1240, \"rankvar\": 439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 553, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 487, \"group\": [1464.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATCACAC\", \"ini\": 3035, \"clust\": 2621, \"rank\": 1167, \"rankvar\": 2480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 488, \"group\": [2622.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTGATGTGG\", \"ini\": 3034, \"clust\": 1575, \"rank\": 1970, \"rankvar\": 2166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 489, \"group\": [1575.0, 73.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGCGTTCCG\", \"ini\": 3033, \"clust\": 2066, \"rank\": 1368, \"rankvar\": 1082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 556, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 490, \"group\": [2065.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTAACGGT\", \"ini\": 3032, \"clust\": 2824, \"rank\": 475, \"rankvar\": 829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 557, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1705, \"group\": [2825.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTAGCATGGCA\", \"ini\": 3031, \"clust\": 2100, \"rank\": 879, \"rankvar\": 1822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 491, \"group\": [2099.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGTACGG\", \"ini\": 3030, \"clust\": 1408, \"rank\": 1451, \"rankvar\": 1075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 492, \"group\": [1414.0, 64.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAGAGCCAA\", \"ini\": 3029, \"clust\": 1707, \"rank\": 1748, \"rankvar\": 1491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 493, \"group\": [1707.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCGTTCCG\", \"ini\": 3028, \"clust\": 3357, \"rank\": 169, \"rankvar\": 594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 561, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3201, \"group\": [3359.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCTGCGAA\", \"ini\": 3027, \"clust\": 1576, \"rank\": 1808, \"rankvar\": 2575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 494, \"group\": [1576.0, 73.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCGGCTACG\", \"ini\": 3026, \"clust\": 1486, \"rank\": 805, \"rankvar\": 1052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 495, \"group\": [1486.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCCATGCTC\", \"ini\": 3025, \"clust\": 2090, \"rank\": 912, \"rankvar\": 2652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 564, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 496, \"group\": [2089.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGATCAGCCTAA\", \"ini\": 3024, \"clust\": 2300, \"rank\": 992, \"rankvar\": 2487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 497, \"group\": [2303.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCGAACA\", \"ini\": 3023, \"clust\": 2231, \"rank\": 1018, \"rankvar\": 1809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 498, \"group\": [2234.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGAAATA\", \"ini\": 3022, \"clust\": 2317, \"rank\": 1040, \"rankvar\": 2257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 567, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 499, \"group\": [2317.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGCTTCC\", \"ini\": 3021, \"clust\": 1671, \"rank\": 1235, \"rankvar\": 3156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 500, \"group\": [1670.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTATCTG\", \"ini\": 3020, \"clust\": 3085, \"rank\": 211, \"rankvar\": 896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 569, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3202, \"group\": [3082.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGATATGCA\", \"ini\": 3019, \"clust\": 1205, \"rank\": 1202, \"rankvar\": 823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1849, \"group\": [1206.0, 45.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCATCATTC\", \"ini\": 3018, \"clust\": 2567, \"rank\": 1980, \"rankvar\": 2072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 501, \"group\": [2567.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACCGAATT\", \"ini\": 3017, \"clust\": 3498, \"rank\": 379, \"rankvar\": 844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 572, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3203, \"group\": [3497.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTGAGTGT\", \"ini\": 3016, \"clust\": 1868, \"rank\": 1892, \"rankvar\": 760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 573, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 502, \"group\": [1868.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGCAATTA\", \"ini\": 3015, \"clust\": 1494, \"rank\": 563, \"rankvar\": 1220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 503, \"group\": [1490.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACTCCTG\", \"ini\": 3014, \"clust\": 2867, \"rank\": 788, \"rankvar\": 2283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 575, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1706, \"group\": [2867.0, 104.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTCATCC\", \"ini\": 3013, \"clust\": 2071, \"rank\": 1316, \"rankvar\": 1404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 504, \"group\": [2071.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGAACAACT\", \"ini\": 3012, \"clust\": 2205, \"rank\": 1095, \"rankvar\": 1480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 577, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 505, \"group\": [2206.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCATCAGTAC\", \"ini\": 3011, \"clust\": 1202, \"rank\": 1651, \"rankvar\": 1685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1850, \"group\": [1203.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGTACATGA\", \"ini\": 3010, \"clust\": 2113, \"rank\": 1190, \"rankvar\": 1281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 506, \"group\": [2114.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCCAATGGT\", \"ini\": 3009, \"clust\": 1444, \"rank\": 786, \"rankvar\": 876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 507, \"group\": [1445.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTCGTACT\", \"ini\": 3008, \"clust\": 3155, \"rank\": 443, \"rankvar\": 738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 581, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3204, \"group\": [3155.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTTGTTGG\", \"ini\": 3007, \"clust\": 2082, \"rank\": 1133, \"rankvar\": 835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 582, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 508, \"group\": [2083.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACATGTCTCC\", \"ini\": 3006, \"clust\": 3408, \"rank\": 290, \"rankvar\": 276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 583, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 21, \"group\": [3409.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTTGAGTTC\", \"ini\": 3005, \"clust\": 2393, \"rank\": 1269, \"rankvar\": 2618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 584, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 509, \"group\": [2394.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCGTTTAC\", \"ini\": 3004, \"clust\": 3492, \"rank\": 663, \"rankvar\": 694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 585, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3205, \"group\": [3491.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTTGAGGTG\", \"ini\": 3003, \"clust\": 3201, \"rank\": 108, \"rankvar\": 130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 586, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3206, \"group\": [3201.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTACGAAAT\", \"ini\": 3002, \"clust\": 1497, \"rank\": 803, \"rankvar\": 1154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 510, \"group\": [1498.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCGTGGTCG\", \"ini\": 3001, \"clust\": 2305, \"rank\": 831, \"rankvar\": 1957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 511, \"group\": [2305.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTGTGTCGCTG\", \"ini\": 3000, \"clust\": 3327, \"rank\": 270, \"rankvar\": 10, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 589, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 22, \"group\": [3327.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACAGTACACCT\", \"ini\": 2999, \"clust\": 1830, \"rank\": 1328, \"rankvar\": 1783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 590, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 512, \"group\": [1830.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGGAGGTA\", \"ini\": 2998, \"clust\": 3315, \"rank\": 64, \"rankvar\": 60, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 591, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3207, \"group\": [3313.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGGTAACG\", \"ini\": 2997, \"clust\": 2121, \"rank\": 1246, \"rankvar\": 2175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 513, \"group\": [2121.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACGAAA\", \"ini\": 2996, \"clust\": 3178, \"rank\": 33, \"rankvar\": 237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 593, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3208, \"group\": [3176.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCCTGTT\", \"ini\": 2995, \"clust\": 3220, \"rank\": 238, \"rankvar\": 166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 594, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3209, \"group\": [3219.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATGTTGTCTTT\", \"ini\": 2994, \"clust\": 2648, \"rank\": 1020, \"rankvar\": 1866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 595, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 514, \"group\": [2646.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCGCCGTGA\", \"ini\": 2993, \"clust\": 3232, \"rank\": 174, \"rankvar\": 467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 596, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3210, \"group\": [3233.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATCGCTC\", \"ini\": 2992, \"clust\": 1424, \"rank\": 1540, \"rankvar\": 1136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 515, \"group\": [1422.0, 64.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCCTGCCAT\", \"ini\": 2991, \"clust\": 2881, \"rank\": 1021, \"rankvar\": 125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 516, \"group\": [2882.0, 108.0, 27.0, 10.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTGACCAAG\", \"ini\": 2990, \"clust\": 3425, \"rank\": 158, \"rankvar\": 176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3211, \"group\": [3425.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTACGAAAT\", \"ini\": 2989, \"clust\": 3506, \"rank\": 468, \"rankvar\": 735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 600, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3212, \"group\": [3505.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTAAGGTCATCT\", \"ini\": 2988, \"clust\": 2623, \"rank\": 1283, \"rankvar\": 1664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 517, \"group\": [2624.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCGAGAACG\", \"ini\": 2987, \"clust\": 2144, \"rank\": 1351, \"rankvar\": 850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 518, \"group\": [2143.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCGAGCCCA\", \"ini\": 2986, \"clust\": 2679, \"rank\": 1588, \"rankvar\": 677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 519, \"group\": [2677.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGTACGCCC\", \"ini\": 2985, \"clust\": 3116, \"rank\": 335, \"rankvar\": 803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3213, \"group\": [3119.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCTTACCTA\", \"ini\": 2984, \"clust\": 1710, \"rank\": 1662, \"rankvar\": 941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 520, \"group\": [1709.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGAACTCGG\", \"ini\": 2983, \"clust\": 3087, \"rank\": 119, \"rankvar\": 1918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 606, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3214, \"group\": [3086.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGGAT\", \"ini\": 2982, \"clust\": 1487, \"rank\": 861, \"rankvar\": 1673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 607, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 521, \"group\": [1489.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTGCTCTTC\", \"ini\": 2981, \"clust\": 1185, \"rank\": 945, \"rankvar\": 2975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 608, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1851, \"group\": [1186.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGACGCAA\", \"ini\": 2980, \"clust\": 3110, \"rank\": 266, \"rankvar\": 1338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 609, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3215, \"group\": [3110.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCACTGTCGG\", \"ini\": 2979, \"clust\": 3363, \"rank\": 202, \"rankvar\": 981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3216, \"group\": [3365.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTGCAGGTA\", \"ini\": 2978, \"clust\": 2366, \"rank\": 1284, \"rankvar\": 3086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 522, \"group\": [2369.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTGAGCGAT\", \"ini\": 2977, \"clust\": 2757, \"rank\": 83, \"rankvar\": 982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 612, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1707, \"group\": [2758.0, 97.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCACATACG\", \"ini\": 2976, \"clust\": 3082, \"rank\": 458, \"rankvar\": 618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 613, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2694, \"group\": [3094.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTTCAGTTCGA\", \"ini\": 2975, \"clust\": 2364, \"rank\": 1406, \"rankvar\": 3129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 523, \"group\": [2365.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCCTTGACC\", \"ini\": 2974, \"clust\": 1675, \"rank\": 1436, \"rankvar\": 1665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 524, \"group\": [1676.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATCGATGT\", \"ini\": 2973, \"clust\": 2104, \"rank\": 1084, \"rankvar\": 1684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 616, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 525, \"group\": [2107.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCCAAAGTC\", \"ini\": 2972, \"clust\": 2699, \"rank\": 1057, \"rankvar\": 1407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 526, \"group\": [2698.0, 87.0, 22.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCCGAAGAG\", \"ini\": 2971, \"clust\": 2900, \"rank\": 371, \"rankvar\": 1085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 618, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3568, \"group\": [2900.0, 114.0, 29.0, 11.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGAAACCTA\", \"ini\": 2970, \"clust\": 3554, \"rank\": 467, \"rankvar\": 899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 23, \"group\": [3555.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCGACGGAA\", \"ini\": 2969, \"clust\": 2739, \"rank\": 262, \"rankvar\": 460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 620, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1708, \"group\": [2738.0, 95.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACCAGTTA\", \"ini\": 2968, \"clust\": 2369, \"rank\": 990, \"rankvar\": 3376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 527, \"group\": [2372.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTCTGGAGA\", \"ini\": 2967, \"clust\": 2651, \"rank\": 1174, \"rankvar\": 1156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 528, \"group\": [2651.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCATCGGAT\", \"ini\": 2966, \"clust\": 2216, \"rank\": 1241, \"rankvar\": 962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 529, \"group\": [2219.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGGTAAG\", \"ini\": 2965, \"clust\": 2101, \"rank\": 878, \"rankvar\": 1003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 530, \"group\": [2100.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCTTGACC\", \"ini\": 2964, \"clust\": 1426, \"rank\": 1101, \"rankvar\": 973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 625, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 531, \"group\": [1427.0, 66.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACAGAGA\", \"ini\": 2963, \"clust\": 2382, \"rank\": 991, \"rankvar\": 2689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 532, \"group\": [2382.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACATCCA\", \"ini\": 2962, \"clust\": 3181, \"rank\": 44, \"rankvar\": 131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3217, \"group\": [3180.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAGCCTAT\", \"ini\": 2961, \"clust\": 3275, \"rank\": 112, \"rankvar\": 380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 628, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3218, \"group\": [3274.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTAGAGC\", \"ini\": 2960, \"clust\": 3466, \"rank\": 573, \"rankvar\": 1162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 629, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3219, \"group\": [3467.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTAGCGTGA\", \"ini\": 2959, \"clust\": 1403, \"rank\": 1286, \"rankvar\": 1444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 533, \"group\": [1402.0, 64.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTGAGGGAG\", \"ini\": 2958, \"clust\": 3238, \"rank\": 349, \"rankvar\": 139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 631, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3220, \"group\": [3237.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTAGCCTAT\", \"ini\": 2957, \"clust\": 2674, \"rank\": 1435, \"rankvar\": 964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 534, \"group\": [2675.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCATACCATG\", \"ini\": 2956, \"clust\": 2790, \"rank\": 928, \"rankvar\": 2040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 633, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1709, \"group\": [2789.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTGCAGTAG\", \"ini\": 2955, \"clust\": 3196, \"rank\": 230, \"rankvar\": 11, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 634, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3221, \"group\": [3200.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACGCTTTC\", \"ini\": 2954, \"clust\": 3215, \"rank\": 286, \"rankvar\": 126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 635, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3222, \"group\": [3218.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCGACAT\", \"ini\": 2953, \"clust\": 2665, \"rank\": 1387, \"rankvar\": 927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 535, \"group\": [2667.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTATGTGG\", \"ini\": 2952, \"clust\": 2214, \"rank\": 1318, \"rankvar\": 2776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 637, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 536, \"group\": [2215.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTAGCGGT\", \"ini\": 2951, \"clust\": 2613, \"rank\": 1553, \"rankvar\": 3194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 537, \"group\": [2616.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACTCTTA\", \"ini\": 2950, \"clust\": 1465, \"rank\": 1162, \"rankvar\": 2051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 639, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 538, \"group\": [1466.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACTTACGA\", \"ini\": 2949, \"clust\": 1410, \"rank\": 1086, \"rankvar\": 1978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 539, \"group\": [1408.0, 64.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTCAGATAA\", \"ini\": 2948, \"clust\": 3083, \"rank\": 274, \"rankvar\": 266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 641, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2695, \"group\": [3093.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTGATAAGT\", \"ini\": 2947, \"clust\": 2740, \"rank\": 847, \"rankvar\": 1818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 642, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1672, \"group\": [2743.0, 96.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGTGAGA\", \"ini\": 2946, \"clust\": 2691, \"rank\": 1587, \"rankvar\": 655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 540, \"group\": [2692.0, 84.0, 20.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGGGTCT\", \"ini\": 2945, \"clust\": 2395, \"rank\": 1107, \"rankvar\": 2289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 541, \"group\": [2396.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCTCGGATGTT\", \"ini\": 2944, \"clust\": 2863, \"rank\": 520, \"rankvar\": 688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1710, \"group\": [2861.0, 104.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCCAAGTAATG\", \"ini\": 2943, \"clust\": 2358, \"rank\": 946, \"rankvar\": 3120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 646, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 542, \"group\": [2357.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAACACAGTCGC\", \"ini\": 2942, \"clust\": 3208, \"rank\": 128, \"rankvar\": 15, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 647, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3223, \"group\": [3206.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTCGAGTA\", \"ini\": 2941, \"clust\": 3118, \"rank\": 164, \"rankvar\": 838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 648, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3224, \"group\": [3118.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCTCACCT\", \"ini\": 2940, \"clust\": 3361, \"rank\": 137, \"rankvar\": 184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 649, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3225, \"group\": [3360.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTTCAACCA\", \"ini\": 2939, \"clust\": 1462, \"rank\": 889, \"rankvar\": 1785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 543, \"group\": [1463.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACACATGT\", \"ini\": 2938, \"clust\": 2221, \"rank\": 939, \"rankvar\": 1114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 651, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 544, \"group\": [2221.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTGCACTTA\", \"ini\": 2937, \"clust\": 2689, \"rank\": 1527, \"rankvar\": 430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 545, \"group\": [2690.0, 83.0, 20.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTTACGTCA\", \"ini\": 2936, \"clust\": 2670, \"rank\": 1606, \"rankvar\": 773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 653, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 546, \"group\": [2672.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTTGGGTA\", \"ini\": 2935, \"clust\": 2631, \"rank\": 1634, \"rankvar\": 1525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 547, \"group\": [2631.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTATTACCG\", \"ini\": 2934, \"clust\": 3100, \"rank\": 53, \"rankvar\": 739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 655, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3226, \"group\": [3102.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGGCTCAGA\", \"ini\": 2933, \"clust\": 3351, \"rank\": 602, \"rankvar\": 661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 656, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3227, \"group\": [3349.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCACTCCTG\", \"ini\": 2932, \"clust\": 1792, \"rank\": 1429, \"rankvar\": 3326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 548, \"group\": [1793.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAGACGCTC\", \"ini\": 2931, \"clust\": 2102, \"rank\": 1218, \"rankvar\": 1940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 549, \"group\": [2103.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTGACTACT\", \"ini\": 2930, \"clust\": 2072, \"rank\": 1338, \"rankvar\": 1359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 659, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 550, \"group\": [2072.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAGGTACC\", \"ini\": 2929, \"clust\": 1795, \"rank\": 1395, \"rankvar\": 2657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 551, \"group\": [1795.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCACCATCCT\", \"ini\": 2928, \"clust\": 2397, \"rank\": 949, \"rankvar\": 2207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 552, \"group\": [2398.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTAGTGCTGCC\", \"ini\": 2927, \"clust\": 1867, \"rank\": 1722, \"rankvar\": 667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 662, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 553, \"group\": [1870.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGGCTT\", \"ini\": 2926, \"clust\": 1709, \"rank\": 1569, \"rankvar\": 2341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 663, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 554, \"group\": [1711.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCTACAGA\", \"ini\": 2925, \"clust\": 3383, \"rank\": 440, \"rankvar\": 108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 664, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3228, \"group\": [3385.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACAGTAGGTGC\", \"ini\": 2924, \"clust\": 1658, \"rank\": 1661, \"rankvar\": 3186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 665, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 555, \"group\": [1657.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTTATCTG\", \"ini\": 2923, \"clust\": 2982, \"rank\": 779, \"rankvar\": 2853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 666, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3229, \"group\": [2982.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGCGGTAA\", \"ini\": 2922, \"clust\": 1831, \"rank\": 1128, \"rankvar\": 1730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 556, \"group\": [1831.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTCTAGAGG\", \"ini\": 2921, \"clust\": 2752, \"rank\": 282, \"rankvar\": 405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1711, \"group\": [2753.0, 97.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCGTTTGCC\", \"ini\": 2920, \"clust\": 2328, \"rank\": 1560, \"rankvar\": 1101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 557, \"group\": [2328.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTGTTTGT\", \"ini\": 2919, \"clust\": 3060, \"rank\": 405, \"rankvar\": 496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 670, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3230, \"group\": [3060.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCATAAAGG\", \"ini\": 2918, \"clust\": 2235, \"rank\": 1300, \"rankvar\": 946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 671, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 558, \"group\": [2237.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTTCAACCA\", \"ini\": 2917, \"clust\": 3381, \"rank\": 337, \"rankvar\": 294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 672, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3231, \"group\": [3381.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTACTCTCC\", \"ini\": 2916, \"clust\": 1754, \"rank\": 2073, \"rankvar\": 2030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 673, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 559, \"group\": [1758.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGGTGTGT\", \"ini\": 2915, \"clust\": 2309, \"rank\": 838, \"rankvar\": 2222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 560, \"group\": [2310.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTGTCTTT\", \"ini\": 2914, \"clust\": 1404, \"rank\": 1219, \"rankvar\": 209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 561, \"group\": [1403.0, 64.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAATTCCC\", \"ini\": 2913, \"clust\": 2179, \"rank\": 1016, \"rankvar\": 2358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 562, \"group\": [2182.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAGCGCTC\", \"ini\": 2912, \"clust\": 3331, \"rank\": 437, \"rankvar\": 383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 677, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3232, \"group\": [3330.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTGCAGACA\", \"ini\": 2911, \"clust\": 2826, \"rank\": 539, \"rankvar\": 1234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 678, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1712, \"group\": [2836.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCAATAAGG\", \"ini\": 2910, \"clust\": 3211, \"rank\": 288, \"rankvar\": 73, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 679, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3233, \"group\": [3208.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCACCAGGC\", \"ini\": 2909, \"clust\": 1889, \"rank\": 1713, \"rankvar\": 947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 563, \"group\": [1893.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGTTAAGA\", \"ini\": 2908, \"clust\": 3414, \"rank\": 329, \"rankvar\": 370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 681, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 24, \"group\": [3415.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAGGGCT\", \"ini\": 2907, \"clust\": 1895, \"rank\": 1561, \"rankvar\": 1602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 564, \"group\": [1902.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAAGTAGTA\", \"ini\": 2906, \"clust\": 2666, \"rank\": 1440, \"rankvar\": 1567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 565, \"group\": [2665.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCATCTATGG\", \"ini\": 2905, \"clust\": 2347, \"rank\": 1537, \"rankvar\": 2545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 566, \"group\": [2348.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGGACGAAA\", \"ini\": 2904, \"clust\": 3101, \"rank\": 106, \"rankvar\": 584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 685, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3234, \"group\": [3100.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTCGAGTTT\", \"ini\": 2903, \"clust\": 2514, \"rank\": 1514, \"rankvar\": 1875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 567, \"group\": [2513.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTAAGTGGC\", \"ini\": 2902, \"clust\": 1716, \"rank\": 1452, \"rankvar\": 1727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 568, \"group\": [1719.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCTCATGTCCC\", \"ini\": 2901, \"clust\": 2176, \"rank\": 753, \"rankvar\": 1758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 569, \"group\": [2176.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATGCCTAA\", \"ini\": 2900, \"clust\": 3441, \"rank\": 469, \"rankvar\": 583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 689, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3235, \"group\": [3442.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCAACGAAA\", \"ini\": 2899, \"clust\": 1484, \"rank\": 904, \"rankvar\": 310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 570, \"group\": [1484.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATGGAGC\", \"ini\": 2898, \"clust\": 3136, \"rank\": 95, \"rankvar\": 359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 691, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3236, \"group\": [3136.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGAAACCTA\", \"ini\": 2897, \"clust\": 1788, \"rank\": 1344, \"rankvar\": 2421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 692, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 571, \"group\": [1789.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCCTTGACC\", \"ini\": 2896, \"clust\": 1893, \"rank\": 1731, \"rankvar\": 3006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 572, \"group\": [1894.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGTGGACGT\", \"ini\": 2895, \"clust\": 2784, \"rank\": 709, \"rankvar\": 910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1713, \"group\": [2783.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCGAGAGCA\", \"ini\": 2894, \"clust\": 1911, \"rank\": 1498, \"rankvar\": 1713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 573, \"group\": [1912.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAAATTGCC\", \"ini\": 2893, \"clust\": 2743, \"rank\": 700, \"rankvar\": 1135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1714, \"group\": [2744.0, 97.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTGCTG\", \"ini\": 2892, \"clust\": 2733, \"rank\": 287, \"rankvar\": 250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1715, \"group\": [2734.0, 95.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACCAGGCTGAA\", \"ini\": 2891, \"clust\": 2191, \"rank\": 953, \"rankvar\": 649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 574, \"group\": [2192.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCGTTCCG\", \"ini\": 2890, \"clust\": 2605, \"rank\": 1074, \"rankvar\": 576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 575, \"group\": [2605.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCCGAACC\", \"ini\": 2889, \"clust\": 1493, \"rank\": 461, \"rankvar\": 455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 700, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 576, \"group\": [1492.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCTTCTCG\", \"ini\": 2888, \"clust\": 3529, \"rank\": 822, \"rankvar\": 187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 701, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3237, \"group\": [3530.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGTGTTAGA\", \"ini\": 2887, \"clust\": 2345, \"rank\": 1195, \"rankvar\": 2302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 702, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 577, \"group\": [2343.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTAAGTGTA\", \"ini\": 2886, \"clust\": 2285, \"rank\": 1124, \"rankvar\": 3226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 578, \"group\": [2287.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGGGTTCCC\", \"ini\": 2885, \"clust\": 2744, \"rank\": 665, \"rankvar\": 766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 704, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1716, \"group\": [2745.0, 97.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGTTTA\", \"ini\": 2884, \"clust\": 3460, \"rank\": 236, \"rankvar\": 1269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 705, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3238, \"group\": [3461.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTTTAAGCC\", \"ini\": 2883, \"clust\": 3426, \"rank\": 182, \"rankvar\": 79, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 706, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 25, \"group\": [3426.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTAAGGGAA\", \"ini\": 2882, \"clust\": 3202, \"rank\": 125, \"rankvar\": 136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 707, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3239, \"group\": [3202.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATCTGTT\", \"ini\": 2881, \"clust\": 1943, \"rank\": 1629, \"rankvar\": 2424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 579, \"group\": [1942.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGATACACA\", \"ini\": 2880, \"clust\": 3445, \"rank\": 529, \"rankvar\": 1305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 709, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3240, \"group\": [3446.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTAAATGTG\", \"ini\": 2879, \"clust\": 1620, \"rank\": 1409, \"rankvar\": 2640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 580, \"group\": [1618.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGTAGCCGA\", \"ini\": 2878, \"clust\": 2362, \"rank\": 1237, \"rankvar\": 2064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 581, \"group\": [2363.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTATTG\", \"ini\": 2877, \"clust\": 2058, \"rank\": 1247, \"rankvar\": 2319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 582, \"group\": [2060.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCAAGCTGAG\", \"ini\": 2876, \"clust\": 3153, \"rank\": 433, \"rankvar\": 271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 713, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3241, \"group\": [3152.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCGTAATA\", \"ini\": 2875, \"clust\": 1834, \"rank\": 1559, \"rankvar\": 2935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 583, \"group\": [1832.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCAACTCTT\", \"ini\": 2874, \"clust\": 2122, \"rank\": 1288, \"rankvar\": 937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 715, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 584, \"group\": [2122.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCTCTTGTCAT\", \"ini\": 2873, \"clust\": 2683, \"rank\": 1339, \"rankvar\": 442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 716, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 585, \"group\": [2680.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCAGATCG\", \"ini\": 2872, \"clust\": 2138, \"rank\": 1098, \"rankvar\": 1387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 717, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 586, \"group\": [2137.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCACGTGG\", \"ini\": 2871, \"clust\": 2684, \"rank\": 1359, \"rankvar\": 1319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 587, \"group\": [2681.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTCAAGCCTAT\", \"ini\": 2870, \"clust\": 2642, \"rank\": 1085, \"rankvar\": 2554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 719, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 588, \"group\": [2641.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCACTATTC\", \"ini\": 2869, \"clust\": 3147, \"rank\": 110, \"rankvar\": 470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 720, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3242, \"group\": [3147.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGCATGGCA\", \"ini\": 2868, \"clust\": 3464, \"rank\": 331, \"rankvar\": 2960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 721, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3243, \"group\": [3464.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCACGGTGTC\", \"ini\": 2867, \"clust\": 3276, \"rank\": 20, \"rankvar\": 568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 722, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3244, \"group\": [3276.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAGATGAGC\", \"ini\": 2866, \"clust\": 1702, \"rank\": 1847, \"rankvar\": 3295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 723, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 589, \"group\": [1701.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTCTCCACT\", \"ini\": 2865, \"clust\": 2068, \"rank\": 1365, \"rankvar\": 620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 724, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 590, \"group\": [2069.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTCTCGG\", \"ini\": 2864, \"clust\": 1648, \"rank\": 1065, \"rankvar\": 3526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 725, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 591, \"group\": [1648.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAATGTTGC\", \"ini\": 2863, \"clust\": 1618, \"rank\": 1383, \"rankvar\": 1439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 592, \"group\": [1621.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGTCTCA\", \"ini\": 2862, \"clust\": 3452, \"rank\": 657, \"rankvar\": 1007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 727, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3245, \"group\": [3453.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCTGT\", \"ini\": 2861, \"clust\": 2315, \"rank\": 970, \"rankvar\": 1577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 728, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 593, \"group\": [2318.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGGGCATGT\", \"ini\": 2860, \"clust\": 3050, \"rank\": 396, \"rankvar\": 1429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 729, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3246, \"group\": [3050.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGACATGGGACA\", \"ini\": 2859, \"clust\": 2329, \"rank\": 1510, \"rankvar\": 2228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 594, \"group\": [2329.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTTCCGGCA\", \"ini\": 2858, \"clust\": 2384, \"rank\": 1100, \"rankvar\": 1490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 731, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 595, \"group\": [2385.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAAGGATT\", \"ini\": 2857, \"clust\": 3356, \"rank\": 271, \"rankvar\": 138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 732, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3247, \"group\": [3356.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATCGATTG\", \"ini\": 2856, \"clust\": 3091, \"rank\": 432, \"rankvar\": 550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 733, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2696, \"group\": [3089.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTAAGTAGT\", \"ini\": 2855, \"clust\": 3372, \"rank\": 356, \"rankvar\": 326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3248, \"group\": [3372.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGGTAGA\", \"ini\": 2854, \"clust\": 1842, \"rank\": 2040, \"rankvar\": 789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 596, \"group\": [1843.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACATGTC\", \"ini\": 2853, \"clust\": 2075, \"rank\": 806, \"rankvar\": 1516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 736, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 597, \"group\": [2078.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCAGTGACTCT\", \"ini\": 2852, \"clust\": 3500, \"rank\": 322, \"rankvar\": 989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3249, \"group\": [3499.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCAACGCACC\", \"ini\": 2851, \"clust\": 2095, \"rank\": 841, \"rankvar\": 1366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 598, \"group\": [2093.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAGTAGTGAAT\", \"ini\": 2850, \"clust\": 2219, \"rank\": 1053, \"rankvar\": 2101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 599, \"group\": [2222.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCCCATTAT\", \"ini\": 2849, \"clust\": 1418, \"rank\": 1157, \"rankvar\": 1055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 600, \"group\": [1416.0, 64.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCAAGCCTA\", \"ini\": 2848, \"clust\": 2283, \"rank\": 976, \"rankvar\": 3517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 601, \"group\": [2284.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCCGTAGTA\", \"ini\": 2847, \"clust\": 3236, \"rank\": 390, \"rankvar\": 13, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 742, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3250, \"group\": [3235.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCCATGCTC\", \"ini\": 2846, \"clust\": 2159, \"rank\": 622, \"rankvar\": 3033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 743, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 602, \"group\": [2160.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGTGGAGTC\", \"ini\": 2845, \"clust\": 3166, \"rank\": 246, \"rankvar\": 63, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 744, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3251, \"group\": [3165.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCAGCTGGC\", \"ini\": 2844, \"clust\": 2354, \"rank\": 1164, \"rankvar\": 2974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 745, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 603, \"group\": [2362.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGAGTATA\", \"ini\": 2843, \"clust\": 3127, \"rank\": 323, \"rankvar\": 671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 746, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3252, \"group\": [3126.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTCTTGAT\", \"ini\": 2842, \"clust\": 3509, \"rank\": 556, \"rankvar\": 601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 747, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3253, \"group\": [3511.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACGGTTTA\", \"ini\": 2841, \"clust\": 1836, \"rank\": 2048, \"rankvar\": 1199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 604, \"group\": [1839.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCTCACCT\", \"ini\": 2840, \"clust\": 2059, \"rank\": 1175, \"rankvar\": 984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 605, \"group\": [2058.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCGTCTTC\", \"ini\": 2839, \"clust\": 3131, \"rank\": 519, \"rankvar\": 719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 750, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3254, \"group\": [3129.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAGTAGGCTGA\", \"ini\": 2838, \"clust\": 3264, \"rank\": 109, \"rankvar\": 122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 751, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 26, \"group\": [3264.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACACCGATAT\", \"ini\": 2837, \"clust\": 2233, \"rank\": 1148, \"rankvar\": 2080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 606, \"group\": [2233.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATGCCTAA\", \"ini\": 2836, \"clust\": 1767, \"rank\": 1404, \"rankvar\": 2929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 753, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 607, \"group\": [1769.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTAGTATGACA\", \"ini\": 2835, \"clust\": 2330, \"rank\": 1253, \"rankvar\": 2241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 608, \"group\": [2331.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCTTGTTTG\", \"ini\": 2834, \"clust\": 1828, \"rank\": 1414, \"rankvar\": 2956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 609, \"group\": [1828.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCATCGGACC\", \"ini\": 2833, \"clust\": 1768, \"rank\": 1648, \"rankvar\": 2371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 756, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 610, \"group\": [1767.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAATACAG\", \"ini\": 2832, \"clust\": 1638, \"rank\": 1682, \"rankvar\": 2387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 611, \"group\": [1638.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGTACCT\", \"ini\": 2831, \"clust\": 1958, \"rank\": 1578, \"rankvar\": 2233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 612, \"group\": [1959.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAAGCGTAG\", \"ini\": 2830, \"clust\": 1582, \"rank\": 1891, \"rankvar\": 2001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 759, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 613, \"group\": [1585.0, 74.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCAATGGAAT\", \"ini\": 2829, \"clust\": 2660, \"rank\": 1554, \"rankvar\": 1868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 614, \"group\": [2659.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCTGCTTGC\", \"ini\": 2828, \"clust\": 1789, \"rank\": 1582, \"rankvar\": 2619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 761, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 615, \"group\": [1790.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTGTATGGG\", \"ini\": 2827, \"clust\": 3490, \"rank\": 512, \"rankvar\": 847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 762, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 27, \"group\": [3494.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCGGCTACG\", \"ini\": 2826, \"clust\": 2673, \"rank\": 1191, \"rankvar\": 533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 616, \"group\": [2676.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAAACAC\", \"ini\": 2825, \"clust\": 1851, \"rank\": 2043, \"rankvar\": 1347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 617, \"group\": [1855.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTACTTAGC\", \"ini\": 2824, \"clust\": 2227, \"rank\": 1145, \"rankvar\": 2512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 765, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 618, \"group\": [2227.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTGGGTATG\", \"ini\": 2823, \"clust\": 2055, \"rank\": 969, \"rankvar\": 756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 619, \"group\": [2056.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCATCCAACA\", \"ini\": 2822, \"clust\": 2597, \"rank\": 1110, \"rankvar\": 2513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 767, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 620, \"group\": [2597.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCGTCGTTC\", \"ini\": 2821, \"clust\": 2281, \"rank\": 1251, \"rankvar\": 1949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 621, \"group\": [2282.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAAGTCACGCC\", \"ini\": 2820, \"clust\": 3524, \"rank\": 620, \"rankvar\": 1446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 769, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3255, \"group\": [3521.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGGTGTA\", \"ini\": 2819, \"clust\": 2624, \"rank\": 913, \"rankvar\": 2876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 622, \"group\": [2625.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCTCCTATA\", \"ini\": 2818, \"clust\": 2703, \"rank\": 1935, \"rankvar\": 3445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 623, \"group\": [2704.0, 89.0, 23.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCGCCTTG\", \"ini\": 2817, \"clust\": 1093, \"rank\": 725, \"rankvar\": 729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2697, \"group\": [1093.0, 33.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTAGCTAAA\", \"ini\": 2816, \"clust\": 2865, \"rank\": 670, \"rankvar\": 792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1717, \"group\": [2864.0, 104.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTCTGTCG\", \"ini\": 2815, \"clust\": 2635, \"rank\": 1233, \"rankvar\": 746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 624, \"group\": [2635.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTCACCTAA\", \"ini\": 2814, \"clust\": 1860, \"rank\": 1962, \"rankvar\": 3516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 775, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 625, \"group\": [1860.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACATCCTTGC\", \"ini\": 2813, \"clust\": 2889, \"rank\": 1874, \"rankvar\": 1127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 776, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 626, \"group\": [2889.0, 109.0, 27.0, 10.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGAATTGTG\", \"ini\": 2812, \"clust\": 1239, \"rank\": 2076, \"rankvar\": 1255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 627, \"group\": [1240.0, 57.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGGTATCG\", \"ini\": 2811, \"clust\": 3231, \"rank\": 250, \"rankvar\": 207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 778, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3256, \"group\": [3229.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTCCACAA\", \"ini\": 2810, \"clust\": 3142, \"rank\": 142, \"rankvar\": 164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 779, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3257, \"group\": [3140.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGCATCG\", \"ini\": 2809, \"clust\": 2799, \"rank\": 1141, \"rankvar\": 1070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 780, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1718, \"group\": [2797.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTATATCCG\", \"ini\": 2808, \"clust\": 2359, \"rank\": 1075, \"rankvar\": 3224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 628, \"group\": [2358.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGTAGATC\", \"ini\": 2807, \"clust\": 2114, \"rank\": 1243, \"rankvar\": 893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 629, \"group\": [2115.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGGACCACA\", \"ini\": 2806, \"clust\": 2663, \"rank\": 1281, \"rankvar\": 273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 783, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 630, \"group\": [2663.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTAAAGTG\", \"ini\": 2805, \"clust\": 2294, \"rank\": 1159, \"rankvar\": 1278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 631, \"group\": [2295.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCAGTCCTTC\", \"ini\": 2804, \"clust\": 2078, \"rank\": 1422, \"rankvar\": 2127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 785, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 632, \"group\": [2081.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCATGCAT\", \"ini\": 2803, \"clust\": 2103, \"rank\": 1169, \"rankvar\": 1468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 633, \"group\": [2104.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCACGACTA\", \"ini\": 2802, \"clust\": 2834, \"rank\": 640, \"rankvar\": 2918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 787, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1719, \"group\": [2831.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCTCGATGA\", \"ini\": 2801, \"clust\": 2561, \"rank\": 1857, \"rankvar\": 3019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 634, \"group\": [2562.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGACTTGAA\", \"ini\": 2800, \"clust\": 2678, \"rank\": 1676, \"rankvar\": 461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 635, \"group\": [2679.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGCCAGGAT\", \"ini\": 2799, \"clust\": 1801, \"rank\": 1402, \"rankvar\": 1571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 790, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 636, \"group\": [1801.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATAGATAGGAG\", \"ini\": 2798, \"clust\": 2213, \"rank\": 1249, \"rankvar\": 2844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 637, \"group\": [2213.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGAGCAATT\", \"ini\": 2797, \"clust\": 1434, \"rank\": 1034, \"rankvar\": 716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 792, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 638, \"group\": [1434.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTGGGTCAA\", \"ini\": 2796, \"clust\": 2127, \"rank\": 1605, \"rankvar\": 1536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 639, \"group\": [2128.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGCCGTCGT\", \"ini\": 2795, \"clust\": 3394, \"rank\": 129, \"rankvar\": 423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 794, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3258, \"group\": [3398.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTACCGAT\", \"ini\": 2794, \"clust\": 3086, \"rank\": 213, \"rankvar\": 493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 795, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3259, \"group\": [3083.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCTTGTACT\", \"ini\": 2793, \"clust\": 2108, \"rank\": 1166, \"rankvar\": 1519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 796, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 640, \"group\": [2109.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACGGACAA\", \"ini\": 2792, \"clust\": 3291, \"rank\": 183, \"rankvar\": 343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 797, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3260, \"group\": [3291.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTCATTAGC\", \"ini\": 2791, \"clust\": 2244, \"rank\": 1223, \"rankvar\": 2773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 798, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 641, \"group\": [2246.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTCTGCAAT\", \"ini\": 2790, \"clust\": 1440, \"rank\": 1009, \"rankvar\": 753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 642, \"group\": [1440.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAAACACA\", \"ini\": 2789, \"clust\": 3374, \"rank\": 550, \"rankvar\": 504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 800, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3261, \"group\": [3375.0, 138.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTAACTGG\", \"ini\": 2788, \"clust\": 3462, \"rank\": 417, \"rankvar\": 483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3262, \"group\": [3463.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCACGCATA\", \"ini\": 2787, \"clust\": 3218, \"rank\": 149, \"rankvar\": 274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 802, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3263, \"group\": [3216.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGGTGATTA\", \"ini\": 2786, \"clust\": 3422, \"rank\": 111, \"rankvar\": 94, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 803, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3264, \"group\": [3424.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAATGAAAC\", \"ini\": 2785, \"clust\": 2574, \"rank\": 1822, \"rankvar\": 915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 643, \"group\": [2591.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACTAGGC\", \"ini\": 2784, \"clust\": 1467, \"rank\": 1292, \"rankvar\": 865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 805, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 644, \"group\": [1468.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCTCCCTAATT\", \"ini\": 2783, \"clust\": 1635, \"rank\": 1274, \"rankvar\": 3251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 806, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 645, \"group\": [1636.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCAACACCA\", \"ini\": 2782, \"clust\": 2964, \"rank\": 885, \"rankvar\": 1556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 807, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3265, \"group\": [2964.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTGCTCTTC\", \"ini\": 2781, \"clust\": 3120, \"rank\": 415, \"rankvar\": 599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 808, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3266, \"group\": [3120.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAAGGTTCT\", \"ini\": 2780, \"clust\": 2226, \"rank\": 1287, \"rankvar\": 2277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 809, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 646, \"group\": [2229.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAATCAAACGGG\", \"ini\": 2779, \"clust\": 3480, \"rank\": 627, \"rankvar\": 251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3267, \"group\": [3484.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTACTCTCC\", \"ini\": 2778, \"clust\": 2225, \"rank\": 1115, \"rankvar\": 1667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 647, \"group\": [2226.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTCGCGAC\", \"ini\": 2777, \"clust\": 3036, \"rank\": 425, \"rankvar\": 210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 812, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3268, \"group\": [3037.0, 133.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCATTCCTGC\", \"ini\": 2776, \"clust\": 2245, \"rank\": 1499, \"rankvar\": 1623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 648, \"group\": [2244.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAATCTCTTATG\", \"ini\": 2775, \"clust\": 3158, \"rank\": 452, \"rankvar\": 312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 814, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3269, \"group\": [3160.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCACGTTC\", \"ini\": 2774, \"clust\": 3499, \"rank\": 624, \"rankvar\": 489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 815, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3270, \"group\": [3498.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATTACCG\", \"ini\": 2773, \"clust\": 2182, \"rank\": 828, \"rankvar\": 3088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 816, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 649, \"group\": [2178.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAGACAAAT\", \"ini\": 2772, \"clust\": 3197, \"rank\": 69, \"rankvar\": 331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 817, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3271, \"group\": [3199.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCCACGCT\", \"ini\": 2771, \"clust\": 1617, \"rank\": 1502, \"rankvar\": 1320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 650, \"group\": [1622.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAATCTCCAGGG\", \"ini\": 2770, \"clust\": 3463, \"rank\": 441, \"rankvar\": 1856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 819, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3272, \"group\": [3466.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGACGCAA\", \"ini\": 2769, \"clust\": 1734, \"rank\": 1659, \"rankvar\": 2081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 651, \"group\": [1734.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATCGCTC\", \"ini\": 2768, \"clust\": 2667, \"rank\": 1236, \"rankvar\": 422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 821, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 652, \"group\": [2666.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCCGTTGTC\", \"ini\": 2767, \"clust\": 3221, \"rank\": 221, \"rankvar\": 88, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 822, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3273, \"group\": [3220.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACACAAGCCC\", \"ini\": 2766, \"clust\": 2310, \"rank\": 690, \"rankvar\": 3280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 653, \"group\": [2313.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCAACCATG\", \"ini\": 2765, \"clust\": 2664, \"rank\": 1571, \"rankvar\": 993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 654, \"group\": [2664.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTTTGTTGG\", \"ini\": 2764, \"clust\": 3579, \"rank\": 133, \"rankvar\": 1263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 825, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 28, \"group\": [3578.0, 143.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGGTCA\", \"ini\": 2763, \"clust\": 3409, \"rank\": 196, \"rankvar\": 466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 826, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 29, \"group\": [3410.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACATTCCTGC\", \"ini\": 2762, \"clust\": 3404, \"rank\": 402, \"rankvar\": 443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 827, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3274, \"group\": [3405.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGGACTG\", \"ini\": 2761, \"clust\": 3234, \"rank\": 200, \"rankvar\": 95, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 828, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3275, \"group\": [3232.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTCTCGG\", \"ini\": 2760, \"clust\": 1833, \"rank\": 1583, \"rankvar\": 2053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 655, \"group\": [1834.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAATCGTC\", \"ini\": 2759, \"clust\": 2392, \"rank\": 1083, \"rankvar\": 2940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 656, \"group\": [2393.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGATAGC\", \"ini\": 2758, \"clust\": 1902, \"rank\": 1878, \"rankvar\": 1273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 657, \"group\": [1906.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACCACGTG\", \"ini\": 2757, \"clust\": 3540, \"rank\": 523, \"rankvar\": 505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 832, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 30, \"group\": [3541.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGCTATCT\", \"ini\": 2756, \"clust\": 2167, \"rank\": 980, \"rankvar\": 1040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 658, \"group\": [2166.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACCTCGTT\", \"ini\": 2755, \"clust\": 1623, \"rank\": 1478, \"rankvar\": 3202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 659, \"group\": [1623.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGGATTGG\", \"ini\": 2754, \"clust\": 2123, \"rank\": 1589, \"rankvar\": 1258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 660, \"group\": [2127.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGAATGTGT\", \"ini\": 2753, \"clust\": 2327, \"rank\": 1319, \"rankvar\": 1167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 661, \"group\": [2330.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTTGGTC\", \"ini\": 2752, \"clust\": 2298, \"rank\": 911, \"rankvar\": 2696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 837, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 662, \"group\": [2299.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAGCTGCTG\", \"ini\": 2751, \"clust\": 3474, \"rank\": 707, \"rankvar\": 242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 838, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3276, \"group\": [3475.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGCTAGCC\", \"ini\": 2750, \"clust\": 3403, \"rank\": 360, \"rankvar\": 587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 839, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3277, \"group\": [3404.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGACTTGAA\", \"ini\": 2749, \"clust\": 2168, \"rank\": 1058, \"rankvar\": 1097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 663, \"group\": [2167.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGCGTAAG\", \"ini\": 2748, \"clust\": 2070, \"rank\": 1425, \"rankvar\": 499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 664, \"group\": [2073.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAAACGCC\", \"ini\": 2747, \"clust\": 3160, \"rank\": 309, \"rankvar\": 537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3278, \"group\": [3157.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAAGCCCAC\", \"ini\": 2746, \"clust\": 3058, \"rank\": 391, \"rankvar\": 581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 843, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3279, \"group\": [3058.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTGAAGGCT\", \"ini\": 2745, \"clust\": 2189, \"rank\": 1260, \"rankvar\": 638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 844, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 665, \"group\": [2190.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTTGTCTTT\", \"ini\": 2744, \"clust\": 2619, \"rank\": 1597, \"rankvar\": 1520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 845, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 666, \"group\": [2620.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCAGTAGT\", \"ini\": 2743, \"clust\": 3507, \"rank\": 789, \"rankvar\": 426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 846, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3280, \"group\": [3506.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTCGCATAT\", \"ini\": 2742, \"clust\": 1331, \"rank\": 2105, \"rankvar\": 1896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 847, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 667, \"group\": [1331.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGCGAAGGG\", \"ini\": 2741, \"clust\": 3364, \"rank\": 326, \"rankvar\": 944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 848, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3281, \"group\": [3363.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTTGTCC\", \"ini\": 2740, \"clust\": 2217, \"rank\": 1033, \"rankvar\": 1538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 668, \"group\": [2217.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTTCGAATC\", \"ini\": 2739, \"clust\": 1670, \"rank\": 1475, \"rankvar\": 2411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 850, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 669, \"group\": [1672.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTACAGTTC\", \"ini\": 2738, \"clust\": 2215, \"rank\": 1340, \"rankvar\": 2772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 851, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 670, \"group\": [2216.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGCTAGTCT\", \"ini\": 2737, \"clust\": 1186, \"rank\": 997, \"rankvar\": 2934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 852, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1852, \"group\": [1190.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTCTGCGGT\", \"ini\": 2736, \"clust\": 2165, \"rank\": 883, \"rankvar\": 1200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 671, \"group\": [2169.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTATCTGCA\", \"ini\": 2735, \"clust\": 3396, \"rank\": 340, \"rankvar\": 127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 854, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3282, \"group\": [3394.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCACCCGAG\", \"ini\": 2734, \"clust\": 2761, \"rank\": 1027, \"rankvar\": 3278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 855, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1720, \"group\": [2764.0, 98.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCATGTCCC\", \"ini\": 2733, \"clust\": 1432, \"rank\": 1371, \"rankvar\": 233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 672, \"group\": [1435.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGAGTCG\", \"ini\": 2732, \"clust\": 2385, \"rank\": 1255, \"rankvar\": 3009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 673, \"group\": [2386.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCACGTCTCT\", \"ini\": 2731, \"clust\": 3311, \"rank\": 126, \"rankvar\": 36, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 858, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 31, \"group\": [3309.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTGTTTGTG\", \"ini\": 2730, \"clust\": 3340, \"rank\": 272, \"rankvar\": 211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 859, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3283, \"group\": [3339.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCAAATTGCC\", \"ini\": 2729, \"clust\": 1706, \"rank\": 1450, \"rankvar\": 1618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 860, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 674, \"group\": [1712.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGGCGTG\", \"ini\": 2728, \"clust\": 3387, \"rank\": 453, \"rankvar\": 371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 861, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3284, \"group\": [3388.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGATCGGGT\", \"ini\": 2727, \"clust\": 2130, \"rank\": 1600, \"rankvar\": 1510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 675, \"group\": [2130.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGAGCCCAA\", \"ini\": 2726, \"clust\": 1951, \"rank\": 2167, \"rankvar\": 1324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 863, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 676, \"group\": [1952.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTAGTGAACGC\", \"ini\": 2725, \"clust\": 2218, \"rank\": 1311, \"rankvar\": 1341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 677, \"group\": [2218.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGCTGCAAG\", \"ini\": 2724, \"clust\": 1621, \"rank\": 1315, \"rankvar\": 3300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 865, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 678, \"group\": [1619.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGGAGTCTG\", \"ini\": 2723, \"clust\": 3341, \"rank\": 377, \"rankvar\": 387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 866, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3285, \"group\": [3340.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACAAACAACA\", \"ini\": 2722, \"clust\": 1750, \"rank\": 1737, \"rankvar\": 2044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 679, \"group\": [1751.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTTCGAGA\", \"ini\": 2721, \"clust\": 918, \"rank\": 1725, \"rankvar\": 2181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1853, \"group\": [932.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCCACTC\", \"ini\": 2720, \"clust\": 1468, \"rank\": 1136, \"rankvar\": 1010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 680, \"group\": [1469.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTGTCCGT\", \"ini\": 2719, \"clust\": 2788, \"rank\": 870, \"rankvar\": 1409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 870, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1721, \"group\": [2792.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTATCAGTC\", \"ini\": 2718, \"clust\": 3446, \"rank\": 541, \"rankvar\": 1403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 871, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3286, \"group\": [3447.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCAAGCCATT\", \"ini\": 2717, \"clust\": 1086, \"rank\": 543, \"rankvar\": 1427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 872, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 160, \"group\": [1090.0, 33.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTTGAGTTC\", \"ini\": 2716, \"clust\": 2378, \"rank\": 1122, \"rankvar\": 2973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 681, \"group\": [2378.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACACAGAG\", \"ini\": 2715, \"clust\": 2356, \"rank\": 1178, \"rankvar\": 2736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 874, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 682, \"group\": [2356.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAGTCG\", \"ini\": 2714, \"clust\": 2381, \"rank\": 1492, \"rankvar\": 1164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 683, \"group\": [2384.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACAAGCCTAT\", \"ini\": 2713, \"clust\": 1924, \"rank\": 1770, \"rankvar\": 2630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 684, \"group\": [1924.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCGTCTGAA\", \"ini\": 2712, \"clust\": 2041, \"rank\": 1285, \"rankvar\": 452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 877, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 685, \"group\": [2043.0, 78.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCCTTGACC\", \"ini\": 2711, \"clust\": 2685, \"rank\": 1705, \"rankvar\": 1005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 686, \"group\": [2687.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCATCCTAGA\", \"ini\": 2710, \"clust\": 2228, \"rank\": 1106, \"rankvar\": 2242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 687, \"group\": [2228.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGGCATCG\", \"ini\": 2709, \"clust\": 2353, \"rank\": 1032, \"rankvar\": 2611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 880, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 688, \"group\": [2351.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGTGACCA\", \"ini\": 2708, \"clust\": 3240, \"rank\": 179, \"rankvar\": 296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 881, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3287, \"group\": [3242.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCAGTCCCT\", \"ini\": 2707, \"clust\": 2239, \"rank\": 1494, \"rankvar\": 728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 689, \"group\": [2239.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTGACGGTA\", \"ini\": 2706, \"clust\": 2246, \"rank\": 1400, \"rankvar\": 1331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 883, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 690, \"group\": [2245.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATCTGT\", \"ini\": 2705, \"clust\": 1949, \"rank\": 1764, \"rankvar\": 1482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 691, \"group\": [1948.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCAGACCTAGG\", \"ini\": 2704, \"clust\": 2350, \"rank\": 1211, \"rankvar\": 1797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 692, \"group\": [2353.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCAGCGATT\", \"ini\": 2703, \"clust\": 2425, \"rank\": 1520, \"rankvar\": 1414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 693, \"group\": [2432.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCTATTCA\", \"ini\": 2702, \"clust\": 1915, \"rank\": 1739, \"rankvar\": 2572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 887, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 694, \"group\": [1916.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCAAACTGTC\", \"ini\": 2701, \"clust\": 1869, \"rank\": 1675, \"rankvar\": 659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 695, \"group\": [1869.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGGATGGAA\", \"ini\": 2700, \"clust\": 2040, \"rank\": 1210, \"rankvar\": 264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 889, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 696, \"group\": [2044.0, 78.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGTTTGCGT\", \"ini\": 2699, \"clust\": 1920, \"rank\": 1714, \"rankvar\": 1947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 697, \"group\": [1923.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTGAAGGCT\", \"ini\": 2698, \"clust\": 2387, \"rank\": 1217, \"rankvar\": 1399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 698, \"group\": [2390.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGTGTTTGC\", \"ini\": 2697, \"clust\": 2401, \"rank\": 1524, \"rankvar\": 1111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 892, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 699, \"group\": [2402.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGCGTTA\", \"ini\": 2696, \"clust\": 2116, \"rank\": 1454, \"rankvar\": 1672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 700, \"group\": [2116.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAAGAAAGG\", \"ini\": 2695, \"clust\": 2067, \"rank\": 1464, \"rankvar\": 1749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 894, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 701, \"group\": [2066.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGAAGGTGA\", \"ini\": 2694, \"clust\": 1193, \"rank\": 1044, \"rankvar\": 3555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1854, \"group\": [1196.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGAGCAATT\", \"ini\": 2693, \"clust\": 2240, \"rank\": 1408, \"rankvar\": 1638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 896, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 702, \"group\": [2240.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCGATAGAA\", \"ini\": 2692, \"clust\": 3176, \"rank\": 85, \"rankvar\": 221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 897, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3288, \"group\": [3174.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACGTAAATACG\", \"ini\": 2691, \"clust\": 2760, \"rank\": 185, \"rankvar\": 121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 898, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1722, \"group\": [2760.0, 97.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGAGAGCTC\", \"ini\": 2690, \"clust\": 2145, \"rank\": 1227, \"rankvar\": 1613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 703, \"group\": [2144.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAGCTGGC\", \"ini\": 2689, \"clust\": 2222, \"rank\": 1070, \"rankvar\": 1881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 900, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 704, \"group\": [2223.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGATGGCGT\", \"ini\": 2688, \"clust\": 2278, \"rank\": 1347, \"rankvar\": 3247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 705, \"group\": [2278.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGGGATACC\", \"ini\": 2687, \"clust\": 2600, \"rank\": 973, \"rankvar\": 2098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 706, \"group\": [2601.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCATGTTCCC\", \"ini\": 2686, \"clust\": 2449, \"rank\": 1700, \"rankvar\": 3068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 903, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 707, \"group\": [2447.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGGCGCTA\", \"ini\": 2685, \"clust\": 1964, \"rank\": 1797, \"rankvar\": 1703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 708, \"group\": [1964.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGACAGGCT\", \"ini\": 2684, \"clust\": 2601, \"rank\": 1081, \"rankvar\": 1386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 709, \"group\": [2602.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACCACGTG\", \"ini\": 2683, \"clust\": 2415, \"rank\": 1417, \"rankvar\": 2600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 710, \"group\": [2416.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCTCTCGT\", \"ini\": 2682, \"clust\": 3163, \"rank\": 235, \"rankvar\": 72, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3289, \"group\": [3163.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTTTGGGCC\", \"ini\": 2681, \"clust\": 1744, \"rank\": 1180, \"rankvar\": 2203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 711, \"group\": [1746.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTTCCGTCT\", \"ini\": 2680, \"clust\": 2061, \"rank\": 1252, \"rankvar\": 887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 712, \"group\": [2064.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAACCTC\", \"ini\": 2679, \"clust\": 1596, \"rank\": 2005, \"rankvar\": 1236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 713, \"group\": [1596.0, 74.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCAGAATA\", \"ini\": 2678, \"clust\": 3053, \"rank\": 418, \"rankvar\": 959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3290, \"group\": [3055.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGGTTCGG\", \"ini\": 2677, \"clust\": 2361, \"rank\": 1055, \"rankvar\": 2027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 714, \"group\": [2361.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAAGTCTCGGC\", \"ini\": 2676, \"clust\": 2115, \"rank\": 1432, \"rankvar\": 804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 715, \"group\": [2118.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGCTGCTG\", \"ini\": 2675, \"clust\": 2230, \"rank\": 1072, \"rankvar\": 2136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 716, \"group\": [2231.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGCCCTTA\", \"ini\": 2674, \"clust\": 3041, \"rank\": 489, \"rankvar\": 1008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 915, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3291, \"group\": [3045.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCAGTATAAG\", \"ini\": 2673, \"clust\": 1811, \"rank\": 1986, \"rankvar\": 2780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 717, \"group\": [1815.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTCTAACGT\", \"ini\": 2672, \"clust\": 2128, \"rank\": 1412, \"rankvar\": 1227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 917, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 718, \"group\": [2129.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCACAACGCC\", \"ini\": 2671, \"clust\": 1803, \"rank\": 1688, \"rankvar\": 3370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 719, \"group\": [1803.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGCTAGTGG\", \"ini\": 2670, \"clust\": 2814, \"rank\": 645, \"rankvar\": 991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 919, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1723, \"group\": [2814.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTCGCTTG\", \"ini\": 2669, \"clust\": 2237, \"rank\": 1137, \"rankvar\": 953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 720, \"group\": [2236.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCAACTT\", \"ini\": 2668, \"clust\": 2513, \"rank\": 1747, \"rankvar\": 1206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 921, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 721, \"group\": [2515.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCTGCTGCT\", \"ini\": 2667, \"clust\": 2331, \"rank\": 1388, \"rankvar\": 2703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 722, \"group\": [2332.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACTTAACG\", \"ini\": 2666, \"clust\": 3362, \"rank\": 165, \"rankvar\": 351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3292, \"group\": [3361.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAATGTTGC\", \"ini\": 2665, \"clust\": 2211, \"rank\": 1263, \"rankvar\": 1389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 723, \"group\": [2214.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCCCTAACC\", \"ini\": 2664, \"clust\": 2695, \"rank\": 837, \"rankvar\": 992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 724, \"group\": [2696.0, 85.0, 21.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCACTCCA\", \"ini\": 2663, \"clust\": 1944, \"rank\": 1757, \"rankvar\": 1561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 926, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 725, \"group\": [1943.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCCTCCTAG\", \"ini\": 2662, \"clust\": 2832, \"rank\": 764, \"rankvar\": 1417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 927, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1724, \"group\": [2834.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGTGACC\", \"ini\": 2661, \"clust\": 1411, \"rank\": 1109, \"rankvar\": 895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 726, \"group\": [1409.0, 64.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTAGCTGCC\", \"ini\": 2660, \"clust\": 2206, \"rank\": 1374, \"rankvar\": 1039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 727, \"group\": [2207.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCCATGA\", \"ini\": 2659, \"clust\": 3430, \"rank\": 447, \"rankvar\": 87, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 930, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3293, \"group\": [3433.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCATAAAGGT\", \"ini\": 2658, \"clust\": 3138, \"rank\": 177, \"rankvar\": 646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 931, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3294, \"group\": [3138.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGCCAGAA\", \"ini\": 2657, \"clust\": 2423, \"rank\": 1771, \"rankvar\": 2019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 932, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 728, \"group\": [2422.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTAGCGATG\", \"ini\": 2656, \"clust\": 2185, \"rank\": 891, \"rankvar\": 1801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 933, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 729, \"group\": [2187.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAGGGATA\", \"ini\": 2655, \"clust\": 3496, \"rank\": 472, \"rankvar\": 569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 934, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3295, \"group\": [3508.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGATACACA\", \"ini\": 2654, \"clust\": 2125, \"rank\": 1397, \"rankvar\": 1659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 730, \"group\": [2124.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACAGGCT\", \"ini\": 2653, \"clust\": 2080, \"rank\": 1331, \"rankvar\": 2029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 936, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 731, \"group\": [2080.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATCGCAT\", \"ini\": 2652, \"clust\": 1877, \"rank\": 2019, \"rankvar\": 1841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 732, \"group\": [1878.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGAGCTTCT\", \"ini\": 2651, \"clust\": 3185, \"rank\": 156, \"rankvar\": 117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 938, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3296, \"group\": [3187.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCCACGACG\", \"ini\": 2650, \"clust\": 2598, \"rank\": 960, \"rankvar\": 2315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 939, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 733, \"group\": [2598.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACAAGGGTCA\", \"ini\": 2649, \"clust\": 3513, \"rank\": 483, \"rankvar\": 741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3297, \"group\": [3514.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTGCCTTGG\", \"ini\": 2648, \"clust\": 3412, \"rank\": 102, \"rankvar\": 103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 941, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 32, \"group\": [3413.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACACAGATTC\", \"ini\": 2647, \"clust\": 3148, \"rank\": 201, \"rankvar\": 605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 942, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3298, \"group\": [3148.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGGTAACGTTC\", \"ini\": 2646, \"clust\": 2520, \"rank\": 1779, \"rankvar\": 2535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 734, \"group\": [2521.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCATCTGTT\", \"ini\": 2645, \"clust\": 3501, \"rank\": 577, \"rankvar\": 333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3299, \"group\": [3500.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCCGTTGTC\", \"ini\": 2644, \"clust\": 1857, \"rank\": 2018, \"rankvar\": 1915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 735, \"group\": [1856.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGGTCGAT\", \"ini\": 2643, \"clust\": 1208, \"rank\": 1097, \"rankvar\": 807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 946, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1834, \"group\": [1211.0, 46.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCAACACGT\", \"ini\": 2642, \"clust\": 2617, \"rank\": 1391, \"rankvar\": 1811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 947, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 736, \"group\": [2617.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCCGATATG\", \"ini\": 2641, \"clust\": 3154, \"rank\": 218, \"rankvar\": 151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 948, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3300, \"group\": [3153.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTCCAACC\", \"ini\": 2640, \"clust\": 2677, \"rank\": 1467, \"rankvar\": 630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 737, \"group\": [2688.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGAGCTATA\", \"ini\": 2639, \"clust\": 1550, \"rank\": 979, \"rankvar\": 170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 738, \"group\": [1551.0, 70.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCAGAAATG\", \"ini\": 2638, \"clust\": 2325, \"rank\": 1516, \"rankvar\": 3443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 739, \"group\": [2325.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGCATACT\", \"ini\": 2637, \"clust\": 1898, \"rank\": 1624, \"rankvar\": 1655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 952, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 740, \"group\": [1901.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTTGCGCAC\", \"ini\": 2636, \"clust\": 2668, \"rank\": 1472, \"rankvar\": 1261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 741, \"group\": [2668.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCATGTCTCC\", \"ini\": 2635, \"clust\": 2139, \"rank\": 1041, \"rankvar\": 1464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 742, \"group\": [2138.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCTTTACA\", \"ini\": 2634, \"clust\": 3277, \"rank\": 146, \"rankvar\": 140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 955, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3301, \"group\": [3277.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCCTCA\", \"ini\": 2633, \"clust\": 1865, \"rank\": 1546, \"rankvar\": 950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 743, \"group\": [1865.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCAAGTCTGT\", \"ini\": 2632, \"clust\": 3538, \"rank\": 534, \"rankvar\": 825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 957, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 33, \"group\": [3538.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGCGATATA\", \"ini\": 2631, \"clust\": 1726, \"rank\": 1308, \"rankvar\": 1670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 744, \"group\": [1727.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGTGGAG\", \"ini\": 2630, \"clust\": 2340, \"rank\": 1334, \"rankvar\": 2262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 745, \"group\": [2342.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAATGGATA\", \"ini\": 2629, \"clust\": 1597, \"rank\": 1744, \"rankvar\": 1725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 746, \"group\": [1597.0, 74.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTTGAGTTC\", \"ini\": 2628, \"clust\": 3467, \"rank\": 758, \"rankvar\": 488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 961, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3302, \"group\": [3468.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGATAGGAG\", \"ini\": 2627, \"clust\": 1679, \"rank\": 1915, \"rankvar\": 3098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 747, \"group\": [1680.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTATGAAAC\", \"ini\": 2626, \"clust\": 2903, \"rank\": 1324, \"rankvar\": 906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 748, \"group\": [2904.0, 115.0, 29.0, 11.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGGAACGG\", \"ini\": 2625, \"clust\": 2178, \"rank\": 839, \"rankvar\": 1863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 964, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 749, \"group\": [2183.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGGTCTCG\", \"ini\": 2624, \"clust\": 1631, \"rank\": 1819, \"rankvar\": 2760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 750, \"group\": [1630.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTACGATA\", \"ini\": 2623, \"clust\": 1646, \"rank\": 1050, \"rankvar\": 3495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 751, \"group\": [1649.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGAACCT\", \"ini\": 2622, \"clust\": 2884, \"rank\": 1160, \"rankvar\": 356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 752, \"group\": [2886.0, 108.0, 27.0, 10.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCGTAGTA\", \"ini\": 2621, \"clust\": 1885, \"rank\": 1916, \"rankvar\": 1719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 753, \"group\": [1884.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCCACATCCAA\", \"ini\": 2620, \"clust\": 2816, \"rank\": 903, \"rankvar\": 2031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 969, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1725, \"group\": [2816.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACGATGT\", \"ini\": 2619, \"clust\": 3068, \"rank\": 660, \"rankvar\": 448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 970, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3303, \"group\": [3071.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGATCTGAA\", \"ini\": 2618, \"clust\": 2389, \"rank\": 1320, \"rankvar\": 1517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 971, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 754, \"group\": [2387.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAGAAAGG\", \"ini\": 2617, \"clust\": 2770, \"rank\": 820, \"rankvar\": 1081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 972, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1726, \"group\": [2777.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTGGTCCGT\", \"ini\": 2616, \"clust\": 3056, \"rank\": 456, \"rankvar\": 1023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 973, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3304, \"group\": [3059.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGTCACGCC\", \"ini\": 2615, \"clust\": 2632, \"rank\": 1636, \"rankvar\": 408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 755, \"group\": [2632.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTACTCTCC\", \"ini\": 2614, \"clust\": 2276, \"rank\": 1091, \"rankvar\": 3117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 756, \"group\": [2277.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGCCACTAT\", \"ini\": 2613, \"clust\": 3580, \"rank\": 118, \"rankvar\": 196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 976, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 34, \"group\": [3576.0, 143.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGCTAAACA\", \"ini\": 2612, \"clust\": 1879, \"rank\": 1848, \"rankvar\": 2899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 757, \"group\": [1883.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAATAGCAA\", \"ini\": 2611, \"clust\": 2835, \"rank\": 669, \"rankvar\": 2077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1727, \"group\": [2832.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGGTGTCCTCT\", \"ini\": 2610, \"clust\": 2124, \"rank\": 1557, \"rankvar\": 1159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 758, \"group\": [2126.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAGCTGGT\", \"ini\": 2609, \"clust\": 2243, \"rank\": 1323, \"rankvar\": 1250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 759, \"group\": [2243.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTGTTGAGTTC\", \"ini\": 2608, \"clust\": 1693, \"rank\": 1609, \"rankvar\": 1465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 760, \"group\": [1694.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCCATTC\", \"ini\": 2607, \"clust\": 2626, \"rank\": 1230, \"rankvar\": 2139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 761, \"group\": [2627.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACAGTCAGAG\", \"ini\": 2606, \"clust\": 1772, \"rank\": 2087, \"rankvar\": 2548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 762, \"group\": [1771.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCGCCTGAG\", \"ini\": 2605, \"clust\": 2045, \"rank\": 1457, \"rankvar\": 2778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 984, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 763, \"group\": [2047.0, 78.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAGTTAACC\", \"ini\": 2604, \"clust\": 1644, \"rank\": 1525, \"rankvar\": 2688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 764, \"group\": [1645.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGAACTGTA\", \"ini\": 2603, \"clust\": 3088, \"rank\": 198, \"rankvar\": 971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 986, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3305, \"group\": [3084.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACACCGAAAG\", \"ini\": 2602, \"clust\": 3320, \"rank\": 91, \"rankvar\": 129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 987, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 35, \"group\": [3318.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCATCTGTT\", \"ini\": 2601, \"clust\": 1933, \"rank\": 1665, \"rankvar\": 1022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 765, \"group\": [1937.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCTTGCCGT\", \"ini\": 2600, \"clust\": 2223, \"rank\": 1138, \"rankvar\": 1321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 989, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 766, \"group\": [2224.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGCGTAGTG\", \"ini\": 2599, \"clust\": 1790, \"rank\": 1692, \"rankvar\": 2881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 990, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 767, \"group\": [1791.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCCTGCTT\", \"ini\": 2598, \"clust\": 2854, \"rank\": 1752, \"rankvar\": 2293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 991, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1673, \"group\": [2853.0, 103.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTAGCTCCG\", \"ini\": 2597, \"clust\": 2346, \"rank\": 1165, \"rankvar\": 2284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 768, \"group\": [2344.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGCTGAACG\", \"ini\": 2596, \"clust\": 3476, \"rank\": 629, \"rankvar\": 508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 993, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3306, \"group\": [3480.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCCAACAG\", \"ini\": 2595, \"clust\": 1615, \"rank\": 1611, \"rankvar\": 2267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 769, \"group\": [1616.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTTAACGA\", \"ini\": 2594, \"clust\": 2344, \"rank\": 1005, \"rankvar\": 1883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 770, \"group\": [2345.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAAGA\", \"ini\": 2593, \"clust\": 1802, \"rank\": 1518, \"rankvar\": 2069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 996, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 771, \"group\": [1802.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAGCCTAA\", \"ini\": 2592, \"clust\": 1826, \"rank\": 1618, \"rankvar\": 1522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 772, \"group\": [1825.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGAGGGAGTAA\", \"ini\": 2591, \"clust\": 3379, \"rank\": 348, \"rankvar\": 236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 998, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3307, \"group\": [3382.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAAACAAG\", \"ini\": 2590, \"clust\": 2256, \"rank\": 1654, \"rankvar\": 1721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 999, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 773, \"group\": [2255.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGATGTAAC\", \"ini\": 2589, \"clust\": 2326, \"rank\": 1373, \"rankvar\": 3352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1000, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 774, \"group\": [2326.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCAAATCA\", \"ini\": 2588, \"clust\": 2779, \"rank\": 1163, \"rankvar\": 1209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1001, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1728, \"group\": [2780.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGCATGTG\", \"ini\": 2587, \"clust\": 2787, \"rank\": 667, \"rankvar\": 1959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1002, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1729, \"group\": [2785.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCTACGA\", \"ini\": 2586, \"clust\": 1743, \"rank\": 1183, \"rankvar\": 1286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 775, \"group\": [1747.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTTGGTTTG\", \"ini\": 2585, \"clust\": 3367, \"rank\": 315, \"rankvar\": 464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3308, \"group\": [3368.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGGCAAAGA\", \"ini\": 2584, \"clust\": 1622, \"rank\": 1854, \"rankvar\": 2254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 776, \"group\": [1625.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCAGTAGT\", \"ini\": 2583, \"clust\": 2413, \"rank\": 1341, \"rankvar\": 2938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1006, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 777, \"group\": [2413.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCACGAAT\", \"ini\": 2582, \"clust\": 2587, \"rank\": 1887, \"rankvar\": 2741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 778, \"group\": [2586.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGACGGA\", \"ini\": 2581, \"clust\": 2414, \"rank\": 1336, \"rankvar\": 2544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1008, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 779, \"group\": [2414.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGACTG\", \"ini\": 2580, \"clust\": 2708, \"rank\": 742, \"rankvar\": 656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1009, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 36, \"group\": [2706.0, 91.0, 24.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCATGAAC\", \"ini\": 2579, \"clust\": 1466, \"rank\": 1232, \"rankvar\": 740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1010, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 780, \"group\": [1467.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTTCGTGAT\", \"ini\": 2578, \"clust\": 2492, \"rank\": 1623, \"rankvar\": 2675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1011, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 781, \"group\": [2495.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCCGTTAA\", \"ini\": 2577, \"clust\": 1896, \"rank\": 1449, \"rankvar\": 1892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 782, \"group\": [1896.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCAACATC\", \"ini\": 2576, \"clust\": 3132, \"rank\": 353, \"rankvar\": 520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1013, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3309, \"group\": [3162.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATCTACGA\", \"ini\": 2575, \"clust\": 2334, \"rank\": 1421, \"rankvar\": 1745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1014, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 783, \"group\": [2339.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCAATC\", \"ini\": 2574, \"clust\": 1739, \"rank\": 1487, \"rankvar\": 2739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 784, \"group\": [1740.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCAGCGTA\", \"ini\": 2573, \"clust\": 1442, \"rank\": 898, \"rankvar\": 1057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1016, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 785, \"group\": [1443.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTTACGGG\", \"ini\": 2572, \"clust\": 2768, \"rank\": 605, \"rankvar\": 1149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1017, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1730, \"group\": [2769.0, 98.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGGATGTAT\", \"ini\": 2571, \"clust\": 2417, \"rank\": 1814, \"rankvar\": 1141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1018, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 786, \"group\": [2418.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTAGCGTAG\", \"ini\": 2570, \"clust\": 2270, \"rank\": 1625, \"rankvar\": 2697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 787, \"group\": [2273.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGGAACTGC\", \"ini\": 2569, \"clust\": 1405, \"rank\": 1327, \"rankvar\": 1760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 788, \"group\": [1407.0, 64.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCATGTAGTC\", \"ini\": 2568, \"clust\": 2056, \"rank\": 1208, \"rankvar\": 384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 789, \"group\": [2057.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCGGAAATA\", \"ini\": 2567, \"clust\": 1945, \"rank\": 1812, \"rankvar\": 1257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1022, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 790, \"group\": [1945.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGGCACATG\", \"ini\": 2566, \"clust\": 2262, \"rank\": 1143, \"rankvar\": 945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 791, \"group\": [2262.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGTCAGAG\", \"ini\": 2565, \"clust\": 1661, \"rank\": 1875, \"rankvar\": 3061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 792, \"group\": [1661.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTCTAGAGG\", \"ini\": 2564, \"clust\": 1199, \"rank\": 1592, \"rankvar\": 3414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1025, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1855, \"group\": [1202.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGGCTCTTA\", \"ini\": 2563, \"clust\": 2716, \"rank\": 1212, \"rankvar\": 3206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1026, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 37, \"group\": [2717.0, 92.0, 24.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTTCCCGAG\", \"ini\": 2562, \"clust\": 1794, \"rank\": 1367, \"rankvar\": 3453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 793, \"group\": [1797.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCCGTCAAA\", \"ini\": 2561, \"clust\": 2717, \"rank\": 710, \"rankvar\": 1827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1028, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3560, \"group\": [2718.0, 92.0, 24.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATGATCCA\", \"ini\": 2560, \"clust\": 3167, \"rank\": 332, \"rankvar\": 37, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1029, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3310, \"group\": [3166.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACTCGTCGTTC\", \"ini\": 2559, \"clust\": 2797, \"rank\": 1430, \"rankvar\": 1572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1030, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1731, \"group\": [2800.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACAGAGGT\", \"ini\": 2558, \"clust\": 2817, \"rank\": 643, \"rankvar\": 3235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1732, \"group\": [2817.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTAAATACG\", \"ini\": 2557, \"clust\": 2856, \"rank\": 1568, \"rankvar\": 2326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1032, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1733, \"group\": [2881.0, 107.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACATTAGC\", \"ini\": 2556, \"clust\": 2408, \"rank\": 1194, \"rankvar\": 3246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1033, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 794, \"group\": [2407.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAACGCACC\", \"ini\": 2555, \"clust\": 2996, \"rank\": 1846, \"rankvar\": 977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1034, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3311, \"group\": [3000.0, 124.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAAAGCAAT\", \"ini\": 2554, \"clust\": 2042, \"rank\": 1350, \"rankvar\": 621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 795, \"group\": [2041.0, 78.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGGTACC\", \"ini\": 2553, \"clust\": 2118, \"rank\": 1278, \"rankvar\": 900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1036, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 796, \"group\": [2119.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGTCAGATAAG\", \"ini\": 2552, \"clust\": 2729, \"rank\": 718, \"rankvar\": 1026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1734, \"group\": [2730.0, 95.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGCATGTG\", \"ini\": 2551, \"clust\": 1970, \"rank\": 2002, \"rankvar\": 2249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 797, \"group\": [1971.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGTGCA\", \"ini\": 2550, \"clust\": 2412, \"rank\": 1517, \"rankvar\": 3041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 798, \"group\": [2415.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTAATGA\", \"ini\": 2549, \"clust\": 3287, \"rank\": 38, \"rankvar\": 324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1040, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3312, \"group\": [3290.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTAATCACC\", \"ini\": 2548, \"clust\": 3284, \"rank\": 72, \"rankvar\": 651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1041, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3313, \"group\": [3283.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGGTGACCA\", \"ini\": 2547, \"clust\": 2620, \"rank\": 1740, \"rankvar\": 1876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1042, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 799, \"group\": [2621.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTCCAGGA\", \"ini\": 2546, \"clust\": 3055, \"rank\": 359, \"rankvar\": 339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1043, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3314, \"group\": [3054.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTATTCTC\", \"ini\": 2545, \"clust\": 1866, \"rank\": 1732, \"rankvar\": 1310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1044, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 800, \"group\": [1866.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCATGCTC\", \"ini\": 2544, \"clust\": 1428, \"rank\": 1447, \"rankvar\": 1716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1045, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 801, \"group\": [1429.0, 67.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGAGCTGCA\", \"ini\": 2543, \"clust\": 2410, \"rank\": 1303, \"rankvar\": 1932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 802, \"group\": [2410.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTACTTGAC\", \"ini\": 2542, \"clust\": 1657, \"rank\": 1448, \"rankvar\": 3383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1047, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 803, \"group\": [1659.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGAGCGAG\", \"ini\": 2541, \"clust\": 2238, \"rank\": 1389, \"rankvar\": 730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 804, \"group\": [2241.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGAATCCA\", \"ini\": 2540, \"clust\": 3063, \"rank\": 652, \"rankvar\": 870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3315, \"group\": [3063.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGGTAAG\", \"ini\": 2539, \"clust\": 3209, \"rank\": 313, \"rankvar\": 230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1050, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3316, \"group\": [3211.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGTTCGATC\", \"ini\": 2538, \"clust\": 3308, \"rank\": 121, \"rankvar\": 84, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1051, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 38, \"group\": [3311.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTCTGGAGA\", \"ini\": 2537, \"clust\": 1656, \"rank\": 1552, \"rankvar\": 2581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 805, \"group\": [1660.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCAGACACTT\", \"ini\": 2536, \"clust\": 1690, \"rank\": 2058, \"rankvar\": 2828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 806, \"group\": [1692.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCTGTACGA\", \"ini\": 2535, \"clust\": 2409, \"rank\": 1536, \"rankvar\": 2271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1054, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 807, \"group\": [2408.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTATCCTA\", \"ini\": 2534, \"clust\": 1798, \"rank\": 1706, \"rankvar\": 3173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1055, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 808, \"group\": [1798.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATGCTTG\", \"ini\": 2533, \"clust\": 3312, \"rank\": 123, \"rankvar\": 12, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1056, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3317, \"group\": [3315.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACCGGAAA\", \"ini\": 2532, \"clust\": 3111, \"rank\": 426, \"rankvar\": 524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1057, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3318, \"group\": [3112.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCAACCATG\", \"ini\": 2531, \"clust\": 2426, \"rank\": 1275, \"rankvar\": 2468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 809, \"group\": [2426.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGCATCG\", \"ini\": 2530, \"clust\": 1912, \"rank\": 1640, \"rankvar\": 1102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 810, \"group\": [1913.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACAACGATGG\", \"ini\": 2529, \"clust\": 2527, \"rank\": 1628, \"rankvar\": 1573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1060, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 811, \"group\": [2528.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACAGGAGT\", \"ini\": 2528, \"clust\": 2556, \"rank\": 1859, \"rankvar\": 3355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 812, \"group\": [2556.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATAAGACA\", \"ini\": 2527, \"clust\": 1729, \"rank\": 1471, \"rankvar\": 2427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 813, \"group\": [1729.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCAAGGTAA\", \"ini\": 2526, \"clust\": 1700, \"rank\": 1806, \"rankvar\": 1769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1063, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 814, \"group\": [1704.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTCCTCCAT\", \"ini\": 2525, \"clust\": 1685, \"rank\": 1930, \"rankvar\": 2608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 815, \"group\": [1693.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTTCTGTTT\", \"ini\": 2524, \"clust\": 1946, \"rank\": 1941, \"rankvar\": 1509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1065, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 816, \"group\": [1946.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTGACTCAT\", \"ini\": 2523, \"clust\": 3518, \"rank\": 593, \"rankvar\": 1530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1066, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3319, \"group\": [3517.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACAGTCGC\", \"ini\": 2522, \"clust\": 1923, \"rank\": 1979, \"rankvar\": 2519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1067, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 817, \"group\": [1926.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGCTCCT\", \"ini\": 2521, \"clust\": 2088, \"rank\": 890, \"rankvar\": 3102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1068, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 818, \"group\": [2090.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGGACAGAA\", \"ini\": 2520, \"clust\": 3226, \"rank\": 269, \"rankvar\": 514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3320, \"group\": [3226.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCGTGTAAGTA\", \"ini\": 2519, \"clust\": 3511, \"rank\": 499, \"rankvar\": 397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1070, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3321, \"group\": [3510.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACGCATA\", \"ini\": 2518, \"clust\": 2537, \"rank\": 1521, \"rankvar\": 2585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 819, \"group\": [2537.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGCTCTTC\", \"ini\": 2517, \"clust\": 2418, \"rank\": 1581, \"rankvar\": 3256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1072, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 820, \"group\": [2419.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGTGGGTTG\", \"ini\": 2516, \"clust\": 1829, \"rank\": 1491, \"rankvar\": 2383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1073, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 821, \"group\": [1829.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTCGGGTCT\", \"ini\": 2515, \"clust\": 2248, \"rank\": 1393, \"rankvar\": 1527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1074, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 822, \"group\": [2248.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCTGGGCCA\", \"ini\": 2514, \"clust\": 2469, \"rank\": 1992, \"rankvar\": 2558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 823, \"group\": [2471.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACTAGTAC\", \"ini\": 2513, \"clust\": 3584, \"rank\": 245, \"rankvar\": 67, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1076, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 39, \"group\": [3587.0, 143.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGCCTCGTG\", \"ini\": 2512, \"clust\": 1429, \"rank\": 1801, \"rankvar\": 519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 824, \"group\": [1430.0, 67.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCATTCACTT\", \"ini\": 2511, \"clust\": 2292, \"rank\": 1398, \"rankvar\": 3192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1078, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 825, \"group\": [2292.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTAACGACG\", \"ini\": 2510, \"clust\": 1900, \"rank\": 1853, \"rankvar\": 1977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 826, \"group\": [1898.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGCATGTG\", \"ini\": 2509, \"clust\": 3126, \"rank\": 598, \"rankvar\": 199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1080, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3322, \"group\": [3131.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATAAGCA\", \"ini\": 2508, \"clust\": 2318, \"rank\": 1335, \"rankvar\": 1187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 827, \"group\": [2322.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTACGAGT\", \"ini\": 2507, \"clust\": 1210, \"rank\": 1279, \"rankvar\": 872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1856, \"group\": [1210.0, 46.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCCTCAATT\", \"ini\": 2506, \"clust\": 2819, \"rank\": 776, \"rankvar\": 1653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1083, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1735, \"group\": [2821.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGAGGTG\", \"ini\": 2505, \"clust\": 3358, \"rank\": 301, \"rankvar\": 473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1084, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3323, \"group\": [3357.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCTGATTCT\", \"ini\": 2504, \"clust\": 2373, \"rank\": 1438, \"rankvar\": 3340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1085, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 828, \"group\": [2375.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGTCTTACCGC\", \"ini\": 2503, \"clust\": 1182, \"rank\": 1108, \"rankvar\": 2755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1857, \"group\": [1182.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGCAATTA\", \"ini\": 2502, \"clust\": 3121, \"rank\": 470, \"rankvar\": 497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1087, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3324, \"group\": [3121.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTTCTGTTTGT\", \"ini\": 2501, \"clust\": 2516, \"rank\": 1647, \"rankvar\": 2594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1088, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 829, \"group\": [2517.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTTACCAGT\", \"ini\": 2500, \"clust\": 1938, \"rank\": 1920, \"rankvar\": 1663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 830, \"group\": [1940.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCACAGATTC\", \"ini\": 2499, \"clust\": 1640, \"rank\": 1052, \"rankvar\": 2711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1090, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 831, \"group\": [1644.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCATTAACCG\", \"ini\": 2498, \"clust\": 3405, \"rank\": 450, \"rankvar\": 611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1091, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3325, \"group\": [3406.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTTCCCT\", \"ini\": 2497, \"clust\": 2534, \"rank\": 1756, \"rankvar\": 3452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 832, \"group\": [2535.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCTCCCATTAT\", \"ini\": 2496, \"clust\": 1088, \"rank\": 267, \"rankvar\": 1069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1093, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 161, \"group\": [1087.0, 33.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGACAGGCT\", \"ini\": 2495, \"clust\": 2279, \"rank\": 1366, \"rankvar\": 1948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 833, \"group\": [2279.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCATGCCG\", \"ini\": 2494, \"clust\": 3161, \"rank\": 455, \"rankvar\": 444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1095, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3326, \"group\": [3158.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTTTCGCTC\", \"ini\": 2493, \"clust\": 3092, \"rank\": 296, \"rankvar\": 806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1096, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3327, \"group\": [3092.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGCGATCCC\", \"ini\": 2492, \"clust\": 2727, \"rank\": 1171, \"rankvar\": 1363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1097, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 1674, \"group\": [2732.0, 95.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTGAGAT\", \"ini\": 2491, \"clust\": 3429, \"rank\": 609, \"rankvar\": 861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1098, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3328, \"group\": [3429.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATGCTCC\", \"ini\": 2490, \"clust\": 3342, \"rank\": 188, \"rankvar\": 388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 40, \"group\": [3342.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCACATACG\", \"ini\": 2489, \"clust\": 2132, \"rank\": 1501, \"rankvar\": 889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 834, \"group\": [2133.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTCGTGC\", \"ini\": 2488, \"clust\": 2680, \"rank\": 1775, \"rankvar\": 1086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 835, \"group\": [2678.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAAGAGTCTGG\", \"ini\": 2487, \"clust\": 2486, \"rank\": 1800, \"rankvar\": 2835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1102, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 836, \"group\": [2487.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTGGC\", \"ini\": 2486, \"clust\": 1890, \"rank\": 2218, \"rankvar\": 1290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 837, \"group\": [1892.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACAACA\", \"ini\": 2485, \"clust\": 1950, \"rank\": 1793, \"rankvar\": 929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 838, \"group\": [1949.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCTCAAACG\", \"ini\": 2484, \"clust\": 1864, \"rank\": 1789, \"rankvar\": 916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 839, \"group\": [1867.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTATCGCAT\", \"ini\": 2483, \"clust\": 1968, \"rank\": 2064, \"rankvar\": 3035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1106, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 840, \"group\": [1969.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCGCATGAT\", \"ini\": 2482, \"clust\": 2386, \"rank\": 1558, \"rankvar\": 938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 841, \"group\": [2391.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACACTTGGAT\", \"ini\": 2481, \"clust\": 2583, \"rank\": 1672, \"rankvar\": 1845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 842, \"group\": [2585.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCCAGGAT\", \"ini\": 2480, \"clust\": 1717, \"rank\": 1476, \"rankvar\": 2654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1109, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 843, \"group\": [1717.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGATCTGCAGTA\", \"ini\": 2479, \"clust\": 2323, \"rank\": 1462, \"rankvar\": 3222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1110, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 844, \"group\": [2323.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGCATCTA\", \"ini\": 2478, \"clust\": 2411, \"rank\": 1369, \"rankvar\": 2555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 845, \"group\": [2411.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAGTCGC\", \"ini\": 2477, \"clust\": 2249, \"rank\": 1441, \"rankvar\": 2142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 846, \"group\": [2249.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTCACCTAA\", \"ini\": 2476, \"clust\": 2268, \"rank\": 1360, \"rankvar\": 3293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 847, \"group\": [2268.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTCCCTGA\", \"ini\": 2475, \"clust\": 3037, \"rank\": 860, \"rankvar\": 249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1114, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3329, \"group\": [3038.0, 134.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCATTTCAGG\", \"ini\": 2474, \"clust\": 2252, \"rank\": 1684, \"rankvar\": 2256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1115, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 848, \"group\": [2250.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAGACTTA\", \"ini\": 2473, \"clust\": 1853, \"rank\": 1994, \"rankvar\": 1483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 849, \"group\": [1852.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGCCAAAT\", \"ini\": 2472, \"clust\": 2882, \"rank\": 1376, \"rankvar\": 114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 850, \"group\": [2883.0, 108.0, 27.0, 10.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCAGGCTA\", \"ini\": 2471, \"clust\": 2338, \"rank\": 1048, \"rankvar\": 3401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 851, \"group\": [2336.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAATCACAC\", \"ini\": 2470, \"clust\": 2241, \"rank\": 1660, \"rankvar\": 1554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 852, \"group\": [2247.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAAGACACG\", \"ini\": 2469, \"clust\": 1769, \"rank\": 1704, \"rankvar\": 2292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1120, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 853, \"group\": [1768.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCACCTTGTC\", \"ini\": 2468, \"clust\": 2419, \"rank\": 1879, \"rankvar\": 2074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 854, \"group\": [2420.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGAGCAATT\", \"ini\": 2467, \"clust\": 2363, \"rank\": 1189, \"rankvar\": 1793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1122, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 855, \"group\": [2364.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTGTCAAG\", \"ini\": 2466, \"clust\": 1917, \"rank\": 1762, \"rankvar\": 2509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 856, \"group\": [1920.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTCCCTTGT\", \"ini\": 2465, \"clust\": 1859, \"rank\": 2133, \"rankvar\": 2702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 857, \"group\": [1862.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCGTCTGCT\", \"ini\": 2464, \"clust\": 1669, \"rank\": 1289, \"rankvar\": 1351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 858, \"group\": [1673.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTTTGGCGC\", \"ini\": 2463, \"clust\": 1594, \"rank\": 1741, \"rankvar\": 2584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1126, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 859, \"group\": [1594.0, 74.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAATGCCAT\", \"ini\": 2462, \"clust\": 1752, \"rank\": 1749, \"rankvar\": 1456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 860, \"group\": [1753.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGCGATCC\", \"ini\": 2461, \"clust\": 3128, \"rank\": 474, \"rankvar\": 286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3330, \"group\": [3127.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATTGGTAC\", \"ini\": 2460, \"clust\": 3187, \"rank\": 59, \"rankvar\": 124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3331, \"group\": [3186.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTATAGGTA\", \"ini\": 2459, \"clust\": 1783, \"rank\": 1563, \"rankvar\": 2549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 861, \"group\": [1784.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGAAGCAC\", \"ini\": 2458, \"clust\": 2606, \"rank\": 1129, \"rankvar\": 1669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1131, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 862, \"group\": [2608.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCTGAT\", \"ini\": 2457, \"clust\": 3560, \"rank\": 171, \"rankvar\": 1256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 41, \"group\": [3561.0, 142.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGTCATTTGGG\", \"ini\": 2456, \"clust\": 2795, \"rank\": 1465, \"rankvar\": 1953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1133, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1736, \"group\": [2795.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGCTATA\", \"ini\": 2455, \"clust\": 1251, \"rank\": 2269, \"rankvar\": 2444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1134, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 863, \"group\": [1251.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCTGCAAT\", \"ini\": 2454, \"clust\": 2053, \"rank\": 1386, \"rankvar\": 713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 864, \"group\": [2053.0, 79.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGGGTTTCT\", \"ini\": 2453, \"clust\": 1904, \"rank\": 1833, \"rankvar\": 2003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 865, \"group\": [1903.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAATAGAGT\", \"ini\": 2452, \"clust\": 2086, \"rank\": 1254, \"rankvar\": 1715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 866, \"group\": [2087.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAAGCCTAT\", \"ini\": 2451, \"clust\": 2645, \"rank\": 1151, \"rankvar\": 1955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 867, \"group\": [2644.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCCGAACGC\", \"ini\": 2450, \"clust\": 3164, \"rank\": 476, \"rankvar\": 235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1139, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3332, \"group\": [3164.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCACCTTGTC\", \"ini\": 2449, \"clust\": 1662, \"rank\": 1687, \"rankvar\": 2784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 868, \"group\": [1662.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGAGTCTGG\", \"ini\": 2448, \"clust\": 1963, \"rank\": 1738, \"rankvar\": 2312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1141, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 869, \"group\": [1968.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAAGGACAC\", \"ini\": 2447, \"clust\": 3173, \"rank\": 94, \"rankvar\": 319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3333, \"group\": [3172.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTCGCATC\", \"ini\": 2446, \"clust\": 1654, \"rank\": 1680, \"rankvar\": 1629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 870, \"group\": [1654.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGTAAA\", \"ini\": 2445, \"clust\": 1616, \"rank\": 1445, \"rankvar\": 2620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 871, \"group\": [1617.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACATCTTGCATT\", \"ini\": 2444, \"clust\": 2396, \"rank\": 1186, \"rankvar\": 1170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 872, \"group\": [2397.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACGCCAGT\", \"ini\": 2443, \"clust\": 1584, \"rank\": 1818, \"rankvar\": 2299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 873, \"group\": [1582.0, 74.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACATTGCGGC\", \"ini\": 2442, \"clust\": 1913, \"rank\": 1679, \"rankvar\": 1019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1147, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 874, \"group\": [1914.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGATGTGGC\", \"ini\": 2441, \"clust\": 1128, \"rank\": 1215, \"rankvar\": 1377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1858, \"group\": [1131.0, 40.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTGGTTTCA\", \"ini\": 2440, \"clust\": 2291, \"rank\": 1272, \"rankvar\": 1259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 875, \"group\": [2294.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAACACCTA\", \"ini\": 2439, \"clust\": 1645, \"rank\": 1155, \"rankvar\": 3214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1150, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 876, \"group\": [1646.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCTACCTC\", \"ini\": 2438, \"clust\": 2003, \"rank\": 2159, \"rankvar\": 3201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 877, \"group\": [2005.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAATTCCTT\", \"ini\": 2437, \"clust\": 2518, \"rank\": 1503, \"rankvar\": 3318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 878, \"group\": [2519.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGCGCAA\", \"ini\": 2436, \"clust\": 2467, \"rank\": 2021, \"rankvar\": 1155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 879, \"group\": [2467.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGTAGGTGC\", \"ini\": 2435, \"clust\": 1827, \"rank\": 1586, \"rankvar\": 1691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 880, \"group\": [1826.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCAATCTC\", \"ini\": 2434, \"clust\": 1673, \"rank\": 1523, \"rankvar\": 2082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 881, \"group\": [1674.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTTGTAGA\", \"ini\": 2433, \"clust\": 3321, \"rank\": 58, \"rankvar\": 74, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1156, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 42, \"group\": [3319.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAAATGTG\", \"ini\": 2432, \"clust\": 2404, \"rank\": 1277, \"rankvar\": 2290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 882, \"group\": [2404.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTACCGCTG\", \"ini\": 2431, \"clust\": 1746, \"rank\": 1410, \"rankvar\": 2236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 883, \"group\": [1745.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCACATGGGA\", \"ini\": 2430, \"clust\": 2335, \"rank\": 1073, \"rankvar\": 3211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1159, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 884, \"group\": [2338.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGATCTGAA\", \"ini\": 2429, \"clust\": 2312, \"rank\": 1011, \"rankvar\": 2322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 885, \"group\": [2312.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCGCCTCA\", \"ini\": 2428, \"clust\": 3454, \"rank\": 635, \"rankvar\": 894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3334, \"group\": [3455.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGTTTGGT\", \"ini\": 2427, \"clust\": 3337, \"rank\": 223, \"rankvar\": 327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3335, \"group\": [3336.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTATTAGCC\", \"ini\": 2426, \"clust\": 1778, \"rank\": 1984, \"rankvar\": 2258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 886, \"group\": [1777.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGAGGGATA\", \"ini\": 2425, \"clust\": 2109, \"rank\": 1727, \"rankvar\": 543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 887, \"group\": [2110.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTGAGTATA\", \"ini\": 2424, \"clust\": 2649, \"rank\": 1694, \"rankvar\": 695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 888, \"group\": [2652.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGGCTAGAC\", \"ini\": 2423, \"clust\": 1698, \"rank\": 1849, \"rankvar\": 2323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 889, \"group\": [1696.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTCCTGCTT\", \"ini\": 2422, \"clust\": 1840, \"rank\": 2302, \"rankvar\": 1906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 890, \"group\": [1840.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAGACGCCT\", \"ini\": 2421, \"clust\": 2581, \"rank\": 1799, \"rankvar\": 2632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 891, \"group\": [2581.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGTAGTGCG\", \"ini\": 2420, \"clust\": 3378, \"rank\": 451, \"rankvar\": 398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3336, \"group\": [3378.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTAGAACAATC\", \"ini\": 2419, \"clust\": 1800, \"rank\": 1880, \"rankvar\": 2531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 892, \"group\": [1805.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCGGTGTCG\", \"ini\": 2418, \"clust\": 2379, \"rank\": 1201, \"rankvar\": 3449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 893, \"group\": [2379.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTCAATAG\", \"ini\": 2417, \"clust\": 2860, \"rank\": 672, \"rankvar\": 507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1172, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1737, \"group\": [2858.0, 104.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAGCTGGT\", \"ini\": 2416, \"clust\": 1696, \"rank\": 1966, \"rankvar\": 1153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 894, \"group\": [1699.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGCGACC\", \"ini\": 2415, \"clust\": 2398, \"rank\": 1298, \"rankvar\": 1534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 895, \"group\": [2399.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACATTGAGCT\", \"ini\": 2414, \"clust\": 1747, \"rank\": 2162, \"rankvar\": 3304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 896, \"group\": [1750.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCGAATCT\", \"ini\": 2413, \"clust\": 2367, \"rank\": 1531, \"rankvar\": 3394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 897, \"group\": [2367.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCCCTAAT\", \"ini\": 2412, \"clust\": 2253, \"rank\": 1420, \"rankvar\": 2043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 898, \"group\": [2251.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTAACTGG\", \"ini\": 2411, \"clust\": 2284, \"rank\": 968, \"rankvar\": 3491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 899, \"group\": [2288.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGAGCTC\", \"ini\": 2410, \"clust\": 2375, \"rank\": 1238, \"rankvar\": 2886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 900, \"group\": [2374.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGACGAA\", \"ini\": 2409, \"clust\": 2266, \"rank\": 1221, \"rankvar\": 3074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 901, \"group\": [2265.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGAAACCTA\", \"ini\": 2408, \"clust\": 3458, \"rank\": 429, \"rankvar\": 786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1181, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3337, \"group\": [3458.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCTGCC\", \"ini\": 2407, \"clust\": 3184, \"rank\": 97, \"rankvar\": 27, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1182, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3338, \"group\": [3183.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTCTCTTTA\", \"ini\": 2406, \"clust\": 1412, \"rank\": 1564, \"rankvar\": 544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 902, \"group\": [1413.0, 64.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTAGAGC\", \"ini\": 2405, \"clust\": 3352, \"rank\": 463, \"rankvar\": 737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3339, \"group\": [3350.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGCCGATTT\", \"ini\": 2404, \"clust\": 1793, \"rank\": 1566, \"rankvar\": 2325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 903, \"group\": [1794.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCATTCACT\", \"ini\": 2403, \"clust\": 3514, \"rank\": 604, \"rankvar\": 699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1186, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3340, \"group\": [3512.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTCACGGC\", \"ini\": 2402, \"clust\": 1649, \"rank\": 1576, \"rankvar\": 3351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 904, \"group\": [1650.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCATGCAAC\", \"ini\": 2401, \"clust\": 2126, \"rank\": 1495, \"rankvar\": 684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 905, \"group\": [2125.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCGCGTTT\", \"ini\": 2400, \"clust\": 2273, \"rank\": 1082, \"rankvar\": 3051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 906, \"group\": [2274.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCACTAT\", \"ini\": 2399, \"clust\": 2897, \"rank\": 1458, \"rankvar\": 579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1190, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3341, \"group\": [2896.0, 112.0, 28.0, 10.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGTCAGCC\", \"ini\": 2398, \"clust\": 1613, \"rank\": 1817, \"rankvar\": 3108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 907, \"group\": [1614.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATAACCG\", \"ini\": 2397, \"clust\": 1096, \"rank\": 1381, \"rankvar\": 875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1192, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1835, \"group\": [1096.0, 34.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCGTAGTA\", \"ini\": 2396, \"clust\": 1704, \"rank\": 1781, \"rankvar\": 2798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 908, \"group\": [1705.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTTGCTCCT\", \"ini\": 2395, \"clust\": 2654, \"rank\": 2077, \"rankvar\": 1912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1194, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 909, \"group\": [2653.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCGTCTGCT\", \"ini\": 2394, \"clust\": 2007, \"rank\": 2370, \"rankvar\": 2928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 910, \"group\": [2007.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTCATACTG\", \"ini\": 2393, \"clust\": 3295, \"rank\": 502, \"rankvar\": 385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3342, \"group\": [3302.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCCCACTTG\", \"ini\": 2392, \"clust\": 1791, \"rank\": 1483, \"rankvar\": 2417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 911, \"group\": [1792.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAAGGCTCC\", \"ini\": 2391, \"clust\": 2287, \"rank\": 988, \"rankvar\": 3427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 912, \"group\": [2286.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGAACAT\", \"ini\": 2390, \"clust\": 1595, \"rank\": 1769, \"rankvar\": 890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1199, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 913, \"group\": [1595.0, 74.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCTCTAGC\", \"ini\": 2389, \"clust\": 3470, \"rank\": 481, \"rankvar\": 782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3343, \"group\": [3469.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTAGGAGTTGC\", \"ini\": 2388, \"clust\": 3360, \"rank\": 338, \"rankvar\": 302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1201, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3344, \"group\": [3362.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTGAAATCA\", \"ini\": 2387, \"clust\": 2098, \"rank\": 1363, \"rankvar\": 722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 914, \"group\": [2097.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGCCACGTC\", \"ini\": 2386, \"clust\": 1861, \"rank\": 1985, \"rankvar\": 2297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 915, \"group\": [1861.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTAATTGGA\", \"ini\": 2385, \"clust\": 1705, \"rank\": 1529, \"rankvar\": 2505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1204, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 916, \"group\": [1706.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTAGATTAG\", \"ini\": 2384, \"clust\": 1819, \"rank\": 1852, \"rankvar\": 1329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1205, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 917, \"group\": [1820.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGCGATG\", \"ini\": 2383, \"clust\": 1909, \"rank\": 1990, \"rankvar\": 2464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 918, \"group\": [1907.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCCGCGCAA\", \"ini\": 2382, \"clust\": 3373, \"rank\": 419, \"rankvar\": 180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1207, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3345, \"group\": [3373.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGCTGTTA\", \"ini\": 2381, \"clust\": 1901, \"rank\": 1948, \"rankvar\": 1654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 919, \"group\": [1899.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCAGAGGA\", \"ini\": 2380, \"clust\": 2405, \"rank\": 1541, \"rankvar\": 2200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 920, \"group\": [2405.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGAGTCG\", \"ini\": 2379, \"clust\": 2746, \"rank\": 747, \"rankvar\": 512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1738, \"group\": [2746.0, 97.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAATGGAAT\", \"ini\": 2378, \"clust\": 2501, \"rank\": 2233, \"rankvar\": 3017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 921, \"group\": [2501.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGGAACGT\", \"ini\": 2377, \"clust\": 2416, \"rank\": 1572, \"rankvar\": 2871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 922, \"group\": [2417.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAAGCGAGAAA\", \"ini\": 2376, \"clust\": 1642, \"rank\": 1301, \"rankvar\": 3332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 923, \"group\": [1641.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATCTGGTA\", \"ini\": 2375, \"clust\": 3366, \"rank\": 350, \"rankvar\": 595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3346, \"group\": [3369.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTCTCCACT\", \"ini\": 2374, \"clust\": 2370, \"rank\": 1153, \"rankvar\": 1945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 924, \"group\": [2370.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGCAAATCA\", \"ini\": 2373, \"clust\": 1400, \"rank\": 1242, \"rankvar\": 420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1216, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 925, \"group\": [1400.0, 64.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAGGAACGT\", \"ini\": 2372, \"clust\": 2822, \"rank\": 999, \"rankvar\": 1284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1217, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1739, \"group\": [2823.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAGTAGTA\", \"ini\": 2371, \"clust\": 1971, \"rank\": 1933, \"rankvar\": 1394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 926, \"group\": [1972.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGTTCTTT\", \"ini\": 2370, \"clust\": 1077, \"rank\": 581, \"rankvar\": 2617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1219, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2698, \"group\": [1078.0, 31.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGGTCA\", \"ini\": 2369, \"clust\": 2672, \"rank\": 1539, \"rankvar\": 606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 927, \"group\": [2671.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGGTGACAAAT\", \"ini\": 2368, \"clust\": 3433, \"rank\": 304, \"rankvar\": 1123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1221, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 43, \"group\": [3434.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATATCCG\", \"ini\": 2367, \"clust\": 2618, \"rank\": 1622, \"rankvar\": 1911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 928, \"group\": [2618.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGTCTGAA\", \"ini\": 2366, \"clust\": 1632, \"rank\": 1824, \"rankvar\": 2595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 929, \"group\": [1631.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGTCTTCC\", \"ini\": 2365, \"clust\": 1691, \"rank\": 2010, \"rankvar\": 2180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1224, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 930, \"group\": [1690.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGATGAGAG\", \"ini\": 2364, \"clust\": 3335, \"rank\": 247, \"rankvar\": 462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3347, \"group\": [3334.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACACTGCCAG\", \"ini\": 2363, \"clust\": 3304, \"rank\": 291, \"rankvar\": 626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1226, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3348, \"group\": [3304.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGCTTATCG\", \"ini\": 2362, \"clust\": 3493, \"rank\": 719, \"rankvar\": 634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1227, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3349, \"group\": [3492.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGACTGGGT\", \"ini\": 2361, \"clust\": 2099, \"rank\": 1156, \"rankvar\": 1195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 931, \"group\": [2101.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGTGACCC\", \"ini\": 2360, \"clust\": 2289, \"rank\": 1493, \"rankvar\": 1270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1229, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 932, \"group\": [2289.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGAGACGAA\", \"ini\": 2359, \"clust\": 1905, \"rank\": 1899, \"rankvar\": 3076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 933, \"group\": [1904.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCTCCGTCATC\", \"ini\": 2358, \"clust\": 3071, \"rank\": 352, \"rankvar\": 80, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1231, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3350, \"group\": [3072.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTCGGATCC\", \"ini\": 2357, \"clust\": 1845, \"rank\": 2044, \"rankvar\": 1837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 934, \"group\": [1846.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCCCAAGAT\", \"ini\": 2356, \"clust\": 1718, \"rank\": 1567, \"rankvar\": 2506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1233, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 935, \"group\": [1718.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAGTACCCAAT\", \"ini\": 2355, \"clust\": 1730, \"rank\": 1415, \"rankvar\": 3027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 936, \"group\": [1733.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGAGGGAG\", \"ini\": 2354, \"clust\": 2898, \"rank\": 1192, \"rankvar\": 183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3351, \"group\": [2897.0, 112.0, 28.0, 10.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGCACGCCT\", \"ini\": 2353, \"clust\": 1664, \"rank\": 1959, \"rankvar\": 1576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 937, \"group\": [1664.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATCACGG\", \"ini\": 2352, \"clust\": 2568, \"rank\": 1811, \"rankvar\": 2577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 938, \"group\": [2568.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGAATTAC\", \"ini\": 2351, \"clust\": 3193, \"rank\": 68, \"rankvar\": 128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3352, \"group\": [3195.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGCAA\", \"ini\": 2350, \"clust\": 1849, \"rank\": 2170, \"rankvar\": 886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 939, \"group\": [1849.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACAGGTCCAC\", \"ini\": 2349, \"clust\": 3156, \"rank\": 462, \"rankvar\": 365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1240, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3353, \"group\": [3156.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCACCTCGTT\", \"ini\": 2348, \"clust\": 3413, \"rank\": 275, \"rankvar\": 34, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1241, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 44, \"group\": [3414.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTTCCACTC\", \"ini\": 2347, \"clust\": 2845, \"rank\": 1416, \"rankvar\": 3545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1242, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1740, \"group\": [2844.0, 103.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCCAAATGC\", \"ini\": 2346, \"clust\": 2339, \"rank\": 1256, \"rankvar\": 1994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1243, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 940, \"group\": [2347.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCACAACGT\", \"ini\": 2345, \"clust\": 2424, \"rank\": 1653, \"rankvar\": 2633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 941, \"group\": [2423.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCATTAT\", \"ini\": 2344, \"clust\": 1695, \"rank\": 2036, \"rankvar\": 2826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 942, \"group\": [1700.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTGGCGAAT\", \"ini\": 2343, \"clust\": 2700, \"rank\": 1200, \"rankvar\": 1318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 943, \"group\": [2699.0, 87.0, 22.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAACACCTA\", \"ini\": 2342, \"clust\": 2693, \"rank\": 1828, \"rankvar\": 453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1247, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 944, \"group\": [2694.0, 84.0, 20.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAACACAGGTTT\", \"ini\": 2341, \"clust\": 1094, \"rank\": 582, \"rankvar\": 1558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2699, \"group\": [1094.0, 33.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCCAACAACCT\", \"ini\": 2340, \"clust\": 2456, \"rank\": 1944, \"rankvar\": 1847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 945, \"group\": [2458.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCAAGCCTA\", \"ini\": 2339, \"clust\": 2653, \"rank\": 1858, \"rankvar\": 1360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1250, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 946, \"group\": [2655.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGGGATGGG\", \"ini\": 2338, \"clust\": 1813, \"rank\": 2037, \"rankvar\": 2503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 947, \"group\": [1812.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCTTGCCGT\", \"ini\": 2337, \"clust\": 1785, \"rank\": 1532, \"rankvar\": 1933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1252, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 948, \"group\": [1788.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAAATTGCC\", \"ini\": 2336, \"clust\": 2234, \"rank\": 1468, \"rankvar\": 225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 949, \"group\": [2238.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCCTCAGT\", \"ini\": 2335, \"clust\": 1922, \"rank\": 1565, \"rankvar\": 2178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 950, \"group\": [1922.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCGACTGC\", \"ini\": 2334, \"clust\": 1988, \"rank\": 2050, \"rankvar\": 3289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 951, \"group\": [1989.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCATCTACGA\", \"ini\": 2333, \"clust\": 3317, \"rank\": 116, \"rankvar\": 38, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1256, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 45, \"group\": [3316.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGAGGT\", \"ini\": 2332, \"clust\": 1914, \"rank\": 1599, \"rankvar\": 1317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 952, \"group\": [1915.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGAGGGATA\", \"ini\": 2331, \"clust\": 3241, \"rank\": 406, \"rankvar\": 548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1258, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3354, \"group\": [3240.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTCGAATC\", \"ini\": 2330, \"clust\": 3089, \"rank\": 363, \"rankvar\": 978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3355, \"group\": [3085.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCAGTGGA\", \"ini\": 2329, \"clust\": 1825, \"rank\": 1585, \"rankvar\": 997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 953, \"group\": [1827.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTTCCCTTG\", \"ini\": 2328, \"clust\": 2564, \"rank\": 1829, \"rankvar\": 1648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1261, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 954, \"group\": [2564.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCCTTCAAT\", \"ini\": 2327, \"clust\": 1837, \"rank\": 1867, \"rankvar\": 639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 955, \"group\": [1837.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCGAATGGG\", \"ini\": 2326, \"clust\": 2781, \"rank\": 1177, \"rankvar\": 2264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1263, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1741, \"group\": [2788.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACATGGTCTA\", \"ini\": 2325, \"clust\": 2596, \"rank\": 1470, \"rankvar\": 2269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 956, \"group\": [2599.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTGCCTTGG\", \"ini\": 2324, \"clust\": 2487, \"rank\": 1987, \"rankvar\": 1224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 957, \"group\": [2488.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCGTCTGCT\", \"ini\": 2323, \"clust\": 2430, \"rank\": 1433, \"rankvar\": 2363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 958, \"group\": [2428.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGGCCATAG\", \"ini\": 2322, \"clust\": 2661, \"rank\": 1413, \"rankvar\": 1125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 959, \"group\": [2660.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCTAAAGA\", \"ini\": 2321, \"clust\": 3449, \"rank\": 595, \"rankvar\": 3039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3356, \"group\": [3450.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGCATGAG\", \"ini\": 2320, \"clust\": 3485, \"rank\": 772, \"rankvar\": 269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3357, \"group\": [3485.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGCACACAG\", \"ini\": 2319, \"clust\": 2293, \"rank\": 1198, \"rankvar\": 2345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1270, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 960, \"group\": [2293.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGTGATTA\", \"ini\": 2318, \"clust\": 1740, \"rank\": 1602, \"rankvar\": 2732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 961, \"group\": [1741.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCAAACAAG\", \"ini\": 2317, \"clust\": 2793, \"rank\": 947, \"rankvar\": 2065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1272, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1742, \"group\": [2793.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGCTAGTCT\", \"ini\": 2316, \"clust\": 2063, \"rank\": 1051, \"rankvar\": 1450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1273, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 962, \"group\": [2061.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCGCGAAA\", \"ini\": 2315, \"clust\": 2887, \"rank\": 1305, \"rankvar\": 610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1274, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 963, \"group\": [2890.0, 109.0, 27.0, 10.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCACTCCTG\", \"ini\": 2314, \"clust\": 1653, \"rank\": 1837, \"rankvar\": 3290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 964, \"group\": [1656.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGGTATCG\", \"ini\": 2313, \"clust\": 1887, \"rank\": 2357, \"rankvar\": 1056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1276, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 965, \"group\": [1888.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGCTGCCCA\", \"ini\": 2312, \"clust\": 1423, \"rank\": 1390, \"rankvar\": 691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 966, \"group\": [1419.0, 64.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCACTCGACG\", \"ini\": 2311, \"clust\": 1741, \"rank\": 1533, \"rankvar\": 2449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 967, \"group\": [1742.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTTACGGG\", \"ini\": 2310, \"clust\": 1332, \"rank\": 2312, \"rankvar\": 1993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 968, \"group\": [1332.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCATCGTCGG\", \"ini\": 2309, \"clust\": 1966, \"rank\": 1954, \"rankvar\": 2430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 969, \"group\": [1966.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGTGGAGTC\", \"ini\": 2308, \"clust\": 2960, \"rank\": 984, \"rankvar\": 1501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1281, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 46, \"group\": [2961.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAAGCGAGT\", \"ini\": 2307, \"clust\": 2532, \"rank\": 1646, \"rankvar\": 2190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 970, \"group\": [2532.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGGCAGTA\", \"ini\": 2306, \"clust\": 3265, \"rank\": 66, \"rankvar\": 91, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1283, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 47, \"group\": [3265.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCAAAGACA\", \"ini\": 2305, \"clust\": 3389, \"rank\": 505, \"rankvar\": 402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1284, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3358, \"group\": [3389.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTGTTTGC\", \"ini\": 2304, \"clust\": 1931, \"rank\": 2039, \"rankvar\": 2045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 971, \"group\": [1931.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGGACG\", \"ini\": 2303, \"clust\": 2343, \"rank\": 1261, \"rankvar\": 3502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 972, \"group\": [2346.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCGGAGCAA\", \"ini\": 2302, \"clust\": 2616, \"rank\": 1839, \"rankvar\": 1355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 973, \"group\": [2619.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGGATCT\", \"ini\": 2301, \"clust\": 2549, \"rank\": 1882, \"rankvar\": 2907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 974, \"group\": [2547.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGAGGCTA\", \"ini\": 2300, \"clust\": 2820, \"rank\": 637, \"rankvar\": 2398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1743, \"group\": [2819.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCATGCTGGC\", \"ini\": 2299, \"clust\": 1934, \"rank\": 1860, \"rankvar\": 1372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1290, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 975, \"group\": [1936.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTAACCGA\", \"ini\": 2298, \"clust\": 1602, \"rank\": 2038, \"rankvar\": 1633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 976, \"group\": [1602.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCAGCATGAG\", \"ini\": 2297, \"clust\": 1605, \"rank\": 2115, \"rankvar\": 2060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 977, \"group\": [1604.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTCCGT\", \"ini\": 2296, \"clust\": 1961, \"rank\": 1877, \"rankvar\": 1734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1293, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 978, \"group\": [1960.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACAAGCCCAC\", \"ini\": 2295, \"clust\": 1458, \"rank\": 1469, \"rankvar\": 1619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 979, \"group\": [1459.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAAAGG\", \"ini\": 2294, \"clust\": 2747, \"rank\": 638, \"rankvar\": 451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1295, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1744, \"group\": [2747.0, 97.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCAAGAAGT\", \"ini\": 2293, \"clust\": 2866, \"rank\": 936, \"rankvar\": 1375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1745, \"group\": [2868.0, 104.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTAAGGCTAGCA\", \"ini\": 2292, \"clust\": 1136, \"rank\": 1132, \"rankvar\": 3179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1859, \"group\": [1137.0, 42.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCAACACCA\", \"ini\": 2291, \"clust\": 3436, \"rank\": 258, \"rankvar\": 321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1298, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 48, \"group\": [3436.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCACTGGGC\", \"ini\": 2290, \"clust\": 2602, \"rank\": 1111, \"rankvar\": 1869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1299, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 980, \"group\": [2603.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGAGCTATA\", \"ini\": 2289, \"clust\": 3348, \"rank\": 531, \"rankvar\": 652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3359, \"group\": [3347.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCAACGGGA\", \"ini\": 2288, \"clust\": 3545, \"rank\": 293, \"rankvar\": 602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1301, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 49, \"group\": [3548.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCATGCATGT\", \"ini\": 2287, \"clust\": 1742, \"rank\": 1330, \"rankvar\": 2972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 981, \"group\": [1743.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCTATGTGG\", \"ini\": 2286, \"clust\": 2271, \"rank\": 1710, \"rankvar\": 2419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 982, \"group\": [2271.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGCACCGCT\", \"ini\": 2285, \"clust\": 1608, \"rank\": 1998, \"rankvar\": 2518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1304, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 983, \"group\": [1608.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAATTCCTT\", \"ini\": 2284, \"clust\": 2288, \"rank\": 1463, \"rankvar\": 1620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 984, \"group\": [2291.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGTCGCCGT\", \"ini\": 2283, \"clust\": 1206, \"rank\": 1000, \"rankvar\": 2441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1860, \"group\": [1207.0, 46.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCAGATAA\", \"ini\": 2282, \"clust\": 3434, \"rank\": 587, \"rankvar\": 92, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1307, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3360, \"group\": [3435.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTGGAAAGA\", \"ini\": 2281, \"clust\": 2140, \"rank\": 981, \"rankvar\": 2279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 985, \"group\": [2142.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCCATTAT\", \"ini\": 2280, \"clust\": 2589, \"rank\": 1549, \"rankvar\": 3535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 986, \"group\": [2589.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCCTTTC\", \"ini\": 2279, \"clust\": 2131, \"rank\": 1584, \"rankvar\": 1042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1310, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 987, \"group\": [2131.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGCTCCCAG\", \"ini\": 2278, \"clust\": 2349, \"rank\": 1345, \"rankvar\": 2743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 988, \"group\": [2354.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGACAATAC\", \"ini\": 2277, \"clust\": 1610, \"rank\": 2045, \"rankvar\": 1617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 989, \"group\": [1613.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAACAAGTTGTC\", \"ini\": 2276, \"clust\": 1585, \"rank\": 1830, \"rankvar\": 2542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 990, \"group\": [1583.0, 74.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCGCGTTTC\", \"ini\": 2275, \"clust\": 2989, \"rank\": 1131, \"rankvar\": 1466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3361, \"group\": [2988.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAGCTTAAC\", \"ini\": 2274, \"clust\": 2466, \"rank\": 1766, \"rankvar\": 871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 991, \"group\": [2474.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTGTGTGCC\", \"ini\": 2273, \"clust\": 2763, \"rank\": 962, \"rankvar\": 1639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1316, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1746, \"group\": [2763.0, 98.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAATTGGA\", \"ini\": 2272, \"clust\": 1650, \"rank\": 1423, \"rankvar\": 2946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1317, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 992, \"group\": [1651.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCGTGAC\", \"ini\": 2271, \"clust\": 2932, \"rank\": 583, \"rankvar\": 270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1318, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3362, \"group\": [2929.0, 119.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCCTGACT\", \"ini\": 2270, \"clust\": 2064, \"rank\": 1103, \"rankvar\": 1452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 993, \"group\": [2062.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAAGCGCTC\", \"ini\": 2269, \"clust\": 1779, \"rank\": 1650, \"rankvar\": 1323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 994, \"group\": [1778.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTTATCACG\", \"ini\": 2268, \"clust\": 2406, \"rank\": 1394, \"rankvar\": 1861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 995, \"group\": [2412.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCCACGTTC\", \"ini\": 2267, \"clust\": 2870, \"rank\": 1607, \"rankvar\": 2338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1747, \"group\": [2874.0, 105.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGCCAT\", \"ini\": 2266, \"clust\": 1832, \"rank\": 1637, \"rankvar\": 2100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 996, \"group\": [1835.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCACCATGTA\", \"ini\": 2265, \"clust\": 2983, \"rank\": 987, \"rankvar\": 2810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1324, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3363, \"group\": [2980.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGCCATCGC\", \"ini\": 2264, \"clust\": 1213, \"rank\": 1259, \"rankvar\": 1370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1861, \"group\": [1214.0, 46.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTTCTGAAC\", \"ini\": 2263, \"clust\": 2577, \"rank\": 1871, \"rankvar\": 1095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 997, \"group\": [2577.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCCGAG\", \"ini\": 2262, \"clust\": 1196, \"rank\": 1337, \"rankvar\": 1939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1862, \"group\": [1199.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCTCAACTT\", \"ini\": 2261, \"clust\": 1796, \"rank\": 1473, \"rankvar\": 2730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 998, \"group\": [1796.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTACGTAA\", \"ini\": 2260, \"clust\": 2614, \"rank\": 1639, \"rankvar\": 3133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1329, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 999, \"group\": [2614.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGGAATCGC\", \"ini\": 2259, \"clust\": 3124, \"rank\": 515, \"rankvar\": 600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1330, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3364, \"group\": [3124.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCCGAATGT\", \"ini\": 2258, \"clust\": 3420, \"rank\": 442, \"rankvar\": 188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1331, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 50, \"group\": [3420.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGGCAATTA\", \"ini\": 2257, \"clust\": 3575, \"rank\": 155, \"rankvar\": 375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1332, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 51, \"group\": [3575.0, 143.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCTCTTATG\", \"ini\": 2256, \"clust\": 3453, \"rank\": 656, \"rankvar\": 1193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3365, \"group\": [3454.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGTTGACA\", \"ini\": 2255, \"clust\": 1762, \"rank\": 2145, \"rankvar\": 3109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1000, \"group\": [1765.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCGCTTAGA\", \"ini\": 2254, \"clust\": 1313, \"rank\": 2331, \"rankvar\": 3418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1335, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1001, \"group\": [1312.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTAGTAGTA\", \"ini\": 2253, \"clust\": 3070, \"rank\": 316, \"rankvar\": 546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1336, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3366, \"group\": [3070.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTAATCACC\", \"ini\": 2252, \"clust\": 3043, \"rank\": 365, \"rankvar\": 1098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1337, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3367, \"group\": [3042.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGCTGTTCA\", \"ini\": 2251, \"clust\": 1880, \"rank\": 1951, \"rankvar\": 650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1002, \"group\": [1882.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCATCGATG\", \"ini\": 2250, \"clust\": 1665, \"rank\": 1798, \"rankvar\": 2359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1003, \"group\": [1665.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCCAGAA\", \"ini\": 2249, \"clust\": 2254, \"rank\": 1477, \"rankvar\": 2829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1004, \"group\": [2258.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATCAGTAC\", \"ini\": 2248, \"clust\": 2299, \"rank\": 1309, \"rankvar\": 2601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1005, \"group\": [2300.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGGAGCGTT\", \"ini\": 2247, \"clust\": 3437, \"rank\": 341, \"rankvar\": 528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1342, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 52, \"group\": [3437.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGAACTGT\", \"ini\": 2246, \"clust\": 1775, \"rank\": 1938, \"rankvar\": 2822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1006, \"group\": [1774.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGTGGGAA\", \"ini\": 2245, \"clust\": 2009, \"rank\": 2296, \"rankvar\": 1976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1344, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1007, \"group\": [2010.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCAACGGT\", \"ini\": 2244, \"clust\": 2505, \"rank\": 2244, \"rankvar\": 3154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1345, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1008, \"group\": [2506.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCAACCATG\", \"ini\": 2243, \"clust\": 2422, \"rank\": 1506, \"rankvar\": 2860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1009, \"group\": [2424.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGGCTTCC\", \"ini\": 2242, \"clust\": 1733, \"rank\": 1638, \"rankvar\": 2274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1010, \"group\": [1736.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTATCGGT\", \"ini\": 2241, \"clust\": 3279, \"rank\": 252, \"rankvar\": 167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1348, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3368, \"group\": [3279.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATCCGAT\", \"ini\": 2240, \"clust\": 1637, \"rank\": 1754, \"rankvar\": 2206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1011, \"group\": [1640.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACAACTGCGC\", \"ini\": 2239, \"clust\": 1078, \"rank\": 703, \"rankvar\": 1726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1350, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2700, \"group\": [1079.0, 31.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGGGAGAG\", \"ini\": 2238, \"clust\": 2269, \"rank\": 1375, \"rankvar\": 3313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1012, \"group\": [2269.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTACAA\", \"ini\": 2237, \"clust\": 2134, \"rank\": 1245, \"rankvar\": 413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1352, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1013, \"group\": [2146.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTCAGAAGC\", \"ini\": 2236, \"clust\": 3219, \"rank\": 319, \"rankvar\": 304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3369, \"group\": [3225.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTCCCTACT\", \"ini\": 2235, \"clust\": 2808, \"rank\": 796, \"rankvar\": 3521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1354, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1748, \"group\": [2808.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCCGTTAA\", \"ini\": 2234, \"clust\": 1809, \"rank\": 1964, \"rankvar\": 1336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1014, \"group\": [1809.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGTTCGCGC\", \"ini\": 2233, \"clust\": 1797, \"rank\": 1893, \"rankvar\": 1537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1015, \"group\": [1800.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGAGTGACC\", \"ini\": 2232, \"clust\": 1431, \"rank\": 1489, \"rankvar\": 952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1016, \"group\": [1432.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACAGATGAGC\", \"ini\": 2231, \"clust\": 3319, \"rank\": 107, \"rankvar\": 367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1358, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 53, \"group\": [3320.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGTGGGTTG\", \"ini\": 2230, \"clust\": 1624, \"rank\": 1577, \"rankvar\": 2966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1017, \"group\": [1624.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTCGTTTG\", \"ini\": 2229, \"clust\": 2519, \"rank\": 1699, \"rankvar\": 1549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1018, \"group\": [2520.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAATGGATA\", \"ini\": 2228, \"clust\": 2324, \"rank\": 1204, \"rankvar\": 3320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1019, \"group\": [2324.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGTACTCT\", \"ini\": 2227, \"clust\": 2060, \"rank\": 1306, \"rankvar\": 933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1020, \"group\": [2059.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGTCTGCGACG\", \"ini\": 2226, \"clust\": 1694, \"rank\": 1835, \"rankvar\": 1104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1363, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1021, \"group\": [1695.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTCGGACG\", \"ini\": 2225, \"clust\": 2394, \"rank\": 1439, \"rankvar\": 2191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1022, \"group\": [2395.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCTTACCGC\", \"ini\": 2224, \"clust\": 1894, \"rank\": 1437, \"rankvar\": 2014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1023, \"group\": [1895.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTACTTCTT\", \"ini\": 2223, \"clust\": 1663, \"rank\": 2062, \"rankvar\": 2802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1024, \"group\": [1666.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGTAAGTA\", \"ini\": 2222, \"clust\": 2745, \"rank\": 761, \"rankvar\": 710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1749, \"group\": [2748.0, 97.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAAGGAG\", \"ini\": 2221, \"clust\": 3225, \"rank\": 62, \"rankvar\": 318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3370, \"group\": [3222.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCTTTCCTC\", \"ini\": 2220, \"clust\": 1824, \"rank\": 1701, \"rankvar\": 1084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1025, \"group\": [1836.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCTACCTC\", \"ini\": 2219, \"clust\": 3062, \"rank\": 918, \"rankvar\": 641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3371, \"group\": [3065.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGTTGAGG\", \"ini\": 2218, \"clust\": 2472, \"rank\": 2001, \"rankvar\": 1006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1371, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1026, \"group\": [2472.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCTTGTACT\", \"ini\": 2217, \"clust\": 2652, \"rank\": 1685, \"rankvar\": 1717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1027, \"group\": [2662.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTTTGCC\", \"ini\": 2216, \"clust\": 2541, \"rank\": 1751, \"rankvar\": 2816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1028, \"group\": [2546.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCAGTCTTCC\", \"ini\": 2215, \"clust\": 2778, \"rank\": 1193, \"rankvar\": 1401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1750, \"group\": [2779.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGACTCAT\", \"ini\": 2214, \"clust\": 1843, \"rank\": 2025, \"rankvar\": 2474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1029, \"group\": [1844.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCGGACAAG\", \"ini\": 2213, \"clust\": 3114, \"rank\": 401, \"rankvar\": 429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3372, \"group\": [3114.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCAGGTAAA\", \"ini\": 2212, \"clust\": 2873, \"rank\": 1945, \"rankvar\": 3506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1377, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 3031, \"group\": [2870.0, 105.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTGGGTCAA\", \"ini\": 2211, \"clust\": 1703, \"rank\": 1698, \"rankvar\": 1544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1030, \"group\": [1702.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGACACTAA\", \"ini\": 2210, \"clust\": 1875, \"rank\": 2254, \"rankvar\": 3093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1031, \"group\": [1875.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCCGTCATC\", \"ini\": 2209, \"clust\": 2515, \"rank\": 1562, \"rankvar\": 1090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1380, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1032, \"group\": [2514.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATCTGCA\", \"ini\": 2208, \"clust\": 2575, \"rank\": 1446, \"rankvar\": 2339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1033, \"group\": [2575.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCACGCATA\", \"ini\": 2207, \"clust\": 3455, \"rank\": 416, \"rankvar\": 1463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3373, \"group\": [3456.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACACTGCG\", \"ini\": 2206, \"clust\": 3298, \"rank\": 241, \"rankvar\": 360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1383, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 54, \"group\": [3297.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTACTCGCG\", \"ini\": 2205, \"clust\": 2447, \"rank\": 1825, \"rankvar\": 2718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1384, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1034, \"group\": [2450.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTAGTGTACCT\", \"ini\": 2204, \"clust\": 1659, \"rank\": 1719, \"rankvar\": 2861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1035, \"group\": [1658.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGTGATCGG\", \"ini\": 2203, \"clust\": 1495, \"rank\": 634, \"rankvar\": 425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1386, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1751, \"group\": [1491.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCATGTCCTC\", \"ini\": 2202, \"clust\": 2348, \"rank\": 1455, \"rankvar\": 1158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1036, \"group\": [2349.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGCCTTGAT\", \"ini\": 2201, \"clust\": 1975, \"rank\": 2118, \"rankvar\": 1296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1037, \"group\": [1975.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAGACAAAT\", \"ini\": 2200, \"clust\": 3478, \"rank\": 546, \"rankvar\": 678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1389, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3374, \"group\": [3477.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGGATATAC\", \"ini\": 2199, \"clust\": 1708, \"rank\": 1720, \"rankvar\": 1683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1390, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1038, \"group\": [1708.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAAGCCCAC\", \"ini\": 2198, \"clust\": 1918, \"rank\": 1866, \"rankvar\": 2516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1039, \"group\": [1918.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTTCCACGG\", \"ini\": 2197, \"clust\": 1599, \"rank\": 2346, \"rankvar\": 2062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1040, \"group\": [1599.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCATGTGGT\", \"ini\": 2196, \"clust\": 1587, \"rank\": 1905, \"rankvar\": 1700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1041, \"group\": [1586.0, 74.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTAAATGAC\", \"ini\": 2195, \"clust\": 1175, \"rank\": 1952, \"rankvar\": 1340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1394, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1863, \"group\": [1174.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCAGTGTTG\", \"ini\": 2194, \"clust\": 1236, \"rank\": 2183, \"rankvar\": 1995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1395, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1042, \"group\": [1237.0, 56.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCATGGCA\", \"ini\": 2193, \"clust\": 2247, \"rank\": 1644, \"rankvar\": 2930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1043, \"group\": [2254.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTTGCCGT\", \"ini\": 2192, \"clust\": 3210, \"rank\": 253, \"rankvar\": 106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1397, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3375, \"group\": [3210.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGCGAAA\", \"ini\": 2191, \"clust\": 3539, \"rank\": 498, \"rankvar\": 459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1398, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 55, \"group\": [3539.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCAGTGTTGAA\", \"ini\": 2190, \"clust\": 2120, \"rank\": 1434, \"rankvar\": 808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1044, \"group\": [2123.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTCGATT\", \"ini\": 2189, \"clust\": 3170, \"rank\": 153, \"rankvar\": 9, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1400, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 56, \"group\": [3169.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGCAAGACGTG\", \"ini\": 2188, \"clust\": 2973, \"rank\": 916, \"rankvar\": 1033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1401, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 57, \"group\": [2974.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTATAAACG\", \"ini\": 2187, \"clust\": 2901, \"rank\": 139, \"rankvar\": 788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1402, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3569, \"group\": [2901.0, 114.0, 29.0, 11.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAAG\", \"ini\": 2186, \"clust\": 2184, \"rank\": 849, \"rankvar\": 714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1403, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1752, \"group\": [2188.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCGCAAACT\", \"ini\": 2185, \"clust\": 2454, \"rank\": 1851, \"rankvar\": 2716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1404, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1045, \"group\": [2454.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAGACACTT\", \"ini\": 2184, \"clust\": 1862, \"rank\": 1982, \"rankvar\": 2823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1046, \"group\": [1863.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGGCCA\", \"ini\": 2183, \"clust\": 2133, \"rank\": 1329, \"rankvar\": 2020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1047, \"group\": [2134.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCATAGCAC\", \"ini\": 2182, \"clust\": 3418, \"rank\": 150, \"rankvar\": 83, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1407, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 58, \"group\": [3418.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATGGAATA\", \"ini\": 2181, \"clust\": 2622, \"rank\": 1444, \"rankvar\": 1773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1048, \"group\": [2623.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGGTAGCTAAA\", \"ini\": 2180, \"clust\": 1919, \"rank\": 1778, \"rankvar\": 2076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1049, \"group\": [1919.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGCAGTTCATG\", \"ini\": 2179, \"clust\": 2420, \"rank\": 1690, \"rankvar\": 3243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1050, \"group\": [2421.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCTCACCCTCA\", \"ini\": 2178, \"clust\": 2764, \"rank\": 868, \"rankvar\": 1248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1753, \"group\": [2765.0, 98.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGGGTGTTG\", \"ini\": 2177, \"clust\": 2775, \"rank\": 1071, \"rankvar\": 1345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1754, \"group\": [2771.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGAGGGCTT\", \"ini\": 2176, \"clust\": 1680, \"rank\": 1686, \"rankvar\": 2306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1051, \"group\": [1681.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGTAGAGC\", \"ini\": 2175, \"clust\": 2615, \"rank\": 1696, \"rankvar\": 2433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1414, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1052, \"group\": [2615.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCAGACTG\", \"ini\": 2174, \"clust\": 1470, \"rank\": 807, \"rankvar\": 685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1415, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1053, \"group\": [1470.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTCATCGATTG\", \"ini\": 2173, \"clust\": 2669, \"rank\": 1703, \"rankvar\": 1954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1416, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1054, \"group\": [2669.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCACTGTTAG\", \"ini\": 2172, \"clust\": 1636, \"rank\": 1551, \"rankvar\": 1877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1417, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1055, \"group\": [1637.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGGAACGG\", \"ini\": 2171, \"clust\": 1677, \"rank\": 1836, \"rankvar\": 1512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1056, \"group\": [1678.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAAATTGCC\", \"ini\": 2170, \"clust\": 2110, \"rank\": 1616, \"rankvar\": 1515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1057, \"group\": [2111.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAGTTGGC\", \"ini\": 2169, \"clust\": 2013, \"rank\": 2137, \"rankvar\": 2010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1420, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1058, \"group\": [2014.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAGCGATG\", \"ini\": 2168, \"clust\": 1303, \"rank\": 2374, \"rankvar\": 1787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1059, \"group\": [1303.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACAAACC\", \"ini\": 2167, \"clust\": 2525, \"rank\": 1689, \"rankvar\": 2926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1060, \"group\": [2526.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACTGAAGG\", \"ini\": 2166, \"clust\": 2523, \"rank\": 1678, \"rankvar\": 2937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1061, \"group\": [2523.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGACTAGAT\", \"ini\": 2165, \"clust\": 1162, \"rank\": 1932, \"rankvar\": 2557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1864, \"group\": [1161.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCAGTAGT\", \"ini\": 2164, \"clust\": 1583, \"rank\": 1758, \"rankvar\": 1280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1062, \"group\": [1584.0, 74.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTGCCCTA\", \"ini\": 2163, \"clust\": 3576, \"rank\": 324, \"rankvar\": 891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1426, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 59, \"group\": [3573.0, 143.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGAGCCTAG\", \"ini\": 2162, \"clust\": 2180, \"rank\": 994, \"rankvar\": 1580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1063, \"group\": [2181.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATCATCCC\", \"ini\": 2161, \"clust\": 2657, \"rank\": 1908, \"rankvar\": 878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1064, \"group\": [2656.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGGTGTTAA\", \"ini\": 2160, \"clust\": 1586, \"rank\": 1950, \"rankvar\": 1150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1065, \"group\": [1588.0, 74.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATACGCT\", \"ini\": 2159, \"clust\": 2818, \"rank\": 1042, \"rankvar\": 1431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1430, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1755, \"group\": [2822.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTCAAACTC\", \"ini\": 2158, \"clust\": 1935, \"rank\": 1850, \"rankvar\": 758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1066, \"group\": [1934.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTCCACTC\", \"ini\": 2157, \"clust\": 1678, \"rank\": 1832, \"rankvar\": 1330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1067, \"group\": [1679.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTATAGTAG\", \"ini\": 2156, \"clust\": 2368, \"rank\": 1461, \"rankvar\": 2240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1068, \"group\": [2368.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCACGTGG\", \"ini\": 2155, \"clust\": 3502, \"rank\": 409, \"rankvar\": 393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3376, \"group\": [3501.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACGGTGTC\", \"ini\": 2154, \"clust\": 1942, \"rank\": 1668, \"rankvar\": 988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1069, \"group\": [1944.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTTCAGTAC\", \"ini\": 2153, \"clust\": 2054, \"rank\": 1617, \"rankvar\": 1015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1070, \"group\": [2054.0, 79.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGAGGAA\", \"ini\": 2152, \"clust\": 2390, \"rank\": 1427, \"rankvar\": 1254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1071, \"group\": [2388.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGTGTTAGA\", \"ini\": 2151, \"clust\": 3350, \"rank\": 616, \"rankvar\": 845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1438, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3377, \"group\": [3351.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCACACCACGTG\", \"ini\": 2150, \"clust\": 2403, \"rank\": 1385, \"rankvar\": 1498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1072, \"group\": [2406.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAGGTCCAC\", \"ini\": 2149, \"clust\": 2576, \"rank\": 1773, \"rankvar\": 2226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1073, \"group\": [2576.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCGGACAAG\", \"ini\": 2148, \"clust\": 1592, \"rank\": 1896, \"rankvar\": 1441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1441, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1074, \"group\": [1592.0, 74.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGAAACCGC\", \"ini\": 2147, \"clust\": 1688, \"rank\": 1983, \"rankvar\": 2955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1075, \"group\": [1686.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCACCCAGTG\", \"ini\": 2146, \"clust\": 1736, \"rank\": 1975, \"rankvar\": 3248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1443, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1076, \"group\": [1739.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTGTTGAGG\", \"ini\": 2145, \"clust\": 1272, \"rank\": 2267, \"rankvar\": 958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1444, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1077, \"group\": [1268.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGCCAGTTT\", \"ini\": 2144, \"clust\": 1324, \"rank\": 2391, \"rankvar\": 1816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1078, \"group\": [1325.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTCCAGTAT\", \"ini\": 2143, \"clust\": 2533, \"rank\": 1610, \"rankvar\": 2672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1079, \"group\": [2533.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACTCAGAGCTT\", \"ini\": 2142, \"clust\": 3242, \"rank\": 490, \"rankvar\": 137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3378, \"group\": [3241.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCAGAAATG\", \"ini\": 2141, \"clust\": 1822, \"rank\": 1928, \"rankvar\": 2058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1080, \"group\": [1822.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCGGATCA\", \"ini\": 2140, \"clust\": 115, \"rank\": 2152, \"rankvar\": 867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1865, \"group\": [115.0, 16.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACCAGGGAGAG\", \"ini\": 2139, \"clust\": 1427, \"rank\": 1608, \"rankvar\": 1920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1081, \"group\": [1428.0, 66.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACAAGCTGGA\", \"ini\": 2138, \"clust\": 3421, \"rank\": 430, \"rankvar\": 147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1451, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 60, \"group\": [3421.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCAGGTTTCA\", \"ini\": 2137, \"clust\": 1784, \"rank\": 1724, \"rankvar\": 2428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1452, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1082, \"group\": [1785.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACCAGGCT\", \"ini\": 2136, \"clust\": 2658, \"rank\": 1681, \"rankvar\": 1770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1083, \"group\": [2657.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGGATACC\", \"ini\": 2135, \"clust\": 2443, \"rank\": 2026, \"rankvar\": 1168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1454, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1084, \"group\": [2446.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTAACG\", \"ini\": 2134, \"clust\": 3359, \"rank\": 392, \"rankvar\": 255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1455, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3379, \"group\": [3358.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCATTGCGA\", \"ini\": 2133, \"clust\": 2431, \"rank\": 1343, \"rankvar\": 3150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1085, \"group\": [2429.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGGATTG\", \"ini\": 2132, \"clust\": 2850, \"rank\": 1273, \"rankvar\": 1197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1457, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1756, \"group\": [2852.0, 103.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAGCGATT\", \"ini\": 2131, \"clust\": 2609, \"rank\": 1697, \"rankvar\": 1448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1086, \"group\": [2613.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTACATGA\", \"ini\": 2130, \"clust\": 1464, \"rank\": 1353, \"rankvar\": 416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1087, \"group\": [1462.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCATGCAAC\", \"ini\": 2129, \"clust\": 1756, \"rank\": 2009, \"rankvar\": 2365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1088, \"group\": [1755.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGGATAG\", \"ini\": 2128, \"clust\": 2687, \"rank\": 1884, \"rankvar\": 698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1089, \"group\": [2684.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGCTGCC\", \"ini\": 2127, \"clust\": 2555, \"rank\": 1925, \"rankvar\": 2209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1090, \"group\": [2558.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTGCGATAG\", \"ini\": 2126, \"clust\": 1304, \"rank\": 2156, \"rankvar\": 2250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1091, \"group\": [1304.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTACCTACA\", \"ini\": 2125, \"clust\": 2633, \"rank\": 1456, \"rankvar\": 1027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1092, \"group\": [2633.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAACAACCT\", \"ini\": 2124, \"clust\": 2372, \"rank\": 1307, \"rankvar\": 2606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1093, \"group\": [2376.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAGAGTCG\", \"ini\": 2123, \"clust\": 1111, \"rank\": 1229, \"rankvar\": 2148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1466, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2701, \"group\": [1112.0, 38.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAAACTGCT\", \"ini\": 2122, \"clust\": 1927, \"rank\": 1788, \"rankvar\": 1000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1467, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1094, \"group\": [1929.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGGGATGGG\", \"ini\": 2121, \"clust\": 1916, \"rank\": 1949, \"rankvar\": 949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1095, \"group\": [1917.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGGTGTGTGCC\", \"ini\": 2120, \"clust\": 2371, \"rank\": 1372, \"rankvar\": 2992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1096, \"group\": [2371.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACGACGAA\", \"ini\": 2119, \"clust\": 2065, \"rank\": 1734, \"rankvar\": 802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1470, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1097, \"group\": [2067.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCCTATGTT\", \"ini\": 2118, \"clust\": 3281, \"rank\": 370, \"rankvar\": 325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3380, \"group\": [3281.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCATCATC\", \"ini\": 2117, \"clust\": 1852, \"rank\": 2123, \"rankvar\": 2408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1472, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1098, \"group\": [1854.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCACGACTCG\", \"ini\": 2116, \"clust\": 1995, \"rank\": 2164, \"rankvar\": 1247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1473, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1099, \"group\": [1994.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCAACACGT\", \"ini\": 2115, \"clust\": 2628, \"rank\": 1630, \"rankvar\": 2213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1474, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1100, \"group\": [2628.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCAGACTCGC\", \"ini\": 2114, \"clust\": 3302, \"rank\": 143, \"rankvar\": 77, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1475, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 61, \"group\": [3300.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGATCTGAA\", \"ini\": 2113, \"clust\": 3469, \"rank\": 713, \"rankvar\": 763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1476, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3381, \"group\": [3471.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCAGCTCGG\", \"ini\": 2112, \"clust\": 2457, \"rank\": 1745, \"rankvar\": 3196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1101, \"group\": [2456.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGGCTATCT\", \"ini\": 2111, \"clust\": 2476, \"rank\": 2172, \"rankvar\": 843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1478, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1102, \"group\": [2475.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTGCTTGC\", \"ini\": 2110, \"clust\": 3066, \"rank\": 312, \"rankvar\": 2320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3382, \"group\": [3066.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCATCGATTG\", \"ini\": 2109, \"clust\": 1760, \"rank\": 2204, \"rankvar\": 2855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1480, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1103, \"group\": [1759.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCAGAGGT\", \"ini\": 2108, \"clust\": 2765, \"rank\": 808, \"rankvar\": 990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1757, \"group\": [2766.0, 98.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTAGATTAG\", \"ini\": 2107, \"clust\": 1812, \"rank\": 2130, \"rankvar\": 1494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1104, \"group\": [1814.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATTAGCCA\", \"ini\": 2106, \"clust\": 2917, \"rank\": 897, \"rankvar\": 1681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1483, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3383, \"group\": [2915.0, 118.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCACGAAACG\", \"ini\": 2105, \"clust\": 1755, \"rank\": 2399, \"rankvar\": 2723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1105, \"group\": [1757.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTCATACTG\", \"ini\": 2104, \"clust\": 1191, \"rank\": 1407, \"rankvar\": 2522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1866, \"group\": [1191.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCTCTGAGA\", \"ini\": 2103, \"clust\": 3227, \"rank\": 542, \"rankvar\": 432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1486, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3384, \"group\": [3227.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATTGGTAC\", \"ini\": 2102, \"clust\": 2922, \"rank\": 1056, \"rankvar\": 332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1487, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3385, \"group\": [2925.0, 119.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCGTTACGACT\", \"ini\": 2101, \"clust\": 2201, \"rank\": 816, \"rankvar\": 1579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1488, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1106, \"group\": [2205.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCATTAGC\", \"ini\": 2100, \"clust\": 1897, \"rank\": 1755, \"rankvar\": 1492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1489, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1107, \"group\": [1897.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGCGTAG\", \"ini\": 2099, \"clust\": 3442, \"rank\": 697, \"rankvar\": 588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1490, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3386, \"group\": [3443.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCCTTTACA\", \"ini\": 2098, \"clust\": 3129, \"rank\": 368, \"rankvar\": 1166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1491, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3387, \"group\": [3130.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACTCGCG\", \"ini\": 2097, \"clust\": 3456, \"rank\": 424, \"rankvar\": 724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1492, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3388, \"group\": [3459.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGGTTTCT\", \"ini\": 2096, \"clust\": 3237, \"rank\": 354, \"rankvar\": 189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1493, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3389, \"group\": [3239.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTTGCTCCT\", \"ini\": 2095, \"clust\": 3347, \"rank\": 696, \"rankvar\": 1089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3390, \"group\": [3352.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGATAAAC\", \"ini\": 2094, \"clust\": 1335, \"rank\": 2427, \"rankvar\": 3405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1495, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1108, \"group\": [1333.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTATAGGGC\", \"ini\": 2093, \"clust\": 1954, \"rank\": 2046, \"rankvar\": 2071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1109, \"group\": [1956.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTTACTGAC\", \"ini\": 2092, \"clust\": 1692, \"rank\": 2106, \"rankvar\": 2898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1497, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1110, \"group\": [1691.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCAGGTTCA\", \"ini\": 2091, \"clust\": 2935, \"rank\": 580, \"rankvar\": 1447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3391, \"group\": [2936.0, 120.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTGGAT\", \"ini\": 2090, \"clust\": 1107, \"rank\": 692, \"rankvar\": 1984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1499, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2702, \"group\": [1108.0, 37.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCACGTGAGA\", \"ini\": 2089, \"clust\": 3038, \"rank\": 937, \"rankvar\": 858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1500, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3392, \"group\": [3039.0, 134.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTGTCCAT\", \"ini\": 2088, \"clust\": 2503, \"rank\": 2289, \"rankvar\": 2336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1501, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1111, \"group\": [2504.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTTATGTGC\", \"ini\": 2087, \"clust\": 2057, \"rank\": 1453, \"rankvar\": 1239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1112, \"group\": [2068.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACTTATC\", \"ini\": 2086, \"clust\": 2295, \"rank\": 1147, \"rankvar\": 2851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1113, \"group\": [2296.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTGACGCCT\", \"ini\": 2085, \"clust\": 2928, \"rank\": 787, \"rankvar\": 717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1504, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3393, \"group\": [2932.0, 119.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGAGATG\", \"ini\": 2084, \"clust\": 2690, \"rank\": 1641, \"rankvar\": 1563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1114, \"group\": [2691.0, 83.0, 20.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCTTGAT\", \"ini\": 2083, \"clust\": 1015, \"rank\": 2336, \"rankvar\": 1529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1867, \"group\": [1016.0, 22.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCACTTCC\", \"ini\": 2082, \"clust\": 2572, \"rank\": 2088, \"rankvar\": 3473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1115, \"group\": [2571.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGCAAATACAG\", \"ini\": 2081, \"clust\": 3415, \"rank\": 308, \"rankvar\": 204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1508, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 62, \"group\": [3416.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCACGTTC\", \"ini\": 2080, \"clust\": 2776, \"rank\": 1046, \"rankvar\": 840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1758, \"group\": [2772.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTACCGTTA\", \"ini\": 2079, \"clust\": 2646, \"rank\": 1209, \"rankvar\": 796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1510, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1116, \"group\": [2647.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTCTAGCCG\", \"ini\": 2078, \"clust\": 1207, \"rank\": 1401, \"rankvar\": 842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1868, \"group\": [1208.0, 46.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTTAGATGA\", \"ini\": 2077, \"clust\": 2611, \"rank\": 1664, \"rankvar\": 1532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1117, \"group\": [2610.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACAAGC\", \"ini\": 2076, \"clust\": 2875, \"rank\": 900, \"rankvar\": 609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1513, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1759, \"group\": [2880.0, 106.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGGCGC\", \"ini\": 2075, \"clust\": 1711, \"rank\": 1642, \"rankvar\": 1138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1118, \"group\": [1710.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTGTGCCTG\", \"ini\": 2074, \"clust\": 3516, \"rank\": 815, \"rankvar\": 1277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3394, \"group\": [3520.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAAGTCTGT\", \"ini\": 2073, \"clust\": 3525, \"rank\": 623, \"rankvar\": 1115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1516, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3395, \"group\": [3522.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATTGAGCT\", \"ini\": 2072, \"clust\": 3443, \"rank\": 607, \"rankvar\": 1701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1517, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3396, \"group\": [3444.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCATGTTGAC\", \"ini\": 2071, \"clust\": 1181, \"rank\": 1357, \"rankvar\": 2004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1869, \"group\": [1184.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCGAACGC\", \"ini\": 2070, \"clust\": 3515, \"rank\": 485, \"rankvar\": 813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1519, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3397, \"group\": [3513.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGTGGAT\", \"ini\": 2069, \"clust\": 3214, \"rank\": 373, \"rankvar\": 447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1520, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3398, \"group\": [3214.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGGACCCT\", \"ini\": 2068, \"clust\": 1965, \"rank\": 1868, \"rankvar\": 2758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1521, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1119, \"group\": [1965.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGGGTACA\", \"ini\": 2067, \"clust\": 3059, \"rank\": 612, \"rankvar\": 516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3399, \"group\": [3062.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGTAATG\", \"ini\": 2066, \"clust\": 2535, \"rank\": 1663, \"rankvar\": 2924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1523, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1120, \"group\": [2536.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAAGCTACCTA\", \"ini\": 2065, \"clust\": 2004, \"rank\": 2275, \"rankvar\": 3423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1121, \"group\": [2003.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTGTTCGAT\", \"ini\": 2064, \"clust\": 1401, \"rank\": 1399, \"rankvar\": 2150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1525, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1122, \"group\": [1401.0, 64.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGATCACGG\", \"ini\": 2063, \"clust\": 1674, \"rank\": 1716, \"rankvar\": 2701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1123, \"group\": [1675.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCTCACCT\", \"ini\": 2062, \"clust\": 2365, \"rank\": 1459, \"rankvar\": 1849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1527, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1124, \"group\": [2366.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTACAGCAG\", \"ini\": 2061, \"clust\": 2526, \"rank\": 1902, \"rankvar\": 2796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1125, \"group\": [2527.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACACATCTTT\", \"ini\": 2060, \"clust\": 2676, \"rank\": 1442, \"rankvar\": 1198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1126, \"group\": [2674.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATTCATCGCTC\", \"ini\": 2059, \"clust\": 2573, \"rank\": 2202, \"rankvar\": 2492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1530, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1127, \"group\": [2572.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGCAGCCTC\", \"ini\": 2058, \"clust\": 3365, \"rank\": 568, \"rankvar\": 232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1531, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3400, \"group\": [3364.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCATCTACGA\", \"ini\": 2057, \"clust\": 3239, \"rank\": 336, \"rankvar\": 109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1532, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3401, \"group\": [3238.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCAACCGCCA\", \"ini\": 2056, \"clust\": 3521, \"rank\": 858, \"rankvar\": 1172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3402, \"group\": [3525.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGTTGAC\", \"ini\": 2055, \"clust\": 2264, \"rank\": 1526, \"rankvar\": 3407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1534, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1128, \"group\": [2270.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACTGTAA\", \"ini\": 2054, \"clust\": 1701, \"rank\": 1870, \"rankvar\": 2843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1129, \"group\": [1703.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACATTAGC\", \"ini\": 2053, \"clust\": 1773, \"rank\": 1956, \"rankvar\": 2597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1130, \"group\": [1772.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCTGTT\", \"ini\": 2052, \"clust\": 1955, \"rank\": 1898, \"rankvar\": 1267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1131, \"group\": [1954.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTACGA\", \"ini\": 2051, \"clust\": 2586, \"rank\": 1947, \"rankvar\": 2484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1132, \"group\": [2588.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGACTGTAA\", \"ini\": 2050, \"clust\": 2450, \"rank\": 1783, \"rankvar\": 1759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1133, \"group\": [2448.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGTTGAGAT\", \"ini\": 2049, \"clust\": 1460, \"rank\": 1207, \"rankvar\": 1588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1134, \"group\": [1465.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGCTGGCT\", \"ini\": 2048, \"clust\": 2798, \"rank\": 1134, \"rankvar\": 1821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1541, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1760, \"group\": [2799.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAGTCATATGC\", \"ini\": 2047, \"clust\": 1614, \"rank\": 1666, \"rankvar\": 2316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1135, \"group\": [1615.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTGAGGCTA\", \"ini\": 2046, \"clust\": 2772, \"rank\": 1231, \"rankvar\": 795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1761, \"group\": [2775.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTTATCGGT\", \"ini\": 2045, \"clust\": 2448, \"rank\": 1777, \"rankvar\": 2438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1136, \"group\": [2449.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTAAATGAC\", \"ini\": 2044, \"clust\": 3491, \"rank\": 867, \"rankvar\": 708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1545, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3403, \"group\": [3493.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGTATCTCG\", \"ini\": 2043, \"clust\": 3555, \"rank\": 138, \"rankvar\": 918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1546, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 63, \"group\": [3556.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCTACCTC\", \"ini\": 2042, \"clust\": 2686, \"rank\": 1791, \"rankvar\": 1314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1137, \"group\": [2686.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCTTTA\", \"ini\": 2041, \"clust\": 1986, \"rank\": 2212, \"rankvar\": 1545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1138, \"group\": [1985.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTAAGCG\", \"ini\": 2040, \"clust\": 1333, \"rank\": 2413, \"rankvar\": 1823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1139, \"group\": [1336.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTTTGCATG\", \"ini\": 2039, \"clust\": 1471, \"rank\": 1088, \"rankvar\": 263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1140, \"group\": [1471.0, 69.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGCCTCA\", \"ini\": 2038, \"clust\": 1883, \"rank\": 1841, \"rankvar\": 1615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1551, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1141, \"group\": [1887.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTGCTTG\", \"ini\": 2037, \"clust\": 3162, \"rank\": 460, \"rankvar\": 206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3404, \"group\": [3374.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCAGTTCGA\", \"ini\": 2036, \"clust\": 1192, \"rank\": 1508, \"rankvar\": 2022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1870, \"group\": [1192.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGAGTGACC\", \"ini\": 2035, \"clust\": 1676, \"rank\": 1780, \"rankvar\": 1300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1142, \"group\": [1677.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATGCCTAA\", \"ini\": 2034, \"clust\": 2021, \"rank\": 2371, \"rankvar\": 2727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1143, \"group\": [2022.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAAATCCGT\", \"ini\": 2033, \"clust\": 1195, \"rank\": 1280, \"rankvar\": 3382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1556, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1871, \"group\": [1195.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTAGAAGGA\", \"ini\": 2032, \"clust\": 2322, \"rank\": 1612, \"rankvar\": 1761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1144, \"group\": [2327.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACTTCTT\", \"ini\": 2031, \"clust\": 1815, \"rank\": 1906, \"rankvar\": 1756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1145, \"group\": [1816.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACACTCGACG\", \"ini\": 2030, \"clust\": 1872, \"rank\": 2292, \"rankvar\": 2173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1146, \"group\": [1873.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGTGGGTT\", \"ini\": 2029, \"clust\": 1601, \"rank\": 2161, \"rankvar\": 934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1147, \"group\": [1607.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTTAGGGTG\", \"ini\": 2028, \"clust\": 1190, \"rank\": 1481, \"rankvar\": 2448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1561, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2703, \"group\": [1193.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAAGCTGAG\", \"ini\": 2027, \"clust\": 2008, \"rank\": 2173, \"rankvar\": 2211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1148, \"group\": [2008.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCAGAAC\", \"ini\": 2026, \"clust\": 2552, \"rank\": 1883, \"rankvar\": 2593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1149, \"group\": [2554.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTTGTTTGG\", \"ini\": 2025, \"clust\": 1215, \"rank\": 1482, \"rankvar\": 2627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1872, \"group\": [1213.0, 46.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTACCAGT\", \"ini\": 2024, \"clust\": 2470, \"rank\": 1981, \"rankvar\": 1728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1150, \"group\": [2469.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCATTGTGCA\", \"ini\": 2023, \"clust\": 1609, \"rank\": 1821, \"rankvar\": 1748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1151, \"group\": [1609.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCCATT\", \"ini\": 2022, \"clust\": 3098, \"rank\": 314, \"rankvar\": 20, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1567, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3405, \"group\": [3099.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTAGCTCCTCT\", \"ini\": 2021, \"clust\": 2543, \"rank\": 1743, \"rankvar\": 2787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1152, \"group\": [2544.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCCTTTCGG\", \"ini\": 2020, \"clust\": 1820, \"rank\": 1955, \"rankvar\": 2591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1153, \"group\": [1821.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATGACATC\", \"ini\": 2019, \"clust\": 2488, \"rank\": 1973, \"rankvar\": 2917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1570, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1154, \"group\": [2489.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGAAACGAG\", \"ini\": 2018, \"clust\": 1748, \"rank\": 2006, \"rankvar\": 1430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1155, \"group\": [1748.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTCTTTA\", \"ini\": 2017, \"clust\": 2257, \"rank\": 1575, \"rankvar\": 1982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1572, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1156, \"group\": [2256.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCACCACCT\", \"ini\": 2016, \"clust\": 2735, \"rank\": 771, \"rankvar\": 179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1573, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1762, \"group\": [2736.0, 95.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGAAGATTC\", \"ini\": 2015, \"clust\": 1994, \"rank\": 2031, \"rankvar\": 3049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1157, \"group\": [1996.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTATCTG\", \"ini\": 2014, \"clust\": 2490, \"rank\": 2163, \"rankvar\": 2318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1575, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1158, \"group\": [2491.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCTAGCCC\", \"ini\": 2013, \"clust\": 3075, \"rank\": 473, \"rankvar\": 334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1576, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3406, \"group\": [3074.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAAGCATGGCA\", \"ini\": 2012, \"clust\": 3475, \"rank\": 639, \"rankvar\": 456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1577, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3407, \"group\": [3476.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTTGTCTTT\", \"ini\": 2011, \"clust\": 2539, \"rank\": 1670, \"rankvar\": 2303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1578, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1159, \"group\": [2540.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGTCCTCT\", \"ini\": 2010, \"clust\": 2553, \"rank\": 1907, \"rankvar\": 3209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1160, \"group\": [2552.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCCCAGCT\", \"ini\": 2009, \"clust\": 2023, \"rank\": 1963, \"rankvar\": 1858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1161, \"group\": [2029.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCAGGACAGAA\", \"ini\": 2008, \"clust\": 1774, \"rank\": 2034, \"rankvar\": 2112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1581, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1162, \"group\": [1776.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCTCCTAG\", \"ini\": 2007, \"clust\": 3587, \"rank\": 376, \"rankvar\": 244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1582, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 64, \"group\": [3583.0, 143.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCACAACGTT\", \"ini\": 2006, \"clust\": 2046, \"rank\": 1615, \"rankvar\": 1477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1583, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1163, \"group\": [2045.0, 78.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGTCAAGGC\", \"ini\": 2005, \"clust\": 3432, \"rank\": 328, \"rankvar\": 625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1584, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 65, \"group\": [3432.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATAACCTG\", \"ini\": 2004, \"clust\": 2878, \"rank\": 989, \"rankvar\": 314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1585, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1763, \"group\": [2879.0, 106.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCAATACCG\", \"ini\": 2003, \"clust\": 1258, \"rank\": 2368, \"rankvar\": 2573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1586, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1164, \"group\": [1257.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCTTGAGGT\", \"ini\": 2002, \"clust\": 1967, \"rank\": 2029, \"rankvar\": 2646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1165, \"group\": [1967.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGGACATTA\", \"ini\": 2001, \"clust\": 1606, \"rank\": 2207, \"rankvar\": 1828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1166, \"group\": [1605.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTAGAAGGA\", \"ini\": 2000, \"clust\": 1655, \"rank\": 1507, \"rankvar\": 2995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1589, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1167, \"group\": [1655.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGCCAGTAG\", \"ini\": 1999, \"clust\": 3296, \"rank\": 222, \"rankvar\": 208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1590, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 66, \"group\": [3295.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTCGTTC\", \"ini\": 1998, \"clust\": 1817, \"rank\": 1934, \"rankvar\": 2039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1591, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1168, \"group\": [1818.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGCAAGCC\", \"ini\": 1997, \"clust\": 2529, \"rank\": 1403, \"rankvar\": 2253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1169, \"group\": [2530.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTAAGGGAA\", \"ini\": 1996, \"clust\": 1846, \"rank\": 1761, \"rankvar\": 1584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1593, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1170, \"group\": [1847.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTACTTCTT\", \"ini\": 1995, \"clust\": 1577, \"rank\": 2266, \"rankvar\": 3031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1171, \"group\": [1577.0, 73.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCAAGCCG\", \"ini\": 1994, \"clust\": 3106, \"rank\": 366, \"rankvar\": 440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1595, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3408, \"group\": [3106.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGGCGGTT\", \"ini\": 1993, \"clust\": 2460, \"rank\": 2337, \"rankvar\": 3454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1596, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1172, \"group\": [2460.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTCGCATCG\", \"ini\": 1992, \"clust\": 3487, \"rank\": 756, \"rankvar\": 231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1597, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3409, \"group\": [3489.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCCTACAGA\", \"ini\": 1991, \"clust\": 2455, \"rank\": 1901, \"rankvar\": 3286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1173, \"group\": [2455.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACTGTTAG\", \"ini\": 1990, \"clust\": 1936, \"rank\": 1794, \"rankvar\": 1812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1599, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1174, \"group\": [1935.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCGGTCTAA\", \"ini\": 1989, \"clust\": 1982, \"rank\": 2237, \"rankvar\": 3050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1600, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1175, \"group\": [1982.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCACCGCTAG\", \"ini\": 1988, \"clust\": 1878, \"rank\": 2015, \"rankvar\": 2272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1176, \"group\": [1879.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCATACTG\", \"ini\": 1987, \"clust\": 1816, \"rank\": 1972, \"rankvar\": 2057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1177, \"group\": [1817.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACTGAAGG\", \"ini\": 1986, \"clust\": 1312, \"rank\": 2287, \"rankvar\": 3455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1178, \"group\": [1314.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATGCATG\", \"ini\": 1985, \"clust\": 1984, \"rank\": 2224, \"rankvar\": 1017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1604, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1179, \"group\": [1988.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTAAGTAGT\", \"ini\": 1984, \"clust\": 1737, \"rank\": 1693, \"rankvar\": 2508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1180, \"group\": [1737.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCCACGTC\", \"ini\": 1983, \"clust\": 2769, \"rank\": 1059, \"rankvar\": 815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1764, \"group\": [2770.0, 98.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCCTCATTA\", \"ini\": 1982, \"clust\": 2869, \"rank\": 1002, \"rankvar\": 2885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1607, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1765, \"group\": [2866.0, 104.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGAATGTTG\", \"ini\": 1981, \"clust\": 1764, \"rank\": 2228, \"rankvar\": 2475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1181, \"group\": [1762.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCATTAGC\", \"ini\": 1980, \"clust\": 3543, \"rank\": 501, \"rankvar\": 526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1609, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 67, \"group\": [3543.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTCTCATT\", \"ini\": 1979, \"clust\": 1306, \"rank\": 2136, \"rankvar\": 2215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1610, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1182, \"group\": [1305.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAGAGGA\", \"ini\": 1978, \"clust\": 2588, \"rank\": 1855, \"rankvar\": 3466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1183, \"group\": [2587.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCGTTTAC\", \"ini\": 1977, \"clust\": 1081, \"rank\": 1268, \"rankvar\": 1897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1612, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1873, \"group\": [1082.0, 31.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCATACAGCT\", \"ini\": 1976, \"clust\": 3522, \"rank\": 840, \"rankvar\": 690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1613, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3410, \"group\": [3524.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGTGGACGT\", \"ini\": 1975, \"clust\": 1604, \"rank\": 2092, \"rankvar\": 1593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1184, \"group\": [1606.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCATTCTTAC\", \"ini\": 1974, \"clust\": 1753, \"rank\": 1923, \"rankvar\": 2176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1185, \"group\": [1754.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTGTCGAGATG\", \"ini\": 1973, \"clust\": 3519, \"rank\": 533, \"rankvar\": 2360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1616, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3411, \"group\": [3518.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGTGCCT\", \"ini\": 1972, \"clust\": 2032, \"rank\": 2278, \"rankvar\": 2532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1186, \"group\": [2032.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTCTCTTAT\", \"ini\": 1971, \"clust\": 2129, \"rank\": 1545, \"rankvar\": 1732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1618, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1187, \"group\": [2132.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCCGTCAAA\", \"ini\": 1970, \"clust\": 3318, \"rank\": 131, \"rankvar\": 18, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 68, \"group\": [3317.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGTCACGATGT\", \"ini\": 1969, \"clust\": 1574, \"rank\": 2315, \"rankvar\": 3515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1620, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1188, \"group\": [1581.0, 73.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGGTCTCG\", \"ini\": 1968, \"clust\": 1930, \"rank\": 1957, \"rankvar\": 1304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1189, \"group\": [1933.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCGGATGGA\", \"ini\": 1967, \"clust\": 1667, \"rank\": 1888, \"rankvar\": 1379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1190, \"group\": [1667.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTTAGGTA\", \"ini\": 1966, \"clust\": 1633, \"rank\": 1912, \"rankvar\": 2225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1191, \"group\": [1634.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGACTAGAT\", \"ini\": 1965, \"clust\": 3042, \"rank\": 575, \"rankvar\": 1184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1624, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3412, \"group\": [3044.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATAGACTC\", \"ini\": 1964, \"clust\": 3526, \"rank\": 625, \"rankvar\": 346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3413, \"group\": [3529.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTATCCCG\", \"ini\": 1963, \"clust\": 1257, \"rank\": 2325, \"rankvar\": 2117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1192, \"group\": [1259.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGTCATGCT\", \"ini\": 1962, \"clust\": 3444, \"rank\": 850, \"rankvar\": 2107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3414, \"group\": [3445.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTTCAGTAC\", \"ini\": 1961, \"clust\": 2789, \"rank\": 848, \"rankvar\": 1126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1628, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1766, \"group\": [2791.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGAGCCTAG\", \"ini\": 1960, \"clust\": 2823, \"rank\": 794, \"rankvar\": 1205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1629, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1767, \"group\": [2824.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAACGA\", \"ini\": 1959, \"clust\": 1232, \"rank\": 2211, \"rankvar\": 1445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1193, \"group\": [1233.0, 56.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCGAAAGC\", \"ini\": 1958, \"clust\": 2453, \"rank\": 1803, \"rankvar\": 1780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1194, \"group\": [2459.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATGTGGT\", \"ini\": 1957, \"clust\": 1607, \"rank\": 2017, \"rankvar\": 1432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1195, \"group\": [1610.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAGTCATC\", \"ini\": 1956, \"clust\": 2603, \"rank\": 1299, \"rankvar\": 884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1633, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1196, \"group\": [2609.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGCCTTGG\", \"ini\": 1955, \"clust\": 2250, \"rank\": 1411, \"rankvar\": 1894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1634, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1197, \"group\": [2253.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATGAATG\", \"ini\": 1954, \"clust\": 2383, \"rank\": 1213, \"rankvar\": 3105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1635, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1198, \"group\": [2383.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCATTTCACT\", \"ini\": 1953, \"clust\": 1697, \"rank\": 2157, \"rankvar\": 2006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1199, \"group\": [1698.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTAACGGT\", \"ini\": 1952, \"clust\": 3503, \"rank\": 722, \"rankvar\": 322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1637, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3415, \"group\": [3502.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGACAAGCC\", \"ini\": 1951, \"clust\": 2274, \"rank\": 1346, \"rankvar\": 1368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1200, \"group\": [2275.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGGCACTA\", \"ini\": 1950, \"clust\": 2801, \"rank\": 1378, \"rankvar\": 1718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1768, \"group\": [2801.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAGCGATG\", \"ini\": 1949, \"clust\": 3517, \"rank\": 846, \"rankvar\": 846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1640, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3416, \"group\": [3519.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTATATGAG\", \"ini\": 1948, \"clust\": 3292, \"rank\": 190, \"rankvar\": 245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1641, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3417, \"group\": [3292.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCGGTGTTA\", \"ini\": 1947, \"clust\": 2692, \"rank\": 1816, \"rankvar\": 205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1642, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1201, \"group\": [2693.0, 84.0, 20.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGCGAG\", \"ini\": 1946, \"clust\": 1732, \"rank\": 1620, \"rankvar\": 2841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1202, \"group\": [1732.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGTAGGTGC\", \"ini\": 1945, \"clust\": 2517, \"rank\": 1807, \"rankvar\": 1693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1203, \"group\": [2518.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACAGACAG\", \"ini\": 1944, \"clust\": 2491, \"rank\": 2305, \"rankvar\": 3081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1204, \"group\": [2492.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGACCAAG\", \"ini\": 1943, \"clust\": 3586, \"rank\": 361, \"rankvar\": 783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1646, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 69, \"group\": [3585.0, 143.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCGATCCCT\", \"ini\": 1942, \"clust\": 1941, \"rank\": 1721, \"rankvar\": 1521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1647, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1205, \"group\": [1947.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTAAC\", \"ini\": 1941, \"clust\": 1806, \"rank\": 1604, \"rankvar\": 1830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1648, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1206, \"group\": [1806.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCTGCTGCT\", \"ini\": 1940, \"clust\": 2558, \"rank\": 1657, \"rankvar\": 3314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1649, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1207, \"group\": [2561.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATGCATG\", \"ini\": 1939, \"clust\": 2634, \"rank\": 1528, \"rankvar\": 748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1208, \"group\": [2649.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCATTCCTGC\", \"ini\": 1938, \"clust\": 3564, \"rank\": 295, \"rankvar\": 809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1651, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 70, \"group\": [3564.0, 142.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACCTCGGA\", \"ini\": 1937, \"clust\": 1987, \"rank\": 2239, \"rankvar\": 1774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1209, \"group\": [1986.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCAGTATCACCA\", \"ini\": 1936, \"clust\": 3102, \"rank\": 219, \"rankvar\": 358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1653, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3418, \"group\": [3101.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCCTATTCA\", \"ini\": 1935, \"clust\": 2493, \"rank\": 1921, \"rankvar\": 2682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1210, \"group\": [2493.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTAAGTGTA\", \"ini\": 1934, \"clust\": 2531, \"rank\": 1904, \"rankvar\": 1634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1655, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1211, \"group\": [2534.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTGCTGTAT\", \"ini\": 1933, \"clust\": 3021, \"rank\": 701, \"rankvar\": 71, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1656, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3570, \"group\": [3022.0, 129.0, 31.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATGGTCA\", \"ini\": 1932, \"clust\": 1651, \"rank\": 1632, \"rankvar\": 3369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1212, \"group\": [1652.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGACGACGT\", \"ini\": 1931, \"clust\": 1683, \"rank\": 2013, \"rankvar\": 2610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1213, \"group\": [1684.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTCCGAGTC\", \"ini\": 1930, \"clust\": 3078, \"rank\": 436, \"rankvar\": 987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3419, \"group\": [3080.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGAAGG\", \"ini\": 1929, \"clust\": 2482, \"rank\": 2308, \"rankvar\": 1781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1214, \"group\": [2483.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACAGGCTCAC\", \"ini\": 1928, \"clust\": 2421, \"rank\": 1746, \"rankvar\": 1251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1215, \"group\": [2425.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCATTTGGG\", \"ini\": 1927, \"clust\": 921, \"rank\": 1790, \"rankvar\": 2453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1874, \"group\": [921.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAAGGGCTCTC\", \"ini\": 1926, \"clust\": 2872, \"rank\": 1834, \"rankvar\": 1652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1663, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1769, \"group\": [2872.0, 105.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCAATGTC\", \"ini\": 1925, \"clust\": 2498, \"rank\": 2314, \"rankvar\": 3003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1664, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1216, \"group\": [2499.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCGC\", \"ini\": 1924, \"clust\": 2766, \"rank\": 1542, \"rankvar\": 1651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1665, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1770, \"group\": [2767.0, 98.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGAACAG\", \"ini\": 1923, \"clust\": 2782, \"rank\": 906, \"rankvar\": 1826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1666, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1771, \"group\": [2787.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACACGAAACG\", \"ini\": 1922, \"clust\": 1855, \"rank\": 2175, \"rankvar\": 2979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1217, \"group\": [1859.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCACTAGTAC\", \"ini\": 1921, \"clust\": 2038, \"rank\": 2081, \"rankvar\": 2502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1668, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1218, \"group\": [2037.0, 76.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACGGTTTA\", \"ini\": 1920, \"clust\": 2263, \"rank\": 1035, \"rankvar\": 744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1219, \"group\": [2263.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCAAAGTC\", \"ini\": 1919, \"clust\": 1818, \"rank\": 2060, \"rankvar\": 1244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1670, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1220, \"group\": [1819.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCTCGCATC\", \"ini\": 1918, \"clust\": 3107, \"rank\": 398, \"rankvar\": 409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1671, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3420, \"group\": [3107.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTGGACCC\", \"ini\": 1917, \"clust\": 1959, \"rank\": 1786, \"rankvar\": 994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1672, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1221, \"group\": [1963.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCGAATGT\", \"ini\": 1916, \"clust\": 3556, \"rank\": 532, \"rankvar\": 902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1673, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 71, \"group\": [3557.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTAAGTGTA\", \"ini\": 1915, \"clust\": 2255, \"rank\": 1886, \"rankvar\": 1237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1222, \"group\": [2257.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCTGTCCGT\", \"ini\": 1914, \"clust\": 2117, \"rank\": 1614, \"rankvar\": 1385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1223, \"group\": [2117.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCAGTATG\", \"ini\": 1913, \"clust\": 3112, \"rank\": 557, \"rankvar\": 386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1676, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3421, \"group\": [3113.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTCCGAACC\", \"ini\": 1912, \"clust\": 2024, \"rank\": 2220, \"rankvar\": 2450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1677, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1224, \"group\": [2024.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTGCGCTTG\", \"ini\": 1911, \"clust\": 2461, \"rank\": 2147, \"rankvar\": 1878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1225, \"group\": [2461.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACAGACGCTC\", \"ini\": 1910, \"clust\": 2833, \"rank\": 754, \"rankvar\": 1923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1679, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1772, \"group\": [2833.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGGGAG\", \"ini\": 1909, \"clust\": 1, \"rank\": 1718, \"rankvar\": 1050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1226, \"group\": [4.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTTCGAGA\", \"ini\": 1908, \"clust\": 2570, \"rank\": 1991, \"rankvar\": 3359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1681, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1227, \"group\": [2569.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGAATCCA\", \"ini\": 1907, \"clust\": 1249, \"rank\": 2383, \"rankvar\": 1035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1228, \"group\": [1253.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGAATGGA\", \"ini\": 1906, \"clust\": 1856, \"rank\": 1772, \"rankvar\": 2458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1229, \"group\": [1858.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCGTACGGC\", \"ini\": 1905, \"clust\": 1804, \"rank\": 1656, \"rankvar\": 3056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1230, \"group\": [1804.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCAGAGCCAA\", \"ini\": 1904, \"clust\": 2831, \"rank\": 721, \"rankvar\": 1194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1685, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1773, \"group\": [2835.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCATGTCCC\", \"ini\": 1903, \"clust\": 1681, \"rank\": 1999, \"rankvar\": 2307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1231, \"group\": [1682.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTAGTGCG\", \"ini\": 1902, \"clust\": 2509, \"rank\": 2335, \"rankvar\": 2754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1232, \"group\": [2512.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCGATTCT\", \"ini\": 1901, \"clust\": 2578, \"rank\": 1865, \"rankvar\": 2813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1233, \"group\": [2578.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTGTTGAGG\", \"ini\": 1900, \"clust\": 1991, \"rank\": 2221, \"rankvar\": 2662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1689, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1234, \"group\": [1991.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAGTAACGG\", \"ini\": 1899, \"clust\": 1870, \"rank\": 2111, \"rankvar\": 472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1235, \"group\": [1871.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGCTAGTCT\", \"ini\": 1898, \"clust\": 1129, \"rank\": 1815, \"rankvar\": 1678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1875, \"group\": [1129.0, 40.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTGTCGT\", \"ini\": 1897, \"clust\": 919, \"rank\": 2131, \"rankvar\": 2389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1876, \"group\": [919.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGAGTCCCACG\", \"ini\": 1896, \"clust\": 1956, \"rank\": 2101, \"rankvar\": 538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1236, \"group\": [1955.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCAAGCCCAC\", \"ini\": 1895, \"clust\": 3570, \"rank\": 439, \"rankvar\": 1049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1694, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 72, \"group\": [3580.0, 143.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTGTATGGG\", \"ini\": 1894, \"clust\": 1977, \"rank\": 1845, \"rankvar\": 2553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1237, \"group\": [1978.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATTCCC\", \"ini\": 1893, \"clust\": 2656, \"rank\": 1573, \"rankvar\": 1226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1696, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1238, \"group\": [2658.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAAAGCGGT\", \"ini\": 1892, \"clust\": 2582, \"rank\": 1895, \"rankvar\": 1541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1697, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1239, \"group\": [2582.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTCTCCCTA\", \"ini\": 1891, \"clust\": 2530, \"rank\": 1382, \"rankvar\": 3241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1240, \"group\": [2531.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTACGAGT\", \"ini\": 1890, \"clust\": 2402, \"rank\": 1361, \"rankvar\": 1041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1241, \"group\": [2403.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGCGCCAA\", \"ini\": 1889, \"clust\": 3115, \"rank\": 494, \"rankvar\": 391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1700, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3422, \"group\": [3115.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGGATCGA\", \"ini\": 1888, \"clust\": 1643, \"rank\": 1619, \"rankvar\": 3169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1701, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1242, \"group\": [1642.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCGCAA\", \"ini\": 1887, \"clust\": 3508, \"rank\": 448, \"rankvar\": 1692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1702, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3423, \"group\": [3516.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAGTGGAGT\", \"ini\": 1886, \"clust\": 2458, \"rank\": 1897, \"rankvar\": 2767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1243, \"group\": [2457.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTAGCAAAT\", \"ini\": 1885, \"clust\": 1660, \"rank\": 1784, \"rankvar\": 277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1244, \"group\": [1663.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGGCATGTG\", \"ini\": 1884, \"clust\": 1611, \"rank\": 2190, \"rankvar\": 2337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1245, \"group\": [1611.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCTGTT\", \"ini\": 1883, \"clust\": 1761, \"rank\": 2109, \"rankvar\": 967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1706, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1246, \"group\": [1760.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGATGT\", \"ini\": 1882, \"clust\": 1629, \"rank\": 2119, \"rankvar\": 3386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1707, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1247, \"group\": [1633.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCACAGCCCA\", \"ini\": 1881, \"clust\": 2050, \"rank\": 2197, \"rankvar\": 1587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1248, \"group\": [2051.0, 79.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTATATGGA\", \"ini\": 1880, \"clust\": 2251, \"rank\": 1598, \"rankvar\": 3234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1709, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1249, \"group\": [2252.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCGTTTATC\", \"ini\": 1879, \"clust\": 1256, \"rank\": 2154, \"rankvar\": 1201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1250, \"group\": [1255.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCCCACTTG\", \"ini\": 1878, \"clust\": 2025, \"rank\": 2257, \"rankvar\": 1840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1251, \"group\": [2025.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGGGATC\", \"ini\": 1877, \"clust\": 2557, \"rank\": 1978, \"rankvar\": 2994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1252, \"group\": [2557.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCCACGCAG\", \"ini\": 1876, \"clust\": 1814, \"rank\": 1988, \"rankvar\": 2192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1253, \"group\": [1813.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCAAAGCG\", \"ini\": 1875, \"clust\": 2810, \"rank\": 995, \"rankvar\": 3546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1254, \"group\": [2810.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCCATGAAC\", \"ini\": 1874, \"clust\": 3390, \"rank\": 570, \"rankvar\": 174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1715, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3424, \"group\": [3390.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCCGGCACA\", \"ini\": 1873, \"clust\": 2926, \"rank\": 735, \"rankvar\": 482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1716, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3425, \"group\": [2926.0, 119.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTACCGTTA\", \"ini\": 1872, \"clust\": 1567, \"rank\": 728, \"rankvar\": 1778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1717, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1774, \"group\": [1569.0, 72.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGGGTATG\", \"ini\": 1871, \"clust\": 1765, \"rank\": 2241, \"rankvar\": 3203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1255, \"group\": [1763.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTCTTGATG\", \"ini\": 1870, \"clust\": 3349, \"rank\": 578, \"rankvar\": 219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1719, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3426, \"group\": [3348.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTACGGAG\", \"ini\": 1869, \"clust\": 1932, \"rank\": 2052, \"rankvar\": 2155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1720, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1256, \"group\": [1932.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAAGCACACAG\", \"ini\": 1868, \"clust\": 1090, \"rank\": 1025, \"rankvar\": 922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1721, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2704, \"group\": [1091.0, 33.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGTACACCT\", \"ini\": 1867, \"clust\": 1953, \"rank\": 2112, \"rankvar\": 2179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1722, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1257, \"group\": [1957.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGGACAC\", \"ini\": 1866, \"clust\": 2961, \"rank\": 823, \"rankvar\": 2670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3427, \"group\": [2962.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTTGACGTT\", \"ini\": 1865, \"clust\": 1130, \"rank\": 1917, \"rankvar\": 2497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1877, \"group\": [1130.0, 40.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCGTTCCG\", \"ini\": 1864, \"clust\": 2804, \"rank\": 1443, \"rankvar\": 2621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1775, \"group\": [2805.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCAGGGTATG\", \"ini\": 1863, \"clust\": 1415, \"rank\": 1965, \"rankvar\": 1228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1258, \"group\": [1425.0, 64.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTTGACGA\", \"ini\": 1862, \"clust\": 2767, \"rank\": 1267, \"rankvar\": 1337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1727, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1776, \"group\": [2768.0, 98.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATCCGGGT\", \"ini\": 1861, \"clust\": 2994, \"rank\": 929, \"rankvar\": 1831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1728, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 73, \"group\": [2995.0, 124.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCATGACGGA\", \"ini\": 1860, \"clust\": 1939, \"rank\": 1971, \"rankvar\": 1242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1729, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1259, \"group\": [1938.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTTCCGTCT\", \"ini\": 1859, \"clust\": 1925, \"rank\": 1728, \"rankvar\": 2049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1260, \"group\": [1925.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACCATAG\", \"ini\": 1858, \"clust\": 2805, \"rank\": 1282, \"rankvar\": 2849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1731, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1777, \"group\": [2803.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGGTGTTAA\", \"ini\": 1857, \"clust\": 1310, \"rank\": 2373, \"rankvar\": 725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1732, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1261, \"group\": [1310.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGACTCGGA\", \"ini\": 1856, \"clust\": 2538, \"rank\": 1570, \"rankvar\": 2641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1733, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1262, \"group\": [2538.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGTGAAGTT\", \"ini\": 1855, \"clust\": 3465, \"rank\": 767, \"rankvar\": 529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3428, \"group\": [3465.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCAGAGACG\", \"ini\": 1854, \"clust\": 2584, \"rank\": 1813, \"rankvar\": 2321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1263, \"group\": [2583.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCTCAACGAAA\", \"ini\": 1853, \"clust\": 0, \"rank\": 1940, \"rankvar\": 45, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1736, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1778, \"group\": [5.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTCGCGGTT\", \"ini\": 1852, \"clust\": 3104, \"rank\": 378, \"rankvar\": 287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3429, \"group\": [3105.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGAGTCTGG\", \"ini\": 1851, \"clust\": 2927, \"rank\": 869, \"rankvar\": 203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1738, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3430, \"group\": [2927.0, 119.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTACAGCTTCGG\", \"ini\": 1850, \"clust\": 1886, \"rank\": 2089, \"rankvar\": 399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1264, \"group\": [1885.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTCTGAGA\", \"ini\": 1849, \"clust\": 1316, \"rank\": 2454, \"rankvar\": 2833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1265, \"group\": [1315.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTGTGGTTT\", \"ini\": 1848, \"clust\": 2265, \"rank\": 1317, \"rankvar\": 3348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1266, \"group\": [2267.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATCCGTGG\", \"ini\": 1847, \"clust\": 1786, \"rank\": 1843, \"rankvar\": 2500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1742, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1267, \"group\": [1786.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAGC\", \"ini\": 1846, \"clust\": 3339, \"rank\": 320, \"rankvar\": 194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1743, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3431, \"group\": [3338.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACAAGGTGTG\", \"ini\": 1845, \"clust\": 2857, \"rank\": 1102, \"rankvar\": 955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1744, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1779, \"group\": [2869.0, 104.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGAATTCCC\", \"ini\": 1844, \"clust\": 3076, \"rank\": 407, \"rankvar\": 366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1745, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3432, \"group\": [3075.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTCCGTAT\", \"ini\": 1843, \"clust\": 1689, \"rank\": 2080, \"rankvar\": 3110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1746, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1268, \"group\": [1687.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGTGAGT\", \"ini\": 1842, \"clust\": 2290, \"rank\": 1500, \"rankvar\": 2567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1747, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1269, \"group\": [2290.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTATATGAG\", \"ini\": 1841, \"clust\": 1810, \"rank\": 1913, \"rankvar\": 1499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1270, \"group\": [1810.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCATGCAT\", \"ini\": 1840, \"clust\": 1777, \"rank\": 1768, \"rankvar\": 1848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1271, \"group\": [1779.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAGCGTCCA\", \"ini\": 1839, \"clust\": 1252, \"rank\": 2206, \"rankvar\": 2093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1750, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1272, \"group\": [1249.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTAGGACAC\", \"ini\": 1838, \"clust\": 1998, \"rank\": 2343, \"rankvar\": 2580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1751, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1273, \"group\": [1998.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTCCGGCA\", \"ini\": 1837, \"clust\": 2011, \"rank\": 2365, \"rankvar\": 1211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1274, \"group\": [2012.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATTTCAGG\", \"ini\": 1836, \"clust\": 3072, \"rank\": 495, \"rankvar\": 149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1753, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3433, \"group\": [3073.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTTAGTGGG\", \"ini\": 1835, \"clust\": 2565, \"rank\": 1927, \"rankvar\": 1058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1275, \"group\": [2565.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTCAGCTTCGG\", \"ini\": 1834, \"clust\": 2459, \"rank\": 2142, \"rankvar\": 2370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1276, \"group\": [2462.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTACATGTC\", \"ini\": 1833, \"clust\": 2791, \"rank\": 1099, \"rankvar\": 547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1756, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1780, \"group\": [2790.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCACCGCTAG\", \"ini\": 1832, \"clust\": 2571, \"rank\": 1995, \"rankvar\": 2032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1277, \"group\": [2570.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTTCCAACA\", \"ini\": 1831, \"clust\": 2522, \"rank\": 1711, \"rankvar\": 2616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1278, \"group\": [2525.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTCCAGGG\", \"ini\": 1830, \"clust\": 2815, \"rank\": 955, \"rankvar\": 2566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1759, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1781, \"group\": [2818.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGTCGTTC\", \"ini\": 1829, \"clust\": 2441, \"rank\": 2208, \"rankvar\": 2431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1279, \"group\": [2439.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCACGTCAGC\", \"ini\": 1828, \"clust\": 3122, \"rank\": 650, \"rankvar\": 912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1761, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3434, \"group\": [3125.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGTCCTCCT\", \"ini\": 1827, \"clust\": 2659, \"rank\": 1809, \"rankvar\": 956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1762, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1280, \"group\": [2661.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGGCTCTTA\", \"ini\": 1826, \"clust\": 1593, \"rank\": 2213, \"rankvar\": 2324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1281, \"group\": [1593.0, 74.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATTCTTAC\", \"ini\": 1825, \"clust\": 2480, \"rank\": 2268, \"rankvar\": 1275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1282, \"group\": [2481.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCCTCATTA\", \"ini\": 1824, \"clust\": 3022, \"rank\": 565, \"rankvar\": 17, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3571, \"group\": [3025.0, 129.0, 31.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTTGTCGCG\", \"ini\": 1823, \"clust\": 1634, \"rank\": 1702, \"rankvar\": 2067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1283, \"group\": [1635.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCCATTTA\", \"ini\": 1822, \"clust\": 3393, \"rank\": 497, \"rankvar\": 403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1767, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3435, \"group\": [3392.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCACAGACAG\", \"ini\": 1821, \"clust\": 2440, \"rank\": 1914, \"rankvar\": 2785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1284, \"group\": [2441.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGGTACTCT\", \"ini\": 1820, \"clust\": 2494, \"rank\": 2139, \"rankvar\": 2857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1285, \"group\": [2494.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTCTGTCG\", \"ini\": 1819, \"clust\": 2958, \"rank\": 977, \"rankvar\": 1578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1770, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3436, \"group\": [2959.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGCCTTGG\", \"ini\": 1818, \"clust\": 1847, \"rank\": 2032, \"rankvar\": 1060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1286, \"group\": [1848.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTGCTGCT\", \"ini\": 1817, \"clust\": 2468, \"rank\": 2096, \"rankvar\": 1449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1772, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1287, \"group\": [2468.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTTCAGACT\", \"ini\": 1816, \"clust\": 1308, \"rank\": 2169, \"rankvar\": 1109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1773, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1288, \"group\": [1308.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGAAGGCT\", \"ini\": 1815, \"clust\": 2544, \"rank\": 1820, \"rankvar\": 3016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1289, \"group\": [2542.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTAAACCTC\", \"ini\": 1814, \"clust\": 2825, \"rank\": 684, \"rankvar\": 419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1775, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1782, \"group\": [2826.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTCACGCC\", \"ini\": 1813, \"clust\": 3273, \"rank\": 342, \"rankvar\": 150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1776, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3437, \"group\": [3275.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGTGGGTTG\", \"ini\": 1812, \"clust\": 2562, \"rank\": 1838, \"rankvar\": 2560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1290, \"group\": [2563.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGGGCTTGA\", \"ini\": 1811, \"clust\": 1787, \"rank\": 1671, \"rankvar\": 2749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1778, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1291, \"group\": [1787.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATGGAATA\", \"ini\": 1810, \"clust\": 2380, \"rank\": 1116, \"rankvar\": 3487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1779, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1292, \"group\": [2380.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTACCGAGA\", \"ini\": 1809, \"clust\": 3045, \"rank\": 769, \"rankvar\": 553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1780, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3438, \"group\": [3049.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCAGCATGT\", \"ini\": 1808, \"clust\": 1589, \"rank\": 2033, \"rankvar\": 2872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1293, \"group\": [1591.0, 74.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCTAGGCA\", \"ini\": 1807, \"clust\": 1881, \"rank\": 2188, \"rankvar\": 1398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1294, \"group\": [1880.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGCTGCTG\", \"ini\": 1806, \"clust\": 2951, \"rank\": 1960, \"rankvar\": 3472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1783, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3439, \"group\": [2949.0, 121.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCTATGTT\", \"ini\": 1805, \"clust\": 2029, \"rank\": 2171, \"rankvar\": 2644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1295, \"group\": [2030.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCCGAATGT\", \"ini\": 1804, \"clust\": 2701, \"rank\": 966, \"rankvar\": 864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1785, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1783, \"group\": [2700.0, 87.0, 22.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGACGGTA\", \"ini\": 1803, \"clust\": 3573, \"rank\": 445, \"rankvar\": 521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1786, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 74, \"group\": [3571.0, 143.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTATAGTAG\", \"ini\": 1802, \"clust\": 3541, \"rank\": 601, \"rankvar\": 485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1787, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 75, \"group\": [3542.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATTTCAGG\", \"ini\": 1801, \"clust\": 2542, \"rank\": 1918, \"rankvar\": 1649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1296, \"group\": [2545.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCATGTCCTC\", \"ini\": 1800, \"clust\": 1776, \"rank\": 2117, \"rankvar\": 1795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1297, \"group\": [1775.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTCACCTAA\", \"ini\": 1799, \"clust\": 3345, \"rank\": 393, \"rankvar\": 295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1790, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 76, \"group\": [3344.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTAACGGT\", \"ini\": 1798, \"clust\": 2471, \"rank\": 2061, \"rankvar\": 1354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1298, \"group\": [2470.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCAGTCAGT\", \"ini\": 1797, \"clust\": 3297, \"rank\": 265, \"rankvar\": 202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1792, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 77, \"group\": [3296.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGATCCA\", \"ini\": 1796, \"clust\": 1714, \"rank\": 1677, \"rankvar\": 3080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1299, \"group\": [1715.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGATCTGT\", \"ini\": 1795, \"clust\": 1722, \"rank\": 1511, \"rankvar\": 2125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1794, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1300, \"group\": [1725.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACACGTCAGC\", \"ini\": 1794, \"clust\": 1421, \"rank\": 1550, \"rankvar\": 1467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1795, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1301, \"group\": [1420.0, 64.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGGTCTGCGGT\", \"ini\": 1793, \"clust\": 3559, \"rank\": 653, \"rankvar\": 441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1796, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3440, \"group\": [3559.0, 141.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCTGCTGTC\", \"ini\": 1792, \"clust\": 1459, \"rank\": 1785, \"rankvar\": 1179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1797, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1302, \"group\": [1460.0, 68.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCCGATATG\", \"ini\": 1791, \"clust\": 3588, \"rank\": 482, \"rankvar\": 503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1798, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 78, \"group\": [3584.0, 143.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATACAATCAGAA\", \"ini\": 1790, \"clust\": 1197, \"rank\": 1325, \"rankvar\": 1874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1878, \"group\": [1197.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCAGCTGGC\", \"ini\": 1789, \"clust\": 1169, \"rank\": 1805, \"rankvar\": 2152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1879, \"group\": [1169.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTTGCGTTA\", \"ini\": 1788, \"clust\": 2988, \"rank\": 934, \"rankvar\": 1442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3441, \"group\": [2990.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGACTAGGC\", \"ini\": 1787, \"clust\": 1771, \"rank\": 2149, \"rankvar\": 3187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1802, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1303, \"group\": [1773.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCCCGC\", \"ini\": 1786, \"clust\": 1891, \"rank\": 2238, \"rankvar\": 2409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1803, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1304, \"group\": [1890.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTACACCGC\", \"ini\": 1785, \"clust\": 1715, \"rank\": 1776, \"rankvar\": 3498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1305, \"group\": [1716.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCAGTAGAGC\", \"ini\": 1784, \"clust\": 1068, \"rank\": 1234, \"rankvar\": 3353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1805, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 162, \"group\": [1073.0, 28.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCCCTAATT\", \"ini\": 1783, \"clust\": 2774, \"rank\": 1043, \"rankvar\": 513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1806, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1784, \"group\": [2773.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGGTGACCA\", \"ini\": 1782, \"clust\": 1160, \"rank\": 1742, \"rankvar\": 1766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1880, \"group\": [1164.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGACACGAC\", \"ini\": 1781, \"clust\": 2483, \"rank\": 2222, \"rankvar\": 2561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1808, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1306, \"group\": [2484.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCACCCGAG\", \"ini\": 1780, \"clust\": 3084, \"rank\": 613, \"rankvar\": 668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1809, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3442, \"group\": [3087.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCACGGTTA\", \"ini\": 1779, \"clust\": 3074, \"rank\": 364, \"rankvar\": 791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3443, \"group\": [3076.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCACTACAGT\", \"ini\": 1778, \"clust\": 1639, \"rank\": 1795, \"rankvar\": 1048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1307, \"group\": [1639.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCGAATGGG\", \"ini\": 1777, \"clust\": 1823, \"rank\": 1969, \"rankvar\": 1151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1812, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1308, \"group\": [1823.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAAGCCGTC\", \"ini\": 1776, \"clust\": 1328, \"rank\": 2361, \"rankvar\": 2351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1309, \"group\": [1329.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTCGCGAC\", \"ini\": 1775, \"clust\": 1858, \"rank\": 2035, \"rankvar\": 1559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1814, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1310, \"group\": [1857.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGTTAACC\", \"ini\": 1774, \"clust\": 2585, \"rank\": 1635, \"rankvar\": 1857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1815, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1311, \"group\": [2584.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCAGCATGAG\", \"ini\": 1773, \"clust\": 3299, \"rank\": 311, \"rankvar\": 159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1816, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 79, \"group\": [3298.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAAGTAA\", \"ini\": 1772, \"clust\": 3530, \"rank\": 574, \"rankvar\": 75, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1817, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3572, \"group\": [3531.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCACTTATC\", \"ini\": 1771, \"clust\": 2536, \"rank\": 1626, \"rankvar\": 2156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1312, \"group\": [2539.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCAATAAGG\", \"ini\": 1770, \"clust\": 1276, \"rank\": 2176, \"rankvar\": 2291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1819, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1313, \"group\": [1272.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACCAGGC\", \"ini\": 1769, \"clust\": 2484, \"rank\": 2120, \"rankvar\": 3218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1314, \"group\": [2485.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACACCATCCT\", \"ini\": 1768, \"clust\": 3471, \"rank\": 784, \"rankvar\": 608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1821, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3444, \"group\": [3470.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCAGCTTAG\", \"ini\": 1767, \"clust\": 2478, \"rank\": 2097, \"rankvar\": 1835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1822, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1315, \"group\": [2478.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATTACCG\", \"ini\": 1766, \"clust\": 2451, \"rank\": 1943, \"rankvar\": 2830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1316, \"group\": [2452.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCATCTGCC\", \"ini\": 1765, \"clust\": 1993, \"rank\": 2326, \"rankvar\": 1470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1317, \"group\": [1997.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGGCAGGTT\", \"ini\": 1764, \"clust\": 2069, \"rank\": 1370, \"rankvar\": 874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1825, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1318, \"group\": [2070.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTTGTTTGG\", \"ini\": 1763, \"clust\": 2780, \"rank\": 1250, \"rankvar\": 1031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1826, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1785, \"group\": [2781.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTTCACTCTTA\", \"ini\": 1762, \"clust\": 2183, \"rank\": 1026, \"rankvar\": 2456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1827, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1319, \"group\": [2179.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGATGAGG\", \"ini\": 1761, \"clust\": 1926, \"rank\": 1736, \"rankvar\": 1661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1828, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1320, \"group\": [1930.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCGCCGTGA\", \"ini\": 1760, \"clust\": 1928, \"rank\": 1782, \"rankvar\": 1846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1321, \"group\": [1927.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTTCCGGCA\", \"ini\": 1759, \"clust\": 3332, \"rank\": 375, \"rankvar\": 907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1830, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3445, \"group\": [3331.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGGATGGG\", \"ini\": 1758, \"clust\": 1962, \"rank\": 2007, \"rankvar\": 2017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1322, \"group\": [1961.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCCTCCTAG\", \"ini\": 1757, \"clust\": 3527, \"rank\": 662, \"rankvar\": 344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1832, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3446, \"group\": [3527.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTTATCGC\", \"ini\": 1756, \"clust\": 2267, \"rank\": 1349, \"rankvar\": 3303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1323, \"group\": [2266.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGAGCCTAG\", \"ini\": 1755, \"clust\": 1686, \"rank\": 2146, \"rankvar\": 3433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1324, \"group\": [1689.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCCGTCAG\", \"ini\": 1754, \"clust\": 1974, \"rank\": 2114, \"rankvar\": 2118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1325, \"group\": [1977.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGGAGGTA\", \"ini\": 1753, \"clust\": 2579, \"rank\": 1750, \"rankvar\": 2440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1326, \"group\": [2579.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGGAGTACC\", \"ini\": 1752, \"clust\": 3368, \"rank\": 257, \"rankvar\": 733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1837, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3447, \"group\": [3366.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGCTCAACT\", \"ini\": 1751, \"clust\": 1929, \"rank\": 1827, \"rankvar\": 1916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1838, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1327, \"group\": [1928.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGAGTACCG\", \"ini\": 1750, \"clust\": 2, \"rank\": 1205, \"rankvar\": 924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1839, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1786, \"group\": [3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGGATTCGG\", \"ini\": 1749, \"clust\": 2014, \"rank\": 2297, \"rankvar\": 2489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1328, \"group\": [2015.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTAGAAAGG\", \"ini\": 1748, \"clust\": 1305, \"rank\": 2210, \"rankvar\": 2537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1329, \"group\": [1307.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGATCTCGTTTA\", \"ini\": 1747, \"clust\": 3523, \"rank\": 752, \"rankvar\": 1744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3448, \"group\": [3523.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCGATGAGG\", \"ini\": 1746, \"clust\": 1108, \"rank\": 993, \"rankvar\": 3225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1843, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2705, \"group\": [1109.0, 37.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGTGCGTC\", \"ini\": 1745, \"clust\": 3484, \"rank\": 778, \"rankvar\": 223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1844, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3449, \"group\": [3490.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTATCGCAT\", \"ini\": 1744, \"clust\": 3450, \"rank\": 922, \"rankvar\": 819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1845, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3450, \"group\": [3448.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACAGTGGAGT\", \"ini\": 1743, \"clust\": 930, \"rank\": 2196, \"rankvar\": 1867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1881, \"group\": [929.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGGTTCC\", \"ini\": 1742, \"clust\": 3316, \"rank\": 194, \"rankvar\": 427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1847, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 80, \"group\": [3321.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGAGGGA\", \"ini\": 1741, \"clust\": 1947, \"rank\": 2140, \"rankvar\": 774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1848, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1330, \"group\": [1951.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGTTTGG\", \"ini\": 1740, \"clust\": 2524, \"rank\": 1864, \"rankvar\": 1750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1331, \"group\": [2524.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTATCTGCA\", \"ini\": 1739, \"clust\": 2807, \"rank\": 1049, \"rankvar\": 2536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1850, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1787, \"group\": [2812.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGGATATAC\", \"ini\": 1738, \"clust\": 2876, \"rank\": 1022, \"rankvar\": 1121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1851, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1788, \"group\": [2875.0, 106.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTTCTGTTT\", \"ini\": 1737, \"clust\": 1969, \"rank\": 1924, \"rankvar\": 2094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1852, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1332, \"group\": [1970.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCGGAAG\", \"ini\": 1736, \"clust\": 1254, \"rank\": 2225, \"rankvar\": 2804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1333, \"group\": [1256.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTACCGTTA\", \"ini\": 1735, \"clust\": 1687, \"rank\": 2191, \"rankvar\": 1004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1334, \"group\": [1688.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCAAACGTGG\", \"ini\": 1734, \"clust\": 1854, \"rank\": 1953, \"rankvar\": 1779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1855, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1335, \"group\": [1853.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTGCGACG\", \"ini\": 1733, \"clust\": 1940, \"rank\": 1919, \"rankvar\": 1216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1336, \"group\": [1939.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGCCTATGT\", \"ini\": 1732, \"clust\": 1285, \"rank\": 2180, \"rankvar\": 1349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1337, \"group\": [1282.0, 61.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGACGCTTT\", \"ini\": 1731, \"clust\": 1807, \"rank\": 1946, \"rankvar\": 2366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1858, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1338, \"group\": [1807.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTATCGCAT\", \"ini\": 1730, \"clust\": 1179, \"rank\": 1691, \"rankvar\": 2920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1882, \"group\": [1180.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCGCATAA\", \"ini\": 1729, \"clust\": 2706, \"rank\": 503, \"rankvar\": 562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1860, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 81, \"group\": [2709.0, 91.0, 24.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAAGTAGTA\", \"ini\": 1728, \"clust\": 1899, \"rank\": 1909, \"rankvar\": 2391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1861, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1339, \"group\": [1900.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGTCATCCA\", \"ini\": 1727, \"clust\": 1250, \"rank\": 2425, \"rankvar\": 1686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1340, \"group\": [1252.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAGTATGGTTC\", \"ini\": 1726, \"clust\": 3346, \"rank\": 268, \"rankvar\": 192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1863, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 82, \"group\": [3345.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTAATTGGA\", \"ini\": 1725, \"clust\": 1781, \"rank\": 1831, \"rankvar\": 2470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1341, \"group\": [1781.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATGGTCTA\", \"ini\": 1724, \"clust\": 3407, \"rank\": 510, \"rankvar\": 61, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1865, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 83, \"group\": [3408.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCACCCGAG\", \"ini\": 1723, \"clust\": 2026, \"rank\": 2392, \"rankvar\": 2653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1342, \"group\": [2028.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAGACGTAG\", \"ini\": 1722, \"clust\": 1876, \"rank\": 2385, \"rankvar\": 2479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1343, \"group\": [1876.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCCGTACAA\", \"ini\": 1721, \"clust\": 1759, \"rank\": 2242, \"rankvar\": 1066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1868, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1344, \"group\": [1761.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGAGTGACC\", \"ini\": 1720, \"clust\": 2785, \"rank\": 632, \"rankvar\": 2998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1869, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1789, \"group\": [2786.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGCCCTAAT\", \"ini\": 1719, \"clust\": 3108, \"rank\": 651, \"rankvar\": 1096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1870, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3451, \"group\": [3111.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGGAGCGTT\", \"ini\": 1718, \"clust\": 3547, \"rank\": 562, \"rankvar\": 415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1871, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 84, \"group\": [3547.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACATAACC\", \"ini\": 1717, \"clust\": 3047, \"rank\": 785, \"rankvar\": 535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1872, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3452, \"group\": [3046.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACAAGCCATT\", \"ini\": 1716, \"clust\": 3051, \"rank\": 558, \"rankvar\": 712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1873, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3453, \"group\": [3051.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCGCGAAA\", \"ini\": 1715, \"clust\": 3113, \"rank\": 471, \"rankvar\": 787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1874, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3454, \"group\": [3116.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTCGACTGC\", \"ini\": 1714, \"clust\": 1841, \"rank\": 2236, \"rankvar\": 1474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1345, \"group\": [1841.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCATTCTA\", \"ini\": 1713, \"clust\": 1699, \"rank\": 1936, \"rankvar\": 3112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1346, \"group\": [1697.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAACTGTC\", \"ini\": 1712, \"clust\": 3077, \"rank\": 636, \"rankvar\": 727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1877, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3455, \"group\": [3081.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTGGACGAT\", \"ini\": 1711, \"clust\": 1253, \"rank\": 2295, \"rankvar\": 1854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1347, \"group\": [1250.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACACATGGGA\", \"ini\": 1710, \"clust\": 1907, \"rank\": 2085, \"rankvar\": 908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1348, \"group\": [1910.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGTCAGCC\", \"ini\": 1709, \"clust\": 3497, \"rank\": 554, \"rankvar\": 817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1880, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3456, \"group\": [3507.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCATGGTAGG\", \"ini\": 1708, \"clust\": 2047, \"rank\": 1652, \"rankvar\": 1279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1881, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1349, \"group\": [2046.0, 78.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACATTTCAGG\", \"ini\": 1707, \"clust\": 1286, \"rank\": 2227, \"rankvar\": 1586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1350, \"group\": [1283.0, 61.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTCGGATCC\", \"ini\": 1706, \"clust\": 923, \"rank\": 2248, \"rankvar\": 1603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1883, \"group\": [923.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAGTATTAGCC\", \"ini\": 1705, \"clust\": 2510, \"rank\": 2103, \"rankvar\": 2357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1351, \"group\": [2510.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCGCAT\", \"ini\": 1704, \"clust\": 1588, \"rank\": 1939, \"rankvar\": 1489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1352, \"group\": [1587.0, 74.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCATTCACTT\", \"ini\": 1703, \"clust\": 1850, \"rank\": 2338, \"rankvar\": 2372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1353, \"group\": [1850.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGTGGACC\", \"ini\": 1702, \"clust\": 2885, \"rank\": 824, \"rankvar\": 925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1887, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3573, \"group\": [2884.0, 108.0, 27.0, 10.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTTTACGT\", \"ini\": 1701, \"clust\": 1323, \"rank\": 2423, \"rankvar\": 1124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1354, \"group\": [1326.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCAACACCTA\", \"ini\": 1700, \"clust\": 1183, \"rank\": 1185, \"rankvar\": 2123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1889, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2706, \"group\": [1183.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTACATGA\", \"ini\": 1699, \"clust\": 1838, \"rank\": 2016, \"rankvar\": 860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1355, \"group\": [1838.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATGTGGT\", \"ini\": 1698, \"clust\": 2920, \"rank\": 963, \"rankvar\": 629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1891, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3457, \"group\": [2920.0, 119.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTAACGGT\", \"ini\": 1697, \"clust\": 3551, \"rank\": 611, \"rankvar\": 1147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1892, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 85, \"group\": [3551.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGATAAGT\", \"ini\": 1696, \"clust\": 1983, \"rank\": 2309, \"rankvar\": 1601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1356, \"group\": [1983.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTACGCCC\", \"ini\": 1695, \"clust\": 2851, \"rank\": 1861, \"rankvar\": 2393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1894, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1790, \"group\": [2850.0, 103.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAAACGCG\", \"ini\": 1694, \"clust\": 1976, \"rank\": 2235, \"rankvar\": 2812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1357, \"group\": [1976.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGACCTAGG\", \"ini\": 1693, \"clust\": 3270, \"rank\": 278, \"rankvar\": 298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1896, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 86, \"group\": [3270.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGTAGAGC\", \"ini\": 1692, \"clust\": 1200, \"rank\": 1239, \"rankvar\": 3471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1897, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1884, \"group\": [1200.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGGCGACAT\", \"ini\": 1691, \"clust\": 1805, \"rank\": 2012, \"rankvar\": 1438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1898, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1358, \"group\": [1808.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACGGTTTA\", \"ini\": 1690, \"clust\": 2697, \"rank\": 1976, \"rankvar\": 970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1359, \"group\": [2703.0, 88.0, 22.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCCGACTT\", \"ini\": 1689, \"clust\": 3486, \"rank\": 614, \"rankvar\": 401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1900, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3458, \"group\": [3486.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAGGTAA\", \"ini\": 1688, \"clust\": 1960, \"rank\": 2004, \"rankvar\": 2968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1360, \"group\": [1962.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGCT\", \"ini\": 1687, \"clust\": 2559, \"rank\": 2113, \"rankvar\": 3563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1361, \"group\": [2559.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGATGTAT\", \"ini\": 1686, \"clust\": 3448, \"rank\": 732, \"rankvar\": 926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1903, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3459, \"group\": [3451.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCATCTGTT\", \"ini\": 1685, \"clust\": 2985, \"rank\": 1613, \"rankvar\": 2235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1904, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3460, \"group\": [2986.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGCTAGTTC\", \"ini\": 1684, \"clust\": 1871, \"rank\": 2028, \"rankvar\": 1362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1362, \"group\": [1872.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGTCACGCC\", \"ini\": 1683, \"clust\": 1835, \"rank\": 1729, \"rankvar\": 1904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1363, \"group\": [1833.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTTGGACCC\", \"ini\": 1682, \"clust\": 3354, \"rank\": 403, \"rankvar\": 471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3461, \"group\": [3354.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAGGCCCA\", \"ini\": 1681, \"clust\": 2000, \"rank\": 2273, \"rankvar\": 2194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1364, \"group\": [2001.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTTGTATC\", \"ini\": 1680, \"clust\": 1100, \"rank\": 2246, \"rankvar\": 2201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1909, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1885, \"group\": [1099.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTAGCTGCC\", \"ini\": 1679, \"clust\": 1353, \"rank\": 2382, \"rankvar\": 2738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1365, \"group\": [1351.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATGACT\", \"ini\": 1678, \"clust\": 3528, \"rank\": 802, \"rankvar\": 1083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3462, \"group\": [3528.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAATCCGCTGTT\", \"ini\": 1677, \"clust\": 2489, \"rank\": 2030, \"rankvar\": 1905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1366, \"group\": [2490.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCTAGCCC\", \"ini\": 1676, \"clust\": 1578, \"rank\": 2094, \"rankvar\": 2695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1367, \"group\": [1578.0, 73.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACACGGTGTC\", \"ini\": 1675, \"clust\": 1287, \"rank\": 2453, \"rankvar\": 2923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1368, \"group\": [1287.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGAACTGTA\", \"ini\": 1674, \"clust\": 2504, \"rank\": 2187, \"rankvar\": 1925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1369, \"group\": [2505.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACCGTTA\", \"ini\": 1673, \"clust\": 2811, \"rank\": 1512, \"rankvar\": 3579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1370, \"group\": [2811.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCATGGAATA\", \"ini\": 1672, \"clust\": 2921, \"rank\": 853, \"rankvar\": 909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1917, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3463, \"group\": [2921.0, 119.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATTACCC\", \"ini\": 1671, \"clust\": 2594, \"rank\": 2285, \"rankvar\": 2507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1371, \"group\": [2594.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAGTGAGTG\", \"ini\": 1670, \"clust\": 3212, \"rank\": 260, \"rankvar\": 132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1919, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3464, \"group\": [3209.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCACGGTTA\", \"ini\": 1669, \"clust\": 1972, \"rank\": 2194, \"rankvar\": 3240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1372, \"group\": [1973.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTAGCCTCG\", \"ini\": 1668, \"clust\": 2836, \"rank\": 1479, \"rankvar\": 1183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1921, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1791, \"group\": [2837.0, 101.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAACGCGA\", \"ini\": 1667, \"clust\": 1738, \"rank\": 1823, \"rankvar\": 3205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1373, \"group\": [1738.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCTCCACT\", \"ini\": 1666, \"clust\": 2984, \"rank\": 1113, \"rankvar\": 2525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3465, \"group\": [2981.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTATAATGG\", \"ini\": 1665, \"clust\": 2629, \"rank\": 2132, \"rankvar\": 1775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1374, \"group\": [2629.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCACTTACT\", \"ini\": 1664, \"clust\": 2033, \"rank\": 2411, \"rankvar\": 3292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1375, \"group\": [2033.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTGTATGGG\", \"ini\": 1663, \"clust\": 3369, \"rank\": 249, \"rankvar\": 932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1926, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3466, \"group\": [3367.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCACCTTAT\", \"ini\": 1662, \"clust\": 2500, \"rank\": 2284, \"rankvar\": 3099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1927, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1376, \"group\": [2503.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCATCGATG\", \"ini\": 1661, \"clust\": 1627, \"rank\": 2020, \"rankvar\": 3065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1377, \"group\": [1628.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAACGACG\", \"ini\": 1660, \"clust\": 2550, \"rank\": 2023, \"rankvar\": 2579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1378, \"group\": [2548.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACGATGT\", \"ini\": 1659, \"clust\": 1314, \"rank\": 2362, \"rankvar\": 3125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1930, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1379, \"group\": [1313.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTACACCGC\", \"ini\": 1658, \"clust\": 2694, \"rank\": 1667, \"rankvar\": 759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1931, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1380, \"group\": [2695.0, 84.0, 20.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGAACTGT\", \"ini\": 1657, \"clust\": 3552, \"rank\": 504, \"rankvar\": 1063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1932, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 87, \"group\": [3552.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGGACCACA\", \"ini\": 1656, \"clust\": 1092, \"rank\": 998, \"rankvar\": 778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1933, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2707, \"group\": [1095.0, 33.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAATAACGA\", \"ini\": 1655, \"clust\": 1882, \"rank\": 2293, \"rankvar\": 2582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1934, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1381, \"group\": [1881.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGCCTAA\", \"ini\": 1654, \"clust\": 2006, \"rank\": 2341, \"rankvar\": 2009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1382, \"group\": [2009.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCACAACGCC\", \"ini\": 1653, \"clust\": 1171, \"rank\": 2151, \"rankvar\": 2308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1886, \"group\": [1171.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCCATGCTC\", \"ini\": 1652, \"clust\": 3192, \"rank\": 438, \"rankvar\": 214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1937, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3467, \"group\": [3192.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGCTGCT\", \"ini\": 1651, \"clust\": 2612, \"rank\": 1730, \"rankvar\": 2317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1938, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1383, \"group\": [2611.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTTAAGCC\", \"ini\": 1650, \"clust\": 2821, \"rank\": 907, \"rankvar\": 1032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1792, \"group\": [2820.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGGTTTCA\", \"ini\": 1649, \"clust\": 2981, \"rank\": 1188, \"rankvar\": 1240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3468, \"group\": [2983.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGAGGGTT\", \"ini\": 1648, \"clust\": 3451, \"rank\": 833, \"rankvar\": 1591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1941, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3469, \"group\": [3449.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAATGGATA\", \"ini\": 1647, \"clust\": 1157, \"rank\": 2129, \"rankvar\": 2763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1887, \"group\": [1160.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGGTACTCT\", \"ini\": 1646, \"clust\": 1848, \"rank\": 2138, \"rankvar\": 1333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1384, \"group\": [1851.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAACGCTA\", \"ini\": 1645, \"clust\": 3079, \"rank\": 800, \"rankvar\": 555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3470, \"group\": [3078.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTTCAACCA\", \"ini\": 1644, \"clust\": 2119, \"rank\": 1673, \"rankvar\": 1144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1385, \"group\": [2120.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCAGAGGT\", \"ini\": 1643, \"clust\": 1999, \"rank\": 2205, \"rankvar\": 2416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1946, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1386, \"group\": [1999.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCAAGATCC\", \"ini\": 1642, \"clust\": 3533, \"rank\": 986, \"rankvar\": 1301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1947, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 88, \"group\": [3537.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCAGATAATG\", \"ini\": 1641, \"clust\": 2495, \"rank\": 2251, \"rankvar\": 2963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1948, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1387, \"group\": [2498.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGCGATTCT\", \"ini\": 1640, \"clust\": 1839, \"rank\": 2404, \"rankvar\": 2373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1388, \"group\": [1842.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAGGCT\", \"ini\": 1639, \"clust\": 2427, \"rank\": 1505, \"rankvar\": 1736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1389, \"group\": [2427.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAAACTGCT\", \"ini\": 1638, \"clust\": 2580, \"rank\": 1894, \"rankvar\": 1630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1390, \"group\": [2580.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTTGCGT\", \"ini\": 1637, \"clust\": 3468, \"rank\": 548, \"rankvar\": 406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1952, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 89, \"group\": [3472.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGTAGATGT\", \"ini\": 1636, \"clust\": 2511, \"rank\": 2262, \"rankvar\": 3476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1391, \"group\": [2511.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTGACGCCT\", \"ini\": 1635, \"clust\": 1948, \"rank\": 1903, \"rankvar\": 479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1392, \"group\": [1950.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCTCGCAT\", \"ini\": 1634, \"clust\": 1201, \"rank\": 1496, \"rankvar\": 3347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1888, \"group\": [1201.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAGGTTTCA\", \"ini\": 1633, \"clust\": 2479, \"rank\": 2182, \"rankvar\": 1641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1393, \"group\": [2479.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCTGGC\", \"ini\": 1632, \"clust\": 1177, \"rank\": 1974, \"rankvar\": 1609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1889, \"group\": [1177.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTTAAAGTG\", \"ini\": 1631, \"clust\": 2473, \"rank\": 2066, \"rankvar\": 1820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1394, \"group\": [2473.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGGAGCAA\", \"ini\": 1630, \"clust\": 1910, \"rank\": 2217, \"rankvar\": 2008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1395, \"group\": [1908.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGGTGTGGT\", \"ini\": 1629, \"clust\": 1992, \"rank\": 2195, \"rankvar\": 2265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1396, \"group\": [1992.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAACAACA\", \"ini\": 1628, \"clust\": 2499, \"rank\": 2311, \"rankvar\": 1819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1961, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1397, \"group\": [2500.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCCAGTTT\", \"ini\": 1627, \"clust\": 1612, \"rank\": 2134, \"rankvar\": 2034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1398, \"group\": [1612.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTACATGTC\", \"ini\": 1626, \"clust\": 1863, \"rank\": 2198, \"rankvar\": 1709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1399, \"group\": [1864.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCACCGATAT\", \"ini\": 1625, \"clust\": 3023, \"rank\": 596, \"rankvar\": 218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1964, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3574, \"group\": [3023.0, 129.0, 31.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACACTGCG\", \"ini\": 1624, \"clust\": 1590, \"rank\": 2071, \"rankvar\": 869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1400, \"group\": [1589.0, 74.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTACGCCC\", \"ini\": 1623, \"clust\": 2043, \"rank\": 1543, \"rankvar\": 292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1401, \"group\": [2042.0, 78.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCAAGCC\", \"ini\": 1622, \"clust\": 2563, \"rank\": 1977, \"rankvar\": 1421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1402, \"group\": [2566.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCAGGAATGC\", \"ini\": 1621, \"clust\": 2462, \"rank\": 2549, \"rankvar\": 1960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1403, \"group\": [2463.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTGATGATA\", \"ini\": 1620, \"clust\": 1233, \"rank\": 2214, \"rankvar\": 349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1969, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1404, \"group\": [1234.0, 56.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTCCGAATT\", \"ini\": 1619, \"clust\": 1163, \"rank\": 1876, \"rankvar\": 2568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1890, \"group\": [1162.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGACACGAC\", \"ini\": 1618, \"clust\": 2999, \"rank\": 1515, \"rankvar\": 776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1971, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 90, \"group\": [2998.0, 124.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTGCACCAC\", \"ini\": 1617, \"clust\": 2688, \"rank\": 1631, \"rankvar\": 1435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1972, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1405, \"group\": [2685.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGACACGAC\", \"ini\": 1616, \"clust\": 1278, \"rank\": 2432, \"rankvar\": 1453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1973, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1406, \"group\": [1281.0, 61.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCATGCTCC\", \"ini\": 1615, \"clust\": 1758, \"rank\": 2489, \"rankvar\": 2493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1407, \"group\": [1766.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGCTTAG\", \"ini\": 1614, \"clust\": 1307, \"rank\": 2332, \"rankvar\": 2722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1408, \"group\": [1306.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTCAAACTC\", \"ini\": 1613, \"clust\": 1628, \"rank\": 2234, \"rankvar\": 3490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1976, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1409, \"group\": [1629.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCTAGCCC\", \"ini\": 1612, \"clust\": 1684, \"rank\": 2160, \"rankvar\": 3166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1410, \"group\": [1685.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTTACTGAC\", \"ini\": 1611, \"clust\": 3119, \"rank\": 506, \"rankvar\": 561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1978, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3471, \"group\": [3122.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAATTGCTG\", \"ini\": 1610, \"clust\": 1603, \"rank\": 2027, \"rankvar\": 810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1411, \"group\": [1603.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATGCTAGT\", \"ini\": 1609, \"clust\": 1989, \"rank\": 2300, \"rankvar\": 2403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1412, \"group\": [1990.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCCGCTGA\", \"ini\": 1608, \"clust\": 2506, \"rank\": 2165, \"rankvar\": 2245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1413, \"group\": [2507.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCAGCGATT\", \"ini\": 1607, \"clust\": 1937, \"rank\": 2215, \"rankvar\": 1287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1414, \"group\": [1941.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGACACG\", \"ini\": 1606, \"clust\": 2027, \"rank\": 2290, \"rankvar\": 1067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1415, \"group\": [2026.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATCCGGGT\", \"ini\": 1605, \"clust\": 2852, \"rank\": 1591, \"rankvar\": 3193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1984, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1793, \"group\": [2851.0, 103.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCATCGATG\", \"ini\": 1604, \"clust\": 1780, \"rank\": 1967, \"rankvar\": 761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1416, \"group\": [1783.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCATAGAAAC\", \"ini\": 1603, \"clust\": 2019, \"rank\": 2322, \"rankvar\": 2925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1986, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1417, \"group\": [2020.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATAACCTG\", \"ini\": 1602, \"clust\": 1112, \"rank\": 1593, \"rankvar\": 3048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1987, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2708, \"group\": [1113.0, 38.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGGTGGGTT\", \"ini\": 1601, \"clust\": 2655, \"rank\": 1774, \"rankvar\": 1675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1418, \"group\": [2654.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACATAACC\", \"ini\": 1600, \"clust\": 3328, \"rank\": 827, \"rankvar\": 863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1989, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3472, \"group\": [3328.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCATTATCC\", \"ini\": 1599, \"clust\": 3388, \"rank\": 641, \"rankvar\": 301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1990, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3473, \"group\": [3400.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCGATGAGG\", \"ini\": 1598, \"clust\": 1808, \"rank\": 1842, \"rankvar\": 1388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1991, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1419, \"group\": [1811.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATAGCTGATAA\", \"ini\": 1597, \"clust\": 2528, \"rank\": 1574, \"rankvar\": 3130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1420, \"group\": [2529.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTCGGGCT\", \"ini\": 1596, \"clust\": 1973, \"rank\": 2283, \"rankvar\": 2768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1993, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1421, \"group\": [1974.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGGAAATA\", \"ini\": 1595, \"clust\": 2796, \"rank\": 1594, \"rankvar\": 2472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1994, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1794, \"group\": [2796.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGACATTGGTAC\", \"ini\": 1594, \"clust\": 1908, \"rank\": 2178, \"rankvar\": 1315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1422, \"group\": [1909.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGGAAATA\", \"ini\": 1593, \"clust\": 116, \"rank\": 2091, \"rankvar\": 747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1891, \"group\": [116.0, 16.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCGTTTATC\", \"ini\": 1592, \"clust\": 1579, \"rank\": 2414, \"rankvar\": 1459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1423, \"group\": [1579.0, 73.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAGTTCCCT\", \"ini\": 1591, \"clust\": 3427, \"rank\": 750, \"rankvar\": 494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1998, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 91, \"group\": [3430.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCGTAGAGCTG\", \"ini\": 1590, \"clust\": 1174, \"rank\": 2008, \"rankvar\": 3523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1892, \"group\": [1176.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTACTATC\", \"ini\": 1589, \"clust\": 2846, \"rank\": 1863, \"rankvar\": 3390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2000, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1795, \"group\": [2845.0, 103.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTTCCGCGGTA\", \"ini\": 1588, \"clust\": 3548, \"rank\": 610, \"rankvar\": 1221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2001, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 92, \"group\": [3549.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACAGCT\", \"ini\": 1587, \"clust\": 1952, \"rank\": 2277, \"rankvar\": 905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2002, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1424, \"group\": [1953.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCCAACGG\", \"ini\": 1586, \"clust\": 1315, \"rank\": 2517, \"rankvar\": 3158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1425, \"group\": [1317.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAGTGTTGAGG\", \"ini\": 1585, \"clust\": 2930, \"rank\": 673, \"rankvar\": 627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3474, \"group\": [2930.0, 119.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAGCCTAT\", \"ini\": 1584, \"clust\": 1979, \"rank\": 2431, \"rankvar\": 1504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1426, \"group\": [1980.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCATCACGAT\", \"ini\": 1583, \"clust\": 3080, \"rank\": 746, \"rankvar\": 643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2006, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3475, \"group\": [3079.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTCCCGAG\", \"ini\": 1582, \"clust\": 2502, \"rank\": 2230, \"rankvar\": 3312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1427, \"group\": [2502.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGCATACT\", \"ini\": 1581, \"clust\": 2844, \"rank\": 1840, \"rankvar\": 3321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2008, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1796, \"group\": [2846.0, 103.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCTTTCCTC\", \"ini\": 1580, \"clust\": 1652, \"rank\": 1787, \"rankvar\": 3010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2009, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1428, \"group\": [1653.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTGTTG\", \"ini\": 1579, \"clust\": 3329, \"rank\": 428, \"rankvar\": 674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2010, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3476, \"group\": [3329.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCATATACGC\", \"ini\": 1578, \"clust\": 2995, \"rank\": 1265, \"rankvar\": 1160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2011, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 93, \"group\": [2996.0, 124.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGAATCTCC\", \"ini\": 1577, \"clust\": 1985, \"rank\": 2166, \"rankvar\": 824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1429, \"group\": [1987.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAATGAC\", \"ini\": 1576, \"clust\": 3565, \"rank\": 576, \"rankvar\": 785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2013, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 94, \"group\": [3589.0, 145.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCATCGGAT\", \"ini\": 1575, \"clust\": 1145, \"rank\": 1996, \"rankvar\": 2392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2014, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1893, \"group\": [1145.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGAGTACAT\", \"ini\": 1574, \"clust\": 2545, \"rank\": 1763, \"rankvar\": 2551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1430, \"group\": [2543.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCGATCCC\", \"ini\": 1573, \"clust\": 1144, \"rank\": 2051, \"rankvar\": 3212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1894, \"group\": [1147.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGAGCAATT\", \"ini\": 1572, \"clust\": 2438, \"rank\": 2090, \"rankvar\": 1937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2017, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1431, \"group\": [2443.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCTTGTTTG\", \"ini\": 1571, \"clust\": 2707, \"rank\": 959, \"rankvar\": 1207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2018, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 95, \"group\": [2708.0, 91.0, 24.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCGAATGT\", \"ini\": 1570, \"clust\": 2546, \"rank\": 2024, \"rankvar\": 1739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1432, \"group\": [2551.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCTTGAGAC\", \"ini\": 1569, \"clust\": 2030, \"rank\": 1881, \"rankvar\": 2465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1433, \"group\": [2031.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAGGCAGTA\", \"ini\": 1568, \"clust\": 2992, \"rank\": 943, \"rankvar\": 2422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2021, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3477, \"group\": [2992.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTACACT\", \"ini\": 1567, \"clust\": 3064, \"rank\": 790, \"rankvar\": 866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2022, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3478, \"group\": [3064.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCGTGTCC\", \"ini\": 1566, \"clust\": 1235, \"rank\": 2377, \"rankvar\": 1671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1434, \"group\": [1238.0, 56.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTAAACACA\", \"ini\": 1565, \"clust\": 1751, \"rank\": 2108, \"rankvar\": 2690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1435, \"group\": [1752.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCTGTTCA\", \"ini\": 1564, \"clust\": 3067, \"rank\": 457, \"rankvar\": 1643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2025, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3479, \"group\": [3067.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCCTACAGA\", \"ini\": 1563, \"clust\": 2507, \"rank\": 2350, \"rankvar\": 2756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2026, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1436, \"group\": [2508.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCAGTAG\", \"ini\": 1562, \"clust\": 1903, \"rank\": 1844, \"rankvar\": 1029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1437, \"group\": [1905.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTGCAGACA\", \"ini\": 1561, \"clust\": 2508, \"rank\": 2321, \"rankvar\": 3462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2028, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1438, \"group\": [2509.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTCGGCAC\", \"ini\": 1560, \"clust\": 3562, \"rank\": 226, \"rankvar\": 1367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2029, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 96, \"group\": [3565.0, 142.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCTACCTA\", \"ini\": 1559, \"clust\": 2320, \"rank\": 1695, \"rankvar\": 1598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2030, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1439, \"group\": [2319.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTGTGTG\", \"ini\": 1558, \"clust\": 2880, \"rank\": 1310, \"rankvar\": 658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1797, \"group\": [2878.0, 106.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGACTTGAA\", \"ini\": 1557, \"clust\": 2496, \"rank\": 2252, \"rankvar\": 3437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2032, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1440, \"group\": [2496.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCCTGACT\", \"ini\": 1556, \"clust\": 3504, \"rank\": 687, \"rankvar\": 417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2033, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3480, \"group\": [3503.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGCTAACTC\", \"ini\": 1555, \"clust\": 2802, \"rank\": 1460, \"rankvar\": 1391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2034, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1798, \"group\": [2802.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCACAACGT\", \"ini\": 1554, \"clust\": 2475, \"rank\": 2095, \"rankvar\": 1610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1441, \"group\": [2477.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCTGCA\", \"ini\": 1553, \"clust\": 2540, \"rank\": 1633, \"rankvar\": 3444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2036, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1799, \"group\": [2541.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCGAATGCT\", \"ini\": 1552, \"clust\": 1425, \"rank\": 1266, \"rankvar\": 1079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1800, \"group\": [1423.0, 64.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGTCAATC\", \"ini\": 1551, \"clust\": 2010, \"rank\": 2320, \"rankvar\": 1771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1442, \"group\": [2011.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACCTTTG\", \"ini\": 1550, \"clust\": 1284, \"rank\": 2366, \"rankvar\": 1859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1443, \"group\": [1284.0, 61.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGACATTA\", \"ini\": 1549, \"clust\": 2713, \"rank\": 1158, \"rankvar\": 1513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2040, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 97, \"group\": [2716.0, 92.0, 24.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGTGGCT\", \"ini\": 1548, \"clust\": 1309, \"rank\": 2256, \"rankvar\": 1764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2041, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1444, \"group\": [1309.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGGAGTCTG\", \"ini\": 1547, \"clust\": 1212, \"rank\": 1717, \"rankvar\": 1533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2042, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1895, \"group\": [1215.0, 46.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATCTGCA\", \"ini\": 1546, \"clust\": 2794, \"rank\": 1216, \"rankvar\": 1214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2043, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1801, \"group\": [2794.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTCACTTCC\", \"ini\": 1545, \"clust\": 3391, \"rank\": 297, \"rankvar\": 290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2044, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3481, \"group\": [3399.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTAAAGGAG\", \"ini\": 1544, \"clust\": 2979, \"rank\": 1225, \"rankvar\": 1962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2045, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 98, \"group\": [2985.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTTAAGACA\", \"ini\": 1543, \"clust\": 2429, \"rank\": 1712, \"rankvar\": 995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1445, \"group\": [2430.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCATGTCCTC\", \"ini\": 1542, \"clust\": 2916, \"rank\": 1038, \"rankvar\": 1051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2047, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3482, \"group\": [2917.0, 118.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCATTCA\", \"ini\": 1541, \"clust\": 2272, \"rank\": 1735, \"rankvar\": 3258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1446, \"group\": [2272.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTACCTACA\", \"ini\": 1540, \"clust\": 2925, \"rank\": 871, \"rankvar\": 1018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3483, \"group\": [2933.0, 119.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAATGACCT\", \"ini\": 1539, \"clust\": 2442, \"rank\": 2282, \"rankvar\": 2664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2050, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1447, \"group\": [2440.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCAGAAGCAC\", \"ini\": 1538, \"clust\": 1668, \"rank\": 2148, \"rankvar\": 1688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2051, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1448, \"group\": [1668.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGCTAGTGG\", \"ini\": 1537, \"clust\": 1799, \"rank\": 1709, \"rankvar\": 2984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1449, \"group\": [1799.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTAACTTC\", \"ini\": 1536, \"clust\": 1630, \"rank\": 1544, \"rankvar\": 3479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1450, \"group\": [1632.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGACTTGAA\", \"ini\": 1535, \"clust\": 2705, \"rank\": 1302, \"rankvar\": 1908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2054, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 99, \"group\": [2710.0, 91.0, 24.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAATCCAAC\", \"ini\": 1534, \"clust\": 3125, \"rank\": 720, \"rankvar\": 1328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2055, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3484, \"group\": [3132.0, 136.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCACGGCTAC\", \"ini\": 1533, \"clust\": 2432, \"rank\": 2093, \"rankvar\": 2710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2056, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1451, \"group\": [2438.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCGTTGCT\", \"ini\": 1532, \"clust\": 1198, \"rank\": 1547, \"rankvar\": 2378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2057, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1896, \"group\": [1198.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGCCACGTC\", \"ini\": 1531, \"clust\": 1892, \"rank\": 2110, \"rankvar\": 1547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1452, \"group\": [1891.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGGGAGTAA\", \"ini\": 1530, \"clust\": 1356, \"rank\": 2573, \"rankvar\": 551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1453, \"group\": [1354.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATGTGGTCTCG\", \"ini\": 1529, \"clust\": 3229, \"rank\": 444, \"rankvar\": 198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2060, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3485, \"group\": [3230.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTTGTCC\", \"ini\": 1528, \"clust\": 1672, \"rank\": 1548, \"rankvar\": 2873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1454, \"group\": [1671.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCACTCTTA\", \"ini\": 1527, \"clust\": 2485, \"rank\": 2281, \"rankvar\": 3564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1455, \"group\": [2486.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCTGAAAT\", \"ini\": 1526, \"clust\": 1227, \"rank\": 2056, \"rankvar\": 1222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2063, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1836, \"group\": [1227.0, 51.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTAAAGTG\", \"ini\": 1525, \"clust\": 1641, \"rank\": 1804, \"rankvar\": 1741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1456, \"group\": [1643.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTTTGTGTG\", \"ini\": 1524, \"clust\": 3073, \"rank\": 592, \"rankvar\": 65, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2065, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3486, \"group\": [3077.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATGTTGC\", \"ini\": 1523, \"clust\": 1997, \"rank\": 2358, \"rankvar\": 1951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2066, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1457, \"group\": [2000.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCATCGGAT\", \"ini\": 1522, \"clust\": 3046, \"rank\": 1076, \"rankvar\": 654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2067, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3487, \"group\": [3048.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATGTAAG\", \"ini\": 1521, \"clust\": 3005, \"rank\": 1396, \"rankvar\": 1705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2068, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3488, \"group\": [3006.0, 125.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTGCCTGGT\", \"ini\": 1520, \"clust\": 3049, \"rank\": 708, \"rankvar\": 632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3489, \"group\": [3052.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCCACTTG\", \"ini\": 1519, \"clust\": 2711, \"rank\": 1497, \"rankvar\": 2964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2070, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 100, \"group\": [2711.0, 92.0, 24.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGCCG\", \"ini\": 1518, \"clust\": 1666, \"rank\": 2122, \"rankvar\": 2000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1458, \"group\": [1669.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTCGTTGTA\", \"ini\": 1517, \"clust\": 931, \"rank\": 2168, \"rankvar\": 1223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1897, \"group\": [930.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTGGCACA\", \"ini\": 1516, \"clust\": 1161, \"rank\": 2126, \"rankvar\": 3177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2073, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1898, \"group\": [1163.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGAGAACAG\", \"ini\": 1515, \"clust\": 3447, \"rank\": 874, \"rankvar\": 1555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2074, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3490, \"group\": [3452.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTAGCCTAT\", \"ini\": 1514, \"clust\": 1888, \"rank\": 2380, \"rankvar\": 1177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1459, \"group\": [1889.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGATATAC\", \"ini\": 1513, \"clust\": 2569, \"rank\": 1937, \"rankvar\": 3467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2076, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1460, \"group\": [2573.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGATGCGAC\", \"ini\": 1512, \"clust\": 2001, \"rank\": 2381, \"rankvar\": 2728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1461, \"group\": [2002.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGACAGAGA\", \"ini\": 1511, \"clust\": 2709, \"rank\": 894, \"rankvar\": 573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2078, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 101, \"group\": [2707.0, 91.0, 24.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCGCAGGCT\", \"ini\": 1510, \"clust\": 1884, \"rank\": 2116, \"rankvar\": 1064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1462, \"group\": [1886.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTTACAGAA\", \"ini\": 1509, \"clust\": 1978, \"rank\": 2069, \"rankvar\": 2639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2080, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1463, \"group\": [1979.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGGAACGG\", \"ini\": 1508, \"clust\": 2702, \"rank\": 1509, \"rankvar\": 1012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1464, \"group\": [2701.0, 87.0, 22.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTAGATTAG\", \"ini\": 1507, \"clust\": 2464, \"rank\": 2464, \"rankvar\": 1677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2082, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1465, \"group\": [2465.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAATACGCT\", \"ini\": 1506, \"clust\": 3581, \"rank\": 122, \"rankvar\": 175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2083, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 102, \"group\": [3577.0, 143.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACGTCTCT\", \"ini\": 1505, \"clust\": 1598, \"rank\": 2313, \"rankvar\": 1582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2084, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1466, \"group\": [1601.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCGTGGCT\", \"ini\": 1504, \"clust\": 3044, \"rank\": 618, \"rankvar\": 552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2085, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3491, \"group\": [3043.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGAGCAATT\", \"ini\": 1503, \"clust\": 3048, \"rank\": 881, \"rankvar\": 834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3492, \"group\": [3047.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCGAACTGT\", \"ini\": 1502, \"clust\": 3549, \"rank\": 446, \"rankvar\": 1176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2087, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 103, \"group\": [3550.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCATCAACACTG\", \"ini\": 1501, \"clust\": 2773, \"rank\": 1380, \"rankvar\": 362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2088, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1802, \"group\": [2774.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCGTAGAGTGC\", \"ini\": 1500, \"clust\": 1329, \"rank\": 2407, \"rankvar\": 2174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1467, \"group\": [1327.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAAAGGAG\", \"ini\": 1499, \"clust\": 927, \"rank\": 2231, \"rankvar\": 1192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1899, \"group\": [927.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGAGGTAGA\", \"ini\": 1498, \"clust\": 2020, \"rank\": 2410, \"rankvar\": 2683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2091, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1468, \"group\": [2021.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCCACGCT\", \"ini\": 1497, \"clust\": 1301, \"rank\": 2250, \"rankvar\": 998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1469, \"group\": [1301.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAGTACGT\", \"ini\": 1496, \"clust\": 2591, \"rank\": 2261, \"rankvar\": 3497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2093, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1470, \"group\": [2592.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGCATGGT\", \"ini\": 1495, \"clust\": 2521, \"rank\": 1910, \"rankvar\": 3259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1471, \"group\": [2522.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGCTACGA\", \"ini\": 1494, \"clust\": 2966, \"rank\": 1226, \"rankvar\": 1131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2095, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 104, \"group\": [2966.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGACAGCC\", \"ini\": 1493, \"clust\": 2662, \"rank\": 1603, \"rankvar\": 549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2096, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1803, \"group\": [2689.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTGTGACGA\", \"ini\": 1492, \"clust\": 1996, \"rank\": 2143, \"rankvar\": 1998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2097, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1472, \"group\": [1995.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACCACATCCAA\", \"ini\": 1491, \"clust\": 3435, \"rank\": 524, \"rankvar\": 330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2098, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 105, \"group\": [3438.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTCTC\", \"ini\": 1490, \"clust\": 2976, \"rank\": 951, \"rankvar\": 812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 106, \"group\": [2978.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGAGGACGG\", \"ini\": 1489, \"clust\": 2022, \"rank\": 2304, \"rankvar\": 1704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1473, \"group\": [2023.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCGGACAAG\", \"ini\": 1488, \"clust\": 2923, \"rank\": 1214, \"rankvar\": 1140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2101, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3493, \"group\": [2923.0, 119.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCTAAACC\", \"ini\": 1487, \"clust\": 1170, \"rank\": 2078, \"rankvar\": 3085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1900, \"group\": [1170.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCCTATC\", \"ini\": 1486, \"clust\": 1079, \"rank\": 938, \"rankvar\": 2202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2103, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2709, \"group\": [1080.0, 31.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCAGTCGATT\", \"ini\": 1485, \"clust\": 3534, \"rank\": 1007, \"rankvar\": 1152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2104, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 107, \"group\": [3536.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTTTGACTG\", \"ini\": 1484, \"clust\": 3550, \"rank\": 716, \"rankvar\": 837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2105, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 108, \"group\": [3553.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGAACCT\", \"ini\": 1483, \"clust\": 3061, \"rank\": 552, \"rankvar\": 797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3494, \"group\": [3061.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCGGCTACG\", \"ini\": 1482, \"clust\": 1757, \"rank\": 2082, \"rankvar\": 2879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1474, \"group\": [1756.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAGTCAGCC\", \"ini\": 1481, \"clust\": 1275, \"rank\": 2079, \"rankvar\": 1707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1475, \"group\": [1274.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCGCTGTT\", \"ini\": 1480, \"clust\": 2714, \"rank\": 856, \"rankvar\": 1312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2109, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 109, \"group\": [2714.0, 92.0, 24.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGGCAGTA\", \"ini\": 1479, \"clust\": 1770, \"rank\": 2000, \"rankvar\": 2748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2110, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1804, \"group\": [1780.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTTATCCGA\", \"ini\": 1478, \"clust\": 2904, \"rank\": 1484, \"rankvar\": 162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1476, \"group\": [2908.0, 117.0, 29.0, 11.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGATCGAGCCCA\", \"ini\": 1477, \"clust\": 967, \"rank\": 2306, \"rankvar\": 2943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1901, \"group\": [968.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTTGTCAT\", \"ini\": 1476, \"clust\": 1176, \"rank\": 2249, \"rankvar\": 1931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1902, \"group\": [1175.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCCCGACA\", \"ini\": 1475, \"clust\": 2843, \"rank\": 1590, \"rankvar\": 1411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2114, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1805, \"group\": [2849.0, 103.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCATTGCCC\", \"ini\": 1474, \"clust\": 3039, \"rank\": 695, \"rankvar\": 527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3495, \"group\": [3040.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGCAGGTCA\", \"ini\": 1473, \"clust\": 2636, \"rank\": 1348, \"rankvar\": 1262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1477, \"group\": [2636.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTCGGCAC\", \"ini\": 1472, \"clust\": 1321, \"rank\": 2415, \"rankvar\": 1292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1478, \"group\": [1318.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTTCGTC\", \"ini\": 1471, \"clust\": 2929, \"rank\": 829, \"rankvar\": 509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2118, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 110, \"group\": [2931.0, 119.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCAAGTAGTA\", \"ini\": 1470, \"clust\": 1682, \"rank\": 2192, \"rankvar\": 3578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1479, \"group\": [1683.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAAGGCTCC\", \"ini\": 1469, \"clust\": 922, \"rank\": 1993, \"rankvar\": 1502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1903, \"group\": [922.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTCCAGGG\", \"ini\": 1468, \"clust\": 2428, \"rank\": 1596, \"rankvar\": 1656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1480, \"group\": [2431.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGGCAGGTT\", \"ini\": 1467, \"clust\": 3040, \"rank\": 893, \"rankvar\": 200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3496, \"group\": [3041.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCACGCGGT\", \"ini\": 1466, \"clust\": 1580, \"rank\": 2334, \"rankvar\": 2066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1481, \"group\": [1580.0, 73.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTACAGACG\", \"ini\": 1465, \"clust\": 2497, \"rank\": 2125, \"rankvar\": 3322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1482, \"group\": [2497.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGATCTGAA\", \"ini\": 1464, \"clust\": 2946, \"rank\": 2047, \"rankvar\": 1496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2125, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3497, \"group\": [2948.0, 121.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGACGACGT\", \"ini\": 1463, \"clust\": 3535, \"rank\": 689, \"rankvar\": 2989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2126, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 111, \"group\": [3534.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATCATTC\", \"ini\": 1462, \"clust\": 1336, \"rank\": 2490, \"rankvar\": 3363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1483, \"group\": [1334.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTTTATC\", \"ini\": 1461, \"clust\": 3479, \"rank\": 759, \"rankvar\": 660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3498, \"group\": [3478.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGTCATCT\", \"ini\": 1460, \"clust\": 1782, \"rank\": 2193, \"rankvar\": 3507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2129, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1484, \"group\": [1782.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCTATCCCG\", \"ini\": 1459, \"clust\": 1735, \"rank\": 1480, \"rankvar\": 2976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1485, \"group\": [1735.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACATCCGG\", \"ini\": 1458, \"clust\": 1075, \"rank\": 1130, \"rankvar\": 852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2131, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2710, \"group\": [1076.0, 30.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCAGTCGTGC\", \"ini\": 1457, \"clust\": 1226, \"rank\": 1707, \"rankvar\": 2952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 112, \"group\": [1229.0, 53.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTCCATGA\", \"ini\": 1456, \"clust\": 1282, \"rank\": 2150, \"rankvar\": 308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1486, \"group\": [1286.0, 61.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTGATAAAC\", \"ini\": 1455, \"clust\": 3585, \"rank\": 594, \"rankvar\": 433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2134, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 113, \"group\": [3586.0, 143.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTTCAGCGC\", \"ini\": 1454, \"clust\": 3010, \"rank\": 1080, \"rankvar\": 612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2135, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3499, \"group\": [3010.0, 126.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGTGAAC\", \"ini\": 1453, \"clust\": 2052, \"rank\": 2074, \"rankvar\": 828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1487, \"group\": [2055.0, 79.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTTAAGAAC\", \"ini\": 1452, \"clust\": 1399, \"rank\": 1926, \"rankvar\": 224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1488, \"group\": [1426.0, 65.0, 18.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACTCGACG\", \"ini\": 1451, \"clust\": 2002, \"rank\": 2319, \"rankvar\": 1752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1489, \"group\": [2006.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGCATGCCTAA\", \"ini\": 1450, \"clust\": 2321, \"rank\": 1649, \"rankvar\": 1722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1490, \"group\": [2320.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCTGCCAGG\", \"ini\": 1449, \"clust\": 2986, \"rank\": 1655, \"rankvar\": 3276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2140, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3500, \"group\": [2987.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGATGAC\", \"ini\": 1448, \"clust\": 3582, \"rank\": 449, \"rankvar\": 623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2141, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 114, \"group\": [3581.0, 143.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAGTCTTCC\", \"ini\": 1447, \"clust\": 1237, \"rank\": 2367, \"rankvar\": 1737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1491, \"group\": [1235.0, 56.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCCTAGAAC\", \"ini\": 1446, \"clust\": 2949, \"rank\": 2298, \"rankvar\": 3190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2143, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3501, \"group\": [2952.0, 121.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGTCATCTGCC\", \"ini\": 1445, \"clust\": 1295, \"rank\": 2506, \"rankvar\": 2528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1492, \"group\": [1294.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTAGAAAGG\", \"ini\": 1444, \"clust\": 2987, \"rank\": 1079, \"rankvar\": 2744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2145, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3502, \"group\": [2991.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCGCATGGC\", \"ini\": 1443, \"clust\": 1379, \"rank\": 2502, \"rankvar\": 598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1493, \"group\": [1378.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCATAACCTG\", \"ini\": 1442, \"clust\": 2800, \"rank\": 1377, \"rankvar\": 1891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2147, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1806, \"group\": [2798.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGGGTAC\", \"ini\": 1441, \"clust\": 1288, \"rank\": 2495, \"rankvar\": 2436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2148, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1494, \"group\": [1288.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCTTCGG\", \"ini\": 1440, \"clust\": 2481, \"rank\": 2323, \"rankvar\": 1824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1495, \"group\": [2482.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGACTTTCG\", \"ini\": 1439, \"clust\": 3343, \"rank\": 615, \"rankvar\": 275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2150, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 115, \"group\": [3343.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAGAGGA\", \"ini\": 1438, \"clust\": 2610, \"rank\": 1929, \"rankvar\": 653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1496, \"group\": [2612.0, 82.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTAAAGTCA\", \"ini\": 1437, \"clust\": 1906, \"rank\": 1989, \"rankvar\": 700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1497, \"group\": [1911.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCTTGTCC\", \"ini\": 1436, \"clust\": 2560, \"rank\": 2067, \"rankvar\": 3124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1498, \"group\": [2560.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCTCGT\", \"ini\": 1435, \"clust\": 1283, \"rank\": 2396, \"rankvar\": 1061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1499, \"group\": [1285.0, 61.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCTTGAGAC\", \"ini\": 1434, \"clust\": 2972, \"rank\": 782, \"rankvar\": 1614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2155, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 116, \"group\": [2972.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTGGTCCC\", \"ini\": 1433, \"clust\": 904, \"rank\": 2345, \"rankvar\": 1065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1904, \"group\": [905.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTCTGAGA\", \"ini\": 1432, \"clust\": 3013, \"rank\": 1184, \"rankvar\": 749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2157, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 117, \"group\": [3013.0, 127.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAAACCTC\", \"ini\": 1431, \"clust\": 2886, \"rank\": 961, \"rankvar\": 450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2158, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3575, \"group\": [2885.0, 108.0, 27.0, 10.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAAGTACATGA\", \"ini\": 1430, \"clust\": 3007, \"rank\": 1293, \"rankvar\": 711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3503, \"group\": [3008.0, 126.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACCGGGT\", \"ini\": 1429, \"clust\": 2446, \"rank\": 2107, \"rankvar\": 832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1500, \"group\": [2451.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACGTCAAAGCG\", \"ini\": 1428, \"clust\": 2028, \"rank\": 2363, \"rankvar\": 2285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1501, \"group\": [2027.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCAGTCCCT\", \"ini\": 1427, \"clust\": 2554, \"rank\": 1889, \"rankvar\": 3087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1807, \"group\": [2553.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGACGAA\", \"ini\": 1426, \"clust\": 2592, \"rank\": 2153, \"rankvar\": 3058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1502, \"group\": [2593.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAAGGGCT\", \"ini\": 1425, \"clust\": 1990, \"rank\": 2418, \"rankvar\": 1887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1503, \"group\": [1993.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGCTACGA\", \"ini\": 1424, \"clust\": 3025, \"rank\": 586, \"rankvar\": 195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2165, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3576, \"group\": [3028.0, 129.0, 31.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGCTACCGC\", \"ini\": 1423, \"clust\": 1259, \"rank\": 2271, \"rankvar\": 1137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1504, \"group\": [1258.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGCGAAGGG\", \"ini\": 1422, \"clust\": 1319, \"rank\": 2461, \"rankvar\": 2177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1505, \"group\": [1321.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCCTAACC\", \"ini\": 1421, \"clust\": 2715, \"rank\": 1257, \"rankvar\": 2349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2168, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 3561, \"group\": [2715.0, 92.0, 24.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGACGAA\", \"ini\": 1420, \"clust\": 3094, \"rank\": 507, \"rankvar\": 767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3504, \"group\": [3091.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGACACTAA\", \"ini\": 1419, \"clust\": 2974, \"rank\": 880, \"rankvar\": 2466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2170, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 118, \"group\": [2975.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTTCCAACA\", \"ini\": 1418, \"clust\": 1600, \"rank\": 2223, \"rankvar\": 726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1506, \"group\": [1600.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGTCTTTACGT\", \"ini\": 1417, \"clust\": 1140, \"rank\": 2245, \"rankvar\": 3426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1905, \"group\": [1140.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAATAAGCA\", \"ini\": 1416, \"clust\": 1873, \"rank\": 2072, \"rankvar\": 974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1507, \"group\": [1874.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGCTCCTTC\", \"ini\": 1415, \"clust\": 2048, \"rank\": 1997, \"rankvar\": 1383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1508, \"group\": [2049.0, 79.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGAAACGCC\", \"ini\": 1414, \"clust\": 2874, \"rank\": 1922, \"rankvar\": 2162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2175, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1808, \"group\": [2871.0, 105.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTTCTGAAC\", \"ini\": 1413, \"clust\": 947, \"rank\": 2121, \"rankvar\": 1862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2176, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2711, \"group\": [948.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGTACGATA\", \"ini\": 1412, \"clust\": 2891, \"rank\": 783, \"rankvar\": 666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2177, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3577, \"group\": [2891.0, 110.0, 27.0, 10.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGCGAAGGG\", \"ini\": 1411, \"clust\": 1247, \"rank\": 2379, \"rankvar\": 622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1509, \"group\": [1247.0, 59.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAGACAAAT\", \"ini\": 1410, \"clust\": 3330, \"rank\": 555, \"rankvar\": 348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2179, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3505, \"group\": [3332.0, 137.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTACCTC\", \"ini\": 1409, \"clust\": 1137, \"rank\": 1961, \"rankvar\": 469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1906, \"group\": [1138.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCACAAGCCC\", \"ini\": 1408, \"clust\": 1168, \"rank\": 2124, \"rankvar\": 474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1907, \"group\": [1173.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTTGGTTTG\", \"ini\": 1407, \"clust\": 2477, \"rank\": 2408, \"rankvar\": 3138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1510, \"group\": [2476.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTGTCTCG\", \"ini\": 1406, \"clust\": 3494, \"rank\": 908, \"rankvar\": 357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2183, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 119, \"group\": [3495.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTATGTGC\", \"ini\": 1405, \"clust\": 3472, \"rank\": 921, \"rankvar\": 1046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3506, \"group\": [3473.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACCTATCC\", \"ini\": 1404, \"clust\": 1320, \"rank\": 2455, \"rankvar\": 976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1511, \"group\": [1320.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAAGCTGAG\", \"ini\": 1403, \"clust\": 2595, \"rank\": 2240, \"rankvar\": 1311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1512, \"group\": [2595.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATGAAAC\", \"ini\": 1402, \"clust\": 3477, \"rank\": 896, \"rankvar\": 572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2187, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3507, \"group\": [3479.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTGGGTA\", \"ini\": 1401, \"clust\": 3473, \"rank\": 901, \"rankvar\": 541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3508, \"group\": [3474.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGTAACGG\", \"ini\": 1400, \"clust\": 2840, \"rank\": 1669, \"rankvar\": 951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2189, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1809, \"group\": [2840.0, 101.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGTTGCCT\", \"ini\": 1399, \"clust\": 2792, \"rank\": 1474, \"rankvar\": 2985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2190, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1810, \"group\": [2807.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTAGTGAAT\", \"ini\": 1398, \"clust\": 3026, \"rank\": 412, \"rankvar\": 99, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2191, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3578, \"group\": [3026.0, 129.0, 31.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCAAAGGCGT\", \"ini\": 1397, \"clust\": 2593, \"rank\": 2342, \"rankvar\": 476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1513, \"group\": [2596.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTCAGTCCTTC\", \"ini\": 1396, \"clust\": 1262, \"rank\": 2376, \"rankvar\": 492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1514, \"group\": [1262.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCACACCGAC\", \"ini\": 1395, \"clust\": 1082, \"rank\": 1313, \"rankvar\": 1990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2712, \"group\": [1083.0, 31.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGAATTCCC\", \"ini\": 1394, \"clust\": 2015, \"rank\": 2493, \"rankvar\": 1987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1515, \"group\": [2016.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGGCTTGA\", \"ini\": 1393, \"clust\": 3520, \"rank\": 1264, \"rankvar\": 574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3509, \"group\": [3526.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCTCGATGA\", \"ini\": 1392, \"clust\": 1142, \"rank\": 2011, \"rankvar\": 3396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1908, \"group\": [1143.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATCCTAGA\", \"ini\": 1391, \"clust\": 1581, \"rank\": 2316, \"rankvar\": 2996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1516, \"group\": [1598.0, 74.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGCAGGTCA\", \"ini\": 1390, \"clust\": 1089, \"rank\": 664, \"rankvar\": 1676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2199, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 163, \"group\": [1088.0, 33.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGGAGTCTG\", \"ini\": 1389, \"clust\": 1164, \"rank\": 2057, \"rankvar\": 2587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1909, \"group\": [1168.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAAGGGTCA\", \"ini\": 1388, \"clust\": 2806, \"rank\": 1431, \"rankvar\": 3066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2201, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1811, \"group\": [2804.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCACCGCT\", \"ini\": 1387, \"clust\": 2590, \"rank\": 2083, \"rankvar\": 3463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1517, \"group\": [2590.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCATCGGTTA\", \"ini\": 1386, \"clust\": 2977, \"rank\": 859, \"rankvar\": 2021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2203, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 120, \"group\": [2976.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTCGACA\", \"ini\": 1385, \"clust\": 3505, \"rank\": 842, \"rankvar\": 394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3510, \"group\": [3504.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGTTAACGA\", \"ini\": 1384, \"clust\": 3574, \"rank\": 239, \"rankvar\": 355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2205, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 121, \"group\": [3572.0, 143.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGCGTAATA\", \"ini\": 1383, \"clust\": 1388, \"rank\": 2439, \"rankvar\": 703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1518, \"group\": [1387.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTGTCTGAT\", \"ini\": 1382, \"clust\": 3001, \"rank\": 821, \"rankvar\": 963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2207, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 122, \"group\": [3001.0, 124.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGGCTCTC\", \"ini\": 1381, \"clust\": 2017, \"rank\": 2468, \"rankvar\": 2410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1519, \"group\": [2018.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCATGAAC\", \"ini\": 1380, \"clust\": 2696, \"rank\": 1089, \"rankvar\": 2540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2209, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1812, \"group\": [2697.0, 86.0, 21.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTCAACC\", \"ini\": 1379, \"clust\": 928, \"rank\": 2394, \"rankvar\": 2037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2210, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1910, \"group\": [928.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCCAGTG\", \"ini\": 1378, \"clust\": 1234, \"rank\": 2280, \"rankvar\": 1720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1520, \"group\": [1239.0, 56.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAGTTCAGTAC\", \"ini\": 1377, \"clust\": 2941, \"rank\": 1271, \"rankvar\": 3101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3511, \"group\": [2940.0, 121.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTTCGTTGA\", \"ini\": 1376, \"clust\": 1246, \"rank\": 2354, \"rankvar\": 323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1521, \"group\": [1399.0, 63.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCAGATAAG\", \"ini\": 1375, \"clust\": 3014, \"rank\": 975, \"rankvar\": 1423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3512, \"group\": [3014.0, 127.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGATGTTAG\", \"ini\": 1374, \"clust\": 1352, \"rank\": 2463, \"rankvar\": 1204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1522, \"group\": [1353.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACCCATTC\", \"ini\": 1373, \"clust\": 1118, \"rank\": 1723, \"rankvar\": 1879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2713, \"group\": [1118.0, 39.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACACATAACC\", \"ini\": 1372, \"clust\": 1591, \"rank\": 2253, \"rankvar\": 2047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1523, \"group\": [1590.0, 74.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTGCCTTGG\", \"ini\": 1371, \"clust\": 2803, \"rank\": 1513, \"rankvar\": 3375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2218, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1813, \"group\": [2806.0, 99.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTTCATGT\", \"ini\": 1370, \"clust\": 1318, \"rank\": 2422, \"rankvar\": 794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1524, \"group\": [1322.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCACCATCCT\", \"ini\": 1369, \"clust\": 2980, \"rank\": 1224, \"rankvar\": 1094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2220, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3513, \"group\": [2984.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCATCAGTCA\", \"ini\": 1368, \"clust\": 1138, \"rank\": 2294, \"rankvar\": 1293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1911, \"group\": [1139.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGGTGCAAC\", \"ini\": 1367, \"clust\": 2837, \"rank\": 1942, \"rankvar\": 1045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2222, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1814, \"group\": [2838.0, 101.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTCTAGCCG\", \"ini\": 1366, \"clust\": 1273, \"rank\": 2421, \"rankvar\": 1855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1525, \"group\": [1269.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAGGCAGTA\", \"ini\": 1365, \"clust\": 2720, \"rank\": 965, \"rankvar\": 979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2224, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 123, \"group\": [2720.0, 92.0, 24.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCGTTC\", \"ini\": 1364, \"clust\": 2933, \"rank\": 655, \"rankvar\": 784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3514, \"group\": [2934.0, 120.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAGCTGCA\", \"ini\": 1363, \"clust\": 1330, \"rank\": 2333, \"rankvar\": 345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1526, \"group\": [1328.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCACATAGACTC\", \"ini\": 1362, \"clust\": 1238, \"rank\": 2470, \"rankvar\": 1454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1527, \"group\": [1236.0, 56.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCGACG\", \"ini\": 1361, \"clust\": 2474, \"rank\": 2158, \"rankvar\": 1364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1528, \"group\": [2480.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCCCGGATG\", \"ini\": 1360, \"clust\": 2883, \"rank\": 739, \"rankvar\": 645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2229, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3579, \"group\": [2887.0, 108.0, 27.0, 10.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGATATAC\", \"ini\": 1359, \"clust\": 1325, \"rank\": 2428, \"rankvar\": 1689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1529, \"group\": [1323.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACATGCCTTC\", \"ini\": 1358, \"clust\": 2838, \"rank\": 1872, \"rankvar\": 2115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1815, \"group\": [2841.0, 101.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGATGAGC\", \"ini\": 1357, \"clust\": 1289, \"rank\": 2579, \"rankvar\": 2821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1530, \"group\": [1289.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCTCGGACG\", \"ini\": 1356, \"clust\": 2892, \"rank\": 1312, \"rankvar\": 750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2233, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3580, \"group\": [2892.0, 110.0, 27.0, 10.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGAAACGAG\", \"ini\": 1355, \"clust\": 3561, \"rank\": 606, \"rankvar\": 799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2234, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 124, \"group\": [3562.0, 142.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGAGGTAG\", \"ini\": 1354, \"clust\": 2978, \"rank\": 844, \"rankvar\": 2096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2235, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 125, \"group\": [2977.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCACCT\", \"ini\": 1353, \"clust\": 951, \"rank\": 2384, \"rankvar\": 2903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2236, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1912, \"group\": [952.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGAGGACGG\", \"ini\": 1352, \"clust\": 1139, \"rank\": 2387, \"rankvar\": 3159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1913, \"group\": [1142.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCGGAAATA\", \"ini\": 1351, \"clust\": 2444, \"rank\": 2291, \"rankvar\": 2052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1531, \"group\": [2444.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGGTATG\", \"ini\": 1350, \"clust\": 3009, \"rank\": 1045, \"rankvar\": 1215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2239, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3515, \"group\": [3012.0, 126.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTATCATAAAGG\", \"ini\": 1349, \"clust\": 3027, \"rank\": 528, \"rankvar\": 212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2240, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3581, \"group\": [3027.0, 129.0, 31.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCAGCGATT\", \"ini\": 1348, \"clust\": 1341, \"rank\": 2608, \"rankvar\": 1851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1532, \"group\": [1337.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACTAGAT\", \"ini\": 1347, \"clust\": 1981, \"rank\": 2406, \"rankvar\": 1983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1533, \"group\": [1984.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGCTGCCCA\", \"ini\": 1346, \"clust\": 2997, \"rank\": 1555, \"rankvar\": 1560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2243, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 126, \"group\": [2999.0, 124.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGCTAGGCA\", \"ini\": 1345, \"clust\": 114, \"rank\": 2258, \"rankvar\": 1285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1914, \"group\": [117.0, 16.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGAGAGCA\", \"ini\": 1344, \"clust\": 2016, \"rank\": 2519, \"rankvar\": 2942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1534, \"group\": [2017.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACTCGGCCGAT\", \"ini\": 1343, \"clust\": 994, \"rank\": 2347, \"rankvar\": 2237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1915, \"group\": [997.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCACCGTTGG\", \"ini\": 1342, \"clust\": 1105, \"rank\": 2141, \"rankvar\": 1371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2247, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2714, \"group\": [1105.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCTACAGA\", \"ini\": 1341, \"clust\": 2551, \"rank\": 1911, \"rankvar\": 3319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2248, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1535, \"group\": [2555.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATGCCAT\", \"ini\": 1340, \"clust\": 925, \"rank\": 2441, \"rankvar\": 1392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1916, \"group\": [925.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCACAGGT\", \"ini\": 1339, \"clust\": 3065, \"rank\": 723, \"rankvar\": 1120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3516, \"group\": [3068.0, 135.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCTGGTA\", \"ini\": 1338, \"clust\": 112, \"rank\": 2417, \"rankvar\": 2684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1917, \"group\": [113.0, 16.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCTATGCT\", \"ini\": 1337, \"clust\": 3011, \"rank\": 1114, \"rankvar\": 1188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2252, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3517, \"group\": [3011.0, 126.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGTCGATAA\", \"ini\": 1336, \"clust\": 1368, \"rank\": 2600, \"rankvar\": 2957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1536, \"group\": [1365.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCCCAACGG\", \"ini\": 1335, \"clust\": 1292, \"rank\": 2565, \"rankvar\": 2837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1537, \"group\": [1291.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGTGTGCC\", \"ini\": 1334, \"clust\": 949, \"rank\": 2477, \"rankvar\": 2353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1918, \"group\": [950.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACCAGCAC\", \"ini\": 1333, \"clust\": 2990, \"rank\": 1066, \"rankvar\": 1531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3518, \"group\": [2989.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGCACATG\", \"ini\": 1332, \"clust\": 929, \"rank\": 2372, \"rankvar\": 1346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1919, \"group\": [931.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGGAACGG\", \"ini\": 1331, \"clust\": 3544, \"rank\": 564, \"rankvar\": 545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2258, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 127, \"group\": [3544.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACGAAT\", \"ini\": 1330, \"clust\": 1073, \"rank\": 1466, \"rankvar\": 515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3519, \"group\": [1074.0, 29.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTTGATTGC\", \"ini\": 1329, \"clust\": 2952, \"rank\": 2184, \"rankvar\": 2902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2260, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3520, \"group\": [2950.0, 121.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACAGTAACGG\", \"ini\": 1328, \"clust\": 1117, \"rank\": 1314, \"rankvar\": 2141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2715, \"group\": [1120.0, 39.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCACCTTAT\", \"ini\": 1327, \"clust\": 2566, \"rank\": 2042, \"rankvar\": 1985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1538, \"group\": [2574.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAGCCTA\", \"ini\": 1326, \"clust\": 2436, \"rank\": 2400, \"rankvar\": 1024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1539, \"group\": [2435.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAAGGTTTC\", \"ini\": 1325, \"clust\": 1389, \"rank\": 2558, \"rankvar\": 604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1540, \"group\": [1388.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTCTCTTTA\", \"ini\": 1324, \"clust\": 2809, \"rank\": 1322, \"rankvar\": 2342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2265, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1816, \"group\": [2809.0, 100.0, 25.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGAGCCAA\", \"ini\": 1323, \"clust\": 2005, \"rank\": 2330, \"rankvar\": 2614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1541, \"group\": [2004.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCATGAAC\", \"ini\": 1322, \"clust\": 1269, \"rank\": 2378, \"rankvar\": 888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1542, \"group\": [1276.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCGTACAA\", \"ini\": 1321, \"clust\": 1120, \"rank\": 1726, \"rankvar\": 1585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2268, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2716, \"group\": [1121.0, 39.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTAAGAGAG\", \"ini\": 1320, \"clust\": 1326, \"rank\": 2510, \"rankvar\": 2604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2269, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1543, \"group\": [1324.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACACTGTCGG\", \"ini\": 1319, \"clust\": 1229, \"rank\": 1715, \"rankvar\": 826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2270, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3582, \"group\": [1232.0, 55.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTGTAAGTA\", \"ini\": 1318, \"clust\": 2433, \"rank\": 2348, \"rankvar\": 961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1544, \"group\": [2433.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTGCAAG\", \"ini\": 1317, \"clust\": 1279, \"rank\": 2446, \"rankvar\": 805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1545, \"group\": [1280.0, 61.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGATCGCA\", \"ini\": 1316, \"clust\": 3012, \"rank\": 902, \"rankvar\": 2354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2273, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 128, \"group\": [3015.0, 127.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACAGTCAGCC\", \"ini\": 1315, \"clust\": 3003, \"rank\": 2303, \"rankvar\": 1647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2274, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3521, \"group\": [3004.0, 125.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAGCCTAT\", \"ini\": 1314, \"clust\": 1348, \"rank\": 2657, \"rankvar\": 1508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1546, \"group\": [1343.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTTATTCTC\", \"ini\": 1313, \"clust\": 110, \"rank\": 2075, \"rankvar\": 704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2717, \"group\": [111.0, 15.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGACAGACACTT\", \"ini\": 1312, \"clust\": 1290, \"rank\": 2450, \"rankvar\": 1814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1547, \"group\": [1290.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCAGTGTTG\", \"ini\": 1311, \"clust\": 2934, \"rank\": 942, \"rankvar\": 764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2278, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3522, \"group\": [2935.0, 120.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTGATTCG\", \"ini\": 1310, \"clust\": 2439, \"rank\": 2429, \"rankvar\": 3345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1548, \"group\": [2442.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGAGGCTA\", \"ini\": 1309, \"clust\": 1274, \"rank\": 2375, \"rankvar\": 943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1549, \"group\": [1275.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCCTTAATC\", \"ini\": 1308, \"clust\": 2877, \"rank\": 1426, \"rankvar\": 135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2281, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1817, \"group\": [2876.0, 106.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTATCTCG\", \"ini\": 1307, \"clust\": 1364, \"rank\": 2603, \"rankvar\": 2305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1550, \"group\": [1362.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGCCAGTAG\", \"ini\": 1306, \"clust\": 2012, \"rank\": 2443, \"rankvar\": 1946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1551, \"group\": [2013.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCCAGTAG\", \"ini\": 1305, \"clust\": 1121, \"rank\": 1379, \"rankvar\": 2073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2284, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2718, \"group\": [1122.0, 39.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTTACCAGT\", \"ini\": 1304, \"clust\": 2465, \"rank\": 2430, \"rankvar\": 1295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1552, \"group\": [2466.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGCGAGT\", \"ini\": 1303, \"clust\": 1393, \"rank\": 2720, \"rankvar\": 1636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1553, \"group\": [1391.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATGCGT\", \"ini\": 1302, \"clust\": 1240, \"rank\": 2546, \"rankvar\": 1406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1554, \"group\": [1241.0, 57.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGTTCCTA\", \"ini\": 1301, \"clust\": 1264, \"rank\": 2243, \"rankvar\": 376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1555, \"group\": [1277.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAAGCGCTC\", \"ini\": 1300, \"clust\": 2912, \"rank\": 1364, \"rankvar\": 585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2289, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3523, \"group\": [2919.0, 118.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGTTCCTA\", \"ini\": 1299, \"clust\": 1203, \"rank\": 2065, \"rankvar\": 3573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2290, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1920, \"group\": [1204.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCTGGAGA\", \"ini\": 1298, \"clust\": 1302, \"rank\": 2393, \"rankvar\": 1460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1556, \"group\": [1302.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCAGGCTGAA\", \"ini\": 1297, \"clust\": 1280, \"rank\": 2556, \"rankvar\": 2015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1557, \"group\": [1278.0, 61.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGAAAT\", \"ini\": 1296, \"clust\": 913, \"rank\": 2349, \"rankvar\": 1129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1921, \"group\": [918.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTTTACA\", \"ini\": 1295, \"clust\": 3483, \"rank\": 292, \"rankvar\": 523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2294, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 129, \"group\": [3482.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGATCCTAGGGC\", \"ini\": 1294, \"clust\": 2944, \"rank\": 1968, \"rankvar\": 1888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2295, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3524, \"group\": [2942.0, 121.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTTGTGTG\", \"ini\": 1293, \"clust\": 2712, \"rank\": 1643, \"rankvar\": 939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2296, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 130, \"group\": [2712.0, 92.0, 24.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCTAACGT\", \"ini\": 1292, \"clust\": 1155, \"rank\": 2398, \"rankvar\": 2172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1922, \"group\": [1154.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACTGAC\", \"ini\": 1291, \"clust\": 2548, \"rank\": 2014, \"rankvar\": 2931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1558, \"group\": [2549.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCATGAAC\", \"ini\": 1290, \"clust\": 2913, \"rank\": 1504, \"rankvar\": 936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3525, \"group\": [2913.0, 118.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGATGGCA\", \"ini\": 1289, \"clust\": 131, \"rank\": 2041, \"rankvar\": 2399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2719, \"group\": [135.0, 17.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCTTGTACT\", \"ini\": 1288, \"clust\": 2942, \"rank\": 1674, \"rankvar\": 3469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2301, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3526, \"group\": [2941.0, 121.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTGAGGGAG\", \"ini\": 1287, \"clust\": 2855, \"rank\": 1765, \"rankvar\": 2599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2302, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1818, \"group\": [2854.0, 103.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGACAGGCT\", \"ini\": 1286, \"clust\": 1267, \"rank\": 2582, \"rankvar\": 1422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1559, \"group\": [1264.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAACACCA\", \"ini\": 1285, \"clust\": 920, \"rank\": 2049, \"rankvar\": 814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2304, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2720, \"group\": [920.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCTAGGTT\", \"ini\": 1284, \"clust\": 3375, \"rank\": 1001, \"rankvar\": 400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2305, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3562, \"group\": [3376.0, 138.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCTCTCGT\", \"ini\": 1283, \"clust\": 1097, \"rank\": 2068, \"rankvar\": 1091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2306, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2721, \"group\": [1097.0, 34.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTTCCACGG\", \"ini\": 1282, \"clust\": 905, \"rank\": 2264, \"rankvar\": 1523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1923, \"group\": [906.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACATCTCCCA\", \"ini\": 1281, \"clust\": 1311, \"rank\": 2469, \"rankvar\": 1844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1560, \"group\": [1311.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAGGGCATA\", \"ini\": 1280, \"clust\": 2849, \"rank\": 2216, \"rankvar\": 3063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2309, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1819, \"group\": [2856.0, 103.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCGTTTA\", \"ini\": 1279, \"clust\": 950, \"rank\": 2479, \"rankvar\": 2569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2310, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 1837, \"group\": [951.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGGGTT\", \"ini\": 1278, \"clust\": 2434, \"rank\": 2247, \"rankvar\": 1025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1561, \"group\": [2434.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCTAGTCA\", \"ini\": 1277, \"clust\": 2036, \"rank\": 2310, \"rankvar\": 539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1562, \"group\": [2035.0, 76.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTATCCTAAGTG\", \"ini\": 1276, \"clust\": 2918, \"rank\": 1295, \"rankvar\": 822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2313, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3527, \"group\": [2916.0, 118.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTACGACT\", \"ini\": 1275, \"clust\": 3536, \"rank\": 884, \"rankvar\": 1190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2314, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 131, \"group\": [3535.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAATCA\", \"ini\": 1274, \"clust\": 985, \"rank\": 2494, \"rankvar\": 1996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2315, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1924, \"group\": [985.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCACCGGGT\", \"ini\": 1273, \"clust\": 3, \"rank\": 2255, \"rankvar\": 1268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1925, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTAAGACA\", \"ini\": 1272, \"clust\": 3033, \"rank\": 1149, \"rankvar\": 21, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2317, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3583, \"group\": [3034.0, 131.0, 31.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCTCTCTG\", \"ini\": 1271, \"clust\": 1299, \"rank\": 2539, \"rankvar\": 1274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1563, \"group\": [1299.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGCAGTA\", \"ini\": 1270, \"clust\": 1377, \"rank\": 2560, \"rankvar\": 1551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1564, \"group\": [1376.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCGACTAT\", \"ini\": 1269, \"clust\": 1296, \"rank\": 2576, \"rankvar\": 2680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1565, \"group\": [1295.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTCAGGCC\", \"ini\": 1268, \"clust\": 1384, \"rank\": 2483, \"rankvar\": 1072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1566, \"group\": [1383.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGGTAAG\", \"ini\": 1267, \"clust\": 3015, \"rank\": 1161, \"rankvar\": 1548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3528, \"group\": [3016.0, 128.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCAACGAAA\", \"ini\": 1266, \"clust\": 1294, \"rank\": 2498, \"rankvar\": 1093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1567, \"group\": [1296.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGTCCGGTC\", \"ini\": 1265, \"clust\": 926, \"rank\": 2440, \"rankvar\": 2046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2324, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1926, \"group\": [926.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGGTGCAAC\", \"ini\": 1264, \"clust\": 2143, \"rank\": 1291, \"rankvar\": 389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2325, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1568, \"group\": [2145.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTTATCGGT\", \"ini\": 1263, \"clust\": 1350, \"rank\": 2536, \"rankvar\": 1817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1569, \"group\": [1349.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAACAGTCGATT\", \"ini\": 1262, \"clust\": 1091, \"rank\": 1120, \"rankvar\": 931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2327, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3529, \"group\": [1092.0, 33.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTAGGGTAC\", \"ini\": 1261, \"clust\": 1380, \"rank\": 2472, \"rankvar\": 833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1570, \"group\": [1379.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCATGCTAGT\", \"ini\": 1260, \"clust\": 916, \"rank\": 2628, \"rankvar\": 2679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1927, \"group\": [916.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAACGCACC\", \"ini\": 1259, \"clust\": 1076, \"rank\": 1595, \"rankvar\": 2376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2330, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2722, \"group\": [1077.0, 30.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAACTGCTA\", \"ini\": 1258, \"clust\": 3016, \"rank\": 1068, \"rankvar\": 2128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2331, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3530, \"group\": [3017.0, 128.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTCACTTCC\", \"ini\": 1257, \"clust\": 3495, \"rank\": 762, \"rankvar\": 892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3531, \"group\": [3496.0, 139.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGAGACG\", \"ini\": 1256, \"clust\": 2915, \"rank\": 935, \"rankvar\": 571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3532, \"group\": [2918.0, 118.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTCAAACAACA\", \"ini\": 1255, \"clust\": 1360, \"rank\": 2700, \"rankvar\": 1784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1571, \"group\": [1361.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAGCTCTC\", \"ini\": 1254, \"clust\": 2895, \"rank\": 1354, \"rankvar\": 911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2335, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3563, \"group\": [2899.0, 113.0, 28.0, 10.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCCATGAAC\", \"ini\": 1253, \"clust\": 1263, \"rank\": 2199, \"rankvar\": 582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2336, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1572, \"group\": [1263.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGAGGTTAT\", \"ini\": 1252, \"clust\": 1317, \"rank\": 2540, \"rankvar\": 2839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2337, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1573, \"group\": [1316.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCGAGGTAG\", \"ini\": 1251, \"clust\": 1821, \"rank\": 2286, \"rankvar\": 2434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1574, \"group\": [1824.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGCGTTA\", \"ini\": 1250, \"clust\": 1378, \"rank\": 2616, \"rankvar\": 2384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1575, \"group\": [1377.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTTGGGCC\", \"ini\": 1249, \"clust\": 1084, \"rank\": 1104, \"rankvar\": 2332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2340, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 164, \"group\": [1084.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCTCTTAT\", \"ini\": 1248, \"clust\": 1749, \"rank\": 2274, \"rankvar\": 3053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1576, \"group\": [1749.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGTTAGA\", \"ini\": 1247, \"clust\": 1372, \"rank\": 2781, \"rankvar\": 2613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2342, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1577, \"group\": [1373.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCACATGCA\", \"ini\": 1246, \"clust\": 1293, \"rank\": 2538, \"rankvar\": 2687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1578, \"group\": [1292.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGAGTGACC\", \"ini\": 1245, \"clust\": 1166, \"rank\": 2063, \"rankvar\": 2603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1928, \"group\": [1165.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCATGCAATC\", \"ini\": 1244, \"clust\": 3019, \"rank\": 895, \"rankvar\": 880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3533, \"group\": [3019.0, 128.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAGTACGCACC\", \"ini\": 1243, \"clust\": 4, \"rank\": 2485, \"rankvar\": 2055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1929, \"group\": [2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGACGAAA\", \"ini\": 1242, \"clust\": 1146, \"rank\": 2226, \"rankvar\": 3171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2347, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1930, \"group\": [1146.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTGCACGAA\", \"ini\": 1241, \"clust\": 1343, \"rank\": 2597, \"rankvar\": 2439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1579, \"group\": [1341.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTCTTATG\", \"ini\": 1240, \"clust\": 1338, \"rank\": 2595, \"rankvar\": 1002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1580, \"group\": [1348.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCCGGCACA\", \"ini\": 1239, \"clust\": 3571, \"rank\": 261, \"rankvar\": 752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2350, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 132, \"group\": [3569.0, 143.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCAGTTATCGC\", \"ini\": 1238, \"clust\": 986, \"rank\": 2478, \"rankvar\": 1973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1931, \"group\": [986.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTTCGATGAGG\", \"ini\": 1237, \"clust\": 1080, \"rank\": 1182, \"rankvar\": 2631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2352, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2723, \"group\": [1081.0, 31.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGGATGGG\", \"ini\": 1236, \"clust\": 2959, \"rank\": 1733, \"rankvar\": 2452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3534, \"group\": [2960.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCAGACACTT\", \"ini\": 1235, \"clust\": 917, \"rank\": 2605, \"rankvar\": 1698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1932, \"group\": [917.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTACCATCA\", \"ini\": 1234, \"clust\": 3557, \"rank\": 646, \"rankvar\": 619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2355, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 133, \"group\": [3560.0, 141.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGTAGCTG\", \"ini\": 1233, \"clust\": 1270, \"rank\": 2416, \"rankvar\": 903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1581, \"group\": [1271.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCACTCAGGC\", \"ini\": 1232, \"clust\": 1248, \"rank\": 2369, \"rankvar\": 1009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1582, \"group\": [1248.0, 59.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGGTTTCA\", \"ini\": 1231, \"clust\": 144, \"rank\": 2527, \"rankvar\": 1890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1933, \"group\": [143.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGACTAGGC\", \"ini\": 1230, \"clust\": 2319, \"rank\": 1708, \"rankvar\": 2888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1583, \"group\": [2321.0, 80.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATTATCTC\", \"ini\": 1229, \"clust\": 2718, \"rank\": 661, \"rankvar\": 1540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2360, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 134, \"group\": [2721.0, 92.0, 24.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATACGCCG\", \"ini\": 1228, \"clust\": 1322, \"rank\": 2386, \"rankvar\": 830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1584, \"group\": [1319.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGGGCACTA\", \"ini\": 1227, \"clust\": 3583, \"rank\": 527, \"rankvar\": 1203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2362, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 135, \"group\": [3582.0, 143.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCGAGCCA\", \"ini\": 1226, \"clust\": 3566, \"rank\": 683, \"rankvar\": 3223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2363, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 136, \"group\": [3588.0, 144.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATGAAAC\", \"ini\": 1225, \"clust\": 2955, \"rank\": 1826, \"rankvar\": 2901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2364, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3535, \"group\": [2957.0, 121.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGCTGCAC\", \"ini\": 1224, \"clust\": 2452, \"rank\": 2128, \"rankvar\": 1110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1585, \"group\": [2453.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCTCTGAGA\", \"ini\": 1223, \"clust\": 1874, \"rank\": 2353, \"rankvar\": 2514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1586, \"group\": [1877.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCTCTACGAGT\", \"ini\": 1222, \"clust\": 1390, \"rank\": 2624, \"rankvar\": 1632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1587, \"group\": [1389.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTTCCACAA\", \"ini\": 1221, \"clust\": 3568, \"rank\": 508, \"rankvar\": 859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2368, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 137, \"group\": [3566.0, 143.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCCAAAGTC\", \"ini\": 1220, \"clust\": 1385, \"rank\": 2520, \"rankvar\": 1238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1588, \"group\": [1384.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTCCGTTAA\", \"ini\": 1219, \"clust\": 1397, \"rank\": 2695, \"rankvar\": 1679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2370, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1589, \"group\": [1396.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTTGTCTTT\", \"ini\": 1218, \"clust\": 3008, \"rank\": 1142, \"rankvar\": 392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2371, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3536, \"group\": [3009.0, 126.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGAGTGACC\", \"ini\": 1217, \"clust\": 1230, \"rank\": 2288, \"rankvar\": 898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1590, \"group\": [1230.0, 54.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAACAATC\", \"ini\": 1216, \"clust\": 2018, \"rank\": 2570, \"rankvar\": 3379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1591, \"group\": [2019.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAGATCTGT\", \"ini\": 1215, \"clust\": 2847, \"rank\": 2403, \"rankvar\": 3132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1820, \"group\": [2847.0, 103.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCGAAAGC\", \"ini\": 1214, \"clust\": 1367, \"rank\": 2701, \"rankvar\": 2263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1592, \"group\": [1367.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTATCGCC\", \"ini\": 1213, \"clust\": 952, \"rank\": 2460, \"rankvar\": 2295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1934, \"group\": [953.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCTGCGAA\", \"ini\": 1212, \"clust\": 2940, \"rank\": 1485, \"rankvar\": 2650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2377, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3537, \"group\": [2945.0, 121.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCACGACTA\", \"ini\": 1211, \"clust\": 1150, \"rank\": 2355, \"rankvar\": 2704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1935, \"group\": [1150.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTCCATGA\", \"ini\": 1210, \"clust\": 1180, \"rank\": 1885, \"rankvar\": 2792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2379, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2724, \"group\": [1181.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAGGTGGAT\", \"ini\": 1209, \"clust\": 1009, \"rank\": 2465, \"rankvar\": 2693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2380, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1936, \"group\": [1009.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTCCTCTTG\", \"ini\": 1208, \"clust\": 2437, \"rank\": 2402, \"rankvar\": 862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1593, \"group\": [2436.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATACGCT\", \"ini\": 1207, \"clust\": 1101, \"rank\": 2507, \"rankvar\": 1378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2382, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1937, \"group\": [1100.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAGTGCAT\", \"ini\": 1206, \"clust\": 142, \"rank\": 2530, \"rankvar\": 596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2383, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1938, \"group\": [146.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCGAACGGA\", \"ini\": 1205, \"clust\": 1158, \"rank\": 2259, \"rankvar\": 3128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1939, \"group\": [1158.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTGGAGTC\", \"ini\": 1204, \"clust\": 2853, \"rank\": 2307, \"rankvar\": 1165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2385, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1821, \"group\": [2855.0, 103.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGCTAGTGG\", \"ini\": 1203, \"clust\": 3572, \"rank\": 225, \"rankvar\": 577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2386, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 138, \"group\": [3570.0, 143.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTGTGGCA\", \"ini\": 1202, \"clust\": 1291, \"rank\": 2559, \"rankvar\": 1592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1594, \"group\": [1293.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAGATTAG\", \"ini\": 1201, \"clust\": 3577, \"rank\": 715, \"rankvar\": 49, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 139, \"group\": [3574.0, 143.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTAGAGGACGG\", \"ini\": 1200, \"clust\": 909, \"rank\": 2515, \"rankvar\": 1241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1940, \"group\": [912.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGCACCCATGG\", \"ini\": 1199, \"clust\": 212, \"rank\": 2501, \"rankvar\": 1747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1941, \"group\": [216.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCACGAAGG\", \"ini\": 1198, \"clust\": 2936, \"rank\": 1172, \"rankvar\": 495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2391, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3538, \"group\": [2937.0, 120.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCTGTAGA\", \"ini\": 1197, \"clust\": 1099, \"rank\": 2219, \"rankvar\": 2777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1942, \"group\": [1101.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGATCCTGT\", \"ini\": 1196, \"clust\": 137, \"rank\": 2678, \"rankvar\": 2196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2393, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1943, \"group\": [139.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCATGCAAC\", \"ini\": 1195, \"clust\": 2463, \"rank\": 2424, \"rankvar\": 986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2394, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1595, \"group\": [2464.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGTAGT\", \"ini\": 1194, \"clust\": 1098, \"rank\": 2426, \"rankvar\": 1213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2395, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1944, \"group\": [1102.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATCCCGC\", \"ini\": 1193, \"clust\": 1147, \"rank\": 2401, \"rankvar\": 2377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2396, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1945, \"group\": [1157.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTAAATACG\", \"ini\": 1192, \"clust\": 924, \"rank\": 2525, \"rankvar\": 2637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1946, \"group\": [924.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGTGTCCAT\", \"ini\": 1191, \"clust\": 1340, \"rank\": 2849, \"rankvar\": 3164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1596, \"group\": [1339.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTAGCTTGT\", \"ini\": 1190, \"clust\": 406, \"rank\": 2476, \"rankvar\": 3265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1947, \"group\": [414.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGACGCTTT\", \"ini\": 1189, \"clust\": 1365, \"rank\": 2733, \"rankvar\": 2068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1597, \"group\": [1363.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGGTGGGTT\", \"ini\": 1188, \"clust\": 2919, \"rank\": 1144, \"rankvar\": 1272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2401, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3539, \"group\": [2922.0, 119.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCCGTTGCT\", \"ini\": 1187, \"clust\": 2924, \"rank\": 1321, \"rankvar\": 1384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2402, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 140, \"group\": [2924.0, 119.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACGCCAGT\", \"ini\": 1186, \"clust\": 199, \"rank\": 2509, \"rankvar\": 1436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1948, \"group\": [198.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCAAGTAC\", \"ini\": 1185, \"clust\": 914, \"rank\": 2668, \"rankvar\": 1829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1949, \"group\": [914.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTCCAGTAT\", \"ini\": 1184, \"clust\": 1345, \"rank\": 2662, \"rankvar\": 1552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1598, \"group\": [1347.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTTCCACAA\", \"ini\": 1183, \"clust\": 203, \"rank\": 2561, \"rankvar\": 2717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1950, \"group\": [202.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCAATAAGG\", \"ini\": 1182, \"clust\": 2953, \"rank\": 1759, \"rankvar\": 669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3540, \"group\": [2953.0, 121.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTTTACGT\", \"ini\": 1181, \"clust\": 3567, \"rank\": 559, \"rankvar\": 1157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2408, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 141, \"group\": [3568.0, 143.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAAAGTCAA\", \"ini\": 1180, \"clust\": 1354, \"rank\": 2522, \"rankvar\": 873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1599, \"group\": [1352.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTGTCATGCAT\", \"ini\": 1179, \"clust\": 1260, \"rank\": 2511, \"rankvar\": 831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1600, \"group\": [1260.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGTAAACT\", \"ini\": 1178, \"clust\": 143, \"rank\": 2471, \"rankvar\": 1842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2411, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1951, \"group\": [145.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCGTACGGC\", \"ini\": 1177, \"clust\": 1394, \"rank\": 2696, \"rankvar\": 1225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1601, \"group\": [1392.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCAATAAGG\", \"ini\": 1176, \"clust\": 2943, \"rank\": 1534, \"rankvar\": 3004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2413, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 142, \"group\": [2944.0, 121.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTTTGCGT\", \"ini\": 1175, \"clust\": 1011, \"rank\": 2395, \"rankvar\": 2025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1952, \"group\": [1011.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCAGGTCA\", \"ini\": 1174, \"clust\": 3034, \"rank\": 852, \"rankvar\": 628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2415, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3584, \"group\": [3035.0, 132.0, 31.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCAGTGGA\", \"ini\": 1173, \"clust\": 1095, \"rank\": 1384, \"rankvar\": 1886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2416, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3541, \"group\": [1098.0, 35.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGATGGAA\", \"ini\": 1172, \"clust\": 1173, \"rank\": 1792, \"rankvar\": 1624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2417, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1953, \"group\": [1179.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGAATAGGG\", \"ini\": 1171, \"clust\": 2950, \"rank\": 1802, \"rankvar\": 2726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2418, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3542, \"group\": [2951.0, 121.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAATAAGCA\", \"ini\": 1170, \"clust\": 995, \"rank\": 2389, \"rankvar\": 1807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1954, \"group\": [995.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCATGAGCGA\", \"ini\": 1169, \"clust\": 915, \"rank\": 2578, \"rankvar\": 2671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2420, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1955, \"group\": [915.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTCTCACCT\", \"ini\": 1168, \"clust\": 1355, \"rank\": 2611, \"rankvar\": 2028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1602, \"group\": [1356.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCATGGTAGG\", \"ini\": 1167, \"clust\": 1349, \"rank\": 2782, \"rankvar\": 2165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1603, \"group\": [1344.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGGCATGT\", \"ini\": 1166, \"clust\": 113, \"rank\": 2279, \"rankvar\": 3486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2423, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1956, \"group\": [114.0, 16.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGACACG\", \"ini\": 1165, \"clust\": 1395, \"rank\": 2827, \"rankvar\": 2655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1604, \"group\": [1394.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCATGCCG\", \"ini\": 1164, \"clust\": 1114, \"rank\": 1796, \"rankvar\": 1488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2425, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2725, \"group\": [1116.0, 39.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGTGG\", \"ini\": 1163, \"clust\": 2993, \"rank\": 1179, \"rankvar\": 1437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2426, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3543, \"group\": [2993.0, 123.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTATAGGGC\", \"ini\": 1162, \"clust\": 1268, \"rank\": 2588, \"rankvar\": 1163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1605, \"group\": [1265.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATGGGAAC\", \"ini\": 1161, \"clust\": 1271, \"rank\": 2448, \"rankvar\": 1461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1606, \"group\": [1270.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACATAACC\", \"ini\": 1160, \"clust\": 1980, \"rank\": 2569, \"rankvar\": 3297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1607, \"group\": [1981.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTCTCTTTA\", \"ini\": 1159, \"clust\": 1370, \"rank\": 2665, \"rankvar\": 2530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1608, \"group\": [1368.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTTAGAACA\", \"ini\": 1158, \"clust\": 2910, \"rank\": 2177, \"rankvar\": 262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2431, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3544, \"group\": [2909.0, 118.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTGCTGCC\", \"ini\": 1157, \"clust\": 1344, \"rank\": 2614, \"rankvar\": 2013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1609, \"group\": [1342.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTGCTAGCC\", \"ini\": 1156, \"clust\": 1361, \"rank\": 2712, \"rankvar\": 1870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1610, \"group\": [1359.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGATCTGAA\", \"ini\": 1155, \"clust\": 2435, \"rank\": 2458, \"rankvar\": 1898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2434, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1611, \"group\": [2437.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAATACAG\", \"ini\": 1154, \"clust\": 1398, \"rank\": 2658, \"rankvar\": 1455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1612, \"group\": [1397.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAACTGCGC\", \"ini\": 1153, \"clust\": 1342, \"rank\": 2730, \"rankvar\": 3020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1613, \"group\": [1338.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCATAGCAC\", \"ini\": 1152, \"clust\": 210, \"rank\": 2572, \"rankvar\": 1013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1957, \"group\": [210.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGCTGGAAC\", \"ini\": 1151, \"clust\": 1362, \"rank\": 2748, \"rankvar\": 2185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1614, \"group\": [1360.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGATCCTAGTGA\", \"ini\": 1150, \"clust\": 1339, \"rank\": 2682, \"rankvar\": 2622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1615, \"group\": [1340.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCAGCGTA\", \"ini\": 1149, \"clust\": 209, \"rank\": 2544, \"rankvar\": 1568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2440, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1958, \"group\": [212.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACACTTACGA\", \"ini\": 1148, \"clust\": 990, \"rank\": 2340, \"rankvar\": 2024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2441, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1959, \"group\": [990.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCACTCCA\", \"ini\": 1147, \"clust\": 1261, \"rank\": 2704, \"rankvar\": 2612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1616, \"group\": [1261.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGCAGTCA\", \"ini\": 1146, \"clust\": 197, \"rank\": 2532, \"rankvar\": 1146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1960, \"group\": [200.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTGGGTTG\", \"ini\": 1145, \"clust\": 1074, \"rank\": 1428, \"rankvar\": 617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3545, \"group\": [1075.0, 29.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCTCCGGTT\", \"ini\": 1144, \"clust\": 145, \"rank\": 2617, \"rankvar\": 3072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2445, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1961, \"group\": [144.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGTTCTG\", \"ini\": 1143, \"clust\": 2896, \"rank\": 1519, \"rankvar\": 457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2446, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3585, \"group\": [2898.0, 112.0, 28.0, 10.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCAGATCTGCT\", \"ini\": 1142, \"clust\": 2914, \"rank\": 1658, \"rankvar\": 687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3546, \"group\": [2914.0, 118.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGATGTAAC\", \"ini\": 1141, \"clust\": 3024, \"rank\": 1063, \"rankvar\": 33, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2448, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3586, \"group\": [3024.0, 129.0, 31.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATGAAAC\", \"ini\": 1140, \"clust\": 1327, \"rank\": 2512, \"rankvar\": 1751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2449, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1617, \"group\": [1330.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGCGCTTAT\", \"ini\": 1139, \"clust\": 1087, \"rank\": 857, \"rankvar\": 293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2450, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3587, \"group\": [1089.0, 33.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTACTCGCG\", \"ini\": 1138, \"clust\": 984, \"rank\": 2488, \"rankvar\": 2685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2451, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1962, \"group\": [987.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAAGCCGCT\", \"ini\": 1137, \"clust\": 1165, \"rank\": 2181, \"rankvar\": 3540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2452, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1963, \"group\": [1167.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCGCCTCA\", \"ini\": 1136, \"clust\": 1347, \"rank\": 2774, \"rankvar\": 2404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1618, \"group\": [1345.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGCCATCGC\", \"ini\": 1135, \"clust\": 2956, \"rank\": 1862, \"rankvar\": 972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3547, \"group\": [2955.0, 121.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTTAGTGGG\", \"ini\": 1134, \"clust\": 2947, \"rank\": 2200, \"rankvar\": 2521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2455, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1822, \"group\": [2946.0, 121.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAATCTGCA\", \"ini\": 1133, \"clust\": 1358, \"rank\": 2797, \"rankvar\": 3069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1619, \"group\": [1357.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCACGACG\", \"ini\": 1132, \"clust\": 2698, \"rank\": 1645, \"rankvar\": 1299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1620, \"group\": [2702.0, 87.0, 22.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTTAGGTA\", \"ini\": 1131, \"clust\": 1382, \"rank\": 2681, \"rankvar\": 1426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1621, \"group\": [1380.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAATCTGCGGCA\", \"ini\": 1130, \"clust\": 1060, \"rank\": 1856, \"rankvar\": 2168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2459, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 165, \"group\": [1068.0, 27.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGCGACAT\", \"ini\": 1129, \"clust\": 1010, \"rank\": 2555, \"rankvar\": 3475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2460, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1964, \"group\": [1010.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACAACTGT\", \"ini\": 1128, \"clust\": 1334, \"rank\": 2514, \"rankvar\": 1376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1622, \"group\": [1335.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGTCTCGCATC\", \"ini\": 1127, \"clust\": 1386, \"rank\": 2754, \"rankvar\": 2144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1623, \"group\": [1385.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTAGCCA\", \"ini\": 1126, \"clust\": 982, \"rank\": 2767, \"rankvar\": 3000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2463, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1965, \"group\": [983.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTGTGGCTC\", \"ini\": 1125, \"clust\": 1375, \"rank\": 2550, \"rankvar\": 1425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1624, \"group\": [1374.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTTATCGC\", \"ini\": 1124, \"clust\": 2893, \"rank\": 2084, \"rankvar\": 564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2465, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3564, \"group\": [2894.0, 111.0, 28.0, 10.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGGAATCG\", \"ini\": 1123, \"clust\": 2948, \"rank\": 1931, \"rankvar\": 3577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2466, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3548, \"group\": [2947.0, 121.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGAATAGGG\", \"ini\": 1122, \"clust\": 414, \"rank\": 2496, \"rankvar\": 2462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2467, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1966, \"group\": [412.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCGGAGCAA\", \"ini\": 1121, \"clust\": 1115, \"rank\": 1869, \"rankvar\": 1458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2468, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2726, \"group\": [1114.0, 39.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCTGATCA\", \"ini\": 1120, \"clust\": 1391, \"rank\": 2659, \"rankvar\": 2467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1625, \"group\": [1390.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTATCACCA\", \"ini\": 1119, \"clust\": 1153, \"rank\": 2388, \"rankvar\": 3210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2470, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1967, \"group\": [1152.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAATCCAAC\", \"ini\": 1118, \"clust\": 2704, \"rank\": 2622, \"rankvar\": 1789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2471, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1626, \"group\": [2705.0, 90.0, 23.0, 8.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACAACGCC\", \"ini\": 1117, \"clust\": 906, \"rank\": 2545, \"rankvar\": 1696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2472, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1968, \"group\": [907.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGGGAAACA\", \"ini\": 1116, \"clust\": 1016, \"rank\": 2086, \"rankvar\": 586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2473, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2727, \"group\": [1017.0, 22.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAGAAAGG\", \"ini\": 1115, \"clust\": 202, \"rank\": 2481, \"rankvar\": 2151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2474, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1969, \"group\": [204.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACTCGGA\", \"ini\": 1114, \"clust\": 1141, \"rank\": 2272, \"rankvar\": 2457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2475, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1970, \"group\": [1141.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGTCGATAA\", \"ini\": 1113, \"clust\": 1763, \"rank\": 2433, \"rankvar\": 3519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2476, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1823, \"group\": [1764.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGTACAG\", \"ini\": 1112, \"clust\": 1351, \"rank\": 2738, \"rankvar\": 2455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1627, \"group\": [1350.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGCCA\", \"ini\": 1111, \"clust\": 2871, \"rank\": 2435, \"rankvar\": 1738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2478, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1824, \"group\": [2873.0, 105.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCACTCT\", \"ini\": 1110, \"clust\": 2911, \"rank\": 1753, \"rankvar\": 1068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3549, \"group\": [2910.0, 118.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGTGGAT\", \"ini\": 1109, \"clust\": 1106, \"rank\": 2201, \"rankvar\": 1790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2480, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2728, \"group\": [1106.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTATAAACG\", \"ini\": 1108, \"clust\": 2445, \"rank\": 2438, \"rankvar\": 811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2481, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1628, \"group\": [2445.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGAGCAGGCTA\", \"ini\": 1107, \"clust\": 2894, \"rank\": 2055, \"rankvar\": 1451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2482, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 3588, \"group\": [2895.0, 111.0, 28.0, 10.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCAATGGT\", \"ini\": 1106, \"clust\": 1369, \"rank\": 2689, \"rankvar\": 2432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1629, \"group\": [1366.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCCCTAACC\", \"ini\": 1105, \"clust\": 190, \"rank\": 2865, \"rankvar\": 3227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2484, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1971, \"group\": [195.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACTTCGAA\", \"ini\": 1104, \"clust\": 140, \"rank\": 2587, \"rankvar\": 3323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1972, \"group\": [141.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAACACTG\", \"ini\": 1103, \"clust\": 1346, \"rank\": 2736, \"rankvar\": 2454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1630, \"group\": [1346.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCAGAATA\", \"ini\": 1102, \"clust\": 987, \"rank\": 2397, \"rankvar\": 2908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1973, \"group\": [988.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCAAAGCAAT\", \"ini\": 1101, \"clust\": 1054, \"rank\": 2596, \"rankvar\": 3174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2488, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1974, \"group\": [1055.0, 24.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCTTTACGT\", \"ini\": 1100, \"clust\": 134, \"rank\": 2445, \"rankvar\": 2629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2489, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2729, \"group\": [133.0, 17.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAATAGCA\", \"ini\": 1099, \"clust\": 992, \"rank\": 2585, \"rankvar\": 2329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1975, \"group\": [993.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTGCAACGA\", \"ini\": 1098, \"clust\": 2547, \"rank\": 2155, \"rankvar\": 3549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2491, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1825, \"group\": [2550.0, 81.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTTACCTA\", \"ini\": 1097, \"clust\": 1154, \"rank\": 2466, \"rankvar\": 2856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2492, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1976, \"group\": [1153.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTTGTCTTT\", \"ini\": 1096, \"clust\": 745, \"rank\": 2810, \"rankvar\": 2700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1977, \"group\": [745.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGAGCAATT\", \"ini\": 1095, \"clust\": 1392, \"rank\": 2742, \"rankvar\": 1416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2494, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1631, \"group\": [1393.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGACGGTA\", \"ini\": 1094, \"clust\": 2848, \"rank\": 2328, \"rankvar\": 2005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2495, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1826, \"group\": [2848.0, 103.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCATCCTTGC\", \"ini\": 1093, \"clust\": 2031, \"rank\": 2486, \"rankvar\": 2153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1632, \"group\": [2034.0, 75.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCATGGAATA\", \"ini\": 1092, \"clust\": 696, \"rank\": 2667, \"rankvar\": 2224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1978, \"group\": [700.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTCCGTCAG\", \"ini\": 1091, \"clust\": 120, \"rank\": 2102, \"rankvar\": 1484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2730, \"group\": [120.0, 17.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTAGTGA\", \"ini\": 1090, \"clust\": 968, \"rank\": 2503, \"rankvar\": 3134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2499, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1979, \"group\": [969.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCCGATTT\", \"ini\": 1089, \"clust\": 2049, \"rank\": 1405, \"rankvar\": 1680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1633, \"group\": [2050.0, 79.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTACCATCA\", \"ini\": 1088, \"clust\": 1133, \"rank\": 2351, \"rankvar\": 1810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2501, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2988, \"group\": [1132.0, 41.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAAACCTAC\", \"ini\": 1087, \"clust\": 988, \"rank\": 2604, \"rankvar\": 2949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2502, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1980, \"group\": [989.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACAACTGGCC\", \"ini\": 1086, \"clust\": 726, \"rank\": 2693, \"rankvar\": 2437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1981, \"group\": [729.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTTCGCGC\", \"ini\": 1085, \"clust\": 1387, \"rank\": 2551, \"rankvar\": 1852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1634, \"group\": [1386.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATCCGG\", \"ini\": 1084, \"clust\": 225, \"rank\": 2526, \"rankvar\": 2059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1982, \"group\": [225.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGTTGAGTA\", \"ini\": 1083, \"clust\": 1066, \"rank\": 2390, \"rankvar\": 3522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2506, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 166, \"group\": [1066.0, 27.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTATATGAG\", \"ini\": 1082, \"clust\": 1109, \"rank\": 2135, \"rankvar\": 3038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2507, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2731, \"group\": [1110.0, 37.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTAATAGCA\", \"ini\": 1081, \"clust\": 2908, \"rank\": 2053, \"rankvar\": 1420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3550, \"group\": [2912.0, 118.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGATGGCGT\", \"ini\": 1080, \"clust\": 128, \"rank\": 2299, \"rankvar\": 2348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2509, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2732, \"group\": [129.0, 17.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTTTAGGAA\", \"ini\": 1079, \"clust\": 382, \"rank\": 2594, \"rankvar\": 2334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1983, \"group\": [381.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCGAATGCT\", \"ini\": 1078, \"clust\": 996, \"rank\": 2467, \"rankvar\": 2204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1984, \"group\": [996.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGACAAAGG\", \"ini\": 1077, \"clust\": 1277, \"rank\": 2420, \"rankvar\": 1907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2512, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1827, \"group\": [1273.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCGACAGCC\", \"ini\": 1076, \"clust\": 3006, \"rank\": 1627, \"rankvar\": 2368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2513, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3551, \"group\": [3007.0, 125.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTTCAACT\", \"ini\": 1075, \"clust\": 152, \"rank\": 2535, \"rankvar\": 2647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2514, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1985, \"group\": [153.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGTATTGGA\", \"ini\": 1074, \"clust\": 1148, \"rank\": 2516, \"rankvar\": 2586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1986, \"group\": [1148.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCACGAAACG\", \"ini\": 1073, \"clust\": 1126, \"rank\": 2327, \"rankvar\": 1642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2516, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2733, \"group\": [1125.0, 39.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGGCACTA\", \"ini\": 1072, \"clust\": 1297, \"rank\": 2728, \"rankvar\": 1475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1635, \"group\": [1297.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCGAGTTT\", \"ini\": 1071, \"clust\": 3002, \"rank\": 1054, \"rankvar\": 1034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2518, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 143, \"group\": [3002.0, 124.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGAGAGCTC\", \"ini\": 1070, \"clust\": 500, \"rank\": 2888, \"rankvar\": 2605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2519, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1987, \"group\": [500.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTCCCTACT\", \"ini\": 1069, \"clust\": 989, \"rank\": 2542, \"rankvar\": 3232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1988, \"group\": [992.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGCGAAGGG\", \"ini\": 1068, \"clust\": 963, \"rank\": 2451, \"rankvar\": 3024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2521, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2734, \"group\": [963.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCGCGTAGC\", \"ini\": 1067, \"clust\": 407, \"rank\": 2533, \"rankvar\": 3404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2522, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1989, \"group\": [405.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCACCCAG\", \"ini\": 1066, \"clust\": 1122, \"rank\": 2100, \"rankvar\": 2362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2523, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2735, \"group\": [1123.0, 39.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACATTAGGCT\", \"ini\": 1065, \"clust\": 1012, \"rank\": 2442, \"rankvar\": 2543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2524, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1990, \"group\": [1012.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCCAGAGGA\", \"ini\": 1064, \"clust\": 853, \"rank\": 2966, \"rankvar\": 3153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2525, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1991, \"group\": [897.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCACTGTCGG\", \"ini\": 1063, \"clust\": 1134, \"rank\": 2613, \"rankvar\": 2346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2989, \"group\": [1133.0, 41.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTTCTGCGTAA\", \"ini\": 1062, \"clust\": 970, \"rank\": 2497, \"rankvar\": 1044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2527, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1992, \"group\": [970.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTCACCTAA\", \"ini\": 1061, \"clust\": 2039, \"rank\": 2329, \"rankvar\": 1108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1636, \"group\": [2038.0, 76.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTACTTAGC\", \"ini\": 1060, \"clust\": 490, \"rank\": 2759, \"rankvar\": 3054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1993, \"group\": [491.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGACCTAGG\", \"ini\": 1059, \"clust\": 1071, \"rank\": 1601, \"rankvar\": 2343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2530, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 167, \"group\": [1069.0, 28.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACAGACAG\", \"ini\": 1058, \"clust\": 1281, \"rank\": 2626, \"rankvar\": 1132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1637, \"group\": [1279.0, 61.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGTGTGGT\", \"ini\": 1057, \"clust\": 1058, \"rank\": 2232, \"rankvar\": 1134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2532, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 168, \"group\": [1058.0, 26.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTTATCGGT\", \"ini\": 1056, \"clust\": 2954, \"rank\": 1873, \"rankvar\": 1283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3552, \"group\": [2954.0, 121.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACACAGACTT\", \"ini\": 1055, \"clust\": 727, \"rank\": 2771, \"rankvar\": 2328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2534, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1994, \"group\": [727.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTCAAGTCATC\", \"ini\": 1054, \"clust\": 1061, \"rank\": 2104, \"rankvar\": 2124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2535, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 169, \"group\": [1063.0, 27.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGTTAACC\", \"ini\": 1053, \"clust\": 126, \"rank\": 2099, \"rankvar\": 1597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2536, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2736, \"group\": [127.0, 17.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACACTGCG\", \"ini\": 1052, \"clust\": 2724, \"rank\": 1579, \"rankvar\": 1724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2537, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 144, \"group\": [2727.0, 94.0, 24.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCATGTTGAC\", \"ini\": 1051, \"clust\": 1381, \"rank\": 2623, \"rankvar\": 913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1638, \"group\": [1382.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTTAGCGG\", \"ini\": 1050, \"clust\": 1051, \"rank\": 3065, \"rankvar\": 3513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2539, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1995, \"group\": [1051.0, 24.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGAGAATTCCC\", \"ini\": 1049, \"clust\": 300, \"rank\": 2724, \"rankvar\": 2658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2540, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1996, \"group\": [300.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCACACCGAC\", \"ini\": 1048, \"clust\": 1055, \"rank\": 2528, \"rankvar\": 2364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2541, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2737, \"group\": [1053.0, 24.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGCACTTA\", \"ini\": 1047, \"clust\": 1124, \"rank\": 2352, \"rankvar\": 2733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2542, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2738, \"group\": [1128.0, 39.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCAACACTG\", \"ini\": 1046, \"clust\": 2945, \"rank\": 1810, \"rankvar\": 3195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2543, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 145, \"group\": [2943.0, 121.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGCCCA\", \"ini\": 1045, \"clust\": 2034, \"rank\": 2409, \"rankvar\": 156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1639, \"group\": [2040.0, 77.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAGTAAGTAGT\", \"ini\": 1044, \"clust\": 1167, \"rank\": 2301, \"rankvar\": 3374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1997, \"group\": [1166.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGACACTT\", \"ini\": 1043, \"clust\": 155, \"rank\": 2675, \"rankvar\": 3062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2546, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1998, \"group\": [155.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTGTGACCC\", \"ini\": 1042, \"clust\": 149, \"rank\": 2656, \"rankvar\": 3180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2547, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 1999, \"group\": [151.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCAGTATAAG\", \"ini\": 1041, \"clust\": 2957, \"rank\": 2179, \"rankvar\": 1535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2548, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3553, \"group\": [2956.0, 121.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCACCGGGT\", \"ini\": 1040, \"clust\": 993, \"rank\": 2591, \"rankvar\": 2715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2549, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2000, \"group\": [994.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGTAATA\", \"ini\": 1039, \"clust\": 1072, \"rank\": 2144, \"rankvar\": 2041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2550, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 170, \"group\": [1070.0, 28.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGCCGTCGT\", \"ini\": 1038, \"clust\": 1143, \"rank\": 2339, \"rankvar\": 3531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2551, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2001, \"group\": [1144.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTCCGTTAA\", \"ini\": 1037, \"clust\": 124, \"rank\": 2452, \"rankvar\": 3409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2552, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2739, \"group\": [123.0, 17.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGCATGAT\", \"ini\": 1036, \"clust\": 910, \"rank\": 2798, \"rankvar\": 2246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2002, \"group\": [911.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTATTAGCC\", \"ini\": 1035, \"clust\": 1159, \"rank\": 2364, \"rankvar\": 3442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2003, \"group\": [1159.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACACTGCG\", \"ini\": 1034, \"clust\": 295, \"rank\": 2770, \"rankvar\": 2138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2555, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2004, \"group\": [295.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCTCTTA\", \"ini\": 1033, \"clust\": 130, \"rank\": 2360, \"rankvar\": 1798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2556, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2740, \"group\": [136.0, 17.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATTGGGCC\", \"ini\": 1032, \"clust\": 1266, \"rank\": 2641, \"rankvar\": 1472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1640, \"group\": [1266.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCTTACCTA\", \"ini\": 1031, \"clust\": 1003, \"rank\": 2740, \"rankvar\": 2385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2558, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2005, \"group\": [1003.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCCATTAT\", \"ini\": 1030, \"clust\": 205, \"rank\": 2473, \"rankvar\": 1992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2559, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2006, \"group\": [208.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAATCCTTCAAT\", \"ini\": 1029, \"clust\": 1371, \"rank\": 2913, \"rankvar\": 2864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1641, \"group\": [1369.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAATGGATA\", \"ini\": 1028, \"clust\": 1363, \"rank\": 2607, \"rankvar\": 2817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2561, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1642, \"group\": [1364.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGTTGCC\", \"ini\": 1027, \"clust\": 331, \"rank\": 2830, \"rankvar\": 1443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2562, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2007, \"group\": [332.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTCTGGTCG\", \"ini\": 1026, \"clust\": 1156, \"rank\": 2475, \"rankvar\": 2958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2008, \"group\": [1155.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTAACGCGA\", \"ini\": 1025, \"clust\": 207, \"rank\": 2601, \"rankvar\": 2731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2009, \"group\": [205.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCAGTTGAC\", \"ini\": 1024, \"clust\": 365, \"rank\": 2823, \"rankvar\": 1742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2565, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2010, \"group\": [366.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTGAGAT\", \"ini\": 1023, \"clust\": 2721, \"rank\": 1683, \"rankvar\": 1562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2566, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 146, \"group\": [2724.0, 93.0, 24.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTCAGCTAT\", \"ini\": 1022, \"clust\": 1123, \"rank\": 2054, \"rankvar\": 2476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2567, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2741, \"group\": [1124.0, 39.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCCAACCAA\", \"ini\": 1021, \"clust\": 1298, \"rank\": 2715, \"rankvar\": 2105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1643, \"group\": [1298.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGAGTCTGG\", \"ini\": 1020, \"clust\": 1221, \"rank\": 2548, \"rankvar\": 591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2569, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1828, \"group\": [1224.0, 48.0, 13.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTGTCGCG\", \"ini\": 1019, \"clust\": 1152, \"rank\": 2444, \"rankvar\": 2875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2011, \"group\": [1156.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTTCTGTTT\", \"ini\": 1018, \"clust\": 375, \"rank\": 2644, \"rankvar\": 1543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2571, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2012, \"group\": [375.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCAAGTAGTA\", \"ini\": 1017, \"clust\": 1103, \"rank\": 2554, \"rankvar\": 2197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2572, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2013, \"group\": [1103.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCAATGTC\", \"ini\": 1016, \"clust\": 1110, \"rank\": 1621, \"rankvar\": 2238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2573, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2742, \"group\": [1111.0, 37.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCTACCTA\", \"ini\": 1015, \"clust\": 171, \"rank\": 2663, \"rankvar\": 3184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2014, \"group\": [169.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGAGTAGA\", \"ini\": 1014, \"clust\": 697, \"rank\": 2950, \"rankvar\": 2790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2575, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2015, \"group\": [696.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGGACAAG\", \"ini\": 1013, \"clust\": 1300, \"rank\": 2619, \"rankvar\": 1342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1644, \"group\": [1300.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGCATGTAAGA\", \"ini\": 1012, \"clust\": 122, \"rank\": 2474, \"rankvar\": 1966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2577, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2743, \"group\": [126.0, 17.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGAGCTCCCAG\", \"ini\": 1011, \"clust\": 1151, \"rank\": 2523, \"rankvar\": 3252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2016, \"group\": [1151.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTAGGGTAC\", \"ini\": 1010, \"clust\": 1116, \"rank\": 2022, \"rankvar\": 2234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2579, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2744, \"group\": [1115.0, 39.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCAGGAATCG\", \"ini\": 1009, \"clust\": 2722, \"rank\": 1244, \"rankvar\": 3114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2580, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 147, \"group\": [2722.0, 93.0, 24.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTACCCAAT\", \"ini\": 1008, \"clust\": 953, \"rank\": 2620, \"rankvar\": 2753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2581, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2017, \"group\": [956.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCACATTCGA\", \"ini\": 1007, \"clust\": 329, \"rank\": 2884, \"rankvar\": 3089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2582, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2018, \"group\": [328.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCCAGACGCAA\", \"ini\": 1006, \"clust\": 911, \"rank\": 2630, \"rankvar\": 2126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2583, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2019, \"group\": [909.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAATTGCC\", \"ini\": 1005, \"clust\": 280, \"rank\": 2873, \"rankvar\": 1497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2584, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2020, \"group\": [279.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGAACTGC\", \"ini\": 1004, \"clust\": 377, \"rank\": 2552, \"rankvar\": 2275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2585, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2021, \"group\": [377.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTACGCGC\", \"ini\": 1003, \"clust\": 3004, \"rank\": 2185, \"rankvar\": 1803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2586, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 148, \"group\": [3005.0, 125.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCCACTAT\", \"ini\": 1002, \"clust\": 3000, \"rank\": 957, \"rankvar\": 445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2587, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 149, \"group\": [3003.0, 124.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCCCGGATG\", \"ini\": 1001, \"clust\": 2841, \"rank\": 2505, \"rankvar\": 1956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2588, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1829, \"group\": [2842.0, 102.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTATAGGGC\", \"ini\": 1000, \"clust\": 505, \"rank\": 2805, \"rankvar\": 3429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2589, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2022, \"group\": [507.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGCCTGAG\", \"ini\": 999, \"clust\": 1059, \"rank\": 2186, \"rankvar\": 2184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2590, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 171, \"group\": [1059.0, 26.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTACCGTTA\", \"ini\": 998, \"clust\": 204, \"rank\": 2491, \"rankvar\": 2607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2591, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2023, \"group\": [203.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCATTCTCAT\", \"ini\": 997, \"clust\": 965, \"rank\": 2629, \"rankvar\": 1658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2592, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2745, \"group\": [966.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGACCACA\", \"ini\": 996, \"clust\": 1013, \"rank\": 2487, \"rankvar\": 3553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2593, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2024, \"group\": [1014.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATCACGCGAAA\", \"ini\": 995, \"clust\": 1085, \"rank\": 910, \"rankvar\": 3482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2594, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 172, \"group\": [1085.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGGTCCGA\", \"ini\": 994, \"clust\": 411, \"rank\": 2457, \"rankvar\": 2909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2595, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2025, \"group\": [411.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCGTTGCC\", \"ini\": 993, \"clust\": 380, \"rank\": 2653, \"rankvar\": 1927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2596, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2026, \"group\": [379.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCTCATTCA\", \"ini\": 992, \"clust\": 1102, \"rank\": 2462, \"rankvar\": 1589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2597, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2746, \"group\": [1107.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCCCTCTTT\", \"ini\": 991, \"clust\": 138, \"rank\": 2677, \"rankvar\": 3377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2598, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2027, \"group\": [137.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGCGA\", \"ini\": 990, \"clust\": 208, \"rank\": 2627, \"rankvar\": 3501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2599, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2028, \"group\": [206.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTCAATGTC\", \"ini\": 989, \"clust\": 322, \"rank\": 2654, \"rankvar\": 2546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2600, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2029, \"group\": [325.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTGACAAAT\", \"ini\": 988, \"clust\": 2909, \"rank\": 1890, \"rankvar\": 580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2601, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3554, \"group\": [2911.0, 118.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCCATTCTA\", \"ini\": 987, \"clust\": 159, \"rank\": 2590, \"rankvar\": 3406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2602, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2030, \"group\": [157.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGTCTATCCCG\", \"ini\": 986, \"clust\": 1064, \"rank\": 2524, \"rankvar\": 3336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2603, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 173, \"group\": [1064.0, 27.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCATATCG\", \"ini\": 985, \"clust\": 356, \"rank\": 2751, \"rankvar\": 2541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2604, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2031, \"group\": [361.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCATTCCTGC\", \"ini\": 984, \"clust\": 1231, \"rank\": 2655, \"rankvar\": 3294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1645, \"group\": [1231.0, 54.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTCTC\", \"ini\": 983, \"clust\": 948, \"rank\": 2356, \"rankvar\": 2533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2606, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2032, \"group\": [949.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCGTCCAGG\", \"ini\": 982, \"clust\": 954, \"rank\": 2543, \"rankvar\": 3092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2607, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2033, \"group\": [954.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCTGCGGT\", \"ini\": 981, \"clust\": 1383, \"rank\": 2709, \"rankvar\": 1834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1646, \"group\": [1381.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTTGCAGG\", \"ini\": 980, \"clust\": 127, \"rank\": 2324, \"rankvar\": 1919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2609, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2747, \"group\": [128.0, 17.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCCCTAAT\", \"ini\": 979, \"clust\": 2939, \"rank\": 2547, \"rankvar\": 3567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3555, \"group\": [2958.0, 122.0, 30.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCCAAGCCG\", \"ini\": 978, \"clust\": 1373, \"rank\": 2986, \"rankvar\": 3298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1647, \"group\": [1371.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTGCTGTC\", \"ini\": 977, \"clust\": 1357, \"rank\": 2706, \"rankvar\": 1249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2612, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1648, \"group\": [1355.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTAGAGTC\", \"ini\": 976, \"clust\": 3569, \"rank\": 648, \"rankvar\": 928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2613, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 150, \"group\": [3567.0, 143.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTGTTAA\", \"ini\": 975, \"clust\": 1222, \"rank\": 2669, \"rankvar\": 1880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2614, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1830, \"group\": [1222.0, 48.0, 13.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGCTCAGA\", \"ini\": 974, \"clust\": 391, \"rank\": 2683, \"rankvar\": 2869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2615, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2034, \"group\": [393.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAGTCAGTGGA\", \"ini\": 973, \"clust\": 668, \"rank\": 2777, \"rankvar\": 1053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2616, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2035, \"group\": [670.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTAGTCA\", \"ini\": 972, \"clust\": 1127, \"rank\": 2203, \"rankvar\": 2374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2617, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2748, \"group\": [1126.0, 39.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGCTAAGAT\", \"ini\": 971, \"clust\": 176, \"rank\": 2858, \"rankvar\": 2959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2618, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2036, \"group\": [176.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCATGGGACA\", \"ini\": 970, \"clust\": 163, \"rank\": 2776, \"rankvar\": 3525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2619, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2037, \"group\": [162.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACATCCA\", \"ini\": 969, \"clust\": 269, \"rank\": 2848, \"rankvar\": 3213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2620, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2038, \"group\": [268.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCAGCTAGTTC\", \"ini\": 968, \"clust\": 425, \"rank\": 2741, \"rankvar\": 2742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2621, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2039, \"group\": [430.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGGTGTCG\", \"ini\": 967, \"clust\": 297, \"rank\": 2765, \"rankvar\": 2750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2622, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2040, \"group\": [302.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGTAGATC\", \"ini\": 966, \"clust\": 1359, \"rank\": 2787, \"rankvar\": 2011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1649, \"group\": [1358.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCACATAGC\", \"ini\": 965, \"clust\": 693, \"rank\": 2783, \"rankvar\": 1963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2624, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2041, \"group\": [694.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCAGCAC\", \"ini\": 964, \"clust\": 141, \"rank\": 2651, \"rankvar\": 3204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2625, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2042, \"group\": [142.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCATTAGC\", \"ini\": 963, \"clust\": 1376, \"rank\": 2571, \"rankvar\": 2089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1831, \"group\": [1375.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGATCACGG\", \"ini\": 962, \"clust\": 795, \"rank\": 2643, \"rankvar\": 1626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2627, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2043, \"group\": [795.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTACCAGTT\", \"ini\": 961, \"clust\": 213, \"rank\": 2713, \"rankvar\": 2978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2628, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2044, \"group\": [215.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGATATAC\", \"ini\": 960, \"clust\": 1062, \"rank\": 2419, \"rankvar\": 3530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2629, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 174, \"group\": [1061.0, 27.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTAAGGGAA\", \"ini\": 959, \"clust\": 169, \"rank\": 2529, \"rankvar\": 2832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2630, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2045, \"group\": [167.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCAGGCAAG\", \"ini\": 958, \"clust\": 491, \"rank\": 2672, \"rankvar\": 1196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2631, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2046, \"group\": [492.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGGAGTACC\", \"ini\": 957, \"clust\": 129, \"rank\": 2276, \"rankvar\": 705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2632, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2749, \"group\": [130.0, 17.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGACGGTA\", \"ini\": 956, \"clust\": 198, \"rank\": 2610, \"rankvar\": 2229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2633, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2047, \"group\": [199.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGTGAAAT\", \"ini\": 955, \"clust\": 161, \"rank\": 2647, \"rankvar\": 3107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2634, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2048, \"group\": [166.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCACATCTTT\", \"ini\": 954, \"clust\": 298, \"rank\": 2817, \"rankvar\": 2309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2635, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2049, \"group\": [298.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCTTACCTA\", \"ini\": 953, \"clust\": 1265, \"rank\": 2562, \"rankvar\": 692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1650, \"group\": [1267.0, 60.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGACTAGGC\", \"ini\": 952, \"clust\": 125, \"rank\": 2449, \"rankvar\": 2805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2637, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2050, \"group\": [124.0, 17.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCAGGCAAG\", \"ini\": 951, \"clust\": 228, \"rank\": 2790, \"rankvar\": 3127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2638, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2051, \"group\": [228.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACTCTGTC\", \"ini\": 950, \"clust\": 1149, \"rank\": 2484, \"rankvar\": 3264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2639, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2052, \"group\": [1149.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCTAACCGA\", \"ini\": 949, \"clust\": 265, \"rank\": 2839, \"rankvar\": 3557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2640, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2053, \"group\": [271.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGGAAATA\", \"ini\": 948, \"clust\": 372, \"rank\": 2930, \"rankvar\": 2397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2641, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2054, \"group\": [370.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTATGCTTG\", \"ini\": 947, \"clust\": 1125, \"rank\": 2003, \"rankvar\": 1695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2642, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2750, \"group\": [1127.0, 39.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATCATCCGCGA\", \"ini\": 946, \"clust\": 403, \"rank\": 2697, \"rankvar\": 3527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2643, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2055, \"group\": [404.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGACTTTCG\", \"ini\": 945, \"clust\": 764, \"rank\": 2947, \"rankvar\": 1974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2644, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2056, \"group\": [765.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGTAGCGGT\", \"ini\": 944, \"clust\": 1241, \"rank\": 2962, \"rankvar\": 762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1651, \"group\": [1242.0, 58.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAAGCGATATA\", \"ini\": 943, \"clust\": 412, \"rank\": 2676, \"rankvar\": 3571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2646, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2057, \"group\": [409.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCGAATCT\", \"ini\": 942, \"clust\": 231, \"rank\": 2690, \"rankvar\": 2501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2647, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2058, \"group\": [230.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACTCTTA\", \"ini\": 941, \"clust\": 955, \"rank\": 2650, \"rankvar\": 2848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2648, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2059, \"group\": [955.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTTAGGAA\", \"ini\": 940, \"clust\": 793, \"rank\": 2896, \"rankvar\": 2729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2649, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2060, \"group\": [793.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCCGAAGAG\", \"ini\": 939, \"clust\": 6, \"rank\": 2978, \"rankvar\": 1291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2650, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2920, \"group\": [6.0, 6.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTTTACGT\", \"ini\": 938, \"clust\": 341, \"rank\": 2809, \"rankvar\": 2877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2651, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2061, \"group\": [342.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATGCAATC\", \"ini\": 937, \"clust\": 1366, \"rank\": 2836, \"rankvar\": 2164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1652, \"group\": [1370.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTACAA\", \"ini\": 936, \"clust\": 368, \"rank\": 2796, \"rankvar\": 2665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2653, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2062, \"group\": [373.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTTGTTTC\", \"ini\": 935, \"clust\": 983, \"rank\": 2671, \"rankvar\": 2725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2654, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2063, \"group\": [984.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCGGACAAG\", \"ini\": 934, \"clust\": 326, \"rank\": 2648, \"rankvar\": 1294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2655, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2064, \"group\": [326.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATTACCG\", \"ini\": 933, \"clust\": 1083, \"rank\": 2059, \"rankvar\": 2970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2656, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 175, \"group\": [1086.0, 32.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGCTTTGGT\", \"ini\": 932, \"clust\": 1070, \"rank\": 2209, \"rankvar\": 1740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2657, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 176, \"group\": [1071.0, 28.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCCACGAAT\", \"ini\": 931, \"clust\": 3531, \"rank\": 1047, \"rankvar\": 631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2658, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 151, \"group\": [3532.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAACGATCT\", \"ini\": 930, \"clust\": 413, \"rank\": 2577, \"rankvar\": 3385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2659, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2065, \"group\": [410.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTGGCGAAT\", \"ini\": 929, \"clust\": 379, \"rank\": 2584, \"rankvar\": 2042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2660, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2066, \"group\": [383.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCAACGAAA\", \"ini\": 928, \"clust\": 166, \"rank\": 2581, \"rankvar\": 3416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2661, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2067, \"group\": [163.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTATCGCC\", \"ini\": 927, \"clust\": 907, \"rank\": 2646, \"rankvar\": 2121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2068, \"group\": [908.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTATCCCG\", \"ini\": 926, \"clust\": 261, \"rank\": 2612, \"rankvar\": 2086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2663, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2069, \"group\": [265.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACATGACATC\", \"ini\": 925, \"clust\": 361, \"rank\": 2815, \"rankvar\": 2023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2664, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2070, \"group\": [362.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACACGGATAG\", \"ini\": 924, \"clust\": 1057, \"rank\": 2412, \"rankvar\": 1674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2665, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 177, \"group\": [1060.0, 26.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTCCACAA\", \"ini\": 923, \"clust\": 991, \"rank\": 2492, \"rankvar\": 2893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2666, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2071, \"group\": [991.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGGGTCTCC\", \"ini\": 922, \"clust\": 956, \"rank\": 2534, \"rankvar\": 2218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2667, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2751, \"group\": [957.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGGATTGG\", \"ini\": 921, \"clust\": 998, \"rank\": 2673, \"rankvar\": 3357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2668, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2072, \"group\": [998.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACCAGTTCCCT\", \"ini\": 920, \"clust\": 376, \"rank\": 2599, \"rankvar\": 3285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2669, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2073, \"group\": [376.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCATCATC\", \"ini\": 919, \"clust\": 645, \"rank\": 2907, \"rankvar\": 2799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2670, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2074, \"group\": [644.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTCGCTAA\", \"ini\": 918, \"clust\": 121, \"rank\": 2098, \"rankvar\": 2762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2671, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2752, \"group\": [121.0, 17.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCGGCCGAT\", \"ini\": 917, \"clust\": 139, \"rank\": 2718, \"rankvar\": 3308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2672, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2075, \"group\": [138.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCCGTACAA\", \"ini\": 916, \"clust\": 631, \"rank\": 2970, \"rankvar\": 2333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2673, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2076, \"group\": [639.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTAACGGT\", \"ini\": 915, \"clust\": 908, \"rank\": 2881, \"rankvar\": 2108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2674, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2077, \"group\": [913.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTGTAGGGTAC\", \"ini\": 914, \"clust\": 667, \"rank\": 3011, \"rankvar\": 2355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2675, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2078, \"group\": [671.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGTTGTC\", \"ini\": 913, \"clust\": 200, \"rank\": 2694, \"rankvar\": 2967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2676, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2079, \"group\": [196.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTCATTAGGCT\", \"ini\": 912, \"clust\": 170, \"rank\": 2513, \"rankvar\": 3460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2677, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2080, \"group\": [168.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTGTCGCTG\", \"ini\": 911, \"clust\": 1228, \"rank\": 2508, \"rankvar\": 3585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2678, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2081, \"group\": [1228.0, 52.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCAGCTGGC\", \"ini\": 910, \"clust\": 268, \"rank\": 2752, \"rankvar\": 2737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2679, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2082, \"group\": [270.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGTGGCTC\", \"ini\": 909, \"clust\": 506, \"rank\": 3005, \"rankvar\": 3566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2680, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2083, \"group\": [505.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGTGTGGT\", \"ini\": 908, \"clust\": 83, \"rank\": 2894, \"rankvar\": 563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2681, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2921, \"group\": [104.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCACCCT\", \"ini\": 907, \"clust\": 206, \"rank\": 2679, \"rankvar\": 3185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2682, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2084, \"group\": [207.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAGGCCT\", \"ini\": 906, \"clust\": 409, \"rank\": 2521, \"rankvar\": 3496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2683, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2085, \"group\": [407.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCACCGGGT\", \"ini\": 905, \"clust\": 516, \"rank\": 3051, \"rankvar\": 2694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2684, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2086, \"group\": [516.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCTCAACT\", \"ini\": 904, \"clust\": 381, \"rank\": 2631, \"rankvar\": 1690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2685, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2087, \"group\": [380.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTGTGCAGTAG\", \"ini\": 903, \"clust\": 729, \"rank\": 2902, \"rankvar\": 1833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2686, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2088, \"group\": [730.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCTTGCCA\", \"ini\": 902, \"clust\": 117, \"rank\": 2189, \"rankvar\": 2915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2687, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2753, \"group\": [118.0, 17.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGGATA\", \"ini\": 901, \"clust\": 119, \"rank\": 2317, \"rankvar\": 3411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2688, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2754, \"group\": [122.0, 17.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCAGCACAT\", \"ini\": 900, \"clust\": 195, \"rank\": 2592, \"rankvar\": 2950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2689, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2089, \"group\": [209.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAGCCTAA\", \"ini\": 899, \"clust\": 257, \"rank\": 2763, \"rankvar\": 3091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2690, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2090, \"group\": [257.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATGCCCGA\", \"ini\": 898, \"clust\": 399, \"rank\": 2638, \"rankvar\": 2556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2091, \"group\": [397.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCAACTA\", \"ini\": 897, \"clust\": 796, \"rank\": 2699, \"rankvar\": 1767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2092, \"group\": [796.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCTAGGGC\", \"ini\": 896, \"clust\": 1022, \"rank\": 2637, \"rankvar\": 2099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2693, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2755, \"group\": [1022.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTATTACCG\", \"ini\": 895, \"clust\": 332, \"rank\": 2793, \"rankvar\": 1743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2694, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2093, \"group\": [333.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCATGAT\", \"ini\": 894, \"clust\": 238, \"rank\": 3035, \"rankvar\": 1723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2695, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2094, \"group\": [242.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAAGCGTAG\", \"ini\": 893, \"clust\": 960, \"rank\": 2344, \"rankvar\": 2478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2696, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2756, \"group\": [961.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACGTTGGC\", \"ini\": 892, \"clust\": 961, \"rank\": 2229, \"rankvar\": 2133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2697, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2757, \"group\": [962.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCTGATACG\", \"ini\": 891, \"clust\": 211, \"rank\": 2633, \"rankvar\": 2511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2698, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2095, \"group\": [211.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGAGTATA\", \"ini\": 890, \"clust\": 192, \"rank\": 2698, \"rankvar\": 2589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2699, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2096, \"group\": [193.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACGACTCG\", \"ini\": 889, \"clust\": 408, \"rank\": 2621, \"rankvar\": 3528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2700, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2097, \"group\": [406.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCAATAAGG\", \"ini\": 888, \"clust\": 323, \"rank\": 2692, \"rankvar\": 2793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2701, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2098, \"group\": [323.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGATGTAT\", \"ini\": 887, \"clust\": 304, \"rank\": 2901, \"rankvar\": 2510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2702, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2099, \"group\": [305.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATTGCGA\", \"ini\": 886, \"clust\": 492, \"rank\": 2921, \"rankvar\": 2939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2703, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2100, \"group\": [496.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCCTCTTT\", \"ini\": 885, \"clust\": 1065, \"rank\": 2518, \"rankvar\": 2056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2704, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 178, \"group\": [1065.0, 27.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCGACCAGC\", \"ini\": 884, \"clust\": 691, \"rank\": 2931, \"rankvar\": 2471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2705, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2101, \"group\": [691.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACACCTTGTC\", \"ini\": 883, \"clust\": 147, \"rank\": 2747, \"rankvar\": 2092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2706, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2102, \"group\": [147.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTGGTATG\", \"ini\": 882, \"clust\": 157, \"rank\": 2660, \"rankvar\": 3441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2707, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2103, \"group\": [174.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGCCCAACC\", \"ini\": 881, \"clust\": 646, \"rank\": 2822, \"rankvar\": 2443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2708, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2104, \"group\": [645.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGATATGCA\", \"ini\": 880, \"clust\": 324, \"rank\": 2745, \"rankvar\": 2819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2709, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2105, \"group\": [324.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCAAGGTGTG\", \"ini\": 879, \"clust\": 979, \"rank\": 2685, \"rankvar\": 2463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2710, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2106, \"group\": [982.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAGGCTCAC\", \"ini\": 878, \"clust\": 517, \"rank\": 3039, \"rankvar\": 2862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2711, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2107, \"group\": [517.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTCATGCAT\", \"ini\": 877, \"clust\": 1178, \"rank\": 2359, \"rankvar\": 1839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2712, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2840, \"group\": [1178.0, 44.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTCTTGCA\", \"ini\": 876, \"clust\": 296, \"rank\": 2684, \"rankvar\": 1900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2713, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2108, \"group\": [296.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCATTTGGG\", \"ini\": 875, \"clust\": 999, \"rank\": 2661, \"rankvar\": 3231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2714, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2109, \"group\": [999.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTCCAT\", \"ini\": 874, \"clust\": 944, \"rank\": 2504, \"rankvar\": 1471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2715, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2758, \"group\": [945.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCTTGC\", \"ini\": 873, \"clust\": 639, \"rank\": 2961, \"rankvar\": 2007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2716, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2110, \"group\": [640.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACCTAC\", \"ini\": 872, \"clust\": 374, \"rank\": 2702, \"rankvar\": 3438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2717, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2111, \"group\": [416.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGTTAGGTA\", \"ini\": 871, \"clust\": 957, \"rank\": 2563, \"rankvar\": 2991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2718, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2759, \"group\": [958.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCTCTTGAT\", \"ini\": 870, \"clust\": 1113, \"rank\": 2174, \"rankvar\": 2048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2719, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2760, \"group\": [1117.0, 39.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCGTAGGAG\", \"ini\": 869, \"clust\": 724, \"rank\": 2861, \"rankvar\": 1889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2720, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2112, \"group\": [723.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGCCGCT\", \"ini\": 868, \"clust\": 305, \"rank\": 2969, \"rankvar\": 2891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2721, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2113, \"group\": [306.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCACGACGAA\", \"ini\": 867, \"clust\": 222, \"rank\": 2784, \"rankvar\": 3238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2722, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2114, \"group\": [222.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGTCCTCT\", \"ini\": 866, \"clust\": 1224, \"rank\": 1538, \"rankvar\": 1928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3556, \"group\": [1225.0, 49.0, 14.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGTCGAT\", \"ini\": 865, \"clust\": 392, \"rank\": 2912, \"rankvar\": 3509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2115, \"group\": [389.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTAGAATGTTG\", \"ini\": 864, \"clust\": 302, \"rank\": 2868, \"rankvar\": 3075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2725, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2116, \"group\": [303.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCATCCAACA\", \"ini\": 863, \"clust\": 818, \"rank\": 3140, \"rankvar\": 675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2726, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 3565, \"group\": [899.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGGGAGTAA\", \"ini\": 862, \"clust\": 2725, \"rank\": 917, \"rankvar\": 689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2727, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 152, \"group\": [2725.0, 94.0, 24.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCCCGTT\", \"ini\": 861, \"clust\": 1019, \"rank\": 2593, \"rankvar\": 1616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2728, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2761, \"group\": [1020.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACCATTCGACA\", \"ini\": 860, \"clust\": 748, \"rank\": 3055, \"rankvar\": 2301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2729, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2117, \"group\": [748.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAAGAAACGCC\", \"ini\": 859, \"clust\": 484, \"rank\": 3247, \"rankvar\": 3334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2730, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2118, \"group\": [484.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCATAAAGG\", \"ini\": 858, \"clust\": 1043, \"rank\": 2586, \"rankvar\": 849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2731, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2762, \"group\": [1046.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAACGGG\", \"ini\": 857, \"clust\": 575, \"rank\": 3136, \"rankvar\": 2892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2732, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2119, \"group\": [574.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCATTCTA\", \"ini\": 856, \"clust\": 263, \"rank\": 2729, \"rankvar\": 3333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2733, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2120, \"group\": [262.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTTGTCAT\", \"ini\": 855, \"clust\": 2842, \"rank\": 2434, \"rankvar\": 1800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 3557, \"group\": [2843.0, 102.0, 26.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAACAACA\", \"ini\": 854, \"clust\": 227, \"rank\": 2749, \"rankvar\": 2380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2735, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2121, \"group\": [243.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAACGACG\", \"ini\": 853, \"clust\": 433, \"rank\": 3020, \"rankvar\": 3305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2736, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2122, \"group\": [440.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTGCAAT\", \"ini\": 852, \"clust\": 118, \"rank\": 2070, \"rankvar\": 1934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2737, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2763, \"group\": [119.0, 17.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGGAGAA\", \"ini\": 851, \"clust\": 707, \"rank\": 2976, \"rankvar\": 2874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2738, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2123, \"group\": [707.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCGCTCCA\", \"ini\": 850, \"clust\": 367, \"rank\": 2758, \"rankvar\": 1373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2739, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2124, \"group\": [374.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGACCT\", \"ini\": 849, \"clust\": 337, \"rank\": 2687, \"rankvar\": 1546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2740, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2125, \"group\": [338.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGGATACC\", \"ini\": 848, \"clust\": 216, \"rank\": 2779, \"rankvar\": 2906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2741, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2126, \"group\": [217.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCAGTAT\", \"ini\": 847, \"clust\": 730, \"rank\": 3008, \"rankvar\": 3028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2742, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2127, \"group\": [731.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTTGAT\", \"ini\": 846, \"clust\": 266, \"rank\": 2768, \"rankvar\": 2766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2743, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2128, \"group\": [266.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCCGCAAGC\", \"ini\": 845, \"clust\": 258, \"rank\": 2766, \"rankvar\": 2910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2744, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2129, \"group\": [258.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTATG\", \"ini\": 844, \"clust\": 345, \"rank\": 2795, \"rankvar\": 2539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2745, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2130, \"group\": [346.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGCGTAGTG\", \"ini\": 843, \"clust\": 2723, \"rank\": 1760, \"rankvar\": 1792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2746, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 153, \"group\": [2723.0, 93.0, 24.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGACCTC\", \"ini\": 842, \"clust\": 708, \"rank\": 3143, \"rankvar\": 3257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2747, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2131, \"group\": [708.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTGCGGCA\", \"ini\": 841, \"clust\": 156, \"rank\": 2707, \"rankvar\": 3554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2748, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2132, \"group\": [156.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCATGGTCTA\", \"ini\": 840, \"clust\": 757, \"rank\": 3030, \"rankvar\": 2485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2749, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2133, \"group\": [757.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGCGCCTTG\", \"ini\": 839, \"clust\": 400, \"rank\": 2734, \"rankvar\": 3181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2750, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2134, \"group\": [398.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACTGGCC\", \"ini\": 838, \"clust\": 224, \"rank\": 2566, \"rankvar\": 3274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2751, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2135, \"group\": [227.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTTTAAGCC\", \"ini\": 837, \"clust\": 320, \"rank\": 2866, \"rankvar\": 2961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2752, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2136, \"group\": [320.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGACGGAA\", \"ini\": 836, \"clust\": 1069, \"rank\": 2265, \"rankvar\": 1958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2753, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 179, \"group\": [1072.0, 28.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGTAA\", \"ini\": 835, \"clust\": 352, \"rank\": 2824, \"rankvar\": 2820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2754, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2137, \"group\": [353.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACGACTCG\", \"ini\": 834, \"clust\": 307, \"rank\": 2943, \"rankvar\": 2794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2755, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2138, \"group\": [307.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTGCAACGA\", \"ini\": 833, \"clust\": 678, \"rank\": 2874, \"rankvar\": 1731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2756, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2139, \"group\": [682.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCGTACCGG\", \"ini\": 832, \"clust\": 309, \"rank\": 3004, \"rankvar\": 3015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2757, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2140, \"group\": [312.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTAGGTGC\", \"ini\": 831, \"clust\": 1020, \"rank\": 2568, \"rankvar\": 768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2758, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2764, \"group\": [1021.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACATGCTGGC\", \"ini\": 830, \"clust\": 325, \"rank\": 2711, \"rankvar\": 1754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2759, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2141, \"group\": [331.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACGACTA\", \"ini\": 829, \"clust\": 250, \"rank\": 2835, \"rankvar\": 2220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2760, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2142, \"group\": [249.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAGCTCCGA\", \"ini\": 828, \"clust\": 404, \"rank\": 2761, \"rankvar\": 3550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2761, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2143, \"group\": [402.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGCAACTT\", \"ini\": 827, \"clust\": 201, \"rank\": 2645, \"rankvar\": 2388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2762, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2144, \"group\": [197.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGCGCTC\", \"ini\": 826, \"clust\": 791, \"rank\": 2843, \"rankvar\": 1808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2763, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2145, \"group\": [791.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACGCGGT\", \"ini\": 825, \"clust\": 172, \"rank\": 2635, \"rankvar\": 3494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2764, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2146, \"group\": [170.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCTACCAGA\", \"ini\": 824, \"clust\": 330, \"rank\": 2838, \"rankvar\": 2789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2765, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2147, \"group\": [329.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCATCGGAT\", \"ini\": 823, \"clust\": 573, \"rank\": 3156, \"rankvar\": 3136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2766, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2148, \"group\": [577.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCTCGCATC\", \"ini\": 822, \"clust\": 230, \"rank\": 2615, \"rankvar\": 2140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2767, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2149, \"group\": [232.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCGTTTATC\", \"ini\": 821, \"clust\": 132, \"rank\": 2437, \"rankvar\": 2412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2768, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2765, \"group\": [131.0, 17.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTGCGAAAC\", \"ini\": 820, \"clust\": 716, \"rank\": 2951, \"rankvar\": 2896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2769, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2150, \"group\": [716.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGATCGATA\", \"ini\": 819, \"clust\": 746, \"rank\": 2800, \"rankvar\": 2565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2770, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2151, \"group\": [746.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGCTAACTC\", \"ini\": 818, \"clust\": 339, \"rank\": 2927, \"rankvar\": 2394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2771, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2152, \"group\": [340.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTGGCCCTA\", \"ini\": 817, \"clust\": 1031, \"rank\": 2806, \"rankvar\": 2075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2766, \"group\": [1032.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTACTTAC\", \"ini\": 816, \"clust\": 346, \"rank\": 2837, \"rankvar\": 2278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2773, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2153, \"group\": [347.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCCACGAAT\", \"ini\": 815, \"clust\": 715, \"rank\": 2875, \"rankvar\": 1910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2774, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2154, \"group\": [718.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGAACAG\", \"ini\": 814, \"clust\": 744, \"rank\": 3018, \"rankvar\": 2590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2775, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2155, \"group\": [747.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCCAAGCCG\", \"ini\": 813, \"clust\": 232, \"rank\": 2812, \"rankvar\": 2788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2776, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2156, \"group\": [231.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTAGT\", \"ini\": 812, \"clust\": 321, \"rank\": 2799, \"rankvar\": 3410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2777, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2157, \"group\": [321.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCACAGTAC\", \"ini\": 811, \"clust\": 350, \"rank\": 2870, \"rankvar\": 2752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2778, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2158, \"group\": [351.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGTGAAGTT\", \"ini\": 810, \"clust\": 328, \"rank\": 2916, \"rankvar\": 2927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2779, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2159, \"group\": [330.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACAAATCCGT\", \"ini\": 809, \"clust\": 226, \"rank\": 2731, \"rankvar\": 3488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2780, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2160, \"group\": [226.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCACCGATAT\", \"ini\": 808, \"clust\": 1004, \"rank\": 2725, \"rankvar\": 2795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2781, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2161, \"group\": [1004.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGCGATCG\", \"ini\": 807, \"clust\": 1023, \"rank\": 2447, \"rankvar\": 1524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2782, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2767, \"group\": [1023.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTTCCACAA\", \"ini\": 806, \"clust\": 792, \"rank\": 2953, \"rankvar\": 2288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2783, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2162, \"group\": [792.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCTCAACA\", \"ini\": 805, \"clust\": 481, \"rank\": 3025, \"rankvar\": 3421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2784, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2163, \"group\": [480.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCACAAGACG\", \"ini\": 804, \"clust\": 510, \"rank\": 2919, \"rankvar\": 3269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2785, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2164, \"group\": [509.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTCACATTCGA\", \"ini\": 803, \"clust\": 752, \"rank\": 3193, \"rankvar\": 2800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2786, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2165, \"group\": [751.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTGCGATG\", \"ini\": 802, \"clust\": 2037, \"rank\": 2456, \"rankvar\": 3197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1653, \"group\": [2036.0, 76.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCAGCACAT\", \"ini\": 801, \"clust\": 338, \"rank\": 2721, \"rankvar\": 2134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2788, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2166, \"group\": [339.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGTTCGAT\", \"ini\": 800, \"clust\": 214, \"rank\": 2642, \"rankvar\": 3064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2789, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2167, \"group\": [213.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCGGCTCA\", \"ini\": 799, \"clust\": 178, \"rank\": 2750, \"rankvar\": 2459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2790, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2168, \"group\": [179.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGATGTGG\", \"ini\": 798, \"clust\": 1007, \"rank\": 2903, \"rankvar\": 3477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2791, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2169, \"group\": [1006.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAAAGGTGC\", \"ini\": 797, \"clust\": 472, \"rank\": 3105, \"rankvar\": 3330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2792, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2170, \"group\": [472.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGTACGTTC\", \"ini\": 796, \"clust\": 270, \"rank\": 2946, \"rankvar\": 3271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2793, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2171, \"group\": [269.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTAAACCTC\", \"ini\": 795, \"clust\": 185, \"rank\": 2918, \"rankvar\": 3451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2794, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2172, \"group\": [186.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCTCGTTTA\", \"ini\": 794, \"clust\": 502, \"rank\": 3098, \"rankvar\": 2921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2795, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2173, \"group\": [503.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCGTCGTTC\", \"ini\": 793, \"clust\": 196, \"rank\": 2716, \"rankvar\": 2987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2796, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2174, \"group\": [201.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCACAAACC\", \"ini\": 792, \"clust\": 801, \"rank\": 3126, \"rankvar\": 1660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2797, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2175, \"group\": [800.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAATCCGT\", \"ini\": 791, \"clust\": 369, \"rank\": 2892, \"rankvar\": 2251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2798, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2176, \"group\": [368.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTAGCGTGA\", \"ini\": 790, \"clust\": 303, \"rank\": 2917, \"rankvar\": 3122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2177, \"group\": [304.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCCGCTGA\", \"ini\": 789, \"clust\": 371, \"rank\": 2940, \"rankvar\": 2678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2178, \"group\": [372.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAGTAGATTAG\", \"ini\": 788, \"clust\": 511, \"rank\": 2938, \"rankvar\": 1802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2801, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2179, \"group\": [510.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGCTAGGT\", \"ini\": 787, \"clust\": 669, \"rank\": 2977, \"rankvar\": 2270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2802, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2180, \"group\": [668.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACATGGGAAC\", \"ini\": 786, \"clust\": 1223, \"rank\": 2664, \"rankvar\": 3283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1832, \"group\": [1223.0, 48.0, 13.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTGTTTGC\", \"ini\": 785, \"clust\": 3532, \"rank\": 1031, \"rankvar\": 254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2804, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 154, \"group\": [3533.0, 140.0, 32.0, 12.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCAGGTC\", \"ini\": 784, \"clust\": 816, \"rank\": 3139, \"rankvar\": 1640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2805, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2181, \"group\": [815.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGATCACGG\", \"ini\": 783, \"clust\": 728, \"rank\": 3006, \"rankvar\": 3447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2806, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2182, \"group\": [728.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCATGACGGA\", \"ini\": 782, \"clust\": 608, \"rank\": 3043, \"rankvar\": 2304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2183, \"group\": [611.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCATAACCTG\", \"ini\": 781, \"clust\": 396, \"rank\": 2850, \"rankvar\": 3574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2808, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2184, \"group\": [399.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTGTTGAA\", \"ini\": 780, \"clust\": 632, \"rank\": 2982, \"rankvar\": 2396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2809, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2185, \"group\": [632.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCAACTCTT\", \"ini\": 779, \"clust\": 720, \"rank\": 3010, \"rankvar\": 2435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2810, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2186, \"group\": [721.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAACACCTA\", \"ini\": 778, \"clust\": 861, \"rank\": 3000, \"rankvar\": 2681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2811, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2187, \"group\": [859.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGCAATCTC\", \"ini\": 777, \"clust\": 247, \"rank\": 2840, \"rankvar\": 1565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2812, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2188, \"group\": [251.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTAGCACGA\", \"ini\": 776, \"clust\": 725, \"rank\": 3060, \"rankvar\": 2676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2813, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2189, \"group\": [724.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAGGAACGT\", \"ini\": 775, \"clust\": 366, \"rank\": 3023, \"rankvar\": 2854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2814, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2190, \"group\": [367.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGTTGAGG\", \"ini\": 774, \"clust\": 397, \"rank\": 2854, \"rankvar\": 3551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2815, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2191, \"group\": [395.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGTAAGTAC\", \"ini\": 773, \"clust\": 108, \"rank\": 2531, \"rankvar\": 2494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2816, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2768, \"group\": [109.0, 13.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTCGT\", \"ini\": 772, \"clust\": 294, \"rank\": 2936, \"rankvar\": 3391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2817, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2192, \"group\": [297.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTTGCCGT\", \"ini\": 771, \"clust\": 699, \"rank\": 2791, \"rankvar\": 3032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2818, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2193, \"group\": [698.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAGCCACCA\", \"ini\": 770, \"clust\": 662, \"rank\": 3209, \"rankvar\": 1539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2819, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2194, \"group\": [662.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGTCGTTTG\", \"ini\": 769, \"clust\": 753, \"rank\": 3150, \"rankvar\": 2808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2820, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2195, \"group\": [752.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCTAGGCA\", \"ini\": 768, \"clust\": 1021, \"rank\": 2680, \"rankvar\": 2161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2821, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2769, \"group\": [1024.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGCCAACAG\", \"ini\": 767, \"clust\": 287, \"rank\": 3009, \"rankvar\": 2189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2822, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2196, \"group\": [290.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGACG\", \"ini\": 766, \"clust\": 1029, \"rank\": 2789, \"rankvar\": 1838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2823, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2770, \"group\": [1029.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGTCTGAGTGT\", \"ini\": 765, \"clust\": 347, \"rank\": 2846, \"rankvar\": 1682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2824, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2197, \"group\": [350.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCATTTGGG\", \"ini\": 764, \"clust\": 327, \"rank\": 2804, \"rankvar\": 2656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2825, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2198, \"group\": [327.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCACCT\", \"ini\": 763, \"clust\": 244, \"rank\": 3022, \"rankvar\": 2260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2826, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2199, \"group\": [246.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCAGACAGGT\", \"ini\": 762, \"clust\": 641, \"rank\": 3024, \"rankvar\": 2520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2827, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2200, \"group\": [647.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGCCAGAA\", \"ini\": 761, \"clust\": 651, \"rank\": 3015, \"rankvar\": 1944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2828, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2201, \"group\": [656.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGTAGC\", \"ini\": 760, \"clust\": 35, \"rank\": 2786, \"rankvar\": 882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2829, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2990, \"group\": [36.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGGCTGAA\", \"ini\": 759, \"clust\": 1046, \"rank\": 2625, \"rankvar\": 589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2830, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2771, \"group\": [1047.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCACACTGCG\", \"ini\": 758, \"clust\": 153, \"rank\": 2803, \"rankvar\": 2993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2831, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2202, \"group\": [154.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCCACTCCA\", \"ini\": 757, \"clust\": 234, \"rank\": 2872, \"rankvar\": 2413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2832, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2203, \"group\": [233.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCAACGGGA\", \"ini\": 756, \"clust\": 503, \"rank\": 3081, \"rankvar\": 3215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2833, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2204, \"group\": [504.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTACCTGC\", \"ini\": 755, \"clust\": 383, \"rank\": 2602, \"rankvar\": 1708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2834, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2205, \"group\": [382.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATCGGGT\", \"ini\": 754, \"clust\": 292, \"rank\": 2904, \"rankvar\": 2941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2835, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2206, \"group\": [291.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCACAGTAC\", \"ini\": 753, \"clust\": 695, \"rank\": 2964, \"rankvar\": 3250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2836, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2207, \"group\": [701.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGACCTC\", \"ini\": 752, \"clust\": 340, \"rank\": 2851, \"rankvar\": 2495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2837, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2208, \"group\": [341.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTAGTTCCACA\", \"ini\": 751, \"clust\": 507, \"rank\": 2980, \"rankvar\": 3575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2838, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2209, \"group\": [506.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTCTCAAC\", \"ini\": 750, \"clust\": 401, \"rank\": 2926, \"rankvar\": 3570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2839, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2210, \"group\": [400.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCTAAGAT\", \"ini\": 749, \"clust\": 640, \"rank\": 2829, \"rankvar\": 798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2840, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2211, \"group\": [641.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACATGTCTCC\", \"ini\": 748, \"clust\": 162, \"rank\": 2744, \"rankvar\": 3393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2841, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2212, \"group\": [165.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCTAAGCCA\", \"ini\": 747, \"clust\": 1044, \"rank\": 2889, \"rankvar\": 3384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2842, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2772, \"group\": [1044.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACTAGGC\", \"ini\": 746, \"clust\": 164, \"rank\": 2705, \"rankvar\": 3420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2843, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2213, \"group\": [160.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCACGACTA\", \"ini\": 745, \"clust\": 980, \"rank\": 2844, \"rankvar\": 3428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2844, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2214, \"group\": [980.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCAGTTCGA\", \"ini\": 744, \"clust\": 363, \"rank\": 2937, \"rankvar\": 2223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2845, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2215, \"group\": [364.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTTCAACACTG\", \"ini\": 743, \"clust\": 251, \"rank\": 3074, \"rankvar\": 2420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2216, \"group\": [250.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCGTATAGTAG\", \"ini\": 742, \"clust\": 483, \"rank\": 2965, \"rankvar\": 1988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2847, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2217, \"group\": [486.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCGAGCCCA\", \"ini\": 741, \"clust\": 264, \"rank\": 2792, \"rankvar\": 3296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2848, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2218, \"group\": [263.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTGCCTGTG\", \"ini\": 740, \"clust\": 398, \"rank\": 2703, \"rankvar\": 3344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2849, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2219, \"group\": [396.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCGGATCA\", \"ini\": 739, \"clust\": 353, \"rank\": 2769, \"rankvar\": 1380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2850, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2220, \"group\": [354.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCATTGCGGC\", \"ini\": 738, \"clust\": 415, \"rank\": 2589, \"rankvar\": 3400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2851, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2221, \"group\": [413.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGTCTCG\", \"ini\": 737, \"clust\": 378, \"rank\": 2480, \"rankvar\": 1989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2852, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2841, \"group\": [378.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGCCGGTAA\", \"ini\": 736, \"clust\": 794, \"rank\": 2883, \"rankvar\": 1594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2853, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2222, \"group\": [794.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTCATTACCTT\", \"ini\": 735, \"clust\": 749, \"rank\": 3064, \"rankvar\": 2740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2854, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2223, \"group\": [749.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGATGCCTT\", \"ini\": 734, \"clust\": 813, \"rank\": 3198, \"rankvar\": 1644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2855, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2224, \"group\": [813.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCCGTAGGC\", \"ini\": 733, \"clust\": 370, \"rank\": 2942, \"rankvar\": 3082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2856, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2225, \"group\": [369.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACTTACGA\", \"ini\": 732, \"clust\": 969, \"rank\": 2811, \"rankvar\": 1964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2857, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2226, \"group\": [972.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTAGATGA\", \"ini\": 731, \"clust\": 756, \"rank\": 2871, \"rankvar\": 1514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2858, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2227, \"group\": [759.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAAATTGCC\", \"ini\": 730, \"clust\": 390, \"rank\": 2876, \"rankvar\": 3325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2228, \"group\": [394.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATCCGCGA\", \"ini\": 729, \"clust\": 975, \"rank\": 2880, \"rankvar\": 2775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2860, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2773, \"group\": [975.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTCATTA\", \"ini\": 728, \"clust\": 351, \"rank\": 2869, \"rankvar\": 1832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2861, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2229, \"group\": [352.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGCTAGTCT\", \"ini\": 727, \"clust\": 1047, \"rank\": 2634, \"rankvar\": 506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2862, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2774, \"group\": [1048.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCTGATACG\", \"ini\": 726, \"clust\": 165, \"rank\": 2732, \"rankvar\": 3349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2863, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2230, \"group\": [161.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGTATCGAA\", \"ini\": 725, \"clust\": 850, \"rank\": 3290, \"rankvar\": 3200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2864, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2231, \"group\": [850.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTACTTCTT\", \"ini\": 724, \"clust\": 866, \"rank\": 3145, \"rankvar\": 1799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2865, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2232, \"group\": [870.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAGGTA\", \"ini\": 723, \"clust\": 275, \"rank\": 2928, \"rankvar\": 2818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2866, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2233, \"group\": [278.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTGAGTTC\", \"ini\": 722, \"clust\": 248, \"rank\": 2882, \"rankvar\": 2276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2867, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2234, \"group\": [247.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGAATGGG\", \"ini\": 721, \"clust\": 709, \"rank\": 2860, \"rankvar\": 1569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2235, \"group\": [715.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTAGGGTG\", \"ini\": 720, \"clust\": 243, \"rank\": 2954, \"rankvar\": 2852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2869, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2236, \"group\": [252.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAAGATGCCTT\", \"ini\": 719, \"clust\": 814, \"rank\": 3079, \"rankvar\": 1189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2870, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2237, \"group\": [814.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCAAGCG\", \"ini\": 718, \"clust\": 942, \"rank\": 2564, \"rankvar\": 1895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2871, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2775, \"group\": [947.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCGTCTTC\", \"ini\": 717, \"clust\": 577, \"rank\": 3026, \"rankvar\": 3282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2872, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2238, \"group\": [580.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTCTGATTG\", \"ini\": 716, \"clust\": 485, \"rank\": 3096, \"rankvar\": 2674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2873, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2239, \"group\": [485.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATCTACGA\", \"ini\": 715, \"clust\": 177, \"rank\": 2814, \"rankvar\": 2845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2874, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2240, \"group\": [177.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAACCGCCA\", \"ini\": 714, \"clust\": 259, \"rank\": 2826, \"rankvar\": 3260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2875, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2241, \"group\": [260.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTAAGCC\", \"ini\": 713, \"clust\": 279, \"rank\": 2949, \"rankvar\": 2113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2876, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2242, \"group\": [281.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCAAGCGA\", \"ini\": 712, \"clust\": 618, \"rank\": 2981, \"rankvar\": 1836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2877, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2243, \"group\": [617.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTAATCACC\", \"ini\": 711, \"clust\": 936, \"rank\": 2708, \"rankvar\": 980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2878, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2776, \"group\": [941.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCACGAAACG\", \"ini\": 710, \"clust\": 606, \"rank\": 2963, \"rankvar\": 2356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2879, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2244, \"group\": [606.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATTCCTCG\", \"ini\": 709, \"clust\": 762, \"rank\": 3221, \"rankvar\": 3412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2880, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2245, \"group\": [763.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGAGATGAG\", \"ini\": 708, \"clust\": 750, \"rank\": 3099, \"rankvar\": 2526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2881, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2246, \"group\": [754.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCCCACT\", \"ini\": 707, \"clust\": 945, \"rank\": 2688, \"rankvar\": 2483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2882, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2777, \"group\": [943.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGACTACT\", \"ini\": 706, \"clust\": 647, \"rank\": 3200, \"rankvar\": 1942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2247, \"group\": [648.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTGGTAAT\", \"ini\": 705, \"clust\": 751, \"rank\": 3059, \"rankvar\": 2846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2884, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2248, \"group\": [753.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCAGCTTAG\", \"ini\": 704, \"clust\": 312, \"rank\": 3097, \"rankvar\": 3299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2885, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2249, \"group\": [313.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTGATGTGG\", \"ini\": 703, \"clust\": 704, \"rank\": 3104, \"rankvar\": 2919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2886, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2250, \"group\": [705.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCATATGCTG\", \"ini\": 702, \"clust\": 912, \"rank\": 3049, \"rankvar\": 3435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2887, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2251, \"group\": [910.0, 19.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCAAACGTGG\", \"ini\": 701, \"clust\": 5, \"rank\": 3120, \"rankvar\": 1805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2888, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2922, \"group\": [8.0, 6.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGCTCGCA\", \"ini\": 700, \"clust\": 348, \"rank\": 2920, \"rankvar\": 2423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2889, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2252, \"group\": [348.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACACCATGTA\", \"ini\": 699, \"clust\": 657, \"rank\": 3057, \"rankvar\": 1343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2890, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2253, \"group\": [657.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGATGCCAG\", \"ini\": 698, \"clust\": 717, \"rank\": 2960, \"rankvar\": 3230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2891, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2254, \"group\": [717.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAGCCTAT\", \"ini\": 697, \"clust\": 782, \"rank\": 3089, \"rankvar\": 1943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2892, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2255, \"group\": [780.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCGCGCCAA\", \"ini\": 696, \"clust\": 508, \"rank\": 2847, \"rankvar\": 3094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2893, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2256, \"group\": [512.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATCGGTTA\", \"ini\": 695, \"clust\": 2726, \"rank\": 1154, \"rankvar\": 2311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2894, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 155, \"group\": [2726.0, 94.0, 24.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTCGTACT\", \"ini\": 694, \"clust\": 306, \"rank\": 3159, \"rankvar\": 3104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2257, \"group\": [309.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCTAGCACA\", \"ini\": 693, \"clust\": 283, \"rank\": 3086, \"rankvar\": 2953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2896, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2258, \"group\": [285.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTCACTGGC\", \"ini\": 692, \"clust\": 946, \"rank\": 2618, \"rankvar\": 2198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2897, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2778, \"group\": [944.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTAACG\", \"ini\": 691, \"clust\": 763, \"rank\": 3032, \"rankvar\": 2313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2898, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2259, \"group\": [764.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATGGT\", \"ini\": 690, \"clust\": 241, \"rank\": 2891, \"rankvar\": 2036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2899, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2260, \"group\": [238.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGCACCGCT\", \"ini\": 689, \"clust\": 187, \"rank\": 2863, \"rankvar\": 2596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2900, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2261, \"group\": [190.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCCA\", \"ini\": 688, \"clust\": 518, \"rank\": 3167, \"rankvar\": 2221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2901, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2262, \"group\": [518.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGACACCA\", \"ini\": 687, \"clust\": 595, \"rank\": 2899, \"rankvar\": 2137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2902, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2263, \"group\": [605.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCGCATGGC\", \"ini\": 686, \"clust\": 1014, \"rank\": 2583, \"rankvar\": 1566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2903, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2264, \"group\": [1015.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCCTGTAGA\", \"ini\": 685, \"clust\": 182, \"rank\": 2753, \"rankvar\": 3307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2904, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2265, \"group\": [185.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCGTCTGCT\", \"ini\": 684, \"clust\": 780, \"rank\": 3241, \"rankvar\": 1768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2905, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2266, \"group\": [778.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGCCTAA\", \"ini\": 683, \"clust\": 223, \"rank\": 2813, \"rankvar\": 3097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2906, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2267, \"group\": [223.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGAGGCT\", \"ini\": 682, \"clust\": 191, \"rank\": 2722, \"rankvar\": 2016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2907, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2268, \"group\": [194.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCTCTCGT\", \"ini\": 681, \"clust\": 217, \"rank\": 2825, \"rankvar\": 3365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2908, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2269, \"group\": [218.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGCAACGA\", \"ini\": 680, \"clust\": 1396, \"rank\": 3041, \"rankvar\": 2146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1654, \"group\": [1395.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCATTGGCGC\", \"ini\": 679, \"clust\": 501, \"rank\": 2985, \"rankvar\": 2878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2910, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2270, \"group\": [501.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACACGACTCG\", \"ini\": 678, \"clust\": 700, \"rank\": 2878, \"rankvar\": 3350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2911, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2271, \"group\": [699.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACATTAGGCT\", \"ini\": 677, \"clust\": 293, \"rank\": 3031, \"rankvar\": 3131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2912, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2272, \"group\": [292.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCTCTAAGG\", \"ini\": 676, \"clust\": 284, \"rank\": 3181, \"rankvar\": 2981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2913, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2273, \"group\": [283.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAAGTGTA\", \"ini\": 675, \"clust\": 254, \"rank\": 2760, \"rankvar\": 2809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2914, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2274, \"group\": [255.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCATAGCAC\", \"ini\": 674, \"clust\": 713, \"rank\": 2934, \"rankvar\": 2331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2915, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2275, \"group\": [712.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGTACGTTC\", \"ini\": 673, \"clust\": 410, \"rank\": 2553, \"rankvar\": 3198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2916, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2276, \"group\": [408.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTCATTGGGCC\", \"ini\": 672, \"clust\": 158, \"rank\": 2632, \"rankvar\": 3539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2917, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2277, \"group\": [159.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCTGTTGAG\", \"ini\": 671, \"clust\": 997, \"rank\": 2726, \"rankvar\": 2119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2918, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2278, \"group\": [1005.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCCAAAGTC\", \"ini\": 670, \"clust\": 252, \"rank\": 2842, \"rankvar\": 2714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2919, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2279, \"group\": [253.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTGGTCTCG\", \"ini\": 669, \"clust\": 482, \"rank\": 2975, \"rankvar\": 3500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2920, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2280, \"group\": [481.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCAGCATGT\", \"ini\": 668, \"clust\": 150, \"rank\": 2755, \"rankvar\": 2104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2921, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2281, \"group\": [149.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGAGCCCAA\", \"ini\": 667, \"clust\": 784, \"rank\": 3133, \"rankvar\": 2171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2922, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2282, \"group\": [782.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTCATGCTGGC\", \"ini\": 666, \"clust\": 710, \"rank\": 2828, \"rankvar\": 2159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2923, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2283, \"group\": [714.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGGTGACTACT\", \"ini\": 665, \"clust\": 981, \"rank\": 2772, \"rankvar\": 3354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2924, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2284, \"group\": [981.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTCACAGGTTT\", \"ini\": 664, \"clust\": 343, \"rank\": 2890, \"rankvar\": 2774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2925, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2285, \"group\": [344.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTAAATGTG\", \"ini\": 663, \"clust\": 193, \"rank\": 2735, \"rankvar\": 3417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2926, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2286, \"group\": [191.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTATCTGCA\", \"ini\": 662, \"clust\": 1008, \"rank\": 2649, \"rankvar\": 2858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2927, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2287, \"group\": [1007.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGGAACTGC\", \"ini\": 661, \"clust\": 524, \"rank\": 3129, \"rankvar\": 2193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2928, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2288, \"group\": [522.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTTCCGTCT\", \"ini\": 660, \"clust\": 1056, \"rank\": 2853, \"rankvar\": 3362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2929, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2779, \"group\": [1054.0, 24.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCTGAAAGA\", \"ini\": 659, \"clust\": 519, \"rank\": 3112, \"rankvar\": 1806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2930, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2289, \"group\": [519.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTTCACCTC\", \"ini\": 658, \"clust\": 310, \"rank\": 3106, \"rankvar\": 2645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2931, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2290, \"group\": [310.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACGGTAAG\", \"ini\": 657, \"clust\": 317, \"rank\": 2996, \"rankvar\": 3079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2932, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2291, \"group\": [318.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGTGAAGTT\", \"ini\": 656, \"clust\": 805, \"rank\": 3172, \"rankvar\": 1714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2933, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2292, \"group\": [803.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCGTGGTCG\", \"ini\": 655, \"clust\": 1005, \"rank\": 2575, \"rankvar\": 3536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2934, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2293, \"group\": [1013.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGTGAACGC\", \"ini\": 654, \"clust\": 648, \"rank\": 3378, \"rankvar\": 2327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2935, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2294, \"group\": [649.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCAGCGTTCG\", \"ini\": 653, \"clust\": 771, \"rank\": 3168, \"rankvar\": 1038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2295, \"group\": [786.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCAACACTG\", \"ini\": 652, \"clust\": 354, \"rank\": 2952, \"rankvar\": 2824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2937, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2296, \"group\": [355.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGTGCCATT\", \"ini\": 651, \"clust\": 680, \"rank\": 2906, \"rankvar\": 1865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2938, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2297, \"group\": [679.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGAGGTTGC\", \"ini\": 650, \"clust\": 1006, \"rank\": 2574, \"rankvar\": 2771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2939, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2298, \"group\": [1008.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTGTGCGTC\", \"ini\": 649, \"clust\": 299, \"rank\": 2757, \"rankvar\": 1975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2940, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2299, \"group\": [299.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCACCTAA\", \"ini\": 648, \"clust\": 937, \"rank\": 2764, \"rankvar\": 2070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2941, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2780, \"group\": [940.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGAGATCGGGT\", \"ini\": 647, \"clust\": 334, \"rank\": 3056, \"rankvar\": 1712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2300, \"group\": [336.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTGAGTGT\", \"ini\": 646, \"clust\": 1242, \"rank\": 3161, \"rankvar\": 1710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1655, \"group\": [1243.0, 58.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTAGAGTGC\", \"ini\": 645, \"clust\": 817, \"rank\": 3073, \"rankvar\": 1733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2944, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2301, \"group\": [816.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTTGCGTTA\", \"ini\": 644, \"clust\": 800, \"rank\": 2957, \"rankvar\": 1860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2945, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2302, \"group\": [802.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCACGGC\", \"ini\": 643, \"clust\": 242, \"rank\": 3130, \"rankvar\": 2889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2946, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2303, \"group\": [239.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTAGGGTGTGT\", \"ini\": 642, \"clust\": 315, \"rank\": 3078, \"rankvar\": 3268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2947, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2304, \"group\": [315.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCACGTCTCT\", \"ini\": 641, \"clust\": 642, \"rank\": 2979, \"rankvar\": 1913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2948, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2305, \"group\": [642.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAGGCAGTA\", \"ini\": 640, \"clust\": 342, \"rank\": 2845, \"rankvar\": 3145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2949, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2306, \"group\": [343.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTTACTGAC\", \"ini\": 639, \"clust\": 423, \"rank\": 2833, \"rankvar\": 2217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2950, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2781, \"group\": [422.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTCGACTAT\", \"ini\": 638, \"clust\": 359, \"rank\": 3007, \"rankvar\": 3040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2951, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2307, \"group\": [357.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCATGGGAAC\", \"ini\": 637, \"clust\": 253, \"rank\": 2893, \"rankvar\": 2442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2952, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2308, \"group\": [254.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACGCATA\", \"ini\": 636, \"clust\": 864, \"rank\": 3319, \"rankvar\": 3415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2953, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2309, \"group\": [861.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCGCGTAGC\", \"ini\": 635, \"clust\": 148, \"rank\": 2997, \"rankvar\": 1148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2954, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2310, \"group\": [148.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCCTAGAAC\", \"ini\": 634, \"clust\": 681, \"rank\": 3077, \"rankvar\": 2863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2311, \"group\": [680.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGGAATGGA\", \"ini\": 633, \"clust\": 360, \"rank\": 3003, \"rankvar\": 2692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2956, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2312, \"group\": [358.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACTCCTG\", \"ini\": 632, \"clust\": 665, \"rank\": 3001, \"rankvar\": 2724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2313, \"group\": [665.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACAAACTGTC\", \"ini\": 631, \"clust\": 136, \"rank\": 2879, \"rankvar\": 2375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2958, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2314, \"group\": [140.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTTGCGCAC\", \"ini\": 630, \"clust\": 1049, \"rank\": 3124, \"rankvar\": 3309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2959, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2315, \"group\": [1049.0, 24.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATGTCGG\", \"ini\": 629, \"clust\": 958, \"rank\": 2500, \"rankvar\": 3470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2960, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2316, \"group\": [959.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACTGGGT\", \"ini\": 628, \"clust\": 357, \"rank\": 2945, \"rankvar\": 2916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2961, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2317, \"group\": [360.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGGACAGCT\", \"ini\": 627, \"clust\": 405, \"rank\": 2862, \"rankvar\": 3461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2962, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2318, \"group\": [403.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGAACTGT\", \"ini\": 626, \"clust\": 486, \"rank\": 3114, \"rankvar\": 3368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2963, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2319, \"group\": [490.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTTGACAC\", \"ini\": 625, \"clust\": 1172, \"rank\": 2270, \"rankvar\": 2084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2964, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2842, \"group\": [1172.0, 43.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGCGTAGTG\", \"ini\": 624, \"clust\": 578, \"rank\": 3152, \"rankvar\": 2705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2965, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2320, \"group\": [578.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCCATAC\", \"ini\": 623, \"clust\": 135, \"rank\": 2436, \"rankvar\": 2936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2966, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2782, \"group\": [134.0, 17.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCTCCGGTT\", \"ini\": 622, \"clust\": 256, \"rank\": 2935, \"rankvar\": 3310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2967, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2321, \"group\": [259.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTTACCTA\", \"ini\": 621, \"clust\": 974, \"rank\": 2639, \"rankvar\": 2529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2968, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2783, \"group\": [977.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTCAGGCTGAA\", \"ini\": 620, \"clust\": 769, \"rank\": 3002, \"rankvar\": 2576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2969, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2322, \"group\": [769.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATCACAC\", \"ini\": 619, \"clust\": 523, \"rank\": 3271, \"rankvar\": 2447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2323, \"group\": [524.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCATCATC\", \"ini\": 618, \"clust\": 301, \"rank\": 2746, \"rankvar\": 2477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2971, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2324, \"group\": [301.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCACGTG\", \"ini\": 617, \"clust\": 393, \"rank\": 2686, \"rankvar\": 3167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2972, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2325, \"group\": [390.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTCGGACG\", \"ini\": 616, \"clust\": 779, \"rank\": 2908, \"rankvar\": 1746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2973, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2326, \"group\": [784.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTCGTATT\", \"ini\": 615, \"clust\": 629, \"rank\": 2991, \"rankvar\": 1711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2974, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2327, \"group\": [629.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGAACTCGG\", \"ini\": 614, \"clust\": 692, \"rank\": 2794, \"rankvar\": 2244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2975, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2328, \"group\": [692.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACCGAT\", \"ini\": 613, \"clust\": 538, \"rank\": 3285, \"rankvar\": 1600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2976, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2329, \"group\": [538.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATGCAATC\", \"ini\": 612, \"clust\": 291, \"rank\": 2910, \"rankvar\": 3161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2977, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2330, \"group\": [293.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACGTCA\", \"ini\": 611, \"clust\": 493, \"rank\": 3050, \"rankvar\": 3220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2978, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2331, \"group\": [495.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGTTACCT\", \"ini\": 610, \"clust\": 682, \"rank\": 3127, \"rankvar\": 2602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2979, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2332, \"group\": [688.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTATCCTA\", \"ini\": 609, \"clust\": 388, \"rank\": 2816, \"rankvar\": 3450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2980, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2333, \"group\": [387.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGGCTAGCA\", \"ini\": 608, \"clust\": 443, \"rank\": 3070, \"rankvar\": 1570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2981, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2334, \"group\": [457.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCCTAATT\", \"ini\": 607, \"clust\": 318, \"rank\": 2911, \"rankvar\": 3047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2982, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2335, \"group\": [319.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCTGGTTCC\", \"ini\": 606, \"clust\": 494, \"rank\": 3069, \"rankvar\": 3077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2983, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2336, \"group\": [493.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGATAGCAT\", \"ini\": 605, \"clust\": 971, \"rank\": 2737, \"rankvar\": 2286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2984, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2337, \"group\": [971.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGACAAGCC\", \"ini\": 604, \"clust\": 183, \"rank\": 2773, \"rankvar\": 1666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2985, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2338, \"group\": [183.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATTCACT\", \"ini\": 603, \"clust\": 610, \"rank\": 3092, \"rankvar\": 2842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2986, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2339, \"group\": [608.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCGGCGCAT\", \"ini\": 602, \"clust\": 495, \"rank\": 3255, \"rankvar\": 3524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2987, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2340, \"group\": [494.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTACCGAT\", \"ini\": 601, \"clust\": 386, \"rank\": 3013, \"rankvar\": 3249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2988, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2341, \"group\": [384.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAACTTGAC\", \"ini\": 600, \"clust\": 723, \"rank\": 3201, \"rankvar\": 2624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2989, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2342, \"group\": [725.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTGACTCAT\", \"ini\": 599, \"clust\": 637, \"rank\": 3085, \"rankvar\": 2504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2990, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2343, \"group\": [636.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACATCTTT\", \"ini\": 598, \"clust\": 633, \"rank\": 3029, \"rankvar\": 1481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2991, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2344, \"group\": [633.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCACTGGC\", \"ini\": 597, \"clust\": 260, \"rank\": 2867, \"rankvar\": 2686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2992, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2345, \"group\": [261.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTACACCGC\", \"ini\": 596, \"clust\": 658, \"rank\": 3217, \"rankvar\": 1612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2993, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2346, \"group\": [658.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCAGATAAG\", \"ini\": 595, \"clust\": 229, \"rank\": 2819, \"rankvar\": 2667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2994, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2347, \"group\": [229.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGTAAGG\", \"ini\": 594, \"clust\": 786, \"rank\": 3190, \"rankvar\": 1424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2995, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2348, \"group\": [790.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGTGGTAGC\", \"ini\": 593, \"clust\": 319, \"rank\": 3119, \"rankvar\": 3106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2349, \"group\": [322.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGTCCTATGTT\", \"ini\": 592, \"clust\": 609, \"rank\": 3208, \"rankvar\": 2615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2997, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2350, \"group\": [610.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGCCATT\", \"ini\": 591, \"clust\": 644, \"rank\": 2909, \"rankvar\": 2214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2998, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2351, \"group\": [646.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCGCATGGC\", \"ini\": 590, \"clust\": 160, \"rank\": 2727, \"rankvar\": 3572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2352, \"group\": [158.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGAAAC\", \"ini\": 589, \"clust\": 362, \"rank\": 2989, \"rankvar\": 3029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3000, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2353, \"group\": [363.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAAGTTGTAGA\", \"ini\": 588, \"clust\": 184, \"rank\": 2821, \"rankvar\": 3267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3001, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2354, \"group\": [184.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATTCTTAC\", \"ini\": 587, \"clust\": 711, \"rank\": 3155, \"rankvar\": 3277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3002, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2355, \"group\": [710.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTTTGTG\", \"ini\": 586, \"clust\": 313, \"rank\": 3188, \"rankvar\": 2660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3003, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2356, \"group\": [314.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAGCATGAG\", \"ini\": 585, \"clust\": 12, \"rank\": 3253, \"rankvar\": 7, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3004, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2923, \"group\": [15.0, 8.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGAAACCAT\", \"ini\": 584, \"clust\": 643, \"rank\": 2915, \"rankvar\": 2169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3005, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2357, \"group\": [643.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACCCTCA\", \"ini\": 583, \"clust\": 845, \"rank\": 3318, \"rankvar\": 3468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3006, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2358, \"group\": [844.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGTGCGTC\", \"ini\": 582, \"clust\": 830, \"rank\": 3322, \"rankvar\": 3168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3007, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2359, \"group\": [829.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTCCAACTA\", \"ini\": 581, \"clust\": 760, \"rank\": 3213, \"rankvar\": 3055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3008, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2360, \"group\": [760.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTAAATGTG\", \"ini\": 580, \"clust\": 373, \"rank\": 3042, \"rankvar\": 2847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3009, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2361, \"group\": [371.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGGTGCACA\", \"ini\": 579, \"clust\": 355, \"rank\": 3194, \"rankvar\": 2977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3010, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2362, \"group\": [356.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAGTCGATT\", \"ini\": 578, \"clust\": 282, \"rank\": 3137, \"rankvar\": 3001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3011, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2363, \"group\": [286.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAAGGATT\", \"ini\": 577, \"clust\": 616, \"rank\": 2922, \"rankvar\": 1813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3012, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2364, \"group\": [620.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTATCAGTC\", \"ini\": 576, \"clust\": 55, \"rank\": 3171, \"rankvar\": 374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3013, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2924, \"group\": [58.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAGGTA\", \"ini\": 575, \"clust\": 1063, \"rank\": 2405, \"rankvar\": 1657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3014, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 180, \"group\": [1062.0, 27.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTGTTTGTG\", \"ini\": 574, \"clust\": 1374, \"rank\": 3084, \"rankvar\": 3208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1656, \"group\": [1372.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCAGTCAGT\", \"ini\": 573, \"clust\": 273, \"rank\": 3212, \"rankvar\": 3245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2365, \"group\": [274.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACGTAAGG\", \"ini\": 572, \"clust\": 219, \"rank\": 2941, \"rankvar\": 3219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3017, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2366, \"group\": [219.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTCAGCGC\", \"ini\": 571, \"clust\": 186, \"rank\": 2832, \"rankvar\": 3430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3018, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2367, \"group\": [187.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCCGAGCCA\", \"ini\": 570, \"clust\": 807, \"rank\": 3108, \"rankvar\": 2167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3019, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2368, \"group\": [809.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGTCATCCA\", \"ini\": 569, \"clust\": 938, \"rank\": 2983, \"rankvar\": 2986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3020, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2369, \"group\": [939.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGAGGCTAGGT\", \"ini\": 568, \"clust\": 718, \"rank\": 3151, \"rankvar\": 2840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3021, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2370, \"group\": [719.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACCGAAAG\", \"ini\": 567, \"clust\": 1001, \"rank\": 2885, \"rankvar\": 2971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3022, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2371, \"group\": [1000.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCTTCGGTC\", \"ini\": 566, \"clust\": 731, \"rank\": 3012, \"rankvar\": 1952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3023, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2372, \"group\": [734.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGGATGCGT\", \"ini\": 565, \"clust\": 593, \"rank\": 3176, \"rankvar\": 1550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3024, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2373, \"group\": [593.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCACATTCGA\", \"ini\": 564, \"clust\": 1067, \"rank\": 2537, \"rankvar\": 2598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3025, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 181, \"group\": [1067.0, 27.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCTTTCCTC\", \"ini\": 563, \"clust\": 488, \"rank\": 3230, \"rankvar\": 3360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3026, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2374, \"group\": [487.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCATCCACGTTC\", \"ini\": 562, \"clust\": 2035, \"rank\": 2459, \"rankvar\": 3044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1657, \"group\": [2039.0, 76.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCAAGAAGAG\", \"ini\": 561, \"clust\": 581, \"rank\": 3216, \"rankvar\": 2230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3028, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2375, \"group\": [581.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCAACTGGCC\", \"ini\": 560, \"clust\": 874, \"rank\": 3332, \"rankvar\": 2460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3029, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2376, \"group\": [871.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTAATCACC\", \"ini\": 559, \"clust\": 173, \"rank\": 2598, \"rankvar\": 2779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3030, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2843, \"group\": [171.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCATGT\", \"ini\": 558, \"clust\": 732, \"rank\": 3094, \"rankvar\": 3149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3031, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2377, \"group\": [732.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATATGCA\", \"ini\": 557, \"clust\": 679, \"rank\": 3083, \"rankvar\": 2563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3032, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2378, \"group\": [681.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAATACCG\", \"ini\": 556, \"clust\": 702, \"rank\": 2993, \"rankvar\": 1979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3033, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2379, \"group\": [702.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTTGCGG\", \"ini\": 555, \"clust\": 854, \"rank\": 3044, \"rankvar\": 2415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3034, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2380, \"group\": [852.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTCGG\", \"ini\": 554, \"clust\": 262, \"rank\": 2788, \"rankvar\": 3459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3035, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2381, \"group\": [264.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTTGTATC\", \"ini\": 553, \"clust\": 765, \"rank\": 3218, \"rankvar\": 2713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3036, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2382, \"group\": [766.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTATTGGA\", \"ini\": 552, \"clust\": 798, \"rank\": 3027, \"rankvar\": 1628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3037, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2383, \"group\": [797.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTGGAGAA\", \"ini\": 551, \"clust\": 289, \"rank\": 3179, \"rankvar\": 2296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3038, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2384, \"group\": [287.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTATATCCG\", \"ini\": 550, \"clust\": 661, \"rank\": 3279, \"rankvar\": 3157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3039, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2385, \"group\": [664.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCAGCATCATC\", \"ini\": 549, \"clust\": 735, \"rank\": 3295, \"rankvar\": 2673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3040, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2386, \"group\": [735.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCGCATGGC\", \"ini\": 548, \"clust\": 977, \"rank\": 3125, \"rankvar\": 2552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3041, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2387, \"group\": [978.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCGCCAGCA\", \"ini\": 547, \"clust\": 1028, \"rank\": 3111, \"rankvar\": 2781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3042, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2784, \"group\": [1031.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACATACGCCG\", \"ini\": 546, \"clust\": 311, \"rank\": 3033, \"rankvar\": 1843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3043, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2388, \"group\": [311.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGCCCAACC\", \"ini\": 545, \"clust\": 455, \"rank\": 3115, \"rankvar\": 1478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3044, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2991, \"group\": [455.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACACAGAGGT\", \"ini\": 544, \"clust\": 267, \"rank\": 2914, \"rankvar\": 3458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3045, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2389, \"group\": [267.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGAGTGTG\", \"ini\": 543, \"clust\": 179, \"rank\": 2778, \"rankvar\": 3011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3046, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2390, \"group\": [180.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTTCCGCAGTG\", \"ini\": 542, \"clust\": 636, \"rank\": 3131, \"rankvar\": 2827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3047, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2391, \"group\": [638.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGAGGACGG\", \"ini\": 541, \"clust\": 1104, \"rank\": 2541, \"rankvar\": 2400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3048, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2785, \"group\": [1104.0, 36.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGACATC\", \"ini\": 540, \"clust\": 712, \"rank\": 3113, \"rankvar\": 2300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3049, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2392, \"group\": [711.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAGGGTAC\", \"ini\": 539, \"clust\": 387, \"rank\": 3080, \"rankvar\": 3465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3050, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2393, \"group\": [385.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACAAGCCC\", \"ini\": 538, \"clust\": 690, \"rank\": 3103, \"rankvar\": 3504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3051, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2394, \"group\": [693.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGCCATAG\", \"ini\": 537, \"clust\": 235, \"rank\": 2990, \"rankvar\": 2945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3052, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2395, \"group\": [234.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGAGGGAACGG\", \"ini\": 536, \"clust\": 785, \"rank\": 3283, \"rankvar\": 2651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3053, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2396, \"group\": [783.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCCAAATGC\", \"ini\": 535, \"clust\": 933, \"rank\": 2974, \"rankvar\": 2232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3054, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2786, \"group\": [933.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCGTGAGT\", \"ini\": 534, \"clust\": 154, \"rank\": 2710, \"rankvar\": 3399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3055, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2397, \"group\": [175.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCCACT\", \"ini\": 533, \"clust\": 940, \"rank\": 2864, \"rankvar\": 2481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3056, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2398, \"group\": [936.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGTCCTC\", \"ini\": 532, \"clust\": 1218, \"rank\": 2640, \"rankvar\": 3172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3057, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 156, \"group\": [1221.0, 47.0, 13.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATAACGA\", \"ini\": 531, \"clust\": 123, \"rank\": 2482, \"rankvar\": 2912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3058, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2787, \"group\": [125.0, 17.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGCTTCT\", \"ini\": 530, \"clust\": 939, \"rank\": 2852, \"rankvar\": 1825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3059, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2788, \"group\": [938.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCCGGCACA\", \"ini\": 529, \"clust\": 521, \"rank\": 3210, \"rankvar\": 1930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3060, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2399, \"group\": [520.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAAAGCGGT\", \"ini\": 528, \"clust\": 959, \"rank\": 2580, \"rankvar\": 3474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3061, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2400, \"group\": [960.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTAAGTAC\", \"ini\": 527, \"clust\": 686, \"rank\": 3228, \"rankvar\": 2160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3062, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2401, \"group\": [685.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTAACCCT\", \"ini\": 526, \"clust\": 333, \"rank\": 2984, \"rankvar\": 1356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3063, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2402, \"group\": [337.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTGAGTTC\", \"ini\": 525, \"clust\": 1244, \"rank\": 2971, \"rankvar\": 1622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1658, \"group\": [1244.0, 58.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCGCCTCA\", \"ini\": 524, \"clust\": 358, \"rank\": 2939, \"rankvar\": 2803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3065, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2403, \"group\": [359.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTAATAGCA\", \"ini\": 523, \"clust\": 579, \"rank\": 3082, \"rankvar\": 2708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3066, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2404, \"group\": [579.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTAGCCTAT\", \"ini\": 522, \"clust\": 285, \"rank\": 3019, \"rankvar\": 2395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3067, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2405, \"group\": [284.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTTACGGAG\", \"ini\": 521, \"clust\": 892, \"rank\": 3257, \"rankvar\": 1968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3068, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2406, \"group\": [890.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTCTGTCG\", \"ini\": 520, \"clust\": 698, \"rank\": 2955, \"rankvar\": 3388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3069, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2407, \"group\": [697.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGCCAACAG\", \"ini\": 519, \"clust\": 972, \"rank\": 2674, \"rankvar\": 3448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3070, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2789, \"group\": [973.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAGTCCCTACT\", \"ini\": 518, \"clust\": 1052, \"rank\": 3163, \"rankvar\": 3402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3071, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2408, \"group\": [1052.0, 24.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGACAAAGG\", \"ini\": 517, \"clust\": 499, \"rank\": 3184, \"rankvar\": 2445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2409, \"group\": [502.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTGAGTTC\", \"ini\": 516, \"clust\": 1225, \"rank\": 2127, \"rankvar\": 2147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3073, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 157, \"group\": [1226.0, 50.0, 14.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTGCTTG\", \"ini\": 515, \"clust\": 649, \"rank\": 3246, \"rankvar\": 3113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3074, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2410, \"group\": [650.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTATGCGT\", \"ini\": 514, \"clust\": 574, \"rank\": 3121, \"rankvar\": 2947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3075, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2411, \"group\": [576.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTGTAGAGTGC\", \"ini\": 513, \"clust\": 344, \"rank\": 2958, \"rankvar\": 3346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3076, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2412, \"group\": [345.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACTGAAGG\", \"ini\": 512, \"clust\": 349, \"rank\": 2831, \"rankvar\": 2491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3077, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2413, \"group\": [349.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCAGAGCAATT\", \"ini\": 511, \"clust\": 402, \"rank\": 2739, \"rankvar\": 3492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3078, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2414, \"group\": [401.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTAAGTGTA\", \"ini\": 510, \"clust\": 480, \"rank\": 3090, \"rankvar\": 3244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3079, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2415, \"group\": [482.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCTTGTCC\", \"ini\": 509, \"clust\": 146, \"rank\": 2877, \"rankvar\": 901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3080, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2416, \"group\": [152.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTTGTACAC\", \"ini\": 508, \"clust\": 249, \"rank\": 3054, \"rankvar\": 2720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3081, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2417, \"group\": [248.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCAGGACA\", \"ini\": 507, \"clust\": 271, \"rank\": 3016, \"rankvar\": 1850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2418, \"group\": [272.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCCGTCAG\", \"ini\": 506, \"clust\": 714, \"rank\": 2948, \"rankvar\": 2446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3083, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2419, \"group\": [713.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACAGCCCA\", \"ini\": 505, \"clust\": 427, \"rank\": 2972, \"rankvar\": 3163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3084, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2420, \"group\": [425.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACAGGAATCG\", \"ini\": 504, \"clust\": 719, \"rank\": 3048, \"rankvar\": 3119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3085, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2421, \"group\": [720.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTATCCGA\", \"ini\": 503, \"clust\": 218, \"rank\": 3052, \"rankvar\": 3380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2422, \"group\": [221.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTCTCATT\", \"ini\": 502, \"clust\": 664, \"rank\": 3040, \"rankvar\": 3288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3087, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2423, \"group\": [667.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGAACAACT\", \"ini\": 501, \"clust\": 286, \"rank\": 3075, \"rankvar\": 2983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3088, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2424, \"group\": [294.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGGTGTTA\", \"ini\": 500, \"clust\": 879, \"rank\": 3329, \"rankvar\": 3255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3089, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2425, \"group\": [874.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAATTCCTT\", \"ini\": 499, \"clust\": 151, \"rank\": 2956, \"rankvar\": 3115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2426, \"group\": [150.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGATGAGAG\", \"ini\": 498, \"clust\": 1216, \"rank\": 2886, \"rankvar\": 3568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3091, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 1833, \"group\": [1217.0, 47.0, 13.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTTCGTCTC\", \"ini\": 497, \"clust\": 576, \"rank\": 3251, \"rankvar\": 2626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3092, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2427, \"group\": [575.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGAGGGATA\", \"ini\": 496, \"clust\": 808, \"rank\": 3223, \"rankvar\": 2791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3093, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2428, \"group\": [807.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTGGACGAT\", \"ini\": 495, \"clust\": 497, \"rank\": 3282, \"rankvar\": 3229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3094, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2429, \"group\": [497.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGGTGCCT\", \"ini\": 494, \"clust\": 1026, \"rank\": 2905, \"rankvar\": 2132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3095, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2790, \"group\": [1027.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCGCCAAAT\", \"ini\": 493, \"clust\": 215, \"rank\": 2723, \"rankvar\": 3137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3096, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2430, \"group\": [214.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGGTGGAT\", \"ini\": 492, \"clust\": 656, \"rank\": 3226, \"rankvar\": 2997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3097, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2431, \"group\": [659.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTTGAGTTC\", \"ini\": 491, \"clust\": 220, \"rank\": 3072, \"rankvar\": 3372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3098, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2432, \"group\": [220.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCAAGAAGT\", \"ini\": 490, \"clust\": 865, \"rank\": 3426, \"rankvar\": 3558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3099, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2433, \"group\": [862.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCACGTGAGA\", \"ini\": 489, \"clust\": 236, \"rank\": 3132, \"rankvar\": 3221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3100, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2434, \"group\": [236.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGTCGATAA\", \"ini\": 488, \"clust\": 509, \"rank\": 3066, \"rankvar\": 3023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3101, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2435, \"group\": [511.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACCCATGG\", \"ini\": 487, \"clust\": 721, \"rank\": 3068, \"rankvar\": 2734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2436, \"group\": [722.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCATGTTCCC\", \"ini\": 486, \"clust\": 389, \"rank\": 2756, \"rankvar\": 3337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3103, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2437, \"group\": [388.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCCACCCAGTG\", \"ini\": 485, \"clust\": 733, \"rank\": 2988, \"rankvar\": 1936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3104, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2438, \"group\": [733.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGACTCGGA\", \"ini\": 484, \"clust\": 384, \"rank\": 2652, \"rankvar\": 2698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3105, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2439, \"group\": [415.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTGTTAG\", \"ini\": 483, \"clust\": 394, \"rank\": 2855, \"rankvar\": 3018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3106, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2440, \"group\": [391.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGCAGGCTA\", \"ini\": 482, \"clust\": 1032, \"rank\": 2834, \"rankvar\": 2499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3107, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2791, \"group\": [1033.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCACCT\", \"ini\": 481, \"clust\": 245, \"rank\": 3239, \"rankvar\": 2770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3108, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2441, \"group\": [244.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCAGTTCGA\", \"ini\": 480, \"clust\": 487, \"rank\": 3160, \"rankvar\": 2559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3109, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2442, \"group\": [489.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGAGGTACC\", \"ini\": 479, \"clust\": 611, \"rank\": 3237, \"rankvar\": 3273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3110, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2443, \"group\": [609.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTAGTGAAT\", \"ini\": 478, \"clust\": 809, \"rank\": 3144, \"rankvar\": 2592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3111, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2444, \"group\": [808.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAGCTGTT\", \"ini\": 477, \"clust\": 474, \"rank\": 3138, \"rankvar\": 2562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2445, \"group\": [476.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCACAGATGAGC\", \"ini\": 476, \"clust\": 811, \"rank\": 3158, \"rankvar\": 1596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2446, \"group\": [810.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCTCACATT\", \"ini\": 475, \"clust\": 385, \"rank\": 2929, \"rankvar\": 3552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3114, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2447, \"group\": [386.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACCATGTA\", \"ini\": 474, \"clust\": 1119, \"rank\": 1900, \"rankvar\": 696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3115, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2792, \"group\": [1119.0, 39.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCATGTCCC\", \"ini\": 473, \"clust\": 659, \"rank\": 3286, \"rankvar\": 2401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3116, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2448, \"group\": [660.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCGCCAGCA\", \"ini\": 472, \"clust\": 239, \"rank\": 3058, \"rankvar\": 2239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3117, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2449, \"group\": [241.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGGACGTA\", \"ini\": 471, \"clust\": 670, \"rank\": 3128, \"rankvar\": 2709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3118, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2450, \"group\": [669.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTAGAGCTG\", \"ini\": 470, \"clust\": 590, \"rank\": 3266, \"rankvar\": 2330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3119, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2451, \"group\": [588.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCTAACTGG\", \"ini\": 469, \"clust\": 881, \"rank\": 3304, \"rankvar\": 3217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2452, \"group\": [878.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGACCGGAT\", \"ini\": 468, \"clust\": 436, \"rank\": 3088, \"rankvar\": 1505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3121, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2453, \"group\": [439.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTATTCTC\", \"ini\": 467, \"clust\": 395, \"rank\": 2856, \"rankvar\": 3139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3122, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2454, \"group\": [392.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGGGATCTG\", \"ini\": 466, \"clust\": 1017, \"rank\": 2714, \"rankvar\": 642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3123, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2793, \"group\": [1018.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGAGGGAG\", \"ini\": 465, \"clust\": 272, \"rank\": 3224, \"rankvar\": 3045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3124, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2455, \"group\": [273.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACTTAACG\", \"ini\": 464, \"clust\": 810, \"rank\": 3278, \"rankvar\": 3052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3125, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2456, \"group\": [812.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTTAAGATG\", \"ini\": 463, \"clust\": 469, \"rank\": 2924, \"rankvar\": 2870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3126, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2457, \"group\": [470.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTAGCGTCC\", \"ini\": 462, \"clust\": 281, \"rank\": 3166, \"rankvar\": 3378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3127, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2458, \"group\": [280.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCATCCTAGA\", \"ini\": 461, \"clust\": 847, \"rank\": 3444, \"rankvar\": 3580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3128, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2459, \"group\": [851.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCTTGGTC\", \"ini\": 460, \"clust\": 594, \"rank\": 3199, \"rankvar\": 1171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3129, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2460, \"group\": [594.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGACA\", \"ini\": 459, \"clust\": 2051, \"rank\": 2260, \"rankvar\": 1358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1659, \"group\": [2052.0, 79.0, 19.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAGACACTT\", \"ini\": 458, \"clust\": 671, \"rank\": 3021, \"rankvar\": 1161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3131, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2461, \"group\": [674.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTGGTGTAG\", \"ini\": 457, \"clust\": 288, \"rank\": 3076, \"rankvar\": 2188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3132, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2462, \"group\": [289.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTAGAAGGA\", \"ini\": 456, \"clust\": 489, \"rank\": 3142, \"rankvar\": 2990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3133, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2463, \"group\": [488.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCAGGCTCAC\", \"ini\": 455, \"clust\": 876, \"rank\": 3206, \"rankvar\": 1208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3134, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2464, \"group\": [880.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTGTCCGT\", \"ini\": 454, \"clust\": 787, \"rank\": 3037, \"rankvar\": 1335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3135, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2465, \"group\": [789.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCAATAAGG\", \"ini\": 453, \"clust\": 540, \"rank\": 3174, \"rankvar\": 827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3136, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2466, \"group\": [540.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAGTCGACTAT\", \"ini\": 452, \"clust\": 1217, \"rank\": 3091, \"rankvar\": 3581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1660, \"group\": [1218.0, 47.0, 13.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCACAGTAC\", \"ini\": 451, \"clust\": 308, \"rank\": 3122, \"rankvar\": 2951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3138, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2467, \"group\": [308.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATGCCAG\", \"ini\": 450, \"clust\": 94, \"rank\": 3270, \"rankvar\": 340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3139, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2925, \"group\": [98.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGATGTGG\", \"ini\": 449, \"clust\": 278, \"rank\": 3014, \"rankvar\": 2859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3140, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2468, \"group\": [282.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACTGTCGG\", \"ini\": 448, \"clust\": 862, \"rank\": 3233, \"rankvar\": 2948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3141, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2469, \"group\": [860.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCGCCAAAT\", \"ini\": 447, \"clust\": 754, \"rank\": 2925, \"rankvar\": 1605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3142, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2470, \"group\": [755.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCACCCTATC\", \"ini\": 446, \"clust\": 133, \"rank\": 2557, \"rankvar\": 1595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3143, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2794, \"group\": [132.0, 17.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGAGCCAA\", \"ini\": 445, \"clust\": 599, \"rank\": 3306, \"rankvar\": 3095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3144, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2471, \"group\": [598.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTACCGCTG\", \"ini\": 444, \"clust\": 962, \"rank\": 2636, \"rankvar\": 3262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3145, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2472, \"group\": [965.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACATTTGCTT\", \"ini\": 443, \"clust\": 1033, \"rank\": 2808, \"rankvar\": 2163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3146, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2795, \"group\": [1036.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTGTACC\", \"ini\": 442, \"clust\": 464, \"rank\": 3416, \"rankvar\": 3237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3147, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2473, \"group\": [466.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATTGCGA\", \"ini\": 441, \"clust\": 587, \"rank\": 3308, \"rankvar\": 2405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2474, \"group\": [592.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTGTACCAGTT\", \"ini\": 440, \"clust\": 738, \"rank\": 3369, \"rankvar\": 2524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3149, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2475, \"group\": [737.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGCTACCGC\", \"ini\": 439, \"clust\": 897, \"rank\": 3373, \"rankvar\": 2962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3150, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2476, \"group\": [892.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGAGGGTT\", \"ini\": 438, \"clust\": 722, \"rank\": 3202, \"rankvar\": 3366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3151, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2477, \"group\": [726.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTAGAAAGG\", \"ini\": 437, \"clust\": 290, \"rank\": 3135, \"rankvar\": 2904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3152, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2478, \"group\": [288.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGACTAGAT\", \"ini\": 436, \"clust\": 557, \"rank\": 3371, \"rankvar\": 3143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3153, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2479, \"group\": [556.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTACGCCC\", \"ini\": 435, \"clust\": 56, \"rank\": 3323, \"rankvar\": 395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3154, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2926, \"group\": [56.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCGAGGTAG\", \"ini\": 434, \"clust\": 973, \"rank\": 2967, \"rankvar\": 3489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3155, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2796, \"group\": [974.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCGAACC\", \"ini\": 433, \"clust\": 868, \"rank\": 3406, \"rankvar\": 2905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2480, \"group\": [864.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTACGACT\", \"ini\": 432, \"clust\": 1030, \"rank\": 2743, \"rankvar\": 2381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3157, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2797, \"group\": [1030.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCAGGCGAA\", \"ini\": 431, \"clust\": 688, \"rank\": 3118, \"rankvar\": 3007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3158, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2481, \"group\": [689.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGTTAGCGG\", \"ini\": 430, \"clust\": 496, \"rank\": 3067, \"rankvar\": 2570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3159, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2482, \"group\": [499.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGCTGAAAT\", \"ini\": 429, \"clust\": 934, \"rank\": 2859, \"rankvar\": 1327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3160, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2798, \"group\": [934.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCAGGGTATG\", \"ini\": 428, \"clust\": 1337, \"rank\": 3177, \"rankvar\": 2216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1661, \"group\": [1398.0, 62.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCATACTG\", \"ini\": 427, \"clust\": 431, \"rank\": 3053, \"rankvar\": 3520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3162, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2483, \"group\": [432.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCTGCCAG\", \"ini\": 426, \"clust\": 626, \"rank\": 3062, \"rankvar\": 1021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3163, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2484, \"group\": [631.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTGCCTTGG\", \"ini\": 425, \"clust\": 426, \"rank\": 2762, \"rankvar\": 3329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3164, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2799, \"group\": [429.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGCACACAG\", \"ini\": 424, \"clust\": 966, \"rank\": 2818, \"rankvar\": 2588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3165, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2800, \"group\": [967.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCTGATACG\", \"ini\": 423, \"clust\": 621, \"rank\": 3259, \"rankvar\": 2183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3166, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2485, \"group\": [623.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGTCATC\", \"ini\": 422, \"clust\": 477, \"rank\": 3134, \"rankvar\": 3403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3167, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2486, \"group\": [478.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCGGATGTT\", \"ini\": 421, \"clust\": 607, \"rank\": 3109, \"rankvar\": 2786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3168, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2487, \"group\": [607.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGAGGTAGA\", \"ini\": 420, \"clust\": 1024, \"rank\": 2785, \"rankvar\": 1479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3169, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2801, \"group\": [1025.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGACAAGCC\", \"ini\": 419, \"clust\": 1034, \"rank\": 2898, \"rankvar\": 3070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3170, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2802, \"group\": [1034.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCATACAGCT\", \"ini\": 418, \"clust\": 255, \"rank\": 2691, \"rankvar\": 2648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3171, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2844, \"group\": [256.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACAGTTC\", \"ini\": 417, \"clust\": 706, \"rank\": 3046, \"rankvar\": 2538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2488, \"group\": [709.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGTTTGCGT\", \"ini\": 416, \"clust\": 276, \"rank\": 3123, \"rankvar\": 2691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3173, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2489, \"group\": [276.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGTAG\", \"ini\": 415, \"clust\": 598, \"rank\": 3312, \"rankvar\": 3440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3174, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2490, \"group\": [604.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACACTGTTAG\", \"ini\": 414, \"clust\": 976, \"rank\": 2802, \"rankvar\": 2379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3175, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2803, \"group\": [976.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCTCA\", \"ini\": 413, \"clust\": 585, \"rank\": 3311, \"rankvar\": 1434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3176, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2491, \"group\": [586.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGATCGATA\", \"ini\": 412, \"clust\": 180, \"rank\": 2857, \"rankvar\": 2836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3177, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2492, \"group\": [181.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCTAAACC\", \"ini\": 411, \"clust\": 111, \"rank\": 2318, \"rankvar\": 779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3178, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2804, \"group\": [112.0, 15.0, 5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTAGCGC\", \"ini\": 410, \"clust\": 364, \"rank\": 2987, \"rankvar\": 1606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3179, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2493, \"group\": [365.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCATGTTCCC\", \"ini\": 409, \"clust\": 624, \"rank\": 3380, \"rankvar\": 2407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2494, \"group\": [625.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGCACTTAAGC\", \"ini\": 408, \"clust\": 867, \"rank\": 3292, \"rankvar\": 3176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2495, \"group\": [866.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATATGCTG\", \"ini\": 407, \"clust\": 740, \"rank\": 3376, \"rankvar\": 3199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3182, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2496, \"group\": [740.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTACAGCAG\", \"ini\": 406, \"clust\": 826, \"rank\": 3354, \"rankvar\": 2999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3183, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2497, \"group\": [824.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCATAACCG\", \"ini\": 405, \"clust\": 84, \"rank\": 3375, \"rankvar\": 1457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3184, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2927, \"group\": [84.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGGCACTA\", \"ini\": 404, \"clust\": 335, \"rank\": 3170, \"rankvar\": 1981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3185, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2498, \"group\": [334.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTGTAAGGGCT\", \"ini\": 403, \"clust\": 478, \"rank\": 3205, \"rankvar\": 3436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3186, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2499, \"group\": [479.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCTTAATC\", \"ini\": 402, \"clust\": 819, \"rank\": 3345, \"rankvar\": 3511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3187, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2500, \"group\": [898.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGTTGGC\", \"ini\": 401, \"clust\": 277, \"rank\": 3141, \"rankvar\": 2751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3188, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2501, \"group\": [277.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGAATTGTG\", \"ini\": 400, \"clust\": 1027, \"rank\": 2973, \"rankvar\": 3147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3189, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2805, \"group\": [1028.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGGCATTGG\", \"ini\": 399, \"clust\": 895, \"rank\": 3227, \"rankvar\": 3096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3190, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2502, \"group\": [895.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTACCGAGA\", \"ini\": 398, \"clust\": 7, \"rank\": 3379, \"rankvar\": 1390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3191, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2928, \"group\": [7.0, 6.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACGGTAAG\", \"ini\": 397, \"clust\": 654, \"rank\": 3272, \"rankvar\": 3083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3192, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2503, \"group\": [654.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCGTCATC\", \"ini\": 396, \"clust\": 703, \"rank\": 3102, \"rankvar\": 2268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3193, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2504, \"group\": [703.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTCAGATAA\", \"ini\": 395, \"clust\": 880, \"rank\": 3346, \"rankvar\": 3123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3194, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2505, \"group\": [875.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGGGAACGG\", \"ini\": 394, \"clust\": 941, \"rank\": 2897, \"rankvar\": 2473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3195, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2806, \"group\": [937.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCATCCGGGT\", \"ini\": 393, \"clust\": 878, \"rank\": 3289, \"rankvar\": 3141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3196, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2506, \"group\": [876.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGAGTGACC\", \"ini\": 392, \"clust\": 613, \"rank\": 3236, \"rankvar\": 2273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2507, \"group\": [615.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATAGCTGATAA\", \"ini\": 391, \"clust\": 660, \"rank\": 3298, \"rankvar\": 2834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3198, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2508, \"group\": [661.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTATGCGT\", \"ini\": 390, \"clust\": 652, \"rank\": 3281, \"rankvar\": 2825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3199, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2509, \"group\": [652.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCACCAGCAC\", \"ini\": 389, \"clust\": 888, \"rank\": 3275, \"rankvar\": 1950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2510, \"group\": [885.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTCGCATAT\", \"ini\": 388, \"clust\": 240, \"rank\": 3093, \"rankvar\": 2882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3201, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2511, \"group\": [240.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTCTGGC\", \"ini\": 387, \"clust\": 672, \"rank\": 3341, \"rankvar\": 1405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3202, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2512, \"group\": [672.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTGCGTAA\", \"ini\": 386, \"clust\": 274, \"rank\": 3187, \"rankvar\": 3189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3203, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2513, \"group\": [275.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCCATTCTA\", \"ini\": 385, \"clust\": 820, \"rank\": 3398, \"rankvar\": 1374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3204, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2514, \"group\": [823.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATGTTCCC\", \"ini\": 384, \"clust\": 869, \"rank\": 3328, \"rankvar\": 2482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3205, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2515, \"group\": [865.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGTGCCTG\", \"ini\": 383, \"clust\": 843, \"rank\": 3435, \"rankvar\": 3175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3206, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2516, \"group\": [839.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGTAGCCGA\", \"ini\": 382, \"clust\": 1000, \"rank\": 2887, \"rankvar\": 3327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3207, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2517, \"group\": [1002.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGGGTCA\", \"ini\": 381, \"clust\": 875, \"rank\": 3351, \"rankvar\": 1986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3208, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2518, \"group\": [872.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCACGGTTA\", \"ini\": 380, \"clust\": 899, \"rank\": 3185, \"rankvar\": 657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3209, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2992, \"group\": [904.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCGTTTATC\", \"ini\": 379, \"clust\": 1132, \"rank\": 2666, \"rankvar\": 2205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3210, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2993, \"group\": [1134.0, 41.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCAGTATCTCG\", \"ini\": 378, \"clust\": 246, \"rank\": 3234, \"rankvar\": 3146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3211, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2519, \"group\": [245.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCTTGCATT\", \"ini\": 377, \"clust\": 553, \"rank\": 3320, \"rankvar\": 2797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3212, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2520, \"group\": [554.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGTACGTTC\", \"ini\": 376, \"clust\": 630, \"rank\": 3276, \"rankvar\": 2783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3213, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2521, \"group\": [630.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTACCGAT\", \"ini\": 375, \"clust\": 855, \"rank\": 3347, \"rankvar\": 3424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3214, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2522, \"group\": [853.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGCATGGATGG\", \"ini\": 374, \"clust\": 522, \"rank\": 3294, \"rankvar\": 1796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3215, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2523, \"group\": [521.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAGCAGTTT\", \"ini\": 373, \"clust\": 932, \"rank\": 2923, \"rankvar\": 1646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2807, \"group\": [935.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGTTACCCA\", \"ini\": 372, \"clust\": 619, \"rank\": 3265, \"rankvar\": 3111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3217, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2524, \"group\": [618.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGAATCTCC\", \"ini\": 371, \"clust\": 676, \"rank\": 3196, \"rankvar\": 3021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3218, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2525, \"group\": [677.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGTACGATA\", \"ini\": 370, \"clust\": 515, \"rank\": 3240, \"rankvar\": 1608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3219, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2526, \"group\": [526.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCCAACGG\", \"ini\": 369, \"clust\": 542, \"rank\": 3169, \"rankvar\": 1077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3220, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2527, \"group\": [543.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCTCCAATGGT\", \"ini\": 368, \"clust\": 1002, \"rank\": 2999, \"rankvar\": 3121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2528, \"group\": [1001.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACTATTC\", \"ini\": 367, \"clust\": 832, \"rank\": 3466, \"rankvar\": 1980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3222, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2529, \"group\": [843.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGTGGTCCC\", \"ini\": 366, \"clust\": 825, \"rank\": 3231, \"rankvar\": 1903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3223, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2530, \"group\": [826.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGGCACA\", \"ini\": 365, \"clust\": 770, \"rank\": 3107, \"rankvar\": 2154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3224, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2531, \"group\": [770.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGTTGTCGT\", \"ini\": 364, \"clust\": 97, \"rank\": 3499, \"rankvar\": 258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3225, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2929, \"group\": [94.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTACCAGTT\", \"ini\": 363, \"clust\": 778, \"rank\": 3095, \"rankvar\": 1469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3226, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2532, \"group\": [785.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAACAATC\", \"ini\": 362, \"clust\": 96, \"rank\": 3495, \"rankvar\": 379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3227, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2930, \"group\": [96.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCTTTCTC\", \"ini\": 361, \"clust\": 634, \"rank\": 3342, \"rankvar\": 2982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3228, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2533, \"group\": [634.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTAGGGTG\", \"ini\": 360, \"clust\": 188, \"rank\": 3165, \"rankvar\": 2838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3229, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2534, \"group\": [188.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCTCTCGT\", \"ini\": 359, \"clust\": 181, \"rank\": 2807, \"rankvar\": 3178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3230, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2808, \"group\": [182.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCAAACTC\", \"ini\": 358, \"clust\": 766, \"rank\": 3183, \"rankvar\": 1297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3231, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2535, \"group\": [767.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTTCAT\", \"ini\": 357, \"clust\": 883, \"rank\": 3383, \"rankvar\": 2706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3232, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2536, \"group\": [881.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGACAGCC\", \"ini\": 356, \"clust\": 638, \"rank\": 3164, \"rankvar\": 2574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3233, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2537, \"group\": [637.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGCGTTTC\", \"ini\": 355, \"clust\": 687, \"rank\": 3256, \"rankvar\": 3152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3234, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2538, \"group\": [686.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCACTGGC\", \"ini\": 354, \"clust\": 803, \"rank\": 3288, \"rankvar\": 2932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3235, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2539, \"group\": [806.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTTATGCGT\", \"ini\": 353, \"clust\": 174, \"rank\": 2567, \"rankvar\": 3356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3236, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2845, \"group\": [172.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTTCCACA\", \"ini\": 352, \"clust\": 583, \"rank\": 3411, \"rankvar\": 3057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2540, \"group\": [584.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGTGAGTG\", \"ini\": 351, \"clust\": 755, \"rank\": 3252, \"rankvar\": 3037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3238, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2541, \"group\": [756.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCAGGTTCA\", \"ini\": 350, \"clust\": 863, \"rank\": 3071, \"rankvar\": 1893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3239, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2542, \"group\": [863.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCGCTTG\", \"ini\": 349, \"clust\": 877, \"rank\": 3277, \"rankvar\": 2764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3240, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2543, \"group\": [877.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTATTAGCC\", \"ini\": 348, \"clust\": 617, \"rank\": 3087, \"rankvar\": 1607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3241, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2544, \"group\": [619.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAAGCGGT\", \"ini\": 347, \"clust\": 467, \"rank\": 3331, \"rankvar\": 3135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3242, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2545, \"group\": [468.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCAACTGCTA\", \"ini\": 346, \"clust\": 893, \"rank\": 3366, \"rankvar\": 2880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3243, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2546, \"group\": [891.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCATTTGCTT\", \"ini\": 345, \"clust\": 221, \"rank\": 2998, \"rankvar\": 3505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2547, \"group\": [224.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGCTTCGCG\", \"ini\": 344, \"clust\": 834, \"rank\": 3309, \"rankvar\": 1765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3245, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2548, \"group\": [831.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGAAGGCCT\", \"ini\": 343, \"clust\": 603, \"rank\": 3343, \"rankvar\": 2954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2549, \"group\": [602.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGGTCTCGTTC\", \"ini\": 342, \"clust\": 882, \"rank\": 3363, \"rankvar\": 3342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3247, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2550, \"group\": [879.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTCCACT\", \"ini\": 341, \"clust\": 424, \"rank\": 2780, \"rankvar\": 2429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2809, \"group\": [423.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCAAGGCTCC\", \"ini\": 340, \"clust\": 650, \"rank\": 3186, \"rankvar\": 2884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2551, \"group\": [651.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAAGGAG\", \"ini\": 339, \"clust\": 99, \"rank\": 3401, \"rankvar\": 382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3250, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2931, \"group\": [99.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTAAGATG\", \"ini\": 338, \"clust\": 614, \"rank\": 3207, \"rankvar\": 2769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2552, \"group\": [613.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCATCCGCGA\", \"ini\": 337, \"clust\": 109, \"rank\": 3395, \"rankvar\": 1487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3252, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2932, \"group\": [110.0, 14.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTTGGAGGT\", \"ini\": 336, \"clust\": 100, \"rank\": 3503, \"rankvar\": 272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3253, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2933, \"group\": [100.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGGAGC\", \"ini\": 335, \"clust\": 1045, \"rank\": 2717, \"rankvar\": 1485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3254, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2810, \"group\": [1045.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGTAGGCCA\", \"ini\": 334, \"clust\": 884, \"rank\": 3409, \"rankvar\": 3529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2553, \"group\": [882.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTGGGAT\", \"ini\": 333, \"clust\": 742, \"rank\": 3482, \"rankvar\": 3254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3256, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2554, \"group\": [742.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGCATGGC\", \"ini\": 332, \"clust\": 536, \"rank\": 3310, \"rankvar\": 1694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2555, \"group\": [535.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCGCTTGTC\", \"ini\": 331, \"clust\": 104, \"rank\": 3472, \"rankvar\": 3239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3258, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2934, \"group\": [105.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCGATATA\", \"ini\": 330, \"clust\": 772, \"rank\": 3364, \"rankvar\": 1776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3259, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2556, \"group\": [777.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTGACGTT\", \"ini\": 329, \"clust\": 823, \"rank\": 3367, \"rankvar\": 2425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3260, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2557, \"group\": [819.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTGGAGCC\", \"ini\": 328, \"clust\": 935, \"rank\": 2933, \"rankvar\": 2149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2811, \"group\": [942.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACACATTCGA\", \"ini\": 327, \"clust\": 701, \"rank\": 3034, \"rankvar\": 1635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3262, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2558, \"group\": [704.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGTGGTAAT\", \"ini\": 326, \"clust\": 102, \"rank\": 3423, \"rankvar\": 141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3263, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2935, \"group\": [101.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGTTCGA\", \"ini\": 325, \"clust\": 194, \"rank\": 2801, \"rankvar\": 3425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3264, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2846, \"group\": [192.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACACCGCTAG\", \"ini\": 324, \"clust\": 885, \"rank\": 3355, \"rankvar\": 2488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3265, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2559, \"group\": [883.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACAGTTCCCT\", \"ini\": 323, \"clust\": 694, \"rank\": 3036, \"rankvar\": 3514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3266, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2560, \"group\": [695.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGCTGAACG\", \"ini\": 322, \"clust\": 666, \"rank\": 3195, \"rankvar\": 3324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3267, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2561, \"group\": [666.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCAGCTCGG\", \"ini\": 321, \"clust\": 233, \"rank\": 3180, \"rankvar\": 3013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3268, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2562, \"group\": [235.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTGCTCCT\", \"ini\": 320, \"clust\": 534, \"rank\": 3450, \"rankvar\": 1753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3269, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2563, \"group\": [533.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTGACTCAT\", \"ini\": 319, \"clust\": 589, \"rank\": 3269, \"rankvar\": 1476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3270, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2564, \"group\": [590.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGTGTTTGC\", \"ini\": 318, \"clust\": 9, \"rank\": 3232, \"rankvar\": 438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3271, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2994, \"group\": [9.0, 7.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCAAAGCG\", \"ini\": 317, \"clust\": 601, \"rank\": 3299, \"rankvar\": 3316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3272, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2565, \"group\": [600.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGTTCGATC\", \"ini\": 316, \"clust\": 14, \"rank\": 3415, \"rankvar\": 160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3273, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2936, \"group\": [12.0, 8.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCACTCCTG\", \"ini\": 315, \"clust\": 429, \"rank\": 2900, \"rankvar\": 2195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3274, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2812, \"group\": [427.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTCACACGC\", \"ini\": 314, \"clust\": 532, \"rank\": 3425, \"rankvar\": 1169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3275, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2566, \"group\": [542.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGAAGGACA\", \"ini\": 313, \"clust\": 189, \"rank\": 2995, \"rankvar\": 3413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2813, \"group\": [189.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCATATCG\", \"ini\": 312, \"clust\": 237, \"rank\": 3063, \"rankvar\": 2623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3277, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2847, \"group\": [237.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACTCTGTC\", \"ini\": 311, \"clust\": 844, \"rank\": 3302, \"rankvar\": 2129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3278, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2567, \"group\": [840.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGAGCTACCTA\", \"ini\": 310, \"clust\": 1243, \"rank\": 3162, \"rankvar\": 1020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1662, \"group\": [1246.0, 58.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCGTTATGTGC\", \"ini\": 309, \"clust\": 788, \"rank\": 3325, \"rankvar\": 1339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3280, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2568, \"group\": [787.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAATGCCAT\", \"ini\": 308, \"clust\": 470, \"rank\": 3214, \"rankvar\": 3078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3281, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2569, \"group\": [471.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCTCATTCA\", \"ini\": 307, \"clust\": 473, \"rank\": 3153, \"rankvar\": 3485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3282, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2570, \"group\": [473.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTACCCAAT\", \"ini\": 306, \"clust\": 827, \"rank\": 3263, \"rankvar\": 1303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3283, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2571, \"group\": [825.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTAAA\", \"ini\": 305, \"clust\": 890, \"rank\": 3402, \"rankvar\": 3207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3284, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2572, \"group\": [888.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAAGGACTG\", \"ini\": 304, \"clust\": 815, \"rank\": 3267, \"rankvar\": 3317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3285, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2573, \"group\": [817.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAAAGTCAA\", \"ini\": 303, \"clust\": 498, \"rank\": 3315, \"rankvar\": 3543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3286, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2574, \"group\": [498.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAGACAGGT\", \"ini\": 302, \"clust\": 47, \"rank\": 3493, \"rankvar\": 22, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3287, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2937, \"group\": [48.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTAAGCACG\", \"ini\": 301, \"clust\": 684, \"rank\": 3327, \"rankvar\": 3311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3288, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2575, \"group\": [683.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCGTTGCC\", \"ini\": 300, \"clust\": 1131, \"rank\": 2820, \"rankvar\": 2933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3289, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2995, \"group\": [1135.0, 41.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCAAGATCC\", \"ini\": 299, \"clust\": 106, \"rank\": 3191, \"rankvar\": 2426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3290, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2814, \"group\": [107.0, 12.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCCATGCGCAC\", \"ini\": 298, \"clust\": 799, \"rank\": 2992, \"rankvar\": 2054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3291, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2815, \"group\": [798.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGACCTTTG\", \"ini\": 297, \"clust\": 737, \"rank\": 3296, \"rankvar\": 2867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3292, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2576, \"group\": [739.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGGTTGT\", \"ini\": 296, \"clust\": 837, \"rank\": 3433, \"rankvar\": 2634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2577, \"group\": [834.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCATGGTCA\", \"ini\": 295, \"clust\": 806, \"rank\": 3235, \"rankvar\": 2635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3294, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2578, \"group\": [804.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGGGAGTAA\", \"ini\": 294, \"clust\": 2710, \"rank\": 1530, \"rankvar\": 1306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3295, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 158, \"group\": [2713.0, 92.0, 24.0, 9.0, 5.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAAGGACAC\", \"ini\": 293, \"clust\": 747, \"rank\": 3362, \"rankvar\": 2913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3296, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2579, \"group\": [750.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCATCAGTAC\", \"ini\": 292, \"clust\": 528, \"rank\": 3470, \"rankvar\": 1059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2580, \"group\": [527.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCACCCAGTG\", \"ini\": 291, \"clust\": 86, \"rank\": 3462, \"rankvar\": 410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3298, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2938, \"group\": [86.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCCCAACGG\", \"ini\": 290, \"clust\": 781, \"rank\": 3157, \"rankvar\": 1493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3299, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2816, \"group\": [779.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCAGTCAGT\", \"ini\": 289, \"clust\": 943, \"rank\": 2609, \"rankvar\": 1882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2817, \"group\": [946.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCTTACCTA\", \"ini\": 288, \"clust\": 900, \"rank\": 3381, \"rankvar\": 434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3301, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2581, \"group\": [900.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAACGCACC\", \"ini\": 287, \"clust\": 459, \"rank\": 3314, \"rankvar\": 3478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3302, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2582, \"group\": [460.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGGCTA\", \"ini\": 286, \"clust\": 90, \"rank\": 3386, \"rankvar\": 1054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3303, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2939, \"group\": [90.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGGTATCG\", \"ini\": 285, \"clust\": 457, \"rank\": 3173, \"rankvar\": 2866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3304, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2583, \"group\": [458.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGTCACGG\", \"ini\": 284, \"clust\": 23, \"rank\": 3175, \"rankvar\": 123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3305, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2996, \"group\": [22.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTATCGCAT\", \"ini\": 283, \"clust\": 851, \"rank\": 3474, \"rankvar\": 3483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2584, \"group\": [848.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGAGTACC\", \"ini\": 282, \"clust\": 856, \"rank\": 3392, \"rankvar\": 2352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2585, \"group\": [858.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGGTACC\", \"ini\": 281, \"clust\": 430, \"rank\": 2841, \"rankvar\": 2759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3308, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2818, \"group\": [428.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACTCGACG\", \"ini\": 280, \"clust\": 674, \"rank\": 3261, \"rankvar\": 2719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3309, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2586, \"group\": [675.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGTTTGTG\", \"ini\": 279, \"clust\": 88, \"rank\": 3456, \"rankvar\": 1180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3310, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2940, \"group\": [88.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGCCTA\", \"ini\": 278, \"clust\": 653, \"rank\": 3368, \"rankvar\": 3236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3311, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2587, \"group\": [653.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACCACCT\", \"ini\": 277, \"clust\": 655, \"rank\": 3219, \"rankvar\": 2310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3312, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2588, \"group\": [655.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTGAGGCTA\", \"ini\": 276, \"clust\": 1035, \"rank\": 3146, \"rankvar\": 2721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3313, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2819, \"group\": [1035.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATGAGAG\", \"ini\": 275, \"clust\": 458, \"rank\": 3313, \"rankvar\": 3537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3314, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2589, \"group\": [459.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTGGCGAC\", \"ini\": 274, \"clust\": 1245, \"rank\": 3454, \"rankvar\": 3559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1663, \"group\": [1245.0, 58.0, 17.0, 7.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATATAC\", \"ini\": 273, \"clust\": 761, \"rank\": 3245, \"rankvar\": 3148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2590, \"group\": [761.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGCCTTC\", \"ini\": 272, \"clust\": 1025, \"rank\": 2895, \"rankvar\": 966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3317, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2820, \"group\": [1026.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTGCCTCT\", \"ini\": 271, \"clust\": 625, \"rank\": 3413, \"rankvar\": 2527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3318, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2591, \"group\": [626.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCAGCTCGG\", \"ini\": 270, \"clust\": 36, \"rank\": 3045, \"rankvar\": 2097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3319, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2997, \"group\": [37.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCCTAGAAC\", \"ini\": 269, \"clust\": 580, \"rank\": 3260, \"rankvar\": 2255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3320, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2592, \"group\": [583.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTACTCAT\", \"ini\": 268, \"clust\": 418, \"rank\": 2994, \"rankvar\": 3301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3321, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2821, \"group\": [420.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCCAAACTG\", \"ini\": 267, \"clust\": 871, \"rank\": 3455, \"rankvar\": 3140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3322, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2593, \"group\": [867.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAGA\", \"ini\": 266, \"clust\": 468, \"rank\": 3393, \"rankvar\": 3381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3323, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2594, \"group\": [469.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTGTG\", \"ini\": 265, \"clust\": 95, \"rank\": 3447, \"rankvar\": 120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3324, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2941, \"group\": [97.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTCTTCGTC\", \"ini\": 264, \"clust\": 886, \"rank\": 3339, \"rankvar\": 2625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2595, \"group\": [884.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAACACGCC\", \"ini\": 263, \"clust\": 891, \"rank\": 3397, \"rankvar\": 3067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3326, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2596, \"group\": [889.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGTTCT\", \"ini\": 262, \"clust\": 821, \"rank\": 3446, \"rankvar\": 1999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2597, \"group\": [822.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACAGCGAACA\", \"ini\": 261, \"clust\": 852, \"rank\": 3464, \"rankvar\": 3242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3328, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2598, \"group\": [849.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGAACTC\", \"ini\": 260, \"clust\": 582, \"rank\": 3222, \"rankvar\": 2642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2599, \"group\": [582.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGCAAAGCAAT\", \"ini\": 259, \"clust\": 541, \"rank\": 3389, \"rankvar\": 1590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3330, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2600, \"group\": [541.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTGGGTCAA\", \"ini\": 258, \"clust\": 683, \"rank\": 3250, \"rankvar\": 2661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3331, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2601, \"group\": [687.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCTGCGACG\", \"ini\": 257, \"clust\": 57, \"rank\": 3385, \"rankvar\": 702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3332, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2942, \"group\": [57.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTCCAAGTT\", \"ini\": 256, \"clust\": 591, \"rank\": 3391, \"rankvar\": 2666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3333, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2602, \"group\": [589.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGAAAGC\", \"ini\": 255, \"clust\": 705, \"rank\": 3254, \"rankvar\": 3191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3334, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2603, \"group\": [706.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAAAGTC\", \"ini\": 254, \"clust\": 812, \"rank\": 3274, \"rankvar\": 1899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3335, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2604, \"group\": [811.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGCTGCCCA\", \"ini\": 253, \"clust\": 627, \"rank\": 3291, \"rankvar\": 1917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3336, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2605, \"group\": [627.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTTCCGTCT\", \"ini\": 252, \"clust\": 417, \"rank\": 3100, \"rankvar\": 1122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3337, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2822, \"group\": [421.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAGAGGAA\", \"ini\": 251, \"clust\": 605, \"rank\": 3280, \"rankvar\": 2340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3338, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2606, \"group\": [612.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACGAAGG\", \"ini\": 250, \"clust\": 535, \"rank\": 3475, \"rankvar\": 1967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3339, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2607, \"group\": [534.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTAAAGTCA\", \"ini\": 249, \"clust\": 471, \"rank\": 3154, \"rankvar\": 2850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3340, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2608, \"group\": [477.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTAGTAGTA\", \"ini\": 248, \"clust\": 588, \"rank\": 3262, \"rankvar\": 2131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3341, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2609, \"group\": [591.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTATATGGA\", \"ini\": 247, \"clust\": 600, \"rank\": 3317, \"rankvar\": 3343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3342, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2610, \"group\": [599.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACAGATGAGC\", \"ini\": 246, \"clust\": 49, \"rank\": 3538, \"rankvar\": 53, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3343, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2943, \"group\": [53.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGTTGGC\", \"ini\": 245, \"clust\": 314, \"rank\": 3337, \"rankvar\": 3302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2611, \"group\": [317.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAAGGGCT\", \"ini\": 244, \"clust\": 870, \"rank\": 3333, \"rankvar\": 2815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3345, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2612, \"group\": [869.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACTATCTT\", \"ini\": 243, \"clust\": 615, \"rank\": 3412, \"rankvar\": 2914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2613, \"group\": [614.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGTCGAT\", \"ini\": 242, \"clust\": 175, \"rank\": 2606, \"rankvar\": 1965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3347, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2848, \"group\": [178.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGAGCTGCA\", \"ini\": 241, \"clust\": 620, \"rank\": 3382, \"rankvar\": 1440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3348, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2614, \"group\": [624.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATTTGGG\", \"ini\": 240, \"clust\": 21, \"rank\": 3038, \"rankvar\": 969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3349, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2998, \"group\": [25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACAAGACG\", \"ini\": 239, \"clust\": 685, \"rank\": 3242, \"rankvar\": 3100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3350, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2615, \"group\": [684.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCACTTCAT\", \"ini\": 238, \"clust\": 857, \"rank\": 3476, \"rankvar\": 2287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2616, \"group\": [857.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGATGCCC\", \"ini\": 237, \"clust\": 776, \"rank\": 3321, \"rankvar\": 2248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3352, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2617, \"group\": [772.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCACAGGT\", \"ini\": 236, \"clust\": 537, \"rank\": 3519, \"rankvar\": 2988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3353, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2618, \"group\": [536.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCAGTGAAGAG\", \"ini\": 235, \"clust\": 586, \"rank\": 3399, \"rankvar\": 914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2619, \"group\": [587.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATAACGA\", \"ini\": 234, \"clust\": 87, \"rank\": 3473, \"rankvar\": 754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3355, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2944, \"group\": [87.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTACAGACG\", \"ini\": 233, \"clust\": 1040, \"rank\": 3330, \"rankvar\": 2944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3356, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2823, \"group\": [1039.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAGCCTGTG\", \"ini\": 232, \"clust\": 167, \"rank\": 2719, \"rankvar\": 3371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3357, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2849, \"group\": [164.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCCGGGT\", \"ini\": 231, \"clust\": 848, \"rank\": 3469, \"rankvar\": 3270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2620, \"group\": [846.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCGCTTAT\", \"ini\": 230, \"clust\": 743, \"rank\": 3211, \"rankvar\": 3118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3359, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2850, \"group\": [743.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCATGAGT\", \"ini\": 229, \"clust\": 964, \"rank\": 2499, \"rankvar\": 3034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3360, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2824, \"group\": [964.0, 20.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCATTCCTCG\", \"ini\": 228, \"clust\": 520, \"rank\": 3117, \"rankvar\": 1173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3361, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2851, \"group\": [525.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTTGTTTG\", \"ini\": 227, \"clust\": 635, \"rank\": 3335, \"rankvar\": 3170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3362, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2621, \"group\": [635.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCATTCCTGC\", \"ini\": 226, \"clust\": 416, \"rank\": 2775, \"rankvar\": 3387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3363, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2825, \"group\": [431.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATCTGGTA\", \"ini\": 225, \"clust\": 525, \"rank\": 3178, \"rankvar\": 2390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3364, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2852, \"group\": [523.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACAAGCCC\", \"ini\": 224, \"clust\": 1038, \"rank\": 3273, \"rankvar\": 2969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3365, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2826, \"group\": [1041.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGAAGGCT\", \"ini\": 223, \"clust\": 316, \"rank\": 3249, \"rankvar\": 3548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2622, \"group\": [316.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGAAGGCT\", \"ini\": 222, \"clust\": 677, \"rank\": 3149, \"rankvar\": 3005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3367, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2853, \"group\": [678.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTTGTC\", \"ini\": 221, \"clust\": 622, \"rank\": 3430, \"rankvar\": 3022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3368, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2623, \"group\": [621.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGCTAGT\", \"ini\": 220, \"clust\": 741, \"rank\": 3437, \"rankvar\": 2865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3369, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2624, \"group\": [741.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTGGAGCC\", \"ini\": 219, \"clust\": 504, \"rank\": 3324, \"rankvar\": 3419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3370, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2625, \"group\": [508.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAACGATGG\", \"ini\": 218, \"clust\": 767, \"rank\": 3243, \"rankvar\": 1699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2626, \"group\": [768.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTCAGGCC\", \"ini\": 217, \"clust\": 25, \"rank\": 3388, \"rankvar\": 2831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3372, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 2999, \"group\": [26.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGGTCT\", \"ini\": 216, \"clust\": 758, \"rank\": 2959, \"rankvar\": 2386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3373, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2854, \"group\": [758.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAAGAGCTATA\", \"ini\": 215, \"clust\": 824, \"rank\": 3440, \"rankvar\": 2668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3374, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2627, \"group\": [820.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGGAGCGTT\", \"ini\": 214, \"clust\": 39, \"rank\": 3244, \"rankvar\": 1302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3375, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3000, \"group\": [38.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCTCCCTGA\", \"ini\": 213, \"clust\": 736, \"rank\": 3457, \"rankvar\": 3408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2628, \"group\": [736.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGCATCTA\", \"ini\": 212, \"clust\": 835, \"rank\": 3445, \"rankvar\": 3012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3377, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2629, \"group\": [832.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAACCTC\", \"ini\": 211, \"clust\": 432, \"rank\": 3264, \"rankvar\": 3538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2630, \"group\": [433.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTCTACCTC\", \"ini\": 210, \"clust\": 81, \"rank\": 3566, \"rankvar\": 335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3379, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2945, \"group\": [80.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTAATA\", \"ini\": 209, \"clust\": 1050, \"rank\": 3189, \"rankvar\": 3533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3380, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2855, \"group\": [1050.0, 24.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTATCACG\", \"ini\": 208, \"clust\": 858, \"rank\": 3481, \"rankvar\": 1528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3381, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2631, \"group\": [856.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCATGGTAGG\", \"ini\": 207, \"clust\": 40, \"rank\": 3338, \"rankvar\": 1308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3382, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3001, \"group\": [39.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGAACTGTA\", \"ini\": 206, \"clust\": 71, \"rank\": 3553, \"rankvar\": 78, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3383, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2946, \"group\": [78.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACATACTACG\", \"ini\": 205, \"clust\": 783, \"rank\": 3410, \"rankvar\": 3253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2632, \"group\": [781.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAATCCGT\", \"ini\": 204, \"clust\": 739, \"rank\": 3483, \"rankvar\": 3532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3385, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2633, \"group\": [738.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAGTGAAT\", \"ini\": 203, \"clust\": 479, \"rank\": 3047, \"rankvar\": 2807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3386, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2856, \"group\": [483.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGGATTCGG\", \"ini\": 202, \"clust\": 8, \"rank\": 3471, \"rankvar\": 1408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3387, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2634, \"group\": [11.0, 7.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACGATGT\", \"ini\": 201, \"clust\": 543, \"rank\": 3225, \"rankvar\": 1325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3388, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2857, \"group\": [544.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATGTGT\", \"ini\": 200, \"clust\": 561, \"rank\": 3419, \"rankvar\": 2110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2635, \"group\": [562.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTACAGACG\", \"ini\": 199, \"clust\": 873, \"rank\": 3436, \"rankvar\": 3030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2636, \"group\": [873.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGTTGAGTA\", \"ini\": 198, \"clust\": 428, \"rank\": 3061, \"rankvar\": 3261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3391, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2858, \"group\": [426.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAGCATACT\", \"ini\": 197, \"clust\": 623, \"rank\": 3336, \"rankvar\": 1929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2637, \"group\": [622.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACACAACTGT\", \"ini\": 196, \"clust\": 31, \"rank\": 3344, \"rankvar\": 411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3393, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3002, \"group\": [35.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACCATG\", \"ini\": 195, \"clust\": 98, \"rank\": 3504, \"rankvar\": 615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3394, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2947, \"group\": [95.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACAAACTGTC\", \"ini\": 194, \"clust\": 29, \"rank\": 3372, \"rankvar\": 567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3395, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3003, \"group\": [30.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCGATTCT\", \"ini\": 193, \"clust\": 10, \"rank\": 3353, \"rankvar\": 309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3396, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3004, \"group\": [10.0, 7.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAGCGTTCG\", \"ini\": 192, \"clust\": 896, \"rank\": 3374, \"rankvar\": 3306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2638, \"group\": [894.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCTCTGTCG\", \"ini\": 191, \"clust\": 16, \"rank\": 3316, \"rankvar\": 1941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3398, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2948, \"group\": [17.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGTCTGAA\", \"ini\": 190, \"clust\": 889, \"rank\": 3403, \"rankvar\": 2106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2639, \"group\": [886.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGGGCTTGA\", \"ini\": 189, \"clust\": 24, \"rank\": 3467, \"rankvar\": 960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3400, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2949, \"group\": [23.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTAAGGGCT\", \"ini\": 188, \"clust\": 734, \"rank\": 3340, \"rankvar\": 1755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3401, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2640, \"group\": [744.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATGTCTT\", \"ini\": 187, \"clust\": 461, \"rank\": 3326, \"rankvar\": 3144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3402, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2641, \"group\": [462.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTCCCTACT\", \"ini\": 186, \"clust\": 604, \"rank\": 3370, \"rankvar\": 2814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2642, \"group\": [603.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCAGATAAG\", \"ini\": 185, \"clust\": 544, \"rank\": 3421, \"rankvar\": 2252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2643, \"group\": [547.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTAAACGCG\", \"ini\": 184, \"clust\": 838, \"rank\": 3408, \"rankvar\": 1757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3405, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2644, \"group\": [835.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGGCCCGTT\", \"ini\": 183, \"clust\": 841, \"rank\": 3449, \"rankvar\": 1922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2645, \"group\": [842.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTGAGTTC\", \"ini\": 182, \"clust\": 602, \"rank\": 3384, \"rankvar\": 3481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3407, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2646, \"group\": [601.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAAACGGG\", \"ini\": 181, \"clust\": 859, \"rank\": 3492, \"rankvar\": 2677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3408, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2647, \"group\": [854.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGAGGCTAGGT\", \"ini\": 180, \"clust\": 513, \"rank\": 3220, \"rankvar\": 1599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3409, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2827, \"group\": [513.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCCACCTG\", \"ini\": 179, \"clust\": 91, \"rank\": 3441, \"rankvar\": 1028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3410, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2950, \"group\": [91.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAAGCCGCT\", \"ini\": 178, \"clust\": 32, \"rank\": 3361, \"rankvar\": 1782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3411, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3005, \"group\": [34.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAGATGGGT\", \"ini\": 177, \"clust\": 475, \"rank\": 3424, \"rankvar\": 3439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3412, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2648, \"group\": [474.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTAAAGTG\", \"ini\": 176, \"clust\": 19, \"rank\": 3453, \"rankvar\": 2298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3413, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2951, \"group\": [19.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATCCGCGA\", \"ini\": 175, \"clust\": 831, \"rank\": 3494, \"rankvar\": 3561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2649, \"group\": [830.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTCCGTAT\", \"ini\": 174, \"clust\": 105, \"rank\": 3148, \"rankvar\": 3165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3415, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3006, \"group\": [106.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTCAACTT\", \"ini\": 173, \"clust\": 545, \"rank\": 3356, \"rankvar\": 1991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3416, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2828, \"group\": [545.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCATGGAATA\", \"ini\": 172, \"clust\": 790, \"rank\": 3204, \"rankvar\": 3281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3417, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2859, \"group\": [818.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATGCATGT\", \"ini\": 171, \"clust\": 168, \"rank\": 2670, \"rankvar\": 3484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3418, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2860, \"group\": [173.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTTCACCTC\", \"ini\": 170, \"clust\": 592, \"rank\": 3405, \"rankvar\": 2114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2650, \"group\": [595.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAAGGACAC\", \"ini\": 169, \"clust\": 48, \"rank\": 3508, \"rankvar\": 145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3420, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2952, \"group\": [49.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTTGCCGT\", \"ini\": 168, \"clust\": 902, \"rank\": 3502, \"rankvar\": 1650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3421, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2651, \"group\": [902.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACTACAGT\", \"ini\": 167, \"clust\": 894, \"rank\": 3387, \"rankvar\": 3043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3422, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2652, \"group\": [896.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCGCGATCG\", \"ini\": 166, \"clust\": 539, \"rank\": 3287, \"rankvar\": 1233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3423, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2829, \"group\": [539.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTGGGTTG\", \"ini\": 165, \"clust\": 822, \"rank\": 3521, \"rankvar\": 2259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2653, \"group\": [821.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCTCCTGCCAT\", \"ini\": 164, \"clust\": 768, \"rank\": 3028, \"rankvar\": 1791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3425, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2861, \"group\": [771.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCGAATGT\", \"ini\": 163, \"clust\": 20, \"rank\": 3116, \"rankvar\": 2087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3426, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3007, \"group\": [20.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGTAAGA\", \"ini\": 162, \"clust\": 336, \"rank\": 2968, \"rankvar\": 1926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3427, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2862, \"group\": [335.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTTGTCGT\", \"ini\": 161, \"clust\": 978, \"rank\": 2944, \"rankvar\": 2895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3428, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2863, \"group\": [979.0, 21.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCCGACA\", \"ini\": 160, \"clust\": 22, \"rank\": 3238, \"rankvar\": 1971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3429, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2953, \"group\": [24.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCTTCGAGA\", \"ini\": 159, \"clust\": 58, \"rank\": 3485, \"rankvar\": 1282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3430, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2954, \"group\": [59.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCAGTCCTCCT\", \"ini\": 158, \"clust\": 37, \"rank\": 2932, \"rankvar\": 755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3431, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3008, \"group\": [41.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCAGACAGGT\", \"ini\": 157, \"clust\": 689, \"rank\": 3017, \"rankvar\": 1804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3432, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2654, \"group\": [690.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACACATCCGG\", \"ini\": 156, \"clust\": 107, \"rank\": 3182, \"rankvar\": 2461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3433, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2830, \"group\": [108.0, 12.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTACCAGTT\", \"ini\": 155, \"clust\": 103, \"rank\": 3552, \"rankvar\": 377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3434, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2955, \"group\": [102.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTGCTGTAT\", \"ini\": 154, \"clust\": 860, \"rank\": 3531, \"rankvar\": 2090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3435, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2655, \"group\": [855.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGTGGGAT\", \"ini\": 153, \"clust\": 434, \"rank\": 3404, \"rankvar\": 3576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3436, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2656, \"group\": [434.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGCGCTCT\", \"ini\": 152, \"clust\": 435, \"rank\": 3334, \"rankvar\": 3464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2657, \"group\": [435.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTAATAGCA\", \"ini\": 151, \"clust\": 440, \"rank\": 3301, \"rankvar\": 603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3438, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3009, \"group\": [443.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGTGTACCT\", \"ini\": 150, \"clust\": 556, \"rank\": 3203, \"rankvar\": 2350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3439, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2864, \"group\": [558.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATAGAAAC\", \"ini\": 149, \"clust\": 79, \"rank\": 3574, \"rankvar\": 965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3440, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2956, \"group\": [83.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATGGGTC\", \"ini\": 148, \"clust\": 85, \"rank\": 3359, \"rankvar\": 449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3441, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2957, \"group\": [85.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGGGCTTCC\", \"ini\": 147, \"clust\": 92, \"rank\": 3500, \"rankvar\": 1581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3442, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2958, \"group\": [92.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGACGCTC\", \"ini\": 146, \"clust\": 797, \"rank\": 3192, \"rankvar\": 1873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2658, \"group\": [799.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTTGACTG\", \"ini\": 145, \"clust\": 839, \"rank\": 3439, \"rankvar\": 1418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3444, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2659, \"group\": [837.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACATATGAGA\", \"ini\": 144, \"clust\": 846, \"rank\": 3545, \"rankvar\": 3544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3445, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2865, \"group\": [845.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCACTTCC\", \"ini\": 143, \"clust\": 80, \"rank\": 3560, \"rankvar\": 2103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3446, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2959, \"group\": [82.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTCTGGAGA\", \"ini\": 142, \"clust\": 460, \"rank\": 3496, \"rankvar\": 3582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3447, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2660, \"group\": [461.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTAGGTT\", \"ini\": 141, \"clust\": 1039, \"rank\": 3442, \"rankvar\": 2280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3448, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2831, \"group\": [1040.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCAAGCCTA\", \"ini\": 140, \"clust\": 612, \"rank\": 3360, \"rankvar\": 3361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2661, \"group\": [616.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACAACGT\", \"ini\": 139, \"clust\": 559, \"rank\": 3479, \"rankvar\": 3216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3450, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2662, \"group\": [560.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCTTGCATT\", \"ini\": 138, \"clust\": 462, \"rank\": 3307, \"rankvar\": 2111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3451, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2866, \"group\": [463.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTAAACCTC\", \"ini\": 137, \"clust\": 17, \"rank\": 3443, \"rankvar\": 463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3452, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2960, \"group\": [18.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCATTACCTT\", \"ini\": 136, \"clust\": 42, \"rank\": 3569, \"rankvar\": 105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3453, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2961, \"group\": [46.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGTTACGGG\", \"ini\": 135, \"clust\": 1037, \"rank\": 3303, \"rankvar\": 2018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3454, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2832, \"group\": [1042.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTGGTAACG\", \"ini\": 134, \"clust\": 759, \"rank\": 3297, \"rankvar\": 3059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3455, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2867, \"group\": [762.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCGGCACT\", \"ini\": 133, \"clust\": 77, \"rank\": 3561, \"rankvar\": 24, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3456, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2962, \"group\": [74.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCAAGTAATG\", \"ini\": 132, \"clust\": 41, \"rank\": 3572, \"rankvar\": 191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3457, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2963, \"group\": [47.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTTACCGC\", \"ini\": 131, \"clust\": 18, \"rank\": 3293, \"rankvar\": 3493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3458, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2964, \"group\": [21.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGAGTTTA\", \"ini\": 130, \"clust\": 450, \"rank\": 3478, \"rankvar\": 3335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3459, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2663, \"group\": [448.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCATATGAGA\", \"ini\": 129, \"clust\": 59, \"rank\": 3350, \"rankvar\": 48, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3460, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3010, \"group\": [60.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACTAAGT\", \"ini\": 128, \"clust\": 673, \"rank\": 3300, \"rankvar\": 1631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3461, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2868, \"group\": [673.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGATCGG\", \"ini\": 127, \"clust\": 453, \"rank\": 3420, \"rankvar\": 3434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3462, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2664, \"group\": [452.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAGCTTCT\", \"ini\": 126, \"clust\": 27, \"rank\": 3414, \"rankvar\": 1574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3463, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3011, \"group\": [28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTTGTCAT\", \"ini\": 125, \"clust\": 420, \"rank\": 3248, \"rankvar\": 3090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3464, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2833, \"group\": [417.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTTAAGTG\", \"ini\": 124, \"clust\": 60, \"rank\": 3365, \"rankvar\": 477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3465, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3012, \"group\": [61.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTGCCTGCA\", \"ini\": 123, \"clust\": 476, \"rank\": 3215, \"rankvar\": 3398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3466, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2869, \"group\": [475.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACGCATA\", \"ini\": 122, \"clust\": 1053, \"rank\": 3197, \"rankvar\": 3588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3467, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2870, \"group\": [1056.0, 24.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGGTACC\", \"ini\": 121, \"clust\": 51, \"rank\": 3557, \"rankvar\": 222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3468, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2965, \"group\": [50.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTCGCCGT\", \"ini\": 120, \"clust\": 437, \"rank\": 3489, \"rankvar\": 3510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3469, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2665, \"group\": [438.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATTCTTGTATC\", \"ini\": 119, \"clust\": 30, \"rank\": 3477, \"rankvar\": 663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3470, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3013, \"group\": [31.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTTCGTCTC\", \"ini\": 118, \"clust\": 887, \"rank\": 3532, \"rankvar\": 3541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3471, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2666, \"group\": [887.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGAGAAACGAG\", \"ini\": 117, \"clust\": 15, \"rank\": 3568, \"rankvar\": 50, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3472, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2966, \"group\": [13.0, 8.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAGGCTCAC\", \"ini\": 116, \"clust\": 68, \"rank\": 3562, \"rankvar\": 31, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3473, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2967, \"group\": [69.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCACTTACGA\", \"ini\": 115, \"clust\": 1018, \"rank\": 3147, \"rankvar\": 2806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3474, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2834, \"group\": [1019.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGAGGTTGC\", \"ini\": 114, \"clust\": 53, \"rank\": 3515, \"rankvar\": 190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3475, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2968, \"group\": [54.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAATCTACG\", \"ini\": 113, \"clust\": 89, \"rank\": 3518, \"rankvar\": 1762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3476, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2969, \"group\": [89.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCAGCTTCGG\", \"ini\": 112, \"clust\": 33, \"rank\": 3429, \"rankvar\": 1413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3477, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3014, \"group\": [32.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGGAGTACC\", \"ini\": 111, \"clust\": 777, \"rank\": 3418, \"rankvar\": 2894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3478, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2871, \"group\": [773.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTATAAACG\", \"ini\": 110, \"clust\": 422, \"rank\": 3101, \"rankvar\": 2782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3479, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2835, \"group\": [424.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACAACGCC\", \"ini\": 109, \"clust\": 872, \"rank\": 3460, \"rankvar\": 2564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3480, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2872, \"group\": [868.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCATGATCCA\", \"ini\": 108, \"clust\": 54, \"rank\": 3497, \"rankvar\": 152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3481, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2970, \"group\": [55.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCGTCAAA\", \"ini\": 107, \"clust\": 44, \"rank\": 3581, \"rankvar\": 3, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3482, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2971, \"group\": [44.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGAGATGAG\", \"ini\": 106, \"clust\": 546, \"rank\": 3465, \"rankvar\": 2050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3483, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2873, \"group\": [546.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATGTTGAC\", \"ini\": 105, \"clust\": 63, \"rank\": 3491, \"rankvar\": 570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3484, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3015, \"group\": [63.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGTGACC\", \"ini\": 104, \"clust\": 45, \"rank\": 3570, \"rankvar\": 5, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3485, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2972, \"group\": [42.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGGCGACAT\", \"ini\": 103, \"clust\": 52, \"rank\": 3533, \"rankvar\": 171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3486, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2973, \"group\": [51.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGAGTTTA\", \"ini\": 102, \"clust\": 465, \"rank\": 3534, \"rankvar\": 3503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2667, \"group\": [464.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGCGGTA\", \"ini\": 101, \"clust\": 421, \"rank\": 3258, \"rankvar\": 3233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3488, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2836, \"group\": [418.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAATTGCTG\", \"ini\": 100, \"clust\": 675, \"rank\": 3268, \"rankvar\": 2199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3489, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2874, \"group\": [676.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCTCGCACTCT\", \"ini\": 99, \"clust\": 1048, \"rank\": 3229, \"rankvar\": 3397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2668, \"group\": [1057.0, 25.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTGATTGC\", \"ini\": 98, \"clust\": 898, \"rank\": 3459, \"rankvar\": 3266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3491, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2875, \"group\": [893.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGCGATCG\", \"ini\": 97, \"clust\": 560, \"rank\": 3407, \"rankvar\": 2414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3492, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2876, \"group\": [561.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCTGCTGTC\", \"ini\": 96, \"clust\": 448, \"rank\": 3513, \"rankvar\": 3480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2669, \"group\": [446.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCCAGTTT\", \"ini\": 95, \"clust\": 789, \"rank\": 3349, \"rankvar\": 1486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3494, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2877, \"group\": [788.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTTAAGATG\", \"ini\": 94, \"clust\": 34, \"rank\": 3422, \"rankvar\": 1772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3495, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3016, \"group\": [33.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCACTGGGC\", \"ini\": 93, \"clust\": 64, \"rank\": 3511, \"rankvar\": 531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3496, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3017, \"group\": [64.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCACATTAGC\", \"ini\": 92, \"clust\": 563, \"rank\": 3480, \"rankvar\": 2496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2670, \"group\": [564.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGCATACGCCG\", \"ini\": 91, \"clust\": 1041, \"rank\": 3461, \"rankvar\": 2266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2837, \"group\": [1037.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGAATGCT\", \"ini\": 90, \"clust\": 1219, \"rank\": 3448, \"rankvar\": 3584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3499, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 1838, \"group\": [1219.0, 47.0, 13.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTAGTACCT\", \"ini\": 89, \"clust\": 903, \"rank\": 3484, \"rankvar\": 518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3500, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3018, \"group\": [903.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTAGCGTAG\", \"ini\": 88, \"clust\": 775, \"rank\": 3507, \"rankvar\": 3291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2671, \"group\": [774.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCATCCTTGC\", \"ini\": 87, \"clust\": 70, \"rank\": 3528, \"rankvar\": 243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3502, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2974, \"group\": [79.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAGTCAGCC\", \"ini\": 86, \"clust\": 567, \"rank\": 3544, \"rankvar\": 2890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2672, \"group\": [570.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCCAAGTA\", \"ini\": 85, \"clust\": 555, \"rank\": 3428, \"rankvar\": 2486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3504, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2878, \"group\": [559.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTATTCA\", \"ini\": 84, \"clust\": 628, \"rank\": 3505, \"rankvar\": 3373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2673, \"group\": [628.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGTGAATTG\", \"ini\": 83, \"clust\": 26, \"rank\": 3468, \"rankvar\": 1794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3506, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3019, \"group\": [27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTACCGTTA\", \"ini\": 82, \"clust\": 76, \"rank\": 3536, \"rankvar\": 16, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3507, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2975, \"group\": [76.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACACCGAC\", \"ini\": 81, \"clust\": 514, \"rank\": 3390, \"rankvar\": 2609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3508, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2879, \"group\": [514.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAATGAAAC\", \"ini\": 80, \"clust\": 444, \"rank\": 3394, \"rankvar\": 2079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3509, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2880, \"group\": [451.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCAGATCGATA\", \"ini\": 79, \"clust\": 564, \"rank\": 3498, \"rankvar\": 2643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2674, \"group\": [565.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGGTGTTG\", \"ini\": 78, \"clust\": 554, \"rank\": 3427, \"rankvar\": 2765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3511, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2881, \"group\": [555.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTGCTGCC\", \"ini\": 77, \"clust\": 663, \"rank\": 3284, \"rankvar\": 2638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3512, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2882, \"group\": [663.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTTGTATC\", \"ini\": 76, \"clust\": 551, \"rank\": 3509, \"rankvar\": 3431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3513, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2675, \"group\": [552.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCGGTGTTA\", \"ini\": 75, \"clust\": 533, \"rank\": 3438, \"rankvar\": 1307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3514, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2883, \"group\": [537.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAAAGGCGT\", \"ini\": 74, \"clust\": 552, \"rank\": 3542, \"rankvar\": 3456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2676, \"group\": [553.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTAGTAC\", \"ini\": 73, \"clust\": 802, \"rank\": 3348, \"rankvar\": 1815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3516, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2884, \"group\": [801.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGACCAAG\", \"ini\": 72, \"clust\": 73, \"rank\": 3585, \"rankvar\": 336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3517, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2976, \"group\": [71.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGTGATAT\", \"ini\": 71, \"clust\": 571, \"rank\": 3523, \"rankvar\": 2965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2677, \"group\": [571.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCATGAAC\", \"ini\": 70, \"clust\": 1036, \"rank\": 3434, \"rankvar\": 1914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3519, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2838, \"group\": [1043.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCAATCCAAC\", \"ini\": 69, \"clust\": 596, \"rank\": 3558, \"rankvar\": 3562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2678, \"group\": [596.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGTGGGTTG\", \"ini\": 68, \"clust\": 69, \"rank\": 3583, \"rankvar\": 578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3521, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2977, \"group\": [70.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCATGCCG\", \"ini\": 67, \"clust\": 11, \"rank\": 3451, \"rankvar\": 818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3522, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3020, \"group\": [16.0, 8.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTTGTGGAG\", \"ini\": 66, \"clust\": 836, \"rank\": 3501, \"rankvar\": 2669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3523, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2885, \"group\": [836.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGAGGTAGA\", \"ini\": 65, \"clust\": 512, \"rank\": 3400, \"rankvar\": 2534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3524, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2886, \"group\": [515.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCATCACAAC\", \"ini\": 64, \"clust\": 452, \"rank\": 3377, \"rankvar\": 3339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3525, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2887, \"group\": [454.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCCCTTGCA\", \"ini\": 63, \"clust\": 13, \"rank\": 3458, \"rankvar\": 597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3021, \"group\": [14.0, 8.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTATCTCG\", \"ini\": 62, \"clust\": 549, \"rank\": 3488, \"rankvar\": 2451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3527, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2888, \"group\": [548.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTATAGTAG\", \"ini\": 61, \"clust\": 773, \"rank\": 3352, \"rankvar\": 2757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3528, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2889, \"group\": [776.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTCACACGC\", \"ini\": 60, \"clust\": 565, \"rank\": 3548, \"rankvar\": 1938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2679, \"group\": [566.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATGTCTCC\", \"ini\": 59, \"clust\": 584, \"rank\": 3529, \"rankvar\": 3042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3530, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2680, \"group\": [585.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCCATTGGTAC\", \"ini\": 58, \"clust\": 774, \"rank\": 3305, \"rankvar\": 999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3531, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2890, \"group\": [775.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGATGGTC\", \"ini\": 57, \"clust\": 43, \"rank\": 3530, \"rankvar\": 29, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3532, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2978, \"group\": [45.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGTTGAA\", \"ini\": 56, \"clust\": 597, \"rank\": 3565, \"rankvar\": 3583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3533, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2681, \"group\": [597.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTGACC\", \"ini\": 55, \"clust\": 445, \"rank\": 3524, \"rankvar\": 2897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3534, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2891, \"group\": [450.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTTTCCTC\", \"ini\": 54, \"clust\": 93, \"rank\": 3487, \"rankvar\": 3279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3535, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2979, \"group\": [93.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACAGAGGT\", \"ini\": 53, \"clust\": 572, \"rank\": 3516, \"rankvar\": 2243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3536, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2682, \"group\": [572.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTACACCGC\", \"ini\": 52, \"clust\": 46, \"rank\": 3567, \"rankvar\": 1, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3537, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2980, \"group\": [43.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATGGAAT\", \"ini\": 51, \"clust\": 526, \"rank\": 3490, \"rankvar\": 2922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3538, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2892, \"group\": [532.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTGTGGCTC\", \"ini\": 50, \"clust\": 1042, \"rank\": 3417, \"rankvar\": 2120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3539, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 2839, \"group\": [1038.0, 23.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGGCGTACA\", \"ini\": 49, \"clust\": 446, \"rank\": 3431, \"rankvar\": 2102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3540, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2893, \"group\": [444.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCTACTATC\", \"ini\": 48, \"clust\": 547, \"rank\": 3486, \"rankvar\": 1185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3541, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2894, \"group\": [551.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTTGATTGC\", \"ini\": 47, \"clust\": 527, \"rank\": 3550, \"rankvar\": 1788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3542, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2683, \"group\": [531.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTCTAGAGG\", \"ini\": 46, \"clust\": 1220, \"rank\": 3527, \"rankvar\": 3587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3543, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1664, \"group\": [1220.0, 47.0, 13.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCTCAACA\", \"ini\": 45, \"clust\": 466, \"rank\": 3563, \"rankvar\": 3565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3544, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2684, \"group\": [465.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTGAATTG\", \"ini\": 44, \"clust\": 438, \"rank\": 3514, \"rankvar\": 3569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2685, \"group\": [436.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAAGTT\", \"ini\": 43, \"clust\": 441, \"rank\": 3358, \"rankvar\": 2490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3546, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2895, \"group\": [441.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAGCTGTTA\", \"ini\": 42, \"clust\": 840, \"rank\": 3539, \"rankvar\": 2418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3547, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2896, \"group\": [838.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTTCAACCA\", \"ini\": 41, \"clust\": 562, \"rank\": 3517, \"rankvar\": 3422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3548, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2897, \"group\": [563.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGAAACCGC\", \"ini\": 40, \"clust\": 38, \"rank\": 3110, \"rankvar\": 1099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3549, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2898, \"group\": [40.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTGCTGTAT\", \"ini\": 39, \"clust\": 454, \"rank\": 3396, \"rankvar\": 3457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3550, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2899, \"group\": [453.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATTGGTAC\", \"ini\": 38, \"clust\": 50, \"rank\": 3510, \"rankvar\": 226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3551, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3022, \"group\": [52.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCTCGAGTA\", \"ini\": 37, \"clust\": 61, \"rank\": 3576, \"rankvar\": 1117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3552, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2981, \"group\": [62.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACTCGACG\", \"ini\": 36, \"clust\": 550, \"rank\": 3535, \"rankvar\": 2636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3553, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2900, \"group\": [549.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAAGGGTTTCT\", \"ini\": 35, \"clust\": 530, \"rank\": 3564, \"rankvar\": 3341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2686, \"group\": [529.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACGACTCG\", \"ini\": 34, \"clust\": 75, \"rank\": 3582, \"rankvar\": 6, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3555, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2982, \"group\": [77.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACAGGAGT\", \"ini\": 33, \"clust\": 62, \"rank\": 3512, \"rankvar\": 372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3556, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3023, \"group\": [65.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAAAGTCAA\", \"ini\": 32, \"clust\": 828, \"rank\": 3549, \"rankvar\": 3446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3557, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2687, \"group\": [827.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCTTGGTC\", \"ini\": 31, \"clust\": 570, \"rank\": 3540, \"rankvar\": 2002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3558, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2901, \"group\": [573.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTCCGGTT\", \"ini\": 30, \"clust\": 78, \"rank\": 3578, \"rankvar\": 0, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3559, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2983, \"group\": [75.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCGTAT\", \"ini\": 29, \"clust\": 842, \"rank\": 3551, \"rankvar\": 3556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3560, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2902, \"group\": [841.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTGAAGAG\", \"ini\": 28, \"clust\": 804, \"rank\": 3463, \"rankvar\": 3392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3561, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2903, \"group\": [805.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCCTTTCTC\", \"ini\": 27, \"clust\": 442, \"rank\": 3432, \"rankvar\": 3026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3562, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2904, \"group\": [442.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGCTGAA\", \"ini\": 26, \"clust\": 849, \"rank\": 3556, \"rankvar\": 3547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2688, \"group\": [847.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGCATCATC\", \"ini\": 25, \"clust\": 28, \"rank\": 3555, \"rankvar\": 3389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3564, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3024, \"group\": [29.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCACGAAATA\", \"ini\": 24, \"clust\": 451, \"rank\": 3506, \"rankvar\": 3025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3565, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2905, \"group\": [449.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGTAT\", \"ini\": 23, \"clust\": 901, \"rank\": 3526, \"rankvar\": 3116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3566, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2906, \"group\": [901.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCCTGACT\", \"ini\": 22, \"clust\": 72, \"rank\": 3587, \"rankvar\": 320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3567, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2984, \"group\": [73.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGATAGCAT\", \"ini\": 21, \"clust\": 463, \"rank\": 3525, \"rankvar\": 3560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3568, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2907, \"group\": [467.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGATGGGTC\", \"ini\": 20, \"clust\": 829, \"rank\": 3571, \"rankvar\": 3518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3569, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2908, \"group\": [828.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCATTAT\", \"ini\": 19, \"clust\": 101, \"rank\": 3520, \"rankvar\": 854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3570, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3025, \"group\": [103.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATCCTAGA\", \"ini\": 18, \"clust\": 568, \"rank\": 3522, \"rankvar\": 2402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3571, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2909, \"group\": [568.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCAAACTGTC\", \"ini\": 17, \"clust\": 558, \"rank\": 3452, \"rankvar\": 3228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3572, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2910, \"group\": [557.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAAGCTGGA\", \"ini\": 16, \"clust\": 569, \"rank\": 3546, \"rankvar\": 3155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3573, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2911, \"group\": [569.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAACGCGA\", \"ini\": 15, \"clust\": 529, \"rank\": 3584, \"rankvar\": 3338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2689, \"group\": [528.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGGCAAAGA\", \"ini\": 14, \"clust\": 548, \"rank\": 3547, \"rankvar\": 2649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3575, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2912, \"group\": [550.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCAGTTGAC\", \"ini\": 13, \"clust\": 531, \"rank\": 3580, \"rankvar\": 3508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3576, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 2690, \"group\": [530.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTCGAATCT\", \"ini\": 12, \"clust\": 419, \"rank\": 3357, \"rankvar\": 2980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3577, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2913, \"group\": [419.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTTCCGGCA\", \"ini\": 11, \"clust\": 82, \"rank\": 3586, \"rankvar\": 1265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3578, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2985, \"group\": [81.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAACATC\", \"ini\": 10, \"clust\": 66, \"rank\": 3575, \"rankvar\": 1396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3579, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3026, \"group\": [66.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCAGCTTAG\", \"ini\": 9, \"clust\": 67, \"rank\": 3573, \"rankvar\": 1186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3580, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 3027, \"group\": [67.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTCCCTACT\", \"ini\": 8, \"clust\": 439, \"rank\": 3543, \"rankvar\": 3586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3581, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2914, \"group\": [437.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTATTCA\", \"ini\": 7, \"clust\": 65, \"rank\": 3579, \"rankvar\": 342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3582, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2986, \"group\": [68.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCATACTG\", \"ini\": 6, \"clust\": 447, \"rank\": 3559, \"rankvar\": 3162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3583, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2915, \"group\": [445.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCGGTCTAA\", \"ini\": 5, \"clust\": 74, \"rank\": 3588, \"rankvar\": 412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3584, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 2987, \"group\": [72.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGACCAAG\", \"ini\": 4, \"clust\": 566, \"rank\": 3577, \"rankvar\": 3036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3585, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2916, \"group\": [567.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGACACG\", \"ini\": 3, \"clust\": 449, \"rank\": 3554, \"rankvar\": 3542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3586, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2917, \"group\": [447.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGGAGCGTT\", \"ini\": 2, \"clust\": 456, \"rank\": 3537, \"rankvar\": 3512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3587, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2918, \"group\": [456.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTAAATGAC\", \"ini\": 1, \"clust\": 833, \"rank\": 3541, \"rankvar\": 3364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3588, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 2919, \"group\": [833.0, 18.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}]}}]}", "value": "row-label -> CD16" } }, "b527b9b321c9483abe6a11b475f2a3c3": { "model_module": "clustergrammer2", "model_module_version": "^0.5.1", "model_name": "ExampleModel", "state": { "_model_module_version": "^0.5.1", "_view_module_version": "^0.5.1", "layout": "IPY_MODEL_7930c9c7e577428b800b7f05a941e168", "mat_string": "ini_mat_string", "network": "{\"row_nodes\": [{\"name\": \"CD11b\", \"ini\": 21, \"clust\": 13, \"rank\": 13, \"rankvar\": 10, \"group\": [8.0, 8.0, 8.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD11c\", \"ini\": 20, \"clust\": 12, \"rank\": 19, \"rankvar\": 18, \"group\": [10.0, 8.0, 8.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD123\", \"ini\": 19, \"clust\": 17, \"rank\": 4, \"rankvar\": 4, \"group\": [14.0, 12.0, 10.0, 6.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD14\", \"ini\": 18, \"clust\": 15, \"rank\": 11, \"rankvar\": 12, \"group\": [11.0, 9.0, 8.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD141\", \"ini\": 17, \"clust\": 18, \"rank\": 5, \"rankvar\": 5, \"group\": [15.0, 13.0, 11.0, 6.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD16\", \"ini\": 16, \"clust\": 5, \"rank\": 9, \"rankvar\": 11, \"group\": [20.0, 18.0, 16.0, 11.0, 9.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD19\", \"ini\": 15, \"clust\": 7, \"rank\": 3, \"rankvar\": 3, \"group\": [5.0, 5.0, 5.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD1c\", \"ini\": 14, \"clust\": 6, \"rank\": 1, \"rankvar\": 1, \"group\": [7.0, 7.0, 7.0, 4.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD206\", \"ini\": 13, \"clust\": 19, \"rank\": 2, \"rankvar\": 2, \"group\": [17.0, 15.0, 13.0, 8.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD24\", \"ini\": 12, \"clust\": 8, \"rank\": 0, \"rankvar\": 0, \"group\": [6.0, 6.0, 6.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD27\", \"ini\": 11, \"clust\": 2, \"rank\": 17, \"rankvar\": 14, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD3\", \"ini\": 10, \"clust\": 3, \"rank\": 8, \"rankvar\": 16, \"group\": [2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD33\", \"ini\": 9, \"clust\": 14, \"rank\": 16, \"rankvar\": 9, \"group\": [9.0, 8.0, 8.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD38\", \"ini\": 8, \"clust\": 9, \"rank\": 14, \"rankvar\": 13, \"group\": [19.0, 17.0, 15.0, 10.0, 8.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD4\", \"ini\": 7, \"clust\": 1, \"rank\": 10, \"rankvar\": 15, \"group\": [3.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD56\", \"ini\": 6, \"clust\": 20, \"rank\": 20, \"rankvar\": 6, \"group\": [18.0, 16.0, 14.0, 9.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD62L\", \"ini\": 5, \"clust\": 0, \"rank\": 15, \"rankvar\": 17, \"group\": [4.0, 4.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD64\", \"ini\": 4, \"clust\": 16, \"rank\": 18, \"rankvar\": 19, \"group\": [12.0, 10.0, 8.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD66b\", \"ini\": 3, \"clust\": 10, \"rank\": 6, \"rankvar\": 7, \"group\": [16.0, 14.0, 12.0, 7.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD8\", \"ini\": 2, \"clust\": 4, \"rank\": 12, \"rankvar\": 20, \"group\": [21.0, 19.0, 17.0, 12.0, 10.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"HLADR\", \"ini\": 1, \"clust\": 11, \"rank\": 7, \"rankvar\": 8, \"group\": [13.0, 11.0, 9.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}], \"col_nodes\": [{\"name\": \"GCATGCGTCCATGAGT\", \"ini\": 5232, \"clust\": 4922, \"rank\": 27, \"rankvar\": 4747, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3589, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5025, \"group\": [4920.0, 927.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCTA\", \"ini\": 5231, \"clust\": 3975, \"rank\": 24, \"rankvar\": 439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3590, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2250, \"group\": [3974.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGTCCGTAT\", \"ini\": 5230, \"clust\": 1788, \"rank\": 14, \"rankvar\": 1256, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3591, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 256, \"group\": [1788.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTCCAACC\", \"ini\": 5229, \"clust\": 5114, \"rank\": 87, \"rankvar\": 30, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3592, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4327, \"group\": [5113.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGCTGTTCA\", \"ini\": 5228, \"clust\": 4114, \"rank\": 72, \"rankvar\": 4459, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3593, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 0, \"group\": [4111.0, 774.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCACATAGC\", \"ini\": 5227, \"clust\": 3957, \"rank\": 31, \"rankvar\": 625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3594, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2251, \"group\": [3957.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCTCTTTCCTC\", \"ini\": 5226, \"clust\": 4113, \"rank\": 109, \"rankvar\": 2311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3595, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 1, \"group\": [4113.0, 774.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGTAGC\", \"ini\": 5225, \"clust\": 3970, \"rank\": 1, \"rankvar\": 4080, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3596, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2252, \"group\": [3970.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACAGTACACT\", \"ini\": 5224, \"clust\": 1920, \"rank\": 48, \"rankvar\": 27, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 257, \"group\": [1919.0, 330.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGGACGAAA\", \"ini\": 5223, \"clust\": 1806, \"rank\": 65, \"rankvar\": 331, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 258, \"group\": [1807.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATGGAGC\", \"ini\": 5222, \"clust\": 5090, \"rank\": 138, \"rankvar\": 99, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4328, \"group\": [5093.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGGGATACC\", \"ini\": 5221, \"clust\": 3964, \"rank\": 18, \"rankvar\": 943, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3600, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2253, \"group\": [3962.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGAGGTG\", \"ini\": 5220, \"clust\": 5112, \"rank\": 116, \"rankvar\": 236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3601, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4329, \"group\": [5116.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGGCCCGTT\", \"ini\": 5219, \"clust\": 4927, \"rank\": 119, \"rankvar\": 21, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3602, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4330, \"group\": [4927.0, 930.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCAGGCCCA\", \"ini\": 5218, \"clust\": 56, \"rank\": 88, \"rankvar\": 5193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3603, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5141, \"group\": [54.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTGACTCAT\", \"ini\": 5217, \"clust\": 5118, \"rank\": 151, \"rankvar\": 110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4331, \"group\": [5117.0, 1004.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTTTACGT\", \"ini\": 5216, \"clust\": 3976, \"rank\": 30, \"rankvar\": 978, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3605, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2254, \"group\": [3975.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATGACCT\", \"ini\": 5215, \"clust\": 3968, \"rank\": 53, \"rankvar\": 472, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2255, \"group\": [3966.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACAGACC\", \"ini\": 5214, \"clust\": 5100, \"rank\": 145, \"rankvar\": 20, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3607, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4332, \"group\": [5099.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATTCGCACTCT\", \"ini\": 5213, \"clust\": 3977, \"rank\": 79, \"rankvar\": 181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3608, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2256, \"group\": [3977.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGCCACCTG\", \"ini\": 5212, \"clust\": 3971, \"rank\": 35, \"rankvar\": 2542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3609, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2257, \"group\": [3971.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGTTTA\", \"ini\": 5211, \"clust\": 3808, \"rank\": 44, \"rankvar\": 762, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3610, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2258, \"group\": [3805.0, 710.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACTTAAGC\", \"ini\": 5210, \"clust\": 3960, \"rank\": 113, \"rankvar\": 616, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3611, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2259, \"group\": [3959.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTAGAGTGAGA\", \"ini\": 5209, \"clust\": 5066, \"rank\": 194, \"rankvar\": 240, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3612, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4333, \"group\": [5070.0, 998.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTGCCTG\", \"ini\": 5208, \"clust\": 3972, \"rank\": 68, \"rankvar\": 1308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3613, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2260, \"group\": [3972.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGCTAAACA\", \"ini\": 5207, \"clust\": 57, \"rank\": 136, \"rankvar\": 5129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3614, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5142, \"group\": [55.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGAGTAAGG\", \"ini\": 5206, \"clust\": 60, \"rank\": 201, \"rankvar\": 4751, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3615, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5143, \"group\": [56.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGTAGCCA\", \"ini\": 5205, \"clust\": 4440, \"rank\": 85, \"rankvar\": 1253, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3616, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4334, \"group\": [4440.0, 849.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCAGACACTT\", \"ini\": 5204, \"clust\": 58, \"rank\": 253, \"rankvar\": 5096, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3617, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5144, \"group\": [59.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGAGAACG\", \"ini\": 5203, \"clust\": 5009, \"rank\": 225, \"rankvar\": 244, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3618, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4291, \"group\": [5008.0, 974.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAATCGAAA\", \"ini\": 5202, \"clust\": 3961, \"rank\": 167, \"rankvar\": 216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3619, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2261, \"group\": [3960.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCCAGTATG\", \"ini\": 5201, \"clust\": 5089, \"rank\": 176, \"rankvar\": 0, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3620, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4335, \"group\": [5094.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTTCCAGTATG\", \"ini\": 5200, \"clust\": 5110, \"rank\": 159, \"rankvar\": 13, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3621, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4336, \"group\": [5110.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCCTCATTA\", \"ini\": 5199, \"clust\": 4929, \"rank\": 77, \"rankvar\": 1190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3622, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4337, \"group\": [4930.0, 931.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTGAGTGT\", \"ini\": 5198, \"clust\": 1863, \"rank\": 183, \"rankvar\": 70, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 259, \"group\": [1862.0, 297.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCACGACTA\", \"ini\": 5197, \"clust\": 1789, \"rank\": 146, \"rankvar\": 280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 260, \"group\": [1789.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGTTCGATC\", \"ini\": 5196, \"clust\": 5102, \"rank\": 249, \"rankvar\": 88, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4338, \"group\": [5103.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCGTGGGAA\", \"ini\": 5195, \"clust\": 4061, \"rank\": 163, \"rankvar\": 1547, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2262, \"group\": [4060.0, 758.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTGTCAATC\", \"ini\": 5194, \"clust\": 61, \"rank\": 314, \"rankvar\": 4783, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3627, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5145, \"group\": [57.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAATCAGAA\", \"ini\": 5193, \"clust\": 5070, \"rank\": 197, \"rankvar\": 129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3628, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4339, \"group\": [5071.0, 998.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTCAGAAGC\", \"ini\": 5192, \"clust\": 4924, \"rank\": 102, \"rankvar\": 264, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3629, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 261, \"group\": [4925.0, 929.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGAGAGCTC\", \"ini\": 5191, \"clust\": 3958, \"rank\": 126, \"rankvar\": 1376, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3630, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2263, \"group\": [3958.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAGGAACGT\", \"ini\": 5190, \"clust\": 5010, \"rank\": 300, \"rankvar\": 329, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3631, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4292, \"group\": [5009.0, 974.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTTCTGAAC\", \"ini\": 5189, \"clust\": 4021, \"rank\": 121, \"rankvar\": 818, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3632, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2264, \"group\": [4019.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAAAGGTGC\", \"ini\": 5188, \"clust\": 4960, \"rank\": 285, \"rankvar\": 527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3633, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4340, \"group\": [4963.0, 946.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTGGTATG\", \"ini\": 5187, \"clust\": 3978, \"rank\": 160, \"rankvar\": 76, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3634, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2265, \"group\": [3978.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTTCTGAAC\", \"ini\": 5186, \"clust\": 5091, \"rank\": 235, \"rankvar\": 32, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3635, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4341, \"group\": [5092.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTGTCTAT\", \"ini\": 5185, \"clust\": 3969, \"rank\": 165, \"rankvar\": 613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3636, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2266, \"group\": [3967.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTCGAATCT\", \"ini\": 5184, \"clust\": 4964, \"rank\": 233, \"rankvar\": 284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3637, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4342, \"group\": [4964.0, 947.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGAATCCA\", \"ini\": 5183, \"clust\": 4444, \"rank\": 181, \"rankvar\": 966, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3638, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4343, \"group\": [4442.0, 849.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTCACAAGG\", \"ini\": 5182, \"clust\": 1847, \"rank\": 168, \"rankvar\": 390, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3639, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 262, \"group\": [1847.0, 292.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCTAACTTC\", \"ini\": 5181, \"clust\": 5071, \"rank\": 283, \"rankvar\": 81, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3640, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4344, \"group\": [5072.0, 998.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAGTCAGAG\", \"ini\": 5180, \"clust\": 6, \"rank\": 178, \"rankvar\": 3168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3641, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4345, \"group\": [7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACTTATC\", \"ini\": 5179, \"clust\": 4445, \"rank\": 131, \"rankvar\": 561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3642, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4346, \"group\": [4443.0, 849.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCAAGGTAA\", \"ini\": 5178, \"clust\": 4441, \"rank\": 132, \"rankvar\": 551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3643, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4347, \"group\": [4441.0, 849.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTACCGGCT\", \"ini\": 5177, \"clust\": 5104, \"rank\": 279, \"rankvar\": 83, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3644, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4348, \"group\": [5105.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAGTCGGCACT\", \"ini\": 5176, \"clust\": 4958, \"rank\": 221, \"rankvar\": 289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3645, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4349, \"group\": [4959.0, 946.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATCGTCGG\", \"ini\": 5175, \"clust\": 4959, \"rank\": 280, \"rankvar\": 270, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3646, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4350, \"group\": [4960.0, 946.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTGACGTT\", \"ini\": 5174, \"clust\": 5111, \"rank\": 223, \"rankvar\": 1, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3647, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4351, \"group\": [5111.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGGTTAAC\", \"ini\": 5173, \"clust\": 5107, \"rank\": 268, \"rankvar\": 11, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3648, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4352, \"group\": [5107.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTTCGGCAC\", \"ini\": 5172, \"clust\": 3944, \"rank\": 238, \"rankvar\": 269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3649, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2267, \"group\": [3947.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGTCGTACT\", \"ini\": 5171, \"clust\": 5068, \"rank\": 374, \"rankvar\": 255, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3650, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4353, \"group\": [5067.0, 998.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCGAATCCA\", \"ini\": 5170, \"clust\": 5042, \"rank\": 246, \"rankvar\": 93, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3651, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4354, \"group\": [5043.0, 988.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATACGCTA\", \"ini\": 5169, \"clust\": 3898, \"rank\": 338, \"rankvar\": 430, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3652, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2268, \"group\": [3898.0, 740.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCCGTC\", \"ini\": 5168, \"clust\": 4011, \"rank\": 122, \"rankvar\": 2272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3653, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2269, \"group\": [4013.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACAAGACACG\", \"ini\": 5167, \"clust\": 4925, \"rank\": 172, \"rankvar\": 35, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 263, \"group\": [4926.0, 929.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTCCAGTTA\", \"ini\": 5166, \"clust\": 5119, \"rank\": 261, \"rankvar\": 4, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3655, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4355, \"group\": [5118.0, 1004.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTATCAGTGCAT\", \"ini\": 5165, \"clust\": 5117, \"rank\": 241, \"rankvar\": 85, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3656, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4356, \"group\": [5119.0, 1004.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCATCTACCTGC\", \"ini\": 5164, \"clust\": 4443, \"rank\": 200, \"rankvar\": 678, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3657, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4357, \"group\": [4444.0, 849.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGTACGCCC\", \"ini\": 5163, \"clust\": 4012, \"rank\": 169, \"rankvar\": 2810, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3658, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2270, \"group\": [4011.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGTAAACT\", \"ini\": 5162, \"clust\": 4449, \"rank\": 289, \"rankvar\": 313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4358, \"group\": [4448.0, 850.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGTGTGGT\", \"ini\": 5161, \"clust\": 5002, \"rank\": 271, \"rankvar\": 507, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3660, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4293, \"group\": [5001.0, 972.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTATA\", \"ini\": 5160, \"clust\": 1787, \"rank\": 127, \"rankvar\": 1657, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 264, \"group\": [1790.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACATGCAACT\", \"ini\": 5159, \"clust\": 3965, \"rank\": 103, \"rankvar\": 2521, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3662, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2271, \"group\": [3963.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCACCGGGT\", \"ini\": 5158, \"clust\": 4971, \"rank\": 298, \"rankvar\": 346, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3663, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4359, \"group\": [4970.0, 950.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGATGGGTC\", \"ini\": 5157, \"clust\": 3973, \"rank\": 106, \"rankvar\": 1632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3664, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2272, \"group\": [3973.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTATGGTTC\", \"ini\": 5156, \"clust\": 5084, \"rank\": 324, \"rankvar\": 162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3665, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4360, \"group\": [5089.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTATCGAA\", \"ini\": 5155, \"clust\": 3799, \"rank\": 256, \"rankvar\": 1688, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3666, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 265, \"group\": [3798.0, 707.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCATGAGT\", \"ini\": 5154, \"clust\": 5069, \"rank\": 391, \"rankvar\": 66, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3667, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4361, \"group\": [5068.0, 998.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGCTATCT\", \"ini\": 5153, \"clust\": 4111, \"rank\": 523, \"rankvar\": 3556, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3668, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 2, \"group\": [4109.0, 774.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGGTTACCT\", \"ini\": 5152, \"clust\": 4130, \"rank\": 450, \"rankvar\": 2115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3669, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 3, \"group\": [4126.0, 777.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCACCCATGG\", \"ini\": 5151, \"clust\": 1797, \"rank\": 180, \"rankvar\": 23, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3670, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 266, \"group\": [1799.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGGTGTAG\", \"ini\": 5150, \"clust\": 3959, \"rank\": 188, \"rankvar\": 619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3671, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2273, \"group\": [3961.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCCCAGGTG\", \"ini\": 5149, \"clust\": 4928, \"rank\": 243, \"rankvar\": 145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3672, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2274, \"group\": [4928.0, 930.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGTATGCT\", \"ini\": 5148, \"clust\": 1793, \"rank\": 202, \"rankvar\": 126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3673, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 267, \"group\": [1793.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTTAAGAAC\", \"ini\": 5147, \"clust\": 3942, \"rank\": 112, \"rankvar\": 3901, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3674, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2275, \"group\": [3941.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCATGTCGAT\", \"ini\": 5146, \"clust\": 4995, \"rank\": 388, \"rankvar\": 428, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3675, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2276, \"group\": [4995.0, 969.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCATAGAAAC\", \"ini\": 5145, \"clust\": 1799, \"rank\": 179, \"rankvar\": 408, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 268, \"group\": [1796.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGCACCGCT\", \"ini\": 5144, \"clust\": 4051, \"rank\": 292, \"rankvar\": 513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3677, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2277, \"group\": [4051.0, 756.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTCTCTCGT\", \"ini\": 5143, \"clust\": 1807, \"rank\": 274, \"rankvar\": 34, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 269, \"group\": [1808.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAAGAAAGG\", \"ini\": 5142, \"clust\": 4457, \"rank\": 226, \"rankvar\": 221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3679, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4362, \"group\": [4456.0, 854.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGGCATGGT\", \"ini\": 5141, \"clust\": 4919, \"rank\": 327, \"rankvar\": 567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3680, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4363, \"group\": [4924.0, 928.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGGTCATCT\", \"ini\": 5140, \"clust\": 59, \"rank\": 359, \"rankvar\": 3835, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3681, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5146, \"group\": [58.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAAT\", \"ini\": 5139, \"clust\": 4996, \"rank\": 399, \"rankvar\": 28, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3682, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4294, \"group\": [4996.0, 969.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCAGCGC\", \"ini\": 5138, \"clust\": 5005, \"rank\": 377, \"rankvar\": 205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3683, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4295, \"group\": [5005.0, 973.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAATCTCC\", \"ini\": 5137, \"clust\": 3899, \"rank\": 348, \"rankvar\": 353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3684, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2278, \"group\": [3896.0, 740.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTTCCACGG\", \"ini\": 5136, \"clust\": 1862, \"rank\": 301, \"rankvar\": 139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3685, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 270, \"group\": [1864.0, 297.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGCTGGCT\", \"ini\": 5135, \"clust\": 4972, \"rank\": 318, \"rankvar\": 1031, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3686, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5026, \"group\": [4971.0, 950.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGGCCCTTG\", \"ini\": 5134, \"clust\": 5012, \"rank\": 398, \"rankvar\": 379, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3687, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4296, \"group\": [5012.0, 975.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCCTTTACA\", \"ini\": 5133, \"clust\": 5082, \"rank\": 382, \"rankvar\": 56, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3688, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4364, \"group\": [5081.0, 1001.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCTCCCTGA\", \"ini\": 5132, \"clust\": 5022, \"rank\": 507, \"rankvar\": 242, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3689, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4365, \"group\": [5022.0, 980.0, 158.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGTTGG\", \"ini\": 5131, \"clust\": 4022, \"rank\": 264, \"rankvar\": 1313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3690, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2279, \"group\": [4020.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGAAGCA\", \"ini\": 5130, \"clust\": 3807, \"rank\": 135, \"rankvar\": 1538, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3691, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2280, \"group\": [3807.0, 710.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCTGGTCG\", \"ini\": 5129, \"clust\": 4337, \"rank\": 307, \"rankvar\": 4904, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3692, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5027, \"group\": [4338.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCAAAGACA\", \"ini\": 5128, \"clust\": 5106, \"rank\": 429, \"rankvar\": 75, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3693, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4366, \"group\": [5109.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCTCCGAAGAG\", \"ini\": 5127, \"clust\": 3948, \"rank\": 267, \"rankvar\": 1263, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2281, \"group\": [3951.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCAGCACAT\", \"ini\": 5126, \"clust\": 4332, \"rank\": 216, \"rankvar\": 4685, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3695, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5028, \"group\": [4331.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCAGGTCCAC\", \"ini\": 5125, \"clust\": 3914, \"rank\": 218, \"rankvar\": 2446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2282, \"group\": [3910.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGTGCAT\", \"ini\": 5124, \"clust\": 3906, \"rank\": 193, \"rankvar\": 1076, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2283, \"group\": [3906.0, 744.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCAAGTAGTA\", \"ini\": 5123, \"clust\": 1848, \"rank\": 341, \"rankvar\": 420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 271, \"group\": [1848.0, 292.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCTGTCTA\", \"ini\": 5122, \"clust\": 64, \"rank\": 505, \"rankvar\": 4876, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3699, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5147, \"group\": [62.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTGCGCTTG\", \"ini\": 5121, \"clust\": 5003, \"rank\": 404, \"rankvar\": 691, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3700, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4297, \"group\": [5002.0, 972.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGATGTT\", \"ini\": 5120, \"clust\": 5083, \"rank\": 444, \"rankvar\": 169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3701, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4367, \"group\": [5082.0, 1001.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACTTACGA\", \"ini\": 5119, \"clust\": 1780, \"rank\": 303, \"rankvar\": 22, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3702, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 272, \"group\": [1779.0, 283.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCAGCTGTAT\", \"ini\": 5118, \"clust\": 4453, \"rank\": 393, \"rankvar\": 254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3703, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4368, \"group\": [4452.0, 852.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGCTCAACT\", \"ini\": 5117, \"clust\": 4961, \"rank\": 395, \"rankvar\": 703, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3704, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4369, \"group\": [4961.0, 946.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCAACGG\", \"ini\": 5116, \"clust\": 1785, \"rank\": 251, \"rankvar\": 984, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 273, \"group\": [1786.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTTAAGATG\", \"ini\": 5115, \"clust\": 3962, \"rank\": 199, \"rankvar\": 1822, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3706, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2284, \"group\": [3965.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTGTATGGG\", \"ini\": 5114, \"clust\": 4062, \"rank\": 320, \"rankvar\": 1794, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3707, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2285, \"group\": [4061.0, 758.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCATACGCCG\", \"ini\": 5113, \"clust\": 5000, \"rank\": 329, \"rankvar\": 716, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 274, \"group\": [5004.0, 972.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGCTGTCTA\", \"ini\": 5112, \"clust\": 4139, \"rank\": 694, \"rankvar\": 4517, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3709, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 4, \"group\": [4136.0, 779.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCAGCTTAG\", \"ini\": 5111, \"clust\": 3974, \"rank\": 273, \"rankvar\": 121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3710, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2286, \"group\": [3976.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGTGTCCCG\", \"ini\": 5110, \"clust\": 3943, \"rank\": 204, \"rankvar\": 3647, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3711, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2287, \"group\": [3942.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGTGACCA\", \"ini\": 5109, \"clust\": 1857, \"rank\": 483, \"rankvar\": 80, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 275, \"group\": [1858.0, 295.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAAGCCATT\", \"ini\": 5108, \"clust\": 3955, \"rank\": 296, \"rankvar\": 1072, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3713, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2288, \"group\": [3954.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGATGGGTC\", \"ini\": 5107, \"clust\": 3806, \"rank\": 192, \"rankvar\": 1364, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3714, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2289, \"group\": [3808.0, 710.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAGGCGATA\", \"ini\": 5106, \"clust\": 4968, \"rank\": 636, \"rankvar\": 464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3715, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4370, \"group\": [4967.0, 949.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAACGTGG\", \"ini\": 5105, \"clust\": 4060, \"rank\": 396, \"rankvar\": 1293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3716, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2290, \"group\": [4062.0, 758.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCTAACTCT\", \"ini\": 5104, \"clust\": 1800, \"rank\": 244, \"rankvar\": 260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3717, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 276, \"group\": [1797.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCCGCAAGC\", \"ini\": 5103, \"clust\": 4331, \"rank\": 418, \"rankvar\": 4479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3718, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5029, \"group\": [4333.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGGAATCG\", \"ini\": 5102, \"clust\": 1828, \"rank\": 472, \"rankvar\": 166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3719, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 277, \"group\": [1832.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGTCAAGGC\", \"ini\": 5101, \"clust\": 4969, \"rank\": 455, \"rankvar\": 122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3720, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4371, \"group\": [4968.0, 949.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCCATTTA\", \"ini\": 5100, \"clust\": 3995, \"rank\": 312, \"rankvar\": 2922, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3721, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2291, \"group\": [3997.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGTCAAGGC\", \"ini\": 5099, \"clust\": 5059, \"rank\": 713, \"rankvar\": 108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3722, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4372, \"group\": [5059.0, 996.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTGGTGTA\", \"ini\": 5098, \"clust\": 5047, \"rank\": 545, \"rankvar\": 546, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4373, \"group\": [5047.0, 991.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCCCGACTT\", \"ini\": 5097, \"clust\": 5061, \"rank\": 807, \"rankvar\": 1001, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3724, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4374, \"group\": [5062.0, 997.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATGACGGA\", \"ini\": 5096, \"clust\": 3900, \"rank\": 479, \"rankvar\": 389, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2292, \"group\": [3897.0, 740.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAGTTGAC\", \"ini\": 5095, \"clust\": 4112, \"rank\": 656, \"rankvar\": 1897, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3726, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 5, \"group\": [4110.0, 774.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGGCACA\", \"ini\": 5094, \"clust\": 3967, \"rank\": 258, \"rankvar\": 662, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3727, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2293, \"group\": [3968.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACAGATTGCT\", \"ini\": 5093, \"clust\": 1796, \"rank\": 335, \"rankvar\": 98, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3728, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 278, \"group\": [1800.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATACAGCT\", \"ini\": 5092, \"clust\": 5013, \"rank\": 477, \"rankvar\": 150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3729, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4298, \"group\": [5013.0, 975.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCTGGTA\", \"ini\": 5091, \"clust\": 4933, \"rank\": 354, \"rankvar\": 273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3730, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4375, \"group\": [4932.0, 932.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGAGCGAT\", \"ini\": 5090, \"clust\": 1731, \"rank\": 512, \"rankvar\": 371, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3731, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 279, \"group\": [1731.0, 269.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGATGAGC\", \"ini\": 5089, \"clust\": 1779, \"rank\": 343, \"rankvar\": 58, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3732, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 280, \"group\": [1781.0, 283.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCTGCCCTA\", \"ini\": 5088, \"clust\": 5034, \"rank\": 440, \"rankvar\": 128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3733, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4376, \"group\": [5032.0, 984.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGCAACGGT\", \"ini\": 5087, \"clust\": 66, \"rank\": 533, \"rankvar\": 4967, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3734, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5148, \"group\": [66.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAATCTCC\", \"ini\": 5086, \"clust\": 5140, \"rank\": 820, \"rankvar\": 607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3735, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4377, \"group\": [5141.0, 1021.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTCATTTGCCC\", \"ini\": 5085, \"clust\": 1795, \"rank\": 383, \"rankvar\": 17, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3736, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 281, \"group\": [1801.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGATGGAA\", \"ini\": 5084, \"clust\": 4934, \"rank\": 295, \"rankvar\": 1252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3737, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2294, \"group\": [4933.0, 932.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGACAGACC\", \"ini\": 5083, \"clust\": 4926, \"rank\": 380, \"rankvar\": 310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3738, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4378, \"group\": [4929.0, 930.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATTATCTC\", \"ini\": 5082, \"clust\": 5064, \"rank\": 759, \"rankvar\": 387, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3739, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4379, \"group\": [5064.0, 997.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATTAACCG\", \"ini\": 5081, \"clust\": 4035, \"rank\": 364, \"rankvar\": 2829, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3740, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2295, \"group\": [4032.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGTCGCCGT\", \"ini\": 5080, \"clust\": 4333, \"rank\": 466, \"rankvar\": 3422, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3741, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5030, \"group\": [4332.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGACGTAG\", \"ini\": 5079, \"clust\": 5006, \"rank\": 527, \"rankvar\": 470, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3742, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2296, \"group\": [5006.0, 973.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTCCTATA\", \"ini\": 5078, \"clust\": 3950, \"rank\": 361, \"rankvar\": 926, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3743, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2297, \"group\": [3948.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACACAAGTAA\", \"ini\": 5077, \"clust\": 4943, \"rank\": 488, \"rankvar\": 543, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3744, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4380, \"group\": [4943.0, 939.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTGGTGTA\", \"ini\": 5076, \"clust\": 5120, \"rank\": 677, \"rankvar\": 307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3745, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4381, \"group\": [5121.0, 1006.0, 161.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGACAGCT\", \"ini\": 5075, \"clust\": 5007, \"rank\": 594, \"rankvar\": 31, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3746, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4299, \"group\": [5011.0, 974.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTAGAGGTACC\", \"ini\": 5074, \"clust\": 5001, \"rank\": 538, \"rankvar\": 123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3747, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4300, \"group\": [5003.0, 972.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCACGACTA\", \"ini\": 5073, \"clust\": 4014, \"rank\": 390, \"rankvar\": 1241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3748, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2298, \"group\": [4014.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCATCCGTGG\", \"ini\": 5072, \"clust\": 3904, \"rank\": 269, \"rankvar\": 2876, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3749, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2299, \"group\": [3904.0, 744.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTTCGCACTCT\", \"ini\": 5071, \"clust\": 4459, \"rank\": 425, \"rankvar\": 1026, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3750, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4382, \"group\": [4458.0, 854.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCCCTTGT\", \"ini\": 5070, \"clust\": 4030, \"rank\": 368, \"rankvar\": 2180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3751, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2300, \"group\": [4029.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGGTCCAC\", \"ini\": 5069, \"clust\": 3946, \"rank\": 375, \"rankvar\": 1348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3752, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2301, \"group\": [3944.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACTCTTA\", \"ini\": 5068, \"clust\": 4944, \"rank\": 624, \"rankvar\": 101, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3753, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4383, \"group\": [4944.0, 939.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAATCCGAT\", \"ini\": 5067, \"clust\": 4992, \"rank\": 580, \"rankvar\": 227, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3754, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4301, \"group\": [4992.0, 967.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCCACGACG\", \"ini\": 5066, \"clust\": 67, \"rank\": 639, \"rankvar\": 5025, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3755, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5149, \"group\": [64.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGAAGCA\", \"ini\": 5065, \"clust\": 3, \"rank\": 687, \"rankvar\": 1081, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3756, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4384, \"group\": [6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCACCACGTG\", \"ini\": 5064, \"clust\": 1868, \"rank\": 420, \"rankvar\": 566, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 282, \"group\": [1868.0, 299.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGGTA\", \"ini\": 5063, \"clust\": 1772, \"rank\": 409, \"rankvar\": 120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 283, \"group\": [1773.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCATGTCTT\", \"ini\": 5062, \"clust\": 4940, \"rank\": 542, \"rankvar\": 723, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3759, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4385, \"group\": [4941.0, 939.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTTACGGG\", \"ini\": 5061, \"clust\": 1864, \"rank\": 511, \"rankvar\": 3, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 284, \"group\": [1863.0, 297.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTCTACCTC\", \"ini\": 5060, \"clust\": 4941, \"rank\": 633, \"rankvar\": 870, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3761, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4386, \"group\": [4942.0, 939.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATGTTCCAACA\", \"ini\": 5059, \"clust\": 1808, \"rank\": 489, \"rankvar\": 63, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3762, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 285, \"group\": [1809.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTAGCTCCG\", \"ini\": 5058, \"clust\": 4460, \"rank\": 462, \"rankvar\": 375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3763, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4387, \"group\": [4459.0, 854.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAACAACA\", \"ini\": 5057, \"clust\": 1818, \"rank\": 331, \"rankvar\": 719, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 286, \"group\": [1818.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTTCTCG\", \"ini\": 5056, \"clust\": 75, \"rank\": 951, \"rankvar\": 2028, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5150, \"group\": [75.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAATGAAAC\", \"ini\": 5055, \"clust\": 55, \"rank\": 786, \"rankvar\": 4784, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3766, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5151, \"group\": [60.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCGCCTA\", \"ini\": 5054, \"clust\": 3990, \"rank\": 428, \"rankvar\": 1464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3767, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2302, \"group\": [3990.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAGGGTACA\", \"ini\": 5053, \"clust\": 1841, \"rank\": 500, \"rankvar\": 475, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 287, \"group\": [1841.0, 290.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTCTTCTCG\", \"ini\": 5052, \"clust\": 1720, \"rank\": 604, \"rankvar\": 2, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 288, \"group\": [1719.0, 259.0, 50.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCCATCGTCGG\", \"ini\": 5051, \"clust\": 4923, \"rank\": 426, \"rankvar\": 3072, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3770, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5031, \"group\": [4921.0, 927.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTGTACATGTC\", \"ini\": 5050, \"clust\": 4956, \"rank\": 611, \"rankvar\": 842, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3771, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4388, \"group\": [4956.0, 945.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCAGCTAT\", \"ini\": 5049, \"clust\": 4965, \"rank\": 684, \"rankvar\": 291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3772, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4389, \"group\": [4965.0, 947.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTACGACCC\", \"ini\": 5048, \"clust\": 1792, \"rank\": 525, \"rankvar\": 111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3773, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 289, \"group\": [1795.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCGGCATCG\", \"ini\": 5047, \"clust\": 4121, \"rank\": 715, \"rankvar\": 4077, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3774, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 6, \"group\": [4119.0, 776.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTGTGGCC\", \"ini\": 5046, \"clust\": 3953, \"rank\": 461, \"rankvar\": 814, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3775, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2303, \"group\": [3952.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCAACACCA\", \"ini\": 5045, \"clust\": 4029, \"rank\": 427, \"rankvar\": 1535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3776, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2304, \"group\": [4031.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACACATGACT\", \"ini\": 5044, \"clust\": 4932, \"rank\": 445, \"rankvar\": 2252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3777, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4390, \"group\": [4934.0, 933.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCATCCGCGA\", \"ini\": 5043, \"clust\": 5103, \"rank\": 539, \"rankvar\": 38, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3778, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4391, \"group\": [5104.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTAGGC\", \"ini\": 5042, \"clust\": 4963, \"rank\": 513, \"rankvar\": 209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3779, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4392, \"group\": [4966.0, 948.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAGGGCATA\", \"ini\": 5041, \"clust\": 4957, \"rank\": 659, \"rankvar\": 851, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3780, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4393, \"group\": [4957.0, 945.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGATGCCTT\", \"ini\": 5040, \"clust\": 3963, \"rank\": 276, \"rankvar\": 3343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3781, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2305, \"group\": [3964.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTCCACAA\", \"ini\": 5039, \"clust\": 5016, \"rank\": 658, \"rankvar\": 426, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3782, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4302, \"group\": [5015.0, 977.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAAGCGATG\", \"ini\": 5038, \"clust\": 1764, \"rank\": 423, \"rankvar\": 2667, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3783, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 290, \"group\": [1765.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGACACTAA\", \"ini\": 5037, \"clust\": 5004, \"rank\": 414, \"rankvar\": 207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3784, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4303, \"group\": [5007.0, 973.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTAGAGTC\", \"ini\": 5036, \"clust\": 68, \"rank\": 853, \"rankvar\": 4790, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3785, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5152, \"group\": [65.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATATGCTG\", \"ini\": 5035, \"clust\": 1706, \"rank\": 746, \"rankvar\": 878, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 291, \"group\": [1707.0, 251.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTCGTACT\", \"ini\": 5034, \"clust\": 4997, \"rank\": 757, \"rankvar\": 775, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3787, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4304, \"group\": [5000.0, 971.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGAGGGTCGAT\", \"ini\": 5033, \"clust\": 4037, \"rank\": 476, \"rankvar\": 391, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3788, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2306, \"group\": [4037.0, 754.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACATATACCG\", \"ini\": 5032, \"clust\": 4984, \"rank\": 645, \"rankvar\": 467, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3789, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4394, \"group\": [4985.0, 962.0, 155.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTACAGTGG\", \"ini\": 5031, \"clust\": 3114, \"rank\": 925, \"rankvar\": 1854, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3790, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 292, \"group\": [3115.0, 432.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACGCGAAA\", \"ini\": 5030, \"clust\": 3947, \"rank\": 410, \"rankvar\": 632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3791, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2307, \"group\": [3945.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCACATAGC\", \"ini\": 5029, \"clust\": 54, \"rank\": 773, \"rankvar\": 4382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3792, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5153, \"group\": [61.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACAGCCACCA\", \"ini\": 5028, \"clust\": 5048, \"rank\": 628, \"rankvar\": 62, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3793, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4395, \"group\": [5048.0, 991.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTGACGGTA\", \"ini\": 5027, \"clust\": 72, \"rank\": 867, \"rankvar\": 4863, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3794, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5154, \"group\": [72.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGGCA\", \"ini\": 5026, \"clust\": 3945, \"rank\": 480, \"rankvar\": 854, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3795, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2308, \"group\": [3946.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGTGCC\", \"ini\": 5025, \"clust\": 4991, \"rank\": 592, \"rankvar\": 287, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3796, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4396, \"group\": [4994.0, 968.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGACAGGCT\", \"ini\": 5024, \"clust\": 4446, \"rank\": 569, \"rankvar\": 1108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3797, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4397, \"group\": [4446.0, 850.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTAAAGTCA\", \"ini\": 5023, \"clust\": 1798, \"rank\": 443, \"rankvar\": 82, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3798, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 293, \"group\": [1798.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGTCGATT\", \"ini\": 5022, \"clust\": 3329, \"rank\": 1032, \"rankvar\": 671, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 294, \"group\": [3328.0, 508.0, 75.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCGGCATC\", \"ini\": 5021, \"clust\": 3916, \"rank\": 502, \"rankvar\": 918, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3800, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2309, \"group\": [3912.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAGTACATCCA\", \"ini\": 5020, \"clust\": 1782, \"rank\": 446, \"rankvar\": 702, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3801, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 295, \"group\": [1785.0, 284.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACAGTCAGAG\", \"ini\": 5019, \"clust\": 1790, \"rank\": 437, \"rankvar\": 156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3802, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 296, \"group\": [1791.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAAGTCATC\", \"ini\": 5018, \"clust\": 4019, \"rank\": 546, \"rankvar\": 2046, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2310, \"group\": [4024.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTTTGGCGC\", \"ini\": 5017, \"clust\": 1736, \"rank\": 843, \"rankvar\": 320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 297, \"group\": [1737.0, 271.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTAATGA\", \"ini\": 5016, \"clust\": 63, \"rank\": 1139, \"rankvar\": 5189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3805, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5155, \"group\": [73.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACATTGGCGC\", \"ini\": 5015, \"clust\": 3809, \"rank\": 421, \"rankvar\": 335, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3806, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 298, \"group\": [3806.0, 710.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGACAGACC\", \"ini\": 5014, \"clust\": 5230, \"rank\": 1179, \"rankvar\": 1176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3807, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4398, \"group\": [5230.0, 1088.0, 188.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTGCAACGA\", \"ini\": 5013, \"clust\": 65, \"rank\": 972, \"rankvar\": 4853, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3808, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5156, \"group\": [63.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCATGCCACG\", \"ini\": 5012, \"clust\": 4921, \"rank\": 452, \"rankvar\": 3622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3809, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5032, \"group\": [4922.0, 927.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAGGTTAT\", \"ini\": 5011, \"clust\": 3125, \"rank\": 770, \"rankvar\": 609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3810, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 299, \"group\": [3123.0, 437.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCAACACTG\", \"ini\": 5010, \"clust\": 4998, \"rank\": 950, \"rankvar\": 178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3811, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4305, \"group\": [4998.0, 970.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGCGATCC\", \"ini\": 5009, \"clust\": 4, \"rank\": 1026, \"rankvar\": 4794, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3812, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5157, \"group\": [4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCTGCTGTC\", \"ini\": 5008, \"clust\": 4461, \"rank\": 305, \"rankvar\": 659, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3813, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4399, \"group\": [4462.0, 856.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGGTTAAGGGC\", \"ini\": 5007, \"clust\": 3966, \"rank\": 370, \"rankvar\": 1359, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3814, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2311, \"group\": [3969.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGCTAGCC\", \"ini\": 5006, \"clust\": 5044, \"rank\": 501, \"rankvar\": 84, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3815, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4400, \"group\": [5045.0, 989.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTACCGTTA\", \"ini\": 5005, \"clust\": 4054, \"rank\": 549, \"rankvar\": 545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3816, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2312, \"group\": [4053.0, 757.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGTTTCCTT\", \"ini\": 5004, \"clust\": 3124, \"rank\": 654, \"rankvar\": 18, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3817, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 300, \"group\": [3125.0, 437.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGTAGCCGA\", \"ini\": 5003, \"clust\": 5045, \"rank\": 541, \"rankvar\": 170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3818, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4401, \"group\": [5046.0, 990.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGGTTACCT\", \"ini\": 5002, \"clust\": 1549, \"rank\": 308, \"rankvar\": 4165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3819, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2829, \"group\": [1550.0, 169.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGATGGTC\", \"ini\": 5001, \"clust\": 1811, \"rank\": 688, \"rankvar\": 94, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 301, \"group\": [1811.0, 286.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTAGCGCTC\", \"ini\": 5000, \"clust\": 3940, \"rank\": 360, \"rankvar\": 1871, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3821, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2313, \"group\": [3938.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTAAACACA\", \"ini\": 4999, \"clust\": 4353, \"rank\": 631, \"rankvar\": 2040, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3822, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5033, \"group\": [4351.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTACAGAA\", \"ini\": 4998, \"clust\": 1778, \"rank\": 465, \"rankvar\": 176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 302, \"group\": [1782.0, 283.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGCCAGAA\", \"ini\": 4997, \"clust\": 1685, \"rank\": 439, \"rankvar\": 929, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 303, \"group\": [1685.0, 235.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTATCAGTTCGA\", \"ini\": 4996, \"clust\": 1740, \"rank\": 803, \"rankvar\": 131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3825, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 304, \"group\": [1743.0, 272.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCAGCCAGAA\", \"ini\": 4995, \"clust\": 3928, \"rank\": 665, \"rankvar\": 1234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3826, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2314, \"group\": [3928.0, 749.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTTTAGGAA\", \"ini\": 4994, \"clust\": 3902, \"rank\": 484, \"rankvar\": 1254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3827, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2315, \"group\": [3901.0, 743.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCGATATG\", \"ini\": 4993, \"clust\": 4962, \"rank\": 586, \"rankvar\": 500, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3828, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4402, \"group\": [4962.0, 946.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCGTTT\", \"ini\": 4992, \"clust\": 4359, \"rank\": 701, \"rankvar\": 2748, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3829, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5034, \"group\": [4358.0, 817.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGACTTGAA\", \"ini\": 4991, \"clust\": 3107, \"rank\": 755, \"rankvar\": 2017, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 305, \"group\": [3108.0, 430.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGTCACGCC\", \"ini\": 4990, \"clust\": 4326, \"rank\": 642, \"rankvar\": 4189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3831, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5035, \"group\": [4326.0, 812.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGAGTACAT\", \"ini\": 4989, \"clust\": 4124, \"rank\": 1271, \"rankvar\": 3791, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3832, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 7, \"group\": [4138.0, 780.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCAGTCCCT\", \"ini\": 4988, \"clust\": 1829, \"rank\": 739, \"rankvar\": 57, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 306, \"group\": [1831.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCCCAGCT\", \"ini\": 4987, \"clust\": 3803, \"rank\": 632, \"rankvar\": 253, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 307, \"group\": [3803.0, 710.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCCACCTCGGA\", \"ini\": 4986, \"clust\": 4967, \"rank\": 993, \"rankvar\": 204, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3835, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4403, \"group\": [4969.0, 949.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACGTGCACTTA\", \"ini\": 4985, \"clust\": 3841, \"rank\": 776, \"rankvar\": 2173, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3836, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2316, \"group\": [3839.0, 723.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCTGGCGTG\", \"ini\": 4984, \"clust\": 4013, \"rank\": 536, \"rankvar\": 519, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3837, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2317, \"group\": [4012.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACATAGC\", \"ini\": 4983, \"clust\": 5147, \"rank\": 1008, \"rankvar\": 211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3838, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4404, \"group\": [5147.0, 1025.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTACAGTTC\", \"ini\": 4982, \"clust\": 4993, \"rank\": 630, \"rankvar\": 161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3839, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4306, \"group\": [4993.0, 967.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCACCGTAA\", \"ini\": 4981, \"clust\": 4974, \"rank\": 808, \"rankvar\": 3681, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3840, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4307, \"group\": [4974.0, 952.0, 152.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCAAACCTAC\", \"ini\": 4980, \"clust\": 4994, \"rank\": 990, \"rankvar\": 72, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3841, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4308, \"group\": [4997.0, 969.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTTCCTTC\", \"ini\": 4979, \"clust\": 1770, \"rank\": 719, \"rankvar\": 167, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3842, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 308, \"group\": [1771.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACAAGACG\", \"ini\": 4978, \"clust\": 4128, \"rank\": 1037, \"rankvar\": 2869, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3843, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 8, \"group\": [4124.0, 777.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTATAGGGC\", \"ini\": 4977, \"clust\": 1839, \"rank\": 813, \"rankvar\": 107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3844, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 309, \"group\": [1839.0, 290.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCATGCATG\", \"ini\": 4976, \"clust\": 4023, \"rank\": 531, \"rankvar\": 1873, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3845, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2318, \"group\": [4022.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCGCATCG\", \"ini\": 4975, \"clust\": 3901, \"rank\": 515, \"rankvar\": 1183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3846, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2319, \"group\": [3903.0, 743.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTGGGATC\", \"ini\": 4974, \"clust\": 3126, \"rank\": 835, \"rankvar\": 852, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3847, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 310, \"group\": [3124.0, 437.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGGCAGTA\", \"ini\": 4973, \"clust\": 1741, \"rank\": 946, \"rankvar\": 243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3848, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 311, \"group\": [1741.0, 272.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCTTGTCAT\", \"ini\": 4972, \"clust\": 4338, \"rank\": 859, \"rankvar\": 5056, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3849, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5036, \"group\": [4336.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTAGTCCATAC\", \"ini\": 4971, \"clust\": 5063, \"rank\": 751, \"rankvar\": 187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3850, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4405, \"group\": [5066.0, 997.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCGCCGTGA\", \"ini\": 4970, \"clust\": 1860, \"rank\": 768, \"rankvar\": 171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3851, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 312, \"group\": [1860.0, 296.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGAG\", \"ini\": 4969, \"clust\": 4917, \"rank\": 323, \"rankvar\": 4286, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3852, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5037, \"group\": [4917.0, 925.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGCGAGAAA\", \"ini\": 4968, \"clust\": 4979, \"rank\": 871, \"rankvar\": 1322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3853, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2320, \"group\": [4981.0, 958.0, 153.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGGGAAACA\", \"ini\": 4967, \"clust\": 1786, \"rank\": 702, \"rankvar\": 274, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 313, \"group\": [1787.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGTCTGCT\", \"ini\": 4966, \"clust\": 52, \"rank\": 1416, \"rankvar\": 4929, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3855, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5158, \"group\": [51.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGAAGGTTT\", \"ini\": 4965, \"clust\": 5135, \"rank\": 1162, \"rankvar\": 503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3856, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4406, \"group\": [5137.0, 1018.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCTTCAACT\", \"ini\": 4964, \"clust\": 73, \"rank\": 1315, \"rankvar\": 4826, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3857, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5159, \"group\": [70.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCAAGAAGT\", \"ini\": 4963, \"clust\": 3908, \"rank\": 653, \"rankvar\": 281, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3858, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2321, \"group\": [3908.0, 744.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGGTCCAC\", \"ini\": 4962, \"clust\": 3996, \"rank\": 551, \"rankvar\": 2687, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3859, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2322, \"group\": [3995.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACGGTTTA\", \"ini\": 4961, \"clust\": 5033, \"rank\": 830, \"rankvar\": 826, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3860, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4407, \"group\": [5034.0, 984.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATTGGA\", \"ini\": 4960, \"clust\": 5023, \"rank\": 736, \"rankvar\": 298, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3861, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2323, \"group\": [5023.0, 981.0, 158.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTCTGCGGT\", \"ini\": 4959, \"clust\": 3952, \"rank\": 550, \"rankvar\": 1037, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3862, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2324, \"group\": [3956.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGAACAT\", \"ini\": 4958, \"clust\": 3897, \"rank\": 703, \"rankvar\": 164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3863, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2325, \"group\": [3899.0, 741.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCATTTA\", \"ini\": 4957, \"clust\": 5019, \"rank\": 877, \"rankvar\": 580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3864, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4309, \"group\": [5018.0, 978.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACAGACGCCT\", \"ini\": 4956, \"clust\": 1850, \"rank\": 889, \"rankvar\": 438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3865, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 314, \"group\": [1850.0, 293.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGATAT\", \"ini\": 4955, \"clust\": 9, \"rank\": 728, \"rankvar\": 415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 315, \"group\": [9.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCCTACAGA\", \"ini\": 4954, \"clust\": 3982, \"rank\": 567, \"rankvar\": 3710, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3867, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2326, \"group\": [3982.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGTGACCA\", \"ini\": 4953, \"clust\": 4999, \"rank\": 1334, \"rankvar\": 180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3868, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4310, \"group\": [4999.0, 970.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTCTCGTTC\", \"ini\": 4952, \"clust\": 1680, \"rank\": 724, \"rankvar\": 79, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 316, \"group\": [1680.0, 234.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAATCTACG\", \"ini\": 4951, \"clust\": 47, \"rank\": 1335, \"rankvar\": 4711, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3870, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5160, \"group\": [47.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATGGTTGT\", \"ini\": 4950, \"clust\": 3984, \"rank\": 800, \"rankvar\": 1118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3871, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2327, \"group\": [3984.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAGCACAT\", \"ini\": 4949, \"clust\": 1865, \"rank\": 753, \"rankvar\": 115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3872, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 317, \"group\": [1866.0, 299.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCCACGAAT\", \"ini\": 4948, \"clust\": 1851, \"rank\": 824, \"rankvar\": 190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 318, \"group\": [1851.0, 293.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCCAGTAG\", \"ini\": 4947, \"clust\": 3938, \"rank\": 517, \"rankvar\": 856, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3874, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2328, \"group\": [3943.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACATAGAAAC\", \"ini\": 4946, \"clust\": 1794, \"rank\": 598, \"rankvar\": 100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 319, \"group\": [1794.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGCACCAC\", \"ini\": 4945, \"clust\": 3929, \"rank\": 974, \"rankvar\": 1625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3876, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2329, \"group\": [3929.0, 749.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGTCGAGTG\", \"ini\": 4944, \"clust\": 4002, \"rank\": 548, \"rankvar\": 2565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3877, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2330, \"group\": [4000.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCAGCGACC\", \"ini\": 4943, \"clust\": 3909, \"rank\": 741, \"rankvar\": 486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3878, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2331, \"group\": [3909.0, 744.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAAACAC\", \"ini\": 4942, \"clust\": 3696, \"rank\": 1027, \"rankvar\": 2041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3879, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2332, \"group\": [3699.0, 689.0, 114.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTCCAGTAT\", \"ini\": 4941, \"clust\": 4336, \"rank\": 804, \"rankvar\": 4559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3880, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5038, \"group\": [4339.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGTGA\", \"ini\": 4940, \"clust\": 5031, \"rank\": 812, \"rankvar\": 116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3881, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4408, \"group\": [5036.0, 985.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTACGCCC\", \"ini\": 4939, \"clust\": 5138, \"rank\": 1309, \"rankvar\": 740, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3882, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4409, \"group\": [5138.0, 1019.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTAAGCACG\", \"ini\": 4938, \"clust\": 1728, \"rank\": 626, \"rankvar\": 252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3883, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 320, \"group\": [1728.0, 267.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCGGAAATA\", \"ini\": 4937, \"clust\": 4980, \"rank\": 805, \"rankvar\": 1400, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3884, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2333, \"group\": [4979.0, 956.0, 153.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGAATT\", \"ini\": 4936, \"clust\": 3980, \"rank\": 910, \"rankvar\": 981, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3885, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2334, \"group\": [3979.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTTCTGCGGCA\", \"ini\": 4935, \"clust\": 4339, \"rank\": 1062, \"rankvar\": 4997, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3886, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5039, \"group\": [4337.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACATAAAGGT\", \"ini\": 4934, \"clust\": 5011, \"rank\": 939, \"rankvar\": 6, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3887, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 321, \"group\": [5014.0, 976.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCAGCACAT\", \"ini\": 4933, \"clust\": 3912, \"rank\": 696, \"rankvar\": 1226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3888, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2335, \"group\": [3915.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGTTACGA\", \"ini\": 4932, \"clust\": 3941, \"rank\": 519, \"rankvar\": 1034, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3889, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2336, \"group\": [3939.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAGATGGGT\", \"ini\": 4931, \"clust\": 1842, \"rank\": 912, \"rankvar\": 554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 322, \"group\": [1842.0, 290.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTCAGATAA\", \"ini\": 4930, \"clust\": 1812, \"rank\": 846, \"rankvar\": 25, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 323, \"group\": [1812.0, 286.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCAGCTGCTG\", \"ini\": 4929, \"clust\": 3800, \"rank\": 655, \"rankvar\": 598, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3892, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2337, \"group\": [3799.0, 707.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCACCTAA\", \"ini\": 4928, \"clust\": 4953, \"rank\": 1237, \"rankvar\": 1374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3893, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4410, \"group\": [4954.0, 944.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGGTCCGT\", \"ini\": 4927, \"clust\": 1737, \"rank\": 1089, \"rankvar\": 376, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3894, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 324, \"group\": [1738.0, 271.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGACCCT\", \"ini\": 4926, \"clust\": 3122, \"rank\": 900, \"rankvar\": 1268, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 325, \"group\": [3127.0, 438.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTGGAGAA\", \"ini\": 4925, \"clust\": 3922, \"rank\": 722, \"rankvar\": 2218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3896, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2338, \"group\": [3921.0, 748.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGTGTGCC\", \"ini\": 4924, \"clust\": 3931, \"rank\": 742, \"rankvar\": 305, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3897, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2339, \"group\": [3932.0, 750.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGATTGCT\", \"ini\": 4923, \"clust\": 3810, \"rank\": 680, \"rankvar\": 3559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3898, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2340, \"group\": [3814.0, 712.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCGCATAA\", \"ini\": 4922, \"clust\": 4985, \"rank\": 817, \"rankvar\": 1508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3899, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4411, \"group\": [4986.0, 963.0, 155.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCGCTTGTC\", \"ini\": 4921, \"clust\": 1765, \"rank\": 849, \"rankvar\": 182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3900, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 326, \"group\": [1766.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAAATCCGT\", \"ini\": 4920, \"clust\": 4447, \"rank\": 643, \"rankvar\": 665, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3901, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4412, \"group\": [4447.0, 850.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTAAATGAC\", \"ini\": 4919, \"clust\": 1679, \"rank\": 1041, \"rankvar\": 154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 327, \"group\": [1682.0, 234.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGACTTTCG\", \"ini\": 4918, \"clust\": 48, \"rank\": 1287, \"rankvar\": 4849, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3903, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5161, \"group\": [48.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTCGGACG\", \"ini\": 4917, \"clust\": 1696, \"rank\": 924, \"rankvar\": 109, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 328, \"group\": [1695.0, 241.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCATGGGACA\", \"ini\": 4916, \"clust\": 4136, \"rank\": 1854, \"rankvar\": 4438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3905, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 9, \"group\": [4132.0, 779.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTTACAG\", \"ini\": 4915, \"clust\": 4360, \"rank\": 1050, \"rankvar\": 1411, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3906, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5040, \"group\": [4359.0, 817.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAATGAATG\", \"ini\": 4914, \"clust\": 1732, \"rank\": 1187, \"rankvar\": 633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3907, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 329, \"group\": [1732.0, 269.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCTTGCCGT\", \"ini\": 4913, \"clust\": 3101, \"rank\": 998, \"rankvar\": 1333, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 330, \"group\": [3101.0, 425.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGGGATA\", \"ini\": 4912, \"clust\": 5136, \"rank\": 1465, \"rankvar\": 829, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3909, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4413, \"group\": [5135.0, 1018.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCTGCCCA\", \"ini\": 4911, \"clust\": 5017, \"rank\": 1336, \"rankvar\": 330, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3910, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4311, \"group\": [5016.0, 977.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGGCTTGG\", \"ini\": 4910, \"clust\": 3919, \"rank\": 880, \"rankvar\": 1965, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3911, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2341, \"group\": [3916.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTTTGGCGC\", \"ini\": 4909, \"clust\": 4063, \"rank\": 1219, \"rankvar\": 1207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3912, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2342, \"group\": [4063.0, 759.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGCTCAACT\", \"ini\": 4908, \"clust\": 3949, \"rank\": 518, \"rankvar\": 1676, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3913, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2343, \"group\": [3950.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCAGAGGTG\", \"ini\": 4907, \"clust\": 12, \"rank\": 1076, \"rankvar\": 3934, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 331, \"group\": [13.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCTTAGCCC\", \"ini\": 4906, \"clust\": 1809, \"rank\": 893, \"rankvar\": 65, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 332, \"group\": [1810.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGATCCAT\", \"ini\": 4905, \"clust\": 1745, \"rank\": 1090, \"rankvar\": 208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 333, \"group\": [1746.0, 274.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACAAGCCC\", \"ini\": 4904, \"clust\": 5065, \"rank\": 1085, \"rankvar\": 378, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3917, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4414, \"group\": [5065.0, 997.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCAACCA\", \"ini\": 4903, \"clust\": 1817, \"rank\": 989, \"rankvar\": 801, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 334, \"group\": [1820.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTAACTCT\", \"ini\": 4902, \"clust\": 1752, \"rank\": 712, \"rankvar\": 60, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3919, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 335, \"group\": [1753.0, 278.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACTACAA\", \"ini\": 4901, \"clust\": 5141, \"rank\": 1245, \"rankvar\": 172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3920, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4415, \"group\": [5142.0, 1021.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCAGCTGGC\", \"ini\": 4900, \"clust\": 5, \"rank\": 1471, \"rankvar\": 4529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3921, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5162, \"group\": [5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGTTCGA\", \"ini\": 4899, \"clust\": 5051, \"rank\": 1065, \"rankvar\": 188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3922, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4416, \"group\": [5054.0, 994.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCCAACCAA\", \"ini\": 4898, \"clust\": 1846, \"rank\": 818, \"rankvar\": 206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3923, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 336, \"group\": [1849.0, 292.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCGAACGGA\", \"ini\": 4897, \"clust\": 4043, \"rank\": 692, \"rankvar\": 2133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3924, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2344, \"group\": [4043.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCGATAGC\", \"ini\": 4896, \"clust\": 1813, \"rank\": 832, \"rankvar\": 163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 337, \"group\": [1817.0, 287.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCGGGAGTA\", \"ini\": 4895, \"clust\": 3936, \"rank\": 475, \"rankvar\": 4290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3926, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2345, \"group\": [3936.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCGTCATC\", \"ini\": 4894, \"clust\": 4134, \"rank\": 1722, \"rankvar\": 2247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3927, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 10, \"group\": [4130.0, 779.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTAAGTGTA\", \"ini\": 4893, \"clust\": 3988, \"rank\": 663, \"rankvar\": 2021, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3928, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2346, \"group\": [3986.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGAAATG\", \"ini\": 4892, \"clust\": 4052, \"rank\": 953, \"rankvar\": 326, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3929, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2347, \"group\": [4052.0, 756.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAAATACAG\", \"ini\": 4891, \"clust\": 4126, \"rank\": 1328, \"rankvar\": 3223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3930, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 11, \"group\": [4121.0, 777.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATAGCAT\", \"ini\": 4890, \"clust\": 141, \"rank\": 657, \"rankvar\": 2633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3931, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2830, \"group\": [142.0, 31.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATATACCG\", \"ini\": 4889, \"clust\": 1710, \"rank\": 931, \"rankvar\": 272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3932, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 338, \"group\": [1713.0, 254.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGTACTTGC\", \"ini\": 4888, \"clust\": 4135, \"rank\": 1720, \"rankvar\": 4626, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3933, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 12, \"group\": [4131.0, 779.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTAACGA\", \"ini\": 4887, \"clust\": 4450, \"rank\": 936, \"rankvar\": 845, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3934, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4417, \"group\": [4449.0, 850.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGTGCAAC\", \"ini\": 4886, \"clust\": 1838, \"rank\": 1044, \"rankvar\": 726, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 339, \"group\": [1843.0, 290.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGGTTTC\", \"ini\": 4885, \"clust\": 1734, \"rank\": 1121, \"rankvar\": 16, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3936, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 340, \"group\": [1734.0, 270.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAACACTG\", \"ini\": 4884, \"clust\": 3108, \"rank\": 1030, \"rankvar\": 279, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 341, \"group\": [3109.0, 430.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTCGTACT\", \"ini\": 4883, \"clust\": 4031, \"rank\": 778, \"rankvar\": 687, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3938, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2348, \"group\": [4030.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAACTGGCC\", \"ini\": 4882, \"clust\": 4004, \"rank\": 762, \"rankvar\": 2479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2349, \"group\": [4004.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGAGAACG\", \"ini\": 4881, \"clust\": 1783, \"rank\": 932, \"rankvar\": 112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3940, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 342, \"group\": [1783.0, 284.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCGGGTCT\", \"ini\": 4880, \"clust\": 4987, \"rank\": 1010, \"rankvar\": 1739, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3941, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2831, \"group\": [4987.0, 964.0, 155.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTCTTGTCC\", \"ini\": 4879, \"clust\": 5035, \"rank\": 922, \"rankvar\": 230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3942, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4418, \"group\": [5033.0, 984.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCGGAAATA\", \"ini\": 4878, \"clust\": 1861, \"rank\": 1023, \"rankvar\": 258, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 343, \"group\": [1861.0, 296.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACGAGGTA\", \"ini\": 4877, \"clust\": 5014, \"rank\": 1284, \"rankvar\": 283, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3944, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4312, \"group\": [5021.0, 979.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGCGAACA\", \"ini\": 4876, \"clust\": 3992, \"rank\": 1074, \"rankvar\": 1883, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3945, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2350, \"group\": [3994.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGGTTCGG\", \"ini\": 4875, \"clust\": 4346, \"rank\": 923, \"rankvar\": 3889, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3946, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5041, \"group\": [4344.0, 815.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGTTACCT\", \"ini\": 4874, \"clust\": 3896, \"rank\": 907, \"rankvar\": 460, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3947, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2351, \"group\": [3900.0, 742.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTTTGC\", \"ini\": 4873, \"clust\": 5049, \"rank\": 1165, \"rankvar\": 136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3948, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4419, \"group\": [5050.0, 993.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGCCTGAG\", \"ini\": 4872, \"clust\": 1704, \"rank\": 1491, \"rankvar\": 1057, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 344, \"group\": [1705.0, 250.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTAATGA\", \"ini\": 4871, \"clust\": 5020, \"rank\": 987, \"rankvar\": 143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3950, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4313, \"group\": [5019.0, 978.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGGCTACG\", \"ini\": 4870, \"clust\": 5148, \"rank\": 1494, \"rankvar\": 1484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3951, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4420, \"group\": [5148.0, 1025.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTTGGGCC\", \"ini\": 4869, \"clust\": 1852, \"rank\": 1100, \"rankvar\": 89, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3952, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 345, \"group\": [1853.0, 294.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGCCCAATT\", \"ini\": 4868, \"clust\": 4055, \"rank\": 1246, \"rankvar\": 456, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3953, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2352, \"group\": [4054.0, 757.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGGGTGT\", \"ini\": 4867, \"clust\": 4007, \"rank\": 948, \"rankvar\": 2208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3954, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2353, \"group\": [4006.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCATGGTCA\", \"ini\": 4866, \"clust\": 1759, \"rank\": 1167, \"rankvar\": 351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3955, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 346, \"group\": [1761.0, 280.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAAGGTTCT\", \"ini\": 4865, \"clust\": 4056, \"rank\": 956, \"rankvar\": 2158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3956, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2354, \"group\": [4056.0, 758.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATTGGGCC\", \"ini\": 4864, \"clust\": 4914, \"rank\": 960, \"rankvar\": 799, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3957, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4421, \"group\": [4915.0, 923.0, 147.0, 33.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACACGAAACG\", \"ini\": 4863, \"clust\": 3932, \"rank\": 847, \"rankvar\": 1130, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3958, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2355, \"group\": [3930.0, 750.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCAAGAT\", \"ini\": 4862, \"clust\": 4942, \"rank\": 1247, \"rankvar\": 1106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3959, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4422, \"group\": [4945.0, 939.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGTACGATA\", \"ini\": 4861, \"clust\": 3997, \"rank\": 881, \"rankvar\": 1450, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3960, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2356, \"group\": [3996.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCAGCATACT\", \"ini\": 4860, \"clust\": 4017, \"rank\": 856, \"rankvar\": 1661, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3961, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2357, \"group\": [4016.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTCTCTTTA\", \"ini\": 4859, \"clust\": 1681, \"rank\": 1021, \"rankvar\": 639, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 347, \"group\": [1681.0, 234.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCACTTACGA\", \"ini\": 4858, \"clust\": 1784, \"rank\": 1097, \"rankvar\": 151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 348, \"group\": [1784.0, 284.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGGGTTAG\", \"ini\": 4857, \"clust\": 3698, \"rank\": 1501, \"rankvar\": 1725, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3964, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4314, \"group\": [3696.0, 687.0, 114.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATTTGCCC\", \"ini\": 4856, \"clust\": 3985, \"rank\": 1001, \"rankvar\": 1161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3965, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2358, \"group\": [3985.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCAATACCG\", \"ini\": 4855, \"clust\": 1773, \"rank\": 967, \"rankvar\": 191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 349, \"group\": [1774.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCACGTTGGC\", \"ini\": 4854, \"clust\": 4976, \"rank\": 1260, \"rankvar\": 1070, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 350, \"group\": [4977.0, 954.0, 152.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGATAATG\", \"ini\": 4853, \"clust\": 3123, \"rank\": 1205, \"rankvar\": 1295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 351, \"group\": [3126.0, 437.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCCGTTAA\", \"ini\": 4852, \"clust\": 4005, \"rank\": 766, \"rankvar\": 901, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3969, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2359, \"group\": [4005.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTGTTTGGT\", \"ini\": 4851, \"clust\": 3934, \"rank\": 468, \"rankvar\": 3163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3970, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2360, \"group\": [3934.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCGGTCTAA\", \"ini\": 4850, \"clust\": 3923, \"rank\": 710, \"rankvar\": 1390, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3971, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2361, \"group\": [3922.0, 748.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACCACTTAAGC\", \"ini\": 4849, \"clust\": 3824, \"rank\": 1129, \"rankvar\": 2509, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3972, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2362, \"group\": [3823.0, 717.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATTTCACT\", \"ini\": 4848, \"clust\": 1869, \"rank\": 971, \"rankvar\": 138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3973, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 352, \"group\": [1869.0, 299.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAAGTAGT\", \"ini\": 4847, \"clust\": 4354, \"rank\": 1018, \"rankvar\": 1455, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3974, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5042, \"group\": [4352.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGGATGG\", \"ini\": 4846, \"clust\": 4451, \"rank\": 1183, \"rankvar\": 925, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3975, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4423, \"group\": [4455.0, 853.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCCCATTAT\", \"ini\": 4845, \"clust\": 3120, \"rank\": 1427, \"rankvar\": 356, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3976, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 353, \"group\": [3120.0, 435.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCTGCAAT\", \"ini\": 4844, \"clust\": 1855, \"rank\": 1185, \"rankvar\": 288, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 354, \"group\": [1855.0, 294.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCATCGGAAG\", \"ini\": 4843, \"clust\": 4001, \"rank\": 693, \"rankvar\": 2816, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2363, \"group\": [4002.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTGAGTTC\", \"ini\": 4842, \"clust\": 1870, \"rank\": 1011, \"rankvar\": 403, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 355, \"group\": [1871.0, 300.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCATGAT\", \"ini\": 4841, \"clust\": 1753, \"rank\": 965, \"rankvar\": 293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 356, \"group\": [1754.0, 278.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTCCGTT\", \"ini\": 4840, \"clust\": 1719, \"rank\": 1298, \"rankvar\": 533, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 357, \"group\": [1721.0, 261.0, 50.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACGGTTTA\", \"ini\": 4839, \"clust\": 1682, \"rank\": 1083, \"rankvar\": 168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 358, \"group\": [1683.0, 234.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCGAACC\", \"ini\": 4838, \"clust\": 5139, \"rank\": 1506, \"rankvar\": 229, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3983, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4424, \"group\": [5139.0, 1019.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTCATAGACTC\", \"ini\": 4837, \"clust\": 3920, \"rank\": 978, \"rankvar\": 2215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3984, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2364, \"group\": [3917.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGGCTAGGT\", \"ini\": 4836, \"clust\": 1693, \"rank\": 896, \"rankvar\": 1011, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 359, \"group\": [1697.0, 242.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATCCGCGA\", \"ini\": 4835, \"clust\": 1815, \"rank\": 1234, \"rankvar\": 73, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3986, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 360, \"group\": [1814.0, 287.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCCTTCAAT\", \"ini\": 4834, \"clust\": 1677, \"rank\": 1112, \"rankvar\": 201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3987, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 361, \"group\": [1674.0, 232.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGAACCTT\", \"ini\": 4833, \"clust\": 5145, \"rank\": 2105, \"rankvar\": 3860, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3988, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4425, \"group\": [5145.0, 1024.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGGTCTCG\", \"ini\": 4832, \"clust\": 5166, \"rank\": 1490, \"rankvar\": 334, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3989, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 362, \"group\": [5167.0, 1039.0, 168.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTATCACCA\", \"ini\": 4831, \"clust\": 1840, \"rank\": 1206, \"rankvar\": 528, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3990, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 363, \"group\": [1840.0, 290.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGGAGCGAG\", \"ini\": 4830, \"clust\": 4989, \"rank\": 1358, \"rankvar\": 358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3991, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4315, \"group\": [4990.0, 966.0, 156.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCATGAACCT\", \"ini\": 4829, \"clust\": 4132, \"rank\": 1806, \"rankvar\": 2898, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3992, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 13, \"group\": [4128.0, 778.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTTGCGTTA\", \"ini\": 4828, \"clust\": 1856, \"rank\": 1389, \"rankvar\": 220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3993, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 364, \"group\": [1856.0, 294.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGGCCGAT\", \"ini\": 4827, \"clust\": 1758, \"rank\": 1325, \"rankvar\": 354, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 365, \"group\": [1762.0, 280.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGGCCGAT\", \"ini\": 4826, \"clust\": 3917, \"rank\": 930, \"rankvar\": 673, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3995, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2365, \"group\": [3913.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGCTTTC\", \"ini\": 4825, \"clust\": 4025, \"rank\": 996, \"rankvar\": 1408, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3996, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2366, \"group\": [4025.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTGCCTGTG\", \"ini\": 4824, \"clust\": 4027, \"rank\": 1196, \"rankvar\": 2269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3997, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2367, \"group\": [4027.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTACTGAC\", \"ini\": 4823, \"clust\": 4951, \"rank\": 1223, \"rankvar\": 578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3998, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4426, \"group\": [4951.0, 943.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCGTCCAGG\", \"ini\": 4822, \"clust\": 5132, \"rank\": 1688, \"rankvar\": 2440, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3999, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4427, \"group\": [5133.0, 1017.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCACCCTCA\", \"ini\": 4821, \"clust\": 3998, \"rank\": 1047, \"rankvar\": 1856, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4000, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2368, \"group\": [4003.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCTTGCGG\", \"ini\": 4820, \"clust\": 3939, \"rank\": 672, \"rankvar\": 912, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4001, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2369, \"group\": [3940.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTACTCAAC\", \"ini\": 4819, \"clust\": 4970, \"rank\": 962, \"rankvar\": 515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4002, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4428, \"group\": [4972.0, 950.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGAGTTGGC\", \"ini\": 4818, \"clust\": 4046, \"rank\": 769, \"rankvar\": 2286, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4003, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2370, \"group\": [4045.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGATATGGT\", \"ini\": 4817, \"clust\": 3419, \"rank\": 1379, \"rankvar\": 2007, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4004, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2371, \"group\": [3420.0, 554.0, 85.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCGCTTTC\", \"ini\": 4816, \"clust\": 4328, \"rank\": 1222, \"rankvar\": 4496, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4005, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5043, \"group\": [4329.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAAGCCGTC\", \"ini\": 4815, \"clust\": 3855, \"rank\": 1168, \"rankvar\": 1898, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4006, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2372, \"group\": [3853.0, 727.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCAGGGTGTTG\", \"ini\": 4814, \"clust\": 4068, \"rank\": 1385, \"rankvar\": 2740, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4007, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2373, \"group\": [4068.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCATGTCTT\", \"ini\": 4813, \"clust\": 74, \"rank\": 1823, \"rankvar\": 4595, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4008, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5163, \"group\": [71.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGGCGCTCT\", \"ini\": 4812, \"clust\": 4438, \"rank\": 1317, \"rankvar\": 1041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4009, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4429, \"group\": [4437.0, 848.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGGTGCGCTTG\", \"ini\": 4811, \"clust\": 3905, \"rank\": 1009, \"rankvar\": 812, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4010, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2374, \"group\": [3905.0, 744.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCTAAAGA\", \"ini\": 4810, \"clust\": 3102, \"rank\": 1605, \"rankvar\": 194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4011, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 366, \"group\": [3102.0, 425.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACTGCCAG\", \"ini\": 4809, \"clust\": 1743, \"rank\": 1347, \"rankvar\": 325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 367, \"group\": [1744.0, 273.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATTACCTT\", \"ini\": 4808, \"clust\": 1819, \"rank\": 1040, \"rankvar\": 152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4013, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 368, \"group\": [1819.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGCGATTCT\", \"ini\": 4807, \"clust\": 4456, \"rank\": 1013, \"rankvar\": 349, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4014, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4430, \"group\": [4460.0, 854.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTCCGTAT\", \"ini\": 4806, \"clust\": 1871, \"rank\": 1225, \"rankvar\": 43, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 369, \"group\": [1872.0, 300.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATGCCTTC\", \"ini\": 4805, \"clust\": 5231, \"rank\": 1951, \"rankvar\": 655, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4016, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4431, \"group\": [5231.0, 1088.0, 188.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCGATATA\", \"ini\": 4804, \"clust\": 1854, \"rank\": 1352, \"rankvar\": 388, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4017, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 370, \"group\": [1857.0, 294.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACCAGATT\", \"ini\": 4803, \"clust\": 4009, \"rank\": 823, \"rankvar\": 1284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4018, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2375, \"group\": [4009.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCCACTCCA\", \"ini\": 4802, \"clust\": 3805, \"rank\": 892, \"rankvar\": 350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 371, \"group\": [3809.0, 710.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCCTAATT\", \"ini\": 4801, \"clust\": 1738, \"rank\": 1311, \"rankvar\": 419, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 372, \"group\": [1739.0, 271.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGGTTAAC\", \"ini\": 4800, \"clust\": 1746, \"rank\": 1680, \"rankvar\": 235, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 373, \"group\": [1747.0, 274.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGGGTGTGT\", \"ini\": 4799, \"clust\": 4083, \"rank\": 1445, \"rankvar\": 1328, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4022, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2376, \"group\": [4085.0, 764.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTTATGCGT\", \"ini\": 4798, \"clust\": 3798, \"rank\": 1256, \"rankvar\": 2518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4023, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2377, \"group\": [3800.0, 708.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCAGACCTTTG\", \"ini\": 4797, \"clust\": 4049, \"rank\": 1103, \"rankvar\": 1707, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4024, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2378, \"group\": [4048.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCACATGACT\", \"ini\": 4796, \"clust\": 4138, \"rank\": 1845, \"rankvar\": 4631, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4025, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 14, \"group\": [4137.0, 779.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGAGACTTA\", \"ini\": 4795, \"clust\": 4355, \"rank\": 1628, \"rankvar\": 3672, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4026, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5044, \"group\": [4357.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTAATTGGA\", \"ini\": 4794, \"clust\": 3987, \"rank\": 1123, \"rankvar\": 2739, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4027, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2379, \"group\": [3988.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTTTAGGG\", \"ini\": 4793, \"clust\": 4026, \"rank\": 929, \"rankvar\": 2199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4028, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2380, \"group\": [4026.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTTGCT\", \"ini\": 4792, \"clust\": 1853, \"rank\": 1331, \"rankvar\": 33, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4029, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 374, \"group\": [1854.0, 294.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTCATTCA\", \"ini\": 4791, \"clust\": 1866, \"rank\": 1278, \"rankvar\": 238, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4030, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 375, \"group\": [1867.0, 299.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCAATGAATG\", \"ini\": 4790, \"clust\": 70, \"rank\": 1869, \"rankvar\": 4919, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4031, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5164, \"group\": [67.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATAAAGG\", \"ini\": 4789, \"clust\": 5146, \"rank\": 1919, \"rankvar\": 398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4032, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4432, \"group\": [5146.0, 1024.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTACAGTGG\", \"ini\": 4788, \"clust\": 5127, \"rank\": 1509, \"rankvar\": 97, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4033, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4433, \"group\": [5127.0, 1012.0, 163.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCACAGGCCT\", \"ini\": 4787, \"clust\": 4058, \"rank\": 1054, \"rankvar\": 1713, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4034, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2381, \"group\": [4058.0, 758.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACAGAGGT\", \"ini\": 4786, \"clust\": 4930, \"rank\": 801, \"rankvar\": 1199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4035, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4434, \"group\": [4931.0, 931.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCACCGGGT\", \"ini\": 4785, \"clust\": 1694, \"rank\": 1217, \"rankvar\": 231, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4036, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 376, \"group\": [1693.0, 241.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTAGGGTG\", \"ini\": 4784, \"clust\": 4351, \"rank\": 1052, \"rankvar\": 4583, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4037, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5045, \"group\": [4354.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGTCGCTG\", \"ini\": 4783, \"clust\": 3926, \"rank\": 1324, \"rankvar\": 2058, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4038, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2382, \"group\": [3926.0, 749.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCGTTTAC\", \"ini\": 4782, \"clust\": 1543, \"rank\": 879, \"rankvar\": 4602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4039, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2832, \"group\": [1542.0, 163.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACAGCTCGAC\", \"ini\": 4781, \"clust\": 5128, \"rank\": 1737, \"rankvar\": 640, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4040, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4435, \"group\": [5128.0, 1012.0, 163.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGTTAACC\", \"ini\": 4780, \"clust\": 4334, \"rank\": 1584, \"rankvar\": 4780, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4041, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5046, \"group\": [4334.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAGGGTAC\", \"ini\": 4779, \"clust\": 4918, \"rank\": 858, \"rankvar\": 3531, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4042, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2383, \"group\": [4918.0, 925.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTTCCGTCT\", \"ini\": 4778, \"clust\": 4966, \"rank\": 1364, \"rankvar\": 184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4043, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4436, \"group\": [4973.0, 951.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCTTGCAAG\", \"ini\": 4777, \"clust\": 4085, \"rank\": 1141, \"rankvar\": 1674, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4044, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2384, \"group\": [4082.0, 764.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGTCTCT\", \"ini\": 4776, \"clust\": 4380, \"rank\": 1184, \"rankvar\": 4894, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4045, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5047, \"group\": [4381.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTGATAAAC\", \"ini\": 4775, \"clust\": 4044, \"rank\": 1014, \"rankvar\": 2656, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4046, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2385, \"group\": [4044.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCTCGTATT\", \"ini\": 4774, \"clust\": 19, \"rank\": 1353, \"rankvar\": 4543, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4047, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5165, \"group\": [20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCAAACGGG\", \"ini\": 4773, \"clust\": 1723, \"rank\": 1355, \"rankvar\": 382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 377, \"group\": [1723.0, 263.0, 51.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGTGGTAAT\", \"ini\": 4772, \"clust\": 1697, \"rank\": 1169, \"rankvar\": 822, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4049, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 378, \"group\": [1696.0, 241.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTCTTTCAT\", \"ini\": 4771, \"clust\": 1849, \"rank\": 1194, \"rankvar\": 55, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4050, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 379, \"group\": [1852.0, 293.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTCACGCC\", \"ini\": 4770, \"clust\": 3846, \"rank\": 1096, \"rankvar\": 1548, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4051, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2386, \"group\": [3844.0, 724.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTGCCAGA\", \"ini\": 4769, \"clust\": 4329, \"rank\": 1912, \"rankvar\": 4920, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4052, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5048, \"group\": [4330.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATCGATTG\", \"ini\": 4768, \"clust\": 1665, \"rank\": 1067, \"rankvar\": 183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4053, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4316, \"group\": [1664.0, 224.0, 45.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATCGATTG\", \"ini\": 4767, \"clust\": 3986, \"rank\": 1068, \"rankvar\": 1786, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4054, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2387, \"group\": [3989.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTCATCGTCGG\", \"ini\": 4766, \"clust\": 3927, \"rank\": 1368, \"rankvar\": 1377, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4055, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2388, \"group\": [3927.0, 749.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGTACTCT\", \"ini\": 4765, \"clust\": 4131, \"rank\": 1846, \"rankvar\": 4523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4056, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 15, \"group\": [4127.0, 777.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAAGCAGGTCA\", \"ini\": 4764, \"clust\": 5123, \"rank\": 1654, \"rankvar\": 276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4057, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 380, \"group\": [5125.0, 1010.0, 162.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCAACACGT\", \"ini\": 4763, \"clust\": 4088, \"rank\": 1516, \"rankvar\": 2693, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4058, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2389, \"group\": [4087.0, 765.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTGGGATC\", \"ini\": 4762, \"clust\": 1742, \"rank\": 1880, \"rankvar\": 316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 381, \"group\": [1742.0, 272.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGCGATAGC\", \"ini\": 4761, \"clust\": 4032, \"rank\": 1110, \"rankvar\": 2875, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4060, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2390, \"group\": [4036.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCGCATGGC\", \"ini\": 4760, \"clust\": 4086, \"rank\": 1235, \"rankvar\": 2942, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4061, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2391, \"group\": [4083.0, 764.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTAAGGGAA\", \"ini\": 4759, \"clust\": 4320, \"rank\": 1036, \"rankvar\": 4698, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4062, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5049, \"group\": [4323.0, 811.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCCTTGAT\", \"ini\": 4758, \"clust\": 3328, \"rank\": 2270, \"rankvar\": 1203, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4063, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 382, \"group\": [3330.0, 509.0, 75.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGCTAAACA\", \"ini\": 4757, \"clust\": 4347, \"rank\": 1257, \"rankvar\": 4477, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4064, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5050, \"group\": [4345.0, 815.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTAGCTAAA\", \"ini\": 4756, \"clust\": 1721, \"rank\": 1515, \"rankvar\": 246, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4065, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 383, \"group\": [1720.0, 260.0, 50.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATCCCGC\", \"ini\": 4755, \"clust\": 1844, \"rank\": 1095, \"rankvar\": 67, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4066, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 384, \"group\": [1844.0, 291.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGAGTACCG\", \"ini\": 4754, \"clust\": 4986, \"rank\": 1232, \"rankvar\": 1445, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4067, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2833, \"group\": [4989.0, 965.0, 155.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCATGCTGGC\", \"ini\": 4753, \"clust\": 3813, \"rank\": 903, \"rankvar\": 1745, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4068, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2392, \"group\": [3812.0, 711.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGGATGGA\", \"ini\": 4752, \"clust\": 3924, \"rank\": 1564, \"rankvar\": 2817, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4069, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2393, \"group\": [3924.0, 749.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTCACCCATTC\", \"ini\": 4751, \"clust\": 4047, \"rank\": 1066, \"rankvar\": 1669, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4070, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2394, \"group\": [4046.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTTAGTGGG\", \"ini\": 4750, \"clust\": 5124, \"rank\": 1850, \"rankvar\": 214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 385, \"group\": [5123.0, 1008.0, 162.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCGACA\", \"ini\": 4749, \"clust\": 4003, \"rank\": 865, \"rankvar\": 3515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4072, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2395, \"group\": [4001.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGTTTCCTT\", \"ini\": 4748, \"clust\": 1725, \"rank\": 1003, \"rankvar\": 421, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4073, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 386, \"group\": [1726.0, 265.0, 51.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGCACGTCAGC\", \"ini\": 4747, \"clust\": 3826, \"rank\": 1678, \"rankvar\": 1851, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4074, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2396, \"group\": [3825.0, 717.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCCAAAT\", \"ini\": 4746, \"clust\": 3817, \"rank\": 1381, \"rankvar\": 2969, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4075, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2397, \"group\": [3817.0, 714.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTCTCTTAT\", \"ini\": 4745, \"clust\": 3840, \"rank\": 1124, \"rankvar\": 413, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4076, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2398, \"group\": [3841.0, 723.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCAACGGCC\", \"ini\": 4744, \"clust\": 142, \"rank\": 1356, \"rankvar\": 2587, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4077, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2834, \"group\": [143.0, 31.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCGAACGC\", \"ini\": 4743, \"clust\": 3326, \"rank\": 2113, \"rankvar\": 794, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4078, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 387, \"group\": [3325.0, 506.0, 75.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCGCAAACT\", \"ini\": 4742, \"clust\": 4075, \"rank\": 1405, \"rankvar\": 2169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4079, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2399, \"group\": [4076.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCACACGC\", \"ini\": 4741, \"clust\": 4358, \"rank\": 1597, \"rankvar\": 1556, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4080, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5051, \"group\": [4360.0, 817.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACCACCAG\", \"ini\": 4740, \"clust\": 4330, \"rank\": 1093, \"rankvar\": 4536, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4081, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5052, \"group\": [4340.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGGCAAAC\", \"ini\": 4739, \"clust\": 4342, \"rank\": 1307, \"rankvar\": 3936, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4082, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5053, \"group\": [4341.0, 814.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGCGTAAG\", \"ini\": 4738, \"clust\": 4952, \"rank\": 1255, \"rankvar\": 367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4083, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4437, \"group\": [4952.0, 943.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTGGTCCGT\", \"ini\": 4737, \"clust\": 1705, \"rank\": 1529, \"rankvar\": 1119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4084, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 388, \"group\": [1706.0, 250.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGTGTGGCA\", \"ini\": 4736, \"clust\": 4436, \"rank\": 1341, \"rankvar\": 1623, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4085, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4438, \"group\": [4451.0, 851.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAATGAATG\", \"ini\": 4735, \"clust\": 4945, \"rank\": 1504, \"rankvar\": 1273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4439, \"group\": [4950.0, 942.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAAACCCAT\", \"ini\": 4734, \"clust\": 4127, \"rank\": 1594, \"rankvar\": 3508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4087, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 16, \"group\": [4122.0, 777.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCTCCAGGG\", \"ini\": 4733, \"clust\": 5159, \"rank\": 1775, \"rankvar\": 1191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4088, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 389, \"group\": [5160.0, 1033.0, 166.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGCCAGTTT\", \"ini\": 4732, \"clust\": 4356, \"rank\": 1617, \"rankvar\": 3494, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4089, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5054, \"group\": [4355.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTACATGAACCT\", \"ini\": 4731, \"clust\": 1676, \"rank\": 1425, \"rankvar\": 127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4090, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 390, \"group\": [1676.0, 232.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGAATAGGG\", \"ini\": 4730, \"clust\": 1708, \"rank\": 1524, \"rankvar\": 1836, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4091, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 391, \"group\": [1709.0, 252.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGCTGGA\", \"ini\": 4729, \"clust\": 4462, \"rank\": 1031, \"rankvar\": 396, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4092, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4440, \"group\": [4463.0, 856.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTACCGGCT\", \"ini\": 4728, \"clust\": 3907, \"rank\": 1087, \"rankvar\": 970, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4093, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2400, \"group\": [3907.0, 744.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGGTGGAT\", \"ini\": 4727, \"clust\": 4463, \"rank\": 780, \"rankvar\": 998, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4094, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4441, \"group\": [4464.0, 857.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGAGGTTAT\", \"ini\": 4726, \"clust\": 3993, \"rank\": 1295, \"rankvar\": 1382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4095, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2401, \"group\": [3992.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCAAAGACA\", \"ini\": 4725, \"clust\": 3854, \"rank\": 1267, \"rankvar\": 2717, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4096, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2402, \"group\": [3855.0, 727.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTGATCGG\", \"ini\": 4724, \"clust\": 53, \"rank\": 2060, \"rankvar\": 4994, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4097, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5166, \"group\": [52.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAGGTCGTC\", \"ini\": 4723, \"clust\": 4045, \"rank\": 1116, \"rankvar\": 1668, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4098, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2403, \"group\": [4047.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTTCCACGG\", \"ini\": 4722, \"clust\": 1664, \"rank\": 1511, \"rankvar\": 1297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4099, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4317, \"group\": [1666.0, 226.0, 45.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACAGCGTC\", \"ini\": 4721, \"clust\": 4321, \"rank\": 1441, \"rankvar\": 4683, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4100, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5055, \"group\": [4321.0, 811.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCCCTAATT\", \"ini\": 4720, \"clust\": 4935, \"rank\": 1482, \"rankvar\": 897, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4101, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4442, \"group\": [4936.0, 935.0, 149.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAAAGCGGT\", \"ini\": 4719, \"clust\": 1873, \"rank\": 1224, \"rankvar\": 526, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4102, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 392, \"group\": [1873.0, 301.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACGACGT\", \"ini\": 4718, \"clust\": 5164, \"rank\": 1768, \"rankvar\": 1479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 393, \"group\": [5164.0, 1037.0, 167.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCACTCTTA\", \"ini\": 4717, \"clust\": 3842, \"rank\": 1462, \"rankvar\": 1320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4104, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2404, \"group\": [3840.0, 723.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTTCAGACT\", \"ini\": 4716, \"clust\": 4129, \"rank\": 1834, \"rankvar\": 2200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4105, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 17, \"group\": [4125.0, 777.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCATGCAACT\", \"ini\": 4715, \"clust\": 4439, \"rank\": 1191, \"rankvar\": 386, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4443, \"group\": [4438.0, 848.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCACCCT\", \"ini\": 4714, \"clust\": 4010, \"rank\": 961, \"rankvar\": 1155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4107, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2405, \"group\": [4010.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGGCTTC\", \"ini\": 4713, \"clust\": 4038, \"rank\": 954, \"rankvar\": 1280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4108, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2406, \"group\": [4038.0, 754.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCCAGTTA\", \"ini\": 4712, \"clust\": 4091, \"rank\": 1215, \"rankvar\": 4289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4109, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2407, \"group\": [4090.0, 766.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTAGCTAGGCA\", \"ini\": 4711, \"clust\": 3847, \"rank\": 1306, \"rankvar\": 1567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4110, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2408, \"group\": [3845.0, 724.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGCGGCTTC\", \"ini\": 4710, \"clust\": 69, \"rank\": 1774, \"rankvar\": 5046, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4111, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5167, \"group\": [69.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAGCCCAC\", \"ini\": 4709, \"clust\": 4853, \"rank\": 1596, \"rankvar\": 441, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4112, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4444, \"group\": [4856.0, 894.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCCACCGTTGG\", \"ini\": 4708, \"clust\": 1733, \"rank\": 1934, \"rankvar\": 159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 394, \"group\": [1736.0, 270.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGCGCCTTG\", \"ini\": 4707, \"clust\": 4348, \"rank\": 1881, \"rankvar\": 3742, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4114, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5056, \"group\": [4350.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGAACTCGG\", \"ini\": 4706, \"clust\": 4036, \"rank\": 1354, \"rankvar\": 2471, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4115, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2409, \"group\": [4033.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTATCTG\", \"ini\": 4705, \"clust\": 1867, \"rank\": 1629, \"rankvar\": 223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 395, \"group\": [1870.0, 299.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTCGGCTCA\", \"ini\": 4704, \"clust\": 3925, \"rank\": 1428, \"rankvar\": 2395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4117, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2410, \"group\": [3925.0, 749.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTTCCAACA\", \"ini\": 4703, \"clust\": 4357, \"rank\": 1937, \"rankvar\": 3184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4118, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5057, \"group\": [4356.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCCTGCAGG\", \"ini\": 4702, \"clust\": 1735, \"rank\": 1779, \"rankvar\": 52, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 396, \"group\": [1735.0, 270.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGAGGTAGA\", \"ini\": 4701, \"clust\": 4008, \"rank\": 1399, \"rankvar\": 622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4120, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2411, \"group\": [4007.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACATGCAATC\", \"ini\": 4700, \"clust\": 1692, \"rank\": 1495, \"rankvar\": 860, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 397, \"group\": [1698.0, 243.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTTTAAGCC\", \"ini\": 4699, \"clust\": 4028, \"rank\": 1475, \"rankvar\": 1113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4122, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2412, \"group\": [4028.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTTCATGGT\", \"ini\": 4698, \"clust\": 3814, \"rank\": 750, \"rankvar\": 2936, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4123, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2096, \"group\": [3813.0, 711.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCTGCAGG\", \"ini\": 4697, \"clust\": 5137, \"rank\": 1943, \"rankvar\": 54, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4124, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4445, \"group\": [5136.0, 1018.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGAGAACAG\", \"ini\": 4696, \"clust\": 4851, \"rank\": 1106, \"rankvar\": 957, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4125, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4446, \"group\": [4852.0, 893.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGAGAGCAATT\", \"ini\": 4695, \"clust\": 1675, \"rank\": 1522, \"rankvar\": 442, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4126, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 398, \"group\": [1677.0, 232.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAACGCGA\", \"ini\": 4694, \"clust\": 1716, \"rank\": 1519, \"rankvar\": 858, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 399, \"group\": [1716.0, 256.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCAGTTTGG\", \"ini\": 4693, \"clust\": 4955, \"rank\": 1927, \"rankvar\": 910, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4447, \"group\": [4958.0, 945.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCCTCAACC\", \"ini\": 4692, \"clust\": 4455, \"rank\": 1175, \"rankvar\": 1950, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4448, \"group\": [4461.0, 855.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAGCCTTTC\", \"ini\": 4691, \"clust\": 4059, \"rank\": 1303, \"rankvar\": 1757, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4130, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2413, \"group\": [4059.0, 758.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATAGGAG\", \"ini\": 4690, \"clust\": 13, \"rank\": 1064, \"rankvar\": 3887, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4131, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 400, \"group\": [11.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTCTCATCC\", \"ini\": 4689, \"clust\": 4948, \"rank\": 1614, \"rankvar\": 2106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4132, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2414, \"group\": [4946.0, 940.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCGGCATCG\", \"ini\": 4688, \"clust\": 1671, \"rank\": 1404, \"rankvar\": 1654, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 401, \"group\": [1672.0, 230.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTTCGCTAA\", \"ini\": 4687, \"clust\": 3933, \"rank\": 1502, \"rankvar\": 627, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4134, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2415, \"group\": [3931.0, 750.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGCGATG\", \"ini\": 4686, \"clust\": 71, \"rank\": 2142, \"rankvar\": 5058, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4135, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5168, \"group\": [68.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAGTCAGCC\", \"ini\": 4685, \"clust\": 3692, \"rank\": 1988, \"rankvar\": 1122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 402, \"group\": [3692.0, 683.0, 112.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAACTGCTA\", \"ini\": 4684, \"clust\": 4041, \"rank\": 1039, \"rankvar\": 2863, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4137, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2416, \"group\": [4041.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTTGAGAT\", \"ini\": 4683, \"clust\": 4069, \"rank\": 1853, \"rankvar\": 4176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4138, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2417, \"group\": [4069.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCCCTAAT\", \"ini\": 4682, \"clust\": 1729, \"rank\": 1503, \"rankvar\": 48, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 403, \"group\": [1729.0, 267.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAAGTCTAC\", \"ini\": 4681, \"clust\": 3516, \"rank\": 1397, \"rankvar\": 2348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4140, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2418, \"group\": [3519.0, 589.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGGCTCTTA\", \"ini\": 4680, \"clust\": 4946, \"rank\": 1903, \"rankvar\": 1624, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4449, \"group\": [4949.0, 941.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAACAGCGAACA\", \"ini\": 4679, \"clust\": 3121, \"rank\": 2040, \"rankvar\": 366, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 404, \"group\": [3121.0, 435.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAAACCGT\", \"ini\": 4678, \"clust\": 1739, \"rank\": 1700, \"rankvar\": 324, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 405, \"group\": [1740.0, 271.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCACAGACTT\", \"ini\": 4677, \"clust\": 5229, \"rank\": 2299, \"rankvar\": 1423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4144, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4450, \"group\": [5232.0, 1089.0, 188.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCAATGGACG\", \"ini\": 4676, \"clust\": 4437, \"rank\": 1755, \"rankvar\": 1771, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4145, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4451, \"group\": [4439.0, 848.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTGACTACT\", \"ini\": 4675, \"clust\": 1678, \"rank\": 1655, \"rankvar\": 157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 406, \"group\": [1675.0, 232.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCTCTTATG\", \"ini\": 4674, \"clust\": 4430, \"rank\": 1252, \"rankvar\": 1047, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4147, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4452, \"group\": [4433.0, 845.0, 140.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTACAGCAG\", \"ini\": 4673, \"clust\": 3699, \"rank\": 1734, \"rankvar\": 2392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4148, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2419, \"group\": [3697.0, 687.0, 114.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCACCCAGTG\", \"ini\": 4672, \"clust\": 5130, \"rank\": 2075, \"rankvar\": 453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4149, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2420, \"group\": [5130.0, 1014.0, 163.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTATAGGTA\", \"ini\": 4671, \"clust\": 133, \"rank\": 1777, \"rankvar\": 4091, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4150, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2835, \"group\": [133.0, 27.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGCTGAG\", \"ini\": 4670, \"clust\": 4988, \"rank\": 1674, \"rankvar\": 198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4151, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4453, \"group\": [4988.0, 964.0, 155.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGGCGCTCT\", \"ini\": 4669, \"clust\": 4064, \"rank\": 1621, \"rankvar\": 380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4152, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2421, \"group\": [4064.0, 760.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGATTC\", \"ini\": 4668, \"clust\": 4016, \"rank\": 1333, \"rankvar\": 1230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4153, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2422, \"group\": [4018.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCTGGAGCC\", \"ini\": 4667, \"clust\": 3117, \"rank\": 1624, \"rankvar\": 323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 407, \"group\": [3117.0, 433.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCGGATGGA\", \"ini\": 4666, \"clust\": 4050, \"rank\": 1435, \"rankvar\": 708, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4155, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2423, \"group\": [4049.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTATGCTTG\", \"ini\": 4665, \"clust\": 76, \"rank\": 2180, \"rankvar\": 3678, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4156, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5169, \"group\": [76.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTACTTAC\", \"ini\": 4664, \"clust\": 4034, \"rank\": 1423, \"rankvar\": 780, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4157, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2424, \"group\": [4034.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAATCCGT\", \"ini\": 4663, \"clust\": 3811, \"rank\": 1386, \"rankvar\": 482, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 408, \"group\": [3810.0, 711.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTGGGCTA\", \"ini\": 4662, \"clust\": 4352, \"rank\": 1609, \"rankvar\": 3385, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4159, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5058, \"group\": [4353.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCAGGTGCCT\", \"ini\": 4661, \"clust\": 4916, \"rank\": 1531, \"rankvar\": 4449, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4160, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2425, \"group\": [4919.0, 926.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCTGAGTGT\", \"ini\": 4660, \"clust\": 3843, \"rank\": 1553, \"rankvar\": 2224, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4161, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2426, \"group\": [3842.0, 724.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGAGAGTACAT\", \"ini\": 4659, \"clust\": 4448, \"rank\": 1656, \"rankvar\": 946, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4454, \"group\": [4450.0, 850.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGATGAGG\", \"ini\": 4658, \"clust\": 5142, \"rank\": 1758, \"rankvar\": 636, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4163, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4455, \"group\": [5143.0, 1022.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACCCTATC\", \"ini\": 4657, \"clust\": 4341, \"rank\": 1852, \"rankvar\": 3225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4164, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5059, \"group\": [4343.0, 814.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCGTTTGCC\", \"ini\": 4656, \"clust\": 1724, \"rank\": 1485, \"rankvar\": 462, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 409, \"group\": [1724.0, 263.0, 51.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCATTCA\", \"ini\": 4655, \"clust\": 1547, \"rank\": 1293, \"rankvar\": 2866, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4166, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3099, \"group\": [1548.0, 167.0, 25.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCTGTCAAG\", \"ini\": 4654, \"clust\": 3109, \"rank\": 1857, \"rankvar\": 902, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 410, \"group\": [3112.0, 430.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGCGCAC\", \"ini\": 4653, \"clust\": 1859, \"rank\": 1925, \"rankvar\": 7, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 411, \"group\": [1865.0, 298.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCGTCTTC\", \"ini\": 4652, \"clust\": 3804, \"rank\": 1493, \"rankvar\": 265, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4169, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 412, \"group\": [3804.0, 710.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCACAACGTT\", \"ini\": 4651, \"clust\": 4938, \"rank\": 1812, \"rankvar\": 1324, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4170, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4456, \"group\": [4938.0, 937.0, 150.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTCCGAAGA\", \"ini\": 4650, \"clust\": 3693, \"rank\": 1542, \"rankvar\": 1237, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4171, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2427, \"group\": [3693.0, 684.0, 112.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCAAGC\", \"ini\": 4649, \"clust\": 3910, \"rank\": 1663, \"rankvar\": 342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4172, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2428, \"group\": [3920.0, 747.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCCGTTGTC\", \"ini\": 4648, \"clust\": 1683, \"rank\": 1698, \"rankvar\": 153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 413, \"group\": [1684.0, 234.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCAAGTAATG\", \"ini\": 4647, \"clust\": 3856, \"rank\": 1693, \"rankvar\": 1691, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4174, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2429, \"group\": [3854.0, 727.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCTAGAAC\", \"ini\": 4646, \"clust\": 3517, \"rank\": 1527, \"rankvar\": 1289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4175, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2430, \"group\": [3518.0, 589.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCCTTGCCA\", \"ini\": 4645, \"clust\": 1709, \"rank\": 1419, \"rankvar\": 670, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 414, \"group\": [1710.0, 252.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGGACGAT\", \"ini\": 4644, \"clust\": 1690, \"rank\": 1321, \"rankvar\": 113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 415, \"group\": [1690.0, 239.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGTGGTAAT\", \"ini\": 4643, \"clust\": 10, \"rank\": 1533, \"rankvar\": 2994, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 416, \"group\": [10.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGATGCGAC\", \"ini\": 4642, \"clust\": 3852, \"rank\": 1705, \"rankvar\": 1529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4179, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2431, \"group\": [3851.0, 727.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAGCTTAAC\", \"ini\": 4641, \"clust\": 3994, \"rank\": 1672, \"rankvar\": 2601, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4180, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2432, \"group\": [3993.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGCAGCCTC\", \"ini\": 4640, \"clust\": 4039, \"rank\": 1155, \"rankvar\": 1053, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4181, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2433, \"group\": [4039.0, 754.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTGGTGTAG\", \"ini\": 4639, \"clust\": 5223, \"rank\": 2641, \"rankvar\": 1885, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4182, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4318, \"group\": [5224.0, 1084.0, 187.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTTGATG\", \"ini\": 4638, \"clust\": 1695, \"rank\": 1579, \"rankvar\": 933, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 417, \"group\": [1694.0, 241.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAGTCGACTAT\", \"ini\": 4637, \"clust\": 4033, \"rank\": 1339, \"rankvar\": 1831, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4184, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2434, \"group\": [4035.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGAATCT\", \"ini\": 4636, \"clust\": 1875, \"rank\": 1429, \"rankvar\": 336, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 418, \"group\": [1875.0, 302.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTCCAGTAT\", \"ini\": 4635, \"clust\": 3801, \"rank\": 1028, \"rankvar\": 637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 419, \"group\": [3801.0, 709.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGACAGCT\", \"ini\": 4634, \"clust\": 3647, \"rank\": 1947, \"rankvar\": 985, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 420, \"group\": [3646.0, 661.0, 109.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACCATACTACG\", \"ini\": 4633, \"clust\": 5227, \"rank\": 2491, \"rankvar\": 369, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4457, \"group\": [5228.0, 1087.0, 188.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGGTACA\", \"ini\": 4632, \"clust\": 1669, \"rank\": 1593, \"rankvar\": 332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 421, \"group\": [1670.0, 229.0, 46.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAAACGTGG\", \"ini\": 4631, \"clust\": 3677, \"rank\": 1669, \"rankvar\": 986, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4190, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 422, \"group\": [3678.0, 677.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTAGTGACTCT\", \"ini\": 4630, \"clust\": 3853, \"rank\": 1512, \"rankvar\": 977, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4191, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2435, \"group\": [3852.0, 727.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTATCGCAT\", \"ini\": 4629, \"clust\": 3119, \"rank\": 1905, \"rankvar\": 186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 423, \"group\": [3122.0, 436.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACGTCAGC\", \"ini\": 4628, \"clust\": 3880, \"rank\": 1375, \"rankvar\": 1709, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4193, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2436, \"group\": [3878.0, 734.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACCTCGT\", \"ini\": 4627, \"clust\": 17, \"rank\": 1960, \"rankvar\": 4925, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4194, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5170, \"group\": [18.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGTGCCTG\", \"ini\": 4626, \"clust\": 3830, \"rank\": 2225, \"rankvar\": 3079, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4195, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2437, \"group\": [3830.0, 721.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGCGAT\", \"ini\": 4625, \"clust\": 5133, \"rank\": 2183, \"rankvar\": 679, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4458, \"group\": [5134.0, 1017.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATTGG\", \"ini\": 4624, \"clust\": 3802, \"rank\": 1378, \"rankvar\": 1097, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 424, \"group\": [3802.0, 709.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTTTACGT\", \"ini\": 4623, \"clust\": 1674, \"rank\": 1888, \"rankvar\": 87, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 425, \"group\": [1678.0, 232.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCGCCAGCA\", \"ini\": 4622, \"clust\": 3881, \"rank\": 1248, \"rankvar\": 3041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4199, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2438, \"group\": [3879.0, 734.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCAGATCCTGT\", \"ini\": 4621, \"clust\": 4950, \"rank\": 1868, \"rankvar\": 222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4459, \"group\": [4953.0, 943.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCTCTGAGA\", \"ini\": 4620, \"clust\": 1718, \"rank\": 2027, \"rankvar\": 1291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 426, \"group\": [1722.0, 262.0, 50.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGCAATC\", \"ini\": 4619, \"clust\": 1727, \"rank\": 2041, \"rankvar\": 141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 427, \"group\": [1730.0, 268.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTCTGG\", \"ini\": 4618, \"clust\": 4093, \"rank\": 2471, \"rankvar\": 3497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4203, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 18, \"group\": [4094.0, 768.0, 120.0, 27.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGTGAAGTT\", \"ini\": 4617, \"clust\": 3500, \"rank\": 1831, \"rankvar\": 783, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4204, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2439, \"group\": [3500.0, 585.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTAAGGATT\", \"ini\": 4616, \"clust\": 5122, \"rank\": 1953, \"rankvar\": 950, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4205, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2440, \"group\": [5126.0, 1011.0, 162.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTGTCGAGTTT\", \"ini\": 4615, \"clust\": 5144, \"rank\": 2194, \"rankvar\": 1838, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4206, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2441, \"group\": [5149.0, 1026.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTTGCTCCT\", \"ini\": 4614, \"clust\": 3849, \"rank\": 1250, \"rankvar\": 3100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4207, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2442, \"group\": [3848.0, 726.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCGCATC\", \"ini\": 4613, \"clust\": 62, \"rank\": 1986, \"rankvar\": 5077, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4208, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5171, \"group\": [74.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACTCAGCCTAA\", \"ini\": 4612, \"clust\": 1711, \"rank\": 1973, \"rankvar\": 303, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 428, \"group\": [1711.0, 253.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTGGGCCA\", \"ini\": 4611, \"clust\": 4133, \"rank\": 2421, \"rankvar\": 3437, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4210, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 19, \"group\": [4129.0, 778.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGGCTAGCA\", \"ini\": 4610, \"clust\": 3903, \"rank\": 1751, \"rankvar\": 1438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4211, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2443, \"group\": [3902.0, 743.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAAGCCATCGC\", \"ini\": 4609, \"clust\": 1667, \"rank\": 1218, \"rankvar\": 735, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 429, \"group\": [1668.0, 228.0, 46.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATACTACG\", \"ini\": 4608, \"clust\": 4849, \"rank\": 1728, \"rankvar\": 524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4213, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4460, \"group\": [4850.0, 892.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCTAGTGT\", \"ini\": 4607, \"clust\": 3888, \"rank\": 1754, \"rankvar\": 3341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4214, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2444, \"group\": [3887.0, 738.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACATCCGCGA\", \"ini\": 4606, \"clust\": 4949, \"rank\": 1887, \"rankvar\": 2964, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4215, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2445, \"group\": [4947.0, 940.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCCGTGAC\", \"ini\": 4605, \"clust\": 5143, \"rank\": 2330, \"rankvar\": 676, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4216, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4461, \"group\": [5144.0, 1023.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTTCCACAA\", \"ini\": 4604, \"clust\": 1879, \"rank\": 2061, \"rankvar\": 114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 430, \"group\": [1879.0, 305.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCCTTGTG\", \"ini\": 4603, \"clust\": 4931, \"rank\": 1667, \"rankvar\": 763, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4218, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4462, \"group\": [4935.0, 934.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCGATTCT\", \"ini\": 4602, \"clust\": 1707, \"rank\": 1848, \"rankvar\": 149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 431, \"group\": [1708.0, 251.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCAATGGT\", \"ini\": 4601, \"clust\": 1717, \"rank\": 1997, \"rankvar\": 648, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 432, \"group\": [1717.0, 257.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTACAGACG\", \"ini\": 4600, \"clust\": 4947, \"rank\": 1781, \"rankvar\": 1481, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4221, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4463, \"group\": [4948.0, 940.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGCTGATAA\", \"ini\": 4599, \"clust\": 4122, \"rank\": 1913, \"rankvar\": 3627, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4222, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 20, \"group\": [4120.0, 776.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTAATAGCA\", \"ini\": 4598, \"clust\": 1744, \"rank\": 2045, \"rankvar\": 175, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 433, \"group\": [1745.0, 273.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTGGCGAC\", \"ini\": 4597, \"clust\": 18, \"rank\": 2672, \"rankvar\": 4971, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4224, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5172, \"group\": [19.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAATGTGT\", \"ini\": 4596, \"clust\": 1874, \"rank\": 1851, \"rankvar\": 394, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4225, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 434, \"group\": [1874.0, 301.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCACCTCGT\", \"ini\": 4595, \"clust\": 3661, \"rank\": 1877, \"rankvar\": 177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 435, \"group\": [3661.0, 672.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCCGAAT\", \"ini\": 4594, \"clust\": 4040, \"rank\": 1394, \"rankvar\": 2076, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4227, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2446, \"group\": [4040.0, 754.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTACAGCAG\", \"ini\": 4593, \"clust\": 3815, \"rank\": 1478, \"rankvar\": 1042, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2447, \"group\": [3815.0, 713.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCAACGCTA\", \"ini\": 4592, \"clust\": 3115, \"rank\": 2111, \"rankvar\": 277, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4229, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 436, \"group\": [3116.0, 432.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCACGAAATA\", \"ini\": 4591, \"clust\": 3911, \"rank\": 1646, \"rankvar\": 798, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4230, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2448, \"group\": [3919.0, 746.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATTTGCTT\", \"ini\": 4590, \"clust\": 1715, \"rank\": 1275, \"rankvar\": 2144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4231, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 437, \"group\": [1718.0, 258.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTGTAATGA\", \"ini\": 4589, \"clust\": 3819, \"rank\": 1573, \"rankvar\": 2030, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4232, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2449, \"group\": [3819.0, 716.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGAGTATA\", \"ini\": 4588, \"clust\": 3851, \"rank\": 2104, \"rankvar\": 405, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4233, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2450, \"group\": [3858.0, 728.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTAAAGA\", \"ini\": 4587, \"clust\": 4089, \"rank\": 1980, \"rankvar\": 2975, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4234, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2451, \"group\": [4088.0, 765.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTTGAGG\", \"ini\": 4586, \"clust\": 3325, \"rank\": 2350, \"rankvar\": 404, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4235, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 438, \"group\": [3327.0, 507.0, 75.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACACCAGGCT\", \"ini\": 4585, \"clust\": 5157, \"rank\": 2517, \"rankvar\": 282, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 439, \"group\": [5158.0, 1032.0, 166.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGGGACA\", \"ini\": 4584, \"clust\": 4301, \"rank\": 2284, \"rankvar\": 1204, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4237, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5060, \"group\": [4302.0, 807.0, 134.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGGGTACA\", \"ini\": 4583, \"clust\": 14, \"rank\": 1822, \"rankvar\": 2153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 440, \"group\": [12.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGCATG\", \"ini\": 4582, \"clust\": 4070, \"rank\": 2067, \"rankvar\": 2559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4239, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2452, \"group\": [4073.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTTGCGCAC\", \"ini\": 4581, \"clust\": 3821, \"rank\": 1826, \"rankvar\": 3262, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4240, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2453, \"group\": [3821.0, 716.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGATTGT\", \"ini\": 4580, \"clust\": 4343, \"rank\": 1821, \"rankvar\": 4702, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4241, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5061, \"group\": [4342.0, 814.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGAGACG\", \"ini\": 4579, \"clust\": 4123, \"rank\": 2248, \"rankvar\": 4598, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4242, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 21, \"group\": [4139.0, 781.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGCAGCGTA\", \"ini\": 4578, \"clust\": 4323, \"rank\": 1904, \"rankvar\": 4693, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4243, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5062, \"group\": [4324.0, 811.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAAGCCATT\", \"ini\": 4577, \"clust\": 3937, \"rank\": 1560, \"rankvar\": 573, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4244, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2454, \"group\": [3937.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTTACCCA\", \"ini\": 4576, \"clust\": 4291, \"rank\": 2847, \"rankvar\": 4715, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4245, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 22, \"group\": [4288.0, 797.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCTCTTGAT\", \"ini\": 4575, \"clust\": 4048, \"rank\": 1840, \"rankvar\": 2785, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4246, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2455, \"group\": [4050.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGCCGTCGT\", \"ini\": 4574, \"clust\": 4071, \"rank\": 2030, \"rankvar\": 1711, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4247, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2456, \"group\": [4072.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTAACTTC\", \"ini\": 4573, \"clust\": 4954, \"rank\": 2401, \"rankvar\": 1554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4248, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4464, \"group\": [4955.0, 944.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCACGGTTA\", \"ini\": 4572, \"clust\": 3515, \"rank\": 1769, \"rankvar\": 3758, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4249, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2457, \"group\": [3520.0, 589.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTGTAA\", \"ini\": 4571, \"clust\": 4084, \"rank\": 2036, \"rankvar\": 1478, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4250, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2458, \"group\": [4084.0, 764.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATTGTGCA\", \"ini\": 4570, \"clust\": 5155, \"rank\": 2249, \"rankvar\": 357, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 441, \"group\": [5156.0, 1030.0, 165.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAGTCGGT\", \"ini\": 4569, \"clust\": 4990, \"rank\": 2162, \"rankvar\": 1311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4252, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4319, \"group\": [4991.0, 966.0, 156.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCGTCAAA\", \"ini\": 4568, \"clust\": 3684, \"rank\": 1671, \"rankvar\": 4034, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4253, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2097, \"group\": [3682.0, 678.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCACCCTCA\", \"ini\": 4567, \"clust\": 1712, \"rank\": 2103, \"rankvar\": 501, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 442, \"group\": [1712.0, 253.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTCACCTC\", \"ini\": 4566, \"clust\": 4850, \"rank\": 2138, \"rankvar\": 377, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4255, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4465, \"group\": [4851.0, 892.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGACAAGCC\", \"ini\": 4565, \"clust\": 84, \"rank\": 2840, \"rankvar\": 4710, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4256, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5173, \"group\": [84.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGCATCATC\", \"ini\": 4564, \"clust\": 4006, \"rank\": 1938, \"rankvar\": 1524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4257, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2459, \"group\": [4008.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGACACGAC\", \"ini\": 4563, \"clust\": 1686, \"rank\": 1715, \"rankvar\": 1640, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 443, \"group\": [1686.0, 235.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTTCCTT\", \"ini\": 4562, \"clust\": 3885, \"rank\": 2145, \"rankvar\": 1751, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4259, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2460, \"group\": [3885.0, 737.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGATACACA\", \"ini\": 4561, \"clust\": 3918, \"rank\": 1928, \"rankvar\": 847, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4260, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2461, \"group\": [3918.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACAATAGAGT\", \"ini\": 4560, \"clust\": 5158, \"rank\": 2564, \"rankvar\": 690, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4261, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 444, \"group\": [5159.0, 1032.0, 166.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGATGTGGC\", \"ini\": 4559, \"clust\": 4082, \"rank\": 2069, \"rankvar\": 1843, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4262, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2462, \"group\": [4086.0, 764.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGTAAGTAC\", \"ini\": 4558, \"clust\": 1872, \"rank\": 2124, \"rankvar\": 219, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 445, \"group\": [1881.0, 307.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGGTCGAT\", \"ini\": 4557, \"clust\": 51, \"rank\": 2700, \"rankvar\": 4823, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4264, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5174, \"group\": [53.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAAACGCG\", \"ini\": 4556, \"clust\": 3921, \"rank\": 1811, \"rankvar\": 3243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4265, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2463, \"group\": [3923.0, 748.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGGGTGTTG\", \"ini\": 4555, \"clust\": 3421, \"rank\": 2580, \"rankvar\": 3297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4266, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2464, \"group\": [3422.0, 554.0, 85.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGCTATGCT\", \"ini\": 4554, \"clust\": 1691, \"rank\": 1537, \"rankvar\": 1726, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 446, \"group\": [1691.0, 239.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCTCGATGA\", \"ini\": 4553, \"clust\": 143, \"rank\": 1915, \"rankvar\": 4200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4268, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2836, \"group\": [144.0, 32.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAACACCCG\", \"ini\": 4552, \"clust\": 3876, \"rank\": 1632, \"rankvar\": 3064, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4269, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2465, \"group\": [3875.0, 733.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTAAGAGAG\", \"ini\": 4551, \"clust\": 3834, \"rank\": 2201, \"rankvar\": 2704, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4270, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2466, \"group\": [3836.0, 722.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAGCTCCG\", \"ini\": 4550, \"clust\": 3511, \"rank\": 2253, \"rankvar\": 3562, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4271, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2467, \"group\": [3510.0, 588.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTGTCCAT\", \"ini\": 4549, \"clust\": 4382, \"rank\": 2287, \"rankvar\": 4621, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4272, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5063, \"group\": [4383.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGATTA\", \"ini\": 4548, \"clust\": 5169, \"rank\": 2275, \"rankvar\": 704, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4273, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 447, \"group\": [5169.0, 1041.0, 168.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTGCTGTC\", \"ini\": 4547, \"clust\": 4981, \"rank\": 2292, \"rankvar\": 432, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2468, \"group\": [4980.0, 957.0, 153.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTAAGTAG\", \"ini\": 4546, \"clust\": 3857, \"rank\": 2010, \"rankvar\": 565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4275, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2469, \"group\": [3856.0, 727.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTAGGACAC\", \"ini\": 4545, \"clust\": 3891, \"rank\": 2198, \"rankvar\": 1979, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4276, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2470, \"group\": [3889.0, 738.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTACGAAAT\", \"ini\": 4544, \"clust\": 4322, \"rank\": 2035, \"rankvar\": 3031, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4277, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5064, \"group\": [4322.0, 811.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCGGCATC\", \"ini\": 4543, \"clust\": 3648, \"rank\": 2170, \"rankvar\": 344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 448, \"group\": [3647.0, 661.0, 109.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATAGTCA\", \"ini\": 4542, \"clust\": 3835, \"rank\": 2118, \"rankvar\": 1379, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4279, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2471, \"group\": [3834.0, 722.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTTTAGGA\", \"ini\": 4541, \"clust\": 5182, \"rank\": 2413, \"rankvar\": 292, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 449, \"group\": [5185.0, 1054.0, 174.0, 37.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGTCGTC\", \"ini\": 4540, \"clust\": 4431, \"rank\": 1902, \"rankvar\": 833, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4281, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4466, \"group\": [4431.0, 843.0, 140.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGAAGGACA\", \"ini\": 4539, \"clust\": 1666, \"rank\": 1932, \"rankvar\": 199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 450, \"group\": [1665.0, 225.0, 45.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTGGAGA\", \"ini\": 4538, \"clust\": 3861, \"rank\": 2064, \"rankvar\": 1397, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4283, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2472, \"group\": [3861.0, 730.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGGTGGA\", \"ini\": 4537, \"clust\": 5167, \"rank\": 2085, \"rankvar\": 77, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 451, \"group\": [5168.0, 1040.0, 168.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGGCATG\", \"ini\": 4536, \"clust\": 3112, \"rank\": 2550, \"rankvar\": 3236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 452, \"group\": [3113.0, 431.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAATGTTGC\", \"ini\": 4535, \"clust\": 3845, \"rank\": 1941, \"rankvar\": 1006, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4286, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2473, \"group\": [3846.0, 724.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCGGCA\", \"ini\": 4534, \"clust\": 3930, \"rank\": 1964, \"rankvar\": 771, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4287, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2474, \"group\": [3933.0, 750.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGTACC\", \"ini\": 4533, \"clust\": 3685, \"rank\": 1702, \"rankvar\": 587, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 453, \"group\": [3683.0, 678.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCATTATCC\", \"ini\": 4532, \"clust\": 3518, \"rank\": 1909, \"rankvar\": 2698, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2475, \"group\": [3516.0, 589.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAGGATCGA\", \"ini\": 4531, \"clust\": 1877, \"rank\": 2101, \"rankvar\": 95, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4290, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 454, \"group\": [1877.0, 303.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTCCAGTTA\", \"ini\": 4530, \"clust\": 3694, \"rank\": 2639, \"rankvar\": 492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4291, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4320, \"group\": [3694.0, 685.0, 113.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAGCTTCGG\", \"ini\": 4529, \"clust\": 3862, \"rank\": 2282, \"rankvar\": 1581, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4292, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2476, \"group\": [3862.0, 730.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCACCAGGC\", \"ini\": 4528, \"clust\": 3663, \"rank\": 2181, \"rankvar\": 210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4293, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 455, \"group\": [3663.0, 673.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACACAGAGGT\", \"ini\": 4527, \"clust\": 3870, \"rank\": 2058, \"rankvar\": 2351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4294, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2477, \"group\": [3872.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGATTGCT\", \"ini\": 4526, \"clust\": 1689, \"rank\": 1859, \"rankvar\": 179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4295, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 456, \"group\": [1692.0, 240.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCATCGTCGG\", \"ini\": 4525, \"clust\": 3879, \"rank\": 2081, \"rankvar\": 1427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2478, \"group\": [3880.0, 734.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTGAATTG\", \"ini\": 4524, \"clust\": 5213, \"rank\": 3151, \"rankvar\": 5217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4297, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5175, \"group\": [5214.0, 1077.0, 185.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGTATCTCG\", \"ini\": 4523, \"clust\": 5171, \"rank\": 2309, \"rankvar\": 125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 457, \"group\": [5172.0, 1043.0, 169.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAACGC\", \"ini\": 4522, \"clust\": 3113, \"rank\": 2361, \"rankvar\": 2374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4299, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 458, \"group\": [3114.0, 431.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGATCCCGC\", \"ini\": 4521, \"clust\": 3871, \"rank\": 1833, \"rankvar\": 3709, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4300, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2479, \"group\": [3870.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAAGAAAGG\", \"ini\": 4520, \"clust\": 4432, \"rank\": 2026, \"rankvar\": 1523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4301, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2480, \"group\": [4432.0, 844.0, 140.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTGGTTT\", \"ini\": 4519, \"clust\": 5176, \"rank\": 2646, \"rankvar\": 706, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 459, \"group\": [5178.0, 1048.0, 171.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTTCAAG\", \"ini\": 4518, \"clust\": 1663, \"rank\": 1814, \"rankvar\": 611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 460, \"group\": [1667.0, 227.0, 45.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTTTCG\", \"ini\": 4517, \"clust\": 3839, \"rank\": 1799, \"rankvar\": 989, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4304, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2481, \"group\": [3847.0, 725.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGTCTAC\", \"ini\": 4516, \"clust\": 3330, \"rank\": 2466, \"rankvar\": 225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 461, \"group\": [3329.0, 508.0, 75.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTGTCCGT\", \"ini\": 4515, \"clust\": 4340, \"rank\": 2259, \"rankvar\": 4039, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4306, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5065, \"group\": [4361.0, 818.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTATATCCG\", \"ini\": 4514, \"clust\": 5156, \"rank\": 2717, \"rankvar\": 2719, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4307, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 462, \"group\": [5157.0, 1031.0, 165.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGGCCT\", \"ini\": 4513, \"clust\": 3873, \"rank\": 1961, \"rankvar\": 3215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4308, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2482, \"group\": [3873.0, 732.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCACCGATAT\", \"ini\": 4512, \"clust\": 1880, \"rank\": 2436, \"rankvar\": 308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 463, \"group\": [1880.0, 306.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGCCATG\", \"ini\": 4511, \"clust\": 5196, \"rank\": 2689, \"rankvar\": 874, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4467, \"group\": [5195.0, 1063.0, 179.0, 40.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGCTTGTC\", \"ini\": 4510, \"clust\": 3085, \"rank\": 2412, \"rankvar\": 228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 464, \"group\": [3086.0, 417.0, 60.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGCTGATAA\", \"ini\": 4509, \"clust\": 4975, \"rank\": 1971, \"rankvar\": 2026, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4312, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2483, \"group\": [4975.0, 952.0, 152.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACACATGT\", \"ini\": 4508, \"clust\": 5170, \"rank\": 2565, \"rankvar\": 459, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 465, \"group\": [5170.0, 1041.0, 168.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACATACG\", \"ini\": 4507, \"clust\": 1726, \"rank\": 1987, \"rankvar\": 117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4314, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 466, \"group\": [1727.0, 266.0, 51.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCACCGAATT\", \"ini\": 4506, \"clust\": 100, \"rank\": 2831, \"rankvar\": 4914, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4315, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5176, \"group\": [96.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAATAGCGG\", \"ini\": 4505, \"clust\": 5163, \"rank\": 2493, \"rankvar\": 457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4316, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 467, \"group\": [5166.0, 1038.0, 167.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAGACACTT\", \"ini\": 4504, \"clust\": 3502, \"rank\": 2131, \"rankvar\": 2143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4317, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2484, \"group\": [3503.0, 586.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTTACGGAG\", \"ini\": 4503, \"clust\": 3889, \"rank\": 2271, \"rankvar\": 2328, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4318, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2485, \"group\": [3888.0, 738.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGAGTTGGC\", \"ini\": 4502, \"clust\": 3878, \"rank\": 1874, \"rankvar\": 3062, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4319, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2486, \"group\": [3881.0, 734.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCCCAGCT\", \"ini\": 4501, \"clust\": 3837, \"rank\": 2227, \"rankvar\": 1084, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4320, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2487, \"group\": [3837.0, 722.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATCAGAA\", \"ini\": 4500, \"clust\": 4982, \"rank\": 2643, \"rankvar\": 505, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4321, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2837, \"group\": [4983.0, 960.0, 154.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGTCGATAA\", \"ini\": 4499, \"clust\": 3501, \"rank\": 2383, \"rankvar\": 3247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2488, \"group\": [3501.0, 585.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAAGTTCTG\", \"ini\": 4498, \"clust\": 1538, \"rank\": 1740, \"rankvar\": 4370, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4323, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2838, \"group\": [1541.0, 162.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGACTAGGC\", \"ini\": 4497, \"clust\": 3662, \"rank\": 2213, \"rankvar\": 3311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4324, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2098, \"group\": [3662.0, 672.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCACGGTAAG\", \"ini\": 4496, \"clust\": 3825, \"rank\": 2235, \"rankvar\": 1353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4325, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2489, \"group\": [3824.0, 717.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCTGTAGA\", \"ini\": 4495, \"clust\": 4973, \"rank\": 2082, \"rankvar\": 747, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 468, \"group\": [4976.0, 953.0, 152.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCTTGT\", \"ini\": 4494, \"clust\": 1698, \"rank\": 2176, \"rankvar\": 1486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 469, \"group\": [1699.0, 244.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTCGCTTG\", \"ini\": 4493, \"clust\": 3886, \"rank\": 2366, \"rankvar\": 1962, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4328, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2490, \"group\": [3886.0, 737.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACCAACCG\", \"ini\": 4492, \"clust\": 3883, \"rank\": 2384, \"rankvar\": 1114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4329, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2491, \"group\": [3882.0, 735.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGCGCCTTG\", \"ini\": 4491, \"clust\": 3651, \"rank\": 2515, \"rankvar\": 831, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4330, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 470, \"group\": [3651.0, 664.0, 109.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCCCGACTT\", \"ini\": 4490, \"clust\": 3935, \"rank\": 1662, \"rankvar\": 895, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4331, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2492, \"group\": [3935.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGCCACGCT\", \"ini\": 4489, \"clust\": 3858, \"rank\": 2371, \"rankvar\": 1014, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4332, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2493, \"group\": [3857.0, 727.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCCCAACC\", \"ini\": 4488, \"clust\": 1876, \"rank\": 2056, \"rankvar\": 406, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4333, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 471, \"group\": [1876.0, 302.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCGAGT\", \"ini\": 4487, \"clust\": 3863, \"rank\": 2205, \"rankvar\": 1746, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4334, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2494, \"group\": [3863.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATGTTCCC\", \"ini\": 4486, \"clust\": 1878, \"rank\": 2294, \"rankvar\": 1186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4335, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 472, \"group\": [1878.0, 304.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACAGGTTT\", \"ini\": 4485, \"clust\": 3859, \"rank\": 2281, \"rankvar\": 1105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2495, \"group\": [3859.0, 729.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCGCGCCAA\", \"ini\": 4484, \"clust\": 3635, \"rank\": 2148, \"rankvar\": 1117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4337, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 473, \"group\": [3635.0, 651.0, 104.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCAGCGCTTAT\", \"ini\": 4483, \"clust\": 49, \"rank\": 2794, \"rankvar\": 5140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4338, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5177, \"group\": [49.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACCAGATT\", \"ini\": 4482, \"clust\": 4312, \"rank\": 2632, \"rankvar\": 4503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4339, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5066, \"group\": [4311.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTATGAAAC\", \"ini\": 4481, \"clust\": 1673, \"rank\": 2051, \"rankvar\": 251, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 474, \"group\": [1679.0, 233.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCCCTGACT\", \"ini\": 4480, \"clust\": 3317, \"rank\": 2664, \"rankvar\": 337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 475, \"group\": [3331.0, 510.0, 76.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGTTAGCGG\", \"ini\": 4479, \"clust\": 3697, \"rank\": 2509, \"rankvar\": 3996, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4342, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2496, \"group\": [3698.0, 688.0, 114.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGCTAACTC\", \"ini\": 4478, \"clust\": 3312, \"rank\": 2690, \"rankvar\": 317, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 476, \"group\": [3313.0, 495.0, 72.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGTTACCCA\", \"ini\": 4477, \"clust\": 21, \"rank\": 2507, \"rankvar\": 4718, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4344, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5178, \"group\": [22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAGCGATG\", \"ini\": 4476, \"clust\": 5211, \"rank\": 2920, \"rankvar\": 3145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4345, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4321, \"group\": [5211.0, 1075.0, 184.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTGGTAC\", \"ini\": 4475, \"clust\": 3510, \"rank\": 2476, \"rankvar\": 2336, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4346, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2497, \"group\": [3514.0, 588.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAGATGAGC\", \"ini\": 4474, \"clust\": 5172, \"rank\": 2562, \"rankvar\": 339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 477, \"group\": [5173.0, 1044.0, 169.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCAAAGTAG\", \"ini\": 4473, \"clust\": 3700, \"rank\": 2492, \"rankvar\": 135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 478, \"group\": [3702.0, 692.0, 115.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTAAGCCA\", \"ini\": 4472, \"clust\": 4915, \"rank\": 2708, \"rankvar\": 903, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4349, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4468, \"group\": [4916.0, 924.0, 147.0, 33.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGATGTTAG\", \"ini\": 4471, \"clust\": 50, \"rank\": 2857, \"rankvar\": 5099, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4350, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5179, \"group\": [50.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGCCCGAAA\", \"ini\": 4470, \"clust\": 4066, \"rank\": 2865, \"rankvar\": 3475, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4351, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2498, \"group\": [4065.0, 761.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCACAGGT\", \"ini\": 4469, \"clust\": 4313, \"rank\": 2549, \"rankvar\": 4497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4352, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5067, \"group\": [4312.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTCCAGGA\", \"ini\": 4468, \"clust\": 3872, \"rank\": 2321, \"rankvar\": 1551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4353, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2499, \"group\": [3871.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAAGTGCG\", \"ini\": 4467, \"clust\": 5161, \"rank\": 2886, \"rankvar\": 593, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 479, \"group\": [5162.0, 1035.0, 167.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCGTAGATTAG\", \"ini\": 4466, \"clust\": 4281, \"rank\": 2661, \"rankvar\": 4073, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 480, \"group\": [4280.0, 794.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCGTACGGC\", \"ini\": 4465, \"clust\": 144, \"rank\": 2219, \"rankvar\": 4317, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4356, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2839, \"group\": [145.0, 32.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCACGGTGTC\", \"ini\": 4464, \"clust\": 3646, \"rank\": 2348, \"rankvar\": 865, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 481, \"group\": [3648.0, 662.0, 109.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCTATCCTA\", \"ini\": 4463, \"clust\": 1670, \"rank\": 2479, \"rankvar\": 629, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 482, \"group\": [1671.0, 229.0, 46.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCACTGGGC\", \"ini\": 4462, \"clust\": 3323, \"rank\": 2824, \"rankvar\": 361, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 483, \"group\": [3323.0, 504.0, 75.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTATGAAAC\", \"ini\": 4461, \"clust\": 1654, \"rank\": 2159, \"rankvar\": 643, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 484, \"group\": [1657.0, 218.0, 41.0, 11.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCTTGGTC\", \"ini\": 4460, \"clust\": 3680, \"rank\": 2167, \"rankvar\": 681, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4361, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2500, \"group\": [3685.0, 679.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCACGTTGGC\", \"ini\": 4459, \"clust\": 3836, \"rank\": 2542, \"rankvar\": 3179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4362, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2501, \"group\": [3835.0, 722.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCCCTTA\", \"ini\": 4458, \"clust\": 4983, \"rank\": 2464, \"rankvar\": 729, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4363, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2840, \"group\": [4984.0, 961.0, 154.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGACAAAGG\", \"ini\": 4457, \"clust\": 3812, \"rank\": 2007, \"rankvar\": 1900, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4364, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2099, \"group\": [3811.0, 711.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACTGCCAG\", \"ini\": 4456, \"clust\": 5131, \"rank\": 3058, \"rankvar\": 2399, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2502, \"group\": [5131.0, 1015.0, 163.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGCGTGAGT\", \"ini\": 4455, \"clust\": 4383, \"rank\": 2502, \"rankvar\": 4603, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4366, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5068, \"group\": [4384.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCGCGGATC\", \"ini\": 4454, \"clust\": 4087, \"rank\": 2274, \"rankvar\": 3871, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2503, \"group\": [4089.0, 765.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGGTGCAGACA\", \"ini\": 4453, \"clust\": 3890, \"rank\": 2756, \"rankvar\": 3881, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4368, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2504, \"group\": [3891.0, 738.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTAAGGGC\", \"ini\": 4452, \"clust\": 3682, \"rank\": 2001, \"rankvar\": 2137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4369, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2100, \"group\": [3680.0, 678.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGCGTTCCG\", \"ini\": 4451, \"clust\": 1672, \"rank\": 2574, \"rankvar\": 301, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4370, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 485, \"group\": [1673.0, 231.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCATGAAC\", \"ini\": 4450, \"clust\": 3319, \"rank\": 2881, \"rankvar\": 765, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4371, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 486, \"group\": [3318.0, 499.0, 73.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGCACTTCGAA\", \"ini\": 4449, \"clust\": 4939, \"rank\": 2480, \"rankvar\": 1666, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4372, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4469, \"group\": [4939.0, 937.0, 150.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGGCATCG\", \"ini\": 4448, \"clust\": 3495, \"rank\": 2728, \"rankvar\": 3858, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4373, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2505, \"group\": [3494.0, 582.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCTCCAACC\", \"ini\": 4447, \"clust\": 4042, \"rank\": 2211, \"rankvar\": 3291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2506, \"group\": [4042.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGGGATCTG\", \"ini\": 4446, \"clust\": 3519, \"rank\": 2405, \"rankvar\": 1719, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4375, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2507, \"group\": [3517.0, 589.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGGCTCAC\", \"ini\": 4445, \"clust\": 46, \"rank\": 2579, \"rankvar\": 2118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4376, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 487, \"group\": [108.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACAGTTAACC\", \"ini\": 4444, \"clust\": 3864, \"rank\": 2605, \"rankvar\": 3345, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4377, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2508, \"group\": [3864.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCAGGCGAA\", \"ini\": 4443, \"clust\": 5183, \"rank\": 2582, \"rankvar\": 5, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 488, \"group\": [5183.0, 1052.0, 172.0, 36.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCACAACGCC\", \"ini\": 4442, \"clust\": 4381, \"rank\": 2497, \"rankvar\": 4952, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4379, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5069, \"group\": [4382.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGCAGTTT\", \"ini\": 4441, \"clust\": 3874, \"rank\": 2382, \"rankvar\": 2760, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4380, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2509, \"group\": [3874.0, 732.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCACTCCTG\", \"ini\": 4440, \"clust\": 4385, \"rank\": 2678, \"rankvar\": 4901, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4381, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5070, \"group\": [4385.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGAAGGCCT\", \"ini\": 4439, \"clust\": 4324, \"rank\": 2441, \"rankvar\": 4097, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4382, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5071, \"group\": [4325.0, 811.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCAGGCAAG\", \"ini\": 4438, \"clust\": 3678, \"rank\": 2315, \"rankvar\": 3774, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4383, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2101, \"group\": [3676.0, 677.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGTTGCAGG\", \"ini\": 4437, \"clust\": 3683, \"rank\": 1827, \"rankvar\": 3844, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4384, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2102, \"group\": [3681.0, 678.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGAAAGA\", \"ini\": 4436, \"clust\": 1512, \"rank\": 1995, \"rankvar\": 4580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4385, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2841, \"group\": [1512.0, 154.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCAGATGTAAC\", \"ini\": 4435, \"clust\": 4345, \"rank\": 2443, \"rankvar\": 3914, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4386, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5072, \"group\": [4346.0, 815.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCGGATCA\", \"ini\": 4434, \"clust\": 3832, \"rank\": 2762, \"rankvar\": 1896, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4387, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2510, \"group\": [3832.0, 722.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCACATTCGA\", \"ini\": 4433, \"clust\": 3613, \"rank\": 2608, \"rankvar\": 267, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 489, \"group\": [3616.0, 635.0, 96.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTAAAGTCA\", \"ini\": 4432, \"clust\": 3831, \"rank\": 2393, \"rankvar\": 3824, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4389, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2511, \"group\": [3831.0, 721.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCATCGGC\", \"ini\": 4431, \"clust\": 3860, \"rank\": 2521, \"rankvar\": 3902, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4390, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2512, \"group\": [3860.0, 729.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACCCATTC\", \"ini\": 4430, \"clust\": 3665, \"rank\": 2267, \"rankvar\": 1429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4391, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2103, \"group\": [3665.0, 674.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGCTGAACG\", \"ini\": 4429, \"clust\": 3892, \"rank\": 2520, \"rankvar\": 2048, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4392, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2513, \"group\": [3890.0, 738.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCGACAGCC\", \"ini\": 4428, \"clust\": 5177, \"rank\": 2996, \"rankvar\": 1265, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 490, \"group\": [5176.0, 1047.0, 171.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTCAGACT\", \"ini\": 4427, \"clust\": 3850, \"rank\": 2207, \"rankvar\": 2081, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4394, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2514, \"group\": [3849.0, 726.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTGGTCTCG\", \"ini\": 4426, \"clust\": 4318, \"rank\": 2462, \"rankvar\": 3537, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4395, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5073, \"group\": [4319.0, 811.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTATCGCC\", \"ini\": 4425, \"clust\": 3827, \"rank\": 2569, \"rankvar\": 1521, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4396, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2104, \"group\": [3826.0, 717.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGATGAGAG\", \"ini\": 4424, \"clust\": 4311, \"rank\": 2775, \"rankvar\": 4615, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4397, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5074, \"group\": [4313.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAACCAC\", \"ini\": 4423, \"clust\": 5173, \"rank\": 2757, \"rankvar\": 1492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4398, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2515, \"group\": [5174.0, 1045.0, 170.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTTCGATC\", \"ini\": 4422, \"clust\": 3894, \"rank\": 2465, \"rankvar\": 2652, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4399, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2516, \"group\": [3892.0, 738.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCTAAGAT\", \"ini\": 4421, \"clust\": 3681, \"rank\": 2277, \"rankvar\": 1520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 491, \"group\": [3684.0, 678.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTAGCAAAT\", \"ini\": 4420, \"clust\": 3877, \"rank\": 2341, \"rankvar\": 3731, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4401, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2517, \"group\": [3876.0, 733.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGATGTCT\", \"ini\": 4419, \"clust\": 3844, \"rank\": 2514, \"rankvar\": 2765, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4402, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2518, \"group\": [3843.0, 724.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGTAC\", \"ini\": 4418, \"clust\": 5178, \"rank\": 2943, \"rankvar\": 739, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4403, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 492, \"group\": [5177.0, 1047.0, 171.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGTTGTC\", \"ini\": 4417, \"clust\": 3666, \"rank\": 2185, \"rankvar\": 1787, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4404, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2105, \"group\": [3666.0, 674.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGAGAGCTC\", \"ini\": 4416, \"clust\": 4978, \"rank\": 2356, \"rankvar\": 849, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4405, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4470, \"group\": [4982.0, 959.0, 153.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAGCTCCGA\", \"ini\": 4415, \"clust\": 3848, \"rank\": 2317, \"rankvar\": 1261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4406, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2519, \"group\": [3850.0, 726.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTGCGTGA\", \"ini\": 4414, \"clust\": 4078, \"rank\": 2675, \"rankvar\": 1813, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4407, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2520, \"group\": [4081.0, 763.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAAGAAGC\", \"ini\": 4413, \"clust\": 1722, \"rank\": 2385, \"rankvar\": 234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 493, \"group\": [1725.0, 264.0, 51.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGCGTTTAC\", \"ini\": 4412, \"clust\": 4100, \"rank\": 3133, \"rankvar\": 4307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4409, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 23, \"group\": [4096.0, 770.0, 122.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTAATCACC\", \"ini\": 4411, \"clust\": 3701, \"rank\": 2618, \"rankvar\": 535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 494, \"group\": [3700.0, 690.0, 115.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCGGAAATA\", \"ini\": 4410, \"clust\": 3503, \"rank\": 2349, \"rankvar\": 2327, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2521, \"group\": [3504.0, 586.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTCAGAG\", \"ini\": 4409, \"clust\": 3820, \"rank\": 2244, \"rankvar\": 1604, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2522, \"group\": [3820.0, 716.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGTAGCGGT\", \"ini\": 4408, \"clust\": 4387, \"rank\": 2924, \"rankvar\": 4392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4413, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5075, \"group\": [4393.0, 823.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGTCTCCTATA\", \"ini\": 4407, \"clust\": 3828, \"rank\": 2398, \"rankvar\": 2861, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4414, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2523, \"group\": [3828.0, 719.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGTATCTG\", \"ini\": 4406, \"clust\": 4344, \"rank\": 2263, \"rankvar\": 4498, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4415, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5076, \"group\": [4347.0, 815.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTGATCGG\", \"ini\": 4405, \"clust\": 5174, \"rank\": 2995, \"rankvar\": 2560, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4416, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2524, \"group\": [5175.0, 1046.0, 170.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTAGGGACT\", \"ini\": 4404, \"clust\": 3668, \"rank\": 2254, \"rankvar\": 3530, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4417, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2106, \"group\": [3667.0, 675.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCTCTAACTGG\", \"ini\": 4403, \"clust\": 3865, \"rank\": 2447, \"rankvar\": 3446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4418, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2525, \"group\": [3865.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTAGTTTCCTT\", \"ini\": 4402, \"clust\": 4335, \"rank\": 2625, \"rankvar\": 4628, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4419, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5077, \"group\": [4335.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCAAG\", \"ini\": 4401, \"clust\": 3679, \"rank\": 2603, \"rankvar\": 1800, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4420, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2107, \"group\": [3677.0, 677.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGACTCGC\", \"ini\": 4400, \"clust\": 4428, \"rank\": 2221, \"rankvar\": 2102, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4421, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2526, \"group\": [4429.0, 842.0, 139.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAAGCCCAC\", \"ini\": 4399, \"clust\": 1509, \"rank\": 2049, \"rankvar\": 4879, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4422, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2842, \"group\": [1510.0, 153.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCAATCCGAT\", \"ini\": 4398, \"clust\": 3499, \"rank\": 2836, \"rankvar\": 4263, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4423, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2527, \"group\": [3502.0, 585.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCGGATCC\", \"ini\": 4397, \"clust\": 87, \"rank\": 3142, \"rankvar\": 5112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4424, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5180, \"group\": [86.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCCTTGTG\", \"ini\": 4396, \"clust\": 4149, \"rank\": 2955, \"rankvar\": 4806, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4425, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 24, \"group\": [4279.0, 793.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAGTGAAT\", \"ini\": 4395, \"clust\": 91, \"rank\": 3270, \"rankvar\": 5180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4426, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5181, \"group\": [88.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCAATGGAGC\", \"ini\": 4394, \"clust\": 3509, \"rank\": 2800, \"rankvar\": 3158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4427, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2528, \"group\": [3515.0, 588.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGTGTTAA\", \"ini\": 4393, \"clust\": 94, \"rank\": 3150, \"rankvar\": 5039, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4428, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5182, \"group\": [93.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTTATTCTC\", \"ini\": 4392, \"clust\": 1687, \"rank\": 2318, \"rankvar\": 1247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 495, \"group\": [1688.0, 237.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCCGAATT\", \"ini\": 4391, \"clust\": 3616, \"rank\": 2589, \"rankvar\": 830, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 496, \"group\": [3617.0, 636.0, 97.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTACCAGTT\", \"ini\": 4390, \"clust\": 4384, \"rank\": 2906, \"rankvar\": 4729, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4431, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5078, \"group\": [4387.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCGTCACGG\", \"ini\": 4389, \"clust\": 1688, \"rank\": 2083, \"rankvar\": 412, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 497, \"group\": [1689.0, 238.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAAGCCGATTT\", \"ini\": 4388, \"clust\": 1524, \"rank\": 2697, \"rankvar\": 2025, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4433, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2843, \"group\": [1525.0, 157.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGGTGATTA\", \"ini\": 4387, \"clust\": 5225, \"rank\": 3217, \"rankvar\": 2602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4471, \"group\": [5226.0, 1085.0, 187.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAATGGATA\", \"ini\": 4386, \"clust\": 3496, \"rank\": 2968, \"rankvar\": 1594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4435, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2529, \"group\": [3495.0, 582.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACACAGCCCA\", \"ini\": 4385, \"clust\": 5180, \"rank\": 3135, \"rankvar\": 2182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4436, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4322, \"group\": [5180.0, 1050.0, 171.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGGATGGG\", \"ini\": 4384, \"clust\": 4287, \"rank\": 3061, \"rankvar\": 4527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4437, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2530, \"group\": [4284.0, 795.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAGGAACGT\", \"ini\": 4383, \"clust\": 3822, \"rank\": 2702, \"rankvar\": 1903, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4438, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2108, \"group\": [3822.0, 716.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGCCATCGC\", \"ini\": 4382, \"clust\": 5199, \"rank\": 2901, \"rankvar\": 781, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4439, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4472, \"group\": [5199.0, 1066.0, 181.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTCCGTCAG\", \"ini\": 4381, \"clust\": 5207, \"rank\": 2990, \"rankvar\": 760, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4440, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4473, \"group\": [5210.0, 1074.0, 184.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACAGGGATTG\", \"ini\": 4380, \"clust\": 101, \"rank\": 3168, \"rankvar\": 5211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4441, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5183, \"group\": [97.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTATCGCAT\", \"ini\": 4379, \"clust\": 1668, \"rank\": 2080, \"rankvar\": 4014, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 498, \"group\": [1669.0, 228.0, 46.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCACTAGTAC\", \"ini\": 4378, \"clust\": 3667, \"rank\": 2424, \"rankvar\": 3249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4443, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2109, \"group\": [3669.0, 675.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCTTAGAGC\", \"ini\": 4377, \"clust\": 4422, \"rank\": 2623, \"rankvar\": 2187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4474, \"group\": [4423.0, 837.0, 138.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCATGGAATA\", \"ini\": 4376, \"clust\": 3659, \"rank\": 2446, \"rankvar\": 3308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4445, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2110, \"group\": [3658.0, 669.0, 110.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGGATGCGT\", \"ini\": 4375, \"clust\": 3674, \"rank\": 2651, \"rankvar\": 2464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4446, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2111, \"group\": [3672.0, 676.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTCGATAA\", \"ini\": 4374, \"clust\": 3867, \"rank\": 2594, \"rankvar\": 4308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4447, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2531, \"group\": [3869.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGATATGGT\", \"ini\": 4373, \"clust\": 3673, \"rank\": 2524, \"rankvar\": 4103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4448, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2112, \"group\": [3674.0, 676.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACCAACCG\", \"ini\": 4372, \"clust\": 4065, \"rank\": 3025, \"rankvar\": 3271, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4449, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2532, \"group\": [4067.0, 761.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCGATCCCT\", \"ini\": 4371, \"clust\": 3660, \"rank\": 2644, \"rankvar\": 1545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4450, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2113, \"group\": [3659.0, 670.0, 110.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTTAACGA\", \"ini\": 4370, \"clust\": 1700, \"rank\": 2719, \"rankvar\": 2260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4451, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 499, \"group\": [1701.0, 246.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTCTAGGTT\", \"ini\": 4369, \"clust\": 5208, \"rank\": 3030, \"rankvar\": 754, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4452, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4475, \"group\": [5208.0, 1074.0, 184.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCATTGCGA\", \"ini\": 4368, \"clust\": 3542, \"rank\": 2814, \"rankvar\": 1921, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 500, \"group\": [3543.0, 602.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAAGCGAGT\", \"ini\": 4367, \"clust\": 4386, \"rank\": 2953, \"rankvar\": 4977, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4454, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5079, \"group\": [4386.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCGTCAAA\", \"ini\": 4366, \"clust\": 3636, \"rank\": 2738, \"rankvar\": 106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4455, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 501, \"group\": [3636.0, 652.0, 105.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGTTGGC\", \"ini\": 4365, \"clust\": 3152, \"rank\": 2786, \"rankvar\": 309, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 502, \"group\": [3155.0, 451.0, 64.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGTCACAGTAC\", \"ini\": 4364, \"clust\": 99, \"rank\": 3208, \"rankvar\": 5106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4457, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5184, \"group\": [98.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCAACCAAC\", \"ini\": 4363, \"clust\": 5165, \"rank\": 3009, \"rankvar\": 630, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 503, \"group\": [5165.0, 1037.0, 167.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTGTTGTTTGG\", \"ini\": 4362, \"clust\": 3476, \"rank\": 2866, \"rankvar\": 3182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4459, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2533, \"group\": [3481.0, 576.0, 87.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCTCACCT\", \"ini\": 4361, \"clust\": 4349, \"rank\": 2730, \"rankvar\": 4353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4460, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5080, \"group\": [4348.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCATTGCGGC\", \"ini\": 4360, \"clust\": 5212, \"rank\": 3129, \"rankvar\": 4002, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4461, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4476, \"group\": [5212.0, 1075.0, 184.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCGGCGCTA\", \"ini\": 4359, \"clust\": 3649, \"rank\": 2653, \"rankvar\": 165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 504, \"group\": [3649.0, 663.0, 109.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCCGCATAA\", \"ini\": 4358, \"clust\": 5184, \"rank\": 2803, \"rankvar\": 2168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 505, \"group\": [5184.0, 1053.0, 173.0, 36.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCTCCCTGA\", \"ini\": 4357, \"clust\": 3642, \"rank\": 2160, \"rankvar\": 3670, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4464, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2114, \"group\": [3642.0, 657.0, 107.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAAACGAG\", \"ini\": 4356, \"clust\": 4937, \"rank\": 2926, \"rankvar\": 1991, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4465, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4477, \"group\": [4940.0, 938.0, 150.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAAGGCACATG\", \"ini\": 4355, \"clust\": 4316, \"rank\": 2735, \"rankvar\": 4515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4466, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5081, \"group\": [4317.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCATAACCG\", \"ini\": 4354, \"clust\": 3507, \"rank\": 2828, \"rankvar\": 2671, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4467, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2534, \"group\": [3508.0, 587.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACACATTTCT\", \"ini\": 4353, \"clust\": 3833, \"rank\": 2898, \"rankvar\": 2132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4468, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2535, \"group\": [3833.0, 722.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGTGAAAT\", \"ini\": 4352, \"clust\": 5179, \"rank\": 3195, \"rankvar\": 490, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 506, \"group\": [5182.0, 1051.0, 171.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCATCCTAGA\", \"ini\": 4351, \"clust\": 3422, \"rank\": 2925, \"rankvar\": 1954, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4470, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2536, \"group\": [3423.0, 554.0, 85.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCTTCGGTC\", \"ini\": 4350, \"clust\": 4277, \"rank\": 3307, \"rankvar\": 4605, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4471, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 25, \"group\": [4274.0, 791.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTCAAGGC\", \"ini\": 4349, \"clust\": 3686, \"rank\": 2685, \"rankvar\": 1852, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4472, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2115, \"group\": [3686.0, 680.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTCTAAACC\", \"ini\": 4348, \"clust\": 3456, \"rank\": 2971, \"rankvar\": 1503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4473, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2537, \"group\": [3455.0, 566.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTTACCGAT\", \"ini\": 4347, \"clust\": 3816, \"rank\": 2652, \"rankvar\": 2245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4474, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2538, \"group\": [3816.0, 713.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATTGCCC\", \"ini\": 4346, \"clust\": 4310, \"rank\": 3107, \"rankvar\": 4817, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4475, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5082, \"group\": [4314.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGGGTCGAT\", \"ini\": 4345, \"clust\": 4378, \"rank\": 2810, \"rankvar\": 5135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4476, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5083, \"group\": [4379.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAGGTTTCA\", \"ini\": 4344, \"clust\": 3520, \"rank\": 2701, \"rankvar\": 2857, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4477, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2539, \"group\": [3523.0, 590.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAAAGTAG\", \"ini\": 4343, \"clust\": 3838, \"rank\": 2854, \"rankvar\": 1767, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4478, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2540, \"group\": [3838.0, 722.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCCAGAGGA\", \"ini\": 4342, \"clust\": 4306, \"rank\": 2985, \"rankvar\": 4632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4479, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5084, \"group\": [4306.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCAGATAAG\", \"ini\": 4341, \"clust\": 3318, \"rank\": 3105, \"rankvar\": 200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4480, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 507, \"group\": [3320.0, 501.0, 73.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCTGCTGTC\", \"ini\": 4340, \"clust\": 4379, \"rank\": 2897, \"rankvar\": 5005, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4481, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5085, \"group\": [4380.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATTACCTT\", \"ini\": 4339, \"clust\": 3893, \"rank\": 2696, \"rankvar\": 2529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4482, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2541, \"group\": [3894.0, 738.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTACGACG\", \"ini\": 4338, \"clust\": 3439, \"rank\": 3038, \"rankvar\": 2611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4483, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2542, \"group\": [3440.0, 561.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCACAGTATAAG\", \"ini\": 4337, \"clust\": 1621, \"rank\": 2755, \"rankvar\": 1039, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 508, \"group\": [1624.0, 194.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAACTTGAC\", \"ini\": 4336, \"clust\": 3652, \"rank\": 2793, \"rankvar\": 215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4485, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 509, \"group\": [3652.0, 664.0, 109.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCGTTACAG\", \"ini\": 4335, \"clust\": 1542, \"rank\": 2308, \"rankvar\": 2780, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4486, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2844, \"group\": [1544.0, 163.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTATCCTA\", \"ini\": 4334, \"clust\": 4314, \"rank\": 2903, \"rankvar\": 3986, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4487, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5086, \"group\": [4315.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGGCTAGGT\", \"ini\": 4333, \"clust\": 89, \"rank\": 3449, \"rankvar\": 5152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4488, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5185, \"group\": [91.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCCTAGGGC\", \"ini\": 4332, \"clust\": 3690, \"rank\": 2634, \"rankvar\": 4237, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4489, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2116, \"group\": [3688.0, 681.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCCAGTTA\", \"ini\": 4331, \"clust\": 3676, \"rank\": 2713, \"rankvar\": 4088, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4490, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2117, \"group\": [3679.0, 677.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGAAGGTGA\", \"ini\": 4330, \"clust\": 1539, \"rank\": 2355, \"rankvar\": 4520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4491, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2845, \"group\": [1539.0, 162.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGCAACT\", \"ini\": 4329, \"clust\": 3823, \"rank\": 3046, \"rankvar\": 2722, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4492, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2118, \"group\": [3827.0, 718.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCAAATCCGT\", \"ini\": 4328, \"clust\": 3664, \"rank\": 2859, \"rankvar\": 1134, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4493, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 510, \"group\": [3664.0, 673.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCACCCAGTG\", \"ini\": 4327, \"clust\": 5226, \"rank\": 3370, \"rankvar\": 3564, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4494, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5132, \"group\": [5227.0, 1086.0, 187.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACACGCATCG\", \"ini\": 4326, \"clust\": 3505, \"rank\": 2670, \"rankvar\": 2527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4495, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2543, \"group\": [3505.0, 586.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTGGGTATG\", \"ini\": 4325, \"clust\": 3622, \"rank\": 2798, \"rankvar\": 1325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 511, \"group\": [3631.0, 648.0, 102.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGTTGGC\", \"ini\": 4324, \"clust\": 3868, \"rank\": 2729, \"rankvar\": 2709, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4497, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2544, \"group\": [3867.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCATTTCACT\", \"ini\": 4323, \"clust\": 5200, \"rank\": 3177, \"rankvar\": 1343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4478, \"group\": [5200.0, 1067.0, 181.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGTCAATAG\", \"ini\": 4322, \"clust\": 4099, \"rank\": 3343, \"rankvar\": 3005, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4499, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 26, \"group\": [4098.0, 770.0, 122.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGCGATATA\", \"ini\": 4321, \"clust\": 3614, \"rank\": 2892, \"rankvar\": 103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 512, \"group\": [3614.0, 633.0, 95.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTGTTTGGT\", \"ini\": 4320, \"clust\": 5221, \"rank\": 3216, \"rankvar\": 882, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4501, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4479, \"group\": [5222.0, 1082.0, 186.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCCCGACA\", \"ini\": 4319, \"clust\": 5162, \"rank\": 3227, \"rankvar\": 516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 513, \"group\": [5163.0, 1036.0, 167.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGCTAGGT\", \"ini\": 4318, \"clust\": 132, \"rank\": 3040, \"rankvar\": 4891, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4503, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2846, \"group\": [135.0, 27.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTCACAAGG\", \"ini\": 4317, \"clust\": 4429, \"rank\": 2853, \"rankvar\": 2792, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4504, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2545, \"group\": [4430.0, 842.0, 139.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCGAATGGG\", \"ini\": 4316, \"clust\": 4423, \"rank\": 2791, \"rankvar\": 1463, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4505, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4480, \"group\": [4424.0, 838.0, 138.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCAAGGTAA\", \"ini\": 4315, \"clust\": 3644, \"rank\": 2914, \"rankvar\": 1790, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4506, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 514, \"group\": [3644.0, 659.0, 108.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCGCCTCA\", \"ini\": 4314, \"clust\": 11, \"rank\": 2714, \"rankvar\": 3295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 515, \"group\": [14.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGAAAGTGG\", \"ini\": 4313, \"clust\": 3656, \"rank\": 2725, \"rankvar\": 1840, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4508, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2119, \"group\": [3655.0, 667.0, 110.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGGTCGTC\", \"ini\": 4312, \"clust\": 5224, \"rank\": 3362, \"rankvar\": 1805, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4509, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 516, \"group\": [5225.0, 1084.0, 187.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACATTCTTAC\", \"ini\": 4311, \"clust\": 4376, \"rank\": 2922, \"rankvar\": 5067, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4510, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5087, \"group\": [4377.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTATCTGCA\", \"ini\": 4310, \"clust\": 3875, \"rank\": 2560, \"rankvar\": 2368, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4511, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2546, \"group\": [3877.0, 733.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCACCGAATT\", \"ini\": 4309, \"clust\": 4371, \"rank\": 3124, \"rankvar\": 5036, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4512, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5088, \"group\": [4370.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCAAGTTAAG\", \"ini\": 4308, \"clust\": 4302, \"rank\": 3171, \"rankvar\": 4161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4513, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5089, \"group\": [4303.0, 808.0, 134.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCAGCTATTG\", \"ini\": 4307, \"clust\": 90, \"rank\": 3382, \"rankvar\": 5045, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4514, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5186, \"group\": [90.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCCTCAATT\", \"ini\": 4306, \"clust\": 3433, \"rank\": 3097, \"rankvar\": 3087, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4515, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2547, \"group\": [3434.0, 560.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCTATCCCG\", \"ini\": 4305, \"clust\": 3342, \"rank\": 3194, \"rankvar\": 3405, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4516, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 517, \"group\": [3342.0, 517.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTCATATGC\", \"ini\": 4304, \"clust\": 1540, \"rank\": 2418, \"rankvar\": 4422, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4517, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2847, \"group\": [1540.0, 162.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCCAAGTA\", \"ini\": 4303, \"clust\": 1632, \"rank\": 2280, \"rankvar\": 2910, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4518, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2548, \"group\": [1632.0, 200.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCCATGCTC\", \"ini\": 4302, \"clust\": 3521, \"rank\": 2967, \"rankvar\": 2661, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4519, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2549, \"group\": [3521.0, 590.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACGCCAGT\", \"ini\": 4301, \"clust\": 4367, \"rank\": 3187, \"rankvar\": 5101, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4520, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5090, \"group\": [4366.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGCTAAACA\", \"ini\": 4300, \"clust\": 4308, \"rank\": 3104, \"rankvar\": 4528, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4521, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5091, \"group\": [4309.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGCAGCGTA\", \"ini\": 4299, \"clust\": 4350, \"rank\": 2769, \"rankvar\": 4415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4522, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5092, \"group\": [4349.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCACCTCGGA\", \"ini\": 4298, \"clust\": 3425, \"rank\": 3052, \"rankvar\": 2925, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4523, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2120, \"group\": [3428.0, 558.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTGGTCCC\", \"ini\": 4297, \"clust\": 1699, \"rank\": 2966, \"rankvar\": 3621, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 518, \"group\": [1700.0, 245.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGAACAATC\", \"ini\": 4296, \"clust\": 3426, \"rank\": 3066, \"rankvar\": 2439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4525, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2550, \"group\": [3426.0, 557.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCTACGAGT\", \"ini\": 4295, \"clust\": 3320, \"rank\": 3186, \"rankvar\": 478, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 519, \"group\": [3319.0, 500.0, 73.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTTTCCTT\", \"ini\": 4294, \"clust\": 3526, \"rank\": 2568, \"rankvar\": 4180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4527, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2551, \"group\": [3526.0, 593.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTACCTACA\", \"ini\": 4293, \"clust\": 3457, \"rank\": 3138, \"rankvar\": 2845, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4528, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2552, \"group\": [3456.0, 566.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTCCTCCT\", \"ini\": 4292, \"clust\": 5168, \"rank\": 2994, \"rankvar\": 804, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 520, \"group\": [5171.0, 1042.0, 168.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTACCTGC\", \"ini\": 4291, \"clust\": 3460, \"rank\": 3173, \"rankvar\": 1672, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4530, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2553, \"group\": [3462.0, 566.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACCAGTTA\", \"ini\": 4290, \"clust\": 4391, \"rank\": 3243, \"rankvar\": 4957, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4531, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5093, \"group\": [4391.0, 822.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCATC\", \"ini\": 4289, \"clust\": 3650, \"rank\": 2822, \"rankvar\": 392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 521, \"group\": [3650.0, 663.0, 109.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTTCCCT\", \"ini\": 4288, \"clust\": 4977, \"rank\": 2936, \"rankvar\": 887, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4533, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 522, \"group\": [4978.0, 955.0, 152.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCCGT\", \"ini\": 4287, \"clust\": 93, \"rank\": 3483, \"rankvar\": 5201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4534, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5187, \"group\": [95.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAGACGTG\", \"ini\": 4286, \"clust\": 3440, \"rank\": 3326, \"rankvar\": 3931, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4535, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2554, \"group\": [3441.0, 561.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCAATCCGAT\", \"ini\": 4285, \"clust\": 4309, \"rank\": 3098, \"rankvar\": 4706, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4536, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5094, \"group\": [4310.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTATTCTC\", \"ini\": 4284, \"clust\": 3310, \"rank\": 3047, \"rankvar\": 1917, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 523, \"group\": [3311.0, 493.0, 71.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTGTGACCC\", \"ini\": 4283, \"clust\": 3869, \"rank\": 2952, \"rankvar\": 3228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4538, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2555, \"group\": [3868.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCATAACCG\", \"ini\": 4282, \"clust\": 3513, \"rank\": 2890, \"rankvar\": 2367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4539, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2556, \"group\": [3512.0, 588.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTTCGAACGGA\", \"ini\": 4281, \"clust\": 4389, \"rank\": 3256, \"rankvar\": 4245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4540, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5095, \"group\": [4388.0, 822.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTAGTTTGCGT\", \"ini\": 4280, \"clust\": 3672, \"rank\": 3011, \"rankvar\": 3594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4541, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2121, \"group\": [3675.0, 676.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCATAA\", \"ini\": 4279, \"clust\": 3437, \"rank\": 3149, \"rankvar\": 2926, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4542, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2557, \"group\": [3438.0, 561.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGAAGAAGC\", \"ini\": 4278, \"clust\": 3423, \"rank\": 3076, \"rankvar\": 862, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2558, \"group\": [3424.0, 555.0, 85.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCTGGAGA\", \"ini\": 4277, \"clust\": 3887, \"rank\": 2913, \"rankvar\": 2630, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4544, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2559, \"group\": [3895.0, 739.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTAGGCTGA\", \"ini\": 4276, \"clust\": 77, \"rank\": 3211, \"rankvar\": 4516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4545, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5188, \"group\": [77.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGTGCCAGA\", \"ini\": 4275, \"clust\": 3620, \"rank\": 3176, \"rankvar\": 4269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4546, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2122, \"group\": [3619.0, 638.0, 99.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCCAGG\", \"ini\": 4274, \"clust\": 24, \"rank\": 3181, \"rankvar\": 4900, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4547, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5189, \"group\": [24.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTACTGAC\", \"ini\": 4273, \"clust\": 78, \"rank\": 3224, \"rankvar\": 4874, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4548, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5190, \"group\": [78.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCATATACCG\", \"ini\": 4272, \"clust\": 1618, \"rank\": 3026, \"rankvar\": 532, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 524, \"group\": [1621.0, 191.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCATACCATG\", \"ini\": 4271, \"clust\": 3688, \"rank\": 2742, \"rankvar\": 1939, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 525, \"group\": [3691.0, 682.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCAATCCGAT\", \"ini\": 4270, \"clust\": 103, \"rank\": 3469, \"rankvar\": 4234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4551, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5191, \"group\": [106.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGGGAAACA\", \"ini\": 4269, \"clust\": 3434, \"rank\": 3180, \"rankvar\": 2012, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4552, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2560, \"group\": [3435.0, 560.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGCGGTAA\", \"ini\": 4268, \"clust\": 4372, \"rank\": 3139, \"rankvar\": 4861, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4553, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5096, \"group\": [4371.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGTCTCG\", \"ini\": 4267, \"clust\": 5215, \"rank\": 3536, \"rankvar\": 3211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4554, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4481, \"group\": [5221.0, 1081.0, 186.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCCAACTA\", \"ini\": 4266, \"clust\": 3895, \"rank\": 2940, \"rankvar\": 1420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4555, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2561, \"group\": [3893.0, 738.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTGACTACT\", \"ini\": 4265, \"clust\": 4293, \"rank\": 2987, \"rankvar\": 290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4556, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 526, \"group\": [4298.0, 803.0, 131.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAAGGAGCGTT\", \"ini\": 4264, \"clust\": 3494, \"rank\": 3122, \"rankvar\": 2291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4557, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2562, \"group\": [3496.0, 582.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAATCGGTT\", \"ini\": 4263, \"clust\": 3315, \"rank\": 3057, \"rankvar\": 451, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 527, \"group\": [3315.0, 496.0, 72.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAAGGCCT\", \"ini\": 4262, \"clust\": 85, \"rank\": 3365, \"rankvar\": 4801, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4559, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5192, \"group\": [85.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCGCGGATC\", \"ini\": 4261, \"clust\": 3617, \"rank\": 3093, \"rankvar\": 540, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 528, \"group\": [3618.0, 637.0, 98.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCAACCATG\", \"ini\": 4260, \"clust\": 4424, \"rank\": 2905, \"rankvar\": 1914, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4561, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4482, \"group\": [4425.0, 839.0, 139.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGTTAACGA\", \"ini\": 4259, \"clust\": 4595, \"rank\": 2743, \"rankvar\": 3715, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4562, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4483, \"group\": [4597.0, 880.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCCAAGTA\", \"ini\": 4258, \"clust\": 95, \"rank\": 3510, \"rankvar\": 5079, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4563, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5193, \"group\": [94.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATACTG\", \"ini\": 4257, \"clust\": 3629, \"rank\": 3044, \"rankvar\": 4236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4564, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5097, \"group\": [3629.0, 646.0, 101.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTCCAGTGC\", \"ini\": 4256, \"clust\": 4317, \"rank\": 2988, \"rankvar\": 3911, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4565, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5098, \"group\": [4318.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAAGAGGA\", \"ini\": 4255, \"clust\": 4373, \"rank\": 3255, \"rankvar\": 4701, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4566, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5099, \"group\": [4376.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGCGTC\", \"ini\": 4254, \"clust\": 3882, \"rank\": 2923, \"rankvar\": 1066, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4567, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2563, \"group\": [3884.0, 736.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCCTATGTT\", \"ini\": 4253, \"clust\": 3438, \"rank\": 3263, \"rankvar\": 3461, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4568, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2564, \"group\": [3439.0, 561.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCTTGAGAC\", \"ini\": 4252, \"clust\": 3313, \"rank\": 3200, \"rankvar\": 2757, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 529, \"group\": [3314.0, 495.0, 72.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGATTGCT\", \"ini\": 4251, \"clust\": 98, \"rank\": 3480, \"rankvar\": 5153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4570, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5194, \"group\": [99.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGTCGTTTG\", \"ini\": 4250, \"clust\": 3632, \"rank\": 3039, \"rankvar\": 4534, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 530, \"group\": [3632.0, 649.0, 103.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACCCTATC\", \"ini\": 4249, \"clust\": 4426, \"rank\": 2900, \"rankvar\": 3367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4572, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2565, \"group\": [4427.0, 841.0, 139.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTTTACAC\", \"ini\": 4248, \"clust\": 92, \"rank\": 3560, \"rankvar\": 5082, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4573, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5195, \"group\": [89.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAGATCCAT\", \"ini\": 4247, \"clust\": 3483, \"rank\": 3111, \"rankvar\": 3511, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4574, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2566, \"group\": [3482.0, 577.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGGCTAGAC\", \"ini\": 4246, \"clust\": 4299, \"rank\": 3114, \"rankvar\": 861, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4575, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4484, \"group\": [4299.0, 804.0, 132.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTAGGGAACGG\", \"ini\": 4245, \"clust\": 25, \"rank\": 3290, \"rankvar\": 4934, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4576, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5196, \"group\": [25.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGGACAA\", \"ini\": 4244, \"clust\": 3657, \"rank\": 2950, \"rankvar\": 2196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4577, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2123, \"group\": [3656.0, 667.0, 110.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCTGTCCGT\", \"ini\": 4243, \"clust\": 3490, \"rank\": 3154, \"rankvar\": 523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4578, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2567, \"group\": [3490.0, 581.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCACTCCA\", \"ini\": 4242, \"clust\": 4377, \"rank\": 3236, \"rankvar\": 5057, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4579, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5100, \"group\": [4378.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGAATGGG\", \"ini\": 4241, \"clust\": 3508, \"rank\": 3094, \"rankvar\": 1444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4580, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2568, \"group\": [3509.0, 587.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAATCCAAC\", \"ini\": 4240, \"clust\": 3512, \"rank\": 3237, \"rankvar\": 4410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4581, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2569, \"group\": [3511.0, 588.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTTGAACTC\", \"ini\": 4239, \"clust\": 5202, \"rank\": 3169, \"rankvar\": 2119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4582, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4485, \"group\": [5204.0, 1070.0, 183.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCTCTGCAAGT\", \"ini\": 4238, \"clust\": 4282, \"rank\": 3426, \"rankvar\": 4886, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4583, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 531, \"group\": [4281.0, 794.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCAGAGCCAA\", \"ini\": 4237, \"clust\": 134, \"rank\": 3413, \"rankvar\": 4893, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4584, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2848, \"group\": [134.0, 27.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTTTGACAC\", \"ini\": 4236, \"clust\": 4279, \"rank\": 3691, \"rankvar\": 4911, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4585, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 27, \"group\": [4276.0, 791.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTTCTGAAC\", \"ini\": 4235, \"clust\": 1506, \"rank\": 3123, \"rankvar\": 2108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4586, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2849, \"group\": [1509.0, 152.0, 21.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAAGAAGAG\", \"ini\": 4234, \"clust\": 1513, \"rank\": 2909, \"rankvar\": 4786, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4587, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2850, \"group\": [1513.0, 154.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACACAACTGT\", \"ini\": 4233, \"clust\": 1507, \"rank\": 3081, \"rankvar\": 4266, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4588, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2851, \"group\": [1507.0, 151.0, 21.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCTCTGCTG\", \"ini\": 4232, \"clust\": 4315, \"rank\": 3178, \"rankvar\": 4373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4589, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5101, \"group\": [4316.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGGAACTGC\", \"ini\": 4231, \"clust\": 5181, \"rank\": 3331, \"rankvar\": 1539, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4590, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 532, \"group\": [5181.0, 1050.0, 171.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGTAGTGCG\", \"ini\": 4230, \"clust\": 1508, \"rank\": 3031, \"rankvar\": 4668, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4591, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2852, \"group\": [1508.0, 151.0, 21.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGCAAG\", \"ini\": 4229, \"clust\": 5209, \"rank\": 3364, \"rankvar\": 1169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4592, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4486, \"group\": [5209.0, 1074.0, 184.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGGAAAGA\", \"ini\": 4228, \"clust\": 3448, \"rank\": 3301, \"rankvar\": 1629, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4593, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2570, \"group\": [3454.0, 565.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAAGAAGAG\", \"ini\": 4227, \"clust\": 3633, \"rank\": 3203, \"rankvar\": 3330, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 533, \"group\": [3633.0, 649.0, 103.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCTCAAGTG\", \"ini\": 4226, \"clust\": 3473, \"rank\": 3196, \"rankvar\": 2178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4595, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2571, \"group\": [3476.0, 572.0, 87.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTCCCTACT\", \"ini\": 4225, \"clust\": 3488, \"rank\": 2959, \"rankvar\": 2005, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4596, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2572, \"group\": [3488.0, 580.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCGTATT\", \"ini\": 4224, \"clust\": 1522, \"rank\": 3162, \"rankvar\": 4195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4597, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2853, \"group\": [1522.0, 156.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCAGTGTTG\", \"ini\": 4223, \"clust\": 1638, \"rank\": 3017, \"rankvar\": 3383, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4598, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2573, \"group\": [1639.0, 205.0, 36.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGGCAGTCA\", \"ini\": 4222, \"clust\": 3455, \"rank\": 3367, \"rankvar\": 1300, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4599, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2574, \"group\": [3457.0, 566.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTCGTTGA\", \"ini\": 4221, \"clust\": 4305, \"rank\": 3174, \"rankvar\": 4633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4600, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5102, \"group\": [4308.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTCGTGAT\", \"ini\": 4220, \"clust\": 1503, \"rank\": 3239, \"rankvar\": 3443, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4601, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2854, \"group\": [1506.0, 150.0, 21.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCGTTGCCT\", \"ini\": 4219, \"clust\": 3658, \"rank\": 3075, \"rankvar\": 3460, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4602, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2124, \"group\": [3660.0, 671.0, 110.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACGCTC\", \"ini\": 4218, \"clust\": 4307, \"rank\": 3312, \"rankvar\": 3375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4603, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5103, \"group\": [4307.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCATATGC\", \"ini\": 4217, \"clust\": 5201, \"rank\": 3140, \"rankvar\": 932, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4487, \"group\": [5205.0, 1071.0, 183.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACCATCCT\", \"ini\": 4216, \"clust\": 3615, \"rank\": 3329, \"rankvar\": 3779, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 534, \"group\": [3615.0, 634.0, 95.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCACTCAGGC\", \"ini\": 4215, \"clust\": 3504, \"rank\": 3213, \"rankvar\": 4250, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2575, \"group\": [3507.0, 586.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCACAACTGT\", \"ini\": 4214, \"clust\": 8, \"rank\": 2939, \"rankvar\": 3181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4607, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 535, \"group\": [15.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTCGCTTTC\", \"ini\": 4213, \"clust\": 3435, \"rank\": 3488, \"rankvar\": 2729, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4608, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2576, \"group\": [3436.0, 560.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCACGAAGCA\", \"ini\": 4212, \"clust\": 3428, \"rank\": 3305, \"rankvar\": 2970, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4609, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2577, \"group\": [3429.0, 559.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTAGCTCCTCT\", \"ini\": 4211, \"clust\": 3311, \"rank\": 3319, \"rankvar\": 2232, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4610, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 536, \"group\": [3312.0, 494.0, 71.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCATCC\", \"ini\": 4210, \"clust\": 3506, \"rank\": 3043, \"rankvar\": 3743, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4611, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2578, \"group\": [3506.0, 586.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGAAGGCCT\", \"ini\": 4209, \"clust\": 3669, \"rank\": 3091, \"rankvar\": 3512, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4612, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2125, \"group\": [3668.0, 675.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGCAACT\", \"ini\": 4208, \"clust\": 3486, \"rank\": 3159, \"rankvar\": 3625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4613, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2579, \"group\": [3485.0, 578.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCACGAAATA\", \"ini\": 4207, \"clust\": 1511, \"rank\": 3117, \"rankvar\": 4483, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4614, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2855, \"group\": [1514.0, 154.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTAGCTCCG\", \"ini\": 4206, \"clust\": 3884, \"rank\": 3165, \"rankvar\": 956, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4615, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2580, \"group\": [3883.0, 735.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACCCATTC\", \"ini\": 4205, \"clust\": 3670, \"rank\": 3223, \"rankvar\": 2111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4616, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2126, \"group\": [3670.0, 676.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTGATGTGG\", \"ini\": 4204, \"clust\": 3441, \"rank\": 3289, \"rankvar\": 1720, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4617, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2581, \"group\": [3442.0, 562.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCCCAACC\", \"ini\": 4203, \"clust\": 5214, \"rank\": 3437, \"rankvar\": 226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4618, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 537, \"group\": [5215.0, 1078.0, 185.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGGATACC\", \"ini\": 4202, \"clust\": 15, \"rank\": 3519, \"rankvar\": 4691, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4619, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5197, \"group\": [16.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTACTTAC\", \"ini\": 4201, \"clust\": 4298, \"rank\": 3088, \"rankvar\": 4648, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4620, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5104, \"group\": [4301.0, 806.0, 133.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGTT\", \"ini\": 4200, \"clust\": 4292, \"rank\": 3618, \"rankvar\": 5121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4621, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2582, \"group\": [4289.0, 797.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTGTCTTT\", \"ini\": 4199, \"clust\": 3527, \"rank\": 3008, \"rankvar\": 2044, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4622, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2583, \"group\": [3527.0, 593.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTGCGTTA\", \"ini\": 4198, \"clust\": 4368, \"rank\": 3571, \"rankvar\": 5088, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4623, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5105, \"group\": [4367.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAAACCTA\", \"ini\": 4197, \"clust\": 3645, \"rank\": 3106, \"rankvar\": 318, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 538, \"group\": [3645.0, 660.0, 108.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTTCGGTC\", \"ini\": 4196, \"clust\": 5210, \"rank\": 3288, \"rankvar\": 821, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4488, \"group\": [5213.0, 1076.0, 184.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCTTGCAAG\", \"ini\": 4195, \"clust\": 3431, \"rank\": 3311, \"rankvar\": 1887, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2584, \"group\": [3431.0, 559.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGACTTGAA\", \"ini\": 4194, \"clust\": 4374, \"rank\": 3504, \"rankvar\": 4586, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4627, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5106, \"group\": [4374.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCGGTCTAA\", \"ini\": 4193, \"clust\": 3316, \"rank\": 3320, \"rankvar\": 1250, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4628, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 539, \"group\": [3316.0, 497.0, 72.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGAGTGACC\", \"ini\": 4192, \"clust\": 3415, \"rank\": 3265, \"rankvar\": 3716, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4629, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2585, \"group\": [3415.0, 550.0, 84.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCAGTAGT\", \"ini\": 4191, \"clust\": 4427, \"rank\": 3112, \"rankvar\": 3476, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4630, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2586, \"group\": [4428.0, 841.0, 139.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACATACTCTT\", \"ini\": 4190, \"clust\": 3631, \"rank\": 3119, \"rankvar\": 4081, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 540, \"group\": [3634.0, 650.0, 103.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCATGTCTT\", \"ini\": 4189, \"clust\": 3691, \"rank\": 3024, \"rankvar\": 3492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4632, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2127, \"group\": [3689.0, 681.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCCCTTGT\", \"ini\": 4188, \"clust\": 4403, \"rank\": 3287, \"rankvar\": 4574, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4633, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2128, \"group\": [4400.0, 829.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAAGGCTCC\", \"ini\": 4187, \"clust\": 3514, \"rank\": 3259, \"rankvar\": 1619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4634, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2587, \"group\": [3513.0, 588.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGCTCCGA\", \"ini\": 4186, \"clust\": 3427, \"rank\": 3309, \"rankvar\": 3319, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4635, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2588, \"group\": [3427.0, 557.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTCAATGTC\", \"ini\": 4185, \"clust\": 3565, \"rank\": 3108, \"rankvar\": 3657, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4636, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2129, \"group\": [3564.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAGTAGAGC\", \"ini\": 4184, \"clust\": 1529, \"rank\": 2838, \"rankvar\": 4885, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4637, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2856, \"group\": [1530.0, 160.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACCCTCA\", \"ini\": 4183, \"clust\": 3537, \"rank\": 3368, \"rankvar\": 2532, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 541, \"group\": [3536.0, 599.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCCGTCAG\", \"ini\": 4182, \"clust\": 3453, \"rank\": 3466, \"rankvar\": 3209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2589, \"group\": [3451.0, 565.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCGTAAGCACG\", \"ini\": 4181, \"clust\": 3623, \"rank\": 3202, \"rankvar\": 315, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 542, \"group\": [3625.0, 643.0, 100.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCTGAAAGA\", \"ini\": 4180, \"clust\": 3334, \"rank\": 3636, \"rankvar\": 1323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4641, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 543, \"group\": [3414.0, 549.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAGTTCATG\", \"ini\": 4179, \"clust\": 4285, \"rank\": 3666, \"rankvar\": 4678, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4642, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2590, \"group\": [4282.0, 795.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCACCCGAG\", \"ini\": 4178, \"clust\": 4296, \"rank\": 3394, \"rankvar\": 4696, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 544, \"group\": [4296.0, 802.0, 130.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCACATCTTT\", \"ini\": 4177, \"clust\": 3416, \"rank\": 3148, \"rankvar\": 4215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4644, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2591, \"group\": [3416.0, 550.0, 84.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACTGTC\", \"ini\": 4176, \"clust\": 3450, \"rank\": 3418, \"rankvar\": 3238, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2592, \"group\": [3448.0, 565.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTAGCCTCG\", \"ini\": 4175, \"clust\": 4101, \"rank\": 3673, \"rankvar\": 4443, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4646, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 28, \"group\": [4097.0, 770.0, 122.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGTTACGA\", \"ini\": 4174, \"clust\": 3454, \"rank\": 3445, \"rankvar\": 1290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4647, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2593, \"group\": [3452.0, 565.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCAGGTC\", \"ini\": 4173, \"clust\": 3630, \"rank\": 3271, \"rankvar\": 1775, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4648, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 545, \"group\": [3630.0, 647.0, 101.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAAGAGGCT\", \"ini\": 4172, \"clust\": 23, \"rank\": 3388, \"rankvar\": 4865, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4649, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5198, \"group\": [26.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCAAATACAG\", \"ini\": 4171, \"clust\": 3474, \"rank\": 3136, \"rankvar\": 2781, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4650, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2594, \"group\": [3474.0, 571.0, 87.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCAAACGGG\", \"ini\": 4170, \"clust\": 3479, \"rank\": 3131, \"rankvar\": 3703, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4651, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2595, \"group\": [3477.0, 573.0, 87.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTGTCTTCAAG\", \"ini\": 4169, \"clust\": 4284, \"rank\": 3429, \"rankvar\": 4836, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4652, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2596, \"group\": [4286.0, 795.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGGAACGT\", \"ini\": 4168, \"clust\": 3436, \"rank\": 3471, \"rankvar\": 2578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4653, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2597, \"group\": [3437.0, 560.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCAGTTCGCGC\", \"ini\": 4167, \"clust\": 3344, \"rank\": 3494, \"rankvar\": 285, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4654, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4489, \"group\": [3344.0, 519.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTATATGAG\", \"ini\": 4166, \"clust\": 3675, \"rank\": 3253, \"rankvar\": 3637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4655, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2130, \"group\": [3673.0, 676.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTTAAGAAC\", \"ini\": 4165, \"clust\": 4098, \"rank\": 3746, \"rankvar\": 4510, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4656, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 29, \"group\": [4099.0, 771.0, 122.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTGTTTGT\", \"ini\": 4164, \"clust\": 3624, \"rank\": 3102, \"rankvar\": 423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 546, \"group\": [3623.0, 641.0, 100.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTAGTAGTA\", \"ini\": 4163, \"clust\": 3627, \"rank\": 3257, \"rankvar\": 1222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 547, \"group\": [3626.0, 644.0, 101.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTGCACGAA\", \"ini\": 4162, \"clust\": 3532, \"rank\": 3215, \"rankvar\": 1560, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4659, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2131, \"group\": [3535.0, 598.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGCCCAC\", \"ini\": 4161, \"clust\": 3522, \"rank\": 3317, \"rankvar\": 4145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4660, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2598, \"group\": [3522.0, 590.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATCATCCC\", \"ini\": 4160, \"clust\": 3463, \"rank\": 3470, \"rankvar\": 1738, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4661, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2599, \"group\": [3463.0, 567.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTGATGTCT\", \"ini\": 4159, \"clust\": 3653, \"rank\": 3246, \"rankvar\": 1410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4662, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2132, \"group\": [3653.0, 665.0, 110.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCCTACAGA\", \"ini\": 4158, \"clust\": 4288, \"rank\": 3776, \"rankvar\": 5035, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4663, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2600, \"group\": [4285.0, 795.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCTCCGA\", \"ini\": 4157, \"clust\": 3484, \"rank\": 3304, \"rankvar\": 1141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4664, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2601, \"group\": [3483.0, 577.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTGCTAGCC\", \"ini\": 4156, \"clust\": 3442, \"rank\": 3366, \"rankvar\": 1365, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4665, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2602, \"group\": [3443.0, 562.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCCGTTGTC\", \"ini\": 4155, \"clust\": 3497, \"rank\": 3204, \"rankvar\": 322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4666, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2603, \"group\": [3498.0, 584.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCACCCAGTG\", \"ini\": 4154, \"clust\": 4300, \"rank\": 3354, \"rankvar\": 2789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4667, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4490, \"group\": [4300.0, 805.0, 132.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTCTCTCTG\", \"ini\": 4153, \"clust\": 3458, \"rank\": 3476, \"rankvar\": 4038, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2604, \"group\": [3458.0, 566.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGTCCCTAATT\", \"ini\": 4152, \"clust\": 1655, \"rank\": 3292, \"rankvar\": 2563, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 548, \"group\": [1655.0, 216.0, 40.0, 11.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTACTTAC\", \"ini\": 4151, \"clust\": 3539, \"rank\": 3393, \"rankvar\": 2088, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4670, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2133, \"group\": [3541.0, 600.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGACCACGA\", \"ini\": 4150, \"clust\": 4303, \"rank\": 3433, \"rankvar\": 4816, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4671, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5107, \"group\": [4304.0, 809.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCGTATCAG\", \"ini\": 4149, \"clust\": 3689, \"rank\": 3238, \"rankvar\": 2371, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4672, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2134, \"group\": [3690.0, 681.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCGCATAT\", \"ini\": 4148, \"clust\": 1533, \"rank\": 3158, \"rankvar\": 4343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4673, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2857, \"group\": [1534.0, 160.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGCCGATTT\", \"ini\": 4147, \"clust\": 3471, \"rank\": 3506, \"rankvar\": 1927, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4674, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2605, \"group\": [3470.0, 569.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCTCAACA\", \"ini\": 4146, \"clust\": 4095, \"rank\": 3336, \"rankvar\": 3926, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4675, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4491, \"group\": [4293.0, 800.0, 128.0, 29.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCTGAA\", \"ini\": 4145, \"clust\": 3625, \"rank\": 3230, \"rankvar\": 2678, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 549, \"group\": [3624.0, 642.0, 100.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACGCACC\", \"ini\": 4144, \"clust\": 1525, \"rank\": 3184, \"rankvar\": 4699, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4677, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2858, \"group\": [1526.0, 158.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCCCACTTG\", \"ini\": 4143, \"clust\": 86, \"rank\": 3816, \"rankvar\": 5030, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4678, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5199, \"group\": [92.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCACAAGCCC\", \"ini\": 4142, \"clust\": 104, \"rank\": 3709, \"rankvar\": 4837, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4679, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5200, \"group\": [102.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTTAGGAA\", \"ini\": 4141, \"clust\": 88, \"rank\": 3667, \"rankvar\": 5083, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4680, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5201, \"group\": [87.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCTCTTTA\", \"ini\": 4140, \"clust\": 3478, \"rank\": 3146, \"rankvar\": 2554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4681, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2606, \"group\": [3479.0, 574.0, 87.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGACCCACC\", \"ini\": 4139, \"clust\": 3368, \"rank\": 3710, \"rankvar\": 846, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 550, \"group\": [3366.0, 529.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAGTTGCGTTA\", \"ini\": 4138, \"clust\": 5185, \"rank\": 3474, \"rankvar\": 674, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 551, \"group\": [5188.0, 1057.0, 176.0, 38.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCTAGAGTC\", \"ini\": 4137, \"clust\": 3525, \"rank\": 3051, \"rankvar\": 2956, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4684, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2607, \"group\": [3528.0, 594.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCATACGCTA\", \"ini\": 4136, \"clust\": 106, \"rank\": 4103, \"rankvar\": 5072, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4685, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5202, \"group\": [104.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTCGCTAA\", \"ini\": 4135, \"clust\": 3523, \"rank\": 3266, \"rankvar\": 4154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4686, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2608, \"group\": [3524.0, 591.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCTGGAAC\", \"ini\": 4134, \"clust\": 3530, \"rank\": 3328, \"rankvar\": 3040, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4687, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2135, \"group\": [3531.0, 597.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTGTGGAG\", \"ini\": 4133, \"clust\": 3461, \"rank\": 3451, \"rankvar\": 3085, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4688, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2609, \"group\": [3460.0, 566.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTGAACG\", \"ini\": 4132, \"clust\": 3470, \"rank\": 3498, \"rankvar\": 2337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4689, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2610, \"group\": [3472.0, 569.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCATTCTA\", \"ini\": 4131, \"clust\": 1622, \"rank\": 3059, \"rankvar\": 3469, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 552, \"group\": [1622.0, 192.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCGATATA\", \"ini\": 4130, \"clust\": 3481, \"rank\": 3234, \"rankvar\": 3812, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4691, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2611, \"group\": [3497.0, 583.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATGTCTCATCC\", \"ini\": 4129, \"clust\": 4286, \"rank\": 3721, \"rankvar\": 4766, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4692, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2612, \"group\": [4283.0, 795.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCCATCGGTTA\", \"ini\": 4128, \"clust\": 5203, \"rank\": 3245, \"rankvar\": 4141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4693, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4492, \"group\": [5202.0, 1069.0, 183.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTCCAGTTA\", \"ini\": 4127, \"clust\": 4319, \"rank\": 3378, \"rankvar\": 4395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4694, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5108, \"group\": [4320.0, 811.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTTCTGGTA\", \"ini\": 4126, \"clust\": 3374, \"rank\": 3731, \"rankvar\": 4492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4695, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2613, \"group\": [3374.0, 535.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAGCCTTTC\", \"ini\": 4125, \"clust\": 3498, \"rank\": 3299, \"rankvar\": 3549, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2614, \"group\": [3499.0, 584.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTTCAGCGC\", \"ini\": 4124, \"clust\": 1519, \"rank\": 3247, \"rankvar\": 4004, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4697, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2859, \"group\": [1520.0, 155.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCTTTACAC\", \"ini\": 4123, \"clust\": 3462, \"rank\": 3428, \"rankvar\": 1572, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4698, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2615, \"group\": [3461.0, 566.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTAAAGTCA\", \"ini\": 4122, \"clust\": 3543, \"rank\": 3283, \"rankvar\": 3351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4699, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2136, \"group\": [3544.0, 603.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGTTCGATC\", \"ini\": 4121, \"clust\": 4365, \"rank\": 3537, \"rankvar\": 4398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4700, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5109, \"group\": [4369.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGGATGGAA\", \"ini\": 4120, \"clust\": 176, \"rank\": 3507, \"rankvar\": 3434, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4701, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2860, \"group\": [235.0, 46.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTAAAGAC\", \"ini\": 4119, \"clust\": 3489, \"rank\": 3302, \"rankvar\": 3833, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4702, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2616, \"group\": [3489.0, 580.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCAATCTCT\", \"ini\": 4118, \"clust\": 4390, \"rank\": 3515, \"rankvar\": 4719, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4703, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5110, \"group\": [4389.0, 822.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGAGATGAG\", \"ini\": 4117, \"clust\": 3314, \"rank\": 3399, \"rankvar\": 3172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 553, \"group\": [3317.0, 498.0, 72.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGTCTTGCA\", \"ini\": 4116, \"clust\": 3626, \"rank\": 3473, \"rankvar\": 2681, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 554, \"group\": [3628.0, 645.0, 101.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTCCG\", \"ini\": 4115, \"clust\": 3671, \"rank\": 3260, \"rankvar\": 3142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4706, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2137, \"group\": [3671.0, 676.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATATGC\", \"ini\": 4114, \"clust\": 1523, \"rank\": 3371, \"rankvar\": 4325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4707, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2861, \"group\": [1523.0, 156.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCACCATGTA\", \"ini\": 4113, \"clust\": 1634, \"rank\": 3235, \"rankvar\": 3165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4708, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2138, \"group\": [1635.0, 202.0, 36.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATGTAAG\", \"ini\": 4112, \"clust\": 3566, \"rank\": 3170, \"rankvar\": 3769, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4709, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2139, \"group\": [3565.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCCGAAGAG\", \"ini\": 4111, \"clust\": 1527, \"rank\": 3141, \"rankvar\": 4549, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4710, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2862, \"group\": [1527.0, 159.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACAATGTAAG\", \"ini\": 4110, \"clust\": 4363, \"rank\": 3383, \"rankvar\": 4897, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4711, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5111, \"group\": [4364.0, 820.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCCGCGCAA\", \"ini\": 4109, \"clust\": 3619, \"rank\": 3598, \"rankvar\": 2673, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 555, \"group\": [3621.0, 639.0, 99.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCGCATCT\", \"ini\": 4108, \"clust\": 3338, \"rank\": 3553, \"rankvar\": 2639, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 556, \"group\": [3340.0, 515.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTCATCCCT\", \"ini\": 4107, \"clust\": 3367, \"rank\": 3736, \"rankvar\": 2638, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 557, \"group\": [3368.0, 531.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAAAGA\", \"ini\": 4106, \"clust\": 3547, \"rank\": 3482, \"rankvar\": 4248, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4715, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2140, \"group\": [3547.0, 605.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACACCACCAG\", \"ini\": 4105, \"clust\": 3459, \"rank\": 3607, \"rankvar\": 3440, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4716, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2617, \"group\": [3459.0, 566.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTCACACGC\", \"ini\": 4104, \"clust\": 3491, \"rank\": 3532, \"rankvar\": 3740, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4717, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2618, \"group\": [3491.0, 581.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCATATACCG\", \"ini\": 4103, \"clust\": 3628, \"rank\": 3374, \"rankvar\": 968, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 558, \"group\": [3627.0, 644.0, 101.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTCAAAGCG\", \"ini\": 4102, \"clust\": 187, \"rank\": 3696, \"rankvar\": 5011, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4719, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 191, \"group\": [185.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGAGCTGCA\", \"ini\": 4101, \"clust\": 3548, \"rank\": 3375, \"rankvar\": 3899, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4720, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2141, \"group\": [3548.0, 605.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCTAACTGG\", \"ini\": 4100, \"clust\": 1534, \"rank\": 3232, \"rankvar\": 3898, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4721, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2863, \"group\": [1532.0, 160.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTATAATGG\", \"ini\": 4099, \"clust\": 1504, \"rank\": 3407, \"rankvar\": 4474, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4722, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2864, \"group\": [1504.0, 148.0, 21.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATGCCCGA\", \"ini\": 4098, \"clust\": 3538, \"rank\": 3461, \"rankvar\": 4350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4723, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2142, \"group\": [3537.0, 599.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTAAGCACG\", \"ini\": 4097, \"clust\": 4388, \"rank\": 3638, \"rankvar\": 4311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4724, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5112, \"group\": [4390.0, 822.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAGCGAACA\", \"ini\": 4096, \"clust\": 1635, \"rank\": 3166, \"rankvar\": 1516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2619, \"group\": [1636.0, 203.0, 36.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGCCTTGAT\", \"ini\": 4095, \"clust\": 4304, \"rank\": 3544, \"rankvar\": 4777, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4726, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5113, \"group\": [4305.0, 809.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTACGCCC\", \"ini\": 4094, \"clust\": 1528, \"rank\": 3360, \"rankvar\": 5027, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4727, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2865, \"group\": [1528.0, 159.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCTTTACGT\", \"ini\": 4093, \"clust\": 1636, \"rank\": 3379, \"rankvar\": 753, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4728, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2620, \"group\": [1637.0, 204.0, 36.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGGCAGTA\", \"ini\": 4092, \"clust\": 3487, \"rank\": 3563, \"rankvar\": 2890, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4729, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2621, \"group\": [3486.0, 578.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCTGTCCGT\", \"ini\": 4091, \"clust\": 3375, \"rank\": 3850, \"rankvar\": 4247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4730, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2622, \"group\": [3375.0, 536.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACGACGAA\", \"ini\": 4090, \"clust\": 4399, \"rank\": 3603, \"rankvar\": 4565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4731, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5114, \"group\": [4422.0, 836.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAAGGGTTCCC\", \"ini\": 4089, \"clust\": 4404, \"rank\": 3459, \"rankvar\": 4663, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4732, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2143, \"group\": [4401.0, 829.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGATCGA\", \"ini\": 4088, \"clust\": 3369, \"rank\": 3751, \"rankvar\": 996, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4733, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 559, \"group\": [3367.0, 530.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTGACTCAT\", \"ini\": 4087, \"clust\": 3430, \"rank\": 3760, \"rankvar\": 3987, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4734, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2623, \"group\": [3433.0, 559.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGACCCT\", \"ini\": 4086, \"clust\": 3621, \"rank\": 3559, \"rankvar\": 4469, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4735, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2144, \"group\": [3620.0, 638.0, 99.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCACGTCTCT\", \"ini\": 4085, \"clust\": 4366, \"rank\": 3695, \"rankvar\": 5007, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4736, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5115, \"group\": [4368.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCCCTCTTT\", \"ini\": 4084, \"clust\": 4400, \"rank\": 3421, \"rankvar\": 4564, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4737, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2145, \"group\": [4404.0, 831.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATTGCT\", \"ini\": 4083, \"clust\": 3411, \"rank\": 3792, \"rankvar\": 1847, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 560, \"group\": [3411.0, 546.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCATTTA\", \"ini\": 4082, \"clust\": 3568, \"rank\": 3444, \"rankvar\": 2654, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4739, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2146, \"group\": [3567.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTAAAGTG\", \"ini\": 4081, \"clust\": 3492, \"rank\": 3556, \"rankvar\": 2193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4740, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2624, \"group\": [3492.0, 582.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATTCCTCG\", \"ini\": 4080, \"clust\": 3485, \"rank\": 3425, \"rankvar\": 1655, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4741, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2625, \"group\": [3487.0, 579.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTGCAGACA\", \"ini\": 4079, \"clust\": 107, \"rank\": 4144, \"rankvar\": 5017, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4742, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5203, \"group\": [105.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTTTGT\", \"ini\": 4078, \"clust\": 3480, \"rank\": 3424, \"rankvar\": 4367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4743, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2626, \"group\": [3478.0, 573.0, 87.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACAGAGGT\", \"ini\": 4077, \"clust\": 3563, \"rank\": 3225, \"rankvar\": 4278, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4744, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2147, \"group\": [3570.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCACCCGAG\", \"ini\": 4076, \"clust\": 3444, \"rank\": 3561, \"rankvar\": 2569, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4745, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2627, \"group\": [3446.0, 563.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCCAGTAT\", \"ini\": 4075, \"clust\": 1520, \"rank\": 3415, \"rankvar\": 4756, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4746, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2866, \"group\": [1521.0, 155.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCAAGCCTA\", \"ini\": 4074, \"clust\": 97, \"rank\": 3959, \"rankvar\": 5209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4747, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5204, \"group\": [100.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTCCGCTGA\", \"ini\": 4073, \"clust\": 3429, \"rank\": 3718, \"rankvar\": 2716, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4748, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2628, \"group\": [3430.0, 559.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCGAGAACG\", \"ini\": 4072, \"clust\": 1633, \"rank\": 2891, \"rankvar\": 4105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4749, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2629, \"group\": [1633.0, 200.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGACAGACC\", \"ini\": 4071, \"clust\": 3445, \"rank\": 3703, \"rankvar\": 1984, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4750, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2630, \"group\": [3444.0, 563.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCGCGGTA\", \"ini\": 4070, \"clust\": 3464, \"rank\": 3608, \"rankvar\": 3350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4751, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2631, \"group\": [3464.0, 567.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACGGCC\", \"ini\": 4069, \"clust\": 3531, \"rank\": 3440, \"rankvar\": 2823, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4752, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2148, \"group\": [3532.0, 597.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTAATCGTC\", \"ini\": 4068, \"clust\": 3451, \"rank\": 3878, \"rankvar\": 2881, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4753, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2632, \"group\": [3449.0, 565.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTGCAGGTA\", \"ini\": 4067, \"clust\": 5198, \"rank\": 3936, \"rankvar\": 5026, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4754, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5116, \"group\": [5201.0, 1068.0, 182.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCGGATCC\", \"ini\": 4066, \"clust\": 3449, \"rank\": 3661, \"rankvar\": 718, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4755, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2633, \"group\": [3450.0, 565.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACGAAACG\", \"ini\": 4065, \"clust\": 166, \"rank\": 3602, \"rankvar\": 4713, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4756, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 192, \"group\": [165.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTCGGATCC\", \"ini\": 4064, \"clust\": 5204, \"rank\": 3543, \"rankvar\": 3816, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4757, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4493, \"group\": [5203.0, 1069.0, 183.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCACTATTC\", \"ini\": 4063, \"clust\": 3432, \"rank\": 3569, \"rankvar\": 2960, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4758, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2634, \"group\": [3432.0, 559.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCAACACTG\", \"ini\": 4062, \"clust\": 3475, \"rank\": 3499, \"rankvar\": 1281, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4759, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2635, \"group\": [3475.0, 571.0, 87.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTGTCAATC\", \"ini\": 4061, \"clust\": 3564, \"rank\": 3405, \"rankvar\": 3973, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4760, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2149, \"group\": [3566.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATGTCCTC\", \"ini\": 4060, \"clust\": 4160, \"rank\": 4211, \"rankvar\": 4138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4761, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 30, \"group\": [4156.0, 786.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGGATGCGT\", \"ini\": 4059, \"clust\": 4425, \"rank\": 3252, \"rankvar\": 2019, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4762, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4494, \"group\": [4426.0, 840.0, 139.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTACACGAAAGC\", \"ini\": 4058, \"clust\": 3472, \"rank\": 3681, \"rankvar\": 1610, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4763, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2636, \"group\": [3471.0, 569.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAGCTCCG\", \"ini\": 4057, \"clust\": 4161, \"rank\": 4367, \"rankvar\": 4813, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4764, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 31, \"group\": [4157.0, 786.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACATACGCCG\", \"ini\": 4056, \"clust\": 105, \"rank\": 4083, \"rankvar\": 5043, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5205, \"group\": [103.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCAACACAC\", \"ini\": 4055, \"clust\": 4370, \"rank\": 3683, \"rankvar\": 5048, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4766, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5117, \"group\": [4372.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGTTCGATC\", \"ini\": 4054, \"clust\": 3540, \"rank\": 3717, \"rankvar\": 2912, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4767, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2150, \"group\": [3539.0, 600.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAAGCACACAG\", \"ini\": 4053, \"clust\": 4413, \"rank\": 3558, \"rankvar\": 5050, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4768, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2151, \"group\": [4413.0, 833.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCAAGAAGT\", \"ini\": 4052, \"clust\": 3551, \"rank\": 3676, \"rankvar\": 473, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 561, \"group\": [3550.0, 606.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCAAAGTAG\", \"ini\": 4051, \"clust\": 1623, \"rank\": 3622, \"rankvar\": 2995, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 562, \"group\": [1623.0, 193.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGACGACGT\", \"ini\": 4050, \"clust\": 1619, \"rank\": 3492, \"rankvar\": 3940, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 563, \"group\": [1619.0, 189.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAATGTAAG\", \"ini\": 4049, \"clust\": 3595, \"rank\": 3734, \"rankvar\": 1198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4772, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2637, \"group\": [3596.0, 624.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGGTACCGTTA\", \"ini\": 4048, \"clust\": 3493, \"rank\": 3640, \"rankvar\": 4387, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2638, \"group\": [3493.0, 582.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACATACCATG\", \"ini\": 4047, \"clust\": 1639, \"rank\": 3386, \"rankvar\": 3283, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4774, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2639, \"group\": [1640.0, 206.0, 36.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAACTGGCC\", \"ini\": 4046, \"clust\": 186, \"rank\": 3658, \"rankvar\": 1789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4775, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2867, \"group\": [214.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCGTAGGAG\", \"ini\": 4045, \"clust\": 3560, \"rank\": 3468, \"rankvar\": 4427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4776, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2152, \"group\": [3563.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGACGCTC\", \"ini\": 4044, \"clust\": 5216, \"rank\": 4076, \"rankvar\": 4130, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4777, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4495, \"group\": [5220.0, 1080.0, 186.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGCTAAGAT\", \"ini\": 4043, \"clust\": 3533, \"rank\": 3528, \"rankvar\": 2649, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4778, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2153, \"group\": [3533.0, 598.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTATCACG\", \"ini\": 4042, \"clust\": 3561, \"rank\": 3517, \"rankvar\": 3245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4779, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2154, \"group\": [3561.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTGTTGGGA\", \"ini\": 4041, \"clust\": 1532, \"rank\": 3534, \"rankvar\": 4380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4780, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2868, \"group\": [1535.0, 160.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAGCAGTTT\", \"ini\": 4040, \"clust\": 3655, \"rank\": 3396, \"rankvar\": 3676, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4781, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2155, \"group\": [3657.0, 668.0, 110.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCATCACCC\", \"ini\": 4039, \"clust\": 3687, \"rank\": 3409, \"rankvar\": 3952, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4782, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2156, \"group\": [3687.0, 680.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATCGATTG\", \"ini\": 4038, \"clust\": 96, \"rank\": 4002, \"rankvar\": 5223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4783, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5206, \"group\": [101.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACACCGCTAG\", \"ini\": 4037, \"clust\": 189, \"rank\": 3812, \"rankvar\": 4770, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4784, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 193, \"group\": [187.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACTCCTG\", \"ini\": 4036, \"clust\": 4375, \"rank\": 4009, \"rankvar\": 5108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4785, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5118, \"group\": [4375.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACAGACTCGC\", \"ini\": 4035, \"clust\": 3343, \"rank\": 3875, \"rankvar\": 855, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 564, \"group\": [3343.0, 518.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCAATGGAGC\", \"ini\": 4034, \"clust\": 3618, \"rank\": 3606, \"rankvar\": 2880, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 565, \"group\": [3622.0, 640.0, 99.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGCATGGCA\", \"ini\": 4033, \"clust\": 1637, \"rank\": 3344, \"rankvar\": 3027, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4788, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2640, \"group\": [1638.0, 204.0, 36.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTACCGTAT\", \"ini\": 4032, \"clust\": 1526, \"rank\": 3505, \"rankvar\": 4342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4789, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2869, \"group\": [1529.0, 159.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGCTGCAAG\", \"ini\": 4031, \"clust\": 4401, \"rank\": 3542, \"rankvar\": 4147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4790, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2157, \"group\": [4403.0, 830.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGTCCCACG\", \"ini\": 4030, \"clust\": 3412, \"rank\": 3951, \"rankvar\": 4344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 566, \"group\": [3409.0, 545.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCACTTAAGC\", \"ini\": 4029, \"clust\": 639, \"rank\": 3611, \"rankvar\": 2837, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4792, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3100, \"group\": [642.0, 103.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACAGGCTGAA\", \"ini\": 4028, \"clust\": 3550, \"rank\": 3888, \"rankvar\": 1078, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 567, \"group\": [3552.0, 607.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCATCGATGAGG\", \"ini\": 4027, \"clust\": 3552, \"rank\": 3637, \"rankvar\": 1462, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4794, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 568, \"group\": [3551.0, 606.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACATGCGCAC\", \"ini\": 4026, \"clust\": 1517, \"rank\": 3484, \"rankvar\": 4969, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4795, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2870, \"group\": [1518.0, 155.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACATTAGC\", \"ini\": 4025, \"clust\": 3654, \"rank\": 3398, \"rankvar\": 2276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4796, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2158, \"group\": [3654.0, 666.0, 110.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCCTATGTT\", \"ini\": 4024, \"clust\": 1510, \"rank\": 3458, \"rankvar\": 4814, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4797, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2871, \"group\": [1511.0, 153.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGAGCCCA\", \"ini\": 4023, \"clust\": 3546, \"rank\": 3780, \"rankvar\": 2738, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4798, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2159, \"group\": [3549.0, 605.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAGGCTGAA\", \"ini\": 4022, \"clust\": 3549, \"rank\": 3895, \"rankvar\": 1774, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 569, \"group\": [3553.0, 608.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCTCTCTG\", \"ini\": 4021, \"clust\": 82, \"rank\": 3796, \"rankvar\": 4964, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4800, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3953, \"group\": [82.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCACCATCCT\", \"ini\": 4020, \"clust\": 1515, \"rank\": 3712, \"rankvar\": 4637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4801, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2872, \"group\": [1515.0, 155.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGTTCCACA\", \"ini\": 4019, \"clust\": 4283, \"rank\": 3880, \"rankvar\": 4878, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4802, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2641, \"group\": [4287.0, 796.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCGGATGGA\", \"ini\": 4018, \"clust\": 3599, \"rank\": 3773, \"rankvar\": 3126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2642, \"group\": [3600.0, 627.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGACATA\", \"ini\": 4017, \"clust\": 3587, \"rank\": 3750, \"rankvar\": 1715, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4804, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2160, \"group\": [3585.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACACGCC\", \"ini\": 4016, \"clust\": 1531, \"rank\": 3285, \"rankvar\": 4838, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4805, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2873, \"group\": [1536.0, 160.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTAAGTG\", \"ini\": 4015, \"clust\": 3570, \"rank\": 3704, \"rankvar\": 2938, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4806, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2161, \"group\": [3571.0, 613.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAAAGGTGC\", \"ini\": 4014, \"clust\": 4369, \"rank\": 3801, \"rankvar\": 4872, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4807, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5119, \"group\": [4373.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGACAAG\", \"ini\": 4013, \"clust\": 4900, \"rank\": 3851, \"rankvar\": 2228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4808, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4496, \"group\": [4900.0, 914.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTTACGGAG\", \"ini\": 4012, \"clust\": 3366, \"rank\": 3903, \"rankvar\": 2221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4809, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2162, \"group\": [3369.0, 532.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGAAACCTA\", \"ini\": 4011, \"clust\": 3605, \"rank\": 3548, \"rankvar\": 1187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4810, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 570, \"group\": [3613.0, 632.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCACTTCTGC\", \"ini\": 4010, \"clust\": 3586, \"rank\": 3675, \"rankvar\": 680, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4811, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2163, \"group\": [3587.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGTCTGTCTCG\", \"ini\": 4009, \"clust\": 3465, \"rank\": 3898, \"rankvar\": 1768, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4812, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2643, \"group\": [3469.0, 568.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTCCGT\", \"ini\": 4008, \"clust\": 3541, \"rank\": 3755, \"rankvar\": 3108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4813, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2164, \"group\": [3540.0, 600.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGAACAATC\", \"ini\": 4007, \"clust\": 3482, \"rank\": 3705, \"rankvar\": 1259, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4814, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2644, \"group\": [3484.0, 577.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTTTGCATG\", \"ini\": 4006, \"clust\": 4411, \"rank\": 3694, \"rankvar\": 4825, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4815, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2165, \"group\": [4409.0, 833.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCATCGATG\", \"ini\": 4005, \"clust\": 5205, \"rank\": 3861, \"rankvar\": 4365, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4816, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4497, \"group\": [5206.0, 1072.0, 184.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGCCAACAG\", \"ini\": 4004, \"clust\": 3409, \"rank\": 4124, \"rankvar\": 4687, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4817, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2645, \"group\": [3407.0, 544.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGTTTACG\", \"ini\": 4003, \"clust\": 3569, \"rank\": 3566, \"rankvar\": 3520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4818, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2166, \"group\": [3568.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCACCATAG\", \"ini\": 4002, \"clust\": 1518, \"rank\": 3647, \"rankvar\": 4922, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4819, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2874, \"group\": [1519.0, 155.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCATGTCCC\", \"ini\": 4001, \"clust\": 5186, \"rank\": 3930, \"rankvar\": 3545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 571, \"group\": [5186.0, 1055.0, 175.0, 38.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCGTCATC\", \"ini\": 4000, \"clust\": 102, \"rank\": 4345, \"rankvar\": 4830, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4821, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5207, \"group\": [107.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGATGCGAC\", \"ini\": 3999, \"clust\": 1505, \"rank\": 3682, \"rankvar\": 2686, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4822, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2875, \"group\": [1505.0, 149.0, 21.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTGTTCTCATT\", \"ini\": 3998, \"clust\": 158, \"rank\": 3778, \"rankvar\": 4822, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4823, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2646, \"group\": [161.0, 36.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGTGGTCCC\", \"ini\": 3997, \"clust\": 3602, \"rank\": 3814, \"rankvar\": 3891, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4824, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2647, \"group\": [3604.0, 628.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAATCACC\", \"ini\": 3996, \"clust\": 3535, \"rank\": 3862, \"rankvar\": 3300, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4825, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2167, \"group\": [3542.0, 601.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCGGTCTAA\", \"ini\": 3995, \"clust\": 3567, \"rank\": 3670, \"rankvar\": 4578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4826, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2168, \"group\": [3569.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAAGGCAGGTT\", \"ini\": 3994, \"clust\": 3401, \"rank\": 3867, \"rankvar\": 2297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4827, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 572, \"group\": [3412.0, 547.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACGAAGCA\", \"ini\": 3993, \"clust\": 3528, \"rank\": 3626, \"rankvar\": 1704, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4828, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2169, \"group\": [3529.0, 595.0, 89.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCCACGCAG\", \"ini\": 3992, \"clust\": 3381, \"rank\": 4070, \"rankvar\": 987, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 573, \"group\": [3399.0, 542.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCAACCAA\", \"ini\": 3991, \"clust\": 1620, \"rank\": 3614, \"rankvar\": 3759, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 574, \"group\": [1620.0, 190.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCAAGCCTA\", \"ini\": 3990, \"clust\": 3536, \"rank\": 3993, \"rankvar\": 3803, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4831, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2170, \"group\": [3538.0, 599.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCACACCGAC\", \"ini\": 3989, \"clust\": 5206, \"rank\": 4067, \"rankvar\": 2191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4832, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 575, \"group\": [5207.0, 1073.0, 184.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGCTGAACG\", \"ini\": 3988, \"clust\": 522, \"rank\": 3627, \"rankvar\": 3961, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4833, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2876, \"group\": [523.0, 84.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAAGAAGT\", \"ini\": 3987, \"clust\": 525, \"rank\": 3931, \"rankvar\": 2463, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4834, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5133, \"group\": [529.0, 86.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGACACTAA\", \"ini\": 3986, \"clust\": 3562, \"rank\": 3988, \"rankvar\": 4252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4835, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2171, \"group\": [3562.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCGGTTAAC\", \"ini\": 3985, \"clust\": 3571, \"rank\": 3873, \"rankvar\": 3132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4836, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2172, \"group\": [3572.0, 613.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCATAGCAC\", \"ini\": 3984, \"clust\": 1271, \"rank\": 3581, \"rankvar\": 5033, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4837, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2877, \"group\": [1275.0, 125.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCTGTTTGT\", \"ini\": 3983, \"clust\": 4402, \"rank\": 3803, \"rankvar\": 4512, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4838, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2173, \"group\": [4402.0, 829.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCAGACACTT\", \"ini\": 3982, \"clust\": 1631, \"rank\": 3546, \"rankvar\": 4123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4839, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2878, \"group\": [1634.0, 201.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTGAGGCTA\", \"ini\": 3981, \"clust\": 3596, \"rank\": 4022, \"rankvar\": 2609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4840, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2648, \"group\": [3597.0, 624.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATACACCCATGG\", \"ini\": 3980, \"clust\": 4395, \"rank\": 3884, \"rankvar\": 3615, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4841, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5120, \"group\": [4399.0, 828.0, 136.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCATAGACTC\", \"ini\": 3979, \"clust\": 3589, \"rank\": 3783, \"rankvar\": 1282, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4842, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2174, \"group\": [3590.0, 618.0, 91.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCTCCTC\", \"ini\": 3978, \"clust\": 3477, \"rank\": 3806, \"rankvar\": 1497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4843, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2649, \"group\": [3480.0, 575.0, 87.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTAACGCGA\", \"ini\": 3977, \"clust\": 243, \"rank\": 3813, \"rankvar\": 4112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4844, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2879, \"group\": [244.0, 51.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACATTACGAC\", \"ini\": 3976, \"clust\": 3556, \"rank\": 3789, \"rankvar\": 2909, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4845, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2175, \"group\": [3556.0, 609.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTTGTCC\", \"ini\": 3975, \"clust\": 1530, \"rank\": 3702, \"rankvar\": 4924, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4846, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2880, \"group\": [1531.0, 160.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGAGTAGA\", \"ini\": 3974, \"clust\": 3597, \"rank\": 3821, \"rankvar\": 893, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4847, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2176, \"group\": [3598.0, 625.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAAGGTCATCT\", \"ini\": 3973, \"clust\": 3372, \"rank\": 4159, \"rankvar\": 2280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4848, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2177, \"group\": [3372.0, 534.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCGCTAGCG\", \"ini\": 3972, \"clust\": 3355, \"rank\": 4137, \"rankvar\": 4768, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4849, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2650, \"group\": [3354.0, 524.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGGGCTCTC\", \"ini\": 3971, \"clust\": 3370, \"rank\": 4308, \"rankvar\": 4916, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4850, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2651, \"group\": [3370.0, 533.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTGTAATGA\", \"ini\": 3970, \"clust\": 526, \"rank\": 3870, \"rankvar\": 3879, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4851, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2881, \"group\": [528.0, 85.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACAGCAG\", \"ini\": 3969, \"clust\": 4396, \"rank\": 4118, \"rankvar\": 4486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4852, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5121, \"group\": [4398.0, 827.0, 136.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGTTTAGG\", \"ini\": 3968, \"clust\": 4364, \"rank\": 3804, \"rankvar\": 4040, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4853, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4498, \"group\": [4365.0, 820.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTATCTG\", \"ini\": 3967, \"clust\": 3410, \"rank\": 4266, \"rankvar\": 2901, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 576, \"group\": [3408.0, 544.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGCGAAA\", \"ini\": 3966, \"clust\": 237, \"rank\": 4056, \"rankvar\": 2917, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4855, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2652, \"group\": [238.0, 48.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAAGGTGA\", \"ini\": 3965, \"clust\": 1521, \"rank\": 3953, \"rankvar\": 4524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4856, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2882, \"group\": [1524.0, 156.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCACTGGG\", \"ini\": 3964, \"clust\": 3414, \"rank\": 3737, \"rankvar\": 3789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4857, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2653, \"group\": [3417.0, 551.0, 84.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTAAAGA\", \"ini\": 3963, \"clust\": 3603, \"rank\": 4110, \"rankvar\": 4670, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4858, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2654, \"group\": [3602.0, 628.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCACACGC\", \"ini\": 3962, \"clust\": 3544, \"rank\": 3742, \"rankvar\": 3196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4859, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2178, \"group\": [3545.0, 604.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAATTCCTT\", \"ini\": 3961, \"clust\": 3572, \"rank\": 3922, \"rankvar\": 3496, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4860, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2179, \"group\": [3576.0, 615.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATGGATGG\", \"ini\": 3960, \"clust\": 3557, \"rank\": 3770, \"rankvar\": 2401, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4861, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2180, \"group\": [3557.0, 609.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTATGGTTC\", \"ini\": 3959, \"clust\": 4414, \"rank\": 3956, \"rankvar\": 4775, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4862, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2181, \"group\": [4411.0, 833.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTTCAGTAC\", \"ini\": 3958, \"clust\": 3580, \"rank\": 4231, \"rankvar\": 1614, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4863, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 577, \"group\": [3589.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGTTACAG\", \"ini\": 3957, \"clust\": 3400, \"rank\": 4039, \"rankvar\": 454, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4864, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2655, \"group\": [3413.0, 548.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCAGAGCTT\", \"ini\": 3956, \"clust\": 3534, \"rank\": 3685, \"rankvar\": 4184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4865, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2182, \"group\": [3534.0, 598.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCTGCCCA\", \"ini\": 3955, \"clust\": 4415, \"rank\": 3976, \"rankvar\": 5053, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4866, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2183, \"group\": [4412.0, 833.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTCTGCTG\", \"ini\": 3954, \"clust\": 3558, \"rank\": 3631, \"rankvar\": 4280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4867, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2184, \"group\": [3559.0, 611.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTAGTGCG\", \"ini\": 3953, \"clust\": 3529, \"rank\": 3774, \"rankvar\": 3700, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4868, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2185, \"group\": [3530.0, 596.0, 89.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAGTAGAGC\", \"ini\": 3952, \"clust\": 4393, \"rank\": 4095, \"rankvar\": 297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 578, \"group\": [4394.0, 824.0, 136.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAGTGAGA\", \"ini\": 3951, \"clust\": 4405, \"rank\": 3828, \"rankvar\": 4159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4870, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2186, \"group\": [4408.0, 832.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTGTCTCA\", \"ini\": 3950, \"clust\": 168, \"rank\": 4021, \"rankvar\": 4910, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4871, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 194, \"group\": [169.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAAGCGGT\", \"ini\": 3949, \"clust\": 3593, \"rank\": 4015, \"rankvar\": 3467, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4872, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2656, \"group\": [3594.0, 622.0, 93.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCTTGCGG\", \"ini\": 3948, \"clust\": 157, \"rank\": 4031, \"rankvar\": 3577, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4873, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 195, \"group\": [176.0, 40.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGCTCCTTC\", \"ini\": 3947, \"clust\": 3600, \"rank\": 4146, \"rankvar\": 3472, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4874, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2187, \"group\": [3601.0, 627.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTGGTAACG\", \"ini\": 3946, \"clust\": 3559, \"rank\": 3911, \"rankvar\": 3956, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4875, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2188, \"group\": [3560.0, 611.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCATGCCTTC\", \"ini\": 3945, \"clust\": 188, \"rank\": 4327, \"rankvar\": 5151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4876, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 196, \"group\": [186.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGGGAACGG\", \"ini\": 3944, \"clust\": 4416, \"rank\": 4364, \"rankvar\": 4399, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4877, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5122, \"group\": [4416.0, 834.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCATCACGAT\", \"ini\": 3943, \"clust\": 181, \"rank\": 4098, \"rankvar\": 5114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4878, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 197, \"group\": [180.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTACCGAGA\", \"ini\": 3942, \"clust\": 3606, \"rank\": 3906, \"rankvar\": 1770, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4879, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2189, \"group\": [3606.0, 630.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAATT\", \"ini\": 3941, \"clust\": 1535, \"rank\": 3790, \"rankvar\": 4829, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4880, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2883, \"group\": [1533.0, 160.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGTGCAAGC\", \"ini\": 3940, \"clust\": 3376, \"rank\": 4405, \"rankvar\": 3293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4881, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 579, \"group\": [3378.0, 537.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGAAAGAG\", \"ini\": 3939, \"clust\": 3608, \"rank\": 3853, \"rankvar\": 3580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4882, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2190, \"group\": [3608.0, 630.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCGATCCCT\", \"ini\": 3938, \"clust\": 3554, \"rank\": 4025, \"rankvar\": 3941, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4883, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2191, \"group\": [3554.0, 609.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATTCCTGC\", \"ini\": 3937, \"clust\": 376, \"rank\": 3919, \"rankvar\": 4746, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4884, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2884, \"group\": [377.0, 56.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTTTAAGCC\", \"ini\": 3936, \"clust\": 244, \"rank\": 4119, \"rankvar\": 3380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4885, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2885, \"group\": [245.0, 52.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCACTTAAGC\", \"ini\": 3935, \"clust\": 4420, \"rank\": 4373, \"rankvar\": 3518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4886, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5123, \"group\": [4420.0, 835.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGAGCTGGT\", \"ini\": 3934, \"clust\": 169, \"rank\": 4087, \"rankvar\": 5122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4887, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 198, \"group\": [167.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCCTCAGT\", \"ini\": 3933, \"clust\": 377, \"rank\": 4179, \"rankvar\": 4771, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4888, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2886, \"group\": [378.0, 56.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGATCCCGC\", \"ini\": 3932, \"clust\": 238, \"rank\": 4199, \"rankvar\": 3985, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4889, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2657, \"group\": [239.0, 49.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTAGGCGATAC\", \"ini\": 3931, \"clust\": 3524, \"rank\": 4101, \"rankvar\": 3646, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4890, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2658, \"group\": [3525.0, 592.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCGGCCGAT\", \"ini\": 3930, \"clust\": 3588, \"rank\": 4170, \"rankvar\": 2249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4891, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2192, \"group\": [3586.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGGCTACGA\", \"ini\": 3929, \"clust\": 3335, \"rank\": 4318, \"rankvar\": 1780, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4892, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 580, \"group\": [3335.0, 513.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTACCGTAT\", \"ini\": 3928, \"clust\": 370, \"rank\": 4239, \"rankvar\": 4726, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4893, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2887, \"group\": [373.0, 56.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATGCTGGC\", \"ini\": 3927, \"clust\": 3553, \"rank\": 4024, \"rankvar\": 3337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4894, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2193, \"group\": [3558.0, 610.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGGTCAT\", \"ini\": 3926, \"clust\": 3581, \"rank\": 4236, \"rankvar\": 4187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4895, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2194, \"group\": [3581.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCGGCACT\", \"ini\": 3925, \"clust\": 174, \"rank\": 4281, \"rankvar\": 4759, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4896, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 199, \"group\": [172.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCCAAACTG\", \"ini\": 3924, \"clust\": 190, \"rank\": 4296, \"rankvar\": 4650, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4897, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 200, \"group\": [188.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCAGGCGAA\", \"ini\": 3923, \"clust\": 3598, \"rank\": 4202, \"rankvar\": 2865, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4898, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2195, \"group\": [3599.0, 626.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGGTGACCA\", \"ini\": 3922, \"clust\": 4394, \"rank\": 4111, \"rankvar\": 1844, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 581, \"group\": [4395.0, 825.0, 136.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGCTTCGG\", \"ini\": 3921, \"clust\": 3363, \"rank\": 4224, \"rankvar\": 261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4900, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2659, \"group\": [3364.0, 527.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTATCAAACGGG\", \"ini\": 3920, \"clust\": 256, \"rank\": 4172, \"rankvar\": 4369, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4901, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2888, \"group\": [257.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGATTCT\", \"ini\": 3919, \"clust\": 3611, \"rank\": 4267, \"rankvar\": 1727, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4902, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2196, \"group\": [3610.0, 631.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCCAGTACACT\", \"ini\": 3918, \"clust\": 3467, \"rank\": 4493, \"rankvar\": 2962, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4903, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2660, \"group\": [3467.0, 568.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAATCACAC\", \"ini\": 3917, \"clust\": 3336, \"rank\": 4428, \"rankvar\": 832, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 582, \"group\": [3336.0, 513.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAGGTTCT\", \"ini\": 3916, \"clust\": 3382, \"rank\": 4542, \"rankvar\": 730, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 583, \"group\": [3381.0, 539.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGGGTGTTG\", \"ini\": 3915, \"clust\": 170, \"rank\": 4355, \"rankvar\": 4995, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4906, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 201, \"group\": [168.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGTGTGGT\", \"ini\": 3914, \"clust\": 3585, \"rank\": 4349, \"rankvar\": 4776, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4907, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2197, \"group\": [3588.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTAACGCGA\", \"ini\": 3913, \"clust\": 80, \"rank\": 4454, \"rankvar\": 4530, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 584, \"group\": [79.0, 17.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTGGCGTG\", \"ini\": 3912, \"clust\": 3377, \"rank\": 4460, \"rankvar\": 4611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 585, \"group\": [3376.0, 537.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAGTTTACG\", \"ini\": 3911, \"clust\": 3361, \"rank\": 4602, \"rankvar\": 4060, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4910, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2661, \"group\": [3360.0, 526.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGAATAGGG\", \"ini\": 3910, \"clust\": 3594, \"rank\": 4284, \"rankvar\": 3572, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4911, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2198, \"group\": [3595.0, 623.0, 93.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACATCCA\", \"ini\": 3909, \"clust\": 4412, \"rank\": 4081, \"rankvar\": 4839, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4912, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2199, \"group\": [4410.0, 833.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCCTAGGGC\", \"ini\": 3908, \"clust\": 3413, \"rank\": 4446, \"rankvar\": 2966, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4913, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2200, \"group\": [3410.0, 545.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCATCACAAC\", \"ini\": 3907, \"clust\": 3582, \"rank\": 4330, \"rankvar\": 4518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4914, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2201, \"group\": [3582.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTAACGGT\", \"ini\": 3906, \"clust\": 3393, \"rank\": 4521, \"rankvar\": 3083, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 586, \"group\": [3391.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCGTCCA\", \"ini\": 3905, \"clust\": 3379, \"rank\": 4453, \"rankvar\": 3433, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 587, \"group\": [3379.0, 538.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGAGGTACC\", \"ini\": 3904, \"clust\": 4392, \"rank\": 4514, \"rankvar\": 4998, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4917, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5124, \"group\": [4392.0, 822.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAGTTTACG\", \"ini\": 3903, \"clust\": 3583, \"rank\": 4465, \"rankvar\": 1316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4918, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2202, \"group\": [3583.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGCAGACTG\", \"ini\": 3902, \"clust\": 4410, \"rank\": 4248, \"rankvar\": 4984, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4919, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2203, \"group\": [4414.0, 833.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAGTAACGG\", \"ini\": 3901, \"clust\": 3545, \"rank\": 4290, \"rankvar\": 3429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4920, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2204, \"group\": [3546.0, 604.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCTGCCCTA\", \"ini\": 3900, \"clust\": 3604, \"rank\": 4305, \"rankvar\": 3480, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4921, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2662, \"group\": [3603.0, 628.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCTACTATC\", \"ini\": 3899, \"clust\": 135, \"rank\": 4282, \"rankvar\": 5192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4922, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 202, \"group\": [136.0, 28.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGCTCAGA\", \"ini\": 3898, \"clust\": 3407, \"rank\": 4605, \"rankvar\": 4151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4923, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 588, \"group\": [3405.0, 544.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTGCACTTA\", \"ini\": 3897, \"clust\": 183, \"rank\": 4404, \"rankvar\": 5183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4924, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 203, \"group\": [184.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTGTGTGCCTG\", \"ini\": 3896, \"clust\": 3590, \"rank\": 4154, \"rankvar\": 3458, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4925, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2663, \"group\": [3591.0, 619.0, 91.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCAACAACCT\", \"ini\": 3895, \"clust\": 175, \"rank\": 4489, \"rankvar\": 5054, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4926, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 204, \"group\": [173.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGGCACTA\", \"ini\": 3894, \"clust\": 254, \"rank\": 4262, \"rankvar\": 3809, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4927, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2889, \"group\": [255.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCACAACGCC\", \"ini\": 3893, \"clust\": 162, \"rank\": 4414, \"rankvar\": 4688, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4928, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2890, \"group\": [164.0, 37.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTACGCGA\", \"ini\": 3892, \"clust\": 3573, \"rank\": 4317, \"rankvar\": 3923, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4929, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2205, \"group\": [3575.0, 614.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCGTCTCCACT\", \"ini\": 3891, \"clust\": 235, \"rank\": 4189, \"rankvar\": 4333, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4930, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3028, \"group\": [236.0, 47.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGTACAA\", \"ini\": 3890, \"clust\": 385, \"rank\": 4396, \"rankvar\": 988, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4931, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2206, \"group\": [407.0, 62.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACAAAGCGGT\", \"ini\": 3889, \"clust\": 382, \"rank\": 4093, \"rankvar\": 4799, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4932, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2891, \"group\": [385.0, 58.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCGCAGGCT\", \"ini\": 3888, \"clust\": 167, \"rank\": 4512, \"rankvar\": 4852, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4933, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 205, \"group\": [166.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGAGGGATA\", \"ini\": 3887, \"clust\": 3601, \"rank\": 4368, \"rankvar\": 2053, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4934, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2664, \"group\": [3605.0, 629.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGCGACAT\", \"ini\": 3886, \"clust\": 3609, \"rank\": 4304, \"rankvar\": 4136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4935, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2207, \"group\": [3609.0, 630.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCACTATCTT\", \"ini\": 3885, \"clust\": 202, \"rank\": 4566, \"rankvar\": 4452, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4936, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 206, \"group\": [199.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAATCACAC\", \"ini\": 3884, \"clust\": 182, \"rank\": 4501, \"rankvar\": 4937, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4937, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 207, \"group\": [181.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTGTGTAAGTA\", \"ini\": 3883, \"clust\": 343, \"rank\": 4612, \"rankvar\": 4944, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4938, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2892, \"group\": [342.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTACAGACG\", \"ini\": 3882, \"clust\": 3346, \"rank\": 4505, \"rankvar\": 618, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4939, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 589, \"group\": [3365.0, 528.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCCCTCAGT\", \"ini\": 3881, \"clust\": 3610, \"rank\": 4461, \"rankvar\": 1453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4940, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2208, \"group\": [3612.0, 631.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGATGGGTC\", \"ini\": 3880, \"clust\": 3337, \"rank\": 4533, \"rankvar\": 374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4941, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 590, \"group\": [3341.0, 516.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATATGGTC\", \"ini\": 3879, \"clust\": 3386, \"rank\": 4739, \"rankvar\": 4012, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4942, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2209, \"group\": [3383.0, 539.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATCTACGA\", \"ini\": 3878, \"clust\": 3468, \"rank\": 4592, \"rankvar\": 2476, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4943, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2665, \"group\": [3465.0, 568.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTAGCCA\", \"ini\": 3877, \"clust\": 286, \"rank\": 4583, \"rankvar\": 3729, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4944, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2893, \"group\": [287.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTAGGCTGA\", \"ini\": 3876, \"clust\": 3340, \"rank\": 4611, \"rankvar\": 4737, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 591, \"group\": [3337.0, 514.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGCTTG\", \"ini\": 3875, \"clust\": 3405, \"rank\": 4579, \"rankvar\": 2668, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4946, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 592, \"group\": [3402.0, 543.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATGTAAG\", \"ini\": 3874, \"clust\": 3341, \"rank\": 4657, \"rankvar\": 3152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4947, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 593, \"group\": [3338.0, 514.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGGATACC\", \"ini\": 3873, \"clust\": 3384, \"rank\": 4771, \"rankvar\": 4186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4948, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2666, \"group\": [3388.0, 539.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCAACCAA\", \"ini\": 3872, \"clust\": 3394, \"rank\": 4840, \"rankvar\": 4676, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 594, \"group\": [3392.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGACAGGT\", \"ini\": 3871, \"clust\": 344, \"rank\": 4704, \"rankvar\": 5003, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4950, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2894, \"group\": [343.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGCGAGT\", \"ini\": 3870, \"clust\": 523, \"rank\": 4164, \"rankvar\": 4419, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4951, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2895, \"group\": [524.0, 84.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCACCGTC\", \"ini\": 3869, \"clust\": 3408, \"rank\": 4653, \"rankvar\": 2730, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4952, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2667, \"group\": [3406.0, 544.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTAGCTCCG\", \"ini\": 3868, \"clust\": 3578, \"rank\": 4543, \"rankvar\": 2205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4953, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2210, \"group\": [3579.0, 616.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTCCCTGA\", \"ini\": 3867, \"clust\": 3579, \"rank\": 4466, \"rankvar\": 4163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4954, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2211, \"group\": [3580.0, 616.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCATCGACGC\", \"ini\": 3866, \"clust\": 4418, \"rank\": 4708, \"rankvar\": 4923, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4955, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5125, \"group\": [4418.0, 834.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAACTGCTA\", \"ini\": 3865, \"clust\": 184, \"rank\": 4418, \"rankvar\": 5118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4956, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3074, \"group\": [182.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGAACAATC\", \"ini\": 3864, \"clust\": 239, \"rank\": 4413, \"rankvar\": 5087, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4957, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2896, \"group\": [240.0, 50.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGCACCGTC\", \"ini\": 3863, \"clust\": 272, \"rank\": 4683, \"rankvar\": 3157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4958, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2897, \"group\": [276.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGTTACAG\", \"ini\": 3862, \"clust\": 3612, \"rank\": 4417, \"rankvar\": 3894, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4959, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2212, \"group\": [3611.0, 631.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATCCAAC\", \"ini\": 3861, \"clust\": 262, \"rank\": 4508, \"rankvar\": 4848, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4960, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2898, \"group\": [264.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCCCAAGTA\", \"ini\": 3860, \"clust\": 214, \"rank\": 4673, \"rankvar\": 5154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4961, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 208, \"group\": [211.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCATGCAAC\", \"ini\": 3859, \"clust\": 4397, \"rank\": 4497, \"rankvar\": 3106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4962, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5126, \"group\": [4396.0, 826.0, 136.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTACTTAC\", \"ini\": 3858, \"clust\": 240, \"rank\": 4377, \"rankvar\": 5064, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4963, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2899, \"group\": [241.0, 50.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGCACCGTC\", \"ini\": 3857, \"clust\": 178, \"rank\": 4666, \"rankvar\": 5086, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4964, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 209, \"group\": [179.0, 41.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTATTCTC\", \"ini\": 3856, \"clust\": 3555, \"rank\": 4311, \"rankvar\": 3578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4965, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2213, \"group\": [3555.0, 609.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCGAGCCCA\", \"ini\": 3855, \"clust\": 1274, \"rank\": 4387, \"rankvar\": 4880, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4966, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2900, \"group\": [1271.0, 125.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGATCGGGT\", \"ini\": 3854, \"clust\": 3353, \"rank\": 4667, \"rankvar\": 4140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4967, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2214, \"group\": [3351.0, 523.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTTGTACAC\", \"ini\": 3853, \"clust\": 217, \"rank\": 4576, \"rankvar\": 3513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4968, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2215, \"group\": [215.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAATCGAAA\", \"ini\": 3852, \"clust\": 4421, \"rank\": 4553, \"rankvar\": 3561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4969, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2216, \"group\": [4421.0, 835.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGTGCCTG\", \"ini\": 3851, \"clust\": 3373, \"rank\": 4836, \"rankvar\": 5131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4970, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2217, \"group\": [3373.0, 534.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACGACGT\", \"ini\": 3850, \"clust\": 3350, \"rank\": 4703, \"rankvar\": 4074, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4971, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2218, \"group\": [3346.0, 521.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTTCTCATT\", \"ini\": 3849, \"clust\": 159, \"rank\": 4569, \"rankvar\": 4647, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4972, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3075, \"group\": [160.0, 35.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATGTCCC\", \"ini\": 3848, \"clust\": 3584, \"rank\": 4648, \"rankvar\": 4295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4973, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2219, \"group\": [3584.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTCAAGTG\", \"ini\": 3847, \"clust\": 3380, \"rank\": 4675, \"rankvar\": 955, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 595, \"group\": [3380.0, 538.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCAGAGGGATA\", \"ini\": 3846, \"clust\": 3358, \"rank\": 4791, \"rankvar\": 4928, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4975, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2220, \"group\": [3358.0, 525.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTAGCCTAT\", \"ini\": 3845, \"clust\": 263, \"rank\": 4559, \"rankvar\": 4684, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4976, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2901, \"group\": [262.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGTTAGCGG\", \"ini\": 3844, \"clust\": 264, \"rank\": 4527, \"rankvar\": 4613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4977, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2902, \"group\": [263.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGCACACGCTG\", \"ini\": 3843, \"clust\": 3607, \"rank\": 4257, \"rankvar\": 3967, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4978, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2221, \"group\": [3607.0, 630.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCAGAAGG\", \"ini\": 3842, \"clust\": 201, \"rank\": 4713, \"rankvar\": 4815, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4979, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 210, \"group\": [204.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACACTGCCAG\", \"ini\": 3841, \"clust\": 179, \"rank\": 4815, \"rankvar\": 4932, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4980, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 211, \"group\": [177.0, 41.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGACTGTAA\", \"ini\": 3840, \"clust\": 1272, \"rank\": 4153, \"rankvar\": 5123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4981, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2903, \"group\": [1274.0, 125.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTGAGGTG\", \"ini\": 3839, \"clust\": 1516, \"rank\": 4532, \"rankvar\": 4764, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4982, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2904, \"group\": [1516.0, 155.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCAGTAAGAT\", \"ini\": 3838, \"clust\": 3591, \"rank\": 4429, \"rankvar\": 2786, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 596, \"group\": [3592.0, 620.0, 92.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCACCCTATC\", \"ini\": 3837, \"clust\": 211, \"rank\": 4802, \"rankvar\": 5172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4984, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 212, \"group\": [208.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCCTCGCAT\", \"ini\": 3836, \"clust\": 4409, \"rank\": 4593, \"rankvar\": 4484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4985, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2222, \"group\": [4415.0, 833.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGACGAT\", \"ini\": 3835, \"clust\": 3592, \"rank\": 4388, \"rankvar\": 3348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4986, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2668, \"group\": [3593.0, 621.0, 92.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGTGGTAAT\", \"ini\": 3834, \"clust\": 383, \"rank\": 4329, \"rankvar\": 4773, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4987, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3029, \"group\": [383.0, 58.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTTCTGGTA\", \"ini\": 3833, \"clust\": 83, \"rank\": 4670, \"rankvar\": 5186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4988, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5208, \"group\": [83.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGAAGGTTT\", \"ini\": 3832, \"clust\": 4417, \"rank\": 4839, \"rankvar\": 4561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4989, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5127, \"group\": [4417.0, 834.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCAAGCTGGA\", \"ini\": 3831, \"clust\": 326, \"rank\": 4633, \"rankvar\": 5148, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4990, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2905, \"group\": [326.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGCAAAGGTGC\", \"ini\": 3830, \"clust\": 3387, \"rank\": 4838, \"rankvar\": 3964, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4991, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2223, \"group\": [3384.0, 539.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGGTCCC\", \"ini\": 3829, \"clust\": 4407, \"rank\": 4523, \"rankvar\": 4028, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4992, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2224, \"group\": [4405.0, 832.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCTAACTC\", \"ini\": 3828, \"clust\": 3364, \"rank\": 4793, \"rankvar\": 4194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4993, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2225, \"group\": [3362.0, 527.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGTGCC\", \"ini\": 3827, \"clust\": 384, \"rank\": 4464, \"rankvar\": 4508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4994, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3030, \"group\": [384.0, 58.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATAGAAAC\", \"ini\": 3826, \"clust\": 3356, \"rank\": 4676, \"rankvar\": 4854, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4995, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2226, \"group\": [3355.0, 524.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTGGACGT\", \"ini\": 3825, \"clust\": 257, \"rank\": 4610, \"rankvar\": 4287, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4996, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2906, \"group\": [258.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATGAGCGA\", \"ini\": 3824, \"clust\": 4406, \"rank\": 4719, \"rankvar\": 4732, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4997, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2227, \"group\": [4407.0, 832.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTGATACG\", \"ini\": 3823, \"clust\": 216, \"rank\": 4621, \"rankvar\": 4731, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4998, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 213, \"group\": [233.0, 44.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGGTGTTG\", \"ini\": 3822, \"clust\": 260, \"rank\": 4640, \"rankvar\": 4030, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4999, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2907, \"group\": [259.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCACCGCTAG\", \"ini\": 3821, \"clust\": 327, \"rank\": 4722, \"rankvar\": 5044, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5000, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2908, \"group\": [327.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCTGTGCAA\", \"ini\": 3820, \"clust\": 1275, \"rank\": 4536, \"rankvar\": 4675, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5001, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2909, \"group\": [1272.0, 125.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTTGAC\", \"ini\": 3819, \"clust\": 3365, \"rank\": 4786, \"rankvar\": 3768, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5002, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2228, \"group\": [3363.0, 527.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTATCCAGATCA\", \"ini\": 3818, \"clust\": 171, \"rank\": 4796, \"rankvar\": 4867, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5003, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 214, \"group\": [170.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTCATCCCT\", \"ini\": 3817, \"clust\": 3378, \"rank\": 4848, \"rankvar\": 4116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5004, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 597, \"group\": [3377.0, 537.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACTTACGA\", \"ini\": 3816, \"clust\": 258, \"rank\": 4671, \"rankvar\": 4596, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5005, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2910, \"group\": [265.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCCGCCTA\", \"ini\": 3815, \"clust\": 1514, \"rank\": 4581, \"rankvar\": 5028, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5006, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2911, \"group\": [1517.0, 155.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATCCCGC\", \"ini\": 3814, \"clust\": 180, \"rank\": 4869, \"rankvar\": 5100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5007, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 215, \"group\": [178.0, 41.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCAAACCAC\", \"ini\": 3813, \"clust\": 380, \"rank\": 4618, \"rankvar\": 3457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5008, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2912, \"group\": [381.0, 58.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCTGCT\", \"ini\": 3812, \"clust\": 3339, \"rank\": 4777, \"rankvar\": 4606, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5009, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2229, \"group\": [3339.0, 514.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACACTGCG\", \"ini\": 3811, \"clust\": 185, \"rank\": 4646, \"rankvar\": 5207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5010, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3076, \"group\": [183.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTCAGGACA\", \"ini\": 3810, \"clust\": 381, \"rank\": 4598, \"rankvar\": 5016, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5011, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2913, \"group\": [382.0, 58.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTACACCT\", \"ini\": 3809, \"clust\": 172, \"rank\": 4801, \"rankvar\": 5012, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5012, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 216, \"group\": [171.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCTCGTTTA\", \"ini\": 3808, \"clust\": 208, \"rank\": 4907, \"rankvar\": 5120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5013, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 217, \"group\": [205.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTTGACAC\", \"ini\": 3807, \"clust\": 3574, \"rank\": 4674, \"rankvar\": 3218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5014, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2230, \"group\": [3573.0, 614.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTAGGTT\", \"ini\": 3806, \"clust\": 346, \"rank\": 4744, \"rankvar\": 4858, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5015, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2914, \"group\": [351.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAGACAAAT\", \"ini\": 3805, \"clust\": 3385, \"rank\": 4906, \"rankvar\": 2996, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5016, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2231, \"group\": [3385.0, 539.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCCTCAATT\", \"ini\": 3804, \"clust\": 3354, \"rank\": 4819, \"rankvar\": 4513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5017, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2232, \"group\": [3352.0, 523.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCACGACG\", \"ini\": 3803, \"clust\": 374, \"rank\": 4582, \"rankvar\": 5074, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5018, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2915, \"group\": [374.0, 56.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATGCCTAA\", \"ini\": 3802, \"clust\": 371, \"rank\": 4752, \"rankvar\": 4899, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5019, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2916, \"group\": [371.0, 56.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGTCTTGCA\", \"ini\": 3801, \"clust\": 375, \"rank\": 4591, \"rankvar\": 4805, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5020, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2917, \"group\": [375.0, 56.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGCAGGTA\", \"ini\": 3800, \"clust\": 4408, \"rank\": 4769, \"rankvar\": 4877, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5021, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2233, \"group\": [4406.0, 832.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTAGAGTC\", \"ini\": 3799, \"clust\": 245, \"rank\": 4795, \"rankvar\": 4584, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5022, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2918, \"group\": [246.0, 53.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGTCTAT\", \"ini\": 3798, \"clust\": 79, \"rank\": 4846, \"rankvar\": 4835, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 598, \"group\": [81.0, 17.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGAGCTGCA\", \"ini\": 3797, \"clust\": 4419, \"rank\": 4871, \"rankvar\": 5001, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5024, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2234, \"group\": [4419.0, 834.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGTCTTGTATC\", \"ini\": 3796, \"clust\": 315, \"rank\": 4813, \"rankvar\": 4963, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5025, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2919, \"group\": [316.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACACGAAACG\", \"ini\": 3795, \"clust\": 341, \"rank\": 4781, \"rankvar\": 5061, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5026, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2920, \"group\": [345.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCGATAGC\", \"ini\": 3794, \"clust\": 397, \"rank\": 4730, \"rankvar\": 3890, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5027, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3031, \"group\": [396.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAGGGTATG\", \"ini\": 3793, \"clust\": 329, \"rank\": 4770, \"rankvar\": 5004, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5028, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2921, \"group\": [328.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCTGCAC\", \"ini\": 3792, \"clust\": 387, \"rank\": 4688, \"rankvar\": 2262, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5029, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3032, \"group\": [386.0, 59.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTCAGACT\", \"ini\": 3791, \"clust\": 3576, \"rank\": 4632, \"rankvar\": 4332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5030, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2235, \"group\": [3577.0, 616.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCAAAGTCAA\", \"ini\": 3790, \"clust\": 306, \"rank\": 4809, \"rankvar\": 4931, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5031, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2922, \"group\": [305.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTTAGCGG\", \"ini\": 3789, \"clust\": 215, \"rank\": 4858, \"rankvar\": 5197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5032, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 218, \"group\": [212.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTTGATTGC\", \"ini\": 3788, \"clust\": 213, \"rank\": 4829, \"rankvar\": 5178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5033, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 219, \"group\": [213.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGTTCATG\", \"ini\": 3787, \"clust\": 248, \"rank\": 4723, \"rankvar\": 3484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5034, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2923, \"group\": [248.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGGAGGTA\", \"ini\": 3786, \"clust\": 246, \"rank\": 4784, \"rankvar\": 4774, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5035, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3033, \"group\": [247.0, 53.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGCTGAG\", \"ini\": 3785, \"clust\": 288, \"rank\": 4879, \"rankvar\": 4507, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5036, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2924, \"group\": [289.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGTTGGC\", \"ini\": 3784, \"clust\": 3402, \"rank\": 4755, \"rankvar\": 1568, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5037, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2236, \"group\": [3404.0, 543.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGACACTAA\", \"ini\": 3783, \"clust\": 219, \"rank\": 4909, \"rankvar\": 5103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5038, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3077, \"group\": [232.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCCTCCAT\", \"ini\": 3782, \"clust\": 259, \"rank\": 4811, \"rankvar\": 4943, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5039, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2925, \"group\": [261.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACTCCTG\", \"ini\": 3781, \"clust\": 372, \"rank\": 4821, \"rankvar\": 4991, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5040, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2926, \"group\": [372.0, 56.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGGCAGTCA\", \"ini\": 3780, \"clust\": 247, \"rank\": 4797, \"rankvar\": 2767, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5041, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2927, \"group\": [254.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTACAGACG\", \"ini\": 3779, \"clust\": 209, \"rank\": 4966, \"rankvar\": 5165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5042, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 220, \"group\": [206.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGGACAA\", \"ini\": 3778, \"clust\": 210, \"rank\": 4952, \"rankvar\": 5160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5043, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 221, \"group\": [210.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCATGGGAAC\", \"ini\": 3777, \"clust\": 207, \"rank\": 5021, \"rankvar\": 5171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5044, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 222, \"group\": [207.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATAGGATA\", \"ini\": 3776, \"clust\": 261, \"rank\": 4799, \"rankvar\": 4551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5045, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2928, \"group\": [260.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGTTTGT\", \"ini\": 3775, \"clust\": 3577, \"rank\": 4726, \"rankvar\": 4558, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5046, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2237, \"group\": [3578.0, 616.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACAGATGAGC\", \"ini\": 3774, \"clust\": 289, \"rank\": 4892, \"rankvar\": 4579, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5047, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2929, \"group\": [290.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCTCTGAGA\", \"ini\": 3773, \"clust\": 4398, \"rank\": 4733, \"rankvar\": 4168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5048, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2238, \"group\": [4397.0, 826.0, 136.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTTCGAATC\", \"ini\": 3772, \"clust\": 250, \"rank\": 4861, \"rankvar\": 3912, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5049, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2930, \"group\": [250.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCTCCAT\", \"ini\": 3771, \"clust\": 3349, \"rank\": 4967, \"rankvar\": 4661, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5050, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2931, \"group\": [3348.0, 521.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAGAAGC\", \"ini\": 3770, \"clust\": 338, \"rank\": 4827, \"rankvar\": 4895, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5051, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2932, \"group\": [340.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCACGGTGTC\", \"ini\": 3769, \"clust\": 4159, \"rank\": 5087, \"rankvar\": 4982, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 599, \"group\": [4158.0, 786.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCAATGGACG\", \"ini\": 3768, \"clust\": 205, \"rank\": 4971, \"rankvar\": 4864, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5053, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 223, \"group\": [201.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTCAAACTC\", \"ini\": 3767, \"clust\": 373, \"rank\": 4808, \"rankvar\": 4765, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5054, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2933, \"group\": [376.0, 56.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGCGATAGC\", \"ini\": 3766, \"clust\": 81, \"rank\": 4998, \"rankvar\": 5147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5055, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 600, \"group\": [80.0, 17.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTACGCACC\", \"ini\": 3765, \"clust\": 212, \"rank\": 4976, \"rankvar\": 5142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5056, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 224, \"group\": [209.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTATATGAG\", \"ini\": 3764, \"clust\": 3388, \"rank\": 5032, \"rankvar\": 4260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5057, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2239, \"group\": [3386.0, 539.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTTGTTTC\", \"ini\": 3763, \"clust\": 255, \"rank\": 4834, \"rankvar\": 4542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5058, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2934, \"group\": [256.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGGTTCGGGCT\", \"ini\": 3762, \"clust\": 251, \"rank\": 4873, \"rankvar\": 4166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5059, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2935, \"group\": [251.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTGTGACCC\", \"ini\": 3761, \"clust\": 352, \"rank\": 4750, \"rankvar\": 4636, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5060, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2936, \"group\": [370.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTACGTAA\", \"ini\": 3760, \"clust\": 287, \"rank\": 4863, \"rankvar\": 4643, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5061, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2937, \"group\": [288.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTTCACGGC\", \"ini\": 3759, \"clust\": 3371, \"rank\": 5062, \"rankvar\": 5076, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5062, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2240, \"group\": [3371.0, 533.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCAAGGCTT\", \"ini\": 3758, \"clust\": 273, \"rank\": 4924, \"rankvar\": 4375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5063, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2938, \"group\": [275.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCATCGGCGGTT\", \"ini\": 3757, \"clust\": 3359, \"rank\": 5041, \"rankvar\": 4892, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5064, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2241, \"group\": [3356.0, 525.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTCGGGTCT\", \"ini\": 3756, \"clust\": 236, \"rank\": 4805, \"rankvar\": 4653, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5065, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3034, \"group\": [237.0, 47.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTCTGCGGT\", \"ini\": 3755, \"clust\": 291, \"rank\": 4915, \"rankvar\": 4736, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5066, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2939, \"group\": [293.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCTGCGGT\", \"ini\": 3754, \"clust\": 204, \"rank\": 4951, \"rankvar\": 5047, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5067, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 225, \"group\": [203.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAGGTTTC\", \"ini\": 3753, \"clust\": 3403, \"rank\": 4918, \"rankvar\": 3504, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5068, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2242, \"group\": [3400.0, 543.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGCCCGAAA\", \"ini\": 3752, \"clust\": 328, \"rank\": 4872, \"rankvar\": 5139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5069, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2940, \"group\": [330.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCTGTAT\", \"ini\": 3751, \"clust\": 3362, \"rank\": 4983, \"rankvar\": 4567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5070, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2243, \"group\": [3361.0, 526.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGACAGACC\", \"ini\": 3750, \"clust\": 323, \"rank\": 4943, \"rankvar\": 5113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5071, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2941, \"group\": [324.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCGAATGGG\", \"ini\": 3749, \"clust\": 252, \"rank\": 4887, \"rankvar\": 4241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5072, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2942, \"group\": [252.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCGCATAT\", \"ini\": 3748, \"clust\": 350, \"rank\": 4962, \"rankvar\": 5000, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5073, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2943, \"group\": [348.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCGGCGCAT\", \"ini\": 3747, \"clust\": 342, \"rank\": 4921, \"rankvar\": 4869, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5074, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2944, \"group\": [344.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCAGCTGTAT\", \"ini\": 3746, \"clust\": 304, \"rank\": 4877, \"rankvar\": 4642, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5075, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2945, \"group\": [308.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCAGCTTAG\", \"ini\": 3745, \"clust\": 265, \"rank\": 4977, \"rankvar\": 3011, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5076, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2946, \"group\": [270.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGCTAACTC\", \"ini\": 3744, \"clust\": 173, \"rank\": 4927, \"rankvar\": 5015, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5077, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3078, \"group\": [174.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTCCAACTA\", \"ini\": 3743, \"clust\": 3575, \"rank\": 4889, \"rankvar\": 4372, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5078, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2244, \"group\": [3574.0, 614.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTACGCCC\", \"ini\": 3742, \"clust\": 3404, \"rank\": 4965, \"rankvar\": 3677, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5079, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2669, \"group\": [3401.0, 543.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCTGCCAGG\", \"ini\": 3741, \"clust\": 330, \"rank\": 4900, \"rankvar\": 5073, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5080, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2947, \"group\": [329.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTTACGA\", \"ini\": 3740, \"clust\": 317, \"rank\": 4935, \"rankvar\": 5024, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5081, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2948, \"group\": [318.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAAGATGTTAG\", \"ini\": 3739, \"clust\": 241, \"rank\": 4826, \"rankvar\": 5156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5082, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2949, \"group\": [242.0, 50.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAAGAGGCT\", \"ini\": 3738, \"clust\": 345, \"rank\": 4867, \"rankvar\": 5202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5083, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2950, \"group\": [352.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCTTAGAGC\", \"ini\": 3737, \"clust\": 386, \"rank\": 4864, \"rankvar\": 3972, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5084, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3035, \"group\": [406.0, 61.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGTAGATGT\", \"ini\": 3736, \"clust\": 160, \"rank\": 4894, \"rankvar\": 5066, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5085, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3079, \"group\": [158.0, 35.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGTCTTGCA\", \"ini\": 3735, \"clust\": 310, \"rank\": 4975, \"rankvar\": 5006, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5086, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2951, \"group\": [309.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAACGATGG\", \"ini\": 3734, \"clust\": 325, \"rank\": 4937, \"rankvar\": 5071, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5087, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2952, \"group\": [331.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAACGCGA\", \"ini\": 3733, \"clust\": 378, \"rank\": 4830, \"rankvar\": 4779, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5088, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2953, \"group\": [379.0, 57.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAAGCGAGT\", \"ini\": 3732, \"clust\": 324, \"rank\": 4982, \"rankvar\": 5134, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5089, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2954, \"group\": [325.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGGACGAAA\", \"ini\": 3731, \"clust\": 389, \"rank\": 4920, \"rankvar\": 5059, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5090, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2955, \"group\": [393.0, 59.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTGGTTCC\", \"ini\": 3730, \"clust\": 277, \"rank\": 5038, \"rankvar\": 5041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5091, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2956, \"group\": [279.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAGCGATCC\", \"ini\": 3729, \"clust\": 3352, \"rank\": 4944, \"rankvar\": 4575, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5092, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2245, \"group\": [3353.0, 523.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACTGGG\", \"ini\": 3728, \"clust\": 278, \"rank\": 5046, \"rankvar\": 4955, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5093, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2957, \"group\": [277.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGTCGTAGGTT\", \"ini\": 3727, \"clust\": 249, \"rank\": 4957, \"rankvar\": 3618, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5094, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2958, \"group\": [249.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTTCAACT\", \"ini\": 3726, \"clust\": 194, \"rank\": 4991, \"rankvar\": 4870, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5095, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2959, \"group\": [193.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCATCATTC\", \"ini\": 3725, \"clust\": 192, \"rank\": 5016, \"rankvar\": 5144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5096, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2960, \"group\": [189.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGCACGCCT\", \"ini\": 3724, \"clust\": 319, \"rank\": 5017, \"rankvar\": 5052, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5097, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2961, \"group\": [320.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCGATTGT\", \"ini\": 3723, \"clust\": 253, \"rank\": 4963, \"rankvar\": 3795, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5098, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2962, \"group\": [253.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTTGACTG\", \"ini\": 3722, \"clust\": 292, \"rank\": 4985, \"rankvar\": 3830, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5099, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2963, \"group\": [291.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTAAGTTCC\", \"ini\": 3721, \"clust\": 218, \"rank\": 4928, \"rankvar\": 4905, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5100, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3080, \"group\": [216.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGATGGAA\", \"ini\": 3720, \"clust\": 313, \"rank\": 4990, \"rankvar\": 5009, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5101, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2964, \"group\": [313.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTGGGTCAA\", \"ini\": 3719, \"clust\": 395, \"rank\": 4908, \"rankvar\": 2251, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5102, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3036, \"group\": [394.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCAAACTG\", \"ini\": 3718, \"clust\": 393, \"rank\": 4950, \"rankvar\": 4842, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5103, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3037, \"group\": [390.0, 59.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATCCAAC\", \"ini\": 3717, \"clust\": 163, \"rank\": 4969, \"rankvar\": 4930, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5104, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2965, \"group\": [162.0, 37.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGAGTACAT\", \"ini\": 3716, \"clust\": 161, \"rank\": 4903, \"rankvar\": 4945, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5105, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3038, \"group\": [159.0, 35.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGGCAAAGA\", \"ini\": 3715, \"clust\": 193, \"rank\": 5011, \"rankvar\": 5084, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5106, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2966, \"group\": [190.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGTCAATAG\", \"ini\": 3714, \"clust\": 307, \"rank\": 4995, \"rankvar\": 4846, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5107, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2967, \"group\": [306.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCGAATGCT\", \"ini\": 3713, \"clust\": 334, \"rank\": 4917, \"rankvar\": 5094, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5108, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2968, \"group\": [334.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCATTCACT\", \"ini\": 3712, \"clust\": 279, \"rank\": 5099, \"rankvar\": 4862, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5109, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2969, \"group\": [278.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACCCATTC\", \"ini\": 3711, \"clust\": 335, \"rank\": 4929, \"rankvar\": 5107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5110, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2970, \"group\": [332.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCTCAGT\", \"ini\": 3710, \"clust\": 198, \"rank\": 5068, \"rankvar\": 5145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5111, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 226, \"group\": [197.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGAGCCAA\", \"ini\": 3709, \"clust\": 293, \"rank\": 5075, \"rankvar\": 4697, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5112, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2971, \"group\": [292.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTGACAG\", \"ini\": 3708, \"clust\": 199, \"rank\": 5056, \"rankvar\": 5220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5113, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 227, \"group\": [195.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCGGCGCTA\", \"ini\": 3707, \"clust\": 200, \"rank\": 5034, \"rankvar\": 5221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5114, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 228, \"group\": [196.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCTGGTGTA\", \"ini\": 3706, \"clust\": 318, \"rank\": 5037, \"rankvar\": 5085, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5115, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2972, \"group\": [319.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCCAATT\", \"ini\": 3705, \"clust\": 195, \"rank\": 5091, \"rankvar\": 5111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5116, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2973, \"group\": [191.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACAGTGAGTG\", \"ini\": 3704, \"clust\": 353, \"rank\": 4981, \"rankvar\": 4769, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5117, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3039, \"group\": [369.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATTGCGGC\", \"ini\": 3703, \"clust\": 3347, \"rank\": 4996, \"rankvar\": 4341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5118, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3040, \"group\": [3350.0, 522.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTCGCATCG\", \"ini\": 3702, \"clust\": 3357, \"rank\": 5013, \"rankvar\": 4522, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5119, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2246, \"group\": [3359.0, 525.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTCCTGCTT\", \"ini\": 3701, \"clust\": 274, \"rank\": 5059, \"rankvar\": 4495, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5120, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2974, \"group\": [273.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACCCACC\", \"ini\": 3700, \"clust\": 351, \"rank\": 5057, \"rankvar\": 4985, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5121, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2975, \"group\": [349.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACCATTCCTGC\", \"ini\": 3699, \"clust\": 294, \"rank\": 5031, \"rankvar\": 4913, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5122, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3041, \"group\": [299.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACGAAGCA\", \"ini\": 3698, \"clust\": 149, \"rank\": 5134, \"rankvar\": 4804, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5123, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3081, \"group\": [150.0, 33.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGACAGGAACGT\", \"ini\": 3697, \"clust\": 316, \"rank\": 5036, \"rankvar\": 4976, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5124, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2976, \"group\": [317.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCTAGGGC\", \"ini\": 3696, \"clust\": 402, \"rank\": 4956, \"rankvar\": 4322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5125, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3042, \"group\": [403.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACTCGGGAGTA\", \"ini\": 3695, \"clust\": 3360, \"rank\": 5074, \"rankvar\": 4379, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5126, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2247, \"group\": [3357.0, 525.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACATTCCTGC\", \"ini\": 3694, \"clust\": 314, \"rank\": 5060, \"rankvar\": 5116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5127, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2977, \"group\": [314.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTTCGAGA\", \"ini\": 3693, \"clust\": 3398, \"rank\": 5195, \"rankvar\": 4936, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5128, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 601, \"group\": [3395.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACCTTTG\", \"ini\": 3692, \"clust\": 226, \"rank\": 5110, \"rankvar\": 4947, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5129, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2978, \"group\": [231.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTGCCTTGG\", \"ini\": 3691, \"clust\": 290, \"rank\": 5115, \"rankvar\": 4607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5130, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2979, \"group\": [294.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGACTTGAA\", \"ini\": 3690, \"clust\": 284, \"rank\": 5112, \"rankvar\": 5125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5131, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2980, \"group\": [284.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTCTCAACA\", \"ini\": 3689, \"clust\": 3406, \"rank\": 5142, \"rankvar\": 4655, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5132, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2248, \"group\": [3403.0, 543.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCAACGCTA\", \"ini\": 3688, \"clust\": 275, \"rank\": 5125, \"rankvar\": 4787, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5133, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2981, \"group\": [274.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGGCT\", \"ini\": 3687, \"clust\": 228, \"rank\": 5098, \"rankvar\": 4844, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5134, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3082, \"group\": [223.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCTGCGACG\", \"ini\": 3686, \"clust\": 361, \"rank\": 5020, \"rankvar\": 4828, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5135, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3043, \"group\": [360.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTCCTTC\", \"ini\": 3685, \"clust\": 220, \"rank\": 5069, \"rankvar\": 4926, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5136, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3083, \"group\": [220.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGGTGCAAC\", \"ini\": 3684, \"clust\": 347, \"rank\": 5123, \"rankvar\": 5157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5137, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2982, \"group\": [346.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGATAGGAG\", \"ini\": 3683, \"clust\": 222, \"rank\": 5051, \"rankvar\": 5109, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5138, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3084, \"group\": [217.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCAGGA\", \"ini\": 3682, \"clust\": 242, \"rank\": 5023, \"rankvar\": 5090, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5139, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2983, \"group\": [243.0, 50.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGATATACG\", \"ini\": 3681, \"clust\": 357, \"rank\": 5053, \"rankvar\": 3573, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5140, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3044, \"group\": [355.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTTGATTCG\", \"ini\": 3680, \"clust\": 403, \"rank\": 5045, \"rankvar\": 3449, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5141, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3045, \"group\": [401.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCACCAGTTA\", \"ini\": 3679, \"clust\": 320, \"rank\": 5132, \"rankvar\": 5170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5142, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2984, \"group\": [321.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCACCCGAG\", \"ini\": 3678, \"clust\": 164, \"rank\": 5093, \"rankvar\": 4970, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5143, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2985, \"group\": [163.0, 37.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTCCAGTAT\", \"ini\": 3677, \"clust\": 227, \"rank\": 5130, \"rankvar\": 3982, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5144, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3085, \"group\": [225.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAATGGAAT\", \"ini\": 3676, \"clust\": 203, \"rank\": 5161, \"rankvar\": 5184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5145, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 229, \"group\": [200.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGTACGCGA\", \"ini\": 3675, \"clust\": 392, \"rank\": 5058, \"rankvar\": 4917, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5146, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3046, \"group\": [392.0, 59.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTCCTG\", \"ini\": 3674, \"clust\": 362, \"rank\": 5108, \"rankvar\": 4956, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5147, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3047, \"group\": [361.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCTGTTCA\", \"ini\": 3673, \"clust\": 296, \"rank\": 5071, \"rankvar\": 4273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5148, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2986, \"group\": [297.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTCCGAAGA\", \"ini\": 3672, \"clust\": 359, \"rank\": 5105, \"rankvar\": 4827, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5149, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3048, \"group\": [358.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTACAAGTA\", \"ini\": 3671, \"clust\": 349, \"rank\": 5129, \"rankvar\": 5158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5150, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2987, \"group\": [350.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCATCGATG\", \"ini\": 3670, \"clust\": 3389, \"rank\": 5148, \"rankvar\": 4061, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5151, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2249, \"group\": [3387.0, 539.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGGTACAGACG\", \"ini\": 3669, \"clust\": 355, \"rank\": 5064, \"rankvar\": 4069, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5152, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2988, \"group\": [353.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTCATCCA\", \"ini\": 3668, \"clust\": 302, \"rank\": 5122, \"rankvar\": 4871, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5153, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2989, \"group\": [302.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCTTGACGA\", \"ini\": 3667, \"clust\": 390, \"rank\": 5097, \"rankvar\": 4935, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5154, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3049, \"group\": [388.0, 59.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTCTCTG\", \"ini\": 3666, \"clust\": 311, \"rank\": 5145, \"rankvar\": 5149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5155, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2990, \"group\": [310.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGCGATA\", \"ini\": 3665, \"clust\": 363, \"rank\": 5119, \"rankvar\": 4966, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5156, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3050, \"group\": [368.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATAGTCA\", \"ini\": 3664, \"clust\": 321, \"rank\": 5126, \"rankvar\": 5037, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5157, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2991, \"group\": [322.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGCGCTTG\", \"ini\": 3663, \"clust\": 197, \"rank\": 5095, \"rankvar\": 5188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5158, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3086, \"group\": [198.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACATCACGAT\", \"ini\": 3662, \"clust\": 224, \"rank\": 5144, \"rankvar\": 4686, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5159, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3087, \"group\": [221.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAACTGGCC\", \"ini\": 3661, \"clust\": 308, \"rank\": 5143, \"rankvar\": 5031, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5160, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2992, \"group\": [312.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTCGAACAG\", \"ini\": 3660, \"clust\": 399, \"rank\": 5078, \"rankvar\": 4599, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5161, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3051, \"group\": [400.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCTTGTACT\", \"ini\": 3659, \"clust\": 336, \"rank\": 5100, \"rankvar\": 5124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5162, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2993, \"group\": [333.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGGATCGA\", \"ini\": 3658, \"clust\": 398, \"rank\": 5124, \"rankvar\": 4638, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5163, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3052, \"group\": [397.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTAGAGTGC\", \"ini\": 3657, \"clust\": 196, \"rank\": 5158, \"rankvar\": 5208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5164, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2994, \"group\": [192.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCCTAGCG\", \"ini\": 3656, \"clust\": 354, \"rank\": 5120, \"rankvar\": 4761, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5165, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5134, \"group\": [357.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCACCATGTA\", \"ini\": 3655, \"clust\": 391, \"rank\": 5101, \"rankvar\": 4309, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5166, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3053, \"group\": [389.0, 59.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCTGCAAT\", \"ini\": 3654, \"clust\": 281, \"rank\": 5156, \"rankvar\": 5089, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5167, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2995, \"group\": [281.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAAGGCGT\", \"ini\": 3653, \"clust\": 282, \"rank\": 5176, \"rankvar\": 5075, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5168, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2996, \"group\": [282.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTTCTGAAC\", \"ini\": 3652, \"clust\": 356, \"rank\": 5137, \"rankvar\": 4772, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5169, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5135, \"group\": [354.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCTAGAAC\", \"ini\": 3651, \"clust\": 300, \"rank\": 5146, \"rankvar\": 5098, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5170, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2997, \"group\": [300.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCGACTAT\", \"ini\": 3650, \"clust\": 233, \"rank\": 5136, \"rankvar\": 5164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5171, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 230, \"group\": [228.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAGTTAGGGTG\", \"ini\": 3649, \"clust\": 368, \"rank\": 5153, \"rankvar\": 4950, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5172, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3054, \"group\": [366.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCGATAA\", \"ini\": 3648, \"clust\": 145, \"rank\": 5147, \"rankvar\": 4785, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5173, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3055, \"group\": [146.0, 33.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGCTGAAAT\", \"ini\": 3647, \"clust\": 331, \"rank\": 5067, \"rankvar\": 5163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5174, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2998, \"group\": [337.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCCGAGTC\", \"ini\": 3646, \"clust\": 285, \"rank\": 5163, \"rankvar\": 4954, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5175, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2999, \"group\": [285.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGAGTAGA\", \"ini\": 3645, \"clust\": 223, \"rank\": 5139, \"rankvar\": 4979, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5176, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3088, \"group\": [218.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGTTTACG\", \"ini\": 3644, \"clust\": 297, \"rank\": 5174, \"rankvar\": 4242, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5177, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3000, \"group\": [295.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAGTTCCGGCA\", \"ini\": 3643, \"clust\": 3391, \"rank\": 5228, \"rankvar\": 5128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5178, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3089, \"group\": [3389.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACAGATTC\", \"ini\": 3642, \"clust\": 358, \"rank\": 5111, \"rankvar\": 4946, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5179, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5136, \"group\": [356.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATCTCG\", \"ini\": 3641, \"clust\": 312, \"rank\": 5157, \"rankvar\": 5117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5180, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3001, \"group\": [315.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAAACCCAT\", \"ini\": 3640, \"clust\": 305, \"rank\": 5141, \"rankvar\": 5138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5181, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3002, \"group\": [307.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTAGGGTTTCT\", \"ini\": 3639, \"clust\": 283, \"rank\": 5182, \"rankvar\": 5105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5182, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3056, \"group\": [286.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTCTCGGC\", \"ini\": 3638, \"clust\": 309, \"rank\": 5202, \"rankvar\": 5143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5183, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3003, \"group\": [311.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAGCCTGTG\", \"ini\": 3637, \"clust\": 3395, \"rank\": 5230, \"rankvar\": 5206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5184, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 602, \"group\": [3397.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCGTGGTCG\", \"ini\": 3636, \"clust\": 339, \"rank\": 5135, \"rankvar\": 5187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5185, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3004, \"group\": [338.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCAGCCTTGG\", \"ini\": 3635, \"clust\": 232, \"rank\": 5181, \"rankvar\": 5095, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5186, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3090, \"group\": [230.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAAGCTCCCAG\", \"ini\": 3634, \"clust\": 348, \"rank\": 5175, \"rankvar\": 5185, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5187, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3005, \"group\": [347.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCCGAATT\", \"ini\": 3633, \"clust\": 229, \"rank\": 5166, \"rankvar\": 4992, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5188, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3057, \"group\": [224.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGTCGCG\", \"ini\": 3632, \"clust\": 364, \"rank\": 5184, \"rankvar\": 4951, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5189, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3058, \"group\": [362.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGGTGAGTATA\", \"ini\": 3631, \"clust\": 206, \"rank\": 5179, \"rankvar\": 5126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5190, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 231, \"group\": [202.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTGTGAAAT\", \"ini\": 3630, \"clust\": 3396, \"rank\": 5216, \"rankvar\": 4791, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5191, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3091, \"group\": [3393.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGAGTTTCCTT\", \"ini\": 3629, \"clust\": 366, \"rank\": 5171, \"rankvar\": 5068, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5192, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3059, \"group\": [364.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGAGGGA\", \"ini\": 3628, \"clust\": 337, \"rank\": 5107, \"rankvar\": 5174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5193, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3006, \"group\": [341.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCAAACTC\", \"ini\": 3627, \"clust\": 365, \"rank\": 5186, \"rankvar\": 5133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5194, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3060, \"group\": [363.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCAACGGGA\", \"ini\": 3626, \"clust\": 405, \"rank\": 5170, \"rankvar\": 953, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5195, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3061, \"group\": [404.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTATGAATG\", \"ini\": 3625, \"clust\": 333, \"rank\": 5165, \"rankvar\": 5179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5196, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3007, \"group\": [335.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGTCAGAGGTG\", \"ini\": 3624, \"clust\": 146, \"rank\": 5204, \"rankvar\": 4981, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5197, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3008, \"group\": [147.0, 33.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCGGCA\", \"ini\": 3623, \"clust\": 400, \"rank\": 5178, \"rankvar\": 4594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5198, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3062, \"group\": [398.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTGTCTGATCA\", \"ini\": 3622, \"clust\": 230, \"rank\": 5210, \"rankvar\": 5097, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5199, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3092, \"group\": [226.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGAGGACGG\", \"ini\": 3621, \"clust\": 301, \"rank\": 5191, \"rankvar\": 5119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5200, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3009, \"group\": [301.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCATTTCAGG\", \"ini\": 3620, \"clust\": 221, \"rank\": 5199, \"rankvar\": 4948, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5201, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3093, \"group\": [219.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCTAAAGA\", \"ini\": 3619, \"clust\": 406, \"rank\": 5154, \"rankvar\": 4488, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5202, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3063, \"group\": [405.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGGGATGGG\", \"ini\": 3618, \"clust\": 322, \"rank\": 5207, \"rankvar\": 5063, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5203, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3010, \"group\": [323.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTTGGAGGT\", \"ini\": 3617, \"clust\": 3351, \"rank\": 5208, \"rankvar\": 4695, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5204, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3094, \"group\": [3347.0, 521.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCGCCAA\", \"ini\": 3616, \"clust\": 332, \"rank\": 5168, \"rankvar\": 5213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5205, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3011, \"group\": [336.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTAGCACGA\", \"ini\": 3615, \"clust\": 234, \"rank\": 5197, \"rankvar\": 5078, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5206, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 232, \"group\": [229.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCTGAAAT\", \"ini\": 3614, \"clust\": 225, \"rank\": 5214, \"rankvar\": 4652, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5207, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3095, \"group\": [222.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCATGTAGC\", \"ini\": 3613, \"clust\": 3348, \"rank\": 5192, \"rankvar\": 4908, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5208, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3064, \"group\": [3349.0, 521.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGGAATGGA\", \"ini\": 3612, \"clust\": 367, \"rank\": 5201, \"rankvar\": 5110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5209, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3065, \"group\": [365.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTCTGCCAG\", \"ini\": 3611, \"clust\": 360, \"rank\": 5152, \"rankvar\": 4975, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5210, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3066, \"group\": [359.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTTCAGACT\", \"ini\": 3610, \"clust\": 147, \"rank\": 5231, \"rankvar\": 5176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5211, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3012, \"group\": [148.0, 33.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGATCGCA\", \"ini\": 3609, \"clust\": 295, \"rank\": 5212, \"rankvar\": 4445, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5212, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3013, \"group\": [298.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGCTGCAC\", \"ini\": 3608, \"clust\": 148, \"rank\": 5227, \"rankvar\": 4807, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5213, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3014, \"group\": [149.0, 33.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCGGTCTAA\", \"ini\": 3607, \"clust\": 299, \"rank\": 5223, \"rankvar\": 5019, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5214, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3015, \"group\": [304.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCCGTCAAA\", \"ini\": 3606, \"clust\": 404, \"rank\": 5203, \"rankvar\": 4442, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5215, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3067, \"group\": [402.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGCCGGTAA\", \"ini\": 3605, \"clust\": 401, \"rank\": 5194, \"rankvar\": 4980, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5216, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3068, \"group\": [399.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTGGCTCCA\", \"ini\": 3604, \"clust\": 303, \"rank\": 5205, \"rankvar\": 5177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5217, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3016, \"group\": [303.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTATGCGT\", \"ini\": 3603, \"clust\": 276, \"rank\": 5222, \"rankvar\": 5042, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5218, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3017, \"group\": [280.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGTGAC\", \"ini\": 3602, \"clust\": 3397, \"rank\": 5229, \"rankvar\": 4789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5219, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3096, \"group\": [3394.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAATCTACG\", \"ini\": 3601, \"clust\": 280, \"rank\": 5219, \"rankvar\": 5091, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5220, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3018, \"group\": [283.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCAGTCCCT\", \"ini\": 3600, \"clust\": 150, \"rank\": 5225, \"rankvar\": 4824, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5221, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3019, \"group\": [151.0, 33.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCTCCTCT\", \"ini\": 3599, \"clust\": 270, \"rank\": 5221, \"rankvar\": 4541, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5222, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3069, \"group\": [271.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAATGTTGC\", \"ini\": 3598, \"clust\": 394, \"rank\": 5206, \"rankvar\": 4812, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5223, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3070, \"group\": [391.0, 59.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTGCTCCT\", \"ini\": 3597, \"clust\": 271, \"rank\": 5226, \"rankvar\": 5065, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5224, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3020, \"group\": [272.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTAAATACG\", \"ini\": 3596, \"clust\": 298, \"rank\": 5218, \"rankvar\": 4918, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5225, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3071, \"group\": [296.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAAACG\", \"ini\": 3595, \"clust\": 231, \"rank\": 5217, \"rankvar\": 5060, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5226, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3097, \"group\": [227.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAAGTCTAC\", \"ini\": 3594, \"clust\": 369, \"rank\": 5209, \"rankvar\": 5115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5227, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3072, \"group\": [367.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTCTGGTCG\", \"ini\": 3593, \"clust\": 379, \"rank\": 5211, \"rankvar\": 4890, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5228, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3021, \"group\": [380.0, 57.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTACTTAGC\", \"ini\": 3592, \"clust\": 191, \"rank\": 5224, \"rankvar\": 5194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5229, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3022, \"group\": [194.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTAACGGT\", \"ini\": 3591, \"clust\": 396, \"rank\": 5213, \"rankvar\": 4310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5230, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3073, \"group\": [395.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCATGTTGAC\", \"ini\": 3590, \"clust\": 340, \"rank\": 5215, \"rankvar\": 5162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5231, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3023, \"group\": [339.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCGCGGATC\", \"ini\": 3589, \"clust\": 2013, \"rank\": 5, \"rankvar\": 942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 0, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 603, \"group\": [2010.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAGTCGGT\", \"ini\": 3588, \"clust\": 4116, \"rank\": 22, \"rankvar\": 4993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 32, \"group\": [4114.0, 775.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTTGTACT\", \"ini\": 3587, \"clust\": 5096, \"rank\": 86, \"rankvar\": 41, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4499, \"group\": [5097.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGAACAACT\", \"ini\": 3586, \"clust\": 2018, \"rank\": 20, \"rankvar\": 2635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 604, \"group\": [2015.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTGGGAA\", \"ini\": 3585, \"clust\": 2023, \"rank\": 13, \"rankvar\": 2838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 4, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 605, \"group\": [2018.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGAACTGTA\", \"ini\": 3584, \"clust\": 1804, \"rank\": 21, \"rankvar\": 425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 5, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 606, \"group\": [1802.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGGGTCTCC\", \"ini\": 3583, \"clust\": 1997, \"rank\": 3, \"rankvar\": 4796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 6, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 607, \"group\": [1993.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGCATCATC\", \"ini\": 3582, \"clust\": 1985, \"rank\": 19, \"rankvar\": 3748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 7, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 608, \"group\": [1982.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAGATTAG\", \"ini\": 3581, \"clust\": 1948, \"rank\": 11, \"rankvar\": 684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 8, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 609, \"group\": [1946.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGCAGACA\", \"ini\": 3580, \"clust\": 5040, \"rank\": 47, \"rankvar\": 134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 9, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4500, \"group\": [5039.0, 987.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCGTAGTA\", \"ini\": 3579, \"clust\": 1921, \"rank\": 67, \"rankvar\": 259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 10, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 610, \"group\": [1920.0, 330.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTTCATGT\", \"ini\": 3578, \"clust\": 5041, \"rank\": 46, \"rankvar\": 15, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 11, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4501, \"group\": [5040.0, 987.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTGGTATG\", \"ini\": 3577, \"clust\": 1975, \"rank\": 0, \"rankvar\": 4062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 12, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 611, \"group\": [1974.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTGGACCC\", \"ini\": 3576, \"clust\": 2007, \"rank\": 12, \"rankvar\": 2109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 13, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 612, \"group\": [2005.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGTGAAAT\", \"ini\": 3575, \"clust\": 1914, \"rank\": 4, \"rankvar\": 4371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 14, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2086, \"group\": [1915.0, 329.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAACCAAC\", \"ini\": 3574, \"clust\": 1983, \"rank\": 43, \"rankvar\": 766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 15, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 613, \"group\": [1985.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGCCACTAT\", \"ini\": 3573, \"clust\": 2028, \"rank\": 23, \"rankvar\": 888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 16, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 614, \"group\": [2023.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAGAGCTT\", \"ini\": 3572, \"clust\": 2029, \"rank\": 9, \"rankvar\": 2159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 17, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 615, \"group\": [2024.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGAGCTTCT\", \"ini\": 3571, \"clust\": 5087, \"rank\": 54, \"rankvar\": 37, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 18, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4502, \"group\": [5085.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCGCGAAA\", \"ini\": 3570, \"clust\": 1986, \"rank\": 26, \"rankvar\": 3866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 19, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 616, \"group\": [1983.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGCATCATC\", \"ini\": 3569, \"clust\": 1987, \"rank\": 15, \"rankvar\": 917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 20, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 617, \"group\": [2028.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTGCACGAA\", \"ini\": 3568, \"clust\": 1916, \"rank\": 50, \"rankvar\": 921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 21, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2087, \"group\": [1917.0, 329.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCATGAT\", \"ini\": 3567, \"clust\": 5115, \"rank\": 125, \"rankvar\": 46, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 22, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4503, \"group\": [5114.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCCACTGGG\", \"ini\": 3566, \"clust\": 5085, \"rank\": 115, \"rankvar\": 275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 23, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4504, \"group\": [5088.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCGCGTAGC\", \"ini\": 3565, \"clust\": 4117, \"rank\": 94, \"rankvar\": 3737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 24, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 33, \"group\": [4115.0, 775.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCCAGAAGG\", \"ini\": 3564, \"clust\": 1915, \"rank\": 28, \"rankvar\": 4340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 25, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2088, \"group\": [1916.0, 329.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAAGGGTCA\", \"ini\": 3563, \"clust\": 5088, \"rank\": 83, \"rankvar\": 40, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 26, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4505, \"group\": [5086.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTTCCTGCTTG\", \"ini\": 3562, \"clust\": 1925, \"rank\": 45, \"rankvar\": 217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 27, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 618, \"group\": [1925.0, 330.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTACGTAA\", \"ini\": 3561, \"clust\": 2034, \"rank\": 38, \"rankvar\": 213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 28, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 619, \"group\": [2033.0, 336.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCTCTGCTG\", \"ini\": 3560, \"clust\": 4468, \"rank\": 2, \"rankvar\": 4531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 29, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4506, \"group\": [4469.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCAACGGCC\", \"ini\": 3559, \"clust\": 5050, \"rank\": 130, \"rankvar\": 634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 30, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4507, \"group\": [5051.0, 993.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTCTGAT\", \"ini\": 3558, \"clust\": 1981, \"rank\": 40, \"rankvar\": 624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 31, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 620, \"group\": [1980.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATTACCC\", \"ini\": 3557, \"clust\": 4469, \"rank\": 32, \"rankvar\": 2358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 32, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4508, \"group\": [4470.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGGTGTGGT\", \"ini\": 3556, \"clust\": 1917, \"rank\": 101, \"rankvar\": 488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 33, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2089, \"group\": [1918.0, 329.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAGGACCCT\", \"ini\": 3555, \"clust\": 5025, \"rank\": 51, \"rankvar\": 416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 34, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4509, \"group\": [5025.0, 983.0, 159.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAGTACACT\", \"ini\": 3554, \"clust\": 2008, \"rank\": 16, \"rankvar\": 1285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 35, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 621, \"group\": [2003.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCACCCAGTG\", \"ini\": 3553, \"clust\": 1952, \"rank\": 69, \"rankvar\": 146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 36, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 622, \"group\": [1951.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTAGACAAGCC\", \"ini\": 3552, \"clust\": 5024, \"rank\": 57, \"rankvar\": 2211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 37, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4510, \"group\": [5027.0, 983.0, 159.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCCTGACT\", \"ini\": 3551, \"clust\": 2010, \"rank\": 29, \"rankvar\": 510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 38, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 623, \"group\": [2008.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTCGAGA\", \"ini\": 3550, \"clust\": 2022, \"rank\": 56, \"rankvar\": 522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 39, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 624, \"group\": [2020.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGGTGACCA\", \"ini\": 3549, \"clust\": 1991, \"rank\": 60, \"rankvar\": 1483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 40, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 625, \"group\": [1990.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCACTC\", \"ini\": 3548, \"clust\": 1955, \"rank\": 61, \"rankvar\": 924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 41, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 626, \"group\": [1953.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGTCAAGGC\", \"ini\": 3547, \"clust\": 5097, \"rank\": 118, \"rankvar\": 26, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 42, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4511, \"group\": [5098.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTACCCAAT\", \"ini\": 3546, \"clust\": 5101, \"rank\": 164, \"rankvar\": 12, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 43, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4512, \"group\": [5100.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCTACTCAT\", \"ini\": 3545, \"clust\": 2027, \"rank\": 39, \"rankvar\": 885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 44, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 627, \"group\": [2025.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCTACCTA\", \"ini\": 3544, \"clust\": 1992, \"rank\": 34, \"rankvar\": 3339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 45, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 628, \"group\": [1988.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGGACGAT\", \"ini\": 3543, \"clust\": 2021, \"rank\": 33, \"rankvar\": 1758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 46, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 629, \"group\": [2021.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGCTAGTCT\", \"ini\": 3542, \"clust\": 1845, \"rank\": 97, \"rankvar\": 499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 47, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 630, \"group\": [1845.0, 291.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTACATCATCCC\", \"ini\": 3541, \"clust\": 1993, \"rank\": 52, \"rankvar\": 2093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 48, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 631, \"group\": [1989.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGAATTGTG\", \"ini\": 3540, \"clust\": 1603, \"rank\": 7, \"rankvar\": 4462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 49, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3101, \"group\": [1606.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCATTATCC\", \"ini\": 3539, \"clust\": 1953, \"rank\": 105, \"rankvar\": 448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 50, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 632, \"group\": [1952.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAAGCTAGTTC\", \"ini\": 3538, \"clust\": 4466, \"rank\": 10, \"rankvar\": 4457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 51, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4513, \"group\": [4466.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCGACTGC\", \"ini\": 3537, \"clust\": 2006, \"rank\": 41, \"rankvar\": 992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 52, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 633, \"group\": [2006.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTCTCCCTA\", \"ini\": 3536, \"clust\": 1957, \"rank\": 49, \"rankvar\": 2590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 53, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 634, \"group\": [1956.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCTGCAGTA\", \"ini\": 3535, \"clust\": 4473, \"rank\": 17, \"rankvar\": 4126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 54, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4514, \"group\": [4473.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCCCGACTT\", \"ini\": 3534, \"clust\": 5108, \"rank\": 158, \"rankvar\": 24, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 55, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4515, \"group\": [5108.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCAGTCCTTC\", \"ini\": 3533, \"clust\": 1923, \"rank\": 95, \"rankvar\": 69, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 56, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 635, \"group\": [1922.0, 330.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCTATCCCG\", \"ini\": 3532, \"clust\": 5098, \"rank\": 174, \"rankvar\": 36, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 57, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4516, \"group\": [5102.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATAGGTA\", \"ini\": 3531, \"clust\": 5113, \"rank\": 152, \"rankvar\": 51, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 58, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4517, \"group\": [5115.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAGTTTCGCTC\", \"ini\": 3530, \"clust\": 4535, \"rank\": 78, \"rankvar\": 1220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 59, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4518, \"group\": [4536.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGGGCTA\", \"ini\": 3529, \"clust\": 5094, \"rank\": 139, \"rankvar\": 14, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 60, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4519, \"group\": [5095.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAGTAAGCG\", \"ini\": 3528, \"clust\": 1994, \"rank\": 55, \"rankvar\": 3918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 61, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 636, \"group\": [1991.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCAACTCTT\", \"ini\": 3527, \"clust\": 4465, \"rank\": 6, \"rankvar\": 4639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 62, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4520, \"group\": [4468.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTAGCGATG\", \"ini\": 3526, \"clust\": 1964, \"rank\": 93, \"rankvar\": 338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 63, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 637, \"group\": [1964.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCTGCCAG\", \"ini\": 3525, \"clust\": 2024, \"rank\": 66, \"rankvar\": 474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 64, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 638, \"group\": [2019.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCGTAGGTT\", \"ini\": 3524, \"clust\": 1924, \"rank\": 75, \"rankvar\": 142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 65, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 639, \"group\": [1923.0, 330.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTCGAC\", \"ini\": 3523, \"clust\": 1950, \"rank\": 96, \"rankvar\": 720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 66, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 640, \"group\": [1949.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCCACTAT\", \"ini\": 3522, \"clust\": 1951, \"rank\": 99, \"rankvar\": 185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 67, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 641, \"group\": [1950.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGACATTA\", \"ini\": 3521, \"clust\": 5086, \"rank\": 150, \"rankvar\": 59, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 68, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4521, \"group\": [5087.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGGTTCCC\", \"ini\": 3520, \"clust\": 1982, \"rank\": 76, \"rankvar\": 1087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 69, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 642, \"group\": [1981.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGTCCTCCT\", \"ini\": 3519, \"clust\": 5054, \"rank\": 272, \"rankvar\": 355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 70, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4522, \"group\": [5055.0, 995.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCGGCGCAT\", \"ini\": 3518, \"clust\": 1949, \"rank\": 90, \"rankvar\": 550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 71, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 643, \"group\": [1947.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCTTGCATT\", \"ini\": 3517, \"clust\": 5060, \"rank\": 240, \"rankvar\": 68, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 72, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4523, \"group\": [5060.0, 996.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGTTACGGG\", \"ini\": 3516, \"clust\": 2012, \"rank\": 59, \"rankvar\": 1570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 73, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 644, \"group\": [2012.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTACAAGTA\", \"ini\": 3515, \"clust\": 1926, \"rank\": 91, \"rankvar\": 471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 74, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 645, \"group\": [1926.0, 330.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGATCCTGT\", \"ini\": 3514, \"clust\": 2016, \"rank\": 64, \"rankvar\": 2884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 75, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 646, \"group\": [2013.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGAGTTGC\", \"ini\": 3513, \"clust\": 1803, \"rank\": 117, \"rankvar\": 614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 76, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 647, \"group\": [1804.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCAGTTTGG\", \"ini\": 3512, \"clust\": 4920, \"rank\": 71, \"rankvar\": 3256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 77, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5128, \"group\": [4923.0, 927.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACCTTAT\", \"ini\": 3511, \"clust\": 5026, \"rank\": 144, \"rankvar\": 538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 78, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4524, \"group\": [5026.0, 983.0, 159.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAGTGATGCCC\", \"ini\": 3510, \"clust\": 4118, \"rank\": 215, \"rankvar\": 4364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 79, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 34, \"group\": [4118.0, 775.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCTGGCGTG\", \"ini\": 3509, \"clust\": 3951, \"rank\": 114, \"rankvar\": 2278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 80, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2670, \"group\": [3949.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGTGGTTT\", \"ini\": 3508, \"clust\": 1979, \"rank\": 70, \"rankvar\": 757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 81, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 648, \"group\": [1976.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGCTTATCG\", \"ini\": 3507, \"clust\": 4470, \"rank\": 74, \"rankvar\": 1370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 82, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4525, \"group\": [4471.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTGCGTTA\", \"ini\": 3506, \"clust\": 5092, \"rank\": 175, \"rankvar\": 10, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 83, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4526, \"group\": [5090.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGAATGGA\", \"ini\": 3505, \"clust\": 1919, \"rank\": 161, \"rankvar\": 64, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 84, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 649, \"group\": [1921.0, 330.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTCGTTGA\", \"ini\": 3504, \"clust\": 1959, \"rank\": 153, \"rankvar\": 306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 85, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 650, \"group\": [1958.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTAGATGA\", \"ini\": 3503, \"clust\": 1947, \"rank\": 89, \"rankvar\": 1090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 86, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 651, \"group\": [1948.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCAGAATTCCC\", \"ini\": 3502, \"clust\": 4732, \"rank\": 108, \"rankvar\": 2770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 87, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4527, \"group\": [4733.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTCCTATA\", \"ini\": 3501, \"clust\": 2014, \"rank\": 63, \"rankvar\": 920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 88, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 652, \"group\": [2011.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGAAACGCC\", \"ini\": 3500, \"clust\": 1976, \"rank\": 8, \"rankvar\": 4859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 89, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 653, \"group\": [1975.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGCACTCT\", \"ini\": 3499, \"clust\": 1781, \"rank\": 141, \"rankvar\": 268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 90, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 654, \"group\": [1780.0, 283.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGATGCGAC\", \"ini\": 3498, \"clust\": 4467, \"rank\": 25, \"rankvar\": 3850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 91, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4528, \"group\": [4467.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCGTCCAGG\", \"ini\": 3497, \"clust\": 4104, \"rank\": 170, \"rankvar\": 1366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 92, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 35, \"group\": [4101.0, 773.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGAAGGGTA\", \"ini\": 3496, \"clust\": 5099, \"rank\": 237, \"rankvar\": 42, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 93, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4529, \"group\": [5101.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGCTGCCCA\", \"ini\": 3495, \"clust\": 2095, \"rank\": 98, \"rankvar\": 539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 94, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 655, \"group\": [2093.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATCGTCGG\", \"ini\": 3494, \"clust\": 2026, \"rank\": 81, \"rankvar\": 1564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 95, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 656, \"group\": [2026.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGCAGCGTA\", \"ini\": 3493, \"clust\": 1996, \"rank\": 82, \"rankvar\": 4202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 96, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 657, \"group\": [1995.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTACAGAA\", \"ini\": 3492, \"clust\": 2017, \"rank\": 134, \"rankvar\": 1401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 97, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 658, \"group\": [2014.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCATATACGC\", \"ini\": 3491, \"clust\": 1988, \"rank\": 37, \"rankvar\": 4320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 98, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 659, \"group\": [1986.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAAATA\", \"ini\": 3490, \"clust\": 5038, \"rank\": 207, \"rankvar\": 495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 99, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4530, \"group\": [5042.0, 987.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGACCACGA\", \"ini\": 3489, \"clust\": 1918, \"rank\": 42, \"rankvar\": 3294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 100, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4531, \"group\": [2030.0, 334.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGGCGAA\", \"ini\": 3488, \"clust\": 1823, \"rank\": 190, \"rankvar\": 155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 660, \"group\": [1824.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCGTTCCCGAG\", \"ini\": 3487, \"clust\": 5105, \"rank\": 231, \"rankvar\": 39, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 102, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4532, \"group\": [5106.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTGTGGTTT\", \"ini\": 3486, \"clust\": 1989, \"rank\": 36, \"rankvar\": 4174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 661, \"group\": [1987.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTAGGGACT\", \"ini\": 3485, \"clust\": 1980, \"rank\": 92, \"rankvar\": 2577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 662, \"group\": [1977.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCACGGTTTA\", \"ini\": 3484, \"clust\": 1962, \"rank\": 124, \"rankvar\": 1527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 663, \"group\": [1960.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGTAAACT\", \"ini\": 3483, \"clust\": 4533, \"rank\": 80, \"rankvar\": 3229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4533, \"group\": [4532.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAAGGTTCT\", \"ini\": 3482, \"clust\": 1802, \"rank\": 110, \"rankvar\": 1103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 664, \"group\": [1805.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAACAACCT\", \"ini\": 3481, \"clust\": 5078, \"rank\": 140, \"rankvar\": 92, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 108, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4534, \"group\": [5078.0, 1000.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACTGTGTA\", \"ini\": 3480, \"clust\": 5008, \"rank\": 239, \"rankvar\": 683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 109, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4323, \"group\": [5010.0, 974.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTGCCATT\", \"ini\": 3479, \"clust\": 5027, \"rank\": 73, \"rankvar\": 4627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 110, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3954, \"group\": [5028.0, 983.0, 159.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTACCGGCT\", \"ini\": 3478, \"clust\": 4471, \"rank\": 58, \"rankvar\": 4183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 111, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4535, \"group\": [4472.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTGTCTTT\", \"ini\": 3477, \"clust\": 1805, \"rank\": 157, \"rankvar\": 74, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 665, \"group\": [1803.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGCGATTCT\", \"ini\": 3476, \"clust\": 5062, \"rank\": 311, \"rankvar\": 263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 113, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4536, \"group\": [5063.0, 997.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGCAAAGA\", \"ini\": 3475, \"clust\": 42, \"rank\": 137, \"rankvar\": 4175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 114, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5209, \"group\": [43.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATGCCCGA\", \"ini\": 3474, \"clust\": 4442, \"rank\": 248, \"rankvar\": 506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4537, \"group\": [4445.0, 849.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCCCTGACT\", \"ini\": 3473, \"clust\": 1939, \"rank\": 162, \"rankvar\": 1580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 666, \"group\": [1935.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGCATAT\", \"ini\": 3472, \"clust\": 4534, \"rank\": 84, \"rankvar\": 3160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 117, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4538, \"group\": [4533.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGGGAGTAA\", \"ini\": 3471, \"clust\": 2009, \"rank\": 100, \"rankvar\": 750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 667, \"group\": [2004.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTTGAGTTC\", \"ini\": 3470, \"clust\": 4733, \"rank\": 133, \"rankvar\": 3454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 119, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4539, \"group\": [4734.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCACGGTTA\", \"ini\": 3469, \"clust\": 5081, \"rank\": 357, \"rankvar\": 105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 120, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4540, \"group\": [5083.0, 1001.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCTGGGCCA\", \"ini\": 3468, \"clust\": 1998, \"rank\": 62, \"rankvar\": 4720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 668, \"group\": [1994.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCGGCTTGG\", \"ini\": 3467, \"clust\": 5075, \"rank\": 449, \"rankvar\": 262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4541, \"group\": [5073.0, 999.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAGTCCCT\", \"ini\": 3466, \"clust\": 1963, \"rank\": 185, \"rankvar\": 773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 669, \"group\": [1961.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATGGGTC\", \"ini\": 3465, \"clust\": 5067, \"rank\": 407, \"rankvar\": 160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 124, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4542, \"group\": [5069.0, 998.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGTTAACC\", \"ini\": 3464, \"clust\": 2085, \"rank\": 155, \"rankvar\": 237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 670, \"group\": [2087.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCTG\", \"ini\": 3463, \"clust\": 4486, \"rank\": 156, \"rankvar\": 1509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 126, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4543, \"group\": [4486.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTGACTCAT\", \"ini\": 3462, \"clust\": 2005, \"rank\": 120, \"rankvar\": 2683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 671, \"group\": [2007.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCTAGGTT\", \"ini\": 3461, \"clust\": 4115, \"rank\": 376, \"rankvar\": 3201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 128, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 36, \"group\": [4112.0, 774.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCATCTGCC\", \"ini\": 3460, \"clust\": 5077, \"rank\": 245, \"rankvar\": 119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4544, \"group\": [5080.0, 1000.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGTCTCGGC\", \"ini\": 3459, \"clust\": 4728, \"rank\": 206, \"rankvar\": 1474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 130, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4545, \"group\": [4729.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAATCCGGGTGT\", \"ini\": 3458, \"clust\": 5015, \"rank\": 459, \"rankvar\": 2100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 131, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4324, \"group\": [5017.0, 977.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCAAGTAATG\", \"ini\": 3457, \"clust\": 1771, \"rank\": 259, \"rankvar\": 982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 132, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 672, \"group\": [1772.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCATGGTCTA\", \"ini\": 3456, \"clust\": 1971, \"rank\": 128, \"rankvar\": 2782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 673, \"group\": [1970.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTACTTAC\", \"ini\": 3455, \"clust\": 5036, \"rank\": 266, \"rankvar\": 203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 134, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4546, \"group\": [5037.0, 986.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTCCATGAT\", \"ini\": 3454, \"clust\": 1768, \"rank\": 211, \"rankvar\": 530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 674, \"group\": [1769.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCCAGTAAGAT\", \"ini\": 3453, \"clust\": 4109, \"rank\": 332, \"rankvar\": 2539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 136, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 37, \"group\": [4106.0, 773.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTGTGTGCC\", \"ini\": 3452, \"clust\": 4756, \"rank\": 111, \"rankvar\": 4501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 137, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4547, \"group\": [4754.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGCGTTCCG\", \"ini\": 3451, \"clust\": 1960, \"rank\": 191, \"rankvar\": 517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 675, \"group\": [1959.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCACCAGTTA\", \"ini\": 3450, \"clust\": 2011, \"rank\": 129, \"rankvar\": 444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 676, \"group\": [2009.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAAGAGGACGG\", \"ini\": 3449, \"clust\": 1965, \"rank\": 254, \"rankvar\": 520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 677, \"group\": [1962.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCACTTACT\", \"ini\": 3448, \"clust\": 5095, \"rank\": 286, \"rankvar\": 29, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4548, \"group\": [5096.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGACTCG\", \"ini\": 3447, \"clust\": 4464, \"rank\": 177, \"rankvar\": 1735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4549, \"group\": [4465.0, 857.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCTGCCAG\", \"ini\": 3446, \"clust\": 2000, \"rank\": 142, \"rankvar\": 1067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 678, \"group\": [1997.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCGTCACGG\", \"ini\": 3445, \"clust\": 4020, \"rank\": 187, \"rankvar\": 1441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 144, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2671, \"group\": [4021.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCCGTCGT\", \"ini\": 3444, \"clust\": 1995, \"rank\": 166, \"rankvar\": 1335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 679, \"group\": [1992.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTTCCTC\", \"ini\": 3443, \"clust\": 5056, \"rank\": 575, \"rankvar\": 218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 146, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4550, \"group\": [5057.0, 996.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCAGTTAGC\", \"ini\": 3442, \"clust\": 5076, \"rank\": 387, \"rankvar\": 192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 147, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4551, \"group\": [5074.0, 999.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGGGCTTGA\", \"ini\": 3441, \"clust\": 4734, \"rank\": 209, \"rankvar\": 4055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 148, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4552, \"group\": [4738.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCTTTACGT\", \"ini\": 3440, \"clust\": 1966, \"rank\": 228, \"rankvar\": 785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 680, \"group\": [1963.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCACCACCT\", \"ini\": 3439, \"clust\": 4479, \"rank\": 149, \"rankvar\": 1817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 150, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4553, \"group\": [4480.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTCTTAT\", \"ini\": 3438, \"clust\": 1922, \"rank\": 227, \"rankvar\": 78, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 681, \"group\": [1924.0, 330.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACACACGCTG\", \"ini\": 3437, \"clust\": 4119, \"rank\": 435, \"rankvar\": 447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 152, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4554, \"group\": [4116.0, 775.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGTGCTGCC\", \"ini\": 3436, \"clust\": 1912, \"rank\": 123, \"rankvar\": 2794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 682, \"group\": [1912.0, 328.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCAAACCAC\", \"ini\": 3435, \"clust\": 1774, \"rank\": 198, \"rankvar\": 1310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 683, \"group\": [1775.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGTCGTACT\", \"ini\": 3434, \"clust\": 1769, \"rank\": 217, \"rankvar\": 800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 684, \"group\": [1770.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGAGCCTAG\", \"ini\": 3433, \"clust\": 1967, \"rank\": 148, \"rankvar\": 2588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 156, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 685, \"group\": [1966.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCGAATGCT\", \"ini\": 3432, \"clust\": 1942, \"rank\": 203, \"rankvar\": 2112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 686, \"group\": [1941.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGTGGCA\", \"ini\": 3431, \"clust\": 2003, \"rank\": 171, \"rankvar\": 1522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 687, \"group\": [1999.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCGGTGTCG\", \"ini\": 3430, \"clust\": 5032, \"rank\": 293, \"rankvar\": 193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4555, \"group\": [5035.0, 984.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCCACGTC\", \"ini\": 3429, \"clust\": 1984, \"rank\": 236, \"rankvar\": 945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 688, \"group\": [1984.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACTGAAGG\", \"ini\": 3428, \"clust\": 5052, \"rank\": 456, \"rankvar\": 140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4556, \"group\": [5052.0, 994.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCTCTC\", \"ini\": 3427, \"clust\": 5126, \"rank\": 787, \"rankvar\": 2342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4557, \"group\": [5129.0, 1013.0, 163.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATACCATG\", \"ini\": 3426, \"clust\": 5058, \"rank\": 650, \"rankvar\": 465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 163, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4558, \"group\": [5061.0, 996.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCCGTAGTA\", \"ini\": 3425, \"clust\": 4726, \"rank\": 214, \"rankvar\": 962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 164, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4559, \"group\": [4727.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCTAACTC\", \"ini\": 3424, \"clust\": 2019, \"rank\": 282, \"rankvar\": 649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 689, \"group\": [2016.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACGTCA\", \"ini\": 3423, \"clust\": 5057, \"rank\": 570, \"rankvar\": 196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 166, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4560, \"group\": [5058.0, 996.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGCTAGCA\", \"ini\": 3422, \"clust\": 4120, \"rank\": 504, \"rankvar\": 1602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 167, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 38, \"group\": [4117.0, 775.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGCTAAA\", \"ini\": 3421, \"clust\": 1941, \"rank\": 186, \"rankvar\": 2584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 690, \"group\": [1942.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGGAGTACC\", \"ini\": 3420, \"clust\": 5093, \"rank\": 389, \"rankvar\": 9, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4561, \"group\": [5091.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCACTCCTG\", \"ini\": 3419, \"clust\": 2087, \"rank\": 189, \"rankvar\": 1101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 691, \"group\": [2084.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTTTGACAC\", \"ini\": 3418, \"clust\": 3954, \"rank\": 210, \"rankvar\": 1360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 171, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2672, \"group\": [3953.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGCTAACAA\", \"ini\": 3417, \"clust\": 2405, \"rank\": 222, \"rankvar\": 1558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 172, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 692, \"group\": [2406.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTGGTACAG\", \"ini\": 3416, \"clust\": 1930, \"rank\": 265, \"rankvar\": 1224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 693, \"group\": [2029.0, 333.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCCGCGA\", \"ini\": 3415, \"clust\": 4162, \"rank\": 717, \"rankvar\": 4896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 174, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 39, \"group\": [4162.0, 788.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAGGCGATA\", \"ini\": 3414, \"clust\": 1999, \"rank\": 184, \"rankvar\": 3075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 694, \"group\": [2002.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCGGTCCGA\", \"ini\": 3413, \"clust\": 1933, \"rank\": 353, \"rankvar\": 761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 695, \"group\": [1930.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCGGGAGTA\", \"ini\": 3412, \"clust\": 1968, \"rank\": 234, \"rankvar\": 1058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 696, \"group\": [1967.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTTCGCG\", \"ini\": 3411, \"clust\": 2083, \"rank\": 275, \"rankvar\": 1043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 697, \"group\": [2089.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGCTATA\", \"ini\": 3410, \"clust\": 1801, \"rank\": 270, \"rankvar\": 963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 698, \"group\": [1806.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCGGAAA\", \"ini\": 3409, \"clust\": 4541, \"rank\": 242, \"rankvar\": 1793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 180, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4562, \"group\": [4540.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAGGAACGT\", \"ini\": 3408, \"clust\": 1958, \"rank\": 319, \"rankvar\": 542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 181, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 699, \"group\": [1957.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGTAGCCGA\", \"ini\": 3407, \"clust\": 1766, \"rank\": 326, \"rankvar\": 1679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 700, \"group\": [1767.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCAGTGCCAGA\", \"ini\": 3406, \"clust\": 2086, \"rank\": 250, \"rankvar\": 576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 701, \"group\": [2086.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCAAACTC\", \"ini\": 3405, \"clust\": 4480, \"rank\": 154, \"rankvar\": 3453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4563, \"group\": [4481.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGATGATA\", \"ini\": 3404, \"clust\": 5053, \"rank\": 572, \"rankvar\": 133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 185, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4564, \"group\": [5053.0, 994.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTCTAAACC\", \"ini\": 3403, \"clust\": 1956, \"rank\": 287, \"rankvar\": 383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 702, \"group\": [1954.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGAACGC\", \"ini\": 3402, \"clust\": 2088, \"rank\": 147, \"rankvar\": 1663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 703, \"group\": [2085.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCATCGCTC\", \"ini\": 3401, \"clust\": 1776, \"rank\": 372, \"rankvar\": 559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 704, \"group\": [1777.0, 283.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTAGCGTGA\", \"ini\": 3400, \"clust\": 1954, \"rank\": 255, \"rankvar\": 1440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 705, \"group\": [1955.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGTGGGAA\", \"ini\": 3399, \"clust\": 1820, \"rank\": 530, \"rankvar\": 481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 190, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 706, \"group\": [1823.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGTTTA\", \"ini\": 3398, \"clust\": 1775, \"rank\": 281, \"rankvar\": 1309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 707, \"group\": [1776.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCAATCACG\", \"ini\": 3397, \"clust\": 2399, \"rank\": 196, \"rankvar\": 4464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 708, \"group\": [2400.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGACCGGAT\", \"ini\": 3396, \"clust\": 1928, \"rank\": 299, \"rankvar\": 3951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 709, \"group\": [1927.0, 331.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGTCAAGGC\", \"ini\": 3395, \"clust\": 5028, \"rank\": 107, \"rankvar\": 4563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3955, \"group\": [5029.0, 983.0, 159.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTCAGTGGA\", \"ini\": 3394, \"clust\": 1972, \"rank\": 143, \"rankvar\": 4703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 710, \"group\": [1971.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCATCACCC\", \"ini\": 3393, \"clust\": 2025, \"rank\": 219, \"rankvar\": 1002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 196, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 711, \"group\": [2027.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTAAACGCG\", \"ini\": 3392, \"clust\": 5021, \"rank\": 291, \"rankvar\": 2431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 197, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2673, \"group\": [5024.0, 982.0, 158.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTACCTGC\", \"ini\": 3391, \"clust\": 1990, \"rank\": 229, \"rankvar\": 2608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 712, \"group\": [1996.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGCATGTG\", \"ini\": 3390, \"clust\": 5055, \"rank\": 534, \"rankvar\": 699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 199, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4565, \"group\": [5056.0, 995.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTCTTGAT\", \"ini\": 3389, \"clust\": 3721, \"rank\": 232, \"rankvar\": 3630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 200, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2674, \"group\": [3723.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGGCGAAT\", \"ini\": 3388, \"clust\": 1938, \"rank\": 290, \"rankvar\": 1477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 713, \"group\": [1937.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAGTCA\", \"ini\": 3387, \"clust\": 5073, \"rank\": 622, \"rankvar\": 608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 202, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4566, \"group\": [5076.0, 999.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCGCTAGCG\", \"ini\": 3386, \"clust\": 2055, \"rank\": 386, \"rankvar\": 1148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 714, \"group\": [2052.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTTCTCTGTCG\", \"ini\": 3385, \"clust\": 4458, \"rank\": 349, \"rankvar\": 1236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4567, \"group\": [4457.0, 854.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCACGAT\", \"ini\": 3384, \"clust\": 4736, \"rank\": 337, \"rankvar\": 4079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 205, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4568, \"group\": [4735.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTTGGTGGA\", \"ini\": 3383, \"clust\": 4737, \"rank\": 347, \"rankvar\": 4063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 206, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4569, \"group\": [4736.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCAGAGACG\", \"ini\": 3382, \"clust\": 2075, \"rank\": 371, \"rankvar\": 892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 207, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 715, \"group\": [2073.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTTAT\", \"ini\": 3381, \"clust\": 1858, \"rank\": 556, \"rankvar\": 90, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 716, \"group\": [1859.0, 295.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAGTGGA\", \"ini\": 3380, \"clust\": 2020, \"rank\": 262, \"rankvar\": 652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 717, \"group\": [2022.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGAGCCCAACC\", \"ini\": 3379, \"clust\": 3981, \"rank\": 401, \"rankvar\": 2746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2675, \"group\": [3980.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCTTTCAT\", \"ini\": 3378, \"clust\": 2397, \"rank\": 297, \"rankvar\": 2868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 718, \"group\": [2398.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAAGGTGACCA\", \"ini\": 3377, \"clust\": 4526, \"rank\": 205, \"rankvar\": 1436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4570, \"group\": [4527.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGCTTCGCG\", \"ini\": 3376, \"clust\": 1767, \"rank\": 411, \"rankvar\": 531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 719, \"group\": [1768.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTCATGCCG\", \"ini\": 3375, \"clust\": 2053, \"rank\": 294, \"rankvar\": 1094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 214, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 720, \"group\": [2055.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCAAAGAATC\", \"ini\": 3374, \"clust\": 4735, \"rank\": 252, \"rankvar\": 4616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 215, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4571, \"group\": [4737.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTATCAGTC\", \"ini\": 3373, \"clust\": 1885, \"rank\": 436, \"rankvar\": 811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 216, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2090, \"group\": [1884.0, 310.0, 54.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCACGCATA\", \"ini\": 3372, \"clust\": 1826, \"rank\": 344, \"rankvar\": 118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 721, \"group\": [1826.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTTACTCT\", \"ini\": 3371, \"clust\": 2015, \"rank\": 392, \"rankvar\": 1196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 722, \"group\": [2017.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTAAGCACG\", \"ini\": 3370, \"clust\": 2429, \"rank\": 416, \"rankvar\": 825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 723, \"group\": [2429.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGTAAGAT\", \"ini\": 3369, \"clust\": 1969, \"rank\": 182, \"rankvar\": 3689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 724, \"group\": [1968.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAAGCAAT\", \"ini\": 3368, \"clust\": 4738, \"rank\": 313, \"rankvar\": 2919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 221, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4572, \"group\": [4744.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTGTGACCC\", \"ini\": 3367, \"clust\": 1940, \"rank\": 333, \"rankvar\": 1387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 725, \"group\": [1936.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCCTCTAGC\", \"ini\": 3366, \"clust\": 4724, \"rank\": 419, \"rankvar\": 2244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 223, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4573, \"group\": [4723.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAACTGCTA\", \"ini\": 3365, \"clust\": 4542, \"rank\": 306, \"rankvar\": 3401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 224, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4574, \"group\": [4541.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGACCAAG\", \"ini\": 3364, \"clust\": 4175, \"rank\": 596, \"rankvar\": 4614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 225, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 40, \"group\": [4173.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCGAGATG\", \"ini\": 3363, \"clust\": 1827, \"rank\": 460, \"rankvar\": 197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 726, \"group\": [1827.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCTCCTAG\", \"ini\": 3362, \"clust\": 1825, \"rank\": 606, \"rankvar\": 256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 727, \"group\": [1828.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTTAAGTAG\", \"ini\": 3361, \"clust\": 3735, \"rank\": 195, \"rankvar\": 4089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2676, \"group\": [3735.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCCAT\", \"ini\": 3360, \"clust\": 4015, \"rank\": 288, \"rankvar\": 2404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 229, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2677, \"group\": [4015.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTAAACACA\", \"ini\": 3359, \"clust\": 2680, \"rank\": 328, \"rankvar\": 2203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 728, \"group\": [2683.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTATTCTC\", \"ini\": 3358, \"clust\": 3999, \"rank\": 385, \"rankvar\": 3287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2678, \"group\": [3998.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTAGAGG\", \"ini\": 3357, \"clust\": 4483, \"rank\": 208, \"rankvar\": 1733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 232, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4575, \"group\": [4482.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAAGAATC\", \"ini\": 3356, \"clust\": 4727, \"rank\": 304, \"rankvar\": 1832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 233, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4576, \"group\": [4728.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGCTAGT\", \"ini\": 3355, \"clust\": 1814, \"rank\": 381, \"rankvar\": 189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 729, \"group\": [1816.0, 287.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGTCTCG\", \"ini\": 3354, \"clust\": 4674, \"rank\": 173, \"rankvar\": 4277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4577, \"group\": [4677.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGTCTCT\", \"ini\": 3353, \"clust\": 1929, \"rank\": 458, \"rankvar\": 3640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 730, \"group\": [1928.0, 331.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACAATGGATA\", \"ini\": 3352, \"clust\": 2004, \"rank\": 330, \"rankvar\": 759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 731, \"group\": [2000.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGAACAATC\", \"ini\": 3351, \"clust\": 4487, \"rank\": 277, \"rankvar\": 3525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4578, \"group\": [4487.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCACCGTAA\", \"ini\": 3350, \"clust\": 2678, \"rank\": 334, \"rankvar\": 1782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 732, \"group\": [2679.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTATATGAG\", \"ini\": 3349, \"clust\": 2410, \"rank\": 394, \"rankvar\": 1633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 240, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 733, \"group\": [2410.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCTAGAAC\", \"ini\": 3348, \"clust\": 1978, \"rank\": 339, \"rankvar\": 372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 734, \"group\": [1978.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTTAGTGGG\", \"ini\": 3347, \"clust\": 2067, \"rank\": 412, \"rankvar\": 586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 735, \"group\": [2070.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTTATGCGT\", \"ini\": 3346, \"clust\": 4543, \"rank\": 263, \"rankvar\": 2755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 243, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4579, \"group\": [4543.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAAGTTCC\", \"ini\": 3345, \"clust\": 2093, \"rank\": 408, \"rankvar\": 446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 736, \"group\": [2096.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATTTGCTT\", \"ini\": 3344, \"clust\": 1824, \"rank\": 441, \"rankvar\": 752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 737, \"group\": [1825.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCCAGTAGT\", \"ini\": 3343, \"clust\": 1843, \"rank\": 498, \"rankvar\": 402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 738, \"group\": [1846.0, 291.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACCGTAA\", \"ini\": 3342, \"clust\": 5039, \"rank\": 478, \"rankvar\": 250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 247, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4580, \"group\": [5041.0, 987.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTAAAGTG\", \"ini\": 3341, \"clust\": 5074, \"rank\": 767, \"rankvar\": 132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 248, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4581, \"group\": [5075.0, 999.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGACGTT\", \"ini\": 3340, \"clust\": 2687, \"rank\": 352, \"rankvar\": 1385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 739, \"group\": [2687.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGCACTCAGGC\", \"ini\": 3339, \"clust\": 4540, \"rank\": 322, \"rankvar\": 1692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4582, \"group\": [4542.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATCACCC\", \"ini\": 3338, \"clust\": 1911, \"rank\": 213, \"rankvar\": 3909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 740, \"group\": [1914.0, 328.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTACCTACA\", \"ini\": 3337, \"clust\": 3736, \"rank\": 260, \"rankvar\": 3770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 252, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2679, \"group\": [3733.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCAGTTTGG\", \"ini\": 3336, \"clust\": 3103, \"rank\": 609, \"rankvar\": 1307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 741, \"group\": [3103.0, 426.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTGTGTATGGG\", \"ini\": 3335, \"clust\": 4539, \"rank\": 402, \"rankvar\": 2292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 254, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4583, \"group\": [4545.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCACGTGAGA\", \"ini\": 3334, \"clust\": 5043, \"rank\": 496, \"rankvar\": 19, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 742, \"group\": [5044.0, 988.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTAGTACCT\", \"ini\": 3333, \"clust\": 4489, \"rank\": 340, \"rankvar\": 2634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4584, \"group\": [4488.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGTGTGCC\", \"ini\": 3332, \"clust\": 2571, \"rank\": 369, \"rankvar\": 3777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 743, \"group\": [2571.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCAGGGTTAG\", \"ini\": 3331, \"clust\": 2094, \"rank\": 366, \"rankvar\": 667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 744, \"group\": [2095.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTAAGGGC\", \"ini\": 3330, \"clust\": 4527, \"rank\": 302, \"rankvar\": 2284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4585, \"group\": [4528.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAGTGCACTTA\", \"ini\": 3329, \"clust\": 2072, \"rank\": 424, \"rankvar\": 915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 745, \"group\": [2077.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCAGACGTAG\", \"ini\": 3328, \"clust\": 43, \"rank\": 431, \"rankvar\": 4306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 261, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5210, \"group\": [44.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTTTAC\", \"ini\": 3327, \"clust\": 4532, \"rank\": 230, \"rankvar\": 3624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 262, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4586, \"group\": [4534.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATGTTAAAGAC\", \"ini\": 3326, \"clust\": 1821, \"rank\": 524, \"rankvar\": 321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 746, \"group\": [1821.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCGCCATG\", \"ini\": 3325, \"clust\": 3133, \"rank\": 579, \"rankvar\": 857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 747, \"group\": [3132.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTTGAGGT\", \"ini\": 3324, \"clust\": 1832, \"rank\": 557, \"rankvar\": 843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 748, \"group\": [1833.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTCGAATCT\", \"ini\": 3323, \"clust\": 1750, \"rank\": 516, \"rankvar\": 715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 749, \"group\": [1751.0, 277.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGCATCATC\", \"ini\": 3322, \"clust\": 2398, \"rank\": 346, \"rankvar\": 3822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 750, \"group\": [2399.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTGTTAAGA\", \"ini\": 3321, \"clust\": 4474, \"rank\": 284, \"rankvar\": 3838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4587, \"group\": [4474.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCATTAGCCA\", \"ini\": 3320, \"clust\": 4769, \"rank\": 212, \"rankvar\": 4458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4588, \"group\": [4774.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGACATTA\", \"ini\": 3319, \"clust\": 4140, \"rank\": 988, \"rankvar\": 4793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 270, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 41, \"group\": [4134.0, 779.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCCTTGG\", \"ini\": 3318, \"clust\": 2035, \"rank\": 457, \"rankvar\": 53, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 751, \"group\": [2034.0, 336.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGATGCCAG\", \"ini\": 3317, \"clust\": 1830, \"rank\": 535, \"rankvar\": 433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 752, \"group\": [1829.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCAAGCGAGT\", \"ini\": 3316, \"clust\": 3915, \"rank\": 417, \"rankvar\": 1607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 273, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2680, \"group\": [3911.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCTAGGGC\", \"ini\": 3315, \"clust\": 3956, \"rank\": 351, \"rankvar\": 1549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2681, \"group\": [3955.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCATCATTC\", \"ini\": 3314, \"clust\": 2081, \"rank\": 321, \"rankvar\": 2481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 753, \"group\": [2080.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCAAACAACA\", \"ini\": 3313, \"clust\": 4788, \"rank\": 317, \"rankvar\": 3136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 276, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4589, \"group\": [4785.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCGGATCA\", \"ini\": 3312, \"clust\": 1970, \"rank\": 224, \"rankvar\": 3534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 754, \"group\": [1969.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCAAACGGG\", \"ini\": 3311, \"clust\": 2401, \"rank\": 355, \"rankvar\": 2271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 755, \"group\": [2402.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCCAGCTGGCT\", \"ini\": 3310, \"clust\": 4739, \"rank\": 469, \"rankvar\": 3402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 279, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4590, \"group\": [4741.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCAAGCCTA\", \"ini\": 3309, \"clust\": 4141, \"rank\": 1241, \"rankvar\": 4208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 280, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 42, \"group\": [4135.0, 779.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCTGTTTGT\", \"ini\": 3308, \"clust\": 5037, \"rank\": 543, \"rankvar\": 271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 281, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4591, \"group\": [5038.0, 986.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCGAGAAA\", \"ini\": 3307, \"clust\": 3741, \"rank\": 367, \"rankvar\": 936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 282, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2682, \"group\": [3740.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGAGAACG\", \"ini\": 3306, \"clust\": 2419, \"rank\": 434, \"rankvar\": 1144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 756, \"group\": [2420.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACACAGGAGT\", \"ini\": 3305, \"clust\": 2594, \"rank\": 356, \"rankvar\": 2499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 757, \"group\": [2597.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAGACGTAG\", \"ini\": 3304, \"clust\": 1748, \"rank\": 901, \"rankvar\": 1082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 758, \"group\": [1748.0, 275.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCTGGAAC\", \"ini\": 3303, \"clust\": 5109, \"rank\": 666, \"rankvar\": 8, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 286, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4592, \"group\": [5112.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCATGTAGC\", \"ini\": 3302, \"clust\": 1592, \"rank\": 104, \"rankvar\": 4760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 287, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3102, \"group\": [1593.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGTTTGCC\", \"ini\": 3301, \"clust\": 1943, \"rank\": 378, \"rankvar\": 2647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 759, \"group\": [1939.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGCGCTCCA\", \"ini\": 3300, \"clust\": 2383, \"rank\": 494, \"rankvar\": 788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 289, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 760, \"group\": [2383.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTCATATGC\", \"ini\": 3299, \"clust\": 5072, \"rank\": 782, \"rankvar\": 311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 290, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4593, \"group\": [5077.0, 999.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCAGCGACC\", \"ini\": 3298, \"clust\": 5151, \"rank\": 908, \"rankvar\": 245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 291, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4594, \"group\": [5152.0, 1028.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACGGCGTT\", \"ini\": 3297, \"clust\": 2096, \"rank\": 490, \"rankvar\": 431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 761, \"group\": [2094.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGCCTATGT\", \"ini\": 3296, \"clust\": 4482, \"rank\": 397, \"rankvar\": 1798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 293, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4595, \"group\": [4484.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAAGGTTTC\", \"ini\": 3295, \"clust\": 2686, \"rank\": 448, \"rankvar\": 1511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 762, \"group\": [2689.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCCTACAGA\", \"ini\": 3294, \"clust\": 2051, \"rank\": 589, \"rankvar\": 1437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 295, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 763, \"group\": [2057.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGTGTACGG\", \"ini\": 3293, \"clust\": 2407, \"rank\": 309, \"rankvar\": 3922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 296, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 764, \"group\": [2408.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATCCGAG\", \"ini\": 3292, \"clust\": 108, \"rank\": 991, \"rankvar\": 1878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 297, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4596, \"group\": [111.0, 22.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTCGGCACT\", \"ini\": 3291, \"clust\": 2406, \"rank\": 325, \"rankvar\": 4185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 765, \"group\": [2407.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAAACCAC\", \"ini\": 3290, \"clust\": 5080, \"rank\": 612, \"rankvar\": 61, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4597, \"group\": [5084.0, 1002.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGGCTATCT\", \"ini\": 3289, \"clust\": 4757, \"rank\": 345, \"rankvar\": 3059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4598, \"group\": [4755.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACCGGAT\", \"ini\": 3288, \"clust\": 1791, \"rank\": 514, \"rankvar\": 174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 301, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 766, \"group\": [1792.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGTCGCCGT\", \"ini\": 3287, \"clust\": 4807, \"rank\": 471, \"rankvar\": 3686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 302, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4599, \"group\": [4806.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCTGACCTC\", \"ini\": 3286, \"clust\": 1599, \"rank\": 220, \"rankvar\": 2935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 303, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3103, \"group\": [1599.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGATAGAA\", \"ini\": 3285, \"clust\": 4786, \"rank\": 553, \"rankvar\": 1821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 304, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4600, \"group\": [4788.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATCCGAG\", \"ini\": 3284, \"clust\": 4518, \"rank\": 562, \"rankvar\": 1748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 305, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4601, \"group\": [4519.0, 864.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCACATTTCT\", \"ini\": 3283, \"clust\": 5018, \"rank\": 874, \"rankvar\": 468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 306, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4325, \"group\": [5020.0, 978.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTACCGCTG\", \"ini\": 3282, \"clust\": 1913, \"rank\": 403, \"rankvar\": 2347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 307, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 767, \"group\": [1913.0, 328.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAAGTCTAC\", \"ini\": 3281, \"clust\": 1977, \"rank\": 358, \"rankvar\": 930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 768, \"group\": [1979.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTTCGCAT\", \"ini\": 3280, \"clust\": 2033, \"rank\": 568, \"rankvar\": 86, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 769, \"group\": [2035.0, 336.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCACAGAGGT\", \"ini\": 3279, \"clust\": 4536, \"rank\": 373, \"rankvar\": 2156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4602, \"group\": [4537.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCTTCCTTC\", \"ini\": 3278, \"clust\": 2690, \"rank\": 432, \"rankvar\": 647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 770, \"group\": [2690.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCTAACC\", \"ini\": 3277, \"clust\": 4697, \"rank\": 608, \"rankvar\": 3427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 312, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4603, \"group\": [4698.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGGAATGC\", \"ini\": 3276, \"clust\": 1836, \"rank\": 591, \"rankvar\": 300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 771, \"group\": [1837.0, 290.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGTAGCCGA\", \"ini\": 3275, \"clust\": 4720, \"rank\": 503, \"rankvar\": 3275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4604, \"group\": [4716.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGAGCCATCGC\", \"ini\": 3274, \"clust\": 1777, \"rank\": 644, \"rankvar\": 102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 772, \"group\": [1778.0, 283.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCTCCGGTT\", \"ini\": 3273, \"clust\": 4557, \"rank\": 379, \"rankvar\": 1601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 316, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4605, \"group\": [4558.0, 868.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAAGTACCT\", \"ini\": 3272, \"clust\": 5079, \"rank\": 509, \"rankvar\": 299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 317, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4606, \"group\": [5079.0, 1000.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCTCACTCTTA\", \"ini\": 3271, \"clust\": 2691, \"rank\": 415, \"rankvar\": 651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 773, \"group\": [2691.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCGTAGTG\", \"ini\": 3270, \"clust\": 2570, \"rank\": 384, \"rankvar\": 1124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 774, \"group\": [2575.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGCGT\", \"ini\": 3269, \"clust\": 4789, \"rank\": 495, \"rankvar\": 3641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 320, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4607, \"group\": [4786.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAGTACCT\", \"ini\": 3268, \"clust\": 2428, \"rank\": 467, \"rankvar\": 1670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 775, \"group\": [2431.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGTCCCAGGTG\", \"ini\": 3267, \"clust\": 5116, \"rank\": 718, \"rankvar\": 44, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4608, \"group\": [5120.0, 1005.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGATCGGA\", \"ini\": 3266, \"clust\": 2596, \"rank\": 520, \"rankvar\": 2406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 776, \"group\": [2594.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCTGCCCTA\", \"ini\": 3265, \"clust\": 2403, \"rank\": 438, \"rankvar\": 3251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 324, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 777, \"group\": [2404.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGTGCGTGA\", \"ini\": 3264, \"clust\": 4454, \"rank\": 595, \"rankvar\": 463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 325, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4609, \"group\": [4453.0, 852.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAAGAAGC\", \"ini\": 3263, \"clust\": 4528, \"rank\": 400, \"rankvar\": 3067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 326, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4610, \"group\": [4531.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAGTCGGCATC\", \"ini\": 3262, \"clust\": 2684, \"rank\": 430, \"rankvar\": 1488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 778, \"group\": [2684.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCAATCTCT\", \"ini\": 3261, \"clust\": 2378, \"rank\": 615, \"rankvar\": 1588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 779, \"group\": [2379.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGACAGAGA\", \"ini\": 3260, \"clust\": 3714, \"rank\": 365, \"rankvar\": 2213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 329, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2683, \"group\": [3724.0, 700.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGCGATTCT\", \"ini\": 3259, \"clust\": 4110, \"rank\": 964, \"rankvar\": 3568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 330, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 43, \"group\": [4107.0, 773.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGCTGAAAT\", \"ini\": 3258, \"clust\": 1810, \"rank\": 792, \"rankvar\": 147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 331, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 780, \"group\": [1813.0, 286.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACTTACGA\", \"ini\": 3257, \"clust\": 4721, \"rank\": 493, \"rankvar\": 2886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4611, \"group\": [4717.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGCTCCTCT\", \"ini\": 3256, \"clust\": 1762, \"rank\": 559, \"rankvar\": 1368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 333, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 781, \"group\": [1763.0, 281.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTACGCGA\", \"ini\": 3255, \"clust\": 2404, \"rank\": 442, \"rankvar\": 4358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 782, \"group\": [2405.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAACTCTT\", \"ini\": 3254, \"clust\": 4742, \"rank\": 681, \"rankvar\": 2320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 335, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4612, \"group\": [4742.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCAATCTACG\", \"ini\": 3253, \"clust\": 3722, \"rank\": 447, \"rankvar\": 712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2684, \"group\": [3722.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTACAA\", \"ini\": 3252, \"clust\": 1586, \"rank\": 454, \"rankvar\": 588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 337, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3104, \"group\": [1587.0, 178.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTGCATCTA\", \"ini\": 3251, \"clust\": 2148, \"rank\": 601, \"rankvar\": 1111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 783, \"group\": [2149.0, 361.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTACCGAGA\", \"ini\": 3250, \"clust\": 1935, \"rank\": 547, \"rankvar\": 3017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 784, \"group\": [1933.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTTCCACAA\", \"ini\": 3249, \"clust\": 1961, \"rank\": 528, \"rankvar\": 560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 785, \"group\": [1965.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCGAATCCA\", \"ini\": 3248, \"clust\": 2001, \"rank\": 406, \"rankvar\": 677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 786, \"group\": [1998.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGTCCAGGA\", \"ini\": 3247, \"clust\": 4452, \"rank\": 732, \"rankvar\": 1016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 342, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4613, \"group\": [4454.0, 852.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCTCCTATA\", \"ini\": 3246, \"clust\": 4105, \"rank\": 585, \"rankvar\": 3053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 343, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 44, \"group\": [4102.0, 773.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAACGATGG\", \"ini\": 3245, \"clust\": 4740, \"rank\": 566, \"rankvar\": 2388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 344, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4614, \"group\": [4739.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGAGCTT\", \"ini\": 3244, \"clust\": 4717, \"rank\": 481, \"rankvar\": 654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4615, \"group\": [4720.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATGCCTTC\", \"ini\": 3243, \"clust\": 1931, \"rank\": 614, \"rankvar\": 278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 787, \"group\": [1943.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTGTTGAGG\", \"ini\": 3242, \"clust\": 4537, \"rank\": 558, \"rankvar\": 2295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 347, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4616, \"group\": [4538.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGACCTTTG\", \"ini\": 3241, \"clust\": 2118, \"rank\": 537, \"rankvar\": 786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 788, \"group\": [2117.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCGCTTTC\", \"ini\": 3240, \"clust\": 1934, \"rank\": 810, \"rankvar\": 368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 789, \"group\": [1931.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGATAGTCA\", \"ini\": 3239, \"clust\": 2681, \"rank\": 485, \"rankvar\": 1850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 350, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 790, \"group\": [2681.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATGGTCAT\", \"ini\": 3238, \"clust\": 1944, \"rank\": 529, \"rankvar\": 2756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 791, \"group\": [1940.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACAAATCCGT\", \"ini\": 3237, \"clust\": 5046, \"rank\": 831, \"rankvar\": 50, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 352, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4617, \"group\": [5049.0, 992.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCTCGGACG\", \"ini\": 3236, \"clust\": 2672, \"rank\": 600, \"rankvar\": 2288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 353, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 792, \"group\": [2675.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCACCCTATC\", \"ini\": 3235, \"clust\": 1837, \"rank\": 771, \"rankvar\": 202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 793, \"group\": [1838.0, 290.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACATCACAAC\", \"ini\": 3234, \"clust\": 2030, \"rank\": 561, \"rankvar\": 1889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 794, \"group\": [2031.0, 335.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAAGAGCAATT\", \"ini\": 3233, \"clust\": 3134, \"rank\": 1035, \"rankvar\": 385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 795, \"group\": [3133.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTACCGAT\", \"ini\": 3232, \"clust\": 2074, \"rank\": 721, \"rankvar\": 479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 796, \"group\": [2075.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACATGCCTTC\", \"ini\": 3231, \"clust\": 3110, \"rank\": 789, \"rankvar\": 3312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 797, \"group\": [3110.0, 430.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCCGTAGGC\", \"ini\": 3230, \"clust\": 2042, \"rank\": 833, \"rankvar\": 617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 798, \"group\": [2043.0, 338.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACACTCTGTC\", \"ini\": 3229, \"clust\": 4809, \"rank\": 802, \"rankvar\": 1022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 360, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4618, \"group\": [4811.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGACTGC\", \"ini\": 3228, \"clust\": 1604, \"rank\": 315, \"rankvar\": 2776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 361, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3105, \"group\": [1604.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTGAGGGA\", \"ini\": 3227, \"clust\": 2685, \"rank\": 521, \"rankvar\": 1627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 799, \"group\": [2685.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGCTGTTCA\", \"ini\": 3226, \"clust\": 4703, \"rank\": 720, \"rankvar\": 2309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 363, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4619, \"group\": [4703.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCTCGCGTTTC\", \"ini\": 3225, \"clust\": 1749, \"rank\": 898, \"rankvar\": 1171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 800, \"group\": [1749.0, 275.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGTCGAGTG\", \"ini\": 3224, \"clust\": 3732, \"rank\": 433, \"rankvar\": 4098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2685, \"group\": [3732.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAATCTACG\", \"ini\": 3223, \"clust\": 1605, \"rank\": 336, \"rankvar\": 2474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3106, \"group\": [1605.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGTCCAGG\", \"ini\": 3222, \"clust\": 2080, \"rank\": 499, \"rankvar\": 3147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 801, \"group\": [2082.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATCTGGTA\", \"ini\": 3221, \"clust\": 4722, \"rank\": 640, \"rankvar\": 3548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4620, \"group\": [4726.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAACGCACC\", \"ini\": 3220, \"clust\": 2673, \"rank\": 603, \"rankvar\": 1888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 802, \"group\": [2673.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCATTTGGG\", \"ini\": 3219, \"clust\": 4771, \"rank\": 532, \"rankvar\": 3554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4621, \"group\": [4768.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAGTTGGTAAA\", \"ini\": 3218, \"clust\": 1568, \"rank\": 310, \"rankvar\": 3960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3107, \"group\": [1569.0, 175.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATGTGTA\", \"ini\": 3217, \"clust\": 1816, \"rank\": 902, \"rankvar\": 410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 803, \"group\": [1815.0, 287.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGATATACG\", \"ini\": 3216, \"clust\": 2718, \"rank\": 582, \"rankvar\": 3707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 804, \"group\": [2717.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCATTCTTAC\", \"ini\": 3215, \"clust\": 4713, \"rank\": 777, \"rankvar\": 3101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 374, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4622, \"group\": [4711.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGCTGATA\", \"ini\": 3214, \"clust\": 1822, \"rank\": 731, \"rankvar\": 295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 805, \"group\": [1822.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTGTTTGG\", \"ini\": 3213, \"clust\": 4538, \"rank\": 540, \"rankvar\": 1658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4623, \"group\": [4539.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTTCTGTTT\", \"ini\": 3212, \"clust\": 4018, \"rank\": 635, \"rankvar\": 2313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 377, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2686, \"group\": [4017.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTAACG\", \"ini\": 3211, \"clust\": 2425, \"rank\": 706, \"rankvar\": 1546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 806, \"group\": [2428.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATAGCTCTCGG\", \"ini\": 3210, \"clust\": 2073, \"rank\": 734, \"rankvar\": 1796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 807, \"group\": [2076.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATAAACG\", \"ini\": 3209, \"clust\": 4723, \"rank\": 637, \"rankvar\": 1404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 380, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4624, \"group\": [4725.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAGGGCATA\", \"ini\": 3208, \"clust\": 2698, \"rank\": 660, \"rankvar\": 1152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 808, \"group\": [2701.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGATGCCAG\", \"ini\": 3207, \"clust\": 4791, \"rank\": 673, \"rankvar\": 3966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4625, \"group\": [4789.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTTGACAC\", \"ini\": 3206, \"clust\": 3136, \"rank\": 704, \"rankvar\": 2614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 383, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 809, \"group\": [3135.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATTCCTT\", \"ini\": 3205, \"clust\": 4725, \"rank\": 699, \"rankvar\": 1177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 384, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4626, \"group\": [4724.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAACGCACC\", \"ini\": 3204, \"clust\": 2384, \"rank\": 735, \"rankvar\": 1828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 810, \"group\": [2384.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCCTCAACC\", \"ini\": 3203, \"clust\": 2703, \"rank\": 774, \"rankvar\": 1998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 386, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 811, \"group\": [2704.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTTACGGAG\", \"ini\": 3202, \"clust\": 2063, \"rank\": 723, \"rankvar\": 2460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 812, \"group\": [2063.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTAAGAGGA\", \"ini\": 3201, \"clust\": 4106, \"rank\": 1420, \"rankvar\": 4448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 45, \"group\": [4105.0, 773.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGAAGGGTA\", \"ini\": 3200, \"clust\": 2349, \"rank\": 727, \"rankvar\": 2642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 389, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 813, \"group\": [2349.0, 392.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATCCTGT\", \"ini\": 3199, \"clust\": 4774, \"rank\": 491, \"rankvar\": 4440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 390, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4627, \"group\": [4771.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCTTAT\", \"ini\": 3198, \"clust\": 2362, \"rank\": 730, \"rankvar\": 1540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 814, \"group\": [2363.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCGGCTCA\", \"ini\": 3197, \"clust\": 2257, \"rank\": 621, \"rankvar\": 2849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 815, \"group\": [2257.0, 383.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTTGCATG\", \"ini\": 3196, \"clust\": 4107, \"rank\": 851, \"rankvar\": 2813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 393, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 46, \"group\": [4103.0, 773.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATGCAACT\", \"ini\": 3195, \"clust\": 5228, \"rank\": 1616, \"rankvar\": 724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 394, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4628, \"group\": [5229.0, 1087.0, 188.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCATAG\", \"ini\": 3194, \"clust\": 3991, \"rank\": 837, \"rankvar\": 1585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 395, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2687, \"group\": [3991.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAACATC\", \"ini\": 3193, \"clust\": 1973, \"rank\": 487, \"rankvar\": 1061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 816, \"group\": [1972.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCGATCCC\", \"ini\": 3192, \"clust\": 3989, \"rank\": 634, \"rankvar\": 2892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 397, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2688, \"group\": [3987.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCATGGTCA\", \"ini\": 3191, \"clust\": 2623, \"rank\": 646, \"rankvar\": 3309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 817, \"group\": [2623.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATAGCGTGAAC\", \"ini\": 3190, \"clust\": 2056, \"rank\": 826, \"rankvar\": 774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 818, \"group\": [2053.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTCATGCAT\", \"ini\": 3189, \"clust\": 2417, \"rank\": 697, \"rankvar\": 2403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 819, \"group\": [2417.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAACGTT\", \"ini\": 3188, \"clust\": 2642, \"rank\": 610, \"rankvar\": 3290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 401, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 820, \"group\": [2641.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGCAATGGACG\", \"ini\": 3187, \"clust\": 5029, \"rank\": 362, \"rankvar\": 3004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 402, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3956, \"group\": [5030.0, 983.0, 159.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGAACTCGG\", \"ini\": 3186, \"clust\": 5149, \"rank\": 1396, \"rankvar\": 628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 403, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4629, \"group\": [5150.0, 1027.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAGTCGATT\", \"ini\": 3185, \"clust\": 4000, \"rank\": 791, \"rankvar\": 1544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 404, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2689, \"group\": [3999.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGCCTAT\", \"ini\": 3184, \"clust\": 3137, \"rank\": 841, \"rankvar\": 2318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 821, \"group\": [3136.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAACTGCGC\", \"ini\": 3183, \"clust\": 2719, \"rank\": 578, \"rankvar\": 2502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 822, \"group\": [2718.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCCACGTGG\", \"ini\": 3182, \"clust\": 4501, \"rank\": 405, \"rankvar\": 4218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4630, \"group\": [4509.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGGTCGTTGTA\", \"ini\": 3181, \"clust\": 2426, \"rank\": 670, \"rankvar\": 1212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 823, \"group\": [2426.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACACGCTG\", \"ini\": 3180, \"clust\": 2392, \"rank\": 647, \"rankvar\": 2623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 824, \"group\": [2393.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGCAGGCTA\", \"ini\": 3179, \"clust\": 2682, \"rank\": 619, \"rankvar\": 2042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 825, \"group\": [2682.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGGACAA\", \"ini\": 3178, \"clust\": 2379, \"rank\": 605, \"rankvar\": 2421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 411, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 826, \"group\": [2380.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGCTTTC\", \"ini\": 3177, \"clust\": 2654, \"rank\": 676, \"rankvar\": 1232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 827, \"group\": [2655.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGAATGTGT\", \"ini\": 3176, \"clust\": 2688, \"rank\": 607, \"rankvar\": 1879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 828, \"group\": [2688.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGGACACCA\", \"ini\": 3175, \"clust\": 4163, \"rank\": 1583, \"rankvar\": 4939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 414, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 47, \"group\": [4160.0, 788.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCACTGCCAG\", \"ini\": 3174, \"clust\": 4137, \"rank\": 1551, \"rankvar\": 4473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 415, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 48, \"group\": [4133.0, 779.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGATCTCCAGGG\", \"ini\": 3173, \"clust\": 4178, \"rank\": 1269, \"rankvar\": 4566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 416, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 49, \"group\": [4175.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTTCAGATAAG\", \"ini\": 3172, \"clust\": 5134, \"rank\": 1606, \"rankvar\": 1393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 417, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4631, \"group\": [5140.0, 1020.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCGTCTCCCTA\", \"ini\": 3171, \"clust\": 2411, \"rank\": 709, \"rankvar\": 312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 829, \"group\": [2411.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCTAGGGC\", \"ini\": 3170, \"clust\": 2656, \"rank\": 620, \"rankvar\": 3635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 830, \"group\": [2659.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCTGAGTGT\", \"ini\": 3169, \"clust\": 5121, \"rank\": 1384, \"rankvar\": 569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 420, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4632, \"group\": [5122.0, 1007.0, 161.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCATATCGG\", \"ini\": 3168, \"clust\": 2420, \"rank\": 716, \"rankvar\": 395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 831, \"group\": [2421.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGAGTGAC\", \"ini\": 3167, \"clust\": 2430, \"rank\": 938, \"rankvar\": 556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 832, \"group\": [2430.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGCAAATCA\", \"ini\": 3166, \"clust\": 2076, \"rank\": 836, \"rankvar\": 700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 833, \"group\": [2074.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGCCCTTA\", \"ini\": 3165, \"clust\": 2090, \"rank\": 506, \"rankvar\": 541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 834, \"group\": [2090.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTCACATGGGA\", \"ini\": 3164, \"clust\": 2409, \"rank\": 866, \"rankvar\": 1054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 835, \"group\": [2412.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCGGCTTGG\", \"ini\": 3163, \"clust\": 2665, \"rank\": 576, \"rankvar\": 4095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 426, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 836, \"group\": [2664.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCGATCG\", \"ini\": 3162, \"clust\": 4481, \"rank\": 463, \"rankvar\": 3266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 427, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4633, \"group\": [4485.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCAGGCCCA\", \"ini\": 3161, \"clust\": 1886, \"rank\": 1159, \"rankvar\": 1772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 428, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2091, \"group\": [1885.0, 311.0, 54.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGTAGGAG\", \"ini\": 3160, \"clust\": 2111, \"rank\": 560, \"rankvar\": 584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 837, \"group\": [2114.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCTTCTGGC\", \"ini\": 3159, \"clust\": 4746, \"rank\": 685, \"rankvar\": 2466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 430, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4634, \"group\": [4745.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCCAAGGTGTG\", \"ini\": 3158, \"clust\": 2097, \"rank\": 587, \"rankvar\": 1010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 838, \"group\": [2098.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGGATGCGT\", \"ini\": 3157, \"clust\": 4661, \"rank\": 686, \"rankvar\": 4229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 432, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4635, \"group\": [4660.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTCGCTTCT\", \"ini\": 3156, \"clust\": 4729, \"rank\": 829, \"rankvar\": 2496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 433, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4636, \"group\": [4730.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTACATGTC\", \"ini\": 3155, \"clust\": 4475, \"rank\": 278, \"rankvar\": 4535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4637, \"group\": [4475.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTGTCCTCT\", \"ini\": 3154, \"clust\": 2052, \"rank\": 695, \"rankvar\": 563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 839, \"group\": [2056.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGAGTCTGG\", \"ini\": 3153, \"clust\": 2554, \"rank\": 597, \"rankvar\": 2804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 840, \"group\": [2555.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGTCTGT\", \"ini\": 3152, \"clust\": 2099, \"rank\": 700, \"rankvar\": 844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 841, \"group\": [2105.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCAGCCAGAA\", \"ini\": 3151, \"clust\": 2103, \"rank\": 711, \"rankvar\": 2277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 842, \"group\": [2100.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGGTTCT\", \"ini\": 3150, \"clust\": 3140, \"rank\": 891, \"rankvar\": 839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 843, \"group\": [3142.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCACTTCAT\", \"ini\": 3149, \"clust\": 2587, \"rank\": 957, \"rankvar\": 2697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 844, \"group\": [2590.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTACTCAT\", \"ini\": 3148, \"clust\": 4057, \"rank\": 1043, \"rankvar\": 964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 441, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2690, \"group\": [4057.0, 758.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCAGCTCTC\", \"ini\": 3147, \"clust\": 2481, \"rank\": 602, \"rankvar\": 3570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 845, \"group\": [2481.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGTAAG\", \"ini\": 3146, \"clust\": 4325, \"rank\": 1178, \"rankvar\": 4450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 443, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5129, \"group\": [4328.0, 812.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTAAGAAC\", \"ini\": 3145, \"clust\": 4108, \"rank\": 949, \"rankvar\": 3014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 444, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 50, \"group\": [4104.0, 773.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGTACGA\", \"ini\": 3144, \"clust\": 2561, \"rank\": 583, \"rankvar\": 1430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 846, \"group\": [2562.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGAGTAATC\", \"ini\": 3143, \"clust\": 2620, \"rank\": 649, \"rankvar\": 1394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 847, \"group\": [2621.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGTGATTA\", \"ini\": 3142, \"clust\": 4524, \"rank\": 749, \"rankvar\": 1071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4638, \"group\": [4525.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGATATGCA\", \"ini\": 3141, \"clust\": 1833, \"rank\": 1055, \"rankvar\": 595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 848, \"group\": [1834.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTAACGGT\", \"ini\": 3140, \"clust\": 1600, \"rank\": 363, \"rankvar\": 2450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3108, \"group\": [1600.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCTCCGGTT\", \"ini\": 3139, \"clust\": 2661, \"rank\": 664, \"rankvar\": 1526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 849, \"group\": [2662.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCGACGGAA\", \"ini\": 3138, \"clust\": 3035, \"rank\": 1417, \"rankvar\": 1530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 451, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 850, \"group\": [3035.0, 410.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCAAGGCTT\", \"ini\": 3137, \"clust\": 4472, \"rank\": 350, \"rankvar\": 3999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 452, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4639, \"group\": [4477.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTAGAGTC\", \"ini\": 3136, \"clust\": 2348, \"rank\": 798, \"rankvar\": 2061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 851, \"group\": [2351.0, 392.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGAGCGTT\", \"ini\": 3135, \"clust\": 5153, \"rank\": 1541, \"rankvar\": 534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4640, \"group\": [5154.0, 1029.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTGCCAGA\", \"ini\": 3134, \"clust\": 2598, \"rank\": 690, \"rankvar\": 1125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 455, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 852, \"group\": [2598.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTCAATGGACG\", \"ini\": 3133, \"clust\": 2666, \"rank\": 682, \"rankvar\": 1146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 853, \"group\": [2665.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAGACTCGC\", \"ini\": 3132, \"clust\": 2366, \"rank\": 864, \"rankvar\": 789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 854, \"group\": [2365.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAGGGAA\", \"ini\": 3131, \"clust\": 2618, \"rank\": 796, \"rankvar\": 3316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 855, \"group\": [2616.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTCCGAAGA\", \"ini\": 3130, \"clust\": 1834, \"rank\": 943, \"rankvar\": 319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 856, \"group\": [1835.0, 289.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGTCGCCGTGA\", \"ini\": 3129, \"clust\": 1936, \"rank\": 714, \"rankvar\": 838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 857, \"group\": [1934.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGGTGTTA\", \"ini\": 3128, \"clust\": 3742, \"rank\": 574, \"rankvar\": 3565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 461, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2691, \"group\": [3741.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCGCATAT\", \"ini\": 3127, \"clust\": 3829, \"rank\": 794, \"rankvar\": 3614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 462, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2692, \"group\": [3829.0, 720.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCACAAACC\", \"ini\": 3126, \"clust\": 2350, \"rank\": 969, \"rankvar\": 2852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 858, \"group\": [2350.0, 392.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCACCCAGTG\", \"ini\": 3125, \"clust\": 2585, \"rank\": 756, \"rankvar\": 3054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 859, \"group\": [2586.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTGCATCTA\", \"ini\": 3124, \"clust\": 2662, \"rank\": 779, \"rankvar\": 2154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 860, \"group\": [2663.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTTGA\", \"ini\": 3123, \"clust\": 2679, \"rank\": 689, \"rankvar\": 1734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 466, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 861, \"group\": [2680.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGCGATGAC\", \"ini\": 3122, \"clust\": 4484, \"rank\": 422, \"rankvar\": 3882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 467, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4641, \"group\": [4483.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCGGTTAAC\", \"ini\": 3121, \"clust\": 1945, \"rank\": 584, \"rankvar\": 951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 862, \"group\": [1944.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGTC\", \"ini\": 3120, \"clust\": 2369, \"rank\": 809, \"rankvar\": 3935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 863, \"group\": [2369.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCACCATGTA\", \"ini\": 3119, \"clust\": 4772, \"rank\": 616, \"rankvar\": 3699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 470, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4642, \"group\": [4769.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATAGAGT\", \"ini\": 3118, \"clust\": 4544, \"rank\": 522, \"rankvar\": 3456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4643, \"group\": [4544.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCGAACGC\", \"ini\": 3117, \"clust\": 4677, \"rank\": 526, \"rankvar\": 2955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 472, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4644, \"group\": [4678.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCTCTTGAT\", \"ini\": 3116, \"clust\": 4488, \"rank\": 482, \"rankvar\": 2688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 473, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4645, \"group\": [4490.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTATCGCC\", \"ini\": 3115, \"clust\": 4490, \"rank\": 617, \"rankvar\": 1892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 474, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4646, \"group\": [4489.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTCCGAAGA\", \"ini\": 3114, \"clust\": 4730, \"rank\": 797, \"rankvar\": 2742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 475, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4647, \"group\": [4731.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCACTCGACG\", \"ini\": 3113, \"clust\": 1763, \"rank\": 708, \"rankvar\": 224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 476, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 864, \"group\": [1764.0, 281.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTCAGGGCATA\", \"ini\": 3112, \"clust\": 2655, \"rank\": 772, \"rankvar\": 2566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 865, \"group\": [2656.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGAGGACGG\", \"ini\": 3111, \"clust\": 4758, \"rank\": 577, \"rankvar\": 4339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 478, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4648, \"group\": [4756.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCGCGCAA\", \"ini\": 3110, \"clust\": 2371, \"rank\": 916, \"rankvar\": 2727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 479, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 866, \"group\": [2374.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTCGCTTG\", \"ini\": 3109, \"clust\": 4670, \"rank\": 563, \"rankvar\": 3645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 480, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4649, \"group\": [4671.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTTGAGGTG\", \"ini\": 3108, \"clust\": 3913, \"rank\": 857, \"rankvar\": 1881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2693, \"group\": [3914.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGTCTCG\", \"ini\": 3107, \"clust\": 2699, \"rank\": 1024, \"rankvar\": 782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 867, \"group\": [2699.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAGTATCTG\", \"ini\": 3106, \"clust\": 2357, \"rank\": 581, \"rankvar\": 2493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 868, \"group\": [2358.0, 394.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCGCAAGC\", \"ini\": 3105, \"clust\": 1974, \"rank\": 573, \"rankvar\": 1013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 869, \"group\": [1973.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGCAAATTGCC\", \"ini\": 3104, \"clust\": 4680, \"rank\": 678, \"rankvar\": 1712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 485, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4650, \"group\": [4680.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCACAGATTC\", \"ini\": 3103, \"clust\": 2109, \"rank\": 760, \"rankvar\": 979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 870, \"group\": [2109.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAGTATAAG\", \"ini\": 3102, \"clust\": 1937, \"rank\": 920, \"rankvar\": 484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 487, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 871, \"group\": [1938.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGAGCGAG\", \"ini\": 3101, \"clust\": 4702, \"rank\": 1081, \"rankvar\": 3665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 488, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4651, \"group\": [4710.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTAGCACGA\", \"ini\": 3100, \"clust\": 3723, \"rank\": 474, \"rankvar\": 1653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 489, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2694, \"group\": [3720.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCAAACAACA\", \"ini\": 3099, \"clust\": 2657, \"rank\": 707, \"rankvar\": 2254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 490, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 872, \"group\": [2657.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGCATGAG\", \"ini\": 3098, \"clust\": 139, \"rank\": 451, \"rankvar\": 4377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 491, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 233, \"group\": [138.0, 29.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGCGATAC\", \"ini\": 3097, \"clust\": 2953, \"rank\": 1108, \"rankvar\": 1988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 492, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 873, \"group\": [2954.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCGGTCTAA\", \"ini\": 3096, \"clust\": 2077, \"rank\": 788, \"rankvar\": 1086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 493, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 874, \"group\": [2083.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCGGCGCTA\", \"ini\": 3095, \"clust\": 4810, \"rank\": 958, \"rankvar\": 4129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4652, \"group\": [4809.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGGAGTTTA\", \"ini\": 3094, \"clust\": 4477, \"rank\": 492, \"rankvar\": 4349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 495, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4653, \"group\": [4478.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGATGCGAC\", \"ini\": 3093, \"clust\": 4767, \"rank\": 565, \"rankvar\": 4029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 496, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4654, \"group\": [4765.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCATAACCG\", \"ini\": 3092, \"clust\": 3737, \"rank\": 554, \"rankvar\": 3840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 497, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2695, \"group\": [3734.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTCCCGAG\", \"ini\": 3091, \"clust\": 4672, \"rank\": 464, \"rankvar\": 3517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4655, \"group\": [4673.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCCGTTGTC\", \"ini\": 3090, \"clust\": 1881, \"rank\": 1207, \"rankvar\": 583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 499, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2092, \"group\": [1882.0, 308.0, 54.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATGCAATC\", \"ini\": 3089, \"clust\": 2626, \"rank\": 790, \"rankvar\": 2734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 875, \"group\": [2626.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCATGTAGC\", \"ini\": 3088, \"clust\": 1598, \"rank\": 257, \"rankvar\": 4084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3109, \"group\": [1601.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTCTTCTCG\", \"ini\": 3087, \"clust\": 2689, \"rank\": 590, \"rankvar\": 2055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 876, \"group\": [2692.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCCTAA\", \"ini\": 3086, \"clust\": 2043, \"rank\": 842, \"rankvar\": 294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 877, \"group\": [2044.0, 338.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAAAGAATC\", \"ini\": 3085, \"clust\": 2064, \"rank\": 919, \"rankvar\": 1447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 878, \"group\": [2064.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGACACG\", \"ini\": 3084, \"clust\": 2652, \"rank\": 897, \"rankvar\": 3113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 879, \"group\": [2653.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCTTGTCC\", \"ini\": 3083, \"clust\": 1596, \"rank\": 316, \"rankvar\": 4301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3110, \"group\": [1597.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTCCGACGT\", \"ini\": 3082, \"clust\": 2002, \"rank\": 497, \"rankvar\": 867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 880, \"group\": [2001.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAAGTGGC\", \"ini\": 3081, \"clust\": 4507, \"rank\": 873, \"rankvar\": 2768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4656, \"group\": [4506.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCAGAAGG\", \"ini\": 3080, \"clust\": 4024, \"rank\": 860, \"rankvar\": 3410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2696, \"group\": [4023.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGCGTTCG\", \"ini\": 3079, \"clust\": 4177, \"rank\": 1388, \"rankvar\": 4557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 510, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 51, \"group\": [4177.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGCATCTA\", \"ini\": 3078, \"clust\": 2627, \"rank\": 698, \"rankvar\": 1999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 511, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 881, \"group\": [2627.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGTTTGCC\", \"ini\": 3077, \"clust\": 3100, \"rank\": 1326, \"rankvar\": 3220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 882, \"group\": [3105.0, 428.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCACAAGCCC\", \"ini\": 3076, \"clust\": 2049, \"rank\": 555, \"rankvar\": 2725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 513, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 883, \"group\": [2049.0, 340.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGAGAACG\", \"ini\": 3075, \"clust\": 2564, \"rank\": 627, \"rankvar\": 2386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 884, \"group\": [2564.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGAGCACACAG\", \"ini\": 3074, \"clust\": 4506, \"rank\": 623, \"rankvar\": 3606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4657, \"group\": [4508.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGCGTAAG\", \"ini\": 3073, \"clust\": 3086, \"rank\": 1351, \"rankvar\": 49, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 516, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 885, \"group\": [3087.0, 418.0, 60.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGATATGGT\", \"ini\": 3072, \"clust\": 2082, \"rank\": 738, \"rankvar\": 1480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 886, \"group\": [2081.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTTAGCGG\", \"ini\": 3071, \"clust\": 2387, \"rank\": 1056, \"rankvar\": 1179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 518, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 887, \"group\": [2390.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGTCCCACG\", \"ini\": 3070, \"clust\": 2047, \"rank\": 827, \"rankvar\": 1180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 519, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 888, \"group\": [2047.0, 340.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTGTTTG\", \"ini\": 3069, \"clust\": 2112, \"rank\": 564, \"rankvar\": 1901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 520, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 889, \"group\": [2112.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCAAGCTGGAAC\", \"ini\": 3068, \"clust\": 4125, \"rank\": 1763, \"rankvar\": 3862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 521, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 52, \"group\": [4123.0, 777.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGAGTTGC\", \"ini\": 3067, \"clust\": 4478, \"rank\": 486, \"rankvar\": 3820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4658, \"group\": [4479.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAGTTGTGGCC\", \"ini\": 3066, \"clust\": 3738, \"rank\": 613, \"rankvar\": 4132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 523, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2697, \"group\": [3736.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCACACGC\", \"ini\": 3065, \"clust\": 3979, \"rank\": 838, \"rankvar\": 1326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 524, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2698, \"group\": [3981.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCAAAGTAG\", \"ini\": 3064, \"clust\": 4718, \"rank\": 544, \"rankvar\": 4312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 525, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4659, \"group\": [4719.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTGGTGTAG\", \"ini\": 3063, \"clust\": 2408, \"rank\": 814, \"rankvar\": 1412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 890, \"group\": [2409.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAAGTGTA\", \"ini\": 3062, \"clust\": 4681, \"rank\": 599, \"rankvar\": 3904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 527, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4660, \"group\": [4681.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAGGTCGTC\", \"ini\": 3061, \"clust\": 4662, \"rank\": 754, \"rankvar\": 3932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 528, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4661, \"group\": [4661.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTACGAAAT\", \"ini\": 3060, \"clust\": 2100, \"rank\": 729, \"rankvar\": 450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 891, \"group\": [2104.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGAAAG\", \"ini\": 3059, \"clust\": 4741, \"rank\": 785, \"rankvar\": 2526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 530, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4662, \"group\": [4740.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGGGACA\", \"ini\": 3058, \"clust\": 2105, \"rank\": 747, \"rankvar\": 1158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 892, \"group\": [2108.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGACG\", \"ini\": 3057, \"clust\": 2414, \"rank\": 1102, \"rankvar\": 461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 893, \"group\": [2419.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTAAGTAC\", \"ini\": 3056, \"clust\": 2658, \"rank\": 667, \"rankvar\": 2452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 533, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 894, \"group\": [2658.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTGCAAGC\", \"ini\": 3055, \"clust\": 4678, \"rank\": 671, \"rankvar\": 3030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 534, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4663, \"group\": [4679.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTACAGACG\", \"ini\": 3054, \"clust\": 2054, \"rank\": 852, \"rankvar\": 1552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 895, \"group\": [2054.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATGCCAT\", \"ini\": 3053, \"clust\": 2241, \"rank\": 973, \"rankvar\": 1157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 896, \"group\": [2241.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGTAGCCGA\", \"ini\": 3052, \"clust\": 2646, \"rank\": 845, \"rankvar\": 1830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 897, \"group\": [2647.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGCAGGTA\", \"ini\": 3051, \"clust\": 3719, \"rank\": 510, \"rankvar\": 1841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 538, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2699, \"group\": [3718.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCTCCAAATGC\", \"ini\": 3050, \"clust\": 2382, \"rank\": 904, \"rankvar\": 3611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 898, \"group\": [2385.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGGTCA\", \"ini\": 3049, \"clust\": 3141, \"rank\": 1251, \"rankvar\": 1519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 899, \"group\": [3140.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTTGTTTGG\", \"ini\": 3048, \"clust\": 5154, \"rank\": 1908, \"rankvar\": 1687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 541, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4664, \"group\": [5155.0, 1029.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCGGACC\", \"ini\": 3047, \"clust\": 2628, \"rank\": 748, \"rankvar\": 2129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 900, \"group\": [2629.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAACTGCT\", \"ini\": 3046, \"clust\": 4685, \"rank\": 651, \"rankvar\": 3388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 543, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4665, \"group\": [4685.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCTGATAA\", \"ini\": 3045, \"clust\": 2725, \"rank\": 875, \"rankvar\": 2315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 901, \"group\": [2725.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCATCCGTGG\", \"ini\": 3044, \"clust\": 2101, \"rank\": 822, \"rankvar\": 1367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 545, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 902, \"group\": [2103.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGAACGT\", \"ini\": 3043, \"clust\": 2421, \"rank\": 834, \"rankvar\": 1342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 546, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 903, \"group\": [2422.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGTGGGAA\", \"ini\": 3042, \"clust\": 2659, \"rank\": 905, \"rankvar\": 1329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 904, \"group\": [2660.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGAAGTT\", \"ini\": 3041, \"clust\": 2664, \"rank\": 745, \"rankvar\": 3739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 905, \"group\": [2666.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCCTATTCA\", \"ini\": 3040, \"clust\": 1946, \"rank\": 683, \"rankvar\": 137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 906, \"group\": [1945.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTTCGCAT\", \"ini\": 3039, \"clust\": 2558, \"rank\": 758, \"rankvar\": 2548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 907, \"group\": [2561.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGACATCTACGA\", \"ini\": 3038, \"clust\": 4820, \"rank\": 705, \"rankvar\": 4108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 551, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4666, \"group\": [4824.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAACTGGCC\", \"ini\": 3037, \"clust\": 4499, \"rank\": 940, \"rankvar\": 871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4667, \"group\": [4499.0, 862.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAATCGAAA\", \"ini\": 3036, \"clust\": 1831, \"rank\": 1203, \"rankvar\": 173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 553, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 908, \"group\": [1830.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATCACAC\", \"ini\": 3035, \"clust\": 2437, \"rank\": 861, \"rankvar\": 2363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 909, \"group\": [2436.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTGATGTGG\", \"ini\": 3034, \"clust\": 2775, \"rank\": 1071, \"rankvar\": 1865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 910, \"group\": [2778.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGCGTTCCG\", \"ini\": 3033, \"clust\": 2683, \"rank\": 625, \"rankvar\": 1341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 556, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 911, \"group\": [2686.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTAACGGT\", \"ini\": 3032, \"clust\": 3743, \"rank\": 763, \"rankvar\": 3187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 557, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2700, \"group\": [3744.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTAGCATGGCA\", \"ini\": 3031, \"clust\": 2078, \"rank\": 945, \"rankvar\": 1912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 912, \"group\": [2078.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGTACGG\", \"ini\": 3030, \"clust\": 1760, \"rank\": 1119, \"rankvar\": 345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 913, \"group\": [1759.0, 280.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAGAGCCAA\", \"ini\": 3029, \"clust\": 2412, \"rank\": 870, \"rankvar\": 2065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 914, \"group\": [2413.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCGTTCCG\", \"ini\": 3028, \"clust\": 4708, \"rank\": 840, \"rankvar\": 3334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 561, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4668, \"group\": [4707.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCTGCGAA\", \"ini\": 3027, \"clust\": 2235, \"rank\": 1190, \"rankvar\": 2457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 915, \"group\": [2238.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCGGCTACG\", \"ini\": 3026, \"clust\": 2092, \"rank\": 661, \"rankvar\": 1490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 916, \"group\": [2097.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCCATGCTC\", \"ini\": 3025, \"clust\": 2600, \"rank\": 679, \"rankvar\": 2056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 564, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 917, \"group\": [2600.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGATCAGCCTAA\", \"ini\": 3024, \"clust\": 2624, \"rank\": 816, \"rankvar\": 2226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 918, \"group\": [2624.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCGAACA\", \"ini\": 3023, \"clust\": 2573, \"rank\": 906, \"rankvar\": 1542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 919, \"group\": [2573.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGAAATA\", \"ini\": 3022, \"clust\": 2674, \"rank\": 691, \"rankvar\": 2891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 567, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 920, \"group\": [2674.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGCTTCC\", \"ini\": 3021, \"clust\": 2676, \"rank\": 854, \"rankvar\": 3567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 921, \"group\": [2676.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTATCTG\", \"ini\": 3020, \"clust\": 4835, \"rank\": 775, \"rankvar\": 4435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 569, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4669, \"group\": [4833.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGATATGCA\", \"ini\": 3019, \"clust\": 1597, \"rank\": 641, \"rankvar\": 436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3111, \"group\": [1598.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCATCATTC\", \"ini\": 3018, \"clust\": 2967, \"rank\": 1070, \"rankvar\": 2762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 922, \"group\": [2968.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACCGAATT\", \"ini\": 3017, \"clust\": 4779, \"rank\": 1120, \"rankvar\": 4010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 572, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4670, \"group\": [4777.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTGAGTGT\", \"ini\": 3016, \"clust\": 1756, \"rank\": 1310, \"rankvar\": 440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 573, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 923, \"group\": [1755.0, 279.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGCAATTA\", \"ini\": 3015, \"clust\": 1684, \"rank\": 917, \"rankvar\": 1074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 924, \"group\": [1687.0, 236.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACTCCTG\", \"ini\": 3014, \"clust\": 4092, \"rank\": 918, \"rankvar\": 3349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 575, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2701, \"group\": [4091.0, 766.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTCATCC\", \"ini\": 3013, \"clust\": 2586, \"rank\": 1022, \"rankvar\": 1724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 925, \"group\": [2587.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGAACAACT\", \"ini\": 3012, \"clust\": 2616, \"rank\": 1198, \"rankvar\": 1154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 577, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 926, \"group\": [2619.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCATCAGTAC\", \"ini\": 3011, \"clust\": 1593, \"rank\": 247, \"rankvar\": 4915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3112, \"group\": [1594.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGTACATGA\", \"ini\": 3010, \"clust\": 2754, \"rank\": 899, \"rankvar\": 1194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 927, \"group\": [2755.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCCAATGGT\", \"ini\": 3009, \"clust\": 2091, \"rank\": 811, \"rankvar\": 1336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 928, \"group\": [2091.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTCGTACT\", \"ini\": 3008, \"clust\": 4773, \"rank\": 629, \"rankvar\": 3974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 581, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4671, \"group\": [4773.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTTGTTGG\", \"ini\": 3007, \"clust\": 2595, \"rank\": 909, \"rankvar\": 370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 582, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 929, \"group\": [2596.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACATGTCTCC\", \"ini\": 3006, \"clust\": 4165, \"rank\": 1875, \"rankvar\": 4210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 583, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 53, \"group\": [4163.0, 788.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTTGAGTTC\", \"ini\": 3005, \"clust\": 2663, \"rank\": 913, \"rankvar\": 2468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 584, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 930, \"group\": [2667.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCGTTTAC\", \"ini\": 3004, \"clust\": 4854, \"rank\": 1158, \"rankvar\": 1976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 585, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4672, \"group\": [4854.0, 894.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTTGAGGTG\", \"ini\": 3003, \"clust\": 4679, \"rank\": 668, \"rankvar\": 2410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 586, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4673, \"group\": [4682.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTACGAAAT\", \"ini\": 3002, \"clust\": 2153, \"rank\": 1063, \"rankvar\": 1209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 931, \"group\": [2154.0, 364.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCGTGGTCG\", \"ini\": 3001, \"clust\": 2572, \"rank\": 862, \"rankvar\": 1641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 932, \"group\": [2572.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTGTGTCGCTG\", \"ini\": 3000, \"clust\": 4173, \"rank\": 1701, \"rankvar\": 4404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 589, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 54, \"group\": [4171.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACAGTACACCT\", \"ini\": 2999, \"clust\": 2700, \"rank\": 983, \"rankvar\": 820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 590, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 933, \"group\": [2700.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGGAGGTA\", \"ini\": 2998, \"clust\": 4531, \"rank\": 588, \"rankvar\": 1993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 591, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4674, \"group\": [4535.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGGTAACG\", \"ini\": 2997, \"clust\": 2130, \"rank\": 1156, \"rankvar\": 1963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 934, \"group\": [2132.0, 351.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACGAAA\", \"ini\": 2996, \"clust\": 4555, \"rank\": 470, \"rankvar\": 4049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 593, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4675, \"group\": [4552.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCCTGTT\", \"ini\": 2995, \"clust\": 4780, \"rank\": 980, \"rankvar\": 2665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 594, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4676, \"group\": [4778.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATGTTGTCTTT\", \"ini\": 2994, \"clust\": 2375, \"rank\": 848, \"rankvar\": 1866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 595, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 935, \"group\": [2378.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCGCCGTGA\", \"ini\": 2993, \"clust\": 4682, \"rank\": 895, \"rankvar\": 4042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 596, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4677, \"group\": [4683.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATCGCTC\", \"ini\": 2992, \"clust\": 2037, \"rank\": 821, \"rankvar\": 1827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 936, \"group\": [2037.0, 337.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCCTGCCAT\", \"ini\": 2991, \"clust\": 1702, \"rank\": 1319, \"rankvar\": 91, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 937, \"group\": [1703.0, 248.0, 48.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTGACCAAG\", \"ini\": 2990, \"clust\": 4520, \"rank\": 743, \"rankvar\": 2242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4678, \"group\": [4521.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTACGAAAT\", \"ini\": 2989, \"clust\": 4574, \"rank\": 1273, \"rankvar\": 1578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 600, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4679, \"group\": [4577.0, 874.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTAAGGTCATCT\", \"ini\": 2988, \"clust\": 2151, \"rank\": 1104, \"rankvar\": 1327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 938, \"group\": [2151.0, 363.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCGAGAACG\", \"ini\": 2987, \"clust\": 1932, \"rank\": 1136, \"rankvar\": 373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 939, \"group\": [1932.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCGAGCCCA\", \"ini\": 2986, \"clust\": 2400, \"rank\": 882, \"rankvar\": 1104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 940, \"group\": [2401.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGTACGCCC\", \"ini\": 2985, \"clust\": 4792, \"rank\": 868, \"rankvar\": 3958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4680, \"group\": [4790.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCTTACCTA\", \"ini\": 2984, \"clust\": 3129, \"rank\": 1262, \"rankvar\": 900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 941, \"group\": [3130.0, 439.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGAACTCGG\", \"ini\": 2983, \"clust\": 4665, \"rank\": 473, \"rankvar\": 3671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 606, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4681, \"group\": [4664.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGGAT\", \"ini\": 2982, \"clust\": 1835, \"rank\": 1017, \"rankvar\": 548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 607, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 942, \"group\": [1836.0, 289.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTGCTCTTC\", \"ini\": 2981, \"clust\": 1601, \"rank\": 413, \"rankvar\": 3073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 608, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3113, \"group\": [1602.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGACGCAA\", \"ini\": 2980, \"clust\": 4715, \"rank\": 839, \"rankvar\": 3078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 609, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4682, \"group\": [4722.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCACTGTCGG\", \"ini\": 2979, \"clust\": 4836, \"rank\": 935, \"rankvar\": 4304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4683, \"group\": [4834.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTGCAGGTA\", \"ini\": 2978, \"clust\": 2359, \"rank\": 1151, \"rankvar\": 3694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 943, \"group\": [2362.0, 395.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTGAGCGAT\", \"ini\": 2977, \"clust\": 4102, \"rank\": 783, \"rankvar\": 4749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 612, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2702, \"group\": [4140.0, 782.0, 124.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCACATACG\", \"ini\": 2976, \"clust\": 5030, \"rank\": 725, \"rankvar\": 2426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 613, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3957, \"group\": [5031.0, 983.0, 159.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTTCAGTTCGA\", \"ini\": 2975, \"clust\": 2742, \"rank\": 1340, \"rankvar\": 2836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 944, \"group\": [2742.0, 402.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCCTTGACC\", \"ini\": 2974, \"clust\": 2644, \"rank\": 1029, \"rankvar\": 1710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 945, \"group\": [2645.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATCGATGT\", \"ini\": 2973, \"clust\": 2316, \"rank\": 1069, \"rankvar\": 1868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 616, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 946, \"group\": [2318.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCCAAAGTC\", \"ini\": 2972, \"clust\": 2031, \"rank\": 878, \"rankvar\": 1630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 947, \"group\": [2032.0, 335.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCCGAAGAG\", \"ini\": 2971, \"clust\": 44, \"rank\": 1568, \"rankvar\": 4651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 618, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5211, \"group\": [45.0, 13.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGAAACCTA\", \"ini\": 2970, \"clust\": 4103, \"rank\": 1546, \"rankvar\": 2006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 55, \"group\": [4108.0, 773.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCGACGGAA\", \"ini\": 2969, \"clust\": 3717, \"rank\": 764, \"rankvar\": 1731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 620, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2703, \"group\": [3716.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACCAGTTA\", \"ini\": 2968, \"clust\": 2902, \"rank\": 1005, \"rankvar\": 3430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 948, \"group\": [2902.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTCTGGAGA\", \"ini\": 2967, \"clust\": 2390, \"rank\": 1002, \"rankvar\": 1615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 949, \"group\": [2391.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCATCGGAT\", \"ini\": 2966, \"clust\": 2402, \"rank\": 914, \"rankvar\": 1052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 950, \"group\": [2403.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGGTAAG\", \"ini\": 2965, \"clust\": 2117, \"rank\": 911, \"rankvar\": 896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 951, \"group\": [2119.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCTTGACC\", \"ini\": 2964, \"clust\": 2098, \"rank\": 740, \"rankvar\": 417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 625, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 952, \"group\": [2099.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACAGAGA\", \"ini\": 2963, \"clust\": 2565, \"rank\": 781, \"rankvar\": 2579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 953, \"group\": [2565.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACATCCA\", \"ini\": 2962, \"clust\": 4675, \"rank\": 571, \"rankvar\": 4196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4684, \"group\": [4675.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAGCCTAT\", \"ini\": 2961, \"clust\": 4529, \"rank\": 662, \"rankvar\": 2815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 628, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4685, \"group\": [4529.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTAGAGC\", \"ini\": 2960, \"clust\": 4716, \"rank\": 1088, \"rankvar\": 2064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 629, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4686, \"group\": [4721.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTAGCGTGA\", \"ini\": 2959, \"clust\": 2040, \"rank\": 1320, \"rankvar\": 424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 954, \"group\": [2040.0, 338.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTGAGGGAG\", \"ini\": 2958, \"clust\": 4671, \"rank\": 648, \"rankvar\": 3403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 631, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4687, \"group\": [4672.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTAGCCTAT\", \"ini\": 2957, \"clust\": 3142, \"rank\": 1426, \"rankvar\": 508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 955, \"group\": [3141.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCATACCATG\", \"ini\": 2956, \"clust\": 4076, \"rank\": 1536, \"rankvar\": 4275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 633, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2704, \"group\": [4074.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTGCAGTAG\", \"ini\": 2955, \"clust\": 4787, \"rank\": 1084, \"rankvar\": 2062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 634, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4688, \"group\": [4787.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACGCTTTC\", \"ini\": 2954, \"clust\": 4781, \"rank\": 1181, \"rankvar\": 3130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 635, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4689, \"group\": [4780.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCGACAT\", \"ini\": 2953, \"clust\": 2106, \"rank\": 994, \"rankvar\": 840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 956, \"group\": [2106.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTATGTGG\", \"ini\": 2952, \"clust\": 2946, \"rank\": 1150, \"rankvar\": 3272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 637, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 957, \"group\": [2945.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTAGCGGT\", \"ini\": 2951, \"clust\": 3131, \"rank\": 1658, \"rankvar\": 2567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 958, \"group\": [3143.0, 441.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACTCTTA\", \"ini\": 2950, \"clust\": 2070, \"rank\": 1007, \"rankvar\": 1645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 639, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 959, \"group\": [2071.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACTTACGA\", \"ini\": 2949, \"clust\": 2041, \"rank\": 997, \"rankvar\": 1159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 960, \"group\": [2041.0, 338.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTCAGATAA\", \"ini\": 2948, \"clust\": 1499, \"rank\": 799, \"rankvar\": 3279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 641, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3958, \"group\": [1501.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTGATAAGT\", \"ini\": 2947, \"clust\": 1883, \"rank\": 1122, \"rankvar\": 1318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 642, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2093, \"group\": [1887.0, 313.0, 54.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGTGAGA\", \"ini\": 2946, \"clust\": 2239, \"rank\": 959, \"rankvar\": 1458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 961, \"group\": [2239.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGGGTCT\", \"ini\": 2945, \"clust\": 2568, \"rank\": 850, \"rankvar\": 1906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 962, \"group\": [2569.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCTCGGATGTT\", \"ini\": 2944, \"clust\": 3724, \"rank\": 726, \"rankvar\": 2920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2705, \"group\": [3721.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCCAAGTAATG\", \"ini\": 2943, \"clust\": 2519, \"rank\": 1034, \"rankvar\": 2973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 646, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 963, \"group\": [2518.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAACACAGTCGC\", \"ini\": 2942, \"clust\": 4502, \"rank\": 1046, \"rankvar\": 1089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 647, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4690, \"group\": [4505.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTCGAGTA\", \"ini\": 2941, \"clust\": 4493, \"rank\": 593, \"rankvar\": 3608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 648, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4691, \"group\": [4493.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCTCACCT\", \"ini\": 2940, \"clust\": 4552, \"rank\": 508, \"rankvar\": 3418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 649, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4692, \"group\": [4550.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTTCAACCA\", \"ini\": 2939, \"clust\": 2102, \"rank\": 1051, \"rankvar\": 890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 964, \"group\": [2102.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACACATGT\", \"ini\": 2938, \"clust\": 2458, \"rank\": 828, \"rankvar\": 2236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 651, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 965, \"group\": [2459.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTGCACTTA\", \"ini\": 2937, \"clust\": 1927, \"rank\": 921, \"rankvar\": 333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 966, \"group\": [1929.0, 331.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTTACGTCA\", \"ini\": 2936, \"clust\": 3104, \"rank\": 1338, \"rankvar\": 1759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 653, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 967, \"group\": [3104.0, 427.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTTGGGTA\", \"ini\": 2935, \"clust\": 2721, \"rank\": 1172, \"rankvar\": 2407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 968, \"group\": [2724.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTATTACCG\", \"ini\": 2934, \"clust\": 4476, \"rank\": 552, \"rankvar\": 4144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 655, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4693, \"group\": [4476.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGGCTCAGA\", \"ini\": 2933, \"clust\": 4743, \"rank\": 1042, \"rankvar\": 3368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 656, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4694, \"group\": [4743.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCACTCCTG\", \"ini\": 2932, \"clust\": 2707, \"rank\": 1025, \"rankvar\": 3185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 969, \"group\": [2708.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAGACGCTC\", \"ini\": 2931, \"clust\": 2317, \"rank\": 1161, \"rankvar\": 1802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 970, \"group\": [2316.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTGACTACT\", \"ini\": 2930, \"clust\": 2115, \"rank\": 977, \"rankvar\": 1740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 659, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 971, \"group\": [2115.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAGGTACC\", \"ini\": 2929, \"clust\": 2597, \"rank\": 1016, \"rankvar\": 2263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 972, \"group\": [2595.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCACCATCCT\", \"ini\": 2928, \"clust\": 2566, \"rank\": 982, \"rankvar\": 2086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 973, \"group\": [2567.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTAGTGCTGCC\", \"ini\": 2927, \"clust\": 2240, \"rank\": 1113, \"rankvar\": 742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 662, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 974, \"group\": [2240.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGGCTT\", \"ini\": 2926, \"clust\": 2583, \"rank\": 1144, \"rankvar\": 2591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 663, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 975, \"group\": [2582.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCTACAGA\", \"ini\": 2925, \"clust\": 4575, \"rank\": 1061, \"rankvar\": 1550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 664, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4695, \"group\": [4575.0, 874.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACAGTAGGTGC\", \"ini\": 2924, \"clust\": 2920, \"rank\": 1145, \"rankvar\": 3173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 665, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 976, \"group\": [2919.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTTATCTG\", \"ini\": 2923, \"clust\": 4861, \"rank\": 1675, \"rankvar\": 3516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 666, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4696, \"group\": [4859.0, 897.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGCGGTAA\", \"ini\": 2922, \"clust\": 2599, \"rank\": 888, \"rankvar\": 1189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 977, \"group\": [2599.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTCTAGAGG\", \"ini\": 2921, \"clust\": 3718, \"rank\": 752, \"rankvar\": 3717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2706, \"group\": [3717.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCGTTTGCC\", \"ini\": 2920, \"clust\": 3127, \"rank\": 1201, \"rankvar\": 1088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 978, \"group\": [3128.0, 439.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTGTTTGT\", \"ini\": 2919, \"clust\": 4668, \"rank\": 733, \"rankvar\": 3826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 670, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4697, \"group\": [4667.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCATAAAGG\", \"ini\": 2918, \"clust\": 2395, \"rank\": 1236, \"rankvar\": 429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 671, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 979, \"group\": [2395.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTTCAACCA\", \"ini\": 2917, \"clust\": 4808, \"rank\": 1146, \"rankvar\": 3780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 672, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4698, \"group\": [4807.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTACTCTCC\", \"ini\": 2916, \"clust\": 3105, \"rank\": 1689, \"rankvar\": 2060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 673, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 980, \"group\": [3106.0, 429.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGGTGTGT\", \"ini\": 2915, \"clust\": 2474, \"rank\": 927, \"rankvar\": 3387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 981, \"group\": [2474.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTGTCTTT\", \"ini\": 2914, \"clust\": 2032, \"rank\": 1202, \"rankvar\": 45, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 982, \"group\": [2036.0, 336.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAATTCCC\", \"ini\": 2913, \"clust\": 2084, \"rank\": 652, \"rankvar\": 2689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 983, \"group\": [2088.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAGCGCTC\", \"ini\": 2912, \"clust\": 4826, \"rank\": 1118, \"rankvar\": 3704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 677, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4699, \"group\": [4825.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTGCAGACA\", \"ini\": 2911, \"clust\": 3730, \"rank\": 669, \"rankvar\": 3867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 678, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2707, \"group\": [3739.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCAATAAGG\", \"ini\": 2910, \"clust\": 4707, \"rank\": 876, \"rankvar\": 1874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 679, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4700, \"group\": [4709.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCACCAGGC\", \"ini\": 2909, \"clust\": 3037, \"rank\": 1365, \"rankvar\": 1021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 984, \"group\": [3040.0, 411.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGTTAAGA\", \"ini\": 2908, \"clust\": 4179, \"rank\": 1828, \"rankvar\": 4625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 681, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 56, \"group\": [4176.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAGGGCT\", \"ini\": 2907, \"clust\": 2413, \"rank\": 1154, \"rankvar\": 1059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 985, \"group\": [2414.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAAGTAGTA\", \"ini\": 2906, \"clust\": 2326, \"rank\": 1157, \"rankvar\": 1131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 986, \"group\": [2326.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCATCTATGG\", \"ini\": 2905, \"clust\": 3069, \"rank\": 1496, \"rankvar\": 3501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 987, \"group\": [3072.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGGACGAAA\", \"ini\": 2904, \"clust\": 4762, \"rank\": 784, \"rankvar\": 4300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 685, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4701, \"group\": [4759.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTCGAGTTT\", \"ini\": 2903, \"clust\": 2647, \"rank\": 1142, \"rankvar\": 1926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 988, \"group\": [2648.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTAAGTGGC\", \"ini\": 2902, \"clust\": 2641, \"rank\": 1149, \"rankvar\": 1321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 989, \"group\": [2643.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCTCATGTCCC\", \"ini\": 2901, \"clust\": 2351, \"rank\": 1045, \"rankvar\": 2333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 990, \"group\": [2352.0, 392.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATGCCTAA\", \"ini\": 2900, \"clust\": 4911, \"rank\": 1176, \"rankvar\": 898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 689, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4702, \"group\": [4913.0, 921.0, 146.0, 33.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCAACGAAA\", \"ini\": 2899, \"clust\": 5160, \"rank\": 1666, \"rankvar\": 743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 991, \"group\": [5161.0, 1034.0, 166.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATGGAGC\", \"ini\": 2898, \"clust\": 4530, \"rank\": 737, \"rankvar\": 3971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 691, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4703, \"group\": [4530.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGAAACCTA\", \"ini\": 2897, \"clust\": 2762, \"rank\": 1126, \"rankvar\": 2900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 692, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 992, \"group\": [2763.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCCTTGACC\", \"ini\": 2896, \"clust\": 2760, \"rank\": 1006, \"rankvar\": 3790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 993, \"group\": [2761.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGTGGACGT\", \"ini\": 2895, \"clust\": 3725, \"rank\": 1073, \"rankvar\": 2325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2708, \"group\": [3725.0, 701.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCGAGAGCA\", \"ini\": 2894, \"clust\": 2823, \"rank\": 825, \"rankvar\": 3264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 994, \"group\": [2824.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAAATTGCC\", \"ini\": 2893, \"clust\": 3983, \"rank\": 1143, \"rankvar\": 2873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2709, \"group\": [3983.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTGCTG\", \"ini\": 2892, \"clust\": 3715, \"rank\": 926, \"rankvar\": 2967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2710, \"group\": [3714.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACCAGGCTGAA\", \"ini\": 2891, \"clust\": 2422, \"rank\": 995, \"rankvar\": 477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 995, \"group\": [2423.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCGTTCCG\", \"ini\": 2890, \"clust\": 2060, \"rank\": 1380, \"rankvar\": 641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 996, \"group\": [2060.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCCGAACC\", \"ini\": 2889, \"clust\": 1898, \"rank\": 1082, \"rankvar\": 266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 700, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 997, \"group\": [1899.0, 319.0, 57.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCTTCTCG\", \"ini\": 2888, \"clust\": 5152, \"rank\": 1739, \"rankvar\": 96, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 701, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4704, \"group\": [5153.0, 1028.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGTGTTAGA\", \"ini\": 2887, \"clust\": 2660, \"rank\": 985, \"rankvar\": 1928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 702, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 998, \"group\": [2661.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTAAGTGTA\", \"ini\": 2886, \"clust\": 2534, \"rank\": 955, \"rankvar\": 3436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 999, \"group\": [2533.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGGGTTCCC\", \"ini\": 2885, \"clust\": 3712, \"rank\": 890, \"rankvar\": 1953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 704, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2711, \"group\": [3712.0, 698.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGTTTA\", \"ini\": 2884, \"clust\": 4510, \"rank\": 970, \"rankvar\": 3781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 705, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4705, \"group\": [4510.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTTTAAGCC\", \"ini\": 2883, \"clust\": 4194, \"rank\": 1917, \"rankvar\": 4802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 706, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 57, \"group\": [4191.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTAAGGGAA\", \"ini\": 2882, \"clust\": 4554, \"rank\": 675, \"rankvar\": 2712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 707, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4706, \"group\": [4554.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATCTGTT\", \"ini\": 2881, \"clust\": 2373, \"rank\": 1131, \"rankvar\": 2814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1000, \"group\": [2371.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGATACACA\", \"ini\": 2880, \"clust\": 4516, \"rank\": 986, \"rankvar\": 2787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 709, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4707, \"group\": [4514.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTAAATGTG\", \"ini\": 2879, \"clust\": 2577, \"rank\": 1195, \"rankvar\": 2174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1001, \"group\": [2581.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGTAGCCGA\", \"ini\": 2878, \"clust\": 2393, \"rank\": 976, \"rankvar\": 1804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1002, \"group\": [2394.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTATTG\", \"ini\": 2877, \"clust\": 2563, \"rank\": 886, \"rankvar\": 2360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1003, \"group\": [2566.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCAAGCTGAG\", \"ini\": 2876, \"clust\": 4755, \"rank\": 1038, \"rankvar\": 4117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 713, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4708, \"group\": [4758.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCGTAATA\", \"ini\": 2875, \"clust\": 2696, \"rank\": 1138, \"rankvar\": 3192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1004, \"group\": [2695.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCAACTCTT\", \"ini\": 2874, \"clust\": 2697, \"rank\": 1019, \"rankvar\": 863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 715, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1005, \"group\": [2696.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCTCTTGTCAT\", \"ini\": 2873, \"clust\": 2396, \"rank\": 1114, \"rankvar\": 352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 716, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1006, \"group\": [2396.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCAGATCG\", \"ini\": 2872, \"clust\": 2569, \"rank\": 934, \"rankvar\": 1435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 717, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1007, \"group\": [2570.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCACGTGG\", \"ini\": 2871, \"clust\": 2872, \"rank\": 1240, \"rankvar\": 1099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1008, \"group\": [2872.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTCAAGCCTAT\", \"ini\": 2870, \"clust\": 2470, \"rank\": 1072, \"rankvar\": 2334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 719, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1009, \"group\": [2472.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCACTATTC\", \"ini\": 2869, \"clust\": 4763, \"rank\": 884, \"rankvar\": 4011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 720, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4709, \"group\": [4760.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGCATGGCA\", \"ini\": 2868, \"clust\": 4494, \"rank\": 937, \"rankvar\": 3752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 721, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4710, \"group\": [4494.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCACGGTGTC\", \"ini\": 2867, \"clust\": 4546, \"rank\": 618, \"rankvar\": 3282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 722, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4711, \"group\": [4556.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAGATGAGC\", \"ini\": 2866, \"clust\": 2526, \"rank\": 915, \"rankvar\": 4096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 723, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1010, \"group\": [2526.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTCTCCACT\", \"ini\": 2865, \"clust\": 2131, \"rank\": 1372, \"rankvar\": 605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 724, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1011, \"group\": [2130.0, 351.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTCTCGG\", \"ini\": 2864, \"clust\": 2716, \"rank\": 1180, \"rankvar\": 3874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 725, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1012, \"group\": [2715.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAATGTTGC\", \"ini\": 2863, \"clust\": 2705, \"rank\": 1238, \"rankvar\": 928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1013, \"group\": [2706.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGTCTCA\", \"ini\": 2862, \"clust\": 4491, \"rank\": 1259, \"rankvar\": 1859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 727, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4712, \"group\": [4491.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCTGT\", \"ini\": 2861, \"clust\": 2346, \"rank\": 1216, \"rankvar\": 2035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 728, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1014, \"group\": [2347.0, 391.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGGGCATGT\", \"ini\": 2860, \"clust\": 4719, \"rank\": 981, \"rankvar\": 3450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 729, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4713, \"group\": [4718.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGACATGGGACA\", \"ini\": 2859, \"clust\": 2957, \"rank\": 1332, \"rankvar\": 2175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1015, \"group\": [2955.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTTCCGGCA\", \"ini\": 2858, \"clust\": 3083, \"rank\": 1479, \"rankvar\": 1185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 731, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1016, \"group\": [3083.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAAGGATT\", \"ini\": 2857, \"clust\": 4806, \"rank\": 1230, \"rankvar\": 1357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 732, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4714, \"group\": [4808.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATCGATTG\", \"ini\": 2856, \"clust\": 1501, \"rank\": 795, \"rankvar\": 3310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 733, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3959, \"group\": [1498.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTAAGTAGT\", \"ini\": 2855, \"clust\": 4770, \"rank\": 933, \"rankvar\": 3292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4715, \"group\": [4770.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGGTAGA\", \"ini\": 2854, \"clust\": 1757, \"rank\": 1436, \"rankvar\": 248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1017, \"group\": [1756.0, 279.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACATGTC\", \"ini\": 2853, \"clust\": 2113, \"rank\": 952, \"rankvar\": 1475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 736, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1018, \"group\": [2113.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCAGTGACTCT\", \"ini\": 2852, \"clust\": 4576, \"rank\": 1020, \"rankvar\": 4059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4716, \"group\": [4576.0, 874.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCAACGCACC\", \"ini\": 2851, \"clust\": 2119, \"rank\": 1015, \"rankvar\": 969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1019, \"group\": [2118.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAGTAGTGAAT\", \"ini\": 2850, \"clust\": 2617, \"rank\": 1057, \"rankvar\": 2524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1020, \"group\": [2618.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCCCATTAT\", \"ini\": 2849, \"clust\": 2039, \"rank\": 1229, \"rankvar\": 591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1021, \"group\": [2042.0, 338.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCAAGCCTA\", \"ini\": 2848, \"clust\": 2271, \"rank\": 793, \"rankvar\": 4376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1022, \"group\": [2270.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCCGTAGTA\", \"ini\": 2847, \"clust\": 4660, \"rank\": 1012, \"rankvar\": 3370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 742, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4717, \"group\": [4662.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCCATGCTC\", \"ini\": 2846, \"clust\": 2515, \"rank\": 1033, \"rankvar\": 2083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 743, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1023, \"group\": [2521.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGTGGAGTC\", \"ini\": 2845, \"clust\": 4839, \"rank\": 1265, \"rankvar\": 3342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 744, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4718, \"group\": [4837.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCAGCTGGC\", \"ini\": 2844, \"clust\": 2562, \"rank\": 1004, \"rankvar\": 2258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 745, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1024, \"group\": [2563.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGAGTATA\", \"ini\": 2843, \"clust\": 4759, \"rank\": 885, \"rankvar\": 4072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 746, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4719, \"group\": [4757.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTCTTGAT\", \"ini\": 2842, \"clust\": 4514, \"rank\": 1111, \"rankvar\": 2516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 747, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4720, \"group\": [4517.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACGGTTTA\", \"ini\": 2841, \"clust\": 1755, \"rank\": 1451, \"rankvar\": 746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1025, \"group\": [1757.0, 279.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCTCACCT\", \"ini\": 2840, \"clust\": 3080, \"rank\": 1182, \"rankvar\": 1121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1026, \"group\": [3080.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCGTCTTC\", \"ini\": 2839, \"clust\": 4811, \"rank\": 887, \"rankvar\": 3547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 750, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4721, \"group\": [4810.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAGTAGGCTGA\", \"ini\": 2838, \"clust\": 4164, \"rank\": 2114, \"rankvar\": 5022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 751, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 58, \"group\": [4161.0, 788.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACACCGATAT\", \"ini\": 2837, \"clust\": 2619, \"rank\": 1186, \"rankvar\": 1880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1027, \"group\": [2617.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATGCCTAA\", \"ini\": 2836, \"clust\": 2706, \"rank\": 1107, \"rankvar\": 2718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 753, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1028, \"group\": [2707.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTAGTATGACA\", \"ini\": 2835, \"clust\": 2950, \"rank\": 1125, \"rankvar\": 1618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1029, \"group\": [2949.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCTTGTTTG\", \"ini\": 2834, \"clust\": 2315, \"rank\": 1363, \"rankvar\": 2165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1030, \"group\": [2319.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCATCGGACC\", \"ini\": 2833, \"clust\": 2701, \"rank\": 1174, \"rankvar\": 3066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 756, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1031, \"group\": [2702.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAATACAG\", \"ini\": 2832, \"clust\": 2632, \"rank\": 1098, \"rankvar\": 2383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1032, \"group\": [2635.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGTACCT\", \"ini\": 2831, \"clust\": 3096, \"rank\": 1650, \"rankvar\": 3354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1033, \"group\": [3095.0, 422.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAAGCGTAG\", \"ini\": 2830, \"clust\": 1747, \"rank\": 2014, \"rankvar\": 1701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 759, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1034, \"group\": [1750.0, 276.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCAATGGAAT\", \"ini\": 2829, \"clust\": 2873, \"rank\": 1323, \"rankvar\": 1893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1035, \"group\": [2873.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCTGCTTGC\", \"ini\": 2828, \"clust\": 2630, \"rank\": 992, \"rankvar\": 3023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 761, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1036, \"group\": [2631.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTGTATGGG\", \"ini\": 2827, \"clust\": 4226, \"rank\": 2781, \"rankvar\": 5150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 762, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 59, \"group\": [4227.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCGGCTACG\", \"ini\": 2826, \"clust\": 2427, \"rank\": 1166, \"rankvar\": 232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1037, \"group\": [2427.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAAACAC\", \"ini\": 2825, \"clust\": 2233, \"rank\": 1590, \"rankvar\": 1286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1038, \"group\": [2232.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTACTTAGC\", \"ini\": 2824, \"clust\": 2459, \"rank\": 984, \"rankvar\": 3392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 765, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1039, \"group\": [2460.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTGGGTATG\", \"ini\": 2823, \"clust\": 2107, \"rank\": 815, \"rankvar\": 991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1040, \"group\": [2107.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCATCCAACA\", \"ini\": 2822, \"clust\": 2423, \"rank\": 1228, \"rankvar\": 2417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 767, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1041, \"group\": [2424.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCGTCGTTC\", \"ini\": 2821, \"clust\": 2601, \"rank\": 928, \"rankvar\": 2116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1042, \"group\": [2601.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAAGTCACGCC\", \"ini\": 2820, \"clust\": 4714, \"rank\": 1455, \"rankvar\": 2455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 769, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4722, \"group\": [4712.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGGTGTA\", \"ini\": 2819, \"clust\": 2729, \"rank\": 1283, \"rankvar\": 2626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1043, \"group\": [2728.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCTCCTATA\", \"ini\": 2818, \"clust\": 3321, \"rank\": 2164, \"rankvar\": 3765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1044, \"group\": [3321.0, 502.0, 74.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCGCCTTG\", \"ini\": 2817, \"clust\": 1502, \"rank\": 819, \"rankvar\": 4261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3960, \"group\": [1499.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTAGCTAAA\", \"ini\": 2816, \"clust\": 3716, \"rank\": 1128, \"rankvar\": 2550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2712, \"group\": [3715.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTCTGTCG\", \"ini\": 2815, \"clust\": 2367, \"rank\": 1253, \"rankvar\": 435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1045, \"group\": [2366.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTCACCTAA\", \"ini\": 2814, \"clust\": 2354, \"rank\": 1604, \"rankvar\": 3541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 775, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1046, \"group\": [2356.0, 393.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACATCCTTGC\", \"ini\": 2813, \"clust\": 1730, \"rank\": 1939, \"rankvar\": 1063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 776, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1047, \"group\": [1733.0, 269.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGAATTGTG\", \"ini\": 2812, \"clust\": 1703, \"rank\": 1798, \"rankvar\": 445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1048, \"group\": [1704.0, 249.0, 48.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGGTATCG\", \"ini\": 2811, \"clust\": 4709, \"rank\": 1457, \"rankvar\": 3365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 778, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4723, \"group\": [4708.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTCCACAA\", \"ini\": 2810, \"clust\": 4522, \"rank\": 1091, \"rankvar\": 2959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 779, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4724, \"group\": [4523.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGCATCG\", \"ini\": 2809, \"clust\": 4077, \"rank\": 1748, \"rankvar\": 2148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 780, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2713, \"group\": [4075.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTATATCCG\", \"ini\": 2808, \"clust\": 2518, \"rank\": 1189, \"rankvar\": 2684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1049, \"group\": [2520.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGTAGATC\", \"ini\": 2807, \"clust\": 2648, \"rank\": 1200, \"rankvar\": 736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1050, \"group\": [2649.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGGACCACA\", \"ini\": 2806, \"clust\": 2057, \"rank\": 1390, \"rankvar\": 701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 783, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1051, \"group\": [2058.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTAAAGTG\", \"ini\": 2805, \"clust\": 2591, \"rank\": 1115, \"rankvar\": 853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1052, \"group\": [2591.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCAGTCCTTC\", \"ini\": 2804, \"clust\": 2631, \"rank\": 941, \"rankvar\": 2467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 785, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1053, \"group\": [2632.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCATGCAT\", \"ini\": 2803, \"clust\": 2079, \"rank\": 1312, \"rankvar\": 1120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1054, \"group\": [2079.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCACGACTA\", \"ini\": 2802, \"clust\": 3733, \"rank\": 844, \"rankvar\": 4539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 787, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2714, \"group\": [3730.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCTCGATGA\", \"ini\": 2801, \"clust\": 2643, \"rank\": 1249, \"rankvar\": 3389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1055, \"group\": [2642.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGACTTGAA\", \"ini\": 2800, \"clust\": 2394, \"rank\": 1430, \"rankvar\": 422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1056, \"group\": [2397.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGCCAGGAT\", \"ini\": 2799, \"clust\": 2650, \"rank\": 1127, \"rankvar\": 1803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 790, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1057, \"group\": [2651.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATAGATAGGAG\", \"ini\": 2798, \"clust\": 2559, \"rank\": 1199, \"rankvar\": 3155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1058, \"group\": [2559.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGAGCAATT\", \"ini\": 2797, \"clust\": 2089, \"rank\": 975, \"rankvar\": 1569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 792, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1059, \"group\": [2092.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTGGGTCAA\", \"ini\": 2796, \"clust\": 3135, \"rank\": 1711, \"rankvar\": 661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1060, \"group\": [3137.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGCCGTCGT\", \"ini\": 2795, \"clust\": 4676, \"rank\": 863, \"rankvar\": 4424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 794, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4725, \"group\": [4676.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTACCGAT\", \"ini\": 2794, \"clust\": 4775, \"rank\": 744, \"rankvar\": 3632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 795, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4726, \"group\": [4772.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCTTGTACT\", \"ini\": 2793, \"clust\": 2116, \"rank\": 1140, \"rankvar\": 880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 796, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1061, \"group\": [2116.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACGGACAA\", \"ini\": 2792, \"clust\": 4761, \"rank\": 947, \"rankvar\": 3905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 797, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4727, \"group\": [4761.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTCATTAGC\", \"ini\": 2791, \"clust\": 2830, \"rank\": 1308, \"rankvar\": 2753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 798, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1062, \"group\": [2831.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTCTGCAAT\", \"ini\": 2790, \"clust\": 1751, \"rank\": 1075, \"rankvar\": 1035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1063, \"group\": [1752.0, 277.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAAACACA\", \"ini\": 2789, \"clust\": 4912, \"rank\": 1682, \"rankvar\": 233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 800, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4728, \"group\": [4911.0, 919.0, 146.0, 33.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTAACTGG\", \"ini\": 2788, \"clust\": 4512, \"rank\": 999, \"rankvar\": 2009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4729, \"group\": [4512.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCACGCATA\", \"ini\": 2787, \"clust\": 4700, \"rank\": 1377, \"rankvar\": 3796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 802, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4730, \"group\": [4700.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGGTGATTA\", \"ini\": 2786, \"clust\": 4687, \"rank\": 1350, \"rankvar\": 1697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 803, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4731, \"group\": [4688.0, 885.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAATGAAAC\", \"ini\": 2785, \"clust\": 3132, \"rank\": 1569, \"rankvar\": 555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1064, \"group\": [3134.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACTAGGC\", \"ini\": 2784, \"clust\": 2068, \"rank\": 1440, \"rankvar\": 792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 805, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1065, \"group\": [2068.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCTCCCTAATT\", \"ini\": 2783, \"clust\": 2575, \"rank\": 1213, \"rankvar\": 3025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 806, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1066, \"group\": [2576.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCAACACCA\", \"ini\": 2782, \"clust\": 109, \"rank\": 1839, \"rankvar\": 3853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 807, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4732, \"group\": [109.0, 21.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTGCTCTTC\", \"ini\": 2781, \"clust\": 4657, \"rank\": 806, \"rankvar\": 4192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 808, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4733, \"group\": [4658.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAAGGTTCT\", \"ini\": 2780, \"clust\": 2927, \"rank\": 1474, \"rankvar\": 1990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 809, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1067, \"group\": [2926.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAATCAAACGGG\", \"ini\": 2779, \"clust\": 110, \"rank\": 1463, \"rankvar\": 3527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4734, \"group\": [110.0, 21.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTACTCTCC\", \"ini\": 2778, \"clust\": 3072, \"rank\": 1362, \"rankvar\": 2308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1068, \"group\": [3073.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTCGCGAC\", \"ini\": 2777, \"clust\": 7, \"rank\": 1557, \"rankvar\": 2933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 812, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4735, \"group\": [8.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCATTCCTGC\", \"ini\": 2776, \"clust\": 3095, \"rank\": 1907, \"rankvar\": 1562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1069, \"group\": [3097.0, 422.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAATCTCTTATG\", \"ini\": 2775, \"clust\": 4790, \"rank\": 1188, \"rankvar\": 3286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 814, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4736, \"group\": [4791.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCACGTTC\", \"ini\": 2774, \"clust\": 4844, \"rank\": 1603, \"rankvar\": 3420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 815, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4737, \"group\": [4843.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATTACCG\", \"ini\": 2773, \"clust\": 2607, \"rank\": 968, \"rankvar\": 2216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 816, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1070, \"group\": [2610.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAGACAAAT\", \"ini\": 2772, \"clust\": 4673, \"rank\": 674, \"rankvar\": 3910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 817, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4738, \"group\": [4674.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCCACGCT\", \"ini\": 2771, \"clust\": 2258, \"rank\": 1456, \"rankvar\": 509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1071, \"group\": [2258.0, 383.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAATCTCCAGGG\", \"ini\": 2770, \"clust\": 4648, \"rank\": 1193, \"rankvar\": 3994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 819, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4739, \"group\": [4653.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGACGCAA\", \"ini\": 2769, \"clust\": 2140, \"rank\": 1486, \"rankvar\": 3808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1072, \"group\": [2140.0, 356.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATCGCTC\", \"ini\": 2768, \"clust\": 2036, \"rank\": 1239, \"rankvar\": 104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 821, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1073, \"group\": [2039.0, 337.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCCGTTGTC\", \"ini\": 2767, \"clust\": 4701, \"rank\": 1204, \"rankvar\": 3162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 822, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4740, \"group\": [4701.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACACAAGCCC\", \"ini\": 2766, \"clust\": 2610, \"rank\": 872, \"rankvar\": 3305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1074, \"group\": [2611.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCAACCATG\", \"ini\": 2765, \"clust\": 3088, \"rank\": 1956, \"rankvar\": 879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1075, \"group\": [3090.0, 419.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTTTGTTGG\", \"ini\": 2764, \"clust\": 4198, \"rank\": 2425, \"rankvar\": 5023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 825, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 60, \"group\": [4204.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGGTCA\", \"ini\": 2763, \"clust\": 4176, \"rank\": 2123, \"rankvar\": 4707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 826, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 61, \"group\": [4174.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACATTCCTGC\", \"ini\": 2762, \"clust\": 4517, \"rank\": 1289, \"rankvar\": 2465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 827, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4741, \"group\": [4515.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGGACTG\", \"ini\": 2761, \"clust\": 4683, \"rank\": 1000, \"rankvar\": 2798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 828, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4742, \"group\": [4684.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTCTCGG\", \"ini\": 2760, \"clust\": 2709, \"rank\": 1432, \"rankvar\": 2369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1076, \"group\": [2710.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAATCGTC\", \"ini\": 2759, \"clust\": 2512, \"rank\": 1348, \"rankvar\": 2826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1077, \"group\": [2515.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGATAGC\", \"ini\": 2758, \"clust\": 2917, \"rank\": 1438, \"rankvar\": 1221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1078, \"group\": [2921.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACCACGTG\", \"ini\": 2757, \"clust\": 4271, \"rank\": 2734, \"rankvar\": 4781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 832, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 62, \"group\": [4267.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGCTATCT\", \"ini\": 2756, \"clust\": 2415, \"rank\": 1105, \"rankvar\": 807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1079, \"group\": [2415.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACCTCGTT\", \"ini\": 2755, \"clust\": 2675, \"rank\": 1258, \"rankvar\": 4025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1080, \"group\": [2678.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGGATTGG\", \"ini\": 2754, \"clust\": 2621, \"rank\": 1243, \"rankvar\": 913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1081, \"group\": [2622.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGAATGTGT\", \"ini\": 2753, \"clust\": 3078, \"rank\": 1630, \"rankvar\": 2317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1082, \"group\": [3078.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTTGGTC\", \"ini\": 2752, \"clust\": 2605, \"rank\": 1407, \"rankvar\": 2510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 837, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1083, \"group\": [2606.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAGCTGCTG\", \"ini\": 2751, \"clust\": 4519, \"rank\": 1466, \"rankvar\": 899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 838, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4743, \"group\": [4520.0, 864.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGCTAGCC\", \"ini\": 2750, \"clust\": 4782, \"rank\": 1449, \"rankvar\": 4305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 839, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4744, \"group\": [4781.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGACTTGAA\", \"ini\": 2749, \"clust\": 2418, \"rank\": 1314, \"rankvar\": 737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1084, \"group\": [2418.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGCGTAAG\", \"ini\": 2748, \"clust\": 2044, \"rank\": 1433, \"rankvar\": 1135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1085, \"group\": [2045.0, 339.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAAACGCC\", \"ini\": 2747, \"clust\": 4778, \"rank\": 1305, \"rankvar\": 3883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4745, \"group\": [4779.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAAGCCCAC\", \"ini\": 2746, \"clust\": 4821, \"rank\": 1109, \"rankvar\": 3328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 843, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4746, \"group\": [4820.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTGAAGGCT\", \"ini\": 2745, \"clust\": 2059, \"rank\": 1391, \"rankvar\": 796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 844, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1086, \"group\": [2062.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTTGTCTTT\", \"ini\": 2744, \"clust\": 3138, \"rank\": 1576, \"rankvar\": 834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 845, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1087, \"group\": [3138.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCAGTAGT\", \"ini\": 2743, \"clust\": 4847, \"rank\": 1746, \"rankvar\": 2275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 846, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4747, \"group\": [4845.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTCGCATAT\", \"ini\": 2742, \"clust\": 2191, \"rank\": 1871, \"rankvar\": 1940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 847, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1088, \"group\": [2192.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGCGAAGGG\", \"ini\": 2741, \"clust\": 4825, \"rank\": 1094, \"rankvar\": 4460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 848, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4748, \"group\": [4830.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTTGTCC\", \"ini\": 2740, \"clust\": 2416, \"rank\": 1301, \"rankvar\": 1439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1089, \"group\": [2416.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTTCGAATC\", \"ini\": 2739, \"clust\": 2677, \"rank\": 1415, \"rankvar\": 2658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 850, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1090, \"group\": [2677.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTACAGTTC\", \"ini\": 2738, \"clust\": 2461, \"rank\": 1530, \"rankvar\": 2774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 851, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1091, \"group\": [2464.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGCTAGTCT\", \"ini\": 2737, \"clust\": 1594, \"rank\": 761, \"rankvar\": 3358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 852, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3114, \"group\": [1595.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTCTGCGGT\", \"ini\": 2736, \"clust\": 2360, \"rank\": 963, \"rankvar\": 2592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1092, \"group\": [2360.0, 395.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTATCTGCA\", \"ini\": 2735, \"clust\": 4521, \"rank\": 1134, \"rankvar\": 2696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 854, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4749, \"group\": [4522.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCACCCGAG\", \"ini\": 2734, \"clust\": 3702, \"rank\": 1718, \"rankvar\": 4149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 855, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2715, \"group\": [3701.0, 691.0, 115.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCATGTCCC\", \"ini\": 2733, \"clust\": 2069, \"rank\": 1330, \"rankvar\": 340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1093, \"group\": [2069.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGAGTCG\", \"ini\": 2732, \"clust\": 2951, \"rank\": 1279, \"rankvar\": 2747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1094, \"group\": [2950.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCACGTCTCT\", \"ini\": 2731, \"clust\": 4174, \"rank\": 1803, \"rankvar\": 4170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 858, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 63, \"group\": [4172.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTGTTTGTG\", \"ini\": 2730, \"clust\": 4731, \"rank\": 1160, \"rankvar\": 3628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 859, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4750, \"group\": [4732.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCAAATTGCC\", \"ini\": 2729, \"clust\": 2923, \"rank\": 1492, \"rankvar\": 2050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 860, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1095, \"group\": [2923.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGGCGTG\", \"ini\": 2728, \"clust\": 4659, \"rank\": 1221, \"rankvar\": 4193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 861, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4751, \"group\": [4663.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGATCGGGT\", \"ini\": 2727, \"clust\": 2048, \"rank\": 1210, \"rankvar\": 2488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1096, \"group\": [2048.0, 340.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGAGCCCAA\", \"ini\": 2726, \"clust\": 3106, \"rank\": 2046, \"rankvar\": 1249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 863, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1097, \"group\": [3107.0, 429.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTAGTGAACGC\", \"ini\": 2725, \"clust\": 2651, \"rank\": 1344, \"rankvar\": 1428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1098, \"group\": [2652.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGCTGCAAG\", \"ini\": 2724, \"clust\": 2334, \"rank\": 1731, \"rankvar\": 4204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 865, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1099, \"group\": [2333.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGGAGTCTG\", \"ini\": 2723, \"clust\": 4827, \"rank\": 1092, \"rankvar\": 3390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 866, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4752, \"group\": [4826.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACAAACAACA\", \"ini\": 2722, \"clust\": 2711, \"rank\": 1443, \"rankvar\": 1587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1100, \"group\": [2720.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTTCGAGA\", \"ini\": 2721, \"clust\": 1565, \"rank\": 894, \"rankvar\": 3156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3115, \"group\": [1568.0, 174.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCCACTC\", \"ini\": 2720, \"clust\": 2104, \"rank\": 1297, \"rankvar\": 455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1101, \"group\": [2101.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTGTCCGT\", \"ini\": 2719, \"clust\": 3768, \"rank\": 1286, \"rankvar\": 3581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 870, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2716, \"group\": [3766.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTATCAGTC\", \"ini\": 2718, \"clust\": 4913, \"rank\": 1733, \"rankvar\": 1270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 871, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4753, \"group\": [4912.0, 920.0, 146.0, 33.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCAAGCCATT\", \"ini\": 2717, \"clust\": 138, \"rank\": 1327, \"rankvar\": 2803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 872, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 234, \"group\": [140.0, 29.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTTGAGTTC\", \"ini\": 2716, \"clust\": 2954, \"rank\": 1499, \"rankvar\": 2302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1102, \"group\": [2952.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACACAGAG\", \"ini\": 2715, \"clust\": 2635, \"rank\": 1170, \"rankvar\": 2164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 874, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1103, \"group\": [2636.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAGTCG\", \"ini\": 2714, \"clust\": 2380, \"rank\": 1376, \"rankvar\": 990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1104, \"group\": [2381.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACAAGCCTAT\", \"ini\": 2713, \"clust\": 2826, \"rank\": 1244, \"rankvar\": 3668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1105, \"group\": [2826.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCGTCTGAA\", \"ini\": 2712, \"clust\": 3038, \"rank\": 1431, \"rankvar\": 592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 877, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1106, \"group\": [3038.0, 411.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCCTTGACC\", \"ini\": 2711, \"clust\": 2365, \"rank\": 1570, \"rankvar\": 769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1107, \"group\": [2367.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCATCCTAGA\", \"ini\": 2710, \"clust\": 2903, \"rank\": 1048, \"rankvar\": 2859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1108, \"group\": [2903.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGGCATCG\", \"ini\": 2709, \"clust\": 2574, \"rank\": 1242, \"rankvar\": 2384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 880, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1109, \"group\": [2574.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGTGACCA\", \"ini\": 2708, \"clust\": 4840, \"rank\": 1302, \"rankvar\": 3749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 881, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4754, \"group\": [4838.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCAGTCCCT\", \"ini\": 2707, \"clust\": 2388, \"rank\": 1288, \"rankvar\": 974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1110, \"group\": [2388.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTGACGGTA\", \"ini\": 2706, \"clust\": 2871, \"rank\": 1370, \"rankvar\": 1317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 883, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1111, \"group\": [2874.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATCTGT\", \"ini\": 2705, \"clust\": 2355, \"rank\": 1408, \"rankvar\": 1752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1112, \"group\": [2354.0, 393.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCAGACCTAGG\", \"ini\": 2704, \"clust\": 2352, \"rank\": 1173, \"rankvar\": 2138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1113, \"group\": [2353.0, 392.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCAGCGATT\", \"ini\": 2703, \"clust\": 2629, \"rank\": 1393, \"rankvar\": 1269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1114, \"group\": [2630.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCTATTCA\", \"ini\": 2702, \"clust\": 2183, \"rank\": 1910, \"rankvar\": 2265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 887, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1115, \"group\": [2184.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCAAACTGTC\", \"ini\": 2701, \"clust\": 1761, \"rank\": 1753, \"rankvar\": 414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1116, \"group\": [1760.0, 280.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGGATGGAA\", \"ini\": 2700, \"clust\": 3322, \"rank\": 1992, \"rankvar\": 158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 889, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1117, \"group\": [3322.0, 503.0, 74.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGTTTGCGT\", \"ini\": 2699, \"clust\": 2432, \"rank\": 1400, \"rankvar\": 2543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1118, \"group\": [2432.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTGAAGGCT\", \"ini\": 2698, \"clust\": 2376, \"rank\": 1367, \"rankvar\": 944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1119, \"group\": [2376.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGTGTTTGC\", \"ini\": 2697, \"clust\": 2692, \"rank\": 1300, \"rankvar\": 694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 892, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1120, \"group\": [2693.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGCGTTA\", \"ini\": 2696, \"clust\": 2372, \"rank\": 1565, \"rankvar\": 1864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1121, \"group\": [2373.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAAGAAAGG\", \"ini\": 2695, \"clust\": 3118, \"rank\": 1548, \"rankvar\": 1064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 894, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1122, \"group\": [3118.0, 433.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGAAGGTGA\", \"ini\": 2694, \"clust\": 1590, \"rank\": 342, \"rankvar\": 4851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3116, \"group\": [1591.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGAGCAATT\", \"ini\": 2693, \"clust\": 2389, \"rank\": 1452, \"rankvar\": 1576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 896, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1123, \"group\": [2389.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCGATAGAA\", \"ini\": 2692, \"clust\": 4504, \"rank\": 1086, \"rankvar\": 4285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 897, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4755, \"group\": [4502.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACGTAAATACG\", \"ini\": 2691, \"clust\": 3720, \"rank\": 765, \"rankvar\": 3141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 898, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2717, \"group\": [3719.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGAGAGCTC\", \"ini\": 2690, \"clust\": 3077, \"rank\": 1535, \"rankvar\": 2819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1124, \"group\": [3082.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAGCTGGC\", \"ini\": 2689, \"clust\": 2615, \"rank\": 1555, \"rankvar\": 2105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 900, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1125, \"group\": [2620.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGATGGCGT\", \"ini\": 2688, \"clust\": 2935, \"rank\": 1424, \"rankvar\": 3217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1126, \"group\": [2935.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGGGATACC\", \"ini\": 2687, \"clust\": 2108, \"rank\": 1077, \"rankvar\": 1698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1127, \"group\": [2111.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCATGTTCCC\", \"ini\": 2686, \"clust\": 2815, \"rank\": 1595, \"rankvar\": 2992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 903, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1128, \"group\": [2815.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGGCGCTA\", \"ini\": 2685, \"clust\": 2969, \"rank\": 1567, \"rankvar\": 1145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1129, \"group\": [2970.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGACAGGCT\", \"ini\": 2684, \"clust\": 2061, \"rank\": 1349, \"rankvar\": 1319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1130, \"group\": [2061.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACCACGTG\", \"ini\": 2683, \"clust\": 2567, \"rank\": 1264, \"rankvar\": 3231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1131, \"group\": [2568.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCTCTCGT\", \"ini\": 2682, \"clust\": 4525, \"rank\": 1220, \"rankvar\": 745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4756, \"group\": [4526.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTTTGGGCC\", \"ini\": 2681, \"clust\": 2593, \"rank\": 1329, \"rankvar\": 1128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1132, \"group\": [2602.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTTCCGTCT\", \"ini\": 2680, \"clust\": 2110, \"rank\": 1059, \"rankvar\": 732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1133, \"group\": [2110.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAACCTC\", \"ini\": 2679, \"clust\": 1754, \"rank\": 1534, \"rankvar\": 558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1134, \"group\": [1758.0, 279.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCAGAATA\", \"ini\": 2678, \"clust\": 4669, \"rank\": 883, \"rankvar\": 4205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4757, \"group\": [4668.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGGTTCGG\", \"ini\": 2677, \"clust\": 2045, \"rank\": 1371, \"rankvar\": 2155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1135, \"group\": [2046.0, 339.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAAGTCTCGGC\", \"ini\": 2676, \"clust\": 2741, \"rank\": 1444, \"rankvar\": 418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1136, \"group\": [2744.0, 402.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGCTGCTG\", \"ini\": 2675, \"clust\": 2508, \"rank\": 1296, \"rankvar\": 2707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1137, \"group\": [2507.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGCCCTTA\", \"ini\": 2674, \"clust\": 4649, \"rank\": 1152, \"rankvar\": 2695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 915, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4758, \"group\": [4648.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCAGTATAAG\", \"ini\": 2673, \"clust\": 2532, \"rank\": 1274, \"rankvar\": 3359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1138, \"group\": [2536.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTCTAACGT\", \"ini\": 2672, \"clust\": 2649, \"rank\": 1322, \"rankvar\": 1216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 917, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1139, \"group\": [2650.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCACAACGCC\", \"ini\": 2671, \"clust\": 2385, \"rank\": 1060, \"rankvar\": 4466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1140, \"group\": [2386.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGCTAGTGG\", \"ini\": 2670, \"clust\": 3739, \"rank\": 942, \"rankvar\": 3431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 919, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2718, \"group\": [3737.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTCGCTTG\", \"ini\": 2669, \"clust\": 2462, \"rank\": 1418, \"rankvar\": 1029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1141, \"group\": [2463.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCAACTT\", \"ini\": 2668, \"clust\": 2582, \"rank\": 1637, \"rankvar\": 1109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 921, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1142, \"group\": [2584.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCTGCTGCT\", \"ini\": 2667, \"clust\": 2869, \"rank\": 1483, \"rankvar\": 2612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1143, \"group\": [2869.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACTTAACG\", \"ini\": 2666, \"clust\": 4565, \"rank\": 966, \"rankvar\": 3357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4759, \"group\": [4564.0, 870.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAATGTTGC\", \"ini\": 2665, \"clust\": 2463, \"rank\": 1346, \"rankvar\": 2033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1144, \"group\": [2461.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCCCTAACC\", \"ini\": 2664, \"clust\": 4094, \"rank\": 1591, \"rankvar\": 2640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1145, \"group\": [4095.0, 769.0, 121.0, 27.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCACTCCA\", \"ini\": 2663, \"clust\": 2758, \"rank\": 1366, \"rankvar\": 1671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 926, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1146, \"group\": [2757.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCCTCCTAG\", \"ini\": 2662, \"clust\": 3760, \"rank\": 1164, \"rankvar\": 3558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 927, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2719, \"group\": [3762.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGTGACC\", \"ini\": 2661, \"clust\": 1902, \"rank\": 1670, \"rankvar\": 967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1147, \"group\": [1901.0, 320.0, 57.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTAGCTGCC\", \"ini\": 2660, \"clust\": 3039, \"rank\": 1538, \"rankvar\": 1163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1148, \"group\": [3039.0, 411.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCCATGA\", \"ini\": 2659, \"clust\": 4500, \"rank\": 1556, \"rankvar\": 881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 930, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4760, \"group\": [4500.0, 862.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCATAAAGGT\", \"ini\": 2658, \"clust\": 4783, \"rank\": 1497, \"rankvar\": 4264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 931, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4761, \"group\": [4784.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGCCAGAA\", \"ini\": 2657, \"clust\": 2670, \"rank\": 1276, \"rankvar\": 2051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 932, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1149, \"group\": [2670.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTAGCGATG\", \"ini\": 2656, \"clust\": 2347, \"rank\": 1227, \"rankvar\": 1005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 933, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1150, \"group\": [2348.0, 391.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAGGGATA\", \"ini\": 2655, \"clust\": 4784, \"rank\": 1563, \"rankvar\": 3937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 934, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4762, \"group\": [4782.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGATACACA\", \"ini\": 2654, \"clust\": 2693, \"rank\": 1209, \"rankvar\": 1459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1151, \"group\": [2694.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACAGGCT\", \"ini\": 2653, \"clust\": 2633, \"rank\": 1177, \"rankvar\": 1997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 936, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1152, \"group\": [2633.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATCGCAT\", \"ini\": 2652, \"clust\": 2231, \"rank\": 1786, \"rankvar\": 1747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1153, \"group\": [2243.0, 379.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGAGCTTCT\", \"ini\": 2651, \"clust\": 4766, \"rank\": 979, \"rankvar\": 3876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 938, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4763, \"group\": [4767.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCCACGACG\", \"ini\": 2650, \"clust\": 2731, \"rank\": 1304, \"rankvar\": 1590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 939, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1154, \"group\": [2732.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACAAGGGTCA\", \"ini\": 2649, \"clust\": 4652, \"rank\": 1211, \"rankvar\": 3413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4764, \"group\": [4650.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTGCCTTGG\", \"ini\": 2648, \"clust\": 4254, \"rank\": 2941, \"rankvar\": 5161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 941, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 64, \"group\": [4251.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACACAGATTC\", \"ini\": 2647, \"clust\": 4754, \"rank\": 1382, \"rankvar\": 3491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 942, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4765, \"group\": [4792.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGGTAACGTTC\", \"ini\": 2646, \"clust\": 2928, \"rank\": 1760, \"rankvar\": 3633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1155, \"group\": [2927.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCATCTGTT\", \"ini\": 2645, \"clust\": 4785, \"rank\": 1488, \"rankvar\": 1876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4766, \"group\": [4783.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCCGTTGTC\", \"ini\": 2644, \"clust\": 2237, \"rank\": 1716, \"rankvar\": 1287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1156, \"group\": [2235.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGGTCGAT\", \"ini\": 2643, \"clust\": 1541, \"rank\": 1571, \"rankvar\": 590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 946, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3024, \"group\": [1545.0, 164.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCAACACGT\", \"ini\": 2642, \"clust\": 2723, \"rank\": 1549, \"rankvar\": 1664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 947, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1157, \"group\": [2721.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCCGATATG\", \"ini\": 2641, \"clust\": 4768, \"rank\": 1153, \"rankvar\": 2515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 948, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4767, \"group\": [4766.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTCCAACC\", \"ini\": 2640, \"clust\": 2152, \"rank\": 1690, \"rankvar\": 489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1158, \"group\": [2152.0, 363.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGAGCTATA\", \"ini\": 2639, \"clust\": 2137, \"rank\": 1383, \"rankvar\": 144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1159, \"group\": [2137.0, 354.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCAGAAATG\", \"ini\": 2638, \"clust\": 2613, \"rank\": 1517, \"rankvar\": 3942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1160, \"group\": [2613.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGCATACT\", \"ini\": 2637, \"clust\": 2947, \"rank\": 1601, \"rankvar\": 1487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 952, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1161, \"group\": [2946.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTTGCGCAC\", \"ini\": 2636, \"clust\": 2363, \"rank\": 1635, \"rankvar\": 1060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1162, \"group\": [2364.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCATGTCTCC\", \"ini\": 2635, \"clust\": 2475, \"rank\": 1464, \"rankvar\": 1164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1163, \"group\": [2475.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCTTTACA\", \"ini\": 2634, \"clust\": 4745, \"rank\": 1343, \"rankvar\": 3019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 955, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4768, \"group\": [4747.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCCTCA\", \"ini\": 2633, \"clust\": 2391, \"rank\": 1785, \"rankvar\": 653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1164, \"group\": [2392.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCAAGTCTGT\", \"ini\": 2632, \"clust\": 4227, \"rank\": 2856, \"rankvar\": 4907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 957, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 65, \"group\": [4226.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGCGATATA\", \"ini\": 2631, \"clust\": 2479, \"rank\": 1600, \"rankvar\": 1096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1165, \"group\": [2479.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGTGGAG\", \"ini\": 2630, \"clust\": 2544, \"rank\": 1137, \"rankvar\": 2641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1166, \"group\": [2544.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAATGGATA\", \"ini\": 2629, \"clust\": 1713, \"rank\": 1809, \"rankvar\": 657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1167, \"group\": [1714.0, 255.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTTGAGTTC\", \"ini\": 2628, \"clust\": 4818, \"rank\": 1058, \"rankvar\": 3756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 961, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4769, \"group\": [4818.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGATAGGAG\", \"ini\": 2627, \"clust\": 2579, \"rank\": 1369, \"rankvar\": 4284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1168, \"group\": [2578.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTATGAAAC\", \"ini\": 2626, \"clust\": 2138, \"rank\": 1507, \"rankvar\": 130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1169, \"group\": [2138.0, 354.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGGAACGG\", \"ini\": 2625, \"clust\": 2050, \"rank\": 1277, \"rankvar\": 1563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 964, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1170, \"group\": [2050.0, 340.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGGTCTCG\", \"ini\": 2624, \"clust\": 2667, \"rank\": 1545, \"rankvar\": 2364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1171, \"group\": [2668.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTACGATA\", \"ini\": 2623, \"clust\": 2482, \"rank\": 1214, \"rankvar\": 4172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1172, \"group\": [2482.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGAACCT\", \"ini\": 2622, \"clust\": 1659, \"rank\": 1626, \"rankvar\": 891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1173, \"group\": [1658.0, 219.0, 42.0, 12.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCGTAGTA\", \"ini\": 2621, \"clust\": 2181, \"rank\": 1719, \"rankvar\": 1606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1174, \"group\": [2179.0, 369.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCCACATCCAA\", \"ini\": 2620, \"clust\": 3740, \"rank\": 1197, \"rankvar\": 3787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 969, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2720, \"group\": [3745.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACGATGT\", \"ini\": 2619, \"clust\": 4819, \"rank\": 1117, \"rankvar\": 4257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 970, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4770, \"group\": [4819.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGATCTGAA\", \"ini\": 2618, \"clust\": 2868, \"rank\": 1374, \"rankvar\": 2127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 971, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1175, \"group\": [2871.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAGAAAGG\", \"ini\": 2617, \"clust\": 4074, \"rank\": 1577, \"rankvar\": 1922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 972, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2721, \"group\": [4077.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTGGTCCGT\", \"ini\": 2616, \"clust\": 4822, \"rank\": 1049, \"rankvar\": 3949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 973, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4771, \"group\": [4821.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGTCACGCC\", \"ini\": 2615, \"clust\": 3029, \"rank\": 1756, \"rankvar\": 485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1176, \"group\": [3030.0, 409.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTACTCTCC\", \"ini\": 2614, \"clust\": 2936, \"rank\": 1342, \"rankvar\": 2366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1177, \"group\": [2936.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGCCACTAT\", \"ini\": 2613, \"clust\": 4204, \"rank\": 2435, \"rankvar\": 4674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 976, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 66, \"group\": [4202.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGCTAAACA\", \"ini\": 2612, \"clust\": 3018, \"rank\": 1998, \"rankvar\": 2290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1178, \"group\": [3021.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAATAGCAA\", \"ini\": 2611, \"clust\": 3734, \"rank\": 1099, \"rankvar\": 4070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2722, \"group\": [3731.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGGTGTCCTCT\", \"ini\": 2610, \"clust\": 2763, \"rank\": 1280, \"rankvar\": 1682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1179, \"group\": [2764.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAGCTGGT\", \"ini\": 2609, \"clust\": 2831, \"rank\": 1543, \"rankvar\": 756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1180, \"group\": [2832.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTGTTGAGTTC\", \"ini\": 2608, \"clust\": 2552, \"rank\": 1484, \"rankvar\": 1362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1181, \"group\": [2552.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCCATTC\", \"ini\": 2607, \"clust\": 2726, \"rank\": 1633, \"rankvar\": 1091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1182, \"group\": [2726.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACAGTCAGAG\", \"ini\": 2606, \"clust\": 3111, \"rank\": 1784, \"rankvar\": 2080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1183, \"group\": [3111.0, 430.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCGCCTGAG\", \"ini\": 2605, \"clust\": 2901, \"rank\": 1337, \"rankvar\": 3265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 984, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1184, \"group\": [2904.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAGTTAACC\", \"ini\": 2604, \"clust\": 2713, \"rank\": 1625, \"rankvar\": 2140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1185, \"group\": [2712.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGAACTGTA\", \"ini\": 2603, \"clust\": 4748, \"rank\": 1163, \"rankvar\": 3224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 986, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4772, \"group\": [4750.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACACCGAAAG\", \"ini\": 2602, \"clust\": 4195, \"rank\": 2346, \"rankvar\": 4960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 987, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 67, \"group\": [4192.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCATCTGTT\", \"ini\": 2601, \"clust\": 2694, \"rank\": 1664, \"rankvar\": 491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1186, \"group\": [2698.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCTTGCCGT\", \"ini\": 2600, \"clust\": 2513, \"rank\": 1387, \"rankvar\": 1543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 989, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1187, \"group\": [2513.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGCGTAGTG\", \"ini\": 2599, \"clust\": 2892, \"rank\": 1638, \"rankvar\": 3000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 990, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1188, \"group\": [2889.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCCTGCTT\", \"ini\": 2598, \"clust\": 1882, \"rank\": 2328, \"rankvar\": 1235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 991, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2094, \"group\": [1883.0, 309.0, 54.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTAGCTCCG\", \"ini\": 2597, \"clust\": 2516, \"rank\": 1171, \"rankvar\": 1977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1189, \"group\": [2516.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGCTGAACG\", \"ini\": 2596, \"clust\": 4699, \"rank\": 1480, \"rankvar\": 2561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 993, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4773, \"group\": [4702.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCCAACAG\", \"ini\": 2595, \"clust\": 2581, \"rank\": 1920, \"rankvar\": 2179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1190, \"group\": [2585.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTTAACGA\", \"ini\": 2594, \"clust\": 2522, \"rank\": 1147, \"rankvar\": 1301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1191, \"group\": [2524.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAAGA\", \"ini\": 2593, \"clust\": 2555, \"rank\": 1266, \"rankvar\": 2711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 996, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1192, \"group\": [2556.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAGCCTAA\", \"ini\": 2592, \"clust\": 2653, \"rank\": 1770, \"rankvar\": 1267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1193, \"group\": [2654.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGAGGGAGTAA\", \"ini\": 2591, \"clust\": 4645, \"rank\": 1212, \"rankvar\": 3325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 998, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4774, \"group\": [4646.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAAACAAG\", \"ini\": 2590, \"clust\": 2374, \"rank\": 1469, \"rankvar\": 2204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 999, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1194, \"group\": [2372.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGATGTAAC\", \"ini\": 2589, \"clust\": 3073, \"rank\": 1473, \"rankvar\": 3864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1000, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1195, \"group\": [3074.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCAAATCA\", \"ini\": 2588, \"clust\": 4072, \"rank\": 1950, \"rankvar\": 1983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1001, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2723, \"group\": [4070.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGCATGTG\", \"ini\": 2587, \"clust\": 3744, \"rank\": 1472, \"rankvar\": 3210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1002, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2724, \"group\": [3742.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCTACGA\", \"ini\": 2586, \"clust\": 2704, \"rank\": 1467, \"rankvar\": 873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1196, \"group\": [2705.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTTGGTTTG\", \"ini\": 2585, \"clust\": 4705, \"rank\": 1192, \"rankvar\": 2264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4775, \"group\": [4705.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGGCAAAGA\", \"ini\": 2584, \"clust\": 2578, \"rank\": 1582, \"rankvar\": 2632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1197, \"group\": [2580.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCAGTAGT\", \"ini\": 2583, \"clust\": 2485, \"rank\": 1800, \"rankvar\": 3417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1006, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1198, \"group\": [2489.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCACGAAT\", \"ini\": 2582, \"clust\": 2844, \"rank\": 1627, \"rankvar\": 3377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1199, \"group\": [2847.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGACGGA\", \"ini\": 2581, \"clust\": 2955, \"rank\": 1453, \"rankvar\": 2197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1008, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1200, \"group\": [2953.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGACTG\", \"ini\": 2580, \"clust\": 4166, \"rank\": 2364, \"rankvar\": 3180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1009, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 68, \"group\": [4164.0, 788.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCATGAAC\", \"ini\": 2579, \"clust\": 2071, \"rank\": 1554, \"rankvar\": 727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1010, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1201, \"group\": [2072.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTTCGTGAT\", \"ini\": 2578, \"clust\": 2854, \"rank\": 1738, \"rankvar\": 2445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1011, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1202, \"group\": [2853.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCCGTTAA\", \"ini\": 2577, \"clust\": 2370, \"rank\": 1526, \"rankvar\": 1943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1203, \"group\": [2370.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCAACATC\", \"ini\": 2576, \"clust\": 4485, \"rank\": 1505, \"rankvar\": 2583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1013, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4776, \"group\": [4495.0, 860.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATCTACGA\", \"ini\": 2575, \"clust\": 2948, \"rank\": 1741, \"rankvar\": 1409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1014, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1204, \"group\": [2959.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCAATC\", \"ini\": 2574, \"clust\": 2528, \"rank\": 1291, \"rankvar\": 2512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1205, \"group\": [2529.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCAGCGTA\", \"ini\": 2573, \"clust\": 1899, \"rank\": 1544, \"rankvar\": 1683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1016, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1206, \"group\": [1900.0, 319.0, 57.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTTACGGG\", \"ini\": 2572, \"clust\": 3758, \"rank\": 1732, \"rankvar\": 2728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1017, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2725, \"group\": [3758.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGGATGTAT\", \"ini\": 2571, \"clust\": 3128, \"rank\": 1710, \"rankvar\": 603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1018, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1207, \"group\": [3129.0, 439.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTAGCGTAG\", \"ini\": 2570, \"clust\": 2256, \"rank\": 1053, \"rankvar\": 3674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1208, \"group\": [2259.0, 383.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGGAACTGC\", \"ini\": 2569, \"clust\": 2065, \"rank\": 1642, \"rankvar\": 1466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1209, \"group\": [2066.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCATGTAGTC\", \"ini\": 2568, \"clust\": 2062, \"rank\": 1514, \"rankvar\": 778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1210, \"group\": [2065.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCGGAAATA\", \"ini\": 2567, \"clust\": 2756, \"rank\": 1525, \"rankvar\": 1952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1022, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1211, \"group\": [2760.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGGCACATG\", \"ini\": 2566, \"clust\": 2361, \"rank\": 1395, \"rankvar\": 1238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1212, \"group\": [2361.0, 395.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGTCAGAG\", \"ini\": 2565, \"clust\": 3064, \"rank\": 1608, \"rankvar\": 3916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1213, \"group\": [3065.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTCTAGAGG\", \"ini\": 2564, \"clust\": 1591, \"rank\": 453, \"rankvar\": 5021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1025, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3117, \"group\": [1592.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGGCTCTTA\", \"ini\": 2563, \"clust\": 4096, \"rank\": 2544, \"rankvar\": 4432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1026, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 69, \"group\": [4292.0, 799.0, 127.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTTCCCGAG\", \"ini\": 2562, \"clust\": 2602, \"rank\": 1442, \"rankvar\": 3638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1214, \"group\": [2605.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCCGTCAAA\", \"ini\": 2561, \"clust\": 4327, \"rank\": 1841, \"rankvar\": 4465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1028, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5130, \"group\": [4327.0, 812.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATGATCCA\", \"ini\": 2560, \"clust\": 4710, \"rank\": 1936, \"rankvar\": 1384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1029, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4777, \"group\": [4715.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACTCGTCGTTC\", \"ini\": 2559, \"clust\": 4073, \"rank\": 1966, \"rankvar\": 3462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1030, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2726, \"group\": [4071.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACAGAGGT\", \"ini\": 2558, \"clust\": 3745, \"rank\": 1345, \"rankvar\": 4514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2727, \"group\": [3743.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTAAATACG\", \"ini\": 2557, \"clust\": 3818, \"rank\": 1460, \"rankvar\": 2750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1032, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2728, \"group\": [3818.0, 715.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACATTAGC\", \"ini\": 2556, \"clust\": 2520, \"rank\": 1450, \"rankvar\": 2932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1033, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1215, \"group\": [2519.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAACGCACC\", \"ini\": 2555, \"clust\": 5129, \"rank\": 2429, \"rankvar\": 589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1034, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4778, \"group\": [5132.0, 1016.0, 163.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAAAGCAAT\", \"ini\": 2554, \"clust\": 2150, \"rank\": 1976, \"rankvar\": 733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1216, \"group\": [2153.0, 363.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGGTACC\", \"ini\": 2553, \"clust\": 2442, \"rank\": 1547, \"rankvar\": 797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1036, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1217, \"group\": [2442.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGTCAGATAAG\", \"ini\": 2552, \"clust\": 3713, \"rank\": 1101, \"rankvar\": 3553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2729, \"group\": [3713.0, 698.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGCATGTG\", \"ini\": 2551, \"clust\": 2750, \"rank\": 1721, \"rankvar\": 2930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1218, \"group\": [2749.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGTGCA\", \"ini\": 2550, \"clust\": 2638, \"rank\": 1402, \"rankvar\": 3047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1219, \"group\": [2638.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTAATGA\", \"ini\": 2549, \"clust\": 4747, \"rank\": 1148, \"rankvar\": 3861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1040, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4779, \"group\": [4746.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTAATCACC\", \"ini\": 2548, \"clust\": 4633, \"rank\": 944, \"rankvar\": 4384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1041, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4780, \"group\": [4635.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGGTGACCA\", \"ini\": 2547, \"clust\": 3139, \"rank\": 1726, \"rankvar\": 1062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1042, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1220, \"group\": [3139.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTCCAGGA\", \"ini\": 2546, \"clust\": 4698, \"rank\": 1668, \"rankvar\": 3762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1043, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4781, \"group\": [4699.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTATTCTC\", \"ini\": 2545, \"clust\": 2746, \"rank\": 1373, \"rankvar\": 1635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1044, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1221, \"group\": [2747.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCATGCTC\", \"ini\": 2544, \"clust\": 2622, \"rank\": 1261, \"rankvar\": 1173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1045, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1222, \"group\": [2625.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGAGCTGCA\", \"ini\": 2543, \"clust\": 2487, \"rank\": 1575, \"rankvar\": 2095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1223, \"group\": [2486.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTACTTGAC\", \"ini\": 2542, \"clust\": 3054, \"rank\": 1802, \"rankvar\": 3802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1047, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1224, \"group\": [3057.0, 414.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGAGCGAG\", \"ini\": 2541, \"clust\": 2720, \"rank\": 1759, \"rankvar\": 772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1225, \"group\": [2727.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGAATCCA\", \"ini\": 2540, \"clust\": 4841, \"rank\": 1508, \"rankvar\": 4223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4782, \"group\": [4841.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGGTAAG\", \"ini\": 2539, \"clust\": 4846, \"rank\": 1634, \"rankvar\": 4078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1050, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4783, \"group\": [4847.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGTTCGATC\", \"ini\": 2538, \"clust\": 4171, \"rank\": 2512, \"rankvar\": 5014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1051, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 70, \"group\": [4168.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTCTGGAGA\", \"ini\": 2537, \"clust\": 2127, \"rank\": 1782, \"rankvar\": 2971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1226, \"group\": [2125.0, 347.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCAGACACTT\", \"ini\": 2536, \"clust\": 2918, \"rank\": 1832, \"rankvar\": 2958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1227, \"group\": [2917.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCTGTACGA\", \"ini\": 2535, \"clust\": 2556, \"rank\": 1361, \"rankvar\": 2773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1054, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1228, \"group\": [2557.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTATCCTA\", \"ini\": 2534, \"clust\": 2530, \"rank\": 1421, \"rankvar\": 2918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1055, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1229, \"group\": [2531.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATGCTTG\", \"ini\": 2533, \"clust\": 4498, \"rank\": 1078, \"rankvar\": 1575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1056, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4784, \"group\": [4501.0, 862.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACCGGAAA\", \"ini\": 2532, \"clust\": 4667, \"rank\": 855, \"rankvar\": 3764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1057, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4785, \"group\": [4669.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCAACCATG\", \"ini\": 2531, \"clust\": 2488, \"rank\": 1653, \"rankvar\": 1935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1230, \"group\": [2487.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGCATCG\", \"ini\": 2530, \"clust\": 3089, \"rank\": 2002, \"rankvar\": 604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1231, \"group\": [3088.0, 419.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACAACGATGG\", \"ini\": 2529, \"clust\": 2560, \"rank\": 1411, \"rankvar\": 2504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1060, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1232, \"group\": [2560.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACAGGAGT\", \"ini\": 2528, \"clust\": 2932, \"rank\": 1817, \"rankvar\": 3831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1233, \"group\": [2933.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATAAGACA\", \"ini\": 2527, \"clust\": 2759, \"rank\": 1434, \"rankvar\": 2771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1234, \"group\": [2758.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCAAGGTAA\", \"ini\": 2526, \"clust\": 2915, \"rank\": 1589, \"rankvar\": 1722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1063, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1235, \"group\": [2913.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTCCTCCAT\", \"ini\": 2525, \"clust\": 2919, \"rank\": 1865, \"rankvar\": 2020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1236, \"group\": [2918.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTTCTGTTT\", \"ini\": 2524, \"clust\": 2755, \"rank\": 1762, \"rankvar\": 1351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1065, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1237, \"group\": [2756.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTGACTCAT\", \"ini\": 2523, \"clust\": 4642, \"rank\": 1360, \"rankvar\": 3878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1066, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4786, \"group\": [4645.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACAGTCGC\", \"ini\": 2522, \"clust\": 2752, \"rank\": 1611, \"rankvar\": 3171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1067, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1238, \"group\": [2751.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGCTCCT\", \"ini\": 2521, \"clust\": 2608, \"rank\": 1313, \"rankvar\": 2830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1068, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1239, \"group\": [2608.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGGACAGAA\", \"ini\": 2520, \"clust\": 4752, \"rank\": 1686, \"rankvar\": 3583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4787, \"group\": [4751.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCGTGTAAGTA\", \"ini\": 2519, \"clust\": 4572, \"rank\": 1566, \"rankvar\": 2644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1070, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4788, \"group\": [4572.0, 873.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACGCATA\", \"ini\": 2518, \"clust\": 2958, \"rank\": 1743, \"rankvar\": 2078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1240, \"group\": [2956.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGCTCTTC\", \"ini\": 2517, \"clust\": 2542, \"rank\": 1403, \"rankvar\": 3702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1072, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1241, \"group\": [2542.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGTGGGTTG\", \"ini\": 2516, \"clust\": 2507, \"rank\": 1447, \"rankvar\": 2571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1073, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1242, \"group\": [2509.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTCGGGTCT\", \"ini\": 2515, \"clust\": 2433, \"rank\": 1470, \"rankvar\": 1985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1074, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1243, \"group\": [2433.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCTGGGCCA\", \"ini\": 2514, \"clust\": 2846, \"rank\": 1766, \"rankvar\": 3137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1244, \"group\": [2844.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACTAGTAC\", \"ini\": 2513, \"clust\": 4270, \"rank\": 3007, \"rankvar\": 5137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1076, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 71, \"group\": [4269.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGCCTCGTG\", \"ini\": 2512, \"clust\": 2136, \"rank\": 1521, \"rankvar\": 347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1245, \"group\": [2139.0, 355.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCATTCACTT\", \"ini\": 2511, \"clust\": 3130, \"rank\": 1709, \"rankvar\": 2847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1078, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1246, \"group\": [3131.0, 439.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTAACGACG\", \"ini\": 2510, \"clust\": 2824, \"rank\": 1518, \"rankvar\": 2593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1247, \"group\": [2825.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGCATGTG\", \"ini\": 2509, \"clust\": 4655, \"rank\": 1254, \"rankvar\": 1665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1080, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4789, \"group\": [4655.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATAAGCA\", \"ini\": 2508, \"clust\": 2612, \"rank\": 1481, \"rankvar\": 1184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1248, \"group\": [2615.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTACGAGT\", \"ini\": 2507, \"clust\": 1570, \"rank\": 1231, \"rankvar\": 360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3118, \"group\": [1571.0, 175.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCCTCAATT\", \"ini\": 2506, \"clust\": 3766, \"rank\": 1684, \"rankvar\": 2982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1083, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2730, \"group\": [3769.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGAGGTG\", \"ini\": 2505, \"clust\": 4837, \"rank\": 1558, \"rankvar\": 3076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1084, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4790, \"group\": [4835.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCTGATTCT\", \"ini\": 2504, \"clust\": 2813, \"rank\": 1640, \"rankvar\": 2882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1085, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1249, \"group\": [2813.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGTCTTACCGC\", \"ini\": 2503, \"clust\": 1587, \"rank\": 638, \"rankvar\": 4324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3119, \"group\": [1588.0, 178.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGCAATTA\", \"ini\": 2502, \"clust\": 4511, \"rank\": 1233, \"rankvar\": 1890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1087, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4791, \"group\": [4511.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTTCTGTTTGT\", \"ini\": 2501, \"clust\": 2832, \"rank\": 1487, \"rankvar\": 2503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1088, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1250, \"group\": [2833.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTTACCAGT\", \"ini\": 2500, \"clust\": 2637, \"rank\": 1587, \"rankvar\": 1277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1251, \"group\": [2640.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCACAGATTC\", \"ini\": 2499, \"clust\": 2611, \"rank\": 1409, \"rankvar\": 3082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1090, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1252, \"group\": [2612.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCATTAACCG\", \"ini\": 2498, \"clust\": 4495, \"rank\": 1647, \"rankvar\": 2096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1091, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4792, \"group\": [4498.0, 861.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTTCCCT\", \"ini\": 2497, \"clust\": 2539, \"rank\": 1562, \"rankvar\": 4191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1253, \"group\": [2539.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCTCCCATTAT\", \"ini\": 2496, \"clust\": 140, \"rank\": 1080, \"rankvar\": 3950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1093, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 235, \"group\": [139.0, 29.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGACAGGCT\", \"ini\": 2495, \"clust\": 3052, \"rank\": 1723, \"rankvar\": 2547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1254, \"group\": [3053.0, 414.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCATGCCG\", \"ini\": 2494, \"clust\": 4650, \"rank\": 1272, \"rankvar\": 3506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1095, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4793, \"group\": [4649.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTTTCGCTC\", \"ini\": 2493, \"clust\": 4666, \"rank\": 869, \"rankvar\": 3984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1096, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4794, \"group\": [4665.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGCGATCCC\", \"ini\": 2492, \"clust\": 1884, \"rank\": 1965, \"rankvar\": 443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1097, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2095, \"group\": [1886.0, 312.0, 54.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTGAGAT\", \"ini\": 2491, \"clust\": 4646, \"rank\": 1620, \"rankvar\": 1591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1098, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4795, \"group\": [4647.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATGCTCC\", \"ini\": 2490, \"clust\": 4196, \"rank\": 2671, \"rankvar\": 4949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 72, \"group\": [4194.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCACATACG\", \"ini\": 2489, \"clust\": 2590, \"rank\": 1622, \"rankvar\": 494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1255, \"group\": [2593.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTCGTGC\", \"ini\": 2488, \"clust\": 3036, \"rank\": 2324, \"rankvar\": 686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1256, \"group\": [3036.0, 410.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAAGAGTCTGG\", \"ini\": 2487, \"clust\": 2845, \"rank\": 1944, \"rankvar\": 2736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1102, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1257, \"group\": [2846.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTGGC\", \"ini\": 2486, \"clust\": 2242, \"rank\": 1613, \"rankvar\": 1755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1258, \"group\": [2242.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACAACA\", \"ini\": 2485, \"clust\": 2238, \"rank\": 1729, \"rankvar\": 711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1259, \"group\": [2236.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCTCAAACG\", \"ini\": 2484, \"clust\": 2038, \"rank\": 1835, \"rankvar\": 400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1260, \"group\": [2038.0, 337.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTATCGCAT\", \"ini\": 2483, \"clust\": 2827, \"rank\": 1694, \"rankvar\": 4017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1106, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1261, \"group\": [2827.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCGCATGAT\", \"ini\": 2482, \"clust\": 2377, \"rank\": 1673, \"rankvar\": 610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1262, \"group\": [2377.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACACTTGGAT\", \"ini\": 2481, \"clust\": 3098, \"rank\": 2109, \"rankvar\": 1799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1263, \"group\": [3099.0, 424.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCCAGGAT\", \"ini\": 2480, \"clust\": 2480, \"rank\": 1643, \"rankvar\": 2749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1109, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1264, \"group\": [2480.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGATCTGCAGTA\", \"ini\": 2479, \"clust\": 2142, \"rank\": 2021, \"rankvar\": 2427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1110, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1265, \"group\": [2142.0, 356.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGCATCTA\", \"ini\": 2478, \"clust\": 2545, \"rank\": 1398, \"rankvar\": 2801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1266, \"group\": [2545.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAGTCGC\", \"ini\": 2477, \"clust\": 2464, \"rank\": 1513, \"rankvar\": 2418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1267, \"group\": [2462.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTCACCTAA\", \"ini\": 2476, \"clust\": 2510, \"rank\": 1318, \"rankvar\": 3924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1268, \"group\": [2511.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTCCCTGA\", \"ini\": 2475, \"clust\": 4843, \"rank\": 1660, \"rankvar\": 4082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1114, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4796, \"group\": [4848.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCATTTCAGG\", \"ini\": 2474, \"clust\": 2386, \"rank\": 1413, \"rankvar\": 2365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1115, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1269, \"group\": [2387.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAGACTTA\", \"ini\": 2473, \"clust\": 2744, \"rank\": 1615, \"rankvar\": 1278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1270, \"group\": [2745.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGCCAAAT\", \"ini\": 2472, \"clust\": 5125, \"rank\": 2240, \"rankvar\": 124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1271, \"group\": [5124.0, 1009.0, 162.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCAGGCTA\", \"ini\": 2471, \"clust\": 2614, \"rank\": 1599, \"rankvar\": 3651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1272, \"group\": [2614.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAATCACAC\", \"ini\": 2470, \"clust\": 2436, \"rank\": 1697, \"rankvar\": 1705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1273, \"group\": [2438.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAAGACACG\", \"ini\": 2469, \"clust\": 2708, \"rank\": 1649, \"rankvar\": 815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1120, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1274, \"group\": [2709.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCACCTTGTC\", \"ini\": 2468, \"clust\": 2537, \"rank\": 1477, \"rankvar\": 2160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1275, \"group\": [2537.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGAGCAATT\", \"ini\": 2467, \"clust\": 2521, \"rank\": 1610, \"rankvar\": 1048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1122, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1276, \"group\": [2525.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTGTCAAG\", \"ini\": 2466, \"clust\": 2833, \"rank\": 1581, \"rankvar\": 3332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1277, \"group\": [2834.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTCCCTTGT\", \"ini\": 2465, \"clust\": 2747, \"rank\": 1747, \"rankvar\": 2676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1278, \"group\": [2748.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCGTCTGCT\", \"ini\": 2464, \"clust\": 2473, \"rank\": 1636, \"rankvar\": 1030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1279, \"group\": [2476.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTTTGGCGC\", \"ini\": 2463, \"clust\": 2312, \"rank\": 1659, \"rankvar\": 1729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1126, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1280, \"group\": [2315.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAATGCCAT\", \"ini\": 2462, \"clust\": 2710, \"rank\": 1863, \"rankvar\": 606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1281, \"group\": [2711.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGCGATCC\", \"ini\": 2461, \"clust\": 4653, \"rank\": 1592, \"rankvar\": 1947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4797, \"group\": [4651.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATTGGTAC\", \"ini\": 2460, \"clust\": 4503, \"rank\": 1263, \"rankvar\": 4258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4798, \"group\": [4504.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTATAGGTA\", \"ini\": 2459, \"clust\": 2702, \"rank\": 1780, \"rankvar\": 2530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1282, \"group\": [2703.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGAAGCAC\", \"ini\": 2458, \"clust\": 2730, \"rank\": 1745, \"rankvar\": 1386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1131, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1283, \"group\": [2729.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCTGAT\", \"ini\": 2457, \"clust\": 4228, \"rank\": 2882, \"rankvar\": 5226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 73, \"group\": [4224.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGTCATTTGGG\", \"ini\": 2456, \"clust\": 4079, \"rank\": 2161, \"rankvar\": 3415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1133, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2731, \"group\": [4080.0, 763.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGCTATA\", \"ini\": 2455, \"clust\": 2229, \"rank\": 2166, \"rankvar\": 2831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1134, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1284, \"group\": [2229.0, 377.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCTGCAAT\", \"ini\": 2454, \"clust\": 3296, \"rank\": 1699, \"rankvar\": 3258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1285, \"group\": [3297.0, 487.0, 69.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGGGTTTCT\", \"ini\": 2453, \"clust\": 2761, \"rank\": 1607, \"rankvar\": 2451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1286, \"group\": [2762.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAATAGAGT\", \"ini\": 2452, \"clust\": 2129, \"rank\": 1923, \"rankvar\": 1354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1287, \"group\": [2133.0, 351.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAAGCCTAT\", \"ini\": 2451, \"clust\": 2173, \"rank\": 1498, \"rankvar\": 2316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1288, \"group\": [2174.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCCGAACGC\", \"ini\": 2450, \"clust\": 4684, \"rank\": 1359, \"rankvar\": 3711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1139, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4799, \"group\": [4687.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCACCTTGTC\", \"ini\": 2449, \"clust\": 2937, \"rank\": 2057, \"rankvar\": 2648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1289, \"group\": [2938.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGAGTCTGG\", \"ini\": 2448, \"clust\": 2288, \"rank\": 1935, \"rankvar\": 2411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1141, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1290, \"group\": [2287.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAAGGACAC\", \"ini\": 2447, \"clust\": 4749, \"rank\": 1520, \"rankvar\": 4336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4800, \"group\": [4748.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTCGCATC\", \"ini\": 2446, \"clust\": 2669, \"rank\": 1885, \"rankvar\": 1565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1291, \"group\": [2672.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGTAAA\", \"ini\": 2445, \"clust\": 2712, \"rank\": 2099, \"rankvar\": 3183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1292, \"group\": [2714.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACATCTTGCATT\", \"ini\": 2444, \"clust\": 2291, \"rank\": 1540, \"rankvar\": 1201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1293, \"group\": [2291.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACGCCAGT\", \"ini\": 2443, \"clust\": 2776, \"rank\": 1820, \"rankvar\": 1202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1294, \"group\": [2776.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACATTGCGGC\", \"ini\": 2442, \"clust\": 3099, \"rank\": 2112, \"rankvar\": 359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1147, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1295, \"group\": [3100.0, 424.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGATGTGGC\", \"ini\": 2441, \"clust\": 1611, \"rank\": 1623, \"rankvar\": 710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3120, \"group\": [1612.0, 184.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTGGTTTCA\", \"ini\": 2440, \"clust\": 2441, \"rank\": 1685, \"rankvar\": 1168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1296, \"group\": [2444.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAACACCTA\", \"ini\": 2439, \"clust\": 2606, \"rank\": 1687, \"rankvar\": 2558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1150, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1297, \"group\": [2607.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCTACCTC\", \"ini\": 2438, \"clust\": 2993, \"rank\": 2098, \"rankvar\": 3754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1298, \"group\": [2993.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAATTCCTT\", \"ini\": 2437, \"clust\": 2809, \"rank\": 2127, \"rankvar\": 3381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1299, \"group\": [2812.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGCGCAA\", \"ini\": 2436, \"clust\": 2434, \"rank\": 1838, \"rankvar\": 1210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1300, \"group\": [2434.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGTAGGTGC\", \"ini\": 2435, \"clust\": 2645, \"rank\": 1725, \"rankvar\": 1465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1301, \"group\": [2646.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCAATCTC\", \"ini\": 2434, \"clust\": 2514, \"rank\": 1842, \"rankvar\": 1589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1302, \"group\": [2514.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTTGTAGA\", \"ini\": 2433, \"clust\": 4910, \"rank\": 1290, \"rankvar\": 4143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1156, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 74, \"group\": [4914.0, 922.0, 146.0, 33.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAAATGTG\", \"ini\": 2432, \"clust\": 3084, \"rank\": 2009, \"rankvar\": 2171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1303, \"group\": [3084.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTACCGCTG\", \"ini\": 2431, \"clust\": 2340, \"rank\": 1742, \"rankvar\": 2589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1304, \"group\": [2340.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCACATGGGA\", \"ini\": 2430, \"clust\": 2523, \"rank\": 1454, \"rankvar\": 2841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1159, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1305, \"group\": [2522.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGATCTGAA\", \"ini\": 2429, \"clust\": 2243, \"rank\": 1849, \"rankvar\": 2791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1306, \"group\": [2244.0, 380.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCGCCTCA\", \"ini\": 2428, \"clust\": 4513, \"rank\": 1406, \"rankvar\": 2307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4801, \"group\": [4513.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGTTTGGT\", \"ini\": 2427, \"clust\": 4547, \"rank\": 1392, \"rankvar\": 3216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4802, \"group\": [4549.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTATTAGCC\", \"ini\": 2426, \"clust\": 3043, \"rank\": 2076, \"rankvar\": 1853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1307, \"group\": [3041.0, 412.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGAGGGATA\", \"ini\": 2425, \"clust\": 2944, \"rank\": 1994, \"rankvar\": 525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1308, \"group\": [2948.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTGAGTATA\", \"ini\": 2424, \"clust\": 2773, \"rank\": 1778, \"rankvar\": 709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1309, \"group\": [2774.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGGCTAGAC\", \"ini\": 2423, \"clust\": 2531, \"rank\": 1572, \"rankvar\": 2335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1310, \"group\": [2532.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTCCTGCTT\", \"ini\": 2422, \"clust\": 2234, \"rank\": 2347, \"rankvar\": 976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1311, \"group\": [2233.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAGACGCCT\", \"ini\": 2421, \"clust\": 2438, \"rank\": 1681, \"rankvar\": 3813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1312, \"group\": [2437.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGTAGTGCG\", \"ini\": 2420, \"clust\": 4573, \"rank\": 1757, \"rankvar\": 3607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4803, \"group\": [4573.0, 873.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTAGAACAATC\", \"ini\": 2419, \"clust\": 2525, \"rank\": 1282, \"rankvar\": 3097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1313, \"group\": [2528.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCGGTGTCG\", \"ini\": 2418, \"clust\": 2471, \"rank\": 1801, \"rankvar\": 4051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1314, \"group\": [2470.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTCAATAG\", \"ini\": 2417, \"clust\": 4053, \"rank\": 1962, \"rankvar\": 1498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1172, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2732, \"group\": [4055.0, 757.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAGCTGGT\", \"ini\": 2416, \"clust\": 2671, \"rank\": 1652, \"rankvar\": 1656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1315, \"group\": [2671.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGCGACC\", \"ini\": 2415, \"clust\": 2541, \"rank\": 1528, \"rankvar\": 1085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1316, \"group\": [2546.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACATTGAGCT\", \"ini\": 2414, \"clust\": 2889, \"rank\": 2115, \"rankvar\": 4243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1317, \"group\": [2893.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCGAATCT\", \"ini\": 2413, \"clust\": 2956, \"rank\": 1824, \"rankvar\": 3205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1318, \"group\": [2957.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCCCTAAT\", \"ini\": 2412, \"clust\": 2292, \"rank\": 1792, \"rankvar\": 1919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1319, \"group\": [2292.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTAACTGG\", \"ini\": 2411, \"clust\": 2336, \"rank\": 1963, \"rankvar\": 3900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1320, \"group\": [2336.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGAGCTC\", \"ini\": 2410, \"clust\": 2836, \"rank\": 1459, \"rankvar\": 2413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1321, \"group\": [2835.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGACGAA\", \"ini\": 2409, \"clust\": 2478, \"rank\": 1489, \"rankvar\": 3507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1322, \"group\": [2485.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGAAACCTA\", \"ini\": 2408, \"clust\": 4505, \"rank\": 1448, \"rankvar\": 3600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1181, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4804, \"group\": [4503.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCTGCC\", \"ini\": 2407, \"clust\": 4523, \"rank\": 1439, \"rankvar\": 3006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1182, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4805, \"group\": [4524.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTCTCTTTA\", \"ini\": 2406, \"clust\": 2774, \"rank\": 1648, \"rankvar\": 663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1323, \"group\": [2775.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTAGAGC\", \"ini\": 2405, \"clust\": 4829, \"rank\": 1410, \"rankvar\": 4319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4806, \"group\": [4827.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGCCGATTT\", \"ini\": 2404, \"clust\": 2338, \"rank\": 1819, \"rankvar\": 1996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1324, \"group\": [2338.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCATTCACT\", \"ini\": 2403, \"clust\": 4651, \"rank\": 1612, \"rankvar\": 2382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1186, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4807, \"group\": [4652.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTCACGGC\", \"ini\": 2402, \"clust\": 2339, \"rank\": 1896, \"rankvar\": 3519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1325, \"group\": [2339.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCATGCAAC\", \"ini\": 2401, \"clust\": 3079, \"rank\": 1883, \"rankvar\": 841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1326, \"group\": [3079.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCGCGTTT\", \"ini\": 2400, \"clust\": 2472, \"rank\": 1580, \"rankvar\": 2525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1327, \"group\": [2471.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCACTAT\", \"ini\": 2399, \"clust\": 5150, \"rank\": 2585, \"rankvar\": 348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1190, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4808, \"group\": [5151.0, 1027.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGTCAGCC\", \"ini\": 2398, \"clust\": 2588, \"rank\": 1918, \"rankvar\": 3979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1328, \"group\": [2588.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATAACCG\", \"ini\": 2397, \"clust\": 1544, \"rank\": 1930, \"rankvar\": 1736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1192, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3025, \"group\": [1543.0, 163.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCGTAGTA\", \"ini\": 2396, \"clust\": 2527, \"rank\": 1510, \"rankvar\": 2627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1329, \"group\": [2527.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTTGCTCCT\", \"ini\": 2395, \"clust\": 2905, \"rank\": 1836, \"rankvar\": 2811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1194, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1330, \"group\": [2905.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCGTCTGCT\", \"ini\": 2394, \"clust\": 3005, \"rank\": 1813, \"rankvar\": 4101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1331, \"group\": [3006.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTCATACTG\", \"ini\": 2393, \"clust\": 4581, \"rank\": 2107, \"rankvar\": 2862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4809, \"group\": [4585.0, 877.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCCCACTTG\", \"ini\": 2392, \"clust\": 2323, \"rank\": 1752, \"rankvar\": 1860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1332, \"group\": [2323.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAAGGCTCC\", \"ini\": 2391, \"clust\": 2267, \"rank\": 1585, \"rankvar\": 3919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1333, \"group\": [2265.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGAACAT\", \"ini\": 2390, \"clust\": 2960, \"rank\": 1901, \"rankvar\": 705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1199, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1334, \"group\": [2962.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCTCTAGC\", \"ini\": 2389, \"clust\": 4816, \"rank\": 1476, \"rankvar\": 4402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4810, \"group\": [4816.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTAGGAGTTGC\", \"ini\": 2388, \"clust\": 4704, \"rank\": 1749, \"rankvar\": 2304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1201, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4811, \"group\": [4704.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTGAAATCA\", \"ini\": 2387, \"clust\": 2695, \"rank\": 1578, \"rankvar\": 685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1335, \"group\": [2697.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGCCACGTC\", \"ini\": 2386, \"clust\": 2236, \"rank\": 1929, \"rankvar\": 2549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1336, \"group\": [2237.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTAATTGGA\", \"ini\": 2385, \"clust\": 2942, \"rank\": 1657, \"rankvar\": 2491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1204, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1337, \"group\": [2942.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTAGATTAG\", \"ini\": 2384, \"clust\": 2551, \"rank\": 1771, \"rankvar\": 1499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1205, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1338, \"group\": [2554.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGCGATG\", \"ini\": 2383, \"clust\": 2185, \"rank\": 2210, \"rankvar\": 3134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1339, \"group\": [2186.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCCGCGCAA\", \"ini\": 2382, \"clust\": 4831, \"rank\": 1683, \"rankvar\": 4024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1207, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4812, \"group\": [4840.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGCTGTTA\", \"ini\": 2381, \"clust\": 2875, \"rank\": 1730, \"rankvar\": 1678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1340, \"group\": [2875.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCAGAGGA\", \"ini\": 2380, \"clust\": 1701, \"rank\": 1676, \"rankvar\": 2799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1341, \"group\": [1702.0, 247.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGAGTCG\", \"ini\": 2379, \"clust\": 3754, \"rank\": 1446, \"rankvar\": 1942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2733, \"group\": [3751.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAATGGAAT\", \"ini\": 2378, \"clust\": 2862, \"rank\": 1882, \"rankvar\": 4013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1342, \"group\": [2862.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGGAACGT\", \"ini\": 2377, \"clust\": 2639, \"rank\": 1706, \"rankvar\": 2793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1343, \"group\": [2639.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAAGCGAGAAA\", \"ini\": 2376, \"clust\": 2717, \"rank\": 1461, \"rankvar\": 3778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1344, \"group\": [2716.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATCTGGTA\", \"ini\": 2375, \"clust\": 4834, \"rank\": 1639, \"rankvar\": 4219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4813, \"group\": [4839.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTCTCCACT\", \"ini\": 2374, \"clust\": 2837, \"rank\": 1735, \"rankvar\": 1559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1345, \"group\": [2836.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGCAAATCA\", \"ini\": 2373, \"clust\": 2133, \"rank\": 2165, \"rankvar\": 409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1216, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1346, \"group\": [2136.0, 353.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAGGAACGT\", \"ini\": 2372, \"clust\": 3746, \"rank\": 1776, \"rankvar\": 3203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1217, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2734, \"group\": [3750.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAGTAGTA\", \"ini\": 2371, \"clust\": 2751, \"rank\": 1876, \"rankvar\": 1147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1347, \"group\": [2750.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGTTCTTT\", \"ini\": 2370, \"clust\": 1496, \"rank\": 1281, \"rankvar\": 4546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1219, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3961, \"group\": [1495.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGGTCA\", \"ini\": 2369, \"clust\": 2364, \"rank\": 1900, \"rankvar\": 615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1348, \"group\": [2368.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGGTGACAAAT\", \"ini\": 2368, \"clust\": 4184, \"rank\": 2779, \"rankvar\": 4958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1221, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 75, \"group\": [4185.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATATCCG\", \"ini\": 2367, \"clust\": 2724, \"rank\": 1967, \"rankvar\": 2024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1349, \"group\": [2722.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGTCTGAA\", \"ini\": 2366, \"clust\": 2304, \"rank\": 1750, \"rankvar\": 2991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1350, \"group\": [2303.0, 386.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGTCTTCC\", \"ini\": 2365, \"clust\": 2553, \"rank\": 1916, \"rankvar\": 1970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1224, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1351, \"group\": [2553.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGATGAGAG\", \"ini\": 2364, \"clust\": 4558, \"rank\": 1847, \"rankvar\": 2123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4814, \"group\": [4559.0, 869.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACACTGCCAG\", \"ini\": 2363, \"clust\": 4744, \"rank\": 2122, \"rankvar\": 4178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1226, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4815, \"group\": [4849.0, 891.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGCTTATCG\", \"ini\": 2362, \"clust\": 4814, \"rank\": 1844, \"rankvar\": 4167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1227, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4816, \"group\": [4812.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGACTGGGT\", \"ini\": 2361, \"clust\": 2254, \"rank\": 2043, \"rankvar\": 682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1352, \"group\": [2255.0, 382.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGTGACCC\", \"ini\": 2360, \"clust\": 2557, \"rank\": 1422, \"rankvar\": 1345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1229, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1353, \"group\": [2558.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGAGACGAA\", \"ini\": 2359, \"clust\": 2447, \"rank\": 1837, \"rankvar\": 3322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1354, \"group\": [2448.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCTCCGTCATC\", \"ini\": 2358, \"clust\": 4832, \"rank\": 1805, \"rankvar\": 2428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1231, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4817, \"group\": [4831.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTCGGATCC\", \"ini\": 2357, \"clust\": 2232, \"rank\": 2139, \"rankvar\": 692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1355, \"group\": [2234.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCCCAAGAT\", \"ini\": 2356, \"clust\": 2640, \"rank\": 1713, \"rankvar\": 2212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1233, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1356, \"group\": [2644.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAGTACCCAAT\", \"ini\": 2355, \"clust\": 2489, \"rank\": 2038, \"rankvar\": 2903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1357, \"group\": [2492.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGAGGGAG\", \"ini\": 2354, \"clust\": 5222, \"rank\": 2557, \"rankvar\": 487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4818, \"group\": [5223.0, 1083.0, 186.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGCACGCCT\", \"ini\": 2353, \"clust\": 2914, \"rank\": 1818, \"rankvar\": 2751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1358, \"group\": [2915.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATCACGG\", \"ini\": 2352, \"clust\": 2465, \"rank\": 2117, \"rankvar\": 2067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1359, \"group\": [2466.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGAATTAC\", \"ini\": 2351, \"clust\": 4556, \"rank\": 1130, \"rankvar\": 2987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4819, \"group\": [4553.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGCAA\", \"ini\": 2350, \"clust\": 3092, \"rank\": 2354, \"rankvar\": 1600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1360, \"group\": [3092.0, 421.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACAGGTCCAC\", \"ini\": 2349, \"clust\": 4663, \"rank\": 1500, \"rankvar\": 3398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1240, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4820, \"group\": [4670.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCACCTCGTT\", \"ini\": 2348, \"clust\": 4193, \"rank\": 2614, \"rankvar\": 4585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1241, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 76, \"group\": [4193.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTTCCACTC\", \"ini\": 2347, \"clust\": 3704, \"rank\": 2153, \"rankvar\": 3907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1242, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2735, \"group\": [3703.0, 693.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCCAAATGC\", \"ini\": 2346, \"clust\": 2483, \"rank\": 1523, \"rankvar\": 1454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1243, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1361, \"group\": [2483.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCACAACGT\", \"ini\": 2345, \"clust\": 2141, \"rank\": 2154, \"rankvar\": 3244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1362, \"group\": [2141.0, 356.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCATTAT\", \"ini\": 2344, \"clust\": 2580, \"rank\": 1791, \"rankvar\": 3557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1363, \"group\": [2579.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTGGCGAAT\", \"ini\": 2343, \"clust\": 1905, \"rank\": 1969, \"rankvar\": 2101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1364, \"group\": [1905.0, 322.0, 58.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAACACCTA\", \"ini\": 2342, \"clust\": 3146, \"rank\": 2535, \"rankvar\": 328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1247, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1365, \"group\": [3148.0, 445.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAACACAGGTTT\", \"ini\": 2341, \"clust\": 1488, \"rank\": 1532, \"rankvar\": 4127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3962, \"group\": [1492.0, 145.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCCAACAACCT\", \"ini\": 2340, \"clust\": 2538, \"rank\": 1644, \"rankvar\": 1902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1366, \"group\": [2538.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCAAGCCTA\", \"ini\": 2339, \"clust\": 2165, \"rank\": 1974, \"rankvar\": 3038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1250, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1367, \"group\": [2168.0, 367.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGGGATGGG\", \"ini\": 2338, \"clust\": 2745, \"rank\": 1712, \"rankvar\": 2089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1368, \"group\": [2746.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCTTGCCGT\", \"ini\": 2337, \"clust\": 2318, \"rank\": 1866, \"rankvar\": 889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1252, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1369, \"group\": [2317.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAAATTGCC\", \"ini\": 2336, \"clust\": 3034, \"rank\": 2377, \"rankvar\": 195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1370, \"group\": [3037.0, 410.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCCTCAGT\", \"ini\": 2335, \"clust\": 2821, \"rank\": 1665, \"rankvar\": 3221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1371, \"group\": [2822.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCGACTGC\", \"ini\": 2334, \"clust\": 2187, \"rank\": 2237, \"rankvar\": 3412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1372, \"group\": [2188.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCATCTACGA\", \"ini\": 2333, \"clust\": 4205, \"rank\": 2799, \"rankvar\": 4883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1256, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 77, \"group\": [4200.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGAGGT\", \"ini\": 2332, \"clust\": 2757, \"rank\": 1957, \"rankvar\": 1195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1373, \"group\": [2759.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGAGGGATA\", \"ini\": 2331, \"clust\": 4823, \"rank\": 1226, \"rankvar\": 4423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1258, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4821, \"group\": [4822.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTCGAATC\", \"ini\": 2330, \"clust\": 4561, \"rank\": 1270, \"rankvar\": 4391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4822, \"group\": [4560.0, 870.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCAGTGGA\", \"ini\": 2329, \"clust\": 3087, \"rank\": 2522, \"rankvar\": 1760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1374, \"group\": [3091.0, 420.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTTCCCTTG\", \"ini\": 2328, \"clust\": 3070, \"rank\": 2251, \"rankvar\": 1959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1261, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1375, \"group\": [3070.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCCTTCAAT\", \"ini\": 2327, \"clust\": 3090, \"rank\": 2395, \"rankvar\": 511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1376, \"group\": [3089.0, 419.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCGAATGGG\", \"ini\": 2326, \"clust\": 4090, \"rank\": 1942, \"rankvar\": 3921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1263, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2736, \"group\": [4092.0, 766.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACATGGTCTA\", \"ini\": 2325, \"clust\": 2738, \"rank\": 1978, \"rankvar\": 1414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1377, \"group\": [2741.0, 401.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTGCCTTGG\", \"ini\": 2324, \"clust\": 2965, \"rank\": 2215, \"rankvar\": 1686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1378, \"group\": [2966.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCGTCTGCT\", \"ini\": 2323, \"clust\": 2547, \"rank\": 1602, \"rankvar\": 2574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1379, \"group\": [2547.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGGCCATAG\", \"ini\": 2322, \"clust\": 3030, \"rank\": 2163, \"rankvar\": 947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1380, \"group\": [3031.0, 409.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCTAAAGA\", \"ini\": 2321, \"clust\": 4492, \"rank\": 1886, \"rankvar\": 4179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4823, \"group\": [4492.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGCATGAG\", \"ini\": 2320, \"clust\": 4582, \"rank\": 2438, \"rankvar\": 1753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4824, \"group\": [4584.0, 877.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGCACACAG\", \"ini\": 2319, \"clust\": 2922, \"rank\": 2093, \"rankvar\": 1620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1270, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1381, \"group\": [2925.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGTGATTA\", \"ini\": 2318, \"clust\": 2535, \"rank\": 1767, \"rankvar\": 2580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1382, \"group\": [2534.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCAAACAAG\", \"ini\": 2317, \"clust\": 3776, \"rank\": 1856, \"rankvar\": 2270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1272, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2737, \"group\": [3779.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGCTAGTCT\", \"ini\": 2316, \"clust\": 2881, \"rank\": 1893, \"rankvar\": 904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1273, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1383, \"group\": [2882.0, 405.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCGCGAAA\", \"ini\": 2315, \"clust\": 5175, \"rank\": 2463, \"rankvar\": 751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1274, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1384, \"group\": [5179.0, 1049.0, 171.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCACTCCTG\", \"ini\": 2314, \"clust\": 2715, \"rank\": 1979, \"rankvar\": 3114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1385, \"group\": [2719.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGGTATCG\", \"ini\": 2313, \"clust\": 3327, \"rank\": 2615, \"rankvar\": 837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1276, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1386, \"group\": [3326.0, 506.0, 75.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGCTGCCCA\", \"ini\": 2312, \"clust\": 2066, \"rank\": 1825, \"rankvar\": 397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1387, \"group\": [2067.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCACTCGACG\", \"ini\": 2311, \"clust\": 2529, \"rank\": 1695, \"rankvar\": 2210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1388, \"group\": [2530.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTTACGGG\", \"ini\": 2310, \"clust\": 2970, \"rank\": 2203, \"rankvar\": 1371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1389, \"group\": [2971.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCATCGTCGG\", \"ini\": 2309, \"clust\": 2753, \"rank\": 1982, \"rankvar\": 2390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1390, \"group\": [2752.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGTGGAGTC\", \"ini\": 2308, \"clust\": 4289, \"rank\": 3042, \"rankvar\": 4547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1281, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 78, \"group\": [4291.0, 798.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAAGCGAGT\", \"ini\": 2307, \"clust\": 2910, \"rank\": 2011, \"rankvar\": 1839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1391, \"group\": [2910.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGGCAGTA\", \"ini\": 2306, \"clust\": 4191, \"rank\": 2737, \"rankvar\": 5020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1283, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 79, \"group\": [4186.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCAAAGACA\", \"ini\": 2305, \"clust\": 4804, \"rank\": 2135, \"rankvar\": 3854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1284, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4825, \"group\": [4803.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTGTTTGC\", \"ini\": 2304, \"clust\": 2184, \"rank\": 2190, \"rankvar\": 1391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1392, \"group\": [2185.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGGACG\", \"ini\": 2303, \"clust\": 2439, \"rank\": 1268, \"rankvar\": 3991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1393, \"group\": [2440.0, 398.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCGGAGCAA\", \"ini\": 2302, \"clust\": 2722, \"rank\": 2130, \"rankvar\": 1507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1394, \"group\": [2723.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGGATCT\", \"ini\": 2301, \"clust\": 2930, \"rank\": 2092, \"rankvar\": 3373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1395, \"group\": [2929.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGAGGCTA\", \"ini\": 2300, \"clust\": 3731, \"rank\": 1458, \"rankvar\": 4107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2738, \"group\": [3738.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCATGCTGGC\", \"ini\": 2299, \"clust\": 3081, \"rank\": 2088, \"rankvar\": 1421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1290, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1396, \"group\": [3081.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTAACCGA\", \"ini\": 2298, \"clust\": 2963, \"rank\": 2149, \"rankvar\": 3489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1397, \"group\": [2964.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCAGCATGAG\", \"ini\": 2297, \"clust\": 2912, \"rank\": 2087, \"rankvar\": 1706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1398, \"group\": [2922.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTCCGT\", \"ini\": 2296, \"clust\": 3071, \"rank\": 2265, \"rankvar\": 2255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1293, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1399, \"group\": [3071.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACAAGCCCAC\", \"ini\": 2295, \"clust\": 2327, \"rank\": 1949, \"rankvar\": 872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1400, \"group\": [2327.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAAAGG\", \"ini\": 2294, \"clust\": 3755, \"rank\": 1631, \"rankvar\": 2087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1295, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2739, \"group\": [3752.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCAAGAAGT\", \"ini\": 2293, \"clust\": 3726, \"rank\": 1539, \"rankvar\": 3499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2740, \"group\": [3726.0, 701.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTAAGGCTAGCA\", \"ini\": 2292, \"clust\": 4936, \"rank\": 1677, \"rankvar\": 2423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3121, \"group\": [4937.0, 936.0, 149.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCAACACCA\", \"ini\": 2291, \"clust\": 4185, \"rank\": 2764, \"rankvar\": 4999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1298, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 80, \"group\": [4181.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCACTGGGC\", \"ini\": 2290, \"clust\": 2728, \"rank\": 1878, \"rankvar\": 1392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1299, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1401, \"group\": [2730.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGAGCTATA\", \"ini\": 2289, \"clust\": 4824, \"rank\": 1661, \"rankvar\": 3736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4826, \"group\": [4823.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCAACGGGA\", \"ini\": 2288, \"clust\": 4181, \"rank\": 2928, \"rankvar\": 5055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1301, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 81, \"group\": [4178.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCATGCATGT\", \"ini\": 2287, \"clust\": 2945, \"rank\": 1764, \"rankvar\": 3154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1402, \"group\": [2947.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCTATGTGG\", \"ini\": 2286, \"clust\": 2913, \"rank\": 1704, \"rankvar\": 2679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1403, \"group\": [2916.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGCACCGCT\", \"ini\": 2285, \"clust\": 2668, \"rank\": 1924, \"rankvar\": 2552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1304, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1404, \"group\": [2669.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAATTCCTT\", \"ini\": 2284, \"clust\": 2589, \"rank\": 1772, \"rankvar\": 1730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1405, \"group\": [2589.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGTCGCCGT\", \"ini\": 2283, \"clust\": 1562, \"rank\": 1299, \"rankvar\": 1403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3122, \"group\": [1564.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCAGATAA\", \"ini\": 2282, \"clust\": 4567, \"rank\": 2188, \"rankvar\": 907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1307, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4827, \"group\": [4568.0, 872.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTGGAAAGA\", \"ini\": 2281, \"clust\": 2476, \"rank\": 1736, \"rankvar\": 1826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1406, \"group\": [2477.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCCATTAT\", \"ini\": 2280, \"clust\": 2855, \"rank\": 1931, \"rankvar\": 3884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1407, \"group\": [2854.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCCTTTC\", \"ini\": 2279, \"clust\": 2625, \"rank\": 1795, \"rankvar\": 802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1310, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1408, \"group\": [2628.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGCTCCCAG\", \"ini\": 2278, \"clust\": 2469, \"rank\": 1830, \"rankvar\": 2261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1409, \"group\": [2473.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGACAATAC\", \"ini\": 2277, \"clust\": 3067, \"rank\": 2078, \"rankvar\": 2979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1410, \"group\": [3067.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAACAAGTTGTC\", \"ini\": 2276, \"clust\": 2324, \"rank\": 2063, \"rankvar\": 1331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1411, \"group\": [2324.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCGCGTTTC\", \"ini\": 2275, \"clust\": 4855, \"rank\": 1870, \"rankvar\": 3149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4828, \"group\": [4855.0, 894.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAGCTTAAC\", \"ini\": 2274, \"clust\": 2424, \"rank\": 2034, \"rankvar\": 1493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1412, \"group\": [2425.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTGTGTGCC\", \"ini\": 2273, \"clust\": 3770, \"rank\": 1707, \"rankvar\": 4104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1316, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2741, \"group\": [3772.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAATTGGA\", \"ini\": 2272, \"clust\": 2603, \"rank\": 1985, \"rankvar\": 2484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1317, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1413, \"group\": [2603.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCGTGAC\", \"ini\": 2271, \"clust\": 4609, \"rank\": 2004, \"rankvar\": 941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1318, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4829, \"group\": [4609.0, 882.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCCTGACT\", \"ini\": 2270, \"clust\": 2293, \"rank\": 2047, \"rankvar\": 1153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1414, \"group\": [2296.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAAGCGCTC\", \"ini\": 2269, \"clust\": 3045, \"rank\": 2396, \"rankvar\": 993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1415, \"group\": [3047.0, 412.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTTATCACG\", \"ini\": 2268, \"clust\": 2445, \"rank\": 1926, \"rankvar\": 758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1416, \"group\": [2445.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCCACGTTC\", \"ini\": 2267, \"clust\": 3710, \"rank\": 1911, \"rankvar\": 1456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2742, \"group\": [3710.0, 696.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGCCAT\", \"ini\": 2266, \"clust\": 2358, \"rank\": 1586, \"rankvar\": 3194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1417, \"group\": [2359.0, 394.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCACCATGTA\", \"ini\": 2265, \"clust\": 4863, \"rank\": 2226, \"rankvar\": 2807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1324, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4830, \"group\": [4861.0, 897.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGCCATCGC\", \"ini\": 2264, \"clust\": 1608, \"rank\": 2044, \"rankvar\": 660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3123, \"group\": [1611.0, 183.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTTCTGAAC\", \"ini\": 2263, \"clust\": 2859, \"rank\": 1999, \"rankvar\": 1188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1418, \"group\": [2860.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCCGAG\", \"ini\": 2262, \"clust\": 1595, \"rank\": 1208, \"rankvar\": 2152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3124, \"group\": [1596.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCTCAACTT\", \"ini\": 2261, \"clust\": 2604, \"rank\": 1867, \"rankvar\": 2519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1419, \"group\": [2604.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTACGTAA\", \"ini\": 2260, \"clust\": 2381, \"rank\": 1921, \"rankvar\": 3127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1329, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1420, \"group\": [2382.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGGAATCGC\", \"ini\": 2259, \"clust\": 4852, \"rank\": 1559, \"rankvar\": 3510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1330, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4831, \"group\": [4853.0, 893.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCCGAATGT\", \"ini\": 2258, \"clust\": 4170, \"rank\": 2417, \"rankvar\": 4177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1331, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 82, \"group\": [4170.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGGCAATTA\", \"ini\": 2257, \"clust\": 4206, \"rank\": 2750, \"rankvar\": 4959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1332, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 83, \"group\": [4201.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCTCTTATG\", \"ini\": 2256, \"clust\": 4803, \"rank\": 2296, \"rankvar\": 3706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4832, \"group\": [4805.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGTTGACA\", \"ini\": 2255, \"clust\": 2714, \"rank\": 2186, \"rankvar\": 3619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1421, \"group\": [2713.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCGCTTAGA\", \"ini\": 2254, \"clust\": 2990, \"rank\": 2053, \"rankvar\": 3933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1335, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1422, \"group\": [2992.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTAGTAGTA\", \"ini\": 2253, \"clust\": 4817, \"rank\": 1922, \"rankvar\": 4043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1336, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4833, \"group\": [4817.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTAATCACC\", \"ini\": 2252, \"clust\": 4692, \"rank\": 2042, \"rankvar\": 4591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1337, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4834, \"group\": [4695.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGCTGTTCA\", \"ini\": 2251, \"clust\": 2178, \"rank\": 2335, \"rankvar\": 916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1423, \"group\": [2183.0, 370.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCATCGATG\", \"ini\": 2250, \"clust\": 2916, \"rank\": 1861, \"rankvar\": 2664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1424, \"group\": [2914.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCCAGAA\", \"ini\": 2249, \"clust\": 2446, \"rank\": 1815, \"rankvar\": 2772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1425, \"group\": [2446.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATCAGTAC\", \"ini\": 2248, \"clust\": 2272, \"rank\": 1598, \"rankvar\": 3421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1426, \"group\": [2271.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGGAGCGTT\", \"ini\": 2247, \"clust\": 4186, \"rank\": 2862, \"rankvar\": 4990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1342, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 84, \"group\": [4182.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGAACTGT\", \"ini\": 2246, \"clust\": 2332, \"rank\": 2513, \"rankvar\": 1274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1427, \"group\": [2346.0, 390.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGTGGGAA\", \"ini\": 2245, \"clust\": 2860, \"rank\": 2129, \"rankvar\": 3029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1344, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1428, \"group\": [2861.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCAACGGT\", \"ini\": 2244, \"clust\": 2816, \"rank\": 2017, \"rankvar\": 3842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1345, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1429, \"group\": [2816.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCAACCATG\", \"ini\": 2243, \"clust\": 2549, \"rank\": 1714, \"rankvar\": 2923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1430, \"group\": [2549.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGGCTTCC\", \"ini\": 2242, \"clust\": 2940, \"rank\": 1958, \"rankvar\": 2545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1431, \"group\": [2940.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTATCGGT\", \"ini\": 2241, \"clust\": 4753, \"rank\": 2018, \"rankvar\": 3280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1348, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4835, \"group\": [4752.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATCCGAT\", \"ini\": 2240, \"clust\": 2634, \"rank\": 1797, \"rankvar\": 2104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1432, \"group\": [2634.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACAACTGCGC\", \"ini\": 2239, \"clust\": 1497, \"rank\": 1618, \"rankvar\": 4033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1350, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3963, \"group\": [1496.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGGGAGAG\", \"ini\": 2238, \"clust\": 2517, \"rank\": 1641, \"rankvar\": 3129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1433, \"group\": [2517.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTACAA\", \"ini\": 2237, \"clust\": 2114, \"rank\": 1765, \"rankvar\": 296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1352, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1434, \"group\": [2120.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTCAGAAGC\", \"ini\": 2236, \"clust\": 4553, \"rank\": 1133, \"rankvar\": 3720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4836, \"group\": [4551.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTCCCTACT\", \"ini\": 2235, \"clust\": 3759, \"rank\": 1952, \"rankvar\": 4635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1354, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2743, \"group\": [3759.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCCGTTAA\", \"ini\": 2234, \"clust\": 3044, \"rank\": 2052, \"rankvar\": 2207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1435, \"group\": [3042.0, 412.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGTTCGCGC\", \"ini\": 2233, \"clust\": 2132, \"rank\": 2050, \"rankvar\": 2027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1436, \"group\": [2131.0, 351.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGAGTGACC\", \"ini\": 2232, \"clust\": 2046, \"rank\": 1794, \"rankvar\": 1426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1437, \"group\": [2051.0, 340.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACAGATGAGC\", \"ini\": 2231, \"clust\": 4253, \"rank\": 2899, \"rankvar\": 4965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1358, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 85, \"group\": [4253.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGTGGGTTG\", \"ini\": 2230, \"clust\": 2276, \"rank\": 2013, \"rankvar\": 3760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1438, \"group\": [2280.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTCGTTTG\", \"ini\": 2229, \"clust\": 2466, \"rank\": 2158, \"rankvar\": 2357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1439, \"group\": [2467.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAATGGATA\", \"ini\": 2228, \"clust\": 2490, \"rank\": 1989, \"rankvar\": 3051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1440, \"group\": [2490.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGTACTCT\", \"ini\": 2227, \"clust\": 1907, \"rank\": 1724, \"rankvar\": 1431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1441, \"group\": [1908.0, 324.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGTCTGCGACG\", \"ini\": 2226, \"clust\": 2966, \"rank\": 2029, \"rankvar\": 1330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1363, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1442, \"group\": [2967.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTCGGACG\", \"ini\": 2225, \"clust\": 2484, \"rank\": 2037, \"rankvar\": 2303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1443, \"group\": [2484.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCTTACCGC\", \"ini\": 2224, \"clust\": 2281, \"rank\": 1977, \"rankvar\": 2018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1444, \"group\": [2281.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTACTTCTT\", \"ini\": 2223, \"clust\": 2921, \"rank\": 2106, \"rankvar\": 2997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1445, \"group\": [2920.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGTAAGTA\", \"ini\": 2222, \"clust\": 3769, \"rank\": 1788, \"rankvar\": 3061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2744, \"group\": [3767.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAAGGAG\", \"ini\": 2221, \"clust\": 4549, \"rank\": 1292, \"rankvar\": 4346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4837, \"group\": [4546.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCTTTCCTC\", \"ini\": 2220, \"clust\": 2883, \"rank\": 2171, \"rankvar\": 938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1446, \"group\": [2884.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCTACCTC\", \"ini\": 2219, \"clust\": 4842, \"rank\": 2257, \"rankvar\": 2896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4838, \"group\": [4842.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGTTGAGG\", \"ini\": 2218, \"clust\": 3032, \"rank\": 2325, \"rankvar\": 755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1371, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1447, \"group\": [3032.0, 409.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCTTGTACT\", \"ini\": 2217, \"clust\": 2444, \"rank\": 2126, \"rankvar\": 1557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1448, \"group\": [2447.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTTTGCC\", \"ini\": 2216, \"clust\": 2952, \"rank\": 2089, \"rankvar\": 2851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1449, \"group\": [2958.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCAGTCTTCC\", \"ini\": 2215, \"clust\": 3783, \"rank\": 2100, \"rankvar\": 3584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2745, \"group\": [3782.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGACTCAT\", \"ini\": 2214, \"clust\": 2777, \"rank\": 2059, \"rankvar\": 1292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1450, \"group\": [2777.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCGGACAAG\", \"ini\": 2213, \"clust\": 4635, \"rank\": 1412, \"rankvar\": 3804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4839, \"group\": [4632.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCAGGTAAA\", \"ini\": 2212, \"clust\": 3695, \"rank\": 2787, \"rankvar\": 2846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1377, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4326, \"group\": [3695.0, 686.0, 113.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTGGGTCAA\", \"ini\": 2211, \"clust\": 2504, \"rank\": 2077, \"rankvar\": 919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1451, \"group\": [2503.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGACACTAA\", \"ini\": 2210, \"clust\": 2857, \"rank\": 2156, \"rankvar\": 3317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1452, \"group\": [2857.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCCGTCATC\", \"ini\": 2209, \"clust\": 2467, \"rank\": 2189, \"rankvar\": 975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1380, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1453, \"group\": [2468.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATCTGCA\", \"ini\": 2208, \"clust\": 2838, \"rank\": 2108, \"rankvar\": 1848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1454, \"group\": [2840.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCACGCATA\", \"ini\": 2207, \"clust\": 4508, \"rank\": 2033, \"rankvar\": 3188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4840, \"group\": [4507.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACACTGCG\", \"ini\": 2206, \"clust\": 4264, \"rank\": 2956, \"rankvar\": 4941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1383, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 86, \"group\": [4261.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTACTCGCG\", \"ini\": 2205, \"clust\": 2926, \"rank\": 2137, \"rankvar\": 3416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1384, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1455, \"group\": [2928.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTAGTGTACCT\", \"ini\": 2204, \"clust\": 2503, \"rank\": 2220, \"rankvar\": 2437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1456, \"group\": [2505.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGTGATCGG\", \"ini\": 2203, \"clust\": 3640, \"rank\": 1135, \"rankvar\": 2617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1386, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2746, \"group\": [3639.0, 655.0, 106.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCATGTCCTC\", \"ini\": 2202, \"clust\": 2743, \"rank\": 1991, \"rankvar\": 557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1457, \"group\": [2743.0, 402.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGCCTTGAT\", \"ini\": 2201, \"clust\": 2368, \"rank\": 1948, \"rankvar\": 2004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1458, \"group\": [2375.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAGACAAAT\", \"ini\": 2200, \"clust\": 4612, \"rank\": 1872, \"rankvar\": 2796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1389, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4841, \"group\": [4612.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGGATATAC\", \"ini\": 2199, \"clust\": 2924, \"rank\": 2234, \"rankvar\": 1373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1390, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1459, \"group\": [2924.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAAGCCCAC\", \"ini\": 2198, \"clust\": 2828, \"rank\": 2140, \"rankvar\": 2870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1460, \"group\": [2828.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTTCCACGG\", \"ini\": 2197, \"clust\": 2748, \"rank\": 2143, \"rankvar\": 2754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1461, \"group\": [2754.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCATGTGGT\", \"ini\": 2196, \"clust\": 2961, \"rank\": 2178, \"rankvar\": 1647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1462, \"group\": [2960.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTAAATGAC\", \"ini\": 2195, \"clust\": 1602, \"rank\": 1079, \"rankvar\": 2306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1394, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3125, \"group\": [1603.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCAGTGTTG\", \"ini\": 2194, \"clust\": 3147, \"rank\": 2715, \"rankvar\": 864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1395, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1463, \"group\": [3146.0, 444.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCATGGCA\", \"ini\": 2193, \"clust\": 2460, \"rank\": 2066, \"rankvar\": 3204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1464, \"group\": [2465.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTTGCCGT\", \"ini\": 2192, \"clust\": 4656, \"rank\": 1401, \"rankvar\": 3464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1397, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4842, \"group\": [4656.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGCGAAA\", \"ini\": 2191, \"clust\": 4146, \"rank\": 2468, \"rankvar\": 4407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1398, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 87, \"group\": [4147.0, 784.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCAGTGTTGAA\", \"ini\": 2190, \"clust\": 2939, \"rank\": 2141, \"rankvar\": 602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1465, \"group\": [2944.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTCGATT\", \"ini\": 2189, \"clust\": 4255, \"rank\": 3028, \"rankvar\": 5155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1400, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 88, \"group\": [4252.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGCAAGACGTG\", \"ini\": 2188, \"clust\": 4276, \"rank\": 2885, \"rankvar\": 3144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1401, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 89, \"group\": [4278.0, 792.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTATAAACG\", \"ini\": 2187, \"clust\": 45, \"rank\": 1727, \"rankvar\": 4881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1402, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5212, \"group\": [46.0, 14.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAAG\", \"ini\": 2186, \"clust\": 3641, \"rank\": 1132, \"rankvar\": 3096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1403, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2747, \"group\": [3640.0, 655.0, 106.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCGCAAACT\", \"ini\": 2185, \"clust\": 3065, \"rank\": 2072, \"rankvar\": 2832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1404, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1466, \"group\": [3066.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAGACACTT\", \"ini\": 2184, \"clust\": 2856, \"rank\": 2246, \"rankvar\": 1762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1467, \"group\": [2859.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGGCCA\", \"ini\": 2183, \"clust\": 2509, \"rank\": 1899, \"rankvar\": 2361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1468, \"group\": [2508.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCATAGCAC\", \"ini\": 2182, \"clust\": 4197, \"rank\": 2919, \"rankvar\": 5081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1407, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 90, \"group\": [4195.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATGGAATA\", \"ini\": 2181, \"clust\": 2866, \"rank\": 2032, \"rankvar\": 1315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1469, \"group\": [2867.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGGTAGCTAAA\", \"ini\": 2180, \"clust\": 2829, \"rank\": 2003, \"rankvar\": 2643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1470, \"group\": [2829.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGCAGTTCATG\", \"ini\": 2179, \"clust\": 2636, \"rank\": 2055, \"rankvar\": 2952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1471, \"group\": [2637.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCTCACCCTCA\", \"ini\": 2178, \"clust\": 3752, \"rank\": 2031, \"rankvar\": 2986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2748, \"group\": [3754.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGGGTGTTG\", \"ini\": 2177, \"clust\": 3764, \"rank\": 2168, \"rankvar\": 2723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2749, \"group\": [3763.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGAGGGCTT\", \"ini\": 2176, \"clust\": 2550, \"rank\": 2102, \"rankvar\": 1815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1472, \"group\": [2550.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGTAGAGC\", \"ini\": 2175, \"clust\": 2174, \"rank\": 2090, \"rankvar\": 1969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1414, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1473, \"group\": [2175.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCAGACTG\", \"ini\": 2174, \"clust\": 1661, \"rank\": 2289, \"rankvar\": 2305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1415, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1474, \"group\": [1662.0, 222.0, 43.0, 12.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTCATCGATTG\", \"ini\": 2173, \"clust\": 2727, \"rank\": 2268, \"rankvar\": 1981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1416, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1475, \"group\": [2731.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCACTGTTAG\", \"ini\": 2172, \"clust\": 2592, \"rank\": 1692, \"rankvar\": 1948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1417, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1476, \"group\": [2592.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGGAACGG\", \"ini\": 2171, \"clust\": 2584, \"rank\": 1981, \"rankvar\": 1639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1477, \"group\": [2583.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAAATTGCC\", \"ini\": 2170, \"clust\": 2443, \"rank\": 1968, \"rankvar\": 1742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1478, \"group\": [2443.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAGTTGGC\", \"ini\": 2169, \"clust\": 2911, \"rank\": 2373, \"rankvar\": 1489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1420, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1479, \"group\": [2911.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAGCGATG\", \"ini\": 2168, \"clust\": 2983, \"rank\": 2379, \"rankvar\": 1225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1480, \"group\": [2983.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACAAACC\", \"ini\": 2167, \"clust\": 2543, \"rank\": 1990, \"rankvar\": 2715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1481, \"group\": [2543.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACTGAAGG\", \"ini\": 2166, \"clust\": 2925, \"rank\": 2241, \"rankvar\": 3088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1482, \"group\": [2932.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGACTAGAT\", \"ini\": 2165, \"clust\": 1566, \"rank\": 1357, \"rankvar\": 3661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3126, \"group\": [1566.0, 174.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCAGTAGT\", \"ini\": 2164, \"clust\": 3324, \"rank\": 2581, \"rankvar\": 1246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1483, \"group\": [3324.0, 505.0, 75.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTGCCCTA\", \"ini\": 2163, \"clust\": 4172, \"rank\": 2806, \"rankvar\": 4795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1426, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 91, \"group\": [4169.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGAGCCTAG\", \"ini\": 2162, \"clust\": 2524, \"rank\": 1696, \"rankvar\": 1419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1484, \"group\": [2523.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATCATCCC\", \"ini\": 2161, \"clust\": 2964, \"rank\": 2313, \"rankvar\": 939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1485, \"group\": [2965.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGGTGTTAA\", \"ini\": 2160, \"clust\": 2134, \"rank\": 2380, \"rankvar\": 1214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1486, \"group\": [2134.0, 352.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATACGCT\", \"ini\": 2159, \"clust\": 3778, \"rank\": 2070, \"rankvar\": 2282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1430, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2750, \"group\": [3776.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTCAAACTC\", \"ini\": 2158, \"clust\": 2995, \"rank\": 2233, \"rankvar\": 399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1487, \"group\": [2995.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTCCACTC\", \"ini\": 2157, \"clust\": 2891, \"rank\": 2172, \"rankvar\": 1505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1488, \"group\": [2891.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTATAGTAG\", \"ini\": 2156, \"clust\": 2835, \"rank\": 2020, \"rankvar\": 1779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1489, \"group\": [2837.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCACGTGG\", \"ini\": 2155, \"clust\": 4496, \"rank\": 2008, \"rankvar\": 3843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4843, \"group\": [4496.0, 861.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACGGTGTC\", \"ini\": 2154, \"clust\": 2959, \"rank\": 2333, \"rankvar\": 1069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1490, \"group\": [2963.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTTCAGTAC\", \"ini\": 2153, \"clust\": 2248, \"rank\": 2239, \"rankvar\": 767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1491, \"group\": [2249.0, 381.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGAGGAA\", \"ini\": 2152, \"clust\": 3082, \"rank\": 2399, \"rankvar\": 1907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1492, \"group\": [3085.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGTGTTAGA\", \"ini\": 2151, \"clust\": 4830, \"rank\": 1894, \"rankvar\": 4115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1438, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4844, \"group\": [4828.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCACACCACGTG\", \"ini\": 2150, \"clust\": 2949, \"rank\": 2005, \"rankvar\": 1288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1493, \"group\": [2951.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAGGTCCAC\", \"ini\": 2149, \"clust\": 2929, \"rank\": 2327, \"rankvar\": 2229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1494, \"group\": [2931.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCGGACAAG\", \"ini\": 2148, \"clust\": 2135, \"rank\": 2151, \"rankvar\": 1299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1441, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1495, \"group\": [2135.0, 352.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGAAACCGC\", \"ini\": 2147, \"clust\": 2454, \"rank\": 2175, \"rankvar\": 3488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1496, \"group\": [2453.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCACCCAGTG\", \"ini\": 2146, \"clust\": 3068, \"rank\": 2269, \"rankvar\": 4274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1443, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1497, \"group\": [3068.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTGTTGAGG\", \"ini\": 2145, \"clust\": 2997, \"rank\": 2091, \"rankvar\": 1703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1444, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1498, \"group\": [2998.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGCCAGTTT\", \"ini\": 2144, \"clust\": 2971, \"rank\": 2132, \"rankvar\": 2809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1499, \"group\": [2974.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTCCAGTAT\", \"ini\": 2143, \"clust\": 3062, \"rank\": 2310, \"rankvar\": 2620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1500, \"group\": [3061.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACTCAGAGCTT\", \"ini\": 2142, \"clust\": 4706, \"rank\": 1889, \"rankvar\": 2490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4845, \"group\": [4706.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCAGAAATG\", \"ini\": 2141, \"clust\": 3050, \"rank\": 2590, \"rankvar\": 2057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1501, \"group\": [3051.0, 413.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCGGATCA\", \"ini\": 2140, \"clust\": 1571, \"rank\": 1717, \"rankvar\": 1095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3127, \"group\": [1572.0, 175.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACCAGGGAGAG\", \"ini\": 2139, \"clust\": 1714, \"rank\": 2039, \"rankvar\": 725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1502, \"group\": [1715.0, 255.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACAAGCTGGA\", \"ini\": 2138, \"clust\": 4187, \"rank\": 2957, \"rankvar\": 4882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1451, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 92, \"group\": [4183.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCAGGTTTCA\", \"ini\": 2137, \"clust\": 2319, \"rank\": 1862, \"rankvar\": 2854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1452, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1503, \"group\": [2322.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACCAGGCT\", \"ini\": 2136, \"clust\": 2732, \"rank\": 2217, \"rankvar\": 1166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1504, \"group\": [2733.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGGATACC\", \"ini\": 2135, \"clust\": 3031, \"rank\": 2617, \"rankvar\": 961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1454, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1505, \"group\": [3034.0, 409.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTAACG\", \"ini\": 2134, \"clust\": 4838, \"rank\": 2000, \"rankvar\": 3110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1455, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4846, \"group\": [4836.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCATTGCGA\", \"ini\": 2133, \"clust\": 2268, \"rank\": 2094, \"rankvar\": 3065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1506, \"group\": [2266.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGGATTG\", \"ini\": 2132, \"clust\": 3773, \"rank\": 2197, \"rankvar\": 3723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1457, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2751, \"group\": [3775.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAGCGATT\", \"ini\": 2131, \"clust\": 2733, \"rank\": 2358, \"rankvar\": 1994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1507, \"group\": [2736.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTACATGA\", \"ini\": 2130, \"clust\": 1900, \"rank\": 2357, \"rankvar\": 364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1508, \"group\": [1904.0, 321.0, 57.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCATGCAAC\", \"ini\": 2129, \"clust\": 2895, \"rank\": 2352, \"rankvar\": 1637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1509, \"group\": [2896.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGGATAG\", \"ini\": 2128, \"clust\": 3033, \"rank\": 2365, \"rankvar\": 502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1510, \"group\": [3033.0, 409.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGCTGCC\", \"ini\": 2127, \"clust\": 2540, \"rank\": 1892, \"rankvar\": 2907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1511, \"group\": [2540.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTGCGATAG\", \"ini\": 2126, \"clust\": 2984, \"rank\": 2331, \"rankvar\": 1592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1512, \"group\": [2984.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTACCTACA\", \"ini\": 2125, \"clust\": 2736, \"rank\": 2329, \"rankvar\": 666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1513, \"group\": [2737.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAACAACCT\", \"ini\": 2124, \"clust\": 2834, \"rank\": 2110, \"rankvar\": 1612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1514, \"group\": [2841.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAGAGTCG\", \"ini\": 2123, \"clust\": 1494, \"rank\": 1773, \"rankvar\": 4137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1466, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3964, \"group\": [1503.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAAACTGCT\", \"ini\": 2122, \"clust\": 2749, \"rank\": 2074, \"rankvar\": 1513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1467, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1515, \"group\": [2753.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGGGATGGG\", \"ini\": 2121, \"clust\": 2906, \"rank\": 2276, \"rankvar\": 601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1516, \"group\": [2906.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGGTGTGTGCC\", \"ini\": 2120, \"clust\": 2839, \"rank\": 2065, \"rankvar\": 2537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1517, \"group\": [2838.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACGACGAA\", \"ini\": 2119, \"clust\": 2058, \"rank\": 2177, \"rankvar\": 1482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1470, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1518, \"group\": [2059.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCCTATGTT\", \"ini\": 2118, \"clust\": 4562, \"rank\": 1561, \"rankvar\": 3696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4847, \"group\": [4561.0, 870.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCATCATC\", \"ini\": 2117, \"clust\": 2325, \"rank\": 2367, \"rankvar\": 1092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1472, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1519, \"group\": [2328.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCACGACTCG\", \"ini\": 2116, \"clust\": 2353, \"rank\": 2121, \"rankvar\": 2090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1473, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1520, \"group\": [2357.0, 393.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCAACACGT\", \"ini\": 2115, \"clust\": 2864, \"rank\": 1959, \"rankvar\": 3028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1474, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1521, \"group\": [2865.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCAGACTCGC\", \"ini\": 2114, \"clust\": 4267, \"rank\": 3118, \"rankvar\": 5127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1475, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 93, \"group\": [4264.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGATCTGAA\", \"ini\": 2113, \"clust\": 4805, \"rank\": 2303, \"rankvar\": 4037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1476, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4848, \"group\": [4804.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCAGCTCGG\", \"ini\": 2112, \"clust\": 2814, \"rank\": 2019, \"rankvar\": 2400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1522, \"group\": [2814.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGGCTATCT\", \"ini\": 2111, \"clust\": 3116, \"rank\": 2575, \"rankvar\": 999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1478, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1523, \"group\": [3119.0, 434.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTGCTTGC\", \"ini\": 2110, \"clust\": 4563, \"rank\": 1550, \"rankvar\": 4396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4849, \"group\": [4562.0, 870.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCATCGATTG\", \"ini\": 2109, \"clust\": 2896, \"rank\": 2452, \"rankvar\": 2895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1480, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1524, \"group\": [2894.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCAGAGGT\", \"ini\": 2108, \"clust\": 3771, \"rank\": 2028, \"rankvar\": 2752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2752, \"group\": [3770.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTAGATTAG\", \"ini\": 2107, \"clust\": 2987, \"rank\": 2290, \"rankvar\": 2194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1525, \"group\": [2988.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATTAGCCA\", \"ini\": 2106, \"clust\": 4643, \"rank\": 1946, \"rankvar\": 3084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1483, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4850, \"group\": [4643.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCACGAAACG\", \"ini\": 2105, \"clust\": 2972, \"rank\": 2345, \"rankvar\": 3465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1526, \"group\": [2972.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTCATACTG\", \"ini\": 2104, \"clust\": 1582, \"rank\": 1437, \"rankvar\": 2568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3128, \"group\": [1581.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCTCTGAGA\", \"ini\": 2103, \"clust\": 4833, \"rank\": 2340, \"rankvar\": 2219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1486, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4851, \"group\": [4832.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATTGGTAC\", \"ini\": 2102, \"clust\": 5197, \"rank\": 2681, \"rankvar\": 1694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1487, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4852, \"group\": [5196.0, 1063.0, 179.0, 40.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCGTTACGACT\", \"ini\": 2101, \"clust\": 1909, \"rank\": 2128, \"rankvar\": 1714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1488, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1527, \"group\": [1910.0, 326.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCATTAGC\", \"ini\": 2100, \"clust\": 2886, \"rank\": 2255, \"rankvar\": 1257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1489, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1528, \"group\": [2886.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGCGTAG\", \"ini\": 2099, \"clust\": 4568, \"rank\": 2531, \"rankvar\": 1681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1490, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4853, \"group\": [4569.0, 872.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCCTTTACA\", \"ini\": 2098, \"clust\": 4690, \"rank\": 1996, \"rankvar\": 4315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1491, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4854, \"group\": [4690.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACTCGCG\", \"ini\": 2097, \"clust\": 4545, \"rank\": 1897, \"rankvar\": 2296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1492, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4855, \"group\": [4557.0, 867.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGGTTTCT\", \"ini\": 2096, \"clust\": 4628, \"rank\": 1651, \"rankvar\": 3617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1493, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4856, \"group\": [4631.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTTGCTCCT\", \"ini\": 2095, \"clust\": 4590, \"rank\": 1761, \"rankvar\": 3425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4857, \"group\": [4591.0, 879.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGATAAAC\", \"ini\": 2094, \"clust\": 3019, \"rank\": 2595, \"rankvar\": 3675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1495, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1529, \"group\": [3019.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTATAGGGC\", \"ini\": 2093, \"clust\": 2189, \"rank\": 2442, \"rankvar\": 1737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1530, \"group\": [2190.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTTACTGAC\", \"ini\": 2092, \"clust\": 2505, \"rank\": 2320, \"rankvar\": 3355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1497, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1531, \"group\": [2504.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCAGGTTCA\", \"ini\": 2091, \"clust\": 4828, \"rank\": 1891, \"rankvar\": 4213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4858, \"group\": [4829.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTGGAT\", \"ini\": 2090, \"clust\": 1495, \"rank\": 1285, \"rankvar\": 3807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1499, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3965, \"group\": [1497.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCACGTGAGA\", \"ini\": 2089, \"clust\": 4857, \"rank\": 2314, \"rankvar\": 1129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1500, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4859, \"group\": [4857.0, 895.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTGTCCAT\", \"ini\": 2088, \"clust\": 3027, \"rank\": 2588, \"rankvar\": 2233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1501, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1532, \"group\": [3027.0, 409.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTTATGTGC\", \"ini\": 2087, \"clust\": 1903, \"rank\": 2381, \"rankvar\": 1452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1533, \"group\": [1902.0, 320.0, 57.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACTTATC\", \"ini\": 2086, \"clust\": 2609, \"rank\": 1873, \"rankvar\": 2068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1534, \"group\": [2609.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTGACGCCT\", \"ini\": 2085, \"clust\": 4848, \"rank\": 2332, \"rankvar\": 3753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1504, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4860, \"group\": [4846.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGAGATG\", \"ini\": 2084, \"clust\": 2146, \"rank\": 2305, \"rankvar\": 1358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1535, \"group\": [2147.0, 359.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCTTGAT\", \"ini\": 2083, \"clust\": 1548, \"rank\": 2012, \"rankvar\": 2389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3129, \"group\": [1549.0, 168.0, 25.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCACTTCC\", \"ini\": 2082, \"clust\": 2853, \"rank\": 2223, \"rankvar\": 4181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1536, \"group\": [2855.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGCAAATACAG\", \"ini\": 2081, \"clust\": 4213, \"rank\": 2911, \"rankvar\": 4902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1508, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 94, \"group\": [4209.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCACGTTC\", \"ini\": 2080, \"clust\": 3753, \"rank\": 2147, \"rankvar\": 2003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2753, \"group\": [3753.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTACCGTTA\", \"ini\": 2079, \"clust\": 2154, \"rank\": 2261, \"rankvar\": 529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1510, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1537, \"group\": [2155.0, 364.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTCTAGCCG\", \"ini\": 2078, \"clust\": 1609, \"rank\": 2326, \"rankvar\": 810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3130, \"group\": [1609.0, 181.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTTAGATGA\", \"ini\": 2077, \"clust\": 2867, \"rank\": 2200, \"rankvar\": 1332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1538, \"group\": [2868.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACAAGC\", \"ini\": 2076, \"clust\": 3711, \"rank\": 2116, \"rankvar\": 2462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1513, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2754, \"group\": [3711.0, 697.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGGCGC\", \"ini\": 2075, \"clust\": 2870, \"rank\": 2152, \"rankvar\": 793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1539, \"group\": [2870.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTGTGCCTG\", \"ini\": 2074, \"clust\": 4711, \"rank\": 2455, \"rankvar\": 2655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4861, \"group\": [4714.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAAGTCTGT\", \"ini\": 2073, \"clust\": 4644, \"rank\": 1940, \"rankvar\": 3885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1516, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4862, \"group\": [4644.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATTGAGCT\", \"ini\": 2072, \"clust\": 4691, \"rank\": 2272, \"rankvar\": 3793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1517, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4863, \"group\": [4691.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCATGTTGAC\", \"ini\": 2071, \"clust\": 1551, \"rank\": 1783, \"rankvar\": 3176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3131, \"group\": [1552.0, 171.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCGAACGC\", \"ini\": 2070, \"clust\": 4796, \"rank\": 1975, \"rankvar\": 4485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1519, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4864, \"group\": [4795.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGTGGAT\", \"ini\": 2069, \"clust\": 4776, \"rank\": 2119, \"rankvar\": 4100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1520, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4865, \"group\": [4775.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGGACCCT\", \"ini\": 2068, \"clust\": 2887, \"rank\": 2577, \"rankvar\": 2899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1521, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1540, \"group\": [2887.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGGGTACA\", \"ini\": 2067, \"clust\": 4614, \"rank\": 1787, \"rankvar\": 1863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4866, \"group\": [4617.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGTAATG\", \"ini\": 2066, \"clust\": 2840, \"rank\": 2025, \"rankvar\": 3153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1523, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1541, \"group\": [2839.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAAGCTACCTA\", \"ini\": 2065, \"clust\": 2991, \"rank\": 2386, \"rankvar\": 3620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1542, \"group\": [2990.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTGTTCGAT\", \"ini\": 2064, \"clust\": 2322, \"rank\": 2054, \"rankvar\": 1142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1525, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1543, \"group\": [2325.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGATCACGG\", \"ini\": 2063, \"clust\": 3074, \"rank\": 2370, \"rankvar\": 3044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1544, \"group\": [3077.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCTCACCT\", \"ini\": 2062, \"clust\": 3097, \"rank\": 2461, \"rankvar\": 2162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1527, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1545, \"group\": [3096.0, 422.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTACAGCAG\", \"ini\": 2061, \"clust\": 2931, \"rank\": 2460, \"rankvar\": 2402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1546, \"group\": [2930.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACACATCTTT\", \"ini\": 2060, \"clust\": 2737, \"rank\": 2344, \"rankvar\": 824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1547, \"group\": [2738.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATTCATCGCTC\", \"ini\": 2059, \"clust\": 2848, \"rank\": 2612, \"rankvar\": 1886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1530, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1548, \"group\": [2852.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGCAGCCTC\", \"ini\": 2058, \"clust\": 4686, \"rank\": 1810, \"rankvar\": 3536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1531, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4867, \"group\": [4686.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCATCTACGA\", \"ini\": 2057, \"clust\": 4497, \"rank\": 1708, \"rankvar\": 3208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1532, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4868, \"group\": [4497.0, 861.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCAACCGCCA\", \"ini\": 2056, \"clust\": 4845, \"rank\": 2214, \"rankvar\": 3331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4869, \"group\": [4844.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGTTGAC\", \"ini\": 2055, \"clust\": 2511, \"rank\": 1789, \"rankvar\": 3636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1534, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1549, \"group\": [2512.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACTGTAA\", \"ini\": 2054, \"clust\": 2943, \"rank\": 2231, \"rankvar\": 2492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1550, \"group\": [2943.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACATTAGC\", \"ini\": 2053, \"clust\": 2308, \"rank\": 2079, \"rankvar\": 1781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1551, \"group\": [2307.0, 386.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCTGTT\", \"ini\": 2052, \"clust\": 3012, \"rank\": 2433, \"rankvar\": 626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1552, \"group\": [3012.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTACGA\", \"ini\": 2051, \"clust\": 2802, \"rank\": 2202, \"rankvar\": 2662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1553, \"group\": [2803.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGACTGTAA\", \"ini\": 2050, \"clust\": 2907, \"rank\": 2322, \"rankvar\": 1634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1554, \"group\": [2908.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGTTGAGAT\", \"ini\": 2049, \"clust\": 1910, \"rank\": 2120, \"rankvar\": 1314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1555, \"group\": [1911.0, 327.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGCTGGCT\", \"ini\": 2048, \"clust\": 3763, \"rank\": 2024, \"rankvar\": 3785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1541, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2755, \"group\": [3765.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAGTCATATGC\", \"ini\": 2047, \"clust\": 3046, \"rank\": 2567, \"rankvar\": 2011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1556, \"group\": [3045.0, 412.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTGAGGCTA\", \"ini\": 2046, \"clust\": 3866, \"rank\": 2232, \"rankvar\": 2534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2756, \"group\": [3866.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTTATCGGT\", \"ini\": 2045, \"clust\": 3066, \"rank\": 2586, \"rankvar\": 3253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1557, \"group\": [3069.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTAAATGAC\", \"ini\": 2044, \"clust\": 4712, \"rank\": 2609, \"rankvar\": 2222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1545, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4870, \"group\": [4713.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGTATCTCG\", \"ini\": 2043, \"clust\": 4210, \"rank\": 2910, \"rankvar\": 5040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1546, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 95, \"group\": [4207.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCTACCTC\", \"ini\": 2042, \"clust\": 2865, \"rank\": 2195, \"rankvar\": 1350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1558, \"group\": [2866.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCTTTA\", \"ini\": 2041, \"clust\": 2874, \"rank\": 2301, \"rankvar\": 1820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1559, \"group\": [2877.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTAAGCG\", \"ini\": 2040, \"clust\": 2192, \"rank\": 2439, \"rankvar\": 2141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1560, \"group\": [2193.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTTTGCATG\", \"ini\": 2039, \"clust\": 1658, \"rank\": 2095, \"rankvar\": 784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1561, \"group\": [1660.0, 220.0, 42.0, 12.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGCCTCA\", \"ini\": 2038, \"clust\": 2216, \"rank\": 2572, \"rankvar\": 1467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1551, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1562, \"group\": [2217.0, 373.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTGCTTG\", \"ini\": 2037, \"clust\": 4551, \"rank\": 1619, \"rankvar\": 1586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4871, \"group\": [4555.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCAGTTCGA\", \"ini\": 2036, \"clust\": 1583, \"rank\": 1574, \"rankvar\": 1229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3132, \"group\": [1582.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGAGTGACC\", \"ini\": 2035, \"clust\": 2885, \"rank\": 2474, \"rankvar\": 1260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1563, \"group\": [2888.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATGCCTAA\", \"ini\": 2034, \"clust\": 3001, \"rank\": 2504, \"rankvar\": 2079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1564, \"group\": [3002.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAAATCCGT\", \"ini\": 2033, \"clust\": 1560, \"rank\": 1294, \"rankvar\": 3688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1556, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3133, \"group\": [1560.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTAGAAGGA\", \"ini\": 2032, \"clust\": 2224, \"rank\": 2312, \"rankvar\": 2441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1565, \"group\": [2223.0, 374.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACTTCTT\", \"ini\": 2031, \"clust\": 2330, \"rank\": 2444, \"rankvar\": 645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1566, \"group\": [2331.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACACTCGACG\", \"ini\": 2030, \"clust\": 3016, \"rank\": 2622, \"rankvar\": 2604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1567, \"group\": [3017.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGTGGGTT\", \"ini\": 2029, \"clust\": 2431, \"rank\": 2157, \"rankvar\": 1115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1568, \"group\": [2439.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTTAGGGTG\", \"ini\": 2028, \"clust\": 1482, \"rank\": 1468, \"rankvar\": 4231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1561, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3966, \"group\": [1482.0, 143.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAAGCTGAG\", \"ini\": 2027, \"clust\": 3020, \"rank\": 2601, \"rankvar\": 2430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1569, \"group\": [3020.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCAGAAC\", \"ini\": 2026, \"clust\": 2498, \"rank\": 2362, \"rankvar\": 1801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1570, \"group\": [2497.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTTGTTTGG\", \"ini\": 2025, \"clust\": 1569, \"rank\": 1316, \"rankvar\": 2415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3134, \"group\": [1570.0, 175.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTACCAGT\", \"ini\": 2024, \"clust\": 2734, \"rank\": 2558, \"rankvar\": 1432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1571, \"group\": [2734.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCATTGTGCA\", \"ini\": 2023, \"clust\": 2269, \"rank\": 2256, \"rankvar\": 1012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1572, \"group\": [2276.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCCATT\", \"ini\": 2022, \"clust\": 4764, \"rank\": 2022, \"rankvar\": 3509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1567, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4872, \"group\": [4763.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTAGCTCCTCT\", \"ini\": 2021, \"clust\": 2497, \"rank\": 2084, \"rankvar\": 2927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1573, \"group\": [2499.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCCTTTCGG\", \"ini\": 2020, \"clust\": 2766, \"rank\": 2342, \"rankvar\": 2266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1574, \"group\": [2769.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATGACATC\", \"ini\": 2019, \"clust\": 3011, \"rank\": 2530, \"rankvar\": 2553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1570, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1575, \"group\": [3014.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGAAACGAG\", \"ini\": 2018, \"clust\": 3047, \"rank\": 2727, \"rankvar\": 1472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1576, \"group\": [3046.0, 412.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTCTTTA\", \"ini\": 2017, \"clust\": 2735, \"rank\": 2389, \"rankvar\": 1756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1572, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1577, \"group\": [2735.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCACCACCT\", \"ini\": 2016, \"clust\": 3417, \"rank\": 2209, \"rankvar\": 1867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1573, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2757, \"group\": [3418.0, 552.0, 85.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGAAGATTC\", \"ini\": 2015, \"clust\": 2214, \"rank\": 2402, \"rankvar\": 2494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1578, \"group\": [2215.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTATCTG\", \"ini\": 2014, \"clust\": 2841, \"rank\": 2359, \"rankvar\": 2424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1575, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1579, \"group\": [2842.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCTAGCCC\", \"ini\": 2013, \"clust\": 4598, \"rank\": 1984, \"rankvar\": 2528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1576, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4873, \"group\": [4599.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAAGCATGGCA\", \"ini\": 2012, \"clust\": 4907, \"rank\": 2640, \"rankvar\": 2954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1577, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4874, \"group\": [4910.0, 918.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTTGTCTTT\", \"ini\": 2011, \"clust\": 2486, \"rank\": 2258, \"rankvar\": 1718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1578, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1580, \"group\": [2488.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGTCCTCT\", \"ini\": 2010, \"clust\": 3075, \"rank\": 2494, \"rankvar\": 3213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1581, \"group\": [3075.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCCCAGCT\", \"ini\": 2009, \"clust\": 2982, \"rank\": 2478, \"rankvar\": 1451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1582, \"group\": [2985.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCAGGACAGAA\", \"ini\": 2008, \"clust\": 2452, \"rank\": 2316, \"rankvar\": 1402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1581, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1583, \"group\": [2458.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCTCCTAG\", \"ini\": 2007, \"clust\": 4280, \"rank\": 3197, \"rankvar\": 4906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1582, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 96, \"group\": [4277.0, 791.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCACAACGTT\", \"ini\": 2006, \"clust\": 2819, \"rank\": 2184, \"rankvar\": 1533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1583, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1584, \"group\": [2818.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGTCAAGGC\", \"ini\": 2005, \"clust\": 4259, \"rank\": 3221, \"rankvar\": 5104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1584, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 97, \"group\": [4257.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATAACCTG\", \"ini\": 2004, \"clust\": 3420, \"rank\": 2490, \"rankvar\": 1916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1585, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2758, \"group\": [3421.0, 554.0, 85.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCAATACCG\", \"ini\": 2003, \"clust\": 2998, \"rank\": 2432, \"rankvar\": 2600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1586, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1585, \"group\": [2999.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCTTGAGGT\", \"ini\": 2002, \"clust\": 2771, \"rank\": 2297, \"rankvar\": 1982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1586, \"group\": [2770.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGGACATTA\", \"ini\": 2001, \"clust\": 2973, \"rank\": 2224, \"rankvar\": 2856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1587, \"group\": [2973.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTAGAAGGA\", \"ini\": 2000, \"clust\": 2274, \"rank\": 2182, \"rankvar\": 2818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1589, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1588, \"group\": [2273.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGCCAGTAG\", \"ini\": 1999, \"clust\": 4190, \"rank\": 3005, \"rankvar\": 5062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1590, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 98, \"group\": [4188.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTCGTTC\", \"ini\": 1998, \"clust\": 2890, \"rank\": 2338, \"rankvar\": 2482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1591, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1589, \"group\": [2892.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGCAAGCC\", \"ini\": 1997, \"clust\": 2296, \"rank\": 2319, \"rankvar\": 3234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1590, \"group\": [2297.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTAAGGGAA\", \"ini\": 1996, \"clust\": 2179, \"rank\": 2655, \"rankvar\": 1417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1593, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1591, \"group\": [2182.0, 369.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTACTTCTT\", \"ini\": 1995, \"clust\": 3040, \"rank\": 2674, \"rankvar\": 3119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1592, \"group\": [3048.0, 412.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCAAGCCG\", \"ini\": 1994, \"clust\": 4664, \"rank\": 1552, \"rankvar\": 3455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1595, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4875, \"group\": [4666.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGGCGGTT\", \"ini\": 1993, \"clust\": 3002, \"rank\": 2488, \"rankvar\": 4047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1596, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1593, \"group\": [3003.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTCGCATCG\", \"ini\": 1992, \"clust\": 4856, \"rank\": 2624, \"rankvar\": 2784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1597, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4876, \"group\": [4865.0, 900.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCCTACAGA\", \"ini\": 1991, \"clust\": 2908, \"rank\": 2291, \"rankvar\": 3260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1594, \"group\": [2909.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACTGTTAG\", \"ini\": 1990, \"clust\": 2283, \"rank\": 2230, \"rankvar\": 2557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1599, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1595, \"group\": [2286.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCGGTCTAA\", \"ini\": 1989, \"clust\": 2455, \"rank\": 2245, \"rankvar\": 3794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1600, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1596, \"group\": [2454.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCACCGCTAG\", \"ini\": 1988, \"clust\": 3091, \"rank\": 2908, \"rankvar\": 2700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1597, \"group\": [3094.0, 421.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCATACTG\", \"ini\": 1987, \"clust\": 2284, \"rank\": 2134, \"rankvar\": 2893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1598, \"group\": [2284.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACTGAAGG\", \"ini\": 1986, \"clust\": 2996, \"rank\": 2378, \"rankvar\": 3281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1599, \"group\": [2996.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATGCATG\", \"ini\": 1985, \"clust\": 2909, \"rank\": 2323, \"rankvar\": 1112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1604, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1600, \"group\": [2912.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTAAGTAGT\", \"ini\": 1984, \"clust\": 2548, \"rank\": 2023, \"rankvar\": 3013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1601, \"group\": [2548.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCCACGTC\", \"ini\": 1983, \"clust\": 3761, \"rank\": 1945, \"rankvar\": 3050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2759, \"group\": [3760.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCCTCATTA\", \"ini\": 1982, \"clust\": 3782, \"rank\": 2191, \"rankvar\": 3836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1607, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2760, \"group\": [3786.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGAATGTTG\", \"ini\": 1981, \"clust\": 2453, \"rank\": 2363, \"rankvar\": 2538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1602, \"group\": [2457.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCATTAGC\", \"ini\": 1980, \"clust\": 4216, \"rank\": 3065, \"rankvar\": 4754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1609, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 99, \"group\": [4213.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTCTCATT\", \"ini\": 1979, \"clust\": 2328, \"rank\": 2351, \"rankvar\": 1810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1610, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1603, \"group\": [2329.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAGAGGA\", \"ini\": 1978, \"clust\": 2803, \"rank\": 2400, \"rankvar\": 4397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1604, \"group\": [2804.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCGTTTAC\", \"ini\": 1977, \"clust\": 1550, \"rank\": 1703, \"rankvar\": 2572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1612, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3135, \"group\": [1551.0, 170.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCATACAGCT\", \"ini\": 1976, \"clust\": 4812, \"rank\": 2228, \"rankvar\": 3698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1613, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4877, \"group\": [4815.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGTGGACGT\", \"ini\": 1975, \"clust\": 2536, \"rank\": 2242, \"rankvar\": 1700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1605, \"group\": [2541.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCATTCTTAC\", \"ini\": 1974, \"clust\": 2884, \"rank\": 2546, \"rankvar\": 1028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1606, \"group\": [2885.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTGTCGAGATG\", \"ini\": 1973, \"clust\": 4693, \"rank\": 2243, \"rankvar\": 4538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1616, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4878, \"group\": [4693.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGTGCCT\", \"ini\": 1972, \"clust\": 3003, \"rank\": 2360, \"rankvar\": 2099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1607, \"group\": [3004.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTCTCTTAT\", \"ini\": 1971, \"clust\": 2270, \"rank\": 2073, \"rankvar\": 2398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1618, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1608, \"group\": [2272.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCCGTCAAA\", \"ini\": 1970, \"clust\": 4192, \"rank\": 2878, \"rankvar\": 4972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 100, \"group\": [4187.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGTCACGATGT\", \"ini\": 1969, \"clust\": 3175, \"rank\": 2741, \"rankvar\": 1835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1620, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1609, \"group\": [3174.0, 459.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGGTCTCG\", \"ini\": 1968, \"clust\": 2356, \"rank\": 2337, \"rankvar\": 664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1610, \"group\": [2355.0, 393.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCGGATGGA\", \"ini\": 1967, \"clust\": 3058, \"rank\": 2247, \"rankvar\": 1469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1611, \"group\": [3058.0, 415.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTTAGGTA\", \"ini\": 1966, \"clust\": 2246, \"rank\": 2510, \"rankvar\": 1660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1612, \"group\": [2246.0, 380.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGACTAGAT\", \"ini\": 1965, \"clust\": 4602, \"rank\": 1804, \"rankvar\": 4244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1624, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4879, \"group\": [4603.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATAGACTC\", \"ini\": 1964, \"clust\": 4515, \"rank\": 2068, \"rankvar\": 2779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4880, \"group\": [4516.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTATCCCG\", \"ini\": 1963, \"clust\": 3144, \"rank\": 2753, \"rankvar\": 2692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1613, \"group\": [3144.0, 442.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGTCATGCT\", \"ini\": 1962, \"clust\": 4859, \"rank\": 2503, \"rankvar\": 1616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4881, \"group\": [4864.0, 899.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTTCAGTAC\", \"ini\": 1961, \"clust\": 3756, \"rank\": 2097, \"rankvar\": 3288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1628, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2761, \"group\": [3756.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGAGCCTAG\", \"ini\": 1960, \"clust\": 3767, \"rank\": 2016, \"rankvar\": 3616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1629, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2762, \"group\": [3768.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAACGA\", \"ini\": 1959, \"clust\": 3145, \"rank\": 2796, \"rankvar\": 1182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1614, \"group\": [3145.0, 443.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCGAAAGC\", \"ini\": 1958, \"clust\": 2812, \"rank\": 2283, \"rankvar\": 1213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1615, \"group\": [2817.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATGTGGT\", \"ini\": 1957, \"clust\": 2962, \"rank\": 2343, \"rankvar\": 1485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1616, \"group\": [2961.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAGTCATC\", \"ini\": 1956, \"clust\": 2877, \"rank\": 2288, \"rankvar\": 480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1633, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1617, \"group\": [2881.0, 405.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGCCTTGG\", \"ini\": 1955, \"clust\": 3048, \"rank\": 2538, \"rankvar\": 1932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1634, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1618, \"group\": [3049.0, 413.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATGAATG\", \"ini\": 1954, \"clust\": 2290, \"rank\": 2196, \"rankvar\": 3133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1635, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1619, \"group\": [2293.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCATTTCACT\", \"ini\": 1953, \"clust\": 2546, \"rank\": 2086, \"rankvar\": 2889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1620, \"group\": [2551.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTAACGGT\", \"ini\": 1952, \"clust\": 4658, \"rank\": 1843, \"rankvar\": 3712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1637, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4882, \"group\": [4659.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGACAAGCC\", \"ini\": 1951, \"clust\": 3288, \"rank\": 2592, \"rankvar\": 1471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1621, \"group\": [3288.0, 482.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGGCACTA\", \"ini\": 1950, \"clust\": 4080, \"rank\": 2489, \"rankvar\": 3060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2763, \"group\": [4078.0, 763.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAGCGATG\", \"ini\": 1949, \"clust\": 4583, \"rank\": 2437, \"rankvar\": 3361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1640, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4883, \"group\": [4582.0, 877.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTATATGAG\", \"ini\": 1948, \"clust\": 4765, \"rank\": 1645, \"rankvar\": 3929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1641, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4884, \"group\": [4764.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCGGTGTTA\", \"ini\": 1947, \"clust\": 3148, \"rank\": 2709, \"rankvar\": 71, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1642, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1622, \"group\": [3147.0, 444.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGCGAG\", \"ini\": 1946, \"clust\": 2934, \"rank\": 2453, \"rankvar\": 2354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1623, \"group\": [2937.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGTAGGTGC\", \"ini\": 1945, \"clust\": 3028, \"rank\": 2533, \"rankvar\": 1150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1624, \"group\": [3028.0, 409.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACAGACAG\", \"ini\": 1944, \"clust\": 2847, \"rank\": 2298, \"rankvar\": 3993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1625, \"group\": [2845.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGACCAAG\", \"ini\": 1943, \"clust\": 4221, \"rank\": 3345, \"rankvar\": 5195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1646, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 101, \"group\": [4217.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCGATCCCT\", \"ini\": 1942, \"clust\": 2331, \"rank\": 2496, \"rankvar\": 1240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1647, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1626, \"group\": [2332.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTAAC\", \"ini\": 1941, \"clust\": 2310, \"rank\": 2204, \"rankvar\": 1566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1648, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1627, \"group\": [2311.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCTGCTGCT\", \"ini\": 1940, \"clust\": 3076, \"rank\": 2374, \"rankvar\": 3666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1649, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1628, \"group\": [3076.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATGCATG\", \"ini\": 1939, \"clust\": 2149, \"rank\": 2369, \"rankvar\": 286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1629, \"group\": [2150.0, 362.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCATTCCTGC\", \"ini\": 1938, \"clust\": 4222, \"rank\": 3254, \"rankvar\": 5196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1651, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 102, \"group\": [4218.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACCTCGGA\", \"ini\": 1937, \"clust\": 3017, \"rank\": 2706, \"rankvar\": 1531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1630, \"group\": [3018.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCAGTATCACCA\", \"ini\": 1936, \"clust\": 4695, \"rank\": 2062, \"rankvar\": 3873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1653, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4885, \"group\": [4696.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCCTATTCA\", \"ini\": 1935, \"clust\": 3009, \"rank\": 2679, \"rankvar\": 2931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1631, \"group\": [3008.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTAAGTGTA\", \"ini\": 1934, \"clust\": 3063, \"rank\": 2495, \"rankvar\": 2409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1655, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1632, \"group\": [3062.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTGCTGTAT\", \"ini\": 1933, \"clust\": 20, \"rank\": 2508, \"rankvar\": 4735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1656, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5213, \"group\": [21.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATGGTCA\", \"ini\": 1932, \"clust\": 2273, \"rank\": 2212, \"rankvar\": 3654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1633, \"group\": [2275.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGACGACGT\", \"ini\": 1931, \"clust\": 2450, \"rank\": 2416, \"rankvar\": 3117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1634, \"group\": [2450.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTCCGAGTC\", \"ini\": 1930, \"clust\": 4603, \"rank\": 1807, \"rankvar\": 4036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4886, \"group\": [4604.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGAAGG\", \"ini\": 1929, \"clust\": 2863, \"rank\": 2404, \"rankvar\": 2220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1635, \"group\": [2863.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACAGGCTCAC\", \"ini\": 1928, \"clust\": 2477, \"rank\": 2150, \"rankvar\": 1098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1636, \"group\": [2478.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCATTTGGG\", \"ini\": 1927, \"clust\": 1536, \"rank\": 2266, \"rankvar\": 2894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3136, \"group\": [1537.0, 161.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAAGGGCTCTC\", \"ini\": 1926, \"clust\": 4067, \"rank\": 2630, \"rankvar\": 1073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1663, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2764, \"group\": [4066.0, 761.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCAATGTC\", \"ini\": 1925, \"clust\": 2850, \"rank\": 2600, \"rankvar\": 2808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1664, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1637, \"group\": [2849.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCGC\", \"ini\": 1924, \"clust\": 4081, \"rank\": 2659, \"rankvar\": 2947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1665, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2765, \"group\": [4079.0, 763.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGAACAG\", \"ini\": 1923, \"clust\": 3784, \"rank\": 2487, \"rankvar\": 3821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1666, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2766, \"group\": [3783.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACACGAAACG\", \"ini\": 1922, \"clust\": 2767, \"rank\": 2552, \"rankvar\": 2097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1638, \"group\": [2767.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCACTAGTAC\", \"ini\": 1921, \"clust\": 2448, \"rank\": 2390, \"rankvar\": 2621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1668, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1639, \"group\": [2449.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACGGTTTA\", \"ini\": 1920, \"clust\": 3287, \"rank\": 2525, \"rankvar\": 1264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1640, \"group\": [3290.0, 483.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCAAAGTC\", \"ini\": 1919, \"clust\": 2893, \"rank\": 2434, \"rankvar\": 1337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1670, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1641, \"group\": [2890.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCTCGCATC\", \"ini\": 1918, \"clust\": 4750, \"rank\": 1855, \"rankvar\": 3386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1671, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4887, \"group\": [4749.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTGGACCC\", \"ini\": 1917, \"clust\": 3014, \"rank\": 2776, \"rankvar\": 803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1672, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1642, \"group\": [3015.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCGAATGT\", \"ini\": 1916, \"clust\": 4180, \"rank\": 3083, \"rankvar\": 5051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1673, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 103, \"group\": [4180.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTAAGTGTA\", \"ini\": 1915, \"clust\": 2876, \"rank\": 2218, \"rankvar\": 1172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1643, \"group\": [2876.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCTGTCCGT\", \"ini\": 1914, \"clust\": 2506, \"rank\": 2286, \"rankvar\": 935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1644, \"group\": [2510.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCAGTATG\", \"ini\": 1913, \"clust\": 4634, \"rank\": 1983, \"rankvar\": 4106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1676, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4888, \"group\": [4634.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTCCGAACC\", \"ini\": 1912, \"clust\": 3024, \"rank\": 2691, \"rankvar\": 2069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1677, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1645, \"group\": [3025.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTGCGCTTG\", \"ini\": 1911, \"clust\": 2156, \"rank\": 2694, \"rankvar\": 1571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1646, \"group\": [2156.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACAGACGCTC\", \"ini\": 1910, \"clust\": 3747, \"rank\": 2229, \"rankvar\": 2835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1679, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2767, \"group\": [3746.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGGGAG\", \"ini\": 1909, \"clust\": 1624, \"rank\": 1588, \"rankvar\": 1418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1647, \"group\": [1631.0, 199.0, 34.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTTCGAGA\", \"ini\": 1908, \"clust\": 2785, \"rank\": 2553, \"rankvar\": 3500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1681, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1648, \"group\": [2785.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGAATCCA\", \"ini\": 1907, \"clust\": 3007, \"rank\": 2777, \"rankvar\": 980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1649, \"group\": [3011.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGAATGGA\", \"ini\": 1906, \"clust\": 2210, \"rank\": 2733, \"rankvar\": 2016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1650, \"group\": [2208.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCGTACGGC\", \"ini\": 1905, \"clust\": 2341, \"rank\": 2587, \"rankvar\": 3599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1651, \"group\": [2341.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCAGAGCCAA\", \"ini\": 1904, \"clust\": 3728, \"rank\": 2006, \"rankvar\": 3200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1685, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2768, \"group\": [3727.0, 701.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCATGTCCC\", \"ini\": 1903, \"clust\": 3055, \"rank\": 2666, \"rankvar\": 2136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1652, \"group\": [3055.0, 414.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTAGTGCG\", \"ini\": 1902, \"clust\": 2861, \"rank\": 2306, \"rankvar\": 3642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1653, \"group\": [2864.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCGATTCT\", \"ini\": 1901, \"clust\": 2176, \"rank\": 2499, \"rankvar\": 3788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1654, \"group\": [2176.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTGTTGAGG\", \"ini\": 1900, \"clust\": 2858, \"rank\": 2387, \"rankvar\": 3150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1689, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1655, \"group\": [2858.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAGTAACGG\", \"ini\": 1899, \"clust\": 2764, \"rank\": 2334, \"rankvar\": 498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1656, \"group\": [2765.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGCTAGTCT\", \"ini\": 1898, \"clust\": 1614, \"rank\": 2015, \"rankvar\": 1170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3137, \"group\": [1614.0, 185.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTGTCGT\", \"ini\": 1897, \"clust\": 1577, \"rank\": 1864, \"rankvar\": 2989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3138, \"group\": [1579.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGAGTCCCACG\", \"ini\": 1896, \"clust\": 2843, \"rank\": 2376, \"rankvar\": 452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1657, \"group\": [2848.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCAAGCCCAC\", \"ini\": 1895, \"clust\": 4199, \"rank\": 3049, \"rankvar\": 4987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1694, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 104, \"group\": [4196.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTGTATGGG\", \"ini\": 1894, \"clust\": 2985, \"rank\": 2688, \"rankvar\": 1243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1658, \"group\": [2986.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATTCCC\", \"ini\": 1893, \"clust\": 2294, \"rank\": 2368, \"rankvar\": 927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1696, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1659, \"group\": [2294.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAAAGCGGT\", \"ini\": 1892, \"clust\": 2878, \"rank\": 2545, \"rankvar\": 1650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1697, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1660, \"group\": [2880.0, 405.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTCTCCCTA\", \"ini\": 1891, \"clust\": 2496, \"rank\": 2451, \"rankvar\": 3080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1661, \"group\": [2506.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTACGAGT\", \"ini\": 1890, \"clust\": 2295, \"rank\": 2419, \"rankvar\": 597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1662, \"group\": [2295.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGCGCCAA\", \"ini\": 1889, \"clust\": 4636, \"rank\": 1954, \"rankvar\": 3988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1700, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4889, \"group\": [4633.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGGATCGA\", \"ini\": 1888, \"clust\": 2492, \"rank\": 2048, \"rankvar\": 3799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1701, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1663, \"group\": [2493.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCGCAA\", \"ini\": 1887, \"clust\": 4647, \"rank\": 1906, \"rankvar\": 4015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1702, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4890, \"group\": [4654.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAGTGGAGT\", \"ini\": 1886, \"clust\": 2807, \"rank\": 2391, \"rankvar\": 2806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1664, \"group\": [2807.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTAGCAAAT\", \"ini\": 1885, \"clust\": 2147, \"rank\": 2457, \"rankvar\": 247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1665, \"group\": [2148.0, 360.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGGCATGTG\", \"ini\": 1884, \"clust\": 2938, \"rank\": 2611, \"rankvar\": 2239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1666, \"group\": [2939.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCTGTT\", \"ini\": 1883, \"clust\": 2897, \"rank\": 2559, \"rankvar\": 644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1706, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1667, \"group\": [2895.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGATGT\", \"ini\": 1882, \"clust\": 2576, \"rank\": 2406, \"rankvar\": 3603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1707, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1668, \"group\": [2577.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCACAGCCCA\", \"ini\": 1881, \"clust\": 3298, \"rank\": 2336, \"rankvar\": 2285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1669, \"group\": [3299.0, 489.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTATATGGA\", \"ini\": 1880, \"clust\": 2879, \"rank\": 2527, \"rankvar\": 2990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1709, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1670, \"group\": [2878.0, 405.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCGTTTATC\", \"ini\": 1879, \"clust\": 2223, \"rank\": 2536, \"rankvar\": 2544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1671, \"group\": [2225.0, 374.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCCCACTTG\", \"ini\": 1878, \"clust\": 3006, \"rank\": 2547, \"rankvar\": 1577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1672, \"group\": [3007.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGGGATC\", \"ini\": 1877, \"clust\": 2933, \"rank\": 2610, \"rankvar\": 2447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1673, \"group\": [2934.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCCACGCAG\", \"ini\": 1876, \"clust\": 2329, \"rank\": 2388, \"rankvar\": 1778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1674, \"group\": [2330.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCAAAGCG\", \"ini\": 1875, \"clust\": 4294, \"rank\": 2705, \"rankvar\": 4408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1675, \"group\": [4294.0, 801.0, 129.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCCATGAAC\", \"ini\": 1874, \"clust\": 4610, \"rank\": 2279, \"rankvar\": 3098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1715, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4891, \"group\": [4610.0, 882.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCCGGCACA\", \"ini\": 1873, \"clust\": 4591, \"rank\": 2302, \"rankvar\": 1792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1716, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4892, \"group\": [4592.0, 879.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTACCGTTA\", \"ini\": 1872, \"clust\": 3643, \"rank\": 1955, \"rankvar\": 3237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1717, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2769, \"group\": [3643.0, 658.0, 107.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGGGTATG\", \"ini\": 1871, \"clust\": 3056, \"rank\": 2669, \"rankvar\": 4035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1676, \"group\": [3056.0, 414.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTCTTGATG\", \"ini\": 1870, \"clust\": 4548, \"rank\": 1816, \"rankvar\": 1862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1719, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4893, \"group\": [4548.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTACGGAG\", \"ini\": 1869, \"clust\": 2772, \"rank\": 2475, \"rankvar\": 1584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1720, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1677, \"group\": [2771.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAAGCACACAG\", \"ini\": 1868, \"clust\": 1500, \"rank\": 1829, \"rankvar\": 4537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1721, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3967, \"group\": [1500.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGTACACCT\", \"ini\": 1867, \"clust\": 2784, \"rank\": 2726, \"rankvar\": 1636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1722, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1678, \"group\": [2787.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGGACAC\", \"ini\": 1866, \"clust\": 4858, \"rank\": 2307, \"rankvar\": 2948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4894, \"group\": [4858.0, 896.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTTGACGTT\", \"ini\": 1865, \"clust\": 1612, \"rank\": 2420, \"rankvar\": 1491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3139, \"group\": [1613.0, 184.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCGTTCCG\", \"ini\": 1864, \"clust\": 3749, \"rank\": 2411, \"rankvar\": 4142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2770, \"group\": [3748.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCAGGGTATG\", \"ini\": 1863, \"clust\": 1906, \"rank\": 2450, \"rankvar\": 1764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1679, \"group\": [1906.0, 322.0, 58.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTTGACGA\", \"ini\": 1862, \"clust\": 3762, \"rank\": 2410, \"rankvar\": 3522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1727, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2771, \"group\": [3761.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATCCGGGT\", \"ini\": 1861, \"clust\": 4274, \"rank\": 3395, \"rankvar\": 4752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1728, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 105, \"group\": [4271.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCATGACGGA\", \"ini\": 1860, \"clust\": 2822, \"rank\": 2096, \"rankvar\": 2190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1729, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1680, \"group\": [2823.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTTCCGTCT\", \"ini\": 1859, \"clust\": 2289, \"rank\": 2445, \"rankvar\": 2916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1681, \"group\": [2288.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACCATAG\", \"ini\": 1858, \"clust\": 3779, \"rank\": 2293, \"rankvar\": 4246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1731, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2772, \"group\": [3777.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGGTGTTAA\", \"ini\": 1857, \"clust\": 2765, \"rank\": 2339, \"rankvar\": 1205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1732, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1682, \"group\": [2766.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGACTCGGA\", \"ini\": 1856, \"clust\": 2804, \"rank\": 2430, \"rankvar\": 3012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1733, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1683, \"group\": [2805.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGTGAAGTT\", \"ini\": 1855, \"clust\": 4777, \"rank\": 2222, \"rankvar\": 2054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4895, \"group\": [4776.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCAGAGACG\", \"ini\": 1854, \"clust\": 2806, \"rank\": 2596, \"rankvar\": 1989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1684, \"group\": [2809.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCTCAACGAAA\", \"ini\": 1853, \"clust\": 1640, \"rank\": 1890, \"rankvar\": 581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1736, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2773, \"group\": [1641.0, 207.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTCGCGGTT\", \"ini\": 1852, \"clust\": 4632, \"rank\": 1796, \"rankvar\": 4716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4896, \"group\": [4636.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGAGTCTGG\", \"ini\": 1851, \"clust\": 4584, \"rank\": 2631, \"rankvar\": 1534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1738, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4897, \"group\": [4583.0, 877.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTACAGCTTCGG\", \"ini\": 1850, \"clust\": 3015, \"rank\": 2718, \"rankvar\": 302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1685, \"group\": [3016.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTCTGAGA\", \"ini\": 1849, \"clust\": 2994, \"rank\": 2548, \"rankvar\": 2769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1686, \"group\": [2994.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTGTGGTTT\", \"ini\": 1848, \"clust\": 2337, \"rank\": 2392, \"rankvar\": 3138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1687, \"group\": [2337.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATCCGTGG\", \"ini\": 1847, \"clust\": 2311, \"rank\": 2179, \"rankvar\": 2107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1742, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1688, \"group\": [2312.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAGC\", \"ini\": 1846, \"clust\": 4798, \"rank\": 1898, \"rankvar\": 4334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1743, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4898, \"group\": [4800.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACAAGGTGTG\", \"ini\": 1845, \"clust\": 3788, \"rank\": 2578, \"rankvar\": 1363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1744, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2774, \"group\": [3787.0, 703.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGAATTCCC\", \"ini\": 1844, \"clust\": 4566, \"rank\": 2174, \"rankvar\": 3870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1745, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4899, \"group\": [4565.0, 870.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTCCGTAT\", \"ini\": 1843, \"clust\": 2456, \"rank\": 2482, \"rankvar\": 3376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1746, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1689, \"group\": [2455.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGTGAGT\", \"ini\": 1842, \"clust\": 2244, \"rank\": 2519, \"rankvar\": 2842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1747, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1690, \"group\": [2245.0, 380.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTATATGAG\", \"ini\": 1841, \"clust\": 2307, \"rank\": 2407, \"rankvar\": 905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1691, \"group\": [2309.0, 386.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCATGCAT\", \"ini\": 1840, \"clust\": 2282, \"rank\": 2483, \"rankvar\": 1595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1692, \"group\": [2282.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAGCGTCCA\", \"ini\": 1839, \"clust\": 2190, \"rank\": 2584, \"rankvar\": 2256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1750, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1693, \"group\": [2191.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTAGGACAC\", \"ini\": 1838, \"clust\": 2992, \"rank\": 2636, \"rankvar\": 1956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1751, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1694, \"group\": [2991.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTCCGGCA\", \"ini\": 1837, \"clust\": 2968, \"rank\": 2539, \"rankvar\": 1449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1695, \"group\": [2969.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATTTCAGG\", \"ini\": 1836, \"clust\": 4626, \"rank\": 2155, \"rankvar\": 3730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1753, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4900, \"group\": [4626.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTTAGTGGG\", \"ini\": 1835, \"clust\": 2166, \"rank\": 2620, \"rankvar\": 1910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1696, \"group\": [2166.0, 367.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTCAGCTTCGG\", \"ini\": 1834, \"clust\": 2157, \"rank\": 2835, \"rankvar\": 2002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1697, \"group\": [2157.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTACATGTC\", \"ini\": 1833, \"clust\": 3757, \"rank\": 2426, \"rankvar\": 2052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1756, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2775, \"group\": [3757.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCACCGCTAG\", \"ini\": 1832, \"clust\": 2163, \"rank\": 2797, \"rankvar\": 2072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1698, \"group\": [2161.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTTCCAACA\", \"ini\": 1831, \"clust\": 2797, \"rank\": 2604, \"rankvar\": 1929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1699, \"group\": [2798.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTCCAGGG\", \"ini\": 1830, \"clust\": 3748, \"rank\": 2500, \"rankvar\": 4090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1759, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2776, \"group\": [3747.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGTCGTTC\", \"ini\": 1829, \"clust\": 3008, \"rank\": 2736, \"rankvar\": 2672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1700, \"group\": [3010.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCACGTCAGC\", \"ini\": 1828, \"clust\": 4689, \"rank\": 2250, \"rankvar\": 2015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1761, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4901, \"group\": [4692.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGTCCTCCT\", \"ini\": 1827, \"clust\": 2230, \"rank\": 2626, \"rankvar\": 744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1762, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1701, \"group\": [2230.0, 377.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGGCTCTTA\", \"ini\": 1826, \"clust\": 2313, \"rank\": 2144, \"rankvar\": 2300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1702, \"group\": [2313.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATTCTTAC\", \"ini\": 1825, \"clust\": 3022, \"rank\": 2744, \"rankvar\": 1605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1703, \"group\": [3022.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCCTCATTA\", \"ini\": 1824, \"clust\": 40, \"rank\": 2477, \"rankvar\": 4624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5214, \"group\": [37.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTTGTCGCG\", \"ini\": 1823, \"clust\": 3289, \"rank\": 2763, \"rankvar\": 2192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1704, \"group\": [3289.0, 482.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCCATTTA\", \"ini\": 1822, \"clust\": 4688, \"rank\": 2353, \"rankvar\": 3095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1767, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4902, \"group\": [4689.0, 885.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCACAGACAG\", \"ini\": 1821, \"clust\": 2158, \"rank\": 2861, \"rankvar\": 2646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1705, \"group\": [2160.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGGTACTCT\", \"ini\": 1820, \"clust\": 2170, \"rank\": 2613, \"rankvar\": 3590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1706, \"group\": [2173.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTCTGTCG\", \"ini\": 1819, \"clust\": 4569, \"rank\": 2645, \"rankvar\": 2321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1770, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4903, \"group\": [4570.0, 872.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGCCTTGG\", \"ini\": 1818, \"clust\": 2167, \"rank\": 2647, \"rankvar\": 1116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1707, \"group\": [2167.0, 367.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTGCTGCT\", \"ini\": 1817, \"clust\": 2435, \"rank\": 2555, \"rankvar\": 1138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1772, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1708, \"group\": [2435.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTTCAGACT\", \"ini\": 1816, \"clust\": 2988, \"rank\": 2642, \"rankvar\": 1361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1773, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1709, \"group\": [2989.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGAAGGCT\", \"ini\": 1815, \"clust\": 2790, \"rank\": 2440, \"rankvar\": 3016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1710, \"group\": [2791.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTAAACCTC\", \"ini\": 1814, \"clust\": 3729, \"rank\": 2125, \"rankvar\": 3724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1775, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2777, \"group\": [3728.0, 701.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTCACGCC\", \"ini\": 1813, \"clust\": 4631, \"rank\": 2206, \"rankvar\": 3691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1776, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4904, \"group\": [4637.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGTGGGTTG\", \"ini\": 1812, \"clust\": 2263, \"rank\": 2606, \"rankvar\": 3207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1711, \"group\": [2262.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGGGCTTGA\", \"ini\": 1811, \"clust\": 2320, \"rank\": 2295, \"rankvar\": 2372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1778, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1712, \"group\": [2320.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATGGAATA\", \"ini\": 1810, \"clust\": 2264, \"rank\": 2511, \"rankvar\": 4468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1779, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1713, \"group\": [2263.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTACCGAGA\", \"ini\": 1809, \"clust\": 4813, \"rank\": 2193, \"rankvar\": 3719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1780, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4905, \"group\": [4814.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCAGCATGT\", \"ini\": 1808, \"clust\": 2251, \"rank\": 2523, \"rankvar\": 1945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1714, \"group\": [2253.0, 381.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCTAGGCA\", \"ini\": 1807, \"clust\": 2168, \"rank\": 2766, \"rankvar\": 1346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1715, \"group\": [2169.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGCTGCTG\", \"ini\": 1806, \"clust\": 5219, \"rank\": 3276, \"rankvar\": 3278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1783, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4906, \"group\": [5216.0, 1079.0, 186.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCTATGTT\", \"ini\": 1805, \"clust\": 3004, \"rank\": 2473, \"rankvar\": 2828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1716, \"group\": [3005.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCCGAATGT\", \"ini\": 1804, \"clust\": 3639, \"rank\": 1860, \"rankvar\": 3602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1785, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2778, \"group\": [3641.0, 656.0, 106.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGACGGTA\", \"ini\": 1803, \"clust\": 4200, \"rank\": 3241, \"rankvar\": 5070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1786, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 106, \"group\": [4197.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTATAGTAG\", \"ini\": 1802, \"clust\": 4272, \"rank\": 3313, \"rankvar\": 4938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1787, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 107, \"group\": [4268.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATTTCAGG\", \"ini\": 1801, \"clust\": 3053, \"rank\": 2692, \"rankvar\": 2186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1717, \"group\": [3054.0, 414.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCATGTCCTC\", \"ini\": 1800, \"clust\": 3042, \"rank\": 2683, \"rankvar\": 1123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1718, \"group\": [3043.0, 412.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTCACCTAA\", \"ini\": 1799, \"clust\": 4203, \"rank\": 3077, \"rankvar\": 4734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1790, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 108, \"group\": [4203.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTAACGGT\", \"ini\": 1798, \"clust\": 2228, \"rank\": 2422, \"rankvar\": 1355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1719, \"group\": [2231.0, 377.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCAGTCAGT\", \"ini\": 1797, \"clust\": 4201, \"rank\": 3144, \"rankvar\": 5010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1792, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 109, \"group\": [4198.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGATCCA\", \"ini\": 1796, \"clust\": 2494, \"rank\": 2449, \"rankvar\": 2433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1720, \"group\": [2495.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGATCTGT\", \"ini\": 1795, \"clust\": 2495, \"rank\": 2409, \"rankvar\": 2139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1794, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1721, \"group\": [2496.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACACGTCAGC\", \"ini\": 1794, \"clust\": 1901, \"rank\": 2667, \"rankvar\": 2157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1795, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1722, \"group\": [1903.0, 320.0, 57.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGGTCTGCGGT\", \"ini\": 1793, \"clust\": 4751, \"rank\": 2397, \"rankvar\": 2599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1796, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4907, \"group\": [4753.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCTGCTGTC\", \"ini\": 1792, \"clust\": 2249, \"rank\": 2498, \"rankvar\": 965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1797, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1723, \"group\": [2250.0, 381.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCCGATATG\", \"ini\": 1791, \"clust\": 4202, \"rank\": 3272, \"rankvar\": 4986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1798, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 110, \"group\": [4199.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATACAATCAGAA\", \"ini\": 1790, \"clust\": 1563, \"rank\": 1858, \"rankvar\": 1406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3140, \"group\": [1562.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCAGCTGGC\", \"ini\": 1789, \"clust\": 1578, \"rank\": 1993, \"rankvar\": 2214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3141, \"group\": [1577.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTTGCGTTA\", \"ini\": 1788, \"clust\": 4579, \"rank\": 2541, \"rankvar\": 4201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4908, \"group\": [4580.0, 876.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGACTAGGC\", \"ini\": 1787, \"clust\": 2309, \"rank\": 2665, \"rankvar\": 1613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1802, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1724, \"group\": [2308.0, 386.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCCCGC\", \"ini\": 1786, \"clust\": 3021, \"rank\": 2818, \"rankvar\": 1638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1803, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1725, \"group\": [3024.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTACACCGC\", \"ini\": 1785, \"clust\": 2303, \"rank\": 2472, \"rankvar\": 3913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1726, \"group\": [2305.0, 386.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCAGTAGAGC\", \"ini\": 1784, \"clust\": 137, \"rank\": 2415, \"rankvar\": 3995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1805, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 236, \"group\": [141.0, 30.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCCCTAATT\", \"ini\": 1783, \"clust\": 3772, \"rank\": 2273, \"rankvar\": 1955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1806, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2779, \"group\": [3771.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGGTGACCA\", \"ini\": 1782, \"clust\": 1564, \"rank\": 2071, \"rankvar\": 1596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3142, \"group\": [1563.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGACACGAC\", \"ini\": 1781, \"clust\": 2501, \"rank\": 2658, \"rankvar\": 2531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1808, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1727, \"group\": [2500.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCACCCGAG\", \"ini\": 1780, \"clust\": 4629, \"rank\": 1972, \"rankvar\": 3829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1809, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4909, \"group\": [4629.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCACGGTTA\", \"ini\": 1779, \"clust\": 4600, \"rank\": 1790, \"rankvar\": 4570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4910, \"group\": [4601.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCACTACAGT\", \"ini\": 1778, \"clust\": 2533, \"rank\": 2304, \"rankvar\": 707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1728, \"group\": [2535.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCGAATGGG\", \"ini\": 1777, \"clust\": 2305, \"rank\": 2506, \"rankvar\": 427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1812, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1729, \"group\": [2304.0, 386.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAAGCCGTC\", \"ini\": 1776, \"clust\": 3176, \"rank\": 2888, \"rankvar\": 884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1730, \"group\": [3175.0, 459.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTCGCGAC\", \"ini\": 1775, \"clust\": 2768, \"rank\": 2663, \"rankvar\": 1004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1814, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1731, \"group\": [2768.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGTTAACC\", \"ini\": 1774, \"clust\": 2852, \"rank\": 2528, \"rankvar\": 1312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1815, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1732, \"group\": [2856.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCAGCATGAG\", \"ini\": 1773, \"clust\": 4268, \"rank\": 3372, \"rankvar\": 5093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1816, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 111, \"group\": [4265.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAAGTAA\", \"ini\": 1772, \"clust\": 22, \"rank\": 2825, \"rankvar\": 4800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1817, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5215, \"group\": [23.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCACTTATC\", \"ini\": 1771, \"clust\": 2491, \"rank\": 2570, \"rankvar\": 1126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1733, \"group\": [2491.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCAATAAGG\", \"ini\": 1770, \"clust\": 2842, \"rank\": 2467, \"rankvar\": 2594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1819, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1734, \"group\": [2843.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACCAGGC\", \"ini\": 1769, \"clust\": 2849, \"rank\": 2746, \"rankvar\": 3202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1735, \"group\": [2851.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACACCATCCT\", \"ini\": 1768, \"clust\": 4613, \"rank\": 2300, \"rankvar\": 2326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1821, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4911, \"group\": [4613.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCAGCTTAG\", \"ini\": 1767, \"clust\": 2186, \"rank\": 2846, \"rankvar\": 1824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1822, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1736, \"group\": [2187.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATTACCG\", \"ini\": 1766, \"clust\": 2805, \"rank\": 2456, \"rankvar\": 3159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1737, \"group\": [2806.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCATCTGCC\", \"ini\": 1765, \"clust\": 2899, \"rank\": 2785, \"rankvar\": 1825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1738, \"group\": [2897.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGGCAGGTT\", \"ini\": 1764, \"clust\": 2882, \"rank\": 2543, \"rankvar\": 600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1825, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1739, \"group\": [2883.0, 405.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTTGTTTGG\", \"ini\": 1763, \"clust\": 3765, \"rank\": 2458, \"rankvar\": 3664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1826, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2780, \"group\": [3764.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTTCACTCTTA\", \"ini\": 1762, \"clust\": 1894, \"rank\": 2262, \"rankvar\": 2075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1827, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1740, \"group\": [1895.0, 316.0, 56.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGATGAGG\", \"ini\": 1761, \"clust\": 2285, \"rank\": 2428, \"rankvar\": 3314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1828, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1741, \"group\": [2285.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCGCCGTGA\", \"ini\": 1760, \"clust\": 2298, \"rank\": 2628, \"rankvar\": 2008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1742, \"group\": [2302.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTTCCGGCA\", \"ini\": 1759, \"clust\": 4606, \"rank\": 2394, \"rankvar\": 4067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1830, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4912, \"group\": [4605.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGGATGGG\", \"ini\": 1758, \"clust\": 3025, \"rank\": 2774, \"rankvar\": 1924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1743, \"group\": [3026.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCCTCCTAG\", \"ini\": 1757, \"clust\": 4871, \"rank\": 2484, \"rankvar\": 2631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1832, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4913, \"group\": [4871.0, 905.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTTATCGC\", \"ini\": 1756, \"clust\": 2297, \"rank\": 2485, \"rankvar\": 3261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1744, \"group\": [2298.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGAGCCTAG\", \"ini\": 1755, \"clust\": 2502, \"rank\": 2648, \"rankvar\": 3692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1745, \"group\": [2501.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCCGTCAG\", \"ini\": 1754, \"clust\": 2451, \"rank\": 2662, \"rankvar\": 1716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1746, \"group\": [2451.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGGAGGTA\", \"ini\": 1753, \"clust\": 2808, \"rank\": 2518, \"rankvar\": 2206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1747, \"group\": [2808.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGGAGTACC\", \"ini\": 1752, \"clust\": 4601, \"rank\": 1414, \"rankvar\": 4556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1837, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4914, \"group\": [4602.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGCTCAACT\", \"ini\": 1751, \"clust\": 2817, \"rank\": 2427, \"rankvar\": 2349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1838, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1748, \"group\": [2821.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGAGTACCG\", \"ini\": 1750, \"clust\": 1641, \"rank\": 1679, \"rankvar\": 599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1839, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2781, \"group\": [1642.0, 208.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGGATTCGG\", \"ini\": 1749, \"clust\": 3026, \"rank\": 2817, \"rankvar\": 2844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1749, \"group\": [3029.0, 409.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTAGAAAGG\", \"ini\": 1748, \"clust\": 2980, \"rank\": 2918, \"rankvar\": 2950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1750, \"group\": [2981.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGATCTCGTTTA\", \"ini\": 1747, \"clust\": 4694, \"rank\": 2599, \"rankvar\": 4128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4915, \"group\": [4694.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCGATGAGG\", \"ini\": 1746, \"clust\": 1481, \"rank\": 1793, \"rankvar\": 4169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1843, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3968, \"group\": [1484.0, 143.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGTGCGTC\", \"ini\": 1745, \"clust\": 4873, \"rank\": 2583, \"rankvar\": 2522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1844, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4916, \"group\": [4873.0, 905.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTATCGCAT\", \"ini\": 1744, \"clust\": 4801, \"rank\": 2576, \"rankvar\": 3970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1845, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4917, \"group\": [4801.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACAGTGGAGT\", \"ini\": 1743, \"clust\": 1584, \"rank\": 1914, \"rankvar\": 3540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3143, \"group\": [1585.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGGTTCC\", \"ini\": 1742, \"clust\": 4189, \"rank\": 3233, \"rankvar\": 5136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1847, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 112, \"group\": [4189.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGAGGGA\", \"ini\": 1741, \"clust\": 2124, \"rank\": 2749, \"rankvar\": 731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1848, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1751, \"group\": [2129.0, 350.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGTTTGG\", \"ini\": 1740, \"clust\": 2810, \"rank\": 2724, \"rankvar\": 1356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1752, \"group\": [2810.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTATCTGCA\", \"ini\": 1739, \"clust\": 3750, \"rank\": 2192, \"rankvar\": 4207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1850, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2782, \"group\": [3749.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGGATATAC\", \"ini\": 1738, \"clust\": 3789, \"rank\": 2556, \"rankvar\": 2985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1851, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2783, \"group\": [3788.0, 703.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTTCTGTTT\", \"ini\": 1737, \"clust\": 2164, \"rank\": 2887, \"rankvar\": 1603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1852, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1753, \"group\": [2162.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCGGAAG\", \"ini\": 1736, \"clust\": 2226, \"rank\": 2895, \"rankvar\": 2039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1754, \"group\": [2227.0, 376.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTACCGTTA\", \"ini\": 1735, \"clust\": 2898, \"rank\": 2805, \"rankvar\": 817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1755, \"group\": [2899.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCAAACGTGG\", \"ini\": 1734, \"clust\": 2977, \"rank\": 2684, \"rankvar\": 537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1855, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1756, \"group\": [2980.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTGCGACG\", \"ini\": 1733, \"clust\": 2769, \"rank\": 2635, \"rankvar\": 1504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1757, \"group\": [2773.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGCCTATGT\", \"ini\": 1732, \"clust\": 2825, \"rank\": 2566, \"rankvar\": 1923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1758, \"group\": [2830.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGACGCTTT\", \"ini\": 1731, \"clust\": 2978, \"rank\": 2723, \"rankvar\": 2131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1858, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1759, \"group\": [2978.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTATCGCAT\", \"ini\": 1730, \"clust\": 1613, \"rank\": 1970, \"rankvar\": 2613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3144, \"group\": [1616.0, 186.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCGCATAA\", \"ini\": 1729, \"clust\": 4229, \"rank\": 3439, \"rankvar\": 5210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1860, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 113, \"group\": [4225.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAAGTAGTA\", \"ini\": 1728, \"clust\": 2449, \"rank\": 2516, \"rankvar\": 2408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1861, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1760, \"group\": [2452.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGTCATCCA\", \"ini\": 1727, \"clust\": 2999, \"rank\": 2699, \"rankvar\": 2783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1761, \"group\": [3000.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAGTATGGTTC\", \"ini\": 1726, \"clust\": 4260, \"rank\": 3303, \"rankvar\": 4912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1863, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 114, \"group\": [4258.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTAATTGGA\", \"ini\": 1725, \"clust\": 2302, \"rank\": 2537, \"rankvar\": 1537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1762, \"group\": [2306.0, 386.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATGGTCTA\", \"ini\": 1724, \"clust\": 4265, \"rank\": 3268, \"rankvar\": 4989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1865, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 115, \"group\": [4262.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCACCCGAG\", \"ini\": 1723, \"clust\": 3023, \"rank\": 2917, \"rankvar\": 2943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1763, \"group\": [3023.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAGACGTAG\", \"ini\": 1722, \"clust\": 3013, \"rank\": 2808, \"rankvar\": 1749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1764, \"group\": [3013.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCCGTACAA\", \"ini\": 1721, \"clust\": 2225, \"rank\": 2754, \"rankvar\": 2091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1868, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1765, \"group\": [2224.0, 374.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGAGTGACC\", \"ini\": 1720, \"clust\": 3794, \"rank\": 2448, \"rankvar\": 4455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1869, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2784, \"group\": [3792.0, 705.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGCCCTAAT\", \"ini\": 1719, \"clust\": 4696, \"rank\": 2236, \"rankvar\": 4153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1870, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4918, \"group\": [4697.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGGAGCGTT\", \"ini\": 1718, \"clust\": 4214, \"rank\": 3113, \"rankvar\": 4803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1871, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 116, \"group\": [4210.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACATAACC\", \"ini\": 1717, \"clust\": 4571, \"rank\": 2187, \"rankvar\": 3056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1872, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4919, \"group\": [4574.0, 873.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACAAGCCATT\", \"ini\": 1716, \"clust\": 4564, \"rank\": 2146, \"rankvar\": 4233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1873, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4920, \"group\": [4563.0, 870.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCGCGAAA\", \"ini\": 1715, \"clust\": 4760, \"rank\": 2264, \"rankvar\": 4519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1874, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4921, \"group\": [4762.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTCGACTGC\", \"ini\": 1714, \"clust\": 2981, \"rank\": 2871, \"rankvar\": 819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1766, \"group\": [2982.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCATTCTA\", \"ini\": 1713, \"clust\": 2266, \"rank\": 2501, \"rankvar\": 3407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1767, \"group\": [2267.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAACTGTC\", \"ini\": 1712, \"clust\": 4588, \"rank\": 2783, \"rankvar\": 3825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1877, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4922, \"group\": [4588.0, 878.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTGGACGAT\", \"ini\": 1711, \"clust\": 2286, \"rank\": 2597, \"rankvar\": 3003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1768, \"group\": [2290.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACACATGGGA\", \"ini\": 1710, \"clust\": 2941, \"rank\": 2591, \"rankvar\": 835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1769, \"group\": [2941.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGTCAGCC\", \"ini\": 1709, \"clust\": 4623, \"rank\": 2408, \"rankvar\": 3818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1880, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4923, \"group\": [4622.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCATGGTAGG\", \"ini\": 1708, \"clust\": 2206, \"rank\": 2778, \"rankvar\": 1245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1881, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1770, \"group\": [2211.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACATTTCAGG\", \"ini\": 1707, \"clust\": 3061, \"rank\": 2813, \"rankvar\": 1795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1771, \"group\": [3063.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTCGGATCC\", \"ini\": 1706, \"clust\": 1567, \"rank\": 2252, \"rankvar\": 2582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3145, \"group\": [1567.0, 174.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAGTATTAGCC\", \"ini\": 1705, \"clust\": 2499, \"rank\": 2561, \"rankvar\": 1920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1772, \"group\": [2498.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCGCAT\", \"ini\": 1704, \"clust\": 2255, \"rank\": 2819, \"rankvar\": 1009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1773, \"group\": [2256.0, 382.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCATTCACTT\", \"ini\": 1703, \"clust\": 3162, \"rank\": 2834, \"rankvar\": 2724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1774, \"group\": [3162.0, 456.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGTGGACC\", \"ini\": 1702, \"clust\": 28, \"rank\": 3069, \"rankvar\": 4748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1887, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5216, \"group\": [27.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTTTACGT\", \"ini\": 1701, \"clust\": 3164, \"rank\": 2765, \"rankvar\": 972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1775, \"group\": [3165.0, 457.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCAACACCTA\", \"ini\": 1700, \"clust\": 1492, \"rank\": 1879, \"rankvar\": 4629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1889, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3969, \"group\": [1493.0, 146.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTACATGA\", \"ini\": 1699, \"clust\": 2182, \"rank\": 2686, \"rankvar\": 458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1776, \"group\": [2180.0, 369.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATGTGGT\", \"ini\": 1698, \"clust\": 4815, \"rank\": 2532, \"rankvar\": 3708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1891, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4924, \"group\": [4813.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTAACGGT\", \"ini\": 1697, \"clust\": 4211, \"rank\": 3103, \"rankvar\": 4740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1892, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 117, \"group\": [4208.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGATAAGT\", \"ini\": 1696, \"clust\": 3041, \"rank\": 2668, \"rankvar\": 1717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1777, \"group\": [3044.0, 412.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTACGCCC\", \"ini\": 1695, \"clust\": 3774, \"rank\": 2693, \"rankvar\": 3797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1894, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2785, \"group\": [3773.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAAACGCG\", \"ini\": 1694, \"clust\": 2208, \"rank\": 2784, \"rankvar\": 2860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1778, \"group\": [2206.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGACCTAGG\", \"ini\": 1693, \"clust\": 4182, \"rank\": 3063, \"rankvar\": 5069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1896, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 118, \"group\": [4179.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGTAGAGC\", \"ini\": 1692, \"clust\": 1553, \"rank\": 1895, \"rankvar\": 4133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1897, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3146, \"group\": [1565.0, 173.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGGCGACAT\", \"ini\": 1691, \"clust\": 3051, \"rank\": 2812, \"rankvar\": 1677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1898, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1779, \"group\": [3052.0, 413.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACGGTTTA\", \"ini\": 1690, \"clust\": 1904, \"rank\": 2710, \"rankvar\": 909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1780, \"group\": [1907.0, 323.0, 58.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCCGACTT\", \"ini\": 1689, \"clust\": 4570, \"rank\": 2748, \"rankvar\": 1582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1900, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4925, \"group\": [4571.0, 872.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAGGTAA\", \"ini\": 1688, \"clust\": 2169, \"rank\": 2759, \"rankvar\": 4131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1781, \"group\": [2170.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGCT\", \"ini\": 1687, \"clust\": 2143, \"rank\": 2722, \"rankvar\": 4640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1782, \"group\": [2143.0, 356.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGATGTAT\", \"ini\": 1686, \"clust\": 4802, \"rank\": 2629, \"rankvar\": 4302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1903, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4926, \"group\": [4802.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCATCTGTT\", \"ini\": 1685, \"clust\": 4864, \"rank\": 2707, \"rankvar\": 1773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1904, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4927, \"group\": [4862.0, 897.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGCTAGTTC\", \"ini\": 1684, \"clust\": 2280, \"rank\": 2760, \"rankvar\": 582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1783, \"group\": [2283.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGTCACGCC\", \"ini\": 1683, \"clust\": 2343, \"rank\": 2768, \"rankvar\": 1275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1784, \"group\": [2344.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTTGGACCC\", \"ini\": 1682, \"clust\": 4630, \"rank\": 2285, \"rankvar\": 3865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4928, \"group\": [4630.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAGGCCCA\", \"ini\": 1681, \"clust\": 2900, \"rank\": 2983, \"rankvar\": 1972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1785, \"group\": [2898.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTTGTATC\", \"ini\": 1680, \"clust\": 1588, \"rank\": 1691, \"rankvar\": 4388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1909, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3147, \"group\": [1589.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTAGCTGCC\", \"ini\": 1679, \"clust\": 2227, \"rank\": 2870, \"rankvar\": 1973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1786, \"group\": [2228.0, 376.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATGACT\", \"ini\": 1678, \"clust\": 4611, \"rank\": 2540, \"rankvar\": 2555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4929, \"group\": [4614.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAATCCGCTGTT\", \"ini\": 1677, \"clust\": 2820, \"rank\": 2616, \"rankvar\": 2234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1787, \"group\": [2819.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCTAGCCC\", \"ini\": 1676, \"clust\": 2306, \"rank\": 2740, \"rankvar\": 1399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1788, \"group\": [2310.0, 386.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACACGGTGTC\", \"ini\": 1675, \"clust\": 2203, \"rank\": 2949, \"rankvar\": 1398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1789, \"group\": [2203.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGAACTGTA\", \"ini\": 1674, \"clust\": 2818, \"rank\": 2637, \"rankvar\": 2185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1790, \"group\": [2820.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACCGTTA\", \"ini\": 1673, \"clust\": 4295, \"rank\": 2832, \"rankvar\": 4622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1791, \"group\": [4295.0, 801.0, 129.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCATGGAATA\", \"ini\": 1672, \"clust\": 4592, \"rank\": 2711, \"rankvar\": 4119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1917, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4930, \"group\": [4593.0, 879.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATTACCC\", \"ini\": 1671, \"clust\": 2125, \"rank\": 2621, \"rankvar\": 3255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1792, \"group\": [2128.0, 349.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAGTGAGTG\", \"ini\": 1670, \"clust\": 4550, \"rank\": 1744, \"rankvar\": 4412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1919, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4931, \"group\": [4547.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCACGGTTA\", \"ini\": 1669, \"clust\": 3304, \"rank\": 2883, \"rankvar\": 4032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1793, \"group\": [3303.0, 492.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTAGCCTCG\", \"ini\": 1668, \"clust\": 3424, \"rank\": 2942, \"rankvar\": 1689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1921, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2786, \"group\": [3425.0, 556.0, 85.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAACGCGA\", \"ini\": 1667, \"clust\": 2260, \"rank\": 2602, \"rankvar\": 4139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1794, \"group\": [2260.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCTCCACT\", \"ini\": 1666, \"clust\": 4862, \"rank\": 2873, \"rankvar\": 2506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4932, \"group\": [4860.0, 897.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTATAATGG\", \"ini\": 1665, \"clust\": 2904, \"rank\": 2660, \"rankvar\": 2477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1795, \"group\": [2907.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCACTTACT\", \"ini\": 1664, \"clust\": 2888, \"rank\": 2844, \"rankvar\": 3448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1796, \"group\": [2901.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTGTATGGG\", \"ini\": 1663, \"clust\": 4627, \"rank\": 2238, \"rankvar\": 4348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1926, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4933, \"group\": [4627.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCACCTTAT\", \"ini\": 1662, \"clust\": 2799, \"rank\": 2932, \"rankvar\": 3086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1927, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1797, \"group\": [2802.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCATCGATG\", \"ini\": 1661, \"clust\": 2247, \"rank\": 2656, \"rankvar\": 3555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1798, \"group\": [2247.0, 380.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAACGACG\", \"ini\": 1660, \"clust\": 2786, \"rank\": 2795, \"rankvar\": 2324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1799, \"group\": [2786.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACGATGT\", \"ini\": 1659, \"clust\": 2188, \"rank\": 2934, \"rankvar\": 2376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1930, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1800, \"group\": [2189.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTACACCGC\", \"ini\": 1658, \"clust\": 1657, \"rank\": 2964, \"rankvar\": 1032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1931, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1801, \"group\": [1661.0, 221.0, 42.0, 12.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGAACTGT\", \"ini\": 1657, \"clust\": 4217, \"rank\": 3189, \"rankvar\": 4845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1932, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 119, \"group\": [4211.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGGACCACA\", \"ini\": 1656, \"clust\": 1486, \"rank\": 2563, \"rankvar\": 4299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1933, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3970, \"group\": [1487.0, 145.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAATAACGA\", \"ini\": 1655, \"clust\": 2287, \"rank\": 2929, \"rankvar\": 2714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1934, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1802, \"group\": [2289.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGCCTAA\", \"ini\": 1654, \"clust\": 2204, \"rank\": 2848, \"rankvar\": 2359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1803, \"group\": [2204.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCACAACGCC\", \"ini\": 1653, \"clust\": 1589, \"rank\": 1884, \"rankvar\": 3832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3148, \"group\": [1590.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCCATGCTC\", \"ini\": 1652, \"clust\": 4654, \"rank\": 2278, \"rankvar\": 4094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1937, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4934, \"group\": [4657.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGCTGCT\", \"ini\": 1651, \"clust\": 2739, \"rank\": 2802, \"rankvar\": 1407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1938, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1804, \"group\": [2739.0, 401.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTTAAGCC\", \"ini\": 1650, \"clust\": 3780, \"rank\": 2459, \"rankvar\": 3397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2787, \"group\": [3780.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGGTTTCA\", \"ini\": 1649, \"clust\": 4874, \"rank\": 2850, \"rankvar\": 3466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4935, \"group\": [4874.0, 905.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGAGGGTT\", \"ini\": 1648, \"clust\": 4795, \"rank\": 2505, \"rankvar\": 4158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1941, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4936, \"group\": [4797.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAATGGATA\", \"ini\": 1647, \"clust\": 1574, \"rank\": 2208, \"rankvar\": 2703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3149, \"group\": [1575.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGGTACTCT\", \"ini\": 1646, \"clust\": 2217, \"rank\": 3002, \"rankvar\": 850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1805, \"group\": [2218.0, 373.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAACGCTA\", \"ini\": 1645, \"clust\": 4799, \"rank\": 2470, \"rankvar\": 4262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4937, \"group\": [4798.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTTCAACCA\", \"ini\": 1644, \"clust\": 2252, \"rank\": 2731, \"rankvar\": 728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1806, \"group\": [2251.0, 381.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCAGAGGT\", \"ini\": 1643, \"clust\": 2782, \"rank\": 2877, \"rankvar\": 2045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1946, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1807, \"group\": [2783.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCAAGATCC\", \"ini\": 1642, \"clust\": 4263, \"rank\": 3436, \"rankvar\": 4818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1947, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 120, \"group\": [4263.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCAGATAATG\", \"ini\": 1641, \"clust\": 2851, \"rank\": 2758, \"rankvar\": 2974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1948, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1808, \"group\": [2850.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGCGATTCT\", \"ini\": 1640, \"clust\": 2180, \"rank\": 2845, \"rankvar\": 1380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1809, \"group\": [2181.0, 369.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAGGCT\", \"ini\": 1639, \"clust\": 2440, \"rank\": 2481, \"rankvar\": 1008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1810, \"group\": [2441.0, 398.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAAACTGCT\", \"ini\": 1638, \"clust\": 2880, \"rank\": 2860, \"rankvar\": 1272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1811, \"group\": [2879.0, 405.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTTGCGT\", \"ini\": 1637, \"clust\": 4183, \"rank\": 3251, \"rankvar\": 4978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1952, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 121, \"group\": [4190.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGTAGATGT\", \"ini\": 1636, \"clust\": 2500, \"rank\": 2593, \"rankvar\": 4414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1812, \"group\": [2502.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTGACGCCT\", \"ini\": 1635, \"clust\": 3049, \"rank\": 2907, \"rankvar\": 212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1813, \"group\": [3050.0, 413.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCTCGCAT\", \"ini\": 1634, \"clust\": 1554, \"rank\": 1933, \"rankvar\": 3366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3150, \"group\": [1554.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAGGTTTCA\", \"ini\": 1633, \"clust\": 2794, \"rank\": 2770, \"rankvar\": 1405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1814, \"group\": [2797.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCTGGC\", \"ini\": 1632, \"clust\": 1561, \"rank\": 2173, \"rankvar\": 2329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3151, \"group\": [1561.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTTAAAGTG\", \"ini\": 1631, \"clust\": 2171, \"rank\": 2821, \"rankvar\": 1936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1815, \"group\": [2171.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGGAGCAA\", \"ini\": 1630, \"clust\": 2792, \"rank\": 2863, \"rankvar\": 2094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1816, \"group\": [2793.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGGTGTGGT\", \"ini\": 1629, \"clust\": 2201, \"rank\": 2989, \"rankvar\": 1228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1817, \"group\": [2198.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAACAACA\", \"ini\": 1628, \"clust\": 2162, \"rank\": 3003, \"rankvar\": 1761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1961, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1818, \"group\": [2163.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCCAGTTT\", \"ini\": 1627, \"clust\": 2212, \"rank\": 2858, \"rankvar\": 1139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1819, \"group\": [2213.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTACATGTC\", \"ini\": 1626, \"clust\": 2979, \"rank\": 2867, \"rankvar\": 949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1820, \"group\": [2979.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCACCGATAT\", \"ini\": 1625, \"clust\": 41, \"rank\": 2789, \"rankvar\": 4933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1964, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5217, \"group\": [38.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACACTGCG\", \"ini\": 1624, \"clust\": 2250, \"rank\": 2676, \"rankvar\": 1433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1821, \"group\": [2254.0, 381.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTACGCCC\", \"ini\": 1623, \"clust\": 2175, \"rank\": 2855, \"rankvar\": 239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1822, \"group\": [2178.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCAAGCC\", \"ini\": 1622, \"clust\": 2300, \"rank\": 2782, \"rankvar\": 1495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1823, \"group\": [2299.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCAGGAATGC\", \"ini\": 1621, \"clust\": 3000, \"rank\": 2889, \"rankvar\": 3307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1824, \"group\": [3001.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTGATGATA\", \"ini\": 1620, \"clust\": 3143, \"rank\": 3190, \"rankvar\": 381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1969, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1825, \"group\": [3149.0, 446.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTCCGAATT\", \"ini\": 1619, \"clust\": 532, \"rank\": 2526, \"rankvar\": 2352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3152, \"group\": [536.0, 89.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGACACGAC\", \"ini\": 1618, \"clust\": 111, \"rank\": 3109, \"rankvar\": 1517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1971, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 122, \"group\": [112.0, 23.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTGCACCAC\", \"ini\": 1617, \"clust\": 3297, \"rank\": 2896, \"rankvar\": 1766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1972, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1826, \"group\": [3298.0, 488.0, 69.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGACACGAC\", \"ini\": 1616, \"clust\": 3174, \"rank\": 2960, \"rankvar\": 1239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1973, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1827, \"group\": [3176.0, 460.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCATGCTCC\", \"ini\": 1615, \"clust\": 2894, \"rank\": 2820, \"rankvar\": 2240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1828, \"group\": [2900.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGCTTAG\", \"ini\": 1614, \"clust\": 2218, \"rank\": 3071, \"rankvar\": 2231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1829, \"group\": [2222.0, 373.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTCAAACTC\", \"ini\": 1613, \"clust\": 2321, \"rank\": 2695, \"rankvar\": 3815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1976, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1830, \"group\": [2321.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCTAGCCC\", \"ini\": 1612, \"clust\": 2457, \"rank\": 2747, \"rankvar\": 3131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1831, \"group\": [2456.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTTACTGAC\", \"ini\": 1611, \"clust\": 4509, \"rank\": 2554, \"rankvar\": 2121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1978, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4938, \"group\": [4518.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAATTGCTG\", \"ini\": 1610, \"clust\": 3060, \"rank\": 2816, \"rankvar\": 577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1832, \"group\": [3064.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATGCTAGT\", \"ini\": 1609, \"clust\": 2986, \"rank\": 2969, \"rankvar\": 1937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1833, \"group\": [2987.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCCGCTGA\", \"ini\": 1608, \"clust\": 2172, \"rank\": 2842, \"rankvar\": 2345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1834, \"group\": [2172.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCAGCGATT\", \"ini\": 1607, \"clust\": 2770, \"rank\": 2829, \"rankvar\": 668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1835, \"group\": [2772.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGACACG\", \"ini\": 1606, \"clust\": 3094, \"rank\": 2951, \"rankvar\": 1244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1836, \"group\": [3098.0, 423.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATCCGGGT\", \"ini\": 1605, \"clust\": 3775, \"rank\": 2978, \"rankvar\": 4150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1984, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2788, \"group\": [3774.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCATCGATG\", \"ini\": 1604, \"clust\": 2139, \"rank\": 2999, \"rankvar\": 906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1837, \"group\": [2146.0, 358.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCATAGAAAC\", \"ini\": 1603, \"clust\": 2202, \"rank\": 2997, \"rankvar\": 2514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1986, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1838, \"group\": [2199.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATAACCTG\", \"ini\": 1602, \"clust\": 1484, \"rank\": 2703, \"rankvar\": 4351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1987, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3971, \"group\": [1485.0, 144.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGGTGGGTT\", \"ini\": 1601, \"clust\": 2791, \"rank\": 2809, \"rankvar\": 934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1839, \"group\": [2792.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACATAACC\", \"ini\": 1600, \"clust\": 4593, \"rank\": 2677, \"rankvar\": 2721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1989, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4939, \"group\": [4594.0, 879.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCATTATCC\", \"ini\": 1599, \"clust\": 4615, \"rank\": 2403, \"rankvar\": 2978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1990, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4940, \"group\": [4615.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCGATGAGG\", \"ini\": 1598, \"clust\": 2301, \"rank\": 2739, \"rankvar\": 813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1991, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1840, \"group\": [2300.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATAGCTGATAA\", \"ini\": 1597, \"clust\": 2262, \"rank\": 2927, \"rankvar\": 3542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1841, \"group\": [2264.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTCGGGCT\", \"ini\": 1596, \"clust\": 2780, \"rank\": 2894, \"rankvar\": 3116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1993, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1842, \"group\": [2781.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGGAAATA\", \"ini\": 1595, \"clust\": 3777, \"rank\": 2698, \"rankvar\": 3193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1994, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2789, \"group\": [3778.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGACATTGGTAC\", \"ini\": 1594, \"clust\": 2468, \"rank\": 2852, \"rankvar\": 1514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1843, \"group\": [2469.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGGAAATA\", \"ini\": 1593, \"clust\": 1606, \"rank\": 2872, \"rankvar\": 393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3153, \"group\": [1607.0, 180.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCGTTTATC\", \"ini\": 1592, \"clust\": 2207, \"rank\": 2958, \"rankvar\": 621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1844, \"group\": [2210.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAGTTCCCT\", \"ini\": 1591, \"clust\": 4207, \"rank\": 3324, \"rankvar\": 4834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1998, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 123, \"group\": [4205.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCGTAGAGCTG\", \"ini\": 1590, \"clust\": 1580, \"rank\": 1808, \"rankvar\": 4573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3154, \"group\": [1584.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTACTATC\", \"ini\": 1589, \"clust\": 3785, \"rank\": 2815, \"rankvar\": 3963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2000, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2790, \"group\": [3784.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTTCCGCGGTA\", \"ini\": 1588, \"clust\": 4256, \"rank\": 3508, \"rankvar\": 5080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2001, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 124, \"group\": [4256.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACAGCT\", \"ini\": 1587, \"clust\": 3165, \"rank\": 2916, \"rankvar\": 1283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2002, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1845, \"group\": [3166.0, 457.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCCAACGG\", \"ini\": 1586, \"clust\": 2200, \"rank\": 3021, \"rankvar\": 2253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1846, \"group\": [2200.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAGTGTTGAGG\", \"ini\": 1585, \"clust\": 4607, \"rank\": 2720, \"rankvar\": 3241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4941, \"group\": [4606.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAGCCTAT\", \"ini\": 1584, \"clust\": 2975, \"rank\": 2992, \"rankvar\": 1334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1847, \"group\": [2975.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCATCACGAT\", \"ini\": 1583, \"clust\": 4599, \"rank\": 2423, \"rankvar\": 3946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2006, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4942, \"group\": [4600.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTCCCGAG\", \"ini\": 1582, \"clust\": 2798, \"rank\": 2972, \"rankvar\": 3523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1848, \"group\": [2799.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGCATACT\", \"ini\": 1581, \"clust\": 3705, \"rank\": 2948, \"rankvar\": 3544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2008, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2791, \"group\": [3704.0, 693.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCTTTCCTC\", \"ini\": 1580, \"clust\": 2277, \"rank\": 2716, \"rankvar\": 4001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2009, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1849, \"group\": [2279.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTGTTG\", \"ini\": 1579, \"clust\": 4604, \"rank\": 2534, \"rankvar\": 3055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2010, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4943, \"group\": [4608.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCATATACGC\", \"ini\": 1578, \"clust\": 4275, \"rank\": 3527, \"rankvar\": 4623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2011, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 125, \"group\": [4272.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGAATCTCC\", \"ini\": 1577, \"clust\": 2976, \"rank\": 3004, \"rankvar\": 512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1850, \"group\": [2976.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAATGAC\", \"ini\": 1576, \"clust\": 4273, \"rank\": 3502, \"rankvar\": 4927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2013, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 126, \"group\": [4273.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCATCGGAT\", \"ini\": 1575, \"clust\": 1581, \"rank\": 2199, \"rankvar\": 1941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2014, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3155, \"group\": [1583.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGAGTACAT\", \"ini\": 1574, \"clust\": 2811, \"rank\": 2876, \"rankvar\": 1872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1851, \"group\": [2811.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCGATCCC\", \"ini\": 1573, \"clust\": 1556, \"rank\": 2133, \"rankvar\": 4027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3156, \"group\": [1556.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGAGCAATT\", \"ini\": 1572, \"clust\": 2155, \"rank\": 3073, \"rankvar\": 1728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2017, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1852, \"group\": [2165.0, 366.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCTTGTTTG\", \"ini\": 1571, \"clust\": 4361, \"rank\": 3070, \"rankvar\": 4323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2018, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 127, \"group\": [4362.0, 819.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCGAATGT\", \"ini\": 1570, \"clust\": 2159, \"rank\": 3029, \"rankvar\": 1344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1853, \"group\": [2158.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCTTGAGAC\", \"ini\": 1569, \"clust\": 2278, \"rank\": 2788, \"rankvar\": 2850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1854, \"group\": [2277.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAGGCAGTA\", \"ini\": 1568, \"clust\": 4640, \"rank\": 2551, \"rankvar\": 4587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2021, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4944, \"group\": [4640.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTACACT\", \"ini\": 1567, \"clust\": 4587, \"rank\": 2649, \"rankvar\": 3587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2022, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4945, \"group\": [4590.0, 878.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCGTGTCC\", \"ini\": 1566, \"clust\": 3153, \"rank\": 3101, \"rankvar\": 937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1855, \"group\": [3153.0, 450.0, 64.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTAAACACA\", \"ini\": 1565, \"clust\": 2335, \"rank\": 2792, \"rankvar\": 2972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1856, \"group\": [2334.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCTGTTCA\", \"ini\": 1564, \"clust\": 4793, \"rank\": 2529, \"rankvar\": 4664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2025, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4946, \"group\": [4793.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCCTACAGA\", \"ini\": 1563, \"clust\": 2795, \"rank\": 2841, \"rankvar\": 2346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2026, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1857, \"group\": [2795.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCAGTAG\", \"ini\": 1562, \"clust\": 2161, \"rank\": 3014, \"rankvar\": 1165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1858, \"group\": [2164.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTGCAGACA\", \"ini\": 1561, \"clust\": 2796, \"rank\": 2826, \"rankvar\": 4294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2028, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1859, \"group\": [2796.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTCGGCAC\", \"ini\": 1560, \"clust\": 4223, \"rank\": 3296, \"rankvar\": 5227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2029, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 128, \"group\": [4223.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCTACCTA\", \"ini\": 1559, \"clust\": 2144, \"rank\": 2935, \"rankvar\": 1659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2030, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1860, \"group\": [2144.0, 357.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTGTGTG\", \"ini\": 1558, \"clust\": 3790, \"rank\": 2837, \"rankvar\": 1849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2792, \"group\": [3789.0, 703.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGACTTGAA\", \"ini\": 1557, \"clust\": 2788, \"rank\": 2869, \"rankvar\": 4110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2032, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1861, \"group\": [2788.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCCTGACT\", \"ini\": 1556, \"clust\": 4624, \"rank\": 2721, \"rankvar\": 2732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2033, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4947, \"group\": [4623.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGCTAACTC\", \"ini\": 1555, \"clust\": 3787, \"rank\": 2944, \"rankvar\": 2659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2034, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2793, \"group\": [3791.0, 704.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCACAACGT\", \"ini\": 1554, \"clust\": 2800, \"rank\": 2947, \"rankvar\": 1083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1862, \"group\": [2800.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCTGCA\", \"ini\": 1553, \"clust\": 1892, \"rank\": 2311, \"rankvar\": 4600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2036, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2794, \"group\": [1891.0, 315.0, 55.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCGAATGCT\", \"ini\": 1552, \"clust\": 3637, \"rank\": 2469, \"rankvar\": 3563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2795, \"group\": [3637.0, 653.0, 106.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGTCAATC\", \"ini\": 1551, \"clust\": 2120, \"rank\": 2974, \"rankvar\": 1219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1863, \"group\": [2124.0, 346.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACCTTTG\", \"ini\": 1550, \"clust\": 3168, \"rank\": 3080, \"rankvar\": 2597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1864, \"group\": [3173.0, 458.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGACATTA\", \"ini\": 1549, \"clust\": 4290, \"rank\": 3478, \"rankvar\": 5092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2040, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 129, \"group\": [4290.0, 797.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGTGGCT\", \"ini\": 1548, \"clust\": 3166, \"rank\": 2979, \"rankvar\": 696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2041, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1865, \"group\": [3167.0, 458.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGGAGTCTG\", \"ini\": 1547, \"clust\": 514, \"rank\": 2375, \"rankvar\": 971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2042, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3157, \"group\": [517.0, 81.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATCTGCA\", \"ini\": 1546, \"clust\": 3781, \"rank\": 2790, \"rankvar\": 2743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2043, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2796, \"group\": [3781.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTCACTTCC\", \"ini\": 1545, \"clust\": 4637, \"rank\": 2372, \"rankvar\": 4659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2044, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4948, \"group\": [4642.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTAAAGGAG\", \"ini\": 1544, \"clust\": 4147, \"rank\": 3226, \"rankvar\": 4374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2045, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 130, \"group\": [4145.0, 784.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTTAAGACA\", \"ini\": 1543, \"clust\": 2245, \"rank\": 2839, \"rankvar\": 646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1866, \"group\": [2248.0, 380.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCATGTCCTC\", \"ini\": 1542, \"clust\": 112, \"rank\": 3297, \"rankvar\": 3980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2047, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4949, \"group\": [113.0, 24.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCATTCA\", \"ini\": 1541, \"clust\": 2265, \"rank\": 2712, \"rankvar\": 3734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1867, \"group\": [2268.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTACCTACA\", \"ini\": 1540, \"clust\": 4608, \"rank\": 2827, \"rankvar\": 3649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4950, \"group\": [4611.0, 882.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAATGACCT\", \"ini\": 1539, \"clust\": 2787, \"rank\": 3013, \"rankvar\": 2475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2050, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1868, \"group\": [2790.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCAGAAGCAC\", \"ini\": 1538, \"clust\": 2493, \"rank\": 2767, \"rankvar\": 1460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2051, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1869, \"group\": [2494.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGCTAGTGG\", \"ini\": 1537, \"clust\": 2344, \"rank\": 2945, \"rankvar\": 2720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1870, \"group\": [2342.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTAACTTC\", \"ini\": 1536, \"clust\": 2333, \"rank\": 2830, \"rankvar\": 4525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1871, \"group\": [2335.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGACTTGAA\", \"ini\": 1535, \"clust\": 4143, \"rank\": 3355, \"rankvar\": 4831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2054, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 131, \"group\": [4143.0, 783.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAATCCAAC\", \"ini\": 1534, \"clust\": 4618, \"rank\": 2454, \"rankvar\": 4113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2055, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4951, \"group\": [4620.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCACGGCTAC\", \"ini\": 1533, \"clust\": 2126, \"rank\": 2804, \"rankvar\": 3007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2056, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1872, \"group\": [2127.0, 348.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCGTTGCT\", \"ini\": 1532, \"clust\": 1552, \"rank\": 2169, \"rankvar\": 3178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2057, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3158, \"group\": [1553.0, 171.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGCCACGTC\", \"ini\": 1531, \"clust\": 2205, \"rank\": 3016, \"rankvar\": 914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1873, \"group\": [2212.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGGGAGTAA\", \"ini\": 1530, \"clust\": 3155, \"rank\": 3153, \"rankvar\": 1986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1874, \"group\": [3161.0, 455.0, 65.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATGTGGTCTCG\", \"ini\": 1529, \"clust\": 4625, \"rank\": 2771, \"rankvar\": 4297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2060, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4952, \"group\": [4628.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTTGTCC\", \"ini\": 1528, \"clust\": 2275, \"rank\": 2704, \"rankvar\": 2775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1875, \"group\": [2274.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCACTCTTA\", \"ini\": 1527, \"clust\": 2801, \"rank\": 2962, \"rankvar\": 4505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1876, \"group\": [2801.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCTGAAAT\", \"ini\": 1526, \"clust\": 5195, \"rank\": 3126, \"rankvar\": 1974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2063, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3026, \"group\": [5197.0, 1064.0, 179.0, 40.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTAAAGTG\", \"ini\": 1525, \"clust\": 4297, \"rank\": 3001, \"rankvar\": 2038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1877, \"group\": [4297.0, 802.0, 130.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTTTGTGTG\", \"ini\": 1524, \"clust\": 4800, \"rank\": 2633, \"rankvar\": 4316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2065, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4953, \"group\": [4799.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATGTTGC\", \"ini\": 1523, \"clust\": 2195, \"rank\": 3037, \"rankvar\": 1027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2066, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1878, \"group\": [2194.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCATCGGAT\", \"ini\": 1522, \"clust\": 4870, \"rank\": 2921, \"rankvar\": 3199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2067, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4954, \"group\": [4875.0, 906.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATGTAAG\", \"ini\": 1521, \"clust\": 4585, \"rank\": 2843, \"rankvar\": 4173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2068, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4955, \"group\": [4586.0, 878.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTGCCTGGT\", \"ini\": 1520, \"clust\": 4794, \"rank\": 2650, \"rankvar\": 3938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4956, \"group\": [4794.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCCACTTG\", \"ini\": 1519, \"clust\": 4142, \"rank\": 3115, \"rankvar\": 4757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2070, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 132, \"group\": [4144.0, 783.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGCCG\", \"ini\": 1518, \"clust\": 3059, \"rank\": 2880, \"rankvar\": 1968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1879, \"group\": [3059.0, 415.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTCGTTGTA\", \"ini\": 1517, \"clust\": 541, \"rank\": 2607, \"rankvar\": 958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3159, \"group\": [542.0, 91.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTGGCACA\", \"ini\": 1516, \"clust\": 1555, \"rank\": 2414, \"rankvar\": 3049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2073, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3160, \"group\": [1555.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGAGAACAG\", \"ini\": 1515, \"clust\": 4872, \"rank\": 2884, \"rankvar\": 3206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2074, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4957, \"group\": [4872.0, 905.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTAGCCTAT\", \"ini\": 1514, \"clust\": 2177, \"rank\": 2986, \"rankvar\": 1372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1880, \"group\": [2177.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGATATAC\", \"ini\": 1513, \"clust\": 2279, \"rank\": 2946, \"rankvar\": 4360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2076, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1881, \"group\": [2278.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGATGCGAC\", \"ini\": 1512, \"clust\": 2209, \"rank\": 3074, \"rankvar\": 3250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1882, \"group\": [2207.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGACAGAGA\", \"ini\": 1511, \"clust\": 4278, \"rank\": 3540, \"rankvar\": 4810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2078, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 133, \"group\": [4275.0, 791.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCGCAGGCT\", \"ini\": 1510, \"clust\": 3169, \"rank\": 2931, \"rankvar\": 1518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1883, \"group\": [3169.0, 458.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTTACAGAA\", \"ini\": 1509, \"clust\": 3302, \"rank\": 3060, \"rankvar\": 2905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2080, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1884, \"group\": [3306.0, 492.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGGAACGG\", \"ini\": 1508, \"clust\": 3181, \"rank\": 3054, \"rankvar\": 714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1885, \"group\": [3184.0, 464.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTAGATTAG\", \"ini\": 1507, \"clust\": 3010, \"rank\": 3095, \"rankvar\": 1909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2082, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1886, \"group\": [3009.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAATACGCT\", \"ini\": 1506, \"clust\": 4233, \"rank\": 3594, \"rankvar\": 5198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2083, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 134, \"group\": [4231.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACGTCTCT\", \"ini\": 1505, \"clust\": 2196, \"rank\": 3023, \"rankvar\": 1140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2084, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1887, \"group\": [2195.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCGTGGCT\", \"ini\": 1504, \"clust\": 4605, \"rank\": 2673, \"rankvar\": 3915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2085, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4958, \"group\": [4607.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGAGCAATT\", \"ini\": 1503, \"clust\": 4797, \"rank\": 2598, \"rankvar\": 4000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4959, \"group\": [4796.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCGAACTGT\", \"ini\": 1502, \"clust\": 4218, \"rank\": 3353, \"rankvar\": 4983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2087, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 135, \"group\": [4212.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCATCAACACTG\", \"ini\": 1501, \"clust\": 3751, \"rank\": 2833, \"rankvar\": 1769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2088, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2797, \"group\": [3755.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCGTAGAGTGC\", \"ini\": 1500, \"clust\": 2194, \"rank\": 3010, \"rankvar\": 952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1888, \"group\": [2196.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAAAGGAG\", \"ini\": 1499, \"clust\": 517, \"rank\": 2801, \"rankvar\": 572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3161, \"group\": [518.0, 82.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGAGGTAGA\", \"ini\": 1498, \"clust\": 2781, \"rank\": 2984, \"rankvar\": 2397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2091, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1889, \"group\": [2782.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCCACGCT\", \"ini\": 1497, \"clust\": 3167, \"rank\": 3056, \"rankvar\": 612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1890, \"group\": [3168.0, 458.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAGTACGT\", \"ini\": 1496, \"clust\": 3285, \"rank\": 2904, \"rankvar\": 3983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2093, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1891, \"group\": [3286.0, 481.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGCATGGT\", \"ini\": 1495, \"clust\": 2160, \"rank\": 3209, \"rankvar\": 3750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1892, \"group\": [2159.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGCTACGA\", \"ini\": 1494, \"clust\": 4154, \"rank\": 3479, \"rankvar\": 4500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2095, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 136, \"group\": [4159.0, 787.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGACAGCC\", \"ini\": 1493, \"clust\": 3638, \"rank\": 2864, \"rankvar\": 1476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2096, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2798, \"group\": [3638.0, 654.0, 106.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTGTGACGA\", \"ini\": 1492, \"clust\": 2213, \"rank\": 3067, \"rankvar\": 1626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2097, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1893, \"group\": [2214.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACCACATCCAA\", \"ini\": 1491, \"clust\": 4188, \"rank\": 3392, \"rankvar\": 5002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2098, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 137, \"group\": [4184.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTCTC\", \"ini\": 1490, \"clust\": 4148, \"rank\": 3132, \"rankvar\": 4271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 138, \"group\": [4146.0, 784.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGAGGACGG\", \"ini\": 1489, \"clust\": 3305, \"rank\": 3175, \"rankvar\": 1349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1894, \"group\": [3304.0, 492.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCGGACAAG\", \"ini\": 1488, \"clust\": 4586, \"rank\": 2993, \"rankvar\": 3551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2101, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4960, \"group\": [4587.0, 878.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCTAAACC\", \"ini\": 1487, \"clust\": 1579, \"rank\": 2136, \"rankvar\": 3852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3162, \"group\": [1578.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCCTATC\", \"ini\": 1486, \"clust\": 1490, \"rank\": 2654, \"rankvar\": 4476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2103, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3972, \"group\": [1489.0, 145.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCAGTCGATT\", \"ini\": 1485, \"clust\": 4269, \"rank\": 3639, \"rankvar\": 4856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2104, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 139, \"group\": [4270.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTTTGACTG\", \"ini\": 1484, \"clust\": 4215, \"rank\": 3464, \"rankvar\": 4873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2105, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 140, \"group\": [4214.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGAACCT\", \"ini\": 1483, \"clust\": 4560, \"rank\": 2573, \"rankvar\": 4355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4961, \"group\": [4566.0, 870.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCGGCTACG\", \"ini\": 1482, \"clust\": 2211, \"rank\": 3072, \"rankvar\": 2541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1895, \"group\": [2209.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAGTCAGCC\", \"ini\": 1481, \"clust\": 2740, \"rank\": 2975, \"rankvar\": 1181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1896, \"group\": [2740.0, 401.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCGCTGTT\", \"ini\": 1480, \"clust\": 4220, \"rank\": 3578, \"rankvar\": 5168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2109, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 141, \"group\": [4219.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGGCAGTA\", \"ini\": 1479, \"clust\": 1891, \"rank\": 2687, \"rankvar\": 3705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2110, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2799, \"group\": [1893.0, 315.0, 55.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTTATCCGA\", \"ini\": 1478, \"clust\": 1662, \"rank\": 2954, \"rankvar\": 304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1897, \"group\": [1663.0, 223.0, 44.0, 12.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGATCGAGCCCA\", \"ini\": 1477, \"clust\": 1572, \"rank\": 2638, \"rankvar\": 1964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3163, \"group\": [1573.0, 176.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTTGTCAT\", \"ini\": 1476, \"clust\": 1585, \"rank\": 2216, \"rankvar\": 3792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3164, \"group\": [1586.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCCCGACA\", \"ini\": 1475, \"clust\": 3727, \"rank\": 2752, \"rankvar\": 2701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2114, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2800, \"group\": [3729.0, 701.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCATTGCCC\", \"ini\": 1474, \"clust\": 4596, \"rank\": 2431, \"rankvar\": 3267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4962, \"group\": [4595.0, 880.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGCAGGTCA\", \"ini\": 1473, \"clust\": 1908, \"rank\": 2849, \"rankvar\": 827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1898, \"group\": [1909.0, 325.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTCGGCAC\", \"ini\": 1472, \"clust\": 2974, \"rank\": 3050, \"rankvar\": 1077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1899, \"group\": [2977.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTTCGTC\", \"ini\": 1471, \"clust\": 5189, \"rank\": 3082, \"rankvar\": 1347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2118, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 142, \"group\": [5193.0, 1061.0, 177.0, 39.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCAAGTAGTA\", \"ini\": 1470, \"clust\": 2261, \"rank\": 2868, \"rankvar\": 4689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1900, \"group\": [2261.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAAGGCTCC\", \"ini\": 1469, \"clust\": 518, \"rank\": 2915, \"rankvar\": 768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3165, \"group\": [519.0, 82.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTCCAGGG\", \"ini\": 1468, \"clust\": 1895, \"rank\": 2780, \"rankvar\": 1652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1901, \"group\": [1896.0, 316.0, 56.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGGCAGGTT\", \"ini\": 1467, \"clust\": 4638, \"rank\": 2682, \"rankvar\": 3400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4963, \"group\": [4638.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCACGCGGT\", \"ini\": 1466, \"clust\": 3150, \"rank\": 3330, \"rankvar\": 749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1902, \"group\": [3150.0, 447.0, 64.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTACAGACG\", \"ini\": 1465, \"clust\": 2789, \"rank\": 3128, \"rankvar\": 3414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1903, \"group\": [2789.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGATCTGAA\", \"ini\": 1464, \"clust\": 5218, \"rank\": 3450, \"rankvar\": 983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2125, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4964, \"group\": [5218.0, 1079.0, 186.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGACGACGT\", \"ini\": 1463, \"clust\": 4257, \"rank\": 3689, \"rankvar\": 5173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2126, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 143, \"group\": [4254.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATCATTC\", \"ini\": 1462, \"clust\": 2198, \"rank\": 3160, \"rankvar\": 3214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1904, \"group\": [2202.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTTTATC\", \"ini\": 1461, \"clust\": 4577, \"rank\": 2807, \"rankvar\": 3714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4965, \"group\": [4578.0, 875.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGTCATCT\", \"ini\": 1460, \"clust\": 2342, \"rank\": 2976, \"rankvar\": 4162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2129, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1905, \"group\": [2345.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCTATCCCG\", \"ini\": 1459, \"clust\": 2299, \"rank\": 2937, \"rankvar\": 3613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1906, \"group\": [2301.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACATCCGG\", \"ini\": 1458, \"clust\": 1498, \"rank\": 2627, \"rankvar\": 4620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2131, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3973, \"group\": [1502.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCAGTCGTGC\", \"ini\": 1457, \"clust\": 4097, \"rank\": 3456, \"rankvar\": 5029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 144, \"group\": [4100.0, 772.0, 122.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTCCATGA\", \"ini\": 1456, \"clust\": 2222, \"rank\": 2963, \"rankvar\": 249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1907, \"group\": [2226.0, 375.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTGATAAAC\", \"ini\": 1455, \"clust\": 4219, \"rank\": 3615, \"rankvar\": 5159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2134, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 145, \"group\": [4220.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTTCAGCGC\", \"ini\": 1454, \"clust\": 4619, \"rank\": 2680, \"rankvar\": 2788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2135, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4966, \"group\": [4618.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGTGAAC\", \"ini\": 1453, \"clust\": 3286, \"rank\": 3079, \"rankvar\": 411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1908, \"group\": [3287.0, 481.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTTAAGAAC\", \"ini\": 1452, \"clust\": 1660, \"rank\": 2893, \"rankvar\": 1050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1909, \"group\": [1659.0, 219.0, 42.0, 12.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACTCGACG\", \"ini\": 1451, \"clust\": 2989, \"rank\": 3032, \"rankvar\": 883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1910, \"group\": [2997.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGCATGCCTAA\", \"ini\": 1450, \"clust\": 2145, \"rank\": 2938, \"rankvar\": 1369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1911, \"group\": [2145.0, 357.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCTGCCAGG\", \"ini\": 1449, \"clust\": 4860, \"rank\": 3020, \"rankvar\": 3232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2140, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4967, \"group\": [4863.0, 898.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGATGAC\", \"ini\": 1448, \"clust\": 4231, \"rank\": 3574, \"rankvar\": 5166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2141, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 146, \"group\": [4228.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAGTCTTCC\", \"ini\": 1447, \"clust\": 3154, \"rank\": 3145, \"rankvar\": 908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1912, \"group\": [3154.0, 450.0, 64.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCCTAGAAC\", \"ini\": 1446, \"clust\": 5217, \"rank\": 3467, \"rankvar\": 1553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2143, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4968, \"group\": [5219.0, 1079.0, 186.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGTCATCTGCC\", \"ini\": 1445, \"clust\": 2219, \"rank\": 3207, \"rankvar\": 1875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1913, \"group\": [2221.0, 373.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTAGAAAGG\", \"ini\": 1444, \"clust\": 4580, \"rank\": 3036, \"rankvar\": 4109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2145, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4969, \"group\": [4581.0, 876.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCGCATGGC\", \"ini\": 1443, \"clust\": 3093, \"rank\": 3155, \"rankvar\": 770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1914, \"group\": [3093.0, 421.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCATAACCTG\", \"ini\": 1442, \"clust\": 3796, \"rank\": 3053, \"rankvar\": 2660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2147, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2801, \"group\": [3796.0, 706.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGGGTAC\", \"ini\": 1441, \"clust\": 3173, \"rank\": 3201, \"rankvar\": 1306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2148, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1915, \"group\": [3177.0, 461.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCTTCGG\", \"ini\": 1440, \"clust\": 2128, \"rank\": 3156, \"rankvar\": 1807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1916, \"group\": [2126.0, 347.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGACTTTCG\", \"ini\": 1439, \"clust\": 4234, \"rank\": 3577, \"rankvar\": 4953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2150, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 147, \"group\": [4232.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAGAGGA\", \"ini\": 1438, \"clust\": 3228, \"rank\": 3125, \"rankvar\": 564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1917, \"group\": [3228.0, 472.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTAAAGTCA\", \"ini\": 1437, \"clust\": 1896, \"rank\": 3041, \"rankvar\": 341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1918, \"group\": [1897.0, 317.0, 56.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCTTGTCC\", \"ini\": 1436, \"clust\": 2122, \"rank\": 2761, \"rankvar\": 2908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1919, \"group\": [2121.0, 345.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCTCGT\", \"ini\": 1435, \"clust\": 3244, \"rank\": 3222, \"rankvar\": 1425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1920, \"group\": [3243.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCTTGAGAC\", \"ini\": 1434, \"clust\": 4266, \"rank\": 3628, \"rankvar\": 5038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2155, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 148, \"group\": [4266.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTGGTCCC\", \"ini\": 1433, \"clust\": 1615, \"rank\": 2823, \"rankvar\": 1442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3166, \"group\": [1615.0, 185.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTCTGAGA\", \"ini\": 1432, \"clust\": 5190, \"rank\": 3164, \"rankvar\": 2585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2157, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 149, \"group\": [5192.0, 1060.0, 177.0, 39.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAAACCTC\", \"ini\": 1431, \"clust\": 29, \"rank\": 3352, \"rankvar\": 4758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2158, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5218, \"group\": [28.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAAGTACATGA\", \"ini\": 1430, \"clust\": 4589, \"rank\": 3087, \"rankvar\": 1218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4970, \"group\": [4589.0, 878.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACCGGGT\", \"ini\": 1429, \"clust\": 3229, \"rank\": 3210, \"rankvar\": 823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1921, \"group\": [3229.0, 472.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACGTCAAAGCG\", \"ini\": 1428, \"clust\": 2778, \"rank\": 3100, \"rankvar\": 1949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1922, \"group\": [2779.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCAGTCCCT\", \"ini\": 1427, \"clust\": 1893, \"rank\": 2619, \"rankvar\": 4337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2802, \"group\": [1892.0, 315.0, 55.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGACGAA\", \"ini\": 1426, \"clust\": 3291, \"rank\": 3278, \"rankvar\": 3800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1923, \"group\": [3293.0, 484.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAAGGGCT\", \"ini\": 1425, \"clust\": 3292, \"rank\": 3280, \"rankvar\": 2259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1924, \"group\": [3291.0, 484.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGCTACGA\", \"ini\": 1424, \"clust\": 39, \"rank\": 2973, \"rankvar\": 4921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2165, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5219, \"group\": [39.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGCTACCGC\", \"ini\": 1423, \"clust\": 3170, \"rank\": 3110, \"rankvar\": 384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1925, \"group\": [3170.0, 458.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGCGAAGGG\", \"ini\": 1422, \"clust\": 2314, \"rank\": 2930, \"rankvar\": 1934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1926, \"group\": [2314.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCCTAACC\", \"ini\": 1421, \"clust\": 4362, \"rank\": 3120, \"rankvar\": 4506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2168, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5131, \"group\": [4363.0, 819.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGACGAA\", \"ini\": 1420, \"clust\": 4559, \"rank\": 2773, \"rankvar\": 3690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4971, \"group\": [4567.0, 871.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGACACTAA\", \"ini\": 1419, \"clust\": 4261, \"rank\": 3657, \"rankvar\": 4974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2170, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 150, \"group\": [4259.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTTCCAACA\", \"ini\": 1418, \"clust\": 1897, \"rank\": 3188, \"rankvar\": 469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1927, \"group\": [1898.0, 318.0, 56.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGTCTTTACGT\", \"ini\": 1417, \"clust\": 1558, \"rank\": 2571, \"rankvar\": 3855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3167, \"group\": [1558.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAATAAGCA\", \"ini\": 1416, \"clust\": 3257, \"rank\": 3512, \"rankvar\": 1597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1928, \"group\": [3257.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGCTCCTTC\", \"ini\": 1415, \"clust\": 3156, \"rank\": 3048, \"rankvar\": 1025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1929, \"group\": [3160.0, 454.0, 65.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGAAACGCC\", \"ini\": 1414, \"clust\": 3452, \"rank\": 3286, \"rankvar\": 2902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2175, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2803, \"group\": [3453.0, 565.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTTCTGAAC\", \"ini\": 1413, \"clust\": 1483, \"rank\": 2657, \"rankvar\": 3767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2176, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3974, \"group\": [1483.0, 143.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGTACGATA\", \"ini\": 1412, \"clust\": 30, \"rank\": 3273, \"rankvar\": 4745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2177, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5220, \"group\": [29.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGCGAAGGG\", \"ini\": 1411, \"clust\": 3267, \"rank\": 3294, \"rankvar\": 544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1930, \"group\": [3267.0, 477.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAGACAAAT\", \"ini\": 1410, \"clust\": 4622, \"rank\": 2751, \"rankvar\": 4572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2179, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4972, \"group\": [4624.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTACCTC\", \"ini\": 1409, \"clust\": 512, \"rank\": 3019, \"rankvar\": 1007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3168, \"group\": [513.0, 79.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCACAAGCCC\", \"ini\": 1408, \"clust\": 1645, \"rank\": 2260, \"rankvar\": 2343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3169, \"group\": [1646.0, 211.0, 38.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTTGGTTTG\", \"ini\": 1407, \"clust\": 2793, \"rank\": 3134, \"rankvar\": 3579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1931, \"group\": [2794.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTGTCTCG\", \"ini\": 1406, \"clust\": 5192, \"rank\": 3219, \"rankvar\": 2536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2183, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 151, \"group\": [5189.0, 1058.0, 177.0, 39.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTATGTGC\", \"ini\": 1405, \"clust\": 4594, \"rank\": 2977, \"rankvar\": 4254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4973, \"group\": [4598.0, 880.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACCTATCC\", \"ini\": 1404, \"clust\": 3163, \"rank\": 3185, \"rankvar\": 894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1932, \"group\": [3163.0, 456.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAAGCTGAG\", \"ini\": 1403, \"clust\": 2121, \"rank\": 2998, \"rankvar\": 994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1933, \"group\": [2123.0, 345.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATGAAAC\", \"ini\": 1402, \"clust\": 4578, \"rank\": 3045, \"rankvar\": 3471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2187, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4974, \"group\": [4579.0, 875.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTGGGTA\", \"ini\": 1401, \"clust\": 4616, \"rank\": 2851, \"rankvar\": 3021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4975, \"group\": [4616.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGTAACGG\", \"ini\": 1400, \"clust\": 3791, \"rank\": 3152, \"rankvar\": 1643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2189, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2804, \"group\": [3790.0, 703.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGTTGCCT\", \"ini\": 1399, \"clust\": 3786, \"rank\": 3034, \"rankvar\": 3976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2190, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2805, \"group\": [3785.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTAGTGAAT\", \"ini\": 1398, \"clust\": 35, \"rank\": 3116, \"rankvar\": 4898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2191, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5221, \"group\": [36.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCAAAGGCGT\", \"ini\": 1397, \"clust\": 3057, \"rank\": 3018, \"rankvar\": 449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1934, \"group\": [3060.0, 415.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTCAGTCCTTC\", \"ini\": 1396, \"clust\": 3246, \"rank\": 3335, \"rankvar\": 764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1935, \"group\": [3246.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCACACCGAC\", \"ini\": 1395, \"clust\": 1489, \"rank\": 2982, \"rankvar\": 4211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3975, \"group\": [1491.0, 145.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGAATTCCC\", \"ini\": 1394, \"clust\": 2199, \"rank\": 3310, \"rankvar\": 1276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1936, \"group\": [2201.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGGCTTGA\", \"ini\": 1393, \"clust\": 4889, \"rank\": 3279, \"rankvar\": 2795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4976, \"group\": [4887.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCTCGATGA\", \"ini\": 1392, \"clust\": 1559, \"rank\": 2486, \"rankvar\": 4058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3170, \"group\": [1559.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATCCTAGA\", \"ini\": 1391, \"clust\": 3151, \"rank\": 3348, \"rankvar\": 1857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1937, \"group\": [3151.0, 448.0, 64.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGCAGGTCA\", \"ini\": 1390, \"clust\": 116, \"rank\": 3179, \"rankvar\": 4847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2199, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 237, \"group\": [116.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGGAGTCTG\", \"ini\": 1389, \"clust\": 585, \"rank\": 2772, \"rankvar\": 2603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3171, \"group\": [589.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAAGGGTCA\", \"ini\": 1388, \"clust\": 3793, \"rank\": 3121, \"rankvar\": 4608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2201, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2806, \"group\": [3794.0, 705.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCACCGCT\", \"ini\": 1387, \"clust\": 2123, \"rank\": 3000, \"rankvar\": 4006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1938, \"group\": [2122.0, 345.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCATCGGTTA\", \"ini\": 1386, \"clust\": 4258, \"rank\": 3811, \"rankvar\": 5146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2203, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 152, \"group\": [4255.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTCGACA\", \"ini\": 1385, \"clust\": 4621, \"rank\": 3006, \"rankvar\": 2209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4977, \"group\": [4625.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGTTAACGA\", \"ini\": 1384, \"clust\": 4230, \"rank\": 3679, \"rankvar\": 5214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2205, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 153, \"group\": [4230.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGCGTAATA\", \"ini\": 1383, \"clust\": 3249, \"rank\": 3422, \"rankvar\": 1227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1939, \"group\": [3248.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTGTCTGAT\", \"ini\": 1382, \"clust\": 4208, \"rank\": 3582, \"rankvar\": 4887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2207, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 154, \"group\": [4206.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGGCTCTC\", \"ini\": 1381, \"clust\": 2783, \"rank\": 3220, \"rankvar\": 2073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1940, \"group\": [2784.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCATGAAC\", \"ini\": 1380, \"clust\": 3634, \"rank\": 2902, \"rankvar\": 4646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2209, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2807, \"group\": [4093.0, 767.0, 119.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTCAACC\", \"ini\": 1379, \"clust\": 540, \"rank\": 3055, \"rankvar\": 1696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2210, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3172, \"group\": [547.0, 91.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCCAGTG\", \"ini\": 1378, \"clust\": 3177, \"rank\": 3339, \"rankvar\": 698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1941, \"group\": [3185.0, 465.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAGTTCAGTAC\", \"ini\": 1377, \"clust\": 4908, \"rank\": 3369, \"rankvar\": 3656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4978, \"group\": [4908.0, 917.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTTCGTTGA\", \"ini\": 1376, \"clust\": 3192, \"rank\": 3342, \"rankvar\": 343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1942, \"group\": [3285.0, 480.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCAGATAAG\", \"ini\": 1375, \"clust\": 4641, \"rank\": 3084, \"rankvar\": 3947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4979, \"group\": [4641.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGATGTTAG\", \"ini\": 1374, \"clust\": 3247, \"rank\": 3419, \"rankvar\": 869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1943, \"group\": [3247.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACCCATTC\", \"ini\": 1373, \"clust\": 1380, \"rank\": 3012, \"rankvar\": 4705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3976, \"group\": [1378.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACACATAACC\", \"ini\": 1372, \"clust\": 2253, \"rank\": 3248, \"rankvar\": 1217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1944, \"group\": [2252.0, 381.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTGCCTTGG\", \"ini\": 1371, \"clust\": 3795, \"rank\": 3015, \"rankvar\": 4601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2218, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2808, \"group\": [3793.0, 705.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTTCATGT\", \"ini\": 1370, \"clust\": 3161, \"rank\": 3214, \"rankvar\": 623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1945, \"group\": [3164.0, 456.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCACCATCCT\", \"ini\": 1369, \"clust\": 4897, \"rank\": 3250, \"rankvar\": 2562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2220, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4980, \"group\": [4898.0, 913.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCATCAGTCA\", \"ini\": 1368, \"clust\": 1576, \"rank\": 2874, \"rankvar\": 1075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3173, \"group\": [1580.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGGTGCAAC\", \"ini\": 1367, \"clust\": 3446, \"rank\": 3397, \"rankvar\": 2177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2222, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2809, \"group\": [3445.0, 563.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTCTAGCCG\", \"ini\": 1366, \"clust\": 3276, \"rank\": 3486, \"rankvar\": 2184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1946, \"group\": [3276.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAGGCAGTA\", \"ini\": 1365, \"clust\": 4144, \"rank\": 3410, \"rankvar\": 4968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2224, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 155, \"group\": [4141.0, 783.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCGTTC\", \"ini\": 1364, \"clust\": 4868, \"rank\": 3293, \"rankvar\": 4214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4981, \"group\": [4869.0, 904.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAGCTGCA\", \"ini\": 1363, \"clust\": 3251, \"rank\": 3387, \"rankvar\": 365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1947, \"group\": [3251.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCACATAGACTC\", \"ini\": 1362, \"clust\": 3224, \"rank\": 3412, \"rankvar\": 620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1948, \"group\": [3222.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCGACG\", \"ini\": 1361, \"clust\": 3308, \"rank\": 3323, \"rankvar\": 1200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1949, \"group\": [3309.0, 492.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCCCGGATG\", \"ini\": 1360, \"clust\": 34, \"rank\": 3231, \"rankvar\": 4888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2229, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5222, \"group\": [41.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGATATAC\", \"ini\": 1359, \"clust\": 3300, \"rank\": 3337, \"rankvar\": 923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1950, \"group\": [3301.0, 491.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACATGCCTTC\", \"ini\": 1358, \"clust\": 3443, \"rank\": 3485, \"rankvar\": 4418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2810, \"group\": [3447.0, 564.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGATGAGC\", \"ini\": 1357, \"clust\": 3299, \"rank\": 3284, \"rankvar\": 2867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1951, \"group\": [3300.0, 490.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCTCGGACG\", \"ini\": 1356, \"clust\": 31, \"rank\": 3316, \"rankvar\": 4744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2233, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5223, \"group\": [30.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGAAACGAG\", \"ini\": 1355, \"clust\": 4224, \"rank\": 3711, \"rankvar\": 5182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2234, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 156, \"group\": [4221.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGAGGTAG\", \"ini\": 1354, \"clust\": 4212, \"rank\": 3771, \"rankvar\": 5102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2235, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 157, \"group\": [4215.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCACCT\", \"ini\": 1353, \"clust\": 545, \"rank\": 2811, \"rankvar\": 3652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2236, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3174, \"group\": [545.0, 91.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGAGGACGG\", \"ini\": 1352, \"clust\": 1557, \"rank\": 2732, \"rankvar\": 3610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3175, \"group\": [1557.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCGGAAATA\", \"ini\": 1351, \"clust\": 3159, \"rank\": 3267, \"rankvar\": 2170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1952, \"group\": [3158.0, 453.0, 65.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGGTATG\", \"ini\": 1350, \"clust\": 4639, \"rank\": 2875, \"rankvar\": 4475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2239, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4982, \"group\": [4639.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTATCATAAAGG\", \"ini\": 1349, \"clust\": 36, \"rank\": 3182, \"rankvar\": 4875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2240, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5224, \"group\": [34.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCAGCGATT\", \"ini\": 1348, \"clust\": 3238, \"rank\": 3390, \"rankvar\": 1017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1953, \"group\": [3239.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACTAGAT\", \"ini\": 1347, \"clust\": 3258, \"rank\": 3495, \"rankvar\": 2293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1954, \"group\": [3258.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGCTGCCCA\", \"ini\": 1346, \"clust\": 5188, \"rank\": 3358, \"rankvar\": 3591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2243, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 158, \"group\": [5194.0, 1062.0, 178.0, 39.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGCTAGGCA\", \"ini\": 1345, \"clust\": 1607, \"rank\": 3298, \"rankvar\": 514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3176, \"group\": [1608.0, 180.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGAGAGCA\", \"ini\": 1344, \"clust\": 2197, \"rank\": 3351, \"rankvar\": 2833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1955, \"group\": [2205.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACTCGGCCGAT\", \"ini\": 1343, \"clust\": 1573, \"rank\": 2980, \"rankvar\": 1899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3177, \"group\": [1574.0, 176.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCACCGTTGG\", \"ini\": 1342, \"clust\": 1289, \"rank\": 3163, \"rankvar\": 2339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2247, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3977, \"group\": [1289.0, 130.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCTACAGA\", \"ini\": 1341, \"clust\": 2259, \"rank\": 3143, \"rankvar\": 3639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2248, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1956, \"group\": [2269.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATGCCAT\", \"ini\": 1340, \"clust\": 542, \"rank\": 3096, \"rankvar\": 638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3178, \"group\": [540.0, 91.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCACAGGT\", \"ini\": 1339, \"clust\": 4597, \"rank\": 2745, \"rankvar\": 4592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4983, \"group\": [4596.0, 880.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCTGGTA\", \"ini\": 1338, \"clust\": 515, \"rank\": 3033, \"rankvar\": 2434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3179, \"group\": [515.0, 80.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCTATGCT\", \"ini\": 1337, \"clust\": 4620, \"rank\": 2970, \"rankvar\": 3035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2252, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4984, \"group\": [4619.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGTCGATAA\", \"ini\": 1336, \"clust\": 3260, \"rank\": 3692, \"rankvar\": 2448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1957, \"group\": [3259.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCCCAACGG\", \"ini\": 1335, \"clust\": 2193, \"rank\": 3262, \"rankvar\": 886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1958, \"group\": [2197.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGTGTGCC\", \"ini\": 1334, \"clust\": 1575, \"rank\": 2981, \"rankvar\": 2480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3180, \"group\": [1576.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACCAGCAC\", \"ini\": 1333, \"clust\": 4617, \"rank\": 3172, \"rankvar\": 2507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4985, \"group\": [4621.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGCACATG\", \"ini\": 1332, \"clust\": 520, \"rank\": 3085, \"rankvar\": 875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3181, \"group\": [520.0, 83.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGGAACGG\", \"ini\": 1331, \"clust\": 4167, \"rank\": 3589, \"rankvar\": 4988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2258, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 159, \"group\": [4167.0, 789.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACGAAT\", \"ini\": 1330, \"clust\": 4434, \"rank\": 3064, \"rankvar\": 1298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4986, \"group\": [4434.0, 846.0, 141.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTTGATTGC\", \"ini\": 1329, \"clust\": 5220, \"rank\": 3646, \"rankvar\": 1502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2260, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4987, \"group\": [5217.0, 1079.0, 186.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACAGTAACGG\", \"ini\": 1328, \"clust\": 1381, \"rank\": 3137, \"rankvar\": 4903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3978, \"group\": [1379.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCACCTTAT\", \"ini\": 1327, \"clust\": 3294, \"rank\": 3446, \"rankvar\": 2489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1959, \"group\": [3294.0, 485.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAGCCTA\", \"ini\": 1326, \"clust\": 3233, \"rank\": 3454, \"rankvar\": 790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1960, \"group\": [3232.0, 472.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAAGGTTTC\", \"ini\": 1325, \"clust\": 3272, \"rank\": 3599, \"rankvar\": 1110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1961, \"group\": [3271.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTCTCTTTA\", \"ini\": 1324, \"clust\": 3797, \"rank\": 3157, \"rankvar\": 3409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2265, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2811, \"group\": [3797.0, 706.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGAGCCAA\", \"ini\": 1323, \"clust\": 2215, \"rank\": 3281, \"rankvar\": 2373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1962, \"group\": [2216.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCATGAAC\", \"ini\": 1322, \"clust\": 3183, \"rank\": 3333, \"rankvar\": 596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1963, \"group\": [3181.0, 463.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCGTACAA\", \"ini\": 1321, \"clust\": 1379, \"rank\": 3086, \"rankvar\": 4741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2268, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3979, \"group\": [1382.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTAAGAGAG\", \"ini\": 1320, \"clust\": 2220, \"rank\": 3414, \"rankvar\": 2070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2269, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1964, \"group\": [2219.0, 373.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACACTGTCGG\", \"ini\": 1319, \"clust\": 27, \"rank\": 3465, \"rankvar\": 4338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2270, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5225, \"group\": [31.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTGTAAGTA\", \"ini\": 1318, \"clust\": 3232, \"rank\": 3406, \"rankvar\": 1434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1965, \"group\": [3234.0, 472.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTGCAAG\", \"ini\": 1317, \"clust\": 3252, \"rank\": 3463, \"rankvar\": 536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1966, \"group\": [3252.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGATCGCA\", \"ini\": 1316, \"clust\": 4168, \"rank\": 3524, \"rankvar\": 4682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2273, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 160, \"group\": [4165.0, 789.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACAGTCAGCC\", \"ini\": 1315, \"clust\": 5194, \"rank\": 3347, \"rankvar\": 658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2274, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4988, \"group\": [5198.0, 1065.0, 180.0, 40.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAGCCTAT\", \"ini\": 1314, \"clust\": 3248, \"rank\": 3490, \"rankvar\": 876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1967, \"group\": [3250.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTTATTCTC\", \"ini\": 1313, \"clust\": 1355, \"rank\": 3314, \"rankvar\": 3222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3980, \"group\": [1355.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGACAGACACTT\", \"ini\": 1312, \"clust\": 3214, \"rank\": 3531, \"rankvar\": 1233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1968, \"group\": [3221.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCAGTGTTG\", \"ini\": 1311, \"clust\": 4885, \"rank\": 3322, \"rankvar\": 4111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2278, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4989, \"group\": [4885.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTGATTCG\", \"ini\": 1310, \"clust\": 3230, \"rank\": 3529, \"rankvar\": 3360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1969, \"group\": [3230.0, 472.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGAGGCTA\", \"ini\": 1309, \"clust\": 3182, \"rank\": 3403, \"rankvar\": 635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1970, \"group\": [3183.0, 463.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCCTTAATC\", \"ini\": 1308, \"clust\": 3418, \"rank\": 3376, \"rankvar\": 1908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2281, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2812, \"group\": [3419.0, 553.0, 85.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTATCTCG\", \"ini\": 1307, \"clust\": 3220, \"rank\": 3513, \"rankvar\": 1631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1971, \"group\": [3218.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGCCAGTAG\", \"ini\": 1306, \"clust\": 3245, \"rank\": 3489, \"rankvar\": 1754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1972, \"group\": [3244.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCCAGTAG\", \"ini\": 1305, \"clust\": 1378, \"rank\": 3199, \"rankvar\": 4738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2284, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3981, \"group\": [1387.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTTACCAGT\", \"ini\": 1304, \"clust\": 3309, \"rank\": 3427, \"rankvar\": 1352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1973, \"group\": [3310.0, 492.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGCGAGT\", \"ini\": 1303, \"clust\": 3268, \"rank\": 3596, \"rankvar\": 3276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1974, \"group\": [3268.0, 477.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATGCGT\", \"ini\": 1302, \"clust\": 3149, \"rank\": 3584, \"rankvar\": 362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1975, \"group\": [3152.0, 449.0, 64.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGTTCCTA\", \"ini\": 1301, \"clust\": 3178, \"rank\": 3453, \"rankvar\": 363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1976, \"group\": [3180.0, 462.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAAGCGCTC\", \"ini\": 1300, \"clust\": 4903, \"rank\": 3509, \"rankvar\": 3927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2289, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4990, \"group\": [4902.0, 914.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGTTCCTA\", \"ini\": 1299, \"clust\": 634, \"rank\": 2912, \"rankvar\": 4221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2290, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3182, \"group\": [634.0, 99.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCTGGAGA\", \"ini\": 1298, \"clust\": 3171, \"rank\": 3359, \"rankvar\": 808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1977, \"group\": [3171.0, 458.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCAGGCTGAA\", \"ini\": 1297, \"clust\": 3239, \"rank\": 3549, \"rankvar\": 1680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1978, \"group\": [3237.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGAAAT\", \"ini\": 1296, \"clust\": 546, \"rank\": 3035, \"rankvar\": 2043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3183, \"group\": [543.0, 91.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTTTACA\", \"ini\": 1295, \"clust\": 4209, \"rank\": 3893, \"rankvar\": 5203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2294, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 161, \"group\": [4216.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGATCCTAGGGC\", \"ini\": 1294, \"clust\": 4905, \"rank\": 3613, \"rankvar\": 3353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2295, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4991, \"group\": [4906.0, 916.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTTGTGTG\", \"ini\": 1293, \"clust\": 4145, \"rank\": 3643, \"rankvar\": 4797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2296, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 162, \"group\": [4142.0, 783.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCTAACGT\", \"ini\": 1292, \"clust\": 587, \"rank\": 3068, \"rankvar\": 1642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3184, \"group\": [586.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACTGAC\", \"ini\": 1291, \"clust\": 1649, \"rank\": 3167, \"rankvar\": 3962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1979, \"group\": [1648.0, 213.0, 39.0, 10.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCATGAAC\", \"ini\": 1290, \"clust\": 4902, \"rank\": 3634, \"rankvar\": 4509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4992, \"group\": [4904.0, 914.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGATGGCA\", \"ini\": 1289, \"clust\": 1493, \"rank\": 2965, \"rankvar\": 4808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3982, \"group\": [1494.0, 146.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCTTGTACT\", \"ini\": 1288, \"clust\": 4883, \"rank\": 3654, \"rankvar\": 4461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2301, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4993, \"group\": [4882.0, 910.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTGAGGGAG\", \"ini\": 1287, \"clust\": 3708, \"rank\": 3434, \"rankvar\": 3728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2302, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2813, \"group\": [3707.0, 694.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGACAGGCT\", \"ini\": 1286, \"clust\": 3250, \"rank\": 3610, \"rankvar\": 2117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1980, \"group\": [3249.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAACACCA\", \"ini\": 1285, \"clust\": 1290, \"rank\": 3373, \"rankvar\": 2330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2304, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3983, \"group\": [1290.0, 130.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCTAGGTT\", \"ini\": 1284, \"clust\": 0, \"rank\": 3193, \"rankvar\": 4604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2305, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5137, \"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCTCTCGT\", \"ini\": 1283, \"clust\": 1487, \"rank\": 3078, \"rankvar\": 4386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2306, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3984, \"group\": [1488.0, 145.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTTCCACGG\", \"ini\": 1282, \"clust\": 1610, \"rank\": 3291, \"rankvar\": 940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3185, \"group\": [1610.0, 182.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACATCTCCCA\", \"ini\": 1281, \"clust\": 3160, \"rank\": 3384, \"rankvar\": 2287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1981, \"group\": [3159.0, 453.0, 65.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAGGGCATA\", \"ini\": 1280, \"clust\": 3792, \"rank\": 3258, \"rankvar\": 4270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2309, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2814, \"group\": [3795.0, 705.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCGTTTA\", \"ini\": 1279, \"clust\": 1537, \"rank\": 3161, \"rankvar\": 3906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2310, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3027, \"group\": [1538.0, 161.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGGGTT\", \"ini\": 1278, \"clust\": 3234, \"rank\": 3460, \"rankvar\": 748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1982, \"group\": [3233.0, 472.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCTAGTCA\", \"ini\": 1277, \"clust\": 1652, \"rank\": 3130, \"rankvar\": 3468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1983, \"group\": [1650.0, 213.0, 39.0, 10.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTATCCTAAGTG\", \"ini\": 1276, \"clust\": 4888, \"rank\": 3443, \"rankvar\": 3121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2313, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4994, \"group\": [4889.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTACGACT\", \"ini\": 1275, \"clust\": 4262, \"rank\": 3933, \"rankvar\": 5132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2314, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 163, \"group\": [4260.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAATCA\", \"ini\": 1274, \"clust\": 547, \"rank\": 2991, \"rankvar\": 2379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2315, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3186, \"group\": [544.0, 91.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCACCGGGT\", \"ini\": 1273, \"clust\": 1629, \"rank\": 3062, \"rankvar\": 738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3187, \"group\": [1629.0, 197.0, 33.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTAAGACA\", \"ini\": 1272, \"clust\": 16, \"rank\": 3430, \"rankvar\": 4657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2317, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5226, \"group\": [17.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCTCTCTG\", \"ini\": 1271, \"clust\": 3208, \"rank\": 3579, \"rankvar\": 1093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1984, \"group\": [3208.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGCAGTA\", \"ini\": 1270, \"clust\": 3235, \"rank\": 3511, \"rankvar\": 1446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1985, \"group\": [3235.0, 473.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCGACTAT\", \"ini\": 1269, \"clust\": 2221, \"rank\": 3573, \"rankvar\": 1500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1986, \"group\": [2220.0, 373.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTCAGGCC\", \"ini\": 1268, \"clust\": 3172, \"rank\": 3389, \"rankvar\": 656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1987, \"group\": [3172.0, 458.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGGTAAG\", \"ini\": 1267, \"clust\": 4876, \"rank\": 3300, \"rankvar\": 3118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4995, \"group\": [4878.0, 907.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCAACGAAA\", \"ini\": 1266, \"clust\": 3262, \"rank\": 3669, \"rankvar\": 675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1988, \"group\": [3266.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGTCCGGTC\", \"ini\": 1265, \"clust\": 1035, \"rank\": 3206, \"rankvar\": 1579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2324, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3188, \"group\": [1034.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGGTGCAAC\", \"ini\": 1264, \"clust\": 4151, \"rank\": 3720, \"rankvar\": 5018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2325, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1989, \"group\": [4150.0, 785.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTTATCGGT\", \"ini\": 1263, \"clust\": 3281, \"rank\": 3568, \"rankvar\": 1051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1990, \"group\": [3284.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAACAGTCGATT\", \"ini\": 1262, \"clust\": 4435, \"rank\": 2961, \"rankvar\": 3369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2327, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4996, \"group\": [4435.0, 846.0, 141.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTAGGGTAC\", \"ini\": 1261, \"clust\": 3241, \"rank\": 3496, \"rankvar\": 549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1991, \"group\": [3241.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCATGCTAGT\", \"ini\": 1260, \"clust\": 558, \"rank\": 3249, \"rankvar\": 2564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3189, \"group\": [559.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAACGCACC\", \"ini\": 1259, \"clust\": 1351, \"rank\": 3022, \"rankvar\": 4354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2330, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3985, \"group\": [1350.0, 134.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAACTGCTA\", \"ini\": 1258, \"clust\": 4877, \"rank\": 3391, \"rankvar\": 4216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2331, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4997, \"group\": [4876.0, 907.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTCACTTCC\", \"ini\": 1257, \"clust\": 4869, \"rank\": 3264, \"rankvar\": 4394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4998, \"group\": [4870.0, 904.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGAGACG\", \"ini\": 1256, \"clust\": 4891, \"rank\": 3361, \"rankvar\": 3445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4999, \"group\": [4894.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTCAAACAACA\", \"ini\": 1255, \"clust\": 3236, \"rank\": 3503, \"rankvar\": 2436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1992, \"group\": [3236.0, 473.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAGCTCTC\", \"ini\": 1254, \"clust\": 1, \"rank\": 3438, \"rankvar\": 4649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2335, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5138, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCCATGAAC\", \"ini\": 1253, \"clust\": 3184, \"rank\": 3432, \"rankvar\": 401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2336, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1993, \"group\": [3182.0, 463.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGAGGTTAT\", \"ini\": 1252, \"clust\": 3293, \"rank\": 3605, \"rankvar\": 2283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2337, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1994, \"group\": [3292.0, 484.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCGAGGTAG\", \"ini\": 1251, \"clust\": 2345, \"rank\": 3420, \"rankvar\": 995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1995, \"group\": [2343.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGCGTTA\", \"ini\": 1250, \"clust\": 3243, \"rank\": 3592, \"rankvar\": 2629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1996, \"group\": [3245.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTTGGGCC\", \"ini\": 1249, \"clust\": 117, \"rank\": 3275, \"rankvar\": 4714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2340, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 238, \"group\": [117.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCTCTTAT\", \"ini\": 1248, \"clust\": 3290, \"rank\": 3435, \"rankvar\": 2708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1997, \"group\": [3296.0, 486.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGTTAGA\", \"ini\": 1247, \"clust\": 3240, \"rank\": 3604, \"rankvar\": 2887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2342, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1998, \"group\": [3238.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCACATGCA\", \"ini\": 1246, \"clust\": 3193, \"rank\": 3535, \"rankvar\": 1294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1999, \"group\": [3195.0, 468.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGAGTGACC\", \"ini\": 1245, \"clust\": 596, \"rank\": 3127, \"rankvar\": 2651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3190, \"group\": [597.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCATGCAATC\", \"ini\": 1244, \"clust\": 4878, \"rank\": 3218, \"rankvar\": 4362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5000, \"group\": [4877.0, 907.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAGTACGCACC\", \"ini\": 1243, \"clust\": 1630, \"rank\": 2933, \"rankvar\": 2669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3191, \"group\": [1630.0, 198.0, 33.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGACGAAA\", \"ini\": 1242, \"clust\": 635, \"rank\": 3089, \"rankvar\": 3682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2347, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3192, \"group\": [635.0, 99.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTGCACGAA\", \"ini\": 1241, \"clust\": 3254, \"rank\": 3763, \"rankvar\": 1536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2000, \"group\": [3255.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTCTTATG\", \"ini\": 1240, \"clust\": 3223, \"rank\": 3633, \"rankvar\": 717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2001, \"group\": [3226.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCCGGCACA\", \"ini\": 1239, \"clust\": 4242, \"rank\": 3967, \"rankvar\": 5216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2350, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 164, \"group\": [4237.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCAGTTATCGC\", \"ini\": 1238, \"clust\": 537, \"rank\": 3229, \"rankvar\": 836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3193, \"group\": [537.0, 90.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTTCGATGAGG\", \"ini\": 1237, \"clust\": 1491, \"rank\": 3090, \"rankvar\": 4723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2352, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3986, \"group\": [1490.0, 145.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGGATGGG\", \"ini\": 1236, \"clust\": 4882, \"rank\": 3619, \"rankvar\": 3026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5001, \"group\": [4884.0, 910.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCAGACACTT\", \"ini\": 1235, \"clust\": 543, \"rank\": 3183, \"rankvar\": 2126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3194, \"group\": [541.0, 91.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTACCATCA\", \"ini\": 1234, \"clust\": 4169, \"rank\": 3782, \"rankvar\": 5130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2355, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 165, \"group\": [4166.0, 789.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGTAGCTG\", \"ini\": 1233, \"clust\": 3278, \"rank\": 3550, \"rankvar\": 776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2002, \"group\": [3280.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCACTCAGGC\", \"ini\": 1232, \"clust\": 3206, \"rank\": 3641, \"rankvar\": 877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2003, \"group\": [3206.0, 470.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGGTTTCA\", \"ini\": 1231, \"clust\": 582, \"rank\": 3340, \"rankvar\": 1197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3195, \"group\": [585.0, 96.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGACTAGGC\", \"ini\": 1230, \"clust\": 4150, \"rank\": 3586, \"rankvar\": 4798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2004, \"group\": [4151.0, 785.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATTATCTC\", \"ini\": 1229, \"clust\": 4225, \"rank\": 3934, \"rankvar\": 5224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2360, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 166, \"group\": [4222.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATACGCCG\", \"ini\": 1228, \"clust\": 3295, \"rank\": 3575, \"rankvar\": 327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2005, \"group\": [3295.0, 485.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGGGCACTA\", \"ini\": 1227, \"clust\": 4232, \"rank\": 3947, \"rankvar\": 5200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2362, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 167, \"group\": [4229.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCGAGCCA\", \"ini\": 1226, \"clust\": 4235, \"rank\": 4066, \"rankvar\": 5219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2363, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 168, \"group\": [4233.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATGAAAC\", \"ini\": 1225, \"clust\": 4881, \"rank\": 3545, \"rankvar\": 3930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2364, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5002, \"group\": [4895.0, 912.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGCTGCAC\", \"ini\": 1224, \"clust\": 3157, \"rank\": 3593, \"rankvar\": 734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2006, \"group\": [3156.0, 452.0, 65.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCTCTGAGA\", \"ini\": 1223, \"clust\": 1647, \"rank\": 3147, \"rankvar\": 4581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2007, \"group\": [1654.0, 215.0, 39.0, 10.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCTCTACGAGT\", \"ini\": 1222, \"clust\": 3271, \"rank\": 3822, \"rankvar\": 1644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2008, \"group\": [3273.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTTCCACAA\", \"ini\": 1221, \"clust\": 4241, \"rank\": 4187, \"rankvar\": 5218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2368, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 169, \"group\": [4239.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCCAAAGTC\", \"ini\": 1220, \"clust\": 3269, \"rank\": 3642, \"rankvar\": 1100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2009, \"group\": [3269.0, 478.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTCCGTTAA\", \"ini\": 1219, \"clust\": 3301, \"rank\": 3730, \"rankvar\": 1167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2370, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2010, \"group\": [3302.0, 491.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTTGTCTTT\", \"ini\": 1218, \"clust\": 4879, \"rank\": 3533, \"rankvar\": 3741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2371, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5003, \"group\": [4880.0, 909.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGAGTGACC\", \"ini\": 1217, \"clust\": 3345, \"rank\": 3767, \"rankvar\": 241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2011, \"group\": [3345.0, 520.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAACAATC\", \"ini\": 1216, \"clust\": 2779, \"rank\": 3462, \"rankvar\": 3880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2012, \"group\": [2780.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAGATCTGT\", \"ini\": 1215, \"clust\": 3706, \"rank\": 3525, \"rankvar\": 4041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2815, \"group\": [3705.0, 694.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCGAAAGC\", \"ini\": 1214, \"clust\": 3261, \"rank\": 3740, \"rankvar\": 1304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2013, \"group\": [3260.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTATCGCC\", \"ini\": 1213, \"clust\": 598, \"rank\": 3244, \"rankvar\": 2279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3196, \"group\": [599.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCTGCGAA\", \"ini\": 1212, \"clust\": 4909, \"rank\": 3457, \"rankvar\": 4054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2377, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5004, \"group\": [4909.0, 917.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCACGACTA\", \"ini\": 1211, \"clust\": 588, \"rank\": 3212, \"rankvar\": 2082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3197, \"group\": [587.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTCCATGA\", \"ini\": 1210, \"clust\": 1475, \"rank\": 2879, \"rankvar\": 4669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2379, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3987, \"group\": [1476.0, 142.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAGGTGGAT\", \"ini\": 1209, \"clust\": 560, \"rank\": 3092, \"rankvar\": 3270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2380, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3198, \"group\": [561.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTCCTCTTG\", \"ini\": 1208, \"clust\": 3158, \"rank\": 3600, \"rankvar\": 466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2014, \"group\": [3157.0, 452.0, 65.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATACGCT\", \"ini\": 1207, \"clust\": 1545, \"rank\": 3346, \"rankvar\": 1046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2382, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3199, \"group\": [1546.0, 165.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAGTGCAT\", \"ini\": 1206, \"clust\": 527, \"rank\": 3630, \"rankvar\": 518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2383, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3200, \"group\": [527.0, 85.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCGAACGGA\", \"ini\": 1205, \"clust\": 612, \"rank\": 3198, \"rankvar\": 2023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3201, \"group\": [615.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTGGAGTC\", \"ini\": 1204, \"clust\": 3703, \"rank\": 3651, \"rankvar\": 3673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2385, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2816, \"group\": [3709.0, 695.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGCTAGTGG\", \"ini\": 1203, \"clust\": 4243, \"rank\": 4004, \"rankvar\": 5225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2386, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 170, \"group\": [4238.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTGTGGCA\", \"ini\": 1202, \"clust\": 3265, \"rank\": 3664, \"rankvar\": 547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2015, \"group\": [3264.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAGATTAG\", \"ini\": 1201, \"clust\": 4244, \"rank\": 4104, \"rankvar\": 5169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 171, \"group\": [4240.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTAGAGGACGG\", \"ini\": 1200, \"clust\": 759, \"rank\": 3408, \"rankvar\": 721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3202, \"group\": [764.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGCACCCATGG\", \"ini\": 1199, \"clust\": 590, \"rank\": 3242, \"rankvar\": 1598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3203, \"group\": [595.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCACGAAGG\", \"ini\": 1198, \"clust\": 4887, \"rank\": 3580, \"rankvar\": 3903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2391, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5005, \"group\": [4890.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCTGTAGA\", \"ini\": 1197, \"clust\": 1546, \"rank\": 3099, \"rankvar\": 2257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3204, \"group\": [1547.0, 166.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGATCCTGT\", \"ini\": 1196, \"clust\": 1032, \"rank\": 3327, \"rankvar\": 3685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2393, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3205, \"group\": [1045.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCATGCAAC\", \"ini\": 1195, \"clust\": 3231, \"rank\": 3629, \"rankvar\": 476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2394, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2016, \"group\": [3231.0, 472.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGTAGT\", \"ini\": 1194, \"clust\": 1616, \"rank\": 3377, \"rankvar\": 642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2395, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3206, \"group\": [1617.0, 187.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATCCCGC\", \"ini\": 1193, \"clust\": 593, \"rank\": 3192, \"rankvar\": 2274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2396, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3207, \"group\": [594.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTAAATACG\", \"ini\": 1192, \"clust\": 530, \"rank\": 3191, \"rankvar\": 3895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3208, \"group\": [531.0, 88.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGTGTCCAT\", \"ini\": 1191, \"clust\": 3259, \"rank\": 3902, \"rankvar\": 1958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2017, \"group\": [3261.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTAGCTTGT\", \"ini\": 1190, \"clust\": 531, \"rank\": 3282, \"rankvar\": 3105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3209, \"group\": [532.0, 88.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGACGCTTT\", \"ini\": 1189, \"clust\": 3221, \"rank\": 3768, \"rankvar\": 2113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2018, \"group\": [3219.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGGTGGGTT\", \"ini\": 1188, \"clust\": 4886, \"rank\": 3448, \"rankvar\": 4553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2401, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5006, \"group\": [4886.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCCGTTGCT\", \"ini\": 1187, \"clust\": 5193, \"rank\": 3726, \"rankvar\": 4188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2402, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 172, \"group\": [5190.0, 1058.0, 177.0, 39.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACGCCAGT\", \"ini\": 1186, \"clust\": 648, \"rank\": 3402, \"rankvar\": 741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3210, \"group\": [648.0, 105.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCAAGTAC\", \"ini\": 1185, \"clust\": 533, \"rank\": 3261, \"rankvar\": 3892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3211, \"group\": [535.0, 89.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTCCAGTAT\", \"ini\": 1184, \"clust\": 3225, \"rank\": 3693, \"rankvar\": 1000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2019, \"group\": [3223.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTTCCACAA\", \"ini\": 1183, \"clust\": 564, \"rank\": 3274, \"rankvar\": 3103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3212, \"group\": [563.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCAATAAGG\", \"ini\": 1182, \"clust\": 4893, \"rank\": 3588, \"rankvar\": 2999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5007, \"group\": [4891.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTTTACGT\", \"ini\": 1181, \"clust\": 4236, \"rank\": 4115, \"rankvar\": 5215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2408, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 173, \"group\": [4234.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAAAGTCAA\", \"ini\": 1180, \"clust\": 3273, \"rank\": 3827, \"rankvar\": 697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2020, \"group\": [3272.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTGTCATGCAT\", \"ini\": 1179, \"clust\": 3279, \"rank\": 3688, \"rankvar\": 521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2021, \"group\": [3278.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGTAAACT\", \"ini\": 1178, \"clust\": 519, \"rank\": 3411, \"rankvar\": 1242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2411, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3213, \"group\": [522.0, 83.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCGTACGGC\", \"ini\": 1177, \"clust\": 3255, \"rank\": 3785, \"rankvar\": 809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2022, \"group\": [3253.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCAATAAGG\", \"ini\": 1176, \"clust\": 4155, \"rank\": 4061, \"rankvar\": 4692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2413, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 174, \"group\": [4152.0, 786.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTTTGCGT\", \"ini\": 1175, \"clust\": 628, \"rank\": 3356, \"rankvar\": 1160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3214, \"group\": [629.0, 98.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCAGGTCA\", \"ini\": 1174, \"clust\": 38, \"rank\": 3475, \"rankvar\": 4884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2415, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5227, \"group\": [40.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCAGTGGA\", \"ini\": 1173, \"clust\": 4875, \"rank\": 3308, \"rankvar\": 4114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2416, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5008, \"group\": [4879.0, 908.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGATGGAA\", \"ini\": 1172, \"clust\": 1617, \"rank\": 3315, \"rankvar\": 1248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2417, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3215, \"group\": [1618.0, 188.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGAATAGGG\", \"ini\": 1171, \"clust\": 4865, \"rank\": 3624, \"rankvar\": 2998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2418, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5009, \"group\": [4868.0, 903.0, 144.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAATAAGCA\", \"ini\": 1170, \"clust\": 572, \"rank\": 3306, \"rankvar\": 1858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3216, \"group\": [573.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCATGAGCGA\", \"ini\": 1169, \"clust\": 544, \"rank\": 3228, \"rankvar\": 3285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2420, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3217, \"group\": [546.0, 91.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTCTCACCT\", \"ini\": 1168, \"clust\": 3217, \"rank\": 3756, \"rankvar\": 1512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2023, \"group\": [3216.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCATGGTAGG\", \"ini\": 1167, \"clust\": 3282, \"rank\": 3761, \"rankvar\": 1338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2024, \"group\": [3283.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGGCATGT\", \"ini\": 1166, \"clust\": 516, \"rank\": 3341, \"rankvar\": 3687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2423, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3218, \"group\": [516.0, 80.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGACACG\", \"ini\": 1165, \"clust\": 3237, \"rank\": 3868, \"rankvar\": 1501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2025, \"group\": [3240.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCATGCCG\", \"ini\": 1164, \"clust\": 1382, \"rank\": 3332, \"rankvar\": 4889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2425, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3988, \"group\": [1380.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGTGG\", \"ini\": 1163, \"clust\": 4895, \"rank\": 3793, \"rankvar\": 4548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2426, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5010, \"group\": [4896.0, 913.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTATAGGGC\", \"ini\": 1162, \"clust\": 3219, \"rank\": 3684, \"rankvar\": 1033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2026, \"group\": [3220.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATGGGAAC\", \"ini\": 1161, \"clust\": 3280, \"rank\": 3680, \"rankvar\": 1080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2027, \"group\": [3279.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACATAACC\", \"ini\": 1160, \"clust\": 3303, \"rank\": 3625, \"rankvar\": 3868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2028, \"group\": [3305.0, 492.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTCTCTTTA\", \"ini\": 1159, \"clust\": 3263, \"rank\": 3927, \"rankvar\": 2273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2029, \"group\": [3262.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTTAGAACA\", \"ini\": 1158, \"clust\": 4906, \"rank\": 3798, \"rankvar\": 3340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2431, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5011, \"group\": [4907.0, 916.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTGCTGCC\", \"ini\": 1157, \"clust\": 3197, \"rank\": 3916, \"rankvar\": 579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2030, \"group\": [3196.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTGCTAGCC\", \"ini\": 1156, \"clust\": 3283, \"rank\": 3896, \"rankvar\": 1375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2031, \"group\": [3281.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGATCTGAA\", \"ini\": 1155, \"clust\": 3179, \"rank\": 3800, \"rankvar\": 1018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2434, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2032, \"group\": [3178.0, 462.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAATACAG\", \"ini\": 1154, \"clust\": 3253, \"rank\": 3917, \"rankvar\": 689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2033, \"group\": [3256.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAACTGCGC\", \"ini\": 1153, \"clust\": 3194, \"rank\": 3854, \"rankvar\": 1231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2034, \"group\": [3193.0, 468.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCATAGCAC\", \"ini\": 1152, \"clust\": 536, \"rank\": 3295, \"rankvar\": 2268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3219, \"group\": [539.0, 90.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGCTGGAAC\", \"ini\": 1151, \"clust\": 3215, \"rank\": 3838, \"rankvar\": 1834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2035, \"group\": [3214.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGATCCTAGTGA\", \"ini\": 1150, \"clust\": 3195, \"rank\": 3749, \"rankvar\": 779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2036, \"group\": [3194.0, 468.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCAGCGTA\", \"ini\": 1149, \"clust\": 636, \"rank\": 3240, \"rankvar\": 1741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2440, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3220, \"group\": [639.0, 101.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACACTTACGA\", \"ini\": 1148, \"clust\": 591, \"rank\": 3334, \"rankvar\": 1869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2441, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3221, \"group\": [590.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCACTCCA\", \"ini\": 1147, \"clust\": 3277, \"rank\": 3950, \"rankvar\": 3091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2037, \"group\": [3277.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGCAGTCA\", \"ini\": 1146, \"clust\": 521, \"rank\": 3357, \"rankvar\": 1648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3222, \"group\": [521.0, 83.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTGGGTTG\", \"ini\": 1145, \"clust\": 4433, \"rank\": 3477, \"rankvar\": 3588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5012, \"group\": [4436.0, 847.0, 141.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCTCCGGTT\", \"ini\": 1144, \"clust\": 1036, \"rank\": 3380, \"rankvar\": 3576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2445, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3223, \"group\": [1035.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGTTCTG\", \"ini\": 1143, \"clust\": 32, \"rank\": 3732, \"rankvar\": 4755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2446, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5228, \"group\": [32.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCAGATCTGCT\", \"ini\": 1142, \"clust\": 4901, \"rank\": 3913, \"rankvar\": 3965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5013, \"group\": [4901.0, 914.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGATGTAAC\", \"ini\": 1141, \"clust\": 37, \"rank\": 3655, \"rankvar\": 4866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2448, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5229, \"group\": [35.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATGAAAC\", \"ini\": 1140, \"clust\": 3196, \"rank\": 3844, \"rankvar\": 552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2449, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2038, \"group\": [3198.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGCGCTTAT\", \"ini\": 1139, \"clust\": 26, \"rank\": 3706, \"rankvar\": 4742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2450, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5230, \"group\": [42.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTACTCGCG\", \"ini\": 1138, \"clust\": 556, \"rank\": 3338, \"rankvar\": 2650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2451, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3224, \"group\": [556.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAAGCCGCT\", \"ini\": 1137, \"clust\": 594, \"rank\": 3269, \"rankvar\": 3823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2452, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3225, \"group\": [592.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCGCCTCA\", \"ini\": 1136, \"clust\": 3226, \"rank\": 3980, \"rankvar\": 1506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2039, \"group\": [3224.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGCCATCGC\", \"ini\": 1135, \"clust\": 4892, \"rank\": 3551, \"rankvar\": 2968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5014, \"group\": [4893.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTTAGTGGG\", \"ini\": 1134, \"clust\": 3332, \"rank\": 3686, \"rankvar\": 3022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2455, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2817, \"group\": [3332.0, 511.0, 77.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAATCTGCA\", \"ini\": 1133, \"clust\": 3216, \"rank\": 3937, \"rankvar\": 2000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2040, \"group\": [3215.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCACGACG\", \"ini\": 1132, \"clust\": 1656, \"rank\": 3447, \"rankvar\": 2029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2041, \"group\": [1656.0, 217.0, 40.0, 11.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTTAGGTA\", \"ini\": 1131, \"clust\": 3274, \"rank\": 3963, \"rankvar\": 1262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2042, \"group\": [3274.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAATCTGCGGCA\", \"ini\": 1130, \"clust\": 113, \"rank\": 3612, \"rankvar\": 3344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2459, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 239, \"group\": [114.0, 25.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGCGACAT\", \"ini\": 1129, \"clust\": 631, \"rank\": 3400, \"rankvar\": 3782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2460, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3226, \"group\": [631.0, 98.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACAACTGT\", \"ini\": 1128, \"clust\": 3212, \"rank\": 3834, \"rankvar\": 1151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2043, \"group\": [3210.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGTCTCGCATC\", \"ini\": 1127, \"clust\": 3284, \"rank\": 3891, \"rankvar\": 2248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2044, \"group\": [3282.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTAGCCA\", \"ini\": 1126, \"clust\": 559, \"rank\": 3487, \"rankvar\": 2505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2463, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3227, \"group\": [560.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTGTGGCTC\", \"ini\": 1125, \"clust\": 3242, \"rank\": 3786, \"rankvar\": 848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2045, \"group\": [3242.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTTATCGC\", \"ini\": 1124, \"clust\": 2, \"rank\": 3678, \"rankvar\": 4426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2465, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5139, \"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGGAATCG\", \"ini\": 1123, \"clust\": 4884, \"rank\": 4028, \"rankvar\": 4545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2466, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5015, \"group\": [4883.0, 910.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGAATAGGG\", \"ini\": 1122, \"clust\": 534, \"rank\": 3350, \"rankvar\": 3058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2467, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3228, \"group\": [533.0, 89.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCGGAGCAA\", \"ini\": 1121, \"clust\": 1388, \"rank\": 3481, \"rankvar\": 4743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2468, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3989, \"group\": [1388.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCTGATCA\", \"ini\": 1120, \"clust\": 3256, \"rank\": 4064, \"rankvar\": 2883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2046, \"group\": [3254.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTATCACCA\", \"ini\": 1119, \"clust\": 613, \"rank\": 3349, \"rankvar\": 3034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2470, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3229, \"group\": [613.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAATCCAAC\", \"ini\": 1118, \"clust\": 3270, \"rank\": 3908, \"rankvar\": 1884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2471, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2047, \"group\": [3270.0, 478.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACAACGCC\", \"ini\": 1117, \"clust\": 539, \"rank\": 3516, \"rankvar\": 1424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2472, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3230, \"group\": [548.0, 92.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGGGAAACA\", \"ini\": 1116, \"clust\": 1389, \"rank\": 3722, \"rankvar\": 4425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2473, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3990, \"group\": [1389.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAGAAAGG\", \"ini\": 1115, \"clust\": 603, \"rank\": 3385, \"rankvar\": 2161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2474, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3231, \"group\": [603.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACTCGGA\", \"ini\": 1114, \"clust\": 595, \"rank\": 3318, \"rankvar\": 3320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2475, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3232, \"group\": [593.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGTCGATAA\", \"ini\": 1113, \"clust\": 1890, \"rank\": 3381, \"rankvar\": 4562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2476, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2818, \"group\": [1894.0, 315.0, 55.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGTACAG\", \"ini\": 1112, \"clust\": 3189, \"rank\": 4014, \"rankvar\": 1192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2048, \"group\": [3191.0, 467.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGCCA\", \"ini\": 1111, \"clust\": 3469, \"rank\": 3941, \"rankvar\": 1675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2478, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2819, \"group\": [3466.0, 568.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCACTCT\", \"ini\": 1110, \"clust\": 4894, \"rank\": 3565, \"rankvar\": 4313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5016, \"group\": [4892.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGTGGAT\", \"ini\": 1109, \"clust\": 1384, \"rank\": 3491, \"rankvar\": 4390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2480, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3991, \"group\": [1386.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTATAAACG\", \"ini\": 1108, \"clust\": 3180, \"rank\": 3863, \"rankvar\": 493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2481, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2049, \"group\": [3179.0, 462.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGAGCAGGCTA\", \"ini\": 1107, \"clust\": 33, \"rank\": 3795, \"rankvar\": 4832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2482, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5231, \"group\": [33.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCAATGGT\", \"ini\": 1106, \"clust\": 3306, \"rank\": 3799, \"rankvar\": 2110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2050, \"group\": [3307.0, 492.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCCCTAACC\", \"ini\": 1105, \"clust\": 646, \"rank\": 3441, \"rankvar\": 3954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2484, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3233, \"group\": [646.0, 105.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACTTCGAA\", \"ini\": 1104, \"clust\": 624, \"rank\": 3442, \"rankvar\": 3925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3234, \"group\": [624.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAACACTG\", \"ini\": 1103, \"clust\": 3227, \"rank\": 3932, \"rankvar\": 866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2051, \"group\": [3225.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCAGAATA\", \"ini\": 1102, \"clust\": 552, \"rank\": 3538, \"rankvar\": 3648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3235, \"group\": [555.0, 93.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCAAAGCAAT\", \"ini\": 1101, \"clust\": 555, \"rank\": 3539, \"rankvar\": 3404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2488, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3236, \"group\": [558.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCTTTACGT\", \"ini\": 1100, \"clust\": 1353, \"rank\": 3635, \"rankvar\": 4008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2489, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3992, \"group\": [1352.0, 134.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAATAGCA\", \"ini\": 1099, \"clust\": 557, \"rank\": 3417, \"rankvar\": 3039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3237, \"group\": [557.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTGCAACGA\", \"ini\": 1098, \"clust\": 1888, \"rank\": 3567, \"rankvar\": 4645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2491, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2820, \"group\": [1888.0, 314.0, 55.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTTACCTA\", \"ini\": 1097, \"clust\": 614, \"rank\": 3363, \"rankvar\": 2663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2492, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3238, \"group\": [614.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTTGTCTTT\", \"ini\": 1096, \"clust\": 538, \"rank\": 3501, \"rankvar\": 2438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3239, \"group\": [538.0, 90.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGAGCAATT\", \"ini\": 1095, \"clust\": 3198, \"rank\": 4035, \"rankvar\": 693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2494, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2052, \"group\": [3197.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGACGGTA\", \"ini\": 1094, \"clust\": 3707, \"rank\": 3743, \"rankvar\": 2084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2495, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2821, \"group\": [3706.0, 694.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCATCCTTGC\", \"ini\": 1093, \"clust\": 3204, \"rank\": 3943, \"rankvar\": 1457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2053, \"group\": [3203.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCATGGAATA\", \"ini\": 1092, \"clust\": 1044, \"rank\": 3493, \"rankvar\": 2944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3240, \"group\": [1043.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTCCGTCAG\", \"ini\": 1091, \"clust\": 1365, \"rank\": 3620, \"rankvar\": 4588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3993, \"group\": [1363.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTAGTGA\", \"ini\": 1090, \"clust\": 583, \"rank\": 3518, \"rankvar\": 2885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2499, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3241, \"group\": [583.0, 96.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCCGATTT\", \"ini\": 1089, \"clust\": 4152, \"rank\": 4130, \"rankvar\": 5013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2054, \"group\": [4148.0, 785.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTACCATCA\", \"ini\": 1088, \"clust\": 1642, \"rank\": 3027, \"rankvar\": 4504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2501, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4251, \"group\": [1645.0, 210.0, 38.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAAACCTAC\", \"ini\": 1087, \"clust\": 633, \"rank\": 3523, \"rankvar\": 2142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2502, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3242, \"group\": [636.0, 99.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACAACTGGCC\", \"ini\": 1086, \"clust\": 1062, \"rank\": 3576, \"rankvar\": 1510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3243, \"group\": [1061.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTTCGCGC\", \"ini\": 1085, \"clust\": 3203, \"rank\": 4038, \"rankvar\": 1776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2055, \"group\": [3205.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATCCGG\", \"ini\": 1084, \"clust\": 561, \"rank\": 3423, \"rankvar\": 2340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3244, \"group\": [562.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGTTGAGTA\", \"ini\": 1083, \"clust\": 118, \"rank\": 3860, \"rankvar\": 4962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2506, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 240, \"group\": [119.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTATATGAG\", \"ini\": 1082, \"clust\": 1476, \"rank\": 3277, \"rankvar\": 4841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2507, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3994, \"group\": [1477.0, 142.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTAATAGCA\", \"ini\": 1081, \"clust\": 4898, \"rank\": 3840, \"rankvar\": 3372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5017, \"group\": [4899.0, 913.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGATGGCGT\", \"ini\": 1080, \"clust\": 1374, \"rank\": 3713, \"rankvar\": 4763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2509, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3995, \"group\": [1376.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTTTAGGAA\", \"ini\": 1079, \"clust\": 1002, \"rank\": 3645, \"rankvar\": 2301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3245, \"group\": [1001.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCGAATGCT\", \"ini\": 1078, \"clust\": 513, \"rank\": 3522, \"rankvar\": 3596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3246, \"group\": [514.0, 79.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGACAAAGG\", \"ini\": 1077, \"clust\": 1889, \"rank\": 3572, \"rankvar\": 3845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2512, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2822, \"group\": [1889.0, 314.0, 55.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCGACAGCC\", \"ini\": 1076, \"clust\": 4896, \"rank\": 3753, \"rankvar\": 3943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2513, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5018, \"group\": [4897.0, 913.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTTCAACT\", \"ini\": 1075, \"clust\": 550, \"rank\": 3597, \"rankvar\": 1784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2514, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3247, \"group\": [551.0, 93.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGTATTGGA\", \"ini\": 1074, \"clust\": 619, \"rank\": 3455, \"rankvar\": 2034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3248, \"group\": [620.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCACGAAACG\", \"ini\": 1073, \"clust\": 1386, \"rank\": 3564, \"rankvar\": 4345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2516, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3996, \"group\": [1383.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGGCACTA\", \"ini\": 1072, \"clust\": 3266, \"rank\": 3992, \"rankvar\": 868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2056, \"group\": [3265.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCGAGTTT\", \"ini\": 1071, \"clust\": 4237, \"rank\": 4438, \"rankvar\": 5190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2518, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 175, \"group\": [4243.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGAGAGCTC\", \"ini\": 1070, \"clust\": 725, \"rank\": 3772, \"rankvar\": 2777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2519, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3249, \"group\": [724.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTCCCTACT\", \"ini\": 1069, \"clust\": 592, \"rank\": 3416, \"rankvar\": 3886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3250, \"group\": [591.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGCGAAGGG\", \"ini\": 1068, \"clust\": 1477, \"rank\": 3321, \"rankvar\": 4481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2521, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3997, \"group\": [1481.0, 142.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCGCGTAGC\", \"ini\": 1067, \"clust\": 604, \"rank\": 3401, \"rankvar\": 4050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2522, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3251, \"group\": [604.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCACCCAG\", \"ini\": 1066, \"clust\": 1358, \"rank\": 3554, \"rankvar\": 4589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2523, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3998, \"group\": [1357.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACATTAGGCT\", \"ini\": 1065, \"clust\": 629, \"rank\": 3547, \"rankvar\": 2674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2524, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3252, \"group\": [630.0, 98.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCCAGAGGA\", \"ini\": 1064, \"clust\": 1067, \"rank\": 3745, \"rankvar\": 2855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2525, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3253, \"group\": [1084.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCACTGTCGG\", \"ini\": 1063, \"clust\": 1643, \"rank\": 3205, \"rankvar\": 4225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4252, \"group\": [1643.0, 209.0, 38.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTTCTGCGTAA\", \"ini\": 1062, \"clust\": 573, \"rank\": 3530, \"rankvar\": 1193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2527, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3254, \"group\": [574.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTCACCTAA\", \"ini\": 1061, \"clust\": 1653, \"rank\": 3526, \"rankvar\": 3725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2057, \"group\": [1651.0, 213.0, 39.0, 10.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTACTTAGC\", \"ini\": 1060, \"clust\": 1080, \"rank\": 3552, \"rankvar\": 3953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3255, \"group\": [1079.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGACCTAGG\", \"ini\": 1059, \"clust\": 114, \"rank\": 3807, \"rankvar\": 4023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2530, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 241, \"group\": [115.0, 25.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACAGACAG\", \"ini\": 1058, \"clust\": 3211, \"rank\": 3928, \"rankvar\": 948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2058, \"group\": [3212.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGTGTGGT\", \"ini\": 1057, \"clust\": 130, \"rank\": 3724, \"rankvar\": 3713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2532, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 242, \"group\": [130.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTTATCGGT\", \"ini\": 1056, \"clust\": 4890, \"rank\": 3910, \"rankvar\": 4447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5019, \"group\": [4888.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACACAGACTT\", \"ini\": 1055, \"clust\": 1059, \"rank\": 3583, \"rankvar\": 1622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2534, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3256, \"group\": [1059.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTCAAGTCATC\", \"ini\": 1054, \"clust\": 123, \"rank\": 3660, \"rankvar\": 4281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2535, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 243, \"group\": [129.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGTTAACC\", \"ini\": 1053, \"clust\": 1373, \"rank\": 3671, \"rankvar\": 4721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2536, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3999, \"group\": [1377.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACACTGCG\", \"ini\": 1052, \"clust\": 4246, \"rank\": 4389, \"rankvar\": 5199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2537, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 176, \"group\": [4244.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCATGTTGAC\", \"ini\": 1051, \"clust\": 3213, \"rank\": 3983, \"rankvar\": 1305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2059, \"group\": [3211.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTTAGCGG\", \"ini\": 1050, \"clust\": 1060, \"rank\": 3616, \"rankvar\": 3683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2539, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3257, \"group\": [1060.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGAGAATTCCC\", \"ini\": 1049, \"clust\": 969, \"rank\": 3520, \"rankvar\": 3246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2540, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3258, \"group\": [968.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCACACCGAC\", \"ini\": 1048, \"clust\": 1385, \"rank\": 3748, \"rankvar\": 4472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2541, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4000, \"group\": [1385.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGCACTTA\", \"ini\": 1047, \"clust\": 1387, \"rank\": 3541, \"rankvar\": 4694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2542, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4001, \"group\": [1384.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCAACACTG\", \"ini\": 1046, \"clust\": 4157, \"rank\": 4487, \"rankvar\": 4909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2543, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 177, \"group\": [4154.0, 786.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGCCCA\", \"ini\": 1045, \"clust\": 1651, \"rank\": 3733, \"rankvar\": 1918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2060, \"group\": [1652.0, 213.0, 39.0, 10.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAGTAAGTAGT\", \"ini\": 1044, \"clust\": 597, \"rank\": 3609, \"rankvar\": 3598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3259, \"group\": [598.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGACACTT\", \"ini\": 1043, \"clust\": 670, \"rank\": 3663, \"rankvar\": 3451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2546, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3260, \"group\": [673.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTGTGACCC\", \"ini\": 1042, \"clust\": 1039, \"rank\": 3632, \"rankvar\": 3718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2547, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3261, \"group\": [1040.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCAGTATAAG\", \"ini\": 1041, \"clust\": 4880, \"rank\": 3991, \"rankvar\": 3304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2548, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5020, \"group\": [4881.0, 909.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCACCGGGT\", \"ini\": 1040, \"clust\": 1225, \"rank\": 3623, \"rankvar\": 1814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2549, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3262, \"group\": [1228.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGTAATA\", \"ini\": 1039, \"clust\": 127, \"rank\": 3857, \"rankvar\": 4809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2550, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 244, \"group\": [126.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGCCGTCGT\", \"ini\": 1038, \"clust\": 637, \"rank\": 3325, \"rankvar\": 4005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2551, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3263, \"group\": [637.0, 100.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTCCGTTAA\", \"ini\": 1037, \"clust\": 1354, \"rank\": 3590, \"rankvar\": 4230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2552, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4002, \"group\": [1353.0, 134.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGCATGAT\", \"ini\": 1036, \"clust\": 1001, \"rank\": 3787, \"rankvar\": 2575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3264, \"group\": [1003.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTATTAGCC\", \"ini\": 1035, \"clust\": 608, \"rank\": 3431, \"rankvar\": 3482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3265, \"group\": [611.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACACTGCG\", \"ini\": 1034, \"clust\": 1083, \"rank\": 3557, \"rankvar\": 2790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2555, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3266, \"group\": [1081.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCTCTTA\", \"ini\": 1033, \"clust\": 1352, \"rank\": 3555, \"rankvar\": 4502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2556, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4003, \"group\": [1351.0, 134.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATTGGGCC\", \"ini\": 1032, \"clust\": 3275, \"rank\": 4204, \"rankvar\": 2473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2061, \"group\": [3275.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCTTACCTA\", \"ini\": 1031, \"clust\": 1042, \"rank\": 3591, \"rankvar\": 3052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2558, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3267, \"group\": [1041.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCCATTAT\", \"ini\": 1030, \"clust\": 535, \"rank\": 3497, \"rankvar\": 2758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2559, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3268, \"group\": [534.0, 89.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAATCCTTCAAT\", \"ini\": 1029, \"clust\": 3218, \"rank\": 4120, \"rankvar\": 2422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2062, \"group\": [3217.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAATGGATA\", \"ini\": 1028, \"clust\": 3307, \"rank\": 4012, \"rankvar\": 2733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2561, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2063, \"group\": [3308.0, 492.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGTTGCC\", \"ini\": 1027, \"clust\": 528, \"rank\": 3869, \"rankvar\": 1732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2562, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3269, \"group\": [525.0, 85.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTCTGGTCG\", \"ini\": 1026, \"clust\": 602, \"rank\": 3587, \"rankvar\": 3068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3270, \"group\": [605.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTAACGCGA\", \"ini\": 1025, \"clust\": 621, \"rank\": 3404, \"rankvar\": 3786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3271, \"group\": [622.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCAGTTGAC\", \"ini\": 1024, \"clust\": 1260, \"rank\": 3659, \"rankvar\": 1532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2565, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3272, \"group\": [1259.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTGAGAT\", \"ini\": 1023, \"clust\": 4251, \"rank\": 4488, \"rankvar\": 5181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2566, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 178, \"group\": [4249.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTCAGCTAT\", \"ini\": 1022, \"clust\": 1357, \"rank\": 3665, \"rankvar\": 4533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2567, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4004, \"group\": [1359.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCCAACCAA\", \"ini\": 1021, \"clust\": 3264, \"rank\": 4247, \"rankvar\": 2581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2064, \"group\": [3263.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGAGTCTGG\", \"ini\": 1020, \"clust\": 3466, \"rank\": 4085, \"rankvar\": 1416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2569, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2823, \"group\": [3468.0, 568.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTGTCGCG\", \"ini\": 1019, \"clust\": 551, \"rank\": 3727, \"rankvar\": 2223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3273, \"group\": [552.0, 93.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTTCTGTTT\", \"ini\": 1018, \"clust\": 678, \"rank\": 3779, \"rankvar\": 1296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2571, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3274, \"group\": [678.0, 108.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCAAGTAGTA\", \"ini\": 1017, \"clust\": 1277, \"rank\": 3808, \"rankvar\": 2605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2572, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3275, \"group\": [1276.0, 126.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCAATGTC\", \"ini\": 1016, \"clust\": 1360, \"rank\": 3824, \"rankvar\": 4819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2573, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4005, \"group\": [1362.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCTACCTA\", \"ini\": 1015, \"clust\": 586, \"rank\": 3472, \"rankvar\": 3969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3276, \"group\": [588.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGAGTAGA\", \"ini\": 1014, \"clust\": 623, \"rank\": 3521, \"rankvar\": 3827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2575, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3277, \"group\": [626.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGGACAAG\", \"ini\": 1013, \"clust\": 3209, \"rank\": 4049, \"rankvar\": 777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2065, \"group\": [3209.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGCATGTAAGA\", \"ini\": 1012, \"clust\": 1276, \"rank\": 3819, \"rankvar\": 3977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2577, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4006, \"group\": [1278.0, 126.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGAGCTCCCAG\", \"ini\": 1011, \"clust\": 548, \"rank\": 3677, \"rankvar\": 2666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3278, \"group\": [549.0, 93.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTAGGGTAC\", \"ini\": 1010, \"clust\": 1366, \"rank\": 3716, \"rankvar\": 4482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2579, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4007, \"group\": [1364.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCAGGAATCG\", \"ini\": 1009, \"clust\": 4252, \"rank\": 4548, \"rankvar\": 5222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2580, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 179, \"group\": [4250.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTACCCAAT\", \"ini\": 1008, \"clust\": 617, \"rank\": 3514, \"rankvar\": 2520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2581, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3279, \"group\": [618.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCACATTCGA\", \"ini\": 1007, \"clust\": 1081, \"rank\": 3701, \"rankvar\": 3745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2582, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3280, \"group\": [1080.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCCAGACGCAA\", \"ini\": 1006, \"clust\": 1169, \"rank\": 3652, \"rankvar\": 2289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2583, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3281, \"group\": [1168.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAATTGCC\", \"ini\": 1005, \"clust\": 642, \"rank\": 3714, \"rankvar\": 2824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2584, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3282, \"group\": [645.0, 104.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGAACTGC\", \"ini\": 1004, \"clust\": 599, \"rank\": 3700, \"rankvar\": 2238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2585, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3283, \"group\": [600.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTACGCGC\", \"ini\": 1003, \"clust\": 5191, \"rank\": 3843, \"rankvar\": 1628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2586, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 180, \"group\": [5191.0, 1059.0, 177.0, 39.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCCACTAT\", \"ini\": 1002, \"clust\": 4238, \"rank\": 4538, \"rankvar\": 5167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2587, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 181, \"group\": [4242.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCCCGGATG\", \"ini\": 1001, \"clust\": 3709, \"rank\": 3970, \"rankvar\": 3289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2588, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2824, \"group\": [3708.0, 694.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTATAGGGC\", \"ini\": 1000, \"clust\": 763, \"rank\": 3747, \"rankvar\": 4146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2589, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3284, \"group\": [761.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGCCTGAG\", \"ini\": 999, \"clust\": 131, \"rank\": 3841, \"rankvar\": 4253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2590, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 245, \"group\": [131.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTACCGTTA\", \"ini\": 998, \"clust\": 605, \"rank\": 3562, \"rankvar\": 3057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2591, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3285, \"group\": [612.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCATTCTCAT\", \"ini\": 997, \"clust\": 1350, \"rank\": 3644, \"rankvar\": 3604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2592, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4008, \"group\": [1354.0, 134.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGACCACA\", \"ini\": 996, \"clust\": 630, \"rank\": 3452, \"rankvar\": 4122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2593, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3286, \"group\": [633.0, 98.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATCACGCGAAA\", \"ini\": 995, \"clust\": 115, \"rank\": 3848, \"rankvar\": 5141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2594, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 246, \"group\": [118.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGGTCCGA\", \"ini\": 994, \"clust\": 1010, \"rank\": 3735, \"rankvar\": 2375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2595, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3287, \"group\": [1009.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCGTTGCC\", \"ini\": 993, \"clust\": 1084, \"rank\": 3708, \"rankvar\": 1378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2596, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3288, \"group\": [1082.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCTCATTCA\", \"ini\": 992, \"clust\": 1485, \"rank\": 3741, \"rankvar\": 3875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2597, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4009, \"group\": [1486.0, 144.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCCCTCTTT\", \"ini\": 991, \"clust\": 1033, \"rank\": 3715, \"rankvar\": 3863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2598, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3289, \"group\": [1032.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGCGA\", \"ini\": 990, \"clust\": 618, \"rank\": 3500, \"rankvar\": 4026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2599, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3290, \"group\": [619.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTCAATGTC\", \"ini\": 989, \"clust\": 1004, \"rank\": 3879, \"rankvar\": 2535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2600, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3291, \"group\": [1004.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTGACAAAT\", \"ini\": 988, \"clust\": 4904, \"rank\": 4174, \"rankvar\": 3828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2601, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5021, \"group\": [4903.0, 914.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCCATTCTA\", \"ini\": 987, \"clust\": 615, \"rank\": 3621, \"rankvar\": 3399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2602, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3292, \"group\": [616.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGTCTATCCCG\", \"ini\": 986, \"clust\": 119, \"rank\": 4017, \"rankvar\": 4833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2603, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 247, \"group\": [120.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCATATCG\", \"ini\": 985, \"clust\": 971, \"rank\": 3765, \"rankvar\": 2839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2604, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3293, \"group\": [970.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCATTCCTGC\", \"ini\": 984, \"clust\": 3190, \"rank\": 4410, \"rankvar\": 3490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2066, \"group\": [3189.0, 467.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTCTC\", \"ini\": 983, \"clust\": 1278, \"rank\": 3648, \"rankvar\": 3099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2606, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3294, \"group\": [1277.0, 126.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCGTCCAGG\", \"ini\": 982, \"clust\": 553, \"rank\": 3698, \"rankvar\": 3324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2607, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3295, \"group\": [553.0, 93.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCTGCGGT\", \"ini\": 981, \"clust\": 3210, \"rank\": 4215, \"rankvar\": 2014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2067, \"group\": [3213.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTTGCAGG\", \"ini\": 980, \"clust\": 1369, \"rank\": 3899, \"rankvar\": 4672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2609, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4010, \"group\": [1369.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCCCTAAT\", \"ini\": 979, \"clust\": 4899, \"rank\": 4303, \"rankvar\": 4199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5022, \"group\": [4905.0, 915.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCCAAGCCG\", \"ini\": 978, \"clust\": 3205, \"rank\": 4213, \"rankvar\": 4021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2068, \"group\": [3204.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTGCTGTC\", \"ini\": 977, \"clust\": 3201, \"rank\": 4163, \"rankvar\": 434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2612, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2069, \"group\": [3199.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTAGAGTC\", \"ini\": 976, \"clust\": 4239, \"rank\": 4535, \"rankvar\": 5228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2613, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 182, \"group\": [4235.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTGTTAA\", \"ini\": 975, \"clust\": 3447, \"rank\": 4326, \"rankvar\": 3335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2614, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2825, \"group\": [3473.0, 570.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGCTCAGA\", \"ini\": 974, \"clust\": 976, \"rank\": 3674, \"rankvar\": 3571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2615, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3296, \"group\": [977.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAGTCAGTGGA\", \"ini\": 973, \"clust\": 1262, \"rank\": 3855, \"rankvar\": 585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2616, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3297, \"group\": [1266.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTAGTCA\", \"ini\": 972, \"clust\": 1383, \"rank\": 3744, \"rankvar\": 4843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2617, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4011, \"group\": [1381.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGCTAAGAT\", \"ini\": 971, \"clust\": 676, \"rank\": 3781, \"rankvar\": 3435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2618, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3298, \"group\": [676.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCATGGGACA\", \"ini\": 970, \"clust\": 649, \"rank\": 3810, \"rankvar\": 3877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2619, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3299, \"group\": [649.0, 105.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACATCCA\", \"ini\": 969, \"clust\": 672, \"rank\": 3662, \"rankvar\": 3747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2620, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3300, \"group\": [670.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCAGCTAGTTC\", \"ini\": 968, \"clust\": 726, \"rank\": 3832, \"rankvar\": 2420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2621, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3301, \"group\": [725.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGGTGTCG\", \"ini\": 967, \"clust\": 673, \"rank\": 3687, \"rankvar\": 2913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2622, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3302, \"group\": [671.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGTAGATC\", \"ini\": 966, \"clust\": 3191, \"rank\": 4381, \"rankvar\": 2871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2070, \"group\": [3190.0, 467.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCACATAGC\", \"ini\": 965, \"clust\": 1065, \"rank\": 3719, \"rankvar\": 2312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2624, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3303, \"group\": [1064.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCAGCAC\", \"ini\": 964, \"clust\": 549, \"rank\": 3791, \"rankvar\": 2573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2625, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3304, \"group\": [550.0, 93.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCATTAGC\", \"ini\": 963, \"clust\": 1887, \"rank\": 3909, \"rankvar\": 2166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2826, \"group\": [1890.0, 314.0, 55.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGATCACGG\", \"ini\": 962, \"clust\": 744, \"rank\": 3788, \"rankvar\": 2198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2627, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3305, \"group\": [744.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTACCAGTT\", \"ini\": 961, \"clust\": 1005, \"rank\": 3820, \"rankvar\": 3112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2628, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3306, \"group\": [1005.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGATATAC\", \"ini\": 960, \"clust\": 121, \"rank\": 4203, \"rankvar\": 5049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2629, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 248, \"group\": [121.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTAAGGGAA\", \"ini\": 959, \"clust\": 610, \"rank\": 3617, \"rankvar\": 2391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2630, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3307, \"group\": [608.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCAGGCAAG\", \"ini\": 958, \"clust\": 973, \"rank\": 3690, \"rankvar\": 1913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2631, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3308, \"group\": [978.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGGAGTACC\", \"ini\": 957, \"clust\": 1375, \"rank\": 3964, \"rankvar\": 4366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2632, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4012, \"group\": [1375.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGACGGTA\", \"ini\": 956, \"clust\": 1229, \"rank\": 3764, \"rankvar\": 1911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2633, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3309, \"group\": [1229.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGTGAAAT\", \"ini\": 955, \"clust\": 692, \"rank\": 3794, \"rankvar\": 2914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2634, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3310, \"group\": [692.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCACATCTTT\", \"ini\": 954, \"clust\": 970, \"rank\": 3697, \"rankvar\": 2980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2635, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3311, \"group\": [969.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCTTACCTA\", \"ini\": 953, \"clust\": 3207, \"rank\": 4287, \"rankvar\": 1258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2071, \"group\": [3207.0, 470.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGACTAGGC\", \"ini\": 952, \"clust\": 136, \"rank\": 3942, \"rankvar\": 4431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2637, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3312, \"group\": [137.0, 28.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCAGGCAAG\", \"ini\": 951, \"clust\": 565, \"rank\": 3668, \"rankvar\": 3459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2638, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3313, \"group\": [564.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACTCTGTC\", \"ini\": 950, \"clust\": 1009, \"rank\": 3725, \"rankvar\": 2323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2639, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3314, \"group\": [1013.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCTAACCGA\", \"ini\": 949, \"clust\": 966, \"rank\": 3836, \"rankvar\": 4433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2640, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3315, \"group\": [966.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGGAAATA\", \"ini\": 948, \"clust\": 663, \"rank\": 3649, \"rankvar\": 2915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2641, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3316, \"group\": [663.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTATGCTTG\", \"ini\": 947, \"clust\": 1361, \"rank\": 3914, \"rankvar\": 4792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2642, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4013, \"group\": [1360.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATCATCCGCGA\", \"ini\": 946, \"clust\": 967, \"rank\": 3723, \"rankvar\": 3814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2643, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3317, \"group\": [967.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGACTTTCG\", \"ini\": 945, \"clust\": 1259, \"rank\": 3766, \"rankvar\": 2387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2644, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3318, \"group\": [1261.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGTAGCGGT\", \"ini\": 944, \"clust\": 3222, \"rank\": 4181, \"rankvar\": 314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2072, \"group\": [3227.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAAGCGATATA\", \"ini\": 943, \"clust\": 972, \"rank\": 3650, \"rankvar\": 4434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2646, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3319, \"group\": [971.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCGAATCT\", \"ini\": 942, \"clust\": 562, \"rank\": 3672, \"rankvar\": 2298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2647, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3320, \"group\": [566.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACTCTTA\", \"ini\": 941, \"clust\": 1147, \"rank\": 3759, \"rankvar\": 3186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2648, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3321, \"group\": [1147.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTTAGGAA\", \"ini\": 940, \"clust\": 664, \"rank\": 3728, \"rankvar\": 2319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2649, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3322, \"group\": [664.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCCGAAGAG\", \"ini\": 939, \"clust\": 1625, \"rank\": 3585, \"rankvar\": 3164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2650, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4183, \"group\": [1625.0, 195.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTTTACGT\", \"ini\": 938, \"clust\": 563, \"rank\": 3738, \"rankvar\": 3438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2651, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3323, \"group\": [565.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATGCAATC\", \"ini\": 937, \"clust\": 3200, \"rank\": 4380, \"rankvar\": 1960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2073, \"group\": [3201.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTACAA\", \"ini\": 936, \"clust\": 1261, \"rank\": 3809, \"rankvar\": 2977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2653, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3324, \"group\": [1260.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTTGTTTC\", \"ini\": 935, \"clust\": 1043, \"rank\": 3754, \"rankvar\": 2432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2654, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3325, \"group\": [1042.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCGGACAAG\", \"ini\": 934, \"clust\": 566, \"rank\": 3877, \"rankvar\": 1468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2655, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3326, \"group\": [572.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATTACCG\", \"ini\": 933, \"clust\": 126, \"rank\": 3997, \"rankvar\": 5034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2656, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 249, \"group\": [128.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGCTTTGGT\", \"ini\": 932, \"clust\": 128, \"rank\": 3979, \"rankvar\": 4709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2657, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 250, \"group\": [127.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCCACGAAT\", \"ini\": 931, \"clust\": 4240, \"rank\": 4534, \"rankvar\": 5175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2658, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 183, \"group\": [4236.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAACGATCT\", \"ini\": 930, \"clust\": 1149, \"rank\": 3797, \"rankvar\": 3543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2659, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3327, \"group\": [1149.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTGGCGAAT\", \"ini\": 929, \"clust\": 1098, \"rank\": 3859, \"rankvar\": 2385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2660, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3328, \"group\": [1097.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCAACGAAA\", \"ini\": 928, \"clust\": 606, \"rank\": 3595, \"rankvar\": 4052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2661, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3329, \"group\": [606.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTATCGCC\", \"ini\": 927, \"clust\": 569, \"rank\": 3866, \"rankvar\": 2461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3330, \"group\": [571.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTATCCCG\", \"ini\": 926, \"clust\": 1171, \"rank\": 3757, \"rankvar\": 2619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2663, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3331, \"group\": [1171.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACATGACATC\", \"ini\": 925, \"clust\": 741, \"rank\": 3826, \"rankvar\": 3036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2664, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3332, \"group\": [743.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACACGGATAG\", \"ini\": 924, \"clust\": 129, \"rank\": 4129, \"rankvar\": 3169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2665, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 251, \"group\": [132.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTCCACAA\", \"ini\": 923, \"clust\": 589, \"rank\": 3656, \"rankvar\": 2628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2666, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3333, \"group\": [596.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGGGTCTCC\", \"ini\": 922, \"clust\": 1318, \"rank\": 3823, \"rankvar\": 3888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2667, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4014, \"group\": [1318.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGGATTGG\", \"ini\": 921, \"clust\": 626, \"rank\": 3707, \"rankvar\": 3463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2668, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3334, \"group\": [627.0, 98.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACCAGTTCCCT\", \"ini\": 920, \"clust\": 1082, \"rank\": 3699, \"rankvar\": 3120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2669, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3335, \"group\": [1083.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCATCATC\", \"ini\": 919, \"clust\": 1078, \"rank\": 3817, \"rankvar\": 3161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2670, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3336, \"group\": [1076.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTCGCTAA\", \"ini\": 918, \"clust\": 1367, \"rank\": 3830, \"rankvar\": 4788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2671, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4015, \"group\": [1367.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCGGCCGAT\", \"ini\": 917, \"clust\": 1034, \"rank\": 3805, \"rankvar\": 3939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2672, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3337, \"group\": [1033.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCCGTACAA\", \"ini\": 916, \"clust\": 984, \"rank\": 3972, \"rankvar\": 2928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2673, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3338, \"group\": [986.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTAACGGT\", \"ini\": 915, \"clust\": 1076, \"rank\": 3835, \"rankvar\": 2606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2674, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3339, \"group\": [1074.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTGTAGGGTAC\", \"ini\": 914, \"clust\": 1263, \"rank\": 3938, \"rankvar\": 2181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2675, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3340, \"group\": [1262.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGTTGTC\", \"ini\": 913, \"clust\": 1233, \"rank\": 3842, \"rankvar\": 2066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2676, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3341, \"group\": [1233.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTCATTAGGCT\", \"ini\": 912, \"clust\": 611, \"rank\": 3570, \"rankvar\": 4007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2677, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3342, \"group\": [609.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTGTCGCTG\", \"ini\": 911, \"clust\": 5187, \"rank\": 4295, \"rankvar\": 4728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2678, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3343, \"group\": [5187.0, 1056.0, 175.0, 38.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCAGCTGGC\", \"ini\": 910, \"clust\": 1181, \"rank\": 3769, \"rankvar\": 3660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2679, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3344, \"group\": [1180.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGTGGCTC\", \"ini\": 909, \"clust\": 755, \"rank\": 3969, \"rankvar\": 4428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2680, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3345, \"group\": [758.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGTGTGGT\", \"ini\": 908, \"clust\": 1627, \"rank\": 3856, \"rankvar\": 594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2681, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4184, \"group\": [1627.0, 196.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCACCCT\", \"ini\": 907, \"clust\": 607, \"rank\": 3653, \"rankvar\": 3776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2682, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3346, \"group\": [607.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAGGCCT\", \"ini\": 906, \"clust\": 1089, \"rank\": 3833, \"rankvar\": 2821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2683, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3347, \"group\": [1089.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCACCGGGT\", \"ini\": 905, \"clust\": 1057, \"rank\": 3904, \"rankvar\": 2682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2684, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3348, \"group\": [1055.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCTCAACT\", \"ini\": 904, \"clust\": 1102, \"rank\": 3984, \"rankvar\": 2501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2685, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3349, \"group\": [1102.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTGTGCAGTAG\", \"ini\": 903, \"clust\": 1066, \"rank\": 3865, \"rankvar\": 2546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2686, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3350, \"group\": [1065.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCTTGCCA\", \"ini\": 902, \"clust\": 1368, \"rank\": 3815, \"rankvar\": 4552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2687, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4016, \"group\": [1368.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGGATA\", \"ini\": 901, \"clust\": 1376, \"rank\": 3945, \"rankvar\": 4857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2688, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4017, \"group\": [1373.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCAGCACAT\", \"ini\": 900, \"clust\": 1040, \"rank\": 3845, \"rankvar\": 3123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2689, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3351, \"group\": [1038.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAGCCTAA\", \"ini\": 899, \"clust\": 616, \"rank\": 3825, \"rankvar\": 2498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2690, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3352, \"group\": [617.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATGCCCGA\", \"ini\": 898, \"clust\": 977, \"rank\": 3818, \"rankvar\": 3396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3353, \"group\": [975.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCAACTA\", \"ini\": 897, \"clust\": 1155, \"rank\": 3940, \"rankvar\": 997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3354, \"group\": [1157.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCTAGGGC\", \"ini\": 896, \"clust\": 1371, \"rank\": 3998, \"rankvar\": 4609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2693, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4018, \"group\": [1371.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTATTACCG\", \"ini\": 895, \"clust\": 1049, \"rank\": 3960, \"rankvar\": 1156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2694, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3355, \"group\": [1048.0, 120.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCATGAT\", \"ini\": 894, \"clust\": 677, \"rank\": 3872, \"rankvar\": 2454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2695, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3356, \"group\": [677.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAAGCGTAG\", \"ini\": 893, \"clust\": 1359, \"rank\": 3729, \"rankvar\": 4357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2696, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4019, \"group\": [1358.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACGTTGGC\", \"ini\": 892, \"clust\": 1363, \"rank\": 3889, \"rankvar\": 4331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2697, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4020, \"group\": [1366.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCTGATACG\", \"ini\": 891, \"clust\": 600, \"rank\": 3762, \"rankvar\": 2037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2698, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3357, \"group\": [601.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGAGTATA\", \"ini\": 890, \"clust\": 1045, \"rank\": 3885, \"rankvar\": 3569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2699, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3358, \"group\": [1044.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACGACTCG\", \"ini\": 889, \"clust\": 1090, \"rank\": 3900, \"rankvar\": 3773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2700, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3359, \"group\": [1090.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCAATAAGG\", \"ini\": 888, \"clust\": 1158, \"rank\": 3886, \"rankvar\": 3092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2701, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3360, \"group\": [1158.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGATGTAT\", \"ini\": 887, \"clust\": 1151, \"rank\": 3981, \"rankvar\": 2607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2702, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3361, \"group\": [1151.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATTGCGA\", \"ini\": 886, \"clust\": 761, \"rank\": 4005, \"rankvar\": 3589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2703, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3362, \"group\": [759.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCCTCTTT\", \"ini\": 885, \"clust\": 122, \"rank\": 4176, \"rankvar\": 3423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2704, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 252, \"group\": [122.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCGACCAGC\", \"ini\": 884, \"clust\": 1226, \"rank\": 3846, \"rankvar\": 2380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2705, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3363, \"group\": [1227.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACACCTTGTC\", \"ini\": 883, \"clust\": 1103, \"rank\": 3996, \"rankvar\": 1617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2706, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3364, \"group\": [1103.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTGGTATG\", \"ini\": 882, \"clust\": 693, \"rank\": 3939, \"rankvar\": 3174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2707, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3365, \"group\": [693.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGCCCAACC\", \"ini\": 881, \"clust\": 1074, \"rank\": 4026, \"rankvar\": 1816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2708, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3366, \"group\": [1072.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGATATGCA\", \"ini\": 880, \"clust\": 1150, \"rank\": 3975, \"rankvar\": 2598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2709, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3367, \"group\": [1150.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCAAGGTGTG\", \"ini\": 879, \"clust\": 640, \"rank\": 3978, \"rankvar\": 1019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2710, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3368, \"group\": [640.0, 102.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAGGCTCAC\", \"ini\": 878, \"clust\": 1064, \"rank\": 3876, \"rankvar\": 3219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2711, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3369, \"group\": [1066.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTCATGCAT\", \"ini\": 877, \"clust\": 1463, \"rank\": 3852, \"rankvar\": 3869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2712, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4103, \"group\": [1474.0, 140.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTCTTGCA\", \"ini\": 876, \"clust\": 650, \"rank\": 3758, \"rankvar\": 1621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2713, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3370, \"group\": [653.0, 106.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCATTTGGG\", \"ini\": 875, \"clust\": 579, \"rank\": 3837, \"rankvar\": 2764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2714, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3371, \"group\": [581.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTCCAT\", \"ini\": 874, \"clust\": 1370, \"rank\": 3966, \"rankvar\": 4420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2715, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4021, \"group\": [1370.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCTTGC\", \"ini\": 873, \"clust\": 1069, \"rank\": 4032, \"rankvar\": 2478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2716, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3372, \"group\": [1070.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACCTAC\", \"ini\": 872, \"clust\": 760, \"rank\": 3944, \"rankvar\": 3755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2717, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3373, \"group\": [763.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGTTAGGTA\", \"ini\": 871, \"clust\": 1478, \"rank\": 3601, \"rankvar\": 4569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2718, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4022, \"group\": [1480.0, 142.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCTCTTGAT\", \"ini\": 870, \"clust\": 1362, \"rank\": 3955, \"rankvar\": 4654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2719, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4023, \"group\": [1361.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCGTAGGAG\", \"ini\": 869, \"clust\": 1037, \"rank\": 3926, \"rankvar\": 2394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2720, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3374, \"group\": [1036.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGCCGCT\", \"ini\": 868, \"clust\": 1248, \"rank\": 3839, \"rankvar\": 3071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2721, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3375, \"group\": [1254.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCACGACGAA\", \"ini\": 867, \"clust\": 620, \"rank\": 3752, \"rankvar\": 3761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2722, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3376, \"group\": [621.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGTCCTCT\", \"ini\": 866, \"clust\": 4866, \"rank\": 3962, \"rankvar\": 4441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5023, \"group\": [4866.0, 901.0, 144.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGTCGAT\", \"ini\": 865, \"clust\": 671, \"rank\": 3831, \"rankvar\": 4056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3377, \"group\": [672.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTAGAATGTTG\", \"ini\": 864, \"clust\": 1079, \"rank\": 3905, \"rankvar\": 3920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2725, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3378, \"group\": [1077.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCATCCAACA\", \"ini\": 863, \"clust\": 524, \"rank\": 4275, \"rankvar\": 1015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2726, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5140, \"group\": [530.0, 87.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGGGAGTAA\", \"ini\": 862, \"clust\": 4249, \"rank\": 4594, \"rankvar\": 5231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2727, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 184, \"group\": [4246.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCCCGTT\", \"ini\": 861, \"clust\": 1356, \"rank\": 4036, \"rankvar\": 4550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2728, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4024, \"group\": [1356.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACCATTCGACA\", \"ini\": 860, \"clust\": 1021, \"rank\": 4122, \"rankvar\": 1823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2729, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3379, \"group\": [1023.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAAGAAACGCC\", \"ini\": 859, \"clust\": 762, \"rank\": 4001, \"rankvar\": 4494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2730, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3380, \"group\": [760.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCATAAAGG\", \"ini\": 858, \"clust\": 1337, \"rank\": 4253, \"rankvar\": 3485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2731, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4025, \"group\": [1338.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAACGGG\", \"ini\": 857, \"clust\": 1120, \"rank\": 3958, \"rankvar\": 3623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2732, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3381, \"group\": [1119.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCATTCTA\", \"ini\": 856, \"clust\": 1041, \"rank\": 3915, \"rankvar\": 3592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2733, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3382, \"group\": [1039.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTTGTCAT\", \"ini\": 855, \"clust\": 4867, \"rank\": 4116, \"rankvar\": 3089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5024, \"group\": [4867.0, 902.0, 144.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAACAACA\", \"ini\": 854, \"clust\": 700, \"rank\": 4052, \"rankvar\": 1797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2735, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3383, \"group\": [699.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAACGACG\", \"ini\": 853, \"clust\": 1164, \"rank\": 3989, \"rankvar\": 3733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2736, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3384, \"group\": [1167.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTGCAAT\", \"ini\": 852, \"clust\": 1328, \"rank\": 3961, \"rankvar\": 4478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2737, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4026, \"group\": [1332.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGGAGAA\", \"ini\": 851, \"clust\": 625, \"rank\": 3829, \"rankvar\": 4197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2738, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3385, \"group\": [625.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCGCTCCA\", \"ini\": 850, \"clust\": 1007, \"rank\": 3924, \"rankvar\": 1396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2739, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3386, \"group\": [1006.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGACCT\", \"ini\": 849, \"clust\": 1006, \"rank\": 3948, \"rankvar\": 1040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2740, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3387, \"group\": [1008.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGGATACC\", \"ini\": 848, \"clust\": 739, \"rank\": 3849, \"rankvar\": 3371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2741, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3388, \"group\": [739.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCAGTAT\", \"ini\": 847, \"clust\": 1046, \"rank\": 4034, \"rankvar\": 2622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2742, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3389, \"group\": [1046.0, 120.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTTGAT\", \"ini\": 846, \"clust\": 1178, \"rank\": 3874, \"rankvar\": 2872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2743, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3390, \"group\": [1177.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCCGCAAGC\", \"ini\": 845, \"clust\": 1265, \"rank\": 3929, \"rankvar\": 2114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2744, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3391, \"group\": [1264.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTATG\", \"ini\": 844, \"clust\": 745, \"rank\": 3890, \"rankvar\": 2745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2745, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3392, \"group\": [745.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGCGTAGTG\", \"ini\": 843, \"clust\": 4247, \"rank\": 4656, \"rankvar\": 5204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2746, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 185, \"group\": [4245.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGACCTC\", \"ini\": 842, \"clust\": 1264, \"rank\": 4013, \"rankvar\": 3697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2747, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3393, \"group\": [1263.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTGCGGCA\", \"ini\": 841, \"clust\": 609, \"rank\": 3802, \"rankvar\": 4102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2748, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3394, \"group\": [610.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCATGGTCTA\", \"ini\": 840, \"clust\": 622, \"rank\": 3739, \"rankvar\": 3834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2749, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3395, \"group\": [623.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGCGCCTTG\", \"ini\": 839, \"clust\": 1086, \"rank\": 4008, \"rankvar\": 2874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2750, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3396, \"group\": [1087.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACTGGCC\", \"ini\": 838, \"clust\": 554, \"rank\": 3871, \"rankvar\": 3539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2751, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3397, \"group\": [554.0, 93.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTTTAAGCC\", \"ini\": 837, \"clust\": 1175, \"rank\": 4003, \"rankvar\": 3226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2752, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3398, \"group\": [1175.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGACGGAA\", \"ini\": 836, \"clust\": 124, \"rank\": 4195, \"rankvar\": 4708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2753, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 253, \"group\": [124.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGTAA\", \"ini\": 835, \"clust\": 1184, \"rank\": 3994, \"rankvar\": 2685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2754, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3399, \"group\": [1183.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACGACTCG\", \"ini\": 834, \"clust\": 968, \"rank\": 3999, \"rankvar\": 3408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2755, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3400, \"group\": [972.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTGCAACGA\", \"ini\": 833, \"clust\": 1177, \"rank\": 3968, \"rankvar\": 1528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2756, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3401, \"group\": [1179.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCGTACCGG\", \"ini\": 832, \"clust\": 729, \"rank\": 4127, \"rankvar\": 3189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2757, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3402, \"group\": [727.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTAGGTGC\", \"ini\": 831, \"clust\": 1334, \"rank\": 4209, \"rankvar\": 4467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2758, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4027, \"group\": [1334.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACATGCTGGC\", \"ini\": 830, \"clust\": 1104, \"rank\": 4102, \"rankvar\": 1891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2759, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3403, \"group\": [1110.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACGACTA\", \"ini\": 829, \"clust\": 567, \"rank\": 4007, \"rankvar\": 1819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2760, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3404, \"group\": [567.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAGCTCCGA\", \"ini\": 828, \"clust\": 978, \"rank\": 3920, \"rankvar\": 4235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2761, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3405, \"group\": [976.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGCAACTT\", \"ini\": 827, \"clust\": 638, \"rank\": 3775, \"rankvar\": 2853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2762, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3406, \"group\": [638.0, 100.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGCGCTC\", \"ini\": 826, \"clust\": 746, \"rank\": 4043, \"rankvar\": 2472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2763, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3407, \"group\": [746.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACGCGGT\", \"ini\": 825, \"clust\": 687, \"rank\": 3935, \"rankvar\": 4075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2764, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3408, \"group\": [687.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCTACCAGA\", \"ini\": 824, \"clust\": 1097, \"rank\": 4045, \"rankvar\": 3024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2765, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3409, \"group\": [1099.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCATCGGAT\", \"ini\": 823, \"clust\": 722, \"rank\": 4227, \"rankvar\": 3582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2766, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3410, \"group\": [721.0, 110.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCTCGCATC\", \"ini\": 822, \"clust\": 580, \"rank\": 4047, \"rankvar\": 1783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2767, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3411, \"group\": [579.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCGTTTATC\", \"ini\": 821, \"clust\": 1377, \"rank\": 4131, \"rankvar\": 4739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2768, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4028, \"group\": [1374.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTGCGAAAC\", \"ini\": 820, \"clust\": 665, \"rank\": 3894, \"rankvar\": 2911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2769, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3412, \"group\": [667.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGATCGATA\", \"ini\": 819, \"clust\": 1026, \"rank\": 4147, \"rankvar\": 2031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2770, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3413, \"group\": [1031.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGCTAACTC\", \"ini\": 818, \"clust\": 1153, \"rank\": 3925, \"rankvar\": 2929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2771, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3414, \"group\": [1153.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTGGCCCTA\", \"ini\": 817, \"clust\": 1299, \"rank\": 4134, \"rankvar\": 3326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4029, \"group\": [1299.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTACTTAC\", \"ini\": 816, \"clust\": 1253, \"rank\": 3918, \"rankvar\": 1951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2773, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3415, \"group\": [1251.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCCACGAAT\", \"ini\": 815, \"clust\": 1183, \"rank\": 3957, \"rankvar\": 2556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2774, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3416, \"group\": [1185.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGAACAG\", \"ini\": 814, \"clust\": 742, \"rank\": 4030, \"rankvar\": 1743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2775, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3417, \"group\": [741.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCCAAGCCG\", \"ini\": 813, \"clust\": 1231, \"rank\": 3881, \"rankvar\": 2812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2776, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3418, \"group\": [1231.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTAGT\", \"ini\": 812, \"clust\": 1091, \"rank\": 4062, \"rankvar\": 3479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2777, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3419, \"group\": [1093.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCACAGTAC\", \"ini\": 811, \"clust\": 1159, \"rank\": 4044, \"rankvar\": 3190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2778, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3420, \"group\": [1159.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGTGAAGTT\", \"ini\": 810, \"clust\": 674, \"rank\": 4011, \"rankvar\": 3128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2779, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3421, \"group\": [674.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACAAATCCGT\", \"ini\": 809, \"clust\": 689, \"rank\": 3986, \"rankvar\": 3374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2780, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3422, \"group\": [691.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCACCGATAT\", \"ini\": 808, \"clust\": 627, \"rank\": 3882, \"rankvar\": 3135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2781, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3423, \"group\": [628.0, 98.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGCGATCG\", \"ini\": 807, \"clust\": 1338, \"rank\": 4162, \"rankvar\": 4511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2782, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4030, \"group\": [1336.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTTCCACAA\", \"ini\": 806, \"clust\": 699, \"rank\": 4150, \"rankvar\": 2921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2783, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3424, \"group\": [701.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCTCAACA\", \"ini\": 805, \"clust\": 756, \"rank\": 4037, \"rankvar\": 4220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2784, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3425, \"group\": [757.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCACAAGACG\", \"ini\": 804, \"clust\": 1112, \"rank\": 4086, \"rankvar\": 3395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2785, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3426, \"group\": [1111.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTCACATTCGA\", \"ini\": 803, \"clust\": 1063, \"rank\": 3987, \"rankvar\": 3452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2786, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3427, \"group\": [1062.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTGCGATG\", \"ini\": 802, \"clust\": 1650, \"rank\": 4023, \"rankvar\": 4276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2074, \"group\": [1649.0, 213.0, 39.0, 10.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCAGCACAT\", \"ini\": 801, \"clust\": 570, \"rank\": 3973, \"rankvar\": 2864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2788, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3428, \"group\": [569.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGTTCGAT\", \"ini\": 800, \"clust\": 1230, \"rank\": 3965, \"rankvar\": 2344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2789, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3429, \"group\": [1230.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCGGCTCA\", \"ini\": 799, \"clust\": 643, \"rank\": 3883, \"rankvar\": 2459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2790, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3430, \"group\": [643.0, 104.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGATGTGG\", \"ini\": 798, \"clust\": 632, \"rank\": 3923, \"rankvar\": 4093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2791, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3431, \"group\": [632.0, 98.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAAAGGTGC\", \"ini\": 797, \"clust\": 996, \"rank\": 3946, \"rankvar\": 4212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2792, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3432, \"group\": [997.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGTACGTTC\", \"ini\": 796, \"clust\": 1166, \"rank\": 4072, \"rankvar\": 3018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2793, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3433, \"group\": [1164.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTAAACCTC\", \"ini\": 795, \"clust\": 601, \"rank\": 3892, \"rankvar\": 4283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2794, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3434, \"group\": [602.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCTCGTTTA\", \"ini\": 794, \"clust\": 904, \"rank\": 4167, \"rankvar\": 3043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2795, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3435, \"group\": [903.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCGTCGTTC\", \"ini\": 793, \"clust\": 1107, \"rank\": 3954, \"rankvar\": 2444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2796, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3436, \"group\": [1106.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCACAAACC\", \"ini\": 792, \"clust\": 740, \"rank\": 4018, \"rankvar\": 2013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2797, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3437, \"group\": [740.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAATCCGT\", \"ini\": 791, \"clust\": 568, \"rank\": 3990, \"rankvar\": 2098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2798, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3438, \"group\": [568.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTAGCGTGA\", \"ini\": 790, \"clust\": 1168, \"rank\": 3887, \"rankvar\": 4238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3439, \"group\": [1170.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCCGCTGA\", \"ini\": 789, \"clust\": 1095, \"rank\": 4088, \"rankvar\": 3495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3440, \"group\": [1094.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAGTAGATTAG\", \"ini\": 788, \"clust\": 1117, \"rank\": 4099, \"rankvar\": 2322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2801, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3441, \"group\": [1121.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGCTAGGT\", \"ini\": 787, \"clust\": 1239, \"rank\": 4082, \"rankvar\": 2470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2802, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3442, \"group\": [1239.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACATGGGAAC\", \"ini\": 786, \"clust\": 3331, \"rank\": 4444, \"rankvar\": 3851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2827, \"group\": [3334.0, 512.0, 77.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTGTTTGC\", \"ini\": 785, \"clust\": 4245, \"rank\": 4645, \"rankvar\": 5205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2804, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 186, \"group\": [4241.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCAGGTC\", \"ini\": 784, \"clust\": 644, \"rank\": 4010, \"rankvar\": 3634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2805, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3443, \"group\": [644.0, 104.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGATCACGG\", \"ini\": 783, \"clust\": 1047, \"rank\": 4158, \"rankvar\": 3009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2806, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3444, \"group\": [1047.0, 120.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCATGACGGA\", \"ini\": 782, \"clust\": 1180, \"rank\": 3982, \"rankvar\": 3502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3445, \"group\": [1182.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCATAACCTG\", \"ini\": 781, \"clust\": 1085, \"rank\": 4126, \"rankvar\": 4085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2808, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3446, \"group\": [1088.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTGTTGAA\", \"ini\": 780, \"clust\": 1185, \"rank\": 4048, \"rankvar\": 3382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2809, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3447, \"group\": [1184.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCAACTCTT\", \"ini\": 779, \"clust\": 1182, \"rank\": 3912, \"rankvar\": 3726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2810, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3448, \"group\": [1181.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAACACCTA\", \"ini\": 778, \"clust\": 1073, \"rank\": 4046, \"rankvar\": 3010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2811, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3449, \"group\": [1078.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGCAATCTC\", \"ini\": 777, \"clust\": 1132, \"rank\": 4020, \"rankvar\": 1137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2812, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3450, \"group\": [1131.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTAGCACGA\", \"ini\": 776, \"clust\": 1195, \"rank\": 4051, \"rankvar\": 3514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2813, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3451, \"group\": [1194.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAGGAACGT\", \"ini\": 775, \"clust\": 1250, \"rank\": 3901, \"rankvar\": 3658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2814, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3452, \"group\": [1248.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGTTGAGG\", \"ini\": 774, \"clust\": 1087, \"rank\": 4033, \"rankvar\": 3981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2815, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3453, \"group\": [1085.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGTAAGTAC\", \"ini\": 773, \"clust\": 1267, \"rank\": 3864, \"rankvar\": 4727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2816, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4031, \"group\": [1270.0, 124.0, 17.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTCGT\", \"ini\": 772, \"clust\": 1165, \"rank\": 4128, \"rankvar\": 3775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2817, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3454, \"group\": [1166.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTTGCCGT\", \"ini\": 771, \"clust\": 577, \"rank\": 4019, \"rankvar\": 2879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2818, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3455, \"group\": [577.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAGCCACCA\", \"ini\": 770, \"clust\": 1115, \"rank\": 4071, \"rankvar\": 2314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2819, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3456, \"group\": [1114.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGTCGTTTG\", \"ini\": 769, \"clust\": 1256, \"rank\": 4053, \"rankvar\": 2230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2820, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3457, \"group\": [1257.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCTAGGCA\", \"ini\": 768, \"clust\": 1372, \"rank\": 4100, \"rankvar\": 4811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2821, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4032, \"group\": [1372.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGCCAACAG\", \"ini\": 767, \"clust\": 1249, \"rank\": 3971, \"rankvar\": 2513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2822, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3458, \"group\": [1250.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGACG\", \"ini\": 766, \"clust\": 1325, \"rank\": 4041, \"rankvar\": 4303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2823, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4033, \"group\": [1324.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGTCTGAGTGT\", \"ini\": 765, \"clust\": 1109, \"rank\": 4042, \"rankvar\": 1966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2824, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3459, \"group\": [1108.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCATTTGGG\", \"ini\": 764, \"clust\": 1110, \"rank\": 4094, \"rankvar\": 2453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2825, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3460, \"group\": [1109.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCACCT\", \"ini\": 763, \"clust\": 737, \"rank\": 4212, \"rankvar\": 2495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2826, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3461, \"group\": [737.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCAGACAGGT\", \"ini\": 762, \"clust\": 880, \"rank\": 4223, \"rankvar\": 3074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2827, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3462, \"group\": [880.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGCCAGAA\", \"ini\": 761, \"clust\": 727, \"rank\": 4054, \"rankvar\": 2412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2828, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3463, \"group\": [736.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGTAGC\", \"ini\": 760, \"clust\": 1644, \"rank\": 3777, \"rankvar\": 2945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2829, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4253, \"group\": [1644.0, 209.0, 38.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGGCTGAA\", \"ini\": 759, \"clust\": 1348, \"rank\": 4408, \"rankvar\": 1806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2830, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4034, \"group\": [1348.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCACACTGCG\", \"ini\": 758, \"clust\": 1152, \"rank\": 4089, \"rankvar\": 3170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2831, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3464, \"group\": [1152.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCCACTCCA\", \"ini\": 757, \"clust\": 690, \"rank\": 4068, \"rankvar\": 1573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2832, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3465, \"group\": [689.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCAACGGGA\", \"ini\": 756, \"clust\": 1077, \"rank\": 4133, \"rankvar\": 4152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2833, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3466, \"group\": [1075.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTACCTGC\", \"ini\": 755, \"clust\": 771, \"rank\": 4106, \"rankvar\": 1132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2834, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3467, \"group\": [771.0, 114.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATCGGGT\", \"ini\": 754, \"clust\": 675, \"rank\": 4060, \"rankvar\": 3908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2835, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3468, \"group\": [675.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCACAGTAC\", \"ini\": 753, \"clust\": 584, \"rank\": 4073, \"rankvar\": 3529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2836, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3469, \"group\": [584.0, 96.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGACCTC\", \"ini\": 752, \"clust\": 1038, \"rank\": 3974, \"rankvar\": 2924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2837, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3470, \"group\": [1037.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTAGTTCCACA\", \"ini\": 751, \"clust\": 764, \"rank\": 4155, \"rankvar\": 4658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2838, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3471, \"group\": [762.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTCTCAAC\", \"ini\": 750, \"clust\": 757, \"rank\": 3985, \"rankvar\": 4326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2839, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3472, \"group\": [755.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCTAAGAT\", \"ini\": 749, \"clust\": 811, \"rank\": 4343, \"rankvar\": 568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2840, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3473, \"group\": [811.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACATGTCTCC\", \"ini\": 748, \"clust\": 992, \"rank\": 3949, \"rankvar\": 2616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2841, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3474, \"group\": [1000.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCTAAGCCA\", \"ini\": 747, \"clust\": 1294, \"rank\": 4114, \"rankvar\": 4724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2842, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4035, \"group\": [1294.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACTAGGC\", \"ini\": 746, \"clust\": 1012, \"rank\": 4078, \"rankvar\": 3045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2843, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3475, \"group\": [1011.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCACGACTA\", \"ini\": 745, \"clust\": 680, \"rank\": 4058, \"rankvar\": 3757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2844, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3476, \"group\": [680.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCAGTTCGA\", \"ini\": 744, \"clust\": 1145, \"rank\": 4152, \"rankvar\": 1649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2845, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3477, \"group\": [1143.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTTCAACACTG\", \"ini\": 743, \"clust\": 1126, \"rank\": 4161, \"rankvar\": 2370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3478, \"group\": [1126.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCGTATAGTAG\", \"ini\": 742, \"clust\": 791, \"rank\": 4332, \"rankvar\": 1448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2847, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3479, \"group\": [789.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCGAGCCCA\", \"ini\": 741, \"clust\": 1179, \"rank\": 4063, \"rankvar\": 3268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2848, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3480, \"group\": [1178.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTGCCTGTG\", \"ini\": 740, \"clust\": 1088, \"rank\": 4040, \"rankvar\": 3257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2849, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3481, \"group\": [1086.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCGGATCA\", \"ini\": 739, \"clust\": 510, \"rank\": 4201, \"rankvar\": 4293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2850, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3482, \"group\": [509.0, 78.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCATTGCGGC\", \"ini\": 738, \"clust\": 1011, \"rank\": 4109, \"rankvar\": 3336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2851, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3483, \"group\": [1010.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGTCTCG\", \"ini\": 737, \"clust\": 1464, \"rank\": 3784, \"rankvar\": 3306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2852, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4104, \"group\": [1463.0, 138.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGCCGGTAA\", \"ini\": 736, \"clust\": 1148, \"rank\": 4069, \"rankvar\": 1422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2853, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3484, \"group\": [1148.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTCATTACCTT\", \"ini\": 735, \"clust\": 750, \"rank\": 4112, \"rankvar\": 2551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2854, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3485, \"group\": [750.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGATGCCTT\", \"ini\": 734, \"clust\": 655, \"rank\": 4075, \"rankvar\": 2825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2855, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3486, \"group\": [654.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCCGTAGGC\", \"ini\": 733, \"clust\": 1241, \"rank\": 4016, \"rankvar\": 3037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2856, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3487, \"group\": [1241.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACTTACGA\", \"ini\": 732, \"clust\": 773, \"rank\": 4353, \"rankvar\": 688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2857, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3488, \"group\": [777.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTAGATGA\", \"ini\": 731, \"clust\": 776, \"rank\": 4325, \"rankvar\": 570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2858, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3489, \"group\": [775.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAAATTGCC\", \"ini\": 730, \"clust\": 867, \"rank\": 4300, \"rankvar\": 3094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3490, \"group\": [869.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATCCGCGA\", \"ini\": 729, \"clust\": 1326, \"rank\": 4027, \"rankvar\": 4576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2860, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4036, \"group\": [1325.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTCATTA\", \"ini\": 728, \"clust\": 1105, \"rank\": 4156, \"rankvar\": 1494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2861, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3491, \"group\": [1104.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGCTAGTCT\", \"ini\": 727, \"clust\": 1335, \"rank\": 4443, \"rankvar\": 3801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2862, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4037, \"group\": [1335.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCTGATACG\", \"ini\": 726, \"clust\": 704, \"rank\": 4165, \"rankvar\": 3296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2863, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3492, \"group\": [704.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGTATCGAA\", \"ini\": 725, \"clust\": 903, \"rank\": 4251, \"rankvar\": 4124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2864, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3493, \"group\": [905.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTACTTCTT\", \"ini\": 724, \"clust\": 964, \"rank\": 4298, \"rankvar\": 1044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2865, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3494, \"group\": [963.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAGGTA\", \"ini\": 723, \"clust\": 1245, \"rank\": 3995, \"rankvar\": 3008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2866, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3495, \"group\": [1247.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTGAGTTC\", \"ini\": 722, \"clust\": 1124, \"rank\": 4149, \"rankvar\": 1744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2867, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3496, \"group\": [1124.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGAATGGG\", \"ini\": 721, \"clust\": 571, \"rank\": 4055, \"rankvar\": 1271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3497, \"group\": [570.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTAGGGTG\", \"ini\": 720, \"clust\": 1133, \"rank\": 4107, \"rankvar\": 2677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2869, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3498, \"group\": [1132.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAAGATGCCTT\", \"ini\": 719, \"clust\": 657, \"rank\": 4117, \"rankvar\": 2151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2870, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3499, \"group\": [657.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCAAGCG\", \"ini\": 718, \"clust\": 1364, \"rank\": 4121, \"rankvar\": 4413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2871, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4038, \"group\": [1365.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCGTCTTC\", \"ini\": 717, \"clust\": 1092, \"rank\": 4186, \"rankvar\": 3263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2872, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3500, \"group\": [1091.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTCTGATTG\", \"ini\": 716, \"clust\": 901, \"rank\": 4260, \"rankvar\": 2822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2873, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3501, \"group\": [901.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATCTACGA\", \"ini\": 715, \"clust\": 864, \"rank\": 4319, \"rankvar\": 2243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2874, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3502, \"group\": [866.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAACCGCCA\", \"ini\": 714, \"clust\": 738, \"rank\": 4185, \"rankvar\": 3109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2875, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3503, \"group\": [738.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTAAGCC\", \"ini\": 713, \"clust\": 1167, \"rank\": 4141, \"rankvar\": 1904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2876, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3504, \"group\": [1165.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCAAGCGA\", \"ini\": 712, \"clust\": 1206, \"rank\": 4225, \"rankvar\": 1699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2877, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3505, \"group\": [1205.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTAATCACC\", \"ini\": 711, \"clust\": 1324, \"rank\": 4177, \"rankvar\": 2937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2878, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4039, \"group\": [1326.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCACGAAACG\", \"ini\": 710, \"clust\": 1221, \"rank\": 4145, \"rankvar\": 2805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2879, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3506, \"group\": [1220.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATTCCTCG\", \"ini\": 709, \"clust\": 1051, \"rank\": 4259, \"rankvar\": 3442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2880, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3507, \"group\": [1054.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGAGATGAG\", \"ini\": 708, \"clust\": 749, \"rank\": 4313, \"rankvar\": 3552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2881, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3508, \"group\": [751.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCCCACT\", \"ini\": 707, \"clust\": 1297, \"rank\": 4105, \"rankvar\": 4224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2882, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4040, \"group\": [1296.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGACTACT\", \"ini\": 706, \"clust\": 1070, \"rank\": 4234, \"rankvar\": 2032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3509, \"group\": [1069.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTGGTAAT\", \"ini\": 705, \"clust\": 751, \"rank\": 4255, \"rankvar\": 2670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2884, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3510, \"group\": [748.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCAGCTTAG\", \"ini\": 704, \"clust\": 728, \"rank\": 4198, \"rankvar\": 3195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2885, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3511, \"group\": [729.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTGATGTGG\", \"ini\": 703, \"clust\": 1199, \"rank\": 4171, \"rankvar\": 3364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2886, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3512, \"group\": [1199.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCATATGCTG\", \"ini\": 702, \"clust\": 1003, \"rank\": 4250, \"rankvar\": 4160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2887, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3513, \"group\": [1002.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCAAACGTGG\", \"ini\": 701, \"clust\": 1628, \"rank\": 3897, \"rankvar\": 3662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2888, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4185, \"group\": [1628.0, 196.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGCTCGCA\", \"ini\": 700, \"clust\": 1240, \"rank\": 4196, \"rankvar\": 2059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2889, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3514, \"group\": [1240.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACACCATGTA\", \"ini\": 699, \"clust\": 1121, \"rank\": 4079, \"rankvar\": 2840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2890, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3515, \"group\": [1120.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGATGCCAG\", \"ini\": 698, \"clust\": 1257, \"rank\": 4091, \"rankvar\": 3240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2891, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3516, \"group\": [1255.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAGCCTAT\", \"ini\": 697, \"clust\": 743, \"rank\": 4218, \"rankvar\": 2377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2892, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3517, \"group\": [742.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCGCGCCAA\", \"ini\": 696, \"clust\": 645, \"rank\": 4423, \"rankvar\": 3493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2893, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3518, \"group\": [1267.0, 122.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATCGGTTA\", \"ini\": 695, \"clust\": 4250, \"rank\": 4714, \"rankvar\": 5230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2894, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 187, \"group\": [4247.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTCGTACT\", \"ini\": 694, \"clust\": 997, \"rank\": 4216, \"rankvar\": 3744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3519, \"group\": [995.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCTAGCACA\", \"ini\": 693, \"clust\": 998, \"rank\": 4173, \"rankvar\": 3323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2896, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3520, \"group\": [996.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTCACTGGC\", \"ini\": 692, \"clust\": 1311, \"rank\": 4340, \"rankvar\": 4048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2897, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4041, \"group\": [1313.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTAACG\", \"ini\": 691, \"clust\": 1017, \"rank\": 4256, \"rankvar\": 2381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2898, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3521, \"group\": [1017.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATGGT\", \"ini\": 690, \"clust\": 1227, \"rank\": 4065, \"rankvar\": 2149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2899, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3522, \"group\": [1225.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGCACCGCT\", \"ini\": 689, \"clust\": 691, \"rank\": 4123, \"rankvar\": 1944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2900, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3523, \"group\": [690.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCCA\", \"ini\": 688, \"clust\": 658, \"rank\": 4178, \"rankvar\": 2225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2901, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3524, \"group\": [658.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGACACCA\", \"ini\": 687, \"clust\": 1223, \"rank\": 4272, \"rankvar\": 1599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2902, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3525, \"group\": [1223.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCGCATGGC\", \"ini\": 686, \"clust\": 1279, \"rank\": 4289, \"rankvar\": 1003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2903, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3526, \"group\": [1288.0, 129.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCCTGTAGA\", \"ini\": 685, \"clust\": 651, \"rank\": 3847, \"rankvar\": 3798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2904, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3527, \"group\": [652.0, 106.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCGTCTGCT\", \"ini\": 684, \"clust\": 1053, \"rank\": 4193, \"rankvar\": 1980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2905, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3528, \"group\": [1051.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGCCTAA\", \"ini\": 683, \"clust\": 1228, \"rank\": 3952, \"rankvar\": 3166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2906, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3529, \"group\": [1226.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGAGGCT\", \"ini\": 682, \"clust\": 652, \"rank\": 4050, \"rankvar\": 1415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2907, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3530, \"group\": [650.0, 106.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCTCTCGT\", \"ini\": 681, \"clust\": 1232, \"rank\": 3921, \"rankvar\": 4045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2908, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3531, \"group\": [1232.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGCAACGA\", \"ini\": 680, \"clust\": 3199, \"rank\": 4644, \"rankvar\": 1056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2075, \"group\": [3202.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCATTGGCGC\", \"ini\": 679, \"clust\": 788, \"rank\": 4270, \"rankvar\": 2637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2910, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3532, \"group\": [787.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACACGACTCG\", \"ini\": 678, \"clust\": 1234, \"rank\": 4206, \"rankvar\": 3001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2911, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3533, \"group\": [1234.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACATTAGGCT\", \"ini\": 677, \"clust\": 714, \"rank\": 4169, \"rankvar\": 4347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2912, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3534, \"group\": [713.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCTCTAAGG\", \"ini\": 676, \"clust\": 647, \"rank\": 4029, \"rankvar\": 3701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2913, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3535, \"group\": [647.0, 105.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAAGTGTA\", \"ini\": 675, \"clust\": 1138, \"rank\": 4175, \"rankvar\": 2103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2914, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3536, \"group\": [1138.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCATAGCAC\", \"ini\": 674, \"clust\": 884, \"rank\": 4278, \"rankvar\": 1443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2915, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3537, \"group\": [886.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGTACGTTC\", \"ini\": 673, \"clust\": 508, \"rank\": 4092, \"rankvar\": 4148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2916, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3538, \"group\": [512.0, 78.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTCATTGGGCC\", \"ini\": 672, \"clust\": 989, \"rank\": 4000, \"rankvar\": 3313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2917, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3539, \"group\": [989.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCTGTTGAG\", \"ini\": 671, \"clust\": 681, \"rank\": 4208, \"rankvar\": 1068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2918, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3540, \"group\": [681.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCCAAAGTC\", \"ini\": 670, \"clust\": 1186, \"rank\": 4136, \"rankvar\": 2645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2919, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3541, \"group\": [1191.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTGGTCTCG\", \"ini\": 669, \"clust\": 912, \"rank\": 4205, \"rankvar\": 4020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2920, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3542, \"group\": [912.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCAGCATGT\", \"ini\": 668, \"clust\": 1218, \"rank\": 4280, \"rankvar\": 2077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2921, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3543, \"group\": [1217.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGAGCCCAA\", \"ini\": 667, \"clust\": 668, \"rank\": 4132, \"rankvar\": 1684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2922, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3544, \"group\": [668.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTCATGCTGGC\", \"ini\": 666, \"clust\": 1111, \"rank\": 4242, \"rankvar\": 1036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2923, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3545, \"group\": [1113.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGGTGACTACT\", \"ini\": 665, \"clust\": 581, \"rank\": 4097, \"rankvar\": 3239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2924, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3546, \"group\": [580.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTCACAGGTTT\", \"ini\": 664, \"clust\": 1243, \"rank\": 4077, \"rankvar\": 3230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2925, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3547, \"group\": [1243.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTAAATGTG\", \"ini\": 663, \"clust\": 1131, \"rank\": 4084, \"rankvar\": 3483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2926, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3548, \"group\": [1133.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTATCTGCA\", \"ini\": 662, \"clust\": 1281, \"rank\": 4188, \"rankvar\": 3102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2927, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3549, \"group\": [1281.0, 127.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGGAACTGC\", \"ini\": 661, \"clust\": 1058, \"rank\": 4139, \"rankvar\": 2414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2928, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3550, \"group\": [1056.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTTCCGTCT\", \"ini\": 660, \"clust\": 1320, \"rank\": 4148, \"rankvar\": 4499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2929, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4042, \"group\": [1320.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCTGAAAGA\", \"ini\": 659, \"clust\": 1052, \"rank\": 4265, \"rankvar\": 1693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2930, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3551, \"group\": [1053.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTTCACCTC\", \"ini\": 658, \"clust\": 732, \"rank\": 4217, \"rankvar\": 3093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2931, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3552, \"group\": [730.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACGGTAAG\", \"ini\": 657, \"clust\": 1096, \"rank\": 4245, \"rankvar\": 3441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2932, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3553, \"group\": [1095.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGTGAAGTT\", \"ini\": 656, \"clust\": 1146, \"rank\": 4292, \"rankvar\": 1695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2933, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3554, \"group\": [1144.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCGTGGTCG\", \"ini\": 655, \"clust\": 1280, \"rank\": 4057, \"rankvar\": 4610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2934, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3555, \"group\": [1282.0, 127.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGTGAACGC\", \"ini\": 654, \"clust\": 659, \"rank\": 4261, \"rankvar\": 3695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2935, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3556, \"group\": [662.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCAGCGTTCG\", \"ini\": 653, \"clust\": 721, \"rank\": 4374, \"rankvar\": 816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3557, \"group\": [723.0, 110.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCAACACTG\", \"ini\": 652, \"clust\": 1254, \"rank\": 4059, \"rankvar\": 2946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2937, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3558, \"group\": [1252.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGTGCCATT\", \"ini\": 651, \"clust\": 1068, \"rank\": 4197, \"rankvar\": 1211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2938, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3559, \"group\": [1071.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGAGGTTGC\", \"ini\": 650, \"clust\": 511, \"rank\": 4194, \"rankvar\": 4544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2939, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3560, \"group\": [510.0, 78.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTGTGCGTC\", \"ini\": 649, \"clust\": 865, \"rank\": 4397, \"rankvar\": 1302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2940, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3561, \"group\": [864.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCACCTAA\", \"ini\": 648, \"clust\": 1322, \"rank\": 4191, \"rankvar\": 4272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2941, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4043, \"group\": [1322.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGAGATCGGGT\", \"ini\": 647, \"clust\": 666, \"rank\": 4142, \"rankvar\": 1389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3562, \"group\": [665.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTGAGTGT\", \"ini\": 646, \"clust\": 3383, \"rank\": 4725, \"rankvar\": 1395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2076, \"group\": [3382.0, 539.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTAGAGTGC\", \"ini\": 645, \"clust\": 795, \"rank\": 4307, \"rankvar\": 2047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2944, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3563, \"group\": [799.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTTGCGTTA\", \"ini\": 644, \"clust\": 719, \"rank\": 4299, \"rankvar\": 2449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2945, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3564, \"group\": [717.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCACGGC\", \"ini\": 643, \"clust\": 529, \"rank\": 4358, \"rankvar\": 2951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2946, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3565, \"group\": [526.0, 85.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTAGGGTGTGT\", \"ini\": 642, \"clust\": 730, \"rank\": 4240, \"rankvar\": 4068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2947, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3566, \"group\": [728.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCACGTCTCT\", \"ini\": 641, \"clust\": 1188, \"rank\": 4297, \"rankvar\": 1574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2948, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3567, \"group\": [1186.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAGGCAGTA\", \"ini\": 640, \"clust\": 1108, \"rank\": 4160, \"rankvar\": 2691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2949, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3568, \"group\": [1107.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTTACTGAC\", \"ini\": 639, \"clust\": 1292, \"rank\": 4090, \"rankvar\": 4671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2950, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4044, \"group\": [1291.0, 131.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTCGACTAT\", \"ini\": 638, \"clust\": 1160, \"rank\": 4140, \"rankvar\": 3612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2951, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3569, \"group\": [1160.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCATGGGAAC\", \"ini\": 637, \"clust\": 702, \"rank\": 4293, \"rankvar\": 2063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2952, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3570, \"group\": [706.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACGCATA\", \"ini\": 636, \"clust\": 1061, \"rank\": 4200, \"rankvar\": 4451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2953, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3571, \"group\": [1063.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCGCGTAGC\", \"ini\": 635, \"clust\": 893, \"rank\": 4322, \"rankvar\": 631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2954, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3572, \"group\": [892.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCCTAGAAC\", \"ini\": 634, \"clust\": 885, \"rank\": 4331, \"rankvar\": 2615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3573, \"group\": [884.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGGAATGGA\", \"ini\": 633, \"clust\": 1154, \"rank\": 4183, \"rankvar\": 3032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2956, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3574, \"group\": [1154.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACTCCTG\", \"ini\": 632, \"clust\": 1170, \"rank\": 4108, \"rankvar\": 4003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3575, \"group\": [1169.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACAAACTGTC\", \"ini\": 631, \"clust\": 1172, \"rank\": 4151, \"rankvar\": 3550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2958, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3576, \"group\": [1172.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTTGCGCAC\", \"ini\": 630, \"clust\": 708, \"rank\": 4321, \"rankvar\": 3411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2959, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3577, \"group\": [712.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATGTCGG\", \"ini\": 629, \"clust\": 1273, \"rank\": 4230, \"rankvar\": 4120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2960, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3578, \"group\": [1273.0, 125.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACTGGGT\", \"ini\": 628, \"clust\": 1176, \"rank\": 4143, \"rankvar\": 3212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2961, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3579, \"group\": [1176.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGGACAGCT\", \"ini\": 627, \"clust\": 990, \"rank\": 4166, \"rankvar\": 3242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2962, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3580, \"group\": [987.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGAACTGT\", \"ini\": 626, \"clust\": 753, \"rank\": 4301, \"rankvar\": 3575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2963, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3581, \"group\": [753.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTTGACAC\", \"ini\": 625, \"clust\": 1465, \"rank\": 3858, \"rankvar\": 3274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2964, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4105, \"group\": [1464.0, 138.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGCGTAGTG\", \"ini\": 624, \"clust\": 1205, \"rank\": 4351, \"rankvar\": 2362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2965, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3582, \"group\": [1207.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCCATAC\", \"ini\": 623, \"clust\": 1330, \"rank\": 4182, \"rankvar\": 4634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2966, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4045, \"group\": [1330.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCTCCGGTT\", \"ini\": 622, \"clust\": 705, \"rank\": 4238, \"rankvar\": 3363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2967, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3583, \"group\": [702.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTTACCTA\", \"ini\": 621, \"clust\": 1323, \"rank\": 4113, \"rankvar\": 4560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2968, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4046, \"group\": [1323.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTCAGGCTGAA\", \"ini\": 620, \"clust\": 641, \"rank\": 4315, \"rankvar\": 1992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2969, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3584, \"group\": [641.0, 102.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATCACAC\", \"ini\": 619, \"clust\": 1055, \"rank\": 4286, \"rankvar\": 2355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3585, \"group\": [1058.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCATCATC\", \"ini\": 618, \"clust\": 866, \"rank\": 4416, \"rankvar\": 1809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2971, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3586, \"group\": [865.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCACGTG\", \"ini\": 617, \"clust\": 974, \"rank\": 4096, \"rankvar\": 2189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2972, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3587, \"group\": [973.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTCGGACG\", \"ini\": 616, \"clust\": 707, \"rank\": 4274, \"rankvar\": 1038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2973, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3588, \"group\": [720.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTCGTATT\", \"ini\": 615, \"clust\": 1129, \"rank\": 4347, \"rankvar\": 1143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2974, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3589, \"group\": [1128.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGAACTCGG\", \"ini\": 614, \"clust\": 777, \"rank\": 4432, \"rankvar\": 1279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2975, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3590, \"group\": [776.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACCGAT\", \"ini\": 613, \"clust\": 656, \"rank\": 4222, \"rankvar\": 2610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2976, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3591, \"group\": [655.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATGCAATC\", \"ini\": 612, \"clust\": 1093, \"rank\": 4190, \"rankvar\": 2778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2977, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3592, \"group\": [1092.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACGTCA\", \"ini\": 611, \"clust\": 1222, \"rank\": 4254, \"rankvar\": 4022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2978, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3593, \"group\": [1221.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGTTACCT\", \"ini\": 610, \"clust\": 793, \"rank\": 4382, \"rankvar\": 2267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2979, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3594, \"group\": [791.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTATCCTA\", \"ini\": 609, \"clust\": 991, \"rank\": 4138, \"rankvar\": 3532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2980, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3595, \"group\": [988.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGGCTAGCA\", \"ini\": 608, \"clust\": 999, \"rank\": 4384, \"rankvar\": 2237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2981, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3596, \"group\": [998.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCCTAATT\", \"ini\": 607, \"clust\": 1113, \"rank\": 4241, \"rankvar\": 2963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2982, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3597, \"group\": [1112.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCTGGTTCC\", \"ini\": 606, \"clust\": 954, \"rank\": 4430, \"rankvar\": 2878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2983, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3598, \"group\": [953.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGATAGCAT\", \"ini\": 605, \"clust\": 575, \"rank\": 4285, \"rankvar\": 1905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2984, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3599, \"group\": [575.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGACAAGCC\", \"ini\": 604, \"clust\": 509, \"rank\": 4214, \"rankvar\": 4617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2985, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3600, \"group\": [511.0, 78.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATTCACT\", \"ini\": 603, \"clust\": 733, \"rank\": 4220, \"rankvar\": 3198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2986, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3601, \"group\": [731.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCGGCGCAT\", \"ini\": 602, \"clust\": 1071, \"rank\": 4269, \"rankvar\": 4430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2987, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3602, \"group\": [1067.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTACCGAT\", \"ini\": 601, \"clust\": 1100, \"rank\": 4341, \"rankvar\": 3609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2988, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3603, \"group\": [1100.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAACTTGAC\", \"ini\": 600, \"clust\": 1162, \"rank\": 4354, \"rankvar\": 2172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2989, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3604, \"group\": [1162.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTGACTCAT\", \"ini\": 599, \"clust\": 1161, \"rank\": 4233, \"rankvar\": 2310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2990, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3605, \"group\": [1161.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACATCTTT\", \"ini\": 598, \"clust\": 886, \"rank\": 4422, \"rankvar\": 1023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2991, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3606, \"group\": [885.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCACTGGC\", \"ini\": 597, \"clust\": 1244, \"rank\": 4207, \"rankvar\": 2022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2992, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3607, \"group\": [1244.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTACACCGC\", \"ini\": 596, \"clust\": 881, \"rank\": 4356, \"rankvar\": 2843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2993, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3608, \"group\": [881.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCAGATAAG\", \"ini\": 595, \"clust\": 701, \"rank\": 4371, \"rankvar\": 1845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2994, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3609, \"group\": [700.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGTAAGG\", \"ini\": 594, \"clust\": 1127, \"rank\": 4337, \"rankvar\": 1208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2995, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3610, \"group\": [1127.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGTGGTAGC\", \"ini\": 593, \"clust\": 1156, \"rank\": 4323, \"rankvar\": 2897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3611, \"group\": [1155.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGTCCTATGTT\", \"ini\": 592, \"clust\": 1194, \"rank\": 4314, \"rankvar\": 3631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2997, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3612, \"group\": [1196.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGCCATT\", \"ini\": 591, \"clust\": 1106, \"rank\": 4392, \"rankvar\": 1861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2998, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3613, \"group\": [1105.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCGCATGGC\", \"ini\": 590, \"clust\": 1013, \"rank\": 4244, \"rankvar\": 4053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3614, \"group\": [1012.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGAAAC\", \"ini\": 589, \"clust\": 667, \"rank\": 4080, \"rankvar\": 3140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3000, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3615, \"group\": [666.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAAGTTGTAGA\", \"ini\": 588, \"clust\": 1139, \"rank\": 4232, \"rankvar\": 3063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3001, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3616, \"group\": [1139.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATTCTTAC\", \"ini\": 587, \"clust\": 1024, \"rank\": 4372, \"rankvar\": 3945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3002, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3617, \"group\": [1019.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTTTGTG\", \"ini\": 586, \"clust\": 1072, \"rank\": 4336, \"rankvar\": 3444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3003, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3618, \"group\": [1068.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAGCATGAG\", \"ini\": 585, \"clust\": 461, \"rank\": 4456, \"rankvar\": 257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3004, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4186, \"group\": [463.0, 74.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGAAACCAT\", \"ini\": 584, \"clust\": 1189, \"rank\": 4344, \"rankvar\": 2227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3005, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3619, \"group\": [1187.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACCCTCA\", \"ini\": 583, \"clust\": 899, \"rank\": 4379, \"rankvar\": 4378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3006, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3620, \"group\": [899.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGTGCGTC\", \"ini\": 582, \"clust\": 748, \"rank\": 4468, \"rankvar\": 2497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3007, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3621, \"group\": [752.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTCCAACTA\", \"ini\": 581, \"clust\": 1258, \"rank\": 4263, \"rankvar\": 2797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3008, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3622, \"group\": [1256.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTAAATGTG\", \"ini\": 580, \"clust\": 1242, \"rank\": 4258, \"rankvar\": 1930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3009, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3623, \"group\": [1242.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGGTGCACA\", \"ini\": 579, \"clust\": 1251, \"rank\": 4135, \"rankvar\": 3535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3010, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3624, \"group\": [1249.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAGTCGATT\", \"ini\": 578, \"clust\": 993, \"rank\": 4357, \"rankvar\": 3378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3011, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3625, \"group\": [994.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAAGGATT\", \"ini\": 577, \"clust\": 1008, \"rank\": 4333, \"rankvar\": 1808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3012, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3626, \"group\": [1007.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTATCAGTC\", \"ini\": 576, \"clust\": 466, \"rank\": 4246, \"rankvar\": 496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3013, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4187, \"group\": [467.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAGGTA\", \"ini\": 575, \"clust\": 125, \"rank\": 4530, \"rankvar\": 4690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3014, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 254, \"group\": [125.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTGTTTGTG\", \"ini\": 574, \"clust\": 3202, \"rank\": 4642, \"rankvar\": 2993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2077, \"group\": [3200.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCAGTCAGT\", \"ini\": 573, \"clust\": 1246, \"rank\": 4291, \"rankvar\": 3772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3627, \"group\": [1245.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACGTAAGG\", \"ini\": 572, \"clust\": 1235, \"rank\": 4192, \"rankvar\": 3081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3017, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3628, \"group\": [1235.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTCAGCGC\", \"ini\": 571, \"clust\": 706, \"rank\": 4268, \"rankvar\": 3252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3018, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3629, \"group\": [703.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCCGAGCCA\", \"ini\": 570, \"clust\": 1144, \"rank\": 4302, \"rankvar\": 2435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3019, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3630, \"group\": [1145.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGTCATCCA\", \"ini\": 569, \"clust\": 716, \"rank\": 4352, \"rankvar\": 4421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3020, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3631, \"group\": [715.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGAGGCTAGGT\", \"ini\": 568, \"clust\": 1255, \"rank\": 4168, \"rankvar\": 2586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3021, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3632, \"group\": [1258.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACCGAAAG\", \"ini\": 567, \"clust\": 1015, \"rank\": 4229, \"rankvar\": 2135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3022, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3633, \"group\": [1014.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCTTCGGTC\", \"ini\": 566, \"clust\": 1211, \"rank\": 4409, \"rankvar\": 922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3023, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3634, \"group\": [1213.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGGATGCGT\", \"ini\": 565, \"clust\": 872, \"rank\": 4402, \"rankvar\": 1708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3024, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3635, \"group\": [874.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCACATTCGA\", \"ini\": 564, \"clust\": 120, \"rank\": 4574, \"rankvar\": 4722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3025, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 255, \"group\": [123.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCTTTCCTC\", \"ini\": 563, \"clust\": 789, \"rank\": 4518, \"rankvar\": 3839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3026, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3636, \"group\": [788.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCATCCACGTTC\", \"ini\": 562, \"clust\": 1648, \"rank\": 4006, \"rankvar\": 4855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2078, \"group\": [1653.0, 214.0, 39.0, 10.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCAAGAAGAG\", \"ini\": 561, \"clust\": 1220, \"rank\": 4398, \"rankvar\": 3329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3028, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3637, \"group\": [1222.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCAACTGGCC\", \"ini\": 560, \"clust\": 1116, \"rank\": 4219, \"rankvar\": 4291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3029, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3638, \"group\": [1115.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTAATCACC\", \"ini\": 559, \"clust\": 1467, \"rank\": 3977, \"rankvar\": 3384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3030, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4106, \"group\": [1469.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCATGT\", \"ini\": 558, \"clust\": 1022, \"rank\": 4395, \"rankvar\": 1961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3031, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3639, \"group\": [1022.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATATGCA\", \"ini\": 557, \"clust\": 1136, \"rank\": 4288, \"rankvar\": 2338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3032, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3640, \"group\": [1136.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAATACCG\", \"ini\": 556, \"clust\": 1209, \"rank\": 4335, \"rankvar\": 1136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3033, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3641, \"group\": [1208.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTTGCGG\", \"ini\": 555, \"clust\": 780, \"rank\": 4511, \"rankvar\": 1646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3034, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3642, \"group\": [780.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTCGG\", \"ini\": 554, \"clust\": 1216, \"rank\": 4237, \"rankvar\": 4164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3035, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3643, \"group\": [1214.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTTGTATC\", \"ini\": 553, \"clust\": 1208, \"rank\": 4348, \"rankvar\": 2624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3036, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3644, \"group\": [1210.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTATTGGA\", \"ini\": 552, \"clust\": 715, \"rank\": 4324, \"rankvar\": 3841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3037, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3645, \"group\": [714.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTGGAGAA\", \"ini\": 551, \"clust\": 695, \"rank\": 4457, \"rankvar\": 2763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3038, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3646, \"group\": [694.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTATATCCG\", \"ini\": 550, \"clust\": 1157, \"rank\": 4277, \"rankvar\": 3959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3039, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3647, \"group\": [1156.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCAGCATCATC\", \"ini\": 549, \"clust\": 1122, \"rank\": 4485, \"rankvar\": 1811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3040, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3648, \"group\": [1122.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCGCATGGC\", \"ini\": 548, \"clust\": 669, \"rank\": 4294, \"rankvar\": 1971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3041, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3649, \"group\": [669.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCGCCAGCA\", \"ini\": 547, \"clust\": 1300, \"rank\": 4342, \"rankvar\": 4660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3042, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4047, \"group\": [1300.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACATACGCCG\", \"ini\": 546, \"clust\": 1190, \"rank\": 4350, \"rankvar\": 2049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3043, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3650, \"group\": [1188.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGCCCAACC\", \"ini\": 545, \"clust\": 1646, \"rank\": 3907, \"rankvar\": 4453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3044, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4254, \"group\": [1647.0, 212.0, 38.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACACAGAGGT\", \"ini\": 544, \"clust\": 1217, \"rank\": 4283, \"rankvar\": 4239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3045, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3651, \"group\": [1215.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGAGTGTG\", \"ini\": 543, \"clust\": 684, \"rank\": 4157, \"rankvar\": 3693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3046, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3652, \"group\": [686.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTTCCGCAGTG\", \"ini\": 542, \"clust\": 1163, \"rank\": 4338, \"rankvar\": 2500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3047, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3653, \"group\": [1163.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGAGGACGG\", \"ini\": 541, \"clust\": 1291, \"rank\": 4210, \"rankvar\": 4429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3048, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4048, \"group\": [1293.0, 131.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGACATC\", \"ini\": 540, \"clust\": 1030, \"rank\": 4498, \"rankvar\": 1685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3049, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3654, \"group\": [1028.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAGGGTAC\", \"ini\": 539, \"clust\": 786, \"rank\": 4378, \"rankvar\": 4217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3050, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3655, \"group\": [784.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACAAGCCC\", \"ini\": 538, \"clust\": 723, \"rank\": 4383, \"rankvar\": 4066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3051, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3656, \"group\": [722.0, 110.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGCCATAG\", \"ini\": 537, \"clust\": 685, \"rank\": 4226, \"rankvar\": 3732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3052, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3657, \"group\": [684.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGAGGGAACGG\", \"ini\": 536, \"clust\": 1054, \"rank\": 4362, \"rankvar\": 2092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3053, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3658, \"group\": [1052.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCCAAATGC\", \"ini\": 535, \"clust\": 1293, \"rank\": 4361, \"rankvar\": 4031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3054, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4049, \"group\": [1292.0, 131.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCGTGAGT\", \"ini\": 534, \"clust\": 987, \"rank\": 4180, \"rankvar\": 2128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3055, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3659, \"group\": [991.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCCACT\", \"ini\": 533, \"clust\": 717, \"rank\": 4450, \"rankvar\": 4190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3056, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3660, \"group\": [716.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGTCCTC\", \"ini\": 532, \"clust\": 4156, \"rank\": 4891, \"rankvar\": 5032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3057, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 188, \"group\": [4153.0, 786.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATAACGA\", \"ini\": 531, \"clust\": 1331, \"rank\": 4309, \"rankvar\": 4490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3058, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4050, \"group\": [1329.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGCTTCT\", \"ini\": 530, \"clust\": 1309, \"rank\": 4363, \"rankvar\": 3107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3059, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4051, \"group\": [1309.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCCGGCACA\", \"ini\": 529, \"clust\": 798, \"rank\": 4455, \"rankvar\": 1541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3060, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3661, \"group\": [795.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAAAGCGGT\", \"ini\": 528, \"clust\": 1282, \"rank\": 4184, \"rankvar\": 4267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3061, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3662, \"group\": [1279.0, 127.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTAAGTAC\", \"ini\": 527, \"clust\": 1192, \"rank\": 4370, \"rankvar\": 2981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3062, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3663, \"group\": [1192.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTAACCCT\", \"ini\": 526, \"clust\": 1140, \"rank\": 4306, \"rankvar\": 1561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3063, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3664, \"group\": [1142.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTGAGTTC\", \"ini\": 525, \"clust\": 3186, \"rank\": 4743, \"rankvar\": 1611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2079, \"group\": [3186.0, 466.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCGCCTCA\", \"ini\": 524, \"clust\": 1266, \"rank\": 4264, \"rankvar\": 2250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3065, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3665, \"group\": [1265.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTAATAGCA\", \"ini\": 523, \"clust\": 1197, \"rank\": 4394, \"rankvar\": 2957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3066, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3666, \"group\": [1197.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTAGCCTAT\", \"ini\": 522, \"clust\": 994, \"rank\": 4476, \"rankvar\": 2241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3067, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3667, \"group\": [992.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTTACGGAG\", \"ini\": 521, \"clust\": 875, \"rank\": 4474, \"rankvar\": 1496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3068, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3668, \"group\": [875.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTCTGTCG\", \"ini\": 520, \"clust\": 1210, \"rank\": 4328, \"rankvar\": 3146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3069, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3669, \"group\": [1209.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGCCAACAG\", \"ini\": 519, \"clust\": 1479, \"rank\": 4074, \"rankvar\": 4679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3070, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4052, \"group\": [1478.0, 142.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAGTCCCTACT\", \"ini\": 518, \"clust\": 815, \"rank\": 4635, \"rankvar\": 1833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3071, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3670, \"group\": [817.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGACAAAGG\", \"ini\": 517, \"clust\": 724, \"rank\": 4458, \"rankvar\": 3301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3671, \"group\": [726.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTGAGTTC\", \"ini\": 516, \"clust\": 4158, \"rank\": 4934, \"rankvar\": 5212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3073, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 189, \"group\": [4155.0, 786.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTGCTTG\", \"ini\": 515, \"clust\": 1196, \"rank\": 4346, \"rankvar\": 3735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3074, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3672, \"group\": [1195.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTATGCGT\", \"ini\": 514, \"clust\": 956, \"rank\": 4482, \"rankvar\": 2485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3075, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3673, \"group\": [965.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTGTAGAGTGC\", \"ini\": 513, \"clust\": 688, \"rank\": 4399, \"rankvar\": 3727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3076, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3674, \"group\": [688.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACTGAAGG\", \"ini\": 512, \"clust\": 1099, \"rank\": 4376, \"rankvar\": 3426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3077, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3675, \"group\": [1098.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCAGAGCAATT\", \"ini\": 511, \"clust\": 772, \"rank\": 4470, \"rankvar\": 3115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3078, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3676, \"group\": [772.0, 114.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTAAGTGTA\", \"ini\": 510, \"clust\": 910, \"rank\": 4385, \"rankvar\": 3806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3079, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3677, \"group\": [910.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCTTGTCC\", \"ini\": 509, \"clust\": 1050, \"rank\": 4427, \"rankvar\": 1215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3080, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3678, \"group\": [1049.0, 120.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTTGTACAC\", \"ini\": 508, \"clust\": 995, \"rank\": 4434, \"rankvar\": 2618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3081, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3679, \"group\": [993.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCAGGACA\", \"ini\": 507, \"clust\": 873, \"rank\": 4463, \"rankvar\": 1593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3680, \"group\": [872.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCCGTCAG\", \"ini\": 506, \"clust\": 1027, \"rank\": 4516, \"rankvar\": 2416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3083, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3681, \"group\": [1026.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACAGCCCA\", \"ini\": 505, \"clust\": 988, \"rank\": 4279, \"rankvar\": 3605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3084, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3682, \"group\": [990.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACAGGAATCG\", \"ini\": 504, \"clust\": 1173, \"rank\": 4316, \"rankvar\": 3721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3085, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3683, \"group\": [1173.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTATCCGA\", \"ini\": 503, \"clust\": 1143, \"rank\": 4249, \"rankvar\": 3528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3684, \"group\": [1146.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTCTCATT\", \"ini\": 502, \"clust\": 1075, \"rank\": 4320, \"rankvar\": 3679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3087, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3685, \"group\": [1073.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGAACAACT\", \"ini\": 501, \"clust\": 720, \"rank\": 4390, \"rankvar\": 4327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3088, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3686, \"group\": [718.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGGTGTTA\", \"ini\": 500, \"clust\": 731, \"rank\": 4431, \"rankvar\": 3928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3089, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3687, \"group\": [732.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAATTCCTT\", \"ini\": 499, \"clust\": 1215, \"rank\": 4375, \"rankvar\": 3766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3688, \"group\": [1216.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGATGAGAG\", \"ini\": 498, \"clust\": 3333, \"rank\": 4737, \"rankvar\": 4155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3091, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2828, \"group\": [3333.0, 511.0, 77.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTTCGTCTC\", \"ini\": 497, \"clust\": 1025, \"rank\": 4517, \"rankvar\": 3419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3092, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3689, \"group\": [1020.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGAGGGATA\", \"ini\": 496, \"clust\": 1137, \"rank\": 4401, \"rankvar\": 2848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3093, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3690, \"group\": [1137.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTGGACGAT\", \"ini\": 495, \"clust\": 758, \"rank\": 4393, \"rankvar\": 3957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3094, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3691, \"group\": [756.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGGTGCCT\", \"ini\": 494, \"clust\": 1296, \"rank\": 4415, \"rankvar\": 2949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3095, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4053, \"group\": [1298.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCGCCAAAT\", \"ini\": 493, \"clust\": 578, \"rank\": 4235, \"rankvar\": 3090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3096, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3692, \"group\": [578.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGGTGGAT\", \"ini\": 492, \"clust\": 1094, \"rank\": 4462, \"rankvar\": 3669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3097, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3693, \"group\": [1096.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTTGAGTTC\", \"ini\": 491, \"clust\": 1236, \"rank\": 4221, \"rankvar\": 3379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3098, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3694, \"group\": [1236.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCAAGAAGT\", \"ini\": 490, \"clust\": 1056, \"rank\": 4420, \"rankvar\": 4296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3099, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3695, \"group\": [1057.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCACGTGAGA\", \"ini\": 489, \"clust\": 1016, \"rank\": 4359, \"rankvar\": 3177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3100, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3696, \"group\": [1015.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGTCGATAA\", \"ini\": 488, \"clust\": 1212, \"rank\": 4495, \"rankvar\": 3248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3101, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3697, \"group\": [1211.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACCCATGG\", \"ini\": 487, \"clust\": 1019, \"rank\": 4386, \"rankvar\": 3474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3698, \"group\": [1025.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCATGTTCCC\", \"ini\": 486, \"clust\": 1287, \"rank\": 4452, \"rankvar\": 3470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3103, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3699, \"group\": [1286.0, 128.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCCACCCAGTG\", \"ini\": 485, \"clust\": 774, \"rank\": 4507, \"rankvar\": 805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3104, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3700, \"group\": [773.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGACTCGGA\", \"ini\": 484, \"clust\": 1214, \"rank\": 4334, \"rankvar\": 1995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3105, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3701, \"group\": [1219.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTGTTAG\", \"ini\": 483, \"clust\": 718, \"rank\": 4503, \"rankvar\": 3944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3106, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3702, \"group\": [719.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGCAGGCTA\", \"ini\": 482, \"clust\": 1336, \"rank\": 4524, \"rankvar\": 4363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3107, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4054, \"group\": [1339.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCACCT\", \"ini\": 481, \"clust\": 1128, \"rank\": 4472, \"rankvar\": 2953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3108, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3703, \"group\": [1130.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCAGTTCGA\", \"ini\": 480, \"clust\": 913, \"rank\": 4478, \"rankvar\": 2147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3109, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3704, \"group\": [913.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGAGGTACC\", \"ini\": 479, \"clust\": 1252, \"rank\": 4273, \"rankvar\": 4259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3110, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3705, \"group\": [1253.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTAGTGAAT\", \"ini\": 478, \"clust\": 682, \"rank\": 4312, \"rankvar\": 3104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3111, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3706, \"group\": [682.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAGCTGTT\", \"ini\": 477, \"clust\": 985, \"rank\": 4366, \"rankvar\": 2827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3707, \"group\": [984.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCACAGATGAGC\", \"ini\": 476, \"clust\": 1187, \"rank\": 4442, \"rankvar\": 2176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3708, \"group\": [1190.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCTCACATT\", \"ini\": 475, \"clust\": 1219, \"rank\": 4471, \"rankvar\": 4356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3114, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3709, \"group\": [1218.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACCATGTA\", \"ini\": 474, \"clust\": 1270, \"rank\": 4243, \"rankvar\": 4665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3115, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4055, \"group\": [1475.0, 141.0, 19.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCATGTCCC\", \"ini\": 473, \"clust\": 882, \"rank\": 4479, \"rankvar\": 2800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3116, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3710, \"group\": [882.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCGCCAGCA\", \"ini\": 472, \"clust\": 703, \"rank\": 4411, \"rankvar\": 2636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3117, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3711, \"group\": [705.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGGACGTA\", \"ini\": 471, \"clust\": 891, \"rank\": 4451, \"rankvar\": 3077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3118, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3712, \"group\": [890.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTAGAGCTG\", \"ini\": 470, \"clust\": 792, \"rank\": 4573, \"rankvar\": 2726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3119, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3713, \"group\": [790.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCTAACTGG\", \"ini\": 469, \"clust\": 961, \"rank\": 4480, \"rankvar\": 3002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3714, \"group\": [961.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGACCGGAT\", \"ini\": 468, \"clust\": 868, \"rank\": 4448, \"rankvar\": 795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3121, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3715, \"group\": [867.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTATTCTC\", \"ini\": 467, \"clust\": 869, \"rank\": 4436, \"rankvar\": 2124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3122, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3716, \"group\": [868.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGGGATCTG\", \"ini\": 466, \"clust\": 1339, \"rank\": 4528, \"rankvar\": 3811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3123, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4056, \"group\": [1337.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGAGGGAG\", \"ini\": 465, \"clust\": 1247, \"rank\": 4360, \"rankvar\": 3738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3124, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3717, \"group\": [1246.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACTTAACG\", \"ini\": 464, \"clust\": 660, \"rank\": 4407, \"rankvar\": 4046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3125, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3718, \"group\": [661.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTTAAGATG\", \"ini\": 463, \"clust\": 1101, \"rank\": 4426, \"rankvar\": 3124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3126, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3719, \"group\": [1101.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTAGCGTCC\", \"ini\": 462, \"clust\": 975, \"rank\": 4228, \"rankvar\": 4298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3127, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3720, \"group\": [974.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCATCCTAGA\", \"ini\": 461, \"clust\": 902, \"rank\": 4623, \"rankvar\": 4750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3128, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3721, \"group\": [902.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCTTGGTC\", \"ini\": 460, \"clust\": 734, \"rank\": 4424, \"rankvar\": 1255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3129, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3722, \"group\": [735.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGACA\", \"ini\": 459, \"clust\": 4153, \"rank\": 4851, \"rankvar\": 5191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2080, \"group\": [4149.0, 785.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAGACACTT\", \"ini\": 458, \"clust\": 812, \"rank\": 4615, \"rankvar\": 672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3131, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3723, \"group\": [812.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTGGTGTAG\", \"ini\": 457, \"clust\": 1285, \"rank\": 4439, \"rankvar\": 3659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3132, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3724, \"group\": [1283.0, 128.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTAGAAGGA\", \"ini\": 456, \"clust\": 906, \"rank\": 4490, \"rankvar\": 2356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3133, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3725, \"group\": [906.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCAGGCTCAC\", \"ini\": 455, \"clust\": 957, \"rank\": 4554, \"rankvar\": 806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3134, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3726, \"group\": [958.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTGTCCGT\", \"ini\": 454, \"clust\": 574, \"rank\": 4433, \"rankvar\": 1555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3135, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3727, \"group\": [582.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCAATAAGG\", \"ini\": 453, \"clust\": 958, \"rank\": 4522, \"rankvar\": 497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3136, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3728, \"group\": [956.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAGTCGACTAT\", \"ini\": 452, \"clust\": 3390, \"rank\": 4828, \"rankvar\": 4240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2081, \"group\": [3398.0, 541.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCACAGTAC\", \"ini\": 451, \"clust\": 1237, \"rank\": 4441, \"rankvar\": 2393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3138, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3729, \"group\": [1237.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATGCCAG\", \"ini\": 450, \"clust\": 495, \"rank\": 4425, \"rankvar\": 575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3139, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4188, \"group\": [496.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGATGTGG\", \"ini\": 449, \"clust\": 1141, \"rank\": 4419, \"rankvar\": 3299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3140, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3730, \"group\": [1140.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACTGTCGG\", \"ini\": 448, \"clust\": 948, \"rank\": 4477, \"rankvar\": 1987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3141, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3731, \"group\": [948.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCGCCAAAT\", \"ini\": 447, \"clust\": 1028, \"rank\": 4595, \"rankvar\": 1461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3142, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3732, \"group\": [1027.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCACCCTATC\", \"ini\": 446, \"clust\": 1332, \"rank\": 4499, \"rankvar\": 4491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3143, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4057, \"group\": [1327.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGAGCCAA\", \"ini\": 445, \"clust\": 1224, \"rank\": 4502, \"rankvar\": 3751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3144, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3733, \"group\": [1224.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTACCGCTG\", \"ini\": 444, \"clust\": 1283, \"rank\": 4412, \"rankvar\": 4321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3145, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3734, \"group\": [1280.0, 127.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACATTTGCTT\", \"ini\": 443, \"clust\": 1342, \"rank\": 4558, \"rankvar\": 4463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3146, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4058, \"group\": [1340.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTGTACC\", \"ini\": 442, \"clust\": 794, \"rank\": 4570, \"rankvar\": 4134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3147, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3735, \"group\": [792.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATTGCGA\", \"ini\": 441, \"clust\": 790, \"rank\": 4590, \"rankvar\": 2299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3736, \"group\": [793.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTGTACCAGTT\", \"ini\": 440, \"clust\": 1200, \"rank\": 4475, \"rankvar\": 3473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3149, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3737, \"group\": [1200.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGCTACCGC\", \"ini\": 439, \"clust\": 937, \"rank\": 4568, \"rankvar\": 3148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3150, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3738, \"group\": [938.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGAGGGTT\", \"ini\": 438, \"clust\": 1207, \"rank\": 4531, \"rankvar\": 3478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3151, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3739, \"group\": [1206.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTAGAAAGG\", \"ini\": 437, \"clust\": 894, \"rank\": 4506, \"rankvar\": 2680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3152, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3740, \"group\": [893.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGACTAGAT\", \"ini\": 436, \"clust\": 661, \"rank\": 4440, \"rankvar\": 3989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3153, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3741, \"group\": [659.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTACGCCC\", \"ini\": 435, \"clust\": 467, \"rank\": 4406, \"rankvar\": 1303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3154, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4189, \"group\": [465.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCGAGGTAG\", \"ini\": 434, \"clust\": 1480, \"rank\": 4125, \"rankvar\": 4782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3155, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4059, \"group\": [1479.0, 142.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCGAACC\", \"ini\": 433, \"clust\": 933, \"rank\": 4597, \"rankvar\": 2125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3742, \"group\": [934.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTACGACT\", \"ini\": 432, \"clust\": 1312, \"rank\": 4578, \"rankvar\": 4437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3157, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4060, \"group\": [1311.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCAGGCGAA\", \"ini\": 431, \"clust\": 1029, \"rank\": 4647, \"rankvar\": 2010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3158, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3743, \"group\": [1030.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGTTAGCGG\", \"ini\": 430, \"clust\": 804, \"rank\": 4678, \"rankvar\": 2540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3159, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3744, \"group\": [802.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGCTGAAAT\", \"ini\": 429, \"clust\": 1313, \"rank\": 4491, \"rankvar\": 3722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3160, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4061, \"group\": [1312.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCAGGGTATG\", \"ini\": 428, \"clust\": 3188, \"rank\": 4804, \"rankvar\": 1750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2082, \"group\": [3192.0, 467.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCATACTG\", \"ini\": 427, \"clust\": 979, \"rank\": 4400, \"rankvar\": 3533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3162, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3745, \"group\": [979.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCTGCCAG\", \"ini\": 426, \"clust\": 888, \"rank\": 4550, \"rankvar\": 650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3163, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3746, \"group\": [887.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTGCCTTGG\", \"ini\": 425, \"clust\": 1288, \"rank\": 4510, \"rankvar\": 4209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3164, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4062, \"group\": [1287.0, 128.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGCACACAG\", \"ini\": 424, \"clust\": 1314, \"rank\": 4421, \"rankvar\": 4328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3165, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4063, \"group\": [1317.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCTGATACG\", \"ini\": 423, \"clust\": 1023, \"rank\": 4540, \"rankvar\": 2766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3166, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3747, \"group\": [1021.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGTCATC\", \"ini\": 422, \"clust\": 1000, \"rank\": 4492, \"rankvar\": 3859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3167, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3748, \"group\": [999.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCGGATGTT\", \"ini\": 421, \"clust\": 842, \"rank\": 4547, \"rankvar\": 3302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3168, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3749, \"group\": [844.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGAGGTAGA\", \"ini\": 420, \"clust\": 1349, \"rank\": 4643, \"rankvar\": 2934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3169, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4064, \"group\": [1349.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGACAAGCC\", \"ini\": 419, \"clust\": 1344, \"rank\": 4619, \"rankvar\": 4156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3170, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4065, \"group\": [1343.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCATACAGCT\", \"ini\": 418, \"clust\": 1468, \"rank\": 4310, \"rankvar\": 3521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3171, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4107, \"group\": [1468.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACAGTTC\", \"ini\": 417, \"clust\": 1203, \"rank\": 4515, \"rankvar\": 1583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3750, \"group\": [1201.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGTTTGCGT\", \"ini\": 416, \"clust\": 1134, \"rank\": 4391, \"rankvar\": 2517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3173, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3751, \"group\": [1134.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGTAG\", \"ini\": 415, \"clust\": 940, \"rank\": 4629, \"rankvar\": 3784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3174, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3752, \"group\": [939.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACACTGTTAG\", \"ini\": 414, \"clust\": 1321, \"rank\": 4447, \"rankvar\": 4471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3175, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4066, \"group\": [1321.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCTCA\", \"ini\": 413, \"clust\": 1130, \"rank\": 4560, \"rankvar\": 1149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3176, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3753, \"group\": [1129.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGATCGATA\", \"ini\": 412, \"clust\": 1286, \"rank\": 4519, \"rankvar\": 3048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3177, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3754, \"group\": [1284.0, 128.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCTAAACC\", \"ini\": 411, \"clust\": 1327, \"rank\": 4494, \"rankvar\": 4389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3178, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4067, \"group\": [1333.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTAGCGC\", \"ini\": 410, \"clust\": 878, \"rank\": 4586, \"rankvar\": 1721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3179, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3755, \"group\": [877.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCATGTTCCC\", \"ini\": 409, \"clust\": 892, \"rank\": 4541, \"rankvar\": 3033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3756, \"group\": [891.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGCACTTAAGC\", \"ini\": 408, \"clust\": 768, \"rank\": 4585, \"rankvar\": 4292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3757, \"group\": [770.0, 113.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATATGCTG\", \"ini\": 407, \"clust\": 782, \"rank\": 4608, \"rankvar\": 2731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3182, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3758, \"group\": [782.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTACAGCAG\", \"ini\": 406, \"clust\": 1020, \"rank\": 4654, \"rankvar\": 2195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3183, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3759, \"group\": [1024.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCATAACCG\", \"ini\": 405, \"clust\": 459, \"rank\": 4369, \"rankvar\": 4198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3184, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4190, \"group\": [507.0, 76.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGGCACTA\", \"ini\": 404, \"clust\": 1135, \"rank\": 4445, \"rankvar\": 1777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3185, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3760, \"group\": [1135.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTGTAAGGGCT\", \"ini\": 403, \"clust\": 754, \"rank\": 4486, \"rankvar\": 3352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3186, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3761, \"group\": [754.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCTTAATC\", \"ini\": 402, \"clust\": 900, \"rank\": 4584, \"rankvar\": 4086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3187, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3762, \"group\": [900.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGTTGGC\", \"ini\": 401, \"clust\": 653, \"rank\": 4339, \"rankvar\": 2802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3188, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3763, \"group\": [651.0, 106.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGAATTGTG\", \"ini\": 400, \"clust\": 1298, \"rank\": 4484, \"rankvar\": 4673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3189, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4068, \"group\": [1297.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGGCATTGG\", \"ini\": 399, \"clust\": 938, \"rank\": 4616, \"rankvar\": 2001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3190, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3764, \"group\": [936.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTACCGAGA\", \"ini\": 398, \"clust\": 1626, \"rank\": 4252, \"rankvar\": 3805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3191, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4191, \"group\": [1626.0, 195.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACGGTAAG\", \"ini\": 397, \"clust\": 955, \"rank\": 4607, \"rankvar\": 3347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3192, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3765, \"group\": [954.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCGTCATC\", \"ini\": 396, \"clust\": 1018, \"rank\": 4525, \"rankvar\": 3111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3193, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3766, \"group\": [1018.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTCAGATAA\", \"ini\": 395, \"clust\": 962, \"rank\": 4556, \"rankvar\": 3277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3194, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3767, \"group\": [959.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGGGAACGG\", \"ini\": 394, \"clust\": 709, \"rank\": 4580, \"rankvar\": 4076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3195, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4069, \"group\": [707.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCATCCGGGT\", \"ini\": 393, \"clust\": 951, \"rank\": 4631, \"rankvar\": 2984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3196, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3768, \"group\": [950.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGAGTGACC\", \"ini\": 392, \"clust\": 1193, \"rank\": 4537, \"rankvar\": 2146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3769, \"group\": [1193.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATAGCTGATAA\", \"ini\": 391, \"clust\": 949, \"rank\": 4496, \"rankvar\": 2710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3198, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3770, \"group\": [949.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTATGCGT\", \"ini\": 390, \"clust\": 1118, \"rank\": 4403, \"rankvar\": 3643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3199, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3771, \"group\": [1117.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCACCAGCAC\", \"ini\": 389, \"clust\": 941, \"rank\": 4626, \"rankvar\": 1525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3772, \"group\": [940.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTCGCATAT\", \"ini\": 388, \"clust\": 1174, \"rank\": 4435, \"rankvar\": 2511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3201, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3773, \"group\": [1174.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTCTGGC\", \"ini\": 387, \"clust\": 799, \"rank\": 4650, \"rankvar\": 1340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3202, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3774, \"group\": [796.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTGCGTAA\", \"ini\": 386, \"clust\": 1238, \"rank\": 4469, \"rankvar\": 3477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3203, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3775, \"group\": [1238.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCCATTCTA\", \"ini\": 385, \"clust\": 1048, \"rank\": 4564, \"rankvar\": 2596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3204, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3776, \"group\": [1050.0, 120.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATGTTCCC\", \"ini\": 384, \"clust\": 934, \"rank\": 4695, \"rankvar\": 1882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3205, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3777, \"group\": [933.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGTGCCTG\", \"ini\": 383, \"clust\": 818, \"rank\": 4712, \"rankvar\": 2523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3206, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3778, \"group\": [820.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGTAGCCGA\", \"ini\": 382, \"clust\": 1014, \"rank\": 4526, \"rankvar\": 2988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3207, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3779, \"group\": [1016.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGGGTCA\", \"ini\": 381, \"clust\": 942, \"rank\": 4603, \"rankvar\": 2294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3208, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3780, \"group\": [942.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCACGGTTA\", \"ini\": 380, \"clust\": 388, \"rank\": 4563, \"rankvar\": 553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3209, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4255, \"group\": [387.0, 59.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCGTTTATC\", \"ini\": 379, \"clust\": 409, \"rank\": 4365, \"rankvar\": 2469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3210, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4256, \"group\": [410.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCAGTATCTCG\", \"ini\": 378, \"clust\": 1125, \"rank\": 4546, \"rankvar\": 2713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3211, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3781, \"group\": [1125.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCTTGCATT\", \"ini\": 377, \"clust\": 696, \"rank\": 4692, \"rankvar\": 3897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3212, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3782, \"group\": [695.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGTACGTTC\", \"ini\": 376, \"clust\": 1191, \"rank\": 4555, \"rankvar\": 3042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3213, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3783, \"group\": [1189.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTACCGAT\", \"ini\": 375, \"clust\": 781, \"rank\": 4764, \"rankvar\": 2906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3214, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3784, \"group\": [781.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGCATGGATGG\", \"ini\": 374, \"clust\": 747, \"rank\": 4539, \"rankvar\": 3546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3215, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3785, \"group\": [747.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAGCAGTTT\", \"ini\": 373, \"clust\": 710, \"rank\": 4587, \"rankvar\": 2820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4070, \"group\": [708.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGTTACCCA\", \"ini\": 372, \"clust\": 1198, \"rank\": 4520, \"rankvar\": 3846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3217, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3786, \"group\": [1198.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGAATCTCC\", \"ini\": 371, \"clust\": 679, \"rank\": 4562, \"rankvar\": 3893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3218, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3787, \"group\": [679.0, 108.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGTACGATA\", \"ini\": 370, \"clust\": 834, \"rank\": 4652, \"rankvar\": 1206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3219, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3788, \"group\": [835.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCCAACGG\", \"ini\": 369, \"clust\": 808, \"rank\": 4751, \"rankvar\": 973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3220, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3789, \"group\": [810.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCTCCAATGGT\", \"ini\": 368, \"clust\": 576, \"rank\": 4483, \"rankvar\": 3432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3790, \"group\": [576.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACTATTC\", \"ini\": 367, \"clust\": 1114, \"rank\": 4571, \"rankvar\": 2904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3222, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3791, \"group\": [1116.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGTGGTCCC\", \"ini\": 366, \"clust\": 806, \"rank\": 4817, \"rankvar\": 931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3223, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3792, \"group\": [806.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGGCACA\", \"ini\": 365, \"clust\": 796, \"rank\": 4669, \"rankvar\": 1608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3224, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3793, \"group\": [798.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGTTGTCGT\", \"ini\": 364, \"clust\": 505, \"rank\": 4467, \"rankvar\": 4009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3225, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4192, \"group\": [505.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTACCAGTT\", \"ini\": 363, \"clust\": 712, \"rank\": 4604, \"rankvar\": 1690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3226, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3794, \"group\": [709.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAACAATC\", \"ini\": 362, \"clust\": 506, \"rank\": 4449, \"rankvar\": 3284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3227, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4193, \"group\": [503.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCTTTCTC\", \"ini\": 361, \"clust\": 662, \"rank\": 4557, \"rankvar\": 3498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3228, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3795, \"group\": [660.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTAGGGTG\", \"ini\": 360, \"clust\": 694, \"rank\": 4589, \"rankvar\": 3269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3229, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3796, \"group\": [696.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCTCTCGT\", \"ini\": 359, \"clust\": 1301, \"rank\": 4567, \"rankvar\": 3872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3230, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4071, \"group\": [1301.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCAAACTC\", \"ini\": 358, \"clust\": 829, \"rank\": 4682, \"rankvar\": 787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3231, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3797, \"group\": [832.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTTCAT\", \"ini\": 357, \"clust\": 916, \"rank\": 4628, \"rankvar\": 3629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3232, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3798, \"group\": [914.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGACAGCC\", \"ini\": 356, \"clust\": 827, \"rank\": 4606, \"rankvar\": 1473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3233, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3799, \"group\": [827.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGCGTTTC\", \"ini\": 355, \"clust\": 876, \"rank\": 4613, \"rankvar\": 2961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3234, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3800, \"group\": [876.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCACTGGC\", \"ini\": 354, \"clust\": 683, \"rank\": 4481, \"rankvar\": 2486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3235, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3801, \"group\": [683.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTTATGCGT\", \"ini\": 353, \"clust\": 1470, \"rank\": 4271, \"rankvar\": 4135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3236, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4108, \"group\": [1465.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTTCCACA\", \"ini\": 352, \"clust\": 926, \"rank\": 4665, \"rankvar\": 3655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3802, \"group\": [926.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGTGAGTG\", \"ini\": 351, \"clust\": 752, \"rank\": 4565, \"rankvar\": 2983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3238, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3803, \"group\": [749.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCAGGTTCA\", \"ini\": 350, \"clust\": 778, \"rank\": 4687, \"rankvar\": 2235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3239, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3804, \"group\": [778.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCGCTTG\", \"ini\": 349, \"clust\": 963, \"rank\": 4637, \"rankvar\": 2405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3240, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3805, \"group\": [960.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTATTAGCC\", \"ini\": 348, \"clust\": 831, \"rank\": 4711, \"rankvar\": 1045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3241, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3806, \"group\": [829.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAAGCGGT\", \"ini\": 347, \"clust\": 843, \"rank\": 4627, \"rankvar\": 3428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3242, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3807, \"group\": [842.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCAACTGCTA\", \"ini\": 346, \"clust\": 939, \"rank\": 4727, \"rankvar\": 2074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3243, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3808, \"group\": [937.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCATTTGCTT\", \"ini\": 345, \"clust\": 1472, \"rank\": 4276, \"rankvar\": 4700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3809, \"group\": [1472.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGCTTCGCG\", \"ini\": 344, \"clust\": 877, \"rank\": 4699, \"rankvar\": 1079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3245, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3810, \"group\": [879.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGAAGGCCT\", \"ini\": 343, \"clust\": 1119, \"rank\": 4473, \"rankvar\": 4330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3811, \"group\": [1118.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGGTCTCGTTC\", \"ini\": 342, \"clust\": 953, \"rank\": 4636, \"rankvar\": 3505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3247, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3812, \"group\": [955.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTCCACT\", \"ini\": 341, \"clust\": 1303, \"rank\": 4552, \"rankvar\": 4226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4072, \"group\": [1306.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCAAGGCTCC\", \"ini\": 340, \"clust\": 1031, \"rank\": 4706, \"rankvar\": 1938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3813, \"group\": [1029.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAAGGAG\", \"ini\": 339, \"clust\": 499, \"rank\": 4544, \"rankvar\": 1102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3250, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4194, \"group\": [497.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTAAGATG\", \"ini\": 338, \"clust\": 1204, \"rank\": 4639, \"rankvar\": 1829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3814, \"group\": [1202.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCATCCGCGA\", \"ini\": 337, \"clust\": 453, \"rank\": 4529, \"rankvar\": 2570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3252, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4195, \"group\": [508.0, 77.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTTGGAGGT\", \"ini\": 336, \"clust\": 502, \"rank\": 4600, \"rankvar\": 1915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3253, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4196, \"group\": [501.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGGAGC\", \"ini\": 335, \"clust\": 1346, \"rank\": 4779, \"rankvar\": 4314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3254, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4073, \"group\": [1345.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGTAGGCCA\", \"ini\": 334, \"clust\": 908, \"rank\": 4710, \"rankvar\": 4385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3815, \"group\": [908.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTGGGAT\", \"ini\": 333, \"clust\": 946, \"rank\": 4601, \"rankvar\": 3167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3256, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3816, \"group\": [946.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGCATGGC\", \"ini\": 332, \"clust\": 959, \"rank\": 4707, \"rankvar\": 1024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3817, \"group\": [957.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCGCTTGTC\", \"ini\": 331, \"clust\": 481, \"rank\": 4679, \"rankvar\": 4446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3258, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4197, \"group\": [506.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCGATATA\", \"ini\": 330, \"clust\": 797, \"rank\": 4693, \"rankvar\": 1175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3259, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3818, \"group\": [797.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTGACGTT\", \"ini\": 329, \"clust\": 809, \"rank\": 4845, \"rankvar\": 2657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3260, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3819, \"group\": [808.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTGGAGCC\", \"ini\": 328, \"clust\": 1310, \"rank\": 4561, \"rankvar\": 3849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4074, \"group\": [1310.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACACATTCGA\", \"ini\": 327, \"clust\": 775, \"rank\": 4664, \"rankvar\": 1413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3262, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3820, \"group\": [774.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGTGGTAAT\", \"ini\": 326, \"clust\": 497, \"rank\": 4588, \"rankvar\": 1162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3263, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4198, \"group\": [493.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGTTCGA\", \"ini\": 325, \"clust\": 1473, \"rank\": 4437, \"rankvar\": 4568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3264, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4109, \"group\": [1470.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACACCGCTAG\", \"ini\": 324, \"clust\": 932, \"rank\": 4758, \"rankvar\": 2145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3265, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3821, \"group\": [935.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACAGTTCCCT\", \"ini\": 323, \"clust\": 1201, \"rank\": 4655, \"rankvar\": 3896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3266, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3822, \"group\": [1204.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGCTGAACG\", \"ini\": 322, \"clust\": 850, \"rank\": 4685, \"rankvar\": 3191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3267, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3823, \"group\": [853.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCAGCTCGG\", \"ini\": 321, \"clust\": 686, \"rank\": 4549, \"rankvar\": 3503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3268, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3824, \"group\": [685.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTGCTCCT\", \"ini\": 320, \"clust\": 944, \"rank\": 4718, \"rankvar\": 2281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3269, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3825, \"group\": [944.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTGACTCAT\", \"ini\": 319, \"clust\": 927, \"rank\": 4681, \"rankvar\": 1515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3270, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3826, \"group\": [927.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGTGTTTGC\", \"ini\": 318, \"clust\": 435, \"rank\": 4459, \"rankvar\": 2443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3271, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4257, \"group\": [436.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCAAAGCG\", \"ini\": 317, \"clust\": 960, \"rank\": 4649, \"rankvar\": 3810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3272, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3827, \"group\": [962.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGTTCGATC\", \"ini\": 316, \"clust\": 464, \"rank\": 4762, \"rankvar\": 47, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3273, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4199, \"group\": [461.0, 74.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCACTCCTG\", \"ini\": 315, \"clust\": 1304, \"rank\": 4577, \"rankvar\": 4182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3274, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4075, \"group\": [1305.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTCACACGC\", \"ini\": 314, \"clust\": 654, \"rank\": 4624, \"rankvar\": 1388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3275, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3828, \"group\": [656.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGAAGGACA\", \"ini\": 313, \"clust\": 1319, \"rank\": 4513, \"rankvar\": 4577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4076, \"group\": [1319.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCATATCG\", \"ini\": 312, \"clust\": 1474, \"rank\": 4551, \"rankvar\": 3447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3277, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4110, \"group\": [1471.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACTCTGTC\", \"ini\": 311, \"clust\": 833, \"rank\": 4747, \"rankvar\": 791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3278, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3829, \"group\": [841.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGAGCTACCTA\", \"ini\": 310, \"clust\": 3185, \"rank\": 4923, \"rankvar\": 3992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2083, \"group\": [3188.0, 466.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCGTTATGTGC\", \"ini\": 309, \"clust\": 445, \"rank\": 4620, \"rankvar\": 1837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3280, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3830, \"group\": [446.0, 69.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAATGCCAT\", \"ini\": 308, \"clust\": 844, \"rank\": 4680, \"rankvar\": 3143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3281, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3831, \"group\": [843.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCTCATTCA\", \"ini\": 307, \"clust\": 907, \"rank\": 4677, \"rankvar\": 2976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3282, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3832, \"group\": [907.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTACCCAAT\", \"ini\": 306, \"clust\": 783, \"rank\": 4716, \"rankvar\": 1049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3283, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3833, \"group\": [783.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTAAA\", \"ini\": 305, \"clust\": 965, \"rank\": 4691, \"rankvar\": 3771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3284, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3834, \"group\": [964.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAAGGACTG\", \"ini\": 304, \"clust\": 697, \"rank\": 4622, \"rankvar\": 3626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3285, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3835, \"group\": [697.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAAAGTCAA\", \"ini\": 303, \"clust\": 909, \"rank\": 4731, \"rankvar\": 4249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3286, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3836, \"group\": [909.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAGACAGGT\", \"ini\": 302, \"clust\": 469, \"rank\": 4614, \"rankvar\": 2167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3287, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4200, \"group\": [470.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTAAGCACG\", \"ini\": 301, \"clust\": 846, \"rank\": 4701, \"rankvar\": 3303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3288, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3837, \"group\": [845.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCGTTGCC\", \"ini\": 300, \"clust\": 410, \"rank\": 4500, \"rankvar\": 3487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3289, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4258, \"group\": [411.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCAAGATCC\", \"ini\": 299, \"clust\": 1268, \"rank\": 4717, \"rankvar\": 4206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3290, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4077, \"group\": [1268.0, 123.0, 17.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCCATGCGCAC\", \"ini\": 298, \"clust\": 1316, \"rank\": 4658, \"rankvar\": 4282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3291, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4078, \"group\": [1314.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGACCTTTG\", \"ini\": 297, \"clust\": 1213, \"rank\": 4736, \"rankvar\": 2458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3292, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3838, \"group\": [1212.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGGTTGT\", \"ini\": 296, \"clust\": 947, \"rank\": 4709, \"rankvar\": 1609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3839, \"group\": [947.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCATGGTCA\", \"ini\": 295, \"clust\": 698, \"rank\": 4668, \"rankvar\": 1842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3294, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3840, \"group\": [698.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGGGAGTAA\", \"ini\": 294, \"clust\": 4248, \"rank\": 4938, \"rankvar\": 5229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3295, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 190, \"group\": [4248.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAAGGACAC\", \"ini\": 293, \"clust\": 819, \"rank\": 4823, \"rankvar\": 2217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3296, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3841, \"group\": [818.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCATCAGTAC\", \"ini\": 292, \"clust\": 917, \"rank\": 4742, \"rankvar\": 2877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3842, \"group\": [915.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCACCCAGTG\", \"ini\": 291, \"clust\": 491, \"rank\": 4638, \"rankvar\": 3235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3298, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4201, \"group\": [492.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCCCAACGG\", \"ini\": 290, \"clust\": 1317, \"rank\": 4684, \"rankvar\": 4118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3299, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4079, \"group\": [1315.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCAGTCAGT\", \"ini\": 289, \"clust\": 1329, \"rank\": 4509, \"rankvar\": 4400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4080, \"group\": [1331.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCTTACCTA\", \"ini\": 288, \"clust\": 854, \"rank\": 4729, \"rankvar\": 407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3301, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3843, \"group\": [863.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAACGCACC\", \"ini\": 287, \"clust\": 785, \"rank\": 4715, \"rankvar\": 4083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3302, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3844, \"group\": [786.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGGCTA\", \"ini\": 286, \"clust\": 493, \"rank\": 4572, \"rankvar\": 2201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3303, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4202, \"group\": [489.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGGTATCG\", \"ini\": 285, \"clust\": 802, \"rank\": 4835, \"rankvar\": 2134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3304, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3845, \"group\": [800.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGTCACGG\", \"ini\": 284, \"clust\": 419, \"rank\": 4599, \"rankvar\": 148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3305, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4259, \"group\": [419.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTATCGCAT\", \"ini\": 283, \"clust\": 905, \"rank\": 4735, \"rankvar\": 4436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3846, \"group\": [904.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGAGTACC\", \"ini\": 282, \"clust\": 919, \"rank\": 4772, \"rankvar\": 1855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3847, \"group\": [918.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGGTACC\", \"ini\": 281, \"clust\": 1302, \"rank\": 4686, \"rankvar\": 3968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3308, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4081, \"group\": [1302.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACTCGACG\", \"ini\": 280, \"clust\": 887, \"rank\": 4696, \"rankvar\": 2675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3309, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3848, \"group\": [889.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGTTTGTG\", \"ini\": 279, \"clust\": 496, \"rank\": 4625, \"rankvar\": 2699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3310, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4203, \"group\": [495.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGCCTA\", \"ini\": 278, \"clust\": 847, \"rank\": 4748, \"rankvar\": 3362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3311, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3849, \"group\": [846.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACCACCT\", \"ini\": 277, \"clust\": 852, \"rank\": 4763, \"rankvar\": 1702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3312, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3850, \"group\": [850.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTGAGGCTA\", \"ini\": 276, \"clust\": 1347, \"rank\": 4882, \"rankvar\": 4662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3313, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4082, \"group\": [1346.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATGAGAG\", \"ini\": 275, \"clust\": 787, \"rank\": 4720, \"rankvar\": 4612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3314, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3851, \"group\": [785.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTGGCGAC\", \"ini\": 274, \"clust\": 3187, \"rank\": 5001, \"rankvar\": 4019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2084, \"group\": [3187.0, 466.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATATAC\", \"ini\": 273, \"clust\": 835, \"rank\": 4740, \"rankvar\": 2576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3852, \"group\": [833.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGCCTTC\", \"ini\": 272, \"clust\": 1340, \"rank\": 4749, \"rankvar\": 4417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3317, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4083, \"group\": [1347.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTGCCTCT\", \"ini\": 271, \"clust\": 895, \"rank\": 4697, \"rankvar\": 2442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3318, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3853, \"group\": [897.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCAGCTCGG\", \"ini\": 270, \"clust\": 441, \"rank\": 4504, \"rankvar\": 2834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3319, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4260, \"group\": [444.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCCTAGAAC\", \"ini\": 269, \"clust\": 840, \"rank\": 4800, \"rankvar\": 2487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3320, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3854, \"group\": [836.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTACTCAT\", \"ini\": 268, \"clust\": 1295, \"rank\": 4663, \"rankvar\": 4666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3321, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4084, \"group\": [1295.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCCAAACTG\", \"ini\": 267, \"clust\": 820, \"rank\": 4832, \"rankvar\": 2939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3322, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3855, \"group\": [819.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAGA\", \"ini\": 266, \"clust\": 915, \"rank\": 4641, \"rankvar\": 4571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3323, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3856, \"group\": [916.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTGTG\", \"ini\": 265, \"clust\": 472, \"rank\": 4766, \"rankvar\": 1673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3324, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4204, \"group\": [471.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTCTTCGTC\", \"ini\": 264, \"clust\": 765, \"rank\": 4841, \"rankvar\": 3680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3857, \"group\": [767.0, 113.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAACACGCC\", \"ini\": 263, \"clust\": 950, \"rank\": 4761, \"rankvar\": 3298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3326, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3858, \"group\": [952.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGTTCT\", \"ini\": 262, \"clust\": 807, \"rank\": 4919, \"rankvar\": 1894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3859, \"group\": [807.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACAGCGAACA\", \"ini\": 261, \"clust\": 918, \"rank\": 4825, \"rankvar\": 3424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3328, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3860, \"group\": [920.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGAACTC\", \"ini\": 260, \"clust\": 838, \"rank\": 4807, \"rankvar\": 2429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3861, \"group\": [839.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGCAAAGCAAT\", \"ini\": 259, \"clust\": 883, \"rank\": 4775, \"rankvar\": 1785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3330, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3862, \"group\": [883.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTGGGTCAA\", \"ini\": 258, \"clust\": 836, \"rank\": 4753, \"rankvar\": 2706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3331, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3863, \"group\": [834.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCTGCGACG\", \"ini\": 257, \"clust\": 468, \"rank\": 4662, \"rankvar\": 2122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3332, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4205, \"group\": [466.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTCCAAGTT\", \"ini\": 256, \"clust\": 828, \"rank\": 4774, \"rankvar\": 1788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3333, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3864, \"group\": [828.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGAAAGC\", \"ini\": 255, \"clust\": 1202, \"rank\": 4745, \"rankvar\": 2940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3334, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3865, \"group\": [1203.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAAAGTC\", \"ini\": 254, \"clust\": 897, \"rank\": 4694, \"rankvar\": 1127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3335, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3866, \"group\": [894.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGCTGCCCA\", \"ini\": 253, \"clust\": 832, \"rank\": 4833, \"rankvar\": 1178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3336, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3867, \"group\": [830.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTTCCGTCT\", \"ini\": 252, \"clust\": 1307, \"rank\": 4765, \"rankvar\": 3197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3337, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4085, \"group\": [1307.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAGAGGAA\", \"ini\": 251, \"clust\": 848, \"rank\": 4780, \"rankvar\": 2353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3338, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3868, \"group\": [848.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACGAAGG\", \"ini\": 250, \"clust\": 945, \"rank\": 4773, \"rankvar\": 2120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3339, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3869, \"group\": [945.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTAAAGTCA\", \"ini\": 249, \"clust\": 870, \"rank\": 4785, \"rankvar\": 1812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3340, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3870, \"group\": [870.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTAGTAGTA\", \"ini\": 248, \"clust\": 849, \"rank\": 4787, \"rankvar\": 2188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3341, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3871, \"group\": [849.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTATATGGA\", \"ini\": 247, \"clust\": 952, \"rank\": 4760, \"rankvar\": 3139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3342, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3872, \"group\": [951.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACAGATGAGC\", \"ini\": 246, \"clust\": 507, \"rank\": 4672, \"rankvar\": 3122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3343, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4206, \"group\": [504.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGTTGGC\", \"ini\": 245, \"clust\": 986, \"rank\": 4689, \"rankvar\": 4087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3873, \"group\": [985.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAAGGGCT\", \"ini\": 244, \"clust\": 813, \"rank\": 4888, \"rankvar\": 1877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3345, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3874, \"group\": [813.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACTATCTT\", \"ini\": 243, \"clust\": 874, \"rank\": 4818, \"rankvar\": 3595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3875, \"group\": [873.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGTCGAT\", \"ini\": 242, \"clust\": 1442, \"rank\": 4634, \"rankvar\": 3318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3347, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4111, \"group\": [1442.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGAGCTGCA\", \"ini\": 241, \"clust\": 856, \"rank\": 4776, \"rankvar\": 1223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3348, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3876, \"group\": [861.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATTTGGG\", \"ini\": 240, \"clust\": 420, \"rank\": 4630, \"rankvar\": 1870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3349, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4261, \"group\": [420.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACAAGACG\", \"ini\": 239, \"clust\": 929, \"rank\": 4698, \"rankvar\": 2759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3350, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3877, \"group\": [928.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCACTTCAT\", \"ini\": 238, \"clust\": 935, \"rank\": 4881, \"rankvar\": 1662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3878, \"group\": [931.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGATGCCC\", \"ini\": 237, \"clust\": 711, \"rank\": 4792, \"rankvar\": 3653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3352, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3879, \"group\": [711.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCACAGGT\", \"ini\": 236, \"clust\": 943, \"rank\": 4806, \"rankvar\": 3601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3353, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3880, \"group\": [943.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCAGTGAAGAG\", \"ini\": 235, \"clust\": 837, \"rank\": 4853, \"rankvar\": 695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3881, \"group\": [840.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATAACGA\", \"ini\": 234, \"clust\": 492, \"rank\": 4783, \"rankvar\": 1933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3355, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4207, \"group\": [491.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTACAGACG\", \"ini\": 233, \"clust\": 1402, \"rank\": 4865, \"rankvar\": 3990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3356, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4086, \"group\": [1401.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAGCCTGTG\", \"ini\": 232, \"clust\": 1471, \"rank\": 4545, \"rankvar\": 4489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3357, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4112, \"group\": [1466.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCCGGGT\", \"ini\": 231, \"clust\": 936, \"rank\": 4905, \"rankvar\": 3333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3882, \"group\": [932.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCGCTTAT\", \"ini\": 230, \"clust\": 1454, \"rank\": 4734, \"rankvar\": 2350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3359, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4113, \"group\": [1452.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCATGAGT\", \"ini\": 229, \"clust\": 152, \"rank\": 4913, \"rankvar\": 4942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3360, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4087, \"group\": [156.0, 34.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCATTCCTCG\", \"ini\": 228, \"clust\": 1451, \"rank\": 4651, \"rankvar\": 3763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3361, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4114, \"group\": [1461.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTTGTTTG\", \"ini\": 227, \"clust\": 889, \"rank\": 4721, \"rankvar\": 2941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3362, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3883, \"group\": [888.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCATTCCTGC\", \"ini\": 226, \"clust\": 1333, \"rank\": 4754, \"rankvar\": 4733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3363, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4088, \"group\": [1328.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATCTGGTA\", \"ini\": 225, \"clust\": 1461, \"rank\": 4659, \"rankvar\": 3338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3364, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4115, \"group\": [1459.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACAAGCCC\", \"ini\": 224, \"clust\": 1345, \"rank\": 4898, \"rankvar\": 4318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3365, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4089, \"group\": [1344.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGAAGGCT\", \"ini\": 223, \"clust\": 1142, \"rank\": 4728, \"rankvar\": 4335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3884, \"group\": [1141.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGAAGGCT\", \"ini\": 222, \"clust\": 1393, \"rank\": 4690, \"rankvar\": 4593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3367, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4116, \"group\": [1394.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTTGTC\", \"ini\": 221, \"clust\": 898, \"rank\": 4824, \"rankvar\": 2690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3368, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3885, \"group\": [895.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGCTAGT\", \"ini\": 220, \"clust\": 779, \"rank\": 4874, \"rankvar\": 2694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3369, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3886, \"group\": [779.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTGGAGCC\", \"ini\": 219, \"clust\": 784, \"rank\": 4798, \"rankvar\": 3684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3370, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3887, \"group\": [794.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAACGATGG\", \"ini\": 218, \"clust\": 153, \"rank\": 4953, \"rankvar\": 4444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3888, \"group\": [152.0, 34.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTCAGGCC\", \"ini\": 217, \"clust\": 437, \"rank\": 4724, \"rankvar\": 3273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3372, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4262, \"group\": [440.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGGTCT\", \"ini\": 216, \"clust\": 1440, \"rank\": 4746, \"rankvar\": 3015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3373, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4117, \"group\": [1439.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAAGAGCTATA\", \"ini\": 215, \"clust\": 839, \"rank\": 4912, \"rankvar\": 3069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3374, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3889, \"group\": [838.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGGAGCGTT\", \"ini\": 214, \"clust\": 443, \"rank\": 4575, \"rankvar\": 3391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3375, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4263, \"group\": [441.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCTCCCTGA\", \"ini\": 213, \"clust\": 841, \"rank\": 4857, \"rankvar\": 3593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3890, \"group\": [837.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGCATCTA\", \"ini\": 212, \"clust\": 816, \"rank\": 4916, \"rankvar\": 2508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3377, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3891, \"group\": [815.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAACCTC\", \"ini\": 211, \"clust\": 980, \"rank\": 4759, \"rankvar\": 3233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3892, \"group\": [980.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTCTACCTC\", \"ini\": 210, \"clust\": 503, \"rank\": 4803, \"rankvar\": 4044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3379, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4208, \"group\": [499.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTAATA\", \"ini\": 209, \"clust\": 1439, \"rank\": 4661, \"rankvar\": 4439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3380, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4118, \"group\": [1441.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTATCACG\", \"ini\": 208, \"clust\": 920, \"rank\": 4910, \"rankvar\": 2341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3381, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3893, \"group\": [919.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCATGGTAGG\", \"ini\": 207, \"clust\": 440, \"rank\": 4596, \"rankvar\": 3819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3382, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4264, \"group\": [445.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGAACTGTA\", \"ini\": 206, \"clust\": 501, \"rank\": 4788, \"rankvar\": 3566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3383, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4209, \"group\": [502.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACATACTACG\", \"ini\": 205, \"clust\": 713, \"rank\": 4860, \"rankvar\": 3847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3894, \"group\": [710.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAATCCGT\", \"ini\": 204, \"clust\": 1123, \"rank\": 4856, \"rankvar\": 4064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3385, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3895, \"group\": [1123.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAGTGAAT\", \"ini\": 203, \"clust\": 1466, \"rank\": 4757, \"rankvar\": 4540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3386, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4119, \"group\": [1473.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGGATTCGG\", \"ini\": 202, \"clust\": 447, \"rank\": 4789, \"rankvar\": 1846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3387, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3896, \"group\": [448.0, 70.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACGATGT\", \"ini\": 201, \"clust\": 1452, \"rank\": 4810, \"rankvar\": 2858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3388, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4120, \"group\": [1450.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATGTGT\", \"ini\": 200, \"clust\": 879, \"rank\": 4850, \"rankvar\": 2965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3897, \"group\": [878.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTACAGACG\", \"ini\": 199, \"clust\": 928, \"rank\": 4782, \"rankvar\": 3394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3898, \"group\": [930.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGTTGAGTA\", \"ini\": 198, \"clust\": 1390, \"rank\": 4741, \"rankvar\": 4381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3391, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4121, \"group\": [1390.0, 136.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAGCATACT\", \"ini\": 197, \"clust\": 821, \"rank\": 4859, \"rankvar\": 960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3899, \"group\": [821.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACACAACTGT\", \"ini\": 196, \"clust\": 442, \"rank\": 4705, \"rankvar\": 2071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3393, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4265, \"group\": [443.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACCATG\", \"ini\": 195, \"clust\": 494, \"rank\": 4767, \"rankvar\": 2130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3394, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4210, \"group\": [490.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACAAACTGTC\", \"ini\": 194, \"clust\": 431, \"rank\": 4660, \"rankvar\": 3481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3395, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4266, \"group\": [431.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCGATTCT\", \"ini\": 193, \"clust\": 436, \"rank\": 4702, \"rankvar\": 1651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3396, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4267, \"group\": [437.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAGCGTTCG\", \"ini\": 192, \"clust\": 930, \"rank\": 4842, \"rankvar\": 3663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3900, \"group\": [929.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCTCTGTCG\", \"ini\": 191, \"clust\": 449, \"rank\": 4609, \"rankvar\": 3644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3398, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4211, \"group\": [450.0, 71.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGTCTGAA\", \"ini\": 190, \"clust\": 803, \"rank\": 4936, \"rankvar\": 1763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3901, \"group\": [801.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGGGCTTGA\", \"ini\": 189, \"clust\": 446, \"rank\": 4732, \"rankvar\": 2246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3400, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4212, \"group\": [447.0, 69.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTAAGGGCT\", \"ini\": 188, \"clust\": 830, \"rank\": 4939, \"rankvar\": 722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3401, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3902, \"group\": [831.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATGTCTT\", \"ini\": 187, \"clust\": 769, \"rank\": 4855, \"rankvar\": 4712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3402, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3903, \"group\": [768.0, 113.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTCCCTACT\", \"ini\": 186, \"clust\": 801, \"rank\": 4984, \"rankvar\": 3917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3904, \"group\": [804.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCAGATAAG\", \"ini\": 185, \"clust\": 1284, \"rank\": 4870, \"rankvar\": 3586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3905, \"group\": [1285.0, 128.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTAAACGCG\", \"ini\": 184, \"clust\": 266, \"rank\": 4948, \"rankvar\": 959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3405, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3906, \"group\": [266.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGGCCCGTT\", \"ini\": 183, \"clust\": 766, \"rank\": 4955, \"rankvar\": 2425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3907, \"group\": [765.0, 113.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTGAGTTC\", \"ini\": 182, \"clust\": 851, \"rank\": 4893, \"rankvar\": 3856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3407, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3908, \"group\": [852.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAAACGGG\", \"ini\": 181, \"clust\": 800, \"rank\": 5003, \"rankvar\": 2737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3408, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3909, \"group\": [805.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGAGGCTAGGT\", \"ini\": 180, \"clust\": 1403, \"rank\": 4896, \"rankvar\": 4071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3409, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4090, \"group\": [1402.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCCACCTG\", \"ini\": 179, \"clust\": 500, \"rank\": 4849, \"rankvar\": 828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3410, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4213, \"group\": [498.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAAGCCGCT\", \"ini\": 178, \"clust\": 444, \"rank\": 4778, \"rankvar\": 3393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3411, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4268, \"group\": [442.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAGATGGGT\", \"ini\": 177, \"clust\": 735, \"rank\": 4868, \"rankvar\": 3978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3412, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3910, \"group\": [733.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTAAAGTG\", \"ini\": 176, \"clust\": 450, \"rank\": 4768, \"rankvar\": 4092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3413, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4214, \"group\": [451.0, 71.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATCCGCGA\", \"ini\": 175, \"clust\": 817, \"rank\": 4988, \"rankvar\": 2761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3911, \"group\": [816.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTCCGTAT\", \"ini\": 174, \"clust\": 415, \"rank\": 4843, \"rankvar\": 2456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3415, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4269, \"group\": [418.0, 67.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTCAACTT\", \"ini\": 173, \"clust\": 1409, \"rank\": 4954, \"rankvar\": 4227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3416, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4091, \"group\": [1411.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCATGGAATA\", \"ini\": 172, \"clust\": 1315, \"rank\": 4738, \"rankvar\": 4753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3417, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4122, \"group\": [1316.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATGCATGT\", \"ini\": 171, \"clust\": 1469, \"rank\": 4617, \"rankvar\": 4265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3418, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4123, \"group\": [1467.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTTCACCTC\", \"ini\": 170, \"clust\": 825, \"rank\": 4880, \"rankvar\": 1470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3912, \"group\": [825.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAAGGACAC\", \"ini\": 169, \"clust\": 470, \"rank\": 4852, \"rankvar\": 954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3420, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4215, \"group\": [468.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTTGCCGT\", \"ini\": 168, \"clust\": 914, \"rank\": 4899, \"rankvar\": 2735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3421, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3913, \"group\": [917.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACTACAGT\", \"ini\": 167, \"clust\": 814, \"rank\": 4960, \"rankvar\": 1967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3422, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3914, \"group\": [814.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCGCGATCG\", \"ini\": 166, \"clust\": 268, \"rank\": 4941, \"rankvar\": 2595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3423, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4092, \"group\": [268.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTGGGTTG\", \"ini\": 165, \"clust\": 810, \"rank\": 4992, \"rankvar\": 3321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3915, \"group\": [809.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCTCCTGCCAT\", \"ini\": 164, \"clust\": 1453, \"rank\": 4866, \"rankvar\": 3227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3425, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4124, \"group\": [1451.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCGAATGT\", \"ini\": 163, \"clust\": 413, \"rank\": 4814, \"rankvar\": 1791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3426, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4270, \"group\": [414.0, 66.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGTAAGA\", \"ini\": 162, \"clust\": 1443, \"rank\": 4700, \"rankvar\": 3486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3427, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4125, \"group\": [1443.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTTGTCGT\", \"ini\": 161, \"clust\": 1441, \"rank\": 4844, \"rankvar\": 4454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3428, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4126, \"group\": [1440.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCCGACA\", \"ini\": 160, \"clust\": 456, \"rank\": 4822, \"rankvar\": 1765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3429, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4216, \"group\": [458.0, 73.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCTTCGAGA\", \"ini\": 159, \"clust\": 471, \"rank\": 4794, \"rankvar\": 2533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3430, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4217, \"group\": [469.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCAGTCCTCCT\", \"ini\": 158, \"clust\": 411, \"rank\": 4831, \"rankvar\": 1174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3431, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4271, \"group\": [412.0, 65.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCAGACAGGT\", \"ini\": 157, \"clust\": 155, \"rank\": 5039, \"rankvar\": 5008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3432, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3916, \"group\": [154.0, 34.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACACATCCGG\", \"ini\": 156, \"clust\": 1269, \"rank\": 4862, \"rankvar\": 3955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3433, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4093, \"group\": [1269.0, 123.0, 17.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTACCAGTT\", \"ini\": 155, \"clust\": 504, \"rank\": 4890, \"rankvar\": 2163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3434, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4218, \"group\": [500.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTGCTGTAT\", \"ini\": 154, \"clust\": 931, \"rank\": 4930, \"rankvar\": 1266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3435, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3917, \"group\": [941.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGTGGGAT\", \"ini\": 153, \"clust\": 982, \"rank\": 4884, \"rankvar\": 4597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3436, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3918, \"group\": [981.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGCGCTCT\", \"ini\": 152, \"clust\": 981, \"rank\": 4854, \"rankvar\": 4456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3919, \"group\": [983.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTAATAGCA\", \"ini\": 151, \"clust\": 418, \"rank\": 4816, \"rankvar\": 1895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3438, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4272, \"group\": [421.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGTGTACCT\", \"ini\": 150, \"clust\": 1448, \"rank\": 4875, \"rankvar\": 4416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3439, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4127, \"group\": [1448.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATAGAAAC\", \"ini\": 149, \"clust\": 478, \"rank\": 4964, \"rankvar\": 3046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3440, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4219, \"group\": [479.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATGGGTC\", \"ini\": 148, \"clust\": 457, \"rank\": 4820, \"rankvar\": 911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3441, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4220, \"group\": [456.0, 73.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGGGCTTCC\", \"ini\": 147, \"clust\": 482, \"rank\": 4876, \"rankvar\": 2036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3442, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4221, \"group\": [480.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGACGCTC\", \"ini\": 146, \"clust\": 156, \"rank\": 5030, \"rankvar\": 4860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3920, \"group\": [155.0, 34.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTTGACTG\", \"ini\": 145, \"clust\": 267, \"rank\": 4986, \"rankvar\": 483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3444, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3921, \"group\": [267.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACATATGAGA\", \"ini\": 144, \"clust\": 1391, \"rank\": 5000, \"rankvar\": 4656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3445, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4128, \"group\": [1391.0, 136.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCACTTCC\", \"ini\": 143, \"clust\": 479, \"rank\": 4932, \"rankvar\": 3998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3446, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4222, \"group\": [477.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTCTGGAGA\", \"ini\": 142, \"clust\": 911, \"rank\": 4904, \"rankvar\": 4725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3447, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3922, \"group\": [911.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTAGGTT\", \"ini\": 141, \"clust\": 269, \"rank\": 5015, \"rankvar\": 3315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3448, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4094, \"group\": [269.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCAAGCCTA\", \"ini\": 140, \"clust\": 890, \"rank\": 4790, \"rankvar\": 3857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3923, \"group\": [898.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACAACGT\", \"ini\": 139, \"clust\": 826, \"rank\": 4993, \"rankvar\": 2396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3450, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3924, \"group\": [826.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCTTGCATT\", \"ini\": 138, \"clust\": 1413, \"rank\": 4914, \"rankvar\": 2332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3451, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4129, \"group\": [1412.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTAAACCTC\", \"ini\": 137, \"clust\": 451, \"rank\": 4886, \"rankvar\": 1251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3452, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4223, \"group\": [452.0, 71.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCATTACCTT\", \"ini\": 136, \"clust\": 489, \"rank\": 4933, \"rankvar\": 1339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3453, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4224, \"group\": [486.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGTTACGGG\", \"ini\": 135, \"clust\": 1341, \"rank\": 4947, \"rankvar\": 4619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3454, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4095, \"group\": [1342.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTGGTAACG\", \"ini\": 134, \"clust\": 1455, \"rank\": 4837, \"rankvar\": 4065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3455, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4130, \"group\": [1453.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCGGCACT\", \"ini\": 133, \"clust\": 486, \"rank\": 4922, \"rankvar\": 1383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3456, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4225, \"group\": [484.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCAAGTAATG\", \"ini\": 132, \"clust\": 460, \"rank\": 5004, \"rankvar\": 1931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3457, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4226, \"group\": [464.0, 74.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTTACCGC\", \"ini\": 131, \"clust\": 1392, \"rank\": 4885, \"rankvar\": 4279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3458, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4227, \"group\": [1395.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGAGTTTA\", \"ini\": 130, \"clust\": 858, \"rank\": 4945, \"rankvar\": 3783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3459, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3925, \"group\": [854.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCATATGAGA\", \"ini\": 129, \"clust\": 407, \"rank\": 4756, \"rankvar\": 2741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3460, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4273, \"group\": [408.0, 63.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACTAAGT\", \"ini\": 128, \"clust\": 1444, \"rank\": 4959, \"rankvar\": 1925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3461, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4131, \"group\": [1444.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGATCGG\", \"ini\": 127, \"clust\": 871, \"rank\": 4961, \"rankvar\": 4383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3462, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3926, \"group\": [871.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAGCTTCT\", \"ini\": 126, \"clust\": 438, \"rank\": 4878, \"rankvar\": 2483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3463, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4274, \"group\": [438.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTTGTCAT\", \"ini\": 125, \"clust\": 1305, \"rank\": 4911, \"rankvar\": 4704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3464, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4096, \"group\": [1303.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTTAAGTG\", \"ini\": 124, \"clust\": 430, \"rank\": 4812, \"rankvar\": 3574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3465, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4275, \"group\": [433.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTGCCTGCA\", \"ini\": 123, \"clust\": 1418, \"rank\": 4901, \"rankvar\": 4821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3466, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4132, \"group\": [1417.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACGCATA\", \"ini\": 122, \"clust\": 177, \"rank\": 4997, \"rankvar\": 4487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3467, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4133, \"group\": [234.0, 45.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGGTACC\", \"ini\": 121, \"clust\": 488, \"rank\": 4897, \"rankvar\": 1975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3468, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4228, \"group\": [488.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTCGCCGT\", \"ini\": 120, \"clust\": 983, \"rank\": 4883, \"rankvar\": 4630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3469, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3927, \"group\": [982.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATTCTTGTATC\", \"ini\": 119, \"clust\": 427, \"rank\": 4968, \"rankvar\": 1133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3470, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4276, \"group\": [429.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTTCGTCTC\", \"ini\": 118, \"clust\": 805, \"rank\": 5049, \"rankvar\": 4470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3471, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3928, \"group\": [803.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGAGAAACGAG\", \"ini\": 117, \"clust\": 448, \"rank\": 4940, \"rankvar\": 3597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3472, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4229, \"group\": [449.0, 70.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAGGCTCAC\", \"ini\": 116, \"clust\": 462, \"rank\": 5052, \"rankvar\": 713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3473, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4230, \"group\": [459.0, 74.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCACTTACGA\", \"ini\": 115, \"clust\": 1343, \"rank\": 4925, \"rankvar\": 4778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3474, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4097, \"group\": [1341.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGAGGTTGC\", \"ini\": 114, \"clust\": 458, \"rank\": 4973, \"rankvar\": 2378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3475, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4231, \"group\": [457.0, 73.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAATCTACG\", \"ini\": 113, \"clust\": 483, \"rank\": 4847, \"rankvar\": 3975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3476, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4232, \"group\": [481.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCAGCTTCGG\", \"ini\": 112, \"clust\": 422, \"rank\": 4926, \"rankvar\": 2331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3477, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4277, \"group\": [426.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGGAGTACC\", \"ini\": 111, \"clust\": 1423, \"rank\": 4902, \"rankvar\": 4228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3478, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4134, \"group\": [1432.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTATAAACG\", \"ini\": 110, \"clust\": 1308, \"rank\": 4949, \"rankvar\": 4767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3479, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4098, \"group\": [1308.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACAACGCC\", \"ini\": 109, \"clust\": 1450, \"rank\": 4978, \"rankvar\": 3848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3480, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4135, \"group\": [1462.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCATGATCCA\", \"ini\": 108, \"clust\": 475, \"rank\": 4942, \"rankvar\": 1107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3481, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4233, \"group\": [475.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCGTCAAA\", \"ini\": 107, \"clust\": 490, \"rank\": 4987, \"rankvar\": 1978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3482, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4234, \"group\": [487.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGAGATGAG\", \"ini\": 106, \"clust\": 1414, \"rank\": 4972, \"rankvar\": 2419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3483, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4136, \"group\": [1413.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATGTTGAC\", \"ini\": 105, \"clust\": 425, \"rank\": 4931, \"rankvar\": 2744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3484, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4278, \"group\": [422.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGTGACC\", \"ini\": 104, \"clust\": 487, \"rank\": 5014, \"rankvar\": 669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3485, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4235, \"group\": [485.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGGCGACAT\", \"ini\": 103, \"clust\": 473, \"rank\": 5027, \"rankvar\": 1946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3486, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4236, \"group\": [472.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGAGTTTA\", \"ini\": 102, \"clust\": 736, \"rank\": 5009, \"rankvar\": 4590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3929, \"group\": [734.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGCGGTA\", \"ini\": 101, \"clust\": 1306, \"rank\": 5005, \"rankvar\": 4820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3488, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4099, \"group\": [1304.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAATTGCTG\", \"ini\": 100, \"clust\": 1462, \"rank\": 4946, \"rankvar\": 3125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3489, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4137, \"group\": [1460.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCTCGCACTCT\", \"ini\": 99, \"clust\": 165, \"rank\": 5033, \"rankvar\": 4940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3930, \"group\": [175.0, 39.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTGATTGC\", \"ini\": 98, \"clust\": 1421, \"rank\": 4994, \"rankvar\": 4411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3491, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4138, \"group\": [1419.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGCGATCG\", \"ini\": 97, \"clust\": 1457, \"rank\": 4958, \"rankvar\": 3439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3492, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4139, \"group\": [1457.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCTGCTGTC\", \"ini\": 96, \"clust\": 857, \"rank\": 5022, \"rankvar\": 4618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3931, \"group\": [856.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCCAGTTT\", \"ini\": 95, \"clust\": 1446, \"rank\": 5010, \"rankvar\": 3356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3494, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4140, \"group\": [1446.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTTAAGATG\", \"ini\": 94, \"clust\": 432, \"rank\": 4895, \"rankvar\": 3948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3495, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4279, \"group\": [432.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCACTGGGC\", \"ini\": 93, \"clust\": 439, \"rank\": 4979, \"rankvar\": 2183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3496, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4280, \"group\": [439.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCACATTAGC\", \"ini\": 92, \"clust\": 823, \"rank\": 4980, \"rankvar\": 2702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3932, \"group\": [823.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGCATACGCCG\", \"ini\": 91, \"clust\": 1407, \"rank\": 5050, \"rankvar\": 4401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4100, \"group\": [1405.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGAATGCT\", \"ini\": 90, \"clust\": 3392, \"rank\": 5150, \"rankvar\": 4521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3499, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3098, \"group\": [3390.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTAGTACCT\", \"ini\": 89, \"clust\": 421, \"rank\": 4974, \"rankvar\": 1381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3500, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4281, \"group\": [430.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTAGCGTAG\", \"ini\": 88, \"clust\": 822, \"rank\": 5018, \"rankvar\": 2625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3933, \"group\": [822.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCATCCTTGC\", \"ini\": 87, \"clust\": 465, \"rank\": 5085, \"rankvar\": 1065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3502, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4237, \"group\": [462.0, 74.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAGTCAGCC\", \"ini\": 86, \"clust\": 845, \"rank\": 5044, \"rankvar\": 3650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3934, \"group\": [847.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCCAAGTA\", \"ini\": 85, \"clust\": 1394, \"rank\": 4970, \"rankvar\": 4480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3504, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4141, \"group\": [1392.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTATTCA\", \"ini\": 84, \"clust\": 896, \"rank\": 5019, \"rankvar\": 3837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3935, \"group\": [896.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGTGAATTG\", \"ini\": 83, \"clust\": 423, \"rank\": 5002, \"rankvar\": 1957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3506, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4282, \"group\": [425.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTACCGTTA\", \"ini\": 82, \"clust\": 463, \"rank\": 5073, \"rankvar\": 437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3507, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4238, \"group\": [460.0, 74.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACACCGAC\", \"ini\": 81, \"clust\": 1432, \"rank\": 5008, \"rankvar\": 3997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3508, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4142, \"group\": [1430.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAATGAAAC\", \"ini\": 80, \"clust\": 1420, \"rank\": 5026, \"rankvar\": 4352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3509, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4143, \"group\": [1421.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCAGATCGATA\", \"ini\": 79, \"clust\": 824, \"rank\": 4989, \"rankvar\": 2705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3936, \"group\": [824.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGGTGTTG\", \"ini\": 78, \"clust\": 1428, \"rank\": 5012, \"rankvar\": 4359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3511, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4144, \"group\": [1426.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTGCTGCC\", \"ini\": 77, \"clust\": 1456, \"rank\": 5007, \"rankvar\": 3667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3512, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4145, \"group\": [1458.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTTGTATC\", \"ini\": 76, \"clust\": 853, \"rank\": 5048, \"rankvar\": 3538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3513, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3937, \"group\": [851.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCGGTGTTA\", \"ini\": 75, \"clust\": 1399, \"rank\": 5047, \"rankvar\": 574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3514, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4146, \"group\": [1398.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAAAGGCGT\", \"ini\": 74, \"clust\": 770, \"rank\": 5028, \"rankvar\": 4868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3938, \"group\": [769.0, 113.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTAGTAC\", \"ini\": 73, \"clust\": 1433, \"rank\": 5043, \"rankvar\": 4255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3516, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4147, \"group\": [1431.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGACCAAG\", \"ini\": 72, \"clust\": 498, \"rank\": 5024, \"rankvar\": 4121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3517, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4239, \"group\": [494.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGTGATAT\", \"ini\": 71, \"clust\": 860, \"rank\": 5083, \"rankvar\": 3406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3939, \"group\": [857.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCATGAAC\", \"ini\": 70, \"clust\": 151, \"rank\": 5169, \"rankvar\": 4961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3519, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4101, \"group\": [157.0, 34.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCAATCCAAC\", \"ini\": 69, \"clust\": 921, \"rank\": 5081, \"rankvar\": 4526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3940, \"group\": [921.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGTGGGTTG\", \"ini\": 68, \"clust\": 480, \"rank\": 5106, \"rankvar\": 2085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3521, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4240, \"group\": [478.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCATGCCG\", \"ini\": 67, \"clust\": 408, \"rank\": 5006, \"rankvar\": 3560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3522, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4283, \"group\": [409.0, 63.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTTGTGGAG\", \"ini\": 66, \"clust\": 1434, \"rank\": 5035, \"rankvar\": 4232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3523, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4148, \"group\": [1433.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGAGGTAGA\", \"ini\": 65, \"clust\": 1404, \"rank\": 5061, \"rankvar\": 4393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3524, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4149, \"group\": [1403.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCATCACAAC\", \"ini\": 64, \"clust\": 1424, \"rank\": 4999, \"rankvar\": 4730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3525, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4150, \"group\": [1422.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCCCTTGCA\", \"ini\": 63, \"clust\": 414, \"rank\": 5094, \"rankvar\": 504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4284, \"group\": [415.0, 66.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTATCTCG\", \"ini\": 62, \"clust\": 1405, \"rank\": 5084, \"rankvar\": 4157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3527, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4151, \"group\": [1404.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTATAGTAG\", \"ini\": 61, \"clust\": 1398, \"rank\": 5029, \"rankvar\": 3524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3528, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4152, \"group\": [1400.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTCACACGC\", \"ini\": 60, \"clust\": 861, \"rank\": 5076, \"rankvar\": 2202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3941, \"group\": [858.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATGTCTCC\", \"ini\": 59, \"clust\": 922, \"rank\": 5077, \"rankvar\": 3259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3530, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3942, \"group\": [922.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCCATTGGTAC\", \"ini\": 58, \"clust\": 1445, \"rank\": 5117, \"rankvar\": 2888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3531, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4153, \"group\": [1445.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGATGGTC\", \"ini\": 57, \"clust\": 454, \"rank\": 5104, \"rankvar\": 571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3532, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4241, \"group\": [454.0, 72.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGTTGAA\", \"ini\": 56, \"clust\": 859, \"rank\": 5086, \"rankvar\": 4762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3533, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3943, \"group\": [855.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTGACC\", \"ini\": 55, \"clust\": 1395, \"rank\": 5054, \"rankvar\": 4554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3534, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4154, \"group\": [1393.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTTTCCTC\", \"ini\": 54, \"clust\": 416, \"rank\": 5070, \"rankvar\": 3254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3535, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4242, \"group\": [416.0, 67.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACAGAGGT\", \"ini\": 53, \"clust\": 855, \"rank\": 5116, \"rankvar\": 3070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3536, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3944, \"group\": [862.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTACACCGC\", \"ini\": 52, \"clust\": 476, \"rank\": 5072, \"rankvar\": 1020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3537, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4243, \"group\": [473.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATGGAAT\", \"ini\": 51, \"clust\": 1419, \"rank\": 5055, \"rankvar\": 4717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3538, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4155, \"group\": [1418.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTGTGGCTC\", \"ini\": 50, \"clust\": 1406, \"rank\": 5080, \"rankvar\": 4368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3539, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4102, \"group\": [1407.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGGCGTACA\", \"ini\": 49, \"clust\": 1437, \"rank\": 5088, \"rankvar\": 4329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3540, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4156, \"group\": [1435.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCTACTATC\", \"ini\": 48, \"clust\": 1435, \"rank\": 5065, \"rankvar\": 4641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3541, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4157, \"group\": [1434.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTTGATTGC\", \"ini\": 47, \"clust\": 452, \"rank\": 5040, \"rankvar\": 4203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3542, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3945, \"group\": [453.0, 71.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTCTAGAGG\", \"ini\": 46, \"clust\": 3399, \"rank\": 5220, \"rankvar\": 4996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3543, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2085, \"group\": [3396.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCTCAACA\", \"ini\": 45, \"clust\": 923, \"rank\": 5066, \"rankvar\": 4555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3544, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3946, \"group\": [925.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTGAATTG\", \"ini\": 44, \"clust\": 924, \"rank\": 5079, \"rankvar\": 4016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3947, \"group\": [923.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAAGTT\", \"ini\": 43, \"clust\": 1426, \"rank\": 5089, \"rankvar\": 3746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3546, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4158, \"group\": [1424.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAGCTGTTA\", \"ini\": 42, \"clust\": 1411, \"rank\": 5151, \"rankvar\": 4251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3547, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4159, \"group\": [1408.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTTCAACCA\", \"ini\": 41, \"clust\": 1430, \"rank\": 5113, \"rankvar\": 4403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3548, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4160, \"group\": [1428.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGAAACCGC\", \"ini\": 40, \"clust\": 412, \"rank\": 5103, \"rankvar\": 2653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3549, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4161, \"group\": [413.0, 65.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTGCTGTAT\", \"ini\": 39, \"clust\": 1425, \"rank\": 5042, \"rankvar\": 4667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3550, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4162, \"group\": [1423.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATTGGTAC\", \"ini\": 38, \"clust\": 433, \"rank\": 5025, \"rankvar\": 1818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3551, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4285, \"group\": [434.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCTCGAGTA\", \"ini\": 37, \"clust\": 417, \"rank\": 5082, \"rankvar\": 3151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3552, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4244, \"group\": [417.0, 67.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACTCGACG\", \"ini\": 36, \"clust\": 1416, \"rank\": 5102, \"rankvar\": 4099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3553, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4163, \"group\": [1414.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAAGGGTTTCT\", \"ini\": 35, \"clust\": 925, \"rank\": 5121, \"rankvar\": 3175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3948, \"group\": [924.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACGACTCG\", \"ini\": 34, \"clust\": 474, \"rank\": 5155, \"rankvar\": 2150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3555, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4245, \"group\": [476.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACAGGAGT\", \"ini\": 33, \"clust\": 428, \"rank\": 5118, \"rankvar\": 1055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3556, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4286, \"group\": [427.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAAAGTCAA\", \"ini\": 32, \"clust\": 154, \"rank\": 5200, \"rankvar\": 4973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3557, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3949, \"group\": [153.0, 34.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCTTGGTC\", \"ini\": 31, \"clust\": 1458, \"rank\": 5096, \"rankvar\": 3585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3558, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4164, \"group\": [1456.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTCCGGTT\", \"ini\": 30, \"clust\": 477, \"rank\": 5131, \"rankvar\": 562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3559, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4246, \"group\": [474.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCGTAT\", \"ini\": 29, \"clust\": 1412, \"rank\": 5160, \"rankvar\": 4532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3560, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4165, \"group\": [1409.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTGAAGAG\", \"ini\": 28, \"clust\": 1449, \"rank\": 5090, \"rankvar\": 4582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3561, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4166, \"group\": [1449.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCCTTTCTC\", \"ini\": 27, \"clust\": 1447, \"rank\": 5114, \"rankvar\": 4018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3562, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4167, \"group\": [1447.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGCTGAA\", \"ini\": 26, \"clust\": 767, \"rank\": 5183, \"rankvar\": 4840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3950, \"group\": [766.0, 113.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGCATCATC\", \"ini\": 25, \"clust\": 426, \"rank\": 5109, \"rankvar\": 4405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3564, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4287, \"group\": [423.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCACGAAATA\", \"ini\": 24, \"clust\": 1459, \"rank\": 5092, \"rankvar\": 3817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3565, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4168, \"group\": [1454.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGTAT\", \"ini\": 23, \"clust\": 1436, \"rank\": 5133, \"rankvar\": 4406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3566, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4169, \"group\": [1437.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCCTGACT\", \"ini\": 22, \"clust\": 484, \"rank\": 5149, \"rankvar\": 1723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3567, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4247, \"group\": [482.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGATAGCAT\", \"ini\": 21, \"clust\": 1422, \"rank\": 5140, \"rankvar\": 4850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3568, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4170, \"group\": [1420.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGATGGGTC\", \"ini\": 20, \"clust\": 1410, \"rank\": 5180, \"rankvar\": 4256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3569, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4171, \"group\": [1410.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCATTAT\", \"ini\": 19, \"clust\": 434, \"rank\": 5063, \"rankvar\": 4361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3570, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4288, \"group\": [435.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATCCTAGA\", \"ini\": 18, \"clust\": 1427, \"rank\": 5164, \"rankvar\": 3020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3571, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4172, \"group\": [1425.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCAAACTGTC\", \"ini\": 17, \"clust\": 1415, \"rank\": 5127, \"rankvar\": 4268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3572, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4173, \"group\": [1416.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAAGCTGGA\", \"ini\": 16, \"clust\": 1460, \"rank\": 5128, \"rankvar\": 4125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3573, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4174, \"group\": [1455.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAACGCGA\", \"ini\": 15, \"clust\": 862, \"rank\": 5177, \"rankvar\": 4171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3951, \"group\": [859.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGGCAAAGA\", \"ini\": 14, \"clust\": 1408, \"rank\": 5167, \"rankvar\": 4288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3575, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4175, \"group\": [1406.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCAGTTGAC\", \"ini\": 13, \"clust\": 863, \"rank\": 5173, \"rankvar\": 4493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3576, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3952, \"group\": [860.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTCGAATCT\", \"ini\": 12, \"clust\": 1401, \"rank\": 5159, \"rankvar\": 4409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3577, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4176, \"group\": [1438.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTTCCGGCA\", \"ini\": 11, \"clust\": 455, \"rank\": 5188, \"rankvar\": 4057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3578, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4248, \"group\": [455.0, 72.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAACATC\", \"ini\": 10, \"clust\": 424, \"rank\": 5138, \"rankvar\": 3327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3579, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4289, \"group\": [424.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCAGCTTAG\", \"ini\": 9, \"clust\": 429, \"rank\": 5162, \"rankvar\": 1667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3580, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4290, \"group\": [428.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTCCCTACT\", \"ini\": 8, \"clust\": 1396, \"rank\": 5198, \"rankvar\": 4677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3581, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4177, \"group\": [1396.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTATTCA\", \"ini\": 7, \"clust\": 1397, \"rank\": 5196, \"rankvar\": 859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3582, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4249, \"group\": [1397.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCATACTG\", \"ini\": 6, \"clust\": 1431, \"rank\": 5193, \"rankvar\": 4222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3583, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4178, \"group\": [1429.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCGGTCTAA\", \"ini\": 5, \"clust\": 485, \"rank\": 5187, \"rankvar\": 3346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3584, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4250, \"group\": [483.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGACCAAG\", \"ini\": 4, \"clust\": 1429, \"rank\": 5185, \"rankvar\": 4681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3585, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4179, \"group\": [1427.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGACACG\", \"ini\": 3, \"clust\": 1417, \"rank\": 5172, \"rankvar\": 4644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3586, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4180, \"group\": [1415.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGGAGCGTT\", \"ini\": 2, \"clust\": 1438, \"rank\": 5189, \"rankvar\": 4680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3587, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4181, \"group\": [1436.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTAAATGAC\", \"ini\": 1, \"clust\": 1400, \"rank\": 5190, \"rankvar\": 3526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3588, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4182, \"group\": [1399.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}], \"links\": [], \"mat\": [[-0.7413968354270769, -1.1445951945953257, -0.8292234014672826, -0.8292234014672826, -0.8292234014672826, -1.1445951945953257, -0.7413968354270769, -1.1445951945953257, -1.1445951945953257, -0.9259906077742086, -0.9259906077742086, -0.9259906077742086, -0.7413968354270769, -1.1445951945953257, -1.1445951945953257, -0.3585133666791371, -1.031585172952891, -0.9259906077742086, -0.7413968354270769, -1.031585172952891, -1.031585172952891, -0.7413968354270769, -0.9259906077742086, -0.5898418128380861, -0.9259906077742086, -0.8292234014672826, -0.9259906077742086, -0.6619012589053517, -0.9259906077742086, -1.031585172952891, -0.8292234014672826, -0.9259906077742086, -1.031585172952891, -1.1445951945953257, -0.7413968354270769, -1.1445951945953257, -0.6619012589053517, -1.2619431738763034, -1.1445951945953257, -0.6619012589053517, -0.8292234014672826, -0.5898418128380861, -0.5898418128380861, -0.9259906077742086, -0.9259906077742086, -0.9259906077742086, -1.1445951945953257, -0.8292234014672826, -0.8292234014672826, -0.5242835619930206, -1.031585172952891, -0.8292234014672826, -0.8292234014672826, -0.6619012589053517, 0.003205370172908873, -0.3113961815254184, -0.9259906077742086, -1.1445951945953257, -0.5898418128380861, -0.5898418128380861, -1.031585172952891, -0.5242835619930206, -1.1445951945953257, -0.8292234014672826, -1.031585172952891, -0.9259906077742086, -0.05413304688002473, -0.4643619971814628, -0.7413968354270769, -1.1445951945953257, -0.6619012589053517, -1.031585172952891, -1.031585172952891, -1.031585172952891, -0.6619012589053517, -0.5898418128380861, -0.9259906077742086, -0.9259906077742086, -0.6619012589053517, -1.031585172952891, -0.8292234014672826, -0.8292234014672826, -0.7413968354270769, -0.8292234014672826, -0.8292234014672826, -1.1445951945953257, -0.9259906077742086, -1.1445951945953257, -1.1445951945953257, -0.7413968354270769, -0.9259906077742086, -1.2619431738763034, -0.9259906077742086, -0.7413968354270769, -1.031585172952891, -0.5898418128380861, -0.8292234014672826, -0.7413968354270769, -0.9259906077742086, -0.3113961815254184, -0.7413968354270769, -1.1445951945953257, -0.9259906077742086, -1.031585172952891, -0.7413968354270769, -1.031585172952891, -1.2619431738763034, -0.5898418128380861, -0.7413968354270769, -0.9259906077742086, -1.2619431738763034, -0.8292234014672826, -0.6619012589053517, -0.7413968354270769, -0.8292234014672826, -0.8292234014672826, -1.031585172952891, -1.031585172952891, -1.031585172952891, -0.5242835619930206, -0.9259906077742086, -0.5242835619930206, -0.7413968354270769, -1.1445951945953257, -0.8292234014672826, -0.3113961815254184, -0.9259906077742086, -1.031585172952891, -0.6619012589053517, -0.8292234014672826, -0.8292234014672826, -0.6619012589053517, -0.8292234014672826, -0.7413968354270769, -1.031585172952891, -0.3585133666791371, -0.9259906077742086, -0.9259906077742086, -1.1445951945953257, -0.9259906077742086, -0.7413968354270769, -0.18795405058048134, -0.5898418128380861, -0.7413968354270769, -1.031585172952891, -0.5898418128380861, -0.5242835619930206, -0.2675109133624878, -0.9259906077742086, -0.6619012589053517, -0.9259906077742086, -1.031585172952891, -1.1445951945953257, -1.031585172952891, -0.8292234014672826, -0.6619012589053517, -1.031585172952891, -0.9259906077742086, -0.7413968354270769, -0.8292234014672826, -0.5898418128380861, -0.5898418128380861, -1.031585172952891, -1.031585172952891, -0.6619012589053517, -0.5898418128380861, -0.9259906077742086, -0.7413968354270769, -0.6619012589053517, -0.7413968354270769, -0.5898418128380861, -0.7413968354270769, -0.8292234014672826, -0.6619012589053517, -0.8292234014672826, -0.4643619971814628, -0.7413968354270769, -0.7413968354270769, -0.9259906077742086, -1.1445951945953257, -0.9259906077742086, -0.6619012589053517, -0.5242835619930206, -0.4643619971814628, -0.9259906077742086, -1.031585172952891, -0.6619012589053517, -0.8292234014672826, -1.031585172952891, -0.5898418128380861, -0.6619012589053517, -0.5898418128380861, -0.9259906077742086, -0.7413968354270769, -0.7413968354270769, -0.5242835619930206, -1.2619431738763034, -1.2619431738763034, -0.4643619971814628, -1.031585172952891, -0.5898418128380861, -0.8292234014672826, -0.8292234014672826, -0.5242835619930206, -0.8292234014672826, -0.6619012589053517, -0.6619012589053517, -0.4643619971814628, -0.4093204362231997, -1.031585172952891, -0.9259906077742086, -0.4093204362231997, -0.5898418128380861, -0.8292234014672826, -0.7413968354270769, -0.7413968354270769, -1.1445951945953257, -0.5898418128380861, -1.2619431738763034, -1.1445951945953257, -1.031585172952891, -0.5898418128380861, -1.031585172952891, -0.9259906077742086, -0.5898418128380861, -0.8292234014672826, -0.9259906077742086, -0.7413968354270769, -0.6619012589053517, -0.4643619971814628, 0.18998122012958227, -0.6619012589053517, -0.6619012589053517, -0.9259906077742086, -0.5898418128380861, -0.6619012589053517, -0.5242835619930206, -0.5898418128380861, -0.8292234014672826, -0.3113961815254184, -1.031585172952891, -1.1445951945953257, -0.7413968354270769, -0.7413968354270769, -0.4643619971814628, -0.4643619971814628, -0.4093204362231997, -0.6619012589053517, -0.6619012589053517, -0.5242835619930206, -0.5242835619930206, -0.9259906077742086, -0.5242835619930206, -1.1445951945953257, -1.2619431738763034, -0.6619012589053517, -0.4643619971814628, -0.8292234014672826, -0.5898418128380861, -0.8292234014672826, -1.031585172952891, -0.5242835619930206, -1.031585172952891, -0.7413968354270769, -0.3585133666791371, -0.6619012589053517, -0.7413968354270769, -0.9259906077742086, -0.8292234014672826, -0.8292234014672826, -0.6619012589053517, -0.5898418128380861, 0.1038015332117288, -0.2675109133624878, 0.1038015332117288, -0.7413968354270769, -0.7413968354270769, -0.9259906077742086, -0.8292234014672826, -0.6619012589053517, -0.9259906077742086, -1.031585172952891, -0.9259906077742086, -0.5242835619930206, -0.5898418128380861, -0.4643619971814628, -0.18795405058048134, -1.2619431738763034, -0.7413968354270769, -0.8292234014672826, -1.1445951945953257, -0.9259906077742086, -0.5898418128380861, -0.5898418128380861, -0.9259906077742086, -0.4643619971814628, -0.7413968354270769, -0.9259906077742086, -0.5898418128380861, -0.18795405058048134, -0.8292234014672826, -0.7413968354270769, -0.5242835619930206, -1.031585172952891, -0.4643619971814628, -0.8292234014672826, -0.5242835619930206, -0.5898418128380861, -0.8292234014672826, -0.9259906077742086, 0.18998122012958227, -0.5242835619930206, -0.6619012589053517, -1.031585172952891, -0.8292234014672826, -0.7413968354270769, -0.8292234014672826, -0.9259906077742086, -0.9259906077742086, -0.3113961815254184, -0.3113961815254184, -0.7413968354270769, -0.8292234014672826, -0.9259906077742086, -0.7413968354270769, -1.1445951945953257, -0.7413968354270769, -1.1445951945953257, -0.2264720656230053, -0.6619012589053517, -0.5242835619930206, -0.4093204362231997, -0.8292234014672826, 0.3778637148505053, -0.9259906077742086, -1.031585172952891, -0.9259906077742086, -0.8292234014672826, -0.5898418128380861, -0.9259906077742086, -0.9259906077742086, -0.4643619971814628, -0.5898418128380861, -0.7413968354270769, -1.031585172952891, -0.6619012589053517, -1.1445951945953257, -0.8292234014672826, -0.8292234014672826, -0.7413968354270769, -0.4643619971814628, -0.6619012589053517, 0.003205370172908873, -0.3113961815254184, -1.031585172952891, -0.6619012589053517, -0.5898418128380861, -1.031585172952891, -0.8292234014672826, -0.18795405058048134, -0.9259906077742086, -0.4093204362231997, -0.2264720656230053, -0.7413968354270769, -0.5898418128380861, -0.8292234014672826, -0.6619012589053517, -0.6619012589053517, -0.7413968354270769, -0.6619012589053517, -0.9259906077742086, -0.5898418128380861, -0.7413968354270769, -0.9259906077742086, -1.031585172952891, -0.8292234014672826, -0.8292234014672826, -0.5898418128380861, -1.1445951945953257, -0.4093204362231997, -0.5242835619930206, -0.4643619971814628, -1.031585172952891, -1.2619431738763034, -0.7413968354270769, -0.3113961815254184, -0.9259906077742086, -0.6619012589053517, -0.5242835619930206, -0.6619012589053517, -0.4093204362231997, -0.5898418128380861, -0.4093204362231997, -0.9259906077742086, -0.8292234014672826, -0.6619012589053517, -0.6619012589053517, -0.4643619971814628, -0.5898418128380861, -0.5898418128380861, -0.5242835619930206, -0.7413968354270769, -0.4643619971814628, -0.7413968354270769, -0.8292234014672826, -0.3585133666791371, -0.9259906077742086, -0.9259906077742086, -0.8292234014672826, -0.2675109133624878, -1.031585172952891, -0.3585133666791371, -0.7413968354270769, -0.4643619971814628, -0.5898418128380861, -0.9259906077742086, -0.5242835619930206, -0.9259906077742086, -1.1445951945953257, -0.9259906077742086, -0.5898418128380861, -0.9259906077742086, -0.8292234014672826, -0.6619012589053517, -0.6619012589053517, 0.3161711250156197, -0.4093204362231997, -0.7413968354270769, -1.1445951945953257, -0.2675109133624878, -0.9259906077742086, -0.5242835619930206, -0.6619012589053517, -0.5898418128380861, -1.031585172952891, -0.7413968354270769, -0.6619012589053517, -0.6619012589053517, -0.8292234014672826, -0.4643619971814628, -0.5898418128380861, -0.8292234014672826, -0.8292234014672826, -0.6619012589053517, -0.5898418128380861, -1.031585172952891, -1.031585172952891, -0.8292234014672826, -1.1445951945953257, -0.6619012589053517, 0.3478156847077259, -0.7413968354270769, -0.4093204362231997, -1.031585172952891, -0.7413968354270769, -1.031585172952891, -0.5242835619930206, -0.8292234014672826, -0.7413968354270769, -0.7413968354270769, -0.8292234014672826, -0.024789074140114317, -0.9259906077742086, -1.031585172952891, -0.18795405058048134, -0.6619012589053517, -0.7413968354270769, -0.2675109133624878, -0.2264720656230053, -0.8292234014672826, -1.031585172952891, -0.8292234014672826, -0.8292234014672826, -0.8292234014672826, -0.9259906077742086, -1.1445951945953257, -0.7413968354270769, -0.05413304688002473, 0.3322034079883389, -0.5242835619930206, -1.031585172952891, -1.031585172952891, -0.5898418128380861, -0.6619012589053517, -0.7413968354270769, -0.9259906077742086, -0.5898418128380861, -0.5898418128380861, -0.7413968354270769, -0.9259906077742086, -0.8292234014672826, -0.9259906077742086, -0.6619012589053517, -0.9259906077742086, -0.3585133666791371, -1.1445951945953257, -0.6619012589053517, 0.1038015332117288, -0.5898418128380861, -0.6619012589053517, -0.7413968354270769, -1.1445951945953257, -0.9259906077742086, -0.4643619971814628, -0.6619012589053517, 0.7395765825045247, -0.8292234014672826, -0.3113961815254184, -0.8292234014672826, -0.7413968354270769, -0.8292234014672826, -1.1445951945953257, -0.2675109133624878, -0.5242835619930206, -0.3113961815254184, -0.8292234014672826, -0.8292234014672826, -0.5242835619930206, -0.4093204362231997, -0.7413968354270769, -0.8292234014672826, -0.8292234014672826, -0.7413968354270769, -0.8292234014672826, -0.7413968354270769, -0.7413968354270769, -0.9259906077742086, -0.5898418128380861, -0.5242835619930206, -0.7413968354270769, -0.9259906077742086, -0.7413968354270769, -0.7413968354270769, -0.8292234014672826, -1.031585172952891, -0.3585133666791371, -0.08495832222219571, -0.8292234014672826, -0.3113961815254184, -0.5898418128380861, -0.2264720656230053, -1.031585172952891, -0.8292234014672826, -0.5898418128380861, -0.8292234014672826, -0.5898418128380861, -0.9259906077742086, -0.7413968354270769, -0.7413968354270769, -1.1445951945953257, -1.031585172952891, -0.18795405058048134, -0.2675109133624878, -0.7413968354270769, -0.3585133666791371, -0.4643619971814628, -0.4093204362231997, -0.7413968354270769, 0.5961127322137688, -0.5242835619930206, -0.3585133666791371, -0.8292234014672826, -0.5242835619930206, 0.029965733923218364, -0.5242835619930206, -0.4093204362231997, -0.8292234014672826, -0.3585133666791371, -0.8292234014672826, -0.5242835619930206, -0.8292234014672826, -0.9259906077742086, -0.5898418128380861, -0.8292234014672826, -0.024789074140114317, -1.031585172952891, -0.6619012589053517, 1.1484504032652072, -0.5898418128380861, -0.5242835619930206, -0.5242835619930206, 0.18998122012958227, -0.5242835619930206, -0.8292234014672826, -0.8292234014672826, -1.031585172952891, -0.3585133666791371, -0.4643619971814628, -0.4643619971814628, -0.9259906077742086, -0.4643619971814628, -1.031585172952891, -0.05413304688002473, -0.7413968354270769, -0.9259906077742086, -0.4643619971814628, -0.6619012589053517, -0.8292234014672826, -0.5242835619930206, -0.1516806018483174, -0.5242835619930206, -0.5242835619930206, -0.5242835619930206, -1.031585172952891, -0.7413968354270769, -0.8292234014672826, -0.7413968354270769, -0.5898418128380861, -0.6619012589053517, -0.5242835619930206, -1.031585172952891, 0.055593645631091176, -0.6619012589053517, -0.7413968354270769, -0.6619012589053517, -0.5898418128380861, 0.2827526423859836, -0.4643619971814628, -1.031585172952891, -0.8292234014672826, -0.5898418128380861, -0.3585133666791371, -0.5242835619930206, -0.3585133666791371, -0.3585133666791371, -0.5242835619930206, -0.8292234014672826, -0.08495832222219571, -0.5898418128380861, -0.05413304688002473, -0.4643619971814628, -1.031585172952891, -0.3585133666791371, -0.3585133666791371, -0.2264720656230053, -0.8292234014672826, -0.3113961815254184, -0.4643619971814628, -0.8292234014672826, -0.3113961815254184, -0.5898418128380861, -0.7413968354270769, -0.4093204362231997, -0.6619012589053517, -0.5898418128380861, -0.4643619971814628, -0.8292234014672826, -0.4643619971814628, -0.1516806018483174, -0.9259906077742086, -0.5898418128380861, -0.4643619971814628, -0.5242835619930206, -0.3585133666791371, -0.5898418128380861, -0.6619012589053517, -0.3113961815254184, -0.7413968354270769, -0.6619012589053517, -0.024789074140114317, -0.3585133666791371, -0.6619012589053517, -0.6619012589053517, -0.4093204362231997, -0.9259906077742086, -0.6619012589053517, -0.3113961815254184, -0.6619012589053517, -0.6619012589053517, -0.3585133666791371, -1.031585172952891, -0.7413968354270769, -1.031585172952891, -0.4643619971814628, -0.3585133666791371, -0.9259906077742086, -0.7413968354270769, -1.1445951945953257, -1.1445951945953257, -0.9259906077742086, -0.9259906077742086, -0.8292234014672826, -0.6619012589053517, -0.7413968354270769, -0.7413968354270769, -0.4093204362231997, -0.7413968354270769, -1.031585172952891, -0.6619012589053517, -0.3113961815254184, -0.8292234014672826, -0.3113961815254184, 0.20972207411699853, -0.08495832222219571, -1.031585172952891, -0.8292234014672826, -0.6619012589053517, -0.1516806018483174, -0.2675109133624878, -0.4093204362231997, -0.7413968354270769, -0.3585133666791371, -0.7413968354270769, -1.1445951945953257, -0.5898418128380861, -0.6619012589053517, -0.4093204362231997, -0.8292234014672826, -0.5242835619930206, -0.4093204362231997, -0.6619012589053517, -0.6619012589053517, 0.3161711250156197, -0.5898418128380861, -0.1516806018483174, 0.20972207411699853, -0.5242835619930206, -0.7413968354270769, -0.5898418128380861, -0.5242835619930206, -1.1445951945953257, -0.4093204362231997, -0.6619012589053517, -0.3585133666791371, -0.6619012589053517, -0.5242835619930206, -0.3585133666791371, -0.6619012589053517, -0.3585133666791371, -0.8292234014672826, -0.4643619971814628, -0.2264720656230053, 0.3923374589017776, -0.8292234014672826, 0.911179195162294, -0.5898418128380861, -0.5242835619930206, -0.6619012589053517, -0.8292234014672826, -0.7413968354270769, -0.5242835619930206, -0.3585133666791371, -0.2675109133624878, -0.5898418128380861, -0.5242835619930206, -0.8292234014672826, -0.9259906077742086, -0.8292234014672826, -0.9259906077742086, -0.5242835619930206, -0.7413968354270769, -0.5898418128380861, -0.8292234014672826, -1.031585172952891, -0.6619012589053517, -0.5242835619930206, -0.8292234014672826, -0.4643619971814628, -0.4093204362231997, -0.6619012589053517, -0.4643619971814628, -0.7413968354270769, -0.9259906077742086, -0.2675109133624878, -0.8292234014672826, -0.2675109133624878, -0.5898418128380861, 0.1038015332117288, -0.3585133666791371, -0.6619012589053517, -0.2675109133624878, -0.1174160661873818, -0.4643619971814628, -0.8292234014672826, 0.1484355444083495, -0.4093204362231997, -0.8292234014672826, -0.5898418128380861, -0.8292234014672826, -0.9259906077742086, -0.7413968354270769, -1.2619431738763034, -1.031585172952891, 0.4848462804950839, -0.5242835619930206, -0.8292234014672826, -0.9259906077742086, -0.5242835619930206, -0.7413968354270769, -0.5242835619930206, -0.4643619971814628, -0.3585133666791371, -0.5898418128380861, -0.3585133666791371, -0.9259906077742086, -0.4093204362231997, 0.8679285250444021, -0.5242835619930206, -0.5242835619930206, -0.6619012589053517, -0.5242835619930206, -0.8292234014672826, -0.4643619971814628, -0.5242835619930206, -0.3113961815254184, -0.5242835619930206, -0.3585133666791371, -0.5898418128380861, -0.9259906077742086, -0.4093204362231997, -0.6619012589053517, -0.7413968354270769, -1.031585172952891, -0.5242835619930206, -0.5898418128380861, -0.5242835619930206, -0.9259906077742086, -0.7413968354270769, -0.6619012589053517, -0.5242835619930206, -0.05413304688002473, -0.3113961815254184, -0.3113961815254184, -0.3113961815254184, -0.6619012589053517, -0.1174160661873818, -0.2675109133624878, -0.2264720656230053, -0.7413968354270769, -0.5898418128380861, -0.2264720656230053, -0.8292234014672826, -0.024789074140114317, -0.1174160661873818, -0.5242835619930206, -0.9259906077742086, 0.1484355444083495, -0.5242835619930206, -0.9259906077742086, -0.6619012589053517, -0.5242835619930206, -0.3585133666791371, -0.5898418128380861, -0.3585133666791371, 0.3322034079883389, -0.4093204362231997, -0.7413968354270769, -0.6619012589053517, -0.5242835619930206, -0.2675109133624878, -0.5242835619930206, 0.24735189875475874, -0.6619012589053517, -0.8292234014672826, -0.9259906077742086, 0.6631866281296944, -0.8292234014672826, -0.8292234014672826, -0.5898418128380861, -0.6619012589053517, -0.5898418128380861, -1.1445951945953257, -0.4643619971814628, -0.4093204362231997, -0.9259906077742086, -0.8292234014672826, -0.8292234014672826, -0.3113961815254184, -0.7413968354270769, -0.6619012589053517, -0.9259906077742086, -0.3585133666791371, -0.2264720656230053, -0.4643619971814628, -1.031585172952891, -1.031585172952891, 0.6061721618940905, -1.1445951945953257, -1.031585172952891, -0.4643619971814628, -0.3585133666791371, -0.5898418128380861, -0.6619012589053517, -0.6619012589053517, -0.5242835619930206, -0.4093204362231997, -1.031585172952891, -0.8292234014672826, 0.003205370172908873, -0.4643619971814628, -1.031585172952891, -0.3585133666791371, -0.4643619971814628, -0.4093204362231997, -0.3113961815254184, -0.9259906077742086, 0.1038015332117288, 1.0344295064365772, -0.4643619971814628, -0.5242835619930206, -0.9259906077742086, -0.6619012589053517, 1.2507367580048392, -0.7413968354270769, -0.1516806018483174, -0.3585133666791371, -0.6619012589053517, 0.1265324888908794, -0.5898418128380861, -0.6619012589053517, -0.4643619971814628, -0.4643619971814628, -0.1516806018483174, -0.4643619971814628, 0.16956792656228278, -0.4643619971814628, 1.071911485894708, -0.5898418128380861, -0.1174160661873818, -0.8292234014672826, -0.8292234014672826, -1.1445951945953257, -0.5242835619930206, -0.7413968354270769, -0.08495832222219571, -0.7413968354270769, -0.4093204362231997, -0.5898418128380861, 1.305174421292553, 0.5754668360723223, -0.4643619971814628, -0.9259906077742086, -0.7413968354270769, -0.2675109133624878, -0.9259906077742086, -0.4093204362231997, -0.4093204362231997, -0.2264720656230053, 0.029965733923218364, -0.5242835619930206, -0.3113961815254184, -0.18795405058048134, -0.8292234014672826, -0.6619012589053517, -0.05413304688002473, -1.1445951945953257, -0.5898418128380861, -0.9259906077742086, -0.8292234014672826, -0.4643619971814628, -0.2675109133624878, -0.4643619971814628, -0.6619012589053517, -0.6619012589053517, 0.029965733923218364, -0.8292234014672826, -0.4643619971814628, -0.7413968354270769, -0.8292234014672826, -0.4643619971814628, 0.055593645631091176, -0.6619012589053517, -0.1174160661873818, -0.4643619971814628, -0.3585133666791371, -0.3113961815254184, -0.5898418128380861, -0.5898418128380861, -0.3585133666791371, -0.5898418128380861, -0.7413968354270769, 0.4969599834787733, 0.1038015332117288, 0.8614833441103928, -0.3113961815254184, -0.8292234014672826, -0.2675109133624878, -0.8292234014672826, -0.05413304688002473, -0.5242835619930206, -0.8292234014672826, -0.5242835619930206, -0.8292234014672826, -0.4093204362231997, -0.4643619971814628, -0.9259906077742086, -0.1516806018483174, -1.1445951945953257, -0.6619012589053517, -0.1516806018483174, -0.5898418128380861, -0.4093204362231997, -0.6619012589053517, -0.08495832222219571, -0.5242835619930206, -0.8292234014672826, -0.1516806018483174, -0.05413304688002473, 0.9944089152164036, -0.08495832222219571, -0.3585133666791371, -0.4093204362231997, -0.024789074140114317, -0.05413304688002473, -0.8292234014672826, -0.6619012589053517, -0.5242835619930206, -0.5898418128380861, 0.7395765825045247, 0.029965733923218364, -0.18795405058048134, -0.6619012589053517, -0.1516806018483174, -0.5242835619930206, -0.6619012589053517, 0.003205370172908873, -0.5898418128380861, -0.4093204362231997, -0.7413968354270769, -0.3113961815254184, -0.3113961815254184, -0.4093204362231997, -0.5242835619930206, -0.8292234014672826, -0.2675109133624878, 1.0344295064365772, -0.2264720656230053, -0.6619012589053517, -0.1516806018483174, -0.08495832222219571, -0.8292234014672826, -0.4643619971814628, -0.4643619971814628, -0.6619012589053517, -0.5898418128380861, 0.20972207411699853, -0.2264720656230053, -0.5898418128380861, -0.9259906077742086, -0.4093204362231997, -0.5898418128380861, -0.5898418128380861, -0.18795405058048134, -1.2619431738763034, -0.9259906077742086, 0.08017897470308548, -0.4643619971814628, -0.6619012589053517, 1.4087313414665603, -0.9259906077742086, -0.9259906077742086, 0.5648678921640403, -0.6619012589053517, -0.7413968354270769, -0.9259906077742086, -0.3585133666791371, -0.3585133666791371, -0.4643619971814628, -0.6619012589053517, -0.2675109133624878, -0.5242835619930206, -0.4643619971814628, 0.2827526423859836, -0.2675109133624878, -0.08495832222219571, -0.2264720656230053, -0.5898418128380861, -0.5242835619930206, 0.4064674572090725, -0.5898418128380861, -0.2675109133624878, -0.2264720656230053, -0.1516806018483174, -0.6619012589053517, -0.7413968354270769, -0.4093204362231997, -0.5242835619930206, 0.003205370172908873, 0.18998122012958227, -0.3585133666791371, -1.1445951945953257, -0.9259906077742086, -0.1174160661873818, -1.031585172952891, 1.4411969689419044, -0.6619012589053517, -0.2675109133624878, 0.3478156847077259, 1.878995514180008, -0.4643619971814628, -0.3585133666791371, -0.4643619971814628, -0.2264720656230053, -0.08495832222219571, -0.2675109133624878, -0.2675109133624878, -0.5242835619930206, -0.5242835619930206, -0.4643619971814628, -0.1516806018483174, -0.1516806018483174, -0.2675109133624878, 0.2653144747268657, -0.6619012589053517, 0.5754668360723223, -0.2675109133624878, -0.5898418128380861, -0.3113961815254184, 1.0440251752067145, -0.4643619971814628, -0.5242835619930206, -0.6619012589053517, 0.1265324888908794, -0.5242835619930206, -0.5898418128380861, -0.8292234014672826, -0.7413968354270769, -0.8292234014672826, 0.8000802267796019, -0.2264720656230053, -0.5242835619930206, 1.2018041110893345, -0.08495832222219571, 0.20972207411699853, -0.4643619971814628, -0.4093204362231997, 0.003205370172908873, -0.5242835619930206, 0.2288328026912514, -0.2264720656230053, 0.4724803008246739, 0.08017897470308548, 0.8417154104628428, -0.2675109133624878, -0.5898418128380861, -0.4093204362231997, 1.0809220164082212, -0.4643619971814628, 1.0344295064365772, 0.055593645631091176, -0.8292234014672826, -0.7413968354270769, -0.7413968354270769, -0.5242835619930206, -0.5242835619930206, -0.7413968354270769, 0.1265324888908794, -0.3585133666791371, -0.9259906077742086, -0.5898418128380861, -0.5242835619930206, -0.08495832222219571, -0.2675109133624878, -0.6619012589053517, -0.08495832222219571, -0.05413304688002473, -0.7413968354270769, 0.6721775598195976, -0.7413968354270769, -0.5242835619930206, 1.1198511680314984, -0.4093204362231997, -0.18795405058048134, -0.6619012589053517, -0.2675109133624878, -0.18795405058048134, -0.1516806018483174, -0.3113961815254184, 0.5648678921640403, -0.5898418128380861, -0.1516806018483174, -0.2264720656230053, -0.7413968354270769, 1.0246754926366846, 0.1038015332117288, -0.4643619971814628, -0.1516806018483174, -0.4643619971814628, -0.4643619971814628, -0.6619012589053517, -0.1516806018483174, -0.1516806018483174, 0.644784719694095, -0.08495832222219571, -0.4643619971814628, 0.644784719694095, 0.5648678921640403, -0.4643619971814628, -0.5898418128380861, 0.029965733923218364, -0.4093204362231997, 1.5963128074852415, -0.1516806018483174, 0.08017897470308548, -0.7413968354270769, 0.5648678921640403, -0.4093204362231997, -0.5898418128380861, -0.5242835619930206, 0.4202695488033271, 1.0392468122507004, -0.024789074140114317, -0.9259906077742086, 0.9892103284205898, -0.08495832222219571, -0.2675109133624878, 0.962508765462862, -0.5242835619930206, 0.4202695488033271, -0.3113961815254184, -0.024789074140114317, 0.8679285250444021, 0.4969599834787733, 0.003205370172908873, 0.055593645631091176, -0.5242835619930206, 1.501220743023744, -0.3585133666791371, -0.2675109133624878, 0.3778637148505053, -0.6619012589053517, -0.2264720656230053, -0.2675109133624878, -0.4093204362231997, -0.7413968354270769, -0.4093204362231997, -0.9259906077742086, 1.0295726183314573, -0.08495832222219571, -0.1174160661873818, 0.762996206617994, 0.9229770094765648, -0.8292234014672826, 1.0246754926366846, 0.18998122012958227, -0.7413968354270769, -0.4093204362231997, 0.029965733923218364, -0.6619012589053517, -0.024789074140114317, -0.2264720656230053, 1.4532235675348164, -0.3113961815254184, 0.4202695488033271, 1.684669809960831, 1.1156501936203622, -1.031585172952891, -0.4643619971814628, 1.212636195548803, -0.3585133666791371, 1.5792497019163283, 0.055593645631091176, 0.1265324888908794, 0.3161711250156197, 0.2827526423859836, -0.3585133666791371, -0.2264720656230053, 1.5753900200451851, -0.2675109133624878, -0.5242835619930206, 0.16956792656228278, -0.4643619971814628, 1.649872795725972, -0.18795405058048134, 0.8072260874446261, -0.18795405058048134, 0.4598513749127433, 0.8212639957103929, 0.9402437944086529, -0.1174160661873818, 0.08017897470308548, -0.05413304688002473, 0.299695841471376, -0.4093204362231997, -0.4093204362231997, 0.2288328026912514, -0.2675109133624878, -0.8292234014672826, 0.3478156847077259, -0.4643619971814628, 0.3161711250156197, -0.5242835619930206, -0.3585133666791371, -0.1516806018483174, -0.6619012589053517, -0.08495832222219571, -0.9259906077742086, 0.6810340503394939, -0.18795405058048134, 0.08017897470308548, 0.3322034079883389, 1.3262093071724819, -0.4093204362231997, 0.1484355444083495, -0.3585133666791371, 1.4239374712932376, 0.029965733923218364, -0.7413968354270769, 0.299695841471376, 1.3172859016557568, 0.6353648878188153, -0.05413304688002473, -0.5898418128380861, -0.18795405058048134, 1.0897972377990377, -0.9259906077742086, -0.4093204362231997, -0.1516806018483174, 0.5204701204515206, 0.08017897470308548, -0.08495832222219571, 0.7234323639539015, 1.6378028403112082, 0.3630292195635159, 0.1265324888908794, -0.2675109133624878, -0.05413304688002473, -0.9259906077742086, -0.7413968354270769, -0.3113961815254184, -0.7413968354270769, -0.4643619971814628, 0.2653144747268657, -0.7413968354270769, -0.3113961815254184, -0.3585133666791371, -0.2675109133624878, -0.1516806018483174, -0.3113961815254184, -0.2675109133624878, -0.3585133666791371, -0.2675109133624878, 0.4337585098247971, 0.1484355444083495, -0.4643619971814628, 0.3161711250156197, 0.9458891306881742, -0.2675109133624878, 1.7544064375955335, 1.3716499584536062, -0.2675109133624878, 1.2473728258094026, 0.4724803008246739, 1.762924355365538, -0.4093204362231997, 0.4598513749127433, 0.5540760705458185, 0.5088314461231033, -0.3113961815254184, 1.2439896317298669, 0.6810340503394939, -0.1174160661873818, 0.4064674572090725, -0.2264720656230053, -0.05413304688002473, 1.4603237270634444, -0.3585133666791371, -0.5242835619930206, 0.003205370172908873, 0.029965733923218364, -0.08495832222219571, 1.3021073550449238, 1.973991431064664, 0.2288328026912514, -0.4093204362231997, -0.5242835619930206, -0.3585133666791371, 0.299695841471376, 2.0964365181379487, 0.7151921021940183, 0.299695841471376, 1.898360546832564, 0.4598513749127433, 0.4598513749127433, 2.068542182173203, -0.8292234014672826, 0.3923374589017776, 1.6074203858791434, 0.2653144747268657, 0.18998122012958227, -0.08495832222219571, 1.1444485641635411, -0.05413304688002473, -0.5242835619930206, -0.5242835619930206, 0.055593645631091176, -0.3585133666791371, 1.4061584923604304, 1.7836967470337217, 0.7474865307004047, -0.3585133666791371, 0.1265324888908794, 2.1855279887119923, 1.219748815402876, 0.9051908333539994, 0.18998122012958227, -0.08495832222219571, 0.8349765245633641, 1.1870453472083309, 0.5754668360723223, -0.2675109133624878, 1.431396229905731, -0.4093204362231997, 0.1265324888908794, 0.16956792656228278, 1.646449330854029, 0.1265324888908794, 1.861364986808575, -0.6619012589053517, -0.08495832222219571, 1.601892705648572, 1.4579664766790332, 1.6055835674731538, 0.20972207411699853, -0.4643619971814628, -0.3113961815254184, 1.9214374029441472, 1.5034118640259857, 0.1484355444083495, 1.3521982610187837, 0.20972207411699853, 0.4724803008246739, 1.6074203858791434, -0.05413304688002473, 0.9402437944086529, 0.7234323639539015, 0.8417154104628428, -0.3585133666791371, -0.05413304688002473, 2.0810111905678217, 1.7971499424779138, 1.5415227042416129, -0.3113961815254184, 0.6721775598195976, 0.08017897470308548, -0.3113961815254184, 1.8661181566652256, 1.7877649775711868, 0.2653144747268657, 1.2302597429534077, 1.431396229905731, 0.6257928792360448, 1.3606132466569023, 0.1484355444083495, 0.5540760705458185, 1.2232732741663879, 0.3923374589017776, 1.4460370295372358, 0.029965733923218364, -0.3113961815254184, 1.6716543625262883, 1.7428546968034782, 1.4264342027285295, 0.6540571231035648, 0.055593645631091176, 1.2232732741663879, 1.815484018916808, -0.2264720656230053, 1.4811260912381448, 0.5204701204515206, 1.4555997821573248, 0.3923374589017776, 1.379794253686765, 0.706835534393008, 0.055593645631091176, 1.3465209338161341, -0.7413968354270769, 0.6983593389376624, -0.4643619971814628, 1.9580016378423737, 1.4626716083686535, 1.772709116158803, 1.9278685053691318, 0.3161711250156197, 1.524887336225011, -0.4093204362231997, 1.7713211783145886, 1.902826214030531, 0.24735189875475874, 0.4337585098247971, 1.1322778324631184, 0.4337585098247971, 0.2827526423859836, 1.861364986808575, 1.70677873811783, 1.4719709130645993, 1.815484018916808, 1.4087313414665603, -0.4643619971814628, 0.6810340503394939, 1.071911485894708, 1.6430059082037607, 1.1071575825190332, 2.597995608681031, 2.379404869368635, 0.6540571231035648, 0.8142866745251783, 1.5311806274691644, 1.8345159764277343, 1.5695527937510385, 1.2574077050755077, 2.0419073195720223, 1.501220743023744, 1.1981488350060812, 1.8244419668929683, 1.334999935455993, 1.1981488350060812, 1.4460370295372358, 1.3606132466569023, 1.254081646318874, 1.6989773495792897, 0.3923374589017776, 1.7600986762690856, 1.3689100503066831, 1.8893266259452608, 1.3142812287811243, 1.524887336225011, 1.3021073550449238, 1.539468723888419, 2.276667729901974, 1.5616789966287532, 1.8382498683124084, 0.7928470114795808, 1.6830584771769084, 1.071911485894708, 1.1240224904862808, 1.2607151450023135, 1.34936641721344, 1.6254810900241594, 1.4742730441432872, 0.3923374589017776, 1.390481548796758, 1.7877649775711868, 1.071911485894708, 0.89302906550889, 1.845647575195005, 1.5981786364235673, 0.055593645631091176, 1.7310725176885973, -0.4643619971814628, 1.0197374576590337, 1.7796003010887134, 1.6781979353940395, 0.16956792656228278, 1.7486588072939582, 0.8281599887302821, 1.7114105861641988, 0.4202695488033271, 1.974976564759124, 0.4598513749127433, 2.4965213961283275, 1.254081646318874, 1.6378028403112082, 1.7340401694217664, 1.4338617006631358, 0.2288328026912514, 1.3142812287811243, 1.956987755539225, 1.5616789966287532, 1.6165197638893904, 1.8024465783525645, 1.501220743023744, -0.024789074140114317, 1.6395422937393762, 1.0440251752067145, 2.168752488078676, 1.5944410661402606, 0.6160637133577032, 1.4214301427610014, 1.5636573074067972, 0.9892103284205898, 1.902826214030531, 1.6830584771769084, 2.2725189879739043, 0.5648678921640403, 1.747213117913214, 2.291251207890292, 2.012168774937699, 1.7501009668210823, 1.8836094430555688, 1.8493119704570349, 0.9995621857266728, 1.0046709224426065, 1.0392468122507004, 1.0581327737895592, 2.1841480862661835, 1.70677873811783, 0.6631866281296944, 1.8625568701320296, -0.3113961815254184, 2.433435122428269, 1.5715049521926394, 1.2267768345943375, 1.5206542483341552, 1.815484018916808, -0.5242835619930206, 1.2833628790783007, 0.5648678921640403, 2.6290433498938075, 1.7005458922783259, 1.8332660818063395, 0.3630292195635159, -0.024789074140114317, 1.6074203858791434, 2.8173606400496447, 2.0488966543716933, 1.3578215484012008, 2.533594209857665, 2.1594628057055574, 1.3142812287811243, 0.6897600502442013, 1.2018041110893345, -0.024789074140114317, 1.4833928859274923, 1.4009789321025086, 0.8549671598304589, 2.325393054264982, 1.2371645670039448, 0.706835534393008, 1.3770919447222871, 1.4555997821573248, 2.666834871493335, 1.555703997013271, 2.0222489157847443, 1.4626716083686535, 0.8549671598304589, 1.86730049633122, 1.4626716083686535, 2.0916087445219658, 2.142660527939955, -0.05413304688002473, 1.9257325756868071, 1.2439896317298669, 1.4138436655716493, 2.1404332604830048, 2.153672592996054, 1.8282398843658525, 1.2473728258094026, 1.6894776006324197, 2.0532233565398625, 1.9225141279749798, 1.5311806274691644, 2.190332415649144, -1.2619431738763034, -1.1445951945953257, -0.8292234014672826, -1.1445951945953257, -1.2619431738763034, -1.1445951945953257, -1.2619431738763034, -1.1445951945953257, -0.9259906077742086, -0.6619012589053517, -0.9259906077742086, -0.9259906077742086, -1.1445951945953257, -0.9259906077742086, -0.6619012589053517, -0.8292234014672826, -1.1445951945953257, -1.1445951945953257, -0.6619012589053517, -1.2619431738763034, -1.2619431738763034, -1.1445951945953257, -0.8292234014672826, -0.9259906077742086, -1.031585172952891, -0.9259906077742086, -0.5242835619930206, -0.9259906077742086, -1.1445951945953257, -0.5242835619930206, -1.031585172952891, -1.2619431738763034, -0.7413968354270769, -0.9259906077742086, -0.7413968354270769, -1.1445951945953257, -0.9259906077742086, -0.9259906077742086, -0.7413968354270769, -1.031585172952891, -1.2619431738763034, -1.1445951945953257, -0.6619012589053517, -0.8292234014672826, -1.1445951945953257, -1.2619431738763034, -0.7413968354270769, -0.8292234014672826, -0.8292234014672826, 0.3478156847077259, -1.2619431738763034, -0.2675109133624878, -1.2619431738763034, -1.1445951945953257, -0.18795405058048134, -0.8292234014672826, -1.2619431738763034, -0.5242835619930206, -0.8292234014672826, -1.031585172952891, -0.6619012589053517, -1.2619431738763034, -0.1174160661873818, -0.9259906077742086, -1.2619431738763034, -0.9259906077742086, -1.2619431738763034, -1.1445951945953257, -0.6619012589053517, -1.1445951945953257, -0.8292234014672826, -0.9259906077742086, -0.8292234014672826, -1.2619431738763034, -1.1445951945953257, -1.031585172952891, -1.1445951945953257, -0.9259906077742086, -1.031585172952891, -1.2619431738763034, -0.9259906077742086, -1.1445951945953257, -0.3113961815254184, -0.9259906077742086, -0.7413968354270769, -1.031585172952891, -1.2619431738763034, -0.08495832222219571, -0.9259906077742086, -1.1445951945953257, -1.1445951945953257, -0.2264720656230053, -0.9259906077742086, -0.3585133666791371, -1.1445951945953257, -1.2619431738763034, -0.8292234014672826, -1.031585172952891, -0.8292234014672826, -0.5898418128380861, -0.4643619971814628, -1.031585172952891, -0.2675109133624878, -1.1445951945953257, -1.031585172952891, -0.8292234014672826, -0.1516806018483174, -0.8292234014672826, -0.08495832222219571, -0.18795405058048134, 0.055593645631091176, -0.2675109133624878, -0.9259906077742086, -0.3113961815254184, -0.5898418128380861, -0.7413968354270769, -1.031585172952891, -0.5898418128380861, -0.6619012589053517, 0.4469481459261232, -0.5898418128380861, -1.2619431738763034, -0.7413968354270769, -1.1445951945953257, -0.7413968354270769, -0.9259906077742086, -0.4643619971814628, -0.8292234014672826, -0.5898418128380861, -0.08495832222219571, 0.003205370172908873, -0.5898418128380861, -0.8292234014672826, -1.031585172952891, -0.5898418128380861, -0.7413968354270769, -0.5898418128380861, 0.2288328026912514, -1.031585172952891, -0.6619012589053517, -0.8292234014672826, -0.4093204362231997, -0.024789074140114317, -0.7413968354270769, -0.5242835619930206, -1.1445951945953257, -0.9259906077742086, -0.5898418128380861, 0.16956792656228278, -1.1445951945953257, -0.024789074140114317, -0.8292234014672826, -0.4643619971814628, -0.8292234014672826, -0.7413968354270769, -0.5898418128380861, -1.031585172952891, -1.031585172952891, -1.1445951945953257, -1.031585172952891, -1.1445951945953257, -0.6619012589053517, -0.8292234014672826, -1.1445951945953257, -0.3113961815254184, -0.9259906077742086, -0.8292234014672826, -0.7413968354270769, -0.7413968354270769, -0.7413968354270769, -0.9259906077742086, -0.7413968354270769, -1.031585172952891, -0.9259906077742086, -1.1445951945953257, -0.8292234014672826, -0.6619012589053517, -1.1445951945953257, -1.1445951945953257, -0.9259906077742086, -0.5242835619930206, -0.9259906077742086, -1.031585172952891, -0.9259906077742086, -0.3585133666791371, -0.2675109133624878, -0.9259906077742086, -0.9259906077742086, -0.3585133666791371, -0.8292234014672826, -1.2619431738763034, -0.5898418128380861, -1.1445951945953257, -1.2619431738763034, 0.1038015332117288, -1.1445951945953257, -1.031585172952891, -0.4643619971814628, -0.5898418128380861, -0.8292234014672826, -1.031585172952891, -0.8292234014672826, -0.5242835619930206, -0.9259906077742086, -0.9259906077742086, 0.055593645631091176, -0.1516806018483174, -0.9259906077742086, -1.031585172952891, -0.6619012589053517, -0.7413968354270769, -0.9259906077742086, -0.5242835619930206, -0.3585133666791371, -0.8292234014672826, 0.4598513749127433, -0.7413968354270769, -0.9259906077742086, -0.9259906077742086, -0.8292234014672826, -0.9259906077742086, -0.024789074140114317, -0.5898418128380861, -0.2264720656230053, -0.1516806018483174, -0.8292234014672826, -1.031585172952891, -0.9259906077742086, -1.031585172952891, -0.7413968354270769, -1.1445951945953257, -0.7413968354270769, -0.2264720656230053, -0.3113961815254184, -0.6619012589053517, 0.029965733923218364, -1.2619431738763034, -1.1445951945953257, 0.2653144747268657, -0.8292234014672826, -1.2619431738763034, -0.8292234014672826, -1.031585172952891, 0.2288328026912514, -0.8292234014672826, -0.6619012589053517, -0.5898418128380861, -0.5898418128380861, -0.9259906077742086, -1.031585172952891, -0.3113961815254184, -1.031585172952891, -1.031585172952891, -1.1445951945953257, -0.4093204362231997, -0.7413968354270769, 0.003205370172908873, -1.1445951945953257, -0.8292234014672826, -0.08495832222219571, -0.9259906077742086, -0.9259906077742086, -0.5242835619930206, -0.5898418128380861, -0.8292234014672826, -0.6619012589053517, -0.7413968354270769, -1.031585172952891, 0.029965733923218364, 0.4724803008246739, -0.8292234014672826, -0.8292234014672826, -0.6619012589053517, -0.9259906077742086, -0.6619012589053517, -1.2619431738763034, 0.055593645631091176, -1.031585172952891, -1.031585172952891, 0.1265324888908794, -1.031585172952891, -0.8292234014672826, -0.8292234014672826, -0.8292234014672826, -1.1445951945953257, -0.7413968354270769, -0.2675109133624878, 0.9287888074750064, -1.031585172952891, -0.7413968354270769, -0.4643619971814628, -0.8292234014672826, -1.031585172952891, -0.3113961815254184, -0.5242835619930206, -1.031585172952891, -1.1445951945953257, -0.8292234014672826, -1.1445951945953257, -0.1174160661873818, -0.18795405058048134, -0.6619012589053517, -0.2264720656230053, 0.6721775598195976, -0.2675109133624878, -0.4643619971814628, -0.4643619971814628, -0.9259906077742086, -1.1445951945953257, -1.2619431738763034, 0.08017897470308548, -0.9259906077742086, -0.2675109133624878, -0.7413968354270769, 0.4724803008246739, -0.7413968354270769, 0.08017897470308548, 0.20972207411699853, -0.9259906077742086, -0.5898418128380861, 0.16956792656228278, -0.7413968354270769, -0.05413304688002473, -1.031585172952891, -0.8292234014672826, -0.6619012589053517, -0.05413304688002473, -0.8292234014672826, -0.7413968354270769, -0.9259906077742086, -0.8292234014672826, -0.5242835619930206, 0.5204701204515206, -0.5898418128380861, -0.9259906077742086, 0.055593645631091176, -0.7413968354270769, 0.2827526423859836, -0.9259906077742086, -0.5898418128380861, -1.031585172952891, -0.8292234014672826, -0.3113961815254184, -0.5898418128380861, -0.2675109133624878, 0.5961127322137688, -0.5242835619930206, -0.3585133666791371, -0.9259906077742086, -0.8292234014672826, -0.9259906077742086, -1.1445951945953257, -0.1174160661873818, -1.031585172952891, -0.5898418128380861, -0.9259906077742086, -0.7413968354270769, -1.031585172952891, -0.5898418128380861, -0.9259906077742086, -0.4643619971814628, 1.1156501936203622, -0.8292234014672826, 0.16956792656228278, -1.031585172952891, -0.9259906077742086, 0.5318849184425348, -0.9259906077742086, -0.024789074140114317, -1.031585172952891, 0.2827526423859836, 1.4833928859274923, -0.3113961815254184, -1.031585172952891, 0.2288328026912514, -0.6619012589053517, -0.024789074140114317, -1.031585172952891, -1.1445951945953257, -0.9259906077742086, -0.18795405058048134, -0.8292234014672826, -0.1516806018483174, -0.8292234014672826, -0.18795405058048134, -0.8292234014672826, -1.1445951945953257, -1.2619431738763034, -1.2619431738763034, -0.4093204362231997, 0.055593645631091176, -0.2675109133624878, -0.4643619971814628, -0.5242835619930206, -0.4093204362231997, -0.7413968354270769, -1.1445951945953257, -0.6619012589053517, -1.2619431738763034, -0.7413968354270769, -1.031585172952891, -0.5898418128380861, 0.003205370172908873, -0.8292234014672826, -0.5898418128380861, -0.8292234014672826, -0.6619012589053517, -0.3585133666791371, -0.9259906077742086, -1.1445951945953257, -0.9259906077742086, -0.7413968354270769, -0.8292234014672826, -0.7413968354270769, -1.031585172952891, -1.1445951945953257, -0.4643619971814628, -1.1445951945953257, -0.8292234014672826, -1.031585172952891, -0.4093204362231997, -1.031585172952891, -0.6619012589053517, -0.6619012589053517, -0.7413968354270769, -1.031585172952891, -0.9259906077742086, -0.2264720656230053, -1.1445951945953257, -0.5898418128380861, -0.024789074140114317, -0.6619012589053517, -0.3585133666791371, -0.024789074140114317, -0.1174160661873818, -0.6619012589053517, -0.9259906077742086, -1.1445951945953257, -1.1445951945953257, -0.9259906077742086, -1.1445951945953257, -0.4643619971814628, -0.9259906077742086, -0.6619012589053517, -0.9259906077742086, -0.5898418128380861, -0.8292234014672826, -0.2264720656230053, -0.5898418128380861, 0.9839656220622942, -0.6619012589053517, -1.2619431738763034, 0.18998122012958227, -0.9259906077742086, -0.5242835619930206, -0.9259906077742086, -0.6619012589053517, -1.1445951945953257, -1.2619431738763034, -0.9259906077742086, -0.6619012589053517, -0.5898418128380861, -0.5898418128380861, -0.9259906077742086, -1.1445951945953257, -1.031585172952891, -1.1445951945953257, -0.18795405058048134, -0.6619012589053517, -0.6619012589053517, 0.24735189875475874, 0.1038015332117288, 0.2827526423859836, -0.2264720656230053, -0.05413304688002473, 0.20972207411699853, -0.5242835619930206, -0.5898418128380861, 0.5318849184425348, -0.9259906077742086, -0.4093204362231997, -0.7413968354270769, -1.1445951945953257, -0.6619012589053517, -0.5898418128380861, -0.2264720656230053, -1.031585172952891, -0.8292234014672826, 0.18998122012958227, -0.6619012589053517, -1.031585172952891, -0.8292234014672826, -1.031585172952891, -0.4643619971814628, 0.003205370172908873, 0.003205370172908873, 0.003205370172908873, -1.1445951945953257, -0.05413304688002473, -0.9259906077742086, -1.031585172952891, 1.1524253243715803, -1.031585172952891, -0.3585133666791371, -1.031585172952891, -1.1445951945953257, 0.8743042311017842, -0.7413968354270769, 0.029965733923218364, -1.031585172952891, -1.1445951945953257, -1.031585172952891, -0.6619012589053517, -0.7413968354270769, -0.7413968354270769, 0.1265324888908794, -0.8292234014672826, -1.031585172952891, -0.9259906077742086, -0.4643619971814628, -0.9259906077742086, -1.1445951945953257, 0.16956792656228278, -1.031585172952891, -0.3113961815254184, 0.4337585098247971, -1.2619431738763034, 0.2288328026912514, -0.2675109133624878, -0.6619012589053517, 0.299695841471376, -1.2619431738763034, -0.7413968354270769, -0.9259906077742086, 0.2653144747268657, -0.5898418128380861, -0.6619012589053517, -1.031585172952891, -0.024789074140114317, -0.5898418128380861, -1.1445951945953257, -0.5898418128380861, -0.5898418128380861, 0.2653144747268657, -0.7413968354270769, -1.031585172952891, -0.9259906077742086, -0.7413968354270769, -0.5898418128380861, -0.3585133666791371, -0.5242835619930206, 0.08017897470308548, -0.9259906077742086, -0.9259906077742086, -1.031585172952891, -0.9259906077742086, -0.8292234014672826, -0.9259906077742086, -1.031585172952891, -0.8292234014672826, -0.8292234014672826, 0.4598513749127433, -0.8292234014672826, -0.5898418128380861, -0.8292234014672826, -0.7413968354270769, -1.031585172952891, -0.5242835619930206, -0.5242835619930206, 0.7781098040735898, 0.5540760705458185, -0.5242835619930206, 0.003205370172908873, -1.031585172952891, -0.9259906077742086, -0.8292234014672826, -0.9259906077742086, -1.031585172952891, 0.9229770094765648, -1.1445951945953257, -0.8292234014672826, 0.5204701204515206, -0.6619012589053517, -0.6619012589053517, -0.7413968354270769, -0.1174160661873818, -0.1174160661873818, -1.1445951945953257, -0.9259906077742086, -0.9259906077742086, -0.8292234014672826, -0.18795405058048134, -1.031585172952891, -0.2675109133624878, -0.1174160661873818, -0.6619012589053517, 0.3923374589017776, -0.5242835619930206, -0.6619012589053517, -0.4643619971814628, -0.1174160661873818, -0.6619012589053517, -0.5898418128380861, -0.6619012589053517, 0.24735189875475874, -0.5898418128380861, 0.6983593389376624, -0.9259906077742086, 0.8000802267796019, 0.5648678921640403, 0.4469481459261232, -1.1445951945953257, -0.7413968354270769, -0.2264720656230053, -1.1445951945953257, -0.6619012589053517, -0.7413968354270769, -1.031585172952891, -1.1445951945953257, -0.5242835619930206, -0.8292234014672826, -0.9259906077742086, -0.9259906077742086, -0.5242835619930206, -1.1445951945953257, -0.2264720656230053, -0.6619012589053517, -0.1174160661873818, 0.003205370172908873, 0.3322034079883389, -1.031585172952891, -0.08495832222219571, -0.8292234014672826, -0.6619012589053517, -0.18795405058048134, -0.3585133666791371, -0.8292234014672826, -0.8292234014672826, -0.9259906077742086, -0.9259906077742086, -1.2619431738763034, -0.3585133666791371, -0.3113961815254184, -1.031585172952891, -0.8292234014672826, -0.5898418128380861, -0.9259906077742086, -0.2264720656230053, 0.3923374589017776, -0.05413304688002473, -1.2619431738763034, -0.4643619971814628, -1.031585172952891, -0.3113961815254184, -0.6619012589053517, 0.08017897470308548, 0.3923374589017776, -0.9259906077742086, -1.1445951945953257, -0.7413968354270769, -0.9259906077742086, -0.8292234014672826, -0.9259906077742086, -1.031585172952891, -0.2675109133624878, -0.5242835619930206, -0.2675109133624878, -1.031585172952891, -0.9259906077742086, -1.031585172952891, 0.029965733923218364, -1.1445951945953257, -0.08495832222219571, -0.8292234014672826, -0.4093204362231997, -0.7413968354270769, -1.031585172952891, -0.05413304688002473, -1.031585172952891, 0.2288328026912514, -0.6619012589053517, -0.8292234014672826, -0.9259906077742086, -0.7413968354270769, -1.031585172952891, 0.4469481459261232, -1.1445951945953257, -0.8292234014672826, -1.031585172952891, -0.6619012589053517, -0.3585133666791371, 0.055593645631091176, -1.1445951945953257, -0.6619012589053517, -0.7413968354270769, -1.031585172952891, -0.6619012589053517, -0.9259906077742086, -1.1445951945953257, -0.9259906077742086, -0.6619012589053517, -0.9259906077742086, -0.5242835619930206, -0.6619012589053517, -0.5242835619930206, -0.4643619971814628, -0.8292234014672826, 0.1038015332117288, -1.031585172952891, -0.08495832222219571, -0.7413968354270769, -1.2619431738763034, -0.9259906077742086, 0.1484355444083495, -0.7413968354270769, -0.8292234014672826, -0.8292234014672826, -0.6619012589053517, -0.9259906077742086, -0.5898418128380861, 0.18998122012958227, 0.18998122012958227, -0.05413304688002473, -0.5242835619930206, -0.6619012589053517, -0.9259906077742086, -0.5242835619930206, -0.1516806018483174, -0.9259906077742086, 0.4848462804950839, -1.1445951945953257, -0.5242835619930206, -0.08495832222219571, -0.2675109133624878, 0.4724803008246739, -0.5898418128380861, -0.8292234014672826, 0.08017897470308548, -0.8292234014672826, -0.6619012589053517, -0.7413968354270769, -0.7413968354270769, 0.003205370172908873, -0.5898418128380861, -0.18795405058048134, -0.4643619971814628, 0.20972207411699853, -0.024789074140114317, -0.7413968354270769, -0.8292234014672826, -0.1174160661873818, -0.8292234014672826, -1.1445951945953257, -0.7413968354270769, -0.5898418128380861, -1.031585172952891, -0.7413968354270769, -0.4093204362231997, -1.2619431738763034, -0.9259906077742086, -0.9259906077742086, -1.031585172952891, -0.1516806018483174, -0.5242835619930206, -0.7413968354270769, -0.9259906077742086, -0.6619012589053517, -1.031585172952891, -0.7413968354270769, 0.5430842522123989, -0.9259906077742086, -0.8292234014672826, -0.6619012589053517, -0.9259906077742086, -0.9259906077742086, -1.031585172952891, -0.6619012589053517, -0.05413304688002473, 0.20972207411699853, -0.3585133666791371, -0.8292234014672826, -1.1445951945953257, -1.031585172952891, -0.8292234014672826, -0.5898418128380861, -1.031585172952891, -1.2619431738763034, -0.9259906077742086, -0.6619012589053517, -0.7413968354270769, -0.5898418128380861, -0.9259906077742086, -0.9259906077742086, -0.8292234014672826, -0.2675109133624878, 0.5204701204515206, -0.7413968354270769, 0.2827526423859836, -1.1445951945953257, -0.5898418128380861, -0.9259906077742086, -0.18795405058048134, 0.08017897470308548, -0.8292234014672826, -0.3113961815254184, -0.9259906077742086, -1.1445951945953257, -0.5898418128380861, 0.299695841471376, -1.031585172952891, -0.4093204362231997, -0.8292234014672826, -0.4643619971814628, -1.031585172952891, 0.1038015332117288, 0.1038015332117288, -0.6619012589053517, 0.18998122012958227, -0.6619012589053517, 0.4337585098247971, -0.8292234014672826, -0.4093204362231997, -0.1516806018483174, -0.9259906077742086, -0.6619012589053517, -0.6619012589053517, -0.5242835619930206, -0.18795405058048134, 0.055593645631091176, -0.7413968354270769, -0.8292234014672826, -0.8292234014672826, -0.8292234014672826, -0.5242835619930206, -0.7413968354270769, -0.4643619971814628, -1.031585172952891, -1.2619431738763034, -0.4093204362231997, -0.18795405058048134, -0.7413968354270769, -0.7413968354270769, 0.20972207411699853, 0.3778637148505053, -0.5242835619930206, -0.5898418128380861, -0.024789074140114317, -0.8292234014672826, 0.2288328026912514, -0.8292234014672826, -0.5898418128380861, -0.9259906077742086, 0.5088314461231033, -0.5898418128380861, -0.5242835619930206, -0.5898418128380861, -0.8292234014672826, -0.6619012589053517, -0.5898418128380861, 0.029965733923218364, -0.6619012589053517, -0.08495832222219571, -0.9259906077742086, -0.5898418128380861, -0.8292234014672826, -0.8292234014672826, 0.4202695488033271, -0.5898418128380861, 0.911179195162294, -0.7413968354270769, -0.8292234014672826, -0.6619012589053517, -1.031585172952891, -1.1445951945953257, -0.7413968354270769, -0.6619012589053517, -0.6619012589053517, -0.7413968354270769, -0.9259906077742086, -0.8292234014672826, -0.8292234014672826, 0.4337585098247971, -0.4643619971814628, -0.9259906077742086, -0.9259906077742086, -0.8292234014672826, -1.2619431738763034, -1.2619431738763034, -0.8292234014672826, -0.5898418128380861, -0.8292234014672826, -0.8292234014672826, -0.5242835619930206, -0.9259906077742086, -0.4643619971814628, 0.8549671598304589, -0.4643619971814628, -0.024789074140114317, -0.5242835619930206, -0.8292234014672826, -0.8292234014672826, -0.8292234014672826, -1.031585172952891, -1.031585172952891, -0.6619012589053517, -0.7413968354270769, -0.7413968354270769, 0.003205370172908873, -0.9259906077742086, -0.4643619971814628, -0.3585133666791371, 0.3778637148505053, -1.031585172952891, -1.031585172952891, -1.1445951945953257, 0.3778637148505053, -0.5898418128380861, -1.031585172952891, -0.7413968354270769, -0.8292234014672826, -1.2619431738763034, -0.8292234014672826, -0.7413968354270769, 0.18998122012958227, -0.7413968354270769, -0.3113961815254184, -1.1445951945953257, -0.6619012589053517, -0.9259906077742086, -1.031585172952891, -0.5898418128380861, -0.08495832222219571, -0.7413968354270769, -0.7413968354270769, 0.2653144747268657, -0.5242835619930206, -0.6619012589053517, -0.5898418128380861, 0.08017897470308548, -0.7413968354270769, 0.3778637148505053, -1.031585172952891, -0.1174160661873818, -1.031585172952891, 0.003205370172908873, -0.8292234014672826, 0.1484355444083495, -0.4093204362231997, -0.08495832222219571, -0.7413968354270769, -0.3585133666791371, -0.7413968354270769, -0.6619012589053517, -0.4093204362231997, -0.6619012589053517, 0.003205370172908873, -0.7413968354270769, -0.8292234014672826, -0.7413968354270769, -0.6619012589053517, -0.7413968354270769, 0.055593645631091176, -0.6619012589053517, -0.5242835619930206, -1.031585172952891, -0.8292234014672826, -1.031585172952891, -0.9259906077742086, -0.8292234014672826, -0.8292234014672826, 0.029965733923218364, -0.8292234014672826, -1.031585172952891, 0.8000802267796019, -0.5898418128380861, -0.7413968354270769, -0.9259906077742086, -0.9259906077742086, -1.031585172952891, -0.5242835619930206, -0.8292234014672826, -0.9259906077742086, -1.1445951945953257, -0.6619012589053517, -0.7413968354270769, -0.7413968354270769, 0.16956792656228278, -0.7413968354270769, -0.9259906077742086, -0.6619012589053517, -0.9259906077742086, -0.2675109133624878, -0.3113961815254184, 0.1038015332117288, -1.031585172952891, -0.5898418128380861, -0.7413968354270769, -0.8292234014672826, -0.2675109133624878, -0.5242835619930206, -0.8292234014672826, -0.8292234014672826, -0.7413968354270769, -0.6619012589053517, 0.299695841471376, -0.5242835619930206, -1.031585172952891, -0.8292234014672826, -0.7413968354270769, -0.8292234014672826, -0.9259906077742086, -0.8292234014672826, -0.7413968354270769, 0.055593645631091176, -0.9259906077742086, -0.6619012589053517, -0.5898418128380861, -0.8292234014672826, -0.4643619971814628, -0.7413968354270769, -0.5898418128380861, -0.5242835619930206, -1.031585172952891, -0.8292234014672826, -0.8292234014672826, 1.0344295064365772, -0.7413968354270769, -1.031585172952891, -0.9259906077742086, -0.1516806018483174, -0.5242835619930206, -0.9259906077742086, -0.5898418128380861, -1.1445951945953257, 0.20972207411699853, -0.5242835619930206, -0.9259906077742086, -0.6619012589053517, -0.8292234014672826, -0.7413968354270769, 0.3630292195635159, 0.1265324888908794, -0.4643619971814628, 0.16956792656228278, -0.5898418128380861, -0.5898418128380861, -0.8292234014672826, -0.9259906077742086, -0.5898418128380861, 0.4598513749127433, 0.2288328026912514, -0.9259906077742086, -0.9259906077742086, -0.9259906077742086, -0.9259906077742086, -0.7413968354270769, -0.8292234014672826, 0.1038015332117288, -1.1445951945953257, -0.8292234014672826, -0.6619012589053517, -0.5242835619930206, -1.031585172952891, -0.6619012589053517, -1.031585172952891, -1.1445951945953257, 0.3322034079883389, -0.8292234014672826, -0.7413968354270769, 0.1038015332117288, -0.08495832222219571, -0.8292234014672826, -0.7413968354270769, -0.7413968354270769, -0.8292234014672826, -0.8292234014672826, -1.031585172952891, -0.18795405058048134, -0.6619012589053517, -0.8292234014672826, 0.003205370172908873, -0.6619012589053517, 0.6897600502442013, -1.1445951945953257, 0.1038015332117288, -0.9259906077742086, 0.9287888074750064, 0.1484355444083495, -0.7413968354270769, -0.5898418128380861, -0.6619012589053517, -0.4643619971814628, -1.031585172952891, -1.031585172952891, -0.5242835619930206, 0.3778637148505053, 0.3923374589017776, -0.6619012589053517, -0.4093204362231997, -0.6619012589053517, -1.031585172952891, -0.8292234014672826, -1.031585172952891, -0.7413968354270769, -0.8292234014672826, -0.6619012589053517, -1.2619431738763034, -0.6619012589053517, -0.7413968354270769, -0.9259906077742086, -1.031585172952891, -0.9259906077742086, -0.8292234014672826, -0.5898418128380861, 0.1484355444083495, -0.7413968354270769, -0.4643619971814628, -0.5898418128380861, -1.1445951945953257, -0.7413968354270769, -0.8292234014672826, -0.6619012589053517, -1.031585172952891, -0.8292234014672826, -0.7413968354270769, -0.6619012589053517, -1.1445951945953257, -0.7413968354270769, -0.18795405058048134, -0.024789074140114317, -0.4093204362231997, -0.6619012589053517, -0.6619012589053517, -0.4643619971814628, -0.7413968354270769, -1.031585172952891, -0.6619012589053517, -1.031585172952891, -0.6619012589053517, 0.5430842522123989, -1.031585172952891, -1.1445951945953257, 0.1038015332117288, -0.8292234014672826, -0.9259906077742086, -0.5242835619930206, -1.031585172952891, -0.4643619971814628, 0.5088314461231033, -0.4643619971814628, -0.8292234014672826, -0.8292234014672826, -1.031585172952891, -1.031585172952891, -0.8292234014672826, -0.5898418128380861, -0.5242835619930206, -0.6619012589053517, -0.5898418128380861, -1.1445951945953257, -0.6619012589053517, 0.029965733923218364, -0.1174160661873818, -0.8292234014672826, -0.5898418128380861, -0.5242835619930206, -0.6619012589053517, -0.9259906077742086, -0.7413968354270769, -0.2675109133624878, -0.2675109133624878, -1.031585172952891, -0.8292234014672826, -0.5898418128380861, -0.6619012589053517, -0.9259906077742086, -1.1445951945953257, -0.7413968354270769, -0.9259906077742086, -0.7413968354270769, -0.7413968354270769, -0.18795405058048134, -0.08495832222219571, -0.4643619971814628, 0.20972207411699853, -0.6619012589053517, -0.05413304688002473, -0.8292234014672826, -0.5898418128380861, -0.8292234014672826, -0.8292234014672826, -0.8292234014672826, -0.1174160661873818, -0.5242835619930206, -0.6619012589053517, -1.031585172952891, -0.024789074140114317, -1.031585172952891, -0.7413968354270769, -0.8292234014672826, 0.003205370172908873, 0.16956792656228278, -0.8292234014672826, -0.8292234014672826, -0.5242835619930206, -0.5898418128380861, -0.9259906077742086, 0.5540760705458185, -0.6619012589053517, -0.4643619971814628, -0.4643619971814628, -0.6619012589053517, -0.7413968354270769, -0.8292234014672826, 0.706835534393008, -0.8292234014672826, -0.8292234014672826, -0.3585133666791371, -0.9259906077742086, -0.6619012589053517, -0.5242835619930206, -1.031585172952891, -0.4643619971814628, -0.6619012589053517, -0.9259906077742086, -0.1174160661873818, -0.2675109133624878, 0.029965733923218364, -0.8292234014672826, -0.6619012589053517, -0.8292234014672826, 0.003205370172908873, -0.5242835619930206, -1.1445951945953257, -1.031585172952891, -0.8292234014672826, -0.5898418128380861, -0.6619012589053517, 0.029965733923218364, -0.4093204362231997, 0.3322034079883389, -0.6619012589053517, -1.031585172952891, -0.4093204362231997, -0.8292234014672826, -0.6619012589053517, -0.5898418128380861, -0.6619012589053517, -0.9259906077742086, -0.8292234014672826, -0.6619012589053517, -0.5898418128380861, -0.9259906077742086, -0.7413968354270769, -0.8292234014672826, -1.1445951945953257, -0.7413968354270769, -0.9259906077742086, 0.6540571231035648, 0.4848462804950839, -0.5898418128380861, -0.5898418128380861, -0.5898418128380861, 0.029965733923218364, -1.1445951945953257, -0.8292234014672826, -0.8292234014672826, -0.7413968354270769, 0.6721775598195976, -0.5242835619930206, -0.8292234014672826, -0.5898418128380861, -0.6619012589053517, -1.1445951945953257, -0.5242835619930206, -0.8292234014672826, -0.7413968354270769, -0.5898418128380861, -0.9259906077742086, -0.5898418128380861, -0.7413968354270769, -0.5898418128380861, -0.6619012589053517, -1.1445951945953257, 0.24735189875475874, -0.8292234014672826, -0.5242835619930206, -0.5898418128380861, -0.5898418128380861, -1.031585172952891, -0.5242835619930206, -1.031585172952891, -0.5242835619930206, -1.1445951945953257, -1.031585172952891, -0.6619012589053517, -0.5242835619930206, 0.4724803008246739, -0.8292234014672826, -0.8292234014672826, 0.4724803008246739, -0.3585133666791371, -0.7413968354270769, -0.8292234014672826, -0.7413968354270769, -0.5242835619930206, 0.8000802267796019, -0.4093204362231997, -1.1445951945953257, -0.2675109133624878, -0.9259906077742086, -1.031585172952891, -0.3585133666791371, -0.6619012589053517, 0.24735189875475874, -0.7413968354270769, -0.9259906077742086, -0.7413968354270769, -0.18795405058048134, -0.9259906077742086, -0.8292234014672826, -0.7413968354270769, -0.9259906077742086, -0.8292234014672826, -0.5242835619930206, 0.911179195162294, -0.6619012589053517, 1.0197374576590337, -0.8292234014672826, -0.6619012589053517, 0.1265324888908794, -0.7413968354270769, -0.5242835619930206, 0.16956792656228278, -0.5242835619930206, -0.5898418128380861, -0.2264720656230053, 0.1484355444083495, -0.6619012589053517, -0.7413968354270769, -0.6619012589053517, -1.031585172952891, -0.8292234014672826, -0.5898418128380861, -0.5898418128380861, -1.031585172952891, -0.5898418128380861, -0.8292234014672826, 0.003205370172908873, -0.5898418128380861, -0.4643619971814628, -0.6619012589053517, -0.5242835619930206, 0.2288328026912514, -0.6619012589053517, -0.4093204362231997, -0.6619012589053517, -0.5242835619930206, -0.4643619971814628, -1.031585172952891, -0.5898418128380861, -0.6619012589053517, -0.4643619971814628, -0.7413968354270769, -0.6619012589053517, -0.9259906077742086, -0.4643619971814628, -0.8292234014672826, 0.1265324888908794, -0.9259906077742086, 0.5088314461231033, -0.9259906077742086, -0.8292234014672826, -0.5898418128380861, -0.6619012589053517, -0.5242835619930206, 0.3322034079883389, -0.2675109133624878, -0.5242835619930206, -0.8292234014672826, -0.9259906077742086, -0.7413968354270769, 0.055593645631091176, -0.5242835619930206, -0.8292234014672826, -0.4643619971814628, -0.8292234014672826, -0.5242835619930206, -0.5242835619930206, -0.05413304688002473, -0.8292234014672826, -0.6619012589053517, -0.5898418128380861, -1.031585172952891, 1.0147578247597109, -0.6619012589053517, -0.5898418128380861, 0.1484355444083495, -1.031585172952891, -0.7413968354270769, -0.5242835619930206, -0.2675109133624878, -0.8292234014672826, -0.3585133666791371, -0.4093204362231997, -0.8292234014672826, -0.9259906077742086, -1.1445951945953257, -0.7413968354270769, -0.7413968354270769, -0.7413968354270769, -0.9259906077742086, -0.9259906077742086, -0.7413968354270769, -0.7413968354270769, -0.9259906077742086, -0.8292234014672826, -0.7413968354270769, -0.8292234014672826, -0.7413968354270769, -0.4093204362231997, -0.5898418128380861, -0.8292234014672826, -1.1445951945953257, 0.9287888074750064, -0.5242835619930206, -0.5898418128380861, -0.8292234014672826, -0.6619012589053517, -0.6619012589053517, -0.5898418128380861, -0.6619012589053517, -0.6619012589053517, -0.9259906077742086, 0.1038015332117288, -0.9259906077742086, -1.1445951945953257, -0.5898418128380861, 0.5961127322137688, -0.3585133666791371, -0.5242835619930206, -0.9259906077742086, -0.9259906077742086, -0.6619012589053517, -0.4643619971814628, -0.4643619971814628, -0.9259906077742086, 0.4469481459261232, -0.8292234014672826, 1.0392468122507004, -0.4643619971814628, -0.9259906077742086, -0.3585133666791371, -0.9259906077742086, -0.4643619971814628, 0.1484355444083495, -1.1445951945953257, -0.3585133666791371, -0.7413968354270769, -1.031585172952891, -0.6619012589053517, -0.4093204362231997, -0.3113961815254184, -1.031585172952891, -0.7413968354270769, -0.7413968354270769, -0.18795405058048134, -0.8292234014672826, -0.8292234014672826, -0.7413968354270769, -0.2264720656230053, 0.3630292195635159, -0.9259906077742086, -0.7413968354270769, -0.3585133666791371, -0.6619012589053517, 0.1484355444083495, -0.7413968354270769, -0.5898418128380861, 0.7552921688911167, -1.1445951945953257, -0.6619012589053517, -0.4643619971814628, 0.3778637148505053, -0.4643619971814628, 0.9570206307755, 0.3322034079883389, -0.5242835619930206, -1.031585172952891, -0.7413968354270769, -0.4643619971814628, -0.1516806018483174, -0.4093204362231997, 0.055593645631091176, 0.5858796492878544, -1.031585172952891, -0.4093204362231997, -1.031585172952891, 0.8000802267796019, 0.1484355444083495, -0.4643619971814628, -0.7413968354270769, -0.9259906077742086, -0.6619012589053517, 0.6353648878188153, -0.6619012589053517, 0.644784719694095, -0.9259906077742086, -0.6619012589053517, -0.6619012589053517, -0.6619012589053517, 0.4337585098247971, -0.9259906077742086, -0.7413968354270769, -0.6619012589053517, 0.4469481459261232, 0.4724803008246739, -0.3585133666791371, 0.9402437944086529, 0.1265324888908794, 0.18998122012958227, -0.9259906077742086, 0.1484355444083495, -0.9259906077742086, -0.8292234014672826, -0.9259906077742086, -0.8292234014672826, -0.9259906077742086, -0.7413968354270769, -1.031585172952891, -0.6619012589053517, 0.1265324888908794, -0.2675109133624878, 0.299695841471376, -0.4643619971814628, -0.8292234014672826, -0.5898418128380861, -0.5898418128380861, -0.6619012589053517, -0.7413968354270769, -0.9259906077742086, -0.7413968354270769, -0.7413968354270769, -0.6619012589053517, -0.6619012589053517, 0.1265324888908794, -0.8292234014672826, -0.5898418128380861, -0.6619012589053517, -0.2264720656230053, -0.6619012589053517, -0.4643619971814628, 0.3778637148505053, 0.6257928792360448, -0.3585133666791371, -0.6619012589053517, 1.2769801957996345, -0.6619012589053517, -0.9259906077742086, -1.031585172952891, -0.6619012589053517, 1.0392468122507004, -0.9259906077742086, -0.6619012589053517, 1.4061584923604304, -0.7413968354270769, -0.6619012589053517, -0.3113961815254184, -0.5898418128380861, -1.031585172952891, -1.031585172952891, -0.8292234014672826, -0.5898418128380861, -0.4643619971814628, -1.031585172952891, -0.9259906077742086, 0.2653144747268657, -0.3585133666791371, -0.9259906077742086, -0.6619012589053517, -1.031585172952891, -0.5898418128380861, -0.8292234014672826, -0.8292234014672826, -0.9259906077742086, -0.5898418128380861, -0.8292234014672826, -0.8292234014672826, -0.5898418128380861, -0.5898418128380861, -0.4093204362231997, -0.9259906077742086, -0.7413968354270769, -1.2619431738763034, -0.4093204362231997, 0.3778637148505053, -0.9259906077742086, -0.05413304688002473, -0.6619012589053517, -0.7413968354270769, -0.6619012589053517, -0.9259906077742086, -1.031585172952891, -1.1445951945953257, -0.5898418128380861, -0.7413968354270769, -0.6619012589053517, -1.1445951945953257, -0.9259906077742086, -0.5898418128380861, -1.031585172952891, -0.8292234014672826, 0.1265324888908794, 0.6540571231035648, -0.7413968354270769, -0.7413968354270769, 0.4848462804950839, -0.7413968354270769, -0.8292234014672826, -0.7413968354270769, -1.031585172952891, -0.4643619971814628, -0.2675109133624878, -1.1445951945953257, 0.4064674572090725, 0.3478156847077259, -0.4643619971814628, -0.4093204362231997, -0.5242835619930206, -1.031585172952891, -0.9259906077742086, -0.6619012589053517, -0.6619012589053517, -0.8292234014672826, -0.9259906077742086, -0.9259906077742086, -0.5242835619930206, 0.08017897470308548, -0.7413968354270769, -0.8292234014672826, 0.2288328026912514, 0.3630292195635159, -0.5242835619930206, -0.8292234014672826, -0.4643619971814628, -0.7413968354270769, -0.8292234014672826, -1.031585172952891, -0.7413968354270769, -0.6619012589053517, -0.4643619971814628, -0.7413968354270769, -0.8292234014672826, 0.3322034079883389, -0.5898418128380861, -0.8292234014672826, -0.4093204362231997, -0.8292234014672826, -0.7413968354270769, 0.08017897470308548, -0.5242835619930206, -0.7413968354270769, 0.3322034079883389, -0.2264720656230053, -0.6619012589053517, -0.5242835619930206, -0.4093204362231997, -1.1445951945953257, -0.18795405058048134, -0.6619012589053517, -0.7413968354270769, 0.3923374589017776, -0.9259906077742086, -0.5898418128380861, -0.5242835619930206, -0.6619012589053517, 0.1265324888908794, -0.8292234014672826, -0.5242835619930206, -0.7413968354270769, 0.7315595051620281, -1.1445951945953257, -0.9259906077742086, -1.2619431738763034, -0.6619012589053517, -0.4093204362231997, -0.9259906077742086, -0.9259906077742086, -1.031585172952891, -0.7413968354270769, -0.8292234014672826, 0.973334529136382, 0.8868530907173455, -0.5242835619930206, -0.7413968354270769, -1.1445951945953257, -0.8292234014672826, -0.7413968354270769, -0.9259906077742086, -0.5242835619930206, 0.4469481459261232, -0.5898418128380861, 0.4724803008246739, -0.7413968354270769, -0.6619012589053517, -0.7413968354270769, -0.6619012589053517, -0.7413968354270769, -0.2264720656230053, -0.9259906077742086, -0.3585133666791371, -0.5898418128380861, -0.2264720656230053, -0.5242835619930206, -1.031585172952891, -0.1516806018483174, 0.055593645631091176, -0.5898418128380861, -0.8292234014672826, 0.18998122012958227, -0.8292234014672826, -0.05413304688002473, -0.3585133666791371, -0.18795405058048134, 0.962508765462862, -0.4643619971814628, -0.7413968354270769, -0.4643619971814628, -0.6619012589053517, -0.4093204362231997, -0.8292234014672826, -0.7413968354270769, -0.4643619971814628, -0.8292234014672826, 0.299695841471376, -0.6619012589053517, 0.4724803008246739, 0.16956792656228278, 0.003205370172908873, -0.5898418128380861, -0.8292234014672826, -0.9259906077742086, -0.4643619971814628, 0.3161711250156197, -0.4643619971814628, 0.08017897470308548, -0.8292234014672826, -0.6619012589053517, -0.7413968354270769, -0.6619012589053517, -0.9259906077742086, -0.4643619971814628, -0.3113961815254184, -0.18795405058048134, -0.7413968354270769, -0.4093204362231997, -0.3113961815254184, -0.8292234014672826, -1.031585172952891, -0.9259906077742086, -0.7413968354270769, 0.2827526423859836, -0.9259906077742086, -0.8292234014672826, -0.6619012589053517, -0.7413968354270769, -0.9259906077742086, -0.08495832222219571, -0.7413968354270769, -0.5898418128380861, 0.299695841471376, -0.9259906077742086, -0.9259906077742086, -0.3113961815254184, -0.5242835619930206, -0.7413968354270769, 0.08017897470308548, -1.031585172952891, -0.7413968354270769, -1.2619431738763034, 0.2653144747268657, -0.9259906077742086, -0.7413968354270769, -0.2264720656230053, -0.7413968354270769, -0.8292234014672826, -0.6619012589053517, -0.6619012589053517, -0.5242835619930206, -0.5242835619930206, -0.4093204362231997, -0.4643619971814628, -0.4643619971814628, -0.9259906077742086, -1.031585172952891, -0.4093204362231997, 0.5754668360723223, -1.1445951945953257, -0.8292234014672826, 1.2801801564326445, 0.9944089152164036, -0.024789074140114317, -0.9259906077742086, -0.6619012589053517, -1.2619431738763034, -0.8292234014672826, -0.8292234014672826, 0.8991412116763722, -1.031585172952891, 0.5430842522123989, 0.3161711250156197, -0.5242835619930206, -0.6619012589053517, -1.1445951945953257, -0.9259906077742086, -0.7413968354270769, -0.5242835619930206, -1.031585172952891, -0.7413968354270769, -0.7413968354270769, -0.8292234014672826, -0.18795405058048134, -1.031585172952891, -0.5242835619930206, -0.6619012589053517, -0.4643619971814628, -1.031585172952891, -0.5242835619930206, -1.031585172952891, -0.8292234014672826, 0.055593645631091176, -1.1445951945953257, 0.5540760705458185, -0.8292234014672826, -1.031585172952891, -0.8292234014672826, -0.8292234014672826, 0.4724803008246739, -0.7413968354270769, 0.6353648878188153, -0.4643619971814628, -0.9259906077742086, 0.9229770094765648, 0.6983593389376624, 0.003205370172908873, 0.18998122012958227, 1.1870453472083309, -0.7413968354270769, -0.5898418128380861, -0.9259906077742086, -0.6619012589053517, -0.5242835619930206, -1.031585172952891, -0.9259906077742086, -0.4643619971814628, -0.4093204362231997, -0.5242835619930206, -0.6619012589053517, -0.5898418128380861, 1.4138436655716493, -0.7413968354270769, -0.8292234014672826, -0.4643619971814628, -0.5898418128380861, -0.3585133666791371, -0.8292234014672826, -1.1445951945953257, -0.5898418128380861, -0.8292234014672826, -1.031585172952891, 0.4064674572090725, -0.3585133666791371, 0.4848462804950839, 0.4064674572090725, 0.7928470114795808, -0.8292234014672826, -0.7413968354270769, -0.024789074140114317, -0.7413968354270769, -0.7413968354270769, 0.16956792656228278, -0.6619012589053517, -0.8292234014672826, 0.4202695488033271, -0.4643619971814628, -1.1445951945953257, -0.6619012589053517, -1.1445951945953257, -0.5242835619930206, 0.644784719694095, -0.5242835619930206, 0.2653144747268657, -0.8292234014672826, -0.6619012589053517, -0.4643619971814628, -0.7413968354270769, -0.2264720656230053, 1.0344295064365772, -0.7413968354270769, -0.3585133666791371, -0.08495832222219571, -1.1445951945953257, -0.8292234014672826, 0.2827526423859836, 0.3778637148505053, -1.1445951945953257, -0.4643619971814628, 0.3630292195635159, -0.4643619971814628, 1.3578215484012008, -0.8292234014672826, 0.4969599834787733, -0.6619012589053517, -0.5898418128380861, -0.9259906077742086, -0.6619012589053517, -0.8292234014672826, 0.3161711250156197, -0.3585133666791371, 0.24735189875475874, -1.1445951945953257, -0.9259906077742086, -0.9259906077742086, 0.029965733923218364, -0.4643619971814628, -0.5898418128380861, 0.5204701204515206, -0.9259906077742086, -0.6619012589053517, -0.5242835619930206, -0.6619012589053517, -1.031585172952891, -0.8292234014672826, -0.7413968354270769, -0.9259906077742086, -0.8292234014672826, 1.1981488350060812, 0.7151921021940183, -0.8292234014672826, -0.5242835619930206, 0.029965733923218364, 0.3322034079883389, 0.7928470114795808, -0.5242835619930206, 0.6061721618940905, -0.7413968354270769, -0.5898418128380861, -0.7413968354270769, -0.4093204362231997, -0.6619012589053517, -1.031585172952891, -0.9259906077742086, -0.4093204362231997, -0.8292234014672826, -0.5242835619930206, 1.1240224904862808, -0.9259906077742086, 1.3983720219047604, -0.9259906077742086, -0.8292234014672826, -0.9259906077742086, -0.7413968354270769, -0.6619012589053517, -0.6619012589053517, -0.9259906077742086, -0.8292234014672826, -0.2675109133624878, -0.4093204362231997, -0.7413968354270769, -0.2675109133624878, 1.0853762864617764, -0.5242835619930206, -0.6619012589053517, -0.5898418128380861, -0.8292234014672826, -0.9259906077742086, -0.8292234014672826, -0.8292234014672826, -0.1174160661873818, -0.8292234014672826, -0.8292234014672826, -0.5898418128380861, -0.6619012589053517, -0.6619012589053517, -0.7413968354270769, -0.3113961815254184, -0.5242835619930206, -0.3113961815254184, -0.6619012589053517, 0.5540760705458185, 0.3322034079883389, -0.5898418128380861, -1.031585172952891, -1.1445951945953257, -0.5898418128380861, -0.7413968354270769, 0.8679285250444021, -0.4093204362231997, -0.5242835619930206, 1.128164576384585, -0.7413968354270769, -0.7413968354270769, -0.1174160661873818, -0.3585133666791371, 0.055593645631091176, -0.6619012589053517, 0.4598513749127433, -0.8292234014672826, -0.6619012589053517, -0.7413968354270769, -0.3585133666791371, -0.4643619971814628, -0.5242835619930206, -0.6619012589053517, 1.076433921971751, -0.6619012589053517, 1.4990214642267556, -0.7413968354270769, -0.8292234014672826, -0.2264720656230053, -0.9259906077742086, -0.3585133666791371, 0.6810340503394939, -0.5242835619930206, -0.6619012589053517, 0.9892103284205898, -0.7413968354270769, -0.5898418128380861, -1.031585172952891, -0.5242835619930206, -0.7413968354270769, -0.2264720656230053, -1.031585172952891, 0.1484355444083495, -0.7413968354270769, -0.5898418128380861, -1.031585172952891, -0.9259906077742086, -0.4643619971814628, -0.6619012589053517, -0.6619012589053517, -0.4093204362231997, 1.2672749937723349, -0.5898418128380861, -0.2264720656230053, -0.9259906077742086, -0.8292234014672826, 0.003205370172908873, -0.8292234014672826, 0.055593645631091176, -0.8292234014672826, -0.5242835619930206, -0.6619012589053517, -1.1445951945953257, -0.5242835619930206, 0.3778637148505053, -1.1445951945953257, 1.1981488350060812, -0.5898418128380861, -0.4093204362231997, 0.1038015332117288, -0.4093204362231997, -0.9259906077742086, 0.1265324888908794, -0.4093204362231997, 0.1484355444083495, -0.7413968354270769, 0.6257928792360448, 0.6540571231035648, 0.5430842522123989, 0.2827526423859836, -0.4093204362231997, 0.9458891306881742, 1.3465209338161341, 0.20972207411699853, -0.5898418128380861, -1.031585172952891, -0.4093204362231997, -1.031585172952891, -0.6619012589053517, -0.5242835619930206, -0.4643619971814628, -0.8292234014672826, -0.8292234014672826, -0.7413968354270769, 0.299695841471376, 0.3630292195635159, -0.7413968354270769, -0.5898418128380861, -1.031585172952891, 0.9287888074750064, -0.5898418128380861, -0.5898418128380861, -0.9259906077742086, -1.031585172952891, -0.18795405058048134, -1.1445951945953257, -0.6619012589053517, -0.7413968354270769, -0.5898418128380861, -0.8292234014672826, -0.1174160661873818, 1.4061584923604304, -0.3113961815254184, -0.4643619971814628, -0.7413968354270769, 0.20972207411699853, -0.8292234014672826, -0.7413968354270769, -0.5242835619930206, -0.4093204362231997, -0.5898418128380861, 0.9051908333539994, 1.337901316533886, -0.4643619971814628, 0.4724803008246739, -0.6619012589053517, -0.7413968354270769, 0.4598513749127433, -0.9259906077742086, 0.5204701204515206, -1.031585172952891, 0.3322034079883389, -0.4093204362231997, -0.7413968354270769, -0.4643619971814628, -0.7413968354270769, -0.6619012589053517, 0.1038015332117288, -0.3585133666791371, -1.031585172952891, 0.029965733923218364, -0.3585133666791371, -0.5242835619930206, -0.5242835619930206, 0.3322034079883389, -1.031585172952891, -0.2675109133624878, -0.4093204362231997, -0.8292234014672826, -0.05413304688002473, -0.5898418128380861, -0.9259906077742086, -0.2264720656230053, -0.6619012589053517, 0.1038015332117288, -0.5242835619930206, -0.7413968354270769, -0.8292234014672826, -0.7413968354270769, -0.2675109133624878, -0.3585133666791371, -0.6619012589053517, -0.5242835619930206, -0.2675109133624878, -0.6619012589053517, 0.8549671598304589, 0.3161711250156197, -1.1445951945953257, 0.08017897470308548, -0.6619012589053517, -0.9259906077742086, -0.5898418128380861, -0.9259906077742086, -0.7413968354270769, -0.5898418128380861, -0.6619012589053517, -0.5242835619930206, -0.5898418128380861, -0.08495832222219571, -0.4093204362231997, -0.3113961815254184, 1.1719084962419786, -1.1445951945953257, -0.4093204362231997, -0.2675109133624878, 0.8000802267796019, -0.7413968354270769, -0.4093204362231997, 0.3161711250156197, 0.4969599834787733, 0.973334529136382, -0.8292234014672826, 0.055593645631091176, 0.2653144747268657, -0.6619012589053517, -0.3113961815254184, 0.3161711250156197, -0.024789074140114317, -0.5898418128380861, -0.4643619971814628, -0.8292234014672826, -0.2675109133624878, -0.4643619971814628, -0.4093204362231997, -0.4643619971814628, 0.3778637148505053, 1.1524253243715803, -0.6619012589053517, -1.1445951945953257, 0.8349765245633641, -0.9259906077742086, -0.5242835619930206, -0.9259906077742086, 0.24735189875475874, -0.9259906077742086, -0.8292234014672826, -0.4093204362231997, -0.5242835619930206, 0.3322034079883389, 0.8806119419926898, -0.5898418128380861, 0.003205370172908873, -0.1516806018483174, 0.003205370172908873, -0.4643619971814628, -0.1516806018483174, -0.7413968354270769, -0.5898418128380861, -0.8292234014672826, 0.08017897470308548, 1.1240224904862808, -0.4643619971814628, -0.5898418128380861, -0.18795405058048134, 0.6540571231035648, -0.5242835619930206, -0.6619012589053517, -0.6619012589053517, -1.1445951945953257, -0.4643619971814628, -0.8292234014672826, -0.6619012589053517, -0.9259906077742086, -0.5898418128380861, -0.7413968354270769, 1.4626716083686535, 1.4061584923604304, -0.4093204362231997, 0.7474865307004047, -1.031585172952891, -0.3585133666791371, -0.4093204362231997, -0.2264720656230053, 0.962508765462862, -0.6619012589053517, 1.1071575825190332, 0.6540571231035648, -0.5898418128380861, 0.9402437944086529, 0.9402437944086529, 1.3606132466569023, 0.5318849184425348, -0.8292234014672826, -0.5242835619930206, 1.13636265703451, -0.1174160661873818, 1.3172859016557568, -0.6619012589053517, -0.2675109133624878, -0.2264720656230053, -0.7413968354270769, -0.6619012589053517, -0.4643619971814628, -0.4643619971814628, -0.6619012589053517, -0.5898418128380861, -0.2675109133624878, 0.18998122012958227, -0.6619012589053517, -0.5242835619930206, -0.2675109133624878, -0.5898418128380861, -0.6619012589053517, 0.7706012494190219, -0.2675109133624878, -0.1174160661873818, -0.5898418128380861, 0.644784719694095, -0.5898418128380861, -0.4643619971814628, -0.1174160661873818, -0.4643619971814628, -0.4093204362231997, 0.055593645631091176, -0.5242835619930206, -0.8292234014672826, -0.5242835619930206, -0.4093204362231997, 0.2827526423859836, 1.0440251752067145, -0.3585133666791371, -0.5898418128380861, 1.0534675539730125, -0.7413968354270769, 0.08017897470308548, 0.003205370172908873, 1.183297330410635, -0.3113961815254184, 0.6631866281296944, 0.706835534393008, 0.1265324888908794, -0.4093204362231997, -0.4093204362231997, 0.7395765825045247, -0.3585133666791371, -0.2264720656230053, 1.2672749937723349, -0.7413968354270769, -0.8292234014672826, 1.0897972377990377, -0.3585133666791371, 0.3478156847077259, 0.4202695488033271, -0.4643619971814628, 1.3743772178526863, 0.9402437944086529, -0.3585133666791371, -0.4093204362231997, -0.4643619971814628, -1.031585172952891, -0.4643619971814628, 0.4202695488033271, -0.6619012589053517, 0.9679464252393868, -0.4643619971814628, -0.2264720656230053, 0.2288328026912514, -0.3585133666791371, 1.7220790368197332, 0.8000802267796019, 0.20972207411699853, 0.4724803008246739, 0.18998122012958227, -0.1174160661873818, -0.8292234014672826, -0.5898418128380861, -0.3585133666791371, -0.6619012589053517, -0.18795405058048134, -0.5898418128380861, -0.7413968354270769, -0.6619012589053517, -0.4643619971814628, 0.5540760705458185, 0.2288328026912514, 1.1641921391894072, 1.071911485894708, -0.5242835619930206, -0.3585133666791371, -0.6619012589053517, 0.9995621857266728, -0.05413304688002473, 0.4337585098247971, 1.4856510153388038, 0.18998122012958227, -0.18795405058048134, -0.3585133666791371, 1.2090475193475645, -0.7413968354270769, -0.5242835619930206, -0.3585133666791371, -0.8292234014672826, -0.7413968354270769, 0.2827526423859836, -0.3113961815254184, -0.3113961815254184, -0.3585133666791371, -0.8292234014672826, -0.5898418128380861, -0.5898418128380861, 0.3630292195635159, -0.4643619971814628, -0.7413968354270769, -0.6619012589053517, -0.5242835619930206, 1.0246754926366846, 0.003205370172908873, 1.3716499584536062, 0.9995621857266728, 1.4189121268124014, -0.3585133666791371, 1.13636265703451, 1.0295726183314573, 1.305174421292553, -0.18795405058048134, -0.9259906077742086, -0.2264720656230053, -0.2675109133624878, 1.2090475193475645, 1.3112611966900556, 0.3322034079883389, 1.0809220164082212, 1.431396229905731, -0.6619012589053517, 1.1795253888052872, 0.9679464252393868, 0.8281599887302821, -0.5898418128380861, 1.366157375569866, -0.2675109133624878, 0.8417154104628428, 0.1484355444083495, 1.496813966673786, 1.5227745841593696, -0.4093204362231997, 1.4811260912381448, -0.024789074140114317, -0.1174160661873818, -0.3585133666791371, -0.3585133666791371, 1.1404194402182106, -0.4643619971814628, -0.1516806018483174, 1.1757292151482788, -0.6619012589053517, 0.5648678921640403, 1.0197374576590337, -0.4643619971814628, 1.1680629127804016, 1.832013536590744, -0.2675109133624878, -0.2264720656230053, 1.7754752456492648, -0.5898418128380861, -0.1516806018483174, -0.1174160661873818, -0.2675109133624878, -0.18795405058048134, -0.8292234014672826, -0.7413968354270769, 0.4724803008246739, -0.3585133666791371, -0.5242835619930206, -0.7413968354270769, -0.2264720656230053, -0.2264720656230053, 1.2090475193475645, -0.5242835619930206, -0.2675109133624878, 1.3142812287811243, 1.15637368698604, -0.18795405058048134, 1.5185262741179768, -0.08495832222219571, 1.3689100503066831, -1.031585172952891, 0.6353648878188153, -0.5242835619930206, -0.6619012589053517, -1.031585172952891, 1.3320842352207702, 1.194470806483282, -0.5898418128380861, 0.5088314461231033, -0.08495832222219571, -0.4093204362231997, 0.4724803008246739, -0.3113961815254184, -1.2619431738763034, 1.8493119704570349, -0.2675109133624878, -0.5898418128380861, 1.7713211783145886, -0.4093204362231997, -0.2264720656230053, 0.055593645631091176, 1.390481548796758, -0.1174160661873818, -0.3585133666791371, 1.555703997013271, -0.1174160661873818, 1.5290903046918158, -0.4643619971814628, 1.5811701263474802, 1.1524253243715803, -0.9259906077742086, -0.024789074140114317, -0.2264720656230053, 0.5088314461231033, 0.5858796492878544, -0.2675109133624878, -0.5242835619930206, -0.5898418128380861, 2.0366104987915343, 1.4387619858982374, -0.4643619971814628, 0.6897600502442013, 0.911179195162294, 0.6721775598195976, 1.34936641721344, -0.6619012589053517, 1.4901415415180133, 1.469659775107811, -0.3585133666791371, -0.4093204362231997, -0.2675109133624878, 1.6201206253049945, 0.2653144747268657, 0.9995621857266728, -0.5898418128380861, 0.973334529136382, 1.0534675539730125, 0.9402437944086529, -0.5898418128380861, 1.2371645670039448, -0.7413968354270769, 0.7395765825045247, 0.055593645631091176, -0.2675109133624878, 1.6566607681453318, 0.9679464252393868, -0.7413968354270769, 0.8142866745251783, 0.8000802267796019, 1.4009789321025086, 0.6061721618940905, -0.1516806018483174, -0.8292234014672826, 1.2337222411846065, 1.5753900200451851, 1.501220743023744, 1.6958277124538883, 0.20972207411699853, 1.2928094509906278, 1.5536988237797622, 1.190769740638643, 0.9570206307755, 0.299695841471376, 1.6037410193475452, -1.1445951945953257, -0.4643619971814628, 0.2288328026912514, 0.5204701204515206, 1.337901316533886, -0.4643619971814628, -0.4093204362231997, -0.3585133666791371, -0.2264720656230053, 1.0897972377990377, 1.2405869540001997, 0.7855242835214157, 0.2288328026912514, -0.18795405058048134, 0.3478156847077259, 0.4202695488033271, 1.2672749937723349, 1.8282398843658525, 0.5648678921640403, 1.469659775107811, -0.5898418128380861, 1.076433921971751, 0.9786739713368336, 1.390481548796758, 1.3983720219047604, 1.4923740680158069, 0.7474865307004047, -0.5242835619930206, 1.9498414246904383, 1.2959250390830075, -0.4093204362231997, -0.3585133666791371, 1.7823344193898785, 1.3743772178526863, 1.658345642235306, 1.539468723888419, -0.5242835619930206, -0.1174160661873818, -0.3585133666791371, -0.1516806018483174, 1.666698666624739, 1.5077698731229483, 0.8483783928134896, -0.1174160661873818, 1.7877649775711868, 1.8103035247230808, -0.18795405058048134, 0.7151921021940183, 1.1795253888052872, 0.1265324888908794, -0.6619012589053517, 1.702110280622273, 1.5055948875190819, 1.5715049521926394, 1.4411969689419044, 0.9514810763694136, 0.9171075237864166, -0.4093204362231997, -0.18795405058048134, 1.8684804739145984, -0.4093204362231997, 1.3320842352207702, 1.0534675539730125, 2.0374966076371543, -0.7413968354270769, 1.1114191429422036, 1.4990214642267556, 0.5540760705458185, 1.4788505645231338, 1.765736580707573, 1.212636195548803, 0.3161711250156197, 1.2801801564326445, -0.4093204362231997, 1.4264342027285295, -0.7413968354270769, 0.8743042311017842, 1.4626716083686535, -0.024789074140114317, -0.1516806018483174, 0.3161711250156197, -0.2675109133624878, -0.4093204362231997, -0.9259906077742086, -0.1174160661873818, 1.4087313414665603, 1.524887336225011, 0.20972207411699853, 1.5596940379287596, 2.064326653865045, 1.411293033763679, 1.1240224904862808, 1.7457638813582932, -0.2264720656230053, 1.5981786364235673, 1.428920426246433, -0.5242835619930206, 1.0809220164082212, 1.3957535567602342, -0.7413968354270769, 1.2232732741663879, 1.1602958434616455, 0.055593645631091176, 1.6201206253049945, 1.5773230134795333, 1.379794253686765, -0.05413304688002473, 1.1240224904862808, 1.4508377559279753, 1.2896773460926816, 1.5435695672061152, 1.6958277124538883, -0.1516806018483174, 1.3291540738322607, 1.5077698731229483, -0.2264720656230053, 1.7809689422731672, 1.4363169243915983, 1.4742730441432872, 1.5811701263474802, 1.2833628790783007, 1.7355184225134614, -0.5242835619930206, 1.4990214642267556, 1.762924355365538, 1.3021073550449238, -0.05413304688002473, -0.6619012589053517, -0.4093204362231997, 1.4087313414665603, 1.2769801957996345, 1.795818328558566, 1.5536988237797622, 1.3633918147470334, 1.4532235675348164, -0.5242835619930206, 1.1444485641635411, 1.2267768345943375, 1.3291540738322607, 1.7713211783145886, 1.7796003010887134, 0.1265324888908794, 1.5415227042416129, 1.13636265703451, 1.5516868205758263, 1.6798225641716888, 1.8193397872837087, 1.4264342027285295, 0.6810340503394939, 1.0673541789716816, 1.794483705723405, 1.334999935455993, 1.6910715402747298, 1.6830584771769084, 1.4990214642267556, 1.6430059082037607, 1.5773230134795333, 0.6353648878188153, 0.5430842522123989, 1.7864120117795157, 1.2737628095058735, 1.5616789966287532, 1.0985411510844438, 0.4598513749127433, 1.592563374803967, 1.7796003010887134, 0.8000802267796019, 1.128164576384585, 1.305174421292553, 1.5887899900168008, 1.7190505198188564, 1.2018041110893345, 1.3578215484012008, 1.6236996682083082, -0.1174160661873818, 1.34936641721344, 1.8345159764277343, 1.6183229385228206, 1.416383331968646, 1.1198511680314984, 1.5792497019163283, 1.5435695672061152, 1.7931460603446068, 1.094185364839104, 1.469659775107811, 0.7781098040735898, 1.7310725176885973, 1.7036705365570863, 0.911179195162294, 0.2288328026912514, 1.4214301427610014, 1.387827796087601, 1.387827796087601, 0.4337585098247971, 1.7384638757352506, 1.8332660818063395, 1.094185364839104, -0.08495832222219571, 0.2653144747268657, 1.3716499584536062, 1.9050464496159056, -0.05413304688002473, 1.3262093071724819, 1.666698666624739, 0.3630292195635159, 1.1680629127804016, 1.2302597429534077, 0.2653144747268657, 1.7600986762690856, 1.4087313414665603, 1.337901316533886, 1.6128968163410566, 1.6343084902244418, 1.2267768345943375, 1.4387619858982374, 1.6830584771769084, -0.4093204362231997, 1.9160241364071195, 1.305174421292553, 1.4990214642267556, 1.6110769752845502, 1.3743772178526863, 1.3606132466569023, -0.8292234014672826, 1.6830584771769084, 1.6910715402747298, 1.6147110678001717, 1.5099368798015724, -0.024789074140114317, 1.4856510153388038, 1.5792497019163283, 1.6055835674731538, 1.681442736640008, 1.0295726183314573, 1.8076961382348729, 1.6395422937393762, 1.1444485641635411, 1.5963128074852415, 0.3923374589017776, 1.4856510153388038, 1.705226681855296, 1.533263579255456, 0.4724803008246739, 1.6862767589729142, 1.555703997013271, 1.5753900200451851, 1.7558346484012457, 1.4856510153388038, 1.411293033763679, 1.5496679407210672, 1.5792497019163283, 1.8565732552084917, 0.299695841471376, 1.2990242835957906, 2.011243810072999, 1.366157375569866, 1.4436219562503811, 0.4064674572090725, 1.4338617006631358, 1.6074203858791434, 1.1524253243715803, 1.7600986762690856, 1.7850559396988306, 1.2405869540001997, 1.811602914284732, 1.6343084902244418, 1.9268015060597263, 1.4901415415180133, 1.7544064375955335, 1.9457186465605472, 1.6600257239070069, 1.2405869540001997, 1.6862767589729142, -0.5898418128380861, -0.3585133666791371, 1.4990214642267556, 1.6110769752845502, 1.4460370295372358, 1.7369929851582762, 1.5577023864831048, 1.194470806483282, 1.6128968163410566, 1.5227745841593696, 1.6290278964039395, 1.7796003010887134, 2.109904722227677, -0.08495832222219571, 1.6926611901391142, 1.4811260912381448, 1.555703997013271, 1.4673395595324887, 0.8212639957103929, 1.4264342027285295, 0.706835534393008, 1.772709116158803, 1.857774837504936, 1.2990242835957906, 1.6378028403112082, 1.4436219562503811, 1.212636195548803, -0.1516806018483174, 0.7395765825045247, 1.5120959658726036, 1.6910715402747298, 1.7129464989236869, 1.4363169243915983, 1.7399311124864787, 1.7600986762690856, 1.5715049521926394, 1.794483705723405, 1.428920426246433, 1.7671376881345042, 0.7855242835214157, 1.902826214030531, 1.539468723888419, 1.3142812287811243, 1.5120959658726036, 1.4901415415180133, 1.5055948875190819, 1.8332660818063395, 1.2705278067974812, 1.768535479792669, 0.9839656220622942, 1.3606132466569023, 1.254081646318874, 1.8407260799437402, 1.8870463893624319, 0.8806119419926898, 1.0046709224426065, 1.6515771160226278, 1.2705278067974812, 1.3021073550449238, -0.3585133666791371, 1.6360582492845976, 1.7809689422731672, 0.9345440393740124, 1.8480930296617484, 1.5516868205758263, 1.428920426246433, 1.6958277124538883, 1.583084327366484, 0.8212639957103929, 1.6958277124538883, 1.705226681855296, 1.5773230134795333, 1.4603237270634444, 1.5536988237797622, 1.666698666624739, 0.9995621857266728, 1.705226681855296, 2.011243810072999, 1.387827796087601, 1.205436914365948, 1.6165197638893904, 1.254081646318874, 1.4363169243915983, 1.6515771160226278, 1.975960058044259, 1.681442736640008, 1.7129464989236869, 1.4788505645231338, 1.70677873811783, 1.3436616788390594, 1.1757292151482788, -0.4643619971814628, 1.9017129586159462, 1.7428546968034782, 1.0673541789716816, 1.681442736640008, 1.6236996682083082, 1.4901415415180133, 1.6894776006324197, 1.5227745841593696, 1.2769801957996345, 1.8431919535855423, 1.3112611966900556, 1.6974046304039343, 1.732558207365834, 1.9620398517410012, 0.08017897470308548, 1.2232732741663879, 1.7713211783145886, 1.5142471890167637, 2.016771994764726, 1.6412766397361704, 1.5353392118439269, 1.555703997013271, 1.7144784281402148, 1.3633918147470334, 1.6566607681453318, 2.008460192203708, 1.747213117913214, 1.764332141744588, 1.2018041110893345, 1.5773230134795333, 1.9235888937038952, 1.882459335472736, 1.4579664766790332, 1.7220790368197332, 1.2473728258094026, 1.5656290146378693, 1.8050771904372045, 1.6165197638893904, 1.5792497019163283, 1.3550165953320847, 1.7891148512712538, 1.3983720219047604, 1.8541627322396836, 1.6000385901849432, 1.190769740638643, 1.2833628790783007, 0.9995621857266728, 1.8915980931780716, 0.029965733923218364, 1.885902961354924, 1.2607151450023135, 1.8090012702598777, 1.5353392118439269, 1.2801801564326445, 1.9299967386166628, 1.1719084962419786, 1.5353392118439269, 1.4923740680158069, 1.8206194701100558, 1.7428546968034782, 2.070220004773219, 1.5981786364235673, 1.8011268656449655, 1.219748815402876, 0.9892103284205898, 0.7781098040735898, 1.6290278964039395, 1.5675941622541787, 1.9373857381056971, 1.0147578247597109, 1.8011268656449655, 0.3778637148505053, 1.5577023864831048, 1.2801801564326445, 1.7114105861641988, 1.7850559396988306, 1.2162032076077554, 1.4901415415180133, 1.2232732741663879, 1.3983720219047604, 0.8212639957103929, 1.8553692234555543, 1.5290903046918158, 1.9640486519822824, 2.008460192203708, 1.4788505645231338, 2.0932223910878154, 1.7098706690923282, 1.7265928942330204, 0.8806119419926898, 1.5516868205758263, 1.5227745841593696, 2.0932223910878154, 1.4788505645231338, 1.6074203858791434, 1.337901316533886, 1.4579664766790332, 1.3291540738322607, 1.6092515100858964, 1.205436914365948, 1.6110769752845502, 1.5055948875190819, 1.4264342027285295, 1.4436219562503811, 1.6910715402747298, 1.9508676382658952, 1.8847573154594088, 1.387827796087601, 1.6910715402747298, 1.4811260912381448, 1.1981488350060812, 1.621912857534625, 1.205436914365948, 1.8218963863761477, 1.857774837504936, 1.9914772236941745, 1.6000385901849432, 1.7175304182179565, 0.8417154104628428, -0.4093204362231997, -0.024789074140114317, 1.6128968163410566, 1.6749352103885042, 1.334999935455993, 1.6716543625262883, 1.7877649775711868, 1.8332660818063395, 1.6633716184964007, 1.379794253686765, 1.6092515100858964, 0.18998122012958227, 1.4673395595324887, 1.1680629127804016, 1.6165197638893904, 1.6037410193475452, 1.4719709130645993, 1.6074203858791434, 1.7295830815918685, 1.5516868205758263, 1.1198511680314984, 1.8180573258837491, 1.9005976009220191, 1.5206542483341552, 1.5456093619302171, 1.6910715402747298, 1.6343084902244418, 1.938433803695228, 1.1870453472083309, 1.6360582492845976, 1.6147110678001717, 1.6307933449037533, 1.5142471890167637, 1.5077698731229483, 1.128164576384585, 1.469659775107811, 1.3262093071724819, 0.8614833441103928, 1.6254810900241594, 1.8493119704570349, 1.4436219562503811, 1.428920426246433, 1.323249788958949, -0.3585133666791371, 1.1719084962419786, 1.3716499584536062, 1.4436219562503811, 1.5077698731229483, 1.7558346484012457, 1.5792497019163283, -0.5242835619930206, 1.6430059082037607, 1.8468715680568333, 1.7809689422731672, 1.4650101947616754, 2.0743938264186585, 1.2833628790783007, 1.0853762864617764, 1.1071575825190332, -0.4643619971814628, 1.764332141744588, 1.4035743888620291, 2.105186228711022, 1.7235874920267564, 1.583084327366484, 1.7891148512712538, 1.469659775107811, 1.8625568701320296, 1.5227745841593696, 1.5185262741179768, 1.6092515100858964, 1.5374075764839092, 1.7740938001972375, 1.7310725176885973, 1.254081646318874, 1.539468723888419, 1.9630451058820364, -0.3113961815254184, 1.621912857534625, 1.769929971337692, 1.7114105861641988, 1.1156501936203622, 1.5055948875190819, 1.7891148512712538, 1.9331747784005373, 2.125366217852451, 1.8541627322396836, 1.6732970643874787, 1.469659775107811, 1.0897972377990377, 1.3142812287811243, 1.8231705480176017, 1.681442736640008, 0.5858796492878544, 1.765736580707573, 1.8625568701320296, 1.7558346484012457, 1.59067969553222, 1.533263579255456, 1.4990214642267556, 1.6201206253049945, 0.029965733923218364, 1.555703997013271, 1.6201206253049945, 1.908361232200292, 1.941566887799785, 1.8601706934499016, 1.5636573074067972, 1.8231705480176017, 0.1484355444083495, 1.8307583295157035, 1.7836967470337217, 1.5099368798015724, 1.716006394422048, 1.8601706934499016, 1.5142471890167637, -0.7413968354270769, 1.3578215484012008, 1.4833928859274923, 1.6600257239070069, 1.1028650694397142, 1.4387619858982374, 1.194470806483282, 0.1265324888908794, 1.7823344193898785, 1.0627614596789658, 1.8601706934499016, 1.7235874920267564, 0.9786739713368336, 0.7151921021940183, 1.4742730441432872, 1.5120959658726036, 0.6353648878188153, 2.160901532606621, 1.6037410193475452, 1.8357632316488173, 1.8696580988340348, 1.9181954002796644, 1.7310725176885973, 2.090800264971907, 1.5415227042416129, 1.4990214642267556, 1.6958277124538883, 1.1680629127804016, 1.4436219562503811, 1.7457638813582932, 1.2737628095058735, 0.20972207411699853, 1.6236996682083082, 1.2162032076077554, 1.2405869540001997, 1.0344295064365772, 1.5753900200451851, 2.105186228711022, 1.6878793479991343, 0.6061721618940905, 0.706835534393008, 1.670007079396043, 1.8589739802903875, 1.8625568701320296, 1.5715049521926394, 1.1404194402182106, 1.649872795725972, 1.4901415415180133, 0.4969599834787733, 1.4879005454574332, 1.7572594140823428, 1.7877649775711868, 1.3983720219047604, 1.5227745841593696, 1.9895597265603469, 1.7265928942330204, 2.1329477839327278, 1.8836094430555688, 2.116912526250872, 1.2705278067974812, 1.5656290146378693, 1.6343084902244418, 1.9730046514797133, 1.6798225641716888, 1.6447301287825111, 1.366157375569866, 1.7515396136886032, 1.5227745841593696, 1.744311080180846, 1.7600986762690856, 1.5887899900168008, 1.845647575195005, 1.6942465732517398, 1.8141931489282952, 1.772709116158803, 1.6532765328103023, 1.7586807512182698, 2.031265745044037, 1.7782284811399622, 1.0809220164082212, 0.9051908333539994, 1.8231705480176017, 1.6000385901849432, 1.7768534676277343, 1.6236996682083082, 1.592563374803967, 1.4765662382607698, 1.9342303362706643, 1.7190505198188564, 1.8649334454412736, 1.2090475193475645, 1.6165197638893904, 2.0103173943716044, 1.2405869540001997, 1.8813069839894927, 1.6749352103885042, 1.2865285483954696, 1.8778363781536165, 1.9876359839099835, 1.5868942195807392, 1.4742730441432872, 1.4436219562503811, 1.7713211783145886, 1.3633918147470334, 2.033052709061109, 1.5435695672061152, 1.4508377559279753, 2.058373904794539, 1.5120959658726036, 1.3262093071724819, 1.6236996682083082, 1.7340401694217664, 1.9924336428390301, 1.7600986762690856, 1.7175304182179565, 1.4673395595324887, 1.681442736640008, 1.8565732552084917, 1.2162032076077554, 1.8231705480176017, 1.5290903046918158, 1.857774837504936, 0.8679285250444021, 1.5695527937510385, 0.2653144747268657, 1.7515396136886032, 2.1091209197891727, 1.5353392118439269, 1.469659775107811, 1.7671376881345042, 1.6749352103885042, 1.524887336225011, 1.3320842352207702, 1.337901316533886, 1.92893358057924, 1.6515771160226278, 1.8778363781536165, 2.054084906427499, 1.648163543544164, 1.666698666624739, 1.7984785610173195, 1.2607151450023135, 2.047157059473351, 1.254081646318874, 1.3142812287811243, 1.9394800128031853, 1.70677873811783, 1.6650374850906091, 1.4009789321025086, -0.3585133666791371, 1.5577023864831048, 1.9769419163739013, 1.8419603036157777, 1.2640041733104306, 1.6360582492845976, 1.9192780463119299, 1.954954754619548, 1.794483705723405, 2.0693816892610433, 1.128164576384585, 0.1484355444083495, 1.2439896317298669, 1.6055835674731538, 1.6974046304039343, 1.7220790368197332, -0.024789074140114317, 1.5868942195807392, 1.8231705480176017, 1.7083267267758102, 1.094185364839104, 1.128164576384585, 1.7295830815918685, 1.732558207365834, 1.7501009668210823, 1.3851620686011632, 1.3320842352207702, 2.1012251490072704, 2.0480274973868817, 1.3578215484012008, 1.5656290146378693, 1.7005458922783259, 1.9039373750754705, 1.705226681855296, 0.8743042311017842, 1.6617010403432866, -0.5242835619930206, 1.9971926442477, 0.9514810763694136, 1.8661181566652256, 1.8407260799437402, 1.7740938001972375, 1.3112611966900556, 2.0932223910878154, 2.079363787287056, 1.2990242835957906, 1.8696580988340348, 1.892730559314984, 1.7369929851582762, 2.071057132087439, 1.6290278964039395, 1.6147110678001717, 1.8915980931780716, 1.5353392118439269, 2.0480274973868817, 1.9885986384664107, 1.649872795725972, 1.6732970643874787, 1.2737628095058735, 1.9446834396842891, 1.9895597265603469, 1.583084327366484, 2.1522161265882174, 1.6412766397361704, 1.9363358094345489, 1.8257106547843895, 1.5636573074067972, 1.9650504958359971, 1.0853762864617764, 1.9310579863706787, 1.5695527937510385, 2.030370231483261, 1.6055835674731538, 1.621912857534625, 1.9827990343024064, 1.6830584771769084, 1.6781979353940395, 1.2267768345943375, 2.068542182173203, 1.6894776006324197, 1.5963128074852415, 1.128164576384585, 1.7457638813582932, 1.676568825727474, 1.3202753707011214, 1.539468723888419, 1.3578215484012008, 1.8589739802903875, 1.744311080180846, 1.9885986384664107, 1.6515771160226278, 1.8870463893624319, 1.5142471890167637, 1.428920426246433, 1.3262093071724819, 1.6165197638893904, 1.6549710742209969, 1.897238834391824, 1.4856510153388038, 2.1594628057055574, 1.9005976009220191, 1.4214301427610014, 1.938433803695228, 1.8231705480176017, 2.0668595796875024, 1.6683551893747128, 2.3226676144271683, 1.908361232200292, 1.4990214642267556, 1.4742730441432872, 1.6942465732517398, 1.9149355038959333, 1.6343084902244418, 1.5636573074067972, 1.3578215484012008, 1.728089880134917, 1.1524253243715803, 0.9514810763694136, 2.1396889675948847, 1.3716499584536062, 1.8836094430555688, 1.8565732552084917, 1.5120959658726036, 1.765736580707573, 1.8565732552084917, 1.7083267267758102, 1.4484422695183263, 1.4719709130645993, 2.2743005898948123, 1.8382498683124084, 1.1524253243715803, 1.2640041733104306, 1.5753900200451851, 1.9394800128031853, 1.7529747649652203, 1.6447301287825111, 1.0673541789716816, 1.6910715402747298, 1.7428546968034782, 1.7190505198188564, 2.0956346246765767, 1.6894776006324197, 1.9962439066900604, 1.212636195548803, 1.5269925585785475, 2.1184585884050833, 1.5963128074852415, 1.4673395595324887, 1.6165197638893904, 1.3957535567602342, 1.4239374712932376, 1.8050771904372045, 1.0809220164082212, 1.3142812287811243, 0.3778637148505053, 1.772709116158803, 2.0103173943716044, 2.2653383466377215, 1.8444210405639019, 1.7428546968034782, 1.86730049633122, 1.8766749628257064, 1.4189121268124014, 1.7823344193898785, 1.3082256476017848, 1.7413947135184678, 2.003791475402524, 1.888187608052286, 2.199152542851019, 1.3931234338052474, 2.0019136061121343, 1.86730049633122, 1.874345258287453, 1.3320842352207702, 1.4579664766790332, 0.89302906550889, 1.97003438215639, 1.7971499424779138, 1.676568825727474, 1.6633716184964007, 1.9789007498464588, 1.1156501936203622, 1.7384638757352506, 1.8731769509547884, 1.8037633489205431, 1.3689100503066831, 1.2405869540001997, 1.5415227042416129, 1.4484422695183263, 1.8444210405639019, 1.954954754619548, 1.670007079396043, 2.016771994764726, 1.5849923451735644, 1.3689100503066831, 0.8142866745251783, 1.4338617006631358, 1.762924355365538, 1.5353392118439269, 1.832013536590744, 1.4555997821573248, 1.7971499424779138, 1.8024465783525645, 1.5374075764839092, 1.8915980931780716, 1.6201206253049945, 1.6798225641716888, 1.6290278964039395, 2.3297277661231024, 1.6430059082037607, 1.3465209338161341, 1.183297330410635, 1.9268015060597263, 1.5034118640259857, 2.2748932649258577, 1.496813966673786, 1.2640041733104306, 1.4009789321025086, 1.9971926442477, 1.6074203858791434, 0.5648678921640403, 1.5616789966287532, 1.938433803695228, 1.9529147317530011, 2.188278159214972, 1.973991431064664, 2.0693816892610433, 1.4990214642267556, 1.5227745841593696, 1.6650374850906091, 1.6910715402747298, 2.3297277661231024, 1.5734506802177262, 1.9235888937038952, 2.298694655408596, 1.6147110678001717, 2.4587030824048464, 1.716006394422048, 1.9971926442477, 2.1404332604830048, 0.9944089152164036, 2.109904722227677, 1.6395422937393762, 1.1240224904862808, 1.9467520421890303, 1.8480930296617484, 1.9518920718988784, 1.7501009668210823, 1.6617010403432866, 1.888187608052286, 2.3435998155071576, 2.0488966543716933, 1.7190505198188564, 1.4650101947616754, 2.2331720759552947, 1.8394892717912803, 1.5055948875190819, 1.815484018916808, 1.7486588072939582, 1.5374075764839092, 1.3202753707011214, 1.768535479792669, 1.9518920718988784, 1.8904634515129366, -0.3113961815254184, 2.4224638416759863, 2.441978455032934, 2.0103173943716044, 1.791805378701559, 2.060932432950973, 1.4879005454574332, 1.9105607969535408, 1.305174421292553, 1.9933885157316449, 2.0851097068921502, 2.0818331722636882, 1.8141931489282952, 1.5963128074852415, 1.70677873811783, 2.09241611888815, 1.9580016378423737, 2.0436624226592843, 2.1106874858746307, 2.243881909793417, 1.649872795725972, 2.056662041139667, 2.202510132958505, 2.345179670707964, 2.114585818097482, 2.2280641571981383, 1.5734506802177262, 1.9394800128031853, 1.9559721298002852, 2.201169386544313, 2.4079841077461017, 2.5924855461549488, 1.8394892717912803, 2.384839145905523, 1.4742730441432872, 2.0668595796875024, 2.0009724277376524, 1.9039373750754705, 2.291251207890292, 1.832013536590744, 2.243881909793417, 2.3291876637724216, 2.09402756412598, 2.209830322986277, 2.0427855230498517, 1.9039373750754705], [-0.8575088445454605, -0.9930750585995364, -0.9930750585995364, -0.9930750585995364, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.4931756853740997, -0.9930750585995364, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.9930750585995364, -0.9930750585995364, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.9930750585995364, -0.8575088445454605, -0.4931756853740997, -0.3917140741525508, -0.9930750585995364, -0.3917140741525508, -0.6049659682916185, -0.7269540546112339, -0.9930750585995364, -0.7269540546112339, -0.8575088445454605, -0.6049659682916185, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.6049659682916185, -0.9930750585995364, -0.2998768358027352, -0.9930750585995364, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.6049659682916185, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.6049659682916185, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, 0.10504403832117866, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.7269540546112339, -0.6049659682916185, -0.6049659682916185, -0.7269540546112339, -0.6049659682916185, -0.2166301846884233, -0.2166301846884233, -0.8575088445454605, -0.7269540546112339, -0.6049659682916185, -0.6049659682916185, -0.2998768358027352, -0.4931756853740997, -0.6049659682916185, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.4931756853740997, -0.7269540546112339, -0.6049659682916185, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, -0.4931756853740997, -0.4931756853740997, -0.6049659682916185, -0.9930750585995364, -0.7269540546112339, -0.6049659682916185, -0.8575088445454605, -0.2998768358027352, -0.7269540546112339, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.2166301846884233, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.4931756853740997, -0.8575088445454605, -0.8575088445454605, -0.6049659682916185, -0.4931756853740997, -0.6049659682916185, -0.4931756853740997, -0.9930750585995364, -0.7269540546112339, -0.6049659682916185, -0.7269540546112339, -0.9930750585995364, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.7269540546112339, -0.4931756853740997, -0.9930750585995364, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.3917140741525508, -0.9930750585995364, -0.2166301846884233, -0.9930750585995364, -0.9930750585995364, -0.9930750585995364, -0.7269540546112339, -0.7269540546112339, -0.9930750585995364, -0.8575088445454605, -0.3917140741525508, -0.8575088445454605, 0.15574247977751798, -0.8575088445454605, -0.4931756853740997, -0.8575088445454605, -0.7269540546112339, -0.4931756853740997, -0.8575088445454605, -0.6049659682916185, -0.7269540546112339, -0.6049659682916185, -0.4931756853740997, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, -0.4931756853740997, -0.2998768358027352, -0.8575088445454605, -0.9930750585995364, -0.6049659682916185, -0.8575088445454605, -0.7269540546112339, -0.6049659682916185, -0.6049659682916185, -0.8575088445454605, -0.2998768358027352, -0.7269540546112339, -0.4931756853740997, -0.9930750585995364, -0.6049659682916185, -0.4931756853740997, -0.8575088445454605, -0.4931756853740997, -0.8575088445454605, -0.6049659682916185, -0.6049659682916185, -0.7269540546112339, -0.2998768358027352, -0.3917140741525508, -0.7269540546112339, -0.6049659682916185, -0.2998768358027352, -0.2166301846884233, -0.6049659682916185, -0.7269540546112339, -0.7269540546112339, -0.7269540546112339, -0.3917140741525508, -0.9930750585995364, -0.3917140741525508, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, -0.9930750585995364, -0.4931756853740997, -0.6049659682916185, -0.3917140741525508, -0.6049659682916185, -0.9930750585995364, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.2166301846884233, -0.3917140741525508, -0.3917140741525508, -0.7269540546112339, -0.8575088445454605, -0.6049659682916185, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, 0.4361468038505545, -0.6049659682916185, -0.4931756853740997, -0.6049659682916185, -0.4931756853740997, -0.7269540546112339, -0.4931756853740997, -0.9930750585995364, -0.8575088445454605, -0.4931756853740997, -0.6049659682916185, -0.9930750585995364, -0.9930750585995364, -0.6049659682916185, -0.6049659682916185, -0.8575088445454605, -0.4931756853740997, -0.8575088445454605, -0.7269540546112339, -0.4931756853740997, -0.2166301846884233, -0.6049659682916185, -0.6049659682916185, -0.6049659682916185, -0.3917140741525508, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.9930750585995364, -0.8575088445454605, -0.9930750585995364, -0.4931756853740997, -0.8575088445454605, -0.008082924365235347, -0.4931756853740997, -0.9930750585995364, -0.9930750585995364, -0.8575088445454605, -0.7269540546112339, -0.4931756853740997, -0.4931756853740997, -0.07166966936466904, -0.9930750585995364, -0.3917140741525508, -0.6049659682916185, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.6049659682916185, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, 0.10504403832117866, -0.4931756853740997, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.6049659682916185, -0.8575088445454605, -0.9930750585995364, -0.3917140741525508, -0.7269540546112339, -0.8575088445454605, -0.4931756853740997, -0.6049659682916185, -0.3917140741525508, -0.4931756853740997, -0.3917140741525508, -0.9930750585995364, -0.3917140741525508, -0.7269540546112339, -0.07166966936466904, -0.6049659682916185, -0.3917140741525508, -0.8575088445454605, -0.6049659682916185, -0.7269540546112339, 0.10504403832117866, -0.6049659682916185, -0.07166966936466904, -0.8575088445454605, -0.2166301846884233, -0.6049659682916185, -0.8575088445454605, -0.8575088445454605, -0.3917140741525508, -0.4931756853740997, -0.8575088445454605, -0.7269540546112339, -0.6049659682916185, -0.4931756853740997, 0.15574247977751798, 0.7914342696304894, -0.3917140741525508, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.4931756853740997, -0.2998768358027352, -0.8575088445454605, -0.4931756853740997, -0.4931756853740997, -0.7269540546112339, -0.6049659682916185, -0.7269540546112339, -0.6049659682916185, -0.4931756853740997, -0.8575088445454605, -0.008082924365235347, 0.4022471890976611, -0.3917140741525508, -0.6049659682916185, -0.4931756853740997, -0.2998768358027352, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, -0.6049659682916185, -0.7269540546112339, 0.5574111073818776, -0.07166966936466904, -0.3917140741525508, -0.2998768358027352, -0.8575088445454605, -0.8575088445454605, -0.008082924365235347, -0.2166301846884233, -0.9930750585995364, -0.7269540546112339, -0.3917140741525508, -0.3917140741525508, -0.8575088445454605, -0.8575088445454605, -0.4931756853740997, -0.9930750585995364, -0.7269540546112339, -0.2166301846884233, -0.9930750585995364, -0.4931756853740997, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.6049659682916185, -0.8575088445454605, -0.6049659682916185, -0.7269540546112339, -0.4931756853740997, -0.4931756853740997, -0.3917140741525508, -0.14089403719334986, -0.8575088445454605, -0.6049659682916185, -0.8575088445454605, -0.6049659682916185, -0.7269540546112339, -0.9930750585995364, -0.6049659682916185, -0.3917140741525508, -0.6049659682916185, -0.9930750585995364, -0.6049659682916185, -0.9930750585995364, -0.8575088445454605, -0.4931756853740997, -0.6049659682916185, -0.7269540546112339, -0.6049659682916185, -0.7269540546112339, -0.8575088445454605, -0.2998768358027352, -0.8575088445454605, -0.9930750585995364, -0.6049659682916185, -0.2998768358027352, -0.7269540546112339, -0.9930750585995364, -0.14089403719334986, -0.9930750585995364, -0.9930750585995364, -0.7269540546112339, 0.4684873763369134, -0.7269540546112339, -0.9930750585995364, -0.7269540546112339, -0.8575088445454605, -0.7269540546112339, -0.3917140741525508, -0.8575088445454605, -0.7269540546112339, -0.6049659682916185, -0.8575088445454605, -0.7269540546112339, -0.07166966936466904, -0.3917140741525508, -0.4931756853740997, -0.4931756853740997, -0.6049659682916185, -0.7269540546112339, -0.2166301846884233, -0.7269540546112339, -0.7269540546112339, -0.6049659682916185, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, -0.07166966936466904, -0.7269540546112339, -0.6049659682916185, -0.7269540546112339, -0.3917140741525508, -0.9930750585995364, -0.7269540546112339, -0.8575088445454605, -0.6049659682916185, 0.6362644868431867, -0.2166301846884233, -0.7269540546112339, -0.9930750585995364, 0.20315259498591132, -0.8575088445454605, -0.7269540546112339, -0.4931756853740997, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.2998768358027352, -0.8575088445454605, -0.9930750585995364, -0.6049659682916185, -0.2166301846884233, -0.6049659682916185, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.6049659682916185, -0.8575088445454605, -0.4931756853740997, -0.9930750585995364, -0.7269540546112339, -0.2998768358027352, -0.3917140741525508, -0.2166301846884233, 1.4674585135401876, -0.6049659682916185, -0.6049659682916185, -0.6049659682916185, -0.7269540546112339, -0.8575088445454605, -0.2166301846884233, -0.9930750585995364, -0.7269540546112339, -0.3917140741525508, 0.9013113044771232, -0.6049659682916185, -0.2998768358027352, -0.7269540546112339, -0.3917140741525508, -0.6049659682916185, 0.10504403832117866, -0.6049659682916185, -0.7269540546112339, -0.6049659682916185, -0.4931756853740997, -0.8575088445454605, -0.6049659682916185, -0.6049659682916185, -0.8575088445454605, -0.3917140741525508, -0.7269540546112339, -0.008082924365235347, -0.4931756853740997, -0.9930750585995364, -0.3917140741525508, -0.8575088445454605, 0.6109609892379153, -0.3917140741525508, -0.7269540546112339, -0.7269540546112339, -0.9930750585995364, -0.3917140741525508, -0.8575088445454605, -0.6049659682916185, -0.6049659682916185, -0.008082924365235347, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.3917140741525508, 0.05061192583562541, -0.8575088445454605, -0.4931756853740997, -0.2998768358027352, -0.7269540546112339, -0.8575088445454605, -0.4931756853740997, -0.6049659682916185, -0.2166301846884233, -0.6049659682916185, -0.9930750585995364, -0.6049659682916185, -0.14089403719334986, -0.3917140741525508, -0.4931756853740997, 0.05061192583562541, -0.2166301846884233, -0.2998768358027352, 0.8841737587282961, -0.7269540546112339, -0.8575088445454605, -0.3917140741525508, -0.8575088445454605, -0.7269540546112339, -0.2166301846884233, -0.6049659682916185, -0.7269540546112339, -0.6049659682916185, 0.2895554086485116, -0.8575088445454605, -0.07166966936466904, -0.008082924365235347, -0.6049659682916185, -0.7269540546112339, 0.3291395020801646, -0.2998768358027352, -0.7269540546112339, 1.2413172760382007, 0.05061192583562541, -0.2166301846884233, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, -0.6049659682916185, -0.8575088445454605, -0.2998768358027352, -0.8575088445454605, -0.8575088445454605, -0.4931756853740997, -0.2998768358027352, -0.3917140741525508, -0.7269540546112339, -0.9930750585995364, 2.1626083401409604, -0.7269540546112339, -0.07166966936466904, -0.4931756853740997, -0.07166966936466904, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.4931756853740997, -0.7269540546112339, -0.2998768358027352, -0.9930750585995364, -0.9930750585995364, -0.2998768358027352, -0.9930750585995364, -0.6049659682916185, -0.3917140741525508, -0.07166966936466904, -0.7269540546112339, -0.9930750585995364, -0.6049659682916185, -0.3917140741525508, -0.9930750585995364, -0.7269540546112339, -0.2998768358027352, -0.8575088445454605, 0.05061192583562541, -0.8575088445454605, -0.3917140741525508, -0.6049659682916185, -0.6049659682916185, -0.7269540546112339, 0.15574247977751798, -0.4931756853740997, -0.6049659682916185, -0.2998768358027352, -0.6049659682916185, -0.8575088445454605, -0.2166301846884233, -0.4931756853740997, -0.2998768358027352, -0.3917140741525508, -0.2166301846884233, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, 0.05061192583562541, -0.8575088445454605, -0.4931756853740997, -0.2166301846884233, -0.14089403719334986, -0.07166966936466904, -0.6049659682916185, -0.4931756853740997, -0.8575088445454605, -0.7269540546112339, -0.2166301846884233, -0.07166966936466904, -0.6049659682916185, -0.7269540546112339, -0.2998768358027352, 0.2476505190591498, -0.8575088445454605, -0.6049659682916185, -0.3917140741525508, -0.7269540546112339, -0.6049659682916185, 0.9811210705113256, -0.4931756853740997, -0.8575088445454605, -0.8575088445454605, -0.6049659682916185, -0.2998768358027352, -0.2998768358027352, -0.9930750585995364, -0.8575088445454605, -0.7269540546112339, -0.2998768358027352, -0.07166966936466904, -0.9930750585995364, -0.4931756853740997, -0.8575088445454605, -0.8575088445454605, -0.6049659682916185, -0.2166301846884233, -0.8575088445454605, -0.4931756853740997, -0.7269540546112339, -0.4931756853740997, -0.4931756853740997, -0.8575088445454605, -0.9930750585995364, 0.05061192583562541, -0.6049659682916185, -0.7269540546112339, -0.6049659682916185, -0.6049659682916185, 1.2413172760382007, -0.7269540546112339, -0.7269540546112339, -0.6049659682916185, -0.2166301846884233, -0.14089403719334986, -0.6049659682916185, -0.8575088445454605, -0.7269540546112339, -0.2166301846884233, -0.2998768358027352, -0.4931756853740997, 0.15574247977751798, -0.3917140741525508, 0.15574247977751798, -0.7269540546112339, -0.2998768358027352, -0.14089403719334986, -0.3917140741525508, 0.4022471890976611, -0.3917140741525508, -0.7269540546112339, -0.2998768358027352, -0.4931756853740997, -0.7269540546112339, -0.9930750585995364, -0.07166966936466904, -0.2998768358027352, -0.6049659682916185, -0.3917140741525508, -0.6049659682916185, -0.008082924365235347, -0.2998768358027352, 0.10504403832117866, -0.8575088445454605, 0.7070657299154736, -0.4931756853740997, -0.4931756853740997, -0.4931756853740997, -0.3917140741525508, -0.6049659682916185, -0.6049659682916185, -0.2166301846884233, -0.3917140741525508, -0.2166301846884233, -0.6049659682916185, -0.07166966936466904, -0.7269540546112339, -0.008082924365235347, -0.2998768358027352, -0.9930750585995364, -0.6049659682916185, -0.3917140741525508, 0.2895554086485116, -0.7269540546112339, 0.8300409605789891, -0.9930750585995364, -0.3917140741525508, -0.2166301846884233, 0.10504403832117866, -0.4931756853740997, -0.8575088445454605, -0.2166301846884233, -0.2166301846884233, -0.7269540546112339, -0.3917140741525508, -0.008082924365235347, -0.4931756853740997, -0.14089403719334986, -0.6049659682916185, -0.3917140741525508, -0.9930750585995364, -0.2998768358027352, -0.2998768358027352, 0.2895554086485116, 0.05061192583562541, -0.6049659682916185, -0.2166301846884233, -0.2998768358027352, -0.3917140741525508, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.6049659682916185, -0.9930750585995364, -0.6049659682916185, -0.8575088445454605, -0.14089403719334986, 0.9013113044771232, -0.7269540546112339, -0.8575088445454605, -0.3917140741525508, -0.3917140741525508, -0.2166301846884233, -0.3917140741525508, 0.4684873763369134, -0.14089403719334986, -0.8575088445454605, -0.14089403719334986, -0.6049659682916185, -0.8575088445454605, -0.07166966936466904, -0.7269540546112339, -0.8575088445454605, -0.2998768358027352, -0.6049659682916185, -0.3917140741525508, -0.2998768358027352, -0.2166301846884233, -0.6049659682916185, -0.2166301846884233, -0.7269540546112339, 0.10504403832117866, -0.8575088445454605, -0.7269540546112339, -0.6049659682916185, -0.008082924365235347, 0.5847010602460834, -0.3917140741525508, -0.7269540546112339, -0.8575088445454605, -0.14089403719334986, 0.6606776643014289, -0.8575088445454605, -0.07166966936466904, -0.4931756853740997, -0.6049659682916185, -0.4931756853740997, -0.7269540546112339, -0.3917140741525508, -0.2166301846884233, -0.2166301846884233, -0.008082924365235347, -0.9930750585995364, -0.8575088445454605, -0.4931756853740997, -0.8575088445454605, 0.6109609892379153, 0.2476505190591498, -0.6049659682916185, 0.10504403832117866, -0.6049659682916185, -0.9930750585995364, -0.2166301846884233, 0.2476505190591498, -0.7269540546112339, -0.14089403719334986, -0.7269540546112339, 0.05061192583562541, -0.2166301846884233, -0.4931756853740997, -0.7269540546112339, -0.7269540546112339, -0.4931756853740997, 1.0792442487251728, -0.6049659682916185, -0.6049659682916185, -0.9930750585995364, -0.6049659682916185, -0.2998768358027352, -0.4931756853740997, -0.14089403719334986, 0.2476505190591498, -0.9930750585995364, 0.05061192583562541, 0.9503006300540464, -0.7269540546112339, -0.4931756853740997, -0.2998768358027352, -0.7269540546112339, -0.6049659682916185, -0.008082924365235347, -0.6049659682916185, -0.4931756853740997, -0.9930750585995364, -0.3917140741525508, 0.2895554086485116, -0.7269540546112339, -0.2166301846884233, -0.6049659682916185, -0.7269540546112339, -0.7269540546112339, -0.4931756853740997, -0.3917140741525508, -0.3917140741525508, -0.4931756853740997, -0.6049659682916185, -0.2166301846884233, -0.9930750585995364, -0.9930750585995364, -0.4931756853740997, -0.7269540546112339, -0.8575088445454605, -0.4931756853740997, -0.07166966936466904, -0.008082924365235347, -0.9930750585995364, -0.3917140741525508, 0.10504403832117866, -0.008082924365235347, -0.9930750585995364, -0.6049659682916185, -0.7269540546112339, -0.07166966936466904, -0.2998768358027352, -0.4931756853740997, 0.6109609892379153, -0.3917140741525508, -0.4931756853740997, 0.10504403832117866, -0.7269540546112339, -0.7269540546112339, 0.05061192583562541, -0.7269540546112339, -0.3917140741525508, -0.6049659682916185, 0.20315259498591132, -0.14089403719334986, 0.6109609892379153, -0.14089403719334986, -0.8575088445454605, -0.7269540546112339, -0.3917140741525508, 1.3099182486545595, -0.3917140741525508, -0.7269540546112339, -0.7269540546112339, -0.3917140741525508, 0.05061192583562541, -0.2998768358027352, -0.2998768358027352, 0.10504403832117866, -0.7269540546112339, -0.2166301846884233, -0.4931756853740997, 1.220383647545825, -0.6049659682916185, -0.07166966936466904, -0.14089403719334986, 0.6109609892379153, -0.4931756853740997, -0.4931756853740997, -0.6049659682916185, -0.2166301846884233, -0.2998768358027352, -0.2166301846884233, -0.6049659682916185, -0.4931756853740997, -0.6049659682916185, 1.2096717065894824, 0.6606776643014289, -0.07166966936466904, -0.4931756853740997, -0.7269540546112339, -0.6049659682916185, -0.2998768358027352, -0.6049659682916185, -0.7269540546112339, -0.4931756853740997, -0.2166301846884233, -0.4931756853740997, -0.3917140741525508, -0.07166966936466904, -0.7269540546112339, 0.5574111073818776, 0.15574247977751798, -0.3917140741525508, -0.14089403719334986, -0.4931756853740997, -0.2166301846884233, -0.6049659682916185, -0.6049659682916185, -0.14089403719334986, -0.9930750585995364, -0.8575088445454605, -0.14089403719334986, -0.8575088445454605, -0.4931756853740997, -0.6049659682916185, -0.3917140741525508, -0.4931756853740997, 0.3291395020801646, -0.2998768358027352, -0.7269540546112339, -0.4931756853740997, -0.7269540546112339, -0.07166966936466904, -0.4931756853740997, -0.4931756853740997, -0.07166966936466904, -0.2166301846884233, 0.3666363000059392, -0.3917140741525508, 0.4361468038505545, 1.0249028778735487, -0.8575088445454605, -0.7269540546112339, -0.4931756853740997, -0.8575088445454605, -0.008082924365235347, -0.7269540546112339, 0.3666363000059392, -0.6049659682916185, 1.0660573071407025, -0.07166966936466904, -0.3917140741525508, -0.7269540546112339, -0.14089403719334986, -0.3917140741525508, -0.7269540546112339, -0.14089403719334986, -0.8575088445454605, -0.4931756853740997, -0.6049659682916185, 0.15574247977751798, -0.6049659682916185, 1.6428357324770284, -0.4931756853740997, 1.5444160643243126, 0.6362644868431867, 1.882017903854936, -0.2166301846884233, -0.07166966936466904, 1.9212251256715551, -0.07166966936466904, -0.3917140741525508, 0.05061192583562541, -0.8575088445454605, -0.3917140741525508, 0.7712888322393059, 0.10504403832117866, -0.8575088445454605, -0.07166966936466904, 1.2309305051923176, -0.4931756853740997, -0.4931756853740997, 0.20315259498591132, -0.6049659682916185, -0.008082924365235347, -0.14089403719334986, -0.6049659682916185, -0.4931756853740997, -0.7269540546112339, -0.4931756853740997, -0.2166301846884233, -0.008082924365235347, 0.7291433927478533, -0.7269540546112339, -0.07166966936466904, 0.3666363000059392, -0.07166966936466904, -0.6049659682916185, 0.20315259498591132, -0.6049659682916185, -0.07166966936466904, -0.6049659682916185, 0.2895554086485116, 0.5290089141444169, -0.2998768358027352, -0.7269540546112339, -0.3917140741525508, 0.15574247977751798, -0.4931756853740997, 1.0921822753397863, -0.4931756853740997, -0.6049659682916185, -0.7269540546112339, -0.7269540546112339, -0.7269540546112339, 1.2910098118168216, -0.2166301846884233, -0.6049659682916185, 0.2895554086485116, -0.4931756853740997, -0.4931756853740997, -0.9930750585995364, -0.008082924365235347, 0.15574247977751798, -0.2166301846884233, -0.7269540546112339, -0.2998768358027352, -0.3917140741525508, -0.3917140741525508, -0.14089403719334986, -0.4931756853740997, -0.07166966936466904, -0.2998768358027352, -0.14089403719334986, -0.07166966936466904, 0.10504403832117866, 0.15574247977751798, -0.4931756853740997, -0.07166966936466904, -0.2998768358027352, -0.2998768358027352, -0.2998768358027352, -0.4931756853740997, 0.2895554086485116, -0.2166301846884233, 0.3291395020801646, -0.07166966936466904, -0.2166301846884233, -0.07166966936466904, 0.15574247977751798, -0.3917140741525508, 0.7914342696304894, -0.008082924365235347, 0.6362644868431867, -0.8575088445454605, 2.1325281585617297, -0.3917140741525508, -0.4931756853740997, -0.3917140741525508, -0.07166966936466904, -0.2998768358027352, -0.14089403719334986, -0.14089403719334986, -0.7269540546112339, -0.2166301846884233, -0.8575088445454605, -0.7269540546112339, 0.2476505190591498, 1.1534434092329826, 0.05061192583562541, -0.2998768358027352, 0.9343557683280466, 0.6362644868431867, -0.4931756853740997, -0.3917140741525508, 1.0526117324918711, -0.2166301846884233, -0.7269540546112339, -0.008082924365235347, 0.6109609892379153, -0.6049659682916185, -0.2998768358027352, -0.2166301846884233, -0.7269540546112339, -0.6049659682916185, 0.5290089141444169, 0.05061192583562541, -0.6049659682916185, 1.01061708397016, 0.4022471890976611, -0.4931756853740997, -0.008082924365235347, -0.7269540546112339, -0.9930750585995364, -0.2998768358027352, -0.4931756853740997, 0.2895554086485116, 1.3722610409145997, -0.3917140741525508, 1.2309305051923176, 1.2813558896426986, -0.3917140741525508, -0.2998768358027352, 0.684260114909011, 0.2895554086485116, 1.5105057828276502, 0.3291395020801646, -0.6049659682916185, -0.4931756853740997, 0.15574247977751798, -0.8575088445454605, -0.2998768358027352, -0.6049659682916185, -0.2998768358027352, -0.2998768358027352, -0.4931756853740997, -0.07166966936466904, -0.2998768358027352, -0.008082924365235347, 0.15574247977751798, -0.3917140741525508, -0.2998768358027352, 0.2476505190591498, -0.6049659682916185, 1.5105057828276502, -0.8575088445454605, -0.3917140741525508, 1.0249028778735487, -0.6049659682916185, 0.4022471890976611, -0.2998768358027352, -0.4931756853740997, -0.14089403719334986, 0.20315259498591132, 1.5767223048420749, -0.008082924365235347, 0.20315259498591132, 0.4022471890976611, -0.3917140741525508, -0.4931756853740997, -0.14089403719334986, 0.3291395020801646, -0.6049659682916185, -0.14089403719334986, 0.10504403832117866, -0.2998768358027352, -0.2998768358027352, -0.2166301846884233, 1.0249028778735487, 1.5035169593956614, -0.2998768358027352, 0.15574247977751798, 0.8841737587282961, 1.0921822753397863, -0.2998768358027352, -0.3917140741525508, -0.008082924365235347, -0.6049659682916185, 1.1650645620270936, -0.4931756853740997, -0.008082924365235347, -0.2998768358027352, 1.6708941100999621, -0.6049659682916185, -0.6049659682916185, -0.07166966936466904, 0.6109609892379153, 0.684260114909011, 0.4022471890976611, -0.07166966936466904, 1.3191799745893422, -0.14089403719334986, 0.10504403832117866, 1.1764917735671596, 0.5290089141444169, -0.008082924365235347, -0.2166301846884233, 0.05061192583562541, 1.969043462563168, 1.1295922445789421, 0.4022471890976611, -0.14089403719334986, 0.20315259498591132, 1.4600127204087603, -0.4931756853740997, -0.6049659682916185, 0.2476505190591498, -0.3917140741525508, 0.2476505190591498, 0.2476505190591498, -0.008082924365235347, -0.14089403719334986, 0.20315259498591132, -0.7269540546112339, 0.9180320924808136, -0.4931756853740997, -0.3917140741525508, 1.3099182486545595, -0.14089403719334986, -0.4931756853740997, 1.3373354005380822, 1.1764917735671596, -0.6049659682916185, -0.8575088445454605, -0.4931756853740997, -0.6049659682916185, -0.14089403719334986, 0.4022471890976611, 1.897972039707626, -0.7269540546112339, 0.20315259498591132, 1.7775669552855493, 0.4361468038505545, -0.6049659682916185, -0.7269540546112339, 1.7822535527099133, -0.2166301846884233, 1.2413172760382007, -0.6049659682916185, -0.008082924365235347, -0.2166301846884233, 0.6109609892379153, 1.6312814221991634, -0.07166966936466904, 1.482111026753318, -0.2166301846884233, -0.14089403719334986, -0.6049659682916185, -0.07166966936466904, 1.482111026753318, -0.2998768358027352, 0.2476505190591498, 0.4022471890976611, 0.9180320924808136, 1.4964559045675536, 1.2910098118168216, -0.4931756853740997, 0.4361468038505545, 0.3666363000059392, 0.4361468038505545, -0.008082924365235347, -0.14089403719334986, 0.15574247977751798, 0.20315259498591132, -0.6049659682916185, -0.2166301846884233, 0.05061192583562541, 0.2895554086485116, -0.14089403719334986, 1.5310532568805422, 0.7505375723188721, 1.4293907259387821, 0.4994022776634458, -0.3917140741525508, 1.9096975974098616, -0.3917140741525508, 2.698083893607464, 0.684260114909011, 1.5510007044332978, -0.008082924365235347, 0.4994022776634458, 0.05061192583562541, 1.4964559045675536, 1.3005293714755966, -0.14089403719334986, 2.4663216666110768, 1.5639825706828294, 1.0249028778735487, -0.14089403719334986, 0.6362644868431867, 0.3666363000059392, 1.421515925183651, 0.4684873763369134, -0.008082924365235347, 2.0922207874314918, 1.5953971535541416, 0.5847010602460834, 0.5574111073818776, 0.2476505190591498, 1.6195282562840834, -0.2998768358027352, -0.14089403719334986, -0.008082924365235347, -0.2166301846884233, 1.4054887835601448, 0.3291395020801646, 0.4994022776634458, 0.2476505190591498, 0.3666363000059392, 0.10504403832117866, -0.2166301846884233, -0.14089403719334986, 0.15574247977751798, 0.3291395020801646, 0.7914342696304894, -0.14089403719334986, -0.2166301846884233, 0.4022471890976611, 0.5574111073818776, 0.10504403832117866, 2.2620108988933527, 0.4684873763369134, 1.7186649676309218, 0.6606776643014289, 2.4202306507229707, 1.5444160643243126, 1.6978449339441228, 1.2715637676606728, 1.0249028778735487, 0.6362644868431867, 1.4371758216339303, 2.271198958081536, 0.3291395020801646, 0.05061192583562541, 1.7633109819829789, 2.1914184341736003, 1.805215760949331, 1.2715637676606728, 0.15574247977751798, 0.6362644868431867, -0.008082924365235347, 0.2895554086485116, 1.2715637676606728, -0.3917140741525508, -0.2166301846884233, 0.5847010602460834, -0.2998768358027352, 0.3291395020801646, 2.026910965037628, 1.8361181162602864, 0.7291433927478533, -0.008082924365235347, -0.7269540546112339, 0.20315259498591132, 2.055669384860632, 2.5912825654481937, 0.9811210705113256, 0.15574247977751798, 1.5510007044332978, 2.3089242136914114, 0.2476505190591498, 2.033407265916802, 2.668143971906942, -0.2166301846884233, 2.2408739651591314, 0.15574247977751798, 0.9180320924808136, -0.2998768358027352, -0.14089403719334986, 0.4022471890976611, 1.7487509689224452, -0.008082924365235347, 0.7914342696304894, -0.07166966936466904, 1.840420720532545, 2.0103944246742174, 0.9013113044771232, 1.7487509689224452, 2.0462172540569328, 3.817340680254812, 1.5892287647270733, 0.7505375723188721, 2.1652782814972427, -0.008082924365235347, 1.3191799745893422, 1.5830041594912505, 0.7070657299154736, -0.07166966936466904, 1.882017903854936, 0.4361468038505545, 0.3291395020801646, 0.7505375723188721, 1.482111026753318, 0.4361468038505545, 1.7388688783523458, 0.05061192583562541, 1.954683698853228, 1.4524849006855578, 1.3807206199539577, 1.9362984357518256, 0.10504403832117866, 2.0301668448161627, 1.0388972292184682, 1.4600127204087603, 2.8913051268490717, 1.5174238358159569, 1.1987894489470232, -0.3917140741525508, 2.23608661373856, 1.901902982023664, 2.0525331975469894, 1.9831073261499232, 0.6606776643014289, 1.9212251256715551, 0.05061192583562541, 0.15574247977751798, 1.8656819352983889, 1.0249028778735487, 1.7338736731098303, -0.2998768358027352, 1.82304515845976, 0.15574247977751798, -0.14089403719334986, 1.8141886651977976, 3.4732088461302726, 2.2550377468683656, 2.181082215101808, 1.1534434092329826, -0.6049659682916185, 1.901902982023664, 2.7244205262334438, 2.515901560820995, 1.6485403957433968, 2.181082215101808, 1.786908196808345, 0.4022471890976611, 2.3089242136914114, 2.3024165629803126, 1.3636954659973122, 1.2910098118168216, 1.853168173327524, 2.257370057149435, 1.8698027247937032, 1.9654817452964688, 0.05061192583562541, 1.421515925183651, 1.1048805698154327, 1.6653739078835097, 1.3373354005380822, 1.9654817452964688, 0.2895554086485116, 2.3364281873131905, 1.5703821390689334, 0.2476505190591498, 2.6274190617033972, -0.4931756853740997, 1.9135617785227013, 1.7536388888118497, 1.3890767895247518, 2.4220621640367987, 0.6109609892379153, 1.6312814221991634, -0.07166966936466904, 1.7633109819829789, 2.106891073405402, 2.159927911868884, -0.2166301846884233, 1.82304515845976, 1.4054887835601448, 0.8300409605789891, 1.9725866898261488, 1.9725866898261488, 2.159927911868884, 1.7031097612519526, 1.2096717065894824, 2.660449120155116, 0.9811210705113256, 0.20315259498591132, 2.47314418803161, 2.1914184341736003, 3.3517054161378144, 2.989614855929382, 2.384463947963499, 2.020352234674094, 1.83178822110071, 2.390237454063774, 2.3024165629803126, 0.7914342696304894, 2.1380968238620945, 1.5510007044332978, -0.3917140741525508, 1.9510460513602856, 1.5892287647270733, 2.304592682832802, 2.2980433931457793, 1.713519173632296, 2.325980513633475, 1.7338736731098303, 2.080253186951497, 1.1534434092329826, 1.4524849006855578, 1.8698027247937032, 1.990032056610352, 1.9135617785227013, 2.149099661018346, 2.000289175451032, 3.0776298988854043, 2.0618988527574142, 2.536315763623437, 2.058791226393509, 2.1380968238620945, 2.436539943332252, 2.665588651129787, 3.0962672313668387, 2.3238716455695743, 1.6485403957433968, 1.613574942240209, 0.4684873763369134, 1.6195282562840834, 2.2526974378565328, 2.3067618851248497, 1.613574942240209, 2.221519688383477, 1.2813558896426986, 1.1295922445789421, 1.3373354005380822, 0.2895554086485116, 1.6541977985743197, 1.877970416835244, 2.291430636340931, 0.5290089141444169, 1.7915313201002034, 1.954683698853228, 1.9135617785227013, 1.827430686815048, 2.4128550387406102, 2.865060212155889, 3.3488898864628087, 2.0236394784229006, 1.5830041594912505, 1.9212251256715551, 2.4964997267126225, 2.2239692056406883, 2.432949194512469, 1.4893211117427159, 2.2892120666552542, 2.020352234674094, 2.5014021489930425, 2.8726623321758864, -0.07166966936466904, 1.9796184350806718, 2.8427201427538846, 2.3238716455695743, 1.8860415325789197, 1.1650645620270936, 2.007042605148494, 2.515901560820995, 2.3024165629803126, 2.3089242136914114, 1.0660573071407025, 2.8287548286546653, 2.45769645393752, 2.7829050428579216, 2.757652946937036, 1.8860415325789197, 2.1626083401409604, 2.390237454063774, 2.058791226393509, 3.5456444722605114, 3.180703080245721, 2.282512748765727, 2.2016004296433924, 2.9366593420222205, 2.445435007670985, 2.6944124642036265, 2.026910965037628, -0.14089403719334986, 2.7818263415433715, 2.628771423395986, 2.608199052122362, 1.905811415859364, 1.9212251256715551, 0.3291395020801646, 2.5768578921576557, 2.5174937513034563, 3.0976277328735904, 2.386393882819529, 1.6541977985743197, 2.8839090208440985, 1.7388688783523458, 2.1380968238620945, 3.7367999598128914, 2.106891073405402, 1.5105057828276502, 3.4657218282748317, 2.2456279651332167, 1.83178822110071, 2.115544220911933, 3.322035717344552, 2.3688247592866154, 2.1463655379589093, 1.8489454168474777, 1.2813558896426986, 3.3413245070965405, 2.5753985103447885, 1.827430686815048, 1.3722610409145997, 1.3005293714755966, 3.0949040116413027, 2.3024165629803126, 2.4016399520860467, 2.157236913991758, 2.0951801816061493, 2.1212526265391896, 2.1862698939775425, 3.217592792318438, 2.3024165629803126, 1.9135617785227013, 2.5531247362692486, 1.5310532568805422, 1.901902982023664, 2.23608661373856, 2.6757530131333183, 2.300233481311824, 2.5190822352063584, 2.64214963564026, 2.13531817117352, 3.2210042685981835, 2.101060746915257, 2.8337753169875235, -0.8575088445454605, -0.9930750585995364, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.4931756853740997, -0.9930750585995364, -0.8575088445454605, -0.6049659682916185, -0.9930750585995364, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.7269540546112339, -0.9930750585995364, -0.9930750585995364, -0.9930750585995364, -0.9930750585995364, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.6049659682916185, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.4931756853740997, -0.7269540546112339, -0.7269540546112339, -0.14089403719334986, -0.9930750585995364, -0.9930750585995364, -0.6049659682916185, -0.8575088445454605, -0.9930750585995364, -0.6049659682916185, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.4931756853740997, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.2166301846884233, -0.6049659682916185, -0.6049659682916185, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, -0.9930750585995364, -0.9930750585995364, -0.6049659682916185, -0.9930750585995364, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, 0.2476505190591498, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.8575088445454605, -0.4931756853740997, -0.6049659682916185, -0.8575088445454605, -0.3917140741525508, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.6049659682916185, -0.9930750585995364, -0.9930750585995364, -0.9930750585995364, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.4931756853740997, -0.8575088445454605, -0.7269540546112339, -0.9930750585995364, -0.9930750585995364, -0.7269540546112339, -0.8575088445454605, -0.7269540546112339, -0.3917140741525508, -0.7269540546112339, 1.01061708397016, -0.9930750585995364, -0.6049659682916185, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.7269540546112339, -0.7269540546112339, -0.9930750585995364, -0.9930750585995364, -0.8575088445454605, -0.9930750585995364, -0.9930750585995364, -0.9930750585995364, -0.4931756853740997, -0.8575088445454605, -0.8575088445454605, -0.3917140741525508, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.7269540546112339, -0.6049659682916185, -0.7269540546112339, -0.9930750585995364, -0.4931756853740997, -0.9930750585995364, -0.8575088445454605, -0.9930750585995364, -0.9930750585995364, -0.07166966936466904, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.6049659682916185, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.4931756853740997, -0.6049659682916185, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.6049659682916185, -0.9930750585995364, -0.8575088445454605, -0.6049659682916185, -0.7269540546112339, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.14089403719334986, -0.4931756853740997, -0.7269540546112339, -0.3917140741525508, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, -0.4931756853740997, -0.6049659682916185, -0.9930750585995364, -0.6049659682916185, -0.7269540546112339, -0.3917140741525508, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.3917140741525508, -0.8575088445454605, -0.8575088445454605, 0.8665983276436171, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.4931756853740997, -0.9930750585995364, -0.8575088445454605, -0.6049659682916185, -0.8575088445454605, -0.2166301846884233, -0.7269540546112339, -0.8575088445454605, -0.7269540546112339, -0.6049659682916185, -0.7269540546112339, -0.6049659682916185, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.6049659682916185, -0.6049659682916185, -0.9930750585995364, -0.8575088445454605, -0.9930750585995364, -0.3917140741525508, -0.9930750585995364, -0.8575088445454605, -0.9930750585995364, -0.9930750585995364, -0.4931756853740997, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.7269540546112339, -0.2998768358027352, -0.8575088445454605, -0.008082924365235347, -0.7269540546112339, -0.9930750585995364, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.6049659682916185, -0.6049659682916185, -0.7269540546112339, -0.6049659682916185, -0.8575088445454605, -0.9930750585995364, -0.4931756853740997, -0.9930750585995364, -0.9930750585995364, -0.9930750585995364, -0.8575088445454605, -0.2998768358027352, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.7269540546112339, -0.6049659682916185, -0.9930750585995364, -0.8575088445454605, -0.9930750585995364, -0.9930750585995364, -0.8575088445454605, -0.3917140741525508, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, 0.05061192583562541, -0.6049659682916185, -0.8575088445454605, -0.3917140741525508, -0.2998768358027352, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.4931756853740997, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.4931756853740997, -0.9930750585995364, -0.7269540546112339, 0.3291395020801646, -0.7269540546112339, -0.9930750585995364, -0.8575088445454605, -0.6049659682916185, -0.7269540546112339, -0.4931756853740997, -0.8575088445454605, -0.8575088445454605, -0.4931756853740997, -0.9930750585995364, -0.008082924365235347, -0.8575088445454605, -0.6049659682916185, 0.05061192583562541, -0.7269540546112339, -0.3917140741525508, -0.6049659682916185, -0.9930750585995364, -0.6049659682916185, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, -0.6049659682916185, -0.6049659682916185, -0.9930750585995364, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, 0.4684873763369134, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.7269540546112339, 0.2895554086485116, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.3917140741525508, -0.9930750585995364, -0.3917140741525508, -0.2998768358027352, 0.2476505190591498, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.9930750585995364, -0.9930750585995364, -0.07166966936466904, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.9930750585995364, -0.7269540546112339, -0.4931756853740997, 0.5847010602460834, -0.7269540546112339, -0.7269540546112339, -0.9930750585995364, -0.8575088445454605, 0.2476505190591498, -0.7269540546112339, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.14089403719334986, -0.6049659682916185, -0.8575088445454605, -0.2166301846884233, -0.6049659682916185, -0.7269540546112339, -0.9930750585995364, -0.8575088445454605, -0.9930750585995364, -0.6049659682916185, -0.4931756853740997, 0.05061192583562541, -0.7269540546112339, -0.4931756853740997, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, -0.7269540546112339, -0.2998768358027352, -0.7269540546112339, -0.7269540546112339, -0.7269540546112339, -0.6049659682916185, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.9930750585995364, -0.8575088445454605, 0.7070657299154736, -0.7269540546112339, -0.6049659682916185, -0.9930750585995364, -0.9930750585995364, -0.07166966936466904, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.6049659682916185, -0.9930750585995364, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.4931756853740997, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.9930750585995364, -0.6049659682916185, -0.2998768358027352, -0.8575088445454605, -0.4931756853740997, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.4931756853740997, -0.4931756853740997, -0.9930750585995364, 0.3666363000059392, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.6049659682916185, -0.9930750585995364, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.4931756853740997, -0.8575088445454605, -0.9930750585995364, 0.3666363000059392, -0.8575088445454605, -0.8575088445454605, 0.4022471890976611, -0.3917140741525508, -0.4931756853740997, -0.9930750585995364, -0.6049659682916185, -0.9930750585995364, -0.6049659682916185, -0.6049659682916185, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.6049659682916185, -0.9930750585995364, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.9930750585995364, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.9930750585995364, -0.4931756853740997, -0.7269540546112339, -0.2998768358027352, -0.6049659682916185, -0.3917140741525508, -0.9930750585995364, -0.6049659682916185, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.4931756853740997, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.9930750585995364, -0.7269540546112339, -0.7269540546112339, 0.3666363000059392, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.9930750585995364, -0.9930750585995364, -0.7269540546112339, -0.6049659682916185, -0.8575088445454605, 0.6362644868431867, -0.3917140741525508, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, 0.5847010602460834, -0.7269540546112339, -0.8575088445454605, -0.4931756853740997, -0.8575088445454605, -0.7269540546112339, -0.6049659682916185, -0.8575088445454605, -0.8575088445454605, -0.6049659682916185, -0.6049659682916185, -0.6049659682916185, -0.6049659682916185, -0.9930750585995364, -0.9930750585995364, -0.7269540546112339, -0.6049659682916185, -0.8575088445454605, -0.6049659682916185, 1.0388972292184682, -0.6049659682916185, -0.8575088445454605, -0.3917140741525508, -0.9930750585995364, 0.20315259498591132, -0.7269540546112339, -0.4931756853740997, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, -0.6049659682916185, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.4931756853740997, -0.6049659682916185, 0.05061192583562541, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.7269540546112339, -0.9930750585995364, -0.6049659682916185, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.7269540546112339, -0.4931756853740997, -0.6049659682916185, -0.9930750585995364, -0.4931756853740997, -0.8575088445454605, -0.2998768358027352, -0.8575088445454605, -0.9930750585995364, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.6049659682916185, -0.9930750585995364, -0.2166301846884233, 0.4994022776634458, -0.9930750585995364, -0.6049659682916185, -0.6049659682916185, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, 0.4022471890976611, -0.7269540546112339, -0.6049659682916185, -0.2998768358027352, -0.9930750585995364, -0.6049659682916185, -0.3917140741525508, -0.4931756853740997, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.6049659682916185, -0.9930750585995364, -0.4931756853740997, -0.9930750585995364, -0.7269540546112339, -0.7269540546112339, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.6049659682916185, -0.6049659682916185, -0.7269540546112339, -0.4931756853740997, -0.7269540546112339, 0.6109609892379153, -0.3917140741525508, 0.6606776643014289, 0.3291395020801646, -0.3917140741525508, -0.7269540546112339, -0.9930750585995364, 0.4361468038505545, -0.6049659682916185, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.4931756853740997, -0.3917140741525508, -0.7269540546112339, -0.9930750585995364, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.6049659682916185, -0.9930750585995364, 0.10504403832117866, -0.8575088445454605, -0.2998768358027352, -0.2998768358027352, -0.8575088445454605, -0.6049659682916185, -0.4931756853740997, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.9930750585995364, -0.9930750585995364, 0.3666363000059392, -0.7269540546112339, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, -0.6049659682916185, -0.6049659682916185, -0.2998768358027352, -0.7269540546112339, -0.8575088445454605, -0.2166301846884233, -0.9930750585995364, -0.6049659682916185, -0.3917140741525508, -0.4931756853740997, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, -0.7269540546112339, -0.9930750585995364, -0.6049659682916185, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.6049659682916185, 0.15574247977751798, -0.7269540546112339, -0.6049659682916185, -0.6049659682916185, -0.9930750585995364, -0.7269540546112339, -0.2166301846884233, -0.9930750585995364, -0.9930750585995364, -0.6049659682916185, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.6049659682916185, -0.4931756853740997, -0.9930750585995364, -0.4931756853740997, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.7269540546112339, -0.6049659682916185, -0.9930750585995364, -0.3917140741525508, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, -0.2166301846884233, -0.9930750585995364, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.8575088445454605, -0.9930750585995364, -0.6049659682916185, -0.8575088445454605, -0.4931756853740997, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.7269540546112339, 0.8110078947414201, -0.8575088445454605, -0.8575088445454605, -0.4931756853740997, 0.5290089141444169, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, -0.6049659682916185, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.3917140741525508, -0.2998768358027352, -0.2998768358027352, 0.20315259498591132, -0.9930750585995364, -0.4931756853740997, 0.10504403832117866, -0.4931756853740997, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.9930750585995364, -0.7269540546112339, -0.14089403719334986, -0.9930750585995364, -0.6049659682916185, -0.6049659682916185, -0.6049659682916185, -0.3917140741525508, -0.4931756853740997, -0.7269540546112339, -0.9930750585995364, -0.9930750585995364, -0.9930750585995364, -0.8575088445454605, -0.2166301846884233, -0.9930750585995364, -0.9930750585995364, 0.9013113044771232, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.4931756853740997, -0.6049659682916185, -0.7269540546112339, -0.8575088445454605, -0.6049659682916185, -0.7269540546112339, -0.9930750585995364, -0.7269540546112339, -0.8575088445454605, -0.6049659682916185, -0.6049659682916185, -0.8575088445454605, -0.3917140741525508, -0.6049659682916185, -0.6049659682916185, -0.8575088445454605, -0.6049659682916185, -0.7269540546112339, -0.2166301846884233, -0.008082924365235347, -0.9930750585995364, -0.6049659682916185, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.9930750585995364, -0.6049659682916185, -0.7269540546112339, -0.8575088445454605, -0.6049659682916185, -0.9930750585995364, -0.6049659682916185, -0.8575088445454605, -0.2998768358027352, -0.6049659682916185, -0.4931756853740997, -0.6049659682916185, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.4931756853740997, -0.4931756853740997, -0.8575088445454605, -0.6049659682916185, -0.7269540546112339, -0.6049659682916185, -0.9930750585995364, -0.7269540546112339, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, -0.2998768358027352, -0.7269540546112339, -0.9930750585995364, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.3917140741525508, -0.4931756853740997, -0.9930750585995364, -0.7269540546112339, -0.2998768358027352, -0.008082924365235347, -0.7269540546112339, -0.7269540546112339, -0.7269540546112339, -0.9930750585995364, -0.2998768358027352, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, 0.6109609892379153, -0.9930750585995364, -0.4931756853740997, -0.8575088445454605, -0.14089403719334986, -0.9930750585995364, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.9930750585995364, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.07166966936466904, -0.6049659682916185, -0.2166301846884233, -0.7269540546112339, 0.8300409605789891, -0.7269540546112339, -0.8575088445454605, -0.6049659682916185, -0.9930750585995364, -0.9930750585995364, -0.9930750585995364, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.7269540546112339, -0.6049659682916185, -0.3917140741525508, -0.7269540546112339, -0.3917140741525508, -0.9930750585995364, -0.4931756853740997, -0.9930750585995364, -0.8575088445454605, -0.6049659682916185, -0.7269540546112339, -0.9930750585995364, -0.7269540546112339, 0.5847010602460834, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.8575088445454605, -0.7269540546112339, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.9930750585995364, -0.7269540546112339, -0.3917140741525508, -0.7269540546112339, 0.4994022776634458, -0.4931756853740997, -0.9930750585995364, -0.7269540546112339, 0.05061192583562541, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, -0.6049659682916185, -0.7269540546112339, -0.9930750585995364, -0.9930750585995364, -0.14089403719334986, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.6049659682916185, -0.7269540546112339, -0.7269540546112339, -0.6049659682916185, -0.7269540546112339, -0.7269540546112339, -0.4931756853740997, -0.7269540546112339, -0.9930750585995364, -0.6049659682916185, -0.4931756853740997, -0.3917140741525508, -0.7269540546112339, -0.4931756853740997, -0.8575088445454605, -0.14089403719334986, -0.6049659682916185, -0.7269540546112339, -0.8575088445454605, 0.15574247977751798, -0.8575088445454605, -0.3917140741525508, -0.8575088445454605, -0.4931756853740997, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.9930750585995364, -0.4931756853740997, -0.9930750585995364, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, 0.05061192583562541, -0.7269540546112339, -0.9930750585995364, -0.6049659682916185, -0.7269540546112339, -0.6049659682916185, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, 0.3291395020801646, -0.8575088445454605, -0.7269540546112339, 0.3291395020801646, -0.4931756853740997, -0.6049659682916185, -0.9930750585995364, -0.9930750585995364, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.7269540546112339, -0.7269540546112339, -0.2166301846884233, -0.8575088445454605, -0.6049659682916185, 0.4361468038505545, -0.9930750585995364, -0.9930750585995364, -0.8575088445454605, -0.4931756853740997, -0.8575088445454605, -0.8575088445454605, -0.3917140741525508, -0.8575088445454605, -0.8575088445454605, -0.6049659682916185, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.2998768358027352, -0.8575088445454605, -0.7269540546112339, -0.008082924365235347, -0.7269540546112339, -0.9930750585995364, -0.9930750585995364, -0.8575088445454605, -0.4931756853740997, -0.6049659682916185, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.4931756853740997, -0.9930750585995364, -0.9930750585995364, -0.8575088445454605, -0.3917140741525508, -0.9930750585995364, 0.5574111073818776, -0.9930750585995364, -0.6049659682916185, -0.7269540546112339, -0.6049659682916185, -0.6049659682916185, -0.9930750585995364, -0.8575088445454605, -0.7269540546112339, -0.2998768358027352, -0.9930750585995364, -0.9930750585995364, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.07166966936466904, -0.7269540546112339, -0.07166966936466904, -0.8575088445454605, -0.2166301846884233, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, 0.5847010602460834, -0.6049659682916185, -0.6049659682916185, -0.9930750585995364, -0.8575088445454605, -0.4931756853740997, -0.7269540546112339, -0.4931756853740997, 0.20315259498591132, -0.9930750585995364, -0.8575088445454605, -0.6049659682916185, -0.9930750585995364, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.4931756853740997, -0.8575088445454605, -0.2998768358027352, -0.9930750585995364, -0.9930750585995364, -0.9930750585995364, -0.9930750585995364, -0.9930750585995364, -0.6049659682916185, 0.05061192583562541, -0.8575088445454605, -0.8575088445454605, -0.2998768358027352, -0.7269540546112339, 0.10504403832117866, -0.6049659682916185, -0.2166301846884233, -0.8575088445454605, 0.8485622501535722, -0.9930750585995364, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, 0.6109609892379153, -0.7269540546112339, -0.2166301846884233, 0.4684873763369134, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, -0.4931756853740997, -0.3917140741525508, -0.8575088445454605, -0.7269540546112339, -0.2998768358027352, -0.7269540546112339, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, -0.4931756853740997, -0.7269540546112339, -0.6049659682916185, -0.7269540546112339, -0.9930750585995364, -0.3917140741525508, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.2166301846884233, -0.4931756853740997, -0.8575088445454605, -0.9930750585995364, -0.4931756853740997, -0.6049659682916185, -0.8575088445454605, -0.8575088445454605, -0.3917140741525508, -0.6049659682916185, -0.6049659682916185, -0.8575088445454605, -0.9930750585995364, -0.9930750585995364, -0.6049659682916185, -0.7269540546112339, -0.8575088445454605, -0.6049659682916185, -0.4931756853740997, -0.8575088445454605, -0.4931756853740997, -0.4931756853740997, -0.6049659682916185, -0.7269540546112339, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, -0.9930750585995364, -0.9930750585995364, -0.9930750585995364, -0.7269540546112339, -0.7269540546112339, -0.4931756853740997, -0.7269540546112339, -0.9930750585995364, -0.7269540546112339, -0.4931756853740997, -0.7269540546112339, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, -0.3917140741525508, -0.7269540546112339, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, -0.7269540546112339, -0.6049659682916185, -0.6049659682916185, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.2998768358027352, -0.4931756853740997, -0.7269540546112339, -0.4931756853740997, -0.2166301846884233, -0.6049659682916185, -0.14089403719334986, -0.8575088445454605, -0.6049659682916185, -0.9930750585995364, -0.2998768358027352, -0.6049659682916185, -0.14089403719334986, -0.6049659682916185, -0.8575088445454605, -0.8575088445454605, -0.6049659682916185, -0.7269540546112339, -0.8575088445454605, -0.6049659682916185, -0.2166301846884233, -0.07166966936466904, -0.7269540546112339, -0.4931756853740997, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, -0.6049659682916185, -0.4931756853740997, -0.9930750585995364, -0.9930750585995364, -0.7269540546112339, -0.6049659682916185, 1.2813558896426986, -0.6049659682916185, -0.8575088445454605, -0.8575088445454605, -0.4931756853740997, -0.7269540546112339, -0.6049659682916185, -0.8575088445454605, -0.3917140741525508, -0.7269540546112339, -0.4931756853740997, -0.2998768358027352, -0.2166301846884233, -0.8575088445454605, -0.4931756853740997, -0.7269540546112339, -0.6049659682916185, -0.6049659682916185, -0.9930750585995364, -0.9930750585995364, -0.4931756853740997, -0.3917140741525508, -0.8575088445454605, -0.9930750585995364, -0.4931756853740997, -0.8575088445454605, -0.6049659682916185, -0.8575088445454605, -0.8575088445454605, 1.0792442487251728, -0.7269540546112339, -0.8575088445454605, -0.6049659682916185, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.8575088445454605, -0.2998768358027352, 0.4994022776634458, -0.8575088445454605, -0.8575088445454605, -0.4931756853740997, -0.8575088445454605, -0.6049659682916185, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, -0.4931756853740997, -0.2998768358027352, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.6049659682916185, -0.8575088445454605, -0.9930750585995364, -0.4931756853740997, -0.7269540546112339, -0.4931756853740997, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, -0.6049659682916185, -0.6049659682916185, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.6049659682916185, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, -0.2166301846884233, -0.8575088445454605, -0.9930750585995364, -0.14089403719334986, -0.9930750585995364, -0.7269540546112339, -0.6049659682916185, -0.9930750585995364, -0.7269540546112339, 0.3291395020801646, -0.7269540546112339, -0.6049659682916185, -0.8575088445454605, -0.4931756853740997, -0.3917140741525508, -0.9930750585995364, -0.7269540546112339, 0.10504403832117866, -0.7269540546112339, -0.2998768358027352, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.9930750585995364, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, 0.15574247977751798, -0.7269540546112339, 0.10504403832117866, -0.7269540546112339, -0.8575088445454605, -0.3917140741525508, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.07166966936466904, 0.3666363000059392, -0.7269540546112339, -0.8575088445454605, -0.4931756853740997, -0.6049659682916185, -0.9930750585995364, -0.8575088445454605, -0.7269540546112339, -0.2998768358027352, -0.9930750585995364, -0.7269540546112339, -0.6049659682916185, -0.008082924365235347, 1.0388972292184682, -0.8575088445454605, -0.7269540546112339, -0.2998768358027352, -0.8575088445454605, -0.4931756853740997, -0.4931756853740997, -0.3917140741525508, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.9930750585995364, -0.6049659682916185, -0.8575088445454605, -0.3917140741525508, -0.8575088445454605, -0.6049659682916185, -0.3917140741525508, -0.7269540546112339, -0.6049659682916185, 0.3291395020801646, -0.6049659682916185, -0.3917140741525508, -0.3917140741525508, -0.7269540546112339, -0.9930750585995364, -0.2166301846884233, -0.8575088445454605, -0.9930750585995364, -0.2166301846884233, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.8575088445454605, -0.2998768358027352, -0.9930750585995364, -0.7269540546112339, -0.6049659682916185, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, 0.4994022776634458, -0.7269540546112339, -0.9930750585995364, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.7269540546112339, -0.6049659682916185, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.6049659682916185, -0.9930750585995364, -0.9930750585995364, -0.4931756853740997, -0.8575088445454605, -0.6049659682916185, -0.8575088445454605, -0.9930750585995364, -0.9930750585995364, -0.9930750585995364, 0.6362644868431867, -0.7269540546112339, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.6049659682916185, -0.7269540546112339, -0.6049659682916185, -0.9930750585995364, -0.7269540546112339, -0.3917140741525508, -0.8575088445454605, -0.8575088445454605, -0.2998768358027352, -0.7269540546112339, -0.6049659682916185, -0.6049659682916185, -0.9930750585995364, -0.9930750585995364, -0.2998768358027352, -0.6049659682916185, 0.4361468038505545, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.9930750585995364, -0.6049659682916185, -0.2998768358027352, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.4931756853740997, -0.7269540546112339, 1.2309305051923176, -0.4931756853740997, -0.6049659682916185, -0.9930750585995364, -0.6049659682916185, -0.2166301846884233, -0.7269540546112339, -0.6049659682916185, -0.6049659682916185, -0.9930750585995364, -0.2998768358027352, -0.8575088445454605, -0.6049659682916185, 0.3666363000059392, -0.8575088445454605, -0.8575088445454605, -0.3917140741525508, -0.4931756853740997, -0.9930750585995364, 0.5290089141444169, -0.4931756853740997, 0.15574247977751798, -0.8575088445454605, -0.8575088445454605, -0.6049659682916185, -0.2166301846884233, -0.7269540546112339, -0.008082924365235347, -0.3917140741525508, -0.8575088445454605, -0.9930750585995364, -0.9930750585995364, -0.8575088445454605, 0.7914342696304894, -0.9930750585995364, -0.7269540546112339, -0.07166966936466904, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, 0.8300409605789891, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, 0.6362644868431867, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.2998768358027352, -0.2166301846884233, -0.9930750585995364, 0.5290089141444169, -0.2166301846884233, -0.6049659682916185, -0.8575088445454605, 0.15574247977751798, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.4931756853740997, -0.8575088445454605, -0.3917140741525508, -0.4931756853740997, -0.2166301846884233, -0.6049659682916185, -0.9930750585995364, -0.6049659682916185, -0.8575088445454605, -0.6049659682916185, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.07166966936466904, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.6049659682916185, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, 0.3666363000059392, -0.7269540546112339, -0.6049659682916185, 0.7070657299154736, -0.8575088445454605, -0.9930750585995364, -0.4931756853740997, -0.8575088445454605, 0.9013113044771232, -0.8575088445454605, -0.8575088445454605, 0.684260114909011, -0.9930750585995364, -0.8575088445454605, -0.3917140741525508, -0.4931756853740997, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.6049659682916185, -0.9930750585995364, -0.7269540546112339, -0.14089403719334986, -0.6049659682916185, -0.6049659682916185, -0.6049659682916185, -0.9930750585995364, -0.8575088445454605, -0.6049659682916185, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.9930750585995364, -0.2998768358027352, -0.6049659682916185, 0.3291395020801646, -0.2166301846884233, -0.6049659682916185, -0.7269540546112339, -0.9930750585995364, -0.4931756853740997, -0.6049659682916185, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.6049659682916185, -0.4931756853740997, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, 1.1987894489470232, 0.05061192583562541, -0.9930750585995364, -0.8575088445454605, -0.9930750585995364, -0.3917140741525508, -0.4931756853740997, -0.8575088445454605, -0.4931756853740997, -0.6049659682916185, -0.7269540546112339, -0.4931756853740997, -0.008082924365235347, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.6049659682916185, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.4931756853740997, -0.6049659682916185, -0.9930750585995364, -0.3917140741525508, -0.4931756853740997, -0.7269540546112339, -0.3917140741525508, -0.7269540546112339, -0.8575088445454605, -0.7269540546112339, -0.9930750585995364, -0.4931756853740997, -0.7269540546112339, -0.2166301846884233, -0.7269540546112339, -0.8575088445454605, -0.14089403719334986, -0.7269540546112339, -0.6049659682916185, -0.7269540546112339, -0.9930750585995364, -0.9930750585995364, -0.14089403719334986, -0.7269540546112339, -0.6049659682916185, 0.5290089141444169, -0.7269540546112339, -0.8575088445454605, -0.4931756853740997, -0.8575088445454605, -0.7269540546112339, -0.14089403719334986, -0.6049659682916185, -0.4931756853740997, 0.15574247977751798, -0.6049659682916185, -0.4931756853740997, -0.7269540546112339, -0.8575088445454605, -0.2166301846884233, -0.7269540546112339, -0.14089403719334986, -0.6049659682916185, -0.4931756853740997, -0.9930750585995364, -0.6049659682916185, -0.8575088445454605, -0.6049659682916185, -0.4931756853740997, -0.7269540546112339, -0.6049659682916185, -0.8575088445454605, -0.7269540546112339, -0.4931756853740997, 0.3666363000059392, 1.0526117324918711, -0.7269540546112339, -0.2166301846884233, -0.6049659682916185, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.008082924365235347, -0.8575088445454605, 0.2895554086485116, -0.7269540546112339, -0.6049659682916185, -0.6049659682916185, -0.6049659682916185, -0.3917140741525508, -0.7269540546112339, -0.9930750585995364, -0.9930750585995364, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, -0.7269540546112339, -0.4931756853740997, -0.008082924365235347, -0.7269540546112339, -0.7269540546112339, -0.14089403719334986, -0.9930750585995364, 1.0792442487251728, -0.9930750585995364, -0.4931756853740997, 0.10504403832117866, -0.4931756853740997, -0.3917140741525508, -0.6049659682916185, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.7269540546112339, -0.14089403719334986, -0.9930750585995364, -0.4931756853740997, -0.6049659682916185, -0.07166966936466904, 0.10504403832117866, -0.14089403719334986, -0.3917140741525508, -0.4931756853740997, -0.3917140741525508, -0.8575088445454605, -0.6049659682916185, -0.9930750585995364, 0.15574247977751798, -0.9930750585995364, -0.6049659682916185, -0.2998768358027352, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, 0.20315259498591132, -0.6049659682916185, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.3917140741525508, -0.2998768358027352, -0.6049659682916185, -0.2998768358027352, -0.6049659682916185, -0.8575088445454605, -0.6049659682916185, -0.4931756853740997, -0.7269540546112339, -0.7269540546112339, -0.3917140741525508, -0.2998768358027352, -0.8575088445454605, -0.7269540546112339, -0.6049659682916185, -0.7269540546112339, -0.8575088445454605, -0.3917140741525508, -0.8575088445454605, -0.7269540546112339, 0.05061192583562541, -0.9930750585995364, -0.9930750585995364, -0.7269540546112339, -0.6049659682916185, -0.2166301846884233, -0.2998768358027352, -0.6049659682916185, -0.2166301846884233, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.4931756853740997, -0.7269540546112339, -0.8575088445454605, -0.2998768358027352, -0.6049659682916185, -0.7269540546112339, 0.20315259498591132, 0.7291433927478533, 0.05061192583562541, -0.3917140741525508, -0.9930750585995364, -0.6049659682916185, 0.9658837477899314, -0.7269540546112339, 0.05061192583562541, -0.6049659682916185, 0.4361468038505545, 0.10504403832117866, -0.2998768358027352, -0.2166301846884233, -0.8575088445454605, -0.7269540546112339, -0.4931756853740997, -0.7269540546112339, -0.6049659682916185, -0.9930750585995364, -0.8575088445454605, -0.7269540546112339, -0.14089403719334986, -0.7269540546112339, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.4931756853740997, -0.4931756853740997, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, -0.4931756853740997, -0.7269540546112339, -0.2998768358027352, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.008082924365235347, -0.7269540546112339, 0.05061192583562541, -0.8575088445454605, -0.9930750585995364, -0.4931756853740997, 1.1877313892138237, -0.2166301846884233, -0.14089403719334986, 0.6606776643014289, -0.8575088445454605, -0.2998768358027352, -0.7269540546112339, -0.6049659682916185, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.4931756853740997, -0.8575088445454605, -0.7269540546112339, -0.9930750585995364, -0.8575088445454605, 0.6606776643014289, -0.2998768358027352, -0.8575088445454605, -0.7269540546112339, -0.6049659682916185, -0.9930750585995364, -0.7269540546112339, -0.2998768358027352, -0.3917140741525508, -0.7269540546112339, -0.9930750585995364, 0.3666363000059392, -0.4931756853740997, 0.20315259498591132, 0.4994022776634458, -0.2166301846884233, -0.9930750585995364, -0.7269540546112339, 0.4684873763369134, -0.6049659682916185, -0.6049659682916185, -0.7269540546112339, -0.8575088445454605, -0.9930750585995364, 0.6362644868431867, -0.4931756853740997, -0.9930750585995364, -0.4931756853740997, -0.4931756853740997, -0.4931756853740997, 0.9658837477899314, -0.6049659682916185, -0.14089403719334986, -0.8575088445454605, -0.3917140741525508, -0.7269540546112339, -0.7269540546112339, -0.7269540546112339, 0.7505375723188721, -0.2998768358027352, -0.6049659682916185, -0.4931756853740997, -0.6049659682916185, -0.7269540546112339, -0.6049659682916185, 0.05061192583562541, -0.4931756853740997, -0.6049659682916185, -0.3917140741525508, -0.8575088445454605, 1.0249028778735487, -0.8575088445454605, -0.6049659682916185, -0.8575088445454605, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.3917140741525508, 0.05061192583562541, 0.10504403832117866, -0.7269540546112339, -0.6049659682916185, -0.8575088445454605, -0.6049659682916185, -0.8575088445454605, -0.4931756853740997, -0.3917140741525508, -0.008082924365235347, -0.4931756853740997, -0.6049659682916185, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.4931756853740997, 1.0388972292184682, -0.8575088445454605, -0.7269540546112339, 0.9960275215086668, -0.7269540546112339, -0.9930750585995364, -0.7269540546112339, -0.6049659682916185, -0.008082924365235347, 0.6362644868431867, -0.6049659682916185, 0.05061192583562541, -0.8575088445454605, -0.9930750585995364, -0.9930750585995364, -0.7269540546112339, -0.4931756853740997, -0.4931756853740997, -0.6049659682916185, -0.3917140741525508, -0.6049659682916185, -0.2998768358027352, 0.8300409605789891, -0.6049659682916185, 0.4994022776634458, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.6049659682916185, -0.4931756853740997, -0.6049659682916185, -0.9930750585995364, -0.7269540546112339, -0.9930750585995364, -0.4931756853740997, -0.6049659682916185, -0.6049659682916185, 0.6109609892379153, -0.4931756853740997, -0.8575088445454605, -0.3917140741525508, -0.3917140741525508, -0.9930750585995364, -0.9930750585995364, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.2998768358027352, -0.4931756853740997, -0.3917140741525508, -0.9930750585995364, -0.8575088445454605, -0.8575088445454605, 1.613574942240209, -0.9930750585995364, 0.10504403832117866, -0.2166301846884233, -0.2998768358027352, -0.8575088445454605, -0.3917140741525508, -0.2998768358027352, -0.7269540546112339, 0.5847010602460834, -0.4931756853740997, -0.9930750585995364, 1.4674585135401876, -0.6049659682916185, -0.7269540546112339, -0.7269540546112339, -0.7269540546112339, -0.4931756853740997, -0.6049659682916185, 0.2895554086485116, -0.8575088445454605, -0.8575088445454605, -0.7269540546112339, -0.14089403719334986, -0.7269540546112339, -0.8575088445454605, -0.7269540546112339, 0.7712888322393059, -0.6049659682916185, 0.8665983276436171, -0.2166301846884233, -0.4931756853740997, -0.7269540546112339, -0.7269540546112339, 0.5574111073818776, 0.684260114909011, -0.8575088445454605, -0.7269540546112339, 0.4994022776634458, -0.7269540546112339, -0.3917140741525508, -0.6049659682916185, 0.05061192583562541, -0.6049659682916185, -0.7269540546112339, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, -0.9930750585995364, -0.8575088445454605, -0.6049659682916185, -0.9930750585995364, -0.8575088445454605, -0.9930750585995364, 0.2895554086485116, -0.9930750585995364, -0.2166301846884233, -0.2166301846884233, -0.3917140741525508, -0.4931756853740997, -0.9930750585995364, -0.2998768358027352, -0.6049659682916185, -0.7269540546112339, -0.7269540546112339, -0.4931756853740997, -0.07166966936466904, 0.20315259498591132, 0.2895554086485116, 0.10504403832117866, -0.9930750585995364, 0.2895554086485116, -0.6049659682916185, -0.8575088445454605, -0.9930750585995364, 0.6362644868431867, -0.6049659682916185, -0.2166301846884233, -0.7269540546112339, 0.3291395020801646, 0.8110078947414201, 0.6362644868431867, -0.14089403719334986, -0.3917140741525508, 0.4684873763369134, 0.4361468038505545, -0.4931756853740997, -0.7269540546112339, -0.6049659682916185, -0.8575088445454605, -0.4931756853740997, -0.7269540546112339, -0.8575088445454605, -0.2166301846884233, -0.3917140741525508, -0.9930750585995364, -0.7269540546112339, 0.2895554086485116, 0.5574111073818776, -0.7269540546112339, -0.3917140741525508, -0.7269540546112339, 0.4994022776634458, -0.6049659682916185, -0.8575088445454605, -0.2998768358027352, -0.8575088445454605, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, -0.4931756853740997, -0.7269540546112339, 0.3666363000059392, 0.9658837477899314, 1.1650645620270936, -0.3917140741525508, -0.4931756853740997, 0.4361468038505545, -0.8575088445454605, -0.7269540546112339, -0.2998768358027352, -0.8575088445454605, -0.3917140741525508, 0.5574111073818776, 0.7712888322393059, 0.05061192583562541, 0.05061192583562541, -0.4931756853740997, -0.4931756853740997, -0.6049659682916185, -0.8575088445454605, 0.8665983276436171, -0.7269540546112339, 0.2476505190591498, -0.6049659682916185, -0.8575088445454605, -0.3917140741525508, -0.9930750585995364, -0.9930750585995364, -0.6049659682916185, -0.8575088445454605, -0.7269540546112339, 1.0792442487251728, 1.882017903854936, -0.2998768358027352, -0.7269540546112339, 0.2895554086485116, -0.3917140741525508, -0.7269540546112339, -0.3917140741525508, -0.6049659682916185, 0.4361468038505545, -0.7269540546112339, -0.2998768358027352, -0.7269540546112339, -0.8575088445454605, 0.20315259498591132, -0.14089403719334986, -0.3917140741525508, -0.4931756853740997, -0.6049659682916185, -0.9930750585995364, -0.7269540546112339, -0.7269540546112339, -0.6049659682916185, -0.8575088445454605, -0.4931756853740997, 0.4994022776634458, 0.10504403832117866, -0.7269540546112339, 0.7914342696304894, -0.6049659682916185, -0.4931756853740997, -0.6049659682916185, 0.05061192583562541, -0.4931756853740997, -0.6049659682916185, -0.7269540546112339, -0.14089403719334986, -0.7269540546112339, 0.6606776643014289, -0.9930750585995364, -0.7269540546112339, 0.9658837477899314, -0.6049659682916185, -0.6049659682916185, -0.8575088445454605, 1.2910098118168216, -0.9930750585995364, -0.8575088445454605, -0.7269540546112339, 0.2895554086485116, 0.3291395020801646, -0.9930750585995364, -0.4931756853740997, 0.2476505190591498, -0.3917140741525508, 0.20315259498591132, -0.6049659682916185, -0.008082924365235347, -0.4931756853740997, -0.6049659682916185, -0.7269540546112339, -0.008082924365235347, -0.4931756853740997, 1.4964559045675536, -0.7269540546112339, -0.2166301846884233, 0.8110078947414201, -0.8575088445454605, 0.9013113044771232, 0.684260114909011, -0.9930750585995364, -0.8575088445454605, -0.9930750585995364, -0.6049659682916185, -0.3917140741525508, -0.7269540546112339, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, 0.5847010602460834, -0.7269540546112339, -0.8575088445454605, -0.3917140741525508, 0.4994022776634458, -0.2166301846884233, 1.7031097612519526, -0.7269540546112339, -0.7269540546112339, -0.14089403719334986, -0.3917140741525508, 0.6109609892379153, -0.7269540546112339, -0.8575088445454605, 0.2476505190591498, -0.6049659682916185, -0.3917140741525508, -0.2998768358027352, -0.6049659682916185, -0.9930750585995364, -0.9930750585995364, -0.7269540546112339, -0.8575088445454605, -0.6049659682916185, -0.7269540546112339, -0.3917140741525508, 1.1987894489470232, 1.117347818152332, -0.2166301846884233, 0.9811210705113256, -0.7269540546112339, -0.4931756853740997, -0.4931756853740997, -0.3917140741525508, 0.20315259498591132, -0.9930750585995364, 0.7505375723188721, 1.0921822753397863, -0.7269540546112339, 0.7914342696304894, 0.8841737587282961, 0.8665983276436171, 0.4022471890976611, -0.7269540546112339, -0.7269540546112339, 1.2616294422562344, -0.07166966936466904, 0.5574111073818776, -0.9930750585995364, 0.7712888322393059, -0.3917140741525508, 1.6312814221991634, -0.9930750585995364, -0.2998768358027352, -0.4931756853740997, -0.8575088445454605, -0.7269540546112339, -0.4931756853740997, 1.5639825706828294, -0.8575088445454605, -0.9930750585995364, -0.2998768358027352, -0.6049659682916185, 0.4361468038505545, 0.5847010602460834, -0.6049659682916185, 1.117347818152332, -0.9930750585995364, -0.8575088445454605, -0.4931756853740997, -0.8575088445454605, -0.4931756853740997, -0.8575088445454605, -0.8575088445454605, 1.7237722701936251, -0.2166301846884233, -0.6049659682916185, -0.2998768358027352, -0.3917140741525508, -0.6049659682916185, 1.1295922445789421, -0.7269540546112339, -0.6049659682916185, 0.4684873763369134, -0.8575088445454605, -0.6049659682916185, -0.2166301846884233, 0.8300409605789891, -0.6049659682916185, -0.7269540546112339, 1.3283179396131093, -0.8575088445454605, -0.7269540546112339, -0.8575088445454605, 0.9013113044771232, -0.008082924365235347, 0.9960275215086668, 0.6362644868431867, -0.14089403719334986, -0.3917140741525508, 1.3550212107287096, -0.3917140741525508, -0.3917140741525508, -0.3917140741525508, -0.8575088445454605, 0.7914342696304894, 0.3666363000059392, -0.4931756853740997, -0.6049659682916185, -0.8575088445454605, -0.6049659682916185, -0.4931756853740997, -0.07166966936466904, -0.2998768358027352, 0.9658837477899314, -0.7269540546112339, -0.4931756853740997, 1.0388972292184682, -0.2998768358027352, 1.1987894489470232, 1.625430122676856, 0.05061192583562541, -0.7269540546112339, -0.8575088445454605, -0.8575088445454605, -0.008082924365235347, -0.6049659682916185, -0.6049659682916185, -0.3917140741525508, -0.7269540546112339, 1.3191799745893422, -0.9930750585995364, -0.4931756853740997, -0.8575088445454605, 1.0388972292184682, 0.10504403832117866, 0.6362644868431867, 1.1877313892138237, -0.9930750585995364, -0.2998768358027352, -0.8575088445454605, 0.9180320924808136, 1.2515487337671265, -0.2998768358027352, 0.7070657299154736, 0.20315259498591132, -0.4931756853740997, -0.9930750585995364, 0.5847010602460834, -0.9930750585995364, -0.2166301846884233, -0.6049659682916185, -0.8575088445454605, -0.6049659682916185, -0.3917140741525508, -0.7269540546112339, -0.2998768358027352, -0.9930750585995364, -0.9930750585995364, -0.3917140741525508, -0.4931756853740997, 0.20315259498591132, -0.8575088445454605, -0.8575088445454605, -0.4931756853740997, -0.4931756853740997, 1.2309305051923176, -0.3917140741525508, 0.7291433927478533, 1.220383647545825, 0.9180320924808136, -0.2166301846884233, 0.9960275215086668, 0.2895554086485116, 0.7070657299154736, -0.6049659682916185, -0.7269540546112339, -0.4931756853740997, -0.4931756853740997, 0.5847010602460834, 0.3666363000059392, -0.7269540546112339, 0.9960275215086668, 0.5847010602460834, -0.4931756853740997, 0.3291395020801646, 0.9180320924808136, 1.2616294422562344, -0.2998768358027352, 1.01061708397016, -0.4931756853740997, 0.2895554086485116, 0.3666363000059392, 0.6606776643014289, 1.1764917735671596, -0.6049659682916185, 1.1048805698154327, -0.2166301846884233, -0.8575088445454605, -0.3917140741525508, -0.7269540546112339, 0.4684873763369134, -0.4931756853740997, -0.4931756853740997, 0.6362644868431867, -0.7269540546112339, 0.9343557683280466, 0.9180320924808136, -0.6049659682916185, 0.4994022776634458, 1.1534434092329826, -0.14089403719334986, -0.6049659682916185, 0.5847010602460834, -0.7269540546112339, 1.5830041594912505, 0.15574247977751798, -0.7269540546112339, -0.8575088445454605, -0.4931756853740997, -0.3917140741525508, -0.008082924365235347, -0.9930750585995364, -0.7269540546112339, -0.07166966936466904, -0.9930750585995364, -0.7269540546112339, 0.6606776643014289, -0.7269540546112339, -0.2998768358027352, 0.5290089141444169, 0.05061192583562541, -0.8575088445454605, 0.4684873763369134, 0.8665983276436171, 0.7291433927478533, -0.7269540546112339, -0.2998768358027352, -0.4931756853740997, -0.8575088445454605, 0.4022471890976611, 0.9658837477899314, 1.117347818152332, -0.7269540546112339, -0.2166301846884233, -0.14089403719334986, -0.6049659682916185, -0.3917140741525508, -0.2166301846884233, 1.2413172760382007, 1.482111026753318, -0.6049659682916185, -0.4931756853740997, 1.4135493315398764, -0.3917140741525508, -0.2998768358027352, -0.7269540546112339, 0.7505375723188721, 1.5105057828276502, -0.6049659682916185, 0.9658837477899314, 0.2476505190591498, 0.4994022776634458, 1.01061708397016, 0.9658837477899314, 1.01061708397016, -0.7269540546112339, -0.4931756853740997, -0.07166966936466904, -0.07166966936466904, 1.3550212107287096, -0.2998768358027352, -0.4931756853740997, -0.6049659682916185, 1.117347818152332, 0.7505375723188721, -0.3917140741525508, 1.0660573071407025, 1.1987894489470232, 1.3973320426825049, 0.684260114909011, -0.9930750585995364, 0.8300409605789891, 1.1048805698154327, -0.6049659682916185, -0.2166301846884233, -0.7269540546112339, 0.7070657299154736, 1.4674585135401876, 0.6606776643014289, -0.9930750585995364, 0.8110078947414201, 0.8841737587282961, 0.7712888322393059, -0.7269540546112339, 0.8841737587282961, 1.969043462563168, 1.7680961253400311, 0.10504403832117866, 1.6312814221991634, 0.9180320924808136, 0.9013113044771232, -0.7269540546112339, 0.684260114909011, 1.0388972292184682, 0.9811210705113256, 1.809716955293572, -0.3917140741525508, -0.7269540546112339, 0.8300409605789891, 0.5290089141444169, 1.7633109819829789, 1.2813558896426986, 1.882017903854936, 1.1987894489470232, 0.7914342696304894, 1.1534434092329826, 0.4022471890976611, -0.3917140741525508, 0.9013113044771232, 1.3005293714755966, -0.6049659682916185, 0.8485622501535722, -0.14089403719334986, 1.0249028778735487, 1.482111026753318, 1.6370830132254772, 0.10504403832117866, -0.4931756853740997, 1.0249028778735487, 1.0921822753397863, 1.6312814221991634, 1.6485403957433968, -0.6049659682916185, 0.10504403832117866, 1.3005293714755966, 0.8485622501535722, 0.8110078947414201, 0.2895554086485116, 0.5574111073818776, 1.6195282562840834, 1.2715637676606728, 1.786908196808345, 0.9811210705113256, 0.7070657299154736, 0.8485622501535722, 1.5310532568805422, -0.3917140741525508, 1.1295922445789421, 0.4994022776634458, -0.4931756853740997, -0.8575088445454605, 1.0249028778735487, 1.1048805698154327, 0.9180320924808136, 0.8110078947414201, -0.9930750585995364, 1.8940183282679155, -0.2998768358027352, 0.3291395020801646, 1.0249028778735487, 0.7712888322393059, 1.7186649676309218, 1.4600127204087603, 1.3099182486545595, 0.9811210705113256, -0.6049659682916185, 1.9654817452964688, 1.0660573071407025, 1.786908196808345, -0.7269540546112339, 1.4524849006855578, 1.3099182486545595, 0.9343557683280466, 1.0249028778735487, 0.8665983276436171, 0.6606776643014289, -0.6049659682916185, 0.05061192583562541, 0.5290089141444169, 1.1764917735671596, 0.9013113044771232, 1.7237722701936251, 1.1295922445789421, 1.6598087169431723, 0.9658837477899314, 0.8841737587282961, 1.5953971535541416, 0.9180320924808136, 1.4293907259387821, 1.1764917735671596, -0.2998768358027352, 1.0921822753397863, 1.4448732297795241, 1.1534434092329826, -0.7269540546112339, 1.5105057828276502, 1.4135493315398764, -0.4931756853740997, 1.7186649676309218, -0.3917140741525508, -0.3917140741525508, 0.10504403832117866, -0.9930750585995364, -0.008082924365235347, 0.8110078947414201, 0.9960275215086668, 1.9473889129339976, 1.5242725354882058, 1.4293907259387821, 1.3283179396131093, 1.0249028778735487, 1.01061708397016, -0.3917140741525508, 0.7070657299154736, 0.8485622501535722, -0.6049659682916185, 1.01061708397016, 0.8841737587282961, 2.0711377205165262, 1.1764917735671596, 0.7070657299154736, 1.3005293714755966, 0.7505375723188721, 1.1650645620270936, 1.1650645620270936, -0.7269540546112339, 1.2616294422562344, 1.117347818152332, 1.1764917735671596, 1.2515487337671265, 1.1877313892138237, 1.5377673345862115, 0.8110078947414201, 1.1048805698154327, -0.008082924365235347, 1.5174238358159569, 1.1877313892138237, 1.6075692765725242, 1.3462354875609852, 0.9180320924808136, 1.4054887835601448, -0.6049659682916185, 0.9658837477899314, 1.117347818152332, 0.9013113044771232, 1.7728479630573772, 0.9960275215086668, -0.6049659682916185, 1.3550212107287096, 0.6109609892379153, 1.1650645620270936, 0.6109609892379153, 0.7070657299154736, 1.1650645620270936, 1.5035169593956614, 0.7712888322393059, 1.5953971535541416, 1.2515487337671265, 1.4748240458434867, 0.9503006300540464, 1.877970416835244, 0.9013113044771232, 1.1416216435846287, 0.7291433927478533, 1.3973320426825049, 0.8665983276436171, 1.1534434092329826, 0.5574111073818776, 0.8841737587282961, 1.0921822753397863, 0.5847010602460834, 1.1048805698154327, 1.0921822753397863, 1.1877313892138237, 0.6109609892379153, 0.9013113044771232, 1.5105057828276502, 1.805215760949331, 1.01061708397016, 1.1534434092329826, 0.5574111073818776, 0.9503006300540464, 2.0170490813123383, 1.3973320426825049, 1.117347818152332, 1.928803388782416, 1.5703821390689334, 0.8665983276436171, 1.4674585135401876, 1.3550212107287096, 1.2515487337671265, 1.0660573071407025, 0.8665983276436171, 1.2910098118168216, 0.9960275215086668, 0.4361468038505545, 1.3807206199539577, 0.8485622501535722, 1.4293907259387821, 1.1416216435846287, 1.0526117324918711, 0.3291395020801646, 0.9503006300540464, 1.2096717065894824, 1.8361181162602864, 0.7505375723188721, 1.0526117324918711, 1.877970416835244, 2.103982136317852, 1.0526117324918711, 1.1764917735671596, 1.4054887835601448, -0.07166966936466904, 1.3462354875609852, 1.0660573071407025, 0.7914342696304894, -0.8575088445454605, 1.9796184350806718, 0.684260114909011, 1.3099182486545595, 1.5105057828276502, 1.0660573071407025, 1.117347818152332, -0.07166966936466904, 1.3890767895247518, 1.4674585135401876, 1.4893211117427159, 1.0792442487251728, 0.7914342696304894, 0.9343557683280466, 1.0660573071407025, 0.9503006300540464, 1.1534434092329826, 1.0388972292184682, 1.4964559045675536, -0.8575088445454605, 1.3373354005380822, 1.220383647545825, 1.3373354005380822, 0.7505375723188721, 1.0660573071407025, 1.4293907259387821, 1.613574942240209, 0.9658837477899314, 1.3890767895247518, 0.7291433927478533, 0.6109609892379153, 1.7237722701936251, 1.1416216435846287, 1.1877313892138237, 1.0921822753397863, 0.7712888322393059, 1.3973320426825049, 1.482111026753318, 1.1048805698154327, 0.9180320924808136, 0.9343557683280466, 1.905811415859364, 1.3283179396131093, 1.1877313892138237, 1.4054887835601448, 1.7388688783523458, 1.3973320426825049, 1.0249028778735487, 1.1764917735671596, 1.2413172760382007, 1.4964559045675536, 0.8485622501535722, 1.3005293714755966, 1.4600127204087603, 1.1416216435846287, 1.7584920631037746, 1.5377673345862115, 1.2309305051923176, 0.3666363000059392, 1.4293907259387821, -0.9930750585995364, 0.9503006300540464, 0.5290089141444169, 1.3462354875609852, 1.6485403957433968, 1.5105057828276502, 1.4371758216339303, 1.5892287647270733, 0.9658837477899314, 1.2813558896426986, 1.5953971535541416, 1.0660573071407025, 1.2910098118168216, 1.1295922445789421, -0.008082924365235347, 1.1987894489470232, -0.7269540546112339, -0.8575088445454605, 1.1764917735671596, 1.3636954659973122, 1.0921822753397863, 1.421515925183651, 1.1295922445789421, 1.1295922445789421, 0.6109609892379153, 0.8841737587282961, 1.1295922445789421, 1.0660573071407025, 1.1534434092329826, 1.2309305051923176, 1.2515487337671265, 1.0792442487251728, 1.2813558896426986, 1.2096717065894824, 1.877970416835244, 1.3550212107287096, 1.7338736731098303, 0.9503006300540464, 0.9658837477899314, 1.4293907259387821, 0.6362644868431867, 1.0660573071407025, 0.8841737587282961, 1.1987894489470232, 1.5892287647270733, 1.4524849006855578, 0.9503006300540464, 0.7505375723188721, 1.625430122676856, 0.8841737587282961, 1.220383647545825, 0.9180320924808136, 1.5444160643243126, 0.8110078947414201, 1.3191799745893422, 1.8006846909847392, 1.3373354005380822, 1.6195282562840834, 1.4600127204087603, 1.3462354875609852, 1.1877313892138237, 0.9180320924808136, 1.0921822753397863, 0.9013113044771232, 0.8110078947414201, 0.8665983276436171, 1.3722610409145997, 1.1877313892138237, 1.7584920631037746, 1.3191799745893422, 0.4022471890976611, 1.2616294422562344, 1.1987894489470232, 1.809716955293572, 0.7712888322393059, 1.4293907259387821, 1.220383647545825, 1.3099182486545595, 1.0526117324918711, 1.4674585135401876, 1.3099182486545595, 0.8110078947414201, 1.3191799745893422, 1.3462354875609852, 1.7775669552855493, 1.4371758216339303, 1.2910098118168216, 1.4674585135401876, 1.3099182486545595, 1.1764917735671596, 0.9343557683280466, 1.3722610409145997, 1.0526117324918711, 1.3636954659973122, 1.4054887835601448, 1.9212251256715551, 1.3462354875609852, 1.421515925183651, 0.9343557683280466, 1.1650645620270936, 1.4293907259387821, 0.7291433927478533, 1.220383647545825, 0.9180320924808136, 1.3722610409145997, 1.2715637676606728, -0.14089403719334986, -0.7269540546112339, 1.3191799745893422, 1.482111026753318, 1.9362984357518256, 1.1416216435846287, 1.2309305051923176, 1.4964559045675536, 1.5444160643243126, 0.7505375723188721, 1.0526117324918711, 1.4748240458434867, 1.6818024150307744, 1.2309305051923176, 1.1987894489470232, 1.3283179396131093, -0.3917140741525508, 1.3283179396131093, 1.0921822753397863, 1.7237722701936251, 1.3099182486545595, 0.7712888322393059, 1.1416216435846287, 0.9343557683280466, 1.1295922445789421, 0.8485622501535722, 0.9343557683280466, 1.2309305051923176, 0.8300409605789891, 1.2309305051923176, 0.7291433927478533, 1.1295922445789421, 1.2813558896426986, 1.6195282562840834, 1.4371758216339303, 1.1534434092329826, 1.818631274213388, 1.3890767895247518, 0.9013113044771232, 0.8300409605789891, 1.3283179396131093, 1.6370830132254772, 1.3283179396131093, 0.9503006300540464, 1.3005293714755966, 1.1416216435846287, 1.1877313892138237, 0.9343557683280466, 2.0922207874314918, 1.2413172760382007, -0.4931756853740997, 1.1764917735671596, 1.2813558896426986, 1.3890767895247518, 1.1764917735671596, 0.6606776643014289, 1.5575224772935221, 1.8361181162602864, 1.3890767895247518, 0.6606776643014289, 1.1295922445789421, 0.6606776643014289, 1.3462354875609852, 1.3636954659973122, 1.1048805698154327, 0.7712888322393059, 1.5310532568805422, 1.5953971535541416, 1.2309305051923176, 1.2413172760382007, 1.4293907259387821, 0.8485622501535722, 1.482111026753318, 1.7584920631037746, 1.2413172760382007, 1.897972039707626, 0.9180320924808136, 1.4054887835601448, 0.9658837477899314, 0.9811210705113256, 1.2715637676606728, 0.9811210705113256, 0.9960275215086668, 1.4135493315398764, 1.6015103312956136, 1.1048805698154327, 1.0660573071407025, 1.5703821390689334, 1.1650645620270936, 0.5847010602460834, 1.1650645620270936, 0.8665983276436171, 1.0388972292184682, 1.4524849006855578, 1.5444160643243126, 1.4293907259387821, 1.3636954659973122, 1.4448732297795241, 1.1987894489470232, 1.4371758216339303, 1.1048805698154327, 1.2813558896426986, 1.4054887835601448, 1.6485403957433968, 1.4448732297795241, 0.7505375723188721, 1.3462354875609852, 1.482111026753318, 1.2715637676606728, 1.3807206199539577, 1.0388972292184682, 0.7505375723188721, 0.7070657299154736, 0.5290089141444169, 1.5242725354882058, 1.4371758216339303, 1.3283179396131093, 1.4748240458434867, 1.4748240458434867, 1.0249028778735487, 1.0249028778735487, 1.5510007044332978, -0.6049659682916185, 1.4964559045675536, 1.3807206199539577, 1.4748240458434867, 1.4524849006855578, 1.897972039707626, 1.1534434092329826, 1.3973320426825049, 0.7712888322393059, 1.2413172760382007, 1.8489454168474777, 1.3099182486545595, 0.10504403832117866, 0.9180320924808136, 1.1534434092329826, 1.220383647545825, 0.9811210705113256, 1.5444160643243126, 1.2515487337671265, 0.4684873763369134, 1.1416216435846287, 1.1650645620270936, 1.4600127204087603, 1.6485403957433968, 1.5242725354882058, 1.2813558896426986, 1.5639825706828294, 2.0618988527574142, 0.7505375723188721, 1.220383647545825, 1.2715637676606728, 1.5105057828276502, 1.220383647545825, 1.853168173327524, 1.3191799745893422, 1.3283179396131093, 1.840420720532545, 1.6925391965079817, 1.4054887835601448, 2.0366323743986503, 1.2616294422562344, 1.8489454168474777, -0.3917140741525508, 1.873898787020341, 1.84469637561921, 1.3890767895247518, 1.7536388888118497, 1.421515925183651, 1.1048805698154327, 0.05061192583562541, 1.3099182486545595, 1.3462354875609852, 1.117347818152332, 1.4600127204087603, 1.2309305051923176, 1.9250247745311275, 1.117347818152332, 1.5444160643243126, -0.2998768358027352, 1.5639825706828294, 0.9180320924808136, 1.5575224772935221, 0.8300409605789891, 1.1877313892138237, 1.2413172760382007, 1.3283179396131093, 1.4293907259387821, 1.220383647545825, 0.9811210705113256, 1.421515925183651, 1.0921822753397863, 1.7536388888118497, 1.5953971535541416, 1.8900415825094652, 1.2715637676606728, 1.1877313892138237, -0.14089403719334986, 1.1764917735671596, 1.8006846909847392, 1.3890767895247518, 1.3722610409145997, 0.7914342696304894, 1.1416216435846287, 1.6015103312956136, 1.6485403957433968, 1.3005293714755966, 0.4022471890976611, 1.0660573071407025, 1.3890767895247518, 0.9503006300540464, 0.5574111073818776, 1.1416216435846287, 2.086263219649446, 1.3373354005380822, 0.8300409605789891, 1.6978449339441228, 1.6485403957433968, 1.2515487337671265, 1.4674585135401876, 0.9811210705113256, 1.2813558896426986, 1.4448732297795241, 1.2096717065894824, 1.5444160643243126, 1.220383647545825, 1.0388972292184682, 1.2616294422562344, 1.220383647545825, 1.6653739078835097, 1.6075692765725242, 2.0680719735814663, 0.9960275215086668, 1.3722610409145997, 1.1877313892138237, 1.3807206199539577, -0.6049659682916185, 1.01061708397016, 1.6653739078835097, 1.1534434092329826, 0.9013113044771232, 0.8485622501535722, 1.2413172760382007, -0.2166301846884233, 1.3099182486545595, 0.9013113044771232, 1.0792442487251728, 0.8485622501535722, 1.3283179396131093, 1.7961233463869484, 1.1987894489470232, 1.827430686815048, 1.7083343040265515, 1.4964559045675536, 1.6312814221991634, 1.4448732297795241, 1.5310532568805422, 1.6075692765725242, 1.5575224772935221, 1.9096975974098616, 1.1650645620270936, 1.8361181162602864, 0.9960275215086668, 1.877970416835244, 1.1048805698154327, 0.7291433927478533, 1.873898787020341, -0.14089403719334986, 1.805215760949331, 1.0792442487251728, 1.7186649676309218, 1.9325611999483756, 1.2309305051923176, 1.3890767895247518, 1.2309305051923176, 1.6708941100999621, 2.0525331975469894, 0.9503006300540464, 0.9013113044771232, 1.5575224772935221, 1.3191799745893422, 1.853168173327524, 1.01061708397016, 1.5892287647270733, 1.1534434092329826, 1.2715637676606728, 1.1764917735671596, 0.9811210705113256, 1.220383647545825, 0.5847010602460834, 1.3373354005380822, 1.2515487337671265, 1.5639825706828294, 1.4748240458434867, 1.4600127204087603, 2.1732259965576954, 1.2813558896426986, 1.0249028778735487, 1.2309305051923176, 1.3722610409145997, 1.2413172760382007, 2.0036742434210266, 1.2309305051923176, 1.2813558896426986, 1.3722610409145997, 1.4293907259387821, 0.8665983276436171, 1.3550212107287096, 1.2413172760382007, 1.7438278026602587, 1.1987894489470232, 1.1534434092329826, 1.3283179396131093, 1.2096717065894824, 1.2616294422562344, 0.9658837477899314, 1.1764917735671596, 1.6653739078835097, 1.7536388888118497, 1.4135493315398764, 0.20315259498591132, 1.4893211117427159, 1.83178822110071, 1.2616294422562344, 1.5767223048420749, 1.3462354875609852, 1.4371758216339303, 1.4893211117427159, 1.3807206199539577, 0.8300409605789891, 1.0526117324918711, 1.2715637676606728, 1.0660573071407025, 1.2309305051923176, 1.4748240458434867, 1.6370830132254772, 1.7237722701936251, 0.9811210705113256, 1.2309305051923176, 1.5174238358159569, 1.5174238358159569, 1.421515925183651, 1.2096717065894824, 1.2910098118168216, 1.5892287647270733, 0.7070657299154736, 1.0921822753397863, 0.7505375723188721, 1.1534434092329826, 1.4371758216339303, 1.6195282562840834, 1.2910098118168216, 1.0921822753397863, 1.5892287647270733, 1.82304515845976, 1.5444160643243126, 0.8110078947414201, 1.2096717065894824, 0.9013113044771232, 0.8841737587282961, 1.5310532568805422, 1.5310532568805422, 1.4135493315398764, 1.2715637676606728, 0.4361468038505545, 1.6598087169431723, 1.3099182486545595, 1.7288416524979062, 1.3973320426825049, 1.1534434092329826, 1.5174238358159569, 0.8485622501535722, 1.0526117324918711, 1.3973320426825049, 1.9510460513602856, 1.5035169593956614, 1.3636954659973122, 0.7070657299154736, 1.1877313892138237, 0.7291433927478533, 1.7388688783523458, 1.4524849006855578, 1.7633109819829789, 1.3005293714755966, 1.2910098118168216, 0.3666363000059392, 1.5510007044332978, 1.2910098118168216, 1.3283179396131093, 0.8665983276436171, 1.4524849006855578, 1.877970416835244, 1.4054887835601448, 1.1048805698154327, 1.5830041594912505, 1.0526117324918711, 1.6541977985743197, 1.6653739078835097, 1.2910098118168216, 1.4448732297795241, 1.6075692765725242, -0.3917140741525508, 1.2413172760382007, 1.2616294422562344, 0.9343557683280466, 1.6428357324770284, 1.9473889129339976, 1.3191799745893422, 1.2715637676606728, 0.6362644868431867, 1.2309305051923176, 1.0792442487251728, 1.5444160643243126, 0.8841737587282961, 1.7288416524979062, 1.5377673345862115, 1.3283179396131093, 1.5035169593956614, 1.2616294422562344, 1.961901344103366, 1.1987894489470232, -0.6049659682916185, 1.3722610409145997, 1.8698027247937032, 1.0660573071407025, 1.2715637676606728, 1.3807206199539577, 2.4165528100036906, 1.3099182486545595, 1.4054887835601448, 1.2096717065894824, 0.6362644868431867, 1.4893211117427159, 0.8485622501535722, 1.220383647545825, 0.9960275215086668, 1.713519173632296, 1.5767223048420749, 0.9658837477899314, 1.5310532568805422, 1.421515925183651, 1.7186649676309218, 1.421515925183651, 1.9473889129339976, 1.0792442487251728, 1.5639825706828294, 1.1987894489470232, 1.1534434092329826, 1.6428357324770284, 1.5892287647270733, 1.0660573071407025, 0.7914342696304894, 1.5035169593956614, 1.1650645620270936, 1.4748240458434867, 1.1416216435846287, 1.3890767895247518, 1.1764917735671596, 1.5035169593956614, 1.5035169593956614, 1.220383647545825, 1.1295922445789421, 2.1914184341736003, 1.1295922445789421, 1.3099182486545595, 1.0526117324918711, 1.786908196808345, 0.8485622501535722, 1.6978449339441228, 2.1325281585617297, 1.3462354875609852, 2.330178797804056, 1.4524849006855578, 1.6075692765725242, 1.5510007044332978, 1.0792442487251728, 1.421515925183651, 1.1295922445789421, 1.4600127204087603, 1.3283179396131093, 1.2715637676606728, 1.1987894489470232, 1.613574942240209, 1.7822535527099133, 1.7338736731098303, 1.4135493315398764, 1.482111026753318, 1.220383647545825, 1.6428357324770284, 1.3550212107287096, 1.82304515845976, 1.5703821390689334, 0.6109609892379153, 1.7237722701936251, 1.3099182486545595, 1.7338736731098303, 1.5310532568805422, 1.5310532568805422, 1.3807206199539577, 0.9503006300540464, 1.0792442487251728, 0.9811210705113256, 1.3722610409145997, 1.5639825706828294, 1.482111026753318, 1.1416216435846287, 1.827430686815048, 1.0660573071407025, 1.421515925183651, 1.1764917735671596, 1.9934682523139144, 1.5105057828276502, 1.2715637676606728, 1.3462354875609852, 1.117347818152332, 1.8489454168474777, 0.8665983276436171, 1.3636954659973122, 1.7822535527099133, 1.421515925183651, 1.6195282562840834, 1.220383647545825, 2.026910965037628, 2.033407265916802, 1.3005293714755966, 1.4600127204087603, 1.5035169593956614, 1.421515925183651, 1.6763700445547225, 1.4135493315398764, 1.2813558896426986, 0.8485622501535722, 0.9658837477899314, 1.1764917735671596, 1.82304515845976, 1.5639825706828294, 1.6598087169431723, 0.4994022776634458, 1.1877313892138237, 2.2643195376640493, 1.5242725354882058, 0.9503006300540464, 1.8489454168474777, 1.625430122676856, 1.4293907259387821, 1.7680961253400311, 1.01061708397016, 1.2910098118168216, 1.6195282562840834, 2.039842314261088, 1.6925391965079817, 1.117347818152332, 0.9013113044771232, 1.6598087169431723, 1.8940183282679155, 1.5703821390689334, 1.82304515845976, 1.3890767895247518, 1.6195282562840834, 1.3191799745893422, 2.356855560320977, 1.625430122676856, 1.4964559045675536, 1.5310532568805422, 1.5639825706828294, 1.7388688783523458, 0.9960275215086668, 1.3191799745893422, 1.840420720532545, 1.4748240458434867, 2.2432551050129987, 0.7712888322393059, 1.6925391965079817, 1.7083343040265515, 1.4674585135401876, 1.9968872347462587, 0.9960275215086668, 1.4135493315398764, 1.7237722701936251, 1.1987894489470232, 2.427527391816537, 1.5105057828276502, 1.5575224772935221, 1.117347818152332, 2.0462172540569328, 2.1939782109206183, 1.0660573071407025, 1.5242725354882058, 1.6015103312956136, 1.8141886651977976, 1.4964559045675536, 1.4293907259387821, 1.6428357324770284, 2.000289175451032, 2.432949194512469, 1.4293907259387821, 2.384463947963499, 1.9325611999483756, 1.7438278026602587, 1.9968872347462587, 1.7083343040265515, 1.4748240458434867, 1.4600127204087603, 1.6370830132254772, 2.1705870294024834, 0.10504403832117866, 1.1416216435846287, 1.9654817452964688, 1.4135493315398764, 1.9096975974098616, 2.2041223668080843, 1.9473889129339976, 1.1295922445789421, 1.4054887835601448, 2.13531817117352, 1.4600127204087603, 1.6708941100999621, 1.990032056610352, 1.3722610409145997, 1.8940183282679155, 1.2616294422562344, 2.1240890229353004, 1.8656819352983889, 1.6708941100999621, 1.8361181162602864, 1.7961233463869484, 1.7388688783523458, 1.1650645620270936, 2.0525331975469894, 1.827430686815048, 1.905811415859364, 2.3766891568379824, 0.9960275215086668, 1.805215760949331, 1.7031097612519526, 1.8141886651977976, 1.3462354875609852, 1.2616294422562344, 1.0660573071407025, 1.9510460513602856, 2.2016004296433924, 1.6818024150307744, 1.8698027247937032, 1.3973320426825049, 2.080253186951497, 2.3978602508856577, 2.0649923927889327, 2.020352234674094, 1.6015103312956136, 0.5574111073818776, 2.157236913991758, 1.7584920631037746, 1.9796184350806718, 2.159927911868884, 2.157236913991758, 1.0526117324918711, 2.1652782814972427, 1.9934682523139144, 1.5242725354882058, 2.058791226393509, 1.7186649676309218, 1.0921822753397863, 1.6653739078835097, 1.9831073261499232, 1.613574942240209, 1.5444160643243126, 2.1436204168061863, 2.026910965037628, 1.9362984357518256, 1.4293907259387821, 1.897972039707626, 1.6195282562840834, 1.6978449339441228, 1.4893211117427159, 2.106891073405402, 2.2165941173259704, 1.82304515845976, 2.1939782109206183, 2.115544220911933, 2.086263219649446, 1.82304515845976, 2.6054086020455918, 2.1325281585617297, 2.427527391816537, 1.5174238358159569, 1.961901344103366, 1.9654817452964688, 2.101060746915257, 1.9865784734894911, 2.319634256085546, 1.7487509689224452, 2.330178797804056, 2.1436204168061863, 2.1463655379589093, 2.356855560320977], [-0.8525801414002536, -1.1814627891013192, -1.3716650811206057, 0.15029203101760766, -1.0088339120409846, -1.0088339120409846, -1.5792181260856728, -1.5792181260856728, -0.5820835302640551, -0.3561159648704019, 0.0032845025755584463, -0.8525801414002536, 0.5577031618309872, -1.1814627891013192, 3.337142903433436, -1.5792181260856728, -0.8525801414002536, -1.5792181260856728, -0.4643037637138993, -0.8525801414002536, -1.8013467371914142, -1.5792181260856728, -1.0088339120409846, -1.3716650811206057, -1.8013467371914142, 3.1444981792601228, 2.3186286780355663, -1.5792181260856728, 3.0435180568095985, -1.3716650811206057, -0.7109425729851666, -0.3561159648704019, -0.3561159648704019, -0.7109425729851666, -1.3716650811206057, -1.0088339120409846, 0.2176412236461032, -0.7109425729851666, 2.5553425483097447, -0.5820835302640551, -1.8013467371914142, -1.5792181260856728, -0.7109425729851666, -1.1814627891013192, -0.07738004484479426, -0.4643037637138993, 0.0032845025755584463, -1.0088339120409846, -1.3716650811206057, -1.1814627891013192, -1.0088339120409846, -0.5820835302640551, -0.8525801414002536, -0.7109425729851666, -0.7109425729851666, -0.07738004484479426, 0.2176412236461032, 0.07899418796095779, -0.16363941833538756, -0.8525801414002536, -1.0088339120409846, -0.16363941833538756, -0.8525801414002536, -0.4643037637138993, -1.0088339120409846, -1.1814627891013192, -0.8525801414002536, -1.3716650811206057, -0.4643037637138993, -1.0088339120409846, 0.0032845025755584463, -0.8525801414002536, -1.3716650811206057, -0.8525801414002536, -1.1814627891013192, -1.8013467371914142, -0.7109425729851666, 1.6000150892969045, -0.8525801414002536, -0.16363941833538756, -0.2562513366882786, -0.8525801414002536, -1.1814627891013192, -0.8525801414002536, -0.4643037637138993, -1.3716650811206057, -0.7109425729851666, -1.3716650811206057, 0.0032845025755584463, -0.3561159648704019, -0.16363941833538756, -1.5792181260856728, 2.0350860340360613, -0.4643037637138993, -0.4643037637138993, -0.3561159648704019, -1.0088339120409846, -0.8525801414002536, -0.4643037637138993, -0.2562513366882786, -0.8525801414002536, -1.3716650811206057, -1.5792181260856728, -1.5792181260856728, -0.2562513366882786, -1.1814627891013192, -1.1814627891013192, -1.0088339120409846, -1.8013467371914142, -1.3716650811206057, 3.106264591901674, -0.8525801414002536, -0.2562513366882786, -0.3561159648704019, -0.16363941833538756, -0.5820835302640551, -1.1814627891013192, -0.2562513366882786, -1.1814627891013192, -1.0088339120409846, -0.4643037637138993, -1.1814627891013192, -1.5792181260856728, -0.7109425729851666, -0.4643037637138993, -0.4643037637138993, -0.3561159648704019, 0.2176412236461032, -0.5820835302640551, -1.1814627891013192, -0.2562513366882786, -0.5820835302640551, -0.3561159648704019, -0.7109425729851666, -0.07738004484479426, -0.2562513366882786, -0.2562513366882786, -0.5820835302640551, -0.7109425729851666, -0.5820835302640551, -0.8525801414002536, -1.0088339120409846, -0.7109425729851666, -0.5820835302640551, 0.7817270878251296, 2.491137989428028, -0.8525801414002536, -0.4643037637138993, -1.5792181260856728, -1.0088339120409846, -0.16363941833538756, -1.5792181260856728, -1.0088339120409846, -1.0088339120409846, -0.5820835302640551, -0.3561159648704019, -0.8525801414002536, -0.5820835302640551, -0.4643037637138993, 0.15029203101760766, -1.0088339120409846, -0.3561159648704019, -1.0088339120409846, 0.07899418796095779, -0.8525801414002536, -1.5792181260856728, 2.9771864637434136, -0.5820835302640551, -0.8525801414002536, -1.1814627891013192, -1.0088339120409846, -0.4643037637138993, -0.5820835302640551, -0.4643037637138993, -0.3561159648704019, -0.07738004484479426, 1.4714483694402638, 2.6899994267211467, 0.07899418796095779, -0.8525801414002536, -0.16363941833538756, -1.5792181260856728, -1.1814627891013192, -0.8525801414002536, -0.5820835302640551, -0.5820835302640551, -0.3561159648704019, -0.3561159648704019, -1.3716650811206057, 0.2814390486693073, -0.7109425729851666, -0.8525801414002536, 0.2176412236461032, -0.5820835302640551, -2.0320018886099604, -0.5820835302640551, 2.5818084971283546, -0.4643037637138993, 0.2814390486693073, -0.5820835302640551, 0.4547305696960129, -1.1814627891013192, -0.5820835302640551, 2.154400657277476, 0.2814390486693073, 3.0078076301978123, -0.5820835302640551, -0.7109425729851666, -0.8525801414002536, -0.3561159648704019, -0.3561159648704019, -0.7109425729851666, 0.0032845025755584463, -0.4643037637138993, -1.5792181260856728, -0.7109425729851666, 3.6258058455419935, -1.0088339120409846, -0.5820835302640551, 3.5296393659608447, -0.2562513366882786, -0.2562513366882786, 0.0032845025755584463, 0.6971381119153414, -1.1814627891013192, -0.7109425729851666, -1.0088339120409846, 0.2814390486693073, -0.7109425729851666, -0.7109425729851666, 0.5073298201531834, -0.07738004484479426, -1.3716650811206057, -0.16363941833538756, -0.8525801414002536, 0.07899418796095779, -0.07738004484479426, 0.0032845025755584463, -0.3561159648704019, -0.2562513366882786, -0.4643037637138993, -0.5820835302640551, -1.1814627891013192, 0.0032845025755584463, -0.4643037637138993, -0.8525801414002536, -0.4643037637138993, -1.0088339120409846, -0.2562513366882786, -0.07738004484479426, -1.5792181260856728, -0.4643037637138993, -0.5820835302640551, -0.3561159648704019, -1.0088339120409846, -0.5820835302640551, -1.3716650811206057, -1.5792181260856728, -0.07738004484479426, -0.4643037637138993, -0.5820835302640551, -0.3561159648704019, -0.5820835302640551, -1.3716650811206057, -0.07738004484479426, -0.4643037637138993, 3.106264591901674, -0.3561159648704019, 3.3552080029539937, -1.0088339120409846, -0.7109425729851666, 1.5587151022783066, -0.8525801414002536, -1.0088339120409846, -0.07738004484479426, -1.0088339120409846, -1.0088339120409846, -0.4643037637138993, -0.8525801414002536, -0.4643037637138993, -0.4643037637138993, 1.3771212307847678, -0.4643037637138993, -0.3561159648704019, -1.0088339120409846, -1.5792181260856728, -0.16363941833538756, -0.16363941833538756, -0.5820835302640551, -1.3716650811206057, -1.0088339120409846, -1.3716650811206057, -0.07738004484479426, 0.2176412236461032, -0.8525801414002536, -0.2562513366882786, -0.2562513366882786, -1.1814627891013192, -0.5820835302640551, -1.0088339120409846, -1.1814627891013192, -0.4643037637138993, -0.3561159648704019, 0.7817270878251296, -0.7109425729851666, -1.1814627891013192, 0.0032845025755584463, -1.1814627891013192, -1.3716650811206057, -1.0088339120409846, 0.2176412236461032, -1.1814627891013192, -1.3716650811206057, -0.5820835302640551, 1.9630975122716745, -0.8525801414002536, -0.5820835302640551, 0.07899418796095779, -0.7109425729851666, -0.8525801414002536, 0.07899418796095779, -0.2562513366882786, -1.1814627891013192, -0.4643037637138993, -0.8525801414002536, 0.2814390486693073, -0.5820835302640551, -0.7109425729851666, -0.4643037637138993, -0.5820835302640551, 0.0032845025755584463, -0.7109425729851666, -0.4643037637138993, -0.3561159648704019, -0.8525801414002536, 0.15029203101760766, -0.4643037637138993, -1.5792181260856728, 0.3420281495224428, -0.16363941833538756, 0.3997056529359412, -0.4643037637138993, -0.8525801414002536, 0.07899418796095779, -0.8525801414002536, 0.4547305696960129, -0.2562513366882786, -0.4643037637138993, -0.8525801414002536, -0.7109425729851666, -0.8525801414002536, 0.0032845025755584463, -0.4643037637138993, 0.8218507554636054, -0.4643037637138993, -1.0088339120409846, -0.7109425729851666, -0.3561159648704019, -0.7109425729851666, -0.7109425729851666, -0.07738004484479426, -0.7109425729851666, 0.2814390486693073, -1.0088339120409846, 0.15029203101760766, -0.07738004484479426, -0.07738004484479426, -1.0088339120409846, 0.6524589273551293, -1.0088339120409846, -0.8525801414002536, 0.15029203101760766, 0.07899418796095779, -0.8525801414002536, 0.07899418796095779, -0.7109425729851666, -0.4643037637138993, -0.7109425729851666, -0.7109425729851666, -0.4643037637138993, -0.3561159648704019, -1.5792181260856728, -0.3561159648704019, -0.2562513366882786, -0.7109425729851666, -0.07738004484479426, -0.7109425729851666, 0.15029203101760766, -0.8525801414002536, -0.07738004484479426, -0.3561159648704019, -0.4643037637138993, 1.0041990718042584, -0.4643037637138993, -0.3561159648704019, -1.5792181260856728, -1.3716650811206057, -0.5820835302640551, -0.4643037637138993, 1.579548021831083, -0.16363941833538756, -0.4643037637138993, 0.07899418796095779, 0.3420281495224428, -0.7109425729851666, -0.8525801414002536, -0.3561159648704019, -0.4643037637138993, -0.5820835302640551, -0.3561159648704019, -1.0088339120409846, -0.3561159648704019, -1.0088339120409846, -0.16363941833538756, -0.16363941833538756, 0.3997056529359412, 0.3420281495224428, -0.07738004484479426, -0.5820835302640551, 2.8665864353585757, -0.5820835302640551, 0.3997056529359412, -0.2562513366882786, 0.07899418796095779, -0.2562513366882786, -0.5820835302640551, -0.07738004484479426, -0.4643037637138993, -0.4643037637138993, -0.5820835302640551, -0.3561159648704019, -0.5820835302640551, -0.07738004484479426, -0.7109425729851666, 0.606027238943535, -0.8525801414002536, -0.16363941833538756, 0.0032845025755584463, 0.606027238943535, -0.5820835302640551, -0.4643037637138993, 0.15029203101760766, 3.281197390726528, 0.3420281495224428, 0.5073298201531834, -0.2562513366882786, -0.8525801414002536, -0.3561159648704019, -0.4643037637138993, -0.7109425729851666, -1.3716650811206057, 0.7401900043967131, 0.0032845025755584463, -0.7109425729851666, 0.2176412236461032, -1.0088339120409846, -1.1814627891013192, 0.15029203101760766, 3.506268466173416, 0.15029203101760766, -1.0088339120409846, -0.8525801414002536, -0.7109425729851666, -0.2562513366882786, -0.3561159648704019, -0.16363941833538756, -0.5820835302640551, -0.4643037637138993, -0.7109425729851666, 0.2176412236461032, -0.4643037637138993, -1.3716650811206057, -0.7109425729851666, -0.2562513366882786, 0.2814390486693073, -1.1814627891013192, -0.2562513366882786, -0.5820835302640551, -0.07738004484479426, -0.8525801414002536, 0.606027238943535, -0.2562513366882786, 0.3420281495224428, -0.4643037637138993, -0.4643037637138993, -0.7109425729851666, -0.07738004484479426, -0.7109425729851666, -0.8525801414002536, -0.4643037637138993, -0.5820835302640551, 1.101397795614096, -0.8525801414002536, -0.2562513366882786, -0.7109425729851666, -0.4643037637138993, -0.2562513366882786, 0.2176412236461032, -0.4643037637138993, -0.16363941833538756, 0.8218507554636054, -0.16363941833538756, -0.4643037637138993, -0.16363941833538756, -0.5820835302640551, -1.0088339120409846, 0.15029203101760766, 0.07899418796095779, 3.181512905450264, -0.2562513366882786, -0.4643037637138993, -0.07738004484479426, -0.16363941833538756, -0.7109425729851666, 0.6524589273551293, -1.1814627891013192, -0.5820835302640551, -0.16363941833538756, -0.5820835302640551, -0.4643037637138993, -1.5792181260856728, -0.2562513366882786, 3.5487620612663995, -0.3561159648704019, -0.5820835302640551, 0.15029203101760766, -1.1814627891013192, -0.5820835302640551, 0.0032845025755584463, 0.8218507554636054, -0.16363941833538756, -0.16363941833538756, -1.0088339120409846, -0.16363941833538756, -0.3561159648704019, 0.0032845025755584463, -0.3561159648704019, -0.8525801414002536, 0.606027238943535, -0.2562513366882786, -0.07738004484479426, -0.16363941833538756, -0.2562513366882786, 0.5577031618309872, -0.3561159648704019, -0.4643037637138993, 3.7341765160462095, -1.5792181260856728, -0.2562513366882786, -0.7109425729851666, -0.2562513366882786, -1.1814627891013192, 0.2176412236461032, -0.3561159648704019, -0.8525801414002536, -0.07738004484479426, -0.3561159648704019, -0.2562513366882786, -1.1814627891013192, -0.7109425729851666, 0.2814390486693073, 0.6971381119153414, 0.3420281495224428, -1.3716650811206057, -0.5820835302640551, 0.2176412236461032, -0.5820835302640551, 2.1028770609615632, -0.7109425729851666, -0.5820835302640551, -0.2562513366882786, -1.8013467371914142, -0.5820835302640551, 0.15029203101760766, -0.5820835302640551, -1.5792181260856728, 0.0032845025755584463, -1.1814627891013192, -1.0088339120409846, -0.5820835302640551, -1.0088339120409846, 0.5073298201531834, -1.3716650811206057, -0.8525801414002536, -0.4643037637138993, -0.3561159648704019, -1.0088339120409846, -0.2562513366882786, -0.4643037637138993, -0.8525801414002536, 0.0032845025755584463, -0.3561159648704019, -0.7109425729851666, 0.6971381119153414, -0.7109425729851666, -1.0088339120409846, 0.2176412236461032, -0.8525801414002536, -0.16363941833538756, 0.2814390486693073, -0.8525801414002536, -1.0088339120409846, -0.16363941833538756, -0.16363941833538756, -0.4643037637138993, 4.233583911791567, -1.8013467371914142, -0.5820835302640551, -0.7109425729851666, -0.4643037637138993, -0.5820835302640551, -0.3561159648704019, -0.4643037637138993, -0.4643037637138993, -1.1814627891013192, -0.4643037637138993, -0.16363941833538756, -0.16363941833538756, -0.2562513366882786, 4.214501337504264, 0.15029203101760766, -0.2562513366882786, -0.4643037637138993, -1.1814627891013192, -0.4643037637138993, -0.3561159648704019, 0.15029203101760766, -0.2562513366882786, -0.7109425729851666, -1.1814627891013192, -0.4643037637138993, 0.898216089690239, 0.2814390486693073, 0.5073298201531834, -0.2562513366882786, 4.67731814678052, -0.16363941833538756, -0.16363941833538756, -0.7109425729851666, -1.1814627891013192, -0.16363941833538756, 0.3997056529359412, 0.6971381119153414, -1.3716650811206057, 0.07899418796095779, 0.6971381119153414, -0.3561159648704019, 0.15029203101760766, 0.3420281495224428, -0.2562513366882786, -0.3561159648704019, -1.3716650811206057, -1.0088339120409846, -1.0088339120409846, -0.4643037637138993, -0.7109425729851666, -0.3561159648704019, 0.0032845025755584463, -0.2562513366882786, -0.5820835302640551, -1.3716650811206057, -0.2562513366882786, -1.0088339120409846, -0.3561159648704019, -0.4643037637138993, -0.07738004484479426, -0.07738004484479426, 3.2521802052822912, 0.15029203101760766, -0.5820835302640551, -0.2562513366882786, -0.4643037637138993, 0.4547305696960129, -0.2562513366882786, -0.4643037637138993, 2.141732231341531, -0.16363941833538756, 0.2814390486693073, -0.5820835302640551, 0.0032845025755584463, 0.2814390486693073, -1.0088339120409846, -0.3561159648704019, 0.2814390486693073, 0.0032845025755584463, 0.6971381119153414, 0.15029203101760766, -0.2562513366882786, -0.16363941833538756, 0.3997056529359412, -0.5820835302640551, -0.8525801414002536, -1.8013467371914142, -0.8525801414002536, -0.3561159648704019, 0.2176412236461032, -1.0088339120409846, -0.2562513366882786, -0.4643037637138993, -0.5820835302640551, -0.4643037637138993, -0.7109425729851666, -0.4643037637138993, -0.7109425729851666, -0.16363941833538756, -1.1814627891013192, -1.0088339120409846, 0.2176412236461032, 2.382479183612773, 0.2814390486693073, -0.3561159648704019, -0.2562513366882786, -1.0088339120409846, 0.2176412236461032, -0.3561159648704019, -0.5820835302640551, 0.2176412236461032, -0.07738004484479426, -0.5820835302640551, 1.3010110103872898, -0.16363941833538756, -0.07738004484479426, -0.16363941833538756, -0.4643037637138993, 0.3420281495224428, -0.2562513366882786, 3.3552080029539937, 0.3420281495224428, -0.07738004484479426, -0.4643037637138993, -0.3561159648704019, -1.0088339120409846, -0.3561159648704019, -0.7109425729851666, 0.0032845025755584463, -0.7109425729851666, -0.2562513366882786, -0.3561159648704019, -0.4643037637138993, -1.1814627891013192, 0.0032845025755584463, -0.7109425729851666, -1.1814627891013192, 0.3997056529359412, 0.07899418796095779, -0.16363941833538756, -0.4643037637138993, -0.2562513366882786, 0.9346165878738094, 4.076171589670862, -0.8525801414002536, -0.4643037637138993, 0.8606526989951291, -0.5820835302640551, -0.4643037637138993, 3.862603865106693, -0.5820835302640551, 0.0032845025755584463, 0.3420281495224428, -0.2562513366882786, 0.6524589273551293, 3.1605063258145987, -0.16363941833538756, -0.8525801414002536, -0.4643037637138993, 0.8218507554636054, -1.8013467371914142, -0.5820835302640551, 0.07899418796095779, -0.8525801414002536, -0.4643037637138993, -0.07738004484479426, -0.8525801414002536, -1.0088339120409846, -0.5820835302640551, -0.4643037637138993, 1.0041990718042584, -0.3561159648704019, 0.0032845025755584463, -0.8525801414002536, -1.0088339120409846, -0.3561159648704019, 0.2176412236461032, 0.2176412236461032, -0.3561159648704019, 0.0032845025755584463, -1.0088339120409846, 0.2814390486693073, -0.07738004484479426, 0.2176412236461032, -0.3561159648704019, 1.0041990718042584, 0.15029203101760766, -0.4643037637138993, -1.5792181260856728, -1.0088339120409846, -1.0088339120409846, -0.7109425729851666, -0.5820835302640551, 0.6971381119153414, -1.8013467371914142, 0.3420281495224428, -0.8525801414002536, -0.7109425729851666, 0.2176412236461032, -0.3561159648704019, -0.2562513366882786, -0.5820835302640551, -0.16363941833538756, -0.7109425729851666, -1.1814627891013192, -0.8525801414002536, -0.2562513366882786, -0.3561159648704019, 0.2814390486693073, -0.16363941833538756, -0.2562513366882786, -0.7109425729851666, 0.4547305696960129, -0.07738004484479426, 0.4547305696960129, 0.07899418796095779, -0.07738004484479426, -0.8525801414002536, -0.5820835302640551, -0.5820835302640551, -1.8013467371914142, -0.07738004484479426, -0.3561159648704019, -0.4643037637138993, -0.07738004484479426, -0.4643037637138993, -0.3561159648704019, -2.0320018886099604, 0.07899418796095779, 3.89683114821157, -0.3561159648704019, 4.727859230405708, 0.3420281495224428, 2.7518932320486207, 0.2176412236461032, 1.3771212307847678, 0.0032845025755584463, -0.16363941833538756, 1.0375020410969664, -0.07738004484479426, -0.4643037637138993, 0.15029203101760766, -0.5820835302640551, -1.5792181260856728, -0.07738004484479426, -0.07738004484479426, 5.0, -1.5792181260856728, 0.3420281495224428, -0.3561159648704019, 0.0032845025755584463, -0.2562513366882786, -0.07738004484479426, -0.3561159648704019, 0.07899418796095779, -0.2562513366882786, -0.7109425729851666, -0.16363941833538756, -0.3561159648704019, 0.3420281495224428, -0.2562513366882786, 0.4547305696960129, 4.127981447616593, 0.6971381119153414, -1.0088339120409846, 0.5577031618309872, -1.5792181260856728, -0.3561159648704019, 0.3420281495224428, -0.5820835302640551, 0.07899418796095779, -0.07738004484479426, 0.15029203101760766, -0.7109425729851666, -0.16363941833538756, 0.2814390486693073, 0.3997056529359412, -0.8525801414002536, -0.3561159648704019, -0.07738004484479426, -0.4643037637138993, -0.4643037637138993, -1.0088339120409846, -0.3561159648704019, 0.0032845025755584463, 0.07899418796095779, -0.4643037637138993, -0.7109425729851666, -0.16363941833538756, 0.2176412236461032, -0.4643037637138993, -0.2562513366882786, 0.3997056529359412, 4.146262496948392, 0.0032845025755584463, -0.8525801414002536, -0.07738004484479426, -1.1814627891013192, 0.07899418796095779, 0.6524589273551293, -1.0088339120409846, -1.0088339120409846, -0.07738004484479426, -0.07738004484479426, 0.4547305696960129, 0.3420281495224428, 0.6524589273551293, 0.3997056529359412, 0.15029203101760766, -0.2562513366882786, -0.3561159648704019, -0.3561159648704019, 0.5577031618309872, -0.2562513366882786, 0.3997056529359412, 1.0375020410969664, -0.4643037637138993, -0.3561159648704019, 1.8541871985068816, 3.7723422526965518, -0.7109425729851666, 0.0032845025755584463, -1.0088339120409846, -0.7109425729851666, -0.5820835302640551, -0.8525801414002536, 0.3997056529359412, 0.6524589273551293, -0.07738004484479426, -1.0088339120409846, 0.3997056529359412, -0.16363941833538756, -0.4643037637138993, -0.4643037637138993, 0.2176412236461032, 0.15029203101760766, -0.4643037637138993, 0.0032845025755584463, -0.16363941833538756, 4.489248310821884, -0.4643037637138993, -0.3561159648704019, 0.4547305696960129, 0.2176412236461032, -0.07738004484479426, -0.5820835302640551, -0.4643037637138993, 0.5073298201531834, 0.6524589273551293, -0.7109425729851666, 2.7443344854808687, 0.07899418796095779, 4.477376862851151, 3.7047056226960384, -1.1814627891013192, -0.2562513366882786, 2.491137989428028, -0.2562513366882786, 0.0032845025755584463, 0.6971381119153414, -0.7109425729851666, -0.16363941833538756, -0.3561159648704019, -0.3561159648704019, 4.28097143607219, 1.8703839735651329, -1.0088339120409846, 0.2176412236461032, 3.8062584537214734, 0.0032845025755584463, 0.3420281495224428, 0.07899418796095779, 0.2176412236461032, -0.16363941833538756, 0.2814390486693073, 3.80929317362871, -1.3716650811206057, -1.0088339120409846, 3.856799912068993, 1.219595217536794, -0.4643037637138993, 4.740158025706052, -0.3561159648704019, 0.07899418796095779, 1.7157968694103858, 0.07899418796095779, 0.0032845025755584463, 0.3420281495224428, -1.3716650811206057, 1.219595217536794, -0.4643037637138993, 1.1619879504683823, -0.7109425729851666, -0.2562513366882786, 1.3771212307847678, 0.07899418796095779, 0.7817270878251296, 0.2814390486693073, 0.0032845025755584463, -0.8525801414002536, 0.3997056529359412, -0.4643037637138993, -0.07738004484479426, -0.8525801414002536, 0.15029203101760766, 0.9346165878738094, 0.2814390486693073, 1.8377618162950051, 0.606027238943535, -0.16363941833538756, 0.969923209309472, -0.5820835302640551, 0.898216089690239, 0.2814390486693073, -0.8525801414002536, 0.07899418796095779, 0.15029203101760766, -0.4643037637138993, -0.4643037637138993, -0.16363941833538756, 0.3420281495224428, -0.8525801414002536, -1.0088339120409846, 0.5073298201531834, 4.248212049441153, -0.4643037637138993, -1.1814627891013192, 0.3420281495224428, -0.2562513366882786, -0.4643037637138993, -0.5820835302640551, -0.07738004484479426, 0.7817270878251296, -0.07738004484479426, 0.2176412236461032, -0.7109425729851666, -0.5820835302640551, 0.15029203101760766, -0.5820835302640551, 0.15029203101760766, -0.2562513366882786, -0.4643037637138993, -0.7109425729851666, 0.5073298201531834, 0.8218507554636054, 0.2814390486693073, 0.606027238943535, -0.5820835302640551, 1.3522982484350228, -0.8525801414002536, 0.6971381119153414, 0.7401900043967131, 0.2176412236461032, -0.3561159648704019, 4.130282383680592, -0.4643037637138993, -0.8525801414002536, -1.1814627891013192, 0.7401900043967131, 0.8606526989951291, 0.2176412236461032, 0.2814390486693073, 0.15029203101760766, -0.2562513366882786, 0.2176412236461032, -0.3561159648704019, 0.2814390486693073, 0.07899418796095779, -0.3561159648704019, 0.15029203101760766, -0.16363941833538756, 0.15029203101760766, -1.0088339120409846, -0.7109425729851666, -1.0088339120409846, -0.3561159648704019, 0.2176412236461032, -0.07738004484479426, -0.3561159648704019, 0.3997056529359412, -0.2562513366882786, 0.4547305696960129, 0.7401900043967131, 3.90801961674084, 3.6151076874869448, 4.197271649419813, -0.7109425729851666, 0.2176412236461032, 1.0041990718042584, 0.07899418796095779, 3.9517254285311734, 0.15029203101760766, 0.3997056529359412, 0.2814390486693073, 0.6971381119153414, -0.2562513366882786, -0.8525801414002536, 0.3420281495224428, -0.07738004484479426, 0.2814390486693073, -0.8525801414002536, 0.3420281495224428, -0.2562513366882786, 0.0032845025755584463, -0.5820835302640551, 0.07899418796095779, -0.4643037637138993, 0.2814390486693073, 0.07899418796095779, 0.3420281495224428, -0.2562513366882786, -0.2562513366882786, -0.4643037637138993, -0.3561159648704019, -0.7109425729851666, -0.4643037637138993, -0.07738004484479426, -0.16363941833538756, -0.16363941833538756, 0.7401900043967131, -0.7109425729851666, -0.07738004484479426, 0.15029203101760766, 0.3420281495224428, -0.2562513366882786, -0.2562513366882786, -0.4643037637138993, -0.07738004484479426, 0.4547305696960129, 0.4547305696960129, -0.8525801414002536, -0.4643037637138993, -0.8525801414002536, 0.2814390486693073, 0.8218507554636054, 0.5073298201531834, -0.7109425729851666, -0.07738004484479426, 0.3997056529359412, 0.2176412236461032, -0.4643037637138993, 0.07899418796095779, 1.0375020410969664, 1.274497572610604, -0.16363941833538756, -0.3561159648704019, 0.3420281495224428, 3.2224192444064395, -0.2562513366882786, -1.0088339120409846, 0.07899418796095779, 0.5577031618309872, 5.0, -0.16363941833538756, -0.8525801414002536, 0.6971381119153414, -0.16363941833538756, -0.4643037637138993, 0.6524589273551293, -0.07738004484479426, 0.15029203101760766, 0.07899418796095779, 0.5577031618309872, -0.3561159648704019, 0.15029203101760766, -0.07738004484479426, 0.8218507554636054, -0.8525801414002536, 0.6524589273551293, 0.6524589273551293, 3.842161804137004, -0.7109425729851666, 0.5577031618309872, -1.3716650811206057, 0.07899418796095779, -0.07738004484479426, -1.0088339120409846, -0.3561159648704019, -0.7109425729851666, -0.2562513366882786, 0.0032845025755584463, -0.2562513366882786, 0.3420281495224428, -0.3561159648704019, -0.2562513366882786, -0.7109425729851666, -0.8525801414002536, 0.07899418796095779, 5.0, 0.969923209309472, 0.0032845025755584463, 0.969923209309472, -0.07738004484479426, -0.3561159648704019, 0.7401900043967131, 0.15029203101760766, 0.3420281495224428, 1.4938849037134732, 0.2814390486693073, -0.16363941833538756, -1.0088339120409846, -0.07738004484479426, -1.3716650811206057, -0.07738004484479426, -0.5820835302640551, 3.949041493681648, 0.2814390486693073, -0.7109425729851666, -0.8525801414002536, 0.3420281495224428, -0.7109425729851666, -0.5820835302640551, -0.3561159648704019, 0.2176412236461032, 0.5577031618309872, -0.5820835302640551, -0.07738004484479426, 0.7817270878251296, -0.2562513366882786, 0.3997056529359412, -0.07738004484479426, -1.3716650811206057, 0.5577031618309872, -0.16363941833538756, -0.5820835302640551, 0.2814390486693073, 2.9709641330295264, 0.5577031618309872, 0.2176412236461032, 0.3997056529359412, 1.0698852916978316, -1.1814627891013192, 0.07899418796095779, 0.3997056529359412, 0.606027238943535, -1.3716650811206057, 0.3997056529359412, 0.0032845025755584463, 0.2176412236461032, -0.4643037637138993, -0.16363941833538756, -0.3561159648704019, 2.573053337133636, -0.5820835302640551, -0.4643037637138993, -0.3561159648704019, 1.7157968694103858, -0.7109425729851666, -0.2562513366882786, -0.8525801414002536, 0.9346165878738094, -0.5820835302640551, -0.16363941833538756, -0.16363941833538756, 0.2176412236461032, -0.5820835302640551, -0.4643037637138993, 0.5073298201531834, -0.4643037637138993, 1.0698852916978316, 0.3420281495224428, 0.2176412236461032, -0.3561159648704019, 0.606027238943535, 0.4547305696960129, -0.2562513366882786, 0.07899418796095779, 0.2814390486693073, 0.15029203101760766, 1.7519670276236805, -1.0088339120409846, 0.2176412236461032, -0.3561159648704019, 1.3010110103872898, 0.8606526989951291, -0.3561159648704019, 1.0375020410969664, 0.606027238943535, 1.5587151022783066, -0.07738004484479426, 0.7817270878251296, 1.2473686561514394, 0.6971381119153414, -0.16363941833538756, -0.5820835302640551, -0.5820835302640551, 0.8606526989951291, -0.4643037637138993, -0.07738004484479426, 0.0032845025755584463, 0.15029203101760766, 0.5577031618309872, 0.3420281495224428, 0.5073298201531834, 0.8606526989951291, -0.5820835302640551, 0.5577031618309872, 0.8606526989951291, 0.4547305696960129, -0.4643037637138993, 0.07899418796095779, -0.4643037637138993, 0.3420281495224428, 0.2176412236461032, 1.274497572610604, 0.4547305696960129, 1.274497572610604, -0.2562513366882786, 0.898216089690239, 0.969923209309472, 1.1619879504683823, 0.8218507554636054, -0.2562513366882786, 3.6151076874869448, 0.969923209309472, 1.219595217536794, 0.2176412236461032, -0.16363941833538756, 0.898216089690239, -0.4643037637138993, 0.3997056529359412, 0.15029203101760766, 0.3420281495224428, 0.5073298201531834, -1.0088339120409846, 0.3997056529359412, 0.15029203101760766, 3.0078076301978123, 0.07899418796095779, 1.6000150892969045, -0.8525801414002536, 0.3997056529359412, 0.606027238943535, -0.3561159648704019, -0.3561159648704019, -0.4643037637138993, -0.07738004484479426, 0.6524589273551293, 0.5073298201531834, -0.2562513366882786, -0.16363941833538756, 0.7817270878251296, -0.4643037637138993, 0.969923209309472, 0.6524589273551293, 0.3997056529359412, 0.5073298201531834, 0.0032845025755584463, 0.2814390486693073, 0.7817270878251296, 0.8606526989951291, 1.0041990718042584, 0.8606526989951291, 1.3010110103872898, 1.0375020410969664, 1.219595217536794, -0.7109425729851666, 0.3997056529359412, 1.0375020410969664, 0.0032845025755584463, 0.4547305696960129, 0.0032845025755584463, -0.3561159648704019, -0.07738004484479426, -0.3561159648704019, 0.7401900043967131, 0.8218507554636054, 0.3420281495224428, -0.8525801414002536, 3.3325823675117374, -0.3561159648704019, 2.0350860340360613, 0.6524589273551293, 0.4547305696960129, 0.3420281495224428, -0.3561159648704019, 0.15029203101760766, 0.9346165878738094, -0.16363941833538756, 0.5073298201531834, 0.5577031618309872, 1.5158979289253487, 0.7401900043967131, -0.7109425729851666, 1.5158979289253487, 2.9068353517543044, 1.0375020410969664, 0.15029203101760766, -0.2562513366882786, -0.2562513366882786, 0.2176412236461032, 0.07899418796095779, 0.6524589273551293, 5.0, 0.7401900043967131, 0.0032845025755584463, 0.2814390486693073, 0.3420281495224428, 0.3997056529359412, 0.07899418796095779, -0.4643037637138993, 1.4714483694402638, 0.2814390486693073, 0.606027238943535, 1.7340223865903974, 0.3997056529359412, 1.9176640162821617, 0.6524589273551293, 1.3269361053974265, 0.3420281495224428, 0.969923209309472, -0.2562513366882786, 2.573053337133636, 1.274497572610604, -0.2562513366882786, 0.606027238943535, 2.6820255532446535, 1.7519670276236805, 0.3997056529359412, -0.07738004484479426, 2.361583073056837, -0.07738004484479426, 0.5577031618309872, -0.4643037637138993, -0.8525801414002536, 0.2814390486693073, -0.2562513366882786, 0.3997056529359412, 3.5219012194968027, 0.5073298201531834, 0.4547305696960129, 0.07899418796095779, 0.15029203101760766, -0.16363941833538756, 0.969923209309472, 0.2814390486693073, 1.4014273750472743, 0.3420281495224428, -0.5820835302640551, 1.1911461241123054, -1.1814627891013192, 0.4547305696960129, 0.15029203101760766, 0.3420281495224428, 2.6820255532446535, 0.3997056529359412, 0.606027238943535, 0.3997056529359412, 0.2176412236461032, 1.2473686561514394, 1.9924297147655081, 0.3997056529359412, 0.4547305696960129, 0.3420281495224428, 1.425237652932435, 0.3420281495224428, 0.3997056529359412, 0.7401900043967131, 1.1911461241123054, 0.5073298201531834, 5.0, -0.5820835302640551, 0.7817270878251296, 0.5073298201531834, 0.8606526989951291, 0.6971381119153414, 0.2814390486693073, -0.4643037637138993, 0.7401900043967131, 1.1619879504683823, -0.07738004484479426, 0.898216089690239, 0.15029203101760766, 1.7519670276236805, -0.16363941833538756, 0.2814390486693073, 0.6971381119153414, 0.6524589273551293, 1.5375030689336782, 1.3771212307847678, 1.3771212307847678, 1.3771212307847678, 0.6524589273551293, -1.0088339120409846, 1.101397795614096, 0.606027238943535, 0.8218507554636054, 0.3420281495224428, 3.0078076301978123, 0.5073298201531834, 1.6399013540330611, -0.16363941833538756, 0.2176412236461032, 2.831946196812943, 1.1911461241123054, 0.2814390486693073, 0.7401900043967131, 0.7401900043967131, 0.5073298201531834, 1.5158979289253487, 0.9346165878738094, 0.15029203101760766, 0.969923209309472, 1.4485717915393828, 0.606027238943535, 1.5587151022783066, 0.07899418796095779, 0.3997056529359412, 1.5375030689336782, 0.2176412236461032, 2.5553425483097447, 0.7401900043967131, 1.8377618162950051, -0.16363941833538756, 1.5587151022783066, 0.5073298201531834, 2.2394126866802955, 1.3269361053974265, 3.46624014497332, 2.9833756321814806, 0.5577031618309872, 1.5375030689336782, -0.16363941833538756, 1.0375020410969664, 0.3997056529359412, 0.8606526989951291, 2.5098470430562863, 2.4816692588304137, 0.969923209309472, 0.8218507554636054, 0.07899418796095779, 0.5577031618309872, -0.7109425729851666, 1.7340223865903974, 1.274497572610604, 2.0210403761235343, 1.7157968694103858, 0.8606526989951291, 0.7817270878251296, 1.3771212307847678, 0.4547305696960129, 0.8606526989951291, 4.034490575444642, 1.0041990718042584, 0.3420281495224428, 0.2176412236461032, 0.969923209309472, 1.1619879504683823, 1.0041990718042584, 1.3269361053974265, 2.141732231341531, 0.07899418796095779, 1.101397795614096, 1.1619879504683823, 2.4816692588304137, 2.1028770609615632, 1.4014273750472743, 0.2814390486693073, 1.7340223865903974, 0.15029203101760766, 0.2176412236461032, 0.4547305696960129, 1.5375030689336782, 1.9924297147655081, 1.7157968694103858, 1.1911461241123054, 0.606027238943535, 0.8606526989951291, 1.0375020410969664, 0.5577031618309872, 0.969923209309472, 1.0041990718042584, 1.5158979289253487, 2.4816692588304137, 0.898216089690239, 0.6971381119153414, 0.5073298201531834, 1.0698852916978316, 1.0041990718042584, -0.16363941833538756, 1.6000150892969045, 1.0375020410969664, 2.3186286780355663, 2.2626020646631093, 0.7401900043967131, 0.6971381119153414, 1.6000150892969045, 0.3420281495224428, 0.2814390486693073, 4.982217844981925, 0.3997056529359412, 0.6971381119153414, 4.036984264722393, 0.7817270878251296, 0.3420281495224428, 1.274497572610604, 1.2473686561514394, 0.2176412236461032, -0.5820835302640551, -0.16363941833538756, 2.274025534888658, 1.579548021831083, 1.620128885088, 1.274497572610604, 1.6972815719093737, 1.9176640162821617, 1.0041990718042584, 2.5818084971283546, 1.3010110103872898, 0.15029203101760766, -0.3561159648704019, 0.2176412236461032, 1.1320847496866164, -0.16363941833538756, 0.898216089690239, 1.7519670276236805, 1.5158979289253487, 0.6524589273551293, 2.7816457056151584, 1.7696392936740648, 0.8606526989951291, 1.1320847496866164, 1.3010110103872898, 1.7696392936740648, 1.8377618162950051, 1.5375030689336782, 0.5073298201531834, 0.3997056529359412, 1.7340223865903974, 1.219595217536794, 1.787047306785329, 0.8606526989951291, 1.3010110103872898, 3.1867057037446807, 0.5073298201531834, 0.6524589273551293, 1.1320847496866164, -1.0088339120409846, -1.3716650811206057, -0.7109425729851666, -1.1814627891013192, -1.0088339120409846, -0.7109425729851666, -1.8013467371914142, -2.0320018886099604, -2.0320018886099604, -1.1814627891013192, -0.3561159648704019, -1.1814627891013192, -1.5792181260856728, -2.0320018886099604, -2.0320018886099604, -1.3716650811206057, -1.0088339120409846, -1.5792181260856728, -0.3561159648704019, -1.5792181260856728, -1.0088339120409846, -0.7109425729851666, 0.07899418796095779, -0.4643037637138993, -1.1814627891013192, -1.8013467371914142, -0.2562513366882786, -0.07738004484479426, -1.3716650811206057, -2.0320018886099604, -1.3716650811206057, -1.5792181260856728, -2.0320018886099604, -1.0088339120409846, -0.3561159648704019, -1.8013467371914142, -1.1814627891013192, -0.2562513366882786, -0.8525801414002536, -0.5820835302640551, -1.5792181260856728, -0.8525801414002536, -0.4643037637138993, -0.2562513366882786, -1.5792181260856728, -0.8525801414002536, -1.3716650811206057, -0.7109425729851666, -1.0088339120409846, -1.3716650811206057, -1.5792181260856728, -1.5792181260856728, -1.3716650811206057, -1.0088339120409846, -1.5792181260856728, -0.8525801414002536, -0.7109425729851666, -0.7109425729851666, 0.0032845025755584463, -0.4643037637138993, -0.8525801414002536, -0.7109425729851666, -2.0320018886099604, -1.1814627891013192, -0.5820835302640551, -0.3561159648704019, -1.0088339120409846, -1.0088339120409846, -0.5820835302640551, -2.0320018886099604, -0.2562513366882786, -1.3716650811206057, -1.0088339120409846, -0.4643037637138993, -0.07738004484479426, -1.3716650811206057, -1.3716650811206057, -1.0088339120409846, -0.07738004484479426, 0.3997056529359412, -0.3561159648704019, -1.1814627891013192, -0.7109425729851666, -0.07738004484479426, -0.8525801414002536, -0.7109425729851666, -2.0320018886099604, -1.1814627891013192, -0.5820835302640551, -2.0320018886099604, -1.0088339120409846, -1.5792181260856728, -1.1814627891013192, -0.5820835302640551, -1.1814627891013192, -1.5792181260856728, -1.3716650811206057, -0.8525801414002536, -1.3716650811206057, 0.898216089690239, -2.0320018886099604, -0.5820835302640551, -0.16363941833538756, -1.8013467371914142, -1.3716650811206057, -1.0088339120409846, -1.0088339120409846, -0.7109425729851666, -0.2562513366882786, -1.1814627891013192, -0.3561159648704019, -0.7109425729851666, -0.7109425729851666, 0.0032845025755584463, 2.564231693095385, 0.0032845025755584463, -0.8525801414002536, -1.8013467371914142, -1.5792181260856728, -0.8525801414002536, -0.16363941833538756, -1.1814627891013192, 0.3420281495224428, -0.8525801414002536, -0.4643037637138993, -1.0088339120409846, -1.0088339120409846, -1.3716650811206057, 0.07899418796095779, -0.8525801414002536, -0.3561159648704019, -0.2562513366882786, -0.8525801414002536, -0.7109425729851666, -0.3561159648704019, -0.4643037637138993, -1.0088339120409846, -1.3716650811206057, -1.0088339120409846, -1.0088339120409846, -0.4643037637138993, -0.2562513366882786, -1.3716650811206057, -1.1814627891013192, -1.8013467371914142, -0.8525801414002536, -0.4643037637138993, 0.5577031618309872, -1.1814627891013192, -0.4643037637138993, -0.8525801414002536, -1.0088339120409846, -0.5820835302640551, 0.2176412236461032, -1.5792181260856728, -0.8525801414002536, -1.1814627891013192, -0.8525801414002536, -1.1814627891013192, 0.3997056529359412, -1.0088339120409846, -1.0088339120409846, 0.3997056529359412, -0.4643037637138993, -0.8525801414002536, -0.7109425729851666, 0.15029203101760766, -0.7109425729851666, -0.7109425729851666, 0.2176412236461032, -1.8013467371914142, -0.2562513366882786, -1.8013467371914142, -0.8525801414002536, -0.7109425729851666, -1.3716650811206057, -0.7109425729851666, -0.8525801414002536, -0.7109425729851666, -1.0088339120409846, -0.8525801414002536, -1.3716650811206057, -1.1814627891013192, -1.8013467371914142, -1.5792181260856728, -0.5820835302640551, -0.7109425729851666, -2.0320018886099604, -0.4643037637138993, -0.8525801414002536, 0.0032845025755584463, -2.0320018886099604, -1.3716650811206057, -1.5792181260856728, -0.3561159648704019, -0.4643037637138993, -0.4643037637138993, -1.3716650811206057, -1.1814627891013192, 0.0032845025755584463, -1.0088339120409846, -0.7109425729851666, -0.2562513366882786, -1.3716650811206057, -0.7109425729851666, -1.0088339120409846, -1.0088339120409846, -0.8525801414002536, -1.1814627891013192, -0.8525801414002536, -0.7109425729851666, -1.1814627891013192, -1.3716650811206057, -0.7109425729851666, -2.0320018886099604, -1.0088339120409846, -1.5792181260856728, -0.16363941833538756, -0.8525801414002536, -1.1814627891013192, -1.0088339120409846, -1.5792181260856728, -0.8525801414002536, -0.8525801414002536, -1.1814627891013192, -0.5820835302640551, -0.3561159648704019, -0.07738004484479426, -1.1814627891013192, 0.07899418796095779, -1.8013467371914142, -0.8525801414002536, -0.8525801414002536, -0.8525801414002536, -1.3716650811206057, -1.8013467371914142, -0.7109425729851666, -0.8525801414002536, -1.5792181260856728, -1.1814627891013192, -1.0088339120409846, -0.3561159648704019, -0.2562513366882786, -0.8525801414002536, -0.5820835302640551, -0.16363941833538756, -0.5820835302640551, -0.3561159648704019, 0.15029203101760766, -1.3716650811206057, -1.0088339120409846, -0.16363941833538756, -1.0088339120409846, -1.8013467371914142, -1.0088339120409846, -0.5820835302640551, -0.16363941833538756, -1.1814627891013192, -0.7109425729851666, -1.0088339120409846, -1.5792181260856728, 2.7816457056151584, -1.1814627891013192, -0.7109425729851666, -0.16363941833538756, 0.3420281495224428, -1.0088339120409846, -1.5792181260856728, -0.5820835302640551, -0.7109425729851666, -1.0088339120409846, -0.3561159648704019, -0.5820835302640551, -0.8525801414002536, -0.7109425729851666, -1.0088339120409846, -1.0088339120409846, -1.0088339120409846, -1.0088339120409846, -1.5792181260856728, 0.07899418796095779, 0.4547305696960129, -0.7109425729851666, -0.7109425729851666, -1.1814627891013192, -0.07738004484479426, 0.07899418796095779, -1.5792181260856728, -1.5792181260856728, -0.7109425729851666, 0.0032845025755584463, -0.16363941833538756, -1.0088339120409846, -0.5820835302640551, -1.8013467371914142, -0.8525801414002536, -0.7109425729851666, 1.3010110103872898, -2.0320018886099604, -0.07738004484479426, -0.8525801414002536, -0.3561159648704019, -1.0088339120409846, -1.5792181260856728, -0.16363941833538756, -0.5820835302640551, -0.2562513366882786, 0.5073298201531834, -0.8525801414002536, -0.07738004484479426, -0.07738004484479426, -0.7109425729851666, -0.3561159648704019, -0.5820835302640551, -0.8525801414002536, -0.07738004484479426, -0.7109425729851666, 0.0032845025755584463, -1.0088339120409846, -1.1814627891013192, -0.7109425729851666, -0.5820835302640551, -0.2562513366882786, -0.2562513366882786, -1.5792181260856728, 0.0032845025755584463, -1.5792181260856728, -0.8525801414002536, -1.0088339120409846, -0.5820835302640551, -0.07738004484479426, -0.4643037637138993, -1.1814627891013192, -1.1814627891013192, -1.8013467371914142, -0.4643037637138993, -1.1814627891013192, -0.7109425729851666, -1.1814627891013192, -1.5792181260856728, -0.07738004484479426, -0.4643037637138993, 0.15029203101760766, -0.3561159648704019, -1.1814627891013192, -0.4643037637138993, -1.1814627891013192, -0.3561159648704019, -1.0088339120409846, -0.4643037637138993, -1.1814627891013192, -1.3716650811206057, -0.7109425729851666, -1.1814627891013192, -0.5820835302640551, -1.0088339120409846, -0.2562513366882786, -1.0088339120409846, -1.1814627891013192, -0.8525801414002536, 0.5073298201531834, -1.3716650811206057, -0.7109425729851666, -0.3561159648704019, -0.3561159648704019, -1.0088339120409846, -1.8013467371914142, -0.07738004484479426, -0.16363941833538756, -1.1814627891013192, -0.7109425729851666, -1.1814627891013192, -1.1814627891013192, -1.0088339120409846, -0.8525801414002536, -0.4643037637138993, -0.07738004484479426, -0.3561159648704019, -1.1814627891013192, -0.5820835302640551, -0.5820835302640551, -1.0088339120409846, -1.3716650811206057, -0.8525801414002536, -0.5820835302640551, -0.5820835302640551, -0.7109425729851666, -1.5792181260856728, 0.2814390486693073, -0.8525801414002536, -0.4643037637138993, -0.5820835302640551, -0.4643037637138993, 0.07899418796095779, -0.07738004484479426, -0.16363941833538756, -1.3716650811206057, -0.16363941833538756, -0.4643037637138993, -1.1814627891013192, -0.8525801414002536, -1.1814627891013192, -1.1814627891013192, 0.5073298201531834, -0.5820835302640551, -0.4643037637138993, -0.8525801414002536, -0.4643037637138993, -1.0088339120409846, -1.5792181260856728, -1.5792181260856728, -0.7109425729851666, -0.4643037637138993, -1.3716650811206057, 0.0032845025755584463, -0.2562513366882786, -0.5820835302640551, -0.4643037637138993, -0.7109425729851666, -1.0088339120409846, 0.2814390486693073, -0.4643037637138993, -1.0088339120409846, -0.8525801414002536, -1.3716650811206057, -0.8525801414002536, -1.3716650811206057, -0.7109425729851666, -0.8525801414002536, -1.0088339120409846, -0.8525801414002536, -1.0088339120409846, -1.5792181260856728, -0.07738004484479426, -1.3716650811206057, -1.5792181260856728, -1.0088339120409846, -0.16363941833538756, -0.4643037637138993, -0.7109425729851666, -1.3716650811206057, -1.0088339120409846, -1.1814627891013192, 0.4547305696960129, 0.3997056529359412, -0.7109425729851666, -0.5820835302640551, -0.8525801414002536, 0.3420281495224428, -1.3716650811206057, -0.8525801414002536, -0.4643037637138993, -0.8525801414002536, -1.1814627891013192, -0.07738004484479426, -0.7109425729851666, -1.0088339120409846, -0.7109425729851666, -1.1814627891013192, -0.07738004484479426, -1.0088339120409846, -0.7109425729851666, -2.0320018886099604, -1.0088339120409846, -1.8013467371914142, -0.8525801414002536, -1.0088339120409846, -1.1814627891013192, 0.0032845025755584463, -1.5792181260856728, -0.8525801414002536, 0.0032845025755584463, -0.8525801414002536, -0.7109425729851666, -0.8525801414002536, -0.8525801414002536, -0.8525801414002536, -0.2562513366882786, -1.5792181260856728, -1.3716650811206057, -0.8525801414002536, -0.07738004484479426, -0.8525801414002536, -1.5792181260856728, -1.3716650811206057, -0.16363941833538756, -0.07738004484479426, -0.7109425729851666, -0.5820835302640551, -1.0088339120409846, -1.0088339120409846, 0.6971381119153414, -0.3561159648704019, -0.4643037637138993, -0.2562513366882786, -0.2562513366882786, -0.7109425729851666, -1.0088339120409846, -0.7109425729851666, -0.07738004484479426, 0.15029203101760766, -1.8013467371914142, -1.0088339120409846, -1.0088339120409846, -0.7109425729851666, -0.8525801414002536, -1.5792181260856728, -0.7109425729851666, -0.5820835302640551, -1.1814627891013192, -0.8525801414002536, -0.16363941833538756, -1.1814627891013192, -0.2562513366882786, -1.1814627891013192, -1.1814627891013192, -0.16363941833538756, -0.5820835302640551, -0.07738004484479426, 0.3420281495224428, -1.3716650811206057, 0.0032845025755584463, -0.5820835302640551, -1.8013467371914142, -0.07738004484479426, -0.5820835302640551, -0.3561159648704019, 0.15029203101760766, -1.3716650811206057, -0.4643037637138993, -0.8525801414002536, -0.4643037637138993, -0.2562513366882786, -0.8525801414002536, -0.2562513366882786, -1.3716650811206057, -1.0088339120409846, -0.8525801414002536, -0.7109425729851666, -1.1814627891013192, -0.16363941833538756, -0.07738004484479426, -1.0088339120409846, -0.5820835302640551, -0.7109425729851666, -0.07738004484479426, -0.7109425729851666, -0.5820835302640551, -1.1814627891013192, -0.07738004484479426, -1.3716650811206057, -1.3716650811206057, -0.4643037637138993, -0.07738004484479426, -0.8525801414002536, -0.8525801414002536, -0.8525801414002536, -0.4643037637138993, -0.5820835302640551, -0.2562513366882786, -0.4643037637138993, -0.5820835302640551, 0.2814390486693073, -0.3561159648704019, -0.2562513366882786, -0.7109425729851666, -1.0088339120409846, -1.0088339120409846, -1.3716650811206057, -0.2562513366882786, -1.1814627891013192, -1.0088339120409846, -0.07738004484479426, -0.5820835302640551, -0.2562513366882786, -1.5792181260856728, -1.8013467371914142, -0.5820835302640551, -1.5792181260856728, -0.2562513366882786, -0.7109425729851666, -0.8525801414002536, -0.4643037637138993, -0.7109425729851666, -0.4643037637138993, -0.07738004484479426, -0.2562513366882786, 0.3997056529359412, -0.5820835302640551, -0.5820835302640551, -0.7109425729851666, -1.5792181260856728, -0.3561159648704019, 0.15029203101760766, -0.7109425729851666, -0.2562513366882786, -0.4643037637138993, -1.5792181260856728, -0.8525801414002536, -0.8525801414002536, -0.5820835302640551, 0.15029203101760766, 0.0032845025755584463, -0.7109425729851666, -1.3716650811206057, -1.5792181260856728, -1.1814627891013192, -0.3561159648704019, -1.1814627891013192, -0.3561159648704019, -0.3561159648704019, -0.5820835302640551, -0.3561159648704019, 0.0032845025755584463, -1.0088339120409846, -0.7109425729851666, -0.3561159648704019, -1.0088339120409846, 3.7178962392993866, -0.07738004484479426, -0.3561159648704019, -0.07738004484479426, -0.8525801414002536, -1.0088339120409846, -0.7109425729851666, -0.7109425729851666, -1.0088339120409846, -1.1814627891013192, -1.1814627891013192, -0.16363941833538756, -1.1814627891013192, -1.1814627891013192, 0.07899418796095779, -0.7109425729851666, -0.4643037637138993, -0.7109425729851666, -0.7109425729851666, -0.3561159648704019, -0.2562513366882786, -0.16363941833538756, -0.7109425729851666, 1.579548021831083, -1.5792181260856728, -0.2562513366882786, -1.0088339120409846, -0.8525801414002536, -0.4643037637138993, -0.07738004484479426, -0.4643037637138993, -0.7109425729851666, -0.07738004484479426, -1.8013467371914142, -0.8525801414002536, -0.8525801414002536, -0.7109425729851666, -1.1814627891013192, -1.0088339120409846, -1.0088339120409846, -0.8525801414002536, -1.5792181260856728, -0.4643037637138993, -0.8525801414002536, 0.2814390486693073, -1.5792181260856728, -1.5792181260856728, -0.4643037637138993, -0.2562513366882786, -0.8525801414002536, -0.7109425729851666, -1.3716650811206057, -1.5792181260856728, -1.0088339120409846, -0.8525801414002536, 0.4547305696960129, -1.1814627891013192, -0.4643037637138993, -1.5792181260856728, -0.4643037637138993, -1.5792181260856728, -0.4643037637138993, -0.8525801414002536, -0.2562513366882786, -0.8525801414002536, -0.8525801414002536, -1.0088339120409846, -0.8525801414002536, -0.3561159648704019, -1.0088339120409846, -1.3716650811206057, 0.6524589273551293, -0.8525801414002536, -1.1814627891013192, -0.8525801414002536, -1.5792181260856728, -0.2562513366882786, -1.3716650811206057, -0.5820835302640551, -1.0088339120409846, -0.3561159648704019, -0.8525801414002536, -0.4643037637138993, 0.6971381119153414, -0.8525801414002536, -1.1814627891013192, -0.16363941833538756, 0.0032845025755584463, -0.3561159648704019, 0.2176412236461032, -1.5792181260856728, -0.5820835302640551, -0.16363941833538756, -1.1814627891013192, -0.5820835302640551, -1.0088339120409846, -0.8525801414002536, -0.7109425729851666, -1.0088339120409846, -1.0088339120409846, -0.3561159648704019, -1.5792181260856728, -0.4643037637138993, -0.2562513366882786, -0.5820835302640551, -0.5820835302640551, -0.4643037637138993, -0.7109425729851666, -0.5820835302640551, -0.2562513366882786, -0.4643037637138993, -0.4643037637138993, -0.3561159648704019, -0.4643037637138993, -0.2562513366882786, 1.0041990718042584, -0.5820835302640551, -0.2562513366882786, -1.0088339120409846, -2.0320018886099604, -0.7109425729851666, -1.1814627891013192, -0.5820835302640551, -0.5820835302640551, -1.3716650811206057, -0.16363941833538756, -0.4643037637138993, -0.7109425729851666, -1.3716650811206057, -1.3716650811206057, -1.0088339120409846, -0.16363941833538756, -0.4643037637138993, -1.0088339120409846, -0.5820835302640551, -1.0088339120409846, -0.4643037637138993, -0.2562513366882786, -1.1814627891013192, -1.0088339120409846, -0.7109425729851666, -0.8525801414002536, -0.4643037637138993, -1.5792181260856728, -1.3716650811206057, -0.4643037637138993, -0.5820835302640551, -1.1814627891013192, -1.0088339120409846, -1.3716650811206057, -0.07738004484479426, -0.3561159648704019, -0.4643037637138993, -0.8525801414002536, 1.274497572610604, -0.7109425729851666, -0.5820835302640551, -0.8525801414002536, 0.2814390486693073, 0.0032845025755584463, -0.4643037637138993, -0.8525801414002536, -0.8525801414002536, -0.8525801414002536, -0.5820835302640551, -0.7109425729851666, -0.5820835302640551, -1.1814627891013192, -0.4643037637138993, -0.4643037637138993, -1.0088339120409846, -0.7109425729851666, -0.3561159648704019, -0.8525801414002536, -1.1814627891013192, 0.07899418796095779, -1.0088339120409846, -0.5820835302640551, -1.1814627891013192, -0.4643037637138993, -0.4643037637138993, -0.7109425729851666, 0.606027238943535, -0.8525801414002536, -0.16363941833538756, -0.5820835302640551, -0.16363941833538756, -0.4643037637138993, -1.1814627891013192, 2.900223322346944, -0.7109425729851666, -0.16363941833538756, 2.7889662452262747, 0.07899418796095779, -0.07738004484479426, -0.4643037637138993, -1.1814627891013192, -0.07738004484479426, -1.1814627891013192, -0.8525801414002536, -0.8525801414002536, -0.2562513366882786, -1.1814627891013192, -0.7109425729851666, -1.0088339120409846, -0.4643037637138993, 0.2176412236461032, -1.5792181260856728, -0.4643037637138993, -0.16363941833538756, -0.2562513366882786, -0.3561159648704019, -0.4643037637138993, -0.16363941833538756, -0.2562513366882786, -0.5820835302640551, -0.8525801414002536, -0.7109425729851666, 0.07899418796095779, 0.0032845025755584463, -0.3561159648704019, -0.5820835302640551, -0.5820835302640551, 0.15029203101760766, -0.2562513366882786, -1.0088339120409846, -0.3561159648704019, -0.2562513366882786, -0.16363941833538756, -0.7109425729851666, -0.16363941833538756, -0.3561159648704019, -0.8525801414002536, -0.3561159648704019, -0.7109425729851666, -1.3716650811206057, -1.0088339120409846, 0.0032845025755584463, -0.5820835302640551, -0.2562513366882786, -0.2562513366882786, -0.8525801414002536, -0.3561159648704019, -1.5792181260856728, -0.07738004484479426, 0.15029203101760766, -0.4643037637138993, -1.8013467371914142, -0.16363941833538756, -0.7109425729851666, -0.2562513366882786, -0.2562513366882786, -0.7109425729851666, 0.3997056529359412, -0.8525801414002536, -0.2562513366882786, -0.8525801414002536, -0.4643037637138993, -1.0088339120409846, -1.1814627891013192, -0.7109425729851666, -0.8525801414002536, -1.1814627891013192, -0.16363941833538756, -0.7109425729851666, -0.4643037637138993, -1.1814627891013192, -1.1814627891013192, -0.8525801414002536, -0.3561159648704019, -0.5820835302640551, 0.15029203101760766, -0.3561159648704019, -0.7109425729851666, -1.1814627891013192, -1.1814627891013192, 0.07899418796095779, -0.16363941833538756, -0.16363941833538756, -0.4643037637138993, -0.7109425729851666, 0.0032845025755584463, -1.3716650811206057, -0.16363941833538756, -0.07738004484479426, -0.8525801414002536, -0.3561159648704019, -0.8525801414002536, -0.8525801414002536, -0.5820835302640551, -0.16363941833538756, 0.0032845025755584463, -0.8525801414002536, -0.4643037637138993, -0.07738004484479426, -0.4643037637138993, -1.8013467371914142, -0.16363941833538756, -0.7109425729851666, -0.4643037637138993, 0.2176412236461032, -0.3561159648704019, -0.7109425729851666, -1.3716650811206057, -0.16363941833538756, -1.1814627891013192, -1.0088339120409846, -1.5792181260856728, -0.7109425729851666, -0.8525801414002536, -0.3561159648704019, -0.16363941833538756, -0.16363941833538756, -0.4643037637138993, -1.1814627891013192, -0.7109425729851666, -0.16363941833538756, -1.3716650811206057, -1.1814627891013192, 0.2176412236461032, 0.0032845025755584463, -0.8525801414002536, -0.2562513366882786, 0.2176412236461032, 0.0032845025755584463, 0.0032845025755584463, -0.16363941833538756, -0.3561159648704019, 0.3997056529359412, -0.5820835302640551, 0.07899418796095779, 0.15029203101760766, 0.0032845025755584463, -1.1814627891013192, 0.0032845025755584463, -0.5820835302640551, -0.8525801414002536, -0.7109425729851666, -0.2562513366882786, 0.07899418796095779, -0.7109425729851666, -1.3716650811206057, 0.15029203101760766, -1.5792181260856728, -0.4643037637138993, 0.07899418796095779, 0.3420281495224428, -0.7109425729851666, -0.8525801414002536, 0.2176412236461032, -1.5792181260856728, -1.3716650811206057, -1.3716650811206057, 0.2814390486693073, -0.8525801414002536, -1.1814627891013192, -1.1814627891013192, -0.4643037637138993, -0.2562513366882786, -0.3561159648704019, -1.1814627891013192, -0.8525801414002536, -0.3561159648704019, -0.5820835302640551, -0.7109425729851666, -1.3716650811206057, -0.4643037637138993, -0.3561159648704019, -0.3561159648704019, -0.07738004484479426, -0.7109425729851666, -1.0088339120409846, -0.4643037637138993, -0.4643037637138993, -0.7109425729851666, -0.7109425729851666, -1.3716650811206057, 0.0032845025755584463, -1.0088339120409846, 0.0032845025755584463, -0.4643037637138993, -1.3716650811206057, -0.5820835302640551, -0.07738004484479426, -0.07738004484479426, -0.7109425729851666, -1.0088339120409846, -0.7109425729851666, -1.5792181260856728, -1.0088339120409846, -0.2562513366882786, -0.8525801414002536, -0.3561159648704019, -0.5820835302640551, -0.8525801414002536, -1.0088339120409846, 0.15029203101760766, -0.8525801414002536, -0.3561159648704019, -0.16363941833538756, -0.7109425729851666, -1.3716650811206057, -0.3561159648704019, -0.4643037637138993, -1.1814627891013192, -0.7109425729851666, -1.3716650811206057, -0.2562513366882786, 0.5073298201531834, -0.07738004484479426, -0.07738004484479426, 0.2176412236461032, -0.4643037637138993, -0.3561159648704019, -0.3561159648704019, -0.4643037637138993, 0.2176412236461032, 0.2176412236461032, -0.8525801414002536, 0.3997056529359412, -0.8525801414002536, -0.7109425729851666, -0.16363941833538756, -0.3561159648704019, -0.7109425729851666, -0.2562513366882786, -0.8525801414002536, -0.5820835302640551, -0.8525801414002536, -0.5820835302640551, 0.15029203101760766, -1.5792181260856728, -0.16363941833538756, 1.7519670276236805, 0.0032845025755584463, -0.7109425729851666, -0.8525801414002536, -0.2562513366882786, 0.07899418796095779, -0.5820835302640551, -1.0088339120409846, 0.15029203101760766, -0.8525801414002536, 0.0032845025755584463, -0.5820835302640551, -0.4643037637138993, -0.4643037637138993, -0.2562513366882786, -1.0088339120409846, -1.3716650811206057, -0.5820835302640551, 0.07899418796095779, -0.5820835302640551, -0.07738004484479426, -1.1814627891013192, -1.5792181260856728, -0.2562513366882786, -0.8525801414002536, -0.7109425729851666, -0.8525801414002536, -0.8525801414002536, -0.5820835302640551, -1.0088339120409846, -1.3716650811206057, -0.7109425729851666, -0.7109425729851666, -0.7109425729851666, -0.8525801414002536, -0.8525801414002536, 0.07899418796095779, -0.2562513366882786, -0.7109425729851666, -1.0088339120409846, -0.7109425729851666, -1.1814627891013192, 0.5577031618309872, -1.5792181260856728, -0.4643037637138993, -1.3716650811206057, -0.16363941833538756, -0.4643037637138993, -0.5820835302640551, -0.4643037637138993, -0.07738004484479426, -1.0088339120409846, -0.7109425729851666, -0.5820835302640551, -1.0088339120409846, -0.3561159648704019, -0.4643037637138993, 0.07899418796095779, -0.5820835302640551, -0.5820835302640551, -1.0088339120409846, -0.8525801414002536, -1.8013467371914142, -0.8525801414002536, -0.07738004484479426, -0.7109425729851666, 0.15029203101760766, -0.8525801414002536, -0.5820835302640551, -0.3561159648704019, -1.0088339120409846, -0.16363941833538756, -0.8525801414002536, -0.7109425729851666, -0.2562513366882786, -0.5820835302640551, -0.3561159648704019, -0.07738004484479426, -0.5820835302640551, -0.2562513366882786, -0.5820835302640551, -0.7109425729851666, 0.15029203101760766, -0.2562513366882786, -0.7109425729851666, -1.1814627891013192, -0.2562513366882786, -1.3716650811206057, -0.16363941833538756, -0.2562513366882786, -0.07738004484479426, 0.07899418796095779, -1.0088339120409846, -0.16363941833538756, -0.16363941833538756, -0.3561159648704019, 0.2176412236461032, 0.0032845025755584463, -0.7109425729851666, -0.2562513366882786, -1.0088339120409846, 0.07899418796095779, 0.0032845025755584463, -0.4643037637138993, -0.4643037637138993, 1.1911461241123054, -0.3561159648704019, -0.2562513366882786, -0.7109425729851666, -0.2562513366882786, -1.1814627891013192, -0.7109425729851666, -0.8525801414002536, -0.16363941833538756, -0.8525801414002536, -0.5820835302640551, -0.5820835302640551, -0.4643037637138993, 0.15029203101760766, -1.0088339120409846, -1.1814627891013192, 0.2176412236461032, -1.3716650811206057, -1.1814627891013192, -1.1814627891013192, -0.16363941833538756, -0.16363941833538756, -0.2562513366882786, -0.7109425729851666, -1.1814627891013192, -0.7109425729851666, -0.4643037637138993, -0.7109425729851666, -0.3561159648704019, -1.0088339120409846, -0.07738004484479426, -0.3561159648704019, -0.2562513366882786, -1.1814627891013192, 0.7401900043967131, -1.3716650811206057, 0.07899418796095779, -0.7109425729851666, 0.2176412236461032, -0.7109425729851666, 0.2176412236461032, 0.15029203101760766, -0.7109425729851666, 0.0032845025755584463, -1.1814627891013192, 0.0032845025755584463, -0.7109425729851666, -0.3561159648704019, -0.3561159648704019, -0.7109425729851666, 0.0032845025755584463, 0.2176412236461032, -0.07738004484479426, -0.16363941833538756, -0.4643037637138993, 0.0032845025755584463, -0.7109425729851666, -0.7109425729851666, -1.1814627891013192, -0.5820835302640551, -0.07738004484479426, -1.3716650811206057, -1.0088339120409846, 1.219595217536794, -0.5820835302640551, -0.7109425729851666, -0.8525801414002536, -1.0088339120409846, -0.8525801414002536, 0.07899418796095779, 0.15029203101760766, -1.0088339120409846, 0.0032845025755584463, -0.7109425729851666, -1.0088339120409846, 0.0032845025755584463, -0.3561159648704019, -0.8525801414002536, -0.5820835302640551, 0.7401900043967131, -0.7109425729851666, -0.7109425729851666, -0.3561159648704019, -0.8525801414002536, -1.5792181260856728, 0.2814390486693073, 0.0032845025755584463, -0.7109425729851666, -1.1814627891013192, 0.0032845025755584463, -0.07738004484479426, 0.3997056529359412, 0.8606526989951291, -0.8525801414002536, -1.1814627891013192, -0.5820835302640551, -0.3561159648704019, 0.07899418796095779, -0.2562513366882786, -0.8525801414002536, -0.7109425729851666, -0.3561159648704019, -1.3716650811206057, -1.1814627891013192, -0.3561159648704019, -0.3561159648704019, 0.2814390486693073, -1.1814627891013192, 0.07899418796095779, -1.0088339120409846, -1.1814627891013192, -0.4643037637138993, -0.07738004484479426, 0.07899418796095779, -0.2562513366882786, -0.8525801414002536, -0.5820835302640551, -0.4643037637138993, -0.4643037637138993, -0.8525801414002536, -0.2562513366882786, -0.3561159648704019, -0.3561159648704019, 0.0032845025755584463, -1.0088339120409846, -0.07738004484479426, -0.16363941833538756, -0.07738004484479426, -0.3561159648704019, -0.07738004484479426, -0.4643037637138993, -0.7109425729851666, -0.4643037637138993, -0.8525801414002536, 0.0032845025755584463, -0.4643037637138993, -0.07738004484479426, -0.5820835302640551, -0.16363941833538756, 0.2176412236461032, -0.4643037637138993, -1.0088339120409846, -1.0088339120409846, -0.07738004484479426, -1.1814627891013192, -0.5820835302640551, -0.3561159648704019, -0.2562513366882786, -1.3716650811206057, -1.5792181260856728, -0.07738004484479426, -0.16363941833538756, -0.3561159648704019, -0.5820835302640551, 0.15029203101760766, -0.3561159648704019, -0.8525801414002536, -0.07738004484479426, -0.16363941833538756, -1.0088339120409846, -0.5820835302640551, 0.07899418796095779, 0.6524589273551293, 0.07899418796095779, -0.2562513366882786, -0.3561159648704019, -0.2562513366882786, -1.1814627891013192, -0.2562513366882786, -0.3561159648704019, 0.0032845025755584463, -0.8525801414002536, 0.15029203101760766, -0.8525801414002536, -0.7109425729851666, 0.5577031618309872, -0.7109425729851666, -0.5820835302640551, -0.5820835302640551, -1.1814627891013192, -0.5820835302640551, -0.8525801414002536, -1.3716650811206057, -0.3561159648704019, -1.0088339120409846, -0.5820835302640551, -0.2562513366882786, -0.7109425729851666, -0.3561159648704019, -1.1814627891013192, -0.8525801414002536, 0.07899418796095779, 0.2814390486693073, -0.8525801414002536, 0.898216089690239, -0.4643037637138993, -0.5820835302640551, -0.07738004484479426, 0.07899418796095779, -0.7109425729851666, -0.3561159648704019, -0.07738004484479426, 0.0032845025755584463, -0.5820835302640551, -0.7109425729851666, -0.8525801414002536, -1.1814627891013192, -0.7109425729851666, -0.3561159648704019, -0.4643037637138993, -0.7109425729851666, -0.5820835302640551, -0.7109425729851666, 0.3420281495224428, -0.8525801414002536, -0.5820835302640551, -0.8525801414002536, -0.2562513366882786, -0.7109425729851666, -0.7109425729851666, -0.3561159648704019, 0.2176412236461032, -0.2562513366882786, -0.2562513366882786, -0.7109425729851666, -0.7109425729851666, -0.2562513366882786, -0.16363941833538756, 0.15029203101760766, -0.5820835302640551, -0.07738004484479426, -0.4643037637138993, -1.3716650811206057, -0.8525801414002536, 0.4547305696960129, -0.07738004484479426, -0.3561159648704019, -0.4643037637138993, -1.0088339120409846, 0.4547305696960129, -0.3561159648704019, -1.1814627891013192, -0.8525801414002536, 0.3420281495224428, -1.3716650811206057, 0.969923209309472, 3.871255750956319, -1.0088339120409846, -0.8525801414002536, 0.0032845025755584463, -1.0088339120409846, 0.5073298201531834, 0.2176412236461032, -0.5820835302640551, -0.8525801414002536, 0.0032845025755584463, 0.15029203101760766, -0.5820835302640551, -0.8525801414002536, -0.4643037637138993, -0.4643037637138993, -0.5820835302640551, -1.5792181260856728, -0.4643037637138993, 0.0032845025755584463, -0.16363941833538756, -1.1814627891013192, 0.2176412236461032, 0.15029203101760766, -0.3561159648704019, 0.8606526989951291, -0.7109425729851666, -0.07738004484479426, -0.8525801414002536, -0.3561159648704019, -0.8525801414002536, -0.2562513366882786, -0.4643037637138993, -0.8525801414002536, 0.0032845025755584463, -0.2562513366882786, 0.07899418796095779, -0.4643037637138993, -0.07738004484479426, 0.15029203101760766, -0.07738004484479426, -0.7109425729851666, -1.5792181260856728, -1.0088339120409846, -0.2562513366882786, -0.8525801414002536, -0.7109425729851666, -0.2562513366882786, -1.1814627891013192, 0.07899418796095779, -0.07738004484479426, -0.4643037637138993, -0.7109425729851666, -0.2562513366882786, -0.2562513366882786, -0.4643037637138993, -0.8525801414002536, -0.3561159648704019, -0.3561159648704019, -0.16363941833538756, -0.5820835302640551, -1.0088339120409846, -0.07738004484479426, 0.0032845025755584463, -0.16363941833538756, 1.9778560690137292, -0.7109425729851666, 0.07899418796095779, -0.2562513366882786, -1.1814627891013192, -1.1814627891013192, -0.3561159648704019, -1.3716650811206057, 0.0032845025755584463, 0.2176412236461032, -0.2562513366882786, -0.5820835302640551, 0.5073298201531834, -0.8525801414002536, -0.2562513366882786, -0.3561159648704019, -0.16363941833538756, -0.8525801414002536, -0.07738004484479426, 0.2814390486693073, 0.0032845025755584463, 0.0032845025755584463, -0.8525801414002536, 0.15029203101760766, 0.3997056529359412, -0.7109425729851666, -0.7109425729851666, -0.2562513366882786, 0.2176412236461032, -0.16363941833538756, -0.4643037637138993, -0.07738004484479426, -0.2562513366882786, 0.606027238943535, -0.3561159648704019, -1.0088339120409846, -0.4643037637138993, -0.4643037637138993, -0.7109425729851666, -0.16363941833538756, -1.0088339120409846, -0.5820835302640551, -0.07738004484479426, -0.07738004484479426, 0.3997056529359412, -0.7109425729851666, 0.2814390486693073, -0.07738004484479426, 0.0032845025755584463, -0.16363941833538756, -0.7109425729851666, -0.2562513366882786, -0.07738004484479426, -0.3561159648704019, -0.7109425729851666, 0.2176412236461032, 0.07899418796095779, -0.5820835302640551, -0.5820835302640551, 0.2176412236461032, -0.2562513366882786, 0.2176412236461032, -0.16363941833538756, -0.2562513366882786, -0.2562513366882786, -0.16363941833538756, -0.7109425729851666, 0.07899418796095779, -1.1814627891013192, 0.07899418796095779, -0.4643037637138993, 0.07899418796095779, -0.8525801414002536, -0.3561159648704019, -0.8525801414002536, -0.3561159648704019, -0.16363941833538756, 0.2176412236461032, -0.8525801414002536, -0.07738004484479426, 0.969923209309472, -0.07738004484479426, 0.0032845025755584463, -0.16363941833538756, -0.16363941833538756, -0.07738004484479426, -0.07738004484479426, 0.07899418796095779, -0.2562513366882786, -0.16363941833538756, -0.8525801414002536, -0.7109425729851666, -0.2562513366882786, -0.07738004484479426, -0.07738004484479426, -0.7109425729851666, -0.16363941833538756, -0.7109425729851666, -1.3716650811206057, -0.4643037637138993, -0.2562513366882786, -0.5820835302640551, -0.7109425729851666, -1.1814627891013192, 0.4547305696960129, -0.5820835302640551, 0.0032845025755584463, -0.2562513366882786, -0.07738004484479426, -0.7109425729851666, -0.7109425729851666, 0.5577031618309872, -1.0088339120409846, -0.07738004484479426, -0.16363941833538756, -0.4643037637138993, 0.5577031618309872, -0.07738004484479426, -0.3561159648704019, 0.15029203101760766, -0.5820835302640551, -0.4643037637138993, 0.07899418796095779, -0.3561159648704019, -0.7109425729851666, -0.4643037637138993, 0.4547305696960129, -0.8525801414002536, 0.07899418796095779, -1.0088339120409846, -0.3561159648704019, -1.1814627891013192, 0.07899418796095779, -0.4643037637138993, -0.7109425729851666, -0.4643037637138993, -0.8525801414002536, -0.7109425729851666, -0.3561159648704019, -0.8525801414002536, -0.8525801414002536, 0.07899418796095779, 0.0032845025755584463, 0.606027238943535, -0.16363941833538756, -1.0088339120409846, 0.8606526989951291, 0.07899418796095779, -1.1814627891013192, 0.2814390486693073, -0.5820835302640551, -0.3561159648704019, -0.16363941833538756, -0.7109425729851666, -0.07738004484479426, -0.5820835302640551, -1.5792181260856728, 0.3997056529359412, -0.8525801414002536, -0.4643037637138993, -0.2562513366882786, 0.3997056529359412, -0.2562513366882786, -0.4643037637138993, -0.16363941833538756, -0.4643037637138993, -0.07738004484479426, -0.2562513366882786, 0.3420281495224428, -0.2562513366882786, -1.3716650811206057, -0.8525801414002536, 0.15029203101760766, -0.2562513366882786, -0.2562513366882786, -0.5820835302640551, 0.9346165878738094, 0.07899418796095779, -0.7109425729851666, -1.1814627891013192, -0.8525801414002536, -0.4643037637138993, -0.4643037637138993, 0.2814390486693073, 0.15029203101760766, -0.7109425729851666, -0.2562513366882786, -0.5820835302640551, 0.2176412236461032, -0.7109425729851666, 4.203762785407863, -0.5820835302640551, -1.5792181260856728, -0.8525801414002536, -0.4643037637138993, -0.5820835302640551, -0.7109425729851666, -0.3561159648704019, -0.3561159648704019, -0.07738004484479426, 0.0032845025755584463, -0.3561159648704019, -1.0088339120409846, -0.7109425729851666, -0.07738004484479426, -0.16363941833538756, 0.2176412236461032, -0.07738004484479426, -0.16363941833538756, -1.1814627891013192, -0.2562513366882786, -0.7109425729851666, -0.07738004484479426, -0.2562513366882786, -0.8525801414002536, -0.3561159648704019, -0.2562513366882786, -0.5820835302640551, -0.4643037637138993, -0.5820835302640551, -0.07738004484479426, -0.2562513366882786, -0.5820835302640551, -0.2562513366882786, -0.5820835302640551, -0.7109425729851666, -0.8525801414002536, -0.7109425729851666, 0.0032845025755584463, 0.07899418796095779, -0.16363941833538756, -0.5820835302640551, -0.3561159648704019, 0.07899418796095779, -0.2562513366882786, -0.5820835302640551, -0.4643037637138993, -0.2562513366882786, -0.2562513366882786, 0.2814390486693073, -0.2562513366882786, -0.2562513366882786, -0.2562513366882786, 0.3420281495224428, -0.7109425729851666, 0.15029203101760766, -0.16363941833538756, -0.16363941833538756, -0.7109425729851666, 0.2814390486693073, 0.2176412236461032, 0.0032845025755584463, -0.3561159648704019, -1.1814627891013192, -0.16363941833538756, 1.8377618162950051, -0.16363941833538756, -0.7109425729851666, 0.0032845025755584463, -1.1814627891013192, 0.2814390486693073, -0.4643037637138993, 0.6524589273551293, -0.16363941833538756, -0.16363941833538756, -0.16363941833538756, -1.0088339120409846, -0.8525801414002536, -0.16363941833538756, -0.7109425729851666, -0.5820835302640551, -0.8525801414002536, 0.2814390486693073, 0.15029203101760766, -0.8525801414002536, -0.7109425729851666, -0.5820835302640551, -0.3561159648704019, -0.16363941833538756, -0.5820835302640551, -0.2562513366882786, -0.4643037637138993, -0.7109425729851666, -0.5820835302640551, 0.07899418796095779, -0.3561159648704019, -0.3561159648704019, -0.5820835302640551, -0.07738004484479426, -0.4643037637138993, -0.07738004484479426, -0.3561159648704019, -0.07738004484479426, -0.7109425729851666, -0.2562513366882786, -0.5820835302640551, 0.2814390486693073, -1.1814627891013192, 0.0032845025755584463, 4.011803004282195, -0.5820835302640551, -0.8525801414002536, 0.07899418796095779, -1.1814627891013192, -0.07738004484479426, -0.5820835302640551, -0.3561159648704019, 0.2814390486693073, 0.15029203101760766, -0.4643037637138993, -0.16363941833538756, -0.3561159648704019, -0.3561159648704019, -0.16363941833538756, -0.5820835302640551, 0.07899418796095779, -1.1814627891013192, 0.6524589273551293, 0.0032845025755584463, -1.0088339120409846, 0.15029203101760766, -0.2562513366882786, -0.3561159648704019, -0.16363941833538756, -0.5820835302640551, -0.5820835302640551, -0.3561159648704019, -0.16363941833538756, -0.2562513366882786, 0.0032845025755584463, -0.2562513366882786, 0.2176412236461032, 0.7817270878251296, 0.0032845025755584463, 0.15029203101760766, -1.8013467371914142, -0.4643037637138993, -0.07738004484479426, -1.0088339120409846, -0.07738004484479426, 0.0032845025755584463, -0.2562513366882786, -0.7109425729851666, -0.2562513366882786, -0.8525801414002536, -0.5820835302640551, -0.8525801414002536, 0.0032845025755584463, -0.8525801414002536, 0.0032845025755584463, 1.1619879504683823, 4.530682019733108, -0.5820835302640551, -0.5820835302640551, 0.0032845025755584463, -0.4643037637138993, -0.2562513366882786, -1.1814627891013192, 0.15029203101760766, -0.16363941833538756, 0.07899418796095779, 0.606027238943535, -0.8525801414002536, -0.16363941833538756, -0.8525801414002536, 0.0032845025755584463, -0.16363941833538756, 0.2814390486693073, -0.2562513366882786, -0.8525801414002536, -0.5820835302640551, -1.0088339120409846, -0.4643037637138993, -0.2562513366882786, -1.3716650811206057, 0.0032845025755584463, -0.2562513366882786, 0.2814390486693073, -0.3561159648704019, -0.3561159648704019, -0.07738004484479426, 0.606027238943535, 0.5073298201531834, -0.2562513366882786, -0.5820835302640551, -0.07738004484479426, -0.16363941833538756, -0.3561159648704019, -0.2562513366882786, 0.2176412236461032, -0.5820835302640551, -0.2562513366882786, 0.2176412236461032, -0.7109425729851666, -0.4643037637138993, -1.1814627891013192, -0.16363941833538756, 0.15029203101760766, -0.5820835302640551, -0.16363941833538756, 0.0032845025755584463, 0.15029203101760766, -0.07738004484479426, -0.5820835302640551, -0.8525801414002536, 0.5577031618309872, -1.0088339120409846, -1.0088339120409846, -0.07738004484479426, -0.07738004484479426, 0.15029203101760766, -0.2562513366882786, -0.5820835302640551, 0.0032845025755584463, 0.0032845025755584463, -0.7109425729851666, -0.4643037637138993, 0.2814390486693073, -0.4643037637138993, 0.4547305696960129, -0.3561159648704019, 4.310865863138673, -0.7109425729851666, 0.898216089690239, -1.0088339120409846, -0.2562513366882786, 0.4547305696960129, -0.7109425729851666, -1.0088339120409846, -1.1814627891013192, -0.4643037637138993, 0.3997056529359412, 0.3997056529359412, 0.6524589273551293, 0.5577031618309872, -1.5792181260856728, -0.5820835302640551, 0.2814390486693073, -0.2562513366882786, -0.3561159648704019, -0.5820835302640551, -0.7109425729851666, 0.0032845025755584463, -0.8525801414002536, 0.0032845025755584463, -0.4643037637138993, -0.16363941833538756, -0.4643037637138993, 0.07899418796095779, 0.0032845025755584463, -0.16363941833538756, 0.3420281495224428, -0.5820835302640551, -0.5820835302640551, -1.1814627891013192, 0.7401900043967131, -1.1814627891013192, 0.2176412236461032, 0.2814390486693073, -0.4643037637138993, -0.07738004484479426, 0.0032845025755584463, 0.15029203101760766, 0.15029203101760766, -0.4643037637138993, 0.3420281495224428, 0.0032845025755584463, 0.5073298201531834, -0.07738004484479426, 0.15029203101760766, -1.1814627891013192, -1.0088339120409846, 0.5577031618309872, 0.2176412236461032, 0.4547305696960129, 0.5577031618309872, -0.3561159648704019, -0.16363941833538756, -0.07738004484479426, 0.15029203101760766, 0.2176412236461032, 0.3420281495224428, -0.2562513366882786, -1.1814627891013192, -0.7109425729851666, 0.3420281495224428, 0.5073298201531834, -0.8525801414002536, 0.2814390486693073, -0.7109425729851666, 0.15029203101760766, -0.5820835302640551, -0.5820835302640551, -0.07738004484479426, -0.07738004484479426, -0.07738004484479426, -0.5820835302640551, 0.2176412236461032, 4.38885494602163, 0.0032845025755584463, -0.3561159648704019, -0.3561159648704019, -1.0088339120409846, 0.5073298201531834, -0.16363941833538756, 0.5073298201531834, 0.15029203101760766, 0.2176412236461032, 0.2176412236461032, 0.2176412236461032, 0.0032845025755584463, -0.3561159648704019, 0.0032845025755584463, -0.2562513366882786, -0.16363941833538756, -0.5820835302640551, -0.2562513366882786, 0.0032845025755584463, -0.16363941833538756, 0.15029203101760766, 0.3420281495224428, -0.16363941833538756, 0.15029203101760766, -0.4643037637138993, 0.0032845025755584463, -0.4643037637138993, -0.3561159648704019, -1.0088339120409846, 0.07899418796095779, -0.7109425729851666, 0.07899418796095779, -0.5820835302640551, 0.2814390486693073, 0.5073298201531834, 0.07899418796095779, 0.2814390486693073, -1.0088339120409846, -0.07738004484479426, -0.2562513366882786, 0.3420281495224428, -1.5792181260856728, -0.16363941833538756, 0.07899418796095779, 0.2814390486693073, -0.4643037637138993, 0.5577031618309872, 0.2814390486693073, 1.4714483694402638, -0.3561159648704019, 0.0032845025755584463, -0.5820835302640551, 0.0032845025755584463, 0.6971381119153414, -0.3561159648704019, -0.16363941833538756, -0.3561159648704019, 0.2176412236461032, 0.2814390486693073, -1.1814627891013192, -0.16363941833538756, 0.0032845025755584463, 0.07899418796095779, 0.3420281495224428, -1.5792181260856728, -0.16363941833538756, -0.2562513366882786, -0.16363941833538756, 0.5577031618309872, 0.606027238943535, -0.16363941833538756, -0.3561159648704019, 0.0032845025755584463, 0.15029203101760766, -0.5820835302640551, 0.0032845025755584463, -0.2562513366882786, -0.3561159648704019, -0.5820835302640551, 0.2176412236461032, 0.0032845025755584463, -0.3561159648704019, 2.8248924183187527, -1.1814627891013192, 0.3997056529359412, -0.4643037637138993, -0.2562513366882786, 0.2814390486693073, -1.1814627891013192, 1.4485717915393828, -0.3561159648704019, -0.2562513366882786, -0.8525801414002536, -0.2562513366882786, -1.0088339120409846, -0.16363941833538756, -0.4643037637138993, -0.16363941833538756, 1.0375020410969664, 0.5073298201531834, -0.07738004484479426, 0.2176412236461032, 1.219595217536794, 0.2176412236461032, -0.07738004484479426, -0.5820835302640551, -0.8525801414002536, 0.2814390486693073, -0.2562513366882786, 0.2814390486693073, -0.8525801414002536, -0.5820835302640551, -0.8525801414002536, -0.07738004484479426, -0.4643037637138993, -0.5820835302640551, 0.0032845025755584463, 0.2176412236461032, 0.5577031618309872, 0.07899418796095779, -0.3561159648704019, 0.0032845025755584463, 0.07899418796095779, 0.0032845025755584463, -0.16363941833538756, -0.7109425729851666, -0.4643037637138993, -0.4643037637138993, 0.07899418796095779, -0.07738004484479426, -0.16363941833538756, -0.4643037637138993, -0.07738004484479426, -0.5820835302640551, -0.3561159648704019, -0.2562513366882786, 0.2176412236461032, 0.0032845025755584463, 1.6972815719093737, 0.2176412236461032, 1.0698852916978316, -0.4643037637138993, -0.16363941833538756, 0.0032845025755584463, -0.8525801414002536, 0.15029203101760766, 0.07899418796095779, -0.4643037637138993, 0.0032845025755584463, -0.2562513366882786, 0.07899418796095779, -0.4643037637138993, 0.2814390486693073, 0.07899418796095779, -1.3716650811206057, -0.16363941833538756, -0.07738004484479426, -1.0088339120409846, 0.2814390486693073, 0.2814390486693073, 0.9346165878738094, 0.6524589273551293, 0.2176412236461032, -1.0088339120409846, 0.3420281495224428, -1.0088339120409846, 2.2626020646631093, -0.7109425729851666, -0.4643037637138993, -0.07738004484479426, -0.5820835302640551, 0.15029203101760766, 0.0032845025755584463, -0.7109425729851666, 0.2176412236461032, -0.4643037637138993, -0.5820835302640551, 0.5577031618309872, 0.2814390486693073, -0.5820835302640551, -0.4643037637138993, -0.5820835302640551, -0.5820835302640551, -0.5820835302640551, 0.15029203101760766, 0.3420281495224428, 0.2814390486693073, 0.4547305696960129, -0.7109425729851666, 0.3420281495224428, 1.274497572610604, -1.0088339120409846, -0.3561159648704019, 4.362809330363017, 0.2814390486693073, 0.2176412236461032, 0.3420281495224428, -0.7109425729851666, -0.3561159648704019, -0.7109425729851666, 4.524151199869911, -0.07738004484479426, -0.7109425729851666, -0.07738004484479426, -0.7109425729851666, -0.07738004484479426, 0.6524589273551293, -0.5820835302640551, 0.3420281495224428, -0.7109425729851666, 0.3420281495224428, 0.07899418796095779, 4.197271649419813, -0.7109425729851666, 0.0032845025755584463, 1.9021164942028508, -1.3716650811206057, -0.07738004484479426, -0.07738004484479426, -0.2562513366882786, 0.2176412236461032, -0.16363941833538756, -0.7109425729851666, 0.7817270878251296, -0.07738004484479426, 0.3420281495224428, 4.5175834321770445, -0.5820835302640551, 0.07899418796095779, 1.7519670276236805, 0.15029203101760766, 0.3997056529359412, -0.16363941833538756, 0.2814390486693073, 0.7401900043967131, 0.3997056529359412, -0.2562513366882786, -0.5820835302640551, 0.07899418796095779, 0.3997056529359412, -1.3716650811206057, 0.3997056529359412, 1.1320847496866164, -0.07738004484479426, 2.796240932937439, 0.3997056529359412, -0.3561159648704019, 0.7817270878251296, 0.3420281495224428, -0.4643037637138993, 0.15029203101760766, 1.9924297147655081, -0.16363941833538756, -0.2562513366882786, -0.4643037637138993, 0.2176412236461032, -0.4643037637138993, 0.606027238943535, 0.0032845025755584463, 0.898216089690239, 0.7817270878251296, 0.6971381119153414, 0.15029203101760766, 0.0032845025755584463, 4.034490575444642, -0.07738004484479426, 0.15029203101760766, 0.2176412236461032, 4.287012222715595, -0.07738004484479426, 0.3997056529359412, -0.8525801414002536, -0.3561159648704019, -1.0088339120409846, -0.7109425729851666, 4.256488966984706, 0.606027238943535, 0.3997056529359412, 1.0698852916978316, 0.3997056529359412, 0.0032845025755584463, -0.7109425729851666, 0.9346165878738094, -0.3561159648704019, 0.07899418796095779, 0.3997056529359412, -0.3561159648704019, -0.3561159648704019, 0.0032845025755584463, -0.07738004484479426, 0.0032845025755584463, 0.2176412236461032, -0.4643037637138993, 0.2176412236461032, -0.3561159648704019, 1.219595217536794, 3.001747651012049, -0.5820835302640551, 0.5073298201531834, 0.6524589273551293, -0.5820835302640551, 0.5073298201531834, 0.15029203101760766, 2.2510652054951428, -0.4643037637138993, 3.643419919931609, 0.07899418796095779, 0.15029203101760766, -0.2562513366882786, 0.3997056529359412, -0.07738004484479426, 0.3997056529359412, -0.07738004484479426, 0.4547305696960129, 0.6971381119153414, -0.16363941833538756, 0.15029203101760766, -0.3561159648704019, 0.07899418796095779, 2.6076849021721547, 0.3420281495224428, -0.3561159648704019, 0.8218507554636054, -0.07738004484479426, 0.3420281495224428, 0.3420281495224428, 0.2176412236461032, 0.0032845025755584463, -0.16363941833538756, 2.616183847352696, 0.898216089690239, -0.2562513366882786, -0.07738004484479426, -0.4643037637138993, 0.4547305696960129, 1.5158979289253487, 0.3420281495224428, 0.2814390486693073, 0.2176412236461032, 0.9346165878738094, 0.606027238943535, 0.5577031618309872, -0.3561159648704019, -1.3716650811206057, -0.7109425729851666, -0.5820835302640551, 0.2814390486693073, -0.5820835302640551, 0.15029203101760766, 0.2814390486693073, -0.2562513366882786, 0.5073298201531834, 4.2502868176805135, 0.9346165878738094, 0.5073298201531834, -0.3561159648704019, -0.07738004484479426, -0.2562513366882786, 0.3997056529359412, 0.07899418796095779, -0.7109425729851666, 0.2176412236461032, 0.15029203101760766, 0.3420281495224428, -0.2562513366882786, 0.9346165878738094, 0.15029203101760766, 0.2176412236461032, 0.3997056529359412, 0.4547305696960129, 0.2814390486693073, 0.07899418796095779, -0.3561159648704019, 0.2176412236461032, 0.5073298201531834, 0.0032845025755584463, 0.5577031618309872, -0.3561159648704019, 0.5073298201531834, 0.606027238943535, -0.2562513366882786, -0.16363941833538756, 0.0032845025755584463, 0.3997056529359412, 0.7401900043967131, 1.3010110103872898, -0.5820835302640551, 2.128924243671283, 0.15029203101760766, 0.0032845025755584463, -0.7109425729851666, 0.5073298201531834, 0.4547305696960129, 0.7401900043967131, -0.16363941833538756, -0.3561159648704019, 0.4547305696960129, -0.4643037637138993, 0.3997056529359412, 0.7401900043967131, -0.07738004484479426, -1.1814627891013192, 0.3997056529359412, 1.4485717915393828, -0.8525801414002536, -0.2562513366882786, 0.0032845025755584463, 0.5577031618309872, -0.16363941833538756, 0.07899418796095779, 0.0032845025755584463, 0.606027238943535, 0.2176412236461032, 0.3997056529359412, 1.4938849037134732, 0.2176412236461032, 0.0032845025755584463, 0.898216089690239, -0.07738004484479426, -0.16363941833538756, -0.16363941833538756, 1.1320847496866164, 0.15029203101760766, 0.15029203101760766, 0.15029203101760766, 0.15029203101760766, 0.969923209309472, -0.2562513366882786, -0.8525801414002536, 0.3420281495224428, -0.16363941833538756, 0.07899418796095779, -0.16363941833538756, 0.07899418796095779, 0.07899418796095779, 0.07899418796095779, 0.2176412236461032, 0.3997056529359412, 0.6524589273551293, -0.07738004484479426, 0.4547305696960129, 0.07899418796095779, 0.2176412236461032, 0.15029203101760766, 0.6971381119153414, 0.6971381119153414, -0.4643037637138993, 0.5577031618309872, 0.4547305696960129, -0.16363941833538756, 4.306924137628627, 0.2176412236461032, -0.3561159648704019, -0.7109425729851666, 0.7817270878251296, -0.7109425729851666, 0.2176412236461032, 0.15029203101760766, 0.5073298201531834, 0.2814390486693073, 3.1867057037446807, -0.16363941833538756, -0.4643037637138993, 0.3420281495224428, -0.4643037637138993, 0.3997056529359412, 0.5073298201531834, 0.07899418796095779, 0.0032845025755584463, 0.4547305696960129, 0.3997056529359412, 0.7401900043967131, -1.3716650811206057, -0.5820835302640551, 0.606027238943535, 0.2176412236461032, 0.5577031618309872, 0.3997056529359412, -0.16363941833538756, -1.1814627891013192, 0.2176412236461032, 4.347659487205062, 0.6971381119153414, 4.8613789633496935, 0.3997056529359412, 3.657321269428431, 0.898216089690239, 0.4547305696960129, 0.6971381119153414, 0.5073298201531834, 0.5073298201531834, 0.07899418796095779, -0.4643037637138993, 0.2814390486693073, 1.101397795614096, -0.4643037637138993, 0.6524589273551293, 0.3997056529359412, 0.5073298201531834, 0.15029203101760766, -0.3561159648704019, 0.4547305696960129, -0.16363941833538756, 1.4485717915393828, 0.7401900043967131, -0.07738004484479426, -0.3561159648704019, -0.2562513366882786, 2.546384862588761, 0.15029203101760766, 1.0375020410969664, -0.3561159648704019, 0.2176412236461032, 0.6524589273551293, 0.0032845025755584463, 1.9330065102034772, 0.2814390486693073, 4.604787348706469, 0.2176412236461032, -0.5820835302640551, 0.6524589273551293, 0.3997056529359412, 0.969923209309472, 0.606027238943535, 1.274497572610604, 0.3420281495224428, -0.2562513366882786, 0.606027238943535, -0.5820835302640551, 0.2176412236461032, 0.07899418796095779, 0.3997056529359412, -0.3561159648704019, 2.20373741618034, 0.8606526989951291, 0.07899418796095779, 0.15029203101760766, -0.16363941833538756, 0.5073298201531834, 0.3997056529359412, 0.5577031618309872, 0.07899418796095779, 2.2276421687037233, 0.2176412236461032, 3.171057118162738, 0.2176412236461032, 2.3927879980178504, -0.4643037637138993, 0.15029203101760766, 0.5577031618309872, 0.8606526989951291, 2.285337820734975, 0.6971381119153414, 0.8606526989951291, 0.07899418796095779, 0.6971381119153414, 0.5577031618309872, 0.3420281495224428, 1.8863584027580882, 0.3420281495224428, 0.0032845025755584463, -0.7109425729851666, 1.1320847496866164, -0.5820835302640551, -0.5820835302640551, 1.4014273750472743, 0.606027238943535, 0.606027238943535, 0.6524589273551293, 0.4547305696960129, 0.9346165878738094, 2.6577701463671586, 0.4547305696960129, 0.7401900043967131, 0.2814390486693073, -0.16363941833538756, 1.8377618162950051, 2.0068230169453707, 0.7817270878251296, 0.0032845025755584463, 1.2473686561514394, 0.0032845025755584463, -0.2562513366882786, 0.15029203101760766, 0.3997056529359412, 1.1619879504683823, 0.6971381119153414, 0.5577031618309872, -1.0088339120409846, 0.15029203101760766, -0.3561159648704019, 0.4547305696960129, 0.6971381119153414, -0.16363941833538756, 0.5073298201531834, 0.0032845025755584463, 0.07899418796095779, -0.7109425729851666, 0.3997056529359412, 0.2176412236461032, -0.07738004484479426, 0.15029203101760766, 2.2965410631650447, 1.0041990718042584, 0.6971381119153414, 0.7817270878251296, 0.15029203101760766, 1.3010110103872898, 3.02580010645225, 0.8218507554636054, 0.5073298201531834, 1.3010110103872898, 2.048964081124279, 0.2814390486693073, 1.8863584027580882, 1.1320847496866164, 0.2176412236461032, -0.8525801414002536, 1.0041990718042584, 0.07899418796095779, 0.8218507554636054, 0.5577031618309872, 1.0041990718042584, 0.606027238943535, -0.16363941833538756, 1.1320847496866164, 0.5577031618309872, 0.6524589273551293, 0.07899418796095779, 2.0068230169453707, 0.8606526989951291, 0.0032845025755584463, 0.15029203101760766, -0.3561159648704019, 0.2814390486693073, 0.8606526989951291, 0.4547305696960129, -0.16363941833538756, 0.07899418796095779, -0.3561159648704019, 0.3997056529359412, 0.898216089690239, 0.3997056529359412, 0.7401900043967131, 1.9021164942028508, 0.6971381119153414, -0.3561159648704019, 0.6524589273551293, 1.3771212307847678, 0.9346165878738094, -0.3561159648704019, -0.2562513366882786, 3.1918753829513364, 0.15029203101760766, 0.0032845025755584463, 0.3420281495224428, -0.16363941833538756, 0.2176412236461032, 0.3420281495224428, 0.2814390486693073, 0.3997056529359412, 0.2176412236461032, -0.16363941833538756, 0.6524589273551293, 0.9346165878738094, 0.5577031618309872, -0.7109425729851666, 2.2394126866802955, -0.07738004484479426, 0.4547305696960129, 0.07899418796095779, 0.5577031618309872, 0.7817270878251296, 0.4547305696960129, 0.3420281495224428, 0.2176412236461032, -0.2562513366882786, 3.0724601547810937, 0.4547305696960129, -0.5820835302640551, 0.3420281495224428, -0.2562513366882786, 0.5073298201531834, 1.0375020410969664, 0.3420281495224428, 0.07899418796095779, 1.0698852916978316, 1.0698852916978316, -0.3561159648704019, 0.8606526989951291, 0.969923209309472, 0.6971381119153414, 0.5073298201531834, 1.620128885088, 0.6971381119153414, 0.2814390486693073, -0.16363941833538756, 0.606027238943535, 0.3997056529359412, 0.3997056529359412, 1.0375020410969664, 0.2176412236461032, 1.1619879504683823, -0.4643037637138993, 0.15029203101760766, 0.15029203101760766, 2.2626020646631093, 0.07899418796095779, 0.15029203101760766, -0.2562513366882786, -0.3561159648704019, 0.2176412236461032, 1.0041990718042584, 1.4714483694402638, 1.101397795614096, 0.15029203101760766, -0.2562513366882786, -0.4643037637138993, 0.3997056529359412, 0.2814390486693073, 0.2814390486693073, 0.606027238943535, 2.1669325257857905, 2.3295170356208965, 0.3420281495224428, 0.2814390486693073, -0.5820835302640551, 0.6524589273551293, 1.8541871985068816, -0.3561159648704019, 0.0032845025755584463, 1.0375020410969664, 1.5158979289253487, 0.5073298201531834, 0.07899418796095779, 0.2176412236461032, 1.3771212307847678, 0.5577031618309872, 0.4547305696960129, 0.6524589273551293, 0.2814390486693073, 0.6971381119153414, 0.3997056529359412, 0.6524589273551293, 0.6524589273551293, 0.6524589273551293, -0.16363941833538756, 0.2814390486693073, -0.3561159648704019, 0.5577031618309872, 1.6399013540330611, -0.5820835302640551, 0.2814390486693073, 0.3997056529359412, 2.4030061613973825, -0.07738004484479426, 0.0032845025755584463, 0.5073298201531834, 0.15029203101760766, 0.2176412236461032, -0.3561159648704019, 0.3420281495224428, 0.3420281495224428, 1.6399013540330611, 0.0032845025755584463, -0.4643037637138993, 1.0375020410969664, 0.5073298201531834, 0.07899418796095779, -0.4643037637138993, 0.3997056529359412, 1.1320847496866164, 1.6593438473302062, 0.8218507554636054, 0.3997056529359412, 0.3997056529359412, -0.7109425729851666, -0.4643037637138993, 0.6524589273551293, -0.16363941833538756, -0.5820835302640551, 0.0032845025755584463, -0.5820835302640551, 0.606027238943535, -0.16363941833538756, 0.0032845025755584463, 0.07899418796095779, 1.219595217536794, 1.101397795614096, 0.5577031618309872, -0.4643037637138993, 0.8218507554636054, 0.2176412236461032, 2.599123318563117, 0.0032845025755584463, 0.2176412236461032, -0.3561159648704019, -0.16363941833538756, -0.4643037637138993, 1.1911461241123054, 0.2176412236461032, 0.9346165878738094, 0.9346165878738094, 2.6979189341501497, 0.07899418796095779, 0.5073298201531834, 1.1320847496866164, 0.6971381119153414, 0.2814390486693073, 0.969923209309472, 0.2176412236461032, 0.2814390486693073, 0.3420281495224428, 1.4014273750472743, -0.2562513366882786, 0.5073298201531834, 0.2814390486693073, 1.6972815719093737, 0.606027238943535, -0.4643037637138993, 0.3420281495224428, 0.6524589273551293, 0.3997056529359412, 1.274497572610604, -0.16363941833538756, -0.07738004484479426, -0.16363941833538756, -0.8525801414002536, 0.3420281495224428, 0.3997056529359412, -0.16363941833538756, 0.0032845025755584463, -0.2562513366882786, 0.6524589273551293, 0.6524589273551293, 0.606027238943535, 0.606027238943535, -0.07738004484479426, 1.1320847496866164, 0.606027238943535, 0.8606526989951291, 0.07899418796095779, 0.3420281495224428, 0.3420281495224428, 0.6524589273551293, 0.7817270878251296, 0.4547305696960129, 0.9346165878738094, 0.606027238943535, -0.2562513366882786, -0.16363941833538756, 2.048964081124279, 0.7401900043967131, 1.3269361053974265, -0.16363941833538756, -0.16363941833538756, 2.361583073056837, -0.2562513366882786, 1.6784671611068482, -0.3561159648704019, -0.07738004484479426, -0.2562513366882786, 0.8606526989951291, 0.5577031618309872, -0.2562513366882786, 0.5073298201531834, 0.4547305696960129, 0.5073298201531834, 0.15029203101760766, 0.2814390486693073, 0.5073298201531834, 0.9346165878738094, 0.3420281495224428, 0.07899418796095779, -0.4643037637138993, 1.0041990718042584, -0.4643037637138993, 1.0375020410969664, -0.07738004484479426, 0.4547305696960129, 0.2176412236461032, 0.8218507554636054, 0.3420281495224428, 1.0698852916978316, 0.07899418796095779, 3.2373950716136317, 0.7817270878251296, -0.3561159648704019, 0.4547305696960129, -0.16363941833538756, -0.3561159648704019, 0.0032845025755584463, 0.9346165878738094, 1.1911461241123054, 0.15029203101760766, 1.9630975122716745, 0.2176412236461032, 2.452791073145435, 0.4547305696960129, -0.5820835302640551, 0.5577031618309872, 0.15029203101760766, 1.274497572610604, 0.7817270878251296, 0.898216089690239, 0.7401900043967131, 1.8211012980808428, 0.6971381119153414, 0.07899418796095779, 0.4547305696960129, 0.15029203101760766, 0.4547305696960129, 0.4547305696960129, 2.0626784636328868, 0.07899418796095779, 0.3997056529359412, 0.606027238943535, 0.9346165878738094, 0.2176412236461032, 0.2814390486693073, -0.4643037637138993, 0.9346165878738094, 0.6971381119153414, -0.3561159648704019, 0.3420281495224428, 0.2814390486693073, -0.2562513366882786, 0.15029203101760766, 0.6971381119153414, 0.15029203101760766, -0.4643037637138993, -0.7109425729851666, 1.4938849037134732, 0.2814390486693073, 0.2176412236461032, 0.9346165878738094, -0.07738004484479426, 0.2814390486693073, 0.5577031618309872, 0.2176412236461032, 0.6971381119153414, 0.2176412236461032, 0.07899418796095779, -0.3561159648704019, 0.898216089690239, 1.1320847496866164, 0.3997056529359412, 0.15029203101760766, -0.2562513366882786, 0.6524589273551293, 0.6971381119153414, 2.4131352526448837, 0.4547305696960129, 0.898216089690239, 0.4547305696960129, 0.6971381119153414, 0.8218507554636054, 0.2176412236461032, 0.5577031618309872, 1.0375020410969664, 0.07899418796095779, 1.4938849037134732, 0.0032845025755584463, 0.3420281495224428, 1.7157968694103858, 0.8218507554636054, -0.16363941833538756, 0.5577031618309872, 0.3997056529359412, -0.7109425729851666, 0.5073298201531834, 0.15029203101760766, 0.2176412236461032, -0.07738004484479426, 3.171057118162738, 1.2473686561514394, 1.0375020410969664, 0.2814390486693073, 1.0041990718042584, -0.5820835302640551, 0.6971381119153414, -0.07738004484479426, -0.07738004484479426, 0.4547305696960129, 0.2176412236461032, -0.7109425729851666, 0.5577031618309872, 0.0032845025755584463, 0.606027238943535, 0.2176412236461032, 0.5577031618309872, 1.1619879504683823, 1.425237652932435, 1.274497572610604, 1.5375030689336782, 1.1619879504683823, 1.5375030689336782, 0.5073298201531834, -0.2562513366882786, 0.3997056529359412, 0.3420281495224428, 2.07623299029734, 0.6524589273551293, 2.0210403761235343, 1.8541871985068816, 0.5073298201531834, 1.0375020410969664, 0.0032845025755584463, 0.3997056529359412, 0.7817270878251296, 1.0041990718042584, -0.16363941833538756, 0.7817270878251296, 0.0032845025755584463, -0.16363941833538756, 0.9346165878738094, -0.5820835302640551, 0.5577031618309872, 0.0032845025755584463, 1.0375020410969664, 3.518012719883442, 0.07899418796095779, -0.5820835302640551, 0.6971381119153414, 0.606027238943535, 0.15029203101760766, 0.8606526989951291, 0.3420281495224428, 0.2814390486693073, 0.6971381119153414, 0.3997056529359412, 0.7817270878251296, 1.0698852916978316, 0.07899418796095779, 0.2176412236461032, -0.07738004484479426, 0.7817270878251296, 0.4547305696960129, -0.2562513366882786, 0.15029203101760766, 0.2814390486693073, -0.16363941833538756, 0.07899418796095779, -0.7109425729851666, 0.07899418796095779, -0.07738004484479426, -0.07738004484479426, 0.6524589273551293, 0.07899418796095779, 0.8606526989951291, 0.5577031618309872, 0.5577031618309872, 0.6524589273551293, 0.6524589273551293, 0.8218507554636054, 0.3420281495224428, -0.5820835302640551, -0.16363941833538756, 0.6524589273551293, 0.07899418796095779, 1.2473686561514394, 1.0041990718042584, -1.5792181260856728, -0.16363941833538756, -0.07738004484479426, -0.4643037637138993, 0.5073298201531834, 0.8218507554636054, 0.5577031618309872, 0.898216089690239, 0.9346165878738094, 0.6524589273551293, 0.7817270878251296, 1.4014273750472743, 0.2176412236461032, 0.8606526989951291, 0.15029203101760766, 1.5587151022783066, 0.5577031618309872, -1.1814627891013192, 0.6971381119153414, 0.8218507554636054, 0.8218507554636054, 0.3997056529359412, 0.6971381119153414, 1.0041990718042584, 0.969923209309472, 0.4547305696960129, 0.7817270878251296, -0.07738004484479426, 0.4547305696960129, 1.5587151022783066, 1.101397795614096, 2.7518932320486207, 1.274497572610604, 0.15029203101760766, 0.3997056529359412, 0.4547305696960129, 0.7817270878251296, 1.1320847496866164, -0.16363941833538756, 0.5577031618309872, -0.16363941833538756, 0.8606526989951291, 0.07899418796095779, 1.0041990718042584, 0.9346165878738094, 1.3010110103872898, 0.3997056529359412, 0.8606526989951291, 1.1619879504683823, 1.804198832032128, 0.7401900043967131, 0.9346165878738094, 0.4547305696960129, -0.16363941833538756, -0.07738004484479426, 0.8606526989951291, 0.3420281495224428, 0.898216089690239, 1.425237652932435, 0.9346165878738094, 0.606027238943535, 0.8218507554636054, 0.0032845025755584463, 1.0041990718042584, 1.1911461241123054, 0.969923209309472, 1.0375020410969664, -0.07738004484479426, 0.6524589273551293, 1.1320847496866164, 0.3420281495224428, 0.07899418796095779, 0.3420281495224428, 0.3420281495224428, 1.219595217536794, 0.2814390486693073, 1.101397795614096, 1.1320847496866164, 0.5073298201531834, 0.898216089690239, 2.361583073056837, 0.9346165878738094, 0.606027238943535, 0.2814390486693073, 0.8218507554636054, 0.2176412236461032, 1.274497572610604, 0.8218507554636054, 2.8459265177309168, 0.0032845025755584463, 0.0032845025755584463, 1.0041990718042584, 0.2176412236461032, 0.5577031618309872, 0.606027238943535, 0.4547305696960129, 1.4714483694402638, 0.9346165878738094, 0.2176412236461032, 0.3997056529359412, -0.3561159648704019, -0.2562513366882786, -0.16363941833538756, 0.5577031618309872, 1.0041990718042584, -0.2562513366882786, -0.07738004484479426, 0.4547305696960129, 1.2473686561514394, 0.6971381119153414, 1.425237652932435, -0.2562513366882786, 0.2176412236461032, 1.1320847496866164, 0.3997056529359412, 0.6971381119153414, 2.713597779622294, -0.7109425729851666, 0.15029203101760766, 2.8733922027752543, -0.4643037637138993, 0.8606526989951291, 0.969923209309472, 0.4547305696960129, 0.7401900043967131, 0.7401900043967131, 0.15029203101760766, 0.4547305696960129, 0.8218507554636054, 0.2814390486693073, 2.0210403761235343, 0.7401900043967131, 0.4547305696960129, 1.6000150892969045, 0.5073298201531834, 0.6524589273551293, 0.7401900043967131, 1.4014273750472743, 2.2276421687037233, 0.2814390486693073, -0.5820835302640551, 1.0041990718042584, 1.620128885088, 2.2276421687037233, 0.2814390486693073, 0.2814390486693073, 0.3997056529359412, 0.0032845025755584463, 2.089631338648656, 0.7817270878251296, 0.3420281495224428, 2.9895319898275274, 1.4485717915393828, 1.2473686561514394, 2.900223322346944, 0.07899418796095779, 0.6524589273551293, -0.7109425729851666, 0.606027238943535, 0.606027238943535, 0.5577031618309872, 0.5073298201531834, 2.3509924013824284, 0.606027238943535, 0.2176412236461032, 0.5073298201531834, 0.15029203101760766, 0.5577031618309872, 1.8703839735651329, 0.4547305696960129, 0.6971381119153414, -0.2562513366882786, 0.6524589273551293, 0.606027238943535, 1.219595217536794, 0.07899418796095779, -0.3561159648704019, 0.2176412236461032, 0.6971381119153414, 0.9346165878738094, 0.0032845025755584463, -0.07738004484479426, 0.6524589273551293, 1.101397795614096, 0.8218507554636054, 1.3010110103872898, 0.4547305696960129, 1.3269361053974265, 0.0032845025755584463, 1.1320847496866164, 0.3997056529359412, 0.7401900043967131, 0.5577031618309872, 1.0698852916978316, 1.3010110103872898, 0.3420281495224428, 1.219595217536794, 0.2814390486693073, 0.07899418796095779, 1.5375030689336782, 0.0032845025755584463, 0.3420281495224428, 0.898216089690239, 1.9481493017480365, 1.1619879504683823, 0.3997056529359412, 0.4547305696960129, 1.0041990718042584, 0.6971381119153414, -0.3561159648704019, 0.15029203101760766, 0.3420281495224428, 1.9176640162821617, 0.9346165878738094, 0.3420281495224428, 0.898216089690239, 0.5577031618309872, -0.2562513366882786, 0.6971381119153414, 0.15029203101760766, -0.2562513366882786, 2.5098470430562863, 0.8606526989951291, 0.15029203101760766, 0.898216089690239, 0.8218507554636054, -0.3561159648704019, 2.6820255532446535, 0.5577031618309872, 0.2176412236461032, 0.8606526989951291, 0.0032845025755584463, 0.898216089690239, 1.9021164942028508, 1.8541871985068816, 1.274497572610604, 0.6524589273551293, 0.5577031618309872, 0.4547305696960129, 1.2473686561514394, 0.7817270878251296, 0.8606526989951291, 0.2814390486693073, 0.5073298201531834, -0.16363941833538756, 0.969923209309472, 0.07899418796095779, 1.8377618162950051, -0.7109425729851666, 0.6524589273551293, 0.3420281495224428, 0.3997056529359412, 1.620128885088, 0.07899418796095779, 0.8606526989951291, 0.6971381119153414, 0.6524589273551293, 0.898216089690239, 1.0041990718042584, 0.4547305696960129, -0.3561159648704019, 0.4547305696960129, 1.5587151022783066, 2.4331323314355373, 2.4131352526448837, 1.3010110103872898, 0.5577031618309872, 1.0375020410969664, 0.7817270878251296, 1.3269361053974265, 1.0375020410969664, 0.3420281495224428, 2.573053337133636, 1.7340223865903974, 0.7401900043967131, 1.4714483694402638, 0.4547305696960129, 0.8606526989951291, 0.07899418796095779, 0.15029203101760766, 0.5073298201531834, 2.5553425483097447, 0.3420281495224428, 0.898216089690239, 0.5073298201531834, 0.8606526989951291, 3.0724601547810937, 2.2965410631650447, 1.4938849037134732, 0.15029203101760766, 2.713597779622294, 0.9346165878738094, 0.3420281495224428, 0.5073298201531834, 1.5158979289253487, 1.274497572610604, 0.606027238943535, 1.3010110103872898, 2.5098470430562863, 0.7817270878251296, 1.101397795614096, 0.6524589273551293, 0.4547305696960129, 0.8218507554636054, 0.7817270878251296, 0.5073298201531834, 0.4547305696960129, 0.9346165878738094, 1.0698852916978316, 0.3997056529359412, 1.8541871985068816, 0.6971381119153414, -0.2562513366882786, 1.0041990718042584, 0.969923209309472, 0.8218507554636054, -0.16363941833538756, 0.2176412236461032, 1.4014273750472743, 0.6971381119153414, 0.606027238943535, 0.7817270878251296, -0.5820835302640551, 0.606027238943535, 0.7817270878251296, 1.6000150892969045, 0.15029203101760766, 0.7817270878251296, 0.9346165878738094, 1.579548021831083, -0.8525801414002536, 1.0041990718042584, 0.3420281495224428, 0.6524589273551293, 0.3997056529359412, 0.6524589273551293, 2.491137989428028, 0.898216089690239, 2.141732231341531, 1.6000150892969045, 1.0041990718042584, 1.1320847496866164, 1.9176640162821617, 1.0698852916978316, 0.7401900043967131, 0.15029203101760766, 0.07899418796095779, 1.0698852916978316, -0.3561159648704019, 0.3997056529359412, 0.898216089690239, 1.274497572610604, -0.4643037637138993, 0.4547305696960129, 0.8218507554636054, -0.7109425729851666, -0.3561159648704019, 1.425237652932435, 0.7817270878251296, 0.7817270878251296, 0.7401900043967131, 0.5073298201531834, 1.7340223865903974, 0.3420281495224428, 0.4547305696960129, 0.5577031618309872, 0.2814390486693073, 0.15029203101760766, 0.0032845025755584463, 0.3997056529359412, 1.1911461241123054, 1.1320847496866164, 0.969923209309472, 0.6524589273551293, 1.101397795614096, 3.999004546975047, 1.5587151022783066, 0.3997056529359412, 1.4938849037134732, 2.9520945665110028, 0.898216089690239, 0.6524589273551293, 1.5375030689336782, 0.5073298201531834, -0.16363941833538756, 0.3420281495224428, 1.425237652932435, 1.219595217536794, -0.07738004484479426, 2.8459265177309168, 2.4131352526448837, -0.07738004484479426, 0.4547305696960129, 0.4547305696960129, 0.15029203101760766, 1.1320847496866164, 0.7401900043967131, 1.9330065102034772, 0.6971381119153414, 0.6524589273551293, 0.3420281495224428, 0.7401900043967131, 0.606027238943535, 0.2176412236461032, 1.3771212307847678, 0.969923209309472, 1.9021164942028508, -0.7109425729851666, 0.3420281495224428, 1.3522982484350228, 1.6399013540330611, 0.5577031618309872, 2.0210403761235343, 0.4547305696960129, 0.15029203101760766, 0.3420281495224428, 1.425237652932435, 1.1320847496866164, 0.3997056529359412, -0.5820835302640551, 0.5577031618309872, 1.5158979289253487, 0.7401900043967131, 0.606027238943535, 1.0375020410969664, 1.579548021831083, 0.5577031618309872, 2.564231693095385, 0.606027238943535, 0.3997056529359412, -0.16363941833538756, 0.5073298201531834, 0.898216089690239, 0.07899418796095779, 0.2814390486693073, 0.6971381119153414, 0.898216089690239, 2.07623299029734, 0.07899418796095779, 2.048964081124279, 0.898216089690239, -0.3561159648704019, 1.425237652932435, 0.898216089690239, 0.9346165878738094, 0.2176412236461032, 0.7817270878251296, 3.217384070146942, 1.5158979289253487, 0.5073298201531834, 1.0375020410969664, 1.0041990718042584, 3.2072477415016203, -0.2562513366882786, 0.898216089690239, 0.7401900043967131, 1.3010110103872898, 0.6971381119153414, 0.5073298201531834, 0.969923209309472, 0.7401900043967131, 3.217384070146942, 1.5158979289253487, 1.4014273750472743, 2.452791073145435, 0.8606526989951291, 0.8218507554636054, 1.5158979289253487, 0.5577031618309872, 0.8218507554636054, 1.3771212307847678, 2.759403105701837, 1.8211012980808428, -0.07738004484479426, 0.606027238943535, 1.1911461241123054, 0.606027238943535, 0.7401900043967131, 1.274497572610604, 0.606027238943535, 1.1320847496866164, 1.6399013540330611, 2.713597779622294, 0.2176412236461032, 2.6495711384394665, 0.898216089690239, 0.969923209309472, 0.8606526989951291, 4.385169729231503, 2.721358545357449, 1.3522982484350228, 1.4485717915393828, 2.1159735898698933, 1.5375030689336782, 0.2176412236461032, 1.7157968694103858, 2.7057848114290195, 2.9771864637434136, 3.02580010645225, 1.0698852916978316, 2.5005301752833398, 1.3010110103872898, 0.969923209309472, 1.0698852916978316, 1.1619879504683823, 0.6524589273551293, 0.969923209309472, 1.579548021831083, 1.5587151022783066, 1.620128885088, 1.3269361053974265, 1.9481493017480365, 3.2472727158582093, 3.083837994234918, 3.4621603529571594, 1.4485717915393828, 1.9630975122716745, 0.8218507554636054, 1.1320847496866164, 2.546384862588761, 2.6899994267211467, 2.4231768097981568, 1.0041990718042584, 2.215751240435269, 0.4547305696960129, 0.4547305696960129, 2.6979189341501497, 0.7817270878251296, 3.2224192444064395, 1.6593438473302062, 1.3269361053974265, 0.5577031618309872, 1.9924297147655081, 2.7889662452262747, 2.5373575715320666, 0.8606526989951291, 4.44452867424408, 1.0698852916978316, 1.1320847496866164, 2.6979189341501497, 0.7817270878251296, 3.2619333952128984, 3.2123269664474354, 2.285337820734975, 2.285337820734975, 1.9021164942028508, 0.7817270878251296, 0.3997056529359412, 2.6979189341501497, 0.969923209309472, 2.5282595857701344, 0.2814390486693073, 1.3771212307847678, 1.6000150892969045, 2.443003278013047, 2.2394126866802955, 3.037642059288852, 0.898216089690239, 2.573053337133636, 2.2394126866802955, 2.2965410631650447, 1.9330065102034772], [-1.2728610407066148, -1.097052145567896, -0.8827328074037857, -0.6589564219147385, -1.3738230283466193, -0.6589564219147385, -1.4852037265375182, -1.3738230283466193, -0.610948619819499, -1.2728610407066148, -1.3738230283466193, -1.1810078323799609, -1.7438367743788212, -1.2728610407066148, -1.3738230283466193, -0.9487483671220908, -0.8827328074037857, -1.0199337981416987, -1.0199337981416987, -1.2728610407066148, -0.8212454640552385, -1.097052145567896, -1.3738230283466193, -0.5654723009760739, -0.9487483671220908, -1.4852037265375182, -0.7097788981122168, -0.763746220522809, -2.0501221373287315, -0.5222832225422646, -1.3738230283466193, -1.097052145567896, -0.5222832225422646, -1.3738230283466193, -0.763746220522809, -0.7097788981122168, -0.2691539995886225, -0.610948619819499, -1.097052145567896, -0.9487483671220908, -1.2728610407066148, -0.6589564219147385, -1.0199337981416987, -1.0199337981416987, -0.5654723009760739, -0.763746220522809, -0.5654723009760739, -1.3738230283466193, -0.5222832225422646, -0.9487483671220908, -1.1810078323799609, -0.8827328074037857, -1.1810078323799609, -1.2728610407066148, -1.1810078323799609, -0.4419467660506086, -0.6589564219147385, -0.610948619819499, -0.5222832225422646, -0.763746220522809, -0.7097788981122168, -0.6589564219147385, -0.610948619819499, -1.3738230283466193, -1.4852037265375182, -0.763746220522809, -0.3685459184455243, -0.4419467660506086, -1.2728610407066148, -1.097052145567896, -0.6589564219147385, -0.30100218315891536, -0.3685459184455243, -0.8827328074037857, -1.097052145567896, -0.7097788981122168, -0.2691539995886225, -1.3738230283466193, -0.5222832225422646, -1.3738230283466193, -1.2728610407066148, -0.4044530069162582, -0.8827328074037857, -1.2728610407066148, -1.0199337981416987, -1.6082569160768607, -0.8212454640552385, -1.0199337981416987, -0.6589564219147385, -0.8212454640552385, -0.3685459184455243, -0.610948619819499, -0.763746220522809, -0.5222832225422646, -0.4044530069162582, -0.8827328074037857, -1.2728610407066148, -0.763746220522809, -0.763746220522809, -0.610948619819499, -1.0199337981416987, -1.4852037265375182, -0.8212454640552385, -0.8827328074037857, -0.050275031360511285, -0.9487483671220908, -0.8827328074037857, -0.610948619819499, -1.1810078323799609, -0.6589564219147385, -1.3738230283466193, -0.2691539995886225, -0.4044530069162582, -0.4811695868599984, -1.1810078323799609, -0.4044530069162582, -0.4044530069162582, -0.610948619819499, -1.3738230283466193, -1.0199337981416987, -0.8827328074037857, -0.9487483671220908, -1.3738230283466193, -0.3685459184455243, -1.1810078323799609, -1.0199337981416987, -0.7097788981122168, -1.6082569160768607, -0.763746220522809, -0.610948619819499, -0.6589564219147385, -0.8212454640552385, -0.8827328074037857, -0.4419467660506086, -0.4811695868599984, -0.4419467660506086, -0.8212454640552385, -0.610948619819499, -1.097052145567896, -0.610948619819499, -0.7097788981122168, -0.763746220522809, -1.097052145567896, -0.5654723009760739, -0.8827328074037857, -0.9487483671220908, -0.7097788981122168, -0.30100218315891536, -0.8827328074037857, -0.7097788981122168, -0.6589564219147385, -0.8827328074037857, -0.8212454640552385, -0.6589564219147385, -1.0199337981416987, -0.8827328074037857, -0.763746220522809, -0.4811695868599984, -0.6589564219147385, -0.763746220522809, -1.7438367743788212, -0.18025642447936974, -0.8212454640552385, -0.610948619819499, -0.5222832225422646, -0.8212454640552385, -0.6589564219147385, -0.7097788981122168, -0.9487483671220908, -0.3685459184455243, -0.763746220522809, -0.610948619819499, -0.4811695868599984, -1.4852037265375182, -1.0199337981416987, -1.3738230283466193, -0.7097788981122168, -0.610948619819499, -1.3738230283466193, -0.8212454640552385, -0.4811695868599984, -0.4419467660506086, -0.4044530069162582, -0.8212454640552385, -0.6589564219147385, -0.30100218315891536, -0.9487483671220908, -0.9487483671220908, -1.097052145567896, 0.43035625354487306, -0.3685459184455243, -0.8212454640552385, -0.7097788981122168, -0.8827328074037857, -0.763746220522809, -0.4419467660506086, -0.8827328074037857, -0.8212454640552385, -1.1810078323799609, -0.4419467660506086, 0.43035625354487306, -1.2728610407066148, -0.5222832225422646, -1.097052145567896, -0.5222832225422646, -0.33409958523925626, -0.30100218315891536, -0.8212454640552385, -0.4811695868599984, -0.8827328074037857, -0.9487483671220908, -0.6589564219147385, -0.8827328074037857, -0.7097788981122168, -1.097052145567896, -0.4044530069162582, -1.6082569160768607, -1.1810078323799609, -0.5222832225422646, -0.610948619819499, -0.8827328074037857, -0.8827328074037857, -0.763746220522809, -0.02653603321383245, -0.7097788981122168, -0.4044530069162582, -0.3685459184455243, -0.8827328074037857, -1.0199337981416987, -0.610948619819499, 0.019010091659630343, -0.8212454640552385, -0.7097788981122168, -0.33409958523925626, -0.07470752652597118, -0.610948619819499, -1.2728610407066148, -1.097052145567896, -0.8827328074037857, -0.4811695868599984, -0.763746220522809, -0.8212454640552385, 0.2987824642031955, -0.3685459184455243, -0.4811695868599984, -0.763746220522809, -0.8212454640552385, -0.5654723009760739, -0.9487483671220908, 0.2328769564281285, -0.8827328074037857, -0.12582174294262474, -0.9487483671220908, -0.6589564219147385, -0.4419467660506086, -0.9487483671220908, -0.610948619819499, -0.8212454640552385, -0.9487483671220908, -0.9487483671220908, -0.7097788981122168, -0.15259765154875118, -0.610948619819499, -0.5222832225422646, -0.763746220522809, -0.5222832225422646, -0.8827328074037857, -0.5654723009760739, -0.8827328074037857, -0.8827328074037857, -0.8827328074037857, -0.8212454640552385, -0.8212454640552385, -0.8212454640552385, -0.610948619819499, -0.33409958523925626, -0.12582174294262474, -0.09987476652370324, -0.9487483671220908, -0.5222832225422646, -1.0199337981416987, -0.4044530069162582, -1.2728610407066148, -0.4811695868599984, -0.5654723009760739, -0.23846578116450515, -0.5654723009760739, -1.1810078323799609, -0.7097788981122168, -0.8212454640552385, -1.2728610407066148, -0.8212454640552385, -0.4419467660506086, -0.6589564219147385, -0.8212454640552385, -0.5222832225422646, -0.9487483671220908, -0.4044530069162582, -0.8212454640552385, -0.4419467660506086, -1.097052145567896, -0.5654723009760739, -0.33409958523925626, -0.9487483671220908, -0.5222832225422646, -0.8827328074037857, -0.610948619819499, -0.5654723009760739, -0.8212454640552385, -0.6589564219147385, -0.003452628270547289, -0.5654723009760739, -0.610948619819499, -0.5222832225422646, -0.610948619819499, -0.763746220522809, -0.4044530069162582, -0.3685459184455243, -1.2728610407066148, -0.5654723009760739, -0.6589564219147385, -0.5654723009760739, -0.8212454640552385, -0.763746220522809, -0.610948619819499, -1.0199337981416987, -1.1810078323799609, -1.0199337981416987, -0.4811695868599984, -0.763746220522809, -0.3685459184455243, -0.20885734781854748, -0.003452628270547289, -0.763746220522809, -0.050275031360511285, -0.4044530069162582, -0.09987476652370324, -0.6589564219147385, -0.610948619819499, -0.9487483671220908, -1.1810078323799609, -0.5654723009760739, -1.1810078323799609, -0.4811695868599984, -0.5654723009760739, -0.3685459184455243, -0.9487483671220908, -0.610948619819499, -0.4811695868599984, -1.0199337981416987, -0.4044530069162582, -0.610948619819499, 0.12306093341216558, -0.4044530069162582, -0.33409958523925626, -0.15259765154875118, -0.5222832225422646, -0.763746220522809, -0.003452628270547289, -0.610948619819499, -0.33409958523925626, -0.2691539995886225, -0.5222832225422646, -0.33409958523925626, -0.610948619819499, -0.18025642447936974, -0.6589564219147385, -0.3685459184455243, -0.5222832225422646, -0.4419467660506086, -0.3685459184455243, -0.763746220522809, -0.8212454640552385, -0.8827328074037857, -0.4044530069162582, 0.04088434375565258, -0.8827328074037857, -0.6589564219147385, -0.23846578116450515, -1.097052145567896, -0.07470752652597118, -0.8827328074037857, -0.003452628270547289, -1.097052145567896, -0.02653603321383245, -0.7097788981122168, -0.6589564219147385, -0.6589564219147385, -0.6589564219147385, -0.4811695868599984, -0.4811695868599984, -0.30100218315891536, -0.763746220522809, -0.33409958523925626, -0.15259765154875118, -0.8212454640552385, -0.4044530069162582, -0.5222832225422646, -0.8212454640552385, -0.5654723009760739, -0.8212454640552385, -0.6589564219147385, -0.18025642447936974, -0.20885734781854748, -0.6589564219147385, -0.8212454640552385, -0.33409958523925626, -0.5222832225422646, -0.9487483671220908, -0.5654723009760739, -0.5222832225422646, -0.9487483671220908, -0.4811695868599984, -0.4811695868599984, -0.5654723009760739, -0.4419467660506086, -0.3685459184455243, -0.763746220522809, -0.763746220522809, -0.2691539995886225, -0.18025642447936974, -0.8212454640552385, -0.30100218315891536, -0.9487483671220908, -0.763746220522809, -0.09987476652370324, -0.2691539995886225, -0.763746220522809, -0.4419467660506086, -0.9487483671220908, -0.763746220522809, -0.33409958523925626, -0.5222832225422646, -0.7097788981122168, -0.5654723009760739, -0.4811695868599984, -1.3738230283466193, -0.763746220522809, -0.9487483671220908, -0.33409958523925626, -0.12582174294262474, -0.18025642447936974, -0.763746220522809, -0.4811695868599984, -0.4811695868599984, -0.23846578116450515, -0.610948619819499, -0.610948619819499, 0.3744341052544156, -0.763746220522809, 1.5521292315256976, -0.6589564219147385, -0.9487483671220908, -0.4044530069162582, -0.4811695868599984, -0.4811695868599984, -0.3685459184455243, -0.5222832225422646, -0.3685459184455243, -0.09987476652370324, -1.097052145567896, -0.3685459184455243, -0.6589564219147385, -0.4419467660506086, -0.4044530069162582, -1.097052145567896, -1.097052145567896, -0.8212454640552385, -0.5222832225422646, -0.763746220522809, -0.8212454640552385, -0.8212454640552385, -0.4811695868599984, -0.6589564219147385, -0.610948619819499, -0.07470752652597118, -0.3685459184455243, -0.6589564219147385, -0.30100218315891536, -0.18025642447936974, -0.5654723009760739, -0.4811695868599984, -0.763746220522809, -0.763746220522809, 0.9823092566315348, -0.8212454640552385, -0.7097788981122168, -0.8827328074037857, -0.9487483671220908, -0.4811695868599984, -0.9487483671220908, -0.7097788981122168, -0.5222832225422646, -0.18025642447936974, -0.4419467660506086, -0.763746220522809, -0.20885734781854748, -1.1810078323799609, -0.12582174294262474, -1.097052145567896, -0.4811695868599984, -0.23846578116450515, -0.6589564219147385, -0.8212454640552385, -0.3685459184455243, -0.763746220522809, -0.4419467660506086, -0.4044530069162582, -1.097052145567896, -0.4419467660506086, 0.12306093341216558, -0.30100218315891536, -0.12582174294262474, -0.5222832225422646, -0.07470752652597118, -0.9487483671220908, -0.4419467660506086, -0.763746220522809, -0.763746220522809, -0.4419467660506086, -0.5222832225422646, -0.7097788981122168, -0.5222832225422646, -0.4811695868599984, -0.4811695868599984, 0.06219992140576724, -0.610948619819499, -0.4044530069162582, -0.5654723009760739, -0.5222832225422646, -0.4419467660506086, -0.4811695868599984, -0.5654723009760739, -0.763746220522809, -0.4811695868599984, -0.6589564219147385, -0.30100218315891536, -0.20885734781854748, -0.4811695868599984, -0.5654723009760739, -1.0199337981416987, -0.33409958523925626, -0.7097788981122168, -0.610948619819499, -0.763746220522809, -0.4044530069162582, -0.30100218315891536, -0.4419467660506086, -0.6589564219147385, -0.6589564219147385, -0.763746220522809, -0.8212454640552385, -0.4419467660506086, -0.6589564219147385, -0.23846578116450515, -0.23846578116450515, -0.8212454640552385, -0.5654723009760739, 0.06219992140576724, -0.02653603321383245, -0.610948619819499, -0.7097788981122168, -0.09987476652370324, -0.763746220522809, -0.610948619819499, -0.7097788981122168, -0.5222832225422646, -0.7097788981122168, -0.33409958523925626, -0.4419467660506086, -0.33409958523925626, -0.4044530069162582, -0.23846578116450515, -0.7097788981122168, -0.09987476652370324, -0.5222832225422646, -0.050275031360511285, -0.4419467660506086, -0.8212454640552385, -0.5222832225422646, -0.8212454640552385, -0.4811695868599984, -0.20885734781854748, 0.10326349126804044, -0.003452628270547289, -0.30100218315891536, 0.04088434375565258, -0.4419467660506086, -0.2691539995886225, -0.4419467660506086, -0.610948619819499, -0.18025642447936974, -0.050275031360511285, -0.23846578116450515, -0.33409958523925626, -0.3685459184455243, -0.30100218315891536, -0.4044530069162582, -0.8212454640552385, -0.12582174294262474, -0.5654723009760739, -0.763746220522809, -0.20885734781854748, -0.02653603321383245, -0.4419467660506086, -0.7097788981122168, -0.20885734781854748, -0.18025642447936974, -0.7097788981122168, -0.3685459184455243, -0.8827328074037857, -0.6589564219147385, -0.610948619819499, -0.8212454640552385, -0.6589564219147385, -0.2691539995886225, -0.610948619819499, -0.003452628270547289, -0.6589564219147385, -0.4419467660506086, -0.4044530069162582, 0.1978567684279086, -0.33409958523925626, -0.09987476652370324, -0.6589564219147385, -0.4811695868599984, -0.5222832225422646, 0.12306093341216558, -0.5654723009760739, -0.4811695868599984, -0.5222832225422646, -0.4419467660506086, 0.04088434375565258, 0.2987824642031955, -0.2691539995886225, -0.4811695868599984, -0.20885734781854748, -0.3685459184455243, -0.5654723009760739, -0.07470752652597118, -0.5654723009760739, -0.7097788981122168, -0.8827328074037857, -0.4044530069162582, -0.4811695868599984, -1.0199337981416987, -0.610948619819499, -0.763746220522809, -0.2691539995886225, -0.4044530069162582, -0.4811695868599984, -0.09987476652370324, -0.5654723009760739, -0.33409958523925626, -0.9487483671220908, -0.7097788981122168, -0.15259765154875118, -0.4044530069162582, -0.7097788981122168, 0.08298442935789113, -0.3685459184455243, -0.30100218315891536, -0.4044530069162582, -0.050275031360511285, -0.18025642447936974, -0.12582174294262474, -0.30100218315891536, -0.4419467660506086, -0.12582174294262474, -0.30100218315891536, -0.610948619819499, -0.23846578116450515, -0.5222832225422646, -0.18025642447936974, -0.8212454640552385, -0.4044530069162582, -0.4811695868599984, -0.18025642447936974, -0.3685459184455243, 0.26648240481610336, -0.7097788981122168, -0.7097788981122168, -0.15259765154875118, -0.2691539995886225, 0.32987433274570105, -0.18025642447936974, -0.610948619819499, 0.019010091659630343, -0.003452628270547289, -0.09987476652370324, -0.5654723009760739, -0.5222832225422646, -0.4811695868599984, -0.20885734781854748, -0.610948619819499, -0.5222832225422646, -0.8827328074037857, -0.4811695868599984, -0.5654723009760739, 0.08298442935789113, -0.33409958523925626, -0.2691539995886225, -0.18025642447936974, -0.33409958523925626, -0.30100218315891536, -0.20885734781854748, 0.019010091659630343, -0.5654723009760739, -0.4044530069162582, 0.32987433274570105, -0.09987476652370324, -0.7097788981122168, 0.019010091659630343, -0.18025642447936974, -0.02653603321383245, -0.12582174294262474, -0.4044530069162582, 0.5199802110016505, 0.1978567684279086, -0.09987476652370324, 0.019010091659630343, -0.30100218315891536, 0.019010091659630343, 0.24984938124766265, 0.04088434375565258, 0.16129823701701754, -0.5222832225422646, -0.23846578116450515, -0.050275031360511285, -0.30100218315891536, -0.7097788981122168, 0.16129823701701754, 0.26648240481610336, -0.23846578116450515, 1.022979851258279, -0.4811695868599984, -0.23846578116450515, 0.06219992140576724, -1.0199337981416987, -0.4811695868599984, -0.050275031360511285, -0.050275031360511285, -0.763746220522809, 0.019010091659630343, -0.4044530069162582, -0.3685459184455243, -0.4419467660506086, -0.15259765154875118, -0.8827328074037857, -0.610948619819499, -0.4044530069162582, -0.5654723009760739, -0.23846578116450515, -0.4044530069162582, -0.09987476652370324, -0.5222832225422646, 0.3598447852340691, 0.12306093341216558, -0.050275031360511285, -0.050275031360511285, -0.33409958523925626, -0.30100218315891536, -0.5654723009760739, -0.23846578116450515, -0.7097788981122168, -0.07470752652597118, -0.18025642447936974, 0.5439045528286695, -0.23846578116450515, -0.5654723009760739, -0.07470752652597118, -0.09987476652370324, 0.4167247870437325, -0.610948619819499, 0.6541548107822718, -0.3685459184455243, 0.06219992140576724, -0.610948619819499, 0.1978567684279086, -0.20885734781854748, -0.12582174294262474, 0.04088434375565258, -0.9487483671220908, -0.07470752652597118, -0.07470752652597118, -0.33409958523925626, -0.6589564219147385, -0.07470752652597118, -0.12582174294262474, 0.17977814422856042, -0.5222832225422646, -0.18025642447936974, -0.15259765154875118, -0.4419467660506086, -0.763746220522809, 0.17977814422856042, 0.7785437765525932, -0.2691539995886225, -0.610948619819499, -0.5222832225422646, 0.17977814422856042, -0.3685459184455243, -0.4811695868599984, -0.15259765154875118, -0.18025642447936974, 0.26648240481610336, -0.610948619819499, -0.18025642447936974, 0.08298442935789113, 0.019010091659630343, -0.18025642447936974, 0.1978567684279086, -0.20885734781854748, -0.33409958523925626, -0.18025642447936974, -0.7097788981122168, -0.2691539995886225, -0.4044530069162582, -0.4419467660506086, 0.2155510685011655, 0.24984938124766265, -0.4811695868599984, -0.2691539995886225, 0.17977814422856042, -0.33409958523925626, -0.8827328074037857, -0.18025642447936974, -0.5654723009760739, 0.31447377269027177, -0.6589564219147385, -0.763746220522809, -0.610948619819499, -0.20885734781854748, 1.3692737519736256, -0.4811695868599984, -0.7097788981122168, -0.4811695868599984, -0.4811695868599984, -0.3685459184455243, -0.15259765154875118, -0.12582174294262474, 0.12306093341216558, -0.12582174294262474, -0.18025642447936974, -0.20885734781854748, -0.23846578116450515, -0.2691539995886225, 0.28278927029762296, -0.30100218315891536, -0.33409958523925626, -0.15259765154875118, 0.04088434375565258, -0.763746220522809, -0.23846578116450515, -0.003452628270547289, -0.6589564219147385, -0.23846578116450515, -0.18025642447936974, -0.4419467660506086, -0.7097788981122168, -0.23846578116450515, -0.30100218315891536, -0.4419467660506086, -0.07470752652597118, -0.07470752652597118, -0.12582174294262474, -0.30100218315891536, -0.02653603321383245, -0.09987476652370324, 0.2155510685011655, -0.2691539995886225, 0.2155510685011655, 0.16129823701701754, -0.3685459184455243, 0.06219992140576724, -0.7097788981122168, 0.26648240481610336, -0.4419467660506086, 0.28278927029762296, -0.33409958523925626, -0.4811695868599984, 0.06219992140576724, -0.4419467660506086, -0.07470752652597118, -0.2691539995886225, -0.5222832225422646, 0.12306093341216558, -0.3685459184455243, -0.20885734781854748, -0.12582174294262474, 0.4569655888400225, -0.18025642447936974, -0.12582174294262474, 0.6541548107822718, 0.1423989477461164, -0.33409958523925626, -0.20885734781854748, 0.7138914001851685, 0.3598447852340691, 0.06219992140576724, -0.02653603321383245, -0.4419467660506086, 0.9468216123517684, 0.019010091659630343, -0.3685459184455243, 1.436157225217742, -0.30100218315891536, 0.019010091659630343, 0.019010091659630343, -0.09987476652370324, -0.20885734781854748, -0.30100218315891536, -0.003452628270547289, 0.31447377269027177, -0.5654723009760739, -0.4044530069162582, -0.4811695868599984, 0.2987824642031955, -0.33409958523925626, -0.3685459184455243, 0.12306093341216558, -0.20885734781854748, 0.17977814422856042, 0.495345506215379, -0.23846578116450515, 0.08298442935789113, -0.09987476652370324, -0.02653603321383245, 1.2114718543530485, 1.110763826872522, 0.5785451359503261, -0.5222832225422646, 0.04088434375565258, -0.050275031360511285, -0.610948619819499, -0.30100218315891536, -0.02653603321383245, -0.09987476652370324, 0.5785451359503261, -0.050275031360511285, 0.7514507407711774, -0.15259765154875118, -0.003452628270547289, -0.3685459184455243, -0.12582174294262474, 0.28278927029762296, 0.16129823701701754, -0.07470752652597118, 0.019010091659630343, -0.4419467660506086, -0.003452628270547289, 0.04088434375565258, 0.12306093341216558, -0.15259765154875118, -0.02653603321383245, -0.15259765154875118, 0.04088434375565258, -1.1810078323799609, -0.33409958523925626, -0.20885734781854748, -0.07470752652597118, -0.18025642447936974, 0.08298442935789113, -0.4419467660506086, 0.2987824642031955, 0.3598447852340691, -0.23846578116450515, -0.5654723009760739, -0.5222832225422646, -0.18025642447936974, -0.23846578116450515, -0.2691539995886225, 0.26648240481610336, 0.04088434375565258, -0.33409958523925626, 0.1978567684279086, 0.2155510685011655, 0.2328769564281285, 0.555612881730489, -0.050275031360511285, 0.10326349126804044, 0.24984938124766265, -0.4811695868599984, 0.019010091659630343, -0.5222832225422646, -0.12582174294262474, 0.38877160641867503, 0.26648240481610336, -0.763746220522809, -0.02653603321383245, 0.10326349126804044, -0.12582174294262474, -0.18025642447936974, -0.30100218315891536, -0.050275031360511285, -0.4811695868599984, -0.23846578116450515, 0.16129823701701754, 1.206187013259732, 0.6225908792506145, 0.16129823701701754, 0.12306093341216558, 1.377935751777939, 0.12306093341216558, -0.4419467660506086, -0.2691539995886225, -0.5222832225422646, -0.23846578116450515, 0.7138914001851685, 0.4827483744902645, 0.1978567684279086, 0.5077542733542342, 0.1423989477461164, -0.30100218315891536, 0.12306093341216558, -0.763746220522809, 0.08298442935789113, 0.06219992140576724, -0.02653603321383245, -0.050275031360511285, -0.7097788981122168, -0.15259765154875118, -0.610948619819499, 0.26648240481610336, -0.3685459184455243, 1.0866177004894308, 0.5897778071369258, -0.2691539995886225, 0.17977814422856042, 0.08298442935789113, -0.30100218315891536, 0.9611996391515636, 0.06219992140576724, -0.4044530069162582, -0.20885734781854748, 0.32987433274570105, 0.2987824642031955, 0.1423989477461164, 0.31447377269027177, -0.07470752652597118, -0.23846578116450515, -0.3685459184455243, -0.4811695868599984, -0.18025642447936974, -0.07470752652597118, -0.20885734781854748, -0.12582174294262474, -0.18025642447936974, 1.7047152807437216, -0.12582174294262474, 0.08298442935789113, -0.33409958523925626, 0.10326349126804044, 0.08298442935789113, 0.17977814422856042, -0.4044530069162582, -0.050275031360511285, -0.12582174294262474, -0.07470752652597118, 0.16129823701701754, -0.2691539995886225, -0.07470752652597118, 0.26648240481610336, -0.3685459184455243, -0.15259765154875118, 0.04088434375565258, -0.09987476652370324, -0.07470752652597118, -0.30100218315891536, -0.18025642447936974, 0.06219992140576724, 0.24984938124766265, -0.02653603321383245, 0.04088434375565258, 0.4827483744902645, -0.2691539995886225, 0.08298442935789113, 0.43035625354487306, 0.32987433274570105, 0.3598447852340691, 0.06219992140576724, -0.5222832225422646, 0.019010091659630343, 0.12306093341216558, 1.272390684618421, 0.4028658032308747, 0.813342696925167, -0.33409958523925626, 0.32987433274570105, -0.33409958523925626, -0.02653603321383245, -0.23846578116450515, 0.5077542733542342, 0.3744341052544156, 0.28278927029762296, 0.04088434375565258, -0.4811695868599984, 0.28278927029762296, 0.1423989477461164, -0.20885734781854748, 0.06219992140576724, 0.1423989477461164, 0.12306093341216558, 0.2328769564281285, 0.16129823701701754, -0.003452628270547289, -0.33409958523925626, -0.33409958523925626, 1.1737493252050946, -0.18025642447936974, -0.4419467660506086, -0.20885734781854748, 1.0096436773722892, -0.20885734781854748, 0.16129823701701754, -0.23846578116450515, -0.4044530069162582, 0.17977814422856042, 1.1847037040936512, 0.924775492152588, -0.23846578116450515, 1.2374015757721526, -0.18025642447936974, -0.4419467660506086, -0.3685459184455243, 0.019010091659630343, -0.12582174294262474, -0.09987476652370324, -0.07470752652597118, 0.4028658032308747, -0.050275031360511285, 0.1423989477461164, 1.3865080488356645, 0.6437664353058674, -0.4044530069162582, -0.003452628270547289, -0.15259765154875118, 0.3598447852340691, 2.3597459930474973, 0.16129823701701754, -0.4811695868599984, -0.02653603321383245, 0.16129823701701754, -0.050275031360511285, 0.9172944369007432, 0.2328769564281285, -0.4044530069162582, 0.24984938124766265, 0.3598447852340691, 0.17977814422856042, 0.17977814422856042, 0.3449946787974173, 0.24984938124766265, 0.17977814422856042, 0.1423989477461164, 0.16129823701701754, -0.02653603321383245, 0.555612881730489, -0.6589564219147385, -0.18025642447936974, 0.6008603804228769, -0.20885734781854748, 0.5897778071369258, -0.07470752652597118, 0.28278927029762296, 0.4437675280545546, -0.30100218315891536, -0.6589564219147385, 0.4437675280545546, 0.1423989477461164, 0.2328769564281285, -0.15259765154875118, 0.31447377269027177, 0.08298442935789113, 0.08298442935789113, 0.1423989477461164, 0.16129823701701754, 0.5785451359503261, -0.02653603321383245, -0.23846578116450515, 0.26648240481610336, 1.1847037040936512, -0.09987476652370324, -0.3685459184455243, -0.09987476652370324, 0.9540418237460904, 0.17977814422856042, -0.20885734781854748, 1.1792446313061522, 0.32987433274570105, 0.12306093341216558, 1.377935751777939, 0.43035625354487306, 0.10326349126804044, -0.763746220522809, 0.08298442935789113, 0.31447377269027177, 0.7138914001851685, -0.050275031360511285, 0.9892279030212688, 0.7234420010305437, 0.08298442935789113, 0.5785451359503261, 1.0028941837721077, 0.2328769564281285, 0.2328769564281285, 2.7104673850080494, -0.18025642447936974, 1.0987787741089492, -0.02653603321383245, 0.019010091659630343, 0.06219992140576724, 1.6811587908798526, 0.3449946787974173, 0.43035625354487306, -0.23846578116450515, 1.6751633945692017, 0.32987433274570105, 0.1423989477461164, 0.24984938124766265, 0.7042294724291647, -0.30100218315891536, 0.06219992140576724, 0.04088434375565258, 0.1423989477461164, 0.43035625354487306, 0.06219992140576724, 0.9892279030212688, 0.5897778071369258, 0.4028658032308747, 1.9851849775900925, -0.15259765154875118, 0.3744341052544156, 1.1047929842661326, 0.10326349126804044, 0.26648240481610336, -0.07470752652597118, -0.09987476652370324, 0.3744341052544156, -0.12582174294262474, 0.2155510685011655, 0.5897778071369258, 0.3449946787974173, 0.6117968056876142, 1.3516729971476298, 1.6255694307009845, -0.20885734781854748, 0.1978567684279086, 1.1570411187350256, 0.08298442935789113, 1.4401633074374909, -0.003452628270547289, 0.8629453520592882, 0.04088434375565258, 0.5439045528286695, 1.2322801939286987, -0.09987476652370324, 2.1150963715351097, -0.07470752652597118, 0.08298442935789113, -0.23846578116450515, -0.23846578116450515, 1.5054577453589555, 0.3744341052544156, 0.16129823701701754, 0.2987824642031955, 0.6745490414283104, 0.7328838070951569, 0.10326349126804044, -0.07470752652597118, 0.26648240481610336, 1.78752247686618, 0.4569655888400225, 0.2987824642031955, -0.050275031360511285, -0.20885734781854748, 0.813342696925167, 0.469957088629601, 0.12306093341216558, -0.4419467660506086, 0.7138914001851685, 0.4028658032308747, 0.7514507407711774, 0.6117968056876142, 0.1978567684279086, 0.16129823701701754, 0.06219992140576724, 0.9540418237460904, 0.2155510685011655, -0.2691539995886225, 0.16129823701701754, 2.011648843874608, 0.4028658032308747, 0.43035625354487306, 0.3598447852340691, 1.5694016026017512, 0.9892279030212688, 0.3449946787974173, 0.2155510685011655, 1.1737493252050946, 0.813342696925167, 0.3744341052544156, 0.1423989477461164, 0.6332462517129885, 2.302562573256293, 0.3744341052544156, 0.24984938124766265, 0.1978567684279086, 1.0804695262782609, 0.5199802110016505, 0.3449946787974173, 0.5320286144541501, 1.6126922797097667, 0.4028658032308747, 0.17977814422856042, 0.469957088629601, 0.28278927029762296, 0.1978567684279086, 0.3744341052544156, -0.15259765154875118, 0.08298442935789113, 0.26648240481610336, 0.4028658032308747, 0.495345506215379, 0.43035625354487306, 0.4167247870437325, 0.5439045528286695, 0.4167247870437325, 0.8944371476130332, 0.1978567684279086, 0.9960892316998944, 0.5320286144541501, 0.32987433274570105, 1.3012475843585043, 0.2987824642031955, 0.2155510685011655, 0.4827483744902645, 0.12306093341216558, 1.8184567863968724, 1.6445171171875317, 0.5897778071369258, 0.8629453520592882, 0.3449946787974173, 1.6751633945692017, 0.7605805211488471, 0.17977814422856042, 0.5199802110016505, 0.495345506215379, 0.2328769564281285, 1.463800981121958, 1.4117048289164311, 0.7234420010305437, 0.2155510685011655, 0.1978567684279086, 0.4569655888400225, 1.7608301889656497, 0.2987824642031955, 0.567158255048723, 0.495345506215379, 0.7422192652265392, 1.9492500890332032, 1.666088072416415, 1.7796047934968562, 0.567158255048723, 0.8944371476130332, 0.32987433274570105, 0.3744341052544156, 0.4167247870437325, 1.867575398125628, 1.2322801939286987, 0.3449946787974173, 2.017637554900021, 0.567158255048723, 0.6541548107822718, 2.4829678907910058, -0.2691539995886225, 0.8302090316841342, 2.041168203991876, 0.4437675280545546, -0.09987476652370324, 0.495345506215379, -0.15259765154875118, 0.6745490414283104, -0.050275031360511285, 0.019010091659630343, 0.6437664353058674, 0.08298442935789113, 2.1894483149471027, 2.1598344055892404, -0.15259765154875118, 0.28278927029762296, 1.1047929842661326, 2.2117703195029113, 2.9207200763289904, 1.486782323997578, 0.1423989477461164, 0.31447377269027177, 0.9021265348719208, 1.9621119139037924, 0.7138914001851685, 0.4827483744902645, 2.580179006959753, 1.0987787741089492, 0.6944535963475694, 0.5785451359503261, 1.7689286556192163, 0.2987824642031955, 1.5829645805115566, 0.9823092566315348, 0.08298442935789113, 1.4829961377421856, 2.1780573823274363, 1.6900712306622536, 0.3598447852340691, 0.6008603804228769, 0.2328769564281285, 1.9229107606743163, 2.9411692619032257, 2.210195705568812, 1.432131660109853, 0.31447377269027177, 0.6225908792506145, 1.4280864217409301, 0.6225908792506145, 0.5199802110016505, 0.924775492152588, 0.4827483744902645, 0.7961258962960586, 0.7696108192334259, 2.6243349497294988, 2.590197067165537, 2.2411324179038616, 0.5320286144541501, 1.145712010614247, -0.18025642447936974, 0.3449946787974173, 2.3289216958498486, 2.027523428419282, 1.622368877096239, 1.7742839397760817, 1.2525783338101129, 1.4559965197688345, 1.6599820962454097, -0.2691539995886225, 0.5199802110016505, 1.75811299345034, 1.6900712306622536, 1.8108309332181498, 0.7696108192334259, -0.09987476652370324, 1.8184567863968724, 2.291207796197619, 1.6988887171610263, 0.8866757165446293, 0.3744341052544156, 0.7422192652265392, 1.9449180060951852, 0.4167247870437325, 2.137767676703671, 1.2575760495443071, 2.309580995845449, 1.6781665215673098, 3.1959935898875647, 0.813342696925167, 0.7422192652265392, 2.5388480349257203, 0.17977814422856042, 0.08298442935789113, 0.31447377269027177, 2.1615077216900103, 2.137767676703671, 1.8005525764854582, 3.033550342135891, 0.4028658032308747, 1.4240213169349376, 0.495345506215379, 1.6382492959108566, 1.9599821101456796, 1.0028941837721077, 0.6745490414283104, 2.9431216586305875, 0.6745490414283104, 3.166750503133605, 1.9071498986602269, 2.2273538335507084, 1.7276198013973072, 1.7471541123223808, 1.4905512700193395, 0.26648240481610336, 0.9892279030212688, 0.2328769564281285, 2.097224217361154, 2.4553059249136115, 1.8005525764854582, 2.5119270104855667, 0.6944535963475694, 0.7234420010305437, 2.6743884221459577, 2.451782246117645, 0.9823092566315348, 3.023583974551987, 2.471554231941625, 2.3464849678775286, 0.019010091659630343, 2.06592665929827, 2.653438333737082, 1.538047026557269, 2.552508334866169, 2.5882031341223053, 1.8335008707837432, 2.213341942985444, 0.019010091659630343, 2.8669143008388054, 1.0163386084054007, 2.093602997997988, 1.5309150452209976, 1.5556126619679815, 2.8647733187042332, 1.7047152807437216, 2.839377103176867, 1.8335008707837432, 3.4408448106451788, 1.0617462776131996, 1.8005525764854582, 1.3992023076419076, 1.151395941257686, 2.536726290619701, 2.5911922348942653, 2.6098765249756632, 1.5694016026017512, 0.6944535963475694, 2.0314449464194517, 1.9273592772488437, 2.104419462234596, 1.3692737519736256, 2.6108483190523635, 1.7635384925938058, 0.7328838070951569, 3.0805570493351446, 1.1626480676080793, 2.2304356283958096, 1.7471541123223808, 2.5771497854244023, 0.8467388670906482, 2.107993759710182, 1.2625437759136315, 2.2380902752254626, 0.3449946787974173, 1.5164640292714604, 0.6541548107822718, 2.354467056377429, 1.7360481688622935, 1.6191558988014951, 3.3198498874138327, 2.426687210601492, 1.4075582685749015, 1.145712010614247, 2.7035500152977696, 1.7018071263909005, 1.9913675667554196, 2.097224217361154, 2.071536470648716, 0.8709312391117819, 1.9851849775900925, 2.836424419951764, 2.402058192697241, 2.9126665818793063, 2.6404214667331654, 3.2736423104359678, 1.3059607663113664, 1.2374015757721526, 2.6488129225902486, 1.8108309332181498, 3.878868031040264, 1.9684686340421829, 2.618581858616214, 2.1062085407150786, 2.2396127444908656, 2.270954140159624, 2.575124126319925, 2.4541330316683263, 2.416923388471338, 0.5897778071369258, 2.107993759710182, 1.929574600364642, 3.4936264990758983, 2.8640584252629604, 0.1978567684279086, 2.0771085099794413, 3.2909003710984104, 3.53882407554646, 2.4107619758794883, 2.6488129225902486, 2.8086007479794706, 2.8510835935897547, 0.924775492152588, 4.1732385789892055, 0.8047790115307613, 3.2149301929370595, 1.3472137066319585, 2.3571107341302784, 0.7422192652265392, 0.7785437765525932, 2.6069542765217046, 3.959375564930292, 3.0542674921086235, 1.9934182079602327, 2.71561772754559, 3.314887388321497, 1.4033908318851631, 1.5486310785135986, 2.3384251356365864, 0.8047790115307613, 1.4980380642626585, 3.356149319821637, 1.4199361496574137, 4.130863189735989, 1.4199361496574137, 0.4827483744902645, 2.416923388471338, 3.5072167512060584, 2.3302860303855466, 2.2258086216014363, 2.3384251356365864, 2.205453806714833, 3.022403529894328, 2.2665488187345098, 1.6930208430286715, 4.25731638648974, 3.077799658470218, 1.2772705632449015, 2.3945242437555927, 2.451782246117645, 1.7133789288439922, 2.894943717454852, 2.7774299194809173, 2.3053770892732794, 0.6225908792506145, 2.9966079436877835, 2.058387261729869, 3.6941651828957713, 1.9339875349884859, 4.411698677435824, -1.6082569160768607, -1.2728610407066148, -0.5654723009760739, -1.7438367743788212, -1.2728610407066148, -0.9487483671220908, -1.7438367743788212, -1.6082569160768607, -1.097052145567896, -0.5654723009760739, -1.2728610407066148, -1.3738230283466193, -1.4852037265375182, -1.097052145567896, -0.8827328074037857, -1.2728610407066148, -1.7438367743788212, -1.4852037265375182, -0.610948619819499, -1.2728610407066148, -1.3738230283466193, -1.4852037265375182, -0.5654723009760739, -1.2728610407066148, -0.6589564219147385, -1.0199337981416987, -0.5654723009760739, -0.8827328074037857, -1.3738230283466193, -2.214537573199361, -0.763746220522809, -1.4852037265375182, -1.6082569160768607, -1.7438367743788212, -1.097052145567896, -1.4852037265375182, -1.097052145567896, -0.763746220522809, -1.2728610407066148, -1.2728610407066148, -1.1810078323799609, -1.8917845836704719, -0.7097788981122168, -1.097052145567896, -1.4852037265375182, -1.7438367743788212, -1.097052145567896, -1.097052145567896, -0.9487483671220908, -0.23846578116450515, -1.3738230283466193, -1.8917845836704719, -1.0199337981416987, -1.7438367743788212, -1.2728610407066148, -0.5222832225422646, -1.2728610407066148, -1.4852037265375182, -0.8827328074037857, -0.8212454640552385, -0.9487483671220908, -0.8827328074037857, -1.8917845836704719, -1.097052145567896, -0.9487483671220908, -1.1810078323799609, -1.2728610407066148, -1.4852037265375182, -0.8212454640552385, -1.3738230283466193, -1.0199337981416987, -1.097052145567896, -0.20885734781854748, -1.6082569160768607, -1.097052145567896, -1.3738230283466193, -0.763746220522809, -1.097052145567896, -0.8212454640552385, -0.8212454640552385, -1.0199337981416987, -1.4852037265375182, -1.7438367743788212, -0.2691539995886225, -1.097052145567896, -1.2728610407066148, -1.0199337981416987, -1.6082569160768607, -0.8827328074037857, -1.1810078323799609, -0.5654723009760739, -1.097052145567896, -0.7097788981122168, -0.763746220522809, -1.1810078323799609, -1.1810078323799609, -1.7438367743788212, -1.2728610407066148, -0.09987476652370324, -1.1810078323799609, -1.7438367743788212, -0.8827328074037857, -0.33409958523925626, -0.12582174294262474, -1.6082569160768607, -1.4852037265375182, -1.4852037265375182, -1.6082569160768607, -0.2691539995886225, -0.9487483671220908, -1.7438367743788212, -1.2728610407066148, -0.8212454640552385, -0.7097788981122168, -1.2728610407066148, -0.8827328074037857, -1.6082569160768607, -1.3738230283466193, -1.097052145567896, -1.1810078323799609, -0.33409958523925626, -1.2728610407066148, -0.6589564219147385, -1.0199337981416987, -0.610948619819499, -1.1810078323799609, -0.9487483671220908, -1.0199337981416987, -0.8827328074037857, -0.4811695868599984, -0.6589564219147385, -1.097052145567896, -0.7097788981122168, -1.4852037265375182, -0.9487483671220908, -1.0199337981416987, -0.9487483671220908, -1.3738230283466193, -1.0199337981416987, -1.3738230283466193, -1.6082569160768607, -0.9487483671220908, -1.097052145567896, -0.8827328074037857, -0.8212454640552385, -0.9487483671220908, -0.8212454640552385, -0.8827328074037857, -1.097052145567896, -1.6082569160768607, -1.1810078323799609, -1.097052145567896, -0.6589564219147385, -1.097052145567896, -0.8827328074037857, -0.9487483671220908, -1.097052145567896, -1.0199337981416987, -1.0199337981416987, -1.3738230283466193, -1.0199337981416987, -0.8827328074037857, -0.5222832225422646, -0.4044530069162582, -0.9487483671220908, -0.9487483671220908, -0.8212454640552385, -0.610948619819499, -0.8827328074037857, -0.4811695868599984, -0.7097788981122168, -1.6082569160768607, -1.1810078323799609, -0.5654723009760739, -0.5654723009760739, -1.097052145567896, -1.0199337981416987, -1.1810078323799609, -0.7097788981122168, -1.0199337981416987, -1.0199337981416987, -1.2728610407066148, -1.097052145567896, -1.0199337981416987, -1.1810078323799609, -0.6589564219147385, -1.097052145567896, -0.6589564219147385, -0.763746220522809, -1.2728610407066148, -0.610948619819499, -0.6589564219147385, -1.3738230283466193, -1.6082569160768607, -1.1810078323799609, -1.7438367743788212, -1.3738230283466193, -1.4852037265375182, -1.1810078323799609, -0.4811695868599984, -0.5654723009760739, -1.4852037265375182, -1.3738230283466193, -1.1810078323799609, -0.5654723009760739, -0.8212454640552385, -0.6589564219147385, -1.097052145567896, -0.763746220522809, -0.9487483671220908, -0.9487483671220908, -1.2728610407066148, -0.8827328074037857, -0.9487483671220908, -0.8827328074037857, -1.3738230283466193, -1.1810078323799609, -0.763746220522809, -1.4852037265375182, -0.8827328074037857, -1.7438367743788212, -1.0199337981416987, -1.6082569160768607, -0.6589564219147385, -0.8212454640552385, -1.097052145567896, -0.5654723009760739, -0.8827328074037857, -1.3738230283466193, -0.610948619819499, -1.097052145567896, -0.8212454640552385, -1.0199337981416987, -1.0199337981416987, -0.8212454640552385, -1.2728610407066148, -1.2728610407066148, -1.097052145567896, -0.4811695868599984, -0.8827328074037857, -1.2728610407066148, -1.1810078323799609, -1.2728610407066148, -1.1810078323799609, -1.097052145567896, -1.0199337981416987, -1.2728610407066148, -1.3738230283466193, -0.8212454640552385, -0.8827328074037857, -0.8827328074037857, -0.8827328074037857, -1.1810078323799609, -1.097052145567896, -0.7097788981122168, -0.3685459184455243, -0.5654723009760739, -1.3738230283466193, -1.0199337981416987, -1.0199337981416987, -1.2728610407066148, -1.7438367743788212, -1.097052145567896, -0.763746220522809, -1.0199337981416987, -1.3738230283466193, -0.610948619819499, -1.4852037265375182, -0.6589564219147385, -0.7097788981122168, -0.5654723009760739, -0.9487483671220908, -0.8212454640552385, -0.763746220522809, -0.9487483671220908, -1.097052145567896, -0.8212454640552385, -1.2728610407066148, -1.3738230283466193, -0.8827328074037857, -0.7097788981122168, -0.9487483671220908, -1.3738230283466193, -1.097052145567896, -1.2728610407066148, -0.7097788981122168, -0.20885734781854748, 0.5785451359503261, -1.097052145567896, -0.9487483671220908, -0.4811695868599984, -0.02653603321383245, -1.097052145567896, -1.1810078323799609, -1.0199337981416987, -0.5654723009760739, -1.0199337981416987, -0.5654723009760739, -1.6082569160768607, -0.12582174294262474, -0.610948619819499, -0.4044530069162582, -0.9487483671220908, 0.4827483744902645, -0.9487483671220908, -0.4811695868599984, -0.763746220522809, -1.1810078323799609, -0.763746220522809, -0.6589564219147385, -1.0199337981416987, -0.5222832225422646, -0.4811695868599984, -0.9487483671220908, -0.4811695868599984, -0.5222832225422646, -0.8212454640552385, -0.15259765154875118, -0.5222832225422646, -1.6082569160768607, -0.6589564219147385, -1.0199337981416987, -0.3685459184455243, -1.097052145567896, -1.1810078323799609, -1.097052145567896, -1.0199337981416987, -1.4852037265375182, -0.7097788981122168, -1.097052145567896, -0.15259765154875118, -0.763746220522809, -0.6589564219147385, -1.097052145567896, -1.3738230283466193, -0.7097788981122168, -0.8212454640552385, 0.3449946787974173, -0.5222832225422646, -0.8827328074037857, -0.9487483671220908, -0.8827328074037857, -0.30100218315891536, -0.5654723009760739, -0.9487483671220908, -0.8827328074037857, -0.5654723009760739, -1.1810078323799609, -0.9487483671220908, -0.9487483671220908, -0.9487483671220908, -0.9487483671220908, -0.23846578116450515, -1.0199337981416987, -0.8827328074037857, -0.7097788981122168, -0.8827328074037857, -0.7097788981122168, -1.097052145567896, -0.610948619819499, -0.8212454640552385, 0.3449946787974173, -0.8212454640552385, -1.097052145567896, -0.4811695868599984, -0.9487483671220908, 0.2328769564281285, -0.8827328074037857, -0.5654723009760739, -1.0199337981416987, -0.763746220522809, -0.20885734781854748, -0.5654723009760739, -0.9487483671220908, -0.8827328074037857, -0.5654723009760739, -0.5654723009760739, -0.8212454640552385, -0.763746220522809, -1.3738230283466193, -0.4419467660506086, -1.0199337981416987, -0.8827328074037857, -0.8827328074037857, -0.33409958523925626, -0.9487483671220908, -1.2728610407066148, -0.7097788981122168, -0.30100218315891536, -1.1810078323799609, -0.5654723009760739, -1.0199337981416987, -1.097052145567896, -0.4419467660506086, -0.2691539995886225, -0.8827328074037857, -0.9487483671220908, -0.8827328074037857, -1.1810078323799609, -1.2728610407066148, -1.097052145567896, -1.3738230283466193, 0.10326349126804044, -0.610948619819499, -0.8827328074037857, -0.5222832225422646, -0.763746220522809, -0.5222832225422646, -0.7097788981122168, -0.610948619819499, -0.9487483671220908, -1.0199337981416987, -0.6589564219147385, -0.4811695868599984, 0.019010091659630343, -0.003452628270547289, -0.12582174294262474, -1.2728610407066148, -1.2728610407066148, -0.5222832225422646, -0.8212454640552385, -0.6589564219147385, -0.8212454640552385, -1.1810078323799609, -0.6589564219147385, -1.097052145567896, -0.8212454640552385, -1.1810078323799609, -0.09987476652370324, -1.097052145567896, -0.33409958523925626, -0.6589564219147385, -1.1810078323799609, -0.5654723009760739, -0.9487483671220908, -0.8827328074037857, -1.1810078323799609, -0.610948619819499, -0.8827328074037857, -0.763746220522809, -1.1810078323799609, -0.6589564219147385, -1.2728610407066148, -0.15259765154875118, -0.07470752652597118, -1.0199337981416987, -0.4811695868599984, -1.097052145567896, -0.30100218315891536, 0.4028658032308747, -1.097052145567896, -1.0199337981416987, -1.097052145567896, -1.1810078323799609, 0.10326349126804044, -1.097052145567896, -1.097052145567896, -0.8212454640552385, -1.4852037265375182, -0.4811695868599984, -0.9487483671220908, -1.2728610407066148, -1.1810078323799609, -1.6082569160768607, -0.763746220522809, -0.33409958523925626, -0.610948619819499, -1.2728610407066148, -0.8827328074037857, -1.097052145567896, -1.1810078323799609, -0.9487483671220908, -1.0199337981416987, -0.7097788981122168, -0.8212454640552385, -0.6589564219147385, -1.097052145567896, -0.763746220522809, -0.8212454640552385, -0.9487483671220908, -0.9487483671220908, -0.610948619819499, -0.7097788981122168, -0.4419467660506086, -0.9487483671220908, -0.8827328074037857, -1.2728610407066148, -0.9487483671220908, -1.1810078323799609, -1.0199337981416987, -0.610948619819499, -1.2728610407066148, -1.0199337981416987, -1.0199337981416987, -1.2728610407066148, -0.6589564219147385, -0.9487483671220908, -0.8827328074037857, -0.8212454640552385, -0.8827328074037857, -0.763746220522809, 0.06219992140576724, -0.4811695868599984, -0.7097788981122168, -0.8212454640552385, -1.1810078323799609, 0.7514507407711774, -1.1810078323799609, -1.1810078323799609, -1.3738230283466193, 0.019010091659630343, -0.9487483671220908, -1.7438367743788212, -0.8827328074037857, -1.3738230283466193, -1.7438367743788212, -0.610948619819499, -0.4811695868599984, -1.4852037265375182, -1.097052145567896, -1.2728610407066148, -0.33409958523925626, -0.8827328074037857, -1.0199337981416987, -0.7097788981122168, -0.8827328074037857, -0.610948619819499, -0.7097788981122168, -0.6589564219147385, -0.8827328074037857, -0.8212454640552385, -0.610948619819499, -0.7097788981122168, -0.8827328074037857, -0.763746220522809, -0.6589564219147385, -1.0199337981416987, -0.7097788981122168, -0.7097788981122168, -0.8212454640552385, -1.0199337981416987, -0.09987476652370324, -0.4419467660506086, -0.5654723009760739, -0.7097788981122168, -1.1810078323799609, -0.6589564219147385, -0.5654723009760739, -0.7097788981122168, -1.3738230283466193, -0.8212454640552385, -1.097052145567896, -0.610948619819499, -0.610948619819499, -1.2728610407066148, -0.5654723009760739, -0.6589564219147385, -0.4419467660506086, -1.2728610407066148, -0.763746220522809, -1.097052145567896, -0.8212454640552385, -1.097052145567896, -0.9487483671220908, -0.7097788981122168, -0.9487483671220908, -1.2728610407066148, -1.097052145567896, -1.0199337981416987, -0.5654723009760739, 0.43035625354487306, -0.5222832225422646, -0.5222832225422646, -0.6589564219147385, -0.610948619819499, -0.6589564219147385, -1.0199337981416987, -0.763746220522809, 0.5897778071369258, -1.097052145567896, -0.763746220522809, -0.4811695868599984, -0.8212454640552385, -0.4419467660506086, -1.1810078323799609, -0.4811695868599984, -0.9487483671220908, -1.097052145567896, -1.097052145567896, -0.9487483671220908, -0.7097788981122168, -0.8827328074037857, -0.8212454640552385, -0.8827328074037857, -0.4044530069162582, -1.097052145567896, -0.4419467660506086, -1.097052145567896, -0.5654723009760739, -0.4419467660506086, -1.0199337981416987, -0.9487483671220908, -0.33409958523925626, -0.8212454640552385, -1.097052145567896, -0.8827328074037857, -1.097052145567896, -1.0199337981416987, 0.7514507407711774, -0.9487483671220908, -1.097052145567896, -0.30100218315891536, -1.1810078323799609, 0.08298442935789113, -0.610948619819499, -0.5654723009760739, -1.1810078323799609, -0.30100218315891536, -1.1810078323799609, -0.4419467660506086, -0.763746220522809, -0.8827328074037857, -1.2728610407066148, -1.097052145567896, -1.1810078323799609, -0.4044530069162582, -1.1810078323799609, -1.3738230283466193, -0.9487483671220908, -0.8212454640552385, -0.9487483671220908, -0.4044530069162582, -0.5222832225422646, -1.1810078323799609, -0.9487483671220908, -0.4419467660506086, -0.5222832225422646, -1.3738230283466193, -0.8212454640552385, -0.8212454640552385, -0.8212454640552385, -0.7097788981122168, -0.7097788981122168, -0.6589564219147385, -0.9487483671220908, -1.0199337981416987, -1.1810078323799609, -1.1810078323799609, -1.2728610407066148, -0.9487483671220908, -0.8827328074037857, -1.2728610407066148, -0.6589564219147385, -0.4811695868599984, -0.9487483671220908, -0.7097788981122168, -0.2691539995886225, -1.1810078323799609, -0.8827328074037857, -1.1810078323799609, -0.7097788981122168, -1.3738230283466193, -0.8212454640552385, -1.1810078323799609, -0.4811695868599984, -1.3738230283466193, -0.5222832225422646, -0.7097788981122168, -1.1810078323799609, -0.5222832225422646, -0.7097788981122168, -0.763746220522809, -1.097052145567896, -0.4811695868599984, -0.7097788981122168, -0.5654723009760739, -0.7097788981122168, -0.5222832225422646, -0.8212454640552385, -0.6589564219147385, -1.097052145567896, -0.4044530069162582, -1.1810078323799609, -1.0199337981416987, -0.8212454640552385, -0.8827328074037857, -0.610948619819499, -0.8827328074037857, -0.610948619819499, -0.7097788981122168, -0.5222832225422646, -1.3738230283466193, -0.9487483671220908, -1.6082569160768607, -0.8827328074037857, -0.8827328074037857, -1.4852037265375182, -1.0199337981416987, -0.610948619819499, -0.7097788981122168, -0.763746220522809, -0.12582174294262474, -0.8212454640552385, -0.763746220522809, -0.9487483671220908, -0.9487483671220908, -0.4044530069162582, -1.0199337981416987, -1.1810078323799609, -1.2728610407066148, -1.097052145567896, -0.18025642447936974, -1.1810078323799609, -0.6589564219147385, -0.6589564219147385, -0.5222832225422646, -0.763746220522809, -0.8212454640552385, -0.8827328074037857, -0.610948619819499, -0.5222832225422646, -1.097052145567896, -0.9487483671220908, -1.097052145567896, -0.7097788981122168, -1.1810078323799609, -0.6589564219147385, -0.9487483671220908, -1.097052145567896, -0.8212454640552385, -0.7097788981122168, -0.6589564219147385, -0.9487483671220908, -0.15259765154875118, -0.8212454640552385, -0.6589564219147385, -0.5654723009760739, -0.6589564219147385, -1.097052145567896, -1.6082569160768607, -0.3685459184455243, -1.1810078323799609, -0.7097788981122168, -1.6082569160768607, -0.610948619819499, -1.4852037265375182, -0.7097788981122168, -1.0199337981416987, -0.23846578116450515, -0.8827328074037857, -0.5654723009760739, -0.18025642447936974, -1.097052145567896, -0.8212454640552385, -1.2728610407066148, -0.5654723009760739, -0.5222832225422646, -0.8827328074037857, -0.763746220522809, -0.4419467660506086, -1.1810078323799609, -0.6589564219147385, -0.4044530069162582, -0.8827328074037857, -0.4044530069162582, -1.097052145567896, -0.763746220522809, -0.763746220522809, -0.4811695868599984, -0.8212454640552385, -1.097052145567896, -0.610948619819499, -0.20885734781854748, -0.610948619819499, -0.7097788981122168, -1.7438367743788212, -0.8212454640552385, -0.3685459184455243, -0.8212454640552385, -0.763746220522809, -0.6589564219147385, -1.1810078323799609, -0.8212454640552385, -0.4044530069162582, -0.610948619819499, -0.4419467660506086, -0.9487483671220908, -0.763746220522809, -0.9487483671220908, -0.5654723009760739, -0.9487483671220908, -1.3738230283466193, -0.6589564219147385, -0.30100218315891536, -0.8827328074037857, -0.4811695868599984, -0.8827328074037857, -0.6589564219147385, -1.3738230283466193, -0.6589564219147385, -0.6589564219147385, -0.7097788981122168, -0.8212454640552385, -0.3685459184455243, -0.30100218315891536, -0.8827328074037857, -1.2728610407066148, -0.8212454640552385, -0.7097788981122168, -0.610948619819499, 0.04088434375565258, -0.8827328074037857, -1.6082569160768607, -1.097052145567896, -0.5654723009760739, -0.4419467660506086, -0.3685459184455243, -1.097052145567896, -0.8212454640552385, -1.6082569160768607, -0.5654723009760739, -0.9487483671220908, -0.4419467660506086, -0.8827328074037857, -0.4419467660506086, 0.5077542733542342, -0.33409958523925626, -0.8827328074037857, -0.6589564219147385, -0.763746220522809, -1.1810078323799609, -1.1810078323799609, 0.3744341052544156, -1.1810078323799609, -1.3738230283466193, -0.763746220522809, -0.6589564219147385, -1.0199337981416987, -0.33409958523925626, -0.6589564219147385, -0.8827328074037857, -0.8827328074037857, -0.7097788981122168, -1.1810078323799609, -0.4419467660506086, -0.6589564219147385, -0.5222832225422646, -0.610948619819499, -1.0199337981416987, -1.1810078323799609, -0.9487483671220908, -1.3738230283466193, 0.3598447852340691, -0.8212454640552385, -0.9487483671220908, -0.3685459184455243, -0.3685459184455243, -0.763746220522809, -0.610948619819499, -0.763746220522809, -1.1810078323799609, -1.0199337981416987, -0.30100218315891536, -0.33409958523925626, -0.8827328074037857, -1.2728610407066148, -0.763746220522809, -0.6589564219147385, 0.24984938124766265, -0.8212454640552385, -1.1810078323799609, -0.9487483671220908, -1.0199337981416987, -0.8212454640552385, -1.1810078323799609, -0.6589564219147385, -0.8827328074037857, -0.5222832225422646, -0.5222832225422646, -0.763746220522809, -1.2728610407066148, -0.610948619819499, -0.8827328074037857, -0.8827328074037857, -1.0199337981416987, -0.8212454640552385, -0.33409958523925626, -0.5222832225422646, -0.7097788981122168, -0.3685459184455243, -0.8827328074037857, -0.7097788981122168, -0.610948619819499, -1.097052145567896, -0.610948619819499, 0.8218187796926252, -1.3738230283466193, -1.0199337981416987, -0.610948619819499, -0.6589564219147385, -0.9487483671220908, -0.8212454640552385, -0.7097788981122168, -0.6589564219147385, -0.9487483671220908, -0.8212454640552385, -1.0199337981416987, -1.6082569160768607, -1.3738230283466193, -0.9487483671220908, -0.9487483671220908, -0.763746220522809, -1.097052145567896, -0.763746220522809, -0.9487483671220908, -0.8212454640552385, -0.5222832225422646, -0.4044530069162582, -1.1810078323799609, -0.9487483671220908, -1.0199337981416987, -0.4044530069162582, -1.3738230283466193, -0.7097788981122168, -1.2728610407066148, -0.763746220522809, -0.9487483671220908, -0.610948619819499, -0.610948619819499, -0.5222832225422646, -0.5222832225422646, -0.8212454640552385, -0.3685459184455243, -0.6589564219147385, -1.0199337981416987, -0.9487483671220908, -0.6589564219147385, -1.097052145567896, -1.097052145567896, -0.8827328074037857, -1.1810078323799609, -0.8827328074037857, -0.6589564219147385, -0.8212454640552385, -0.6589564219147385, -0.763746220522809, 0.5785451359503261, -0.8212454640552385, -0.610948619819499, -0.610948619819499, -0.763746220522809, -0.3685459184455243, -1.2728610407066148, -1.097052145567896, -0.610948619819499, -0.8212454640552385, -1.097052145567896, 0.3744341052544156, -0.8212454640552385, -0.6589564219147385, -0.8827328074037857, -0.7097788981122168, -1.097052145567896, -0.6589564219147385, -0.763746220522809, -0.8212454640552385, -1.3738230283466193, 0.06219992140576724, -0.610948619819499, -0.7097788981122168, -0.5222832225422646, -0.763746220522809, -0.9487483671220908, -1.1810078323799609, -0.4811695868599984, -0.5654723009760739, -0.15259765154875118, -0.8212454640552385, -0.763746220522809, -0.763746220522809, -1.097052145567896, -0.33409958523925626, -0.763746220522809, -0.8827328074037857, -0.610948619819499, -0.6589564219147385, -0.3685459184455243, -0.4811695868599984, -0.33409958523925626, -0.9487483671220908, -0.9487483671220908, -0.4811695868599984, -0.8212454640552385, -0.4811695868599984, -0.7097788981122168, -0.763746220522809, -0.9487483671220908, -0.610948619819499, -1.1810078323799609, -1.2728610407066148, -0.5654723009760739, -0.8212454640552385, -0.8827328074037857, -0.7097788981122168, -1.0199337981416987, -1.097052145567896, -0.8827328074037857, -0.9487483671220908, -0.8212454640552385, -0.12582174294262474, -0.33409958523925626, -1.2728610407066148, -1.1810078323799609, -0.4419467660506086, -0.4044530069162582, -1.1810078323799609, -0.4419467660506086, -0.6589564219147385, -0.6589564219147385, -0.2691539995886225, -0.4044530069162582, -0.610948619819499, -0.763746220522809, -0.610948619819499, -1.097052145567896, 0.6437664353058674, 0.1423989477461164, -0.7097788981122168, -0.050275031360511285, -0.610948619819499, -0.8827328074037857, -0.6589564219147385, 0.8788408804257692, -0.9487483671220908, -0.07470752652597118, -0.763746220522809, -0.610948619819499, -0.610948619819499, -0.4044530069162582, -0.8827328074037857, -0.6589564219147385, -0.8212454640552385, -0.610948619819499, -0.5654723009760739, -1.0199337981416987, -0.9487483671220908, -0.8827328074037857, -1.4852037265375182, -0.9487483671220908, -0.5654723009760739, -1.1810078323799609, -0.5222832225422646, -1.2728610407066148, -0.763746220522809, -0.763746220522809, -1.0199337981416987, -0.7097788981122168, -0.4044530069162582, -0.5654723009760739, -0.5654723009760739, -0.8212454640552385, -0.4419467660506086, -0.610948619819499, -0.9487483671220908, -0.8827328074037857, -0.8827328074037857, -0.8827328074037857, -0.5654723009760739, -1.0199337981416987, -0.18025642447936974, -0.610948619819499, -0.6589564219147385, -0.9487483671220908, -0.6589564219147385, -0.8827328074037857, -0.763746220522809, -0.07470752652597118, -0.8212454640552385, -0.9487483671220908, -1.1810078323799609, -0.3685459184455243, -0.050275031360511285, 0.5077542733542342, -0.8827328074037857, -0.8212454640552385, -0.763746220522809, 0.31447377269027177, -0.7097788981122168, -0.8212454640552385, -0.763746220522809, -0.763746220522809, -0.610948619819499, -0.8827328074037857, -1.097052145567896, -0.610948619819499, -0.763746220522809, -0.8827328074037857, -0.18025642447936974, -0.8827328074037857, -0.33409958523925626, -0.4419467660506086, -0.8212454640552385, -1.0199337981416987, -1.097052145567896, -0.8212454640552385, -0.9487483671220908, -0.8212454640552385, -0.763746220522809, -0.8212454640552385, -0.8827328074037857, -0.763746220522809, -0.8827328074037857, -1.1810078323799609, -0.610948619819499, -0.8212454640552385, -0.8827328074037857, -0.610948619819499, -0.5222832225422646, -0.5654723009760739, -0.9487483671220908, -0.610948619819499, -0.7097788981122168, -0.4811695868599984, -0.6589564219147385, -1.2728610407066148, -0.4811695868599984, -1.3738230283466193, -0.5654723009760739, -0.6589564219147385, -1.2728610407066148, -0.7097788981122168, -1.097052145567896, 0.5077542733542342, -0.4811695868599984, -1.2728610407066148, -0.02653603321383245, -1.0199337981416987, -0.8212454640552385, -1.097052145567896, -1.1810078323799609, -0.8212454640552385, -1.097052145567896, -0.4044530069162582, -0.4419467660506086, -0.4811695868599984, -1.0199337981416987, -0.610948619819499, -0.8212454640552385, 0.08298442935789113, -0.8827328074037857, -0.4419467660506086, -0.8827328074037857, -0.9487483671220908, -0.763746220522809, -0.5222832225422646, -0.7097788981122168, -0.3685459184455243, -0.763746220522809, -0.9487483671220908, -0.2691539995886225, -0.8212454640552385, -0.5654723009760739, -1.0199337981416987, -0.9487483671220908, -0.8212454640552385, -0.7097788981122168, -0.5654723009760739, -0.7097788981122168, -0.8827328074037857, -0.5654723009760739, -1.097052145567896, -1.097052145567896, -0.33409958523925626, -0.4419467660506086, -1.1810078323799609, -1.2728610407066148, -0.30100218315891536, -0.9487483671220908, -0.9487483671220908, -0.763746220522809, -0.8827328074037857, -0.6589564219147385, -1.0199337981416987, -0.6589564219147385, -0.4811695868599984, -1.097052145567896, -1.2728610407066148, -1.097052145567896, -0.8827328074037857, -0.7097788981122168, -0.050275031360511285, -1.2728610407066148, 0.7234420010305437, -1.1810078323799609, -0.610948619819499, -0.5222832225422646, -0.18025642447936974, -0.8212454640552385, -0.763746220522809, -0.8827328074037857, -0.8827328074037857, -0.6589564219147385, -0.610948619819499, -1.2728610407066148, -1.2728610407066148, -0.6589564219147385, -0.610948619819499, -0.8827328074037857, -1.1810078323799609, -0.7097788981122168, -0.8212454640552385, -0.610948619819499, -1.0199337981416987, -0.5654723009760739, -0.763746220522809, -0.8212454640552385, -0.8212454640552385, -0.5654723009760739, -0.4811695868599984, -0.5222832225422646, -0.7097788981122168, -0.30100218315891536, -0.8827328074037857, -0.8827328074037857, -0.4044530069162582, -1.1810078323799609, -0.4044530069162582, -0.610948619819499, -0.9487483671220908, -0.5654723009760739, -1.2728610407066148, -0.7097788981122168, -0.8827328074037857, -1.0199337981416987, -0.763746220522809, 0.04088434375565258, -0.763746220522809, -0.9487483671220908, -0.8827328074037857, -1.0199337981416987, -0.4419467660506086, -0.5654723009760739, -0.7097788981122168, -0.6589564219147385, -0.15259765154875118, -0.5654723009760739, -0.30100218315891536, -0.4419467660506086, 0.1978567684279086, -0.4419467660506086, -0.6589564219147385, -0.5654723009760739, -0.8827328074037857, -0.763746220522809, -1.097052145567896, -0.763746220522809, -0.2691539995886225, -0.8212454640552385, -0.9487483671220908, -0.5222832225422646, -0.18025642447936974, -0.8212454640552385, -0.33409958523925626, -0.763746220522809, -1.0199337981416987, -0.610948619819499, -0.5222832225422646, -1.0199337981416987, -0.8827328074037857, -0.3685459184455243, -0.8212454640552385, -0.9487483671220908, -0.4811695868599984, -1.3738230283466193, -0.2691539995886225, -0.2691539995886225, -0.33409958523925626, -0.5222832225422646, -1.0199337981416987, -0.5654723009760739, -1.1810078323799609, -0.33409958523925626, -0.610948619819499, -0.12582174294262474, -1.0199337981416987, -0.7097788981122168, -0.6589564219147385, -0.6589564219147385, -0.7097788981122168, -0.9487483671220908, -0.610948619819499, -0.4419467660506086, -0.6589564219147385, -0.5654723009760739, -0.610948619819499, -0.8212454640552385, -0.7097788981122168, 0.495345506215379, -0.18025642447936974, -1.097052145567896, -0.6589564219147385, -0.30100218315891536, -1.097052145567896, -0.5654723009760739, -0.7097788981122168, -0.8212454640552385, -0.33409958523925626, -0.4811695868599984, -0.4419467660506086, -1.2728610407066148, -0.5654723009760739, -0.8212454640552385, -0.8827328074037857, -0.6589564219147385, -0.6589564219147385, -0.6589564219147385, -0.763746220522809, -0.8827328074037857, -0.4811695868599984, -1.097052145567896, -0.6589564219147385, -1.1810078323799609, -0.5654723009760739, -0.3685459184455243, -0.5654723009760739, 0.5439045528286695, -0.3685459184455243, 0.31447377269027177, -0.8212454640552385, -0.763746220522809, 0.019010091659630343, 0.1423989477461164, 0.43035625354487306, -0.8212454640552385, -0.4044530069162582, -0.7097788981122168, -1.1810078323799609, -0.8827328074037857, -0.6589564219147385, -0.8212454640552385, -1.6082569160768607, -0.763746220522809, 0.2987824642031955, -0.9487483671220908, -0.20885734781854748, -0.610948619819499, -0.4419467660506086, -0.5222832225422646, -0.610948619819499, -0.5222832225422646, 0.26648240481610336, -0.5654723009760739, -0.4044530069162582, -0.23846578116450515, -1.3738230283466193, -0.8212454640552385, -0.610948619819499, -0.4811695868599984, 0.10326349126804044, -1.0199337981416987, -0.8212454640552385, -0.9487483671220908, -0.8212454640552385, -0.4419467660506086, -1.2728610407066148, -1.3738230283466193, -0.9487483671220908, -0.6589564219147385, -0.5654723009760739, -0.5654723009760739, -0.5222832225422646, -0.30100218315891536, -1.4852037265375182, -0.4811695868599984, -0.8212454640552385, -0.8827328074037857, -0.5654723009760739, -0.12582174294262474, -0.8212454640552385, -1.097052145567896, -0.4419467660506086, -0.9487483671220908, -0.8827328074037857, -0.02653603321383245, -0.4811695868599984, -1.3738230283466193, -0.4419467660506086, -0.610948619819499, -0.4419467660506086, -0.5222832225422646, -1.0199337981416987, -0.763746220522809, -0.4044530069162582, -0.610948619819499, 0.6845610570003691, -0.763746220522809, -1.2728610407066148, -0.8212454640552385, 0.4028658032308747, -0.4419467660506086, -0.5654723009760739, -0.07470752652597118, -1.1810078323799609, -0.33409958523925626, -0.6589564219147385, -1.097052145567896, -0.763746220522809, -0.5222832225422646, -1.0199337981416987, -0.7097788981122168, -1.0199337981416987, -0.5222832225422646, -0.8827328074037857, -0.7097788981122168, -0.6589564219147385, 0.10326349126804044, -1.0199337981416987, -0.9487483671220908, -0.7097788981122168, -0.8827328074037857, -0.7097788981122168, -0.610948619819499, -1.097052145567896, -0.9487483671220908, 0.7696108192334259, -0.3685459184455243, 0.5897778071369258, -0.4044530069162582, -0.5654723009760739, -0.3685459184455243, -0.8212454640552385, -0.5222832225422646, -0.5222832225422646, -0.3685459184455243, -0.5654723009760739, -0.9487483671220908, -0.07470752652597118, -0.5654723009760739, -0.8212454640552385, -0.5654723009760739, -0.6589564219147385, -0.4811695868599984, -0.6589564219147385, -0.7097788981122168, -0.4044530069162582, -0.8212454640552385, -0.5222832225422646, -0.610948619819499, -0.33409958523925626, 0.5320286144541501, -0.33409958523925626, -0.050275031360511285, -0.763746220522809, -0.8827328074037857, -0.4811695868599984, -0.7097788981122168, -0.2691539995886225, -0.5654723009760739, -0.5654723009760739, -0.4811695868599984, -0.5654723009760739, -0.5222832225422646, -0.610948619819499, -0.7097788981122168, -0.4811695868599984, -0.763746220522809, 0.2987824642031955, -0.5654723009760739, -0.4811695868599984, -0.8827328074037857, -0.5222832225422646, -0.610948619819499, -0.5222832225422646, -0.4419467660506086, -0.610948619819499, -0.5222832225422646, -0.8827328074037857, -0.5654723009760739, -0.4811695868599984, -0.763746220522809, -0.6589564219147385, -0.610948619819499, -0.4044530069162582, -0.23846578116450515, -0.4811695868599984, 0.9395379086256184, -0.20885734781854748, -0.12582174294262474, -0.5654723009760739, -0.9487483671220908, -0.4419467660506086, -0.8827328074037857, -0.6589564219147385, -0.4811695868599984, -0.8212454640552385, -0.9487483671220908, -0.9487483671220908, -0.5654723009760739, -0.33409958523925626, 0.1978567684279086, -0.7097788981122168, -0.610948619819499, -0.5222832225422646, -0.8827328074037857, -0.763746220522809, -1.1810078323799609, 0.4028658032308747, -1.0199337981416987, -0.6589564219147385, -0.8827328074037857, -0.7097788981122168, -0.23846578116450515, -0.4419467660506086, -0.7097788981122168, -0.8827328074037857, -0.7097788981122168, -0.7097788981122168, -0.7097788981122168, 0.2155510685011655, -1.097052145567896, -0.33409958523925626, -1.0199337981416987, -0.610948619819499, -0.610948619819499, -0.763746220522809, -1.097052145567896, -0.5654723009760739, -0.5222832225422646, -0.8827328074037857, -0.610948619819499, -0.8212454640552385, -0.4811695868599984, -0.4419467660506086, -0.4044530069162582, -0.763746220522809, -1.0199337981416987, -0.8827328074037857, -0.6589564219147385, -1.1810078323799609, -0.5222832225422646, -0.5654723009760739, -0.610948619819499, -1.3738230283466193, -0.610948619819499, -0.4044530069162582, -0.30100218315891536, -0.003452628270547289, -0.3685459184455243, -0.4811695868599984, -0.8212454640552385, -0.09987476652370324, -0.610948619819499, -0.07470752652597118, 0.813342696925167, -0.4419467660506086, -0.4811695868599984, 0.08298442935789113, -0.3685459184455243, -0.610948619819499, 0.10326349126804044, -0.050275031360511285, 0.6745490414283104, -0.6589564219147385, -0.33409958523925626, 0.5439045528286695, -0.763746220522809, -0.5654723009760739, -0.610948619819499, -0.610948619819499, -0.7097788981122168, -1.097052145567896, -0.8827328074037857, -1.2728610407066148, -0.610948619819499, -0.6589564219147385, -0.9487483671220908, -0.610948619819499, -0.30100218315891536, -0.610948619819499, -0.610948619819499, -0.610948619819499, -0.763746220522809, -0.02653603321383245, -0.7097788981122168, -0.12582174294262474, -0.7097788981122168, -0.763746220522809, -1.097052145567896, -0.7097788981122168, -0.610948619819499, -0.18025642447936974, -0.610948619819499, -0.8212454640552385, -1.0199337981416987, -0.4419467660506086, -0.763746220522809, -1.1810078323799609, -0.33409958523925626, -0.5654723009760739, -0.7097788981122168, -1.0199337981416987, -1.0199337981416987, -0.6589564219147385, -0.3685459184455243, -0.610948619819499, -0.610948619819499, -0.7097788981122168, -0.5654723009760739, -0.6589564219147385, 0.32987433274570105, -0.4419467660506086, -1.0199337981416987, 0.04088434375565258, -0.3685459184455243, -0.4044530069162582, -0.7097788981122168, -0.9487483671220908, -0.4044530069162582, -0.6589564219147385, -0.18025642447936974, -0.610948619819499, -0.8827328074037857, -0.5222832225422646, -0.4811695868599984, -0.763746220522809, -0.3685459184455243, -0.7097788981122168, -0.4811695868599984, -1.6082569160768607, -0.9487483671220908, -0.8212454640552385, -0.5222832225422646, -0.8827328074037857, -0.30100218315891536, -0.610948619819499, -1.1810078323799609, -0.4419467660506086, -0.4811695868599984, -0.5654723009760739, -0.4044530069162582, -0.8827328074037857, -0.5654723009760739, -0.3685459184455243, -0.7097788981122168, -0.7097788981122168, -0.9487483671220908, 0.4028658032308747, -0.6589564219147385, -0.8827328074037857, -0.9487483671220908, -0.4419467660506086, -0.18025642447936974, -0.4811695868599984, -0.8827328074037857, -0.8212454640552385, -0.4419467660506086, -0.3685459184455243, -0.763746220522809, -0.9487483671220908, -0.8212454640552385, -0.6589564219147385, -0.20885734781854748, 0.7422192652265392, -0.12582174294262474, -0.4811695868599984, -0.5222832225422646, -0.8212454640552385, -0.8212454640552385, -1.0199337981416987, -0.7097788981122168, -0.6589564219147385, -0.763746220522809, -0.4811695868599984, -0.15259765154875118, -0.9487483671220908, -0.9487483671220908, -0.3685459184455243, -0.763746220522809, -0.9487483671220908, -0.6589564219147385, -0.7097788981122168, -0.8212454640552385, -0.4419467660506086, -0.8827328074037857, -1.1810078323799609, -0.5654723009760739, -0.4419467660506086, -0.5222832225422646, -0.5222832225422646, -0.7097788981122168, -0.2691539995886225, 0.2328769564281285, 0.9892279030212688, -0.33409958523925626, 0.3449946787974173, -0.8827328074037857, -0.5222832225422646, -0.763746220522809, -0.9487483671220908, -0.763746220522809, -0.4811695868599984, -0.5654723009760739, -1.7438367743788212, -0.6589564219147385, -0.5654723009760739, -0.8827328074037857, -0.6589564219147385, -0.8827328074037857, 0.4569655888400225, -0.8827328074037857, -1.097052145567896, -0.5654723009760739, -0.3685459184455243, -0.5654723009760739, -0.8212454640552385, -1.0199337981416987, -0.9487483671220908, -1.2728610407066148, -0.8827328074037857, -0.3685459184455243, -0.8212454640552385, 0.06219992140576724, -0.4811695868599984, -0.763746220522809, -0.23846578116450515, -0.8212454640552385, -0.5222832225422646, -0.610948619819499, 0.3744341052544156, -0.5222832225422646, -0.610948619819499, -0.8212454640552385, -0.5654723009760739, -0.6589564219147385, -0.4811695868599984, -0.7097788981122168, 0.06219992140576724, -0.610948619819499, -0.8212454640552385, -0.5654723009760739, -0.20885734781854748, -0.6589564219147385, -0.9487483671220908, -0.7097788981122168, -0.4419467660506086, -0.610948619819499, -0.5222832225422646, -0.5654723009760739, -0.8212454640552385, -1.097052145567896, -0.9487483671220908, -0.763746220522809, -0.12582174294262474, -0.7097788981122168, -0.6589564219147385, -0.610948619819499, -0.8827328074037857, -0.6589564219147385, -0.6589564219147385, -0.6589564219147385, -0.4811695868599984, -0.18025642447936974, -0.9487483671220908, -0.9487483671220908, -0.8212454640552385, -0.6589564219147385, -0.5654723009760739, -1.0199337981416987, -0.5654723009760739, -0.9487483671220908, -0.4419467660506086, -0.8827328074037857, -0.5222832225422646, -0.610948619819499, -0.763746220522809, -0.20885734781854748, -0.610948619819499, -0.8827328074037857, -0.7097788981122168, -1.1810078323799609, -0.18025642447936974, 0.24984938124766265, -0.5654723009760739, 0.06219992140576724, -0.4419467660506086, -0.4044530069162582, 0.38877160641867503, 0.26648240481610336, -0.6589564219147385, -0.4419467660506086, -0.5654723009760739, -0.7097788981122168, 0.019010091659630343, -1.097052145567896, -0.763746220522809, -0.3685459184455243, -0.33409958523925626, -0.3685459184455243, 0.26648240481610336, 0.24984938124766265, 0.8709312391117819, -0.4044530069162582, -0.9487483671220908, -1.0199337981416987, -0.9487483671220908, -0.8212454640552385, -0.6589564219147385, 0.4028658032308747, -0.8212454640552385, -0.6589564219147385, -1.0199337981416987, -0.4419467660506086, -0.23846578116450515, -0.763746220522809, -0.7097788981122168, -1.0199337981416987, -0.23846578116450515, -0.4811695868599984, -0.4044530069162582, -0.9487483671220908, -1.097052145567896, -0.5654723009760739, -0.30100218315891536, -0.15259765154875118, -0.3685459184455243, -0.8827328074037857, -0.8212454640552385, -0.4811695868599984, -0.5222832225422646, -0.5222832225422646, -0.7097788981122168, -0.8212454640552385, -0.3685459184455243, -0.8827328074037857, -0.6589564219147385, -0.610948619819499, -0.4419467660506086, -0.8827328074037857, -0.4811695868599984, 0.26648240481610336, -0.3685459184455243, -0.610948619819499, -0.763746220522809, 0.24984938124766265, -0.7097788981122168, -0.7097788981122168, 0.4437675280545546, 0.2155510685011655, -0.8827328074037857, -0.763746220522809, -0.610948619819499, -0.3685459184455243, -0.610948619819499, -0.8212454640552385, -0.4419467660506086, -0.610948619819499, -0.610948619819499, -0.3685459184455243, -0.763746220522809, 0.7605805211488471, -0.6589564219147385, -1.097052145567896, -1.097052145567896, -0.610948619819499, -0.5222832225422646, -0.4811695868599984, -0.5222832225422646, -0.763746220522809, -0.6589564219147385, -1.097052145567896, -0.5654723009760739, 0.04088434375565258, -0.33409958523925626, -0.763746220522809, -0.33409958523925626, -0.5222832225422646, -0.6589564219147385, -0.5654723009760739, -1.2728610407066148, -0.4811695868599984, -0.763746220522809, -0.3685459184455243, -0.4419467660506086, 0.4437675280545546, -0.8212454640552385, -0.4419467660506086, -1.0199337981416987, -0.5654723009760739, -0.8827328074037857, 0.43035625354487306, -0.33409958523925626, -0.33409958523925626, 0.5077542733542342, -0.6589564219147385, -0.6589564219147385, -0.610948619819499, -0.30100218315891536, 0.3449946787974173, -0.5222832225422646, -0.4811695868599984, -0.4811695868599984, -0.7097788981122168, -0.8827328074037857, -0.4811695868599984, -0.5654723009760739, -0.5654723009760739, -0.5654723009760739, -0.30100218315891536, -0.8212454640552385, 0.6541548107822718, -0.8212454640552385, -0.18025642447936974, -0.9487483671220908, -0.610948619819499, 0.06219992140576724, -0.6589564219147385, -0.8212454640552385, -0.2691539995886225, -0.610948619819499, -0.8827328074037857, -0.6589564219147385, -0.30100218315891536, -0.5654723009760739, -0.4811695868599984, -0.5222832225422646, -0.6589564219147385, -0.8827328074037857, -0.763746220522809, -0.4811695868599984, -0.5654723009760739, -0.5654723009760739, 0.019010091659630343, 0.12306093341216558, -0.23846578116450515, -0.7097788981122168, -0.15259765154875118, 0.9172944369007432, -0.8212454640552385, -0.2691539995886225, -0.7097788981122168, -0.5222832225422646, -0.5654723009760739, 1.0490247129804149, -0.8827328074037857, -0.4811695868599984, -0.610948619819499, -0.8827328074037857, 0.2328769564281285, -0.763746220522809, -0.763746220522809, -0.4044530069162582, -0.4419467660506086, -0.6589564219147385, -0.8212454640552385, -0.4044530069162582, 0.08298442935789113, -0.4419467660506086, 0.12306093341216558, -0.4811695868599984, -0.5222832225422646, -0.6589564219147385, -0.33409958523925626, -0.8827328074037857, -0.8212454640552385, -0.8212454640552385, -0.12582174294262474, -0.610948619819499, -0.7097788981122168, -0.4811695868599984, -0.5654723009760739, 0.5897778071369258, -0.003452628270547289, -0.4811695868599984, -0.12582174294262474, -0.33409958523925626, -0.33409958523925626, -0.4811695868599984, -1.0199337981416987, -0.3685459184455243, -0.4419467660506086, -0.6589564219147385, -0.8212454640552385, -0.610948619819499, -0.2691539995886225, -0.6589564219147385, -0.15259765154875118, -0.5222832225422646, 0.5199802110016505, -0.610948619819499, -0.763746220522809, -0.763746220522809, -0.5222832225422646, -0.9487483671220908, -0.4044530069162582, -0.763746220522809, -0.30100218315891536, 0.38877160641867503, -0.5654723009760739, -0.5654723009760739, 0.7873814663179275, -0.30100218315891536, 0.495345506215379, -0.4419467660506086, -0.20885734781854748, -0.4044530069162582, -0.5654723009760739, -0.4811695868599984, -0.763746220522809, -0.6589564219147385, -0.7097788981122168, -0.4044530069162582, 0.24984938124766265, -0.4044530069162582, 0.1978567684279086, 0.7138914001851685, -0.7097788981122168, 0.495345506215379, -0.5222832225422646, 0.019010091659630343, -0.4419467660506086, -0.4811695868599984, -0.4419467660506086, -0.8827328074037857, 0.04088434375565258, -0.8827328074037857, -0.610948619819499, -0.763746220522809, -1.0199337981416987, -0.8212454640552385, 0.04088434375565258, -0.18025642447936974, -0.4811695868599984, -1.097052145567896, -0.6589564219147385, -0.8827328074037857, -0.2691539995886225, -0.33409958523925626, -0.8827328074037857, -0.15259765154875118, -0.09987476652370324, 0.2328769564281285, -0.3685459184455243, 0.24984938124766265, -0.4419467660506086, -1.3738230283466193, -0.20885734781854748, -0.33409958523925626, -0.33409958523925626, -0.33409958523925626, -1.2728610407066148, -0.4419467660506086, -0.2691539995886225, -0.8827328074037857, -1.2728610407066148, 0.1978567684279086, -0.6589564219147385, -0.7097788981122168, 0.6332462517129885, -1.1810078323799609, -0.09987476652370324, -0.4419467660506086, -0.6589564219147385, -1.2728610407066148, 0.26648240481610336, -0.2691539995886225, -0.23846578116450515, -0.610948619819499, -0.30100218315891536, -0.763746220522809, -0.4044530069162582, 0.6944535963475694, -0.5654723009760739, 0.6944535963475694, 0.6745490414283104, -0.050275031360511285, -0.8212454640552385, -1.0199337981416987, -0.610948619819499, 0.32987433274570105, -0.763746220522809, -1.097052145567896, -0.12582174294262474, -0.30100218315891536, -0.003452628270547289, -0.20885734781854748, -0.8827328074037857, -0.4811695868599984, 0.6944535963475694, -0.4044530069162582, -0.4044530069162582, 0.5199802110016505, -0.33409958523925626, -0.20885734781854748, 0.31447377269027177, -0.8212454640552385, -0.3685459184455243, -0.7097788981122168, -0.6589564219147385, 0.10326349126804044, 0.1978567684279086, -0.4811695868599984, -0.30100218315891536, 1.110763826872522, 0.5439045528286695, 0.6225908792506145, 0.1978567684279086, -0.5654723009760739, -0.763746220522809, -0.610948619819499, 0.4827483744902645, -0.8212454640552385, -0.33409958523925626, 0.5897778071369258, 0.6225908792506145, -0.3685459184455243, -0.4811695868599984, -0.763746220522809, -0.8212454640552385, -0.20885734781854748, -0.8827328074037857, 0.4028658032308747, -0.09987476652370324, -0.4419467660506086, -0.4419467660506086, -1.097052145567896, 0.17977814422856042, 0.924775492152588, -0.9487483671220908, -0.18025642447936974, -0.33409958523925626, -0.610948619819499, -0.003452628270547289, -0.30100218315891536, -0.15259765154875118, -0.20885734781854748, -0.4811695868599984, 0.28278927029762296, 0.3744341052544156, -0.6589564219147385, -0.18025642447936974, -1.1810078323799609, 0.32987433274570105, -0.33409958523925626, -0.18025642447936974, -0.2691539995886225, -0.7097788981122168, -0.30100218315891536, -0.8212454640552385, 0.24984938124766265, -0.8212454640552385, -0.050275031360511285, -0.2691539995886225, -0.610948619819499, -0.4419467660506086, -0.050275031360511285, -0.5222832225422646, 0.3449946787974173, -0.5654723009760739, -0.4044530069162582, -0.20885734781854748, -0.4044530069162582, -0.5222832225422646, -0.4811695868599984, -0.4419467660506086, -0.30100218315891536, -1.2728610407066148, -0.7097788981122168, -0.8827328074037857, 0.469957088629601, -0.5654723009760739, 0.2155510685011655, -0.09987476652370324, 0.6437664353058674, -0.2691539995886225, 0.08298442935789113, -0.33409958523925626, 0.6437664353058674, -0.7097788981122168, -0.30100218315891536, -0.33409958523925626, 0.6745490414283104, 0.567158255048723, -0.33409958523925626, -0.610948619819499, -0.763746220522809, -0.3685459184455243, -0.4811695868599984, -0.3685459184455243, -0.33409958523925626, -0.30100218315891536, -0.33409958523925626, -1.0199337981416987, -0.33409958523925626, -0.07470752652597118, 0.32987433274570105, -0.4811695868599984, -0.3685459184455243, 0.469957088629601, -0.050275031360511285, -0.610948619819499, 0.08298442935789113, -0.610948619819499, -0.6589564219147385, 0.28278927029762296, -0.4419467660506086, 0.1423989477461164, -0.20885734781854748, 0.10326349126804044, -0.33409958523925626, -0.763746220522809, 0.813342696925167, -0.23846578116450515, -0.15259765154875118, -0.30100218315891536, -0.4811695868599984, -0.763746220522809, 0.3744341052544156, -0.2691539995886225, -0.763746220522809, -0.610948619819499, -0.5222832225422646, 1.2008682208077273, 0.16129823701701754, -0.23846578116450515, -0.09987476652370324, -0.763746220522809, -0.33409958523925626, -0.2691539995886225, -0.18025642447936974, -0.2691539995886225, -0.5654723009760739, -0.5222832225422646, 0.8788408804257692, -0.07470752652597118, 0.5320286144541501, 0.3744341052544156, 0.6944535963475694, 0.6745490414283104, -0.5222832225422646, -1.0199337981416987, -0.6589564219147385, -0.2691539995886225, -0.4044530069162582, -0.07470752652597118, 0.4028658032308747, -0.2691539995886225, 1.1284222892728577, 0.5785451359503261, -0.4419467660506086, 0.6332462517129885, -0.610948619819499, 0.555612881730489, -0.6589564219147385, -0.4811695868599984, -0.4419467660506086, 1.1626480676080793, -0.763746220522809, 0.555612881730489, 0.38877160641867503, -0.8827328074037857, 0.12306093341216558, 0.555612881730489, -0.33409958523925626, -0.18025642447936974, -0.3685459184455243, -0.4811695868599984, -0.610948619819499, 0.06219992140576724, 0.1423989477461164, -0.8212454640552385, -0.33409958523925626, -0.3685459184455243, 0.019010091659630343, -0.4811695868599984, 0.26648240481610336, -0.09987476652370324, 0.31447377269027177, 0.2155510685011655, -0.30100218315891536, -0.20885734781854748, -0.09987476652370324, -0.2691539995886225, -0.3685459184455243, -0.20885734781854748, 0.10326349126804044, -0.6589564219147385, 0.019010091659630343, -0.09987476652370324, -0.4811695868599984, -0.30100218315891536, 1.145712010614247, -0.4044530069162582, -0.050275031360511285, 0.495345506215379, -0.4044530069162582, -0.003452628270547289, 0.469957088629601, 0.9960892316998944, -0.8827328074037857, 0.019010091659630343, 0.4028658032308747, -0.2691539995886225, 0.1978567684279086, -0.050275031360511285, 0.567158255048723, -0.7097788981122168, 0.7873814663179275, 0.1423989477461164, -0.2691539995886225, -0.5222832225422646, 1.1225778784550298, -0.09987476652370324, -0.6589564219147385, 0.08298442935789113, 0.8629453520592882, 0.7328838070951569, 0.6117968056876142, -0.12582174294262474, -0.07470752652597118, -0.20885734781854748, -0.4044530069162582, -0.3685459184455243, -0.20885734781854748, -0.33409958523925626, 0.6225908792506145, -0.30100218315891536, -0.5222832225422646, -0.4419467660506086, -0.2691539995886225, 1.1166919224878245, 0.4437675280545546, -0.02653603321383245, -0.4419467660506086, -0.30100218315891536, -0.20885734781854748, -0.610948619819499, -0.09987476652370324, -0.23846578116450515, -0.5654723009760739, -0.20885734781854748, -0.3685459184455243, -1.2728610407066148, -0.20885734781854748, -0.09987476652370324, 0.555612881730489, 0.10326349126804044, 0.8629453520592882, 0.6541548107822718, -0.02653603321383245, -0.18025642447936974, 0.5439045528286695, 0.7328838070951569, 0.7605805211488471, -0.30100218315891536, 1.0742753621730723, 0.019010091659630343, -0.003452628270547289, -0.15259765154875118, 0.6944535963475694, 0.16129823701701754, 0.4827483744902645, -0.610948619819499, 0.6437664353058674, 1.1225778784550298, 0.12306093341216558, -0.050275031360511285, -1.1810078323799609, -0.23846578116450515, 0.8629453520592882, -0.5222832225422646, -0.5222832225422646, -0.07470752652597118, 0.1423989477461164, -0.4419467660506086, -0.5654723009760739, -0.3685459184455243, 0.6745490414283104, 0.16129823701701754, 0.9540418237460904, 0.7234420010305437, 1.1682173018655422, -0.2691539995886225, 0.7514507407711774, 0.813342696925167, 0.9823092566315348, 0.019010091659630343, 0.7042294724291647, -0.12582174294262474, 0.2155510685011655, 0.5320286144541501, 0.813342696925167, -0.02653603321383245, 1.4559965197688345, 0.924775492152588, -0.2691539995886225, 0.7422192652265392, 1.2167231745651172, 0.8385151715997232, -0.2691539995886225, 1.2575760495443071, -0.2691539995886225, -0.18025642447936974, -0.33409958523925626, 0.8385151715997232, 1.0490247129804149, 0.04088434375565258, 1.1342257369551785, -0.20885734781854748, 0.5897778071369258, -0.6589564219147385, -0.15259765154875118, 0.9540418237460904, -0.07470752652597118, -0.30100218315891536, 1.2965074147140838, -0.3685459184455243, -0.610948619819499, 0.26648240481610336, -0.4419467660506086, 1.0927205622385208, 0.8548817367587987, -0.15259765154875118, -0.15259765154875118, 0.8302090316841342, 0.1423989477461164, 0.4827483744902645, -0.23846578116450515, -0.15259765154875118, -0.4044530069162582, -0.4419467660506086, 0.019010091659630343, 0.2328769564281285, 0.06219992140576724, -0.07470752652597118, -0.07470752652597118, -0.18025642447936974, -0.30100218315891536, 1.2219413962417962, -0.02653603321383245, 0.019010091659630343, 1.4240213169349376, 0.8385151715997232, 0.08298442935789113, 0.7328838070951569, -0.610948619819499, 0.7961258962960586, 0.06219992140576724, 0.019010091659630343, -0.30100218315891536, -0.30100218315891536, -0.2691539995886225, 0.4827483744902645, 0.7961258962960586, -0.07470752652597118, -0.12582174294262474, 0.12306093341216558, -0.2691539995886225, -0.30100218315891536, -0.15259765154875118, -0.7097788981122168, 1.2114718543530485, -0.3685459184455243, -0.15259765154875118, 1.0680345154467117, -0.3685459184455243, -0.30100218315891536, -0.4044530069162582, 0.8385151715997232, 0.6117968056876142, 0.16129823701701754, 1.1225778784550298, -0.15259765154875118, 0.7961258962960586, 0.38877160641867503, 0.8467388670906482, 0.4827483744902645, -0.4811695868599984, -0.050275031360511285, 0.2328769564281285, -0.18025642447936974, 0.567158255048723, -0.09987476652370324, -0.30100218315891536, -0.23846578116450515, 1.206187013259732, 1.0096436773722892, -0.5222832225422646, 0.7785437765525932, 0.4028658032308747, 0.5199802110016505, 1.272390684618421, -0.8827328074037857, 1.1847037040936512, 1.0680345154467117, -0.15259765154875118, -0.4044530069162582, -0.23846578116450515, 0.8047790115307613, 0.7422192652265392, 0.4569655888400225, 0.24984938124766265, 1.0361046664517215, 1.0742753621730723, 0.7514507407711774, -0.20885734781854748, 1.2271269338007789, -0.5654723009760739, 0.7961258962960586, 0.5199802110016505, 0.6541548107822718, 1.206187013259732, 1.31064726601473, -0.5654723009760739, -0.12582174294262474, 0.9753323276836788, 0.6644146338860083, 0.5785451359503261, 0.16129823701701754, -0.12582174294262474, 1.4715325425032086, 0.7328838070951569, 1.0927205622385208, 1.0742753621730723, 0.3598447852340691, 1.286944864096396, 1.0927205622385208, 1.1682173018655422, 0.555612881730489, -0.30100218315891536, 0.9395379086256184, -0.8212454640552385, -0.02653603321383245, -0.2691539995886225, 0.04088434375565258, 0.8385151715997232, -0.4419467660506086, 0.469957088629601, 0.9823092566315348, -0.003452628270547289, 1.029568259482725, 1.3992023076419076, 0.4569655888400225, 0.7422192652265392, 0.28278927029762296, -0.30100218315891536, 1.029568259482725, 1.7133789288439922, 0.6541548107822718, 0.43035625354487306, 1.3199414147854858, -0.2691539995886225, 0.9823092566315348, 1.206187013259732, 1.2625437759136315, 1.3153073837564584, 1.2374015757721526, 0.8218187796926252, 0.019010091659630343, 0.7961258962960586, 0.8629453520592882, 0.2155510685011655, -0.07470752652597118, 1.1284222892728577, 1.2772705632449015, 0.9321895871019228, 1.2424914711228556, 0.9823092566315348, 0.6845610570003691, -0.003452628270547289, 0.32987433274570105, 0.8385151715997232, 1.0866177004894308, 1.0096436773722892, 0.7422192652265392, 1.3012475843585043, 1.3012475843585043, -0.23846578116450515, 0.7785437765525932, 1.2322801939286987, 1.0680345154467117, 1.0680345154467117, 0.9823092566315348, 1.282121845383478, 0.9611996391515636, 1.2625437759136315, 1.1342257369551785, 0.019010091659630343, 0.019010091659630343, -0.050275031360511285, 1.1955150381780173, -0.33409958523925626, 0.9892279030212688, 1.486782323997578, 1.1225778784550298, -0.8827328074037857, 1.0742753621730723, 0.8385151715997232, 0.7785437765525932, 0.6845610570003691, 1.0987787741089492, 1.2424914711228556, 0.10326349126804044, 1.622368877096239, -0.4044530069162582, 1.2772705632449015, 0.1423989477461164, 0.9540418237460904, 1.267481870522175, -0.07470752652597118, 0.6225908792506145, 1.6287576553212648, -0.33409958523925626, -0.02653603321383245, 1.022979851258279, 0.32987433274570105, 1.4905512700193395, 1.029568259482725, 0.2987824642031955, 1.534488717669577, 1.3736160818591598, 1.3245496494238946, 1.436157225217742, 1.5521292315256976, 0.10326349126804044, 0.6745490414283104, 1.4441500943928125, -0.23846578116450515, 1.286944864096396, 1.5694016026017512, -0.33409958523925626, 0.9823092566315348, 0.8385151715997232, 0.5439045528286695, 0.9395379086256184, 1.534488717669577, 1.5694016026017512, -0.02653603321383245, 1.486782323997578, 1.7526516918896193, 0.6644146338860083, 1.3561083943636174, 1.436157225217742, 0.5785451359503261, 1.486782323997578, 1.110763826872522, -0.23846578116450515, 1.2917399466632622, 1.3649085232126303, 1.2917399466632622, 1.534488717669577, 0.8629453520592882, 1.272390684618421, -0.07470752652597118, 1.1737493252050946, 1.206187013259732, 0.9682961267836959, -0.5654723009760739, -0.15259765154875118, 0.6644146338860083, 0.9321895871019228, 0.7138914001851685, 1.0927205622385208, 0.9753323276836788, 0.8385151715997232, 1.3427302640923515, -0.2691539995886225, 1.0680345154467117, 1.0987787741089492, 1.1901270179932115, 1.1047929842661326, 1.2219413962417962, 0.9611996391515636, 0.8788408804257692, 1.6721493308156612, 0.6225908792506145, 1.4441500943928125, 1.2475502645971572, 1.2322801939286987, -0.6589564219147385, 1.1682173018655422, 1.1847037040936512, 0.6745490414283104, 1.3012475843585043, 0.8629453520592882, 1.3059607663113664, 0.7785437765525932, 0.8709312391117819, 1.0490247129804149, 0.9682961267836959, 0.4437675280545546, 1.5164640292714604, 1.029568259482725, 1.2219413962417962, 0.6008603804228769, 1.2525783338101129, 1.6126922797097667, 0.7785437765525932, 0.8302090316841342, 1.5556126619679815, 0.8629453520592882, 1.2374015757721526, 1.2917399466632622, 1.2424914711228556, 0.8629453520592882, 0.24984938124766265, 1.2965074147140838, 1.3336898668337358, 1.1901270179932115, 1.3012475843585043, 1.3516729971476298, 1.3245496494238946, 1.2424914711228556, 0.2328769564281285, 1.0804695262782609, 1.3153073837564584, 0.7042294724291647, 1.1847037040936512, 0.4167247870437325, 1.2271269338007789, 0.4827483744902645, 0.9468216123517684, 1.272390684618421, 1.1047929842661326, -0.4044530069162582, 1.9578468110274767, 0.9682961267836959, 1.7635384925938058, 0.7961258962960586, 0.6437664353058674, 1.436157225217742, 1.0617462776131996, 0.5077542733542342, 1.4943031320611793, 0.8302090316841342, -0.4811695868599984, 1.5273258759981618, 1.6061777850937582, 0.5320286144541501, 1.0490247129804149, 1.1399887913779592, 1.360520152870476, 1.3472137066319585, 1.1570411187350256, 0.8866757165446293, 1.4753714087110636, 1.2772705632449015, 1.3649085232126303, 1.3822329969204443, 1.4829961377421856, 1.1847037040936512, 1.1737493252050946, 1.2271269338007789, 1.2374015757721526, -0.07470752652597118, 1.1166919224878245, 1.286944864096396, 1.0490247129804149, 1.5929929215831382, 0.7042294724291647, 1.145712010614247, 0.9823092566315348, 1.3012475843585043, 1.1792446313061522, 1.2219413962417962, 1.3472137066319585, 1.2008682208077273, 1.3199414147854858, 1.1284222892728577, 0.7873814663179275, 1.3561083943636174, 1.0096436773722892, 1.3291323731758815, 1.2008682208077273, 1.1682173018655422, 1.1737493252050946, 1.272390684618421, 1.206187013259732, 1.2575760495443071, 1.6287576553212648, 1.7191047164480298, 1.744391567063465, 1.1626480676080793, 0.4028658032308747, 1.2424914711228556, 1.1847037040936512, 1.1847037040936512, 1.1792446313061522, -0.7097788981122168, 1.4980380642626585, 1.1626480676080793, 1.360520152870476, 1.916192826011336, 1.4075582685749015, 1.2917399466632622, 1.666088072416415, 1.463800981121958, 0.8047790115307613, 1.4676757891152343, 1.1570411187350256, 0.7234420010305437, 1.377935751777939, 1.145712010614247, 1.432131660109853, 1.2008682208077273, 0.38877160641867503, 1.6900712306622536, 1.1955150381780173, 0.9172944369007432, 1.206187013259732, 1.029568259482725, 1.1737493252050946, 1.282121845383478, 1.2424914711228556, 1.1047929842661326, 1.3561083943636174, 1.0096436773722892, 0.4827483744902645, 1.463800981121958, 0.9682961267836959, 1.2475502645971572, 1.1682173018655422, 1.0680345154467117, 1.4599079487371294, 0.6745490414283104, 1.0927205622385208, 1.145712010614247, 1.0804695262782609, 1.4905512700193395, 1.3736160818591598, 0.9172944369007432, 0.6117968056876142, 1.1955150381780173, 1.512811505563216, 0.9395379086256184, 1.0096436773722892, 1.3561083943636174, 1.1047929842661326, 1.1284222892728577, 0.8709312391117819, 1.4753714087110636, 0.9468216123517684, 1.390761135505863, 0.567158255048723, 1.2167231745651172, 1.4481177710109012, 1.565975843966556, 1.5415901033874881, 1.0361046664517215, 1.0680345154467117, 1.0361046664517215, 1.0554099239464385, 1.0617462776131996, 1.2114718543530485, 1.2322801939286987, 1.5164640292714604, 1.6959599804869574, 1.2167231745651172, 0.8302090316841342, 1.1792446313061522, 1.8235019282287457, 1.0490247129804149, 1.4676757891152343, 0.6225908792506145, 1.3561083943636174, 1.1737493252050946, 1.3059607663113664, 1.463800981121958, 1.1955150381780173, 1.4280864217409301, 1.2167231745651172, 1.436157225217742, 1.2322801939286987, 1.4481177710109012, 0.9172944369007432, 1.4829961377421856, 1.3516729971476298, 1.4715325425032086, 1.0163386084054007, 1.0163386084054007, 0.9540418237460904, 1.1682173018655422, 1.4481177710109012, 1.0617462776131996, 1.2114718543530485, 1.0866177004894308, 1.4280864217409301, 1.0096436773722892, 1.1626480676080793, 0.495345506215379, 1.0804695262782609, 1.3427302640923515, 1.2374015757721526, 1.4753714087110636, 1.0617462776131996, 1.6811587908798526, 1.6811587908798526, 1.338222406580922, 1.0804695262782609, 1.0361046664517215, 1.338222406580922, 1.6900712306622536, 1.3472137066319585, 0.8302090316841342, 1.151395941257686, 1.6630407152462012, 1.2424914711228556, 1.0554099239464385, 1.3291323731758815, 1.4481177710109012, 0.16129823701701754, 1.7953651287911798, 1.1166919224878245, 1.4520665195738487, 1.338222406580922, 1.4117048289164311, 1.3516729971476298, 0.4827483744902645, 1.5415901033874881, 1.1847037040936512, 1.206187013259732, 1.0927205622385208, 0.5320286144541501, 1.4199361496574137, 1.3427302640923515, 1.1399887913779592, 1.3336898668337358, 1.1792446313061522, 1.6029012079981342, 1.3736160818591598, 0.7042294724291647, 1.0804695262782609, 1.4715325425032086, 1.3336898668337358, 1.6841402807224397, 1.6507378282517176, 1.6476333172013116, 1.4905512700193395, 1.267481870522175, 1.360520152870476, 1.436157225217742, 1.486782323997578, 1.0804695262782609, 1.5929929215831382, 0.3449946787974173, 1.6751633945692017, 1.5795946155382563, 1.7471541123223808, 1.5054577453589555, 1.3427302640923515, 1.3291323731758815, 1.377935751777939, 1.463800981121958, 1.4520665195738487, 1.1792446313061522, 1.272390684618421, 1.3336898668337358, 1.3245496494238946, 1.1166919224878245, 0.7605805211488471, 1.4943031320611793, 1.8133806998383692, 1.3472137066319585, 1.377935751777939, 1.3059607663113664, 1.1626480676080793, 1.2965074147140838, 0.5785451359503261, 1.5829645805115566, 0.8218187796926252, 1.4980380642626585, 1.6476333172013116, 1.4715325425032086, 1.4401633074374909, 1.0490247129804149, 1.110763826872522, 1.1399887913779592, 1.6126922797097667, 1.2917399466632622, 0.6437664353058674, 1.7047152807437216, 1.4280864217409301, 1.2167231745651172, 1.538047026557269, 1.0361046664517215, 0.5785451359503261, 1.267481870522175, 1.0927205622385208, 1.4559965197688345, 0.9753323276836788, 1.286944864096396, 1.545118077982832, 1.1682173018655422, 1.206187013259732, 1.5237210750479824, 1.4753714087110636, 1.2575760495443071, 1.436157225217742, 1.022979851258279, 1.2917399466632622, 1.6900712306622536, 1.6841402807224397, 1.6094414418387792, 1.5963088807819543, 1.559081493218999, 0.5199802110016505, 1.2575760495443071, 0.6225908792506145, 1.2322801939286987, 1.1342257369551785, 1.4280864217409301, 1.2917399466632622, 1.1570411187350256, 1.0490247129804149, 1.2625437759136315, -0.09987476652370324, -0.15259765154875118, 1.744391567063465, 1.463800981121958, 1.6538307376872166, 1.6476333172013116, 1.3291323731758815, 1.4559965197688345, 1.2625437759136315, 0.6745490414283104, 1.565975843966556, -0.18025642447936974, 1.2772705632449015, -1.6082569160768607, 0.9021265348719208, 1.2525783338101129, 1.0490247129804149, 1.2167231745651172, 1.4441500943928125, 1.151395941257686, 0.8788408804257692, 0.6008603804228769, 1.1626480676080793, 1.4481177710109012, 1.4199361496574137, 1.6691242503700845, 0.9960892316998944, 1.5896636238374442, 0.5077542733542342, 1.377935751777939, 1.0742753621730723, 0.8548817367587987, 1.6751633945692017, 1.4520665195738487, 0.7873814663179275, 1.5164640292714604, 1.3992023076419076, 1.5728132403727217, 1.5829645805115566, 1.31064726601473, 1.1901270179932115, 1.4829961377421856, 1.3649085232126303, 0.9892279030212688, 1.2271269338007789, 1.2625437759136315, 1.7416197696209128, 1.6959599804869574, 1.4075582685749015, 1.5963088807819543, 1.4481177710109012, 1.5694016026017512, 1.029568259482725, 1.5556126619679815, 1.463800981121958, 1.1737493252050946, 1.338222406580922, 1.1399887913779592, 1.6721493308156612, 0.6225908792506145, 1.4520665195738487, 1.6061777850937582, 1.6350974949405739, 1.267481870522175, 1.1570411187350256, 0.9960892316998944, 0.5785451359503261, 1.286944864096396, 1.0866177004894308, 1.267481870522175, 1.5201005056472332, 1.3199414147854858, 1.7471541123223808, 1.145712010614247, 1.4481177710109012, 1.5963088807819543, 0.8385151715997232, 0.17977814422856042, 1.4075582685749015, 1.7848916566221598, 1.2917399466632622, 1.5054577453589555, 1.1399887913779592, 1.4117048289164311, 1.390761135505863, 1.3245496494238946, 1.6445171171875317, 0.4827483744902645, 1.2322801939286987, 1.7526516918896193, 1.029568259482725, 0.6541548107822718, 1.360520152870476, 0.9682961267836959, 1.4117048289164311, 1.3427302640923515, 1.1047929842661326, 1.7608301889656497, 1.867575398125628, 1.338222406580922, 0.7138914001851685, 0.08298442935789113, 1.3561083943636174, 1.7219528235071262, 1.5017562186871514, 1.3865080488356645, 1.2525783338101129, 1.5863208798238913, 1.4240213169349376, 1.029568259482725, 1.4559965197688345, 1.666088072416415, 0.9753323276836788, 1.6569121318809934, 1.2271269338007789, 1.5694016026017512, 0.8302090316841342, 1.6599820962454097, 1.6061777850937582, 1.2271269338007789, 1.2424914711228556, 1.6811587908798526, 1.1342257369551785, 0.5439045528286695, 1.5486310785135986, 1.512811505563216, 1.5273258759981618, 1.338222406580922, 1.2008682208077273, 0.7605805211488471, 1.7471541123223808, 1.5017562186871514, 0.7605805211488471, 1.5929929215831382, 1.3199414147854858, 1.1682173018655422, 1.6061777850937582, 1.2271269338007789, 1.4943031320611793, 1.7822524467235117, 1.0987787741089492, 1.5929929215831382, 1.538047026557269, 0.8218187796926252, 1.6721493308156612, 1.4075582685749015, 0.9395379086256184, 0.469957088629601, 1.8310124379850352, 1.2271269338007789, 1.6569121318809934, 1.2271269338007789, 1.6382492959108566, 1.5795946155382563, 1.022979851258279, 1.77694864275216, 0.8866757165446293, 1.0617462776131996, 1.2525783338101129, 1.5164640292714604, 1.7219528235071262, 1.0096436773722892, 1.360520152870476, 1.6159303989926956, 0.6117968056876142, 1.6029012079981342, 1.6721493308156612, 1.3949924814194343, 1.3865080488356645, 1.3736160818591598, 1.3245496494238946, 1.7742839397760817, 1.5164640292714604, 1.1399887913779592, 1.4676757891152343, 1.2167231745651172, 1.559081493218999, 1.7219528235071262, 1.4599079487371294, 0.9097452020850376, 1.6061777850937582, 1.3822329969204443, 1.3291323731758815, 1.4676757891152343, 1.4676757891152343, 1.512811505563216, 1.3516729971476298, 1.733248239304621, 1.840921587738047, 1.3427302640923515, 0.813342696925167, 1.3561083943636174, 1.5521292315256976, 1.4033908318851631, 1.0987787741089492, 1.5929929215831382, 1.4441500943928125, 1.4199361496574137, 1.6630407152462012, 1.3199414147854858, 1.0361046664517215, 1.7219528235071262, 1.512811505563216, 1.2114718543530485, 1.820983201807882, 1.2475502645971572, 1.3649085232126303, 1.0490247129804149, 1.3336898668337358, 0.8218187796926252, 1.5728132403727217, 1.1166919224878245, 1.8005525764854582, 1.432131660109853, 1.7499074669507722, 1.867575398125628, 1.4599079487371294, 1.3153073837564584, 1.1166919224878245, 1.5164640292714604, 1.6350974949405739, 1.879412683746748, 1.0987787741089492, 1.4753714087110636, 1.4791925528464769, 0.7785437765525932, 1.3153073837564584, 1.2114718543530485, 1.3059607663113664, 1.6811587908798526, 0.9753323276836788, 1.6287576553212648, 1.3736160818591598, 1.3427302640923515, 1.4033908318851631, 1.3516729971476298, 1.151395941257686, 1.2475502645971572, 1.1570411187350256, 1.282121845383478, 0.7696108192334259, 1.2322801939286987, 1.282121845383478, 1.3649085232126303, 1.2271269338007789, 1.78752247686618, 1.2167231745651172, 1.2008682208077273, 0.924775492152588, 1.4715325425032086, 1.0617462776131996, 1.4240213169349376, 1.0617462776131996, 1.0866177004894308, 1.7018071263909005, 1.6538307376872166, 1.2965074147140838, 1.4280864217409301, 1.3736160818591598, 1.0617462776131996, 1.2917399466632622, 1.6721493308156612, 1.7191047164480298, 1.6507378282517176, 1.2167231745651172, 0.5785451359503261, 2.0076321568799926, 1.272390684618421, 1.545118077982832, 1.2917399466632622, 1.3153073837564584, 2.4193751654520352, 1.1682173018655422, 1.0680345154467117, 1.377935751777939, 1.6691242503700845, 0.4569655888400225, 1.338222406580922, 1.1955150381780173, 1.4441500943928125, 2.0469477904169944, 1.0866177004894308, 1.5237210750479824, 1.360520152870476, 1.0163386084054007, 1.2167231745651172, 0.7696108192334259, 1.5237210750479824, 1.4280864217409301, 1.4715325425032086, 1.1955150381780173, 1.2219413962417962, 1.512811505563216, 1.5415901033874881, 1.5728132403727217, 1.7047152807437216, 1.6721493308156612, 1.512811505563216, 1.110763826872522, 0.7605805211488471, 1.7416197696209128, 2.2335059889690707, 1.3992023076419076, 0.7605805211488471, 1.4559965197688345, 1.022979851258279, 0.7961258962960586, 1.0028941837721077, 1.865187486836871, 0.9540418237460904, 1.1570411187350256, 1.272390684618421, 0.9540418237460904, 1.0680345154467117, 1.3561083943636174, 0.8047790115307613, 1.5091427922995773, 1.2271269338007789, 1.599611607865829, 1.6959599804869574, 1.1225778784550298, 1.6599820962454097, 1.4401633074374909, 1.0804695262782609, 0.9395379086256184, 1.565975843966556, 1.4559965197688345, 1.1570411187350256, 1.5521292315256976, 1.1847037040936512, 2.0545916476485475, 1.5164640292714604, 1.432131660109853, 1.565975843966556, 1.4481177710109012, 1.6900712306622536, 1.4943031320611793, 1.7553868474758592, 1.7553868474758592, 1.9003022613388176, 1.360520152870476, 1.0554099239464385, 1.2625437759136315, 1.2322801939286987, 1.4158307209588117, 1.2772705632449015, 1.390761135505863, 1.3692737519736256, 1.820983201807882, 0.9823092566315348, 1.5309150452209976, 1.1901270179932115, 1.7689286556192163, 1.4676757891152343, 1.8159226349126412, 1.3561083943636174, 1.6413891398718885, 1.3291323731758815, 1.6476333172013116, 1.1626480676080793, 1.3649085232126303, 1.4753714087110636, 1.1626480676080793, 1.77694864275216, 1.6413891398718885, 1.1682173018655422, 1.4791925528464769, 1.360520152870476, 1.5237210750479824, 0.8629453520592882, 1.7927591605397486, 1.390761135505863, 1.1570411187350256, 1.4905512700193395, 1.5521292315256976, 1.9663551479653565, 1.286944864096396, 1.7276198013973072, 1.7219528235071262, 1.1847037040936512, 1.3992023076419076, 1.2374015757721526, 1.599611607865829, 1.282121845383478, 1.8980070663944428, 1.2114718543530485, 1.6988887171610263, 1.2008682208077273, 1.6599820962454097, 1.5017562186871514, 1.512811505563216, 1.5273258759981618, 1.6350974949405739, 1.4280864217409301, 1.3199414147854858, 1.7848916566221598, 1.5896636238374442, 1.3245496494238946, 1.9116837138179523, 1.8235019282287457, 1.6841402807224397, 1.0361046664517215, 1.6930208430286715, 2.027523428419282, 1.4520665195738487, 1.6029012079981342, 1.4980380642626585, 1.1737493252050946, 1.6630407152462012, 1.512811505563216, 1.666088072416415, 1.4753714087110636, 1.5762108731887867, 1.7635384925938058, 1.5625358471131925, 1.338222406580922, 1.8817599579288848, 1.6413891398718885, 1.2575760495443071, 0.7328838070951569, 1.6599820962454097, 1.6029012079981342, 1.869956439142128, 2.075255329030623, 1.5201005056472332, 1.538047026557269, 1.5486310785135986, 1.2917399466632622, 1.3865080488356645, 1.4240213169349376, 1.4791925528464769, 1.5556126619679815, 1.3516729971476298, 1.6871110684686867, 1.75811299345034, 1.9273592772488437, 1.8285165002951207, 1.4676757891152343, 1.4158307209588117, 1.8384554012711176, 1.1342257369551785, 1.3059607663113664, 1.6382492959108566, 1.6159303989926956, 1.8723306493019207, 2.1958877068004514, 1.666088072416415, 1.7133789288439922, 2.1829584223790977, 1.7360481688622935, 1.6476333172013116, 1.7901449606188422, 1.5486310785135986, 0.43035625354487306, 1.7742839397760817, 2.331648119254312, 1.7047152807437216, 1.78752247686618, 1.4280864217409301, 1.77694864275216, 1.5091427922995773, 1.716246774277191, 1.7716106293252138, 1.6029012079981342, 1.6959599804869574, 1.6811587908798526, 1.9361852092315703, 1.512811505563216, 1.7499074669507722, 1.9768690127933923, 1.390761135505863, 1.4980380642626585, 1.6126922797097667, 1.9913675667554196, 1.4676757891152343, 2.0294865102696216, 0.8548817367587987, 1.6569121318809934, 1.6988887171610263, 1.9954637803649695, 1.5556126619679815, 1.86039089406589, 1.8184567863968724, 2.0136499000800505, 1.4441500943928125, 2.5388480349257203, 1.730438805062945, 1.9361852092315703, 1.1570411187350256, 1.955705988119724, 1.75811299345034, 1.8310124379850352, 1.538047026557269, 1.6569121318809934, 1.8957054882661448, 1.0866177004894308, 2.056491630789152, 1.7018071263909005, 1.538047026557269, 1.79796291704433, 1.9273592772488437, 1.9621119139037924, 1.730438805062945, 1.9492500890332032, 1.865187486836871, 1.5795946155382563, 2.037292599242348, 1.5309150452209976, 1.0554099239464385, 1.6094414418387792, 1.8108309332181498, 1.7553868474758592, 1.4441500943928125, 1.8579821320260983, 1.7247911629041308, 2.0526872922788577, 1.808273286651568, 1.4033908318851631, 1.6191558988014951, 2.1829584223790977, 1.9251380080196556, 1.7608301889656497, 1.9954637803649695, 1.5556126619679815, 1.2575760495443071, 1.2114718543530485, 1.820983201807882, 1.4676757891152343, 2.1360456115048656, 1.0742753621730723, 2.2180389837692718, 2.113326425398172, 1.3199414147854858, 1.808273286651568, 2.2486892039486137, 1.5556126619679815, 1.7276198013973072, 1.286944864096396, 2.2940611303363787, 1.8770587330264756, 2.2411324179038616, 1.716246774277191, 1.3336898668337358, 1.5929929215831382, 2.017637554900021, 1.6871110684686867, 1.7742839397760817, 2.263598854959462, 1.9339875349884859, 1.7247911629041308, 1.75811299345034, 2.1615077216900103, 1.730438805062945, 2.1150963715351097, 1.622368877096239, 1.6988887171610263, 1.6751633945692017, 1.850713492505689, 1.7388386578212525, 2.075255329030623, 2.058387261729869, 1.869956439142128, 2.2350369078563954, 1.3153073837564584, 1.6061777850937582, 1.9705767363100697, 2.2738780461721158, 2.552508334866169, 2.0678008249152926, 2.1714771810802524, 2.1097751358348362, 2.4205983352626776, 2.13259069313215, 2.4144643257686127, 2.191062866578536], [-0.4591744561877442, -1.6279381315888168, -0.4591744561877442, -0.5844836251839869, -1.6279381315888168, -1.043726911853496, -0.7227239972167637, -1.4238735908572506, -1.043726911853496, -1.2273526255553278, -1.2273526255553278, -0.8754517047822434, -0.8754517047822434, -0.3451706665031293, 4.274362412016375, -1.2273526255553278, -1.2273526255553278, -0.4591744561877442, -0.056901375621584385, -1.2273526255553278, -1.4238735908572506, -1.4238735908572506, -0.5844836251839869, 0.30277446559916976, -1.4238735908572506, 4.022980465115319, 2.814698412053336, -1.2273526255553278, 4.169500964349029, -0.4591744561877442, -0.24096890113732825, -1.2273526255553278, -0.3451706665031293, -1.6279381315888168, -0.5844836251839869, -1.043726911853496, -0.7227239972167637, -1.2273526255553278, 2.7119475644796873, 0.5234349446560831, -1.043726911853496, -0.7227239972167637, -0.8754517047822434, -1.043726911853496, -1.4238735908572506, -1.043726911853496, -1.2273526255553278, -0.14525331296173194, -0.8754517047822434, -1.4238735908572506, -0.7227239972167637, -0.24096890113732825, 2.4843909519400302, -0.8754517047822434, -1.4238735908572506, -0.7227239972167637, -0.3451706665031293, -0.24096890113732825, -0.4591744561877442, -0.24096890113732825, -1.043726911853496, 0.17271440151166398, -0.8754517047822434, -1.2273526255553278, -1.4238735908572506, -1.2273526255553278, -0.8754517047822434, -1.4238735908572506, -1.043726911853496, -1.6279381315888168, -1.043726911853496, -0.8754517047822434, -0.7227239972167637, -1.043726911853496, -1.2273526255553278, -1.6279381315888168, 0.4188024656712152, -0.7227239972167637, -0.056901375621584385, -0.3451706665031293, -0.24096890113732825, -0.8754517047822434, -0.7227239972167637, -1.043726911853496, -0.7227239972167637, -0.7227239972167637, -1.4238735908572506, -0.056901375621584385, -1.043726911853496, -1.2273526255553278, -1.043726911853496, -0.056901375621584385, 1.8387019515016256, -1.043726911853496, -1.043726911853496, -1.4238735908572506, -0.5844836251839869, -0.5844836251839869, -0.3451706665031293, -0.5844836251839869, -0.7227239972167637, -0.7227239972167637, -1.2273526255553278, -1.4238735908572506, 0.025033965812252985, -1.4238735908572506, -1.4238735908572506, -0.7227239972167637, -1.043726911853496, -0.5844836251839869, 2.764606916686551, -0.5844836251839869, -0.5844836251839869, 0.025033965812252985, -0.7227239972167637, -0.3451706665031293, -1.4238735908572506, -1.2273526255553278, -1.2273526255553278, -0.8754517047822434, -0.7227239972167637, -0.5844836251839869, -0.24096890113732825, -0.5844836251839869, -1.043726911853496, -0.8754517047822434, -0.3451706665031293, -0.5844836251839869, -0.5844836251839869, -0.7227239972167637, -0.4591744561877442, -0.7227239972167637, -1.043726911853496, -0.4591744561877442, -0.7227239972167637, 0.3623594433369384, -0.4591744561877442, -0.4591744561877442, -0.14525331296173194, -0.5844836251839869, -0.4591744561877442, -0.5844836251839869, -0.8754517047822434, -0.14525331296173194, -0.7227239972167637, 3.6659673343228882, -1.043726911853496, -0.5844836251839869, -0.7227239972167637, -1.2273526255553278, -0.3451706665031293, -1.043726911853496, -0.4591744561877442, -1.043726911853496, -0.8754517047822434, -0.24096890113732825, -0.3451706665031293, -0.24096890113732825, -0.8754517047822434, -0.8754517047822434, -0.3451706665031293, -1.6279381315888168, -0.14525331296173194, -1.043726911853496, -0.7227239972167637, -0.3451706665031293, 3.776066972516944, 1.6031641630828035, -1.2273526255553278, -0.24096890113732825, -1.043726911853496, -0.7227239972167637, -0.14525331296173194, -0.8754517047822434, -1.043726911853496, -0.8754517047822434, 1.2488052059396737, 3.0685053986501414, -0.4591744561877442, -0.8754517047822434, -0.8754517047822434, -0.056901375621584385, -0.24096890113732825, -0.5844836251839869, -0.7227239972167637, -1.2273526255553278, -0.4591744561877442, -0.3451706665031293, -0.7227239972167637, -0.7227239972167637, -1.043726911853496, -0.056901375621584385, -0.4591744561877442, -0.5844836251839869, -1.4238735908572506, -0.5844836251839869, 3.101901419742103, -0.4591744561877442, -0.8754517047822434, -0.5844836251839869, 0.3623594433369384, -0.7227239972167637, -0.8754517047822434, 1.866398560950065, -0.3451706665031293, 3.110083499597309, -0.5844836251839869, -0.14525331296173194, -0.8754517047822434, -0.5844836251839869, -0.056901375621584385, -0.5844836251839869, -1.043726911853496, -0.24096890113732825, -1.2273526255553278, -0.4591744561877442, 4.602735998707097, -0.5844836251839869, -0.8754517047822434, 2.5705747168687383, -0.3451706665031293, -0.14525331296173194, -0.5844836251839869, 3.904108105942408, -0.7227239972167637, 0.10134910261667306, -1.043726911853496, -0.4591744561877442, -0.4591744561877442, -0.8754517047822434, 0.5721164256391861, -0.8754517047822434, -0.4591744561877442, -0.8754517047822434, -0.8754517047822434, -1.043726911853496, -1.043726911853496, -1.043726911853496, -1.4238735908572506, -0.7227239972167637, -0.8754517047822434, -1.043726911853496, -1.043726911853496, -1.2273526255553278, -0.3451706665031293, -0.7227239972167637, 0.025033965812252985, -1.043726911853496, -1.043726911853496, -0.056901375621584385, -0.056901375621584385, -0.4591744561877442, -0.8754517047822434, -1.043726911853496, -0.7227239972167637, -0.5844836251839869, -1.4238735908572506, -0.5844836251839869, -0.3451706665031293, -1.2273526255553278, -0.5844836251839869, 0.17271440151166398, -0.056901375621584385, -0.24096890113732825, -0.5844836251839869, -0.7227239972167637, 3.6023722891124974, -0.4591744561877442, 2.5211830589314443, -0.7227239972167637, -0.7227239972167637, 0.025033965812252985, -0.3451706665031293, -0.3451706665031293, -0.7227239972167637, -0.8754517047822434, -0.14525331296173194, 1.5488303434972743, -1.043726911853496, -0.3451706665031293, -0.5844836251839869, 3.5845557500756495, -1.043726911853496, -0.3451706665031293, -0.3451706665031293, -0.4591744561877442, -0.7227239972167637, -0.7227239972167637, -0.8754517047822434, -0.4591744561877442, -0.7227239972167637, -1.043726911853496, -0.4591744561877442, -1.043726911853496, -0.4591744561877442, 0.17271440151166398, -1.4238735908572506, -1.043726911853496, -0.5844836251839869, -0.7227239972167637, -0.4591744561877442, -0.5844836251839869, -0.4591744561877442, -0.4591744561877442, -0.3451706665031293, -0.3451706665031293, -1.043726911853496, -0.4591744561877442, 0.025033965812252985, -0.5844836251839869, -0.3451706665031293, -0.4591744561877442, -0.24096890113732825, -0.7227239972167637, 4.032983941710518, -0.8754517047822434, -1.043726911853496, -0.3451706665031293, -0.14525331296173194, 0.025033965812252985, -0.8754517047822434, -0.8754517047822434, -0.7227239972167637, -1.4238735908572506, -1.043726911853496, 2.984547197718174, -0.7227239972167637, -0.4591744561877442, -0.24096890113732825, -1.2273526255553278, -0.14525331296173194, -1.043726911853496, 3.7803195429122214, -0.8754517047822434, -0.5844836251839869, 0.025033965812252985, -1.043726911853496, 0.025033965812252985, -0.5844836251839869, -1.043726911853496, -0.4591744561877442, -0.3451706665031293, 0.025033965812252985, 0.025033965812252985, -0.5844836251839869, -0.4591744561877442, -0.3451706665031293, -0.24096890113732825, -0.3451706665031293, -0.7227239972167637, -1.2273526255553278, -0.4591744561877442, -0.24096890113732825, -0.7227239972167637, -0.7227239972167637, -0.8754517047822434, -1.043726911853496, -0.7227239972167637, -0.4591744561877442, -0.8754517047822434, -0.3451706665031293, -0.3451706665031293, 1.2488052059396737, -0.24096890113732825, -0.24096890113732825, -0.5844836251839869, -0.3451706665031293, -0.5844836251839869, -0.7227239972167637, -0.24096890113732825, -0.8754517047822434, -0.7227239972167637, -0.7227239972167637, -0.7227239972167637, -0.5844836251839869, -0.7227239972167637, -0.056901375621584385, -0.14525331296173194, -0.8754517047822434, -0.5844836251839869, -0.8754517047822434, -1.2273526255553278, -0.4591744561877442, -0.14525331296173194, -1.043726911853496, -0.5844836251839869, -0.3451706665031293, -1.2273526255553278, -0.24096890113732825, -1.043726911853496, -0.3451706665031293, 0.4188024656712152, -0.3451706665031293, -0.14525331296173194, -0.24096890113732825, -0.5844836251839869, -1.6279381315888168, -0.5844836251839869, -0.5844836251839869, 0.5234349446560831, -0.8754517047822434, -0.3451706665031293, -1.043726911853496, -0.7227239972167637, 0.2396960495784266, -0.24096890113732825, -0.24096890113732825, -0.056901375621584385, -0.24096890113732825, 0.025033965812252985, -0.7227239972167637, -0.4591744561877442, -0.8754517047822434, -0.5844836251839869, -0.7227239972167637, -0.7227239972167637, -0.7227239972167637, -0.5844836251839869, -1.4238735908572506, 2.3224421582706936, -1.043726911853496, -0.24096890113732825, -0.4591744561877442, -0.24096890113732825, -0.5844836251839869, -1.043726911853496, -0.7227239972167637, -0.14525331296173194, -0.056901375621584385, -0.3451706665031293, -1.2273526255553278, 0.30277446559916976, -0.24096890113732825, -0.4591744561877442, -1.2273526255553278, -0.8754517047822434, -1.043726911853496, -1.043726911853496, -1.4238735908572506, -0.7227239972167637, 0.17271440151166398, 0.025033965812252985, 3.229218584874248, 0.17271440151166398, -0.5844836251839869, -1.043726911853496, -0.7227239972167637, -1.2273526255553278, -1.043726911853496, -0.5844836251839869, 0.8614158142826003, -1.043726911853496, -0.5844836251839869, -0.5844836251839869, -0.7227239972167637, -0.056901375621584385, -0.4591744561877442, -0.14525331296173194, 0.9312426466612032, -0.3451706665031293, -1.043726911853496, -0.24096890113732825, -0.3451706665031293, -0.7227239972167637, -0.14525331296173194, -0.5844836251839869, -0.3451706665031293, -0.24096890113732825, 0.10134910261667306, -0.14525331296173194, -0.5844836251839869, -0.14525331296173194, -0.4591744561877442, -0.8754517047822434, -0.056901375621584385, -1.2273526255553278, -0.5844836251839869, -0.3451706665031293, 0.10134910261667306, -1.043726911853496, -0.3451706665031293, -0.4591744561877442, -0.4591744561877442, -0.7227239972167637, -0.7227239972167637, -0.24096890113732825, -0.7227239972167637, -0.7227239972167637, 0.3623594433369384, 0.30277446559916976, -0.4591744561877442, -0.5844836251839869, -0.4591744561877442, -0.3451706665031293, -0.4591744561877442, -0.7227239972167637, -0.4591744561877442, -0.7227239972167637, -0.5844836251839869, -0.14525331296173194, -0.7227239972167637, -0.24096890113732825, -1.043726911853496, -0.056901375621584385, -0.8754517047822434, -0.7227239972167637, -0.5844836251839869, 0.025033965812252985, 4.032983941710518, -0.4591744561877442, -0.7227239972167637, -0.5844836251839869, -0.056901375621584385, -0.8754517047822434, -0.3451706665031293, 0.025033965812252985, -0.4591744561877442, -0.8754517047822434, -0.3451706665031293, -0.24096890113732825, -0.7227239972167637, -0.7227239972167637, 3.5794080266272483, -0.8754517047822434, -0.7227239972167637, -0.14525331296173194, -0.5844836251839869, -0.3451706665031293, -1.2273526255553278, -0.8754517047822434, -0.3451706665031293, -0.7227239972167637, -1.043726911853496, -0.4591744561877442, -0.8754517047822434, -0.5844836251839869, -1.2273526255553278, -0.056901375621584385, -0.24096890113732825, -0.14525331296173194, -0.8754517047822434, -0.4591744561877442, 2.597768004016484, -0.5844836251839869, -1.043726911853496, -0.14525331296173194, 3.7610427700441016, 0.30277446559916976, -0.24096890113732825, -1.043726911853496, 0.2396960495784266, -0.3451706665031293, -1.2273526255553278, -1.043726911853496, -0.5844836251839869, -0.3451706665031293, -0.5844836251839869, -0.24096890113732825, 0.30277446559916976, -1.2273526255553278, -0.4591744561877442, 0.896913906385707, -0.4591744561877442, -1.043726911853496, -0.5844836251839869, -1.2273526255553278, -0.4591744561877442, 1.8102395391950783, -0.24096890113732825, -0.5844836251839869, -0.056901375621584385, -0.7227239972167637, -0.14525331296173194, -0.7227239972167637, -0.8754517047822434, 0.17271440151166398, 0.30277446559916976, -0.5844836251839869, -0.3451706665031293, -0.056901375621584385, -0.8754517047822434, -0.3451706665031293, -0.24096890113732825, -0.3451706665031293, 0.025033965812252985, -0.24096890113732825, -0.8754517047822434, -0.5844836251839869, -0.3451706665031293, 2.775951315453304, -0.8754517047822434, -0.7227239972167637, -0.3451706665031293, 0.2396960495784266, -0.8754517047822434, -0.14525331296173194, -1.043726911853496, -0.3451706665031293, -0.24096890113732825, -0.056901375621584385, -0.5844836251839869, -0.7227239972167637, -0.8754517047822434, -0.7227239972167637, -0.5844836251839869, 1.5672615822295954, -0.7227239972167637, 0.10134910261667306, -0.7227239972167637, -0.056901375621584385, -0.4591744561877442, 0.10134910261667306, -1.043726911853496, 0.4188024656712152, -0.5844836251839869, -0.5844836251839869, -1.043726911853496, 0.17271440151166398, -1.2273526255553278, 2.63725448198359, -0.3451706665031293, -0.3451706665031293, -0.7227239972167637, -0.8754517047822434, -0.3451706665031293, -0.8754517047822434, -1.2273526255553278, -0.7227239972167637, -0.24096890113732825, -0.24096890113732825, 0.10134910261667306, -0.3451706665031293, -0.24096890113732825, -0.7227239972167637, -0.14525331296173194, 1.5109492610156596, 0.025033965812252985, -0.056901375621584385, -0.5844836251839869, 0.10134910261667306, 0.025033965812252985, -0.14525331296173194, 0.2396960495784266, -0.4591744561877442, -0.7227239972167637, -0.7227239972167637, -0.3451706665031293, -0.4591744561877442, -0.8754517047822434, 2.1613642711788743, -0.8754517047822434, -0.4591744561877442, -0.8754517047822434, -0.7227239972167637, -0.5844836251839869, -0.3451706665031293, -0.24096890113732825, -0.3451706665031293, -0.8754517047822434, -0.24096890113732825, -0.3451706665031293, -0.7227239972167637, -0.3451706665031293, -1.043726911853496, -1.4238735908572506, -0.24096890113732825, 0.3623594433369384, 1.9578573870972036, -0.7227239972167637, -0.7227239972167637, 0.5234349446560831, -0.8754517047822434, -0.8754517047822434, -1.043726911853496, 0.7470500711578881, 4.111225169951156, 0.17271440151166398, -0.3451706665031293, -0.7227239972167637, 0.3623594433369384, -1.043726911853496, -0.5844836251839869, -0.5844836251839869, -0.7227239972167637, 0.025033965812252985, -0.4591744561877442, -0.7227239972167637, -0.24096890113732825, -0.4591744561877442, -0.3451706665031293, -0.4591744561877442, -0.24096890113732825, -0.24096890113732825, 0.4188024656712152, -1.2273526255553278, -0.056901375621584385, -0.4591744561877442, -0.8754517047822434, 0.025033965812252985, -0.7227239972167637, -0.24096890113732825, -0.7227239972167637, 0.2396960495784266, -0.7227239972167637, -0.3451706665031293, 0.3623594433369384, -0.8754517047822434, -0.5844836251839869, 4.917077258505667, -0.056901375621584385, -0.5844836251839869, -0.4591744561877442, -0.5844836251839869, 0.4188024656712152, 0.10134910261667306, -0.14525331296173194, -0.24096890113732825, -0.24096890113732825, 0.025033965812252985, -0.7227239972167637, -0.14525331296173194, 0.17271440151166398, -0.3451706665031293, -0.3451706665031293, 0.17271440151166398, -0.5844836251839869, 3.4385843898322417, -0.8754517047822434, -0.8754517047822434, -0.3451706665031293, -0.8754517047822434, -0.5844836251839869, 0.4188024656712152, -0.7227239972167637, 0.8246672491583485, -0.14525331296173194, -0.7227239972167637, -0.056901375621584385, -0.5844836251839869, 0.3623594433369384, -0.5844836251839869, 0.17271440151166398, -0.3451706665031293, -0.5844836251839869, -0.4591744561877442, -0.8754517047822434, -0.8754517047822434, 0.025033965812252985, -0.4591744561877442, 4.465322122450883, -0.3451706665031293, -0.3451706665031293, 0.2396960495784266, -1.043726911853496, -0.8754517047822434, 1.735438567860095, -0.14525331296173194, -0.14525331296173194, -0.7227239972167637, -0.5844836251839869, -1.2273526255553278, 5.0, -0.5844836251839869, -0.056901375621584385, -0.056901375621584385, -0.7227239972167637, -0.24096890113732825, 1.2973782545116015, -1.2273526255553278, -0.5844836251839869, 0.10134910261667306, -0.5844836251839869, -0.5844836251839869, -0.3451706665031293, 0.4724066750846777, -0.8754517047822434, 0.025033965812252985, -0.3451706665031293, -1.2273526255553278, -0.3451706665031293, -0.14525331296173194, -0.3451706665031293, 0.5234349446560831, 0.5234349446560831, -0.7227239972167637, 0.3623594433369384, 0.025033965812252985, 2.1406415116134214, -0.5844836251839869, -0.056901375621584385, -0.5844836251839869, -0.056901375621584385, -0.5844836251839869, -1.2273526255553278, -0.4591744561877442, -1.2273526255553278, 0.2396960495784266, -0.24096890113732825, -0.5844836251839869, -0.8754517047822434, -1.4238735908572506, -0.14525331296173194, 0.025033965812252985, -0.4591744561877442, 0.025033965812252985, -0.7227239972167637, -1.043726911853496, 0.025033965812252985, 0.2396960495784266, -0.24096890113732825, -0.24096890113732825, -0.7227239972167637, -0.3451706665031293, -0.3451706665031293, -0.056901375621584385, 0.4188024656712152, -0.3451706665031293, -0.3451706665031293, -0.4591744561877442, 0.4188024656712152, -0.8754517047822434, -0.8754517047822434, -1.2273526255553278, 0.10134910261667306, 0.2396960495784266, -0.24096890113732825, -0.3451706665031293, 0.10134910261667306, -0.3451706665031293, -1.2273526255553278, -0.5844836251839869, -0.5844836251839869, -1.043726911853496, 0.30277446559916976, -1.4238735908572506, 4.663766162736786, -1.2273526255553278, 4.850419209100059, -0.3451706665031293, 4.558942817873277, -0.4591744561877442, -0.3451706665031293, -0.14525331296173194, -0.24096890113732825, 0.6632180316199353, -0.14525331296173194, -0.14525331296173194, 0.17271440151166398, -0.4591744561877442, -0.14525331296173194, -0.056901375621584385, -0.24096890113732825, 5.0, -1.4238735908572506, -0.7227239972167637, -0.056901375621584385, -0.8754517047822434, -0.3451706665031293, -0.8754517047822434, -0.056901375621584385, -0.14525331296173194, -0.8754517047822434, -0.3451706665031293, -0.14525331296173194, -0.5844836251839869, -0.4591744561877442, -0.5844836251839869, -0.3451706665031293, 3.992371818933295, -0.3451706665031293, -0.24096890113732825, -0.14525331296173194, 0.2396960495784266, -0.4591744561877442, 1.5488303434972743, -0.8754517047822434, 0.3623594433369384, 0.025033965812252985, 0.6632180316199353, -0.4591744561877442, 0.2396960495784266, 0.10134910261667306, -0.3451706665031293, -0.5844836251839869, -0.056901375621584385, -0.3451706665031293, -0.5844836251839869, -1.043726911853496, 0.10134910261667306, -0.8754517047822434, -0.5844836251839869, -0.14525331296173194, -0.7227239972167637, -0.8754517047822434, -0.3451706665031293, 0.17271440151166398, -0.24096890113732825, 0.5234349446560831, -0.5844836251839869, 4.7306668389768305, -0.5844836251839869, -0.3451706665031293, 1.2973782545116015, -0.5844836251839869, -0.14525331296173194, 0.4188024656712152, -0.4591744561877442, -1.043726911853496, -0.24096890113732825, 0.3623594433369384, 0.17271440151166398, -0.14525331296173194, 0.025033965812252985, -0.14525331296173194, -0.3451706665031293, 0.2396960495784266, -0.24096890113732825, 0.30277446559916976, 2.956542259601409, -1.043726911853496, 0.10134910261667306, -0.24096890113732825, -0.3451706665031293, -1.2273526255553278, -0.14525331296173194, 4.024654491895705, -0.24096890113732825, 0.025033965812252985, 1.1978390756589568, -0.8754517047822434, -0.14525331296173194, -0.4591744561877442, -0.5844836251839869, -0.3451706665031293, 0.5234349446560831, -0.4591744561877442, 0.025033965812252985, 0.025033965812252985, -0.3451706665031293, 0.17271440151166398, 0.2396960495784266, -0.14525331296173194, -0.5844836251839869, -0.3451706665031293, -0.24096890113732825, 4.933087069972421, -0.3451706665031293, -0.7227239972167637, -0.3451706665031293, -0.14525331296173194, 0.3623594433369384, -0.3451706665031293, -0.24096890113732825, -0.24096890113732825, -0.5844836251839869, 0.025033965812252985, 2.2114146037871643, -0.5844836251839869, 1.6547770294317337, 2.917973733173028, 0.30277446559916976, -0.7227239972167637, 1.5672615822295954, -0.24096890113732825, -0.8754517047822434, 0.2396960495784266, -0.056901375621584385, 0.025033965812252985, -0.24096890113732825, -1.2273526255553278, 1.5488303434972743, -1.043726911853496, -0.14525331296173194, -0.7227239972167637, 4.123451753404177, -0.7227239972167637, -0.14525331296173194, 0.025033965812252985, 0.17271440151166398, 0.2396960495784266, -1.4238735908572506, 4.853409145737834, 0.3623594433369384, -0.24096890113732825, 4.704254554144278, 0.3623594433369384, -0.7227239972167637, 2.1301214048607617, -0.14525331296173194, 0.3623594433369384, -0.5844836251839869, 1.4096752124598164, -0.14525331296173194, -0.8754517047822434, -0.3451706665031293, 1.0279161281146394, -0.3451706665031293, 0.7059711656453476, 0.7059711656453476, -0.24096890113732825, -0.4591744561877442, 0.5234349446560831, 0.17271440151166398, -0.056901375621584385, 0.4188024656712152, 0.3623594433369384, -0.3451706665031293, -0.7227239972167637, 1.2733768400895202, 0.6186518783327611, 0.025033965812252985, 0.30277446559916976, 0.17271440151166398, -0.056901375621584385, -0.056901375621584385, 0.2396960495784266, -0.24096890113732825, -1.043726911853496, 2.6627602477311707, -0.056901375621584385, 0.025033965812252985, -0.5844836251839869, -0.4591744561877442, 0.10134910261667306, -0.3451706665031293, 0.7470500711578881, -0.056901375621584385, -0.3451706665031293, 0.4188024656712152, 0.7470500711578881, 0.9644756181486186, 0.3623594433369384, -1.043726911853496, -0.14525331296173194, -0.8754517047822434, 0.30277446559916976, 0.025033965812252985, -0.24096890113732825, 0.025033965812252985, -0.4591744561877442, 2.63725448198359, -0.7227239972167637, -0.3451706665031293, -0.24096890113732825, -0.24096890113732825, -0.14525331296173194, 0.10134910261667306, -0.24096890113732825, 1.0279161281146394, -0.5844836251839869, 0.8614158142826003, -0.24096890113732825, 0.5721164256391861, -0.3451706665031293, -0.4591744561877442, 2.577440798487682, -0.14525331296173194, 0.4188024656712152, 0.10134910261667306, 0.10134910261667306, 2.3569376249535843, 0.3623594433369384, -0.14525331296173194, -0.3451706665031293, 0.10134910261667306, 0.4188024656712152, -0.5844836251839869, 0.4188024656712152, -0.5844836251839869, 0.2396960495784266, 0.10134910261667306, 0.17271440151166398, 0.4188024656712152, 0.17271440151166398, 0.025033965812252985, 0.5234349446560831, -0.24096890113732825, -0.14525331296173194, 0.10134910261667306, -0.056901375621584385, -0.24096890113732825, -0.24096890113732825, -0.056901375621584385, 0.4188024656712152, 1.1978390756589568, 0.30277446559916976, -0.5844836251839869, -0.8754517047822434, 1.6878032581274964, 4.039599204651296, 2.888066371931471, 4.307911569676377, -1.043726911853496, 0.9644756181486186, 0.17271440151166398, 0.7470500711578881, 3.609914347855226, -0.056901375621584385, -0.14525331296173194, 0.025033965812252985, 0.4724066750846777, -0.7227239972167637, 0.5234349446560831, -0.7227239972167637, -0.14525331296173194, -1.043726911853496, 0.6632180316199353, -0.24096890113732825, 0.4188024656712152, 0.17271440151166398, -0.5844836251839869, -0.4591744561877442, 0.4724066750846777, -0.3451706665031293, -0.5844836251839869, -1.043726911853496, 0.025033965812252985, -0.3451706665031293, 0.6632180316199353, -0.3451706665031293, 0.10134910261667306, 1.7660139800265278, 0.4188024656712152, -0.3451706665031293, -0.14525331296173194, 0.7865785066663415, -0.056901375621584385, 0.5721164256391861, 0.17271440151166398, -0.5844836251839869, 0.30277446559916976, 0.025033965812252985, 0.7865785066663415, 0.17271440151166398, 0.025033965812252985, -0.14525331296173194, -0.3451706665031293, -0.24096890113732825, 1.8387019515016256, -0.4591744561877442, 0.7470500711578881, 1.0877042715273426, 0.5234349446560831, -0.3451706665031293, 0.4188024656712152, 0.17271440151166398, -1.043726911853496, 0.17271440151166398, -0.24096890113732825, 0.6632180316199353, -0.24096890113732825, 0.025033965812252985, 0.5721164256391861, 4.029660263414392, -0.3451706665031293, 0.10134910261667306, 0.2396960495784266, 0.7470500711578881, 5.0, 0.30277446559916976, -0.7227239972167637, 0.30277446559916976, 0.4724066750846777, -0.3451706665031293, 0.17271440151166398, 0.025033965812252985, 0.10134910261667306, 0.896913906385707, 0.5721164256391861, -0.3451706665031293, -0.056901375621584385, 0.2396960495784266, 0.3623594433369384, 0.025033965812252985, 0.025033965812252985, 0.17271440151166398, 4.060809203599239, -0.24096890113732825, 0.2396960495784266, -0.7227239972167637, 0.4724066750846777, -0.4591744561877442, -0.4591744561877442, -0.24096890113732825, 0.025033965812252985, 1.2488052059396737, 0.6186518783327611, -0.4591744561877442, 0.9966797588259348, -0.3451706665031293, -0.7227239972167637, 1.1978390756589568, -0.4591744561877442, -0.5844836251839869, 5.0, 1.0877042715273426, -0.3451706665031293, 0.17271440151166398, -0.24096890113732825, -0.5844836251839869, 2.0302596959282018, 0.8246672491583485, 0.2396960495784266, 0.025033965812252985, -0.24096890113732825, 0.3623594433369384, 1.8933694121944658, -0.24096890113732825, 0.7865785066663415, 0.3623594433369384, 0.17271440151166398, 2.9612630864554466, 0.4188024656712152, 0.6186518783327611, 0.3623594433369384, -0.056901375621584385, 1.3208351444611202, 0.025033965812252985, -0.3451706665031293, 0.30277446559916976, 0.17271440151166398, 0.025033965812252985, -0.056901375621584385, 0.17271440151166398, -0.5844836251839869, 0.3623594433369384, -1.2273526255553278, 0.8614158142826003, 0.7059711656453476, -0.5844836251839869, 0.8614158142826003, -0.7227239972167637, 3.3128092326259653, 0.4724066750846777, 0.17271440151166398, -0.4591744561877442, -0.4591744561877442, 0.17271440151166398, -0.24096890113732825, 0.5721164256391861, -0.24096890113732825, -0.3451706665031293, -0.14525331296173194, 0.896913906385707, -0.4591744561877442, 0.10134910261667306, -0.4591744561877442, 0.7470500711578881, 2.365383604565919, 0.10134910261667306, -1.043726911853496, 0.10134910261667306, 0.10134910261667306, 0.17271440151166398, -0.3451706665031293, 1.3881711526745522, -0.3451706665031293, 1.4513846806436093, 0.025033965812252985, 0.17271440151166398, -0.056901375621584385, -0.5844836251839869, 1.2488052059396737, 2.563662450846039, 0.5234349446560831, 0.6632180316199353, -0.14525331296173194, 0.4188024656712152, 2.4066028602860547, 0.2396960495784266, 0.025033965812252985, 0.2396960495784266, 0.4724066750846777, -0.056901375621584385, 0.5234349446560831, 0.2396960495784266, -0.14525331296173194, -0.056901375621584385, -0.4591744561877442, -0.14525331296173194, 1.058240567413568, -0.5844836251839869, 0.7470500711578881, 0.6186518783327611, 0.17271440151166398, 0.17271440151166398, 0.10134910261667306, 0.6632180316199353, 0.7865785066663415, 0.7059711656453476, 0.5234349446560831, 1.6714224590956284, 2.4305636184928687, 0.17271440151166398, -0.24096890113732825, 1.6547770294317337, 2.499266223686209, 0.30277446559916976, 1.866398560950065, 1.1713832046480301, 1.530063696336641, 0.10134910261667306, 0.30277446559916976, -0.24096890113732825, 1.4716239787218997, -0.056901375621584385, 0.4724066750846777, 0.896913906385707, 1.735438567860095, -0.7227239972167637, 0.2396960495784266, 0.3623594433369384, 0.896913906385707, -0.14525331296173194, 0.5721164256391861, 0.4188024656712152, 0.5721164256391861, 2.8037761148709386, 0.17271440151166398, 2.8308671823400666, 3.863828256464785, 0.17271440151166398, -0.056901375621584385, -0.8754517047822434, 0.3623594433369384, 0.10134910261667306, 0.9644756181486186, 0.5721164256391861, 0.2396960495784266, 0.3623594433369384, 0.5234349446560831, 0.3623594433369384, 0.4724066750846777, 1.6547770294317337, 1.0877042715273426, 0.8614158142826003, 0.3623594433369384, 1.7198036131102061, 0.6632180316199353, 1.530063696336641, 0.4188024656712152, 1.1442339337527254, 0.9312426466612032, 1.2488052059396737, 1.366209837431275, -0.4591744561877442, -0.056901375621584385, 1.3208351444611202, 1.530063696336641, 1.9578573870972036, 0.6186518783327611, 0.4724066750846777, -0.14525331296173194, 0.8614158142826003, 1.0279161281146394, 1.530063696336641, -0.3451706665031293, 0.4724066750846777, 0.10134910261667306, 1.2488052059396737, 0.7470500711578881, 2.0302596959282018, 0.30277446559916976, 1.2236358084725296, 0.025033965812252985, -0.14525331296173194, -0.14525331296173194, 1.5488303434972743, 3.803399069772172, 1.6031641630828035, 0.4188024656712152, 1.530063696336641, 1.1713832046480301, 0.6632180316199353, 3.8559735154846777, 2.230771941398701, 0.4724066750846777, 1.9825619644780088, 0.17271440151166398, 0.17271440151166398, -0.056901375621584385, 0.4188024656712152, 0.6632180316199353, 2.705926386137607, 0.3623594433369384, 1.058240567413568, -0.5844836251839869, 1.530063696336641, 0.9644756181486186, -0.8754517047822434, 1.7957077238127082, 0.6186518783327611, 1.8102395391950783, 0.8246672491583485, 0.896913906385707, 1.9452790472974435, -0.5844836251839869, 1.0877042715273426, 0.2396960495784266, 5.0, 0.3623594433369384, 2.1301214048607617, 0.6186518783327611, 0.6186518783327611, 0.2396960495784266, 1.9065943486266452, -0.3451706665031293, 1.4914739627084368, -0.3451706665031293, 2.191685837576041, 1.3208351444611202, 1.6378583080457334, 1.6714224590956284, 0.17271440151166398, 2.4146520032367893, 3.8420814976731874, 1.5488303434972743, 1.1442339337527254, 1.8102395391950783, 0.5234349446560831, 0.6632180316199353, 1.5488303434972743, 0.2396960495784266, 2.0978995725696548, 1.1442339337527254, 0.17271440151166398, 2.499266223686209, 1.2236358084725296, -0.3451706665031293, 2.705926386137607, 1.5853691453897871, 2.4692972115632297, -0.24096890113732825, 0.2396960495784266, 4.421943356865459, -0.056901375621584385, 1.4716239787218997, 1.2973782545116015, 0.025033965812252985, 2.8092517775953865, 0.2396960495784266, -0.056901375621584385, 1.5109492610156596, 1.6878032581274964, 0.6186518783327611, 2.33983458186808, 1.62065720310202, 2.0533040820792188, 0.6186518783327611, 0.30277446559916976, 2.4146520032367893, 1.5853691453897871, 1.6878032581274964, 1.8102395391950783, 2.5705747168687383, 1.2236358084725296, 1.9946953122520528, 0.10134910261667306, 2.2015975369555543, 0.6186518783327611, 2.1194925699358333, 1.3208351444611202, 1.3881711526745522, 0.8246672491583485, 1.9065943486266452, 1.9452790472974435, 5.0, 2.1194925699358333, 1.1442339337527254, 1.7198036131102061, 1.852643403377749, 0.7470500711578881, 1.62065720310202, 0.9644756181486186, 1.8102395391950783, 0.2396960495784266, 2.3737607517869104, 2.735685512923661, 1.5109492610156596, 0.4724066750846777, 3.1694560146565327, 1.2488052059396737, 2.191685837576041, 1.5109492610156596, 2.6627602477311707, 2.3903129701644, 2.075843499083617, 1.1713832046480301, 1.1978390756589568, 0.30277446559916976, 0.7865785066663415, 2.499266223686209, 1.7660139800265278, 4.080006363628906, 2.6814825018273427, 2.2015975369555543, 1.058240567413568, 1.8933694121944658, 2.286748839394575, 2.2776284557217137, 2.4768717903938713, 4.415104040831557, 2.542642230488084, 0.2396960495784266, 1.866398560950065, 1.3881711526745522, 2.747351946248753, 2.3737607517869104, 3.0685053986501414, 1.9452790472974435, 2.5211830589314443, 0.7865785066663415, 2.0869306565822896, 1.0877042715273426, 1.5853691453897871, 1.7198036131102061, 2.304750402095766, 2.33983458186808, 2.650086501012232, 2.33983458186808, 1.8102395391950783, 1.62065720310202, 1.7957077238127082, 2.8520371757913687, 1.852643403377749, 0.7470500711578881, 2.191685837576041, 2.3311751528192084, 2.3224421582706936, 2.1613642711788743, 0.7865785066663415, 1.4307405708159775, 2.7982711129162885, 1.62065720310202, 0.5234349446560831, 2.453978494152396, 1.1713832046480301, 0.5234349446560831, 2.542642230488084, 1.7809678796045303, 2.0302596959282018, 2.1510550893301548, 2.0302596959282018, 0.7865785066663415, 1.7508397335342711, 1.1442339337527254, 1.735438567860095, 2.191685837576041, 2.9277524576480953, 1.7198036131102061, 4.340399421828944, 2.075843499083617, 1.366209837431275, 2.8981325402714484, 2.814698412053336, 1.824569101935244, 2.221138826004112, 2.3820701785707583, 2.0869306565822896, 1.970283819863024, 2.491855500673487, 3.3060973641027003, 0.8614158142826003, 1.7508397335342711, 1.5488303434972743, 3.8696801412395843, 2.3224421582706936, 1.0279161281146394, 1.5672615822295954, 1.2733768400895202, 1.4096752124598164, 1.9065943486266452, 1.970283819863024, 2.0978995725696548, 1.8933694121944658, 2.365383604565919, 3.4236793220348325, 2.365383604565919, 4.408218875718231, 3.834058016717413, 1.8102395391950783, 2.563662450846039, 1.3437715175450484, 1.9325450477276067, 1.4914739627084368, 1.1978390756589568, 2.018540979811013, 1.530063696336641, 1.6547770294317337, 1.2733768400895202, 1.9825619644780088, 3.1500439842889065, 2.9374389801649685, 2.5139292569810907, 2.7531358605247163, 5.0, 1.735438567860095, 1.4307405708159775, 2.9326071353843584, 2.4305636184928687, 1.7660139800265278, 2.9799324030610577, 2.1301214048607617, 2.5066238911870964, 2.191685837576041, 2.5066238911870964, 1.7508397335342711, 3.2753391112415087, 1.4096752124598164, 2.075843499083617, 2.0533040820792188, 2.1194925699358333, 2.3569376249535843, 2.6627602477311707, 1.735438567860095, 1.7809678796045303, 2.888066371931471, 1.4914739627084368, 1.3437715175450484, 1.0877042715273426, 3.2507625715117903, 2.6436905220963487, 2.491855500673487, 1.9578573870972036, 2.499266223686209, 2.9891413548074244, 2.3311751528192084, 1.852643403377749, 2.1406415116134214, 2.4146520032367893, 2.1715711269682068, 3.3060973641027003, 2.6307778759140423, 1.5672615822295954, 2.764606916686551, 3.450354649545982, 2.814698412053336, 1.7660139800265278, 2.0066872328382805, 3.064253511600446, 1.1978390756589568, 1.9452790472974435, 3.089504792761548, -1.043726911853496, -1.4238735908572506, -1.4238735908572506, -1.2273526255553278, -1.043726911853496, -1.043726911853496, -1.6279381315888168, -0.7227239972167637, -1.2273526255553278, -1.4238735908572506, -0.8754517047822434, -0.7227239972167637, -1.4238735908572506, -1.4238735908572506, -0.7227239972167637, -0.7227239972167637, -1.043726911853496, -1.4238735908572506, -0.24096890113732825, -0.7227239972167637, -0.5844836251839869, -0.8754517047822434, -0.3451706665031293, 0.025033965812252985, -1.043726911853496, -0.4591744561877442, -0.7227239972167637, -0.4591744561877442, -1.043726911853496, -1.4238735908572506, -1.2273526255553278, -1.6279381315888168, -0.3451706665031293, -0.4591744561877442, -0.4591744561877442, -1.4238735908572506, -0.8754517047822434, -1.4238735908572506, -0.8754517047822434, -1.2273526255553278, -1.043726911853496, -1.043726911853496, -0.7227239972167637, -0.3451706665031293, -0.8754517047822434, -1.2273526255553278, -1.4238735908572506, -1.2273526255553278, -1.2273526255553278, -0.5844836251839869, -0.5844836251839869, -0.8754517047822434, -1.6279381315888168, -0.7227239972167637, -1.2273526255553278, -0.056901375621584385, -0.8754517047822434, -0.4591744561877442, -0.7227239972167637, -0.8754517047822434, -0.5844836251839869, -0.8754517047822434, -1.4238735908572506, -1.4238735908572506, -1.2273526255553278, -0.8754517047822434, -0.7227239972167637, -0.8754517047822434, 0.4724066750846777, -0.7227239972167637, -0.4591744561877442, -1.043726911853496, -0.4591744561877442, -1.4238735908572506, -0.8754517047822434, -1.4238735908572506, -1.043726911853496, -0.24096890113732825, -0.7227239972167637, -1.043726911853496, -1.2273526255553278, -0.7227239972167637, -0.4591744561877442, -0.7227239972167637, 0.3623594433369384, -0.8754517047822434, -1.2273526255553278, -0.8754517047822434, -1.043726911853496, -1.6279381315888168, -0.14525331296173194, -1.4238735908572506, -1.4238735908572506, 0.30277446559916976, -0.8754517047822434, -0.8754517047822434, -1.2273526255553278, -1.2273526255553278, -0.8754517047822434, -0.8754517047822434, -1.2273526255553278, -0.8754517047822434, -0.4591744561877442, -1.6279381315888168, -0.5844836251839869, -0.8754517047822434, -1.2273526255553278, -0.056901375621584385, -0.5844836251839869, -1.6279381315888168, -0.7227239972167637, -0.3451706665031293, -0.5844836251839869, -0.5844836251839869, 0.025033965812252985, -1.2273526255553278, -1.043726911853496, -0.7227239972167637, -0.8754517047822434, -1.4238735908572506, -0.7227239972167637, -1.2273526255553278, -0.056901375621584385, -1.2273526255553278, 0.2396960495784266, -0.4591744561877442, -0.7227239972167637, -0.8754517047822434, -0.8754517047822434, -0.5844836251839869, -1.4238735908572506, -0.7227239972167637, -1.4238735908572506, -1.4238735908572506, -1.2273526255553278, -1.4238735908572506, -1.043726911853496, -1.4238735908572506, -0.5844836251839869, -0.8754517047822434, -1.043726911853496, -0.24096890113732825, -1.2273526255553278, -0.8754517047822434, -0.7227239972167637, -1.043726911853496, -0.14525331296173194, -0.056901375621584385, -0.3451706665031293, -0.4591744561877442, -1.4238735908572506, -0.4591744561877442, -0.3451706665031293, 0.10134910261667306, -0.4591744561877442, -1.4238735908572506, -1.4238735908572506, -1.2273526255553278, -0.8754517047822434, -1.043726911853496, -0.5844836251839869, -0.3451706665031293, -0.8754517047822434, -0.4591744561877442, -0.7227239972167637, -0.7227239972167637, 0.025033965812252985, -0.4591744561877442, -1.4238735908572506, -1.043726911853496, -1.043726911853496, -0.5844836251839869, -1.2273526255553278, -0.8754517047822434, -1.4238735908572506, -0.7227239972167637, -0.24096890113732825, -1.6279381315888168, -0.056901375621584385, -0.3451706665031293, -0.3451706665031293, -1.043726911853496, -1.4238735908572506, 0.025033965812252985, -0.7227239972167637, -0.3451706665031293, -1.2273526255553278, -0.8754517047822434, -0.3451706665031293, -0.8754517047822434, -0.8754517047822434, -0.4591744561877442, -1.043726911853496, -1.6279381315888168, 0.025033965812252985, -1.2273526255553278, -1.043726911853496, -1.2273526255553278, -0.8754517047822434, -0.3451706665031293, -1.043726911853496, -0.8754517047822434, 0.5721164256391861, -1.043726911853496, -0.8754517047822434, -1.043726911853496, -0.8754517047822434, -1.2273526255553278, -0.7227239972167637, -0.8754517047822434, -1.2273526255553278, -1.2273526255553278, -1.2273526255553278, -0.5844836251839869, -1.043726911853496, -1.2273526255553278, -0.24096890113732825, -1.043726911853496, -0.4591744561877442, -1.4238735908572506, -1.6279381315888168, -0.3451706665031293, -0.7227239972167637, 0.025033965812252985, -0.14525331296173194, -1.6279381315888168, -0.5844836251839869, -0.3451706665031293, -0.5844836251839869, -1.2273526255553278, -1.043726911853496, -0.8754517047822434, -1.043726911853496, -0.4591744561877442, -0.5844836251839869, -0.7227239972167637, -1.4238735908572506, -0.7227239972167637, -1.043726911853496, -1.043726911853496, -1.043726911853496, -0.3451706665031293, -1.6279381315888168, -1.043726911853496, -0.7227239972167637, -1.2273526255553278, -0.4591744561877442, -0.4591744561877442, 0.025033965812252985, -0.8754517047822434, -0.8754517047822434, -1.2273526255553278, -1.043726911853496, 0.025033965812252985, -1.2273526255553278, -0.4591744561877442, -1.4238735908572506, -1.4238735908572506, -0.4591744561877442, -1.4238735908572506, -1.4238735908572506, 0.4724066750846777, -1.4238735908572506, -0.4591744561877442, -0.3451706665031293, -1.2273526255553278, -0.5844836251839869, -1.4238735908572506, -1.2273526255553278, -1.043726911853496, -0.7227239972167637, -0.5844836251839869, -0.4591744561877442, -0.8754517047822434, -0.8754517047822434, -1.4238735908572506, -0.8754517047822434, -1.2273526255553278, -1.043726911853496, -0.8754517047822434, -0.8754517047822434, -0.7227239972167637, -0.7227239972167637, -0.8754517047822434, -0.24096890113732825, -0.8754517047822434, -0.3451706665031293, -0.7227239972167637, -1.2273526255553278, -1.2273526255553278, -0.056901375621584385, 0.3623594433369384, -0.4591744561877442, -0.7227239972167637, -1.043726911853496, -1.2273526255553278, -1.4238735908572506, 0.30277446559916976, -0.8754517047822434, 0.025033965812252985, -1.043726911853496, -0.056901375621584385, -0.5844836251839869, -0.7227239972167637, -0.24096890113732825, -0.14525331296173194, -0.056901375621584385, -0.8754517047822434, -1.2273526255553278, -0.4591744561877442, -0.24096890113732825, -1.043726911853496, -1.043726911853496, -0.4591744561877442, -0.7227239972167637, 0.17271440151166398, -0.8754517047822434, -1.2273526255553278, -1.043726911853496, -0.5844836251839869, -0.4591744561877442, -1.2273526255553278, -0.7227239972167637, -0.8754517047822434, -1.043726911853496, 0.025033965812252985, -0.8754517047822434, -0.5844836251839869, -1.043726911853496, -0.5844836251839869, -1.043726911853496, -0.3451706665031293, -0.5844836251839869, -1.2273526255553278, -0.8754517047822434, -0.14525331296173194, -0.7227239972167637, -0.4591744561877442, -0.7227239972167637, 0.025033965812252985, -0.8754517047822434, -0.8754517047822434, -0.4591744561877442, -1.043726911853496, -0.7227239972167637, -0.8754517047822434, -1.043726911853496, -0.3451706665031293, -1.043726911853496, -0.7227239972167637, -0.24096890113732825, -0.7227239972167637, -0.8754517047822434, -0.8754517047822434, -0.5844836251839869, -0.8754517047822434, -0.24096890113732825, -0.8754517047822434, -0.7227239972167637, -1.2273526255553278, -0.5844836251839869, -0.8754517047822434, -0.5844836251839869, -0.24096890113732825, -0.5844836251839869, -1.043726911853496, -1.2273526255553278, -1.6279381315888168, -0.14525331296173194, -0.5844836251839869, -0.8754517047822434, -0.7227239972167637, -0.7227239972167637, -1.4238735908572506, -0.3451706665031293, -0.24096890113732825, -0.5844836251839869, -0.4591744561877442, -0.24096890113732825, -1.043726911853496, -0.056901375621584385, -1.043726911853496, -0.8754517047822434, -0.8754517047822434, 0.17271440151166398, -0.8754517047822434, -1.2273526255553278, -1.4238735908572506, -0.7227239972167637, -0.3451706665031293, -1.043726911853496, -1.4238735908572506, -1.6279381315888168, -0.5844836251839869, 0.4188024656712152, -0.14525331296173194, -0.5844836251839869, -1.2273526255553278, -0.5844836251839869, -0.7227239972167637, -0.7227239972167637, -0.24096890113732825, -0.056901375621584385, 0.30277446559916976, -0.8754517047822434, -0.4591744561877442, -1.2273526255553278, -1.2273526255553278, -0.5844836251839869, -0.7227239972167637, -0.4591744561877442, -0.5844836251839869, -1.043726911853496, -0.7227239972167637, -1.2273526255553278, -0.5844836251839869, -0.7227239972167637, 0.4188024656712152, -0.8754517047822434, -1.043726911853496, -0.14525331296173194, -1.043726911853496, -0.7227239972167637, -0.7227239972167637, -0.7227239972167637, -1.2273526255553278, -1.4238735908572506, -0.3451706665031293, -0.24096890113732825, -0.24096890113732825, -0.14525331296173194, -0.7227239972167637, -0.8754517047822434, -0.8754517047822434, -1.043726911853496, -1.043726911853496, -1.6279381315888168, -0.8754517047822434, -0.8754517047822434, -0.24096890113732825, -0.5844836251839869, -0.14525331296173194, -1.043726911853496, -0.4591744561877442, -1.043726911853496, -0.4591744561877442, -0.5844836251839869, -0.3451706665031293, -1.043726911853496, -1.043726911853496, -1.043726911853496, -0.8754517047822434, -1.043726911853496, -1.043726911853496, 0.2396960495784266, -0.4591744561877442, -0.8754517047822434, -0.5844836251839869, 0.025033965812252985, -0.5844836251839869, -0.24096890113732825, -1.043726911853496, -0.5844836251839869, -0.3451706665031293, -0.056901375621584385, -1.043726911853496, -0.4591744561877442, -0.3451706665031293, -0.4591744561877442, -1.4238735908572506, -1.2273526255553278, -0.3451706665031293, -0.4591744561877442, -1.2273526255553278, -1.043726911853496, -0.4591744561877442, -0.7227239972167637, -0.7227239972167637, -0.8754517047822434, -1.2273526255553278, -0.24096890113732825, -0.8754517047822434, -0.5844836251839869, -0.7227239972167637, -0.7227239972167637, -0.7227239972167637, -0.5844836251839869, -0.7227239972167637, -0.8754517047822434, -1.043726911853496, -0.7227239972167637, -1.043726911853496, -0.7227239972167637, -1.6279381315888168, -0.3451706665031293, -0.8754517047822434, -1.043726911853496, -0.8754517047822434, -0.14525331296173194, -0.4591744561877442, -0.7227239972167637, -0.8754517047822434, -1.4238735908572506, -0.3451706665031293, -1.043726911853496, -1.4238735908572506, -0.14525331296173194, -0.5844836251839869, -1.2273526255553278, -0.7227239972167637, -1.6279381315888168, -0.056901375621584385, -0.8754517047822434, -1.4238735908572506, -0.7227239972167637, -0.5844836251839869, -0.7227239972167637, -1.043726911853496, -0.7227239972167637, -1.043726911853496, -0.056901375621584385, -0.056901375621584385, -1.4238735908572506, -0.7227239972167637, -1.4238735908572506, -1.4238735908572506, -1.4238735908572506, -0.8754517047822434, -0.8754517047822434, -0.4591744561877442, -1.043726911853496, -1.2273526255553278, -0.5844836251839869, -0.8754517047822434, -0.4591744561877442, -1.2273526255553278, -0.5844836251839869, -0.8754517047822434, -0.5844836251839869, -0.7227239972167637, -0.7227239972167637, -0.24096890113732825, 0.2396960495784266, -0.5844836251839869, -1.6279381315888168, -0.4591744561877442, -0.24096890113732825, -0.7227239972167637, -0.7227239972167637, -0.4591744561877442, -1.2273526255553278, 0.10134910261667306, 0.10134910261667306, -0.4591744561877442, -0.8754517047822434, -0.8754517047822434, -0.8754517047822434, -1.2273526255553278, -1.2273526255553278, -0.14525331296173194, -1.043726911853496, -0.24096890113732825, -1.4238735908572506, -0.8754517047822434, -0.24096890113732825, -1.043726911853496, -0.24096890113732825, -0.5844836251839869, -0.5844836251839869, -1.4238735908572506, -0.3451706665031293, -1.043726911853496, -0.8754517047822434, -0.24096890113732825, -0.24096890113732825, -1.043726911853496, 0.025033965812252985, 0.17271440151166398, -0.3451706665031293, -0.7227239972167637, -0.3451706665031293, -1.043726911853496, -0.7227239972167637, -0.7227239972167637, -1.4238735908572506, -1.4238735908572506, 0.025033965812252985, -1.2273526255553278, -0.7227239972167637, -1.043726911853496, -0.3451706665031293, -0.24096890113732825, -0.8754517047822434, -1.043726911853496, -0.8754517047822434, -1.2273526255553278, -0.3451706665031293, -0.7227239972167637, -0.056901375621584385, -0.056901375621584385, -0.7227239972167637, -0.3451706665031293, -0.8754517047822434, -0.8754517047822434, -0.8754517047822434, -1.2273526255553278, -1.043726911853496, -0.8754517047822434, -0.14525331296173194, -0.8754517047822434, -0.4591744561877442, -1.2273526255553278, -1.6279381315888168, 0.10134910261667306, -1.043726911853496, -0.4591744561877442, -0.7227239972167637, -0.7227239972167637, -0.3451706665031293, -0.3451706665031293, -0.24096890113732825, -1.6279381315888168, -0.3451706665031293, -0.8754517047822434, -0.5844836251839869, -0.4591744561877442, -0.4591744561877442, -1.2273526255553278, -0.7227239972167637, -0.14525331296173194, 0.025033965812252985, -0.7227239972167637, -0.5844836251839869, -0.7227239972167637, -0.4591744561877442, -0.8754517047822434, -0.8754517047822434, -1.043726911853496, -0.3451706665031293, -0.8754517047822434, -0.3451706665031293, 0.6186518783327611, -0.14525331296173194, -0.7227239972167637, -0.7227239972167637, -0.7227239972167637, -0.7227239972167637, -0.5844836251839869, -1.6279381315888168, -1.2273526255553278, -0.056901375621584385, -1.043726911853496, -1.2273526255553278, -0.8754517047822434, -1.4238735908572506, -1.043726911853496, -0.7227239972167637, -0.056901375621584385, -0.8754517047822434, -1.043726911853496, -0.7227239972167637, -0.24096890113732825, -0.5844836251839869, -0.4591744561877442, -0.24096890113732825, -1.043726911853496, -0.5844836251839869, -0.5844836251839869, -0.5844836251839869, -0.5844836251839869, -0.7227239972167637, -0.24096890113732825, -0.3451706665031293, -0.056901375621584385, -1.4238735908572506, -0.4591744561877442, 0.30277446559916976, -0.3451706665031293, -1.043726911853496, -0.8754517047822434, -0.8754517047822434, -0.3451706665031293, -0.8754517047822434, -1.2273526255553278, -1.043726911853496, -0.8754517047822434, -1.043726911853496, -0.3451706665031293, -1.043726911853496, -0.4591744561877442, -0.14525331296173194, -0.8754517047822434, -0.5844836251839869, -1.043726911853496, -0.4591744561877442, -0.5844836251839869, -0.4591744561877442, -0.7227239972167637, -0.5844836251839869, -0.4591744561877442, -0.4591744561877442, 0.30277446559916976, -0.7227239972167637, -0.7227239972167637, -1.2273526255553278, -0.8754517047822434, -1.043726911853496, -1.2273526255553278, -1.043726911853496, -1.2273526255553278, -0.24096890113732825, -0.3451706665031293, -0.4591744561877442, -1.4238735908572506, -0.5844836251839869, -0.7227239972167637, 0.025033965812252985, -1.2273526255553278, -0.8754517047822434, -1.2273526255553278, -0.7227239972167637, -0.7227239972167637, -0.7227239972167637, -1.4238735908572506, -0.14525331296173194, -0.3451706665031293, -0.5844836251839869, -0.4591744561877442, 0.10134910261667306, -0.8754517047822434, -0.3451706665031293, -0.3451706665031293, -0.4591744561877442, 0.2396960495784266, -0.8754517047822434, -0.7227239972167637, 0.025033965812252985, -0.7227239972167637, -1.2273526255553278, 0.025033965812252985, -0.24096890113732825, -0.5844836251839869, -1.043726911853496, -0.8754517047822434, -0.3451706665031293, -0.3451706665031293, -0.5844836251839869, -0.4591744561877442, -0.056901375621584385, -0.7227239972167637, -0.4591744561877442, -1.043726911853496, -0.14525331296173194, -0.3451706665031293, -0.7227239972167637, -0.8754517047822434, -0.5844836251839869, -0.8754517047822434, -1.043726911853496, -0.8754517047822434, -1.2273526255553278, -0.7227239972167637, -1.043726911853496, -0.3451706665031293, -0.4591744561877442, -0.7227239972167637, -1.2273526255553278, -0.8754517047822434, -0.3451706665031293, -0.5844836251839869, -0.4591744561877442, -0.8754517047822434, 0.5234349446560831, 0.025033965812252985, -0.8754517047822434, -0.8754517047822434, 0.10134910261667306, 0.10134910261667306, -0.4591744561877442, -0.24096890113732825, -0.4591744561877442, -0.8754517047822434, -0.7227239972167637, -1.2273526255553278, -0.4591744561877442, -1.2273526255553278, -1.6279381315888168, -1.6279381315888168, -0.4591744561877442, 0.10134910261667306, -0.7227239972167637, -1.4238735908572506, -0.4591744561877442, -0.14525331296173194, -1.2273526255553278, -1.043726911853496, -0.5844836251839869, -1.4238735908572506, -1.043726911853496, -0.7227239972167637, 0.17271440151166398, -1.043726911853496, -0.24096890113732825, 0.17271440151166398, -0.7227239972167637, -1.2273526255553278, -0.4591744561877442, 0.10134910261667306, -1.2273526255553278, -0.5844836251839869, 0.025033965812252985, -0.8754517047822434, 2.72980224207165, -0.5844836251839869, -0.24096890113732825, -0.5844836251839869, -0.24096890113732825, -0.8754517047822434, -0.7227239972167637, -1.6279381315888168, -1.043726911853496, -0.14525331296173194, -0.3451706665031293, -0.7227239972167637, -0.7227239972167637, -0.24096890113732825, -1.043726911853496, -0.3451706665031293, -0.7227239972167637, -0.3451706665031293, -0.5844836251839869, -1.043726911853496, 0.025033965812252985, -0.5844836251839869, -0.8754517047822434, -0.5844836251839869, -0.056901375621584385, -1.043726911853496, -1.043726911853496, -0.4591744561877442, -0.056901375621584385, -1.2273526255553278, -0.5844836251839869, -0.056901375621584385, -0.5844836251839869, -0.056901375621584385, -1.2273526255553278, -1.2273526255553278, -1.6279381315888168, -0.5844836251839869, -0.7227239972167637, -0.5844836251839869, -0.24096890113732825, -0.4591744561877442, 0.17271440151166398, -0.7227239972167637, -1.6279381315888168, -0.4591744561877442, -0.7227239972167637, -0.8754517047822434, -1.2273526255553278, -0.5844836251839869, -1.4238735908572506, 0.17271440151166398, -0.4591744561877442, 0.10134910261667306, -0.24096890113732825, -1.2273526255553278, -0.8754517047822434, -0.4591744561877442, -1.043726911853496, 0.17271440151166398, -0.5844836251839869, -0.4591744561877442, -0.5844836251839869, -0.7227239972167637, -0.7227239972167637, -0.24096890113732825, -0.5844836251839869, -0.8754517047822434, -0.14525331296173194, -0.5844836251839869, -0.5844836251839869, -0.8754517047822434, -1.043726911853496, -1.2273526255553278, -0.3451706665031293, -0.3451706665031293, -0.14525331296173194, -0.056901375621584385, 0.17271440151166398, -0.7227239972167637, -0.4591744561877442, -0.7227239972167637, -1.2273526255553278, -0.3451706665031293, -0.3451706665031293, -1.2273526255553278, -0.8754517047822434, -1.043726911853496, 0.025033965812252985, -0.5844836251839869, -0.3451706665031293, -0.3451706665031293, -0.5844836251839869, -0.5844836251839869, -0.7227239972167637, -0.056901375621584385, 0.025033965812252985, -0.8754517047822434, -0.7227239972167637, -1.2273526255553278, -1.2273526255553278, -0.8754517047822434, -0.24096890113732825, -1.043726911853496, -0.5844836251839869, -0.5844836251839869, -0.4591744561877442, -0.5844836251839869, -0.8754517047822434, -0.056901375621584385, -0.8754517047822434, -1.4238735908572506, -0.8754517047822434, -0.8754517047822434, -1.4238735908572506, -0.8754517047822434, -0.7227239972167637, -0.5844836251839869, -0.056901375621584385, -0.5844836251839869, -1.2273526255553278, -0.14525331296173194, -0.8754517047822434, -0.4591744561877442, -1.2273526255553278, -0.5844836251839869, -0.5844836251839869, -0.7227239972167637, -1.043726911853496, -0.8754517047822434, -0.5844836251839869, -0.8754517047822434, -0.4591744561877442, -0.8754517047822434, -0.24096890113732825, -1.2273526255553278, -1.043726911853496, -0.056901375621584385, -0.7227239972167637, -0.14525331296173194, -0.7227239972167637, -0.8754517047822434, -1.043726911853496, -0.5844836251839869, -0.24096890113732825, -1.4238735908572506, -0.7227239972167637, -1.2273526255553278, -0.5844836251839869, -0.7227239972167637, -0.4591744561877442, -0.056901375621584385, -0.14525331296173194, -0.4591744561877442, -0.8754517047822434, -0.5844836251839869, -0.3451706665031293, -1.6279381315888168, -1.2273526255553278, -0.8754517047822434, -0.056901375621584385, -0.7227239972167637, -0.3451706665031293, -0.3451706665031293, -0.5844836251839869, -0.7227239972167637, -0.8754517047822434, -0.7227239972167637, -0.5844836251839869, -1.043726911853496, -0.7227239972167637, -0.14525331296173194, -1.043726911853496, -0.4591744561877442, -1.043726911853496, -0.4591744561877442, -0.3451706665031293, -0.056901375621584385, -1.4238735908572506, -0.7227239972167637, -1.043726911853496, -0.4591744561877442, -0.3451706665031293, -0.7227239972167637, -1.2273526255553278, -1.043726911853496, -1.2273526255553278, -1.043726911853496, -1.043726911853496, -1.043726911853496, -0.5844836251839869, -0.7227239972167637, -0.4591744561877442, -0.5844836251839869, -0.14525331296173194, -1.043726911853496, -0.7227239972167637, -0.8754517047822434, -0.8754517047822434, -0.7227239972167637, -0.7227239972167637, -0.24096890113732825, -0.7227239972167637, -0.5844836251839869, -0.4591744561877442, 0.025033965812252985, -0.8754517047822434, -1.043726911853496, -0.8754517047822434, -0.7227239972167637, -1.2273526255553278, -0.7227239972167637, 0.025033965812252985, -0.24096890113732825, -0.7227239972167637, -0.7227239972167637, -1.2273526255553278, 0.10134910261667306, -0.8754517047822434, -0.7227239972167637, -1.2273526255553278, -0.5844836251839869, -0.3451706665031293, -0.5844836251839869, -0.3451706665031293, -1.043726911853496, -1.4238735908572506, -0.8754517047822434, -0.4591744561877442, -0.056901375621584385, 0.10134910261667306, -1.2273526255553278, -1.043726911853496, -0.4591744561877442, -1.043726911853496, -1.2273526255553278, -0.8754517047822434, -0.3451706665031293, -1.2273526255553278, -1.4238735908572506, -1.2273526255553278, -1.4238735908572506, -1.043726911853496, -0.3451706665031293, -0.5844836251839869, -0.5844836251839869, -0.4591744561877442, -0.3451706665031293, -1.4238735908572506, -1.2273526255553278, -1.4238735908572506, -0.5844836251839869, -1.043726911853496, -1.043726911853496, -1.2273526255553278, -1.2273526255553278, -0.3451706665031293, -0.7227239972167637, -1.043726911853496, -0.4591744561877442, -0.7227239972167637, -0.24096890113732825, -0.14525331296173194, -1.043726911853496, 0.10134910261667306, -0.5844836251839869, -1.4238735908572506, -0.8754517047822434, -0.7227239972167637, -0.056901375621584385, 0.025033965812252985, -0.4591744561877442, 0.025033965812252985, -0.7227239972167637, -0.24096890113732825, -0.8754517047822434, -1.2273526255553278, -0.8754517047822434, -0.3451706665031293, -0.8754517047822434, -1.043726911853496, 0.3623594433369384, -0.8754517047822434, -1.043726911853496, -0.8754517047822434, -0.8754517047822434, -0.5844836251839869, -0.7227239972167637, -0.4591744561877442, -0.3451706665031293, -0.7227239972167637, -0.3451706665031293, -0.8754517047822434, -0.14525331296173194, -0.8754517047822434, -1.043726911853496, -1.043726911853496, -1.2273526255553278, -0.7227239972167637, -1.043726911853496, -1.043726911853496, -0.4591744561877442, -1.2273526255553278, -0.7227239972167637, -1.043726911853496, -0.056901375621584385, -0.24096890113732825, -0.14525331296173194, -0.24096890113732825, -0.5844836251839869, 0.025033965812252985, -1.2273526255553278, -1.4238735908572506, -1.043726911853496, -0.14525331296173194, -0.5844836251839869, -0.5844836251839869, -0.3451706665031293, -0.7227239972167637, -0.5844836251839869, -0.8754517047822434, -0.3451706665031293, -0.3451706665031293, -0.8754517047822434, -0.8754517047822434, -0.056901375621584385, -0.5844836251839869, -1.6279381315888168, -0.14525331296173194, -1.2273526255553278, -0.4591744561877442, -0.8754517047822434, -1.043726911853496, -0.7227239972167637, -0.14525331296173194, -0.4591744561877442, -0.24096890113732825, 0.025033965812252985, -0.7227239972167637, -1.043726911853496, -0.7227239972167637, -0.5844836251839869, -0.5844836251839869, -0.3451706665031293, -0.4591744561877442, -0.8754517047822434, -1.2273526255553278, -0.4591744561877442, 0.17271440151166398, -0.3451706665031293, -1.2273526255553278, 0.025033965812252985, -0.5844836251839869, -0.14525331296173194, -0.3451706665031293, -0.5844836251839869, -0.5844836251839869, -1.043726911853496, -1.043726911853496, -0.8754517047822434, 0.025033965812252985, -0.7227239972167637, -0.7227239972167637, -1.2273526255553278, -0.3451706665031293, -0.7227239972167637, -0.3451706665031293, -0.7227239972167637, -1.2273526255553278, -1.043726911853496, -0.3451706665031293, -0.14525331296173194, -0.4591744561877442, -0.5844836251839869, -0.8754517047822434, -0.7227239972167637, -0.3451706665031293, -0.8754517047822434, 0.4724066750846777, -0.14525331296173194, 0.7059711656453476, -0.5844836251839869, -0.7227239972167637, -1.043726911853496, -0.14525331296173194, -0.14525331296173194, -1.2273526255553278, -0.7227239972167637, -0.5844836251839869, -0.14525331296173194, -0.4591744561877442, -0.8754517047822434, -0.5844836251839869, -1.4238735908572506, -0.5844836251839869, 0.025033965812252985, -0.7227239972167637, -0.7227239972167637, -0.14525331296173194, -1.2273526255553278, -0.3451706665031293, -0.7227239972167637, -0.3451706665031293, -0.8754517047822434, -0.5844836251839869, -0.5844836251839869, -0.8754517047822434, 0.5721164256391861, -0.3451706665031293, -0.7227239972167637, -0.8754517047822434, -0.8754517047822434, -0.8754517047822434, -0.5844836251839869, -0.7227239972167637, -0.4591744561877442, -0.5844836251839869, -1.043726911853496, -0.4591744561877442, 0.025033965812252985, -0.5844836251839869, -0.24096890113732825, -0.7227239972167637, -0.3451706665031293, -0.5844836251839869, -1.043726911853496, -0.5844836251839869, -0.5844836251839869, -0.24096890113732825, -0.4591744561877442, -0.24096890113732825, -1.043726911853496, -0.3451706665031293, -0.5844836251839869, -0.8754517047822434, 0.4188024656712152, 0.6186518783327611, -0.8754517047822434, -1.043726911853496, -0.8754517047822434, -0.8754517047822434, -0.056901375621584385, -0.5844836251839869, -0.5844836251839869, -0.14525331296173194, -1.4238735908572506, -0.7227239972167637, -0.4591744561877442, 0.17271440151166398, -1.043726911853496, -0.24096890113732825, 0.17271440151166398, -0.4591744561877442, -0.8754517047822434, -0.3451706665031293, -0.4591744561877442, -0.7227239972167637, -0.4591744561877442, -0.7227239972167637, -0.4591744561877442, -0.4591744561877442, 0.025033965812252985, 0.4724066750846777, -1.2273526255553278, -0.4591744561877442, -1.043726911853496, -0.5844836251839869, -0.4591744561877442, -0.5844836251839869, -0.14525331296173194, 0.4188024656712152, -0.8754517047822434, -0.056901375621584385, -0.3451706665031293, -1.4238735908572506, -0.7227239972167637, -0.24096890113732825, -0.7227239972167637, -0.3451706665031293, -1.2273526255553278, -0.7227239972167637, -1.043726911853496, -1.2273526255553278, 0.10134910261667306, -0.4591744561877442, 0.17271440151166398, -0.7227239972167637, -0.056901375621584385, -0.24096890113732825, -0.3451706665031293, -0.5844836251839869, 0.10134910261667306, -0.24096890113732825, -0.14525331296173194, -0.14525331296173194, -0.5844836251839869, 0.025033965812252985, -0.7227239972167637, -0.3451706665031293, -1.2273526255553278, -1.043726911853496, 0.025033965812252985, -0.5844836251839869, -1.043726911853496, -1.2273526255553278, -0.8754517047822434, -0.7227239972167637, -0.056901375621584385, -0.056901375621584385, 0.025033965812252985, -0.7227239972167637, -0.5844836251839869, -0.24096890113732825, -0.7227239972167637, -0.5844836251839869, 0.30277446559916976, -0.7227239972167637, -0.8754517047822434, -0.5844836251839869, -0.14525331296173194, -0.8754517047822434, -0.14525331296173194, -0.8754517047822434, -0.14525331296173194, -0.4591744561877442, -0.056901375621584385, -0.7227239972167637, -0.7227239972167637, 0.17271440151166398, -0.24096890113732825, -1.043726911853496, -0.24096890113732825, -1.043726911853496, -0.3451706665031293, 0.025033965812252985, -0.4591744561877442, -0.3451706665031293, -1.043726911853496, 0.3623594433369384, -1.043726911853496, -0.7227239972167637, -1.043726911853496, -0.8754517047822434, -0.4591744561877442, -0.3451706665031293, 0.025033965812252985, -1.043726911853496, 0.025033965812252985, -1.4238735908572506, -0.24096890113732825, -1.4238735908572506, -0.7227239972167637, -1.043726911853496, -0.5844836251839869, -0.5844836251839869, -0.7227239972167637, -1.2273526255553278, -0.24096890113732825, -0.4591744561877442, -0.7227239972167637, 0.30277446559916976, -0.3451706665031293, -0.8754517047822434, -0.24096890113732825, -0.8754517047822434, 0.10134910261667306, -0.3451706665031293, -0.7227239972167637, -0.8754517047822434, -1.043726911853496, -0.8754517047822434, -1.043726911853496, -0.5844836251839869, -0.3451706665031293, -0.5844836251839869, -0.5844836251839869, -1.043726911853496, -0.7227239972167637, -0.7227239972167637, -0.4591744561877442, -1.6279381315888168, -0.3451706665031293, -0.5844836251839869, -0.4591744561877442, -1.043726911853496, -0.8754517047822434, -0.056901375621584385, -0.056901375621584385, -0.3451706665031293, -0.4591744561877442, 0.2396960495784266, -0.7227239972167637, -0.3451706665031293, -0.3451706665031293, -0.3451706665031293, -1.2273526255553278, -1.2273526255553278, 0.025033965812252985, -0.5844836251839869, 0.2396960495784266, -0.7227239972167637, -0.056901375621584385, -0.24096890113732825, -0.5844836251839869, -0.7227239972167637, -0.14525331296173194, -0.4591744561877442, -0.5844836251839869, -0.056901375621584385, -0.4591744561877442, -0.7227239972167637, -0.8754517047822434, -0.14525331296173194, 0.2396960495784266, -0.7227239972167637, -0.3451706665031293, -0.7227239972167637, 0.10134910261667306, -0.5844836251839869, -0.4591744561877442, -1.4238735908572506, -0.5844836251839869, -0.8754517047822434, -0.7227239972167637, 0.10134910261667306, -0.14525331296173194, -0.5844836251839869, -0.24096890113732825, -0.5844836251839869, -0.14525331296173194, -0.3451706665031293, -0.8754517047822434, -0.4591744561877442, -0.7227239972167637, -0.14525331296173194, 0.2396960495784266, -0.5844836251839869, -0.4591744561877442, 0.10134910261667306, -1.043726911853496, -1.6279381315888168, -0.3451706665031293, -0.24096890113732825, -0.5844836251839869, -0.8754517047822434, -1.043726911853496, -1.4238735908572506, -0.5844836251839869, -0.7227239972167637, -0.3451706665031293, -0.7227239972167637, -0.056901375621584385, -0.24096890113732825, -0.7227239972167637, 1.1978390756589568, -1.2273526255553278, -0.4591744561877442, -0.4591744561877442, -0.5844836251839869, -0.8754517047822434, -1.043726911853496, -1.2273526255553278, -0.5844836251839869, -1.043726911853496, -0.14525331296173194, -0.24096890113732825, -1.043726911853496, -0.7227239972167637, -1.043726911853496, -0.7227239972167637, -1.043726911853496, -0.056901375621584385, -0.8754517047822434, -0.056901375621584385, -0.14525331296173194, 0.4724066750846777, 0.2396960495784266, -0.4591744561877442, -0.5844836251839869, 0.2396960495784266, -0.3451706665031293, -1.4238735908572506, -1.2273526255553278, -0.7227239972167637, -0.4591744561877442, -0.24096890113732825, -0.4591744561877442, 0.7470500711578881, -0.056901375621584385, -0.7227239972167637, -0.056901375621584385, -0.4591744561877442, -0.7227239972167637, -0.8754517047822434, -0.8754517047822434, -0.3451706665031293, -1.043726911853496, -0.4591744561877442, 0.2396960495784266, -0.14525331296173194, -0.8754517047822434, -1.043726911853496, -0.24096890113732825, -0.4591744561877442, -0.14525331296173194, 0.2396960495784266, 0.10134910261667306, -0.4591744561877442, -0.24096890113732825, -0.056901375621584385, -0.4591744561877442, -0.8754517047822434, -0.24096890113732825, -0.056901375621584385, -0.5844836251839869, -0.5844836251839869, -0.24096890113732825, -0.4591744561877442, -0.3451706665031293, -0.7227239972167637, -0.7227239972167637, -0.7227239972167637, -0.7227239972167637, -0.5844836251839869, -0.5844836251839869, -0.4591744561877442, -0.3451706665031293, -0.056901375621584385, -0.3451706665031293, -0.3451706665031293, -0.14525331296173194, -1.2273526255553278, -0.3451706665031293, 0.17271440151166398, -1.2273526255553278, -0.3451706665031293, -0.7227239972167637, -1.043726911853496, 0.30277446559916976, -0.5844836251839869, -0.5844836251839869, -0.5844836251839869, -0.3451706665031293, -0.7227239972167637, -0.3451706665031293, -1.2273526255553278, -0.5844836251839869, -0.4591744561877442, -0.24096890113732825, -0.5844836251839869, -0.5844836251839869, -0.3451706665031293, -0.7227239972167637, -1.043726911853496, -0.5844836251839869, -0.14525331296173194, -0.3451706665031293, -0.14525331296173194, -0.24096890113732825, -0.24096890113732825, -1.2273526255553278, -0.4591744561877442, -0.5844836251839869, -0.8754517047822434, -0.8754517047822434, 0.30277446559916976, -0.8754517047822434, -0.7227239972167637, -0.056901375621584385, -0.24096890113732825, -0.5844836251839869, -0.14525331296173194, -0.7227239972167637, 0.10134910261667306, 0.17271440151166398, -0.8754517047822434, -1.043726911853496, -0.3451706665031293, -0.8754517047822434, -0.7227239972167637, -0.14525331296173194, -0.5844836251839869, -1.2273526255553278, -0.8754517047822434, -0.3451706665031293, 0.17271440151166398, -0.056901375621584385, -1.2273526255553278, -0.24096890113732825, 0.30277446559916976, -1.043726911853496, -0.7227239972167637, 0.2396960495784266, -0.7227239972167637, -0.8754517047822434, -0.4591744561877442, -0.8754517047822434, -0.3451706665031293, -1.043726911853496, -1.4238735908572506, 0.5234349446560831, -0.24096890113732825, -0.8754517047822434, -0.14525331296173194, -0.4591744561877442, -0.4591744561877442, -0.4591744561877442, -0.4591744561877442, -0.24096890113732825, -0.5844836251839869, -0.14525331296173194, 0.10134910261667306, -0.24096890113732825, -0.7227239972167637, -1.2273526255553278, -0.14525331296173194, -0.056901375621584385, -0.4591744561877442, 0.025033965812252985, -0.056901375621584385, -0.4591744561877442, 0.10134910261667306, -0.5844836251839869, -0.5844836251839869, -0.3451706665031293, -0.5844836251839869, -0.7227239972167637, -0.3451706665031293, -0.14525331296173194, -0.14525331296173194, -0.24096890113732825, -0.3451706665031293, -0.7227239972167637, -0.8754517047822434, -0.4591744561877442, -0.3451706665031293, -0.4591744561877442, -0.7227239972167637, -0.056901375621584385, -0.4591744561877442, -0.4591744561877442, -0.3451706665031293, -1.043726911853496, -0.24096890113732825, 0.9966797588259348, -0.14525331296173194, -0.14525331296173194, -0.4591744561877442, -1.043726911853496, -0.14525331296173194, 0.17271440151166398, -0.4591744561877442, -0.5844836251839869, 0.10134910261667306, -0.3451706665031293, -0.4591744561877442, -0.4591744561877442, -1.2273526255553278, -1.043726911853496, -1.043726911853496, -0.056901375621584385, -0.8754517047822434, -0.3451706665031293, -0.4591744561877442, -0.4591744561877442, 0.30277446559916976, -0.24096890113732825, -0.7227239972167637, -0.14525331296173194, -0.8754517047822434, -1.043726911853496, -0.3451706665031293, -0.8754517047822434, -0.056901375621584385, -0.8754517047822434, -1.4238735908572506, -0.7227239972167637, -0.4591744561877442, -0.14525331296173194, 0.30277446559916976, 0.025033965812252985, -0.3451706665031293, -1.2273526255553278, -0.24096890113732825, -0.4591744561877442, 0.17271440151166398, 0.025033965812252985, -0.14525331296173194, -0.7227239972167637, -0.8754517047822434, -0.5844836251839869, -0.8754517047822434, 0.2396960495784266, -0.14525331296173194, -0.4591744561877442, -0.7227239972167637, -1.2273526255553278, -0.24096890113732825, -1.2273526255553278, -0.4591744561877442, -0.4591744561877442, -0.5844836251839869, -0.4591744561877442, -1.6279381315888168, -0.4591744561877442, -0.24096890113732825, -0.7227239972167637, -1.043726911853496, -0.7227239972167637, 0.896913906385707, -0.3451706665031293, -0.14525331296173194, 0.17271440151166398, -0.7227239972167637, -0.8754517047822434, -0.7227239972167637, 0.025033965812252985, -0.7227239972167637, -0.7227239972167637, -0.5844836251839869, -0.7227239972167637, -0.14525331296173194, -0.056901375621584385, -0.4591744561877442, -0.4591744561877442, -0.14525331296173194, 0.17271440151166398, -0.3451706665031293, -0.8754517047822434, 0.2396960495784266, -0.4591744561877442, -0.3451706665031293, -0.056901375621584385, -0.4591744561877442, -0.7227239972167637, 0.2396960495784266, -0.056901375621584385, -0.8754517047822434, -0.8754517047822434, -0.24096890113732825, -0.3451706665031293, -0.8754517047822434, -0.8754517047822434, -0.4591744561877442, -0.24096890113732825, -1.043726911853496, -0.14525331296173194, -0.5844836251839869, -1.043726911853496, -0.14525331296173194, -0.4591744561877442, -0.8754517047822434, 0.10134910261667306, 0.6632180316199353, -0.5844836251839869, -0.24096890113732825, -0.8754517047822434, -0.3451706665031293, -0.8754517047822434, -0.5844836251839869, -0.24096890113732825, -0.5844836251839869, -0.5844836251839869, -0.8754517047822434, -0.5844836251839869, -1.043726911853496, -0.4591744561877442, -1.2273526255553278, -0.3451706665031293, -0.3451706665031293, -0.056901375621584385, 0.4188024656712152, -0.24096890113732825, -1.2273526255553278, -0.7227239972167637, 0.025033965812252985, -1.2273526255553278, 0.10134910261667306, -0.5844836251839869, -1.043726911853496, -0.8754517047822434, -0.3451706665031293, -0.4591744561877442, 0.30277446559916976, -0.3451706665031293, 0.10134910261667306, -1.4238735908572506, -0.14525331296173194, -0.3451706665031293, 0.025033965812252985, -0.14525331296173194, -0.056901375621584385, -0.3451706665031293, 0.17271440151166398, -0.5844836251839869, 0.10134910261667306, -0.14525331296173194, -1.043726911853496, -0.5844836251839869, 0.025033965812252985, -0.24096890113732825, -0.4591744561877442, -0.24096890113732825, -0.3451706665031293, -0.8754517047822434, 1.3208351444611202, -0.3451706665031293, -0.3451706665031293, -0.7227239972167637, -1.043726911853496, 0.025033965812252985, -0.24096890113732825, -0.7227239972167637, 0.4724066750846777, -0.7227239972167637, -0.24096890113732825, -1.2273526255553278, -0.056901375621584385, -0.14525331296173194, 0.4188024656712152, -0.056901375621584385, -0.4591744561877442, -0.14525331296173194, -0.056901375621584385, -0.5844836251839869, -0.5844836251839869, 0.17271440151166398, -0.8754517047822434, -0.5844836251839869, -0.24096890113732825, -0.3451706665031293, -0.5844836251839869, 0.025033965812252985, -0.24096890113732825, -0.7227239972167637, -1.4238735908572506, -1.043726911853496, 0.10134910261667306, -0.5844836251839869, -0.5844836251839869, -0.4591744561877442, 0.17271440151166398, -0.24096890113732825, -0.24096890113732825, -0.8754517047822434, -0.3451706665031293, 0.10134910261667306, -0.056901375621584385, -1.043726911853496, 0.17271440151166398, -0.5844836251839869, 0.025033965812252985, -0.7227239972167637, -0.5844836251839869, 0.025033965812252985, -0.4591744561877442, -0.7227239972167637, -0.5844836251839869, -0.5844836251839869, -0.4591744561877442, -1.4238735908572506, -0.4591744561877442, -0.7227239972167637, 0.10134910261667306, -1.043726911853496, -0.14525331296173194, -1.2273526255553278, -0.14525331296173194, -0.5844836251839869, -0.14525331296173194, -0.056901375621584385, -0.056901375621584385, -0.24096890113732825, -0.8754517047822434, -0.3451706665031293, 0.896913906385707, -0.24096890113732825, 0.7059711656453476, -0.4591744561877442, -0.5844836251839869, -0.24096890113732825, 0.025033965812252985, -0.8754517047822434, -0.3451706665031293, -0.24096890113732825, -0.5844836251839869, -0.5844836251839869, -0.7227239972167637, -0.8754517047822434, -0.8754517047822434, -0.5844836251839869, 0.30277446559916976, -0.24096890113732825, -0.4591744561877442, -0.24096890113732825, -0.5844836251839869, -0.3451706665031293, -0.3451706665031293, -0.24096890113732825, -0.24096890113732825, 0.025033965812252985, -0.4591744561877442, -0.7227239972167637, 0.10134910261667306, -0.7227239972167637, -0.7227239972167637, -1.2273526255553278, -1.6279381315888168, -0.14525331296173194, -0.4591744561877442, -1.043726911853496, -0.3451706665031293, -0.14525331296173194, -0.7227239972167637, -0.5844836251839869, 0.10134910261667306, 0.17271440151166398, -1.043726911853496, -0.7227239972167637, -0.7227239972167637, -0.3451706665031293, 1.6031641630828035, -0.5844836251839869, -0.7227239972167637, 0.025033965812252985, -0.14525331296173194, -0.14525331296173194, -0.24096890113732825, -0.8754517047822434, -0.3451706665031293, 0.4188024656712152, -0.14525331296173194, -1.043726911853496, -0.5844836251839869, -0.8754517047822434, -0.7227239972167637, -0.4591744561877442, -0.056901375621584385, -0.5844836251839869, 0.10134910261667306, -0.5844836251839869, -0.056901375621584385, -0.3451706665031293, -0.3451706665031293, -0.5844836251839869, -0.7227239972167637, -0.7227239972167637, -0.24096890113732825, -0.4591744561877442, -1.2273526255553278, 0.3623594433369384, 0.10134910261667306, 1.5488303434972743, -0.8754517047822434, -0.14525331296173194, -0.4591744561877442, -0.5844836251839869, -0.056901375621584385, 0.6186518783327611, 0.3623594433369384, 0.30277446559916976, 0.4724066750846777, -0.5844836251839869, 0.025033965812252985, -0.8754517047822434, -0.5844836251839869, 0.025033965812252985, 0.025033965812252985, -0.8754517047822434, -0.5844836251839869, -0.4591744561877442, -0.24096890113732825, -0.3451706665031293, -0.5844836251839869, -0.3451706665031293, 1.0279161281146394, 0.025033965812252985, -0.5844836251839869, -0.4591744561877442, -0.4591744561877442, -0.8754517047822434, -1.2273526255553278, -0.5844836251839869, -0.4591744561877442, 0.2396960495784266, -0.3451706665031293, -0.5844836251839869, 0.10134910261667306, 0.025033965812252985, 0.025033965812252985, 0.5234349446560831, -0.4591744561877442, 0.2396960495784266, -0.14525331296173194, -0.24096890113732825, -0.056901375621584385, 0.025033965812252985, -0.24096890113732825, -0.4591744561877442, -0.4591744561877442, -0.14525331296173194, 0.10134910261667306, -0.5844836251839869, -0.056901375621584385, -0.14525331296173194, -0.3451706665031293, -0.14525331296173194, -0.4591744561877442, -0.14525331296173194, -1.043726911853496, -0.4591744561877442, 0.2396960495784266, -0.056901375621584385, -0.7227239972167637, -0.7227239972167637, -0.5844836251839869, -0.8754517047822434, -0.7227239972167637, -0.3451706665031293, 0.025033965812252985, 0.025033965812252985, -0.056901375621584385, -0.7227239972167637, -0.4591744561877442, -0.3451706665031293, -0.7227239972167637, -0.4591744561877442, -0.14525331296173194, -0.056901375621584385, 0.17271440151166398, -0.7227239972167637, -0.5844836251839869, -0.3451706665031293, -0.5844836251839869, 0.10134910261667306, 0.17271440151166398, -0.8754517047822434, -0.4591744561877442, -0.14525331296173194, -0.8754517047822434, -0.5844836251839869, 0.025033965812252985, -1.043726911853496, -0.056901375621584385, -1.2273526255553278, -0.056901375621584385, 0.025033965812252985, -0.24096890113732825, -0.8754517047822434, -0.5844836251839869, -0.8754517047822434, 0.17271440151166398, 0.025033965812252985, -0.5844836251839869, -0.14525331296173194, -0.24096890113732825, -1.2273526255553278, -0.24096890113732825, -0.7227239972167637, -0.5844836251839869, -0.056901375621584385, -0.5844836251839869, 0.025033965812252985, -0.4591744561877442, 0.025033965812252985, -0.24096890113732825, -0.5844836251839869, -0.056901375621584385, -0.3451706665031293, 0.025033965812252985, -0.7227239972167637, -0.3451706665031293, -0.4591744561877442, -0.056901375621584385, -0.3451706665031293, -0.24096890113732825, 0.30277446559916976, -0.4591744561877442, -0.5844836251839869, -0.8754517047822434, 0.4724066750846777, -1.2273526255553278, -0.4591744561877442, 0.10134910261667306, 0.17271440151166398, 0.5234349446560831, -0.4591744561877442, -0.14525331296173194, -0.4591744561877442, -1.4238735908572506, -0.14525331296173194, 0.5234349446560831, 0.17271440151166398, -0.24096890113732825, -0.8754517047822434, -0.5844836251839869, -0.4591744561877442, -0.24096890113732825, -0.4591744561877442, -0.7227239972167637, -0.24096890113732825, 0.4724066750846777, -0.5844836251839869, -0.3451706665031293, -0.5844836251839869, -0.056901375621584385, 0.30277446559916976, -0.8754517047822434, -0.4591744561877442, 0.10134910261667306, -0.24096890113732825, 0.17271440151166398, -0.24096890113732825, 0.5234349446560831, -0.7227239972167637, -0.14525331296173194, -0.7227239972167637, -0.7227239972167637, 0.025033965812252985, 1.3437715175450484, 0.025033965812252985, -0.4591744561877442, -0.7227239972167637, -0.056901375621584385, -0.14525331296173194, -0.14525331296173194, 0.10134910261667306, -0.4591744561877442, 0.025033965812252985, 0.17271440151166398, 0.17271440151166398, 0.30277446559916976, -0.5844836251839869, 0.17271440151166398, -0.14525331296173194, 0.3623594433369384, 0.17271440151166398, -1.4238735908572506, -0.5844836251839869, 0.2396960495784266, -0.056901375621584385, -0.3451706665031293, -0.4591744561877442, 0.17271440151166398, 0.30277446559916976, 0.6186518783327611, 1.4096752124598164, 0.17271440151166398, 0.2396960495784266, -0.24096890113732825, -0.24096890113732825, -0.4591744561877442, 0.025033965812252985, 0.2396960495784266, -0.14525331296173194, -0.4591744561877442, -0.5844836251839869, -0.4591744561877442, -0.3451706665031293, 0.025033965812252985, 0.30277446559916976, 0.30277446559916976, -0.5844836251839869, -0.24096890113732825, -0.4591744561877442, 1.0279161281146394, -0.056901375621584385, -0.7227239972167637, -0.14525331296173194, -0.5844836251839869, -0.5844836251839869, -0.056901375621584385, -0.24096890113732825, -0.5844836251839869, 0.025033965812252985, -0.5844836251839869, -0.24096890113732825, -0.3451706665031293, -0.24096890113732825, 0.8246672491583485, -0.14525331296173194, 0.30277446559916976, -0.14525331296173194, -0.4591744561877442, 0.3623594433369384, 0.025033965812252985, -0.056901375621584385, 0.3623594433369384, -0.14525331296173194, -0.4591744561877442, -0.4591744561877442, -0.8754517047822434, 0.2396960495784266, -0.056901375621584385, 0.17271440151166398, -0.4591744561877442, -0.5844836251839869, -0.3451706665031293, 0.5234349446560831, -0.14525331296173194, 0.2396960495784266, 0.10134910261667306, -0.4591744561877442, 0.3623594433369384, 1.2236358084725296, 0.10134910261667306, -1.043726911853496, -0.24096890113732825, -0.3451706665031293, 0.17271440151166398, 0.2396960495784266, 0.2396960495784266, -0.8754517047822434, 0.17271440151166398, 0.10134910261667306, 0.30277446559916976, 0.4188024656712152, 1.1713832046480301, -0.14525331296173194, -0.056901375621584385, -0.7227239972167637, 0.5234349446560831, -0.3451706665031293, -0.14525331296173194, 0.4724066750846777, -0.056901375621584385, -0.4591744561877442, -0.8754517047822434, 0.6186518783327611, -0.3451706665031293, 0.17271440151166398, 0.17271440151166398, 0.10134910261667306, 0.4188024656712152, 0.025033965812252985, 0.5234349446560831, -0.5844836251839869, 0.10134910261667306, -0.8754517047822434, 0.2396960495784266, 0.17271440151166398, -0.24096890113732825, -0.5844836251839869, 0.6632180316199353, 0.30277446559916976, -0.056901375621584385, -0.4591744561877442, -0.7227239972167637, 0.8614158142826003, 1.1713832046480301, -0.14525331296173194, 0.17271440151166398, 0.025033965812252985, -0.24096890113732825, 0.4188024656712152, -0.5844836251839869, 1.6547770294317337, 0.10134910261667306, 0.4188024656712152, -0.4591744561877442, 0.025033965812252985, -0.4591744561877442, -0.14525331296173194, 0.10134910261667306, 1.4513846806436093, 0.30277446559916976, 0.5721164256391861, -0.3451706665031293, 0.10134910261667306, 0.3623594433369384, -0.3451706665031293, 0.4188024656712152, 0.4724066750846777, -0.5844836251839869, -0.8754517047822434, -0.056901375621584385, -0.056901375621584385, -0.3451706665031293, 0.17271440151166398, -0.4591744561877442, -0.5844836251839869, 0.7059711656453476, -0.4591744561877442, 0.025033965812252985, 0.2396960495784266, -0.5844836251839869, -0.7227239972167637, -0.5844836251839869, 0.6186518783327611, 0.17271440151166398, 0.30277446559916976, 0.30277446559916976, 0.3623594433369384, 3.319477528800797, 1.6878032581274964, 0.10134910261667306, -0.4591744561877442, -0.7227239972167637, 0.30277446559916976, -0.056901375621584385, -0.5844836251839869, 0.30277446559916976, -0.4591744561877442, 0.2396960495784266, -0.3451706665031293, 1.530063696336641, 0.17271440151166398, 0.17271440151166398, 0.4188024656712152, 0.025033965812252985, -0.056901375621584385, 0.5234349446560831, -0.3451706665031293, -0.24096890113732825, -0.14525331296173194, -0.7227239972167637, 0.3623594433369384, 0.2396960495784266, 1.1978390756589568, 0.17271440151166398, -0.14525331296173194, -0.14525331296173194, 0.3623594433369384, 3.9227475834673764, 0.10134910261667306, 0.025033965812252985, -0.056901375621584385, 0.9312426466612032, 0.7470500711578881, 0.3623594433369384, -0.14525331296173194, -0.8754517047822434, 0.3623594433369384, 0.17271440151166398, -0.14525331296173194, 0.30277446559916976, 0.4188024656712152, -0.5844836251839869, -0.14525331296173194, 0.2396960495784266, 0.896913906385707, 0.4188024656712152, 0.3623594433369384, -0.24096890113732825, 0.10134910261667306, 0.17271440151166398, 0.025033965812252985, -1.2273526255553278, -0.24096890113732825, 0.025033965812252985, -0.056901375621584385, -1.2273526255553278, 0.17271440151166398, 0.30277446559916976, -0.4591744561877442, 0.3623594433369384, -0.7227239972167637, 0.17271440151166398, -0.24096890113732825, 0.10134910261667306, 0.6186518783327611, -0.056901375621584385, 0.30277446559916976, 0.025033965812252985, 0.025033965812252985, -1.4238735908572506, 0.17271440151166398, 0.896913906385707, 0.4724066750846777, 0.025033965812252985, 0.7470500711578881, 0.7059711656453476, 0.17271440151166398, -0.4591744561877442, -1.043726911853496, -0.24096890113732825, -0.24096890113732825, -0.3451706665031293, 0.5234349446560831, 0.5721164256391861, 0.10134910261667306, -0.7227239972167637, -0.24096890113732825, -0.24096890113732825, 0.896913906385707, 0.5234349446560831, 0.025033965812252985, 0.2396960495784266, -0.24096890113732825, 0.025033965812252985, 0.4724066750846777, -0.24096890113732825, 1.4096752124598164, -0.14525331296173194, 0.5721164256391861, 0.17271440151166398, -1.043726911853496, 0.4188024656712152, -0.24096890113732825, 0.5721164256391861, 0.025033965812252985, 0.5721164256391861, 0.17271440151166398, 1.7039276835741477, 0.30277446559916976, 0.5234349446560831, 0.5721164256391861, 0.3623594433369384, -0.056901375621584385, -0.056901375621584385, 0.025033965812252985, -0.4591744561877442, 0.025033965812252985, 1.5853691453897871, -0.3451706665031293, 0.10134910261667306, -0.3451706665031293, -0.24096890113732825, -0.5844836251839869, 0.10134910261667306, 0.4188024656712152, 0.4188024656712152, 0.3623594433369384, -0.056901375621584385, -0.3451706665031293, 0.7470500711578881, 0.5234349446560831, 0.025033965812252985, 0.17271440151166398, 0.9966797588259348, -0.14525331296173194, -0.4591744561877442, -0.24096890113732825, -0.24096890113732825, 0.4724066750846777, 0.2396960495784266, 0.896913906385707, 0.3623594433369384, 1.3208351444611202, 0.4724066750846777, 0.6632180316199353, -0.4591744561877442, -0.24096890113732825, 0.4724066750846777, 0.4188024656712152, -0.24096890113732825, -0.24096890113732825, 1.058240567413568, 0.30277446559916976, 0.30277446559916976, 0.025033965812252985, 0.025033965812252985, 0.7865785066663415, 3.850042786339364, 0.4724066750846777, 1.058240567413568, 2.1613642711788743, 0.17271440151166398, 0.2396960495784266, 0.025033965812252985, 0.5234349446560831, 1.5109492610156596, 0.5721164256391861, 0.896913906385707, -0.3451706665031293, 0.10134910261667306, 0.5234349446560831, -0.24096890113732825, 1.4914739627084368, -0.056901375621584385, 0.2396960495784266, -0.056901375621584385, 0.10134910261667306, 1.1978390756589568, 0.025033965812252985, 0.17271440151166398, 0.5234349446560831, 0.4188024656712152, 0.3623594433369384, -0.24096890113732825, 0.17271440151166398, 0.6186518783327611, 0.2396960495784266, 0.2396960495784266, 0.10134910261667306, 0.025033965812252985, 1.1442339337527254, 0.7059711656453476, -0.5844836251839869, -0.24096890113732825, 0.17271440151166398, 0.17271440151166398, 0.3623594433369384, 0.896913906385707, 1.62065720310202, 1.1978390756589568, -0.14525331296173194, 1.3437715175450484, -0.4591744561877442, 0.10134910261667306, -0.8754517047822434, -0.056901375621584385, 0.30277446559916976, -0.14525331296173194, 0.6186518783327611, -0.056901375621584385, 0.025033965812252985, 0.7865785066663415, 0.5721164256391861, 0.10134910261667306, 0.7470500711578881, 1.6378583080457334, 0.6186518783327611, 0.6186518783327611, -0.5844836251839869, 0.30277446559916976, 0.025033965812252985, -0.8754517047822434, 1.1442339337527254, -0.056901375621584385, 0.7470500711578881, 0.7470500711578881, 0.17271440151166398, 0.5234349446560831, 1.058240567413568, -1.2273526255553278, 0.5721164256391861, 0.6186518783327611, 0.8614158142826003, 1.2488052059396737, 1.2733768400895202, 0.4188024656712152, -0.3451706665031293, 0.4188024656712152, 0.7865785066663415, -0.5844836251839869, 0.17271440151166398, 0.5234349446560831, -0.056901375621584385, 0.17271440151166398, 0.5234349446560831, 0.17271440151166398, 1.1713832046480301, 0.6186518783327611, 1.7198036131102061, -0.4591744561877442, -0.056901375621584385, 1.058240567413568, -0.3451706665031293, 0.30277446559916976, 0.2396960495784266, 0.8246672491583485, -0.056901375621584385, 0.10134910261667306, -0.3451706665031293, 1.0279161281146394, -0.7227239972167637, 0.10134910261667306, 0.4188024656712152, -0.056901375621584385, 1.4307405708159775, 1.4096752124598164, -0.7227239972167637, 0.025033965812252985, 0.6186518783327611, 1.5109492610156596, 0.6186518783327611, 0.8614158142826003, -0.3451706665031293, 0.10134910261667306, -0.056901375621584385, 0.10134910261667306, -0.8754517047822434, 0.10134910261667306, 0.2396960495784266, -0.7227239972167637, 0.4188024656712152, 0.30277446559916976, 0.896913906385707, 0.896913906385707, 0.9966797588259348, 0.3623594433369384, 2.304750402095766, 0.8614158142826003, 0.6186518783327611, 1.4513846806436093, 0.10134910261667306, -0.3451706665031293, 0.7059711656453476, 0.2396960495784266, 0.2396960495784266, 0.7865785066663415, 1.2973782545116015, 0.2396960495784266, 1.2973782545116015, 0.9312426466612032, 0.30277446559916976, 1.7660139800265278, 0.17271440151166398, -0.056901375621584385, 0.5234349446560831, -0.056901375621584385, 0.9312426466612032, 1.2733768400895202, 0.5234349446560831, 1.2973782545116015, 0.6632180316199353, 0.025033965812252985, 0.4724066750846777, 0.8614158142826003, 0.3623594433369384, 0.5721164256391861, 0.10134910261667306, 0.6186518783327611, 0.3623594433369384, 1.3437715175450484, 0.5721164256391861, 1.6547770294317337, 0.9312426466612032, 0.7865785066663415, 1.62065720310202, 0.7059711656453476, 0.9312426466612032, 0.8246672491583485, 0.7865785066663415, 0.8614158142826003, 0.5234349446560831, 0.5234349446560831, 0.2396960495784266, -0.056901375621584385, 2.0066872328382805, 0.4188024656712152, -0.056901375621584385, -0.24096890113732825, 1.058240567413568, 0.6186518783327611, 0.8614158142826003, -0.14525331296173194, -0.5844836251839869, 0.2396960495784266, 0.10134910261667306, 0.6632180316199353, -0.056901375621584385, 0.896913906385707, 0.7470500711578881, 0.6632180316199353, -0.3451706665031293, 0.5721164256391861, 0.7470500711578881, 0.6186518783327611, 1.5672615822295954, 1.058240567413568, 1.7198036131102061, 0.4724066750846777, 0.3623594433369384, 1.058240567413568, 0.4188024656712152, 0.025033965812252985, -0.056901375621584385, 2.249771563233365, -0.056901375621584385, 1.1442339337527254, 0.5721164256391861, 0.3623594433369384, 0.2396960495784266, 0.4724066750846777, 0.7470500711578881, 0.7470500711578881, -0.3451706665031293, -0.24096890113732825, 0.9312426466612032, 0.10134910261667306, 0.4724066750846777, 0.4188024656712152, 0.2396960495784266, 1.7198036131102061, 1.9452790472974435, -0.24096890113732825, -0.14525331296173194, 1.2733768400895202, 0.4724066750846777, 1.5853691453897871, -0.14525331296173194, 0.10134910261667306, 1.824569101935244, 1.6547770294317337, 0.3623594433369384, 0.3623594433369384, 0.896913906385707, 0.5234349446560831, 0.8246672491583485, 0.17271440151166398, 1.0279161281146394, 0.6186518783327611, 0.4188024656712152, 0.7865785066663415, 0.7470500711578881, 0.896913906385707, -0.056901375621584385, -0.3451706665031293, 0.4188024656712152, -0.14525331296173194, 0.025033965812252985, 2.1194925699358333, 0.6186518783327611, -0.056901375621584385, 1.0877042715273426, 2.221138826004112, -0.8754517047822434, 0.17271440151166398, 0.30277446559916976, 0.17271440151166398, 0.10134910261667306, 0.2396960495784266, 0.6632180316199353, -0.4591744561877442, 2.1510550893301548, 0.7059711656453476, -0.3451706665031293, 1.2973782545116015, 0.7865785066663415, -0.4591744561877442, -0.3451706665031293, 0.6632180316199353, 0.4188024656712152, 1.1713832046480301, 0.9312426466612032, -0.24096890113732825, 0.17271440151166398, 1.2236358084725296, 0.10134910261667306, -0.056901375621584385, 0.4188024656712152, 0.30277446559916976, -0.7227239972167637, 0.3623594433369384, 0.896913906385707, -0.24096890113732825, 0.10134910261667306, 1.2236358084725296, 0.5721164256391861, 1.4096752124598164, 1.1713832046480301, 0.6632180316199353, 0.2396960495784266, 0.30277446559916976, 1.5488303434972743, -0.3451706665031293, 1.366209837431275, 1.4096752124598164, 0.10134910261667306, 1.3208351444611202, 0.4188024656712152, 0.17271440151166398, 0.8614158142826003, 1.2733768400895202, 1.8387019515016256, 0.7865785066663415, 0.025033965812252985, 0.025033965812252985, 0.8614158142826003, 0.5721164256391861, 0.8246672491583485, 1.2236358084725296, 0.025033965812252985, -0.4591744561877442, 0.9312426466612032, -0.056901375621584385, -0.14525331296173194, -0.4591744561877442, 1.866398560950065, 0.7865785066663415, -0.8754517047822434, 0.9644756181486186, 0.4188024656712152, -0.056901375621584385, 1.366209837431275, 0.5234349446560831, 0.10134910261667306, 0.2396960495784266, 0.2396960495784266, 0.4188024656712152, 1.0279161281146394, 0.7059711656453476, 0.2396960495784266, 0.7059711656453476, 0.9966797588259348, 0.17271440151166398, 0.6186518783327611, 1.3208351444611202, 0.4188024656712152, -0.14525331296173194, 0.5234349446560831, 0.30277446559916976, -0.056901375621584385, 0.4188024656712152, 0.025033965812252985, 1.3881711526745522, 0.5234349446560831, 0.8614158142826003, -0.056901375621584385, 0.7470500711578881, 0.17271440151166398, 0.30277446559916976, 1.2733768400895202, 1.1978390756589568, 0.10134910261667306, 0.8246672491583485, 0.2396960495784266, 2.018540979811013, 0.4188024656712152, 0.4188024656712152, 0.5234349446560831, 0.6632180316199353, 1.2488052059396737, 0.2396960495784266, 0.10134910261667306, -0.8754517047822434, 1.0279161281146394, 0.9644756181486186, 0.17271440151166398, 0.7470500711578881, 0.5721164256391861, 0.6632180316199353, 0.3623594433369384, -1.043726911853496, -0.14525331296173194, -0.4591744561877442, 1.2236358084725296, -0.056901375621584385, 1.6547770294317337, 0.5721164256391861, 1.058240567413568, 0.7470500711578881, 0.6632180316199353, 0.10134910261667306, 0.2396960495784266, -0.24096890113732825, 0.10134910261667306, 0.6632180316199353, 0.6632180316199353, 0.8246672491583485, 0.6632180316199353, -0.14525331296173194, 0.10134910261667306, 0.025033965812252985, 0.30277446559916976, 0.7470500711578881, 0.5721164256391861, 0.30277446559916976, 1.4914739627084368, 0.30277446559916976, 0.30277446559916976, 0.7470500711578881, -0.24096890113732825, 0.17271440151166398, 1.1978390756589568, 0.025033965812252985, 0.8614158142826003, 1.1978390756589568, 0.17271440151166398, 0.17271440151166398, 0.4188024656712152, 1.4513846806436093, 0.30277446559916976, 0.7865785066663415, 0.3623594433369384, -0.14525331296173194, 0.17271440151166398, 1.058240567413568, 1.2236358084725296, 0.5234349446560831, 0.5721164256391861, 0.4724066750846777, 0.17271440151166398, -0.3451706665031293, -0.14525331296173194, 0.7470500711578881, 1.3437715175450484, 0.6186518783327611, 1.6547770294317337, 0.6632180316199353, -0.7227239972167637, 0.7059711656453476, 0.3623594433369384, 1.3208351444611202, 1.4096752124598164, 0.896913906385707, 0.8246672491583485, 0.7059711656453476, 0.7865785066663415, 0.9312426466612032, -0.7227239972167637, 0.6186518783327611, 0.6186518783327611, 0.3623594433369384, 0.2396960495784266, 0.3623594433369384, 0.4188024656712152, 1.0877042715273426, 1.0877042715273426, 0.10134910261667306, 0.5721164256391861, 0.6632180316199353, 0.17271440151166398, 0.896913906385707, 0.7059711656453476, -0.14525331296173194, 0.7470500711578881, 0.5234349446560831, 0.9312426466612032, 1.0279161281146394, 0.7865785066663415, 0.30277446559916976, 0.10134910261667306, 0.6632180316199353, 0.3623594433369384, 1.2973782545116015, 1.1713832046480301, 0.6632180316199353, -0.056901375621584385, 0.5234349446560831, 1.7198036131102061, 1.1442339337527254, 1.2973782545116015, 0.4724066750846777, 0.30277446559916976, 0.7865785066663415, 0.7059711656453476, 1.5672615822295954, 0.6632180316199353, 0.8614158142826003, 0.10134910261667306, 1.6031641630828035, 0.9312426466612032, 0.30277446559916976, 0.6186518783327611, 0.10134910261667306, 1.7809678796045303, 0.7059711656453476, 0.8246672491583485, 0.7059711656453476, 0.9966797588259348, 0.896913906385707, 0.4724066750846777, 0.4724066750846777, 0.7865785066663415, 0.8614158142826003, 1.7660139800265278, 0.30277446559916976, 0.896913906385707, 0.10134910261667306, 0.9966797588259348, 0.9312426466612032, 1.5488303434972743, 0.17271440151166398, 1.6031641630828035, 0.2396960495784266, -0.4591744561877442, 0.5234349446560831, 1.0877042715273426, 0.7470500711578881, -0.056901375621584385, 1.1713832046480301, -0.056901375621584385, 0.2396960495784266, 0.025033965812252985, 0.3623594433369384, 1.2733768400895202, 0.8246672491583485, 1.0877042715273426, 1.0877042715273426, 1.1442339337527254, 0.8246672491583485, 0.896913906385707, 0.4724066750846777, -0.056901375621584385, 0.5234349446560831, 0.9312426466612032, 0.9966797588259348, 0.6186518783327611, 0.2396960495784266, 0.9644756181486186, 0.6186518783327611, -0.14525331296173194, 0.7470500711578881, 0.2396960495784266, 0.6632180316199353, 0.7059711656453476, 1.1978390756589568, 1.3881711526745522, 0.5234349446560831, 0.10134910261667306, 0.5234349446560831, 0.30277446559916976, 0.9644756181486186, 0.4724066750846777, -0.056901375621584385, 0.6632180316199353, 0.17271440151166398, 0.4188024656712152, 0.17271440151166398, 1.4513846806436093, 0.6632180316199353, 0.6186518783327611, 0.9312426466612032, 0.7865785066663415, 0.4188024656712152, 0.9966797588259348, 0.4188024656712152, 1.0279161281146394, 0.7059711656453476, 0.7865785066663415, 1.6031641630828035, 0.5234349446560831, -0.14525331296173194, 0.6186518783327611, 0.7470500711578881, -0.24096890113732825, 1.0279161281146394, 0.4724066750846777, 0.30277446559916976, 0.6186518783327611, 0.5721164256391861, 0.30277446559916976, 1.2236358084725296, 0.7059711656453476, 0.025033965812252985, 0.30277446559916976, 0.3623594433369384, 1.7957077238127082, 0.9312426466612032, 0.025033965812252985, 0.5721164256391861, 0.17271440151166398, 0.9312426466612032, 0.896913906385707, 0.17271440151166398, 1.0279161281146394, 0.9966797588259348, 0.7470500711578881, 0.5234349446560831, 1.6378583080457334, 0.9312426466612032, 1.2236358084725296, 0.6632180316199353, 0.9312426466612032, 0.6186518783327611, 0.3623594433369384, 1.2488052059396737, 0.8614158142826003, 0.6632180316199353, 0.4724066750846777, 0.7470500711578881, 0.4188024656712152, 0.10134910261667306, 0.2396960495784266, 0.5234349446560831, 1.7957077238127082, 0.7865785066663415, 1.3437715175450484, 0.17271440151166398, 0.3623594433369384, 0.7865785066663415, 0.4188024656712152, 0.4724066750846777, 0.9966797588259348, 0.10134910261667306, 0.3623594433369384, 0.17271440151166398, 1.2733768400895202, 0.7865785066663415, 1.6547770294317337, 0.025033965812252985, 0.7059711656453476, 0.9312426466612032, 1.8387019515016256, 1.4513846806436093, 1.0877042715273426, 0.9966797588259348, 1.5109492610156596, 0.9312426466612032, -0.3451706665031293, 1.0877042715273426, 0.5721164256391861, -0.14525331296173194, 0.5721164256391861, 0.025033965812252985, 0.7059711656453476, 0.5234349446560831, 0.8614158142826003, 1.4914739627084368, 0.6632180316199353, 0.7059711656453476, 1.4307405708159775, 1.0279161281146394, 0.10134910261667306, 0.8246672491583485, 0.5234349446560831, 0.6632180316199353, 1.1163542848507797, 0.7865785066663415, 0.025033965812252985, 1.5109492610156596, 0.8614158142826003, 0.7865785066663415, 0.4724066750846777, 0.10134910261667306, 0.5721164256391861, 0.7470500711578881, 0.9966797588259348, 1.5672615822295954, 0.2396960495784266, 1.3881711526745522, 0.7059711656453476, 1.0877042715273426, -0.056901375621584385, 0.6186518783327611, -0.8754517047822434, 0.9312426466612032, 1.058240567413568, 0.7865785066663415, 0.7470500711578881, 0.9312426466612032, 1.1442339337527254, 2.3737607517869104, 1.0279161281146394, 0.5234349446560831, 0.4724066750846777, 0.7059711656453476, 1.530063696336641, 1.2488052059396737, 0.9312426466612032, 2.1301214048607617, 2.0418464180994604, 0.6186518783327611, 0.025033965812252985, 0.6632180316199353, -0.24096890113732825, 0.6632180316199353, 0.7470500711578881, 0.9644756181486186, 0.7470500711578881, 1.4914739627084368, 0.7470500711578881, 1.6714224590956284, 1.0279161281146394, 0.3623594433369384, 1.852643403377749, 1.5488303434972743, 0.2396960495784266, 0.7059711656453476, 1.4307405708159775, 0.4188024656712152, 1.1163542848507797, 0.9312426466612032, -0.4591744561877442, 1.4914739627084368, 1.4716239787218997, 0.3623594433369384, 0.6632180316199353, 0.4724066750846777, 1.1163542848507797, 1.6378583080457334, 0.3623594433369384, 0.9966797588259348, 0.896913906385707, 1.058240567413568, 0.17271440151166398, 0.025033965812252985, 1.058240567413568, 0.9966797588259348, -0.3451706665031293, 0.7470500711578881, 0.3623594433369384, 1.0279161281146394, -0.3451706665031293, 1.4307405708159775, 0.3623594433369384, 0.025033965812252985, 1.0279161281146394, 1.4914739627084368, 0.4724066750846777, 1.735438567860095, 0.7059711656453476, 0.8246672491583485, 0.5721164256391861, 1.2733768400895202, 0.7059711656453476, 0.4724066750846777, 0.4724066750846777, 0.6632180316199353, 0.6186518783327611, 0.8614158142826003, 0.8246672491583485, 1.1163542848507797, 0.30277446559916976, 0.3623594433369384, 1.1442339337527254, 0.3623594433369384, 1.2488052059396737, 0.4188024656712152, 0.8246672491583485, 1.1163542848507797, 1.4307405708159775, 0.7865785066663415, 0.30277446559916976, 0.9312426466612032, 0.7865785066663415, 0.9966797588259348, 1.0877042715273426, 0.7865785066663415, 0.896913906385707, -0.5844836251839869, 1.2236358084725296, -0.14525331296173194, 1.2733768400895202, 1.7809678796045303, 1.7198036131102061, 1.1713832046480301, 0.4724066750846777, 0.7059711656453476, -0.056901375621584385, 0.6632180316199353, 0.3623594433369384, -0.056901375621584385, 0.7059711656453476, 0.9966797588259348, 0.896913906385707, 0.8246672491583485, -0.14525331296173194, 0.3623594433369384, 0.3623594433369384, 0.9312426466612032, 1.3881711526745522, 0.7059711656453476, 1.3881711526745522, 0.3623594433369384, -0.14525331296173194, 0.9312426466612032, 0.4188024656712152, 0.30277446559916976, 2.230771941398701, 0.5721164256391861, 0.896913906385707, 0.9966797588259348, 0.5721164256391861, 0.30277446559916976, 0.7059711656453476, 0.7470500711578881, 1.058240567413568, 0.3623594433369384, 0.5234349446560831, 0.8614158142826003, 1.2488052059396737, 0.6186518783327611, 1.058240567413568, 0.9312426466612032, -0.24096890113732825, 0.5721164256391861, 1.0279161281146394, 0.8246672491583485, 1.5488303434972743, 0.5234349446560831, 1.9065943486266452, 0.17271440151166398, 0.4188024656712152, 0.025033965812252985, -0.24096890113732825, -0.14525331296173194, 0.3623594433369384, 0.8614158142826003, 1.3208351444611202, 0.6632180316199353, 0.17271440151166398, 0.10134910261667306, 0.30277446559916976, 0.5721164256391861, 1.366209837431275, 1.9452790472974435, 0.4724066750846777, 0.7865785066663415, 0.9644756181486186, -0.24096890113732825, 0.5234349446560831, 0.8614158142826003, 0.8614158142826003, 1.9946953122520528, 1.6714224590956284, 0.6186518783327611, 0.7470500711578881, 0.4724066750846777, 0.6632180316199353, 0.4724066750846777, 0.896913906385707, 0.9966797588259348, 0.896913906385707, 0.9644756181486186, 0.6632180316199353, 0.17271440151166398, 0.8246672491583485, 1.970283819863024, 1.0877042715273426, 0.025033965812252985, 0.8246672491583485, 1.6878032581274964, 1.058240567413568, 0.6186518783327611, 0.9966797588259348, 1.9578573870972036, 0.5721164256391861, 1.2236358084725296, 1.2488052059396737, 1.530063696336641, 0.9644756181486186, 0.9312426466612032, 0.4724066750846777, 0.7865785066663415, 1.2973782545116015, 0.17271440151166398, 0.5234349446560831, 0.5721164256391861, 1.0279161281146394, 1.0279161281146394, 0.7059711656453476, 1.3208351444611202, 0.5721164256391861, 0.896913906385707, 1.366209837431275, 0.6632180316199353, 0.2396960495784266, 0.3623594433369384, 1.6378583080457334, 1.1442339337527254, 1.2733768400895202, 0.5721164256391861, 0.4188024656712152, 0.9966797588259348, 0.10134910261667306, 1.1163542848507797, 1.5109492610156596, 0.3623594433369384, 1.1713832046480301, 0.10134910261667306, 1.6378583080457334, 0.4724066750846777, 1.1713832046480301, 0.6186518783327611, 1.3208351444611202, 0.3623594433369384, 0.6186518783327611, 1.4716239787218997, 0.5234349446560831, 1.7957077238127082, 0.8614158142826003, 2.0533040820792188, 1.366209837431275, 0.9966797588259348, 0.7059711656453476, 1.3208351444611202, 0.6632180316199353, 1.4307405708159775, 0.5234349446560831, 0.896913906385707, 1.1442339337527254, 1.0279161281146394, 0.4724066750846777, 0.5234349446560831, 0.896913906385707, 1.1442339337527254, 0.17271440151166398, 0.6186518783327611, 1.7660139800265278, 0.2396960495784266, 0.3623594433369384, 1.4096752124598164, 1.1442339337527254, 0.8246672491583485, 0.3623594433369384, -0.056901375621584385, 0.7865785066663415, 1.058240567413568, 0.4188024656712152, 0.6186518783327611, 0.7865785066663415, 0.4188024656712152, 1.3881711526745522, 1.2488052059396737, -0.7227239972167637, 1.3208351444611202, 0.9312426466612032, 1.0877042715273426, 1.6878032581274964, 1.2236358084725296, 1.058240567413568, 1.1163542848507797, 0.3623594433369384, 2.5066238911870964, 0.7865785066663415, 1.1713832046480301, 1.5488303434972743, 1.2733768400895202, 0.8614158142826003, 0.8614158142826003, 1.1713832046480301, 1.5672615822295954, 1.058240567413568, 1.0877042715273426, 0.2396960495784266, 1.1713832046480301, 0.896913906385707, 1.9946953122520528, 1.5109492610156596, 0.5721164256391861, 0.6186518783327611, 0.896913906385707, 0.9644756181486186, 1.0877042715273426, 0.4724066750846777, 0.7059711656453476, 0.8246672491583485, 1.6547770294317337, 0.5721164256391861, 0.3623594433369384, 1.058240567413568, 2.259141310832696, 1.1163542848507797, 0.6632180316199353, 0.6186518783327611, 0.9644756181486186, 0.9644756181486186, 0.8614158142826003, 1.4513846806436093, 0.3623594433369384, 0.4724066750846777, 1.0877042715273426, 1.5488303434972743, 1.0279161281146394, 1.4096752124598164, 1.4914739627084368, 0.9644756181486186, 0.7059711656453476, 2.5567033752542234, 0.3623594433369384, 0.6186518783327611, 0.2396960495784266, 1.8387019515016256, 1.5109492610156596, 1.5109492610156596, 0.30277446559916976, 1.7660139800265278, 0.9966797588259348, 2.5139292569810907, 1.3208351444611202, 2.4146520032367893, 1.2973782545116015, 0.9644756181486186, 1.3881711526745522, 0.30277446559916976, -0.14525331296173194, 1.6378583080457334, 1.366209837431275, 2.2015975369555543, 1.6031641630828035, 1.0279161281146394, 1.3208351444611202, 1.9196514951282782, 1.7660139800265278, 1.4096752124598164, 1.6031641630828035, 0.3623594433369384, 1.6714224590956284, 0.4724066750846777, 1.3208351444611202, 1.7508397335342711, 1.2973782545116015, 1.9065943486266452, 0.3623594433369384, 1.7660139800265278, 0.7059711656453476, 1.1442339337527254, 1.6714224590956284, 1.9196514951282782, 0.8614158142826003, 1.2488052059396737, 1.4716239787218997, 1.9825619644780088, 1.2733768400895202, 1.3881711526745522, 1.62065720310202, 1.2488052059396737, 0.6186518783327611, 2.191685837576041, 1.4716239787218997, 1.1442339337527254, 1.852643403377749, 1.7809678796045303, 1.8102395391950783, 1.4096752124598164, 1.2973782545116015, 0.6186518783327611, 1.3437715175450484, 1.2236358084725296, 0.7865785066663415, 2.018540979811013, 0.8246672491583485, 1.4716239787218997, 1.9196514951282782, 1.2236358084725296, 0.4188024656712152, 1.7957077238127082, 1.8102395391950783, 2.2015975369555543, 1.8799723266191823, 1.366209837431275, 2.221138826004112, 1.7957077238127082, 1.1442339337527254, 1.3208351444611202, 1.1442339337527254, 0.5234349446560831, 1.2488052059396737, 1.9196514951282782, 0.8614158142826003, 1.4513846806436093, 0.8614158142826003, 2.4066028602860547, 1.9452790472974435, 1.9065943486266452, 2.221138826004112, 1.5109492610156596, 1.9196514951282782, 1.0279161281146394, 1.530063696336641, 1.9578573870972036, 2.108752738989204, 1.9946953122520528, 0.5721164256391861, 2.63725448198359, 0.7865785066663415, 1.1978390756589568, 1.5853691453897871, 1.366209837431275, 1.1163542848507797, 1.735438567860095, 1.1442339337527254, 0.7059711656453476, 1.3437715175450484, 1.9825619644780088, 1.6878032581274964, 1.852643403377749, 1.4096752124598164, 1.2488052059396737, 1.2488052059396737, 1.366209837431275, 1.7957077238127082, 1.7039276835741477, 2.3224421582706936, 1.6031641630828035, 1.7660139800265278, 1.7039276835741477, 0.9644756181486186, 1.1442339337527254, 2.1301214048607617, 1.6878032581274964, 2.3569376249535843, 0.7470500711578881, 1.3208351444611202, 0.9312426466612032, 2.0646355269030203, 1.5853691453897871, 2.0869306565822896, 1.7039276835741477, 2.240315639477796, 2.0533040820792188, 2.3484216734056176, 1.7508397335342711], [-0.9476727045027304, -1.049168428224612, -1.2830253962993, -0.8558045894717148, -0.7725299499253284, -1.1609962962545424, -1.4136240801778617, -1.4136240801778617, -0.5051979896889167, -1.1609962962545424, -0.6275206972952406, -0.6275206972952406, -0.9476727045027304, -0.6275206972952406, -0.8558045894717148, -0.3080931499412543, -1.049168428224612, -0.4507475765334558, -0.7725299499253284, -0.6275206972952406, -1.049168428224612, -1.4136240801778617, -1.2830253962993, -0.8558045894717148, -0.9476727045027304, -1.1609962962545424, -0.4507475765334558, 0.2554536326352489, -0.6967683391114144, -0.5051979896889167, -1.2830253962993, -0.5051979896889167, -0.22657676943534896, -0.22657676943534896, -1.049168428224612, -1.1609962962545424, -0.5051979896889167, -0.6967683391114144, -1.049168428224612, -0.9476727045027304, -0.9476727045027304, -0.8558045894717148, -0.5639125737385987, -0.7725299499253284, -0.5639125737385987, -0.9476727045027304, -0.3080931499412543, -0.6967683391114144, -0.5639125737385987, 1.0522828270910047, -0.6967683391114144, -0.6275206972952406, -1.1609962962545424, 1.0522828270910047, -0.4507475765334558, -0.3526060347019042, -0.7725299499253284, -0.5051979896889167, -0.6275206972952406, -0.22657676943534896, -0.9476727045027304, -0.2661741714709567, -0.5639125737385987, -0.5639125737385987, -0.6967683391114144, -1.1609962962545424, -0.22657676943534896, -0.22657676943534896, 1.0701496782066051, -1.1609962962545424, 0.3947931996847506, -0.8558045894717148, -1.049168428224612, -0.9476727045027304, -0.9476727045027304, -0.6967683391114144, -0.5639125737385987, -1.049168428224612, -0.6275206972952406, -1.049168428224612, -0.7725299499253284, -0.5051979896889167, -1.1609962962545424, -0.6275206972952406, -0.9476727045027304, -1.2830253962993, -0.5639125737385987, -0.5639125737385987, -0.8558045894717148, -0.5639125737385987, 0.6961425862960068, -1.1609962962545424, -0.5639125737385987, -0.5051979896889167, -0.6967683391114144, -0.7725299499253284, -0.5051979896889167, -0.9476727045027304, -0.6275206972952406, -0.4507475765334558, -0.3080931499412543, -0.5639125737385987, -1.2830253962993, -0.9476727045027304, -0.5051979896889167, -0.5051979896889167, -0.9476727045027304, -0.6967683391114144, -0.7725299499253284, -0.3080931499412543, -1.049168428224612, -0.7725299499253284, -0.4507475765334558, -0.4000320897081319, 1.0989270261104742, -0.6967683391114144, -0.4507475765334558, -0.8558045894717148, -0.11953349064297722, -1.049168428224612, -0.6275206972952406, -0.6967683391114144, -0.8558045894717148, -0.4000320897081319, -0.5639125737385987, -0.8558045894717148, -1.1609962962545424, -0.3080931499412543, -0.5051979896889167, -0.9476727045027304, -0.7725299499253284, -0.6275206972952406, -1.4136240801778617, -0.5639125737385987, -0.4000320897081319, -0.4507475765334558, -0.11953349064297722, -0.3080931499412543, -0.22657676943534896, -0.2661741714709567, -0.5639125737385987, -0.7725299499253284, -0.3080931499412543, -0.6967683391114144, -0.22657676943534896, -1.049168428224612, -0.6967683391114144, -0.9476727045027304, -0.22657676943534896, -0.6275206972952406, -0.3080931499412543, -0.3526060347019042, -0.6275206972952406, -0.4507475765334558, -0.5639125737385987, -0.7725299499253284, -0.22657676943534896, -0.4000320897081319, -0.9476727045027304, -0.7725299499253284, -0.7725299499253284, 0.8740443708851496, -0.5639125737385987, -0.6275206972952406, -0.4000320897081319, -0.3526060347019042, -1.049168428224612, -0.18906736467713486, -0.7725299499253284, -0.5639125737385987, -0.3080931499412543, -0.22657676943534896, -0.7725299499253284, -0.6967683391114144, 0.8501343924127869, -0.8558045894717148, -0.6967683391114144, -0.7725299499253284, -0.5639125737385987, -0.6967683391114144, -0.6967683391114144, -0.7725299499253284, -0.15344450281609304, -0.2661741714709567, -0.6275206972952406, -0.4000320897081319, -0.4000320897081319, -0.5051979896889167, -0.18906736467713486, -0.4507475765334558, -0.4000320897081319, 0.080651474097357, -0.8558045894717148, -0.15344450281609304, -0.4000320897081319, -0.4000320897081319, -0.7725299499253284, -0.8558045894717148, -0.4507475765334558, -0.8558045894717148, -0.2661741714709567, -0.9476727045027304, -0.6275206972952406, -0.4507475765334558, -0.9476727045027304, -0.6967683391114144, -1.1609962962545424, 0.6542514796050736, 0.7356169315905434, -0.4507475765334558, -0.8558045894717148, -0.8558045894717148, -0.4507475765334558, -0.3526060347019042, -1.049168428224612, -0.4000320897081319, -1.2830253962993, -0.8558045894717148, -0.4000320897081319, -0.8558045894717148, -1.2830253962993, -0.7725299499253284, -0.5051979896889167, -0.6275206972952406, 1.0875611399626348, -0.8558045894717148, -0.22657676943534896, -1.049168428224612, -0.5051979896889167, 0.2744930975971459, -0.6967683391114144, -0.3526060347019042, -0.7725299499253284, -0.5051979896889167, -0.7725299499253284, -1.049168428224612, -0.3526060347019042, -0.4000320897081319, -0.7725299499253284, -0.6275206972952406, -0.6275206972952406, -0.5639125737385987, -1.049168428224612, -0.7725299499253284, -0.6275206972952406, -0.5051979896889167, -0.8558045894717148, -1.1609962962545424, -0.7725299499253284, -0.3080931499412543, 0.10507285953213484, -0.6275206972952406, -0.5051979896889167, -0.6967683391114144, -0.6275206972952406, -0.18906736467713486, -0.6275206972952406, -0.9476727045027304, -0.5639125737385987, -0.3080931499412543, -0.6275206972952406, -0.08718204490341035, -0.6967683391114144, -1.2830253962993, -0.3080931499412543, -0.8558045894717148, -0.4507475765334558, -0.22657676943534896, -0.8558045894717148, -0.6967683391114144, -0.9476727045027304, -0.3526060347019042, -0.3080931499412543, -0.7725299499253284, -0.6967683391114144, -0.3526060347019042, -1.1609962962545424, -0.8558045894717148, -0.2661741714709567, -0.4507475765334558, -0.9476727045027304, -0.11953349064297722, -0.5639125737385987, -0.3080931499412543, -0.9476727045027304, -0.9476727045027304, -0.5639125737385987, -0.5639125737385987, -0.5051979896889167, -0.4000320897081319, -0.9476727045027304, -0.9476727045027304, -0.22657676943534896, 0.7161643494622517, -0.6967683391114144, 0.02907071131383038, -0.7725299499253284, -1.1609962962545424, -0.2661741714709567, -1.049168428224612, -0.6967683391114144, -0.4507475765334558, -0.7725299499253284, -0.9476727045027304, 0.02907071131383038, -0.2661741714709567, -0.6275206972952406, -0.6967683391114144, -0.6275206972952406, -1.049168428224612, 0.4405354650190205, -0.4507475765334558, 1.1885871647813795, -0.5639125737385987, -0.4507475765334558, -0.8558045894717148, -0.5639125737385987, -0.5639125737385987, -0.3080931499412543, -0.7725299499253284, -0.7725299499253284, -0.026640159094788687, -0.6967683391114144, -0.5639125737385987, -0.6275206972952406, -0.9476727045027304, -0.4507475765334558, -0.7725299499253284, -0.18906736467713486, -0.4507475765334558, -0.18906736467713486, 0.15147652131979264, -0.22657676943534896, -0.3526060347019042, -0.15344450281609304, -0.6967683391114144, -0.5639125737385987, -0.9476727045027304, -0.3526060347019042, -0.22657676943534896, -0.8558045894717148, -0.6967683391114144, -0.7725299499253284, -0.5639125737385987, -0.4000320897081319, 1.2080768945614908, -0.4000320897081319, -0.6275206972952406, -0.6275206972952406, -0.6275206972952406, -0.8558045894717148, -0.8558045894717148, -0.5051979896889167, -0.5639125737385987, -0.22657676943534896, -0.5051979896889167, -0.4507475765334558, -0.6967683391114144, -0.5051979896889167, -0.4000320897081319, -0.7725299499253284, -0.11953349064297722, -0.4507475765334558, -0.5639125737385987, -0.22657676943534896, -0.7725299499253284, -0.22657676943534896, -0.6275206972952406, 0.3788429771223282, -0.6967683391114144, -0.18906736467713486, -0.5051979896889167, -0.7725299499253284, -1.049168428224612, -0.5051979896889167, -0.4000320897081319, -0.6967683391114144, -0.5639125737385987, -0.5051979896889167, -0.4507475765334558, -0.6275206972952406, -0.6967683391114144, -0.5639125737385987, -0.4000320897081319, -0.3080931499412543, 0.05533946918020593, 1.2316820430278552, -0.5051979896889167, -0.5639125737385987, -0.6275206972952406, -0.5639125737385987, -0.6275206972952406, -0.6967683391114144, -0.9476727045027304, 0.483419585992133, -0.5639125737385987, -0.3080931499412543, -0.4000320897081319, -0.7725299499253284, -0.6275206972952406, -0.2661741714709567, -0.6275206972952406, -0.3080931499412543, 0.02907071131383038, -0.4000320897081319, -0.3080931499412543, -0.6967683391114144, -0.4000320897081319, -0.7725299499253284, -0.9476727045027304, 0.75453172565098, -0.8558045894717148, -0.8558045894717148, -0.7725299499253284, -0.9476727045027304, -1.049168428224612, -0.7725299499253284, -0.3080931499412543, -0.08718204490341035, -0.6967683391114144, 0.5237801706068599, -0.3526060347019042, -0.5639125737385987, -0.4000320897081319, -0.2661741714709567, 0.7161643494622517, -0.18906736467713486, -0.18906736467713486, -0.4507475765334558, -0.4000320897081319, -0.4000320897081319, -0.6967683391114144, -0.22657676943534896, -0.5051979896889167, -0.8558045894717148, -0.5639125737385987, -0.4000320897081319, -0.5051979896889167, -0.5639125737385987, -1.049168428224612, -0.5051979896889167, -0.5051979896889167, -0.6967683391114144, -0.3080931499412543, -0.6275206972952406, -0.4507475765334558, 0.080651474097357, -0.4507475765334558, -0.6275206972952406, -0.2661741714709567, -1.049168428224612, -0.4507475765334558, -0.3526060347019042, -0.5051979896889167, -1.049168428224612, -0.5051979896889167, -0.6275206972952406, -1.049168428224612, -0.6275206972952406, -0.7725299499253284, -0.5051979896889167, -0.6275206972952406, -0.6967683391114144, -0.6275206972952406, -0.4507475765334558, -0.4000320897081319, -0.05625674964986377, -0.6967683391114144, -0.4000320897081319, -0.3526060347019042, -0.4000320897081319, -0.6275206972952406, -0.7725299499253284, -0.6967683391114144, -0.6275206972952406, -0.7725299499253284, -0.4000320897081319, -0.4000320897081319, -0.4507475765334558, -0.7725299499253284, -0.9476727045027304, -0.6275206972952406, -0.4507475765334558, -0.4507475765334558, -0.3080931499412543, -0.4507475765334558, -0.4507475765334558, -0.3526060347019042, -1.1609962962545424, -0.6275206972952406, -0.4507475765334558, -0.22657676943534896, -0.4507475765334558, -0.6275206972952406, -0.11953349064297722, -0.6967683391114144, 1.1211067266418075, -0.4507475765334558, -0.11953349064297722, -0.22657676943534896, -0.7725299499253284, -0.5639125737385987, -0.7725299499253284, 1.3187018804250856, -0.5051979896889167, 1.4244570725841768, -0.6275206972952406, -0.22657676943534896, -0.6275206972952406, -0.3526060347019042, -0.3080931499412543, -0.6275206972952406, 0.5237801706068599, -0.6967683391114144, -1.049168428224612, -0.6275206972952406, -0.4000320897081319, 0.4405354650190205, -0.2661741714709567, -0.8558045894717148, -1.049168428224612, -0.4507475765334558, -0.3526060347019042, 1.3146044410576514, -0.5051979896889167, -0.6275206972952406, -0.18906736467713486, -0.6967683391114144, -0.6275206972952406, -0.6967683391114144, -0.18906736467713486, -0.2661741714709567, -0.15344450281609304, -0.7725299499253284, -0.3526060347019042, -0.4507475765334558, 1.4279471366566583, -0.3526060347019042, -0.8558045894717148, -0.15344450281609304, 1.39951395302645, -0.3080931499412543, -0.7725299499253284, -0.22657676943534896, -0.5639125737385987, -0.4507475765334558, -0.22657676943534896, -0.5639125737385987, -0.4507475765334558, -0.5051979896889167, -0.22657676943534896, -0.4507475765334558, -0.4507475765334558, -0.2661741714709567, -0.7725299499253284, -0.7725299499253284, 0.02907071131383038, -0.7725299499253284, 0.7637965654790396, -0.3526060347019042, -0.3526060347019042, -0.3526060347019042, -0.22657676943534896, -0.4000320897081319, -0.7725299499253284, -0.3526060347019042, -0.5639125737385987, 0.17356160690321729, 0.0017715832698207235, -0.7725299499253284, -0.026640159094788687, -0.9476727045027304, -0.9476727045027304, 1.3021625026596613, -0.08718204490341035, -0.5051979896889167, -0.5051979896889167, -0.22657676943534896, -0.3526060347019042, -0.4000320897081319, -0.3526060347019042, -1.049168428224612, 0.0017715832698207235, -0.4507475765334558, -0.7725299499253284, -0.08718204490341035, -0.5639125737385987, -0.3080931499412543, -0.6967683391114144, -0.5051979896889167, -0.6967683391114144, -0.5639125737385987, -0.7725299499253284, -0.4507475765334558, -0.6275206972952406, -0.4507475765334558, -0.4000320897081319, -0.4507475765334558, -0.5051979896889167, -0.11953349064297722, -0.3526060347019042, -0.2661741714709567, -0.5639125737385987, -0.7725299499253284, 0.15147652131979264, -0.7725299499253284, -0.5639125737385987, 0.10507285953213484, -0.5051979896889167, -0.3080931499412543, -0.4000320897081319, -0.22657676943534896, -0.4507475765334558, -0.5639125737385987, -0.11953349064297722, -0.22657676943534896, 0.31106275564731145, -0.5051979896889167, -0.18906736467713486, -0.3080931499412543, -0.6967683391114144, -0.7725299499253284, -0.4000320897081319, 0.75453172565098, 0.9551866995408644, -0.4000320897081319, -0.3080931499412543, 0.0017715832698207235, -0.5639125737385987, -0.6275206972952406, -0.5051979896889167, -1.049168428224612, -0.5051979896889167, -0.3080931499412543, -0.4507475765334558, -1.049168428224612, -0.8558045894717148, -0.4507475765334558, -0.22657676943534896, -0.6967683391114144, -0.8558045894717148, -0.3526060347019042, -0.15344450281609304, -0.9476727045027304, -0.8558045894717148, -0.6275206972952406, -0.5051979896889167, -0.08718204490341035, -0.2661741714709567, -0.08718204490341035, -0.9476727045027304, -0.15344450281609304, -0.4000320897081319, -0.8558045894717148, -0.4000320897081319, -0.3526060347019042, -0.6967683391114144, -0.4507475765334558, 0.12866323881682445, -0.3080931499412543, -0.6967683391114144, -0.5051979896889167, 0.0017715832698207235, -0.05625674964986377, -0.6967683391114144, -0.4507475765334558, 0.9824574169304684, -0.6275206972952406, -0.5051979896889167, -0.6967683391114144, -0.6275206972952406, -0.2661741714709567, -0.2661741714709567, -0.5639125737385987, -0.3526060347019042, -0.18906736467713486, -0.4507475765334558, -0.6967683391114144, -0.4000320897081319, -0.8558045894717148, -0.5051979896889167, -0.6275206972952406, -0.4000320897081319, -0.3080931499412543, -0.15344450281609304, -0.3080931499412543, -0.18906736467713486, -0.05625674964986377, -0.11953349064297722, -0.4507475765334558, -0.7725299499253284, -0.6967683391114144, 0.21572121615110645, -0.4000320897081319, -0.15344450281609304, -0.22657676943534896, -0.7725299499253284, -0.7725299499253284, -0.3080931499412543, -0.6967683391114144, -0.6967683391114144, 0.080651474097357, -0.3080931499412543, -0.08718204490341035, -0.7725299499253284, -0.2661741714709567, -0.3526060347019042, -0.5639125737385987, -0.3526060347019042, -0.3080931499412543, -0.3080931499412543, -0.3080931499412543, -0.7725299499253284, -0.2661741714709567, -0.5639125737385987, -0.3526060347019042, -0.22657676943534896, -0.3080931499412543, -0.5639125737385987, -0.3080931499412543, -0.6967683391114144, 0.6323037856554103, -0.3526060347019042, -0.5051979896889167, 0.080651474097357, -0.3080931499412543, -0.18906736467713486, -0.4507475765334558, -0.6275206972952406, -0.05625674964986377, -0.11953349064297722, -0.5051979896889167, 0.0017715832698207235, -0.6967683391114144, -1.049168428224612, -0.3526060347019042, -0.4507475765334558, -0.22657676943534896, -1.1609962962545424, -0.4507475765334558, -0.4000320897081319, -0.7725299499253284, -0.3080931499412543, -0.11953349064297722, -0.4507475765334558, -0.5051979896889167, -0.11953349064297722, -0.6967683391114144, 0.5237801706068599, -0.4000320897081319, -0.5639125737385987, -0.3526060347019042, -0.3080931499412543, -1.049168428224612, -0.3526060347019042, 0.12866323881682445, -0.5639125737385987, -0.6967683391114144, 0.21572121615110645, -0.22657676943534896, 0.8253579014798493, -0.18906736467713486, -0.6275206972952406, -0.4000320897081319, -0.05625674964986377, -0.3526060347019042, -0.6275206972952406, -1.1609962962545424, -0.5051979896889167, 0.3625138130772335, -0.5051979896889167, 1.4782639878119077, -0.5639125737385987, -0.6967683391114144, 0.6096293376341535, -0.22657676943534896, -0.08718204490341035, -0.5639125737385987, -0.3526060347019042, -0.3526060347019042, -1.049168428224612, -0.3080931499412543, 0.05533946918020593, -0.6275206972952406, -0.6967683391114144, -0.4507475765334558, -0.6275206972952406, -0.18906736467713486, -0.5051979896889167, -0.15344450281609304, -0.4000320897081319, -0.9476727045027304, -0.2661741714709567, -0.11953349064297722, -0.4507475765334558, -1.2830253962993, -0.6275206972952406, -0.4507475765334558, -0.05625674964986377, 0.6210603911273758, -0.026640159094788687, -1.049168428224612, -0.2661741714709567, -0.5639125737385987, 0.05533946918020593, -0.4000320897081319, -0.4000320897081319, -0.5639125737385987, -0.5639125737385987, -0.3526060347019042, -0.7725299499253284, -0.6275206972952406, -0.7725299499253284, -0.3080931499412543, -0.026640159094788687, -0.5051979896889167, 0.6210603911273758, -0.18906736467713486, -0.5051979896889167, -0.15344450281609304, -0.3080931499412543, -0.3080931499412543, -0.6967683391114144, -0.3080931499412543, -1.2830253962993, 0.75453172565098, -0.2661741714709567, -0.3526060347019042, -0.4000320897081319, -0.6275206972952406, -0.4507475765334558, -0.2661741714709567, 1.3885386390488073, -1.049168428224612, -0.22657676943534896, -0.2661741714709567, 0.17356160690321729, -0.9476727045027304, -0.2661741714709567, -0.5051979896889167, -0.6275206972952406, -0.2661741714709567, -0.18906736467713486, -0.4000320897081319, -0.9476727045027304, -0.11953349064297722, -0.2661741714709567, 0.02907071131383038, -0.9476727045027304, -0.18906736467713486, -0.3080931499412543, 0.21572121615110645, -0.8558045894717148, 1.5661388830026644, -0.08718204490341035, 1.334850103298122, -0.5639125737385987, -0.6275206972952406, -0.5639125737385987, -0.9476727045027304, -0.4000320897081319, -0.15344450281609304, -0.8558045894717148, -0.2661741714709567, -0.2661741714709567, -0.5051979896889167, -0.2661741714709567, 0.0017715832698207235, -0.3526060347019042, -0.3526060347019042, -0.5639125737385987, -0.8558045894717148, -0.11953349064297722, -0.2661741714709567, -0.9476727045027304, 1.334850103298122, -0.2661741714709567, -0.5639125737385987, -0.5051979896889167, -0.2661741714709567, 0.080651474097357, 0.6323037856554103, -0.15344450281609304, -0.2661741714709567, -0.22657676943534896, -0.6275206972952406, -0.4507475765334558, -0.6275206972952406, -0.4000320897081319, -0.15344450281609304, -0.4000320897081319, -0.4507475765334558, -0.4000320897081319, -0.5639125737385987, -0.08718204490341035, -0.3080931499412543, -0.2661741714709567, -0.6967683391114144, -0.5639125737385987, -0.3080931499412543, -1.1609962962545424, -0.6967683391114144, -0.9476727045027304, -0.4000320897081319, -0.2661741714709567, -0.08718204490341035, -0.3526060347019042, -0.4507475765334558, -0.4507475765334558, -0.15344450281609304, -0.15344450281609304, -0.3080931499412543, 0.21572121615110645, -0.4507475765334558, -0.5051979896889167, 1.3427832268024906, 1.1156289511181576, -0.4507475765334558, 0.31106275564731145, -0.6967683391114144, -0.18906736467713486, -0.4507475765334558, -0.4507475765334558, -0.6275206972952406, -0.5639125737385987, -0.18906736467713486, -0.4507475765334558, -0.18906736467713486, -1.049168428224612, -1.049168428224612, -0.4000320897081319, -0.6275206972952406, -0.4507475765334558, -0.4000320897081319, -0.3526060347019042, -0.5051979896889167, 0.0017715832698207235, -0.5051979896889167, -0.11953349064297722, -0.3526060347019042, -0.3080931499412543, -0.2661741714709567, -0.4507475765334558, -0.5051979896889167, -0.6967683391114144, -0.4000320897081319, -0.08718204490341035, -0.3080931499412543, -0.4507475765334558, -0.6275206972952406, -0.22657676943534896, -0.2661741714709567, -0.5051979896889167, -0.3080931499412543, -0.22657676943534896, -0.11953349064297722, -0.6967683391114144, -0.5051979896889167, -0.9476727045027304, -0.4000320897081319, -0.7725299499253284, 0.02907071131383038, -0.05625674964986377, -0.3080931499412543, -0.8558045894717148, 0.3625138130772335, -0.3080931499412543, -0.5639125737385987, -0.3526060347019042, -0.6275206972952406, -0.22657676943534896, -0.026640159094788687, 1.7538735673894172, 1.571801839199228, -0.3080931499412543, -0.5051979896889167, -0.5051979896889167, -0.22657676943534896, -0.4000320897081319, -0.22657676943534896, -0.5051979896889167, -0.05625674964986377, -0.8558045894717148, 1.403133532701743, -0.22657676943534896, -0.11953349064297722, -0.4507475765334558, -0.8558045894717148, -0.4507475765334558, -0.2661741714709567, -0.7725299499253284, -0.15344450281609304, -0.3526060347019042, 0.0017715832698207235, -0.6967683391114144, -0.4000320897081319, -0.3080931499412543, -0.6275206972952406, -0.6967683391114144, -0.5639125737385987, -0.5051979896889167, 0.0017715832698207235, -0.5051979896889167, -0.3080931499412543, 0.2744930975971459, -0.9476727045027304, -0.4507475765334558, 0.5861785374268167, -0.6275206972952406, -0.22657676943534896, 0.2744930975971459, -0.2661741714709567, -0.4000320897081319, -0.4000320897081319, 0.0017715832698207235, 1.0642458275419795, -0.5051979896889167, -0.4507475765334558, -0.18906736467713486, -0.18906736467713486, 0.02907071131383038, -0.4507475765334558, 0.0017715832698207235, -0.11953349064297722, -0.5639125737385987, -0.9476727045027304, -0.11953349064297722, -0.4000320897081319, -0.22657676943534896, 0.05533946918020593, -0.05625674964986377, -0.5051979896889167, -0.7725299499253284, 0.17356160690321729, -0.3526060347019042, 0.6433655632289023, 0.4971387002311203, -0.11953349064297722, -0.22657676943534896, -0.4000320897081319, -0.7725299499253284, 1.3427832268024906, -0.4507475765334558, -0.3080931499412543, -0.5639125737385987, 0.02907071131383038, 0.9551866995408644, -0.5051979896889167, -0.8558045894717148, 0.0017715832698207235, -0.2661741714709567, -0.4000320897081319, 0.17356160690321729, -0.7725299499253284, -0.6275206972952406, -0.026640159094788687, -0.05625674964986377, -0.026640159094788687, 0.21572121615110645, -0.7725299499253284, -0.22657676943534896, -0.5639125737385987, -0.11953349064297722, -0.5639125737385987, -0.15344450281609304, -0.15344450281609304, -0.4000320897081319, -0.05625674964986377, 1.008681466875391, -0.18906736467713486, -0.15344450281609304, -1.049168428224612, -0.08718204490341035, -0.05625674964986377, -0.5051979896889167, -0.15344450281609304, -0.2661741714709567, 0.0017715832698207235, 1.1634158697324553, -0.08718204490341035, 1.3427832268024906, -0.5051979896889167, -0.11953349064297722, -0.5639125737385987, -0.6967683391114144, 0.05533946918020593, -0.22657676943534896, 0.3625138130772335, -0.6275206972952406, -0.05625674964986377, 0.080651474097357, -0.18906736467713486, -0.3080931499412543, 0.05533946918020593, 0.080651474097357, -0.3526060347019042, 0.2554536326352489, 0.15147652131979264, -0.4507475765334558, -0.026640159094788687, -0.4000320897081319, -0.4507475765334558, -0.8558045894717148, -0.5051979896889167, 1.6905560379420859, -0.3526060347019042, -0.5051979896889167, 1.0989270261104742, -0.4000320897081319, 0.0017715832698207235, -0.026640159094788687, -0.11953349064297722, -0.6275206972952406, 1.0818064865841266, -0.5051979896889167, -0.22657676943534896, 1.0150831868661865, -0.15344450281609304, -0.4000320897081319, -1.2830253962993, -0.3526060347019042, -0.3080931499412543, -0.11953349064297722, 0.2554536326352489, -0.7725299499253284, -0.026640159094788687, -0.5639125737385987, -0.22657676943534896, -0.05625674964986377, -0.3526060347019042, -0.5051979896889167, -0.3080931499412543, -0.3080931499412543, -0.5639125737385987, -0.5051979896889167, -0.026640159094788687, -0.9476727045027304, -0.3080931499412543, -0.8558045894717148, -0.3526060347019042, 0.12866323881682445, -0.15344450281609304, -0.7725299499253284, -0.2661741714709567, -0.15344450281609304, -0.4507475765334558, -0.3080931499412543, -0.4000320897081319, -0.3080931499412543, 0.17356160690321729, -0.5051979896889167, -0.2661741714709567, -0.8558045894717148, 0.2744930975971459, -0.3526060347019042, -0.6275206972952406, 1.147855433523441, -0.2661741714709567, -0.3526060347019042, -0.4000320897081319, -0.5639125737385987, -0.15344450281609304, -0.4507475765334558, -0.4000320897081319, 0.10507285953213484, -0.5639125737385987, 0.02907071131383038, -1.1609962962545424, 0.9891083820440248, -0.5051979896889167, -0.6275206972952406, -0.4507475765334558, 0.05533946918020593, 1.7624578918474498, -0.15344450281609304, 0.2358734266580668, 0.2358734266580668, -0.6967683391114144, -0.4000320897081319, -0.6275206972952406, 0.0017715832698207235, -0.4000320897081319, -0.4000320897081319, 0.75453172565098, 0.4103815566347833, -0.2661741714709567, -0.18906736467713486, -0.11953349064297722, 0.12866323881682445, -0.6275206972952406, -0.2661741714709567, -0.4507475765334558, -0.4000320897081319, -0.4507475765334558, -0.6967683391114144, -0.4507475765334558, -0.3080931499412543, 0.10507285953213484, 0.6542514796050736, -0.5639125737385987, -0.5051979896889167, -0.4000320897081319, 0.6433655632289023, -0.22657676943534896, 0.05533946918020593, -0.3526060347019042, -0.9476727045027304, -0.3080931499412543, -0.026640159094788687, -0.18906736467713486, -0.3080931499412543, -0.08718204490341035, -0.7725299499253284, -0.7725299499253284, 0.2358734266580668, -0.5051979896889167, -0.6967683391114144, -0.6275206972952406, -0.5051979896889167, 1.6048271713851168, -0.026640159094788687, 1.5774182059820518, -0.5051979896889167, 0.02907071131383038, -0.4507475765334558, 0.12866323881682445, -0.5639125737385987, 0.483419585992133, -0.5051979896889167, -0.18906736467713486, -0.4000320897081319, 0.3457874033622429, 0.12866323881682445, -0.5639125737385987, -0.5639125737385987, 0.7451396918291052, -0.18906736467713486, -0.6967683391114144, 0.6210603911273758, 1.2765771564738932, 0.3286440957836161, -0.3526060347019042, 0.05533946918020593, 0.9339949059384508, -0.7725299499253284, -0.5639125737385987, -0.5051979896889167, -0.5639125737385987, -0.9476727045027304, -0.6275206972952406, -0.2661741714709567, 0.7161643494622517, 0.080651474097357, 0.5494251109078853, -0.5639125737385987, -0.6967683391114144, -0.9476727045027304, -0.3526060347019042, 1.5994327092874534, 0.4103815566347833, -0.3526060347019042, -0.3526060347019042, -0.4507475765334558, -0.9476727045027304, 1.465204567325305, 0.12866323881682445, -0.4507475765334558, -0.3080931499412543, 0.8971463101453632, 1.0989270261104742, -0.3080931499412543, -0.8558045894717148, -1.049168428224612, -0.5051979896889167, 0.12866323881682445, 0.12866323881682445, -0.6275206972952406, -0.6275206972952406, 1.2937401206570045, 1.1984015495271438, -0.08718204490341035, -0.2661741714709567, -0.2661741714709567, -0.6275206972952406, -0.6275206972952406, -0.18906736467713486, 1.3308487085071614, -0.7725299499253284, 0.05533946918020593, -0.9476727045027304, 1.5370972830740093, -0.11953349064297722, 0.15147652131979264, 0.6433655632289023, -0.7725299499253284, -0.7725299499253284, -0.6967683391114144, 0.0017715832698207235, -0.6275206972952406, -0.6275206972952406, -0.026640159094788687, 0.8895320801125501, -0.11953349064297722, 0.19496297943075375, -0.22657676943534896, -0.7725299499253284, -0.3526060347019042, -0.2661741714709567, -0.9476727045027304, 1.0701496782066051, 0.7996498518329167, -0.11953349064297722, -0.6275206972952406, 1.1935119862657602, 0.4256240023102696, 0.2358734266580668, 0.2554536326352489, -0.15344450281609304, -0.3080931499412543, -0.18906736467713486, -0.18906736467713486, -0.18906736467713486, 0.8971463101453632, -0.3526060347019042, 0.0017715832698207235, -0.11953349064297722, 0.15147652131979264, 0.6859076886393984, -0.05625674964986377, -0.05625674964986377, -0.22657676943534896, -0.2661741714709567, 1.4103156298906798, -0.9476727045027304, -0.15344450281609304, -0.9476727045027304, 0.4103815566347833, -0.6275206972952406, -0.6275206972952406, -0.2661741714709567, -0.3080931499412543, -1.049168428224612, -0.3080931499412543, -0.8558045894717148, -0.8558045894717148, 1.7319282383979997, 1.4942446249866468, -0.5051979896889167, -0.4507475765334558, -0.15344450281609304, -0.08718204490341035, 1.7688260247572078, -0.05625674964986377, -0.18906736467713486, 0.21572121615110645, -0.05625674964986377, -0.026640159094788687, 1.3187018804250856, -0.15344450281609304, 0.3947931996847506, 0.3625138130772335, -0.4507475765334558, -0.6967683391114144, 0.2744930975971459, 0.31106275564731145, 0.2930206142312953, -0.15344450281609304, -0.6275206972952406, -0.6275206972952406, 0.0017715832698207235, 1.500533591522939, -0.6275206972952406, -0.8558045894717148, -0.3526060347019042, -0.2661741714709567, -0.4507475765334558, -0.026640159094788687, -0.3526060347019042, 0.02907071131383038, -0.4507475765334558, -0.18906736467713486, 0.2744930975971459, 0.2930206142312953, -0.6967683391114144, 0.6433655632289023, 1.5994327092874534, -0.18906736467713486, -0.4507475765334558, -0.3080931499412543, 2.0377531669723417, -0.3526060347019042, -0.22657676943534896, -0.4507475765334558, -0.3526060347019042, 0.9481955263902108, -0.05625674964986377, 0.3947931996847506, 1.8596913480130168, -1.049168428224612, 0.4405354650190205, 0.2358734266580668, -0.5639125737385987, 0.05533946918020593, -0.08718204490341035, -0.6967683391114144, -0.9476727045027304, -0.5051979896889167, -0.22657676943534896, -0.15344450281609304, -0.026640159094788687, -0.6275206972952406, -0.08718204490341035, -0.5051979896889167, -0.22657676943534896, -0.05625674964986377, 0.19496297943075375, 0.0017715832698207235, -0.4000320897081319, -0.2661741714709567, -0.15344450281609304, -0.05625674964986377, -1.2830253962993, -0.6275206972952406, -0.22657676943534896, 0.15147652131979264, -0.05625674964986377, 0.0017715832698207235, -0.026640159094788687, -0.4507475765334558, -0.08718204490341035, -0.6275206972952406, -0.11953349064297722, -0.22657676943534896, -0.18906736467713486, 2.024807739185944, -0.2661741714709567, -0.6967683391114144, -0.15344450281609304, -0.026640159094788687, -0.3080931499412543, -0.4507475765334558, 0.7259597636624902, -0.5051979896889167, -0.8558045894717148, -0.4507475765334558, -0.11953349064297722, -0.6275206972952406, 0.0017715832698207235, 1.153081732846305, -0.4507475765334558, -0.4507475765334558, -0.05625674964986377, 0.02907071131383038, -0.6275206972952406, -0.5051979896889167, 0.2744930975971459, -0.15344450281609304, 1.0022192015322255, 0.3286440957836161, 0.02907071131383038, -0.18906736467713486, -0.05625674964986377, -0.3080931499412543, 0.0017715832698207235, -0.11953349064297722, 0.02907071131383038, -0.18906736467713486, -0.3080931499412543, 0.3286440957836161, -0.22657676943534896, -0.4000320897081319, -0.4507475765334558, 0.05533946918020593, -0.2661741714709567, -0.4507475765334558, 0.12866323881682445, -0.4507475765334558, -0.3080931499412543, 0.7161643494622517, 1.3388281860818707, -0.3526060347019042, -0.3080931499412543, -0.3080931499412543, -0.026640159094788687, -0.2661741714709567, -0.026640159094788687, -0.3080931499412543, 0.2930206142312953, -0.3526060347019042, -0.08718204490341035, 1.929930405358476, -0.5051979896889167, -0.2661741714709567, -0.22657676943534896, -0.2661741714709567, 0.17356160690321729, -0.18906736467713486, -0.3526060347019042, -0.7725299499253284, -0.6275206972952406, -0.5051979896889167, -0.5051979896889167, -0.3080931499412543, -0.026640159094788687, -0.08718204490341035, -0.026640159094788687, 0.05533946918020593, -0.9476727045027304, 0.080651474097357, -0.15344450281609304, 0.3457874033622429, -0.4000320897081319, 0.5741450940059798, 0.4256240023102696, -0.4507475765334558, -0.18906736467713486, 0.05533946918020593, -0.3080931499412543, -0.5051979896889167, 0.15147652131979264, -0.05625674964986377, -0.18906736467713486, -0.4507475765334558, -0.15344450281609304, -0.15344450281609304, -0.7725299499253284, 0.02907071131383038, -0.08718204490341035, -0.5639125737385987, -0.4507475765334558, 0.5494251109078853, 0.12866323881682445, -0.4507475765334558, -0.11953349064297722, -0.4507475765334558, -0.22657676943534896, -0.2661741714709567, 1.110106892949511, -0.11953349064297722, 0.8581976504366654, 0.080651474097357, -0.05625674964986377, 0.02907071131383038, 0.8083270234807505, -0.9476727045027304, -0.4000320897081319, -0.6275206972952406, -0.9476727045027304, -0.3080931499412543, -0.4000320897081319, -0.4000320897081319, -0.11953349064297722, -0.05625674964986377, -0.2661741714709567, 0.3788429771223282, -0.05625674964986377, -0.4000320897081319, -0.22657676943534896, -0.2661741714709567, 0.9956952359808332, -0.4000320897081319, 0.2358734266580668, 0.4551299326505415, -0.08718204490341035, 0.02907071131383038, -0.3526060347019042, -0.18906736467713486, -0.026640159094788687, 0.3286440957836161, -0.15344450281609304, -0.5639125737385987, -0.026640159094788687, -0.22657676943534896, 0.12866323881682445, 0.02907071131383038, -0.4000320897081319, -0.15344450281609304, -0.08718204490341035, -0.05625674964986377, 0.0017715832698207235, -0.18906736467713486, 0.3286440957836161, 0.05533946918020593, -0.22657676943534896, -0.15344450281609304, 0.17356160690321729, 0.3947931996847506, -0.18906736467713486, -0.05625674964986377, 0.7908611748092376, -0.3526060347019042, 0.5237801706068599, 0.5741450940059798, 0.080651474097357, -0.4507475765334558, 0.7819580954800043, -0.11953349064297722, 0.8168954782377498, -0.3080931499412543, -0.08718204490341035, -0.5639125737385987, -0.22657676943534896, 0.7356169315905434, -0.3080931499412543, 0.05533946918020593, -0.6275206972952406, 0.2358734266580668, 0.05533946918020593, 0.17356160690321729, 0.17356160690321729, -0.6967683391114144, 0.8083270234807505, 0.02907071131383038, -0.026640159094788687, 0.3625138130772335, 0.12866323881682445, 0.02907071131383038, -0.3080931499412543, -0.026640159094788687, 1.3427832268024906, -0.3080931499412543, -0.6275206972952406, -0.05625674964986377, 1.3021625026596613, 0.7819580954800043, 0.0017715832698207235, -0.05625674964986377, 0.0017715832698207235, -0.3526060347019042, 0.4551299326505415, 0.7637965654790396, -0.15344450281609304, -0.05625674964986377, 0.7161643494622517, -0.15344450281609304, 0.8337168804859936, 0.5861785374268167, 0.05533946918020593, -0.8558045894717148, -0.22657676943534896, 0.05533946918020593, -0.4000320897081319, -0.5639125737385987, -0.8558045894717148, -1.2830253962993, -0.3526060347019042, -1.2830253962993, -0.9476727045027304, -0.9476727045027304, -1.4136240801778617, -1.2830253962993, -0.9476727045027304, -0.6275206972952406, -0.9476727045027304, -0.9476727045027304, -1.049168428224612, -0.8558045894717148, -0.4507475765334558, -1.049168428224612, -0.6967683391114144, -0.6967683391114144, -0.08718204490341035, -1.2830253962993, -1.049168428224612, -1.1609962962545424, -0.7725299499253284, -0.4507475765334558, -1.2830253962993, -0.8558045894717148, -0.5639125737385987, -1.1609962962545424, -0.9476727045027304, 1.9966445924374605, -0.18906736467713486, -0.6967683391114144, 1.0642458275419795, -1.049168428224612, 1.0462218447306075, -1.1609962962545424, -0.7725299499253284, 1.280908507391448, -0.9476727045027304, -0.8558045894717148, -1.049168428224612, -0.7725299499253284, -0.4000320897081319, -0.6967683391114144, -0.8558045894717148, -0.9476727045027304, -0.5051979896889167, -0.6275206972952406, -1.1609962962545424, -0.5639125737385987, -1.1609962962545424, 1.5220996609368491, -0.6275206972952406, -1.049168428224612, 2.091175200088692, -0.3080931499412543, -0.6967683391114144, -0.3526060347019042, -0.3080931499412543, 1.142588836123247, -0.6275206972952406, -0.8558045894717148, 1.6590354140301145, -0.8558045894717148, -0.6275206972952406, -0.7725299499253284, -1.4136240801778617, -1.5492358730717204, -0.9476727045027304, -0.9476727045027304, -0.6275206972952406, -0.6967683391114144, -0.5639125737385987, -0.8558045894717148, -0.4000320897081319, -1.1609962962545424, -0.4507475765334558, -0.4000320897081319, 0.9194929659675468, -0.8558045894717148, -1.049168428224612, -0.8558045894717148, 1.0150831868661865, -0.5639125737385987, -0.5639125737385987, -1.049168428224612, -1.4136240801778617, 1.9113239390494852, -0.6275206972952406, -1.5492358730717204, -0.9476727045027304, 1.4314194510338218, -0.7725299499253284, -0.18906736467713486, -0.3526060347019042, -0.8558045894717148, -0.5051979896889167, -1.5492358730717204, -1.4136240801778617, -0.8558045894717148, 1.1735959761118888, -1.049168428224612, -0.08718204490341035, -1.5492358730717204, -1.049168428224612, -0.6967683391114144, 1.7581792237367642, -1.049168428224612, -0.4000320897081319, -0.5639125737385987, 0.9267823968398388, 1.3227748791663414, -0.9476727045027304, -0.3080931499412543, -0.9476727045027304, 0.4256240023102696, -0.5051979896889167, 1.2979642968738363, -0.8558045894717148, 1.874329288862068, -0.6967683391114144, -0.9476727045027304, -0.7725299499253284, -0.8558045894717148, -0.6275206972952406, -0.3526060347019042, 1.6181297270350423, -0.6967683391114144, -1.049168428224612, -0.9476727045027304, 1.6929214707183893, -0.2661741714709567, -0.7725299499253284, -1.1609962962545424, -0.4507475765334558, -0.4507475765334558, -0.5639125737385987, 2.4674482216893217, -0.7725299499253284, -0.5639125737385987, -0.9476727045027304, -0.2661741714709567, 1.1786296885440268, -0.5639125737385987, -0.5639125737385987, -1.2830253962993, -0.5051979896889167, -0.5639125737385987, 1.874329288862068, -0.9476727045027304, 1.5546700656767236, -0.3526060347019042, -0.5051979896889167, -0.8558045894717148, -0.4000320897081319, -1.2830253962993, -1.2830253962993, -0.9476727045027304, -0.7725299499253284, -0.6967683391114144, -0.6275206972952406, -0.18906736467713486, -0.3080931499412543, -0.7725299499253284, 1.9813415688406848, -1.1609962962545424, -0.4507475765334558, -0.7725299499253284, -1.1609962962545424, -0.5051979896889167, -0.4000320897081319, -0.4507475765334558, -0.6967683391114144, -0.6967683391114144, -0.8558045894717148, -1.2830253962993, -0.7725299499253284, -1.049168428224612, -0.7725299499253284, -0.18906736467713486, 1.6388889185187787, -0.8558045894717148, -0.3080931499412543, -0.4507475765334558, 1.8921960337996124, -0.3080931499412543, -0.9476727045027304, -0.6967683391114144, -0.3080931499412543, -0.9476727045027304, -1.049168428224612, -0.6275206972952406, -0.8558045894717148, -0.9476727045027304, 1.3388281860818707, -1.2830253962993, -0.9476727045027304, -0.5639125737385987, -0.6275206972952406, -0.8558045894717148, -0.8558045894717148, -0.6967683391114144, -0.5639125737385987, -0.6967683391114144, 1.6285882295817034, 2.11829791838654, 2.621719376628347, -0.8558045894717148, -0.4507475765334558, -1.4136240801778617, -1.2830253962993, -0.7725299499253284, 1.6021352687651542, -1.1609962962545424, -1.1609962962545424, 2.62353379272918, -0.3526060347019042, -0.4507475765334558, -1.2830253962993, -0.5051979896889167, -0.9476727045027304, 2.2439982868666304, -0.6275206972952406, 2.144383929899612, 2.2258539174837453, -0.5639125737385987, -0.4507475765334558, -0.8558045894717148, -1.049168428224612, -1.1609962962545424, -0.5051979896889167, -0.6967683391114144, 1.6388889185187787, 2.0348975485111542, 0.0017715832698207235, 2.1926083852447613, -1.2830253962993, -0.9476727045027304, 1.821661293848985, -0.18906736467713486, -0.8558045894717148, -0.7725299499253284, -0.7725299499253284, 1.985968607482172, -0.6967683391114144, -0.2661741714709567, -0.7725299499253284, -0.5051979896889167, -0.3080931499412543, -0.8558045894717148, 1.6337580025800058, -0.8558045894717148, -1.049168428224612, -0.7725299499253284, 1.97042158259502, -0.2661741714709567, 2.1588544900241566, -0.8558045894717148, -1.049168428224612, 2.1220860869545826, -0.8558045894717148, -1.2830253962993, 1.4383115462770326, -0.4507475765334558, -1.2830253962993, -0.3080931499412543, -0.7725299499253284, -0.5639125737385987, 2.2858706696463837, 2.5221373199011703, -0.6967683391114144, -0.7725299499253284, -0.6967683391114144, -0.5051979896889167, -0.22657676943534896, -0.6967683391114144, 2.429997840913144, -1.049168428224612, -0.4507475765334558, 2.380958528617832, -0.8558045894717148, -0.5051979896889167, -0.6967683391114144, -0.5051979896889167, -0.8558045894717148, -0.6967683391114144, -0.4507475765334558, -0.8558045894717148, -0.6275206972952406, -0.5051979896889167, -0.2661741714709567, -0.6275206972952406, -0.4507475765334558, 1.4067340249276443, -0.8558045894717148, -1.2830253962993, -0.6275206972952406, -0.6967683391114144, -0.6967683391114144, -0.3080931499412543, 2.186906553113795, -0.5051979896889167, 2.4046711473287434, -1.2830253962993, 1.94641621587225, 1.7977828250524883, -0.3526060347019042, -0.7725299499253284, -0.7725299499253284, -0.4000320897081319, 0.9757410818786436, -0.6967683391114144, 1.9026958264853528, -0.5051979896889167, 2.462877768046908, -0.3080931499412543, -0.026640159094788687, -0.5639125737385987, -0.4507475765334558, -0.7725299499253284, 2.310196544842344, -0.5639125737385987, -0.2661741714709567, -1.1609962962545424, -1.049168428224612, 1.2765771564738932, 2.085884498304368, -1.049168428224612, -0.6967683391114144, -0.2661741714709567, -0.9476727045027304, -0.15344450281609304, 2.0189744540756864, -1.049168428224612, -0.6967683391114144, 2.340119720917269, -0.4507475765334558, -0.5639125737385987, -1.049168428224612, -0.6275206972952406, -0.6967683391114144, -0.8558045894717148, 1.5802091566265133, -0.5051979896889167, 2.310196544842344, 0.8661669225361148, -0.5639125737385987, 1.6858004396213575, -0.9476727045027304, -0.9476727045027304, -0.4000320897081319, -0.6275206972952406, -0.6275206972952406, -0.4507475765334558, -0.5639125737385987, -0.8558045894717148, -0.22657676943534896, -0.7725299499253284, -0.5639125737385987, -0.6967683391114144, 1.2852125582461915, -0.8558045894717148, -1.1609962962545424, 2.1480304324024355, -0.4000320897081319, -0.7725299499253284, -0.8558045894717148, -1.1609962962545424, 2.351910955198925, -0.8558045894717148, 2.31495938716679, -1.2830253962993, -0.5639125737385987, -0.8558045894717148, 2.2408311872523194, -0.8558045894717148, 1.725204665251564, -0.5051979896889167, -0.7725299499253284, -0.5639125737385987, 1.948043107413496, -0.6275206972952406, 2.3971387018706642, -0.6967683391114144, 2.0778707489196684, -0.5051979896889167, -0.5639125737385987, -0.8558045894717148, -0.6275206972952406, -0.8558045894717148, 2.6836253674648853, -0.8558045894717148, -0.9476727045027304, -0.5051979896889167, -0.18906736467713486, -0.4000320897081319, -0.4507475765334558, -0.22657676943534896, -0.8558045894717148, -0.6275206972952406, -0.6967683391114144, -0.9476727045027304, 1.8596913480130168, -0.2661741714709567, -0.6275206972952406, -0.3080931499412543, -0.3080931499412543, 1.6952787351669618, -0.5639125737385987, -0.8558045894717148, -0.7725299499253284, -0.5639125737385987, -0.6967683391114144, -0.6967683391114144, -1.049168428224612, -0.4000320897081319, -0.9476727045027304, -0.3526060347019042, -0.6967683391114144, -1.2830253962993, 0.4256240023102696, -0.3526060347019042, -1.1609962962545424, -0.6275206972952406, -0.5639125737385987, -0.4507475765334558, -0.4507475765334558, 2.2072140099958903, -0.6967683391114144, -0.5051979896889167, 1.817739106529632, -0.6275206972952406, 2.3714127036283723, 2.3355298332734056, 2.51296637002656, -0.22657676943534896, -0.5639125737385987, -0.5639125737385987, -0.6275206972952406, -0.2661741714709567, -1.2830253962993, -0.4507475765334558, -1.2830253962993, -0.5639125737385987, -0.2661741714709567, -1.049168428224612, -0.4000320897081319, 1.6465136999146226, -0.5051979896889167, -1.049168428224612, -0.5639125737385987, -0.7725299499253284, 2.447418030996793, -1.1609962962545424, -0.4507475765334558, -0.8558045894717148, -0.5051979896889167, -0.5639125737385987, -0.9476727045027304, -1.049168428224612, -0.5051979896889167, -0.7725299499253284, -0.18906736467713486, -0.6967683391114144, -1.049168428224612, -0.5051979896889167, -0.5051979896889167, 2.196006760658536, -0.6967683391114144, -0.6275206972952406, 2.260645681057611, 2.257555065740958, 1.8815322028304653, 2.064301804370697, 1.9813415688406848, 2.2269346900946965, -0.5639125737385987, -0.9476727045027304, 2.418676206357156, -0.6967683391114144, 2.0724754968431216, -0.3526060347019042, -0.4000320897081319, -0.4000320897081319, -0.7725299499253284, 2.1093762305347337, -1.049168428224612, -0.5051979896889167, 2.209433545603636, -0.5639125737385987, -0.7725299499253284, -0.8558045894717148, -0.8558045894717148, -0.6275206972952406, 2.4291953512738846, 2.3962966090226687, 2.3563923530548854, -0.8558045894717148, 2.0305915946531496, -0.5639125737385987, -0.4000320897081319, -0.9476727045027304, -0.22657676943534896, -0.3526060347019042, -0.6275206972952406, -0.18906736467713486, -0.9476727045027304, -0.6967683391114144, 1.817739106529632, -0.18906736467713486, -0.6967683391114144, -0.6275206972952406, -0.3526060347019042, -0.7725299499253284, -0.5639125737385987, 2.092491492534041, -0.7725299499253284, -0.5639125737385987, -0.6967683391114144, -0.3526060347019042, -0.2661741714709567, -0.5639125737385987, 2.2312407480960013, -0.9476727045027304, -0.3080931499412543, 2.7160297350298657, -0.6275206972952406, 2.3572851125763914, 2.446635775384708, -0.5051979896889167, 2.117030509044523, -0.18906736467713486, -0.9476727045027304, -0.5639125737385987, 2.1382627973480663, -0.6967683391114144, -0.22657676943534896, -0.6275206972952406, -0.7725299499253284, -0.3080931499412543, -0.18906736467713486, -0.026640159094788687, -0.6967683391114144, 2.3869643620958416, -0.4000320897081319, -0.22657676943534896, -0.3080931499412543, -0.7725299499253284, -0.5639125737385987, -0.5051979896889167, -0.7725299499253284, 2.541481298374922, 1.0462218447306075, -0.3526060347019042, -0.5639125737385987, -1.049168428224612, -0.6275206972952406, -0.9476727045027304, -0.3080931499412543, -0.5051979896889167, -0.7725299499253284, 2.48690731517025, -0.6275206972952406, -0.11953349064297722, -0.5051979896889167, -0.4000320897081319, -0.7725299499253284, -0.8558045894717148, -1.049168428224612, 2.626547142002972, -0.6967683391114144, -0.5639125737385987, 2.5007845918130416, -0.5639125737385987, -0.9476727045027304, -0.3526060347019042, -0.7725299499253284, -0.3526060347019042, -1.5492358730717204, -0.8558045894717148, -0.4000320897081319, 2.4162255145599563, -0.6967683391114144, -0.4507475765334558, -0.8558045894717148, 1.5459402146485697, 1.8868849427909544, -0.4000320897081319, -0.6967683391114144, -1.049168428224612, -0.2661741714709567, 1.3545127267651162, -0.3080931499412543, 1.9966445924374605, 2.1245999027614544, -0.5051979896889167, 2.3962966090226687, -0.5051979896889167, -0.4507475765334558, 1.6952787351669618, 1.8313692826652563, -0.6275206972952406, -0.4507475765334558, -0.4507475765334558, 2.3696626638715954, -0.6967683391114144, 1.8868849427909544, -0.11953349064297722, -0.6967683391114144, 1.8851053559901951, 2.5000612005741223, -0.9476727045027304, -1.1609962962545424, 1.7916803697743464, -1.049168428224612, -0.6275206972952406, -0.8558045894717148, -0.4000320897081319, -0.5639125737385987, -0.6967683391114144, -0.3526060347019042, -0.4507475765334558, -0.6275206972952406, -0.6967683391114144, -0.7725299499253284, -0.6967683391114144, -0.6967683391114144, 2.3346081402293692, 1.8633803669497544, 1.94641621587225, -0.22657676943534896, 2.1741922963196774, -0.5051979896889167, -0.4000320897081319, 2.256521742911606, 2.3572851125763914, -0.9476727045027304, -0.3526060347019042, -0.5639125737385987, -0.4507475765334558, -0.22657676943534896, 1.848503138985757, 0.05533946918020593, -1.049168428224612, -0.3526060347019042, -0.8558045894717148, -0.8558045894717148, 1.3885386390488073, 1.7855228663986205, 2.2828924346483244, -0.3080931499412543, -0.3526060347019042, -0.5639125737385987, -0.6967683391114144, -0.6967683391114144, 2.0071561642868634, 2.520031857666847, -0.6967683391114144, -0.7725299499253284, -0.8558045894717148, -0.9476727045027304, -0.5639125737385987, -0.4507475765334558, -0.8558045894717148, 1.779309312854518, -0.5639125737385987, 1.7937205892803698, -0.7725299499253284, -0.5639125737385987, -0.4000320897081319, 1.9890359657871768, -0.4000320897081319, 2.2647448520571767, -0.5051979896889167, -0.4000320897081319, -0.8558045894717148, -0.6967683391114144, 2.447418030996793, -1.1609962962545424, 2.3722860437155564, 0.0017715832698207235, -1.049168428224612, -0.5051979896889167, -0.6967683391114144, -1.2830253962993, 2.56095444013353, -0.9476727045027304, -0.8558045894717148, -1.049168428224612, -0.5639125737385987, -0.2661741714709567, 2.0334652466605503, -1.049168428224612, -0.4507475765334558, -1.049168428224612, -0.8558045894717148, -0.18906736467713486, -0.4507475765334558, -0.22657676943534896, -0.7725299499253284, -0.026640159094788687, -0.2661741714709567, -0.6275206972952406, -0.6275206972952406, -0.3526060347019042, 1.781386788147113, -0.4507475765334558, 2.0629299552935336, -0.6275206972952406, 2.0462490330895933, 0.02907071131383038, -0.4000320897081319, -0.5051979896889167, 2.577306954886576, -0.5639125737385987, -0.3526060347019042, -0.5051979896889167, -0.5051979896889167, -0.5051979896889167, -0.4507475765334558, 2.3835389309513264, 1.975122984702424, 1.3736249417131163, -0.4000320897081319, -0.3080931499412543, -0.5639125737385987, -0.5051979896889167, 2.0101299757967968, -0.6967683391114144, 2.2585868265685787, -0.5639125737385987, -1.1609962962545424, 1.6834101586901913, 1.998156192846436, 2.2808997004672915, -0.5639125737385987, -0.6275206972952406, 2.2502887371361613, -0.5639125737385987, -0.4507475765334558, -0.3526060347019042, -0.7725299499253284, 2.2966810124313755, -0.5639125737385987, 2.4355890041711623, -1.049168428224612, 2.6033048895660107, 2.2258539174837453, -0.4000320897081319, -0.5051979896889167, 2.4395548353870202, -0.5051979896889167, -0.5639125737385987, -0.22657676943534896, -0.2661741714709567, -1.1609962962545424, -1.1609962962545424, -0.8558045894717148, -0.5051979896889167, -0.6275206972952406, -0.5639125737385987, -0.6275206972952406, -0.7725299499253284, -0.5639125737385987, -0.6275206972952406, -0.15344450281609304, -0.5051979896889167, -0.5051979896889167, -0.6967683391114144, 2.0377531669723417, -0.9476727045027304, -0.5639125737385987, 1.7319282383979997, -0.4507475765334558, -0.5639125737385987, -0.6275206972952406, -0.5639125737385987, -0.5639125737385987, 2.3178012207780085, 2.067037258504833, -0.3080931499412543, -0.4000320897081319, -0.4000320897081319, -0.3526060347019042, -0.22657676943534896, -0.4000320897081319, -0.22657676943534896, -0.6967683391114144, -0.9476727045027304, -0.22657676943534896, -0.4000320897081319, -0.4507475765334558, -1.1609962962545424, -0.5639125737385987, 2.4528688601285, 2.5563046435514694, -0.5639125737385987, 2.406333794915292, -0.6967683391114144, -0.6967683391114144, -0.4507475765334558, 1.725204665251564, 2.341947068367431, 1.3021625026596613, -0.18906736467713486, -0.6275206972952406, -0.6275206972952406, -0.6275206972952406, 2.411297574022958, -0.4507475765334558, -0.3526060347019042, -0.5639125737385987, -0.5639125737385987, -1.1609962962545424, 2.3971387018706642, 2.3355298332734056, -0.6967683391114144, 1.948043107413496, -0.3080931499412543, 2.2027531681294352, -0.7725299499253284, -0.22657676943534896, 2.1029314354789044, -0.4000320897081319, -0.5051979896889167, -0.6967683391114144, -0.8558045894717148, 2.1419420602017287, 2.22368722468266, -1.049168428224612, -1.4136240801778617, -0.6275206972952406, -0.5051979896889167, -0.6967683391114144, -0.5051979896889167, -0.4000320897081319, -0.7725299499253284, -0.18906736467713486, 1.7957547289985771, 2.8672750724551483, -0.3526060347019042, -1.2830253962993, 2.412121372221811, 2.400496722156749, -1.049168428224612, -0.8558045894717148, 2.133326057874777, -0.6967683391114144, 2.832154856417168, -0.6275206972952406, -0.9476727045027304, -0.4507475765334558, -0.8558045894717148, -0.6967683391114144, 2.2072140099958903, -0.11953349064297722, -0.6967683391114144, -0.4507475765334558, -0.6275206972952406, 2.4427109924635686, -0.7725299499253284, 2.3696626638715954, -0.6275206972952406, -0.6275206972952406, -0.3080931499412543, -0.8558045894717148, 2.3878180405147047, -0.4000320897081319, -1.1609962962545424, -0.2661741714709567, -0.7725299499253284, -0.5639125737385987, -0.5639125737385987, -0.6967683391114144, -0.5051979896889167, -0.8558045894717148, -1.049168428224612, -0.22657676943534896, -0.18906736467713486, -0.4000320897081319, -0.6967683391114144, 2.4243604980335527, -0.8558045894717148, -0.8558045894717148, -0.5051979896889167, -1.049168428224612, -0.7725299499253284, -0.9476727045027304, -0.11953349064297722, 0.0017715832698207235, -0.6967683391114144, -1.2830253962993, -0.6275206972952406, -0.3526060347019042, -0.7725299499253284, -1.4136240801778617, -0.9476727045027304, 2.1846124163113783, -0.8558045894717148, -0.4507475765334558, -0.22657676943534896, -0.7725299499253284, -0.22657676943534896, -0.6275206972952406, -0.15344450281609304, -0.22657676943534896, -0.6275206972952406, 1.61548987263029, -0.5639125737385987, -0.6275206972952406, -0.11953349064297722, 2.293749676494864, -0.7725299499253284, -0.5639125737385987, -0.6967683391114144, 1.8352141461600748, -0.4507475765334558, -0.6967683391114144, -0.8558045894717148, -0.5051979896889167, -0.3526060347019042, -0.8558045894717148, -0.7725299499253284, 1.3622219271969984, -0.4507475765334558, -1.049168428224612, -0.6967683391114144, -0.6967683391114144, -0.3526060347019042, -0.18906736467713486, 1.571801839199228, 2.5108323821902925, -0.6275206972952406, -0.3080931499412543, 2.354603323198563, -0.6275206972952406, -0.6275206972952406, -1.4136240801778617, 2.3015387686422204, -0.7725299499253284, 2.310196544842344, -0.6967683391114144, 2.079212924693613, -0.9476727045027304, 2.1419420602017287, -0.5051979896889167, -0.5051979896889167, -0.7725299499253284, 1.9735594459192525, -0.4507475765334558, 0.19496297943075375, -0.4507475765334558, -0.7725299499253284, -0.5051979896889167, -0.5639125737385987, 2.271859691812875, -0.6275206972952406, -0.4000320897081319, -0.8558045894717148, -0.5639125737385987, -0.4507475765334558, 2.406333794915292, -0.4000320897081319, -0.18906736467713486, -0.7725299499253284, -0.6967683391114144, -0.8558045894717148, -0.9476727045027304, -0.5051979896889167, -0.7725299499253284, 2.64023972615576, -0.5639125737385987, -0.6967683391114144, 2.337369493843246, -0.7725299499253284, -0.6967683391114144, -0.5639125737385987, -0.3526060347019042, -0.6275206972952406, -1.4136240801778617, -0.7725299499253284, -0.4000320897081319, -0.18906736467713486, -0.3080931499412543, -0.18906736467713486, -0.3526060347019042, 2.3346081402293692, -0.5639125737385987, -0.7725299499253284, -0.7725299499253284, -0.6275206972952406, -0.7725299499253284, -0.5639125737385987, 2.368785958449643, -0.5639125737385987, -0.6967683391114144, -0.4000320897081319, -0.4507475765334558, 2.230166777725477, -0.6275206972952406, -1.049168428224612, -0.3080931499412543, -0.6275206972952406, -0.15344450281609304, 2.2828924346483244, -0.4507475765334558, -1.1609962962545424, -0.5639125737385987, -0.4507475765334558, -0.5051979896889167, -0.2661741714709567, -0.3080931499412543, -0.5051979896889167, 1.72294867662781, -0.9476727045027304, -0.5639125737385987, -0.6967683391114144, -0.5639125737385987, -0.2661741714709567, -0.8558045894717148, -0.8558045894717148, -0.5639125737385987, -0.8558045894717148, -0.6275206972952406, -0.6275206972952406, -1.4136240801778617, -0.8558045894717148, -0.5051979896889167, -0.8558045894717148, 1.8313692826652563, -0.3080931499412543, -0.6967683391114144, -0.5051979896889167, -0.5051979896889167, -0.5639125737385987, -0.5051979896889167, -0.6275206972952406, -0.18906736467713486, -0.4507475765334558, -0.5051979896889167, 2.414586817833285, 2.4794885565438434, -0.5639125737385987, 2.3178012207780085, -0.5051979896889167, -0.8558045894717148, -0.6275206972952406, -0.7725299499253284, -0.22657676943534896, 2.230166777725477, 2.7408892078999485, -1.4136240801778617, -1.1609962962545424, -0.3080931499412543, -0.7725299499253284, -0.6967683391114144, 1.0875611399626348, 2.3572851125763914, -0.5639125737385987, -0.2661741714709567, -0.5639125737385987, -0.6275206972952406, -0.5639125737385987, -0.5639125737385987, -0.5051979896889167, -0.4507475765334558, 2.263722364964965, -0.3526060347019042, -0.3080931499412543, 2.379232824743993, 2.0160390099811516, -0.2661741714709567, -0.5639125737385987, -0.8558045894717148, -0.6967683391114144, -0.8558045894717148, -0.6275206972952406, -0.5051979896889167, -0.5051979896889167, -0.5639125737385987, 2.21274937453868, -0.3526060347019042, -0.5639125737385987, -0.4000320897081319, 2.3714127036283723, -0.8558045894717148, -0.3526060347019042, 1.7538735673894172, -0.9476727045027304, -0.3526060347019042, -0.7725299499253284, 1.3885386390488073, -0.3526060347019042, -0.4507475765334558, -0.7725299499253284, 2.5489332118389854, 2.0684008855279568, -0.15344450281609304, 1.4847011996896338, -0.3526060347019042, -0.4000320897081319, -0.22657676943534896, -0.8558045894717148, -0.22657676943534896, -0.4507475765334558, -0.5639125737385987, -0.7725299499253284, -0.7725299499253284, -0.6275206972952406, -1.049168428224612, -0.6967683391114144, -0.6967683391114144, -0.5639125737385987, -0.5051979896889167, 2.5086917014117063, -0.4000320897081319, -0.3526060347019042, -0.18906736467713486, -0.22657676943534896, -0.15344450281609304, -0.3526060347019042, -0.6275206972952406, -0.7725299499253284, -1.049168428224612, -0.4000320897081319, -0.6967683391114144, -0.6275206972952406, -0.5639125737385987, 2.2799011474108752, 1.9265849187226087, -0.5639125737385987, -0.5051979896889167, -1.049168428224612, -0.9476727045027304, -0.5639125737385987, -0.8558045894717148, -0.5051979896889167, -0.9476727045027304, -0.3526060347019042, 2.2789011313509984, -0.6967683391114144, -0.5639125737385987, 2.4379712669918647, -0.2661741714709567, -0.4000320897081319, -0.7725299499253284, -0.6275206972952406, -0.5051979896889167, -0.15344450281609304, -0.4000320897081319, -0.3526060347019042, -0.5051979896889167, -0.6275206972952406, -0.6967683391114144, -0.5051979896889167, -0.7725299499253284, -0.22657676943534896, -0.4507475765334558, -0.3080931499412543, -0.6275206972952406, -0.18906736467713486, 1.8670495559477045, 2.026258304274003, -0.4507475765334558, -0.3526060347019042, -0.6967683391114144, -0.6275206972952406, -0.6967683391114144, -0.6275206972952406, 2.529108986770037, -0.9476727045027304, -0.6275206972952406, -0.2661741714709567, -0.4000320897081319, -0.5051979896889167, -0.9476727045027304, -0.4507475765334558, -0.9476727045027304, -0.6967683391114144, -0.08718204490341035, -0.18906736467713486, 2.1588544900241566, 2.388670652543416, -0.6275206972952406, 2.510119567662596, -0.4507475765334558, 2.0462490330895933, -0.3080931499412543, -0.7725299499253284, -0.2661741714709567, -0.3080931499412543, -1.049168428224612, -0.4507475765334558, -0.5639125737385987, -0.5639125737385987, -0.2661741714709567, 2.161236702460972, -0.6275206972952406, -0.5639125737385987, -0.5051979896889167, 2.3757682720540827, 2.2828924346483244, -0.18906736467713486, -0.3526060347019042, -0.3080931499412543, -0.11953349064297722, -0.6275206972952406, 2.7005595969353453, -0.7725299499253284, -0.8558045894717148, -0.4000320897081319, -0.3080931499412543, -0.6275206972952406, -0.11953349064297722, 2.529108986770037, -0.4507475765334558, -0.3526060347019042, -0.7725299499253284, -0.2661741714709567, 2.341947068367431, -0.5051979896889167, -0.6967683391114144, -0.7725299499253284, -0.9476727045027304, -0.6275206972952406, 0.8253579014798493, 2.514385330901628, 2.563597313363065, -0.8558045894717148, -0.6275206972952406, -0.6275206972952406, 2.406333794915292, -0.9476727045027304, -0.8558045894717148, -0.6967683391114144, 0.080651474097357, -0.6967683391114144, -0.6275206972952406, 1.9561199041820971, -1.049168428224612, 1.8236139684832224, -0.6275206972952406, -0.5051979896889167, -0.5639125737385987, -0.6967683391114144, -0.8558045894717148, -0.5639125737385987, 0.02907071131383038, 2.1016351418730648, -0.5051979896889167, -0.4507475765334558, -0.5639125737385987, -0.22657676943534896, 0.10507285953213484, -0.4507475765334558, -0.6967683391114144, -0.6967683391114144, -0.5051979896889167, 2.8127495207546653, 2.4055029773906935, -0.5051979896889167, -0.5051979896889167, -0.4000320897081319, 0.080651474097357, -0.4507475765334558, -0.5639125737385987, -0.7725299499253284, -0.5639125737385987, 2.630743604939388, 1.8098264673751867, -0.6967683391114144, -0.6275206972952406, -0.5639125737385987, -0.22657676943534896, 0.02907071131383038, -0.4000320897081319, -0.2661741714709567, -0.2661741714709567, -0.2661741714709567, -0.5639125737385987, -0.5639125737385987, 0.02907071131383038, -0.4507475765334558, -0.6967683391114144, 2.4339961970590696, -0.6967683391114144, -0.8558045894717148, -0.6275206972952406, -0.6967683391114144, -0.3526060347019042, -0.5639125737385987, -0.3526060347019042, -0.11953349064297722, -0.4507475765334558, -0.4000320897081319, -0.3080931499412543, -0.7725299499253284, -0.08718204490341035, -0.22657676943534896, -0.4507475765334558, 2.51296637002656, -0.9476727045027304, -0.15344450281609304, -0.8558045894717148, -0.5639125737385987, -0.9476727045027304, -0.7725299499253284, 1.3467154907442098, -0.6967683391114144, -0.22657676943534896, -0.22657676943534896, -0.5051979896889167, -0.6967683391114144, -0.6967683391114144, 2.414586817833285, -0.3526060347019042, -0.9476727045027304, -0.18906736467713486, 1.4067340249276443, -0.5639125737385987, -0.2661741714709567, -0.4507475765334558, -0.5639125737385987, -0.6275206972952406, 2.1258533473365233, -0.5051979896889167, -0.6275206972952406, -1.1609962962545424, -0.5639125737385987, -0.4507475765334558, 2.528415015857449, -0.7725299499253284, -0.15344450281609304, 2.091175200088692, -0.6275206972952406, -0.18906736467713486, 2.447418030996793, 2.412944177330309, -0.3526060347019042, -0.2661741714709567, -0.6275206972952406, -0.4507475765334558, -0.4507475765334558, -0.11953349064297722, -1.2830253962993, -0.4507475765334558, -0.5051979896889167, -0.6967683391114144, 2.4497594329430665, -0.5639125737385987, 2.2204242344639225, -0.3526060347019042, -0.05625674964986377, 2.21385108087062, -0.6275206972952406, -0.4000320897081319, -0.3526060347019042, -0.9476727045027304, -0.5639125737385987, -0.3526060347019042, -0.4507475765334558, -0.3526060347019042, -0.4507475765334558, -0.5639125737385987, -0.5639125737385987, -0.5639125737385987, -0.22657676943534896, -0.6967683391114144, 1.985968607482172, -0.4000320897081319, 2.0348975485111542, -0.3526060347019042, -0.6967683391114144, -0.7725299499253284, -0.6275206972952406, -0.7725299499253284, 2.3661490652618915, 0.12866323881682445, -0.22657676943534896, -0.6967683391114144, -0.6967683391114144, -0.4507475765334558, 1.9215357420103782, -0.6275206972952406, -0.5639125737385987, -0.5639125737385987, -0.5639125737385987, -0.4000320897081319, -0.7725299499253284, 2.262698343844279, -0.6967683391114144, -0.6967683391114144, -0.4000320897081319, -0.3080931499412543, -0.4507475765334558, -0.2661741714709567, -0.5639125737385987, 2.266785242491941, -0.8558045894717148, -0.18906736467713486, -0.3080931499412543, -0.4507475765334558, -0.6967683391114144, -0.6275206972952406, -0.6967683391114144, -0.11953349064297722, -0.8558045894717148, -0.2661741714709567, -0.4507475765334558, -0.4507475765334558, -0.3080931499412543, -0.2661741714709567, -0.4507475765334558, -0.6275206972952406, -0.6275206972952406, -0.9476727045027304, -1.049168428224612, -0.15344450281609304, -0.5051979896889167, -0.15344450281609304, -0.5639125737385987, -0.4507475765334558, -0.4000320897081319, -0.6967683391114144, -0.6967683391114144, -0.026640159094788687, -0.5051979896889167, -0.4507475765334558, -0.3080931499412543, -0.6275206972952406, -0.22657676943534896, -0.4507475765334558, -0.4000320897081319, -0.3526060347019042, 2.171854951090708, -0.3526060347019042, -0.6967683391114144, -0.15344450281609304, 2.8109160064060754, -0.18906736467713486, -0.7725299499253284, -0.6275206972952406, -0.8558045894717148, -0.3080931499412543, -0.3080931499412543, -0.6967683391114144, -0.3526060347019042, 2.5360101621610407, -0.6275206972952406, -0.7725299499253284, -0.3526060347019042, -0.6275206972952406, -0.3526060347019042, -0.4000320897081319, -0.6967683391114144, 2.628948279235538, -0.7725299499253284, -0.6275206972952406, -1.049168428224612, -0.3080931499412543, -0.6967683391114144, -0.3080931499412543, -0.3526060347019042, -0.08718204490341035, -0.4507475765334558, -0.5051979896889167, 0.6961425862960068, -0.3526060347019042, -0.4507475765334558, -0.6967683391114144, -0.5639125737385987, 2.483208015444031, -0.11953349064297722, -0.9476727045027304, -0.8558045894717148, -0.8558045894717148, 2.5939079265464087, -0.4507475765334558, -0.18906736467713486, 2.079212924693613, -0.4507475765334558, -0.9476727045027304, -0.4000320897081319, 2.071119993909722, -0.5639125737385987, -0.7725299499253284, 2.203871114758144, 1.2544984700664599, -0.5639125737385987, 0.0017715832698207235, 1.6952787351669618, 2.367908125478583, 1.8275026394824612, 2.3599564061346388, 1.9966445924374605, -0.4000320897081319, -0.4507475765334558, -0.6275206972952406, 2.555637793464563, 1.5829887435284289, 1.4417316782085614, -0.7725299499253284, -0.4507475765334558, -0.3080931499412543, 2.577306954886576, -0.22657676943534896, -0.3080931499412543, -0.3080931499412543, -0.15344450281609304, -0.4000320897081319, -0.15344450281609304, -0.5639125737385987, -0.6275206972952406, -1.049168428224612, -0.6967683391114144, 2.259617030109543, 2.5079766465640643, 2.5079766465640643, -0.8558045894717148, 2.9492129243738683, 2.577306954886576, -0.6275206972952406, 2.029150219030292, -0.5051979896889167, -0.3526060347019042, -0.3526060347019042, 0.02907071131383038, -0.5051979896889167, -0.4507475765334558, -0.5051979896889167, -0.7725299499253284, 2.4481993910964146, 1.779309312854518, 2.3355298332734056, -0.8558045894717148, -0.15344450281609304, -0.4507475765334558, -0.4000320897081319, -0.4507475765334558, -0.4507475765334558, -0.2661741714709567, -0.6967683391114144, -0.22657676943534896, -0.3080931499412543, -0.22657676943534896, 2.1857604485680016, -0.7725299499253284, -0.5051979896889167, -0.5639125737385987, -0.8558045894717148, -0.5051979896889167, -1.049168428224612, 1.9282597116653115, -0.7725299499253284, -0.8558045894717148, -0.2661741714709567, -0.9476727045027304, -0.4507475765334558, -0.3080931499412543, -0.5051979896889167, -0.6967683391114144, 1.0818064865841266, -0.3526060347019042, -0.6967683391114144, -0.3526060347019042, -0.3080931499412543, -0.3526060347019042, 2.471233692603004, -0.9476727045027304, -0.4507475765334558, -0.3080931499412543, -0.4000320897081319, -0.5051979896889167, 0.9046766608036624, -0.4507475765334558, -0.9476727045027304, 2.370538244637268, 2.008644689573977, -0.4507475765334558, -0.4507475765334558, -0.3080931499412543, -0.9476727045027304, -0.6275206972952406, -0.6967683391114144, -0.5051979896889167, -0.6967683391114144, -0.3080931499412543, -0.4000320897081319, -0.3080931499412543, -0.5639125737385987, -0.6275206972952406, -0.3080931499412543, -0.6275206972952406, -0.5639125737385987, -0.11953349064297722, 2.15526550922873, -0.4507475765334558, 1.6858004396213575, -0.5639125737385987, -0.5051979896889167, -1.049168428224612, -0.6275206972952406, -0.6275206972952406, -0.5051979896889167, -0.6275206972952406, -0.5051979896889167, -0.7725299499253284, -0.3526060347019042, -0.5051979896889167, -0.5051979896889167, -0.6275206972952406, -0.6967683391114144, -0.7725299499253284, 2.4395548353870202, -0.4507475765334558, -0.4000320897081319, 2.608264200146232, -0.6967683391114144, -0.4507475765334558, -0.8558045894717148, -0.18906736467713486, -0.5051979896889167, -0.6967683391114144, -0.8558045894717148, 2.123344152134308, 2.3187458753378443, -0.5639125737385987, 1.528138303639102, -0.15344450281609304, -0.5639125737385987, -0.15344450281609304, -0.3526060347019042, -0.3526060347019042, -0.15344450281609304, -0.6967683391114144, -0.4000320897081319, -0.3526060347019042, 2.4339961970590696, -0.05625674964986377, -0.15344450281609304, 2.4227412395071317, 2.6138006883758513, -0.3080931499412543, -0.3526060347019042, -0.4000320897081319, -1.049168428224612, -0.5639125737385987, -0.05625674964986377, -0.4507475765334558, -0.7725299499253284, -0.6967683391114144, -0.7725299499253284, -0.6275206972952406, 2.2789011313509984, -0.7725299499253284, -0.4507475765334558, -1.049168428224612, -0.3526060347019042, -0.4000320897081319, 2.088534975377055, 0.05533946918020593, -0.4507475765334558, -0.5639125737385987, -0.18906736467713486, -0.7725299499253284, -0.22657676943534896, -0.4507475765334558, -0.3526060347019042, -0.18906736467713486, -0.5051979896889167, -0.5051979896889167, 2.3783683338536745, -0.3080931499412543, -0.2661741714709567, -0.4000320897081319, -0.6967683391114144, 2.62353379272918, -0.4507475765334558, -0.6967683391114144, -0.18906736467713486, -0.6275206972952406, -0.5639125737385987, -0.2661741714709567, -0.6967683391114144, -0.3526060347019042, -0.3526060347019042, -0.15344450281609304, -0.5639125737385987, -0.5051979896889167, -0.6275206972952406, -0.5051979896889167, -0.3080931499412543, -0.4000320897081319, -0.5051979896889167, -0.6275206972952406, -0.3526060347019042, -0.7725299499253284, -0.4000320897081319, -0.3080931499412543, -0.6275206972952406, 2.6599907052593554, -0.3526060347019042, 2.2027531681294352, -0.3526060347019042, -0.2661741714709567, -0.6275206972952406, -0.3080931499412543, -0.5051979896889167, -0.4000320897081319, -0.5051979896889167, -0.6275206972952406, -0.18906736467713486, -0.6275206972952406, -0.5051979896889167, -0.3526060347019042, 2.348304530606648, 1.9561199041820971, -0.6275206972952406, -0.2661741714709567, 1.738586232088397, -0.5051979896889167, 2.2657658097099955, -0.5639125737385987, 1.3467154907442098, -0.6275206972952406, -0.8558045894717148, -0.6967683391114144, -0.7725299499253284, -0.2661741714709567, -0.22657676943534896, -0.05625674964986377, -0.3080931499412543, -0.7725299499253284, -0.5639125737385987, 2.1647945040640333, -0.22657676943534896, -0.6967683391114144, 3.1150964186101664, 2.085884498304368, -0.2661741714709567, 0.02907071131383038, -0.6967683391114144, -0.18906736467713486, 2.7775236895972983, 0.05533946918020593, 2.0175083100429343, -0.6967683391114144, -0.22657676943534896, -0.6275206972952406, -0.6275206972952406, -0.18906736467713486, -0.3526060347019042, -0.15344450281609304, 2.4605810129259256, -0.5051979896889167, -0.7725299499253284, -0.3080931499412543, -0.3080931499412543, -0.5639125737385987, -0.4000320897081319, -0.22657676943534896, 1.713849416877636, -0.4000320897081319, -0.4507475765334558, -0.4000320897081319, -0.5051979896889167, -0.22657676943534896, 2.008644689573977, -0.5639125737385987, -0.6967683391114144, 1.3848406427024602, -0.3080931499412543, -0.5051979896889167, -0.4000320897081319, -0.4000320897081319, -0.5639125737385987, 2.1132140992056643, -0.4000320897081319, -0.6967683391114144, -0.2661741714709567, 2.577952976241452, -0.11953349064297722, -0.4000320897081319, -0.05625674964986377, -0.5051979896889167, -0.6275206972952406, -0.5639125737385987, -0.4000320897081319, -0.6967683391114144, 0.02907071131383038, 0.5494251109078853, -0.4000320897081319, -0.6275206972952406, -0.3080931499412543, -0.2661741714709567, -0.5051979896889167, 2.2818967947945685, -0.4000320897081319, -0.5051979896889167, -0.8558045894717148, -0.22657676943534896, 2.2323130312638675, -0.5639125737385987, -0.4507475765334558, -0.6275206972952406, -0.5639125737385987, -0.5639125737385987, -1.1609962962545424, -0.4507475765334558, 2.4481993910964146, 2.4347930652455885, -0.7725299499253284, -0.4000320897081319, -0.22657676943534896, -0.5051979896889167, -0.5639125737385987, -0.5051979896889167, -0.15344450281609304, -0.18906736467713486, -0.6275206972952406, -0.11953349064297722, 1.9875040096536007, -0.22657676943534896, -0.7725299499253284, -0.5051979896889167, -0.5639125737385987, -0.4000320897081319, -0.6275206972952406, -0.6275206972952406, -0.6967683391114144, 2.3178012207780085, -0.11953349064297722, 1.7875815452768429, -0.7725299499253284, -0.4000320897081319, -0.8558045894717148, -0.2661741714709567, 2.445068569396037, -0.4000320897081319, -0.11953349064297722, -0.3080931499412543, -0.5051979896889167, 2.510119567662596, 1.2722181571376772, 2.150450655982584, 2.5811739428310143, -0.7725299499253284, -0.6967683391114144, -0.6967683391114144, -0.15344450281609304, -0.7725299499253284, -0.15344450281609304, -0.6967683391114144, -0.4507475765334558, -0.18906736467713486, -0.3080931499412543, -0.3080931499412543, -0.4507475765334558, -0.22657676943534896, -1.049168428224612, -0.4507475765334558, -0.6967683391114144, -0.4000320897081319, -0.2661741714709567, -0.3526060347019042, -0.7725299499253284, -0.15344450281609304, -0.7725299499253284, -0.3080931499412543, -0.4507475765334558, 2.47274202191802, -0.4000320897081319, 1.7341547929144263, 2.203871114758144, 2.9374938202807392, -0.3526060347019042, -0.5639125737385987, 2.5569708427508187, -0.4000320897081319, -0.4507475765334558, 2.1776833747879234, -0.2661741714709567, -0.2661741714709567, -0.8558045894717148, -0.4507475765334558, -0.4000320897081319, -0.3080931499412543, -0.3080931499412543, -0.3080931499412543, 2.0189744540756864, -0.2661741714709567, 2.5695066252399603, -0.5051979896889167, -0.05625674964986377, -0.18906736467713486, -0.4507475765334558, -0.5051979896889167, -1.049168428224612, -0.5051979896889167, -0.7725299499253284, 1.3958750825167454, -0.3080931499412543, -0.4507475765334558, 2.8676975583150326, 1.8725166211966315, -0.22657676943534896, -0.6275206972952406, 2.475748717555477, -0.4507475765334558, -0.7725299499253284, -0.2661741714709567, 2.1093762305347337, -0.4507475765334558, -0.18906736467713486, -0.5051979896889167, -0.4000320897081319, -0.7725299499253284, 2.542162117049712, 0.080651474097357, 2.3290516907056174, -0.7725299499253284, -0.18906736467713486, -0.4507475765334558, 2.0587977868271805, -0.4507475765334558, -0.4000320897081319, 2.450538118764992, -0.5639125737385987, -0.4000320897081319, -0.3080931499412543, -0.18906736467713486, -0.3526060347019042, -0.3526060347019042, 2.8012084062258733, -0.6275206972952406, -0.2661741714709567, -0.8558045894717148, 2.7692799500185594, -0.6275206972952406, -0.2661741714709567, 2.4170433899160293, 2.5469089271660352, -0.6967683391114144, -0.8558045894717148, 2.9090754436228337, -0.15344450281609304, -0.9476727045027304, -0.11953349064297722, -0.4507475765334558, -0.5051979896889167, -0.6275206972952406, -0.4507475765334558, -0.6275206972952406, -0.4507475765334558, -0.4507475765334558, -0.5639125737385987, -0.3080931499412543, -0.6275206972952406, -0.4000320897081319, -0.5639125737385987, 0.0017715832698207235, -0.15344450281609304, -0.22657676943534896, -0.3080931499412543, -0.6275206972952406, -0.4507475765334558, -0.3080931499412543, -0.7725299499253284, -0.18906736467713486, -0.4000320897081319, -0.8558045894717148, -0.026640159094788687, -0.7725299499253284, -0.3526060347019042, -0.3080931499412543, -0.3526060347019042, -0.6275206972952406, -0.2661741714709567, 1.713849416877636, -0.18906736467713486, -0.18906736467713486, -0.6275206972952406, -0.4000320897081319, -0.5051979896889167, -0.4000320897081319, -0.15344450281609304, -0.3080931499412543, 2.29570529858666, -0.026640159094788687, 2.093805251444801, 2.2778996479945226, -0.5639125737385987, -0.4000320897081319, -0.3526060347019042, -0.5051979896889167, -0.5639125737385987, -0.4000320897081319, -0.4507475765334558, -0.4000320897081319, -0.8558045894717148, -1.049168428224612, -0.5639125737385987, -0.05625674964986377, -0.05625674964986377, 1.960920502560604, -0.3526060347019042, 2.5228376998190307, -0.3526060347019042, -0.18906736467713486, -0.4507475765334558, 1.9561199041820971, -0.5051979896889167, -0.18906736467713486, -0.08718204490341035, 0.02907071131383038, -0.15344450281609304, -0.8558045894717148, -0.3526060347019042, -0.8558045894717148, -0.4507475765334558, -0.4507475765334558, 2.5242363072708285, 2.661706306911208, -0.05625674964986377, -0.3080931499412543, 3.168505709726551, -0.22657676943534896, -0.3526060347019042, -0.6275206972952406, -0.4507475765334558, -0.4000320897081319, -0.5051979896889167, -0.7725299499253284, 2.151657557228284, -0.026640159094788687, -0.2661741714709567, -0.4507475765334558, -0.4507475765334558, -0.2661741714709567, -0.4000320897081319, -0.22657676943534896, -0.3080931499412543, -0.3080931499412543, -0.05625674964986377, 2.6168572197260485, -0.3526060347019042, -0.11953349064297722, -0.18906736467713486, 0.0017715832698207235, 2.294728187942773, -0.6967683391114144, -0.15344450281609304, -0.3080931499412543, -0.2661741714709567, -0.5639125737385987, 1.9875040096536007, -0.6967683391114144, -0.4000320897081319, -0.2661741714709567, -0.9476727045027304, 2.536696457369959, -0.18906736467713486, -0.08718204490341035, 0.6210603911273758, -0.18906736467713486, 2.9492129243738683, -0.5051979896889167, 2.379232824743993, 2.6051688563605917, 2.7059338283571615, -0.6275206972952406, -0.5639125737385987, -0.6275206972952406, -0.6967683391114144, 1.9875040096536007, -0.6967683391114144, -0.15344450281609304, -0.4000320897081319, -0.3526060347019042, -0.11953349064297722, -0.15344450281609304, -0.15344450281609304, -0.15344450281609304, -0.8558045894717148, -0.3080931499412543, 2.2544503922800394, 2.822746742219166, -0.18906736467713486, -0.22657676943534896, -0.3080931499412543, -0.2661741714709567, -0.18906736467713486, -0.05625674964986377, -0.18906736467713486, -0.2661741714709567, -0.22657676943534896, -0.2661741714709567, -0.3080931499412543, -0.2661741714709567, 0.10507285953213484, -0.4000320897081319, 2.3766360602981917, -0.5051979896889167, 2.6205070807059414, -0.08718204490341035, -0.2661741714709567, 2.389522200842808, -0.2661741714709567, -0.08718204490341035, -1.049168428224612, -0.5051979896889167, -0.3080931499412543, -0.4000320897081319, -0.5639125737385987, -0.4000320897081319, 2.095116486554633, -0.2661741714709567, -0.22657676943534896, -0.4000320897081319, -0.6967683391114144, -0.5639125737385987, -0.05625674964986377, 2.321572019750815, 0.080651474097357, -0.5051979896889167, 0.02907071131383038, -1.049168428224612, -0.5051979896889167, 2.474998284450625, 0.0017715832698207235, -0.4000320897081319, 2.471988273913435, -1.049168428224612, -0.4000320897081319, -0.5051979896889167, 2.1119372058629566, -0.05625674964986377, -0.9476727045027304, -0.22657676943534896, -0.15344450281609304, 2.137031955882414, -0.5639125737385987, -0.6967683391114144, 0.3286440957836161, -0.22657676943534896, 2.324386510478543, -0.4507475765334558, -0.08718204490341035, -0.5051979896889167, -0.5639125737385987, -0.4000320897081319, -0.2661741714709567, -0.5051979896889167, -0.3080931499412543, -0.2661741714709567, -0.5051979896889167, -0.5051979896889167, 0.0017715832698207235, -0.3526060347019042, 2.00416933979742, -0.3526060347019042, -0.3526060347019042, -0.6275206972952406, -0.2661741714709567, -0.7725299499253284, -0.6967683391114144, 0.02907071131383038, -0.4000320897081319, -0.2661741714709567, 1.9026958264853528, -0.22657676943534896, -0.5639125737385987, -1.049168428224612, -0.2661741714709567, -0.2661741714709567, -0.3526060347019042, 1.377384016296176, -0.2661741714709567, -0.18906736467713486, 2.7851925899002783, -0.05625674964986377, -0.7725299499253284, -0.18906736467713486, -0.11953349064297722, 2.610114690712072, -0.4000320897081319, -0.7725299499253284, 2.29276976022083, 2.319689224286464, -0.3080931499412543, -0.3080931499412543, -0.4507475765334558, -0.4507475765334558, -0.11953349064297722, 2.3878180405147047, -0.22657676943534896, 2.3903726880637644, -1.049168428224612, 0.02907071131383038, -0.6275206972952406, -0.5051979896889167, -0.5639125737385987, -0.3526060347019042, -0.22657676943534896, 2.1080921305236267, -0.6967683391114144, -0.11953349064297722, -0.3526060347019042, -0.6967683391114144, -0.9476727045027304, -0.4000320897081319, -0.2661741714709567, 2.008644689573977, -0.15344450281609304, 2.5394347582182144, -0.05625674964986377, 2.6156362492247105, -0.4000320897081319, -0.4000320897081319, -0.4507475765334558, 2.178843110871492, -0.5051979896889167, 0.080651474097357, 0.02907071131383038, -0.4507475765334558, 2.1419420602017287, 0.21572121615110645, -0.11953349064297722, -0.18906736467713486, -0.18906736467713486, -0.026640159094788687, 1.7206852074949368, -0.4000320897081319, -0.4000320897081319, -0.2661741714709567, -0.5051979896889167, -0.7725299499253284, -0.7725299499253284, -0.3080931499412543, 2.8884952059399738, -0.5639125737385987, -0.4507475765334558, -0.18906736467713486, 0.12866323881682445, -0.15344450281609304, -0.3080931499412543, -0.11953349064297722, 1.153081732846305, -0.3080931499412543, -0.5639125737385987, 2.68473066901856, -0.5639125737385987, 2.2678031549510957, -0.11953349064297722, -0.05625674964986377, -0.5051979896889167, 2.0160390099811516, -0.3080931499412543, -0.6275206972952406, 1.649036484982096, 0.05533946918020593, 3.063837034467787, -0.4000320897081319, -0.08718204490341035, -0.18906736467713486, -0.4507475765334558, 0.05533946918020593, -0.18906736467713486, 2.813207130774292, -0.4000320897081319, -0.2661741714709567, -0.08718204490341035, 0.10507285953213484, -0.15344450281609304, 1.2979642968738363, 0.0017715832698207235, 2.2647448520571767, -0.3080931499412543, 2.7191871381110304, -0.22657676943534896, -0.026640159094788687, -0.11953349064297722, -0.22657676943534896, -0.11953349064297722, 2.3528095917527883, -0.11953349064297722, 0.15147652131979264, 0.05533946918020593, 0.17356160690321729, 2.5298022528038806, -0.6275206972952406, 0.15147652131979264, -0.4000320897081319, -0.9476727045027304, 0.0017715832698207235, 2.120825698674691, -0.6275206972952406, -0.15344450281609304, 2.2149510118033326, 2.570812886578997, 2.441923320372576, 2.5332580597056324, -0.08718204490341035, -0.11953349064297722, 1.2454631690118516, -0.8558045894717148, 2.7306409020711815, -0.08718204490341035, 0.080651474097357, -0.3080931499412543, -0.3080931499412543, 0.2358734266580668, 2.403004439699836, 2.4779950790520977, -0.4000320897081319, -0.4000320897081319, -0.7725299499253284, -0.05625674964986377, -0.08718204490341035, 0.0017715832698207235, -0.3526060347019042, -0.2661741714709567, 2.1106579193017923, -0.3080931499412543, -0.6275206972952406, -0.4507475765334558, 0.10507285953213484, 2.0724754968431216, -0.08718204490341035, -0.08718204490341035, 2.249244346454552, 2.817311872914405, 2.48690731517025, 2.079212924693613, -0.2661741714709567, -0.3080931499412543, -0.05625674964986377, -0.05625674964986377, -0.08718204490341035, -0.3080931499412543, -0.6275206972952406, 0.15147652131979264, -0.5639125737385987, -0.026640159094788687, -0.5051979896889167, 2.8352622951592164, -0.7725299499253284, -1.1609962962545424, 0.17356160690321729, -0.22657676943534896, -0.9476727045027304, -0.22657676943534896, 2.7842386764150695, 2.4038383022584675, -0.8558045894717148, -0.5639125737385987, 0.2554536326352489, -0.22657676943534896, -0.18906736467713486, -0.6275206972952406, -0.5639125737385987, -0.22657676943534896, -0.5051979896889167, -0.18906736467713486, 2.6707840567981043, -0.2661741714709567, 1.7363741085074291, 0.12866323881682445, -0.9476727045027304, -0.08718204490341035, -0.05625674964986377, 2.257555065740958, 0.02907071131383038, 0.080651474097357, -0.4000320897081319, -0.15344450281609304, -0.8558045894717148, 2.0448403786952607, -0.5639125737385987, 2.1245999027614544, -0.18906736467713486, -0.4000320897081319, -0.4000320897081319, -0.11953349064297722, -0.2661741714709567, -0.3526060347019042, -0.6275206972952406, 0.12866323881682445, -0.5639125737385987, -0.5639125737385987, -0.3526060347019042, 2.391222116847275, 0.0017715832698207235, -1.049168428224612, 0.05533946918020593, -0.18906736467713486, -0.5639125737385987, -0.6275206972952406, -0.08718204490341035, -0.5051979896889167, -0.6967683391114144, 3.0337135061673743, 0.12866323881682445, -0.22657676943534896, -0.5639125737385987, -0.11953349064297722, -0.6275206972952406, 2.4137659917398704, -0.5639125737385987, -0.05625674964986377, -0.15344450281609304, -0.18906736467713486, 0.10507285953213484, 0.4405354650190205, -0.5051979896889167, -0.22657676943534896, 2.7932474738880697, 0.7729376027863153, 1.709253894783472, -0.5051979896889167, -0.2661741714709567, 0.12866323881682445, -0.18906736467713486, -0.5051979896889167, -0.08718204490341035, 2.5957976976290094, 2.11829791838654, 0.12866323881682445, 0.05533946918020593, -0.3080931499412543, -0.026640159094788687, 2.517214433365837, 0.05533946918020593, -0.2661741714709567, 0.05533946918020593, -0.18906736467713486, 0.05533946918020593, -0.3526060347019042, 0.02907071131383038, -0.08718204490341035, -0.3080931499412543, 0.15147652131979264, -0.08718204490341035, -0.8558045894717148, 2.297655333464624, -0.6275206972952406, -0.3526060347019042, 2.3225114734297567, -0.4000320897081319, 0.080651474097357, -0.3080931499412543, -0.15344450281609304, -0.5051979896889167, -0.08718204490341035, 2.4817226632751663, -0.15344450281609304, 0.02907071131383038, 2.1659763287293408, -0.2661741714709567, -0.5051979896889167, -0.6967683391114144, 0.17356160690321729, -0.15344450281609304, -0.5051979896889167, 0.0017715832698207235, -0.5051979896889167, 2.4824657434152284, 0.3457874033622429, 2.788520827143442, 0.31106275564731145, -0.08718204490341035, -0.22657676943534896, -0.5639125737385987, 2.626547142002972, -0.22657676943534896, -0.4507475765334558, -0.22657676943534896, -0.4000320897081319, 0.05533946918020593, 2.738341521481861, 2.3670291620544117, -0.026640159094788687, -0.4507475765334558, -0.05625674964986377, -0.4507475765334558, -0.4000320897081319, 0.05533946918020593, -0.18906736467713486, -0.5051979896889167, 2.0778707489196684, -0.7725299499253284, 0.02907071131383038, -0.11953349064297722, -0.2661741714709567, -0.08718204490341035, 0.02907071131383038, 0.02907071131383038, -0.6967683391114144, 2.6565465106385515, -0.3526060347019042, -0.4000320897081319, -0.7725299499253284, -0.15344450281609304, 0.2358734266580668, -0.05625674964986377, -0.11953349064297722, -0.22657676943534896, 2.263722364964965, 2.2105406126875318, 2.3652678321744944, -0.4507475765334558, -0.2661741714709567, -0.3080931499412543, 2.3355298332734056, -0.18906736467713486, -0.11953349064297722, 2.3626172857071635, -0.08718204490341035, -0.4000320897081319, -0.11953349064297722, -0.4000320897081319, 1.4451347626829047, -0.2661741714709567, 2.407163602364499, -0.5639125737385987, -0.5639125737385987, -0.6967683391114144, -0.3526060347019042, 2.593276838327844, -0.11953349064297722, -0.5051979896889167, 0.483419585992133, -0.4000320897081319, 3.2798641953674057, -0.3526060347019042, -0.11953349064297722, 2.9636761326468553, -0.4507475765334558, 0.080651474097357, -0.3080931499412543, -0.4000320897081319, 2.608264200146232, 2.7544847601664464, 0.12866323881682445, 2.7197119548300743, -0.3526060347019042, -0.3080931499412543, 0.12866323881682445, 2.537382063198664, -0.05625674964986377, -0.9476727045027304, -0.3526060347019042, 2.067037258504833, -0.11953349064297722, -0.15344450281609304, -0.18906736467713486, 2.8330441406250424, 0.12866323881682445, -0.6275206972952406, -0.3526060347019042, 0.2744930975971459, -0.2661741714709567, -0.15344450281609304, -0.6275206972952406, -0.8558045894717148, -0.08718204490341035, -0.18906736467713486, 2.421118130319865, 0.10507285953213484, -0.08718204490341035, -0.2661741714709567, 0.6542514796050736, 0.0017715832698207235, 2.7357842897034503, -0.5639125737385987, -0.4507475765334558, 0.080651474097357, 0.9481955263902108, 0.02907071131383038, 2.7584616082891635, -0.2661741714709567, -0.11953349064297722, -0.18906736467713486, -0.5639125737385987, -0.08718204490341035, -0.7725299499253284, 0.6210603911273758, 0.080651474097357, 0.080651474097357, -0.026640159094788687, -0.4000320897081319, -1.049168428224612, 2.014566540274448, -0.4000320897081319, -0.6967683391114144, -0.4507475765334558, 0.21572121615110645, 2.8418738314794467, -0.6967683391114144, -0.4507475765334558, -0.3080931499412543, 2.4137659917398704, -0.3526060347019042, -0.5639125737385987, -0.4507475765334558, 0.10507285953213484, 0.7819580954800043, -0.11953349064297722, 0.21572121615110645, 2.9325188365878923, 2.3599564061346388, 0.02907071131383038, 0.080651474097357, -0.5051979896889167, 0.3286440957836161, -0.8558045894717148, -0.3526060347019042, 2.702176314236893, -0.11953349064297722, -0.22657676943534896, -0.026640159094788687, 0.15147652131979264, 0.02907071131383038, 0.21572121615110645, -0.22657676943534896, 0.10507285953213484, -0.2661741714709567, -0.3526060347019042, -0.3526060347019042, -0.22657676943534896, -0.3526060347019042, 0.31106275564731145, 2.7569730043303253, -0.6967683391114144, -1.049168428224612, -0.6275206972952406, 0.2554536326352489, 0.12866323881682445, -0.18906736467713486, -0.3080931499412543, -0.4507475765334558, 0.02907071131383038, 2.5642564357680486, -0.2661741714709567, -0.3526060347019042, 0.02907071131383038, -0.4507475765334558, -0.2661741714709567, -0.6275206972952406, -0.4000320897081319, -0.8558045894717148, -0.5051979896889167, 0.21572121615110645, -0.4000320897081319, -0.3526060347019042, -0.18906736467713486, -0.6275206972952406, -0.3526060347019042, -0.22657676943534896, -0.7725299499253284, -0.3526060347019042, -0.2661741714709567, -0.4000320897081319, -0.4507475765334558, -0.9476727045027304, -0.11953349064297722, -0.15344450281609304, 1.5400576722292658, -0.2661741714709567, 0.0017715832698207235, -0.22657676943534896, 2.829480030600401, -0.3080931499412543, -0.026640159094788687, -0.11953349064297722, -0.2661741714709567, -0.18906736467713486, 0.05533946918020593, 1.1885871647813795, -0.6275206972952406, -0.4000320897081319, -0.4507475765334558, -0.5051979896889167, -0.3526060347019042, -0.2661741714709567, -0.3526060347019042, -0.2661741714709567, 2.414586817833285, 2.928280724868772, 0.19496297943075375, 0.0017715832698207235, -0.18906736467713486, 0.2554536326352489, 2.763892213134485, -0.11953349064297722, -0.026640159094788687, 2.554970291217016, 2.1220860869545826, -0.15344450281609304, -0.6967683391114144, -0.15344450281609304, -0.4000320897081319, -0.3526060347019042, -0.4507475765334558, -0.2661741714709567, -0.3080931499412543, -0.3526060347019042, -0.2661741714709567, -0.3526060347019042, -0.5051979896889167, -0.22657676943534896, 0.080651474097357, 2.6802986824527713, 0.10507285953213484, -0.22657676943534896, 2.670220220887044, -0.18906736467713486, -0.4000320897081319, 2.4104727803336607, 2.4621130414196037, -0.5051979896889167, -0.6967683391114144, -0.4507475765334558, 2.1765216648273853, -0.22657676943534896, -0.3526060347019042, -0.18906736467713486, -0.6967683391114144, 2.6039267776007193, -0.18906736467713486, -0.5639125737385987, 2.8501575408133517, -0.6967683391114144, -0.3080931499412543, 2.120825698674691, 0.05533946918020593, -0.15344450281609304, 3.176611836085616, -0.7725299499253284, -0.2661741714709567, -0.5639125737385987, -0.3526060347019042, -0.3080931499412543, -0.3080931499412543, -0.05625674964986377, -0.5051979896889167, -0.6275206972952406, -0.8558045894717148, 0.0017715832698207235, -0.6967683391114144, -0.11953349064297722, -0.2661741714709567, -0.5051979896889167, -0.2661741714709567, -0.6275206972952406, -0.3526060347019042, 0.0017715832698207235, -0.4000320897081319, 2.6045480995223347, -0.3080931499412543, -0.026640159094788687, -0.4507475765334558, -0.08718204490341035, 0.3457874033622429, -0.05625674964986377, -0.18906736467713486, -0.8558045894717148, -0.3080931499412543, 2.83259964335414, -0.5051979896889167, 0.10507285953213484, -0.3526060347019042, 2.6001869214576687, -0.4507475765334558, -0.5051979896889167, -0.4507475765334558, -0.026640159094788687, 0.17356160690321729, -0.22657676943534896, 0.4405354650190205, 0.3286440957836161, -0.08718204490341035, 2.899467877797873, 0.0017715832698207235, -0.3080931499412543, -0.4000320897081319, -0.026640159094788687, 2.4598137072002526, -0.4000320897081319, -0.4000320897081319, -0.2661741714709567, -0.15344450281609304, -0.15344450281609304, 0.10507285953213484, -0.6275206972952406, -0.3526060347019042, -0.22657676943534896, -0.22657676943534896, -0.5051979896889167, -0.2661741714709567, -0.3526060347019042, -0.22657676943534896, -0.3526060347019042, 0.2358734266580668, -0.4000320897081319, -0.4000320897081319, 0.0017715832698207235, -0.5639125737385987, -0.026640159094788687, -0.7725299499253284, -0.3080931499412543, -0.4000320897081319, -0.4000320897081319, -0.5639125737385987, -0.3080931499412543, -0.05625674964986377, 2.6443530918635645, -0.18906736467713486, -0.3526060347019042, -0.3526060347019042, 0.05533946918020593, 2.8685417462901985, -0.4000320897081319, 2.8540465868574936, -0.3526060347019042, -0.2661741714709567, -0.18906736467713486, 0.0017715832698207235, -0.3080931499412543, -0.18906736467713486, 2.6144130906469063, -0.2661741714709567, -0.15344450281609304, -0.2661741714709567, -0.08718204490341035, 0.9689580807338182, 0.12866323881682445, -0.3526060347019042, 0.19496297943075375, 0.2554536326352489, -0.026640159094788687, 0.3625138130772335, 2.9687941929906314, -0.2661741714709567, -0.22657676943534896, -0.18906736467713486, -0.5051979896889167, -0.11953349064297722, -0.11953349064297722, -0.2661741714709567, -0.2661741714709567, -0.3526060347019042, 1.86153834960968, -0.18906736467713486, 0.12866323881682445, -0.18906736467713486, -0.6275206972952406, -0.026640159094788687, -0.05625674964986377, -0.15344450281609304, 2.0348975485111542, 0.080651474097357, 2.5616161184553388, -0.15344450281609304, 0.0017715832698207235, -0.05625674964986377, -0.22657676943534896, -0.05625674964986377, 0.05533946918020593, -0.5639125737385987, 0.19496297943075375, 2.5602921197322885, -0.4507475765334558, 0.3947931996847506, 0.05533946918020593, -0.2661741714709567, 0.02907071131383038, -0.3526060347019042, 1.9447854374464824, -0.2661741714709567, -0.3526060347019042, -0.6967683391114144, 2.3635019453521497, -0.3080931499412543, -0.3080931499412543, 0.0017715832698207235, -0.18906736467713486, 0.17356160690321729, -0.6967683391114144, -0.5639125737385987, -0.5639125737385987, -0.18906736467713486, 0.21572121615110645, -0.11953349064297722, -0.18906736467713486, -0.11953349064297722, -0.026640159094788687, 2.2534123549399205, -0.11953349064297722, -0.08718204490341035, -0.18906736467713486, -0.3080931499412543, -0.4000320897081319, 0.2358734266580668, 0.4971387002311203, -0.4507475765334558, -0.026640159094788687, 0.080651474097357, 0.3625138130772335, 0.3457874033622429, -0.18906736467713486, 0.080651474097357, 0.17356160690321729, 0.080651474097357, 0.02907071131383038, 0.19496297943075375, -0.026640159094788687, 0.080651474097357, 0.19496297943075375, -0.05625674964986377, -0.11953349064297722, -0.15344450281609304, -0.05625674964986377, -0.4000320897081319, 0.3286440957836161, -0.4507475765334558, -0.3080931499412543, 1.2223376608777752, 0.8168954782377498, 2.178843110871492, -0.15344450281609304, 0.080651474097357, -0.15344450281609304, -0.3526060347019042, 1.2544984700664599, -0.18906736467713486, -0.4000320897081319, -0.4000320897081319, 0.0017715832698207235, -0.08718204490341035, 0.10507285953213484, 2.527720338631305, -0.22657676943534896, 0.2358734266580668, -0.18906736467713486, -0.026640159094788687, -0.08718204490341035, -0.6967683391114144, -0.026640159094788687, 0.19496297943075375, 2.4481993910964146, 0.02907071131383038, -0.2661741714709567, -0.5639125737385987, 0.02907071131383038, -0.11953349064297722, -0.18906736467713486, -0.15344450281609304, -0.22657676943534896, 0.5237801706068599, 0.21572121615110645, -0.2661741714709567, -0.11953349064297722, 0.7062266840292587, 1.8706991270361415, -0.18906736467713486, 2.9938241726505517, -0.22657676943534896, 2.6565465106385515, -0.2661741714709567, 0.19496297943075375, -0.05625674964986377, 0.5741450940059798, -0.22657676943534896, -0.3526060347019042, -0.3080931499412543, 0.7356169315905434, -0.05625674964986377, -0.18906736467713486, -0.18906736467713486, 0.19496297943075375, -0.15344450281609304, -0.3526060347019042, -0.11953349064297722, -0.11953349064297722, -0.3526060347019042, 0.02907071131383038, -0.5051979896889167, 0.0017715832698207235, -0.5051979896889167, -0.026640159094788687, -0.08718204490341035, -0.08718204490341035, -0.4507475765334558, 0.4694205295936552, -0.2661741714709567, -0.08718204490341035, -0.5051979896889167, 0.4405354650190205, 0.12866323881682445, 0.5494251109078853, 0.0017715832698207235, -0.22657676943534896, -0.3526060347019042, -0.2661741714709567, 0.05533946918020593, 0.12866323881682445, -0.11953349064297722, 0.15147652131979264, -0.22657676943534896, -0.05625674964986377, -0.5051979896889167, -0.11953349064297722, -0.08718204490341035, -0.3080931499412543, 0.02907071131383038, -0.6275206972952406, -0.08718204490341035, -0.05625674964986377, -0.22657676943534896, 0.4694205295936552, 0.3947931996847506, -0.08718204490341035, -0.3526060347019042, -0.4507475765334558, -0.18906736467713486, -0.8558045894717148, 2.9540681272226315, -0.3526060347019042, -0.11953349064297722, 2.145601596589318, -0.18906736467713486, -0.08718204490341035, -0.18906736467713486, 0.12866323881682445, -0.5051979896889167, -0.3080931499412543, 0.5237801706068599, -0.4507475765334558, -0.22657676943534896, -0.5639125737385987, -0.3080931499412543, 2.5007845918130416, -0.3080931499412543, -0.6275206972952406, -0.11953349064297722, 0.9194929659675468, -0.2661741714709567, 2.8613326456396635, 0.17356160690321729, -0.5639125737385987, -0.4507475765334558, 0.7637965654790396, -0.22657676943534896, 2.370538244637268, -0.026640159094788687, -0.18906736467713486, 0.5105887954287993, 2.3652678321744944, 1.67376444837701, -0.08718204490341035, 1.2634157860775248, -0.18906736467713486, -0.22657676943534896, 0.3788429771223282, 0.0017715832698207235, 0.2358734266580668, -0.08718204490341035, 0.12866323881682445, 0.19496297943075375, 2.2544503922800394, -0.22657676943534896, 0.2930206142312953, -0.18906736467713486, -0.4507475765334558, -0.11953349064297722, 0.05533946918020593, -0.2661741714709567, 0.12866323881682445, -0.2661741714709567, -0.3080931499412543, 0.0017715832698207235, -0.4507475765334558, -0.22657676943534896, -0.3080931499412543, -0.3080931499412543, 0.21572121615110645, 0.0017715832698207235, 0.05533946918020593, 0.3625138130772335, -0.4000320897081319, 0.4405354650190205, -0.08718204490341035, 0.10507285953213484, 0.21572121615110645, 1.985968607482172, -0.2661741714709567, 0.10507285953213484, 0.05533946918020593, 0.5494251109078853, -0.08718204490341035, -0.05625674964986377, 0.7819580954800043, 0.8168954782377498, 0.12866323881682445, 0.10507285953213484, 0.05533946918020593, 2.3111517758485283, -0.8558045894717148, 0.12866323881682445, -0.6967683391114144, 0.31106275564731145, 0.5741450940059798, -0.3526060347019042, -0.3526060347019042, 2.8756754975463914, -0.2661741714709567, 0.0017715832698207235, 0.3457874033622429, -0.05625674964986377, -0.22657676943534896, -0.3080931499412543, 0.02907071131383038, 2.997675322134056, -0.5051979896889167, 0.2744930975971459, 0.2930206142312953, 0.02907071131383038, 0.0017715832698207235, 0.2554536326352489, -0.18906736467713486, 0.080651474097357, 1.0701496782066051, 0.17356160690321729, -0.05625674964986377, -0.05625674964986377, -0.05625674964986377, -0.026640159094788687, -0.08718204490341035, -0.05625674964986377, 0.12866323881682445, -0.2661741714709567, -0.11953349064297722, 2.9799922900019604, 0.0017715832698207235, 1.1836265732290276, 2.5065442855763784, -0.6967683391114144, -0.5051979896889167, -0.4507475765334558, -0.22657676943534896, -0.15344450281609304, 0.05533946918020593, -0.22657676943534896, -0.4507475765334558, 2.047654786339029, 0.080651474097357, 2.476498326486124, 0.02907071131383038, 0.19496297943075375, 2.3714127036283723, 0.5237801706068599, 0.9411320975584551, 0.31106275564731145, 1.6761886836574085, 2.6690911497990224, -0.11953349064297722, 0.3788429771223282, -0.026640159094788687, 1.7730386794610942, 2.6455238003472146, 2.16004663552366, 0.12866323881682445, -0.3080931499412543, 0.0017715832698207235, 1.6688899965383843, -0.18906736467713486, 0.6323037856554103, 3.0226966884951563, 0.080651474097357, 0.5367225471271363, -0.05625674964986377, 0.15147652131979264, 0.19496297943075375, -0.5051979896889167, -0.18906736467713486, 0.05533946918020593, 0.15147652131979264, 0.4405354650190205, 2.6501866566179295, 0.3286440957836161, -0.4507475765334558, 0.19496297943075375, -0.15344450281609304, -0.11953349064297722, 1.142588836123247, 0.483419585992133, -0.3080931499412543, -0.4507475765334558, -0.22657676943534896, 0.3788429771223282, 0.080651474097357, -0.026640159094788687, -0.4000320897081319, -0.2661741714709567, 0.10507285953213484, -0.11953349064297722, 0.02907071131383038, -0.4507475765334558, 0.17356160690321729, 0.19496297943075375, -0.08718204490341035, -0.2661741714709567, -0.05625674964986377, 0.17356160690321729, 1.0642458275419795, 1.738586232088397, 0.10507285953213484, 1.3698450570505032, 0.10507285953213484, 0.2744930975971459, -0.15344450281609304, -0.3080931499412543, 0.3947931996847506, -0.05625674964986377, -0.22657676943534896, 0.5494251109078853, -0.3526060347019042, 0.31106275564731145, -0.2661741714709567, 1.0582905119289912, 0.4551299326505415, 0.17356160690321729, 0.2930206142312953, 0.5741450940059798, 0.7908611748092376, 2.3336852008686053, 0.17356160690321729, 0.12866323881682445, 0.2358734266580668, -0.026640159094788687, 0.3457874033622429, 0.17356160690321729, 0.2744930975971459, 1.8371284869222242, 0.17356160690321729, -0.2661741714709567, 0.05533946918020593, 2.3290516907056174, 0.15147652131979264, 0.3286440957836161, 0.0017715832698207235, 0.10507285953213484, 0.02907071131383038, 2.832154856417168, -0.22657676943534896, -0.11953349064297722, 0.15147652131979264, -0.3526060347019042, 0.02907071131383038, 0.15147652131979264, 2.353707046718294, 0.080651474097357, -0.3526060347019042, 2.738341521481861, -0.08718204490341035, -0.11953349064297722, -0.4000320897081319, 0.9551866995408644, -0.2661741714709567, 0.6096293376341535, -0.8558045894717148, -0.3526060347019042, 0.19496297943075375, 2.1245999027614544, 0.12866323881682445, 2.3946093000829856, 2.621719376628347, -0.026640159094788687, 0.0017715832698207235, 1.2937401206570045, 0.17356160690321729, 0.3625138130772335, 0.05533946918020593, -0.08718204490341035, 0.7451396918291052, -0.4000320897081319, -0.026640159094788687, -0.08718204490341035, 0.02907071131383038, 2.182310542651187, 2.348304530606648, 0.02907071131383038, -0.22657676943534896, 0.12866323881682445, -0.4507475765334558, 0.05533946918020593, -0.4000320897081319, -0.22657676943534896, 2.425975924126175, 2.8925797549245953, -0.3526060347019042, 0.21572121615110645, 0.0017715832698207235, 0.21572121615110645, 0.15147652131979264, -0.18906736467713486, 0.3788429771223282, 1.3848406427024602, 0.8501343924127869, 0.080651474097357, -0.2661741714709567, -0.08718204490341035, 2.8685417462901985, -0.4507475765334558, 0.3788429771223282, 0.4256240023102696, 2.8621847379220218, 0.6096293376341535, -0.22657676943534896, 0.0017715832698207235, 3.0084130902386264, 0.21572121615110645, -0.2661741714709567, -0.5051979896889167, 0.02907071131383038, 0.5741450940059798, 0.3625138130772335, 0.02907071131383038, 0.3457874033622429, 0.10507285953213484, 0.3286440957836161, -0.6275206972952406, 0.5618965508696554, -0.11953349064297722, 0.3625138130772335, 0.080651474097357, 1.8957139410135613, -0.026640159094788687, -0.22657676943534896, 0.2744930975971459, 0.080651474097357, 1.0022192015322255, 0.12866323881682445, -0.026640159094788687, 0.5741450940059798, -0.3080931499412543, 2.538066981030705, 1.0022192015322255, -0.026640159094788687, 0.9267823968398388, 0.31106275564731145, 0.9121249572919516, -0.2661741714709567, -0.026640159094788687, -0.3080931499412543, 2.2502887371361613, 2.9078818678219798, 0.4256240023102696, 1.965687573688354, 1.6929214707183893, 2.610730407678272, 0.7062266840292587, 3.3085755268856207, 2.3034722317983016, 2.7342453390302635, -0.4000320897081319, 2.386109614616, 0.12866323881682445, 0.080651474097357, 0.8581976504366654, -0.2661741714709567, -0.05625674964986377, 2.3714127036283723, 0.17356160690321729, -0.11953349064297722, -0.11953349064297722, 0.31106275564731145, 0.3788429771223282, -0.18906736467713486, 2.5662299925010417, 0.21572121615110645, -0.4000320897081319, -0.6275206972952406, 1.289489650854731, -0.3080931499412543, 2.9208977884449143, 0.4971387002311203, 2.7064689314106865, 0.3625138130772335, 0.31106275564731145, 2.6679602078704945, 0.15147652131979264, 0.17356160690321729, -0.15344450281609304, 0.8661669225361148, 0.10507285953213484, 0.2744930975971459, 0.3625138130772335, 0.19496297943075375, 0.080651474097357, 0.080651474097357, -0.18906736467713486, 0.5105887954287993, 0.9267823968398388, 0.3457874033622429, 0.21572121615110645, 0.19496297943075375, 0.2554536326352489, 2.5193285911483057, 0.4405354650190205, -0.5639125737385987, 0.12866323881682445, -0.4507475765334558, 0.4256240023102696, 0.2744930975971459, 2.4489798577315254, 2.761429111546068, 2.2471507586620802, 0.4551299326505415, 0.080651474097357, 0.02907071131383038, 0.4694205295936552, 1.9009570388427088, 0.0017715832698207235, 2.871908095462023, 0.080651474097357, 2.3843969017397866, 3.1393512215063595, 1.8098264673751867, 0.12866323881682445, 1.2223376608777752, -0.18906736467713486, 2.658270780449397, 0.12866323881682445, 0.4256240023102696, 0.10507285953213484, 0.5494251109078853, -0.08718204490341035, 2.8876753546986564, 0.21572121615110645, 1.7581792237367642, -0.22657676943534896, -0.026640159094788687, 0.7996498518329167, 2.348304530606648, 0.080651474097357, 0.0017715832698207235, 1.8390374739267608, 0.6096293376341535, 0.5494251109078853, 2.0011693879487265, 0.6649670220328004, 0.05533946918020593, 3.2185426210243566, 2.6605630517536327, 0.10507285953213484, -0.08718204490341035, 2.2789011313509984, 0.483419585992133, 2.0805524664199373, 2.3168552569880565, -0.11953349064297722, -0.18906736467713486, 2.9154061676106227, 0.4694205295936552, 3.0609792746446143, 2.309239975105333, -0.11953349064297722, 0.3457874033622429, 0.19496297943075375, 0.6961425862960068, 0.8168954782377498, -0.026640159094788687, 3.3617920216115817, 1.72294867662781, -0.3526060347019042, 0.4103815566347833, 2.8514563532340382, 3.1091921641640017, 2.573417933199293, 0.9481955263902108, 0.12866323881682445, 1.5802091566265133, -0.3080931499412543, 0.2358734266580668, 0.4694205295936552, 0.483419585992133, 2.7398712742145093, 2.7296075570368092, -0.4000320897081319, 2.670220220887044, 2.3355298332734056, 0.3947931996847506, 2.7818480436133743, 1.0150831868661865, -0.11953349064297722, 0.15147652131979264, 2.9271202943025454, 2.7357842897034503, 0.8168954782377498, 0.31106275564731145, 0.2358734266580668, -0.11953349064297722, 3.089947823319838, 0.10507285953213484, -0.15344450281609304, -0.11953349064297722, 2.9959274929691517, 2.6611349187032842, 0.2744930975971459, 2.5516229527491747, 2.584379780687688, 0.05533946918020593, 1.8503806218591217, -0.026640159094788687, 2.9599967346556517, -0.18906736467713486, 0.483419585992133, 2.340119720917269, 0.17356160690321729, 0.2744930975971459, 2.577952976241452, 2.649605538686584, 2.642005633500686, 3.0162720613522334, 0.5105887954287993, 2.9286670970386286, 2.093805251444801, 0.5861785374268167, 0.21572121615110645, 3.14584481214686, 2.555637793464563, 0.3788429771223282, 2.5346354980474515, 1.0989270261104742, 0.8818320840143828, 2.085884498304368, 2.915012213018753, 3.269628407362545, 2.5079766465640643, 2.9271202943025454, -0.11953349064297722, 0.5980042776817215, 0.7729376027863153, 0.6755174256478682, 2.7828053017763184, 2.929053250612108, 2.201633387420393, 2.336450283362098, 2.3661490652618915, 1.6048271713851168, 0.9891083820440248, 2.5475843560175555, 0.8895320801125501, 0.15147652131979264, 0.6096293376341535, -0.2661741714709567, 2.8492902907472435, 1.4717655028055223, 3.066998352410032, 2.735271691600771, 2.7337315834020326, 0.15147652131979264, -0.18906736467713486, 2.5622771559414077, 2.367908125478583, -0.05625674964986377, 2.8609062002504158, 2.7697676419277766, 2.5435217204678726, 2.7842386764150695, 3.0893376065166085, 2.9236271177530133, 0.5367225471271363, 3.1330816122177887, 0.05533946918020593, 3.0399767793440065, 2.8067725013042986, 0.15147652131979264, 1.5661388830026644, 1.377384016296176, 1.4314194510338218, 1.842839505849392, 0.6649670220328004, 2.9913620786552637, 2.784715799807205, 3.179292624440345, 2.6797426551375603], [-0.8150254233497156, -1.472250630412249, -0.9563206213159438, -0.5672497825253102, 2.9589682722928727, -1.472250630412249, 1.8200901952361819, -1.2829613819136532, -1.472250630412249, -1.1116275974198888, -0.01196847265605467, -1.9083932393788792, -0.9563206213159438, -1.1116275974198888, -1.9083932393788792, -0.35619737074090124, -0.8150254233497156, -0.5672497825253102, -0.4577472430771794, -1.1116275974198888, -0.17316366233863476, -0.9563206213159438, -0.9563206213159438, -1.1116275974198888, -0.5672497825253102, -1.6808092999241744, -0.6858787598350881, -1.2829613819136532, -0.9563206213159438, -0.5672497825253102, -0.5672497825253102, -0.5672497825253102, -1.472250630412249, -1.1116275974198888, -0.5672497825253102, -0.5672497825253102, -0.9563206213159438, -1.1116275974198888, -0.6858787598350881, -0.8150254233497156, -0.9563206213159438, -1.472250630412249, -0.09014725341153157, -0.9563206213159438, -0.09014725341153157, -0.35619737074090124, -0.6858787598350881, -0.6858787598350881, 0.13183551215145778, -0.17316366233863476, -1.9083932393788792, 0.13183551215145778, -0.9563206213159438, -1.2829613819136532, -0.8150254233497156, -0.35619737074090124, -0.8150254233497156, -0.5672497825253102, -1.1116275974198888, -0.26161312584491325, 0.13183551215145778, -0.4577472430771794, -0.01196847265605467, -0.6858787598350881, -1.472250630412249, -0.01196847265605467, -0.6858787598350881, -0.5672497825253102, -0.9563206213159438, -1.6808092999241744, -0.01196847265605467, -1.2829613819136532, -2.1519594293596387, -1.9083932393788792, -0.09014725341153157, -0.5672497825253102, -0.17316366233863476, -0.8150254233497156, -0.4577472430771794, 2.26586622758142, 2.0393253456506493, -0.9563206213159438, -0.8150254233497156, -0.6858787598350881, -1.2829613819136532, -1.472250630412249, 0.19827205256692507, -0.17316366233863476, -0.35619737074090124, -0.17316366233863476, -0.5672497825253102, -0.6858787598350881, -0.35619737074090124, -0.4577472430771794, -0.5672497825253102, -0.5672497825253102, -1.1116275974198888, 0.13183551215145778, -0.17316366233863476, -1.1116275974198888, -0.5672497825253102, -0.6858787598350881, -1.2829613819136532, 3.5071575254653395, 0.3218513562263698, 0.061880574367401436, 1.4366923464824293, -1.2829613819136532, -0.35619737074090124, -1.6808092999241744, -0.09014725341153157, -1.2829613819136532, -0.4577472430771794, -1.1116275974198888, -0.26161312584491325, 0.061880574367401436, -0.6858787598350881, -1.6808092999241744, -0.5672497825253102, -1.2829613819136532, 2.4802718698962463, -0.6858787598350881, -1.472250630412249, -0.26161312584491325, -0.01196847265605467, -0.35619737074090124, -0.35619737074090124, -0.8150254233497156, -0.26161312584491325, 2.4356465255883197, 0.061880574367401436, -0.8150254233497156, -1.1116275974198888, -0.01196847265605467, -0.09014725341153157, 0.061880574367401436, -0.35619737074090124, 1.9593995712046344, -0.26161312584491325, -0.6858787598350881, -0.26161312584491325, -0.4577472430771794, -0.5672497825253102, -0.9563206213159438, 0.13183551215145778, -1.2829613819136532, 0.5876535920889784, -0.01196847265605467, -1.2829613819136532, -0.4577472430771794, 0.3218513562263698, -0.8150254233497156, 1.4854317222711315, -0.5672497825253102, -0.5672497825253102, 0.13183551215145778, -0.17316366233863476, -0.5672497825253102, -0.01196847265605467, -0.6858787598350881, -0.6858787598350881, 0.3795269477043089, -0.4577472430771794, -0.26161312584491325, 0.19827205256692507, -0.4577472430771794, -1.472250630412249, 0.061880574367401436, 0.19827205256692507, -0.01196847265605467, -0.26161312584491325, -0.17316366233863476, -0.8150254233497156, -0.4577472430771794, -0.6858787598350881, -0.5672497825253102, -0.6858787598350881, 0.061880574367401436, -0.8150254233497156, -0.9563206213159438, -0.4577472430771794, -0.4577472430771794, -0.9563206213159438, 0.061880574367401436, -0.4577472430771794, 3.235358538155885, -0.8150254233497156, 0.061880574367401436, -1.6808092999241744, -0.6858787598350881, 0.061880574367401436, -0.26161312584491325, -1.2829613819136532, -0.9563206213159438, -0.9563206213159438, -0.6858787598350881, -0.6858787598350881, -0.4577472430771794, 0.5876535920889784, -1.1116275974198888, -0.26161312584491325, -0.35619737074090124, -0.26161312584491325, -0.6858787598350881, -0.35619737074090124, -0.8150254233497156, 0.061880574367401436, -1.1116275974198888, -0.4577472430771794, -0.5672497825253102, -0.26161312584491325, -0.8150254233497156, -0.9563206213159438, -1.2829613819136532, -0.26161312584491325, -0.9563206213159438, -1.6808092999241744, -0.5672497825253102, -0.17316366233863476, -0.5672497825253102, -0.5672497825253102, -0.26161312584491325, 0.8480510586904627, -0.6858787598350881, -0.09014725341153157, -0.6858787598350881, -0.35619737074090124, -0.35619737074090124, -0.5672497825253102, 0.3795269477043089, -1.6808092999241744, -0.9563206213159438, -0.8150254233497156, 0.886765113675859, -1.2829613819136532, -0.9563206213159438, 0.26151599797358194, -0.8150254233497156, 0.26151599797358194, -0.8150254233497156, -0.9563206213159438, -0.17316366233863476, 0.886765113675859, 2.2787727154191755, 0.19827205256692507, -0.35619737074090124, -0.26161312584491325, 1.4116079555461207, -0.9563206213159438, -0.6858787598350881, -0.6858787598350881, 0.26151599797358194, -0.09014725341153157, -0.5672497825253102, 2.304200094698151, -0.17316366233863476, -0.5672497825253102, -0.01196847265605467, -0.5672497825253102, 0.19827205256692507, 4.058617684383994, -0.26161312584491325, -0.6858787598350881, -1.1116275974198888, -1.2829613819136532, -0.5672497825253102, -0.01196847265605467, 0.3218513562263698, -0.6858787598350881, -0.4577472430771794, -1.1116275974198888, -0.26161312584491325, -0.26161312584491325, -0.09014725341153157, 0.19827205256692507, -0.4577472430771794, 0.061880574367401436, -0.4577472430771794, -0.26161312584491325, 0.19827205256692507, -0.35619737074090124, -0.8150254233497156, 0.3218513562263698, -0.6858787598350881, 0.13183551215145778, -1.2829613819136532, -0.8150254233497156, -0.09014725341153157, -0.5672497825253102, -0.35619737074090124, -0.8150254233497156, 1.9757904299334976, 0.13183551215145778, 0.26151599797358194, 0.4877496306627762, 0.3218513562263698, -0.26161312584491325, 3.646135859702456, -0.4577472430771794, -0.9563206213159438, -0.6858787598350881, -0.6858787598350881, -0.5672497825253102, -0.9563206213159438, 0.061880574367401436, -0.35619737074090124, 0.26151599797358194, -0.6858787598350881, -0.26161312584491325, -1.472250630412249, -1.9083932393788792, -0.5672497825253102, -0.4577472430771794, 0.5386624301643327, -0.5672497825253102, -0.9563206213159438, 2.595496159323383, -0.6858787598350881, -0.5672497825253102, -1.2829613819136532, -0.01196847265605467, -0.5672497825253102, -0.9563206213159438, 0.26151599797358194, -0.6858787598350881, -1.1116275974198888, -0.09014725341153157, -0.26161312584491325, 0.3218513562263698, -0.17316366233863476, -0.8150254233497156, 0.061880574367401436, 0.19827205256692507, 0.3218513562263698, -0.6858787598350881, -0.8150254233497156, 0.061880574367401436, -1.2829613819136532, 1.6214026881350123, -0.4577472430771794, -0.8150254233497156, 2.4911881965342997, -1.2829613819136532, 0.13183551215145778, 3.114680443951334, -0.4577472430771794, 0.26151599797358194, -0.01196847265605467, -0.17316366233863476, -0.17316366233863476, -0.9563206213159438, -0.4577472430771794, -0.09014725341153157, 0.3795269477043089, -0.6858787598350881, -0.4577472430771794, -0.35619737074090124, -0.17316366233863476, -0.09014725341153157, -0.4577472430771794, -0.5672497825253102, -0.6858787598350881, -0.01196847265605467, 0.43476180848152346, 0.43476180848152346, -1.1116275974198888, -0.4577472430771794, -0.09014725341153157, -0.4577472430771794, -0.26161312584491325, 0.061880574367401436, -0.8150254233497156, -0.8150254233497156, -0.17316366233863476, -0.4577472430771794, -0.26161312584491325, 0.3218513562263698, -0.09014725341153157, -0.6858787598350881, -0.8150254233497156, -0.8150254233497156, -0.8150254233497156, -0.6858787598350881, -0.17316366233863476, -0.01196847265605467, 0.13183551215145778, 0.061880574367401436, 0.26151599797358194, 0.3218513562263698, -0.6858787598350881, -1.472250630412249, -0.4577472430771794, -0.01196847265605467, -0.6858787598350881, -0.35619737074090124, -0.01196847265605467, -0.9563206213159438, 0.19827205256692507, -0.17316366233863476, 0.061880574367401436, -0.4577472430771794, -0.5672497825253102, 0.19827205256692507, 1.7246073189249305, 0.43476180848152346, -0.17316366233863476, -0.35619737074090124, 0.061880574367401436, 0.061880574367401436, -0.01196847265605467, 1.5552246703465644, -0.17316366233863476, -0.6858787598350881, -0.26161312584491325, -1.2829613819136532, -0.01196847265605467, 2.252827708683451, 0.43476180848152346, 0.13183551215145778, -0.26161312584491325, -0.4577472430771794, -0.35619737074090124, -0.6858787598350881, 0.061880574367401436, 0.26151599797358194, -0.26161312584491325, -0.09014725341153157, 0.3795269477043089, 0.13183551215145778, -0.8150254233497156, -1.2829613819136532, -0.4577472430771794, -0.5672497825253102, -0.09014725341153157, -0.5672497825253102, -0.6858787598350881, 3.487425719082885, 1.509121969149435, -0.17316366233863476, -0.17316366233863476, 0.5876535920889784, -0.8150254233497156, -0.09014725341153157, -0.01196847265605467, -0.17316366233863476, -0.17316366233863476, -0.9563206213159438, -0.8150254233497156, 0.43476180848152346, 0.19827205256692507, -1.9083932393788792, 0.4877496306627762, 2.4802718698962463, 0.19827205256692507, 0.13183551215145778, -0.6858787598350881, 3.3511278820743664, -0.6858787598350881, -0.5672497825253102, -0.4577472430771794, -1.1116275974198888, 0.19827205256692507, 0.3218513562263698, 2.7901543018470667, -0.09014725341153157, -0.8150254233497156, -0.4577472430771794, 2.857129033129327, -0.5672497825253102, 0.13183551215145778, 0.26151599797358194, -0.8150254233497156, -0.4577472430771794, 0.3218513562263698, -0.5672497825253102, 0.19827205256692507, 0.3218513562263698, -0.01196847265605467, 0.43476180848152346, -0.8150254233497156, -0.6858787598350881, -1.1116275974198888, 0.5876535920889784, -0.4577472430771794, -0.6858787598350881, -0.4577472430771794, -1.1116275974198888, 0.4877496306627762, -0.35619737074090124, 0.3218513562263698, 0.13183551215145778, -0.17316366233863476, 0.886765113675859, 0.3218513562263698, -0.35619737074090124, -0.6858787598350881, 0.061880574367401436, -0.17316366233863476, 2.6919059702609838, 0.061880574367401436, 1.2782332385665578, -0.17316366233863476, -0.01196847265605467, -0.17316366233863476, -0.01196847265605467, -0.09014725341153157, -0.35619737074090124, -0.17316366233863476, -0.5672497825253102, -0.4577472430771794, -0.09014725341153157, 0.061880574367401436, 0.3218513562263698, 0.5386624301643327, 0.061880574367401436, 0.5386624301643327, 1.8916452474029912, 0.061880574367401436, -0.5672497825253102, -0.5672497825253102, -0.17316366233863476, 0.19827205256692507, -0.01196847265605467, 0.061880574367401436, 0.13183551215145778, 0.5876535920889784, -0.5672497825253102, -0.09014725341153157, -0.9563206213159438, 1.2498061188674108, -0.01196847265605467, -0.8150254233497156, -1.472250630412249, -0.4577472430771794, -0.17316366233863476, -0.17316366233863476, -1.2829613819136532, -0.26161312584491325, -0.8150254233497156, -0.4577472430771794, 0.7669489326713855, -0.35619737074090124, -0.6858787598350881, -0.4577472430771794, -0.26161312584491325, 0.13183551215145778, -0.26161312584491325, -1.2829613819136532, -0.8150254233497156, -0.26161312584491325, -0.01196847265605467, -0.01196847265605467, -0.17316366233863476, -0.09014725341153157, -0.4577472430771794, 0.3218513562263698, -0.26161312584491325, 0.43476180848152346, -0.8150254233497156, -0.4577472430771794, 0.26151599797358194, -0.4577472430771794, 0.13183551215145778, -0.01196847265605467, -0.6858787598350881, -0.09014725341153157, -0.4577472430771794, -0.5672497825253102, -0.4577472430771794, -0.01196847265605467, 0.9608659622783612, -0.6858787598350881, -0.35619737074090124, -0.26161312584491325, 0.4877496306627762, -0.26161312584491325, -0.26161312584491325, -0.4577472430771794, 0.061880574367401436, 0.061880574367401436, -0.4577472430771794, -0.6858787598350881, -1.2829613819136532, -1.472250630412249, -0.09014725341153157, 0.061880574367401436, -0.4577472430771794, -0.26161312584491325, -0.5672497825253102, 0.26151599797358194, 0.3795269477043089, -0.26161312584491325, -0.35619737074090124, 0.5876535920889784, -0.09014725341153157, -0.6858787598350881, -0.35619737074090124, -0.4577472430771794, 0.3218513562263698, 0.3218513562263698, 0.061880574367401436, 0.19827205256692507, -0.09014725341153157, 0.3218513562263698, -0.4577472430771794, -1.2829613819136532, 0.19827205256692507, 0.8480510586904627, 0.061880574367401436, 0.061880574367401436, -0.6858787598350881, -0.17316366233863476, -0.8150254233497156, -0.01196847265605467, 0.7669489326713855, 0.3218513562263698, 0.061880574367401436, 0.3795269477043089, -0.4577472430771794, -1.1116275974198888, -0.6858787598350881, 2.1145360054850286, 0.6348604123673318, -0.9563206213159438, -0.17316366233863476, 0.19827205256692507, -0.01196847265605467, 0.19827205256692507, -0.5672497825253102, -0.6858787598350881, -0.17316366233863476, -0.8150254233497156, -1.1116275974198888, 3.0033580267254734, -0.09014725341153157, -0.5672497825253102, 0.26151599797358194, -0.26161312584491325, -0.8150254233497156, -0.6858787598350881, -0.35619737074090124, -1.1116275974198888, -0.35619737074090124, -0.17316366233863476, 0.19827205256692507, 0.19827205256692507, 0.5386624301643327, 0.43476180848152346, 0.061880574367401436, -0.26161312584491325, -0.09014725341153157, -0.09014725341153157, -0.26161312584491325, 3.6329011767057215, -0.9563206213159438, -0.5672497825253102, 2.4911881965342997, -0.17316366233863476, -0.5672497825253102, 0.26151599797358194, -1.1116275974198888, 0.19827205256692507, 0.3795269477043089, 0.3795269477043089, -1.2829613819136532, 0.3218513562263698, -0.4577472430771794, 0.3218513562263698, -0.5672497825253102, -0.9563206213159438, 1.0645768253435202, -0.6858787598350881, 0.5386624301643327, 0.6348604123673318, 0.13183551215145778, -0.26161312584491325, 0.061880574367401436, -0.01196847265605467, -0.9563206213159438, -1.1116275974198888, -0.09014725341153157, -0.01196847265605467, -0.09014725341153157, 2.6153707022518398, -0.35619737074090124, 0.4877496306627762, 0.061880574367401436, 0.13183551215145778, 0.43476180848152346, -0.09014725341153157, -0.01196847265605467, -0.01196847265605467, -0.09014725341153157, -0.4577472430771794, 0.6348604123673318, -0.8150254233497156, -0.17316366233863476, 0.061880574367401436, -0.01196847265605467, -1.1116275974198888, -0.4577472430771794, -0.01196847265605467, 0.3218513562263698, 0.43476180848152346, -0.01196847265605467, -0.35619737074090124, -0.4577472430771794, -0.09014725341153157, -0.6858787598350881, 0.19827205256692507, -0.5672497825253102, -0.09014725341153157, -0.09014725341153157, 0.7669489326713855, -0.35619737074090124, 0.3795269477043089, -0.09014725341153157, 0.4877496306627762, 0.3218513562263698, 0.3218513562263698, -0.01196847265605467, 0.4877496306627762, 0.26151599797358194, -0.09014725341153157, 0.3795269477043089, 0.061880574367401436, -0.35619737074090124, -0.01196847265605467, -0.17316366233863476, -0.01196847265605467, -0.5672497825253102, -0.8150254233497156, 0.886765113675859, 0.9243489314227108, -1.1116275974198888, -0.8150254233497156, -0.26161312584491325, -0.17316366233863476, -1.1116275974198888, 0.3795269477043089, -0.4577472430771794, -0.17316366233863476, -0.5672497825253102, 0.19827205256692507, -0.35619737074090124, -0.26161312584491325, -0.5672497825253102, -0.09014725341153157, -0.17316366233863476, 0.6348604123673318, 0.3795269477043089, 0.26151599797358194, -0.8150254233497156, -1.1116275974198888, -0.01196847265605467, -0.5672497825253102, 0.9243489314227108, 0.26151599797358194, 0.061880574367401436, 0.4877496306627762, -0.09014725341153157, 0.19827205256692507, 0.26151599797358194, 0.9608659622783612, -0.26161312584491325, 0.13183551215145778, 2.0998445857542696, -1.6808092999241744, 0.061880574367401436, -0.17316366233863476, 0.13183551215145778, -0.5672497825253102, -0.6858787598350881, 0.4877496306627762, 0.13183551215145778, -0.35619737074090124, 0.43476180848152346, 2.412733736424464, 0.43476180848152346, -0.01196847265605467, -0.26161312584491325, 0.13183551215145778, 0.4877496306627762, 0.061880574367401436, -0.9563206213159438, -0.6858787598350881, -0.4577472430771794, -0.35619737074090124, 0.13183551215145778, 0.13183551215145778, 3.795068131153292, 0.3218513562263698, 3.3892821838492875, 0.3218513562263698, -0.6858787598350881, -0.6858787598350881, -1.2829613819136532, 0.680406229735074, 0.061880574367401436, -0.35619737074090124, 0.19827205256692507, -0.8150254233497156, 0.26151599797358194, 0.3795269477043089, 0.886765113675859, -0.01196847265605467, -0.01196847265605467, 0.19827205256692507, 0.4877496306627762, 0.5876535920889784, -0.17316366233863476, -0.9563206213159438, -0.35619737074090124, 0.3218513562263698, 0.7244022228946659, 0.26151599797358194, -0.09014725341153157, -0.4577472430771794, 0.7244022228946659, -0.4577472430771794, 2.7011574600047896, -0.01196847265605467, -0.26161312584491325, -0.35619737074090124, 1.5323811707343968, -0.9563206213159438, 1.2782332385665578, 0.5876535920889784, -0.01196847265605467, -0.8150254233497156, 2.4011209615719475, -0.17316366233863476, -0.35619737074090124, -0.9563206213159438, 1.838358616059274, 0.19827205256692507, 3.5265881816471087, -0.01196847265605467, -0.17316366233863476, 0.26151599797358194, -0.9563206213159438, 0.26151599797358194, 2.798721297723031, -0.5672497825253102, -0.4577472430771794, 1.097365976846283, -0.5672497825253102, 0.3218513562263698, 2.3414145377891584, 0.19827205256692507, -0.4577472430771794, 0.061880574367401436, -0.26161312584491325, 0.061880574367401436, 0.43476180848152346, -0.8150254233497156, -1.6808092999241744, -0.09014725341153157, 0.3795269477043089, -0.35619737074090124, 0.8480510586904627, 0.19827205256692507, 0.061880574367401436, 0.5876535920889784, -0.35619737074090124, 3.9934980699655194, -0.17316366233863476, 0.26151599797358194, 0.13183551215145778, 0.3795269477043089, 1.2207338755827075, 0.7244022228946659, 0.5386624301643327, 0.3218513562263698, 0.19827205256692507, -0.6858787598350881, 0.061880574367401436, -0.01196847265605467, -0.4577472430771794, -0.17316366233863476, -0.5672497825253102, 0.13183551215145778, 2.840712635059713, 0.3795269477043089, 0.4877496306627762, -0.17316366233863476, 1.6427215717877706, 5.0, -0.5672497825253102, -0.8150254233497156, 0.13183551215145778, 0.26151599797358194, 4.386936571091042, 0.13183551215145778, 0.3795269477043089, -0.6858787598350881, 0.13183551215145778, -1.6808092999241744, -0.09014725341153157, 0.5876535920889784, -0.8150254233497156, -0.17316366233863476, -1.1116275974198888, 0.19827205256692507, -0.6858787598350881, 0.680406229735074, -0.35619737074090124, -0.5672497825253102, -0.35619737074090124, -0.17316366233863476, 2.6054721895047384, -0.09014725341153157, 0.3795269477043089, 0.26151599797358194, -0.17316366233863476, -0.01196847265605467, -0.17316366233863476, 0.680406229735074, -0.6858787598350881, -0.17316366233863476, 1.190986753915794, 4.13260392997964, -0.4577472430771794, 3.7833013546133007, 0.43476180848152346, 0.3795269477043089, -0.35619737074090124, 1.129338198821177, -1.472250630412249, -1.1116275974198888, -0.17316366233863476, 3.9934980699655194, 1.461294225286312, 0.9608659622783612, 0.19827205256692507, -0.5672497825253102, 0.3795269477043089, 0.061880574367401436, -0.9563206213159438, 0.8081375571751028, 0.19827205256692507, 0.7669489326713855, 3.5217582482986813, -0.26161312584491325, 0.3795269477043089, -0.9563206213159438, 0.3795269477043089, 2.0079534762407842, -1.472250630412249, -0.01196847265605467, -0.26161312584491325, 2.4242416325781457, -0.9563206213159438, 0.8480510586904627, 0.13183551215145778, -0.26161312584491325, 1.3599136427482856, 3.2887608803055848, 0.13183551215145778, 1.0645768253435202, 0.3795269477043089, -0.9563206213159438, 0.7244022228946659, -0.01196847265605467, 3.1668927518148986, 0.8480510586904627, 0.4877496306627762, -0.35619737074090124, 0.26151599797358194, -0.26161312584491325, 0.061880574367401436, 0.061880574367401436, -1.1116275974198888, -0.26161312584491325, -0.26161312584491325, 0.3218513562263698, 0.19827205256692507, 2.75529817674232, -0.01196847265605467, 1.2782332385665578, 0.3218513562263698, -0.9563206213159438, -1.1116275974198888, -0.17316366233863476, 0.4877496306627762, 0.26151599797358194, 0.7244022228946659, -0.4577472430771794, -0.09014725341153157, 0.5876535920889784, 4.1592765212946095, 0.19827205256692507, 0.13183551215145778, 1.0645768253435202, 3.5457267404232087, 0.3218513562263698, 2.412733736424464, 0.43476180848152346, -1.1116275974198888, 0.13183551215145778, 0.13183551215145778, 0.3795269477043089, -1.2829613819136532, 0.7244022228946659, 0.9963745126122492, -0.26161312584491325, 0.3218513562263698, -0.35619737074090124, 0.6348604123673318, 0.3218513562263698, 1.1605329074150679, 0.43476180848152346, -1.1116275974198888, -0.17316366233863476, 0.43476180848152346, -0.01196847265605467, -0.17316366233863476, 0.3795269477043089, -0.6858787598350881, 0.7669489326713855, -0.5672497825253102, -0.17316366233863476, -0.35619737074090124, 0.13183551215145778, 0.3218513562263698, -0.8150254233497156, -0.09014725341153157, 0.6348604123673318, 0.5876535920889784, -0.01196847265605467, 0.43476180848152346, -0.5672497825253102, 2.8489472848144, -0.9563206213159438, 3.810589873925924, 0.26151599797358194, 0.061880574367401436, 0.4877496306627762, 3.1732712885585665, 0.19827205256692507, 0.19827205256692507, 0.4877496306627762, -1.1116275974198888, -0.26161312584491325, -0.5672497825253102, 0.19827205256692507, -0.17316366233863476, 0.19827205256692507, -0.6858787598350881, 0.19827205256692507, 0.5386624301643327, 0.4877496306627762, -0.01196847265605467, 2.252827708683451, 0.26151599797358194, -1.1116275974198888, 0.43476180848152346, 3.4724235483733112, 0.5876535920889784, 0.3795269477043089, 0.13183551215145778, 0.061880574367401436, 0.19827205256692507, 1.5997219829638587, 0.19827205256692507, 0.5386624301643327, -0.01196847265605467, 2.9813565558165496, 0.13183551215145778, 0.6348604123673318, 0.8081375571751028, -0.17316366233863476, 0.3795269477043089, -0.6858787598350881, 2.897267436516162, 0.7669489326713855, 0.3795269477043089, 0.3218513562263698, 0.43476180848152346, 0.3218513562263698, -0.6858787598350881, 0.5876535920889784, 0.6348604123673318, -0.9563206213159438, -0.4577472430771794, 0.061880574367401436, 2.26586622758142, 0.4877496306627762, -1.472250630412249, 0.4877496306627762, -0.09014725341153157, -0.01196847265605467, -0.01196847265605467, 0.7669489326713855, -0.5672497825253102, -0.26161312584491325, 0.5386624301643327, -0.26161312584491325, 0.3795269477043089, 0.26151599797358194, 0.4877496306627762, -0.5672497825253102, -0.5672497825253102, 3.1922173944652283, -0.17316366233863476, -0.01196847265605467, 0.5386624301643327, 0.3218513562263698, -0.9563206213159438, 0.43476180848152346, -0.01196847265605467, 2.054726546632809, 0.13183551215145778, 0.9243489314227108, 3.114680443951334, 0.4877496306627762, 0.6348604123673318, -0.01196847265605467, 0.19827205256692507, -0.6858787598350881, -0.5672497825253102, -1.2829613819136532, 2.7375057529991533, 2.069943960710285, 0.680406229735074, 2.4581545570657988, -0.35619737074090124, 0.19827205256692507, 0.8480510586904627, 0.5876535920889784, -0.6858787598350881, -0.26161312584491325, -0.17316366233863476, -0.01196847265605467, -0.35619737074090124, 1.7636616051516516, -0.6858787598350881, -0.17316366233863476, -2.1519594293596387, 0.19827205256692507, 0.26151599797358194, 0.7244022228946659, 1.4854317222711315, 0.7244022228946659, 0.8480510586904627, 0.6348604123673318, 3.0178172917270047, 3.806727144148621, 0.3218513562263698, 1.129338198821177, -0.17316366233863476, 0.43476180848152346, -0.09014725341153157, 0.7244022228946659, 0.9963745126122492, -0.4577472430771794, 0.5386624301643327, -0.8150254233497156, -0.09014725341153157, 0.19827205256692507, -1.1116275974198888, 0.4877496306627762, 0.4877496306627762, 0.4877496306627762, 1.2207338755827075, 2.533941545413142, 1.0309282807082667, -1.1116275974198888, 0.19827205256692507, -0.09014725341153157, 0.3218513562263698, -0.26161312584491325, 2.4356465255883197, -0.35619737074090124, 0.3795269477043089, 2.389401380822107, 0.7244022228946659, 4.321518671416757, 0.3218513562263698, 3.235358538155885, 0.3218513562263698, 0.13183551215145778, 0.3218513562263698, 1.5323811707343968, -0.26161312584491325, -0.35619737074090124, -0.09014725341153157, 0.061880574367401436, 0.7244022228946659, 0.680406229735074, 0.26151599797358194, -0.09014725341153157, 0.8081375571751028, -0.35619737074090124, 0.3795269477043089, -0.6858787598350881, 5.0, 1.6636904719812085, 1.908924148466043, 0.19827205256692507, -0.9563206213159438, 0.13183551215145778, 0.3218513562263698, 0.680406229735074, 0.3795269477043089, 0.061880574367401436, -0.35619737074090124, -0.5672497825253102, -0.8150254233497156, 0.5386624301643327, -0.09014725341153157, -0.17316366233863476, 0.13183551215145778, 3.4315314089114337, -0.17316366233863476, 0.43476180848152346, -0.8150254233497156, 0.061880574367401436, 3.7911579441703904, 0.7244022228946659, 1.097365976846283, -0.6858787598350881, 0.4877496306627762, 0.9608659622783612, 0.26151599797358194, 1.0309282807082667, 2.5547919666395043, 0.13183551215145778, 0.5386624301643327, -0.5672497825253102, -0.8150254233497156, 0.19827205256692507, 1.2498061188674108, -0.26161312584491325, -0.26161312584491325, 0.9243489314227108, 0.4877496306627762, -0.09014725341153157, 0.43476180848152346, 0.3795269477043089, 0.9243489314227108, 0.061880574367401436, 0.5876535920889784, 0.3218513562263698, 0.5386624301643327, 1.2782332385665578, 0.6348604123673318, -0.17316366233863476, -0.8150254233497156, 0.13183551215145778, -0.09014725341153157, 1.2207338755827075, 0.8081375571751028, -0.4577472430771794, 1.2207338755827075, 0.3795269477043089, -0.09014725341153157, 0.061880574367401436, 0.680406229735074, 1.097365976846283, 3.2770857495524006, 2.304200094698151, -0.09014725341153157, 0.5876535920889784, 1.097365976846283, 0.8081375571751028, 0.5386624301643327, 0.3218513562263698, 0.5386624301643327, -0.01196847265605467, 0.26151599797358194, -0.6858787598350881, 0.5876535920889784, 2.5127441986821566, 0.8480510586904627, 0.6348604123673318, 0.5386624301643327, 4.016670756067336, 0.7244022228946659, -0.17316366233863476, 0.6348604123673318, 0.26151599797358194, -0.9563206213159438, -0.8150254233497156, -0.01196847265605467, -0.35619737074090124, -0.09014725341153157, -0.9563206213159438, 2.185556195489106, 0.061880574367401436, 0.3795269477043089, -0.4577472430771794, 0.9608659622783612, -0.26161312584491325, 0.19827205256692507, -0.26161312584491325, 0.13183551215145778, 1.190986753915794, 0.3218513562263698, -0.5672497825253102, 0.4877496306627762, 0.5386624301643327, 0.5386624301643327, 0.3795269477043089, -0.26161312584491325, -0.4577472430771794, 0.9243489314227108, -0.4577472430771794, -1.1116275974198888, 0.7669489326713855, 0.5876535920889784, 0.3795269477043089, -0.8150254233497156, 0.3218513562263698, 1.5323811707343968, 0.9608659622783612, 1.190986753915794, -0.09014725341153157, -0.5672497825253102, 0.3795269477043089, 0.061880574367401436, 2.069943960710285, -1.2829613819136532, 2.084981914978906, 0.9608659622783612, 0.4877496306627762, 1.097365976846283, 1.0309282807082667, 4.3820220641414585, 0.5876535920889784, 4.550141340118003, 0.26151599797358194, 0.19827205256692507, -1.2829613819136532, 1.0645768253435202, -1.2829613819136532, 0.7244022228946659, -0.6858787598350881, 0.19827205256692507, -0.26161312584491325, -0.09014725341153157, 0.061880574367401436, 0.13183551215145778, -0.9563206213159438, -0.09014725341153157, 0.6348604123673318, 0.26151599797358194, -0.01196847265605467, -0.5672497825253102, 0.19827205256692507, 0.5386624301643327, 0.8081375571751028, 1.704622861461902, 1.6427215717877706, 0.5876535920889784, 0.5876535920889784, 0.9243489314227108, 1.0645768253435202, 0.4877496306627762, 1.3860218448299664, 1.908924148466043, -0.26161312584491325, 0.3795269477043089, 0.26151599797358194, 1.0309282807082667, 1.190986753915794, 4.0490595769292925, -0.09014725341153157, -0.17316366233863476, 0.43476180848152346, 0.4877496306627762, 0.13183551215145778, -0.26161312584491325, 0.4877496306627762, -0.26161312584491325, -0.17316366233863476, 0.13183551215145778, -0.17316366233863476, 3.4158517847918923, -0.09014725341153157, 1.0309282807082667, 3.141054196085689, 3.3344194098120767, -0.4577472430771794, 0.9963745126122492, 0.7669489326713855, 2.316726041289835, -0.01196847265605467, -0.26161312584491325, 0.13183551215145778, -0.4577472430771794, 0.43476180848152346, -1.2829613819136532, 0.5386624301643327, 0.13183551215145778, 0.680406229735074, 2.9438210505447686, -0.26161312584491325, -0.35619737074090124, -0.17316366233863476, 2.6251928920690104, -0.6858787598350881, 1.0645768253435202, 1.5997219829638587, 2.157621059328368, 0.19827205256692507, 3.4210998108872257, -0.17316366233863476, 2.0079534762407842, 0.13183551215145778, 0.19827205256692507, 0.26151599797358194, 0.061880574367401436, 0.9608659622783612, 0.8081375571751028, 1.3332617183443503, -0.5672497825253102, -0.26161312584491325, 0.13183551215145778, -0.4577472430771794, 0.9608659622783612, 0.3795269477043089, -0.4577472430771794, 0.3795269477043089, 0.5876535920889784, 0.19827205256692507, -0.09014725341153157, 0.9963745126122492, 3.367619925392957, -0.6858787598350881, 0.3218513562263698, -0.5672497825253102, 2.1290600692750914, 2.252827708683451, 0.9963745126122492, 4.003480915423183, 0.061880574367401436, -0.09014725341153157, 0.3795269477043089, -0.4577472430771794, 0.26151599797358194, 0.7669489326713855, 0.9243489314227108, -0.09014725341153157, -0.17316366233863476, 0.43476180848152346, 0.4877496306627762, 0.8480510586904627, 1.0645768253435202, 0.3218513562263698, -0.6858787598350881, 0.5876535920889784, 0.886765113675859, 0.3795269477043089, 0.3218513562263698, 1.2498061188674108, 0.26151599797358194, -0.17316366233863476, 0.13183551215145778, 0.26151599797358194, 0.680406229735074, 4.111465180366939, 0.19827205256692507, 4.162205937412569, 0.7244022228946659, -0.01196847265605467, 0.6348604123673318, 0.3795269477043089, 1.908924148466043, 0.5386624301643327, 0.13183551215145778, -0.5672497825253102, 0.7244022228946659, 2.365633823062653, 0.4877496306627762, 3.550466762144316, 0.6348604123673318, 0.26151599797358194, 0.26151599797358194, 1.3060430759335853, 0.7244022228946659, 3.074066415302064, 0.3218513562263698, 0.13183551215145778, 0.13183551215145778, 0.5386624301643327, -0.01196847265605467, 2.2915498160244656, 0.19827205256692507, 0.19827205256692507, 1.097365976846283, 0.13183551215145778, 0.3218513562263698, -0.26161312584491325, -1.6808092999241744, 0.061880574367401436, 0.061880574367401436, 0.4877496306627762, -0.09014725341153157, 0.13183551215145778, -0.26161312584491325, 0.061880574367401436, 1.0309282807082667, 2.533941545413142, 1.3860218448299664, 1.2207338755827075, 0.19827205256692507, 0.43476180848152346, 0.680406229735074, 0.43476180848152346, 0.4877496306627762, -1.1116275974198888, -0.09014725341153157, 0.5386624301643327, -0.17316366233863476, -0.4577472430771794, -0.17316366233863476, -0.17316366233863476, 0.3218513562263698, -0.01196847265605467, 0.9243489314227108, 0.13183551215145778, 0.26151599797358194, 0.4877496306627762, -0.01196847265605467, 0.13183551215145778, -0.17316366233863476, 0.680406229735074, -0.09014725341153157, 3.2534093291698563, 2.0237358725549717, 1.2498061188674108, 0.680406229735074, 0.3795269477043089, 3.362146279258317, 0.9243489314227108, 0.4877496306627762, 2.7641020433652432, -0.01196847265605467, 2.316726041289835, 0.4877496306627762, 1.097365976846283, 0.3218513562263698, 1.5997219829638587, 2.5020117857937807, 0.43476180848152346, -0.09014725341153157, -0.01196847265605467, 0.6348604123673318, -0.01196847265605467, 0.5386624301643327, 0.3795269477043089, -0.4577472430771794, 0.061880574367401436, 0.13183551215145778, 0.6348604123673318, 1.190986753915794, 0.5386624301643327, 0.19827205256692507, -0.09014725341153157, 0.680406229735074, 0.4877496306627762, 1.838358616059274, 0.4877496306627762, 0.3218513562263698, 0.061880574367401436, 0.9608659622783612, 0.4877496306627762, 0.061880574367401436, -0.4577472430771794, 2.4692612044753344, 1.1605329074150679, 0.13183551215145778, 0.26151599797358194, 1.4116079555461207, 0.5386624301643327, 0.5386624301643327, -0.4577472430771794, 0.8480510586904627, 0.8480510586904627, 1.5997219829638587, 0.6348604123673318, -0.01196847265605467, 0.3218513562263698, 3.1984706304575257, -0.6858787598350881, 0.8081375571751028, -0.35619737074090124, 0.43476180848152346, 2.9438210505447686, 0.26151599797358194, -0.5672497825253102, -0.01196847265605467, 0.3795269477043089, 2.6919059702609838, 2.6153707022518398, 0.13183551215145778, 0.4877496306627762, 0.9608659622783612, 0.5386624301643327, 0.061880574367401436, 0.9243489314227108, 1.9757904299334976, 0.061880574367401436, 0.5386624301643327, 0.4877496306627762, 0.3795269477043089, 0.5386624301643327, 2.905145513663539, -1.1116275974198888, 0.3218513562263698, 0.886765113675859, 0.3218513562263698, 0.19827205256692507, 0.9243489314227108, 4.586298825365593, 0.061880574367401436, 0.3795269477043089, 2.533941545413142, 3.5457267404232087, 0.5876535920889784, 0.3218513562263698, 3.874524118991267, 0.886765113675859, 2.815684327373653, 1.577667009574789, 0.5386624301643327, 0.061880574367401436, -0.17316366233863476, 1.838358616059274, 2.2915498160244656, 0.43476180848152346, 2.8733365126999297, 1.4854317222711315, 0.680406229735074, 1.4116079555461207, 0.13183551215145778, 0.19827205256692507, 0.5876535920889784, 0.7669489326713855, 1.1605329074150679, 3.074066415302064, 0.5386624301643327, -1.2829613819136532, 2.26586622758142, -0.5672497825253102, -1.1116275974198888, -1.9083932393788792, -0.8150254233497156, -1.472250630412249, -1.2829613819136532, -1.1116275974198888, -0.5672497825253102, -0.4577472430771794, -0.6858787598350881, -2.1519594293596387, -1.1116275974198888, -1.2829613819136532, -0.9563206213159438, -1.9083932393788792, -1.6808092999241744, -0.8150254233497156, -1.6808092999241744, -1.1116275974198888, -0.35619737074090124, -0.8150254233497156, 0.061880574367401436, 1.6427215717877706, -1.9083932393788792, -0.26161312584491325, -1.6808092999241744, -0.6858787598350881, -1.9083932393788792, -0.4577472430771794, -1.1116275974198888, -1.6808092999241744, -0.9563206213159438, -0.4577472430771794, -0.8150254233497156, -1.6808092999241744, -1.2829613819136532, -0.5672497825253102, -1.9083932393788792, -1.2829613819136532, -0.8150254233497156, -1.2829613819136532, -0.9563206213159438, -1.472250630412249, -1.6808092999241744, -1.6808092999241744, -0.9563206213159438, -1.9083932393788792, -2.1519594293596387, -2.1519594293596387, -1.472250630412249, -0.6858787598350881, -0.8150254233497156, -0.9563206213159438, -0.17316366233863476, -0.17316366233863476, -0.17316366233863476, 0.26151599797358194, -0.9563206213159438, -0.8150254233497156, -1.9083932393788792, -1.472250630412249, -0.35619737074090124, -1.6808092999241744, -0.35619737074090124, -1.1116275974198888, -1.1116275974198888, -0.26161312584491325, -1.2829613819136532, 0.13183551215145778, -1.1116275974198888, -0.5672497825253102, -0.9563206213159438, -1.9083932393788792, -0.9563206213159438, -0.35619737074090124, 0.3218513562263698, -0.8150254233497156, 1.838358616059274, -0.35619737074090124, -1.2829613819136532, -1.9083932393788792, -0.5672497825253102, -0.9563206213159438, -0.8150254233497156, -0.8150254233497156, -1.472250630412249, -1.1116275974198888, -2.4048750540096604, -0.9563206213159438, -1.6808092999241744, 1.461294225286312, -1.1116275974198888, -1.472250630412249, -1.472250630412249, -1.2829613819136532, -0.5672497825253102, -2.1519594293596387, -0.5672497825253102, -2.1519594293596387, -0.35619737074090124, -0.5672497825253102, -1.9083932393788792, -2.1519594293596387, -1.2829613819136532, -1.2829613819136532, -0.9563206213159438, -0.8150254233497156, -1.1116275974198888, -1.472250630412249, -1.2829613819136532, -0.6858787598350881, -0.17316366233863476, -0.4577472430771794, -0.26161312584491325, -1.9083932393788792, -1.2829613819136532, -0.5672497825253102, -1.1116275974198888, -0.8150254233497156, -1.2829613819136532, -0.09014725341153157, -0.6858787598350881, -0.6858787598350881, -1.1116275974198888, -0.35619737074090124, -0.9563206213159438, 2.1290600692750914, -0.8150254233497156, -0.35619737074090124, -0.5672497825253102, -0.6858787598350881, -1.2829613819136532, 0.13183551215145778, -1.1116275974198888, 1.8015564762511709, -2.1519594293596387, -0.01196847265605467, -0.6858787598350881, -0.17316366233863476, -0.6858787598350881, -1.2829613819136532, -0.6858787598350881, -1.1116275974198888, -1.2829613819136532, -0.17316366233863476, 0.19827205256692507, -1.6808092999241744, -0.8150254233497156, -0.9563206213159438, -0.4577472430771794, 0.4877496306627762, -1.6808092999241744, -0.35619737074090124, -0.6858787598350881, -1.2829613819136532, -1.9083932393788792, -0.8150254233497156, -0.4577472430771794, -1.2829613819136532, -0.26161312584491325, -0.17316366233863476, -0.09014725341153157, -0.6858787598350881, -1.1116275974198888, -0.09014725341153157, 1.0309282807082667, -1.9083932393788792, -0.35619737074090124, -1.2829613819136532, -0.9563206213159438, -1.2829613819136532, -1.472250630412249, 2.5547919666395043, -0.5672497825253102, -1.472250630412249, -0.6858787598350881, -1.472250630412249, -0.8150254233497156, -0.6858787598350881, -0.01196847265605467, 0.3218513562263698, -1.6808092999241744, -1.472250630412249, -0.4577472430771794, -0.9563206213159438, -1.9083932393788792, -0.5672497825253102, -0.8150254233497156, -0.4577472430771794, -0.8150254233497156, -2.4048750540096604, -0.6858787598350881, -1.6808092999241744, -1.472250630412249, -1.9083932393788792, -0.8150254233497156, -1.2829613819136532, -0.4577472430771794, -0.4577472430771794, -1.472250630412249, 0.3218513562263698, -0.8150254233497156, -0.8150254233497156, -1.2829613819136532, -1.6808092999241744, -0.6858787598350881, -0.35619737074090124, -1.472250630412249, -0.26161312584491325, -1.9083932393788792, -0.6858787598350881, -0.35619737074090124, -0.6858787598350881, -1.6808092999241744, -0.4577472430771794, -0.4577472430771794, -0.26161312584491325, -1.6808092999241744, -1.6808092999241744, -1.6808092999241744, -1.2829613819136532, -1.1116275974198888, -0.6858787598350881, 2.4469502411941773, -0.9563206213159438, -0.6858787598350881, -1.1116275974198888, -1.2829613819136532, -0.9563206213159438, -0.9563206213159438, -0.6858787598350881, -0.9563206213159438, -0.01196847265605467, -1.472250630412249, -0.9563206213159438, -0.6858787598350881, -0.35619737074090124, -0.5672497825253102, -0.4577472430771794, -0.9563206213159438, -0.35619737074090124, -1.1116275974198888, -1.2829613819136532, -0.26161312584491325, -0.26161312584491325, -0.4577472430771794, 0.4877496306627762, -0.6858787598350881, -0.5672497825253102, -2.1519594293596387, -0.4577472430771794, -0.9563206213159438, -0.17316366233863476, 0.26151599797358194, -0.9563206213159438, -1.1116275974198888, -1.472250630412249, -0.6858787598350881, -0.35619737074090124, -0.9563206213159438, -1.2829613819136532, -0.6858787598350881, -0.01196847265605467, -0.09014725341153157, -0.6858787598350881, -1.2829613819136532, -0.5672497825253102, -0.6858787598350881, 3.0033580267254734, -0.26161312584491325, -0.17316366233863476, -0.6858787598350881, -0.6858787598350881, -1.1116275974198888, -0.4577472430771794, -1.472250630412249, -0.8150254233497156, -0.5672497825253102, 1.856369207961008, -0.8150254233497156, -0.6858787598350881, -0.35619737074090124, -0.6858787598350881, -0.26161312584491325, -0.35619737074090124, -1.2829613819136532, -1.6808092999241744, -0.5672497825253102, 0.43476180848152346, 0.5386624301643327, -0.26161312584491325, -0.35619737074090124, -0.5672497825253102, -0.6858787598350881, -1.9083932393788792, -0.6858787598350881, -1.1116275974198888, -0.5672497825253102, -1.1116275974198888, -1.1116275974198888, -0.4577472430771794, -0.6858787598350881, -0.01196847265605467, -0.9563206213159438, 0.13183551215145778, -0.8150254233497156, -1.2829613819136532, -0.5672497825253102, -0.8150254233497156, -0.5672497825253102, -0.5672497825253102, -0.5672497825253102, -0.8150254233497156, -0.01196847265605467, -1.472250630412249, -0.6858787598350881, -0.4577472430771794, -1.2829613819136532, 0.13183551215145778, -1.472250630412249, -0.09014725341153157, -0.4577472430771794, -1.1116275974198888, -0.09014725341153157, -1.1116275974198888, -0.8150254233497156, -0.9563206213159438, -0.35619737074090124, 2.2396544331368857, -0.8150254233497156, -0.09014725341153157, -0.5672497825253102, -0.8150254233497156, -0.8150254233497156, -0.5672497825253102, -0.6858787598350881, 0.43476180848152346, -1.9083932393788792, -0.6858787598350881, -0.26161312584491325, 0.26151599797358194, 1.991973331439896, -0.5672497825253102, -0.6858787598350881, -0.5672497825253102, -0.4577472430771794, -1.1116275974198888, -0.8150254233497156, -0.5672497825253102, -0.9563206213159438, -0.09014725341153157, 0.13183551215145778, -0.26161312584491325, -0.4577472430771794, -0.01196847265605467, -0.26161312584491325, -0.09014725341153157, 0.19827205256692507, -0.09014725341153157, -1.2829613819136532, -0.8150254233497156, -0.26161312584491325, -0.09014725341153157, -0.4577472430771794, -0.5672497825253102, -1.2829613819136532, -1.1116275974198888, -0.26161312584491325, -0.9563206213159438, -1.472250630412249, 0.26151599797358194, -0.26161312584491325, -0.4577472430771794, -0.4577472430771794, -0.9563206213159438, -0.8150254233497156, -1.6808092999241744, 0.3795269477043089, -0.01196847265605467, -0.01196847265605467, 0.19827205256692507, -0.4577472430771794, -0.4577472430771794, -0.8150254233497156, -0.5672497825253102, -0.35619737074090124, 2.9589682722928727, -0.6858787598350881, -0.9563206213159438, -0.09014725341153157, -1.2829613819136532, 2.1145360054850286, 0.3218513562263698, -0.9563206213159438, -1.1116275974198888, -0.5672497825253102, -1.1116275974198888, -0.6858787598350881, -0.6858787598350881, -0.9563206213159438, -0.6858787598350881, -0.35619737074090124, -0.5672497825253102, -0.6858787598350881, -0.26161312584491325, -1.472250630412249, -1.2829613819136532, -0.17316366233863476, -0.4577472430771794, -0.8150254233497156, -0.5672497825253102, -0.26161312584491325, 2.9129751560277706, 2.746433032776296, 2.7285154607867765, 0.3218513562263698, -0.4577472430771794, -0.4577472430771794, -0.01196847265605467, -0.8150254233497156, -1.2829613819136532, -0.35619737074090124, -0.6858787598350881, -0.35619737074090124, -0.9563206213159438, -1.6808092999241744, -0.8150254233497156, -0.17316366233863476, -0.26161312584491325, -0.4577472430771794, -0.6858787598350881, -0.35619737074090124, -0.9563206213159438, -1.1116275974198888, -1.6808092999241744, -1.1116275974198888, -0.4577472430771794, -0.5672497825253102, -1.2829613819136532, 0.26151599797358194, -1.2829613819136532, 1.704622861461902, 2.157621059328368, -0.9563206213159438, -1.9083932393788792, -0.5672497825253102, -0.01196847265605467, -1.6808092999241744, -0.6858787598350881, -0.01196847265605467, -0.8150254233497156, -0.35619737074090124, 0.6348604123673318, -0.5672497825253102, -1.1116275974198888, -0.01196847265605467, -0.9563206213159438, -0.17316366233863476, -1.472250630412249, -0.35619737074090124, -1.472250630412249, 0.13183551215145778, -1.2829613819136532, -0.8150254233497156, -0.6858787598350881, -1.1116275974198888, -1.1116275974198888, 0.13183551215145778, -0.8150254233497156, -0.8150254233497156, -1.6808092999241744, -0.8150254233497156, -0.26161312584491325, -1.2829613819136532, -0.26161312584491325, -0.6858787598350881, -1.2829613819136532, 0.061880574367401436, -1.6808092999241744, -0.4577472430771794, -0.17316366233863476, -1.2829613819136532, -1.1116275974198888, -0.26161312584491325, -0.26161312584491325, -1.1116275974198888, -0.5672497825253102, -0.5672497825253102, -0.6858787598350881, -1.472250630412249, -0.17316366233863476, -0.5672497825253102, -0.09014725341153157, -0.35619737074090124, -0.4577472430771794, -0.4577472430771794, -1.6808092999241744, -0.8150254233497156, -0.9563206213159438, -1.472250630412249, -0.6858787598350881, -0.35619737074090124, -0.9563206213159438, -0.4577472430771794, -1.6808092999241744, -0.8150254233497156, -0.01196847265605467, -0.35619737074090124, 2.5127441986821566, -1.2829613819136532, -1.1116275974198888, -0.01196847265605467, -0.9563206213159438, -0.5672497825253102, 0.13183551215145778, -1.1116275974198888, -0.4577472430771794, -0.09014725341153157, -0.17316366233863476, 2.5020117857937807, -0.6858787598350881, -1.2829613819136532, -0.6858787598350881, -0.8150254233497156, -0.9563206213159438, -0.5672497825253102, -0.17316366233863476, -0.5672497825253102, -0.4577472430771794, -0.09014725341153157, -0.17316366233863476, -0.9563206213159438, -1.1116275974198888, -0.8150254233497156, -0.17316366233863476, -0.6858787598350881, -0.35619737074090124, -1.1116275974198888, -0.01196847265605467, 0.3218513562263698, -0.9563206213159438, -0.9563206213159438, -0.6858787598350881, -0.6858787598350881, 0.13183551215145778, -0.4577472430771794, -1.2829613819136532, -0.4577472430771794, -0.8150254233497156, -0.17316366233863476, 0.26151599797358194, 0.13183551215145778, -1.6808092999241744, -0.9563206213159438, -0.9563206213159438, -0.8150254233497156, -0.4577472430771794, -0.8150254233497156, -0.5672497825253102, -0.09014725341153157, -0.5672497825253102, -1.9083932393788792, -0.8150254233497156, -0.8150254233497156, -0.9563206213159438, -0.6858787598350881, -0.5672497825253102, -0.5672497825253102, -0.8150254233497156, -0.17316366233863476, -0.35619737074090124, -0.5672497825253102, -0.01196847265605467, 0.19827205256692507, -0.9563206213159438, -0.4577472430771794, -1.6808092999241744, -0.8150254233497156, -0.35619737074090124, -0.35619737074090124, -0.01196847265605467, 2.171665142810608, -0.9563206213159438, 0.19827205256692507, -0.6858787598350881, -0.35619737074090124, -1.1116275974198888, 2.63493992608164, -0.17316366233863476, -0.17316366233863476, -1.472250630412249, -0.6858787598350881, -0.26161312584491325, -1.1116275974198888, -1.1116275974198888, -1.1116275974198888, 0.19827205256692507, -1.2829613819136532, 0.26151599797358194, -0.9563206213159438, -0.8150254233497156, -1.1116275974198888, 0.13183551215145778, -0.17316366233863476, -0.4577472430771794, -0.26161312584491325, -1.472250630412249, -0.6858787598350881, -0.5672497825253102, -1.6808092999241744, 2.2396544331368857, -0.6858787598350881, -0.17316366233863476, -0.9563206213159438, -0.8150254233497156, -0.35619737074090124, -0.35619737074090124, 1.8200901952361819, -0.9563206213159438, -0.26161312584491325, -0.26161312584491325, -0.35619737074090124, -0.4577472430771794, -0.6858787598350881, -0.8150254233497156, -1.1116275974198888, -0.5672497825253102, -0.35619737074090124, -0.09014725341153157, -1.472250630412249, 0.13183551215145778, 0.4877496306627762, 0.13183551215145778, -0.09014725341153157, -0.26161312584491325, -0.26161312584491325, -0.8150254233497156, -0.6858787598350881, -0.17316366233863476, -0.8150254233497156, 0.3218513562263698, -0.9563206213159438, -1.2829613819136532, -0.6858787598350881, 0.061880574367401436, -0.35619737074090124, -0.09014725341153157, -1.1116275974198888, -0.6858787598350881, -0.6858787598350881, -1.1116275974198888, -0.9563206213159438, -0.9563206213159438, -0.5672497825253102, -0.5672497825253102, -0.5672497825253102, -0.8150254233497156, -0.8150254233497156, -0.26161312584491325, -1.472250630412249, -0.5672497825253102, 0.19827205256692507, -0.5672497825253102, -0.17316366233863476, -0.4577472430771794, -1.1116275974198888, -1.1116275974198888, -0.26161312584491325, -0.35619737074090124, -0.5672497825253102, -0.4577472430771794, -1.2829613819136532, -0.9563206213159438, -0.5672497825253102, -1.1116275974198888, -0.8150254233497156, -1.1116275974198888, -0.17316366233863476, -0.09014725341153157, 2.7194612608436546, -0.4577472430771794, -0.8150254233497156, -0.9563206213159438, -0.17316366233863476, -0.9563206213159438, -0.17316366233863476, 0.680406229735074, -0.9563206213159438, 0.7669489326713855, -1.2829613819136532, -0.6858787598350881, -0.6858787598350881, -0.8150254233497156, -1.6808092999241744, 0.26151599797358194, 0.19827205256692507, -0.5672497825253102, -0.6858787598350881, -0.26161312584491325, 0.3218513562263698, -0.8150254233497156, -0.5672497825253102, -0.5672497825253102, -0.9563206213159438, 3.1668927518148986, -0.4577472430771794, -0.35619737074090124, -0.4577472430771794, -1.1116275974198888, -0.17316366233863476, -1.2829613819136532, -0.8150254233497156, -0.35619737074090124, -0.4577472430771794, -0.26161312584491325, -0.9563206213159438, -0.5672497825253102, -0.4577472430771794, -0.35619737074090124, -0.26161312584491325, -0.5672497825253102, -1.2829613819136532, -0.4577472430771794, -0.6858787598350881, -0.35619737074090124, -0.17316366233863476, -0.6858787598350881, -0.5672497825253102, -0.5672497825253102, -0.6858787598350881, -0.26161312584491325, -1.2829613819136532, -0.8150254233497156, -0.6858787598350881, -0.5672497825253102, -0.8150254233497156, -0.26161312584491325, -0.8150254233497156, -0.8150254233497156, -1.2829613819136532, 0.061880574367401436, -0.17316366233863476, -0.01196847265605467, -0.9563206213159438, -0.8150254233497156, -0.17316366233863476, -0.6858787598350881, -1.1116275974198888, -0.5672497825253102, 2.7641020433652432, -0.26161312584491325, -0.09014725341153157, -0.4577472430771794, -0.6858787598350881, -0.8150254233497156, -0.6858787598350881, 0.3218513562263698, 0.26151599797358194, -0.35619737074090124, -0.8150254233497156, 2.389401380822107, -1.1116275974198888, -0.5672497825253102, -0.6858787598350881, -0.17316366233863476, -1.472250630412249, -1.2829613819136532, 0.13183551215145778, -0.9563206213159438, 0.13183551215145778, -1.1116275974198888, -0.5672497825253102, -0.4577472430771794, -0.6858787598350881, -0.5672497825253102, -0.01196847265605467, 0.13183551215145778, -0.9563206213159438, -0.01196847265605467, 0.061880574367401436, -0.6858787598350881, -0.9563206213159438, 0.4877496306627762, -0.5672497825253102, -0.09014725341153157, -0.35619737074090124, -0.6858787598350881, -0.4577472430771794, -0.8150254233497156, -0.5672497825253102, -0.5672497825253102, -0.17316366233863476, -1.1116275974198888, -0.4577472430771794, -0.8150254233497156, 0.061880574367401436, -1.1116275974198888, -1.2829613819136532, -0.26161312584491325, -0.26161312584491325, -0.35619737074090124, -0.17316366233863476, -0.17316366233863476, -0.6858787598350881, -0.9563206213159438, -0.6858787598350881, -0.8150254233497156, -0.01196847265605467, -0.5672497825253102, -1.2829613819136532, -0.6858787598350881, -0.26161312584491325, -0.01196847265605467, -0.9563206213159438, -0.4577472430771794, -1.472250630412249, -0.8150254233497156, -0.26161312584491325, -1.6808092999241744, -0.4577472430771794, -0.26161312584491325, -0.9563206213159438, 0.3795269477043089, 3.1859332969392047, 3.141054196085689, -0.35619737074090124, -0.26161312584491325, -0.35619737074090124, 0.3218513562263698, -0.5672497825253102, 2.533941545413142, -0.5672497825253102, 0.061880574367401436, -1.1116275974198888, -0.8150254233497156, -0.09014725341153157, -0.09014725341153157, -0.09014725341153157, -0.4577472430771794, -0.09014725341153157, -0.09014725341153157, -0.8150254233497156, -0.9563206213159438, 0.26151599797358194, -0.4577472430771794, -1.1116275974198888, -0.5672497825253102, -0.6858787598350881, -0.09014725341153157, -1.1116275974198888, -0.17316366233863476, -1.2829613819136532, -0.5672497825253102, -1.472250630412249, 0.061880574367401436, -0.09014725341153157, 2.6054721895047384, -1.1116275974198888, -0.26161312584491325, -0.4577472430771794, -0.17316366233863476, -0.35619737074090124, -0.4577472430771794, -0.17316366233863476, -0.8150254233497156, -0.01196847265605467, -1.6808092999241744, -0.01196847265605467, 0.061880574367401436, -0.01196847265605467, -0.9563206213159438, -0.4577472430771794, -0.8150254233497156, -0.6858787598350881, -0.6858787598350881, 0.3795269477043089, -0.4577472430771794, -0.17316366233863476, -1.1116275974198888, 0.26151599797358194, -0.8150254233497156, 0.13183551215145778, -1.2829613819136532, -0.17316366233863476, -0.6858787598350881, -0.6858787598350881, -0.4577472430771794, 0.13183551215145778, -1.472250630412249, -0.4577472430771794, -0.35619737074090124, -0.35619737074090124, 0.26151599797358194, -1.9083932393788792, -0.8150254233497156, -0.9563206213159438, -0.5672497825253102, -1.2829613819136532, -0.17316366233863476, -0.26161312584491325, -1.1116275974198888, -0.4577472430771794, -0.6858787598350881, -0.35619737074090124, -1.472250630412249, -0.26161312584491325, -0.4577472430771794, -0.5672497825253102, -0.17316366233863476, -0.8150254233497156, -0.17316366233863476, -0.6858787598350881, -0.35619737074090124, 0.43476180848152346, -1.1116275974198888, -0.8150254233497156, -0.35619737074090124, -1.1116275974198888, -0.9563206213159438, -0.35619737074090124, -0.6858787598350881, 0.061880574367401436, -1.2829613819136532, 0.43476180848152346, -0.5672497825253102, -0.9563206213159438, -0.17316366233863476, 0.26151599797358194, 0.061880574367401436, 0.13183551215145778, -0.5672497825253102, -0.17316366233863476, -0.35619737074090124, -0.5672497825253102, -0.09014725341153157, -0.01196847265605467, -0.5672497825253102, -0.09014725341153157, 0.061880574367401436, 2.905145513663539, 0.19827205256692507, 0.19827205256692507, -0.17316366233863476, -0.17316366233863476, -0.8150254233497156, -0.8150254233497156, 0.26151599797358194, -0.5672497825253102, -0.01196847265605467, -0.5672497825253102, -0.35619737074090124, -0.35619737074090124, -0.6858787598350881, -0.35619737074090124, -0.09014725341153157, 1.5552246703465644, -0.6858787598350881, -0.17316366233863476, -0.5672497825253102, -0.5672497825253102, -2.1519594293596387, -0.17316366233863476, -0.01196847265605467, -0.5672497825253102, -0.6858787598350881, -0.8150254233497156, -0.35619737074090124, -0.01196847265605467, -0.26161312584491325, -0.4577472430771794, -0.4577472430771794, -0.5672497825253102, -0.5672497825253102, -0.4577472430771794, 2.9589682722928727, 0.13183551215145778, -0.5672497825253102, -0.5672497825253102, -0.6858787598350881, -0.6858787598350881, -0.35619737074090124, 0.3795269477043089, -0.8150254233497156, -0.01196847265605467, -0.17316366233863476, 3.4158517847918923, -0.26161312584491325, 0.061880574367401436, -0.17316366233863476, 0.680406229735074, -0.35619737074090124, -0.5672497825253102, 0.4877496306627762, -0.4577472430771794, -0.8150254233497156, -0.6858787598350881, 0.26151599797358194, -0.09014725341153157, -1.2829613819136532, -0.09014725341153157, -0.17316366233863476, -0.35619737074090124, -0.17316366233863476, -1.472250630412249, 0.061880574367401436, -0.6858787598350881, -0.26161312584491325, 1.838358616059274, -0.01196847265605467, -0.09014725341153157, 0.3218513562263698, 0.3795269477043089, -0.09014725341153157, -1.1116275974198888, -0.17316366233863476, 0.19827205256692507, -0.4577472430771794, -1.9083932393788792, -0.01196847265605467, 0.19827205256692507, -0.01196847265605467, -1.2829613819136532, -1.2829613819136532, -2.1519594293596387, 2.0393253456506493, 0.13183551215145778, 1.4854317222711315, 0.19827205256692507, -0.4577472430771794, -0.9563206213159438, -0.35619737074090124, -0.09014725341153157, 0.4877496306627762, -0.6858787598350881, -0.35619737074090124, -0.8150254233497156, -0.26161312584491325, -0.09014725341153157, -0.4577472430771794, -0.9563206213159438, -0.09014725341153157, -0.26161312584491325, -0.5672497825253102, -0.6858787598350881, -0.35619737074090124, -0.26161312584491325, -0.9563206213159438, 0.19827205256692507, 0.3218513562263698, 3.4470202801972123, -0.01196847265605467, -0.5672497825253102, -0.35619737074090124, -0.9563206213159438, -0.35619737074090124, -0.5672497825253102, -0.26161312584491325, 0.13183551215145778, -0.35619737074090124, -0.17316366233863476, -0.09014725341153157, -0.8150254233497156, -0.4577472430771794, -0.8150254233497156, -0.01196847265605467, -0.6858787598350881, -0.26161312584491325, -0.5672497825253102, -0.26161312584491325, -0.09014725341153157, -0.5672497825253102, -0.17316366233863476, -1.472250630412249, -0.9563206213159438, 3.383901073800274, 0.061880574367401436, -0.35619737074090124, -1.472250630412249, -0.17316366233863476, -0.09014725341153157, -0.5672497825253102, 0.19827205256692507, -0.09014725341153157, -0.5672497825253102, -0.8150254233497156, -0.01196847265605467, -0.6858787598350881, -0.26161312584491325, -0.01196847265605467, -0.5672497825253102, -0.6858787598350881, -1.472250630412249, 0.19827205256692507, 0.26151599797358194, -0.5672497825253102, -0.17316366233863476, -0.4577472430771794, 3.628458864307149, 0.26151599797358194, 0.3218513562263698, -0.4577472430771794, -0.9563206213159438, -0.17316366233863476, -0.6858787598350881, -0.5672497825253102, -0.26161312584491325, -0.26161312584491325, -0.8150254233497156, -0.4577472430771794, -0.17316366233863476, -1.1116275974198888, -0.01196847265605467, -0.8150254233497156, -1.1116275974198888, -0.01196847265605467, 0.43476180848152346, -0.17316366233863476, -1.2829613819136532, -0.6858787598350881, -0.9563206213159438, -0.09014725341153157, -0.6858787598350881, -0.01196847265605467, -0.35619737074090124, -0.35619737074090124, -0.09014725341153157, -0.17316366233863476, -0.9563206213159438, -0.26161312584491325, -0.35619737074090124, 3.2653025718322883, -0.8150254233497156, -0.01196847265605467, -1.1116275974198888, -0.09014725341153157, -0.01196847265605467, -0.35619737074090124, -1.2829613819136532, -0.6858787598350881, -0.5672497825253102, -0.6858787598350881, -0.17316366233863476, 0.43476180848152346, 0.26151599797358194, -0.26161312584491325, -0.35619737074090124, 0.061880574367401436, -0.26161312584491325, -0.17316366233863476, 0.4877496306627762, -0.5672497825253102, -1.1116275974198888, -0.6858787598350881, 0.061880574367401436, -0.17316366233863476, -0.35619737074090124, -0.26161312584491325, -0.09014725341153157, 0.3795269477043089, 0.061880574367401436, -0.35619737074090124, -0.26161312584491325, 0.19827205256692507, -0.6858787598350881, -0.6858787598350881, -0.17316366233863476, -1.6808092999241744, 0.4877496306627762, -0.8150254233497156, -0.5672497825253102, 0.3795269477043089, -0.6858787598350881, -0.35619737074090124, -0.26161312584491325, -0.6858787598350881, 0.13183551215145778, -0.35619737074090124, -0.6858787598350881, 0.061880574367401436, -0.5672497825253102, -0.9563206213159438, -0.5672497825253102, -1.2829613819136532, -0.17316366233863476, -0.4577472430771794, -0.4577472430771794, -0.5672497825253102, -0.17316366233863476, 0.5386624301643327, -0.8150254233497156, -1.6808092999241744, -1.1116275974198888, -0.6858787598350881, -1.6808092999241744, 0.13183551215145778, -0.9563206213159438, -0.17316366233863476, -0.01196847265605467, -0.35619737074090124, -0.4577472430771794, -0.09014725341153157, -0.9563206213159438, -0.09014725341153157, -0.26161312584491325, -0.01196847265605467, -0.5672497825253102, -0.6858787598350881, -0.8150254233497156, -0.17316366233863476, -0.35619737074090124, -0.26161312584491325, -0.8150254233497156, -0.09014725341153157, -0.4577472430771794, -0.17316366233863476, -0.09014725341153157, -0.17316366233863476, -0.5672497825253102, 0.26151599797358194, 3.5120430616145133, -0.5672497825253102, 0.26151599797358194, -0.5672497825253102, -0.17316366233863476, 0.13183551215145778, -0.5672497825253102, -0.01196847265605467, -0.6858787598350881, -1.472250630412249, -0.09014725341153157, -0.17316366233863476, -0.6858787598350881, -0.4577472430771794, -0.5672497825253102, -1.1116275974198888, -0.4577472430771794, -0.35619737074090124, 0.26151599797358194, 0.061880574367401436, 2.815684327373653, -0.17316366233863476, -0.5672497825253102, -1.1116275974198888, -1.2829613819136532, 0.13183551215145778, -0.26161312584491325, -0.09014725341153157, -0.6858787598350881, -0.6858787598350881, -0.35619737074090124, -0.4577472430771794, 0.5876535920889784, -1.2829613819136532, -0.9563206213159438, 3.323157357607857, -0.26161312584491325, -0.8150254233497156, -0.8150254233497156, 0.4877496306627762, -0.5672497825253102, -0.01196847265605467, -0.17316366233863476, -0.26161312584491325, -0.17316366233863476, -0.35619737074090124, -0.01196847265605467, -0.01196847265605467, 0.19827205256692507, 0.13183551215145778, -0.5672497825253102, -0.01196847265605467, 0.19827205256692507, 0.6348604123673318, -0.8150254233497156, 0.26151599797358194, -0.09014725341153157, -0.6858787598350881, -0.4577472430771794, -0.5672497825253102, 1.190986753915794, -0.09014725341153157, 3.4923874144044422, 0.3795269477043089, -0.35619737074090124, -0.35619737074090124, -0.5672497825253102, 0.3218513562263698, -0.17316366233863476, -0.6858787598350881, -0.5672497825253102, -0.9563206213159438, -0.9563206213159438, -0.26161312584491325, -0.35619737074090124, -1.472250630412249, -0.9563206213159438, 3.540969005130759, -0.17316366233863476, -0.5672497825253102, 3.032114218469306, 0.13183551215145778, -1.1116275974198888, -0.26161312584491325, -0.4577472430771794, -1.1116275974198888, 0.3218513562263698, -0.6858787598350881, -0.4577472430771794, -0.6858787598350881, -0.5672497825253102, -0.35619737074090124, -0.8150254233497156, -0.5672497825253102, -1.6808092999241744, -0.01196847265605467, -0.17316366233863476, -0.4577472430771794, -0.09014725341153157, 0.3795269477043089, -0.4577472430771794, -0.17316366233863476, -1.472250630412249, -0.01196847265605467, -0.6858787598350881, -0.35619737074090124, 0.061880574367401436, -0.01196847265605467, -0.4577472430771794, -0.4577472430771794, 2.881363555829615, 3.564581852494432, -0.35619737074090124, -0.01196847265605467, -0.26161312584491325, -0.26161312584491325, -0.6858787598350881, 0.9243489314227108, -0.4577472430771794, -0.01196847265605467, -1.2829613819136532, 3.5739057152211453, 0.13183551215145778, -0.4577472430771794, -0.6858787598350881, -0.8150254233497156, -0.01196847265605467, -0.35619737074090124, -0.17316366233863476, -0.5672497825253102, -0.17316366233863476, -0.35619737074090124, -1.1116275974198888, -0.17316366233863476, -0.09014725341153157, -0.6858787598350881, 0.26151599797358194, 2.3291300731245683, 0.061880574367401436, -0.6858787598350881, -0.26161312584491325, -0.26161312584491325, -0.35619737074090124, -0.26161312584491325, -0.26161312584491325, -0.09014725341153157, -0.09014725341153157, 0.061880574367401436, -0.17316366233863476, 0.13183551215145778, -0.09014725341153157, -0.17316366233863476, -0.26161312584491325, 0.19827205256692507, -0.35619737074090124, -0.17316366233863476, -0.5672497825253102, -0.5672497825253102, -0.4577472430771794, -0.9563206213159438, -0.26161312584491325, 0.5386624301643327, 2.6446129448659708, 0.19827205256692507, -0.09014725341153157, -0.26161312584491325, -0.09014725341153157, -0.26161312584491325, -0.4577472430771794, -0.17316366233863476, -0.6858787598350881, -0.9563206213159438, 0.3795269477043089, -1.1116275974198888, -0.26161312584491325, -0.8150254233497156, -0.09014725341153157, 3.046252410361875, -0.09014725341153157, 3.383901073800274, 2.0079534762407842, -0.8150254233497156, -1.472250630412249, -1.1116275974198888, -0.35619737074090124, -0.26161312584491325, 3.7753959777779573, -0.09014725341153157, -0.6858787598350881, -0.35619737074090124, -0.6858787598350881, 0.061880574367401436, -0.26161312584491325, -0.6858787598350881, 2.0079534762407842, -0.4577472430771794, 0.3218513562263698, -0.01196847265605467, -0.01196847265605467, 0.13183551215145778, -0.4577472430771794, -0.17316366233863476, 0.3218513562263698, -1.472250630412249, 0.19827205256692507, 3.1279356011921404, -0.4577472430771794, -0.26161312584491325, -0.35619737074090124, -0.35619737074090124, 0.19827205256692507, -0.09014725341153157, -0.35619737074090124, 0.26151599797358194, 0.43476180848152346, 0.43476180848152346, -0.8150254233497156, -0.8150254233497156, -0.26161312584491325, -0.17316366233863476, -0.35619737074090124, -0.6858787598350881, -0.4577472430771794, -0.5672497825253102, -0.9563206213159438, -0.5672497825253102, -0.09014725341153157, -0.09014725341153157, -0.9563206213159438, -0.6858787598350881, 2.8072310530941893, -0.4577472430771794, -0.26161312584491325, -0.35619737074090124, -0.17316366233863476, -0.26161312584491325, -0.4577472430771794, 0.19827205256692507, -0.01196847265605467, -0.5672497825253102, 0.13183551215145778, -0.35619737074090124, -0.09014725341153157, 0.4877496306627762, 0.13183551215145778, -1.1116275974198888, -0.35619737074090124, -0.09014725341153157, -0.5672497825253102, -0.8150254233497156, -0.8150254233497156, -0.35619737074090124, -0.4577472430771794, -0.01196847265605467, 2.7375057529991533, 0.26151599797358194, -0.8150254233497156, -0.01196847265605467, 0.061880574367401436, -0.35619737074090124, -0.09014725341153157, 0.7669489326713855, -0.5672497825253102, -0.26161312584491325, -1.9083932393788792, 0.3218513562263698, 0.7669489326713855, -0.4577472430771794, -0.6858787598350881, -0.17316366233863476, -0.6858787598350881, 0.3795269477043089, -0.35619737074090124, -0.8150254233497156, -0.35619737074090124, -0.6858787598350881, -0.35619737074090124, -0.8150254233497156, -1.1116275974198888, -0.26161312584491325, -0.17316366233863476, -0.09014725341153157, 0.13183551215145778, 0.061880574367401436, 0.061880574367401436, -0.6858787598350881, -0.35619737074090124, 3.4315314089114337, -0.26161312584491325, -0.09014725341153157, -0.17316366233863476, -0.35619737074090124, -0.4577472430771794, -0.4577472430771794, -0.01196847265605467, -0.6858787598350881, -0.5672497825253102, -1.472250630412249, 0.061880574367401436, 0.13183551215145778, -0.8150254233497156, -0.9563206213159438, -0.5672497825253102, -0.09014725341153157, -0.8150254233497156, -1.1116275974198888, 0.5386624301643327, -0.17316366233863476, 0.43476180848152346, -0.26161312584491325, -0.9563206213159438, -0.4577472430771794, -0.35619737074090124, 0.43476180848152346, -0.09014725341153157, -0.4577472430771794, -0.26161312584491325, -0.5672497825253102, -0.09014725341153157, 0.3218513562263698, 0.061880574367401436, -0.01196847265605467, -0.4577472430771794, -0.09014725341153157, 0.13183551215145778, 3.641739567921676, -0.4577472430771794, -0.01196847265605467, -1.1116275974198888, -0.09014725341153157, 0.4877496306627762, -0.35619737074090124, -1.2829613819136532, -0.35619737074090124, -0.35619737074090124, -0.9563206213159438, -0.09014725341153157, -0.26161312584491325, 0.5386624301643327, -1.2829613819136532, -1.9083932393788792, 0.061880574367401436, -0.01196847265605467, -0.8150254233497156, 0.26151599797358194, -0.6858787598350881, 0.3795269477043089, -0.5672497825253102, -0.4577472430771794, 0.3218513562263698, -0.26161312584491325, 0.4877496306627762, -0.17316366233863476, -0.35619737074090124, -0.09014725341153157, -0.4577472430771794, 0.8480510586904627, -0.26161312584491325, -1.2829613819136532, 0.26151599797358194, -0.6858787598350881, 1.8916452474029912, -0.35619737074090124, 2.5020117857937807, -0.09014725341153157, -0.6858787598350881, -0.35619737074090124, -0.17316366233863476, -0.17316366233863476, 3.837305708351761, -0.9563206213159438, 0.19827205256692507, 0.19827205256692507, 0.3795269477043089, -0.01196847265605467, -0.35619737074090124, -0.26161312584491325, -0.17316366233863476, 0.3218513562263698, -0.8150254233497156, 0.061880574367401436, -0.5672497825253102, -0.26161312584491325, 0.13183551215145778, -0.26161312584491325, -0.35619737074090124, -0.01196847265605467, -0.9563206213159438, 3.114680443951334, -0.5672497825253102, -0.17316366233863476, -1.1116275974198888, -0.17316366233863476, -0.5672497825253102, 0.19827205256692507, -0.01196847265605467, -0.35619737074090124, -1.2829613819136532, 3.71863960159182, -0.17316366233863476, -0.6858787598350881, -0.9563206213159438, 0.19827205256692507, -1.472250630412249, 0.19827205256692507, -0.26161312584491325, -0.4577472430771794, 0.061880574367401436, -0.17316366233863476, 0.6348604123673318, -0.01196847265605467, 0.43476180848152346, -0.09014725341153157, -0.17316366233863476, 0.3795269477043089, -0.6858787598350881, -1.1116275974198888, 0.26151599797358194, 0.13183551215145778, 0.43476180848152346, -0.01196847265605467, -0.09014725341153157, -0.26161312584491325, 0.13183551215145778, -0.8150254233497156, 3.0392029357538815, -0.5672497825253102, 0.13183551215145778, -1.1116275974198888, -0.09014725341153157, 2.9813565558165496, 0.7244022228946659, -0.17316366233863476, 0.061880574367401436, -0.35619737074090124, -0.6858787598350881, -1.1116275974198888, -0.8150254233497156, -0.35619737074090124, -0.35619737074090124, -1.2829613819136532, -0.9563206213159438, -0.26161312584491325, -0.17316366233863476, -0.35619737074090124, -0.09014725341153157, -0.17316366233863476, -1.1116275974198888, 0.5386624301643327, -0.35619737074090124, -0.6858787598350881, 0.4877496306627762, 3.5598941889660334, -0.35619737074090124, -0.26161312584491325, 0.061880574367401436, 0.3218513562263698, -0.17316366233863476, -0.5672497825253102, -1.2829613819136532, 0.43476180848152346, 0.19827205256692507, 0.26151599797358194, 0.13183551215145778, -0.4577472430771794, 0.3795269477043089, -0.26161312584491325, -0.6858787598350881, -0.4577472430771794, -0.6858787598350881, -0.4577472430771794, -1.1116275974198888, -0.17316366233863476, 3.356648999791576, 0.26151599797358194, -0.17316366233863476, -0.01196847265605467, -0.6858787598350881, 0.061880574367401436, -0.26161312584491325, -0.35619737074090124, -0.01196847265605467, 0.061880574367401436, -0.35619737074090124, -0.17316366233863476, -0.4577472430771794, -0.4577472430771794, -0.5672497825253102, -0.09014725341153157, -0.5672497825253102, -0.6858787598350881, -0.35619737074090124, -0.9563206213159438, 0.061880574367401436, -0.35619737074090124, 0.19827205256692507, -0.8150254233497156, 0.5876535920889784, -0.35619737074090124, -0.35619737074090124, -1.6808092999241744, 0.3795269477043089, 0.26151599797358194, -0.5672497825253102, -0.4577472430771794, -0.4577472430771794, -0.35619737074090124, 2.185556195489106, -1.1116275974198888, -0.35619737074090124, -0.9563206213159438, -0.6858787598350881, -0.35619737074090124, -0.09014725341153157, 0.13183551215145778, -1.472250630412249, -0.6858787598350881, 0.26151599797358194, 0.19827205256692507, -0.09014725341153157, -0.4577472430771794, -0.09014725341153157, -0.8150254233497156, 0.19827205256692507, -0.01196847265605467, -0.8150254233497156, 0.43476180848152346, -0.8150254233497156, 0.19827205256692507, -1.2829613819136532, -0.09014725341153157, 0.061880574367401436, -0.26161312584491325, -0.35619737074090124, -0.4577472430771794, -0.01196847265605467, -0.26161312584491325, -0.09014725341153157, -0.8150254233497156, -0.5672497825253102, -1.1116275974198888, 0.13183551215145778, -0.26161312584491325, -0.01196847265605467, -0.8150254233497156, 0.13183551215145778, 0.3795269477043089, 0.26151599797358194, 0.19827205256692507, 0.43476180848152346, -0.35619737074090124, -1.1116275974198888, 0.13183551215145778, 0.061880574367401436, -0.8150254233497156, -0.4577472430771794, -0.01196847265605467, -0.5672497825253102, 0.061880574367401436, -0.5672497825253102, -0.01196847265605467, -0.4577472430771794, 0.6348604123673318, -0.8150254233497156, -0.6858787598350881, 3.6329011767057215, 2.988732695996001, -0.09014725341153157, -0.01196847265605467, 2.840712635059713, 0.3218513562263698, 3.323157357607857, -0.09014725341153157, -0.4577472430771794, -0.35619737074090124, -0.5672497825253102, 0.4877496306627762, 3.0033580267254734, -0.9563206213159438, -1.2829613819136532, 0.5386624301643327, -0.09014725341153157, -0.17316366233863476, 0.13183551215145778, -0.9563206213159438, -0.26161312584491325, -0.5672497825253102, -0.4577472430771794, -0.9563206213159438, -1.1116275974198888, -0.35619737074090124, 0.43476180848152346, 0.4877496306627762, -0.09014725341153157, 0.26151599797358194, 2.3414145377891584, -0.6858787598350881, -0.26161312584491325, -0.4577472430771794, -0.01196847265605467, -0.4577472430771794, -0.01196847265605467, -0.9563206213159438, -0.01196847265605467, -0.09014725341153157, 0.4877496306627762, -0.4577472430771794, -0.09014725341153157, -0.17316366233863476, 0.13183551215145778, 0.3218513562263698, -0.6858787598350881, -0.17316366233863476, -0.8150254233497156, -0.26161312584491325, -0.01196847265605467, -1.472250630412249, 0.26151599797358194, -0.01196847265605467, 0.061880574367401436, -0.01196847265605467, -0.26161312584491325, -1.1116275974198888, -0.5672497825253102, 0.26151599797358194, -1.9083932393788792, 3.798966344859312, 0.19827205256692507, -0.26161312584491325, -0.5672497825253102, 0.13183551215145778, -0.01196847265605467, 0.19827205256692507, -0.17316366233863476, 0.13183551215145778, 0.19827205256692507, -0.8150254233497156, 0.19827205256692507, -1.2829613819136532, 2.2263435901909987, -0.26161312584491325, 0.061880574367401436, 2.5753066265371944, -0.01196847265605467, 3.114680443951334, -0.01196847265605467, -0.35619737074090124, -0.01196847265605467, -0.26161312584491325, -0.35619737074090124, 2.6054721895047384, 0.26151599797358194, -0.5672497825253102, -0.26161312584491325, 0.19827205256692507, -0.09014725341153157, 0.19827205256692507, 0.3218513562263698, -0.01196847265605467, -0.26161312584491325, 0.3218513562263698, -0.4577472430771794, -1.2829613819136532, -0.17316366233863476, -0.35619737074090124, 0.13183551215145778, -0.09014725341153157, 0.26151599797358194, -1.472250630412249, 0.19827205256692507, -0.8150254233497156, 3.441878231424504, 0.3218513562263698, -0.35619737074090124, -0.35619737074090124, 3.2887608803055848, -0.8150254233497156, -0.01196847265605467, -0.6858787598350881, 0.19827205256692507, -0.26161312584491325, -1.1116275974198888, -0.26161312584491325, 0.26151599797358194, 0.19827205256692507, -0.01196847265605467, -0.09014725341153157, 0.061880574367401436, -0.8150254233497156, -0.09014725341153157, 0.26151599797358194, -0.4577472430771794, 0.13183551215145778, -0.09014725341153157, -0.26161312584491325, 0.3218513562263698, -0.6858787598350881, -0.01196847265605467, -0.17316366233863476, 0.061880574367401436, 0.4877496306627762, -0.8150254233497156, -0.26161312584491325, -0.35619737074090124, -0.35619737074090124, -0.17316366233863476, -0.9563206213159438, 0.6348604123673318, 0.3218513562263698, -0.6858787598350881, -0.17316366233863476, 3.4158517847918923, -0.6858787598350881, -0.09014725341153157, 0.13183551215145778, -1.6808092999241744, 0.43476180848152346, -0.01196847265605467, 0.680406229735074, -0.01196847265605467, -0.4577472430771794, -0.9563206213159438, 0.3795269477043089, -0.26161312584491325, 0.3218513562263698, -0.01196847265605467, 2.7375057529991533, -0.35619737074090124, 0.19827205256692507, -0.35619737074090124, -0.26161312584491325, 3.4521416449555717, -0.01196847265605467, 0.19827205256692507, -1.2829613819136532, -0.35619737074090124, -0.9563206213159438, 0.061880574367401436, -0.01196847265605467, 0.061880574367401436, -0.09014725341153157, -0.17316366233863476, 0.43476180848152346, -1.472250630412249, 0.4877496306627762, 0.061880574367401436, 0.13183551215145778, 0.19827205256692507, -0.26161312584491325, -1.6808092999241744, 0.4877496306627762, -0.6858787598350881, -0.09014725341153157, -0.26161312584491325, -0.5672497825253102, -0.35619737074090124, -0.35619737074090124, 0.4877496306627762, -0.01196847265605467, 0.26151599797358194, -0.01196847265605467, -0.4577472430771794, 0.4877496306627762, 0.26151599797358194, -0.17316366233863476, 0.061880574367401436, -0.35619737074090124, -0.5672497825253102, 0.26151599797358194, 0.13183551215145778, 0.3218513562263698, 0.3795269477043089, 0.13183551215145778, -0.5672497825253102, -0.9563206213159438, -0.26161312584491325, -0.35619737074090124, 3.680770130548709, -1.9083932393788792, 0.3218513562263698, 2.781529290642371, 0.5386624301643327, -0.01196847265605467, -0.26161312584491325, -0.01196847265605467, -0.6858787598350881, -0.09014725341153157, -0.17316366233863476, -0.4577472430771794, -0.17316366233863476, 2.7285154607867765, -0.17316366233863476, 3.114680443951334, -1.472250630412249, -0.35619737074090124, -0.4577472430771794, -0.8150254233497156, 2.6251928920690104, 0.3795269477043089, -0.6858787598350881, -0.26161312584491325, 0.5876535920889784, 0.5876535920889784, -0.35619737074090124, 0.061880574367401436, -0.17316366233863476, 0.13183551215145778, -0.5672497825253102, 3.818280349335186, -0.09014725341153157, 0.43476180848152346, -0.09014725341153157, 0.061880574367401436, -0.26161312584491325, -0.35619737074090124, -1.6808092999241744, -0.26161312584491325, 0.26151599797358194, 0.13183551215145778, 3.362146279258317, -0.09014725341153157, -0.35619737074090124, 0.26151599797358194, -0.5672497825253102, 3.101285852241608, 0.6348604123673318, 0.8081375571751028, 0.26151599797358194, -0.17316366233863476, 0.26151599797358194, -0.26161312584491325, 0.5386624301643327, -0.26161312584491325, 3.7351155389883486, 0.061880574367401436, -0.4577472430771794, -0.6858787598350881, 0.6348604123673318, -0.8150254233497156, 0.19827205256692507, -0.26161312584491325, -0.8150254233497156, 0.7244022228946659, -0.17316366233863476, -0.17316366233863476, -0.5672497825253102, -0.6858787598350881, -0.5672497825253102, -0.01196847265605467, 3.5217582482986813, -0.5672497825253102, 0.061880574367401436, -1.1116275974198888, -0.5672497825253102, -0.5672497825253102, -0.8150254233497156, 0.3218513562263698, 2.5650905900945458, -0.26161312584491325, 0.5876535920889784, 0.5876535920889784, -0.09014725341153157, 3.7911579441703904, -0.35619737074090124, -0.17316366233863476, -0.17316366233863476, 3.4623229832629203, -0.8150254233497156, -0.01196847265605467, -0.01196847265605467, 0.19827205256692507, 0.3218513562263698, -0.5672497825253102, 0.3218513562263698, 2.8893403219035023, -0.01196847265605467, 0.26151599797358194, 3.583161789929296, 3.2829366968476688, 0.3218513562263698, -0.26161312584491325, -1.1116275974198888, -0.4577472430771794, 2.5444094111274755, 3.10800076044339, -0.17316366233863476, 0.19827205256692507, 0.3795269477043089, 3.101285852241608, -0.8150254233497156, 0.680406229735074, -0.4577472430771794, -2.1519594293596387, 0.061880574367401436, -0.17316366233863476, -0.01196847265605467, -0.09014725341153157, 0.26151599797358194, -0.4577472430771794, -0.01196847265605467, -1.2829613819136532, -0.26161312584491325, 0.680406229735074, 0.5876535920889784, 0.6348604123673318, 3.1279356011921404, -0.17316366233863476, -0.35619737074090124, 0.19827205256692507, 0.26151599797358194, -1.1116275974198888, 4.7695665760285095, 0.19827205256692507, 2.815684327373653, -0.4577472430771794, 0.5386624301643327, -0.5672497825253102, 0.19827205256692507, -0.17316366233863476, -0.4577472430771794, 3.8297296496930175, 0.43476180848152346, 0.5386624301643327, 0.26151599797358194, -0.4577472430771794, 0.5876535920889784, -0.17316366233863476, -0.6858787598350881, 0.3218513562263698, 2.815684327373653, 0.3795269477043089, -0.01196847265605467, -0.8150254233497156, 0.680406229735074, 3.141054196085689, -0.35619737074090124, 0.43476180848152346, 0.3795269477043089, 0.26151599797358194, 0.26151599797358194, 0.5386624301643327, -0.9563206213159438, -0.01196847265605467, -0.4577472430771794, -1.1116275974198888, -0.09014725341153157, -0.35619737074090124, 1.856369207961008, -0.5672497825253102, 3.0249858193251025, -0.17316366233863476, -0.8150254233497156, 0.886765113675859, 0.061880574367401436, 0.680406229735074, -1.1116275974198888, -0.01196847265605467, 0.6348604123673318, -0.4577472430771794, 0.13183551215145778, -0.6858787598350881, -0.01196847265605467, 0.061880574367401436, 0.3218513562263698, 0.26151599797358194, -0.35619737074090124, 0.43476180848152346, -0.5672497825253102, 0.26151599797358194, 0.19827205256692507, -0.26161312584491325, -0.4577472430771794, 0.8081375571751028, 0.3795269477043089, 0.13183551215145778, 0.5386624301643327, -0.35619737074090124, 0.4877496306627762, -0.5672497825253102, -0.26161312584491325, -0.8150254233497156, -0.17316366233863476, 3.2534093291698563, 0.7669489326713855, 4.1145065776924765, 0.9963745126122492, 3.7872357101413923, 0.061880574367401436, -0.35619737074090124, 0.43476180848152346, 0.9608659622783612, 0.43476180848152346, 0.3218513562263698, -0.17316366233863476, 0.680406229735074, -0.9563206213159438, 0.3218513562263698, -0.01196847265605467, -0.09014725341153157, 0.6348604123673318, -0.5672497825253102, 0.43476180848152346, 0.061880574367401436, 3.97329441309368, -0.35619737074090124, 0.5386624301643327, 0.5386624301643327, 0.886765113675859, -1.9083932393788792, 0.680406229735074, 0.26151599797358194, 0.26151599797358194, -0.01196847265605467, 3.606011773395012, 4.3571608380299685, -0.5672497825253102, -0.4577472430771794, -0.26161312584491325, -0.9563206213159438, -0.26161312584491325, -0.17316366233863476, 0.19827205256692507, 1.129338198821177, -0.01196847265605467, -0.5672497825253102, -0.6858787598350881, -0.01196847265605467, -0.5672497825253102, -0.35619737074090124, -0.26161312584491325, -0.4577472430771794, 0.4877496306627762, 0.6348604123673318, -0.09014725341153157, -0.6858787598350881, -0.17316366233863476, 0.13183551215145778, 3.9664879729468465, -0.35619737074090124, 0.3795269477043089, -1.1116275974198888, -0.17316366233863476, 0.3795269477043089, 0.6348604123673318, -0.35619737074090124, -0.17316366233863476, -0.01196847265605467, -0.17316366233863476, 0.7244022228946659, 0.26151599797358194, 0.4877496306627762, 0.43476180848152346, 3.0532630742281417, 0.19827205256692507, 0.5876535920889784, -0.9563206213159438, 0.3218513562263698, -0.01196847265605467, 0.8081375571751028, 0.7669489326713855, 0.13183551215145778, 0.3795269477043089, 0.7244022228946659, -0.5672497825253102, 0.43476180848152346, 0.8081375571751028, 0.886765113675859, 0.3795269477043089, 0.5386624301643327, -0.8150254233497156, 0.3218513562263698, 0.8081375571751028, -0.17316366233863476, 4.0899694781161235, 0.19827205256692507, 3.2770857495524006, 0.061880574367401436, -0.4577472430771794, 0.4877496306627762, -1.2829613819136532, 0.7669489326713855, 0.5876535920889784, 1.0309282807082667, -0.09014725341153157, -0.35619737074090124, -0.5672497825253102, -0.4577472430771794, -0.17316366233863476, -0.17316366233863476, -1.2829613819136532, 0.43476180848152346, -0.9563206213159438, 0.6348604123673318, 3.4623229832629203, -0.5672497825253102, 0.061880574367401436, -0.4577472430771794, 0.680406229735074, -0.5672497825253102, 0.3795269477043089, 0.26151599797358194, 0.43476180848152346, 0.6348604123673318, -0.01196847265605467, 3.680770130548709, -0.09014725341153157, -1.472250630412249, 0.680406229735074, -0.35619737074090124, -0.26161312584491325, 0.9243489314227108, 0.061880574367401436, -0.26161312584491325, -0.17316366233863476, 0.13183551215145778, 0.5386624301643327, -0.35619737074090124, 0.19827205256692507, 0.4877496306627762, -1.2829613819136532, -0.01196847265605467, 0.3218513562263698, 0.3795269477043089, -0.5672497825253102, 0.5876535920889784, -0.5672497825253102, -0.5672497825253102, 0.4877496306627762, 0.5876535920889784, 4.556597158885296, -0.17316366233863476, 0.061880574367401436, 0.8480510586904627, -0.09014725341153157, 4.465400926219082, 0.061880574367401436, 0.19827205256692507, -0.26161312584491325, 3.08774886240204, 4.129605514636359, 0.19827205256692507, 4.57153461793492, 4.266111418191168, 0.43476180848152346, 0.19827205256692507, -0.9563206213159438, 0.9963745126122492, 4.406407036268633, 0.886765113675859, 0.3795269477043089, 0.7669489326713855, 0.9963745126122492, 0.8480510586904627, 0.9963745126122492, 0.4877496306627762, -0.17316366233863476, 0.43476180848152346, 0.3218513562263698, -1.1116275974198888, -0.5672497825253102, 0.43476180848152346, -0.35619737074090124, 0.680406229735074, -0.01196847265605467, -0.4577472430771794, 4.5587418432086215, 0.8480510586904627, 3.9630710571831833, -0.26161312584491325, 0.3795269477043089, 0.9608659622783612, 0.26151599797358194, -0.6858787598350881, 0.5876535920889784, 0.3218513562263698, -0.26161312584491325, -0.6858787598350881, 0.4877496306627762, -0.4577472430771794, 0.5876535920889784, 0.061880574367401436, 0.5876535920889784, 0.13183551215145778, -1.472250630412249, 0.5386624301643327, -1.1116275974198888, 0.3218513562263698, 4.7982929484909365, 0.8081375571751028, 0.19827205256692507, -0.8150254233497156, 0.4877496306627762, 3.2231809247277123, -0.26161312584491325, -0.17316366233863476, -0.26161312584491325, -0.09014725341153157, -0.01196847265605467, -0.01196847265605467, -0.8150254233497156, 0.7244022228946659, 0.43476180848152346, -0.09014725341153157, 0.4877496306627762, -1.2829613819136532, 2.185556195489106, 0.7244022228946659, 0.061880574367401436, -0.09014725341153157, 0.680406229735074, 1.190986753915794, 0.9963745126122492, 0.5876535920889784, 0.4877496306627762, 0.6348604123673318, 0.43476180848152346, -0.9563206213159438, 0.43476180848152346, -0.35619737074090124, -1.2829613819136532, -0.35619737074090124, 0.8081375571751028, -0.4577472430771794, 0.13183551215145778, -0.35619737074090124, 0.13183551215145778, 1.129338198821177, -0.17316366233863476, 0.5386624301643327, 0.5876535920889784, -0.9563206213159438, -0.26161312584491325, 1.0309282807082667, -0.01196847265605467, 0.6348604123673318, 0.3795269477043089, -0.26161312584491325, 0.5386624301643327, -0.35619737074090124, -0.6858787598350881, 1.129338198821177, 0.5876535920889784, -0.09014725341153157, 0.7244022228946659, 0.3218513562263698, 0.7244022228946659, -1.6808092999241744, -1.2829613819136532, 0.680406229735074, -0.09014725341153157, 0.4877496306627762, 0.3218513562263698, -0.17316366233863476, -0.9563206213159438, -0.26161312584491325, -0.09014725341153157, 1.2498061188674108, 0.3795269477043089, 0.26151599797358194, -0.8150254233497156, 0.6348604123673318, -0.8150254233497156, -0.01196847265605467, -0.5672497825253102, -0.6858787598350881, 0.43476180848152346, -0.6858787598350881, -0.01196847265605467, -0.35619737074090124, -1.1116275974198888, -0.35619737074090124, -0.4577472430771794, -0.8150254233497156, 0.6348604123673318, 0.7244022228946659, 0.8081375571751028, -1.1116275974198888, -0.01196847265605467, -0.35619737074090124, 3.4774439394329417, -0.5672497825253102, 0.19827205256692507, -0.17316366233863476, 0.5876535920889784, -0.6858787598350881, -0.26161312584491325, -0.35619737074090124, 0.3795269477043089, -0.01196847265605467, -0.26161312584491325, -0.01196847265605467, 0.13183551215145778, 0.4877496306627762, -0.26161312584491325, -0.09014725341153157, -0.09014725341153157, 0.9608659622783612, 3.7911579441703904, 0.13183551215145778, -0.4577472430771794, -0.4577472430771794, -1.1116275974198888, -0.5672497825253102, -1.1116275974198888, 0.061880574367401436, -1.6808092999241744, 0.13183551215145778, -0.26161312584491325, 0.4877496306627762, 0.43476180848152346, 0.8480510586904627, -0.26161312584491325, 0.6348604123673318, -0.5672497825253102, 0.26151599797358194, 0.43476180848152346, 4.6255307865934565, 0.7669489326713855, -0.6858787598350881, -0.4577472430771794, -0.5672497825253102, -0.17316366233863476, 3.046252410361875, 0.061880574367401436, -0.4577472430771794, -0.35619737074090124, -0.4577472430771794, 0.9963745126122492, 0.3795269477043089, -0.9563206213159438, -0.9563206213159438, -0.17316366233863476, 0.19827205256692507, -0.09014725341153157, -0.09014725341153157, -0.35619737074090124, 0.8081375571751028, 0.061880574367401436, -1.2829613819136532, 1.0309282807082667, 0.6348604123673318, 0.6348604123673318, -0.35619737074090124, -1.1116275974198888, -0.26161312584491325, 3.928387797853079, 0.19827205256692507, 1.4366923464824293, 0.7244022228946659, 0.061880574367401436, -0.01196847265605467, -0.35619737074090124, -0.09014725341153157, -0.8150254233497156, -0.4577472430771794, 0.7244022228946659, -0.09014725341153157, 0.3218513562263698, -0.01196847265605467, 4.633638295980881, -0.01196847265605467, 0.3218513562263698, -0.6858787598350881, -0.35619737074090124, 0.061880574367401436, 0.13183551215145778, 4.213814395209679, 0.26151599797358194, -0.6858787598350881, 0.26151599797358194, -0.26161312584491325, -0.01196847265605467, -0.4577472430771794, -0.9563206213159438, 0.061880574367401436, 0.26151599797358194, -0.09014725341153157, 0.19827205256692507, -0.17316366233863476, -0.35619737074090124, 0.680406229735074, 0.26151599797358194, -0.4577472430771794, -0.01196847265605467, 0.7669489326713855, -0.5672497825253102, -0.35619737074090124, 1.0309282807082667, 0.3795269477043089, 1.2498061188674108, 0.5876535920889784, 0.7669489326713855, 5.0, 1.1605329074150679, -0.09014725341153157, 0.5876535920889784, -0.5672497825253102, 0.13183551215145778, 0.19827205256692507, -1.2829613819136532, -0.26161312584491325, -1.1116275974198888, 1.2498061188674108, 0.26151599797358194, -0.17316366233863476, 0.061880574367401436, 0.3218513562263698, -0.6858787598350881, -0.8150254233497156, -0.35619737074090124, -0.6858787598350881, -0.4577472430771794, 0.061880574367401436, 0.3218513562263698, -0.8150254233497156, 1.4116079555461207, 0.26151599797358194, -0.9563206213159438, 0.3218513562263698, 0.061880574367401436, -0.4577472430771794, -0.26161312584491325, -0.6858787598350881, -0.01196847265605467, 0.5876535920889784, -0.26161312584491325, -0.17316366233863476, -0.26161312584491325, -0.09014725341153157, -0.17316366233863476, -0.6858787598350881, 1.4116079555461207, -0.26161312584491325, -0.17316366233863476, 0.13183551215145778, -0.8150254233497156, -0.17316366233863476, 4.627562510053867, -0.35619737074090124, 0.061880574367401436, -0.4577472430771794, 0.43476180848152346, -0.6858787598350881, -0.5672497825253102, -0.5672497825253102, 0.26151599797358194, 0.13183551215145778, -0.35619737074090124, 0.4877496306627762, -0.01196847265605467, -0.17316366233863476, 0.061880574367401436, -0.4577472430771794, 0.4877496306627762, -0.09014725341153157, 0.061880574367401436, -0.5672497825253102, -0.35619737074090124, -0.35619737074090124, -0.4577472430771794, -0.26161312584491325, -0.35619737074090124, -0.09014725341153157, 0.061880574367401436, -0.35619737074090124, 0.061880574367401436, -0.35619737074090124, -0.09014725341153157, -0.09014725341153157, 0.4877496306627762, -0.01196847265605467, 0.26151599797358194, -0.01196847265605467, 0.19827205256692507, -0.5672497825253102, -0.26161312584491325, -0.09014725341153157, -0.5672497825253102, -0.9563206213159438, -0.5672497825253102, -0.35619737074090124, -0.6858787598350881, -0.6858787598350881, -0.01196847265605467, -0.01196847265605467, -0.09014725341153157, 0.13183551215145778, 0.8081375571751028, -0.5672497825253102, 0.13183551215145778, -0.09014725341153157, 0.5386624301643327, 0.26151599797358194, 0.26151599797358194, 0.3218513562263698, 0.5876535920889784, -0.4577472430771794, -1.472250630412249, 0.43476180848152346, 0.061880574367401436, -0.17316366233863476, -0.01196847265605467, 0.886765113675859, -0.01196847265605467, 0.4877496306627762, 0.8480510586904627, 5.0, -0.8150254233497156, 0.19827205256692507, -0.5672497825253102, 0.7244022228946659, -0.26161312584491325, 0.13183551215145778, 0.4877496306627762, 0.13183551215145778, -0.4577472430771794, 0.061880574367401436, -0.9563206213159438, -0.35619737074090124, -0.4577472430771794, 0.19827205256692507, -0.01196847265605467, -0.26161312584491325, 0.19827205256692507, 0.4877496306627762, 5.0, 0.19827205256692507, -0.8150254233497156, -0.9563206213159438, -0.4577472430771794, -0.09014725341153157, 0.13183551215145778, -0.26161312584491325, -0.09014725341153157, -0.4577472430771794, -0.26161312584491325, -0.01196847265605467, 0.5876535920889784, -0.09014725341153157, 0.4877496306627762, -0.4577472430771794, -1.1116275974198888, 0.061880574367401436, 0.26151599797358194, 0.3795269477043089, -0.35619737074090124, -0.17316366233863476, 0.061880574367401436, -0.17316366233863476, -0.01196847265605467, -0.01196847265605467, 0.4877496306627762, -0.26161312584491325, -0.26161312584491325, -0.17316366233863476, -0.8150254233497156, 0.19827205256692507, -0.09014725341153157, 0.19827205256692507, 0.3218513562263698, -0.4577472430771794, 0.6348604123673318, -0.4577472430771794, 0.3795269477043089, -0.6858787598350881, -0.01196847265605467, -0.26161312584491325, 0.7669489326713855, -0.35619737074090124, -0.35619737074090124, -0.35619737074090124, -0.5672497825253102, -0.01196847265605467, -0.9563206213159438, -0.17316366233863476, -0.35619737074090124, -0.26161312584491325, -0.17316366233863476, -1.1116275974198888, -1.2829613819136532, 0.061880574367401436, -0.35619737074090124, 1.190986753915794, 5.0, -0.6858787598350881, 0.3795269477043089, -0.09014725341153157, 0.3795269477043089, -0.01196847265605467, -0.35619737074090124, -0.4577472430771794, -0.26161312584491325, -0.01196847265605467, -0.01196847265605467, -0.26161312584491325, -1.9083932393788792, -0.09014725341153157, -0.26161312584491325, -0.5672497825253102, -0.5672497825253102, -0.4577472430771794, -0.17316366233863476, -0.09014725341153157, -0.4577472430771794, -0.17316366233863476, 0.061880574367401436, 0.26151599797358194, -0.9563206213159438, -0.4577472430771794, 0.8480510586904627, -0.5672497825253102, 0.19827205256692507, 0.19827205256692507, 0.4877496306627762, 0.19827205256692507, -0.4577472430771794, 0.3795269477043089, -0.26161312584491325, -0.17316366233863476, 0.9963745126122492, 0.26151599797358194, -0.35619737074090124, 0.3795269477043089, -0.35619737074090124, 0.061880574367401436, 0.061880574367401436, 0.680406229735074, -0.35619737074090124, 0.061880574367401436, -0.4577472430771794, 0.061880574367401436, -0.26161312584491325, 0.43476180848152346, -0.35619737074090124, 0.061880574367401436, -0.4577472430771794, 0.43476180848152346, 0.5876535920889784, 0.061880574367401436, -0.01196847265605467, -0.09014725341153157, 0.8480510586904627, -0.17316366233863476, 0.061880574367401436, 0.061880574367401436, -0.01196847265605467, -0.26161312584491325, 0.26151599797358194, -0.35619737074090124, -0.8150254233497156, -0.5672497825253102, -0.4577472430771794, -0.17316366233863476, 0.7244022228946659, -0.17316366233863476, -0.01196847265605467, 0.43476180848152346, 0.26151599797358194, 0.3218513562263698, 0.13183551215145778, 0.3218513562263698, -1.1116275974198888, 0.19827205256692507, -0.01196847265605467, 0.19827205256692507, -0.6858787598350881, -0.35619737074090124, -0.5672497825253102, 0.061880574367401436, 0.061880574367401436, -0.5672497825253102, -0.8150254233497156, 0.061880574367401436, 5.0, -0.35619737074090124, -0.01196847265605467, -0.17316366233863476, 0.13183551215145778, 0.3795269477043089, 0.3218513562263698, -0.26161312584491325, 0.8480510586904627, 0.886765113675859, -0.01196847265605467, -0.09014725341153157, -0.01196847265605467, 0.3218513562263698, -0.5672497825253102, 1.0645768253435202, 0.26151599797358194, 0.19827205256692507, -0.6858787598350881, -0.4577472430771794, -0.26161312584491325, 0.4877496306627762, 0.13183551215145778, 0.5386624301643327, 0.3218513562263698, 0.7244022228946659, 0.061880574367401436, 0.3218513562263698, 0.3218513562263698, 0.13183551215145778, 0.061880574367401436, -0.26161312584491325, -0.01196847265605467, -0.09014725341153157, 0.061880574367401436, -0.5672497825253102, 0.061880574367401436, -0.6858787598350881, -1.1116275974198888, -0.09014725341153157, 0.26151599797358194, -0.09014725341153157, 0.3218513562263698, -0.26161312584491325, 0.6348604123673318, 0.061880574367401436, 0.5386624301643327, -0.01196847265605467, 0.26151599797358194, 1.4366923464824293, -0.17316366233863476, 0.4877496306627762, 0.43476180848152346, -0.35619737074090124, 0.061880574367401436, 0.061880574367401436, -0.4577472430771794, -0.26161312584491325, 0.8480510586904627, -0.5672497825253102, 0.43476180848152346, 0.26151599797358194, 0.43476180848152346, -0.6858787598350881, -0.9563206213159438, -0.09014725341153157, 0.3218513562263698, -0.17316366233863476, 0.3218513562263698, 0.061880574367401436, -0.09014725341153157, 0.5386624301643327, -0.09014725341153157, -0.01196847265605467, -0.35619737074090124, 0.13183551215145778, 0.5386624301643327, 0.26151599797358194, -0.35619737074090124, 0.5386624301643327, 0.7244022228946659, 0.680406229735074, 0.43476180848152346, -0.17316366233863476, 0.19827205256692507, 0.13183551215145778, 0.13183551215145778, 0.5876535920889784, -0.6858787598350881, 0.43476180848152346, 0.3795269477043089, -1.2829613819136532, -0.8150254233497156, -0.01196847265605467, -0.17316366233863476, 0.19827205256692507, 0.19827205256692507, 0.4877496306627762, -0.09014725341153157, -0.17316366233863476, 0.3795269477043089, 0.19827205256692507, 0.19827205256692507, -0.01196847265605467, 0.13183551215145778, -0.17316366233863476, 0.26151599797358194, -0.09014725341153157, -0.8150254233497156, -0.01196847265605467, 0.6348604123673318, 0.680406229735074, 0.19827205256692507, 0.3795269477043089, -0.35619737074090124, 0.061880574367401436, 0.13183551215145778, -0.26161312584491325, -0.35619737074090124, 0.13183551215145778, 0.3218513562263698, 1.3599136427482856, 0.13183551215145778, -0.26161312584491325, 0.061880574367401436, -0.09014725341153157, -0.4577472430771794, -0.4577472430771794, -0.35619737074090124, 0.886765113675859, -0.5672497825253102, 0.061880574367401436, 0.4877496306627762, -0.5672497825253102, 0.5876535920889784, -1.6808092999241744, 0.061880574367401436, -0.09014725341153157, -0.4577472430771794, 0.26151599797358194, 0.7669489326713855, 0.061880574367401436, 0.061880574367401436, -1.1116275974198888, 0.061880574367401436, 0.3218513562263698, 0.13183551215145778, 0.6348604123673318, -0.09014725341153157, 0.6348604123673318, -0.17316366233863476, -0.5672497825253102, -0.26161312584491325, -0.17316366233863476, -0.4577472430771794, 0.680406229735074, -0.17316366233863476, -0.17316366233863476, -0.4577472430771794, -0.09014725341153157, 0.061880574367401436, -0.26161312584491325, 0.26151599797358194, 3.9562095881263786, 0.13183551215145778, -0.35619737074090124, 0.26151599797358194, -0.4577472430771794, 0.13183551215145778, -0.09014725341153157, 1.3860218448299664, 0.13183551215145778, -0.26161312584491325, 0.26151599797358194, 0.43476180848152346, 0.061880574367401436, -0.9563206213159438, 0.3795269477043089, -0.09014725341153157, 4.342007654592529, -0.17316366233863476, -0.01196847265605467, 0.13183551215145778, 0.26151599797358194, 0.8081375571751028, -0.35619737074090124, 0.4877496306627762, 0.680406229735074, -0.26161312584491325, 0.6348604123673318, 0.061880574367401436, 0.26151599797358194, -0.35619737074090124, 0.26151599797358194, -0.35619737074090124, -0.4577472430771794, -0.26161312584491325, 1.577667009574789, -0.4577472430771794, -0.6858787598350881, 0.43476180848152346, -0.5672497825253102, -0.17316366233863476, -0.6858787598350881, -0.35619737074090124, 0.19827205256692507, -0.4577472430771794, 0.19827205256692507, -0.26161312584491325, -0.17316366233863476, 0.3795269477043089, 0.3795269477043089, 0.8081375571751028, 0.9608659622783612, 0.13183551215145778, 0.3795269477043089, -0.6858787598350881, -0.17316366233863476, -0.4577472430771794, 0.4877496306627762, 0.5386624301643327, -0.9563206213159438, 0.3218513562263698, 0.061880574367401436, 0.8081375571751028, 0.5386624301643327, -0.09014725341153157, 0.061880574367401436, 0.26151599797358194, 0.8081375571751028, -0.35619737074090124, 0.7669489326713855, 0.6348604123673318, -0.6858787598350881, -0.17316366233863476, -0.4577472430771794, 4.68317281275525, 1.1605329074150679, -0.4577472430771794, -0.01196847265605467, 0.7669489326713855, 0.3795269477043089, 0.061880574367401436, 0.9608659622783612, -0.17316366233863476, -0.01196847265605467, -0.17316366233863476, 0.26151599797358194, 0.6348604123673318, 0.13183551215145778, 0.43476180848152346, 0.061880574367401436, -0.09014725341153157, 0.26151599797358194, 0.19827205256692507, -0.4577472430771794, 0.26151599797358194, 0.3218513562263698, 0.061880574367401436, 0.6348604123673318, -0.26161312584491325, -1.1116275974198888, 0.5876535920889784, -0.09014725341153157, 0.680406229735074, 0.3218513562263698, -0.09014725341153157, 0.9608659622783612, -0.17316366233863476, 0.3795269477043089, 0.43476180848152346, -0.26161312584491325, 0.13183551215145778, -0.35619737074090124, 0.5876535920889784, 1.509121969149435, 0.5386624301643327, -0.5672497825253102, 0.3218513562263698, -0.8150254233497156, 0.3218513562263698, -0.01196847265605467, 0.4877496306627762, 0.5386624301643327, -0.01196847265605467, 0.8081375571751028, 0.680406229735074, 0.3218513562263698, 0.8480510586904627, 0.26151599797358194, -1.1116275974198888, -0.5672497825253102, 0.8081375571751028, 0.19827205256692507, 0.061880574367401436, -0.9563206213159438, 0.3218513562263698, -0.26161312584491325, -0.01196847265605467, 0.13183551215145778, 0.26151599797358194, 0.5386624301643327, 0.4877496306627762, 0.3218513562263698, 0.3218513562263698, -0.26161312584491325, -0.35619737074090124, 0.4877496306627762, 0.13183551215145778, -0.17316366233863476, -0.17316366233863476, 0.19827205256692507, 1.0645768253435202, 0.5386624301643327, 0.43476180848152346, 0.3795269477043089, 0.061880574367401436, -0.09014725341153157, 0.3218513562263698, 1.0309282807082667, 0.43476180848152346, -0.17316366233863476, 0.3218513562263698, -0.26161312584491325, -0.01196847265605467, 0.4877496306627762, 0.43476180848152346, 0.7244022228946659, -0.4577472430771794, 0.8480510586904627, 0.7669489326713855, -0.4577472430771794, 0.3218513562263698, -0.4577472430771794, 0.3795269477043089, 0.26151599797358194, 0.3218513562263698, 0.061880574367401436, -0.09014725341153157, -0.09014725341153157, 0.43476180848152346, -0.09014725341153157, -0.4577472430771794, 0.061880574367401436, 0.13183551215145778, 1.2207338755827075, 0.4877496306627762, 0.4877496306627762, 0.3218513562263698, 0.8480510586904627, -0.6858787598350881, 0.886765113675859, -0.01196847265605467, 0.061880574367401436, -0.26161312584491325, 0.8081375571751028, -0.09014725341153157, 0.19827205256692507, 0.3218513562263698, -0.17316366233863476, 0.9243489314227108, 0.19827205256692507, -0.17316366233863476, 0.680406229735074, 0.5876535920889784, 0.13183551215145778, 0.9963745126122492, 0.061880574367401436, 1.1605329074150679, 0.19827205256692507, -0.01196847265605467, 1.0309282807082667, 0.43476180848152346, 0.8081375571751028, 0.19827205256692507, 0.13183551215145778, -0.26161312584491325, 0.3218513562263698, 0.43476180848152346, 0.4877496306627762, 0.061880574367401436, 0.6348604123673318, 0.5386624301643327, -0.09014725341153157, 0.8081375571751028, 3.4315314089114337, 0.9243489314227108, 0.6348604123673318, 0.5386624301643327, 1.129338198821177, 0.43476180848152346, -0.26161312584491325, 0.7669489326713855, -0.17316366233863476, 0.3795269477043089, -0.01196847265605467, -0.5672497825253102, 0.19827205256692507, 0.13183551215145778, 0.13183551215145778, -0.01196847265605467, 5.0, 1.3599136427482856, -0.26161312584491325, -0.8150254233497156, 0.5386624301643327, -0.5672497825253102, 0.6348604123673318, 0.5386624301643327, -0.17316366233863476, 1.190986753915794, 0.3218513562263698, -0.01196847265605467, 0.43476180848152346, 0.886765113675859, 0.5876535920889784, -0.17316366233863476, 0.8480510586904627, 0.9963745126122492, 0.7669489326713855, 0.061880574367401436, 1.908924148466043, 0.8081375571751028, -0.4577472430771794, 0.3795269477043089, -0.01196847265605467, 0.9243489314227108, 1.0645768253435202, 0.4877496306627762, 0.5386624301643327, -0.35619737074090124, 0.6348604123673318, -0.01196847265605467, 1.097365976846283, 0.6348604123673318, 0.9608659622783612, 0.886765113675859, 0.43476180848152346, 0.26151599797358194, 0.26151599797358194, 0.9608659622783612, 0.3795269477043089, 0.886765113675859, 0.19827205256692507, 0.8081375571751028, -0.01196847265605467, 0.13183551215145778, 0.3218513562263698, 0.5876535920889784, -0.8150254233497156, 0.13183551215145778, 0.8081375571751028, -0.17316366233863476, 1.0309282807082667, -0.17316366233863476, 0.19827205256692507, 0.19827205256692507, 0.5876535920889784, 0.7244022228946659, 0.6348604123673318, 0.680406229735074, 0.3218513562263698, 0.9608659622783612, -0.35619737074090124, 0.43476180848152346, 0.5386624301643327, 3.362146279258317, -0.6858787598350881, 0.13183551215145778, 0.061880574367401436, -0.5672497825253102, 0.7244022228946659, 0.13183551215145778, -0.5672497825253102, 1.129338198821177, 1.7636616051516516, -0.26161312584491325, 2.4242416325781457, 0.3795269477043089, -0.35619737074090124, 0.43476180848152346, -0.26161312584491325, 0.43476180848152346, 0.8081375571751028, 0.43476180848152346, -0.09014725341153157, -0.5672497825253102, 1.3599136427482856, 0.061880574367401436, 0.6348604123673318, 0.6348604123673318, -0.17316366233863476, 0.061880574367401436, 0.3795269477043089, 0.13183551215145778, 0.7244022228946659, 0.6348604123673318, 0.13183551215145778, 0.3218513562263698, 0.5386624301643327, 0.061880574367401436, -0.4577472430771794, -0.17316366233863476, 0.3795269477043089, -0.01196847265605467, 0.4877496306627762, 0.19827205256692507, 0.9608659622783612, 0.19827205256692507, 1.190986753915794, 0.3795269477043089, 1.129338198821177, 0.3795269477043089, 0.9243489314227108, 0.9608659622783612, 0.5876535920889784, 0.5386624301643327, -0.26161312584491325, 0.3218513562263698, -0.17316366233863476, 0.9608659622783612, -0.17316366233863476, 1.190986753915794, -0.17316366233863476, -0.35619737074090124, 0.4877496306627762, 0.19827205256692507, 0.680406229735074, 1.0309282807082667, 0.4877496306627762, 0.9963745126122492, 1.0309282807082667, 0.7669489326713855, 0.5876535920889784, -1.1116275974198888, -0.01196847265605467, -0.6858787598350881, -0.09014725341153157, 4.036202765022835, 0.13183551215145778, 0.26151599797358194, 0.061880574367401436, 0.43476180848152346, -0.6858787598350881, -0.17316366233863476, 0.26151599797358194, -0.4577472430771794, 0.3795269477043089, 0.3795269477043089, 4.3266719165837815, 1.2782332385665578, -0.26161312584491325, 0.26151599797358194, -0.01196847265605467, 0.8081375571751028, -0.09014725341153157, 0.9243489314227108, 0.19827205256692507, 0.43476180848152346, 0.19827205256692507, 0.5876535920889784, 0.061880574367401436, -0.17316366233863476, 0.3795269477043089, 0.3218513562263698, 0.43476180848152346, -0.9563206213159438, 1.0309282807082667, -0.4577472430771794, 0.5386624301643327, 0.3218513562263698, -1.1116275974198888, -0.35619737074090124, 0.4877496306627762, 0.061880574367401436, -0.09014725341153157, 0.9243489314227108, 0.8480510586904627, 0.26151599797358194, 1.0645768253435202, -0.01196847265605467, 0.5876535920889784, 0.43476180848152346, -0.35619737074090124, -0.17316366233863476, -0.5672497825253102, -0.4577472430771794, 0.26151599797358194, 1.190986753915794, 0.061880574367401436, 0.061880574367401436, -0.01196847265605467, -0.01196847265605467, -0.01196847265605467, 0.061880574367401436, 0.3795269477043089, 1.7246073189249305, -0.35619737074090124, -0.09014725341153157, -0.26161312584491325, 0.3218513562263698, -0.5672497825253102, 0.5386624301643327, 0.061880574367401436, 0.4877496306627762, 2.157621059328368, 0.4877496306627762, 0.26151599797358194, 0.9243489314227108, 0.680406229735074, 0.9243489314227108, 0.5876535920889784, 0.5876535920889784, 0.8480510586904627, 0.43476180848152346, -0.35619737074090124, -0.26161312584491325, -0.35619737074090124, 0.7669489326713855, 1.0309282807082667, 0.5876535920889784, -0.09014725341153157, 0.19827205256692507, -0.4577472430771794, 0.4877496306627762, 2.389401380822107, 0.061880574367401436, -0.01196847265605467, -0.26161312584491325, 0.26151599797358194, 0.5876535920889784, -0.26161312584491325, 1.2782332385665578, 0.5386624301643327, 0.4877496306627762, 0.061880574367401436, 0.5876535920889784, 1.4116079555461207, 0.8480510586904627, 0.3218513562263698, -0.01196847265605467, 0.13183551215145778, 1.0309282807082667, -0.09014725341153157, -0.8150254233497156, 0.9243489314227108, -0.01196847265605467, -0.9563206213159438, -0.8150254233497156, 2.157621059328368, 0.5386624301643327, 0.6348604123673318, 0.3795269477043089, 1.0309282807082667, 0.43476180848152346, 1.4116079555461207, -0.26161312584491325, -0.26161312584491325, -0.5672497825253102, 0.7669489326713855, 0.5386624301643327, 0.9963745126122492, 0.3795269477043089, 3.0249858193251025, -0.26161312584491325, 0.061880574367401436, 0.7669489326713855, 0.13183551215145778, 0.3795269477043089, 0.8081375571751028, -0.01196847265605467, 0.4877496306627762, 1.0645768253435202, 0.3218513562263698, -0.26161312584491325, 0.6348604123673318, -0.26161312584491325, 0.886765113675859, 0.5386624301643327, 0.5386624301643327, 0.43476180848152346, 0.7244022228946659, 0.5876535920889784, 0.19827205256692507, 0.7244022228946659, 0.13183551215145778, 0.5386624301643327, 0.8081375571751028, 0.19827205256692507, 0.43476180848152346, 0.3795269477043089, -0.5672497825253102, 0.3795269477043089, 0.4877496306627762, 0.061880574367401436], [-0.06088113858244883, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.06088113858244883, -0.9671511675712572, 0.20015934068060548, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, 0.20015934068060548, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, 0.6515297372501856, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.34573441640043473, -0.9671511675712572, 0.8459182398712735, -0.6505917264017239, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, 0.20015934068060548, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, 0.20015934068060548, -0.34573441640043473, -0.6505917264017239, -0.06088113858244883, -0.34573441640043473, 0.20015934068060548, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, 0.6515297372501856, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, 0.20015934068060548, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.34573441640043473, 0.20015934068060548, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.06088113858244883, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, 0.8459182398712735, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, 0.20015934068060548, 0.43708143201851213, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, 0.43708143201851213, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, 0.6515297372501856, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.06088113858244883, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, 0.20015934068060548, -0.6505917264017239, -0.34573441640043473, -0.06088113858244883, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, 1.022769033372156, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, -0.06088113858244883, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, 0.20015934068060548, -0.06088113858244883, -0.9671511675712572, -0.9671511675712572, -0.06088113858244883, -0.9671511675712572, -0.06088113858244883, 0.6515297372501856, -0.06088113858244883, 1.022769033372156, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, 0.43708143201851213, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, 0.20015934068060548, -0.06088113858244883, -0.6505917264017239, 0.43708143201851213, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, 0.20015934068060548, 0.6515297372501856, -0.6505917264017239, -0.06088113858244883, 0.43708143201851213, -0.06088113858244883, -0.6505917264017239, 0.43708143201851213, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, 1.022769033372156, 0.20015934068060548, -0.9671511675712572, -0.9671511675712572, 0.43708143201851213, -0.6505917264017239, -0.06088113858244883, -0.06088113858244883, -0.06088113858244883, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.06088113858244883, -0.34573441640043473, -0.9671511675712572, 0.20015934068060548, -0.06088113858244883, 0.20015934068060548, -0.06088113858244883, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, 0.20015934068060548, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, -0.06088113858244883, 0.43708143201851213, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, 0.43708143201851213, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, 0.6515297372501856, -0.06088113858244883, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.06088113858244883, 0.43708143201851213, -0.34573441640043473, -0.06088113858244883, -0.9671511675712572, 0.20015934068060548, -0.34573441640043473, -0.9671511675712572, -0.06088113858244883, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, -0.06088113858244883, -0.9671511675712572, -0.34573441640043473, -0.06088113858244883, 0.20015934068060548, -0.6505917264017239, 0.20015934068060548, -0.06088113858244883, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, 0.8459182398712735, -0.9671511675712572, -0.06088113858244883, -0.6505917264017239, 1.8261492146279619, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, -0.34573441640043473, 0.20015934068060548, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, -0.9671511675712572, -0.06088113858244883, 0.20015934068060548, -0.34573441640043473, -0.34573441640043473, 0.43708143201851213, -0.06088113858244883, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, 1.022769033372156, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, 1.022769033372156, 0.8459182398712735, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, 0.20015934068060548, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, 0.43708143201851213, 0.43708143201851213, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, 0.8459182398712735, -0.6505917264017239, -0.9671511675712572, 0.20015934068060548, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, -0.06088113858244883, 0.43708143201851213, 0.43708143201851213, -0.34573441640043473, -0.34573441640043473, 0.43708143201851213, -0.9671511675712572, 0.43708143201851213, -0.9671511675712572, 0.20015934068060548, -0.06088113858244883, -0.9671511675712572, 0.20015934068060548, -0.34573441640043473, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, 0.20015934068060548, 0.43708143201851213, -0.6505917264017239, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.6505917264017239, -0.06088113858244883, -0.34573441640043473, 0.20015934068060548, 0.20015934068060548, 0.20015934068060548, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, 0.20015934068060548, -0.9671511675712572, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, 0.43708143201851213, 0.43708143201851213, 0.8459182398712735, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, 0.6515297372501856, -0.6505917264017239, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, 0.20015934068060548, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, 1.8261492146279619, -0.6505917264017239, -0.9671511675712572, 0.43708143201851213, 0.8459182398712735, 1.1844142290285036, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.06088113858244883, 0.6515297372501856, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, 0.6515297372501856, -0.34573441640043473, 0.20015934068060548, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, 1.9300559149523495, 0.43708143201851213, -0.34573441640043473, 0.20015934068060548, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, 0.43708143201851213, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, 0.20015934068060548, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, 0.20015934068060548, -0.9671511675712572, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, 0.20015934068060548, -0.06088113858244883, 0.43708143201851213, -0.06088113858244883, -0.9671511675712572, -0.06088113858244883, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, 0.8459182398712735, -0.9671511675712572, -0.34573441640043473, 0.8459182398712735, -0.34573441640043473, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, 0.43708143201851213, -0.34573441640043473, -0.06088113858244883, -0.06088113858244883, 0.6515297372501856, 0.43708143201851213, -0.06088113858244883, -0.6505917264017239, -0.06088113858244883, 0.8459182398712735, 2.4457300644244246, -0.9671511675712572, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, 0.43708143201851213, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, -0.9671511675712572, -0.06088113858244883, -0.9671511675712572, -0.9671511675712572, 0.20015934068060548, 0.20015934068060548, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.06088113858244883, -0.06088113858244883, -0.06088113858244883, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, 0.43708143201851213, 0.20015934068060548, -0.9671511675712572, -0.06088113858244883, -0.34573441640043473, -0.06088113858244883, 0.6515297372501856, 0.43708143201851213, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, -0.06088113858244883, 2.291053201890972, -0.6505917264017239, 1.597056810680258, 0.8459182398712735, -0.6505917264017239, -0.34573441640043473, -0.06088113858244883, 0.6515297372501856, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, 0.20015934068060548, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.34573441640043473, 0.8459182398712735, -0.6505917264017239, -0.06088113858244883, 0.20015934068060548, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, 0.20015934068060548, -0.34573441640043473, -0.34573441640043473, 0.20015934068060548, 0.43708143201851213, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, 0.43708143201851213, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, 0.43708143201851213, 0.6515297372501856, -0.06088113858244883, -0.34573441640043473, 0.43708143201851213, -0.34573441640043473, 0.20015934068060548, -0.6505917264017239, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.06088113858244883, 0.43708143201851213, 0.20015934068060548, 0.43708143201851213, -0.9671511675712572, 1.022769033372156, -0.6505917264017239, 0.43708143201851213, 0.20015934068060548, 0.6515297372501856, 0.20015934068060548, 0.43708143201851213, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, 0.20015934068060548, 0.6515297372501856, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, 0.20015934068060548, 0.43708143201851213, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, 0.43708143201851213, -0.6505917264017239, -0.9671511675712572, 0.20015934068060548, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, 0.20015934068060548, -0.34573441640043473, -0.9671511675712572, -0.06088113858244883, -0.9671511675712572, -0.06088113858244883, -0.06088113858244883, -0.34573441640043473, -0.06088113858244883, 0.6515297372501856, -0.06088113858244883, -0.06088113858244883, -0.34573441640043473, 0.43708143201851213, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, 1.1844142290285036, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.06088113858244883, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, 0.43708143201851213, -0.06088113858244883, -0.34573441640043473, -0.9671511675712572, 0.43708143201851213, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, 1.1844142290285036, -0.9671511675712572, 0.20015934068060548, -0.34573441640043473, -0.6505917264017239, 0.20015934068060548, -0.06088113858244883, 1.8261492146279619, 0.20015934068060548, -0.06088113858244883, -0.06088113858244883, -0.9671511675712572, -0.06088113858244883, 0.6515297372501856, -0.6505917264017239, -0.6505917264017239, 0.6515297372501856, 0.20015934068060548, -0.06088113858244883, 0.20015934068060548, -0.34573441640043473, 0.6515297372501856, 0.6515297372501856, 0.20015934068060548, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, 0.20015934068060548, 0.20015934068060548, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, 0.20015934068060548, 0.6515297372501856, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, -0.06088113858244883, -0.34573441640043473, 0.20015934068060548, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, 0.43708143201851213, -0.06088113858244883, -0.9671511675712572, -0.34573441640043473, -0.06088113858244883, -0.9671511675712572, 0.43708143201851213, 0.20015934068060548, -0.06088113858244883, -0.9671511675712572, 1.022769033372156, 0.43708143201851213, -0.34573441640043473, -0.9671511675712572, 0.6515297372501856, -0.6505917264017239, -0.6505917264017239, 0.20015934068060548, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, 0.6515297372501856, 1.597056810680258, 0.43708143201851213, 0.8459182398712735, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.06088113858244883, 1.597056810680258, 0.20015934068060548, -0.6505917264017239, 1.597056810680258, -0.34573441640043473, 0.43708143201851213, 0.43708143201851213, -0.34573441640043473, 0.20015934068060548, 0.43708143201851213, -0.6505917264017239, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.06088113858244883, 0.20015934068060548, 0.20015934068060548, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.06088113858244883, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, -0.34573441640043473, 0.20015934068060548, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, 0.20015934068060548, -0.34573441640043473, 0.8459182398712735, 0.43708143201851213, 0.43708143201851213, 2.71709958736371, -0.6505917264017239, -0.6505917264017239, 0.20015934068060548, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, 0.6515297372501856, -0.6505917264017239, -0.06088113858244883, 0.20015934068060548, -0.34573441640043473, -0.06088113858244883, -0.06088113858244883, 0.43708143201851213, -0.9671511675712572, 0.43708143201851213, 1.4699528767809853, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, 0.6515297372501856, 1.1844142290285036, -0.34573441640043473, 1.022769033372156, -0.9671511675712572, 1.3328950625699725, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, 4.3663947694302125, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.06088113858244883, 0.6515297372501856, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, -0.06088113858244883, 0.6515297372501856, -0.06088113858244883, -0.6505917264017239, 0.20015934068060548, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, 1.1844142290285036, 0.43708143201851213, -0.06088113858244883, -0.6505917264017239, 0.8459182398712735, -0.9671511675712572, 0.6515297372501856, 0.6515297372501856, 0.20015934068060548, 0.20015934068060548, -0.06088113858244883, -0.9671511675712572, -0.34573441640043473, 0.43708143201851213, 0.20015934068060548, 0.43708143201851213, 0.43708143201851213, 0.20015934068060548, -0.34573441640043473, -0.9671511675712572, 0.6515297372501856, -0.06088113858244883, 0.20015934068060548, 0.8459182398712735, -0.6505917264017239, 0.43708143201851213, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, 0.6515297372501856, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.06088113858244883, 1.1844142290285036, -0.34573441640043473, 0.6515297372501856, 0.43708143201851213, 0.43708143201851213, 1.8261492146279619, 0.6515297372501856, 0.8459182398712735, -0.06088113858244883, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, 0.6515297372501856, -0.6505917264017239, 2.5179191710984123, 4.297788934013552, 4.201476251571064, -0.6505917264017239, 0.43708143201851213, 0.20015934068060548, -0.06088113858244883, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, 0.43708143201851213, 1.7154422831047018, 1.022769033372156, -0.9671511675712572, -0.06088113858244883, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, 0.43708143201851213, 0.43708143201851213, -0.34573441640043473, -0.6505917264017239, 0.43708143201851213, -0.06088113858244883, -0.34573441640043473, -0.34573441640043473, 0.20015934068060548, 1.022769033372156, 0.20015934068060548, 0.20015934068060548, -0.9671511675712572, -0.06088113858244883, -0.06088113858244883, 0.6515297372501856, -0.06088113858244883, -0.34573441640043473, -0.06088113858244883, 1.022769033372156, -0.9671511675712572, 0.43708143201851213, 0.6515297372501856, -0.06088113858244883, -0.9671511675712572, 0.6515297372501856, 0.20015934068060548, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, 0.20015934068060548, -0.34573441640043473, 0.20015934068060548, 0.8459182398712735, -0.6505917264017239, -0.34573441640043473, 1.022769033372156, 1.022769033372156, 0.6515297372501856, 0.20015934068060548, -0.9671511675712572, 0.20015934068060548, -0.06088113858244883, 1.022769033372156, -0.06088113858244883, 0.20015934068060548, -0.06088113858244883, 0.8459182398712735, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, 0.20015934068060548, -0.06088113858244883, 2.5179191710984123, -0.34573441640043473, 1.3328950625699725, -0.06088113858244883, -0.06088113858244883, 0.43708143201851213, 0.8459182398712735, -0.06088113858244883, -0.9671511675712572, -0.6505917264017239, -0.06088113858244883, 0.43708143201851213, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, 0.6515297372501856, 0.20015934068060548, 1.3328950625699725, -0.9671511675712572, 0.8459182398712735, 0.20015934068060548, 0.20015934068060548, 1.4699528767809853, -0.9671511675712572, 0.20015934068060548, 0.43708143201851213, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, 1.022769033372156, -0.6505917264017239, -0.06088113858244883, 1.3328950625699725, 0.43708143201851213, -0.9671511675712572, 0.6515297372501856, -0.34573441640043473, -0.6505917264017239, 1.8261492146279619, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, 0.6515297372501856, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, 0.43708143201851213, -0.06088113858244883, -0.6505917264017239, 0.6515297372501856, 0.43708143201851213, 0.6515297372501856, -0.6505917264017239, -0.06088113858244883, 3.841110208916088, 0.43708143201851213, -0.06088113858244883, 0.20015934068060548, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, 0.6515297372501856, -0.9671511675712572, -0.34573441640043473, 0.20015934068060548, 1.597056810680258, -0.34573441640043473, -0.06088113858244883, 0.43708143201851213, 1.1844142290285036, 0.6515297372501856, 0.20015934068060548, 0.20015934068060548, 0.43708143201851213, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, 0.6515297372501856, -0.6505917264017239, 0.20015934068060548, 0.20015934068060548, -0.9671511675712572, 0.6515297372501856, -0.06088113858244883, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, 0.8459182398712735, 1.022769033372156, 4.614666849768116, 0.6515297372501856, 3.2899905712116038, -0.9671511675712572, 0.6515297372501856, -0.06088113858244883, 0.43708143201851213, 1.597056810680258, 0.20015934068060548, 0.20015934068060548, 2.4457300644244246, -0.34573441640043473, -0.34573441640043473, 0.20015934068060548, -0.34573441640043473, -0.34573441640043473, 0.20015934068060548, 0.6515297372501856, 0.43708143201851213, -0.6505917264017239, -0.34573441640043473, 1.597056810680258, -0.34573441640043473, -0.06088113858244883, -0.06088113858244883, 0.43708143201851213, 0.8459182398712735, -0.06088113858244883, -0.34573441640043473, -0.06088113858244883, 2.8945118688052007, 0.20015934068060548, 0.20015934068060548, 1.1844142290285036, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, 0.43708143201851213, 0.43708143201851213, 0.8459182398712735, 0.43708143201851213, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, 0.20015934068060548, 0.43708143201851213, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.06088113858244883, 0.6515297372501856, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, 0.43708143201851213, -0.6505917264017239, 0.20015934068060548, -0.34573441640043473, 0.20015934068060548, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, 0.6515297372501856, -0.34573441640043473, -0.6505917264017239, 0.43708143201851213, 2.1203401026948523, 0.20015934068060548, 4.274249562731618, -0.9671511675712572, -0.34573441640043473, 0.20015934068060548, 0.8459182398712735, 0.20015934068060548, 0.8459182398712735, -0.34573441640043473, -0.6505917264017239, 0.6515297372501856, 0.43708143201851213, 1.022769033372156, 1.022769033372156, -0.06088113858244883, 0.43708143201851213, -0.06088113858244883, -0.6505917264017239, 0.6515297372501856, -0.6505917264017239, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.34573441640043473, 0.6515297372501856, 0.8459182398712735, 1.4699528767809853, 0.8459182398712735, 4.3663947694302125, 0.20015934068060548, 0.20015934068060548, 0.6515297372501856, 0.6515297372501856, 2.1203401026948523, 0.20015934068060548, 0.20015934068060548, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, 0.43708143201851213, 0.43708143201851213, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, 1.597056810680258, 0.43708143201851213, -0.06088113858244883, 4.09898473334494, 1.022769033372156, 1.7154422831047018, 0.43708143201851213, -0.06088113858244883, 4.671138415218921, 0.20015934068060548, 5.0, -0.6505917264017239, 0.20015934068060548, 1.022769033372156, -0.34573441640043473, -0.34573441640043473, 0.20015934068060548, -0.9671511675712572, 1.022769033372156, 5.0, 1.8261492146279619, 1.1844142290285036, 0.20015934068060548, 0.43708143201851213, 0.20015934068060548, -0.34573441640043473, 0.20015934068060548, -0.34573441640043473, 4.045164706102839, 3.2455466311980508, 1.1844142290285036, -0.34573441640043473, 0.43708143201851213, 0.43708143201851213, 0.20015934068060548, 0.20015934068060548, 0.20015934068060548, 1.3328950625699725, 4.595390082731684, 0.8459182398712735, 0.43708143201851213, 0.6515297372501856, 1.4699528767809853, 1.597056810680258, 0.20015934068060548, 1.3328950625699725, -0.06088113858244883, 1.1844142290285036, 2.5179191710984123, 0.43708143201851213, 0.6515297372501856, 0.43708143201851213, -0.34573441640043473, -0.6505917264017239, 5.0, 1.4699528767809853, 5.0, -0.9671511675712572, 4.778418538054139, 0.20015934068060548, 2.5179191710984123, -0.34573441640043473, 1.1844142290285036, 0.20015934068060548, 0.20015934068060548, 4.151051833594665, -0.06088113858244883, -0.06088113858244883, 2.4457300644244246, 4.689526791288574, -0.34573441640043473, 0.20015934068060548, -0.06088113858244883, -0.06088113858244883, 1.3328950625699725, 0.20015934068060548, 0.20015934068060548, -0.34573441640043473, -0.06088113858244883, 0.43708143201851213, 1.7154422831047018, 2.3702118859105594, 0.43708143201851213, 1.4699528767809853, 1.022769033372156, 0.20015934068060548, -0.06088113858244883, 0.6515297372501856, 4.274249562731618, 1.1844142290285036, 1.1844142290285036, -0.9671511675712572, -0.34573441640043473, 4.09898473334494, 0.20015934068060548, -0.06088113858244883, 2.71709958736371, 0.43708143201851213, -0.06088113858244883, 0.8459182398712735, 2.4457300644244246, 0.43708143201851213, 1.3328950625699725, 1.597056810680258, 3.0028322215581373, 1.1844142290285036, 1.597056810680258, 2.5179191710984123, 0.6515297372501856, 0.20015934068060548, -0.34573441640043473, 3.7116522448677554, 2.291053201890972, -0.6505917264017239, 0.20015934068060548, -0.34573441640043473, 4.895092110506079, 0.8459182398712735, -0.34573441640043473, 0.20015934068060548, 0.20015934068060548, 0.20015934068060548, -0.6505917264017239, 1.022769033372156, -0.06088113858244883, 0.20015934068060548, -0.34573441640043473, 0.6515297372501856, 1.1844142290285036, 0.6515297372501856, 1.4699528767809853, 0.43708143201851213, 0.43708143201851213, 0.6515297372501856, 0.43708143201851213, 4.151051833594665, 1.8261492146279619, 1.022769033372156, -0.34573441640043473, 5.0, 0.8459182398712735, 0.6515297372501856, 4.515867208484567, 0.43708143201851213, 5.0, 5.0, -0.34573441640043473, 0.43708143201851213, 1.597056810680258, 0.43708143201851213, 0.8459182398712735, 1.1844142290285036, 0.6515297372501856, -0.6505917264017239, -0.06088113858244883, 1.022769033372156, -0.9671511675712572, -0.06088113858244883, -0.34573441640043473, 0.20015934068060548, 0.20015934068060548, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, 5.0, 5.0, 0.6515297372501856, 0.20015934068060548, 1.597056810680258, 0.6515297372501856, 3.809713569076758, 0.43708143201851213, 0.20015934068060548, 1.3328950625699725, 5.0, 5.0, 5.0, -0.34573441640043473, -0.9671511675712572, 1.022769033372156, -0.6505917264017239, 0.6515297372501856, 1.1844142290285036, 0.20015934068060548, 2.7784189102112893, 3.642776370429504, 2.207898536629544, 1.597056810680258, 5.0, 1.7154422831047018, -0.06088113858244883, 1.4699528767809853, -0.06088113858244883, 0.43708143201851213, 4.942596030616853, 0.8459182398712735, 1.597056810680258, 1.8261492146279619, 2.207898536629544, 4.3663947694302125, 1.3328950625699725, -0.06088113858244883, 0.6515297372501856, 0.43708143201851213, 0.8459182398712735, 1.022769033372156, 0.8459182398712735, -0.34573441640043473, 0.6515297372501856, 5.0, 0.43708143201851213, 0.6515297372501856, -0.06088113858244883, 0.43708143201851213, -0.9671511675712572, -0.34573441640043473, -0.06088113858244883, 5.0, 0.20015934068060548, 1.4699528767809853, 1.4699528767809853, -0.06088113858244883, -0.06088113858244883, 2.71709958736371, 0.6515297372501856, 2.1203401026948523, 1.022769033372156, 2.837504878772484, 2.4457300644244246, 0.6515297372501856, 0.43708143201851213, 1.4699528767809853, 3.2455466311980508, 0.6515297372501856, -0.06088113858244883, 0.20015934068060548, 5.0, 3.1998404361109283, 2.291053201890972, -0.06088113858244883, -0.34573441640043473, 1.9300559149523495, 0.20015934068060548, 5.0, 2.027907643889679, 5.0, 5.0, 0.20015934068060548, 3.841110208916088, 0.20015934068060548, 1.4699528767809853, 0.6515297372501856, 1.9300559149523495, 1.022769033372156, 0.8459182398712735, 3.7116522448677554, 0.20015934068060548, 0.20015934068060548, 1.7154422831047018, 1.022769033372156, 3.677584289426615, 4.297788934013552, 3.1998404361109283, 1.1844142290285036, 0.43708143201851213, 1.8261492146279619, 3.4163955789095564, -0.9671511675712572, 4.652535694404631, 1.3328950625699725, 5.0, 0.20015934068060548, 0.20015934068060548, 0.6515297372501856, 0.43708143201851213, 4.125230258256103, 2.3702118859105594, 5.0, 0.8459182398712735, -0.9671511675712572, 1.8261492146279619, 0.8459182398712735, 1.022769033372156, 2.1203401026948523, -0.34573441640043473, 1.3328950625699725, -0.34573441640043473, -0.6505917264017239, 0.20015934068060548, 0.8459182398712735, 5.0, 3.7450108730943708, 0.20015934068060548, 0.43708143201851213, -0.06088113858244883, -0.06088113858244883, 5.0, -0.9671511675712572, 0.8459182398712735, 1.022769033372156, 1.4699528767809853, -0.34573441640043473, 0.8459182398712735, 5.0, 1.7154422831047018, 0.20015934068060548, -0.6505917264017239, 0.6515297372501856, 5.0, 1.4699528767809853, 3.533575135973269, -0.34573441640043473, 1.022769033372156, -0.9671511675712572, 1.597056810680258, -0.06088113858244883, 3.0028322215581373, -0.34573441640043473, 4.942596030616853, 0.43708143201851213, 3.1043429278491645, 0.8459182398712735, 5.0, 3.9021143860363177, 0.6515297372501856, -0.9671511675712572, -0.06088113858244883, 0.8459182398712735, 0.6515297372501856, 1.022769033372156, 2.207898536629544, 5.0, 0.43708143201851213, 5.0, 0.20015934068060548, 0.6515297372501856, 1.4699528767809853, 1.022769033372156, 5.0, 4.201476251571064, 0.20015934068060548, 0.43708143201851213, -0.34573441640043473, 4.250358178262282, 1.3328950625699725, 1.9300559149523495, 0.20015934068060548, 1.4699528767809853, 2.5870533603558274, 1.022769033372156, 2.9495790360771768, 4.388623807150185, 1.9300559149523495, 3.3332394670989696, 0.6515297372501856, 0.6515297372501856, 0.6515297372501856, 1.1844142290285036, 5.0, 0.6515297372501856, 2.207898536629544, 5.0, 0.8459182398712735, 0.20015934068060548, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, 0.20015934068060548, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.06088113858244883, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, 0.20015934068060548, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, 0.20015934068060548, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.9671511675712572, 0.20015934068060548, -0.6505917264017239, -0.06088113858244883, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, 0.20015934068060548, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, 0.20015934068060548, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, -0.06088113858244883, 0.8459182398712735, -0.9671511675712572, -0.6505917264017239, 0.20015934068060548, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, 0.20015934068060548, 1.8261492146279619, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, 0.20015934068060548, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, 1.9300559149523495, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, 0.20015934068060548, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, 0.43708143201851213, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, 0.20015934068060548, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.06088113858244883, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.06088113858244883, -0.34573441640043473, -0.9671511675712572, -0.06088113858244883, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.06088113858244883, -0.6505917264017239, 0.43708143201851213, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.9671511675712572, -0.06088113858244883, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, 0.20015934068060548, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, 0.20015934068060548, -0.06088113858244883, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, 0.20015934068060548, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, 0.20015934068060548, -0.6505917264017239, -0.06088113858244883, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, 0.6515297372501856, -0.9671511675712572, 0.20015934068060548, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, 0.43708143201851213, -0.06088113858244883, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.06088113858244883, -0.9671511675712572, 0.43708143201851213, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, -0.9671511675712572, -0.06088113858244883, -0.06088113858244883, -0.9671511675712572, -0.9671511675712572, -0.06088113858244883, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, 2.207898536629544, 0.8459182398712735, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, 0.20015934068060548, 0.20015934068060548, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.06088113858244883, -0.06088113858244883, 0.20015934068060548, 0.20015934068060548, 0.20015934068060548, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, -0.06088113858244883, 0.20015934068060548, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, 0.20015934068060548, -0.9671511675712572, -0.06088113858244883, 0.20015934068060548, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, 0.20015934068060548, -0.9671511675712572, -0.06088113858244883, -0.9671511675712572, 0.20015934068060548, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, 0.8459182398712735, -0.9671511675712572, -0.6505917264017239, 0.6515297372501856, -0.06088113858244883, -0.9671511675712572, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, 0.20015934068060548, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, 0.6515297372501856, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, 0.20015934068060548, -0.9671511675712572, -0.6505917264017239, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, 0.20015934068060548, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, 0.20015934068060548, -0.06088113858244883, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, 0.20015934068060548, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, -0.06088113858244883, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, 0.20015934068060548, -0.9671511675712572, -0.34573441640043473, 1.7154422831047018, -0.34573441640043473, -0.9671511675712572, -0.06088113858244883, -0.9671511675712572, -0.6505917264017239, 0.6515297372501856, -0.6505917264017239, -0.34573441640043473, 0.43708143201851213, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, 0.43708143201851213, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, 0.43708143201851213, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, 0.20015934068060548, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.06088113858244883, -0.06088113858244883, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, 0.8459182398712735, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, 0.20015934068060548, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.06088113858244883, -0.9671511675712572, -0.34573441640043473, 0.6515297372501856, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.06088113858244883, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, -0.9671511675712572, 0.43708143201851213, -0.34573441640043473, -0.06088113858244883, -0.06088113858244883, -0.9671511675712572, -0.6505917264017239, 0.6515297372501856, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.06088113858244883, -0.9671511675712572, -0.34573441640043473, -0.06088113858244883, 0.20015934068060548, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, -0.34573441640043473, 0.8459182398712735, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, 0.43708143201851213, -0.34573441640043473, -0.34573441640043473, 0.6515297372501856, -0.06088113858244883, -0.06088113858244883, -0.9671511675712572, -0.9671511675712572, 0.6515297372501856, -0.34573441640043473, 0.43708143201851213, -0.34573441640043473, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, 0.43708143201851213, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, 0.20015934068060548, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, 0.20015934068060548, -0.06088113858244883, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, 2.291053201890972, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, -0.9671511675712572, 1.022769033372156, 1.022769033372156, -0.6505917264017239, -0.6505917264017239, 2.5179191710984123, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, 0.20015934068060548, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, 0.6515297372501856, -0.34573441640043473, -0.06088113858244883, 0.20015934068060548, -0.6505917264017239, 0.8459182398712735, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, 0.6515297372501856, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.06088113858244883, -0.34573441640043473, -0.06088113858244883, -0.9671511675712572, -0.34573441640043473, 0.20015934068060548, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, 0.20015934068060548, -0.06088113858244883, 0.20015934068060548, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, -0.06088113858244883, 0.20015934068060548, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, 0.20015934068060548, -0.6505917264017239, 0.8459182398712735, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.06088113858244883, -0.06088113858244883, -0.06088113858244883, -0.9671511675712572, -0.9671511675712572, 0.20015934068060548, 0.6515297372501856, 1.3328950625699725, 0.8459182398712735, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, 1.4699528767809853, -0.06088113858244883, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, 0.43708143201851213, -0.9671511675712572, -0.06088113858244883, 0.20015934068060548, 0.43708143201851213, -0.34573441640043473, -0.34573441640043473, 0.8459182398712735, -0.34573441640043473, -0.06088113858244883, 0.43708143201851213, -0.9671511675712572, 0.20015934068060548, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.34573441640043473, -0.9671511675712572, 0.20015934068060548, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, 0.20015934068060548, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, 1.3328950625699725, 1.1844142290285036, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, 0.43708143201851213, 0.6515297372501856, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, 0.20015934068060548, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, 0.43708143201851213, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, 1.597056810680258, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.06088113858244883, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, 3.7116522448677554, 0.43708143201851213, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.06088113858244883, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.06088113858244883, 0.8459182398712735, -0.34573441640043473, 3.2455466311980508, -0.06088113858244883, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.06088113858244883, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, 0.43708143201851213, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, 1.1844142290285036, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.06088113858244883, 0.6515297372501856, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, 0.20015934068060548, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.06088113858244883, -0.06088113858244883, -0.9671511675712572, -0.6505917264017239, 1.1844142290285036, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, 1.022769033372156, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, 0.20015934068060548, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, 0.20015934068060548, -0.06088113858244883, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, 0.20015934068060548, 0.20015934068060548, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, 0.43708143201851213, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, 0.43708143201851213, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.06088113858244883, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, 0.20015934068060548, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, 0.6515297372501856, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, 1.597056810680258, -0.6505917264017239, 0.43708143201851213, -0.34573441640043473, -0.9671511675712572, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, 0.43708143201851213, 0.43708143201851213, -0.6505917264017239, 0.6515297372501856, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, 0.20015934068060548, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, 0.20015934068060548, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.06088113858244883, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, 0.20015934068060548, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, 0.8459182398712735, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, 3.9608782176078745, 0.20015934068060548, -0.6505917264017239, -0.06088113858244883, -0.06088113858244883, 0.8459182398712735, -0.06088113858244883, 0.20015934068060548, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, 0.8459182398712735, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, 0.6515297372501856, -0.34573441640043473, -0.9671511675712572, 0.43708143201851213, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.34573441640043473, 0.20015934068060548, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.9671511675712572, -0.6505917264017239, 0.8459182398712735, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, 0.8459182398712735, -0.34573441640043473, 0.20015934068060548, -0.06088113858244883, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, 0.20015934068060548, 0.8459182398712735, 0.20015934068060548, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.06088113858244883, -0.6505917264017239, -0.06088113858244883, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, 0.6515297372501856, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.06088113858244883, -0.06088113858244883, 0.43708143201851213, 0.43708143201851213, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, 0.8459182398712735, 0.20015934068060548, -0.9671511675712572, -0.9671511675712572, 0.43708143201851213, 0.43708143201851213, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.06088113858244883, -0.6505917264017239, 0.6515297372501856, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.06088113858244883, 1.3328950625699725, 0.20015934068060548, 0.43708143201851213, 0.6515297372501856, 0.20015934068060548, 0.43708143201851213, 0.20015934068060548, 0.20015934068060548, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.06088113858244883, -0.9671511675712572, -0.06088113858244883, 1.4699528767809853, 0.20015934068060548, -0.6505917264017239, -0.9671511675712572, 1.597056810680258, 0.6515297372501856, 1.022769033372156, -0.6505917264017239, 0.43708143201851213, 0.20015934068060548, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, 1.1844142290285036, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, 0.20015934068060548, -0.06088113858244883, -0.06088113858244883, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, 0.43708143201851213, -0.6505917264017239, 0.6515297372501856, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, 0.20015934068060548, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.06088113858244883, -0.06088113858244883, -0.6505917264017239, -0.06088113858244883, 1.4699528767809853, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.34573441640043473, 0.20015934068060548, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, 0.20015934068060548, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, 1.4699528767809853, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, 0.20015934068060548, 0.20015934068060548, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, 0.20015934068060548, -0.34573441640043473, 0.43708143201851213, -0.34573441640043473, 3.05438557249674, -0.9671511675712572, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.06088113858244883, 0.43708143201851213, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, 0.20015934068060548, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, 0.20015934068060548, 0.20015934068060548, -0.06088113858244883, -0.9671511675712572, -0.06088113858244883, -0.34573441640043473, -0.9671511675712572, 0.20015934068060548, -0.6505917264017239, -0.06088113858244883, 2.9495790360771768, -0.6505917264017239, 0.43708143201851213, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, 0.20015934068060548, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, 2.9495790360771768, 1.597056810680258, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, -0.06088113858244883, 0.8459182398712735, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, 0.20015934068060548, 0.20015934068060548, -0.34573441640043473, 0.43708143201851213, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, 0.6515297372501856, 0.20015934068060548, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.06088113858244883, 0.43708143201851213, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, 0.6515297372501856, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.06088113858244883, 1.1844142290285036, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, 0.20015934068060548, -0.6505917264017239, 0.6515297372501856, -0.06088113858244883, 0.20015934068060548, -0.06088113858244883, -0.06088113858244883, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, 0.20015934068060548, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, 0.20015934068060548, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.06088113858244883, -0.6505917264017239, 1.3328950625699725, -0.9671511675712572, -0.6505917264017239, 0.43708143201851213, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, 0.43708143201851213, -0.06088113858244883, -0.06088113858244883, 1.4699528767809853, -0.6505917264017239, 0.20015934068060548, 0.6515297372501856, -0.34573441640043473, -0.9671511675712572, -0.9671511675712572, -0.9671511675712572, -0.06088113858244883, 1.1844142290285036, -0.34573441640043473, 0.20015934068060548, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, -0.06088113858244883, -0.9671511675712572, 0.20015934068060548, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, 0.20015934068060548, -0.34573441640043473, 1.8261492146279619, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, -0.6505917264017239, 0.43708143201851213, -0.6505917264017239, -0.6505917264017239, 0.8459182398712735, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, 0.20015934068060548, 0.20015934068060548, 0.20015934068060548, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, 0.20015934068060548, -0.34573441640043473, 0.20015934068060548, -0.06088113858244883, 0.20015934068060548, 0.43708143201851213, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, -0.06088113858244883, 0.43708143201851213, -0.9671511675712572, -0.34573441640043473, 3.9021143860363177, -0.9671511675712572, 4.09898473334494, 1.022769033372156, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, 0.20015934068060548, 0.43708143201851213, 0.43708143201851213, 0.6515297372501856, -0.06088113858244883, -0.34573441640043473, -0.9671511675712572, 0.20015934068060548, -0.9671511675712572, -0.06088113858244883, -0.34573441640043473, 1.4699528767809853, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, 2.027907643889679, -0.9671511675712572, 0.6515297372501856, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, 0.20015934068060548, -0.9671511675712572, -0.9671511675712572, -0.34573441640043473, 0.43708143201851213, 0.20015934068060548, -0.6505917264017239, -0.06088113858244883, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, 0.20015934068060548, 0.20015934068060548, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.06088113858244883, -0.06088113858244883, -0.9671511675712572, -0.9671511675712572, 0.8459182398712735, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, 0.20015934068060548, -0.6505917264017239, 3.533575135973269, -0.9671511675712572, -0.34573441640043473, 0.43708143201851213, -0.34573441640043473, 3.456413307095888, -0.06088113858244883, 0.43708143201851213, 0.20015934068060548, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, -0.06088113858244883, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, 0.8459182398712735, 0.20015934068060548, -0.34573441640043473, 1.022769033372156, 0.20015934068060548, -0.06088113858244883, 0.20015934068060548, 0.6515297372501856, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.06088113858244883, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, 0.20015934068060548, 1.1844142290285036, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, -0.06088113858244883, -0.6505917264017239, 0.8459182398712735, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, -0.06088113858244883, -0.06088113858244883, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, 0.20015934068060548, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, 0.8459182398712735, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, 0.8459182398712735, -0.06088113858244883, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, -0.06088113858244883, -0.06088113858244883, -0.9671511675712572, -0.06088113858244883, -0.9671511675712572, -0.06088113858244883, 0.20015934068060548, 0.20015934068060548, -0.34573441640043473, 2.5179191710984123, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, 0.6515297372501856, 0.20015934068060548, 0.20015934068060548, -0.6505917264017239, -0.9671511675712572, 0.20015934068060548, -0.34573441640043473, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.06088113858244883, -0.06088113858244883, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, 0.20015934068060548, 0.43708143201851213, 1.022769033372156, -0.6505917264017239, 0.43708143201851213, -0.06088113858244883, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, 0.6515297372501856, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, 0.6515297372501856, 0.43708143201851213, -0.34573441640043473, -0.9671511675712572, 1.3328950625699725, 2.027907643889679, -0.6505917264017239, -0.06088113858244883, 1.1844142290285036, -0.9671511675712572, 2.027907643889679, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, 1.597056810680258, -0.9671511675712572, -0.06088113858244883, 0.6515297372501856, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, 1.8261492146279619, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, 0.43708143201851213, -0.6505917264017239, 1.3328950625699725, -0.34573441640043473, 0.20015934068060548, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, 0.6515297372501856, 0.20015934068060548, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, 0.43708143201851213, -0.34573441640043473, 1.3328950625699725, 0.43708143201851213, -0.06088113858244883, -0.6505917264017239, 0.43708143201851213, -0.9671511675712572, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, 0.20015934068060548, -0.9671511675712572, 0.20015934068060548, 1.022769033372156, -0.6505917264017239, 0.43708143201851213, -0.6505917264017239, -0.06088113858244883, 0.6515297372501856, -0.34573441640043473, 0.20015934068060548, -0.9671511675712572, 0.6515297372501856, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, 5.0, -0.6505917264017239, -0.34573441640043473, 3.05438557249674, -0.6505917264017239, 3.3332394670989696, 0.20015934068060548, -0.06088113858244883, 1.1844142290285036, -0.34573441640043473, -0.6505917264017239, 1.022769033372156, 0.20015934068060548, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, 0.6515297372501856, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, 0.6515297372501856, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, 0.6515297372501856, 0.8459182398712735, 0.6515297372501856, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, 0.6515297372501856, -0.6505917264017239, -0.6505917264017239, 0.6515297372501856, 1.3328950625699725, -0.9671511675712572, -0.9671511675712572, 0.20015934068060548, 0.43708143201851213, 0.6515297372501856, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, 0.20015934068060548, -0.34573441640043473, 0.43708143201851213, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, -0.34573441640043473, 0.43708143201851213, -0.06088113858244883, -0.9671511675712572, 0.43708143201851213, -0.9671511675712572, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, 0.20015934068060548, -0.34573441640043473, 1.7154422831047018, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, 0.43708143201851213, -0.34573441640043473, -0.9671511675712572, 0.43708143201851213, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, 2.837504878772484, -0.6505917264017239, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.9671511675712572, 0.20015934068060548, 0.20015934068060548, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, 0.20015934068060548, -0.34573441640043473, 0.20015934068060548, -0.34573441640043473, 0.8459182398712735, 0.43708143201851213, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, 0.6515297372501856, -0.06088113858244883, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.9671511675712572, 0.20015934068060548, 0.20015934068060548, 0.6515297372501856, -0.6505917264017239, 0.43708143201851213, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, 0.6515297372501856, 0.6515297372501856, 1.597056810680258, -0.9671511675712572, 0.20015934068060548, 3.3332394670989696, -0.34573441640043473, -0.34573441640043473, 0.43708143201851213, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, 0.43708143201851213, -0.06088113858244883, -0.34573441640043473, 1.7154422831047018, -0.6505917264017239, 1.1844142290285036, -0.6505917264017239, 0.43708143201851213, -0.34573441640043473, 0.20015934068060548, -0.6505917264017239, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, 0.20015934068060548, -0.6505917264017239, 0.8459182398712735, -0.9671511675712572, 3.1527990073363146, 0.20015934068060548, 0.43708143201851213, -0.6505917264017239, -0.6505917264017239, 0.20015934068060548, -0.06088113858244883, -0.9671511675712572, 0.43708143201851213, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, 0.20015934068060548, 0.20015934068060548, 0.43708143201851213, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, -0.06088113858244883, 0.20015934068060548, -0.9671511675712572, 0.20015934068060548, -0.9671511675712572, -0.6505917264017239, 1.022769033372156, 0.43708143201851213, -0.6505917264017239, -0.06088113858244883, -0.34573441640043473, 0.20015934068060548, -0.34573441640043473, -0.34573441640043473, -0.6505917264017239, -0.06088113858244883, 0.20015934068060548, 0.20015934068060548, -0.06088113858244883, 0.43708143201851213, 0.6515297372501856, -0.6505917264017239, -0.6505917264017239, 0.8459182398712735, -0.34573441640043473, 0.20015934068060548, 1.1844142290285036, 2.6533750650812635, -0.9671511675712572, -0.9671511675712572, 0.20015934068060548, -0.06088113858244883, 2.7784189102112893, 0.43708143201851213, -0.06088113858244883, -0.6505917264017239, 1.7154422831047018, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.34573441640043473, 0.20015934068060548, 0.20015934068060548, 0.20015934068060548, -0.06088113858244883, -0.06088113858244883, 0.20015934068060548, 1.022769033372156, -0.6505917264017239, -0.06088113858244883, 0.20015934068060548, -0.6505917264017239, -0.06088113858244883, 1.4699528767809853, 1.9300559149523495, -0.9671511675712572, 1.022769033372156, 0.20015934068060548, 2.71709958736371, -0.9671511675712572, 0.6515297372501856, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, -0.06088113858244883, -0.6505917264017239, 0.8459182398712735, -0.34573441640043473, 0.6515297372501856, -0.6505917264017239, 0.43708143201851213, 0.20015934068060548, 0.43708143201851213, 1.022769033372156, 3.2899905712116038, -0.06088113858244883, 0.6515297372501856, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, 0.8459182398712735, 0.43708143201851213, 3.1043429278491645, -0.9671511675712572, 0.6515297372501856, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, 2.207898536629544, -0.34573441640043473, 0.6515297372501856, 0.6515297372501856, 0.20015934068060548, 0.6515297372501856, -0.06088113858244883, 0.43708143201851213, 0.43708143201851213, 1.8261492146279619, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.9671511675712572, 0.6515297372501856, 0.20015934068060548, 0.20015934068060548, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, 1.022769033372156, -0.06088113858244883, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, 0.43708143201851213, 3.1043429278491645, -0.6505917264017239, -0.9671511675712572, 0.6515297372501856, -0.9671511675712572, 1.1844142290285036, -0.9671511675712572, 0.43708143201851213, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.9671511675712572, 0.20015934068060548, -0.6505917264017239, -0.06088113858244883, -0.34573441640043473, 0.43708143201851213, 0.20015934068060548, 0.20015934068060548, 0.20015934068060548, -0.6505917264017239, -0.06088113858244883, 0.20015934068060548, 0.20015934068060548, -0.9671511675712572, -0.06088113858244883, 3.7450108730943708, -0.06088113858244883, -0.6505917264017239, -0.9671511675712572, 2.8945118688052007, -0.06088113858244883, 3.05438557249674, -0.06088113858244883, 1.022769033372156, -0.06088113858244883, -0.6505917264017239, -0.06088113858244883, -0.06088113858244883, -0.6505917264017239, 0.6515297372501856, 0.43708143201851213, -0.34573441640043473, -0.9671511675712572, 0.20015934068060548, -0.9671511675712572, 0.8459182398712735, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, 0.20015934068060548, -0.6505917264017239, 0.8459182398712735, -0.06088113858244883, 0.20015934068060548, -0.06088113858244883, 0.43708143201851213, 0.43708143201851213, -0.34573441640043473, 0.43708143201851213, -0.06088113858244883, 3.0028322215581373, 1.7154422831047018, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, 0.6515297372501856, -0.9671511675712572, 0.6515297372501856, -0.6505917264017239, 0.43708143201851213, -0.06088113858244883, -0.06088113858244883, -0.34573441640043473, -0.9671511675712572, -0.06088113858244883, -0.6505917264017239, 0.43708143201851213, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, 0.20015934068060548, 2.9495790360771768, 1.1844142290285036, 0.20015934068060548, -0.6505917264017239, 1.022769033372156, 0.20015934068060548, -0.34573441640043473, 0.20015934068060548, 0.6515297372501856, -0.06088113858244883, -0.9671511675712572, 0.8459182398712735, 0.43708143201851213, -0.06088113858244883, 0.43708143201851213, 1.3328950625699725, 0.43708143201851213, 0.20015934068060548, 0.20015934068060548, 0.8459182398712735, 0.43708143201851213, -0.34573441640043473, -0.06088113858244883, 1.1844142290285036, 0.43708143201851213, -0.6505917264017239, 1.022769033372156, 0.20015934068060548, -0.9671511675712572, -0.06088113858244883, 0.6515297372501856, -0.34573441640043473, 0.20015934068060548, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, 1.597056810680258, 0.43708143201851213, 0.43708143201851213, -0.34573441640043473, -0.34573441640043473, 1.8261492146279619, -0.9671511675712572, 1.4699528767809853, 0.20015934068060548, 0.20015934068060548, 1.3328950625699725, 0.20015934068060548, -0.9671511675712572, 0.6515297372501856, -0.9671511675712572, -0.6505917264017239, 1.022769033372156, 0.8459182398712735, -0.34573441640043473, 0.20015934068060548, 4.5561237801354215, -0.6505917264017239, -0.6505917264017239, 0.43708143201851213, 0.20015934068060548, 0.20015934068060548, 0.43708143201851213, -0.06088113858244883, -0.06088113858244883, 0.8459182398712735, -0.6505917264017239, -0.06088113858244883, -0.06088113858244883, 0.6515297372501856, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, 0.43708143201851213, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, 0.8459182398712735, 0.20015934068060548, -0.34573441640043473, 3.1998404361109283, 0.43708143201851213, -0.6505917264017239, 0.20015934068060548, 0.43708143201851213, -0.9671511675712572, -0.34573441640043473, 0.20015934068060548, 1.1844142290285036, 1.022769033372156, 3.1998404361109283, -0.34573441640043473, -0.6505917264017239, 0.6515297372501856, -0.9671511675712572, 3.0028322215581373, -0.6505917264017239, 1.1844142290285036, -0.06088113858244883, -0.34573441640043473, 3.677584289426615, 0.6515297372501856, 1.7154422831047018, 2.4457300644244246, 0.43708143201851213, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, 3.456413307095888, -0.06088113858244883, 1.1844142290285036, 1.4699528767809853, 0.6515297372501856, -0.34573441640043473, 0.20015934068060548, 0.20015934068060548, 0.20015934068060548, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, 0.20015934068060548, 0.20015934068060548, 0.6515297372501856, 2.837504878772484, 0.8459182398712735, 3.4954578680382697, 0.20015934068060548, -0.06088113858244883, -0.6505917264017239, -0.9671511675712572, -0.9671511675712572, -0.06088113858244883, 0.20015934068060548, -0.06088113858244883, 0.43708143201851213, 0.8459182398712735, 0.20015934068060548, 0.6515297372501856, 0.6515297372501856, 1.022769033372156, -0.34573441640043473, -0.6505917264017239, 0.43708143201851213, 0.20015934068060548, 0.43708143201851213, 2.1203401026948523, -0.06088113858244883, -0.06088113858244883, 0.43708143201851213, 0.43708143201851213, 1.022769033372156, -0.06088113858244883, -0.6505917264017239, -0.06088113858244883, 0.43708143201851213, 0.6515297372501856, -0.6505917264017239, -0.34573441640043473, 0.8459182398712735, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, 0.20015934068060548, 0.20015934068060548, -0.06088113858244883, -0.06088113858244883, 1.022769033372156, 0.20015934068060548, 0.20015934068060548, -0.34573441640043473, 0.43708143201851213, 0.6515297372501856, 0.43708143201851213, -0.34573441640043473, 0.43708143201851213, 0.20015934068060548, -0.6505917264017239, -0.06088113858244883, -0.06088113858244883, 0.43708143201851213, 1.3328950625699725, -0.6505917264017239, -0.6505917264017239, 0.8459182398712735, -0.34573441640043473, 0.20015934068060548, 0.20015934068060548, 0.20015934068060548, -0.06088113858244883, 1.022769033372156, -0.34573441640043473, 0.20015934068060548, 1.1844142290285036, 0.43708143201851213, -0.06088113858244883, 1.022769033372156, 0.20015934068060548, 0.8459182398712735, -0.9671511675712572, 0.20015934068060548, -0.34573441640043473, -0.34573441640043473, 0.8459182398712735, -0.34573441640043473, 0.6515297372501856, 0.8459182398712735, -0.06088113858244883, 0.20015934068060548, -0.6505917264017239, 0.20015934068060548, -0.34573441640043473, -0.06088113858244883, -0.06088113858244883, 0.43708143201851213, 0.43708143201851213, -0.06088113858244883, 0.20015934068060548, 0.43708143201851213, -0.6505917264017239, -0.06088113858244883, -0.06088113858244883, -0.6505917264017239, 0.6515297372501856, 1.3328950625699725, 1.1844142290285036, -0.34573441640043473, 0.8459182398712735, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, 0.20015934068060548, 0.20015934068060548, -0.06088113858244883, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, 2.6533750650812635, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, 0.20015934068060548, -0.34573441640043473, 4.343851983015041, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, 0.20015934068060548, 0.6515297372501856, -0.34573441640043473, -0.06088113858244883, 0.6515297372501856, 3.677584289426615, 0.20015934068060548, 0.43708143201851213, 0.43708143201851213, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, 1.8261492146279619, 0.43708143201851213, 2.5179191710984123, -0.06088113858244883, -0.34573441640043473, 2.837504878772484, -0.6505917264017239, 2.3702118859105594, 0.6515297372501856, -0.34573441640043473, -0.34573441640043473, 0.20015934068060548, -0.9671511675712572, 2.5870533603558274, -0.06088113858244883, 0.43708143201851213, 0.20015934068060548, -0.34573441640043473, 1.597056810680258, -0.34573441640043473, 4.151051833594665, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, -0.6505917264017239, 0.43708143201851213, -0.9671511675712572, -0.06088113858244883, 1.1844142290285036, 0.20015934068060548, 0.20015934068060548, -0.6505917264017239, -0.6505917264017239, -0.06088113858244883, 3.4163955789095564, -0.6505917264017239, 1.022769033372156, 0.43708143201851213, 1.1844142290285036, 0.8459182398712735, -0.06088113858244883, 0.6515297372501856, -0.6505917264017239, -0.9671511675712572, 0.43708143201851213, -0.6505917264017239, 1.022769033372156, -0.34573441640043473, 3.777688956436809, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, 0.43708143201851213, -0.06088113858244883, -0.06088113858244883, 3.05438557249674, -0.06088113858244883, 0.43708143201851213, 2.5179191710984123, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, 4.614666849768116, -0.6505917264017239, -0.06088113858244883, -0.34573441640043473, 0.20015934068060548, -0.6505917264017239, -0.9671511675712572, 1.022769033372156, -0.34573441640043473, 4.3663947694302125, 0.20015934068060548, 1.597056810680258, -0.6505917264017239, 1.4699528767809853, 0.6515297372501856, 0.6515297372501856, 0.8459182398712735, -0.06088113858244883, -0.06088113858244883, 3.809713569076758, 0.8459182398712735, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, 0.20015934068060548, -0.06088113858244883, 1.022769033372156, -0.9671511675712572, 0.8459182398712735, -0.06088113858244883, 1.022769033372156, -0.6505917264017239, 4.671138415218921, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, 0.20015934068060548, -0.06088113858244883, -0.34573441640043473, 1.022769033372156, 2.291053201890972, 0.20015934068060548, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, 0.20015934068060548, -0.9671511675712572, -0.34573441640043473, 0.6515297372501856, -0.34573441640043473, 0.43708143201851213, -0.34573441640043473, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, 0.20015934068060548, -0.6505917264017239, -0.6505917264017239, 0.20015934068060548, 5.0, 3.989470067089656, 3.1527990073363146, 0.43708143201851213, 0.43708143201851213, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, 0.20015934068060548, 2.027907643889679, 0.6515297372501856, -0.06088113858244883, 0.6515297372501856, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, -0.9671511675712572, 0.6515297372501856, -0.6505917264017239, -0.34573441640043473, -0.06088113858244883, -0.9671511675712572, -0.06088113858244883, 0.20015934068060548, 1.3328950625699725, -0.9671511675712572, 0.43708143201851213, -0.34573441640043473, -0.06088113858244883, 0.20015934068060548, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, 0.6515297372501856, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, 0.6515297372501856, 0.43708143201851213, 0.20015934068060548, -0.34573441640043473, 0.6515297372501856, 2.71709958736371, -0.06088113858244883, 0.8459182398712735, -0.06088113858244883, -0.06088113858244883, 0.43708143201851213, 0.6515297372501856, -0.9671511675712572, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, 0.20015934068060548, 0.6515297372501856, -0.06088113858244883, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.9671511675712572, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, 0.43708143201851213, 5.0, 1.022769033372156, 0.43708143201851213, 0.43708143201851213, 0.20015934068060548, -0.34573441640043473, -0.34573441640043473, 0.20015934068060548, 0.20015934068060548, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, -0.06088113858244883, 0.20015934068060548, -0.06088113858244883, -0.9671511675712572, -0.6505917264017239, 1.022769033372156, 2.4457300644244246, -0.06088113858244883, -0.06088113858244883, -0.34573441640043473, -0.06088113858244883, 1.3328950625699725, -0.6505917264017239, 3.4954578680382697, -0.34573441640043473, 0.6515297372501856, -0.6505917264017239, 0.6515297372501856, -0.9671511675712572, 1.4699528767809853, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, 1.022769033372156, 0.43708143201851213, 0.6515297372501856, 0.6515297372501856, -0.06088113858244883, -0.34573441640043473, -0.34573441640043473, 0.20015934068060548, -0.6505917264017239, 0.20015934068060548, -0.06088113858244883, -0.9671511675712572, 0.6515297372501856, 0.20015934068060548, 0.6515297372501856, 0.20015934068060548, -0.34573441640043473, 0.20015934068060548, 0.43708143201851213, 0.20015934068060548, 0.43708143201851213, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, -0.34573441640043473, -0.6505917264017239, 0.6515297372501856, -0.06088113858244883, 0.20015934068060548, -0.9671511675712572, -0.06088113858244883, 0.20015934068060548, 0.43708143201851213, 0.8459182398712735, -0.06088113858244883, -0.6505917264017239, -0.6505917264017239, 0.43708143201851213, -0.9671511675712572, -0.34573441640043473, 1.7154422831047018, 3.0028322215581373, -0.9671511675712572, 0.6515297372501856, -0.34573441640043473, 0.43708143201851213, -0.34573441640043473, -0.9671511675712572, 0.20015934068060548, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, 0.20015934068060548, -0.06088113858244883, -0.06088113858244883, 0.20015934068060548, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, -0.6505917264017239, -0.34573441640043473, 0.8459182398712735, 0.8459182398712735, 0.8459182398712735, -0.9671511675712572, 0.6515297372501856, -0.34573441640043473, 0.8459182398712735, -0.06088113858244883, 0.43708143201851213, -0.34573441640043473, 0.43708143201851213, -0.34573441640043473, -0.06088113858244883, -0.06088113858244883, -0.34573441640043473, -0.06088113858244883, 0.20015934068060548, 0.20015934068060548, -0.9671511675712572, -0.34573441640043473, 1.022769033372156, -0.06088113858244883, 0.20015934068060548, -0.06088113858244883, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, -0.06088113858244883, 0.8459182398712735, -0.34573441640043473, -0.06088113858244883, 0.8459182398712735, 0.8459182398712735, 0.20015934068060548, -0.9671511675712572, 0.6515297372501856, -0.6505917264017239, 1.597056810680258, -0.6505917264017239, 0.43708143201851213, -0.6505917264017239, -0.06088113858244883, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, 0.43708143201851213, 0.43708143201851213, 1.1844142290285036, 0.6515297372501856, -0.06088113858244883, -0.06088113858244883, -0.06088113858244883, -0.06088113858244883, 0.20015934068060548, 1.9300559149523495, -0.34573441640043473, -0.06088113858244883, 1.597056810680258, 0.20015934068060548, -0.34573441640043473, -0.6505917264017239, -0.6505917264017239, 0.20015934068060548, 0.20015934068060548, 0.20015934068060548, 0.43708143201851213, 1.1844142290285036, 4.76103193380916, -0.34573441640043473, -0.6505917264017239, 0.6515297372501856, -0.9671511675712572, -0.34573441640043473, 0.20015934068060548, -0.06088113858244883, -0.06088113858244883, 0.6515297372501856, -0.9671511675712572, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, -0.34573441640043473, 0.6515297372501856, -0.34573441640043473, 0.20015934068060548, 1.022769033372156, -0.6505917264017239, 0.20015934068060548, -0.6505917264017239, -0.6505917264017239, -0.34573441640043473, 1.022769033372156, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.9671511675712572, 0.6515297372501856, -0.6505917264017239, -0.34573441640043473, 0.43708143201851213, 1.1844142290285036, 0.20015934068060548, 0.43708143201851213, 0.20015934068060548, 0.6515297372501856, 0.43708143201851213, 0.43708143201851213, 0.20015934068060548, -0.6505917264017239, 0.43708143201851213, -0.34573441640043473, 0.43708143201851213, -0.6505917264017239, 1.1844142290285036, 0.20015934068060548, -0.06088113858244883, 0.20015934068060548, 1.3328950625699725, 0.8459182398712735, 0.20015934068060548, 1.3328950625699725, -0.34573441640043473, 1.022769033372156, 0.6515297372501856, 0.43708143201851213, 0.8459182398712735, -0.9671511675712572, 0.20015934068060548, -0.34573441640043473, -0.6505917264017239, -0.9671511675712572, -0.6505917264017239, 0.6515297372501856, -0.06088113858244883, -0.34573441640043473, -0.34573441640043473, 0.8459182398712735, -0.6505917264017239, -0.06088113858244883, -0.9671511675712572, 1.1844142290285036, -0.34573441640043473, 0.6515297372501856, -0.34573441640043473, 0.8459182398712735, -0.34573441640043473, 0.43708143201851213, 0.43708143201851213, 0.43708143201851213, -0.9671511675712572, 0.6515297372501856, -0.6505917264017239, 0.6515297372501856, -0.34573441640043473, 0.20015934068060548, -0.06088113858244883, 0.20015934068060548, 0.43708143201851213, -0.9671511675712572, 0.20015934068060548, 0.43708143201851213, 0.6515297372501856, 0.20015934068060548, -0.06088113858244883, 0.20015934068060548, -0.34573441640043473, -0.9671511675712572, 0.6515297372501856, 0.43708143201851213, -0.06088113858244883, -0.6505917264017239, 1.4699528767809853, -0.06088113858244883, -0.6505917264017239, 0.43708143201851213, -0.06088113858244883, 0.43708143201851213, -0.06088113858244883, -0.06088113858244883, -0.06088113858244883, 1.597056810680258, 0.43708143201851213, 0.20015934068060548, -0.6505917264017239, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, 4.045164706102839, 0.20015934068060548, -0.34573441640043473, 0.20015934068060548, 0.8459182398712735, -0.34573441640043473, 2.1203401026948523, -0.06088113858244883, 0.20015934068060548, -0.06088113858244883, 1.022769033372156, 4.388623807150185, 0.43708143201851213, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, -0.34573441640043473, -0.06088113858244883, 0.20015934068060548, 0.43708143201851213, 0.43708143201851213, -0.6505917264017239, -0.06088113858244883, 0.6515297372501856, 0.8459182398712735, -0.6505917264017239, 0.6515297372501856, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, 1.1844142290285036, 0.20015934068060548, 0.43708143201851213, -0.06088113858244883, -0.6505917264017239, 1.022769033372156, 0.43708143201851213, -0.06088113858244883, 0.43708143201851213, -0.34573441640043473, 2.1203401026948523, 0.43708143201851213, -0.6505917264017239, 0.8459182398712735, 0.43708143201851213, 0.20015934068060548, -0.34573441640043473, 0.6515297372501856, 0.8459182398712735, -0.6505917264017239, -0.34573441640043473, 0.6515297372501856, 0.20015934068060548, 0.20015934068060548, -0.06088113858244883, 0.8459182398712735, 0.6515297372501856, 4.689526791288574, -0.9671511675712572, 0.6515297372501856, 0.8459182398712735, 1.022769033372156, -0.06088113858244883, 0.43708143201851213, 1.022769033372156, 0.20015934068060548, 0.43708143201851213, -0.06088113858244883, -0.6505917264017239, -0.9671511675712572, -0.06088113858244883, -0.06088113858244883, 1.1844142290285036, 0.43708143201851213, -0.34573441640043473, 0.43708143201851213, 0.20015934068060548, 0.20015934068060548, -0.34573441640043473, 0.6515297372501856, 0.20015934068060548, 0.6515297372501856, 0.20015934068060548, -0.06088113858244883, -0.06088113858244883, -0.06088113858244883, -0.6505917264017239, 0.8459182398712735, 0.6515297372501856, -0.06088113858244883, 1.8261492146279619, -0.06088113858244883, 0.20015934068060548, -0.06088113858244883, -0.6505917264017239, 0.6515297372501856, -0.6505917264017239, -0.34573441640043473, -0.06088113858244883, -0.34573441640043473, -0.6505917264017239, 1.3328950625699725, 0.6515297372501856, -0.06088113858244883, 0.43708143201851213, -0.06088113858244883, 0.43708143201851213, 0.20015934068060548, -0.9671511675712572, -0.34573441640043473, 0.43708143201851213, -0.9671511675712572, -0.06088113858244883, 0.6515297372501856, 3.3332394670989696, 0.6515297372501856, 0.43708143201851213, -0.06088113858244883, 0.43708143201851213, -0.9671511675712572, 0.43708143201851213, 1.022769033372156, 0.20015934068060548, 0.20015934068060548, 0.20015934068060548, -0.06088113858244883, 0.43708143201851213, -0.34573441640043473, -0.06088113858244883, 1.3328950625699725, 0.43708143201851213, 0.20015934068060548, 0.6515297372501856, 0.20015934068060548, 0.43708143201851213, 0.43708143201851213, 0.43708143201851213, -0.6505917264017239, 0.20015934068060548, -0.34573441640043473, -0.06088113858244883, 1.3328950625699725, 0.43708143201851213, 1.022769033372156, 0.43708143201851213, 1.4699528767809853, -0.06088113858244883, -0.06088113858244883, -0.06088113858244883, 0.6515297372501856, -0.06088113858244883, 0.20015934068060548, 0.6515297372501856, 0.43708143201851213, 0.8459182398712735, -0.9671511675712572, 0.20015934068060548, -0.06088113858244883, 0.20015934068060548, 1.022769033372156, 0.43708143201851213, 1.1844142290285036, 0.43708143201851213, 0.6515297372501856, -0.06088113858244883, -0.06088113858244883, 0.20015934068060548, -0.06088113858244883, -0.6505917264017239, -0.06088113858244883, 0.20015934068060548, -0.06088113858244883, -0.9671511675712572, -0.34573441640043473, 0.20015934068060548, -0.9671511675712572, 0.43708143201851213, -0.6505917264017239, 0.43708143201851213, 1.3328950625699725, 1.022769033372156, -0.06088113858244883, -0.06088113858244883, -0.6505917264017239, 0.43708143201851213, -0.6505917264017239, 1.4699528767809853, -0.06088113858244883, 0.6515297372501856, -0.06088113858244883, 0.6515297372501856, 0.43708143201851213, 0.8459182398712735, -0.06088113858244883, 0.20015934068060548, 0.43708143201851213, 1.4699528767809853, -0.06088113858244883, 0.20015934068060548, 1.8261492146279619, 1.1844142290285036, -0.06088113858244883, 1.022769033372156, -0.06088113858244883, 0.6515297372501856, -0.34573441640043473, -0.6505917264017239, 0.8459182398712735, 1.3328950625699725, -0.34573441640043473, 0.8459182398712735, -0.06088113858244883, -0.34573441640043473, 0.6515297372501856, 0.20015934068060548, 1.1844142290285036, -0.34573441640043473, 1.022769033372156, 0.43708143201851213, -0.06088113858244883, -0.34573441640043473, 0.8459182398712735, 1.3328950625699725, -0.06088113858244883, 0.43708143201851213, 1.1844142290285036, 0.20015934068060548, -0.06088113858244883, -0.9671511675712572, -0.06088113858244883, -0.34573441640043473, 0.20015934068060548, 0.6515297372501856, 0.8459182398712735, -0.6505917264017239, 0.20015934068060548, -0.34573441640043473, 0.6515297372501856, 0.43708143201851213, -0.34573441640043473, -0.34573441640043473, 0.20015934068060548, -0.9671511675712572, 1.3328950625699725, 0.43708143201851213, 0.20015934068060548, 1.022769033372156, 0.43708143201851213, -0.9671511675712572, -0.06088113858244883, 0.20015934068060548, 0.6515297372501856, 0.20015934068060548, 0.20015934068060548, 0.8459182398712735, -0.34573441640043473, 0.43708143201851213, 0.8459182398712735, 0.20015934068060548, 0.20015934068060548, -0.06088113858244883, -0.34573441640043473, 0.6515297372501856, 2.1203401026948523, 0.43708143201851213, 0.6515297372501856, 0.20015934068060548, -0.34573441640043473, 1.022769033372156, 0.43708143201851213, -0.06088113858244883, -0.06088113858244883, 1.1844142290285036, 0.8459182398712735, 0.20015934068060548, 0.6515297372501856, 0.20015934068060548, 0.20015934068060548, 0.20015934068060548, 5.0, 0.8459182398712735, -0.34573441640043473, -0.34573441640043473, -0.06088113858244883, -0.6505917264017239, 0.43708143201851213, -0.6505917264017239, -0.06088113858244883, 1.4699528767809853, 0.43708143201851213, 0.20015934068060548, 1.1844142290285036, 0.8459182398712735, -0.34573441640043473, -0.34573441640043473, 0.43708143201851213, 0.8459182398712735, 0.43708143201851213, -0.34573441640043473, 1.1844142290285036, -0.06088113858244883, -0.34573441640043473, -0.06088113858244883, 0.20015934068060548, -0.06088113858244883, -0.34573441640043473, 1.022769033372156, -0.9671511675712572, 1.1844142290285036, 0.6515297372501856, 0.43708143201851213, 1.3328950625699725, 0.8459182398712735, 0.20015934068060548, -0.6505917264017239, -0.06088113858244883, 0.43708143201851213, 0.8459182398712735, 0.8459182398712735, 0.43708143201851213, 1.1844142290285036, -0.06088113858244883, 0.20015934068060548, 0.43708143201851213, 1.022769033372156, 0.8459182398712735, 0.6515297372501856, 0.20015934068060548, -0.6505917264017239, 0.8459182398712735, 1.022769033372156, 0.6515297372501856, 0.43708143201851213, -0.34573441640043473, 0.43708143201851213, 0.20015934068060548, 1.4699528767809853, 0.6515297372501856, 0.43708143201851213, 0.43708143201851213, -0.34573441640043473, -0.34573441640043473, 0.43708143201851213, -0.34573441640043473, 2.8945118688052007, -0.6505917264017239, -0.6505917264017239, 0.43708143201851213, -0.06088113858244883, 1.7154422831047018, 0.20015934068060548, 1.022769033372156, 0.6515297372501856, 0.43708143201851213, -0.6505917264017239, 2.1203401026948523, 0.20015934068060548, 0.6515297372501856, -0.06088113858244883, -0.6505917264017239, -0.34573441640043473, 1.4699528767809853, -0.06088113858244883, -0.34573441640043473, -0.9671511675712572, 0.8459182398712735, 0.6515297372501856, -0.34573441640043473, 0.8459182398712735, 1.597056810680258, -0.6505917264017239, -0.06088113858244883, -0.34573441640043473, -0.34573441640043473, 0.20015934068060548, -0.34573441640043473, 1.597056810680258, -0.34573441640043473, -0.06088113858244883, -0.9671511675712572, -0.34573441640043473, 0.43708143201851213, -0.34573441640043473, 1.4699528767809853, 0.20015934068060548, 1.7154422831047018, -0.06088113858244883, 0.6515297372501856, 0.20015934068060548, 1.022769033372156, 0.43708143201851213, 0.6515297372501856, 1.1844142290285036, -0.34573441640043473, -0.06088113858244883, 0.43708143201851213, 0.6515297372501856, -0.6505917264017239, 1.8261492146279619, 1.7154422831047018, 0.20015934068060548, -0.6505917264017239, 0.20015934068060548, 0.20015934068060548, -0.6505917264017239, -0.6505917264017239, 1.022769033372156, 1.4699528767809853, 0.6515297372501856, -0.06088113858244883, 0.6515297372501856, 0.20015934068060548, 1.3328950625699725, 0.8459182398712735, -0.34573441640043473, 0.6515297372501856, 1.597056810680258, 0.20015934068060548, 0.20015934068060548, 0.43708143201851213, -0.9671511675712572, -0.34573441640043473, -0.34573441640043473, 0.6515297372501856, 0.43708143201851213, -0.06088113858244883, -0.6505917264017239, 1.9300559149523495, 1.597056810680258, -0.06088113858244883, -0.06088113858244883, 0.43708143201851213, 1.7154422831047018, -0.06088113858244883, 0.8459182398712735, 0.20015934068060548, 1.022769033372156, -0.06088113858244883, -0.06088113858244883, -0.6505917264017239, 0.20015934068060548, 1.7154422831047018, 1.3328950625699725, 0.20015934068060548, -0.6505917264017239, 1.022769033372156, 2.5179191710984123, 0.6515297372501856, 1.022769033372156, -0.34573441640043473, -0.9671511675712572, 2.9495790360771768, -0.06088113858244883, -0.9671511675712572, 0.6515297372501856, 1.022769033372156, -0.9671511675712572, -0.06088113858244883, -0.06088113858244883, 0.20015934068060548, -0.9671511675712572, -0.34573441640043473, -0.06088113858244883, 1.022769033372156, 1.022769033372156, 0.8459182398712735, -0.06088113858244883, -0.06088113858244883, -0.6505917264017239, 0.6515297372501856, 1.7154422831047018, 1.4699528767809853, 2.027907643889679, 0.43708143201851213, 5.0, -0.06088113858244883, 0.20015934068060548, -0.34573441640043473, 0.6515297372501856, 0.20015934068060548, 0.8459182398712735, 0.43708143201851213, 1.3328950625699725, 2.3702118859105594, -0.34573441640043473, 1.022769033372156, 1.3328950625699725, 1.3328950625699725, 0.43708143201851213, 1.3328950625699725, 0.20015934068060548, 0.20015934068060548, 0.6515297372501856, -0.06088113858244883, 0.8459182398712735, 0.43708143201851213, -0.06088113858244883, 1.022769033372156, 0.6515297372501856, -0.06088113858244883, 0.6515297372501856, 0.43708143201851213, 1.3328950625699725, 3.05438557249674, 0.20015934068060548, 0.43708143201851213, -0.6505917264017239, 0.20015934068060548, -0.06088113858244883, -0.34573441640043473, 1.022769033372156, 0.6515297372501856, 1.3328950625699725, 0.6515297372501856, 0.20015934068060548, 1.7154422831047018, 1.4699528767809853, -0.06088113858244883, 0.6515297372501856, 2.027907643889679, 0.8459182398712735, 0.20015934068060548, -0.34573441640043473, 0.6515297372501856, 0.43708143201851213, -0.06088113858244883, 1.8261492146279619, 3.677584289426615, -0.6505917264017239, 0.8459182398712735, 1.1844142290285036, -0.06088113858244883, 0.43708143201851213, 1.8261492146279619, 0.43708143201851213, 0.6515297372501856, 1.3328950625699725, -0.6505917264017239, 0.8459182398712735, 1.1844142290285036, 0.6515297372501856, 4.297788934013552, 0.8459182398712735, 1.022769033372156, 0.20015934068060548, 1.3328950625699725, 1.022769033372156, 0.8459182398712735, -0.6505917264017239, 0.20015934068060548, -0.34573441640043473, 0.8459182398712735, -0.06088113858244883, 0.20015934068060548, -0.6505917264017239, 1.1844142290285036, -0.34573441640043473, -0.34573441640043473, 0.8459182398712735, 0.8459182398712735, 1.022769033372156, 1.3328950625699725, 0.8459182398712735, -0.06088113858244883, 0.43708143201851213, 1.597056810680258, 1.8261492146279619, 1.1844142290285036, 0.20015934068060548, 0.6515297372501856, -0.6505917264017239, -0.06088113858244883, 1.022769033372156], [-1.3697925570526135, -0.5354406795851087, -0.2951153824866692, -1.3697925570526135, -0.7976890818801651, -1.0783540722507226, 0.12043597170660983, -1.3697925570526135, -0.7976890818801651, -0.7976890818801651, -0.2951153824866692, -1.0783540722507226, -1.0783540722507226, -0.2951153824866692, -1.0783540722507226, -0.07699452954191027, -0.5354406795851087, -1.0783540722507226, -0.2951153824866692, 0.12043597170660983, -0.7976890818801651, -1.0783540722507226, -0.7976890818801651, -0.2951153824866692, -1.3697925570526135, -1.3697925570526135, -0.7976890818801651, -0.7976890818801651, -0.5354406795851087, -0.7976890818801651, -0.5354406795851087, -1.0783540722507226, -0.7976890818801651, -1.3697925570526135, 0.12043597170660983, -0.7976890818801651, 0.12043597170660983, -0.7976890818801651, -0.7976890818801651, 0.2993985401818877, -1.0783540722507226, -1.3697925570526135, -0.5354406795851087, -0.5354406795851087, -0.7976890818801651, -0.7976890818801651, -0.07699452954191027, -0.5354406795851087, 0.12043597170660983, 0.12043597170660983, -0.5354406795851087, -0.07699452954191027, -0.5354406795851087, -0.5354406795851087, -0.07699452954191027, -0.7976890818801651, -1.3697925570526135, -1.3697925570526135, -1.0783540722507226, -0.5354406795851087, -0.07699452954191027, 0.12043597170660983, -0.2951153824866692, -0.5354406795851087, -0.5354406795851087, -0.7976890818801651, -0.5354406795851087, -0.2951153824866692, -0.2951153824866692, -0.7976890818801651, -0.5354406795851087, -0.2951153824866692, -0.7976890818801651, -0.5354406795851087, -0.2951153824866692, -1.3697925570526135, -0.5354406795851087, -0.7976890818801651, -0.07699452954191027, -0.7976890818801651, -0.7976890818801651, -0.7976890818801651, -0.2951153824866692, -0.2951153824866692, -0.07699452954191027, -0.7976890818801651, -0.2951153824866692, -1.0783540722507226, -0.7976890818801651, -0.5354406795851087, -1.0783540722507226, -1.0783540722507226, -0.7976890818801651, -0.07699452954191027, 0.2993985401818877, -0.07699452954191027, 0.6110327717405295, -0.5354406795851087, -0.7976890818801651, -0.7976890818801651, 0.2993985401818877, -0.07699452954191027, -1.3697925570526135, -0.7976890818801651, -0.7976890818801651, -0.7976890818801651, -0.7976890818801651, -1.3697925570526135, 0.12043597170660983, -0.7976890818801651, -0.5354406795851087, 0.12043597170660983, -1.0783540722507226, -0.7976890818801651, -0.2951153824866692, -0.5354406795851087, -0.5354406795851087, 0.12043597170660983, -0.5354406795851087, -0.5354406795851087, -0.7976890818801651, -0.2951153824866692, -1.0783540722507226, 0.2993985401818877, -1.0783540722507226, -1.0783540722507226, 0.12043597170660983, -0.2951153824866692, -0.7976890818801651, -1.0783540722507226, -0.2951153824866692, 0.2993985401818877, -1.3697925570526135, 0.12043597170660983, 0.4622151256025907, 0.6110327717405295, -0.07699452954191027, -0.07699452954191027, -1.0783540722507226, -0.07699452954191027, -0.7976890818801651, -0.7976890818801651, -0.2951153824866692, -0.2951153824866692, -0.7976890818801651, 0.12043597170660983, -0.5354406795851087, -0.7976890818801651, -1.0783540722507226, -0.7976890818801651, 0.8739121556120639, 0.12043597170660983, -0.5354406795851087, -0.07699452954191027, -0.7976890818801651, -1.0783540722507226, -0.7976890818801651, -0.2951153824866692, -0.7976890818801651, -0.07699452954191027, -0.2951153824866692, -1.0783540722507226, 0.12043597170660983, -0.7976890818801651, -0.2951153824866692, 0.6110327717405295, -0.7976890818801651, 0.6110327717405295, 0.4622151256025907, -0.7976890818801651, -1.0783540722507226, 0.12043597170660983, -1.0783540722507226, -0.5354406795851087, -1.0783540722507226, -0.5354406795851087, 0.4622151256025907, -1.0783540722507226, 0.4622151256025907, -0.7976890818801651, -0.7976890818801651, -0.07699452954191027, -0.2951153824866692, 0.2993985401818877, -0.07699452954191027, -0.2951153824866692, -0.7976890818801651, -0.2951153824866692, -1.0783540722507226, -0.2951153824866692, -0.07699452954191027, -0.7976890818801651, -0.7976890818801651, -0.2951153824866692, -0.2951153824866692, 0.4622151256025907, -0.7976890818801651, -0.2951153824866692, -0.07699452954191027, -0.5354406795851087, -0.07699452954191027, 0.4622151256025907, -0.7976890818801651, 0.12043597170660983, -0.07699452954191027, -0.5354406795851087, -0.7976890818801651, 0.4622151256025907, -0.7976890818801651, -0.7976890818801651, -0.7976890818801651, -0.07699452954191027, -0.7976890818801651, -1.0783540722507226, -0.07699452954191027, -0.2951153824866692, 0.12043597170660983, -0.5354406795851087, -0.2951153824866692, -0.7976890818801651, -0.7976890818801651, -1.0783540722507226, 0.6110327717405295, 0.12043597170660983, -1.3697925570526135, -0.2951153824866692, -0.7976890818801651, 0.12043597170660983, -0.7976890818801651, 0.12043597170660983, -1.3697925570526135, -0.7976890818801651, -1.3697925570526135, 0.12043597170660983, -0.5354406795851087, -0.2951153824866692, -0.7976890818801651, -1.0783540722507226, -1.0783540722507226, -0.5354406795851087, 0.4622151256025907, -1.0783540722507226, -0.5354406795851087, -0.2951153824866692, -0.07699452954191027, -0.7976890818801651, -0.2951153824866692, -0.2951153824866692, -0.5354406795851087, 0.4622151256025907, 0.6110327717405295, -1.3697925570526135, -0.07699452954191027, -0.2951153824866692, -0.5354406795851087, -0.5354406795851087, -0.5354406795851087, -1.3697925570526135, -0.5354406795851087, -0.07699452954191027, -0.7976890818801651, 0.12043597170660983, 0.2993985401818877, -0.7976890818801651, -0.5354406795851087, -0.5354406795851087, -0.07699452954191027, 0.2993985401818877, 0.4622151256025907, 0.12043597170660983, -0.2951153824866692, -1.0783540722507226, -0.7976890818801651, -0.7976890818801651, -0.2951153824866692, -0.7976890818801651, -0.2951153824866692, -0.7976890818801651, -0.5354406795851087, 0.8739121556120639, -0.5354406795851087, -0.5354406795851087, 0.12043597170660983, 0.12043597170660983, -0.07699452954191027, -0.2951153824866692, -0.2951153824866692, -1.0783540722507226, 0.12043597170660983, -0.2951153824866692, 0.4622151256025907, -0.5354406795851087, -0.07699452954191027, 0.12043597170660983, -0.07699452954191027, -0.5354406795851087, -0.5354406795851087, -0.07699452954191027, -0.2951153824866692, 0.2993985401818877, -0.7976890818801651, -0.7976890818801651, -0.5354406795851087, -0.2951153824866692, 0.8739121556120639, -0.2951153824866692, -0.7976890818801651, -1.0783540722507226, 0.12043597170660983, -1.0783540722507226, 0.12043597170660983, 0.2993985401818877, -0.7976890818801651, -0.2951153824866692, -0.7976890818801651, -1.0783540722507226, -1.0783540722507226, -0.5354406795851087, -0.5354406795851087, -0.7976890818801651, 0.2993985401818877, 0.2993985401818877, 0.4622151256025907, -0.2951153824866692, -1.0783540722507226, -0.5354406795851087, -0.2951153824866692, 0.4622151256025907, 0.9909296034920196, 0.6110327717405295, -0.7976890818801651, -0.5354406795851087, 0.4622151256025907, -0.5354406795851087, -0.2951153824866692, -0.5354406795851087, -0.5354406795851087, -1.3697925570526135, -0.2951153824866692, 0.4622151256025907, -0.2951153824866692, 0.12043597170660983, -0.7976890818801651, -0.5354406795851087, 0.12043597170660983, -0.5354406795851087, -1.0783540722507226, -0.2951153824866692, -0.5354406795851087, -0.07699452954191027, -0.5354406795851087, -0.07699452954191027, 0.7477307296013805, -0.7976890818801651, 0.9909296034920196, 0.12043597170660983, -0.07699452954191027, -0.2951153824866692, -0.2951153824866692, -0.07699452954191027, 0.12043597170660983, -0.2951153824866692, 0.2993985401818877, -0.2951153824866692, 0.2993985401818877, -0.07699452954191027, -0.07699452954191027, -0.5354406795851087, 0.2993985401818877, -0.07699452954191027, -0.7976890818801651, -0.2951153824866692, -0.5354406795851087, 0.2993985401818877, -0.07699452954191027, 0.2993985401818877, -0.5354406795851087, -0.5354406795851087, -1.0783540722507226, -1.3697925570526135, -0.2951153824866692, -0.2951153824866692, -1.3697925570526135, 0.12043597170660983, 0.2993985401818877, -0.07699452954191027, -0.2951153824866692, 0.2993985401818877, 0.2993985401818877, -0.2951153824866692, 0.6110327717405295, -1.0783540722507226, -1.0783540722507226, -0.5354406795851087, 0.12043597170660983, 0.2993985401818877, -0.7976890818801651, -0.5354406795851087, -1.0783540722507226, 0.2993985401818877, 0.8739121556120639, -1.0783540722507226, 0.2993985401818877, -1.0783540722507226, 0.12043597170660983, 0.4622151256025907, -0.07699452954191027, -0.07699452954191027, 0.6110327717405295, 0.9909296034920196, -0.07699452954191027, -0.2951153824866692, -1.3697925570526135, -0.7976890818801651, -1.3697925570526135, 0.4622151256025907, -0.5354406795851087, -1.3697925570526135, 0.2993985401818877, 0.12043597170660983, -0.07699452954191027, 0.12043597170660983, 0.2993985401818877, -0.2951153824866692, -0.2951153824866692, -0.7976890818801651, 0.2993985401818877, 0.12043597170660983, 0.4622151256025907, -0.7976890818801651, -0.07699452954191027, -0.5354406795851087, 0.6110327717405295, 0.12043597170660983, -0.2951153824866692, -0.5354406795851087, -0.07699452954191027, 0.12043597170660983, 0.6110327717405295, -0.2951153824866692, -0.2951153824866692, 0.2993985401818877, -0.5354406795851087, 0.4622151256025907, 0.2993985401818877, -0.2951153824866692, 0.12043597170660983, -0.5354406795851087, 0.12043597170660983, -1.0783540722507226, 0.12043597170660983, 0.4622151256025907, -0.5354406795851087, -0.2951153824866692, -0.07699452954191027, 0.12043597170660983, -1.0783540722507226, -0.2951153824866692, -0.5354406795851087, -0.2951153824866692, -0.7976890818801651, -0.7976890818801651, -0.2951153824866692, -0.7976890818801651, -0.5354406795851087, 0.4622151256025907, -0.5354406795851087, -0.7976890818801651, 0.12043597170660983, -0.2951153824866692, 0.12043597170660983, 0.4622151256025907, -0.2951153824866692, 0.12043597170660983, -0.07699452954191027, -0.5354406795851087, -1.0783540722507226, -1.0783540722507226, 0.7477307296013805, -0.2951153824866692, -1.0783540722507226, -1.0783540722507226, 0.4622151256025907, -0.07699452954191027, -1.3697925570526135, 0.7477307296013805, 1.902363782585196, 0.12043597170660983, -1.0783540722507226, 0.12043597170660983, -0.2951153824866692, 0.12043597170660983, -1.3697925570526135, -1.3697925570526135, 0.4622151256025907, 0.2993985401818877, -0.5354406795851087, -0.2951153824866692, -0.7976890818801651, 0.12043597170660983, -0.07699452954191027, -0.7976890818801651, 0.4622151256025907, -0.5354406795851087, -0.07699452954191027, -0.7976890818801651, -0.5354406795851087, -1.3697925570526135, 0.6110327717405295, -1.0783540722507226, -0.5354406795851087, 0.2993985401818877, -1.3697925570526135, -0.7976890818801651, -0.07699452954191027, -0.07699452954191027, -0.7976890818801651, -0.7976890818801651, -0.2951153824866692, -0.7976890818801651, 0.12043597170660983, 0.12043597170660983, -0.07699452954191027, 0.12043597170660983, 0.4622151256025907, -0.2951153824866692, 0.2993985401818877, 0.6110327717405295, -1.3697925570526135, 0.12043597170660983, -0.07699452954191027, -0.2951153824866692, -1.0783540722507226, 0.4622151256025907, -1.0783540722507226, 0.4622151256025907, -0.2951153824866692, -0.7976890818801651, -0.5354406795851087, 0.2993985401818877, -1.3697925570526135, -0.07699452954191027, -1.3697925570526135, -0.5354406795851087, -1.3697925570526135, 0.2993985401818877, -0.5354406795851087, 0.12043597170660983, -0.7976890818801651, -0.5354406795851087, 0.12043597170660983, -1.0783540722507226, -0.5354406795851087, 0.8739121556120639, -0.2951153824866692, 0.2993985401818877, -0.7976890818801651, -1.0783540722507226, -1.0783540722507226, 0.2993985401818877, 0.12043597170660983, -0.5354406795851087, 0.4622151256025907, -0.2951153824866692, -0.7976890818801651, -0.2951153824866692, -0.7976890818801651, 0.2993985401818877, -0.07699452954191027, -1.0783540722507226, 0.12043597170660983, -0.7976890818801651, -0.07699452954191027, -0.2951153824866692, -0.2951153824866692, -0.2951153824866692, -0.2951153824866692, -0.07699452954191027, 0.6110327717405295, 0.2993985401818877, -0.2951153824866692, -0.5354406795851087, -0.5354406795851087, -0.07699452954191027, -0.2951153824866692, -0.7976890818801651, -0.2951153824866692, 0.2993985401818877, -0.5354406795851087, -0.7976890818801651, -0.5354406795851087, -0.07699452954191027, -0.7976890818801651, 1.201842103335564, -1.3697925570526135, 0.12043597170660983, -0.07699452954191027, -1.3697925570526135, 0.4622151256025907, -0.07699452954191027, 0.12043597170660983, -0.07699452954191027, -0.5354406795851087, -0.2951153824866692, -0.07699452954191027, -0.07699452954191027, 0.2993985401818877, 0.12043597170660983, -1.0783540722507226, -0.2951153824866692, 0.12043597170660983, 0.12043597170660983, -0.5354406795851087, 0.8739121556120639, -1.0783540722507226, -1.0783540722507226, -0.2951153824866692, 0.9909296034920196, -1.0783540722507226, -0.07699452954191027, 0.4622151256025907, -1.0783540722507226, -0.7976890818801651, -0.7976890818801651, 0.6110327717405295, 1.2975031620973088, -0.7976890818801651, -0.2951153824866692, 0.2993985401818877, 0.2993985401818877, -0.5354406795851087, -0.07699452954191027, -1.0783540722507226, -1.0783540722507226, -0.2951153824866692, 0.4622151256025907, -0.2951153824866692, -0.2951153824866692, -0.5354406795851087, 0.8739121556120639, -0.07699452954191027, -0.2951153824866692, -0.7976890818801651, -0.07699452954191027, -0.5354406795851087, 0.4622151256025907, 0.2993985401818877, 0.4622151256025907, 0.4622151256025907, -0.5354406795851087, 0.8739121556120639, -1.0783540722507226, -0.7976890818801651, -1.0783540722507226, -0.2951153824866692, -0.2951153824866692, -0.7976890818801651, -1.0783540722507226, -0.07699452954191027, 0.8739121556120639, -1.0783540722507226, 0.12043597170660983, 1.0999204539258831, 1.201842103335564, -0.5354406795851087, 0.2993985401818877, 0.6110327717405295, -0.7976890818801651, 0.2993985401818877, -0.2951153824866692, -0.07699452954191027, 0.12043597170660983, 0.4622151256025907, 0.4622151256025907, -0.2951153824866692, 0.12043597170660983, -1.3697925570526135, 0.4622151256025907, -0.7976890818801651, 1.2975031620973088, -0.2951153824866692, -0.07699452954191027, -0.5354406795851087, -1.0783540722507226, 0.4622151256025907, -0.7976890818801651, -0.2951153824866692, 0.7477307296013805, 0.7477307296013805, 0.6110327717405295, -0.7976890818801651, 0.4622151256025907, -0.5354406795851087, -0.2951153824866692, -0.5354406795851087, 0.7477307296013805, -0.07699452954191027, -0.5354406795851087, 0.4622151256025907, -0.07699452954191027, -0.7976890818801651, 0.12043597170660983, -0.07699452954191027, 0.12043597170660983, -0.2951153824866692, -0.07699452954191027, -0.07699452954191027, 0.4622151256025907, -0.07699452954191027, -0.07699452954191027, 0.4622151256025907, -0.5354406795851087, -0.07699452954191027, -1.0783540722507226, 0.7477307296013805, -0.2951153824866692, -0.5354406795851087, -1.0783540722507226, 0.7477307296013805, 0.2993985401818877, -0.07699452954191027, -0.2951153824866692, 0.4622151256025907, 0.12043597170660983, 0.7477307296013805, -0.5354406795851087, -0.5354406795851087, -0.2951153824866692, -0.5354406795851087, 0.9909296034920196, 0.12043597170660983, -0.5354406795851087, -0.07699452954191027, -0.7976890818801651, -1.0783540722507226, -0.07699452954191027, -0.07699452954191027, -0.2951153824866692, -1.0783540722507226, 0.2993985401818877, 0.6110327717405295, 0.8739121556120639, 0.12043597170660983, -0.5354406795851087, -0.2951153824866692, -0.2951153824866692, 0.12043597170660983, -0.7976890818801651, 0.2993985401818877, -0.7976890818801651, 0.12043597170660983, -0.5354406795851087, -0.2951153824866692, 1.2975031620973088, -0.07699452954191027, 0.6110327717405295, 0.2993985401818877, -1.0783540722507226, 0.2993985401818877, -0.5354406795851087, 1.0999204539258831, -0.2951153824866692, 1.2975031620973088, -0.5354406795851087, -0.2951153824866692, 0.4622151256025907, -0.07699452954191027, 0.7477307296013805, 0.12043597170660983, 0.12043597170660983, 0.12043597170660983, -0.2951153824866692, -1.3697925570526135, -1.0783540722507226, -0.07699452954191027, -0.5354406795851087, 0.2993985401818877, -0.5354406795851087, 0.4622151256025907, 1.4726871185528485, -0.7976890818801651, -0.07699452954191027, 0.12043597170660983, -0.7976890818801651, 0.2993985401818877, -0.2951153824866692, -0.07699452954191027, 0.12043597170660983, -0.7976890818801651, -0.5354406795851087, -0.5354406795851087, 0.12043597170660983, 0.8739121556120639, 0.6110327717405295, 0.12043597170660983, -0.7976890818801651, 1.9634224484182208, -0.07699452954191027, 0.12043597170660983, -0.2951153824866692, -0.2951153824866692, -0.2951153824866692, -0.07699452954191027, 0.4622151256025907, -0.07699452954191027, -0.2951153824866692, 0.4622151256025907, 0.4622151256025907, 0.2993985401818877, 0.12043597170660983, -0.07699452954191027, 0.6110327717405295, 0.2993985401818877, -0.07699452954191027, -0.2951153824866692, 0.12043597170660983, -0.5354406795851087, -0.5354406795851087, 0.12043597170660983, -0.07699452954191027, 0.2993985401818877, -1.0783540722507226, -0.2951153824866692, -0.7976890818801651, -0.07699452954191027, -0.5354406795851087, -0.7976890818801651, -0.5354406795851087, -0.2951153824866692, -0.2951153824866692, -0.2951153824866692, 0.2993985401818877, -0.2951153824866692, 1.7027300249532689, -0.7976890818801651, 0.2993985401818877, -0.2951153824866692, 0.4622151256025907, -1.0783540722507226, 0.2993985401818877, -0.7976890818801651, -0.07699452954191027, 0.12043597170660983, -1.0783540722507226, 0.8739121556120639, 1.6298530738051735, 0.7477307296013805, 0.12043597170660983, -0.2951153824866692, -0.07699452954191027, 0.6110327717405295, 0.12043597170660983, -0.07699452954191027, -1.0783540722507226, -1.0783540722507226, 0.6110327717405295, 0.12043597170660983, 0.12043597170660983, 0.9909296034920196, -0.07699452954191027, 1.5532972473276432, -0.5354406795851087, -1.0783540722507226, -0.2951153824866692, 0.12043597170660983, 0.6110327717405295, 0.2993985401818877, 0.7477307296013805, 0.2993985401818877, 0.2993985401818877, -0.7976890818801651, -0.7976890818801651, 0.7477307296013805, 0.4622151256025907, -1.0783540722507226, 0.2993985401818877, -0.5354406795851087, -0.2951153824866692, -0.5354406795851087, -0.2951153824866692, 0.2993985401818877, 0.6110327717405295, -0.2951153824866692, -0.5354406795851087, 0.6110327717405295, 1.3875897490314444, -0.5354406795851087, -0.2951153824866692, 0.2993985401818877, -0.07699452954191027, -0.07699452954191027, 0.4622151256025907, -0.7976890818801651, 0.6110327717405295, 0.2993985401818877, -1.3697925570526135, 0.6110327717405295, -0.7976890818801651, -1.0783540722507226, 0.12043597170660983, -0.5354406795851087, -0.5354406795851087, -0.7976890818801651, 0.7477307296013805, 0.2993985401818877, 0.7477307296013805, -1.0783540722507226, -1.0783540722507226, -0.07699452954191027, 0.8739121556120639, 1.201842103335564, 0.12043597170660983, 0.2993985401818877, 0.2993985401818877, -0.07699452954191027, -0.2951153824866692, 0.9909296034920196, 0.6110327717405295, -0.07699452954191027, 0.2993985401818877, 1.2975031620973088, -0.5354406795851087, 0.12043597170660983, 0.6110327717405295, -0.2951153824866692, 0.2993985401818877, -0.07699452954191027, 1.0999204539258831, -0.5354406795851087, -1.0783540722507226, 0.2993985401818877, 0.8739121556120639, 0.12043597170660983, -0.2951153824866692, -0.07699452954191027, -1.0783540722507226, -0.07699452954191027, 0.7477307296013805, -0.2951153824866692, 0.2993985401818877, 1.0999204539258831, 0.12043597170660983, -0.5354406795851087, 0.4622151256025907, -0.5354406795851087, 0.8739121556120639, 0.6110327717405295, 0.12043597170660983, -0.07699452954191027, 0.12043597170660983, -0.7976890818801651, 0.2993985401818877, 0.6110327717405295, 0.4622151256025907, -0.5354406795851087, 1.4726871185528485, -0.5354406795851087, -0.2951153824866692, -0.7976890818801651, -0.2951153824866692, -0.5354406795851087, -0.5354406795851087, -0.2951153824866692, -0.5354406795851087, -0.5354406795851087, 1.0999204539258831, 0.2993985401818877, -0.7976890818801651, 0.12043597170660983, 0.4622151256025907, 0.2993985401818877, 0.4622151256025907, -0.07699452954191027, -0.07699452954191027, 0.9909296034920196, -0.7976890818801651, -0.07699452954191027, 0.9909296034920196, 0.4622151256025907, -0.2951153824866692, -0.7976890818801651, 0.12043597170660983, 2.5086015254794964, 0.12043597170660983, 0.4622151256025907, 0.4622151256025907, 0.4622151256025907, 0.12043597170660983, 0.4622151256025907, -0.2951153824866692, -0.5354406795851087, -0.2951153824866692, -0.7976890818801651, 0.6110327717405295, -0.2951153824866692, -0.07699452954191027, 0.9909296034920196, -0.07699452954191027, 2.4232140012048244, -0.5354406795851087, -0.2951153824866692, -0.07699452954191027, 0.12043597170660983, 0.6110327717405295, 0.9909296034920196, 1.7722553673021415, -0.07699452954191027, 0.4622151256025907, 2.4665224006458235, 0.7477307296013805, 0.7477307296013805, 0.12043597170660983, 0.6110327717405295, -0.07699452954191027, 0.12043597170660983, -0.2951153824866692, -0.07699452954191027, -0.2951153824866692, -0.5354406795851087, 0.12043597170660983, 0.6110327717405295, 0.12043597170660983, -0.7976890818801651, -0.07699452954191027, 0.7477307296013805, 2.3326102832179867, 0.12043597170660983, -0.07699452954191027, 0.7477307296013805, 0.7477307296013805, 0.8739121556120639, -0.07699452954191027, -0.2951153824866692, -0.5354406795851087, 0.6110327717405295, -0.07699452954191027, 0.4622151256025907, 0.7477307296013805, 0.7477307296013805, 0.4622151256025907, 0.4622151256025907, 0.2993985401818877, 2.9985150544949914, -0.07699452954191027, 0.12043597170660983, -0.5354406795851087, -0.2951153824866692, -0.07699452954191027, 0.12043597170660983, 0.2993985401818877, 1.201842103335564, -0.07699452954191027, 0.8739121556120639, 0.12043597170660983, -0.7976890818801651, 0.2993985401818877, 0.4622151256025907, -0.2951153824866692, 0.6110327717405295, 0.4622151256025907, 0.2993985401818877, -0.7976890818801651, -1.0783540722507226, -0.5354406795851087, 0.6110327717405295, 0.9909296034920196, 0.2993985401818877, 1.4726871185528485, 0.12043597170660983, -0.5354406795851087, -0.7976890818801651, 0.4622151256025907, 0.7477307296013805, 1.5532972473276432, -1.0783540722507226, -0.07699452954191027, -0.07699452954191027, -0.5354406795851087, 1.0999204539258831, 0.12043597170660983, 0.12043597170660983, 0.4622151256025907, -0.07699452954191027, -0.07699452954191027, -0.7976890818801651, 0.2993985401818877, 1.7722553673021415, 0.6110327717405295, 0.7477307296013805, 0.12043597170660983, 0.2993985401818877, -0.07699452954191027, -0.2951153824866692, 0.8739121556120639, 0.2993985401818877, -0.2951153824866692, 1.0999204539258831, 0.8739121556120639, 0.6110327717405295, 0.6110327717405295, -0.07699452954191027, -0.2951153824866692, -0.5354406795851087, 0.8739121556120639, 0.4622151256025907, 0.6110327717405295, -0.2951153824866692, -1.0783540722507226, 1.3875897490314444, -0.07699452954191027, 1.0999204539258831, 0.4622151256025907, 1.7027300249532689, 0.12043597170660983, 0.8739121556120639, 0.12043597170660983, -1.0783540722507226, -0.2951153824866692, 2.236120795940008, -0.2951153824866692, 0.12043597170660983, 0.8739121556120639, -0.07699452954191027, -0.7976890818801651, 0.4622151256025907, 0.12043597170660983, 0.7477307296013805, 0.9909296034920196, -0.7976890818801651, -0.5354406795851087, 3.751326521395932, -0.5354406795851087, -0.5354406795851087, 1.2975031620973088, 1.201842103335564, 0.6110327717405295, -0.07699452954191027, -0.5354406795851087, 1.0999204539258831, 0.7477307296013805, 0.7477307296013805, 0.12043597170660983, -0.7976890818801651, 0.4622151256025907, 0.6110327717405295, -0.07699452954191027, -1.0783540722507226, -0.2951153824866692, -0.2951153824866692, 0.2993985401818877, -0.07699452954191027, 0.7477307296013805, 0.9909296034920196, -0.07699452954191027, -0.5354406795851087, -0.2951153824866692, 0.2993985401818877, 2.5086015254794964, -0.5354406795851087, 1.5532972473276432, -1.0783540722507226, 0.9909296034920196, 0.9909296034920196, 0.4622151256025907, 0.7477307296013805, 1.4726871185528485, 0.6110327717405295, -0.5354406795851087, 0.7477307296013805, 0.12043597170660983, -0.5354406795851087, -0.7976890818801651, 0.9909296034920196, -0.2951153824866692, 0.4622151256025907, 1.4726871185528485, 0.6110327717405295, 0.6110327717405295, 0.4622151256025907, 0.2993985401818877, 0.12043597170660983, -0.5354406795851087, -1.0783540722507226, 0.8739121556120639, 0.8739121556120639, -0.5354406795851087, 1.7722553673021415, -1.3697925570526135, 1.7722553673021415, -0.2951153824866692, -1.0783540722507226, -0.07699452954191027, 0.4622151256025907, -1.3697925570526135, 1.7722553673021415, 2.2851480106397384, 0.8739121556120639, 0.9909296034920196, -0.2951153824866692, 0.12043597170660983, 0.4622151256025907, -0.5354406795851087, 0.2993985401818877, 0.6110327717405295, 0.2993985401818877, 0.2993985401818877, 2.236120795940008, 0.6110327717405295, 3.2697479465677506, 0.12043597170660983, 1.6298530738051735, 0.6110327717405295, 1.9634224484182208, -0.07699452954191027, -0.5354406795851087, 0.2993985401818877, -1.0783540722507226, -0.2951153824866692, 0.4622151256025907, 0.2993985401818877, 1.201842103335564, -0.07699452954191027, -0.07699452954191027, 1.7722553673021415, 0.12043597170660983, 0.4622151256025907, 0.12043597170660983, 1.201842103335564, 0.2993985401818877, 0.2993985401818877, 3.73336253667118, -0.07699452954191027, 1.0999204539258831, -0.07699452954191027, -0.2951153824866692, 0.2993985401818877, -0.5354406795851087, -0.2951153824866692, 0.12043597170660983, 0.12043597170660983, 1.2975031620973088, 0.2993985401818877, 0.8739121556120639, 1.4726871185528485, -0.7976890818801651, -0.07699452954191027, 0.12043597170660983, -0.2951153824866692, -1.0783540722507226, -0.5354406795851087, -0.2951153824866692, 0.2993985401818877, -0.07699452954191027, 1.3875897490314444, 0.2993985401818877, 2.0785432883586106, -0.2951153824866692, 0.8739121556120639, 0.12043597170660983, -0.5354406795851087, 0.6110327717405295, -0.07699452954191027, 0.2993985401818877, 0.9909296034920196, -0.5354406795851087, 1.5532972473276432, 0.9909296034920196, 3.3886721975450214, 0.4622151256025907, -0.2951153824866692, 0.4622151256025907, -0.07699452954191027, -0.07699452954191027, -0.2951153824866692, 0.6110327717405295, 0.6110327717405295, -0.2951153824866692, -0.5354406795851087, -0.7976890818801651, 0.12043597170660983, 0.2993985401818877, 0.2993985401818877, 0.12043597170660983, 0.12043597170660983, 0.4622151256025907, -0.2951153824866692, -0.2951153824866692, 3.455670494800954, -0.07699452954191027, 2.84155162119327, -0.5354406795851087, -0.5354406795851087, 1.2975031620973088, -1.0783540722507226, 0.6110327717405295, 1.8387158203233545, 0.6110327717405295, 0.2993985401818877, -0.5354406795851087, 2.7386807546144567, 0.7477307296013805, 0.8739121556120639, 0.4622151256025907, 1.0999204539258831, 1.0999204539258831, 0.6110327717405295, 0.6110327717405295, 0.7477307296013805, 2.022090034354394, 0.12043597170660983, 0.12043597170660983, 0.7477307296013805, 0.2993985401818877, 1.0999204539258831, 1.2975031620973088, 1.5532972473276432, 1.0999204539258831, -0.5354406795851087, -0.07699452954191027, 0.6110327717405295, 0.12043597170660983, 0.6110327717405295, 0.7477307296013805, 0.7477307296013805, 0.2993985401818877, 0.4622151256025907, 1.4726871185528485, 1.2975031620973088, 0.12043597170660983, 0.6110327717405295, 0.7477307296013805, 1.201842103335564, -0.07699452954191027, 0.6110327717405295, 1.5532972473276432, 4.113448871402407, 1.8387158203233545, -0.07699452954191027, -0.07699452954191027, -0.5354406795851087, 0.4622151256025907, 0.8739121556120639, 1.7722553673021415, 0.2993985401818877, 0.4622151256025907, -0.2951153824866692, -1.0783540722507226, 2.4232140012048244, 1.9634224484182208, 3.997348511021939, -0.07699452954191027, 0.12043597170660983, 0.6110327717405295, 1.0999204539258831, 1.5532972473276432, 0.9909296034920196, 0.2993985401818877, 0.8739121556120639, 0.7477307296013805, 1.7027300249532689, 2.4665224006458235, 3.821063753571949, -1.0783540722507226, 0.6110327717405295, 0.2993985401818877, 0.2993985401818877, 1.201842103335564, 3.1934900196083285, 0.8739121556120639, 1.4726871185528485, 1.0999204539258831, 1.6298530738051735, 5.0, 0.9909296034920196, 1.7027300249532689, 3.5197495310508367, 0.6110327717405295, -0.5354406795851087, 0.6110327717405295, 2.5086015254794964, 1.0999204539258831, -0.2951153824866692, 0.2993985401818877, -0.2951153824866692, 0.8739121556120639, 1.201842103335564, -0.07699452954191027, 1.3875897490314444, 1.7027300249532689, -0.07699452954191027, 2.18542355016277, 3.3886721975450214, -0.2951153824866692, 2.3786032123652907, 0.7477307296013805, 5.0, 0.4622151256025907, 0.4622151256025907, -0.07699452954191027, 1.2975031620973088, 0.8739121556120639, 4.626389918301193, 1.4726871185528485, -0.07699452954191027, 1.2975031620973088, 0.6110327717405295, 0.2993985401818877, 0.8739121556120639, 0.6110327717405295, 3.3422492700917568, 0.8739121556120639, 4.853793604005387, 0.12043597170660983, 1.5532972473276432, 0.7477307296013805, 0.8739121556120639, 0.6110327717405295, 2.3326102832179867, 2.549518563013813, 0.12043597170660983, -0.2951153824866692, 4.503305007148574, 0.2993985401818877, 0.8739121556120639, 4.586497629918589, -0.2951153824866692, 3.83799289787391, 1.7027300249532689, -0.5354406795851087, 1.3875897490314444, 2.3326102832179867, 1.0999204539258831, 0.6110327717405295, 1.7027300249532689, 0.8739121556120639, 0.8739121556120639, 3.560968433066699, 4.154724411095327, 0.6110327717405295, 4.113448871402407, 0.4622151256025907, -0.5354406795851087, 3.80393727411116, 5.0, 4.6065793095211935, -0.2951153824866692, 1.2975031620973088, 1.0999204539258831, 0.7477307296013805, 4.767013445106421, 1.201842103335564, 2.8080512372434443, 0.12043597170660983, 5.0, 4.674777168970827, 5.0, 0.9909296034920196, 0.2993985401818877, 1.5532972473276432, 1.5532972473276432, 0.2993985401818877, 1.7027300249532689, 2.8080512372434443, 1.201842103335564, 3.0852525525755667, 1.0999204539258831, 0.12043597170660983, 4.4376621761698285, 2.8743086195157965, 0.7477307296013805, 0.4622151256025907, 3.1671671108368558, 1.8387158203233545, 1.2975031620973088, 1.3875897490314444, 0.7477307296013805, 1.0999204539258831, 0.9909296034920196, 4.127336696198544, 0.4622151256025907, 4.22103882995387, 0.2993985401818877, 5.0, 0.2993985401818877, 3.6207079356361254, 4.085272875166276, 2.3786032123652907, 0.6110327717405295, 0.2993985401818877, 0.6110327717405295, 1.201842103335564, 4.309118009380049, 4.535057383644895, 3.219350665225358, 4.321280220447628, -0.7976890818801651, 0.4622151256025907, 4.321280220447628, 4.2080133881554005, -0.7976890818801651, 5.0, 0.4622151256025907, 3.4336750399699802, -0.2951153824866692, 3.455670494800954, -0.2951153824866692, 3.7690735573277014, 5.0, 4.392210529460328, 0.12043597170660983, 1.7027300249532689, 3.0852525525755667, 4.296854198442672, 0.4622151256025907, 0.6110327717405295, 0.2993985401818877, 0.2993985401818877, 4.345306474966702, 3.7151762436150872, 3.5197495310508367, 3.8712769833797966, 3.8712769833797966, 4.819694866165778, 2.3786032123652907, 5.0, 5.0, 4.5763528017667765, 4.154724411095327, 2.0785432883586106, -0.2951153824866692, 0.7477307296013805, 0.4622151256025907, 3.4336750399699802, 2.9377187658425936, 2.8743086195157965, 3.5197495310508367, -0.07699452954191027, 0.6110327717405295, 4.4925663798489115, 2.9063543141068235, 3.3184767970166673, 1.6298530738051735, 5.0, 1.4726871185528485, 0.6110327717405295, 3.919830532831308, 2.4665224006458235, 1.5532972473276432, 4.721619837435362, 2.8080512372434443, 1.2975031620973088, 1.902363782585196, 0.8739121556120639, 5.0, -0.2951153824866692, 3.2697479465677506, 4.959440735673948, 0.4622151256025907, 4.459870902502296, 1.0999204539258831, 3.498698554497796, 3.2697479465677506, 1.7722553673021415, 2.4232140012048244, 2.2851480106397384, 0.8739121556120639, 5.0, 4.758046360615424, 4.749024145754914, 5.0, 2.1329404186002723, 4.975039613019235, 2.773773180765837, 4.415112264713794, 2.1329404186002723, 5.0, 2.4665224006458235, 0.2993985401818877, 3.3886721975450214, 3.7151762436150872, 4.168229060564782, 3.887640454552492, 5.0, 5.0, 2.9377187658425936, 5.0, 3.67811428077519, 2.5893353905903385, 2.6281091155346044, 3.1934900196083285, 2.022090034354394, 5.0, 4.085272875166276, 4.895332097258724, 4.927736503337298, 3.411345695019022, 5.0, 4.415112264713794, 4.7935905496026905, 5.0, 4.959440735673948, 4.296854198442672, 1.7722553673021415, 5.0, 3.113066554015377, 4.990474402854083, 2.1329404186002723, 5.0, 3.786608812840206, 3.056903436969108, 4.903500532986903, 4.503305007148574, 2.236120795940008, 0.6110327717405295, 5.0, 1.3875897490314444, 5.0, 5.0, 3.67811428077519, 3.6010632572088217, 5.0, 3.7151762436150872, 5.0, 2.7386807546144567, 3.821063753571949, 4.481748607346639, 1.6298530738051735, 4.535057383644895, 4.345306474966702, 4.919702242385892, 2.5086015254794964, 5.0, 4.459870902502296, 4.127336696198544, 0.7477307296013805, 3.9513303152746753, 3.1671671108368558, 5.0, 5.0, 0.12043597170660983, 4.309118009380049, 0.7477307296013805, 4.259435844742893, -0.7976890818801651, -1.3697925570526135, -0.2951153824866692, -1.3697925570526135, -0.2951153824866692, -0.5354406795851087, -1.0783540722507226, -1.3697925570526135, -0.5354406795851087, -1.0783540722507226, -1.0783540722507226, -0.7976890818801651, -1.3697925570526135, -0.5354406795851087, -1.0783540722507226, -1.3697925570526135, -1.0783540722507226, -1.0783540722507226, -0.7976890818801651, -1.3697925570526135, -1.0783540722507226, -0.07699452954191027, -1.0783540722507226, -0.7976890818801651, -1.3697925570526135, -0.07699452954191027, -0.7976890818801651, -0.5354406795851087, -1.3697925570526135, -1.0783540722507226, -0.07699452954191027, -1.3697925570526135, -1.0783540722507226, -0.5354406795851087, -1.0783540722507226, -0.7976890818801651, -0.2951153824866692, -0.5354406795851087, -1.0783540722507226, -0.7976890818801651, -0.07699452954191027, 0.2993985401818877, -0.7976890818801651, -0.07699452954191027, -1.3697925570526135, -0.5354406795851087, -0.07699452954191027, -1.3697925570526135, -0.5354406795851087, -1.3697925570526135, -0.2951153824866692, -1.0783540722507226, -1.0783540722507226, -0.07699452954191027, -0.7976890818801651, -0.5354406795851087, -1.0783540722507226, -0.07699452954191027, -1.0783540722507226, -0.5354406795851087, -0.2951153824866692, -1.3697925570526135, -1.0783540722507226, -0.5354406795851087, -0.7976890818801651, -0.7976890818801651, -0.5354406795851087, 0.12043597170660983, -1.0783540722507226, -1.0783540722507226, 0.4622151256025907, 0.2993985401818877, 0.12043597170660983, -0.5354406795851087, -0.07699452954191027, -0.5354406795851087, -1.0783540722507226, -0.7976890818801651, -0.5354406795851087, -0.5354406795851087, -0.7976890818801651, -1.3697925570526135, -0.07699452954191027, -0.5354406795851087, -1.0783540722507226, -0.2951153824866692, 0.12043597170660983, -1.0783540722507226, -1.0783540722507226, -1.3697925570526135, -0.7976890818801651, -1.0783540722507226, -0.7976890818801651, -0.2951153824866692, -0.7976890818801651, -1.3697925570526135, -0.7976890818801651, -0.5354406795851087, -0.7976890818801651, -0.5354406795851087, -1.0783540722507226, 0.2993985401818877, -0.7976890818801651, -1.0783540722507226, -1.0783540722507226, -1.0783540722507226, -0.5354406795851087, -0.7976890818801651, 0.12043597170660983, -0.7976890818801651, -1.3697925570526135, -0.07699452954191027, -0.7976890818801651, -0.2951153824866692, -1.0783540722507226, -0.5354406795851087, -0.5354406795851087, -1.0783540722507226, -0.5354406795851087, -1.0783540722507226, -1.3697925570526135, -0.7976890818801651, 0.6110327717405295, -1.3697925570526135, 0.6110327717405295, -1.3697925570526135, -0.5354406795851087, -0.7976890818801651, -0.2951153824866692, -0.2951153824866692, -1.0783540722507226, -1.0783540722507226, -0.07699452954191027, -1.3697925570526135, -0.7976890818801651, -0.7976890818801651, 0.4622151256025907, -0.2951153824866692, -0.7976890818801651, -0.7976890818801651, -0.7976890818801651, -0.5354406795851087, -0.5354406795851087, -1.3697925570526135, -0.2951153824866692, -1.0783540722507226, 0.9909296034920196, -0.07699452954191027, 0.12043597170660983, -0.7976890818801651, -0.2951153824866692, -0.5354406795851087, -0.2951153824866692, -1.3697925570526135, -0.5354406795851087, -1.3697925570526135, -1.0783540722507226, -1.3697925570526135, -0.7976890818801651, -0.5354406795851087, -1.0783540722507226, -0.7976890818801651, -0.07699452954191027, 0.6110327717405295, -1.0783540722507226, -0.5354406795851087, 0.12043597170660983, -0.07699452954191027, -1.3697925570526135, -0.07699452954191027, -1.3697925570526135, -1.0783540722507226, -0.7976890818801651, 0.8739121556120639, -0.5354406795851087, -0.7976890818801651, -0.5354406795851087, -0.5354406795851087, -0.2951153824866692, -1.0783540722507226, -1.3697925570526135, -0.2951153824866692, -0.7976890818801651, -0.5354406795851087, -1.3697925570526135, -0.07699452954191027, -0.07699452954191027, -1.0783540722507226, -1.0783540722507226, 0.4622151256025907, 0.12043597170660983, -1.0783540722507226, -0.5354406795851087, -0.2951153824866692, -1.3697925570526135, -1.3697925570526135, -0.7976890818801651, -1.3697925570526135, -0.2951153824866692, 0.2993985401818877, 0.12043597170660983, -0.5354406795851087, 0.8739121556120639, -0.2951153824866692, -0.5354406795851087, 0.4622151256025907, -0.2951153824866692, -0.07699452954191027, 0.12043597170660983, -0.07699452954191027, -1.0783540722507226, -0.2951153824866692, -0.7976890818801651, -0.7976890818801651, -0.7976890818801651, 0.12043597170660983, -0.7976890818801651, -1.0783540722507226, -0.2951153824866692, -0.07699452954191027, -1.3697925570526135, -0.7976890818801651, -0.2951153824866692, -0.5354406795851087, -1.3697925570526135, -0.07699452954191027, -0.2951153824866692, -0.2951153824866692, -1.3697925570526135, -0.2951153824866692, -0.7976890818801651, -0.07699452954191027, -1.0783540722507226, -1.3697925570526135, -0.5354406795851087, -1.0783540722507226, -0.2951153824866692, -0.5354406795851087, -0.07699452954191027, -0.5354406795851087, -0.7976890818801651, -0.5354406795851087, -0.5354406795851087, -0.7976890818801651, -0.2951153824866692, 0.4622151256025907, -0.7976890818801651, -0.2951153824866692, 0.4622151256025907, -0.7976890818801651, -0.5354406795851087, -0.2951153824866692, -1.3697925570526135, -0.5354406795851087, -1.0783540722507226, -0.5354406795851087, -0.7976890818801651, -1.0783540722507226, -0.07699452954191027, -0.2951153824866692, -0.2951153824866692, -0.7976890818801651, -1.0783540722507226, -0.2951153824866692, -0.7976890818801651, -0.07699452954191027, -0.2951153824866692, -0.5354406795851087, -0.7976890818801651, -1.0783540722507226, -0.7976890818801651, -0.7976890818801651, -0.7976890818801651, -0.7976890818801651, -1.0783540722507226, -0.2951153824866692, -1.0783540722507226, -1.3697925570526135, -0.5354406795851087, -0.7976890818801651, -0.07699452954191027, -1.0783540722507226, -0.5354406795851087, -1.3697925570526135, -0.2951153824866692, 0.4622151256025907, -0.7976890818801651, -0.7976890818801651, -0.7976890818801651, -1.3697925570526135, 0.12043597170660983, -0.7976890818801651, -0.5354406795851087, 0.12043597170660983, -0.5354406795851087, 0.4622151256025907, -1.0783540722507226, -0.2951153824866692, -1.3697925570526135, -0.5354406795851087, 0.12043597170660983, -0.7976890818801651, -0.5354406795851087, -1.3697925570526135, 0.12043597170660983, -0.07699452954191027, -0.5354406795851087, -0.5354406795851087, -1.0783540722507226, -0.7976890818801651, -0.5354406795851087, -0.5354406795851087, -1.0783540722507226, -0.7976890818801651, -0.2951153824866692, -0.07699452954191027, -0.5354406795851087, 0.2993985401818877, -1.0783540722507226, -1.3697925570526135, -0.7976890818801651, -0.5354406795851087, -0.7976890818801651, -0.2951153824866692, -1.0783540722507226, -0.7976890818801651, 0.12043597170660983, -0.5354406795851087, -1.0783540722507226, -0.2951153824866692, -0.07699452954191027, -0.2951153824866692, -0.7976890818801651, -0.2951153824866692, -1.3697925570526135, -0.5354406795851087, 0.12043597170660983, -0.5354406795851087, -1.3697925570526135, -0.2951153824866692, -1.3697925570526135, -1.3697925570526135, -0.7976890818801651, -0.7976890818801651, -0.07699452954191027, -0.2951153824866692, -0.2951153824866692, -0.7976890818801651, -0.5354406795851087, 0.12043597170660983, -1.0783540722507226, -1.0783540722507226, 0.4622151256025907, -1.0783540722507226, -1.0783540722507226, -0.07699452954191027, -0.5354406795851087, -0.2951153824866692, 0.12043597170660983, 0.12043597170660983, -0.2951153824866692, -1.0783540722507226, -0.2951153824866692, -1.0783540722507226, 0.4622151256025907, -1.3697925570526135, -0.7976890818801651, -0.07699452954191027, -0.5354406795851087, -0.5354406795851087, -1.0783540722507226, -1.3697925570526135, -0.07699452954191027, -0.5354406795851087, -0.07699452954191027, -0.2951153824866692, -0.7976890818801651, -0.7976890818801651, -0.5354406795851087, -0.2951153824866692, -0.2951153824866692, -0.07699452954191027, 0.2993985401818877, -0.7976890818801651, -0.2951153824866692, -1.0783540722507226, 0.12043597170660983, -0.2951153824866692, 0.12043597170660983, -1.3697925570526135, -1.0783540722507226, -0.7976890818801651, -0.7976890818801651, 0.12043597170660983, -0.07699452954191027, 0.4622151256025907, -0.5354406795851087, 0.7477307296013805, -1.0783540722507226, -0.2951153824866692, -0.7976890818801651, -0.7976890818801651, -0.7976890818801651, 0.6110327717405295, 0.4622151256025907, -1.3697925570526135, -0.7976890818801651, 0.6110327717405295, -0.5354406795851087, -0.5354406795851087, -1.0783540722507226, -0.5354406795851087, -1.0783540722507226, -0.5354406795851087, -0.5354406795851087, -0.7976890818801651, 0.12043597170660983, 0.6110327717405295, -0.2951153824866692, -1.0783540722507226, -0.5354406795851087, -1.0783540722507226, -0.2951153824866692, -0.2951153824866692, -0.5354406795851087, -0.2951153824866692, -0.5354406795851087, -0.2951153824866692, -0.07699452954191027, -0.7976890818801651, -1.0783540722507226, -1.0783540722507226, -0.7976890818801651, -0.5354406795851087, -1.0783540722507226, -0.07699452954191027, -0.2951153824866692, -1.3697925570526135, -0.7976890818801651, -1.0783540722507226, -0.2951153824866692, 0.12043597170660983, -0.5354406795851087, -1.0783540722507226, 0.12043597170660983, -1.3697925570526135, -0.5354406795851087, -0.07699452954191027, -0.07699452954191027, -1.0783540722507226, -0.7976890818801651, -0.07699452954191027, -0.7976890818801651, -1.0783540722507226, 0.7477307296013805, -0.07699452954191027, -0.7976890818801651, -0.7976890818801651, -0.7976890818801651, -0.2951153824866692, -0.5354406795851087, -0.7976890818801651, -1.0783540722507226, -0.7976890818801651, -0.2951153824866692, -0.7976890818801651, -0.7976890818801651, -0.7976890818801651, -1.0783540722507226, -0.5354406795851087, -1.0783540722507226, -0.7976890818801651, -0.5354406795851087, -1.3697925570526135, -0.5354406795851087, -0.7976890818801651, -0.7976890818801651, -1.0783540722507226, -0.2951153824866692, -0.7976890818801651, -0.5354406795851087, 0.2993985401818877, -0.5354406795851087, -0.7976890818801651, -0.2951153824866692, -0.7976890818801651, -1.0783540722507226, 0.2993985401818877, -0.7976890818801651, 0.2993985401818877, -1.3697925570526135, -0.2951153824866692, -1.0783540722507226, -0.07699452954191027, 0.2993985401818877, -1.0783540722507226, -0.2951153824866692, -1.0783540722507226, -0.7976890818801651, 0.4622151256025907, -0.2951153824866692, -1.0783540722507226, -1.0783540722507226, -0.7976890818801651, -0.2951153824866692, -0.2951153824866692, -1.0783540722507226, -1.0783540722507226, -0.07699452954191027, -0.07699452954191027, -0.2951153824866692, -0.5354406795851087, 0.12043597170660983, -1.3697925570526135, -0.7976890818801651, -0.07699452954191027, 0.12043597170660983, -0.2951153824866692, -0.07699452954191027, -1.0783540722507226, -0.7976890818801651, -0.07699452954191027, 0.12043597170660983, -0.5354406795851087, -0.7976890818801651, -0.7976890818801651, -0.5354406795851087, -0.7976890818801651, -0.2951153824866692, -1.0783540722507226, -0.5354406795851087, -0.5354406795851087, -0.7976890818801651, -1.0783540722507226, -0.7976890818801651, -0.7976890818801651, 0.7477307296013805, -0.2951153824866692, -1.0783540722507226, -1.3697925570526135, -1.0783540722507226, 0.4622151256025907, -0.5354406795851087, -1.0783540722507226, -1.0783540722507226, -0.5354406795851087, -0.7976890818801651, -0.7976890818801651, -0.7976890818801651, -0.7976890818801651, -0.7976890818801651, -0.5354406795851087, -0.5354406795851087, -0.5354406795851087, -1.0783540722507226, 0.8739121556120639, -0.2951153824866692, -0.5354406795851087, -0.2951153824866692, 0.2993985401818877, -0.07699452954191027, -1.3697925570526135, 0.8739121556120639, -0.7976890818801651, -0.2951153824866692, -0.5354406795851087, -0.5354406795851087, -0.7976890818801651, -0.5354406795851087, -1.3697925570526135, -0.2951153824866692, -0.2951153824866692, 0.12043597170660983, 0.12043597170660983, -1.0783540722507226, 0.4622151256025907, 0.12043597170660983, -0.5354406795851087, -0.2951153824866692, -0.2951153824866692, -0.2951153824866692, -0.07699452954191027, -0.2951153824866692, -0.07699452954191027, -0.5354406795851087, 0.12043597170660983, -0.7976890818801651, -0.7976890818801651, -0.7976890818801651, -0.5354406795851087, 0.12043597170660983, -1.0783540722507226, -0.2951153824866692, -0.5354406795851087, -0.5354406795851087, -0.7976890818801651, -0.7976890818801651, -0.07699452954191027, 0.12043597170660983, -0.5354406795851087, 0.12043597170660983, -1.0783540722507226, -0.2951153824866692, -0.2951153824866692, 0.2993985401818877, -0.2951153824866692, -1.3697925570526135, -1.0783540722507226, -0.7976890818801651, -0.2951153824866692, -1.3697925570526135, -1.0783540722507226, -1.0783540722507226, -1.0783540722507226, -1.3697925570526135, -0.2951153824866692, -0.07699452954191027, -1.0783540722507226, 0.2993985401818877, 0.2993985401818877, -1.0783540722507226, -1.3697925570526135, -0.2951153824866692, -0.5354406795851087, -0.2951153824866692, -0.2951153824866692, -1.0783540722507226, -0.7976890818801651, -0.7976890818801651, 0.12043597170660983, 0.6110327717405295, -0.5354406795851087, -0.5354406795851087, -0.2951153824866692, -0.5354406795851087, -0.7976890818801651, -0.07699452954191027, -0.2951153824866692, -1.3697925570526135, -0.2951153824866692, 0.2993985401818877, -1.0783540722507226, -0.07699452954191027, 0.12043597170660983, -0.5354406795851087, 0.2993985401818877, -1.3697925570526135, -0.5354406795851087, -0.07699452954191027, -1.0783540722507226, -0.7976890818801651, -0.5354406795851087, -0.07699452954191027, -0.2951153824866692, -0.5354406795851087, -0.5354406795851087, -0.7976890818801651, 0.2993985401818877, -0.07699452954191027, 0.12043597170660983, -0.07699452954191027, -0.5354406795851087, 0.2993985401818877, -0.2951153824866692, -0.2951153824866692, -0.7976890818801651, 0.9909296034920196, 0.12043597170660983, -0.5354406795851087, -0.7976890818801651, -0.2951153824866692, -0.5354406795851087, -0.5354406795851087, 0.4622151256025907, -0.7976890818801651, 0.2993985401818877, -1.0783540722507226, -0.5354406795851087, -1.3697925570526135, -0.5354406795851087, 0.2993985401818877, 0.12043597170660983, -0.07699452954191027, -0.07699452954191027, -0.7976890818801651, -0.5354406795851087, -0.5354406795851087, -0.5354406795851087, -1.3697925570526135, 0.2993985401818877, -0.7976890818801651, -0.2951153824866692, 0.12043597170660983, 0.2993985401818877, -0.07699452954191027, -0.2951153824866692, -0.5354406795851087, -0.2951153824866692, -0.5354406795851087, -0.7976890818801651, -1.0783540722507226, 0.12043597170660983, -1.0783540722507226, -0.7976890818801651, -0.5354406795851087, 0.6110327717405295, -0.5354406795851087, -0.5354406795851087, -0.07699452954191027, 0.6110327717405295, 0.12043597170660983, -1.0783540722507226, -0.5354406795851087, -0.07699452954191027, 0.12043597170660983, -0.2951153824866692, -0.2951153824866692, -0.5354406795851087, -0.2951153824866692, -1.3697925570526135, -0.2951153824866692, 0.7477307296013805, -1.3697925570526135, -0.2951153824866692, -0.07699452954191027, -0.5354406795851087, 0.12043597170660983, 0.6110327717405295, -0.7976890818801651, -0.5354406795851087, -0.7976890818801651, -1.0783540722507226, -1.0783540722507226, -1.0783540722507226, -1.0783540722507226, 0.4622151256025907, -0.5354406795851087, 0.12043597170660983, -0.5354406795851087, -0.2951153824866692, 0.12043597170660983, -0.7976890818801651, -0.5354406795851087, -1.3697925570526135, -0.5354406795851087, -1.3697925570526135, 0.12043597170660983, 0.12043597170660983, 0.2993985401818877, -0.5354406795851087, 0.2993985401818877, -0.5354406795851087, -0.7976890818801651, 0.6110327717405295, -1.0783540722507226, 0.2993985401818877, 0.7477307296013805, -0.2951153824866692, -0.2951153824866692, 0.7477307296013805, -0.5354406795851087, 0.12043597170660983, 0.2993985401818877, -0.5354406795851087, 0.6110327717405295, -0.5354406795851087, -0.5354406795851087, -1.3697925570526135, -0.5354406795851087, 0.2993985401818877, -1.3697925570526135, -0.7976890818801651, -0.7976890818801651, 0.2993985401818877, -0.7976890818801651, 0.7477307296013805, 0.12043597170660983, 0.9909296034920196, -0.5354406795851087, -0.07699452954191027, -0.07699452954191027, -1.3697925570526135, -0.2951153824866692, -0.2951153824866692, -0.5354406795851087, -0.2951153824866692, -0.07699452954191027, -1.0783540722507226, -0.5354406795851087, -0.07699452954191027, -0.07699452954191027, -0.5354406795851087, -0.2951153824866692, -0.2951153824866692, -0.2951153824866692, -1.0783540722507226, 0.2993985401818877, -1.0783540722507226, -0.7976890818801651, -0.5354406795851087, 0.12043597170660983, 0.2993985401818877, -1.0783540722507226, -0.5354406795851087, -0.5354406795851087, -0.5354406795851087, -0.07699452954191027, 0.7477307296013805, 0.12043597170660983, -0.7976890818801651, -0.07699452954191027, -0.7976890818801651, -0.5354406795851087, -0.7976890818801651, -0.07699452954191027, 0.12043597170660983, -1.0783540722507226, -0.7976890818801651, -0.07699452954191027, 0.6110327717405295, -0.5354406795851087, -0.07699452954191027, -0.7976890818801651, -1.0783540722507226, -0.07699452954191027, -1.3697925570526135, -0.07699452954191027, 0.12043597170660983, -0.7976890818801651, 0.2993985401818877, -0.7976890818801651, -0.2951153824866692, -0.07699452954191027, -0.7976890818801651, -0.5354406795851087, -0.07699452954191027, -0.5354406795851087, -0.7976890818801651, 0.12043597170660983, -0.07699452954191027, -0.7976890818801651, -0.07699452954191027, -0.07699452954191027, -0.2951153824866692, -0.7976890818801651, -1.0783540722507226, 0.12043597170660983, 0.4622151256025907, -1.3697925570526135, -0.5354406795851087, -0.5354406795851087, -0.5354406795851087, -1.0783540722507226, -1.0783540722507226, -0.07699452954191027, -1.0783540722507226, -0.2951153824866692, -1.0783540722507226, -1.0783540722507226, -0.7976890818801651, -0.5354406795851087, -0.07699452954191027, -0.2951153824866692, 0.12043597170660983, -0.5354406795851087, 0.12043597170660983, -0.7976890818801651, 0.2993985401818877, -0.2951153824866692, -0.5354406795851087, -0.5354406795851087, 0.6110327717405295, -0.7976890818801651, -1.0783540722507226, -1.0783540722507226, -0.7976890818801651, -0.07699452954191027, -0.07699452954191027, -0.07699452954191027, -0.7976890818801651, -1.0783540722507226, -0.7976890818801651, -0.5354406795851087, -0.7976890818801651, -0.07699452954191027, -1.0783540722507226, -0.5354406795851087, -0.2951153824866692, 0.12043597170660983, -0.2951153824866692, -0.2951153824866692, -1.0783540722507226, -0.5354406795851087, -0.5354406795851087, -0.2951153824866692, -1.3697925570526135, -0.5354406795851087, -0.2951153824866692, -1.0783540722507226, -0.2951153824866692, -0.7976890818801651, -0.7976890818801651, -1.0783540722507226, -1.0783540722507226, 0.12043597170660983, -1.0783540722507226, -0.5354406795851087, -0.5354406795851087, 0.2993985401818877, -0.5354406795851087, 0.4622151256025907, -0.2951153824866692, -1.0783540722507226, -0.5354406795851087, -0.7976890818801651, 0.12043597170660983, 0.12043597170660983, -0.2951153824866692, 0.12043597170660983, -0.5354406795851087, -0.5354406795851087, -0.5354406795851087, -0.7976890818801651, -1.0783540722507226, -0.2951153824866692, -1.3697925570526135, -0.07699452954191027, -1.0783540722507226, 0.12043597170660983, -0.2951153824866692, -0.2951153824866692, 0.12043597170660983, -0.5354406795851087, -1.0783540722507226, -0.07699452954191027, -0.2951153824866692, -0.2951153824866692, 0.6110327717405295, -0.7976890818801651, -1.3697925570526135, 0.2993985401818877, -0.2951153824866692, -0.07699452954191027, -0.5354406795851087, 0.12043597170660983, 0.6110327717405295, -0.7976890818801651, -1.0783540722507226, -0.2951153824866692, -0.5354406795851087, -0.07699452954191027, -1.0783540722507226, -0.07699452954191027, -0.2951153824866692, -0.5354406795851087, -1.0783540722507226, 0.12043597170660983, 0.2993985401818877, -0.2951153824866692, -1.0783540722507226, 0.6110327717405295, 0.12043597170660983, -0.07699452954191027, 0.7477307296013805, -0.7976890818801651, 0.2993985401818877, -0.5354406795851087, 0.2993985401818877, 0.2993985401818877, -0.5354406795851087, -0.5354406795851087, -0.7976890818801651, 0.12043597170660983, -0.5354406795851087, -0.5354406795851087, -1.0783540722507226, -1.0783540722507226, 0.2993985401818877, -1.0783540722507226, -0.2951153824866692, -0.5354406795851087, -0.2951153824866692, -1.0783540722507226, 0.6110327717405295, -0.7976890818801651, -0.07699452954191027, -1.3697925570526135, -1.0783540722507226, 0.12043597170660983, -0.7976890818801651, 0.4622151256025907, 0.4622151256025907, -1.0783540722507226, 0.12043597170660983, -0.07699452954191027, -1.0783540722507226, -0.07699452954191027, 0.12043597170660983, -0.2951153824866692, -0.5354406795851087, -1.3697925570526135, 0.12043597170660983, 0.12043597170660983, 0.12043597170660983, -1.0783540722507226, -0.07699452954191027, -0.7976890818801651, -0.7976890818801651, -0.7976890818801651, 0.12043597170660983, -0.2951153824866692, -0.5354406795851087, -0.2951153824866692, -0.07699452954191027, -1.0783540722507226, -0.2951153824866692, -0.2951153824866692, -0.7976890818801651, -0.5354406795851087, -0.7976890818801651, 0.4622151256025907, -0.5354406795851087, -0.07699452954191027, -0.7976890818801651, -0.5354406795851087, -1.3697925570526135, -0.07699452954191027, 0.12043597170660983, -0.5354406795851087, -0.5354406795851087, 0.12043597170660983, -0.5354406795851087, 0.8739121556120639, -1.0783540722507226, 0.2993985401818877, -0.2951153824866692, -0.2951153824866692, -0.5354406795851087, 0.12043597170660983, -0.7976890818801651, -1.3697925570526135, -1.0783540722507226, -1.0783540722507226, -0.2951153824866692, 0.12043597170660983, -0.5354406795851087, -0.7976890818801651, -0.7976890818801651, -0.5354406795851087, -0.7976890818801651, -0.2951153824866692, -1.0783540722507226, -0.5354406795851087, -0.07699452954191027, -0.7976890818801651, 0.12043597170660983, -1.0783540722507226, -0.2951153824866692, -0.7976890818801651, -0.2951153824866692, -0.5354406795851087, -0.7976890818801651, -0.2951153824866692, -0.2951153824866692, -0.2951153824866692, 0.12043597170660983, 0.4622151256025907, -0.07699452954191027, -0.5354406795851087, -0.5354406795851087, 0.12043597170660983, -0.7976890818801651, -0.7976890818801651, 0.12043597170660983, -0.5354406795851087, -0.5354406795851087, -0.5354406795851087, 0.12043597170660983, -0.7976890818801651, -0.07699452954191027, 0.12043597170660983, -0.7976890818801651, -0.5354406795851087, -0.5354406795851087, -1.3697925570526135, -1.3697925570526135, -1.0783540722507226, 0.2993985401818877, -0.5354406795851087, -0.07699452954191027, -0.5354406795851087, 0.2993985401818877, -0.7976890818801651, -1.0783540722507226, -0.7976890818801651, -0.07699452954191027, -1.0783540722507226, -0.5354406795851087, 0.2993985401818877, -0.5354406795851087, -0.2951153824866692, -0.07699452954191027, -0.2951153824866692, 0.6110327717405295, 0.12043597170660983, 0.2993985401818877, 0.12043597170660983, -0.7976890818801651, -0.7976890818801651, -0.2951153824866692, -1.0783540722507226, -0.7976890818801651, -0.5354406795851087, -1.0783540722507226, -0.07699452954191027, -0.5354406795851087, 0.4622151256025907, 0.12043597170660983, -1.3697925570526135, -0.5354406795851087, 0.6110327717405295, -0.5354406795851087, -1.0783540722507226, -0.2951153824866692, 0.7477307296013805, -0.5354406795851087, 0.4622151256025907, 0.4622151256025907, 0.12043597170660983, -0.7976890818801651, 0.2993985401818877, -0.7976890818801651, -0.5354406795851087, 0.2993985401818877, 0.12043597170660983, -0.5354406795851087, -0.07699452954191027, -0.07699452954191027, -1.0783540722507226, -0.5354406795851087, -0.5354406795851087, 0.2993985401818877, -0.5354406795851087, -0.2951153824866692, -0.07699452954191027, -0.5354406795851087, 0.7477307296013805, -0.07699452954191027, 0.12043597170660983, -0.7976890818801651, -0.2951153824866692, 0.4622151256025907, -0.7976890818801651, -0.2951153824866692, -0.07699452954191027, -0.07699452954191027, -1.0783540722507226, -0.7976890818801651, 0.12043597170660983, -1.3697925570526135, -0.7976890818801651, 0.6110327717405295, -0.7976890818801651, 0.7477307296013805, -0.2951153824866692, -0.07699452954191027, -0.2951153824866692, 0.8739121556120639, -0.7976890818801651, -0.07699452954191027, -0.07699452954191027, -1.0783540722507226, 0.2993985401818877, -0.07699452954191027, -0.5354406795851087, 0.7477307296013805, -1.3697925570526135, -0.5354406795851087, -1.0783540722507226, -1.3697925570526135, -1.0783540722507226, 0.4622151256025907, -0.7976890818801651, 0.12043597170660983, -0.7976890818801651, 0.12043597170660983, 0.2993985401818877, -0.07699452954191027, -0.2951153824866692, -1.0783540722507226, 0.12043597170660983, 0.12043597170660983, 0.12043597170660983, -0.2951153824866692, -0.2951153824866692, 0.12043597170660983, -0.7976890818801651, 0.2993985401818877, -1.0783540722507226, 0.2993985401818877, 0.12043597170660983, -1.0783540722507226, -0.2951153824866692, 0.6110327717405295, -0.5354406795851087, 0.12043597170660983, -0.07699452954191027, -0.7976890818801651, -0.07699452954191027, -0.7976890818801651, -0.2951153824866692, -0.2951153824866692, -0.5354406795851087, -0.7976890818801651, -1.3697925570526135, -1.0783540722507226, 0.12043597170660983, -0.5354406795851087, 0.12043597170660983, -1.3697925570526135, -0.2951153824866692, 0.2993985401818877, -0.7976890818801651, 0.12043597170660983, -0.07699452954191027, -0.7976890818801651, -1.3697925570526135, 0.12043597170660983, -0.07699452954191027, -0.5354406795851087, -0.07699452954191027, -0.7976890818801651, 0.7477307296013805, -0.2951153824866692, -0.5354406795851087, -0.07699452954191027, -0.5354406795851087, -0.2951153824866692, -0.7976890818801651, 0.4622151256025907, -0.2951153824866692, -0.2951153824866692, 1.3875897490314444, -0.7976890818801651, -0.7976890818801651, 0.12043597170660983, -1.0783540722507226, -0.07699452954191027, -0.7976890818801651, -0.7976890818801651, -0.5354406795851087, 0.4622151256025907, 0.2993985401818877, -0.5354406795851087, -0.2951153824866692, 0.2993985401818877, -1.0783540722507226, -0.07699452954191027, -0.7976890818801651, -1.0783540722507226, 0.12043597170660983, -0.2951153824866692, -0.07699452954191027, 0.12043597170660983, -1.0783540722507226, -0.2951153824866692, -0.5354406795851087, -0.7976890818801651, 0.9909296034920196, 0.12043597170660983, -0.7976890818801651, -0.2951153824866692, 0.12043597170660983, -0.5354406795851087, -0.07699452954191027, -0.07699452954191027, 0.4622151256025907, -0.07699452954191027, -0.2951153824866692, 0.7477307296013805, 0.12043597170660983, 0.8739121556120639, -0.5354406795851087, -0.5354406795851087, -0.07699452954191027, 0.12043597170660983, -1.3697925570526135, -0.7976890818801651, -0.5354406795851087, -0.7976890818801651, 0.12043597170660983, -0.07699452954191027, -0.07699452954191027, -0.2951153824866692, -0.07699452954191027, -0.2951153824866692, 0.6110327717405295, -0.7976890818801651, -0.2951153824866692, -1.0783540722507226, -0.7976890818801651, 0.2993985401818877, -0.5354406795851087, -0.7976890818801651, 0.12043597170660983, -0.5354406795851087, -1.3697925570526135, -0.07699452954191027, -0.7976890818801651, -1.3697925570526135, -0.2951153824866692, -1.0783540722507226, -0.07699452954191027, 0.7477307296013805, 0.7477307296013805, -0.5354406795851087, -1.0783540722507226, -0.07699452954191027, -0.2951153824866692, -0.5354406795851087, 0.4622151256025907, -0.7976890818801651, 0.7477307296013805, 0.12043597170660983, 0.9909296034920196, -1.0783540722507226, -0.5354406795851087, -0.7976890818801651, 0.12043597170660983, -1.0783540722507226, 0.12043597170660983, -0.5354406795851087, -0.7976890818801651, 0.4622151256025907, 0.12043597170660983, 0.8739121556120639, -0.5354406795851087, -0.07699452954191027, 0.12043597170660983, -0.7976890818801651, -0.7976890818801651, -0.7976890818801651, -0.2951153824866692, 0.6110327717405295, -0.07699452954191027, -0.5354406795851087, -0.7976890818801651, -0.5354406795851087, -0.7976890818801651, -0.2951153824866692, -1.0783540722507226, -1.0783540722507226, -0.2951153824866692, -0.7976890818801651, -1.3697925570526135, 0.12043597170660983, -0.07699452954191027, 0.12043597170660983, -1.0783540722507226, -0.5354406795851087, -0.5354406795851087, -1.0783540722507226, -0.5354406795851087, -0.2951153824866692, -0.2951153824866692, 0.12043597170660983, -0.7976890818801651, -0.5354406795851087, -0.7976890818801651, 0.12043597170660983, -0.5354406795851087, -0.5354406795851087, -0.5354406795851087, -0.7976890818801651, 0.2993985401818877, 0.8739121556120639, -0.5354406795851087, 1.201842103335564, -0.2951153824866692, 0.4622151256025907, -0.5354406795851087, -0.7976890818801651, 0.6110327717405295, -0.7976890818801651, -1.0783540722507226, -0.5354406795851087, -1.0783540722507226, -0.7976890818801651, 0.12043597170660983, 0.2993985401818877, -0.07699452954191027, -0.2951153824866692, 0.2993985401818877, 0.2993985401818877, -0.2951153824866692, 0.9909296034920196, -0.5354406795851087, -0.2951153824866692, -0.07699452954191027, -0.2951153824866692, -0.5354406795851087, 0.6110327717405295, 0.12043597170660983, -1.0783540722507226, -1.0783540722507226, 0.4622151256025907, -0.5354406795851087, -0.5354406795851087, -1.0783540722507226, -0.2951153824866692, -0.5354406795851087, -0.7976890818801651, 0.12043597170660983, -0.2951153824866692, -1.0783540722507226, -1.0783540722507226, -0.2951153824866692, -0.2951153824866692, -0.07699452954191027, -0.2951153824866692, 0.12043597170660983, 0.6110327717405295, -0.5354406795851087, -0.5354406795851087, -1.0783540722507226, 0.4622151256025907, -0.7976890818801651, -1.0783540722507226, -0.2951153824866692, 0.4622151256025907, -0.2951153824866692, 0.12043597170660983, -0.07699452954191027, -1.0783540722507226, -0.07699452954191027, -0.07699452954191027, -0.5354406795851087, -0.7976890818801651, -0.7976890818801651, -0.7976890818801651, -0.7976890818801651, 0.4622151256025907, -0.07699452954191027, -0.2951153824866692, -0.07699452954191027, 0.6110327717405295, -0.5354406795851087, -0.5354406795851087, 0.2993985401818877, -0.2951153824866692, 0.12043597170660983, -0.2951153824866692, 0.12043597170660983, -0.5354406795851087, -0.5354406795851087, -1.0783540722507226, -0.7976890818801651, 0.2993985401818877, -0.7976890818801651, -0.5354406795851087, 0.2993985401818877, -0.2951153824866692, -0.7976890818801651, 0.6110327717405295, -0.7976890818801651, -1.3697925570526135, 0.4622151256025907, -0.2951153824866692, -0.2951153824866692, -1.0783540722507226, -0.2951153824866692, -0.7976890818801651, 0.6110327717405295, 0.12043597170660983, -0.7976890818801651, -1.0783540722507226, 0.12043597170660983, -1.0783540722507226, -0.2951153824866692, -1.3697925570526135, 0.2993985401818877, -0.7976890818801651, 0.12043597170660983, 0.2993985401818877, 0.6110327717405295, -0.7976890818801651, -0.2951153824866692, -0.2951153824866692, -1.0783540722507226, -0.07699452954191027, 0.4622151256025907, 0.4622151256025907, 0.4622151256025907, -0.5354406795851087, -1.0783540722507226, 0.6110327717405295, -0.07699452954191027, -0.07699452954191027, -1.0783540722507226, -1.0783540722507226, 0.12043597170660983, -0.5354406795851087, -0.2951153824866692, -0.7976890818801651, -0.2951153824866692, 0.12043597170660983, 0.6110327717405295, -0.5354406795851087, -0.07699452954191027, 0.12043597170660983, -0.7976890818801651, -0.5354406795851087, -0.7976890818801651, 0.12043597170660983, -0.2951153824866692, 0.6110327717405295, 0.2993985401818877, 0.8739121556120639, -0.7976890818801651, 0.2993985401818877, -0.5354406795851087, 0.12043597170660983, -0.2951153824866692, -0.7976890818801651, 0.4622151256025907, 0.6110327717405295, -0.07699452954191027, -1.0783540722507226, -0.5354406795851087, -0.2951153824866692, -0.2951153824866692, -1.0783540722507226, -0.5354406795851087, 0.4622151256025907, -1.3697925570526135, -0.2951153824866692, 0.4622151256025907, -0.07699452954191027, -0.7976890818801651, -0.7976890818801651, -0.5354406795851087, -0.07699452954191027, 0.12043597170660983, -0.07699452954191027, -1.0783540722507226, 0.12043597170660983, 0.12043597170660983, -0.2951153824866692, 0.2993985401818877, 0.6110327717405295, -0.7976890818801651, 0.12043597170660983, -0.5354406795851087, -0.7976890818801651, -0.2951153824866692, 0.12043597170660983, -1.0783540722507226, -1.0783540722507226, 0.12043597170660983, 0.12043597170660983, -0.07699452954191027, -0.7976890818801651, 0.12043597170660983, -0.5354406795851087, -1.0783540722507226, -0.2951153824866692, -0.07699452954191027, -0.5354406795851087, -0.7976890818801651, 0.2993985401818877, -0.07699452954191027, 0.2993985401818877, -0.7976890818801651, -0.5354406795851087, 0.2993985401818877, -0.07699452954191027, -0.5354406795851087, 0.2993985401818877, -0.7976890818801651, -0.5354406795851087, 0.2993985401818877, 0.4622151256025907, -0.5354406795851087, -0.2951153824866692, -0.07699452954191027, -0.07699452954191027, 0.4622151256025907, 0.12043597170660983, -0.07699452954191027, -0.2951153824866692, -1.0783540722507226, 0.12043597170660983, -0.7976890818801651, 0.2993985401818877, 1.201842103335564, -0.7976890818801651, -0.5354406795851087, 0.12043597170660983, -1.3697925570526135, 0.12043597170660983, 0.2993985401818877, 0.4622151256025907, 0.2993985401818877, 0.9909296034920196, 0.2993985401818877, -0.2951153824866692, -0.7976890818801651, 0.7477307296013805, 0.2993985401818877, 0.12043597170660983, 0.4622151256025907, -1.0783540722507226, -1.0783540722507226, 0.12043597170660983, -0.2951153824866692, 0.6110327717405295, 0.7477307296013805, 0.2993985401818877, -0.2951153824866692, -0.7976890818801651, 1.4726871185528485, 0.12043597170660983, -0.2951153824866692, -0.07699452954191027, -0.07699452954191027, -0.07699452954191027, 0.4622151256025907, 1.0999204539258831, -0.5354406795851087, -0.7976890818801651, 0.7477307296013805, -1.0783540722507226, 0.12043597170660983, -0.7976890818801651, -0.5354406795851087, -1.0783540722507226, -0.07699452954191027, 0.12043597170660983, -0.7976890818801651, -0.2951153824866692, 0.4622151256025907, -1.0783540722507226, 0.2993985401818877, -0.5354406795851087, -0.5354406795851087, -0.2951153824866692, -0.7976890818801651, 0.12043597170660983, 0.12043597170660983, -0.7976890818801651, -1.0783540722507226, -1.0783540722507226, 0.2993985401818877, -0.5354406795851087, -0.5354406795851087, -0.5354406795851087, -0.2951153824866692, -0.07699452954191027, -0.2951153824866692, -0.2951153824866692, -0.07699452954191027, -0.5354406795851087, -0.2951153824866692, 0.8739121556120639, -0.2951153824866692, -0.5354406795851087, -0.07699452954191027, 0.7477307296013805, 0.12043597170660983, -0.7976890818801651, 0.2993985401818877, -0.5354406795851087, -0.07699452954191027, 0.2993985401818877, -0.5354406795851087, -0.5354406795851087, -0.07699452954191027, 0.4622151256025907, -0.5354406795851087, -1.0783540722507226, -1.0783540722507226, -0.2951153824866692, 0.12043597170660983, 0.4622151256025907, 0.12043597170660983, -1.0783540722507226, -0.2951153824866692, -0.07699452954191027, -0.7976890818801651, 0.2993985401818877, 0.12043597170660983, -0.07699452954191027, -0.2951153824866692, -0.07699452954191027, -1.0783540722507226, 0.2993985401818877, -0.5354406795851087, -0.5354406795851087, -0.7976890818801651, -0.5354406795851087, -0.5354406795851087, -0.5354406795851087, 0.2993985401818877, -1.0783540722507226, -0.2951153824866692, -0.07699452954191027, 0.12043597170660983, 0.2993985401818877, -0.5354406795851087, -0.7976890818801651, -0.2951153824866692, 0.2993985401818877, -0.7976890818801651, 0.2993985401818877, -0.7976890818801651, -0.07699452954191027, -0.2951153824866692, 0.12043597170660983, 0.2993985401818877, -0.7976890818801651, -0.07699452954191027, -0.5354406795851087, -0.07699452954191027, 1.0999204539258831, 0.6110327717405295, -0.5354406795851087, 0.2993985401818877, -0.5354406795851087, 0.4622151256025907, -0.07699452954191027, -0.07699452954191027, -0.2951153824866692, 0.2993985401818877, -0.7976890818801651, 0.2993985401818877, -0.7976890818801651, -0.07699452954191027, -0.5354406795851087, -0.07699452954191027, 0.12043597170660983, 0.7477307296013805, -1.0783540722507226, 0.2993985401818877, -0.7976890818801651, 0.2993985401818877, -0.7976890818801651, -0.07699452954191027, -0.5354406795851087, 0.2993985401818877, 0.4622151256025907, 0.12043597170660983, 0.4622151256025907, -0.07699452954191027, -0.7976890818801651, -0.2951153824866692, -0.2951153824866692, -0.2951153824866692, -0.2951153824866692, -0.5354406795851087, -0.2951153824866692, -0.7976890818801651, 0.2993985401818877, -0.5354406795851087, 0.7477307296013805, -0.07699452954191027, -0.2951153824866692, -0.2951153824866692, -0.07699452954191027, -1.0783540722507226, -0.2951153824866692, 0.6110327717405295, 0.2993985401818877, -0.2951153824866692, 0.4622151256025907, -0.7976890818801651, -0.7976890818801651, -0.5354406795851087, -0.5354406795851087, 0.12043597170660983, -1.0783540722507226, -0.07699452954191027, 0.4622151256025907, 0.2993985401818877, 1.3875897490314444, -0.07699452954191027, -0.7976890818801651, -0.5354406795851087, 0.12043597170660983, -0.5354406795851087, 0.6110327717405295, -0.7976890818801651, -0.2951153824866692, -1.0783540722507226, -0.2951153824866692, -0.2951153824866692, 0.12043597170660983, -0.7976890818801651, -0.07699452954191027, -0.5354406795851087, -1.0783540722507226, -1.0783540722507226, 0.7477307296013805, 0.8739121556120639, 0.4622151256025907, -0.07699452954191027, 0.2993985401818877, -0.07699452954191027, -1.0783540722507226, -0.07699452954191027, -1.0783540722507226, -0.7976890818801651, -0.2951153824866692, 0.12043597170660983, 0.7477307296013805, 0.4622151256025907, -0.7976890818801651, -0.7976890818801651, 0.12043597170660983, -0.7976890818801651, -0.2951153824866692, -0.2951153824866692, 0.2993985401818877, -0.2951153824866692, -1.0783540722507226, 0.12043597170660983, -0.2951153824866692, -0.07699452954191027, -1.0783540722507226, -0.2951153824866692, -0.2951153824866692, -0.7976890818801651, -0.07699452954191027, -0.07699452954191027, -1.0783540722507226, -0.2951153824866692, 0.12043597170660983, -0.7976890818801651, -1.3697925570526135, -0.2951153824866692, -1.3697925570526135, 0.12043597170660983, 0.2993985401818877, 0.4622151256025907, -0.5354406795851087, -0.07699452954191027, 0.6110327717405295, 0.12043597170660983, -1.0783540722507226, -0.07699452954191027, -0.5354406795851087, -1.0783540722507226, 0.2993985401818877, -0.07699452954191027, -0.07699452954191027, -0.07699452954191027, 0.4622151256025907, -0.07699452954191027, -0.07699452954191027, 0.12043597170660983, -0.7976890818801651, -0.07699452954191027, -0.2951153824866692, 0.12043597170660983, -0.7976890818801651, 0.12043597170660983, -0.2951153824866692, 0.2993985401818877, 0.2993985401818877, 0.12043597170660983, 0.12043597170660983, -0.07699452954191027, 0.12043597170660983, -0.07699452954191027, -0.5354406795851087, -0.5354406795851087, 0.6110327717405295, -0.2951153824866692, -0.5354406795851087, 0.2993985401818877, -0.07699452954191027, -0.07699452954191027, -0.2951153824866692, -0.07699452954191027, -0.07699452954191027, -0.07699452954191027, 0.4622151256025907, 0.6110327717405295, 0.4622151256025907, 0.6110327717405295, -1.0783540722507226, 0.12043597170660983, -0.07699452954191027, 0.4622151256025907, 0.12043597170660983, 0.7477307296013805, 0.2993985401818877, -0.7976890818801651, -1.3697925570526135, -0.07699452954191027, -0.5354406795851087, 0.12043597170660983, -0.07699452954191027, -0.7976890818801651, 0.6110327717405295, 0.8739121556120639, 0.4622151256025907, 0.12043597170660983, -1.0783540722507226, 0.2993985401818877, -0.07699452954191027, 0.7477307296013805, 0.2993985401818877, -0.07699452954191027, 0.9909296034920196, 0.9909296034920196, -0.5354406795851087, -1.0783540722507226, -0.2951153824866692, -1.0783540722507226, -0.5354406795851087, 0.12043597170660983, 0.2993985401818877, -0.2951153824866692, 0.8739121556120639, -0.5354406795851087, 0.6110327717405295, -1.3697925570526135, -0.2951153824866692, -0.07699452954191027, -0.5354406795851087, 0.7477307296013805, 0.12043597170660983, 0.4622151256025907, -0.2951153824866692, 0.4622151256025907, 0.12043597170660983, -1.0783540722507226, -0.5354406795851087, -1.0783540722507226, -0.5354406795851087, 0.7477307296013805, 0.7477307296013805, -1.0783540722507226, 0.2993985401818877, -0.2951153824866692, -0.07699452954191027, 0.4622151256025907, 0.6110327717405295, -0.5354406795851087, 0.9909296034920196, -0.7976890818801651, -0.5354406795851087, -0.07699452954191027, -0.2951153824866692, -0.07699452954191027, -1.3697925570526135, -0.5354406795851087, -0.2951153824866692, -0.2951153824866692, -0.07699452954191027, 0.4622151256025907, -0.2951153824866692, -0.07699452954191027, 0.4622151256025907, -0.2951153824866692, 0.12043597170660983, -0.2951153824866692, -0.2951153824866692, -0.2951153824866692, 0.6110327717405295, -1.0783540722507226, 0.2993985401818877, -0.2951153824866692, 0.6110327717405295, 0.7477307296013805, 0.6110327717405295, 0.2993985401818877, -0.07699452954191027, 0.2993985401818877, -0.07699452954191027, 0.2993985401818877, -0.5354406795851087, 0.12043597170660983, 0.2993985401818877, 0.8739121556120639, 0.12043597170660983, 0.2993985401818877, 0.6110327717405295, -0.5354406795851087, -1.0783540722507226, -0.2951153824866692, 0.12043597170660983, -0.5354406795851087, 0.12043597170660983, 0.12043597170660983, -0.07699452954191027, -0.2951153824866692, 0.8739121556120639, -0.07699452954191027, -0.2951153824866692, 1.201842103335564, 0.2993985401818877, 0.2993985401818877, 0.9909296034920196, -0.2951153824866692, 0.2993985401818877, -0.2951153824866692, -0.2951153824866692, 0.8739121556120639, -0.07699452954191027, -1.3697925570526135, -0.07699452954191027, 0.12043597170660983, -0.7976890818801651, -0.5354406795851087, -0.7976890818801651, -0.7976890818801651, -1.0783540722507226, 0.12043597170660983, -0.5354406795851087, -0.07699452954191027, 0.7477307296013805, -0.7976890818801651, 0.7477307296013805, 0.4622151256025907, -1.0783540722507226, -0.2951153824866692, -0.2951153824866692, -0.5354406795851087, -1.3697925570526135, -0.7976890818801651, 0.12043597170660983, -0.5354406795851087, -0.07699452954191027, -0.07699452954191027, -0.2951153824866692, -1.0783540722507226, -0.2951153824866692, -0.07699452954191027, -0.07699452954191027, -0.5354406795851087, 0.7477307296013805, -1.0783540722507226, -0.07699452954191027, -0.07699452954191027, 0.8739121556120639, -0.5354406795851087, 0.12043597170660983, -0.7976890818801651, 0.12043597170660983, -0.7976890818801651, -0.2951153824866692, 0.12043597170660983, -0.07699452954191027, 0.6110327717405295, 0.4622151256025907, -0.5354406795851087, -1.0783540722507226, 0.4622151256025907, 0.4622151256025907, -0.5354406795851087, -0.5354406795851087, -0.2951153824866692, -0.2951153824866692, -0.5354406795851087, -0.5354406795851087, 0.4622151256025907, 0.12043597170660983, 0.6110327717405295, -0.2951153824866692, 0.12043597170660983, -0.5354406795851087, -0.07699452954191027, -1.0783540722507226, 0.7477307296013805, 0.4622151256025907, -0.5354406795851087, 0.2993985401818877, 0.12043597170660983, 0.12043597170660983, 0.2993985401818877, -1.0783540722507226, -0.07699452954191027, -0.7976890818801651, 0.2993985401818877, -0.2951153824866692, 0.12043597170660983, 0.12043597170660983, 0.12043597170660983, 0.7477307296013805, -0.07699452954191027, 0.2993985401818877, 0.2993985401818877, -0.7976890818801651, -0.5354406795851087, 0.6110327717405295, -0.07699452954191027, 0.12043597170660983, -0.07699452954191027, 0.4622151256025907, 0.12043597170660983, 0.12043597170660983, -1.0783540722507226, -1.3697925570526135, 0.4622151256025907, 0.2993985401818877, -0.07699452954191027, 0.4622151256025907, -0.2951153824866692, -0.5354406795851087, 0.7477307296013805, 0.12043597170660983, 0.2993985401818877, -0.2951153824866692, 0.4622151256025907, -0.07699452954191027, -1.0783540722507226, 0.2993985401818877, -0.2951153824866692, -0.2951153824866692, -0.5354406795851087, -0.5354406795851087, -0.2951153824866692, 1.2975031620973088, -0.5354406795851087, 0.8739121556120639, 0.7477307296013805, 0.6110327717405295, 0.2993985401818877, 0.4622151256025907, -0.5354406795851087, -1.0783540722507226, 0.12043597170660983, -0.2951153824866692, -0.2951153824866692, 0.12043597170660983, -0.2951153824866692, 0.12043597170660983, 0.4622151256025907, -0.7976890818801651, 1.0999204539258831, -1.0783540722507226, 0.8739121556120639, 0.9909296034920196, 0.8739121556120639, 1.0999204539258831, 0.2993985401818877, 0.12043597170660983, 0.9909296034920196, -0.07699452954191027, -0.5354406795851087, -0.7976890818801651, -0.07699452954191027, -0.7976890818801651, -0.07699452954191027, 0.7477307296013805, 0.4622151256025907, 0.2993985401818877, 0.2993985401818877, 0.12043597170660983, -0.5354406795851087, 0.4622151256025907, -0.5354406795851087, -0.2951153824866692, 0.4622151256025907, -0.7976890818801651, 0.4622151256025907, 0.4622151256025907, 0.12043597170660983, -1.0783540722507226, 0.9909296034920196, 0.12043597170660983, -1.0783540722507226, -0.07699452954191027, -0.7976890818801651, 1.0999204539258831, -0.5354406795851087, -0.07699452954191027, -0.2951153824866692, -0.5354406795851087, -0.5354406795851087, -0.5354406795851087, -0.07699452954191027, 0.12043597170660983, 0.12043597170660983, 0.2993985401818877, -0.7976890818801651, 0.2993985401818877, 0.12043597170660983, -0.2951153824866692, 0.12043597170660983, -0.5354406795851087, -0.5354406795851087, 0.2993985401818877, -1.0783540722507226, 0.2993985401818877, 0.2993985401818877, -1.0783540722507226, 0.9909296034920196, -0.7976890818801651, -1.0783540722507226, -0.2951153824866692, -1.0783540722507226, 0.8739121556120639, 0.12043597170660983, -0.7976890818801651, 0.12043597170660983, 0.12043597170660983, 0.2993985401818877, -1.3697925570526135, 0.2993985401818877, 0.6110327717405295, 1.201842103335564, 0.12043597170660983, 0.4622151256025907, 0.7477307296013805, -0.07699452954191027, 0.2993985401818877, -0.07699452954191027, 0.12043597170660983, 0.7477307296013805, -0.5354406795851087, 0.2993985401818877, -0.07699452954191027, -0.5354406795851087, -0.5354406795851087, 0.2993985401818877, 0.8739121556120639, -0.2951153824866692, 0.2993985401818877, 0.8739121556120639, 0.12043597170660983, 0.6110327717405295, 0.12043597170660983, -0.2951153824866692, 0.8739121556120639, -0.2951153824866692, -0.7976890818801651, -0.7976890818801651, -0.07699452954191027, -0.2951153824866692, 0.9909296034920196, 0.12043597170660983, 0.7477307296013805, -0.2951153824866692, 0.4622151256025907, 0.12043597170660983, 0.12043597170660983, -0.5354406795851087, 0.12043597170660983, -0.7976890818801651, -0.7976890818801651, 0.2993985401818877, 0.9909296034920196, 1.0999204539258831, -0.2951153824866692, 0.8739121556120639, 0.12043597170660983, 0.12043597170660983, -0.2951153824866692, 1.201842103335564, -0.07699452954191027, -0.5354406795851087, -0.07699452954191027, 0.2993985401818877, -1.0783540722507226, 0.4622151256025907, -0.2951153824866692, 0.12043597170660983, 0.8739121556120639, 0.6110327717405295, -0.5354406795851087, 0.2993985401818877, 0.8739121556120639, 0.8739121556120639, 0.9909296034920196, -0.07699452954191027, 0.2993985401818877, -0.2951153824866692, -1.0783540722507226, -0.07699452954191027, -0.07699452954191027, 0.6110327717405295, 0.12043597170660983, -0.2951153824866692, -0.2951153824866692, 0.6110327717405295, 1.201842103335564, -0.2951153824866692, -0.2951153824866692, -1.0783540722507226, 0.4622151256025907, 0.6110327717405295, -0.2951153824866692, 0.12043597170660983, 1.0999204539258831, -0.2951153824866692, -0.7976890818801651, -0.5354406795851087, 0.12043597170660983, -0.7976890818801651, 1.4726871185528485, 0.6110327717405295, -0.07699452954191027, -0.2951153824866692, 0.12043597170660983, 0.12043597170660983, 0.2993985401818877, 0.6110327717405295, 0.2993985401818877, -0.2951153824866692, -0.5354406795851087, -0.07699452954191027, 0.12043597170660983, 0.2993985401818877, 0.2993985401818877, -1.0783540722507226, -0.7976890818801651, 0.6110327717405295, 0.12043597170660983, 0.7477307296013805, 0.2993985401818877, 0.7477307296013805, 0.7477307296013805, -0.07699452954191027, -0.2951153824866692, 0.6110327717405295, -0.5354406795851087, 0.2993985401818877, -0.07699452954191027, -0.7976890818801651, 0.9909296034920196, 0.12043597170660983, -0.07699452954191027, 0.7477307296013805, -0.07699452954191027, 0.12043597170660983, 0.7477307296013805, 0.6110327717405295, 0.12043597170660983, -0.7976890818801651, 0.4622151256025907, 0.6110327717405295, 1.0999204539258831, -1.0783540722507226, 0.2993985401818877, -1.3697925570526135, -0.5354406795851087, 1.201842103335564, 1.0999204539258831, -1.0783540722507226, 0.4622151256025907, -1.3697925570526135, 0.9909296034920196, 0.12043597170660983, -0.5354406795851087, -0.07699452954191027, -0.5354406795851087, -0.07699452954191027, -0.7976890818801651, -0.2951153824866692, 0.12043597170660983, -1.0783540722507226, -1.0783540722507226, 1.3875897490314444, -0.7976890818801651, 0.12043597170660983, 0.4622151256025907, -0.7976890818801651, 0.4622151256025907, 0.7477307296013805, -0.07699452954191027, 0.9909296034920196, 0.2993985401818877, 1.0999204539258831, 0.7477307296013805, -0.2951153824866692, 1.201842103335564, -0.7976890818801651, -1.0783540722507226, -0.2951153824866692, 0.12043597170660983, 0.2993985401818877, 0.12043597170660983, -1.3697925570526135, 0.4622151256025907, -1.0783540722507226, 0.9909296034920196, -0.5354406795851087, 0.2993985401818877, -0.5354406795851087, -0.5354406795851087, -0.2951153824866692, -0.2951153824866692, -0.2951153824866692, 0.12043597170660983, -0.5354406795851087, -0.07699452954191027, 1.5532972473276432, -1.0783540722507226, 0.4622151256025907, -0.5354406795851087, -0.07699452954191027, -0.2951153824866692, -0.07699452954191027, 0.8739121556120639, -0.2951153824866692, 0.4622151256025907, -0.5354406795851087, 0.6110327717405295, 0.2993985401818877, -0.07699452954191027, 0.6110327717405295, 1.201842103335564, -0.2951153824866692, -1.0783540722507226, -0.07699452954191027, -0.2951153824866692, 0.9909296034920196, -0.07699452954191027, -0.2951153824866692, 0.6110327717405295, 1.201842103335564, -1.3697925570526135, 1.201842103335564, -0.5354406795851087, 0.6110327717405295, 0.12043597170660983, 0.12043597170660983, 0.6110327717405295, 0.8739121556120639, 0.12043597170660983, 1.201842103335564, 0.7477307296013805, -0.2951153824866692, 0.7477307296013805, 1.3875897490314444, -0.2951153824866692, 0.8739121556120639, 1.2975031620973088, -0.5354406795851087, -0.2951153824866692, 0.4622151256025907, -0.2951153824866692, -0.07699452954191027, 0.12043597170660983, 0.12043597170660983, -0.07699452954191027, -0.2951153824866692, 0.8739121556120639, -0.5354406795851087, 0.4622151256025907, -1.3697925570526135, 1.201842103335564, 0.7477307296013805, 1.0999204539258831, 1.2975031620973088, -0.7976890818801651, 0.4622151256025907, 0.4622151256025907, -0.2951153824866692, 0.4622151256025907, 0.6110327717405295, 0.4622151256025907, 0.12043597170660983, 0.2993985401818877, 1.7722553673021415, -0.7976890818801651, -0.5354406795851087, 0.6110327717405295, -0.7976890818801651, -0.07699452954191027, 0.4622151256025907, 0.2993985401818877, -0.5354406795851087, -0.7976890818801651, 0.6110327717405295, 1.201842103335564, 1.201842103335564, 0.12043597170660983, 0.4622151256025907, -0.5354406795851087, 0.9909296034920196, 0.8739121556120639, -0.5354406795851087, -0.5354406795851087, 1.0999204539258831, -0.2951153824866692, 1.0999204539258831, -0.2951153824866692, 0.2993985401818877, -0.5354406795851087, -0.7976890818801651, 0.7477307296013805, 0.8739121556120639, 0.8739121556120639, 0.2993985401818877, 0.12043597170660983, -0.7976890818801651, 0.6110327717405295, -0.7976890818801651, -1.0783540722507226, -0.07699452954191027, 0.8739121556120639, 0.4622151256025907, -0.5354406795851087, 1.201842103335564, -0.2951153824866692, 0.4622151256025907, -0.7976890818801651, -0.5354406795851087, -0.07699452954191027, -0.07699452954191027, 0.7477307296013805, -0.5354406795851087, -0.5354406795851087, -0.07699452954191027, 0.8739121556120639, 0.4622151256025907, 0.12043597170660983, -0.07699452954191027, -0.5354406795851087, -0.7976890818801651, -0.2951153824866692, -0.2951153824866692, 0.8739121556120639, -1.0783540722507226, 0.12043597170660983, 0.12043597170660983, -0.2951153824866692, 0.12043597170660983, 0.4622151256025907, -0.2951153824866692, 0.6110327717405295, 0.7477307296013805, 0.2993985401818877, -0.5354406795851087, 0.12043597170660983, 0.2993985401818877, 1.7027300249532689, -0.5354406795851087, 0.9909296034920196, 0.6110327717405295, 1.201842103335564, 0.2993985401818877, -1.0783540722507226, -0.7976890818801651, -0.2951153824866692, 0.8739121556120639, -0.07699452954191027, 0.12043597170660983, -1.0783540722507226, -1.0783540722507226, 0.2993985401818877, -1.3697925570526135, -0.2951153824866692, -0.2951153824866692, 0.12043597170660983, 0.12043597170660983, -0.5354406795851087, 0.9909296034920196, 0.7477307296013805, 0.12043597170660983, -0.7976890818801651, -0.5354406795851087, -0.07699452954191027, 0.12043597170660983, 0.12043597170660983, 0.8739121556120639, 0.6110327717405295, -0.5354406795851087, -0.2951153824866692, 0.4622151256025907, -0.2951153824866692, -0.7976890818801651, 0.2993985401818877, 0.7477307296013805, -0.7976890818801651, -0.7976890818801651, -0.5354406795851087, 0.8739121556120639, -0.2951153824866692, -0.07699452954191027, 0.12043597170660983, -0.5354406795851087, -0.5354406795851087, 0.9909296034920196, 0.12043597170660983, 0.8739121556120639, -0.5354406795851087, -0.7976890818801651, -0.5354406795851087, -0.2951153824866692, -0.7976890818801651, -1.0783540722507226, -1.0783540722507226, -0.5354406795851087, 0.6110327717405295, -0.2951153824866692, -0.7976890818801651, -0.2951153824866692, 0.12043597170660983, -1.0783540722507226, 1.3875897490314444, -0.2951153824866692, 1.5532972473276432, -0.7976890818801651, -0.2951153824866692, 0.12043597170660983, -0.5354406795851087, 1.9634224484182208, 0.4622151256025907, 0.4622151256025907, -0.5354406795851087, 0.12043597170660983, -0.7976890818801651, -0.07699452954191027, 0.12043597170660983, -0.5354406795851087, -1.0783540722507226, -0.5354406795851087, -0.5354406795851087, -0.5354406795851087, 1.0999204539258831, 0.12043597170660983, -0.2951153824866692, 0.2993985401818877, 0.12043597170660983, -0.5354406795851087, 0.8739121556120639, -0.7976890818801651, -0.2951153824866692, -0.5354406795851087, -0.2951153824866692, -1.0783540722507226, -0.2951153824866692, -0.07699452954191027, -0.7976890818801651, 0.12043597170660983, -0.7976890818801651, -0.7976890818801651, -0.07699452954191027, -0.07699452954191027, -1.3697925570526135, 0.6110327717405295, 0.8739121556120639, -1.3697925570526135, -0.07699452954191027, -0.07699452954191027, 0.2993985401818877, -0.2951153824866692, -0.2951153824866692, 0.7477307296013805, -0.07699452954191027, 0.2993985401818877, -0.07699452954191027, -0.2951153824866692, 0.2993985401818877, 0.2993985401818877, -1.0783540722507226, -0.5354406795851087, -1.0783540722507226, 0.2993985401818877, -0.7976890818801651, -0.07699452954191027, 0.12043597170660983, -0.2951153824866692, -0.2951153824866692, 0.2993985401818877, -0.5354406795851087, 0.2993985401818877, -1.0783540722507226, -0.2951153824866692, 0.12043597170660983, 0.4622151256025907, 0.12043597170660983, -0.2951153824866692, -1.0783540722507226, 0.12043597170660983, -0.5354406795851087, -0.7976890818801651, -0.7976890818801651, -0.5354406795851087, -1.3697925570526135, 0.7477307296013805, -0.5354406795851087, 0.4622151256025907, -1.3697925570526135, -1.3697925570526135, -0.2951153824866692, -0.5354406795851087, -0.7976890818801651, 0.2993985401818877, 0.2993985401818877, -0.07699452954191027, 0.12043597170660983, -0.5354406795851087, -0.5354406795851087, -0.2951153824866692, -0.5354406795851087, -0.7976890818801651, -0.2951153824866692, -0.2951153824866692, -0.2951153824866692, 0.8739121556120639, 0.7477307296013805, -0.2951153824866692, -1.0783540722507226, 0.2993985401818877, -0.2951153824866692, 0.4622151256025907, 0.8739121556120639, -0.2951153824866692, -0.2951153824866692, 0.2993985401818877, -0.07699452954191027, 0.2993985401818877, -1.0783540722507226, -0.2951153824866692, -0.5354406795851087, 0.2993985401818877, -0.2951153824866692, -0.2951153824866692, -0.5354406795851087, -1.0783540722507226, -0.2951153824866692, 0.6110327717405295, -0.2951153824866692, 0.4622151256025907, 0.7477307296013805, -0.07699452954191027, 0.2993985401818877, 0.4622151256025907, -0.7976890818801651, 0.7477307296013805, -0.2951153824866692, -0.7976890818801651, -1.0783540722507226, 0.4622151256025907, -0.07699452954191027, -0.07699452954191027, -0.5354406795851087, 0.9909296034920196, -0.2951153824866692, -0.5354406795851087, -0.2951153824866692, 0.6110327717405295, 0.4622151256025907, -1.0783540722507226, 0.7477307296013805, -0.7976890818801651, -0.7976890818801651, -0.2951153824866692, -0.07699452954191027, -0.2951153824866692, -0.2951153824866692, 0.12043597170660983, -0.07699452954191027, 0.12043597170660983, -0.2951153824866692, -0.07699452954191027, -1.3697925570526135, -0.2951153824866692, 0.2993985401818877, -0.7976890818801651, -0.07699452954191027, 0.8739121556120639, -0.07699452954191027, -0.5354406795851087, 0.4622151256025907, 0.6110327717405295, -0.2951153824866692, 0.8739121556120639, -0.07699452954191027, 0.2993985401818877, 0.9909296034920196, -0.07699452954191027, -0.2951153824866692, -0.2951153824866692, -0.07699452954191027, -0.5354406795851087, 0.12043597170660983, 0.12043597170660983, 0.2993985401818877, -0.7976890818801651, 0.2993985401818877, 1.0999204539258831, -0.2951153824866692, -0.2951153824866692, -0.7976890818801651, -0.2951153824866692, -0.07699452954191027, -0.7976890818801651, -0.5354406795851087, -0.5354406795851087, 0.2993985401818877, -0.2951153824866692, 0.2993985401818877, -0.07699452954191027, -0.2951153824866692, -0.07699452954191027, 0.2993985401818877, 0.12043597170660983, 0.7477307296013805, 0.12043597170660983, 0.4622151256025907, 0.9909296034920196, 0.12043597170660983, -1.0783540722507226, 0.12043597170660983, 0.2993985401818877, 0.8739121556120639, -0.2951153824866692, 0.4622151256025907, 0.12043597170660983, -1.0783540722507226, -0.7976890818801651, -0.5354406795851087, 0.2993985401818877, 0.2993985401818877, 0.8739121556120639, 0.2993985401818877, -0.2951153824866692, 0.6110327717405295, -0.07699452954191027, -0.07699452954191027, -0.07699452954191027, 0.2993985401818877, 0.2993985401818877, -0.7976890818801651, 0.4622151256025907, -0.5354406795851087, -0.07699452954191027, 0.2993985401818877, -0.5354406795851087, -0.2951153824866692, 0.2993985401818877, -0.2951153824866692, -0.7976890818801651, -1.3697925570526135, 0.12043597170660983, -1.0783540722507226, 0.7477307296013805, -1.0783540722507226, 0.6110327717405295, -0.07699452954191027, -0.07699452954191027, -0.07699452954191027, -0.7976890818801651, -1.0783540722507226, -0.2951153824866692, -1.0783540722507226, -0.5354406795851087, 0.2993985401818877, 0.7477307296013805, 0.12043597170660983, -0.07699452954191027, 0.7477307296013805, 0.6110327717405295, -1.0783540722507226, 0.4622151256025907, -0.07699452954191027, 0.4622151256025907, -1.0783540722507226, 0.4622151256025907, 0.7477307296013805, -0.5354406795851087, -0.2951153824866692, 0.2993985401818877, -0.5354406795851087, 0.2993985401818877, -0.2951153824866692, -0.07699452954191027, -0.07699452954191027, -0.5354406795851087, -0.7976890818801651, -0.5354406795851087, 0.12043597170660983, 0.12043597170660983, -0.07699452954191027, 0.9909296034920196, 0.8739121556120639, -0.07699452954191027, 0.4622151256025907, 0.8739121556120639, -0.2951153824866692, 0.7477307296013805, 0.4622151256025907, -0.07699452954191027, -0.07699452954191027, 0.2993985401818877, 0.2993985401818877, 0.8739121556120639, -0.2951153824866692, -0.5354406795851087, -0.2951153824866692, -0.5354406795851087, -0.2951153824866692, 0.8739121556120639, -0.07699452954191027, -0.5354406795851087, 0.6110327717405295, -0.07699452954191027, -0.5354406795851087, -0.7976890818801651, 0.8739121556120639, -0.2951153824866692, -0.5354406795851087, -0.5354406795851087, 1.201842103335564, -0.07699452954191027, 0.12043597170660983, -0.5354406795851087, -0.5354406795851087, -0.5354406795851087, 0.4622151256025907, -1.0783540722507226, -1.3697925570526135, 0.12043597170660983, -0.5354406795851087, -0.7976890818801651, -0.5354406795851087, 0.9909296034920196, 0.4622151256025907, 0.7477307296013805, -0.2951153824866692, -0.7976890818801651, -0.07699452954191027, 0.6110327717405295, 1.2975031620973088, 0.4622151256025907, -0.07699452954191027, -0.5354406795851087, 0.2993985401818877, -0.2951153824866692, 0.6110327717405295, 0.8739121556120639, -0.2951153824866692, 0.12043597170660983, -0.2951153824866692, -0.2951153824866692, 0.12043597170660983, -0.07699452954191027, 1.0999204539258831, 0.2993985401818877, 0.2993985401818877, 0.12043597170660983, -0.5354406795851087, 0.4622151256025907, -0.2951153824866692, -0.5354406795851087, -0.07699452954191027, -0.5354406795851087, 1.201842103335564, -0.07699452954191027, 0.12043597170660983, -0.07699452954191027, 0.12043597170660983, -0.2951153824866692, 1.4726871185528485, -1.0783540722507226, 0.12043597170660983, -1.0783540722507226, -0.2951153824866692, -1.0783540722507226, 0.12043597170660983, -0.07699452954191027, -0.5354406795851087, 0.4622151256025907, 0.7477307296013805, 0.7477307296013805, -0.5354406795851087, -1.0783540722507226, 0.8739121556120639, 0.12043597170660983, 0.6110327717405295, 0.6110327717405295, -0.5354406795851087, -0.07699452954191027, -0.07699452954191027, -1.0783540722507226, -0.2951153824866692, -0.2951153824866692, -0.07699452954191027, 0.4622151256025907, -0.5354406795851087, 0.12043597170660983, -0.07699452954191027, -0.7976890818801651, 0.4622151256025907, 0.12043597170660983, 0.12043597170660983, -0.5354406795851087, 0.2993985401818877, 0.12043597170660983, 0.4622151256025907, -0.07699452954191027, 0.12043597170660983, 0.2993985401818877, -1.3697925570526135, -0.07699452954191027, -0.7976890818801651, 0.6110327717405295, -0.07699452954191027, 0.4622151256025907, 0.4622151256025907, 0.8739121556120639, 1.6298530738051735, 0.8739121556120639, -0.07699452954191027, -0.07699452954191027, -0.5354406795851087, -0.07699452954191027, -0.2951153824866692, 0.4622151256025907, 0.7477307296013805, -0.5354406795851087, -0.2951153824866692, -0.7976890818801651, 0.12043597170660983, 0.12043597170660983, 0.2993985401818877, -0.07699452954191027, 0.9909296034920196, -0.07699452954191027, 0.7477307296013805, 0.12043597170660983, -0.2951153824866692, 0.4622151256025907, 0.7477307296013805, -0.7976890818801651, 0.9909296034920196, -0.07699452954191027, 0.2993985401818877, 0.8739121556120639, -0.7976890818801651, 0.7477307296013805, 0.4622151256025907, -0.07699452954191027, 0.4622151256025907, 1.0999204539258831, 0.6110327717405295, 0.9909296034920196, -0.07699452954191027, -0.2951153824866692, -0.5354406795851087, -0.2951153824866692, 0.12043597170660983, 0.4622151256025907, 0.4622151256025907, -0.7976890818801651, 0.9909296034920196, 0.12043597170660983, 1.201842103335564, 0.6110327717405295, -1.3697925570526135, 0.12043597170660983, 1.3875897490314444, -0.7976890818801651, 0.12043597170660983, 0.4622151256025907, -1.0783540722507226, 0.12043597170660983, -0.2951153824866692, 0.7477307296013805, -0.07699452954191027, 0.2993985401818877, -0.5354406795851087, 0.6110327717405295, 0.2993985401818877, 0.2993985401818877, 1.7027300249532689, 0.12043597170660983, 0.2993985401818877, 0.6110327717405295, 0.6110327717405295, -0.2951153824866692, -0.2951153824866692, -1.3697925570526135, -0.5354406795851087, -0.07699452954191027, -0.2951153824866692, -0.2951153824866692, 0.4622151256025907, -0.7976890818801651, 0.2993985401818877, -0.2951153824866692, 0.12043597170660983, -0.07699452954191027, 0.7477307296013805, -0.2951153824866692, 1.902363782585196, 0.4622151256025907, 0.2993985401818877, -0.2951153824866692, 0.6110327717405295, -0.7976890818801651, 0.4622151256025907, -0.2951153824866692, 1.2975031620973088, 0.2993985401818877, 0.6110327717405295, 0.4622151256025907, -1.0783540722507226, 0.8739121556120639, -0.7976890818801651, -0.7976890818801651, 0.9909296034920196, -0.07699452954191027, -0.07699452954191027, 0.12043597170660983, 0.2993985401818877, -0.5354406795851087, 0.2993985401818877, -1.0783540722507226, 0.12043597170660983, 0.6110327717405295, 0.12043597170660983, 0.12043597170660983, 0.12043597170660983, 0.7477307296013805, -0.5354406795851087, -0.7976890818801651, 0.12043597170660983, -0.2951153824866692, 0.2993985401818877, -0.5354406795851087, -0.7976890818801651, 0.2993985401818877, -0.07699452954191027, -0.2951153824866692, 0.12043597170660983, -0.2951153824866692, -0.07699452954191027, 0.4622151256025907, 0.4622151256025907, 0.6110327717405295, 1.8387158203233545, -0.2951153824866692, -0.5354406795851087, -0.5354406795851087, 1.0999204539258831, 0.4622151256025907, -0.2951153824866692, 0.2993985401818877, -0.7976890818801651, 0.8739121556120639, -0.2951153824866692, -0.07699452954191027, 0.8739121556120639, 0.6110327717405295, 0.2993985401818877, -0.2951153824866692, 0.2993985401818877, -0.2951153824866692, 0.6110327717405295, 1.0999204539258831, 0.4622151256025907, 0.7477307296013805, -0.07699452954191027, 0.2993985401818877, 0.8739121556120639, -1.3697925570526135, 0.12043597170660983, -1.0783540722507226, -0.7976890818801651, 0.4622151256025907, -0.7976890818801651, -0.07699452954191027, 0.2993985401818877, 1.201842103335564, -0.5354406795851087, 0.4622151256025907, -0.5354406795851087, 0.2993985401818877, 0.2993985401818877, 0.12043597170660983, -0.5354406795851087, 0.12043597170660983, 0.12043597170660983, 0.2993985401818877, 0.8739121556120639, 1.2975031620973088, 1.2975031620973088, -0.7976890818801651, -0.07699452954191027, -1.0783540722507226, 0.7477307296013805, -0.5354406795851087, 0.4622151256025907, 0.6110327717405295, 0.12043597170660983, 0.2993985401818877, 0.2993985401818877, 0.6110327717405295, 0.12043597170660983, 0.4622151256025907, 0.12043597170660983, 0.6110327717405295, 0.2993985401818877, 0.6110327717405295, -0.07699452954191027, 0.2993985401818877, -0.5354406795851087, 0.8739121556120639, 0.9909296034920196, 1.4726871185528485, 0.12043597170660983, 0.6110327717405295, 0.4622151256025907, -0.7976890818801651, -0.07699452954191027, 0.12043597170660983, 0.2993985401818877, 1.4726871185528485, 0.6110327717405295, 0.12043597170660983, 0.12043597170660983, -0.07699452954191027, 0.7477307296013805, 0.2993985401818877, 0.12043597170660983, 1.201842103335564, 1.3875897490314444, 0.6110327717405295, -0.2951153824866692, 0.7477307296013805, -0.2951153824866692, 0.2993985401818877, -0.5354406795851087, -0.7976890818801651, 0.6110327717405295, 0.4622151256025907, 0.12043597170660983, 0.12043597170660983, 0.6110327717405295, -1.0783540722507226, 0.2993985401818877, 0.7477307296013805, 0.9909296034920196, 0.4622151256025907, 0.12043597170660983, -0.2951153824866692, 0.9909296034920196, -0.5354406795851087, 0.8739121556120639, 0.4622151256025907, 0.7477307296013805, -0.5354406795851087, 0.2993985401818877, -0.5354406795851087, 0.12043597170660983, 0.6110327717405295, -0.2951153824866692, 0.4622151256025907, 0.4622151256025907, 1.5532972473276432, 0.7477307296013805, -1.0783540722507226, 0.8739121556120639, 0.8739121556120639, 0.12043597170660983, 0.4622151256025907, -0.2951153824866692, -0.7976890818801651, 0.4622151256025907, 0.12043597170660983, 0.2993985401818877, -0.07699452954191027, 0.8739121556120639, -0.07699452954191027, 0.2993985401818877, 0.12043597170660983, 1.0999204539258831, -0.5354406795851087, 0.7477307296013805, -0.7976890818801651, 0.2993985401818877, 1.201842103335564, 0.9909296034920196, 0.4622151256025907, -0.5354406795851087, -0.7976890818801651, 1.201842103335564, 0.8739121556120639, 0.2993985401818877, -0.2951153824866692, 0.4622151256025907, -0.07699452954191027, -0.5354406795851087, -0.2951153824866692, 0.4622151256025907, 0.8739121556120639, 1.3875897490314444, 0.2993985401818877, -0.2951153824866692, 0.8739121556120639, 0.6110327717405295, -0.2951153824866692, 0.9909296034920196, -0.2951153824866692, 0.12043597170660983, -0.5354406795851087, -0.7976890818801651, -0.2951153824866692, -0.2951153824866692, 0.4622151256025907, 0.9909296034920196, -0.7976890818801651, 0.2993985401818877, -0.7976890818801651, 0.4622151256025907, 0.2993985401818877, 1.201842103335564, -0.5354406795851087, 2.022090034354394, 0.7477307296013805, 0.12043597170660983, 0.6110327717405295, -0.7976890818801651, 0.4622151256025907, -0.5354406795851087, 1.0999204539258831, -0.2951153824866692, -0.2951153824866692, 0.4622151256025907, 0.6110327717405295, 1.201842103335564, 0.4622151256025907, 0.12043597170660983, 0.6110327717405295, 0.12043597170660983, -0.2951153824866692, 0.12043597170660983, 0.6110327717405295, 0.2993985401818877, 0.2993985401818877, -0.07699452954191027, 0.12043597170660983, 0.9909296034920196, -0.5354406795851087, -0.07699452954191027, 0.12043597170660983, 0.2993985401818877, -0.5354406795851087, 0.9909296034920196, 0.12043597170660983, -0.5354406795851087, 0.4622151256025907, -0.5354406795851087, -0.07699452954191027, 0.9909296034920196, 0.8739121556120639, 0.9909296034920196, 0.2993985401818877, -0.5354406795851087, 1.2975031620973088, -1.0783540722507226, 0.8739121556120639, 1.201842103335564, -0.5354406795851087, 0.4622151256025907, 0.2993985401818877, -1.0783540722507226, 0.6110327717405295, 1.3875897490314444, -0.7976890818801651, -0.2951153824866692, 0.6110327717405295, 1.2975031620973088, -0.7976890818801651, 0.8739121556120639, -1.0783540722507226, 0.7477307296013805, 0.9909296034920196, -0.7976890818801651, 1.0999204539258831, 1.0999204539258831, -1.3697925570526135, 0.12043597170660983, 1.4726871185528485, 0.9909296034920196, -0.5354406795851087, 0.12043597170660983, 1.2975031620973088, 0.9909296034920196, -0.5354406795851087, 0.9909296034920196, 0.4622151256025907, 0.6110327717405295, 0.7477307296013805, -0.5354406795851087, 0.4622151256025907, -0.2951153824866692, -0.5354406795851087, -0.2951153824866692, 0.4622151256025907, 0.6110327717405295, 0.2993985401818877, 0.6110327717405295, -0.07699452954191027, 1.0999204539258831, -0.2951153824866692, 0.2993985401818877, 0.4622151256025907, 1.201842103335564, 1.2975031620973088, 0.12043597170660983, 1.4726871185528485, 0.12043597170660983, -0.7976890818801651, -0.5354406795851087, -0.5354406795851087, -0.5354406795851087, 2.18542355016277, -1.3697925570526135, 0.4622151256025907, -0.07699452954191027, -1.0783540722507226, 0.2993985401818877, 0.2993985401818877, 0.6110327717405295, 0.7477307296013805, 0.7477307296013805, 0.8739121556120639, 0.6110327717405295, -0.5354406795851087, -0.07699452954191027, 0.4622151256025907, -0.7976890818801651, 0.2993985401818877, -0.5354406795851087, 0.6110327717405295, -1.0783540722507226, -0.2951153824866692, 1.3875897490314444, -1.0783540722507226, -1.0783540722507226, 0.12043597170660983, 0.2993985401818877, 0.2993985401818877, -0.5354406795851087, -0.7976890818801651, 0.6110327717405295, 1.201842103335564, 1.2975031620973088, -0.5354406795851087, -0.5354406795851087, 1.2975031620973088, -0.07699452954191027, 0.7477307296013805, -0.07699452954191027, 0.4622151256025907, 0.8739121556120639, 0.7477307296013805, 0.8739121556120639, 0.12043597170660983, 0.7477307296013805, -1.0783540722507226, -0.07699452954191027, 0.2993985401818877, 0.12043597170660983, -0.5354406795851087, -0.5354406795851087, -0.2951153824866692, -0.2951153824866692, -0.5354406795851087, 2.8080512372434443, 0.2993985401818877, -0.5354406795851087, 0.12043597170660983, 0.9909296034920196, 1.3875897490314444, 1.0999204539258831, 0.2993985401818877, -0.07699452954191027, -0.7976890818801651, -0.2951153824866692, 0.8739121556120639, -0.5354406795851087, 1.0999204539258831, 0.2993985401818877, 0.8739121556120639, 0.4622151256025907, -0.07699452954191027, 0.6110327717405295, 0.12043597170660983, -0.07699452954191027, -0.2951153824866692, 0.4622151256025907, 0.9909296034920196, 0.6110327717405295, 0.6110327717405295, -0.2951153824866692, 0.7477307296013805, -0.5354406795851087, -0.07699452954191027, 0.4622151256025907, 1.201842103335564, 2.236120795940008, 0.4622151256025907, 1.2975031620973088, 0.2993985401818877, 0.4622151256025907, 0.12043597170660983, 0.4622151256025907, -0.7976890818801651, 0.12043597170660983, 0.12043597170660983, -0.07699452954191027, 0.2993985401818877, 0.2993985401818877, 0.4622151256025907, 0.6110327717405295, 0.7477307296013805, 0.4622151256025907, 0.2993985401818877, 0.12043597170660983, 0.7477307296013805, 1.4726871185528485, 0.2993985401818877, 0.8739121556120639, 1.201842103335564, 1.2975031620973088, 0.6110327717405295, -0.5354406795851087, 0.8739121556120639, 0.9909296034920196, 0.9909296034920196, 0.4622151256025907, 0.2993985401818877, 0.7477307296013805, 0.2993985401818877, 0.12043597170660983, -0.07699452954191027, -1.3697925570526135, 0.8739121556120639, 0.4622151256025907, 0.6110327717405295, 1.0999204539258831, -0.07699452954191027, 0.6110327717405295, 0.7477307296013805, 2.9063543141068235, -0.2951153824866692, -0.7976890818801651, -0.07699452954191027, 1.3875897490314444, 0.8739121556120639, -0.2951153824866692, -0.5354406795851087, 0.12043597170660983, -0.07699452954191027, 0.9909296034920196, 0.8739121556120639, 0.6110327717405295, -0.07699452954191027, 2.0785432883586106, 0.7477307296013805, 0.4622151256025907, 1.7722553673021415, 0.7477307296013805, -0.07699452954191027, 0.8739121556120639, -0.7976890818801651, 0.12043597170660983, -0.07699452954191027, 0.12043597170660983, -0.07699452954191027, 2.3326102832179867, -0.5354406795851087, 0.4622151256025907, 0.2993985401818877, 0.4622151256025907, 1.0999204539258831, 1.0999204539258831, 0.9909296034920196, -0.07699452954191027, 0.12043597170660983, 0.12043597170660983, -0.07699452954191027, -1.0783540722507226, 0.2993985401818877, 0.2993985401818877, 0.2993985401818877, 0.7477307296013805, -0.07699452954191027, -0.5354406795851087, 1.4726871185528485], [-0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, 0.7712515368508909, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, 1.0394861773363715, 0.14839368327132926, -0.9851802806075672, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, 0.14839368327132926, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, 0.4749064017171045, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, 0.4749064017171045, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, 2.5087150102772067, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, 0.7712515368508909, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, 0.4749064017171045, 0.14839368327132926, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, 0.4749064017171045, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, 0.7712515368508909, -0.5892237455225176, 0.4749064017171045, -0.20790438345423204, -0.5892237455225176, 0.7712515368508909, -0.5892237455225176, -0.5892237455225176, 1.7060248096562969, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, 0.4749064017171045, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, 1.0394861773363715, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, 0.14839368327132926, -0.5892237455225176, 0.7712515368508909, 0.14839368327132926, -0.20790438345423204, 0.4749064017171045, -0.9851802806075672, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, 0.7712515368508909, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, 0.4749064017171045, -0.20790438345423204, 0.4749064017171045, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, 0.4749064017171045, 0.4749064017171045, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, 0.7712515368508909, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, 0.7712515368508909, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, 2.0631801457260037, 0.14839368327132926, -0.20790438345423204, 0.7712515368508909, -0.20790438345423204, 0.14839368327132926, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, 1.2826297641264308, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, 2.0631801457260037, -0.20790438345423204, 0.4749064017171045, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, 0.14839368327132926, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, 0.7712515368508909, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, 0.4749064017171045, -0.20790438345423204, -0.5892237455225176, 0.7712515368508909, 0.4749064017171045, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, 0.4749064017171045, 0.14839368327132926, -0.20790438345423204, -0.20790438345423204, 0.4749064017171045, -0.5892237455225176, 0.14839368327132926, -0.9851802806075672, -0.20790438345423204, 0.14839368327132926, -0.9851802806075672, 1.0394861773363715, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, 0.4749064017171045, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, 1.0394861773363715, -0.20790438345423204, 0.4749064017171045, 0.4749064017171045, 0.4749064017171045, 0.14839368327132926, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, 1.0394861773363715, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, 0.4749064017171045, 0.14839368327132926, 0.7712515368508909, 1.5038369635166682, 0.7712515368508909, 1.7060248096562969, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, 0.4749064017171045, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, 0.7712515368508909, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, 1.2826297641264308, -0.5892237455225176, -0.20790438345423204, 0.7712515368508909, -0.9851802806075672, 1.0394861773363715, -0.5892237455225176, 1.5038369635166682, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, 0.4749064017171045, 0.14839368327132926, 0.14839368327132926, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, 0.4749064017171045, 0.4749064017171045, -0.20790438345423204, 1.0394861773363715, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, 1.7060248096562969, 0.14839368327132926, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, 0.4749064017171045, 0.14839368327132926, -0.20790438345423204, 0.4749064017171045, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, 0.7712515368508909, 0.14839368327132926, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, 0.7712515368508909, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, 0.4749064017171045, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, 0.4749064017171045, 0.7712515368508909, 0.14839368327132926, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, 0.4749064017171045, -0.5892237455225176, 1.5038369635166682, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, 0.4749064017171045, 1.2826297641264308, 0.14839368327132926, 0.14839368327132926, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, 0.4749064017171045, -0.5892237455225176, 0.14839368327132926, 0.4749064017171045, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, 1.0394861773363715, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, 1.5038369635166682, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, 0.4749064017171045, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, 0.7712515368508909, -0.5892237455225176, 1.5038369635166682, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, 1.2826297641264308, 0.7712515368508909, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, 0.4749064017171045, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, 0.4749064017171045, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, 0.4749064017171045, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, 0.7712515368508909, 1.2826297641264308, -0.5892237455225176, -0.5892237455225176, 0.4749064017171045, -0.5892237455225176, -0.9851802806075672, 1.2826297641264308, 0.4749064017171045, -0.20790438345423204, 3.0902227715488118, 0.4749064017171045, 0.4749064017171045, -0.20790438345423204, -0.9851802806075672, 0.4749064017171045, 1.2826297641264308, -0.9851802806075672, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, 0.7712515368508909, 0.4749064017171045, -0.5892237455225176, -0.20790438345423204, 0.4749064017171045, 1.2826297641264308, 1.0394861773363715, -0.5892237455225176, 0.14839368327132926, -0.9851802806075672, 0.4749064017171045, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, 0.4749064017171045, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, 0.4749064017171045, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, 0.4749064017171045, -0.5892237455225176, 1.5038369635166682, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, 0.4749064017171045, -0.5892237455225176, -0.5892237455225176, 0.4749064017171045, 0.14839368327132926, 0.14839368327132926, 0.4749064017171045, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, 0.4749064017171045, 0.4749064017171045, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, -0.9851802806075672, 0.4749064017171045, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, -0.20790438345423204, -0.20790438345423204, 0.7712515368508909, 0.4749064017171045, -0.9851802806075672, 0.4749064017171045, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, 0.7712515368508909, 0.14839368327132926, -0.5892237455225176, 1.2826297641264308, 1.891746505898912, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, 0.4749064017171045, -0.20790438345423204, -0.20790438345423204, 0.4749064017171045, -0.5892237455225176, 0.14839368327132926, 0.4749064017171045, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, 0.14839368327132926, 0.14839368327132926, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, 0.4749064017171045, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, 1.0394861773363715, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, 0.7712515368508909, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, 0.4749064017171045, 1.0394861773363715, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, 0.4749064017171045, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, 1.5038369635166682, -0.5892237455225176, -0.20790438345423204, 0.7712515368508909, -0.20790438345423204, 0.14839368327132926, -0.9851802806075672, 1.5038369635166682, -0.20790438345423204, 1.2826297641264308, 0.4749064017171045, -0.20790438345423204, 1.0394861773363715, 0.4749064017171045, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, 0.7712515368508909, 0.14839368327132926, 0.7712515368508909, 1.7060248096562969, -0.5892237455225176, -0.5892237455225176, 0.4749064017171045, 0.4749064017171045, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, 0.4749064017171045, 0.4749064017171045, -0.9851802806075672, -0.20790438345423204, 1.0394861773363715, 0.14839368327132926, -0.9851802806075672, 0.4749064017171045, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, 0.7712515368508909, 1.5038369635166682, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, 0.14839368327132926, 0.4749064017171045, 1.0394861773363715, -0.20790438345423204, 1.2826297641264308, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, 1.5038369635166682, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, 1.5038369635166682, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, 0.14839368327132926, -0.9851802806075672, 0.4749064017171045, 0.4749064017171045, 0.4749064017171045, -0.9851802806075672, 1.7060248096562969, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, 0.4749064017171045, 0.4749064017171045, 1.7060248096562969, 0.7712515368508909, -0.9851802806075672, 1.0394861773363715, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, 1.891746505898912, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, 0.4749064017171045, -0.5892237455225176, 1.5038369635166682, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, 0.4749064017171045, -0.20790438345423204, 0.4749064017171045, -0.9851802806075672, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, 0.4749064017171045, 1.891746505898912, 2.3702413863224185, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, 0.14839368327132926, 1.0394861773363715, -0.20790438345423204, -0.20790438345423204, 0.7712515368508909, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, 0.7712515368508909, 1.2826297641264308, -0.20790438345423204, 1.7060248096562969, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, 0.7712515368508909, 0.14839368327132926, 0.14839368327132926, -0.5892237455225176, 0.7712515368508909, 0.4749064017171045, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, 1.2826297641264308, 0.14839368327132926, 0.4749064017171045, -0.9851802806075672, 0.4749064017171045, -0.20790438345423204, -0.5892237455225176, 0.7712515368508909, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, 2.0631801457260037, 0.4749064017171045, 1.891746505898912, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, 0.7712515368508909, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, 0.4749064017171045, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, 1.0394861773363715, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, 0.4749064017171045, -0.20790438345423204, 0.7712515368508909, 1.0394861773363715, -0.5892237455225176, 1.0394861773363715, 0.7712515368508909, -0.20790438345423204, 0.4749064017171045, -0.9851802806075672, 0.14839368327132926, 0.4749064017171045, -0.20790438345423204, 0.14839368327132926, 0.14839368327132926, 0.7712515368508909, -0.5892237455225176, 0.7712515368508909, 5.0, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, 0.7712515368508909, 0.14839368327132926, 0.4749064017171045, -0.9851802806075672, 0.14839368327132926, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, 2.2221633467213646, 3.0902227715488118, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, 0.4749064017171045, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, -0.9851802806075672, 2.2221633467213646, 1.2826297641264308, -0.20790438345423204, 0.7712515368508909, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, 0.7712515368508909, 0.7712515368508909, 3.2836945388740912, -0.20790438345423204, 0.4749064017171045, 0.14839368327132926, 1.2826297641264308, -0.5892237455225176, 0.14839368327132926, 0.14839368327132926, 0.4749064017171045, -0.5892237455225176, -0.5892237455225176, 0.7712515368508909, 0.4749064017171045, -0.9851802806075672, 0.4749064017171045, 1.7060248096562969, 0.14839368327132926, -0.20790438345423204, -0.20790438345423204, 1.2826297641264308, 0.14839368327132926, -0.9851802806075672, 1.7060248096562969, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, 1.0394861773363715, -0.20790438345423204, -0.20790438345423204, 2.8766926774799204, -0.9851802806075672, -0.20790438345423204, 1.7060248096562969, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, 0.4749064017171045, 0.14839368327132926, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, 1.2826297641264308, -0.20790438345423204, 0.4749064017171045, 0.7712515368508909, -0.20790438345423204, 0.4749064017171045, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, 0.4749064017171045, 0.4749064017171045, 1.0394861773363715, 1.0394861773363715, -0.9851802806075672, 1.0394861773363715, 2.0631801457260037, 1.5038369635166682, 0.4749064017171045, 0.7712515368508909, 0.4749064017171045, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, 1.5038369635166682, -0.5892237455225176, -0.9851802806075672, 0.4749064017171045, -0.5892237455225176, -0.20790438345423204, 1.2826297641264308, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, -0.9851802806075672, 0.4749064017171045, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, 0.7712515368508909, 0.4749064017171045, -0.20790438345423204, 2.3702413863224185, -0.5892237455225176, 1.5038369635166682, 3.9139151770099354, 0.7712515368508909, -0.9851802806075672, 0.14839368327132926, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, 0.7712515368508909, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, 0.4749064017171045, 1.5038369635166682, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, 0.7712515368508909, -0.5892237455225176, 0.4749064017171045, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, 0.7712515368508909, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, -0.9851802806075672, 0.4749064017171045, -0.9851802806075672, 0.4749064017171045, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, 2.638682819420929, 1.7060248096562969, -0.5892237455225176, -0.9851802806075672, 1.7060248096562969, -0.20790438345423204, 1.2826297641264308, 1.891746505898912, 0.14839368327132926, -0.5892237455225176, 0.7712515368508909, 1.0394861773363715, -0.5892237455225176, 0.14839368327132926, 0.7712515368508909, 0.14839368327132926, -0.9851802806075672, -0.9851802806075672, 1.0394861773363715, 1.0394861773363715, -0.9851802806075672, 0.7712515368508909, 0.7712515368508909, 0.4749064017171045, -0.20790438345423204, -0.9851802806075672, 0.4749064017171045, 1.0394861773363715, 0.14839368327132926, 0.4749064017171045, 1.5038369635166682, -0.5892237455225176, 0.7712515368508909, 0.14839368327132926, 0.4749064017171045, -0.5892237455225176, 0.4749064017171045, 0.14839368327132926, 0.4749064017171045, -0.5892237455225176, 0.4749064017171045, -0.5892237455225176, -0.5892237455225176, 1.0394861773363715, 0.14839368327132926, 0.14839368327132926, 1.5038369635166682, 1.5038369635166682, 1.7060248096562969, 0.14839368327132926, 0.4749064017171045, 0.14839368327132926, 0.14839368327132926, 0.4749064017171045, -0.5892237455225176, -0.5892237455225176, 1.891746505898912, -0.5892237455225176, -0.20790438345423204, 0.4749064017171045, 0.14839368327132926, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, 0.14839368327132926, 0.4749064017171045, -0.20790438345423204, 1.2826297641264308, -0.5892237455225176, -0.9851802806075672, 1.0394861773363715, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, 1.5038369635166682, -0.5892237455225176, 0.7712515368508909, 0.14839368327132926, 0.7712515368508909, 1.5038369635166682, -0.20790438345423204, 0.14839368327132926, 0.14839368327132926, 0.4749064017171045, -0.5892237455225176, 1.2826297641264308, 0.4749064017171045, -0.20790438345423204, 0.4749064017171045, -0.20790438345423204, -0.20790438345423204, 0.4749064017171045, 0.14839368327132926, 0.4749064017171045, 0.4749064017171045, 0.14839368327132926, 1.0394861773363715, 0.4749064017171045, 0.7712515368508909, 0.4749064017171045, -0.5892237455225176, 0.14839368327132926, 0.4749064017171045, 2.638682819420929, 1.0394861773363715, -0.5892237455225176, 0.7712515368508909, 0.14839368327132926, 1.2826297641264308, -0.5892237455225176, -0.5892237455225176, 0.7712515368508909, -0.9851802806075672, -0.20790438345423204, 1.0394861773363715, -0.5892237455225176, 1.0394861773363715, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, 0.14839368327132926, 0.4749064017171045, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, 0.4749064017171045, 0.7712515368508909, 0.14839368327132926, -0.5892237455225176, 0.4749064017171045, 1.2826297641264308, 1.2826297641264308, 0.4749064017171045, 1.5038369635166682, 1.2826297641264308, 1.5038369635166682, -0.20790438345423204, 0.4749064017171045, 0.4749064017171045, 2.2221633467213646, 1.5038369635166682, 0.14839368327132926, -0.20790438345423204, 1.0394861773363715, 0.4749064017171045, 0.7712515368508909, 0.7712515368508909, -0.5892237455225176, -0.20790438345423204, 1.0394861773363715, 0.4749064017171045, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, 0.7712515368508909, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, 1.7060248096562969, 2.5087150102772067, 1.0394861773363715, 0.7712515368508909, -0.20790438345423204, 0.7712515368508909, 3.2836945388740912, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, 0.4749064017171045, 1.2826297641264308, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, 0.14839368327132926, 0.4749064017171045, -0.9851802806075672, -0.5892237455225176, 1.891746505898912, -0.20790438345423204, 1.0394861773363715, 0.14839368327132926, 0.7712515368508909, -0.5892237455225176, 0.4749064017171045, 0.4749064017171045, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, 0.7712515368508909, -0.5892237455225176, 0.14839368327132926, 0.7712515368508909, 0.14839368327132926, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, 0.4749064017171045, 0.14839368327132926, 0.14839368327132926, -0.20790438345423204, 1.7060248096562969, 0.7712515368508909, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, 0.4749064017171045, 0.14839368327132926, 1.5038369635166682, 0.14839368327132926, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, 0.7712515368508909, -0.20790438345423204, -0.5892237455225176, 0.4749064017171045, 0.4749064017171045, 0.14839368327132926, 1.0394861773363715, 1.2826297641264308, 0.14839368327132926, 1.891746505898912, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, 1.0394861773363715, 1.0394861773363715, 0.7712515368508909, 0.7712515368508909, 1.0394861773363715, 0.7712515368508909, 4.1681052759770285, 0.4749064017171045, -0.20790438345423204, 0.7712515368508909, 0.7712515368508909, 2.5087150102772067, 0.7712515368508909, 0.14839368327132926, -0.9851802806075672, 0.7712515368508909, 2.7610769941104034, 0.7712515368508909, 3.3739895824965918, 1.0394861773363715, 0.7712515368508909, -0.20790438345423204, 1.0394861773363715, -0.20790438345423204, 2.7610769941104034, 0.14839368327132926, 0.4749064017171045, 0.7712515368508909, -0.20790438345423204, -0.9851802806075672, 2.0631801457260037, 0.7712515368508909, 1.2826297641264308, 1.5038369635166682, -0.20790438345423204, -0.20790438345423204, 0.7712515368508909, 0.4749064017171045, 0.7712515368508909, -0.20790438345423204, 0.7712515368508909, -0.9851802806075672, -0.5892237455225176, 0.4749064017171045, -0.5892237455225176, 0.7712515368508909, 0.14839368327132926, 1.0394861773363715, 1.0394861773363715, 0.4749064017171045, 0.4749064017171045, -0.20790438345423204, 0.14839368327132926, 1.0394861773363715, -0.9851802806075672, -0.20790438345423204, 0.4749064017171045, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, 0.4749064017171045, -0.5892237455225176, 0.14839368327132926, 1.2826297641264308, -0.5892237455225176, -0.5892237455225176, 1.2826297641264308, -0.20790438345423204, -0.20790438345423204, 0.4749064017171045, 0.7712515368508909, -0.20790438345423204, 0.4749064017171045, 1.5038369635166682, 1.5038369635166682, 0.14839368327132926, -0.5892237455225176, 2.7610769941104034, 0.4749064017171045, -0.9851802806075672, 1.5038369635166682, 0.4749064017171045, 4.107495801602633, 0.14839368327132926, 1.0394861773363715, 0.7712515368508909, 2.9862118691684314, 2.0631801457260037, 0.7712515368508909, 0.4749064017171045, 0.14839368327132926, -0.20790438345423204, -0.9851802806075672, 1.0394861773363715, 1.2826297641264308, -0.20790438345423204, 0.14839368327132926, 0.14839368327132926, 0.7712515368508909, 0.4749064017171045, -0.20790438345423204, 1.2826297641264308, 0.14839368327132926, -0.20790438345423204, 1.7060248096562969, 2.638682819420929, 0.4749064017171045, 1.891746505898912, 1.7060248096562969, 0.7712515368508909, 0.4749064017171045, 0.14839368327132926, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, 0.4749064017171045, 1.2826297641264308, 1.2826297641264308, 0.7712515368508909, 1.5038369635166682, 0.7712515368508909, 0.7712515368508909, 0.14839368327132926, 0.14839368327132926, 2.2221633467213646, -0.5892237455225176, 0.4749064017171045, -0.20790438345423204, 0.7712515368508909, 3.980524931965845, 1.0394861773363715, 1.0394861773363715, 0.14839368327132926, 0.7712515368508909, 1.2826297641264308, 3.5434195203311534, 0.7712515368508909, -0.5892237455225176, 0.7712515368508909, 0.4749064017171045, 0.14839368327132926, -0.20790438345423204, 2.0631801457260037, 1.0394861773363715, 0.7712515368508909, 0.4749064017171045, 0.7712515368508909, 0.14839368327132926, 3.4604634969473684, -0.20790438345423204, 0.14839368327132926, 1.891746505898912, 0.14839368327132926, 0.14839368327132926, 0.14839368327132926, 1.0394861773363715, 0.4749064017171045, 0.4749064017171045, 0.7712515368508909, 0.7712515368508909, 0.4749064017171045, -0.5892237455225176, 3.4604634969473684, 0.7712515368508909, 3.1892354502750866, 2.8766926774799204, -0.5892237455225176, -0.9851802806075672, 2.3702413863224185, 1.7060248096562969, 2.638682819420929, 1.7060248096562969, 2.2221633467213646, 1.5038369635166682, -0.5892237455225176, 1.891746505898912, 1.5038369635166682, 1.5038369635166682, -0.9851802806075672, -0.5892237455225176, 0.4749064017171045, 1.2826297641264308, 1.5038369635166682, -0.9851802806075672, 1.2826297641264308, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, 0.7712515368508909, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, 0.7712515368508909, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, -0.9851802806075672, 0.4749064017171045, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, 1.2826297641264308, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, 0.7712515368508909, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, 0.4749064017171045, -0.5892237455225176, 0.14839368327132926, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, 1.2826297641264308, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, 0.4749064017171045, 1.0394861773363715, -0.20790438345423204, -0.5892237455225176, 0.7712515368508909, 1.2826297641264308, 0.7712515368508909, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, 2.5087150102772067, -0.9851802806075672, 0.7712515368508909, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, 0.4749064017171045, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, 0.7712515368508909, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, 0.4749064017171045, 0.4749064017171045, 0.4749064017171045, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, 1.891746505898912, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, 0.4749064017171045, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, 0.4749064017171045, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, 2.7610769941104034, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, 2.5087150102772067, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, 0.7712515368508909, -0.5892237455225176, -0.5892237455225176, 0.4749064017171045, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, 0.4749064017171045, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, 0.4749064017171045, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, 1.2826297641264308, 0.4749064017171045, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, 0.4749064017171045, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, 0.14839368327132926, 0.14839368327132926, -0.9851802806075672, 0.4749064017171045, -0.20790438345423204, 0.7712515368508909, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, 1.0394861773363715, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, -0.9851802806075672, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, 0.14839368327132926, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, 1.2826297641264308, 0.14839368327132926, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, 1.2826297641264308, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, 0.4749064017171045, -0.5892237455225176, -0.9851802806075672, 1.891746505898912, 1.7060248096562969, 1.891746505898912, 0.4749064017171045, -0.5892237455225176, -0.9851802806075672, 0.7712515368508909, -0.20790438345423204, -0.20790438345423204, 0.7712515368508909, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, 0.4749064017171045, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, -0.20790438345423204, -0.9851802806075672, 0.4749064017171045, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, 0.4749064017171045, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, 0.4749064017171045, -0.20790438345423204, 2.0631801457260037, -0.9851802806075672, 0.14839368327132926, -0.9851802806075672, -0.9851802806075672, 0.7712515368508909, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, 0.7712515368508909, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, 1.0394861773363715, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, 0.14839368327132926, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, 0.14839368327132926, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, 1.0394861773363715, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, -0.20790438345423204, 1.5038369635166682, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, 0.4749064017171045, 0.14839368327132926, 0.14839368327132926, 0.7712515368508909, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, 0.7712515368508909, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, 1.5038369635166682, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, 0.4749064017171045, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, 1.2826297641264308, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, 1.2826297641264308, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, 1.0394861773363715, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, 0.4749064017171045, 2.2221633467213646, -0.9851802806075672, -0.20790438345423204, 0.4749064017171045, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, 0.4749064017171045, -0.20790438345423204, 1.0394861773363715, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, 0.7712515368508909, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, 2.7610769941104034, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, 0.4749064017171045, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, 1.0394861773363715, -0.9851802806075672, -0.9851802806075672, 0.7712515368508909, 0.4749064017171045, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, -0.9851802806075672, 3.0902227715488118, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, -0.9851802806075672, 0.4749064017171045, -0.5892237455225176, -0.9851802806075672, 5.0, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, 0.14839368327132926, 0.4749064017171045, 0.4749064017171045, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, 0.14839368327132926, 0.14839368327132926, -0.9851802806075672, 0.7712515368508909, 1.2826297641264308, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, -0.9851802806075672, 0.7712515368508909, 1.0394861773363715, -0.5892237455225176, 0.14839368327132926, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, 1.0394861773363715, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, -0.9851802806075672, 0.7712515368508909, -0.9851802806075672, -0.5892237455225176, 3.3739895824965918, 1.891746505898912, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, 3.0902227715488118, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, 0.4749064017171045, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, 0.4749064017171045, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, 1.2826297641264308, 0.14839368327132926, -0.20790438345423204, 0.7712515368508909, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, 1.2826297641264308, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, 0.14839368327132926, -0.20790438345423204, -0.9851802806075672, 0.14839368327132926, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, 0.14839368327132926, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, 0.4749064017171045, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, 0.7712515368508909, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, 1.0394861773363715, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, 0.4749064017171045, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, 3.7737314098318233, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, 0.4749064017171045, -0.5892237455225176, -0.20790438345423204, 3.0902227715488118, -0.20790438345423204, -0.5892237455225176, 0.4749064017171045, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, 0.7712515368508909, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, 2.0631801457260037, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, 0.14839368327132926, 3.623126955211904, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, 0.14839368327132926, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, 0.4749064017171045, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, 1.0394861773363715, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, -0.9851802806075672, 1.7060248096562969, -0.9851802806075672, 0.14839368327132926, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, 1.5038369635166682, -0.5892237455225176, -0.20790438345423204, 0.7712515368508909, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, -0.9851802806075672, -0.9851802806075672, 1.2826297641264308, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, 0.4749064017171045, -0.20790438345423204, -0.20790438345423204, 0.4749064017171045, 2.8766926774799204, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, 5.0, -0.9851802806075672, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, 3.0902227715488118, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, 1.0394861773363715, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, 0.4749064017171045, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, 0.4749064017171045, 0.7712515368508909, 0.14839368327132926, 5.0, -0.20790438345423204, -0.20790438345423204, 0.7712515368508909, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, 1.2826297641264308, -0.20790438345423204, 0.4749064017171045, -0.9851802806075672, -0.5892237455225176, 0.4749064017171045, -0.5892237455225176, 0.4749064017171045, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, 0.4749064017171045, 0.4749064017171045, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, 0.4749064017171045, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, 0.7712515368508909, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, 1.0394861773363715, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, 0.4749064017171045, -0.20790438345423204, 0.4749064017171045, 0.14839368327132926, 0.4749064017171045, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, -0.20790438345423204, -0.9851802806075672, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, 0.4749064017171045, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, 0.4749064017171045, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, 2.638682819420929, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, 0.7712515368508909, -0.5892237455225176, 0.4749064017171045, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, 1.0394861773363715, -0.9851802806075672, 0.4749064017171045, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, 2.638682819420929, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, 0.4749064017171045, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, 1.2826297641264308, -0.9851802806075672, 0.14839368327132926, 0.14839368327132926, -0.9851802806075672, 0.14839368327132926, 2.9862118691684314, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, 0.4749064017171045, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, 0.14839368327132926, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, 0.4749064017171045, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, 3.699825936353604, -0.5892237455225176, 3.3739895824965918, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, -0.9851802806075672, -0.20790438345423204, 0.4749064017171045, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, 3.3739895824965918, -0.20790438345423204, -0.20790438345423204, 4.107495801602633, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, 0.4749064017171045, 0.7712515368508909, 0.14839368327132926, -0.9851802806075672, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, 1.0394861773363715, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, 1.0394861773363715, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, 0.7712515368508909, 2.8766926774799204, 0.7712515368508909, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, 1.5038369635166682, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, 3.4604634969473684, 0.4749064017171045, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, -0.9851802806075672, -0.20790438345423204, 2.5087150102772067, -0.9851802806075672, 0.7712515368508909, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, 0.7712515368508909, 0.4749064017171045, 0.14839368327132926, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, 0.4749064017171045, 2.5087150102772067, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, 0.7712515368508909, 0.4749064017171045, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, 4.2269452874271085, 0.7712515368508909, -0.9851802806075672, -0.9851802806075672, 0.4749064017171045, -0.5892237455225176, -0.20790438345423204, 3.9139151770099354, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, 0.14839368327132926, 0.14839368327132926, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, 0.7712515368508909, 2.3702413863224185, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, 1.0394861773363715, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, 1.2826297641264308, -0.9851802806075672, -0.9851802806075672, 0.4749064017171045, -0.20790438345423204, 1.0394861773363715, -0.20790438345423204, -0.20790438345423204, 3.699825936353604, -0.5892237455225176, -0.20790438345423204, 0.4749064017171045, 0.14839368327132926, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, 0.7712515368508909, -0.20790438345423204, 0.4749064017171045, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, 5.0, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, 0.14839368327132926, 0.7712515368508909, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, 0.7712515368508909, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, 2.638682819420929, 0.14839368327132926, 0.14839368327132926, 1.2826297641264308, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, 0.7712515368508909, -0.5892237455225176, 0.4749064017171045, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, 0.7712515368508909, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, 0.4749064017171045, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, 1.0394861773363715, 0.14839368327132926, 1.2826297641264308, 0.7712515368508909, 2.3702413863224185, -0.20790438345423204, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, 1.0394861773363715, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, 2.0631801457260037, -0.9851802806075672, 3.2836945388740912, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, 3.9139151770099354, 0.14839368327132926, -0.9851802806075672, 0.14839368327132926, 1.0394861773363715, -0.9851802806075672, -0.5892237455225176, 1.5038369635166682, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, 0.4749064017171045, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, 0.4749064017171045, -0.20790438345423204, 1.891746505898912, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, 3.1892354502750866, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, 0.7712515368508909, 0.14839368327132926, -0.9851802806075672, -0.20790438345423204, 0.7712515368508909, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, 0.7712515368508909, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, 0.4749064017171045, 0.4749064017171045, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, -0.9851802806075672, 5.0, 0.7712515368508909, -0.20790438345423204, 0.14839368327132926, -0.9851802806075672, 5.0, -0.5892237455225176, 0.7712515368508909, -0.5892237455225176, 0.7712515368508909, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, 0.4749064017171045, -0.20790438345423204, 0.14839368327132926, 0.4749064017171045, -0.9851802806075672, 0.14839368327132926, 0.7712515368508909, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, 3.9139151770099354, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, 0.4749064017171045, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, 1.2826297641264308, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, 3.4604634969473684, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, 0.14839368327132926, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, 0.4749064017171045, 0.7712515368508909, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, 2.7610769941104034, -0.5892237455225176, -0.20790438345423204, 0.4749064017171045, -0.9851802806075672, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, -0.9851802806075672, 0.14839368327132926, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, 1.0394861773363715, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, 0.14839368327132926, 0.4749064017171045, -0.20790438345423204, 0.4749064017171045, 0.4749064017171045, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, 1.0394861773363715, 1.0394861773363715, 0.7712515368508909, 0.14839368327132926, 0.14839368327132926, 1.0394861773363715, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, 0.4749064017171045, -0.20790438345423204, 0.4749064017171045, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, 1.2826297641264308, -0.5892237455225176, 0.14839368327132926, 4.045008512472107, 3.699825936353604, 0.4749064017171045, 0.14839368327132926, 2.9862118691684314, -0.20790438345423204, 3.4604634969473684, -0.9851802806075672, -0.9851802806075672, 1.0394861773363715, -0.20790438345423204, -0.5892237455225176, 3.699825936353604, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, 5.0, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, -0.9851802806075672, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, 1.0394861773363715, 0.7712515368508909, 0.7712515368508909, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, 4.284115171767806, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, 0.4749064017171045, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, -0.20790438345423204, 5.0, -0.5892237455225176, -0.9851802806075672, 2.9862118691684314, -0.5892237455225176, 2.3702413863224185, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, 0.7712515368508909, 0.7712515368508909, 3.1892354502750866, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, 0.4749064017171045, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, 0.4749064017171045, -0.20790438345423204, -0.5892237455225176, 0.4749064017171045, -0.9851802806075672, 0.14839368327132926, -0.9851802806075672, 0.4749064017171045, 0.14839368327132926, -0.20790438345423204, 2.3702413863224185, 0.14839368327132926, 0.7712515368508909, -0.5892237455225176, 3.9139151770099354, 0.7712515368508909, 0.4749064017171045, -0.20790438345423204, 0.4749064017171045, 0.4749064017171045, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, 0.4749064017171045, 0.4749064017171045, 0.4749064017171045, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, -0.9851802806075672, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, 0.4749064017171045, -0.5892237455225176, 0.4749064017171045, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, 0.7712515368508909, 0.14839368327132926, 2.2221633467213646, -0.5892237455225176, -0.20790438345423204, 0.4749064017171045, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, 2.2221633467213646, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, 3.8450364707884286, -0.9851802806075672, 0.7712515368508909, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, 0.4749064017171045, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, 0.4749064017171045, -0.9851802806075672, -0.20790438345423204, 1.2826297641264308, -0.20790438345423204, 1.0394861773363715, 0.4749064017171045, -0.20790438345423204, -0.20790438345423204, 0.4749064017171045, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, 0.4749064017171045, 0.14839368327132926, 0.4749064017171045, -0.5892237455225176, -0.9851802806075672, 1.0394861773363715, 0.14839368327132926, -0.20790438345423204, 0.4749064017171045, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, 0.7712515368508909, -0.20790438345423204, -0.20790438345423204, 0.7712515368508909, -0.20790438345423204, -0.20790438345423204, 2.0631801457260037, -0.9851802806075672, -0.5892237455225176, 3.980524931965845, -0.9851802806075672, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, 0.14839368327132926, 0.14839368327132926, -0.9851802806075672, -0.9851802806075672, 0.4749064017171045, 2.5087150102772067, 0.7712515368508909, 3.623126955211904, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, 1.2826297641264308, -0.20790438345423204, 1.0394861773363715, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, 0.4749064017171045, -0.5892237455225176, -0.5892237455225176, 0.7712515368508909, -0.20790438345423204, 5.0, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, 5.0, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, 0.7712515368508909, 0.14839368327132926, 1.2826297641264308, 0.4749064017171045, 0.7712515368508909, -0.5892237455225176, -0.9851802806075672, 0.4749064017171045, 1.0394861773363715, 1.5038369635166682, -0.9851802806075672, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, 0.7712515368508909, 0.4749064017171045, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, 0.4749064017171045, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, 0.4749064017171045, -0.5892237455225176, -0.5892237455225176, 2.0631801457260037, -0.9851802806075672, 1.0394861773363715, -0.5892237455225176, -0.5892237455225176, 4.8245133148351185, -0.20790438345423204, 0.7712515368508909, -0.5892237455225176, 3.0902227715488118, 0.4749064017171045, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, 0.14839368327132926, 1.2826297641264308, 2.5087150102772067, -0.20790438345423204, -0.20790438345423204, 3.7737314098318233, 0.7712515368508909, 0.14839368327132926, 0.7712515368508909, -0.9851802806075672, -0.9851802806075672, 3.8450364707884286, 2.9862118691684314, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, 5.0, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, 0.14839368327132926, 0.7712515368508909, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, 0.7712515368508909, -0.5892237455225176, 0.7712515368508909, 4.446481550068022, -0.5892237455225176, -0.20790438345423204, 1.2826297641264308, -0.5892237455225176, -0.20790438345423204, 1.0394861773363715, -0.9851802806075672, 5.0, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, 5.0, -0.20790438345423204, 0.4749064017171045, 0.4749064017171045, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, -0.20790438345423204, 4.045008512472107, -0.20790438345423204, 0.4749064017171045, -0.9851802806075672, -0.20790438345423204, 4.393802475128044, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, 0.14839368327132926, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, 1.891746505898912, 1.5038369635166682, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, 0.4749064017171045, 3.0902227715488118, 0.14839368327132926, -0.20790438345423204, 1.5038369635166682, 1.0394861773363715, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, 0.7712515368508909, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, 0.7712515368508909, -0.9851802806075672, 0.14839368327132926, 0.14839368327132926, -0.9851802806075672, 1.0394861773363715, 0.14839368327132926, -0.5892237455225176, 1.5038369635166682, -0.5892237455225176, 4.8245133148351185, -0.9851802806075672, 5.0, -0.20790438345423204, 2.3702413863224185, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, 0.14839368327132926, 0.4749064017171045, -0.20790438345423204, 0.14839368327132926, 0.4749064017171045, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, 0.7712515368508909, -0.20790438345423204, 1.0394861773363715, 1.0394861773363715, 2.3702413863224185, 1.2826297641264308, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, 1.7060248096562969, -0.9851802806075672, -0.9851802806075672, 5.0, 3.4604634969473684, -0.20790438345423204, -0.9851802806075672, 0.4749064017171045, -0.20790438345423204, 0.7712515368508909, 0.14839368327132926, 1.2826297641264308, -0.5892237455225176, 0.4749064017171045, 0.7712515368508909, 0.14839368327132926, -0.5892237455225176, 1.0394861773363715, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, 1.5038369635166682, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, -0.9851802806075672, 1.2826297641264308, -0.5892237455225176, 1.2826297641264308, 0.4749064017171045, 1.0394861773363715, 0.14839368327132926, 1.0394861773363715, 0.14839368327132926, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, 0.14839368327132926, 0.14839368327132926, 0.7712515368508909, 0.14839368327132926, 1.5038369635166682, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, 0.14839368327132926, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, 0.7712515368508909, 0.7712515368508909, -0.20790438345423204, 1.7060248096562969, -0.5892237455225176, -0.5892237455225176, 0.4749064017171045, -0.5892237455225176, 4.644384852353468, 0.7712515368508909, 2.638682819420929, 0.14839368327132926, -0.20790438345423204, 1.2826297641264308, 0.14839368327132926, 0.14839368327132926, 0.14839368327132926, 0.14839368327132926, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, 1.0394861773363715, 1.2826297641264308, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, 3.0902227715488118, -0.9851802806075672, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, 0.14839368327132926, -0.9851802806075672, 0.4749064017171045, 0.4749064017171045, 0.14839368327132926, 4.393802475128044, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, 0.7712515368508909, 1.2826297641264308, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, 1.2826297641264308, 0.7712515368508909, -0.5892237455225176, 0.4749064017171045, 0.7712515368508909, 0.4749064017171045, -0.20790438345423204, -0.9851802806075672, 0.7712515368508909, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, 4.393802475128044, -0.20790438345423204, -0.9851802806075672, 0.4749064017171045, -0.9851802806075672, 2.638682819420929, 0.7712515368508909, 0.14839368327132926, -0.5892237455225176, 2.2221633467213646, 5.0, 0.4749064017171045, 5.0, 5.0, -0.20790438345423204, 1.0394861773363715, -0.5892237455225176, 1.0394861773363715, 4.949725492834798, 0.7712515368508909, -0.20790438345423204, 0.14839368327132926, 0.4749064017171045, -0.9851802806075672, -0.20790438345423204, 0.7712515368508909, -0.9851802806075672, 0.14839368327132926, 0.14839368327132926, -0.9851802806075672, -0.9851802806075672, 1.0394861773363715, 0.14839368327132926, 0.14839368327132926, -0.9851802806075672, 2.0631801457260037, 5.0, 0.4749064017171045, 4.446481550068022, -0.20790438345423204, -0.9851802806075672, 0.14839368327132926, 0.14839368327132926, 0.7712515368508909, 0.14839368327132926, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, 1.0394861773363715, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, 5.0, 1.2826297641264308, 0.7712515368508909, -0.20790438345423204, -0.20790438345423204, 2.7610769941104034, 0.4749064017171045, -0.20790438345423204, 0.4749064017171045, 0.4749064017171045, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, 0.4749064017171045, -0.20790438345423204, 1.0394861773363715, -0.9851802806075672, 2.2221633467213646, -0.5892237455225176, 0.4749064017171045, 0.4749064017171045, 0.7712515368508909, 0.14839368327132926, 0.4749064017171045, 0.4749064017171045, 0.14839368327132926, 0.4749064017171045, 0.7712515368508909, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, -0.20790438345423204, 1.2826297641264308, -0.9851802806075672, 1.2826297641264308, -0.20790438345423204, 1.0394861773363715, 1.7060248096562969, 0.14839368327132926, 0.4749064017171045, 1.0394861773363715, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, 0.4749064017171045, 1.2826297641264308, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, 1.0394861773363715, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, 0.7712515368508909, -0.20790438345423204, -0.20790438345423204, 0.4749064017171045, -0.9851802806075672, 1.0394861773363715, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, -0.9851802806075672, -0.9851802806075672, 1.0394861773363715, 0.7712515368508909, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, 0.14839368327132926, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, -0.9851802806075672, 0.14839368327132926, -0.9851802806075672, 0.7712515368508909, -0.9851802806075672, 0.14839368327132926, 1.0394861773363715, 0.14839368327132926, 1.2826297641264308, 0.4749064017171045, 0.7712515368508909, -0.9851802806075672, 3.4604634969473684, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, 1.2826297641264308, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, 1.2826297641264308, -0.5892237455225176, 1.0394861773363715, -0.9851802806075672, 0.7712515368508909, 1.2826297641264308, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, 0.4749064017171045, 5.0, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, 1.0394861773363715, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, -0.9851802806075672, -0.9851802806075672, 0.4749064017171045, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, 5.0, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, 3.623126955211904, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, 0.4749064017171045, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, 1.0394861773363715, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, 1.7060248096562969, 0.4749064017171045, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, 0.7712515368508909, 0.4749064017171045, -0.5892237455225176, -0.5892237455225176, 5.0, -0.20790438345423204, 1.2826297641264308, 0.7712515368508909, 0.4749064017171045, -0.20790438345423204, 0.7712515368508909, 1.0394861773363715, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, 1.0394861773363715, -0.9851802806075672, 1.0394861773363715, 5.0, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, 0.7712515368508909, -0.5892237455225176, -0.20790438345423204, 4.780975131457304, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, 0.7712515368508909, -0.5892237455225176, 0.4749064017171045, 0.14839368327132926, -0.9851802806075672, 1.0394861773363715, 2.0631801457260037, -0.5892237455225176, -0.20790438345423204, 0.4749064017171045, 1.7060248096562969, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, 1.7060248096562969, 1.0394861773363715, 0.7712515368508909, 5.0, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, 0.4749064017171045, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, 1.7060248096562969, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, 1.2826297641264308, 0.7712515368508909, -0.5892237455225176, -0.5892237455225176, 0.7712515368508909, 0.14839368327132926, 0.14839368327132926, 0.14839368327132926, 0.4749064017171045, 0.14839368327132926, -0.5892237455225176, 0.14839368327132926, 1.5038369635166682, -0.5892237455225176, 0.7712515368508909, 0.4749064017171045, -0.5892237455225176, -0.20790438345423204, 0.4749064017171045, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, 1.0394861773363715, -0.20790438345423204, 0.14839368327132926, 0.7712515368508909, -0.20790438345423204, -0.5892237455225176, 4.339706211568354, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, 0.7712515368508909, -0.9851802806075672, -0.5892237455225176, 0.4749064017171045, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, 0.4749064017171045, 0.7712515368508909, -0.9851802806075672, 0.7712515368508909, -0.20790438345423204, -0.5892237455225176, 1.5038369635166682, -0.9851802806075672, -0.20790438345423204, 0.7712515368508909, -0.5892237455225176, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, 0.14839368327132926, 0.14839368327132926, -0.5892237455225176, 0.4749064017171045, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, 0.4749064017171045, -0.20790438345423204, 1.7060248096562969, -0.20790438345423204, 0.7712515368508909, 0.14839368327132926, -0.20790438345423204, 0.4749064017171045, -0.20790438345423204, 0.7712515368508909, -0.5892237455225176, -0.5892237455225176, 0.4749064017171045, -0.20790438345423204, 0.14839368327132926, 0.4749064017171045, 0.14839368327132926, 0.4749064017171045, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, -0.9851802806075672, 0.4749064017171045, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, 5.0, -0.9851802806075672, 0.7712515368508909, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, 0.4749064017171045, 0.4749064017171045, 1.0394861773363715, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, 0.7712515368508909, 1.0394861773363715, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, 0.7712515368508909, -0.5892237455225176, 5.0, 0.4749064017171045, -0.5892237455225176, -0.5892237455225176, 0.4749064017171045, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, 0.4749064017171045, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, 0.4749064017171045, 0.4749064017171045, 0.14839368327132926, -0.9851802806075672, 1.5038369635166682, 0.14839368327132926, 0.4749064017171045, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, 0.4749064017171045, -0.20790438345423204, 0.4749064017171045, 0.14839368327132926, 0.7712515368508909, -0.5892237455225176, 0.7712515368508909, 0.4749064017171045, -0.20790438345423204, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, 0.14839368327132926, 0.7712515368508909, -0.5892237455225176, 0.14839368327132926, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, -0.20790438345423204, 0.4749064017171045, -0.9851802806075672, 0.7712515368508909, 0.14839368327132926, 0.4749064017171045, 0.14839368327132926, 5.0, 1.2826297641264308, 0.14839368327132926, -0.9851802806075672, 0.14839368327132926, -0.5892237455225176, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, 0.4749064017171045, 0.14839368327132926, -0.5892237455225176, 1.0394861773363715, 0.7712515368508909, -0.20790438345423204, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, -0.9851802806075672, 0.4749064017171045, 0.4749064017171045, -0.9851802806075672, 0.7712515368508909, -0.5892237455225176, 0.4749064017171045, -0.20790438345423204, 1.2826297641264308, -0.20790438345423204, 0.14839368327132926, 1.0394861773363715, 1.0394861773363715, -0.5892237455225176, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, 0.14839368327132926, 0.7712515368508909, 0.4749064017171045, 1.5038369635166682, -0.5892237455225176, -0.5892237455225176, 0.4749064017171045, 0.14839368327132926, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, 0.4749064017171045, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, 1.2826297641264308, 0.4749064017171045, 1.0394861773363715, 0.4749064017171045, -0.20790438345423204, 0.7712515368508909, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, 0.14839368327132926, -0.5892237455225176, 0.4749064017171045, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, 1.5038369635166682, 0.4749064017171045, 0.4749064017171045, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, 1.7060248096562969, 5.0, 0.4749064017171045, 0.4749064017171045, 1.0394861773363715, 1.2826297641264308, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, 1.0394861773363715, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, -0.9851802806075672, 1.5038369635166682, 0.14839368327132926, 0.14839368327132926, -0.5892237455225176, -0.9851802806075672, 0.4749064017171045, 0.4749064017171045, 0.4749064017171045, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, 1.0394861773363715, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, 0.7712515368508909, -0.9851802806075672, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, 0.7712515368508909, 0.4749064017171045, 0.4749064017171045, -0.20790438345423204, 0.4749064017171045, -0.20790438345423204, -0.5892237455225176, 1.0394861773363715, 0.4749064017171045, -0.5892237455225176, -0.5892237455225176, 1.5038369635166682, 0.7712515368508909, -0.5892237455225176, 0.7712515368508909, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, -0.9851802806075672, -0.5892237455225176, 0.7712515368508909, -0.9851802806075672, -0.20790438345423204, 0.4749064017171045, 0.14839368327132926, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, -0.9851802806075672, 0.14839368327132926, 0.14839368327132926, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, 0.4749064017171045, 0.14839368327132926, 0.14839368327132926, 0.14839368327132926, 0.4749064017171045, -0.5892237455225176, -0.20790438345423204, 0.4749064017171045, 1.0394861773363715, -0.20790438345423204, 1.2826297641264308, -0.20790438345423204, 0.4749064017171045, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, 0.4749064017171045, -0.20790438345423204, 0.4749064017171045, 0.14839368327132926, 1.0394861773363715, 0.4749064017171045, -0.20790438345423204, 0.4749064017171045, -0.20790438345423204, -0.20790438345423204, 1.5038369635166682, -0.9851802806075672, 0.14839368327132926, 1.2826297641264308, -0.9851802806075672, 0.7712515368508909, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, 0.4749064017171045, -0.5892237455225176, 1.0394861773363715, 1.2826297641264308, 0.7712515368508909, -0.20790438345423204, 0.4749064017171045, -0.5892237455225176, -0.5892237455225176, 0.14839368327132926, 1.0394861773363715, -0.20790438345423204, 0.14839368327132926, 0.7712515368508909, 0.4749064017171045, 0.7712515368508909, 0.4749064017171045, 0.7712515368508909, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, 0.7712515368508909, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, -0.20790438345423204, 0.4749064017171045, 0.14839368327132926, 0.4749064017171045, -0.20790438345423204, 0.4749064017171045, -0.5892237455225176, -0.5892237455225176, 0.4749064017171045, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, 1.7060248096562969, 0.7712515368508909, 0.4749064017171045, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, 0.4749064017171045, -0.20790438345423204, 5.0, 0.14839368327132926, 0.14839368327132926, 0.14839368327132926, 0.7712515368508909, -0.20790438345423204, -0.5892237455225176, 2.5087150102772067, 0.7712515368508909, 0.14839368327132926, 1.5038369635166682, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, 1.7060248096562969, -0.20790438345423204, 5.0, 0.14839368327132926, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, 0.4749064017171045, -0.20790438345423204, 0.14839368327132926, 1.0394861773363715, 0.14839368327132926, 2.2221633467213646, -0.20790438345423204, -0.20790438345423204, 0.4749064017171045, -0.9851802806075672, -0.9851802806075672, -0.5892237455225176, -0.20790438345423204, 1.0394861773363715, 1.2826297641264308, 0.14839368327132926, -0.5892237455225176, 0.7712515368508909, -0.20790438345423204, 1.2826297641264308, -0.20790438345423204, -0.5892237455225176, 1.0394861773363715, 0.4749064017171045, 1.5038369635166682, 1.2826297641264308, -0.20790438345423204, 0.4749064017171045, -0.5892237455225176, -0.5892237455225176, 1.0394861773363715, 0.4749064017171045, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, 0.7712515368508909, -0.5892237455225176, 0.14839368327132926, 0.14839368327132926, -0.9851802806075672, 1.7060248096562969, -0.20790438345423204, 1.0394861773363715, 1.2826297641264308, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, -0.20790438345423204, 1.5038369635166682, -0.20790438345423204, 5.0, 1.2826297641264308, 1.2826297641264308, 0.7712515368508909, -0.20790438345423204, 1.0394861773363715, -0.20790438345423204, 1.891746505898912, 0.4749064017171045, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, 1.891746505898912, 0.14839368327132926, 0.14839368327132926, 0.4749064017171045, 0.14839368327132926, 1.2826297641264308, 0.7712515368508909, -0.20790438345423204, 1.0394861773363715, 0.7712515368508909, -0.20790438345423204, -0.20790438345423204, 0.4749064017171045, -0.20790438345423204, 0.14839368327132926, 0.7712515368508909, 1.5038369635166682, 1.5038369635166682, 0.14839368327132926, 1.7060248096562969, -0.20790438345423204, 0.14839368327132926, 1.5038369635166682, 0.14839368327132926, 1.5038369635166682, 1.0394861773363715, 1.5038369635166682, 1.2826297641264308, 0.14839368327132926, 0.4749064017171045, 0.4749064017171045, 0.14839368327132926, 0.7712515368508909, -0.9851802806075672, -0.20790438345423204, 1.2826297641264308, 0.4749064017171045, -0.20790438345423204, -0.5892237455225176, -0.20790438345423204, -0.5892237455225176, 1.2826297641264308, 0.4749064017171045, 0.4749064017171045, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, 0.4749064017171045, 0.7712515368508909, -0.20790438345423204, 0.4749064017171045, 1.891746505898912, -0.5892237455225176, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, 0.14839368327132926, -0.20790438345423204, 0.7712515368508909, 0.14839368327132926, 0.4749064017171045, 0.14839368327132926, -0.5892237455225176, 1.0394861773363715, 0.7712515368508909, 1.7060248096562969, 0.14839368327132926, 0.14839368327132926, -0.20790438345423204, 0.4749064017171045, 0.4749064017171045, -0.5892237455225176, 0.7712515368508909, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, 0.7712515368508909, 1.0394861773363715, 0.7712515368508909, 0.14839368327132926, 1.5038369635166682, 0.14839368327132926, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, 0.7712515368508909, 0.4749064017171045, 0.4749064017171045, 0.14839368327132926, 0.7712515368508909, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, -0.20790438345423204, -0.5892237455225176, -0.5892237455225176, 1.2826297641264308, 0.4749064017171045, 1.0394861773363715, -0.9851802806075672, 0.4749064017171045, -0.9851802806075672, 0.14839368327132926, 0.14839368327132926, 1.5038369635166682, 0.14839368327132926, 0.4749064017171045, -0.5892237455225176, -0.20790438345423204, 1.0394861773363715, 0.7712515368508909, -0.20790438345423204, 0.14839368327132926, 0.14839368327132926, 0.14839368327132926, 1.0394861773363715, 0.14839368327132926, -0.5892237455225176, -0.20790438345423204, 0.14839368327132926, 1.2826297641264308, 0.7712515368508909, 1.0394861773363715, -0.5892237455225176, 0.4749064017171045, 0.4749064017171045, -0.5892237455225176, -0.20790438345423204, 1.0394861773363715, -0.9851802806075672, -0.20790438345423204, -0.5892237455225176, 0.4749064017171045, 0.4749064017171045, 1.5038369635166682, 0.4749064017171045, 1.0394861773363715, 0.7712515368508909, -0.5892237455225176, -0.9851802806075672, 0.7712515368508909, 0.4749064017171045, 0.7712515368508909, 0.4749064017171045, -0.5892237455225176, 0.14839368327132926, 0.7712515368508909, 1.0394861773363715, -0.20790438345423204, 1.0394861773363715, 5.0, 0.7712515368508909, 0.4749064017171045, 0.14839368327132926, 0.14839368327132926, 0.14839368327132926, 0.7712515368508909, 1.0394861773363715, -0.20790438345423204, 1.0394861773363715, 0.7712515368508909, -0.20790438345423204, -0.20790438345423204, -0.20790438345423204, 0.14839368327132926, -0.20790438345423204, 0.4749064017171045, 0.7712515368508909, 1.2826297641264308, 1.0394861773363715, 2.7610769941104034, 1.2826297641264308, 1.891746505898912, 0.14839368327132926, -0.5892237455225176, 1.5038369635166682, -0.20790438345423204, 0.4749064017171045, -0.9851802806075672, 0.4749064017171045, 0.7712515368508909, 0.4749064017171045, 0.7712515368508909, 0.14839368327132926, 0.7712515368508909, 0.4749064017171045, 1.2826297641264308, 0.4749064017171045, 0.7712515368508909, 0.14839368327132926, 0.14839368327132926, 1.2826297641264308, 1.2826297641264308, 1.2826297641264308, 0.7712515368508909, 1.0394861773363715, 1.5038369635166682, 0.14839368327132926, -0.5892237455225176, 0.4749064017171045, 1.7060248096562969, 0.7712515368508909, 0.14839368327132926, 1.2826297641264308, 1.2826297641264308, -0.20790438345423204, 1.0394861773363715, -0.5892237455225176, 0.4749064017171045, 1.0394861773363715, 0.14839368327132926, 1.2826297641264308, 0.4749064017171045, 0.7712515368508909, 0.14839368327132926, 3.2836945388740912, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, -0.20790438345423204, 0.4749064017171045, -0.20790438345423204, -0.5892237455225176, 0.14839368327132926, -0.20790438345423204, 0.7712515368508909, 2.9862118691684314, -0.9851802806075672, 1.2826297641264308, 2.0631801457260037, -0.20790438345423204, 1.2826297641264308, 1.7060248096562969, 0.14839368327132926, -0.5892237455225176, 0.7712515368508909, -0.5892237455225176, -0.9851802806075672, -0.20790438345423204, -0.20790438345423204, 1.0394861773363715, -0.20790438345423204, 0.7712515368508909, 0.4749064017171045, -0.20790438345423204, -0.9851802806075672, 1.891746505898912, 0.7712515368508909, -0.5892237455225176, -0.5892237455225176, -0.9851802806075672, 0.14839368327132926, -0.20790438345423204, -0.5892237455225176, 1.5038369635166682, -0.20790438345423204, 1.2826297641264308, -0.20790438345423204, 2.638682819420929, 1.891746505898912, 0.4749064017171045, 1.2826297641264308, 1.2826297641264308, 2.5087150102772067, 1.2826297641264308, 0.7712515368508909, -0.20790438345423204, 0.4749064017171045, 0.4749064017171045, 1.2826297641264308, 0.4749064017171045, 0.7712515368508909, -0.20790438345423204, -0.20790438345423204, 1.0394861773363715, 1.2826297641264308, 0.14839368327132926, 1.7060248096562969, 0.4749064017171045, 0.14839368327132926, 0.4749064017171045, 0.7712515368508909, -0.9851802806075672, 1.2826297641264308, 0.7712515368508909, 1.0394861773363715, 0.7712515368508909, 5.0, 1.0394861773363715, 0.4749064017171045, 0.7712515368508909, 1.7060248096562969, 1.0394861773363715, 1.5038369635166682, -0.5892237455225176, 0.4749064017171045, -0.20790438345423204, 0.4749064017171045, 3.2836945388740912, 0.4749064017171045, 2.638682819420929, 1.2826297641264308, 0.14839368327132926, 1.0394861773363715, -0.5892237455225176, 1.5038369635166682, 1.5038369635166682, -0.5892237455225176, 0.4749064017171045, 0.7712515368508909, 0.14839368327132926, 0.14839368327132926, 1.2826297641264308, -0.20790438345423204, 1.5038369635166682, 0.14839368327132926, 1.2826297641264308, 1.2826297641264308, -0.5892237455225176, 0.14839368327132926, -0.5892237455225176, 1.5038369635166682, 0.7712515368508909, 0.14839368327132926, -0.20790438345423204, 0.7712515368508909, 1.891746505898912, 0.7712515368508909, 2.0631801457260037, 0.4749064017171045, -0.5892237455225176, -0.5892237455225176, 1.0394861773363715, 0.7712515368508909, 1.2826297641264308, 0.14839368327132926, 0.14839368327132926, -0.20790438345423204, 0.7712515368508909, 1.2826297641264308, 0.14839368327132926, 1.2826297641264308, -0.5892237455225176, -0.20790438345423204, 0.7712515368508909, 0.7712515368508909, 1.0394861773363715, -0.20790438345423204, 2.638682819420929, 0.14839368327132926, -0.9851802806075672, -0.5892237455225176, 1.0394861773363715, 1.0394861773363715, 2.638682819420929, 0.14839368327132926, 0.7712515368508909, 1.0394861773363715, 0.7712515368508909, -0.9851802806075672, -0.20790438345423204, 0.4749064017171045, 1.7060248096562969, 0.7712515368508909, 1.0394861773363715, 0.7712515368508909, 0.7712515368508909, 0.14839368327132926, 1.2826297641264308, 1.7060248096562969, 0.14839368327132926, 1.5038369635166682, -0.5892237455225176, 1.5038369635166682, 5.0, 0.7712515368508909, 1.7060248096562969, 0.7712515368508909, -0.5892237455225176, 1.0394861773363715, 0.4749064017171045, 1.7060248096562969, 0.14839368327132926, 1.0394861773363715, 1.5038369635166682, 0.7712515368508909, 1.891746505898912, 0.4749064017171045, 1.7060248096562969, -0.5892237455225176, -0.5892237455225176, 2.8766926774799204, 0.7712515368508909, 1.5038369635166682, 0.14839368327132926, -0.20790438345423204, 0.14839368327132926, 0.14839368327132926, 3.980524931965845, 0.14839368327132926, 0.14839368327132926, 0.4749064017171045, 2.3702413863224185, 1.5038369635166682, 2.0631801457260037, 0.4749064017171045, -0.20790438345423204, -0.5892237455225176, 0.4749064017171045, 0.14839368327132926, 0.7712515368508909, 1.0394861773363715, 3.9139151770099354, -0.20790438345423204, 0.7712515368508909, 1.7060248096562969, -0.9851802806075672, 0.4749064017171045, 1.0394861773363715, 1.5038369635166682, -0.20790438345423204, 0.14839368327132926, 1.2826297641264308, 1.5038369635166682, 1.2826297641264308, -0.9851802806075672, 1.5038369635166682, 1.0394861773363715, 0.4749064017171045, 2.5087150102772067, 1.2826297641264308, 2.7610769941104034, 1.7060248096562969, 0.14839368327132926, 0.7712515368508909, 0.4749064017171045, 2.3702413863224185, 1.7060248096562969, 1.5038369635166682, 0.14839368327132926, 1.891746505898912, 1.5038369635166682, 0.4749064017171045, 1.2826297641264308], [1.1425256689632712, -1.022897305765693, -0.0371266449417092, -0.7555691121909703, -1.022897305765693, 0.34404673691118104, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -0.4981231371803934, 0.16294938015270116, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -1.022897305765693, 0.16294938015270116, -1.022897305765693, -0.25757017211454003, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, 0.16294938015270116, -1.022897305765693, -0.25757017211454003, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.25757017211454003, -1.022897305765693, -1.022897305765693, -1.022897305765693, 0.16294938015270116, -1.022897305765693, -0.7555691121909703, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.0371266449417092, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.0371266449417092, -0.25757017211454003, -1.022897305765693, 0.34404673691118104, -0.25757017211454003, -0.4981231371803934, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -0.0371266449417092, -1.022897305765693, -1.022897305765693, -0.25757017211454003, -0.4981231371803934, -1.022897305765693, 0.7940571616351436, -0.7555691121909703, -1.022897305765693, -0.25757017211454003, -0.7555691121909703, -0.7555691121909703, 0.34404673691118104, -0.7555691121909703, -0.25757017211454003, -0.25757017211454003, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, 0.9194462919181108, -0.25757017211454003, 0.6575509876439477, -0.0371266449417092, -1.022897305765693, -0.0371266449417092, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, 0.6575509876439477, -0.25757017211454003, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.4981231371803934, -0.7555691121909703, -0.0371266449417092, -0.7555691121909703, -0.4981231371803934, 0.7940571616351436, -1.022897305765693, -1.022897305765693, -0.25757017211454003, -0.7555691121909703, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, 0.7940571616351436, -0.25757017211454003, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -0.0371266449417092, -0.7555691121909703, -1.022897305765693, 0.5082039867009939, -0.4981231371803934, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -1.022897305765693, 0.6575509876439477, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.4981231371803934, 0.34404673691118104, -0.4981231371803934, -1.022897305765693, 0.16294938015270116, 0.16294938015270116, 0.5082039867009939, -0.25757017211454003, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -0.0371266449417092, -0.25757017211454003, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.25757017211454003, 0.5082039867009939, -0.7555691121909703, 0.5082039867009939, -0.25757017211454003, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -0.25757017211454003, -0.7555691121909703, -0.25757017211454003, 0.16294938015270116, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.4981231371803934, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, 0.16294938015270116, -0.7555691121909703, -1.022897305765693, -0.25757017211454003, -0.4981231371803934, -1.022897305765693, -1.022897305765693, 1.33598967775343, -0.25757017211454003, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.25757017211454003, -1.022897305765693, -0.0371266449417092, -0.7555691121909703, 0.16294938015270116, -0.4981231371803934, -1.022897305765693, -1.022897305765693, 0.5082039867009939, -1.022897305765693, -0.4981231371803934, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -0.25757017211454003, 0.6575509876439477, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.0371266449417092, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.0371266449417092, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, -1.022897305765693, 0.34404673691118104, -0.25757017211454003, -1.022897305765693, -0.4981231371803934, 1.9201757381953013, 1.33598967775343, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -1.022897305765693, 0.16294938015270116, -0.25757017211454003, -1.022897305765693, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -0.25757017211454003, -0.7555691121909703, -1.022897305765693, -0.0371266449417092, -0.7555691121909703, 0.34404673691118104, -1.022897305765693, 1.1425256689632712, -1.022897305765693, -0.7555691121909703, 0.5082039867009939, -0.0371266449417092, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.0371266449417092, -0.7555691121909703, 1.33598967775343, -0.4981231371803934, -0.25757017211454003, -0.4981231371803934, -1.022897305765693, -1.022897305765693, 0.34404673691118104, -0.25757017211454003, 0.16294938015270116, -0.7555691121909703, -0.0371266449417092, -0.7555691121909703, -1.022897305765693, -0.0371266449417092, -1.022897305765693, 0.5082039867009939, 0.5082039867009939, -0.0371266449417092, -0.4981231371803934, 0.7940571616351436, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, 0.34404673691118104, 0.7940571616351436, 0.34404673691118104, -0.4981231371803934, -0.0371266449417092, -1.022897305765693, -1.022897305765693, -0.25757017211454003, -0.7555691121909703, -1.022897305765693, 1.242499861398643, 1.0351889080693308, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, 0.16294938015270116, -0.7555691121909703, -0.0371266449417092, -1.022897305765693, 0.16294938015270116, -0.0371266449417092, 0.34404673691118104, -0.7555691121909703, 0.34404673691118104, -1.022897305765693, -0.7555691121909703, -1.022897305765693, 1.1425256689632712, -0.7555691121909703, -0.4981231371803934, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.0371266449417092, -0.4981231371803934, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, 0.7940571616351436, -0.4981231371803934, -0.25757017211454003, -0.25757017211454003, -0.7555691121909703, -1.022897305765693, 0.16294938015270116, -0.0371266449417092, -0.7555691121909703, -0.4981231371803934, -1.022897305765693, 1.242499861398643, -0.25757017211454003, -0.7555691121909703, -0.4981231371803934, -0.7555691121909703, -0.7555691121909703, -0.4981231371803934, 0.5082039867009939, 0.6575509876439477, -0.25757017211454003, -1.022897305765693, -0.4981231371803934, 1.242499861398643, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -0.7555691121909703, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -0.25757017211454003, -0.4981231371803934, 0.34404673691118104, -0.7555691121909703, -0.0371266449417092, -0.4981231371803934, -0.4981231371803934, -0.0371266449417092, 0.16294938015270116, -0.7555691121909703, 0.9194462919181108, -1.022897305765693, 0.16294938015270116, 0.6575509876439477, -0.25757017211454003, -1.022897305765693, -0.4981231371803934, -1.022897305765693, 0.5082039867009939, -1.022897305765693, 0.9194462919181108, -0.0371266449417092, -1.022897305765693, -1.022897305765693, 0.16294938015270116, -0.7555691121909703, -1.022897305765693, 0.6575509876439477, -0.25757017211454003, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.7555691121909703, 0.9194462919181108, -0.7555691121909703, -1.022897305765693, 0.16294938015270116, -0.4981231371803934, -0.4981231371803934, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, 0.7940571616351436, -0.0371266449417092, -1.022897305765693, -0.25757017211454003, -0.25757017211454003, -0.4981231371803934, -0.4981231371803934, -0.25757017211454003, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, 0.34404673691118104, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.0371266449417092, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.25757017211454003, -0.7555691121909703, -0.7555691121909703, -0.25757017211454003, -1.022897305765693, -1.022897305765693, -1.022897305765693, 0.16294938015270116, 0.16294938015270116, -0.25757017211454003, -0.4981231371803934, -1.022897305765693, -0.4981231371803934, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.25757017211454003, -0.7555691121909703, -0.0371266449417092, -1.022897305765693, -1.022897305765693, 0.5082039867009939, 1.0351889080693308, -0.0371266449417092, -0.25757017211454003, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -0.25757017211454003, 0.5082039867009939, -1.022897305765693, -0.25757017211454003, -1.022897305765693, -0.0371266449417092, 0.16294938015270116, -0.0371266449417092, -0.7555691121909703, -0.7555691121909703, 1.1425256689632712, -0.7555691121909703, 0.16294938015270116, -0.25757017211454003, 1.1425256689632712, 0.9194462919181108, -0.25757017211454003, -0.25757017211454003, -0.4981231371803934, -1.022897305765693, -0.4981231371803934, 0.34404673691118104, -0.0371266449417092, -1.022897305765693, 1.0351889080693308, -1.022897305765693, 0.34404673691118104, -0.25757017211454003, -0.0371266449417092, -0.4981231371803934, 1.4237368332178366, 0.34404673691118104, -0.4981231371803934, -0.0371266449417092, 0.16294938015270116, -0.7555691121909703, 0.7940571616351436, 0.7940571616351436, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -0.25757017211454003, -1.022897305765693, -0.4981231371803934, -1.022897305765693, 0.16294938015270116, -0.25757017211454003, -0.4981231371803934, 0.16294938015270116, 0.6575509876439477, 1.5844280701845903, -1.022897305765693, -0.4981231371803934, -1.022897305765693, 0.16294938015270116, -0.4981231371803934, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, 1.242499861398643, -0.25757017211454003, -1.022897305765693, -0.4981231371803934, -0.4981231371803934, -0.7555691121909703, -0.25757017211454003, -0.7555691121909703, 1.1425256689632712, -0.0371266449417092, -0.7555691121909703, -0.25757017211454003, -0.0371266449417092, -0.7555691121909703, -0.7555691121909703, -0.25757017211454003, -1.022897305765693, -0.7555691121909703, -0.4981231371803934, -0.25757017211454003, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -0.4981231371803934, -0.4981231371803934, -0.4981231371803934, -0.0371266449417092, -0.4981231371803934, 0.6575509876439477, -0.7555691121909703, 0.16294938015270116, -1.022897305765693, 0.7940571616351436, -0.7555691121909703, -0.0371266449417092, -0.4981231371803934, -0.4981231371803934, -0.7555691121909703, -0.7555691121909703, -0.0371266449417092, -1.022897305765693, -1.022897305765693, 0.34404673691118104, -0.25757017211454003, 0.34404673691118104, -0.4981231371803934, -1.022897305765693, -0.25757017211454003, -0.7555691121909703, 0.34404673691118104, 2.1900595540409795, 0.5082039867009939, -0.4981231371803934, -1.022897305765693, 1.1425256689632712, -0.25757017211454003, -1.022897305765693, 1.33598967775343, -0.25757017211454003, -0.7555691121909703, -1.022897305765693, 0.34404673691118104, 0.16294938015270116, 0.34404673691118104, -0.4981231371803934, -0.0371266449417092, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -1.022897305765693, 0.7940571616351436, -0.7555691121909703, -0.4981231371803934, -0.4981231371803934, -0.4981231371803934, -1.022897305765693, 0.6575509876439477, -0.7555691121909703, -0.4981231371803934, -0.7555691121909703, 0.9194462919181108, -0.7555691121909703, 0.5082039867009939, 0.16294938015270116, -1.022897305765693, 0.7940571616351436, -1.022897305765693, 0.7940571616351436, -0.7555691121909703, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -0.0371266449417092, 0.34404673691118104, 0.5082039867009939, -0.7555691121909703, -0.7555691121909703, 0.16294938015270116, -1.022897305765693, 0.6575509876439477, -1.022897305765693, -0.25757017211454003, -0.4981231371803934, -1.022897305765693, -0.0371266449417092, -0.7555691121909703, -0.7555691121909703, -0.7555691121909703, -0.4981231371803934, -0.0371266449417092, -0.7555691121909703, -0.7555691121909703, -0.7555691121909703, -0.7555691121909703, -0.7555691121909703, -0.7555691121909703, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, 0.7940571616351436, -1.022897305765693, -0.7555691121909703, -0.4981231371803934, 0.16294938015270116, 0.7940571616351436, 0.16294938015270116, -1.022897305765693, 0.16294938015270116, -1.022897305765693, 0.5082039867009939, -0.4981231371803934, 1.5063706849783038, -0.7555691121909703, 2.0345655643641307, 0.34404673691118104, 1.1425256689632712, -0.7555691121909703, 0.34404673691118104, -1.022897305765693, -0.7555691121909703, 0.16294938015270116, -0.25757017211454003, 0.7940571616351436, 0.6575509876439477, 0.34404673691118104, -1.022897305765693, -0.7555691121909703, -0.4981231371803934, -0.25757017211454003, -0.4981231371803934, -1.022897305765693, -0.4981231371803934, -0.25757017211454003, -0.25757017211454003, -0.7555691121909703, 1.0351889080693308, -0.7555691121909703, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, 0.9194462919181108, -0.0371266449417092, -0.4981231371803934, -1.022897305765693, -0.4981231371803934, -0.4981231371803934, 0.34404673691118104, 0.5082039867009939, -0.7555691121909703, 0.16294938015270116, 0.34404673691118104, -1.022897305765693, 0.16294938015270116, 0.9194462919181108, -0.7555691121909703, 2.238200830795435, -0.0371266449417092, -0.25757017211454003, 0.16294938015270116, 0.34404673691118104, -0.4981231371803934, 0.6575509876439477, 0.5082039867009939, -0.4981231371803934, 0.34404673691118104, -0.25757017211454003, -0.0371266449417092, -1.022897305765693, -1.022897305765693, 1.8592134639013087, 0.16294938015270116, -0.7555691121909703, -0.4981231371803934, -1.022897305765693, -0.25757017211454003, 0.5082039867009939, -0.7555691121909703, -0.7555691121909703, -0.7555691121909703, -0.7555691121909703, -0.7555691121909703, 0.5082039867009939, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.25757017211454003, -0.4981231371803934, 0.5082039867009939, 1.1425256689632712, 0.6575509876439477, -0.25757017211454003, 1.1425256689632712, -1.022897305765693, -0.0371266449417092, 0.16294938015270116, -1.022897305765693, 0.9194462919181108, -0.4981231371803934, -0.25757017211454003, -0.0371266449417092, -0.7555691121909703, -0.0371266449417092, -0.25757017211454003, 0.6575509876439477, -1.022897305765693, 0.16294938015270116, -1.022897305765693, -1.022897305765693, 1.5844280701845903, -0.7555691121909703, -0.0371266449417092, -1.022897305765693, 0.7940571616351436, -0.7555691121909703, -1.022897305765693, -0.25757017211454003, -1.022897305765693, -0.25757017211454003, -0.4981231371803934, -0.7555691121909703, 0.5082039867009939, 1.795439854213411, 0.5082039867009939, -0.0371266449417092, -1.022897305765693, -0.0371266449417092, -0.25757017211454003, -0.4981231371803934, 0.9194462919181108, -1.022897305765693, 0.9194462919181108, 0.9194462919181108, -0.25757017211454003, -1.022897305765693, 0.5082039867009939, -0.0371266449417092, 0.7940571616351436, 0.16294938015270116, 0.5082039867009939, -0.4981231371803934, 0.6575509876439477, -0.7555691121909703, 0.5082039867009939, -0.0371266449417092, 0.34404673691118104, -1.022897305765693, 0.7940571616351436, -0.0371266449417092, -0.7555691121909703, 0.34404673691118104, 0.16294938015270116, 2.0883796643803594, 1.242499861398643, 1.0351889080693308, -1.022897305765693, -0.7555691121909703, -0.0371266449417092, 0.16294938015270116, 0.7940571616351436, 1.0351889080693308, 0.5082039867009939, 0.34404673691118104, -0.7555691121909703, -0.0371266449417092, 0.7940571616351436, 0.6575509876439477, 2.1401626209951004, -0.7555691121909703, 0.5082039867009939, 0.16294938015270116, -0.25757017211454003, -0.0371266449417092, -1.022897305765693, -0.0371266449417092, -1.022897305765693, -0.0371266449417092, 0.5082039867009939, -0.25757017211454003, -0.25757017211454003, 0.34404673691118104, 0.34404673691118104, -0.25757017211454003, 0.5082039867009939, -0.25757017211454003, -0.7555691121909703, -1.022897305765693, 0.7940571616351436, 1.4237368332178366, 0.5082039867009939, 1.1425256689632712, -0.7555691121909703, -1.022897305765693, 0.34404673691118104, -1.022897305765693, 0.16294938015270116, -0.4981231371803934, -0.7555691121909703, -0.0371266449417092, -0.7555691121909703, -0.4981231371803934, -0.0371266449417092, 0.16294938015270116, -1.022897305765693, -0.4981231371803934, 0.34404673691118104, -0.25757017211454003, 0.34404673691118104, 0.34404673691118104, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -0.4981231371803934, 0.34404673691118104, 0.6575509876439477, -0.0371266449417092, 0.34404673691118104, 1.0351889080693308, 1.1425256689632712, 0.5082039867009939, -0.25757017211454003, 1.4237368332178366, -0.7555691121909703, 0.16294938015270116, -0.25757017211454003, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -0.25757017211454003, 1.0351889080693308, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -0.0371266449417092, -0.0371266449417092, 1.1425256689632712, 1.1425256689632712, -0.25757017211454003, 0.7940571616351436, -0.0371266449417092, -0.4981231371803934, -1.022897305765693, 0.7940571616351436, -0.25757017211454003, -0.7555691121909703, 1.5844280701845903, -0.25757017211454003, -0.0371266449417092, 0.5082039867009939, 1.0351889080693308, 1.242499861398643, 0.6575509876439477, -0.0371266449417092, 0.5082039867009939, 0.34404673691118104, 0.5082039867009939, -1.022897305765693, 1.5063706849783038, -1.022897305765693, 0.16294938015270116, 2.238200830795435, -1.022897305765693, 1.1425256689632712, -0.25757017211454003, -1.022897305765693, 0.34404673691118104, -1.022897305765693, 1.242499861398643, -0.7555691121909703, 0.16294938015270116, -0.4981231371803934, -0.25757017211454003, -0.0371266449417092, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.25757017211454003, -1.022897305765693, -0.7555691121909703, -0.4981231371803934, -0.4981231371803934, 0.16294938015270116, 1.1425256689632712, -0.25757017211454003, -0.4981231371803934, 0.7940571616351436, -0.25757017211454003, -1.022897305765693, -0.7555691121909703, 0.5082039867009939, 3.1628713953686587, 1.4237368332178366, -0.4981231371803934, 1.4237368332178366, 0.5082039867009939, 0.9194462919181108, 0.6575509876439477, -1.022897305765693, -0.0371266449417092, -1.022897305765693, 0.6575509876439477, 1.5063706849783038, -0.25757017211454003, -0.7555691121909703, -1.022897305765693, -0.25757017211454003, 1.5063706849783038, 1.33598967775343, 1.5063706849783038, -0.25757017211454003, -0.25757017211454003, 0.7940571616351436, -0.7555691121909703, 0.34404673691118104, -0.25757017211454003, -0.7555691121909703, 0.16294938015270116, -0.7555691121909703, -1.022897305765693, -0.0371266449417092, -0.0371266449417092, -0.7555691121909703, 1.0351889080693308, 1.5063706849783038, -0.0371266449417092, 0.5082039867009939, 1.4237368332178366, 0.7940571616351436, 1.0351889080693308, -1.022897305765693, 0.5082039867009939, -0.4981231371803934, -0.7555691121909703, -0.25757017211454003, -0.4981231371803934, 1.5063706849783038, 0.16294938015270116, -0.7555691121909703, -0.4981231371803934, 1.6583694376873757, -0.25757017211454003, -0.4981231371803934, -1.022897305765693, -0.25757017211454003, -0.7555691121909703, -0.4981231371803934, -1.022897305765693, -0.4981231371803934, 0.16294938015270116, 0.9194462919181108, -0.0371266449417092, 0.9194462919181108, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -1.022897305765693, 1.33598967775343, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.0371266449417092, 0.7940571616351436, -0.25757017211454003, -0.7555691121909703, -0.0371266449417092, -0.0371266449417092, 1.242499861398643, -0.25757017211454003, -1.022897305765693, 0.34404673691118104, -0.25757017211454003, 0.16294938015270116, -0.0371266449417092, -1.022897305765693, 1.1425256689632712, 0.5082039867009939, 2.7778771334854797, 0.7940571616351436, 1.0351889080693308, -0.4981231371803934, -0.4981231371803934, 0.34404673691118104, 0.34404673691118104, -0.0371266449417092, 0.34404673691118104, -0.4981231371803934, -0.7555691121909703, 1.4237368332178366, -0.0371266449417092, 2.7127154935403754, 0.34404673691118104, -0.4981231371803934, 0.7940571616351436, 0.5082039867009939, 0.7940571616351436, 0.16294938015270116, -0.4981231371803934, -0.7555691121909703, 0.16294938015270116, 2.0345655643641307, 0.34404673691118104, 1.4237368332178366, 1.5063706849783038, -1.022897305765693, 0.6575509876439477, -0.0371266449417092, -0.0371266449417092, 0.9194462919181108, 0.34404673691118104, 3.383186250699568, 0.34404673691118104, -0.7555691121909703, -0.0371266449417092, 0.5082039867009939, -0.4981231371803934, -1.022897305765693, 1.242499861398643, 0.6575509876439477, 1.0351889080693308, 1.242499861398643, 0.6575509876439477, 1.242499861398643, -1.022897305765693, -0.25757017211454003, -0.4981231371803934, -0.25757017211454003, 1.242499861398643, -0.0371266449417092, -0.0371266449417092, 0.7940571616351436, -0.25757017211454003, 0.5082039867009939, 0.16294938015270116, -0.7555691121909703, 0.7940571616351436, -0.0371266449417092, 0.5082039867009939, 3.6413992602501466, 0.5082039867009939, -1.022897305765693, -0.25757017211454003, 0.16294938015270116, -0.4981231371803934, -1.022897305765693, -0.4981231371803934, -0.7555691121909703, -0.4981231371803934, 0.5082039867009939, -0.4981231371803934, -1.022897305765693, -0.25757017211454003, -0.7555691121909703, 1.1425256689632712, 0.5082039867009939, 0.34404673691118104, -0.25757017211454003, 0.7940571616351436, -0.7555691121909703, -0.4981231371803934, -0.7555691121909703, 1.9201757381953013, -0.7555691121909703, 0.6575509876439477, -1.022897305765693, 0.16294938015270116, -1.022897305765693, 2.415399014374654, -0.25757017211454003, -0.7555691121909703, -0.25757017211454003, 1.33598967775343, -0.25757017211454003, 0.6575509876439477, -1.022897305765693, 0.34404673691118104, 1.795439854213411, -1.022897305765693, 0.6575509876439477, 1.0351889080693308, 1.5063706849783038, -0.4981231371803934, -1.022897305765693, 0.16294938015270116, 0.16294938015270116, -0.7555691121909703, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, -1.022897305765693, 1.242499861398643, -0.4981231371803934, 0.5082039867009939, 3.607403380869089, -1.022897305765693, -0.7555691121909703, -0.4981231371803934, -0.7555691121909703, 0.5082039867009939, 1.1425256689632712, -0.25757017211454003, 0.34404673691118104, 0.34404673691118104, 3.1628713953686587, 0.5082039867009939, -0.7555691121909703, 1.5844280701845903, -0.25757017211454003, -0.4981231371803934, -0.4981231371803934, 1.242499861398643, 1.6583694376873757, 0.34404673691118104, -1.022897305765693, -0.0371266449417092, 0.6575509876439477, -0.4981231371803934, 0.9194462919181108, 0.5082039867009939, -0.25757017211454003, -0.4981231371803934, -0.7555691121909703, -0.0371266449417092, -0.0371266449417092, -0.4981231371803934, 0.7940571616351436, 0.7940571616351436, 1.6583694376873757, 0.34404673691118104, -0.0371266449417092, -1.022897305765693, 0.34404673691118104, -0.7555691121909703, 1.72859190955402, 0.16294938015270116, 2.238200830795435, 0.7940571616351436, 1.242499861398643, 1.8592134639013087, 0.34404673691118104, 0.9194462919181108, -0.0371266449417092, -0.4981231371803934, 1.72859190955402, -0.4981231371803934, 0.16294938015270116, 1.5844280701845903, -1.022897305765693, -0.0371266449417092, 1.1425256689632712, -1.022897305765693, -0.7555691121909703, 1.33598967775343, -0.0371266449417092, 0.9194462919181108, -0.25757017211454003, -0.7555691121909703, 1.72859190955402, -0.7555691121909703, -1.022897305765693, 1.72859190955402, 1.1425256689632712, -1.022897305765693, -0.4981231371803934, -0.7555691121909703, -0.4981231371803934, 1.978558195089203, -1.022897305765693, -1.022897305765693, 0.9194462919181108, 0.16294938015270116, 1.5844280701845903, -1.022897305765693, 1.1425256689632712, 1.0351889080693308, -0.7555691121909703, -0.25757017211454003, 0.34404673691118104, 0.9194462919181108, -0.25757017211454003, -0.0371266449417092, -0.0371266449417092, 0.16294938015270116, -1.022897305765693, -1.022897305765693, 1.9201757381953013, -1.022897305765693, -0.4981231371803934, -0.7555691121909703, -0.25757017211454003, -1.022897305765693, 1.1425256689632712, 0.6575509876439477, 2.415399014374654, -0.25757017211454003, -0.25757017211454003, -0.4981231371803934, 0.9194462919181108, 0.7940571616351436, -0.7555691121909703, -1.022897305765693, -0.25757017211454003, 2.373211014822993, 1.33598967775343, -1.022897305765693, 0.7940571616351436, -0.25757017211454003, 0.9194462919181108, 0.9194462919181108, -0.0371266449417092, 0.7940571616351436, -0.4981231371803934, 0.7940571616351436, -1.022897305765693, 0.16294938015270116, 1.0351889080693308, 1.9201757381953013, 1.242499861398643, -0.7555691121909703, -0.0371266449417092, 0.6575509876439477, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -0.4981231371803934, 1.5063706849783038, -0.25757017211454003, 1.9201757381953013, 0.34404673691118104, 1.6583694376873757, 1.33598967775343, -0.25757017211454003, -0.0371266449417092, 0.6575509876439477, 1.242499861398643, 0.5082039867009939, -0.25757017211454003, 1.72859190955402, -0.4981231371803934, 0.5082039867009939, -1.022897305765693, 1.1425256689632712, 1.242499861398643, -1.022897305765693, 2.4563192161198786, -0.4981231371803934, 0.34404673691118104, -1.022897305765693, -0.7555691121909703, -0.25757017211454003, 1.9201757381953013, -1.022897305765693, -0.7555691121909703, 0.5082039867009939, -0.4981231371803934, -1.022897305765693, -1.022897305765693, 1.33598967775343, 1.72859190955402, 0.34404673691118104, -0.7555691121909703, 1.4237368332178366, 2.1900595540409795, -0.4981231371803934, -0.4981231371803934, -0.4981231371803934, -1.022897305765693, 0.5082039867009939, -1.022897305765693, 0.7940571616351436, -0.0371266449417092, 1.1425256689632712, 0.7940571616351436, -0.4981231371803934, 2.415399014374654, -0.25757017211454003, -0.25757017211454003, 0.9194462919181108, -0.4981231371803934, 0.9194462919181108, -0.0371266449417092, 2.1900595540409795, -0.7555691121909703, 0.16294938015270116, 0.7940571616351436, 1.8592134639013087, 1.4237368332178366, 0.16294938015270116, 1.6583694376873757, -1.022897305765693, -0.7555691121909703, -1.022897305765693, 0.34404673691118104, -1.022897305765693, -1.022897305765693, -1.022897305765693, 1.242499861398643, -1.022897305765693, 0.16294938015270116, -1.022897305765693, 0.34404673691118104, 0.7940571616351436, 0.6575509876439477, -1.022897305765693, 0.16294938015270116, -1.022897305765693, 1.72859190955402, 0.9194462919181108, 0.9194462919181108, 1.5063706849783038, 0.34404673691118104, -1.022897305765693, 1.6583694376873757, -0.7555691121909703, 1.242499861398643, 0.5082039867009939, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.25757017211454003, 2.49604477328864, 2.32967522853204, 2.4563192161198786, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, 0.16294938015270116, -1.022897305765693, -0.7555691121909703, 0.16294938015270116, -1.022897305765693, -1.022897305765693, 1.72859190955402, -1.022897305765693, 0.7940571616351436, 1.72859190955402, 0.16294938015270116, 0.16294938015270116, 1.242499861398643, 0.16294938015270116, 2.238200830795435, -0.4981231371803934, 2.1900595540409795, -1.022897305765693, -0.4981231371803934, 0.5082039867009939, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, 0.16294938015270116, -0.7555691121909703, 1.1425256689632712, -0.25757017211454003, 0.16294938015270116, -0.7555691121909703, 2.534642751989489, -0.7555691121909703, 1.242499861398643, 1.5844280701845903, 0.9194462919181108, 0.34404673691118104, 2.534642751989489, -1.022897305765693, 2.809319415117022, -1.022897305765693, -0.4981231371803934, -0.25757017211454003, -0.7555691121909703, 2.0345655643641307, -1.022897305765693, 0.34404673691118104, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, 2.1401626209951004, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, 2.373211014822993, -0.7555691121909703, 1.5063706849783038, 1.6583694376873757, -1.022897305765693, -1.022897305765693, -0.4981231371803934, 2.49604477328864, -0.4981231371803934, -0.25757017211454003, 2.373211014822993, -1.022897305765693, -0.4981231371803934, 0.9194462919181108, -0.7555691121909703, -0.25757017211454003, 2.49604477328864, -0.25757017211454003, -0.7555691121909703, -1.022897305765693, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -0.4981231371803934, -0.7555691121909703, 0.16294938015270116, -0.7555691121909703, -0.4981231371803934, 2.608697619297277, -0.4981231371803934, 0.5082039867009939, -0.0371266449417092, 1.5844280701845903, -1.022897305765693, 1.0351889080693308, -1.022897305765693, -0.7555691121909703, 0.16294938015270116, -0.7555691121909703, 1.8592134639013087, -1.022897305765693, -0.0371266449417092, -0.25757017211454003, -1.022897305765693, 1.0351889080693308, -0.4981231371803934, 2.1900595540409795, -0.25757017211454003, -1.022897305765693, -1.022897305765693, 0.5082039867009939, -0.4981231371803934, 1.242499861398643, -0.4981231371803934, 0.16294938015270116, -0.4981231371803934, -0.7555691121909703, -0.25757017211454003, -0.0371266449417092, -0.4981231371803934, 2.1900595540409795, 0.6575509876439477, -0.4981231371803934, -1.022897305765693, -0.4981231371803934, -0.7555691121909703, 0.9194462919181108, 0.7940571616351436, -0.7555691121909703, -0.0371266449417092, -0.25757017211454003, -0.7555691121909703, -0.4981231371803934, -0.7555691121909703, 2.0345655643641307, -0.7555691121909703, -0.0371266449417092, -0.25757017211454003, -0.4981231371803934, -0.7555691121909703, 0.5082039867009939, -0.7555691121909703, 1.242499861398643, -0.7555691121909703, 1.4237368332178366, 0.34404673691118104, -0.7555691121909703, -0.4981231371803934, -0.7555691121909703, -0.0371266449417092, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.0371266449417092, 0.5082039867009939, 2.415399014374654, -1.022897305765693, -0.0371266449417092, -0.7555691121909703, 0.9194462919181108, -0.7555691121909703, 1.5844280701845903, 2.0345655643641307, -1.022897305765693, 0.6575509876439477, 1.242499861398643, -1.022897305765693, -1.022897305765693, -0.0371266449417092, -0.4981231371803934, -0.7555691121909703, 0.6575509876439477, 0.7940571616351436, -0.7555691121909703, -0.0371266449417092, -0.7555691121909703, 1.0351889080693308, 1.33598967775343, -1.022897305765693, -0.4981231371803934, 0.6575509876439477, -1.022897305765693, -0.4981231371803934, 0.16294938015270116, 0.16294938015270116, 0.5082039867009939, -1.022897305765693, 2.1401626209951004, 1.242499861398643, -1.022897305765693, 0.5082039867009939, -0.4981231371803934, -0.0371266449417092, -0.25757017211454003, -0.0371266449417092, 0.7940571616351436, -0.4981231371803934, 1.0351889080693308, -1.022897305765693, 1.6583694376873757, -1.022897305765693, 0.16294938015270116, 0.5082039867009939, -1.022897305765693, -0.7555691121909703, 0.7940571616351436, -1.022897305765693, -0.25757017211454003, 0.5082039867009939, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, 0.5082039867009939, 0.7940571616351436, 2.0883796643803594, 0.34404673691118104, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, 0.6575509876439477, -0.25757017211454003, -0.4981231371803934, -1.022897305765693, -0.4981231371803934, 1.5063706849783038, -0.7555691121909703, -0.25757017211454003, 0.6575509876439477, -0.4981231371803934, -0.0371266449417092, 1.6583694376873757, -0.7555691121909703, -0.0371266449417092, 1.8592134639013087, 1.8592134639013087, -1.022897305765693, 2.238200830795435, 1.4237368332178366, 0.34404673691118104, 2.608697619297277, -0.7555691121909703, 0.34404673691118104, 1.6583694376873757, 0.7940571616351436, -0.0371266449417092, 1.0351889080693308, -0.7555691121909703, 2.0883796643803594, 0.16294938015270116, 0.5082039867009939, 2.0345655643641307, 1.6583694376873757, -0.7555691121909703, -0.0371266449417092, -0.0371266449417092, -0.25757017211454003, 1.0351889080693308, 0.7940571616351436, 0.9194462919181108, -0.7555691121909703, -0.0371266449417092, 1.1425256689632712, 0.5082039867009939, 1.4237368332178366, -0.7555691121909703, 2.373211014822993, -0.25757017211454003, -1.022897305765693, -1.022897305765693, -0.4981231371803934, 0.16294938015270116, 0.6575509876439477, -1.022897305765693, 1.242499861398643, 1.0351889080693308, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.0371266449417092, -0.25757017211454003, -0.0371266449417092, -0.25757017211454003, -0.25757017211454003, -0.4981231371803934, -1.022897305765693, 0.7940571616351436, 0.16294938015270116, -0.25757017211454003, -0.7555691121909703, -0.4981231371803934, -1.022897305765693, 1.242499861398643, -1.022897305765693, -0.4981231371803934, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -0.0371266449417092, -0.4981231371803934, 0.16294938015270116, -1.022897305765693, -0.4981231371803934, -0.0371266449417092, -1.022897305765693, -1.022897305765693, 0.6575509876439477, 0.34404673691118104, -0.4981231371803934, -0.4981231371803934, -0.4981231371803934, -0.0371266449417092, 0.34404673691118104, 0.34404673691118104, -0.4981231371803934, 0.16294938015270116, -1.022897305765693, -0.25757017211454003, -1.022897305765693, -0.0371266449417092, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -0.25757017211454003, -1.022897305765693, -1.022897305765693, -1.022897305765693, 0.5082039867009939, -1.022897305765693, 0.34404673691118104, 0.16294938015270116, -0.4981231371803934, 0.16294938015270116, -0.4981231371803934, -0.7555691121909703, 0.6575509876439477, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -0.7555691121909703, 0.5082039867009939, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -0.0371266449417092, -1.022897305765693, -0.25757017211454003, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -0.0371266449417092, 1.4237368332178366, 0.16294938015270116, 1.0351889080693308, -0.7555691121909703, -0.0371266449417092, -0.7555691121909703, -0.0371266449417092, 0.5082039867009939, -0.4981231371803934, 1.1425256689632712, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, -0.0371266449417092, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.4981231371803934, 0.6575509876439477, -0.7555691121909703, -0.25757017211454003, -1.022897305765693, -1.022897305765693, 0.6575509876439477, -1.022897305765693, 1.242499861398643, -1.022897305765693, -0.25757017211454003, -1.022897305765693, 0.16294938015270116, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.4981231371803934, 0.5082039867009939, -1.022897305765693, -0.25757017211454003, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -1.022897305765693, 0.34404673691118104, -0.7555691121909703, -1.022897305765693, -0.0371266449417092, -0.25757017211454003, 0.6575509876439477, -1.022897305765693, -1.022897305765693, -1.022897305765693, 0.6575509876439477, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -0.4981231371803934, 0.34404673691118104, 0.7940571616351436, 0.16294938015270116, -0.0371266449417092, -1.022897305765693, 0.34404673691118104, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -1.022897305765693, 0.6575509876439477, -1.022897305765693, -0.7555691121909703, -0.0371266449417092, -0.7555691121909703, -0.4981231371803934, -0.7555691121909703, 0.7940571616351436, 0.6575509876439477, -1.022897305765693, 0.9194462919181108, 0.34404673691118104, 0.5082039867009939, -0.0371266449417092, -0.25757017211454003, -1.022897305765693, -0.4981231371803934, 0.7940571616351436, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -0.25757017211454003, -0.4981231371803934, -0.4981231371803934, -0.4981231371803934, -0.7555691121909703, 0.5082039867009939, 1.1425256689632712, 1.0351889080693308, -1.022897305765693, 1.0351889080693308, 0.34404673691118104, 0.34404673691118104, 0.34404673691118104, -1.022897305765693, 0.16294938015270116, 0.5082039867009939, -1.022897305765693, 0.16294938015270116, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -0.25757017211454003, -0.25757017211454003, 0.34404673691118104, 0.16294938015270116, 1.242499861398643, -1.022897305765693, 0.7940571616351436, -0.25757017211454003, -0.4981231371803934, -0.4981231371803934, -1.022897305765693, 0.5082039867009939, 0.34404673691118104, 0.5082039867009939, -1.022897305765693, 0.6575509876439477, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, 0.7940571616351436, -1.022897305765693, 0.7940571616351436, 1.0351889080693308, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, 2.0883796643803594, -0.25757017211454003, -1.022897305765693, 0.5082039867009939, 0.9194462919181108, -0.25757017211454003, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.4981231371803934, -0.4981231371803934, -1.022897305765693, -1.022897305765693, 0.34404673691118104, -0.7555691121909703, 0.6575509876439477, 1.1425256689632712, 0.5082039867009939, -1.022897305765693, -0.4981231371803934, -1.022897305765693, 1.242499861398643, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -0.4981231371803934, -0.7555691121909703, 0.5082039867009939, -1.022897305765693, -1.022897305765693, 1.33598967775343, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -0.0371266449417092, -1.022897305765693, 0.5082039867009939, 1.1425256689632712, -0.7555691121909703, -0.25757017211454003, -1.022897305765693, 0.34404673691118104, 0.34404673691118104, 1.0351889080693308, -1.022897305765693, -0.4981231371803934, -1.022897305765693, 0.16294938015270116, 1.0351889080693308, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -1.022897305765693, 0.6575509876439477, 0.5082039867009939, 1.33598967775343, -1.022897305765693, 1.242499861398643, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.25757017211454003, -0.25757017211454003, -0.25757017211454003, -1.022897305765693, 0.34404673691118104, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.4981231371803934, 0.34404673691118104, 0.5082039867009939, -1.022897305765693, -0.0371266449417092, -1.022897305765693, 1.33598967775343, 1.33598967775343, -1.022897305765693, -1.022897305765693, 0.16294938015270116, 1.1425256689632712, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.7555691121909703, 1.0351889080693308, 1.795439854213411, -0.4981231371803934, 0.16294938015270116, -1.022897305765693, 0.34404673691118104, 0.9194462919181108, 0.5082039867009939, -0.0371266449417092, -0.25757017211454003, 0.16294938015270116, -1.022897305765693, -0.7555691121909703, 0.16294938015270116, -1.022897305765693, -0.0371266449417092, 0.34404673691118104, 0.16294938015270116, 0.5082039867009939, -1.022897305765693, 1.242499861398643, -0.4981231371803934, -0.7555691121909703, 0.5082039867009939, -0.0371266449417092, 2.32967522853204, -1.022897305765693, -1.022897305765693, -1.022897305765693, 0.7940571616351436, -1.022897305765693, -1.022897305765693, 1.5844280701845903, -1.022897305765693, 0.5082039867009939, -1.022897305765693, 1.1425256689632712, -0.25757017211454003, -1.022897305765693, -0.4981231371803934, 2.0345655643641307, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, 0.34404673691118104, -0.4981231371803934, -1.022897305765693, 0.34404673691118104, -1.022897305765693, 1.4237368332178366, -0.4981231371803934, 1.0351889080693308, 1.242499861398643, 0.9194462919181108, -0.25757017211454003, 1.8592134639013087, -0.7555691121909703, 0.6575509876439477, 1.4237368332178366, -0.25757017211454003, -0.7555691121909703, -0.0371266449417092, 0.16294938015270116, -0.4981231371803934, 1.242499861398643, 0.5082039867009939, 0.9194462919181108, 1.242499861398643, -1.022897305765693, -1.022897305765693, 0.34404673691118104, 1.5844280701845903, 1.6583694376873757, -1.022897305765693, 0.5082039867009939, 1.0351889080693308, 0.16294938015270116, 0.7940571616351436, 1.0351889080693308, 0.5082039867009939, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.7555691121909703, 0.5082039867009939, 1.72859190955402, -0.0371266449417092, 0.34404673691118104, 0.5082039867009939, -0.7555691121909703, -0.25757017211454003, 1.1425256689632712, 1.8592134639013087, -1.022897305765693, 1.0351889080693308, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.25757017211454003, 0.5082039867009939, 1.33598967775343, -0.7555691121909703, -0.25757017211454003, -0.0371266449417092, 1.242499861398643, -0.7555691121909703, 1.0351889080693308, 2.0345655643641307, -1.022897305765693, 0.5082039867009939, 0.5082039867009939, -1.022897305765693, -1.022897305765693, -1.022897305765693, 1.0351889080693308, 1.4237368332178366, -1.022897305765693, 1.33598967775343, -1.022897305765693, 0.6575509876439477, 1.1425256689632712, 0.34404673691118104, 1.72859190955402, -0.7555691121909703, 0.6575509876439477, 1.4237368332178366, 0.16294938015270116, 1.5063706849783038, 0.5082039867009939, 0.7940571616351436, 0.9194462919181108, -1.022897305765693, 0.34404673691118104, 1.242499861398643, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.0371266449417092, 1.72859190955402, -1.022897305765693, 0.5082039867009939, -1.022897305765693, 0.34404673691118104, 1.0351889080693308, 0.9194462919181108, 0.16294938015270116, -1.022897305765693, -0.0371266449417092, 0.34404673691118104, -0.4981231371803934, -0.7555691121909703, 1.0351889080693308, -0.7555691121909703, 1.33598967775343, -0.0371266449417092, -1.022897305765693, -0.7555691121909703, -1.022897305765693, 1.0351889080693308, -1.022897305765693, 0.9194462919181108, 1.0351889080693308, -1.022897305765693, 0.5082039867009939, -1.022897305765693, 0.34404673691118104, 1.242499861398643, -1.022897305765693, -0.25757017211454003, -1.022897305765693, -0.0371266449417092, -1.022897305765693, 0.7940571616351436, 1.1425256689632712, -0.7555691121909703, 0.9194462919181108, -1.022897305765693, 0.5082039867009939, -0.4981231371803934, 1.242499861398643, 0.16294938015270116, -0.25757017211454003, -1.022897305765693, -1.022897305765693, 1.4237368332178366, -0.25757017211454003, -1.022897305765693, 1.1425256689632712, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.25757017211454003, 0.7940571616351436, 1.1425256689632712, -1.022897305765693, 0.16294938015270116, 0.16294938015270116, 1.1425256689632712, -0.7555691121909703, 1.5063706849783038, 0.34404673691118104, -0.4981231371803934, 1.1425256689632712, -0.25757017211454003, 0.9194462919181108, -0.4981231371803934, 0.34404673691118104, 0.7940571616351436, 1.795439854213411, -0.4981231371803934, 1.242499861398643, -1.022897305765693, -1.022897305765693, -0.4981231371803934, 0.6575509876439477, 0.7940571616351436, 0.34404673691118104, 0.6575509876439477, 0.16294938015270116, -0.4981231371803934, 1.0351889080693308, -1.022897305765693, 0.9194462919181108, -0.7555691121909703, 0.7940571616351436, 0.9194462919181108, 1.0351889080693308, 1.242499861398643, 1.8592134639013087, -1.022897305765693, -0.7555691121909703, 1.72859190955402, -1.022897305765693, -0.0371266449417092, -1.022897305765693, 0.5082039867009939, 0.5082039867009939, 1.0351889080693308, -0.25757017211454003, 0.5082039867009939, -0.4981231371803934, -0.7555691121909703, 0.6575509876439477, -0.7555691121909703, 0.9194462919181108, -0.25757017211454003, -1.022897305765693, 0.9194462919181108, 0.7940571616351436, -0.4981231371803934, 0.6575509876439477, -1.022897305765693, 1.0351889080693308, -1.022897305765693, -1.022897305765693, 1.0351889080693308, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, 0.5082039867009939, 0.7940571616351436, 0.6575509876439477, -1.022897305765693, 1.0351889080693308, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, 1.5844280701845903, 0.34404673691118104, -1.022897305765693, 1.72859190955402, 1.4237368332178366, 0.5082039867009939, -1.022897305765693, -0.0371266449417092, -1.022897305765693, -1.022897305765693, 1.5844280701845903, 0.7940571616351436, 0.9194462919181108, -0.0371266449417092, -1.022897305765693, 0.7940571616351436, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.25757017211454003, -0.7555691121909703, -0.25757017211454003, 1.242499861398643, -0.7555691121909703, -0.4981231371803934, -0.25757017211454003, 1.5844280701845903, 1.242499861398643, -0.7555691121909703, -0.4981231371803934, -0.7555691121909703, -0.7555691121909703, 0.16294938015270116, 0.7940571616351436, -0.25757017211454003, 1.242499861398643, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.4981231371803934, 0.6575509876439477, 0.6575509876439477, -0.0371266449417092, 0.5082039867009939, -1.022897305765693, -0.7555691121909703, 1.33598967775343, 0.5082039867009939, 0.34404673691118104, 1.242499861398643, 0.6575509876439477, -0.25757017211454003, 1.1425256689632712, -1.022897305765693, 1.6583694376873757, -1.022897305765693, 0.7940571616351436, -0.25757017211454003, 1.1425256689632712, -0.7555691121909703, 0.5082039867009939, -1.022897305765693, 1.6583694376873757, 1.1425256689632712, -0.0371266449417092, 0.16294938015270116, -1.022897305765693, 0.9194462919181108, -1.022897305765693, 0.6575509876439477, -1.022897305765693, 1.33598967775343, -0.0371266449417092, 1.4237368332178366, -1.022897305765693, 1.0351889080693308, 0.9194462919181108, 0.7940571616351436, -1.022897305765693, -0.7555691121909703, -0.4981231371803934, 1.242499861398643, 1.33598967775343, 0.9194462919181108, 0.5082039867009939, 0.5082039867009939, -1.022897305765693, -0.0371266449417092, 0.16294938015270116, -1.022897305765693, -1.022897305765693, 0.9194462919181108, 1.5063706849783038, 0.34404673691118104, -0.7555691121909703, -1.022897305765693, -1.022897305765693, 0.7940571616351436, -1.022897305765693, 1.795439854213411, 1.1425256689632712, 0.34404673691118104, -1.022897305765693, 1.33598967775343, 0.6575509876439477, 0.5082039867009939, 0.6575509876439477, 0.9194462919181108, 1.33598967775343, -1.022897305765693, -0.25757017211454003, -0.7555691121909703, 1.8592134639013087, 0.5082039867009939, 2.238200830795435, 1.4237368332178366, -0.4981231371803934, 1.0351889080693308, -0.7555691121909703, 1.4237368332178366, 0.5082039867009939, -1.022897305765693, -1.022897305765693, -0.4981231371803934, 0.16294938015270116, 0.16294938015270116, -0.7555691121909703, -0.0371266449417092, 1.0351889080693308, -0.7555691121909703, 1.9201757381953013, -0.7555691121909703, 1.0351889080693308, -1.022897305765693, 1.0351889080693308, -1.022897305765693, -1.022897305765693, 0.5082039867009939, -0.0371266449417092, -1.022897305765693, -0.7555691121909703, 1.242499861398643, 1.0351889080693308, 0.9194462919181108, 0.9194462919181108, 0.6575509876439477, 1.1425256689632712, 1.6583694376873757, -0.4981231371803934, 1.1425256689632712, 1.33598967775343, -0.4981231371803934, -0.0371266449417092, 0.34404673691118104, 1.72859190955402, -0.25757017211454003, 0.16294938015270116, 1.1425256689632712, -1.022897305765693, 0.6575509876439477, 0.6575509876439477, -1.022897305765693, -0.0371266449417092, 0.16294938015270116, 1.1425256689632712, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, 1.1425256689632712, 1.1425256689632712, 0.6575509876439477, -0.0371266449417092, 0.7940571616351436, 0.9194462919181108, 0.16294938015270116, 1.9201757381953013, 1.5844280701845903, 0.6575509876439477, 0.7940571616351436, 1.33598967775343, -0.7555691121909703, 0.6575509876439477, -1.022897305765693, -1.022897305765693, -0.0371266449417092, -1.022897305765693, 1.1425256689632712, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, 1.0351889080693308, -0.4981231371803934, 1.33598967775343, -0.7555691121909703, -0.7555691121909703, 1.5844280701845903, -1.022897305765693, 1.1425256689632712, 0.34404673691118104, 1.1425256689632712, -0.25757017211454003, -0.7555691121909703, 0.6575509876439477, -0.7555691121909703, 1.4237368332178366, -1.022897305765693, 1.4237368332178366, -0.25757017211454003, -1.022897305765693, 1.0351889080693308, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -0.25757017211454003, -1.022897305765693, 1.1425256689632712, 1.33598967775343, 1.0351889080693308, -1.022897305765693, 0.5082039867009939, 2.32967522853204, 0.5082039867009939, 0.9194462919181108, 1.33598967775343, -0.7555691121909703, -0.25757017211454003, 0.5082039867009939, 0.34404673691118104, -0.7555691121909703, -1.022897305765693, -0.0371266449417092, 0.7940571616351436, -0.7555691121909703, 1.0351889080693308, -0.4981231371803934, 0.9194462919181108, 1.795439854213411, 1.4237368332178366, -0.7555691121909703, 0.5082039867009939, -0.7555691121909703, 0.34404673691118104, -0.25757017211454003, 0.6575509876439477, -1.022897305765693, -1.022897305765693, 0.9194462919181108, -0.7555691121909703, 0.5082039867009939, 1.1425256689632712, 1.0351889080693308, 1.9201757381953013, -1.022897305765693, 1.5063706849783038, -1.022897305765693, -0.7555691121909703, 1.242499861398643, -0.7555691121909703, -0.4981231371803934, 1.242499861398643, 1.242499861398643, 0.6575509876439477, 1.4237368332178366, 0.9194462919181108, 0.16294938015270116, 1.5063706849783038, 1.1425256689632712, -1.022897305765693, 0.7940571616351436, 1.0351889080693308, 0.5082039867009939, 1.1425256689632712, 0.7940571616351436, 1.0351889080693308, -0.25757017211454003, 0.16294938015270116, 0.7940571616351436, 0.6575509876439477, 0.5082039867009939, 0.6575509876439477, 0.34404673691118104, -1.022897305765693, 1.0351889080693308, -1.022897305765693, -0.7555691121909703, 1.0351889080693308, 1.0351889080693308, 1.978558195089203, -0.0371266449417092, 2.1401626209951004, 1.242499861398643, -0.25757017211454003, 0.7940571616351436, -0.4981231371803934, 1.0351889080693308, -0.0371266449417092, -0.0371266449417092, -1.022897305765693, 0.7940571616351436, 0.5082039867009939, 0.7940571616351436, -0.7555691121909703, 1.33598967775343, 0.5082039867009939, 1.5844280701845903, 1.242499861398643, 0.34404673691118104, 1.1425256689632712, 0.9194462919181108, -1.022897305765693, 1.0351889080693308, 0.5082039867009939, 0.7940571616351436, 1.0351889080693308, -0.25757017211454003, 1.1425256689632712, -0.7555691121909703, -0.7555691121909703, 1.1425256689632712, -0.25757017211454003, -0.4981231371803934, 0.9194462919181108, 0.9194462919181108, 1.0351889080693308, -0.7555691121909703, -0.0371266449417092, -1.022897305765693, -1.022897305765693, -1.022897305765693, 1.795439854213411, -0.7555691121909703, 0.6575509876439477, -1.022897305765693, 0.7940571616351436, -1.022897305765693, 0.16294938015270116, -0.0371266449417092, 2.32967522853204, 1.0351889080693308, 0.16294938015270116, 0.7940571616351436, -0.25757017211454003, 0.5082039867009939, -0.25757017211454003, 1.0351889080693308, 0.9194462919181108, -0.25757017211454003, -1.022897305765693, 1.72859190955402, -0.25757017211454003, 0.16294938015270116, 1.4237368332178366, 1.795439854213411, -0.4981231371803934, 0.7940571616351436, 1.5844280701845903, -1.022897305765693, 0.9194462919181108, 0.34404673691118104, -0.7555691121909703, 0.6575509876439477, 1.72859190955402, -1.022897305765693, 1.795439854213411, 1.5063706849783038, 0.5082039867009939, 0.9194462919181108, 1.33598967775343, 0.5082039867009939, 1.5844280701845903, 2.238200830795435, 1.72859190955402, -0.7555691121909703, -1.022897305765693, 0.6575509876439477, 1.0351889080693308, 1.1425256689632712, 0.9194462919181108, 0.9194462919181108, -1.022897305765693, 1.8592134639013087, 0.5082039867009939, 1.1425256689632712, 0.9194462919181108, -1.022897305765693, 1.0351889080693308, 1.9201757381953013, 1.0351889080693308, 1.1425256689632712, 0.9194462919181108, -1.022897305765693, 2.1401626209951004, 1.1425256689632712, 1.5844280701845903, 1.1425256689632712, 0.6575509876439477, -0.7555691121909703, 1.5844280701845903, 0.9194462919181108, -0.7555691121909703, 0.7940571616351436, 1.5844280701845903, -1.022897305765693, 0.9194462919181108, 0.7940571616351436, 1.33598967775343, -1.022897305765693, -0.0371266449417092, 0.6575509876439477, 0.9194462919181108, 1.795439854213411, -0.7555691121909703, 2.608697619297277, 1.33598967775343, 1.9201757381953013, -0.7555691121909703, 1.4237368332178366, 1.8592134639013087, -1.022897305765693, 1.33598967775343, 0.16294938015270116, 0.6575509876439477, 0.34404673691118104, -0.7555691121909703, 1.4237368332178366, 1.33598967775343, -1.022897305765693, -0.7555691121909703, 0.6575509876439477, -1.022897305765693, 0.34404673691118104, 0.34404673691118104, 1.1425256689632712, 1.978558195089203, 0.6575509876439477, -1.022897305765693, -1.022897305765693, -1.022897305765693, 1.72859190955402, 1.9201757381953013, 1.242499861398643, 1.72859190955402, -0.7555691121909703, -1.022897305765693, 1.0351889080693308, 0.6575509876439477, 1.4237368332178366, 2.2847039655549213, 1.1425256689632712, 1.4237368332178366, 1.6583694376873757, 0.6575509876439477, -1.022897305765693, 1.4237368332178366, 0.9194462919181108, -1.022897305765693, -1.022897305765693, 1.5063706849783038, 1.33598967775343, 0.9194462919181108, 0.7940571616351436, 1.33598967775343, -0.25757017211454003, 0.34404673691118104, 1.0351889080693308, 1.0351889080693308, -1.022897305765693, 0.9194462919181108, -1.022897305765693, 1.5063706849783038, -1.022897305765693, 1.5844280701845903, -1.022897305765693, -0.7555691121909703, 1.4237368332178366, 0.9194462919181108, 1.33598967775343, -0.0371266449417092, 2.0345655643641307, -1.022897305765693, 1.5844280701845903, -0.4981231371803934, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -1.022897305765693, 0.5082039867009939, 0.7940571616351436, 1.5844280701845903, 1.0351889080693308, 0.5082039867009939, -0.0371266449417092, 1.72859190955402, 0.9194462919181108, 1.33598967775343, 1.1425256689632712, 2.0345655643641307, 1.0351889080693308, 0.6575509876439477, 1.6583694376873757, 0.16294938015270116, 1.0351889080693308, 0.34404673691118104, -0.7555691121909703, 1.4237368332178366, 0.9194462919181108, 0.9194462919181108, 1.33598967775343, 0.9194462919181108, 1.242499861398643, 1.0351889080693308, 1.4237368332178366, 0.6575509876439477, 0.9194462919181108, -1.022897305765693, -1.022897305765693, 0.7940571616351436, 0.34404673691118104, 0.16294938015270116, 1.33598967775343, 1.4237368332178366, 0.5082039867009939, 1.1425256689632712, 0.5082039867009939, 0.9194462919181108, -0.25757017211454003, 1.6583694376873757, 1.33598967775343, -1.022897305765693, 1.5063706849783038, 1.978558195089203, 0.5082039867009939, -0.0371266449417092, 0.5082039867009939, -1.022897305765693, 0.6575509876439477, 1.5844280701845903, 1.795439854213411, 1.9201757381953013, 0.9194462919181108, 1.0351889080693308, 1.5844280701845903, -1.022897305765693, 0.34404673691118104, 1.1425256689632712, 1.0351889080693308, 0.7940571616351436, -1.022897305765693, -1.022897305765693, 0.9194462919181108, 0.5082039867009939, 0.6575509876439477, 1.5063706849783038, 0.5082039867009939, 1.4237368332178366, -1.022897305765693, 1.33598967775343, 1.9201757381953013, -0.4981231371803934, 1.1425256689632712, 0.9194462919181108, 2.0345655643641307, 1.72859190955402, 0.9194462919181108, 1.795439854213411, 1.1425256689632712, 1.242499861398643, -1.022897305765693, -0.7555691121909703, -0.0371266449417092, -1.022897305765693, 1.0351889080693308, -1.022897305765693, 2.0345655643641307, 0.6575509876439477, 1.242499861398643, -1.022897305765693, 2.1900595540409795, -0.7555691121909703, 1.4237368332178366, 0.9194462919181108, 1.9201757381953013, -0.7555691121909703, 0.9194462919181108, 1.72859190955402, 0.16294938015270116, -1.022897305765693, -0.7555691121909703, 0.16294938015270116, 0.7940571616351436, 1.242499861398643, 1.0351889080693308, 1.33598967775343, -1.022897305765693, 1.242499861398643, 0.6575509876439477, 0.34404673691118104, 2.238200830795435, 1.0351889080693308, 1.8592134639013087, -0.7555691121909703, 1.0351889080693308, -0.0371266449417092, 0.9194462919181108, 1.1425256689632712, -0.25757017211454003, -0.25757017211454003, -1.022897305765693, 0.9194462919181108, 1.4237368332178366, 1.6583694376873757, -0.4981231371803934, -1.022897305765693, -0.4981231371803934, -0.0371266449417092, 1.0351889080693308, 1.8592134639013087, -1.022897305765693, -0.0371266449417092, 1.0351889080693308, 1.6583694376873757, -0.7555691121909703, 1.5063706849783038, 1.978558195089203, -0.7555691121909703, 0.34404673691118104, -0.7555691121909703, -1.022897305765693, 1.5063706849783038, 0.6575509876439477, 1.5063706849783038, 1.72859190955402, -1.022897305765693, 0.5082039867009939, -1.022897305765693, 1.1425256689632712, 1.1425256689632712, 0.7940571616351436, 0.5082039867009939, 0.6575509876439477, 1.0351889080693308, 1.795439854213411, -1.022897305765693, 0.5082039867009939, -1.022897305765693, -0.7555691121909703, 0.6575509876439477, 1.33598967775343, 0.5082039867009939, 1.4237368332178366, 0.34404673691118104, 1.33598967775343, 1.0351889080693308, 0.6575509876439477, -0.7555691121909703, -0.7555691121909703, 1.0351889080693308, 1.72859190955402, 1.6583694376873757, -0.0371266449417092, -1.022897305765693, 1.978558195089203, 1.1425256689632712, -1.022897305765693, 1.4237368332178366, 1.242499861398643, 1.242499861398643, -0.0371266449417092, 1.4237368332178366, -1.022897305765693, -1.022897305765693, 0.7940571616351436, 0.9194462919181108, 0.7940571616351436, 1.9201757381953013, 1.72859190955402, 0.5082039867009939, 1.1425256689632712, 1.1425256689632712, 1.4237368332178366, -0.0371266449417092, -0.0371266449417092, 0.6575509876439477, -1.022897305765693, -1.022897305765693, -0.0371266449417092, -1.022897305765693, -1.022897305765693, 1.4237368332178366, 1.6583694376873757, 1.33598967775343, 1.4237368332178366, -0.7555691121909703, -0.4981231371803934, 0.7940571616351436, 1.978558195089203, 0.5082039867009939, 1.0351889080693308, 1.242499861398643, 0.34404673691118104, -0.4981231371803934, 0.5082039867009939, 0.6575509876439477, 1.795439854213411, -1.022897305765693, 0.16294938015270116, 0.7940571616351436, 1.0351889080693308, -0.25757017211454003, 1.5063706849783038, -1.022897305765693, -0.7555691121909703, 1.242499861398643, -1.022897305765693, 1.0351889080693308, 1.4237368332178366, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, 2.1401626209951004, 1.6583694376873757, -1.022897305765693, -1.022897305765693, 1.0351889080693308, 1.6583694376873757, 1.33598967775343, 1.5063706849783038, -1.022897305765693, 1.1425256689632712, 1.8592134639013087, 1.8592134639013087, 1.33598967775343, 1.4237368332178366, -0.25757017211454003, 1.4237368332178366, -0.7555691121909703, 1.5844280701845903, -0.0371266449417092, -0.7555691121909703, 2.1900595540409795, 0.7940571616351436, 1.1425256689632712, -0.25757017211454003, -1.022897305765693, 2.238200830795435, 1.33598967775343, 1.9201757381953013, 0.16294938015270116, 1.242499861398643, 1.0351889080693308, 0.9194462919181108, 1.978558195089203, 0.5082039867009939, -1.022897305765693, 0.7940571616351436, -0.4981231371803934, 0.9194462919181108, 0.34404673691118104, 1.1425256689632712, 1.1425256689632712, 0.16294938015270116, -0.7555691121909703, -0.25757017211454003, 1.242499861398643, 1.5844280701845903, 1.0351889080693308, 1.5063706849783038, -1.022897305765693, -1.022897305765693, 1.978558195089203, 1.6583694376873757, -0.7555691121909703, 0.9194462919181108, 1.1425256689632712, -1.022897305765693, 1.0351889080693308, 1.4237368332178366, 1.4237368332178366, 0.6575509876439477, -1.022897305765693, -0.25757017211454003, 1.1425256689632712, -1.022897305765693, -0.25757017211454003, 0.6575509876439477, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.0371266449417092, 1.242499861398643, 1.242499861398643, 0.5082039867009939, -0.7555691121909703, 0.7940571616351436, 1.242499861398643, 1.4237368332178366, 0.5082039867009939, 0.6575509876439477, 1.33598967775343, 1.1425256689632712, -0.25757017211454003, 0.34404673691118104, 1.0351889080693308, 1.242499861398643, 0.9194462919181108, 1.72859190955402, 1.0351889080693308, 1.4237368332178366, 1.6583694376873757, -0.7555691121909703, -0.25757017211454003, -0.4981231371803934, 0.5082039867009939, 0.34404673691118104, 0.16294938015270116, 1.33598967775343, 0.6575509876439477, 1.242499861398643, 1.4237368332178366, -1.022897305765693, 0.34404673691118104, 0.6575509876439477, 0.9194462919181108, -0.7555691121909703, 0.6575509876439477, 1.5844280701845903, 0.34404673691118104, 1.978558195089203, 1.978558195089203, 0.9194462919181108, 0.9194462919181108, 1.6583694376873757, -1.022897305765693, 1.0351889080693308, -1.022897305765693, -0.25757017211454003, -1.022897305765693, 0.6575509876439477, 0.5082039867009939, 0.9194462919181108, -1.022897305765693, 1.242499861398643, 1.0351889080693308, 0.16294938015270116, -0.25757017211454003, 1.6583694376873757, 0.5082039867009939, 1.795439854213411, 0.9194462919181108, 0.34404673691118104, 1.242499861398643, -1.022897305765693, 0.9194462919181108, 0.9194462919181108, 1.5063706849783038, 0.5082039867009939, -0.7555691121909703, 0.5082039867009939, 1.33598967775343, 0.9194462919181108, -0.4981231371803934, -1.022897305765693, 1.72859190955402, 1.0351889080693308, -1.022897305765693, 2.0883796643803594, 0.6575509876439477, 1.0351889080693308, -1.022897305765693, 1.8592134639013087, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -0.0371266449417092, 1.0351889080693308, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, 1.6583694376873757, 1.33598967775343, 1.9201757381953013, -1.022897305765693, -1.022897305765693, 0.6575509876439477, 1.72859190955402, -0.0371266449417092, 0.9194462919181108, -1.022897305765693, 1.33598967775343, -1.022897305765693, 2.5721747812199918, -1.022897305765693, 0.5082039867009939, 0.6575509876439477, -1.022897305765693, 0.34404673691118104, -1.022897305765693, 0.7940571616351436, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.7555691121909703, 1.5063706849783038, -0.7555691121909703, 1.72859190955402, 2.0883796643803594, 0.16294938015270116, 1.72859190955402, 1.1425256689632712, 1.6583694376873757, 0.34404673691118104, 1.978558195089203, -0.4981231371803934, -0.7555691121909703, -0.7555691121909703, 1.795439854213411, 1.5844280701845903, 1.33598967775343, 1.242499861398643, 1.5063706849783038, 1.5844280701845903, -0.7555691121909703, 1.242499861398643, 1.5844280701845903, 0.6575509876439477, 1.978558195089203, -0.4981231371803934, -0.7555691121909703, 0.6575509876439477, 1.1425256689632712, 1.4237368332178366, -0.0371266449417092, 0.7940571616351436, -0.4981231371803934, -1.022897305765693, 1.5844280701845903, 2.1900595540409795, -0.7555691121909703, 1.33598967775343, 0.9194462919181108, 1.242499861398643, 0.9194462919181108, -1.022897305765693, 1.5063706849783038, 1.8592134639013087, -1.022897305765693, 0.9194462919181108, 1.1425256689632712, -0.4981231371803934, 1.72859190955402, 1.1425256689632712, 1.795439854213411, 1.1425256689632712, 1.0351889080693308, -0.7555691121909703, 1.795439854213411, 1.5063706849783038, -0.7555691121909703, -1.022897305765693, 1.5844280701845903, 2.1900595540409795, 1.4237368332178366, 1.242499861398643, -0.25757017211454003, 1.5844280701845903, -1.022897305765693, -0.25757017211454003, 0.5082039867009939, 1.1425256689632712, 1.33598967775343, 1.6583694376873757, -0.25757017211454003, 1.0351889080693308, 1.5063706849783038, 0.34404673691118104, 1.242499861398643, -1.022897305765693, 2.608697619297277, -1.022897305765693, 1.5063706849783038, 0.6575509876439477, 1.795439854213411, 0.7940571616351436, 1.1425256689632712, 1.242499861398643, 0.9194462919181108, 1.5063706849783038, 0.9194462919181108, 0.9194462919181108, 1.5844280701845903, -1.022897305765693, 0.7940571616351436, 1.978558195089203, -1.022897305765693, -1.022897305765693, 1.0351889080693308, 1.33598967775343, -1.022897305765693, 2.238200830795435, 0.9194462919181108, -1.022897305765693, 1.6583694376873757, 0.34404673691118104, 1.0351889080693308, 1.6583694376873757, -0.7555691121909703, -1.022897305765693, 0.16294938015270116, -0.7555691121909703, 0.9194462919181108, 0.9194462919181108, 0.16294938015270116, 1.0351889080693308, 1.0351889080693308, 0.16294938015270116, 0.7940571616351436, 1.1425256689632712, 1.4237368332178366, -1.022897305765693, 1.242499861398643, 1.33598967775343, -1.022897305765693, -1.022897305765693, 0.16294938015270116, 1.6583694376873757, 1.33598967775343, 1.9201757381953013, 0.34404673691118104, 0.34404673691118104, 0.5082039867009939, 1.978558195089203, 0.9194462919181108, 0.9194462919181108, 1.1425256689632712, -1.022897305765693, 1.5844280701845903, 1.33598967775343, -0.7555691121909703, 2.1900595540409795, 1.9201757381953013, -0.7555691121909703, 1.8592134639013087, 1.1425256689632712, -1.022897305765693, 0.16294938015270116, 1.978558195089203, 1.33598967775343, 1.33598967775343, 0.9194462919181108, 1.795439854213411, 0.7940571616351436, 0.9194462919181108, -1.022897305765693, 1.242499861398643, -0.0371266449417092, 0.7940571616351436, 0.5082039867009939, -1.022897305765693, 1.8592134639013087, 2.0883796643803594, 1.33598967775343, -0.4981231371803934, 2.0345655643641307, 1.33598967775343, 1.0351889080693308, 1.5844280701845903, 0.9194462919181108, 1.8592134639013087, 1.6583694376873757, 1.72859190955402, 1.5063706849783038, 0.34404673691118104, -0.4981231371803934, -1.022897305765693, 0.9194462919181108, -1.022897305765693, 1.5063706849783038, 0.34404673691118104, 1.0351889080693308, 1.6583694376873757, 0.5082039867009939, -1.022897305765693, 1.8592134639013087, -1.022897305765693, 1.5844280701845903, 0.7940571616351436, 1.72859190955402, 1.33598967775343, 2.0345655643641307, 1.0351889080693308, 1.33598967775343, 0.7940571616351436, 1.72859190955402, 1.978558195089203, 1.0351889080693308, 3.0635882599974305, -1.022897305765693, -1.022897305765693, -1.022897305765693, 1.978558195089203, -1.022897305765693, 0.9194462919181108, -1.022897305765693, 1.795439854213411, 0.16294938015270116, -1.022897305765693, 2.0883796643803594, -0.7555691121909703, 1.242499861398643, -1.022897305765693, 0.7940571616351436, 1.242499861398643, 1.978558195089203, 0.7940571616351436, 1.5844280701845903, -0.4981231371803934, 1.33598967775343, -0.25757017211454003, -1.022897305765693, -1.022897305765693, 0.6575509876439477, 1.6583694376873757, 1.5844280701845903, 0.9194462919181108, -0.7555691121909703, 0.16294938015270116, -1.022897305765693, 1.978558195089203, 1.5063706849783038, 0.6575509876439477, 0.6575509876439477, 1.33598967775343, 1.5844280701845903, 1.5844280701845903, -1.022897305765693, 1.1425256689632712, 1.9201757381953013, 0.9194462919181108, 1.795439854213411, 1.5844280701845903, 1.795439854213411, 1.6583694376873757, -1.022897305765693, 0.7940571616351436, 0.5082039867009939, 1.5844280701845903, -1.022897305765693, 1.33598967775343, -0.7555691121909703, 1.5844280701845903, 1.5063706849783038, -0.0371266449417092, 0.5082039867009939, 0.9194462919181108, 1.0351889080693308, 1.5844280701845903, 0.7940571616351436, -0.4981231371803934, 1.5063706849783038, 1.0351889080693308, 1.9201757381953013, -0.7555691121909703, 0.7940571616351436, 1.242499861398643, -1.022897305765693, 2.373211014822993, -1.022897305765693, -1.022897305765693, -1.022897305765693, 1.5844280701845903, 1.242499861398643, -0.7555691121909703, 1.0351889080693308, -0.4981231371803934, 1.5063706849783038, 1.4237368332178366, -1.022897305765693, 0.34404673691118104, -0.25757017211454003, 0.16294938015270116, -1.022897305765693, -0.7555691121909703, -1.022897305765693, 1.33598967775343, 1.4237368332178366, 1.72859190955402, -1.022897305765693, 0.6575509876439477, -1.022897305765693, 1.795439854213411, -0.4981231371803934, -0.7555691121909703, 1.0351889080693308, 0.7940571616351436, 1.1425256689632712, 0.6575509876439477, 1.242499861398643, -1.022897305765693, -1.022897305765693, 1.5063706849783038, 0.7940571616351436, 1.72859190955402, -0.7555691121909703, 1.5844280701845903, 1.4237368332178366, 1.4237368332178366, 0.5082039867009939, 0.9194462919181108, 0.5082039867009939, 1.0351889080693308, 0.9194462919181108, -1.022897305765693, 1.5063706849783038, -1.022897305765693, 1.5844280701845903, 2.2847039655549213, 1.5844280701845903, 1.242499861398643, -1.022897305765693, 1.1425256689632712, -0.7555691121909703, 1.6583694376873757, 0.9194462919181108, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, 0.7940571616351436, 1.5063706849783038, 1.795439854213411, -0.4981231371803934, 1.5063706849783038, 1.33598967775343, 1.5063706849783038, 0.5082039867009939, 0.7940571616351436, 1.5844280701845903, 0.7940571616351436, -1.022897305765693, 0.6575509876439477, 1.5063706849783038, 1.6583694376873757, -1.022897305765693, 1.242499861398643, -1.022897305765693, 2.0883796643803594, 1.795439854213411, 1.242499861398643, 1.4237368332178366, -0.25757017211454003, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, 0.34404673691118104, 1.795439854213411, -1.022897305765693, 1.242499861398643, 1.0351889080693308, -0.7555691121909703, 1.5844280701845903, 1.72859190955402, -1.022897305765693, 1.6583694376873757, 0.34404673691118104, 0.34404673691118104, -1.022897305765693, 0.7940571616351436, -1.022897305765693, 0.34404673691118104, -0.7555691121909703, -1.022897305765693, 1.33598967775343, 1.4237368332178366, 1.6583694376873757, -0.7555691121909703, -0.7555691121909703, 0.6575509876439477, -0.25757017211454003, -1.022897305765693, 1.978558195089203, 2.7456878538246974, -1.022897305765693, -0.4981231371803934, 0.16294938015270116, 1.33598967775343, -1.022897305765693, 1.5844280701845903, -0.4981231371803934, 0.6575509876439477, -1.022897305765693, 1.4237368332178366, 0.7940571616351436, 1.1425256689632712, 1.5063706849783038, 3.383186250699568, -0.7555691121909703, 1.8592134639013087, -0.7555691121909703, 2.0883796643803594, 0.16294938015270116, 1.72859190955402, -0.7555691121909703, 1.1425256689632712, 2.373211014822993, -1.022897305765693, 2.1900595540409795, 1.6583694376873757, 1.8592134639013087, 1.33598967775343, 0.16294938015270116, -1.022897305765693, -1.022897305765693, 1.5063706849783038, 1.33598967775343, -1.022897305765693, -1.022897305765693, 0.34404673691118104, 1.33598967775343, -0.25757017211454003, -0.7555691121909703, -1.022897305765693, 0.6575509876439477, -0.7555691121909703, 0.34404673691118104, 1.5063706849783038, -0.25757017211454003, 2.0345655643641307, 0.5082039867009939, 0.7940571616351436, 1.1425256689632712, -1.022897305765693, 2.32967522853204, 0.5082039867009939, -1.022897305765693, 1.33598967775343, -1.022897305765693, 1.242499861398643, 1.4237368332178366, 1.33598967775343, 1.8592134639013087, 1.6583694376873757, 1.0351889080693308, -1.022897305765693, 0.34404673691118104, 0.6575509876439477, 1.1425256689632712, 1.9201757381953013, 0.16294938015270116, -1.022897305765693, -0.4981231371803934, 0.6575509876439477, 1.72859190955402, 1.6583694376873757, 1.0351889080693308, 1.72859190955402, 2.0883796643803594, -1.022897305765693, 1.0351889080693308, 1.6583694376873757, 1.5063706849783038, 0.9194462919181108, 1.4237368332178366, 1.5844280701845903, 0.9194462919181108, 2.0883796643803594, -0.25757017211454003, 0.9194462919181108, -0.25757017211454003, -0.7555691121909703, 0.6575509876439477, 1.6583694376873757, 1.6583694376873757, 1.8592134639013087, 1.242499861398643, -1.022897305765693, 1.33598967775343, -1.022897305765693, -1.022897305765693, 1.6583694376873757, -0.4981231371803934, 1.242499861398643, 1.795439854213411, -1.022897305765693, 1.5063706849783038, -1.022897305765693, 2.2847039655549213, 2.0345655643641307, 2.0345655643641307, -0.4981231371803934, -1.022897305765693, 0.9194462919181108, -1.022897305765693, -1.022897305765693, 1.5844280701845903, -1.022897305765693, 1.4237368332178366, 1.242499861398643, 1.5844280701845903, 1.978558195089203, -1.022897305765693, -0.7555691121909703, -0.4981231371803934, 1.5844280701845903, -1.022897305765693, 1.8592134639013087, 1.1425256689632712, 2.0883796643803594, 0.16294938015270116, 1.5844280701845903, 0.16294938015270116, 2.1900595540409795, -0.4981231371803934, 1.1425256689632712, 1.5063706849783038, 1.6583694376873757, -1.022897305765693, 1.8592134639013087, 1.9201757381953013, 1.6583694376873757, 0.7940571616351436, -0.7555691121909703, 1.4237368332178366, -1.022897305765693, -0.7555691121909703, 0.7940571616351436, -1.022897305765693, 1.72859190955402, -0.7555691121909703, 1.8592134639013087, 1.33598967775343, 1.4237368332178366, 1.72859190955402, 0.7940571616351436, -1.022897305765693, 1.33598967775343, -1.022897305765693, 1.0351889080693308, 1.1425256689632712, -1.022897305765693, 1.795439854213411, 2.373211014822993, -0.4981231371803934, 1.8592134639013087, -0.7555691121909703, 1.4237368332178366, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, 1.978558195089203, 1.1425256689632712, -1.022897305765693, -0.7555691121909703, -1.022897305765693, 1.1425256689632712, 2.4563192161198786, 1.795439854213411, 0.5082039867009939, 0.6575509876439477, 1.72859190955402, -0.25757017211454003, 1.6583694376873757, -1.022897305765693, 1.0351889080693308, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, 0.5082039867009939, 0.9194462919181108, -1.022897305765693, 2.0883796643803594, 0.9194462919181108, 2.2847039655549213, 2.0883796643803594, -0.7555691121909703, 0.16294938015270116, 1.5063706849783038, -1.022897305765693, -0.4981231371803934, 1.9201757381953013, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.25757017211454003, -0.7555691121909703, 1.8592134639013087, 0.16294938015270116, 1.242499861398643, 1.4237368332178366, 0.34404673691118104, -1.022897305765693, -1.022897305765693, 1.33598967775343, -1.022897305765693, 0.5082039867009939, 1.1425256689632712, -1.022897305765693, 2.95643043599606, -1.022897305765693, 0.7940571616351436, -1.022897305765693, 0.7940571616351436, 2.1401626209951004, -0.4981231371803934, -0.4981231371803934, 1.795439854213411, -1.022897305765693, 2.0345655643641307, 1.4237368332178366, -1.022897305765693, -0.0371266449417092, 1.1425256689632712, 0.16294938015270116, -1.022897305765693, 1.0351889080693308, -0.25757017211454003, 1.5063706849783038, 1.4237368332178366, -0.0371266449417092, 0.16294938015270116, -0.0371266449417092, -0.4981231371803934, 1.4237368332178366, -1.022897305765693, 1.0351889080693308, 1.5063706849783038, 1.0351889080693308, 1.5844280701845903, -1.022897305765693, 0.5082039867009939, 0.7940571616351436, 2.0883796643803594, 1.9201757381953013, -0.7555691121909703, -0.7555691121909703, 0.16294938015270116, -0.7555691121909703, -1.022897305765693, 1.242499861398643, 1.5844280701845903, 2.0883796643803594, 2.1900595540409795, 1.4237368332178366, -0.7555691121909703, 0.6575509876439477, 1.0351889080693308, 1.8592134639013087, -1.022897305765693, -1.022897305765693, 0.7940571616351436, -1.022897305765693, 0.9194462919181108, 0.6575509876439477, -0.4981231371803934, -1.022897305765693, -1.022897305765693, 0.7940571616351436, -0.7555691121909703, -0.0371266449417092, -1.022897305765693, 1.72859190955402, -0.7555691121909703, -1.022897305765693, 0.6575509876439477, 1.5844280701845903, -0.7555691121909703, -1.022897305765693, 0.6575509876439477, 1.978558195089203, -0.7555691121909703, 0.9194462919181108, 0.5082039867009939, -1.022897305765693, 1.9201757381953013, -0.7555691121909703, -1.022897305765693, 0.5082039867009939, -1.022897305765693, -1.022897305765693, 2.1900595540409795, 2.1401626209951004, -0.7555691121909703, -0.4981231371803934, -0.7555691121909703, 0.9194462919181108, -0.7555691121909703, 1.8592134639013087, -0.25757017211454003, -1.022897305765693, -0.25757017211454003, -0.4981231371803934, 0.6575509876439477, -0.25757017211454003, 1.0351889080693308, -1.022897305765693, 0.5082039867009939, 2.49604477328864, 0.9194462919181108, -1.022897305765693, -0.0371266449417092, 0.16294938015270116, 0.9194462919181108, 1.33598967775343, -1.022897305765693, 0.7940571616351436, 0.34404673691118104, 1.33598967775343, -0.7555691121909703, 0.7940571616351436, 1.1425256689632712, 1.33598967775343, -0.7555691121909703, 0.16294938015270116, -1.022897305765693, -1.022897305765693, -1.022897305765693, 1.1425256689632712, -1.022897305765693, -1.022897305765693, 1.4237368332178366, 1.5063706849783038, -0.25757017211454003, -1.022897305765693, 2.0345655643641307, -0.7555691121909703, -1.022897305765693, 1.795439854213411, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, 1.8592134639013087, 1.1425256689632712, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, 1.795439854213411, 1.242499861398643, 0.9194462919181108, 1.978558195089203, 1.795439854213411, 0.16294938015270116, -1.022897305765693, 1.242499861398643, -0.0371266449417092, 1.242499861398643, 1.4237368332178366, 0.16294938015270116, -0.4981231371803934, 0.9194462919181108, -0.4981231371803934, 1.0351889080693308, -1.022897305765693, 1.978558195089203, 0.34404673691118104, -0.4981231371803934, 1.72859190955402, 1.978558195089203, -1.022897305765693, 1.5844280701845903, 1.1425256689632712, -0.0371266449417092, 0.5082039867009939, -0.7555691121909703, -0.0371266449417092, 1.0351889080693308, 1.8592134639013087, -1.022897305765693, -1.022897305765693, -0.4981231371803934, 1.6583694376873757, -1.022897305765693, 1.978558195089203, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, 1.242499861398643, 1.242499861398643, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, -1.022897305765693, 1.1425256689632712, 2.1900595540409795, -1.022897305765693, 0.9194462919181108, 1.0351889080693308, -0.7555691121909703, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -0.25757017211454003, 1.4237368332178366, 1.795439854213411, 1.5844280701845903, 1.1425256689632712, -0.7555691121909703, 1.0351889080693308, -0.7555691121909703, 0.34404673691118104, 0.9194462919181108, -1.022897305765693, 1.242499861398643, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, 1.33598967775343, -0.7555691121909703, 0.16294938015270116, 1.8592134639013087, 1.242499861398643, 2.32967522853204, -1.022897305765693, 1.6583694376873757, 2.0345655643641307, 1.1425256689632712, -1.022897305765693, -0.7555691121909703, 0.34404673691118104, -1.022897305765693, 0.9194462919181108, 0.16294938015270116, -1.022897305765693, -1.022897305765693, -0.7555691121909703, 0.16294938015270116, -1.022897305765693, 0.34404673691118104, 0.6575509876439477, 0.7940571616351436, -0.7555691121909703, 1.8592134639013087, 1.1425256689632712, 1.0351889080693308, 0.5082039867009939, -1.022897305765693, -0.7555691121909703, 1.1425256689632712, 1.6583694376873757, 1.242499861398643, -1.022897305765693, 1.0351889080693308, 1.795439854213411, -1.022897305765693, 0.5082039867009939, 2.415399014374654, 1.8592134639013087, 1.795439854213411, -1.022897305765693, -0.25757017211454003, -1.022897305765693, -1.022897305765693, -1.022897305765693, 1.1425256689632712, -0.25757017211454003, -0.4981231371803934, -0.4981231371803934, 1.0351889080693308, -1.022897305765693, 1.0351889080693308, -0.4981231371803934, -1.022897305765693, -0.4981231371803934, -0.4981231371803934, -1.022897305765693, -0.25757017211454003, 1.4237368332178366, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, 1.4237368332178366, -1.022897305765693, 1.9201757381953013, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, 0.5082039867009939, -1.022897305765693, -0.7555691121909703, -1.022897305765693, 0.5082039867009939, 0.5082039867009939, -1.022897305765693, 1.1425256689632712, -0.25757017211454003, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, 1.72859190955402, 0.9194462919181108, -1.022897305765693, 1.978558195089203, -1.022897305765693, -1.022897305765693, 1.1425256689632712, 1.1425256689632712, 2.1401626209951004, 1.8592134639013087, -0.4981231371803934, 0.6575509876439477, 1.242499861398643, 1.4237368332178366, 1.6583694376873757, 1.33598967775343, -0.4981231371803934, 1.5063706849783038, 1.0351889080693308, -0.4981231371803934, -0.7555691121909703, 0.6575509876439477, -0.7555691121909703, -0.25757017211454003, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, 1.242499861398643, -0.7555691121909703, -1.022897305765693, -1.022897305765693, 0.9194462919181108, -1.022897305765693, -0.7555691121909703, 1.4237368332178366, -1.022897305765693, 1.5063706849783038, -0.4981231371803934, -1.022897305765693, 1.33598967775343, 1.5063706849783038, -1.022897305765693, 1.6583694376873757, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, 1.242499861398643, -0.7555691121909703, 0.7940571616351436, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, 2.415399014374654, 0.6575509876439477, 0.16294938015270116, -0.7555691121909703, -0.7555691121909703, 0.9194462919181108, -0.7555691121909703, 1.795439854213411, -0.4981231371803934, -0.7555691121909703, 0.9194462919181108, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -1.022897305765693, 2.373211014822993, -0.7555691121909703, -1.022897305765693, 1.242499861398643, 1.33598967775343, 2.238200830795435, -0.7555691121909703, -1.022897305765693, -1.022897305765693, 0.6575509876439477, -0.0371266449417092, -0.25757017211454003, -1.022897305765693, 1.242499861398643, -1.022897305765693, -0.25757017211454003, -0.25757017211454003, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, 1.0351889080693308, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, 1.6583694376873757, -0.25757017211454003, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, 0.16294938015270116, -1.022897305765693, 1.33598967775343, -1.022897305765693, -0.7555691121909703, 1.795439854213411, -1.022897305765693, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -1.022897305765693, 0.7940571616351436, 1.33598967775343, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.7555691121909703, 0.7940571616351436, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, 1.4237368332178366, -1.022897305765693, -1.022897305765693, 2.0345655643641307, 1.795439854213411, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, 1.1425256689632712, -1.022897305765693, 1.9201757381953013, 0.5082039867009939, -1.022897305765693, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, 1.242499861398643, -0.25757017211454003, -1.022897305765693, -1.022897305765693, 0.5082039867009939, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.4981231371803934, -0.7555691121909703, -0.4981231371803934, -0.4981231371803934, 1.795439854213411, -1.022897305765693, -1.022897305765693, -1.022897305765693, 0.16294938015270116, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.25757017211454003, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, 0.5082039867009939, -0.7555691121909703, -1.022897305765693, 1.72859190955402, -1.022897305765693, -0.7555691121909703, 2.870095418416304, 1.795439854213411, -0.7555691121909703, 1.33598967775343, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, 1.33598967775343, -1.022897305765693, -1.022897305765693, 1.6583694376873757, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -0.7555691121909703, -0.4981231371803934, -1.022897305765693, 0.9194462919181108, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -0.4981231371803934, 1.1425256689632712, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, 1.33598967775343, -0.7555691121909703, 2.1401626209951004, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.7555691121909703, 0.6575509876439477, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.25757017211454003, -0.25757017211454003, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -0.7555691121909703, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.0371266449417092, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -1.022897305765693, 0.34404673691118104, 0.34404673691118104, -0.4981231371803934, -1.022897305765693, -0.4981231371803934, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, 1.33598967775343, -0.7555691121909703, -0.4981231371803934, -0.4981231371803934, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -1.022897305765693, 0.34404673691118104, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.0371266449417092, -0.4981231371803934, -0.25757017211454003, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, 1.9201757381953013, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -0.4981231371803934, -1.022897305765693, 1.978558195089203, -0.4981231371803934, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.0371266449417092, -1.022897305765693, -1.022897305765693, -1.022897305765693, 1.795439854213411, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -0.7555691121909703, -0.7555691121909703, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, 1.33598967775343, -0.7555691121909703, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -0.0371266449417092, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.25757017211454003, -0.7555691121909703, -0.7555691121909703, -0.7555691121909703, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, -0.0371266449417092, -0.7555691121909703, -0.4981231371803934, -0.4981231371803934, -0.7555691121909703, -0.25757017211454003, -0.7555691121909703, 0.5082039867009939, -0.25757017211454003, -0.7555691121909703, -0.7555691121909703, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.0371266449417092, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -1.022897305765693, 0.7940571616351436, -0.7555691121909703, -0.25757017211454003, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -0.4981231371803934, -0.4981231371803934, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -0.25757017211454003, -1.022897305765693, 2.1401626209951004, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.25757017211454003, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -0.0371266449417092, -1.022897305765693, -0.7555691121909703, -0.4981231371803934, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -0.4981231371803934, -0.4981231371803934, -1.022897305765693, -0.0371266449417092, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.4981231371803934, 0.7940571616351436, -0.7555691121909703, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.0371266449417092, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.25757017211454003, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.25757017211454003, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.25757017211454003, -1.022897305765693, -0.4981231371803934, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -0.4981231371803934, -0.7555691121909703, -0.7555691121909703, -0.7555691121909703, 0.16294938015270116, -0.7555691121909703, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.4981231371803934, 0.7940571616351436, -1.022897305765693, -0.4981231371803934, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.25757017211454003, -0.7555691121909703, 0.7940571616351436, -0.7555691121909703, 2.644263649139079, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.25757017211454003, -0.25757017211454003, -0.4981231371803934, -1.022897305765693, 1.5844280701845903, -0.25757017211454003, -0.4981231371803934, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -0.4981231371803934, -1.022897305765693, -0.4981231371803934, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -0.7555691121909703, -0.7555691121909703, -0.7555691121909703, -0.4981231371803934, -0.7555691121909703, -0.7555691121909703, -0.25757017211454003, -1.022897305765693, 0.7940571616351436, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.25757017211454003, -1.022897305765693, -0.4981231371803934, 1.6583694376873757, -1.022897305765693, -0.25757017211454003, -0.25757017211454003, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.4981231371803934, 0.16294938015270116, -0.4981231371803934, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.4981231371803934, -0.4981231371803934, -1.022897305765693, -0.25757017211454003, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -0.7555691121909703, 0.16294938015270116, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -0.4981231371803934, -0.7555691121909703, -0.7555691121909703, -0.4981231371803934, -1.022897305765693, -0.25757017211454003, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -0.25757017211454003, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -0.4981231371803934, 0.16294938015270116, 0.6575509876439477, -0.4981231371803934, -0.4981231371803934, -1.022897305765693, -0.4981231371803934, -0.25757017211454003, -0.4981231371803934, -1.022897305765693, -1.022897305765693, 1.33598967775343, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -0.0371266449417092, -0.25757017211454003, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, 1.0351889080693308, -0.7555691121909703, -0.4981231371803934, -1.022897305765693, -0.4981231371803934, -0.4981231371803934, -0.4981231371803934, 1.978558195089203, -0.4981231371803934, -0.0371266449417092, -1.022897305765693, -0.0371266449417092, -0.7555691121909703, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -1.022897305765693, 0.34404673691118104, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.25757017211454003, -1.022897305765693, -0.7555691121909703, -0.25757017211454003, 0.5082039867009939, -0.7555691121909703, -0.25757017211454003, -0.0371266449417092, -0.4981231371803934, -1.022897305765693, -1.022897305765693, 1.1425256689632712, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -0.4981231371803934, -0.7555691121909703, 0.34404673691118104, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -0.4981231371803934, 0.16294938015270116, -0.4981231371803934, -0.25757017211454003, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -0.4981231371803934, -0.25757017211454003, -0.7555691121909703, -0.4981231371803934, 0.16294938015270116, -0.7555691121909703, 1.9201757381953013, -0.7555691121909703, 1.72859190955402, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -0.4981231371803934, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.0371266449417092, -1.022897305765693, -0.4981231371803934, -0.7555691121909703, -0.4981231371803934, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, 1.242499861398643, -1.022897305765693, 2.2847039655549213, 1.9201757381953013, -0.7555691121909703, -0.7555691121909703, -0.4981231371803934, -0.4981231371803934, 2.9282597335491345, -0.4981231371803934, -0.25757017211454003, -1.022897305765693, -0.4981231371803934, 0.7940571616351436, -0.7555691121909703, -0.4981231371803934, -1.022897305765693, -1.022897305765693, -0.25757017211454003, -0.25757017211454003, -0.0371266449417092, 1.1425256689632712, -1.022897305765693, 0.16294938015270116, -0.7555691121909703, 0.16294938015270116, -0.7555691121909703, -0.4981231371803934, -0.4981231371803934, 2.0345655643641307, -0.0371266449417092, -0.7555691121909703, -1.022897305765693, -0.0371266449417092, -1.022897305765693, -1.022897305765693, -0.25757017211454003, 1.33598967775343, -1.022897305765693, 1.0351889080693308, 1.978558195089203, -1.022897305765693, -0.7555691121909703, -0.25757017211454003, -0.7555691121909703, 1.242499861398643, -1.022897305765693, -0.25757017211454003, 1.242499861398643, -0.4981231371803934, -0.7555691121909703, 0.16294938015270116, -1.022897305765693, 1.242499861398643, -0.7555691121909703, 0.34404673691118104, -0.7555691121909703, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, 1.0351889080693308, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, 1.978558195089203, -1.022897305765693, -0.4981231371803934, -0.4981231371803934, 1.1425256689632712, -0.25757017211454003, -1.022897305765693, -1.022897305765693, -0.7555691121909703, 1.242499861398643, -0.4981231371803934, -1.022897305765693, 0.5082039867009939, -0.4981231371803934, -0.25757017211454003, -0.25757017211454003, -0.7555691121909703, 1.242499861398643, -0.25757017211454003, -1.022897305765693, -0.7555691121909703, -0.0371266449417092, -0.0371266449417092, -0.7555691121909703, -0.25757017211454003, -1.022897305765693, -0.25757017211454003, -1.022897305765693, 2.0345655643641307, -0.7555691121909703, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -0.25757017211454003, -0.0371266449417092, -1.022897305765693, -0.25757017211454003, -0.7555691121909703, -0.4981231371803934, 0.5082039867009939, 1.5844280701845903, -0.7555691121909703, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -0.4981231371803934, -1.022897305765693, -0.25757017211454003, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, 0.34404673691118104, -0.4981231371803934, 1.795439854213411, -1.022897305765693, -0.0371266449417092, 1.4237368332178366, -0.7555691121909703, -1.022897305765693, 0.34404673691118104, 1.6583694376873757, -0.7555691121909703, 0.34404673691118104, 1.5844280701845903, 2.0345655643641307, -1.022897305765693, -0.4981231371803934, -0.25757017211454003, -0.0371266449417092, -0.4981231371803934, -0.7555691121909703, -0.4981231371803934, -1.022897305765693, -0.4981231371803934, 1.795439854213411, 1.8592134639013087, 2.1401626209951004, 1.4237368332178366, -1.022897305765693, -1.022897305765693, -0.4981231371803934, -0.0371266449417092, -0.25757017211454003, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, -0.25757017211454003, -0.25757017211454003, -1.022897305765693, -0.0371266449417092, -0.7555691121909703, 1.5063706849783038, 2.415399014374654, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, 1.0351889080693308, -0.4981231371803934, -0.7555691121909703, -1.022897305765693, -0.25757017211454003, 0.9194462919181108, 0.5082039867009939, -1.022897305765693, -0.25757017211454003, 0.34404673691118104, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -1.022897305765693, -0.0371266449417092, 1.242499861398643, 1.33598967775343, -0.25757017211454003, 1.242499861398643, 1.5844280701845903, 0.16294938015270116, -0.4981231371803934, -0.0371266449417092, 0.16294938015270116, -1.022897305765693, 2.1900595540409795, 0.9194462919181108, 2.1900595540409795, -0.4981231371803934, -0.0371266449417092, -0.0371266449417092, 2.5721747812199918, -0.7555691121909703, -0.25757017211454003, -1.022897305765693, -0.4981231371803934, -0.7555691121909703, -0.4981231371803934, 2.2847039655549213, -0.7555691121909703, -1.022897305765693, 1.6583694376873757, 2.870095418416304, -1.022897305765693, -0.7555691121909703, 0.6575509876439477, -0.4981231371803934, -1.022897305765693, 1.1425256689632712, -1.022897305765693, 0.6575509876439477, -1.022897305765693, -0.4981231371803934, 1.795439854213411, -0.25757017211454003, 2.2847039655549213, -1.022897305765693, 1.0351889080693308, 1.72859190955402, -0.7555691121909703, 2.0883796643803594, 1.242499861398643, 2.0883796643803594, -0.7555691121909703, -0.4981231371803934, -0.7555691121909703, 1.72859190955402, 1.8592134639013087, -0.4981231371803934, 1.72859190955402, 2.0883796643803594, 1.8592134639013087, -0.25757017211454003, -1.022897305765693, -1.022897305765693, -1.022897305765693, -1.022897305765693, -0.7555691121909703, -0.7555691121909703, 0.16294938015270116, 2.32967522853204, 1.5063706849783038, -0.7555691121909703, -0.4981231371803934, 0.6575509876439477, 0.34404673691118104, -0.7555691121909703, 0.7940571616351436, -0.25757017211454003, -0.4981231371803934, -0.25757017211454003, 2.1401626209951004, 1.33598967775343, -1.022897305765693, -0.25757017211454003, -0.4981231371803934, -0.7555691121909703, -0.7555691121909703, -1.022897305765693, -0.25757017211454003, -1.022897305765693, -0.25757017211454003, 1.5844280701845903, -0.4981231371803934, 0.5082039867009939, -1.022897305765693, 2.1401626209951004, 1.4237368332178366, -0.0371266449417092, -1.022897305765693, -0.7555691121909703, -0.25757017211454003, -0.7555691121909703, -1.022897305765693, -0.25757017211454003, 0.16294938015270116, -0.4981231371803934, 1.978558195089203, -1.022897305765693, 0.16294938015270116, 1.795439854213411, -0.25757017211454003, 1.9201757381953013, -1.022897305765693, -0.4981231371803934, -0.4981231371803934, -0.0371266449417092, -0.7555691121909703, 1.1425256689632712, -0.25757017211454003, -0.25757017211454003, -0.25757017211454003, -0.25757017211454003, -1.022897305765693, 1.1425256689632712, -1.022897305765693, 1.72859190955402, 1.0351889080693308, -0.7555691121909703, -0.7555691121909703, 1.8592134639013087, 1.5063706849783038, -0.4981231371803934, 0.16294938015270116, 1.72859190955402, -1.022897305765693, -0.7555691121909703, -0.25757017211454003, -1.022897305765693, 1.978558195089203, -0.4981231371803934, -0.0371266449417092, 1.33598967775343, -1.022897305765693, -0.25757017211454003, 1.6583694376873757, -0.25757017211454003, -1.022897305765693, -0.25757017211454003, -0.4981231371803934, -0.4981231371803934, -1.022897305765693, -0.4981231371803934, 2.608697619297277, 0.9194462919181108, 1.1425256689632712, -0.4981231371803934, 1.1425256689632712, -0.7555691121909703, 1.9201757381953013, -0.4981231371803934, -1.022897305765693, -0.7555691121909703, -0.7555691121909703], [-2.03591318033805, -0.5049335252128556, -0.3314564698842232, -1.3906000353315076, -2.1680529428325794, -0.15115723981061965, -1.9573936209992835, 0.4914720275710997, -0.7495259550602416, 0.7961076089197284, -1.5194111614375327, -0.07087238108926294, -1.3325638060506813, -0.4139551614286911, -2.380153774078311, -1.496609111887054, -1.0467331187042808, -0.7592924135618009, -1.2958736520430916, -0.2020239872771151, 0.10094887451039944, 0.22237635378325726, 0.05123836287537748, -1.3708314057009807, -0.261573549734334, -2.03591318033805, -2.4416628085348298, -1.351492043120028, -1.9573936209992835, 0.6448409249404637, -0.261573549734334, -0.5273250084174452, -1.4315038712859527, -1.0604164229429354, 0.119348959533649, 0.2999274504168583, -1.006904867510564, -0.4007521127251592, -2.2167006169731653, -1.3906000353315076, -0.03981917874671982, -0.009818204308092474, 0.7858744035225764, 0.4035160515509212, -1.1782075632702422, -0.908685312969226, -1.1472634893719835, -0.5049335252128556, -1.2958736520430916, -1.1782075632702422, 0.31465459488212183, -1.1472634893719835, -0.6486485110470401, -1.2780807010939146, -0.95643679595679, -1.3140296728687677, -1.2102680475746102, -1.194093262844356, -0.9203844052896399, -1.226742587427727, -0.12198307618972275, -1.2780807010939146, -1.117360954232261, -1.3906000353315076, 0.5243451913444236, -0.05299457444538397, -0.8857400595433461, -1.0332575082139208, -1.3140296728687677, 0.44732954794271335, -0.8744862360954198, 0.08215827471548579, 0.5951937256291444, 0.06683328275258918, -1.1782075632702422, 0.22237635378325726, -1.117360954232261, 0.3204775354755107, -1.351492043120028, -1.6699863069932948, -1.1321864138471622, 0.5150767541400778, -0.3560322219239853, 0.20931260597048928, 0.2727850334217225, 0.6666975348221966, -0.9940162516335942, 0.6120540593384851, -0.9203844052896399, 0.4914720275710997, -1.2958736520430916, -1.0332575082139208, -1.5194111614375327, -0.09838464244219562, 0.6956581605528125, -0.8415569614767213, 0.2447841013186553, -1.2102680475746102, 0.5515821316824457, -1.5915331935778099, -1.260636653326314, 0.4061542210128377, 0.4622896058516304, -1.5915331935778099, -1.0332575082139208, -0.08452166625339103, -1.8851396279754824, 0.1893482907861329, 0.10465960960593748, 0.3739651522185733, -1.6169276642745205, 0.6408083618074193, -1.566840034802086, -0.6840171601018867, -1.006904867510564, -0.5659494886184634, 0.9625657355651506, 0.027318555748247986, 0.0027345764825673392, 0.06683328275258918, -0.8523981062365527, -0.8633734125890543, 0.4745660627104436, 0.11203474763619073, 0.23843954821158456, 0.15153515405904838, -0.908685312969226, -0.03547058811804265, 0.5289432736055973, -1.7865689424543016, 0.3794119309190989, -1.102778878170014, 0.7292048691809316, -0.6314797739890848, -0.7994710077891486, -1.6430639939836829, -0.6840171601018867, -1.6169276642745205, -0.018286692575389243, -0.05299457444538397, 0.9806453746313883, -1.6977427324442451, -0.06636897669181167, -0.3375367774555492, -0.9940162516335942, -1.566840034802086, -0.908685312969226, 0.10465960960593748, -0.31346204794629623, 0.5266472177425642, -1.2102680475746102, 0.7107249650755916, -1.260636653326314, 0.5289432736055973, -0.018286692575389243, -1.3708314057009807, -1.1321864138471622, 0.4295505092791698, 0.08215827471548579, 0.2909721196151899, 0.5033530616208167, -1.0199833981801725, 0.5692854083380894, 0.32914076013442745, -0.95643679595679, 0.1689233886736495, -2.03591318033805, -1.2102680475746102, 0.4061542210128377, 0.4346667724971465, -1.117360954232261, -0.32541761798574564, -0.9322398374698564, 0.2999274504168583, -1.0332575082139208, 0.8062238715067047, -1.4315038712859527, -1.2780807010939146, 0.28796676551036404, 0.946973777211256, 0.019199501190827896, -1.102778878170014, -0.9442558348397284, -0.8202643343192901, 0.7615265998297971, -0.7115017729948445, 0.14093589930256956, 0.28796676551036404, -0.5899590645110634, -0.9813121279303, -0.07539880588385194, -1.0884323494986137, 0.7755215201037823, 0.6387851707944447, 1.7820483526407294, 0.703223616604225, -1.4108172932213774, 1.1572735842707034, 1.1828362883371688, 0.3766927304137658, -1.3140296728687677, 1.2044800792166497, 0.3348695025924612, -1.8510704663612465, -1.1782075632702422, -1.351492043120028, 0.5626880968566859, -0.7791541385701679, -1.2780807010939146, 0.7978017012240759, 0.9583405462748991, -0.3194196606172444, 0.4166289780834787, 0.4938610246745962, 0.4914720275710997, 0.09348042047735644, -1.6699863069932948, 0.8228315732044957, -0.6840171601018867, -1.496609111887054, -1.7559734933478186, 0.4647585541871467, 0.03536383797990047, -1.4108172932213774, -0.7994710077891486, -0.08911858585267947, -0.8415569614767213, -0.1762254429606835, 0.3117286993596338, -1.0604164229429354, -1.9573936209992835, 0.3794119309190989, 0.6899413341828736, -1.1626008364213478, 0.03135033454176449, 0.8078987326946888, 0.4166289780834787, 0.10094887451039944, 0.21259665863397648, -1.1626008364213478, -1.3708314057009807, 0.9281857056132276, -1.5194111614375327, -0.4975937120921309, 0.1337985732917778, 0.8455710386689053, -1.1472634893719835, 0.2849511746442868, 0.1302082177085372, -0.8744862360954198, -0.4341362076239317, 0.7273741422457857, 0.3657316313239353, 0.6224309971747315, -0.8744862360954198, 0.15853148033995038, 0.7181632832445779, 0.39821600988529626, 0.9555125079216604, 0.2573384163044569, -1.4108172932213774, -1.0884323494986137, 0.1993867200494632, -0.03547058811804265, -0.7495259550602416, 0.9970127539899184, -1.4743751669297098, -0.9687873021829128, -1.2102680475746102, 0.2909721196151899, 0.7824368777665608, -1.2780807010939146, -0.7994710077891486, 0.8893692471926606, -0.7691676590863686, 1.6146244646774863, 0.20601632640235487, -0.4341362076239317, 1.1751341828997977, 0.1993867200494632, 0.7807130962561667, -1.2958736520430916, 0.7328550040427191, 0.4938610246745962, 0.4422861514710721, 0.5243451913444236, 0.23204920052813044, 0.1480161490173206, 0.21259665863397648, 0.4622896058516304, 1.3803606872933123, -1.0332575082139208, -0.8857400595433461, -1.0884323494986137, 0.28796676551036404, -1.496609111887054, 0.5243451913444236, -1.260636653326314, 0.14448310159752412, 0.6367573453538599, 0.7013383053629031, 0.8535527654300645, 0.055162919037876665, 0.16547295408198326, -1.2958736520430916, 0.35742081808555515, 0.44732954794271335, 0.5403350676473491, 0.2510835114260116, 1.0301693882065204, -1.6169276642745205, 0.9597511846396314, -0.8415569614767213, 0.5692854083380894, -1.4526819160076565, 0.4061542210128377, -0.7592924135618009, -0.7691676590863686, 0.6568295565824379, 1.0545631347905324, -0.7115017729948445, 0.9583405462748991, -0.0014299420117279526, 0.9296451839439142, 0.3405614135593358, -1.3906000353315076, 0.3657316313239353, 0.37122914455783296, -1.194093262844356, 1.1806425164672845, -0.36228420098122405, -0.7994710077891486, -1.566840034802086, -1.4743751669297098, 1.0683845555507965, 0.9737352964879528, 0.3657316313239353, 0.7292048691809316, -0.8098067237177461, 0.5080611856426084, -0.2449316396623246, -1.351492043120028, -0.5818833731476161, 1.0090927025071927, -0.6146373331946995, -0.9322398374698564, 0.4548411767605336, -0.08452166625339103, 0.4087845521682495, 0.6918510479449389, 0.5080611856426084, 0.6588119717210084, -1.8182421617002715, -1.0199833981801725, 0.3684846551744486, 0.6306458489398771, 0.1480161490173206, -1.0332575082139208, -0.9322398374698564, -1.0884323494986137, 0.4244045064425734, 0.9029991826572066, -1.4526819160076565, 0.5801728337640754, 0.011005309212012948, 0.9354591533049832, 0.8078987326946888, 0.35463311895905325, -1.0743139033114963, 0.6764567261481376, -0.8523981062365527, 0.5844905870527555, 0.6508555351116321, 1.211932092412799, 0.5692854083380894, 0.8095704310635758, 0.7927096672231692, 0.9639696623515877, 0.06296022783322662, 1.3908158415141978, 0.25421648768678223, 0.7051049212577783, 0.4745660627104436, 0.4573309560269975, 0.4008699969322444, -1.0743139033114963, -1.006904867510564, 0.4622896058516304, 0.23204920052813044, 0.6162194422373067, 0.8423580876185305, 0.1620090199793434, 0.3821228050347503, 0.34339370462165913, -0.720856008142723, -0.2394531110257466, 0.9252595103612984, 0.4548411767605336, 0.4192284162634575, -0.8202643343192901, 0.4035160515509212, 0.9267238170768226, 0.3058477383198946, -0.5899590645110634, 0.34621696354857684, 0.7858744035225764, -0.261573549734334, 0.5425959406595231, 0.8310200276375014, -1.117360954232261, -1.260636653326314, 0.4008699969322444, 0.7994925577334665, -1.2102680475746102, 0.7685517154995564, 0.14448310159752412, -1.0332575082139208, 0.4008699969322444, 0.3928840472838093, -1.3906000353315076, -0.8308467438639693, 0.027318555748247986, 0.7875881736839327, 0.8455710386689053, 0.4818510438555693, -0.8098067237177461, 0.5493441209943972, -0.8523981062365527, 0.4548411767605336, 0.5243451913444236, 0.5582624159498122, 0.2510835114260116, 0.6488552020984958, 0.5538144988477238, 0.4770010566970644, 0.3766927304137658, -0.8308467438639693, -0.4617799770418003, 0.4770010566970644, 1.0633835173176394, 0.4523443755249436, 0.6408083618074193, -1.1782075632702422, -0.7398659163899289, -1.117360954232261, -0.1610995291672093, -0.32541761798574564, 0.5127444032082348, -1.4526819160076565, 0.6822610133395358, -1.4743751669297098, -0.7592924135618009, -1.2958736520430916, -0.13160139724356712, -0.6314797739890848, 0.7383021408045655, -1.0884323494986137, 0.7088555786625844, -1.0604164229429354, 1.0130829955316585, 0.6508555351116321, -0.031143249340470983, 0.6861095028735109, -1.102778878170014, 0.6745134758383284, 0.4573309560269975, 0.18259220964307893, -0.720856008142723, -0.03547058811804265, 0.31465459488212183, 0.5538144988477238, 0.9455426134995868, 0.7346744429967287, -1.0884323494986137, 0.4397536378275929, -0.5123346531761932, 0.3794119309190989, 0.3657316313239353, -1.3325638060506813, 0.4962435922579486, 0.6387851707944447, 0.4244045064425734, -0.07994848755742501, 0.7875881736839327, 0.593063425202021, 0.12660324347017052, 0.6036640310533415, 0.03536383797990047, -0.44096670029119256, 0.2573384163044569, 0.5736564593642489, -1.260636653326314, -0.8415569614767213, -0.8308467438639693, -1.226742587427727, 0.7419150331861416, -0.9687873021829128, -0.7495259550602416, -0.9940162516335942, 0.2999274504168583, -1.1472634893719835, 0.4573309560269975, 1.260405305339534, -0.7994710077891486, 0.4721243527664814, -1.2780807010939146, 0.923792777453624, 0.5692854083380894, -1.3906000353315076, 0.8407472284961647, 0.4745660627104436, -1.226742587427727, -1.226742587427727, 1.1817400819834598, 0.743715965009167, 0.5758339181040588, -0.4617799770418003, -0.8308467438639693, 0.8439660208062698, 0.5266472177425642, 1.3280099250374773, 0.5582624159498122, -1.4743751669297098, -0.7398659163899289, 0.006879599681635982, -1.1626008364213478, 0.703223616604225, 0.7346744429967287, 0.6647327194306595, -0.8308467438639693, -0.20727512445453428, 0.7346744429967287, 1.041808151685252, 0.9149409761824688, 0.8162258337886549, -0.7592924135618009, -0.8098067237177461, 0.9512534378382528, 0.8924163094399333, -0.9813121279303, -1.4526819160076565, -0.018286692575389243, -1.102778878170014, -0.7398659163899289, 0.9806453746313883, 0.6899413341828736, -1.3325638060506813, 0.4192284162634575, 1.0144091061216691, 0.7107249650755916, 0.30879310202043103, 0.3657316313239353, -0.9322398374698564, 0.5357959256679837, 0.9014950675307152, -1.2780807010939146, -0.7303100066807277, 0.3955540427122475, -0.9322398374698564, 0.1993867200494632, -1.006904867510564, -1.6977427324442451, -0.9940162516335942, 0.3875197769549063, 0.505710253483547, 1.0130829955316585, 0.4035160515509212, -1.194093262844356, 0.6528513583610538, 1.0671369422276538, -1.0743139033114963, 0.4295505092791698, 0.7720434771987784, -0.7994710077891486, -0.8523981062365527, -0.5899590645110634, 1.0353610728700544, -1.0884323494986137, 0.8293883849786696, 0.3794119309190989, 0.9397947080614572, -1.0199833981801725, 0.4523443755249436, 0.3490312477564564, 0.7419150331861416, 1.1344288309784825, 0.2758422782246341, 1.2203725641549408, 0.6568295565824379, -0.5273250084174452, 0.5758339181040588, 0.8598867321887758, 0.5243451913444236, 0.1859766945255341, 1.339098062871997, 0.6568295565824379, 1.1729212162526907, 0.7218591352276039, 0.9311022600029144, -0.8415569614767213, 0.3657316313239353, 1.143637598296687, 0.3928840472838093, 0.8551405109454208, 0.6162194422373067, -1.6699863069932948, 0.6182948069934545, -0.7022452205529437, 1.2297728799034946, 0.7508832766135117, 0.6956581605528125, -1.0332575082139208, 0.9806453746313883, 0.4818510438555693, -0.4688278372151693, 0.8801646209076374, -0.8857400595433461, -0.8415569614767213, 1.1784432944369059, -1.2435281514648449, 1.0196937715968593, -0.7892543823104619, 0.6548426921343278, 0.7841573091901635, -0.8415569614767213, 0.3377200323925543, -0.6063346477732975, -0.7022452205529437, 0.7107249650755916, -0.4206312224122255, 1.2087460509665404, 0.7181632832445779, -0.7691676590863686, -0.9442558348397284, 1.1204335311034568, -1.351492043120028, 1.657300753082204, 0.8162258337886549, 0.7526660740005379, -0.2449316396623246, 1.3073137626067253, 0.15153515405904838, 0.7013383053629031, 0.3928840472838093, 0.2999274504168583, 1.1097899110526606, 0.9426733259890152, 0.06296022783322662, -0.9322398374698564, -0.7691676590863686, 0.660789957431516, 0.3175708524948552, -0.7495259550602416, -0.6661564217334939, -0.7303100066807277, 0.9792676674533172, -0.4547877445048437, 1.2012670546776807, 0.34339370462165913, -1.0604164229429354, 0.7961076089197284, 0.4397536378275929, -0.3813093498747643, 0.7772554306117151, 1.5255351770673748, 1.0064224793210097, -1.0467331187042808, -1.4315038712859527, 0.984765677722231, 0.8817053871156497, 0.22561239248445825, 0.8693035093156238, 0.8310200276375014, 0.2849511746442868, 0.6285992715224373, -1.3140296728687677, 0.7383021408045655, 0.5648926679926795, 1.2034103663036144, -1.006904867510564, 1.0844455196758145, 0.9765058038786962, 0.6706141311738729, -0.8415569614767213, 1.0275620829716916, -0.4617799770418003, 0.6706141311738729, 0.5448510544152403, -0.8202643343192901, 0.7841573091901635, 0.944109132264703, 0.4890765661557347, -0.4547877445048437, 0.7508832766135117, 0.4008699969322444, 0.27888900205040057, 1.3082650692077498, 0.7364901501586157, 0.7910057928001564, 0.8567254138126019, 0.3848254035911927, 0.7069822363157806, 0.7069822363157806, 0.7364901501586157, 0.5994390088746538, 0.9681681326516904, 0.8939359164697191, 0.3175708524948552, -1.2102680475746102, -0.09838464244219562, 1.1651319742781994, 1.8051274794746144, -0.5502970784306005, 0.3262624275541191, -0.07994848755742501, 0.119348959533649, 0.946973777211256, -0.720856008142723, 0.34621696354857684, 0.7892986325194793, 1.0990167567518667, -0.7303100066807277, 0.8455710386689053, 0.8646076421371457, 0.6099639950891996, 0.500989576633611, -1.1782075632702422, 1.0327690365595992, 1.0196937715968593, 0.5801728337640754, 0.4938610246745962, 0.6120540593384851, -1.0604164229429354, 1.0583540653712995, -1.3140296728687677, 1.3724374788723173, 0.5823343427959278, 0.4397536378275929, 1.2763192533361212, 0.8908940893481821, 0.5866415921171309, 0.4938610246745962, 0.9695632093834876, 0.8984791485130968, 1.517314643865461, 0.8277537293842655, 0.9569276564350008, 0.3058477383198946, -0.1813253771266511, -1.2780807010939146, -0.7892543823104619, 1.041808151685252, 1.1424917276576247, 1.026255544902872, 0.9526754059084456, -1.566840034802086, 0.6568295565824379, 0.4448114411456995, 0.3204775354755107, 1.0144091061216691, -0.720856008142723, -1.0467331187042808, 0.8801646209076374, -0.6840171601018867, 0.8045458355094929, 0.2939673062134553, 0.31465459488212183, -0.6840171601018867, 1.5519171400088747, 0.5951937256291444, 0.7910057928001564, 0.30289254306723884, 0.32914076013442745, 0.9134570321801077, -1.0604164229429354, 1.046932219905767, -0.8098067237177461, -1.2102680475746102, 0.9412351871183, 1.1980423255361492, 0.8739745979988729, 1.206615634863325, 0.7858744035225764, -0.9813121279303, 0.6975555946032388, 1.3680048587523421, 0.9695632093834876, -0.4547877445048437, 1.0090927025071927, -0.21787174184314656, -0.720856008142723, 1.4281283636634394, -1.4108172932213774, -0.4341362076239317, 1.3242827985786545, 1.257389325541355, -1.5915331935778099, -0.7592924135618009, 0.9861348613113085, 0.05123836287537748, 0.9164224367694328, 0.8924163094399333, 1.1828362883371688, 0.8847788976245898, 0.1620090199793434, 0.8878417739249721, -0.7691676590863686, 0.703223616604225, -1.1321864138471622, 0.3928840472838093, 0.8924163094399333, 1.1828362883371688, 1.125123259028791, 0.9806453746313883, 0.505710253483547, 1.3794838247858427, -0.6146373331946995, 0.7051049212577783, 0.8145666681431021, 0.5736564593642489, -0.6840171601018867, 0.9681681326516904, 0.5692854083380894, 0.3490312477564564, -0.6661564217334939, 0.21259665863397648, -0.18645485154592548, -0.4759322165143754, 1.5150593674708894, 1.1718126548894836, -0.908685312969226, 1.3916815559139892, 0.2849511746442868, -0.5349163796332926, 1.0064224793210097, -0.7115017729948445, -0.9203844052896399, -0.9813121279303, 0.4745660627104436, -0.9813121279303, 1.3326468729979188, 0.9861348613113085, -0.7398659163899289, 0.7237012910742273, -1.3325638060506813, -0.5123346531761932, 0.4372138587704413, 1.517314643865461, 0.7346744429967287, 0.8293883849786696, -0.5659494886184634, -0.4688278372151693, -1.260636653326314, 0.9134570321801077, 1.4214602065143382, 0.4914720275710997, 1.1980423255361492, 1.4702884363244626, 1.1014221469832632, 1.6226595923607758, 0.7473068744520265, 1.1561452405768855, 1.5948997056985756, -0.4206312224122255, 0.9526754059084456, -0.2785341710757222, 0.7013383053629031, 0.4321123368434599, -1.1321864138471622, 0.7632881121898237, 1.0064224793210097, -0.4759322165143754, -0.4206312224122255, 0.7088555786625844, 0.5266472177425642, 1.283192642390276, -0.95643679595679, -0.4688278372151693, 0.7181632832445779, 0.7107249650755916, 0.8708632791129577, 0.743715965009167, -0.7115017729948445, 1.0856689923635083, 0.21259665863397648, 0.3490312477564564, -0.64002256814951, -0.7994710077891486, 0.9311022600029144, 0.5425959406595231, -0.4975937120921309, 0.6036640310533415, -0.3314564698842232, 0.8178818955589949, 0.4523443755249436, 1.2318483516149952, 0.9059997675680288, -0.5502970784306005, -0.6930843344675085, -0.8523981062365527, 1.3427634578772851, 1.4172669558754325, -1.496609111887054, 0.7401104301171597, 0.944109132264703, -0.720856008142723, 1.4952691382900603, 0.9611595786931194, 0.9540950935020248, -0.8308467438639693, -0.5899590645110634, 0.9311022600029144, -0.5981090302381786, 0.7615265998297971, -1.351492043120028, 0.10094887451039944, -0.7892543823104619, 1.4914120730011466, -0.5899590645110634, 1.0683845555507965, 0.17578417727465398, -0.6930843344675085, 1.1309506948521637, -1.1626008364213478, -0.8098067237177461, -0.9940162516335942, 1.3196017135862834, 1.2140497672378558, -1.1782075632702422, -0.1610995291672093, 0.3928840472838093, -0.7892543823104619, -1.006904867510564, -0.6573592352274501, 1.3473239612085863, 1.5648190138804248, 1.0064224793210097, 1.1527515543146276, 0.2939673062134553, 0.8583074841917863, 1.1561452405768855, 0.5692854083380894, -0.4073290385448224, 0.5127444032082348, 0.3348695025924612, -0.8415569614767213, 0.7364901501586157, -0.7892543823104619, 1.0090927025071927, 1.1401955269593604, 0.6822610133395358, -0.8971384994474391, 1.5817341108272946, 0.7702993179588289, 0.2849511746442868, 0.4622896058516304, 0.4573309560269975, 0.8261160497070112, -0.2900244268327371, 0.1993867200494632, 0.6686579989937994, 1.4639315359695455, -0.5981090302381786, 0.6306458489398771, -0.6486485110470401, -0.2958259431836163, 0.4986197648327805, 0.5758339181040588, 0.6956581605528125, 1.1401955269593604, -0.8098067237177461, 0.30879310202043103, -0.031143249340470983, -0.6930843344675085, -0.6750418020425493, 1.1561452405768855, -0.6661564217334939, -0.7592924135618009, 0.5104058912533028, 0.8708632791129577, 1.3307950075114532, -1.1472634893719835, 0.6994489704328124, 0.2697171947384691, -0.7022452205529437, 0.8786211683003499, -0.4007521127251592, -0.3436591134652134, 1.454309762892433, 0.3320097650631727, -0.8523981062365527, -0.048580957496570966, 1.3381793377584503, -0.13160139724356712, 1.1572735842707034, -1.6699863069932948, -0.1762254429606835, -0.4341362076239317, -1.3140296728687677, -1.194093262844356, -0.6840171601018867, 0.6224309971747315, -1.194093262844356, -0.4206312224122255, 0.6203653177555489, 0.5866415921171309, 1.0621288307060246, 1.0196937715968593, -0.7994710077891486, 0.6880274917887669, 0.8455710386689053, -0.7791541385701679, -1.260636653326314, 1.2256072808194247, -0.8744862360954198, -0.2125575840621143, 0.8045458355094929, 2.0329386405311616, 0.593063425202021, 0.8310200276375014, 0.8801646209076374, 0.5973189120223158, 1.5021697853308107, 1.566241016351581, 0.9134570321801077, -1.4315038712859527, 0.8095704310635758, 1.1274588388241296, 0.6956581605528125, -0.07087238108926294, -0.7303100066807277, -0.7994710077891486, 0.6528513583610538, 0.8178818955589949, -0.8308467438639693, 0.8244753347376519, -0.6063346477732975, 0.8878417739249721, -0.6840171601018867, 2.0585624961876947, 0.3629700197683355, 0.3902059750340104, 0.6627635334624827, 1.333571354980227, 0.4269812469038548, 0.8551405109454208, 1.2958176201706384, 1.5446673364677883, -1.3906000353315076, 0.9555125079216604, 0.8293883849786696, 1.2224701669217826, 0.7490968816134399, 0.7383021408045655, 0.624491867743971, 0.8739745979988729, 0.5538144988477238, -0.6840171601018867, 0.8677409863864007, 1.3794838247858427, -0.8523981062365527, 1.4766000117045859, 0.863036801189848, 1.3838594771543902, 0.6015540405037508, -0.0618883597971729, 1.4494593712599209, -0.7592924135618009, 0.7401104301171597, 0.9875019304564748, 1.1751341828997977, 1.3500490280142865, 1.2235171073258833, 0.6306458489398771, 0.8519621670515952, 0.8439660208062698, 0.9737352964879528, 0.975121634040485, -1.0743139033114963, 1.1216082943790522, 1.5533600028172585, 1.055828583002205, -0.7592924135618009, 1.301584353542247, -0.9813121279303, 0.9119705964226176, -0.28426066545363804, 1.0621288307060246, -1.8510704663612465, -0.9322398374698564, -0.8415569614767213, -1.117360954232261, 0.8567254138126019, 0.1993867200494632, 0.8391334327716329, 1.041808151685252, -0.7022452205529437, 1.074596382380013, 1.3934104489132018, 1.0733574993047579, 0.5150767541400778, 1.657300753082204, 0.4794293715662329, 0.6015540405037508, -0.13160139724356712, -0.8202643343192901, 0.9943057866893422, 1.296781355019195, -0.908685312969226, 0.8244753347376519, 0.7455132404925545, -0.22321798033974646, 0.03536383797990047, 0.9555125079216604, -0.7691676590863686, 1.8078353413132024, 0.9875019304564748, 1.7543394473908307, -0.9442558348397284, 1.1062134075349181, 1.6146244646774863, -1.3325638060506813, -0.6314797739890848, 1.1097899110526606, 1.485205597183441, 0.7473068744520265, 1.4256336873617346, 1.1367400193124195, 1.5439390797444938, 1.314895743027552, -1.2958736520430916, 1.4952691382900603, -1.0604164229429354, -1.0332575082139208, 1.6624138227096257, -0.7398659163899289, 0.9045007464562048, -0.8098067237177461, -0.8971384994474391, 0.7597615753289566, 1.0456539808188732, 1.0832203536808185, -0.2125575840621143, 1.04948317415949, 1.28417021288353, 1.3044536933919506, 0.9597511846396314, -0.6840171601018867, 0.8567254138126019, 0.7125904122261538, 1.7077548146717578, 0.984765677722231, 0.4647585541871467, -0.7115017729948445, 1.302541833939165, 1.4494593712599209, 1.1751341828997977, -1.194093262844356, -0.8523981062365527, 0.984765677722231, 0.5104058912533028, 0.7579930246548563, 1.1133520228118927, 1.5548005176361466, 0.7255396214621936, -0.44096670029119256, 0.7807130962561667, 0.7490968816134399, -0.15611443153569474, 1.4079712834147176, 0.8095704310635758, 1.4494593712599209, 0.14093589930256956, 0.6783957201194739, 0.7737842067601016, -0.018286692575389243, -0.4341362076239317, -0.6840171601018867, 2.1872429543265657, 0.7615265998297971, 1.4437667847759947, 1.2276925306313378, 1.5150593674708894, 0.16547295408198326, 1.339098062871997, 0.5127444032082348, -0.4007521127251592, 1.865910613847416, -0.1813253771266511, 1.3372596581508776, 1.0881108764939955, -0.7022452205529437, 1.723358715930465, 1.599016907712731, -1.0199833981801725, -1.0332575082139208, -0.7592924135618009, 0.9455426134995868, 1.7119829962629396, 1.28417021288353, -0.4759322165143754, 0.8062238715067047, 1.296781355019195, -1.1782075632702422, 1.2654092154601468, 1.1617726314237973, -0.9203844052896399, 1.4363935389273592, -0.09838464244219562, 0.5448510544152403, 1.1640136092216258, -0.9940162516335942, -0.5738806159461705, 1.4314437000696627, 1.261408352788634, 1.0893292972270876, -1.0884323494986137, 1.145924899354437, 1.028866695517237, -0.06636897669181167, 1.2533519680281109, 1.070874519495939, 0.9512534378382528, 0.5758339181040588, 1.8982298450341712, 0.8244753347376519, 1.209809339408291, -0.11246810485174304, -0.048580957496570966, 1.7257350891763767, -1.2435281514648449, 0.6918510479449389, -0.2394531110257466, -0.4547877445048437, 0.5403350676473491, 1.0596141098061724, 1.3873444925508442, 2.0082772693276665, 0.9765058038786962, 1.3270796135856728, 1.4758135214248418, 1.423966655464462, 1.356375082170428, -0.36228420098122405, -0.5502970784306005, -0.4903142070800578, 1.6173109526781202, 1.691870914639172, -0.8971384994474391, 1.3289392598110932, 0.5801728337640754, 0.5104058912533028, 0.5471004381793925, 1.3536694499043578, 0.9806453746313883, 0.7490968816134399, 1.765754162446972, -0.7994710077891486, 1.1538842292863882, 1.3581742536411774, 1.7764634818629363, 0.9526754059084456, -0.95643679595679, 0.3875197769549063, -0.1968038034252957, -0.3877429694680081, -0.2785341710757222, -0.2394531110257466, 0.2510835114260116, 1.4256336873617346, 1.4281283636634394, 0.8310200276375014, 1.6585817919354218, 0.934009236846682, 2.1346340571221907, 0.7383021408045655, 2.0278923504414403, 1.3464137382111336, 1.7600652038155995, 1.1309506948521637, 0.9597511846396314, 1.3706670934389436, -0.5502970784306005, 1.3759676629635165, 1.0024019813086844, 1.9359849983087123, 1.6863055573055108, -0.9813121279303, -0.1813253771266511, -0.8415569614767213, 1.0196937715968593, -0.4007521127251592, 0.7013383053629031, 1.4231319607792547, 1.9069750329333564, -0.8415569614767213, 1.0327690365595992, 0.12660324347017052, -1.0884323494986137, -0.95643679595679, 0.5289432736055973, 1.360866172948472, 1.4655250458906506, 1.9996115042286458, -0.08452166625339103, 1.5768338405321034, 2.2170295494576133, -0.3942236592960909, -0.05743030102636605, 0.6918510479449389, 1.765754162446972, 0.4061542210128377, -0.6314797739890848, 1.3653345933824022, 0.7650461263578894, 1.7275131919352409, 0.9526754059084456, -0.8633734125890543, 1.9127575262721976, 0.646850338896258, 1.5292466948968686, 0.9134570321801077, 1.384732018117759, 1.565530300654093, 1.4164259168592477, 2.141708260512959, 0.6822610133395358, 0.8661757005894352, -0.14132533696124674, 1.5036959844389712, 0.7579930246548563, 1.91897955960572, 1.3750864358916832, -1.2435281514648449, 0.7978017012240759, 0.7615265998297971, 1.155015456808939, -0.0618883597971729, 0.006879599681635982, -0.15611443153569474, 1.3908158415141978, 0.9970127539899184, 1.3908158415141978, 0.7562209336907874, 1.5591080502639658, 0.6588119717210084, 1.8724695487249827, -0.3194196606172444, 0.3928840472838093, -0.4341362076239317, 1.2543630350152726, 1.209809339408291, 0.9681681326516904, 1.5948997056985756, 1.1482063055448817, -0.4341362076239317, 2.2388958038606384, 0.9526754059084456, 1.3985769597824262, 1.0249470756186358, 0.35463311895905325, -0.2394531110257466, 0.4890765661557347, 0.9281857056132276, 1.5344168142935932, 2.1751847317533666, 0.20601632640235487, 0.15504022788424562, -1.0332575082139208, 0.7125904122261538, 1.381236682070775, -0.7022452205529437, -0.4903142070800578, 0.7615265998297971, -1.102778878170014, -0.4547877445048437, 1.8490394169058584, -0.6063346477732975, 1.5648190138804248, 1.4054190665591302, 0.9526754059084456, 1.3864745241280276, 0.64282693952632, 1.081993489685002, 2.1026628602946933, 1.0392349518761006, 1.964527476467589, -0.1711547108940266, -0.3877429694680081, 1.5626817179064811, -0.2671910781751071, -0.5425733554013363, -0.5197981281141256, -0.95643679595679, 1.244200019811073, -0.7592924135618009, 1.8175156256576688, 1.0366542504140186, 0.6647327194306595, -0.9442558348397284, 0.2666386885114029, -0.6314797739890848, 1.4164259168592477, 1.3803606872933123, 1.2938869970978033, 0.6408083618074193, 1.8859386162758565, -0.22321798033974646, 2.0952683017511577, 0.6725659504636542, 0.11569940638623327, -0.3075442411491533, -0.4073290385448224, 1.7345901003159727, -0.2394531110257466, 1.3509555225970151, 0.08594843301050951, -1.0199833981801725, -0.8308467438639693, 0.9164224367694328, 1.9132376999919336, 0.3262624275541191, 0.6387851707944447, -0.5123346531761932, -0.5738806159461705, 2.0270484981634067, -0.8744862360954198, 1.7071491367102452, 2.065864838663503, -0.4073290385448224, -0.0014299420117279526, -0.7022452205529437, 2.0610033097275484, -0.12677917792446894, 0.2416175080354187, 0.6306458489398771, -0.4547877445048437, -0.3685806223974848, 0.7069822363157806, -0.2125575840621143, 1.1482063055448817, 2.2579614178380973, 0.30879310202043103, -0.7303100066807277, -0.2671910781751071, 0.9296451839439142, 0.6036640310533415, -0.2728444651231056, 1.7398608984151809, -0.08452166625339103, -0.9813121279303, 0.28796676551036404, 1.092974529438139, -0.6930843344675085, -0.1968038034252957, -0.5659494886184634, 0.1083548577457348, 2.5567825210133557, -0.21787174184314656, 0.7994925577334665, 0.06683328275258918, -0.3685806223974848, -0.9203844052896399, 0.06296022783322662, -0.4617799770418003, -0.2340082646369433, 0.8770750199100507, -0.0014299420117279526, 1.6655945583342089, 0.23204920052813044, -0.1364500200489779, 1.8505865184899135, -0.4830940280148591, 1.639168786434552, 0.5357959256679837, 1.957249321883722, 0.4244045064425734, -0.4273579793886736, -0.6486485110470401, 1.8694483857028776, -0.3436591134652134, 1.3803606872933123, -0.44785026902631053, 0.9455426134995868, -0.12198307618972275, -0.30166571211896825, 1.0770689591369718, -0.3685806223974848, 0.3204775354755107, 2.275669268283208, 1.1684786168783845, -0.2449316396623246, -0.1968038034252957, -0.7791541385701679, -0.4007521127251592, 1.3482332492300408, 1.5143063300125597, -0.30166571211896825, -0.3942236592960909, 1.0633835173176394, -0.2340082646369433, 0.30289254306723884, -0.03547058811804265, 2.0454299254856867, -0.15115723981061965, 0.5425959406595231, -0.4759322165143754, -0.2958259431836163, -0.261573549734334, 0.6880274917887669, 0.07068946958621998, 1.5768338405321034, 0.03935923095135724, 1.1014221469832632, 1.2674028862455577, 0.7702993179588289, 0.9311022600029144, 0.2939673062134553, 0.5220371632819606, -0.4007521127251592, 0.119348959533649, -0.009818204308092474, 1.1274588388241296, 0.07068946958621998, -0.7994710077891486, -0.3942236592960909, -0.10774868613697043, -0.1172128107543981, 0.593063425202021, 0.8817053871156497, 2.539443427573905, 0.6899413341828736, -0.05299457444538397, 0.7237012910742273, 1.2674028862455577, -0.12677917792446894, 2.4219506754483127, 2.1651295945779903, 0.08215827471548579, 1.5690781866720311, 1.3554741232896306, 0.12660324347017052, -0.2958259431836163, 1.4805220154530172, 0.944109132264703, 1.2743455853285168, 0.7772554306117151, 1.2523397449126754, 0.03935923095135724, 1.4502696177384309, -0.261573549734334, 1.6085498899577144, 1.6566595377839817, -0.14622764342388225, -0.0618883597971729, 0.9512534378382528, -0.07539880588385194, 1.3054080769067784, 1.2023393591691032, 0.9902297514667692, 1.3864745241280276, -0.031143249340470983, 2.3551853824589624, 1.3280099250374773, -0.07539880588385194, 0.6306458489398771, 0.1689233886736495, 1.2753329693900377, 0.7702993179588289, 0.4842661098037261, 0.5973189120223158, -0.0014299420117279526, 1.545394994551956, -0.2785341710757222, 1.5143063300125597, 0.18259220964307893, 1.6875453307018826, 1.2151067079143263, 0.03135033454176449, 0.06683328275258918, 1.4355704854783966, 0.10465960960593748, 0.2939673062134553, 1.2380457287668971, 1.1980423255361492, 0.4397536378275929, -0.2340082646369433, 1.619989312226049, 0.9526754059084456, 0.9569276564350008, 1.0314701666815749, -0.1762254429606835, 0.18259220964307893, 0.5357959256679837, 0.05123836287537748, 0.3262624275541191, -0.07087238108926294, 1.118079317161589, -0.3314564698842232, 1.25537294851209, 1.2044800792166497, 0.16547295408198326, 1.261408352788634, 1.2349524636263551, -0.06636897669181167, 0.5080611856426084, 1.5859128595959562, -0.10305428659358712, -0.048580957496570966, 1.7787016602115866, 1.545394994551956, -0.31346204794629623, 1.8438627957065132, 1.9837960823499403, 0.1480161490173206, 1.7651869090199062, -0.4547877445048437, 1.91897955960572, 1.6961754642999889, 0.6994489704328124, 1.356375082170428, 1.5165635233116117, 0.5104058912533028, 1.1751341828997977, 0.5493441209943972, 0.9806453746313883, 1.72869661262271, 2.089386543797315, 0.22237635378325726, 0.08215827471548579, 1.423966655464462, 0.9267238170768226, 1.5210607161508418, 1.6417819173651016, 1.3750864358916832, 0.3204775354755107, 1.1527515543146276, 1.6345771630423798, 0.8129043869661167, 1.3082650692077498, -0.4073290385448224, 2.2494655049117163, 0.3766927304137658, 0.21259665863397648, -2.5074380585784675, -1.5915331935778099, 0.32914076013442745, -0.10305428659358712, -0.1813253771266511, 0.4218202442414943, 0.3955540427122475, 0.14093589930256956, -1.3140296728687677, -0.6930843344675085, -1.7559734933478186, -0.7398659163899289, -0.3877429694680081, 0.4842661098037261, -0.8523981062365527, 0.3204775354755107, 0.3233747064807085, -1.7865689424543016, -0.03981917874671982, -0.9442558348397284, -0.1813253771266511, -1.3906000353315076, -0.8202643343192901, -2.380153774078311, 0.3377200323925543, -1.0467331187042808, -0.8415569614767213, -0.3560322219239853, -2.5074380585784675, -1.6169276642745205, -0.3877429694680081, -2.121852013040656, -0.05299457444538397, -1.9573936209992835, 0.15504022788424562, -0.4073290385448224, -2.121852013040656, 0.0590701566434801, -0.2785341710757222, 0.0590701566434801, -0.31346204794629623, -1.260636653326314, -1.3140296728687677, -0.12198307618972275, 0.4842661098037261, 0.006879599681635982, -0.2728444651231056, -0.009818204308092474, -2.6542069541032776, -0.1968038034252957, -2.924772435006401, -0.32541761798574564, -0.22321798033974646, -2.5074380585784675, -1.1321864138471622, -0.7495259550602416, -1.194093262844356, -1.226742587427727, -2.121852013040656, -1.0467331187042808, 0.9397947080614572, -2.380153774078311, -0.0441892309317046, -0.2785341710757222, -0.5425733554013363, -0.5580887215190901, -0.18645485154592548, -1.117360954232261, -0.3560322219239853, -1.496609111887054, -0.22321798033974646, -0.95643679595679, 0.35742081808555515, -0.16611284854369965, -0.0014299420117279526, 0.3848254035911927, -2.3224229642493617, -1.7865689424543016, -2.3224229642493617, 0.06296022783322662, 0.1791947372399056, -1.496609111887054, -1.2958736520430916, -0.8857400595433461, -0.1813253771266511, -0.19161421027783648, -1.7865689424543016, 0.2510835114260116, 0.2819252770523698, -0.4759322165143754, -2.03591318033805, -1.9205451241161884, -1.194093262844356, 0.13737442827833926, 0.2849511746442868, 0.6686579989937994, -0.11246810485174304, 0.15504022788424562, -1.9573936209992835, -0.7115017729948445, -0.21787174184314656, -1.4315038712859527, 0.4035160515509212, 0.055162919037876665, -0.2125575840621143, -2.2167006169731653, 0.6036640310533415, -1.6699863069932948, 1.3044536933919506, -2.2167006169731653, -2.380153774078311, -0.2900244268327371, -1.9958047409774788, -2.0778712599306264, -1.8182421617002715, 0.03935923095135724, -2.2167006169731653, 0.2697171947384691, -2.121852013040656, -0.7592924135618009, 0.4269812469038548, -0.8971384994474391, 0.07452893459193187, -1.3708314057009807, 0.10465960960593748, -1.3906000353315076, 0.4061542210128377, -1.9573936209992835, -1.4108172932213774, -1.9573936209992835, 1.0366542504140186, 0.8487723705693725, 0.8310200276375014, -1.8182421617002715, 0.7051049212577783, -1.4743751669297098, -1.9205451241161884, 0.10465960960593748, 0.2447841013186553, 0.13737442827833926, -1.1472634893719835, -2.03591318033805, 0.4818510438555693, 0.3902059750340104, 0.3405614135593358, -0.908685312969226, -1.117360954232261, -1.8182421617002715, 0.3601997667700475, -1.1321864138471622, -0.0441892309317046, -1.3906000353315076, -0.4975937120921309, 0.4818510438555693, 0.7615265998297971, -0.014042324426846263, 0.7508832766135117, 0.7200131379688711, -1.4526819160076565, 0.015111884174512131, -0.8744862360954198, -1.2435281514648449, -1.1472634893719835, -0.9940162516335942, 0.4794293715662329, -0.8744862360954198, -1.8182421617002715, 0.3233747064807085, -1.226742587427727, 0.7702993179588289, 0.22237635378325726, 0.6666975348221966, -0.3560322219239853, -1.9958047409774788, 0.5403350676473491, 0.12298353107085655, 0.2939673062134553, 0.2697171947384691, 0.9765058038786962, -2.03591318033805, -0.1968038034252957, 0.5994390088746538, 0.4770010566970644, -1.226742587427727, -1.0884323494986137, 0.07452893459193187, 0.7650461263578894, 0.07068946958621998, 0.5289432736055973, 0.3058477383198946, 0.7013383053629031, 0.5335175970379815, 0.7273741422457857, -2.1680529428325794, 0.5033530616208167, 0.5493441209943972, -1.4315038712859527, 0.2635494403061717, -1.6169276642745205, -0.4007521127251592, 0.41402188488417896, -0.4975937120921309, 0.41402188488417896, -1.5194111614375327, -2.03591318033805, -1.7559734933478186, 0.027318555748247986, -0.0937394940516736, 0.08215827471548579, 0.7364901501586157, 0.27888900205040057, -1.9205451241161884, 0.11203474763619073, 0.6120540593384851, -2.1680529428325794, 1.1628938294646838, -0.1172128107543981, 0.5080611856426084, 0.21912844367356987, 0.3848254035911927, -1.3708314057009807, 0.13737442827833926, -1.496609111887054, -1.8510704663612465, -1.9205451241161884, 0.08215827471548579, -0.08452166625339103, 0.03935923095135724, 0.5538144988477238, 0.7292048691809316, 0.4192284162634575, -1.8182421617002715, -1.3906000353315076, -0.4206312224122255, -2.2167006169731653, 0.31465459488212183, 0.6937566508485591, -1.3906000353315076, 0.4448114411456995, 0.7473068744520265, 0.3629700197683355, 0.17578417727465398, -1.5915331935778099, -0.18645485154592548, 0.2573384163044569, 0.07452893459193187, -1.2958736520430916, -1.117360954232261, 1.0236366694015662, -1.6430639939836829, 0.015111884174512131, 0.2697171947384691, 0.3175708524948552, -1.3140296728687677, -0.6486485110470401, -1.2780807010939146, 0.8924163094399333, 0.4166289780834787, -1.8182421617002715, 0.6706141311738729, -1.4526819160076565, -1.4743751669297098, 0.4914720275710997, 0.6099639950891996, 0.09348042047735644, 0.8310200276375014, 0.8112389785357003, -1.6977427324442451, -2.6542069541032776, -1.6977427324442451, 0.1893482907861329, 0.34621696354857684, 0.2819252770523698, 0.7544452882351042, 0.8178818955589949, -1.5428108453851304, 0.6448409249404637, 0.1480161490173206, -2.03591318033805, -1.7559734933478186, -1.3906000353315076, -0.005614140001208964, 0.20270772856085967, 0.7685517154995564, 0.12660324347017052, -0.9940162516335942, -2.3224229642493617, 1.0104247997165317, 0.2999274504168583, -0.7691676590863686, -0.9813121279303, 0.4346667724971465, -1.6977427324442451, 0.9583405462748991, 0.5515821316824457, 0.9029991826572066, -0.5818833731476161, 1.118079317161589, -1.3140296728687677, -1.6430639939836829, 0.15504022788424562, -1.4315038712859527, -1.9573936209992835, -1.496609111887054, -1.4108172932213774, 1.463133704011184, -0.25599142800204416, 0.5266472177425642, -0.2728444651231056, -2.121852013040656, 0.5560412508786036, -1.9573936209992835, 0.0590701566434801, -1.566840034802086, -0.31346204794629623, -1.5915331935778099, -1.5194111614375327, 0.5823343427959278, 0.32914076013442745, -1.7263858968387458, 0.9956603050529872, -1.226742587427727, 0.743715965009167, 0.8770750199100507, -1.3140296728687677, -1.7559734933478186, 0.8801646209076374, 0.2819252770523698, 1.376848013650052, -1.3906000353315076, -0.5580887215190901, -1.5915331935778099, 0.5758339181040588, 1.219321895903331, -1.4108172932213774, 0.3766927304137658, -2.121852013040656, -0.5899590645110634, 0.6141392006763047, 0.119348959533649, 0.2727850334217225, -1.566840034802086, -1.6977427324442451, -1.4743751669297098, -1.4743751669297098, -0.1364500200489779, -1.4108172932213774, 0.9653713661145916, 0.5425959406595231, 1.125123259028791, 0.6975555946032388, -0.7398659163899289, 0.3204775354755107, -0.05299457444538397, -0.3813093498747643, 0.6326877059266567, 0.2969523938595272, 0.3928840472838093, 0.743715965009167, -1.4526819160076565, -1.6699863069932948, 0.9164224367694328, -1.7865689424543016, -0.005614140001208964, -0.005614140001208964, -1.7263858968387458, 0.2939673062134553, -1.7865689424543016, 0.6367573453538599, -1.5194111614375327, -2.121852013040656, 0.21259665863397648, 0.6162194422373067, -1.6169276642745205, 0.7163095549004327, -1.226742587427727, 0.5104058912533028, 0.8724203054628822, 0.7685517154995564, -1.7865689424543016, 0.7069822363157806, -1.7865689424543016, 1.1882970499036514, -1.1626008364213478, 0.5448510544152403, 0.35463311895905325, 0.6015540405037508, -1.496609111887054, 0.2909721196151899, -1.8510704663612465, 0.44732954794271335, -0.2394531110257466, -1.6977427324442451, -0.9940162516335942, 0.8407472284961647, 0.4573309560269975, 0.4244045064425734, 0.9806453746313883, 0.7107249650755916, 0.2758422782246341, 1.3418485310094856, -1.6169276642745205, -0.5580887215190901, 0.4397536378275929, 0.863036801189848, 0.6588119717210084, -1.9573936209992835, 0.6745134758383284, 0.6880274917887669, 0.8078987326946888, 0.1893482907861329, 0.9426733259890152, 1.1145362152080869, -1.9958047409774788, -1.7559734933478186, -1.9573936209992835, -1.4108172932213774, 0.5780060341868045, 0.8487723705693725, -0.6573592352274501, 0.4218202442414943, 0.4269812469038548, 0.4866746053536388, -0.005614140001208964, 0.7237012910742273, 0.8770750199100507, -1.4526819160076565, 1.5817341108272946, 0.3348695025924612, -1.5428108453851304, 0.6306458489398771, -1.9573936209992835, -1.4743751669297098, -1.7559734933478186, 0.11569940638623327, 0.7892986325194793, 0.6099639950891996, 1.3750864358916832, 1.2452215880140154, 0.9943057866893422, -0.03547058811804265, 1.0633835173176394, -1.1782075632702422, -1.5194111614375327, 0.5780060341868045, 0.7383021408045655, -1.7559734933478186, 0.3902059750340104, -1.8182421617002715, 0.500989576633611, 0.5197231021818918, -1.9958047409774788, 0.9667708538828308, -0.9687873021829128, 0.6141392006763047, 0.6994489704328124, 0.7841573091901635, 0.6841873494314842, 0.6078689846295768, 0.19270709619856, 0.1791947372399056, 0.7455132404925545, 0.05123836287537748, 1.0405224867606238, 0.7292048691809316, 1.118079317161589, -1.4743751669297098, 0.1893482907861329, 1.2938869970978033, -1.4743751669297098, -2.0778712599306264, -1.6169276642745205, -1.1472634893719835, -1.5915331935778099, -1.4743751669297098, 0.593063425202021, 0.8145666681431021, -1.6169276642745205, 1.0050843411965402, -1.6169276642745205, 0.03536383797990047, 0.8646076421371457, -0.6840171601018867, 0.34621696354857684, -1.3708314057009807, 0.7544452882351042, -0.15611443153569474, -1.5428108453851304, 0.3657316313239353, 0.8661757005894352, -1.6977427324442451, 0.9709560910076752, 0.3766927304137658, -1.3708314057009807, -1.4743751669297098, -1.6699863069932948, 0.2352501399656129, -1.7263858968387458, 0.4397536378275929, 0.9281857056132276, -1.9958047409774788, 1.0223243205088173, 0.3405614135593358, 0.7685517154995564, 1.0010577472312854, -2.2167006169731653, 0.7125904122261538, -1.8510704663612465, 0.7841573091901635, -1.3708314057009807, 0.37122914455783296, 0.8244753347376519, 0.8145666681431021, 1.1026223954973309, -1.5194111614375327, -0.5502970784306005, 0.8375166897189505, 0.04729633398387127, 0.975121634040485, 0.9583405462748991, -1.6169276642745205, -1.2780807010939146, 0.4448114411456995, 1.028866695517237, -1.5915331935778099, 0.6224309971747315, -1.6430639939836829, -1.8851396279754824, 0.6937566508485591, -1.5428108453851304, 1.074596382380013, 0.119348959533649, 1.2349524636263551, -1.1626008364213478, 0.660789957431516, 0.4914720275710997, 0.8487723705693725, 0.3405614135593358, 1.3298676199550536, 1.1378933545931105, -1.1321864138471622, 0.5471004381793925, -1.5194111614375327, 0.984765677722231, 0.500989576633611, 0.6841873494314842, 0.7772554306117151, 1.1239531542285428, 0.2999274504168583, 0.6803304763559636, -1.6169276642745205, -1.226742587427727, 0.4035160515509212, 0.9498291819535324, 0.6306458489398771, 1.0807649229753062, 0.22561239248445825, 0.8244753347376519, 0.469675889719681, 0.9397947080614572, -1.4315038712859527, 0.5357959256679837, 0.5380684058890713, 0.6326877059266567, 0.7200131379688711, 0.6265479517995353, 0.4061542210128377, 0.6367573453538599, -1.7865689424543016, -1.566840034802086, 0.5951937256291444, -1.9205451241161884, 0.6285992715224373, -0.07087238108926294, 0.7562209336907874, 0.8261160497070112, 0.7650461263578894, -1.6977427324442451, 0.9281857056132276, 0.31465459488212183, -1.7865689424543016, 0.5560412508786036, -1.5194111614375327, 1.3214771190969632, -1.3906000353315076, -1.496609111887054, -0.5818833731476161, 0.7013383053629031, -1.4108172932213774, 0.6224309971747315, -1.5915331935778099, 0.8162258337886549, -2.03591318033805, -1.4315038712859527, 0.5080611856426084, -1.6169276642745205, 0.9223236103008734, -0.3375367774555492, -1.9958047409774788, -1.5915331935778099, 1.0144091061216691, 0.2352501399656129, 0.5951937256291444, -1.4108172932213774, 0.6725659504636542, -1.6977427324442451, 0.4295505092791698, -1.8510704663612465, -1.4743751669297098, -1.8851396279754824, 0.8770750199100507, 0.08215827471548579, -1.4743751669297098, 0.8028646126446171, 0.5973189120223158, 0.9354591533049832, 0.35742081808555515, -1.6699863069932948, -1.6169276642745205, 0.4008699969322444, 0.9252595103612984, 0.1993867200494632, 0.4745660627104436, 0.7273741422457857, 0.6994489704328124, 1.04948317415949, -1.9958047409774788, -1.7559734933478186, -1.4315038712859527, 0.17236042854580014, -1.6169276642745205, 0.8708632791129577, 0.6937566508485591, -1.351492043120028, -1.6699863069932948, 0.8439660208062698, 0.4745660627104436, 0.9597511846396314, 0.9875019304564748, 0.6647327194306595, -1.102778878170014, 1.6700284743994618, -0.1711547108940266, 1.0671369422276538, 0.15504022788424562, 1.0314701666815749, -1.4743751669297098, -2.03591318033805, -1.6699863069932948, 1.2503118196999317, 0.3794119309190989, -0.14132533696124674, 0.6861095028735109, 1.0327690365595992, -1.9958047409774788, -1.3708314057009807, 1.2023393591691032, 1.0340660034331026, 0.7544452882351042, 1.0037441772401032, 1.110978874998014, 0.4745660627104436, 1.1527515543146276, -1.194093262844356, 1.1850246369926944, -1.496609111887054, 0.4372138587704413, 0.2758422782246341, 0.4914720275710997, -1.6699863069932948, 0.4548411767605336, -1.6430639939836829, 0.2697171947384691, 0.4938610246745962, -0.13160139724356712, 1.0868907764179825, -1.3906000353315076, 0.10465960960593748, -1.566840034802086, 0.4647585541871467, -1.6699863069932948, 0.646850338896258, 1.2431772713258002, 1.266406612116366, -1.6699863069932948, 1.0327690365595992, 1.1332709700481884, 0.593063425202021, -1.8851396279754824, -0.026836955766565796, -1.6430639939836829, 0.8095704310635758, 1.1204335311034568, 0.28796676551036404, 1.0314701666815749, 0.7544452882351042, 0.20601632640235487, 0.6387851707944447, 0.4448114411456995, 0.0590701566434801, -0.8857400595433461, 0.9512534378382528, 1.0545631347905324, 0.7144519366804623, -1.6169276642745205, -1.8510704663612465, -1.4315038712859527, 1.2503118196999317, -1.3140296728687677, 0.3348695025924612, 0.7401104301171597, 1.356375082170428, -1.3906000353315076, 0.8739745979988729, 0.6120540593384851, 0.11569940638623327, 0.7841573091901635, 0.3405614135593358, 0.4218202442414943, -1.4108172932213774, -1.6977427324442451, -1.5194111614375327, 1.3509555225970151, 0.3405614135593358, 0.6347248642065849, 0.15853148033995038, -1.2958736520430916, 0.5220371632819606, -1.6977427324442451, 0.7737842067601016, 0.8708632791129577, -1.4108172932213774, -1.5915331935778099, -1.3906000353315076, 0.7013383053629031, 0.8078987326946888, -1.9205451241161884, 0.9583405462748991, 0.4598137527066936, 0.2758422782246341, 1.0353610728700544, -1.2435281514648449, 0.5626880968566859, -1.6169276642745205, 1.0482086159168973, -1.7559734933478186, -1.4108172932213774, 0.5357959256679837, 0.9179014222389332, -1.4526819160076565, -1.2435281514648449, 0.6120540593384851, 0.32914076013442745, 1.1447819875872691, 1.1640136092216258, 0.5312333898211962, 1.1424917276576247, 0.4422861514710721, 1.0893292972270876, 0.6306458489398771, 0.8954529193930688, -1.6169276642745205, 0.3377200323925543, 0.7685517154995564, 0.3657316313239353, 0.7858744035225764, 1.2203725641549408, 0.7755215201037823, -1.7559734933478186, 1.0807649229753062, 0.23204920052813044, -1.5915331935778099, 0.4244045064425734, 0.20601632640235487, 1.3418485310094856, 0.11203474763619073, -0.2340082646369433, -1.496609111887054, -1.5428108453851304, 0.3601997667700475, 1.1133520228118927, 0.6306458489398771, 0.4672206361155468, 0.4087845521682495, 1.1504818471739904, 0.934009236846682, 0.5403350676473491, 1.4314437000696627, 0.4938610246745962, 0.7807130962561667, 1.0010577472312854, 0.22883664622905106, 1.0646364280988971, -2.121852013040656, -1.5194111614375327, 0.5866415921171309, -1.3708314057009807, 0.8924163094399333, 0.8277537293842655, -1.2958736520430916, -1.5194111614375327, -1.7263858968387458, -1.6169276642745205, 0.4770010566970644, 0.6588119717210084, 0.8614631678553906, -0.5818833731476161, -1.7263858968387458, 0.4498405126037793, -0.8202643343192901, 0.3320097650631727, -1.2780807010939146, 0.624491867743971, -1.3906000353315076, -1.5428108453851304, 1.0696304129951095, -2.121852013040656, 0.4218202442414943, -1.4108172932213774, 1.0210100231719652, 0.7051049212577783, -1.2780807010939146, 0.8112389785357003, 0.923792777453624, -1.2958736520430916, -1.7865689424543016, -1.7263858968387458, -1.3906000353315076, 0.5844905870527555, 1.0807649229753062, 0.7737842067601016, -1.1782075632702422, 0.6706141311738729, 0.2969523938595272, 0.8487723705693725, 0.3928840472838093, 0.4035160515509212, -0.9940162516335942, -1.9573936209992835, 0.7200131379688711, 0.6528513583610538, -1.3708314057009807, -1.6430639939836829, 0.7562209336907874, 0.6347248642065849, -1.4743751669297098, 0.7218591352276039, -1.5194111614375327, 0.4448114411456995, 0.5670917627738015, 0.6841873494314842, -2.0778712599306264, 0.21586857474888926, -1.5428108453851304, 1.0633835173176394, 0.22561239248445825, 1.523300773727656, -1.2958736520430916, -1.7263858968387458, 0.7526660740005379, -1.8510704663612465, 1.0275620829716916, 0.5515821316824457, 0.5648926679926795, 0.4372138587704413, -1.4743751669297098, 0.4295505092791698, -1.8182421617002715, 1.074596382380013, 0.5197231021818918, -1.4108172932213774, -1.7559734933478186, 1.118079317161589, 1.0392349518761006, 0.8939359164697191, 1.1038210188335682, -0.09838464244219562, 0.5648926679926795, 0.21912844367356987, 0.7807130962561667, -1.5194111614375327, 0.2697171947384691, 0.5515821316824457, 1.0868907764179825, 0.6162194422373067, 0.7346744429967287, 1.3724374788723173, 0.5448510544152403, -0.2020239872771151, 1.3873444925508442, 0.6841873494314842, 1.0733574993047579, 1.0795346488190254, 1.2644106937445272, -1.9573936209992835, 0.5104058912533028, -1.566840034802086, 0.06683328275258918, 0.4598137527066936, 0.6647327194306595, 0.7144519366804623, 1.266406612116366, 0.4008699969322444, 0.7650461263578894, 0.7346744429967287, 1.4937283283183391, -1.1472634893719835, 0.04333667612386282, 0.9455426134995868, 1.0340660034331026, -1.4315038712859527, 0.9311022600029144, 0.7292048691809316, 1.0671369422276538, -1.566840034802086, 1.3697805711932192, 0.9325569416851476, 1.1937243314580301, 0.2510835114260116, 0.4295505092791698, 0.6141392006763047, 1.25537294851209, -1.7559734933478186, 0.5403350676473491, 0.646850338896258, 1.1401955269593604, 0.8078987326946888, 0.5758339181040588, 0.4346667724971465, -1.260636653326314, -1.6169276642745205, 1.2182699791295242, 1.2235171073258833, -1.4526819160076565, 0.8893692471926606, 0.8724203054628822, 0.3902059750340104, -1.5428108453851304, 1.143637598296687, -1.6169276642745205, -1.6977427324442451, -1.0884323494986137, 0.6528513583610538, -1.2780807010939146, 0.9455426134995868, -1.4315038712859527, 0.7807130962561667, -1.5915331935778099, 0.06683328275258918, 0.011005309212012948, 0.6975555946032388, 0.8277537293842655, 0.8011801907848136, 0.6120540593384851, -1.351492043120028, 0.5080611856426084, -1.3906000353315076, 0.9014950675307152, 1.2214219868445355, 0.7892986325194793, -1.3708314057009807, 1.2523397449126754, 0.05123836287537748, 0.4866746053536388, 0.975121634040485, 0.9193779408473858, -0.9203844052896399, 0.646850338896258, 0.7702993179588289, -1.5428108453851304, 0.7544452882351042, 0.5380684058890713, -1.8851396279754824, 0.3058477383198946, 0.6224309971747315, -1.4315038712859527, 0.24793940906765274, 0.64282693952632, 0.9252595103612984, 0.5780060341868045, 0.5380684058890713, 0.9611595786931194, 0.8535527654300645, -0.09838464244219562, 0.21259665863397648, -1.6169276642745205, -1.3325638060506813, 0.7824368777665608, 0.3928840472838093, 0.7892986325194793, 1.3509555225970151, 1.074596382380013, -0.9203844052896399, 0.2819252770523698, 1.0507558999178759, 0.8724203054628822, 0.6841873494314842, -1.5194111614375327, 0.8277537293842655, 0.5714736316223716, 0.7632881121898237, 0.3348695025924612, -0.4007521127251592, -1.5194111614375327, 0.5243451913444236, 1.2266505197353847, 0.9943057866893422, 1.2161623881217178, -1.102778878170014, 0.6078689846295768, 0.8211847537729493, 0.9695632093834876, -1.3325638060506813, 1.0223243205088173, 0.9597511846396314, 0.5909279860706065, 0.4192284162634575, 1.1651319742781994, 1.0392349518761006, 0.17236042854580014, 0.2635494403061717, 0.8062238715067047, 0.119348959533649, 1.0392349518761006, -1.3708314057009807, -1.2958736520430916, 1.1773416311358689, -1.3325638060506813, -1.4526819160076565, 0.5714736316223716, 0.7994925577334665, 0.4295505092791698, 1.211932092412799, -1.0743139033114963, -0.1364500200489779, 0.6647327194306595, 1.046932219905767, 0.934009236846682, 1.2421533398277786, -1.4743751669297098, -1.9205451241161884, 0.9778878127707884, -1.351492043120028, 0.6803304763559636, 1.0077585977287091, 0.9369066988391728, 1.1729212162526907, 0.3490312477564564, -1.496609111887054, -1.566840034802086, -1.4108172932213774, 0.7013383053629031, 1.0770689591369718, 1.1168998581701248, 0.8310200276375014, -1.2102680475746102, -1.2958736520430916, 0.9639696623515877, 0.9014950675307152, 0.8326486684465211, 1.028866695517237, 1.219321895903331, 0.8062238715067047, 1.3261483234006817, 1.0170553824257005, -1.3708314057009807, 1.206615634863325, 0.8261160497070112, -1.6430639939836829, -1.5428108453851304, 1.0275620829716916, 1.578937278855209, 1.0379455415843029, 0.863036801189848, 1.2513263630219778, -1.1626008364213478, 0.6647327194306595, 0.9555125079216604, 1.1097899110526606, -1.194093262844356, 0.30289254306723884, -1.351492043120028, 0.22237635378325726, -1.4315038712859527, 1.257389325541355, -1.5915331935778099, -1.496609111887054, 1.25537294851209, 1.4028594699602643, 0.3175708524948552, -1.6699863069932948, 1.4380373536006832, -1.9205451241161884, 0.4622896058516304, -1.4315038712859527, -1.9205451241161884, 1.517314643865461, -1.260636653326314, -1.4108172932213774, 0.5582624159498122, 0.4962435922579486, 1.2055485010322915, 0.35742081808555515, 0.7702993179588289, 0.39821600988529626, 0.9915905162826426, 0.6528513583610538, 0.4548411767605336, 1.2472611944474172, 0.8770750199100507, 1.3082650692077498, 1.194805806205278, 1.2055485010322915, -1.3906000353315076, 1.3916815559139892, 0.946973777211256, -0.3498240626243391, 1.118079317161589, 0.9325569416851476, 0.6326877059266567, 1.2733570986946867, 0.8724203054628822, 1.1321115926651906, 0.9455426134995868, 0.3739651522185733, 1.1168998581701248, 0.3233747064807085, -1.4743751669297098, -1.2958736520430916, 1.1572735842707034, 0.946973777211256, -2.121852013040656, 0.4498405126037793, 1.0236366694015662, 0.3821228050347503, 1.1074071816368, 0.6783957201194739, 0.5887873833856242, -1.496609111887054, 1.0443738933259723, 0.6627635334624827, -1.6169276642745205, 0.6899413341828736, 0.12660324347017052, 0.8646076421371457, 1.0978116061545582, 0.9281857056132276, -1.2435281514648449, 0.7841573091901635, 0.5951937256291444, 1.1062134075349181, 1.0596141098061724, 0.975121634040485, 0.7401104301171597, 0.6627635334624827, -1.496609111887054, 1.3759676629635165, 0.5335175970379815, 1.147066337408457, 0.8739745979988729, -1.2780807010939146, -1.5915331935778099, 0.7720434771987784, 0.7364901501586157, 0.4087845521682495, 1.1204335311034568, 0.5714736316223716, 0.9667708538828308, -1.7263858968387458, 1.1367400193124195, 1.1145362152080869, 0.011005309212012948, 0.7144519366804623, 0.9383518811902718, 0.5736564593642489, 1.0130829955316585, 1.2693920770096825, 1.135585179417815, 1.1527515543146276, 1.2161623881217178, -1.6169276642745205, -1.4743751669297098, 0.469675889719681, -1.566840034802086, 0.8178818955589949, -1.4743751669297098, 1.0024019813086844, 0.7051049212577783, 0.9540950935020248, -0.0441892309317046, 0.351836614115984, -1.1472634893719835, 1.4113628329068586, 1.4687034858237331, 1.230811224024449, -0.9813121279303, 0.8817053871156497, 1.1038210188335682, 0.6285992715224373, -1.496609111887054, -1.5915331935778099, 0.7737842067601016, 1.0733574993047579, 1.1937243314580301, 0.9555125079216604, 1.1718126548894836, -1.3906000353315076, 0.8519621670515952, 1.4062706233795426, 0.6347248642065849, 0.8326486684465211, 1.566241016351581, 0.6588119717210084, -1.3140296728687677, 0.7927096672231692, 0.3739651522185733, 0.9281857056132276, 0.6036640310533415, -1.8182421617002715, 0.6745134758383284, -1.9205451241161884, 0.9653713661145916, 0.9806453746313883, 1.0236366694015662, -1.5428108453851304, -1.4108172932213774, -1.351492043120028, 1.0104247997165317, 0.9267238170768226, 1.1640136092216258, -1.226742587427727, 0.9512534378382528, 1.3545722464916978, 1.2802534368171892, -0.44785026902631053, 0.8503687055399151, 0.5648926679926795, -1.6699863069932948, 0.8519621670515952, -1.3140296728687677, -1.4526819160076565, 0.30879310202043103, 1.0844455196758145, 1.2452215880140154, 1.1168998581701248, 0.6841873494314842, 0.2447841013186553, -1.9958047409774788, 1.2001934496825046, 0.9970127539899184, 1.3968581377728984, 1.0532958750057009, 0.15153515405904838, 1.0658875680694395, 1.2624102649626676, -1.496609111887054, 0.8770750199100507, -1.6699863069932948, -1.2958736520430916, 0.4647585541871467, 1.0077585977287091, 0.5150767541400778, 0.5560412508786036, 1.3994351208647662, 0.8310200276375014, 1.110978874998014, 0.2999274504168583, -1.5194111614375327, -1.1321864138471622, 0.8455710386689053, 1.052026798453631, 0.08594843301050951, 1.0430919520736617, -0.09838464244219562, 1.028866695517237, 0.3657316313239353, 0.7944102684125502, 0.7944102684125502, 0.7310318179260249, 0.9709560910076752, -0.9322398374698564, 0.9943057866893422, -1.3708314057009807, -1.4108172932213774, 1.36444271194294, 1.7416108799040435, 1.0430919520736617, 0.8832434762592148, 0.4346667724971465, 1.1192572067490671, 1.1882970499036514, 1.4322705976832917, 0.7526660740005379, 1.3697805711932192, 0.5538144988477238, 0.006879599681635982, -1.6977427324442451, -1.4315038712859527, 1.041808151685252, -1.496609111887054, -1.3708314057009807, 0.8832434762592148, 0.9709560910076752, 1.0832203536808185, 0.6666975348221966, -1.4108172932213774, -1.3325638060506813, 0.9806453746313883, 1.1695913586989548, 0.9597511846396314, 1.0301693882065204, 0.8954529193930688, 1.0064224793210097, -1.3906000353315076, 0.8228315732044957, 0.4061542210128377, 0.7051049212577783, -1.3708314057009807, 0.9875019304564748, 0.44732954794271335, 1.0064224793210097, 1.4655250458906506, 0.3955540427122475, -1.5428108453851304, -1.226742587427727, 0.6099639950891996, -1.496609111887054, 1.0807649229753062, 1.191557410156114, -1.496609111887054, -1.4108172932213774, -1.6699863069932948, -1.5428108453851304, 0.9426733259890152, 1.283192642390276, -1.6699863069932948, -2.03591318033805, 0.3233747064807085, 0.6725659504636542, 1.0733574993047579, 0.7508832766135117, -1.351492043120028, 1.0795346488190254, 0.8817053871156497, 1.2763192533361212, 1.1504818471739904, 1.074596382380013, -1.4315038712859527, 0.8423580876185305, -1.5194111614375327, 1.2987056827632921, 0.3928840472838093, -1.3906000353315076, 0.9997114688087584, 1.0570922248125545, 0.9667708538828308, 0.6918510479449389, -1.6699863069932948, 0.7051049212577783, 0.7875881736839327, 0.9653713661145916, 0.8310200276375014, 0.646850338896258, 1.1014221469832632, 0.8011801907848136, 1.1192572067490671, 0.6548426921343278, -1.9205451241161884, 0.4818510438555693, -1.4108172932213774, 0.8519621670515952, 1.1937243314580301, 1.2733570986946867, 0.4672206361155468, 1.125123259028791, -1.496609111887054, 1.4339220792407013, 0.9455426134995868, 0.8598867321887758, 0.8162258337886549, 0.7807130962561667, -1.5428108453851304, -1.566840034802086, 0.3262624275541191, 1.075833534046547, -0.1968038034252957, 0.8708632791129577, 0.9778878127707884, -1.2780807010939146, 0.8661757005894352, 1.2533519680281109, 1.1773416311358689, 0.9555125079216604, -1.4315038712859527, 0.4008699969322444, 1.579637315717637, -1.6430639939836829, -1.1472634893719835, 0.6956581605528125, -1.5915331935778099, -1.1626008364213478, -1.4108172932213774, 0.5335175970379815, 1.4404973662760785, 1.0024019813086844, 1.0379455415843029, -1.496609111887054, 0.8908940893481821, 1.0104247997165317, 1.5747253921084816, 0.64282693952632, 0.7200131379688711, 1.0917611191111958, 1.0010577472312854, 0.2573384163044569, 1.1367400193124195, 0.7597615753289566, 0.8519621670515952, 0.9059997675680288, 0.7927096672231692, 1.0117548953894853, 1.3400158354706908, 1.0917611191111958, -1.496609111887054, 0.8847788976245898, -1.496609111887054, 0.5560412508786036, 1.2235171073258833, 0.7824368777665608, 0.64282693952632, 0.8178818955589949, 0.920852000809964, 0.4866746053536388, -1.4315038712859527, 0.9915905162826426, 0.6899413341828736, 0.8487723705693725, -1.496609111887054, 1.0144091061216691, 0.8487723705693725, 0.6203653177555489, 1.1991185410252687, 1.3270796135856728, 0.8310200276375014, 1.1121662441602893, 0.9484026308808968, -1.260636653326314, 1.0366542504140186, -0.908685312969226, 0.934009236846682, -1.1321864138471622, 1.463133704011184, 1.2802534368171892, 0.8277537293842655, -1.260636653326314, 1.2703849986668108, -0.0441892309317046, 1.2723675070234368, 0.7702993179588289, 0.6347248642065849, 0.6099639950891996, 0.9997114688087584, 0.8583074841917863, 0.6078689846295768, 0.8095704310635758, -1.3906000353315076, 0.8162258337886549, 0.91048166052819, 1.0117548953894853, 0.7632881121898237, -1.5428108453851304, 1.309215354574892, 0.9667708538828308, 1.0807649229753062, -1.4743751669297098, -1.3708314057009807, 1.283192642390276, 0.8391334327716329, -1.6430639939836829, 0.6488552020984958, 0.3955540427122475, 1.2140497672378558, -1.2958736520430916, 0.8770750199100507, -1.6430639939836829, -1.496609111887054, -0.95643679595679, 0.9583405462748991, 0.8646076421371457, -1.4526819160076565, -1.7865689424543016, -1.3708314057009807, -1.260636653326314, -1.4108172932213774, 1.6443873570541954, 0.7961076089197284, 1.0832203536808185, -1.1782075632702422, -1.496609111887054, -1.4315038712859527, 1.0392349518761006, 0.9597511846396314, 0.9611595786931194, -1.2435281514648449, -0.3194196606172444, -1.4526819160076565, 1.194805806205278, -1.4315038712859527, 0.3848254035911927, 0.11569940638623327, -1.194093262844356, 1.1378933545931105, 0.21586857474888926, 0.8211847537729493, -1.4315038712859527, -1.496609111887054, -1.496609111887054, -1.5915331935778099, -1.6699863069932948, -1.6977427324442451, 1.0144091061216691, -1.7263858968387458, 1.1628938294646838, 1.3899492796412714, 0.5736564593642489, 0.9325569416851476, 0.6918510479449389, 1.2161623881217178, 1.0117548953894853, 1.070874519495939, -1.4108172932213774, -1.566840034802086, -1.3140296728687677, 1.1572735842707034, 1.1121662441602893, 0.9611595786931194, 0.5104058912533028, 1.0633835173176394, 0.4598137527066936, 1.2919521542063377, 0.7720434771987784, 0.4622896058516304, 0.5844905870527555, 0.6036640310533415, -1.4526819160076565, -1.6430639939836829, 0.8519621670515952, 1.0275620829716916, 1.0050843411965402, -0.1813253771266511, 0.6861095028735109, -1.6699863069932948, -1.2958736520430916, 0.6666975348221966, 0.946973777211256, -1.566840034802086, 0.5080611856426084, 1.28417021288353, 0.7200131379688711, 0.8211847537729493, -1.496609111887054, 0.9915905162826426, 1.1038210188335682, -1.4743751669297098, 1.118079317161589, 0.7650461263578894, -1.496609111887054, 0.9681681326516904, 1.3671156649845737, 0.8535527654300645, 0.5127444032082348, 0.9179014222389332, 0.23204920052813044, 1.078302662463692, 0.9888668916781832, -1.496609111887054, -0.9687873021829128, 0.9861348613113085, 1.1606500115017588, 0.5648926679926795, 0.8519621670515952, -1.5428108453851304, -0.10305428659358712, -1.6169276642745205, 0.4770010566970644, 1.3951359718286007, 1.3626562487336855, 1.0770689591369718, 0.8112389785357003, -1.496609111887054, 1.1527515543146276, 0.7597615753289566, 0.8062238715067047, 0.41402188488417896, -1.351492043120028, 1.1321115926651906, -0.9813121279303, 1.301584353542247, 1.206615634863325, 1.3224133340010642, 0.2727850334217225, 1.0064224793210097, 1.4502696177384309, 0.8786211683003499, 0.9540950935020248, 0.593063425202021, 0.7562209336907874, 1.176238595098573, -1.3708314057009807, 1.2753329693900377, 1.1695913586989548, -1.3906000353315076, -1.1321864138471622, 1.2235171073258833, 0.4938610246745962, -1.5915331935778099, 0.5471004381793925, 0.8999883923922952, -1.566840034802086, 0.6387851707944447, 1.145924899354437, 1.0832203536808185, 0.7237012910742273, -1.9573936209992835, -1.4108172932213774, 1.1561452405768855, -1.117360954232261, 0.5648926679926795, 0.8924163094399333, 0.3902059750340104, 1.0050843411965402, 0.8832434762592148, 0.624491867743971, 1.2431772713258002, 1.2161623881217178, 1.2245628109856244, -1.226742587427727, 0.4598137527066936, 0.9639696623515877, -1.0884323494986137, -1.0884323494986137, -0.018286692575389243, 1.0482086159168973, 0.9875019304564748, 1.209809339408291, -1.6699863069932948, 1.1595259660876591, 1.2151067079143263, 1.2140497672378558, 0.17236042854580014, -1.566840034802086, 1.1145362152080869, -1.5428108453851304, 0.8277537293842655, 0.8195348650450509, -1.006904867510564, 0.7181632832445779, 0.920852000809964, -1.7865689424543016, 1.0430919520736617, 0.9134570321801077, -1.9205451241161884, 0.5104058912533028, 1.3821118108338974, 0.7702993179588289, 0.6627635334624827, 1.3968581377728984, 0.7473068744520265, -0.10774868613697043, 1.0183755599634623, -1.260636653326314, 0.3262624275541191, -1.566840034802086, 1.0392349518761006, 1.1640136092216258, -1.194093262844356, 0.3657316313239353, 0.3794119309190989, 0.7328550040427191, 0.4598137527066936, 1.301584353542247, 0.505710253483547, 0.9667708538828308, 0.9792676674533172, 0.4842661098037261, 1.0275620829716916, 1.6193204816920572, 0.7650461263578894, 1.1861167859811794, 0.7508832766135117, -1.7263858968387458, -1.4526819160076565, 0.4218202442414943, -1.566840034802086, 0.9484026308808968, 1.0196937715968593, 0.7978017012240759, 1.0405224867606238, 0.9806453746313883, -1.4315038712859527, 1.0545631347905324, -1.6699863069932948, 1.0621288307060246, 0.3875197769549063, 1.0482086159168973, 0.4672206361155468, 1.0893292972270876, 1.1424917276576247, 1.574021458481603, 0.6367573453538599, 0.6099639950891996, 1.1204335311034568, 1.206615634863325, 0.5080611856426084, -1.4108172932213774, -1.5428108453851304, 0.2939673062134553, 1.2390744198104782, -1.1472634893719835, 1.444582256133548, -1.4743751669297098, 0.8535527654300645, -1.4743751669297098, -1.3906000353315076, 0.9164224367694328, 1.081993489685002, 0.7455132404925545, -1.117360954232261, 1.2256072808194247, 0.8551405109454208, 0.9540950935020248, 0.975121634040485, 0.9956603050529872, -1.1321864138471622, 0.8598867321887758, 0.1859766945255341, -1.2435281514648449, -1.0743139033114963, 0.5493441209943972, 1.0621288307060246, 1.1168998581701248, 1.1980423255361492, -1.4108172932213774, 0.27888900205040057, -1.496609111887054, 1.2583957943047337, 0.9956603050529872, 1.0104247997165317, 0.7310318179260249, 0.9597511846396314, 1.2503118196999317, 1.0037441772401032, -1.3140296728687677, 0.7720434771987784, 0.3928840472838093, 0.16547295408198326, 0.7978017012240759, 1.0953963716604602, 0.9089902160726516, 0.7875881736839327, -1.3708314057009807, 0.6783957201194739, 1.1882970499036514, 0.7401104301171597, -1.226742587427727, 0.6387851707944447, -1.7559734933478186, 0.6326877059266567, 1.2543630350152726, -1.566840034802086, 0.8277537293842655, 1.230811224024449, 0.6015540405037508, 1.2753329693900377, 0.006879599681635982, -1.2435281514648449, 1.2359847534677086, 1.2318483516149952, 0.9149409761824688, -1.0332575082139208, 1.3354174275060675, 0.6568295565824379, -0.5659494886184634, 0.7544452882351042, 0.8293883849786696, -1.5915331935778099, -0.9940162516335942, 0.646850338896258, 0.7508832766135117, -1.2435281514648449, 1.0196937715968593, -1.3708314057009807, 1.4297875839572252, 0.9597511846396314, 0.8847788976245898, -1.2958736520430916, 1.2380457287668971, -1.6169276642745205, -1.226742587427727, -1.496609111887054, -1.351492043120028, 0.9134570321801077, 0.8999883923922952, 1.775342266958771, -0.9687873021829128, 0.3204775354755107, -1.1472634893719835, 1.2634110444285571, -1.3140296728687677, -1.7559734933478186, 0.8277537293842655, 0.9997114688087584, 0.9354591533049832, 0.9653713661145916, 0.7562209336907874, -1.4743751669297098, -0.8857400595433461, 1.0532958750057009, 1.535888461915658, 1.6219927771069194, -1.3708314057009807, 0.8893692471926606, 1.2034103663036144, 1.1074071816368, 0.5994390088746538, 0.9426733259890152, 1.0856689923635083, 0.7892986325194793, 1.1695913586989548, -1.5194111614375327, 0.9383518811902718, -1.3140296728687677, 1.2276925306313378, 1.4105161629582892, 0.8939359164697191, 1.1662489282044124, -1.5915331935778099, 1.0696304129951095, -0.02255150374751099, 0.9833943731384928, 1.3111128703613737, -1.496609111887054, -1.7865689424543016, -0.8523981062365527, -1.4526819160076565, -1.6169276642745205, -1.3906000353315076, 1.0210100231719652, 0.8228315732044957, 0.9653713661145916, 0.7944102684125502, 0.8551405109454208, 0.5515821316824457, 0.8693035093156238, 1.1817400819834598, 1.1584004915568156, 0.4818510438555693, 1.5090170543795625, -1.3906000353315076, -1.2958736520430916, 1.0301693882065204, 0.6078689846295768, -1.2435281514648449, 1.1014221469832632, -1.260636653326314, 0.8519621670515952, 0.9164224367694328, 0.7944102684125502, 0.5448510544152403, -1.6699863069932948, -1.6430639939836829, -1.4315038712859527, -1.6699863069932948, -1.566840034802086, 0.8293883849786696, 1.2482792380916798, -1.3325638060506813, 0.8112389785357003, 0.7875881736839327, -1.4315038712859527, 0.07835182213395676, 0.6285992715224373, -1.3325638060506813, 1.1784432944369059, 0.9014950675307152, 1.4828669038685882, -1.351492043120028, 1.1038210188335682, -1.7559734933478186, 0.8755261663037532, -1.0604164229429354, -1.0884323494986137, 1.314895743027552, 0.4598137527066936, 1.1707027035349196, -1.1626008364213478, -1.496609111887054, 1.3158389406916369, 0.703223616604225, -1.2958736520430916, 0.6956581605528125, 1.4181071965810432, -0.9813121279303, -1.4315038712859527, 0.9296451839439142, 0.5538144988477238, -1.3140296728687677, 1.2482792380916798, -1.260636653326314, 0.7181632832445779, -1.6699863069932948, 0.6508555351116321, 0.7346744429967287, 0.8999883923922952, 0.9997114688087584, 0.8519621670515952, -1.5194111614375327, 0.9583405462748991, -1.7559734933478186, 1.194805806205278, 0.2447841013186553, 1.1937243314580301, -1.6430639939836829, 1.1344288309784825, 1.072116879967853, -1.5194111614375327, 1.0570922248125545, 1.2012670546776807, 1.1937243314580301, 1.4071213618075682, -0.07087238108926294, -1.3140296728687677, -1.3140296728687677, 0.6764567261481376, 1.0893292972270876, -0.7691676590863686, -1.496609111887054, 1.1344288309784825, 0.2819252770523698, -1.351492043120028, -1.5428108453851304, -1.0467331187042808, 1.1493448075446138, -1.3906000353315076, 1.1038210188335682, 1.055828583002205, -1.102778878170014, 1.2276925306313378, 1.1882970499036514, 1.0621288307060246, 1.0596141098061724, -1.2780807010939146, 1.538091356140369, 0.8145666681431021, -1.4315038712859527, 1.0456539808188732, -1.1626008364213478, 0.9281857056132276, 1.143637598296687, 0.9267238170768226, 1.092974529438139, 0.9354591533049832, 1.04948317415949, -1.1782075632702422, 1.0353610728700544, 0.08972243589498839, 1.0978116061545582, 1.1074071816368, -0.08452166625339103, -1.351492043120028, -0.6661564217334939, 0.27888900205040057, 0.1620090199793434, 1.1097899110526606, 1.1926415338550171, 1.6756967833204055, 1.0301693882065204, -1.7263858968387458, 0.6822610133395358, 1.1413443718301457, 1.1969648000337465, 1.2318483516149952, 0.4890765661557347, 0.5582624159498122, 0.7544452882351042, 0.9888668916781832, -1.3708314057009807, 1.1309506948521637, -1.006904867510564, -1.5194111614375327, 0.9555125079216604, 1.2214219868445355, 1.3054080769067784, 0.5844905870527555, 1.0893292972270876, -1.006904867510564, 0.34621696354857684, -1.194093262844356, -1.6430639939836829, 0.4938610246745962, -1.3325638060506813, 0.4721243527664814, 1.070874519495939, -1.5194111614375327, 1.1447819875872691, -1.496609111887054, 1.0583540653712995, 0.4672206361155468, 0.5866415921171309, -1.006904867510564, -0.8633734125890543, 0.9983631398136268, -0.8971384994474391, -1.5428108453851304, 0.9325569416851476, -1.4315038712859527, 0.9089902160726516, -1.3140296728687677, 1.118079317161589, 0.4914720275710997, -1.3708314057009807, -1.4743751669297098, 0.8893692471926606, 0.7597615753289566, -1.566840034802086, 1.6226595923607758, 0.8969673271195522, 1.708964928758821, -1.006904867510564, 0.3117286993596338, 0.7292048691809316, 1.4583315524103742, -1.6699863069932948, 0.8999883923922952, 0.7994925577334665, 1.484426719069058, 0.7069822363157806, 0.8878417739249721, 0.7364901501586157, -0.9813121279303, 0.7562209336907874, -1.351492043120028, 0.17578417727465398, -1.3906000353315076, -1.496609111887054, 0.9888668916781832, -0.8202643343192901, 1.3409326575275542, -1.8182421617002715, 1.0144091061216691, 1.3635499309987658, 0.8455710386689053, 1.1561452405768855, -0.95643679595679, -1.3140296728687677, 1.2203725641549408, -1.2780807010939146, 0.6285992715224373, 0.7755215201037823, -1.260636653326314, 0.7807130962561667, 1.6738113770506091, -1.2780807010939146, 0.2999274504168583, -1.260636653326314, 1.0733574993047579, -1.226742587427727, -1.102778878170014, -1.1626008364213478, -1.2958736520430916, 1.4164259168592477, -1.2780807010939146, -1.3325638060506813, -1.3325638060506813, 0.4422861514710721, 1.0077585977287091, 1.2583957943047337, -0.7115017729948445, 0.7144519366804623, 1.072116879967853, 0.6120540593384851, 0.8661757005894352, -1.5428108453851304, 1.2503118196999317, -1.566840034802086, -1.496609111887054, -1.0332575082139208, 0.37122914455783296, 1.1286243219482934, -0.9442558348397284, 1.0010577472312854, 0.9902297514667692, 1.7209759460513248, 0.9902297514667692, -0.7115017729948445, 0.7490968816134399, 1.072116879967853, -1.4526819160076565, -1.0332575082139208, 0.7346744429967287, -1.3140296728687677, -1.351492043120028, -1.4743751669297098, -1.1321864138471622, -1.3906000353315076, -1.7559734933478186, 0.6528513583610538, 1.4820859643609623, -0.9442558348397284, 1.145924899354437, -0.7495259550602416, -1.4108172932213774, -1.351492043120028, 0.2999274504168583, -1.6977427324442451, 0.04729633398387127, 1.0683845555507965, -1.3708314057009807, 1.2851467050084056, -1.351492043120028, 1.1969648000337465, -1.2435281514648449, 0.0027345764825673392, 1.1617726314237973, -0.5818833731476161, -1.5915331935778099, 1.4289583625601217, -1.0199833981801725, 1.3372596581508776, 1.3436774400856812, -0.8098067237177461, -1.0332575082139208, 0.1337985732917778, -1.4315038712859527, -1.5428108453851304, 0.6306458489398771, 0.12298353107085655, 1.0090927025071927, 0.351836614115984, -1.566840034802086, -1.6699863069932948, 0.9943057866893422, -0.19161421027783648, 1.2044800792166497, -1.3906000353315076, 0.7562209336907874, 0.4745660627104436, 1.028866695517237, 1.0275620829716916, -1.102778878170014, 0.5801728337640754, 0.7875881736839327, 1.2802534368171892, 0.5866415921171309, -1.117360954232261, -1.0467331187042808, -1.566840034802086, -1.2435281514648449, -0.8098067237177461, 0.4321123368434599, 1.046932219905767, 1.118079317161589, 1.211932092412799, 1.1274588388241296, -1.1472634893719835, 0.7544452882351042, 1.5928339012822648, -1.2435281514648449, -1.6169276642745205, -1.260636653326314, 0.9806453746313883, -1.4108172932213774, 0.7163095549004327, 1.244200019811073, 0.8739745979988729, -1.5194111614375327, -0.8744862360954198, 0.6488552020984958, -1.1626008364213478, -1.260636653326314, -0.6230185426713832, 1.3599697757683284, -1.2780807010939146, -1.4315038712859527, 1.4388581176592352, 0.7579930246548563, -1.0467331187042808, -1.3708314057009807, 0.8078987326946888, 0.8195348650450509, -1.2958736520430916, 1.0430919520736617, 0.703223616604225, -1.351492043120028, 0.9426733259890152, -1.0743139033114963, -1.2780807010939146, 1.1817400819834598, -1.6169276642745205, -1.0467331187042808, 0.7650461263578894, 1.4975753362291493, -1.194093262844356, -1.4315038712859527, -1.566840034802086, 0.8817053871156497, -1.7559734933478186, 1.4147414378173369, 0.9639696623515877, -1.1626008364213478, 0.7562209336907874, -0.8415569614767213, 0.23843954821158456, -1.4526819160076565, 0.6686579989937994, -1.4108172932213774, 1.6463364166146062, 1.1085993480345806, 1.1606500115017588, -1.0743139033114963, -1.226742587427727, 0.624491867743971, 1.4002924508177277, -1.1472634893719835, -0.9813121279303, 0.5801728337640754, 0.8614631678553906, 0.8693035093156238, -1.0332575082139208, 0.8011801907848136, 0.7720434771987784, 1.4155840780141182, -0.4830940280148591, -1.3325638060506813, -1.260636653326314, -1.5428108453851304, -1.2102680475746102, 1.3733213456005269, -1.2435281514648449, -1.4315038712859527, 0.9653713661145916, 1.3527657316496038, -0.908685312969226, -0.9322398374698564, 1.1227815007136317, -1.2102680475746102, -1.3325638060506813, 1.4615358796179327, -1.1626008364213478, -1.4315038712859527, -1.117360954232261, -1.8182421617002715, 0.8583074841917863, 1.5962742351931059, -1.2102680475746102, -1.3325638060506813, -1.117360954232261, -1.4743751669297098, -1.226742587427727, -0.22321798033974646, -1.5915331935778099, 0.8028646126446171, 1.0275620829716916, 1.0658875680694395, 0.4647585541871467, 1.1014221469832632, 1.3829860752932623, -1.4526819160076565, 1.1482063055448817, -0.8415569614767213, 0.8487723705693725, 0.4818510438555693, -1.2435281514648449, -1.006904867510564, 1.2151067079143263, -0.7892543823104619, 1.135585179417815, -0.7303100066807277, 1.1367400193124195, 1.5165635233116117, 0.6326877059266567, 0.9281857056132276, 0.946973777211256, -1.496609111887054, 0.9455426134995868, 1.2087460509665404, 0.4523443755249436, 0.6880274917887669, -0.8857400595433461, -1.3140296728687677, 1.0966048126192651, 1.0050843411965402, -1.260636653326314, -1.2435281514648449, -0.5425733554013363, -0.9442558348397284, -0.9940162516335942, 1.081993489685002, -0.7892543823104619, -1.496609111887054, -0.64002256814951, 0.8801646209076374, 1.2214219868445355, -1.194093262844356, -0.9203844052896399, -0.9203844052896399, -1.2102680475746102, 1.3298676199550536, 0.9997114688087584, -1.3906000353315076, 0.9252595103612984, 0.984765677722231, -1.0199833981801725, -1.260636653326314, -1.4743751669297098, -0.18645485154592548, -0.7791541385701679, 0.9765058038786962, 1.0795346488190254, 1.3261483234006817, 1.0953963716604602, -0.9203844052896399, 0.9412351871183, -1.226742587427727, 0.4087845521682495, 1.0807649229753062, -1.4108172932213774, 0.5425959406595231, -1.3906000353315076, -1.351492043120028, -0.8523981062365527, -1.4526819160076565, -0.720856008142723, 0.8503687055399151, -0.8523981062365527, 0.9383518811902718, 1.3120601051400682, 1.206615634863325, 1.2513263630219778, -1.4315038712859527, 0.8969673271195522, 1.3653345933824022, 1.240101916824338, -1.117360954232261, -1.006904867510564, 0.35742081808555515, -1.260636653326314, 0.703223616604225, 0.8078987326946888, -1.226742587427727, -1.226742587427727, -1.4315038712859527, -1.1626008364213478, -1.0332575082139208, -1.0604164229429354, 1.4011489512496331, 1.2674028862455577, -0.9940162516335942, 0.7668006561999179, -1.1626008364213478, 1.0353610728700544, -1.3325638060506813, -1.4743751669297098, -0.9322398374698564, 1.0077585977287091, 1.0941862787742238, 0.7702993179588289, -0.9203844052896399, 1.115718825587083, 0.8129043869661167, -0.8971384994474391, -0.1762254429606835, 1.5612539816449504, 0.9369066988391728, 0.8162258337886549, -1.351492043120028, -0.9687873021829128, -0.9322398374698564, -1.1472634893719835, -1.1626008364213478, 1.028866695517237, -0.908685312969226, -0.6230185426713832, -1.0332575082139208, 1.0392349518761006, -1.2958736520430916, 1.1014221469832632, -1.006904867510564, -0.9687873021829128, -0.7691676590863686, -0.8633734125890543, -1.2958736520430916, -0.9442558348397284, 1.1145362152080869, -0.8098067237177461, -0.7892543823104619, -1.2958736520430916, 0.9778878127707884, -0.8633734125890543, 1.075833534046547, -1.1472634893719835, -0.8202643343192901, -0.8744862360954198, -1.1626008364213478, 1.4567250286026148, -1.117360954232261, -0.8415569614767213, -1.194093262844356, 0.7237012910742273, 1.1729212162526907, -0.908685312969226, 0.9667708538828308, -0.7892543823104619, -0.7592924135618009, -0.8633734125890543, -1.2435281514648449, -0.6230185426713832, -0.2504442696605411, -0.8523981062365527, -1.3906000353315076, 1.026255544902872, 1.2390744198104782, -1.102778878170014, 0.8646076421371457, -1.3140296728687677, -1.1472634893719835, 1.1085993480345806, 1.3326468729979188, 1.5540805532476816, 0.8708632791129577, -0.7115017729948445, 0.9164224367694328, 1.078302662463692, 1.1493448075446138, 0.505710253483547, 1.1482063055448817, -0.5502970784306005, 1.118079317161589, 1.3856036998788213, -0.8523981062365527, -0.8415569614767213, 1.925158163941968, -0.7592924135618009, -1.496609111887054, -1.0604164229429354, -0.3813093498747643, -0.4617799770418003, -0.7994710077891486, 0.6387851707944447, -1.226742587427727, -1.2102680475746102, -0.8202643343192901, 1.1584004915568156, -0.8744862360954198, 0.1893482907861329, 1.1239531542285428, 0.5243451913444236, 1.1684786168783845, -0.8971384994474391, -1.0743139033114963, 1.2380457287668971, 1.3196017135862834, -1.2102680475746102, 1.2624102649626676, -0.5818833731476161, -0.5981090302381786, -0.7892543823104619, -1.194093262844356, 0.7455132404925545, -1.226742587427727, 1.2996662802055996, -0.9442558348397284, -1.0467331187042808, -1.0199833981801725, -1.0332575082139208, 1.4289583625601217, 0.9311022600029144, 0.6899413341828736, -0.95643679595679, -1.2958736520430916, 1.1297882726161121, -0.8202643343192901, 1.1321115926651906, -1.194093262844356, -0.7791541385701679, 1.4330967235939625, -1.4108172932213774, -1.260636653326314, -1.102778878170014, -1.0332575082139208, 1.7363505224221594, -1.117360954232261, -0.8202643343192901, 1.2161623881217178, 0.6880274917887669, 0.9540950935020248, -1.102778878170014, -0.8308467438639693, -1.194093262844356, 0.923792777453624, 0.18259220964307893, -1.117360954232261, -1.102778878170014, 1.3427634578772851, -0.8857400595433461, -1.260636653326314, -0.8415569614767213, -0.6661564217334939, -0.2671910781751071, -1.102778878170014, -0.6486485110470401, 1.6992373773870748, -1.102778878170014, -1.194093262844356, -0.95643679595679, -0.7994710077891486, 1.0236366694015662, -1.4108172932213774, -0.8633734125890543, -1.0604164229429354, -0.7691676590863686, -1.0332575082139208, -1.0332575082139208, -0.8971384994474391, -0.6230185426713832, 0.23843954821158456, -0.7791541385701679, 0.7702993179588289, -1.1782075632702422, -1.1472634893719835, 0.9193779408473858, -0.9442558348397284, -0.908685312969226, -1.1321864138471622, -1.1626008364213478, -0.8415569614767213, -1.1321864138471622, 1.2482792380916798, -0.95643679595679, -0.7398659163899289, -0.9322398374698564, -1.3325638060506813, -0.7994710077891486, 0.7526660740005379, -0.9940162516335942, -0.7994710077891486, -1.0743139033114963, -0.9322398374698564, -1.1321864138471622, -0.9442558348397284, -1.0604164229429354, -1.0743139033114963, -1.2102680475746102, -1.0604164229429354, -0.720856008142723, -0.908685312969226, 1.351861089843671, -0.6063346477732975, -1.0332575082139208, 1.5446673364677883, 1.0671369422276538, -0.6230185426713832, -0.8971384994474391, -1.2958736520430916, -0.6486485110470401, -1.1321864138471622, -1.0884323494986137, 1.1784432944369059, 0.7597615753289566, -0.8415569614767213, -0.95643679595679, -1.0604164229429354, -1.1626008364213478, -0.95643679595679, -0.8202643343192901, 1.2492961122813044, -0.9203844052896399, -0.7022452205529437, -1.1626008364213478, -1.496609111887054, -1.102778878170014, -0.9813121279303, -1.0743139033114963, -0.4547877445048437, -0.9442558348397284, -1.0743139033114963, -0.7495259550602416, 0.3629700197683355, -1.194093262844356, -0.9813121279303, -1.0467331187042808, -0.8415569614767213, -0.5738806159461705, -1.7865689424543016, -0.6314797739890848, -0.6840171601018867, -0.5659494886184634, -1.006904867510564, -1.4743751669297098, -1.0743139033114963, -0.7022452205529437, -1.102778878170014, -1.194093262844356, -0.8202643343192901, 0.22561239248445825, -1.226742587427727, -1.0199833981801725, 1.4079712834147176, -0.8744862360954198, -0.5273250084174452, 1.5504719215442764, 1.2108713522046748, -1.0332575082139208, 0.8162258337886549, -0.4073290385448224, -0.4073290385448224, -1.2435281514648449, -0.12677917792446894, -0.7398659163899289, -0.8415569614767213, -0.7022452205529437, -0.7691676590863686, 0.9540950935020248, -0.4830940280148591, -0.7022452205529437, 1.6051570265313226, -0.7791541385701679, -0.4759322165143754, -1.496609111887054, -0.7791541385701679, -0.7994710077891486, -0.5349163796332926, -0.9203844052896399, -0.6486485110470401, -0.5580887215190901, 1.3280099250374773, -1.1321864138471622, -0.8415569614767213, -1.0604164229429354, -0.9940162516335942, -0.6314797739890848, -1.0467331187042808, -0.7592924135618009, -0.9813121279303, 0.8878417739249721, -0.720856008142723, -0.7892543823104619, -1.0332575082139208, -0.8098067237177461, 0.5909279860706065, -1.0199833981801725, 0.9806453746313883, -0.8744862360954198, -1.2958736520430916, -0.6840171601018867, -1.194093262844356, -0.9203844052896399, -1.351492043120028, -0.8633734125890543, -1.0467331187042808, -0.8971384994474391, -0.8415569614767213, -0.6486485110470401, -0.5981090302381786, -0.9687873021829128, -0.8633734125890543, -0.8098067237177461, -0.7022452205529437, -1.0884323494986137, -0.8308467438639693, -0.6573592352274501, -0.8523981062365527, -0.8523981062365527, -0.9813121279303, -0.8202643343192901, -0.8308467438639693, -0.8971384994474391, -0.9813121279303, -0.5899590645110634, -0.8308467438639693, 0.3262624275541191, -1.226742587427727, -0.4759322165143754, -0.9940162516335942, -0.7115017729948445, -0.8744862360954198, -0.6486485110470401, -0.9687873021829128, -1.0604164229429354, -0.8415569614767213, -0.7994710077891486, -0.8202643343192901, -0.6063346477732975, -0.7994710077891486, -0.4073290385448224, -0.7691676590863686, -0.6146373331946995, -0.908685312969226, -0.908685312969226, -0.7791541385701679, -1.1782075632702422, -0.6314797739890848, -0.7303100066807277, -1.1626008364213478, -0.8971384994474391, -0.4341362076239317, -0.28426066545363804, -0.6930843344675085, -1.2102680475746102, -0.8857400595433461, -1.2102680475746102, -0.8523981062365527, -0.7791541385701679, -0.3560322219239853, -0.5580887215190901, -0.36228420098122405, -1.260636653326314, -1.1321864138471622, -0.7115017729948445, -0.8744862360954198, -0.7592924135618009, -0.9940162516335942, 0.5866415921171309, -0.5659494886184634, -0.7691676590863686, -0.3685806223974848, -1.0743139033114963, -0.5580887215190901, -0.6314797739890848, -0.9813121279303, -0.21787174184314656, -0.5899590645110634, -0.8098067237177461, 0.8062238715067047, -0.5659494886184634, -0.36228420098122405, -1.351492043120028, -0.4830940280148591, -0.6314797739890848, -0.4007521127251592, -0.5502970784306005, -0.8633734125890543, -0.8633734125890543, -0.6314797739890848, -0.5123346531761932, -0.7994710077891486, -0.6750418020425493, -0.9813121279303, -0.6573592352274501, -0.5818833731476161, -1.1472634893719835, -0.8415569614767213, -1.0199833981801725, -0.908685312969226, -0.5197981281141256, -0.7994710077891486, -0.7994710077891486, -0.6063346477732975, -0.6661564217334939, -0.7398659163899289, -0.7022452205529437, -0.9442558348397284, -0.7022452205529437, -1.1321864138471622, -0.8308467438639693, -1.1782075632702422, -0.720856008142723, -1.0604164229429354, -0.9203844052896399, -0.6661564217334939, -0.4341362076239317, -0.36228420098122405, -0.7303100066807277, -1.0199833981801725, -0.5273250084174452, -0.5738806159461705, -1.1321864138471622, -0.6840171601018867, -0.7892543823104619, -0.8202643343192901, -0.7303100066807277, -0.7592924135618009, -0.720856008142723, -0.6063346477732975, -0.9940162516335942, -0.8523981062365527, 1.8328923441203864, -0.5123346531761932, -0.44785026902631053, -1.0199833981801725, -0.64002256814951, -0.5981090302381786, -0.7022452205529437, -0.9940162516335942, -0.5273250084174452, -0.720856008142723, -0.6840171601018867, -0.5981090302381786, -0.8857400595433461, -0.8415569614767213, -0.6661564217334939, -0.3813093498747643, 0.8228315732044957, -0.9442558348397284, -0.36228420098122405, -1.4526819160076565, -0.720856008142723, -0.7691676590863686, -1.0332575082139208, -0.7398659163899289, -0.64002256814951, -0.6486485110470401, -0.7691676590863686, -0.8633734125890543, -0.7303100066807277, 0.8954529193930688, -0.5580887215190901, -0.8202643343192901, -0.18645485154592548, -0.9203844052896399, -0.5981090302381786, -0.8308467438639693, -0.8202643343192901, -0.18645485154592548, -0.9442558348397284, -0.4903142070800578, -0.9442558348397284, -0.5502970784306005, 0.7200131379688711, -0.21787174184314656, -0.6573592352274501, -1.006904867510564, -0.7495259550602416, -0.8523981062365527, -1.1472634893719835, -1.0467331187042808, -0.3436591134652134, -0.8857400595433461, -0.8744862360954198, -0.2125575840621143, -0.6230185426713832, -0.6661564217334939, -0.64002256814951, -0.7994710077891486, -0.5049335252128556, -0.5659494886184634, -0.6063346477732975, -0.6930843344675085, -0.9203844052896399, -0.7022452205529437, -0.6930843344675085, -1.1472634893719835, -0.4903142070800578, -0.8744862360954198, -0.4617799770418003, -0.9322398374698564, -0.3194196606172444, -0.7115017729948445, -0.3942236592960909, -1.0467331187042808, -0.720856008142723, -0.3877429694680081, -0.5899590645110634, -0.720856008142723, -0.5502970784306005, -0.6146373331946995, -0.7398659163899289, -0.4007521127251592, -0.95643679595679, -0.6661564217334939, -0.8857400595433461, -0.6230185426713832, -1.0332575082139208, -0.5502970784306005, -0.3498240626243391, -0.36228420098122405, -0.5197981281141256, -0.9442558348397284, -0.6486485110470401, -1.102778878170014, -1.006904867510564, -0.7892543823104619, -0.18645485154592548, -0.8523981062365527, -0.8633734125890543, -0.5049335252128556, -1.2958736520430916, 0.8487723705693725, -0.44096670029119256, -0.4903142070800578, -1.0199833981801725, -0.7022452205529437, -0.13160139724356712, -0.6840171601018867, -0.7994710077891486, -0.7691676590863686, -0.6661564217334939, -0.7303100066807277, -0.6486485110470401, -0.3685806223974848, -1.0199833981801725, -0.20727512445453428, -0.2285966890578014, -0.7994710077891486, -0.6930843344675085, -0.8633734125890543, -0.8415569614767213, -0.5981090302381786, 0.8598867321887758, -0.7115017729948445, -0.9322398374698564, -0.8523981062365527, -0.6573592352274501, -0.64002256814951, -0.9813121279303, -0.3075442411491533, -1.102778878170014, -0.9940162516335942, -0.3813093498747643, -0.6314797739890848, -0.5049335252128556, -0.6930843344675085, -0.8633734125890543, -1.0332575082139208, -0.7791541385701679, -0.8098067237177461, -0.7791541385701679, -0.5502970784306005, -1.0743139033114963, -0.8857400595433461, -0.6486485110470401, -0.3194196606172444, -0.28426066545363804, -0.95643679595679, 0.119348959533649, -0.7398659163899289, -0.8202643343192901, -0.7994710077891486, -0.3877429694680081, -0.6146373331946995, -0.6573592352274501, -0.6146373331946995, 1.0671369422276538, -0.4073290385448224, -0.8523981062365527, -0.5738806159461705, -0.4759322165143754, -0.4617799770418003, -1.0604164229429354, -0.10305428659358712, -0.8308467438639693, -0.5580887215190901, -0.8308467438639693, -0.37492212212969467, -0.8415569614767213, -0.9442558348397284, -0.5349163796332926, -0.8415569614767213, -0.6661564217334939, -0.6930843344675085, -0.7994710077891486, -0.5899590645110634, -0.7994710077891486, -0.9322398374698564, -0.7398659163899289, -1.3140296728687677, -0.6063346477732975, -1.194093262844356, -0.6930843344675085, -0.6661564217334939, -0.6146373331946995, -0.4139551614286911, -0.64002256814951, -0.7495259550602416, -0.7303100066807277, -0.28426066545363804, -0.9813121279303, -0.6661564217334939, -0.3436591134652134, -0.8971384994474391, -0.1762254429606835, -0.5273250084174452, -0.7592924135618009, -0.6930843344675085, -0.5659494886184634, -0.7495259550602416, -0.9203844052896399, -0.5738806159461705, -0.8202643343192901, -0.5580887215190901, -0.7691676590863686, -0.5273250084174452, -0.4273579793886736, -0.908685312969226, -0.8098067237177461, -0.7495259550602416, -0.6573592352274501, -0.7022452205529437, -0.9203844052896399, -0.7892543823104619, -0.720856008142723, -0.7303100066807277, -0.8308467438639693, 1.0966048126192651, -0.64002256814951, -0.6230185426713832, -0.6573592352274501, -0.6930843344675085, -0.7892543823104619, -0.5981090302381786, -0.7115017729948445, -0.2449316396623246, 1.0157332331113085, -0.8415569614767213, 1.6630508848137389, -0.44096670029119256, -0.4073290385448224, -0.7398659163899289, -0.44785026902631053, -0.95643679595679, -0.5818833731476161, -0.36228420098122405, -0.6573592352274501, -0.4975937120921309, -0.8202643343192901, -0.6750418020425493, 1.2513263630219778, -0.7115017729948445, -0.5049335252128556, -1.102778878170014, -0.6661564217334939, -0.6573592352274501, -0.6314797739890848, -0.6230185426713832, -0.6930843344675085, -0.7892543823104619, -0.6063346477732975, -0.6840171601018867, -0.3436591134652134, -0.5580887215190901, -0.6573592352274501, -0.7495259550602416, -0.4139551614286911, 0.06683328275258918, -0.8857400595433461, -0.8415569614767213, -0.8308467438639693, -0.9813121279303, -0.5580887215190901, -0.3685806223974848, -1.2102680475746102, -0.7303100066807277, -0.5349163796332926, -0.4547877445048437, -0.5738806159461705, -0.8857400595433461, -0.4830940280148591, -0.3813093498747643, -0.4073290385448224, -0.5580887215190901, -1.0199833981801725, -0.20727512445453428, -0.4139551614286911, 1.1958859613250286, -0.8971384994474391, -0.908685312969226, -0.7398659163899289, -0.1172128107543981, -0.6840171601018867, -1.1472634893719835, -0.5123346531761932, -0.32541761798574564, 0.4647585541871467, -0.6146373331946995, -0.7495259550602416, -0.908685312969226, -0.4975937120921309, -0.5349163796332926, -0.6573592352274501, -0.5049335252128556, -0.44785026902631053, -0.2504442696605411, -0.8098067237177461, -0.2958259431836163, -0.7892543823104619, -0.6314797739890848, -0.6661564217334939, -0.5899590645110634, -0.7022452205529437, -0.4341362076239317, 0.64282693952632, -0.6840171601018867, -0.4341362076239317, -0.6314797739890848, -0.5049335252128556, -0.30166571211896825, -0.6230185426713832, -0.37492212212969467, -0.8857400595433461, -0.6314797739890848, -0.5818833731476161, -0.7994710077891486, -0.5049335252128556, -0.6063346477732975, -0.5818833731476161, -0.5123346531761932, -0.5502970784306005, -0.9940162516335942, -0.5818833731476161, -0.7892543823104619, -0.4903142070800578, -0.21787174184314656, -0.2900244268327371, -0.4341362076239317, -1.1782075632702422, -0.5049335252128556, -0.7994710077891486, -0.3877429694680081, -0.7115017729948445, -0.7115017729948445, 0.1480161490173206, -0.32541761798574564, -0.4688278372151693, -0.4007521127251592, -0.5349163796332926, -0.5659494886184634, -0.4617799770418003, -0.19161421027783648, -0.3560322219239853, 0.9540950935020248, -0.5502970784306005, -0.6661564217334939, -0.5123346531761932, -0.4617799770418003, -0.4830940280148591, -0.1968038034252957, 1.494499068548105, -0.2020239872771151, 0.9412351871183, -0.3314564698842232, -0.3314564698842232, -0.4975937120921309, -0.7495259550602416, -0.37492212212969467, -0.5659494886184634, -0.36228420098122405, -0.261573549734334, -0.5123346531761932, -0.6573592352274501, -0.4975937120921309, -0.7592924135618009, -0.6314797739890848, -0.5123346531761932, 1.0314701666815749, -1.2780807010939146, -0.4975937120921309, -0.8971384994474391, -0.6573592352274501, -0.3942236592960909, -0.6146373331946995, 1.2624102649626676, -0.07087238108926294, -0.8308467438639693, -0.3813093498747643, -0.9813121279303, -0.3314564698842232, -0.4975937120921309, -0.3498240626243391, 0.08594843301050951, -0.5425733554013363, -0.6930843344675085, -0.2900244268327371, -0.4830940280148591, -0.3436591134652134, -0.7691676590863686, -0.3877429694680081, -0.6840171601018867, -0.3498240626243391, -0.4341362076239317, -0.5425733554013363, -0.5349163796332926, -0.4341362076239317, -0.7994710077891486, 1.4037134914323854, -0.3314564698842232, -0.2900244268327371, -0.4975937120921309, -0.5349163796332926, -0.8523981062365527, -0.4975937120921309, 0.7200131379688711, -0.5197981281141256, -0.4206312224122255, -0.5580887215190901, -0.6063346477732975, -0.5425733554013363, -0.19161421027783648, -0.4617799770418003, -0.4341362076239317, -0.2504442696605411, -0.4007521127251592, -0.3314564698842232, -0.32541761798574564, -0.4273579793886736, -0.4903142070800578, -0.4617799770418003, -0.6661564217334939, -0.3942236592960909, 0.7632881121898237, 0.646850338896258, -0.8202643343192901, -0.2728444651231056, -0.5197981281141256, -0.15115723981061965, -0.3877429694680081, -0.5659494886184634, -0.5899590645110634, -0.6930843344675085, -0.19161421027783648, -0.3685806223974848, -0.5123346531761932, 0.4061542210128377, -0.5425733554013363, -0.5123346531761932, 1.2012670546776807, -0.3813093498747643, 1.2023393591691032, -0.7994710077891486, -0.03981917874671982, -0.6486485110470401, -0.37492212212969467, -0.5981090302381786, -0.7691676590863686, -0.7115017729948445, -0.2958259431836163, -1.0743139033114963, -0.9203844052896399, -0.8098067237177461, -0.5197981281141256, -0.6661564217334939, -0.31346204794629623, -0.4830940280148591, -0.19161421027783648, -0.6063346477732975, -0.44096670029119256, -0.1610995291672093, -0.95643679595679, -0.10305428659358712, -0.6661564217334939, 1.2503118196999317, -0.08911858585267947, 1.6339192682707326, 1.4197852891124487, -0.4341362076239317, -0.5981090302381786, -0.5981090302381786, -0.5899590645110634, 1.0770689591369718, -0.07994848755742501, -0.2728444651231056, -0.8971384994474391, -0.5049335252128556, 0.9970127539899184, -0.9687873021829128, -0.261573549734334, -0.5580887215190901, -0.6930843344675085, -0.6930843344675085, -0.4759322165143754, -0.5659494886184634, 0.9997114688087584, -0.5049335252128556, 0.7875881736839327, -0.37492212212969467, -0.3813093498747643, -0.6146373331946995, -0.5197981281141256, -0.5273250084174452, 1.0583540653712995, -0.10774868613697043, -0.3375367774555492, -0.3436591134652134, -0.4341362076239317, -0.048580957496570966, -0.2504442696605411, -0.6314797739890848, 1.0210100231719652, -0.6314797739890848, 0.20931260597048928, 1.2482792380916798, -0.4688278372151693, -0.5738806159461705, -0.6840171601018867, -0.2671910781751071, -0.64002256814951, -0.5197981281141256, 0.023268334449068933, 0.4938610246745962, -0.5123346531761932, -0.6146373331946995, 0.20270772856085967, 0.1993867200494632, 0.8567254138126019, -0.0937394940516736, 0.7255396214621936, -0.7022452205529437, -0.3314564698842232, -0.4073290385448224, -0.6063346477732975, 0.9045007464562048, -0.5197981281141256, -0.3375367774555492, -0.15115723981061965, -0.0441892309317046, 1.381236682070775, -0.6930843344675085, 0.4397536378275929, -0.4759322165143754, 0.6488552020984958, -0.2900244268327371, -0.2728444651231056, -0.19161421027783648, -0.1813253771266511, 1.268398040371553, -0.1610995291672093, 0.1620090199793434, -0.3498240626243391, -0.3375367774555492, -0.5049335252128556, -0.2504442696605411, -0.5273250084174452, 1.2245628109856244, -0.5349163796332926, -0.4688278372151693, -0.10774868613697043, -0.4139551614286911, -0.5580887215190901, -0.31346204794629623, -0.44096670029119256, 0.19605320742832946, -0.5197981281141256, -0.18645485154592548, 0.8924163094399333, -0.2125575840621143, -0.2285966890578014, -0.018286692575389243, -0.6486485110470401, -0.21787174184314656, 0.8455710386689053, -0.6661564217334939, -0.30166571211896825, -0.2671910781751071, -0.3498240626243391, -0.2504442696605411, 0.5403350676473491, -0.1813253771266511, -0.7691676590863686, -0.018286692575389243, -0.7495259550602416, -0.8308467438639693, -0.5580887215190901, -0.6230185426713832, -0.4073290385448224, -0.4547877445048437, -0.6486485110470401, -0.4273579793886736, -0.6573592352274501, -0.5502970784306005, 0.10094887451039944, -0.3813093498747643, -0.5580887215190901, 0.946973777211256, -0.7495259550602416, -0.3942236592960909, 0.9915905162826426, -0.4273579793886736, -0.2728444651231056, -0.5349163796332926, 1.2297728799034946, -1.117360954232261, -0.3075442411491533, 0.8661757005894352, 1.209809339408291, -0.3685806223974848, -0.5738806159461705, -0.7791541385701679, 1.5761315822466253, -0.3813093498747643, 0.11203474763619073, -0.7115017729948445, -0.4617799770418003, -0.4139551614286911, 1.1378933545931105, 1.4355704854783966, 0.7455132404925545, 0.6745134758383284, -0.5899590645110634, 0.20601632640235487, -0.15115723981061965, 0.6627635334624827, -0.2449316396623246, -0.07994848755742501, 0.08594843301050951, -0.05299457444538397, -0.3194196606172444, -0.25599142800204416, -0.15115723981061965, -0.4341362076239317, -0.2671910781751071, 1.2023393591691032, 0.8519621670515952, -0.2504442696605411, 1.3590724699472132, -0.30166571211896825, 0.6120540593384851, -0.3685806223974848, -0.5659494886184634, -0.7398659163899289, -0.5049335252128556, 1.206615634863325, 0.24793940906765274, -0.05743030102636605, -0.4073290385448224, -0.2340082646369433, -0.5123346531761932, 0.9765058038786962, -0.4139551614286911, -0.5349163796332926, 1.3581742536411774, 1.4429505615012932, 0.8708632791129577, -0.6840171601018867, 0.7650461263578894, 1.2266505197353847, -0.02255150374751099, -0.12677917792446894, -0.15611443153569474, 0.27888900205040057, -0.44096670029119256, 1.9411166092785903, 1.1493448075446138, 1.0807649229753062, -0.6146373331946995, -0.1762254429606835, -0.4273579793886736, 1.0301693882065204, -0.261573549734334, -0.2394531110257466, -0.08452166625339103, -0.3560322219239853, -0.05299457444538397, 1.0990167567518667, 0.9820209409788511, -0.0014299420117279526, -0.2504442696605411, 1.5576745337857154, 1.230811224024449, 0.9875019304564748, -0.1711547108940266, 1.1321115926651906, -0.3813093498747643, 0.12298353107085655, 0.8407472284961647, -0.2285966890578014, 1.1538842292863882, -0.4073290385448224, -1.194093262844356, 1.5886877731240192, -0.1813253771266511, 0.8878417739249721, -0.2020239872771151, 1.4231319607792547, 0.6387851707944447, -0.15611443153569474, 0.9737352964879528, 1.2359847534677086, 1.1893851714504715, -0.2449316396623246, -0.5738806159461705, -0.08452166625339103, 0.44732954794271335, 1.657300753082204, -0.1711547108940266, 0.8969673271195522, 1.3994351208647662, 1.302541833939165, -0.5659494886184634, -0.15115723981061965, -0.28426066545363804, 0.15504022788424562, -0.15611443153569474, -0.09838464244219562, 0.19270709619856, -0.1711547108940266, 1.052026798453631, 1.0037441772401032, 0.04729633398387127, -0.10774868613697043, 0.5197231021818918, 0.9179014222389332, -0.16611284854369965, 0.8614631678553906, -0.11246810485174304, -0.4273579793886736, -0.6486485110470401, 1.118079317161589, 1.081993489685002, 0.08594843301050951, -0.11246810485174304, -0.07539880588385194, -0.2671910781751071, -0.2728444651231056, -0.4273579793886736, -0.3498240626243391, -0.15611443153569474, -0.5738806159461705, 1.310164620898373, -0.2449316396623246, -0.36228420098122405, 0.03135033454176449, 0.4938610246745962, 0.6937566508485591, -0.5818833731476161, -0.30166571211896825, -0.30166571211896825, 1.0733574993047579, -0.22321798033974646, -0.2020239872771151, 0.2510835114260116, -0.3314564698842232, -0.12677917792446894, 1.4429505615012932, -0.1172128107543981, -0.3877429694680081, 0.9223236103008734, -0.11246810485174304, 1.2087460509665404, 0.119348959533649, -0.2020239872771151, 0.3058477383198946, -0.02255150374751099, 0.8878417739249721, 1.5143063300125597, -0.1762254429606835, -0.08911858585267947, -0.21787174184314656, 0.027318555748247986, -0.28426066545363804, 1.0583540653712995, -0.018286692575389243, 1.070874519495939, 2.0350328005079943, 0.3233747064807085, 0.2666386885114029, 1.4222964782920389, 1.072116879967853, -0.2900244268327371, -0.2394531110257466, 1.454309762892433, -0.3314564698842232, -0.3194196606172444, -0.2900244268327371, 0.2727850334217225, 0.9737352964879528, -0.07087238108926294, 0.4842661098037261, 1.7942124302001965, -0.1172128107543981, -0.15115723981061965, 1.1958859613250286, -0.10305428659358712, -0.261573549734334, -0.4139551614286911, 0.1480161490173206, -0.0618883597971729, 0.3766927304137658, -0.2504442696605411, 1.6900196805534384, 0.8535527654300645, 1.1695913586989548, 0.2447841013186553, 0.646850338896258, 0.5758339181040588, 1.3120601051400682, 0.1302082177085372, 0.30879310202043103, 0.5380684058890713, -0.15115723981061965], [-1.2380972637698553, -0.8211255751487502, -0.24816950724904574, -0.17985399210535788, -0.8211255751487502, -1.092449365780013, -0.8211255751487502, -1.092449365780013, -0.8211255751487502, -1.092449365780013, -0.9521855776444182, -1.092449365780013, -0.4933478087148098, -0.8211255751487502, -0.8211255751487502, -0.7010217584549263, -0.8211255751487502, -1.092449365780013, -0.5920147281694409, -0.8211255751487502, -0.40391033467974585, -0.9521855776444182, -1.2380972637698553, -0.9521855776444182, -0.8211255751487502, -1.092449365780013, -1.092449365780013, -0.9521855776444182, -1.2380972637698553, -0.5920147281694409, -0.9521855776444182, -0.5920147281694409, -0.9521855776444182, -1.092449365780013, -0.8211255751487502, -0.9521855776444182, -0.17985399210535788, -1.092449365780013, -1.092449365780013, -0.4933478087148098, -0.8211255751487502, -0.4933478087148098, -0.4933478087148098, -0.9521855776444182, -0.5920147281694409, -0.8211255751487502, -0.5920147281694409, -0.8211255751487502, -0.8211255751487502, -1.092449365780013, -0.4933478087148098, -0.40391033467974585, -0.9521855776444182, -0.7010217584549263, -0.9521855776444182, -0.4933478087148098, -1.092449365780013, -0.7010217584549263, -0.8211255751487502, -0.5920147281694409, -0.9521855776444182, -0.40391033467974585, 0.7404975118618283, -0.9521855776444182, -1.092449365780013, -0.9521855776444182, -0.7010217584549263, 0.3321575221644713, -1.092449365780013, -0.9521855776444182, -1.092449365780013, -1.2380972637698553, -1.2380972637698553, -1.2380972637698553, -1.092449365780013, -0.4933478087148098, -0.5920147281694409, -1.092449365780013, -0.4933478087148098, -0.8211255751487502, -0.9521855776444182, -0.5920147281694409, -0.9521855776444182, -0.8211255751487502, -0.8211255751487502, -0.7010217584549263, -0.7010217584549263, -0.4933478087148098, -0.9521855776444182, -0.8211255751487502, -1.092449365780013, -0.8211255751487502, -0.5920147281694409, -1.092449365780013, -0.4933478087148098, -0.24816950724904574, -0.7010217584549263, -1.092449365780013, -0.5920147281694409, -0.8211255751487502, -0.7010217584549263, -0.8211255751487502, -0.8211255751487502, -1.092449365780013, -0.4933478087148098, -0.8211255751487502, -1.092449365780013, -0.9521855776444182, -0.5920147281694409, -1.2380972637698553, -1.092449365780013, -0.5920147281694409, -0.3225418996203581, -0.8211255751487502, -0.5920147281694409, -0.3225418996203581, -0.9521855776444182, -0.7010217584549263, -0.7010217584549263, -0.9521855776444182, -0.9521855776444182, -0.3225418996203581, -0.9521855776444182, -0.8211255751487502, -0.3225418996203581, -1.092449365780013, -0.5920147281694409, -1.092449365780013, -0.7010217584549263, -0.5920147281694409, -0.5920147281694409, -0.7010217584549263, -0.7010217584549263, -0.4933478087148098, 0.8989293670938697, -0.40391033467974585, -0.4933478087148098, -0.5920147281694409, -0.7010217584549263, -0.7010217584549263, -0.5920147281694409, -0.4933478087148098, -0.9521855776444182, -1.092449365780013, 0.09489763934175628, -0.9521855776444182, -0.40391033467974585, -0.8211255751487502, -0.9521855776444182, -0.4933478087148098, -0.9521855776444182, -1.2380972637698553, -0.7010217584549263, -0.7010217584549263, -0.9521855776444182, -0.9521855776444182, -0.40391033467974585, -0.5920147281694409, -0.8211255751487502, -0.4933478087148098, -0.17985399210535788, -0.7010217584549263, -0.9521855776444182, -0.8211255751487502, -0.9521855776444182, -0.40391033467974585, -0.7010217584549263, -1.2380972637698553, -0.9521855776444182, -0.8211255751487502, -0.9521855776444182, -0.7010217584549263, -0.9521855776444182, -0.40391033467974585, -0.7010217584549263, -0.7010217584549263, -1.092449365780013, -1.2380972637698553, -0.8211255751487502, -0.4933478087148098, -0.7010217584549263, -0.7010217584549263, -0.4933478087148098, -0.4933478087148098, -0.8211255751487502, -0.5920147281694409, -0.7010217584549263, -0.9521855776444182, -0.7010217584549263, -0.8211255751487502, -0.8211255751487502, -0.7010217584549263, -1.092449365780013, -0.058314090469695275, -1.092449365780013, -0.5920147281694409, -0.4933478087148098, -0.9521855776444182, -0.8211255751487502, -0.9521855776444182, -0.058314090469695275, -1.2380972637698553, -0.9521855776444182, -0.7010217584549263, 0.3321575221644713, -1.092449365780013, -0.9521855776444182, -0.3225418996203581, -1.092449365780013, -0.7010217584549263, -0.4933478087148098, -0.9521855776444182, -1.092449365780013, -0.5920147281694409, -1.092449365780013, -1.2380972637698553, -1.2380972637698553, -0.4933478087148098, -1.092449365780013, -0.8211255751487502, -0.4933478087148098, -0.8211255751487502, -0.7010217584549263, -0.9521855776444182, -0.4933478087148098, -0.7010217584549263, 0.3971798791453894, -0.4933478087148098, -0.9521855776444182, -0.7010217584549263, -0.4933478087148098, -0.7010217584549263, -0.9521855776444182, -0.7010217584549263, -0.9521855776444182, -0.9521855776444182, -0.8211255751487502, -1.092449365780013, -0.7010217584549263, -0.5920147281694409, -0.8211255751487502, -0.3225418996203581, -1.092449365780013, -0.7010217584549263, -0.8211255751487502, -0.8211255751487502, -0.5920147281694409, -0.9521855776444182, -0.8211255751487502, -0.058314090469695275, -0.7010217584549263, -0.5920147281694409, -0.8211255751487502, -0.4933478087148098, -0.9521855776444182, -0.40391033467974585, -0.7010217584549263, -0.4933478087148098, -1.2380972637698553, -0.5920147281694409, -0.9521855776444182, -0.5920147281694409, -0.5920147281694409, -0.8211255751487502, -0.24816950724904574, -0.5920147281694409, -0.7010217584549263, -0.3225418996203581, -0.8211255751487502, -0.8211255751487502, -0.8211255751487502, 0.09489763934175628, -0.5920147281694409, -0.8211255751487502, -0.3225418996203581, -0.8211255751487502, -0.8211255751487502, -0.3225418996203581, -1.092449365780013, -0.4933478087148098, -0.8211255751487502, -0.8211255751487502, -0.5920147281694409, -0.9521855776444182, -0.4933478087148098, -0.9521855776444182, -1.092449365780013, -0.9521855776444182, -0.4933478087148098, -0.5920147281694409, -0.8211255751487502, -0.8211255751487502, 0.3321575221644713, -0.4933478087148098, -0.5920147281694409, -0.5920147281694409, -0.7010217584549263, -0.9521855776444182, -0.0038453463139318475, -0.8211255751487502, -0.7010217584549263, -0.058314090469695275, -0.4933478087148098, -0.8211255751487502, -0.5920147281694409, -0.4933478087148098, -1.2380972637698553, -1.092449365780013, -0.5920147281694409, -0.8211255751487502, -0.058314090469695275, -0.7010217584549263, -0.40391033467974585, -0.8211255751487502, -0.24816950724904574, -0.3225418996203581, -0.3225418996203581, -0.7010217584549263, -0.24816950724904574, -0.7010217584549263, -0.8211255751487502, -0.40391033467974585, -0.7010217584549263, -0.5920147281694409, -0.5920147281694409, -0.3225418996203581, -0.7010217584549263, -0.8211255751487502, -0.8211255751487502, -0.3225418996203581, -0.8211255751487502, -0.40391033467974585, -1.092449365780013, -0.24816950724904574, -1.092449365780013, -0.40391033467974585, -0.9521855776444182, -1.092449365780013, -0.7010217584549263, -0.5920147281694409, -0.24816950724904574, -0.8211255751487502, 0.3971798791453894, -0.9521855776444182, -0.5920147281694409, -0.9521855776444182, -0.8211255751487502, -0.4933478087148098, -1.092449365780013, -0.7010217584549263, -0.4933478087148098, -0.7010217584549263, -0.17985399210535788, -0.0038453463139318475, -0.40391033467974585, -0.5920147281694409, -0.7010217584549263, -0.5920147281694409, -0.24816950724904574, -0.5920147281694409, -0.8211255751487502, -0.7010217584549263, -0.24816950724904574, -0.7010217584549263, -0.7010217584549263, -0.5920147281694409, -0.4933478087148098, -0.5920147281694409, -0.4933478087148098, -0.9521855776444182, -0.4933478087148098, -0.9521855776444182, -0.5920147281694409, -0.7010217584549263, -0.4933478087148098, -0.8211255751487502, -0.4933478087148098, -0.8211255751487502, -0.40391033467974585, -0.7010217584549263, -0.3225418996203581, -0.3225418996203581, -0.9521855776444182, -1.092449365780013, -0.40391033467974585, -0.8211255751487502, -0.40391033467974585, -0.4933478087148098, -0.3225418996203581, -0.7010217584549263, -0.7010217584549263, -0.8211255751487502, -0.8211255751487502, -0.9521855776444182, -0.4933478087148098, -0.5920147281694409, -1.092449365780013, -0.9521855776444182, -0.4933478087148098, -0.4933478087148098, -0.7010217584549263, -0.5920147281694409, -0.5920147281694409, -0.8211255751487502, -0.40391033467974585, -0.3225418996203581, -0.8211255751487502, -0.4933478087148098, -0.9521855776444182, -0.3225418996203581, -0.7010217584549263, -0.8211255751487502, -0.3225418996203581, -0.9521855776444182, -0.4933478087148098, -0.7010217584549263, -0.8211255751487502, -0.4933478087148098, -0.4933478087148098, -0.17985399210535788, -0.24816950724904574, -0.4933478087148098, -0.4933478087148098, -1.092449365780013, -0.8211255751487502, -0.4933478087148098, -0.7010217584549263, -0.5920147281694409, -0.5920147281694409, -0.9521855776444182, -0.7010217584549263, -0.9521855776444182, -0.9521855776444182, -0.9521855776444182, -0.11679416843001315, -0.40391033467974585, -0.4933478087148098, -0.5920147281694409, -0.8211255751487502, -0.3225418996203581, -0.7010217584549263, -0.7010217584549263, -0.9521855776444182, -0.3225418996203581, 0.3321575221644713, -0.4933478087148098, -0.9521855776444182, -0.8211255751487502, -0.4933478087148098, -1.092449365780013, 0.09489763934175628, 0.1399188795288756, -0.9521855776444182, -0.9521855776444182, -0.4933478087148098, -0.4933478087148098, -0.5920147281694409, -0.4933478087148098, -0.9521855776444182, -0.5920147281694409, -0.4933478087148098, -0.4933478087148098, -1.092449365780013, -0.9521855776444182, -0.7010217584549263, -1.2380972637698553, -0.9521855776444182, -0.7010217584549263, -0.3225418996203581, -1.092449365780013, -0.0038453463139318475, -0.8211255751487502, -0.7010217584549263, -0.8211255751487502, -0.8211255751487502, -0.9521855776444182, -0.7010217584549263, -0.24816950724904574, -0.17985399210535788, -0.7010217584549263, -0.9521855776444182, -0.5920147281694409, -0.4933478087148098, -0.7010217584549263, -0.4933478087148098, -0.7010217584549263, -0.8211255751487502, -0.5920147281694409, 0.3653714790946011, -0.5920147281694409, -0.40391033467974585, -0.7010217584549263, -0.5920147281694409, -0.8211255751487502, -0.5920147281694409, -0.8211255751487502, -0.9521855776444182, -0.5920147281694409, -0.11679416843001315, -0.3225418996203581, -0.40391033467974585, -0.3225418996203581, -0.5920147281694409, -0.7010217584549263, -1.092449365780013, -1.092449365780013, -0.5920147281694409, -0.7010217584549263, -0.40391033467974585, -0.24816950724904574, -0.9521855776444182, -0.9521855776444182, -0.17985399210535788, -0.3225418996203581, -0.7010217584549263, -0.7010217584549263, -0.5920147281694409, -0.5920147281694409, -0.3225418996203581, -0.8211255751487502, -1.2380972637698553, -0.4933478087148098, -0.5920147281694409, -0.5920147281694409, -0.5920147281694409, -0.8211255751487502, -0.7010217584549263, -0.3225418996203581, -0.8211255751487502, -0.8211255751487502, -0.7010217584549263, -0.4933478087148098, -0.3225418996203581, -0.8211255751487502, -0.9521855776444182, -0.11679416843001315, -0.4933478087148098, -1.092449365780013, -1.092449365780013, -0.3225418996203581, -0.3225418996203581, -0.40391033467974585, 0.04709052787670063, -0.7010217584549263, -0.8211255751487502, -1.092449365780013, -1.2380972637698553, -0.5920147281694409, -0.4933478087148098, -0.4933478087148098, -0.4933478087148098, -0.9521855776444182, -0.5920147281694409, -0.40391033467974585, -0.7010217584549263, -0.40391033467974585, -0.4933478087148098, -0.11679416843001315, -1.092449365780013, -0.9521855776444182, -0.3225418996203581, -0.0038453463139318475, -0.24816950724904574, -0.40391033467974585, -1.092449365780013, -0.7010217584549263, -0.4933478087148098, -0.7010217584549263, -0.8211255751487502, -0.5920147281694409, -0.5920147281694409, -1.2380972637698553, -1.092449365780013, -0.40391033467974585, 0.3321575221644713, -0.40391033467974585, -0.8211255751487502, 0.04709052787670063, -0.8211255751487502, -0.4933478087148098, -1.092449365780013, -0.4933478087148098, -0.24816950724904574, -0.40391033467974585, -0.5920147281694409, -0.4933478087148098, -0.40391033467974585, -0.7010217584549263, -0.7010217584549263, 0.1399188795288756, -0.3225418996203581, -0.24816950724904574, -0.4933478087148098, 0.04709052787670063, -0.8211255751487502, -0.5920147281694409, -0.3225418996203581, -0.7010217584549263, -0.8211255751487502, -0.24816950724904574, -0.7010217584549263, -0.40391033467974585, -0.7010217584549263, -0.40391033467974585, -0.9521855776444182, 0.3653714790946011, -0.24816950724904574, -0.3225418996203581, -0.4933478087148098, -0.24816950724904574, -0.7010217584549263, -0.5920147281694409, -0.4933478087148098, -0.40391033467974585, -0.8211255751487502, -0.8211255751487502, -0.7010217584549263, -0.4933478087148098, -0.9521855776444182, -0.9521855776444182, -0.7010217584549263, -0.9521855776444182, -0.9521855776444182, -0.7010217584549263, -0.7010217584549263, -0.17985399210535788, -0.7010217584549263, 0.7787573497155792, -0.5920147281694409, -0.7010217584549263, -0.5920147281694409, -0.24816950724904574, -0.5920147281694409, -0.3225418996203581, -1.2380972637698553, -1.092449365780013, -0.4933478087148098, -0.8211255751487502, -0.7010217584549263, -0.40391033467974585, -0.4933478087148098, -0.40391033467974585, -0.7010217584549263, -0.7010217584549263, -0.40391033467974585, -0.5920147281694409, -0.24816950724904574, -0.17985399210535788, -0.7010217584549263, -0.24816950724904574, -0.3225418996203581, -0.7010217584549263, -0.8211255751487502, -0.40391033467974585, -1.2380972637698553, -0.7010217584549263, -0.5920147281694409, -0.5920147281694409, -0.5920147281694409, -0.4933478087148098, -0.4933478087148098, -0.40391033467974585, -0.11679416843001315, -0.4933478087148098, -0.7010217584549263, -0.0038453463139318475, -0.8211255751487502, -0.40391033467974585, -0.7010217584549263, -0.9521855776444182, -0.9521855776444182, -0.17985399210535788, -0.7010217584549263, -0.7010217584549263, -0.24816950724904574, -0.7010217584549263, -0.4933478087148098, -0.9521855776444182, -0.9521855776444182, 0.22273206332786089, -0.7010217584549263, -1.092449365780013, -1.2380972637698553, -0.9521855776444182, -1.092449365780013, -0.7010217584549263, -0.058314090469695275, -0.9521855776444182, -0.9521855776444182, -0.7010217584549263, -0.7010217584549263, -0.4933478087148098, -0.40391033467974585, -0.8211255751487502, 0.04709052787670063, -0.11679416843001315, -0.4933478087148098, -0.11679416843001315, -0.24816950724904574, -0.5920147281694409, -0.8211255751487502, -0.3225418996203581, -0.11679416843001315, -0.3225418996203581, -0.7010217584549263, -0.8211255751487502, -0.4933478087148098, -0.8211255751487502, -0.8211255751487502, -0.17985399210535788, -0.7010217584549263, -0.4933478087148098, -0.7010217584549263, -0.11679416843001315, -0.4933478087148098, -0.24816950724904574, 0.04709052787670063, -0.9521855776444182, -0.7010217584549263, -0.7010217584549263, -0.11679416843001315, -0.058314090469695275, -0.24816950724904574, -0.9521855776444182, -0.11679416843001315, -0.11679416843001315, -0.9521855776444182, -0.24816950724904574, -0.9521855776444182, -0.11679416843001315, -0.3225418996203581, -0.7010217584549263, -0.058314090469695275, -0.4933478087148098, 0.26099123562937404, -0.9521855776444182, -0.24816950724904574, -0.3225418996203581, 0.1824467323746744, -0.24816950724904574, -0.7010217584549263, -0.9521855776444182, -0.40391033467974585, -0.7010217584549263, -0.9521855776444182, -0.9521855776444182, -0.40391033467974585, -0.24816950724904574, -0.9521855776444182, -0.058314090469695275, -0.7010217584549263, -0.40391033467974585, -0.9521855776444182, -0.7010217584549263, -0.8211255751487502, -0.4933478087148098, -0.9521855776444182, -1.092449365780013, -0.40391033467974585, -0.11679416843001315, -0.17985399210535788, -0.7010217584549263, -0.40391033467974585, -0.8211255751487502, -0.4933478087148098, -0.4933478087148098, -0.7010217584549263, 0.3971798791453894, -0.8211255751487502, -1.092449365780013, -0.4933478087148098, -0.9521855776444182, -0.7010217584549263, -0.8211255751487502, -0.4933478087148098, -1.092449365780013, -0.5920147281694409, -0.5920147281694409, -0.8211255751487502, -0.3225418996203581, -0.40391033467974585, -0.17985399210535788, -0.5920147281694409, -0.24816950724904574, -0.24816950724904574, -0.5920147281694409, -0.4933478087148098, -0.7010217584549263, -1.2380972637698553, -0.7010217584549263, -0.8211255751487502, -0.9521855776444182, -0.4933478087148098, -0.40391033467974585, -0.7010217584549263, 0.04709052787670063, 0.7971693672852795, -0.40391033467974585, -0.7010217584549263, -0.24816950724904574, -1.2380972637698553, -0.11679416843001315, -0.4933478087148098, -0.7010217584549263, -0.3225418996203581, -0.40391033467974585, -0.4933478087148098, -0.5920147281694409, -0.5920147281694409, -0.11679416843001315, -0.9521855776444182, -0.8211255751487502, -0.8211255751487502, -0.7010217584549263, -0.11679416843001315, -0.9521855776444182, 0.04709052787670063, -0.8211255751487502, -0.17985399210535788, -0.4933478087148098, -0.5920147281694409, -0.40391033467974585, -0.9521855776444182, -0.24816950724904574, -0.3225418996203581, 0.09489763934175628, -0.8211255751487502, -0.4933478087148098, -0.9521855776444182, -0.8211255751487502, -0.4933478087148098, -0.17985399210535788, -0.4933478087148098, -0.40391033467974585, -0.4933478087148098, -0.40391033467974585, -0.3225418996203581, -0.4933478087148098, -0.17985399210535788, -0.40391033467974585, -0.9521855776444182, -0.11679416843001315, -0.3225418996203581, -0.5920147281694409, 0.26099123562937404, -0.3225418996203581, -0.9521855776444182, -0.7010217584549263, -1.092449365780013, -0.9521855776444182, 0.04709052787670063, -0.7010217584549263, -0.9521855776444182, -0.4933478087148098, -0.7010217584549263, -0.40391033467974585, -0.8211255751487502, -0.40391033467974585, -0.5920147281694409, -0.8211255751487502, -0.5920147281694409, -0.24816950724904574, -0.5920147281694409, -0.40391033467974585, -0.24816950724904574, -0.8211255751487502, -0.8211255751487502, -0.17985399210535788, -0.7010217584549263, -0.5920147281694409, -0.40391033467974585, -0.7010217584549263, -0.40391033467974585, -0.5920147281694409, -0.3225418996203581, -0.8211255751487502, -0.7010217584549263, -0.3225418996203581, -0.7010217584549263, -0.4933478087148098, -0.3225418996203581, -0.40391033467974585, -0.3225418996203581, -0.5920147281694409, -0.9521855776444182, -0.4933478087148098, -0.5920147281694409, -0.9521855776444182, -0.058314090469695275, -0.3225418996203581, -0.3225418996203581, -0.17985399210535788, -0.5920147281694409, -0.24816950724904574, -0.11679416843001315, -0.17985399210535788, -0.9521855776444182, 0.7971693672852795, -0.3225418996203581, -0.7010217584549263, -0.8211255751487502, -0.7010217584549263, 0.4570136959326264, -0.40391033467974585, -0.7010217584549263, -0.40391033467974585, -0.5920147281694409, -0.4933478087148098, -0.4933478087148098, -0.5920147281694409, -0.40391033467974585, -0.24816950724904574, 0.4276942648439336, -0.3225418996203581, 0.8829143646140828, -0.8211255751487502, -0.7010217584549263, -0.11679416843001315, -0.3225418996203581, -0.40391033467974585, 0.09489763934175628, -0.7010217584549263, -0.5920147281694409, -0.7010217584549263, -0.8211255751487502, -0.8211255751487502, -0.3225418996203581, -0.3225418996203581, 0.8498018933464759, 0.4852265031258494, -0.17985399210535788, -0.8211255751487502, -0.4933478087148098, -0.24816950724904574, -0.17985399210535788, -0.3225418996203581, 0.1824467323746744, -0.17985399210535788, -0.7010217584549263, -0.4933478087148098, -0.5920147281694409, -0.40391033467974585, -0.40391033467974585, -0.17985399210535788, -0.5920147281694409, -0.8211255751487502, -0.7010217584549263, -0.24816950724904574, -0.4933478087148098, -0.40391033467974585, -0.4933478087148098, -0.7010217584549263, -0.8211255751487502, -0.17985399210535788, -0.5920147281694409, 0.09489763934175628, -0.9521855776444182, -1.092449365780013, -0.9521855776444182, -1.2380972637698553, -0.24816950724904574, -0.8211255751487502, 0.04709052787670063, -0.3225418996203581, -0.8211255751487502, -0.7010217584549263, -0.17985399210535788, 0.3653714790946011, -0.5920147281694409, -0.4933478087148098, 0.09489763934175628, -0.4933478087148098, -0.5920147281694409, -1.2380972637698553, -0.3225418996203581, -0.24816950724904574, -0.4933478087148098, -0.11679416843001315, -0.7010217584549263, -0.40391033467974585, -0.9521855776444182, -1.092449365780013, -0.24816950724904574, -0.9521855776444182, -0.4933478087148098, -0.9521855776444182, -0.40391033467974585, -0.17985399210535788, -0.40391033467974585, 0.1399188795288756, -0.3225418996203581, -0.11679416843001315, -1.092449365780013, -0.3225418996203581, -0.7010217584549263, 0.7001503430313879, -0.8211255751487502, 0.1399188795288756, 0.8665438843963592, 0.09489763934175628, -0.40391033467974585, -0.24816950724904574, -0.11679416843001315, -0.3225418996203581, -0.4933478087148098, 0.1824467323746744, -0.11679416843001315, -0.24816950724904574, -0.11679416843001315, 0.1399188795288756, -0.0038453463139318475, -0.24816950724904574, -0.7010217584549263, -0.3225418996203581, -0.17985399210535788, -0.5920147281694409, -0.5920147281694409, -0.5920147281694409, 0.26099123562937404, -0.40391033467974585, -0.5920147281694409, 0.4276942648439336, -0.17985399210535788, -0.9521855776444182, -0.8211255751487502, 0.8989293670938697, -0.4933478087148098, -0.3225418996203581, -0.3225418996203581, 0.04709052787670063, 0.09489763934175628, 0.04709052787670063, 0.04709052787670063, -0.058314090469695275, -0.9521855776444182, -0.8211255751487502, -0.7010217584549263, -0.5920147281694409, -0.40391033467974585, -0.4933478087148098, -0.17985399210535788, -0.4933478087148098, -0.17985399210535788, -0.40391033467974585, -0.8211255751487502, -0.8211255751487502, -0.24816950724904574, -0.7010217584549263, 1.1624606414231833, -0.7010217584549263, -0.17985399210535788, -0.40391033467974585, -0.17985399210535788, -0.40391033467974585, -1.092449365780013, -0.4933478087148098, -0.24816950724904574, 0.2974118708582586, -0.7010217584549263, -0.7010217584549263, 0.22273206332786089, -0.40391033467974585, -0.5920147281694409, -0.5920147281694409, -0.3225418996203581, 0.26099123562937404, -0.5920147281694409, 0.09489763934175628, -0.3225418996203581, -0.5920147281694409, -0.4933478087148098, -0.40391033467974585, -0.8211255751487502, -0.7010217584549263, -1.092449365780013, -0.40391033467974585, -0.7010217584549263, -0.7010217584549263, -0.7010217584549263, -0.17985399210535788, -0.5920147281694409, -0.8211255751487502, -0.40391033467974585, -0.8211255751487502, 0.6121978047197981, -0.3225418996203581, -0.5920147281694409, -0.8211255751487502, 0.9449871762533176, -0.24816950724904574, -0.058314090469695275, -0.40391033467974585, -0.5920147281694409, -0.0038453463139318475, 0.04709052787670063, -0.5920147281694409, 0.1399188795288756, -0.40391033467974585, -0.058314090469695275, -0.24816950724904574, 0.1399188795288756, -0.24816950724904574, -0.3225418996203581, -0.5920147281694409, -0.8211255751487502, -0.4933478087148098, -0.17985399210535788, -0.7010217584549263, 0.4852265031258494, -0.24816950724904574, -0.17985399210535788, -0.4933478087148098, 0.7971693672852795, -0.4933478087148098, -0.5920147281694409, -0.40391033467974585, -0.4933478087148098, -0.7010217584549263, 0.04709052787670063, -0.058314090469695275, -0.4933478087148098, 0.91460391491491, -0.8211255751487502, -0.40391033467974585, -0.8211255751487502, -0.7010217584549263, -0.9521855776444182, -0.24816950724904574, -0.24816950724904574, -0.4933478087148098, 0.6791210816232978, -0.4933478087148098, 0.7971693672852795, -0.17985399210535788, -0.8211255751487502, 0.04709052787670063, 0.6351830101817812, -0.11679416843001315, 0.6351830101817812, 0.04709052787670063, -0.8211255751487502, 0.1824467323746744, -0.5920147281694409, -0.4933478087148098, -0.24816950724904574, -0.4933478087148098, -1.092449365780013, -0.4933478087148098, -0.4933478087148098, 0.1824467323746744, -0.8211255751487502, -0.3225418996203581, -0.058314090469695275, 0.1399188795288756, -0.40391033467974585, -0.8211255751487502, 0.1399188795288756, 0.7971693672852795, -0.5920147281694409, -0.17985399210535788, 0.8989293670938697, 0.22273206332786089, -0.4933478087148098, -0.5920147281694409, 0.22273206332786089, -0.11679416843001315, -0.17985399210535788, 1.0553509208563856, -0.40391033467974585, 0.09489763934175628, -0.17985399210535788, -1.092449365780013, 0.04709052787670063, -0.8211255751487502, -0.11679416843001315, -0.4933478087148098, -0.7010217584549263, -0.9521855776444182, -0.8211255751487502, -0.40391033467974585, -0.24816950724904574, -0.40391033467974585, 0.04709052787670063, -0.5920147281694409, -0.4933478087148098, 0.1824467323746744, 0.6574774838391075, -0.40391033467974585, -0.17985399210535788, 0.1399188795288756, -0.4933478087148098, 0.9883346918737116, -0.8211255751487502, -0.7010217584549263, -0.3225418996203581, 0.7598748824901701, -0.24816950724904574, -0.11679416843001315, -0.40391033467974585, -0.0038453463139318475, 1.0022348837002937, -0.5920147281694409, -0.11679416843001315, 0.8829143646140828, 0.1399188795288756, -0.17985399210535788, 0.3321575221644713, -0.3225418996203581, 0.22273206332786089, -0.40391033467974585, -0.5920147281694409, 0.04709052787670063, 0.04709052787670063, -0.40391033467974585, 0.09489763934175628, -0.058314090469695275, 0.6791210816232978, -0.17985399210535788, -0.40391033467974585, -0.058314090469695275, -0.5920147281694409, -0.17985399210535788, -0.24816950724904574, 0.04709052787670063, -0.4933478087148098, -0.4933478087148098, -0.3225418996203581, -0.3225418996203581, 0.04709052787670063, -0.17985399210535788, 0.8151336339904031, -0.3225418996203581, 0.09489763934175628, 0.7205988452698472, 0.6574774838391075, -0.11679416843001315, -0.8211255751487502, -0.24816950724904574, 0.5124117517787972, 0.4570136959326264, 0.26099123562937404, -0.17985399210535788, -0.0038453463139318475, 0.4852265031258494, 1.4516679520387077, 1.0680518384797433, -0.40391033467974585, -0.3225418996203581, 1.1513014351920374, -0.5920147281694409, 0.8989293670938697, -0.7010217584549263, 0.26099123562937404, -0.17985399210535788, -0.11679416843001315, 0.7205988452698472, -0.0038453463139318475, 1.3031423314902688, -0.7010217584549263, -0.24816950724904574, -0.5920147281694409, -0.7010217584549263, 1.4054193765387626, -0.058314090469695275, -0.24816950724904574, 0.5639766817966937, 0.7001503430313879, 0.7787573497155792, -0.11679416843001315, -0.5920147281694409, -0.24816950724904574, -0.17985399210535788, -0.24816950724904574, -0.7010217584549263, 0.04709052787670063, -0.0038453463139318475, -0.40391033467974585, -0.8211255751487502, -0.8211255751487502, -0.3225418996203581, -0.11679416843001315, -0.7010217584549263, 1.2461137732519358, 0.1399188795288756, 0.91460391491491, -0.3225418996203581, -0.5920147281694409, 0.6351830101817812, -0.058314090469695275, 1.0158775151725876, -0.9521855776444182, 1.1513014351920374, 0.26099123562937404, -0.11679416843001315, -0.7010217584549263, 1.3300777942342419, 0.4276942648439336, -0.0038453463139318475, 1.6060459450914428, 0.7598748824901701, 0.5124117517787972, -0.0038453463139318475, -0.3225418996203581, -0.4933478087148098, 0.5884782872389756, -0.17985399210535788, -0.4933478087148098, 1.3811544877668989, 1.0553509208563856, -1.2380972637698553, -0.24816950724904574, 0.26099123562937404, 1.356060165108155, -0.7010217584549263, -0.058314090469695275, -0.058314090469695275, -0.11679416843001315, 0.9597215891576212, -0.5920147281694409, -0.24816950724904574, 0.22273206332786089, 0.04709052787670063, -0.058314090469695275, -0.3225418996203581, 0.09489763934175628, -0.40391033467974585, -0.24816950724904574, -0.058314090469695275, -0.17985399210535788, -0.0038453463139318475, -0.40391033467974585, -0.40391033467974585, -0.5920147281694409, 1.4591004814706152, -0.24816950724904574, 0.9597215891576212, -0.40391033467974585, 1.6414937357924284, 0.9449871762533176, 1.1842833671953792, -0.0038453463139318475, 1.2461137732519358, 0.8326712564076572, 1.5091216605213298, 1.2939397584857604, -0.11679416843001315, -0.5920147281694409, 1.3974198603906829, 1.1734529843309491, 0.4852265031258494, 0.04709052787670063, -1.092449365780013, 0.1824467323746744, 0.04709052787670063, 0.22273206332786089, 0.9597215891576212, 0.22273206332786089, 0.4276942648439336, 0.04709052787670063, 0.5884782872389756, 0.04709052787670063, 0.6791210816232978, 1.6060459450914428, 0.3653714790946011, 0.09489763934175628, -0.40391033467974585, -0.0038453463139318475, 1.2054768158484457, 1.3475011179558003, 0.4852265031258494, -0.8211255751487502, 1.4881000472675576, 1.029271918244598, 0.22273206332786089, 1.6862408557311594, 0.9449871762533176, -0.058314090469695275, 1.2158486734814815, 0.09489763934175628, -0.24816950724904574, 0.1824467323746744, -0.8211255751487502, 0.09489763934175628, 1.0805372242264153, -0.4933478087148098, 0.2974118708582586, -0.4933478087148098, 0.9299521037513608, 1.356060165108155, -0.0038453463139318475, 1.5938389136017828, 0.7205988452698472, 1.5228088134317388, 0.9449871762533176, 0.04709052787670063, 0.9741670739602484, -0.3225418996203581, 0.3653714790946011, 1.2158486734814815, -0.058314090469695275, 0.1824467323746744, 1.2559313034301076, 0.2974118708582586, 0.04709052787670063, -0.40391033467974585, 1.4289078356287583, -0.7010217584549263, 1.1842833671953792, -0.4933478087148098, 1.768294695136611, 1.4664584999723997, 1.1842833671953792, 1.8376848126309773, 0.1824467323746744, 1.1734529843309491, 0.3653714790946011, 1.4516679520387077, 1.236163278406509, 0.7404975118618283, 1.4133326630831806, -0.058314090469695275, 1.2751813298024557, 1.1949564808704898, 1.1284616786059514, 1.1048897205831356, 0.26099123562937404, 0.7205988452698472, 0.2974118708582586, -0.17985399210535788, 1.4951743688275796, 1.4591004814706152, 1.321208620759196, -0.11679416843001315, 0.4276942648439336, 0.1399188795288756, 0.09489763934175628, 1.5091216605213298, 1.5021811478756388, 0.4276942648439336, 0.6121978047197981, 0.7971693672852795, -0.0038453463139318475, 1.236163278406509, 1.7385897243593558, 2.0955167670595505, 1.2656193679533518, 0.4570136959326264, 1.1624606414231833, -0.058314090469695275, 1.0805372242264153, 1.7180962852672959, 1.1399702369482256, 1.5228088134317388, 1.587658380549647, 1.5159971470869311, 1.2751813298024557, 1.5021811478756388, -0.24816950724904574, 0.8498018933464759, 0.2974118708582586, 1.1842833671953792, 0.2974118708582586, 1.0158775151725876, 0.1824467323746744, 1.581425341264193, 1.3728846446928102, -0.17985399210535788, 1.4133326630831806, 0.3971798791453894, 1.6916470937815629, 1.6239839150706252, 0.9883346918737116, 0.9883346918737116, 0.1399188795288756, 1.3974198603906829, -0.8211255751487502, 1.4881000472675576, 1.4133326630831806, 1.6862408557311594, -0.24816950724904574, 1.1167701375972463, -0.24816950724904574, 1.1842833671953792, 1.6970137786054822, 1.3645205929889257, 1.3300777942342419, 1.3811544877668989, 1.0022348837002937, 1.8107113737916711, 0.09489763934175628, -0.24816950724904574, 1.1624606414231833, 0.9597215891576212, 2.073450167141636, 1.9010731926187319, 0.22273206332786089, 1.029271918244598, 1.042426928757879, 1.5494402567708183, 1.6697788865425842, 1.236163278406509, 1.6697788865425842, 1.1949564808704898, 0.22273206332786089, 1.4441593891611952, 1.3122310259969248, 1.4664584999723997, 1.3728846446928102, 1.1624606414231833, 1.092814245845032, 1.5228088134317388, 1.6357034404323891, 1.5751388967995483, 1.6862408557311594, 1.1734529843309491, 1.675307358991403, 1.5091216605213298, 1.1167701375972463, 0.9299521037513608, 1.4211615565845193, 1.356060165108155, 1.8376848126309773, 1.4881000472675576, 1.7585261028815011, 1.4881000472675576, 1.6697788865425842, 1.029271918244598, 1.5494402567708183, 1.6697788865425842, 1.3300777942342419, -0.0038453463139318475, 1.4951743688275796, 1.1284616786059514, 1.0680518384797433, 0.7971693672852795, 1.6642084325419526, 1.4591004814706152, -0.40391033467974585, 1.924969980419208, 1.0158775151725876, 1.0805372242264153, 1.5362453441060986, 1.389332217560342, 0.8829143646140828, 1.599967816878192, 1.587658380549647, 1.6642084325419526, 1.7076307728862703, 1.6357034404323891, 1.6807944775027983, 2.020369775501605, 1.1624606414231833, 1.3645205929889257, 1.5091216605213298, 1.5228088134317388, 1.581425341264193, 1.675307358991403, 1.3388411293436977, 1.2054768158484457, 1.6697788865425842, 1.3031423314902688, 1.4289078356287583, 0.3971798791453894, 1.0805372242264153, 0.8989293670938697, 1.7128821938424565, 1.675307358991403, 1.1734529843309491, 1.7779348894267015, 1.6862408557311594, 1.6529389970531518, 1.612074131921902, 1.1048897205831356, 1.917090595101569, 0.7001503430313879, 1.9481125365184773, 1.480956869910176, 2.1406780190991963, 1.9923154142322164, 1.529557832215764, 1.4664584999723997, 1.473743484837837, 1.9091256254763336, 0.9597215891576212, 1.1399702369482256, 2.169310591364435, 1.7232735737992286, 1.8464599133120685, 1.7921616835224583, 0.09489763934175628, 1.921040870735328, 1.892931355065678, 1.2656193679533518, 1.6239839150706252, 1.7874500155675817, 0.9883346918737116, 1.7585261028815011, 1.7921616835224583, 1.6970137786054822, 1.4441593891611952, 1.3811544877668989, 1.9994302726667168, 1.6585953549887589, 1.587658380549647, 2.3412363698721697, 1.612074131921902, 1.1734529843309491, 2.0605359524429776, 1.8014951730387272, 1.562402079422623, 1.1734529843309491, 1.5559497890298326, 1.4664584999723997, 1.5159971470869311, 2.0473901957251788, 0.4852265031258494, 2.3522584967665905, 1.6239839150706252, 1.3475011179558003, 1.4365732232386543, 1.4289078356287583, 1.587658380549647, 1.4881000472675576, 1.6414937357924284, 1.4881000472675576, 1.1513014351920374, 1.612074131921902, 1.5428724589290304, 1.880546556448639, 1.855131255583456, 1.599967816878192, 2.202255998142664, 1.3645205929889257, 1.5687981249463094, 2.2689317722612974, 1.8014951730387272, 1.5938389136017828, 1.9778751792868936, 1.581425341264193, 1.6807944775027983, 1.8970135732891318, 1.5362453441060986, 2.3163881103835315, -1.2380972637698553, -1.092449365780013, -0.40391033467974585, -0.9521855776444182, -1.2380972637698553, -0.9521855776444182, -1.2380972637698553, -0.9521855776444182, -1.2380972637698553, -0.5920147281694409, -0.9521855776444182, -0.4933478087148098, -1.2380972637698553, -0.8211255751487502, -1.2380972637698553, -0.9521855776444182, -1.2380972637698553, -1.2380972637698553, -1.092449365780013, -1.2380972637698553, -0.9521855776444182, -1.2380972637698553, -0.8211255751487502, -0.9521855776444182, -0.4933478087148098, -1.092449365780013, -0.5920147281694409, -0.9521855776444182, -0.7010217584549263, -1.2380972637698553, -0.3225418996203581, -0.8211255751487502, -1.092449365780013, -1.092449365780013, -1.092449365780013, -0.9521855776444182, -0.8211255751487502, -0.7010217584549263, -0.8211255751487502, -1.092449365780013, -1.092449365780013, -1.092449365780013, -0.11679416843001315, -1.092449365780013, -0.9521855776444182, -1.2380972637698553, -0.8211255751487502, -0.7010217584549263, -1.2380972637698553, 0.3971798791453894, -1.092449365780013, -1.092449365780013, -1.092449365780013, -0.8211255751487502, -0.9521855776444182, -0.9521855776444182, -0.9521855776444182, -1.092449365780013, -0.40391033467974585, -1.092449365780013, -0.7010217584549263, -1.2380972637698553, -1.092449365780013, -1.092449365780013, -0.8211255751487502, -1.2380972637698553, -1.2380972637698553, -0.4933478087148098, -0.11679416843001315, -0.8211255751487502, -0.8211255751487502, -1.092449365780013, -0.9521855776444182, -0.4933478087148098, -0.7010217584549263, -1.2380972637698553, -0.9521855776444182, -0.8211255751487502, -0.9521855776444182, -0.5920147281694409, -1.2380972637698553, -0.7010217584549263, -0.7010217584549263, -0.4933478087148098, -0.8211255751487502, -0.7010217584549263, -1.092449365780013, -0.9521855776444182, -1.2380972637698553, -1.092449365780013, -0.7010217584549263, -0.9521855776444182, -0.8211255751487502, -1.2380972637698553, -1.092449365780013, -1.092449365780013, -0.7010217584549263, -1.092449365780013, -1.092449365780013, -0.5920147281694409, -1.092449365780013, -0.5920147281694409, -0.4933478087148098, -1.2380972637698553, -0.5920147281694409, -1.2380972637698553, -0.9521855776444182, -0.40391033467974585, -0.3225418996203581, -0.5920147281694409, -0.058314090469695275, -1.2380972637698553, -0.5920147281694409, -0.3225418996203581, -0.5920147281694409, -0.8211255751487502, -1.092449365780013, -0.7010217584549263, -0.7010217584549263, -1.2380972637698553, -0.9521855776444182, -0.8211255751487502, -0.5920147281694409, -0.7010217584549263, -0.5920147281694409, -1.092449365780013, -1.092449365780013, -0.9521855776444182, -1.092449365780013, -0.11679416843001315, -0.7010217584549263, -0.9521855776444182, -0.8211255751487502, -0.7010217584549263, -0.11679416843001315, -0.9521855776444182, -1.2380972637698553, -0.8211255751487502, -0.9521855776444182, -0.5920147281694409, -1.092449365780013, -0.40391033467974585, -0.9521855776444182, -0.8211255751487502, -0.7010217584549263, -0.4933478087148098, -0.4933478087148098, -0.3225418996203581, -0.3225418996203581, -0.5920147281694409, -1.2380972637698553, -0.9521855776444182, -0.4933478087148098, -1.092449365780013, -0.7010217584549263, -0.9521855776444182, -0.9521855776444182, -1.2380972637698553, -0.9521855776444182, 0.09489763934175628, -1.092449365780013, -0.5920147281694409, -0.9521855776444182, -0.9521855776444182, -0.40391033467974585, -0.9521855776444182, -0.40391033467974585, -0.4933478087148098, -1.092449365780013, -0.5920147281694409, -1.2380972637698553, -0.9521855776444182, -0.9521855776444182, -0.9521855776444182, -0.8211255751487502, -1.092449365780013, -1.092449365780013, -1.092449365780013, -1.092449365780013, -1.092449365780013, -0.8211255751487502, -0.8211255751487502, -0.9521855776444182, -0.8211255751487502, -0.9521855776444182, -0.8211255751487502, -0.7010217584549263, -0.5920147281694409, -1.092449365780013, -1.092449365780013, -0.9521855776444182, -0.7010217584549263, -1.092449365780013, -1.092449365780013, -0.058314090469695275, -0.7010217584549263, -0.9521855776444182, -0.5920147281694409, -1.2380972637698553, -0.11679416843001315, -0.8211255751487502, -0.7010217584549263, -0.40391033467974585, -1.2380972637698553, -0.9521855776444182, -1.2380972637698553, -0.8211255751487502, -1.092449365780013, -1.092449365780013, -0.7010217584549263, -0.9521855776444182, -0.7010217584549263, -0.9521855776444182, -0.9521855776444182, -0.5920147281694409, -1.2380972637698553, -0.40391033467974585, -0.8211255751487502, -1.092449365780013, -0.7010217584549263, -1.092449365780013, -0.9521855776444182, -1.2380972637698553, -0.7010217584549263, -0.5920147281694409, -0.8211255751487502, -1.2380972637698553, -1.092449365780013, -0.5920147281694409, -0.40391033467974585, -0.4933478087148098, -0.9521855776444182, -0.4933478087148098, -0.4933478087148098, -0.8211255751487502, -1.092449365780013, -1.2380972637698553, -0.9521855776444182, -0.8211255751487502, -0.7010217584549263, -1.092449365780013, -0.9521855776444182, -0.8211255751487502, -0.5920147281694409, -1.092449365780013, -0.8211255751487502, -0.40391033467974585, -0.4933478087148098, -0.5920147281694409, -1.092449365780013, -0.9521855776444182, -0.9521855776444182, -0.9521855776444182, -0.4933478087148098, -0.8211255751487502, -0.058314090469695275, -0.9521855776444182, -1.092449365780013, -0.40391033467974585, -0.8211255751487502, -0.7010217584549263, -1.092449365780013, -0.7010217584549263, -0.5920147281694409, -0.9521855776444182, -0.9521855776444182, -1.2380972637698553, -0.7010217584549263, -0.9521855776444182, -0.4933478087148098, -0.8211255751487502, -0.40391033467974585, -0.7010217584549263, -0.24816950724904574, -0.4933478087148098, -1.092449365780013, -0.4933478087148098, -0.8211255751487502, -0.9521855776444182, -0.8211255751487502, -0.7010217584549263, -0.058314090469695275, -1.092449365780013, -0.5920147281694409, -0.7010217584549263, -0.9521855776444182, -0.8211255751487502, 0.6791210816232978, -0.8211255751487502, -1.092449365780013, -0.8211255751487502, -0.24816950724904574, -1.092449365780013, -0.7010217584549263, -0.8211255751487502, -0.8211255751487502, -0.4933478087148098, -0.7010217584549263, -0.8211255751487502, -0.058314090469695275, -0.8211255751487502, -0.5920147281694409, -0.9521855776444182, 0.7205988452698472, -0.7010217584549263, -0.40391033467974585, -0.8211255751487502, -0.9521855776444182, -0.40391033467974585, -0.4933478087148098, -0.8211255751487502, -0.8211255751487502, -0.8211255751487502, -0.17985399210535788, -0.9521855776444182, -0.8211255751487502, -0.8211255751487502, -0.058314090469695275, -1.092449365780013, -0.9521855776444182, -0.40391033467974585, -0.9521855776444182, -0.17985399210535788, -0.9521855776444182, -0.5920147281694409, -0.3225418996203581, -0.8211255751487502, -0.9521855776444182, -0.7010217584549263, -0.5920147281694409, -1.092449365780013, -0.5920147281694409, -1.2380972637698553, -0.9521855776444182, -0.9521855776444182, -1.2380972637698553, -0.9521855776444182, -0.0038453463139318475, -0.5920147281694409, -1.092449365780013, -0.7010217584549263, -0.7010217584549263, -0.40391033467974585, -0.8211255751487502, -0.24816950724904574, -0.7010217584549263, -1.092449365780013, -0.7010217584549263, -0.8211255751487502, -1.092449365780013, -0.8211255751487502, -0.7010217584549263, -0.17985399210535788, -0.9521855776444182, -0.4933478087148098, -0.7010217584549263, -0.7010217584549263, -0.5920147281694409, -0.9521855776444182, -0.5920147281694409, -0.9521855776444182, 0.26099123562937404, -0.9521855776444182, -0.8211255751487502, -0.7010217584549263, -0.8211255751487502, 0.4852265031258494, -0.8211255751487502, -0.3225418996203581, -0.8211255751487502, -1.2380972637698553, 0.91460391491491, -0.9521855776444182, -0.9521855776444182, -0.9521855776444182, -0.9521855776444182, -0.8211255751487502, -0.4933478087148098, -0.9521855776444182, -1.2380972637698553, -0.7010217584549263, -0.9521855776444182, -1.092449365780013, -0.9521855776444182, -0.7010217584549263, -1.2380972637698553, -0.8211255751487502, -0.5920147281694409, -0.9521855776444182, -1.092449365780013, -0.7010217584549263, -0.7010217584549263, -1.092449365780013, -0.4933478087148098, -0.5920147281694409, -0.9521855776444182, -0.7010217584549263, -0.7010217584549263, -0.9521855776444182, -0.4933478087148098, -1.092449365780013, -0.8211255751487502, -0.17985399210535788, -0.5920147281694409, -0.8211255751487502, -0.9521855776444182, -0.9521855776444182, -1.092449365780013, -1.2380972637698553, -0.4933478087148098, -0.5920147281694409, -0.9521855776444182, -0.8211255751487502, -1.092449365780013, -0.8211255751487502, -0.4933478087148098, -0.7010217584549263, -0.4933478087148098, -0.5920147281694409, -1.092449365780013, -0.5920147281694409, -0.4933478087148098, -0.8211255751487502, -0.8211255751487502, -0.7010217584549263, -0.8211255751487502, -1.2380972637698553, -0.5920147281694409, -0.3225418996203581, -0.7010217584549263, -1.092449365780013, -0.5920147281694409, -0.7010217584549263, -0.8211255751487502, -0.8211255751487502, -0.5920147281694409, -0.9521855776444182, -0.4933478087148098, -1.092449365780013, -0.4933478087148098, -0.5920147281694409, -0.3225418996203581, -0.5920147281694409, -0.7010217584549263, -0.8211255751487502, -0.9521855776444182, -0.8211255751487502, -0.7010217584549263, -0.24816950724904574, 0.6121978047197981, -1.2380972637698553, -0.8211255751487502, -0.40391033467974585, -0.5920147281694409, -0.5920147281694409, -1.2380972637698553, -1.092449365780013, -0.7010217584549263, -0.5920147281694409, -0.0038453463139318475, -0.9521855776444182, -0.7010217584549263, -0.8211255751487502, -1.2380972637698553, -0.7010217584549263, -0.9521855776444182, -0.9521855776444182, -0.7010217584549263, -0.4933478087148098, -1.2380972637698553, -0.8211255751487502, -0.5920147281694409, -0.40391033467974585, -0.8211255751487502, -0.4933478087148098, -0.9521855776444182, -0.9521855776444182, -0.5920147281694409, -0.9521855776444182, -1.2380972637698553, -0.9521855776444182, -0.5920147281694409, -0.9521855776444182, -0.8211255751487502, -0.8211255751487502, -0.8211255751487502, -0.40391033467974585, -0.7010217584549263, -0.5920147281694409, -0.4933478087148098, -0.8211255751487502, 0.8326712564076572, -1.092449365780013, -1.092449365780013, -0.8211255751487502, -0.3225418996203581, -0.8211255751487502, -0.5920147281694409, -0.9521855776444182, -0.7010217584549263, -1.092449365780013, 0.7001503430313879, -0.7010217584549263, -0.4933478087148098, -0.40391033467974585, -0.8211255751487502, 0.6574774838391075, -0.7010217584549263, -0.8211255751487502, -0.5920147281694409, -0.3225418996203581, -0.9521855776444182, -0.17985399210535788, -0.24816950724904574, -1.092449365780013, -0.4933478087148098, -0.4933478087148098, -0.8211255751487502, -0.4933478087148098, -0.8211255751487502, -0.5920147281694409, -0.7010217584549263, -0.8211255751487502, -0.9521855776444182, -0.9521855776444182, -0.7010217584549263, -0.5920147281694409, -0.7010217584549263, -0.7010217584549263, -0.5920147281694409, -0.3225418996203581, -0.4933478087148098, -1.092449365780013, -0.7010217584549263, -0.5920147281694409, -1.2380972637698553, -0.7010217584549263, -0.7010217584549263, -0.9521855776444182, -1.092449365780013, -0.9521855776444182, -0.8211255751487502, -1.092449365780013, -0.8211255751487502, -0.9521855776444182, -0.8211255751487502, -1.092449365780013, -0.7010217584549263, -0.9521855776444182, -0.7010217584549263, -0.8211255751487502, -0.24816950724904574, -0.40391033467974585, -0.40391033467974585, -0.5920147281694409, -0.4933478087148098, -0.5920147281694409, -0.8211255751487502, -0.7010217584549263, -0.24816950724904574, -0.24816950724904574, -0.9521855776444182, -0.4933478087148098, -0.4933478087148098, -0.5920147281694409, -0.9521855776444182, -0.4933478087148098, -0.4933478087148098, -1.2380972637698553, -0.5920147281694409, 0.3653714790946011, -0.9521855776444182, -0.7010217584549263, -0.24816950724904574, -0.5920147281694409, -0.8211255751487502, -0.7010217584549263, -0.9521855776444182, 0.5124117517787972, -0.8211255751487502, -1.092449365780013, -0.3225418996203581, -0.3225418996203581, -1.092449365780013, -0.9521855776444182, -0.8211255751487502, -0.24816950724904574, -0.7010217584549263, -0.9521855776444182, -0.4933478087148098, -0.9521855776444182, -0.7010217584549263, -0.7010217584549263, -0.8211255751487502, -0.5920147281694409, -1.092449365780013, -0.9521855776444182, -0.4933478087148098, -0.40391033467974585, -0.40391033467974585, -0.8211255751487502, -0.7010217584549263, -1.092449365780013, -0.5920147281694409, -0.4933478087148098, -0.5920147281694409, -0.40391033467974585, -0.4933478087148098, 0.9597215891576212, -0.9521855776444182, -0.5920147281694409, -1.092449365780013, -0.8211255751487502, -0.5920147281694409, -0.4933478087148098, -1.092449365780013, -1.2380972637698553, -0.40391033467974585, -0.7010217584549263, -0.40391033467974585, -0.7010217584549263, -0.9521855776444182, -1.2380972637698553, -0.7010217584549263, -0.4933478087148098, -0.8211255751487502, -0.9521855776444182, -0.9521855776444182, -0.9521855776444182, -0.9521855776444182, -0.8211255751487502, -0.40391033467974585, -0.7010217584549263, -0.3225418996203581, -0.40391033467974585, -0.5920147281694409, -1.092449365780013, -0.9521855776444182, -0.3225418996203581, -1.2380972637698553, -0.8211255751487502, -0.24816950724904574, -1.092449365780013, -0.5920147281694409, -1.092449365780013, -1.092449365780013, -0.9521855776444182, -0.8211255751487502, -0.24816950724904574, -0.9521855776444182, -0.9521855776444182, -1.092449365780013, -0.8211255751487502, -0.7010217584549263, -1.092449365780013, -0.8211255751487502, -0.4933478087148098, -0.5920147281694409, -1.092449365780013, -0.40391033467974585, -0.7010217584549263, -0.8211255751487502, -0.17985399210535788, -0.5920147281694409, -0.8211255751487502, -0.7010217584549263, -0.9521855776444182, -0.8211255751487502, -0.7010217584549263, -0.3225418996203581, -0.3225418996203581, -0.40391033467974585, -0.8211255751487502, -0.7010217584549263, -1.092449365780013, -0.7010217584549263, -0.4933478087148098, -0.7010217584549263, -0.3225418996203581, -0.7010217584549263, -0.11679416843001315, -0.24816950724904574, -0.40391033467974585, -0.5920147281694409, -0.11679416843001315, -0.5920147281694409, -0.40391033467974585, -0.40391033467974585, -0.7010217584549263, -0.17985399210535788, -0.40391033467974585, -0.9521855776444182, -0.7010217584549263, -0.7010217584549263, -0.7010217584549263, -0.5920147281694409, -1.092449365780013, -0.9521855776444182, -0.9521855776444182, -0.8211255751487502, -0.5920147281694409, -0.40391033467974585, -0.40391033467974585, -1.092449365780013, -1.092449365780013, -1.2380972637698553, -0.24816950724904574, -0.4933478087148098, -0.8211255751487502, -0.0038453463139318475, -0.9521855776444182, -0.5920147281694409, -1.092449365780013, -0.3225418996203581, -1.092449365780013, -0.7010217584549263, -0.8211255751487502, -0.8211255751487502, -1.092449365780013, -0.7010217584549263, -0.9521855776444182, -0.9521855776444182, -1.2380972637698553, -0.8211255751487502, -0.4933478087148098, -0.8211255751487502, -0.8211255751487502, -0.7010217584549263, -0.058314090469695275, -1.2380972637698553, -0.8211255751487502, -0.9521855776444182, -0.8211255751487502, -0.17985399210535788, -0.8211255751487502, -0.3225418996203581, -0.9521855776444182, -1.092449365780013, -0.9521855776444182, -0.7010217584549263, -1.092449365780013, -0.9521855776444182, -0.9521855776444182, -1.092449365780013, -0.9521855776444182, -0.9521855776444182, -0.7010217584549263, -0.8211255751487502, -0.3225418996203581, -0.9521855776444182, -0.8211255751487502, -0.7010217584549263, -0.4933478087148098, -1.092449365780013, -0.9521855776444182, -0.9521855776444182, -0.8211255751487502, -0.4933478087148098, -0.8211255751487502, -0.8211255751487502, -1.092449365780013, -0.5920147281694409, -1.092449365780013, -0.9521855776444182, -0.9521855776444182, -0.7010217584549263, -0.4933478087148098, -0.7010217584549263, -0.8211255751487502, -0.7010217584549263, -0.8211255751487502, -0.40391033467974585, 0.1824467323746744, -0.8211255751487502, -0.5920147281694409, -0.9521855776444182, -0.4933478087148098, -0.4933478087148098, -0.8211255751487502, -0.8211255751487502, -0.7010217584549263, -0.8211255751487502, -0.5920147281694409, -0.40391033467974585, -0.7010217584549263, -0.4933478087148098, -0.9521855776444182, -0.7010217584549263, -0.9521855776444182, -0.5920147281694409, -0.9521855776444182, -0.8211255751487502, -0.24816950724904574, -0.9521855776444182, -1.092449365780013, -0.7010217584549263, -0.9521855776444182, -0.40391033467974585, -0.8211255751487502, -0.5920147281694409, 0.3321575221644713, -0.9521855776444182, -0.8211255751487502, -0.7010217584549263, -0.5920147281694409, -0.17985399210535788, -0.8211255751487502, 0.04709052787670063, -0.40391033467974585, -0.8211255751487502, -0.11679416843001315, -0.8211255751487502, -0.40391033467974585, -0.4933478087148098, -0.4933478087148098, -0.7010217584549263, -0.9521855776444182, -0.5920147281694409, -0.9521855776444182, -0.8211255751487502, -0.9521855776444182, -0.8211255751487502, -0.40391033467974585, -0.7010217584549263, -0.8211255751487502, -0.8211255751487502, -0.9521855776444182, -0.4933478087148098, -1.092449365780013, -0.8211255751487502, -0.40391033467974585, -0.3225418996203581, -1.2380972637698553, -0.5920147281694409, -1.092449365780013, -0.4933478087148098, -0.8211255751487502, -0.7010217584549263, -0.3225418996203581, -0.5920147281694409, -0.4933478087148098, -0.3225418996203581, -0.7010217584549263, -0.24816950724904574, -0.7010217584549263, -0.5920147281694409, -0.5920147281694409, -1.092449365780013, -0.4933478087148098, -1.092449365780013, -0.9521855776444182, -1.092449365780013, 0.7404975118618283, -0.5920147281694409, -0.8211255751487502, -0.9521855776444182, -0.24816950724904574, -1.2380972637698553, -0.17985399210535788, -0.5920147281694409, -0.40391033467974585, -0.5920147281694409, -0.7010217584549263, -1.092449365780013, -0.8211255751487502, -0.8211255751487502, -0.7010217584549263, 0.04709052787670063, 0.7787573497155792, -0.7010217584549263, -0.8211255751487502, 0.1824467323746744, 0.7787573497155792, -1.092449365780013, -0.8211255751487502, -0.7010217584549263, -0.9521855776444182, -0.3225418996203581, -0.7010217584549263, -0.7010217584549263, -0.40391033467974585, -0.3225418996203581, -0.4933478087148098, -0.5920147281694409, -0.8211255751487502, -0.24816950724904574, -0.4933478087148098, -0.9521855776444182, -0.40391033467974585, -0.4933478087148098, -0.8211255751487502, -1.092449365780013, -0.5920147281694409, -0.4933478087148098, -0.9521855776444182, 0.7787573497155792, -0.3225418996203581, -0.9521855776444182, -0.8211255751487502, -1.2380972637698553, -0.4933478087148098, -0.8211255751487502, -0.7010217584549263, -0.7010217584549263, -0.9521855776444182, -0.8211255751487502, -0.8211255751487502, -0.7010217584549263, -0.7010217584549263, -0.3225418996203581, -0.7010217584549263, -0.9521855776444182, -0.3225418996203581, -0.17985399210535788, -0.5920147281694409, -1.092449365780013, -1.092449365780013, -0.9521855776444182, -0.9521855776444182, -0.5920147281694409, -0.40391033467974585, -0.3225418996203581, -1.092449365780013, -0.7010217584549263, -0.5920147281694409, -0.8211255751487502, -0.4933478087148098, -0.9521855776444182, -0.8211255751487502, -0.7010217584549263, -0.3225418996203581, -1.2380972637698553, -1.092449365780013, -0.24816950724904574, -0.4933478087148098, -0.7010217584549263, -0.7010217584549263, -0.7010217584549263, -0.5920147281694409, -0.9521855776444182, -0.7010217584549263, -0.40391033467974585, -0.7010217584549263, -0.5920147281694409, -0.8211255751487502, -0.4933478087148098, 0.4276942648439336, -0.8211255751487502, -0.5920147281694409, -0.4933478087148098, -0.8211255751487502, -0.9521855776444182, -0.8211255751487502, -0.4933478087148098, -0.9521855776444182, -0.9521855776444182, -0.5920147281694409, -0.8211255751487502, -0.9521855776444182, -0.7010217584549263, -0.4933478087148098, -0.9521855776444182, -1.092449365780013, -0.0038453463139318475, -0.3225418996203581, -0.9521855776444182, -0.9521855776444182, -0.5920147281694409, -0.7010217584549263, -0.7010217584549263, -0.7010217584549263, -1.092449365780013, -0.0038453463139318475, -0.40391033467974585, -0.7010217584549263, -0.9521855776444182, -0.7010217584549263, -1.2380972637698553, -0.5920147281694409, -0.7010217584549263, -0.8211255751487502, -0.4933478087148098, -0.9521855776444182, -0.8211255751487502, -0.7010217584549263, -0.9521855776444182, -0.7010217584549263, -0.058314090469695275, -0.5920147281694409, -0.4933478087148098, -0.5920147281694409, -0.8211255751487502, -0.7010217584549263, -0.24816950724904574, -0.7010217584549263, -0.5920147281694409, -1.092449365780013, -0.9521855776444182, -0.5920147281694409, -0.40391033467974585, -0.7010217584549263, -0.8211255751487502, -1.092449365780013, -0.4933478087148098, -0.40391033467974585, -0.8211255751487502, -0.9521855776444182, -0.5920147281694409, -0.8211255751487502, -0.4933478087148098, -0.9521855776444182, -0.8211255751487502, -0.40391033467974585, -0.40391033467974585, -0.4933478087148098, -0.40391033467974585, -0.9521855776444182, -1.2380972637698553, -0.5920147281694409, -0.40391033467974585, -0.7010217584549263, -0.11679416843001315, -0.5920147281694409, -0.9521855776444182, -0.8211255751487502, 1.042426928757879, -0.4933478087148098, -0.5920147281694409, -0.7010217584549263, -0.7010217584549263, -0.8211255751487502, -0.5920147281694409, -0.8211255751487502, -0.9521855776444182, 0.04709052787670063, -0.40391033467974585, -0.9521855776444182, -0.7010217584549263, -1.2380972637698553, -1.092449365780013, -0.9521855776444182, -0.7010217584549263, -0.8211255751487502, -1.092449365780013, -0.7010217584549263, -0.4933478087148098, -0.5920147281694409, -0.058314090469695275, -0.5920147281694409, -0.7010217584549263, -0.8211255751487502, -0.7010217584549263, -0.24816950724904574, -0.7010217584549263, -0.8211255751487502, -0.3225418996203581, -0.5920147281694409, -0.40391033467974585, -0.5920147281694409, -0.7010217584549263, -0.4933478087148098, -0.8211255751487502, -0.8211255751487502, -0.40391033467974585, -0.7010217584549263, -0.5920147281694409, -0.7010217584549263, -1.092449365780013, -0.8211255751487502, -1.092449365780013, -0.8211255751487502, -1.092449365780013, -0.7010217584549263, -0.8211255751487502, -0.40391033467974585, -0.7010217584549263, -1.2380972637698553, -0.7010217584549263, -0.5920147281694409, -0.5920147281694409, -0.8211255751487502, -0.9521855776444182, 0.6791210816232978, -0.5920147281694409, -0.7010217584549263, -0.8211255751487502, 1.1284616786059514, -0.5920147281694409, -0.8211255751487502, -0.8211255751487502, -0.3225418996203581, -0.9521855776444182, -0.9521855776444182, 0.538640469640813, -0.5920147281694409, -0.7010217584549263, -0.7010217584549263, -0.3225418996203581, -0.3225418996203581, -1.2380972637698553, -0.0038453463139318475, -0.7010217584549263, -0.5920147281694409, -0.24816950724904574, -0.8211255751487502, -0.40391033467974585, -1.092449365780013, -0.9521855776444182, -0.7010217584549263, -0.4933478087148098, -0.8211255751487502, -0.5920147281694409, -0.5920147281694409, -0.7010217584549263, -0.9521855776444182, -0.5920147281694409, -0.8211255751487502, -0.3225418996203581, -0.9521855776444182, -0.7010217584549263, -0.5920147281694409, -0.7010217584549263, -0.5920147281694409, -1.2380972637698553, -0.9521855776444182, -0.9521855776444182, -0.5920147281694409, -0.3225418996203581, -0.4933478087148098, -0.7010217584549263, -0.9521855776444182, -0.8211255751487502, -0.9521855776444182, -0.3225418996203581, -0.7010217584549263, -0.5920147281694409, -0.5920147281694409, -0.17985399210535788, -0.8211255751487502, -0.4933478087148098, -0.8211255751487502, -0.8211255751487502, -0.8211255751487502, -0.8211255751487502, -0.7010217584549263, -0.9521855776444182, -0.5920147281694409, -0.8211255751487502, 1.1284616786059514, -0.8211255751487502, -0.9521855776444182, -1.092449365780013, -1.092449365780013, -0.0038453463139318475, -0.9521855776444182, -0.8211255751487502, -0.5920147281694409, -0.8211255751487502, -0.9521855776444182, -0.8211255751487502, -0.9521855776444182, -0.4933478087148098, -0.4933478087148098, -0.5920147281694409, -0.8211255751487502, -1.092449365780013, -0.4933478087148098, -0.40391033467974585, -0.3225418996203581, -0.4933478087148098, -0.3225418996203581, -0.9521855776444182, -0.7010217584549263, -0.4933478087148098, -0.4933478087148098, -0.3225418996203581, -1.092449365780013, -0.7010217584549263, -1.2380972637698553, -0.8211255751487502, -0.8211255751487502, -0.8211255751487502, -0.9521855776444182, -0.9521855776444182, -0.8211255751487502, -0.3225418996203581, -0.40391033467974585, -0.3225418996203581, -0.5920147281694409, -0.3225418996203581, -0.17985399210535788, -0.4933478087148098, 0.4852265031258494, -0.5920147281694409, -0.9521855776444182, -0.3225418996203581, -0.8211255751487502, -0.4933478087148098, -0.9521855776444182, -0.5920147281694409, -0.8211255751487502, -1.092449365780013, -0.4933478087148098, -0.8211255751487502, -0.7010217584549263, -0.4933478087148098, -0.8211255751487502, -0.7010217584549263, -0.4933478087148098, -0.8211255751487502, -0.7010217584549263, -0.8211255751487502, -0.8211255751487502, -0.40391033467974585, -0.3225418996203581, -0.7010217584549263, -0.24816950724904574, -0.7010217584549263, -0.9521855776444182, 0.1824467323746744, -0.8211255751487502, -0.8211255751487502, -0.8211255751487502, -0.9521855776444182, -0.7010217584549263, -0.9521855776444182, -0.17985399210535788, -0.5920147281694409, -0.7010217584549263, -0.4933478087148098, -0.7010217584549263, -0.5920147281694409, -0.7010217584549263, -0.3225418996203581, -0.9521855776444182, -0.0038453463139318475, -0.40391033467974585, -0.8211255751487502, -0.4933478087148098, -0.24816950724904574, -0.11679416843001315, -0.24816950724904574, -0.7010217584549263, -0.9521855776444182, -1.092449365780013, -0.4933478087148098, -0.4933478087148098, -0.9521855776444182, 0.04709052787670063, -0.7010217584549263, -0.9521855776444182, -0.9521855776444182, -0.4933478087148098, -0.0038453463139318475, -1.092449365780013, -0.7010217584549263, -0.8211255751487502, -0.8211255751487502, -0.17985399210535788, -0.5920147281694409, -1.092449365780013, -0.9521855776444182, -0.5920147281694409, -0.4933478087148098, -0.5920147281694409, -0.24816950724904574, -0.9521855776444182, -0.8211255751487502, -1.2380972637698553, -0.40391033467974585, -0.5920147281694409, -0.8211255751487502, -0.7010217584549263, -0.3225418996203581, -0.24816950724904574, -0.5920147281694409, -0.11679416843001315, -0.4933478087148098, -0.7010217584549263, -1.092449365780013, -1.092449365780013, -0.4933478087148098, -0.8211255751487502, -1.092449365780013, -0.7010217584549263, -0.9521855776444182, -0.4933478087148098, -0.4933478087148098, -0.7010217584549263, -0.4933478087148098, -0.5920147281694409, -0.5920147281694409, -0.7010217584549263, -0.7010217584549263, -0.5920147281694409, -0.8211255751487502, -0.40391033467974585, 0.3321575221644713, -0.8211255751487502, -0.4933478087148098, -0.3225418996203581, -0.8211255751487502, -1.092449365780013, -0.11679416843001315, -0.7010217584549263, -0.40391033467974585, 1.0158775151725876, -0.7010217584549263, -1.2380972637698553, -1.092449365780013, -0.5920147281694409, -0.4933478087148098, -0.8211255751487502, -0.8211255751487502, -0.24816950724904574, -0.11679416843001315, -0.3225418996203581, -0.5920147281694409, -0.40391033467974585, -0.5920147281694409, -0.7010217584549263, -0.5920147281694409, -0.4933478087148098, -0.7010217584549263, -0.4933478087148098, 0.5639766817966937, -0.4933478087148098, 1.1842833671953792, -0.7010217584549263, -0.7010217584549263, -0.5920147281694409, -0.24816950724904574, -0.5920147281694409, -0.40391033467974585, -0.9521855776444182, -1.092449365780013, -1.092449365780013, -1.092449365780013, -0.4933478087148098, -0.24816950724904574, -0.40391033467974585, -0.8211255751487502, -0.9521855776444182, -0.9521855776444182, -0.4933478087148098, -0.8211255751487502, -1.092449365780013, -0.8211255751487502, -0.7010217584549263, -0.7010217584549263, -0.0038453463139318475, -0.5920147281694409, -0.8211255751487502, -1.092449365780013, -0.8211255751487502, -0.8211255751487502, -0.0038453463139318475, -0.7010217584549263, -0.3225418996203581, -0.7010217584549263, -0.8211255751487502, -1.2380972637698553, -0.9521855776444182, -0.24816950724904574, -0.8211255751487502, -0.8211255751487502, -0.7010217584549263, -0.8211255751487502, -0.9521855776444182, -0.3225418996203581, -0.7010217584549263, -0.3225418996203581, -0.3225418996203581, -1.092449365780013, -0.5920147281694409, -0.40391033467974585, -0.5920147281694409, -0.5920147281694409, -0.7010217584549263, -1.092449365780013, -0.7010217584549263, -0.5920147281694409, -0.4933478087148098, -1.092449365780013, -0.4933478087148098, -0.5920147281694409, -0.4933478087148098, -0.24816950724904574, -0.24816950724904574, -0.4933478087148098, -0.5920147281694409, -0.9521855776444182, -1.092449365780013, -0.4933478087148098, 1.0022348837002937, -0.7010217584549263, -0.24816950724904574, -0.5920147281694409, -0.5920147281694409, -0.4933478087148098, -0.7010217584549263, -0.0038453463139318475, -0.40391033467974585, -0.4933478087148098, -0.8211255751487502, -0.8211255751487502, -0.40391033467974585, -0.7010217584549263, -0.7010217584549263, -0.7010217584549263, -0.9521855776444182, -1.092449365780013, -0.4933478087148098, -1.092449365780013, -0.40391033467974585, -0.5920147281694409, -0.5920147281694409, -0.058314090469695275, -0.8211255751487502, -0.9521855776444182, -0.5920147281694409, -0.17985399210535788, -0.4933478087148098, -0.7010217584549263, 1.1513014351920374, -0.4933478087148098, -0.8211255751487502, -0.7010217584549263, -0.4933478087148098, -0.40391033467974585, -0.5920147281694409, -0.5920147281694409, -0.7010217584549263, -0.9521855776444182, -0.8211255751487502, -0.7010217584549263, -0.24816950724904574, -1.092449365780013, -0.8211255751487502, -0.8211255751487502, -0.4933478087148098, -0.40391033467974585, -0.9521855776444182, -0.9521855776444182, -0.8211255751487502, -0.17985399210535788, -0.9521855776444182, -0.5920147281694409, -0.7010217584549263, 0.7404975118618283, -0.7010217584549263, -0.4933478087148098, -0.9521855776444182, -0.8211255751487502, -0.5920147281694409, -0.5920147281694409, -0.9521855776444182, -0.8211255751487502, -0.17985399210535788, -0.3225418996203581, -0.40391033467974585, -0.4933478087148098, -0.5920147281694409, -0.3225418996203581, -0.7010217584549263, -0.8211255751487502, 0.04709052787670063, -0.8211255751487502, -0.5920147281694409, -0.8211255751487502, -0.7010217584549263, -0.7010217584549263, -0.7010217584549263, -0.5920147281694409, -1.2380972637698553, -0.8211255751487502, -0.5920147281694409, -0.8211255751487502, -0.5920147281694409, -0.8211255751487502, -0.5920147281694409, -0.5920147281694409, -0.4933478087148098, -0.5920147281694409, -0.40391033467974585, 0.8829143646140828, -0.7010217584549263, -0.17985399210535788, -0.7010217584549263, -0.40391033467974585, -0.40391033467974585, -0.5920147281694409, -0.7010217584549263, -0.4933478087148098, -0.40391033467974585, -0.8211255751487502, -1.092449365780013, -0.4933478087148098, -0.24816950724904574, 0.3971798791453894, -0.17985399210535788, -0.24816950724904574, -1.092449365780013, -0.7010217584549263, -0.40391033467974585, -0.7010217584549263, 0.2974118708582586, -0.8211255751487502, -0.40391033467974585, -0.4933478087148098, -0.8211255751487502, 0.7598748824901701, -0.4933478087148098, -0.11679416843001315, -0.7010217584549263, -0.8211255751487502, -0.7010217584549263, -0.17985399210535788, 1.3811544877668989, -0.7010217584549263, -0.17985399210535788, -0.9521855776444182, -0.058314090469695275, -0.8211255751487502, -0.9521855776444182, -0.3225418996203581, -0.7010217584549263, -0.4933478087148098, -0.4933478087148098, -0.9521855776444182, -0.7010217584549263, -0.3225418996203581, -0.4933478087148098, -0.3225418996203581, -0.4933478087148098, -0.7010217584549263, -0.9521855776444182, -0.8211255751487502, -0.4933478087148098, -0.7010217584549263, -1.2380972637698553, -0.7010217584549263, -0.40391033467974585, -0.11679416843001315, -0.4933478087148098, -0.4933478087148098, -0.7010217584549263, -1.092449365780013, -0.7010217584549263, -0.5920147281694409, -0.40391033467974585, -1.092449365780013, -0.9521855776444182, 1.1513014351920374, -0.9521855776444182, -0.9521855776444182, 1.029271918244598, -0.7010217584549263, -0.7010217584549263, -1.092449365780013, -0.4933478087148098, 0.4852265031258494, -0.5920147281694409, -0.40391033467974585, 0.9299521037513608, -0.5920147281694409, -0.9521855776444182, -0.4933478087148098, -0.7010217584549263, -0.3225418996203581, -0.24816950724904574, -0.24816950724904574, -0.3225418996203581, -0.3225418996203581, -0.8211255751487502, -0.40391033467974585, -1.092449365780013, -0.40391033467974585, -0.5920147281694409, -0.8211255751487502, -0.058314090469695275, -1.092449365780013, -0.9521855776444182, -0.40391033467974585, -0.17985399210535788, -0.7010217584549263, -0.9521855776444182, -0.8211255751487502, -0.40391033467974585, -0.9521855776444182, -0.8211255751487502, -0.4933478087148098, -0.4933478087148098, -0.7010217584549263, -0.7010217584549263, -0.4933478087148098, -0.5920147281694409, -0.7010217584549263, -0.7010217584549263, -0.8211255751487502, -0.5920147281694409, -0.7010217584549263, -0.7010217584549263, -0.8211255751487502, -0.5920147281694409, -1.092449365780013, -1.092449365780013, -0.8211255751487502, -0.40391033467974585, -0.5920147281694409, -0.40391033467974585, -0.7010217584549263, 0.9597215891576212, -0.5920147281694409, -0.5920147281694409, -0.4933478087148098, -0.8211255751487502, -0.4933478087148098, -1.092449365780013, -0.5920147281694409, -0.9521855776444182, -0.9521855776444182, -0.7010217584549263, -0.3225418996203581, -0.9521855776444182, -0.3225418996203581, -0.8211255751487502, -0.17985399210535788, -0.24816950724904574, -0.7010217584549263, -0.0038453463139318475, -0.3225418996203581, -0.8211255751487502, -0.8211255751487502, -0.5920147281694409, -0.8211255751487502, -0.40391033467974585, -0.5920147281694409, -0.17985399210535788, -0.3225418996203581, -0.4933478087148098, -0.4933478087148098, -0.5920147281694409, -0.9521855776444182, -0.8211255751487502, -0.24816950724904574, -1.2380972637698553, -0.7010217584549263, -0.7010217584549263, -0.7010217584549263, -0.8211255751487502, -0.9521855776444182, -0.7010217584549263, -0.4933478087148098, -0.9521855776444182, -0.7010217584549263, -0.17985399210535788, -0.5920147281694409, -0.40391033467974585, -1.092449365780013, -0.40391033467974585, -1.092449365780013, 1.2846204228731621, -0.3225418996203581, -0.7010217584549263, -0.8211255751487502, -0.7010217584549263, -0.17985399210535788, -0.9521855776444182, -0.7010217584549263, -0.40391033467974585, -0.5920147281694409, -0.4933478087148098, -0.40391033467974585, -0.4933478087148098, -0.40391033467974585, -0.40391033467974585, -0.5920147281694409, -0.40391033467974585, -0.4933478087148098, 0.5124117517787972, -0.9521855776444182, -0.4933478087148098, -0.4933478087148098, -0.8211255751487502, -0.8211255751487502, -0.24816950724904574, -0.17985399210535788, -0.3225418996203581, -0.9521855776444182, -0.24816950724904574, 1.4441593891611952, 1.0158775151725876, -0.5920147281694409, -0.5920147281694409, -0.7010217584549263, -0.8211255751487502, -0.40391033467974585, -0.7010217584549263, -0.7010217584549263, -0.4933478087148098, -0.24816950724904574, -0.8211255751487502, -0.7010217584549263, -0.4933478087148098, -0.8211255751487502, -0.5920147281694409, -0.9521855776444182, -0.9521855776444182, -0.5920147281694409, -0.0038453463139318475, -0.24816950724904574, -0.9521855776444182, -0.7010217584549263, -0.5920147281694409, -0.7010217584549263, 0.04709052787670063, -0.9521855776444182, -0.3225418996203581, -0.4933478087148098, -0.5920147281694409, 0.3971798791453894, -1.2380972637698553, -1.092449365780013, 1.6970137786054822, -0.40391033467974585, -0.8211255751487502, -0.9521855776444182, -0.9521855776444182, -0.4933478087148098, -0.8211255751487502, -0.40391033467974585, -0.3225418996203581, -0.9521855776444182, -0.3225418996203581, -1.092449365780013, 0.22273206332786089, -0.3225418996203581, -0.11679416843001315, -0.40391033467974585, -0.4933478087148098, -0.7010217584549263, -0.3225418996203581, -0.9521855776444182, -0.7010217584549263, -0.9521855776444182, -0.8211255751487502, -0.5920147281694409, -0.9521855776444182, -0.7010217584549263, -0.7010217584549263, -0.4933478087148098, -0.3225418996203581, -0.4933478087148098, -0.8211255751487502, -0.9521855776444182, -0.40391033467974585, -0.8211255751487502, -0.4933478087148098, -0.9521855776444182, -0.8211255751487502, -0.11679416843001315, -0.40391033467974585, -0.40391033467974585, -0.40391033467974585, -0.3225418996203581, -0.24816950724904574, -0.24816950724904574, -0.8211255751487502, -0.9521855776444182, -0.9521855776444182, -0.3225418996203581, -0.11679416843001315, -0.40391033467974585, -0.8211255751487502, -0.5920147281694409, -0.8211255751487502, -0.9521855776444182, -0.7010217584549263, -1.092449365780013, -0.7010217584549263, -0.8211255751487502, -0.5920147281694409, -0.17985399210535788, -0.17985399210535788, -0.8211255751487502, -0.4933478087148098, -0.8211255751487502, -0.5920147281694409, -0.8211255751487502, -0.24816950724904574, -0.40391033467974585, -0.7010217584549263, -0.7010217584549263, -0.7010217584549263, -1.092449365780013, -0.7010217584549263, -0.3225418996203581, -0.4933478087148098, 0.9883346918737116, 0.8498018933464759, -0.3225418996203581, -1.092449365780013, -0.058314090469695275, -0.7010217584549263, 1.5159971470869311, -0.40391033467974585, 1.042426928757879, -0.5920147281694409, -0.8211255751487502, -0.8211255751487502, -0.40391033467974585, -0.7010217584549263, -0.4933478087148098, -0.40391033467974585, -0.9521855776444182, -0.9521855776444182, -0.7010217584549263, -0.7010217584549263, -0.4933478087148098, -0.7010217584549263, -0.4933478087148098, -0.9521855776444182, -1.092449365780013, -0.40391033467974585, -0.40391033467974585, -0.8211255751487502, -0.8211255751487502, -0.4933478087148098, -0.9521855776444182, -0.5920147281694409, -0.5920147281694409, -0.9521855776444182, -0.7010217584549263, -0.8211255751487502, -0.11679416843001315, -0.40391033467974585, -0.40391033467974585, -0.8211255751487502, 0.1399188795288756, -0.7010217584549263, -0.3225418996203581, -0.4933478087148098, 0.8326712564076572, -0.24816950724904574, -0.3225418996203581, 0.9597215891576212, -0.7010217584549263, -0.4933478087148098, -0.40391033467974585, -0.40391033467974585, -0.4933478087148098, -1.092449365780013, -0.7010217584549263, -0.7010217584549263, -0.8211255751487502, -0.7010217584549263, -0.7010217584549263, -0.4933478087148098, 1.3031423314902688, -0.5920147281694409, -0.4933478087148098, -0.24816950724904574, -0.7010217584549263, -0.3225418996203581, -0.40391033467974585, -0.3225418996203581, -0.5920147281694409, -0.3225418996203581, -0.7010217584549263, -0.4933478087148098, -0.4933478087148098, -0.40391033467974585, -0.8211255751487502, -0.40391033467974585, -0.3225418996203581, -0.40391033467974585, -0.4933478087148098, -0.40391033467974585, -0.3225418996203581, -1.092449365780013, -0.40391033467974585, -0.4933478087148098, 1.0022348837002937, -0.40391033467974585, -0.11679416843001315, -0.5920147281694409, -0.5920147281694409, -0.17985399210535788, 0.6574774838391075, -0.4933478087148098, -0.5920147281694409, -0.11679416843001315, -0.24816950724904574, -0.4933478087148098, -0.4933478087148098, -0.17985399210535788, 1.2158486734814815, -0.4933478087148098, -0.9521855776444182, -0.40391033467974585, -1.092449365780013, -0.4933478087148098, -0.40391033467974585, -0.24816950724904574, -0.7010217584549263, -0.8211255751487502, -0.8211255751487502, -0.7010217584549263, 1.473743484837837, -0.7010217584549263, -0.7010217584549263, -0.17985399210535788, -0.9521855776444182, -0.9521855776444182, 0.04709052787670063, -0.8211255751487502, -0.9521855776444182, -0.8211255751487502, -0.4933478087148098, -0.9521855776444182, -0.11679416843001315, -0.9521855776444182, -0.3225418996203581, -1.092449365780013, -0.40391033467974585, -0.24816950724904574, -0.8211255751487502, -0.8211255751487502, -0.5920147281694409, -0.9521855776444182, -1.2380972637698553, -0.40391033467974585, 0.5124117517787972, -0.5920147281694409, -0.7010217584549263, 1.226076176430973, -0.40391033467974585, -0.40391033467974585, -0.5920147281694409, -0.3225418996203581, -0.4933478087148098, 0.9299521037513608, -0.4933478087148098, -0.4933478087148098, -0.5920147281694409, -0.40391033467974585, -0.17985399210535788, -0.8211255751487502, -0.4933478087148098, -0.3225418996203581, -0.3225418996203581, -0.5920147281694409, -0.24816950724904574, -0.8211255751487502, 1.473743484837837, -0.5920147281694409, 0.91460391491491, -0.40391033467974585, -0.5920147281694409, -0.8211255751487502, -0.40391033467974585, -0.9521855776444182, -0.5920147281694409, -0.058314090469695275, -0.3225418996203581, -0.24816950724904574, -0.9521855776444182, 0.1824467323746744, -0.24816950724904574, 0.7787573497155792, -0.0038453463139318475, -0.9521855776444182, -0.8211255751487502, -0.40391033467974585, -0.40391033467974585, -0.7010217584549263, -0.5920147281694409, -0.24816950724904574, -0.3225418996203581, -0.4933478087148098, -0.5920147281694409, -0.3225418996203581, -0.058314090469695275, -0.8211255751487502, -0.40391033467974585, -1.092449365780013, 0.22273206332786089, -0.9521855776444182, -0.5920147281694409, -0.4933478087148098, -0.9521855776444182, -0.5920147281694409, -1.092449365780013, -0.17985399210535788, -0.40391033467974585, 0.7404975118618283, -0.40391033467974585, -0.11679416843001315, 1.3811544877668989, -0.40391033467974585, -0.24816950724904574, -0.8211255751487502, -0.9521855776444182, -0.3225418996203581, 0.09489763934175628, -0.8211255751487502, -0.4933478087148098, -0.3225418996203581, -0.7010217584549263, -0.7010217584549263, -0.17985399210535788, -0.4933478087148098, -1.092449365780013, 1.0680518384797433, -0.8211255751487502, 1.0805372242264153, -0.40391033467974585, -0.5920147281694409, -0.8211255751487502, -0.7010217584549263, -0.5920147281694409, -0.3225418996203581, -0.5920147281694409, -0.0038453463139318475, -0.7010217584549263, -0.40391033467974585, -0.3225418996203581, -0.40391033467974585, -1.092449365780013, -0.4933478087148098, -0.9521855776444182, -0.7010217584549263, -0.3225418996203581, -0.3225418996203581, -0.8211255751487502, -0.7010217584549263, -0.3225418996203581, -0.5920147281694409, -0.7010217584549263, 0.04709052787670063, -0.3225418996203581, 0.91460391491491, -0.4933478087148098, -0.8211255751487502, 0.09489763934175628, -0.8211255751487502, -0.4933478087148098, -0.40391033467974585, -0.24816950724904574, -0.5920147281694409, -0.4933478087148098, -0.11679416843001315, -1.092449365780013, -0.9521855776444182, -0.4933478087148098, -0.8211255751487502, 1.1167701375972463, -0.17985399210535788, -0.11679416843001315, -0.7010217584549263, -1.092449365780013, -0.7010217584549263, 0.09489763934175628, -0.17985399210535788, -0.9521855776444182, -0.5920147281694409, -0.24816950724904574, -0.40391033467974585, -0.8211255751487502, -0.8211255751487502, -0.5920147281694409, 0.9883346918737116, 1.3388411293436977, -0.9521855776444182, -0.0038453463139318475, -1.092449365780013, -0.8211255751487502, -0.4933478087148098, -0.7010217584549263, -0.40391033467974585, -0.7010217584549263, -0.5920147281694409, -0.9521855776444182, -0.7010217584549263, -0.7010217584549263, -0.5920147281694409, -0.7010217584549263, -0.3225418996203581, -0.7010217584549263, 0.7001503430313879, -0.8211255751487502, -0.24816950724904574, -0.40391033467974585, -0.5920147281694409, -0.058314090469695275, -0.4933478087148098, -0.7010217584549263, -0.7010217584549263, -0.3225418996203581, -0.40391033467974585, -0.17985399210535788, 1.0805372242264153, 0.3971798791453894, -0.8211255751487502, -0.17985399210535788, -0.7010217584549263, -0.5920147281694409, -0.40391033467974585, -0.9521855776444182, -0.7010217584549263, -0.5920147281694409, 1.2656193679533518, 1.226076176430973, -0.8211255751487502, -0.40391033467974585, -0.4933478087148098, -0.3225418996203581, 0.04709052787670063, -0.7010217584549263, 1.042426928757879, -0.5920147281694409, -0.4933478087148098, -0.40391033467974585, -0.8211255751487502, -0.0038453463139318475, -1.2380972637698553, -0.9521855776444182, -0.40391033467974585, -0.5920147281694409, -0.9521855776444182, 0.1399188795288756, -0.7010217584549263, -0.5920147281694409, -0.5920147281694409, -0.3225418996203581, -0.24816950724904574, -0.4933478087148098, -0.7010217584549263, -0.40391033467974585, -0.24816950724904574, -0.11679416843001315, -0.7010217584549263, -0.17985399210535788, -0.40391033467974585, -0.7010217584549263, -0.4933478087148098, -0.5920147281694409, -1.092449365780013, -0.40391033467974585, -0.4933478087148098, -0.3225418996203581, -0.24816950724904574, -0.40391033467974585, -0.24816950724904574, -0.5920147281694409, 1.1949564808704898, -0.17985399210535788, -0.17985399210535788, -0.058314090469695275, -0.3225418996203581, -0.11679416843001315, -0.9521855776444182, -0.9521855776444182, -0.7010217584549263, 0.22273206332786089, -0.5920147281694409, -0.40391033467974585, -0.8211255751487502, -0.0038453463139318475, -0.24816950724904574, -0.8211255751487502, 1.473743484837837, -0.8211255751487502, -0.9521855776444182, -0.058314090469695275, 0.8151336339904031, -0.4933478087148098, -0.24816950724904574, -1.092449365780013, 0.6791210816232978, 0.7971693672852795, -0.9521855776444182, -0.0038453463139318475, -0.5920147281694409, -0.40391033467974585, -0.3225418996203581, -0.058314090469695275, -0.11679416843001315, -0.3225418996203581, -0.17985399210535788, 0.3321575221644713, -0.11679416843001315, -0.24816950724904574, 0.3971798791453894, -0.4933478087148098, -0.24816950724904574, 1.5428724589290304, 0.1824467323746744, 1.1734529843309491, 1.3122310259969248, -0.40391033467974585, -0.4933478087148098, -0.7010217584549263, -0.40391033467974585, -0.3225418996203581, -0.0038453463139318475, -0.24816950724904574, -0.5920147281694409, 0.538640469640813, 0.8498018933464759, -0.4933478087148098, -0.4933478087148098, 0.2974118708582586, -0.4933478087148098, -0.40391033467974585, 0.538640469640813, -0.7010217584549263, -0.7010217584549263, -0.0038453463139318475, -0.4933478087148098, 0.9449871762533176, -0.3225418996203581, -0.5920147281694409, -0.3225418996203581, -0.3225418996203581, -0.4933478087148098, -0.5920147281694409, -0.9521855776444182, -0.5920147281694409, -0.3225418996203581, -1.092449365780013, -0.7010217584549263, -0.8211255751487502, -0.7010217584549263, -0.8211255751487502, 1.3728846446928102, 1.1842833671953792, -0.5920147281694409, -0.40391033467974585, 0.5124117517787972, -0.4933478087148098, -0.4933478087148098, -0.4933478087148098, 1.0158775151725876, -0.7010217584549263, 1.1513014351920374, 0.7598748824901701, -0.7010217584549263, 1.092814245845032, -0.7010217584549263, 1.029271918244598, -0.0038453463139318475, -0.17985399210535788, -0.24816950724904574, 1.029271918244598, -0.40391033467974585, 0.9299521037513608, -0.7010217584549263, 0.7001503430313879, 0.3321575221644713, 0.09489763934175628, -0.4933478087148098, -0.3225418996203581, 0.09489763934175628, -0.24816950724904574, -0.7010217584549263, -0.4933478087148098, -0.0038453463139318475, -0.3225418996203581, -0.17985399210535788, -0.0038453463139318475, -0.5920147281694409, -0.7010217584549263, 0.1399188795288756, -0.17985399210535788, 0.538640469640813, -0.8211255751487502, -0.24816950724904574, -0.7010217584549263, 0.04709052787670063, -0.3225418996203581, -0.24816950724904574, -0.3225418996203581, 0.5124117517787972, -0.24816950724904574, -0.3225418996203581, 0.22273206332786089, 0.22273206332786089, -0.40391033467974585, 1.4516679520387077, -0.3225418996203581, -0.7010217584549263, 1.1949564808704898, -0.9521855776444182, 0.09489763934175628, -0.24816950724904574, 1.356060165108155, -0.8211255751487502, -0.40391033467974585, 0.91460391491491, -0.5920147281694409, -0.7010217584549263, 0.09489763934175628, 0.7404975118618283, 0.7787573497155792, 0.6791210816232978, 1.092814245845032, -0.4933478087148098, -0.17985399210535788, 1.1734529843309491, -0.11679416843001315, -0.40391033467974585, -0.24816950724904574, -0.5920147281694409, 1.2158486734814815, 0.8989293670938697, 0.3653714790946011, -0.0038453463139318475, 0.3321575221644713, -0.3225418996203581, -0.40391033467974585, 0.1399188795288756, -0.11679416843001315, 1.3645205929889257, -0.9521855776444182, -0.3225418996203581, 0.7205988452698472, -0.5920147281694409, 1.042426928757879, 0.3971798791453894, -0.5920147281694409, -0.4933478087148098, -0.8211255751487502, 0.04709052787670063, 0.7001503430313879, -0.40391033467974585, -0.40391033467974585, -0.40391033467974585, -0.0038453463139318475, 1.3645205929889257, 0.2974118708582586, -0.17985399210535788, -0.17985399210535788, 1.2751813298024557, -0.40391033467974585, 1.1734529843309491, 1.3974198603906829, -0.40391033467974585, -0.0038453463139318475, -0.058314090469695275, 1.042426928757879, 0.7205988452698472, -0.8211255751487502, 1.1048897205831356, -1.2380972637698553, -0.7010217584549263, -0.058314090469695275, 1.321208620759196, -0.7010217584549263, -0.9521855776444182, -0.4933478087148098, -0.4933478087148098, -0.5920147281694409, -0.5920147281694409, -0.3225418996203581, -0.7010217584549263, -0.17985399210535788, -0.3225418996203581, -0.40391033467974585, -0.11679416843001315, 0.09489763934175628, -0.0038453463139318475, -0.4933478087148098, -0.17985399210535788, -0.11679416843001315, 1.480956869910176, -0.5920147281694409, 1.092814245845032, 1.0805372242264153, 1.4516679520387077, -0.3225418996203581, 1.6585953549887589, 1.0680518384797433, 1.042426928757879, -0.4933478087148098, -0.24816950724904574, -0.40391033467974585, -0.40391033467974585, 0.6574774838391075, 1.5559497890298326, 0.1399188795288756, 1.3122310259969248, 1.2158486734814815, 0.04709052787670063, 1.6970137786054822, 1.3388411293436977, 1.3645205929889257, -0.4933478087148098, 1.1624606414231833, -0.24816950724904574, -0.7010217584549263, -0.5920147281694409, 1.042426928757879, 1.3122310259969248, -0.24816950724904574, 1.3811544877668989, -0.11679416843001315, -0.9521855776444182, -0.11679416843001315, -0.058314090469695275, 1.042426928757879, -0.40391033467974585, -0.11679416843001315, 1.3031423314902688, 0.22273206332786089, 0.8989293670938697, 1.1842833671953792, 0.09489763934175628, 1.3300777942342419, 1.356060165108155, -0.40391033467974585, -0.11679416843001315, 1.1842833671953792, -0.11679416843001315, 0.538640469640813, -0.3225418996203581, 0.09489763934175628, -0.3225418996203581, -0.17985399210535788, -0.058314090469695275, -0.058314090469695275, -0.3225418996203581, -0.058314090469695275, -0.24816950724904574, -0.11679416843001315, -0.4933478087148098, 1.4211615565845193, 0.09489763934175628, -0.4933478087148098, 1.2656193679533518, 1.2846204228731621, -0.17985399210535788, 1.2656193679533518, 0.5124117517787972, 1.6862408557311594, 0.04709052787670063, -0.3225418996203581, 0.1824467323746744, -0.40391033467974585, 0.5639766817966937, 1.5362453441060986, 1.5494402567708183, -0.0038453463139318475, -0.058314090469695275, -0.40391033467974585, -0.058314090469695275, -0.7010217584549263, -0.5920147281694409, 1.2656193679533518, 1.3974198603906829, -0.7010217584549263, -0.11679416843001315, 1.0805372242264153, -0.058314090469695275, 0.91460391491491, -0.5920147281694409, 1.3974198603906829, 0.6791210816232978, -0.9521855776444182, 1.3811544877668989, -0.7010217584549263, 1.2054768158484457, 0.04709052787670063, 1.3122310259969248, 1.321208620759196, -0.5920147281694409, -0.40391033467974585, -0.11679416843001315, -0.24816950724904574, 0.6121978047197981, -0.4933478087148098, 0.26099123562937404, -0.3225418996203581, 1.562402079422623, 1.6180531907016134, -0.0038453463139318475, 1.2846204228731621, 1.5494402567708183, 0.9741670739602484, 1.3388411293436977, -1.092449365780013, 1.4951743688275796, 1.5938389136017828, -0.24816950724904574, -0.11679416843001315, -0.058314090469695275, 1.587658380549647, 0.7787573497155792, 1.2751813298024557, -1.092449365780013, 1.1734529843309491, 1.1842833671953792, 1.2461137732519358, -0.17985399210535788, 1.0805372242264153, 1.5559497890298326, 0.91460391491491, -0.17985399210535788, 0.7787573497155792, 1.2846204228731621, 1.389332217560342, -0.24816950724904574, -0.4933478087148098, 1.4951743688275796, 1.5159971470869311, 0.8665438843963592, -0.3225418996203581, -0.4933478087148098, 1.4664584999723997, 1.5559497890298326, 1.0805372242264153, 1.529557832215764, 1.1624606414231833, 1.3811544877668989, 1.4664584999723997, 1.3728846446928102, 1.4664584999723997, -0.9521855776444182, 1.3645205929889257, 1.4289078356287583, -0.17985399210535788, 1.473743484837837, -0.058314090469695275, 1.2656193679533518, 1.5362453441060986, 0.7598748824901701, -0.4933478087148098, -0.4933478087148098, 1.4664584999723997, 1.562402079422623, 0.5639766817966937, 1.0158775151725876, 0.22273206332786089, -0.4933478087148098, 1.3388411293436977, 1.4441593891611952, 1.7535925803158292, -0.058314090469695275, 1.4516679520387077, 1.4881000472675576, 1.4133326630831806, 1.2656193679533518, 1.1399702369482256, 1.3300777942342419, 1.599967816878192, 1.0553509208563856, -0.17985399210535788, 1.5362453441060986, 1.3728846446928102, -0.058314090469695275, -0.4933478087148098, 1.4591004814706152, 1.5428724589290304, 1.4211615565845193, 1.1734529843309491, 0.1824467323746744, 0.8665438843963592, -0.17985399210535788, -0.40391033467974585, 1.4133326630831806, 1.1399702369482256, 1.1399702369482256, 0.538640469640813, 1.5687981249463094, 1.6916470937815629, 0.1399188795288756, 0.9299521037513608, 1.321208620759196, 0.4852265031258494, -0.5920147281694409, 1.562402079422623, 1.4951743688275796, 1.1513014351920374, 1.4951743688275796, 1.5228088134317388, -0.11679416843001315, -0.058314090469695275, 0.1399188795288756, 1.3645205929889257, 1.5494402567708183, 1.480956869910176, 0.9883346918737116, 1.5159971470869311, 1.6180531907016134, 1.4289078356287583, 1.6642084325419526, 0.7787573497155792, 1.3475011179558003, 1.6298670796070915, 1.4365732232386543, 0.09489763934175628, 1.5091216605213298, 1.4133326630831806, 1.6916470937815629, 0.22273206332786089, 0.9597215891576212, 1.5938389136017828, -0.5920147281694409, 0.8498018933464759, -0.3225418996203581, 0.09489763934175628, -0.11679416843001315, -0.3225418996203581, 0.2974118708582586, 1.6529389970531518, 1.0158775151725876, 1.0680518384797433, 1.6585953549887589, 1.4951743688275796, 1.581425341264193, 1.4054193765387626, 1.2461137732519358, -0.17985399210535788, 1.473743484837837, 1.7023414843821598, -0.17985399210535788, 1.599967816878192, 1.389332217560342, 1.5021811478756388, 1.5362453441060986, 1.2939397584857604, 0.538640469640813, 1.5159971470869311, 1.3974198603906829, 1.321208620759196, 0.26099123562937404, 1.321208620759196, 1.599967816878192, 1.6357034404323891, 1.7180962852672959, 1.5159971470869311, 1.0022348837002937, 1.5091216605213298, 1.3388411293436977, 0.1824467323746744, 1.7779348894267015, 1.389332217560342, 1.612074131921902, 1.6642084325419526, 1.2158486734814815, 1.6180531907016134, 0.2974118708582586, 1.4516679520387077, 1.321208620759196, 1.4133326630831806, 1.8061177500761492, 1.7128821938424565, -0.17985399210535788, 1.5687981249463094, 1.5751388967995483, 1.7180962852672959, 1.8332575714319888, 1.6298670796070915, 1.3974198603906829, 1.4133326630831806, 1.4591004814706152, 1.0158775151725876, 1.612074131921902, 1.599967816878192, 1.5751388967995483, 0.9299521037513608, 1.6060459450914428, 1.226076176430973, 1.3728846446928102, 1.4441593891611952, 1.4516679520387077, 1.6529389970531518, 0.7404975118618283, 1.7023414843821598, 1.2656193679533518, 1.226076176430973, 1.4054193765387626, 1.5362453441060986, 1.4441593891611952, 1.6180531907016134, 1.587658380549647, 0.8989293670938697, 0.8829143646140828, 1.6862408557311594, 1.4591004814706152, 1.4133326630831806, 1.4441593891611952, 0.8989293670938697, 1.2158486734814815, 1.5091216605213298, 1.1284616786059514, 0.9741670739602484, 1.768294695136611, 1.7385897243593558, 1.5428724589290304, 1.7535925803158292, 1.5428724589290304, 1.7731306308397428, 1.4516679520387077, 1.6529389970531518, 1.5494402567708183, 1.480956869910176, 1.3388411293436977, 1.6970137786054822, 1.4951743688275796, 1.6970137786054822, 1.6697788865425842, 1.581425341264193, 1.6357034404323891, 0.9883346918737116, 1.473743484837837, 1.3645205929889257, 1.581425341264193, 0.7404975118618283, 1.4591004814706152, 1.473743484837837, 1.7076307728862703, -0.3225418996203581, 1.6529389970531518, 1.5751388967995483, 0.7001503430313879, -0.7010217584549263, 0.7001503430313879, 1.529557832215764, 1.675307358991403, 0.5639766817966937, 1.768294695136611, 1.7634266620459735, -0.058314090469695275, 1.1842833671953792, 1.7023414843821598, 0.6351830101817812, 1.647238686616278, 1.6298670796070915, 1.321208620759196, 1.6414937357924284, 1.4133326630831806, 1.7535925803158292, 1.5687981249463094, 1.6414937357924284, -0.40391033467974585, 1.768294695136611, 1.6916470937815629, 1.6529389970531518, 1.4591004814706152, 1.4516679520387077, 1.612074131921902, 1.599967816878192, 1.581425341264193, 1.4054193765387626, 1.4881000472675576, 1.562402079422623, 0.7205988452698472, 1.236163278406509, 1.647238686616278, 1.6916470937815629, 1.3475011179558003, 1.6298670796070915, 1.5687981249463094, 1.5559497890298326, 1.7436248510562695, 1.5091216605213298, 0.8829143646140828, 1.4881000472675576, 1.3728846446928102, 1.966855266921552, 1.0158775151725876, 1.6060459450914428, 1.587658380549647, 1.4289078356287583, 1.480956869910176, 1.8152764044498448, 1.675307358991403, 1.5228088134317388, 1.3300777942342419, 1.675307358991403, 0.8665438843963592, 1.7827078829725225, 1.562402079422623, 1.7232735737992286, 1.7284145750169555, -0.40391033467974585, 1.7023414843821598, 1.4365732232386543, 1.6414937357924284, 1.6239839150706252, 1.6060459450914428, 1.5751388967995483, 1.9631448503874889, 1.5687981249463094, 1.6180531907016134, 1.529557832215764, 1.6180531907016134, 1.6060459450914428, 1.5428724589290304, 1.480956869910176, 1.5687981249463094, -0.4933478087148098, -0.3225418996203581, 1.8061177500761492, 1.5751388967995483, 1.5494402567708183, 1.7335197937467808, 1.819813195635858, 1.5159971470869311, 1.6060459450914428, 1.3728846446928102, 1.6970137786054822, 1.473743484837837, 1.6529389970531518, 0.3653714790946011, 2.044066597687998, 1.7535925803158292, 1.599967816878192, 1.7731306308397428, 1.2751813298024557, 1.6970137786054822, 1.1399702369482256, 1.6414937357924284, 1.7731306308397428, 1.7874500155675817, 1.5159971470869311, 1.4365732232386543, 0.9597215891576212, 0.538640469640813, 1.8888262850336364, 1.581425341264193, 1.7180962852672959, 1.4365732232386543, 1.6585953549887589, 1.7180962852672959, 1.7486256481468851, 1.6180531907016134, 1.4211615565845193, 1.4289078356287583, 1.7535925803158292, 1.029271918244598, 1.5751388967995483, 1.9594155634324109, 1.6807944775027983, 1.6807944775027983, 1.3645205929889257, 1.6970137786054822, 1.4881000472675576, 1.3475011179558003, 1.5159971470869311, 1.226076176430973, 1.4881000472675576, 1.4054193765387626, 1.6180531907016134, 1.7180962852672959, 1.3728846446928102, 1.2939397584857604, 1.4664584999723997, 1.3811544877668989, 1.5362453441060986, 0.6121978047197981, 1.647238686616278, 1.4441593891611952, 1.473743484837837, 1.5021811478756388, 1.8107113737916711, 1.3974198603906829, 1.6239839150706252, 1.529557832215764, 1.3122310259969248, 1.4591004814706152, 1.5494402567708183, 1.612074131921902, 1.7284145750169555, 1.389332217560342, 1.5091216605213298, 1.1048897205831356, 1.5091216605213298, 1.8152764044498448, 1.5362453441060986, 1.3811544877668989, 1.7535925803158292, 1.480956869910176, 1.529557832215764, 1.6239839150706252, 1.5751388967995483, 1.599967816878192, 1.7180962852672959, 1.5021811478756388, 1.9443058092556829, 1.5559497890298326, 1.5228088134317388, -0.4933478087148098, 1.5687981249463094, 1.6807944775027983, 1.042426928757879, 1.6529389970531518, 1.5938389136017828, 1.675307358991403, 1.7076307728862703, 1.7385897243593558, 1.587658380549647, 1.4881000472675576, 1.6862408557311594, 1.7335197937467808, 1.356060165108155, 1.7486256481468851, -0.3225418996203581, 1.4133326630831806, 1.7284145750169555, 1.587658380549647, 1.5228088134317388, 1.7076307728862703, 1.4951743688275796, 1.5428724589290304, 1.4054193765387626, 1.675307358991403, 1.321208620759196, 1.8846981060103365, 1.768294695136611, 1.1949564808704898, 1.3475011179558003, 1.8721722771006435, 1.9051104617951544, 1.8888262850336364, 1.3031423314902688, 1.7180962852672959, 1.5559497890298326, 1.6414937357924284, 1.473743484837837, 1.768294695136611, 1.599967816878192, 1.647238686616278, 1.855131255583456, 1.3388411293436977, 1.7180962852672959, 1.3031423314902688, 1.389332217560342, 1.2846204228731621, 1.226076176430973, 1.5362453441060986, 0.1399188795288756, 1.675307358991403, 1.3300777942342419, 1.7585261028815011, 1.6180531907016134, 1.5021811478756388, 1.7535925803158292, 1.5494402567708183, 1.8376848126309773, 1.4591004814706152, 1.9131189243262916, 1.6970137786054822, 1.6357034404323891, 1.9631448503874889, 1.768294695136611, 1.7232735737992286, 1.356060165108155, 1.321208620759196, 1.9481125365184773, 1.6060459450914428, 1.5687981249463094, 1.2158486734814815, 1.5687981249463094, 1.029271918244598, 1.612074131921902, 0.7971693672852795, 1.4664584999723997, 1.7076307728862703, 1.5362453441060986, 1.473743484837837, 1.6357034404323891, 1.5687981249463094, 1.3475011179558003, 1.581425341264193, 1.6807944775027983, 1.6916470937815629, 1.581425341264193, 1.8061177500761492, 1.7335197937467808, 1.5228088134317388, 1.5494402567708183, 1.9556672131956088, 1.3645205929889257, 1.8637012634788837, 1.892931355065678, 1.6529389970531518, 1.7180962852672959, 1.7385897243593558, 1.7335197937467808, 1.7585261028815011, 1.6414937357924284, 1.6642084325419526, 1.4441593891611952, 2.070242875077158, 1.7486256481468851, 1.529557832215764, 1.892931355065678, 1.3728846446928102, 1.5751388967995483, 1.675307358991403, 1.5559497890298326, 0.7971693672852795, 1.529557832215764, 1.6180531907016134, 1.5021811478756388, 1.6642084325419526, 1.8014951730387272, 1.8014951730387272, 1.9051104617951544, 1.473743484837837, 1.1399702369482256, 1.4054193765387626, 0.09489763934175628, 1.9366325512236369, 1.675307358991403, 1.8107113737916711, 1.8332575714319888, 1.6916470937815629, 1.6585953549887589, 1.6642084325419526, 1.5091216605213298, 1.768294695136611, 1.7634266620459735, 1.6414937357924284, -0.4933478087148098, 1.675307358991403, 1.7180962852672959, 1.4441593891611952, 1.6916470937815629, 1.7634266620459735, 1.5938389136017828, 1.5228088134317388, 2.0169211213004092, 1.7232735737992286, 1.5021811478756388, 1.8888262850336364, 1.940479216938796, 1.6239839150706252, 1.6807944775027983, 1.236163278406509, 1.5494402567708183, 1.4054193765387626, 1.9594155634324109, 1.5428724589290304, 1.7585261028815011, 1.042426928757879, 1.6180531907016134, 1.6060459450914428, 1.7335197937467808, 1.5687981249463094, 1.819813195635858, 1.4664584999723997, 1.5362453441060986, 1.5559497890298326, -0.058314090469695275, 0.9597215891576212, 1.2461137732519358, 1.6642084325419526, 1.4664584999723997, 1.562402079422623, 1.6357034404323891, -0.3225418996203581, 1.6970137786054822, 1.5428724589290304, 1.4133326630831806, 1.3974198603906829, 1.7128821938424565, 1.6357034404323891, 1.4951743688275796, 1.5091216605213298, -0.058314090469695275, 1.8679490014899385, 1.4664584999723997, 1.8376848126309773, 1.6642084325419526, 1.4441593891611952, 1.7827078829725225, 1.5494402567708183, 1.8332575714319888, 1.6298670796070915, 1.7128821938424565, 1.675307358991403, 1.675307358991403, 1.8721722771006435, 1.5559497890298326, 1.587658380549647, 1.6357034404323891, 1.8014951730387272, 0.09489763934175628, 1.7634266620459735, 1.7731306308397428, 1.6642084325419526, 1.042426928757879, 1.7284145750169555, 1.6585953549887589, 2.0373738615140757, 1.675307358991403, 1.6697788865425842, 1.8679490014899385, 1.587658380549647, 1.7180962852672959, 1.5938389136017828, 1.480956869910176, 1.529557832215764, 1.1624606414231833, 1.819813195635858, 1.6414937357924284, 1.8846981060103365, 1.4951743688275796, 1.3031423314902688, 1.8061177500761492, 2.067021491772018, 0.26099123562937404, 1.9594155634324109, 1.612074131921902, 1.4441593891611952, 1.5494402567708183, 1.917090595101569, 1.356060165108155, 1.5091216605213298, 0.8665438843963592, 1.7779348894267015, 1.855131255583456, 1.647238686616278, 2.0473901957251788, 1.4881000472675576, 1.5938389136017828, -0.5920147281694409, 1.4289078356287583, 1.675307358991403, 1.5938389136017828, 1.599967816878192, 1.529557832215764, 1.581425341264193, 0.3321575221644713, 1.5687981249463094, 1.3031423314902688, 1.8420854876627923, 1.5938389136017828, 1.5494402567708183, 0.91460391491491, 1.9481125365184773, 1.599967816878192, 1.0553509208563856, 1.7585261028815011, 1.7436248510562695, 1.8970135732891318, 1.3974198603906829, 1.8376848126309773, 1.7634266620459735, 1.9010731926187319, 1.5559497890298326, 1.7585261028815011, 1.581425341264193, 1.1167701375972463, 1.3645205929889257, 1.5559497890298326, 1.356060165108155, 0.3971798791453894, 1.5021811478756388, 1.480956869910176, 1.3728846446928102, 1.3122310259969248, 1.8970135732891318, 1.985130842849684, 1.7634266620459735, 0.8498018933464759, 0.6791210816232978, 1.3031423314902688, 1.4881000472675576, 1.6298670796070915, 1.3122310259969248, 1.3300777942342419, 1.768294695136611, 1.3645205929889257, 0.3321575221644713, 1.480956869910176, 1.819813195635858, 1.2939397584857604, 1.7023414843821598, 1.6642084325419526, 1.612074131921902, 1.6642084325419526, 1.7827078829725225, 1.7921616835224583, 1.8332575714319888, 1.4591004814706152, 1.3475011179558003, 1.5362453441060986, 1.8288034415144627, 1.921040870735328, 1.6862408557311594, 1.581425341264193, 1.4516679520387077, 1.932765600472224, 1.8152764044498448, 1.7874500155675817, 1.7076307728862703, 1.7486256481468851, 1.4441593891611952, 2.0924047651952846, 1.581425341264193, 1.321208620759196, 1.5559497890298326, 1.5362453441060986, 1.7232735737992286, 1.3728846446928102, 1.3645205929889257, 1.9010731926187319, 1.6916470937815629, 1.921040870735328, 1.5687981249463094, 1.6970137786054822, 1.3728846446928102, 1.9815119853880496, 1.5362453441060986, 1.7874500155675817, 1.5021811478756388, 1.8107113737916711, 1.6862408557311594, 1.647238686616278, 1.581425341264193, 1.7023414843821598, 1.473743484837837, 1.8243220944195555, 1.7180962852672959, 1.7436248510562695, 1.3475011179558003, 1.8846981060103365, 1.7827078829725225, 1.8376848126309773, 1.4516679520387077, 1.9556672131956088, 1.5494402567708183, 1.8014951730387272, 1.9131189243262916, 1.4951743688275796, 1.6970137786054822, 1.5494402567708183, 1.9887319279118376, 1.6862408557311594, 1.880546556448639, 1.473743484837837, 1.6414937357924284, 1.7335197937467808, 1.587658380549647, 1.6970137786054822, 1.0553509208563856, 1.6357034404323891, 1.4951743688275796, 1.3300777942342419, 0.9883346918737116, 1.7585261028815011, 1.924969980419208, 1.6414937357924284, 1.1734529843309491, 1.7385897243593558, 1.7128821938424565, 1.3122310259969248, 1.5687981249463094, 1.3811544877668989, 1.7874500155675817, 1.7779348894267015, 2.134814836366849, 1.7535925803158292, 1.473743484837837, 1.6807944775027983, 1.6970137786054822, 1.3974198603906829, 1.7436248510562695, 1.473743484837837, 1.5159971470869311, 1.7232735737992286, 1.7023414843821598, 1.4054193765387626, 1.2846204228731621, 0.09489763934175628, 1.5494402567708183, 1.8721722771006435, 1.5228088134317388, 1.4441593891611952, 2.169310591364435, 1.8376848126309773, 1.6357034404323891, 1.480956869910176, 1.8679490014899385, 1.1842833671953792, 0.8151336339904031, 1.3974198603906829, 1.7585261028815011, 1.6585953549887589, 1.5751388967995483, -0.3225418996203581, 1.581425341264193, 1.8243220944195555, 1.5428724589290304, 1.2846204228731621, 1.4365732232386543, 1.529557832215764, 1.9051104617951544, 1.5938389136017828, 1.5494402567708183, 1.3031423314902688, 1.8152764044498448, 1.6180531907016134, 1.389332217560342, 1.6585953549887589, 1.6862408557311594, 2.006476757645266, 1.7023414843821598, 0.91460391491491, 1.7180962852672959, 0.26099123562937404, 1.7385897243593558, 1.2751813298024557, 1.9778751792868936, 1.5091216605213298, 1.8152764044498448, 1.4211615565845193, 1.5751388967995483, 2.006476757645266, 1.6298670796070915, 1.6862408557311594, 1.8376848126309773, 1.581425341264193, 1.5687981249463094, 1.966855266921552, 1.880546556448639, 1.8243220944195555, 1.5559497890298326, 1.7535925803158292, 1.819813195635858, 1.7585261028815011, 1.7436248510562695, 1.4951743688275796, 1.7779348894267015, 1.7827078829725225, 1.7180962852672959, 1.9091256254763336, 1.7585261028815011, 1.5687981249463094, 1.8152764044498448, 1.6414937357924284, 1.9481125365184773, 1.4289078356287583, 1.7385897243593558, 1.2054768158484457, 1.6529389970531518, 1.6529389970531518, 1.647238686616278, 1.9481125365184773, 1.9288781496830008, 1.855131255583456, 1.7232735737992286, 1.6585953549887589, 1.4211615565845193, 1.3974198603906829, 1.2751813298024557, 1.647238686616278, 1.7128821938424565, 1.3811544877668989, 1.768294695136611, 1.1949564808704898, 1.932765600472224, 1.7385897243593558, 1.8014951730387272, 1.8721722771006435, 1.599967816878192, 1.8464599133120685, 1.6180531907016134, 1.6298670796070915, 1.8763713703376572, 1.4951743688275796, 1.932765600472224, 1.675307358991403, 1.7335197937467808, 1.6357034404323891, 1.5687981249463094, 1.6585953549887589, 1.6807944775027983, 1.6180531907016134, 1.855131255583456, 2.1078343472663112, 1.5428724589290304, 1.7232735737992286, 1.4365732232386543, 1.4951743688275796, 1.6585953549887589, 1.8243220944195555, 1.7968432755662709, 1.6239839150706252, 1.599967816878192, 1.1048897205831356, 1.4133326630831806, 1.7076307728862703, 1.4289078356287583, 1.7180962852672959, 1.6060459450914428, 1.675307358991403, 1.6585953549887589, 1.7874500155675817, 1.8107113737916711, 1.5494402567708183, 1.3974198603906829, 1.7827078829725225, 1.7436248510562695, 1.4289078356287583, 1.3728846446928102, 1.4664584999723997, 2.0605359524429776, 1.7335197937467808, 1.8420854876627923, 1.356060165108155, 1.3388411293436977, 1.8846981060103365, 1.6180531907016134, 2.285893132620774, 1.5559497890298326, 1.921040870735328, 1.4951743688275796, 1.7076307728862703, 1.9556672131956088, 1.5362453441060986, 1.6060459450914428, 1.4365732232386543, 1.7180962852672959, 1.5687981249463094, 1.7335197937467808, 1.1734529843309491, 1.4516679520387077, 1.2559313034301076, 1.647238686616278, 1.9815119853880496, 2.345665125823692, 1.99588147293638, 1.4365732232386543, 1.5021811478756388, 1.5428724589290304, 1.5159971470869311, 1.581425341264193, 1.3475011179558003, 1.6298670796070915, 1.6862408557311594, 1.8107113737916711, 2.169310591364435, 1.3388411293436977, 1.917090595101569, 1.985130842849684, 1.7731306308397428, 1.5687981249463094, 1.587658380549647, 1.4591004814706152, 1.8014951730387272, 1.675307358991403, 1.3388411293436977, 1.5687981249463094, 1.985130842849684, 1.2751813298024557, 1.6239839150706252, 2.2786719737903933, 1.917090595101569, 1.5938389136017828, 1.3645205929889257, 1.6585953549887589, 1.5559497890298326, 1.7535925803158292, 2.2977725536249514, 1.4211615565845193, 1.9518996038455332, 1.5159971470869311, 1.3728846446928102, 1.2751813298024557, 1.321208620759196, 2.0099747681869053, 1.8243220944195555, 1.7968432755662709, 1.6239839150706252, 1.5938389136017828, 1.850808400733308, 1.8288034415144627, 1.8594287781505905, 1.7535925803158292, 1.7232735737992286, 1.6239839150706252, 2.063785892890156, 1.7232735737992286, 1.4054193765387626, 2.3434540920717533, 1.6585953549887589, 1.5751388967995483, 2.3478695113456567, 1.7232735737992286, 1.4211615565845193, 1.9010731926187319, 2.1199484093817067, 1.7023414843821598, 0.538640469640813, 1.581425341264193, 2.067021491772018, 1.7486256481468851, 2.143592121062679, 1.9742202456723967, 2.4349339188313603, 1.6060459450914428, 1.7585261028815011, 1.8107113737916711, 1.940479216938796, 2.1169386063472118, 1.8888262850336364, 1.7335197937467808, 2.2155579928452367, 1.6180531907016134, 2.3478695113456567, 1.819813195635858, 2.0473901957251788, 2.218189673917781, 1.4289078356287583, 2.006476757645266, 1.8637012634788837, 1.3031423314902688, 1.9131189243262916, 1.7779348894267015, 1.985130842849684, 1.0022348837002937, 1.7731306308397428, 1.6970137786054822, 2.3587930980514704, 1.9631448503874889, 1.4289078356287583, 1.3475011179558003, 2.3587930980514704, 2.2762490281606134, 1.5091216605213298, 2.0134561704315805, 1.7436248510562695, 1.940479216938796, 1.6239839150706252, 1.8420854876627923, 1.7385897243593558, 1.9994302726667168, 1.0680518384797433, 2.2565716769590085, 2.2565716769590085, 1.9131189243262916, 1.8288034415144627, 2.020369775501605, 1.6697788865425842, 2.204935774562776, 1.819813195635858, 1.8970135732891318, 1.9366325512236369, 2.1078343472663112, 2.0134561704315805, 1.8970135732891318, 2.0407278657569, 2.14649468653077, 1.8679490014899385, 1.8679490014899385, 1.932765600472224, 2.1078343472663112, 1.6970137786054822, 2.2465313411860834, 2.2786719737903933, 2.172113296653114, 2.1551340682698696, 2.030619472850721, 1.647238686616278, 1.7232735737992286, 2.0373738615140757, 2.101701423319998, 2.375939193478061, 2.4329767075855093, 1.9518996038455332, 2.6204466598390144, 1.8288034415144627, 1.4516679520387077, 2.40297365490492, 2.134814836366849, 2.325521581659149, 2.023802285571882, 2.283493973877129, 2.210266120707837, 2.535249442279453, 2.2590604225544206, 2.2906680244082542, 1.819813195635858], [2.7761677420207995, -0.9612239096165434, -1.3707860588978966, -0.8432543240442378, -0.8432543240442378, -1.3707860588978966, -0.5514225363758445, -0.6392707167000995, -0.6392707167000995, -1.3707860588978966, -1.2277263074402005, -0.4715000091251627, -0.4715000091251627, -0.6392707167000995, -1.3707860588978966, -1.0899549908188475, -1.0899549908188475, -1.2277263074402005, -1.0899549908188475, -0.8432543240442378, -1.0899549908188475, -1.2277263074402005, -1.2277263074402005, -1.0899549908188475, -0.8432543240442378, -1.3707860588978966, -1.3707860588978966, 0.9537194010427772, -1.2277263074402005, -1.3707860588978966, -1.3707860588978966, -0.9612239096165434, -0.8432543240442378, 1.1688665345428284, -1.3707860588978966, -1.0899549908188475, -1.3707860588978966, -1.3707860588978966, -1.3707860588978966, -0.9612239096165434, 0.7587373186878968, -1.0899549908188475, -0.9612239096165434, -1.0899549908188475, -0.8432543240442378, -0.8432543240442378, -0.9612239096165434, -1.3707860588978966, -0.3984492056820797, -0.017257105265088786, -1.3707860588978966, -1.2277263074402005, -0.8432543240442378, 0.2041892273253996, 0.9537194010427772, -1.0899549908188475, 0.17156547862095645, -0.8432543240442378, -1.0899549908188475, -0.9612239096165434, -1.2277263074402005, -1.2277263074402005, -1.3707860588978966, -0.8432543240442378, -0.9612239096165434, -0.10843590769802136, -0.9612239096165434, -1.2277263074402005, 0.06408449770490098, -0.9612239096165434, -0.3984492056820797, -1.2277263074402005, -1.3707860588978966, 0.06408449770490098, 1.2019218878114726, -1.0899549908188475, -1.0899549908188475, -1.2277263074402005, -1.2277263074402005, 0.06408449770490098, -1.2277263074402005, -1.0899549908188475, -1.3707860588978966, -0.2119674980006864, -0.8432543240442378, -1.3707860588978966, -1.2277263074402005, -1.0899549908188475, -1.2277263074402005, -1.3707860588978966, -1.2277263074402005, 0.8160824548794472, -1.3707860588978966, -0.9612239096165434, -1.3707860588978966, -1.3707860588978966, -1.3707860588978966, 1.869230821362327, -1.3707860588978966, -0.5514225363758445, -0.4715000091251627, -0.8432543240442378, -0.2694083916469045, 2.3116779308441853, -0.8432543240442378, -1.3707860588978966, 3.383759918738435, -1.2277263074402005, -0.1584666572149183, -0.6392707167000995, -0.9612239096165434, -1.3707860588978966, -0.9612239096165434, -1.0899549908188475, -0.4715000091251627, -0.10843590769802136, -0.2119674980006864, -1.2277263074402005, -1.3707860588978966, -1.2277263074402005, -1.3707860588978966, -0.8432543240442378, -0.6392707167000995, -1.0899549908188475, -1.3707860588978966, -1.0899549908188475, -0.2119674980006864, -1.2277263074402005, -1.3707860588978966, 1.942189777992413, -1.3707860588978966, 0.4692062382845578, -1.2277263074402005, -1.0899549908188475, 0.02451503248710694, -1.2277263074402005, -1.2277263074402005, 0.06408449770490098, -1.2277263074402005, -1.0899549908188475, -0.8432543240442378, 0.17156547862095645, -0.9612239096165434, -1.3707860588978966, -0.4715000091251627, -0.8432543240442378, -1.3707860588978966, -0.9612239096165434, 0.6964558561573891, 0.6102292781834269, -1.3707860588978966, -1.2277263074402005, 2.1643148147765103, -1.0899549908188475, -1.3707860588978966, 0.5123635352088993, -0.9612239096165434, -0.6392707167000995, -1.0899549908188475, -1.3707860588978966, -0.7361843362516874, -1.3707860588978966, -1.3707860588978966, -1.2277263074402005, 0.17156547862095645, -0.4715000091251627, -1.3707860588978966, -1.2277263074402005, -1.2277263074402005, -1.0899549908188475, 0.9187054190954528, -1.2277263074402005, 0.3992652382318407, -1.2277263074402005, -0.8432543240442378, -1.0899549908188475, -1.3707860588978966, -1.3707860588978966, -0.8432543240442378, -0.9612239096165434, -0.3984492056820797, 2.3933945603350253, -0.2119674980006864, -0.2119674980006864, -1.2277263074402005, -0.7361843362516874, -1.3707860588978966, -1.3707860588978966, 0.9305663140249992, -0.9612239096165434, 0.6964558561573891, 0.6964558561573891, -0.2694083916469045, -1.2277263074402005, -1.3707860588978966, -1.0899549908188475, -1.3707860588978966, -0.9612239096165434, -0.6392707167000995, -0.5514225363758445, -1.3707860588978966, -1.2277263074402005, -1.3707860588978966, -1.0899549908188475, -0.3313476494492389, -1.2277263074402005, -1.3707860588978966, -1.2277263074402005, 0.6102292781834269, -0.7361843362516874, -1.3707860588978966, -1.3707860588978966, -1.3707860588978966, -0.1584666572149183, -0.9612239096165434, -1.2277263074402005, -1.3707860588978966, -1.2277263074402005, -0.3313476494492389, -0.4715000091251627, 2.8395722739436424, -1.3707860588978966, -0.8432543240442378, -1.2277263074402005, 0.02451503248710694, -0.7361843362516874, -0.061478323149988925, -1.3707860588978966, -0.9612239096165434, -0.1584666572149183, -0.5514225363758445, -0.7361843362516874, -0.7361843362516874, 1.9978066140282857, -1.2277263074402005, 0.8819078131181363, -0.2694083916469045, -1.2277263074402005, -0.017257105265088786, 0.4911045416882889, 2.4236500500513904, -0.8432543240442378, 2.3824974730633617, -1.3707860588978966, -0.9612239096165434, -1.0899549908188475, 0.32191444125236185, -0.9612239096165434, -0.9612239096165434, -1.2277263074402005, -1.2277263074402005, -0.7361843362516874, -0.3313476494492389, -1.0899549908188475, -0.2694083916469045, -1.0899549908188475, -1.3707860588978966, -0.2119674980006864, -1.2277263074402005, -0.5514225363758445, 2.6494221670016205, -0.6392707167000995, -0.4715000091251627, 2.308208226771552, -0.9612239096165434, -0.6392707167000995, -1.0899549908188475, -0.10843590769802136, -1.3707860588978966, 0.23543239573590485, -1.0899549908188475, -0.5514225363758445, -1.0899549908188475, -1.0899549908188475, -1.3707860588978966, -0.5514225363758445, -1.3707860588978966, -0.6392707167000995, -1.2277263074402005, -1.2277263074402005, -0.10843590769802136, -1.3707860588978966, -1.3707860588978966, -1.3707860588978966, -0.9612239096165434, -0.4715000091251627, -1.0899549908188475, -0.3313476494492389, -1.0899549908188475, -0.4715000091251627, 0.628314116301309, 2.961640443397564, -0.3313476494492389, -0.6392707167000995, 0.4911045416882889, -1.2277263074402005, -1.2277263074402005, 3.0431626752940732, -0.9612239096165434, -1.0899549908188475, -0.3984492056820797, -1.2277263074402005, -1.0899549908188475, -0.8432543240442378, -0.2694083916469045, -1.3707860588978966, -0.9612239096165434, -0.9612239096165434, -1.2277263074402005, -1.0899549908188475, -0.9612239096165434, -0.6392707167000995, 0.7587373186878968, 0.4911045416882889, -1.3707860588978966, 0.06408449770490098, -1.3707860588978966, 2.031782593758817, -1.0899549908188475, -1.3707860588978966, -0.4715000091251627, -1.2277263074402005, -1.0899549908188475, -1.3707860588978966, -1.2277263074402005, -0.8432543240442378, -0.5514225363758445, -0.8432543240442378, -0.7361843362516874, -1.2277263074402005, -1.2277263074402005, -0.8432543240442378, -0.8432543240442378, -0.2694083916469045, -0.5514225363758445, -1.0899549908188475, -1.3707860588978966, 0.23543239573590485, -1.3707860588978966, -1.3707860588978966, -0.7361843362516874, -1.0899549908188475, 0.02451503248710694, -0.9612239096165434, -1.0899549908188475, -0.2119674980006864, -1.3707860588978966, -1.2277263074402005, 0.02451503248710694, -1.0899549908188475, -1.2277263074402005, -1.0899549908188475, -1.3707860588978966, 0.17156547862095645, -0.4715000091251627, -0.6392707167000995, -1.2277263074402005, 3.201694293966886, -1.2277263074402005, -0.1584666572149183, -0.8432543240442378, -1.2277263074402005, -1.0899549908188475, -0.7361843362516874, -1.0899549908188475, -1.0899549908188475, -0.9612239096165434, -1.3707860588978966, 1.2784827900989502, -1.3707860588978966, 0.8943830368842145, -1.0899549908188475, -1.3707860588978966, 0.6459591600363993, -1.0899549908188475, -0.9612239096165434, -1.3707860588978966, -1.2277263074402005, -0.4715000091251627, -0.8432543240442378, -1.0899549908188475, 0.5330191090407311, -1.3707860588978966, -1.0899549908188475, -1.2277263074402005, 2.278020538095358, 0.23543239573590485, -1.0899549908188475, -0.9612239096165434, -1.3707860588978966, -1.2277263074402005, -1.2277263074402005, -0.5514225363758445, 0.5916823502465508, 0.02451503248710694, -1.0899549908188475, -0.061478323149988925, -1.0899549908188475, 0.4233314529404925, -1.3707860588978966, -0.8432543240442378, -0.9612239096165434, -0.3984492056820797, -0.1584666572149183, -0.8432543240442378, -1.3707860588978966, -0.6392707167000995, -1.3707860588978966, -1.3707860588978966, 0.553104243727125, -0.4715000091251627, -0.4715000091251627, -0.061478323149988925, 1.1252959986524544, -0.3984492056820797, -1.3707860588978966, 2.60129285378994, -1.3707860588978966, -0.8432543240442378, -1.2277263074402005, 0.3743792476756808, -0.7361843362516874, -1.3707860588978966, -0.8432543240442378, -0.8432543240442378, -0.9612239096165434, -0.8432543240442378, 0.06408449770490098, -1.0899549908188475, -0.5514225363758445, -0.2119674980006864, -1.3707860588978966, -1.3707860588978966, -1.2277263074402005, -1.3707860588978966, -0.017257105265088786, -0.3313476494492389, 2.4426556316506, -1.2277263074402005, -1.3707860588978966, -0.6392707167000995, -1.3707860588978966, -1.3707860588978966, -1.0899549908188475, -0.8432543240442378, -1.0899549908188475, 1.5579511940948674, 0.2041892273253996, 3.7695303642333764, -1.2277263074402005, -1.3707860588978966, -1.2277263074402005, 3.2975868680602898, 1.7475291694480763, 0.5123635352088993, -0.8432543240442378, 3.11298210995468, -1.2277263074402005, 0.5330191090407311, -1.2277263074402005, -0.1584666572149183, -1.0899549908188475, 0.02451503248710694, 3.1677204077773795, -0.6392707167000995, -1.2277263074402005, -1.0899549908188475, -1.2277263074402005, -1.0899549908188475, -1.2277263074402005, -0.6392707167000995, -0.9612239096165434, -1.0899549908188475, 3.7045298161703286, -1.2277263074402005, 3.6754395666657205, -0.2694083916469045, -1.0899549908188475, -1.0899549908188475, -0.6392707167000995, -0.7361843362516874, -0.061478323149988925, -0.9612239096165434, -0.7361843362516874, -1.0899549908188475, -0.9612239096165434, -1.2277263074402005, 0.2041892273253996, -0.2694083916469045, -1.0899549908188475, -1.3707860588978966, 1.872423010738504, 3.1495724320308995, 3.143056465968848, 0.8943830368842145, -0.7361843362516874, 1.3672172378977947, 0.8297356418829684, -1.2277263074402005, -1.3707860588978966, 2.4191919793610928, 0.9422356173840564, -1.2277263074402005, 0.3486166111379691, -0.017257105265088786, 0.4233314529404925, -1.2277263074402005, -0.9612239096165434, -1.2277263074402005, -0.4715000091251627, -1.0899549908188475, 3.5154240271942294, 0.6964558561573891, -0.4715000091251627, -0.8432543240442378, -0.4715000091251627, -0.8432543240442378, 0.5916823502465508, -0.6392707167000995, -0.2119674980006864, -0.061478323149988925, -0.4715000091251627, -1.3707860588978966, 0.3743792476756808, -1.2277263074402005, 2.86969550134234, -1.3707860588978966, -1.3707860588978966, -0.5514225363758445, 2.1727599211435105, -1.2277263074402005, -1.0899549908188475, -0.9612239096165434, -1.3707860588978966, -0.3984492056820797, -0.4715000091251627, 0.6800113683785795, 0.8160824548794472, -0.6392707167000995, 0.8692134788848844, -0.4715000091251627, -1.0899549908188475, -0.9612239096165434, 1.0190325982566286, 1.1162569543204306, -0.9612239096165434, -1.2277263074402005, -0.7361843362516874, -0.2694083916469045, -1.3707860588978966, -0.2694083916469045, -0.10843590769802136, 0.8160824548794472, -1.0899549908188475, -0.8432543240442378, 0.5123635352088993, 1.3924592160248486, 0.32191444125236185, -0.9612239096165434, -1.3707860588978966, -0.8432543240442378, -0.6392707167000995, -1.0899549908188475, -0.9612239096165434, -0.4715000091251627, -0.8432543240442378, -0.2119674980006864, -1.0899549908188475, -1.2277263074402005, -0.8432543240442378, 2.6240793097498507, 1.8161322522892385, 0.02451503248710694, 0.628314116301309, -1.0899549908188475, 2.2941597632563093, -1.0899549908188475, -0.9612239096165434, -0.6392707167000995, -0.7361843362516874, 0.06408449770490098, 1.0293659880821588, 0.2041892273253996, -0.4715000091251627, 0.17156547862095645, -1.2277263074402005, -0.017257105265088786, -0.3313476494492389, 0.06408449770490098, 0.23543239573590485, -0.6392707167000995, -1.3707860588978966, -0.4715000091251627, -1.2277263074402005, 0.32191444125236185, -1.0899549908188475, -0.3984492056820797, -0.017257105265088786, -1.3707860588978966, -0.6392707167000995, 1.3799487304397282, -0.3984492056820797, -0.3984492056820797, -0.8432543240442378, 0.02451503248710694, -0.3313476494492389, -0.2119674980006864, -0.8432543240442378, 0.02451503248710694, 0.06408449770490098, 1.1071032222385426, 0.8431358453503158, -0.4715000091251627, -0.5514225363758445, -1.2277263074402005, -0.7361843362516874, -1.0899549908188475, -0.9612239096165434, -0.3984492056820797, -1.2277263074402005, -0.6392707167000995, 0.06408449770490098, -0.3313476494492389, 0.9871142061692602, 0.8021665939201011, -1.2277263074402005, 1.160360432940454, -0.8432543240442378, -0.10843590769802136, 1.4632778008014908, -0.10843590769802136, -0.3313476494492389, 1.1937989989054079, -0.6392707167000995, -0.7361843362516874, -0.2694083916469045, -0.2694083916469045, -0.9612239096165434, -0.3313476494492389, -0.2694083916469045, -0.4715000091251627, -0.017257105265088786, -0.9612239096165434, -1.3707860588978966, 0.10166380887912307, -1.2277263074402005, -0.9612239096165434, -0.3313476494492389, 1.6193336014281912, -0.5514225363758445, -0.8432543240442378, -1.0899549908188475, 3.9550358298262496, 0.628314116301309, 3.67230793459293, -0.4715000091251627, -1.2277263074402005, -0.5514225363758445, -0.7361843362516874, 0.8160824548794472, -0.6392707167000995, -1.0899549908188475, -0.2694083916469045, 0.10166380887912307, -0.7361843362516874, -1.0899549908188475, 0.17156547862095645, -1.0899549908188475, -0.8432543240442378, 1.0293659880821588, -0.2119674980006864, -1.0899549908188475, -0.3313476494492389, -0.4715000091251627, -0.6392707167000995, -0.9612239096165434, -0.7361843362516874, -1.2277263074402005, 0.2041892273253996, -0.6392707167000995, 0.7282658525218164, -0.5514225363758445, -0.8432543240442378, 2.993890040707865, -1.3707860588978966, -0.8432543240442378, 0.02451503248710694, -0.9612239096165434, 2.394937911625457, -1.3707860588978966, -0.4715000091251627, 0.02451503248710694, -0.4715000091251627, -1.0899549908188475, 0.06408449770490098, -0.2694083916469045, -1.3707860588978966, 0.2942029724245187, -1.3707860588978966, -0.9612239096165434, 0.553104243727125, 0.2942029724245187, -0.9612239096165434, -0.061478323149988925, -0.061478323149988925, -0.7361843362516874, 0.5330191090407311, 0.2041892273253996, -1.2277263074402005, -1.2277263074402005, -1.0899549908188475, -0.061478323149988925, 0.10166380887912307, -0.8432543240442378, -1.2277263074402005, -0.5514225363758445, -1.3707860588978966, 2.844543542506686, -1.2277263074402005, -0.2694083916469045, -0.2119674980006864, -0.3984492056820797, -0.9612239096165434, -0.5514225363758445, -1.3707860588978966, -0.3313476494492389, -0.7361843362516874, -0.9612239096165434, -0.1584666572149183, -1.0899549908188475, 0.2041892273253996, -0.4715000091251627, -0.9612239096165434, -0.7361843362516874, -1.2277263074402005, -1.2277263074402005, -0.9612239096165434, 0.7282658525218164, 0.3992652382318407, -0.3984492056820797, -0.7361843362516874, -1.0899549908188475, 0.13743725357476164, -0.10843590769802136, -0.3984492056820797, 0.2942029724245187, 0.06408449770490098, -0.7361843362516874, 0.13743725357476164, -1.3707860588978966, 3.434268117293694, 0.6800113683785795, -0.5514225363758445, 0.10166380887912307, -0.9612239096165434, -0.061478323149988925, 0.06408449770490098, -0.6392707167000995, -0.8432543240442378, 0.13743725357476164, 0.6102292781834269, -1.3707860588978966, -1.3707860588978966, 3.3884302820864662, -0.3313476494492389, -1.3707860588978966, -0.7361843362516874, 0.02451503248710694, -0.5514225363758445, 1.3862311189641032, -1.3707860588978966, -0.6392707167000995, 0.02451503248710694, -1.2277263074402005, -0.2694083916469045, -1.0899549908188475, -1.3707860588978966, 3.2975868680602898, -0.8432543240442378, -1.0899549908188475, -0.8432543240442378, 0.10166380887912307, -0.5514225363758445, 1.1071032222385426, -0.2694083916469045, 0.02451503248710694, 0.3743792476756808, -1.2277263074402005, 0.2942029724245187, -0.4715000091251627, 3.6567094610519773, 0.10166380887912307, 3.4493964939863955, 2.5008395946278386, -0.1584666572149183, -0.8432543240442378, -0.4715000091251627, 3.4666536677083637, -0.4715000091251627, -0.2119674980006864, 0.4466294773015417, -1.3707860588978966, -0.4715000091251627, -0.8432543240442378, -1.3707860588978966, -0.8432543240442378, 3.1309551861291816, -1.0899549908188475, 3.2900659468577773, -1.3707860588978966, -0.10843590769802136, -0.3984492056820797, 1.143041252022028, 0.4911045416882889, -0.7361843362516874, -0.3313476494492389, 0.10166380887912307, -0.7361843362516874, -0.9612239096165434, -0.7361843362516874, -1.2277263074402005, -0.2694083916469045, 0.9305663140249992, -0.8432543240442378, 3.046289070423516, -1.3707860588978966, 3.5494066776869992, -1.3707860588978966, -1.0899549908188475, 0.7587373186878968, 3.014396904608037, -0.7361843362516874, 0.02451503248710694, -1.0899549908188475, -0.8432543240442378, -0.7361843362516874, 0.7879778037345136, -1.3707860588978966, -0.7361843362516874, -1.3707860588978966, 1.0495993003770565, -0.3984492056820797, 3.4666536677083637, 0.9187054190954528, -0.6392707167000995, -0.4715000091251627, 0.02451503248710694, -0.9612239096165434, -0.8432543240442378, -0.5514225363758445, 1.5869326595375308, 1.0190325982566286, -1.2277263074402005, 1.0692808313883473, -1.3707860588978966, -0.9612239096165434, -0.2119674980006864, -0.8432543240442378, 0.6102292781834269, -0.8432543240442378, -1.0899549908188475, -1.0899549908188475, 1.0884398138970666, 0.3743792476756808, 0.3743792476756808, 3.3888181150306065, 0.4911045416882889, -1.2277263074402005, -1.3707860588978966, -0.8432543240442378, 1.059507155701197, 3.5662695754238163, -0.2694083916469045, 0.06408449770490098, -0.2119674980006864, -0.6392707167000995, 1.4168469290261132, 3.715204231826907, -0.3313476494492389, -0.1584666572149183, -0.4715000091251627, -1.3707860588978966, 0.06408449770490098, -0.8432543240442378, -0.5514225363758445, -0.2694083916469045, 3.835011413994141, 3.779740275422892, -0.8432543240442378, 0.02451503248710694, 4.06291658659043, -0.6392707167000995, 3.245107996436227, -0.1584666572149183, -1.0899549908188475, -0.3313476494492389, -0.10843590769802136, -0.6392707167000995, 3.0500229131805434, -1.3707860588978966, 0.8297356418829684, -1.0899549908188475, -1.0899549908188475, -0.8432543240442378, 0.06408449770490098, -1.2277263074402005, -0.061478323149988925, 0.3486166111379691, 0.2041892273253996, 0.7587373186878968, -0.7361843362516874, 0.23543239573590485, -0.10843590769802136, -1.3707860588978966, -0.5514225363758445, 1.0495993003770565, -0.017257105265088786, -1.3707860588978966, -0.5514225363758445, 0.8562922314077354, -0.8432543240442378, 3.956975856244693, 0.8431358453503158, 3.893685705527479, 2.9496105832780226, -1.2277263074402005, -0.5514225363758445, 0.628314116301309, -0.7361843362516874, -0.2119674980006864, -0.2119674980006864, 3.322670876272772, 3.612340302623368, 3.697745483762996, -1.3707860588978966, 1.3924592160248486, -1.2277263074402005, -0.7361843362516874, 0.32191444125236185, -0.9612239096165434, -0.5514225363758445, -0.7361843362516874, 3.2856048978923686, -0.2694083916469045, 0.10166380887912307, -1.2277263074402005, -0.9612239096165434, 3.5770970408770832, -0.7361843362516874, -0.4715000091251627, 0.4911045416882889, 2.8551983030155133, -1.0899549908188475, -0.5514225363758445, -0.5514225363758445, 0.5916823502465508, -0.6392707167000995, 0.2942029724245187, 0.3992652382318407, -1.2277263074402005, -0.8432543240442378, 0.32191444125236185, -1.3707860588978966, -0.1584666572149183, 3.4554306473934666, -1.0899549908188475, 0.13743725357476164, 0.23543239573590485, -0.017257105265088786, 0.23543239573590485, -0.8432543240442378, 0.32191444125236185, 0.6459591600363993, 1.078923905175211, -0.9612239096165434, 3.4404298498175443, 3.1203378640309034, 3.0419083062910466, -0.6392707167000995, -1.2277263074402005, -0.9612239096165434, -1.2277263074402005, 0.13743725357476164, 0.8021665939201011, -1.0899549908188475, 0.3743792476756808, 1.8365057128003544, 0.02451503248710694, 0.17156547862095645, -0.017257105265088786, 3.373139503431366, -0.1584666572149183, -0.2119674980006864, 1.0978318607749156, -0.4715000091251627, -0.10843590769802136, -0.017257105265088786, -0.3313476494492389, -0.6392707167000995, -1.2277263074402005, 3.6788168677086457, -1.0899549908188475, -1.3707860588978966, 1.1937989989054079, -0.8432543240442378, 0.02451503248710694, 0.2654045442815877, 0.5330191090407311, -0.8432543240442378, -1.2277263074402005, -0.7361843362516874, 3.909096815699356, 0.6631851409039451, -0.9612239096165434, 3.1381304997502064, 1.2711823358671641, 1.4908476960705117, -0.1584666572149183, 0.02451503248710694, -0.3984492056820797, 1.2099543002793804, -0.5514225363758445, 0.3743792476756808, -1.3707860588978966, 1.872423010738504, -0.7361843362516874, 0.3486166111379691, -0.9612239096165434, -1.0899549908188475, -0.8432543240442378, 0.5123635352088993, 3.5311854875922286, -0.3313476494492389, 0.4911045416882889, 3.9145351542196014, -0.9612239096165434, 0.13743725357476164, 0.13743725357476164, 2.5849021147764217, -0.6392707167000995, -0.8432543240442378, 1.4168469290261132, 0.8431358453503158, 0.9979112163975326, 2.925668654139149, 0.2041892273253996, -0.5514225363758445, 1.0085491445939636, -0.5514225363758445, -0.017257105265088786, -1.2277263074402005, 0.4692062382845578, 0.23543239573590485, -0.9612239096165434, 2.3321522177801617, -0.2119674980006864, -1.2277263074402005, -0.3984492056820797, -0.7361843362516874, 2.2834405721099773, 1.0085491445939636, -0.017257105265088786, 1.3862311189641032, -1.0899549908188475, -1.3707860588978966, 0.4466294773015417, -1.2277263074402005, -0.2694083916469045, 0.6964558561573891, 1.5379615567130631, -0.1584666572149183, -0.5514225363758445, -0.6392707167000995, 0.7125354348091456, -1.2277263074402005, 0.2041892273253996, -0.3984492056820797, -0.7361843362516874, 1.078923905175211, -1.2277263074402005, -0.2119674980006864, 0.4466294773015417, 3.138679496515037, 0.5330191090407311, -0.8432543240442378, -0.8432543240442378, 0.23543239573590485, 1.5869326595375308, -1.0899549908188475, 0.13743725357476164, -1.2277263074402005, -0.3313476494492389, 0.8297356418829684, -1.0899549908188475, -0.1584666572149183, 1.059507155701197, -1.2277263074402005, 0.23543239573590485, -0.9612239096165434, 0.32191444125236185, -1.2277263074402005, -0.2694083916469045, 1.4799459962779309, -0.9612239096165434, 1.4908476960705117, 3.2136614969575286, 0.6102292781834269, -0.7361843362516874, -0.8432543240442378, 0.3743792476756808, 0.9422356173840564, 2.7046332490621943, -0.8432543240442378, 1.0395535389882504, 3.358730784550489, 0.7436618654161885, 1.4462148852671506, -0.3984492056820797, -1.0899549908188475, 0.2041892273253996, 0.3743792476756808, 0.2041892273253996, 4.002199507309596, 0.3743792476756808, 1.4462148852671506, -0.6392707167000995, 0.2654045442815877, -1.2277263074402005, 0.23543239573590485, 0.8021665939201011, -0.7361843362516874, 0.4233314529404925, -0.5514225363758445, 1.5225967265878382, 0.32191444125236185, 3.376302657296673, -0.017257105265088786, 3.286499321588216, -0.6392707167000995, -0.3984492056820797, 1.2178982266192435, -1.2277263074402005, 2.985792412161352, 3.3546766544629705, -0.7361843362516874, 0.5916823502465508, 0.32191444125236185, 3.1015167602203664, 3.090452925229936, 0.06408449770490098, 0.4692062382845578, 0.9537194010427772, 1.5628631275916605, -1.0899549908188475, 1.6800661185579049, 0.6459591600363993, 0.2041892273253996, -1.0899549908188475, -1.0899549908188475, 0.8431358453503158, 0.5916823502465508, 0.02451503248710694, -1.0899549908188475, 0.2041892273253996, -1.0899549908188475, 2.0882269041900647, -0.017257105265088786, 0.7879778037345136, 1.25635583867592, 1.0884398138970666, 0.6631851409039451, 0.9537194010427772, -0.2694083916469045, 1.059507155701197, -0.5514225363758445, -0.5514225363758445, -1.2277263074402005, 3.7047798642260577, -0.3313476494492389, 3.6109176326304167, -0.7361843362516874, -0.6392707167000995, -0.6392707167000995, 0.6459591600363993, 0.7125354348091456, -0.9612239096165434, -0.8432543240442378, 0.10166380887912307, 1.0692808313883473, -0.061478323149988925, 1.2857100574513416, -0.3313476494492389, 0.6102292781834269, -0.2119674980006864, -1.0899549908188475, 0.5123635352088993, 3.986142781272093, 0.3743792476756808, 0.10166380887912307, -0.2119674980006864, 0.3992652382318407, 2.6001343802413617, -0.1584666572149183, 0.02451503248710694, -1.0899549908188475, -1.2277263074402005, -0.017257105265088786, 0.7587373186878968, -0.9612239096165434, 1.1071032222385426, -0.017257105265088786, -0.9612239096165434, 0.06408449770490098, -1.3707860588978966, 0.9066465587504684, 0.3743792476756808, 0.2654045442815877, 0.5916823502465508, 3.681920378089025, 0.5916823502465508, -0.2694083916469045, 1.3672172378977947, 0.13743725357476164, -0.10843590769802136, -0.3984492056820797, 1.0495993003770565, 3.603474091654734, 0.8021665939201011, 0.3486166111379691, 0.5726493132837547, 0.23543239573590485, 0.5123635352088993, -1.0899549908188475, 1.078923905175211, -0.9612239096165434, 1.143041252022028, 0.4233314529404925, 0.6459591600363993, 0.7282658525218164, -0.2694083916469045, 0.6102292781834269, -1.2277263074402005, -0.4715000091251627, -0.2119674980006864, 0.10166380887912307, 0.6459591600363993, 1.0293659880821588, -0.6392707167000995, -0.2694083916469045, 3.247942687419061, -0.10843590769802136, 0.9761532977598284, 2.7577759432736246, 0.8021665939201011, 1.134223188094542, -0.6392707167000995, 1.1688665345428284, -0.061478323149988925, 0.5123635352088993, 0.02451503248710694, -0.5514225363758445, -0.4715000091251627, -0.1584666572149183, 3.59128494699391, 3.294057394936293, -0.2694083916469045, -0.6392707167000995, -1.3707860588978966, 0.23543239573590485, 0.4911045416882889, 0.2942029724245187, 0.5726493132837547, 0.9422356173840564, 3.4210430332315664, 0.5916823502465508, 0.628314116301309, 0.9537194010427772, 3.906456636281708, 1.2335282606231863, 0.7587373186878968, 1.29995079300926, 3.1802608068891187, 0.3743792476756808, 0.7436618654161885, 0.6631851409039451, 0.4911045416882889, 0.9066465587504684, -0.9612239096165434, 3.1425107976703184, -0.017257105265088786, 0.9187054190954528, -0.2694083916469045, -0.4715000091251627, 0.5123635352088993, 1.1937989989054079, 0.7125354348091456, -0.2694083916469045, 3.2225081507073075, 0.9422356173840564, 0.9066465587504684, -0.7361843362516874, -0.3313476494492389, 0.5726493132837547, 1.1688665345428284, -0.8432543240442378, 1.8530541251625623, 0.3992652382318407, 1.0190325982566286, 0.5726493132837547, 0.4911045416882889, 1.906633813844, 0.6964558561573891, 0.32191444125236185, 0.6459591600363993, -0.3984492056820797, 0.13743725357476164, 0.2041892273253996, 0.9305663140249992, 0.5726493132837547, 0.6459591600363993, 0.6800113683785795, -0.2694083916469045, 0.2041892273253996, 3.6475646056755133, -0.2119674980006864, -0.3313476494492389, 0.4911045416882889, -0.10843590769802136, 4.03169115180992, 0.6631851409039451, 2.637412894855144, 1.134223188094542, 0.9187054190954528, 0.3486166111379691, 1.3343684084578875, -0.10843590769802136, 1.134223188094542, 0.7879778037345136, 0.6800113683785795, -0.3313476494492389, -0.017257105265088786, 0.6800113683785795, 0.2654045442815877, 0.2654045442815877, 0.6631851409039451, 0.6459591600363993, 0.2942029724245187, 0.4466294773015417, 0.5123635352088993, -0.5514225363758445, -0.3313476494492389, 1.059507155701197, 1.5579511940948674, -0.8432543240442378, -0.4715000091251627, -0.2119674980006864, 1.8943807262181829, 1.4576349370984119, 1.6193336014281912, -0.5514225363758445, 0.13743725357476164, -0.7361843362516874, 0.13743725357476164, 0.17156547862095645, 0.23543239573590485, -0.3313476494492389, 3.7902516093500362, -0.3313476494492389, -1.3707860588978966, -0.8432543240442378, 1.1162569543204306, -0.017257105265088786, -0.2694083916469045, 3.680887360269333, -1.3707860588978966, 0.5123635352088993, 1.3069670369198756, -0.6392707167000995, 0.06408449770490098, 0.5330191090407311, 2.801151683051005, -0.2694083916469045, 1.7808409652697668, 0.4466294773015417, 0.2041892273253996, -0.5514225363758445, -0.10843590769802136, -0.2694083916469045, -0.3984492056820797, 1.675893862366736, 0.8943830368842145, -0.4715000091251627, -0.9612239096165434, 0.7282658525218164, 1.8126799314785882, 0.13743725357476164, 2.740811830549413, 0.5123635352088993, 0.4911045416882889, -0.4715000091251627, 3.464911561010074, -0.5514225363758445, -0.5514225363758445, 3.322245714573663, 1.354256797325886, -0.017257105265088786, 1.0692808313883473, 0.13743725357476164, 3.6688998916743976, 0.628314116301309, 0.6459591600363993, -0.6392707167000995, -0.10843590769802136, 1.2019218878114726, 0.6459591600363993, 0.13743725357476164, 0.32191444125236185, -0.8432543240442378, -0.2119674980006864, 0.553104243727125, 1.8022225543331496, 0.5330191090407311, 0.32191444125236185, 0.8819078131181363, -0.5514225363758445, 0.7125354348091456, 0.553104243727125, 0.3743792476756808, 0.7735052196666561, 0.3992652382318407, 0.3486166111379691, 0.32191444125236185, 3.752419410949608, 0.5123635352088993, 0.3743792476756808, 3.6939486037619353, 0.3992652382318407, -1.2277263074402005, 0.3486166111379691, 0.17156547862095645, 0.8562922314077354, 1.0692808313883473, -0.4715000091251627, -0.017257105265088786, 0.553104243727125, 0.17156547862095645, -0.6392707167000995, 1.134223188094542, 0.9761532977598284, 1.5277548303927018, 0.7125354348091456, 0.5916823502465508, 0.8819078131181363, 0.32191444125236185, 0.8021665939201011, -1.2277263074402005, 0.02451503248710694, 1.7126016965890618, 0.2654045442815877, 3.6308607562038095, -0.1584666572149183, 1.9565018236173168, 0.8021665939201011, 0.5916823502465508, 0.7879778037345136, 0.3743792476756808, 1.596339724992459, 0.5916823502465508, 0.10166380887912307, 1.0293659880821588, 0.553104243727125, -0.017257105265088786, 0.32191444125236185, -0.5514225363758445, 0.3992652382318407, 0.8297356418829684, 0.10166380887912307, 0.6631851409039451, 0.6964558561573891, 1.506897075637445, -0.3313476494492389, 0.7436618654161885, 0.6800113683785795, 0.4466294773015417, -1.0899549908188475, 0.2942029724245187, 0.6102292781834269, 1.0085491445939636, 0.9305663140249992, 0.7587373186878968, 1.8398459541996304, -0.061478323149988925, 0.02451503248710694, -1.3707860588978966, -0.8432543240442378, 1.3799487304397282, -0.8432543240442378, 0.23543239573590485, 0.7735052196666561, 1.143041252022028, 1.078923905175211, 0.23543239573590485, 0.06408449770490098, 2.1706579116418068, -1.0899549908188475, 0.628314116301309, 0.5916823502465508, -0.017257105265088786, -0.7361843362516874, 0.4466294773015417, 0.2654045442815877, 0.628314116301309, 0.6631851409039451, 1.1772734884036795, 0.32191444125236185, 1.29995079300926, -0.1584666572149183, -0.6392707167000995, 0.17156547862095645, -0.3313476494492389, -0.2694083916469045, -0.2119674980006864, 0.2041892273253996, 0.13743725357476164, -0.3313476494492389, -0.7361843362516874, -0.4715000091251627, -0.7361843362516874, 0.2654045442815877, 0.17156547862095645, 1.1937989989054079, 0.8943830368842145, -0.5514225363758445, 0.3743792476756808, -0.10843590769802136, 0.17156547862095645, 0.5916823502465508, 0.628314116301309, -0.061478323149988925, -0.061478323149988925, -0.8432543240442378, 0.6800113683785795, 0.23543239573590485, 1.1937989989054079, 0.9187054190954528, 0.23543239573590485, 0.8160824548794472, 2.25592298042701, -0.5514225363758445, 0.7125354348091456, -0.1584666572149183, -0.10843590769802136, 0.8692134788848844, -0.2694083916469045, 1.8563186632417699, 0.6102292781834269, 1.1772734884036795, 0.4911045416882889, 1.1162569543204306, 0.8692134788848844, -0.5514225363758445, -1.2277263074402005, 1.0495993003770565, 0.9761532977598284, 0.3486166111379691, 0.553104243727125, 0.32191444125236185, 0.6964558561573891, -0.017257105265088786, -0.10843590769802136, 1.1071032222385426, 1.1772734884036795, 1.5821826578601723, -0.3313476494492389, 0.8943830368842145, 0.06408449770490098, 0.2654045442815877, 1.2638071992954276, 1.6416161707175705, 0.4233314529404925, 0.23543239573590485, 0.2942029724245187, 0.3743792476756808, 0.5916823502465508, 0.4466294773015417, 1.0495993003770565, 0.7125354348091456, 0.8562922314077354, 1.3986339510884973, 2.7474565602108534, 0.06408449770490098, 0.6631851409039451, 0.9305663140249992, 0.553104243727125, 0.5123635352088993, -0.7361843362516874, 2.097607088661657, 1.3069670369198756, -0.5514225363758445, 0.553104243727125, 0.6964558561573891, 1.7699073301289276, 0.8297356418829684, 0.3486166111379691, 0.5726493132837547, 0.4233314529404925, 0.553104243727125, -0.1584666572149183, -0.061478323149988925, 1.2488266641294046, 0.9979112163975326, 0.9537194010427772, 0.8819078131181363, 0.4466294773015417, 0.8431358453503158, 3.576798466165344, 1.1252959986524544, 0.7587373186878968, 1.4799459962779309, 3.33905935393803, 0.17156547862095645, 0.5123635352088993, 0.628314116301309, 1.241218035580106, 0.13743725357476164, 0.7282658525218164, 0.06408449770490098, 0.9187054190954528, -0.017257105265088786, 0.6631851409039451, 1.0395535389882504, 1.3607661490744178, 0.5123635352088993, 0.9979112163975326, 1.434610927819825, 0.5726493132837547, 1.6372144566493192, 1.1252959986524544, 1.5225967265878382, 2.9077422982736656, 1.4168469290261132, 0.9650234536161756, 1.0978318607749156, -1.0899549908188475, -0.7361843362516874, -1.3707860588978966, -1.2277263074402005, -1.2277263074402005, -1.3707860588978966, -0.2694083916469045, -1.2277263074402005, -1.2277263074402005, -0.8432543240442378, -1.3707860588978966, -0.3984492056820797, 0.5916823502465508, -1.3707860588978966, -1.3707860588978966, -1.3707860588978966, -0.6392707167000995, -0.2694083916469045, -0.8432543240442378, -1.3707860588978966, -0.2119674980006864, -1.3707860588978966, -1.2277263074402005, -1.0899549908188475, -0.9612239096165434, -0.3313476494492389, -0.9612239096165434, -1.3707860588978966, -1.3707860588978966, 0.5123635352088993, -1.0899549908188475, -1.3707860588978966, 0.2654045442815877, -0.8432543240442378, -1.0899549908188475, -0.4715000091251627, -0.9612239096165434, -1.3707860588978966, -1.3707860588978966, -0.8432543240442378, -1.2277263074402005, -1.2277263074402005, -1.3707860588978966, -1.0899549908188475, -0.3984492056820797, -0.8432543240442378, -0.8432543240442378, -1.0899549908188475, -1.3707860588978966, -0.6392707167000995, -0.9612239096165434, 0.8160824548794472, -0.3984492056820797, -1.3707860588978966, -0.10843590769802136, -1.0899549908188475, -1.0899549908188475, -0.2694083916469045, -0.8432543240442378, -1.2277263074402005, -0.8432543240442378, -1.3707860588978966, 0.6800113683785795, -1.3707860588978966, -1.2277263074402005, -1.0899549908188475, -1.3707860588978966, -1.0899549908188475, -0.4715000091251627, -1.0899549908188475, -1.3707860588978966, -1.3707860588978966, -1.0899549908188475, -1.0899549908188475, -1.3707860588978966, -0.5514225363758445, -1.2277263074402005, 1.7283344716570026, -1.2277263074402005, -0.2694083916469045, -1.3707860588978966, -1.3707860588978966, -0.1584666572149183, -0.7361843362516874, -0.9612239096165434, -1.3707860588978966, -0.6392707167000995, 0.2942029724245187, -0.7361843362516874, 1.2099543002793804, -1.2277263074402005, 0.4233314529404925, -1.0899549908188475, -0.6392707167000995, -1.2277263074402005, -0.4715000091251627, -1.3707860588978966, -0.5514225363758445, -1.0899549908188475, -0.7361843362516874, -0.2694083916469045, -1.0899549908188475, -1.2277263074402005, -0.3984492056820797, -1.3707860588978966, -0.8432543240442378, 0.2654045442815877, -1.2277263074402005, -0.9612239096165434, -1.3707860588978966, -1.0899549908188475, 0.5123635352088993, -1.3707860588978966, -1.0899549908188475, -0.7361843362516874, 0.13743725357476164, -1.2277263074402005, -0.1584666572149183, -0.6392707167000995, 0.2654045442815877, -0.6392707167000995, -0.4715000091251627, -0.6392707167000995, -0.8432543240442378, -0.6392707167000995, -0.8432543240442378, -1.3707860588978966, -0.5514225363758445, -0.061478323149988925, -0.9612239096165434, -1.2277263074402005, -1.3707860588978966, -1.0899549908188475, 0.5123635352088993, -1.2277263074402005, -1.3707860588978966, -1.0899549908188475, 0.5726493132837547, -0.7361843362516874, -1.2277263074402005, -1.2277263074402005, -0.4715000091251627, 0.3743792476756808, -1.2277263074402005, -1.3707860588978966, -0.8432543240442378, -0.7361843362516874, -0.7361843362516874, 0.9187054190954528, -0.9612239096165434, 0.32191444125236185, -1.0899549908188475, -0.6392707167000995, -1.3707860588978966, -1.0899549908188475, -0.9612239096165434, -0.017257105265088786, -0.7361843362516874, -1.0899549908188475, 0.4692062382845578, -0.8432543240442378, -0.061478323149988925, -0.9612239096165434, -0.3313476494492389, -1.0899549908188475, -0.8432543240442378, -0.9612239096165434, -0.8432543240442378, -0.6392707167000995, -0.6392707167000995, -1.0899549908188475, -0.9612239096165434, -0.5514225363758445, -0.4715000091251627, -0.1584666572149183, -1.3707860588978966, -1.2277263074402005, -0.017257105265088786, -1.3707860588978966, -1.2277263074402005, -1.2277263074402005, -0.8432543240442378, -0.4715000091251627, -0.9612239096165434, 1.1252959986524544, -0.017257105265088786, -1.2277263074402005, -0.5514225363758445, -1.3707860588978966, -0.9612239096165434, -1.3707860588978966, -1.2277263074402005, -0.1584666572149183, -1.0899549908188475, -1.0899549908188475, 1.2257555922779355, -0.2694083916469045, -0.9612239096165434, -1.2277263074402005, -0.8432543240442378, -1.3707860588978966, -1.3707860588978966, -0.3984492056820797, -1.3707860588978966, -1.0899549908188475, 0.9650234536161756, 0.5916823502465508, -1.3707860588978966, -1.2277263074402005, -0.6392707167000995, -1.3707860588978966, -0.1584666572149183, -0.2694083916469045, -0.9612239096165434, -1.3707860588978966, 1.0495993003770565, -1.3707860588978966, -1.2277263074402005, -0.6392707167000995, -1.2277263074402005, 0.8431358453503158, -0.4715000091251627, -1.3707860588978966, -0.4715000091251627, -1.0899549908188475, 0.06408449770490098, -1.0899549908188475, -1.3707860588978966, -1.3707860588978966, -1.2277263074402005, -1.2277263074402005, -1.2277263074402005, 0.6102292781834269, -0.6392707167000995, -1.2277263074402005, 0.8562922314077354, -0.7361843362516874, -1.0899549908188475, -1.3707860588978966, -1.2277263074402005, -0.9612239096165434, -1.2277263074402005, -1.3707860588978966, -0.2119674980006864, -1.3707860588978966, -1.3707860588978966, -1.3707860588978966, 0.5726493132837547, -0.3984492056820797, -1.0899549908188475, -1.0899549908188475, -1.3707860588978966, -0.7361843362516874, -0.8432543240442378, -0.6392707167000995, -0.8432543240442378, -0.9612239096165434, 0.2654045442815877, -1.3707860588978966, -0.2694083916469045, -0.3984492056820797, -0.2119674980006864, 0.7125354348091456, -1.2277263074402005, -1.2277263074402005, -1.2277263074402005, -1.3707860588978966, -0.2119674980006864, -0.2119674980006864, 1.1162569543204306, -0.3984492056820797, -0.8432543240442378, -1.2277263074402005, -1.0899549908188475, -1.3707860588978966, -1.0899549908188475, 0.4911045416882889, 0.6800113683785795, -1.0899549908188475, -0.061478323149988925, -0.3313476494492389, -0.061478323149988925, -0.8432543240442378, -1.0899549908188475, 0.02451503248710694, -1.3707860588978966, -0.9612239096165434, -0.2694083916469045, -0.9612239096165434, -1.0899549908188475, -0.9612239096165434, -0.7361843362516874, -1.2277263074402005, 0.4911045416882889, -0.7361843362516874, -1.0899549908188475, -0.9612239096165434, -0.8432543240442378, -0.017257105265088786, -0.8432543240442378, 0.628314116301309, -0.6392707167000995, 1.0692808313883473, -0.1584666572149183, 0.23543239573590485, -0.9612239096165434, -1.0899549908188475, -1.3707860588978966, -0.8432543240442378, -0.8432543240442378, -1.3707860588978966, -1.2277263074402005, 0.3743792476756808, -1.3707860588978966, -0.6392707167000995, -1.0899549908188475, 1.5015869058204667, -0.7361843362516874, -1.0899549908188475, 0.06408449770490098, 0.3486166111379691, -1.3707860588978966, -0.5514225363758445, -0.3313476494492389, -0.9612239096165434, -0.6392707167000995, -0.9612239096165434, -1.0899549908188475, -1.3707860588978966, -1.3707860588978966, -0.8432543240442378, -1.3707860588978966, -0.3313476494492389, -1.3707860588978966, -1.0899549908188475, -0.2119674980006864, -0.9612239096165434, -0.6392707167000995, -0.9612239096165434, -1.3707860588978966, -0.9612239096165434, -1.0899549908188475, -0.6392707167000995, -1.2277263074402005, 0.2942029724245187, -0.2119674980006864, -0.5514225363758445, -1.0899549908188475, -0.2119674980006864, -0.6392707167000995, -1.2277263074402005, -0.6392707167000995, -0.3313476494492389, -1.3707860588978966, -1.2277263074402005, -1.2277263074402005, -1.2277263074402005, -1.2277263074402005, -0.6392707167000995, -1.3707860588978966, 0.8021665939201011, -0.1584666572149183, -1.2277263074402005, -0.6392707167000995, -1.0899549908188475, -1.2277263074402005, -0.3984492056820797, -1.2277263074402005, 0.3743792476756808, -0.9612239096165434, 1.059507155701197, 0.3486166111379691, -1.3707860588978966, -0.9612239096165434, -0.7361843362516874, -1.2277263074402005, -1.0899549908188475, -1.2277263074402005, -0.3984492056820797, -1.3707860588978966, -0.2119674980006864, -0.9612239096165434, 0.8562922314077354, -0.10843590769802136, -0.8432543240442378, -1.2277263074402005, -0.8432543240442378, -1.0899549908188475, -1.0899549908188475, -1.2277263074402005, 1.5725876523750604, -1.3707860588978966, 0.7282658525218164, -0.8432543240442378, -0.7361843362516874, -1.3707860588978966, 0.10166380887912307, -1.2277263074402005, -1.2277263074402005, -1.3707860588978966, -1.3707860588978966, -1.2277263074402005, -1.3707860588978966, -0.4715000091251627, -0.9612239096165434, -0.1584666572149183, -1.2277263074402005, 1.3207979179764866, -0.7361843362516874, -1.0899549908188475, -1.3707860588978966, -1.2277263074402005, -1.0899549908188475, -0.9612239096165434, -1.0899549908188475, -0.3313476494492389, -0.7361843362516874, 0.02451503248710694, -0.8432543240442378, -1.0899549908188475, -0.9612239096165434, -0.8432543240442378, -1.0899549908188475, -1.2277263074402005, -1.2277263074402005, -0.8432543240442378, -1.2277263074402005, 1.1937989989054079, -1.3707860588978966, 0.13743725357476164, 0.6964558561573891, -1.2277263074402005, 0.7587373186878968, -0.8432543240442378, 1.134223188094542, -1.0899549908188475, 0.2041892273253996, -1.2277263074402005, -1.3707860588978966, -0.8432543240442378, -0.8432543240442378, -1.2277263074402005, 0.553104243727125, 1.434610927819825, -0.7361843362516874, -0.6392707167000995, -1.3707860588978966, 0.13743725357476164, -1.2277263074402005, -0.10843590769802136, -0.8432543240442378, -0.9612239096165434, -1.0899549908188475, -1.2277263074402005, -1.3707860588978966, -0.6392707167000995, -0.6392707167000995, -1.2277263074402005, -1.0899549908188475, -0.2119674980006864, -0.7361843362516874, -0.7361843362516874, -1.2277263074402005, -1.3707860588978966, -1.0899549908188475, -1.3707860588978966, -0.7361843362516874, 1.3139156485927959, 0.06408449770490098, -0.7361843362516874, 1.3986339510884973, -0.2694083916469045, 0.3992652382318407, -0.7361843362516874, -0.8432543240442378, -0.4715000091251627, -1.0899549908188475, -0.9612239096165434, 1.2857100574513416, -0.8432543240442378, 0.5726493132837547, -0.3984492056820797, -1.0899549908188475, -0.3984492056820797, -0.061478323149988925, 0.3743792476756808, -0.4715000091251627, -1.2277263074402005, -0.8432543240442378, -1.0899549908188475, -0.9612239096165434, -0.017257105265088786, -1.3707860588978966, -0.2119674980006864, 1.4908476960705117, 1.5277548303927018, 1.4287381162325534, -0.4715000091251627, 0.7879778037345136, -1.3707860588978966, -1.0899549908188475, -0.061478323149988925, -0.8432543240442378, -1.2277263074402005, -1.3707860588978966, -1.2277263074402005, -0.3984492056820797, -0.7361843362516874, 0.2041892273253996, -1.3707860588978966, -0.2694083916469045, -1.3707860588978966, -1.3707860588978966, -1.3707860588978966, 0.2041892273253996, -0.061478323149988925, -1.0899549908188475, -1.3707860588978966, -0.9612239096165434, -1.3707860588978966, -0.061478323149988925, -1.0899549908188475, 1.1772734884036795, -0.9612239096165434, -1.2277263074402005, 0.06408449770490098, -0.5514225363758445, -0.017257105265088786, 1.059507155701197, -1.0899549908188475, 0.4911045416882889, -0.9612239096165434, -0.8432543240442378, -1.2277263074402005, -0.3313476494492389, -1.0899549908188475, -1.3707860588978966, -0.8432543240442378, -1.0899549908188475, -1.2277263074402005, -1.3707860588978966, -1.3707860588978966, -0.9612239096165434, -0.10843590769802136, -0.9612239096165434, -1.3707860588978966, -0.4715000091251627, -1.3707860588978966, -1.0899549908188475, -0.10843590769802136, -0.3984492056820797, 1.1252959986524544, -1.3707860588978966, -1.0899549908188475, -1.0899549908188475, -0.4715000091251627, -0.4715000091251627, -0.9612239096165434, -1.3707860588978966, -1.3707860588978966, -1.2277263074402005, -0.017257105265088786, -1.3707860588978966, -1.0899549908188475, -0.7361843362516874, -1.3707860588978966, 0.10166380887912307, -1.3707860588978966, -0.6392707167000995, 0.8819078131181363, -0.5514225363758445, -1.3707860588978966, 0.6102292781834269, -1.2277263074402005, 0.8943830368842145, -0.9612239096165434, -0.4715000091251627, -1.2277263074402005, 0.13743725357476164, -0.2694083916469045, -1.3707860588978966, 1.0692808313883473, -0.6392707167000995, -1.3707860588978966, -0.8432543240442378, 0.6631851409039451, -0.061478323149988925, -0.5514225363758445, 0.23543239573590485, -0.7361843362516874, -0.8432543240442378, 0.628314116301309, -0.8432543240442378, 0.2654045442815877, 0.7735052196666561, -0.7361843362516874, 0.5916823502465508, -1.3707860588978966, -1.3707860588978966, -0.5514225363758445, -0.5514225363758445, -1.2277263074402005, -0.8432543240442378, -0.2694083916469045, 1.2099543002793804, -0.7361843362516874, 0.2942029724245187, -0.061478323149988925, -0.061478323149988925, 0.10166380887912307, 1.1162569543204306, -1.2277263074402005, -0.2694083916469045, -1.2277263074402005, -0.5514225363758445, -1.2277263074402005, -0.5514225363758445, -1.2277263074402005, -0.7361843362516874, -0.8432543240442378, -1.3707860588978966, -1.2277263074402005, -1.2277263074402005, -0.9612239096165434, 0.02451503248710694, -1.0899549908188475, 0.2654045442815877, 1.2638071992954276, -0.10843590769802136, -0.6392707167000995, -1.2277263074402005, -0.2694083916469045, -1.3707860588978966, -1.3707860588978966, 0.6631851409039451, 0.7587373186878968, -0.2694083916469045, -1.2277263074402005, -0.2694083916469045, -1.2277263074402005, -1.2277263074402005, -0.6392707167000995, -1.0899549908188475, -1.2277263074402005, -0.5514225363758445, -1.3707860588978966, 0.17156547862095645, 0.13743725357476164, -0.8432543240442378, 0.06408449770490098, -0.7361843362516874, 0.7282658525218164, -0.2119674980006864, -1.0899549908188475, -0.9612239096165434, 0.7879778037345136, 0.13743725357476164, -0.8432543240442378, -0.1584666572149183, -0.2119674980006864, -0.6392707167000995, -0.2119674980006864, -1.3707860588978966, -1.0899549908188475, -0.3313476494492389, -1.2277263074402005, -0.8432543240442378, -0.061478323149988925, -1.3707860588978966, -1.0899549908188475, -0.4715000091251627, -1.0899549908188475, 1.5725876523750604, -1.3707860588978966, -0.1584666572149183, -0.2694083916469045, -0.9612239096165434, 1.1937989989054079, 0.06408449770490098, -0.2119674980006864, -1.2277263074402005, -0.3984492056820797, -0.4715000091251627, -0.3984492056820797, -1.2277263074402005, 1.292865588966772, -0.9612239096165434, -1.0899549908188475, -0.4715000091251627, 0.2041892273253996, -1.0899549908188475, 0.23543239573590485, 0.32191444125236185, 0.06408449770490098, -0.9612239096165434, 0.4466294773015417, -1.0899549908188475, -0.9612239096165434, -0.7361843362516874, -1.0899549908188475, -0.9612239096165434, -0.3984492056820797, -1.3707860588978966, -0.5514225363758445, -0.8432543240442378, -0.10843590769802136, -0.5514225363758445, 0.32191444125236185, -0.8432543240442378, 0.10166380887912307, -1.3707860588978966, -0.6392707167000995, -0.1584666572149183, 0.9979112163975326, -1.3707860588978966, -0.9612239096165434, -0.8432543240442378, 0.13743725357476164, -0.5514225363758445, -0.061478323149988925, 1.25635583867592, -0.5514225363758445, 0.6459591600363993, -0.4715000091251627, -1.3707860588978966, -1.3707860588978966, -1.0899549908188475, -1.0899549908188475, -1.2277263074402005, 0.23543239573590485, -1.2277263074402005, -1.2277263074402005, 0.8819078131181363, -1.2277263074402005, 1.2099543002793804, -1.0899549908188475, -0.1584666572149183, 0.7282658525218164, -0.10843590769802136, -1.3707860588978966, -0.9612239096165434, 1.0692808313883473, 0.6964558561573891, 0.02451503248710694, 0.9187054190954528, -0.7361843362516874, 1.1252959986524544, -0.3313476494492389, -1.0899549908188475, -1.3707860588978966, 1.1071032222385426, -1.3707860588978966, -1.0899549908188475, -1.0899549908188475, -1.2277263074402005, -0.6392707167000995, -1.3707860588978966, -1.2277263074402005, -1.3707860588978966, -0.7361843362516874, -0.9612239096165434, -0.2119674980006864, -1.3707860588978966, -0.4715000091251627, -1.3707860588978966, 0.6459591600363993, -0.1584666572149183, -0.017257105265088786, -0.1584666572149183, -1.0899549908188475, 0.2654045442815877, -0.7361843362516874, -1.2277263074402005, -1.3707860588978966, -1.0899549908188475, -1.0899549908188475, -1.2277263074402005, -1.0899549908188475, 0.02451503248710694, -0.10843590769802136, -0.9612239096165434, -0.6392707167000995, -1.0899549908188475, -1.2277263074402005, -1.2277263074402005, -0.6392707167000995, -0.7361843362516874, -0.9612239096165434, -1.2277263074402005, -1.2277263074402005, -1.3707860588978966, -0.2694083916469045, -1.3707860588978966, -0.6392707167000995, 1.4632778008014908, 1.0085491445939636, 0.06408449770490098, 1.0884398138970666, -0.017257105265088786, -0.8432543240442378, -0.1584666572149183, -0.6392707167000995, 0.2041892273253996, -0.061478323149988925, -0.7361843362516874, -1.2277263074402005, -0.6392707167000995, -1.0899549908188475, 1.2488266641294046, -0.9612239096165434, -0.9612239096165434, -1.3707860588978966, -0.3984492056820797, -1.2277263074402005, 0.7879778037345136, 0.628314116301309, -0.2694083916469045, 0.8160824548794472, -0.061478323149988925, 0.8297356418829684, -0.8432543240442378, -0.3984492056820797, 0.2654045442815877, -0.4715000091251627, -1.3707860588978966, -0.9612239096165434, 0.5123635352088993, 0.17156547862095645, 0.4233314529404925, -1.0899549908188475, -0.2119674980006864, -1.3707860588978966, -0.6392707167000995, -0.10843590769802136, -0.6392707167000995, -1.2277263074402005, -1.3707860588978966, -1.0899549908188475, -0.3984492056820797, 1.3862311189641032, -1.0899549908188475, -0.017257105265088786, 0.6800113683785795, 0.7125354348091456, -1.0899549908188475, -0.8432543240442378, 0.2654045442815877, -0.8432543240442378, 1.4462148852671506, -0.5514225363758445, -1.0899549908188475, -0.2119674980006864, 0.2942029724245187, -1.0899549908188475, -0.8432543240442378, -1.2277263074402005, -1.2277263074402005, -1.3707860588978966, -0.2694083916469045, 0.9537194010427772, -1.2277263074402005, 0.9066465587504684, -1.3707860588978966, -0.9612239096165434, -1.2277263074402005, -0.017257105265088786, 1.1517528212961947, -1.0899549908188475, -0.2694083916469045, -1.0899549908188475, -1.3707860588978966, 0.2654045442815877, 0.3992652382318407, -0.8432543240442378, -0.4715000091251627, -0.9612239096165434, 0.2654045442815877, -0.8432543240442378, -1.2277263074402005, -1.3707860588978966, -0.2119674980006864, 0.9871142061692602, -0.9612239096165434, -0.3984492056820797, -1.0899549908188475, -1.0899549908188475, -0.6392707167000995, -1.2277263074402005, -0.8432543240442378, -0.6392707167000995, -0.4715000091251627, -0.3984492056820797, -0.9612239096165434, -1.2277263074402005, -1.2277263074402005, 0.3486166111379691, -0.6392707167000995, 1.3343684084578875, -0.7361843362516874, -0.9612239096165434, -0.9612239096165434, -0.7361843362516874, -0.2694083916469045, -0.7361843362516874, -1.2277263074402005, -1.2277263074402005, -0.3313476494492389, 0.13743725357476164, -0.3984492056820797, -0.7361843362516874, -1.2277263074402005, 0.10166380887912307, -0.3984492056820797, 0.32191444125236185, 0.2041892273253996, 0.4911045416882889, -0.4715000091251627, -0.9612239096165434, -0.9612239096165434, -1.0899549908188475, -0.2119674980006864, -1.2277263074402005, -0.10843590769802136, 1.143041252022028, 0.3992652382318407, -0.9612239096165434, -0.061478323149988925, -1.2277263074402005, -1.2277263074402005, -0.9612239096165434, -0.9612239096165434, 1.327615098504219, -0.9612239096165434, -1.2277263074402005, 1.3862311189641032, -0.3313476494492389, -0.6392707167000995, -0.7361843362516874, 1.8229876417065336, -0.3984492056820797, 0.4233314529404925, 0.2654045442815877, 0.7879778037345136, -1.3707860588978966, 0.5916823502465508, -1.3707860588978966, -0.9612239096165434, -0.3984492056820797, 0.9979112163975326, -1.3707860588978966, -0.7361843362516874, -1.3707860588978966, -0.7361843362516874, -1.0899549908188475, -0.3984492056820797, -0.10843590769802136, -1.2277263074402005, -0.3984492056820797, -0.017257105265088786, 0.13743725357476164, -1.0899549908188475, 1.3139156485927959, -1.3707860588978966, -0.9612239096165434, -1.0899549908188475, -1.0899549908188475, 0.17156547862095645, -1.0899549908188475, -0.2119674980006864, -0.4715000091251627, 1.327615098504219, -0.061478323149988925, -0.2119674980006864, 1.134223188094542, -0.8432543240442378, -0.4715000091251627, -0.2119674980006864, -1.2277263074402005, -1.2277263074402005, 0.23543239573590485, 0.10166380887912307, -0.3984492056820797, -0.6392707167000995, -0.9612239096165434, -0.7361843362516874, -1.2277263074402005, 0.4692062382845578, 0.17156547862095645, -0.4715000091251627, -0.2119674980006864, -1.2277263074402005, -0.9612239096165434, -0.6392707167000995, 0.10166380887912307, -0.8432543240442378, 0.02451503248710694, 0.2942029724245187, -0.9612239096165434, 0.06408449770490098, -0.9612239096165434, -0.6392707167000995, -1.3707860588978966, -0.9612239096165434, -1.0899549908188475, 0.06408449770490098, -0.2694083916469045, -0.1584666572149183, -0.5514225363758445, -1.0899549908188475, -1.2277263074402005, -1.3707860588978966, -0.3984492056820797, -0.8432543240442378, -0.9612239096165434, -1.0899549908188475, 0.2942029724245187, -0.4715000091251627, -1.3707860588978966, -0.6392707167000995, 0.6102292781834269, -1.3707860588978966, -1.2277263074402005, -0.3313476494492389, -1.2277263074402005, -0.9612239096165434, 0.7125354348091456, 0.13743725357476164, -0.3313476494492389, 2.5521972457708517, -1.0899549908188475, -1.3707860588978966, -1.3707860588978966, -0.9612239096165434, -0.3313476494492389, -1.3707860588978966, -1.2277263074402005, -0.061478323149988925, -0.8432543240442378, -0.8432543240442378, -0.6392707167000995, 0.6459591600363993, 1.4744326624725324, -1.3707860588978966, 0.2942029724245187, -0.2694083916469045, -0.9612239096165434, -0.017257105265088786, -0.4715000091251627, -0.4715000091251627, 1.1162569543204306, 0.7125354348091456, 0.06408449770490098, -0.7361843362516874, -1.0899549908188475, 0.3486166111379691, -0.6392707167000995, -0.5514225363758445, -0.10843590769802136, -0.3313476494492389, -1.2277263074402005, -0.1584666572149183, -1.3707860588978966, 0.06408449770490098, -1.2277263074402005, -0.8432543240442378, -0.5514225363758445, 0.2654045442815877, -0.10843590769802136, -0.3984492056820797, 0.8431358453503158, 0.9066465587504684, -1.0899549908188475, 0.5330191090407311, 0.6102292781834269, 0.06408449770490098, 0.17156547862095645, -0.8432543240442378, -1.3707860588978966, -0.8432543240442378, 0.23543239573590485, 0.3992652382318407, -0.8432543240442378, -0.3313476494492389, -1.0899549908188475, 0.9422356173840564, -0.2694083916469045, -1.0899549908188475, -0.4715000091251627, -0.017257105265088786, -0.6392707167000995, -0.10843590769802136, -0.3313476494492389, -0.10843590769802136, 0.5123635352088993, -0.3313476494492389, 0.3743792476756808, 0.6964558561573891, -0.7361843362516874, 0.7282658525218164, 0.2041892273253996, -0.9612239096165434, -1.2277263074402005, -0.017257105265088786, -0.5514225363758445, -0.9612239096165434, -0.4715000091251627, 0.06408449770490098, -0.8432543240442378, -1.2277263074402005, 0.2942029724245187, -0.6392707167000995, 0.4466294773015417, 0.10166380887912307, 0.2942029724245187, 1.5530055410249637, -0.9612239096165434, -0.4715000091251627, -0.9612239096165434, -1.3707860588978966, -0.8432543240442378, -0.3984492056820797, -0.2694083916469045, -0.10843590769802136, 0.5330191090407311, -0.2119674980006864, -0.10843590769802136, 0.17156547862095645, -0.8432543240442378, 0.23543239573590485, 1.4576349370984119, -0.9612239096165434, -0.1584666572149183, -0.6392707167000995, -1.0899549908188475, -0.9612239096165434, 1.71656722395278, -0.2694083916469045, -0.2694083916469045, 0.6631851409039451, 0.6964558561573891, -0.9612239096165434, 0.5123635352088993, 1.4108269356617562, -1.0899549908188475, -1.3707860588978966, 0.8021665939201011, -0.4715000091251627, -0.1584666572149183, -1.2277263074402005, -0.7361843362516874, -0.6392707167000995, -1.2277263074402005, -0.3313476494492389, -0.5514225363758445, -1.0899549908188475, -0.10843590769802136, 1.7437309339703846, -1.3707860588978966, 0.17156547862095645, 0.13743725357476164, -1.3707860588978966, -0.7361843362516874, 0.17156547862095645, -1.0899549908188475, -1.0899549908188475, -0.2119674980006864, -0.5514225363758445, -1.2277263074402005, -1.3707860588978966, 0.6631851409039451, -0.2119674980006864, 0.17156547862095645, -1.2277263074402005, -1.2277263074402005, -0.10843590769802136, -1.3707860588978966, -0.8432543240442378, 0.4911045416882889, -0.061478323149988925, 0.06408449770490098, 0.02451503248710694, 1.0085491445939636, 0.2654045442815877, -0.061478323149988925, 1.2178982266192435, -0.2119674980006864, 0.17156547862095645, -0.4715000091251627, -1.3707860588978966, -0.10843590769802136, -0.6392707167000995, -0.5514225363758445, -0.6392707167000995, -0.017257105265088786, -1.3707860588978966, -1.0899549908188475, 0.2654045442815877, 0.17156547862095645, 1.1517528212961947, -1.3707860588978966, 2.343832109653215, -0.4715000091251627, -0.7361843362516874, -1.3707860588978966, -1.2277263074402005, -0.4715000091251627, -1.2277263074402005, 0.9537194010427772, -0.4715000091251627, 1.658958889025537, -0.7361843362516874, -0.8432543240442378, -0.3984492056820797, -1.2277263074402005, 1.5225967265878382, 0.4233314529404925, -0.6392707167000995, -1.3707860588978966, -0.5514225363758445, -1.3707860588978966, -1.0899549908188475, -0.061478323149988925, -0.3313476494492389, -0.1584666572149183, -0.017257105265088786, 1.354256797325886, 1.4287381162325534, 1.906633813844, 0.23543239573590485, -0.10843590769802136, 0.23543239573590485, 0.7436618654161885, -0.5514225363758445, -0.5514225363758445, 0.06408449770490098, -0.8432543240442378, -1.3707860588978966, 0.02451503248710694, 0.4233314529404925, -0.9612239096165434, 0.3486166111379691, -0.4715000091251627, -1.0899549908188475, 0.13743725357476164, -0.7361843362516874, -0.7361843362516874, -1.0899549908188475, -1.0899549908188475, -0.9612239096165434, -0.3313476494492389, 0.2041892273253996, 0.06408449770490098, -0.2694083916469045, -1.2277263074402005, 0.9761532977598284, -0.2694083916469045, 0.2041892273253996, -0.1584666572149183, 1.788038920715501, 1.506897075637445, -0.9612239096165434, -0.9612239096165434, -0.9612239096165434, -1.2277263074402005, -0.5514225363758445, -1.0899549908188475, 0.4692062382845578, -1.0899549908188475, -0.6392707167000995, 0.06408449770490098, -0.5514225363758445, 0.02451503248710694, -0.3984492056820797, -0.1584666572149183, -1.0899549908188475, -0.3984492056820797, -0.9612239096165434, -0.9612239096165434, 0.10166380887912307, -1.0899549908188475, 0.10166380887912307, -1.2277263074402005, -1.2277263074402005, 0.17156547862095645, 1.3799487304397282, -0.9612239096165434, -0.9612239096165434, -0.5514225363758445, -1.2277263074402005, -0.1584666572149183, -1.2277263074402005, -1.3707860588978966, -1.3707860588978966, -0.8432543240442378, -0.10843590769802136, -0.9612239096165434, -1.0899549908188475, 0.3992652382318407, -0.3313476494492389, -0.061478323149988925, 1.2335282606231863, -0.5514225363758445, -0.9612239096165434, -1.2277263074402005, -1.0899549908188475, -0.5514225363758445, 0.02451503248710694, 0.2942029724245187, 0.17156547862095645, -0.3984492056820797, -1.3707860588978966, 0.4466294773015417, -1.2277263074402005, -0.2694083916469045, 0.628314116301309, -0.2694083916469045, -0.8432543240442378, -0.6392707167000995, 0.2654045442815877, 0.553104243727125, -0.6392707167000995, -0.061478323149988925, -1.0899549908188475, 0.3743792476756808, -0.6392707167000995, -0.3984492056820797, -0.7361843362516874, 0.23543239573590485, -0.3984492056820797, -1.0899549908188475, 0.3743792476756808, -0.3313476494492389, 0.3743792476756808, 1.3139156485927959, -1.3707860588978966, -1.0899549908188475, 1.7086142162318378, 1.1688665345428284, 0.17156547862095645, -1.2277263074402005, 0.06408449770490098, 1.078923905175211, 0.2041892273253996, -0.4715000091251627, -0.9612239096165434, -0.8432543240442378, 0.2942029724245187, -1.0899549908188475, 0.7125354348091456, -0.6392707167000995, -1.2277263074402005, -0.3313476494492389, 0.6102292781834269, 0.8819078131181363, -1.3707860588978966, -1.3707860588978966, -1.0899549908188475, -1.2277263074402005, 0.5123635352088993, 1.354256797325886, 0.4911045416882889, 0.02451503248710694, 0.3486166111379691, -1.0899549908188475, 0.17156547862095645, 0.6459591600363993, -1.3707860588978966, -1.3707860588978966, 0.5916823502465508, -1.0899549908188475, 0.628314116301309, -0.9612239096165434, -0.8432543240442378, -1.2277263074402005, -1.0899549908188475, -0.6392707167000995, 1.0190325982566286, -1.3707860588978966, -0.3313476494492389, -0.017257105265088786, 0.4911045416882889, 0.553104243727125, 0.6800113683785795, -0.4715000091251627, -1.3707860588978966, -0.10843590769802136, -1.3707860588978966, -0.1584666572149183, -0.3984492056820797, 0.5726493132837547, -0.7361843362516874, 0.4233314529404925, -0.5514225363758445, -1.2277263074402005, 0.13743725357476164, -1.3707860588978966, 0.17156547862095645, 1.1517528212961947, 0.8297356418829684, -1.2277263074402005, 0.23543239573590485, -0.5514225363758445, 1.0395535389882504, -1.0899549908188475, -0.3984492056820797, -0.3984492056820797, 0.9761532977598284, -0.10843590769802136, -0.3313476494492389, 0.7436618654161885, -0.5514225363758445, -1.0899549908188475, -1.3707860588978966, 0.2942029724245187, 0.2041892273253996, -0.2119674980006864, 0.3992652382318407, -0.9612239096165434, -0.5514225363758445, -0.2119674980006864, -1.3707860588978966, -0.9612239096165434, 0.2654045442815877, -0.7361843362516874, -0.9612239096165434, -1.0899549908188475, -0.017257105265088786, 0.2942029724245187, -1.2277263074402005, -1.2277263074402005, -0.9612239096165434, -0.5514225363758445, -1.3707860588978966, 0.3486166111379691, -1.0899549908188475, -1.2277263074402005, -0.3313476494492389, -1.2277263074402005, 1.0692808313883473, -1.2277263074402005, -1.2277263074402005, -1.3707860588978966, 0.4911045416882889, -1.0899549908188475, -1.3707860588978966, -1.2277263074402005, -0.2694083916469045, -0.1584666572149183, -1.2277263074402005, 0.17156547862095645, -1.0899549908188475, -0.3313476494492389, 0.5123635352088993, 0.02451503248710694, -1.2277263074402005, 0.7879778037345136, 0.7282658525218164, -1.2277263074402005, -0.3313476494492389, -0.6392707167000995, -0.7361843362516874, -1.0899549908188475, 0.23543239573590485, -1.2277263074402005, -0.2694083916469045, 0.3743792476756808, -0.8432543240442378, 0.17156547862095645, -1.2277263074402005, 0.2041892273253996, -1.0899549908188475, 0.7282658525218164, -0.2694083916469045, -0.3984492056820797, 0.06408449770490098, 1.7437309339703846, 1.292865588966772, -0.6392707167000995, -1.3707860588978966, 1.6716972986153324, -0.9612239096165434, -0.3984492056820797, -1.3707860588978966, 0.4233314529404925, -1.3707860588978966, -0.1584666572149183, 0.5123635352088993, -1.0899549908188475, 0.628314116301309, -1.3707860588978966, 0.6800113683785795, 0.6964558561573891, 1.0884398138970666, 0.8692134788848844, 0.2654045442815877, -1.3707860588978966, -0.10843590769802136, -0.10843590769802136, 1.3343684084578875, -1.0899549908188475, 0.5123635352088993, -1.0899549908188475, -1.3707860588978966, -0.061478323149988925, 0.553104243727125, -0.6392707167000995, -0.8432543240442378, -0.1584666572149183, -0.3313476494492389, -0.7361843362516874, -0.4715000091251627, -0.017257105265088786, -0.2119674980006864, -1.2277263074402005, 0.06408449770490098, 0.17156547862095645, 0.7436618654161885, 0.8562922314077354, -0.017257105265088786, 1.5379615567130631, 1.663230104321365, -1.3707860588978966, 0.4466294773015417, 0.7587373186878968, -0.9612239096165434, 0.06408449770490098, -0.7361843362516874, -1.2277263074402005, -0.9612239096165434, -0.5514225363758445, -0.6392707167000995, 0.2041892273253996, -0.8432543240442378, 0.9871142061692602, 0.3486166111379691, -0.7361843362516874, 0.3486166111379691, -0.10843590769802136, 0.32191444125236185, -1.2277263074402005, 0.13743725357476164, -1.0899549908188475, -1.2277263074402005, 0.2942029724245187, -0.9612239096165434, -0.4715000091251627, 0.02451503248710694, -0.2694083916469045, -0.4715000091251627, -0.4715000091251627, -1.0899549908188475, -0.017257105265088786, -0.3984492056820797, -0.1584666572149183, -1.2277263074402005, -0.8432543240442378, 0.553104243727125, -0.2119674980006864, -0.2694083916469045, -1.3707860588978966, -0.6392707167000995, -0.7361843362516874, -1.0899549908188475, -0.1584666572149183, 0.23543239573590485, -0.7361843362516874, 0.17156547862095645, 1.5328762680077317, 0.23543239573590485, -0.7361843362516874, -0.6392707167000995, -0.8432543240442378, -0.5514225363758445, -1.2277263074402005, 0.06408449770490098, -0.061478323149988925, 0.4466294773015417, -0.3984492056820797, 0.10166380887912307, -0.6392707167000995, -0.6392707167000995, -0.10843590769802136, 0.13743725357476164, 0.4911045416882889, 0.5330191090407311, -0.9612239096165434, -1.3707860588978966, -0.017257105265088786, -1.2277263074402005, 0.6459591600363993, -0.017257105265088786, -1.2277263074402005, 0.7282658525218164, -0.6392707167000995, -1.3707860588978966, 0.06408449770490098, -1.2277263074402005, 0.5330191090407311, -1.3707860588978966, 1.2711823358671641, 0.4466294773015417, -1.3707860588978966, 1.354256797325886, -0.1584666572149183, -1.0899549908188475, 0.5330191090407311, -0.6392707167000995, -0.8432543240442378, -0.061478323149988925, -0.3984492056820797, -0.017257105265088786, 0.8160824548794472, -0.4715000091251627, 1.5174014281370574, 0.02451503248710694, -0.8432543240442378, 1.2257555922779355, -0.8432543240442378, 0.9187054190954528, 0.2654045442815877, -1.2277263074402005, -0.4715000091251627, 0.02451503248710694, -0.8432543240442378, 1.6147931670573925, 0.23543239573590485, -1.3707860588978966, -0.3984492056820797, -1.2277263074402005, -0.7361843362516874, -1.2277263074402005, -0.061478323149988925, -0.7361843362516874, -0.4715000091251627, -1.2277263074402005, 1.0884398138970666, 0.4466294773015417, 1.3924592160248486, -0.5514225363758445, -0.8432543240442378, 0.4692062382845578, 1.29995079300926, -0.7361843362516874, -0.6392707167000995, -1.0899549908188475, 0.3743792476756808, -0.6392707167000995, 0.2942029724245187, 0.17156547862095645, -0.3984492056820797, -0.3313476494492389, -1.3707860588978966, -1.0899549908188475, 0.6964558561573891, -0.4715000091251627, -0.8432543240442378, 0.5330191090407311, 0.8562922314077354, 0.3486166111379691, 1.160360432940454, -0.5514225363758445, 0.23543239573590485, 0.4692062382845578, -1.2277263074402005, -0.4715000091251627, -0.9612239096165434, -1.2277263074402005, -0.1584666572149183, -0.2694083916469045, 0.32191444125236185, -1.3707860588978966, 1.1937989989054079, -1.0899549908188475, -1.0899549908188475, -0.3313476494492389, 0.2654045442815877, 0.7587373186878968, -0.9612239096165434, -0.6392707167000995, -0.6392707167000995, -0.2694083916469045, 0.32191444125236185, -1.0899549908188475, -0.017257105265088786, 0.6800113683785795, -1.2277263074402005, -0.6392707167000995, -0.5514225363758445, 1.8850521304801693, -0.1584666572149183, -0.5514225363758445, -0.6392707167000995, -0.3313476494492389, -0.1584666572149183, 0.3486166111379691, -0.5514225363758445, 0.628314116301309, -0.7361843362516874, 0.2654045442815877, 0.5330191090407311, 1.29995079300926, 0.6102292781834269, 1.1772734884036795, -0.1584666572149183, -1.0899549908188475, -1.0899549908188475, -0.3984492056820797, -0.5514225363758445, 0.7282658525218164, -0.7361843362516874, 0.13743725357476164, -1.3707860588978966, -0.6392707167000995, 0.10166380887912307, 1.7550660745602382, -0.10843590769802136, -0.061478323149988925, -0.4715000091251627, -1.2277263074402005, -0.017257105265088786, -0.10843590769802136, -0.7361843362516874, 0.3992652382318407, 0.6631851409039451, -0.9612239096165434, -1.0899549908188475, -1.0899549908188475, -0.9612239096165434, -0.4715000091251627, 0.7436618654161885, 1.0692808313883473, -0.8432543240442378, -0.3984492056820797, 0.6800113683785795, 1.160360432940454, -0.2694083916469045, -0.8432543240442378, 1.69651759340167, 0.3992652382318407, -1.0899549908188475, -1.0899549908188475, 0.23543239573590485, -0.017257105265088786, 1.71656722395278, -1.3707860588978966, 1.6459911512545773, 0.4466294773015417, -0.6392707167000995, 0.06408449770490098, 0.9187054190954528, -0.10843590769802136, -1.0899549908188475, -1.0899549908188475, 1.7322145513433866, 0.32191444125236185, 0.2942029724245187, -1.2277263074402005, 0.02451503248710694, 0.3486166111379691, -0.5514225363758445, -1.3707860588978966, 0.5916823502465508, -0.2119674980006864, 0.32191444125236185, -1.2277263074402005, 0.6459591600363993, -0.7361843362516874, 0.2654045442815877, -0.3313476494492389, 0.4692062382845578, 1.3343684084578875, 0.3486166111379691, -0.017257105265088786, -1.3707860588978966, -0.017257105265088786, -1.2277263074402005, 1.078923905175211, 1.4854174639464346, 0.2654045442815877, 2.0642275342870446, 1.7550660745602382, -0.2119674980006864, 0.3743792476756808, -0.5514225363758445, -0.6392707167000995, -0.9612239096165434, 0.13743725357476164, 0.4233314529404925, -0.4715000091251627, -1.3707860588978966, 0.02451503248710694, -0.10843590769802136, -0.5514225363758445, 0.6102292781834269, 0.2654045442815877, -1.3707860588978966, 1.160360432940454, -0.4715000091251627, -0.2119674980006864, 0.02451503248710694, 0.06408449770490098, 1.434610927819825, 0.8160824548794472, -1.0899549908188475, 0.5330191090407311, -0.3984492056820797, -0.2119674980006864, -0.061478323149988925, 0.4233314529404925, 0.8943830368842145, 1.5530055410249637, -0.2119674980006864, -0.061478323149988925, -0.8432543240442378, 0.06408449770490098, -0.2119674980006864, 0.9537194010427772, 0.8021665939201011, -0.3984492056820797, 0.5330191090407311, -0.6392707167000995, 0.6459591600363993, -0.9612239096165434, 0.7436618654161885, -1.3707860588978966, 0.13743725357476164, -1.3707860588978966, 0.06408449770490098, 1.859568470473224, 0.5123635352088993, 1.0978318607749156, -1.0899549908188475, -0.10843590769802136, 0.4911045416882889, 0.02451503248710694, 0.4233314529404925, 0.10166380887912307, 1.7244333770183236, 0.4466294773015417, -0.5514225363758445, -1.0899549908188475, -1.3707860588978966, 0.2041892273253996, -0.061478323149988925, -0.2119674980006864, 1.4632778008014908, 0.23543239573590485, 0.32191444125236185, 0.3992652382318407, -0.017257105265088786, -0.9612239096165434, -1.3707860588978966, 0.10166380887912307, -0.2119674980006864, -0.9612239096165434, -0.3984492056820797, -0.10843590769802136, 0.8943830368842145, -1.0899549908188475, -0.9612239096165434, 0.10166380887912307, 0.7282658525218164, -1.3707860588978966, 0.3486166111379691, -0.061478323149988925, -0.5514225363758445, -1.3707860588978966, -0.4715000091251627, -0.3313476494492389, 1.0692808313883473, 0.5330191090407311, -0.061478323149988925, 1.327615098504219, 1.658958889025537, 1.4688768173721785, -1.0899549908188475, 0.7125354348091456, 0.8692134788848844, 0.8819078131181363, -0.9612239096165434, 0.2654045442815877, 0.32191444125236185, -0.2694083916469045, 0.17156547862095645, -0.3313476494492389, 0.32191444125236185, -0.9612239096165434, 0.4233314529404925, -1.0899549908188475, -1.2277263074402005, -0.4715000091251627, 1.6193336014281912, 0.06408449770490098, -0.9612239096165434, -1.2277263074402005, 0.02451503248710694, -1.0899549908188475, 0.2654045442815877, -1.2277263074402005, 0.3486166111379691, 1.2335282606231863, 1.2178982266192435, -1.2277263074402005, 1.6674761425339657, 0.10166380887912307, 0.3743792476756808, -0.2119674980006864, 0.8297356418829684, -1.2277263074402005, 0.4466294773015417, -0.3984492056820797, 0.17156547862095645, 0.5726493132837547, 0.2041892273253996, -0.4715000091251627, -0.10843590769802136, 1.9842998811175767, 1.1252959986524544, -1.3707860588978966, 0.9650234536161756, 1.2488266641294046, -1.0899549908188475, 1.1252959986524544, -0.4715000091251627, -1.3707860588978966, -0.9612239096165434, 1.5579511940948674, 0.13743725357476164, -0.9612239096165434, 0.4692062382845578, -0.2694083916469045, -0.8432543240442378, 0.32191444125236185, -1.2277263074402005, 1.0190325982566286, -0.9612239096165434, 0.3743792476756808, 1.3476881217589491, -0.017257105265088786, -0.8432543240442378, -0.1584666572149183, 1.596339724992459, -0.2119674980006864, 0.10166380887912307, 1.5628631275916605, 0.3743792476756808, 0.5916823502465508, -1.2277263074402005, -0.3313476494492389, -0.017257105265088786, 0.2654045442815877, -0.5514225363758445, 0.4911045416882889, 0.4466294773015417, -0.5514225363758445, 0.6102292781834269, 0.2041892273253996, 0.8819078131181363, 0.6800113683785795, 0.3743792476756808, -0.4715000091251627, 0.06408449770490098, -0.1584666572149183, -0.5514225363758445, -0.017257105265088786, 0.6102292781834269, 0.7735052196666561, 1.0085491445939636, -1.2277263074402005, -1.0899549908188475, -0.10843590769802136, -0.9612239096165434, 1.663230104321365, -1.3707860588978966, -0.8432543240442378, 0.06408449770490098, 0.2942029724245187, 0.3486166111379691, 0.5123635352088993, -0.5514225363758445, -0.7361843362516874, 0.2654045442815877, -0.4715000091251627, -1.2277263074402005, -0.9612239096165434, -1.0899549908188475, -0.6392707167000995, -1.2277263074402005, 0.06408449770490098, 0.8819078131181363, 0.3486166111379691, 0.6102292781834269, 1.0190325982566286, 0.553104243727125, -0.3313476494492389, 0.6102292781834269, -0.2694083916469045, -0.061478323149988925, -0.6392707167000995, 0.23543239573590485, -1.2277263074402005, -0.10843590769802136, -1.0899549908188475, -0.6392707167000995, 1.6503397208825084, -0.8432543240442378, 1.0293659880821588, 0.23543239573590485, -0.9612239096165434, 1.7283344716570026, 1.1772734884036795, -0.10843590769802136, -0.3984492056820797, -0.7361843362516874, -0.3313476494492389, -0.4715000091251627, 0.6459591600363993, 0.2942029724245187, 1.4799459962779309, 0.2654045442815877, 1.1252959986524544, 1.3924592160248486, 0.3743792476756808, -1.3707860588978966, 0.7125354348091456, 1.6372144566493192, -0.10843590769802136, 0.02451503248710694, 0.3743792476756808, -0.7361843362516874, -1.0899549908188475, -0.5514225363758445, 0.8562922314077354, 0.13743725357476164, -0.8432543240442378, 0.06408449770490098, -0.7361843362516874, -1.3707860588978966, 0.628314116301309, -0.5514225363758445, -0.8432543240442378, 0.2041892273253996, -0.061478323149988925, -0.6392707167000995, 1.7283344716570026, -0.9612239096165434, -0.3313476494492389, -0.2119674980006864, 0.9871142061692602, -0.3313476494492389, 0.2942029724245187, 0.3992652382318407, 0.4466294773015417, 1.4854174639464346, -1.2277263074402005, 0.9761532977598284, 0.4692062382845578, 0.17156547862095645, -0.017257105265088786, -1.0899549908188475, 1.7772148309357687, 1.29995079300926, 0.3486166111379691, -1.3707860588978966, 1.1772734884036795, 1.8229876417065336, 0.17156547862095645, -0.8432543240442378, 1.4854174639464346, 1.6924398164020862, -0.5514225363758445, -0.2119674980006864, -0.1584666572149183, 0.5330191090407311, 1.0190325982566286, 1.2099543002793804, 1.788038920715501, -0.1584666572149183, 1.2257555922779355, -0.061478323149988925, 1.241218035580106, 0.06408449770490098, -0.6392707167000995, 1.0692808313883473, 0.23543239573590485, 1.7205110386333846, 1.3799487304397282, 0.32191444125236185, -0.7361843362516874, 0.02451503248710694, 0.3486166111379691, -0.061478323149988925, -0.1584666572149183, -0.061478323149988925, -0.2119674980006864, -0.2119674980006864, -0.9612239096165434, -0.5514225363758445, 0.13743725357476164, -0.017257105265088786, 1.059507155701197, 0.7282658525218164, -0.10843590769802136, -0.9612239096165434, 0.2654045442815877, 0.23543239573590485, 1.5379615567130631, 0.10166380887912307, 0.2041892273253996, -0.8432543240442378, -0.8432543240442378, 0.5330191090407311, 0.10166380887912307, 0.02451503248710694, -1.2277263074402005, 0.5916823502465508, 0.3743792476756808, -0.2119674980006864, 1.3207979179764866, 1.7916111011871168, 0.02451503248710694, 0.06408449770490098, 1.2638071992954276, -1.2277263074402005, 0.4692062382845578, -0.7361843362516874, 0.06408449770490098, 0.06408449770490098, 0.4692062382845578, -0.4715000091251627, 1.0293659880821588, -0.7361843362516874, -1.3707860588978966, 0.2942029724245187, -1.0899549908188475, 0.8431358453503158, -0.3313476494492389, -0.8432543240442378, -0.3984492056820797, 0.10166380887912307, 0.10166380887912307, -0.061478323149988925, -1.2277263074402005, 0.4233314529404925, -0.10843590769802136, 1.354256797325886, -0.7361843362516874, -0.8432543240442378, -0.9612239096165434, -0.3984492056820797, 0.5123635352088993, -0.061478323149988925, -0.1584666572149183, 0.06408449770490098, -0.9612239096165434, 1.6102239332723451, -1.2277263074402005, 0.8297356418829684, -0.2119674980006864, 0.4692062382845578, -0.4715000091251627, 0.7735052196666561, -0.7361843362516874, -0.3984492056820797, -0.5514225363758445, -0.017257105265088786, -0.2694083916469045, 0.2942029724245187, 2.598974039813022, 1.3672172378977947, 0.2041892273253996, -0.3313476494492389, 0.5916823502465508, -0.7361843362516874, 0.02451503248710694, -0.7361843362516874, -0.7361843362516874, 0.5123635352088993, -0.2694083916469045, 1.675893862366736, 0.10166380887912307, -0.3313476494492389, 0.8021665939201011, 0.6631851409039451, 1.434610927819825, -0.5514225363758445, 1.078923905175211, 1.2711823358671641, 0.6631851409039451, -0.6392707167000995, -0.6392707167000995, 1.160360432940454, -0.3313476494492389, -1.0899549908188475, -1.2277263074402005, -0.4715000091251627, 1.0692808313883473, 0.8431358453503158, -1.0899549908188475, 0.7879778037345136, 0.6800113683785795, 1.1772734884036795, 0.8692134788848844, 0.32191444125236185, 0.3992652382318407, 1.25635583867592, -1.2277263074402005, 0.13743725357476164, 0.8943830368842145, -0.6392707167000995, 0.3486166111379691, 0.7735052196666561, 0.17156547862095645, -1.0899549908188475, 1.2257555922779355, -1.0899549908188475, -1.2277263074402005, 0.5123635352088993, 1.600997590432274, -0.4715000091251627, 1.160360432940454, 0.23543239573590485, -0.3984492056820797, -1.2277263074402005, -0.7361843362516874, 0.8431358453503158, -1.3707860588978966, -0.4715000091251627, 0.5726493132837547, 0.8692134788848844, 1.1071032222385426, -0.9612239096165434, 0.5330191090407311, 0.3486166111379691, -0.9612239096165434, -0.4715000091251627, 0.3743792476756808, 0.7282658525218164, 0.5916823502465508, 1.6327856804826444, 1.4908476960705117, -0.6392707167000995, -1.2277263074402005, 1.7205110386333846, -0.2694083916469045, 0.13743725357476164, -0.3313476494492389, -1.2277263074402005, 0.8819078131181363, 0.13743725357476164, 1.29995079300926, -0.2119674980006864, 0.9066465587504684, -0.8432543240442378, -0.061478323149988925, 0.02451503248710694, 1.0293659880821588, 0.10166380887912307, 0.8160824548794472, 0.4692062382845578, 0.02451503248710694, -0.9612239096165434, 0.32191444125236185, -0.4715000091251627, -1.2277263074402005, -0.10843590769802136, 0.13743725357476164, 0.13743725357476164, -1.0899549908188475, 0.3743792476756808, 0.9537194010427772, -1.0899549908188475, -1.0899549908188475, 1.0692808313883473, -0.10843590769802136, -1.2277263074402005, -0.8432543240442378, -0.3984492056820797, 1.3476881217589491, -0.5514225363758445, -0.4715000091251627, -1.2277263074402005, -0.017257105265088786, -0.8432543240442378, -1.3707860588978966, 0.8021665939201011, -1.0899549908188475, -0.3984492056820797, 0.5123635352088993, 1.241218035580106, 0.6964558561573891, 0.10166380887912307, -0.2119674980006864, 0.3486166111379691, 0.9066465587504684, -1.3707860588978966, -1.0899549908188475, 0.06408449770490098, -0.2694083916469045, 1.5277548303927018, -0.4715000091251627, 1.3139156485927959, -1.2277263074402005, -1.3707860588978966, -0.8432543240442378, 1.600997590432274, -1.2277263074402005, 0.17156547862095645, 0.2041892273253996, 1.600997590432274, 0.2041892273253996, -0.6392707167000995, 0.9537194010427772, 1.1937989989054079, 0.8160824548794472, 0.4466294773015417, -0.2694083916469045, 1.059507155701197, -0.9612239096165434, -1.0899549908188475, 0.2942029724245187, 0.2041892273253996, 1.5379615567130631, -0.5514225363758445, 0.5726493132837547, 0.02451503248710694, -0.2119674980006864, 0.8943830368842145, -0.3984492056820797, -0.3313476494492389, -0.5514225363758445, 1.292865588966772, 1.160360432940454, 1.5821826578601723, -1.2277263074402005, 1.2019218878114726, 0.4911045416882889, -0.3984492056820797, 0.13743725357476164, -0.9612239096165434, 0.5916823502465508, 0.4466294773015417, -0.7361843362516874, -0.2119674980006864, 0.5726493132837547, 1.1937989989054079, -0.061478323149988925, 0.3486166111379691, -1.3707860588978966, -0.5514225363758445, 0.5330191090407311, 0.4911045416882889, -0.8432543240442378, 0.9066465587504684, 0.23543239573590485, 0.17156547862095645, 0.02451503248710694, -0.4715000091251627, -0.3984492056820797, 1.0293659880821588, -0.7361843362516874, 0.02451503248710694, 0.5330191090407311, 0.9537194010427772, 0.7125354348091456, 0.17156547862095645, 2.0214981377911494, -1.2277263074402005, 0.3992652382318407, 0.5123635352088993, 0.628314116301309, 1.2488266641294046, 0.7735052196666561, 0.32191444125236185, -1.3707860588978966, -0.3313476494492389, 0.5123635352088993, 1.0395535389882504, 0.5330191090407311, -0.017257105265088786, 0.3486166111379691, 0.06408449770490098, -0.2119674980006864, 0.17156547862095645, 0.4692062382845578, -1.0899549908188475, 0.8943830368842145, -0.6392707167000995, 0.02451503248710694, 0.13743725357476164, 0.2942029724245187, 1.7662255876482318, 0.4233314529404925, 0.7735052196666561, -0.10843590769802136, -0.8432543240442378, 0.7125354348091456, 0.4911045416882889, -0.9612239096165434, -0.3313476494492389, -0.061478323149988925, 1.9450750320217232, 0.5916823502465508, 0.23543239573590485, 0.3486166111379691, -0.7361843362516874, 0.2654045442815877, 1.1772734884036795, 0.4911045416882889, -0.4715000091251627, -0.017257105265088786, -0.2119674980006864, -0.9612239096165434, -0.6392707167000995, 0.13743725357476164, 0.6102292781834269, 1.3343684084578875, -0.8432543240442378, 0.2654045442815877, 0.7587373186878968, 0.5123635352088993, -0.2119674980006864, -0.5514225363758445, 0.4233314529404925, 0.13743725357476164, -0.9612239096165434, 1.5530055410249637, -0.2694083916469045, 0.06408449770490098, 1.7550660745602382, -0.061478323149988925, -0.8432543240442378, 0.2942029724245187, -0.10843590769802136, 0.8160824548794472, -0.7361843362516874, 0.6459591600363993, 0.628314116301309, -0.3984492056820797, 0.4233314529404925, 0.02451503248710694, 0.4466294773015417, -1.0899549908188475, 0.2654045442815877, 0.8692134788848844, 0.7735052196666561, 0.9066465587504684, -0.10843590769802136, 1.4168469290261132, 0.23543239573590485, 1.3069670369198756, 0.5916823502465508, 0.5916823502465508, -0.2694083916469045, 1.7046045385605257, -1.0899549908188475, -0.2119674980006864, 0.17156547862095645, -0.10843590769802136, 1.0395535389882504, 0.4911045416882889, -0.3313476494492389, -0.3984492056820797, 0.2654045442815877, 0.2654045442815877, 0.7879778037345136, 1.6372144566493192, 0.2942029724245187, -1.3707860588978966, -1.2277263074402005, 0.6459591600363993, -0.10843590769802136, 0.8431358453503158, -1.2277263074402005, 0.7587373186878968, 1.0395535389882504, 0.7125354348091456, -0.2694083916469045, -0.8432543240442378, 2.2055834449159226, -0.9612239096165434, 1.2099543002793804, 0.9761532977598284, 1.7437309339703846, 0.7587373186878968, 0.628314116301309, -0.10843590769802136, 0.10166380887912307, 0.3486166111379691, -0.7361843362516874, 0.23543239573590485, 0.6964558561573891, 0.3992652382318407, 0.4911045416882889, 0.23543239573590485, -0.6392707167000995, 0.9187054190954528, 0.6102292781834269, -0.4715000091251627, 0.6459591600363993, 0.5726493132837547, -0.10843590769802136, 0.10166380887912307, 0.553104243727125, 1.078923905175211, 0.32191444125236185, 0.4233314529404925, -0.10843590769802136, 1.3924592160248486, -0.6392707167000995, 0.4911045416882889, -0.017257105265088786, 0.4692062382845578, 1.875601113397344, 0.13743725357476164, 0.553104243727125, -0.6392707167000995, -0.6392707167000995, 1.3799487304397282, 0.06408449770490098, 0.4466294773015417, -0.2119674980006864, 0.7282658525218164, -0.10843590769802136, 0.17156547862095645, -0.3984492056820797, 0.6459591600363993, 0.4911045416882889, 0.9187054190954528, 0.5123635352088993, 0.7587373186878968, -0.4715000091251627, 0.4911045416882889, 1.8563186632417699, 0.10166380887912307, 0.23543239573590485, -1.3707860588978966, 0.6631851409039451, -0.5514225363758445, 0.3743792476756808, 0.2654045442815877, -0.9612239096165434, -0.7361843362516874, 0.2041892273253996, 1.2019218878114726, 1.0884398138970666, 0.5726493132837547, 0.6964558561573891, 0.8160824548794472, 0.3486166111379691, 0.5330191090407311, 0.4692062382845578, -0.1584666572149183, 0.06408449770490098, 0.4911045416882889, 0.23543239573590485, -0.5514225363758445, -0.7361843362516874, 0.32191444125236185, 0.6459591600363993, -0.2119674980006864, 2.061783013416953, 0.5726493132837547, 1.0085491445939636, 0.6964558561573891, 0.5916823502465508, -0.3984492056820797, 0.5330191090407311, -0.1584666572149183, -0.4715000091251627, 0.23543239573590485, 0.2041892273253996, -0.2694083916469045, -0.6392707167000995, 0.9305663140249992, 0.6102292781834269, -0.2119674980006864, -0.8432543240442378, 0.17156547862095645, -0.3984492056820797, 0.17156547862095645, 0.3743792476756808, 0.5916823502465508, 0.6800113683785795, 0.553104243727125, 0.7587373186878968, 0.5123635352088993, 0.553104243727125, -1.0899549908188475, -0.10843590769802136, 1.0692808313883473, 0.9422356173840564, -0.5514225363758445, 0.8562922314077354, 1.143041252022028, 0.628314116301309, 0.4692062382845578, -0.5514225363758445, 1.059507155701197, 0.6964558561573891, 0.4466294773015417, 1.5277548303927018, 0.9305663140249992, 0.17156547862095645, 0.02451503248710694, -0.8432543240442378, -0.5514225363758445, 0.23543239573590485, 0.23543239573590485, -1.0899549908188475, 0.8021665939201011, 0.6102292781834269, 0.3486166111379691, 1.3799487304397282, -0.9612239096165434, 1.0395535389882504, 0.553104243727125, -0.8432543240442378, 0.32191444125236185, 0.7587373186878968, 0.5123635352088993, 0.06408449770490098, 0.5330191090407311, -1.3707860588978966, 0.7879778037345136, 0.3992652382318407, 0.02451503248710694, 0.4692062382845578, 0.6964558561573891, 0.4911045416882889, 0.6631851409039451, 0.6459591600363993, -0.3984492056820797, 0.6800113683785795, 0.17156547862095645, 0.6102292781834269, -0.061478323149988925, -0.7361843362516874, 0.7735052196666561, 0.9871142061692602, 0.2942029724245187, 0.5123635352088993, -0.8432543240442378, 0.6459591600363993, 0.8431358453503158, 0.13743725357476164, 0.5123635352088993, 0.2041892273253996, 0.2942029724245187, 0.5330191090407311, 0.4911045416882889, 0.7587373186878968, -0.2119674980006864, 0.8021665939201011, 0.5726493132837547, 0.4233314529404925, 1.0495993003770565, 0.9305663140249992, 1.2257555922779355, 0.7436618654161885, 1.0495993003770565, 0.9422356173840564, 0.7735052196666561, 1.2099543002793804, 0.06408449770490098, 0.9650234536161756, 0.9422356173840564, -0.5514225363758445, 0.5726493132837547, 0.7879778037345136, 0.3486166111379691, -0.4715000091251627, 1.160360432940454, 0.02451503248710694, 0.23543239573590485, -0.10843590769802136, 0.8297356418829684, 0.8819078131181363, 0.5726493132837547, 0.9187054190954528, 0.5916823502465508, 0.32191444125236185, 0.8562922314077354, 0.4911045416882889, 0.4911045416882889, 1.0293659880821588, 0.8431358453503158, -0.10843590769802136, -0.6392707167000995, 0.7879778037345136, 0.6800113683785795, 0.8819078131181363, 0.8943830368842145, -0.6392707167000995, 0.5726493132837547, 0.4692062382845578, -0.2119674980006864, -0.2119674980006864, 0.9650234536161756, 1.0978318607749156, 0.4466294773015417, 1.1688665345428284, 0.3992652382318407, 1.134223188094542, 0.6800113683785795, 0.8297356418829684, 0.3486166111379691, -0.1584666572149183, 0.32191444125236185, 0.6800113683785795, 0.06408449770490098, 0.6102292781834269, 0.628314116301309, 0.3992652382318407, 0.5123635352088993, -0.8432543240442378, 0.3743792476756808, 0.9871142061692602, 0.4692062382845578, -0.8432543240442378, 1.160360432940454, 0.3992652382318407, 0.5330191090407311, 1.6416161707175705, 0.23543239573590485, 0.8431358453503158, 0.6800113683785795, 0.553104243727125, -0.5514225363758445, 0.7282658525218164, 0.7125354348091456, -0.1584666572149183, 0.5330191090407311, 0.7282658525218164, 0.4911045416882889, 0.2654045442815877, 0.6800113683785795, 1.1252959986524544, 1.1772734884036795, 0.7125354348091456, 0.628314116301309, 0.5330191090407311, 0.8431358453503158, 0.9979112163975326, 0.6459591600363993, 0.3743792476756808, 1.143041252022028, 0.4692062382845578, 0.553104243727125, 1.1071032222385426, 0.5123635352088993, 0.02451503248710694, 0.5726493132837547, 1.160360432940454, 0.17156547862095645, 0.6102292781834269, 0.8021665939201011, 0.553104243727125, -0.7361843362516874, 0.6459591600363993, 0.5123635352088993, 0.7587373186878968, 0.9650234536161756, 0.32191444125236185, 0.9979112163975326, 0.7879778037345136, 0.6459591600363993, 0.6631851409039451, -0.3313476494492389, 0.8562922314077354, 0.7587373186878968, 0.5726493132837547, -0.4715000091251627, 0.6459591600363993, 0.7125354348091456, 0.3743792476756808, 0.7587373186878968, 0.8562922314077354, 0.8297356418829684, 0.5123635352088993, 0.4466294773015417, 1.0884398138970666, -0.5514225363758445, 0.4233314529404925, 0.6102292781834269, 0.8160824548794472, 0.6964558561573891, 1.059507155701197, 0.4466294773015417, 0.7879778037345136, 0.8431358453503158, 0.7879778037345136, 0.8692134788848844, 0.6102292781834269, 0.9187054190954528, 0.9422356173840564, 0.2942029724245187, 0.5916823502465508, 0.4911045416882889, 0.9979112163975326, 0.7587373186878968, 0.553104243727125, 0.9537194010427772, 0.02451503248710694, 0.3992652382318407, 0.6102292781834269, 0.6459591600363993, 0.6800113683785795, 0.5123635352088993, 0.4466294773015417, 0.9305663140249992, 0.23543239573590485, 0.7879778037345136, 0.5330191090407311, 0.7282658525218164, 0.7587373186878968, -0.3313476494492389, 0.7436618654161885, 0.7735052196666561, 0.5726493132837547, 0.628314116301309, -1.0899549908188475, 0.3992652382318407, -0.1584666572149183, 0.8021665939201011, 0.4466294773015417, 0.4466294773015417, 0.553104243727125, 0.4466294773015417, 0.2654045442815877, -0.10843590769802136, 0.8021665939201011, 0.4911045416882889, 0.6631851409039451, 0.5123635352088993, -0.2119674980006864, 0.5916823502465508, 0.8297356418829684, 0.8562922314077354, 0.5330191090407311, 0.3743792476756808, 0.7735052196666561, -0.3313476494492389, 0.6102292781834269, 1.160360432940454, 0.6800113683785795, 0.7282658525218164, 0.4692062382845578, 1.0293659880821588, 1.134223188094542, 0.6102292781834269, 0.9305663140249992, 1.1252959986524544, 0.5330191090407311, 0.5916823502465508, 1.0495993003770565, 0.8819078131181363, 0.9422356173840564, 0.4911045416882889, 0.6631851409039451, -0.6392707167000995, 0.6459591600363993, -0.3984492056820797, 0.13743725357476164, 0.6631851409039451, 0.5916823502465508, 0.6800113683785795, 0.553104243727125, 0.32191444125236185, 1.059507155701197, 0.4692062382845578, -0.2694083916469045, 0.628314116301309, 0.32191444125236185, 0.3743792476756808, 0.5916823502465508, 0.8562922314077354, 0.4692062382845578, -0.017257105265088786, 1.078923905175211, 1.078923905175211, 0.4466294773015417, -0.7361843362516874, 0.6800113683785795, 0.4233314529404925, 0.8431358453503158, 0.6964558561573891, 0.7282658525218164, 1.0293659880821588, 0.3743792476756808, 0.4911045416882889, 0.9979112163975326, 0.4233314529404925, 0.7436618654161885, 0.9761532977598284, 0.7735052196666561, 0.7125354348091456, -0.7361843362516874, 0.5123635352088993, 1.1071032222385426, 0.5123635352088993, 0.553104243727125, 0.9650234536161756, 0.5123635352088993, 0.4692062382845578, 0.5726493132837547, 0.9422356173840564, 0.628314116301309, 1.160360432940454, 1.1162569543204306, 0.6459591600363993, 0.9979112163975326, -0.4715000091251627, 0.8562922314077354, 0.8431358453503158, 0.553104243727125, 1.2335282606231863, 0.6102292781834269, 0.8819078131181363, 0.7879778037345136, 0.4692062382845578, 0.5916823502465508, 0.17156547862095645, 0.9650234536161756, 0.9537194010427772, 0.8819078131181363, 0.9537194010427772, -0.2119674980006864, 0.6459591600363993, -0.1584666572149183, 0.5330191090407311, 0.2942029724245187, 0.8819078131181363, 0.5330191090407311, 0.3486166111379691, 0.2942029724245187, 0.4911045416882889, 0.6800113683785795, 0.2041892273253996, 0.23543239573590485, 0.4466294773015417, -0.9612239096165434, 0.3992652382318407, 0.3486166111379691, 0.7587373186878968, 0.32191444125236185, 0.8819078131181363, 1.0495993003770565, 0.9650234536161756, 0.5916823502465508, 0.13743725357476164, 1.2335282606231863, 0.553104243727125, 1.0293659880821588, 0.6102292781834269, 0.17156547862095645, 0.8943830368842145, 0.7879778037345136, 1.327615098504219, 0.06408449770490098, 0.23543239573590485, 0.8160824548794472, 0.5726493132837547, 0.4233314529404925, 1.2711823358671641, 0.7735052196666561, 0.628314116301309, 0.4233314529404925, -0.9612239096165434, 0.06408449770490098, 0.5123635352088993, 0.6964558561573891, 0.7436618654161885, 0.10166380887912307, 1.1855835754461523, 0.9066465587504684, 0.8692134788848844, 0.7587373186878968, 1.0293659880821588, -0.017257105265088786, 0.2654045442815877, 0.8021665939201011, 0.3992652382318407, 0.6631851409039451, 0.9305663140249992, 0.4692062382845578, 0.4911045416882889, 0.7125354348091456, 0.8692134788848844, 0.8943830368842145, 0.8297356418829684, 0.17156547862095645, 0.9761532977598284, 0.6102292781834269, 0.3992652382318407, 1.059507155701197, 0.8431358453503158, 1.0692808313883473, 0.7125354348091456, 0.7436618654161885, 0.5916823502465508, 0.4466294773015417, 0.8943830368842145, 0.5726493132837547, 0.02451503248710694, 1.2335282606231863, 1.0692808313883473, 0.3743792476756808, 0.7587373186878968, 0.5916823502465508, 0.2942029724245187, 1.0495993003770565, 0.7735052196666561, 0.7125354348091456, 0.9871142061692602, 1.1517528212961947, 0.553104243727125, 0.3992652382318407, 0.7587373186878968, 0.7735052196666561, 0.10166380887912307, 0.5726493132837547, 0.8297356418829684, 1.0884398138970666, 0.7587373186878968, 0.4911045416882889, 0.2942029724245187, 2.281638423311291, 1.134223188094542, 1.2488266641294046, 0.6102292781834269, 0.9187054190954528, 0.5916823502465508, 0.7436618654161885, 1.0293659880821588, 1.3862311189641032, 1.0978318607749156, 0.2942029724245187, 0.4692062382845578, 1.0692808313883473, 0.7735052196666561, 0.4911045416882889, -0.5514225363758445, 0.4911045416882889, 0.2654045442815877, 1.3069670369198756, 0.5916823502465508, 0.553104243727125, 1.3986339510884973, 0.4233314529404925, 0.8692134788848844, 0.8160824548794472, 0.7282658525218164, 0.9066465587504684, -0.2694083916469045, 0.7282658525218164, -0.10843590769802136, 0.17156547862095645, -0.2119674980006864, -0.10843590769802136, 0.4233314529404925, 0.5916823502465508, 0.7436618654161885, 1.134223188094542, 0.17156547862095645, 0.4911045416882889, 0.8943830368842145, 0.5123635352088993, 0.06408449770490098, 1.0293659880821588, 0.23543239573590485, 0.5726493132837547, 0.06408449770490098, 0.32191444125236185, 0.8431358453503158, 1.1772734884036795, 0.7125354348091456, 1.600997590432274, 0.4466294773015417, 1.0978318607749156, 1.2638071992954276, 1.078923905175211, 0.8562922314077354, 1.0395535389882504, 0.7587373186878968, 1.2178982266192435, 0.7282658525218164, 0.6102292781834269, 0.3743792476756808, 0.6459591600363993, 1.1162569543204306, -0.8432543240442378, 0.6800113683785795, 0.3992652382318407, 0.2942029724245187, -0.2119674980006864, 1.0495993003770565, 0.9979112163975326, 0.8562922314077354, 0.9187054190954528, 1.434610927819825, 1.2638071992954276, 0.9422356173840564, -0.061478323149988925, 0.9979112163975326, 1.134223188094542, 0.3486166111379691, -0.1584666572149183, 1.0085491445939636, 0.6102292781834269, 1.2711823358671641, 0.7125354348091456, 0.3486166111379691, 0.7125354348091456, 1.4632778008014908, 1.5579511940948674, 0.8297356418829684, 0.6631851409039451, 0.553104243727125, 1.0395535389882504, 0.7735052196666561, 0.3992652382318407, 0.7587373186878968, -0.4715000091251627, 0.6964558561573891, 0.13743725357476164, 0.9871142061692602, 0.9066465587504684, 0.8692134788848844, 0.6800113683785795, 1.0884398138970666, 0.553104243727125, 0.10166380887912307, 0.628314116301309, 0.6459591600363993, 0.23543239573590485, 0.9979112163975326, 0.9187054190954528, 0.8692134788848844, 0.7436618654161885, 1.1688665345428284, 0.9187054190954528, 0.6800113683785795, 1.3139156485927959, 1.160360432940454, 0.3743792476756808, -0.3984492056820797, 0.4911045416882889, 0.5330191090407311, 0.9066465587504684, 0.6964558561573891, 0.7282658525218164, 1.1162569543204306, 0.6459591600363993, 0.3743792476756808, 0.6800113683785795, 0.4233314529404925, 0.2654045442815877, 0.6459591600363993, 0.4911045416882889, -0.10843590769802136, 0.32191444125236185, 0.17156547862095645, 0.6102292781834269, 0.10166380887912307, -0.1584666572149183, 0.9305663140249992, 0.17156547862095645, 1.2257555922779355, -0.017257105265088786, -0.2694083916469045, 0.9537194010427772, 0.7587373186878968, 0.9537194010427772, 0.6459591600363993, 0.5330191090407311, 0.8562922314077354, 0.5330191090407311, 0.7282658525218164, 0.17156547862095645, 0.6102292781834269, 1.0293659880821588, 0.3743792476756808, 0.9305663140249992, 1.4168469290261132, 1.0495993003770565, 0.6631851409039451, 1.1688665345428284, 0.8297356418829684, -0.061478323149988925, 0.5916823502465508, 0.9979112163975326, 0.553104243727125, 1.1688665345428284, 1.0692808313883473, 0.2654045442815877, 0.7125354348091456, 1.059507155701197, 0.9650234536161756, 0.9650234536161756, 0.9761532977598284, 0.8431358453503158, 0.4692062382845578, 0.8562922314077354, 0.8819078131181363, 0.9761532977598284, 0.2654045442815877, 0.8021665939201011, 1.0085491445939636, 0.10166380887912307, 0.3486166111379691, 0.9537194010427772, 0.6631851409039451, 1.0495993003770565, 1.0495993003770565, 0.4692062382845578, -0.1584666572149183, 1.0190325982566286, -0.1584666572149183, 0.7125354348091456, 0.7436618654161885, 1.1855835754461523, 0.9537194010427772, 0.5330191090407311, 1.059507155701197, 1.939292917940888, 0.4692062382845578, 0.8431358453503158, 0.17156547862095645, 0.3992652382318407, 0.2654045442815877, 0.17156547862095645, 0.628314116301309, 0.8297356418829684, -0.10843590769802136, 0.6800113683785795, 1.5379615567130631, 1.2178982266192435, 0.8160824548794472, 1.241218035580106, 0.9305663140249992, 0.8431358453503158, 1.2711823358671641, 0.8021665939201011, 1.404756229976898, -0.017257105265088786, 1.3207979179764866, 0.7587373186878968, -0.2119674980006864, 0.7282658525218164, 0.7879778037345136, 0.5330191090407311, 1.3069670369198756, 0.4233314529404925, -0.3984492056820797, 1.3476881217589491, 0.8297356418829684, 0.9187054190954528, 0.7587373186878968, 0.32191444125236185, 0.5123635352088993, -0.10843590769802136, 0.6964558561573891, 0.6102292781834269, 1.981567866971201, 0.2942029724245187, 1.327615098504219, 0.9871142061692602, 0.628314116301309, 0.8160824548794472, 0.7125354348091456, 0.3486166111379691, 0.8692134788848844, 0.23543239573590485, 0.3486166111379691, 0.6964558561573891, -0.061478323149988925, 0.7282658525218164, 1.0190325982566286, 0.02451503248710694, 0.5330191090407311, 1.2099543002793804, 0.8562922314077354, 0.5916823502465508, 0.7587373186878968, 0.5726493132837547, 0.9979112163975326, 1.2099543002793804, 0.8943830368842145, 0.17156547862095645, 0.4692062382845578, -0.061478323149988925, 1.0692808313883473, 0.7436618654161885, 0.9187054190954528, 1.5174014281370574, 0.8160824548794472, 0.9187054190954528, 1.3343684084578875, 0.02451503248710694, 1.0395535389882504, 0.8943830368842145, 0.8562922314077354, 1.059507155701197, 0.4692062382845578, 0.23543239573590485, 1.134223188094542, 0.8819078131181363, 0.2041892273253996, 0.7282658525218164, 0.3486166111379691, 1.1162569543204306, 1.1162569543204306, -0.1584666572149183, 0.7282658525218164, 0.06408449770490098, 0.9422356173840564, 0.2654045442815877, 1.0978318607749156, 0.8692134788848844, 1.0085491445939636, -0.4715000091251627, 1.078923905175211, 1.3607661490744178, 0.3486166111379691, 0.8021665939201011, 1.2099543002793804, 0.7282658525218164, 0.4692062382845578, 1.0692808313883473, 0.9979112163975326, 0.9650234536161756, 0.8692134788848844, 0.9537194010427772, 0.7125354348091456, 1.0884398138970666, 0.553104243727125, 0.2942029724245187, 1.3672172378977947, 1.1937989989054079, 0.8819078131181363, 1.078923905175211, 1.0395535389882504, 0.4466294773015417, 0.628314116301309, 0.7587373186878968, 1.2178982266192435, 1.0293659880821588, 0.6964558561573891, 0.5123635352088993, 0.9422356173840564, 0.5726493132837547, 0.4466294773015417, 1.2784827900989502, 0.9761532977598284, 0.7436618654161885, -0.10843590769802136, 1.6459911512545773, 0.4233314529404925, 1.4688768173721785, 0.8562922314077354, 0.8431358453503158, 0.8819078131181363, 0.9305663140249992, 1.6193336014281912, -0.6392707167000995, 1.2784827900989502, 0.628314116301309, 1.0190325982566286, 0.8943830368842145, 0.7587373186878968, 1.0085491445939636, 0.3486166111379691, 1.5379615567130631, 1.29995079300926, 0.6964558561573891, 0.9305663140249992, 0.4466294773015417, 0.5726493132837547, 1.0495993003770565, 1.4744326624725324, 0.8021665939201011, 0.8021665939201011, 1.3207979179764866, 0.17156547862095645, 1.0293659880821588, 2.005790704849424, 1.1688665345428284, 1.5916515469974568, 0.6631851409039451, 1.078923905175211, 1.5628631275916605, 0.5916823502465508, -0.017257105265088786, 0.9761532977598284, 0.5916823502465508, 0.2942029724245187, 1.134223188094542, 0.32191444125236185, 0.8692134788848844, 0.8692134788848844, 0.9066465587504684, 1.1517528212961947, 0.5330191090407311, 0.13743725357476164, 0.6102292781834269, 0.6459591600363993, 0.8943830368842145, 0.4692062382845578, 0.10166380887912307, 0.6102292781834269, 0.9761532977598284, 1.2257555922779355, 0.32191444125236185, 0.7125354348091456, 0.7436618654161885, -0.2119674980006864, 0.6102292781834269, 1.2178982266192435, 0.7735052196666561, 0.9871142061692602, 1.134223188094542, 0.5123635352088993, 0.2654045442815877, 0.8819078131181363, 1.8022225543331496, 0.4466294773015417, 1.788038920715501, 1.6883388228720024, 0.2041892273253996, 0.8021665939201011, 0.9305663140249992, 0.8021665939201011, -0.017257105265088786, 0.7282658525218164, 1.3139156485927959, 1.434610927819825, 0.8160824548794472, 0.9187054190954528, 1.2711823358671641, 0.8021665939201011, 0.2654045442815877, 1.160360432940454, 0.17156547862095645, 0.628314116301309, 0.5916823502465508, 1.1252959986524544, 1.3862311189641032, -0.8432543240442378, 1.2099543002793804, 0.553104243727125, 1.0692808313883473, 0.2654045442815877, 0.5330191090407311, -0.017257105265088786, 1.7951656519644876, 0.9066465587504684, 0.5916823502465508, 0.13743725357476164, 1.1937989989054079, 0.9979112163975326, 1.7437309339703846, 1.078923905175211, 0.8943830368842145, 0.2942029724245187, 0.7436618654161885, 0.7879778037345136, 0.8943830368842145, 1.1071032222385426, 1.6674761425339657, -0.10843590769802136, 0.9537194010427772, 0.3486166111379691, 0.3992652382318407, -0.10843590769802136, -0.2694083916469045, 1.078923905175211, 0.4692062382845578, 1.2638071992954276, 0.17156547862095645, 1.4744326624725324, 0.7879778037345136, 1.0395535389882504, 0.6631851409039451, 1.160360432940454, 0.8431358453503158, 0.5916823502465508, 0.8160824548794472, 0.3992652382318407, 1.872423010738504, 0.6631851409039451, 0.9650234536161756, 1.6056255325850872, 1.1162569543204306, 1.7126016965890618, 0.7735052196666561, 0.8692134788848844, 1.241218035580106, 0.13743725357476164, 1.1937989989054079, 0.8297356418829684, 1.2335282606231863, 0.9650234536161756, 1.6716972986153324, 0.628314116301309, 1.6056255325850872, 0.6631851409039451, 0.7879778037345136, 0.6459591600363993, 1.2638071992954276, 1.404756229976898, 0.8943830368842145, 1.3139156485927959, 1.422817049594392, 0.8943830368842145, 1.2335282606231863, 1.0085491445939636, 1.6238455969743166, 0.9979112163975326, -0.061478323149988925, 1.3924592160248486, 1.1162569543204306, -0.10843590769802136, 0.8562922314077354, 0.7125354348091456, 0.9305663140249992, 0.5123635352088993, 0.7735052196666561, 0.9871142061692602, 1.2784827900989502, 1.8126799314785882, 2.131733123710055, 1.078923905175211, 1.7808409652697668, 0.9650234536161756, 1.0085491445939636, 1.543011202925623, 1.1855835754461523, 1.0190325982566286, 0.06408449770490098, 0.9761532977598284, 0.7879778037345136, 0.5726493132837547, -1.0899549908188475, 1.25635583867592, 1.078923905175211, 1.2099543002793804, 0.9422356173840564, 0.6800113683785795, 2.1514584957015703, 1.4168469290261132, 0.8562922314077354, 1.29995079300926, 1.0395535389882504, 1.3476881217589491, 0.6800113683785795, 0.06408449770490098, 0.9650234536161756, 1.8431707754209563, 0.6631851409039451, 0.6964558561573891, 1.7244333770183236, 1.7283344716570026, 1.496237309111915, 1.5015869058204667, 1.903590030893684, 1.4168469290261132, 1.4404362638933603, 0.9066465587504684, 0.17156547862095645, 0.5726493132837547, 1.0190325982566286, 1.7662255876482318, 1.2711823358671641, 1.4854174639464346, 0.9422356173840564, 1.506897075637445, 1.7360738411964065, 1.5579511940948674, 1.5277548303927018, 0.6800113683785795, 1.6546621964210253, 0.9871142061692602, 1.1855835754461523, 1.8819155519390105, 1.5121683950842606, 1.4744326624725324, 1.6283295075584614, 1.1252959986524544], [-1.6792640863036443, -0.9873965308006128, 0.06100149578419215, -1.2919000124367723, -1.6792640863036443, -1.2919000124367723, -1.6792640863036443, -0.5326518246779636, -0.1601019147044337, 0.08171292146678093, -1.2919000124367723, -1.4136539297245632, -1.2919000124367723, -1.1803243227890394, -1.6792640863036443, -1.2919000124367723, -1.4136539297245632, -1.5439581059334548, -1.6792640863036443, -1.5439581059334548, -1.1803243227890394, 0.08171292146678093, -1.5439581059334548, -1.2919000124367723, -1.5439581059334548, -1.1803243227890394, -1.5439581059334548, -1.4136539297245632, -1.4136539297245632, -1.5439581059334548, -1.4136539297245632, -1.4136539297245632, -0.9873965308006128, -0.44092021259692826, -0.10451667556660553, 0.19438115340189246, -1.4136539297245632, -1.5439581059334548, -1.4136539297245632, -0.904309680436376, 0.3488076158285857, -1.6792640863036443, -1.4136539297245632, -1.5439581059334548, -1.0790574778597075, -1.1803243227890394, -1.2919000124367723, -1.4136539297245632, -0.904309680436376, -1.6792640863036443, 0.2759342914987635, -0.8287189164854514, -0.4853327181992913, -1.5439581059334548, -1.4136539297245632, -1.5439581059334548, -1.1803243227890394, -1.2919000124367723, -0.9873965308006128, -1.4136539297245632, -1.4136539297245632, -1.5439581059334548, -0.2205072750200155, -1.5439581059334548, -0.7596274321512345, 0.1018196875605295, -1.4136539297245632, -0.8287189164854514, -1.4136539297245632, -0.904309680436376, -1.4136539297245632, -1.1803243227890394, 0.4271076105609092, -1.6792640863036443, -1.2919000124367723, -0.9873965308006128, -1.5439581059334548, 0.19438115340189246, -1.1803243227890394, -1.5439581059334548, -1.2919000124367723, 0.01761310217939659, -0.904309680436376, -1.4136539297245632, 0.1018196875605295, -0.3221628374393094, -1.6792640863036443, 0.540472263621851, -1.5439581059334548, -0.13175424248039952, -1.1803243227890394, -0.904309680436376, -1.5439581059334548, -1.4136539297245632, -1.5439581059334548, -1.4136539297245632, -0.1601019147044337, -1.2919000124367723, -1.4136539297245632, -1.2919000124367723, -1.5439581059334548, -1.6792640863036443, 0.17683946021576705, -1.5439581059334548, -1.5439581059334548, -1.6792640863036443, -1.4136539297245632, -1.6792640863036443, -1.1803243227890394, 0.4019903756690267, -1.4136539297245632, -1.1803243227890394, -1.1803243227890394, 0.1403522688831296, -1.2919000124367723, -1.2919000124367723, 0.540472263621851, -1.6792640863036443, -1.1803243227890394, 0.1018196875605295, -1.4136539297245632, -1.2919000124367723, -1.4136539297245632, 0.24446683332751215, -1.6792640863036443, 0.08171292146678093, -1.4136539297245632, -1.4136539297245632, 0.3624957926626585, -1.5439581059334548, 0.32058175730968275, -1.1803243227890394, -1.5439581059334548, -1.1803243227890394, -1.4136539297245632, -1.6792640863036443, -1.4136539297245632, -1.5439581059334548, -0.904309680436376, 0.6466729035187739, -1.0790574778597075, -1.1803243227890394, 0.3624957926626585, 0.21148580181937413, -1.2919000124367723, -1.2919000124367723, -1.5439581059334548, 0.19438115340189246, -1.5439581059334548, -1.5439581059334548, -1.1803243227890394, -1.5439581059334548, -1.1803243227890394, -1.4136539297245632, -1.5439581059334548, -0.9873965308006128, -0.4853327181992913, -1.4136539297245632, -0.8287189164854514, -1.2919000124367723, -1.5439581059334548, -1.4136539297245632, -1.5439581059334548, -1.4136539297245632, -1.2919000124367723, -1.4136539297245632, -1.2919000124367723, -0.9873965308006128, 0.7983668620783935, 0.4631339123374032, -1.0790574778597075, -0.07830715528543812, -1.4136539297245632, 0.4019903756690267, -0.904309680436376, 1.1530599455552504, -1.2919000124367723, -1.1803243227890394, -1.5439581059334548, 1.0766067375568924, -0.3221628374393094, -1.2919000124367723, -1.4136539297245632, -1.4136539297245632, 0.01761310217939659, -1.5439581059334548, -1.2919000124367723, -1.6792640863036443, -0.7596274321512345, -0.904309680436376, -0.6375805694040997, -1.0790574778597075, -1.4136539297245632, -1.1803243227890394, 0.8054879589139056, -1.0790574778597075, -1.5439581059334548, 0.7385515189875963, -1.6792640863036443, -1.4136539297245632, -0.9873965308006128, 0.30602020105616784, -1.1803243227890394, -1.2919000124367723, -0.904309680436376, -1.4136539297245632, -1.5439581059334548, -0.904309680436376, -1.6792640863036443, 0.1588380048837639, -0.18965171811580345, -1.1803243227890394, 0.5083929055329082, 0.6643247639264814, -0.8287189164854514, 0.24446683332751215, -1.5439581059334548, 0.21148580181937413, -1.1803243227890394, -1.4136539297245632, -0.7596274321512345, 0.4271076105609092, -1.0790574778597075, -1.1803243227890394, -1.1803243227890394, -1.0790574778597075, -0.4853327181992913, -1.1803243227890394, 0.19438115340189246, -1.0790574778597075, -1.2919000124367723, 0.3624957926626585, -1.1803243227890394, -1.4136539297245632, 0.7463216703682909, 0.7463216703682909, 0.06100149578419215, -1.2919000124367723, -1.0790574778597075, -1.0790574778597075, -1.4136539297245632, 0.2911423645678603, -1.1803243227890394, -1.5439581059334548, 0.6099375275212794, 0.24446683332751215, -1.6792640863036443, -1.2919000124367723, -1.1803243227890394, -1.4136539297245632, -1.1803243227890394, -1.5439581059334548, -1.1803243227890394, 0.8664373078957891, -0.7596274321512345, 0.4973560729147468, -1.1803243227890394, -0.18965171811580345, 0.5192542735310336, 0.4631339123374032, -1.4136539297245632, -1.6792640863036443, 0.6815315004352326, -1.5439581059334548, -1.1803243227890394, 0.24446683332751215, -1.5439581059334548, -1.2919000124367723, -1.5439581059334548, -1.1803243227890394, -1.4136539297245632, -1.4136539297245632, -0.904309680436376, -1.6792640863036443, -1.2919000124367723, -1.2919000124367723, 0.2911423645678603, -0.6961627486330705, -1.5439581059334548, -0.904309680436376, 0.08171292146678093, -1.2919000124367723, -0.9873965308006128, 0.4393285325161559, 0.4973560729147468, -1.2919000124367723, 0.474732757099799, -1.4136539297245632, -1.0790574778597075, -1.0790574778597075, -1.2919000124367723, -0.904309680436376, -1.2919000124367723, -1.4136539297245632, 0.17683946021576705, -0.6961627486330705, -1.2919000124367723, -1.5439581059334548, -0.1601019147044337, -1.4136539297245632, -0.7596274321512345, 0.7306918347452686, 0.32058175730968275, -0.18965171811580345, -1.5439581059334548, 0.5610509133265509, 0.1018196875605295, -1.1803243227890394, -1.1803243227890394, 0.6815315004352326, -1.4136539297245632, 0.3890771849646849, -1.5439581059334548, 0.08171292146678093, -0.9873965308006128, 0.5083929055329082, -1.1803243227890394, -1.6792640863036443, 0.3488076158285857, 0.8533560540722661, -1.5439581059334548, -1.1803243227890394, -0.9873965308006128, -1.1803243227890394, -1.2919000124367723, -0.4853327181992913, 0.6983149694376766, 0.5192542735310336, -0.904309680436376, 0.540472263621851, 0.03964838460327587, -1.5439581059334548, -0.904309680436376, -1.1803243227890394, 0.2603810872052736, -1.1803243227890394, 0.32058175730968275, -1.5439581059334548, -1.4136539297245632, -1.2919000124367723, -0.6961627486330705, -0.9873965308006128, -0.6375805694040997, 0.19438115340189246, -1.4136539297245632, -1.1803243227890394, 0.9458451189655654, 0.32058175730968275, 0.2911423645678603, -1.0790574778597075, -1.1803243227890394, 0.5083929055329082, -1.6792640863036443, -1.5439581059334548, 0.17683946021576705, -1.0790574778597075, -1.1803243227890394, -1.0790574778597075, -1.2919000124367723, -0.9873965308006128, 0.2759342914987635, -1.0790574778597075, -1.4136539297245632, 0.08171292146678093, -1.1803243227890394, -1.4136539297245632, 0.540472263621851, -1.1803243227890394, -1.2919000124367723, -1.6792640863036443, -0.9873965308006128, -1.6792640863036443, -1.1803243227890394, 0.6004362416639547, 0.7065543757640079, -1.5439581059334548, -1.1803243227890394, 0.4271076105609092, 0.24446683332751215, 0.33484012812096337, -1.2919000124367723, -1.6792640863036443, -1.0790574778597075, -0.8287189164854514, 0.21148580181937413, -1.4136539297245632, -0.8287189164854514, 0.30602020105616784, 0.3890771849646849, -0.9873965308006128, 0.3890771849646849, 0.4271076105609092, 0.4513348398183527, 0.7146954589149648, -1.6792640863036443, -0.9873965308006128, 0.5192542735310336, 0.4271076105609092, 0.5610509133265509, -1.2919000124367723, -0.005148735037387091, 1.0064904007518711, -1.4136539297245632, -1.5439581059334548, 0.3488076158285857, 0.4861380328988963, -1.2919000124367723, -0.904309680436376, -1.0790574778597075, -1.1803243227890394, -1.4136539297245632, -1.5439581059334548, -0.4853327181992913, -1.4136539297245632, -0.9873965308006128, -1.2919000124367723, -1.4136539297245632, -1.0790574778597075, -1.6792640863036443, -1.2919000124367723, -1.5439581059334548, -0.7596274321512345, 0.1018196875605295, 0.8792722841905248, 0.5711122708296877, -1.1803243227890394, -0.07830715528543812, -0.6961627486330705, 0.7691147313009403, -1.1803243227890394, 0.5711122708296877, 0.4861380328988963, 0.21148580181937413, -1.5439581059334548, -0.028685916637204118, -0.904309680436376, -1.5439581059334548, -1.4136539297245632, -1.1803243227890394, -1.1803243227890394, -0.13175424248039952, 0.2911423645678603, -1.4136539297245632, -1.2919000124367723, -0.7596274321512345, -1.2919000124367723, -0.07830715528543812, 0.8728850004526868, -1.4136539297245632, -1.2919000124367723, -1.2919000124367723, -1.2919000124367723, -1.6792640863036443, -1.2919000124367723, -0.904309680436376, -1.1803243227890394, -1.5439581059334548, -1.0790574778597075, -0.44092021259692826, 0.4513348398183527, 0.6285523288300633, 0.3624957926626585, -0.7596274321512345, -1.2919000124367723, -0.5326518246779636, -0.9873965308006128, -1.5439581059334548, -1.4136539297245632, 0.1403522688831296, -1.2919000124367723, 0.37591555710909375, -1.1803243227890394, -1.2919000124367723, -0.7596274321512345, 0.3890771849646849, -0.9873965308006128, 0.5810275262459661, 0.32058175730968275, -1.5439581059334548, -0.07830715528543812, -1.2919000124367723, -1.2919000124367723, 0.03964838460327587, -1.0790574778597075, 0.5083929055329082, -0.8287189164854514, -0.904309680436376, -1.4136539297245632, -0.399095763874539, 0.30602020105616784, -1.2919000124367723, -1.0790574778597075, -1.4136539297245632, -1.2919000124367723, -0.904309680436376, 0.6899748404180315, -0.904309680436376, -0.5326518246779636, -1.0790574778597075, 0.4146642944255933, -1.2919000124367723, 0.03964838460327587, 0.9042392797101124, -0.8287189164854514, -1.2919000124367723, -0.8287189164854514, -1.1803243227890394, -1.5439581059334548, -1.2919000124367723, -1.4136539297245632, -1.1803243227890394, -1.5439581059334548, -1.1803243227890394, 0.7838976248302099, 0.5711122708296877, -1.2919000124367723, -1.0790574778597075, -1.4136539297245632, -1.2919000124367723, -1.4136539297245632, -1.0790574778597075, -1.5439581059334548, -1.1803243227890394, -1.1803243227890394, 0.37591555710909375, -1.0790574778597075, -0.9873965308006128, 0.5508390959627038, -1.1803243227890394, -1.5439581059334548, 0.4019903756690267, -1.2919000124367723, 0.8332511928699209, -1.0790574778597075, -0.005148735037387091, -0.904309680436376, -0.9873965308006128, 0.3488076158285857, 0.30602020105616784, -1.1803243227890394, -1.2919000124367723, -1.5439581059334548, -0.07830715528543812, -1.4136539297245632, 0.2281744925022827, -1.4136539297245632, -1.5439581059334548, 0.2281744925022827, -1.5439581059334548, -1.2919000124367723, 0.37591555710909375, -1.6792640863036443, -1.0790574778597075, 0.4019903756690267, 0.7691147313009403, -1.4136539297245632, -1.1803243227890394, 0.65555590588346, -1.1803243227890394, -1.2919000124367723, -1.0790574778597075, -1.1803243227890394, -1.2919000124367723, -0.399095763874539, -0.904309680436376, 0.7911706176095926, -1.4136539297245632, -0.6961627486330705, -0.5326518246779636, 0.2759342914987635, -1.0790574778597075, -1.0790574778597075, -1.6792640863036443, -1.4136539297245632, -1.4136539297245632, -1.5439581059334548, 0.5908008512143388, -0.904309680436376, 0.30602020105616784, -0.13175424248039952, 0.3488076158285857, -1.1803243227890394, -0.9873965308006128, -0.904309680436376, 0.8054879589139056, -1.4136539297245632, -1.5439581059334548, 0.5192542735310336, 0.5908008512143388, -0.3595876562962116, -1.1803243227890394, -1.0790574778597075, -1.2919000124367723, -1.1803243227890394, 1.1136551181002707, -1.6792640863036443, 0.6193083817576317, 0.4019903756690267, 0.4393285325161559, -1.1803243227890394, -0.028685916637204118, 0.1588380048837639, -1.1803243227890394, 0.3488076158285857, -0.904309680436376, -0.4853327181992913, -1.4136539297245632, -1.1803243227890394, 0.30602020105616784, 0.6643247639264814, -1.0790574778597075, -1.1803243227890394, 0.65555590588346, 0.4513348398183527, -0.5326518246779636, -0.904309680436376, -0.6375805694040997, -1.1803243227890394, -0.904309680436376, -0.904309680436376, 0.2759342914987635, -1.2919000124367723, -0.8287189164854514, 0.37591555710909375, -1.0790574778597075, -1.6792640863036443, -1.1803243227890394, -1.4136539297245632, 0.4019903756690267, -0.904309680436376, 0.4861380328988963, 0.7765462314450655, -1.4136539297245632, -1.0790574778597075, 0.5192542735310336, -0.6375805694040997, 0.4861380328988963, 0.474732757099799, -1.4136539297245632, -1.4136539297245632, 0.4513348398183527, -0.9873965308006128, 0.7983668620783935, -0.5832529451146112, -1.5439581059334548, -0.904309680436376, 0.5299456517839318, -0.07830715528543812, -1.1803243227890394, 0.19438115340189246, -1.1803243227890394, -1.0790574778597075, -1.1803243227890394, -1.4136539297245632, -1.2919000124367723, -1.0790574778597075, -0.904309680436376, -1.1803243227890394, -1.4136539297245632, -1.1803243227890394, -1.4136539297245632, -1.0790574778597075, 0.06100149578419215, -1.2919000124367723, 0.474732757099799, 0.4146642944255933, -1.0790574778597075, -1.2919000124367723, -1.1803243227890394, 1.2771683351162224, -1.4136539297245632, -0.399095763874539, 0.540472263621851, -0.8287189164854514, 0.6815315004352326, -0.9873965308006128, -1.2919000124367723, -0.9873965308006128, 0.6466729035187739, -0.5326518246779636, -1.4136539297245632, -0.9873965308006128, -1.1803243227890394, -1.1803243227890394, 0.5192542735310336, -0.8287189164854514, -1.2919000124367723, -1.4136539297245632, -1.0790574778597075, 0.2281744925022827, -0.8287189164854514, -0.07830715528543812, -0.5832529451146112, 0.12135573902816592, -1.2919000124367723, 0.30602020105616784, 0.9795913118641054, -1.4136539297245632, -1.2919000124367723, 0.6729823680448009, -1.4136539297245632, 0.4861380328988963, -1.5439581059334548, -1.2919000124367723, 0.5083929055329082, -1.4136539297245632, 0.12135573902816592, -0.9873965308006128, -1.6792640863036443, -0.5326518246779636, 0.9458451189655654, -1.5439581059334548, -1.4136539297245632, 0.1018196875605295, 0.17683946021576705, -1.5439581059334548, 0.3890771849646849, -1.0790574778597075, 0.2603810872052736, -1.2919000124367723, 0.7691147313009403, -1.4136539297245632, 0.6193083817576317, -0.8287189164854514, 0.4513348398183527, 0.6004362416639547, -1.0790574778597075, 0.7765462314450655, -1.4136539297245632, -1.2919000124367723, -1.0790574778597075, -1.2919000124367723, -1.1803243227890394, -1.1803243227890394, -0.7596274321512345, 0.474732757099799, -0.7596274321512345, 0.2281744925022827, 0.6643247639264814, -1.2919000124367723, -0.6375805694040997, 0.1588380048837639, -0.7596274321512345, -1.4136539297245632, 1.1045801573891558, -1.1803243227890394, 1.2332341456107978, -1.2919000124367723, 0.01761310217939659, -1.2919000124367723, -1.4136539297245632, 0.6285523288300633, 0.474732757099799, -1.0790574778597075, 0.24446683332751215, -0.3221628374393094, -1.1803243227890394, -1.1803243227890394, 0.24446683332751215, -0.5326518246779636, -0.8287189164854514, -1.0790574778597075, -1.4136539297245632, -0.9873965308006128, -0.7596274321512345, 0.5610509133265509, 0.7385515189875963, -0.4853327181992913, 0.3624957926626585, 0.5192542735310336, 0.4973560729147468, -0.005148735037387091, -0.028685916637204118, -0.7596274321512345, -1.1803243227890394, 0.4631339123374032, -1.1803243227890394, -1.1803243227890394, -0.8287189164854514, -1.2919000124367723, 0.37591555710909375, 0.6193083817576317, 0.3488076158285857, -1.4136539297245632, -1.6792640863036443, -1.2919000124367723, -1.0790574778597075, -1.1803243227890394, -1.6792640863036443, 0.4393285325161559, -0.8287189164854514, -1.2919000124367723, -0.9873965308006128, -0.9873965308006128, 0.5908008512143388, 0.4271076105609092, -1.4136539297245632, -0.904309680436376, -1.2919000124367723, 0.1588380048837639, -1.4136539297245632, -1.4136539297245632, -0.2866203072150197, -1.4136539297245632, 0.33484012812096337, -1.0790574778597075, -0.9873965308006128, -0.3221628374393094, -1.4136539297245632, -0.6961627486330705, -1.2919000124367723, 0.4146642944255933, -1.2919000124367723, -1.2919000124367723, 0.17683946021576705, 0.24446683332751215, -0.7596274321512345, -0.9873965308006128, -1.0790574778597075, 0.5908008512143388, -1.4136539297245632, 0.03964838460327587, -1.0790574778597075, -0.9873965308006128, -0.904309680436376, -1.0790574778597075, -0.7596274321512345, -0.6375805694040997, -0.10451667556660553, -0.6961627486330705, -1.4136539297245632, 0.21148580181937413, -1.1803243227890394, -1.0790574778597075, -0.9873965308006128, -1.6792640863036443, -0.9873965308006128, -1.4136539297245632, -1.0790574778597075, -0.9873965308006128, 1.0117451216669326, 0.30602020105616784, -1.2919000124367723, 0.5810275262459661, -1.0790574778597075, -1.2919000124367723, -1.1803243227890394, -0.9873965308006128, -1.2919000124367723, -0.399095763874539, -0.9873965308006128, -0.904309680436376, -1.1803243227890394, 0.9042392797101124, 1.0117451216669326, -1.5439581059334548, 0.5711122708296877, 0.3890771849646849, -1.5439581059334548, 0.6099375275212794, -1.1803243227890394, 0.3624957926626585, 0.8856002793449973, -0.7596274321512345, 0.32058175730968275, -1.0790574778597075, 0.2759342914987635, 0.5908008512143388, -1.1803243227890394, 0.5083929055329082, -1.1803243227890394, -0.6961627486330705, -0.9873965308006128, 0.5083929055329082, 0.4861380328988963, 0.3488076158285857, -1.1803243227890394, -1.0790574778597075, -1.5439581059334548, -1.1803243227890394, -0.44092021259692826, -0.904309680436376, -0.8287189164854514, 0.8664373078957891, -1.0790574778597075, -1.0790574778597075, -0.9873965308006128, -1.2919000124367723, -1.2919000124367723, -0.9873965308006128, -0.7596274321512345, 0.24446683332751215, -0.9873965308006128, -1.1803243227890394, -1.1803243227890394, 0.6643247639264814, 0.2911423645678603, -0.399095763874539, -0.8287189164854514, -1.2919000124367723, 0.2603810872052736, 0.3890771849646849, -0.6961627486330705, -0.07830715528543812, 0.2603810872052736, -0.7596274321512345, -0.9873965308006128, 0.6899748404180315, -1.2919000124367723, -0.7596274321512345, -0.8287189164854514, 0.4861380328988963, -0.6961627486330705, 0.2603810872052736, -0.6961627486330705, -1.4136539297245632, -0.904309680436376, 0.8599280542682421, -0.4853327181992913, 0.4146642944255933, -0.07830715528543812, -0.6375805694040997, -0.5832529451146112, -1.2919000124367723, -0.904309680436376, -1.0790574778597075, -0.9873965308006128, 0.2603810872052736, -1.0790574778597075, -0.399095763874539, -1.5439581059334548, -0.904309680436376, -1.2919000124367723, -0.904309680436376, 0.540472263621851, 0.9103407225604464, -0.904309680436376, 0.4631339123374032, -0.8287189164854514, -1.2919000124367723, 0.6983149694376766, -1.4136539297245632, -1.0790574778597075, 0.6099375275212794, 0.30602020105616784, -1.2919000124367723, -0.904309680436376, -1.5439581059334548, 0.9223821742085117, -1.0790574778597075, -1.2919000124367723, -0.5832529451146112, 0.4146642944255933, -0.6375805694040997, -1.2919000124367723, -1.4136539297245632, 0.3890771849646849, 0.24446683332751215, 0.19438115340189246, 0.30602020105616784, 0.8467200872739948, 0.30602020105616784, -1.1803243227890394, -0.6375805694040997, -1.1803243227890394, -0.7596274321512345, -0.904309680436376, 0.474732757099799, -0.9873965308006128, 0.6983149694376766, -0.6375805694040997, 0.3488076158285857, -0.9873965308006128, -1.4136539297245632, -0.9873965308006128, 0.4631339123374032, -1.0790574778597075, -1.1803243227890394, -1.0790574778597075, -0.5326518246779636, 0.4973560729147468, -1.2919000124367723, 0.2759342914987635, -0.9873965308006128, -0.7596274321512345, -1.1803243227890394, -0.6961627486330705, -0.07830715528543812, 0.8918700753098732, -0.7596274321512345, -0.9873965308006128, -0.7596274321512345, -0.6961627486330705, -0.5832529451146112, 0.5083929055329082, -0.8287189164854514, -1.5439581059334548, -0.7596274321512345, -0.7596274321512345, -0.07830715528543812, -0.4853327181992913, 0.4393285325161559, -0.6375805694040997, -0.904309680436376, -0.6375805694040997, -0.07830715528543812, -0.6375805694040997, -0.005148735037387091, -1.0790574778597075, -1.0790574778597075, -1.0790574778597075, -1.0790574778597075, -0.8287189164854514, 0.33484012812096337, -0.8287189164854514, -0.10451667556660553, 0.4513348398183527, -0.9873965308006128, 0.9342145973726356, -1.2919000124367723, -1.0790574778597075, 1.221793154035412, -1.0790574778597075, 0.65555590588346, -0.6375805694040997, -0.7596274321512345, -0.6375805694040997, 0.4861380328988963, -1.2919000124367723, -0.18965171811580345, -0.9873965308006128, -0.4853327181992913, -1.1803243227890394, -0.7596274321512345, -1.1803243227890394, 0.5908008512143388, -0.904309680436376, -1.1803243227890394, -0.904309680436376, 1.251885572488479, -0.6961627486330705, -1.1803243227890394, 0.4513348398183527, 0.8856002793449973, -0.7596274321512345, -0.9873965308006128, -0.904309680436376, 0.30602020105616784, -0.8287189164854514, 0.826415640000937, -0.9873965308006128, 0.8054879589139056, 0.24446683332751215, -0.7596274321512345, 0.6815315004352326, -0.6375805694040997, -1.2919000124367723, -1.5439581059334548, -0.6961627486330705, 0.6193083817576317, -0.9873965308006128, -0.5832529451146112, -1.5439581059334548, -0.904309680436376, -1.1803243227890394, -0.6375805694040997, 0.6815315004352326, -0.7596274321512345, 0.7385515189875963, 0.7306918347452686, 0.5908008512143388, -0.904309680436376, -1.1803243227890394, 0.4513348398183527, -1.5439581059334548, -0.904309680436376, -0.904309680436376, -0.5326518246779636, -1.0790574778597075, -0.8287189164854514, 1.3414085853429032, 0.6899748404180315, -1.1803243227890394, 0.9163880370511696, -0.8287189164854514, -0.399095763874539, -1.2919000124367723, 1.0621772532230669, -0.44092021259692826, -1.2919000124367723, -1.4136539297245632, -1.4136539297245632, -1.4136539297245632, 0.2759342914987635, 0.4271076105609092, -0.904309680436376, -0.904309680436376, -0.6961627486330705, 0.3890771849646849, -1.5439581059334548, -0.9873965308006128, 1.240756104062487, -0.7596274321512345, -0.7596274321512345, -1.4136539297245632, -1.2919000124367723, -1.0790574778597075, -0.399095763874539, -0.6375805694040997, -1.0790574778597075, 0.37591555710909375, -0.8287189164854514, -0.1601019147044337, -0.9873965308006128, -1.4136539297245632, 1.5340407921037311, 1.0766067375568924, 0.4393285325161559, -0.9873965308006128, 0.19438115340189246, 1.0424499789427424, -1.4136539297245632, -1.5439581059334548, 0.6004362416639547, 0.474732757099799, 0.6004362416639547, 0.9904786771500594, -0.399095763874539, -1.1803243227890394, 0.6729823680448009, -0.9873965308006128, 1.1314502901967358, -0.44092021259692826, -1.1803243227890394, 0.8332511928699209, -0.904309680436376, -0.3221628374393094, -0.7596274321512345, -1.1803243227890394, -0.2866203072150197, -0.2205072750200155, -0.399095763874539, -0.44092021259692826, -1.1803243227890394, 1.3316595481500315, -1.2919000124367723, 0.5711122708296877, -0.7596274321512345, -1.5439581059334548, 0.6899748404180315, 1.1226107979101558, -0.8287189164854514, -1.0790574778597075, -0.904309680436376, -1.6792640863036443, 0.4513348398183527, -1.2919000124367723, -0.005148735037387091, -0.6961627486330705, -0.904309680436376, 0.21148580181937413, -0.6961627486330705, -0.8287189164854514, 0.6285523288300633, -0.6375805694040997, -1.0790574778597075, -0.44092021259692826, 0.19438115340189246, -1.0790574778597075, -1.0790574778597075, -0.7596274321512345, 0.540472263621851, -0.7596274321512345, -0.6961627486330705, -0.5326518246779636, -0.5326518246779636, -1.1803243227890394, -0.6375805694040997, 1.2101567378291618, -1.4136539297245632, 0.17683946021576705, 0.8332511928699209, 1.3821127904155242, -0.3595876562962116, -1.2919000124367723, -0.9873965308006128, -0.2205072750200155, 0.826415640000937, -0.399095763874539, 0.5610509133265509, 0.5083929055329082, -0.8287189164854514, 0.8728850004526868, 1.3510200611788192, -1.0790574778597075, -0.399095763874539, -0.6375805694040997, 0.5610509133265509, 1.1444981530723095, 0.1018196875605295, -1.4136539297245632, -1.1803243227890394, 0.4631339123374032, -0.4853327181992913, 0.9223821742085117, 0.9223821742085117, -1.0790574778597075, 0.8918700753098732, 0.12135573902816592, 0.7146954589149648, 0.7616013620237568, -0.6961627486330705, -0.5832529451146112, -1.2919000124367723, -0.6375805694040997, 0.3890771849646849, -1.2919000124367723, 0.33484012812096337, 0.12135573902816592, -0.9873965308006128, 0.3890771849646849, 0.9283240602365208, 0.4271076105609092, -0.8287189164854514, 0.9223821742085117, -0.6375805694040997, 0.7616013620237568, -0.9873965308006128, -0.6961627486330705, 0.5810275262459661, -0.8287189164854514, 0.6466729035187739, -0.3221628374393094, -0.8287189164854514, -0.3595876562962116, -0.6961627486330705, 0.6004362416639547, 1.2179363906268523, 0.5508390959627038, 0.7765462314450655, -0.5326518246779636, 1.259205471847355, 0.7911706176095926, -0.4853327181992913, -0.9873965308006128, -0.8287189164854514, 1.161515480751978, 0.7146954589149648, -0.2866203072150197, 0.540472263621851, -0.05305223041964298, -0.1601019147044337, -0.6961627486330705, 0.2603810872052736, -1.4136539297245632, 0.5508390959627038, 0.7616013620237568, -0.904309680436376, 0.4019903756690267, 0.6643247639264814, -0.6375805694040997, 0.03964838460327587, -0.399095763874539, -0.3595876562962116, -0.904309680436376, -0.5832529451146112, -0.7596274321512345, -0.3595876562962116, -0.8287189164854514, -0.8287189164854514, 0.7463216703682909, 0.6193083817576317, 0.4973560729147468, -0.8287189164854514, 0.06100149578419215, -0.3221628374393094, 1.0860593872427982, -0.1601019147044337, 0.8856002793449973, 0.9458451189655654, 0.37591555710909375, 0.6193083817576317, 0.17683946021576705, -0.8287189164854514, 0.6004362416639547, 0.2603810872052736, 0.7463216703682909, -0.8287189164854514, -0.6375805694040997, 0.08171292146678093, 0.9163880370511696, -0.5326518246779636, 0.6193083817576317, 0.5508390959627038, 0.8125354593005705, -0.6961627486330705, 0.474732757099799, -0.2527857663574994, 0.12135573902816592, -0.5326518246779636, -1.0790574778597075, -0.2205072750200155, 0.7146954589149648, 1.4403392049524504, -0.5832529451146112, 1.165704219338241, 1.3015462389001424, 0.3624957926626585, -0.028685916637204118, 0.7691147313009403, 0.474732757099799, -0.399095763874539, -0.2205072750200155, 0.8400188979504892, -0.5326518246779636, 1.2912052016295816, 0.9904786771500594, 0.4861380328988963, 0.8400188979504892, 0.37591555710909375, 1.0718307797885391, -1.0790574778597075, 0.7616013620237568, 0.06100149578419215, 0.6899748404180315, 1.221793154035412, 0.7306918347452686, 0.6099375275212794, -0.3595876562962116, 0.6285523288300633, -0.6375805694040997, 1.2140576690128009, -0.904309680436376, -0.028685916637204118, 0.12135573902816592, 0.5508390959627038, -0.6375805694040997, 0.08171292146678093, -0.7596274321512345, -0.7596274321512345, 0.9342145973726356, -0.6961627486330705, 0.8980827317576995, 0.08171292146678093, -0.07830715528543812, -0.3595876562962116, 1.3283786146132237, -0.4853327181992913, 0.6466729035187739, -0.6961627486330705, 0.4861380328988963, 0.9795913118641054, 0.5610509133265509, 0.4631339123374032, -0.6961627486330705, -0.399095763874539, 1.448659253201377, 0.30602020105616784, 0.9163880370511696, -0.6375805694040997, -0.4853327181992913, -0.5832529451146112, 0.7463216703682909, -0.4853327181992913, 0.6899748404180315, 1.548477030316613, -0.399095763874539, 0.2281744925022827, -0.2866203072150197, 0.474732757099799, 1.251885572488479, -0.6375805694040997, 0.2911423645678603, 0.8467200872739948, -0.18965171811580345, 0.4271076105609092, 0.7983668620783935, -0.399095763874539, 0.4146642944255933, 0.9629270506740572, 0.7227405338204532, 0.8664373078957891, -0.8287189164854514, -0.10451667556660553, 1.3414085853429032, 1.0670211113337198, 1.3851454064614002, -0.4853327181992913, -0.3595876562962116, 1.1903098311708082, 0.24446683332751215, 0.24446683332751215, 1.0323679667376493, 0.01761310217939659, 0.9795913118641054, 0.2603810872052736, 0.1018196875605295, 0.03964838460327587, 0.4271076105609092, -0.05305223041964298, -0.4853327181992913, -0.5832529451146112, 0.474732757099799, 0.6983149694376766, -0.6375805694040997, -0.07830715528543812, 0.30602020105616784, -0.2866203072150197, 1.1822062998395673, 0.6285523288300633, -0.5832529451146112, -0.5832529451146112, -0.005148735037387091, -0.4853327181992913, -0.05305223041964298, 0.8856002793449973, -0.2866203072150197, 0.8332511928699209, -0.18965171811580345, 0.7983668620783935, 0.8792722841905248, 0.1403522688831296, 0.4019903756690267, 0.474732757099799, -0.2866203072150197, 1.4060038815943308, -0.005148735037387091, 0.4019903756690267, 0.9685271982917508, -0.3221628374393094, -0.2205072750200155, 0.08171292146678093, 0.9283240602365208, 0.2603810872052736, 0.4513348398183527, -0.6961627486330705, -0.3221628374393094, 0.7911706176095926, -0.18965171811580345, -0.07830715528543812, 0.12135573902816592, 1.776905183986077, 0.3488076158285857, 0.4271076105609092, 0.12135573902816592, 0.6983149694376766, 0.3488076158285857, -0.6375805694040997, 1.3250818020036508, 0.1588380048837639, -0.2866203072150197, -0.3595876562962116, 0.8054879589139056, -0.2205072750200155, 0.21148580181937413, -0.05305223041964298, -0.005148735037387091, 1.7700615457134097, -0.5326518246779636, -0.3221628374393094, -0.2205072750200155, -0.18965171811580345, 0.3488076158285857, -0.5326518246779636, 0.19438115340189246, 0.24446683332751215, -0.5326518246779636, 0.3488076158285857, 1.2140576690128009, -0.5832529451146112, -0.2866203072150197, 1.2256282063609198, -0.028685916637204118, 1.0907369882478024, 0.3890771849646849, 0.7765462314450655, -0.13175424248039952, -0.4853327181992913, 0.1403522688831296, 1.3636279697952207, 0.1403522688831296, -0.5326518246779636, 0.6004362416639547, 0.7306918347452686, -0.2205072750200155, 0.4861380328988963, 0.5908008512143388, -0.399095763874539, 0.2759342914987635, 1.4347355034051716, -0.18965171811580345, 0.08171292146678093, 0.2759342914987635, 0.8400188979504892, -0.18965171811580345, 0.5299456517839318, 0.474732757099799, -0.3595876562962116, -0.1601019147044337, 0.5083929055329082, -0.3221628374393094, -0.2866203072150197, -0.4853327181992913, 1.298116639337608, -0.6375805694040997, 0.6983149694376766, -0.2527857663574994, -0.10451667556660553, -0.6375805694040997, 0.8054879589139056, 0.08171292146678093, 1.221793154035412, -0.05305223041964298, 0.5908008512143388, -0.5326518246779636, 0.6983149694376766, -0.3595876562962116, 0.1588380048837639, 0.540472263621851, 0.6285523288300633, -0.1601019147044337, 0.7227405338204532, 0.5508390959627038, -0.10451667556660553, 0.5908008512143388, 0.7838976248302099, 0.33484012812096337, 0.19438115340189246, 0.01761310217939659, -0.3595876562962116, 1.8676196645688807, 0.9795913118641054, -0.3221628374393094, -0.1601019147044337, 0.7306918347452686, -0.1601019147044337, 0.8533560540722661, 0.8792722841905248, 0.4019903756690267, 1.0860593872427982, 1.1045801573891558, 0.03964838460327587, -0.13175424248039952, 1.0953826972646623, 0.8792722841905248, 0.8400188979504892, -0.2866203072150197, 0.7540043025249545, 0.03964838460327587, 1.3381743845732383, 0.6004362416639547, 0.7911706176095926, 1.3015462389001424, 0.1588380048837639, 0.4271076105609092, 0.03964838460327587, -0.44092021259692826, -0.6375805694040997, -0.13175424248039952, 0.4393285325161559, -0.05305223041964298, 0.4973560729147468, 1.596722341715202, 1.369845479569614, 0.7306918347452686, -0.6375805694040997, 0.01761310217939659, 1.2877230078556854, 0.8792722841905248, -0.07830715528543812, 0.4271076105609092, 0.1018196875605295, 1.0474355953605559, 1.3478312809313917, 0.7146954589149648, 0.37591555710909375, 1.0169596353791852, 0.21148580181937413, 0.08171292146678093, 0.1403522688831296, 1.1358274000665798, 0.7616013620237568, 0.9685271982917508, 0.5711122708296877, -0.028685916637204118, 1.3349247548002443, 0.5192542735310336, 1.3414085853429032, 1.0766067375568924, -0.10451667556660553, 1.1181476719259709, 0.21148580181937413, 0.9283240602365208, -0.2866203072150197, 0.2911423645678603, 0.2759342914987635, 0.7616013620237568, 0.5810275262459661, 0.4146642944255933, 0.33484012812096337, 0.2603810872052736, 0.8918700753098732, 0.6643247639264814, -0.005148735037387091, 1.1487924980406712, -0.2527857663574994, 0.6285523288300633, 0.7385515189875963, 0.4146642944255933, 1.1401765696043749, 1.2555553536850157, 1.0221345520794256, 1.4783250177659326, 1.2332341456107978, 1.229441790579021, 1.5217723614233198, 1.5787438112082617, 1.4888000568464506, 1.157300830299548, 0.01761310217939659, 0.7765462314450655, 1.1740052212334202, -0.2866203072150197, 0.8400188979504892, 0.1403522688831296, 0.7306918347452686, 1.0374276178265145, 1.6840315103726982, 1.529159906121928, 0.30602020105616784, 0.7065543757640079, 0.6729823680448009, 1.1822062998395673, 1.0670211113337198, 0.32058175730968275, -0.2205072750200155, 0.24446683332751215, 0.8195108669469195, 0.6099375275212794, 0.9042392797101124, 1.0860593872427982, 1.5192919322050318, 1.4783250177659326, 0.32058175730968275, -1.4136539297245632, -1.5439581059334548, 0.6899748404180315, 0.5508390959627038, 1.1091327460036329, 0.7540043025249545, 0.6643247639264814, 0.6376727525636353, -1.2919000124367723, 0.2911423645678603, -0.9873965308006128, 0.7306918347452686, 0.540472263621851, -1.6792640863036443, 0.4973560729147468, 0.6466729035187739, 0.7983668620783935, -1.2919000124367723, 0.8533560540722661, 0.474732757099799, -1.5439581059334548, -1.4136539297245632, -1.4136539297245632, -1.4136539297245632, -1.6792640863036443, -1.6792640863036443, 0.19438115340189246, 0.4861380328988963, -1.5439581059334548, -1.4136539297245632, 0.4393285325161559, -1.5439581059334548, -1.5439581059334548, -1.0790574778597075, 0.37591555710909375, 0.3488076158285857, -1.2919000124367723, 0.3488076158285857, 0.2281744925022827, 0.1403522688831296, 0.6899748404180315, -1.2919000124367723, -1.1803243227890394, 0.5192542735310336, 0.6643247639264814, 0.2603810872052736, 0.32058175730968275, 0.7540043025249545, -1.1803243227890394, 0.30602020105616784, -1.5439581059334548, 0.6643247639264814, 0.3624957926626585, -1.2919000124367723, -1.4136539297245632, -0.07830715528543812, -1.4136539297245632, -1.2919000124367723, -1.2919000124367723, -1.5439581059334548, 0.9400546647067398, -1.4136539297245632, 0.6466729035187739, 0.3488076158285857, 0.1403522688831296, 0.9342145973726356, 0.17683946021576705, -1.4136539297245632, 0.37591555710909375, -1.4136539297245632, 0.5810275262459661, -1.4136539297245632, 0.5083929055329082, 0.32058175730968275, 0.8980827317576995, 1.3015462389001424, -1.2919000124367723, -1.4136539297245632, -1.4136539297245632, -1.6792640863036443, 0.6466729035187739, -1.5439581059334548, -1.1803243227890394, 0.2281744925022827, 0.7385515189875963, 0.5610509133265509, -1.4136539297245632, 0.4393285325161559, 1.4147513328921797, 1.2062333413725936, -1.5439581059334548, -1.2919000124367723, -1.2919000124367723, 1.2101567378291618, 0.9850567346836046, 0.826415640000937, 0.8533560540722661, 0.6004362416639547, -1.1803243227890394, 0.17683946021576705, 0.5810275262459661, -1.5439581059334548, 0.9572805078261336, 1.0272704681823075, 0.19438115340189246, -1.5439581059334548, 1.1136551181002707, -1.4136539297245632, -1.2919000124367723, -0.9873965308006128, -1.5439581059334548, 0.8125354593005705, -1.5439581059334548, -0.4853327181992913, -1.4136539297245632, 0.6643247639264814, -1.5439581059334548, 0.474732757099799, -1.6792640863036443, -1.2919000124367723, 1.1740052212334202, -1.5439581059334548, 0.5810275262459661, -1.4136539297245632, 0.5610509133265509, -1.5439581059334548, 0.5610509133265509, -1.5439581059334548, -1.1803243227890394, -1.5439581059334548, -1.5439581059334548, 0.9904786771500594, 0.7540043025249545, -1.0790574778597075, 1.1270448788679386, -1.6792640863036443, -1.1803243227890394, 0.7540043025249545, 1.0474355953605559, 0.6729823680448009, -1.1803243227890394, -1.1803243227890394, 0.7146954589149648, -1.5439581059334548, 0.4393285325161559, -1.2919000124367723, -0.9873965308006128, -1.4136539297245632, 0.7616013620237568, -0.7596274321512345, -0.005148735037387091, -1.2919000124367723, 0.1018196875605295, 1.3015462389001424, 0.9685271982917508, 0.8332511928699209, 1.001194848239816, 0.9400546647067398, -1.2919000124367723, 1.0272704681823075, -1.4136539297245632, -1.5439581059334548, -1.4136539297245632, -1.2919000124367723, 0.5908008512143388, -1.6792640863036443, -1.2919000124367723, 0.6729823680448009, -0.904309680436376, 0.8856002793449973, -1.4136539297245632, 0.5083929055329082, 0.06100149578419215, -1.5439581059334548, 0.8664373078957891, 0.6376727525636353, 0.7065543757640079, 0.4861380328988963, 1.1487924980406712, -1.4136539297245632, 0.6004362416639547, 1.1698673625790574, 0.5508390959627038, -1.1803243227890394, -1.5439581059334548, 0.7911706176095926, 0.7065543757640079, 0.8856002793449973, 0.9042392797101124, 1.2022872195000929, 0.8728850004526868, 0.9904786771500594, 1.0064904007518711, -0.904309680436376, 1.3283786146132237, 0.6983149694376766, -1.6792640863036443, 0.4631339123374032, -1.2919000124367723, -1.6792640863036443, 0.7838976248302099, -1.2919000124367723, 1.1444981530723095, -1.4136539297245632, -1.5439581059334548, -1.4136539297245632, 0.8467200872739948, -0.13175424248039952, 0.4393285325161559, -1.4136539297245632, 0.6466729035187739, -1.2919000124367723, 1.0221345520794256, 0.8054879589139056, -1.1803243227890394, -1.1803243227890394, 1.0907369882478024, 0.6643247639264814, 0.8195108669469195, 0.7463216703682909, -0.9873965308006128, 0.8467200872739948, -1.5439581059334548, -1.5439581059334548, -1.5439581059334548, 1.1487924980406712, 0.8728850004526868, -1.5439581059334548, -1.0790574778597075, 0.9740817062595641, -1.5439581059334548, -1.0790574778597075, -1.4136539297245632, 1.1270448788679386, -1.5439581059334548, 0.5908008512143388, 0.9958578250892745, -1.5439581059334548, 1.2256282063609198, 1.0424499789427424, 0.8980827317576995, 1.1270448788679386, -1.6792640863036443, 1.229441790579021, 1.3541939833561538, 1.0169596353791852, -1.2919000124367723, -1.0790574778597075, 1.0169596353791852, -1.4136539297245632, 0.6004362416639547, -1.5439581059334548, 1.0718307797885391, -1.2919000124367723, 0.17683946021576705, -1.0790574778597075, 0.9958578250892745, 1.2807047607797792, -1.5439581059334548, 0.8792722841905248, -0.399095763874539, -1.4136539297245632, 1.1943257361139612, 1.1740052212334202, 1.3790666123450603, 1.161515480751978, 0.9458451189655654, -1.1803243227890394, -1.0790574778597075, -1.6792640863036443, 0.33484012812096337, 1.3636279697952207, -1.5439581059334548, -1.5439581059334548, 1.2807047607797792, -1.5439581059334548, 0.9740817062595641, 0.8400188979504892, -0.9873965308006128, -1.5439581059334548, -0.5832529451146112, -1.4136539297245632, 0.8599280542682421, 0.6285523288300633, 1.1270448788679386, -1.0790574778597075, -0.9873965308006128, 0.9283240602365208, 0.8792722841905248, -1.4136539297245632, -1.2919000124367723, 1.3729330812239031, -1.5439581059334548, 0.6643247639264814, 1.0117451216669326, 1.0860593872427982, -1.4136539297245632, 1.1091327460036329, -1.5439581059334548, -0.9873965308006128, 1.2062333413725936, -0.9873965308006128, -0.6961627486330705, -1.2919000124367723, -1.4136539297245632, -1.0790574778597075, 0.1403522688831296, 0.8980827317576995, 0.4973560729147468, -1.2919000124367723, 0.9904786771500594, -1.6792640863036443, 1.2332341456107978, -1.4136539297245632, 0.6004362416639547, -1.5439581059334548, -0.9873965308006128, 0.8599280542682421, 1.0953826972646623, -1.5439581059334548, 1.0374276178265145, -0.9873965308006128, 0.7983668620783935, 0.9850567346836046, -1.5439581059334548, -1.5439581059334548, 1.2771683351162224, 0.826415640000937, -1.5439581059334548, -1.2919000124367723, 0.8599280542682421, -1.4136539297245632, 0.9458451189655654, 1.3150945343289806, -1.4136539297245632, -1.2919000124367723, -0.6961627486330705, 1.0718307797885391, 1.0860593872427982, 0.8533560540722661, 0.8195108669469195, -1.2919000124367723, -1.6792640863036443, -1.0790574778597075, -1.2919000124367723, 0.9400546647067398, -1.2919000124367723, 0.9904786771500594, 0.6466729035187739, 1.4541500220365855, 1.221793154035412, -1.4136539297245632, 0.826415640000937, 0.951586795264168, 1.2332341456107978, 0.7463216703682909, 1.0374276178265145, 1.0999969459824712, 1.1270448788679386, -1.0790574778597075, -0.6961627486330705, 0.8918700753098732, -1.1803243227890394, 1.1181476719259709, -0.8287189164854514, -0.9873965308006128, 1.1983181075256633, -1.2919000124367723, 1.0766067375568924, -1.6792640863036443, -1.1803243227890394, 1.0860593872427982, 0.8664373078957891, -1.5439581059334548, 1.2807047607797792, -1.6792640863036443, -1.2919000124367723, 1.0169596353791852, 1.1401765696043749, -1.1803243227890394, 0.9572805078261336, -1.6792640863036443, 1.4783250177659326, -1.4136539297245632, 1.1943257361139612, 1.0169596353791852, 1.0323679667376493, -1.2919000124367723, 1.1444981530723095, -1.5439581059334548, 0.8980827317576995, 1.0621772532230669, -1.5439581059334548, -1.4136539297245632, -1.4136539297245632, 0.8728850004526868, -1.4136539297245632, 1.2700399267080775, 1.0221345520794256, 1.2842229224867945, 1.0718307797885391, -0.904309680436376, -1.2919000124367723, -1.0790574778597075, 1.3083540685539916, 1.0907369882478024, -1.5439581059334548, 0.9283240602365208, 1.0323679667376493, 1.366743818623144, 1.2370055064124457, 1.1862701137304692, 1.2700399267080775, -1.5439581059334548, -1.2919000124367723, -1.5439581059334548, -1.4136539297245632, 0.7765462314450655, 1.2946696857347608, -1.4136539297245632, 0.8195108669469195, 0.9958578250892745, 0.9400546647067398, 1.0323679667376493, 0.9223821742085117, 1.2140576690128009, -1.1803243227890394, -1.2919000124367723, 0.7146954589149648, -1.6792640863036443, 1.369845479569614, -1.0790574778597075, -1.2919000124367723, -1.5439581059334548, 0.9629270506740572, 1.0323679667376493, 1.3881645806782563, 1.5316047212717294, 1.2807047607797792, 0.9163880370511696, -1.6792640863036443, 0.9904786771500594, -1.5439581059334548, -0.904309680436376, 1.1091327460036329, 1.0272704681823075, -1.4136539297245632, 1.240756104062487, -0.9873965308006128, 1.1270448788679386, 1.0670211113337198, -1.0790574778597075, 0.9850567346836046, -0.9873965308006128, 0.9958578250892745, 0.7983668620783935, 1.1314502901967358, 1.0766067375568924, 1.1983181075256633, 0.8728850004526868, -1.5439581059334548, -1.4136539297245632, 1.1358274000665798, 1.1862701137304692, 1.244486165846603, 0.9958578250892745, -1.4136539297245632, 0.7227405338204532, 1.2700399267080775, -1.4136539297245632, -1.0790574778597075, -0.9873965308006128, -1.2919000124367723, -0.9873965308006128, -1.1803243227890394, 0.8467200872739948, 1.3821127904155242, -1.6792640863036443, 1.3117326385280503, -1.4136539297245632, -1.5439581059334548, 1.0117451216669326, 1.3349247548002443, 0.8195108669469195, -0.8287189164854514, 0.9458451189655654, 0.9740817062595641, -1.0790574778597075, -0.9873965308006128, 1.3217689559160395, -0.8287189164854514, 1.0766067375568924, 0.9795913118641054, -1.2919000124367723, -1.5439581059334548, -1.5439581059334548, -1.4136539297245632, -1.5439581059334548, -1.0790574778597075, 0.9458451189655654, -0.5832529451146112, 1.2842229224867945, 1.0064904007518711, 0.8980827317576995, 1.2140576690128009, -0.5326518246779636, 0.9740817062595641, -1.4136539297245632, -1.4136539297245632, -1.4136539297245632, 1.0474355953605559, 0.8054879589139056, 1.3015462389001424, 1.1226107979101558, -1.2919000124367723, 0.1588380048837639, 1.1314502901967358, 1.0064904007518711, 0.9904786771500594, 1.0117451216669326, -1.2919000124367723, -1.4136539297245632, -0.904309680436376, -1.4136539297245632, -1.2919000124367723, 0.7983668620783935, -1.2919000124367723, -1.2919000124367723, 1.1530599455552504, -1.0790574778597075, 1.0374276178265145, 0.7765462314450655, 1.165704219338241, -1.0790574778597075, 1.4147513328921797, 1.1530599455552504, 1.0718307797885391, -1.1803243227890394, 1.2842229224867945, 1.459596881885845, -1.6792640863036443, 1.3217689559160395, -1.5439581059334548, 1.1358274000665798, 1.400109208083567, 1.0117451216669326, 1.2022872195000929, 1.157300830299548, 0.7616013620237568, 1.3381743845732383, -1.5439581059334548, -1.2919000124367723, 1.1226107979101558, 1.2771683351162224, 0.9283240602365208, 1.0117451216669326, -1.6792640863036443, 1.2179363906268523, 1.3414085853429032, 1.0621772532230669, -1.2919000124367723, 0.9342145973726356, 1.369845479569614, 1.0766067375568924, 1.3971426306206869, 1.0813494536192374, 1.221793154035412, 1.2179363906268523, -0.9873965308006128, -0.8287189164854514, 1.3881645806782563, -1.5439581059334548, 1.3049586582341532, 1.4458971806108898, -1.4136539297245632, 1.0169596353791852, 0.7691147313009403, -0.13175424248039952, 0.9629270506740572, 1.1822062998395673, -1.2919000124367723, 0.7306918347452686, -1.5439581059334548, 1.1903098311708082, -1.5439581059334548, -1.4136539297245632, 1.165704219338241, 1.0953826972646623, -1.0790574778597075, 1.3283786146132237, -1.2919000124367723, 1.2555553536850157, -1.6792640863036443, -1.6792640863036443, 1.1358274000665798, -1.6792640863036443, 1.3083540685539916, 0.2281744925022827, -1.4136539297245632, -1.4136539297245632, 1.0474355953605559, 1.1862701137304692, 0.8792722841905248, -1.1803243227890394, 1.0999969459824712, -1.5439581059334548, 1.5877923971136307, -0.7596274321512345, -1.5439581059334548, -1.0790574778597075, 1.1903098311708082, -1.6792640863036443, -0.9873965308006128, 0.9042392797101124, 0.9850567346836046, 0.8400188979504892, 0.8332511928699209, 0.24446683332751215, -1.5439581059334548, -1.5439581059334548, 1.259205471847355, 1.0813494536192374, 0.9795913118641054, 0.9103407225604464, 1.052385000488858, 1.2842229224867945, -1.1803243227890394, -1.2919000124367723, -1.5439581059334548, 1.052385000488858, -1.2919000124367723, 1.2370055064124457, -1.6792640863036443, -1.0790574778597075, -1.4136539297245632, 1.0670211113337198, 1.3971426306206869, 1.1487924980406712, 1.4060038815943308, 1.3881645806782563, -0.904309680436376, -1.0790574778597075, 1.2022872195000929, 1.2700399267080775, -1.0790574778597075, 1.0169596353791852, -1.0790574778597075, -1.1803243227890394, -1.1803243227890394, 1.1136551181002707, 1.0813494536192374, 0.8856002793449973, 1.2332341456107978, 1.1136551181002707, -1.6792640863036443, -1.5439581059334548, 1.052385000488858, 1.0064904007518711, 1.1314502901967358, 1.0953826972646623, 1.0813494536192374, 1.0953826972646623, 1.2370055064124457, -1.2919000124367723, 1.4403392049524504, -1.4136539297245632, 1.0621772532230669, -1.6792640863036443, 1.1314502901967358, -1.5439581059334548, 1.0221345520794256, -1.1803243227890394, 1.1983181075256633, 0.9958578250892745, 0.4631339123374032, 1.244486165846603, -1.1803243227890394, -0.9873965308006128, -0.904309680436376, 0.7911706176095926, -1.1803243227890394, 0.9042392797101124, 1.161515480751978, 0.951586795264168, -1.2919000124367723, 1.1781181004375283, 1.1136551181002707, 0.7306918347452686, -0.5326518246779636, 1.0999969459824712, -1.5439581059334548, 1.0064904007518711, 1.0999969459824712, -1.2919000124367723, 1.3250818020036508, -1.2919000124367723, -1.2919000124367723, 0.8856002793449973, 0.9795913118641054, 0.5810275262459661, -0.6375805694040997, 1.3117326385280503, 1.2256282063609198, -1.2919000124367723, -1.4136539297245632, -0.9873965308006128, -1.4136539297245632, 1.4147513328921797, -1.1803243227890394, 0.9850567346836046, 0.9163880370511696, 1.3604978027247756, -1.0790574778597075, 1.4262425507200012, 1.0323679667376493, 0.9042392797101124, 1.1401765696043749, 1.161515480751978, 1.0999969459824712, -1.2919000124367723, -1.6792640863036443, -1.5439581059334548, 1.3541939833561538, 1.052385000488858, 1.2062333413725936, 0.7385515189875963, -1.1803243227890394, 0.8664373078957891, -1.5439581059334548, 1.221793154035412, 1.0860593872427982, -0.904309680436376, -0.7596274321512345, -1.1803243227890394, 1.1530599455552504, 1.0169596353791852, -1.6792640863036443, 1.0064904007518711, 1.2332341456107978, 1.298116639337608, 1.165704219338241, -0.904309680436376, 1.1401765696043749, -1.1803243227890394, 1.0813494536192374, -1.2919000124367723, -1.1803243227890394, 1.5042166128524308, 1.1401765696043749, -1.2919000124367723, -1.4136539297245632, 1.1862701137304692, 1.2877230078556854, 0.9458451189655654, 1.1091327460036329, 1.1045801573891558, 1.1943257361139612, 1.1358274000665798, 1.0572987162127836, 1.3049586582341532, 1.1698673625790574, -1.4136539297245632, 1.1444981530723095, 1.0323679667376493, 1.1045801573891558, 0.9958578250892745, 1.0953826972646623, 1.1487924980406712, -1.5439581059334548, 1.0766067375568924, 0.7540043025249545, -0.3221628374393094, -1.0790574778597075, 1.3541939833561538, 1.3083540685539916, 1.298116639337608, 1.0272704681823075, -1.4136539297245632, -1.4136539297245632, -1.4136539297245632, 1.2700399267080775, 0.9400546647067398, 0.5610509133265509, 1.0813494536192374, 1.1091327460036329, 1.052385000488858, -1.4136539297245632, 1.3636279697952207, 0.7306918347452686, 1.2370055064124457, 1.2736134549424658, 1.4030629213881525, 1.3446275028879682, -1.4136539297245632, -1.1803243227890394, 1.1045801573891558, -0.9873965308006128, 1.3283786146132237, 1.0670211113337198, -1.1803243227890394, -0.9873965308006128, -1.4136539297245632, -1.5439581059334548, 1.2664475538027054, 1.3049586582341532, 1.1740052212334202, -1.4136539297245632, -1.2919000124367723, 1.1983181075256633, -1.4136539297245632, 1.2481959153401552, -0.8287189164854514, 1.0424499789427424, -1.2919000124367723, -1.2919000124367723, 1.2179363906268523, -1.4136539297245632, 0.8195108669469195, -1.2919000124367723, 1.1781181004375283, 0.6099375275212794, -1.5439581059334548, 1.1226107979101558, 0.9400546647067398, -1.6792640863036443, -1.5439581059334548, -1.2919000124367723, -1.1803243227890394, 1.1943257361139612, 1.0813494536192374, 1.3250818020036508, -1.1803243227890394, 0.9740817062595641, 1.1045801573891558, 1.3604978027247756, 1.2332341456107978, 1.1862701137304692, -1.4136539297245632, -1.5439581059334548, 1.0221345520794256, 0.7765462314450655, -1.6792640863036443, -1.4136539297245632, 1.0907369882478024, 1.3250818020036508, -0.9873965308006128, 1.1045801573891558, -1.2919000124367723, 1.2062333413725936, 1.1401765696043749, 1.4458971806108898, -1.0790574778597075, 1.240756104062487, -1.1803243227890394, -1.2919000124367723, 1.0424499789427424, 1.3015462389001424, -1.1803243227890394, -0.904309680436376, 1.3349247548002443, -0.8287189164854514, 1.4147513328921797, 1.3729330812239031, 1.2140576690128009, 1.2062333413725936, -1.0790574778597075, 0.8125354593005705, -1.0790574778597075, 1.0860593872427982, -1.2919000124367723, -1.5439581059334548, -1.1803243227890394, 1.1740052212334202, 1.1401765696043749, 1.1358274000665798, 1.244486165846603, 0.4393285325161559, 1.240756104062487, 1.3049586582341532, 1.259205471847355, -1.4136539297245632, 1.1903098311708082, 1.0670211113337198, 1.3250818020036508, 1.0424499789427424, 1.3049586582341532, 1.0766067375568924, 1.3049586582341532, 0.6004362416639547, 1.0323679667376493, 1.0221345520794256, 1.2179363906268523, 1.2664475538027054, 1.3184399196826722, 0.01761310217939659, 1.1401765696043749, -1.5439581059334548, -1.2919000124367723, 1.259205471847355, 1.1983181075256633, 1.3821127904155242, 1.1226107979101558, 1.0766067375568924, 0.9958578250892745, 1.2912052016295816, 1.3049586582341532, -0.9873965308006128, 0.9572805078261336, 1.0766067375568924, 1.165704219338241, -1.6792640863036443, 1.0374276178265145, 0.9904786771500594, 1.1530599455552504, -1.6792640863036443, 1.3349247548002443, 1.1740052212334202, 1.5117959805450507, -1.0790574778597075, 1.1822062998395673, 1.262836136491256, 1.1903098311708082, -1.2919000124367723, 1.001194848239816, -0.028685916637204118, 1.1314502901967358, -1.0790574778597075, 1.001194848239816, 0.8792722841905248, -1.4136539297245632, -1.6792640863036443, 1.1822062998395673, 0.9223821742085117, -1.6792640863036443, 1.2101567378291618, 1.2140576690128009, 0.8980827317576995, -1.4136539297245632, 1.2140576690128009, -0.904309680436376, -1.4136539297245632, -1.4136539297245632, 1.411847979816987, -1.2919000124367723, 1.165704219338241, -0.904309680436376, 0.9795913118641054, -1.2919000124367723, 1.251885572488479, 0.6004362416639547, 1.2807047607797792, 1.1943257361139612, 1.3184399196826722, 1.1530599455552504, -1.1803243227890394, 1.0221345520794256, -1.2919000124367723, 1.0323679667376493, 1.161515480751978, 1.3015462389001424, -0.9873965308006128, 1.3117326385280503, 0.30602020105616784, 1.4703616444421868, 1.1136551181002707, 1.3150945343289806, 0.4513348398183527, 1.2022872195000929, -1.2919000124367723, -1.0790574778597075, 1.1270448788679386, -1.5439581059334548, -1.2919000124367723, 0.9342145973726356, 1.1740052212334202, -1.2919000124367723, 1.1487924980406712, -1.1803243227890394, 1.2771683351162224, 1.0860593872427982, 1.1698673625790574, 1.1983181075256633, 0.8980827317576995, 0.9958578250892745, 1.2912052016295816, -1.4136539297245632, -1.5439581059334548, 0.9572805078261336, 1.161515480751978, 1.3217689559160395, -1.2919000124367723, 1.1314502901967358, -1.6792640863036443, 1.1444981530723095, 1.1181476719259709, 1.2179363906268523, 1.221793154035412, -1.1803243227890394, 1.3911704316712143, 1.4541500220365855, -0.9873965308006128, -1.5439581059334548, 1.0718307797885391, -1.1803243227890394, 0.6376727525636353, 1.411847979816987, 1.1045801573891558, 1.2256282063609198, -1.4136539297245632, 1.052385000488858, 1.0953826972646623, 1.262836136491256, -1.4136539297245632, 1.0670211113337198, 1.1487924980406712, 1.2842229224867945, -1.2919000124367723, 1.1862701137304692, 1.3184399196826722, 1.605536715540623, 1.0999969459824712, 1.3851454064614002, 1.1270448788679386, 1.448659253201377, -0.5832529451146112, -0.6961627486330705, 1.157300830299548, -0.6375805694040997, -1.2919000124367723, -0.9873965308006128, -1.6792640863036443, -0.8287189164854514, 1.3446275028879682, -1.1803243227890394, 1.0718307797885391, 1.0424499789427424, -1.1803243227890394, 1.1903098311708082, 1.4991164344526882, -1.2919000124367723, -1.5439581059334548, 1.3971426306206869, -1.4136539297245632, 1.3911704316712143, 1.2807047607797792, 1.1358274000665798, 1.0272704681823075, 0.9629270506740572, -1.2919000124367723, -0.904309680436376, -1.0790574778597075, 1.1226107979101558, 1.2062333413725936, 1.244486165846603, 1.2555553536850157, -1.2919000124367723, -1.2919000124367723, 1.4319162691392875, 1.1740052212334202, 1.0670211113337198, 1.3541939833561538, 1.1822062998395673, 1.1862701137304692, 1.0572987162127836, 1.1781181004375283, -1.2919000124367723, 1.3283786146132237, 1.2022872195000929, -1.6792640863036443, -0.9873965308006128, 1.1487924980406712, 1.4730264605636914, 1.2101567378291618, 1.2140576690128009, 1.1822062998395673, -1.1803243227890394, 0.7616013620237568, 1.9949934521291897, 1.2370055064124457, -0.904309680436376, 1.2807047607797792, -0.8287189164854514, -1.5439581059334548, -0.9873965308006128, 1.1314502901967358, -0.2866203072150197, -0.9873965308006128, 1.1530599455552504, 1.0766067375568924, 1.2842229224867945, -1.1803243227890394, 1.3015462389001424, -0.5832529451146112, 1.1136551181002707, -1.4136539297245632, -0.904309680436376, -0.6961627486330705, -1.1803243227890394, -1.5439581059334548, 1.251885572488479, 1.1091327460036329, 1.1045801573891558, 1.1226107979101558, 1.1401765696043749, 1.1862701137304692, 1.366743818623144, 0.9795913118641054, 1.3636279697952207, 1.2807047607797792, 1.0572987162127836, 1.2179363906268523, 1.369845479569614, 1.0907369882478024, -0.5326518246779636, 1.2101567378291618, 1.2179363906268523, 0.4393285325161559, 1.3117326385280503, 1.1983181075256633, 1.0813494536192374, 1.2140576690128009, 1.0064904007518711, 1.1903098311708082, 1.0572987162127836, 0.8918700753098732, 1.1530599455552504, 1.1270448788679386, -1.0790574778597075, -1.6792640863036443, 1.0117451216669326, 1.1181476719259709, -1.4136539297245632, -1.5439581059334548, 1.001194848239816, 1.0999969459824712, 1.2700399267080775, 1.2140576690128009, 1.1983181075256633, -0.904309680436376, 1.165704219338241, 1.001194848239816, -1.6792640863036443, 0.9850567346836046, 1.0064904007518711, 1.1045801573891558, 1.161515480751978, 1.0813494536192374, -1.4136539297245632, 1.1822062998395673, 1.0272704681823075, 1.2700399267080775, 1.1226107979101558, 1.161515480751978, 1.3150945343289806, 0.9572805078261336, -1.5439581059334548, 1.4205211743831565, 1.157300830299548, 1.298116639337608, 1.2736134549424658, -1.0790574778597075, -1.2919000124367723, 1.1136551181002707, 0.9629270506740572, 1.1401765696043749, 1.2771683351162224, 1.2140576690128009, 1.4756808914661337, -1.2919000124367723, 1.3250818020036508, 1.2256282063609198, -1.0790574778597075, 1.3316595481500315, 1.0621772532230669, 1.0572987162127836, 1.2700399267080775, 1.0907369882478024, 1.1401765696043749, 1.0474355953605559, 1.2140576690128009, -1.0790574778597075, -1.2919000124367723, 1.1401765696043749, -1.4136539297245632, 1.3083540685539916, -1.0790574778597075, 1.0117451216669326, 0.9850567346836046, 1.3217689559160395, -0.6961627486330705, 1.2332341456107978, -0.5832529451146112, 1.0860593872427982, 1.240756104062487, 1.2664475538027054, -1.6792640863036443, 1.1314502901967358, 1.1045801573891558, 1.1740052212334202, -1.6792640863036443, -0.904309680436376, 1.1444981530723095, 1.0323679667376493, 1.1862701137304692, 1.0272704681823075, 1.4458971806108898, -0.6961627486330705, 1.2481959153401552, 1.3971426306206869, -1.1803243227890394, 1.3316595481500315, 1.3729330812239031, 1.3316595481500315, -0.9873965308006128, 1.0064904007518711, 0.6983149694376766, -1.5439581059334548, 1.1091327460036329, -0.44092021259692826, 1.1487924980406712, -1.2919000124367723, 1.1314502901967358, 1.240756104062487, 1.165704219338241, -1.4136539297245632, -1.2919000124367723, -1.2919000124367723, 1.001194848239816, 0.9740817062595641, 1.1781181004375283, -1.0790574778597075, 1.0374276178265145, 1.1943257361139612, 0.9850567346836046, -0.399095763874539, 1.165704219338241, 1.2370055064124457, -1.1803243227890394, 0.8664373078957891, -1.5439581059334548, -1.0790574778597075, -1.2919000124367723, 1.2946696857347608, 0.9850567346836046, 1.2664475538027054, 1.0718307797885391, 0.5810275262459661, -0.4853327181992913, 1.1740052212334202, 0.9400546647067398, 1.240756104062487, 0.9958578250892745, 0.6193083817576317, 1.1530599455552504, 1.2179363906268523, -1.0790574778597075, 1.3117326385280503, -1.1803243227890394, -1.6792640863036443, 1.1181476719259709, 1.0424499789427424, 1.1943257361139612, -1.5439581059334548, 0.9795913118641054, 1.0169596353791852, 1.4060038815943308, 1.2842229224867945, -1.5439581059334548, -1.1803243227890394, 1.357353185246252, 1.0860593872427982, -1.4136539297245632, 1.0907369882478024, 0.9795913118641054, 1.2101567378291618, 1.229441790579021, 1.0907369882478024, 1.3971426306206869, 1.0064904007518711, 1.3316595481500315, -1.2919000124367723, 1.298116639337608, -1.4136539297245632, -1.2919000124367723, 1.1444981530723095, 1.543698868723352, 1.0117451216669326, 1.42338786976701, -1.5439581059334548, 1.1822062998395673, 1.157300830299548, 1.2771683351162224, 1.0670211113337198, 1.161515480751978, -1.4136539297245632, -1.1803243227890394, -0.5326518246779636, -1.4136539297245632, 1.1822062998395673, -1.5439581059334548, -1.4136539297245632, 1.5217723614233198, 1.1401765696043749, 1.3881645806782563, 1.0323679667376493, -1.2919000124367723, -0.9873965308006128, 1.1487924980406712, 1.262836136491256, 1.161515480751978, 1.4703616444421868, 1.165704219338241, 1.2700399267080775, -1.1803243227890394, 1.0621772532230669, -1.4136539297245632, 0.9740817062595641, -1.1803243227890394, 1.240756104062487, 0.951586795264168, 1.1358274000665798, -0.904309680436376, 1.1903098311708082, -1.0790574778597075, -0.9873965308006128, 1.1530599455552504, -0.5832529451146112, 1.161515480751978, 1.3250818020036508, -1.2919000124367723, -1.1803243227890394, -1.4136539297245632, -1.5439581059334548, 1.2842229224867945, 1.3117326385280503, -1.4136539297245632, -1.4136539297245632, 0.7146954589149648, 1.366743818623144, 1.2022872195000929, 1.1740052212334202, -1.4136539297245632, 1.1136551181002707, 1.2946696857347608, 1.4541500220365855, 1.3790666123450603, 1.2062333413725936, -1.5439581059334548, 1.2370055064124457, -0.5832529451146112, 1.2807047607797792, 1.0999969459824712, -1.5439581059334548, -1.4136539297245632, 1.262836136491256, 1.0718307797885391, 1.2912052016295816, -1.5439581059334548, 0.8332511928699209, 1.0272704681823075, 0.9685271982917508, 1.2370055064124457, 1.2062333413725936, 1.1781181004375283, 1.1091327460036329, 1.165704219338241, -1.4136539297245632, -1.6792640863036443, 1.240756104062487, -1.2919000124367723, 1.1270448788679386, 1.3604978027247756, 1.6011437877346808, -1.2919000124367723, 1.1314502901967358, -1.4136539297245632, -1.6792640863036443, 1.0323679667376493, 1.2946696857347608, 0.9572805078261336, 1.0064904007518711, -1.5439581059334548, -1.4136539297245632, 1.4030629213881525, 1.2912052016295816, 0.951586795264168, 0.9685271982917508, 1.1943257361139612, -1.5439581059334548, 1.2946696857347608, 1.2062333413725936, 1.262836136491256, 1.262836136491256, 0.01761310217939659, 1.2332341456107978, 1.1943257361139612, -0.904309680436376, -1.4136539297245632, 1.0221345520794256, -1.1803243227890394, -1.2919000124367723, -0.399095763874539, 0.7616013620237568, 1.1862701137304692, 1.1903098311708082, 1.5412971585683504, -1.1803243227890394, 1.1091327460036329, 1.2140576690128009, 1.4676863615356317, -1.2919000124367723, -1.4136539297245632, 1.2736134549424658, 1.2332341456107978, 0.7765462314450655, 1.3414085853429032, 1.2022872195000929, 1.1530599455552504, 1.0860593872427982, 1.1903098311708082, 1.1740052212334202, 1.3478312809313917, 1.2842229224867945, -0.7596274321512345, 1.2256282063609198, -1.6792640863036443, 1.262836136491256, 1.0621772532230669, 1.1045801573891558, -1.4136539297245632, 0.9283240602365208, 1.0064904007518711, 1.1698673625790574, -1.5439581059334548, 1.1091327460036329, 1.2062333413725936, 1.0169596353791852, -1.1803243227890394, 1.259205471847355, 1.0718307797885391, 1.2700399267080775, 1.0621772532230669, 1.3911704316712143, 1.1358274000665798, 1.2771683351162224, 1.2481959153401552, -1.0790574778597075, 1.2101567378291618, -0.5832529451146112, 1.4347355034051716, -1.2919000124367723, 1.1740052212334202, 1.1862701137304692, 0.8792722841905248, -1.1803243227890394, 1.3971426306206869, -1.1803243227890394, 1.2179363906268523, 0.8054879589139056, 1.2771683351162224, 1.3083540685539916, 1.0670211113337198, 1.2062333413725936, 1.1698673625790574, 1.1358274000665798, -0.4853327181992913, 1.1781181004375283, 1.1091327460036329, 1.2332341456107978, 1.2481959153401552, -1.4136539297245632, 1.1822062998395673, 1.0813494536192374, 1.2700399267080775, -1.2919000124367723, -1.4136539297245632, 1.2842229224867945, 1.229441790579021, -1.6792640863036443, 1.2370055064124457, -1.6792640863036443, 1.1903098311708082, -1.5439581059334548, 1.3604978027247756, -0.7596274321512345, -1.5439581059334548, -0.904309680436376, 1.0907369882478024, 1.2370055064124457, -0.904309680436376, -1.4136539297245632, -1.1803243227890394, -1.4136539297245632, -0.9873965308006128, 1.3184399196826722, 1.298116639337608, 1.369845479569614, -1.1803243227890394, -0.2527857663574994, -1.0790574778597075, 1.3381743845732383, 1.3510200611788192, 1.3083540685539916, -1.1803243227890394, 1.0953826972646623, -0.3221628374393094, 1.244486165846603, -1.4136539297245632, -1.4136539297245632, 1.1781181004375283, -0.9873965308006128, 1.2022872195000929, -1.1803243227890394, 1.262836136491256, -0.9873965308006128, -1.4136539297245632, -1.1803243227890394, -0.5832529451146112, -1.1803243227890394, -1.6792640863036443, 1.2664475538027054, -1.4136539297245632, 1.1444981530723095, 1.2946696857347608, 1.2140576690128009, 1.1270448788679386, 1.0813494536192374, 1.2877230078556854, 1.0272704681823075, 1.1358274000665798, -0.8287189164854514, -1.2919000124367723, -1.6792640863036443, 1.3316595481500315, 1.4262425507200012, 1.1822062998395673, 1.0272704681823075, 1.2771683351162224, 1.1270448788679386, 1.1045801573891558, -1.5439581059334548, 1.165704219338241, -1.1803243227890394, 0.9342145973726356, -1.4136539297245632, -1.4136539297245632, 1.2140576690128009, 1.0860593872427982, 0.9958578250892745, 1.0323679667376493, 0.9850567346836046, -0.399095763874539, -0.6961627486330705, 0.8533560540722661, 1.157300830299548, -0.5832529451146112, 1.165704219338241, 0.9958578250892745, 1.4650005293135016, 1.3117326385280503, -0.4853327181992913, 1.0670211113337198, 1.0766067375568924, -0.7596274321512345, 1.2256282063609198, 1.3083540685539916, -0.7596274321512345, 1.3971426306206869, 1.1314502901967358, 1.1181476719259709, 1.2664475538027054, 1.2946696857347608, -1.2919000124367723, 1.1862701137304692, 1.1862701137304692, -1.2919000124367723, -1.4136539297245632, 1.1903098311708082, 1.1943257361139612, 0.9103407225604464, 1.1270448788679386, -1.2919000124367723, 1.2664475538027054, -1.5439581059334548, -0.904309680436376, 1.5364681809363967, 1.3446275028879682, 1.3729330812239031, 1.3015462389001424, -1.4136539297245632, 1.2877230078556854, 1.2022872195000929, 1.1530599455552504, 1.0999969459824712, -1.0790574778597075, 1.1226107979101558, -0.8287189164854514, 1.4431238618399909, 1.1983181075256633, 1.3083540685539916, 1.165704219338241, 1.221793154035412, 1.2912052016295816, 1.1226107979101558, 1.3510200611788192, -0.5326518246779636, -1.2919000124367723, 1.1822062998395673, -1.2919000124367723, 1.1091327460036329, 1.3083540685539916, -0.2527857663574994, -1.2919000124367723, 1.3250818020036508, 1.0718307797885391, -1.4136539297245632, 1.1181476719259709, 1.3316595481500315, -0.9873965308006128, 0.5711122708296877, 1.2140576690128009, 1.1698673625790574, 1.1226107979101558, -1.5439581059334548, -0.8287189164854514, 1.4262425507200012, -1.0790574778597075, -1.1803243227890394, -0.9873965308006128, 0.826415640000937, 0.9904786771500594, 1.2664475538027054, 1.165704219338241, 1.157300830299548, 1.3541939833561538, 1.3729330812239031, -1.1803243227890394, 1.052385000488858, -1.0790574778597075, -0.8287189164854514, -0.8287189164854514, 0.7463216703682909, 1.3150945343289806, 1.1401765696043749, 1.4089321983302847, -1.2919000124367723, 1.1781181004375283, 1.1781181004375283, 1.3349247548002443, 0.8792722841905248, -1.2919000124367723, 1.262836136491256, -1.0790574778597075, 1.298116639337608, 1.400109208083567, 0.5508390959627038, 1.3049586582341532, 1.2912052016295816, -1.5439581059334548, 1.0907369882478024, 1.001194848239816, -0.8287189164854514, -1.4136539297245632, 1.1091327460036329, -0.9873965308006128, -1.4136539297245632, 1.0621772532230669, 1.2481959153401552, 1.1045801573891558, 1.0621772532230669, -1.2919000124367723, 0.9223821742085117, -1.1803243227890394, 1.2736134549424658, 1.2946696857347608, -1.2919000124367723, 1.161515480751978, 0.8195108669469195, -1.4136539297245632, 1.0621772532230669, 1.3604978027247756, 1.0117451216669326, 1.0907369882478024, 1.2256282063609198, -1.5439581059334548, 1.0907369882478024, 1.3478312809313917, 1.2140576690128009, 1.2842229224867945, 1.1444981530723095, -0.6961627486330705, -0.9873965308006128, 1.0718307797885391, -1.5439581059334548, 0.9629270506740572, 1.3636279697952207, 1.3604978027247756, 1.506752451778309, 1.0813494536192374, -1.2919000124367723, 1.165704219338241, -1.0790574778597075, 1.2946696857347608, 0.7227405338204532, 1.2736134549424658, 1.1487924980406712, 1.1444981530723095, 1.1740052212334202, 1.3541939833561538, 1.0272704681823075, 1.0621772532230669, 1.2842229224867945, 1.251885572488479, -1.1803243227890394, -0.8287189164854514, -1.0790574778597075, 0.9400546647067398, 1.3184399196826722, -1.2919000124367723, 1.2256282063609198, -0.5832529451146112, 1.0064904007518711, -1.0790574778597075, -0.5832529451146112, -1.2919000124367723, 1.2555553536850157, -1.0790574778597075, -1.2919000124367723, 1.0953826972646623, 1.2664475538027054, -1.4136539297245632, 1.1698673625790574, 1.1862701137304692, -1.2919000124367723, 1.3636279697952207, -0.005148735037387091, -0.904309680436376, -0.8287189164854514, 0.826415640000937, 1.3283786146132237, 1.3414085853429032, 1.0474355953605559, -1.0790574778597075, -1.5439581059334548, -1.2919000124367723, 1.2842229224867945, 1.1740052212334202, 1.1903098311708082, 1.3015462389001424, 1.2481959153401552, 1.3117326385280503, 1.0766067375568924, -0.8287189164854514, 1.1903098311708082, 1.229441790579021, -1.1803243227890394, 1.0221345520794256, 1.244486165846603, -1.0790574778597075, 1.251885572488479, -1.4136539297245632, 0.9795913118641054, 1.1862701137304692, 1.1226107979101558, 0.06100149578419215, 1.2256282063609198, -1.2919000124367723, 1.2256282063609198, 1.3636279697952207, -1.4136539297245632, 1.1136551181002707, 1.1822062998395673, 1.1487924980406712, 1.4347355034051716, -1.1803243227890394, -1.4136539297245632, 1.2481959153401552, 1.1862701137304692, 1.400109208083567, -1.6792640863036443, 1.1903098311708082, 1.0221345520794256, -0.8287189164854514, 0.8664373078957891, 0.6643247639264814, -1.4136539297245632, -1.4136539297245632, 1.2370055064124457, 0.9850567346836046, -1.5439581059334548, 1.1045801573891558, -1.4136539297245632, 1.2256282063609198, 1.0221345520794256, 1.4030629213881525, -1.0790574778597075, 1.2771683351162224, -1.4136539297245632, -0.5326518246779636, -0.44092021259692826, -1.1803243227890394, 1.2370055064124457, 1.2771683351162224, 1.240756104062487, -0.3221628374393094, -1.1803243227890394, -0.4853327181992913, 1.1983181075256633, -1.0790574778597075, -1.2919000124367723, 1.0221345520794256, 1.0718307797885391, 1.0621772532230669, 1.2332341456107978, 1.2022872195000929, -1.1803243227890394, -0.4853327181992913, 1.0064904007518711, 1.366743818623144, 1.229441790579021, -1.4136539297245632, 1.0374276178265145, 1.157300830299548, 1.2842229224867945, 1.1822062998395673, -0.8287189164854514, 1.229441790579021, 1.42338786976701, 1.3446275028879682, -1.1803243227890394, 0.9958578250892745, -0.904309680436376, 1.2736134549424658, 1.4650005293135016, 1.2101567378291618, 1.2481959153401552, -1.0790574778597075, 1.3381743845732383, 0.1588380048837639, 1.5143038086408165, 1.3729330812239031, -1.5439581059334548, -0.399095763874539, -1.2919000124367723, -0.7596274321512345, -0.5832529451146112, -1.4136539297245632, 1.1091327460036329, 1.1698673625790574, -0.8287189164854514, -1.5439581059334548, 1.1530599455552504, 1.1270448788679386, 0.9740817062595641, 1.0374276178265145, 1.1314502901967358, 1.1903098311708082, 1.357353185246252, -0.18965171811580345, -1.4136539297245632, 1.3821127904155242, 1.298116639337608, -1.5439581059334548, 1.0670211113337198, -0.904309680436376, 1.1943257361139612, 1.251885572488479, 1.157300830299548, -1.6792640863036443, -1.2919000124367723, -1.0790574778597075, -1.2919000124367723, -1.0790574778597075, -1.0790574778597075, 1.2140576690128009, 1.3971426306206869, -1.4136539297245632, 1.2179363906268523, 1.3117326385280503, -1.5439581059334548, 1.0718307797885391, 1.1358274000665798, -0.8287189164854514, 1.2664475538027054, 1.0670211113337198, 1.259205471847355, 0.4393285325161559, 1.0221345520794256, -0.2527857663574994, 1.1943257361139612, -1.4136539297245632, -1.1803243227890394, 1.2179363906268523, -1.0790574778597075, 1.411847979816987, -1.4136539297245632, -1.2919000124367723, 1.3316595481500315, 1.161515480751978, -1.2919000124367723, 1.2481959153401552, 1.6642359865415923, -0.9873965308006128, -0.9873965308006128, 1.2481959153401552, 1.251885572488479, -1.2919000124367723, 1.0474355953605559, -0.5832529451146112, 1.298116639337608, -1.2919000124367723, 1.3083540685539916, 1.2022872195000929, 1.0064904007518711, 1.2807047607797792, -1.2919000124367723, -1.4136539297245632, 1.1444981530723095, -0.9873965308006128, 1.251885572488479, -0.9873965308006128, 1.5602778066078502, -1.2919000124367723, 1.357353185246252, 1.0907369882478024, -1.4136539297245632, 1.3478312809313917, 1.3250818020036508, 1.161515480751978, 1.2664475538027054, 0.9458451189655654, -1.5439581059334548, -0.13175424248039952, 1.2332341456107978, 1.3117326385280503, -0.2205072750200155, -0.6961627486330705, 1.400109208083567, -1.4136539297245632, -0.9873965308006128, -1.0790574778597075, -0.5326518246779636, 1.0474355953605559, -1.0790574778597075, 1.0221345520794256, 1.1781181004375283, -1.4136539297245632, 1.2700399267080775, 1.2022872195000929, 1.2912052016295816, 1.1444981530723095, -1.5439581059334548, 1.5922720048394248, 0.9572805078261336, -0.7596274321512345, 1.1781181004375283, -0.7596274321512345, 1.3478312809313917, 1.4205211743831565, 1.2912052016295816, 0.9163880370511696, 1.1487924980406712, 1.2179363906268523, 0.1588380048837639, 1.229441790579021, 0.7306918347452686, 1.2022872195000929, 1.3790666123450603, 0.5083929055329082, -0.8287189164854514, -1.0790574778597075, 1.5532219044850168, 1.1226107979101558, 1.240756104062487, 1.3184399196826722, 1.400109208083567, 1.5579339517514634, -0.8287189164854514, 1.1091327460036329, 1.1862701137304692, 1.3881645806782563, 1.2140576690128009, 1.0572987162127836, -1.2919000124367723, 0.8918700753098732, 1.2555553536850157, -1.1803243227890394, 1.2022872195000929, -1.1803243227890394, -1.1803243227890394, 1.2912052016295816, 1.3283786146132237, 1.2332341456107978, -1.5439581059334548, 1.229441790579021, -0.2205072750200155, 1.0621772532230669, -0.8287189164854514, -0.5326518246779636, -1.0790574778597075, -1.2919000124367723, 1.0953826972646623, 1.157300830299548, -1.2919000124367723, 1.221793154035412, -0.9873965308006128, 1.4089321983302847, -1.2919000124367723, 1.3283786146132237, -1.0790574778597075, -1.1803243227890394, 1.0117451216669326, -1.2919000124367723, -0.4853327181992913, 1.4262425507200012, -0.904309680436376, 0.6899748404180315, -1.2919000124367723, 0.8467200872739948, 1.1862701137304692, -1.4136539297245632, -1.0790574778597075, 1.4623040642654708, 1.3184399196826722, -1.5439581059334548, 1.2256282063609198, 0.9163880370511696, 1.7383845258662622, -1.4136539297245632, 1.2332341456107978, -0.9873965308006128, 1.221793154035412, -1.1803243227890394, -1.0790574778597075, 1.2736134549424658, 1.5042166128524308, 1.1358274000665798, 1.2256282063609198, 1.1401765696043749, -1.2919000124367723, 1.0860593872427982, -0.2205072750200155, -1.1803243227890394, -1.2919000124367723, -0.9873965308006128, 1.0860593872427982, -1.0790574778597075, 1.3150945343289806, -0.904309680436376, 1.2256282063609198, 1.165704219338241, 1.3510200611788192, 1.4541500220365855, -1.6792640863036443, -1.5439581059334548, 1.2101567378291618, -0.5326518246779636, 1.0424499789427424, 0.8728850004526868, -1.2919000124367723, 1.2555553536850157, 1.7937193248509145, -0.8287189164854514, 1.001194848239816, -0.7596274321512345, 1.240756104062487, -1.2919000124367723, -0.9873965308006128, -1.1803243227890394, -1.4136539297245632, 1.3015462389001424, -0.5832529451146112, -0.904309680436376, -1.1803243227890394, 1.1530599455552504, 1.394163076482886, 1.369845479569614, -1.1803243227890394, 1.2179363906268523, 0.8918700753098732, 1.0953826972646623, 1.437543116880298, -1.4136539297245632, 1.229441790579021, -1.2919000124367723, -1.1803243227890394, -1.6792640863036443, -1.0790574778597075, 1.2101567378291618, -0.7596274321512345, 1.369845479569614, 1.0907369882478024, 1.2370055064124457, 1.3478312809313917, -1.2919000124367723, 0.6004362416639547, 1.229441790579021, -0.8287189164854514, -1.2919000124367723, 0.9740817062595641, -1.1803243227890394, -0.18965171811580345, -0.028685916637204118, -1.1803243227890394, -1.5439581059334548, -1.4136539297245632, 1.2807047607797792, 1.4835826743632428, -1.4136539297245632, 0.4271076105609092, 0.8533560540722661, -0.5832529451146112, -0.2866203072150197, -0.9873965308006128, -1.0790574778597075, 1.6479745771896404, 1.298116639337608, -1.2919000124367723, 1.838703583769768, -0.6961627486330705, 1.1045801573891558, -0.8287189164854514, 0.8728850004526868, 1.1444981530723095, -0.904309680436376, -1.5439581059334548, 1.3316595481500315, -1.5439581059334548, 1.2022872195000929, 1.2022872195000929, -0.05305223041964298, -1.4136539297245632, 1.0117451216669326, -1.2919000124367723, -0.8287189164854514, 1.165704219338241, 0.9042392797101124, 1.0860593872427982, 1.4403392049524504, -1.2919000124367723, -1.1803243227890394, 1.2256282063609198, -0.8287189164854514, 1.0953826972646623, -1.2919000124367723, 1.3316595481500315, -1.5439581059334548, 1.1314502901967358, 1.2912052016295816, -1.1803243227890394, 1.1226107979101558, 1.1136551181002707, 1.3083540685539916, 0.9958578250892745, -1.6792640863036443, -0.6961627486330705, -1.1803243227890394, 0.1403522688831296, -1.1803243227890394, 1.2736134549424658, 1.1740052212334202, 1.2140576690128009, 1.0572987162127836, 1.240756104062487, 0.5299456517839318, 1.221793154035412, 1.4939777774239908, -1.0790574778597075, -0.9873965308006128, -1.1803243227890394, 1.0572987162127836, -0.3595876562962116, 1.0621772532230669, 1.1983181075256633, -0.904309680436376, -0.028685916637204118, 0.12135573902816592, 1.1401765696043749, -1.0790574778597075, -0.5832529451146112, 0.33484012812096337, 1.6376104328913677, -0.9873965308006128, -1.4136539297245632, 1.1943257361139612, 1.2022872195000929, -1.4136539297245632, -1.2919000124367723, -1.1803243227890394, -1.5439581059334548, 0.1403522688831296, 1.1270448788679386, 1.1270448788679386, -0.2527857663574994, 1.1444981530723095, -1.1803243227890394, -0.4853327181992913, 1.2771683351162224, -0.2527857663574994, -0.3595876562962116, -1.4136539297245632, 1.366743818623144, -1.1803243227890394, -1.0790574778597075, -1.5439581059334548, 1.0424499789427424, -1.0790574778597075, 1.1698673625790574, -0.9873965308006128, -0.9873965308006128, 1.0374276178265145, -1.4136539297245632, 1.2332341456107978, -1.5439581059334548, 0.9958578250892745, -0.005148735037387091, 1.3510200611788192, -1.1803243227890394, 1.1181476719259709, -0.904309680436376, -0.5326518246779636, -0.7596274321512345, 1.3604978027247756, -1.1803243227890394, -1.4136539297245632, 0.9163880370511696, 1.0424499789427424, 0.9400546647067398, 0.6729823680448009, 1.2664475538027054, -0.44092021259692826, 1.2807047607797792, 0.24446683332751215, -1.0790574778597075, -1.2919000124367723, -0.6961627486330705, -0.399095763874539, 1.2771683351162224, -1.0790574778597075, -0.005148735037387091, 1.157300830299548, 1.5042166128524308, -1.0790574778597075, -0.6961627486330705, 1.3049586582341532, -0.9873965308006128, -0.4853327181992913, 1.529159906121928, -0.4853327181992913, -0.7596274321512345, -0.18965171811580345, -0.8287189164854514, 1.221793154035412, 1.1903098311708082, -0.44092021259692826, -0.9873965308006128, -0.904309680436376, -0.9873965308006128, -0.18965171811580345, -0.8287189164854514, -0.07830715528543812, 1.221793154035412, 1.357353185246252, 1.1091327460036329, -0.904309680436376, 1.2370055064124457, 1.1226107979101558, -0.07830715528543812, 1.448659253201377, 0.7146954589149648, 1.491393837156417, 1.1226107979101558, -1.5439581059334548, -0.9873965308006128, 1.1822062998395673, -0.07830715528543812, 1.2664475538027054, -1.0790574778597075, 1.2736134549424658, 1.0907369882478024, -0.7596274321512345, 1.1740052212334202, 1.2664475538027054, -0.18965171811580345, 1.1983181075256633, 1.3283786146132237, 1.3083540685539916, 1.0221345520794256, -0.6375805694040997, -0.6961627486330705, 1.2912052016295816, 1.2101567378291618, -0.07830715528543812, -1.6792640863036443, -1.0790574778597075, -0.904309680436376, -0.2527857663574994, 1.3851454064614002, -0.904309680436376, -0.18965171811580345, -1.2919000124367723, -1.5439581059334548, 1.3381743845732383, -0.7596274321512345, -0.8287189164854514, -0.2866203072150197, -0.6961627486330705, 1.1822062998395673, -1.4136539297245632, -0.3221628374393094, 1.3381743845732383, 0.9629270506740572, -1.1803243227890394, -1.2919000124367723, -0.18965171811580345, 0.9342145973726356, -0.2205072750200155, 1.2256282063609198, 1.2877230078556854, 1.3381743845732383, 1.3117326385280503, -1.1803243227890394, 1.1181476719259709, -0.8287189164854514, 0.8792722841905248, 1.0860593872427982, -0.399095763874539, 1.3283786146132237, -0.1601019147044337, -0.07830715528543812, -1.1803243227890394, -1.2919000124367723, -0.904309680436376, 1.4347355034051716, -0.10451667556660553, 0.9958578250892745, 1.1862701137304692, 1.244486165846603, 1.366743818623144, 0.2603810872052736, 1.4319162691392875, 1.658183366341066, 1.298116639337608, -0.6375805694040997, -0.9873965308006128, 0.9163880370511696, -0.6375805694040997, 1.1181476719259709, 0.9458451189655654, -1.6792640863036443, -0.13175424248039952, -0.028685916637204118, -1.4136539297245632, -0.2527857663574994, -1.2919000124367723, 1.221793154035412, 1.1698673625790574, -0.8287189164854514, 1.2332341456107978, -1.0790574778597075, 1.2022872195000929, -1.2919000124367723, -1.4136539297245632, -0.9873965308006128, 0.8332511928699209, 1.4347355034051716, 1.0374276178265145, -1.4136539297245632, 1.2771683351162224, 1.1530599455552504, -1.1803243227890394, 0.3624957926626585, 1.6859797816114408, -0.904309680436376, 1.6228304505832831, -0.3221628374393094, -1.4136539297245632, -0.6375805694040997, -0.005148735037387091, -0.05305223041964298, 1.2256282063609198, -0.2527857663574994, -0.5326518246779636, -0.5832529451146112, -0.904309680436376, -1.2919000124367723, 1.1862701137304692, -1.0790574778597075, -0.2866203072150197, -0.2527857663574994, -1.0790574778597075, 0.03964838460327587, -0.6961627486330705, 1.1943257361139612, -0.07830715528543812, -0.5832529451146112, -0.7596274321512345, 1.1401765696043749, -0.6375805694040997, 1.2481959153401552, -1.4136539297245632, -1.4136539297245632, -0.18965171811580345, -0.07830715528543812, 1.2370055064124457, -0.399095763874539, -0.8287189164854514, -1.5439581059334548, 1.251885572488479, 1.3414085853429032, -0.7596274321512345, 1.3971426306206869, -1.6792640863036443, 0.03964838460327587, 0.6729823680448009, -1.0790574778597075, -0.4853327181992913, -0.904309680436376, -0.5832529451146112, 0.01761310217939659, 1.244486165846603, 1.4176423630338413, -0.3595876562962116, 1.0766067375568924, 0.1018196875605295, -1.4136539297245632, 1.2256282063609198, 1.3015462389001424, 1.6185480097544662, 1.3414085853429032, -0.3221628374393094, 1.001194848239816, 1.2332341456107978, 1.3150945343289806, 0.9458451189655654, 1.2555553536850157, -0.2205072750200155, 0.9629270506740572, 1.2062333413725936, 0.17683946021576705, -0.2527857663574994, 1.509278884505439, -0.1601019147044337, -0.5326518246779636, -0.904309680436376, 0.1403522688831296, -0.8287189164854514, 0.30602020105616784, 1.1862701137304692, -0.5326518246779636, -0.6961627486330705, -1.1803243227890394, 1.3729330812239031, -0.6961627486330705, -1.2919000124367723, 1.1983181075256633, 1.4147513328921797, 1.2370055064124457, 0.30602020105616784, -0.4853327181992913, 1.1903098311708082, 1.4205211743831565, -0.2205072750200155, 1.2101567378291618, 0.01761310217939659, -1.6792640863036443, -0.44092021259692826, 0.19438115340189246, 1.3821127904155242, -0.6375805694040997, 1.3083540685539916, -0.399095763874539, -0.005148735037387091, -0.1601019147044337, -0.2527857663574994, 1.3971426306206869, 1.2842229224867945, -0.904309680436376, -0.9873965308006128, -0.399095763874539, 1.0221345520794256, 0.17683946021576705, 1.4147513328921797, -0.18965171811580345, -1.1803243227890394, 1.3049586582341532, -0.07830715528543812, -0.44092021259692826, -0.028685916637204118, -0.44092021259692826, 1.529159906121928, -0.3595876562962116, -0.4853327181992913, 1.2140576690128009, -0.8287189164854514, 1.001194848239816, -0.3221628374393094, 0.2281744925022827, -0.8287189164854514, 1.0860593872427982, -0.5832529451146112, -0.07830715528543812, -0.3595876562962116, 1.262836136491256, 0.3488076158285857, 0.2281744925022827, 0.21148580181937413, -0.8287189164854514, -0.3595876562962116, -0.18965171811580345, -0.5326518246779636, 1.3381743845732383, -0.9873965308006128, 0.1588380048837639, -0.4853327181992913, 0.08171292146678093, 1.3446275028879682, -0.8287189164854514, -0.18965171811580345, -0.4853327181992913, -0.3221628374393094, -0.8287189164854514, -0.005148735037387091, -0.3221628374393094, -0.6375805694040997, -0.7596274321512345, 0.01761310217939659, 1.2736134549424658, -0.10451667556660553, -0.18965171811580345, 1.2022872195000929, -0.2866203072150197, -1.4136539297245632, -0.44092021259692826, 0.1588380048837639, 0.4973560729147468, -1.2919000124367723, 1.221793154035412, -0.3595876562962116, -0.13175424248039952, 0.06100149578419215, 0.2603810872052736, -1.5439581059334548, 0.5192542735310336, -0.9873965308006128, 0.30602020105616784, -1.0790574778597075, -0.8287189164854514, -0.3595876562962116, 0.03964838460327587, -0.44092021259692826, -0.399095763874539, 0.03964838460327587, -0.2527857663574994, -0.05305223041964298, 0.1588380048837639, 1.2842229224867945, -0.07830715528543812, -0.10451667556660553, 1.2664475538027054, 1.1862701137304692, -0.399095763874539, -0.3595876562962116, -0.05305223041964298, -0.13175424248039952, -1.0790574778597075, -0.4853327181992913, 1.2332341456107978, -0.5832529451146112, -0.7596274321512345, -0.005148735037387091, -0.3221628374393094, 0.30602020105616784, -0.005148735037387091, -0.2866203072150197, 1.3150945343289806, 0.01761310217939659, -0.5832529451146112, 0.2759342914987635, -1.5439581059334548, -0.1601019147044337, -0.6961627486330705, -0.399095763874539, 0.21148580181937413, -0.6375805694040997, -0.6375805694040997, -1.1803243227890394, -0.9873965308006128, 0.2759342914987635, 0.5083929055329082, -0.44092021259692826, -0.399095763874539, -0.2205072750200155, 0.5711122708296877, -0.4853327181992913, -0.1601019147044337, -0.1601019147044337, -0.7596274321512345, -0.10451667556660553, -0.7596274321512345, -0.6961627486330705, 0.1588380048837639, 0.21148580181937413, -0.2205072750200155, 1.0323679667376493, -0.028685916637204118, -0.5832529451146112, 1.262836136491256, 0.3890771849646849, -0.6375805694040997, 1.8433516970060528, 1.0424499789427424, -1.1803243227890394, -0.9873965308006128, -0.2527857663574994, -0.18965171811580345, 0.08171292146678093, -0.44092021259692826, -0.07830715528543812, -0.07830715528543812, -0.028685916637204118, -0.028685916637204118, 1.2771683351162224, -0.2866203072150197, -0.9873965308006128, 1.2370055064124457, -0.1601019147044337, -0.18965171811580345, 0.7065543757640079, -0.2527857663574994, 0.12135573902816592, -0.005148735037387091, -0.005148735037387091, -0.10451667556660553, -0.18965171811580345, 1.2877230078556854, -0.05305223041964298, -0.3595876562962116, -0.399095763874539, -0.5832529451146112, -0.2866203072150197, 0.2911423645678603, 0.37591555710909375, -0.10451667556660553, 1.251885572488479, -0.4853327181992913, -0.028685916637204118, -0.1601019147044337, -0.2527857663574994, 0.9572805078261336, -0.10451667556660553, 1.1822062998395673, -0.5326518246779636, 0.03964838460327587, -0.44092021259692826, 0.6899748404180315, 0.2759342914987635, -0.8287189164854514, -0.399095763874539, -0.13175424248039952, -0.1601019147044337, -0.399095763874539, -0.18965171811580345, -0.10451667556660553, -0.05305223041964298, -0.399095763874539, -0.18965171811580345, -0.1601019147044337, -0.4853327181992913, -0.4853327181992913, 0.1403522688831296, -0.7596274321512345, -0.13175424248039952, 0.21148580181937413, -0.1601019147044337, -0.2527857663574994, -0.2205072750200155, -0.3595876562962116, -0.10451667556660553, 0.1018196875605295, 1.0670211113337198, 0.17683946021576705, -0.5832529451146112, 0.03964838460327587, -0.3221628374393094, -0.44092021259692826, 0.01761310217939659, 0.4146642944255933, -0.5326518246779636, -0.05305223041964298, -0.07830715528543812, -0.3595876562962116, 0.08171292146678093, -0.44092021259692826, -0.2866203072150197, 0.1403522688831296, -0.2866203072150197, -0.10451667556660553, -0.05305223041964298, -1.1803243227890394, -0.3595876562962116, -0.005148735037387091, -0.2866203072150197, 0.5508390959627038, -0.07830715528543812, -0.6961627486330705, -0.2527857663574994, -0.6375805694040997, -0.2866203072150197, -0.2527857663574994, -0.10451667556660553, -0.1601019147044337, -0.10451667556660553, -0.6961627486330705, -0.1601019147044337, -0.5326518246779636, -0.2527857663574994, 0.01761310217939659, 0.01761310217939659, -0.18965171811580345, 0.1018196875605295, -0.028685916637204118, -1.5439581059334548, 0.21148580181937413, -0.3595876562962116, -0.028685916637204118, -1.0790574778597075, 0.37591555710909375, 0.1018196875605295, 0.08171292146678093, -0.10451667556660553, -0.4853327181992913, -0.1601019147044337, -1.0790574778597075, -0.3221628374393094, -0.2205072750200155, -0.028685916637204118, -0.5326518246779636, -0.3221628374393094, -0.2205072750200155, 0.2911423645678603, -0.904309680436376, -0.2205072750200155, -0.1601019147044337, -0.2527857663574994, -1.0790574778597075, -0.399095763874539, -0.028685916637204118, -0.005148735037387091, -0.2866203072150197, 0.17683946021576705, -0.2527857663574994, 0.37591555710909375, 0.08171292146678093, -0.2205072750200155, 0.30602020105616784, 0.08171292146678093, 0.24446683332751215, -0.6375805694040997, -0.5832529451146112, -0.10451667556660553, -0.10451667556660553, -0.028685916637204118, 0.01761310217939659, -0.399095763874539, -0.3221628374393094, -0.4853327181992913, -0.005148735037387091, -0.05305223041964298, -0.4853327181992913, -0.07830715528543812, 0.2759342914987635, -0.399095763874539, 0.1588380048837639, -0.10451667556660553, -0.18965171811580345, -0.6375805694040997, 0.06100149578419215, -0.3221628374393094, 0.1018196875605295, 0.21148580181937413, 0.2759342914987635, -0.005148735037387091, 0.12135573902816592, -0.3595876562962116, -0.05305223041964298, 1.4965519520142758, -0.1601019147044337, -0.07830715528543812, 0.32058175730968275, 0.2911423645678603, 0.3488076158285857, -0.005148735037387091, -0.028685916637204118, -0.005148735037387091, -0.3221628374393094, 0.4631339123374032, -0.18965171811580345, -0.005148735037387091, -0.2527857663574994, 0.06100149578419215, -0.3221628374393094, -0.6961627486330705, -0.7596274321512345, 0.1403522688831296, -0.6375805694040997, 0.30602020105616784, -0.6375805694040997, 0.1403522688831296, 0.12135573902816592, -0.3221628374393094, -0.07830715528543812, -0.05305223041964298, 0.1588380048837639, -0.1601019147044337, 1.1943257361139612, -0.4853327181992913, -0.399095763874539, -0.2527857663574994, -0.1601019147044337, 0.17683946021576705, 0.33484012812096337, 0.12135573902816592, -0.10451667556660553, -0.18965171811580345, -0.2527857663574994, -0.10451667556660553, -0.005148735037387091, -0.18965171811580345, 0.4019903756690267, 0.01761310217939659, 0.1588380048837639, -0.2866203072150197, 0.06100149578419215, 0.03964838460327587, -0.6375805694040997, -0.1601019147044337, 0.06100149578419215, 0.37591555710909375, -0.05305223041964298, 0.37591555710909375, -0.13175424248039952, -0.2527857663574994, -0.399095763874539, -0.2205072750200155, -0.4853327181992913, -0.2866203072150197, -0.028685916637204118, -0.028685916637204118, 0.2603810872052736, -0.399095763874539, -0.1601019147044337, 0.1018196875605295, -0.028685916637204118, 0.1403522688831296, -0.2866203072150197, -0.2866203072150197, 0.03964838460327587, -0.2205072750200155, 0.21148580181937413, 0.08171292146678093, 0.17683946021576705, -0.05305223041964298, 0.03964838460327587, -0.2527857663574994, -0.05305223041964298, -0.2866203072150197, -0.3595876562962116, -0.2866203072150197, 0.01761310217939659, 0.1588380048837639, -0.8287189164854514, 0.17683946021576705, -0.1601019147044337, -0.18965171811580345, 0.24446683332751215, 0.03964838460327587, -0.028685916637204118, 0.1403522688831296, 0.03964838460327587, -0.2527857663574994, -0.2527857663574994, 0.03964838460327587, -0.2205072750200155, -0.028685916637204118, -0.44092021259692826, -0.44092021259692826, 1.4030629213881525, -0.3221628374393094, 0.1588380048837639, -0.1601019147044337, 0.2281744925022827, -0.2866203072150197, -1.4136539297245632, 0.1018196875605295, -0.1601019147044337, -0.2205072750200155, -0.10451667556660553, -0.05305223041964298, 0.1588380048837639, 0.1403522688831296, -0.3221628374393094, 0.17683946021576705, 0.37591555710909375, 0.2759342914987635, 0.08171292146678093, -0.1601019147044337, -0.13175424248039952, 1.1781181004375283, -0.05305223041964298, -0.18965171811580345, 0.2911423645678603, 0.06100149578419215, -0.10451667556660553, -0.2205072750200155, -0.44092021259692826, 0.03964838460327587, -0.13175424248039952, 0.1018196875605295, -0.2866203072150197, -0.399095763874539, 0.1018196875605295, -0.399095763874539, -0.4853327181992913, -0.05305223041964298, -0.44092021259692826, 0.1018196875605295, 0.1018196875605295, 0.08171292146678093, 0.4146642944255933, 0.3890771849646849, -0.2527857663574994, 0.06100149578419215, 0.03964838460327587, 0.08171292146678093, 0.4631339123374032, 0.2759342914987635, 0.2759342914987635, -0.10451667556660553, -0.07830715528543812, 0.24446683332751215, 0.30602020105616784, 1.1091327460036329, 0.21148580181937413, 0.4146642944255933, -0.1601019147044337, 0.1018196875605295, -0.13175424248039952, -0.10451667556660553, 0.32058175730968275, -0.05305223041964298, 0.4513348398183527, -0.13175424248039952, -0.2205072750200155, 0.06100149578419215, 0.01761310217939659, -0.399095763874539, -0.18965171811580345, 0.6729823680448009, -0.1601019147044337, -0.2527857663574994, 0.19438115340189246, 0.1018196875605295, 0.1403522688831296, -0.5326518246779636, 0.1018196875605295, 0.08171292146678093, 0.19438115340189246, -0.18965171811580345, 0.12135573902816592, -0.10451667556660553, 0.12135573902816592, -0.028685916637204118, -0.2205072750200155, -0.10451667556660553, -0.005148735037387091, -0.2527857663574994, -0.18965171811580345, 0.06100149578419215, 0.08171292146678093, 0.1588380048837639, -0.2866203072150197, -0.3221628374393094, -0.028685916637204118, 0.33484012812096337, -0.028685916637204118, -0.2205072750200155, -0.07830715528543812, 0.1018196875605295, 0.01761310217939659, 0.2281744925022827, -0.05305223041964298, 0.30602020105616784, -0.3595876562962116, 0.1018196875605295, -0.3221628374393094, 0.1588380048837639, -0.4853327181992913, 0.1403522688831296, -0.005148735037387091, 0.2759342914987635, -0.399095763874539, 0.12135573902816592, 1.3250818020036508, -0.2527857663574994, -0.18965171811580345, -0.07830715528543812, -0.05305223041964298, -0.13175424248039952, 0.4019903756690267, 0.12135573902816592, -0.18965171811580345, 1.369845479569614, -0.028685916637204118, 1.6249616155049422, -0.2205072750200155, 0.06100149578419215, -0.028685916637204118, 0.2281744925022827, 0.19438115340189246, 0.1588380048837639, 0.06100149578419215, -0.3595876562962116, 0.06100149578419215, 0.33484012812096337, 0.03964838460327587, 1.459596881885845, -0.2527857663574994, -0.18965171811580345, -0.028685916637204118, -0.44092021259692826, 0.30602020105616784, -0.2866203072150197, -0.2527857663574994, -0.3595876562962116, 0.21148580181937413, 0.37591555710909375, 0.1588380048837639, -0.3595876562962116, -0.2527857663574994, -0.005148735037387091, 0.5083929055329082, 0.08171292146678093, 0.9163880370511696, -0.18965171811580345, 0.12135573902816592, -0.07830715528543812, -0.5326518246779636, -0.1601019147044337, -0.2205072750200155, -0.3221628374393094, -0.1601019147044337, 0.1588380048837639, -0.10451667556660553, 0.2759342914987635, 0.17683946021576705, -0.6961627486330705, -0.10451667556660553, 0.08171292146678093, 0.19438115340189246, 0.1018196875605295, 0.2281744925022827, 0.4146642944255933, 1.1226107979101558, 0.08171292146678093, -0.6375805694040997, 0.1018196875605295, -0.18965171811580345, -0.6961627486330705, 0.5083929055329082, -0.2527857663574994, -0.2527857663574994, -1.2919000124367723, -0.18965171811580345, -0.7596274321512345, -0.10451667556660553, -0.2866203072150197, -0.07830715528543812, -0.13175424248039952, -0.3595876562962116, -0.1601019147044337, -0.2205072750200155, -0.3595876562962116, 0.32058175730968275, 0.06100149578419215, 0.17683946021576705, -0.6961627486330705, -0.028685916637204118, -0.005148735037387091, -0.6961627486330705, -0.5832529451146112, -0.2527857663574994, 0.2603810872052736, 0.01761310217939659, -0.028685916637204118, -0.3595876562962116, -0.07830715528543812, 0.3890771849646849, -0.3595876562962116, -0.18965171811580345, -0.2205072750200155, 0.08171292146678093, 0.24446683332751215, -0.3595876562962116, 0.3488076158285857, 0.2281744925022827, 0.1588380048837639, -0.028685916637204118, 0.24446683332751215, 0.08171292146678093, 0.37591555710909375, 0.37591555710909375, 0.1403522688831296, -0.4853327181992913, 0.19438115340189246, -0.05305223041964298, 0.1588380048837639, -0.2205072750200155, -0.05305223041964298, -0.005148735037387091, 0.2759342914987635, -0.028685916637204118, 0.33484012812096337, -0.2866203072150197, -0.13175424248039952, 0.2281744925022827, 0.4019903756690267, -0.6961627486330705, -0.13175424248039952, 1.400109208083567, 0.1403522688831296, 0.19438115340189246, 0.08171292146678093, 0.33484012812096337, 0.19438115340189246, 0.1403522688831296, -0.07830715528543812, -0.1601019147044337, 1.1983181075256633, -0.10451667556660553, -0.2866203072150197, 0.08171292146678093, -0.07830715528543812, -0.3595876562962116, 0.30602020105616784, 0.2603810872052736, 0.3624957926626585, -0.18965171811580345, -0.07830715528543812, 0.4271076105609092, -0.18965171811580345, 0.03964838460327587, 0.3624957926626585, 1.3446275028879682, 0.5192542735310336, -0.10451667556660553, -0.3221628374393094, -0.399095763874539, -0.4853327181992913, 0.03964838460327587, 1.1903098311708082, 0.3624957926626585, 0.21148580181937413, 0.4973560729147468, 0.32058175730968275, 0.03964838460327587, -0.07830715528543812, -0.005148735037387091, 0.2759342914987635, 0.08171292146678093, -0.2205072750200155, -0.399095763874539, 0.1588380048837639, -0.399095763874539, -0.05305223041964298, -0.13175424248039952, 0.2281744925022827, -0.005148735037387091, -0.028685916637204118, 0.03964838460327587, -0.05305223041964298, -0.2205072750200155, -0.05305223041964298, 1.5340407921037311, 0.4393285325161559, 0.2759342914987635, -1.4136539297245632, 0.3890771849646849, 0.08171292146678093, -0.18965171811580345, 1.1136551181002707, -0.05305223041964298, -0.2205072750200155, 0.12135573902816592, 0.1403522688831296, 0.01761310217939659, -0.13175424248039952, -0.005148735037387091, 0.1018196875605295, 0.1018196875605295, 0.01761310217939659, 0.5610509133265509, -0.005148735037387091, 0.19438115340189246, 0.12135573902816592, 0.12135573902816592, 0.12135573902816592, 0.1018196875605295, -0.5832529451146112, -0.18965171811580345, -0.028685916637204118, 0.30602020105616784, -0.2205072750200155, -0.028685916637204118, 0.3624957926626585, 0.1403522688831296, 0.08171292146678093, 0.4393285325161559, -0.1601019147044337, -0.10451667556660553, 0.1403522688831296, -0.05305223041964298, -0.2527857663574994, -0.13175424248039952, 1.4541500220365855, 0.37591555710909375, 1.4089321983302847, 0.4393285325161559, 0.4631339123374032, 0.2281744925022827, 0.06100149578419215, 0.17683946021576705, 0.1018196875605295, 0.21148580181937413, 0.37591555710909375, -0.13175424248039952, 0.01761310217939659, 0.21148580181937413, -0.3595876562962116, 0.01761310217939659, -0.1601019147044337, 0.24446683332751215, -0.3595876562962116, 0.30602020105616784, 0.4631339123374032, -0.005148735037387091, 0.2281744925022827, 0.33484012812096337, -0.028685916637204118, 1.3049586582341532, -0.2205072750200155, 1.4703616444421868, 1.3851454064614002, 0.1018196875605295, -0.399095763874539, 0.32058175730968275, 0.24446683332751215, 1.5764627554888506, 0.17683946021576705, -0.5326518246779636, 0.6099375275212794, -0.028685916637204118, 1.2022872195000929, -0.18965171811580345, -0.10451667556660553, -0.6961627486330705, -0.44092021259692826, 0.03964838460327587, 0.37591555710909375, 0.30602020105616784, 0.06100149578419215, -0.05305223041964298, 1.0766067375568924, 0.12135573902816592, 0.19438115340189246, 0.5810275262459661, -0.2205072750200155, 0.06100149578419215, 1.2807047607797792, 0.4019903756690267, 0.2603810872052736, 0.21148580181937413, 0.03964838460327587, -0.3221628374393094, -0.10451667556660553, -0.5326518246779636, 1.4290853175060056, 0.37591555710909375, -0.399095763874539, 1.5267062836625842, 0.19438115340189246, -0.05305223041964298, 0.17683946021576705, 0.24446683332751215, -1.2919000124367723, 0.32058175730968275, 0.6729823680448009, 1.3636279697952207, 0.19438115340189246, -0.10451667556660553, 0.4973560729147468, 0.12135573902816592, 1.550853599320728, -0.18965171811580345, 0.9685271982917508, 0.4861380328988963, 0.3890771849646849, 0.21148580181937413, 0.4513348398183527, 1.244486165846603, -0.028685916637204118, 0.1018196875605295, 0.3890771849646849, -0.028685916637204118, 1.2256282063609198, -0.07830715528543812, 0.30602020105616784, 0.32058175730968275, -0.6375805694040997, -0.44092021259692826, 0.32058175730968275, 0.19438115340189246, 0.30602020105616784, 1.3821127904155242, -0.18965171811580345, -0.18965171811580345, -0.2205072750200155, 0.474732757099799, -0.3595876562962116, -0.028685916637204118, -0.028685916637204118, 1.4290853175060056, -0.05305223041964298, -0.2527857663574994, 0.2759342914987635, -0.10451667556660553, 0.24446683332751215, 0.30602020105616784, 0.4019903756690267, 0.12135573902816592, 0.1403522688831296, -0.399095763874539, 1.6898596834301642, 0.5711122708296877, 0.21148580181937413, 0.06100149578419215, -0.18965171811580345, 0.2603810872052736, 0.17683946021576705, 0.3890771849646849, 0.2603810872052736, 0.24446683332751215, 0.33484012812096337, 0.06100149578419215, 1.411847979816987, 0.1018196875605295, 0.06100149578419215, 0.21148580181937413, 0.01761310217939659, 0.06100149578419215, 0.2281744925022827, 0.30602020105616784, 0.5610509133265509, -0.05305223041964298, 0.24446683332751215, 0.2911423645678603, 0.4146642944255933, 0.30602020105616784, -0.13175424248039952, 0.2281744925022827, 0.17683946021576705, -0.005148735037387091, -0.10451667556660553, -0.399095763874539, 0.1403522688831296, -0.2205072750200155, 0.3624957926626585, 0.6643247639264814, 1.5832831309985465, 0.01761310217939659, 0.21148580181937413, 0.21148580181937413, 1.459596881885845, 0.1588380048837639, -0.3595876562962116, 0.2281744925022827, 0.5908008512143388, 0.06100149578419215, 0.1403522688831296, 0.12135573902816592, 0.1018196875605295, 0.2911423645678603, 0.24446683332751215, 1.5764627554888506, 0.2911423645678603, 0.06100149578419215, 0.06100149578419215, 1.437543116880298, 0.06100149578419215, 1.4541500220365855, 0.19438115340189246, 0.5083929055329082, -0.3221628374393094, 0.2281744925022827, 0.12135573902816592, 0.30602020105616784, -0.399095763874539, 0.32058175730968275, 0.6376727525636353, 1.616396649200581, -0.2866203072150197, 0.5508390959627038, 1.680118167815123, 0.2911423645678603, -0.005148735037387091, 0.2911423645678603, 0.7540043025249545, 0.4631339123374032, 0.30602020105616784, 1.4403392049524504, -0.2527857663574994, 0.01761310217939659, 0.1018196875605295, -0.028685916637204118, 0.19438115340189246, 0.2911423645678603, 0.08171292146678093, 0.06100149578419215, 1.3604978027247756, 1.6142384714523672, 0.06100149578419215, -0.3221628374393094, 1.4835826743632428, 1.5922720048394248, 0.32058175730968275, 0.4271076105609092, 0.4861380328988963, 0.24446683332751215, 0.2911423645678603, 0.3890771849646849, 1.3790666123450603, 1.3510200611788192, 0.24446683332751215, 0.2281744925022827, -0.05305223041964298, 1.6520764738997642, 0.33484012812096337, 0.17683946021576705, -0.005148735037387091, -0.2527857663574994, 0.32058175730968275, 1.3911704316712143, 1.4205211743831565, 0.7616013620237568, -0.1601019147044337, 1.529159906121928, 1.6859797816114408, 1.4290853175060056, 0.4973560729147468, 1.2877230078556854, 0.4146642944255933, 0.7463216703682909, -0.13175424248039952, 0.6099375275212794, 0.6643247639264814, 0.19438115340189246, -0.13175424248039952, 1.6077225996008333, 0.4631339123374032, 0.01761310217939659, 0.2759342914987635, 1.4756808914661337, 1.4623040642654708, 0.6729823680448009, 1.4861963612764681, 1.5316047212717294, -0.2527857663574994, 0.3624957926626585, 0.6285523288300633, 0.33484012812096337, 1.251885572488479, 1.574174034502409, 0.5299456517839318, 0.08171292146678093, 1.3851454064614002, 1.4730264605636914, 0.6643247639264814, 0.8054879589139056, 0.4019903756690267, 1.2700399267080775, 0.1588380048837639, 0.06100149578419215, 0.4146642944255933, 0.2759342914987635, 0.03964838460327587, 0.2281744925022827, 0.6815315004352326, 0.4019903756690267, -0.13175424248039952, 0.1588380048837639, 0.65555590588346, 1.3349247548002443, 0.4631339123374032, 0.7065543757640079, 0.2603810872052736, 0.3890771849646849, 1.529159906121928, 0.7385515189875963, 0.3890771849646849, 0.540472263621851, 0.32058175730968275, -0.3595876562962116, 0.4146642944255933, 0.6193083817576317, 0.7065543757640079, 0.7146954589149648, 1.369845479569614, 0.3890771849646849, 0.4631339123374032, 0.5810275262459661, 1.2179363906268523, 0.03964838460327587, 0.17683946021576705, 0.8195108669469195, 0.9042392797101124, 0.5083929055329082, 0.7146954589149648, 0.6983149694376766, 0.7765462314450655, 0.3488076158285857, 0.4861380328988963, 1.506752451778309, 0.4271076105609092, 0.6899748404180315, 1.6099014906132003, 0.24446683332751215, 1.62920404301626, 0.7838976248302099, 0.5711122708296877, 0.32058175730968275, 0.4631339123374032, 0.9629270506740572, 0.3624957926626585, 0.6815315004352326, 0.4271076105609092, 0.2603810872052736, 0.37591555710909375, 0.4973560729147468, -0.18965171811580345, 0.6466729035187739, 1.3510200611788192, 0.7065543757640079, 0.4861380328988963, 0.4271076105609092, 1.62920404301626, 0.4271076105609092, 0.7227405338204532, 0.4513348398183527, 1.620692596041066, 0.3890771849646849, 0.5508390959627038, 0.4393285325161559, 0.8332511928699209, -0.07830715528543812, 0.37591555710909375, 0.1588380048837639, 1.555582003072077, 0.8792722841905248, 0.7691147313009403, 0.9795913118641054, 0.4631339123374032, 0.3890771849646849, 0.6004362416639547, 0.826415640000937, 0.8792722841905248, 0.5810275262459661, 0.6004362416639547, 1.7238186410406082, 0.6729823680448009, 0.5083929055329082, 0.8856002793449973, 1.5364681809363967, 0.5711122708296877, 1.7544071903598046, 1.1136551181002707, 0.8054879589139056, 1.0766067375568924, 0.540472263621851], [-3.045167884751756, -1.6478673874562777, -2.909269382994961, -0.8618963126598055, -1.9632477261851544, -1.3734315093358815, -1.0189771591636103, -2.909269382994961, -1.9632477261851544, -1.8799030806876464, -0.17904456988026038, -1.6478673874562777, -0.62369504440922, -0.62369504440922, -3.884486454157, -0.21578285230478086, -2.234824481086012, -1.0189771591636103, -0.62369504440922, -0.7157553769076448, -2.5458818835148302, -1.4387702191874236, 0.061497849943018414, -0.5791379168330926, -0.9653010652360258, -2.909269382994961, -1.3734315093358815, -1.0740600862779712, -1.4387702191874236, 0.2771930786341489, -0.4927691828134093, -0.4508845222138146, -0.21578285230478086, -1.8799030806876464, 0.0287831389268774, -1.6478673874562777, -0.8618963126598055, -0.4927691828134093, -1.1887526419700918, -1.3734315093358815, -1.1306248711800009, -0.4098211807638198, -0.3300344466488542, -1.3100563027057637, 0.7235901219933096, -0.36954771539644005, 0.2477096007671657, -1.5061963152065074, 0.4726865401530383, 0.3349402273007304, -1.3100563027057637, -1.0189771591636103, -2.234824481086012, -0.14294040832236293, -0.5355085110054971, 0.0287831389268774, 0.6268165962834263, 0.9046339486994396, 0.09370838969856962, 0.0287831389268774, -0.8120431310338189, -0.4927691828134093, -0.8120431310338189, -0.3300344466488542, -1.1887526419700918, -1.1887526419700918, -0.8120431310338189, 0.09370838969856962, -0.4927691828134093, -0.8120431310338189, 0.7470983250428492, 0.5253376950461954, -2.049989199814915, -1.4387702191874236, -0.03822349838306, -0.9129622912469082, -0.17904456988026038, -1.1887526419700918, -0.03822349838306, -0.7633468634120713, -1.0740600862779712, -0.62369504440922, -1.0189771591636103, -1.4387702191874236, -1.3100563027057637, -2.049989199814915, 0.09370838969856962, -1.1887526419700918, -0.7157553769076448, -0.8120431310338189, -0.5355085110054971, -1.1306248711800009, -1.0189771591636103, -0.5355085110054971, -0.4927691828134093, -0.004451726297567385, -0.62369504440922, -0.03822349838306, -0.7633468634120713, -0.36954771539644005, 0.09370838969856962, -0.6692199626889036, -0.9129622912469082, -1.7997041707260009, -0.36954771539644005, -0.7157553769076448, -1.5061963152065074, -1.6478673874562777, -0.8120431310338189, -0.8618963126598055, -1.0740600862779712, 0.30626620781839264, -0.4098211807638198, -0.17904456988026038, -0.5355085110054971, 1.030800765734006, -1.6478673874562777, -1.7997041707260009, -0.2912533297754774, 0.8608240981628088, -0.8618963126598055, -1.1887526419700918, -2.14040909295869, -0.8618963126598055, -0.10744892672409508, -1.1887526419700918, 1.2985265486656803, -0.3300344466488542, -1.4387702191874236, -1.8799030806876464, -0.8120431310338189, 0.3911336449967887, -0.4508845222138146, -0.21578285230478086, 0.2771930786341489, -0.004451726297567385, -0.10744892672409508, -0.7157553769076448, -1.7224262418027705, -0.5791379168330926, -0.2531778373721484, -0.2531778373721484, -0.2912533297754774, -0.4927691828134093, -0.14294040832236293, -1.3100563027057637, 0.4186733438676231, -0.4508845222138146, -0.4098211807638198, -0.4098211807638198, -0.14294040832236293, -0.2531778373721484, -0.7633468634120713, -0.62369504440922, -1.3100563027057637, 0.8608240981628088, -0.4927691828134093, -0.8120431310338189, 0.3349402273007304, -1.2485313031531744, -2.049989199814915, 0.7933349560031606, -0.4508845222138146, -0.7157553769076448, 0.6757641501174801, -0.03822349838306, -1.5061963152065074, 0.12543001773954238, -0.9129622912469082, -0.9129622912469082, 1.030800765734006, -0.10744892672409508, 1.3691062790765676, -0.5355085110054971, 0.7235901219933096, -1.1887526419700918, -0.03822349838306, -0.9653010652360258, -0.7157553769076448, -0.7157553769076448, 0.0287831389268774, -1.3734315093358815, 1.7196203994664792, 0.9895870907789788, -1.0740600862779712, -0.2531778373721484, 0.2178040549671679, -1.0189771591636103, 0.6998141175383007, -0.7633468634120713, 0.5253376950461954, 1.4373754478754677, -1.8799030806876464, 0.6757641501174801, -0.4098211807638198, -1.3100563027057637, -0.2912533297754774, 1.030800765734006, -0.4927691828134093, 0.0287831389268774, 0.0287831389268774, -0.2912533297754774, -0.9129622912469082, -2.049989199814915, -0.2531778373721484, -0.07254974974233341, -0.4927691828134093, 0.5511735995492856, 1.0911337891689066, -0.62369504440922, 0.6019055720597971, -0.5791379168330926, -1.0740600862779712, -0.62369504440922, -0.7157553769076448, -0.004451726297567385, -0.8618963126598055, -0.4098211807638198, 1.110863181743961, -0.4098211807638198, -1.5061963152065074, -0.004451726297567385, -0.4508845222138146, -1.3100563027057637, -1.3100563027057637, -1.0189771591636103, -0.004451726297567385, -0.07254974974233341, -0.14294040832236293, -0.6692199626889036, -2.333593927939745, 0.061497849943018414, -1.0189771591636103, -0.17904456988026038, -0.4508845222138146, -1.4387702191874236, -0.2531778373721484, -0.21578285230478086, -1.4387702191874236, 0.8385693568776538, -0.5355085110054971, -0.4098211807638198, -0.5791379168330926, -0.6692199626889036, -0.62369504440922, -0.5355085110054971, 0.30626620781839264, -0.3300344466488542, -0.4927691828134093, 0.1566773130933765, -0.7633468634120713, 1.8613461625626544, -0.17904456988026038, -0.03822349838306, -0.21578285230478086, 0.09370838969856962, -0.4927691828134093, -1.1306248711800009, -0.62369504440922, -0.5791379168330926, -1.9632477261851544, -0.5791379168330926, -0.2912533297754774, -2.049989199814915, 1.7049032217686262, -1.6478673874562777, -0.21578285230478086, 0.9686708785325601, -0.4098211807638198, -0.9129622912469082, -0.7157553769076448, 0.061497849943018414, -0.2531778373721484, -0.4508845222138146, -0.07254974974233341, -0.17904456988026038, 0.8160747163858372, -0.03822349838306, -0.8120431310338189, 0.061497849943018414, -0.8120431310338189, 0.061497849943018414, -0.4927691828134093, -0.8618963126598055, 0.6019055720597971, -0.62369504440922, -1.0189771591636103, 0.3911336449967887, -0.6692199626889036, -1.0189771591636103, -0.2912533297754774, -0.5355085110054971, -0.4098211807638198, 0.5511735995492856, -0.9653010652360258, 0.7933349560031606, -0.004451726297567385, -1.6478673874562777, 0.12543001773954238, -0.8120431310338189, -0.8618963126598055, -0.17904456988026038, -0.07254974974233341, -1.0740600862779712, 1.777471794443367, -0.14294040832236293, -1.3734315093358815, -0.8120431310338189, -0.21578285230478086, 1.386384221465333, 0.5511735995492856, -0.07254974974233341, 0.1874642140297432, -0.7633468634120713, 0.09370838969856962, -0.4508845222138146, -0.2531778373721484, -0.36954771539644005, -0.14294040832236293, -0.7633468634120713, 1.2805020044414035, 0.6019055720597971, 0.061497849943018414, -0.03822349838306, -1.4387702191874236, -0.5355085110054971, -0.8618963126598055, -0.2912533297754774, 0.0287831389268774, -0.62369504440922, -1.1887526419700918, 0.6019055720597971, -0.5355085110054971, -0.17904456988026038, -0.8120431310338189, -0.4927691828134093, -0.2531778373721484, -0.7157553769076448, 0.2477096007671657, -0.4927691828134093, -0.2912533297754774, -0.3300344466488542, -0.62369504440922, -0.4927691828134093, -0.14294040832236293, 0.7470983250428492, -0.4927691828134093, -0.2531778373721484, -0.2912533297754774, -0.5355085110054971, 0.2477096007671657, -0.4508845222138146, -0.5355085110054971, -0.21578285230478086, -0.62369504440922, -0.2912533297754774, 0.6998141175383007, -0.6692199626889036, -0.7633468634120713, -0.4927691828134093, 1.110863181743961, -0.4098211807638198, 0.0287831389268774, -0.4098211807638198, 0.1874642140297432, -0.6692199626889036, -0.7157553769076448, -0.03822349838306, -1.0740600862779712, -0.8120431310338189, 1.7196203994664792, -0.62369504440922, -0.5791379168330926, -0.7157553769076448, -0.4098211807638198, 1.5196843793102146, -0.4508845222138146, -0.4098211807638198, 1.0712160249369431, -0.36954771539644005, -0.36954771539644005, -1.5061963152065074, -1.0189771591636103, -0.10744892672409508, -0.3300344466488542, -0.2912533297754774, 1.2439787854555941, -0.5355085110054971, 0.12543001773954238, -0.5355085110054971, -0.7157553769076448, -1.1887526419700918, -0.5791379168330926, -0.4508845222138146, 0.6998141175383007, -0.3300344466488542, -0.5355085110054971, 0.09370838969856962, -0.2912533297754774, 2.22504105907193, 0.5766936872555697, 0.1874642140297432, -0.10744892672409508, 0.7703446830143642, 0.2477096007671657, -0.2912533297754774, -1.1306248711800009, -0.7157553769076448, -0.14294040832236293, 0.4991780747450537, 0.6268165962834263, -0.2531778373721484, -0.7633468634120713, -0.14294040832236293, -0.4927691828134093, -0.3300344466488542, -0.6692199626889036, 0.1874642140297432, -0.03822349838306, -0.7157553769076448, 1.1497708571261145, -1.4387702191874236, -0.62369504440922, -0.4927691828134093, -0.4508845222138146, 0.1566773130933765, -0.36954771539644005, 1.4540991783329946, -0.4927691828134093, 0.061497849943018414, -0.8120431310338189, -1.3100563027057637, 0.3349402273007304, -0.4098211807638198, -0.36954771539644005, 0.6268165962834263, -0.17904456988026038, -0.4927691828134093, -0.10744892672409508, -0.9653010652360258, -0.36954771539644005, -0.4927691828134093, -0.4098211807638198, 0.7703446830143642, -0.4098211807638198, -0.62369504440922, -0.62369504440922, -0.07254974974233341, -0.4508845222138146, 0.2771930786341489, -0.4508845222138146, -0.17904456988026038, -0.2531778373721484, -1.3100563027057637, 0.30626620781839264, -0.4098211807638198, -1.1306248711800009, 0.4186733438676231, -0.4927691828134093, -0.9129622912469082, -0.4508845222138146, 0.3349402273007304, -0.62369504440922, -0.4508845222138146, -0.4927691828134093, -0.17904456988026038, -0.004451726297567385, -1.3734315093358815, 0.4186733438676231, 0.1566773130933765, -0.004451726297567385, -0.7633468634120713, -0.14294040832236293, -0.8618963126598055, 0.30626620781839264, -0.17904456988026038, 0.7703446830143642, -0.9653010652360258, -0.3300344466488542, 0.061497849943018414, -0.36954771539644005, -0.2531778373721484, 0.4186733438676231, -0.9129622912469082, -0.8120431310338189, -0.2912533297754774, 0.0287831389268774, -0.8120431310338189, -1.1887526419700918, -0.2912533297754774, -0.9129622912469082, -0.07254974974233341, -1.5758456072930225, 0.12543001773954238, 0.6019055720597971, 1.030800765734006, 0.3911336449967887, 1.7916872701618929, -0.7157553769076448, 0.12543001773954238, -0.7633468634120713, -0.14294040832236293, 0.8828439961244682, -0.4927691828134093, -0.6692199626889036, -1.0740600862779712, -0.17904456988026038, 0.6998141175383007, -0.21578285230478086, -0.4098211807638198, 0.1566773130933765, -1.3734315093358815, 0.2178040549671679, -0.4098211807638198, 1.6751535169838438, -0.03822349838306, -0.07254974974233341, 0.3349402273007304, -0.7633468634120713, -0.8120431310338189, 0.1874642140297432, -0.8618963126598055, -1.2485313031531744, -0.03822349838306, -0.2912533297754774, 0.1566773130933765, -0.14294040832236293, 0.1566773130933765, -0.4927691828134093, -0.21578285230478086, -0.4098211807638198, -0.2531778373721484, 0.6757641501174801, -0.21578285230478086, -0.4098211807638198, 0.8160747163858372, 0.5253376950461954, -0.7633468634120713, 0.7703446830143642, 1.629717639844961, -0.4098211807638198, 0.0287831389268774, -0.6692199626889036, 1.110863181743961, -1.5758456072930225, 0.09370838969856962, -0.3300344466488542, 1.5675541560281958, 0.0287831389268774, 0.9686708785325601, -0.7157553769076448, 0.8608240981628088, 1.8058064800325933, -0.07254974974233341, -0.7157553769076448, 1.0511062615253743, 1.5357633798039172, -0.8120431310338189, -0.2531778373721484, 1.351684001361982, 0.30626620781839264, -1.0740600862779712, 0.3349402273007304, 0.7235901219933096, -0.5791379168330926, -0.4098211807638198, 0.3911336449967887, 0.7703446830143642, -0.6692199626889036, -0.4098211807638198, -0.10744892672409508, -0.10744892672409508, -1.1887526419700918, 0.7703446830143642, 0.9046339486994396, 0.3911336449967887, -1.3734315093358815, -0.6692199626889036, 0.1874642140297432, 0.12543001773954238, -0.17904456988026038, 1.1497708571261145, 0.3911336449967887, -0.17904456988026038, -0.5355085110054971, -0.004451726297567385, 0.6757641501174801, 0.2477096007671657, -0.4927691828134093, -0.2531778373721484, 0.30626620781839264, 0.0287831389268774, -0.4508845222138146, 0.1566773130933765, 0.12543001773954238, -0.21578285230478086, -0.4927691828134093, -1.0740600862779712, 0.061497849943018414, 1.334114958679754, -0.2912533297754774, -0.6692199626889036, -0.2912533297754774, -0.4927691828134093, -0.004451726297567385, -1.3100563027057637, 0.5766936872555697, 1.0102956945451247, -0.21578285230478086, 0.09370838969856962, -0.14294040832236293, 0.4458545779837789, 1.187966103220189, -0.36954771539644005, 0.09370838969856962, 0.7470983250428492, 0.5766936872555697, 1.2439787854555941, -0.7157553769076448, -0.4508845222138146, 0.0287831389268774, 0.2771930786341489, -0.6692199626889036, 0.12543001773954238, 0.4186733438676231, 0.4186733438676231, 1.8058064800325933, 1.110863181743961, 0.4726865401530383, 0.09370838969856962, 0.3349402273007304, 0.1874642140297432, 1.598867537271758, -0.03822349838306, 0.09370838969856962, -0.62369504440922, -0.07254974974233341, 0.12543001773954238, -0.004451726297567385, -0.9653010652360258, -0.10744892672409508, -0.3300344466488542, -0.07254974974233341, -0.004451726297567385, 0.061497849943018414, 0.1566773130933765, -0.36954771539644005, 0.4458545779837789, -0.2531778373721484, 0.12543001773954238, 0.09370838969856962, 0.1874642140297432, 0.1874642140297432, -1.3100563027057637, -0.62369504440922, -0.4508845222138146, 1.1497708571261145, 0.3349402273007304, 0.4186733438676231, 1.9154446317480625, 1.2985265486656803, 0.0287831389268774, -0.14294040832236293, -0.2912533297754774, 0.061497849943018414, -0.4508845222138146, 0.4458545779837789, -0.14294040832236293, -0.3300344466488542, -0.7157553769076448, 0.4186733438676231, -0.62369504440922, 0.061497849943018414, 0.2178040549671679, -0.4098211807638198, -0.4927691828134093, -0.4508845222138146, 0.8828439961244682, -0.3300344466488542, -1.9632477261851544, -0.21578285230478086, 0.0287831389268774, 1.777471794443367, -0.21578285230478086, 0.30626620781839264, 0.9475428583885729, 0.6757641501174801, 0.12543001773954238, -0.9653010652360258, -0.9653010652360258, -0.10744892672409508, 1.4035201983830816, 0.6998141175383007, -0.4508845222138146, 0.061497849943018414, 0.12543001773954238, 0.6019055720597971, -0.4098211807638198, 0.09370838969856962, -0.3300344466488542, 1.1689559012120323, -0.14294040832236293, 0.1566773130933765, 0.7235901219933096, 0.5253376950461954, 0.6268165962834263, -0.21578285230478086, -0.4927691828134093, 5.0, 0.4186733438676231, 0.2178040549671679, -0.004451726297567385, 1.0911337891689066, 1.0911337891689066, -0.7633468634120713, -0.21578285230478086, -0.03822349838306, -0.3300344466488542, 1.2623203369613971, -0.3300344466488542, 0.8160747163858372, 1.2805020044414035, -0.9129622912469082, 1.187966103220189, 0.5766936872555697, -0.7633468634120713, -0.07254974974233341, 0.9475428583885729, 0.7470983250428492, -0.03822349838306, -0.4508845222138146, 0.2178040549671679, 0.2477096007671657, 0.061497849943018414, -2.781290115869934, 0.6514338434157045, 0.2178040549671679, 1.187966103220189, 0.5511735995492856, 0.2771930786341489, 0.5253376950461954, 0.2178040549671679, -0.62369504440922, 0.4991780747450537, -0.21578285230478086, -0.21578285230478086, -0.004451726297567385, -0.21578285230478086, -0.17904456988026038, 0.6019055720597971, -0.4098211807638198, -0.6692199626889036, 0.2178040549671679, 1.3691062790765676, 0.2477096007671657, -0.4098211807638198, 2.484410028127871, 1.6143496406357336, 0.9475428583885729, -0.07254974974233341, 0.2771930786341489, 0.4458545779837789, 0.061497849943018414, -0.4927691828134093, 0.1566773130933765, 0.6019055720597971, 0.3911336449967887, -1.1306248711800009, -0.2531778373721484, 0.3632259216209292, 0.9261987023806018, 1.0102956945451247, -0.17904456988026038, -0.2531778373721484, -0.21578285230478086, -0.004451726297567385, 1.2254745158181315, -0.9653010652360258, 0.3911336449967887, 1.030800765734006, -0.36954771539644005, -0.7633468634120713, -0.2531778373721484, 1.0712160249369431, 1.9551167323402727, 0.4186733438676231, 0.7703446830143642, -0.7633468634120713, 0.2771930786341489, 0.09370838969856962, -0.62369504440922, -0.2912533297754774, -0.14294040832236293, -0.07254974974233341, -0.2912533297754774, -1.2485313031531744, -1.9632477261851544, -0.004451726297567385, 0.6268165962834263, 0.4726865401530383, 0.1874642140297432, 0.30626620781839264, -0.3300344466488542, 0.1566773130933765, 1.2985265486656803, -0.7157553769076448, -0.7633468634120713, 0.1566773130933765, -0.62369504440922, 1.110863181743961, 0.5253376950461954, -0.36954771539644005, 0.061497849943018414, -1.0740600862779712, 0.7703446830143642, -0.07254974974233341, 0.7470983250428492, -0.5791379168330926, -0.4927691828134093, -0.9129622912469082, 1.3163966595747427, -0.14294040832236293, 0.8608240981628088, -0.004451726297567385, 0.7470983250428492, -0.14294040832236293, -0.2531778373721484, 1.7487467343750571, -0.21578285230478086, -0.03822349838306, -0.36954771539644005, -0.5791379168330926, 0.4186733438676231, -1.5061963152065074, 0.4991780747450537, -0.36954771539644005, 0.5253376950461954, 0.5253376950461954, 1.9020510466469995, -0.004451726297567385, -0.7633468634120713, 0.2178040549671679, 0.4186733438676231, -0.8618963126598055, 0.09370838969856962, 1.4035201983830816, 1.5675541560281958, 1.7342344253218092, 0.1566773130933765, 0.5511735995492856, 1.110863181743961, 1.351684001361982, 0.5253376950461954, -0.10744892672409508, 0.12543001773954238, 1.030800765734006, -0.8618963126598055, -0.004451726297567385, -0.17904456988026038, 0.5511735995492856, -0.21578285230478086, -0.4098211807638198, 0.2178040549671679, 1.777471794443367, 2.270572799701025, 0.12543001773954238, 0.1566773130933765, 0.5766936872555697, -0.03822349838306, 1.7916872701618929, 0.3632259216209292, -0.21578285230478086, 2.602917015848817, 0.30626620781839264, 1.4706898625965632, -0.2531778373721484, 1.2439787854555941, -0.4098211807638198, 1.110863181743961, 0.1874642140297432, 1.487149599234988, 0.2477096007671657, 0.4186733438676231, 0.3632259216209292, 1.030800765734006, -1.1306248711800009, -0.07254974974233341, -0.62369504440922, 1.487149599234988, 0.2477096007671657, 0.3911336449967887, 0.0287831389268774, -1.1887526419700918, -0.14294040832236293, 1.4706898625965632, -0.004451726297567385, -0.10744892672409508, 0.0287831389268774, -0.3300344466488542, 0.3349402273007304, 1.2623203369613971, -0.5791379168330926, -1.7224262418027705, 0.30626620781839264, 1.351684001361982, 1.3691062790765676, 0.9046339486994396, 0.9686708785325601, 0.3632259216209292, 1.2985265486656803, 1.0911337891689066, 0.6757641501174801, 1.1304077284542808, 1.4373754478754677, -0.2912533297754774, 0.7703446830143642, 1.110863181743961, 0.9046339486994396, -0.03822349838306, -0.2912533297754774, 0.6268165962834263, -0.6692199626889036, -0.17904456988026038, -0.5355085110054971, 0.4726865401530383, 1.0102956945451247, 1.1304077284542808, 2.5932947529718757, -1.0740600862779712, -0.07254974974233341, 1.5832696238691542, -0.4927691828134093, 0.061497849943018414, -0.7633468634120713, 0.7235901219933096, 1.7916872701618929, 0.9895870907789788, -0.10744892672409508, 1.487149599234988, 1.1304077284542808, 0.12543001773954238, 1.030800765734006, 1.8198307183626636, -0.2912533297754774, 1.5517193496658757, -0.03822349838306, 1.8885708614809975, 0.6268165962834263, 1.1304077284542808, -0.2912533297754774, 1.351684001361982, 0.7235901219933096, 0.7235901219933096, 1.030800765734006, 0.5766936872555697, 0.061497849943018414, -0.4927691828134093, 0.4458545779837789, 0.4726865401530383, -0.8618963126598055, 0.5766936872555697, 0.9475428583885729, 1.5357633798039172, 0.9686708785325601, 0.1566773130933765, 1.5675541560281958, 0.4186733438676231, -0.07254974974233341, 1.351684001361982, 0.2477096007671657, 0.4186733438676231, 0.3632259216209292, 1.110863181743961, 1.2439787854555941, 1.110863181743961, 0.2477096007671657, -0.07254974974233341, -0.8618963126598055, -0.03822349838306, 1.2985265486656803, 0.2477096007671657, -0.004451726297567385, -0.17904456988026038, 0.5253376950461954, 1.0102956945451247, 0.6268165962834263, 0.2477096007671657, 0.2477096007671657, 0.1566773130933765, 1.0102956945451247, -1.3734315093358815, 1.0712160249369431, 2.777774525557516, 2.213501014762856, -0.07254974974233341, -0.6692199626889036, 0.7933349560031606, -0.36954771539644005, -1.6478673874562777, 0.4991780747450537, 0.1566773130933765, 1.7342344253218092, 0.3911336449967887, 1.7487467343750571, 1.1304077284542808, -0.8618963126598055, -0.4098211807638198, 0.9046339486994396, -0.07254974974233341, -1.0189771591636103, 1.0102956945451247, 0.3911336449967887, 1.7916872701618929, 0.061497849943018414, 0.8160747163858372, 1.351684001361982, 2.5836278630320124, 1.4540991783329946, -0.7633468634120713, 1.7049032217686262, 1.5517193496658757, 0.8608240981628088, 0.9686708785325601, 0.3632259216209292, 1.1689559012120323, -0.7633468634120713, 0.7703446830143642, 0.7703446830143642, 0.12543001773954238, 1.5675541560281958, 0.9895870907789788, -0.004451726297567385, 0.9261987023806018, 0.9261987023806018, -0.07254974974233341, 0.3349402273007304, 1.598867537271758, 0.5511735995492856, -0.03822349838306, 0.3349402273007304, 0.061497849943018414, 0.3911336449967887, -0.2531778373721484, 0.8385693568776538, 0.6757641501174801, 1.4205165218416214, 1.7196203994664792, 0.12543001773954238, -2.234824481086012, 1.8058064800325933, 0.9686708785325601, 0.7235901219933096, 0.30626620781839264, 0.9046339486994396, 0.7933349560031606, 0.09370838969856962, 1.5034804375915007, 1.0102956945451247, 0.9895870907789788, 0.7470983250428492, -0.004451726297567385, -0.6692199626889036, 1.030800765734006, 1.7049032217686262, 1.0511062615253743, 1.334114958679754, -0.3300344466488542, 1.4035201983830816, 0.7470983250428492, 0.8385693568776538, 1.3163966595747427, 1.644973203392336, 0.3349402273007304, -0.5355085110054971, 1.030800765734006, 0.5766936872555697, 0.12543001773954238, 0.1874642140297432, 0.6019055720597971, 2.0573601329518993, 1.0511062615253743, 0.9261987023806018, 0.12543001773954238, 1.110863181743961, -0.03822349838306, 1.8058064800325933, -0.9129622912469082, 1.2254745158181315, -0.4508845222138146, 0.6998141175383007, 1.2985265486656803, -0.10744892672409508, 0.4458545779837789, 1.0911337891689066, 0.6757641501174801, -0.21578285230478086, 1.629717639844961, 1.9419764008207625, 0.9261987023806018, 1.1689559012120323, 1.4540991783329946, -0.7633468634120713, 2.0196040310560144, 0.4186733438676231, 2.2479312427142766, -0.62369504440922, 2.484410028127871, 1.0712160249369431, -0.004451726297567385, 1.3163966595747427, 2.3261235844483354, -0.21578285230478086, -0.8120431310338189, 1.629717639844961, -0.03822349838306, 0.2771930786341489, 1.6143496406357336, 0.2771930786341489, -0.5355085110054971, -0.5355085110054971, -0.17904456988026038, 0.12543001773954238, 0.0287831389268774, 0.8160747163858372, 1.6143496406357336, 1.1497708571261145, 2.3370582778742603, 1.386384221465333, 2.190227485505893, 1.030800765734006, -0.10744892672409508, 2.484410028127871, -0.4098211807638198, -0.17904456988026038, 1.5196843793102146, 1.5196843793102146, -0.03822349838306, -0.10744892672409508, 1.5196843793102146, 0.2477096007671657, 1.1689559012120323, 1.2805020044414035, 2.4639868639430915, 0.2178040549671679, 0.7470983250428492, 0.7235901219933096, 0.5766936872555697, -0.21578285230478086, -0.10744892672409508, 1.8885708614809975, 1.0911337891689066, 1.8885708614809975, 0.5766936872555697, 1.598867537271758, 0.9475428583885729, -0.4098211807638198, 0.3349402273007304, -0.17904456988026038, 0.30626620781839264, 1.1689559012120323, 0.4186733438676231, 0.9261987023806018, 1.030800765734006, 0.8828439961244682, 2.1308808429794106, 1.4373754478754677, 1.487149599234988, 1.206804617989377, 2.514674401818497, 0.7933349560031606, -0.07254974974233341, 0.3632259216209292, 1.5832696238691542, 0.5511735995492856, 1.5034804375915007, 1.0511062615253743, 1.8337612535448429, -0.7157553769076448, 0.9046339486994396, -0.10744892672409508, 1.4706898625965632, 0.4458545779837789, 0.6514338434157045, 1.5034804375915007, 2.03226552772193, -0.004451726297567385, -0.004451726297567385, 0.7470983250428492, 1.8058064800325933, 1.0102956945451247, 0.6268165962834263, 0.9895870907789788, -0.62369504440922, 1.110863181743961, -0.14294040832236293, 0.6019055720597971, 0.2477096007671657, 1.629717639844961, -0.03822349838306, -0.14294040832236293, -0.2912533297754774, -0.07254974974233341, 3.6575601288078254, 0.09370838969856962, 1.4706898625965632, 1.1304077284542808, -1.2485313031531744, -0.10744892672409508, -0.9129622912469082, 2.554355243865872, 1.2985265486656803, 0.5766936872555697, -0.14294040832236293, 1.0102956945451247, 1.8475993287442551, 1.3163966595747427, -0.62369504440922, 0.5253376950461954, -0.10744892672409508, 1.8613461625626544, 0.30626620781839264, 0.9895870907789788, 0.5511735995492856, 1.2985265486656803, 1.2623203369613971, 0.8160747163858372, 0.30626620781839264, 3.0888135891552584, 4.287147202884817, 0.8385693568776538, -0.4508845222138146, 0.5766936872555697, 1.1304077284542808, 0.1874642140297432, -0.14294040832236293, 1.9681747599316328, 2.2818020190305925, 1.5517193496658757, 2.4639868639430915, 0.6019055720597971, 1.2439787854555941, 0.7703446830143642, 2.0821562517909205, 2.10666089847812, 0.8385693568776538, 0.3911336449967887, 1.2805020044414035, 0.9686708785325601, -0.9653010652360258, 0.8385693568776538, 0.3632259216209292, 2.190227485505893, 0.2771930786341489, 0.4186733438676231, 0.3349402273007304, -0.5355085110054971, 0.6019055720597971, -1.8799030806876464, 0.9261987023806018, 1.1497708571261145, 0.0287831389268774, 0.6757641501174801, 1.5357633798039172, 0.7933349560031606, 0.2178040549671679, 2.5836278630320124, 0.8160747163858372, 0.3349402273007304, 0.6514338434157045, 2.7331626701976983, 1.777471794443367, 0.8385693568776538, 0.2771930786341489, 0.5766936872555697, 1.487149599234988, 1.334114958679754, 1.0712160249369431, 0.3632259216209292, 0.3911336449967887, 0.5253376950461954, 0.7235901219933096, 0.09370838969856962, 0.9261987023806018, 1.2985265486656803, 0.4726865401530383, 2.044850589387877, 1.4373754478754677, 0.8608240981628088, 1.351684001361982, 0.061497849943018414, 1.7631587319449893, -0.03822349838306, 1.8475993287442551, 2.142886103502635, 0.7933349560031606, -0.07254974974233341, 0.6757641501174801, 1.4035201983830816, 0.2178040549671679, 0.09370838969856962, 1.928752721801896, 1.8058064800325933, 0.9475428583885729, 1.0911337891689066, 1.690081426622594, 0.061497849943018414, 1.5196843793102146, 0.9261987023806018, 0.6019055720597971, 2.044850589387877, 1.2805020044414035, 0.7470983250428492, 0.9686708785325601, 2.412035944691444, 2.201896729889523, 1.2623203369613971, 1.690081426622594, 0.1566773130933765, 3.019231177715304, 0.1566773130933765, 2.4945470562858443, 1.030800765734006, 2.0697950589192966, -0.17904456988026038, 2.573915930261224, 2.1308808429794106, 1.5196843793102146, 2.1548226221953497, 1.9154446317480625, 1.4373754478754677, 0.1566773130933765, 2.3261235844483354, 1.1689559012120323, -1.7997041707260009, 3.1853896146642, -1.5758456072930225, 0.3911336449967887, 1.8475993287442551, 0.6019055720597971, 1.8885708614809975, 1.4373754478754677, -0.17904456988026038, 0.6757641501174801, 1.351684001361982, 1.2985265486656803, 2.315131227926892, 2.1784925505337105, 1.4205165218416214, -0.2912533297754774, 2.10666089847812, 0.9261987023806018, 1.5034804375915007, 1.9154446317480625, 2.1784925505337105, 2.0697950589192966, 1.5034804375915007, 4.056650057504972, 2.3802323135508856, 3.598864276189408, 2.4014885589067694, 2.47422345949652, 2.3695223490667408, -0.004451726297567385, 3.1487726805396026, 0.7470983250428492, 0.8828439961244682, 1.0511062615253743, -1.6478673874562777, -0.36954771539644005, 2.3370582778742603, 2.4014885589067694, 1.777471794443367, -0.36954771539644005, 1.1304077284542808, -0.5791379168330926, -0.8120431310338189, -0.03822349838306, 1.2985265486656803, 2.142886103502635, 0.5253376950461954, 1.4373754478754677, 2.1784925505337105, 1.6143496406357336, 0.6757641501174801, 1.7487467343750571, 1.9419764008207625, 1.4540991783329946, 0.9261987023806018, 1.386384221465333, 1.9020510466469995, 1.2254745158181315, 0.7703446830143642, 0.1566773130933765, 0.2771930786341489, 1.598867537271758, 0.7470983250428492, -0.2531778373721484, 1.5034804375915007, 1.5832696238691542, 0.2477096007671657, 1.8885708614809975, 0.12543001773954238, 3.291531637210356, 0.5511735995492856, 2.3370582778742603, 1.110863181743961, 1.351684001361982, 0.061497849943018414, 0.4726865401530383, 0.4186733438676231, 1.5034804375915007, -0.2912533297754774, 0.30626620781839264, 2.2479312427142766, 1.5517193496658757, 1.6751535169838438, 2.5641585330556484, 0.5766936872555697, 0.3911336449967887, 1.9020510466469995, 3.748164805045721, -1.5061963152065074, 3.488856750172076, 0.8160747163858372, 1.1497708571261145, 2.213501014762856, 0.30626620781839264, 2.1784925505337105, 1.9811515076979789, 0.5766936872555697, 2.142886103502635, -0.5355085110054971, 2.094444580440028, 2.5932947529718757, 1.1304077284542808, 1.8885708614809975, 0.9046339486994396, 1.9419764008207625, 1.2805020044414035, 0.7703446830143642, 1.629717639844961, 1.4540991783329946, 0.7235901219933096, -0.4508845222138146, -0.4927691828134093, 0.4458545779837789, 1.8613461625626544, 2.304080597137478, 2.554355243865872, 0.4726865401530383, 1.4706898625965632, 3.1561477161772427, 1.6751535169838438, 1.4205165218416214, 0.9046339486994396, 1.9551167323402727, 1.7487467343750571, 1.351684001361982, 2.4225302285840726, 0.8828439961244682, 1.3163966595747427, 0.7933349560031606, 1.1304077284542808, 2.8642318718399147, 1.4205165218416214, 0.7470983250428492, 2.315131227926892, 1.1497708571261145, 1.8475993287442551, 1.5675541560281958, 1.6751535169838438, 0.4726865401530383, 1.5357633798039172, 3.2637514613400715, 3.703354831506656, 2.7241245579077464, 0.8385693568776538, 1.206804617989377, 1.110863181743961, 2.7953552890447635, 0.09370838969856962, 1.8475993287442551, 0.1874642140297432, 2.484410028127871, 0.9046339486994396, 1.4540991783329946, 1.2985265486656803, 1.7196203994664792, 2.190227485505893, 2.612495061702175, 3.1561477161772427, 1.7342344253218092, 0.6019055720597971, -0.17904456988026038, -0.3300344466488542, 1.4373754478754677, 1.5034804375915007, 1.4373754478754677, 0.5253376950461954, 0.9686708785325601, 0.3349402273007304, 3.1264896797949775, 2.3695223490667408, 2.236517569897431, 2.2592827616441133, 1.3163966595747427, 0.09370838969856962, 0.8160747163858372, 1.351684001361982, 1.9811515076979789, 1.4035201983830816, 0.061497849943018414, 0.8385693568776538, 2.5641585330556484, 3.488856750172076, 1.030800765734006, 0.2771930786341489, 0.8608240981628088, 0.9895870907789788, 0.3911336449967887, 2.5246656573370023, -0.2531778373721484, 0.7933349560031606, 2.190227485505893, 0.0287831389268774, -0.4508845222138146, 1.4373754478754677, 0.2477096007671657, 0.7470983250428492, 0.4991780747450537, 2.4014885589067694, 3.4056326771774863, 0.9475428583885729, 3.1926364276769887, 1.0102956945451247, 0.9895870907789788, 1.5196843793102146, 2.534609248931858, 1.1304077284542808, 3.170819951632148, 0.6268165962834263, 1.7196203994664792, 3.298419204160848, 4.611401381681398, 3.1413714540344317, 1.9419764008207625, 2.094444580440028, 2.3587570725204867, 1.5517193496658757, 1.386384221465333, 0.2477096007671657, 0.5511735995492856, 1.8337612535448429, 2.640967913766858, 2.190227485505893, 1.8613461625626544, 1.9681747599316328, 3.41215386115308, 2.534609248931858, 2.5836278630320124, 1.1689559012120323, 0.1566773130933765, 2.4225302285840726, 0.6268165962834263, 0.8608240981628088, 2.0068651656992307, 2.906151796251541, 2.190227485505893, 0.3632259216209292, -0.10744892672409508, 1.2439787854555941, 1.7916872701618929, 1.8613461625626544, 0.6514338434157045, 1.1497708571261145, 0.1874642140297432, 1.9940479807554088, 2.201896729889523, 2.3479359098156727, 1.9551167323402727, 0.7703446830143642, 0.8160747163858372, 1.5196843793102146, 1.351684001361982, 0.8160747163858372, 0.30626620781839264, 3.214226889958508, 1.2805020044414035, 2.7689282184317006, 2.118806044610141, -0.004451726297567385, 1.5196843793102146, 1.644973203392336, 3.7258802557554938, 3.291531637210356, 3.2707312984487262, 0.9475428583885729, 2.484410028127871, 1.0511062615253743, 1.110863181743961, 2.4945470562858443, 1.690081426622594, 3.1039658548487923, 1.030800765734006, 1.334114958679754, 3.0964034922671693, 1.351684001361982, 0.1566773130933765, 1.2805020044414035, 2.7865834442146875, 1.1497708571261145, 0.2178040549671679, 2.612495061702175, 1.9020510466469995, 1.2254745158181315, 2.142886103502635, -0.17904456988026038, 0.9261987023806018, 2.236517569897431, 1.6601179634638734, 1.0511062615253743, 0.4991780747450537, 3.663339803252432, 3.392528771315724, 2.1308808429794106, 1.598867537271758, 2.2479312427142766, 1.187966103220189, 0.2771930786341489, 0.9261987023806018, 3.488856750172076, 2.777774525557516, 0.7703446830143642, 3.2846212321538366, 3.4444571637099206, 2.4639868639430915, 3.908110380148597, 1.487149599234988, 1.8058064800325933, 2.315131227926892, 1.4035201983830816, 2.03226552772193, 1.7631587319449893, -2.5458818835148302, -4.581440585276755, -0.8618963126598055, -2.234824481086012, -2.5458818835148302, -1.8799030806876464, -4.0959005384971, -2.66039865626142, -2.333593927939745, -0.5791379168330926, -1.7224262418027705, -1.1887526419700918, -3.344795477228082, -2.66039865626142, -4.0959005384971, -2.14040909295869, -1.3100563027057637, -2.049989199814915, -0.5791379168330926, -2.66039865626142, -2.781290115869934, -1.9632477261851544, -1.0189771591636103, 0.1566773130933765, -2.234824481086012, -3.690289903261912, -0.6692199626889036, -1.4387702191874236, -1.2485313031531744, -1.5758456072930225, -1.7224262418027705, -2.049989199814915, -1.2485313031531744, -2.049989199814915, -1.6478673874562777, -2.4371247543996115, -1.6478673874562777, -2.4371247543996115, -2.5458818835148302, -1.5061963152065074, -2.781290115869934, -1.6478673874562777, -0.9129622912469082, -0.8120431310338189, -2.049989199814915, -3.189960338762269, -1.8799030806876464, -1.8799030806876464, -2.909269382994961, -4.0959005384971, -1.1887526419700918, -2.234824481086012, -2.234824481086012, -3.045167884751756, -1.3100563027057637, -0.4927691828134093, -1.0189771591636103, -0.4098211807638198, -1.2485313031531744, -0.21578285230478086, -0.5791379168330926, -3.189960338762269, -3.189960338762269, -1.3734315093358815, -1.9632477261851544, -1.8799030806876464, -1.9632477261851544, -1.5758456072930225, -0.6692199626889036, -1.7997041707260009, -0.7157553769076448, -2.333593927939745, -0.3300344466488542, -2.781290115869934, -2.049989199814915, -2.049989199814915, -1.2485313031531744, -2.333593927939745, -1.3734315093358815, -2.049989199814915, -1.7997041707260009, -1.9632477261851544, -1.6478673874562777, -0.21578285230478086, -1.0740600862779712, -1.5061963152065074, -2.234824481086012, -1.1306248711800009, -2.333593927939745, -4.0959005384971, -0.2912533297754774, -2.234824481086012, -0.7633468634120713, -0.3300344466488542, -1.0189771591636103, -1.7224262418027705, -3.045167884751756, -1.7997041707260009, -3.511033401542686, -0.62369504440922, -2.14040909295869, -1.1887526419700918, -0.7157553769076448, -2.781290115869934, -1.8799030806876464, -2.049989199814915, -0.7157553769076448, -2.234824481086012, -1.5061963152065074, -0.21578285230478086, -4.0959005384971, -2.4371247543996115, -1.3100563027057637, -0.2531778373721484, -2.781290115869934, 0.061497849943018414, -1.1887526419700918, -0.10744892672409508, -2.5458818835148302, -0.5791379168330926, -0.36954771539644005, -4.581440585276755, -0.4508845222138146, -1.2485313031531744, -0.7157553769076448, -0.6692199626889036, -0.8120431310338189, -2.909269382994961, -1.5061963152065074, -0.9129622912469082, -0.5791379168330926, 1.598867537271758, -0.5791379168330926, -1.5758456072930225, -0.8120431310338189, -0.62369504440922, -0.8120431310338189, 0.2477096007671657, -2.234824481086012, -1.8799030806876464, -1.0740600862779712, -0.7157553769076448, -1.0740600862779712, -1.7224262418027705, -0.8120431310338189, -2.4371247543996115, -0.14294040832236293, -1.2485313031531744, -0.8618963126598055, -1.1887526419700918, -1.5061963152065074, -1.1306248711800009, -0.5791379168330926, -2.909269382994961, -0.62369504440922, -0.5791379168330926, -2.234824481086012, -1.5758456072930225, -1.9632477261851544, -0.62369504440922, -1.4387702191874236, -0.4098211807638198, -0.7157553769076448, -0.21578285230478086, -0.5355085110054971, -1.3734315093358815, -0.5355085110054971, -0.7157553769076448, -1.9632477261851544, -0.03822349838306, -1.0189771591636103, -0.7157553769076448, -1.7224262418027705, -1.7997041707260009, -1.2485313031531744, -2.5458818835148302, -1.2485313031531744, -1.7997041707260009, -0.5791379168330926, -1.6478673874562777, -0.07254974974233341, -1.6478673874562777, -0.4508845222138146, -0.5791379168330926, -1.2485313031531744, -0.03822349838306, -0.8120431310338189, -1.7224262418027705, -0.5355085110054971, -2.049989199814915, -0.4508845222138146, -0.5355085110054971, -2.781290115869934, -1.7997041707260009, -3.884486454157, -2.5458818835148302, -1.4387702191874236, -0.2531778373721484, -2.781290115869934, -0.6692199626889036, -2.234824481086012, -1.2485313031531744, -1.1306248711800009, -0.6692199626889036, -0.10744892672409508, -0.7633468634120713, -0.5791379168330926, -1.1887526419700918, -0.4927691828134093, -1.6478673874562777, -1.0189771591636103, -2.234824481086012, -1.0740600862779712, -0.4508845222138146, -0.14294040832236293, -1.3734315093358815, -0.5791379168330926, -0.5355085110054971, -1.9632477261851544, -0.8120431310338189, -2.049989199814915, 0.2477096007671657, -1.0189771591636103, -0.14294040832236293, 0.2178040549671679, -1.6478673874562777, -0.8618963126598055, -0.03822349838306, -2.049989199814915, -0.8120431310338189, -0.9129622912469082, -0.7157553769076448, -1.6478673874562777, -0.004451726297567385, -0.62369504440922, -0.9129622912469082, -2.049989199814915, -1.4387702191874236, -0.21578285230478086, -0.6692199626889036, -1.2485313031531744, -1.1887526419700918, -0.14294040832236293, 0.4186733438676231, -0.2912533297754774, -1.1887526419700918, -1.5758456072930225, -0.2912533297754774, -0.17904456988026038, -0.62369504440922, 0.09370838969856962, -2.5458818835148302, -1.5061963152065074, -1.1306248711800009, 0.6998141175383007, -0.4927691828134093, 0.6998141175383007, -0.5791379168330926, -0.8120431310338189, -0.3300344466488542, -0.8120431310338189, -1.3734315093358815, 0.3911336449967887, -0.3300344466488542, -0.9653010652360258, -0.03822349838306, -0.8618963126598055, -2.234824481086012, -0.4927691828134093, -1.0740600862779712, -0.004451726297567385, -0.6692199626889036, -0.4927691828134093, -1.1306248711800009, -0.5355085110054971, -0.62369504440922, -0.004451726297567385, -2.049989199814915, -2.14040909295869, 0.4726865401530383, -0.5791379168330926, -0.4098211807638198, -0.9129622912469082, -1.2485313031531744, -1.8799030806876464, -0.3300344466488542, 0.12543001773954238, -4.581440585276755, -1.5758456072930225, -0.7157553769076448, -1.2485313031531744, 0.3632259216209292, -0.7157553769076448, -1.0189771591636103, -0.5791379168330926, 0.12543001773954238, -1.8799030806876464, -1.0189771591636103, -1.6478673874562777, -0.7157553769076448, -0.17904456988026038, -0.9653010652360258, -1.3100563027057637, -2.5458818835148302, 0.0287831389268774, 0.4186733438676231, -0.4508845222138146, -2.66039865626142, -0.9653010652360258, -0.5791379168330926, -0.21578285230478086, -1.0189771591636103, -0.17904456988026038, -0.7633468634120713, 0.3911336449967887, -0.07254974974233341, -0.5355085110054971, -0.6692199626889036, -0.6692199626889036, -0.9653010652360258, 0.6019055720597971, -1.2485313031531744, 0.5253376950461954, -1.3100563027057637, -1.5061963152065074, 0.1566773130933765, 0.0287831389268774, -0.9129622912469082, -1.3734315093358815, -0.6692199626889036, -1.3100563027057637, 0.5766936872555697, 0.1566773130933765, -1.0189771591636103, -1.8799030806876464, -0.03822349838306, -1.2485313031531744, -1.4387702191874236, 0.12543001773954238, -0.9129622912469082, -0.8618963126598055, -1.7224262418027705, 0.2477096007671657, -1.2485313031531744, -0.21578285230478086, 0.09370838969856962, -0.8618963126598055, -0.6692199626889036, -0.17904456988026038, -1.2485313031531744, -1.2485313031531744, -1.3734315093358815, -0.10744892672409508, -0.2912533297754774, -0.4927691828134093, -1.5758456072930225, -0.5791379168330926, -0.62369504440922, -0.7633468634120713, -0.03822349838306, -0.4508845222138146, -2.5458818835148302, -1.3734315093358815, 0.30626620781839264, -1.7997041707260009, -0.9653010652360258, -2.66039865626142, -0.5355085110054971, 0.1566773130933765, -0.3300344466488542, 0.061497849943018414, -1.7224262418027705, -0.10744892672409508, -1.0189771591636103, 0.5253376950461954, -0.4927691828134093, -0.3300344466488542, -0.5791379168330926, -0.8120431310338189, -1.2485313031531744, -1.0189771591636103, -0.8120431310338189, -0.17904456988026038, -0.7157553769076448, -0.21578285230478086, -0.4927691828134093, -0.3300344466488542, -1.3100563027057637, -0.7633468634120713, -0.6692199626889036, 0.2178040549671679, -0.4098211807638198, -0.6692199626889036, -1.0740600862779712, -0.004451726297567385, -0.6692199626889036, -1.7224262418027705, -0.3300344466488542, -0.4508845222138146, 0.0287831389268774, -0.8120431310338189, -0.4927691828134093, -1.9632477261851544, -0.21578285230478086, -0.5791379168330926, -0.36954771539644005, -1.1887526419700918, -0.4098211807638198, -0.8618963126598055, -1.7997041707260009, -0.8618963126598055, -1.7997041707260009, -0.7157553769076448, -0.21578285230478086, -1.5758456072930225, -0.9129622912469082, -0.9653010652360258, 0.8160747163858372, -1.0740600862779712, -0.8120431310338189, -0.9129622912469082, -0.5791379168330926, -0.36954771539644005, -0.7157553769076448, -0.9129622912469082, -0.8120431310338189, -0.9129622912469082, -0.8618963126598055, -0.4098211807638198, -1.7224262418027705, 0.12543001773954238, -0.9653010652360258, 0.5253376950461954, 0.1566773130933765, -1.3734315093358815, -0.17904456988026038, -1.0740600862779712, -0.8120431310338189, -0.4508845222138146, -0.7157553769076448, -0.03822349838306, 0.4726865401530383, -0.5791379168330926, 0.2771930786341489, -1.3100563027057637, -0.10744892672409508, -0.4508845222138146, -0.10744892672409508, -0.2531778373721484, -1.6478673874562777, -0.36954771539644005, -0.7157553769076448, -0.8120431310338189, -0.2912533297754774, 0.4458545779837789, -0.6692199626889036, -0.7633468634120713, -0.5355085110054971, -1.0189771591636103, -0.7633468634120713, -0.6692199626889036, -0.9129622912469082, -0.62369504440922, -0.2912533297754774, -0.9129622912469082, -0.2531778373721484, -0.62369504440922, -1.4387702191874236, -1.7997041707260009, -1.3734315093358815, 0.12543001773954238, 0.0287831389268774, -0.17904456988026038, 0.30626620781839264, 0.4991780747450537, 0.3632259216209292, -0.62369504440922, -0.7157553769076448, 0.09370838969856962, -0.4098211807638198, -1.2485313031531744, -1.4387702191874236, -0.6692199626889036, 0.2477096007671657, -1.7997041707260009, 0.061497849943018414, -0.6692199626889036, -0.5355085110054971, 0.9895870907789788, -1.1887526419700918, -0.7157553769076448, -3.045167884751756, -0.5355085110054971, -0.8120431310338189, -0.2912533297754774, -1.3100563027057637, -0.03822349838306, -1.6478673874562777, -0.21578285230478086, -0.2912533297754774, -0.21578285230478086, -2.234824481086012, -0.6692199626889036, -0.4508845222138146, -1.0740600862779712, 0.061497849943018414, -2.781290115869934, -1.5758456072930225, 0.1874642140297432, -0.4098211807638198, -0.7633468634120713, -0.7157553769076448, -1.0189771591636103, -0.9653010652360258, -0.8618963126598055, -0.4508845222138146, -0.2912533297754774, -0.5355085110054971, -1.1306248711800009, -1.3100563027057637, -1.0740600862779712, -0.2531778373721484, -1.1887526419700918, -1.5061963152065074, -0.5355085110054971, -0.004451726297567385, -0.7157553769076448, 0.3349402273007304, 0.0287831389268774, -0.21578285230478086, 0.12543001773954238, -1.3734315093358815, -0.5791379168330926, -1.0740600862779712, 0.2771930786341489, -0.004451726297567385, -1.3100563027057637, -0.62369504440922, -0.4508845222138146, -0.7157553769076448, -0.4508845222138146, 0.4991780747450537, -0.4508845222138146, -0.4508845222138146, -0.5791379168330926, -1.0740600862779712, -1.3100563027057637, -0.2912533297754774, -0.9653010652360258, -1.1887526419700918, -0.8120431310338189, -0.3300344466488542, -0.004451726297567385, -0.004451726297567385, -0.4508845222138146, -1.4387702191874236, -1.4387702191874236, -0.36954771539644005, -0.3300344466488542, -0.6692199626889036, -1.1306248711800009, 0.2771930786341489, -0.8618963126598055, -0.10744892672409508, -1.0189771591636103, -0.4927691828134093, -1.1306248711800009, -0.3300344466488542, -0.4098211807638198, 0.7235901219933096, -1.5758456072930225, -0.4927691828134093, 0.9046339486994396, -0.4098211807638198, -0.21578285230478086, -0.07254974974233341, -0.5791379168330926, -0.8120431310338189, -5.0, -1.0740600862779712, -0.5791379168330926, -0.004451726297567385, -1.3100563027057637, -0.2912533297754774, -0.36954771539644005, 0.3632259216209292, -0.17904456988026038, -0.7633468634120713, -0.4508845222138146, -1.0740600862779712, -0.7157553769076448, -0.17904456988026038, 0.2771930786341489, -1.1306248711800009, 0.7235901219933096, -1.0740600862779712, 0.4186733438676231, -0.07254974974233341, 0.061497849943018414, -0.07254974974233341, -0.36954771539644005, -0.2912533297754774, -0.62369504440922, -1.5758456072930225, 0.2178040549671679, -0.2912533297754774, -0.10744892672409508, -0.4508845222138146, -1.9632477261851544, -0.004451726297567385, 0.3349402273007304, -0.8120431310338189, -2.66039865626142, -1.7224262418027705, 0.3911336449967887, -0.4927691828134093, -1.5061963152065074, -1.0189771591636103, 0.09370838969856962, -0.4508845222138146, -0.4098211807638198, -0.36954771539644005, -1.4387702191874236, -1.1887526419700918, -0.17904456988026038, -0.9653010652360258, -0.7633468634120713, -0.36954771539644005, -0.21578285230478086, 0.4726865401530383, -0.5355085110054971, -0.4927691828134093, -0.07254974974233341, -0.8120431310338189, -0.03822349838306, 0.6757641501174801, -1.0189771591636103, -1.1306248711800009, -0.2531778373721484, -1.4387702191874236, -0.4508845222138146, -1.3100563027057637, -0.3300344466488542, -1.2485313031531744, -0.4508845222138146, -0.4927691828134093, -0.62369504440922, 0.2477096007671657, -0.21578285230478086, -0.5355085110054971, -0.8120431310338189, -0.9653010652360258, -1.0740600862779712, -1.1887526419700918, -0.8120431310338189, -0.7157553769076448, -0.03822349838306, -0.7157553769076448, -1.2485313031531744, -0.5791379168330926, -1.3100563027057637, -0.62369504440922, -0.8120431310338189, -0.7157553769076448, -0.36954771539644005, -0.6692199626889036, 0.0287831389268774, -0.9129622912469082, -0.5791379168330926, -1.5061963152065074, 0.3911336449967887, -0.6692199626889036, -0.5791379168330926, -0.36954771539644005, -0.7633468634120713, -0.4927691828134093, -0.9129622912469082, 0.2477096007671657, -1.0740600862779712, 0.09370838969856962, -1.1887526419700918, -1.7997041707260009, -0.7633468634120713, -0.5355085110054971, -0.4508845222138146, 0.6268165962834263, -0.2531778373721484, -0.62369504440922, -1.2485313031531744, -1.0740600862779712, 0.4186733438676231, 0.7235901219933096, -1.3100563027057637, -1.5061963152065074, -0.4098211807638198, -1.1306248711800009, -0.4508845222138146, -0.5791379168330926, -0.9653010652360258, 0.061497849943018414, -0.4927691828134093, 0.3349402273007304, -0.4927691828134093, -0.8618963126598055, -0.5355085110054971, 0.3632259216209292, -0.8120431310338189, -0.03822349838306, -0.8120431310338189, 0.2771930786341489, -0.4927691828134093, -1.2485313031531744, -0.8618963126598055, 0.6757641501174801, -1.1306248711800009, -1.3734315093358815, -1.1306248711800009, -0.3300344466488542, -0.5791379168330926, -0.5791379168330926, 0.5511735995492856, -0.10744892672409508, -0.5791379168330926, -1.1306248711800009, 0.0287831389268774, -0.4508845222138146, -0.4508845222138146, 0.1874642140297432, -1.3100563027057637, 0.1566773130933765, -0.5791379168330926, -0.17904456988026038, -0.5791379168330926, -1.5061963152065074, 0.1874642140297432, -0.3300344466488542, -0.8618963126598055, 0.12543001773954238, -0.4508845222138146, -0.8120431310338189, -0.7633468634120713, -1.0740600862779712, 0.4458545779837789, -0.7633468634120713, 0.5511735995492856, -0.17904456988026038, 0.2771930786341489, 0.5253376950461954, -0.9129622912469082, -0.6692199626889036, -0.8618963126598055, -1.2485313031531744, -1.1306248711800009, -0.8618963126598055, -1.0189771591636103, -0.6692199626889036, -0.5791379168330926, -0.21578285230478086, -1.1306248711800009, -0.03822349838306, -0.5791379168330926, -0.8120431310338189, -0.21578285230478086, -0.3300344466488542, -0.004451726297567385, -1.7997041707260009, -1.3734315093358815, -0.10744892672409508, -1.3734315093358815, 0.1874642140297432, -0.62369504440922, -0.07254974974233341, -2.5458818835148302, -1.1887526419700918, -0.9129622912469082, -0.6692199626889036, -0.5355085110054971, -0.5355085110054971, 0.8385693568776538, -0.004451726297567385, -1.0740600862779712, -0.9653010652360258, -0.4508845222138146, -0.2531778373721484, -0.9129622912469082, -0.9129622912469082, -0.4098211807638198, -0.9653010652360258, -0.9129622912469082, -0.8120431310338189, -0.4927691828134093, -1.1887526419700918, -0.5791379168330926, -0.2531778373721484, -0.36954771539644005, -0.4927691828134093, -0.4098211807638198, 0.5766936872555697, -0.2912533297754774, -1.6478673874562777, 0.12543001773954238, -0.5355085110054971, 0.7703446830143642, -0.14294040832236293, -0.7157553769076448, 0.2178040549671679, -0.4927691828134093, -0.7157553769076448, -0.2912533297754774, -0.2531778373721484, -1.0189771591636103, -0.5791379168330926, -0.2912533297754774, -0.8618963126598055, 0.2178040549671679, -0.10744892672409508, -0.10744892672409508, 0.0287831389268774, -0.3300344466488542, -0.17904456988026038, 1.0911337891689066, -0.21578285230478086, 0.4186733438676231, -0.7157553769076448, 0.09370838969856962, -0.7157553769076448, -0.7157553769076448, 0.2477096007671657, 0.061497849943018414, -0.3300344466488542, -0.4098211807638198, -0.07254974974233341, -0.3300344466488542, -0.8120431310338189, -1.3100563027057637, 0.12543001773954238, -0.7633468634120713, -0.4098211807638198, 0.3632259216209292, 0.2771930786341489, -0.6692199626889036, -0.8120431310338189, 1.2805020044414035, -0.3300344466488542, -0.5355085110054971, -0.7157553769076448, 0.5766936872555697, -0.62369504440922, 0.12543001773954238, -0.8618963126598055, -0.6692199626889036, -0.7157553769076448, -2.5458818835148302, -0.8120431310338189, -0.07254974974233341, 0.2771930786341489, -0.17904456988026038, -0.9653010652360258, -1.0189771591636103, 0.3911336449967887, -0.21578285230478086, -0.5791379168330926, -1.7224262418027705, 0.0287831389268774, -0.21578285230478086, -0.4098211807638198, -0.36954771539644005, -0.5791379168330926, -1.3734315093358815, -0.6692199626889036, -0.7633468634120713, -0.4508845222138146, -1.1887526419700918, -0.17904456988026038, -0.10744892672409508, -0.7633468634120713, -1.4387702191874236, -1.2485313031531744, -0.5791379168330926, -1.0740600862779712, -0.62369504440922, 0.2771930786341489, -1.1306248711800009, -0.9129622912469082, -0.07254974974233341, -0.8618963126598055, -0.4508845222138146, -0.6692199626889036, -1.0189771591636103, 0.2477096007671657, -0.6692199626889036, -0.62369504440922, -0.9129622912469082, -0.2531778373721484, -0.2531778373721484, -3.884486454157, -1.1306248711800009, 0.6998141175383007, -0.7633468634120713, -0.07254974974233341, -0.004451726297567385, -0.6692199626889036, -1.2485313031531744, -0.62369504440922, -0.4508845222138146, -0.004451726297567385, 0.0287831389268774, -0.17904456988026038, -0.9129622912469082, -0.7157553769076448, -1.0189771591636103, 0.4186733438676231, -0.9653010652360258, -0.14294040832236293, -0.03822349838306, -0.3300344466488542, -1.3100563027057637, -0.4927691828134093, -2.5458818835148302, -1.3734315093358815, -0.2912533297754774, -0.07254974974233341, -0.4098211807638198, -0.2912533297754774, -0.62369504440922, -0.5355085110054971, -0.8618963126598055, 0.0287831389268774, -0.4098211807638198, -1.5061963152065074, 0.2771930786341489, 0.8160747163858372, -0.62369504440922, -0.6692199626889036, 0.6998141175383007, -0.9653010652360258, -0.8120431310338189, -1.1887526419700918, -0.14294040832236293, -0.14294040832236293, 0.4991780747450537, -0.6692199626889036, 0.6019055720597971, -0.2912533297754774, 0.1874642140297432, -0.2912533297754774, -0.17904456988026038, -0.8120431310338189, -0.17904456988026038, -0.5355085110054971, -0.21578285230478086, -0.17904456988026038, -0.7633468634120713, 0.2771930786341489, -0.4927691828134093, 0.7235901219933096, -0.6692199626889036, -0.004451726297567385, -0.14294040832236293, -0.7157553769076448, -0.07254974974233341, -0.5791379168330926, -0.62369504440922, -0.5791379168330926, -1.0189771591636103, -0.2912533297754774, -0.8618963126598055, 0.09370838969856962, -0.4098211807638198, -0.6692199626889036, 0.3911336449967887, -1.2485313031531744, -0.7157553769076448, -0.14294040832236293, -0.17904456988026038, -0.5355085110054971, -0.5791379168330926, -0.36954771539644005, -1.0189771591636103, -1.0740600862779712, -0.2531778373721484, -0.21578285230478086, -0.4098211807638198, -0.17904456988026038, -0.6692199626889036, -0.8120431310338189, 0.1874642140297432, -0.8120431310338189, -0.62369504440922, -0.17904456988026038, -0.36954771539644005, 0.4186733438676231, -1.1887526419700918, 0.4186733438676231, 0.2178040549671679, -0.4927691828134093, -0.9129622912469082, 0.1874642140297432, -0.4098211807638198, -0.7633468634120713, -0.6692199626889036, 0.1566773130933765, -0.5355085110054971, -0.17904456988026038, 0.061497849943018414, -0.9129622912469082, -0.07254974974233341, -0.6692199626889036, -0.6692199626889036, -0.2912533297754774, -0.4927691828134093, -0.9129622912469082, -1.3100563027057637, 0.2771930786341489, -0.7157553769076448, -0.4508845222138146, -0.8120431310338189, -0.03822349838306, -1.0740600862779712, -1.1887526419700918, -0.03822349838306, -1.0189771591636103, -0.7157553769076448, -0.07254974974233341, -0.07254974974233341, -5.0, -0.7633468634120713, -0.4927691828134093, -0.9129622912469082, 0.2477096007671657, 0.2477096007671657, -0.36954771539644005, -0.7157553769076448, -0.7633468634120713, 0.4458545779837789, 0.2178040549671679, -0.9129622912469082, -0.8120431310338189, -0.4508845222138146, -0.6692199626889036, -0.5791379168330926, -0.07254974974233341, -0.4508845222138146, 0.3632259216209292, -1.1887526419700918, -0.4098211807638198, -0.2912533297754774, 0.0287831389268774, -0.4927691828134093, 0.9261987023806018, 0.5766936872555697, -1.0740600862779712, -0.2912533297754774, -0.4927691828134093, -1.1306248711800009, -0.6692199626889036, -0.36954771539644005, -0.8618963126598055, -0.21578285230478086, -0.21578285230478086, -1.0740600862779712, -0.7633468634120713, -0.9129622912469082, -0.4508845222138146, -0.5355085110054971, -0.7633468634120713, 0.1874642140297432, -0.4098211807638198, -0.5355085110054971, 0.5766936872555697, 0.30626620781839264, -0.5791379168330926, -0.5355085110054971, -0.8120431310338189, -0.36954771539644005, -0.2912533297754774, 0.0287831389268774, -0.3300344466488542, -0.4508845222138146, -0.9129622912469082, 0.061497849943018414, -0.5355085110054971, -1.3100563027057637, -0.14294040832236293, 0.4186733438676231, -0.2912533297754774, -3.045167884751756, -0.03822349838306, -0.7157553769076448, -0.6692199626889036, -1.0740600862779712, 0.5511735995492856, -0.5791379168330926, -1.7224262418027705, 0.3911336449967887, -0.21578285230478086, 0.061497849943018414, 0.1566773130933765, -0.07254974974233341, 0.3632259216209292, -0.9653010652360258, -0.14294040832236293, -0.004451726297567385, -1.3100563027057637, -0.4927691828134093, -0.004451726297567385, -1.2485313031531744, -0.5791379168330926, -0.5791379168330926, -0.5355085110054971, 0.5253376950461954, -0.4927691828134093, -0.8120431310338189, -0.6692199626889036, -0.10744892672409508, -1.5758456072930225, -0.5791379168330926, 0.12543001773954238, -0.004451726297567385, -0.62369504440922, -0.8120431310338189, -0.9653010652360258, -0.8120431310338189, -0.5791379168330926, -1.0189771591636103, -1.1887526419700918, -1.1306248711800009, -0.2531778373721484, 0.30626620781839264, -0.07254974974233341, -0.6692199626889036, -0.3300344466488542, -1.8799030806876464, 0.09370838969856962, -1.0189771591636103, -1.6478673874562777, -0.7633468634120713, -0.21578285230478086, -1.0189771591636103, 0.1874642140297432, -0.2531778373721484, -0.5791379168330926, -0.14294040832236293, 0.30626620781839264, -0.5355085110054971, -0.62369504440922, -0.7157553769076448, -0.7633468634120713, -0.4508845222138146, -0.8618963126598055, -0.07254974974233341, -0.07254974974233341, -0.6692199626889036, -0.2912533297754774, -0.4927691828134093, -0.3300344466488542, -1.3734315093358815, -0.2531778373721484, -0.9653010652360258, -0.17904456988026038, -0.004451726297567385, 0.2178040549671679, -0.03822349838306, -0.6692199626889036, -0.4098211807638198, -0.17904456988026038, -0.4927691828134093, 0.09370838969856962, -0.03822349838306, 0.061497849943018414, -1.2485313031531744, -0.4508845222138146, -0.004451726297567385, -0.36954771539644005, -0.5355085110054971, -0.4927691828134093, -0.5791379168330926, -0.2912533297754774, -0.5355085110054971, -0.62369504440922, -1.1306248711800009, 0.3632259216209292, 0.09370838969856962, -0.5791379168330926, 0.30626620781839264, -0.36954771539644005, -0.07254974974233341, -0.7157553769076448, -0.5355085110054971, -0.62369504440922, -0.07254974974233341, -0.4927691828134093, 0.1874642140297432, -0.8120431310338189, -0.4098211807638198, -0.6692199626889036, 1.3163966595747427, -1.1306248711800009, -0.9129622912469082, -0.36954771539644005, -0.8120431310338189, 0.8608240981628088, -0.7157553769076448, -0.9129622912469082, -0.2531778373721484, -0.62369504440922, -1.0189771591636103, 0.6019055720597971, -0.8120431310338189, -0.6692199626889036, -0.8120431310338189, -0.9129622912469082, -0.5791379168330926, -0.8120431310338189, 0.061497849943018414, -0.62369504440922, 0.5253376950461954, -0.7157553769076448, -0.62369504440922, -1.6478673874562777, -0.6692199626889036, -0.62369504440922, -0.62369504440922, -0.004451726297567385, -0.2531778373721484, 0.1566773130933765, -0.03822349838306, 0.2477096007671657, -0.10744892672409508, -1.2485313031531744, -0.10744892672409508, 0.1566773130933765, -0.14294040832236293, -0.21578285230478086, -0.8120431310338189, 1.206804617989377, 0.2771930786341489, -0.62369504440922, -0.2531778373721484, -0.6692199626889036, 0.2771930786341489, -0.5791379168330926, -1.0189771591636103, -0.36954771539644005, 0.7703446830143642, -0.9129622912469082, -0.8618963126598055, 0.2477096007671657, -0.9129622912469082, -1.1887526419700918, -1.5061963152065074, -0.62369504440922, -0.9129622912469082, -0.004451726297567385, -0.7633468634120713, -0.21578285230478086, -0.03822349838306, -0.5355085110054971, -0.2912533297754774, 0.7235901219933096, 0.5766936872555697, -0.5355085110054971, -0.21578285230478086, 0.30626620781839264, -0.8618963126598055, 0.2178040549671679, -0.8120431310338189, -0.004451726297567385, 0.1874642140297432, 0.9475428583885729, 0.2178040549671679, -1.1306248711800009, -0.8120431310338189, 0.30626620781839264, 0.8608240981628088, -0.03822349838306, -0.21578285230478086, 0.061497849943018414, -0.21578285230478086, -0.36954771539644005, -0.4927691828134093, 0.7470983250428492, -0.7157553769076448, -0.4098211807638198, 0.6514338434157045, -0.9129622912469082, -0.8120431310338189, -0.2912533297754774, -0.14294040832236293, -1.3734315093358815, -0.2531778373721484, 0.3632259216209292, -0.2531778373721484, -0.17904456988026038, -0.14294040832236293, -0.4927691828134093, 0.061497849943018414, 0.2477096007671657, -0.5791379168330926, -0.6692199626889036, -0.21578285230478086, -0.4508845222138146, -1.0740600862779712, -0.5355085110054971, -0.5791379168330926, -0.3300344466488542, -1.5758456072930225, 1.0712160249369431, -1.0189771591636103, -1.0189771591636103, -0.6692199626889036, -0.5791379168330926, -1.0740600862779712, -0.4508845222138146, 0.3632259216209292, -0.03822349838306, -0.5355085110054971, -0.4508845222138146, 0.3349402273007304, -0.10744892672409508, -0.4098211807638198, -0.8618963126598055, -1.0189771591636103, -0.4927691828134093, -0.10744892672409508, 0.0287831389268774, -0.9129622912469082, -1.7224262418027705, -1.0189771591636103, -0.8618963126598055, 0.1874642140297432, -0.3300344466488542, -0.8120431310338189, 0.7703446830143642, -0.6692199626889036, -0.7633468634120713, 0.2178040549671679, 0.8160747163858372, 0.061497849943018414, -0.5355085110054971, -1.1306248711800009, -0.62369504440922, -0.8618963126598055, 0.12543001773954238, -0.62369504440922, -0.8618963126598055, -0.4927691828134093, -0.6692199626889036, 0.9686708785325601, -0.21578285230478086, -1.3100563027057637, -0.9653010652360258, -0.2531778373721484, -0.8618963126598055, -0.3300344466488542, -0.8120431310338189, 0.12543001773954238, -1.5061963152065074, 0.09370838969856962, -0.9129622912469082, -0.6692199626889036, -0.6692199626889036, -1.1887526419700918, -0.4098211807638198, 0.2771930786341489, -0.2531778373721484, -0.21578285230478086, -0.4927691828134093, 0.6998141175383007, -0.7157553769076448, 0.5766936872555697, -0.3300344466488542, -0.4927691828134093, -0.4508845222138146, -0.6692199626889036, -0.7157553769076448, 0.2178040549671679, 1.2439787854555941, -0.14294040832236293, -0.8618963126598055, -0.2912533297754774, -0.14294040832236293, 0.0287831389268774, -0.17904456988026038, -0.14294040832236293, -0.4098211807638198, -1.1306248711800009, 0.061497849943018414, -0.8120431310338189, 0.4458545779837789, -0.17904456988026038, -0.5355085110054971, -0.4508845222138146, -0.21578285230478086, -1.9632477261851544, -0.004451726297567385, -0.8120431310338189, 0.1874642140297432, 0.1566773130933765, -0.004451726297567385, -1.0740600862779712, 0.1566773130933765, -0.5791379168330926, -0.4927691828134093, -0.62369504440922, -0.8618963126598055, -0.36954771539644005, -0.03822349838306, -0.21578285230478086, -1.1306248711800009, 0.2178040549671679, -0.3300344466488542, -0.21578285230478086, -0.5355085110054971, -1.0189771591636103, 0.0287831389268774, -0.2531778373721484, -0.9129622912469082, -0.36954771539644005, -1.3100563027057637, -0.3300344466488542, -0.2912533297754774, -0.36954771539644005, -0.3300344466488542, -2.234824481086012, 1.2623203369613971, -0.7157553769076448, -0.07254974974233341, 0.30626620781839264, -0.2531778373721484, -0.4508845222138146, 0.2178040549671679, -0.5355085110054971, -0.6692199626889036, 0.6757641501174801, -0.62369504440922, -0.4098211807638198, -0.62369504440922, 0.4186733438676231, -0.62369504440922, -0.2531778373721484, -0.3300344466488542, -1.1306248711800009, -0.6692199626889036, -0.62369504440922, -0.9129622912469082, -0.10744892672409508, 0.2178040549671679, 0.6757641501174801, -1.0740600862779712, -0.14294040832236293, -0.36954771539644005, -1.0189771591636103, -0.5355085110054971, 0.3911336449967887, 0.6268165962834263, -0.4927691828134093, 0.30626620781839264, -0.10744892672409508, 0.4458545779837789, 0.2477096007671657, -0.14294040832236293, -0.5355085110054971, -0.5355085110054971, -0.2531778373721484, -0.4508845222138146, -1.5061963152065074, 0.061497849943018414, -0.3300344466488542, -0.07254974974233341, -0.004451726297567385, 0.4726865401530383, -0.4098211807638198, -0.17904456988026038, -1.5061963152065074, 0.3632259216209292, 0.6268165962834263, -0.5791379168330926, 0.6514338434157045, 0.12543001773954238, -0.17904456988026038, 0.0287831389268774, 0.0287831389268774, 0.09370838969856962, -0.2531778373721484, -0.8120431310338189, 0.3632259216209292, 1.644973203392336, -0.2912533297754774, -0.17904456988026038, 1.110863181743961, 0.0287831389268774, -0.4508845222138146, 0.0287831389268774, 0.4726865401530383, -0.36954771539644005, -0.4098211807638198, -0.2531778373721484, 0.061497849943018414, -1.5758456072930225, -0.004451726297567385, 0.2178040549671679, -0.07254974974233341, -0.2531778373721484, 1.1304077284542808, -0.10744892672409508, -1.9632477261851544, -1.5061963152065074, -0.7633468634120713, -0.4508845222138146, -0.8618963126598055, -0.8120431310338189, -0.2912533297754774, -0.10744892672409508, -0.5355085110054971, 0.2178040549671679, 0.3632259216209292, 0.1874642140297432, -1.0189771591636103, 0.8160747163858372, 0.4726865401530383, -0.14294040832236293, -0.21578285230478086, -0.36954771539644005, -0.3300344466488542, -0.6692199626889036, -0.4508845222138146, -0.4508845222138146, 0.2178040549671679, -0.4927691828134093, -0.17904456988026038, 0.30626620781839264, 0.4458545779837789, 0.2477096007671657, -1.0189771591636103, -0.5791379168330926, -0.5791379168330926, 0.1566773130933765, -0.4508845222138146, -0.14294040832236293, -0.21578285230478086, -0.7157553769076448, -0.62369504440922, -0.2531778373721484, -0.5791379168330926, 0.6998141175383007, -0.6692199626889036, -1.0740600862779712, -0.6692199626889036, -0.7633468634120713, -0.6692199626889036, -0.8120431310338189, -0.21578285230478086, -0.9653010652360258, -0.17904456988026038, -0.4508845222138146, -0.7157553769076448, -1.0740600862779712, -0.07254974974233341, -0.4927691828134093, -0.5791379168330926, -1.9632477261851544, -0.4508845222138146, -0.4098211807638198, -1.1887526419700918, -0.17904456988026038, 0.2178040549671679, 0.5511735995492856, -0.2912533297754774, 0.12543001773954238, -0.5355085110054971, 0.2771930786341489, -0.2531778373721484, 0.9895870907789788, -0.9129622912469082, -0.62369504440922, 0.1874642140297432, 1.487149599234988, -0.2531778373721484, 0.0287831389268774, -0.36954771539644005, -1.0189771591636103, 0.4991780747450537, -0.4508845222138146, -0.4508845222138146, -0.4508845222138146, -0.7633468634120713, -0.2531778373721484, -0.6692199626889036, 0.09370838969856962, -0.004451726297567385, -0.4508845222138146, -0.7633468634120713, 0.2477096007671657, -0.7157553769076448, 0.7235901219933096, -0.62369504440922, 0.9686708785325601, 0.12543001773954238, -0.8120431310338189, -1.5758456072930225, -0.21578285230478086, -0.8120431310338189, -0.03822349838306, -0.7157553769076448, -0.8120431310338189, -0.4927691828134093, -1.2485313031531744, -0.8120431310338189, -0.4098211807638198, -0.6692199626889036, -0.17904456988026038, -1.4387702191874236, -0.03822349838306, -0.5791379168330926, -0.36954771539644005, 1.030800765734006, -0.2912533297754774, -0.8120431310338189, -0.2531778373721484, -0.07254974974233341, 0.0287831389268774, -0.10744892672409508, -0.5355085110054971, -0.2912533297754774, 0.5253376950461954, 0.2178040549671679, 0.2771930786341489, -0.7157553769076448, -0.7633468634120713, -0.2912533297754774, -0.7633468634120713, -0.6692199626889036, 0.09370838969856962, -0.07254974974233341, -0.5791379168330926, -0.4927691828134093, -0.10744892672409508, -0.07254974974233341, -0.62369504440922, 0.8828439961244682, 0.30626620781839264, 0.09370838969856962, 0.1874642140297432, -0.10744892672409508, -0.21578285230478086, -0.3300344466488542, -0.03822349838306, -0.6692199626889036, -0.7633468634120713, -0.03822349838306, -0.4927691828134093, -0.03822349838306, 0.4458545779837789, 0.3349402273007304, -0.14294040832236293, -0.36954771539644005, -0.4098211807638198, -0.4098211807638198, -0.17904456988026038, -0.62369504440922, -0.4927691828134093, -0.4927691828134093, -0.17904456988026038, -0.62369504440922, -0.004451726297567385, -0.4508845222138146, -0.07254974974233341, -0.004451726297567385, -0.14294040832236293, -0.2912533297754774, -0.14294040832236293, 0.4186733438676231, -0.2531778373721484, -0.62369504440922, -0.2912533297754774, 0.7933349560031606, -0.2912533297754774, -0.21578285230478086, -0.17904456988026038, -1.7224262418027705, -0.5355085110054971, -0.004451726297567385, 0.12543001773954238, -0.5355085110054971, -0.07254974974233341, 0.2477096007671657, -0.9129622912469082, -0.5791379168330926, -1.1887526419700918, -0.17904456988026038, -0.004451726297567385, -1.9632477261851544, -0.2912533297754774, -0.8618963126598055, 0.6268165962834263, -0.5355085110054971, 0.30626620781839264, 0.4991780747450537, -0.5791379168330926, 0.3349402273007304, -0.6692199626889036, -0.3300344466488542, -1.0189771591636103, 0.3632259216209292, -0.8120431310338189, -0.2912533297754774, -0.21578285230478086, -0.5791379168330926, -0.36954771539644005, -1.0189771591636103, -0.5355085110054971, -0.17904456988026038, -0.21578285230478086, -0.07254974974233341, 0.4726865401530383, 0.4991780747450537, -0.5355085110054971, -0.4098211807638198, -0.21578285230478086, -0.4927691828134093, -1.5061963152065074, -0.4098211807638198, 0.4186733438676231, -0.07254974974233341, 0.5766936872555697, -0.4098211807638198, 0.0287831389268774, 0.4991780747450537, -1.1306248711800009, -0.4098211807638198, -1.1887526419700918, -0.62369504440922, -0.9129622912469082, -0.2531778373721484, -0.5791379168330926, -0.8618963126598055, 0.5511735995492856, 0.6998141175383007, 0.3911336449967887, -0.4508845222138146, -0.21578285230478086, -1.2485313031531744, 0.3349402273007304, -0.21578285230478086, -0.10744892672409508, -0.5355085110054971, 0.7703446830143642, -0.62369504440922, -0.07254974974233341, -0.6692199626889036, -0.21578285230478086, -0.5791379168330926, 0.30626620781839264, -0.3300344466488542, 0.1566773130933765, -0.9653010652360258, -0.4508845222138146, -0.3300344466488542, 0.09370838969856962, 0.2771930786341489, 0.4458545779837789, -1.0740600862779712, -1.4387702191874236, 0.09370838969856962, -0.4927691828134093, 0.09370838969856962, -0.03822349838306, 0.061497849943018414, -0.8120431310338189, -0.10744892672409508, -0.62369504440922, 0.09370838969856962, -0.14294040832236293, -0.17904456988026038, 0.3632259216209292, 1.0102956945451247, -0.4927691828134093, -1.1887526419700918, -0.3300344466488542, -0.14294040832236293, -0.10744892672409508, -0.6692199626889036, 1.4373754478754677, -0.9129622912469082, -0.3300344466488542, -0.6692199626889036, -0.2531778373721484, 0.7703446830143642, -0.6692199626889036, -0.4927691828134093, -0.9653010652360258, -0.5355085110054971, -0.14294040832236293, -0.03822349838306, -0.10744892672409508, 0.4991780747450537, -0.8120431310338189, -0.14294040832236293, -0.8120431310338189, -1.8799030806876464, 0.8828439961244682, -0.5791379168330926, 0.2178040549671679, -0.3300344466488542, -0.4927691828134093, -0.21578285230478086, -1.3734315093358815, -0.36954771539644005, 0.0287831389268774, 0.2178040549671679, -0.7633468634120713, -0.2531778373721484, -0.21578285230478086, -0.004451726297567385, -0.7157553769076448, 0.30626620781839264, -0.004451726297567385, -0.4927691828134093, -0.9653010652360258, 0.0287831389268774, 0.5766936872555697, -0.9653010652360258, -0.36954771539644005, -0.21578285230478086, -0.07254974974233341, -0.14294040832236293, 0.12543001773954238, -0.62369504440922, 0.9261987023806018, 0.2477096007671657, -0.6692199626889036, 0.3632259216209292, -0.2912533297754774, -0.5355085110054971, -0.62369504440922, -0.62369504440922, -0.004451726297567385, -0.8618963126598055, -1.1887526419700918, -0.03822349838306, -0.03822349838306, 0.9261987023806018, -0.7157553769076448, 1.206804617989377, 1.110863181743961, -1.7997041707260009, -0.2912533297754774, 0.3911336449967887, -0.36954771539644005, 0.09370838969856962, -0.4098211807638198, -0.17904456988026038, -0.3300344466488542, 0.2771930786341489, -0.2912533297754774, 0.0287831389268774, -0.8618963126598055, -0.10744892672409508, 0.1874642140297432, -0.9129622912469082, -0.3300344466488542, -0.8618963126598055, -0.14294040832236293, 0.7235901219933096, -0.62369504440922, -0.07254974974233341, -0.2912533297754774, -1.5758456072930225, -0.3300344466488542, 0.3911336449967887, -1.0189771591636103, 0.061497849943018414, 0.5766936872555697, 1.2805020044414035, -0.2912533297754774, -0.7157553769076448, 0.7470983250428492, -0.9653010652360258, -0.4098211807638198, 0.7703446830143642, -0.14294040832236293, -0.2912533297754774, -1.8799030806876464, -0.7157553769076448, -0.5355085110054971, -0.10744892672409508, -0.3300344466488542, 0.4186733438676231, -2.66039865626142, -0.2912533297754774, 0.3911336449967887, -0.6692199626889036, -1.0740600862779712, -0.4098211807638198, 0.1874642140297432, -1.0189771591636103, -2.049989199814915, 0.8160747163858372, -0.7157553769076448, 0.3632259216209292, -1.1887526419700918, 1.1497708571261145, 0.9261987023806018, -0.07254974974233341, -0.004451726297567385, -0.004451726297567385, 0.061497849943018414, -0.17904456988026038, -3.189960338762269, -0.2531778373721484, 0.6514338434157045, -0.2912533297754774, -0.4927691828134093, -0.3300344466488542, -0.9129622912469082, -0.4927691828134093, 0.7235901219933096, -0.07254974974233341, -0.4508845222138146, 0.09370838969856962, 0.6514338434157045, -0.10744892672409508, 0.4726865401530383, -0.36954771539644005, -0.9653010652360258, 0.7470983250428492, 0.30626620781839264, -0.5355085110054971, -0.2912533297754774, -0.2912533297754774, 0.9046339486994396, -0.62369504440922, 0.12543001773954238, -0.14294040832236293, -1.0740600862779712, -2.14040909295869, 0.4726865401530383, -0.5791379168330926, -0.9129622912469082, 0.4991780747450537, 0.6514338434157045, -1.4387702191874236, 0.12543001773954238, 0.7235901219933096, -0.07254974974233341, -0.2531778373721484, 0.4458545779837789, -0.5355085110054971, -0.2912533297754774, -0.5355085110054971, 0.1566773130933765, -0.6692199626889036, -0.5355085110054971, -0.07254974974233341, -0.8618963126598055, -0.14294040832236293, -0.62369504440922, -0.7157553769076448, 0.1874642140297432, -0.07254974974233341, -0.2912533297754774, -0.2912533297754774, -0.62369504440922, -0.3300344466488542, -0.7633468634120713, 0.09370838969856962, -0.07254974974233341, -0.8120431310338189, 0.3632259216209292, -0.7633468634120713, 0.6998141175383007, -0.36954771539644005, -0.4927691828134093, -0.8120431310338189, -0.17904456988026038, -0.7633468634120713, -0.8618963126598055, 0.3632259216209292, -0.7157553769076448, 0.4458545779837789, -0.9653010652360258, 0.09370838969856962, -0.4927691828134093, 0.061497849943018414, 1.0102956945451247, 0.1566773130933765, -1.1306248711800009, -0.004451726297567385, 0.6757641501174801, 0.4991780747450537, 0.12543001773954238, 0.3349402273007304, -0.10744892672409508, -0.8120431310338189, -0.17904456988026038, 0.09370838969856962, -0.3300344466488542, -0.3300344466488542, -1.7997041707260009, -0.6692199626889036, -0.17904456988026038, 0.5253376950461954, -0.4098211807638198, -0.004451726297567385, 0.1874642140297432, 0.30626620781839264, -0.62369504440922, 0.4186733438676231, -0.3300344466488542, -0.10744892672409508, 0.6019055720597971, 0.061497849943018414, 0.30626620781839264, -0.9129622912469082, -0.17904456988026038, -1.3100563027057637, -0.21578285230478086, -0.10744892672409508, 0.09370838969856962, -0.62369504440922, 0.7235901219933096, 0.6019055720597971, 0.8160747163858372, -0.36954771539644005, 0.8385693568776538, -0.2531778373721484, -0.2912533297754774, -0.2912533297754774, -1.6478673874562777, 1.030800765734006, -0.7157553769076448, -1.1887526419700918, 0.4726865401530383, -0.004451726297567385, 0.1566773130933765, -0.8120431310338189, -0.8120431310338189, -0.21578285230478086, 1.5034804375915007, -0.2912533297754774, 0.7470983250428492, -0.2531778373721484, -0.7157553769076448, 0.3632259216209292, -0.03822349838306, -0.4927691828134093, 0.8385693568776538, -0.4508845222138146, 0.5766936872555697, 0.2477096007671657, -0.21578285230478086, -0.07254974974233341, 0.2178040549671679, -0.17904456988026038, 1.0712160249369431, 0.09370838969856962, -1.9632477261851544, -0.2912533297754774, 1.2623203369613971, 0.5253376950461954, -0.36954771539644005, -0.36954771539644005, 0.5766936872555697, 1.1304077284542808, 0.9895870907789788, -0.17904456988026038, 0.9261987023806018, 0.6757641501174801, 0.3632259216209292, -0.7157553769076448, -0.3300344466488542, -1.3100563027057637, -0.9129622912469082, -0.004451726297567385, -0.4508845222138146, -0.03822349838306, -0.17904456988026038, 0.8160747163858372, 1.0511062615253743, -0.17904456988026038, 1.5357633798039172, 0.2477096007671657, -0.5791379168330926, -0.10744892672409508, -0.8618963126598055, 0.12543001773954238, -0.7633468634120713, -0.2531778373721484, -0.5355085110054971, 0.3632259216209292, -0.7157553769076448, 0.30626620781839264, -0.5791379168330926, 0.30626620781839264, 1.2439787854555941, -0.14294040832236293, -0.14294040832236293, -0.2912533297754774, -0.3300344466488542, 0.4991780747450537, 0.4186733438676231, -1.9632477261851544, -0.4098211807638198, 1.2805020044414035, -0.7633468634120713, 0.5253376950461954, -0.21578285230478086, -0.17904456988026038, -0.7633468634120713, -0.2912533297754774, -0.4098211807638198, -1.1306248711800009, -1.9632477261851544, -0.14294040832236293, 0.12543001773954238, -0.10744892672409508, -0.21578285230478086, 0.6514338434157045, -0.4927691828134093, 0.3911336449967887, 0.7235901219933096, 0.09370838969856962, 1.0511062615253743, -0.4508845222138146, 1.1689559012120323, -0.4927691828134093, -0.03822349838306, 0.8385693568776538, -0.9129622912469082, 0.6757641501174801, -1.7997041707260009, 0.09370838969856962, -0.36954771539644005, -0.17904456988026038, 0.4186733438676231, -0.2912533297754774, -0.2912533297754774, 0.12543001773954238, 1.0911337891689066, 0.6019055720597971, -0.4508845222138146, 0.1566773130933765, 0.9046339486994396, -0.6692199626889036, 1.7342344253218092, -0.36954771539644005, -0.07254974974233341, 0.5253376950461954, -0.14294040832236293, 0.12543001773954238, 0.7933349560031606, -0.21578285230478086, -0.17904456988026038, 1.0102956945451247, 0.09370838969856962, 0.6757641501174801, 2.094444580440028, -0.2912533297754774, 0.5511735995492856, 0.9686708785325601, -0.14294040832236293, -0.9129622912469082, -0.5355085110054971, 0.4458545779837789, -0.4508845222138146, 0.5766936872555697, -0.7157553769076448, -0.10744892672409508, 0.7933349560031606, 0.3911336449967887, 0.8828439961244682, -0.9653010652360258, 1.187966103220189, 0.30626620781839264, 1.0712160249369431, -1.0740600862779712, -0.62369504440922, 1.110863181743961, 0.9895870907789788, -0.2531778373721484, -1.0740600862779712, -0.17904456988026038, 2.2592827616441133, 1.0511062615253743, 0.5253376950461954, -0.004451726297567385, 1.5832696238691542, 0.3349402273007304, 0.1566773130933765, -0.4927691828134093, 0.1566773130933765, -0.5355085110054971, 0.8160747163858372, 0.0287831389268774, -0.17904456988026038, 1.110863181743961, -1.2485313031531744, 1.1689559012120323, -0.5355085110054971, -1.7224262418027705, -0.5791379168330926, -0.5355085110054971, -0.5791379168330926, 0.1874642140297432, -0.6692199626889036, 1.1304077284542808, -0.5791379168330926, -0.4927691828134093, -0.62369504440922, -0.8120431310338189, 0.4991780747450537, 1.7049032217686262, 1.030800765734006, 0.5253376950461954, 0.6998141175383007, -0.4098211807638198, 0.12543001773954238, -0.004451726297567385, -0.21578285230478086, 0.7703446830143642, -1.5061963152065074, 0.6268165962834263, 1.0102956945451247, -0.5355085110054971, 1.110863181743961, 1.030800765734006, 1.187966103220189, -0.004451726297567385, -0.14294040832236293, 0.3349402273007304, 0.9475428583885729, -0.36954771539644005, -0.5355085110054971, -0.3300344466488542, -0.21578285230478086, -1.5061963152065074, -0.6692199626889036, 1.206804617989377, 0.8385693568776538, -0.6692199626889036, 0.6268165962834263, 0.8160747163858372, 1.0511062615253743, -0.10744892672409508, -0.5791379168330926, -1.3100563027057637, -0.07254974974233341, -0.10744892672409508, -0.4927691828134093, 0.8828439961244682, -0.7633468634120713, 0.2477096007671657, 0.9686708785325601, -0.2531778373721484, -1.2485313031531744, 0.8385693568776538, -0.07254974974233341, -0.4508845222138146, -0.03822349838306, 1.110863181743961, -0.8618963126598055, 1.2254745158181315, 1.030800765734006, 1.1304077284542808, -0.4098211807638198, -0.3300344466488542, 1.0712160249369431, -0.6692199626889036, -0.3300344466488542, -0.9129622912469082, 1.1689559012120323, 0.6514338434157045, 0.061497849943018414, 0.7470983250428492, 0.5766936872555697, 0.1566773130933765, 0.4991780747450537, 1.4373754478754677, 0.8160747163858372, 1.030800765734006, 1.2805020044414035, 0.7235901219933096, 1.1497708571261145, -0.8120431310338189, 0.1566773130933765, 1.2805020044414035, 0.9475428583885729, 1.206804617989377, 1.110863181743961, -0.9129622912469082, 0.6998141175383007, 0.8608240981628088, -0.8618963126598055, -1.0740600862779712, 1.8475993287442551, -0.5791379168330926, -1.0189771591636103, 0.2771930786341489, 1.2805020044414035, -2.5458818835148302, 1.629717639844961, 1.1689559012120323, 0.6514338434157045, 0.0287831389268774, -0.4927691828134093, -0.4927691828134093, 0.12543001773954238, 0.8160747163858372, -0.7157553769076448, -0.5355085110054971, 1.030800765734006, -0.2531778373721484, 1.334114958679754, -0.4927691828134093, -0.7157553769076448, -0.62369504440922, 0.1566773130933765, 1.206804617989377, 0.5766936872555697, 0.30626620781839264, 0.6268165962834263, 1.206804617989377, 0.9895870907789788, -0.004451726297567385, 0.09370838969856962, 1.206804617989377, -0.10744892672409508, 0.8608240981628088, -0.4508845222138146, -1.0740600862779712, 1.334114958679754, 0.4186733438676231, 1.2439787854555941, 0.8828439961244682, 0.061497849943018414, 1.2623203369613971, 0.4186733438676231, 0.12543001773954238, 1.0102956945451247, -0.4927691828134093, -0.36954771539644005, 0.8608240981628088, 0.9895870907789788, -0.8618963126598055, 1.2254745158181315, -2.049989199814915, -0.17904456988026038, 0.9686708785325601, 1.206804617989377, -0.8120431310338189, 0.2771930786341489, -0.8120431310338189, 0.9261987023806018, -0.2912533297754774, -0.17904456988026038, 0.9895870907789788, 1.206804617989377, -0.10744892672409508, -0.62369504440922, -0.8618963126598055, 0.4186733438676231, -0.62369504440922, -0.7157553769076448, 1.2805020044414035, 1.351684001361982, -1.1887526419700918, 0.8385693568776538, 0.061497849943018414, 0.8160747163858372, 0.7933349560031606, 1.0511062615253743, 1.4205165218416214, -0.03822349838306, -0.14294040832236293, 0.6998141175383007, -0.4098211807638198, 1.8058064800325933, -1.1887526419700918, -2.333593927939745, -0.9129622912469082, 0.7235901219933096, -0.2912533297754774, 1.2805020044414035, -0.5791379168330926, 0.4726865401530383, -0.4098211807638198, 0.4726865401530383, -0.10744892672409508, 0.2771930786341489, -1.0189771591636103, 1.4035201983830816, -1.0189771591636103, -0.4098211807638198, 1.110863181743961, 0.4991780747450537, -0.7157553769076448, -2.234824481086012, 0.6757641501174801, -1.2485313031531744, 0.9046339486994396, 1.5517193496658757, 3.0504438421732365, 0.6514338434157045, -1.2485313031531744, 1.0511062615253743, -0.7157553769076448, 1.2254745158181315, 0.12543001773954238, 0.9261987023806018, 0.7470983250428492, 0.5511735995492856, 0.9261987023806018, 0.7703446830143642, 0.2771930786341489, -0.5791379168330926, 0.061497849943018414, 0.6268165962834263, 1.4373754478754677, -0.8120431310338189, -0.2912533297754774, 0.9475428583885729, 0.9475428583885729, 0.4991780747450537, 0.7703446830143642, -1.0740600862779712, 1.3691062790765676, 0.9895870907789788, 1.1497708571261145, 0.3911336449967887, 0.9686708785325601, 2.1784925505337105, 1.4706898625965632, 1.5517193496658757, 0.9686708785325601, 0.8828439961244682, 0.2477096007671657, -0.2531778373721484, 1.206804617989377, 0.8608240981628088, -0.8120431310338189, -0.9653010652360258, 1.5034804375915007, 0.1566773130933765, -0.5791379168330926, -0.62369504440922, -0.4508845222138146, 1.7916872701618929, 0.1874642140297432, 1.1689559012120323, -0.2912533297754774, -0.7633468634120713, -1.1306248711800009, 0.9261987023806018, 1.187966103220189, 0.9261987023806018, 0.8828439961244682, 0.6268165962834263, 1.2805020044414035, -0.2912533297754774, 0.5766936872555697, 0.8160747163858372, 0.9895870907789788, -0.2912533297754774, 0.8385693568776538, -0.21578285230478086, 2.0573601329518993, -0.4927691828134093, -0.4927691828134093, 1.5357633798039172, 0.2178040549671679, 1.351684001361982, -0.03822349838306, 0.1566773130933765, -0.36954771539644005, -1.0189771591636103, -1.0189771591636103, 0.8385693568776538, 1.8058064800325933, 0.6998141175383007, -1.0189771591636103, 1.4540991783329946, 0.3349402273007304, -0.03822349838306, 0.12543001773954238, -0.7157553769076448, 1.2985265486656803, -0.8120431310338189, -1.0740600862779712, 0.2178040549671679, -0.5355085110054971, 0.2771930786341489, -0.21578285230478086, -0.4508845222138146, 1.2254745158181315, 0.9895870907789788, 1.030800765734006, 0.09370838969856962, -0.2531778373721484, 0.12543001773954238, -0.17904456988026038, -2.909269382994961, -0.10744892672409508, 0.2771930786341489, 1.2623203369613971, -0.5791379168330926, -0.7157553769076448, -1.7224262418027705, 1.187966103220189, -0.4508845222138146, 0.5766936872555697, -0.2531778373721484, -0.36954771539644005, 1.110863181743961, -0.4927691828134093, -0.5355085110054971, -0.8120431310338189, 0.7933349560031606, -0.4508845222138146, -0.14294040832236293, -1.1306248711800009, -1.7997041707260009, -0.36954771539644005, 0.061497849943018414, 0.30626620781839264, -0.17904456988026038, -1.1887526419700918, -0.4098211807638198, 0.6514338434157045, 0.2178040549671679, -0.2912533297754774, 1.0511062615253743, 0.09370838969856962, 1.7487467343750571, -0.2531778373721484, -0.9129622912469082, -0.5791379168330926, -0.7633468634120713, 1.5034804375915007, -0.7633468634120713, -0.9653010652360258, -0.4098211807638198, -0.7157553769076448, 1.3691062790765676, 0.9046339486994396, -0.5791379168330926, 0.3349402273007304, 0.6019055720597971, 1.4540991783329946, -0.14294040832236293, -0.07254974974233341, -0.4098211807638198, -0.17904456988026038, 0.7470983250428492, -0.7157553769076448, -0.6692199626889036, 0.1566773130933765, 1.6143496406357336, 0.2178040549671679, -0.8618963126598055, 1.030800765734006, 0.5253376950461954, 0.5766936872555697, -0.07254974974233341, -0.6692199626889036, 0.0287831389268774, -0.36954771539644005, -0.36954771539644005, 1.3691062790765676, 1.206804617989377, -0.14294040832236293, -0.14294040832236293, -0.17904456988026038, 0.09370838969856962, -0.9129622912469082, -1.1306248711800009, 1.206804617989377, -0.4508845222138146, -0.03822349838306, -0.2912533297754774, 0.0287831389268774, -0.14294040832236293, -0.004451726297567385, -0.10744892672409508, -1.1306248711800009, -0.14294040832236293, 2.0821562517909205, 1.2254745158181315, 1.110863181743961, 0.5511735995492856, -0.5355085110054971, -0.10744892672409508, -0.4098211807638198, 0.5253376950461954, -0.5791379168330926, -0.14294040832236293, -0.14294040832236293, -0.10744892672409508, -0.7157553769076448, -0.10744892672409508, 0.7933349560031606, 1.6601179634638734, -0.10744892672409508, -0.8120431310338189, -0.7633468634120713, 1.8475993287442551, -0.004451726297567385, -0.4927691828134093, 1.6601179634638734, -0.4508845222138146, 1.334114958679754, 1.351684001361982, 0.9261987023806018, -0.5355085110054971, 1.8337612535448429, -0.4508845222138146, 0.5766936872555697, -0.07254974974233341, -0.2912533297754774, 0.8828439961244682, 0.0287831389268774, -0.07254974974233341, 0.061497849943018414, 1.4540991783329946, -0.2912533297754774, -0.2531778373721484, 0.5511735995492856, -0.36954771539644005, 0.0287831389268774, -0.5355085110054971, -0.17904456988026038, 0.061497849943018414, -0.004451726297567385, 0.0287831389268774, -0.4098211807638198, -0.9129622912469082, 1.9940479807554088, -0.6692199626889036, -0.6692199626889036, 0.061497849943018414, -1.0189771591636103, -0.2531778373721484, -0.4927691828134093, -0.4098211807638198, 0.3911336449967887, 1.0712160249369431, -1.5758456072930225, -0.5791379168330926, -0.36954771539644005, -0.03822349838306, -1.1887526419700918, -0.2531778373721484, 1.2623203369613971, 0.4726865401530383, 0.4186733438676231, -1.1306248711800009, -0.10744892672409508, -0.36954771539644005, -0.004451726297567385, -0.7633468634120713, 0.1874642140297432, -0.14294040832236293, -0.4927691828134093, -0.14294040832236293, -0.2531778373721484, 0.5766936872555697, -0.6692199626889036, -0.03822349838306, -0.9129622912469082, 0.0287831389268774, 0.6514338434157045, 0.4186733438676231, -0.4927691828134093, -0.10744892672409508, 0.061497849943018414, 0.1874642140297432, 0.6757641501174801, -0.8120431310338189, 0.4458545779837789, -0.36954771539644005, 0.4458545779837789, -0.17904456988026038, 0.12543001773954238, 0.6998141175383007, -0.2912533297754774, 1.0102956945451247, -0.10744892672409508, -0.21578285230478086, -0.21578285230478086, 0.7470983250428492, -0.3300344466488542, -0.8618963126598055, -0.004451726297567385, 0.09370838969856962, 0.4991780747450537, -0.03822349838306, -0.4098211807638198, -0.62369504440922, -0.14294040832236293, -0.004451726297567385, 0.1874642140297432, -0.4927691828134093, 0.1566773130933765, 0.2178040549671679, -0.2531778373721484, -0.5791379168330926, 0.4991780747450537, 0.12543001773954238, -0.004451726297567385, -0.17904456988026038, 0.4726865401530383, -0.10744892672409508, 1.1689559012120323, -0.5355085110054971, -0.004451726297567385, -0.2912533297754774, 0.6757641501174801, 0.4458545779837789, -1.0189771591636103, -0.62369504440922, 0.3349402273007304, -0.4098211807638198, -0.2912533297754774, 1.3163966595747427, -0.07254974974233341, 0.6757641501174801, 0.09370838969856962, -0.7157553769076448, -0.10744892672409508, -0.2531778373721484, 0.4726865401530383, 1.187966103220189, -1.0189771591636103, 0.4991780747450537, 1.3163966595747427, -0.21578285230478086, -0.21578285230478086, 0.6019055720597971, -0.8120431310338189, 0.12543001773954238, -0.03822349838306, -0.14294040832236293, 0.8608240981628088, 0.2178040549671679, -0.17904456988026038, -0.4098211807638198, 0.2477096007671657, -0.14294040832236293, -0.62369504440922, -0.7633468634120713, 0.6514338434157045, -0.8120431310338189, 0.30626620781839264, 0.12543001773954238, 0.12543001773954238, -0.7157553769076448, 0.1874642140297432, -0.10744892672409508, 0.9261987023806018, 0.9475428583885729, 0.1566773130933765, -0.2531778373721484, 0.7703446830143642, -0.8120431310338189, 0.7235901219933096, 0.1874642140297432, -0.5355085110054971, 0.6019055720597971, 0.0287831389268774, 0.1874642140297432, 0.6757641501174801, -0.5791379168330926, -0.21578285230478086, -0.3300344466488542, -0.004451726297567385, -0.4098211807638198, 0.09370838969856962, 0.061497849943018414, -0.4927691828134093, -0.36954771539644005, 0.4991780747450537, -0.4508845222138146, 0.9046339486994396, -0.004451726297567385, 0.6268165962834263, 0.09370838969856962, -0.07254974974233341, 0.8385693568776538, -0.21578285230478086, 0.12543001773954238, -0.9653010652360258, 0.8385693568776538, 0.2477096007671657, -0.17904456988026038, -0.4508845222138146, 0.09370838969856962, 0.5766936872555697, 0.061497849943018414, -0.36954771539644005, 0.6998141175383007, -0.2531778373721484, -0.36954771539644005, 0.7235901219933096, 0.1874642140297432, -0.2912533297754774, -1.2485313031531744, 0.6757641501174801, -0.2531778373721484, 0.12543001773954238, 0.0287831389268774, -0.4927691828134093, 0.2178040549671679, 0.5766936872555697, 0.30626620781839264, -0.2531778373721484, 0.4726865401530383, -1.3734315093358815, -0.2531778373721484, -0.3300344466488542, -0.10744892672409508, 0.2477096007671657, 0.3349402273007304, 0.4186733438676231, -0.62369504440922, 0.6019055720597971, 0.30626620781839264, 0.3911336449967887, 0.8608240981628088, -0.7633468634120713, -0.9653010652360258, 0.8608240981628088, -0.3300344466488542, 0.1566773130933765, 0.4726865401530383, 1.3691062790765676, -0.4508845222138146, 0.6019055720597971, 0.5766936872555697, 0.8828439961244682, 0.9686708785325601, 0.9046339486994396, -0.03822349838306, -0.07254974974233341, 0.6268165962834263, 0.2477096007671657, 0.12543001773954238, -0.03822349838306, 0.4991780747450537, 0.2178040549671679, 0.2477096007671657, -0.62369504440922, -0.03822349838306, -0.6692199626889036, -0.7633468634120713, 0.12543001773954238, 0.6019055720597971, 0.12543001773954238, 0.9261987023806018, 0.6998141175383007, 0.5253376950461954, -0.4927691828134093, 0.9895870907789788, 1.334114958679754, 0.1566773130933765, 0.6019055720597971, 0.061497849943018414, 0.6757641501174801, 0.30626620781839264, -0.2531778373721484, 0.5253376950461954, 0.3349402273007304, -0.36954771539644005, -0.21578285230478086, 0.0287831389268774, 1.0911337891689066, 0.6514338434157045, -0.5791379168330926, 0.4991780747450537, -0.2531778373721484, 0.4458545779837789, 0.8160747163858372, -0.4098211807638198, 0.2178040549671679, 1.0511062615253743, -0.10744892672409508, -0.004451726297567385, 0.4186733438676231, 0.6019055720597971, -0.62369504440922, 0.2771930786341489, -1.3100563027057637, 0.4186733438676231, 0.2771930786341489, -0.36954771539644005, -0.2531778373721484, 0.8385693568776538, 0.7703446830143642, 0.4726865401530383, 0.3349402273007304, -0.2912533297754774, 0.3349402273007304, 0.3349402273007304, 0.3911336449967887, 0.9261987023806018, 0.1874642140297432, -0.03822349838306, -0.62369504440922, 0.8160747163858372, 0.5511735995492856, 1.5517193496658757, 0.1566773130933765, 0.4186733438676231, -0.2531778373721484, 0.4991780747450537, 0.12543001773954238, 0.7703446830143642, -0.5791379168330926, -0.2912533297754774, 0.2178040549671679, 0.9686708785325601, 0.2178040549671679, 0.7470983250428492, 0.3911336449967887, -0.17904456988026038, 0.3911336449967887, 0.8828439961244682, -0.3300344466488542, 0.2477096007671657, -0.10744892672409508, -0.36954771539644005, -0.004451726297567385, 0.6998141175383007, 0.2178040549671679, 0.09370838969856962, -0.03822349838306, -0.21578285230478086, 0.1566773130933765, -0.17904456988026038, 0.5766936872555697, -0.5355085110054971, 0.4991780747450537, 0.2178040549671679, 0.1566773130933765, 2.0697950589192966, 0.5511735995492856, 0.0287831389268774, 0.6268165962834263, -0.03822349838306, 1.1497708571261145, 0.7235901219933096, -0.3300344466488542, -0.5791379168330926, -0.5791379168330926, 0.1874642140297432, 0.6757641501174801, 1.0511062615253743, -0.4508845222138146, -0.36954771539644005, -0.21578285230478086, -0.14294040832236293, 0.5511735995492856, 0.061497849943018414, -0.21578285230478086, 0.8160747163858372, -0.17904456988026038, 0.3632259216209292, -0.2531778373721484, -0.4508845222138146, -0.21578285230478086, 0.4186733438676231, 0.0287831389268774, 1.487149599234988, 0.0287831389268774, -0.21578285230478086, 0.09370838969856962, 1.2623203369613971, 0.7933349560031606, -0.4508845222138146, 0.3349402273007304, 0.5766936872555697, -0.4508845222138146, 0.7933349560031606, 0.7235901219933096, 0.9895870907789788, -0.21578285230478086, 0.6514338434157045, 0.3911336449967887, 0.9475428583885729, 0.7703446830143642, -0.004451726297567385, -0.2912533297754774, 0.8608240981628088, 0.5511735995492856, 0.7470983250428492, 0.2477096007671657, 0.12543001773954238, 0.061497849943018414, 0.2477096007671657, 1.030800765734006, 0.2771930786341489, 0.12543001773954238, 0.061497849943018414, -0.21578285230478086, 1.2439787854555941, 1.187966103220189, 1.0511062615253743, -0.17904456988026038, 0.8160747163858372, 0.2178040549671679, 0.2771930786341489, 0.09370838969856962, 0.8828439961244682, 0.5766936872555697, -0.8120431310338189, 0.7703446830143642, 1.6751535169838438, 0.2178040549671679, 0.2771930786341489, -0.3300344466488542, -0.10744892672409508, -0.2531778373721484, 0.1874642140297432, 0.3349402273007304, 0.1566773130933765, 0.1566773130933765, 0.8385693568776538, 0.3911336449967887, 0.6757641501174801, 0.4726865401530383, 0.09370838969856962, -0.36954771539644005, 0.2178040549671679, 0.5511735995492856, 0.6268165962834263, 1.187966103220189, 0.30626620781839264, 0.9475428583885729, 0.1874642140297432, 0.061497849943018414, -0.5791379168330926, 0.4458545779837789, 0.9261987023806018, -1.5758456072930225, 0.6514338434157045, -1.4387702191874236, 0.3911336449967887, -0.3300344466488542, -0.07254974974233341, 0.3911336449967887, 0.7933349560031606, -0.5355085110054971, -0.9653010652360258, -0.3300344466488542, 0.2178040549671679, 0.3349402273007304, -0.07254974974233341, -0.17904456988026038, 1.4706898625965632, 0.6998141175383007, -0.004451726297567385, 1.110863181743961, -0.5355085110054971, 0.4991780747450537, 0.09370838969856962, 1.0712160249369431, 0.3911336449967887, 1.0911337891689066, 0.9895870907789788, 0.7470983250428492, 0.8160747163858372, -0.9129622912469082, 1.0511062615253743, -0.5355085110054971, 0.8608240981628088, 0.4458545779837789, 0.3632259216209292, 0.6019055720597971, 0.5766936872555697, 1.6143496406357336, 0.3349402273007304, 0.6757641501174801, 1.0102956945451247, 0.8385693568776538, 0.5766936872555697, -0.36954771539644005, 0.5253376950461954, -0.5355085110054971, 0.2178040549671679, -0.3300344466488542, -0.004451726297567385, 0.7235901219933096, 1.8613461625626544, -0.17904456988026038, 0.7235901219933096, 0.8828439961244682, -0.4508845222138146, -0.36954771539644005, 0.5253376950461954, 0.4991780747450537, 0.30626620781839264, -0.07254974974233341, 0.6757641501174801, -0.5355085110054971, -0.17904456988026038, 1.351684001361982, 0.6019055720597971, 0.3911336449967887, 1.2985265486656803, -0.10744892672409508, 0.3349402273007304, 0.09370838969856962, -0.5355085110054971, 0.4726865401530383, 1.3163966595747427, 0.6268165962834263, 0.8608240981628088, 1.030800765734006, -0.36954771539644005, 0.5766936872555697, 0.7703446830143642, 0.4458545779837789, 0.1566773130933765, -0.004451726297567385, 1.4035201983830816, 0.6514338434157045, -0.07254974974233341, 0.7470983250428492, 0.1566773130933765, 0.5511735995492856, 0.1874642140297432, 0.061497849943018414, 0.8828439961244682, -0.4927691828134093, 0.7235901219933096, 0.9686708785325601, 0.12543001773954238, 0.9475428583885729, 0.6268165962834263, 0.6514338434157045, -0.3300344466488542, 0.9261987023806018, 0.4458545779837789, 0.6019055720597971, 0.7933349560031606, 0.4458545779837789, -0.03822349838306, 0.1566773130933765, 0.4458545779837789, 0.6757641501174801, 0.09370838969856962, 0.4991780747450537, 0.8160747163858372, 1.110863181743961, 0.4186733438676231, -0.6692199626889036, -1.7997041707260009, 0.9895870907789788, -0.03822349838306, 1.187966103220189, 1.6143496406357336, -0.10744892672409508, 0.7235901219933096, 0.6268165962834263, 1.4035201983830816, -0.21578285230478086, -0.7157553769076448, -0.004451726297567385, 1.1689559012120323, 0.2771930786341489, 0.8160747163858372, 0.6019055720597971, 0.9261987023806018, 1.206804617989377, 0.5766936872555697, 0.6268165962834263, -0.4927691828134093, 0.5253376950461954, -0.36954771539644005, 0.6019055720597971, 1.4373754478754677, 0.4186733438676231, 0.4186733438676231, 1.5675541560281958, 0.061497849943018414, 0.9261987023806018, 0.2771930786341489, 0.6019055720597971, 0.3911336449967887, 0.3349402273007304, -0.2912533297754774, 0.8828439961244682, -1.1306248711800009, 1.3691062790765676, 0.1874642140297432, 0.7470983250428492, 0.3632259216209292, 0.9895870907789788, 0.3911336449967887, 0.4186733438676231, -0.5791379168330926, 0.6268165962834263, 0.1874642140297432, 1.110863181743961, 1.0712160249369431, 0.7703446830143642, 1.487149599234988, 0.2771930786341489, 0.6998141175383007, 0.5253376950461954, 0.9046339486994396, -0.36954771539644005, 0.6019055720597971, 0.12543001773954238, 1.110863181743961, 1.4706898625965632, -0.5355085110054971, 0.30626620781839264, 0.8828439961244682, 0.7703446830143642, 1.4205165218416214, 2.1308808429794106, -0.5355085110054971, 0.4726865401530383, 1.9154446317480625, 1.6751535169838438, -0.10744892672409508, 0.6998141175383007, -0.14294040832236293, 0.6757641501174801, -0.03822349838306, 0.1874642140297432, 1.0911337891689066, 1.2985265486656803, 0.6757641501174801, 1.1304077284542808, -0.07254974974233341, 0.0287831389268774, 1.0511062615253743, -0.07254974974233341, 1.2254745158181315, 0.9046339486994396, 1.2254745158181315, 0.4726865401530383, 1.2805020044414035, 0.7933349560031606, 1.6143496406357336, -0.8618963126598055, 1.4373754478754677, 0.09370838969856962, 0.9046339486994396, 0.061497849943018414, 1.0511062615253743, -0.36954771539644005, -0.36954771539644005, 0.9046339486994396, 0.7470983250428492, 0.6514338434157045, 1.2623203369613971, 0.2771930786341489, 1.2254745158181315, 1.8885708614809975, 0.061497849943018414, 1.030800765734006, -0.5791379168330926, 0.5766936872555697, 0.9261987023806018, 0.9261987023806018, 0.5766936872555697, 0.2477096007671657, 0.8385693568776538, 1.386384221465333, -0.21578285230478086, 0.4186733438676231, 0.9895870907789788, 0.4726865401530383, 0.6514338434157045, 0.0287831389268774, 0.9475428583885729, 1.5517193496658757, 1.030800765734006, 0.061497849943018414, 0.4991780747450537, 0.8608240981628088, 1.9551167323402727, 0.2477096007671657, 0.12543001773954238, 1.0712160249369431, -0.07254974974233341, 0.7933349560031606, -0.2531778373721484, -0.07254974974233341, -0.9129622912469082, 1.0102956945451247, 1.334114958679754, 0.6268165962834263, 0.2178040549671679, 1.3163966595747427, 1.4205165218416214, 0.2771930786341489, -0.8120431310338189, 0.2178040549671679, 0.12543001773954238, -0.004451726297567385, 0.0287831389268774, 1.351684001361982, 0.09370838969856962, 0.8608240981628088, 1.1497708571261145, 0.0287831389268774, 1.0102956945451247, -0.03822349838306, 1.351684001361982, 0.8160747163858372, 1.629717639844961, -0.7633468634120713, 1.644973203392336, 1.5675541560281958, 0.4726865401530383, -0.14294040832236293, -0.2531778373721484, 1.3691062790765676, -0.03822349838306, 1.334114958679754, 0.9895870907789788, -0.2912533297754774, 0.09370838969856962, 0.7235901219933096, 2.201896729889523, 1.2439787854555941, 1.8198307183626636, 1.206804617989377, 1.5357633798039172, -0.5791379168330926, 0.8608240981628088, 0.9046339486994396, 0.2178040549671679, 1.4540991783329946, -0.004451726297567385, 0.6514338434157045, 0.8608240981628088, 0.6757641501174801, 0.3349402273007304, 0.8385693568776538, 0.3632259216209292, 0.061497849943018414, 0.9475428583885729, 1.206804617989377, 0.2771930786341489, 0.7235901219933096, 0.6019055720597971, 0.9895870907789788, 1.334114958679754, -0.10744892672409508, -0.10744892672409508, 1.030800765734006, 0.5511735995492856, 1.0102956945451247, 1.187966103220189, 1.8613461625626544, 0.9475428583885729, 0.5766936872555697, 1.8198307183626636, 1.1497708571261145, 0.7235901219933096, 0.2477096007671657, 1.206804617989377, 0.3349402273007304, -0.7157553769076448, 0.3632259216209292, 0.9475428583885729, 0.9261987023806018, -0.21578285230478086, 0.5766936872555697, 0.4726865401530383, 1.6751535169838438, -0.3300344466488542, 1.2439787854555941, 0.8828439961244682, 0.9261987023806018, 0.3632259216209292, 0.2771930786341489, 2.03226552772193, -0.2912533297754774, 0.09370838969856962, 0.9261987023806018, 0.3911336449967887, 1.8337612535448429, -0.5355085110054971, 1.1304077284542808, 1.487149599234988, 0.9475428583885729, -0.14294040832236293, 1.030800765734006, -0.07254974974233341, 0.7933349560031606, 0.0287831389268774, -0.6692199626889036, 1.7916872701618929, -0.9653010652360258, 1.2439787854555941, 0.4186733438676231, 1.351684001361982, 0.3911336449967887, 1.4540991783329946, -0.2531778373721484, 1.5034804375915007, 0.6019055720597971, 0.3349402273007304, 1.6601179634638734, 1.0712160249369431, 0.09370838969856962, 0.0287831389268774, 0.6757641501174801, -0.36954771539644005, 1.6143496406357336, 0.2771930786341489, 1.629717639844961, -0.10744892672409508, 0.9475428583885729, 1.3691062790765676, 0.7470983250428492, 1.5675541560281958, 0.4991780747450537, 1.386384221465333, 1.5832696238691542, 1.7342344253218092, 0.4458545779837789, 0.0287831389268774, 1.3691062790765676, 0.1874642140297432, 0.30626620781839264, -0.004451726297567385, 0.2771930786341489, -0.6692199626889036, 0.5511735995492856, 0.9261987023806018, 1.0712160249369431, -0.2531778373721484, -0.2912533297754774, 1.3691062790765676, 0.3349402273007304, 0.30626620781839264, 0.9046339486994396, -0.21578285230478086, 1.487149599234988, 0.6268165962834263, 0.5511735995492856, 0.6268165962834263, 1.4205165218416214, 0.061497849943018414, 1.4373754478754677, 0.4458545779837789, 0.1566773130933765, 0.09370838969856962, 0.12543001773954238, 1.4540991783329946, 0.9046339486994396, 0.9686708785325601, 0.4186733438676231, 0.3349402273007304, -0.7157553769076448, 1.2254745158181315, 0.5766936872555697, 0.4991780747450537, -0.7633468634120713, 0.7703446830143642, -0.21578285230478086, 1.2439787854555941, 0.4991780747450537, 0.3911336449967887, 0.2477096007671657, 2.315131227926892, -0.5355085110054971, 1.4035201983830816, 0.061497849943018414, 0.6019055720597971, -0.21578285230478086, 0.8608240981628088, -0.07254974974233341, -0.2531778373721484, 1.644973203392336, -0.5355085110054971, 0.3911336449967887, 0.4991780747450537, 0.1566773130933765, 0.8608240981628088, 0.12543001773954238, 0.9261987023806018, 0.3632259216209292, 0.12543001773954238, 0.2178040549671679, 0.4186733438676231, 1.0712160249369431, 0.7470983250428492, 1.334114958679754, 0.0287831389268774, -0.17904456988026038, -0.17904456988026038, 0.09370838969856962, 1.487149599234988, 0.6514338434157045, 1.1497708571261145, 1.9154446317480625, 1.1304077284542808, 0.6514338434157045, 0.8828439961244682, 0.5766936872555697, 1.2805020044414035, 0.4186733438676231, 0.7235901219933096, 0.6019055720597971, 0.0287831389268774, 2.142886103502635, 0.7703446830143642, 0.9895870907789788, 0.30626620781839264, 0.4186733438676231, -0.2531778373721484, 0.8608240981628088, -0.07254974974233341, 1.8337612535448429, 1.3691062790765676, -0.2912533297754774, 0.4726865401530383, 1.2805020044414035, 0.0287831389268774, 1.629717639844961, 1.110863181743961, -0.2912533297754774, 1.110863181743961, 0.9046339486994396, 2.03226552772193, 1.777471794443367, 0.3911336449967887, 0.4186733438676231, 1.0911337891689066, 0.061497849943018414, 0.4991780747450537, -0.3300344466488542, 0.6268165962834263, 2.22504105907193, 0.6514338434157045, -0.6692199626889036, 4.003406876207056, 0.9686708785325601, 0.8828439961244682, 1.0102956945451247, 1.4035201983830816, 0.1874642140297432, 1.030800765734006, -0.5791379168330926, -0.14294040832236293, 0.3349402273007304, 0.5766936872555697, 1.206804617989377, 0.3911336449967887, 0.4726865401530383, -0.4098211807638198, 1.4706898625965632, -0.004451726297567385, 1.7342344253218092, 1.2254745158181315, 1.7916872701618929, 1.9020510466469995, 0.3911336449967887, 0.8828439961244682, 1.206804617989377, 0.6268165962834263, 0.8385693568776538, 1.9020510466469995, 0.1566773130933765, 1.0911337891689066, 1.4706898625965632, 1.8337612535448429, 1.5196843793102146, 0.2178040549671679, 0.2178040549671679, 0.6514338434157045, 2.640967913766858, 0.061497849943018414, 0.6019055720597971, 0.6757641501174801, 0.5766936872555697, 0.6514338434157045, 0.7235901219933096, -0.14294040832236293, 0.30626620781839264, 1.7196203994664792, 1.0712160249369431], [-1.4912530224684684, -1.3696553009135402, -1.3696553009135402, -1.3696553009135402, -0.5551056187117592, -1.252552635586088, -1.252552635586088, -1.3696553009135402, -1.4912530224684684, -1.143133976543251, -1.252552635586088, -1.4912530224684684, -1.4912530224684684, -1.4912530224684684, -1.3696553009135402, -1.252552635586088, -1.3696553009135402, -1.143133976543251, -1.252552635586088, -1.0428623580607226, -1.4912530224684684, -1.3696553009135402, -0.9518551640049014, -1.3696553009135402, -1.4912530224684684, -1.252552635586088, -1.252552635586088, -1.4912530224684684, -1.4912530224684684, -1.3696553009135402, -1.3696553009135402, -0.7948115953815237, -1.0428623580607226, -1.252552635586088, -1.3696553009135402, -1.4912530224684684, -1.3696553009135402, -1.4912530224684684, -1.3696553009135402, -1.3696553009135402, -1.0428623580607226, -1.3696553009135402, -1.3696553009135402, -1.3696553009135402, -1.3696553009135402, -1.252552635586088, -0.37836951848540257, -1.252552635586088, -1.4912530224684684, -1.143133976543251, -1.4912530224684684, -1.143133976543251, -0.8694806652025674, -1.3696553009135402, -1.252552635586088, -1.252552635586088, -1.252552635586088, -1.143133976543251, -0.9518551640049014, -1.0428623580607226, -1.3696553009135402, -1.0428623580607226, -1.0428623580607226, -1.143133976543251, -1.252552635586088, -0.9518551640049014, -1.3696553009135402, -1.0428623580607226, -0.8694806652025674, -1.4912530224684684, -1.4912530224684684, -1.252552635586088, -1.252552635586088, -0.9518551640049014, -1.143133976543251, -1.3696553009135402, -1.143133976543251, -1.4912530224684684, -0.4182824585861835, -1.0428623580607226, -1.3696553009135402, -1.0428623580607226, -0.9518551640049014, -1.4912530224684684, -1.4912530224684684, -1.252552635586088, -1.143133976543251, -1.3696553009135402, -0.7948115953815237, -1.252552635586088, -1.143133976543251, -1.3696553009135402, -1.3696553009135402, -1.252552635586088, -1.143133976543251, -1.3696553009135402, -1.143133976543251, -1.3696553009135402, -1.3696553009135402, -1.252552635586088, -0.9518551640049014, -1.143133976543251, -1.3696553009135402, -1.0428623580607226, -1.143133976543251, -1.0428623580607226, -0.7948115953815237, -1.3696553009135402, -0.9518551640049014, -1.143133976543251, -1.143133976543251, -1.3696553009135402, -1.4912530224684684, -1.143133976543251, -1.3696553009135402, -1.3696553009135402, -1.3696553009135402, -0.664787544021901, -1.143133976543251, -1.4912530224684684, -0.9518551640049014, -0.9518551640049014, -1.252552635586088, -1.143133976543251, -0.9518551640049014, -1.4912530224684684, -1.252552635586088, -1.252552635586088, -1.3696553009135402, -1.252552635586088, -0.9518551640049014, -1.0428623580607226, -1.252552635586088, -1.3696553009135402, -1.4912530224684684, -1.252552635586088, -1.143133976543251, -1.4912530224684684, -1.252552635586088, -1.4912530224684684, -1.252552635586088, -1.3696553009135402, -1.4912530224684684, -1.0428623580607226, -1.143133976543251, -1.4912530224684684, -1.252552635586088, -1.143133976543251, -1.3696553009135402, -0.9518551640049014, -0.9518551640049014, -1.3696553009135402, -1.0428623580607226, -1.4912530224684684, -0.9518551640049014, -1.252552635586088, -1.0428623580607226, -0.8694806652025674, -1.252552635586088, -1.3696553009135402, -1.3696553009135402, -1.0428623580607226, -1.143133976543251, -1.4912530224684684, -1.252552635586088, -1.252552635586088, -1.0428623580607226, -0.7948115953815237, -1.143133976543251, -1.3696553009135402, -1.252552635586088, -0.8694806652025674, -1.3696553009135402, -1.143133976543251, -1.0428623580607226, -1.0428623580607226, -1.0428623580607226, -1.252552635586088, -1.4912530224684684, -0.9518551640049014, -1.252552635586088, -1.3696553009135402, -1.3696553009135402, -0.8694806652025674, -1.143133976543251, -0.8694806652025674, -1.3696553009135402, -1.252552635586088, -1.3696553009135402, -0.9518551640049014, -1.252552635586088, -1.4912530224684684, -1.4912530224684684, -1.4912530224684684, -1.3696553009135402, -1.3696553009135402, -0.7268791607479549, -1.252552635586088, -1.3696553009135402, -1.3696553009135402, -1.252552635586088, -1.143133976543251, -1.143133976543251, -1.143133976543251, -1.252552635586088, -1.3696553009135402, -1.3696553009135402, -1.252552635586088, -0.9518551640049014, -1.252552635586088, -1.3696553009135402, -1.252552635586088, -1.143133976543251, -1.4912530224684684, -1.4912530224684684, -1.4912530224684684, -1.3696553009135402, -1.252552635586088, -0.7948115953815237, -1.143133976543251, -1.143133976543251, -1.4912530224684684, -1.252552635586088, -1.3696553009135402, -1.252552635586088, -1.4912530224684684, -1.3696553009135402, -0.7948115953815237, -0.7948115953815237, -1.252552635586088, -1.3696553009135402, -1.252552635586088, -1.3696553009135402, -1.143133976543251, -1.143133976543251, -1.252552635586088, -1.252552635586088, -0.8694806652025674, -1.4912530224684684, -0.9518551640049014, -1.143133976543251, -1.3696553009135402, -0.34078243138090714, -1.252552635586088, -1.3696553009135402, -1.4912530224684684, -0.7948115953815237, -1.3696553009135402, -0.9518551640049014, -1.143133976543251, -0.7948115953815237, -1.4912530224684684, -1.0428623580607226, -1.143133976543251, -1.4912530224684684, -1.3696553009135402, -1.0428623580607226, -1.252552635586088, -1.143133976543251, -1.3696553009135402, -1.4912530224684684, -1.143133976543251, -1.3696553009135402, -1.4912530224684684, -1.143133976543251, -1.252552635586088, -1.143133976543251, -1.252552635586088, -1.252552635586088, -0.8694806652025674, -1.4912530224684684, -0.9518551640049014, -0.9518551640049014, -0.7948115953815237, -1.143133976543251, -1.143133976543251, -1.252552635586088, -1.143133976543251, -1.252552635586088, -1.3696553009135402, -0.7948115953815237, -1.252552635586088, -1.0428623580607226, -1.0428623580607226, -1.0428623580607226, -1.0428623580607226, -1.252552635586088, -1.0428623580607226, -1.252552635586088, -1.3696553009135402, -1.252552635586088, -1.3696553009135402, -1.143133976543251, -1.252552635586088, -1.4912530224684684, -1.252552635586088, -1.3696553009135402, -1.252552635586088, -0.7948115953815237, -0.9518551640049014, -1.252552635586088, -1.3696553009135402, -1.252552635586088, -0.8694806652025674, -1.0428623580607226, -1.3696553009135402, -1.3696553009135402, -1.252552635586088, -0.34078243138090714, -1.3696553009135402, -1.252552635586088, -1.0428623580607226, -1.252552635586088, -1.143133976543251, -1.3696553009135402, -0.8694806652025674, -1.143133976543251, -1.252552635586088, -1.252552635586088, -1.143133976543251, -0.7268791607479549, -1.143133976543251, -1.3696553009135402, -0.8694806652025674, -1.143133976543251, -1.0428623580607226, -1.252552635586088, -0.8694806652025674, -0.9518551640049014, -1.3696553009135402, -1.143133976543251, -1.143133976543251, -0.9518551640049014, -0.9518551640049014, -1.252552635586088, -1.3696553009135402, -0.8694806652025674, -1.143133976543251, -0.8694806652025674, -0.9518551640049014, -1.252552635586088, -1.3696553009135402, -0.9518551640049014, -0.664787544021901, -0.9518551640049014, -1.4912530224684684, -1.4912530224684684, -0.664787544021901, -1.0428623580607226, -0.8694806652025674, -1.3696553009135402, -0.9518551640049014, -1.252552635586088, -0.7948115953815237, -1.3696553009135402, -1.143133976543251, -1.4912530224684684, -1.143133976543251, -1.252552635586088, -1.4912530224684684, -1.4912530224684684, -0.9518551640049014, -1.252552635586088, -1.4912530224684684, -1.4912530224684684, -1.3696553009135402, -1.3696553009135402, -1.252552635586088, -1.0428623580607226, -1.0428623580607226, -1.0428623580607226, -1.0428623580607226, -0.9518551640049014, -1.143133976543251, -1.252552635586088, -1.143133976543251, -1.143133976543251, -1.252552635586088, -1.4912530224684684, -1.252552635586088, -1.3696553009135402, -1.0428623580607226, -0.8694806652025674, -1.252552635586088, -1.252552635586088, -0.9518551640049014, -1.252552635586088, -1.0428623580607226, -1.252552635586088, -0.9518551640049014, -1.0428623580607226, -0.7268791607479549, -1.4912530224684684, -0.8694806652025674, -0.664787544021901, -0.9518551640049014, -0.9518551640049014, -1.143133976543251, -1.4912530224684684, -1.143133976543251, -1.3696553009135402, -1.3696553009135402, -1.4912530224684684, -1.3696553009135402, -1.0428623580607226, -1.143133976543251, -1.143133976543251, -1.4912530224684684, -0.9518551640049014, -1.143133976543251, -1.143133976543251, -1.3696553009135402, -1.3696553009135402, -1.143133976543251, -1.3696553009135402, -1.143133976543251, -1.252552635586088, -1.4912530224684684, -1.0428623580607226, -1.4912530224684684, -1.3696553009135402, -1.143133976543251, -0.7268791607479549, -1.143133976543251, -1.143133976543251, -1.4912530224684684, -1.143133976543251, -1.252552635586088, -1.4912530224684684, -1.143133976543251, -1.0428623580607226, -1.4912530224684684, -0.8694806652025674, -1.252552635586088, -1.143133976543251, -1.3696553009135402, -0.9518551640049014, -1.252552635586088, -0.9518551640049014, -1.0428623580607226, -1.143133976543251, -1.143133976543251, -1.3696553009135402, -0.8694806652025674, -0.23970220400863, -0.9518551640049014, -1.143133976543251, -1.143133976543251, -1.0428623580607226, -1.252552635586088, -1.3696553009135402, -0.8694806652025674, -1.4912530224684684, -1.252552635586088, -1.252552635586088, -1.252552635586088, -1.3696553009135402, -1.252552635586088, -1.143133976543251, -1.3696553009135402, -1.143133976543251, -1.143133976543251, -1.4912530224684684, -0.9518551640049014, -1.4912530224684684, -0.9518551640049014, -0.8694806652025674, -1.3696553009135402, -1.252552635586088, -1.3696553009135402, -1.4912530224684684, -1.143133976543251, -1.252552635586088, -1.0428623580607226, -1.0428623580607226, -1.0428623580607226, -1.4912530224684684, -0.8694806652025674, -1.0428623580607226, -1.252552635586088, -1.252552635586088, -1.143133976543251, -1.252552635586088, -1.252552635586088, -0.7948115953815237, -1.4912530224684684, -1.252552635586088, -1.0428623580607226, -1.3696553009135402, -1.252552635586088, -1.252552635586088, -1.0428623580607226, -1.4912530224684684, -1.252552635586088, -0.8694806652025674, -0.9518551640049014, -1.3696553009135402, -1.0428623580607226, -1.143133976543251, -1.0428623580607226, -1.252552635586088, -1.252552635586088, -1.252552635586088, -1.3696553009135402, -0.6077526598733981, -1.0428623580607226, -0.9518551640049014, -1.252552635586088, -1.0428623580607226, -1.0428623580607226, -1.4912530224684684, -1.4912530224684684, -1.252552635586088, -1.4912530224684684, -1.252552635586088, -1.252552635586088, -1.3696553009135402, -0.664787544021901, -1.252552635586088, -1.0428623580607226, -1.252552635586088, -1.252552635586088, -1.3696553009135402, -1.3696553009135402, -1.252552635586088, -1.3696553009135402, -1.3696553009135402, -1.252552635586088, -1.143133976543251, -1.0428623580607226, -0.8694806652025674, -0.9518551640049014, -0.8694806652025674, -0.7948115953815237, -1.0428623580607226, -0.7948115953815237, -1.252552635586088, -1.143133976543251, -0.664787544021901, -1.3696553009135402, -1.0428623580607226, -0.7268791607479549, -1.3696553009135402, -1.4912530224684684, -1.143133976543251, -1.0428623580607226, -0.7948115953815237, -0.7948115953815237, -1.4912530224684684, -1.0428623580607226, -1.0428623580607226, -0.9518551640049014, -1.3696553009135402, -1.252552635586088, -1.3696553009135402, -1.252552635586088, -1.252552635586088, -1.252552635586088, -1.4912530224684684, -1.0428623580607226, -1.0428623580607226, -0.9518551640049014, -0.5551056187117592, -1.0428623580607226, -0.7268791607479549, -1.143133976543251, -0.37836951848540257, -1.3696553009135402, -0.9518551640049014, -1.252552635586088, -1.252552635586088, -1.0428623580607226, -1.143133976543251, -1.252552635586088, -0.9518551640049014, -0.8694806652025674, -1.0428623580607226, -1.252552635586088, -0.8694806652025674, -0.7948115953815237, -1.143133976543251, -1.3696553009135402, -1.143133976543251, -0.9518551640049014, -1.143133976543251, -1.0428623580607226, -1.143133976543251, -1.0428623580607226, -1.252552635586088, -1.3696553009135402, -1.252552635586088, -0.8694806652025674, -1.252552635586088, -1.4912530224684684, -0.8694806652025674, -0.5551056187117592, -1.0428623580607226, -0.4608075230222067, -1.4912530224684684, -1.0428623580607226, -1.252552635586088, -1.3696553009135402, -1.143133976543251, -1.0428623580607226, -1.3696553009135402, -1.3696553009135402, -1.4912530224684684, -1.252552635586088, -1.0428623580607226, -1.252552635586088, -1.252552635586088, -1.3696553009135402, -0.7948115953815237, -1.252552635586088, -0.7948115953815237, -1.143133976543251, -0.7948115953815237, -1.252552635586088, -1.252552635586088, -1.0428623580607226, -1.0428623580607226, -1.0428623580607226, -1.252552635586088, -0.8694806652025674, -1.0428623580607226, -0.7948115953815237, -1.252552635586088, -0.7268791607479549, -1.252552635586088, -0.7948115953815237, -1.143133976543251, -1.3696553009135402, -0.664787544021901, -0.4608075230222067, -1.143133976543251, -1.3696553009135402, -1.143133976543251, -1.143133976543251, -0.8694806652025674, -1.0428623580607226, -0.8694806652025674, -1.0428623580607226, -1.0428623580607226, -0.7268791607479549, -1.0428623580607226, -1.143133976543251, -0.9518551640049014, -0.8694806652025674, -1.143133976543251, -1.4912530224684684, -1.252552635586088, -0.7268791607479549, -0.8694806652025674, -0.2716438128107417, -0.9518551640049014, -0.6077526598733981, -1.143133976543251, -1.252552635586088, -0.7268791607479549, -1.143133976543251, -1.252552635586088, -1.143133976543251, -0.8694806652025674, -1.252552635586088, -1.143133976543251, -1.3696553009135402, -0.8694806652025674, -0.9518551640049014, -0.9518551640049014, -1.3696553009135402, -0.8694806652025674, -1.0428623580607226, -1.0428623580607226, -0.664787544021901, -1.3696553009135402, -0.9518551640049014, -1.143133976543251, -1.4912530224684684, -1.3696553009135402, -1.0428623580607226, -1.0428623580607226, -0.9518551640049014, -1.3696553009135402, -1.252552635586088, -1.3696553009135402, -0.7948115953815237, -0.7268791607479549, -1.0428623580607226, -1.252552635586088, -1.252552635586088, -1.0428623580607226, -0.9518551640049014, -1.3696553009135402, -0.9518551640049014, -0.7948115953815237, -1.0428623580607226, -1.143133976543251, -1.252552635586088, -0.8694806652025674, -0.9518551640049014, -0.664787544021901, -1.0428623580607226, -0.9518551640049014, -0.8694806652025674, -1.0428623580607226, -1.0428623580607226, -1.143133976543251, -1.3696553009135402, -1.143133976543251, -0.664787544021901, -1.4912530224684684, -1.4912530224684684, -1.3696553009135402, -1.3696553009135402, -1.143133976543251, -1.143133976543251, -0.9518551640049014, -1.3696553009135402, -1.143133976543251, -1.252552635586088, -0.9518551640049014, -0.8694806652025674, -0.4608075230222067, -1.143133976543251, -1.252552635586088, -0.8694806652025674, -1.143133976543251, -1.3696553009135402, -0.8694806652025674, -0.7268791607479549, -1.0428623580607226, -1.0428623580607226, -1.143133976543251, -1.143133976543251, -1.3696553009135402, -1.3696553009135402, -1.252552635586088, -1.4912530224684684, -1.0428623580607226, -1.252552635586088, -1.4912530224684684, -1.0428623580607226, -0.7948115953815237, -1.252552635586088, -0.6077526598733981, -1.252552635586088, -1.0428623580607226, -0.8694806652025674, -1.252552635586088, -1.252552635586088, -1.252552635586088, -1.143133976543251, -0.664787544021901, -0.5551056187117592, -1.143133976543251, -1.143133976543251, -1.0428623580607226, -1.0428623580607226, -0.8694806652025674, -1.0428623580607226, -0.7948115953815237, -0.664787544021901, -0.9518551640049014, -1.252552635586088, -1.4912530224684684, -0.8694806652025674, -0.9518551640049014, -1.4912530224684684, -1.252552635586088, -0.9518551640049014, -0.8694806652025674, -0.34078243138090714, -1.0428623580607226, -0.8694806652025674, -1.3696553009135402, -1.143133976543251, -0.5062820906384248, -0.9518551640049014, -1.0428623580607226, -1.3696553009135402, -1.143133976543251, -1.0428623580607226, -1.3696553009135402, -1.3696553009135402, -1.3696553009135402, -1.143133976543251, -0.9518551640049014, -0.37836951848540257, -1.252552635586088, -0.7948115953815237, -1.3696553009135402, -1.4912530224684684, -0.9518551640049014, -0.9518551640049014, -1.252552635586088, -1.3696553009135402, -0.9518551640049014, -0.20929554299575112, -1.143133976543251, -0.7268791607479549, -1.143133976543251, -1.252552635586088, -1.143133976543251, -1.143133976543251, -1.143133976543251, -1.143133976543251, -0.664787544021901, -1.143133976543251, -1.3696553009135402, -1.3696553009135402, -1.0428623580607226, -1.4912530224684684, -0.8694806652025674, -1.4912530224684684, -0.8694806652025674, -0.7948115953815237, -1.0428623580607226, -0.9518551640049014, -0.9518551640049014, -1.3696553009135402, -1.3696553009135402, -0.7948115953815237, -0.9518551640049014, -1.252552635586088, -1.3696553009135402, -1.143133976543251, -0.8694806652025674, -1.143133976543251, -1.3696553009135402, -1.143133976543251, -0.8694806652025674, -1.252552635586088, -1.3696553009135402, -1.4912530224684684, -1.3696553009135402, -0.7948115953815237, -1.252552635586088, -0.9518551640049014, -1.0428623580607226, -1.3696553009135402, -1.0428623580607226, -1.3696553009135402, -0.8694806652025674, -1.0428623580607226, -1.3696553009135402, -0.8694806652025674, -1.0428623580607226, -1.0428623580607226, -0.9518551640049014, -0.9518551640049014, -0.8694806652025674, -1.143133976543251, -1.252552635586088, -1.4912530224684684, -0.9518551640049014, -1.0428623580607226, -0.664787544021901, -1.4912530224684684, -1.4912530224684684, -0.9518551640049014, -1.3696553009135402, -1.0428623580607226, -1.0428623580607226, -1.0428623580607226, -1.143133976543251, -1.252552635586088, -0.7268791607479549, 0.6601672281133738, -0.664787544021901, -0.7948115953815237, -1.252552635586088, -1.143133976543251, -1.143133976543251, -1.0428623580607226, -1.0428623580607226, -0.34078243138090714, -1.4912530224684684, -1.252552635586088, -1.143133976543251, -0.9518551640049014, -0.6077526598733981, -1.252552635586088, -1.252552635586088, -1.4912530224684684, -0.664787544021901, -1.143133976543251, -1.4912530224684684, -0.8694806652025674, -1.143133976543251, -1.4912530224684684, -1.4912530224684684, -1.0428623580607226, -1.143133976543251, -1.4912530224684684, -0.7268791607479549, -1.0428623580607226, -0.9518551640049014, -1.143133976543251, -1.3696553009135402, -1.0428623580607226, -1.4912530224684684, -0.8694806652025674, -1.3696553009135402, -1.4912530224684684, -1.143133976543251, -1.252552635586088, -0.37836951848540257, -0.7948115953815237, -0.9518551640049014, -1.143133976543251, -1.252552635586088, -0.4608075230222067, -1.3696553009135402, -0.9518551640049014, -0.9518551640049014, -1.0428623580607226, -0.7948115953815237, -1.0428623580607226, -0.9518551640049014, -1.143133976543251, -1.3696553009135402, -1.143133976543251, -1.252552635586088, -0.8694806652025674, -1.0428623580607226, -1.143133976543251, -0.8694806652025674, -1.143133976543251, -1.0428623580607226, -1.3696553009135402, -1.252552635586088, -0.7948115953815237, -0.664787544021901, -1.143133976543251, -1.143133976543251, -1.3696553009135402, -1.252552635586088, -1.252552635586088, -1.3696553009135402, -1.0428623580607226, -0.9518551640049014, -1.252552635586088, -1.252552635586088, -1.252552635586088, -0.37836951848540257, -1.252552635586088, -1.0428623580607226, -0.9518551640049014, -0.5551056187117592, -1.0428623580607226, -1.0428623580607226, -1.143133976543251, -0.7948115953815237, -1.252552635586088, -0.6077526598733981, -0.6077526598733981, -1.252552635586088, -0.9518551640049014, -0.8694806652025674, -1.143133976543251, -1.0428623580607226, -0.4182824585861835, -0.664787544021901, -1.252552635586088, -0.7948115953815237, -0.5062820906384248, -1.0428623580607226, -0.4608075230222067, -1.4912530224684684, -0.34078243138090714, -0.9518551640049014, -0.5551056187117592, -1.3696553009135402, -1.143133976543251, -1.143133976543251, -0.7948115953815237, -0.9518551640049014, -1.0428623580607226, -0.8694806652025674, -1.143133976543251, -0.9518551640049014, -0.7948115953815237, -1.252552635586088, -1.252552635586088, -1.0428623580607226, -1.252552635586088, -0.9518551640049014, -1.0428623580607226, -0.664787544021901, -1.252552635586088, -1.0428623580607226, -1.143133976543251, -0.8694806652025674, -0.8694806652025674, -0.664787544021901, -0.9518551640049014, -0.20929554299575112, -0.9518551640049014, -0.7268791607479549, -1.0428623580607226, -1.143133976543251, -0.7948115953815237, -0.7268791607479549, -1.0428623580607226, -0.7268791607479549, -1.3696553009135402, -1.252552635586088, -1.0428623580607226, -1.0428623580607226, -1.252552635586088, -1.0428623580607226, -0.8694806652025674, -1.0428623580607226, -1.0428623580607226, -0.7268791607479549, -1.252552635586088, -1.3696553009135402, -1.3696553009135402, -0.8694806652025674, -1.143133976543251, -1.0428623580607226, -0.07604804301188751, -0.7948115953815237, -0.8694806652025674, -1.4912530224684684, -1.0428623580607226, -1.3696553009135402, -1.3696553009135402, -0.6077526598733981, -0.8694806652025674, -1.143133976543251, -1.252552635586088, -1.143133976543251, -0.9518551640049014, -1.252552635586088, -1.0428623580607226, -0.8694806652025674, -1.0428623580607226, -0.7948115953815237, -0.7268791607479549, -1.252552635586088, -1.0428623580607226, -1.3696553009135402, -1.143133976543251, -1.252552635586088, -0.8694806652025674, -1.143133976543251, -1.252552635586088, -1.252552635586088, -1.0428623580607226, -0.9518551640049014, -1.252552635586088, -1.3696553009135402, -1.0428623580607226, -0.9518551640049014, -1.4912530224684684, -0.7948115953815237, -0.9518551640049014, -0.4182824585861835, -0.7268791607479549, -0.664787544021901, -0.8694806652025674, -1.3696553009135402, -0.5062820906384248, -0.6077526598733981, -0.7948115953815237, -1.3696553009135402, -1.0428623580607226, -1.143133976543251, -1.4912530224684684, -1.143133976543251, -1.252552635586088, -1.252552635586088, -1.0428623580607226, -0.664787544021901, -1.0428623580607226, -0.664787544021901, -0.34078243138090714, -1.3696553009135402, -1.3696553009135402, -0.7268791607479549, -1.252552635586088, -1.3696553009135402, -0.7948115953815237, -1.3696553009135402, -1.252552635586088, -0.7268791607479549, -1.143133976543251, -1.4912530224684684, -1.252552635586088, -0.6077526598733981, -0.3052770098812227, 0.1093837580182296, -0.8694806652025674, -1.0428623580607226, -0.8694806652025674, -1.143133976543251, -0.8694806652025674, -1.143133976543251, -0.9518551640049014, -1.0428623580607226, -1.252552635586088, -1.252552635586088, -0.7948115953815237, -1.252552635586088, -0.8694806652025674, -1.143133976543251, -1.252552635586088, -0.8694806652025674, -0.8694806652025674, -0.3052770098812227, -0.8694806652025674, -1.3696553009135402, -1.0428623580607226, -0.5551056187117592, -1.3696553009135402, -1.252552635586088, -0.8694806652025674, -1.252552635586088, -1.3696553009135402, -0.8694806652025674, -1.252552635586088, -1.0428623580607226, -1.3696553009135402, -0.9518551640049014, -1.0428623580607226, -1.143133976543251, -0.7948115953815237, -1.143133976543251, -1.0428623580607226, -1.3696553009135402, -1.3696553009135402, -1.143133976543251, -1.252552635586088, -1.4912530224684684, -0.664787544021901, -1.143133976543251, -1.252552635586088, -1.3696553009135402, -1.143133976543251, -1.252552635586088, -0.8694806652025674, -0.8694806652025674, -1.4912530224684684, -0.9518551640049014, -1.143133976543251, -0.8694806652025674, -1.252552635586088, -1.0428623580607226, -1.252552635586088, -1.0428623580607226, -1.143133976543251, -0.7268791607479549, -0.7948115953815237, -1.252552635586088, -1.4912530224684684, -0.664787544021901, -1.252552635586088, -1.0428623580607226, -0.7948115953815237, -0.7268791607479549, -0.8694806652025674, -1.3696553009135402, -0.7268791607479549, -1.0428623580607226, -0.7268791607479549, -1.0428623580607226, -1.3696553009135402, -1.4912530224684684, -1.0428623580607226, -1.143133976543251, -0.9518551640049014, -1.143133976543251, -0.664787544021901, -0.7268791607479549, -0.9518551640049014, -0.664787544021901, -0.5551056187117592, -1.3696553009135402, -1.0428623580607226, -0.7268791607479549, -1.252552635586088, -0.8694806652025674, -0.8694806652025674, -1.252552635586088, -1.4912530224684684, -0.664787544021901, -1.252552635586088, -0.8694806652025674, -1.4912530224684684, -0.9518551640049014, -1.3696553009135402, -1.252552635586088, -1.143133976543251, -1.252552635586088, -1.4912530224684684, -1.143133976543251, -0.8694806652025674, -1.143133976543251, -1.4912530224684684, -0.8694806652025674, -1.143133976543251, -1.143133976543251, -0.7948115953815237, -0.8694806652025674, -0.6077526598733981, -1.4912530224684684, -0.9518551640049014, -1.143133976543251, -1.252552635586088, -1.143133976543251, -1.252552635586088, -1.252552635586088, -0.10052608949849312, -1.252552635586088, -1.252552635586088, -1.143133976543251, -1.143133976543251, -1.0428623580607226, -1.252552635586088, -0.7948115953815237, -0.7268791607479549, -1.0428623580607226, -0.6077526598733981, -0.4182824585861835, -1.0428623580607226, -1.4912530224684684, -1.143133976543251, -1.143133976543251, -0.7948115953815237, -1.252552635586088, -0.5062820906384248, -0.7948115953815237, -1.3696553009135402, -1.143133976543251, -0.664787544021901, -0.12600177316301148, -1.0428623580607226, -0.7948115953815237, -1.252552635586088, -1.252552635586088, -1.143133976543251, -1.3696553009135402, -1.143133976543251, -1.0428623580607226, -0.8694806652025674, -0.7268791607479549, -0.37836951848540257, -1.3696553009135402, -1.3696553009135402, -1.3696553009135402, -1.143133976543251, -1.252552635586088, -0.9518551640049014, -0.3052770098812227, -1.0428623580607226, -0.7268791607479549, -1.4912530224684684, -0.3052770098812227, -0.7948115953815237, -1.0428623580607226, -0.7268791607479549, -1.0428623580607226, -0.9518551640049014, -1.252552635586088, -0.7948115953815237, -1.0428623580607226, -1.143133976543251, -1.3696553009135402, -1.252552635586088, -0.9518551640049014, -1.3696553009135402, -1.143133976543251, -0.9518551640049014, -1.143133976543251, -0.052493888638827764, -0.9518551640049014, -1.0428623580607226, -1.252552635586088, -0.664787544021901, -1.0428623580607226, -0.12600177316301148, -0.9518551640049014, -1.252552635586088, -1.3696553009135402, -1.3696553009135402, -0.9518551640049014, -1.143133976543251, -0.7948115953815237, -0.7268791607479549, -0.8694806652025674, -1.0428623580607226, -1.143133976543251, -1.143133976543251, -0.7268791607479549, -1.3696553009135402, -0.9518551640049014, -0.6077526598733981, -1.4912530224684684, -1.4912530224684684, -1.143133976543251, -0.7268791607479549, -1.143133976543251, -0.8694806652025674, -1.3696553009135402, -0.7268791607479549, -1.3696553009135402, -1.4912530224684684, -1.143133976543251, -0.9518551640049014, -0.9518551640049014, -1.143133976543251, -1.252552635586088, -0.7268791607479549, -0.664787544021901, -0.5551056187117592, -1.0428623580607226, -0.664787544021901, -1.3696553009135402, -1.252552635586088, -1.143133976543251, -0.7948115953815237, -1.0428623580607226, -1.143133976543251, -0.8694806652025674, -1.143133976543251, -0.7268791607479549, -1.3696553009135402, -0.7268791607479549, -0.7268791607479549, -0.7948115953815237, -0.664787544021901, -0.9518551640049014, -1.143133976543251, -0.7268791607479549, -0.9518551640049014, -0.7948115953815237, -1.3696553009135402, -1.3696553009135402, -1.0428623580607226, -1.4912530224684684, -1.252552635586088, -1.3696553009135402, -1.252552635586088, -1.143133976543251, -0.34078243138090714, -1.0428623580607226, -0.8694806652025674, -0.9518551640049014, -1.3696553009135402, -0.5062820906384248, -0.664787544021901, 0.4547656473999753, -1.0428623580607226, -0.34078243138090714, -0.8694806652025674, -1.0428623580607226, -0.5551056187117592, -0.664787544021901, -0.9518551640049014, -1.143133976543251, -1.3696553009135402, -1.0428623580607226, -0.664787544021901, -0.7268791607479549, 0.222937174847244, -1.143133976543251, -1.3696553009135402, -1.252552635586088, -0.5551056187117592, -0.7268791607479549, -1.0428623580607226, -0.9518551640049014, -0.7268791607479549, -0.5551056187117592, -1.0428623580607226, -0.664787544021901, -1.143133976543251, -0.7268791607479549, -0.2716438128107417, -0.6077526598733981, -1.4912530224684684, -0.7948115953815237, -0.9518551640049014, -1.252552635586088, -0.4182824585861835, -1.252552635586088, -1.3696553009135402, -1.4912530224684684, -0.664787544021901, -1.252552635586088, -0.7268791607479549, -1.4912530224684684, -1.252552635586088, -1.252552635586088, -0.8694806652025674, -0.8694806652025674, -1.252552635586088, -1.4912530224684684, -0.8694806652025674, -0.2716438128107417, -1.252552635586088, -0.9518551640049014, -0.9518551640049014, -0.8694806652025674, -1.143133976543251, -0.9518551640049014, -0.8694806652025674, -1.0428623580607226, -1.3696553009135402, -1.0428623580607226, -1.4912530224684684, -1.143133976543251, -0.6077526598733981, -0.7948115953815237, -0.7948115953815237, -1.0428623580607226, -1.0428623580607226, -0.8694806652025674, -1.252552635586088, -0.5062820906384248, -1.4912530224684684, -1.3696553009135402, -0.7948115953815237, -0.664787544021901, -0.7268791607479549, -0.7948115953815237, -0.9518551640049014, -0.7268791607479549, -1.4912530224684684, -1.143133976543251, -1.143133976543251, -0.664787544021901, -0.7948115953815237, -0.664787544021901, -0.664787544021901, -0.9518551640049014, -1.0428623580607226, -1.0428623580607226, -0.9518551640049014, -0.7948115953815237, 0.1925675413166491, -1.3696553009135402, -1.143133976543251, -1.252552635586088, -0.7948115953815237, -0.7268791607479549, -0.9518551640049014, 0.222937174847244, -1.4912530224684684, -1.3696553009135402, -1.252552635586088, -1.143133976543251, -1.0428623580607226, -1.252552635586088, -0.9518551640049014, -1.143133976543251, -0.4182824585861835, -1.3696553009135402, -0.8694806652025674, -0.8694806652025674, -1.0428623580607226, -0.8694806652025674, -0.34078243138090714, -1.0428623580607226, -1.252552635586088, -0.664787544021901, -1.143133976543251, -0.6077526598733981, -1.143133976543251, -1.0428623580607226, -0.6077526598733981, -1.143133976543251, -1.252552635586088, -1.0428623580607226, -0.8694806652025674, -1.3696553009135402, -1.252552635586088, -1.0428623580607226, -0.8694806652025674, -1.143133976543251, -1.0428623580607226, -1.252552635586088, -1.252552635586088, -0.9518551640049014, -1.143133976543251, -1.143133976543251, -0.8694806652025674, -1.3696553009135402, -0.8694806652025674, -0.7268791607479549, -1.143133976543251, -1.3696553009135402, -1.0428623580607226, -1.143133976543251, -1.0428623580607226, -1.4912530224684684, -0.9518551640049014, -1.252552635586088, -1.3696553009135402, -1.252552635586088, -1.252552635586088, -1.4912530224684684, -0.9518551640049014, -0.8694806652025674, -0.7948115953815237, -0.6077526598733981, -1.0428623580607226, -0.5551056187117592, -0.9518551640049014, -0.6077526598733981, -0.7268791607479549, -1.252552635586088, -0.5551056187117592, -1.252552635586088, -0.8694806652025674, -0.9518551640049014, -0.664787544021901, -1.143133976543251, -1.143133976543251, -1.252552635586088, -1.0428623580607226, -0.8694806652025674, -0.6077526598733981, -1.3696553009135402, -1.143133976543251, -0.8694806652025674, -1.252552635586088, -1.252552635586088, -0.37836951848540257, -0.4608075230222067, -0.7268791607479549, -1.3696553009135402, -1.3696553009135402, -1.143133976543251, -1.252552635586088, -1.0428623580607226, -0.7948115953815237, -0.8694806652025674, -0.6077526598733981, -1.252552635586088, -0.8694806652025674, -1.0428623580607226, -0.37836951848540257, -1.3696553009135402, -1.0428623580607226, -0.664787544021901, 0.222937174847244, -1.143133976543251, -1.4912530224684684, -1.3696553009135402, -0.7948115953815237, -1.143133976543251, -1.0428623580607226, -1.252552635586088, -0.5551056187117592, -1.252552635586088, -0.7948115953815237, -1.143133976543251, -1.0428623580607226, -1.252552635586088, -0.9518551640049014, 0.2795255810166388, -0.2716438128107417, -0.5062820906384248, -1.252552635586088, -0.9518551640049014, -0.4182824585861835, -1.0428623580607226, -1.143133976543251, -1.252552635586088, -0.8694806652025674, -0.8694806652025674, -0.6077526598733981, -1.252552635586088, -1.3696553009135402, -1.0428623580607226, -0.9518551640049014, -0.7948115953815237, -1.4912530224684684, -0.9518551640049014, -0.8694806652025674, -1.3696553009135402, -1.252552635586088, -0.664787544021901, -0.6077526598733981, -0.9518551640049014, -0.7948115953815237, -1.0428623580607226, -0.34078243138090714, -1.3696553009135402, -0.6077526598733981, -0.8694806652025674, -0.7268791607479549, -0.8694806652025674, 0.05351121812738529, -1.252552635586088, -1.252552635586088, -0.7948115953815237, -1.143133976543251, -1.0428623580607226, -0.8694806652025674, -0.664787544021901, -1.252552635586088, -0.9518551640049014, -0.7948115953815237, 0.1925675413166491, -1.143133976543251, -0.8694806652025674, -0.6077526598733981, -1.3696553009135402, -0.9518551640049014, -0.7268791607479549, -0.7268791607479549, -0.8694806652025674, -0.34078243138090714, -1.252552635586088, -0.9518551640049014, -0.2716438128107417, -1.0428623580607226, -0.7948115953815237, -0.664787544021901, -0.7948115953815237, -0.8694806652025674, -0.4608075230222067, -0.8694806652025674, -0.6077526598733981, -1.252552635586088, -0.8694806652025674, -1.3696553009135402, -0.23970220400863, -0.9518551640049014, -0.12600177316301148, -0.9518551640049014, -0.8694806652025674, -1.0428623580607226, -1.252552635586088, -0.5551056187117592, -0.9518551640049014, 0.03370839692737418, -0.7948115953815237, -0.4182824585861835, -0.9518551640049014, 0.4845267813595783, 0.7788160413710855, -1.3696553009135402, 0.6303632107458891, 0.2518808218627866, -1.252552635586088, 0.8414257200795222, 0.3059823796856427, -0.6077526598733981, -0.20929554299575112, -1.252552635586088, -0.052493888638827764, 0.5400415986841457, 0.5400415986841457, 0.4747658114606261, 0.03370839692737418, 0.09131406931601184, 0.5311308878348843, -1.252552635586088, 0.722358312934144, -0.4608075230222067, 1.0464253091288178, -1.252552635586088, -1.252552635586088, -0.3052770098812227, 0.3059823796856427, -1.252552635586088, 0.14401248678275988, 0.3313485909605624, -1.0428623580607226, -1.252552635586088, 0.05351121812738529, -1.0428623580607226, 0.2518808218627866, -1.3696553009135402, 0.5035951125889855, -1.0428623580607226, -1.0428623580607226, 0.013252630401810768, -0.23970220400863, 0.17680305021424103, 0.12694055292223205, -1.0428623580607226, -1.252552635586088, 0.09131406931601184, 0.4126985593223236, 0.17680305021424103, -1.252552635586088, 0.07270098091986965, -0.5551056187117592, 0.12694055292223205, -1.0428623580607226, -0.007899928018237436, 0.9031373839054918, -1.3696553009135402, -1.3696553009135402, 0.07270098091986965, -1.0428623580607226, -1.3696553009135402, 0.4941349836894198, -1.0428623580607226, -0.07604804301188751, -1.3696553009135402, -0.4608075230222067, 0.2795255810166388, -0.18028728341158512, 0.05351121812738529, 0.12694055292223205, -1.3696553009135402, 0.5035951125889855, -1.3696553009135402, -0.20929554299575112, -1.3696553009135402, 0.1925675413166491, -0.6077526598733981, 0.8193917473256513, -1.3696553009135402, -1.0428623580607226, -1.252552635586088, -1.0428623580607226, -1.252552635586088, 0.6148997408450338, -0.7268791607479549, -1.143133976543251, -1.252552635586088, -0.15255779646211362, 0.20793926598006326, -1.0428623580607226, 0.3187961917506636, 0.9223995403256277, -1.143133976543251, -0.4182824585861835, 0.6226802168597079, -1.3696553009135402, -0.052493888638827764, 0.6303632107458891, 0.20793926598006326, 0.5909479255024197, 0.4126985593223236, 0.1093837580182296, -0.007899928018237436, -1.252552635586088, -1.143133976543251, 0.6303632107458891, 1.1719941388221162, 0.17680305021424103, 0.3675383280405588, -0.9518551640049014, -0.664787544021901, -1.4912530224684684, -1.3696553009135402, -1.4912530224684684, -1.252552635586088, -0.8694806652025674, -0.8694806652025674, -1.3696553009135402, 0.7727937698409054, 0.9939071517206316, -0.052493888638827764, -1.4912530224684684, -0.7268791607479549, 0.9364587352842432, -1.252552635586088, -0.2716438128107417, -0.8694806652025674, 0.20793926598006326, -1.252552635586088, 0.3313485909605624, -1.0428623580607226, -0.6077526598733981, -1.0428623580607226, -1.0428623580607226, -1.143133976543251, 0.1093837580182296, 0.35571014457952416, -0.8694806652025674, 0.3436499771277545, -0.5551056187117592, -0.007899928018237436, -0.12600177316301148, 0.35571014457952416, -0.9518551640049014, -1.3696553009135402, 0.4445158746472748, -0.9518551640049014, 0.5311308878348843, -1.143133976543251, -1.252552635586088, -1.3696553009135402, 0.17680305021424103, -0.5062820906384248, 0.05351121812738529, -0.8694806652025674, 0.9456553716987041, -1.3696553009135402, -0.37836951848540257, 0.9031373839054918, 0.5990362438960418, 0.7605686991687598, -0.7268791607479549, 0.5744441047423149, -0.7268791607479549, -1.143133976543251, -1.252552635586088, -0.5062820906384248, 0.39053312991931227, -0.8694806652025674, -0.5551056187117592, 0.5574839583394873, -0.9518551640049014, 0.566022640140039, -1.252552635586088, 0.37914324427084095, 0.2928960988141178, -0.34078243138090714, 0.6226802168597079, -0.18028728341158512, 0.4017157759967612, 0.4747658114606261, -1.0428623580607226, 0.722358312934144, 0.4845267813595783, -1.252552635586088, 0.4445158746472748, -0.4608075230222067, -0.8694806652025674, 0.6601672281133738, 0.645446295653898, -1.3696553009135402, 0.6379511303737799, -0.9518551640049014, -0.9518551640049014, 1.1997380541351532, 0.7288944567796619, -1.252552635586088, 0.9591964532146025, 0.17680305021424103, 1.5188984243513364, 0.835991077341735, -1.143133976543251, 0.3313485909605624, 0.4017157759967612, -1.3696553009135402, 0.4445158746472748, -1.143133976543251, -1.0428623580607226, -1.252552635586088, 0.5744441047423149, -0.12600177316301148, 0.5744441047423149, -1.3696553009135402, 0.1925675413166491, 0.222937174847244, -1.143133976543251, 0.7788160413710855, -1.4912530224684684, 0.2795255810166388, -0.6077526598733981, 0.4017157759967612, 0.14401248678275988, 0.9176404962827948, -1.252552635586088, 0.8193917473256513, -1.252552635586088, 0.3313485909605624, 0.5574839583394873, -0.9518551640049014, -0.7948115953815237, 0.7023209520648241, -1.143133976543251, 0.8521524685927407, -1.4912530224684684, -0.052493888638827764, -1.0428623580607226, -1.0428623580607226, -1.3696553009135402, 0.05351121812738529, 0.7023209520648241, -1.3696553009135402, 0.17680305021424103, 0.4941349836894198, 0.5400415986841457, 0.16062537686192066, 0.2518808218627866, 0.6226802168597079, -1.252552635586088, -1.252552635586088, 0.4234884712555664, -1.0428623580607226, 0.6148997408450338, 0.9547159447012732, 1.327157813144464, 0.9896743957424184, -0.664787544021901, 0.1093837580182296, -1.3696553009135402, -1.0428623580607226, 0.4648471537939082, -0.15255779646211362, -0.18028728341158512, 0.37914324427084095, 1.1089375397610937, 1.270795922725143, -1.143133976543251, -1.252552635586088, -1.252552635586088, -0.7948115953815237, 0.6745429626432113, -1.4912530224684684, -1.0428623580607226, -0.07604804301188751, 0.2795255810166388, -1.3696553009135402, -1.143133976543251, -0.8694806652025674, 1.184480241124217, -1.0428623580607226, 0.968060311410452, 0.824974980725922, -1.143133976543251, -0.4608075230222067, 0.5220888769438374, 0.09131406931601184, 0.5035951125889855, 0.5400415986841457, -1.252552635586088, -0.7268791607479549, -0.5062820906384248, 0.6745429626432113, 0.14401248678275988, -1.3696553009135402, -0.9518551640049014, 0.03370839692737418, 0.20793926598006326, 0.6673972321055821, 0.3059823796856427, 1.0947926009352316, 0.14401248678275988, 0.9547159447012732, -0.18028728341158512, -1.0428623580607226, -1.252552635586088, -1.4912530224684684, -0.5551056187117592, -1.3696553009135402, -0.052493888638827764, -1.0428623580607226, 1.1193358309145824, 1.1054318237345344, 0.16062537686192066, 1.4427852146199758, 0.6673972321055821, -0.8694806652025674, -0.9518551640049014, -1.3696553009135402, -1.0428623580607226, 0.6601672281133738, -0.9518551640049014, 0.7090731191368689, 0.37914324427084095, -1.3696553009135402, 0.4017157759967612, -0.6077526598733981, 0.6954935736810738, 0.9456553716987041, -0.7268791607479549, -0.007899928018237436, 0.8521524685927407, 0.5311308878348843, 0.2658582839069061, 0.6148997408450338, -0.9518551640049014, -1.252552635586088, -0.4182824585861835, 0.9547159447012732, -1.252552635586088, 0.12694055292223205, -0.9518551640049014, 0.9318081050736332, 0.6885892922646943, 0.4547656473999753, 0.6070192823778415, -1.143133976543251, 0.968060311410452, -1.143133976543251, -1.0428623580607226, 0.013252630401810768, 1.28143709999601, 0.3313485909605624, -0.02979761672741877, 0.3313485909605624, 0.8414257200795222, -0.4182824585861835, 1.1089375397610937, -0.34078243138090714, 1.187562377564225, -1.4912530224684684, 0.645446295653898, -1.4912530224684684, -0.20929554299575112, -1.3696553009135402, -0.6077526598733981, 0.9318081050736332, -0.664787544021901, -0.9518551640049014, 0.968060311410452, 0.20793926598006326, 1.6416974485566578, -0.7948115953815237, 0.7605686991687598, -0.8694806652025674, 0.6601672281133738, -1.252552635586088, 0.8730583854543515, -1.3696553009135402, -0.9518551640049014, 0.8080702765928236, -1.143133976543251, 0.5909479255024197, 0.9031373839054918, -0.7948115953815237, 0.6885892922646943, -1.0428623580607226, -1.3696553009135402, -1.252552635586088, 0.7788160413710855, 0.7288944567796619, 0.8414257200795222, 0.9271218895442676, 0.3436499771277545, -1.4912530224684684, 0.6816063584620321, 0.23757888926166995, 1.0579309083371908, -1.3696553009135402, -1.143133976543251, 0.6379511303737799, -1.143133976543251, 0.9767977012252118, 0.3059823796856427, 1.2787940973787084, 0.9128441831175068, -1.0428623580607226, -1.143133976543251, -1.4912530224684684, -1.252552635586088, 0.1093837580182296, 0.7288944567796619, 0.7288944567796619, 0.7788160413710855, 0.9364587352842432, 1.1227630493613223, 0.1925675413166491, 0.5311308878348843, 0.6673972321055821, -1.143133976543251, 0.4547656473999753, -0.5062820906384248, 0.37914324427084095, 1.0146428785987844, -1.143133976543251, 0.5311308878348843, 0.3436499771277545, 0.6673972321055821, 1.072942926815342, 0.4126985593223236, 1.2291581417549553, -0.07604804301188751, 0.1925675413166491, 0.5220888769438374, -0.18028728341158512, 0.3187961917506636, -1.252552635586088, -0.9518551640049014, -0.6077526598733981, 0.43409214398941415, 0.5311308878348843, 0.4017157759967612, 0.7288944567796619, -0.7948115953815237, 0.8730583854543515, -1.0428623580607226, 0.7157517114857687, -1.252552635586088, 0.835991077341735, 0.9854121786136169, 0.4445158746472748, -0.37836951848540257, -1.252552635586088, -0.07604804301188751, 0.7788160413710855, -0.15255779646211362, 0.03370839692737418, 0.39053312991931227, -0.7268791607479549, 0.722358312934144, 0.7157517114857687, 0.5744441047423149, 0.9811200875967568, -0.9518551640049014, 0.8193917473256513, 0.6528509427619269, 0.03370839692737418, 0.8982256796307277, 1.072942926815342, 0.8982256796307277, 0.3313485909605624, 0.4126985593223236, 0.6379511303737799, 0.8982256796307277, -0.7948115953815237, 0.7353616279184716, -1.0428623580607226, 0.03370839692737418, -0.9518551640049014, 0.35571014457952416, -0.10052608949849312, 0.05351121812738529, -0.664787544021901, 0.8832497252304703, -0.8694806652025674, -1.3696553009135402, 0.03370839692737418, 1.1462309682713527, 0.4547656473999753, -1.252552635586088, 1.0464253091288178, 0.8305077901524446, -0.9518551640049014, 0.4845267813595783, 0.9410743161661754, 1.0187070754766328, 0.5220888769438374, 0.9128441831175068, -1.4912530224684684, -1.143133976543251, 0.07270098091986965, 0.9981108507958344, -0.4182824585861835, 0.972444589055452, 1.0766391177662662, 0.4547656473999753, 0.7288944567796619, 0.3187961917506636, 0.9547159447012732, 0.9318081050736332, -1.252552635586088, 0.8982256796307277, 0.5220888769438374, -1.0428623580607226, 0.722358312934144, 1.3581759404494649, -0.3052770098812227, 1.2087134814627294, 0.7543634695926148, 0.645446295653898, 0.07270098091986965, 1.3021800857043797, 0.43409214398941415, 0.37914324427084095, 1.0267554282314637, -0.37836951848540257, -0.7268791607479549, 0.9767977012252118, -0.8694806652025674, -1.3696553009135402, 0.9547159447012732, -1.3696553009135402, -1.3696553009135402, 0.6379511303737799, -1.252552635586088, 0.7288944567796619, 0.7090731191368689, 0.7788160413710855, -1.252552635586088, 0.9981108507958344, 0.16062537686192066, 1.0346993647729952, 0.39053312991931227, 0.6885892922646943, -0.8694806652025674, -0.4182824585861835, 0.5990362438960418, -1.3696553009135402, 0.9854121786136169, 1.0464253091288178, 0.7417612648583999, 0.8521524685927407, 0.9223995403256277, 0.03370839692737418, 1.0022858889568365, -0.8694806652025674, 0.8730583854543515, -0.7948115953815237, 0.9128441831175068, 0.6070192823778415, 0.8574462175647117, 1.0425415583753583, 1.1719941388221162, -0.7948115953815237, 0.8781752507461108, -1.3696553009135402, 0.9410743161661754, 0.8626946099832253, 0.8080702765928236, 0.9271218895442676, 0.5220888769438374, 1.25171680260753, 1.1362832333897759, -1.4912530224684684, -0.8694806652025674, 0.1925675413166491, -0.7268791607479549, -1.143133976543251, -1.143133976543251, -0.664787544021901, 0.7788160413710855, 0.7605686991687598, 0.2658582839069061, 0.9591964532146025, 1.3921158145461474, -1.252552635586088, 0.2928960988141178, 0.7288944567796619, 0.8678984157774322, -1.0428623580607226, -1.0428623580607226, 0.8468125730406875, 0.8982256796307277, 1.0105515265300675, 0.17680305021424103, 0.9896743957424184, 0.07270098091986965, 0.2518808218627866, -0.6077526598733981, 0.9456553716987041, -1.4912530224684684, 0.7727937698409054, 0.07270098091986965, 0.7667117214665371, -0.18028728341158512, 0.5035951125889855, -0.18028728341158512, 0.5220888769438374, -1.0428623580607226, -0.5551056187117592, -0.9518551640049014, -1.252552635586088, -0.4182824585861835, -1.143133976543251, -1.3696553009135402, 0.7157517114857687, 0.8468125730406875, -0.8694806652025674, 0.5990362438960418, 0.8982256796307277, 0.8468125730406875, 1.3487982155966884, -0.6077526598733981, 0.4017157759967612, 1.030740279013235, 0.8781752507461108, 1.270795922725143, 0.8626946099832253, 1.1656542730717274, 0.5311308878348843, 0.9031373839054918, -0.8694806652025674, 0.5827515195299444, -0.8694806652025674, 0.3313485909605624, -0.7948115953815237, -0.7268791607479549, -1.0428623580607226, -1.143133976543251, -1.3696553009135402, 0.8678984157774322, 1.1124232963368497, -1.0428623580607226, 0.20793926598006326, 0.8730583854543515, -0.8694806652025674, 0.2928960988141178, 1.270795922725143, 0.8932742688627371, 1.240541379848995, 0.9854121786136169, 0.9176404962827948, -0.052493888638827764, 0.5744441047423149, 0.6601672281133738, 0.8137571633859221, 0.222937174847244, 0.4017157759967612, 1.1967167621835353, -0.3052770098812227, -0.9518551640049014, 0.8882825049259409, 0.7023209520648241, 1.1656542730717274, 0.5990362438960418, 1.0386330163803552, 0.5827515195299444, 0.7023209520648241, 0.5488247584891933, 0.43409214398941415, 0.4445158746472748, 0.8521524685927407, 1.22338614891573, -0.02979761672741877, -1.3696553009135402, 0.4017157759967612, -0.664787544021901, -0.8694806652025674, 1.1719941388221162, 0.645446295653898, 1.0227444750629144, -1.252552635586088, 1.0654829245721646, -0.4608075230222067, 0.35571014457952416, 0.645446295653898, 0.5574839583394873, 0.7417612648583999, 0.6528509427619269, -0.9518551640049014, 0.9854121786136169, 0.3675383280405588, 0.9939071517206316, 0.9456553716987041, -1.252552635586088, 0.6885892922646943, 0.6885892922646943, 0.9364587352842432, 0.05351121812738529, 1.1124232963368497, -0.9518551640049014, 0.7727937698409054, 0.8832497252304703, 0.8932742688627371, 0.5035951125889855, -0.7268791607479549, 0.8678984157774322, 1.1429329837263746, 1.0579309083371908, 1.5044142006165893, 0.8414257200795222, -0.02979761672741877, 0.9854121786136169, 0.5909479255024197, 0.4941349836894198, 0.8414257200795222, 0.9896743957424184, -1.252552635586088, 1.1495112819037023, 0.8982256796307277, 0.5827515195299444, 0.9811200875967568, 0.972444589055452, 0.824974980725922, -0.7948115953815237, 0.3059823796856427, 0.5220888769438374, 0.8468125730406875, 0.4845267813595783, 0.7417612648583999, 0.8305077901524446, -0.6077526598733981, 0.6148997408450338, -0.8694806652025674, 0.9080100129535136, 0.6148997408450338, -0.9518551640049014, -1.0428623580607226, -1.143133976543251, -0.7268791607479549, 1.1227630493613223, 0.35571014457952416, 0.9547159447012732, 1.2320238570142934, 0.8137571633859221, 0.9080100129535136, -1.0428623580607226, 0.7353616279184716, -1.143133976543251, 0.80233010792237, -0.2716438128107417, 0.09131406931601184, -0.5551056187117592, 0.9981108507958344, -1.252552635586088, 1.0692242871579505, 1.0654829245721646, 1.262691860174864, 0.8832497252304703, 0.9031373839054918, 1.6730866489119705, 0.6148997408450338, 0.6885892922646943, -1.252552635586088, 0.9636444191138716, 1.0803131293006425, -0.4608075230222067, 0.5488247584891933, 0.8730583854543515, 0.7727937698409054, 1.1261711894149236, 0.8414257200795222, 0.80233010792237, -0.5062820906384248, 1.0766391177662662, -1.143133976543251, -1.252552635586088, 0.17680305021424103, 0.7543634695926148, 0.2518808218627866, -1.143133976543251, -1.3696553009135402, -0.8694806652025674, 0.09131406931601184, -1.0428623580607226, 0.9939071517206316, 1.072942926815342, 1.0983595901500949, 0.14401248678275988, 1.1688324127368064, 0.7353616279184716, 1.5171065306442255, 0.8678984157774322, 0.3187961917506636, 1.1782690221103531, 1.1227630493613223, 1.5502865709370155, -0.8694806652025674, -0.7948115953815237, -0.9518551640049014, 0.9456553716987041, -1.143133976543251, 1.1688324127368064, 0.39053312991931227, 0.4747658114606261, 1.1158893193594404, -0.9518551640049014, -0.07604804301188751, -1.252552635586088, 0.6303632107458891, 0.6954935736810738, 0.7667117214665371, -1.252552635586088, 0.9410743161661754, 1.0464253091288178, 1.259966487648679, 0.43409214398941415, -0.007899928018237436, -1.4912530224684684, -1.3696553009135402, 0.7727937698409054, 0.12694055292223205, -0.12600177316301148, -1.143133976543251, 1.1089375397610937, 0.2518808218627866, -1.252552635586088, 1.1967167621835353, -0.7268791607479549, 0.5311308878348843, 0.566022640140039, 0.7353616279184716, -1.0428623580607226, 1.2944836018685608, 0.9271218895442676, 0.2518808218627866, -1.3696553009135402, 0.9896743957424184, 1.4488338353283838, 0.37914324427084095, 1.3296004310543357, 0.8626946099832253, 0.20793926598006326, -1.252552635586088, 0.7965356506333399, 0.80233010792237, -0.7948115953815237, -0.9518551640049014, 0.7906858692122428, -0.23970220400863, -1.0428623580607226, 0.5574839583394873, -1.0428623580607226, 1.1362832333897759, 1.2087134814627294, 0.8305077901524446, -0.20929554299575112, 1.5670530832619591, -0.18028728341158512, -1.143133976543251, 0.6303632107458891, 1.0267554282314637, 0.37914324427084095, 0.05351121812738529, 1.2087134814627294, -1.3696553009135402, 0.8678984157774322, -1.3696553009135402, 1.1656542730717274, 0.8305077901524446, -0.9518551640049014, 0.4126985593223236, 0.7480947616286928, 0.5990362438960418, 0.80233010792237, 0.4941349836894198, 0.7353616279184716, 1.0983595901500949, 1.0064326541570014, 0.8137571633859221, 1.1656542730717274, 0.9318081050736332, 0.6303632107458891, 1.3072578341514225, 1.0617185597829273, -1.252552635586088, 1.1329310754661817, 0.9502024142062536, 0.5990362438960418, 0.8080702765928236, 0.7605686991687598, 0.6528509427619269, -1.0428623580607226, -0.7948115953815237, 1.0105515265300675, 0.9502024142062536, 0.4017157759967612, 1.0346993647729952, -0.15255779646211362, 0.20793926598006326, 0.9767977012252118, 1.1462309682713527, 1.3742489994642475, 1.3222431401435952, 1.0502845809976222, 0.9456553716987041, 0.9981108507958344, 0.8832497252304703, 0.4941349836894198, 0.9854121786136169, 1.3122938077171042, -0.18028728341158512, 0.7480947616286928, 0.9271218895442676, -0.7268791607479549, -1.252552635586088, 0.9410743161661754, 0.23757888926166995, 1.1429329837263746, -0.8694806652025674, 0.7288944567796619, 1.2027445083629642, 1.2654051527044523, 1.2146248162180615, 1.2146248162180615, 0.3313485909605624, 1.1656542730717274, 1.3628114710632504, 1.1813825088342989, 0.35571014457952416, 0.8626946099832253, 0.9271218895442676, 0.9176404962827948, 0.6601672281133738, 0.8982256796307277, -1.3696553009135402, 0.7727937698409054, 0.5744441047423149, -1.3696553009135402, 0.7965356506333399, 1.0464253091288178, 0.6745429626432113, -0.23970220400863, 1.2461545929528026, -0.9518551640049014, -1.4912530224684684, -1.143133976543251, 1.2866891149215438, -1.252552635586088, 0.5400415986841457, -0.9518551640049014, 0.9811200875967568, 0.16062537686192066, 0.5909479255024197, 0.7480947616286928, 1.0064326541570014, 0.8982256796307277, 0.8730583854543515, 0.9223995403256277, 0.1093837580182296, 0.9364587352842432, -0.664787544021901, 0.7788160413710855, 1.0875956673210014, -0.8694806652025674, -1.252552635586088, 1.3943129380659316, 0.5400415986841457, 0.9128441831175068, 0.9364587352842432, 1.1997380541351532, 1.3674121600913276, 0.6885892922646943, 1.2970598636576918, -1.252552635586088, 1.2291581417549553, -0.6077526598733981, -0.7948115953815237, 0.8193917473256513, 1.0187070754766328, 0.3187961917506636, 0.7090731191368689, 1.2572289271077066, 0.9128441831175068, 0.6745429626432113, 0.8193917473256513, 0.7965356506333399, -0.7948115953815237, 1.240541379848995, 0.6379511303737799, -0.2716438128107417, 0.4445158746472748, 0.7605686991687598, 1.0947926009352316, 1.2320238570142934, 0.09131406931601184, 1.0346993647729952, -1.0428623580607226, 0.5909479255024197, 0.8678984157774322, 1.1688324127368064, 0.9318081050736332, -0.5062820906384248, 1.083965225893897, 1.4051817907969275, -0.7268791607479549, 0.8574462175647117, 1.0464253091288178, -0.7268791607479549, 0.8982256796307277, 1.1782690221103531, 1.0692242871579505, 1.1329310754661817, 0.3187961917506636, 1.0947926009352316, 0.835991077341735, 0.9767977012252118, 0.16062537686192066, 0.9223995403256277, 0.6528509427619269, 0.4747658114606261, 0.6303632107458891, -0.5551056187117592, 0.4445158746472748, 1.2116762839982922, 1.1782690221103531, 1.0692242871579505, 1.2320238570142934, 1.2175592148897656, 0.3059823796856427, -0.5551056187117592, 0.9318081050736332, -0.3052770098812227, -0.15255779646211362, -0.9518551640049014, 1.2892983205002406, -1.0428623580607226, 0.9547159447012732, -0.6077526598733981, 0.9410743161661754, 1.0579309083371908, 0.5744441047423149, 1.2377153530946408, 1.1019059184599107, 0.645446295653898, -1.252552635586088, -0.15255779646211362, -1.143133976543251, 1.1656542730717274, 0.7667117214665371, 1.0187070754766328, 0.824974980725922, 1.0766391177662662, -1.0428623580607226, -0.3052770098812227, 1.0267554282314637, 0.4547656473999753, 0.7023209520648241, 0.9364587352842432, 0.8193917473256513, 1.698957509744571, -1.143133976543251, 1.0064326541570014, -0.4608075230222067, 1.2461545929528026, 0.7847796982676709, 1.1329310754661817, 0.8678984157774322, 0.5574839583394873, 0.9811200875967568, -0.8694806652025674, 0.9896743957424184, 1.273473609205925, 0.12694055292223205, -0.02979761672741877, 0.7417612648583999, 0.7288944567796619, 0.7480947616286928, 1.175139619937884, 0.9636444191138716, -0.4182824585861835, 0.4126985593223236, -0.052493888638827764, 0.9854121786136169, -0.6077526598733981, 0.8932742688627371, -0.07604804301188751, 0.6379511303737799, -0.8694806652025674, 0.968060311410452, -0.4182824585861835, 0.8882825049259409, 0.7906858692122428, 0.5990362438960418, 1.1782690221103531, 1.2087134814627294, 1.3097809997990033, 1.3651161380160737, 0.9318081050736332, -1.252552635586088, -0.9518551640049014, 0.5909479255024197, -0.37836951848540257, 0.6303632107458891, 0.4845267813595783, -0.20929554299575112, 0.7906858692122428, 0.8832497252304703, 0.9176404962827948, 0.4017157759967612, 1.3696996018898477, 0.7543634695926148, -0.20929554299575112, 0.9811200875967568, 0.5574839583394873, 1.0425415583753583, 1.1527741129125058, 1.0502845809976222, -0.7948115953815237, 0.7023209520648241, 0.8414257200795222, -0.34078243138090714, 1.420081066254229, 1.0425415583753583, 0.43409214398941415, 0.824974980725922, 0.6885892922646943, 1.1158893193594404, 0.9939071517206316, 0.7288944567796619, 0.566022640140039, 0.7090731191368689, -0.8694806652025674, 1.6561651221501568, 1.1089375397610937, 1.2572289271077066, -0.2716438128107417, -0.9518551640049014, 0.5990362438960418, 0.5035951125889855, 0.9939071517206316, 0.5129116497364253, 1.0947926009352316, -0.7948115953815237, 1.0464253091288178, 1.0579309083371908, 0.20793926598006326, 0.8468125730406875, 1.0502845809976222, 0.5220888769438374, 0.8626946099832253, -0.7268791607479549, 0.7090731191368689, 0.9364587352842432, 0.6303632107458891, 1.1329310754661817, 0.7090731191368689, 0.6673972321055821, 1.1906290743567132, 0.9456553716987041, 1.5881846841249023, 0.7788160413710855, 1.0425415583753583, 1.175139619937884, 0.9767977012252118, 1.1997380541351532, 1.2572289271077066, 0.9767977012252118, 0.7965356506333399, 0.9896743957424184, 0.8982256796307277, 0.4648471537939082, 1.470514338877552, -0.07604804301188751, 1.030740279013235, 1.2489420152315132, -0.7268791607479549, 0.9767977012252118, 0.9811200875967568, 1.533047793324031, 1.1527741129125058, 0.8193917473256513, 0.968060311410452, 1.1782690221103531, 0.7353616279184716, 1.1089375397610937, 0.3313485909605624, 1.1158893193594404, -1.3696553009135402, 0.8137571633859221, -0.9518551640049014, 0.972444589055452, 1.1906290743567132, 0.7288944567796619, -1.143133976543251, 1.2489420152315132, -1.4912530224684684, 0.7667117214665371, 1.0617185597829273, 1.1227630493613223, -0.7948115953815237, 0.7480947616286928, 0.7353616279184716, 0.8730583854543515, -0.6077526598733981, -0.02979761672741877, 1.2654051527044523, 1.22338614891573, 1.0912047087671557, 1.0803131293006425, 0.8932742688627371, -0.8694806652025674, 0.9128441831175068, -0.8694806652025674, 0.7417612648583999, 1.0425415583753583, 1.2262789481717733, 1.2291581417549553, -1.252552635586088, 1.1813825088342989, 1.0579309083371908, 0.1925675413166491, 0.9128441831175068, -1.143133976543251, 0.9591964532146025, 1.2087134814627294, 1.2489420152315132, 1.0875956673210014, 0.6745429626432113, 0.8932742688627371, -1.143133976543251, -0.9518551640049014, 0.5035951125889855, 0.9410743161661754, 0.6885892922646943, -0.9518551640049014, 0.6379511303737799, 1.1813825088342989, 0.7667117214665371, -0.23970220400863, 1.259966487648679, 0.3059823796856427, 0.6954935736810738, 0.43409214398941415, -1.4912530224684684, 0.8521524685927407, -0.2716438128107417, 0.7417612648583999, 0.9854121786136169, 1.1560196465944226, 1.5080675171010234, -0.07604804301188751, -1.0428623580607226, 0.8193917473256513, 0.7788160413710855, 0.8305077901524446, 0.6528509427619269, -0.12600177316301148, 1.1054318237345344, 1.0617185597829273, 0.12694055292223205, 1.0146428785987844, -0.4182824585861835, 0.4126985593223236, -0.664787544021901, 0.7788160413710855, -0.7948115953815237, -1.143133976543251, 0.6954935736810738, 1.0425415583753583, 1.1193358309145824, 1.1124232963368497, -1.0428623580607226, -0.664787544021901, 0.8521524685927407, 1.0105515265300675, 1.0912047087671557, 0.7906858692122428, -1.143133976543251, 0.6379511303737799, -1.143133976543251, 0.9410743161661754, 0.9223995403256277, 0.6954935736810738, 1.1019059184599107, 0.07270098091986965, 0.6816063584620321, 1.1261711894149236, -1.252552635586088, 0.7667117214665371, 1.1054318237345344, 1.0983595901500949, 1.0947926009352316, 1.083965225893897, 1.16245954857879, 1.6827457123297411, 0.39053312991931227, 1.0386330163803552, 0.7906858692122428, 1.3854767243834052, 1.1813825088342989, -1.0428623580607226, 1.2544790690787841, 1.22338614891573, -0.8694806652025674, 0.9502024142062536, 1.3097809997990033, 1.0227444750629144, 1.0022858889568365, 1.072942926815342, 0.3059823796856427, 0.7023209520648241, 1.1193358309145824, 1.0766391177662662, 0.8193917473256513, 0.5827515195299444, 1.3122938077171042, 0.8781752507461108, -0.9518551640049014, 0.9364587352842432, 1.3072578341514225, 1.072942926815342, 0.05351121812738529, 0.8080702765928236, 0.6601672281133738, 0.4445158746472748, 1.0187070754766328, 1.3899107760120342, 0.6885892922646943, -0.3052770098812227, 1.0692242871579505, -0.052493888638827764, 1.2461545929528026, 1.16245954857879, -1.252552635586088, 1.187562377564225, 0.12694055292223205, -1.252552635586088, 1.0983595901500949, 1.175139619937884, 0.12694055292223205, -1.3696553009135402, 0.43409214398941415, 1.1997380541351532, 0.9547159447012732, 1.0692242871579505, 0.4747658114606261, -0.34078243138090714, 1.1495112819037023, 1.0692242871579505, 1.0579309083371908, 1.3535050365979913, -0.007899928018237436, 1.0912047087671557, -1.143133976543251, 1.1054318237345344, 0.7543634695926148, 0.4648471537939082, 1.3344566185893691, 1.4407556515304094, 0.9547159447012732, 1.2544790690787841, -0.23970220400863, 0.4845267813595783, 0.9176404962827948, 1.1329310754661817, 0.9811200875967568, 1.2918964516191376, 0.9456553716987041, 1.3097809997990033, 0.8080702765928236, 1.360498093899825, 0.9767977012252118, 0.9547159447012732, -1.143133976543251, 0.5035951125889855, 0.9896743957424184, 1.1429329837263746, 1.0022858889568365, 1.1329310754661817, -1.252552635586088, -0.8694806652025674, 0.7417612648583999, 1.0875956673210014, 0.7847796982676709, 0.8574462175647117, 0.7605686991687598, 0.9410743161661754, 1.2787940973787084, 0.6885892922646943, 1.5961218300993432, 0.6745429626432113, 1.072942926815342, 0.6379511303737799, 0.9854121786136169, 1.0146428785987844, 1.0022858889568365, 1.1719941388221162, -0.5551056187117592, -0.18028728341158512, 1.1362832333897759, 0.3436499771277545, 0.7727937698409054, 0.8730583854543515, -0.5062820906384248, -0.37836951848540257, 1.6660927798267546, 1.3440549208934378, 1.1227630493613223, 0.7906858692122428, 1.0386330163803552, 1.5881846841249023, 1.0227444750629144, 0.9318081050736332, 0.9271218895442676, 0.7288944567796619, 0.8882825049259409, 0.8414257200795222, 0.80233010792237, 1.0187070754766328, 1.1688324127368064, 0.9456553716987041, 0.80233010792237, 1.1362832333897759, 0.3313485909605624, 0.5574839583394873, 0.8678984157774322, 1.240541379848995, 0.2518808218627866, -0.7268791607479549, 1.2262789481717733, 1.3296004310543357, 0.9939071517206316, 0.8882825049259409, 0.9767977012252118, 0.80233010792237, 1.0227444750629144, 1.1495112819037023, 0.645446295653898, 1.1158893193594404, 0.8468125730406875, 1.0146428785987844, -0.8694806652025674, 1.2320238570142934, 1.22338614891573, 1.0766391177662662, 1.1124232963368497, 1.1329310754661817, 1.0766391177662662, 1.2320238570142934, 1.2116762839982922, -1.0428623580607226, 0.6148997408450338, -0.12600177316301148, -0.052493888638827764, 1.1089375397610937, 0.972444589055452, 0.8574462175647117, 0.4547656473999753, -0.4608075230222067, 1.0267554282314637, 0.9456553716987041, 1.1227630493613223, 0.835991077341735, 0.8678984157774322, 0.39053312991931227, 1.1261711894149236, 0.8521524685927407, 0.8305077901524446, 0.9031373839054918, -1.143133976543251, 1.2787940973787084, 0.6226802168597079, 1.2262789481717733, 1.3320333405849825, 0.8305077901524446, 0.5220888769438374, 1.030740279013235, 1.2681064718263222, -0.2716438128107417, -1.143133976543251, 0.6745429626432113, -0.5551056187117592, 0.5827515195299444, 1.2175592148897656, 1.262691860174864, 0.8574462175647117, -0.6077526598733981, 1.2461545929528026, 0.23757888926166995, -0.7268791607479549, -0.664787544021901, 1.187562377564225, 0.9410743161661754, 0.17680305021424103, -1.0428623580607226, -0.052493888638827764, -0.9518551640049014, -0.7948115953815237, 0.9128441831175068, 0.8882825049259409, 1.0983595901500949, -1.252552635586088, -0.9518551640049014, 0.6745429626432113, 0.20793926598006326, 1.1719941388221162, 1.0346993647729952, -0.664787544021901, 1.2377153530946408, -0.6077526598733981, 1.0692242871579505, 0.5035951125889855, 0.7417612648583999, 0.8521524685927407, -0.12600177316301148, 1.2175592148897656, 1.0464253091288178, 0.9410743161661754, -0.4608075230222067, -0.7268791607479549, -0.9518551640049014, 0.09131406931601184, -1.143133976543251, -0.6077526598733981, 1.1158893193594404, 0.4547656473999753, 1.0692242871579505, 0.9981108507958344, 1.1396171369225043, 1.2175592148897656, 0.7090731191368689, 0.972444589055452, 1.030740279013235, 0.6148997408450338, -0.9518551640049014, 1.3876977652399176, -0.2716438128107417, 0.8305077901524446, 0.9981108507958344, 0.7667117214665371, 0.43409214398941415, 0.9080100129535136, 1.1158893193594404, 1.1158893193594404, 1.1261711894149236, 0.6885892922646943, -0.9518551640049014, 1.0227444750629144, -0.7948115953815237, 1.175139619937884, 1.2866891149215438, 1.2320238570142934, 0.9031373839054918, 0.9318081050736332, 0.9636444191138716, 0.2518808218627866, -0.052493888638827764, 1.0766391177662662, 0.17680305021424103, 0.8730583854543515, 1.2461545929528026, 0.5400415986841457, 0.9080100129535136, 0.9811200875967568, -1.0428623580607226, 1.2433544202098945, 0.6070192823778415, 0.5827515195299444, 0.835991077341735, 0.6226802168597079, -0.23970220400863, 1.22338614891573, 1.0766391177662662, 0.645446295653898, 0.7847796982676709, 1.0425415583753583, -0.07604804301188751, 0.6601672281133738, 1.0146428785987844, 0.17680305021424103, 0.07270098091986965, 0.9410743161661754, 0.6954935736810738, 1.1054318237345344, 0.8832497252304703, 0.8305077901524446, 1.0386330163803552, 0.3675383280405588, -0.6077526598733981, 0.9502024142062536, 0.8882825049259409, 1.3047242250506041, 0.8626946099832253, 1.1227630493613223, 1.3986836658968809, 0.835991077341735, 1.2116762839982922, 1.030740279013235, -0.3052770098812227, 0.8468125730406875, 0.12694055292223205, 0.8932742688627371, 0.7353616279184716, 1.0022858889568365, 0.5744441047423149, 0.9854121786136169, 1.1813825088342989, 0.8521524685927407, 1.4051817907969275, 1.3097809997990033, 0.9939071517206316, 1.0947926009352316, 0.1925675413166491, 1.0267554282314637, 1.16245954857879, -0.02979761672741877, -1.3696553009135402, 1.0541196804751791, 0.7543634695926148, -1.0428623580607226, 0.7353616279184716, 1.175139619937884, 1.0022858889568365, 0.4845267813595783, 0.9031373839054918, 0.7788160413710855, 0.6745429626432113, 0.5744441047423149, 0.9031373839054918, 0.9854121786136169, 1.2654051527044523, 0.5990362438960418, 1.4488338353283838, 0.6379511303737799, 0.8781752507461108, 1.1527741129125058, 1.1329310754661817, 1.1261711894149236, 0.6745429626432113, 0.9896743957424184, -0.7948115953815237, 0.7417612648583999, -0.5551056187117592, -1.143133976543251, 0.3436499771277545, 0.20793926598006326, 1.1527741129125058, 0.5488247584891933, 1.1158893193594404, 1.1527741129125058, 0.8982256796307277, 1.299625328234352, 1.1362832333897759, 0.7906858692122428, 0.8932742688627371, 0.8137571633859221, -0.5062820906384248, 1.1813825088342989, 1.4325694251986252, -0.9518551640049014, 0.8468125730406875, 1.0105515265300675, 0.7417612648583999, 0.9410743161661754, 0.9176404962827948, -1.3696553009135402, -0.4608075230222067, 0.8080702765928236, -0.9518551640049014, 1.0766391177662662, 1.0064326541570014, 1.0654829245721646, 0.4747658114606261, 1.184480241124217, 0.03370839692737418, 0.7605686991687598, 1.25171680260753, 1.175139619937884, 0.824974980725922, -1.252552635586088, 0.7847796982676709, 0.8468125730406875, 0.8468125730406875, 0.7605686991687598, 0.8626946099832253, 0.35571014457952416, 0.9364587352842432, 0.722358312934144, 1.4051817907969275, 0.80233010792237, 1.31479634257854, 0.4126985593223236, 1.4666291209644686, 1.1906290743567132, 0.16062537686192066, -0.5551056187117592, 0.8137571633859221, 0.7965356506333399, 0.2795255810166388, 0.968060311410452, 1.1462309682713527, 1.0541196804751791, 0.80233010792237, -1.143133976543251, 1.4548232674516377, -0.4608075230222067, 1.16245954857879, 0.7543634695926148, 0.968060311410452, 1.0617185597829273, 1.2320238570142934, 0.6379511303737799, 1.2892983205002406, 1.1782690221103531, 0.8305077901524446, 0.8982256796307277, 1.083965225893897, 0.7847796982676709, 0.3313485909605624, -0.7268791607479549, 0.6303632107458891, 1.2291581417549553, 0.3313485909605624, 0.9939071517206316, -1.143133976543251, 0.5035951125889855, 1.3628114710632504, 0.5574839583394873, 0.9547159447012732, 1.6489740335480578, 1.2291581417549553, -0.4182824585861835, 1.1782690221103531, 1.31479634257854, 1.0692242871579505, 1.187562377564225, 1.1261711894149236, -0.5551056187117592, 1.184480241124217, -0.7268791607479549, -1.3696553009135402, -0.8694806652025674, 0.7667117214665371, 0.9896743957424184, 1.1124232963368497, 1.1936804853697875, -0.7268791607479549, 0.6885892922646943, 1.327157813144464, 1.273473609205925, 1.184480241124217, 1.0692242871579505, 1.0766391177662662, 1.0803131293006425, 0.8626946099832253, 0.7090731191368689, -0.664787544021901, 1.0983595901500949, 0.6379511303737799, 0.9591964532146025, 0.8080702765928236, 0.8678984157774322, 1.2146248162180615, 0.9767977012252118, -0.15255779646211362, 0.7417612648583999, 1.0425415583753583, 0.9176404962827948, 0.5909479255024197, 0.7543634695926148, 0.20793926598006326, 1.0425415583753583, 1.2116762839982922, 0.7288944567796619, 0.8932742688627371, 0.8832497252304703, 1.3440549208934378, 0.9981108507958344, 1.3344566185893691, -0.4182824585861835, 0.4126985593223236, 1.1906290743567132, 0.8730583854543515, -0.7948115953815237, 0.9636444191138716, 0.6148997408450338, -0.8694806652025674, 1.2262789481717733, 1.5468774395539295, -0.23970220400863, -0.7948115953815237, 1.1560196465944226, 0.8781752507461108, 0.4017157759967612, 0.7727937698409054, 0.9271218895442676, 0.7023209520648241, 1.5171065306442255, 1.4876989355231012, -0.12600177316301148, 1.0654829245721646, 0.9080100129535136, 0.824974980725922, -0.5062820906384248, -0.37836951848540257, 0.2518808218627866, 0.9318081050736332, 1.1936804853697875, 0.6226802168597079, 1.2681064718263222, 0.835991077341735, 1.0146428785987844, -1.0428623580607226, -0.34078243138090714, 1.0022858889568365, 0.4547656473999753, 0.23757888926166995, 1.0425415583753583, 1.1193358309145824, -0.20929554299575112, -0.34078243138090714, 1.0146428785987844, 1.0346993647729952, 1.1688324127368064, 0.7417612648583999, 0.9767977012252118, 1.0502845809976222, 1.1329310754661817, 1.1719941388221162, 1.2918964516191376, 1.0579309083371908, 0.9176404962827948, 0.8468125730406875, -0.4182824585861835, 1.0875956673210014, -0.8694806652025674, 1.0875956673210014, 1.0227444750629144, 0.8468125730406875, 1.1592480653167418, -0.07604804301188751, 1.2377153530946408, -0.5062820906384248, 0.37914324427084095, 1.4030234051743224, -0.9518551640049014, -0.9518551640049014, -1.0428623580607226, -1.143133976543251, 0.5400415986841457, 0.9456553716987041, 0.3436499771277545, 0.972444589055452, 1.3122938077171042, 0.9364587352842432, 1.0617185597829273, 0.7023209520648241, 0.7543634695926148, 0.5488247584891933, 1.2262789481717733, 0.9031373839054918, 1.1813825088342989, 0.222937174847244, 0.2658582839069061, 0.824974980725922, 1.22338614891573, 0.4747658114606261, 0.6745429626432113, 0.7543634695926148, 1.0227444750629144, 0.6303632107458891, 0.8781752507461108, 1.2970598636576918, -0.9518551640049014, 0.6226802168597079, 0.03370839692737418, 1.2087134814627294, -0.9518551640049014, 1.0654829245721646, 0.8832497252304703, -0.15255779646211362, 1.083965225893897, 1.2087134814627294, 0.37914324427084095, 1.0227444750629144, 1.184480241124217, 0.222937174847244, 1.1227630493613223, 0.7965356506333399, 1.3021800857043797, -0.4608075230222067, 0.7288944567796619, -1.0428623580607226, 0.9502024142062536, -0.34078243138090714, 0.7090731191368689, 0.7727937698409054, 0.8982256796307277, 1.0227444750629144, 1.6618577723046262, 0.37914324427084095, 0.8626946099832253, 0.7667117214665371, 0.14401248678275988, 0.9811200875967568, 1.6922547029593402, -1.0428623580607226, 0.2928960988141178, 0.9271218895442676, 1.1656542730717274, -1.0428623580607226, 1.030740279013235, 0.4845267813595783, 1.2175592148897656, 0.222937174847244, 1.2146248162180615, 1.3172886880222834, 0.9128441831175068, 1.0912047087671557, 0.9080100129535136, -1.3696553009135402, 1.0654829245721646, 0.9811200875967568, 1.0425415583753583, 0.39053312991931227, 1.4407556515304094, 0.4547656473999753, 1.4305056463469816, 0.9410743161661754, -0.8694806652025674, 0.8730583854543515, 1.3416694184279976, 0.824974980725922, 0.8626946099832253, 1.3097809997990033, 0.835991077341735, -0.8694806652025674, 1.0766391177662662, 1.1261711894149236, 0.07270098091986965, -0.7948115953815237, 1.0267554282314637, 1.2433544202098945, -1.252552635586088, -0.664787544021901, -0.4182824585861835, 0.8626946099832253, -0.6077526598733981, 1.1158893193594404, 1.0227444750629144, 0.6601672281133738, 1.2262789481717733, 1.0875956673210014, 1.0105515265300675, 1.1813825088342989, 0.8521524685927407, 1.3296004310543357, 0.722358312934144, 0.8468125730406875, 0.9364587352842432, 0.972444589055452, 1.1396171369225043, 1.1019059184599107, 1.0346993647729952, 0.7543634695926148, 0.7667117214665371, 0.9271218895442676, 1.3696996018898477, 1.1560196465944226, 0.9128441831175068, 0.80233010792237, 1.0227444750629144, 0.4126985593223236, 0.013252630401810768, 1.6298719170135043, 0.14401248678275988, 0.7847796982676709, 0.9939071517206316, 0.7480947616286928, 1.1592480653167418, 1.0912047087671557, 1.2262789481717733, 1.1329310754661817, 0.8832497252304703, 0.968060311410452, 0.9410743161661754, 0.2658582839069061, 1.3487982155966884, 1.1089375397610937, 1.1054318237345344, -1.3696553009135402, 0.9223995403256277, -1.0428623580607226, 1.1495112819037023, 0.9410743161661754, 1.0464253091288178, 1.2057362698493654, 1.0541196804751791, 0.9811200875967568, -1.0428623580607226, 0.80233010792237, 1.4221802341446874, -0.2716438128107417, 1.1089375397610937, -0.07604804301188751, 0.8678984157774322, 0.8781752507461108, -0.23970220400863, 0.6954935736810738, -0.4608075230222067, 1.1719941388221162, 0.4747658114606261, 1.0579309083371908, 0.6601672281133738, -0.6077526598733981, 0.8781752507461108, -0.15255779646211362, -0.052493888638827764, 1.2892983205002406, 1.0692242871579505, 0.7090731191368689, 1.3368703410116616, 0.6226802168597079, 1.3368703410116616, -1.143133976543251, 0.013252630401810768, 0.013252630401810768, 1.2262789481717733, -0.7948115953815237, 0.8781752507461108, 1.072942926815342, 1.426357095125123, 1.4933215640355302, 1.1906290743567132, 0.4747658114606261, 1.1295604622274578, 0.23757888926166995, 1.5570483908731496, 1.1719941388221162, 1.0654829245721646, 1.6268794850215489, -0.4182824585861835, 0.8521524685927407, -0.10052608949849312, 0.6070192823778415, 1.0064326541570014, 1.0146428785987844, 0.03370839692737418, 1.2175592148897656, 1.1656542730717274, 0.4941349836894198, 0.9502024142062536, -0.18028728341158512, 1.0146428785987844, 1.0146428785987844, 0.9939071517206316, 1.4587839074505868, 1.6223632242408512, 0.3313485909605624, 0.9080100129535136, 0.566022640140039, 1.0983595901500949, 0.6148997408450338, -0.9518551640049014, 0.9456553716987041, 1.5553649263691574, -0.7268791607479549, -0.9518551640049014, -0.8694806652025674, 0.8832497252304703, -0.7268791607479549, -0.5551056187117592, -0.6077526598733981, 1.4724477385756278, 1.187562377564225, 0.17680305021424103, 0.5035951125889855, -0.8694806652025674, 0.6885892922646943, 1.0654829245721646, 1.1329310754661817, -1.252552635586088, 1.3416694184279976, 0.5220888769438374, 0.2928960988141178, 1.072942926815342, 1.2572289271077066, 1.0947926009352316, -0.4608075230222067, -0.5551056187117592, 0.2518808218627866, 1.1656542730717274, 1.0692242871579505, -0.02979761672741877, 1.0692242871579505, 0.835991077341735, 1.1019059184599107, 1.4407556515304094, -0.7948115953815237, 0.9176404962827948, 1.3320333405849825, 1.327157813144464, 1.2461545929528026, 0.3436499771277545, 0.35571014457952416, -0.12600177316301148, -1.252552635586088, -0.9518551640049014, -0.07604804301188751, 1.2787940973787084, 1.3368703410116616, 0.9896743957424184, 1.0146428785987844, 1.262691860174864, 1.28143709999601, -0.3052770098812227, 0.2928960988141178, 1.3440549208934378, -0.664787544021901, 1.2654051527044523, 1.0146428785987844, 0.9364587352842432, 0.7847796982676709, 0.35571014457952416, 1.1688324127368064, -0.9518551640049014, 0.4017157759967612, 0.9176404962827948, -0.664787544021901, 0.8468125730406875, 1.1124232963368497, -0.15255779646211362, 1.1089375397610937, 1.5062435846112283, -0.6077526598733981, -0.07604804301188751, 0.7727937698409054, 1.234876219519636, -0.4608075230222067, 0.6954935736810738, 1.8421444589082927, 0.9811200875967568, 0.9456553716987041, 0.222937174847244, 0.7906858692122428, 1.0579309083371908, -0.5062820906384248, 0.9939071517206316, 0.2518808218627866, 0.7965356506333399, 0.6528509427619269, 0.9410743161661754, 0.7727937698409054, 0.9939071517206316, 1.1462309682713527, 0.8521524685927407, 1.0654829245721646, 0.8414257200795222, -0.15255779646211362, 0.4941349836894198, 1.2087134814627294, 0.4547656473999753, -0.8694806652025674, 1.1813825088342989, 0.8193917473256513, 1.351156150224776, 0.8730583854543515, 1.1813825088342989, 1.913755790313428, 0.9223995403256277, 1.1688324127368064, 1.0187070754766328, 0.6745429626432113, 0.8832497252304703, 0.9410743161661754, 0.5744441047423149, 0.5220888769438374, 0.8305077901524446, -0.7268791607479549, -0.664787544021901, 0.5129116497364253, 0.566022640140039, 0.1925675413166491, 0.3313485909605624, 0.9318081050736332, 1.3247054090790549, 1.4933215640355302, -1.0428623580607226, 1.0983595901500949, 0.4445158746472748, -0.02979761672741877, 0.7543634695926148, 0.9410743161661754, 1.083965225893897, 1.5587272376831307, 1.1396171369225043, 0.9410743161661754, -0.7268791607479549, 1.0146428785987844, -0.9518551640049014, 1.0425415583753583, 0.3675383280405588, 1.270795922725143, 0.5744441047423149, 1.2654051527044523, 1.0912047087671557, 1.0654829245721646, 0.4234884712555664, 1.1019059184599107, 0.9456553716987041, 1.1719941388221162, 0.9939071517206316, 1.3416694184279976, 0.43409214398941415, 0.5488247584891933, -0.20929554299575112, 0.4845267813595783, -0.5551056187117592, 1.0502845809976222, -1.252552635586088, 1.2461545929528026, 1.3222431401435952, 1.1688324127368064, 0.6070192823778415, -0.052493888638827764, -1.0428623580607226, 0.9767977012252118, 1.9812306320252648, -0.8694806652025674, 0.6379511303737799, 0.7023209520648241, 1.2116762839982922, 1.4366762239811048, 0.4845267813595783, -1.0428623580607226, 1.0187070754766328, 1.3986836658968809, 1.1936804853697875, 1.529540998333042, 0.5990362438960418, 0.7667117214665371, 0.8982256796307277, -0.4182824585861835, 1.5536768187014216, 0.9811200875967568, 0.6148997408450338, 1.6055125025406587, -0.12600177316301148, 1.1997380541351532, 0.20793926598006326, -0.8694806652025674, 1.083965225893897, 0.03370839692737418, -1.0428623580607226, 0.8574462175647117, 0.222937174847244, 0.20793926598006326, 0.824974980725922, -0.4608075230222067, 0.23757888926166995, 0.8193917473256513, 1.187562377564225, 0.6528509427619269, -0.5062820906384248, -0.8694806652025674, 1.1227630493613223, 0.7480947616286928, 0.4547656473999753, 1.61015435499487, 1.3535050365979913, 0.9223995403256277, -1.0428623580607226, 1.1429329837263746, -0.664787544021901, 1.1362832333897759, 1.0386330163803552, 1.8720028286155035, 0.16062537686192066, 0.8080702765928236, -0.7948115953815237, 1.2320238570142934, -0.664787544021901, 0.9939071517206316, 0.968060311410452, 0.5990362438960418, 0.9223995403256277, 0.8137571633859221, -0.9518551640049014, 0.9854121786136169, 1.1592480653167418, -0.4608075230222067, 0.722358312934144, -0.7268791607479549, 0.16062537686192066, 1.1997380541351532, 1.2057362698493654, 1.3742489994642475, 1.273473609205925, -0.4608075230222067, 1.8789969214050048, 0.5035951125889855, 1.1124232963368497, -0.9518551640049014, -1.143133976543251, -0.3052770098812227, 1.1362832333897759, 0.8832497252304703, -1.0428623580607226, 1.6758619712092184, -0.8694806652025674, 0.6303632107458891, 0.9271218895442676, 0.07270098091986965, -0.9518551640049014, 0.835991077341735, 0.824974980725922, -0.34078243138090714, 0.6885892922646943, 1.0146428785987844, 0.824974980725922, -0.4608075230222067, 0.4017157759967612, 0.9364587352842432, 0.9128441831175068, 0.9767977012252118, 0.5129116497364253, 0.8137571633859221, 0.9410743161661754, 1.3986836658968809, 1.0064326541570014, 0.6954935736810738, 0.8932742688627371, -0.664787544021901, -1.143133976543251, -0.7268791607479549, -0.664787544021901, -0.4182824585861835, 1.2544790690787841, 1.1592480653167418, 1.1362832333897759, 1.0617185597829273, 1.1997380541351532, 0.07270098091986965, 1.25171680260753, 1.1997380541351532, 1.0875956673210014, 1.0346993647729952, 1.0105515265300675, -0.7268791607479549, 0.2795255810166388, 0.9502024142062536, 0.7605686991687598, 0.8468125730406875, 1.7764933439609791, 0.2658582839069061, -1.0428623580607226, 0.14401248678275988, 0.39053312991931227, 2.0817815605001093, 1.0105515265300675, 0.9176404962827948, 0.3313485909605624, 1.0654829245721646, 0.9939071517206316, 1.1054318237345344, 1.3296004310543357, 1.276139633718038, -1.3696553009135402, 0.8626946099832253, 1.4988930113086576, 0.4747658114606261, 1.0386330163803552, 0.972444589055452, 0.2518808218627866, -1.143133976543251, -0.02979761672741877, 1.4242722274788382, 1.4346262689276672, 0.6148997408450338, 0.5488247584891933, 0.566022640140039, 0.17680305021424103, -0.2716438128107417, -0.10052608949849312, 1.0064326541570014, -0.052493888638827764, -0.5062820906384248, 0.6528509427619269, 1.2544790690787841, 1.7426877529384481, 0.9318081050736332, 1.5044142006165893, 1.0912047087671557, 0.09131406931601184, -0.34078243138090714, -0.052493888638827764, 1.0692242871579505, 0.8626946099832253, 0.4445158746472748, 0.5990362438960418, 0.5400415986841457, 1.0386330163803552, -0.34078243138090714, 1.1124232963368497, -0.2716438128107417, 1.5347936849167378, -0.34078243138090714, -0.12600177316301148, 1.1193358309145824, -0.007899928018237436, -1.143133976543251, 1.7263341821263491, 0.9271218895442676, 1.2461545929528026, 0.8626946099832253, 0.7667117214665371, 1.1936804853697875, 0.4747658114606261, 1.643159702957272, -0.9518551640049014, 0.12694055292223205, 1.3021800857043797, 1.0022858889568365, 0.8730583854543515, 0.9896743957424184, 1.3765110808779022, 1.3320333405849825, 0.8137571633859221, -0.7948115953815237, -0.20929554299575112, 1.0912047087671557, 1.4762963123493311, 1.3320333405849825, 1.2027445083629642, -0.7268791607479549, 0.5909479255024197, 0.8882825049259409, 0.4126985593223236, 0.8882825049259409, 0.824974980725922, 0.566022640140039, 1.175139619937884, 1.0064326541570014, -0.2716438128107417, 0.7543634695926148, 0.7605686991687598, 1.327157813144464, 0.6816063584620321, 1.3696996018898477, 1.8195757235966183, -0.9518551640049014, 1.4179746744346486, 1.1495112819037023, 1.8859119883838036, 0.3675383280405588, 1.083965225893897, 1.0346993647729952, -0.20929554299575112, 1.2944836018685608, 1.0692242871579505, 0.5220888769438374, 0.9318081050736332, 1.533047793324031, 0.013252630401810768, 1.234876219519636, 1.1656542730717274, -0.20929554299575112, 0.9176404962827948, 1.2489420152315132, -0.052493888638827764, 0.7090731191368689, -0.7948115953815237, 1.0983595901500949, 1.1227630493613223, 1.1495112819037023, 1.0267554282314637, -0.7948115953815237, 0.8193917473256513, 0.9547159447012732, 1.5382705983441367, 0.8982256796307277, -0.20929554299575112, -0.7948115953815237, -0.7268791607479549, 0.07270098091986965, 1.800675916065512, 1.0617185597829273, -0.10052608949849312, 0.6816063584620321, 0.6528509427619269, 0.35571014457952416, 0.5827515195299444, -1.0428623580607226, 1.0654829245721646, 1.4988930113086576, 1.0692242871579505, 0.2928960988141178, 0.8882825049259409, 1.276139633718038, 0.5311308878348843, 1.2654051527044523, -1.3696553009135402, 1.2175592148897656, 1.533047793324031, 0.8982256796307277, 0.722358312934144, 0.5311308878348843, 1.0105515265300675, 0.3675383280405588, -0.2716438128107417, -0.8694806652025674, 1.0187070754766328, -1.143133976543251, 0.7353616279184716, 0.7906858692122428, 1.7881280897944225, 0.1093837580182296, 0.6070192823778415, 0.4845267813595783, -0.7948115953815237, 1.1997380541351532, 1.1527741129125058, -0.664787544021901, 1.1592480653167418, -0.7268791607479549, 1.1396171369225043, -1.252552635586088, 0.2795255810166388, 0.5311308878348843, 0.09131406931601184, 0.835991077341735, 1.2320238570142934, 1.1813825088342989, 1.1329310754661817, 1.2866891149215438, 1.3535050365979913, -0.664787544021901, 0.8832497252304703, 0.835991077341735, -0.664787544021901, 1.8839442147363792, 1.0947926009352316, 0.7090731191368689, 0.43409214398941415, -1.0428623580607226, -0.7948115953815237, 0.4547656473999753, 0.4648471537939082, 1.240541379848995, -0.9518551640049014, 1.3047242250506041, -0.664787544021901, 0.6954935736810738, 0.9031373839054918, 0.9896743957424184, -1.0428623580607226, 0.4747658114606261, 1.0912047087671557, 0.9031373839054918, -1.143133976543251, 1.1362832333897759, 1.2433544202098945, 1.1329310754661817, 1.0267554282314637, 1.1906290743567132, -0.664787544021901, 1.1124232963368497, 1.5260139953393592, 0.6148997408450338, 1.1936804853697875, -0.8694806652025674, 0.9939071517206316, -0.8694806652025674, 0.7417612648583999, -0.07604804301188751, -0.7268791607479549, -1.143133976543251, 0.8080702765928236, 0.6070192823778415, 1.0541196804751791, -0.7948115953815237, 0.35571014457952416, -0.7268791607479549, 1.5752671894171772, 0.6303632107458891, 0.9854121786136169, 1.1688324127368064, -0.18028728341158512, 1.0803131293006425, 1.5801432541648657, 1.1329310754661817, 1.3651161380160737, 1.1906290743567132, 1.0541196804751791, 1.0022858889568365, -0.4182824585861835, 0.8468125730406875, 1.299625328234352, 1.0617185597829273, 0.4445158746472748, -0.9518551640049014, 1.4158610088017989, 0.8982256796307277, 0.3436499771277545, -0.5062820906384248, 0.6954935736810738, 0.9410743161661754, 0.09131406931601184, 1.4762963123493311, -0.02979761672741877, -0.34078243138090714, 1.0983595901500949, -0.9518551640049014, -1.0428623580607226, 1.2027445083629642, 0.8574462175647117, 1.7276077803346617, -0.6077526598733981, 0.8468125730406875, -0.02979761672741877, -0.9518551640049014, -0.9518551640049014, -0.37836951848540257, -0.18028728341158512, -0.3052770098812227, -0.34078243138090714, 1.3344566185893691, 0.9981108507958344, 0.3187961917506636, 0.824974980725922, 0.20793926598006326, 0.2518808218627866, -0.2716438128107417, 0.8137571633859221, 1.2544790690787841, -0.7268791607479549, 1.0022858889568365, 0.4845267813595783, 0.7667117214665371, 0.8080702765928236, -0.5062820906384248, -0.20929554299575112, 0.6954935736810738, 0.7023209520648241, 0.2928960988141178, -0.664787544021901, 0.1925675413166491, 1.1906290743567132, 1.0875956673210014, 0.2928960988141178, 0.4648471537939082, 0.7023209520648241, 0.05351121812738529, 1.1936804853697875, -0.052493888638827764, 1.083965225893897, 1.1329310754661817, 1.0654829245721646, 0.7353616279184716, 0.8521524685927407, 1.187562377564225, 1.5976969819880589, 0.9176404962827948, 1.4094758623625174, 1.3899107760120342, 0.5909479255024197, 1.0267554282314637, 0.09131406931601184, 1.4325694251986252, 0.8781752507461108, -0.7268791607479549, 0.7353616279184716, 0.8626946099832253, 0.972444589055452, -0.7268791607479549, 1.5929593125857433, -0.15255779646211362, 1.3368703410116616, 0.4845267813595783, 0.35571014457952416, 1.0064326541570014, 1.072942926815342, 0.9854121786136169, -0.007899928018237436, 0.9502024142062536, 1.0983595901500949, 1.2146248162180615, 0.222937174847244, 1.1193358309145824, 1.4008573816211485, -0.8694806652025674, -1.3696553009135402, 1.6976228080971152, 0.4845267813595783, 1.3392745829015025, 0.6303632107458891, -1.143133976543251, 0.7417612648583999, -0.07604804301188751, -0.7268791607479549, -0.2716438128107417, 0.9636444191138716, 1.3392745829015025, 1.2175592148897656, 0.6303632107458891, 0.7727937698409054, 0.9271218895442676, 0.5129116497364253, 0.9854121786136169, 0.8574462175647117, -0.23970220400863, 0.9591964532146025, 0.5129116497364253, 0.4234884712555664, 1.3368703410116616, 0.1093837580182296, 0.80233010792237, 1.1261711894149236, -0.5551056187117592, 0.824974980725922, 1.576896864419173, 0.39053312991931227, -0.4182824585861835, 1.4221802341446874, 0.645446295653898, 1.1813825088342989, 0.9080100129535136, -0.3052770098812227, 1.3943129380659316, -1.143133976543251, 1.8750100893356618, -0.7948115953815237, 0.23757888926166995, 1.0617185597829273, -0.5062820906384248, 0.6816063584620321, 1.5400016762744326, 1.0267554282314637, -0.34078243138090714, -0.3052770098812227, -0.8694806652025674, 1.3392745829015025, 1.351156150224776, 0.8521524685927407, 0.2795255810166388, 1.2027445083629642, 0.9767977012252118, 0.5129116497364253, 0.3675383280405588, 1.9581019031066675, 0.6673972321055821, 0.8305077901524446, 1.5206850873609492, 1.4346262689276672, -0.02979761672741877, 0.07270098091986965, 1.187562377564225, 0.7906858692122428, 0.8521524685927407, 0.43409214398941415, 0.23757888926166995, -0.9518551640049014, 1.3535050365979913, 0.3059823796856427, 1.1967167621835353, 1.1936804853697875, 0.09131406931601184, 0.5574839583394873, 1.259966487648679, 0.6528509427619269, 0.9128441831175068, -1.143133976543251, 0.5488247584891933, 0.835991077341735, 0.8137571633859221, -0.7948115953815237, 1.0227444750629144, 0.6816063584620321, 0.4547656473999753, 1.2320238570142934, 0.9981108507958344, 0.2928960988141178, -0.34078243138090714, -0.12600177316301148, 0.9502024142062536, -1.0428623580607226, -0.7268791607479549, 1.1261711894149236, 0.9547159447012732, 1.1495112819037023, 1.262691860174864, 0.8137571633859221, 1.3296004310543357, 0.4747658114606261, -0.3052770098812227, 0.7417612648583999, 0.4547656473999753, 0.8730583854543515, 0.1925675413166491, 1.22338614891573, 0.222937174847244, 0.07270098091986965, 1.3832475949643142, 0.8468125730406875, 1.0654829245721646, 1.0187070754766328, 1.2204796148248758, 2.0404752831881408, 0.14401248678275988, 1.0346993647729952, 1.234876219519636, 0.8832497252304703, 0.9410743161661754, 1.1782690221103531, 1.5703519660612388, 0.6954935736810738, 1.2291581417549553, 1.4366762239811048, 0.7906858692122428, 0.8626946099832253, -0.23970220400863, 1.2291581417549553, 0.9128441831175068, 0.9410743161661754, -0.664787544021901, 0.8626946099832253, -0.5062820906384248, 1.3097809997990033, 1.3047242250506041, 0.14401248678275988, 1.0692242871579505, 0.4445158746472748, 0.5488247584891933, -0.4608075230222067, 1.0146428785987844, 0.12694055292223205, 1.515309375525831, 0.8982256796307277, -0.6077526598733981, 1.0267554282314637, 1.1362832333897759, 1.903342911107298, 0.7906858692122428, -0.34078243138090714, 0.566022640140039, -0.23970220400863, 1.0983595901500949, 0.2928960988141178, 0.2795255810166388, 0.722358312934144, 0.5909479255024197, 0.7157517114857687, 1.273473609205925, 0.8414257200795222, 1.4221802341446874, 0.5220888769438374, 0.5311308878348843, 0.1925675413166491, 0.1093837580182296, 1.083965225893897, 0.9502024142062536, 0.4234884712555664, -0.052493888638827764, -0.664787544021901, 1.0425415583753583, -0.4608075230222067, 0.03370839692737418, 1.030740279013235, 0.6226802168597079, 1.1295604622274578, 0.7667117214665371, 0.9939071517206316, 0.6148997408450338, -0.6077526598733981, -0.7948115953815237, 0.9981108507958344, 0.9176404962827948, 0.35571014457952416, 0.3313485909605624, 0.1925675413166491, 1.2320238570142934, -0.8694806652025674, 1.5206850873609492, -0.15255779646211362, 0.2795255810166388, -0.12600177316301148, 0.17680305021424103, 0.09131406931601184, 0.05351121812738529, 1.6238723503586037, 1.1362832333897759, 1.5260139953393592, 1.3416694184279976, 0.6885892922646943, 0.9939071517206316, 0.1925675413166491, 1.083965225893897, 1.805175723107579, 0.8414257200795222, 0.9547159447012732, -0.5062820906384248, 0.6070192823778415, 1.1054318237345344, 0.07270098091986965, -0.4608075230222067, 0.824974980725922, 0.5990362438960418, -0.007899928018237436, 0.645446295653898, 1.1997380541351532, 1.0227444750629144, 1.0064326541570014, 0.5220888769438374, 0.1925675413166491, 0.39053312991931227, -0.6077526598733981, 0.2518808218627866, 0.824974980725922, 0.37914324427084095, 1.5025793324353367, 0.5827515195299444, 0.2795255810166388, 1.3719785272911749, 1.1089375397610937, 1.619333762686429, 0.2518808218627866, 0.6303632107458891, 1.1592480653167418, 1.5242428428052963, 0.6148997408450338, -0.02979761672741877, 0.4547656473999753, -0.4608075230222067, 0.17680305021424103, -0.07604804301188751, 1.1396171369225043, 0.5035951125889855, -1.143133976543251, -0.6077526598733981, 0.39053312991931227, 1.0425415583753583, 0.6885892922646943, 1.1429329837263746, 0.4547656473999753, -0.6077526598733981, 0.23757888926166995, -0.052493888638827764, 0.14401248678275988, -0.3052770098812227, -0.5551056187117592, 0.7965356506333399, 1.2204796148248758, 0.9364587352842432, -1.252552635586088, 0.5827515195299444, 0.6673972321055821, 1.072942926815342, 0.12694055292223205, 0.3675383280405588, 0.6816063584620321, 1.5719947636233964, 1.327157813144464, -0.4182824585861835, -0.23970220400863, 0.7353616279184716, 1.0064326541570014, -0.02979761672741877, 0.6745429626432113, 0.645446295653898, -0.12600177316301148, 0.8305077901524446, -0.5062820906384248, 0.43409214398941415, 0.16062537686192066, 0.8781752507461108, 0.824974980725922, -0.12600177316301148, 0.7023209520648241, 0.8193917473256513, -0.37836951848540257, 0.9410743161661754, 1.7881280897944225, 0.23757888926166995, 0.8832497252304703, 0.6816063584620321, 1.0803131293006425, 0.8626946099832253, 1.2944836018685608, 1.3197709266702249, 0.722358312934144, 0.4547656473999753, 1.5347936849167378, 0.5744441047423149, 0.6673972321055821, 0.4234884712555664, 1.2681064718263222, 0.9547159447012732, -0.3052770098812227, 0.6885892922646943, 0.5488247584891933, 1.1329310754661817, 1.3368703410116616, 0.8730583854543515, 0.3187961917506636, 1.0947926009352316, 0.8574462175647117, 1.0064326541570014, 1.2572289271077066, 1.5752671894171772, 1.81518093133097, 0.3059823796856427, 0.9854121786136169, 0.6954935736810738, 1.0617185597829273, 0.9176404962827948, 1.4305056463469816, 0.6528509427619269, 1.8689807181683809, 1.1329310754661817, 0.9939071517206316, 0.9410743161661754, 0.2795255810166388, 0.6528509427619269, -0.34078243138090714, 0.80233010792237, 0.4547656473999753, 1.4094758623625174, 0.5744441047423149, 0.4234884712555664, 0.6070192823778415, 1.1124232963368497, 1.855709668853324, 1.3810103178634467, 0.8414257200795222, 0.7543634695926148, 0.7288944567796619, 1.273473609205925, 1.3097809997990033, 1.8195757235966183, 0.968060311410452, -0.8694806652025674, -0.12600177316301148, 0.9128441831175068, 1.0022858889568365, -0.12600177316301148, -0.7268791607479549, 1.4820241768225002, 1.6023982600724282, 1.6283775298609382, 0.2928960988141178, 0.8730583854543515, -1.143133976543251, 0.09131406931601184, 1.1261711894149236, 1.0617185597829273, -0.23970220400863, 0.6885892922646943, -0.664787544021901, 0.3059823796856427, -0.02979761672741877, 1.1329310754661817, -0.4608075230222067, -0.37836951848540257, 0.7543634695926148, -0.23970220400863, 1.2027445083629642, 0.824974980725922, 0.9364587352842432, 0.7847796982676709, 1.6387624172208617, 1.1967167621835353, -0.4182824585861835, 1.3172886880222834, -0.4608075230222067, 0.43409214398941415, -0.15255779646211362, 1.4468242625535934, 1.1560196465944226, 1.0803131293006425, 0.14401248678275988, 1.6730866489119705, 1.0579309083371908, 1.5553649263691574, 1.6922547029593402, 0.9981108507958344, 0.6954935736810738, 0.6673972321055821, 0.2658582839069061, 1.1560196465944226, 0.3059823796856427, 1.4951843538178606, -0.20929554299575112, -0.052493888638827764, 1.6372896065397646, 1.3742489994642475, 0.6885892922646943, 0.03370839692737418, 1.1396171369225043, -0.23970220400863, 1.7108406256050857, 1.4724477385756278, 0.7605686991687598, 0.7667117214665371, 0.17680305021424103, 1.6387624172208617, 0.9318081050736332, 0.4547656473999753, 0.7667117214665371, 1.7351942104695797, -0.4182824585861835, -0.7268791607479549, 0.4445158746472748, 0.9456553716987041, 1.5224665501187231, 0.566022640140039, 0.2928960988141178, 0.835991077341735, 2.027363578304281, 1.16245954857879, 0.7023209520648241, -0.3052770098812227, 0.1093837580182296, -0.007899928018237436, 0.645446295653898, 0.5827515195299444, 0.6601672281133738, -0.5062820906384248, 1.1158893193594404, -0.5551056187117592, 1.6976228080971152, 1.5007389470909611, 1.4094758623625174, 0.5909479255024197, 2.037415352330105, 0.14401248678275988, -0.23970220400863, 0.6148997408450338, 0.972444589055452, 1.3072578341514225, 0.722358312934144, 0.03370839692737418, 0.824974980725922, 0.6745429626432113, 1.2175592148897656, 1.187562377564225, 0.8882825049259409, -0.5062820906384248, 1.0803131293006425, -0.7948115953815237, -0.15255779646211362, -0.18028728341158512, -0.3052770098812227, 1.462719083522999, 0.6303632107458891, 1.1054318237345344, -0.10052608949849312, -0.5551056187117592, 1.1158893193594404, -0.37836951848540257, 0.7605686991687598, -0.664787544021901, 0.20793926598006326, 1.2087134814627294, -0.2716438128107417, 1.0766391177662662, -0.18028728341158512, 0.824974980725922, -0.5551056187117592, -0.12600177316301148, 0.9502024142062536, 1.187562377564225, 1.2944836018685608, -1.0428623580607226, -0.7268791607479549, 0.8080702765928236, 1.4933215640355302, 0.8574462175647117, 0.5488247584891933, -0.5551056187117592, 0.6673972321055821, 0.1093837580182296, -0.5551056187117592, -0.3052770098812227, 0.1093837580182296, 0.9767977012252118, 0.6745429626432113, 0.7417612648583999, 1.3440549208934378, 0.5220888769438374, 0.4126985593223236, 1.34643116274675, 0.5827515195299444, -0.5551056187117592, 0.6226802168597079, 1.083965225893897, 1.0654829245721646, 0.968060311410452, 0.8521524685927407, -0.664787544021901, 0.8678984157774322, 1.0502845809976222, 1.2572289271077066, 0.7605686991687598, 0.5488247584891933, 0.7023209520648241, 0.3187961917506636, 1.28143709999601, 1.7776668222162533, 0.7667117214665371, 0.4126985593223236, 0.5909479255024197, 1.1813825088342989, -0.07604804301188751, 0.03370839692737418, 0.972444589055452, -0.664787544021901, 1.1719941388221162, 0.9318081050736332, -0.5062820906384248, -0.2716438128107417, 1.7301470533717769, 0.07270098091986965, 1.1936804853697875, 0.6745429626432113, 1.2175592148897656, 1.1054318237345344, 1.0766391177662662, -0.10052608949849312, 0.9364587352842432, 0.12694055292223205, 0.7353616279184716, 0.013252630401810768, -0.3052770098812227, -0.5062820906384248, 1.0346993647729952, 1.751315812707858, 0.8932742688627371, 0.2518808218627866, 0.3675383280405588, 0.6816063584620321, 0.5311308878348843, 0.8193917473256513, 1.3876977652399176, 0.8305077901524446, 1.1782690221103531, 0.8305077901524446, 0.645446295653898, 2.04351999103684, 0.05351121812738529, 1.584980779260006, 0.9636444191138716, 0.722358312934144, 0.5035951125889855, 1.1227630493613223, 1.2146248162180615, 1.0187070754766328, 0.8882825049259409, -0.23970220400863, 1.4839216149615249, 0.8193917473256513, 0.6528509427619269, 1.562071179057385, 0.2658582839069061, -0.02979761672741877, 0.03370839692737418, 1.2291581417549553, 1.25171680260753, 0.8468125730406875, 1.0692242871579505, 1.3742489994642475, 1.4325694251986252, -0.15255779646211362, 1.0022858889568365, 1.0267554282314637, 1.3320333405849825, 1.5382705983441367, 0.7090731191368689, -0.12600177316301148, 0.4234884712555664, -0.7268791607479549, 0.7847796982676709, 1.3047242250506041, 1.583372515475614, 0.23757888926166995, 1.3628114710632504, 0.7353616279184716, 0.8626946099832253, 0.835991077341735, -0.37836951848540257, 1.6162892314474866, 1.6827457123297411, 0.7847796982676709, 1.0267554282314637, 0.6226802168597079, 0.20793926598006326, 1.4970414915117156, 1.1295604622274578, -0.15255779646211362, 2.1894245533549452, 0.09131406931601184, 1.2866891149215438, 1.7646331255505316, -0.02979761672741877, -0.4608075230222067, 0.7543634695926148, 0.4126985593223236, 1.7439278049141476, 1.0617185597829273, 0.4126985593223236, 0.8468125730406875, 0.9364587352842432, -0.18028728341158512, 0.3675383280405588, 1.273473609205925, 1.1054318237345344, 1.3674121600913276, -0.5551056187117592, 1.360498093899825, 1.030740279013235, 1.1429329837263746, -0.5062820906384248, -0.23970220400863, 1.2087134814627294, 1.7301470533717769, -0.2716438128107417, -0.02979761672741877, 1.6758619712092184, 0.8882825049259409, 1.0105515265300675, 1.4051817907969275, 0.7353616279184716, 0.5129116497364253, 1.6402316922486146, 0.5311308878348843, 1.5468774395539295, 1.2654051527044523, 0.4234884712555664, 1.8250252038292765, 0.7543634695926148, 1.0464253091288178, -0.3052770098812227, 1.4895788898700597, 1.0502845809976222, 1.0267554282314637, 1.4137400189531142, 1.2866891149215438, 1.4970414915117156, 0.9854121786136169, 0.17680305021424103, 1.234876219519636, -0.3052770098812227, 1.1362832333897759, 0.8626946099832253, 1.1089375397610937, 0.7605686991687598, -0.4182824585861835, 0.7288944567796619, 1.187562377564225, 1.7549766397816118, -0.5062820906384248, 0.9318081050736332, 0.8982256796307277, 0.3187961917506636, 0.013252630401810768, 0.8414257200795222, 0.9364587352842432, -0.4608075230222067, 0.5400415986841457, -0.664787544021901, 1.7134502759285024, 0.7605686991687598, 0.4445158746472748, 1.0267554282314637, 0.8932742688627371, 0.8521524685927407, 0.20793926598006326, 0.09131406931601184, 1.4528332950918459, 1.3832475949643142, 1.5044142006165893, -0.007899928018237436, 0.4126985593223236, 1.0692242871579505, -0.15255779646211362, 0.835991077341735, 1.2146248162180615, 1.541727872017311, -0.34078243138090714, 1.1019059184599107, 1.3719785272911749, -0.052493888638827764, 0.4547656473999753, 0.3059823796856427, 1.4051817907969275, 0.4648471537939082, 0.5990362438960418, 1.3965022031812455, 1.4548232674516377, 1.4284348854544628, 1.22338614891573, 1.5365346105343478, 1.753758795488056, 1.2433544202098945, 1.1462309682713527, 0.8882825049259409, 1.2291581417549553, 1.3197709266702249, -0.3052770098812227, 0.222937174847244, 0.9636444191138716, 1.7364495230385124, 1.2970598636576918, -0.2716438128107417, 1.4528332950918459, 1.5536768187014216, 1.0064326541570014, 1.6489740335480578, 0.3187961917506636, 1.2146248162180615, -0.4608075230222067, 0.222937174847244, 1.3965022031812455, 0.8468125730406875, 1.3986836658968809, 1.3696996018898477, 0.39053312991931227, -0.3052770098812227, 0.7090731191368689, 0.8080702765928236, 1.8750100893356618, 0.8882825049259409, -0.07604804301188751, 0.8730583854543515, 1.3296004310543357, 0.5035951125889855, 1.5242428428052963, 0.8832497252304703, 1.1396171369225043, 0.9128441831175068, 0.43409214398941415, 0.3436499771277545, 0.7605686991687598, -0.37836951848540257, 0.9318081050736332, 0.9811200875967568, 0.8137571633859221, 0.8305077901524446, 0.05351121812738529, 0.5129116497364253, 1.1396171369225043, 1.8809806403391525, -0.2716438128107417, 0.8678984157774322, 0.2795255810166388, 0.3187961917506636, 0.7906858692122428, 1.1688324127368064, -0.7948115953815237, 1.2918964516191376, 1.420081066254229, 1.0766391177662662, 0.4445158746472748, 0.9080100129535136, 0.8781752507461108, 0.39053312991931227, 0.7023209520648241, 0.37914324427084095, 0.09131406931601184, 1.240541379848995, 1.2204796148248758, 0.09131406931601184, 1.4179746744346486, 1.1089375397610937, 0.6816063584620321, 1.462719083522999, 1.3296004310543357, 0.9939071517206316, 1.1462309682713527, 0.8521524685927407, 1.5400016762744326, 1.2057362698493654, 0.6070192823778415, -0.3052770098812227, 1.0502845809976222, 1.4801208382695312, 1.4782115624958696, 1.0502845809976222, 1.583372515475614, 0.9896743957424184, 1.0803131293006425, 1.2918964516191376, -0.007899928018237436, 0.4234884712555664, 0.7288944567796619, 1.3047242250506041, -0.07604804301188751, 1.4646772244853972, -0.15255779646211362, 1.299625328234352, 0.5744441047423149, 1.0425415583753583, -0.2716438128107417, 0.013252630401810768, 1.2572289271077066, 0.6379511303737799, 1.7326758346372055, 1.7753176113910014, 0.9456553716987041, 1.4858131891521862, 1.6147612677024092, 1.1967167621835353, 0.37914324427084095, 1.545165726543754, 1.576896864419173, 1.259966487648679, 0.8832497252304703, 1.663272700002954, 1.5670530832619591, 0.5220888769438374, 0.6070192823778415, 1.3854767243834052, 1.850527801221688, -0.10052608949849312, 1.4587839074505868, 1.4933215640355302, 1.3172886880222834, 1.0064326541570014, 0.5827515195299444, 0.2928960988141178, 1.0267554282314637, 0.7023209520648241, 1.7835006990219306, 1.4051817907969275, 1.9904084576529923, 0.4547656473999753, 1.030740279013235, 1.6208503678452548, 0.9128441831175068, 1.072942926815342, 1.5604014920598557, 1.6460737726854917, 1.5242428428052963, 0.3436499771277545, 0.4845267813595783, 1.3296004310543357, 1.529540998333042, 0.7090731191368689, 1.0386330163803552, 1.2057362698493654, 1.3097809997990033, -0.10052608949849312, 0.43409214398941415, 1.4801208382695312, 1.1656542730717274, 1.56373632352533, 1.3097809997990033, 1.0875956673210014, 1.0187070754766328, 1.74886303936838, 1.5188984243513364, 0.9811200875967568, 0.9031373839054918, 1.3810103178634467, 0.3675383280405588, 0.07270098091986965, 1.1362832333897759, 2.0688061012743493, 1.6283775298609382, 1.1054318237345344, 1.9221455818687585, 1.4407556515304094, 1.4427852146199758, 0.566022640140039, 1.360498093899825, 0.968060311410452, 0.8137571633859221, 0.9767977012252118, 2.0163507117971884, 0.5744441047423149, 1.9349719732977235, 0.4017157759967612, 1.4137400189531142, 1.5025793324353367, 0.9591964532146025, 0.824974980725922, 0.8626946099832253, 1.0803131293006425, 1.917498792589406, 1.0875956673210014, 1.6618577723046262, 1.4970414915117156, 1.31479634257854], [-0.9896534910207444, -0.06747989225078628, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.22306900025255866, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.22306900025255866, -0.7817657385407086, -0.3944968949310973, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.06747989225078628, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.3944968949310973, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, -0.9896534910207444, -0.3944968949310973, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.3944968949310973, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.3944968949310973, -0.3944968949310973, -0.9896534910207444, -0.7817657385407086, -0.22306900025255866, -0.9896534910207444, -0.3944968949310973, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.3944968949310973, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.3944968949310973, -0.5815628926892827, -0.06747989225078628, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.22306900025255866, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.06747989225078628, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, 0.07335045554443198, -0.7817657385407086, -0.5815628926892827, -0.3944968949310973, -0.7817657385407086, -0.06747989225078628, -0.3944968949310973, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, -0.3944968949310973, -0.9896534910207444, -0.3944968949310973, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, 0.20100733024878, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, -0.3944968949310973, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.22306900025255866, -0.7817657385407086, -0.9896534910207444, -0.3944968949310973, -0.22306900025255866, -0.9896534910207444, -0.5815628926892827, -0.22306900025255866, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.22306900025255866, 0.20100733024878, -0.9896534910207444, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.06747989225078628, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.22306900025255866, -0.3944968949310973, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.5815628926892827, -0.3944968949310973, -0.3944968949310973, -0.7817657385407086, -0.9896534910207444, -0.22306900025255866, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.22306900025255866, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.3944968949310973, -0.9896534910207444, -0.3944968949310973, -0.9896534910207444, -0.9896534910207444, -0.5815628926892827, -0.3944968949310973, -0.3944968949310973, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.3944968949310973, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.06747989225078628, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, 0.5208098823593147, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, 0.20100733024878, -0.3944968949310973, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.3944968949310973, 0.07335045554443198, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.3944968949310973, -0.9896534910207444, -0.5815628926892827, -0.3944968949310973, -0.22306900025255866, -0.7817657385407086, -0.3944968949310973, -0.5815628926892827, -0.5815628926892827, -0.22306900025255866, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.06747989225078628, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, 0.07335045554443198, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.3944968949310973, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.22306900025255866, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.3944968949310973, -0.22306900025255866, -0.9896534910207444, -0.3944968949310973, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, -0.06747989225078628, -0.22306900025255866, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.06747989225078628, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.22306900025255866, 0.07335045554443198, -0.7817657385407086, -0.06747989225078628, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, -0.3944968949310973, -0.5815628926892827, -0.06747989225078628, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.06747989225078628, 0.20100733024878, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.22306900025255866, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, -0.7817657385407086, 0.5208098823593147, -0.9896534910207444, -0.9896534910207444, -0.3944968949310973, -0.7817657385407086, -0.22306900025255866, -0.5815628926892827, -0.06747989225078628, -0.7817657385407086, -0.3944968949310973, -0.9896534910207444, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.22306900025255866, 0.3171470158932206, -0.22306900025255866, -0.5815628926892827, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.22306900025255866, -0.22306900025255866, -0.7817657385407086, 0.20100733024878, -0.3944968949310973, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.06747989225078628, -0.22306900025255866, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.22306900025255866, -0.3944968949310973, 0.07335045554443198, -0.22306900025255866, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, 0.07335045554443198, -0.7817657385407086, -0.3944968949310973, -0.5815628926892827, -0.22306900025255866, -0.9896534910207444, -0.7817657385407086, -0.22306900025255866, -0.06747989225078628, -0.3944968949310973, -0.5815628926892827, -0.22306900025255866, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.3944968949310973, -0.9896534910207444, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.22306900025255866, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, -0.3944968949310973, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, 0.3171470158932206, -0.7817657385407086, -0.22306900025255866, -0.06747989225078628, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, 0.9129713892541622, -0.22306900025255866, -0.3944968949310973, -0.9896534910207444, -0.3944968949310973, -0.06747989225078628, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.06747989225078628, -0.5815628926892827, -0.22306900025255866, -0.9896534910207444, -0.3944968949310973, -0.3944968949310973, -0.5815628926892827, -0.5815628926892827, -0.22306900025255866, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.22306900025255866, -0.7817657385407086, -0.9896534910207444, -0.3944968949310973, -0.5815628926892827, -0.06747989225078628, -0.3944968949310973, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.3944968949310973, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.06747989225078628, -0.9896534910207444, -0.9896534910207444, 0.07335045554443198, -0.9896534910207444, -0.06747989225078628, -0.3944968949310973, -0.3944968949310973, -0.9896534910207444, -0.9896534910207444, -0.5815628926892827, -0.22306900025255866, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.06747989225078628, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.22306900025255866, -0.3944968949310973, 0.20100733024878, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.22306900025255866, -0.5815628926892827, -0.7817657385407086, -0.3944968949310973, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, 0.20100733024878, -0.22306900025255866, -0.5815628926892827, -0.5815628926892827, -0.06747989225078628, -0.3944968949310973, -0.22306900025255866, 0.20100733024878, -0.7817657385407086, -0.3944968949310973, -0.06747989225078628, -0.5815628926892827, -0.06747989225078628, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.22306900025255866, -0.9896534910207444, -0.3944968949310973, -0.3944968949310973, -0.5815628926892827, -0.3944968949310973, -0.5815628926892827, -0.5815628926892827, -0.06747989225078628, -0.7817657385407086, -0.5815628926892827, -0.22306900025255866, 0.07335045554443198, -0.3944968949310973, -0.7817657385407086, -0.5815628926892827, -0.06747989225078628, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.06747989225078628, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, 0.07335045554443198, -0.06747989225078628, -0.06747989225078628, -0.06747989225078628, -0.5815628926892827, -0.7817657385407086, -0.3944968949310973, 0.42330103328737295, -0.7817657385407086, -0.22306900025255866, -0.3944968949310973, -0.5815628926892827, -0.06747989225078628, -0.7817657385407086, -0.06747989225078628, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, -0.7817657385407086, 0.07335045554443198, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, 0.20100733024878, -0.06747989225078628, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.06747989225078628, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.3944968949310973, -0.9896534910207444, -0.3944968949310973, -0.3944968949310973, 0.07335045554443198, -0.7817657385407086, 0.07335045554443198, -0.5815628926892827, -0.3944968949310973, -0.3944968949310973, -0.9896534910207444, 0.3171470158932206, -0.9896534910207444, -0.7817657385407086, -0.06747989225078628, -0.5815628926892827, -0.7817657385407086, -0.22306900025255866, -0.22306900025255866, -0.06747989225078628, -0.22306900025255866, -0.06747989225078628, -0.5815628926892827, -0.7817657385407086, -0.06747989225078628, -0.7817657385407086, -0.7817657385407086, -0.3944968949310973, -0.22306900025255866, -0.7817657385407086, -0.3944968949310973, -0.9896534910207444, 0.07335045554443198, -0.9896534910207444, -0.22306900025255866, -0.7817657385407086, -0.3944968949310973, 0.07335045554443198, -0.5815628926892827, -0.9896534910207444, -0.3944968949310973, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, -0.06747989225078628, -0.5815628926892827, -0.3944968949310973, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.06747989225078628, -0.7817657385407086, 0.20100733024878, 0.07335045554443198, -0.22306900025255866, 0.07335045554443198, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, 0.07335045554443198, -0.06747989225078628, -0.7817657385407086, 0.07335045554443198, -0.7817657385407086, -0.22306900025255866, -0.5815628926892827, -0.22306900025255866, -0.7817657385407086, -0.22306900025255866, -0.7817657385407086, -0.3944968949310973, -0.06747989225078628, 0.07335045554443198, -0.7817657385407086, -0.5815628926892827, -0.3944968949310973, -0.7817657385407086, -0.3944968949310973, -0.22306900025255866, -0.22306900025255866, -0.5815628926892827, 0.20100733024878, -0.22306900025255866, -0.22306900025255866, -0.9896534910207444, 0.20100733024878, 0.07335045554443198, -0.7817657385407086, -0.5815628926892827, -0.3944968949310973, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.22306900025255866, -0.9896534910207444, -0.22306900025255866, -0.06747989225078628, -0.5815628926892827, -0.06747989225078628, -0.9896534910207444, -0.9896534910207444, 0.07335045554443198, -0.22306900025255866, -0.06747989225078628, -0.3944968949310973, -0.7817657385407086, 0.07335045554443198, 0.9129713892541622, -0.9896534910207444, -0.3944968949310973, 0.20100733024878, -0.06747989225078628, -0.22306900025255866, -0.22306900025255866, -0.3944968949310973, -0.7817657385407086, -0.22306900025255866, -0.9896534910207444, -0.3944968949310973, -0.7817657385407086, -0.3944968949310973, 0.3171470158932206, -0.5815628926892827, 0.3171470158932206, -0.7817657385407086, -0.06747989225078628, -0.3944968949310973, -0.5815628926892827, -0.7817657385407086, 0.3171470158932206, -0.3944968949310973, -0.7817657385407086, -0.22306900025255866, -0.5815628926892827, -0.5815628926892827, -0.3944968949310973, -0.5815628926892827, 0.6108171203392889, -0.3944968949310973, -0.22306900025255866, -0.7817657385407086, 0.07335045554443198, -0.9896534910207444, -0.3944968949310973, -0.3944968949310973, -0.22306900025255866, -0.22306900025255866, -0.06747989225078628, -0.5815628926892827, -0.3944968949310973, -0.7817657385407086, -0.06747989225078628, -0.3944968949310973, -0.3944968949310973, -0.3944968949310973, -0.9896534910207444, -0.06747989225078628, -0.3944968949310973, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.06747989225078628, 0.7720324698159908, -0.06747989225078628, -0.5815628926892827, -0.5815628926892827, -0.22306900025255866, -0.5815628926892827, -0.7817657385407086, -0.22306900025255866, -0.06747989225078628, -0.22306900025255866, -0.06747989225078628, -0.3944968949310973, -0.22306900025255866, 0.20100733024878, -0.3944968949310973, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.5815628926892827, 1.5089022036438522, -0.9896534910207444, -0.3944968949310973, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, -0.06747989225078628, -0.5815628926892827, 0.6942875455209527, 0.3171470158932206, -0.5815628926892827, -0.22306900025255866, -0.06747989225078628, -0.22306900025255866, -0.06747989225078628, -0.9896534910207444, -0.3944968949310973, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, 0.20100733024878, 0.3171470158932206, -0.22306900025255866, -0.3944968949310973, -0.3944968949310973, -0.3944968949310973, -0.5815628926892827, -0.9896534910207444, -0.06747989225078628, -0.22306900025255866, 0.07335045554443198, -0.7817657385407086, 0.07335045554443198, -0.3944968949310973, -0.7817657385407086, -0.3944968949310973, 1.7468515896435262, -0.7817657385407086, -0.3944968949310973, -0.9896534910207444, -0.22306900025255866, -0.3944968949310973, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.06747989225078628, -0.22306900025255866, -0.3944968949310973, -0.3944968949310973, -0.22306900025255866, -0.5815628926892827, 0.20100733024878, -0.22306900025255866, -0.7817657385407086, 0.07335045554443198, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.22306900025255866, -0.3944968949310973, -0.3944968949310973, -0.3944968949310973, -0.06747989225078628, -0.5815628926892827, -0.22306900025255866, 0.7720324698159908, -0.9896534910207444, -0.3944968949310973, 0.07335045554443198, -0.7817657385407086, -0.7817657385407086, -0.06747989225078628, -0.3944968949310973, -0.7817657385407086, -0.3944968949310973, -0.06747989225078628, 0.3171470158932206, 0.07335045554443198, -0.06747989225078628, 0.07335045554443198, -0.7817657385407086, -0.5815628926892827, 0.07335045554443198, 0.07335045554443198, -0.22306900025255866, -0.7817657385407086, -0.7817657385407086, 0.07335045554443198, -0.06747989225078628, -0.3944968949310973, 0.07335045554443198, -0.5815628926892827, -0.06747989225078628, -0.7817657385407086, 0.3171470158932206, -0.3944968949310973, 1.0379329193103544, -0.3944968949310973, -0.22306900025255866, 0.20100733024878, -0.5815628926892827, 1.2516197629995265, -0.3944968949310973, -0.7817657385407086, 0.07335045554443198, -0.3944968949310973, 0.3171470158932206, -0.9896534910207444, 0.20100733024878, -0.22306900025255866, -0.7817657385407086, -0.22306900025255866, 0.20100733024878, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, 0.07335045554443198, 0.07335045554443198, -0.3944968949310973, -0.9896534910207444, -0.3944968949310973, -0.5815628926892827, -0.22306900025255866, -0.7817657385407086, -0.5815628926892827, 0.9129713892541622, 0.20100733024878, 0.20100733024878, -0.7817657385407086, 0.07335045554443198, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.06747989225078628, -0.5815628926892827, -0.06747989225078628, -0.22306900025255866, 0.42330103328737295, -0.22306900025255866, -0.22306900025255866, -0.3944968949310973, -0.7817657385407086, -0.22306900025255866, -0.3944968949310973, -0.3944968949310973, -0.5815628926892827, -0.5815628926892827, -0.22306900025255866, 0.42330103328737295, -0.7817657385407086, -0.3944968949310973, 0.07335045554443198, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, 0.3171470158932206, -0.3944968949310973, -0.3944968949310973, -0.22306900025255866, -0.3944968949310973, 0.07335045554443198, -0.22306900025255866, -0.22306900025255866, -0.3944968949310973, 0.07335045554443198, -0.3944968949310973, -0.5815628926892827, -0.3944968949310973, -0.3944968949310973, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.06747989225078628, -0.7817657385407086, 0.07335045554443198, -0.3944968949310973, -0.22306900025255866, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.3944968949310973, 0.07335045554443198, -0.06747989225078628, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.3944968949310973, -0.5815628926892827, -0.06747989225078628, -0.9896534910207444, -0.22306900025255866, -0.3944968949310973, 0.20100733024878, 2.14736137839541, 1.9904695946426385, -0.3944968949310973, -0.06747989225078628, 2.188201745453391, 0.07335045554443198, 0.6108171203392889, -0.22306900025255866, -0.22306900025255866, -0.9896534910207444, 0.9772315987425052, 0.6108171203392889, -0.3944968949310973, -0.7817657385407086, 1.5089022036438522, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.06747989225078628, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.3944968949310973, -0.5815628926892827, -0.22306900025255866, -0.7817657385407086, 1.2516197629995265, -0.06747989225078628, 0.42330103328737295, -0.5815628926892827, 0.07335045554443198, 0.3171470158932206, 1.150041919691665, -0.3944968949310973, 0.20100733024878, -0.22306900025255866, -0.22306900025255866, 0.20100733024878, -0.3944968949310973, -0.9896534910207444, 0.20100733024878, -0.22306900025255866, -0.9896534910207444, -0.3944968949310973, -0.5815628926892827, -0.3944968949310973, 0.3171470158932206, -0.22306900025255866, -0.7817657385407086, 2.227514469574939, -0.9896534910207444, 0.20100733024878, -0.06747989225078628, -0.22306900025255866, -0.3944968949310973, -0.06747989225078628, -0.06747989225078628, -0.22306900025255866, 0.42330103328737295, 0.07335045554443198, 0.20100733024878, -0.7817657385407086, -0.22306900025255866, 0.3171470158932206, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, 0.07335045554443198, -0.22306900025255866, -0.06747989225078628, -0.3944968949310973, -0.5815628926892827, 0.6108171203392889, 0.3171470158932206, -0.5815628926892827, -0.7817657385407086, 0.07335045554443198, -0.5815628926892827, -0.06747989225078628, 0.5208098823593147, -0.06747989225078628, -0.7817657385407086, -0.06747989225078628, -0.22306900025255866, 0.07335045554443198, 2.3198052734707204, -0.5815628926892827, 0.6942875455209527, -0.22306900025255866, 1.0954334189767236, 0.07335045554443198, 0.3171470158932206, -0.06747989225078628, 0.07335045554443198, 0.07335045554443198, -0.06747989225078628, 0.8447348194704631, 0.20100733024878, -0.06747989225078628, -0.3944968949310973, -0.9896534910207444, -0.22306900025255866, 0.42330103328737295, 0.42330103328737295, -0.5815628926892827, 0.20100733024878, 0.6108171203392889, -0.3944968949310973, -0.22306900025255866, 1.8060540853979148, -0.3944968949310973, -0.06747989225078628, -0.3944968949310973, 1.4298308440116856, -0.5815628926892827, 0.20100733024878, 0.20100733024878, -0.3944968949310973, 0.20100733024878, 1.6841374204289377, 1.5089022036438522, -0.5815628926892827, 1.3444281855052895, -0.06747989225078628, -0.5815628926892827, -0.3944968949310973, -0.22306900025255866, -0.06747989225078628, -0.7817657385407086, -0.3944968949310973, -0.22306900025255866, 0.9772315987425052, -0.22306900025255866, 1.6513299253004, 2.3198052734707204, -0.9896534910207444, 0.20100733024878, 0.7720324698159908, -0.22306900025255866, 2.0143659566185854, 0.7720324698159908, -0.5815628926892827, -0.9896534910207444, -0.22306900025255866, -0.22306900025255866, -0.3944968949310973, -0.22306900025255866, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.9896534910207444, -0.06747989225078628, -0.3944968949310973, -0.3944968949310973, -0.3944968949310973, -0.3944968949310973, 0.20100733024878, -0.9896534910207444, 1.9153455612633712, 0.20100733024878, -0.5815628926892827, 0.5208098823593147, -0.7817657385407086, 0.7720324698159908, -0.3944968949310973, 0.07335045554443198, -0.9896534910207444, -0.06747989225078628, -0.5815628926892827, -0.06747989225078628, -0.3944968949310973, -0.06747989225078628, -0.9896534910207444, -0.06747989225078628, -0.5815628926892827, -0.5815628926892827, 0.3171470158932206, -0.3944968949310973, 0.3171470158932206, -0.22306900025255866, -0.22306900025255866, 0.3171470158932206, 1.5825024241493235, -0.5815628926892827, 0.20100733024878, -0.5815628926892827, 0.7720324698159908, 0.07335045554443198, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.06747989225078628, 1.8344560680715336, -0.06747989225078628, 0.6942875455209527, 0.07335045554443198, 0.07335045554443198, -0.5815628926892827, 0.07335045554443198, -0.5815628926892827, 0.6942875455209527, 2.452426813532031, 0.20100733024878, -0.9896534910207444, 0.7720324698159908, 0.20100733024878, -0.3944968949310973, 2.0377320496858458, -0.06747989225078628, 2.3198052734707204, -0.3944968949310973, 0.5208098823593147, -0.22306900025255866, 2.772101667317288, -0.3944968949310973, -0.3944968949310973, -0.06747989225078628, 2.512939492767273, 0.7720324698159908, 0.20100733024878, -0.22306900025255866, -0.5815628926892827, -0.3944968949310973, 0.6942875455209527, -0.06747989225078628, -0.3944968949310973, -0.22306900025255866, 0.07335045554443198, 0.20100733024878, 0.6942875455209527, 0.07335045554443198, 1.7468515896435262, -0.3944968949310973, 0.3171470158932206, 1.4298308440116856, 0.5208098823593147, -0.5815628926892827, -0.06747989225078628, -0.5815628926892827, -0.06747989225078628, -0.7817657385407086, 0.07335045554443198, -0.22306900025255866, -0.3944968949310973, -0.22306900025255866, 0.42330103328737295, 1.8344560680715336, -0.5815628926892827, 0.5208098823593147, 1.7468515896435262, -0.5815628926892827, 1.8344560680715336, 0.42330103328737295, -0.5815628926892827, -0.22306900025255866, 0.7720324698159908, 1.4700998568810701, 0.07335045554443198, 2.4981354193674283, -0.5815628926892827, -0.7817657385407086, -0.22306900025255866, 0.07335045554443198, 0.6942875455209527, -0.3944968949310973, 0.20100733024878, 0.5208098823593147, 0.9772315987425052, 1.0379329193103544, -0.5815628926892827, -0.5815628926892827, 0.07335045554443198, 1.2020262195416775, -0.06747989225078628, -0.9896534910207444, -0.22306900025255866, -0.3944968949310973, -0.06747989225078628, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, 0.42330103328737295, -0.3944968949310973, -0.5815628926892827, -0.06747989225078628, 0.3171470158932206, -0.06747989225078628, -0.06747989225078628, 1.2516197629995265, 0.42330103328737295, 0.20100733024878, 0.07335045554443198, 2.611099539101437, -0.06747989225078628, 0.42330103328737295, 0.20100733024878, 1.8060540853979148, 1.3444281855052895, -0.3944968949310973, -0.3944968949310973, 1.8621139888825815, 1.0954334189767236, 0.3171470158932206, -0.22306900025255866, -0.5815628926892827, 3.0524566609688937, 0.7720324698159908, -0.22306900025255866, 0.20100733024878, 0.7720324698159908, 0.20100733024878, 0.07335045554443198, 0.8447348194704631, 1.9660185063611524, -0.06747989225078628, 0.3171470158932206, -0.5815628926892827, 0.42330103328737295, -0.22306900025255866, 0.5208098823593147, 0.7720324698159908, -0.06747989225078628, 0.5208098823593147, -0.22306900025255866, -0.3944968949310973, -0.3944968949310973, -0.3944968949310973, -0.9896534910207444, 0.3171470158932206, -0.3944968949310973, 0.07335045554443198, -0.3944968949310973, -0.3944968949310973, 0.3171470158932206, -0.5815628926892827, -0.3944968949310973, 0.6942875455209527, 0.8447348194704631, 0.42330103328737295, 1.94098651511044, 1.5825024241493235, 1.3444281855052895, 2.188201745453391, 0.6942875455209527, 1.715959012675124, -0.22306900025255866, 0.8447348194704631, -0.5815628926892827, 1.2990270716697476, 0.6942875455209527, 1.715959012675124, -0.06747989225078628, 0.5208098823593147, 0.20100733024878, 0.7720324698159908, 0.6108171203392889, 1.5463392644049194, -0.22306900025255866, 0.20100733024878, 0.07335045554443198, -0.3944968949310973, -0.06747989225078628, 1.8890655187497818, 0.8447348194704631, 0.42330103328737295, -0.22306900025255866, 0.3171470158932206, -0.3944968949310973, 1.150041919691665, 2.8913366264041804, 1.3879823126072248, -0.3944968949310973, 2.7130676941929828, 1.3879823126072248, 0.42330103328737295, 1.8344560680715336, 0.9129713892541622, 0.42330103328737295, 2.3198052734707204, -0.3944968949310973, 0.42330103328737295, -0.5815628926892827, -0.9896534910207444, 0.7720324698159908, 0.5208098823593147, 0.5208098823593147, 0.20100733024878, 0.07335045554443198, 2.4981354193674283, 2.126330494839493, 0.07335045554443198, 0.3171470158932206, 0.20100733024878, 1.5463392644049194, 2.760557924399844, 1.0379329193103544, 0.3171470158932206, 0.42330103328737295, -0.22306900025255866, 1.9660185063611524, 1.9660185063611524, 0.07335045554443198, 2.9702515767554885, 0.5208098823593147, -0.3944968949310973, 0.6108171203392889, 2.1679798659297247, 0.07335045554443198, 1.8060540853979148, 0.8447348194704631, -0.22306900025255866, 1.6174743239010374, 2.2466327156250547, 1.9153455612633712, 0.20100733024878, -0.5815628926892827, 0.07335045554443198, 1.8890655187497818, 1.9904695946426385, 0.20100733024878, 1.5825024241493235, -0.22306900025255866, 0.9129713892541622, 1.4298308440116856, -0.9896534910207444, 1.8344560680715336, 0.9772315987425052, 1.8890655187497818, 0.9129713892541622, 0.6942875455209527, 3.348850866848667, 2.9890850839732184, 2.931537103719904, -0.3944968949310973, 2.5839787453478302, -0.06747989225078628, 0.6108171203392889, 2.6244013152468466, 0.7720324698159908, 1.9904695946426385, 2.817045428900768, 1.2990270716697476, -0.7817657385407086, 2.700851101297164, 0.8447348194704631, 1.6513299253004, 2.188201745453391, 2.5701506710164086, 2.060590758376013, 0.42330103328737295, 0.5208098823593147, 2.2654092692670984, 2.827986473873629, 1.6513299253004, 1.8621139888825815, 0.9772315987425052, 1.2990270716697476, 2.1679798659297247, -0.22306900025255866, 2.301984495982377, 0.6942875455209527, 2.188201745453391, 1.8060540853979148, 3.0347383849818974, 0.07335045554443198, 1.150041919691665, 2.73708179460756, 0.07335045554443198, 0.6942875455209527, 0.7720324698159908, 2.597626829429679, 2.104870470534685, 2.2654092692670984, 1.4298308440116856, -0.3944968949310973, 1.2516197629995265, 0.20100733024878, 1.4700998568810701, 2.2466327156250547, 0.8447348194704631, -0.22306900025255866, 3.0524566609688937, 1.150041919691665, 3.584874446602531, 1.8890655187497818, 2.7130676941929828, 0.7720324698159908, 2.3373286463903966, 1.715959012675124, 0.9772315987425052, 0.9772315987425052, 0.07335045554443198, 2.597626829429679, 2.931537103719904, 1.5463392644049194, 1.94098651511044, 2.354564345209812, 1.0379329193103544, 2.941350698485476, 2.700851101297164, 1.150041919691665, 3.4005054594773925, 2.5275375242596394, 2.9702515767554885, -0.06747989225078628, 2.650509007464775, 2.4981354193674283, 1.2020262195416775, 3.0870184480848577, 2.4367371022960707, 2.1679798659297247, 1.715959012675124, -0.3944968949310973, 3.2148753034873487, 1.0379329193103544, 1.8344560680715336, 1.150041919691665, 1.715959012675124, 2.7488855975718485, 2.3715216321029007, 2.2654092692670984, 2.301984495982377, 2.9702515767554885, 1.2990270716697476, 1.715959012675124, 2.104870470534685, 2.3715216321029007, 3.3288037789043687, 2.5701506710164086, 2.611099539101437, 1.7468515896435262, -0.06747989225078628, 2.5275375242596394, 2.931537103719904, 1.8060540853979148, 1.2020262195416775, 3.2662507652456347, 1.94098651511044, 0.3171470158932206, 3.5362172106330894, 0.07335045554443198, 2.4046358519299864, 2.126330494839493, 2.2466327156250547, 0.9772315987425052, 2.650509007464775, 1.2516197629995265, 2.8913366264041804, -0.22306900025255866, 2.4981354193674283, 1.0379329193103544, 2.2466327156250547, 2.301984495982377, 2.4046358519299864, 3.2662507652456347, 2.0143659566185854, 1.4298308440116856, 2.1679798659297247, 3.2733885577035062, 2.082963525594969, 2.082963525594969, 1.6513299253004, 4.096809978046289, -0.3944968949310973, 2.6633230063179223, 3.5362172106330894, 2.9216306952177185, 3.6414274265640807, 3.3814324382094143, 3.2662507652456347, 2.14736137839541, 1.7768673052891295, 2.817045428900768, 2.2838560831759107, 2.2654092692670984, 2.931537103719904, 3.355448814119025, 1.7468515896435262, 2.188201745453391, 2.8706426542797168, 2.8706426542797168, 2.6759822521122656, 4.41065857391463, 2.3373286463903966, 2.7835196242936937, 2.6244013152468466, 2.6884904315317937, 2.9510732006747262, 1.715959012675124, 2.3198052734707204, 0.5208098823593147, 3.3620054354169553, 3.1204758635580028, 3.7415785762223215, 3.128675809670248, 3.0698801348113762, 1.2990270716697476, 3.8161721731552287, 1.5825024241493235, 2.354564345209812, 1.8344560680715336, 2.637536432508025, 1.150041919691665, 1.0379329193103544, 3.2662507652456347, 3.0075858946015765, 3.3220351862864512, 1.6174743239010374, 2.5839787453478302, 2.14736137839541, 1.8890655187497818, 1.6841374204289377, 3.9840647631380137, 0.6942875455209527, 2.4367371022960707, 3.6160996818981017, 0.9129713892541622, 3.685527819155239, 1.8621139888825815, 1.0379329193103544, 2.73708179460756, 3.7860982511617856, 2.420809221874371, 2.082963525594969, 3.11221119578588, 2.354564345209812, 3.857688945967633, 2.8495316474590218, 2.104870470534685, 3.16084813462517, 3.184344812732032, 0.6942875455209527, 3.0698801348113762, 3.0167151683297284, 2.301984495982377, 2.9116297026285447, 3.0698801348113762, 3.13681203917658, 1.5825024241493235, 3.9054281280915384, 3.1038807773495067, 3.6998244429718112, 2.060590758376013, 3.7092481653827134, -0.9896534910207444, -0.9896534910207444, -0.22306900025255866, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.06747989225078628, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.22306900025255866, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.3944968949310973, -0.9896534910207444, -0.9896534910207444, -0.5815628926892827, -0.9896534910207444, 0.42330103328737295, -0.7817657385407086, -0.22306900025255866, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.06747989225078628, -0.9896534910207444, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.3944968949310973, -0.22306900025255866, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, -0.3944968949310973, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.06747989225078628, -0.9896534910207444, -0.5815628926892827, -0.3944968949310973, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.22306900025255866, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.3944968949310973, -0.7817657385407086, -0.9896534910207444, -0.3944968949310973, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.22306900025255866, -0.22306900025255866, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, -0.3944968949310973, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.3944968949310973, -0.5815628926892827, -0.3944968949310973, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.3944968949310973, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, 0.07335045554443198, 0.07335045554443198, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.06747989225078628, -0.9896534910207444, -0.7817657385407086, -0.22306900025255866, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.3944968949310973, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.3944968949310973, -0.9896534910207444, -0.22306900025255866, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.22306900025255866, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.06747989225078628, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, 0.07335045554443198, -0.7817657385407086, -0.5815628926892827, 0.07335045554443198, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.06747989225078628, -0.22306900025255866, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, 0.07335045554443198, -0.7817657385407086, -0.5815628926892827, -0.3944968949310973, -0.22306900025255866, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.3944968949310973, -0.3944968949310973, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.22306900025255866, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.22306900025255866, -0.3944968949310973, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.3944968949310973, -0.7817657385407086, 0.07335045554443198, -0.9896534910207444, -0.06747989225078628, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.9896534910207444, -0.3944968949310973, -0.22306900025255866, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.3944968949310973, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.3944968949310973, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.06747989225078628, -0.06747989225078628, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.3944968949310973, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, -0.06747989225078628, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.3944968949310973, -0.7817657385407086, -0.5815628926892827, -0.3944968949310973, -0.7817657385407086, 0.3171470158932206, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, 0.07335045554443198, -0.7817657385407086, -0.9896534910207444, -0.22306900025255866, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.3944968949310973, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.3944968949310973, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, -0.3944968949310973, -0.5815628926892827, -0.9896534910207444, -0.22306900025255866, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.22306900025255866, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.3944968949310973, -0.5815628926892827, -0.7817657385407086, -0.3944968949310973, -0.3944968949310973, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.3944968949310973, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.3944968949310973, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.22306900025255866, -0.9896534910207444, -0.3944968949310973, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.3944968949310973, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.22306900025255866, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.3944968949310973, -0.9896534910207444, -0.3944968949310973, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.3944968949310973, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, -0.3944968949310973, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, -0.7817657385407086, 0.07335045554443198, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.3944968949310973, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.3944968949310973, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.22306900025255866, -0.5815628926892827, 0.20100733024878, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.06747989225078628, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.5815628926892827, -0.22306900025255866, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, -0.3944968949310973, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.3944968949310973, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, 0.20100733024878, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, -0.9896534910207444, 0.3171470158932206, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, 0.07335045554443198, -0.3944968949310973, -0.7817657385407086, -0.06747989225078628, -0.3944968949310973, -0.7817657385407086, -0.22306900025255866, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.06747989225078628, -0.5815628926892827, -0.7817657385407086, -0.22306900025255866, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.3944968949310973, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.3944968949310973, -0.9896534910207444, -0.9896534910207444, -0.3944968949310973, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.22306900025255866, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.3944968949310973, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.22306900025255866, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.3944968949310973, -0.3944968949310973, -0.7817657385407086, -0.3944968949310973, -0.3944968949310973, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, 0.3171470158932206, -0.3944968949310973, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.3944968949310973, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, -0.5815628926892827, -0.3944968949310973, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, -0.22306900025255866, -0.22306900025255866, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.3944968949310973, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.3944968949310973, -0.22306900025255866, -0.9896534910207444, -0.06747989225078628, -0.5815628926892827, -0.9896534910207444, -0.22306900025255866, -0.7817657385407086, -0.7817657385407086, -0.06747989225078628, -0.9896534910207444, -0.5815628926892827, 0.20100733024878, 0.20100733024878, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, 0.3171470158932206, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.22306900025255866, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.9896534910207444, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, 0.07335045554443198, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.3944968949310973, -0.9896534910207444, -0.22306900025255866, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.22306900025255866, -0.3944968949310973, -0.5815628926892827, -0.3944968949310973, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.5815628926892827, -0.9896534910207444, -0.22306900025255866, -0.3944968949310973, -0.9896534910207444, -0.5815628926892827, -0.3944968949310973, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.22306900025255866, -0.9896534910207444, -0.3944968949310973, -0.5815628926892827, -0.22306900025255866, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.3944968949310973, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.3944968949310973, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.22306900025255866, -0.3944968949310973, -0.3944968949310973, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.06747989225078628, -0.7817657385407086, -0.9896534910207444, -0.22306900025255866, -0.7817657385407086, -0.22306900025255866, -0.5815628926892827, -0.22306900025255866, -0.3944968949310973, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.9896534910207444, -0.22306900025255866, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.22306900025255866, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.22306900025255866, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.3944968949310973, -0.7817657385407086, -0.5815628926892827, -0.22306900025255866, -0.7817657385407086, -0.9896534910207444, -0.3944968949310973, -0.3944968949310973, -0.5815628926892827, -0.9896534910207444, -0.22306900025255866, -0.9896534910207444, -0.3944968949310973, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.3944968949310973, -0.22306900025255866, -0.7817657385407086, -0.5815628926892827, -0.06747989225078628, -0.3944968949310973, -0.3944968949310973, -0.5815628926892827, -0.5815628926892827, 0.07335045554443198, -0.06747989225078628, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.3944968949310973, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.22306900025255866, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.3944968949310973, -0.22306900025255866, -0.7817657385407086, -0.3944968949310973, -0.5815628926892827, -0.3944968949310973, -0.3944968949310973, -0.3944968949310973, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.3944968949310973, -0.3944968949310973, -0.22306900025255866, -0.22306900025255866, -0.7817657385407086, -0.7817657385407086, -0.3944968949310973, -0.5815628926892827, 0.6942875455209527, -0.9896534910207444, -0.3944968949310973, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.22306900025255866, -0.3944968949310973, -0.3944968949310973, -0.3944968949310973, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, 0.8447348194704631, -0.22306900025255866, -0.7817657385407086, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.3944968949310973, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.5815628926892827, -0.3944968949310973, -0.9896534910207444, 0.7720324698159908, -0.9896534910207444, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.3944968949310973, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.3944968949310973, -0.22306900025255866, -0.9896534910207444, -0.06747989225078628, -0.3944968949310973, -0.5815628926892827, -0.22306900025255866, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, -0.06747989225078628, -0.7817657385407086, -0.9896534910207444, -0.22306900025255866, -0.3944968949310973, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.06747989225078628, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.22306900025255866, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, 0.07335045554443198, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.9896534910207444, -0.3944968949310973, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.22306900025255866, 0.07335045554443198, -0.3944968949310973, -0.7817657385407086, -0.9896534910207444, -0.22306900025255866, -0.7817657385407086, -0.3944968949310973, -0.9896534910207444, -0.3944968949310973, 0.20100733024878, -0.3944968949310973, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.22306900025255866, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.3944968949310973, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.3944968949310973, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.22306900025255866, -0.5815628926892827, -0.3944968949310973, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.3944968949310973, -0.9896534910207444, -0.5815628926892827, 0.20100733024878, -0.7817657385407086, -0.9896534910207444, -0.22306900025255866, -0.22306900025255866, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.3944968949310973, -0.3944968949310973, -0.7817657385407086, -0.7817657385407086, -0.06747989225078628, -0.5815628926892827, -0.06747989225078628, 1.2516197629995265, -0.22306900025255866, -0.9896534910207444, -0.9896534910207444, -0.3944968949310973, -0.7817657385407086, -0.7817657385407086, 0.20100733024878, -0.3944968949310973, -0.22306900025255866, -0.9896534910207444, -0.06747989225078628, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, -0.22306900025255866, -0.3944968949310973, -0.7817657385407086, -0.06747989225078628, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.06747989225078628, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.06747989225078628, -0.3944968949310973, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.06747989225078628, -0.22306900025255866, 0.07335045554443198, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.22306900025255866, -0.9896534910207444, -0.3944968949310973, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.22306900025255866, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.06747989225078628, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.22306900025255866, -0.5815628926892827, -0.5815628926892827, -0.3944968949310973, -0.22306900025255866, -0.5815628926892827, -0.9896534910207444, -0.22306900025255866, -0.3944968949310973, -0.9896534910207444, -0.3944968949310973, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.06747989225078628, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, -0.7817657385407086, -0.3944968949310973, -0.5815628926892827, -0.22306900025255866, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.06747989225078628, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, 0.07335045554443198, -0.5815628926892827, -0.9896534910207444, -0.22306900025255866, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.22306900025255866, -0.3944968949310973, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.3944968949310973, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.3944968949310973, 0.07335045554443198, -0.22306900025255866, -0.5815628926892827, -0.3944968949310973, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.3944968949310973, -0.3944968949310973, -0.7817657385407086, -0.22306900025255866, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.3944968949310973, -0.9896534910207444, -0.22306900025255866, -0.7817657385407086, 0.3171470158932206, -0.22306900025255866, -0.22306900025255866, -0.7817657385407086, -0.06747989225078628, -0.9896534910207444, -0.9896534910207444, -0.06747989225078628, -0.3944968949310973, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.22306900025255866, -0.5815628926892827, -0.5815628926892827, -0.22306900025255866, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.22306900025255866, -0.7817657385407086, 0.07335045554443198, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.3944968949310973, -0.7817657385407086, -0.22306900025255866, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, 0.07335045554443198, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.3944968949310973, -0.9896534910207444, -0.22306900025255866, -0.9896534910207444, -0.3944968949310973, 0.20100733024878, -0.9896534910207444, -0.22306900025255866, 0.07335045554443198, -0.9896534910207444, -0.3944968949310973, -0.3944968949310973, -0.7817657385407086, -0.9896534910207444, -0.3944968949310973, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.3944968949310973, -0.9896534910207444, -0.22306900025255866, 0.20100733024878, -0.5815628926892827, -0.7817657385407086, -0.22306900025255866, -0.7817657385407086, -0.5815628926892827, -0.3944968949310973, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, -0.06747989225078628, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.22306900025255866, -0.5815628926892827, -0.7817657385407086, -0.3944968949310973, -0.9896534910207444, -0.5815628926892827, -0.9896534910207444, -0.22306900025255866, -0.06747989225078628, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, 1.6841374204289377, -0.9896534910207444, -0.5815628926892827, -0.22306900025255866, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.06747989225078628, -0.7817657385407086, 0.3171470158932206, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.22306900025255866, -0.9896534910207444, 0.3171470158932206, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, -0.22306900025255866, -0.9896534910207444, -0.3944968949310973, -0.3944968949310973, -0.22306900025255866, -0.7817657385407086, -0.06747989225078628, -0.3944968949310973, -0.7817657385407086, 0.3171470158932206, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.3944968949310973, -0.9896534910207444, -0.22306900025255866, -0.3944968949310973, -0.7817657385407086, -0.22306900025255866, -0.7817657385407086, -0.5815628926892827, 0.07335045554443198, -0.9896534910207444, -0.22306900025255866, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, -0.7817657385407086, -0.3944968949310973, -0.3944968949310973, -0.3944968949310973, -0.9896534910207444, 0.07335045554443198, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.22306900025255866, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.3944968949310973, 0.07335045554443198, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, 0.07335045554443198, -0.5815628926892827, -0.22306900025255866, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.06747989225078628, -0.7817657385407086, -0.22306900025255866, -0.9896534910207444, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, 0.07335045554443198, -0.5815628926892827, -0.3944968949310973, -0.3944968949310973, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.22306900025255866, -0.7817657385407086, -0.06747989225078628, -0.06747989225078628, 0.07335045554443198, -0.06747989225078628, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, -0.7817657385407086, -0.06747989225078628, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.22306900025255866, -0.9896534910207444, -0.5815628926892827, -0.22306900025255866, -0.5815628926892827, -0.3944968949310973, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.3944968949310973, 0.20100733024878, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, 0.5208098823593147, -0.7817657385407086, -0.9896534910207444, -0.3944968949310973, -0.22306900025255866, 0.07335045554443198, -0.3944968949310973, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.3944968949310973, -0.22306900025255866, -0.22306900025255866, -0.3944968949310973, -0.22306900025255866, -0.5815628926892827, -0.9896534910207444, -0.22306900025255866, -0.5815628926892827, -0.5815628926892827, -0.3944968949310973, 0.20100733024878, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.06747989225078628, 0.07335045554443198, -0.3944968949310973, -0.5815628926892827, 0.07335045554443198, -0.7817657385407086, -0.22306900025255866, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.22306900025255866, -0.7817657385407086, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, -0.9896534910207444, -0.3944968949310973, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.22306900025255866, -0.9896534910207444, -0.3944968949310973, -0.9896534910207444, -0.3944968949310973, -0.22306900025255866, -0.5815628926892827, -0.22306900025255866, -0.9896534910207444, -0.22306900025255866, -0.06747989225078628, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, 0.20100733024878, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.3944968949310973, -0.9896534910207444, 0.20100733024878, -0.3944968949310973, -0.3944968949310973, -0.3944968949310973, -0.9896534910207444, -0.3944968949310973, -0.3944968949310973, -0.5815628926892827, -0.5815628926892827, -0.22306900025255866, -0.06747989225078628, 0.3171470158932206, 0.3171470158932206, -0.3944968949310973, -0.22306900025255866, -0.5815628926892827, -0.5815628926892827, 0.20100733024878, -0.5815628926892827, -0.5815628926892827, -0.22306900025255866, -0.9896534910207444, -0.9896534910207444, -0.5815628926892827, -0.3944968949310973, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.22306900025255866, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.06747989225078628, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.3944968949310973, -0.22306900025255866, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.22306900025255866, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.3944968949310973, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, 0.42330103328737295, -0.5815628926892827, -0.5815628926892827, 0.7720324698159908, 0.07335045554443198, -0.22306900025255866, -0.7817657385407086, 0.07335045554443198, 0.42330103328737295, -0.7817657385407086, -0.9896534910207444, -0.22306900025255866, -0.5815628926892827, 0.07335045554443198, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.22306900025255866, -0.5815628926892827, -0.3944968949310973, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.22306900025255866, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.3944968949310973, 0.07335045554443198, -0.5815628926892827, 0.20100733024878, -0.5815628926892827, -0.3944968949310973, -0.3944968949310973, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, 0.07335045554443198, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.3944968949310973, -0.9896534910207444, -0.06747989225078628, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.06747989225078628, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, 0.07335045554443198, -0.7817657385407086, 0.07335045554443198, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.5815628926892827, 0.07335045554443198, -0.5815628926892827, -0.22306900025255866, -0.22306900025255866, -0.3944968949310973, -0.9896534910207444, -0.3944968949310973, -0.5815628926892827, -0.5815628926892827, -0.22306900025255866, -0.22306900025255866, -0.06747989225078628, -0.06747989225078628, -0.3944968949310973, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, -0.22306900025255866, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.22306900025255866, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, -0.5815628926892827, -0.22306900025255866, -0.5815628926892827, -0.3944968949310973, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.3944968949310973, -0.7817657385407086, -0.3944968949310973, -0.3944968949310973, 0.6942875455209527, -0.22306900025255866, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.9896534910207444, -0.3944968949310973, -0.3944968949310973, -0.3944968949310973, -0.9896534910207444, -0.5815628926892827, -0.3944968949310973, -0.22306900025255866, -0.22306900025255866, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, 0.20100733024878, -0.5815628926892827, 0.20100733024878, -0.7817657385407086, -0.7817657385407086, -0.3944968949310973, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.5815628926892827, 0.42330103328737295, -0.3944968949310973, -0.06747989225078628, -0.9896534910207444, -0.3944968949310973, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.22306900025255866, -0.7817657385407086, -0.9896534910207444, -0.22306900025255866, 0.20100733024878, 0.20100733024878, -0.06747989225078628, 0.07335045554443198, -0.7817657385407086, -0.9896534910207444, -0.22306900025255866, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.06747989225078628, -0.3944968949310973, -0.06747989225078628, -0.3944968949310973, -0.22306900025255866, -0.5815628926892827, -0.3944968949310973, -0.3944968949310973, -0.9896534910207444, -0.5815628926892827, -0.3944968949310973, -0.06747989225078628, -0.5815628926892827, 0.07335045554443198, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.3944968949310973, -0.5815628926892827, 0.07335045554443198, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, -0.22306900025255866, -0.9896534910207444, 0.20100733024878, -0.3944968949310973, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.3944968949310973, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.22306900025255866, -0.7817657385407086, -0.5815628926892827, -0.3944968949310973, -0.7817657385407086, -0.5815628926892827, -0.3944968949310973, -0.9896534910207444, -0.22306900025255866, 0.07335045554443198, -0.22306900025255866, -0.3944968949310973, -0.06747989225078628, -0.22306900025255866, -0.3944968949310973, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.06747989225078628, -0.3944968949310973, -0.3944968949310973, -0.9896534910207444, -0.5815628926892827, -0.3944968949310973, -0.3944968949310973, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.9896534910207444, -0.3944968949310973, -0.3944968949310973, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, -0.3944968949310973, -0.9896534910207444, -0.3944968949310973, -0.7817657385407086, 0.07335045554443198, 0.20100733024878, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, 0.42330103328737295, -0.5815628926892827, 0.7720324698159908, -0.3944968949310973, -0.06747989225078628, -0.9896534910207444, -0.3944968949310973, -0.5815628926892827, 0.3171470158932206, -0.5815628926892827, -0.3944968949310973, -0.22306900025255866, -0.3944968949310973, -0.5815628926892827, -0.3944968949310973, -0.7817657385407086, -0.22306900025255866, -0.22306900025255866, -0.3944968949310973, -0.22306900025255866, -0.9896534910207444, -0.3944968949310973, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.7817657385407086, -0.9896534910207444, -0.22306900025255866, -0.9896534910207444, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, 0.5208098823593147, 0.07335045554443198, -0.22306900025255866, -0.5815628926892827, -0.3944968949310973, -0.5815628926892827, -0.22306900025255866, -0.5815628926892827, -0.22306900025255866, -0.9896534910207444, -0.7817657385407086, -0.06747989225078628, -0.7817657385407086, -0.22306900025255866, -0.7817657385407086, -0.5815628926892827, 0.07335045554443198, -0.3944968949310973, -0.5815628926892827, -0.06747989225078628, -0.7817657385407086, -0.9896534910207444, 0.07335045554443198, -0.5815628926892827, -0.22306900025255866, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.22306900025255866, -0.3944968949310973, -0.5815628926892827, -0.7817657385407086, -0.22306900025255866, -0.3944968949310973, -0.22306900025255866, -0.9896534910207444, -0.06747989225078628, 0.8447348194704631, -0.9896534910207444, -0.06747989225078628, -0.5815628926892827, -0.7817657385407086, -0.06747989225078628, -0.22306900025255866, -0.9896534910207444, -0.3944968949310973, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, -0.06747989225078628, 0.8447348194704631, -0.7817657385407086, 0.20100733024878, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.22306900025255866, -0.9896534910207444, 0.07335045554443198, -0.3944968949310973, -0.3944968949310973, -0.3944968949310973, -0.06747989225078628, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.3944968949310973, -0.06747989225078628, 0.20100733024878, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.06747989225078628, -0.3944968949310973, -0.9896534910207444, -0.7817657385407086, -0.5815628926892827, -0.06747989225078628, -0.7817657385407086, -0.5815628926892827, 0.07335045554443198, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.06747989225078628, -0.5815628926892827, -0.5815628926892827, -0.3944968949310973, -0.5815628926892827, -0.9896534910207444, 1.2516197629995265, -0.7817657385407086, -0.9896534910207444, 0.07335045554443198, -0.5815628926892827, 0.07335045554443198, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, -0.9896534910207444, 0.07335045554443198, -0.9896534910207444, -0.5815628926892827, 0.6942875455209527, -0.22306900025255866, 0.6942875455209527, -0.7817657385407086, -0.3944968949310973, -0.5815628926892827, -0.5815628926892827, 0.20100733024878, -0.5815628926892827, -0.7817657385407086, -0.22306900025255866, -0.7817657385407086, -0.5815628926892827, 0.07335045554443198, 0.20100733024878, 0.7720324698159908, -0.22306900025255866, -0.9896534910207444, -0.06747989225078628, 0.07335045554443198, -0.9896534910207444, 0.07335045554443198, -0.3944968949310973, -0.7817657385407086, -0.06747989225078628, -0.7817657385407086, -0.7817657385407086, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.3944968949310973, -0.7817657385407086, -0.3944968949310973, -0.3944968949310973, 0.07335045554443198, -0.7817657385407086, -0.9896534910207444, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, -0.3944968949310973, -0.3944968949310973, -0.3944968949310973, 0.6108171203392889, -0.5815628926892827, -0.22306900025255866, -0.3944968949310973, -0.7817657385407086, -0.5815628926892827, -0.3944968949310973, -0.7817657385407086, -0.9896534910207444, -0.06747989225078628, -0.5815628926892827, -0.9896534910207444, 0.3171470158932206, -0.22306900025255866, 0.6942875455209527, 0.7720324698159908, -0.7817657385407086, 1.150041919691665, -0.22306900025255866, -0.22306900025255866, -0.7817657385407086, -0.9896534910207444, -0.9896534910207444, -0.22306900025255866, -0.06747989225078628, -0.7817657385407086, -0.7817657385407086, -0.06747989225078628, -0.7817657385407086, -0.5815628926892827, -0.22306900025255866, -0.7817657385407086, -0.5815628926892827, -0.22306900025255866, -0.3944968949310973, -0.3944968949310973, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, -0.7817657385407086, -0.06747989225078628, -0.3944968949310973, -0.9896534910207444, -0.06747989225078628, -0.7817657385407086, -0.3944968949310973, -0.22306900025255866, -0.3944968949310973, -0.7817657385407086, -0.3944968949310973, 0.3171470158932206, -0.22306900025255866, -0.22306900025255866, -0.9896534910207444, -0.3944968949310973, -0.22306900025255866, -0.5815628926892827, -0.9896534910207444, 0.5208098823593147, -0.3944968949310973, -0.5815628926892827, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, 0.42330103328737295, -0.3944968949310973, -0.7817657385407086, -0.22306900025255866, -0.3944968949310973, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, 0.20100733024878, 0.5208098823593147, 1.150041919691665, -0.5815628926892827, -0.3944968949310973, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.3944968949310973, -0.9896534910207444, -0.7817657385407086, -0.22306900025255866, -0.7817657385407086, 0.07335045554443198, -0.5815628926892827, -0.7817657385407086, -0.3944968949310973, -0.5815628926892827, 0.3171470158932206, 1.0379329193103544, -0.5815628926892827, -0.5815628926892827, -0.9896534910207444, -0.9896534910207444, -0.3944968949310973, -0.22306900025255866, -0.3944968949310973, -0.7817657385407086, -0.7817657385407086, -0.3944968949310973, -0.3944968949310973, 0.3171470158932206, -0.3944968949310973, 0.07335045554443198, -0.3944968949310973, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, -0.9896534910207444, -0.7817657385407086, -0.3944968949310973, 1.3444281855052895, 0.5208098823593147, -0.5815628926892827, -0.3944968949310973, -0.3944968949310973, 0.20100733024878, -0.22306900025255866, -0.5815628926892827, 0.6108171203392889, -0.3944968949310973, -0.22306900025255866, -0.3944968949310973, -0.5815628926892827, 0.07335045554443198, -0.06747989225078628, -0.22306900025255866, -0.3944968949310973, -0.5815628926892827, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, 0.07335045554443198, -0.9896534910207444, -0.22306900025255866, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.22306900025255866, -0.7817657385407086, -0.22306900025255866, 0.07335045554443198, -0.5815628926892827, -0.22306900025255866, 0.07335045554443198, -0.3944968949310973, -0.22306900025255866, -0.3944968949310973, -0.06747989225078628, -0.3944968949310973, -0.5815628926892827, -0.5815628926892827, -0.22306900025255866, -0.22306900025255866, 0.07335045554443198, -0.22306900025255866, -0.22306900025255866, -0.5815628926892827, -0.22306900025255866, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.5815628926892827, -0.5815628926892827, -0.22306900025255866, -0.06747989225078628, -0.7817657385407086, -0.22306900025255866, -0.9896534910207444, -0.22306900025255866, 1.5089022036438522, -0.06747989225078628, 0.07335045554443198, -0.3944968949310973, 0.42330103328737295, -0.9896534910207444, 0.42330103328737295, -0.7817657385407086, 0.20100733024878, -0.06747989225078628, -0.3944968949310973, -0.5815628926892827, 0.3171470158932206, 0.07335045554443198, -0.06747989225078628, -0.3944968949310973, 0.07335045554443198, -0.3944968949310973, -0.9896534910207444, -0.7817657385407086, -0.06747989225078628, -0.5815628926892827, 0.20100733024878, -0.3944968949310973, -0.06747989225078628, 1.2990270716697476, -0.5815628926892827, -0.7817657385407086, 1.2990270716697476, -0.3944968949310973, -0.7817657385407086, -0.3944968949310973, -0.5815628926892827, -0.9896534910207444, 0.07335045554443198, -0.5815628926892827, -0.3944968949310973, -0.9896534910207444, 1.0379329193103544, -0.7817657385407086, -0.9896534910207444, -0.7817657385407086, -0.7817657385407086, -0.3944968949310973, -0.3944968949310973, -0.22306900025255866, -0.7817657385407086, -0.22306900025255866, 0.07335045554443198, 0.20100733024878, -0.7817657385407086, -0.3944968949310973, -0.7817657385407086, -0.7817657385407086, 0.20100733024878, -0.3944968949310973, -0.5815628926892827, -0.3944968949310973, 0.07335045554443198, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, 0.07335045554443198, -0.5815628926892827, 0.6108171203392889, 1.4298308440116856, -0.5815628926892827, -0.06747989225078628, -0.7817657385407086, -0.22306900025255866, -0.5815628926892827, -0.5815628926892827, 0.20100733024878, -0.3944968949310973, 0.5208098823593147, -0.3944968949310973, -0.9896534910207444, 0.7720324698159908, -0.7817657385407086, 0.07335045554443198, -0.3944968949310973, -0.3944968949310973, -0.22306900025255866, 0.9129713892541622, -0.5815628926892827, 0.42330103328737295, -0.3944968949310973, 0.20100733024878, -0.7817657385407086, -0.5815628926892827, -0.22306900025255866, -0.7817657385407086, 0.07335045554443198, -0.22306900025255866, -0.5815628926892827, -0.3944968949310973, -0.7817657385407086, 0.20100733024878, -0.5815628926892827, -0.5815628926892827, 0.20100733024878, -0.7817657385407086, -0.22306900025255866, -0.22306900025255866, -0.9896534910207444, -0.3944968949310973, -0.7817657385407086, -0.22306900025255866, -0.3944968949310973, -0.3944968949310973, -0.3944968949310973, -0.5815628926892827, -0.9896534910207444, -0.3944968949310973, 0.5208098823593147, 0.3171470158932206, -0.5815628926892827, 0.07335045554443198, 1.2516197629995265, -0.7817657385407086, -0.06747989225078628, 0.5208098823593147, -0.7817657385407086, -0.22306900025255866, -0.3944968949310973, 0.6942875455209527, -0.7817657385407086, -0.3944968949310973, -0.3944968949310973, -0.5815628926892827, -0.5815628926892827, -0.22306900025255866, 0.07335045554443198, -0.22306900025255866, 0.5208098823593147, 0.07335045554443198, -0.7817657385407086, 0.20100733024878, 0.8447348194704631, -0.9896534910207444, -0.22306900025255866, -0.5815628926892827, 0.07335045554443198, 0.7720324698159908, 0.3171470158932206, -0.06747989225078628, -0.5815628926892827, -0.3944968949310973, -0.22306900025255866, -0.3944968949310973, -0.3944968949310973, -0.3944968949310973, 1.0379329193103544, -0.5815628926892827, -0.7817657385407086, -0.5815628926892827, -0.3944968949310973, 0.9129713892541622, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.3944968949310973, -0.3944968949310973, -0.9896534910207444, -0.5815628926892827, -0.9896534910207444, -0.5815628926892827, -0.5815628926892827, -0.5815628926892827, -0.22306900025255866, -0.22306900025255866, -0.5815628926892827, 0.8447348194704631, -0.3944968949310973, -0.3944968949310973, 1.150041919691665, -0.06747989225078628, 0.07335045554443198, -0.7817657385407086, 0.9129713892541622, -0.5815628926892827, 0.07335045554443198, 0.8447348194704631, -0.7817657385407086, -0.3944968949310973, 0.20100733024878, 1.2020262195416775, -0.9896534910207444, -0.9896534910207444, 0.20100733024878, -0.9896534910207444, -0.5815628926892827, 0.3171470158932206, -0.5815628926892827, -0.7817657385407086, 0.20100733024878, -0.5815628926892827, -0.22306900025255866, 0.42330103328737295, -0.5815628926892827, -0.22306900025255866, -0.22306900025255866, 0.07335045554443198, -0.3944968949310973, 0.8447348194704631, -0.5815628926892827, 1.2020262195416775, 0.20100733024878, 0.8447348194704631, -0.7817657385407086, -0.3944968949310973, 0.7720324698159908, 1.0379329193103544, -0.06747989225078628, -0.7817657385407086, -0.06747989225078628, -0.5815628926892827, 0.42330103328737295, 1.2990270716697476, -0.3944968949310973, -0.5815628926892827, 1.6841374204289377, -0.22306900025255866, -0.5815628926892827, 1.0379329193103544, 0.8447348194704631, 0.07335045554443198, 0.6942875455209527, -0.3944968949310973, -0.22306900025255866, -0.06747989225078628, 1.150041919691665, 0.5208098823593147, -0.06747989225078628, 1.150041919691665, 0.3171470158932206, -0.7817657385407086, -0.06747989225078628, -0.22306900025255866, 1.2020262195416775, 0.20100733024878, -0.5815628926892827, 0.5208098823593147, -0.5815628926892827, 0.42330103328737295, -0.3944968949310973, -0.3944968949310973, 0.6942875455209527, 0.42330103328737295, -0.9896534910207444, -0.22306900025255866, -0.22306900025255866, 0.07335045554443198, -0.3944968949310973, -0.3944968949310973, -0.3944968949310973, -0.5815628926892827, -0.5815628926892827, -0.7817657385407086, 0.07335045554443198, 0.20100733024878, -0.22306900025255866, -0.9896534910207444, 0.5208098823593147, -0.22306900025255866, 0.7720324698159908, -0.3944968949310973, -0.5815628926892827, 0.9129713892541622, 1.2990270716697476, -0.5815628926892827, 0.9772315987425052, -0.5815628926892827, 1.5463392644049194, 0.07335045554443198, -0.22306900025255866, -0.3944968949310973, 0.5208098823593147, -0.22306900025255866, 0.7720324698159908, 1.3444281855052895, -0.06747989225078628, 0.20100733024878, 0.07335045554443198, -0.5815628926892827, -0.7817657385407086, -0.22306900025255866, -0.7817657385407086, 1.2990270716697476, -0.06747989225078628, -0.3944968949310973, 1.2516197629995265, -0.5815628926892827, 0.20100733024878, 0.3171470158932206, 0.9129713892541622, -0.06747989225078628, -0.22306900025255866, 1.0379329193103544, -0.5815628926892827, 0.07335045554443198, 0.20100733024878, 0.7720324698159908, 1.0379329193103544, -0.3944968949310973, -0.5815628926892827, -0.22306900025255866, -0.06747989225078628, -0.7817657385407086, -0.06747989225078628, -0.06747989225078628, -0.22306900025255866, 1.6174743239010374, 1.7768673052891295, -0.3944968949310973, 1.5463392644049194, 0.6942875455209527, -0.5815628926892827, 1.0379329193103544, -0.5815628926892827, 0.9772315987425052, 0.9772315987425052, 0.3171470158932206, 0.6108171203392889, -0.7817657385407086, 1.3444281855052895, -0.3944968949310973, 1.6841374204289377, -0.22306900025255866, 0.3171470158932206, 2.0143659566185854, 1.2020262195416775, -0.5815628926892827, 1.150041919691665, -0.7817657385407086, -0.5815628926892827, -0.22306900025255866, -0.22306900025255866, 0.42330103328737295, 0.8447348194704631, -0.22306900025255866, -0.9896534910207444, 1.5089022036438522, 1.4298308440116856, -0.5815628926892827, -0.22306900025255866, -0.3944968949310973, 0.9772315987425052, 1.8890655187497818, 0.42330103328737295, 1.0954334189767236, 0.07335045554443198, 0.42330103328737295, 0.5208098823593147, 0.9129713892541622, 0.9772315987425052, -0.5815628926892827, 0.9772315987425052, 0.3171470158932206, 0.20100733024878, 0.6942875455209527, 0.07335045554443198, 1.150041919691665, -0.22306900025255866, -0.5815628926892827, -0.9896534910207444, 0.07335045554443198, 1.4298308440116856, 1.2990270716697476, -0.22306900025255866, -0.5815628926892827, -0.3944968949310973, -0.22306900025255866, 1.2990270716697476, 1.4298308440116856, 1.2516197629995265, 0.3171470158932206, 1.3444281855052895, 0.3171470158932206, 1.715959012675124, 0.07335045554443198, 0.9772315987425052, 1.150041919691665, 0.9129713892541622, -0.7817657385407086, -0.3944968949310973, 1.150041919691665, 1.150041919691665, -0.5815628926892827, -0.7817657385407086, 0.7720324698159908, 0.7720324698159908, 1.3444281855052895, 1.5825024241493235, -0.22306900025255866, -0.22306900025255866, -0.5815628926892827, 0.3171470158932206, 0.9772315987425052, 0.07335045554443198, 0.20100733024878, -0.22306900025255866, 1.2020262195416775, 1.6841374204289377, -0.3944968949310973, -0.06747989225078628, 1.715959012675124, -0.3944968949310973, -0.3944968949310973, 0.6942875455209527, 1.2020262195416775, 0.5208098823593147, 1.2516197629995265, 0.8447348194704631, -0.5815628926892827, -0.9896534910207444, -0.3944968949310973, 0.6942875455209527, 0.9129713892541622, 1.150041919691665, 0.20100733024878, 1.3879823126072248, -0.5815628926892827, 0.9129713892541622, 0.5208098823593147, -0.5815628926892827, 2.14736137839541, 1.4700998568810701, 1.2516197629995265, 0.3171470158932206, 1.2020262195416775, -0.06747989225078628, 1.150041919691665, -0.5815628926892827, 0.8447348194704631, 0.7720324698159908, -0.22306900025255866, -0.3944968949310973, -0.22306900025255866, -0.3944968949310973, -0.5815628926892827, -0.7817657385407086, 0.3171470158932206, 1.0954334189767236, 0.9772315987425052, -0.5815628926892827, 1.0379329193103544, 1.5463392644049194, 1.7768673052891295, 0.5208098823593147, 0.9772315987425052, -0.5815628926892827, 1.5825024241493235, 1.3879823126072248, -0.5815628926892827, 0.5208098823593147, 1.8344560680715336, -0.7817657385407086, 1.2516197629995265, 0.9772315987425052, -0.22306900025255866, 1.3879823126072248, 1.150041919691665, 1.2020262195416775, -0.22306900025255866, -0.3944968949310973, 1.4700998568810701, 1.5463392644049194, 2.0377320496858458, 1.5089022036438522, -0.9896534910207444, 1.6174743239010374, 1.4700998568810701, 0.6942875455209527, 1.3879823126072248, 1.2990270716697476, 0.6108171203392889, 1.0379329193103544, 1.0954334189767236, 1.3444281855052895, -0.22306900025255866, 1.715959012675124, 0.8447348194704631, 0.6942875455209527, -0.7817657385407086, 0.42330103328737295, -0.3944968949310973, 1.0954334189767236, 1.0954334189767236, 1.150041919691665, 0.6108171203392889, 1.3444281855052895, 1.2516197629995265, 0.42330103328737295, 1.5825024241493235, 0.8447348194704631, 1.5825024241493235, 0.07335045554443198, 1.2020262195416775, -0.7817657385407086, 1.9904695946426385, 1.5825024241493235, 1.0379329193103544, 1.2990270716697476, 1.5825024241493235, 1.4700998568810701, -0.3944968949310973, 1.7468515896435262, 0.7720324698159908, 1.0954334189767236, 1.5089022036438522, 1.2990270716697476, 0.9129713892541622, 0.6942875455209527, 1.0954334189767236, 0.20100733024878, -0.3944968949310973, 1.2516197629995265, 1.715959012675124, 1.2990270716697476, 0.7720324698159908, -0.22306900025255866, 1.0954334189767236, 1.3879823126072248, -0.06747989225078628, -0.22306900025255866, 1.0379329193103544, 1.0379329193103544, 1.4700998568810701, 1.2020262195416775, 1.5089022036438522, 1.2516197629995265, -0.06747989225078628, 1.3879823126072248, 1.0379329193103544, 1.715959012675124, 1.2516197629995265, 1.0379329193103544, 0.42330103328737295, 0.8447348194704631, 0.3171470158932206, 0.9772315987425052, 1.2020262195416775, -0.06747989225078628, 0.9129713892541622, 1.2990270716697476, 0.6108171203392889, -0.22306900025255866, 1.4700998568810701, 1.715959012675124, 1.9660185063611524, -0.06747989225078628, 1.2516197629995265, 1.4700998568810701, 0.8447348194704631, -0.9896534910207444, -0.7817657385407086, 1.5463392644049194, 1.3444281855052895, -0.06747989225078628, 1.94098651511044, 1.7468515896435262, -0.5815628926892827, 1.5089022036438522, 2.060590758376013, 0.3171470158932206, 1.715959012675124, 1.150041919691665, 0.9772315987425052, 1.5825024241493235, 1.0954334189767236, 1.6174743239010374, 1.5463392644049194, 0.8447348194704631, -0.06747989225078628, 1.8344560680715336, 2.126330494839493, 1.2990270716697476, 1.2990270716697476, 1.6513299253004, 1.3444281855052895, 0.20100733024878, 1.6841374204289377, 1.2990270716697476, 1.150041919691665, 1.8621139888825815, -0.3944968949310973, 0.7720324698159908, 1.5825024241493235, 1.8344560680715336, 1.4700998568810701, 0.7720324698159908, 1.4700998568810701, 0.8447348194704631, 1.8344560680715336, 1.0379329193103544, -0.06747989225078628, 1.6513299253004, 1.0954334189767236, 1.2990270716697476, -0.22306900025255866, 1.0379329193103544, 1.2020262195416775, 1.150041919691665, 1.5825024241493235, 1.4298308440116856, 1.6174743239010374, 0.9772315987425052, 1.8060540853979148, 0.9129713892541622, -0.5815628926892827, 1.0954334189767236, 0.9772315987425052, 2.060590758376013, 1.2020262195416775, -0.5815628926892827, 0.8447348194704631, 1.94098651511044, 1.0954334189767236, 1.4700998568810701, 1.2020262195416775, 1.9153455612633712, 1.5825024241493235, 0.42330103328737295, 1.4298308440116856, 1.3444281855052895, 1.5825024241493235, 1.6174743239010374, 1.6513299253004, 1.8621139888825815, 1.150041919691665, -0.06747989225078628, -0.5815628926892827, 0.9772315987425052, 1.3444281855052895, 1.715959012675124, 1.4700998568810701, 1.5825024241493235, 1.9153455612633712, 0.8447348194704631, 1.6513299253004, 1.6841374204289377, 1.8621139888825815, 1.6513299253004, -0.5815628926892827, 1.2990270716697476, 1.715959012675124, 1.5089022036438522, 1.5463392644049194, -0.7817657385407086, 1.5463392644049194, 0.8447348194704631, 1.0379329193103544, 0.8447348194704631, 1.8890655187497818, 1.2990270716697476, 1.150041919691665, 0.5208098823593147, 0.3171470158932206, 1.5089022036438522, 1.2516197629995265, 1.0954334189767236, 0.6108171203392889, 1.2516197629995265, 2.14736137839541, 1.3444281855052895, 0.9129713892541622, 1.2516197629995265, 0.6108171203392889, 1.150041919691665, -0.22306900025255866, 1.4700998568810701, 0.9772315987425052, 1.2990270716697476, 1.8344560680715336, 0.9129713892541622, 1.8621139888825815, 1.150041919691665, 1.3879823126072248, 1.4700998568810701, 0.6108171203392889, 0.9129713892541622, 1.5089022036438522, 0.6108171203392889, 1.715959012675124, 1.8621139888825815, 1.2020262195416775, 1.2020262195416775, 1.2990270716697476, 1.5089022036438522, 0.20100733024878, 1.5463392644049194, 0.6942875455209527, 1.2516197629995265, 1.2020262195416775, 1.4700998568810701, 1.2516197629995265, 1.8344560680715336, 0.8447348194704631, -0.06747989225078628, 1.8060540853979148, 1.150041919691665, 0.7720324698159908, 1.6841374204289377, 1.4298308440116856, 1.7768673052891295, 0.6942875455209527, 1.6513299253004, 1.6841374204289377, 1.0954334189767236, 0.20100733024878, 1.150041919691665, 1.2990270716697476, 2.188201745453391, 1.715959012675124, 1.150041919691665, 1.7468515896435262, 1.2990270716697476, 1.2990270716697476, 1.6174743239010374, 0.9129713892541622, 1.8060540853979148, -0.9896534910207444, 1.4298308440116856, 1.6174743239010374, 0.3171470158932206, 1.2020262195416775, 1.2990270716697476, 1.150041919691665, 0.6942875455209527, 1.2990270716697476, 0.6108171203392889, 0.9772315987425052, 1.0379329193103544, 1.7468515896435262, 0.9129713892541622, 1.5825024241493235, 0.20100733024878, 0.8447348194704631, 2.104870470534685, 1.6174743239010374, 1.94098651511044, 1.3444281855052895, 1.2990270716697476, 1.5089022036438522, 1.3879823126072248, 1.2990270716697476, 1.8621139888825815, 0.9129713892541622, 1.0954334189767236, 0.9129713892541622, 1.5463392644049194, 1.150041919691665, 1.150041919691665, 1.2020262195416775, 0.8447348194704631, 0.7720324698159908, 0.07335045554443198, 1.0954334189767236, 1.7468515896435262, 1.9660185063611524, 1.5463392644049194, 0.9129713892541622, 1.2990270716697476, 1.0954334189767236, 1.3444281855052895, 0.9772315987425052, 1.150041919691665, 1.150041919691665, 0.5208098823593147, 1.150041919691665, 0.6942875455209527, 0.6942875455209527, 1.3444281855052895, 1.6513299253004, 1.9153455612633712, 1.2516197629995265, 1.150041919691665, 0.5208098823593147, 1.5825024241493235, 1.8621139888825815, 1.5089022036438522, 1.2990270716697476, 1.2020262195416775, 1.3444281855052895, 1.2990270716697476, 2.082963525594969, 0.9772315987425052, 1.150041919691665, 1.3879823126072248, 1.6841374204289377, 0.9772315987425052, -0.22306900025255866, 1.8060540853979148, -0.7817657385407086, 2.060590758376013, 0.6108171203392889, 1.150041919691665, 0.9129713892541622, 1.2020262195416775, 1.2516197629995265, 0.42330103328737295, 1.8060540853979148, 1.6174743239010374, 1.150041919691665, 1.6174743239010374, 1.5463392644049194, 1.0954334189767236, 1.2990270716697476, 0.8447348194704631, 1.715959012675124, 1.4298308440116856, 1.5463392644049194, 1.0954334189767236, 1.5463392644049194, 1.8060540853979148, 1.8344560680715336, 1.8621139888825815, 1.4700998568810701, 1.3879823126072248, 1.6174743239010374, 1.3879823126072248, 1.4298308440116856, 1.6174743239010374, 1.3879823126072248, 2.0143659566185854, 1.5089022036438522, 1.5825024241493235, 1.3444281855052895, 1.2020262195416775, 1.94098651511044, 1.9153455612633712, 0.3171470158932206, 1.4700998568810701, 1.5089022036438522, 1.2990270716697476, 1.6513299253004, 1.5463392644049194, 1.8060540853979148, 2.060590758376013, 1.6513299253004, 1.0379329193103544, -0.22306900025255866, -0.3944968949310973, 1.5825024241493235, 1.9660185063611524, 1.8344560680715336, 1.2516197629995265, 0.9129713892541622, 1.9153455612633712, 1.715959012675124, 1.5825024241493235, 1.3444281855052895, -0.5815628926892827, 1.2516197629995265, -0.7817657385407086, 1.9153455612633712, 1.7768673052891295, 1.2990270716697476, 1.5463392644049194, 1.0954334189767236, 1.6174743239010374, 1.4298308440116856, 1.715959012675124, 1.8060540853979148, 0.9129713892541622, 1.5463392644049194, 1.6174743239010374, 1.7768673052891295, 0.9772315987425052, 0.6108171203392889, 1.5825024241493235, 1.0954334189767236, 2.082963525594969, 1.0954334189767236, 1.8890655187497818, -0.22306900025255866, 1.6174743239010374, 1.8060540853979148, 1.8344560680715336, 1.5825024241493235, 0.8447348194704631, 0.20100733024878, 1.4700998568810701, 0.6108171203392889, 0.3171470158932206, -0.5815628926892827, 0.5208098823593147, 1.150041919691665, 0.6942875455209527, 1.3879823126072248, 0.9772315987425052, -0.22306900025255866, 1.2516197629995265, 1.6513299253004, 1.5463392644049194, 1.0954334189767236, 1.8344560680715336, 0.6108171203392889, 0.6108171203392889, 1.2516197629995265, 0.20100733024878, 1.5825024241493235, 1.6841374204289377, 1.0954334189767236, 1.2516197629995265, 1.2990270716697476, 1.2020262195416775, 0.9772315987425052, 1.7468515896435262, 1.6174743239010374, 1.5089022036438522, 0.8447348194704631, 2.1679798659297247, 1.7468515896435262, 1.5463392644049194, 1.6513299253004, 1.5463392644049194, 1.4298308440116856, 0.9129713892541622, 1.94098651511044, 1.2516197629995265, 1.2990270716697476, 0.07335045554443198, 1.9660185063611524, 1.8621139888825815, 1.8621139888825815, 1.6841374204289377, 2.104870470534685, 2.2466327156250547, 1.9153455612633712, 1.0954334189767236, 1.3879823126072248, 1.5089022036438522, 1.2020262195416775, -0.22306900025255866, 2.126330494839493, 1.0379329193103544, 1.94098651511044, 1.4298308440116856, 1.2516197629995265, 1.2990270716697476, 2.20804191944664, -0.22306900025255866, 1.3879823126072248, 1.5463392644049194, 1.2990270716697476, 1.6513299253004, 1.5463392644049194, 1.2516197629995265, 1.3879823126072248, 0.07335045554443198, 1.8890655187497818, 1.4700998568810701, 1.5089022036438522, 1.8621139888825815, 1.7468515896435262, 1.2990270716697476, -0.7817657385407086, 0.9772315987425052, 1.150041919691665, 1.150041919691665, 1.2516197629995265, 1.2990270716697476, 1.0379329193103544, 0.07335045554443198, 1.5825024241493235, 0.6108171203392889, 1.4700998568810701, 1.150041919691665, 1.150041919691665, -0.06747989225078628, 1.8621139888825815, 0.42330103328737295, -0.3944968949310973, 1.4298308440116856, 1.5825024241493235, 1.9153455612633712, 1.0954334189767236, 2.104870470534685, 1.5825024241493235, 1.4700998568810701, 1.0379329193103544, 1.2516197629995265, 1.4298308440116856, 0.42330103328737295, 2.0143659566185854, 1.0379329193103544, 0.20100733024878, -0.7817657385407086, 1.5463392644049194, 1.5089022036438522, 0.20100733024878, 1.2020262195416775, 1.6841374204289377, 0.9772315987425052, 1.9904695946426385, -0.3944968949310973, -0.06747989225078628, 1.4700998568810701, 1.6513299253004, 1.5089022036438522, 1.8060540853979148, 1.150041919691665, 1.9153455612633712, 1.0954334189767236, -0.7817657385407086, 1.0954334189767236, 2.126330494839493, 1.3879823126072248, 1.9660185063611524, 1.7468515896435262, 0.42330103328737295, 1.4298308440116856, 1.0379329193103544, 1.5463392644049194, 1.3879823126072248, -0.06747989225078628, 0.9129713892541622, 1.6174743239010374, 1.5825024241493235, 1.8060540853979148, 1.5463392644049194, 0.5208098823593147, 1.5825024241493235, 1.715959012675124, 1.6174743239010374, 1.7468515896435262, 1.2516197629995265, 1.715959012675124, 1.3879823126072248, 1.3879823126072248, 2.126330494839493, 1.3444281855052895, 1.4298308440116856, 1.7468515896435262, 1.8060540853979148, 0.9129713892541622, 1.150041919691665, 2.1679798659297247, 1.7768673052891295, 2.104870470534685, 1.715959012675124, 0.9772315987425052, 0.20100733024878, 2.2654092692670984, 0.8447348194704631, 0.6942875455209527, 0.9772315987425052, 2.060590758376013, 1.4298308440116856, 1.150041919691665, 1.150041919691665, 1.0379329193103544, 0.6942875455209527, 1.0379329193103544, 1.94098651511044, 1.5825024241493235, 1.2516197629995265, 1.2990270716697476, 1.6513299253004, 1.6513299253004, 1.6513299253004, 1.7768673052891295, 1.4700998568810701, 1.5825024241493235, 1.5463392644049194, 1.2020262195416775, 1.7468515896435262, 1.7468515896435262, 1.8621139888825815, 1.0379329193103544, 2.452426813532031, 1.3444281855052895, 1.9904695946426385, 1.6513299253004, -0.06747989225078628, 1.5825024241493235, 1.0379329193103544, 1.94098651511044, -0.22306900025255866, 1.2020262195416775, -0.22306900025255866, 1.8060540853979148, 1.8890655187497818, 1.4700998568810701, 1.0379329193103544, 1.0379329193103544, 1.6841374204289377, 0.5208098823593147, 1.6841374204289377, 1.150041919691665, 1.5825024241493235, 1.6513299253004, 2.420809221874371, 1.7468515896435262, 1.9153455612633712, 1.4700998568810701, 1.4298308440116856, 1.150041919691665, 1.8060540853979148, 0.6942875455209527, 0.6942875455209527, 1.0379329193103544, 1.6513299253004, 1.8344560680715336, 1.4298308440116856, 0.5208098823593147, 1.4700998568810701, 1.6513299253004, 1.4298308440116856, 1.2020262195416775, 1.3879823126072248, 0.9129713892541622, 1.7468515896435262, 1.5089022036438522, 1.8060540853979148, 1.5463392644049194, -0.9896534910207444, 1.2516197629995265, 2.060590758376013, 1.3444281855052895, 1.5463392644049194, -0.22306900025255866, 1.94098651511044, 1.5463392644049194, 1.9153455612633712, 0.9772315987425052, 0.20100733024878, 1.0379329193103544, 1.4700998568810701, 1.2516197629995265, 1.5463392644049194, 0.7720324698159908, 1.3879823126072248, 0.5208098823593147, 0.5208098823593147, 0.9772315987425052, 1.5089022036438522, 1.8060540853979148, 1.4298308440116856, 0.20100733024878, 2.0143659566185854, 0.3171470158932206, 1.6513299253004, -0.3944968949310973, 2.2654092692670984, 1.0954334189767236, 2.0143659566185854, 0.3171470158932206, 1.3879823126072248, 1.94098651511044, 1.0954334189767236, 1.5463392644049194, 1.5463392644049194, 1.8060540853979148, 1.2020262195416775, 2.126330494839493, 1.3444281855052895, 1.4298308440116856, 1.0379329193103544, 1.715959012675124, 1.9660185063611524, 1.4298308440116856, 2.0377320496858458, 0.7720324698159908, 1.9153455612633712, 1.5463392644049194, 1.3444281855052895, 1.6513299253004, 1.94098651511044, 1.2020262195416775, 2.104870470534685, 1.0379329193103544, 2.188201745453391, 0.6942875455209527, 1.7768673052891295, 0.7720324698159908, 1.3444281855052895, 1.4700998568810701, 1.5089022036438522, 2.188201745453391, 1.6841374204289377, 1.7768673052891295, 0.42330103328737295, 1.2020262195416775, 1.3444281855052895, 1.6174743239010374, 0.42330103328737295, 0.9129713892541622, 1.94098651511044, -0.3944968949310973, 0.8447348194704631, 0.20100733024878, 2.1679798659297247, 1.0954334189767236, 2.082963525594969, 1.8621139888825815, 0.7720324698159908, 1.3444281855052895, 1.5825024241493235, 1.0954334189767236, 1.9904695946426385, 0.5208098823593147, 2.2838560831759107, 1.6513299253004, 1.6841374204289377, 1.150041919691665, 1.715959012675124, 1.2020262195416775, 0.20100733024878, 1.5463392644049194, 1.2020262195416775, 2.772101667317288, 1.2516197629995265, 1.4298308440116856, 1.0379329193103544, 1.5463392644049194, 1.8890655187497818, 0.7720324698159908, 1.8344560680715336, 0.6942875455209527, 1.2020262195416775, 1.5089022036438522, 1.0954334189767236, 1.2020262195416775, 1.5463392644049194, 1.3879823126072248, 1.6841374204289377, 1.9153455612633712, 1.3879823126072248, 1.7468515896435262, 1.3444281855052895, 1.2990270716697476, 1.2020262195416775, 1.94098651511044, 1.2516197629995265, 0.8447348194704631, 1.4298308440116856, 0.8447348194704631, 1.7468515896435262, 1.2990270716697476, 1.2020262195416775, 1.6841374204289377, 0.9129713892541622, 1.2990270716697476, 1.4700998568810701, 1.4700998568810701, 1.6174743239010374, 1.5825024241493235, 1.150041919691665, 1.0379329193103544, 2.14736137839541, 0.9129713892541622, 1.150041919691665, 1.2516197629995265, 0.8447348194704631, 1.0954334189767236, 0.6108171203392889, 0.42330103328737295, 1.5825024241493235, 0.3171470158932206, 1.2516197629995265, 1.5089022036438522, 2.5839787453478302, 1.9660185063611524, 1.4700998568810701, 0.9772315987425052, 1.5089022036438522, 0.42330103328737295, 1.5089022036438522, 1.150041919691665, 1.0379329193103544, 2.104870470534685, 0.9772315987425052, 1.9153455612633712, 0.7720324698159908, 2.1679798659297247, 2.082963525594969, 1.2990270716697476, 1.0379329193103544, 1.94098651511044, 0.3171470158932206, 1.6174743239010374, 1.0954334189767236, 1.2990270716697476, 0.42330103328737295, 2.3373286463903966, 0.5208098823593147, 1.150041919691665, 1.7468515896435262, 1.4700998568810701, 0.8447348194704631, 1.6513299253004, 1.6174743239010374, -0.06747989225078628, 1.4700998568810701, 2.5275375242596394, 1.4298308440116856, 2.0377320496858458, 1.2516197629995265, 1.2516197629995265, -0.3944968949310973, 0.7720324698159908, 1.8890655187497818, 1.3444281855052895, 1.7468515896435262, 0.6108171203392889, 1.2990270716697476, 0.42330103328737295, 1.8060540853979148, 1.0954334189767236, 1.6513299253004, 1.8344560680715336, 1.4298308440116856, 2.0143659566185854, 0.3171470158932206, 1.2020262195416775, 0.07335045554443198, 1.3444281855052895, 1.9153455612633712, 2.2838560831759107, 1.6174743239010374, 1.2516197629995265, 1.5463392644049194, 1.9904695946426385, 0.7720324698159908, -0.3944968949310973, 1.4700998568810701, 2.0143659566185854, 0.8447348194704631, 2.354564345209812, 1.3444281855052895, 2.5701506710164086, 1.5825024241493235, 1.0954334189767236, 1.4298308440116856, 2.2838560831759107, 2.0143659566185854, 1.9660185063611524, 1.5089022036438522, 2.0377320496858458, 1.4298308440116856, 2.2838560831759107, 1.4298308440116856, 2.388209330427921, 2.227514469574939, 0.20100733024878, 2.6633230063179223, 2.104870470534685, 0.3171470158932206, 1.5463392644049194, 0.7720324698159908, 1.4298308440116856, 1.2990270716697476, 1.3879823126072248, 1.2020262195416775, 1.94098651511044, 2.2838560831759107, 1.3879823126072248, 1.3879823126072248, 3.2298130532075344, 2.0143659566185854, 1.7768673052891295, 1.9153455612633712, 1.6513299253004, 1.5463392644049194, 0.7720324698159908, 1.3879823126072248, 1.3879823126072248, 1.8060540853979148, 0.3171470158932206, 1.9904695946426385, 2.4678853541856127, 1.9904695946426385, 1.6841374204289377, 2.104870470534685, -0.22306900025255866, 1.9153455612633712, 1.0954334189767236, 2.3198052734707204, 1.4700998568810701, 2.2654092692670984, 1.715959012675124, 1.150041919691665, 1.3444281855052895, 2.1679798659297247, 1.2516197629995265, 1.8060540853979148, 1.9904695946426385, 1.9660185063611524, 2.0143659566185854, 2.5701506710164086, 1.9660185063611524, 1.4298308440116856, 1.9904695946426385, 1.7768673052891295, 1.715959012675124, 1.150041919691665, 2.060590758376013, 1.5825024241493235, 2.1679798659297247, 2.301984495982377, 1.5089022036438522, 2.512939492767273, 0.42330103328737295, 0.7720324698159908, 2.7251435247502864, 2.126330494839493, 2.9890850839732184, 2.20804191944664, 2.14736137839541, 2.4678853541856127, 2.388209330427921, 2.73708179460756, 1.6841374204289377, 1.7768673052891295], [-1.9141176860627716, -0.9763644331620048, -2.263050126090438, -0.06963043653623263, -1.2641002562944077, -1.5780840974071355, -0.9763644331620048, -1.5780840974071355, -0.9763644331620048, -0.9763644331620048, -0.7152134685230453, -1.2641002562944077, 0.2722106776769179, -0.9763644331620048, -1.2641002562944077, -0.4788345751062744, -0.9763644331620048, -1.5780840974071355, -0.4788345751062744, -1.5780840974071355, -1.2641002562944077, -1.5780840974071355, -1.9141176860627716, 0.423284729870153, -0.9763644331620048, -1.2641002562944077, -1.2641002562944077, -1.9141176860627716, -1.5780840974071355, -1.2641002562944077, -0.9763644331620048, -0.9763644331620048, -0.2645669030308261, -0.7152134685230453, -0.9763644331620048, -1.5780840974071355, -0.2645669030308261, -1.2641002562944077, -0.9763644331620048, -0.06963043653623263, -0.9763644331620048, -1.9141176860627716, -0.9763644331620048, -1.2641002562944077, -1.5780840974071355, -0.9763644331620048, -0.9763644331620048, -0.9763644331620048, -1.9141176860627716, -1.5780840974071355, 0.2722106776769179, 0.423284729870153, -1.2641002562944077, -1.5780840974071355, -1.9141176860627716, -0.4788345751062744, -1.2641002562944077, -1.2641002562944077, -0.2645669030308261, -0.4788345751062744, -0.9763644331620048, 0.8159075397749196, -0.4788345751062744, 0.5633869666846175, -0.9763644331620048, -0.7152134685230453, -0.2645669030308261, -0.2645669030308261, -1.5780840974071355, -0.06963043653623263, -0.9763644331620048, -1.2641002562944077, -0.9763644331620048, -1.5780840974071355, -0.2645669030308261, -1.5780840974071355, -1.2641002562944077, -1.2641002562944077, 0.423284729870153, -0.7152134685230453, -0.2645669030308261, -1.2641002562944077, -1.9141176860627716, -0.2645669030308261, -1.2641002562944077, -1.9141176860627716, -0.9763644331620048, -1.5780840974071355, -1.9141176860627716, -0.7152134685230453, -0.9763644331620048, -0.06963043653623263, -1.2641002562944077, -0.7152134685230453, -0.06963043653623263, 0.2722106776769179, -0.4788345751062744, -0.2645669030308261, -0.06963043653623263, -0.06963043653623263, 0.1085454293635063, -1.2641002562944077, -1.5780840974071355, -1.5780840974071355, -0.2645669030308261, -0.2645669030308261, -0.9763644331620048, 0.9304402744343644, -1.5780840974071355, 0.5633869666846175, -1.5780840974071355, -1.5780840974071355, 0.423284729870153, -1.2641002562944077, -0.2645669030308261, -2.263050126090438, -1.5780840974071355, -1.2641002562944077, -0.7152134685230453, -1.9141176860627716, -0.7152134685230453, -0.4788345751062744, -0.7152134685230453, -0.06963043653623263, -1.2641002562944077, -2.263050126090438, -0.06963043653623263, -0.7152134685230453, -1.5780840974071355, -0.4788345751062744, 0.5633869666846175, -0.7152134685230453, -1.5780840974071355, -0.06963043653623263, -0.06963043653623263, 0.6938791472503729, 0.6938791472503729, -0.2645669030308261, -0.7152134685230453, -1.2641002562944077, -0.7152134685230453, -0.7152134685230453, 1.2366965136017398, -0.9763644331620048, -0.9763644331620048, -1.5780840974071355, -0.06963043653623263, -0.9763644331620048, -0.2645669030308261, -0.7152134685230453, 0.6938791472503729, -0.2645669030308261, -1.5780840974071355, -0.06963043653623263, -0.7152134685230453, -0.4788345751062744, 0.1085454293635063, -0.7152134685230453, -0.9763644331620048, -0.06963043653623263, -1.2641002562944077, -0.7152134685230453, -0.9763644331620048, -0.9763644331620048, -0.4788345751062744, 0.2722106776769179, -0.9763644331620048, -0.9763644331620048, -0.9763644331620048, -0.9763644331620048, -0.4788345751062744, -0.4788345751062744, -0.4788345751062744, -0.4788345751062744, -0.06963043653623263, -0.4788345751062744, -0.06963043653623263, -0.2645669030308261, -0.9763644331620048, 0.1085454293635063, -0.06963043653623263, -1.2641002562944077, -1.2641002562944077, -1.2641002562944077, -0.7152134685230453, -0.7152134685230453, -1.2641002562944077, -0.4788345751062744, -0.9763644331620048, 0.2722106776769179, -1.2641002562944077, -1.2641002562944077, -1.5780840974071355, 0.2722106776769179, -0.7152134685230453, -0.9763644331620048, -0.9763644331620048, -0.7152134685230453, -0.9763644331620048, -0.4788345751062744, -1.5780840974071355, -0.2645669030308261, -0.9763644331620048, -0.4788345751062744, 0.1085454293635063, -1.2641002562944077, -0.9763644331620048, -0.4788345751062744, -0.7152134685230453, -1.2641002562944077, -0.2645669030308261, 0.1085454293635063, -1.5780840974071355, -0.9763644331620048, -0.4788345751062744, 0.2722106776769179, -0.06963043653623263, -0.9763644331620048, -0.2645669030308261, -0.9763644331620048, -0.7152134685230453, -0.7152134685230453, -0.2645669030308261, -0.9763644331620048, -1.2641002562944077, -1.9141176860627716, -0.06963043653623263, -0.9763644331620048, -0.2645669030308261, -0.06963043653623263, -2.263050126090438, -0.2645669030308261, -0.7152134685230453, -1.2641002562944077, -0.9763644331620048, -0.9763644331620048, -0.4788345751062744, -0.7152134685230453, -0.4788345751062744, -1.9141176860627716, -0.4788345751062744, -0.4788345751062744, -1.5780840974071355, 0.9304402744343644, -0.06963043653623263, -0.2645669030308261, -0.06963043653623263, -0.06963043653623263, -0.4788345751062744, -0.06963043653623263, -0.4788345751062744, -2.263050126090438, -0.06963043653623263, -0.9763644331620048, -1.2641002562944077, -0.06963043653623263, -0.9763644331620048, -0.06963043653623263, -0.7152134685230453, 0.423284729870153, -1.5780840974071355, 0.423284729870153, -0.7152134685230453, -1.9141176860627716, -1.5780840974071355, -0.7152134685230453, -0.4788345751062744, 0.8159075397749196, -0.9763644331620048, -0.9763644331620048, -1.5780840974071355, -1.2641002562944077, -0.4788345751062744, -1.5780840974071355, -0.7152134685230453, 0.2722106776769179, -0.7152134685230453, -0.9763644331620048, 0.1085454293635063, -0.06963043653623263, -0.9763644331620048, -1.2641002562944077, -0.2645669030308261, -0.06963043653623263, -0.4788345751062744, -0.9763644331620048, -0.7152134685230453, -1.2641002562944077, -1.9141176860627716, -0.9763644331620048, 0.423284729870153, -0.9763644331620048, -0.9763644331620048, 0.9304402744343644, -0.9763644331620048, -1.2641002562944077, -0.2645669030308261, -0.7152134685230453, -0.2645669030308261, 0.8159075397749196, -0.7152134685230453, -0.06963043653623263, 0.1085454293635063, -0.2645669030308261, -0.4788345751062744, -0.06963043653623263, -0.7152134685230453, 0.2722106776769179, -0.06963043653623263, -0.7152134685230453, -1.2641002562944077, -0.4788345751062744, -0.7152134685230453, -0.4788345751062744, -0.9763644331620048, 0.1085454293635063, -0.06963043653623263, -0.4788345751062744, 1.4156088619570557, 0.2722106776769179, 0.8159075397749196, 0.1085454293635063, 0.2722106776769179, -0.06963043653623263, -0.2645669030308261, -0.4788345751062744, -0.2645669030308261, -0.06963043653623263, 0.6938791472503729, 0.2722106776769179, -0.4788345751062744, 0.2722106776769179, 0.2722106776769179, 0.423284729870153, -0.06963043653623263, -1.2641002562944077, 0.1085454293635063, -1.9141176860627716, -0.9763644331620048, -1.2641002562944077, -0.9763644331620048, -0.7152134685230453, -1.9141176860627716, -1.5780840974071355, -1.9141176860627716, -0.9763644331620048, -0.2645669030308261, -0.06963043653623263, -0.7152134685230453, -0.4788345751062744, -0.7152134685230453, -1.2641002562944077, -0.9763644331620048, -0.9763644331620048, -0.2645669030308261, 0.9304402744343644, -0.4788345751062744, -0.7152134685230453, -0.2645669030308261, 0.1085454293635063, -0.9763644331620048, 0.2722106776769179, 0.2722106776769179, -0.06963043653623263, -0.7152134685230453, 0.1085454293635063, -0.4788345751062744, -1.2641002562944077, -0.7152134685230453, -0.7152134685230453, -0.06963043653623263, -0.9763644331620048, 0.1085454293635063, -0.7152134685230453, -0.7152134685230453, -0.06963043653623263, -0.7152134685230453, -0.9763644331620048, -0.9763644331620048, -0.7152134685230453, -0.7152134685230453, -1.2641002562944077, -0.7152134685230453, 0.8159075397749196, -0.4788345751062744, -0.7152134685230453, -0.7152134685230453, 0.6938791472503729, 0.2722106776769179, -1.2641002562944077, 0.1085454293635063, -0.9763644331620048, 0.1085454293635063, -0.7152134685230453, 0.2722106776769179, 0.6938791472503729, -0.4788345751062744, 0.2722106776769179, -0.4788345751062744, 0.2722106776769179, -0.7152134685230453, 0.1085454293635063, -0.7152134685230453, -0.7152134685230453, 0.423284729870153, -0.9763644331620048, 0.1085454293635063, -0.9763644331620048, -0.2645669030308261, -0.7152134685230453, 0.2722106776769179, -0.7152134685230453, -0.4788345751062744, -0.7152134685230453, -0.2645669030308261, 0.1085454293635063, -1.5780840974071355, -0.06963043653623263, -0.4788345751062744, -0.2645669030308261, -1.2641002562944077, -0.9763644331620048, 0.423284729870153, -0.06963043653623263, -0.06963043653623263, -0.06963043653623263, -0.06963043653623263, -0.06963043653623263, 0.423284729870153, -0.2645669030308261, -0.4788345751062744, 0.2722106776769179, 0.1085454293635063, -0.4788345751062744, -0.4788345751062744, -0.4788345751062744, -0.4788345751062744, 0.1085454293635063, -0.7152134685230453, -0.9763644331620048, -0.06963043653623263, -0.4788345751062744, -0.4788345751062744, 0.6938791472503729, 0.423284729870153, -0.2645669030308261, -0.06963043653623263, 0.423284729870153, -0.7152134685230453, -0.06963043653623263, -2.263050126090438, 0.1085454293635063, -0.9763644331620048, -1.2641002562944077, -0.9763644331620048, -1.2641002562944077, -0.9763644331620048, -1.2641002562944077, -1.5780840974071355, -0.4788345751062744, 0.423284729870153, -0.4788345751062744, -0.06963043653623263, -1.2641002562944077, -1.5780840974071355, -0.7152134685230453, -0.2645669030308261, -0.4788345751062744, 0.1085454293635063, -0.9763644331620048, 0.2722106776769179, 0.2722106776769179, -1.5780840974071355, -1.9141176860627716, 0.423284729870153, -0.7152134685230453, -0.4788345751062744, 0.5633869666846175, -0.7152134685230453, -1.9141176860627716, 0.1085454293635063, -0.7152134685230453, 0.2722106776769179, -1.9141176860627716, -0.06963043653623263, 0.8159075397749196, -1.2641002562944077, -0.06963043653623263, -0.2645669030308261, -0.06963043653623263, -0.2645669030308261, -0.4788345751062744, -1.2641002562944077, -0.2645669030308261, -1.2641002562944077, -0.4788345751062744, -1.2641002562944077, -0.7152134685230453, -0.4788345751062744, -1.2641002562944077, -0.2645669030308261, -0.4788345751062744, -1.2641002562944077, -0.9763644331620048, -0.7152134685230453, -0.4788345751062744, -0.7152134685230453, -0.06963043653623263, -0.7152134685230453, -0.9763644331620048, -1.5780840974071355, -0.9763644331620048, -1.2641002562944077, -0.06963043653623263, -0.4788345751062744, 0.1085454293635063, -0.7152134685230453, -1.2641002562944077, -0.2645669030308261, 0.1085454293635063, -0.9763644331620048, -0.2645669030308261, -1.2641002562944077, 0.2722106776769179, 0.6938791472503729, -0.06963043653623263, -0.06963043653623263, -0.2645669030308261, 0.2722106776769179, -0.4788345751062744, 0.423284729870153, -0.06963043653623263, -0.2645669030308261, -0.2645669030308261, -1.5780840974071355, 0.423284729870153, -0.4788345751062744, -0.2645669030308261, -1.5780840974071355, -0.7152134685230453, -0.06963043653623263, -0.9763644331620048, -1.2641002562944077, -0.4788345751062744, 0.423284729870153, -0.4788345751062744, -0.2645669030308261, -0.2645669030308261, -1.5780840974071355, -0.7152134685230453, -0.7152134685230453, -0.9763644331620048, 0.5633869666846175, 0.1085454293635063, 0.1085454293635063, -0.9763644331620048, -1.2641002562944077, -0.06963043653623263, 0.1085454293635063, -0.2645669030308261, 0.5633869666846175, -0.4788345751062744, -0.4788345751062744, -0.4788345751062744, 0.2722106776769179, -0.06963043653623263, -0.7152134685230453, -0.06963043653623263, -0.4788345751062744, -0.7152134685230453, -0.7152134685230453, -0.9763644331620048, 0.2722106776769179, -0.06963043653623263, 0.423284729870153, 0.1085454293635063, -0.9763644331620048, 0.5633869666846175, -0.4788345751062744, -0.06963043653623263, -0.2645669030308261, -0.7152134685230453, -1.2641002562944077, 0.5633869666846175, -0.7152134685230453, 0.1085454293635063, -0.2645669030308261, -1.9141176860627716, -0.9763644331620048, -0.7152134685230453, 0.1085454293635063, -0.4788345751062744, -1.2641002562944077, -0.2645669030308261, 0.1085454293635063, -0.7152134685230453, -0.4788345751062744, -0.9763644331620048, -0.9763644331620048, 0.423284729870153, -0.4788345751062744, -0.4788345751062744, 0.1085454293635063, -0.06963043653623263, -1.5780840974071355, -0.4788345751062744, 0.9304402744343644, 0.6938791472503729, -1.5780840974071355, -0.7152134685230453, -1.5780840974071355, -0.06963043653623263, 0.8159075397749196, -0.4788345751062744, -0.06963043653623263, -0.7152134685230453, -0.06963043653623263, -0.2645669030308261, -0.7152134685230453, -1.5780840974071355, -1.2641002562944077, -0.4788345751062744, 0.1085454293635063, -0.9763644331620048, -0.4788345751062744, -1.2641002562944077, -0.4788345751062744, 0.9304402744343644, 0.1085454293635063, -0.06963043653623263, -0.7152134685230453, -0.9763644331620048, -0.2645669030308261, -1.2641002562944077, 0.1085454293635063, -0.7152134685230453, -0.2645669030308261, 0.2722106776769179, -0.7152134685230453, -0.06963043653623263, 0.1085454293635063, 0.2722106776769179, -2.263050126090438, 0.8159075397749196, -0.06963043653623263, -1.5780840974071355, 0.5633869666846175, 0.2722106776769179, 1.0382988251472538, -0.7152134685230453, -0.2645669030308261, 1.8655612389875829, 0.2722106776769179, -0.06963043653623263, -0.7152134685230453, -0.9763644331620048, -0.7152134685230453, -0.7152134685230453, 0.423284729870153, -0.2645669030308261, 0.5633869666846175, -0.9763644331620048, -0.9763644331620048, -0.9763644331620048, -1.5780840974071355, -1.2641002562944077, -0.4788345751062744, 1.0382988251472538, -0.4788345751062744, -1.2641002562944077, -0.2645669030308261, 0.423284729870153, -0.06963043653623263, -1.9141176860627716, 0.1085454293635063, -0.06963043653623263, -0.4788345751062744, 0.5633869666846175, -0.06963043653623263, -1.5780840974071355, -0.4788345751062744, -0.7152134685230453, -0.7152134685230453, -0.2645669030308261, -0.06963043653623263, -0.7152134685230453, -0.2645669030308261, -0.06963043653623263, -1.2641002562944077, -0.4788345751062744, -0.06963043653623263, -0.2645669030308261, -0.2645669030308261, -1.2641002562944077, -0.06963043653623263, -0.4788345751062744, 0.1085454293635063, 0.1085454293635063, -0.7152134685230453, -0.7152134685230453, -0.4788345751062744, 0.5633869666846175, 0.6938791472503729, 0.6938791472503729, -0.2645669030308261, 0.2722106776769179, -0.4788345751062744, -0.7152134685230453, 0.2722106776769179, 0.5633869666846175, -0.06963043653623263, -0.2645669030308261, -0.4788345751062744, 1.0382988251472538, -1.2641002562944077, -0.7152134685230453, 0.1085454293635063, 0.9304402744343644, -1.5780840974071355, -0.7152134685230453, 0.2722106776769179, 1.328355003211641, -0.7152134685230453, -1.5780840974071355, 0.1085454293635063, -0.4788345751062744, 0.5633869666846175, -0.7152134685230453, -0.9763644331620048, -0.06963043653623263, -1.5780840974071355, 0.1085454293635063, -0.2645669030308261, -0.7152134685230453, -0.06963043653623263, 0.5633869666846175, 0.6938791472503729, -1.2641002562944077, -0.4788345751062744, -0.2645669030308261, -0.2645669030308261, -1.2641002562944077, -0.9763644331620048, 0.2722106776769179, -0.4788345751062744, -0.06963043653623263, 0.8159075397749196, 0.2722106776769179, -0.7152134685230453, -0.7152134685230453, -0.2645669030308261, -0.7152134685230453, 0.8159075397749196, 0.2722106776769179, -0.06963043653623263, -0.4788345751062744, 0.423284729870153, 0.2722106776769179, 1.0382988251472538, 0.5633869666846175, 0.1085454293635063, -0.06963043653623263, 0.6938791472503729, -0.4788345751062744, 0.2722106776769179, -0.06963043653623263, -0.9763644331620048, -1.9141176860627716, -0.7152134685230453, 0.2722106776769179, -0.06963043653623263, -0.7152134685230453, -0.06963043653623263, -0.06963043653623263, 0.1085454293635063, -0.9763644331620048, 1.328355003211641, 0.1085454293635063, -1.9141176860627716, 0.1085454293635063, -0.7152134685230453, -0.06963043653623263, 0.8159075397749196, -1.2641002562944077, 0.2722106776769179, -1.5780840974071355, 0.1085454293635063, 0.5633869666846175, 0.423284729870153, -0.06963043653623263, -0.7152134685230453, -0.9763644331620048, -1.2641002562944077, -0.9763644331620048, -0.06963043653623263, -0.4788345751062744, -0.7152134685230453, 0.2722106776769179, 0.6938791472503729, -0.7152134685230453, 0.5633869666846175, 0.1085454293635063, -0.4788345751062744, -0.06963043653623263, 1.5784214548781363, 0.1085454293635063, -0.06963043653623263, 0.2722106776769179, 0.1085454293635063, 0.2722106776769179, -0.7152134685230453, -0.4788345751062744, -0.4788345751062744, 0.5633869666846175, 1.328355003211641, -0.9763644331620048, -1.5780840974071355, 0.2722106776769179, 0.1085454293635063, -0.06963043653623263, 0.1085454293635063, 1.1401839032529262, -1.2641002562944077, 0.8159075397749196, 0.5633869666846175, 1.328355003211641, 0.423284729870153, 0.5633869666846175, -1.5780840974071355, 0.2722106776769179, -1.5780840974071355, 0.2722106776769179, -0.4788345751062744, -1.2641002562944077, -0.2645669030308261, -0.06963043653623263, -1.9141176860627716, -0.7152134685230453, 0.1085454293635063, -0.9763644331620048, -0.2645669030308261, -0.7152134685230453, 0.2722106776769179, -0.9763644331620048, -0.4788345751062744, 0.2722106776769179, 0.423284729870153, 1.1401839032529262, -0.9763644331620048, 1.328355003211641, 0.5633869666846175, 1.0382988251472538, -0.2645669030308261, -1.2641002562944077, -0.9763644331620048, 0.1085454293635063, 0.8159075397749196, -0.9763644331620048, -0.2645669030308261, -1.5780840974071355, -0.06963043653623263, 0.423284729870153, -0.2645669030308261, 0.9304402744343644, -0.2645669030308261, -1.5780840974071355, 0.1085454293635063, -0.2645669030308261, 0.9304402744343644, -0.06963043653623263, -0.4788345751062744, -0.06963043653623263, 0.2722106776769179, -0.7152134685230453, -0.7152134685230453, -1.5780840974071355, -0.4788345751062744, -1.2641002562944077, -0.4788345751062744, 0.2722106776769179, 0.9304402744343644, 0.6938791472503729, 0.1085454293635063, 0.1085454293635063, 1.1401839032529262, 0.2722106776769179, 0.2722106776769179, 0.5633869666846175, -1.2641002562944077, 0.423284729870153, 0.6938791472503729, 1.0382988251472538, -0.4788345751062744, -0.06963043653623263, -0.9763644331620048, -0.4788345751062744, -1.2641002562944077, -0.9763644331620048, -0.2645669030308261, 0.8159075397749196, -1.2641002562944077, -0.7152134685230453, -0.7152134685230453, 1.1401839032529262, -0.2645669030308261, 0.2722106776769179, -0.4788345751062744, 0.2722106776769179, -0.4788345751062744, 0.8159075397749196, 0.2722106776769179, -0.2645669030308261, 0.6938791472503729, 0.423284729870153, 0.1085454293635063, -0.06963043653623263, 0.6938791472503729, -1.2641002562944077, -0.7152134685230453, 0.423284729870153, -0.2645669030308261, -0.2645669030308261, -0.4788345751062744, -0.2645669030308261, 1.2366965136017398, -0.2645669030308261, 0.1085454293635063, -0.9763644331620048, -0.9763644331620048, -0.7152134685230453, -0.9763644331620048, -0.4788345751062744, -0.06963043653623263, -0.2645669030308261, 0.6938791472503729, -0.06963043653623263, 0.423284729870153, 0.2722106776769179, -1.9141176860627716, 0.6938791472503729, -0.7152134685230453, 0.6938791472503729, -0.06963043653623263, -0.7152134685230453, -1.5780840974071355, -0.7152134685230453, 0.1085454293635063, -0.4788345751062744, 0.2722106776769179, 0.2722106776769179, -0.4788345751062744, 0.5633869666846175, -0.4788345751062744, -0.7152134685230453, 1.1401839032529262, -0.06963043653623263, 0.423284729870153, -0.4788345751062744, -0.4788345751062744, -0.06963043653623263, -0.06963043653623263, -1.5780840974071355, 1.2366965136017398, 0.423284729870153, -0.7152134685230453, 1.9935264614511583, -0.7152134685230453, -0.06963043653623263, 0.423284729870153, 0.423284729870153, 1.0382988251472538, -0.4788345751062744, -0.4788345751062744, -0.7152134685230453, -0.7152134685230453, 0.8159075397749196, -0.7152134685230453, -0.06963043653623263, -0.4788345751062744, -0.4788345751062744, 0.423284729870153, 0.6938791472503729, -0.4788345751062744, -1.2641002562944077, -0.2645669030308261, -0.2645669030308261, 0.2722106776769179, -0.06963043653623263, 0.5633869666846175, 0.5633869666846175, 0.8159075397749196, -0.06963043653623263, -0.4788345751062744, 0.2722106776769179, -0.2645669030308261, 0.2722106776769179, 0.5633869666846175, -0.06963043653623263, -1.2641002562944077, 0.2722106776769179, -0.2645669030308261, 1.4156088619570557, -0.7152134685230453, 1.1401839032529262, 0.1085454293635063, -0.4788345751062744, 0.8159075397749196, 0.2722106776769179, -1.2641002562944077, -1.2641002562944077, 0.9304402744343644, 0.423284729870153, 0.1085454293635063, 0.423284729870153, 0.6938791472503729, 0.423284729870153, -0.9763644331620048, -0.06963043653623263, -0.4788345751062744, 0.423284729870153, -0.06963043653623263, 0.1085454293635063, -0.9763644331620048, -0.7152134685230453, -0.4788345751062744, -1.5780840974071355, -0.4788345751062744, -0.2645669030308261, 0.6938791472503729, -0.2645669030308261, -0.06963043653623263, -1.2641002562944077, -1.2641002562944077, -0.9763644331620048, 0.423284729870153, -0.9763644331620048, 0.6938791472503729, -0.4788345751062744, 0.2722106776769179, 0.423284729870153, 0.1085454293635063, -0.2645669030308261, -0.9763644331620048, -0.9763644331620048, -0.06963043653623263, 0.2722106776769179, 0.1085454293635063, -0.2645669030308261, -1.5780840974071355, 1.0382988251472538, 0.6938791472503729, -0.7152134685230453, 0.5633869666846175, 0.423284729870153, -0.06963043653623263, 0.2722106776769179, 1.0382988251472538, 0.423284729870153, 0.9304402744343644, -0.4788345751062744, -0.06963043653623263, -0.06963043653623263, -0.06963043653623263, -1.9141176860627716, 0.1085454293635063, 0.423284729870153, -0.7152134685230453, 1.9935264614511583, -0.7152134685230453, 0.2722106776769179, -0.2645669030308261, -0.9763644331620048, 0.8159075397749196, -0.2645669030308261, -0.4788345751062744, 0.423284729870153, 0.1085454293635063, -0.2645669030308261, -0.2645669030308261, 1.1401839032529262, -0.06963043653623263, 0.5633869666846175, -0.4788345751062744, 0.1085454293635063, -0.2645669030308261, 0.1085454293635063, -1.2641002562944077, 0.1085454293635063, -0.4788345751062744, -0.2645669030308261, 1.2366965136017398, 0.2722106776769179, 0.5633869666846175, 1.1401839032529262, 1.6546256623969553, -1.5780840974071355, 1.2366965136017398, -2.263050126090438, -0.2645669030308261, 0.9304402744343644, 0.6938791472503729, -1.9141176860627716, 0.1085454293635063, -0.2645669030308261, -0.7152134685230453, 0.2722106776769179, 1.4988499183537145, -0.4788345751062744, 0.2722106776769179, 0.9304402744343644, -0.4788345751062744, 0.8159075397749196, 0.1085454293635063, 0.1085454293635063, 0.8159075397749196, 0.8159075397749196, 0.1085454293635063, -0.7152134685230453, -0.4788345751062744, 0.423284729870153, -0.7152134685230453, -1.5780840974071355, -1.9141176860627716, 0.1085454293635063, 0.423284729870153, 0.8159075397749196, -0.2645669030308261, 1.4988499183537145, 0.8159075397749196, 0.2722106776769179, -0.4788345751062744, -0.9763644331620048, -0.4788345751062744, 0.1085454293635063, 0.2722106776769179, 1.0382988251472538, -0.4788345751062744, 0.423284729870153, -1.2641002562944077, -0.4788345751062744, -0.06963043653623263, 2.3804598466117395, -0.7152134685230453, 0.8159075397749196, 1.0382988251472538, 0.423284729870153, -0.2645669030308261, -0.7152134685230453, -0.9763644331620048, 1.0382988251472538, -0.2645669030308261, 0.423284729870153, 0.1085454293635063, 1.9306896430095444, 0.1085454293635063, -1.2641002562944077, 0.9304402744343644, -0.7152134685230453, 1.328355003211641, 0.423284729870153, -2.263050126090438, 1.4988499183537145, 0.2722106776769179, 0.1085454293635063, 1.0382988251472538, 0.1085454293635063, 0.423284729870153, -0.4788345751062744, -0.4788345751062744, -0.4788345751062744, 0.423284729870153, -0.4788345751062744, 0.6938791472503729, -0.7152134685230453, 0.2722106776769179, 0.6938791472503729, 1.4156088619570557, 0.6938791472503729, 1.1401839032529262, -0.7152134685230453, 0.423284729870153, -0.4788345751062744, 0.2722106776769179, -0.2645669030308261, 0.9304402744343644, -0.4788345751062744, 0.5633869666846175, 0.1085454293635063, 2.4771206035640687, 0.8159075397749196, 0.423284729870153, -0.4788345751062744, -0.06963043653623263, -0.06963043653623263, 0.6938791472503729, -0.7152134685230453, 0.9304402744343644, -0.06963043653623263, -0.7152134685230453, -1.2641002562944077, -0.9763644331620048, 0.8159075397749196, 0.5633869666846175, -0.06963043653623263, 0.2722106776769179, -0.06963043653623263, 0.2722106776769179, -0.4788345751062744, -0.06963043653623263, 0.5633869666846175, 0.2722106776769179, 0.5633869666846175, 0.1085454293635063, -0.7152134685230453, 0.8159075397749196, 0.423284729870153, -1.2641002562944077, 0.1085454293635063, 0.1085454293635063, 1.1401839032529262, 0.423284729870153, 0.423284729870153, 0.5633869666846175, 0.8159075397749196, 0.6938791472503729, 0.6938791472503729, -0.2645669030308261, 0.1085454293635063, 1.328355003211641, -0.7152134685230453, -0.06963043653623263, 3.5658797215275087, 0.2722106776769179, 0.6938791472503729, -0.9763644331620048, -0.4788345751062744, 0.5633869666846175, -0.9763644331620048, 0.9304402744343644, -1.2641002562944077, 0.8159075397749196, -0.4788345751062744, 1.2366965136017398, 0.2722106776769179, 0.2722106776769179, -0.06963043653623263, 0.423284729870153, 0.6938791472503729, -1.9141176860627716, 0.9304402744343644, -1.5780840974071355, -0.2645669030308261, 1.0382988251472538, 0.6938791472503729, 0.1085454293635063, -0.2645669030308261, -0.7152134685230453, -0.9763644331620048, -0.2645669030308261, 1.2366965136017398, -0.7152134685230453, 0.1085454293635063, -0.2645669030308261, 0.5633869666846175, -0.4788345751062744, 1.4156088619570557, 0.2722106776769179, 0.1085454293635063, -0.2645669030308261, -0.06963043653623263, -1.2641002562944077, 0.2722106776769179, -0.9763644331620048, -0.06963043653623263, 1.328355003211641, 1.0382988251472538, -0.2645669030308261, 0.423284729870153, -0.2645669030308261, -1.2641002562944077, 0.8159075397749196, 0.5633869666846175, -1.9141176860627716, -0.4788345751062744, -0.2645669030308261, 0.5633869666846175, -0.2645669030308261, -0.4788345751062744, 0.2722106776769179, -1.5780840974071355, 0.423284729870153, -0.9763644331620048, 0.2722106776769179, 0.423284729870153, -0.9763644331620048, -1.9141176860627716, 0.1085454293635063, 1.0382988251472538, -1.9141176860627716, -0.9763644331620048, -0.9763644331620048, -1.2641002562944077, 0.6938791472503729, 0.5633869666846175, -0.7152134685230453, 0.2722106776769179, -0.4788345751062744, 0.2722106776769179, -0.4788345751062744, 0.5633869666846175, 0.2722106776769179, 0.5633869666846175, -0.06963043653623263, 0.423284729870153, 1.9935264614511583, 1.0382988251472538, 1.4156088619570557, -0.7152134685230453, 0.2722106776769179, 1.2366965136017398, 0.1085454293635063, 1.2366965136017398, 0.6938791472503729, -0.2645669030308261, 0.6938791472503729, 0.5633869666846175, 2.2248159253044526, -0.06963043653623263, 1.4988499183537145, 1.1401839032529262, -0.7152134685230453, -0.4788345751062744, 0.423284729870153, 0.423284729870153, 1.2366965136017398, -0.7152134685230453, 0.5633869666846175, -0.7152134685230453, 0.6938791472503729, -0.2645669030308261, -0.2645669030308261, -0.4788345751062744, 0.8159075397749196, -2.263050126090438, -0.7152134685230453, 0.5633869666846175, 0.5633869666846175, 0.1085454293635063, -0.2645669030308261, 0.1085454293635063, 0.5633869666846175, -0.2645669030308261, 1.2366965136017398, 1.6546256623969553, 1.2366965136017398, 0.9304402744343644, 0.8159075397749196, 2.0542250808656766, 0.6938791472503729, 0.6938791472503729, 2.3300795006103416, 0.2722106776769179, -0.06963043653623263, 1.328355003211641, 0.8159075397749196, -0.06963043653623263, 0.6938791472503729, -1.5780840974071355, -0.06963043653623263, 0.8159075397749196, 0.423284729870153, 0.2722106776769179, -0.06963043653623263, 0.9304402744343644, -0.4788345751062744, 0.2722106776769179, -1.2641002562944077, -0.9763644331620048, 1.328355003211641, 0.1085454293635063, 0.5633869666846175, 5.0, -0.2645669030308261, -0.4788345751062744, 0.9304402744343644, 0.9304402744343644, -0.2645669030308261, -0.4788345751062744, -0.06963043653623263, -0.06963043653623263, 0.1085454293635063, 0.8159075397749196, -1.2641002562944077, 0.423284729870153, -0.9763644331620048, 0.8159075397749196, 1.4988499183537145, -0.7152134685230453, -1.9141176860627716, 0.1085454293635063, 1.328355003211641, 0.2722106776769179, 1.1401839032529262, -0.06963043653623263, 1.6546256623969553, -1.2641002562944077, -0.4788345751062744, 0.5633869666846175, 0.5633869666846175, -0.06963043653623263, -0.06963043653623263, 0.1085454293635063, -0.7152134685230453, 1.4988499183537145, 0.9304402744343644, 1.0382988251472538, 0.1085454293635063, 0.1085454293635063, 0.2722106776769179, -0.2645669030308261, 0.9304402744343644, -2.263050126090438, -1.9141176860627716, 0.423284729870153, 0.6938791472503729, 0.423284729870153, 0.1085454293635063, 1.328355003211641, 1.1401839032529262, -1.9141176860627716, -0.06963043653623263, -0.2645669030308261, 1.2366965136017398, -0.7152134685230453, 0.8159075397749196, 0.8159075397749196, 0.8159075397749196, 0.1085454293635063, 0.9304402744343644, 0.1085454293635063, 0.2722106776769179, 0.1085454293635063, 0.1085454293635063, 0.5633869666846175, -0.2645669030308261, -0.06963043653623263, 0.2722106776769179, 0.2722106776769179, 0.5633869666846175, -0.06963043653623263, 0.2722106776769179, -0.9763644331620048, 0.5633869666846175, 0.2722106776769179, -0.7152134685230453, 1.6546256623969553, 0.5633869666846175, 0.1085454293635063, 0.2722106776769179, 0.2722106776769179, 0.6938791472503729, 0.423284729870153, -0.4788345751062744, 1.9935264614511583, 0.8159075397749196, -0.7152134685230453, 1.1401839032529262, 0.8159075397749196, 1.4988499183537145, 0.6938791472503729, 0.9304402744343644, -0.06963043653623263, 0.8159075397749196, 1.6546256623969553, 0.423284729870153, 0.6938791472503729, -1.5780840974071355, 1.0382988251472538, 0.5633869666846175, 0.5633869666846175, -0.7152134685230453, 0.6938791472503729, 0.1085454293635063, -0.2645669030308261, -0.06963043653623263, 0.2722106776769179, 0.8159075397749196, 1.4156088619570557, 0.1085454293635063, 0.1085454293635063, 1.2366965136017398, -0.9763644331620048, 1.0382988251472538, -0.2645669030308261, -0.7152134685230453, 0.6938791472503729, -1.5780840974071355, 0.5633869666846175, 0.5633869666846175, -0.7152134685230453, 0.6938791472503729, 0.8159075397749196, -0.4788345751062744, 0.9304402744343644, 0.6938791472503729, 0.1085454293635063, 0.1085454293635063, -0.4788345751062744, 0.9304402744343644, 0.5633869666846175, 0.5633869666846175, 0.5633869666846175, 0.6938791472503729, -0.7152134685230453, -0.2645669030308261, 0.2722106776769179, -1.5780840974071355, -1.2641002562944077, 0.2722106776769179, -0.06963043653623263, 1.1401839032529262, -0.2645669030308261, 0.5633869666846175, 1.4988499183537145, -0.06963043653623263, 0.2722106776769179, 1.4156088619570557, 0.2722106776769179, 1.6546256623969553, -0.06963043653623263, -1.2641002562944077, 0.1085454293635063, 0.423284729870153, -0.2645669030308261, 0.2722106776769179, 0.423284729870153, 0.8159075397749196, 0.423284729870153, 1.0382988251472538, 2.2248159253044526, -0.4788345751062744, 1.5784214548781363, -0.4788345751062744, 2.7389839401692617, 0.2722106776769179, -0.06963043653623263, -0.4788345751062744, -0.9763644331620048, 0.1085454293635063, -0.9763644331620048, 0.1085454293635063, 0.9304402744343644, 1.1401839032529262, 1.4156088619570557, 0.423284729870153, 0.8159075397749196, 0.1085454293635063, 0.423284729870153, -0.06963043653623263, -0.7152134685230453, 0.423284729870153, 0.423284729870153, 0.8159075397749196, 0.2722106776769179, 0.9304402744343644, 0.8159075397749196, 1.1401839032529262, -0.7152134685230453, 0.6938791472503729, -0.7152134685230453, 0.5633869666846175, 1.5784214548781363, -0.2645669030308261, 0.6938791472503729, 0.9304402744343644, 0.2722106776769179, 0.2722106776769179, 0.2722106776769179, -0.2645669030308261, -0.06963043653623263, 0.1085454293635063, 0.8159075397749196, -0.2645669030308261, 0.1085454293635063, 0.2722106776769179, 0.5633869666846175, 0.2722106776769179, -0.06963043653623263, 0.2722106776769179, 4.729814388369643, 0.1085454293635063, 0.423284729870153, 0.2722106776769179, -0.06963043653623263, 1.1401839032529262, 4.070091129548929, -0.7152134685230453, 0.8159075397749196, 0.2722106776769179, 0.2722106776769179, 1.4988499183537145, 0.5633869666846175, 3.8468373855162836, 0.1085454293635063, -1.2641002562944077, 1.328355003211641, 1.2366965136017398, 0.9304402744343644, -0.06963043653623263, 0.2722106776769179, 0.2722106776769179, 0.8159075397749196, -0.06963043653623263, 0.1085454293635063, 1.4156088619570557, 0.423284729870153, 0.1085454293635063, 1.1401839032529262, 0.2722106776769179, -0.2645669030308261, 0.2722106776769179, -0.4788345751062744, 1.8655612389875829, 0.1085454293635063, 1.727729766230166, 1.4988499183537145, 1.727729766230166, -0.2645669030308261, 0.2722106776769179, 0.9304402744343644, 3.070870552204957, -0.4788345751062744, 0.2722106776769179, 2.5235434720570917, 0.9304402744343644, 3.868345241717528, -0.06963043653623263, -0.4788345751062744, 0.8159075397749196, -0.7152134685230453, 1.9935264614511583, -0.06963043653623263, -0.7152134685230453, -1.5780840974071355, -0.9763644331620048, -0.4788345751062744, -0.9763644331620048, -1.9141176860627716, -1.5780840974071355, -1.9141176860627716, -0.7152134685230453, -1.5780840974071355, -2.263050126090438, -1.5780840974071355, -0.9763644331620048, -1.9141176860627716, -1.5780840974071355, -1.9141176860627716, 0.423284729870153, -1.2641002562944077, -1.5780840974071355, -1.5780840974071355, 0.1085454293635063, -1.9141176860627716, -1.5780840974071355, 0.1085454293635063, -2.263050126090438, -1.2641002562944077, -1.2641002562944077, -1.9141176860627716, -1.5780840974071355, -0.4788345751062744, -2.263050126090438, 0.1085454293635063, -0.9763644331620048, -1.5780840974071355, -0.4788345751062744, -1.2641002562944077, -1.5780840974071355, -0.06963043653623263, 0.1085454293635063, -1.2641002562944077, -1.5780840974071355, -0.9763644331620048, -1.9141176860627716, -0.4788345751062744, -0.4788345751062744, -0.9763644331620048, -0.7152134685230453, -2.263050126090438, 0.9304402744343644, -0.4788345751062744, -0.9763644331620048, -0.2645669030308261, -1.5780840974071355, -1.9141176860627716, -1.5780840974071355, -2.263050126090438, -0.06963043653623263, -1.9141176860627716, -0.7152134685230453, -0.06963043653623263, -1.9141176860627716, -1.2641002562944077, -1.2641002562944077, -1.2641002562944077, -1.5780840974071355, -1.2641002562944077, -1.9141176860627716, -0.4788345751062744, -0.7152134685230453, -1.2641002562944077, -1.2641002562944077, -0.7152134685230453, -0.2645669030308261, -0.4788345751062744, -0.9763644331620048, -0.9763644331620048, -1.5780840974071355, -0.7152134685230453, -1.9141176860627716, -0.7152134685230453, -1.9141176860627716, -0.7152134685230453, -0.7152134685230453, -1.9141176860627716, -1.2641002562944077, -0.4788345751062744, -0.4788345751062744, -0.9763644331620048, -0.4788345751062744, -1.9141176860627716, -1.9141176860627716, -1.5780840974071355, -1.5780840974071355, -0.9763644331620048, -0.2645669030308261, -1.2641002562944077, -1.5780840974071355, -1.5780840974071355, -1.2641002562944077, -1.9141176860627716, -1.5780840974071355, -1.2641002562944077, -1.2641002562944077, -0.4788345751062744, -1.9141176860627716, -0.7152134685230453, -1.9141176860627716, -1.9141176860627716, -0.9763644331620048, -1.2641002562944077, -0.7152134685230453, 0.2722106776769179, -2.263050126090438, -0.7152134685230453, 0.5633869666846175, -0.9763644331620048, -1.5780840974071355, -0.9763644331620048, -1.5780840974071355, -1.5780840974071355, -0.9763644331620048, -0.2645669030308261, -0.9763644331620048, 0.423284729870153, -1.2641002562944077, 0.1085454293635063, -1.5780840974071355, -1.5780840974071355, -1.9141176860627716, -0.7152134685230453, -1.2641002562944077, -0.4788345751062744, 0.6938791472503729, -1.9141176860627716, -1.9141176860627716, 0.2722106776769179, -1.2641002562944077, -0.2645669030308261, -2.263050126090438, -0.2645669030308261, -1.2641002562944077, -1.2641002562944077, -1.2641002562944077, 0.2722106776769179, -1.9141176860627716, -0.9763644331620048, -0.7152134685230453, -0.2645669030308261, 0.423284729870153, -0.9763644331620048, -1.5780840974071355, -0.7152134685230453, -1.5780840974071355, -1.2641002562944077, -1.5780840974071355, -2.263050126090438, -1.5780840974071355, -0.9763644331620048, -0.9763644331620048, -1.2641002562944077, -0.7152134685230453, -0.06963043653623263, 0.6938791472503729, 0.8159075397749196, 0.2722106776769179, -0.9763644331620048, -0.7152134685230453, -0.2645669030308261, -1.5780840974071355, -1.2641002562944077, -0.9763644331620048, -0.9763644331620048, -1.2641002562944077, -0.7152134685230453, -1.9141176860627716, -1.9141176860627716, -1.5780840974071355, -0.7152134685230453, -0.9763644331620048, -2.263050126090438, -0.9763644331620048, -0.7152134685230453, -0.9763644331620048, -1.5780840974071355, -0.7152134685230453, -0.4788345751062744, 0.5633869666846175, -1.2641002562944077, -1.2641002562944077, -1.9141176860627716, -0.7152134685230453, -0.4788345751062744, -1.5780840974071355, 0.1085454293635063, -1.9141176860627716, -0.9763644331620048, -2.263050126090438, -1.2641002562944077, 0.2722106776769179, -0.7152134685230453, -1.5780840974071355, -1.9141176860627716, -1.9141176860627716, 0.423284729870153, -0.2645669030308261, -0.9763644331620048, -1.2641002562944077, -0.4788345751062744, -0.9763644331620048, 0.5633869666846175, -1.5780840974071355, 0.1085454293635063, -0.4788345751062744, -0.4788345751062744, -1.5780840974071355, -0.9763644331620048, -0.4788345751062744, 0.5633869666846175, -0.2645669030308261, -0.7152134685230453, 0.2722106776769179, -1.2641002562944077, 0.1085454293635063, -1.2641002562944077, -1.2641002562944077, -1.2641002562944077, -1.2641002562944077, -0.06963043653623263, 0.2722106776769179, -0.9763644331620048, -0.7152134685230453, -0.9763644331620048, -0.7152134685230453, -1.2641002562944077, -1.5780840974071355, -0.2645669030308261, -0.9763644331620048, -0.9763644331620048, -0.9763644331620048, -1.2641002562944077, -2.263050126090438, -1.2641002562944077, -0.4788345751062744, -0.9763644331620048, -0.9763644331620048, -0.4788345751062744, -0.7152134685230453, 0.1085454293635063, -0.9763644331620048, -0.06963043653623263, -0.9763644331620048, -0.9763644331620048, -1.5780840974071355, -0.7152134685230453, -0.06963043653623263, -0.2645669030308261, -0.4788345751062744, -1.2641002562944077, -1.9141176860627716, -0.9763644331620048, -0.4788345751062744, -0.9763644331620048, -0.2645669030308261, -1.9141176860627716, -0.2645669030308261, -0.06963043653623263, -0.2645669030308261, -0.9763644331620048, -0.4788345751062744, -2.263050126090438, -0.7152134685230453, -1.5780840974071355, -0.2645669030308261, 0.2722106776769179, 0.5633869666846175, -0.9763644331620048, -1.5780840974071355, -0.9763644331620048, -1.5780840974071355, -0.4788345751062744, -0.2645669030308261, -0.7152134685230453, 0.423284729870153, -1.2641002562944077, -0.06963043653623263, -1.5780840974071355, -0.2645669030308261, 0.1085454293635063, -1.5780840974071355, -0.9763644331620048, -0.2645669030308261, 0.423284729870153, 0.2722106776769179, -0.7152134685230453, -1.5780840974071355, -0.7152134685230453, -1.2641002562944077, -0.7152134685230453, 1.4988499183537145, -0.9763644331620048, -0.2645669030308261, -1.9141176860627716, -0.4788345751062744, 0.1085454293635063, -0.9763644331620048, -0.9763644331620048, -1.2641002562944077, 0.423284729870153, -1.2641002562944077, -0.4788345751062744, 0.2722106776769179, -1.2641002562944077, -0.7152134685230453, -0.7152134685230453, -0.4788345751062744, -0.7152134685230453, -1.2641002562944077, 0.1085454293635063, -1.5780840974071355, -0.9763644331620048, -0.7152134685230453, -1.2641002562944077, 0.423284729870153, -0.4788345751062744, -1.2641002562944077, -0.4788345751062744, -0.4788345751062744, -0.9763644331620048, -0.9763644331620048, -0.06963043653623263, -1.9141176860627716, 0.8159075397749196, -0.2645669030308261, -0.9763644331620048, -0.4788345751062744, -0.7152134685230453, 0.1085454293635063, -0.2645669030308261, -0.7152134685230453, -0.2645669030308261, -0.7152134685230453, -1.5780840974071355, -1.5780840974071355, -0.7152134685230453, -1.2641002562944077, -0.4788345751062744, -1.5780840974071355, -1.2641002562944077, -0.2645669030308261, -1.2641002562944077, -0.2645669030308261, -1.2641002562944077, -1.2641002562944077, 0.1085454293635063, -0.9763644331620048, -0.7152134685230453, 1.0382988251472538, -0.2645669030308261, -0.9763644331620048, -0.9763644331620048, -0.06963043653623263, -0.06963043653623263, 0.1085454293635063, -0.7152134685230453, -0.06963043653623263, -0.2645669030308261, -0.9763644331620048, -0.06963043653623263, -1.5780840974071355, -1.2641002562944077, -1.5780840974071355, -0.9763644331620048, 0.2722106776769179, 0.423284729870153, -1.9141176860627716, -0.06963043653623263, -0.2645669030308261, -0.7152134685230453, -0.2645669030308261, 0.1085454293635063, -0.4788345751062744, -0.9763644331620048, -1.2641002562944077, -0.7152134685230453, -0.9763644331620048, -0.9763644331620048, 0.1085454293635063, -1.5780840974071355, -0.7152134685230453, -0.9763644331620048, -0.9763644331620048, -1.2641002562944077, 0.6938791472503729, -1.5780840974071355, -0.7152134685230453, 0.2722106776769179, 0.1085454293635063, -1.2641002562944077, -0.7152134685230453, -1.5780840974071355, -0.7152134685230453, 0.1085454293635063, -1.2641002562944077, -0.9763644331620048, 1.328355003211641, -0.7152134685230453, -0.7152134685230453, -1.5780840974071355, -1.9141176860627716, 0.5633869666846175, 0.2722106776769179, -0.9763644331620048, -0.7152134685230453, -0.9763644331620048, -0.9763644331620048, -0.7152134685230453, -0.4788345751062744, -0.7152134685230453, 1.0382988251472538, -0.4788345751062744, -0.9763644331620048, 1.0382988251472538, -0.4788345751062744, 0.1085454293635063, -0.7152134685230453, -0.9763644331620048, -0.4788345751062744, -0.9763644331620048, -0.4788345751062744, 0.6938791472503729, -1.2641002562944077, -1.2641002562944077, -0.9763644331620048, 0.5633869666846175, -0.2645669030308261, -1.5780840974071355, -0.2645669030308261, -0.9763644331620048, -0.2645669030308261, -1.2641002562944077, 0.1085454293635063, -0.7152134685230453, -0.9763644331620048, -1.9141176860627716, -1.9141176860627716, -0.7152134685230453, -1.2641002562944077, -1.5780840974071355, -0.7152134685230453, 0.1085454293635063, -0.7152134685230453, -1.2641002562944077, 0.1085454293635063, -2.263050126090438, -0.9763644331620048, 0.6938791472503729, -1.5780840974071355, -0.4788345751062744, -0.06963043653623263, -0.9763644331620048, -0.06963043653623263, -0.9763644331620048, -1.5780840974071355, 1.1401839032529262, -0.9763644331620048, -1.2641002562944077, -1.2641002562944077, -1.9141176860627716, -1.2641002562944077, -0.7152134685230453, 0.2722106776769179, -0.7152134685230453, -1.2641002562944077, -0.9763644331620048, -1.2641002562944077, -1.2641002562944077, -0.2645669030308261, -0.9763644331620048, -0.9763644331620048, -1.2641002562944077, 0.1085454293635063, 0.2722106776769179, 0.423284729870153, -0.7152134685230453, -1.5780840974071355, -1.5780840974071355, -0.9763644331620048, -0.4788345751062744, -0.7152134685230453, 0.2722106776769179, -1.2641002562944077, -0.4788345751062744, -1.9141176860627716, -0.4788345751062744, -0.9763644331620048, -0.06963043653623263, -2.263050126090438, -1.2641002562944077, -0.9763644331620048, -0.9763644331620048, -0.4788345751062744, -1.5780840974071355, -1.9141176860627716, -1.5780840974071355, 0.1085454293635063, -0.7152134685230453, -0.7152134685230453, -0.9763644331620048, -1.2641002562944077, -0.4788345751062744, -0.9763644331620048, -0.9763644331620048, -1.2641002562944077, 1.4988499183537145, -1.5780840974071355, -0.7152134685230453, -1.5780840974071355, -0.4788345751062744, -0.9763644331620048, 0.2722106776769179, -0.7152134685230453, -1.5780840974071355, -0.2645669030308261, -1.9141176860627716, -0.7152134685230453, -0.06963043653623263, -1.5780840974071355, -0.9763644331620048, -1.9141176860627716, 0.1085454293635063, -0.4788345751062744, -0.2645669030308261, -0.2645669030308261, 0.1085454293635063, -0.9763644331620048, -1.5780840974071355, -0.4788345751062744, 0.2722106776769179, -0.4788345751062744, -1.5780840974071355, -0.06963043653623263, 0.2722106776769179, 1.4156088619570557, -1.2641002562944077, -0.06963043653623263, -0.06963043653623263, -0.7152134685230453, -0.4788345751062744, -0.9763644331620048, -1.2641002562944077, -0.9763644331620048, -0.4788345751062744, 0.2722106776769179, -0.2645669030308261, 0.1085454293635063, 0.2722106776769179, -0.2645669030308261, -0.7152134685230453, -0.9763644331620048, -1.2641002562944077, -0.4788345751062744, -0.7152134685230453, -0.2645669030308261, -0.2645669030308261, -0.7152134685230453, -2.263050126090438, -1.5780840974071355, -0.9763644331620048, -1.5780840974071355, -1.2641002562944077, -0.7152134685230453, -0.7152134685230453, -0.06963043653623263, -0.06963043653623263, 0.2722106776769179, -1.2641002562944077, -1.5780840974071355, -0.7152134685230453, -0.2645669030308261, -1.5780840974071355, -0.7152134685230453, -1.2641002562944077, -1.2641002562944077, -1.2641002562944077, -0.4788345751062744, -0.9763644331620048, 0.423284729870153, -1.2641002562944077, -0.2645669030308261, -1.2641002562944077, -0.4788345751062744, -0.9763644331620048, -0.7152134685230453, -1.2641002562944077, -1.2641002562944077, -0.4788345751062744, -0.06963043653623263, -0.2645669030308261, 0.1085454293635063, 0.1085454293635063, -0.4788345751062744, 0.423284729870153, 0.2722106776769179, -0.7152134685230453, 0.423284729870153, -1.2641002562944077, -0.4788345751062744, -1.2641002562944077, -0.06963043653623263, -1.5780840974071355, -1.9141176860627716, 0.2722106776769179, -0.2645669030308261, -1.9141176860627716, -0.06963043653623263, 0.2722106776769179, -0.4788345751062744, -1.2641002562944077, 1.0382988251472538, -1.5780840974071355, -0.9763644331620048, -0.2645669030308261, -0.4788345751062744, -0.2645669030308261, -0.2645669030308261, -0.9763644331620048, -1.2641002562944077, -0.2645669030308261, -0.9763644331620048, -1.2641002562944077, -0.9763644331620048, -0.06963043653623263, -0.4788345751062744, 0.2722106776769179, 0.1085454293635063, -0.9763644331620048, -0.2645669030308261, 0.1085454293635063, -0.4788345751062744, 0.9304402744343644, -0.7152134685230453, -0.7152134685230453, -1.2641002562944077, -0.7152134685230453, 0.423284729870153, -0.9763644331620048, -1.2641002562944077, -0.7152134685230453, -0.4788345751062744, -1.2641002562944077, -0.2645669030308261, -0.4788345751062744, -0.7152134685230453, -0.4788345751062744, 0.423284729870153, 0.6938791472503729, -1.9141176860627716, 0.5633869666846175, -1.5780840974071355, -1.2641002562944077, -0.9763644331620048, -1.5780840974071355, -0.9763644331620048, -0.06963043653623263, -0.4788345751062744, 0.1085454293635063, -0.4788345751062744, 0.6938791472503729, -1.2641002562944077, -0.4788345751062744, -0.2645669030308261, -0.9763644331620048, 0.423284729870153, 0.2722106776769179, -0.7152134685230453, -1.5780840974071355, -0.2645669030308261, -1.5780840974071355, 0.6938791472503729, 0.1085454293635063, -0.4788345751062744, 0.1085454293635063, -0.7152134685230453, -0.2645669030308261, -0.06963043653623263, -0.4788345751062744, -1.9141176860627716, -0.2645669030308261, -0.7152134685230453, -0.7152134685230453, -0.2645669030308261, -0.4788345751062744, -1.2641002562944077, -0.9763644331620048, -0.4788345751062744, -0.7152134685230453, 0.1085454293635063, -0.06963043653623263, -0.2645669030308261, -0.7152134685230453, -0.06963043653623263, -1.2641002562944077, 0.2722106776769179, -0.9763644331620048, -1.5780840974071355, -0.06963043653623263, -0.7152134685230453, -0.4788345751062744, -1.2641002562944077, -0.4788345751062744, -0.2645669030308261, -0.9763644331620048, -0.06963043653623263, -0.4788345751062744, -0.9763644331620048, -0.9763644331620048, -0.9763644331620048, 0.2722106776769179, -0.7152134685230453, 0.2722106776769179, -0.06963043653623263, -1.9141176860627716, -1.9141176860627716, -1.9141176860627716, -0.9763644331620048, -0.4788345751062744, -1.9141176860627716, -0.9763644331620048, -0.4788345751062744, -1.2641002562944077, -0.2645669030308261, -0.2645669030308261, -0.2645669030308261, -0.06963043653623263, -0.9763644331620048, -0.2645669030308261, -0.06963043653623263, -1.5780840974071355, -0.06963043653623263, -1.2641002562944077, -0.9763644331620048, -0.06963043653623263, -1.9141176860627716, -0.2645669030308261, -0.9763644331620048, -0.4788345751062744, -0.2645669030308261, -0.9763644331620048, -0.06963043653623263, 0.1085454293635063, -0.2645669030308261, -0.7152134685230453, -1.5780840974071355, -0.7152134685230453, -1.2641002562944077, -0.2645669030308261, -1.2641002562944077, -1.2641002562944077, -1.5780840974071355, 0.1085454293635063, -0.06963043653623263, 0.1085454293635063, -1.2641002562944077, -0.06963043653623263, 0.1085454293635063, 0.2722106776769179, -0.7152134685230453, -0.4788345751062744, 0.1085454293635063, -1.2641002562944077, 0.1085454293635063, 0.1085454293635063, 2.9310018743193162, -0.2645669030308261, -0.7152134685230453, 0.1085454293635063, 0.2722106776769179, 1.328355003211641, 0.2722106776769179, -0.06963043653623263, -0.9763644331620048, 0.1085454293635063, -0.4788345751062744, -0.4788345751062744, 0.2722106776769179, -1.5780840974071355, -1.2641002562944077, -0.9763644331620048, -0.4788345751062744, -0.4788345751062744, 0.2722106776769179, -0.9763644331620048, -0.4788345751062744, -0.7152134685230453, -0.7152134685230453, -0.7152134685230453, -0.9763644331620048, -1.2641002562944077, -1.5780840974071355, 0.1085454293635063, -0.4788345751062744, -0.4788345751062744, -0.4788345751062744, -0.2645669030308261, -0.4788345751062744, 0.1085454293635063, -0.7152134685230453, -1.9141176860627716, 0.423284729870153, -0.7152134685230453, -0.2645669030308261, -0.2645669030308261, -0.2645669030308261, -0.4788345751062744, 0.423284729870153, -1.2641002562944077, 0.1085454293635063, -1.9141176860627716, -0.9763644331620048, -0.7152134685230453, -0.9763644331620048, -0.7152134685230453, -0.06963043653623263, -0.7152134685230453, -2.263050126090438, 0.6938791472503729, 0.423284729870153, -0.9763644331620048, -0.7152134685230453, -0.06963043653623263, -0.9763644331620048, -1.2641002562944077, -0.2645669030308261, -0.06963043653623263, -0.4788345751062744, -0.4788345751062744, -0.9763644331620048, -0.2645669030308261, -1.5780840974071355, -0.2645669030308261, -0.2645669030308261, -0.2645669030308261, -0.2645669030308261, -1.2641002562944077, -0.4788345751062744, -0.4788345751062744, 0.423284729870153, 0.423284729870153, 0.423284729870153, 0.5633869666846175, -0.4788345751062744, -0.7152134685230453, -0.2645669030308261, -0.9763644331620048, -0.4788345751062744, -0.4788345751062744, 1.9306896430095444, -0.7152134685230453, -0.2645669030308261, -0.4788345751062744, 0.2722106776769179, -0.7152134685230453, 0.1085454293635063, -0.9763644331620048, 0.423284729870153, -0.4788345751062744, -1.2641002562944077, 0.423284729870153, -1.2641002562944077, 0.5633869666846175, -0.7152134685230453, -0.06963043653623263, -0.2645669030308261, -0.4788345751062744, -0.4788345751062744, -0.7152134685230453, 0.1085454293635063, -0.06963043653623263, -0.06963043653623263, 0.6938791472503729, -0.7152134685230453, -0.7152134685230453, -0.4788345751062744, 0.1085454293635063, 0.2722106776769179, -0.06963043653623263, -0.2645669030308261, -0.9763644331620048, 0.423284729870153, -0.06963043653623263, 0.5633869666846175, 0.2722106776769179, 0.1085454293635063, -0.7152134685230453, -0.2645669030308261, -0.7152134685230453, -2.263050126090438, 0.2722106776769179, -1.2641002562944077, -0.7152134685230453, -0.7152134685230453, -0.7152134685230453, -0.9763644331620048, -0.06963043653623263, 0.423284729870153, 0.1085454293635063, 0.2722106776769179, -0.7152134685230453, -0.7152134685230453, -1.5780840974071355, -0.7152134685230453, -0.2645669030308261, -0.9763644331620048, -0.9763644331620048, -0.2645669030308261, -0.7152134685230453, -0.4788345751062744, -0.7152134685230453, -0.4788345751062744, -0.9763644331620048, -0.9763644331620048, -0.06963043653623263, -0.06963043653623263, -0.06963043653623263, -0.4788345751062744, -0.2645669030308261, -0.2645669030308261, -0.2645669030308261, -0.2645669030308261, -0.7152134685230453, -0.2645669030308261, -0.06963043653623263, -0.9763644331620048, -0.7152134685230453, -1.2641002562944077, -0.06963043653623263, -0.9763644331620048, -1.5780840974071355, 0.5633869666846175, -0.7152134685230453, -0.4788345751062744, -0.4788345751062744, -0.7152134685230453, -1.9141176860627716, -0.06963043653623263, -0.06963043653623263, -0.06963043653623263, -0.06963043653623263, 0.6938791472503729, -0.9763644331620048, 0.6938791472503729, -0.7152134685230453, -0.9763644331620048, -0.2645669030308261, 0.2722106776769179, -0.9763644331620048, -1.2641002562944077, 0.1085454293635063, -0.7152134685230453, -0.9763644331620048, -0.4788345751062744, -0.7152134685230453, -0.2645669030308261, -0.7152134685230453, -0.7152134685230453, -1.5780840974071355, -1.2641002562944077, -1.9141176860627716, 0.1085454293635063, 0.5633869666846175, -0.9763644331620048, -0.2645669030308261, -0.06963043653623263, -0.4788345751062744, -0.4788345751062744, 0.423284729870153, -1.2641002562944077, 0.1085454293635063, 0.423284729870153, -0.4788345751062744, -0.7152134685230453, 0.1085454293635063, -0.9763644331620048, 0.423284729870153, -0.7152134685230453, 0.1085454293635063, -1.5780840974071355, -0.9763644331620048, -0.7152134685230453, -0.2645669030308261, -0.7152134685230453, -1.2641002562944077, 0.1085454293635063, -0.9763644331620048, -0.4788345751062744, -0.7152134685230453, -0.9763644331620048, -0.9763644331620048, -0.4788345751062744, 0.1085454293635063, -0.06963043653623263, -0.7152134685230453, -0.4788345751062744, -1.2641002562944077, -1.5780840974071355, -0.06963043653623263, -0.06963043653623263, -0.2645669030308261, 0.8159075397749196, -0.4788345751062744, -0.7152134685230453, -0.7152134685230453, 0.5633869666846175, -0.4788345751062744, -1.5780840974071355, -0.2645669030308261, -0.9763644331620048, -0.9763644331620048, 0.1085454293635063, -0.2645669030308261, -1.5780840974071355, -0.4788345751062744, -0.2645669030308261, -0.2645669030308261, -0.7152134685230453, -0.2645669030308261, -1.2641002562944077, -0.9763644331620048, -2.263050126090438, -0.7152134685230453, -0.4788345751062744, 0.423284729870153, -1.5780840974071355, -0.4788345751062744, -0.9763644331620048, 1.328355003211641, 0.2722106776769179, -0.7152134685230453, 0.5633869666846175, 0.1085454293635063, -0.4788345751062744, -0.9763644331620048, -1.5780840974071355, 0.423284729870153, -0.9763644331620048, 0.2722106776769179, -1.5780840974071355, -0.7152134685230453, -0.9763644331620048, 0.423284729870153, -0.06963043653623263, -0.06963043653623263, 0.1085454293635063, -0.06963043653623263, -0.7152134685230453, -0.7152134685230453, -1.5780840974071355, -0.7152134685230453, -1.5780840974071355, -0.7152134685230453, 0.1085454293635063, -0.4788345751062744, -0.4788345751062744, -0.7152134685230453, -0.9763644331620048, -0.4788345751062744, -0.06963043653623263, 0.5633869666846175, -0.06963043653623263, -2.263050126090438, -0.2645669030308261, -0.06963043653623263, -0.2645669030308261, -0.7152134685230453, -1.2641002562944077, -0.06963043653623263, 0.8159075397749196, -0.7152134685230453, -0.9763644331620048, -1.2641002562944077, 0.1085454293635063, -0.7152134685230453, -0.7152134685230453, 0.1085454293635063, -0.2645669030308261, -0.2645669030308261, 0.1085454293635063, -1.2641002562944077, -0.7152134685230453, -0.06963043653623263, -0.2645669030308261, -1.9141176860627716, -0.4788345751062744, -0.06963043653623263, -0.7152134685230453, -0.7152134685230453, -0.9763644331620048, -0.7152134685230453, 0.5633869666846175, 0.6938791472503729, 0.423284729870153, -0.7152134685230453, 0.6938791472503729, 0.2722106776769179, 0.1085454293635063, -0.06963043653623263, 0.5633869666846175, 0.1085454293635063, -0.06963043653623263, 0.423284729870153, -0.9763644331620048, -0.7152134685230453, -0.9763644331620048, -0.06963043653623263, -1.5780840974071355, 0.2722106776769179, -0.06963043653623263, 0.1085454293635063, 0.423284729870153, -0.7152134685230453, 0.2722106776769179, -1.2641002562944077, -0.2645669030308261, -0.2645669030308261, 0.423284729870153, 0.2722106776769179, -0.7152134685230453, -0.7152134685230453, -0.7152134685230453, -0.7152134685230453, -0.9763644331620048, -1.5780840974071355, 0.2722106776769179, -1.5780840974071355, 0.2722106776769179, 1.0382988251472538, -0.06963043653623263, -0.4788345751062744, -1.5780840974071355, 0.1085454293635063, -0.2645669030308261, -0.7152134685230453, 0.1085454293635063, -1.2641002562944077, -0.9763644331620048, -1.2641002562944077, -0.7152134685230453, -0.7152134685230453, 0.1085454293635063, -0.2645669030308261, -0.9763644331620048, -2.263050126090438, -0.06963043653623263, 0.2722106776769179, 0.2722106776769179, -0.4788345751062744, -0.7152134685230453, -0.7152134685230453, -0.4788345751062744, -1.5780840974071355, -0.9763644331620048, -1.5780840974071355, -0.7152134685230453, 0.423284729870153, -0.7152134685230453, -0.2645669030308261, -0.06963043653623263, -0.9763644331620048, 0.6938791472503729, 0.2722106776769179, 0.1085454293635063, -1.2641002562944077, -0.4788345751062744, -1.2641002562944077, -0.7152134685230453, -0.7152134685230453, -0.9763644331620048, 0.1085454293635063, -0.2645669030308261, -1.5780840974071355, -0.06963043653623263, -1.2641002562944077, -0.9763644331620048, -0.9763644331620048, -0.2645669030308261, 0.6938791472503729, -1.2641002562944077, -0.06963043653623263, -1.5780840974071355, -0.7152134685230453, -1.2641002562944077, 1.1401839032529262, -0.7152134685230453, -1.2641002562944077, -1.2641002562944077, 0.2722106776769179, 0.5633869666846175, 0.1085454293635063, -1.2641002562944077, -1.5780840974071355, -0.4788345751062744, -0.06963043653623263, -0.06963043653623263, -0.7152134685230453, -0.06963043653623263, -0.9763644331620048, -0.7152134685230453, -0.06963043653623263, -0.2645669030308261, 0.1085454293635063, -0.4788345751062744, -0.4788345751062744, 0.5633869666846175, -0.4788345751062744, -1.9141176860627716, -0.2645669030308261, -0.06963043653623263, -0.4788345751062744, -0.4788345751062744, 0.2722106776769179, -1.5780840974071355, 0.423284729870153, 0.2722106776769179, 0.6938791472503729, -1.2641002562944077, -0.7152134685230453, 0.5633869666846175, 0.2722106776769179, 0.5633869666846175, -0.9763644331620048, -0.9763644331620048, -0.7152134685230453, -0.06963043653623263, 0.423284729870153, -0.9763644331620048, -0.7152134685230453, 0.8159075397749196, -0.7152134685230453, -0.06963043653623263, -1.5780840974071355, 0.5633869666846175, -0.9763644331620048, -0.4788345751062744, -0.9763644331620048, -0.9763644331620048, -0.7152134685230453, -0.9763644331620048, 0.6938791472503729, 0.6938791472503729, -0.4788345751062744, 0.2722106776769179, 0.1085454293635063, -0.4788345751062744, -1.2641002562944077, 0.1085454293635063, 0.2722106776769179, -0.06963043653623263, -0.7152134685230453, -0.06963043653623263, -0.06963043653623263, -0.9763644331620048, -0.4788345751062744, -0.06963043653623263, 0.2722106776769179, -1.2641002562944077, 0.1085454293635063, 0.2722106776769179, -0.9763644331620048, 0.423284729870153, -0.7152134685230453, 0.2722106776769179, -1.2641002562944077, -0.9763644331620048, -0.4788345751062744, -0.4788345751062744, 0.6938791472503729, -1.5780840974071355, 0.5633869666846175, -0.2645669030308261, -0.9763644331620048, 0.1085454293635063, 0.2722106776769179, 0.1085454293635063, -0.4788345751062744, -1.2641002562944077, -0.06963043653623263, 0.423284729870153, -1.2641002562944077, 0.6938791472503729, -0.06963043653623263, -0.7152134685230453, -0.06963043653623263, -0.2645669030308261, -0.4788345751062744, 0.423284729870153, -0.7152134685230453, -0.2645669030308261, -0.9763644331620048, -1.5780840974071355, 0.2722106776769179, 0.2722106776769179, 0.1085454293635063, -0.9763644331620048, -0.9763644331620048, -0.9763644331620048, -0.9763644331620048, -0.9763644331620048, -0.06963043653623263, 0.1085454293635063, -0.9763644331620048, 0.423284729870153, -0.9763644331620048, -0.4788345751062744, -0.4788345751062744, -0.7152134685230453, 0.1085454293635063, 0.5633869666846175, 1.0382988251472538, -1.5780840974071355, 0.423284729870153, -0.4788345751062744, -0.7152134685230453, -0.4788345751062744, 0.1085454293635063, -0.9763644331620048, 0.9304402744343644, 0.2722106776769179, 0.2722106776769179, -0.9763644331620048, -1.5780840974071355, 0.423284729870153, -0.9763644331620048, -0.06963043653623263, -0.7152134685230453, -0.06963043653623263, -0.9763644331620048, -0.06963043653623263, 0.2722106776769179, -0.2645669030308261, 0.5633869666846175, -0.7152134685230453, -0.06963043653623263, -1.2641002562944077, 0.2722106776769179, -0.9763644331620048, 0.1085454293635063, 0.6938791472503729, -0.9763644331620048, -0.9763644331620048, -0.9763644331620048, -1.2641002562944077, -1.5780840974071355, -1.2641002562944077, -0.4788345751062744, -0.4788345751062744, 0.1085454293635063, -0.4788345751062744, -1.2641002562944077, -0.9763644331620048, -0.9763644331620048, -0.2645669030308261, 0.2722106776769179, -0.9763644331620048, -0.2645669030308261, -0.4788345751062744, -0.9763644331620048, -0.7152134685230453, -0.2645669030308261, -0.2645669030308261, -0.7152134685230453, -0.4788345751062744, 0.2722106776769179, 0.5633869666846175, -0.06963043653623263, -0.2645669030308261, -0.2645669030308261, -0.2645669030308261, -1.2641002562944077, 0.9304402744343644, -0.7152134685230453, 0.6938791472503729, -0.06963043653623263, 0.2722106776769179, -0.9763644331620048, -0.2645669030308261, -0.06963043653623263, -0.4788345751062744, -0.9763644331620048, -0.4788345751062744, -0.2645669030308261, -0.2645669030308261, -0.7152134685230453, 0.1085454293635063, -0.06963043653623263, -0.7152134685230453, -0.7152134685230453, 0.5633869666846175, -0.2645669030308261, -0.7152134685230453, -0.4788345751062744, -0.7152134685230453, -0.7152134685230453, -0.06963043653623263, -2.263050126090438, -0.9763644331620048, -0.06963043653623263, 0.2722106776769179, -0.7152134685230453, 0.1085454293635063, 0.2722106776769179, 0.2722106776769179, -0.7152134685230453, 0.6938791472503729, 0.2722106776769179, -0.7152134685230453, 0.5633869666846175, -0.2645669030308261, 0.6938791472503729, -1.5780840974071355, -0.2645669030308261, -0.9763644331620048, -0.06963043653623263, 0.423284729870153, -0.2645669030308261, -0.06963043653623263, 0.2722106776769179, -0.7152134685230453, 0.2722106776769179, -1.2641002562944077, 0.1085454293635063, -0.9763644331620048, -0.2645669030308261, -0.06963043653623263, -0.4788345751062744, 0.2722106776769179, -0.2645669030308261, -0.2645669030308261, -0.4788345751062744, -0.2645669030308261, 0.8159075397749196, -0.7152134685230453, 0.423284729870153, -1.2641002562944077, -0.4788345751062744, -0.9763644331620048, 0.9304402744343644, -0.2645669030308261, -0.2645669030308261, -0.2645669030308261, -0.9763644331620048, 0.8159075397749196, -1.5780840974071355, -0.06963043653623263, -1.2641002562944077, 0.1085454293635063, 1.1401839032529262, -0.06963043653623263, -0.9763644331620048, 0.5633869666846175, 0.2722106776769179, -0.06963043653623263, -0.7152134685230453, 0.423284729870153, -0.2645669030308261, 0.423284729870153, 0.5633869666846175, -0.06963043653623263, -1.2641002562944077, -0.06963043653623263, 0.2722106776769179, -0.06963043653623263, -0.06963043653623263, -0.7152134685230453, 0.2722106776769179, -0.2645669030308261, 0.423284729870153, -0.2645669030308261, 0.423284729870153, -0.06963043653623263, 0.423284729870153, 0.5633869666846175, -0.2645669030308261, 0.1085454293635063, -0.4788345751062744, 1.0382988251472538, -0.2645669030308261, -0.9763644331620048, -0.06963043653623263, 0.9304402744343644, -0.7152134685230453, -0.2645669030308261, -0.06963043653623263, -0.7152134685230453, -1.2641002562944077, -0.7152134685230453, 0.8159075397749196, 0.5633869666846175, 0.5633869666846175, -0.4788345751062744, 1.0382988251472538, -1.9141176860627716, 0.5633869666846175, 0.8159075397749196, -0.7152134685230453, -1.9141176860627716, 0.6938791472503729, -0.4788345751062744, 0.6938791472503729, 0.1085454293635063, -0.7152134685230453, 0.2722106776769179, 0.1085454293635063, 0.1085454293635063, 0.5633869666846175, 0.5633869666846175, -0.4788345751062744, 0.1085454293635063, 0.1085454293635063, -0.7152134685230453, -0.4788345751062744, -0.2645669030308261, -0.7152134685230453, -0.06963043653623263, -0.2645669030308261, -0.06963043653623263, -0.2645669030308261, -0.7152134685230453, -0.7152134685230453, 0.2722106776769179, 0.1085454293635063, 0.1085454293635063, 0.2722106776769179, 0.2722106776769179, -0.06963043653623263, -0.06963043653623263, -0.9763644331620048, -0.7152134685230453, -0.4788345751062744, 0.5633869666846175, 0.423284729870153, 0.423284729870153, -0.06963043653623263, 0.1085454293635063, -0.7152134685230453, 0.423284729870153, -0.06963043653623263, 0.423284729870153, -1.9141176860627716, 0.5633869666846175, 0.2722106776769179, 0.423284729870153, -0.2645669030308261, 0.8159075397749196, -0.7152134685230453, -0.9763644331620048, -0.4788345751062744, 0.423284729870153, -1.9141176860627716, -0.2645669030308261, -0.4788345751062744, 0.8159075397749196, -0.4788345751062744, -1.2641002562944077, 0.6938791472503729, -0.4788345751062744, -0.2645669030308261, 0.6938791472503729, -0.9763644331620048, -1.2641002562944077, -0.4788345751062744, -0.7152134685230453, 0.5633869666846175, -0.4788345751062744, 0.1085454293635063, 0.2722106776769179, -0.4788345751062744, 0.8159075397749196, 0.1085454293635063, -0.2645669030308261, -0.4788345751062744, -0.4788345751062744, 0.1085454293635063, -0.4788345751062744, 0.1085454293635063, -0.06963043653623263, 0.1085454293635063, 0.423284729870153, 0.6938791472503729, 0.1085454293635063, -0.4788345751062744, -1.5780840974071355, -0.4788345751062744, -0.9763644331620048, -0.4788345751062744, 0.2722106776769179, -0.4788345751062744, -1.2641002562944077, 0.9304402744343644, 0.2722106776769179, -0.06963043653623263, -0.06963043653623263, -0.4788345751062744, 1.2366965136017398, -0.4788345751062744, -0.2645669030308261, 0.1085454293635063, -0.9763644331620048, 0.423284729870153, -0.9763644331620048, -0.7152134685230453, -0.4788345751062744, 0.2722106776769179, 0.8159075397749196, -0.7152134685230453, -0.06963043653623263, -0.2645669030308261, -0.7152134685230453, 0.1085454293635063, -0.4788345751062744, -0.9763644331620048, -0.9763644331620048, -0.9763644331620048, 0.2722106776769179, -0.9763644331620048, -1.2641002562944077, 0.2722106776769179, 0.1085454293635063, 1.1401839032529262, -0.4788345751062744, -0.06963043653623263, -0.4788345751062744, 1.0382988251472538, 0.423284729870153, -0.4788345751062744, 0.1085454293635063, -0.4788345751062744, -0.2645669030308261, -0.7152134685230453, -0.06963043653623263, -0.9763644331620048, 0.423284729870153, 0.423284729870153, -1.5780840974071355, 0.2722106776769179, -0.7152134685230453, 0.1085454293635063, 0.8159075397749196, -0.06963043653623263, -0.2645669030308261, -0.9763644331620048, -0.9763644331620048, 0.1085454293635063, -0.7152134685230453, 0.1085454293635063, -1.5780840974071355, 0.8159075397749196, -0.06963043653623263, -0.9763644331620048, -1.2641002562944077, -0.2645669030308261, 0.6938791472503729, 0.1085454293635063, -0.2645669030308261, -0.2645669030308261, 0.2722106776769179, 0.8159075397749196, 1.0382988251472538, -0.7152134685230453, -0.06963043653623263, -0.4788345751062744, -0.9763644331620048, -0.7152134685230453, -1.2641002562944077, 0.2722106776769179, -1.5780840974071355, 0.2722106776769179, -0.4788345751062744, -1.2641002562944077, 0.423284729870153, 0.6938791472503729, -0.7152134685230453, -0.7152134685230453, 0.1085454293635063, 0.9304402744343644, -0.4788345751062744, -1.2641002562944077, -0.4788345751062744, -0.7152134685230453, -0.06963043653623263, 0.6938791472503729, 0.2722106776769179, 0.1085454293635063, -0.06963043653623263, -0.06963043653623263, 0.5633869666846175, 0.423284729870153, -0.2645669030308261, -0.06963043653623263, 0.5633869666846175, -0.7152134685230453, -0.4788345751062744, -0.9763644331620048, -1.5780840974071355, -0.4788345751062744, 0.2722106776769179, -0.2645669030308261, -0.4788345751062744, -0.2645669030308261, -1.5780840974071355, 0.423284729870153, -0.06963043653623263, 1.2366965136017398, 0.2722106776769179, -0.2645669030308261, -0.4788345751062744, -0.7152134685230453, -0.06963043653623263, 0.423284729870153, -1.9141176860627716, -0.9763644331620048, -0.06963043653623263, 0.423284729870153, -0.7152134685230453, 0.2722106776769179, -0.2645669030308261, -0.2645669030308261, -0.2645669030308261, 0.1085454293635063, 0.5633869666846175, 0.8159075397749196, -0.06963043653623263, -0.06963043653623263, -0.06963043653623263, 0.2722106776769179, -0.06963043653623263, -0.9763644331620048, 0.5633869666846175, -0.9763644331620048, -1.5780840974071355, 0.423284729870153, 0.5633869666846175, 0.1085454293635063, -1.5780840974071355, -1.5780840974071355, 0.1085454293635063, -0.2645669030308261, -0.06963043653623263, -0.4788345751062744, -1.2641002562944077, -0.4788345751062744, -0.4788345751062744, 0.6938791472503729, -0.2645669030308261, 0.2722106776769179, 0.1085454293635063, -0.06963043653623263, 0.9304402744343644, 0.2722106776769179, 0.2722106776769179, -0.2645669030308261, -0.9763644331620048, 1.1401839032529262, -0.7152134685230453, 0.6938791472503729, -0.9763644331620048, 0.423284729870153, -0.2645669030308261, -1.5780840974071355, -0.2645669030308261, 1.0382988251472538, 0.8159075397749196, 0.2722106776769179, 0.2722106776769179, 0.423284729870153, -0.06963043653623263, -0.06963043653623263, -0.7152134685230453, -0.9763644331620048, -0.2645669030308261, -1.5780840974071355, -0.4788345751062744, -0.06963043653623263, -1.2641002562944077, 0.5633869666846175, 1.8655612389875829, -0.2645669030308261, 0.2722106776769179, 0.1085454293635063, -0.2645669030308261, -0.06963043653623263, -0.7152134685230453, 0.423284729870153, 0.6938791472503729, -0.2645669030308261, -0.9763644331620048, -0.9763644331620048, -0.06963043653623263, -0.2645669030308261, -0.2645669030308261, -0.06963043653623263, -0.7152134685230453, -0.06963043653623263, -0.06963043653623263, -0.2645669030308261, 0.1085454293635063, -1.2641002562944077, -2.263050126090438, 0.1085454293635063, 0.1085454293635063, 0.1085454293635063, -0.4788345751062744, 0.423284729870153, -1.2641002562944077, -0.9763644331620048, 0.1085454293635063, -0.2645669030308261, 0.2722106776769179, 0.1085454293635063, -0.4788345751062744, -0.2645669030308261, 0.8159075397749196, 0.423284729870153, -0.06963043653623263, 0.423284729870153, 0.5633869666846175, -0.2645669030308261, -0.4788345751062744, -0.06963043653623263, -1.5780840974071355, -0.06963043653623263, -0.06963043653623263, 1.1401839032529262, 0.423284729870153, -0.06963043653623263, -1.2641002562944077, -0.2645669030308261, -0.06963043653623263, 0.2722106776769179, -0.2645669030308261, -0.06963043653623263, -0.9763644331620048, 0.2722106776769179, 0.5633869666846175, -0.06963043653623263, -2.263050126090438, 0.2722106776769179, -0.7152134685230453, -0.06963043653623263, -0.9763644331620048, 0.1085454293635063, 0.1085454293635063, -0.9763644331620048, 0.1085454293635063, -0.06963043653623263, 1.8655612389875829, -0.2645669030308261, -0.06963043653623263, -0.06963043653623263, 0.2722106776769179, -0.7152134685230453, -1.2641002562944077, -0.9763644331620048, -0.06963043653623263, 0.8159075397749196, 0.2722106776769179, -1.5780840974071355, -0.06963043653623263, 0.2722106776769179, 0.6938791472503729, -0.06963043653623263, -1.5780840974071355, -1.5780840974071355, -0.4788345751062744, -0.2645669030308261, 0.1085454293635063, -1.5780840974071355, 0.5633869666846175, -1.2641002562944077, 0.5633869666846175, 0.6938791472503729, -0.2645669030308261, 0.5633869666846175, -0.2645669030308261, 0.2722106776769179, 0.8159075397749196, -0.4788345751062744, -0.7152134685230453, 0.6938791472503729, 0.2722106776769179, 0.2722106776769179, -0.7152134685230453, 0.2722106776769179, 0.8159075397749196, -0.9763644331620048, -0.2645669030308261, 0.5633869666846175, -0.2645669030308261, -1.5780840974071355, -1.2641002562944077, -0.4788345751062744, 1.1401839032529262, 0.1085454293635063, 0.423284729870153, -0.4788345751062744, -0.7152134685230453, 1.1401839032529262, -0.06963043653623263, -0.9763644331620048, -0.4788345751062744, -0.06963043653623263, -0.7152134685230453, 1.4988499183537145, -0.06963043653623263, 0.423284729870153, -0.4788345751062744, 0.9304402744343644, 0.5633869666846175, 0.2722106776769179, 0.6938791472503729, 0.2722106776769179, -0.4788345751062744, 0.1085454293635063, 1.2366965136017398, -0.9763644331620048, 0.8159075397749196, 0.5633869666846175, -0.4788345751062744, -0.2645669030308261, 0.5633869666846175, -1.5780840974071355, -0.06963043653623263, 0.1085454293635063, 0.423284729870153, -0.7152134685230453, -0.7152134685230453, 0.9304402744343644, 0.6938791472503729, -0.06963043653623263, -0.7152134685230453, 0.8159075397749196, -0.4788345751062744, 0.5633869666846175, -0.4788345751062744, -0.06963043653623263, 0.423284729870153, 0.423284729870153, -0.9763644331620048, -0.2645669030308261, -0.2645669030308261, 0.5633869666846175, 0.423284729870153, -0.7152134685230453, 0.2722106776769179, -0.06963043653623263, -0.4788345751062744, -0.06963043653623263, -0.7152134685230453, 0.6938791472503729, -0.4788345751062744, 0.5633869666846175, 0.1085454293635063, 0.1085454293635063, 0.5633869666846175, -0.4788345751062744, -0.06963043653623263, 0.423284729870153, -0.4788345751062744, 0.2722106776769179, -0.06963043653623263, 0.9304402744343644, 0.6938791472503729, 0.423284729870153, 1.2366965136017398, 0.5633869666846175, 0.1085454293635063, -0.7152134685230453, 0.5633869666846175, -1.5780840974071355, -0.4788345751062744, -0.7152134685230453, -0.2645669030308261, 0.2722106776769179, 0.423284729870153, 0.1085454293635063, 0.1085454293635063, 0.1085454293635063, -0.7152134685230453, -0.06963043653623263, -0.9763644331620048, 0.2722106776769179, 0.8159075397749196, -0.4788345751062744, -0.7152134685230453, -0.4788345751062744, 0.2722106776769179, 0.1085454293635063, -0.06963043653623263, 0.8159075397749196, 0.1085454293635063, 0.9304402744343644, -1.9141176860627716, -0.9763644331620048, -1.5780840974071355, 0.2722106776769179, 0.423284729870153, 0.8159075397749196, -0.06963043653623263, 0.423284729870153, 0.5633869666846175, -0.7152134685230453, -1.2641002562944077, 0.6938791472503729, 1.328355003211641, -0.06963043653623263, 0.1085454293635063, -0.7152134685230453, -0.06963043653623263, -0.4788345751062744, 1.0382988251472538, -0.4788345751062744, 0.2722106776769179, -0.2645669030308261, 0.5633869666846175, -0.06963043653623263, 0.5633869666846175, -0.9763644331620048, -0.06963043653623263, -0.06963043653623263, -0.06963043653623263, 0.1085454293635063, -1.9141176860627716, -0.2645669030308261, 0.423284729870153, 0.8159075397749196, 0.2722106776769179, 0.423284729870153, 0.2722106776769179, -0.4788345751062744, 0.5633869666846175, 0.1085454293635063, 0.423284729870153, 0.1085454293635063, 0.2722106776769179, 0.2722106776769179, 0.2722106776769179, -0.7152134685230453, 0.5633869666846175, -0.4788345751062744, 1.4156088619570557, -1.2641002562944077, 0.423284729870153, 0.9304402744343644, -0.7152134685230453, -1.5780840974071355, -1.5780840974071355, -0.06963043653623263, -0.7152134685230453, 0.6938791472503729, -0.7152134685230453, 0.2722106776769179, 0.9304402744343644, 0.2722106776769179, -1.2641002562944077, 0.423284729870153, 1.5784214548781363, -1.2641002562944077, -0.06963043653623263, -0.06963043653623263, -0.2645669030308261, 0.2722106776769179, -0.4788345751062744, -0.7152134685230453, -0.9763644331620048, -0.06963043653623263, 0.1085454293635063, -0.06963043653623263, 0.8159075397749196, -0.06963043653623263, 0.1085454293635063, -0.7152134685230453, 0.8159075397749196, -0.06963043653623263, 0.6938791472503729, 0.9304402744343644, -0.06963043653623263, -0.4788345751062744, 0.1085454293635063, -0.06963043653623263, -1.2641002562944077, 0.1085454293635063, -0.06963043653623263, -0.06963043653623263, -0.06963043653623263, -0.06963043653623263, -0.7152134685230453, 0.2722106776769179, 0.8159075397749196, 0.423284729870153, -0.2645669030308261, 0.2722106776769179, 0.2722106776769179, 0.2722106776769179, 1.1401839032529262, -0.4788345751062744, -0.7152134685230453, -0.06963043653623263, -0.7152134685230453, -0.7152134685230453, -0.4788345751062744, 0.5633869666846175, -0.06963043653623263, -0.7152134685230453, -0.2645669030308261, -0.9763644331620048, -0.4788345751062744, -0.7152134685230453, -0.4788345751062744, -0.06963043653623263, 0.1085454293635063, 0.2722106776769179, -0.9763644331620048, 0.2722106776769179, -0.9763644331620048, -0.06963043653623263, -0.06963043653623263, 0.9304402744343644, 1.2366965136017398, -0.7152134685230453, 0.9304402744343644, -0.2645669030308261, -1.9141176860627716, -0.9763644331620048, -0.06963043653623263, 1.1401839032529262, 0.1085454293635063, 0.423284729870153, 0.2722106776769179, -0.2645669030308261, 0.2722106776769179, -0.2645669030308261, -0.7152134685230453, 1.1401839032529262, -0.2645669030308261, 0.423284729870153, 2.42944885283464, 0.5633869666846175, -0.06963043653623263, 0.5633869666846175, 0.1085454293635063, 0.2722106776769179, 0.5633869666846175, 0.423284729870153, 0.6938791472503729, 0.1085454293635063, -0.7152134685230453, 0.1085454293635063, 0.1085454293635063, 0.2722106776769179, -0.2645669030308261, 0.2722106776769179, 0.2722106776769179, 0.423284729870153, 0.1085454293635063, -0.7152134685230453, -0.4788345751062744, 0.2722106776769179, -0.2645669030308261, 0.5633869666846175, -0.4788345751062744, 0.1085454293635063, -0.7152134685230453, 0.1085454293635063, -0.06963043653623263, -0.4788345751062744, 0.423284729870153, -0.2645669030308261, 0.2722106776769179, -0.2645669030308261, 1.1401839032529262, 0.9304402744343644, 0.5633869666846175, 0.1085454293635063, -0.06963043653623263, 0.8159075397749196, 0.423284729870153, 0.1085454293635063, 0.2722106776769179, -0.4788345751062744, -0.2645669030308261, -0.2645669030308261, 1.0382988251472538, -0.7152134685230453, -0.9763644331620048, -0.06963043653623263, 0.6938791472503729, -0.2645669030308261, 0.8159075397749196, 0.423284729870153, -0.9763644331620048, -1.2641002562944077, -0.7152134685230453, -0.06963043653623263, 0.2722106776769179, 0.2722106776769179, 0.1085454293635063, 0.2722106776769179, -0.2645669030308261, 0.8159075397749196, 0.8159075397749196, 0.2722106776769179, 1.0382988251472538, 0.2722106776769179, 1.4156088619570557, 0.8159075397749196, 0.5633869666846175, 0.1085454293635063, 0.8159075397749196, -0.7152134685230453, -0.4788345751062744, -0.4788345751062744, 0.423284729870153, 0.2722106776769179, -0.2645669030308261, 1.328355003211641, 1.1401839032529262, -0.7152134685230453, 0.8159075397749196, 0.1085454293635063, 1.0382988251472538, 0.8159075397749196, -0.9763644331620048, 0.1085454293635063, 1.4988499183537145, 0.6938791472503729, 1.328355003211641, -1.5780840974071355, -0.06963043653623263, 0.1085454293635063, -0.2645669030308261, 0.9304402744343644, -0.2645669030308261, -0.4788345751062744, 0.5633869666846175, -0.2645669030308261, 1.2366965136017398, 1.328355003211641, 0.8159075397749196, -0.4788345751062744, 0.423284729870153, -0.9763644331620048, 0.423284729870153, -0.2645669030308261, 1.727729766230166, 0.1085454293635063, 0.9304402744343644, -0.06963043653623263, 0.1085454293635063, 0.2722106776769179, 0.423284729870153, -0.2645669030308261, 0.1085454293635063, 1.5784214548781363, -0.7152134685230453, -0.2645669030308261, 0.423284729870153, 0.9304402744343644, 0.2722106776769179, -0.2645669030308261, 1.0382988251472538, 0.1085454293635063, 0.1085454293635063, 0.6938791472503729, 0.2722106776769179, 0.2722106776769179, -0.7152134685230453, 0.8159075397749196, 0.8159075397749196, 0.8159075397749196, 0.9304402744343644, 1.0382988251472538, 1.6546256623969553, 0.5633869666846175, 0.2722106776769179, 1.4156088619570557, 0.2722106776769179, -0.4788345751062744, 0.9304402744343644, 1.2366965136017398, -0.06963043653623263, 0.8159075397749196, 1.4156088619570557, -2.263050126090438, 0.2722106776769179, 0.2722106776769179, 0.5633869666846175, -0.06963043653623263, 0.8159075397749196, -0.2645669030308261, 0.2722106776769179, -0.2645669030308261, 1.328355003211641, 1.0382988251472538, 1.328355003211641, -0.2645669030308261, 1.4156088619570557, -0.06963043653623263, -0.4788345751062744, -0.9763644331620048, 0.2722106776769179, 0.2722106776769179, 0.2722106776769179, 0.1085454293635063, 0.5633869666846175, -0.2645669030308261, 1.0382988251472538, -0.4788345751062744, -0.2645669030308261, -0.2645669030308261, 0.1085454293635063, 0.2722106776769179, 0.6938791472503729, 0.6938791472503729, 0.6938791472503729, -1.2641002562944077, 0.2722106776769179, 0.1085454293635063, -0.7152134685230453, 1.4988499183537145, -0.4788345751062744, 0.8159075397749196, 0.6938791472503729, -0.06963043653623263, -0.9763644331620048, 0.5633869666846175, 1.0382988251472538, 1.4156088619570557, 1.328355003211641, 0.6938791472503729, 0.2722106776769179, -0.9763644331620048, 0.5633869666846175, -0.9763644331620048, -0.7152134685230453, 0.9304402744343644, -0.06963043653623263, 0.2722106776769179, -1.5780840974071355, -0.2645669030308261, -0.9763644331620048, 1.1401839032529262, 0.8159075397749196, -0.2645669030308261, -0.4788345751062744, -0.7152134685230453, 0.6938791472503729, 0.6938791472503729, -0.9763644331620048, 0.5633869666846175, 0.5633869666846175, 0.6938791472503729, -0.4788345751062744, -1.5780840974071355, 0.1085454293635063, 0.2722106776769179, 1.7979710863672689, -0.06963043653623263, 0.6938791472503729, 0.423284729870153, 1.7979710863672689, 0.2722106776769179, 0.9304402744343644, 0.9304402744343644, 0.1085454293635063, 0.2722106776769179, 0.1085454293635063, 0.1085454293635063, 1.1401839032529262, 0.2722106776769179, 0.2722106776769179, -0.06963043653623263, -0.9763644331620048, -0.7152134685230453, 0.2722106776769179, -0.2645669030308261, 0.5633869666846175, 0.1085454293635063, 0.6938791472503729, -0.7152134685230453, -0.2645669030308261, -0.06963043653623263, 1.328355003211641, -0.2645669030308261, 1.0382988251472538, -0.7152134685230453, 0.9304402744343644, 0.423284729870153, 0.2722106776769179, -0.7152134685230453, 1.0382988251472538, 1.2366965136017398, 1.2366965136017398, 1.5784214548781363, 1.0382988251472538, 1.4156088619570557, -0.06963043653623263, 0.9304402744343644, 1.0382988251472538, 0.1085454293635063, 0.9304402744343644, 0.8159075397749196, 1.1401839032529262, 0.9304402744343644, 0.423284729870153, 1.328355003211641, 0.8159075397749196, -0.9763644331620048, 0.6938791472503729, -1.2641002562944077, -1.2641002562944077, 1.6546256623969553, -0.4788345751062744, 0.8159075397749196, 0.9304402744343644, 1.0382988251472538, 1.6546256623969553, 0.9304402744343644, 0.1085454293635063, 0.5633869666846175, 1.4988499183537145, 0.6938791472503729, -0.2645669030308261, 0.9304402744343644, 1.2366965136017398, 0.8159075397749196, 1.5784214548781363, 1.1401839032529262, 1.0382988251472538, 0.8159075397749196, -0.06963043653623263, 1.5784214548781363, 0.423284729870153, -0.2645669030308261, -0.9763644331620048, 1.5784214548781363, 0.2722106776769179, 0.2722106776769179, 0.5633869666846175, 0.8159075397749196, 1.328355003211641, 0.1085454293635063, 0.1085454293635063, -0.4788345751062744, -0.2645669030308261, -0.2645669030308261, 1.2366965136017398, 0.423284729870153, 1.2366965136017398, 1.4988499183537145, 0.6938791472503729, 1.328355003211641, -0.06963043653623263, -0.9763644331620048, 0.423284729870153, 1.4988499183537145, 0.1085454293635063, 0.8159075397749196, 1.0382988251472538, 1.4156088619570557, 0.9304402744343644, -0.4788345751062744, 1.9935264614511583, -0.4788345751062744, 1.9935264614511583, 0.8159075397749196, 0.2722106776769179, 0.1085454293635063, -0.4788345751062744, -0.9763644331620048, 1.6546256623969553, 0.6938791472503729, 1.5784214548781363, 0.1085454293635063, 1.1401839032529262, 1.0382988251472538, 0.8159075397749196, 0.9304402744343644, 0.5633869666846175, 1.2366965136017398, -0.9763644331620048, -0.06963043653623263, 1.9306896430095444, -0.06963043653623263, -0.06963043653623263, -0.06963043653623263, 0.2722106776769179, 0.8159075397749196, -0.7152134685230453, 0.1085454293635063, 0.2722106776769179, 0.2722106776769179, -0.2645669030308261, -0.9763644331620048, -0.7152134685230453, -0.9763644331620048, 0.6938791472503729, 1.0382988251472538, -0.2645669030308261, -0.2645669030308261, -1.9141176860627716, 1.5784214548781363, 1.4988499183537145, 1.1401839032529262, -0.7152134685230453, 0.5633869666846175, 0.6938791472503729, 0.1085454293635063, -0.06963043653623263, -0.06963043653623263, 0.2722106776769179, 0.9304402744343644, 1.8655612389875829, -0.4788345751062744, -0.7152134685230453, 0.5633869666846175, -0.9763644331620048, -0.9763644331620048, 2.0542250808656766, 0.1085454293635063, -0.06963043653623263, -0.2645669030308261, 1.9935264614511583, -0.7152134685230453, 0.423284729870153, 0.5633869666846175, 0.8159075397749196, 0.5633869666846175, -0.06963043653623263, 0.5633869666846175, 0.6938791472503729, 0.8159075397749196, 0.6938791472503729, 0.8159075397749196, 0.1085454293635063, -0.4788345751062744, 1.1401839032529262, -0.06963043653623263, 0.423284729870153, 0.423284729870153, 1.1401839032529262, 0.423284729870153, 0.1085454293635063, -0.7152134685230453, -0.9763644331620048, 1.1401839032529262, 1.2366965136017398, 0.1085454293635063, 1.2366965136017398, 0.423284729870153, 1.4156088619570557, -0.2645669030308261, 0.2722106776769179, 1.1401839032529262, 1.2366965136017398, 0.6938791472503729, -0.06963043653623263, 0.423284729870153, 0.6938791472503729, 0.2722106776769179, -0.7152134685230453, 0.423284729870153, 1.1401839032529262, -0.2645669030308261, 1.5784214548781363, -0.2645669030308261, -1.5780840974071355, 0.1085454293635063, 0.2722106776769179, 0.2722106776769179, 0.5633869666846175, -0.06963043653623263, -0.4788345751062744, -0.2645669030308261, 0.2722106776769179, 1.6546256623969553, 1.2366965136017398, 0.9304402744343644, 1.1401839032529262, 0.423284729870153, 0.5633869666846175, 0.8159075397749196, 2.5235434720570917, 0.423284729870153, 0.1085454293635063, 0.1085454293635063, -1.5780840974071355, -1.2641002562944077, 0.6938791472503729, 1.328355003211641, -0.7152134685230453, 1.0382988251472538, 0.423284729870153, 0.6938791472503729, 1.1401839032529262, 0.5633869666846175, 0.5633869666846175, 0.6938791472503729, 1.7979710863672689, -0.4788345751062744, -0.2645669030308261, 1.4988499183537145, 1.0382988251472538, 1.0382988251472538, 1.0382988251472538, 0.9304402744343644, 0.423284729870153, 2.278227373047597, 0.9304402744343644, 1.0382988251472538, -0.2645669030308261, 0.8159075397749196, 0.6938791472503729, 0.9304402744343644, 1.9306896430095444, 1.1401839032529262, 1.2366965136017398, 0.6938791472503729, 0.5633869666846175, 0.6938791472503729, 0.423284729870153, -0.2645669030308261, 0.6938791472503729, 0.1085454293635063, 1.328355003211641, 0.9304402744343644, -0.2645669030308261, 0.2722106776769179, 0.9304402744343644, 0.8159075397749196, 0.6938791472503729, -0.4788345751062744, -0.06963043653623263, 1.4988499183537145, 0.6938791472503729, -0.4788345751062744, 1.328355003211641, 0.423284729870153, 1.4156088619570557, 1.0382988251472538, -0.2645669030308261, -0.06963043653623263, 0.423284729870153, -1.2641002562944077, 0.2722106776769179, 1.328355003211641, 0.6938791472503729, -0.06963043653623263, 0.9304402744343644, -0.06963043653623263, -0.9763644331620048, -0.06963043653623263, 1.1401839032529262, 1.1401839032529262, 0.423284729870153, 0.423284729870153, 0.5633869666846175, 0.5633869666846175, 0.9304402744343644, -0.9763644331620048, -0.2645669030308261, -1.2641002562944077, 1.2366965136017398, 1.2366965136017398, 0.1085454293635063, 0.8159075397749196, 1.2366965136017398, 1.6546256623969553, 1.0382988251472538, 0.1085454293635063, -0.2645669030308261, 4.285119488325417, 0.8159075397749196, 3.461294198369708, 0.2722106776769179, 0.2722106776769179, 0.6938791472503729, 1.4988499183537145, 1.1401839032529262, 1.1401839032529262, 0.1085454293635063, 1.2366965136017398, 0.5633869666846175, 0.5633869666846175, 1.1401839032529262, 0.8159075397749196, 1.4156088619570557, 0.2722106776769179, 0.2722106776769179, -0.9763644331620048, -0.7152134685230453, -0.2645669030308261, 0.423284729870153, 0.8159075397749196, 0.5633869666846175, 1.4156088619570557, 2.11292421136852, 0.1085454293635063, 0.1085454293635063, 0.8159075397749196, 0.1085454293635063, 1.1401839032529262, 0.9304402744343644, -0.06963043653623263, 1.328355003211641, -0.2645669030308261, 1.1401839032529262, -0.9763644331620048, 0.423284729870153, 1.6546256623969553, 2.0542250808656766, -0.2645669030308261, -0.2645669030308261, 0.6938791472503729, 1.5784214548781363, -0.2645669030308261, 1.5784214548781363, 1.2366965136017398, 1.4988499183537145, 1.4988499183537145, 0.1085454293635063, 0.8159075397749196, 0.8159075397749196, 2.818312344864521, 1.4988499183537145, 1.0382988251472538, 0.8159075397749196, 0.8159075397749196, 0.1085454293635063, 1.0382988251472538, 0.423284729870153, 0.5633869666846175, 0.423284729870153, 0.2722106776769179, -0.06963043653623263, 1.2366965136017398, 0.9304402744343644, 0.5633869666846175, 0.5633869666846175, -0.06963043653623263, 0.6938791472503729, 0.423284729870153, 0.423284729870153, 1.6546256623969553, -0.7152134685230453, 1.328355003211641, -0.06963043653623263, 0.6938791472503729, 1.4988499183537145, 1.1401839032529262, 1.4156088619570557, 0.9304402744343644, 1.1401839032529262, 0.2722106776769179, 1.1401839032529262, -0.06963043653623263, 0.8159075397749196, -0.2645669030308261, 1.6546256623969553, 1.328355003211641, -0.2645669030308261, 1.1401839032529262, 0.2722106776769179, 0.1085454293635063, 0.423284729870153, 0.8159075397749196, 0.6938791472503729, 0.423284729870153, 0.2722106776769179, -0.06963043653623263, 1.0382988251472538, 0.6938791472503729, 1.328355003211641, -0.7152134685230453, -0.7152134685230453, 0.8159075397749196, 0.6938791472503729, 2.4771206035640687, 1.328355003211641, 0.9304402744343644, -0.06963043653623263, 0.423284729870153, -0.06963043653623263, 0.423284729870153, -0.9763644331620048, 2.11292421136852, 1.4156088619570557, 0.1085454293635063, 2.42944885283464, 0.1085454293635063, 0.2722106776769179, 0.423284729870153, 1.328355003211641, 0.9304402744343644, 1.2366965136017398, 1.0382988251472538, 1.7979710863672689, 0.2722106776769179, 0.6938791472503729, 0.9304402744343644, 1.4988499183537145, 2.2248159253044526, 0.9304402744343644, 0.9304402744343644, 1.4156088619570557, 0.1085454293635063, 0.9304402744343644, 0.8159075397749196, 1.727729766230166, -0.9763644331620048, 1.4988499183537145, -0.06963043653623263, 1.4156088619570557, 0.9304402744343644, 0.9304402744343644, 0.6938791472503729, 0.8159075397749196, 0.5633869666846175, 1.0382988251472538, 0.6938791472503729, 1.6546256623969553, 1.4156088619570557, 0.1085454293635063, 1.2366965136017398, 0.8159075397749196, -0.06963043653623263, 2.4771206035640687, 0.6938791472503729, 1.0382988251472538, 0.5633869666846175, 0.423284729870153, 3.6404339818683953, 2.1697496734938952, 1.1401839032529262, 0.423284729870153, 2.697943629744, 0.423284729870153, -0.7152134685230453, 0.5633869666846175, 0.423284729870153, 2.0542250808656766, 1.1401839032529262, 1.4156088619570557, 0.6938791472503729, 0.8159075397749196, 0.8159075397749196, 0.423284729870153, 0.9304402744343644, 0.9304402744343644, 0.5633869666846175, 0.1085454293635063, 0.2722106776769179, 1.328355003211641, 0.1085454293635063, 0.6938791472503729, 1.0382988251472538, 0.423284729870153, 3.104171601638848, 1.727729766230166, 1.0382988251472538, 0.2722106776769179, 0.423284729870153, 0.2722106776769179, 0.9304402744343644, 0.2722106776769179, 1.328355003211641, 2.2248159253044526, 1.0382988251472538, 0.6938791472503729, 1.0382988251472538, 0.6938791472503729, 0.6938791472503729, 1.2366965136017398, 0.6938791472503729, 0.8159075397749196, 0.9304402744343644, 1.4156088619570557, 1.2366965136017398, 1.8655612389875829, 0.9304402744343644, 1.7979710863672689, -0.9763644331620048, 1.0382988251472538, 1.1401839032529262, 0.2722106776769179, 0.5633869666846175, 2.11292421136852, 0.1085454293635063, 1.727729766230166, 1.4156088619570557, 0.8159075397749196, 0.423284729870153, 0.423284729870153, -0.2645669030308261, 1.2366965136017398, 1.5784214548781363, -0.7152134685230453, 0.1085454293635063, 1.0382988251472538, 0.1085454293635063, 0.2722106776769179, -0.06963043653623263, 1.2366965136017398, 1.9306896430095444, -0.06963043653623263, 1.1401839032529262, 1.4156088619570557, 0.6938791472503729, 0.6938791472503729, 0.6938791472503729, 0.8159075397749196, -0.7152134685230453, 0.6938791472503729, 2.42944885283464, 1.2366965136017398, 0.8159075397749196, 0.5633869666846175, -0.4788345751062744, 0.423284729870153, 0.2722106776769179, -0.9763644331620048, 1.328355003211641, 0.2722106776769179, 1.1401839032529262, 1.328355003211641, 1.328355003211641, 0.2722106776769179, -1.9141176860627716, 1.727729766230166, 0.423284729870153, 0.9304402744343644, 1.0382988251472538, -0.9763644331620048, 0.9304402744343644, 0.2722106776769179, 0.5633869666846175, 2.3300795006103416, 0.5633869666846175, 0.2722106776769179, 0.423284729870153, 1.6546256623969553, 1.4156088619570557, 0.2722106776769179, 0.6938791472503729, 0.9304402744343644, 0.6938791472503729, 1.7979710863672689, 0.8159075397749196, 1.2366965136017398, 0.9304402744343644, 1.4156088619570557, 1.0382988251472538, -0.2645669030308261, -0.4788345751062744, 0.6938791472503729, 1.328355003211641, 2.42944885283464, 0.2722106776769179, 1.0382988251472538, 1.5784214548781363, 0.5633869666846175, -0.06963043653623263, 0.6938791472503729, 1.4988499183537145, 1.0382988251472538, 0.8159075397749196, 0.5633869666846175, 0.8159075397749196, 0.1085454293635063, 1.1401839032529262, 0.9304402744343644, 2.11292421136852, 1.4988499183537145, 1.0382988251472538, 1.1401839032529262, 1.328355003211641, 2.2248159253044526, -0.06963043653623263, 0.5633869666846175, 1.4156088619570557, 2.11292421136852, 1.7979710863672689, 0.9304402744343644, 1.0382988251472538, 0.8159075397749196, 0.5633869666846175, 1.328355003211641, 0.1085454293635063, 0.423284729870153, 1.328355003211641, 1.4988499183537145, 1.0382988251472538, 0.423284729870153, 0.6938791472503729, 0.5633869666846175, 0.8159075397749196, 1.4988499183537145, 0.8159075397749196, 1.1401839032529262, 3.3501044520852727, 1.1401839032529262, 0.8159075397749196, 0.8159075397749196, 0.9304402744343644, 1.0382988251472538, 0.5633869666846175, -0.2645669030308261, 0.5633869666846175, 1.328355003211641, 1.7979710863672689, -0.06963043653623263, 0.1085454293635063, 0.2722106776769179, 0.5633869666846175, 0.5633869666846175, -0.7152134685230453, 0.5633869666846175, 1.1401839032529262, -0.06963043653623263, 2.8942318209603477, 0.2722106776769179, 1.6546256623969553, 1.8655612389875829, 0.1085454293635063, 0.8159075397749196, 1.1401839032529262, 0.423284729870153, 1.8655612389875829, 1.2366965136017398, 0.5633869666846175, 0.2722106776769179, 0.9304402744343644, 1.4156088619570557, 1.2366965136017398, -0.06963043653623263, 1.4988499183537145, 1.2366965136017398, 1.4988499183537145, 1.2366965136017398, -0.06963043653623263, 1.1401839032529262, 0.1085454293635063, 0.5633869666846175, 2.3300795006103416, 0.1085454293635063, -0.2645669030308261, 0.9304402744343644, 0.5633869666846175, 0.1085454293635063, 0.5633869666846175, 1.8655612389875829, 0.6938791472503729, 0.5633869666846175, 1.1401839032529262, -0.7152134685230453, 1.5784214548781363, 0.6938791472503729, 0.9304402744343644, 0.8159075397749196, 1.1401839032529262, 1.1401839032529262, 1.8655612389875829, 0.2722106776769179, -1.2641002562944077, 1.4156088619570557, 1.9306896430095444, 1.727729766230166, 1.1401839032529262, 1.4156088619570557, 0.6938791472503729, 1.0382988251472538, 1.6546256623969553, 2.4771206035640687, 0.8159075397749196, 0.423284729870153, 1.1401839032529262, 0.5633869666846175, 1.727729766230166, 0.423284729870153, -0.2645669030308261, 1.5784214548781363, 1.0382988251472538, 2.278227373047597, 1.5784214548781363, 2.612890834832213, 1.328355003211641, 0.5633869666846175, 2.9310018743193162, 1.5784214548781363, -0.06963043653623263, 1.4156088619570557, -0.2645669030308261, 2.2248159253044526, -0.2645669030308261, 1.0382988251472538, 0.8159075397749196, 0.8159075397749196, 0.423284729870153, 0.6938791472503729, 1.328355003211641, 0.5633869666846175, 0.9304402744343644, 2.278227373047597, 1.4988499183537145, 0.2722106776769179, 1.7979710863672689, 0.6938791472503729, 1.7979710863672689, -0.4788345751062744, 1.5784214548781363, 0.2722106776769179, 1.2366965136017398, 1.8655612389875829, 2.0542250808656766, 1.1401839032529262, 0.9304402744343644, 1.0382988251472538, 1.328355003211641, 0.9304402744343644, 1.7979710863672689, 1.1401839032529262, 4.2681713530104055, 1.1401839032529262, 0.2722106776769179, 1.1401839032529262, 1.0382988251472538, 2.42944885283464, 1.9306896430095444, -0.06963043653623263, 1.2366965136017398, 3.2004607245524044, 1.4988499183537145, 0.8159075397749196, 1.0382988251472538, 1.6546256623969553, 0.6938791472503729, 1.2366965136017398, 1.8655612389875829, -0.2645669030308261, 1.328355003211641, 2.818312344864521, 2.11292421136852, 1.0382988251472538, 2.3804598466117395, 0.8159075397749196, 1.2366965136017398, 1.2366965136017398, -0.06963043653623263, -0.9763644331620048, 2.3300795006103416, 0.9304402744343644, 0.1085454293635063, 2.2248159253044526, 0.6938791472503729, 2.0542250808656766, 1.0382988251472538, 1.0382988251472538, 1.4156088619570557, 0.5633869666846175, 0.9304402744343644, 1.9306896430095444, 1.1401839032529262, 0.5633869666846175, 1.328355003211641, 0.8159075397749196, 0.8159075397749196, 1.0382988251472538, 2.697943629744, 0.1085454293635063, 1.4156088619570557, 0.8159075397749196, 0.6938791472503729, 0.6938791472503729, 1.4988499183537145, 2.3804598466117395, 1.4156088619570557, 1.7979710863672689, 0.9304402744343644, 0.6938791472503729, 2.11292421136852, 2.4771206035640687, 0.8159075397749196, 1.5784214548781363, 2.42944885283464, -0.9763644331620048, 1.8655612389875829, 0.2722106776769179, 2.278227373047597, 0.423284729870153, 2.42944885283464, 1.328355003211641, 1.4988499183537145, 1.4988499183537145, 2.0542250808656766, 0.1085454293635063, 1.5784214548781363, 1.4988499183537145, 1.0382988251472538, 2.0542250808656766, 1.7979710863672689, -0.7152134685230453, 1.727729766230166, 0.9304402744343644, -0.4788345751062744, 0.5633869666846175, 1.4988499183537145, 1.0382988251472538, 2.278227373047597, 1.328355003211641, 0.5633869666846175, 1.1401839032529262, 1.9306896430095444, 1.2366965136017398, 1.5784214548781363, -0.4788345751062744, 1.6546256623969553, 1.1401839032529262, 0.5633869666846175, 1.1401839032529262, 0.5633869666846175, 0.6938791472503729, 1.1401839032529262, 0.423284729870153, 0.6938791472503729, 0.8159075397749196, 2.5235434720570917, 1.0382988251472538, 1.6546256623969553, 0.2722106776769179, 0.2722106776769179, 2.5687806876546957, 0.9304402744343644, 1.4988499183537145, 2.0542250808656766, 1.0382988251472538, 2.278227373047597, 1.8655612389875829, 0.1085454293635063, 1.2366965136017398, 2.11292421136852, 2.0542250808656766, 0.8159075397749196, 1.1401839032529262, 1.5784214548781363, 1.328355003211641, -0.4788345751062744, 1.6546256623969553, 1.727729766230166, 3.1689449252834803, 1.328355003211641, 1.4988499183537145, 2.278227373047597, 0.6938791472503729, 1.7979710863672689, 1.1401839032529262, 0.2722106776769179, 1.4156088619570557, 0.5633869666846175, 2.42944885283464, 0.423284729870153, 1.6546256623969553, 0.1085454293635063, 1.8655612389875829, 1.6546256623969553, -0.2645669030308261, 2.278227373047597, 1.4156088619570557, 1.328355003211641, 1.4988499183537145, 0.1085454293635063, -0.06963043653623263, 1.4988499183537145, 0.5633869666846175, 0.1085454293635063, 1.7979710863672689, 2.42944885283464, 1.2366965136017398, 2.1697496734938952, 0.6938791472503729, 3.2314230670240054, 0.423284729870153, 1.9935264614511583, -1.2641002562944077, 1.727729766230166, 0.2722106776769179, 1.0382988251472538, 1.5784214548781363, 0.1085454293635063, -0.7152134685230453, 1.5784214548781363, 2.1697496734938952, 1.4156088619570557, 0.6938791472503729, 0.2722106776769179, 1.6546256623969553, 2.9670217867691786, 0.8159075397749196, 2.42944885283464, 0.5633869666846175, 3.3501044520852727, 2.3300795006103416, 1.2366965136017398, 1.9935264614511583, 1.1401839032529262, 1.7979710863672689, 1.7979710863672689, 1.7979710863672689, 2.7790931615763883, 1.4988499183537145, 0.9304402744343644, 1.1401839032529262, 1.328355003211641, 0.423284729870153, 1.1401839032529262, 2.0542250808656766, 1.9935264614511583, 2.697943629744, 1.0382988251472538, 2.5687806876546957, 2.42944885283464, 1.9935264614511583, 3.488028597648696, 1.6546256623969553, 1.4156088619570557, 1.727729766230166, -0.2645669030308261, 1.8655612389875829, 1.0382988251472538, 0.6938791472503729, 0.6938791472503729, 1.2366965136017398, 1.7979710863672689, 1.727729766230166, 1.9306896430095444, 1.4988499183537145, 2.0542250808656766, 0.8159075397749196, 1.727729766230166, 2.3300795006103416, 1.727729766230166, 0.2722106776769179, 0.9304402744343644, 0.423284729870153, 1.9935264614511583, 2.5687806876546957, 0.5633869666846175, 1.9935264614511583, 1.4156088619570557, 1.2366965136017398, 1.328355003211641, 0.5633869666846175, 3.3785666747091043, 1.0382988251472538, -0.7152134685230453, 1.0382988251472538, 1.328355003211641, 1.7979710863672689, 1.4156088619570557, 1.0382988251472538, 1.727729766230166, 1.727729766230166, 1.2366965136017398, 1.5784214548781363, 3.1368556070637514, 0.8159075397749196, 1.1401839032529262, 0.5633869666846175, 1.8655612389875829, 0.9304402744343644, 1.7979710863672689, 1.5784214548781363, 1.4988499183537145, 2.9310018743193162, -0.2645669030308261, 2.4771206035640687, 0.8159075397749196, 1.6546256623969553, 1.0382988251472538, 1.328355003211641, 2.278227373047597, -0.2645669030308261, 1.5784214548781363, 1.4156088619570557, 2.278227373047597, 1.8655612389875829, 0.9304402744343644, 1.0382988251472538, 1.1401839032529262, 1.0382988251472538, 0.2722106776769179, 2.4771206035640687, 0.2722106776769179, 2.42944885283464, 0.5633869666846175, 0.5633869666846175, 2.4771206035640687, 2.1697496734938952, 1.8655612389875829, 1.4156088619570557, 2.0542250808656766, 2.4771206035640687, 2.5235434720570917, 1.328355003211641, 1.1401839032529262, 1.0382988251472538, 2.278227373047597, 1.4156088619570557, 1.4988499183537145, 1.7979710863672689, 1.7979710863672689, -0.2645669030308261, -0.2645669030308261, 1.2366965136017398, 0.2722106776769179, 2.612890834832213, 2.5687806876546957, 1.1401839032529262, 2.2248159253044526, 0.9304402744343644, 1.2366965136017398, 0.423284729870153, -0.2645669030308261, -0.06963043653623263, -0.7152134685230453, 0.1085454293635063, 0.2722106776769179, 1.1401839032529262, 2.11292421136852, 2.4771206035640687, 1.0382988251472538, 1.2366965136017398, 0.5633869666846175, 1.1401839032529262, 3.002321401236889, 1.1401839032529262, 0.8159075397749196, 0.5633869666846175, 1.2366965136017398, 3.758076469129276, 3.002321401236889, 3.868345241717528, 1.8655612389875829, 1.2366965136017398, 1.7979710863672689, 1.9306896430095444, 1.0382988251472538, 0.8159075397749196, 1.727729766230166, 0.6938791472503729, 1.6546256623969553, 0.8159075397749196, 2.2248159253044526, 1.727729766230166, 0.423284729870153, 1.7979710863672689, 1.4156088619570557, 0.9304402744343644, 1.9306896430095444, 0.8159075397749196, 2.1697496734938952, 0.423284729870153, 0.2722106776769179, 1.4988499183537145, 0.9304402744343644, 3.3501044520852727, 1.328355003211641, 1.9306896430095444, 1.7979710863672689, 1.328355003211641, 0.8159075397749196, 0.5633869666846175, 0.423284729870153, 1.0382988251472538, 2.1697496734938952, 1.0382988251472538, 1.0382988251472538, 1.9935264614511583, 1.4156088619570557, 1.1401839032529262, 0.423284729870153, 3.1368556070637514, 1.9306896430095444, 1.4988499183537145, -0.4788345751062744, 2.612890834832213, 1.4988499183537145, 2.11292421136852, -0.06963043653623263, 0.5633869666846175, 1.6546256623969553, 1.0382988251472538, 1.727729766230166, 3.0369288231710847, 2.11292421136852, 0.423284729870153, 2.5687806876546957, 2.278227373047597, 1.2366965136017398, 1.1401839032529262, 1.5784214548781363, 1.7979710863672689, 0.9304402744343644, 1.5784214548781363, 1.328355003211641, 1.4988499183537145, 1.4988499183537145, 2.0542250808656766, 1.6546256623969553, 1.9935264614511583, 0.5633869666846175, 2.2248159253044526, 1.727729766230166, 1.727729766230166, 3.4065764021967984, 3.070870552204957, 1.0382988251472538, 1.6546256623969553, 1.4988499183537145, 1.2366965136017398, 1.8655612389875829, 2.0542250808656766, 0.2722106776769179, 1.727729766230166, 3.002321401236889, 0.8159075397749196, 0.8159075397749196, 3.2314230670240054, 2.278227373047597, 1.4156088619570557, 1.5784214548781363, 1.328355003211641, 2.6559282936712254, 1.4156088619570557, 1.6546256623969553, 1.8655612389875829, 2.0542250808656766, 2.7790931615763883, 3.6645999132255174, 2.5687806876546957, 0.6938791472503729, 1.727729766230166, 1.328355003211641, 0.423284729870153, 1.2366965136017398, 0.423284729870153, 1.7979710863672689, 2.2248159253044526, 2.8942318209603477, 2.3300795006103416, 1.9306896430095444, 1.8655612389875829, 1.7979710863672689, 1.7979710863672689, 2.3300795006103416, 0.1085454293635063, 0.5633869666846175, 4.070091129548929, 1.8655612389875829, 1.9306896430095444, 3.2004607245524044, 2.4771206035640687, 3.5658797215275087, 2.2248159253044526, 1.4156088619570557, 1.8655612389875829, 1.5784214548781363, 1.9306896430095444, 3.1689449252834803, 1.8655612389875829, 2.5687806876546957, 2.4771206035640687, 3.488028597648696, 1.727729766230166, 2.11292421136852, 2.2248159253044526, 1.727729766230166, 1.9935264614511583, 2.9670217867691786, 1.7979710863672689, 2.42944885283464, 2.7389839401692617, 1.328355003211641], [-0.9956188357761572, 1.1460202348761277, -0.4944516238475237, -0.7738367031572361, -0.9956188357761572, 1.090836159786691, -0.08045922216164911, 2.2299656486497663, -0.4944516238475237, -0.5790085441147271, -0.12582230816041393, 1.4394404928821531, -0.3485387578556441, -0.4944516238475237, -0.6721732585865304, -0.6721732585865304, 1.6068876247715569, 1.3364440091196763, -0.4944516238475237, 0.7422102406564455, 1.6138631941325632, 1.06109941745784, 0.7314278405772863, -0.5790085441147271, 1.695526739091373, -0.8826395383385611, -0.8826395383385611, 0.03838735119915385, -0.8826395383385611, -0.5790085441147271, 0.9684861585875256, -0.7738367031572361, -0.5790085441147271, 0.5831406056462525, -0.8826395383385611, -0.3485387578556441, -0.8826395383385611, 1.6298143214162315, -0.7738367031572361, -0.17473790992128507, -0.8826395383385611, 1.1866127606546886, -0.9956188357761572, 1.3936836398457773, -0.5790085441147271, 0.9826747227973476, -0.6721732585865304, 1.2643135901210318, -0.285421138216208, -0.4944516238475237, -0.41791554338109976, -0.4944516238475237, -0.8826395383385611, -0.17473790992128507, 0.03838735119915385, -0.2277303595998899, -0.12582230816041393, -0.12582230816041393, -0.3485387578556441, -0.4944516238475237, 0.793264553235559, -0.8826395383385611, -0.7738367031572361, 0.6861403775950761, 2.079531788806996, -0.41791554338109976, -0.6721732585865304, -0.4944516238475237, -0.285421138216208, 2.15033984618735, -0.12582230816041393, 0.362253687373178, -0.12582230816041393, 1.947022048561034, -0.41791554338109976, 1.7304649628545299, 0.03838735119915385, 0.3825993439712988, -0.7738367031572361, -0.7738367031572361, -0.3485387578556441, -0.5790085441147271, 1.2769883474116428, 0.2481943227536381, 0.03838735119915385, 1.754426683765268, 0.4022526825268673, -0.4944516238475237, 0.7314278405772863, -0.41791554338109976, 0.491570369742584, -0.3485387578556441, -0.6721732585865304, -0.2277303595998899, -0.12582230816041393, 0.8490517650247251, -0.17473790992128507, -0.6721732585865304, -0.5790085441147271, -0.41791554338109976, -0.3485387578556441, 1.496180773913946, 1.3513028205021382, -0.41791554338109976, -0.6721732585865304, 1.6068876247715569, -0.17473790992128507, 1.6115474974763662, 1.4071368568273517, -0.9956188357761572, -0.9956188357761572, -0.17473790992128507, -0.285421138216208, -0.6721732585865304, -0.8826395383385611, -0.6721732585865304, -0.4944516238475237, 1.6646768075667862, 1.7379459094480725, -0.12582230816041393, -0.4944516238475237, 1.0424822351243972, 1.9709527770570967, -0.9956188357761572, 1.5503606960975946, 1.2685699563503439, -0.03820773393587685, 1.4990159115139112, -0.12582230816041393, -0.5790085441147271, -0.8826395383385611, -0.41791554338109976, 1.636515903056955, -0.41791554338109976, -0.6721732585865304, -0.6721732585865304, 0.9236688545422156, -0.8826395383385611, 1.4170220084714495, -0.6721732585865304, -0.4944516238475237, 0.9684861585875256, -0.17473790992128507, 0.5542112166979656, -0.285421138216208, -0.8826395383385611, -0.6721732585865304, -0.5790085441147271, 1.4267383131320177, -0.5790085441147271, -0.12582230816041393, 2.0723537265688425, -0.5790085441147271, 0.8750243834269791, 1.6772182993369709, 0.5688583754311723, -0.5790085441147271, -0.6721732585865304, 0.1672264081058826, 1.6751471628679164, 1.8625821998088092, -0.08045922216164911, 2.0926267489443697, 1.809435647819204, -0.03820773393587685, -0.03820773393587685, -0.9956188357761572, -0.3485387578556441, -0.5790085441147271, -0.08045922216164911, -0.17473790992128507, -0.3485387578556441, -0.12582230816041393, -0.5790085441147271, 0.3825993439712988, 0.13754870958207455, -0.285421138216208, -0.9956188357761572, 1.6751471628679164, -0.7738367031572361, -0.41791554338109976, -0.6721732585865304, -0.3485387578556441, -0.285421138216208, -0.6721732585865304, -0.285421138216208, 1.4933314339375146, 1.8945003630998, 0.8029494860726587, -0.2277303595998899, -0.6721732585865304, -0.7738367031572361, 2.1207954405811216, 0.1672264081058826, -0.41791554338109976, 0.10629931669039376, -0.8826395383385611, -0.6721732585865304, -0.7738367031572361, 1.090836159786691, -0.8826395383385611, -0.7738367031572361, 1.6409401514789708, -0.5790085441147271, -0.41791554338109976, -0.6721732585865304, 1.309469064876, -0.03820773393587685, 0.13754870958207455, -0.03820773393587685, -0.7738367031572361, 1.9247218258425733, 0.29653820306699796, -0.5790085441147271, 1.7342177371008036, -0.285421138216208, -0.5790085441147271, 0.8578413928489541, -0.03820773393587685, -0.9956188357761572, -0.3485387578556441, -0.6721732585865304, -0.2277303595998899, -0.6721732585865304, 0.5688583754311723, 1.853557075472544, 0.1672264081058826, 1.3764069888246722, -0.2277303595998899, 0.5391801606374749, -0.5790085441147271, -0.6721732585865304, 1.990352127751874, -0.4944516238475237, -0.12582230816041393, -0.9956188357761572, -0.8826395383385611, 1.5631359997933465, 1.6253023235850432, 0.0013033016496059155, 0.0013033016496059155, -0.5790085441147271, -0.9956188357761572, 0.27286814736731474, -0.7738367031572361, 0.3825993439712988, -0.41791554338109976, 1.5046441408469895, 1.6709821237892657, -0.41791554338109976, 0.29653820306699796, 0.5970755148302354, -0.3485387578556441, -0.4944516238475237, -0.03820773393587685, -0.17473790992128507, 1.9457342016288304, 1.3728877929564791, -0.285421138216208, -0.7738367031572361, -0.5790085441147271, 0.29653820306699796, -0.2277303595998899, 0.840124558700605, 0.5688583754311723, -0.5790085441147271, -0.8826395383385611, -0.12582230816041393, -0.6721732585865304, 0.4747813978080199, 2.0965960424887515, -0.3485387578556441, 0.3825993439712988, 1.2335927698666591, 0.7204379976731408, 0.0013033016496059155, 0.22243020551694212, -0.12582230816041393, 2.363843256415292, -0.4944516238475237, -0.3485387578556441, -0.6721732585865304, 1.4235179497815584, -0.7738367031572361, -0.3485387578556441, 1.3476243409885986, -0.17473790992128507, 1.4425722087628068, 2.1758499323971647, 0.8310554124420133, 0.6369545247721493, -0.3485387578556441, 0.1672264081058826, -0.5790085441147271, 0.10629931669039376, 1.3250395561462829, 1.4394404928821531, -0.6721732585865304, -0.8826395383385611, 1.2934604470368924, 1.8334969552359863, -0.285421138216208, -0.17473790992128507, 1.3364440091196763, -0.6721732585865304, -0.5790085441147271, 0.0013033016496059155, 1.7526188959424271, 0.996518488239979, 1.6540100674153442, -0.6721732585865304, -0.6721732585865304, -0.2277303595998899, -0.9956188357761572, -0.8826395383385611, -0.9956188357761572, -0.7738367031572361, -0.08045922216164911, -0.4944516238475237, -0.8826395383385611, 0.27286814736731474, -0.285421138216208, 1.9734141979615143, 0.6861403775950761, 2.0114134440927485, -0.8826395383385611, -0.285421138216208, 0.1954779506079055, 0.29653820306699796, 0.03838735119915385, 0.2481943227536381, -0.17473790992128507, -0.8826395383385611, -0.12582230816041393, -0.41791554338109976, 1.9521444668621868, 0.29653820306699796, 2.3544959976813096, -0.3485387578556441, 2.054534498449179, 1.2769883474116428, -0.6721732585865304, -0.4944516238475237, -0.9956188357761572, 0.0013033016496059155, 0.4212586153770292, 0.3411660483762143, -0.3485387578556441, -0.285421138216208, 1.6751471628679164, 2.314142798048599, 0.0733103961336213, -0.4944516238475237, -0.285421138216208, 0.0013033016496059155, -0.4944516238475237, 1.9029031394717544, -0.12582230816041393, 1.3364440091196763, 0.31928133064650843, -0.2277303595998899, 0.31928133064650843, -0.17473790992128507, -0.3485387578556441, 0.9390029418151452, 2.002149024801349, -0.7738367031572361, 1.987963093688028, -0.6721732585865304, 1.420279251523635, 0.10629931669039376, 1.8044987620772504, 2.0125609554630897, -0.3485387578556441, 0.10629931669039376, 0.6620759932783224, 1.6730684561964673, 0.0013033016496059155, 0.3825993439712988, -0.4944516238475237, 1.8685203445206184, 1.9179929801795923, 1.5656569835734335, 2.0805498693887845, 0.0013033016496059155, -0.4944516238475237, -0.6721732585865304, -0.6721732585865304, -0.41791554338109976, 2.20191030692542, -0.41791554338109976, -0.3485387578556441, -0.4944516238475237, -0.8826395383385611, -0.285421138216208, 2.2228825630124414, -0.08045922216164911, -0.2277303595998899, -0.6721732585865304, -0.7738367031572361, -0.3485387578556441, 0.13754870958207455, -0.3485387578556441, -0.2277303595998899, -0.41791554338109976, -0.5790085441147271, 1.7911202825028154, 1.8595897117337783, 2.099554935133225, -0.4944516238475237, 0.623967736685072, 1.9734141979615143, 1.5425554685702219, 0.2481943227536381, 2.2589358527618093, 1.9684806555505439, -0.5790085441147271, 1.9001159871036493, 1.9405534481559576, -0.7738367031572361, 0.2481943227536381, 1.5319790348510378, -0.5790085441147271, -0.3485387578556441, 0.4574875404622628, 0.13754870958207455, -0.3485387578556441, -0.285421138216208, -0.17473790992128507, 1.955956225146844, 0.8917046786115929, 0.03838735119915385, -0.41791554338109976, 1.5239156117637005, 1.5266161408144427, 1.836629562083804, 0.4212586153770292, -0.6721732585865304, 2.11508081261832, 2.1044524636601736, -0.2277303595998899, -0.6721732585865304, -0.41791554338109976, -0.41791554338109976, -0.41791554338109976, 2.088629553672705, 1.0232358199611689, -0.2277303595998899, 0.10629931669039376, 1.978305305700148, -0.7738367031572361, 0.29653820306699796, -0.8826395383385611, 1.496180773913946, 0.10629931669039376, 1.853557075472544, -0.08045922216164911, 2.2552072596392794, -0.8826395383385611, -0.5790085441147271, 0.0013033016496059155, -0.08045922216164911, 1.9444434314677501, -0.8826395383385611, 0.22243020551694212, 2.0774901430585064, 1.9534178940225602, 0.4212586153770292, -0.08045922216164911, 1.9287212437435532, -0.6721732585865304, 2.1339103857767903, 2.0906316635184403, 0.22243020551694212, -0.7738367031572361, -0.6721732585865304, -0.6721732585865304, -0.285421138216208, -0.4944516238475237, 1.748985988372754, 2.054534498449179, 2.142184450156032, 0.03838735119915385, 2.2886217450541877, -0.6721732585865304, 1.825589099726, 1.5580602604457363, 1.1079601843735758, -0.5790085441147271, -0.6721732585865304, 1.9721848192920763, -0.17473790992128507, -0.08045922216164911, -0.285421138216208, -0.6721732585865304, 0.5688583754311723, -0.4944516238475237, -0.03820773393587685, -0.285421138216208, -0.03820773393587685, -0.41791554338109976, -0.4944516238475237, 0.5688583754311723, 0.4212586153770292, 1.9029031394717544, -0.17473790992128507, 1.9313719805804817, 2.1264532095603728, -0.4944516238475237, 1.872933611664633, 0.13754870958207455, -0.17473790992128507, -0.5790085441147271, 0.1672264081058826, -0.41791554338109976, 1.6975250991229724, 0.6369545247721493, 0.7422102406564455, 1.9313719805804817, 1.7961741668621114, 2.2800924421466218, 1.9056766979472812, -0.3485387578556441, -0.41791554338109976, -0.3485387578556441, -0.5790085441147271, 2.35197722535907, -0.285421138216208, 1.8011835326698786, -0.12582230816041393, -0.285421138216208, 1.61846649189749, -0.4944516238475237, 1.6813380807884537, 2.420840302070621, -0.12582230816041393, -0.285421138216208, -0.8826395383385611, 0.0013033016496059155, -0.4944516238475237, 1.06109941745784, 2.0513311346327883, 0.10629931669039376, 1.4729760997906185, -0.03820773393587685, 1.2600251455791531, -0.8826395383385611, 0.13754870958207455, 2.2236739436146005, 2.3945215015332724, 0.13754870958207455, 1.8685203445206184, 0.03838735119915385, -0.12582230816041393, -0.6721732585865304, -0.285421138216208, 0.1672264081058826, -0.4944516238475237, 0.22243020551694212, 1.6161695003275374, 0.9158442740978284, -0.4944516238475237, 0.27286814736731474, 0.7527928507744941, 2.2173118438426984, 0.0013033016496059155, 1.7190557277259493, -0.4944516238475237, 1.852038863712916, 0.6369545247721493, -0.08045922216164911, 1.3764069888246722, 1.9597426028622975, 0.491570369742584, 0.4747813978080199, 0.10629931669039376, -0.12582230816041393, -0.8826395383385611, 0.3825993439712988, -0.5790085441147271, 0.7092326129976951, -0.3485387578556441, 0.9079107844030092, 1.0487558320489605, -0.5790085441147271, 1.7843111360782662, 1.809435647819204, 0.13754870958207455, 0.43965788139821815, 0.0013033016496059155, 2.0227856672769406, 2.305305876324974, 1.5926744532687998, -0.17473790992128507, -0.41791554338109976, 2.238504623183144, -0.5790085441147271, 0.793264553235559, 0.6620759932783224, -0.4944516238475237, -0.3485387578556441, 0.8124727905366491, 2.082580578600231, -0.3485387578556441, 1.91663760348694, -0.6721732585865304, 1.4104510302370952, 0.623967736685072, 0.5688583754311723, -0.7738367031572361, 2.167182018796047, -0.12582230816041393, -0.17473790992128507, -0.2277303595998899, 0.03838735119915385, 1.2011183923153324, 0.7422102406564455, 1.0297238276720837, 2.2970249993433995, -0.6721732585865304, -0.12582230816041393, -0.6721732585865304, 1.7669228037180944, -0.12582230816041393, 0.31928133064650843, 2.1758499323971647, 1.4729760997906185, -0.4944516238475237, -0.6721732585865304, 1.0487558320489605, -0.41791554338109976, -0.08045922216164911, 0.5542112166979656, -0.41791554338109976, -0.2277303595998899, -0.8826395383385611, -0.285421138216208, 0.6106794753869842, 1.8580875416886005, 1.3970768885185638, -0.41791554338109976, 1.835065415696108, 1.130019323126145, 1.9986355811652576, 1.1767327919170942, 1.754426683765268, -0.285421138216208, -0.6721732585865304, -0.3485387578556441, -0.5790085441147271, 2.1430964028069845, 2.0361387681718237, -0.41791554338109976, -0.3485387578556441, -0.08045922216164911, 1.4579772677616731, 0.13754870958207455, 2.2963294518518387, 2.054534498449179, -0.5790085441147271, 2.1919636008010395, 2.0125609554630897, -0.3485387578556441, 0.4212586153770292, 2.0682109245830014, 0.2481943227536381, -0.6721732585865304, -0.6721732585865304, 2.0470317172443697, -0.6721732585865304, 1.8685203445206184, 1.5805526421301492, -0.285421138216208, 1.5319790348510378, -0.7738367031572361, -0.7738367031572361, 2.357628854136236, 2.149439445656766, 1.3799045485136894, -0.7738367031572361, 2.1530325249138094, 2.1207954405811216, 2.2423439873753908, -0.5790085441147271, -0.08045922216164911, 1.0487558320489605, 1.4579772677616731, 2.0033153651758977, -0.41791554338109976, 0.43965788139821815, 2.052400928888868, -0.4944516238475237, 1.2557041358832648, -0.08045922216164911, 1.5346416381672519, 0.03838735119915385, -0.3485387578556441, 1.5425554685702219, 1.2685699563503439, 1.130019323126145, 2.2484335545558234, -0.7738367031572361, 0.5078828000097428, 1.4700078062724231, 0.6742347640186778, 1.8550712447712996, -0.12582230816041393, 2.1207954405811216, -0.7738367031572361, 0.10629931669039376, 0.03838735119915385, 2.285792835521591, 1.2769883474116428, -0.08045922216164911, 0.29653820306699796, 1.9734141979615143, -0.3485387578556441, -0.6721732585865304, -0.4944516238475237, 2.2476759155098662, -0.3485387578556441, -0.41791554338109976, -0.9956188357761572, 1.6342908051537854, -0.41791554338109976, -0.41791554338109976, -0.8826395383385611, -0.2277303595998899, 1.9220398345223315, 2.1697962944118374, 2.1512388232482147, 1.7598158207391912, -0.9956188357761572, 1.9795215374365096, -0.08045922216164911, 2.084604061646223, 2.12363136164206, 0.0733103961336213, 0.2481943227536381, 2.0470317172443697, 1.7791502330817164, 0.3825993439712988, 1.6935213323442475, 1.2685699563503439, -0.12582230816041393, 1.9418530681681427, -0.5790085441147271, 2.054534498449179, 1.301521056377132, -0.6721732585865304, 0.1672264081058826, 0.27286814736731474, -0.4944516238475237, 1.6540100674153442, 0.22243020551694212, -0.41791554338109976, 0.13754870958207455, 1.5074375080424671, -0.12582230816041393, 0.43965788139821815, -0.285421138216208, -0.6721732585865304, 2.0459517644044634, -0.41791554338109976, 2.1394397839837542, -0.2277303595998899, 0.1954779506079055, -0.6721732585865304, 1.0424822351243972, -0.3485387578556441, -0.3485387578556441, -0.2277303595998899, 1.34392192258831, 2.2149075843651143, -0.7738367031572361, 1.815952192380788, 0.953935216741315, -0.4944516238475237, 2.303934077598232, 2.067170490914017, 2.2338629036783133, 0.03838735119915385, 0.3825993439712988, 0.3411660483762143, 2.20191030692542, 2.3832848945509233, 1.9001159871036493, 0.2481943227536381, 2.252958311613648, 0.0733103961336213, -0.08045922216164911, 1.4640243421708188, -0.5790085441147271, 0.31928133064650843, 2.0754411406081648, 2.099554935133225, -0.41791554338109976, -0.6721732585865304, 1.9444434314677501, 0.5078828000097428, 2.0702860983150333, 2.2757793295925333, 1.989158865327224, 2.198614032709223, -0.41791554338109976, 2.1911268011722043, -0.41791554338109976, 2.0125609554630897, 0.0733103961336213, 1.5102172238670093, 2.252958311613648, 1.365783410738165, 2.457642644510817, 2.2197059805920687, -0.2277303595998899, 1.7911202825028154, 0.840124558700605, 2.076466564733007, 2.0383341151108856, 0.0733103961336213, 0.3411660483762143, 0.840124558700605, 2.0033153651758977, 2.0405210191691228, 0.0733103961336213, 2.173263403461128, 0.4212586153770292, 0.9390029418151452, 2.1944666363996435, 2.12363136164206, 0.4022526825268673, 1.679281920532666, 1.9042916096539064, 0.9313874686266506, 2.109308171268105, -0.7738367031572361, 0.2481943227536381, -0.6721732585865304, 1.9721848192920763, -0.7738367031572361, 0.22243020551694212, -0.5790085441147271, -0.8826395383385611, 0.362253687373178, 0.22243020551694212, 0.362253687373178, 1.4990159115139112, -0.17473790992128507, 1.6475126537237141, 1.6518525001352249, -0.5790085441147271, -0.12582230816041393, -0.5790085441147271, 1.2011183923153324, 1.6813380807884537, 0.5688583754311723, 2.1775677718323116, 2.0815661304893367, 2.675299208446868, 2.4731512811847147, 1.9300481566720469, 1.9609991468620485, -0.4944516238475237, 0.7527928507744941, 0.6742347640186778, -0.5790085441147271, 0.3825993439712988, -0.2277303595998899, -0.6721732585865304, 0.0013033016496059155, 1.3250395561462829, 0.29653820306699796, 0.8664976062056621, 0.8578413928489541, 0.4212586153770292, 2.198614032709223, -0.12582230816041393, -0.17473790992128507, 2.1188969385508294, 2.2743343245883048, -0.4944516238475237, 1.8428434773010556, -0.4944516238475237, 1.5157362304465196, 1.887401939712296, 2.0148490545883675, -0.17473790992128507, 0.0013033016496059155, 1.8459251566287755, 1.967240552919589, -0.3485387578556441, -0.5790085441147271, -0.4944516238475237, 2.380890732011268, 1.6646768075667862, -0.3485387578556441, 0.29653820306699796, -0.12582230816041393, -0.2277303595998899, -0.4944516238475237, 2.382089073332669, 2.137602618931067, -0.03820773393587685, 1.8505165878518035, 1.2893869117619758, 0.1954779506079055, 2.1179453053072383, -0.285421138216208, 2.1015190111371864, 0.4747813978080199, -0.285421138216208, 0.4574875404622628, 0.03838735119915385, 0.22243020551694212, -0.8826395383385611, 1.6207542437638358, 0.5831406056462525, 0.5542112166979656, 0.29653820306699796, 2.023910480353777, 0.0013033016496059155, 0.0013033016496059155, 2.3181755150069243, -0.5790085441147271, -0.5790085441147271, -0.3485387578556441, 2.0785118822174646, -0.41791554338109976, -0.12582230816041393, 1.5074375080424671, 1.949589025488736, 0.0013033016496059155, -0.17473790992128507, 0.6742347640186778, 1.61846649189749, 0.362253687373178, 1.9233824113268467, 0.31928133064650843, 2.4026612978940043, 2.3784864464148763, -0.4944516238475237, 1.6207542437638358, -0.2277303595998899, 1.2290654958398115, 0.5688583754311723, -0.4944516238475237, 1.6915088290165403, 0.43965788139821815, 0.4747813978080199, 2.488248143283121, 2.064037718988814, -0.7738367031572361, 2.2942376900158417, 2.2354143573287693, 1.7074129075747009, 2.36876633750186, 0.03838735119915385, 1.156442972289706, -0.4944516238475237, -0.3485387578556441, 0.29653820306699796, 1.34392192258831, -0.3485387578556441, 2.060887592373528, -0.03820773393587685, -0.41791554338109976, 2.250700433651741, 0.6369545247721493, 2.0774901430585064, 0.5831406056462525, -0.2277303595998899, -0.4944516238475237, 0.6106794753869842, 0.9158442740978284, -0.8826395383385611, -0.3485387578556441, 0.4212586153770292, -0.41791554338109976, 2.137602618931067, 2.058777771123411, 0.9158442740978284, -0.4944516238475237, 1.1717277403818385, 1.8945003630998, -0.5790085441147271, 2.4095467107969233, 0.8664976062056621, 0.10629931669039376, 2.1430964028069845, 1.481789158219564, -0.03820773393587685, 2.01598966086526, 2.2453969226703734, 0.4574875404622628, 0.10629931669039376, -0.6721732585865304, -0.12582230816041393, -0.8826395383385611, -0.7738367031572361, -0.4944516238475237, -0.4944516238475237, 0.1672264081058826, -0.6721732585865304, 0.4022526825268673, 1.6275627969392052, 1.7808757433068552, 2.061939574746156, 2.048109622963186, -0.2277303595998899, 1.9125519820889467, 1.3902700294867711, -0.2277303595998899, 0.1954779506079055, 2.2865013834041377, 0.0013033016496059155, 0.6369545247721493, 0.4574875404622628, 2.221296489980781, 0.362253687373178, 1.6975250991229724, 1.814330043519576, -0.285421138216208, 2.5890148271166087, 2.280808124278608, 2.093621672868893, -0.2277303595998899, 1.8758568760606171, 2.1329835693447845, 1.8044987620772504, 0.13754870958207455, -0.03820773393587685, -0.7738367031572361, 1.529303908507755, 2.2648512103417633, -0.285421138216208, 0.491570369742584, 1.1245841538921515, 2.1952985391446824, 0.27286814736731474, 0.1954779506079055, 1.937945263529124, 2.1689262039651243, 0.6369545247721493, 2.1877672337558867, 2.137602618931067, 2.0470317172443697, 1.8859715599394784, 2.1394397839837542, -0.5790085441147271, 1.2600251455791531, 2.2677859719789444, -0.12582230816041393, -0.3485387578556441, 2.1654324672119727, 0.3411660483762143, 2.0261534536336057, 2.206819165531706, -0.17473790992128507, 1.8959094765531057, -0.41791554338109976, -0.41791554338109976, 2.4912200067315067, 2.0661281501012607, 2.407833158119149, 1.9807351734546212, 0.2481943227536381, 2.444923803762664, -0.285421138216208, 0.29653820306699796, 0.5237447344999567, 1.6975250991229724, 2.4857596701937026, 1.8550712447712996, 1.7471607945067702, 1.9709527770570967, 2.0926267489443697, 2.0227856672769406, 1.7562287431056722, 0.8917046786115929, 2.334026326693581, 0.9684861585875256, 2.1723986060353444, -0.285421138216208, 1.9042916096539064, 0.0013033016496059155, 1.797848863158068, 0.840124558700605, 0.5391801606374749, -0.41791554338109976, -0.3485387578556441, 0.2481943227536381, -0.6721732585865304, 2.33792094038689, -0.41791554338109976, -0.08045922216164911, 2.11508081261832, -0.7738367031572361, 1.57315357590498, 2.404390483215861, 2.332722171784128, 2.018264032735949, 0.5542112166979656, 2.060887592373528, 1.7877259004004988, 0.1954779506079055, 0.0733103961336213, 1.7209732331014091, 2.4951584835027547, -0.3485387578556441, 2.0975840517368565, 1.8595897117337783, 0.4212586153770292, -0.4944516238475237, 2.346268860458374, 0.6106794753869842, 0.4574875404622628, 0.2481943227536381, 2.6272183911554245, 0.840124558700605, 1.7651543671902503, 2.3601227708234003, 0.43965788139821815, 0.03838735119915385, 0.0013033016496059155, 0.7733872715361007, 0.2481943227536381, 2.1440068952585154, 2.341789060758804, 1.9974595926666412, 0.29653820306699796, 0.13754870958207455, 1.555505302801892, -0.4944516238475237, -0.03820773393587685, 2.3100812767420447, -0.2277303595998899, 1.5425554685702219, 0.4212586153770292, -0.4944516238475237, 1.705449051219798, 2.0339349129121858, 1.4579772677616731, 0.9236688545422156, 2.0906316635184403, 0.0013033016496059155, 2.3557512122741477, 1.6342908051537854, 0.13754870958207455, 2.12363136164206, 0.0013033016496059155, 1.5346416381672519, 1.8207910594017265, 1.8859715599394784, -0.8826395383385611, 2.45131878470436, 2.364460977551877, 2.3032469352077425, -0.5790085441147271, -0.285421138216208, 2.1273907222488666, 1.5157362304465196, 2.0102636124090325, 2.311438343060163, 2.3927619960238347, 1.6253023235850432, 0.0733103961336213, 1.7379459094480725, 0.0733103961336213, 1.0487558320489605, 2.35950031633184, 2.255954936735209, 2.5802118851496387, 0.1672264081058826, 1.4104510302370952, 1.7074129075747009, -0.285421138216208, 0.03838735119915385, -0.08045922216164911, 1.7360848783378455, 2.182690370571948, 0.9684861585875256, -0.41791554338109976, -0.41791554338109976, 1.4610088406424668, 2.6880220786468514, 1.9152789885988988, -0.17473790992128507, 2.9228712771961094, 0.10629931669039376, 2.3100812767420447, 2.1952985391446824, -0.4944516238475237, 2.6380054941407267, 2.0555982887706787, -0.41791554338109976, -0.9956188357761572, -0.41791554338109976, 0.27286814736731474, 0.7733872715361007, 2.2220900794939684, -0.12582230816041393, 1.6138631941325632, 0.8029494860726587, -0.8826395383385611, 0.0733103961336213, 1.4846967592364593, 0.10629931669039376, 2.3100812767420447, 1.5829977607169083, 1.7825960338120996, 0.6978031063514697, -0.5790085441147271, -0.6721732585865304, 1.9125519820889467, 1.6230328299478531, 1.853557075472544, 0.793264553235559, 2.2400434810210745, -0.3485387578556441, 0.8998653185591775, 1.7995186421643374, 0.7834124319917646, 1.887401939712296, 2.0272716312842527, 2.458689817204783, 1.8787651900832718, 1.8685203445206184, 0.29653820306699796, 1.6935213323442475, 2.1886089882579944, 0.0733103961336213, 0.4022526825268673, -0.3485387578556441, -0.17473790992128507, 2.0125609554630897, 2.299106551595683, 2.1512388232482147, 2.4140910989815008, 1.2152634790818568, 1.5681668425793505, 0.5237447344999567, 0.4212586153770292, 2.3494472463499547, 0.6620759932783224, 0.4022526825268673, -0.285421138216208, 2.2893267788845857, 2.5485053113822875, -0.4944516238475237, 2.2589358527618093, 0.6861403775950761, 1.8945003630998, 0.3825993439712988, 1.908436794481256, 1.5529388161830069, 0.27286814736731474, 2.2648512103417633, -0.8826395383385611, 1.7209732331014091, 1.436291439953464, 2.471619313739581, 2.320181198965434, -0.41791554338109976, -0.03820773393587685, 0.491570369742584, 0.9079107844030092, 1.6298143214162315, 0.996518488239979, 2.053468714317744, 2.6372417365607403, 2.3832848945509233, 1.3364440091196763, 2.0470317172443697, 2.053468714317744, 0.9684861585875256, 1.3693466916865007, 2.711974635806909, 2.0459517644044634, 2.437370941896608, 2.183539668387656, -0.12582230816041393, 1.3833807363155344, 0.43965788139821815, 2.33792094038689, 0.623967736685072, 2.182690370571948, 2.5881822986670167, -0.03820773393587685, 0.0733103961336213, 0.491570369742584, 0.9079107844030092, -0.6721732585865304, 0.6978031063514697, 2.157492180321824, 2.306674373606874, 0.10629931669039376, 0.31928133064650843, 0.7527928507744941, -0.12582230816041393, -0.3485387578556441, 1.5656569835734335, 2.6001362656893923, 2.1952985391446824, -0.17473790992128507, -0.285421138216208, 2.0125609554630897, 2.0965960424887515, 0.0733103961336213, -0.17473790992128507, 1.9986355811652576, 0.5391801606374749, 1.6995164617804444, -0.6721732585865304, 1.2769883474116428, 1.9939169644905543, 0.362253687373178, 0.5542112166979656, 0.10629931669039376, 2.7362446127699456, 0.31928133064650843, 0.2481943227536381, 1.9457342016288304, 2.1329835693447845, 2.4607783949257893, 2.1054269279322493, 2.9081132812704347, 0.8917046786115929, 1.2643135901210318, -0.03820773393587685, 2.019397816520366, 2.0805498693887845, 1.5854324124813604, 2.5458189304872008, -0.12582230816041393, 1.587856686632075, 0.22243020551694212, 2.2699771458317817, 0.43965788139821815, 0.793264553235559, 0.1954779506079055, 2.4095467107969233, 1.8787651900832718, 1.4456867773769604, 0.31928133064650843, 0.0733103961336213, 1.965997740003005, 2.331415018913681, -0.08045922216164911, 0.0733103961336213, -0.285421138216208, 0.362253687373178, 1.0297238276720837, 0.0733103961336213, 2.228399236767092, 2.463378375196261, -0.3485387578556441, 1.2011183923153324, 1.2600251455791531, 0.5237447344999567, 1.9998091427000475, 0.7314278405772863, -0.8826395383385611, 0.4574875404622628, 1.7398008702859495, 1.9392508511659052, 2.75982907415488, 0.8917046786115929, 1.8397450071058563, -0.08045922216164911, -0.03820773393587685, 2.291436650564397, -0.5790085441147271, -0.4944516238475237, 0.27286814736731474, -0.2277303595998899, -0.03820773393587685, 2.5865135760821367, 0.2481943227536381, 2.0339349129121858, 1.8505165878518035, 2.273610442734581, 2.3551239513288924, 1.6207542437638358, 2.087625849101415, 2.6845164082519, 0.4212586153770292, 2.7291367909204727, 0.0013033016496059155, 0.1954779506079055, 1.8061491573083976, 0.6369545247721493, -0.8826395383385611, -0.4944516238475237, -0.17473790992128507, 0.5391801606374749, -0.285421138216208, 2.1723986060353444, 1.8845375732205107, 2.0946148590668123, -0.4944516238475237, 0.6861403775950761, -0.08045922216164911, 2.2141039002179754, 1.9029031394717544, 2.5453699638571026, 1.4933314339375146, 2.9806499296140663, -0.3485387578556441, 0.623967736685072, 1.1816942142212827, 0.4022526825268673, 0.4022526825268673, 0.22243020551694212, 2.6571425656667493, 1.054961068971183, 0.4574875404622628, -0.08045922216164911, -0.41791554338109976, -0.285421138216208, 0.6742347640186778, 2.266320484478254, 1.989158865327224, 0.8310554124420133, -0.03820773393587685, -0.2277303595998899, 1.5451691304018251, 0.1672264081058826, 1.656159480441261, 2.2779399752664435, 0.10629931669039376, 0.29653820306699796, 0.4022526825268673, 2.301180511824328, 0.8834255279947422, 0.623967736685072, 2.401505579410805, -0.6721732585865304, -0.4944516238475237, 2.013706155865321, 0.5391801606374749, 2.380890732011268, 2.4163497459609857, 0.1954779506079055, 0.27286814736731474, 0.8310554124420133, 0.1672264081058826, 2.061939574746156, -0.3485387578556441, 1.7995186421643374, 2.170665055538504, -0.3485387578556441, 0.13754870958207455, 0.1672264081058826, 0.1954779506079055, 0.1954779506079055, -0.41791554338109976, 0.0733103961336213, 2.7622879690649236, 0.4212586153770292, 1.9998091427000475, 0.10629931669039376, -0.2277303595998899, -0.2277303595998899, 0.4747813978080199, 0.03838735119915385, 0.27286814736731474, 1.2105874053291459, -0.41791554338109976, 1.9326927298168168, 0.03838735119915385, 0.27286814736731474, 0.3825993439712988, -0.08045922216164911, 2.252958311613648, 0.3411660483762143, 2.4362837252319345, 2.0723537265688425, -0.12582230816041393, 0.5237447344999567, 2.0555982887706787, 0.0733103961336213, 2.61304160403491, 0.10629931669039376, -0.41791554338109976, -0.41791554338109976, -0.285421138216208, -0.41791554338109976, 0.7314278405772863, 2.1385219433984406, 2.669551917045812, 2.166307915868916, 0.31928133064650843, 0.5078828000097428, -0.285421138216208, -0.41791554338109976, 1.9855639804010137, 2.5656640902622496, 0.31928133064650843, -0.3485387578556441, 0.9390029418151452, 0.10629931669039376, 0.5391801606374749, 0.0013033016496059155, 2.3025589614592046, 0.0733103961336213, 0.0013033016496059155, 0.0013033016496059155, -0.2277303595998899, 0.22243020551694212, 0.22243020551694212, 0.2481943227536381, 2.424185098814835, 0.03838735119915385, 2.023910480353777, 2.3301048542674208, 0.4022526825268673, 2.1877672337558867, 0.6369545247721493, 0.9390029418151452, 0.0733103961336213, 0.2481943227536381, -0.12582230816041393, -0.08045922216164911, -0.3485387578556441, -0.4944516238475237, -0.03820773393587685, 0.22243020551694212, -0.17473790992128507, 2.112201817137348, 1.9746409245566845, 2.603390162991403, 0.0013033016496059155, 0.8029494860726587, 1.9807351734546212, 1.1666782862433234, 0.3825993439712988, 2.474170304632648, 2.8914977708819904, 0.10629931669039376, 0.5078828000097428, 0.5970755148302354, 0.13754870958207455, 0.0733103961336213, 2.0009802872672178, 0.2481943227536381, 2.1063997251497755, 1.9721848192920763, 2.018264032735949, -0.08045922216164911, 2.276500457408642, 0.4022526825268673, 2.1775677718323116, 1.7843111360782662, -0.285421138216208, 0.22243020551694212, 1.754426683765268, 0.03838735119915385, 2.6042007362259625, 1.4759289839559433, 1.0966015842452006, 1.8334969552359863, -0.41791554338109976, 2.7824741677854625, 0.29653820306699796, 0.1954779506079055, 2.182690370571948, 0.10629931669039376, 1.4640243421708188, 0.0013033016496059155, 2.0946148590668123, 1.7860210813022652, 0.0733103961336213, 2.5233917293264043, -0.285421138216208, 1.977086467118956, -0.03820773393587685, 0.8750243834269791, 2.2641151471602097, -0.6721732585865304, 0.0733103961336213, 0.8218397547768851, 0.0013033016496059155, 1.0791271555485382, 1.91663760348694, 2.272159908592944, 0.3825993439712988, 0.5391801606374749, 2.645587172855565, 0.3411660483762143, 0.4574875404622628, 1.3173075733004218, 0.4747813978080199, 0.362253687373178, 1.679281920532666, 0.29653820306699796, 0.793264553235559, 0.1954779506079055, 2.381490218348544, 0.10629931669039376, 2.310760214739508, 2.4628593293216166, 1.1407364148647372, 2.20026455829975, 2.5308125969308453, 0.3411660483762143, 2.049185489306788, 2.2446352241180554, -0.285421138216208, 0.7422102406564455, 2.2707056647927417, 2.0956063135975147, -0.03820773393587685, 2.3898173337519624, 2.7495722172119113, 0.03838735119915385, 1.6253023235850432, -0.285421138216208, 0.5970755148302354, 2.4931926549966428, 2.2244642243660087, 2.228399236767092, 2.2408113510591168, 0.10629931669039376, 0.3825993439712988, 0.10629931669039376, 0.362253687373178, 2.4395391587448207, 2.480749812930397, 0.4212586153770292, 0.623967736685072, 2.228399236767092, 0.1672264081058826, 0.9236688545422156, 2.292838895004456, 2.136681805776007, 0.9236688545422156, 1.8061491573083976, 2.5898461384351816, 2.3148169067807416, 0.29653820306699796, -0.3485387578556441, 2.9356754737801247, 0.3411660483762143, -0.7738367031572361, -0.7738367031572361, -0.5790085441147271, -0.9956188357761572, -0.6721732585865304, -0.8826395383385611, -0.7738367031572361, -0.9956188357761572, -0.7738367031572361, -0.8826395383385611, -0.6721732585865304, -0.6721732585865304, -0.8826395383385611, -0.8826395383385611, 0.2481943227536381, -0.9956188357761572, -0.9956188357761572, -0.9956188357761572, -0.3485387578556441, -0.9956188357761572, -0.7738367031572361, -0.5790085441147271, -0.8826395383385611, -0.6721732585865304, -0.9956188357761572, -0.7738367031572361, -0.5790085441147271, -0.8826395383385611, -0.9956188357761572, 0.623967736685072, -0.4944516238475237, -0.8826395383385611, -0.03820773393587685, -0.9956188357761572, -0.5790085441147271, -0.8826395383385611, -0.8826395383385611, -0.9956188357761572, -0.8826395383385611, -0.6721732585865304, -0.8826395383385611, -0.7738367031572361, -0.4944516238475237, -0.7738367031572361, -0.8826395383385611, -0.8826395383385611, -0.9956188357761572, -0.7738367031572361, -0.6721732585865304, -0.6721732585865304, -0.7738367031572361, 0.7733872715361007, -0.7738367031572361, -0.7738367031572361, 0.0733103961336213, -0.7738367031572361, -0.9956188357761572, -0.9956188357761572, -0.8826395383385611, -0.6721732585865304, -0.4944516238475237, -0.8826395383385611, 1.0731811026448892, -0.8826395383385611, -0.8826395383385611, -0.6721732585865304, -0.6721732585865304, -0.7738367031572361, -0.7738367031572361, -0.7738367031572361, -0.8826395383385611, -0.9956188357761572, -0.4944516238475237, -0.4944516238475237, -0.3485387578556441, -0.8826395383385611, -0.8826395383385611, -0.41791554338109976, -0.4944516238475237, -0.7738367031572361, 1.8334969552359863, -0.6721732585865304, -0.4944516238475237, -0.8826395383385611, -0.9956188357761572, -0.9956188357761572, -0.6721732585865304, -0.7738367031572361, -0.7738367031572361, -0.9956188357761572, -0.6721732585865304, 0.491570369742584, -0.7738367031572361, -0.9956188357761572, -0.7738367031572361, -0.9956188357761572, -0.9956188357761572, -0.9956188357761572, -0.3485387578556441, -0.8826395383385611, -0.5790085441147271, -0.7738367031572361, -0.8826395383385611, -0.03820773393587685, -0.9956188357761572, -0.5790085441147271, -0.8826395383385611, -0.7738367031572361, -0.9956188357761572, -0.4944516238475237, -0.9956188357761572, 0.8029494860726587, -0.6721732585865304, -0.9956188357761572, -0.6721732585865304, -0.4944516238475237, -0.9956188357761572, -0.17473790992128507, -0.9956188357761572, 0.03838735119915385, -0.8826395383385611, -0.8826395383385611, -0.8826395383385611, -0.6721732585865304, -0.8826395383385611, -0.9956188357761572, 0.5078828000097428, -0.7738367031572361, -0.9956188357761572, -0.8826395383385611, -0.3485387578556441, -0.6721732585865304, -0.8826395383385611, -0.7738367031572361, -0.6721732585865304, -0.8826395383385611, -0.7738367031572361, -0.8826395383385611, -0.8826395383385611, -0.5790085441147271, -0.8826395383385611, -0.41791554338109976, -0.7738367031572361, -0.8826395383385611, 1.6387323293940173, -0.7738367031572361, -0.9956188357761572, -0.7738367031572361, -0.8826395383385611, -0.9956188357761572, -0.5790085441147271, -0.8826395383385611, -0.8826395383385611, -0.6721732585865304, -0.6721732585865304, -0.8826395383385611, -0.4944516238475237, -0.9956188357761572, -0.8826395383385611, -0.5790085441147271, -0.9956188357761572, -0.7738367031572361, -0.8826395383385611, -0.4944516238475237, -0.6721732585865304, -0.9956188357761572, -0.6721732585865304, -0.5790085441147271, -0.9956188357761572, -0.4944516238475237, -0.9956188357761572, 1.811071797976212, -0.8826395383385611, -0.9956188357761572, -0.7738367031572361, -0.7738367031572361, -0.7738367031572361, -0.7738367031572361, -0.9956188357761572, -0.9956188357761572, -0.6721732585865304, -0.8826395383385611, -0.9956188357761572, -0.9956188357761572, -0.41791554338109976, -0.8826395383385611, -0.8826395383385611, -0.7738367031572361, -0.9956188357761572, -0.8826395383385611, -0.7738367031572361, -0.8826395383385611, -0.9956188357761572, -0.8826395383385611, -0.6721732585865304, -0.9956188357761572, -0.285421138216208, 0.6369545247721493, -0.6721732585865304, -0.6721732585865304, 1.8787651900832718, -0.5790085441147271, -0.8826395383385611, -0.8826395383385611, -0.3485387578556441, -0.8826395383385611, -0.9956188357761572, -0.7738367031572361, -0.6721732585865304, -0.6721732585865304, 2.0009802872672178, -0.6721732585865304, 0.2481943227536381, -0.4944516238475237, -0.6721732585865304, -0.2277303595998899, -0.7738367031572361, -0.5790085441147271, -0.7738367031572361, -0.8826395383385611, -0.41791554338109976, -0.6721732585865304, -0.7738367031572361, -0.8826395383385611, -0.6721732585865304, -0.8826395383385611, -0.8826395383385611, -0.6721732585865304, 2.249945810952869, 2.2092577944849787, -0.9956188357761572, 2.1952985391446824, -0.8826395383385611, -0.41791554338109976, -0.6721732585865304, 0.5078828000097428, -0.8826395383385611, -0.6721732585865304, 1.251350063032404, -0.9956188357761572, -0.8826395383385611, -0.9956188357761572, -0.7738367031572361, -0.4944516238475237, -0.8826395383385611, -0.8826395383385611, -0.8826395383385611, -0.7738367031572361, -0.8826395383385611, -0.6721732585865304, -0.3485387578556441, -0.9956188357761572, 1.7616009103822554, -0.8826395383385611, -0.285421138216208, -0.4944516238475237, -0.2277303595998899, -0.7738367031572361, -0.3485387578556441, -0.17473790992128507, -0.8826395383385611, -0.8826395383385611, -0.8826395383385611, -0.7738367031572361, -0.41791554338109976, -0.4944516238475237, -0.8826395383385611, -0.9956188357761572, 0.3825993439712988, -0.3485387578556441, -0.7738367031572361, -0.7738367031572361, -0.7738367031572361, 1.8816587058631056, 1.8397450071058563, -0.5790085441147271, -0.5790085441147271, -0.6721732585865304, -0.4944516238475237, -0.6721732585865304, -0.7738367031572361, -0.9956188357761572, 1.5681668425793505, -0.5790085441147271, -0.8826395383385611, -0.6721732585865304, -0.4944516238475237, 0.0013033016496059155, -0.5790085441147271, -0.6721732585865304, -0.6721732585865304, -0.6721732585865304, -0.6721732585865304, -0.5790085441147271, -0.8826395383385611, -0.9956188357761572, -0.9956188357761572, -0.8826395383385611, -0.9956188357761572, -0.7738367031572361, -0.5790085441147271, -0.9956188357761572, -0.8826395383385611, -0.8826395383385611, -0.7738367031572361, -0.7738367031572361, -0.9956188357761572, -0.7738367031572361, -0.5790085441147271, -0.7738367031572361, -0.4944516238475237, -0.8826395383385611, -0.5790085441147271, -0.3485387578556441, -0.9956188357761572, -0.6721732585865304, -0.5790085441147271, -0.8826395383385611, -0.7738367031572361, -0.9956188357761572, -0.7738367031572361, -0.17473790992128507, -0.8826395383385611, -0.8826395383385611, -0.9956188357761572, -0.3485387578556441, 0.43965788139821815, -0.7738367031572361, -0.7738367031572361, 1.1615836354030546, -0.8826395383385611, -0.6721732585865304, -0.8826395383385611, 0.491570369742584, -0.9956188357761572, -0.7738367031572361, 1.2557041358832648, -0.9956188357761572, -0.9956188357761572, -0.6721732585865304, -0.8826395383385611, -0.7738367031572361, -0.6721732585865304, -0.3485387578556441, -0.9956188357761572, -0.5790085441147271, -0.7738367031572361, -0.8826395383385611, -0.8826395383385611, -0.6721732585865304, -0.9956188357761572, -0.6721732585865304, -0.9956188357761572, -0.7738367031572361, -0.6721732585865304, -0.8826395383385611, -0.9956188357761572, -0.9956188357761572, -0.41791554338109976, -0.8826395383385611, -0.7738367031572361, -0.8826395383385611, -0.7738367031572361, -0.6721732585865304, -0.5790085441147271, 1.9684806555505439, -0.7738367031572361, -0.7738367031572361, -0.9956188357761572, -0.8826395383385611, -0.6721732585865304, -0.9956188357761572, -0.41791554338109976, -0.5790085441147271, -0.12582230816041393, -0.6721732585865304, -0.4944516238475237, 2.3607445446851094, -0.8826395383385611, -0.7738367031572361, -0.8826395383385611, -0.9956188357761572, -0.9956188357761572, -0.9956188357761572, -0.5790085441147271, -0.8826395383385611, -0.8826395383385611, -0.9956188357761572, -0.7738367031572361, -0.9956188357761572, -0.9956188357761572, -0.9956188357761572, -0.8826395383385611, -0.7738367031572361, -0.6721732585865304, 1.6045432923405123, -0.8826395383385611, 2.2942376900158417, -0.8826395383385611, -0.7738367031572361, -0.7738367031572361, -0.9956188357761572, -0.8826395383385611, -0.3485387578556441, 1.8959094765531057, -0.9956188357761572, -0.5790085441147271, -0.9956188357761572, -0.8826395383385611, -0.7738367031572361, -0.7738367031572361, -0.8826395383385611, -0.9956188357761572, -0.5790085441147271, -0.6721732585865304, -0.41791554338109976, -0.7738367031572361, -0.2277303595998899, -0.6721732585865304, -0.8826395383385611, -0.4944516238475237, -0.6721732585865304, -0.6721732585865304, -0.8826395383385611, -0.7738367031572361, -0.8826395383385611, -0.6721732585865304, -0.9956188357761572, -0.6721732585865304, -0.8826395383385611, -0.8826395383385611, -0.7738367031572361, 0.491570369742584, -0.12582230816041393, 0.623967736685072, -0.6721732585865304, -0.7738367031572361, -0.7738367031572361, -0.9956188357761572, -0.8826395383385611, -0.7738367031572361, 1.3401952518477476, -0.8826395383385611, -0.6721732585865304, -0.8826395383385611, -0.6721732585865304, -0.9956188357761572, -0.17473790992128507, -0.8826395383385611, -0.8826395383385611, -0.5790085441147271, -0.9956188357761572, -0.08045922216164911, -0.6721732585865304, -0.7738367031572361, -0.285421138216208, -0.7738367031572361, -0.7738367031572361, -0.8826395383385611, -0.8826395383385611, -0.6721732585865304, 1.897315106942498, 1.6453302482574508, -0.8826395383385611, -0.6721732585865304, -0.5790085441147271, -0.4944516238475237, -0.5790085441147271, -0.8826395383385611, -0.9956188357761572, -0.4944516238475237, -0.5790085441147271, 0.6496531313379884, 0.8310554124420133, 0.491570369742584, -0.9956188357761572, 0.0013033016496059155, -0.8826395383385611, -0.6721732585865304, -0.4944516238475237, 0.840124558700605, 1.8334969552359863, -0.8826395383385611, -0.9956188357761572, -0.4944516238475237, 0.0733103961336213, -0.8826395383385611, -0.7738367031572361, 0.13754870958207455, 1.8699952424069557, -0.8826395383385611, -0.5790085441147271, -0.7738367031572361, -0.9956188357761572, -0.9956188357761572, -0.9956188357761572, -0.5790085441147271, 1.964752204928712, 0.7092326129976951, -0.4944516238475237, -0.7738367031572361, -0.7738367031572361, -0.8826395383385611, -0.9956188357761572, -0.6721732585865304, -0.6721732585865304, -0.285421138216208, -0.3485387578556441, -0.4944516238475237, 2.46129934289874, -0.8826395383385611, -0.7738367031572361, -0.9956188357761572, -0.5790085441147271, -0.7738367031572361, -0.4944516238475237, -0.8826395383385611, -0.6721732585865304, -0.7738367031572361, -0.8826395383385611, -0.9956188357761572, -0.7738367031572361, -0.2277303595998899, 1.965997740003005, 1.61846649189749, -0.4944516238475237, -0.7738367031572361, 0.5688583754311723, 0.03838735119915385, -0.6721732585865304, -0.8826395383385611, -0.9956188357761572, -0.9956188357761572, -0.5790085441147271, 0.6620759932783224, -0.7738367031572361, -0.8826395383385611, -0.9956188357761572, 2.0577199177245142, -0.8826395383385611, -0.41791554338109976, -0.285421138216208, -0.7738367031572361, 0.4747813978080199, -0.9956188357761572, -0.7738367031572361, -0.7738367031572361, -0.9956188357761572, -0.9956188357761572, -0.41791554338109976, -0.7738367031572361, -0.6721732585865304, 0.22243020551694212, -0.8826395383385611, -0.5790085441147271, -0.9956188357761572, -0.8826395383385611, 1.98315470248762, -0.8826395383385611, -0.6721732585865304, -0.9956188357761572, -0.4944516238475237, -0.9956188357761572, -0.4944516238475237, -0.8826395383385611, -0.6721732585865304, -0.7738367031572361, -0.4944516238475237, -0.7738367031572361, -0.8826395383385611, -0.41791554338109976, -0.5790085441147271, -0.7738367031572361, -0.3485387578556441, -0.9956188357761572, 2.0723537265688425, -0.6721732585865304, -0.9956188357761572, -0.5790085441147271, -0.9956188357761572, -0.9956188357761572, -0.6721732585865304, -0.7738367031572361, -0.5790085441147271, -0.8826395383385611, -0.5790085441147271, 0.8664976062056621, -0.6721732585865304, -0.7738367031572361, -0.9956188357761572, -0.7738367031572361, -0.3485387578556441, -0.9956188357761572, 1.3476243409885986, -0.41791554338109976, -0.8826395383385611, 0.2481943227536381, -0.3485387578556441, -0.6721732585865304, 0.31928133064650843, -0.3485387578556441, -0.8826395383385611, -0.7738367031572361, -0.6721732585865304, -0.8826395383385611, -0.8826395383385611, 0.5078828000097428, -0.4944516238475237, -0.8826395383385611, -0.5790085441147271, -0.5790085441147271, -0.9956188357761572, 1.4729760997906185, -0.7738367031572361, -0.9956188357761572, -0.4944516238475237, -0.8826395383385611, -0.7738367031572361, -0.7738367031572361, -0.6721732585865304, 1.6813380807884537, -0.6721732585865304, -0.7738367031572361, -0.4944516238475237, -0.8826395383385611, -0.6721732585865304, -0.7738367031572361, 0.7834124319917646, 0.5237447344999567, -0.6721732585865304, -0.7738367031572361, 1.1190965918282303, -0.7738367031572361, 2.0394286184396355, -0.8826395383385611, -0.4944516238475237, -0.6721732585865304, -0.7738367031572361, -0.9956188357761572, -0.12582230816041393, -0.4944516238475237, -0.8826395383385611, 0.13754870958207455, -0.3485387578556441, -0.8826395383385611, 2.0815661304893367, -0.9956188357761572, -0.7738367031572361, 1.2685699563503439, 0.5391801606374749, -0.9956188357761572, -0.5790085441147271, -0.5790085441147271, -0.9956188357761572, -0.9956188357761572, 1.1079601843735758, -0.4944516238475237, -0.7738367031572361, -0.8826395383385611, -0.8826395383385611, -0.7738367031572361, -0.9956188357761572, -0.8826395383385611, -0.7738367031572361, -0.5790085441147271, -0.9956188357761572, -0.6721732585865304, -0.4944516238475237, 2.4680285900531946, -0.9956188357761572, 1.4518652165085273, -0.5790085441147271, -0.9956188357761572, -0.8826395383385611, -0.7738367031572361, -0.6721732585865304, -0.7738367031572361, -0.6721732585865304, 2.0926267489443697, -0.41791554338109976, -0.9956188357761572, -0.7738367031572361, -0.7738367031572361, -0.9956188357761572, -0.6721732585865304, -0.7738367031572361, -0.7738367031572361, -0.4944516238475237, -0.4944516238475237, -0.6721732585865304, -0.6721732585865304, 0.7733872715361007, -0.6721732585865304, -0.9956188357761572, 2.1902887683016226, -0.8826395383385611, 2.2829497819336804, 2.2108777563101936, -0.285421138216208, -0.5790085441147271, -0.5790085441147271, -0.4944516238475237, -0.8826395383385611, -0.7738367031572361, 1.4759289839559433, 0.1954779506079055, -0.8826395383385611, 0.362253687373178, -0.6721732585865304, -0.6721732585865304, -0.6721732585865304, -0.6721732585865304, -0.8826395383385611, -0.6721732585865304, -0.9956188357761572, -0.7738367031572361, -0.5790085441147271, -0.9956188357761572, -0.7738367031572361, -0.8826395383385611, -0.3485387578556441, 0.5688583754311723, 0.8490517650247251, -0.8826395383385611, -0.8826395383385611, -0.285421138216208, -0.9956188357761572, 0.5542112166979656, -0.5790085441147271, -0.5790085441147271, -0.9956188357761572, -0.7738367031572361, -0.5790085441147271, -0.5790085441147271, -0.41791554338109976, -0.5790085441147271, -0.6721732585865304, -0.17473790992128507, -0.6721732585865304, -0.41791554338109976, -0.7738367031572361, -0.9956188357761572, 0.5078828000097428, -0.41791554338109976, -0.6721732585865304, -0.3485387578556441, -0.7738367031572361, -0.7738367031572361, -0.7738367031572361, -0.4944516238475237, -0.3485387578556441, -0.8826395383385611, -0.8826395383385611, -0.9956188357761572, -0.8826395383385611, -0.7738367031572361, -0.7738367031572361, -0.9956188357761572, -0.7738367031572361, -0.3485387578556441, -0.6721732585865304, -0.8826395383385611, -0.7738367031572361, -0.7738367031572361, -0.9956188357761572, -0.8826395383385611, -0.4944516238475237, -0.5790085441147271, -0.7738367031572361, -0.41791554338109976, -0.8826395383385611, -0.4944516238475237, -0.7738367031572361, 2.1357594991042506, -0.6721732585865304, -0.7738367031572361, -0.4944516238475237, -0.8826395383385611, -0.4944516238475237, 0.7834124319917646, 1.3970768885185638, -0.8826395383385611, -0.285421138216208, -0.6721732585865304, -0.4944516238475237, -0.8826395383385611, -0.41791554338109976, 2.167182018796047, -0.9956188357761572, -0.6721732585865304, -0.7738367031572361, -0.7738367031572361, -0.4944516238475237, -0.9956188357761572, 0.9079107844030092, -0.5790085441147271, -0.8826395383385611, -0.4944516238475237, -0.8826395383385611, -0.5790085441147271, -0.5790085441147271, 0.10629931669039376, 0.3825993439712988, 0.8664976062056621, -0.5790085441147271, -0.7738367031572361, -0.6721732585865304, -0.6721732585865304, 0.7733872715361007, -0.8826395383385611, -0.9956188357761572, -0.4944516238475237, -0.6721732585865304, -0.7738367031572361, -0.6721732585865304, -0.6721732585865304, -0.7738367031572361, 1.010033787123501, -0.4944516238475237, 0.3411660483762143, -0.8826395383385611, -0.4944516238475237, 0.7422102406564455, -0.3485387578556441, -0.4944516238475237, -0.4944516238475237, -0.7738367031572361, -0.9956188357761572, 0.8310554124420133, -0.6721732585865304, -0.8826395383385611, -0.6721732585865304, -0.5790085441147271, -0.5790085441147271, -0.9956188357761572, -0.6721732585865304, -0.7738367031572361, -0.4944516238475237, -0.7738367031572361, -0.7738367031572361, -0.7738367031572361, -0.6721732585865304, -0.5790085441147271, -0.5790085441147271, -0.7738367031572361, -0.8826395383385611, -0.5790085441147271, -0.7738367031572361, -0.7738367031572361, -0.3485387578556441, -0.6721732585865304, -0.8826395383385611, -0.8826395383385611, -0.7738367031572361, 1.0166730531023052, 1.9001159871036493, -0.4944516238475237, -0.8826395383385611, -0.6721732585865304, -0.5790085441147271, -0.9956188357761572, 0.8664976062056621, -0.8826395383385611, -0.8826395383385611, -0.7738367031572361, -0.8826395383385611, -0.6721732585865304, -0.6721732585865304, -0.6721732585865304, -0.9956188357761572, 2.0733847282492666, -0.2277303595998899, -0.9956188357761572, -0.6721732585865304, -0.6721732585865304, -0.5790085441147271, -0.8826395383385611, -0.6721732585865304, -0.4944516238475237, -0.3485387578556441, -0.8826395383385611, -0.41791554338109976, -0.7738367031572361, -0.6721732585865304, -0.7738367031572361, 0.4212586153770292, -0.6721732585865304, -0.6721732585865304, -0.5790085441147271, -0.5790085441147271, -0.9956188357761572, -0.5790085441147271, -0.7738367031572361, -0.6721732585865304, -0.5790085441147271, -0.7738367031572361, -0.7738367031572361, -0.6721732585865304, 2.4529063552537997, -0.5790085441147271, -0.8826395383385611, -0.8826395383385611, -0.5790085441147271, -0.8826395383385611, -0.5790085441147271, -0.41791554338109976, -0.9956188357761572, 0.3825993439712988, -0.4944516238475237, -0.8826395383385611, -0.5790085441147271, 1.2811512930452127, -0.5790085441147271, -0.9956188357761572, -0.7738367031572361, 0.4212586153770292, -0.7738367031572361, -0.4944516238475237, -0.6721732585865304, 1.8640725592686955, -0.6721732585865304, -0.41791554338109976, -0.9956188357761572, -0.8826395383385611, -0.8826395383385611, 0.8578413928489541, -0.8826395383385611, 2.099554935133225, -0.41791554338109976, -0.7738367031572361, -0.6721732585865304, 0.1954779506079055, -0.4944516238475237, -0.6721732585865304, -0.285421138216208, -0.7738367031572361, -0.7738367031572361, -0.8826395383385611, -0.6721732585865304, -0.7738367031572361, 0.27286814736731474, -0.7738367031572361, -0.17473790992128507, -0.9956188357761572, 0.03838735119915385, -0.4944516238475237, -0.8826395383385611, -0.6721732585865304, -0.5790085441147271, -0.8826395383385611, -0.9956188357761572, -0.6721732585865304, -0.6721732585865304, -0.8826395383385611, -0.5790085441147271, -0.17473790992128507, -0.8826395383385611, -0.7738367031572361, -0.8826395383385611, -0.7738367031572361, -0.17473790992128507, -0.285421138216208, -0.7738367031572361, -0.6721732585865304, -0.6721732585865304, -0.6721732585865304, -0.4944516238475237, -0.7738367031572361, -0.7738367031572361, 1.4729760997906185, -0.5790085441147271, -0.9956188357761572, 1.9247218258425733, -0.41791554338109976, -0.7738367031572361, -0.8826395383385611, -0.6721732585865304, -0.6721732585865304, 2.1583799296256028, -0.5790085441147271, -0.8826395383385611, -0.8826395383385611, -0.7738367031572361, -0.7738367031572361, -0.3485387578556441, -0.8826395383385611, -0.6721732585865304, -0.7738367031572361, -0.7738367031572361, -0.5790085441147271, -0.7738367031572361, -0.5790085441147271, -0.5790085441147271, 0.10629931669039376, -0.8826395383385611, -0.5790085441147271, -0.8826395383385611, -0.7738367031572361, 1.2425406779903752, -0.7738367031572361, -0.7738367031572361, 1.7379459094480725, 2.025033072889455, -0.5790085441147271, 0.03838735119915385, -0.8826395383385611, -0.9956188357761572, -0.41791554338109976, -0.6721732585865304, -0.17473790992128507, -0.7738367031572361, -0.7738367031572361, -0.8826395383385611, 0.22243020551694212, -0.7738367031572361, -0.7738367031572361, -0.285421138216208, 1.8334969552359863, -0.6721732585865304, -0.6721732585865304, -0.8826395383385611, -0.5790085441147271, -0.5790085441147271, -0.41791554338109976, -0.7738367031572361, -0.7738367031572361, -0.7738367031572361, -0.9956188357761572, -0.8826395383385611, -0.285421138216208, 2.2633781299507985, 2.282236791917565, 2.1476343561051423, -0.4944516238475237, -0.5790085441147271, -0.7738367031572361, -0.5790085441147271, 2.2865013834041377, -0.9956188357761572, -0.7738367031572361, -0.285421138216208, 0.6106794753869842, -0.4944516238475237, 0.29653820306699796, -0.6721732585865304, -0.5790085441147271, -0.7738367031572361, -0.3485387578556441, -0.9956188357761572, -0.8826395383385611, -0.6721732585865304, -0.8826395383385611, -0.6721732585865304, -0.8826395383385611, -0.6721732585865304, -0.6721732585865304, 0.7314278405772863, 1.3211866992591437, -0.7738367031572361, -0.41791554338109976, -0.7738367031572361, -0.7738367031572361, -0.6721732585865304, -0.8826395383385611, -0.7738367031572361, -0.9956188357761572, 1.0424822351243972, -0.7738367031572361, -0.9956188357761572, -0.6721732585865304, -0.5790085441147271, -0.5790085441147271, -0.7738367031572361, -0.7738367031572361, -0.8826395383385611, -0.9956188357761572, -0.8826395383385611, -0.7738367031572361, -0.6721732585865304, -0.9956188357761572, 0.13754870958207455, -0.6721732585865304, -0.7738367031572361, 1.9962811671458496, -0.7738367031572361, -0.5790085441147271, -0.8826395383385611, 0.2481943227536381, -0.4944516238475237, -0.6721732585865304, -0.8826395383385611, 0.4574875404622628, -0.7738367031572361, -0.8826395383385611, -0.5790085441147271, 0.4747813978080199, 1.20587259196935, -0.4944516238475237, 0.8124727905366491, -0.6721732585865304, -0.5790085441147271, -0.5790085441147271, -0.4944516238475237, -0.8826395383385611, -0.5790085441147271, -0.4944516238475237, -0.7738367031572361, -0.4944516238475237, -0.03820773393587685, -0.8826395383385611, -0.6721732585865304, -0.6721732585865304, -0.6721732585865304, -0.9956188357761572, -0.5790085441147271, -0.2277303595998899, -0.8826395383385611, -0.4944516238475237, -0.3485387578556441, -0.9956188357761572, -0.5790085441147271, -0.5790085441147271, -0.3485387578556441, -0.3485387578556441, -0.6721732585865304, -0.17473790992128507, -0.3485387578556441, -0.6721732585865304, 0.1954779506079055, -0.6721732585865304, -0.8826395383385611, -0.5790085441147271, -0.6721732585865304, 2.2438725038829177, -0.6721732585865304, -0.9956188357761572, -0.8826395383385611, -0.8826395383385611, -0.9956188357761572, 0.6861403775950761, -0.8826395383385611, -0.6721732585865304, -0.6721732585865304, -0.4944516238475237, -0.5790085441147271, -0.6721732585865304, -0.8826395383385611, -0.5790085441147271, -0.6721732585865304, -0.9956188357761572, -0.6721732585865304, -0.9956188357761572, -0.7738367031572361, -0.8826395383385611, -0.41791554338109976, -0.6721732585865304, -0.7738367031572361, -0.5790085441147271, -0.9956188357761572, -0.7738367031572361, -0.8826395383385611, -0.285421138216208, 0.29653820306699796, -0.8826395383385611, -0.8826395383385611, -0.4944516238475237, -0.6721732585865304, -0.7738367031572361, -0.5790085441147271, -0.5790085441147271, -0.5790085441147271, -0.5790085441147271, 2.099554935133225, -0.4944516238475237, -0.5790085441147271, -0.6721732585865304, -0.7738367031572361, -0.8826395383385611, -0.6721732585865304, -0.7738367031572361, -0.8826395383385611, -0.8826395383385611, 0.4574875404622628, -0.7738367031572361, 0.7527928507744941, -0.8826395383385611, 0.9390029418151452, -0.9956188357761572, -0.4944516238475237, -0.6721732585865304, -0.6721732585865304, -0.5790085441147271, -0.5790085441147271, -0.9956188357761572, -0.5790085441147271, -0.5790085441147271, -0.6721732585865304, -0.7738367031572361, -0.8826395383385611, -0.4944516238475237, -0.285421138216208, -0.2277303595998899, -0.7738367031572361, -0.285421138216208, -0.5790085441147271, -0.9956188357761572, -0.9956188357761572, -0.5790085441147271, -0.6721732585865304, -0.4944516238475237, 2.020529344240745, -0.8826395383385611, -0.9956188357761572, -0.3485387578556441, -0.5790085441147271, -0.7738367031572361, -0.6721732585865304, 2.155712513040867, -0.4944516238475237, -0.7738367031572361, -0.6721732585865304, -0.8826395383385611, -0.8826395383385611, -0.7738367031572361, -0.7738367031572361, -0.12582230816041393, -0.8826395383385611, -0.8826395383385611, -0.4944516238475237, -0.17473790992128507, -0.6721732585865304, -0.41791554338109976, -0.4944516238475237, -0.4944516238475237, -0.4944516238475237, -0.41791554338109976, -0.9956188357761572, -0.41791554338109976, 0.8218397547768851, -0.7738367031572361, 1.2380843108415864, -0.4944516238475237, 2.0713208521958144, -0.4944516238475237, -0.5790085441147271, -0.9956188357761572, -0.8826395383385611, -0.9956188357761572, -0.8826395383385611, -0.41791554338109976, -0.7738367031572361, -0.8826395383385611, -0.4944516238475237, -0.6721732585865304, -0.7738367031572361, -0.8826395383385611, -0.6721732585865304, -0.6721732585865304, -0.7738367031572361, -0.9956188357761572, -0.17473790992128507, -0.4944516238475237, -0.6721732585865304, 2.305305876324974, -0.7738367031572361, -0.8826395383385611, -0.7738367031572361, -0.4944516238475237, 0.8834255279947422, -0.8826395383385611, -0.6721732585865304, -0.6721732585865304, 1.4137460071149723, -0.7738367031572361, -0.4944516238475237, -0.6721732585865304, -0.8826395383385611, -0.5790085441147271, -0.7738367031572361, -0.6721732585865304, -0.8826395383385611, -0.6721732585865304, -0.8826395383385611, -0.7738367031572361, -0.5790085441147271, -0.7738367031572361, 0.4022526825268673, -0.7738367031572361, -0.9956188357761572, 2.144915932179081, -0.7738367031572361, -0.9956188357761572, -0.7738367031572361, -0.285421138216208, -0.5790085441147271, 1.7152012114041302, 2.252206681339984, -0.5790085441147271, -0.8826395383385611, -0.7738367031572361, -0.41791554338109976, -0.8826395383385611, -0.4944516238475237, -0.3485387578556441, -0.4944516238475237, -0.2277303595998899, -0.285421138216208, -0.41791554338109976, -0.4944516238475237, -0.7738367031572361, -0.4944516238475237, -0.6721732585865304, -0.5790085441147271, -0.8826395383385611, -0.6721732585865304, -0.6721732585865304, 2.3046203906374654, -0.8826395383385611, 0.3411660483762143, -0.9956188357761572, -0.8826395383385611, -0.6721732585865304, 0.8664976062056621, -0.7738367031572361, -0.7738367031572361, -0.7738367031572361, -0.9956188357761572, -0.6721732585865304, -0.8826395383385611, -0.2277303595998899, 0.31928133064650843, -0.7738367031572361, -0.7738367031572361, -0.12582230816041393, -0.7738367031572361, -0.6721732585865304, -0.6721732585865304, 0.6496531313379884, -0.9956188357761572, -0.6721732585865304, -0.7738367031572361, -0.7738367031572361, -0.7738367031572361, -0.8826395383385611, -0.8826395383385611, -0.8826395383385611, -0.8826395383385611, -0.6721732585865304, -0.5790085441147271, -0.8826395383385611, -0.7738367031572361, -0.6721732585865304, -0.7738367031572361, 0.793264553235559, 2.202731398501564, -0.9956188357761572, -0.9956188357761572, -0.6721732585865304, -0.9956188357761572, -0.8826395383385611, -0.7738367031572361, -0.5790085441147271, -0.7738367031572361, -0.7738367031572361, -0.7738367031572361, -0.6721732585865304, -0.7738367031572361, 2.17412688767831, 1.4759289839559433, -0.8826395383385611, -0.8826395383385611, -0.7738367031572361, -0.9956188357761572, -0.8826395383385611, 2.112201817137348, -0.6721732585865304, 0.7204379976731408, 0.43965788139821815, -0.6721732585865304, -0.8826395383385611, -0.6721732585865304, -0.6721732585865304, -0.4944516238475237, -0.8826395383385611, -0.9956188357761572, -0.9956188357761572, 1.5854324124813604, -0.9956188357761572, -0.4944516238475237, 0.0013033016496059155, -0.6721732585865304, -0.9956188357761572, -0.8826395383385611, -0.8826395383385611, -0.7738367031572361, -0.8826395383385611, -0.9956188357761572, 0.4212586153770292, -0.7738367031572361, -0.5790085441147271, -0.7738367031572361, -0.6721732585865304, -0.6721732585865304, 1.8334969552359863, -0.8826395383385611, -0.8826395383385611, -0.8826395383385611, -0.6721732585865304, -0.5790085441147271, -0.9956188357761572, -0.5790085441147271, 2.1592662951480976, 2.0171279838735905, -0.8826395383385611, -0.9956188357761572, -0.9956188357761572, -0.7738367031572361, -0.4944516238475237, 0.22243020551694212, -0.7738367031572361, -0.6721732585865304, -0.8826395383385611, -0.4944516238475237, -0.5790085441147271, -0.8826395383385611, -0.41791554338109976, -0.7738367031572361, -0.3485387578556441, -0.7738367031572361, -0.7738367031572361, 1.6935213323442475, -0.5790085441147271, -0.12582230816041393, -0.8826395383385611, 1.2425406779903752, -0.9956188357761572, -0.9956188357761572, -0.6721732585865304, -0.17473790992128507, -0.7738367031572361, -0.6721732585865304, -0.3485387578556441, -0.8826395383385611, -0.6721732585865304, -0.5790085441147271, -0.7738367031572361, -0.8826395383385611, 0.362253687373178, -0.7738367031572361, -0.8826395383385611, -0.08045922216164911, -0.7738367031572361, -0.9956188357761572, -0.5790085441147271, -0.5790085441147271, -0.41791554338109976, -0.8826395383385611, 2.4486629441157883, -0.6721732585865304, -0.5790085441147271, -0.5790085441147271, -0.41791554338109976, -0.8826395383385611, -0.6721732585865304, -0.9956188357761572, -0.8826395383385611, -0.5790085441147271, -0.8826395383385611, -0.4944516238475237, -0.6721732585865304, -0.6721732585865304, -0.3485387578556441, -0.6721732585865304, -0.7738367031572361, -0.6721732585865304, -0.9956188357761572, -0.4944516238475237, -0.2277303595998899, -0.41791554338109976, -0.5790085441147271, -0.7738367031572361, 2.025033072889455, -0.8826395383385611, 0.5970755148302354, -0.9956188357761572, -0.7738367031572361, -0.3485387578556441, -0.4944516238475237, -0.6721732585865304, -0.5790085441147271, -0.7738367031572361, 1.496180773913946, 0.6496531313379884, 1.1245841538921515, 0.7631829097424392, -0.6721732585865304, -0.8826395383385611, -0.9956188357761572, 0.03838735119915385, -0.285421138216208, -0.5790085441147271, -0.41791554338109976, -0.8826395383385611, -0.5790085441147271, -0.5790085441147271, -0.2277303595998899, -0.7738367031572361, -0.7738367031572361, -0.7738367031572361, 2.1217423199485386, -0.7738367031572361, -0.8826395383385611, -0.7738367031572361, 1.9721848192920763, -0.6721732585865304, -0.4944516238475237, 0.7092326129976951, 0.5237447344999567, -0.9956188357761572, 0.22243020551694212, -0.5790085441147271, -0.4944516238475237, -0.3485387578556441, -0.6721732585865304, -0.7738367031572361, -0.5790085441147271, -0.5790085441147271, -0.41791554338109976, -0.8826395383385611, -0.2277303595998899, -0.8826395383385611, 1.2811512930452127, 1.3250395561462829, -0.5790085441147271, -0.4944516238475237, -0.7738367031572361, -0.7738367031572361, -0.4944516238475237, -0.8826395383385611, -0.4944516238475237, -0.5790085441147271, 2.2836618790728624, -0.5790085441147271, 2.298413547145397, -0.7738367031572361, -0.3485387578556441, -0.7738367031572361, -0.6721732585865304, -0.7738367031572361, -0.6721732585865304, -0.8826395383385611, -0.5790085441147271, 0.8917046786115929, -0.4944516238475237, -0.6721732585865304, -0.6721732585865304, -0.8826395383385611, -0.8826395383385611, -0.4944516238475237, -0.8826395383385611, -0.6721732585865304, -0.9956188357761572, -0.9956188357761572, -0.6721732585865304, -0.7738367031572361, -0.5790085441147271, -0.7738367031572361, -0.6721732585865304, -0.7738367031572361, -0.285421138216208, -0.5790085441147271, -0.8826395383385611, -0.5790085441147271, 1.852038863712916, -0.6721732585865304, -0.5790085441147271, -0.12582230816041393, -0.6721732585865304, -0.5790085441147271, -0.5790085441147271, -0.6721732585865304, -0.17473790992128507, -0.9956188357761572, -0.6721732585865304, -0.9956188357761572, 2.3333746231242674, -0.6721732585865304, -0.4944516238475237, -0.6721732585865304, -0.6721732585865304, -0.6721732585865304, -0.5790085441147271, -0.7738367031572361, -0.4944516238475237, -0.9956188357761572, 1.1354030894103766, -0.6721732585865304, -0.3485387578556441, -0.4944516238475237, -0.8826395383385611, -0.8826395383385611, -0.41791554338109976, -0.6721732585865304, -0.5790085441147271, -0.4944516238475237, -0.7738367031572361, 2.1689262039651243, 2.212493116197396, -0.9956188357761572, -0.9956188357761572, -0.3485387578556441, -0.5790085441147271, -0.9956188357761572, -0.8826395383385611, -0.7738367031572361, -0.6721732585865304, 1.0297238276720837, -0.285421138216208, -0.8826395383385611, -0.41791554338109976, -0.41791554338109976, -0.41791554338109976, -0.6721732585865304, -0.6721732585865304, 0.1672264081058826, -0.6721732585865304, -0.8826395383385611, -0.6721732585865304, 2.334026326693581, 2.3018701543385367, -0.8826395383385611, -0.8826395383385611, -0.8826395383385611, -0.41791554338109976, -0.08045922216164911, -0.3485387578556441, -0.9956188357761572, 0.8578413928489541, -0.8826395383385611, 2.2836618790728624, 0.0013033016496059155, -0.4944516238475237, -0.6721732585865304, -0.8826395383385611, 0.0013033016496059155, -0.41791554338109976, -0.6721732585865304, -0.8826395383385611, -0.6721732585865304, -0.5790085441147271, -0.6721732585865304, -0.5790085441147271, -0.8826395383385611, 0.7527928507744941, -0.7738367031572361, -0.8826395383385611, -0.4944516238475237, -0.4944516238475237, -0.8826395383385611, 0.8834255279947422, -0.8826395383385611, -0.3485387578556441, -0.8826395383385611, 1.7825960338120996, -0.6721732585865304, 2.2197059805920687, 2.002149024801349, -0.7738367031572361, -0.8826395383385611, 0.0013033016496059155, -0.17473790992128507, -0.08045922216164911, -0.7738367031572361, -0.8826395383385611, -0.6721732585865304, -0.5790085441147271, 1.0232358199611689, -0.285421138216208, -0.7738367031572361, 1.990352127751874, -0.5790085441147271, -0.7738367031572361, -0.3485387578556441, -0.6721732585865304, -0.7738367031572361, 2.0702860983150333, -0.9956188357761572, -0.6721732585865304, -0.9956188357761572, -0.7738367031572361, -0.6721732585865304, -0.4944516238475237, -0.7738367031572361, -0.2277303595998899, -0.8826395383385611, 0.03838735119915385, -0.5790085441147271, -0.5790085441147271, -0.7738367031572361, -0.6721732585865304, 0.4747813978080199, -0.9956188357761572, 0.9756246085549948, -0.8826395383385611, -0.08045922216164911, -0.7738367031572361, -0.9956188357761572, -0.9956188357761572, -0.8826395383385611, -0.4944516238475237, -0.5790085441147271, -0.285421138216208, -0.7738367031572361, -0.4944516238475237, -0.4944516238475237, 0.8124727905366491, 0.6620759932783224, 2.082580578600231, -0.7738367031572361, 1.305508938891888, -0.4944516238475237, -0.6721732585865304, -0.9956188357761572, 0.29653820306699796, -0.9956188357761572, 2.013706155865321, -0.3485387578556441, 2.23463915962426, -0.6721732585865304, -0.8826395383385611, -0.9956188357761572, 2.1919636008010395, -0.7738367031572361, -0.41791554338109976, -0.41791554338109976, -0.8826395383385611, 1.4904677486221476, 1.0033162206998432, -0.4944516238475237, -0.5790085441147271, -0.7738367031572361, -0.7738367031572361, -0.6721732585865304, 0.6496531313379884, 1.8175697272379667, -0.9956188357761572, -0.8826395383385611, -0.7738367031572361, -0.7738367031572361, -0.5790085441147271, -0.4944516238475237, -0.6721732585865304, -0.6721732585865304, 0.29653820306699796, -0.5790085441147271, -0.8826395383385611, 1.9260580929303168, -0.6721732585865304, -0.4944516238475237, 2.1169920768132093, -0.3485387578556441, 0.6106794753869842, -0.285421138216208, -0.285421138216208, -0.6721732585865304, -0.41791554338109976, -0.6721732585865304, 1.0232358199611689, -0.8826395383385611, -0.8826395383385611, -0.7738367031572361, -0.7738367031572361, -0.5790085441147271, -0.6721732585865304, -0.4944516238475237, 2.5266502819399204, 1.305508938891888, -0.7738367031572361, -0.4944516238475237, -0.5790085441147271, -0.17473790992128507, -0.9956188357761572, -0.4944516238475237, -0.5790085441147271, -0.41791554338109976, 2.0426995450342407, -0.7738367031572361, -0.5790085441147271, -0.5790085441147271, -0.4944516238475237, -0.4944516238475237, -0.08045922216164911, -0.3485387578556441, -0.7738367031572361, -0.5790085441147271, -0.6721732585865304, -0.6721732585865304, -0.7738367031572361, -0.6721732585865304, -0.8826395383385611, -0.8826395383385611, -0.6721732585865304, -0.6721732585865304, -0.6721732585865304, -0.5790085441147271, -0.8826395383385611, 2.0470317172443697, -0.8826395383385611, -0.9956188357761572, 0.953935216741315, 1.7453297239109768, -0.285421138216208, -0.7738367031572361, -0.6721732585865304, -0.5790085441147271, -0.17473790992128507, -0.9956188357761572, -0.41791554338109976, -0.41791554338109976, -0.8826395383385611, -0.7738367031572361, 0.5078828000097428, -0.7738367031572361, -0.5790085441147271, -0.8826395383385611, -0.7738367031572361, 2.2699771458317817, 0.0013033016496059155, -0.5790085441147271, -0.5790085441147271, 1.0487558320489605, -0.41791554338109976, 1.1866127606546886, -0.6721732585865304, -0.6721732585865304, -0.7738367031572361, -0.5790085441147271, 1.4610088406424668, -0.8826395383385611, 1.2245019161025594, 0.0013033016496059155, -0.8826395383385611, 0.8917046786115929, -0.9956188357761572, 1.0424822351243972, -0.5790085441147271, -0.7738367031572361, -0.9956188357761572, -0.7738367031572361, -0.8826395383385611, 2.426957478173465, 2.3544959976813096, -0.5790085441147271, -0.6721732585865304, -0.4944516238475237, -0.285421138216208, -0.5790085441147271, -0.7738367031572361, -0.9956188357761572, 0.0013033016496059155, -0.7738367031572361, -0.17473790992128507, -0.7738367031572361, -0.6721732585865304, -0.41791554338109976, -0.8826395383385611, -0.9956188357761572, -0.41791554338109976, -0.7738367031572361, 2.255954936735209, 1.1245841538921515, -0.9956188357761572, 0.5688583754311723, -0.8826395383385611, -0.41791554338109976, -0.7738367031572361, -0.5790085441147271, -0.7738367031572361, -0.5790085441147271, -0.4944516238475237, 1.5212021996315783, -0.7738367031572361, -0.5790085441147271, -0.5790085441147271, -0.7738367031572361, -0.7738367031572361, -0.9956188357761572, -0.7738367031572361, -0.4944516238475237, -0.41791554338109976, -0.41791554338109976, -0.5790085441147271, -0.6721732585865304, -0.6721732585865304, 2.2173118438426984, -0.7738367031572361, -0.5790085441147271, -0.08045922216164911, -0.41791554338109976, -0.5790085441147271, 0.0733103961336213, -0.41791554338109976, -0.4944516238475237, -0.8826395383385611, -0.7738367031572361, -0.7738367031572361, -0.4944516238475237, 1.3401952518477476, -0.7738367031572361, -0.9956188357761572, -0.6721732585865304, 0.4212586153770292, -0.8826395383385611, -0.9956188357761572, -0.5790085441147271, -0.9956188357761572, -0.285421138216208, 0.6106794753869842, -0.8826395383385611, 1.7774194713684996, -0.7738367031572361, 1.6935213323442475, -0.8826395383385611, 0.22243020551694212, -0.285421138216208, -0.4944516238475237, 0.9612571356862136, -0.8826395383385611, -0.8826395383385611, -0.8826395383385611, -0.41791554338109976, -0.41791554338109976, -0.7738367031572361, -0.8826395383385611, -0.8826395383385611, -0.5790085441147271, -0.9956188357761572, 0.3825993439712988, -0.8826395383385611, 2.196129226610506, 1.1666782862433234, 0.03838735119915385, -0.7738367031572361, -0.8826395383385611, -0.2277303595998899, -0.7738367031572361, -0.5790085441147271, -0.7738367031572361, -0.285421138216208, -0.7738367031572361, 0.27286814736731474, -0.41791554338109976, -0.6721732585865304, -0.5790085441147271, -0.3485387578556441, -0.8826395383385611, -0.4944516238475237, -0.8826395383385611, -0.6721732585865304, -0.7738367031572361, -0.7738367031572361, -0.9956188357761572, -0.5790085441147271, -0.7738367031572361, -0.4944516238475237, -0.7738367031572361, -0.5790085441147271, -0.7738367031572361, -0.8826395383385611, -0.5790085441147271, -0.5790085441147271, -0.6721732585865304, -0.5790085441147271, -0.6721732585865304, -0.4944516238475237, -0.7738367031572361, -0.6721732585865304, -0.6721732585865304, 0.10629931669039376, -0.41791554338109976, -0.3485387578556441, -0.6721732585865304, -0.41791554338109976, -0.6721732585865304, 2.155712513040867, -0.8826395383385611, -0.6721732585865304, -0.4944516238475237, -0.17473790992128507, 0.5078828000097428, 0.0733103961336213, -0.6721732585865304, -0.4944516238475237, -0.8826395383385611, 1.9326927298168168, -0.5790085441147271, -0.4944516238475237, -0.5790085441147271, -0.7738367031572361, -0.7738367031572361, 2.087625849101415, -0.7738367031572361, -0.41791554338109976, -0.8826395383385611, 0.5078828000097428, -0.8826395383385611, 0.7314278405772863, -0.9956188357761572, 1.9070584207851384, -0.8826395383385611, 0.9313874686266506, -0.6721732585865304, -0.7738367031572361, -0.41791554338109976, -0.3485387578556441, -0.5790085441147271, -0.8826395383385611, -0.8826395383385611, -0.8826395383385611, -0.5790085441147271, -0.7738367031572361, 1.7616009103822554, -0.6721732585865304, -0.5790085441147271, -0.5790085441147271, -0.03820773393587685, -0.4944516238475237, -0.6721732585865304, -0.7738367031572361, -0.8826395383385611, -0.2277303595998899, 2.3073573891643577, -0.4944516238475237, 1.1245841538921515, 1.4549294513649618, -0.6721732585865304, 2.2476759155098662, 1.77044326401551, -0.7738367031572361, -0.3485387578556441, -0.4944516238475237, -0.6721732585865304, -0.6721732585865304, 2.2323072054776496, 1.954688475888882, -0.3485387578556441, -0.5790085441147271, -0.2277303595998899, -0.285421138216208, 1.2685699563503439, -0.5790085441147271, -0.7738367031572361, -0.7738367031572361, -0.41791554338109976, -0.3485387578556441, 1.2335927698666591, -0.285421138216208, -0.285421138216208, -0.5790085441147271, -0.7738367031572361, 1.2769883474116428, -0.285421138216208, -0.7738367031572361, -0.5790085441147271, -0.5790085441147271, 0.5831406056462525, -0.6721732585865304, 0.3411660483762143, -0.9956188357761572, -0.41791554338109976, -0.7738367031572361, -0.5790085441147271, -0.7738367031572361, -0.8826395383385611, 1.1190965918282303, -0.41791554338109976, -0.8826395383385611, -0.7738367031572361, -0.5790085441147271, -0.2277303595998899, -0.7738367031572361, -0.5790085441147271, -0.8826395383385611, -0.9956188357761572, -0.9956188357761572, 0.8124727905366491, 0.4022526825268673, -0.3485387578556441, 2.13019402181391, -0.41791554338109976, -0.8826395383385611, -0.6721732585865304, -0.9956188357761572, -0.7738367031572361, -0.8826395383385611, 0.10629931669039376, 1.965997740003005, -0.7738367031572361, -0.4944516238475237, -0.4944516238475237, -0.8826395383385611, -0.41791554338109976, -0.8826395383385611, -0.6721732585865304, -0.4944516238475237, -0.6721732585865304, -0.8826395383385611, -0.4944516238475237, -0.7738367031572361, -0.6721732585865304, 1.9597426028622975, -0.41791554338109976, -0.6721732585865304, -0.3485387578556441, 1.908436794481256, 1.4170220084714495, -0.5790085441147271, -0.6721732585865304, -0.2277303595998899, -0.6721732585865304, -0.7738367031572361, 0.29653820306699796, 1.1079601843735758, -0.6721732585865304, -0.41791554338109976, 0.03838735119915385, -0.6721732585865304, -0.5790085441147271, 1.400450016868155, -0.5790085441147271, -0.3485387578556441, -0.9956188357761572, -0.5790085441147271, -0.4944516238475237, -0.5790085441147271, 1.1354030894103766, -0.4944516238475237, -0.41791554338109976, -0.5790085441147271, 0.0013033016496059155, 0.623967736685072, -0.8826395383385611, -0.03820773393587685, -0.5790085441147271, -0.6721732585865304, -0.41791554338109976, -0.41791554338109976, 2.1054269279322493, -0.2277303595998899, -0.3485387578556441, -0.8826395383385611, -0.7738367031572361, -0.03820773393587685, 0.10629931669039376, -0.5790085441147271, -0.4944516238475237, 0.7092326129976951, -0.285421138216208, -0.8826395383385611, -0.285421138216208, -0.6721732585865304, -0.7738367031572361, 2.041611325361902, -0.5790085441147271, -0.285421138216208, -0.5790085441147271, 0.03838735119915385, -0.41791554338109976, -0.4944516238475237, 0.6496531313379884, -0.6721732585865304, -0.4944516238475237, -0.8826395383385611, -0.5790085441147271, -0.17473790992128507, 2.268517301830291, -0.9956188357761572, -0.3485387578556441, -0.4944516238475237, 1.6453302482574508, -0.8826395383385611, 1.433124857028217, -0.6721732585865304, 0.5688583754311723, 0.3825993439712988, -0.6721732585865304, -0.6721732585865304, 0.5237447344999567, 0.6742347640186778, 2.061939574746156, 2.388635185803501, -0.7738367031572361, -0.08045922216164911, -0.5790085441147271, -0.4944516238475237, -0.4944516238475237, -0.41791554338109976, -0.8826395383385611, -0.41791554338109976, -0.9956188357761572, -0.8826395383385611, 2.43355655406338, -0.6721732585865304, -0.41791554338109976, 0.8998653185591775, -0.5790085441147271, -0.6721732585865304, -0.7738367031572361, -0.4944516238475237, 2.009111451009878, -0.9956188357761572, -0.3485387578556441, 0.8834255279947422, -0.2277303595998899, 1.3476243409885986, -0.6721732585865304, -0.9956188357761572, -0.7738367031572361, 2.1860799773460733, -0.17473790992128507, -0.41791554338109976, -0.285421138216208, 2.1758499323971647, -0.6721732585865304, -0.7738367031572361, 1.2469624175226488, -0.08045922216164911, -0.4944516238475237, -0.7738367031572361, -0.6721732585865304, -0.8826395383385611, 2.2268284979803568, -0.8826395383385611, -0.4944516238475237, -0.41791554338109976, -0.8826395383385611, -0.8826395383385611, -0.6721732585865304, -0.3485387578556441, 0.7733872715361007, -0.3485387578556441, -0.5790085441147271, -0.6721732585865304, -0.8826395383385611, -0.4944516238475237, -0.41791554338109976, -0.41791554338109976, -0.5790085441147271, 0.4022526825268673, -0.6721732585865304, 1.6453302482574508, -0.6721732585865304, 0.5970755148302354, -0.5790085441147271, -0.3485387578556441, -0.6721732585865304, 1.0731811026448892, -0.7738367031572361, -0.17473790992128507, -0.12582230816041393, -0.03820773393587685, -0.7738367031572361, -0.08045922216164911, -0.8826395383385611, -0.6721732585865304, 1.8959094765531057, -0.4944516238475237, -0.3485387578556441, -0.6721732585865304, -0.5790085441147271, -0.2277303595998899, -0.5790085441147271, -0.3485387578556441, -0.4944516238475237, -0.6721732585865304, -0.6721732585865304, -0.8826395383385611, -0.6721732585865304, -0.03820773393587685, -0.4944516238475237, -0.3485387578556441, 2.203551306156798, -0.41791554338109976, -0.285421138216208, -0.6721732585865304, -0.7738367031572361, -0.7738367031572361, -0.5790085441147271, -0.8826395383385611, -0.285421138216208, -0.6721732585865304, -0.3485387578556441, -0.6721732585865304, -0.7738367031572361, -0.8826395383385611, 0.5970755148302354, -0.7738367031572361, -0.9956188357761572, -0.08045922216164911, -0.6721732585865304, -0.5790085441147271, -0.3485387578556441, 2.2907342294840793, -0.8826395383385611, -0.7738367031572361, -0.7738367031572361, -0.41791554338109976, -0.3485387578556441, 0.2481943227536381, 2.427510335698257, -0.7738367031572361, -0.4944516238475237, -0.9956188357761572, -0.2277303595998899, -0.5790085441147271, -0.8826395383385611, -0.5790085441147271, -0.3485387578556441, -0.41791554338109976, -0.2277303595998899, -0.3485387578556441, -0.12582230816041393, -0.4944516238475237, -0.8826395383385611, -0.5790085441147271, -0.6721732585865304, -0.4944516238475237, -0.03820773393587685, -0.41791554338109976, -0.9956188357761572, -0.4944516238475237, 0.31928133064650843, 1.660434088612157, 1.1816942142212827, -0.3485387578556441, -0.8826395383385611, -0.12582230816041393, -0.4944516238475237, -0.2277303595998899, -0.285421138216208, -0.7738367031572361, -0.17473790992128507, -0.4944516238475237, -0.5790085441147271, -0.8826395383385611, 1.1666782862433234, -0.5790085441147271, -0.8826395383385611, -0.3485387578556441, -0.6721732585865304, -0.8826395383385611, -0.6721732585865304, -0.4944516238475237, -0.3485387578556441, -0.7738367031572361, -0.8826395383385611, -0.7738367031572361, -0.41791554338109976, -0.6721732585865304, -0.41791554338109976, -0.4944516238475237, -0.2277303595998899, -0.6721732585865304, -0.9956188357761572, 0.8664976062056621, 0.13754870958207455, -0.5790085441147271, -0.12582230816041393, -0.5790085441147271, -0.4944516238475237, -0.5790085441147271, -0.285421138216208, -0.17473790992128507, -0.5790085441147271, 2.305990536653069, -0.4944516238475237, -0.7738367031572361, 1.3764069888246722, -0.4944516238475237, -0.8826395383385611, -0.9956188357761572, -0.3485387578556441, -0.6721732585865304, -0.8826395383385611, -0.7738367031572361, 2.1723986060353444, -0.5790085441147271, -0.285421138216208, -0.9956188357761572, -0.41791554338109976, -0.6721732585865304, -0.3485387578556441, -0.08045922216164911, -0.4944516238475237, -0.08045922216164911, 0.4212586153770292, -0.6721732585865304, 0.0013033016496059155, -0.4944516238475237, 0.0733103961336213, -0.3485387578556441, -0.17473790992128507, 0.4574875404622628, -0.41791554338109976, -0.8826395383385611, -0.285421138216208, -0.7738367031572361, 1.1190965918282303, -0.4944516238475237, -0.5790085441147271, -0.5790085441147271, -0.3485387578556441, -0.2277303595998899, -0.08045922216164911, -0.7738367031572361, -0.5790085441147271, 0.4022526825268673, 0.840124558700605, 0.6861403775950761, -0.6721732585865304, -0.9956188357761572, -0.6721732585865304, -0.5790085441147271, -0.6721732585865304, -0.6721732585865304, -0.5790085441147271, 0.6496531313379884, -0.2277303595998899, -0.2277303595998899, -0.5790085441147271, -0.7738367031572361, 0.1672264081058826, -0.5790085441147271, -0.41791554338109976, -0.5790085441147271, -0.285421138216208, -0.7738367031572361, -0.7738367031572361, -0.5790085441147271, -0.5790085441147271, 0.3411660483762143, -0.8826395383385611, -0.3485387578556441, -0.3485387578556441, 0.4574875404622628, -0.6721732585865304, -0.285421138216208, 0.7092326129976951, -0.5790085441147271, -0.08045922216164911, -0.9956188357761572, -0.3485387578556441, -0.41791554338109976, -0.6721732585865304, 0.5237447344999567, 2.348812988843948, -0.7738367031572361, 0.4212586153770292, -0.285421138216208, -0.4944516238475237, -0.7738367031572361, -0.41791554338109976, -0.17473790992128507, -0.7738367031572361, -0.41791554338109976, -0.6721732585865304, -0.08045922216164911, -0.3485387578556441, -0.4944516238475237, -0.2277303595998899, -0.8826395383385611, -0.41791554338109976, -0.6721732585865304, -0.285421138216208, -0.8826395383385611, -0.7738367031572361, 2.17412688767831, -0.3485387578556441, 2.111238903688682, 1.1717277403818385, 0.0733103961336213, 0.0733103961336213, -0.41791554338109976, -0.7738367031572361, -0.6721732585865304, -0.6721732585865304, 0.0013033016496059155, -0.8826395383385611, -0.8826395383385611, -0.2277303595998899, -0.3485387578556441, 2.3181755150069243, -0.6721732585865304, -0.7738367031572361, -0.7738367031572361, 2.1530325249138094, -0.12582230816041393, -0.5790085441147271, -0.8826395383385611, -0.4944516238475237, -0.7738367031572361, 1.965997740003005, -0.8826395383385611, -0.5790085441147271, -0.5790085441147271, -0.9956188357761572, -0.7738367031572361, -0.9956188357761572, -0.7738367031572361, -0.7738367031572361, -0.6721732585865304, -0.7738367031572361, 2.048109622963186, 0.1672264081058826, -0.7738367031572361, -0.5790085441147271, -0.8826395383385611, -0.41791554338109976, -0.7738367031572361, -0.8826395383385611, -0.6721732585865304, -0.7738367031572361, -0.6721732585865304, -0.7738367031572361, -0.285421138216208, -0.6721732585865304, 1.8845375732205107, -0.4944516238475237, -0.2277303595998899, -0.6721732585865304, -0.17473790992128507, -0.12582230816041393, -0.6721732585865304, -0.3485387578556441, -0.41791554338109976, -0.03820773393587685, -0.4944516238475237, -0.8826395383385611, -0.08045922216164911, -0.8826395383385611, -0.7738367031572361, -0.9956188357761572, -0.6721732585865304, -0.12582230816041393, -0.41791554338109976, -0.6721732585865304, -0.7738367031572361, -0.9956188357761572, -0.08045922216164911, -0.6721732585865304, -0.12582230816041393, 0.43965788139821815, -0.4944516238475237, -0.5790085441147271, -0.3485387578556441, -0.7738367031572361, -0.285421138216208, 0.0013033016496059155, -0.9956188357761572, -0.17473790992128507, -0.3485387578556441, -0.3485387578556441, -0.8826395383385611, -0.7738367031572361, 0.0733103961336213, -0.8826395383385611, -0.5790085441147271, -0.6721732585865304, -0.4944516238475237, 2.4140910989815008, -0.6721732585865304, -0.7738367031572361, -0.17473790992128507, -0.4944516238475237, -0.6721732585865304, -0.6721732585865304, -0.3485387578556441, -0.4944516238475237, -0.5790085441147271, -0.6721732585865304, -0.8826395383385611, -0.41791554338109976, -0.9956188357761572, -0.12582230816041393, -0.8826395383385611, -0.41791554338109976, 0.2481943227536381, -0.3485387578556441, 2.533111896423875, -0.5790085441147271, -0.9956188357761572, 0.10629931669039376, -0.8826395383385611, -0.6721732585865304, -0.5790085441147271, -0.5790085441147271, -0.6721732585865304, -0.3485387578556441, -0.5790085441147271, -0.2277303595998899, -0.41791554338109976, 0.1672264081058826, -0.8826395383385611, -0.17473790992128507, -0.5790085441147271, -0.17473790992128507, -0.08045922216164911, -0.12582230816041393, -0.4944516238475237, -0.7738367031572361, 0.0013033016496059155, -0.7738367031572361, -0.285421138216208, -0.9956188357761572, 1.6275627969392052, -0.6721732585865304, 0.0013033016496059155, -0.2277303595998899, -0.4944516238475237, -0.9956188357761572, -0.285421138216208, -0.285421138216208, -0.17473790992128507, -0.285421138216208, -0.8826395383385611, -0.41791554338109976, 2.1654324672119727, -0.4944516238475237, -0.7738367031572361, -0.7738367031572361, -0.17473790992128507, -0.5790085441147271, -0.6721732585865304, -0.7738367031572361, -0.7738367031572361, -0.4944516238475237, -0.4944516238475237, -0.4944516238475237, -0.3485387578556441, -0.3485387578556441, -0.5790085441147271, -0.41791554338109976, -0.5790085441147271, -0.41791554338109976, -0.7738367031572361, -0.285421138216208, -0.4944516238475237, -0.3485387578556441, -0.8826395383385611, -0.2277303595998899, -0.2277303595998899, -0.6721732585865304, -0.4944516238475237, -0.7738367031572361, -0.4944516238475237, -0.4944516238475237, -0.7738367031572361, -0.41791554338109976, -0.5790085441147271, -0.5790085441147271, -0.8826395383385611, -0.7738367031572361, -0.7738367031572361, -0.6721732585865304, -0.12582230816041393, -0.6721732585865304, -0.03820773393587685, -0.7738367031572361, -0.41791554338109976, -0.17473790992128507, -0.41791554338109976, -0.7738367031572361, -0.7738367031572361, -0.41791554338109976, -0.4944516238475237, -0.4944516238475237, -0.4944516238475237, -0.3485387578556441, -0.6721732585865304, -0.5790085441147271, -0.12582230816041393, -0.2277303595998899, -0.2277303595998899, -0.3485387578556441, -0.5790085441147271, -0.6721732585865304, -0.6721732585865304, -0.4944516238475237, -0.7738367031572361, -0.6721732585865304, -0.5790085441147271, -0.7738367031572361, -0.6721732585865304, -0.6721732585865304, -0.6721732585865304, -0.6721732585865304, -0.4944516238475237, -0.7738367031572361, -0.3485387578556441, -0.9956188357761572, -0.6721732585865304, -0.5790085441147271, -0.6721732585865304, -0.6721732585865304, -0.4944516238475237, -0.7738367031572361, -0.41791554338109976, -0.41791554338109976, -0.5790085441147271, -0.4944516238475237, 0.10629931669039376, -0.5790085441147271, -0.41791554338109976, 0.7834124319917646, -0.6721732585865304, -0.6721732585865304, -0.5790085441147271, -0.17473790992128507, -0.8826395383385611, -0.4944516238475237, -0.41791554338109976, 0.2481943227536381, -0.5790085441147271, 2.308039585296372, -0.41791554338109976, -0.7738367031572361, -0.41791554338109976, -0.7738367031572361, -0.5790085441147271, -0.9956188357761572, -0.7738367031572361, -0.8826395383385611, -0.5790085441147271, -0.6721732585865304, 1.969718059690457, -0.41791554338109976, -0.7738367031572361, -0.3485387578556441, -0.6721732585865304, -0.12582230816041393, 0.1672264081058826, -0.6721732585865304, -0.285421138216208, -0.08045922216164911, -0.17473790992128507, -0.12582230816041393, -0.7738367031572361, -0.6721732585865304, -0.41791554338109976, -0.2277303595998899, -0.41791554338109976, 0.3411660483762143, -0.2277303595998899, -0.8826395383385611, -0.41791554338109976, -0.7738367031572361, -0.285421138216208, -0.8826395383385611, -0.285421138216208, 0.10629931669039376, -0.285421138216208, -0.8826395383385611, 0.5542112166979656, -0.6721732585865304, -0.9956188357761572, -0.8826395383385611, -0.8826395383385611, -0.5790085441147271, -0.5790085441147271, -0.08045922216164911, -0.8826395383385611, -0.6721732585865304, -0.5790085441147271, -0.2277303595998899, -0.4944516238475237, -0.3485387578556441, -0.6721732585865304, -0.7738367031572361, -0.8826395383385611, -0.2277303595998899, -0.6721732585865304, -0.7738367031572361, -0.3485387578556441, -0.6721732585865304, -0.4944516238475237, -0.3485387578556441, -0.9956188357761572, 0.6620759932783224, -0.285421138216208, -0.285421138216208, 0.27286814736731474, -0.6721732585865304, -0.6721732585865304, -0.8826395383385611, -0.8826395383385611, -0.5790085441147271, 0.0733103961336213, -0.8826395383385611, 0.4212586153770292, -0.41791554338109976, -0.7738367031572361, -0.41791554338109976, -0.6721732585865304, 2.152136381332926, -0.17473790992128507, -0.3485387578556441, -0.08045922216164911, -0.6721732585865304, -0.6721732585865304, -0.6721732585865304, -0.4944516238475237, -0.2277303595998899, 0.1672264081058826, -0.8826395383385611, -0.5790085441147271, -0.7738367031572361, -0.41791554338109976, -0.6721732585865304, -0.3485387578556441, -0.5790085441147271, -0.17473790992128507, -0.7738367031572361, -0.17473790992128507, -0.6721732585865304, -0.41791554338109976, -0.4944516238475237, -0.8826395383385611, -0.8826395383385611, 0.10629931669039376, 2.2173118438426984, -0.4944516238475237, -0.7738367031572361, -0.3485387578556441, -0.8826395383385611, 0.4212586153770292, -0.4944516238475237, -0.41791554338109976, -0.12582230816041393, -0.6721732585865304, -0.17473790992128507, -0.17473790992128507, -0.12582230816041393, -0.4944516238475237, -0.5790085441147271, -0.6721732585865304, -0.6721732585865304, -0.7738367031572361, -0.3485387578556441, -0.4944516238475237, -0.4944516238475237, -0.8826395383385611, -0.5790085441147271, 1.1512554590787143, -0.4944516238475237, -0.12582230816041393, -0.7738367031572361, 0.1672264081058826, -0.3485387578556441, -0.4944516238475237, -0.7738367031572361, -0.6721732585865304, -0.4944516238475237, -0.3485387578556441, -0.3485387578556441, -0.8826395383385611, -0.5790085441147271, -0.17473790992128507, -0.4944516238475237, 0.0013033016496059155, 0.13754870958207455, 0.03838735119915385, -0.285421138216208, -0.3485387578556441, -0.6721732585865304, -0.7738367031572361, -0.6721732585865304, -0.6721732585865304, -0.8826395383385611, 0.10629931669039376, -0.7738367031572361, -0.6721732585865304, -0.6721732585865304, -0.2277303595998899, -0.41791554338109976, 0.03838735119915385, 0.0013033016496059155, -0.7738367031572361, -0.41791554338109976, -0.3485387578556441, -0.285421138216208, -0.17473790992128507, -0.3485387578556441, -0.7738367031572361, -0.6721732585865304, -0.5790085441147271, -0.7738367031572361, -0.4944516238475237, -0.6721732585865304, -0.4944516238475237, -0.5790085441147271, -0.41791554338109976, 0.4022526825268673, -0.3485387578556441, -0.7738367031572361, 0.6978031063514697, -0.5790085441147271, -0.2277303595998899, 0.43965788139821815, -0.5790085441147271, -0.2277303595998899, -0.285421138216208, -0.6721732585865304, -0.17473790992128507, 0.3825993439712988, -0.5790085441147271, -0.3485387578556441, -0.41791554338109976, 0.4022526825268673, 0.0013033016496059155, -0.3485387578556441, -0.6721732585865304, -0.3485387578556441, 0.5078828000097428, 0.5688583754311723, -0.4944516238475237, -0.3485387578556441, 0.31928133064650843, -0.41791554338109976, -0.6721732585865304, -0.6721732585865304, -0.5790085441147271, -0.03820773393587685, -0.4944516238475237, -0.9956188357761572, 0.03838735119915385, -0.4944516238475237, -0.7738367031572361, -0.2277303595998899, 0.1954779506079055, -0.8826395383385611, -0.5790085441147271, -0.41791554338109976, -0.03820773393587685, 0.0013033016496059155, -0.41791554338109976, -0.4944516238475237, -0.6721732585865304, -0.5790085441147271, -0.2277303595998899, 0.0013033016496059155, -0.6721732585865304, -0.7738367031572361, -0.4944516238475237, -0.7738367031572361, -0.12582230816041393, -0.41791554338109976, -0.4944516238475237, -0.3485387578556441, -0.12582230816041393, -0.7738367031572361, -0.08045922216164911, -0.03820773393587685, -0.41791554338109976, 0.0733103961336213, 1.1190965918282303, -0.7738367031572361, 0.0733103961336213, -0.5790085441147271, 0.29653820306699796, 0.5831406056462525, -0.41791554338109976, -0.4944516238475237, -0.08045922216164911, 0.8029494860726587, -0.2277303595998899, -0.3485387578556441, -0.08045922216164911, -0.2277303595998899, -0.6721732585865304, -0.17473790992128507, -0.3485387578556441, -0.7738367031572361, 0.5237447344999567, -0.4944516238475237, -0.4944516238475237, -0.41791554338109976, -0.17473790992128507, -0.03820773393587685, -0.8826395383385611, -0.4944516238475237, -0.4944516238475237, -0.5790085441147271, -0.2277303595998899, -0.6721732585865304, -0.08045922216164911, -0.6721732585865304, -0.4944516238475237, -0.7738367031572361, -0.285421138216208, -0.5790085441147271, 0.22243020551694212, -0.7738367031572361, -0.7738367031572361, -0.285421138216208, -0.4944516238475237, -0.41791554338109976, -0.6721732585865304, -0.285421138216208, -0.41791554338109976, 0.22243020551694212, -0.3485387578556441, -0.4944516238475237, -0.285421138216208, -0.2277303595998899, -0.3485387578556441, -0.12582230816041393, -0.41791554338109976, -0.41791554338109976, -0.41791554338109976, -0.7738367031572361, -0.8826395383385611, 0.3825993439712988, 0.0733103961336213, -0.17473790992128507, -0.285421138216208, -0.17473790992128507, -0.41791554338109976, 1.726687259904531, -0.7738367031572361, -0.285421138216208, 0.9158442740978284, -0.2277303595998899, -0.3485387578556441, -0.08045922216164911, -0.4944516238475237, -0.3485387578556441, -0.3485387578556441, -0.17473790992128507, -0.6721732585865304, -0.7738367031572361, -0.4944516238475237, 0.4022526825268673, -0.5790085441147271, -0.2277303595998899, 2.0033153651758977, -0.7738367031572361, -0.285421138216208, -0.12582230816041393, 0.5078828000097428, -0.285421138216208, -0.4944516238475237, -0.5790085441147271, -0.4944516238475237, -0.6721732585865304, -0.6721732585865304, 0.7733872715361007, -0.5790085441147271, -0.41791554338109976, 0.1672264081058826, -0.4944516238475237, -0.6721732585865304, -0.41791554338109976, -0.9956188357761572, -0.5790085441147271, -0.08045922216164911, 0.6742347640186778, -0.5790085441147271, -0.41791554338109976, 0.4022526825268673, -0.41791554338109976, -0.285421138216208, -0.3485387578556441, -0.285421138216208, -0.5790085441147271, -0.4944516238475237, -0.4944516238475237, -0.5790085441147271, -0.7738367031572361, -0.2277303595998899, -0.4944516238475237, -0.4944516238475237, -0.6721732585865304, -0.3485387578556441, -0.08045922216164911, 0.1954779506079055, -0.2277303595998899, -0.41791554338109976, -0.12582230816041393, -0.4944516238475237, -0.285421138216208, -0.285421138216208, 2.2408113510591168, -0.8826395383385611, -0.41791554338109976, 0.4212586153770292, 0.4212586153770292, 0.0013033016496059155, -0.5790085441147271, -0.17473790992128507, -0.5790085441147271, -0.03820773393587685, -0.8826395383385611, -0.6721732585865304, -0.5790085441147271, -0.12582230816041393, -0.03820773393587685, -0.41791554338109976, -0.5790085441147271, 0.10629931669039376, -0.41791554338109976, -0.08045922216164911, -0.7738367031572361, -0.08045922216164911, -0.3485387578556441, -0.7738367031572361, 0.8124727905366491, -0.4944516238475237, 0.1672264081058826, -0.5790085441147271, -0.3485387578556441, -0.17473790992128507, 0.1672264081058826, -0.2277303595998899, 0.10629931669039376, 0.0733103961336213, -0.3485387578556441, -0.6721732585865304, -0.41791554338109976, -0.4944516238475237, -0.17473790992128507, -0.7738367031572361, -0.17473790992128507, -0.3485387578556441, 0.3411660483762143, -0.285421138216208, -0.12582230816041393, -0.285421138216208, 0.31928133064650843, 0.1954779506079055, -0.41791554338109976, -0.7738367031572361, -0.08045922216164911, -0.41791554338109976, -0.41791554338109976, -0.7738367031572361, -0.285421138216208, -0.4944516238475237, -0.03820773393587685, 0.5970755148302354, -0.8826395383385611, -0.5790085441147271, -0.8826395383385611, -0.285421138216208, -0.2277303595998899, -0.5790085441147271, -0.17473790992128507, -0.285421138216208, -0.7738367031572361, -0.41791554338109976, -0.3485387578556441, -0.6721732585865304, -0.41791554338109976, -0.2277303595998899, -0.2277303595998899, -0.5790085441147271, -0.41791554338109976, -0.8826395383385611, 0.0013033016496059155, -0.6721732585865304, 0.0733103961336213, -0.08045922216164911, 0.8029494860726587, -0.17473790992128507, 0.29653820306699796, -0.5790085441147271, -0.4944516238475237, -0.285421138216208, -0.4944516238475237, 1.5503606960975946, 0.2481943227536381, -0.6721732585865304, -0.3485387578556441, -0.285421138216208, -0.6721732585865304, -0.7738367031572361, -0.03820773393587685, -0.17473790992128507, -0.5790085441147271, 0.3411660483762143, -0.17473790992128507, -0.03820773393587685, -0.12582230816041393, -0.7738367031572361, -0.2277303595998899, -0.3485387578556441, -0.7738367031572361, -0.5790085441147271, -0.4944516238475237, 0.1672264081058826, 0.4747813978080199, -0.4944516238475237, -0.08045922216164911, -0.2277303595998899, 0.0733103961336213, -0.8826395383385611, -0.41791554338109976, -0.8826395383385611, 0.1672264081058826, -0.5790085441147271, 2.058777771123411, 2.144915932179081, -0.41791554338109976, -0.6721732585865304, -0.285421138216208, -0.6721732585865304, 0.0013033016496059155, -0.41791554338109976, -0.7738367031572361, -0.3485387578556441, -0.4944516238475237, -0.285421138216208, -0.3485387578556441, -0.5790085441147271, -0.5790085441147271, 0.362253687373178, -0.4944516238475237, -0.285421138216208, -0.3485387578556441, -0.285421138216208, -0.285421138216208, -0.08045922216164911, -0.285421138216208, -0.5790085441147271, -0.03820773393587685, 0.0733103961336213, -0.2277303595998899, 1.2199014441303946, -0.41791554338109976, -0.41791554338109976, -0.285421138216208, 0.03838735119915385, -0.3485387578556441, -0.5790085441147271, -0.4944516238475237, -0.4944516238475237, 0.5078828000097428, 0.03838735119915385, 0.03838735119915385, -0.6721732585865304, -0.08045922216164911, -0.17473790992128507, 0.10629931669039376, -0.41791554338109976, -0.17473790992128507, 0.2481943227536381, -0.6721732585865304, -0.2277303595998899, -0.3485387578556441, -0.9956188357761572, -0.08045922216164911, -0.4944516238475237, -0.285421138216208, -0.2277303595998899, -0.5790085441147271, -0.6721732585865304, -0.03820773393587685, -0.12582230816041393, 0.22243020551694212, -0.285421138216208, -0.8826395383385611, -0.2277303595998899, 2.2743343245883048, -0.285421138216208, 0.0013033016496059155, -0.41791554338109976, 0.31928133064650843, -0.4944516238475237, -0.3485387578556441, 0.0733103961336213, -0.41791554338109976, -0.6721732585865304, -0.6721732585865304, 0.0733103961336213, 0.7733872715361007, -0.3485387578556441, -0.12582230816041393, 0.0733103961336213, -0.8826395383385611, -0.2277303595998899, 1.9927311669239864, -0.6721732585865304, -0.5790085441147271, -0.5790085441147271, 0.1954779506079055, 0.2481943227536381, -0.5790085441147271, -0.285421138216208, -0.4944516238475237, -0.8826395383385611, -0.3485387578556441, 0.9079107844030092, -0.12582230816041393, -0.08045922216164911, -0.4944516238475237, -0.08045922216164911, 1.797848863158068, -0.6721732585865304, -0.3485387578556441, 0.0013033016496059155, -0.12582230816041393, -0.8826395383385611, -0.3485387578556441, -0.285421138216208, -0.9956188357761572, -0.285421138216208, 0.1954779506079055, 0.0733103961336213, -0.03820773393587685, 0.10629931669039376, 2.2619012235338203, -0.4944516238475237, -0.2277303595998899, -0.5790085441147271, -0.2277303595998899, -0.7738367031572361, -0.5790085441147271, -0.7738367031572361, -0.6721732585865304, 0.10629931669039376, -0.08045922216164911, -0.3485387578556441, -0.03820773393587685, -0.5790085441147271, 0.22243020551694212, -0.03820773393587685, -0.17473790992128507, -0.12582230816041393, -0.2277303595998899, -0.41791554338109976, -0.2277303595998899, 0.03838735119915385, -0.4944516238475237, -0.3485387578556441, -0.5790085441147271, -0.2277303595998899, -0.12582230816041393, -0.6721732585865304, 1.5529388161830069, -0.4944516238475237, 2.415221543917511, 0.22243020551694212, -0.3485387578556441, -0.285421138216208, -0.5790085441147271, -0.2277303595998899, -0.4944516238475237, -0.4944516238475237, 0.8218397547768851, -0.2277303595998899, 0.7092326129976951, -0.7738367031572361, 1.0033162206998432, 0.4747813978080199, -0.5790085441147271, 0.7527928507744941, -0.2277303595998899, -0.2277303595998899, -0.7738367031572361, -0.285421138216208, -0.3485387578556441, 0.5237447344999567, -0.9956188357761572, 1.9340104186292804, 0.9158442740978284, -0.285421138216208, 2.353867349799788, -0.12582230816041393, -0.285421138216208, 0.29653820306699796, -0.5790085441147271, 1.6161695003275374, -0.17473790992128507, 2.197786969870578, -0.41791554338109976, -0.4944516238475237, 0.22243020551694212, -0.17473790992128507, -0.41791554338109976, -0.285421138216208, -0.17473790992128507, 0.6369545247721493, 0.1954779506079055, 0.6742347640186778, 2.331415018913681, 0.10629931669039376, 2.201088028004422, 2.196958702342504, 0.3825993439712988, 0.5391801606374749, -0.17473790992128507, -0.08045922216164911, -0.08045922216164911, -0.3485387578556441, -0.8826395383385611, 0.4212586153770292, 0.0013033016496059155, -0.285421138216208, -0.285421138216208, -0.285421138216208, -0.285421138216208, -0.2277303595998899, 2.060887592373528, -0.6721732585865304, -0.285421138216208, -0.2277303595998899, 1.9220398345223315, -0.17473790992128507, -0.8826395383385611, 1.656159480441261, 0.13754870958207455, -0.17473790992128507, 0.6978031063514697, 0.996518488239979, 0.0733103961336213, -0.6721732585865304, 0.0733103961336213, 2.1245735343915038, 1.1407364148647372, 0.5688583754311723, -0.285421138216208, 0.1954779506079055, 2.3004900318878043, -0.5790085441147271, -0.17473790992128507, -0.2277303595998899, 0.31928133064650843, -0.5790085441147271, 0.0013033016496059155, 2.3254953585636677, -0.2277303595998899, -0.12582230816041393, 0.362253687373178, 0.3825993439712988, -0.41791554338109976, 0.3825993439712988, -0.2277303595998899, 0.1672264081058826, -0.5790085441147271, 0.3411660483762143, 1.1666782862433234, 0.362253687373178, 0.13754870958207455, 0.1672264081058826, -0.3485387578556441, 0.2481943227536381, 0.4574875404622628, -0.4944516238475237, -0.2277303595998899, -0.2277303595998899, -0.5790085441147271, 1.7228842948916676, 0.362253687373178, -0.2277303595998899, 2.474679132359737, -0.4944516238475237, 2.819708236112569, -0.5790085441147271, 1.4670239417884587, -0.08045922216164911, -0.6721732585865304, 2.144915932179081, -0.3485387578556441, -0.9956188357761572, -0.285421138216208, -0.17473790992128507, -0.4944516238475237, 0.2481943227536381, 2.353238006147631, -0.5790085441147271, 0.31928133064650843, -0.12582230816041393, -0.285421138216208, -0.7738367031572361, -0.03820773393587685, 2.3945215015332724, -0.2277303595998899, -0.9956188357761572, -0.6721732585865304, -0.5790085441147271, 1.4104510302370952, -0.08045922216164911, 0.03838735119915385, 1.8816587058631056, -0.6721732585865304, -0.08045922216164911, 2.4459946408713464, 2.373647161082038, 0.5688583754311723, -0.3485387578556441, 0.9236688545422156, 2.380890732011268, 0.29653820306699796, -0.6721732585865304, -0.41791554338109976, -0.4944516238475237, -0.03820773393587685, 2.4066879141661577, 0.0733103961336213, -0.285421138216208, -0.6721732585865304, 0.8998653185591775, -0.41791554338109976, 2.021658624857291, 0.1954779506079055, 0.9313874686266506, 0.4022526825268673, -0.5790085441147271, -0.285421138216208, -0.6721732585865304, -0.5790085441147271, -0.03820773393587685, 0.8664976062056621, 2.2514540562316467, -0.03820773393587685, -0.3485387578556441, 0.03838735119915385, 2.6611870666072046, -0.41791554338109976, 0.0013033016496059155, -0.17473790992128507, 0.8490517650247251, 0.0733103961336213, -0.2277303595998899, -0.41791554338109976, -0.7738367031572361, 0.31928133064650843, -0.17473790992128507, -0.17473790992128507, -0.3485387578556441, 0.7204379976731408, 0.3825993439712988, -0.17473790992128507, 1.7508053431056103, 2.0965960424887515, 0.9079107844030092, 0.9236688545422156, 0.10629931669039376, -0.2277303595998899, 0.0013033016496059155, 2.403238277466921, 0.1954779506079055, 2.215710134222399, 0.7631829097424392, 0.29653820306699796, 1.090836159786691, 0.03838735119915385, 2.4389978791247633, -0.17473790992128507, 1.1460202348761277, 0.2481943227536381, 0.03838735119915385, 1.0232358199611689, -0.08045922216164911, -0.08045922216164911, 2.5507343078460614, 0.8917046786115929, 0.13754870958207455, 0.0733103961336213, -0.285421138216208, 0.4022526825268673, 2.211686009861377, 0.03838735119915385, 1.090836159786691, 1.2600251455791531, 0.13754870958207455, -0.2277303595998899, 0.1672264081058826, 1.3833807363155344, 0.4022526825268673, 2.6217471173722195, 2.218111009959688, -0.3485387578556441, 0.6106794753869842, 0.0733103961336213, 0.03838735119915385, -0.3485387578556441, 0.8578413928489541, -0.17473790992128507, 1.814330043519576], [-1.3416503074209007, -1.104106021041293, -0.5777415501226998, -1.104106021041293, 0.57789074145469, -0.9177285451358392, -0.4728221319795472, -1.1577514894057586, -0.9606600495596463, -1.1577514894057586, -0.7306672104110463, -1.2760284558588202, -0.8006010534909611, -0.2382238759153913, -0.3160706302775078, -0.7649081101953575, -0.6356037538246095, -0.9606600495596463, -0.9606600495596463, -0.9177285451358392, -1.3416503074209007, -0.8768601057946966, -0.3160706302775078, -0.4485353490168558, -0.9177285451358392, -0.13366701272365702, -0.6061719012991597, -1.104106021041293, -0.6061719012991597, -0.4728221319795472, -0.5236315099007288, -0.37966343340046027, -0.4978392778525146, -1.05358664343881, -0.550247730493097, -0.35791963648043384, -0.4485353490168558, -0.550247730493097, 0.15373912787577498, -0.8378712047540505, -0.550247730493097, -0.6061719012991597, -0.6661089517313651, -0.550247730493097, -0.35791963648043384, -0.6061719012991597, -0.5777415501226998, -0.8768601057946966, -0.6356037538246095, -0.6977671969040126, -0.550247730493097, -0.5236315099007288, -1.05358664343881, -0.4978392778525146, -1.0058651535906826, -1.05358664343881, -0.5236315099007288, -0.13366701272365702, -0.550247730493097, -0.4249379271475096, -0.3367311821450543, -0.9606600495596463, -0.9177285451358392, -0.5777415501226998, -0.5236315099007288, -0.6661089517313651, -0.37966343340046027, -0.9606600495596463, -1.1577514894057586, -0.5236315099007288, -0.8006010534909611, 0.17653461713345034, 0.30146938868255824, -0.21985418045129865, -0.35791963648043384, -0.37966343340046027, -0.4728221319795472, -1.1577514894057586, -0.5777415501226998, 0.001903012956585773, 0.19871677640920102, -0.8378712047540505, -0.8768601057946966, -0.07065314595374916, -0.2959125100379082, -0.35791963648043384, -0.6661089517313651, -0.20188337480004687, -0.1842946012161093, -0.550247730493097, -0.5236315099007288, -0.6356037538246095, -0.3160706302775078, -0.5236315099007288, -0.4728221319795472, -0.4019921886095141, -0.550247730493097, -0.7649081101953575, -0.0408614333206631, -0.3367311821450543, -0.8768601057946966, -0.9606600495596463, -0.37966343340046027, -0.9177285451358392, -0.6356037538246095, -0.37966343340046027, -1.214907814976846, -0.4485353490168558, -1.104106021041293, -0.6661089517313651, 0.57789074145469, -0.3367311821450543, -0.6977671969040126, -0.16707204261665307, -0.6977671969040126, -0.2382238759153913, -0.8006010534909611, -0.3367311821450543, -1.0058651535906826, 0.001903012956585773, 0.4905426901912519, -0.8768601057946966, -0.6356037538246095, -1.104106021041293, -0.6356037538246095, -0.8378712047540505, -0.5777415501226998, -1.0058651535906826, -0.1842946012161093, -0.8006010534909611, -1.0058651535906826, -0.4019921886095141, 0.001903012956585773, -0.4978392778525146, -0.8006010534909611, -0.7649081101953575, -0.8006010534909611, 0.3110736939662447, -0.4019921886095141, 0.029229513823619126, -0.4249379271475096, -0.8768601057946966, -0.8768601057946966, -0.6356037538246095, -0.6661089517313651, 0.8902150628533474, -0.05562297566651777, -0.3367311821450543, -0.4485353490168558, 0.4905426901912519, -0.5777415501226998, -0.27623313724709586, -1.0058651535906826, -0.4485353490168558, -0.9177285451358392, -0.6977671969040126, -1.4890696215461403, -0.6356037538246095, -0.4978392778525146, -0.8768601057946966, -0.550247730493097, -0.13366701272365702, -1.0058651535906826, -0.8006010534909611, -0.6977671969040126, -0.8006010534909611, 0.5207001008154912, -0.8006010534909611, -0.13366701272365702, -0.6061719012991597, -0.5236315099007288, -0.5777415501226998, 0.0938311790987824, -0.16707204261665307, -0.11745739925317733, -1.214907814976846, -0.4249379271475096, -0.1842946012161093, -0.4978392778525146, -0.7649081101953575, -0.5236315099007288, -0.4485353490168558, -0.0408614333206631, -1.0058651535906826, 0.241366945197596, 0.3299528326476714, -0.4485353490168558, -0.8378712047540505, -0.37966343340046027, -0.4249379271475096, -0.4019921886095141, -0.35791963648043384, -0.550247730493097, -0.2570104522991406, -0.2959125100379082, -0.11745739925317733, 0.6183187819791686, -0.550247730493097, -0.21985418045129865, 0.0938311790987824, -0.3160706302775078, -0.20188337480004687, -0.3367311821450543, -0.0408614333206631, -0.4249379271475096, 0.0938311790987824, -0.10155958666242773, -0.3160706302775078, -1.05358664343881, -0.20188337480004687, -0.4249379271475096, -0.550247730493097, -0.4249379271475096, -0.37966343340046027, -0.6356037538246095, -0.13366701272365702, 1.7003995104362208, -0.6661089517313651, -0.3160706302775078, 0.4431288759698371, -0.6061719012991597, -0.550247730493097, -0.6356037538246095, -0.4978392778525146, -0.5777415501226998, -0.4978392778525146, -0.3160706302775078, -0.15020083911692406, -0.4728221319795472, -0.8768601057946966, 0.9271757636960218, -0.4249379271475096, -0.2570104522991406, -0.6356037538246095, 0.001903012956585773, -0.3160706302775078, -0.5777415501226998, -0.4978392778525146, -0.3367311821450543, -0.5777415501226998, -0.9606600495596463, 0.14210062591481726, -0.4485353490168558, 0.08130917501821666, -0.550247730493097, -0.5777415501226998, -0.2570104522991406, -0.2959125100379082, -0.27623313724709586, -0.7306672104110463, -0.5777415501226998, 0.19871677640920102, -0.2382238759153913, -0.13366701272365702, 0.5057594494303251, -0.8006010534909611, -0.8768601057946966, -0.5777415501226998, -0.7306672104110463, 0.001903012956585773, -0.6977671969040126, -0.6356037538246095, -0.6977671969040126, -0.2570104522991406, -0.8006010534909611, -0.2382238759153913, -0.8378712047540505, -0.2382238759153913, 0.48282754728171007, -0.15020083911692406, -0.08596185908505755, -0.550247730493097, -0.550247730493097, -0.5777415501226998, -0.3160706302775078, -0.3160706302775078, 0.0938311790987824, 0.3574843671244545, -0.4249379271475096, -0.4485353490168558, -0.026359122095065773, 0.2309095026024935, -0.21985418045129865, 0.11831896573057747, -0.11745739925317733, -0.6977671969040126, 0.22031767738661634, -0.4978392778525146, -0.6661089517313651, 0.16521564609891565, -0.4019921886095141, -0.6356037538246095, -0.550247730493097, -0.6061719012991597, -0.8378712047540505, -0.8768601057946966, -0.2382238759153913, -1.0058651535906826, -0.8006010534909611, -0.37966343340046027, -0.7306672104110463, -0.37966343340046027, -0.4249379271475096, -1.0058651535906826, 0.14210062591481726, 0.11831896573057747, -1.05358664343881, -0.35791963648043384, -0.11745739925317733, -0.7306672104110463, -0.08596185908505755, -0.6356037538246095, -0.550247730493097, -0.16707204261665307, -0.4249379271475096, -0.16707204261665307, 0.953846037419126, -0.6661089517313651, -0.5777415501226998, -0.27623313724709586, -0.4485353490168558, -0.3367311821450543, -0.3367311821450543, -0.8768601057946966, -0.4485353490168558, 0.029229513823619126, -0.5777415501226998, -0.11745739925317733, -0.6661089517313651, -0.9177285451358392, 0.0938311790987824, -0.35791963648043384, -0.4728221319795472, -0.4728221319795472, -0.05562297566651777, -0.7649081101953575, 0.1877002981395348, 0.30146938868255824, 0.029229513823619126, -0.4978392778525146, -0.27623313724709586, 1.1124746738621962, 0.6693083731818361, -0.3160706302775078, -0.16707204261665307, -0.5777415501226998, -0.35791963648043384, -0.37966343340046027, -0.6977671969040126, -0.4249379271475096, -0.27623313724709586, -0.4728221319795472, 0.7898249916302769, -0.4019921886095141, -1.0058651535906826, -0.026359122095065773, -0.4978392778525146, -1.05358664343881, -0.11745739925317733, -0.35791963648043384, -0.15020083911692406, -0.1842946012161093, -0.2959125100379082, 0.06859417471195027, -0.1842946012161093, -0.4249379271475096, -0.6356037538246095, -0.4485353490168558, -0.4249379271475096, 0.3205673362784238, 0.04256080524776212, -0.2959125100379082, -0.35791963648043384, -0.5236315099007288, -0.4728221319795472, -0.2382238759153913, -0.27623313724709586, -0.11745739925317733, 0.2618920006244101, -0.4978392778525146, -0.2382238759153913, -0.2382238759153913, -0.012107127910862743, -0.7306672104110463, 0.0938311790987824, -0.6356037538246095, -0.2570104522991406, -0.5777415501226998, 0.5353744761691884, -0.6356037538246095, 0.04256080524776212, -0.11745739925317733, 0.029229513823619126, -0.3367311821450543, -0.4249379271475096, -0.4019921886095141, -0.026359122095065773, -0.27623313724709586, 0.08130917501821666, 0.3841254749649927, -0.3160706302775078, -0.9177285451358392, 0.029229513823619126, 0.467176967851201, -0.2382238759153913, -0.8768601057946966, -0.16707204261665307, -0.3160706302775078, -0.7649081101953575, 0.15373912787577498, 0.001903012956585773, -0.4485353490168558, -0.10155958666242773, 0.17653461713345034, -0.3367311821450543, -0.07065314595374916, -0.8768601057946966, -0.2382238759153913, -0.8768601057946966, 0.5353744761691884, 0.001903012956585773, -0.6977671969040126, -0.6661089517313651, -0.2382238759153913, -0.8006010534909611, 0.34840903556180003, -0.4978392778525146, -0.6061719012991597, 0.029229513823619126, -0.16707204261665307, -0.4485353490168558, -0.21985418045129865, -0.4978392778525146, -0.026359122095065773, -0.8378712047540505, -0.6661089517313651, 0.19871677640920102, -0.8378712047540505, -0.4249379271475096, -0.550247730493097, -0.3367311821450543, 0.029229513823619126, 1.1716139686700582, 0.015679343604229422, -0.550247730493097, -0.16707204261665307, -0.6061719012991597, -0.1842946012161093, -0.9177285451358392, -0.37966343340046027, 1.375686645075871, -0.550247730493097, -0.6661089517313651, -0.4978392778525146, -0.35791963648043384, -0.3367311821450543, -1.104106021041293, -0.11745739925317733, 0.6631047460483771, 0.7173228195798521, 0.7844691048925209, -0.2959125100379082, -0.2570104522991406, -1.0058651535906826, 0.4512231826292499, -0.3160706302775078, -0.37966343340046027, 1.1816229267218583, -0.4019921886095141, -0.13366701272365702, 0.04256080524776212, -0.10155958666242773, 0.16521564609891565, -1.1577514894057586, -0.6061719012991597, -0.2382238759153913, -0.0408614333206631, -0.6977671969040126, -0.3160706302775078, -0.05562297566651777, -0.6977671969040126, -0.1842946012161093, -0.5777415501226998, -0.37966343340046027, 0.3664608096933912, -0.3160706302775078, -0.13366701272365702, -0.5777415501226998, 0.7231323750966397, -0.4485353490168558, -1.1577514894057586, -0.11745739925317733, -0.4249379271475096, -0.3160706302775078, 0.4592387075836755, -0.4019921886095141, -0.21985418045129865, -0.6356037538246095, 1.2843637369880705, -0.026359122095065773, -0.4019921886095141, -0.21985418045129865, -0.21985418045129865, -0.3367311821450543, -0.6061719012991597, -0.6061719012991597, -0.9177285451358392, -0.6977671969040126, -0.13366701272365702, -0.4728221319795472, 0.8807095420357335, -0.20188337480004687, -0.2382238759153913, -0.27623313724709586, -0.026359122095065773, -0.35791963648043384, 1.1196569530502078, -0.13366701272365702, -0.21985418045129865, 0.3299528326476714, 0.2917518146461776, 0.1061659419748228, 1.1716139686700582, -0.012107127910862743, -0.16707204261665307, -0.5777415501226998, -0.21985418045129865, -0.07065314595374916, -0.3367311821450543, -0.7306672104110463, 0.015679343604229422, -0.11745739925317733, -0.13366701272365702, -0.026359122095065773, -0.08596185908505755, -0.2570104522991406, 0.06859417471195027, 0.001903012956585773, -0.4978392778525146, 0.14210062591481726, -0.4728221319795472, -0.27623313724709586, 0.6754655961031641, -0.2959125100379082, -0.16707204261665307, 0.2309095026024935, 1.1546569365067594, -0.6356037538246095, -0.05562297566651777, -0.4249379271475096, -0.4978392778525146, -0.2959125100379082, -0.16707204261665307, -0.4019921886095141, 0.0938311790987824, -0.2959125100379082, 0.16521564609891565, -0.1842946012161093, 0.43495422552227614, 0.6505554459591575, -0.4728221319795472, 0.4431288759698371, 0.20958797826532002, -0.27623313724709586, -0.2570104522991406, -0.27623313724709586, -0.3160706302775078, 0.3110736939662447, -0.5236315099007288, 0.4750394370998236, -0.6977671969040126, -0.1842946012161093, -0.4978392778525146, -0.35791963648043384, -0.11745739925317733, -0.4485353490168558, 0.2309095026024935, -0.6356037538246095, -1.104106021041293, -0.07065314595374916, -0.37966343340046027, 0.6248678977994362, -0.2382238759153913, 0.04256080524776212, -0.21985418045129865, 0.17653461713345034, -0.4728221319795472, -0.550247730493097, -0.08596185908505755, 0.1061659419748228, -0.16707204261665307, -0.4728221319795472, 0.7346298960973291, -0.10155958666242773, 0.029229513823619126, -0.2570104522991406, 0.4266976223378073, 0.11831896573057747, 0.2719659678868005, -0.4728221319795472, 0.08130917501821666, -0.20188337480004687, -0.11745739925317733, 0.22031767738661634, -0.21985418045129865, 0.6568540104421265, -0.20188337480004687, -0.08596185908505755, -0.026359122095065773, -0.37966343340046027, -0.21985418045129865, -0.08596185908505755, 0.1877002981395348, -0.2570104522991406, 0.6183187819791686, -0.15020083911692406, -0.16707204261665307, -0.13366701272365702, 0.15373912787577498, 2.2828021292303013, -0.07065314595374916, 1.1015823108824985, -0.16707204261665307, -0.5777415501226998, -0.0408614333206631, -0.35791963648043384, 0.1061659419748228, -0.0408614333206631, 0.14210062591481726, -0.8768601057946966, -0.05562297566651777, 0.0938311790987824, -0.20188337480004687, 0.4512231826292499, 0.06859417471195027, 0.8004333204496463, -0.2382238759153913, -0.37966343340046027, 1.1015823108824985, 0.3110736939662447, -0.15020083911692406, -0.21985418045129865, -0.6977671969040126, 0.11831896573057747, 0.05568015452643134, -0.5236315099007288, -0.5777415501226998, -0.5236315099007288, -0.4249379271475096, 0.4981862189511263, -0.550247730493097, -0.3367311821450543, 0.029229513823619126, 0.2917518146461776, -0.2382238759153913, 0.2719659678868005, 0.37534049202449854, -0.6356037538246095, -0.5777415501226998, -0.15020083911692406, -0.026359122095065773, 0.11831896573057747, -0.2959125100379082, -0.1842946012161093, -0.16707204261665307, -0.2959125100379082, 0.467176967851201, 0.8212483580457802, -0.3160706302775078, 0.7231323750966397, 0.06859417471195027, -0.35791963648043384, -0.07065314595374916, -0.2959125100379082, 0.241366945197596, 0.2618920006244101, -0.21985418045129865, 0.001903012956585773, 0.4981862189511263, 1.5497328820552392, 0.4981862189511263, -0.026359122095065773, 0.17653461713345034, -0.2382238759153913, 0.2917518146461776, -0.10155958666242773, -0.5777415501226998, 0.11831896573057747, 0.11831896573057747, -0.15020083911692406, -0.4978392778525146, -0.026359122095065773, 0.05568015452643134, 0.20958797826532002, 0.04256080524776212, 0.241366945197596, -0.012107127910862743, -0.2570104522991406, -0.2959125100379082, 0.241366945197596, -0.2959125100379082, -0.1842946012161093, -0.012107127910862743, -0.20188337480004687, -0.11745739925317733, -0.026359122095065773, 0.6117171466292759, -0.20188337480004687, -0.15020083911692406, 0.4905426901912519, -0.35791963648043384, 0.001903012956585773, 0.8109066454682694, -0.012107127910862743, 0.7231323750966397, -0.27623313724709586, 0.20958797826532002, 0.9180900573462892, 0.5057594494303251, -0.5236315099007288, 0.001903012956585773, -0.2382238759153913, -0.27623313724709586, 0.0938311790987824, -0.20188337480004687, 0.4981862189511263, 1.1947815636635142, 0.015679343604229422, 0.2309095026024935, -0.7306672104110463, -0.5777415501226998, -0.026359122095065773, 0.3928177543074461, 0.4512231826292499, 0.9180900573462892, -0.026359122095065773, -0.6977671969040126, 0.4014192634956473, 0.1877002981395348, -0.1842946012161093, 0.1877002981395348, 0.5207001008154912, 0.28191827310863576, 0.4014192634956473, 0.2917518146461776, 0.16521564609891565, 1.0409212348321517, 0.05568015452643134, -0.20188337480004687, 0.7736516193350764, -0.07065314595374916, -0.07065314595374916, -0.4019921886095141, 0.467176967851201, 0.04256080524776212, 0.5847681259430588, 0.467176967851201, 0.8160937463539734, -0.2570104522991406, 0.05568015452643134, -0.21985418045129865, 0.6568540104421265, -0.4978392778525146, -0.16707204261665307, 0.06859417471195027, 0.04256080524776212, 0.8160937463539734, 0.6183187819791686, 0.1302955140821134, 0.41835740871082827, -0.15020083911692406, 0.467176967851201, 0.08130917501821666, 0.241366945197596, 0.6996439921717205, 0.6693083731818361, -0.2570104522991406, 0.41835740871082827, -0.012107127910862743, 0.4512231826292499, 0.1061659419748228, -0.07065314595374916, -0.5236315099007288, 0.5132636615978421, -0.07065314595374916, -0.4485353490168558, -0.10155958666242773, 1.0603626114768028, 0.14210062591481726, 0.11831896573057747, -0.2959125100379082, 0.16521564609891565, -0.550247730493097, -0.07065314595374916, -0.012107127910862743, 0.3299528326476714, 0.9668638640016772, -0.21985418045129865, -0.20188337480004687, -0.1842946012161093, 0.1061659419748228, 0.6313653224929349, -0.4019921886095141, -0.026359122095065773, 0.1877002981395348, 0.14210062591481726, 0.1061659419748228, 0.05568015452643134, -0.5236315099007288, 0.06859417471195027, 0.3574843671244545, 0.43495422552227614, 0.4266976223378073, -0.1842946012161093, -0.11745739925317733, -0.15020083911692406, 0.3392326153288402, 0.3110736939662447, -1.0058651535906826, 0.7403189828033044, 1.2454073563045909, -0.026359122095065773, -0.11745739925317733, 0.2917518146461776, 0.05568015452643134, -0.3160706302775078, -0.4485353490168558, 0.5639611840788392, 0.2719659678868005, -0.3160706302775078, -0.08596185908505755, -0.13366701272365702, -0.16707204261665307, 2.2775684942989605, 0.16521564609891565, 0.4512231826292499, 0.3928177543074461, -0.05562297566651777, 0.3574843671244545, 1.3187563516982606, 0.2618920006244101, 0.6996439921717205, -0.2570104522991406, 0.4905426901912519, 1.0210093499069717, -0.11745739925317733, 0.3110736939662447, 0.3392326153288402, 0.6050621432884289, 0.28191827310863576, 0.14210062591481726, -0.35791963648043384, 1.764877211952964, -0.4019921886095141, -0.2570104522991406, -0.2959125100379082, -0.05562297566651777, -0.4485353490168558, 0.14210062591481726, -0.4728221319795472, 0.029229513823619126, 0.2917518146461776, 0.30146938868255824, -0.20188337480004687, 0.30146938868255824, 0.0938311790987824, 0.14210062591481726, -0.08596185908505755, 1.580931159910352, 0.04256080524776212, 0.8160937463539734, 0.11831896573057747, 0.5497918918385539, -0.026359122095065773, 0.6183187819791686, -0.012107127910862743, 0.4512231826292499, 0.3664608096933912, 0.41835740871082827, -0.2570104522991406, 0.06859417471195027, -0.13366701272365702, 1.1512231839269895, 0.16521564609891565, 0.04256080524776212, 0.3299528326476714, -0.15020083911692406, 0.1877002981395348, 0.4431288759698371, 0.8056866434425077, 0.06859417471195027, 0.001903012956585773, 0.34840903556180003, 0.2618920006244101, -0.20188337480004687, 1.3989288301246154, 0.15373912787577498, 0.996461041316265, 0.241366945197596, -0.6061719012991597, 0.4905426901912519, 0.3110736939662447, 1.1196569530502078, 0.05568015452643134, 0.05568015452643134, 0.17653461713345034, 0.6050621432884289, 0.6996439921717205, 0.7114719666835191, 0.5057594494303251, 0.826370884804898, -0.05562297566651777, -0.1842946012161093, 0.1302955140821134, 1.8718493049450944, -0.026359122095065773, 0.029229513823619126, 0.16521564609891565, 0.6693083731818361, -0.3160706302775078, 0.20958797826532002, -0.10155958666242773, 0.06859417471195027, 0.001903012956585773, 0.001903012956585773, 1.0047254547576037, -0.3367311821450543, -0.026359122095065773, 1.340911096531988, 1.0942397898281386, 0.3205673362784238, -0.6356037538246095, -0.21985418045129865, -0.11745739925317733, -0.35791963648043384, 0.4014192634956473, -0.4485353490168558, -0.10155958666242773, 0.7289012117766983, -0.026359122095065773, 0.7114719666835191, -0.16707204261665307, 0.015679343604229422, 0.3664608096933912, 0.37534049202449854, 1.5433486876149358, -0.2570104522991406, -0.15020083911692406, 0.7898249916302769, 0.4512231826292499, 0.3299528326476714, -0.08596185908505755, 0.1877002981395348, -0.0408614333206631, -0.37966343340046027, 0.17653461713345034, 0.6693083731818361, 0.5847681259430588, 1.92323089992425, 0.8109066454682694, 0.7736516193350764, 0.7736516193350764, 0.757154035370283, 0.05568015452643134, 0.22031767738661634, -0.012107127910862743, 0.5497918918385539, 0.1061659419748228, 0.4981862189511263, 0.25169336576257595, 0.6568540104421265, 0.029229513823619126, 0.4750394370998236, 0.11831896573057747, 1.721312050048546, -0.4019921886095141, 0.16521564609891565, 0.6936656499766088, 0.3664608096933912, 0.48282754728171007, 0.9135093056160114, 1.9652195020910577, 1.0210093499069717, 0.5639611840788392, -0.012107127910862743, 0.5847681259430588, 0.04256080524776212, 1.1816229267218583, -0.15020083911692406, 0.0938311790987824, -0.20188337480004687, 0.41835740871082827, 0.4905426901912519, 0.22031767738661634, 1.1232247169376477, 0.8314617233974649, 0.6378118650308897, 1.93658402834123, 1.04875299576388, 2.0729730288572874, 0.001903012956585773, 0.5426147408398074, 2.258984006434785, 0.11831896573057747, 0.11831896573057747, 0.11831896573057747, 0.25169336576257595, 0.16521564609891565, 1.0641963636924494, 0.4981862189511263, -0.16707204261665307, -0.4728221319795472, 1.295988430607478, 0.5353744761691884, 0.05568015452643134, 0.19871677640920102, 0.41835740871082827, 1.1267770764715646, 0.5497918918385539, 0.04256080524776212, 0.2309095026024935, 0.08130917501821666, 0.4592387075836755, 0.1061659419748228, 0.17653461713345034, 1.1088598849554865, 0.37534049202449854, 0.4750394370998236, 0.20958797826532002, 0.20958797826532002, 0.8759152871750495, 1.4626041630497144, 0.757154035370283, 0.48282754728171007, -0.15020083911692406, 0.4592387075836755, 0.6313653224929349, 0.22031767738661634, -0.6061719012991597, 0.16521564609891565, 0.5426147408398074, 0.3664608096933912, 0.6815771034081813, 0.5847681259430588, -0.2382238759153913, 0.2309095026024935, 0.3110736939662447, 0.6378118650308897, 1.6531783747291515, 0.6248678977994362, 0.015679343604229422, 0.37534049202449854, 0.241366945197596, 0.4592387075836755, -0.08596185908505755, 1.0680123354047777, 0.17653461713345034, 1.6285108023402477, -0.3160706302775078, 0.11831896573057747, 1.4766240268784534, 0.41835740871082827, 0.30146938868255824, 0.953846037419126, 0.001903012956585773, 0.241366945197596, 0.3574843671244545, 1.3835072282300105, -0.4978392778525146, 0.8160937463539734, 0.5983529027845192, 0.5569070189699611, 0.467176967851201, 0.11831896573057747, 0.7173228195798521, 0.6754655961031641, 0.5207001008154912, 0.4905426901912519, 0.5132636615978421, 0.20958797826532002, -0.026359122095065773, -0.10155958666242773, 0.6876435684887099, 0.2618920006244101, 1.3102920496009318, 0.5280699790731092, 0.9839066667928488, 0.06859417471195027, 0.5569070189699611, 0.3928177543074461, 0.8854760273578834, 1.3243512223386995, 0.14210062591481726, 0.4512231826292499, 0.8564539787486042, 0.4431288759698371, -0.08596185908505755, 0.996461041316265, 0.3928177543074461, 0.3928177543074461, 0.4014192634956473, 1.2077330502686034, 0.5132636615978421, 0.6936656499766088, 0.5057594494303251, 0.866242161778913, 0.5639611840788392, 0.3664608096933912, 1.5195067186819633, 0.1061659419748228, 0.1877002981395348, -0.16707204261665307, 0.9271757636960218, 0.05568015452643134, 0.2719659678868005, 0.5497918918385539, 0.6568540104421265, 0.7173228195798521, 1.54548226226127, 1.09791924107943, 0.17653461713345034, 0.9582082360950304, 0.5497918918385539, 1.0603626114768028, 0.001903012956585773, 0.971157771974538, 0.5132636615978421, 0.3299528326476714, -0.012107127910862743, 1.2545624067630696, 0.8613626232073365, 0.3392326153288402, 2.003949022414029, 2.055966036922105, 0.4981862189511263, -0.16707204261665307, 0.5497918918385539, 0.1302955140821134, 2.141827355944798, 0.8854760273578834, 0.5057594494303251, 0.6693083731818361, 0.5207001008154912, -0.08596185908505755, 0.0938311790987824, 0.4266976223378073, 0.8564539787486042, 0.2917518146461776, 0.6505554459591575, 0.37534049202449854, 0.5353744761691884, 0.48282754728171007, 0.5569070189699611, 1.0565109123311571, 0.9089029113414112, 1.09791924107943, -0.13366701272365702, 2.289728909965046, 2.8291357949629927, 0.015679343604229422, 0.6693083731818361, 0.3574843671244545, 0.8854760273578834, 0.7289012117766983, 0.22031767738661634, 0.3664608096933912, 0.15373912787577498, 1.6550455917856255, 0.7055792254544337, 0.5207001008154912, 0.6505554459591575, 0.6117171466292759, 0.9582082360950304, 0.3664608096933912, 0.757154035370283, 0.8056866434425077, 0.6378118650308897, 0.08130917501821666, 0.029229513823619126, 0.001903012956585773, 0.8004333204496463, 1.7074295942765707, 1.1749638356134111, 0.25169336576257595, 0.6693083731818361, 1.3963785555168422, 1.4531230625526876, 0.4266976223378073, 0.3392326153288402, 0.7898249916302769, 0.5569070189699611, 1.327134453483023, 0.6378118650308897, 0.8465479692372391, 2.8735621571192778, 1.717863338255229, -0.21985418045129865, 0.14210062591481726, 0.7114719666835191, 0.9494605900624696, 0.9450516449748512, 0.001903012956585773, 0.992297496883287, 1.3598188453212314, 0.8902150628533474, 1.2361492810183428, 1.7247463637403615, 0.6631047460483771, 1.1915115822757643, 0.25169336576257595, 0.4266976223378073, 1.2012827924056997, 2.2167456532500878, 0.7844691048925209, 0.6117171466292759, 0.6378118650308897, 1.5195067186819633, 0.6313653224929349, 0.241366945197596, 0.08130917501821666, 0.22031767738661634, -0.20188337480004687, 0.7459690152284554, 0.17653461713345034, 0.5280699790731092, 0.7844691048925209, -0.012107127910862743, 0.9625474312031366, 0.7898249916302769, 0.4431288759698371, 1.5602643232561015, 0.2309095026024935, 1.2843637369880705, 1.233039958549934, 0.8996120358992191, 0.4099318761914119, 0.3299528326476714, 0.2309095026024935, 0.34840903556180003, 0.5426147408398074, 0.3205673362784238, 0.8710929374480781, 0.3110736939662447, 0.8564539787486042, 1.3215585431950652, 0.6568540104421265, 0.11831896573057747, 0.7114719666835191, 2.383347821995472, 0.19871677640920102, 1.2814317157236792, 0.6505554459591575, 0.6815771034081813, 0.6117171466292759, 1.0448464335755907, 1.4555036014705118, 0.3664608096933912, 2.05939568143127, 0.4750394370998236, 0.5639611840788392, 1.036977220918014, 0.7231323750966397, 1.4386933268328292, 0.8854760273578834, 0.1302955140821134, 1.1546569365067594, 1.3159445828347671, 1.4386933268328292, 0.0938311790987824, 0.9316812719694996, 0.8365212632786021, 1.3299083003311265, 1.1052291444204951, 0.5497918918385539, 0.7346298960973291, 0.1302955140821134, 1.0088267405199538, 0.4099318761914119, 0.57789074145469, 0.5207001008154912, 1.0831016660073691, 0.5132636615978421, 2.322686050296483, 1.3886799502120095, 1.984187385822395, 0.5132636615978421, 0.28191827310863576, 2.2335329405076263, 0.14210062591481726, 1.2666127880135385, 0.7055792254544337, 2.6249684909125217, 0.9754293889095556, 1.2109393136187854, 0.9668638640016772, 1.6361799103938806, 1.4215323681362566, 0.6815771034081813, 1.8411924889435745, 1.609019274100394, 1.1783001183960118, 0.9494605900624696, 0.6876435684887099, 1.2361492810183428, 1.4555036014705118, 0.8564539787486042, 0.7459690152284554, 1.721312050048546, 1.2575915898940424, 0.9226454503337328, 0.8807095420357335, 1.0755915915500922, 1.54548226226127, 0.6117171466292759, 0.41835740871082827, 0.6996439921717205, 0.57789074145469, 2.3646703298955667, 1.0526410974818436, 1.4065325586740172, 1.3571441989783717, 0.9450516449748512, 0.6693083731818361, 1.3886799502120095, 0.9494605900624696, 0.7626900554436896, 1.5706626414530251, 1.1783001183960118, 0.7459690152284554, 0.1061659419748228, 0.5207001008154912, 1.4507356149509072, 0.8365212632786021, 2.5574541245951083, 1.04875299576388, 1.723030999139767, 1.1052291444204951, 2.101643658831015, 1.1338361104546788, 2.1612062717717593, 1.795314826814946, 1.1915115822757643, 1.0088267405199538, 2.105967158877659, 1.8031409991966527, 1.0603626114768028, 0.90427058593185, 1.8874629616251133, 1.8818194987029888, 2.0327288637480354, 1.3299083003311265, 1.0448464335755907, 0.34840903556180003, 0.5847681259430588, 1.0169684888538892, 1.660621946955544, 0.7173228195798521, 0.5983529027845192, 0.6754655961031641, 0.7231323750966397, 1.0565109123311571, 2.293170548852705, 1.8632061759387288, 1.0565109123311571, 1.3835072282300105, 0.9881127775133064, 0.7346298960973291, 1.6531783747291515, 1.4386933268328292, 1.8972468057658312, 0.7459690152284554, 2.22331481369245, 2.344752841097553, 1.033014210638194, 1.3809086190552142, 2.039769199059132, 1.1614817455283637, 2.1240926569504035, 0.57789074145469, 0.4266976223378073, 0.5983529027845192, 0.6996439921717205, 0.5639611840788392, 1.5260779027429878, 0.8996120358992191, 0.9754293889095556, 0.9316812719694996, 2.280189474142647, 1.9990529426242312, 0.7844691048925209, 1.9690482304558028, 3.1671182070893593, 2.688952896377288, 1.813974038995372, 1.2423328925760801, 1.9904140482309012, 0.3928177543074461, 1.693308828684238, 1.855933541533056, 2.466697139582425, 0.241366945197596, 2.633527952080677, 1.1980385996822682, 0.8564539787486042, 1.4362635701949642, 1.3354280927495363, 1.9405480611288923, 2.4120796180059934, 1.1196569530502078, 2.1240926569504035, 2.2091732349507143, 2.398594837070463, 2.652050999918444, 1.0290320201683774, 2.1672322797889105, 1.5217029508063125, 2.0244382493020168, 3.2403207780059136, 2.7150680293901543, 1.92323089992425, 1.0905438099898992, 1.92323089992425, 2.6340954283712357, 2.6825599307943566, 1.3860976548279311, 1.1160736506609994, 2.0907344318416063, 1.54548226226127, 1.3598188453212314, 2.1469714981563306, 2.0650801691685348, 2.4001041092190483, 0.7055792254544337, 2.5493192349243765, 1.3074511518230736, 1.0868311524351386, 2.7021140976714637, 2.1407946558247684, 2.5423724661745872, 2.0315495938533665, 1.3963785555168422, 0.8109066454682694, 2.397082790581523, 2.5073924003994583, 1.8108934148366735, 1.59709875014858, 2.859881027326879, 1.9285981906330143, 1.1408350941268544, 1.9652195020910577, 2.5555839703099457, 2.23813591203355, 0.9881127775133064, 1.7074295942765707, 2.134571079649036, 1.5990975385680504, 1.8261824464449463, 1.2109393136187854, 2.5034122875183518, 1.5870313033919452, 2.066212367921426, 1.7517166013506906, 2.02918597004475, 1.6550455917856255, 2.3917686319025084, 2.5898111514383158, 2.0315495938533665, 2.05939568143127, 0.5207001008154912, 1.8108934148366735, 2.242713269467043, 1.8352212984458849, 2.096207130262072, 1.220483806519614, 2.0196629668870862, 1.3938203503865674, 1.6807511369197516, 2.0112389310822283, 2.299158983369749, 0.9180900573462892, 3.103919929245294, 1.8916702948620665, 2.3463641087645954, 2.05252203307792, 2.771681562800996, 2.5283004110147416, 2.0796785776505198, 1.6129547021957809, 2.0124476595019307, 1.4926841527351953, 0.8710929374480781, 2.514639629199888, 2.3495772063606712, 2.058254054685449, 2.4673921581312293, 1.1232247169376477, 1.8530063882947143, 2.615739146538713, 2.3399000140238253, 2.2242489971912005, 2.5555839703099457, 1.0448464335755907, 2.548690129172964, 2.330107617129197, 2.6586845608735343, 1.861756783810563, 2.5722642343301496, 2.4282663455061697, 2.880318326802923, 2.454791079923708, 1.975390106867548, 2.22611418739469, 2.3034099011509386, 1.1160736506609994, 2.1722204492260517, 2.615158859652496, 2.4369630301735308, 2.5624205148527825, 2.421682955524997, 3.170375876343096, 2.192846591124542, 2.9149054889690444, 2.0455904628835007, 2.2983061572781893, 2.5825956994700108, 2.786896947998392, 2.1811236291748406, 2.510694512887769, 2.3358340062646006, 2.0172648896896166, 1.7247463637403615, 1.9299345590907104, 2.8250981385486447, 2.1622136770682543, 1.8718493049450944, 2.690013576691999, 1.6698326834306123, 2.022054073288785, 2.880318326802923, 1.6207695233285004, 2.1469714981563306, 2.2148590739312906, 2.6696229826828755, 1.3677910023007909, 2.199608617394837, 2.058254054685449, 2.6728763446418218, 1.9259189228831697, 2.744358021554396, 2.1531023032664307, 2.939923704610936, 2.097297314229578, 1.847120646965556, 2.8375952015400405, 2.422417050669589, 2.3160324145653237, 2.5067303841994137, 1.8958562181854897, 2.608163297320063, 2.2854065122759804, 2.115612739894198, 3.913550852616432, 1.3215585431950652, 2.872713720726903, 3.3413565569953887, 1.8276958359029531, 3.21018495817276, 2.8277921104349137, 2.899849569538919, 1.966497725992553, 2.6110853485425363, 2.6005170253638217, 2.3685966016636892, 3.074562962821427, 3.1521458173513834, 2.55869853612002, 1.832219369903973, 1.5665190734261842, 2.7683153449431135, 2.7663855887329465, 2.461815497043183, 3.0874131515288847, 2.3787180572622355, 2.7929986930411794, 2.941877064410166, 2.8874364696497237, 2.7939334186246274, 2.163219850110511, 2.2279751578423865, 1.1546569365067594, 2.5404676665169044, 3.2166364465276924, 3.900028327242668, 2.4832176187733324, 3.2008391880419085, 1.2515220289656024, 2.746834861773308, 2.292311488169469, 2.3841169223369456, 2.330107617129197, 2.3399000140238253, 2.7517662797130686, 2.0763326360574696, 2.732364254521866, 2.88826986293844, 2.8411311931235432, 2.204404827841578, 3.4724652665950066, 2.7755118759416626, 2.259878568331932, 2.315196913085545, 3.5151483163039527, 2.6868274237386034, 2.398594837070463, 3.753434921155024, 1.8426785384618167, 2.839806976926533, 2.513983422383649, 2.13976065757825, 2.086329905556102, 3.0709019571135987, 2.1209229236275533, 2.2053607231944885, 1.861756783810563, 2.8358214892491116, 3.4515243321998144, 2.533445418930609, 2.9473219222294325, 4.1117931796245895, 2.8384806254854262, 2.1428587611936383, 2.8911801079873887, 2.526362705985706, 2.4347974637825804, 2.51987052280389, 2.5152953129420266, 2.9426571113463784, 2.0874332501137234, 2.792062904069531, 2.767351032744205, 3.437119083222256, 2.4953938166228427, 3.197986044330857, -1.4890696215461403, 0.5569070189699611, -0.8768601057946966, -2.4364556286401764, -2.131996911499832, -1.4890696215461403, -2.279062379424353, -2.131996911499832, -1.104106021041293, -0.9177285451358392, -1.3416503074209007, -0.8768601057946966, -1.4890696215461403, -1.997225633724356, -1.6638300154489645, -1.8749063172988336, -1.997225633724356, -2.131996911499832, -0.8006010534909611, -2.131996911499832, -1.214907814976846, -1.2760284558588202, -0.9606600495596463, -0.9177285451358392, 0.22031767738661634, -1.8749063172988336, -1.1577514894057586, -1.6638300154489645, -1.6638300154489645, -0.7649081101953575, -0.8768601057946966, -1.1577514894057586, -1.104106021041293, -1.3416503074209007, -1.0058651535906826, -1.5725246076324917, -1.4124111978486185, -0.8006010534909611, -1.5725246076324917, -1.6638300154489645, -1.4124111978486185, -1.6638300154489645, -1.1577514894057586, -0.8378712047540505, -1.997225633724356, -1.4890696215461403, -2.131996911499832, -1.5725246076324917, -1.4890696215461403, -1.2760284558588202, -1.1577514894057586, -1.5725246076324917, -1.6638300154489645, -1.4124111978486185, -1.997225633724356, -0.6977671969040126, -1.1577514894057586, -0.9606600495596463, -0.6661089517313651, -1.214907814976846, -0.7306672104110463, -1.4890696215461403, -0.9177285451358392, -1.214907814976846, -1.5725246076324917, -1.2760284558588202, -1.214907814976846, -1.2760284558588202, -1.0058651535906826, -1.214907814976846, 0.3664608096933912, -0.8006010534909611, -0.6356037538246095, -1.7641898790113708, -1.6638300154489645, -2.279062379424353, -1.1577514894057586, -0.9606600495596463, -1.214907814976846, 0.4512231826292499, -1.6638300154489645, -1.2760284558588202, -0.8006010534909611, -0.8768601057946966, -0.8768601057946966, -1.5725246076324917, -0.9177285451358392, -1.5725246076324917, -1.5725246076324917, -0.7649081101953575, -0.9606600495596463, -1.997225633724356, -0.6356037538246095, -0.8378712047540505, -1.214907814976846, -1.3416503074209007, -1.4890696215461403, -1.8749063172988336, -1.4890696215461403, -1.104106021041293, -2.131996911499832, -1.2760284558588202, -1.0058651535906826, -1.4124111978486185, -1.2760284558588202, -1.2760284558588202, -1.3416503074209007, -1.05358664343881, -0.6977671969040126, -0.8378712047540505, -0.4485353490168558, -0.6661089517313651, -0.8768601057946966, -0.9606600495596463, -0.0408614333206631, -0.550247730493097, -1.4890696215461403, -1.6638300154489645, -1.2760284558588202, -1.4890696215461403, -0.6661089517313651, -1.5725246076324917, -1.05358664343881, -1.4124111978486185, -0.7649081101953575, -1.214907814976846, -1.2760284558588202, -1.6638300154489645, 0.48282754728171007, -0.8006010534909611, -0.9606600495596463, -0.7649081101953575, -1.104106021041293, -1.6638300154489645, -1.104106021041293, -1.104106021041293, 0.5915885345556448, -1.4890696215461403, -1.3416503074209007, -0.8768601057946966, -1.214907814976846, -1.104106021041293, -0.7306672104110463, -1.4124111978486185, -1.3416503074209007, -0.9177285451358392, -0.7649081101953575, -1.05358664343881, -2.279062379424353, -0.9177285451358392, -2.279062379424353, -1.214907814976846, -0.20188337480004687, 0.22031767738661634, -0.9606600495596463, -0.5777415501226998, -1.4124111978486185, -1.1577514894057586, -1.2760284558588202, -0.026359122095065773, -1.4890696215461403, -0.9177285451358392, -0.9606600495596463, -0.37966343340046027, -1.214907814976846, -1.5725246076324917, -0.8768601057946966, 0.08130917501821666, -1.4890696215461403, -0.4485353490168558, -1.05358664343881, -0.8768601057946966, -1.2760284558588202, -1.0058651535906826, -0.11745739925317733, -0.6356037538246095, -1.6638300154489645, -1.05358664343881, -1.05358664343881, -0.8006010534909611, -0.9606600495596463, -1.0058651535906826, -1.0058651535906826, -1.214907814976846, -1.997225633724356, -0.6977671969040126, -1.1577514894057586, -0.6061719012991597, -0.6661089517313651, -1.4890696215461403, -0.8768601057946966, -1.214907814976846, -1.2760284558588202, -0.35791963648043384, -0.012107127910862743, -2.131996911499832, -1.1577514894057586, -1.104106021041293, -1.104106021041293, 0.5983529027845192, -1.4124111978486185, -1.0058651535906826, -0.7649081101953575, -1.4890696215461403, 0.6183187819791686, -1.3416503074209007, -1.4124111978486185, -1.4124111978486185, -1.1577514894057586, -1.104106021041293, -1.05358664343881, -1.6638300154489645, -1.05358664343881, -1.05358664343881, -1.0058651535906826, -1.8749063172988336, -1.104106021041293, -0.8378712047540505, -1.3416503074209007, -1.3416503074209007, -1.1577514894057586, -1.05358664343881, -1.3416503074209007, -0.7649081101953575, -1.4124111978486185, 0.06859417471195027, -0.7306672104110463, -0.6061719012991597, -1.0058651535906826, -1.104106021041293, -1.104106021041293, -1.214907814976846, -0.8768601057946966, -0.8768601057946966, -0.550247730493097, -1.05358664343881, 0.37534049202449854, -0.9606600495596463, -1.2760284558588202, -1.2760284558588202, -1.0058651535906826, -1.05358664343881, -0.0408614333206631, -1.2760284558588202, -0.8768601057946966, -0.8768601057946966, -0.8378712047540505, -0.8006010534909611, -0.8768601057946966, -1.4890696215461403, -1.05358664343881, 0.34840903556180003, -1.4124111978486185, -1.05358664343881, -1.5725246076324917, -0.8768601057946966, -1.2760284558588202, -1.7641898790113708, -1.1577514894057586, -0.8378712047540505, -1.4124111978486185, -0.4728221319795472, -1.104106021041293, -1.2760284558588202, -0.8378712047540505, -0.8768601057946966, 0.029229513823619126, -1.4890696215461403, -1.4124111978486185, -1.8749063172988336, -0.026359122095065773, -1.4124111978486185, -0.550247730493097, -0.5777415501226998, -1.1577514894057586, -1.1577514894057586, -0.9177285451358392, -1.1577514894057586, -1.2760284558588202, -1.1577514894057586, 0.25169336576257595, -0.8378712047540505, -0.9606600495596463, -2.131996911499832, -1.4890696215461403, -1.05358664343881, -0.4249379271475096, -0.6356037538246095, -1.2760284558588202, -1.104106021041293, 0.30146938868255824, -0.8768601057946966, -1.05358664343881, -1.3416503074209007, -1.7641898790113708, -1.4890696215461403, -0.9606600495596463, -0.8768601057946966, -1.5725246076324917, -0.550247730493097, -0.9606600495596463, -0.35791963648043384, -1.4890696215461403, -0.37966343340046027, -1.0058651535906826, -0.8768601057946966, -0.4978392778525146, 0.2309095026024935, -1.2760284558588202, -1.3416503074209007, -0.6061719012991597, -1.0058651535906826, -1.3416503074209007, -0.9177285451358392, -1.05358664343881, -0.6977671969040126, -1.2760284558588202, -0.37966343340046027, -0.8768601057946966, -1.0058651535906826, -1.3416503074209007, -1.3416503074209007, -0.8768601057946966, -1.6638300154489645, -0.8378712047540505, -0.5236315099007288, -1.104106021041293, -1.0058651535906826, -1.0058651535906826, -1.05358664343881, 0.3392326153288402, -0.4019921886095141, -1.05358664343881, -1.214907814976846, -1.0058651535906826, -1.0058651535906826, -0.9606600495596463, 0.2309095026024935, -0.9177285451358392, -1.8749063172988336, -0.37966343340046027, -0.5777415501226998, -0.6061719012991597, 0.1061659419748228, -1.3416503074209007, -0.6977671969040126, -1.0058651535906826, -1.4124111978486185, -0.9606600495596463, -0.9177285451358392, -0.7649081101953575, -1.4124111978486185, -0.6356037538246095, -1.4124111978486185, -0.9177285451358392, -0.8006010534909611, -0.7649081101953575, -1.0058651535906826, -0.5236315099007288, -0.8378712047540505, -0.9606600495596463, -1.05358664343881, -0.8768601057946966, -0.8378712047540505, -0.6356037538246095, -1.997225633724356, -0.37966343340046027, -0.8378712047540505, -1.5725246076324917, -0.9606600495596463, -0.7306672104110463, -1.4124111978486185, -0.8378712047540505, -1.05358664343881, -0.9606600495596463, -0.37966343340046027, -1.0058651535906826, -1.0058651535906826, -1.2760284558588202, -1.1577514894057586, -0.8378712047540505, -1.4890696215461403, -0.6977671969040126, -0.5777415501226998, -0.8378712047540505, -1.104106021041293, -1.214907814976846, -1.104106021041293, -0.6061719012991597, -0.8378712047540505, -0.6661089517313651, -1.1577514894057586, -1.4890696215461403, -0.4249379271475096, -0.8006010534909611, -0.7649081101953575, -1.05358664343881, -1.2760284558588202, -0.8006010534909611, -1.0058651535906826, -1.0058651535906826, -1.104106021041293, -0.10155958666242773, -0.37966343340046027, -1.104106021041293, -1.214907814976846, -0.6661089517313651, -1.0058651535906826, -0.8006010534909611, -1.214907814976846, -1.0058651535906826, -1.104106021041293, -1.0058651535906826, -1.4890696215461403, 0.8365212632786021, 0.5426147408398074, 0.7626900554436896, -0.6977671969040126, -1.0058651535906826, -0.37966343340046027, -0.2570104522991406, -1.5725246076324917, -0.6977671969040126, -1.214907814976846, -0.9177285451358392, -1.104106021041293, -1.4124111978486185, -0.8006010534909611, -0.7649081101953575, -1.1577514894057586, -0.8006010534909611, -1.4890696215461403, -1.3416503074209007, -0.5236315099007288, -1.997225633724356, -0.550247730493097, -0.8378712047540505, -0.8006010534909611, -0.9606600495596463, -0.9177285451358392, -1.104106021041293, -0.6661089517313651, -1.104106021041293, -0.6061719012991597, 0.30146938868255824, -1.2760284558588202, -0.4249379271475096, -0.6356037538246095, -0.6356037538246095, -0.10155958666242773, -0.8378712047540505, -1.1577514894057586, -0.7306672104110463, -0.27623313724709586, -0.10155958666242773, -1.0058651535906826, -1.0058651535906826, -0.9177285451358392, -0.6977671969040126, -1.104106021041293, -1.4124111978486185, -1.05358664343881, -0.7306672104110463, -0.13366701272365702, -0.7306672104110463, -1.214907814976846, -0.8768601057946966, -1.05358664343881, -1.7641898790113708, -1.214907814976846, -0.8768601057946966, -1.4124111978486185, -1.2760284558588202, -0.7306672104110463, -0.6977671969040126, -1.1577514894057586, -1.05358664343881, -1.3416503074209007, -0.8006010534909611, -1.4890696215461403, -0.9177285451358392, -0.5236315099007288, -0.8006010534909611, -0.4019921886095141, -1.0058651535906826, -1.0058651535906826, -1.104106021041293, -0.8378712047540505, -1.4124111978486185, -0.6977671969040126, -1.214907814976846, 0.2618920006244101, -0.8378712047540505, -1.05358664343881, -1.214907814976846, -0.6061719012991597, -1.2760284558588202, -1.4890696215461403, -1.05358664343881, -0.8006010534909611, -1.4124111978486185, -0.7306672104110463, -1.05358664343881, -0.6356037538246095, -1.05358664343881, -1.4124111978486185, 0.57789074145469, -0.6661089517313651, -1.104106021041293, -1.0058651535906826, 0.8613626232073365, -0.8006010534909611, -0.8378712047540505, -0.9606600495596463, -1.214907814976846, -1.05358664343881, -0.27623313724709586, -1.2760284558588202, -1.1577514894057586, -0.7306672104110463, -0.9606600495596463, 1.3046004098446156, -0.6977671969040126, -1.0058651535906826, -0.7306672104110463, -1.2760284558588202, -1.2760284558588202, -0.9177285451358392, -1.0058651535906826, -1.0058651535906826, -1.214907814976846, -1.05358664343881, -1.0058651535906826, -0.8378712047540505, -1.3416503074209007, -0.8006010534909611, -1.1577514894057586, -1.0058651535906826, -1.0058651535906826, -1.2760284558588202, -0.6661089517313651, -0.2959125100379082, -1.4124111978486185, -1.4124111978486185, -1.104106021041293, -1.0058651535906826, -1.7641898790113708, -0.7306672104110463, -1.0058651535906826, -1.1577514894057586, -1.2760284558588202, -1.1577514894057586, -0.5236315099007288, -0.4485353490168558, -0.550247730493097, -1.3416503074209007, -1.1577514894057586, -1.1577514894057586, -0.4249379271475096, -0.5777415501226998, -1.05358664343881, -0.8006010534909611, -1.214907814976846, -1.0058651535906826, -0.9606600495596463, -0.7649081101953575, -1.214907814976846, -1.4124111978486185, -1.05358664343881, -1.2760284558588202, -0.37966343340046027, -1.4890696215461403, -1.4890696215461403, -1.05358664343881, 0.3841254749649927, -0.550247730493097, -1.4890696215461403, -1.0058651535906826, -0.4249379271475096, -1.05358664343881, -0.8006010534909611, -1.2760284558588202, -0.9177285451358392, 0.30146938868255824, -0.9606600495596463, -0.4978392778525146, -1.214907814976846, -0.8768601057946966, -1.2760284558588202, 0.7231323750966397, -1.104106021041293, -0.9177285451358392, -0.5236315099007288, -1.4124111978486185, -1.1577514894057586, 0.015679343604229422, -1.104106021041293, -1.2760284558588202, -0.08596185908505755, -0.9177285451358392, -0.8768601057946966, -1.4890696215461403, -0.9606600495596463, -1.5725246076324917, -0.8378712047540505, -0.13366701272365702, -0.9177285451358392, -0.5777415501226998, -0.2959125100379082, -0.07065314595374916, -1.5725246076324917, 0.4431288759698371, -0.13366701272365702, 0.3574843671244545, -1.1577514894057586, -1.214907814976846, -0.7649081101953575, -0.7649081101953575, 0.9089029113414112, 0.06859417471195027, -0.8768601057946966, -0.550247730493097, -0.4728221319795472, -1.0058651535906826, -1.0058651535906826, -0.7306672104110463, -1.4124111978486185, -0.0408614333206631, -1.2760284558588202, -0.7649081101953575, -0.4249379271475096, -1.4890696215461403, -0.8006010534909611, -1.1577514894057586, -0.6061719012991597, -0.550247730493097, -1.214907814976846, -1.3416503074209007, -1.214907814976846, -0.8378712047540505, -0.9177285451358392, -0.8768601057946966, -1.2760284558588202, -0.8768601057946966, -0.5236315099007288, -0.8006010534909611, -1.5725246076324917, -0.8378712047540505, -0.9177285451358392, -1.214907814976846, -0.8378712047540505, -1.4890696215461403, -0.2959125100379082, -0.9606600495596463, -1.104106021041293, -1.2760284558588202, -1.4890696215461403, -1.1577514894057586, -0.9606600495596463, -1.104106021041293, -1.05358664343881, -0.8006010534909611, -1.214907814976846, -0.550247730493097, -0.8378712047540505, -1.0058651535906826, -1.214907814976846, -0.7306672104110463, -0.20188337480004687, -0.3160706302775078, -1.05358664343881, -0.6661089517313651, -1.2760284558588202, -0.9606600495596463, -0.7649081101953575, -0.6977671969040126, -0.6977671969040126, -0.7649081101953575, -1.0058651535906826, -0.6061719012991597, -1.104106021041293, 0.3299528326476714, -0.8378712047540505, -0.8378712047540505, -1.104106021041293, -0.5777415501226998, -0.7649081101953575, -1.4124111978486185, -0.0408614333206631, 0.19871677640920102, -0.37966343340046027, -1.1577514894057586, -1.3416503074209007, -1.2760284558588202, -0.7649081101953575, -0.9606600495596463, -0.6356037538246095, -0.8378712047540505, -1.4890696215461403, -1.214907814976846, -0.16707204261665307, -0.5236315099007288, -0.6977671969040126, -1.2760284558588202, -1.1577514894057586, -1.4124111978486185, 0.2917518146461776, -0.9606600495596463, -1.05358664343881, -0.9606600495596463, -0.6977671969040126, -1.05358664343881, -1.104106021041293, -1.0058651535906826, -0.8768601057946966, -0.9606600495596463, -0.7306672104110463, -0.5777415501226998, -0.9606600495596463, -0.8006010534909611, -1.104106021041293, -1.3416503074209007, -0.8006010534909611, -1.3416503074209007, -1.2760284558588202, -0.7649081101953575, -0.5777415501226998, -1.05358664343881, -0.8768601057946966, -0.6061719012991597, -1.104106021041293, -0.5777415501226998, -0.7649081101953575, -0.2382238759153913, -0.8378712047540505, -0.7306672104110463, -1.4124111978486185, -0.6661089517313651, -0.9606600495596463, -1.0058651535906826, -0.8768601057946966, -1.1577514894057586, -1.4890696215461403, -0.9177285451358392, -0.6977671969040126, -1.104106021041293, -1.104106021041293, -0.8006010534909611, -0.9606600495596463, -1.104106021041293, -1.1577514894057586, 0.7055792254544337, -0.8768601057946966, -0.9177285451358392, -0.7649081101953575, -0.6977671969040126, -0.6661089517313651, -0.8378712047540505, -0.6661089517313651, -1.214907814976846, -1.104106021041293, -1.05358664343881, 0.4431288759698371, -0.7649081101953575, -1.3416503074209007, -0.9606600495596463, -0.8006010534909611, -1.3416503074209007, -1.1577514894057586, -0.6061719012991597, -1.0058651535906826, -0.08596185908505755, -0.0408614333206631, -0.9177285451358392, -0.5777415501226998, 0.4014192634956473, -1.05358664343881, -0.6977671969040126, -0.4978392778525146, -1.05358664343881, -0.4249379271475096, -0.9606600495596463, -1.05358664343881, -0.7306672104110463, -0.8768601057946966, -0.8378712047540505, -0.8378712047540505, -1.3416503074209007, -0.8768601057946966, -1.2760284558588202, -1.05358664343881, -0.9606600495596463, -0.13366701272365702, -0.8378712047540505, -1.05358664343881, -0.6661089517313651, -0.6356037538246095, -0.7649081101953575, -0.7649081101953575, 0.5426147408398074, -0.026359122095065773, -0.7306672104110463, -1.2760284558588202, -0.4978392778525146, -0.8768601057946966, -0.8006010534909611, -0.20188337480004687, -0.37966343340046027, -1.4124111978486185, -1.05358664343881, -0.6356037538246095, -0.8768601057946966, -0.10155958666242773, 0.06859417471195027, -0.10155958666242773, -0.6661089517313651, -0.4978392778525146, -0.8378712047540505, -0.9177285451358392, -1.05358664343881, -1.104106021041293, -0.8378712047540505, -0.9177285451358392, -1.05358664343881, -0.8768601057946966, 0.5280699790731092, 0.2309095026024935, -1.05358664343881, -0.8006010534909611, -1.4124111978486185, -0.7649081101953575, -0.8378712047540505, 0.5057594494303251, -1.1577514894057586, -0.9177285451358392, -0.6356037538246095, -1.4124111978486185, -1.0058651535906826, -0.8006010534909611, -0.8378712047540505, -0.7306672104110463, -1.4890696215461403, -0.9606600495596463, -0.8006010534909611, -0.8006010534909611, -0.9606600495596463, -1.0058651535906826, -0.9177285451358392, -0.5777415501226998, -1.214907814976846, -0.8768601057946966, -1.1577514894057586, -0.27623313724709586, 0.757154035370283, -0.9177285451358392, -0.3160706302775078, -0.7306672104110463, -0.6661089517313651, 1.2755361371929004, -0.9177285451358392, -0.8768601057946966, -1.1577514894057586, -0.550247730493097, -0.4978392778525146, -0.9606600495596463, -1.1577514894057586, -0.6661089517313651, -0.9177285451358392, -0.8006010534909611, -0.6661089517313651, -1.214907814976846, -0.3367311821450543, 0.6505554459591575, -1.05358664343881, -0.8006010534909611, -0.9606600495596463, -1.3416503074209007, -0.8006010534909611, -1.1577514894057586, -0.11745739925317733, -0.7649081101953575, -0.6661089517313651, -0.6661089517313651, -1.104106021041293, 0.19871677640920102, -0.7649081101953575, -1.5725246076324917, -0.7306672104110463, -0.8006010534909611, -0.6977671969040126, -1.214907814976846, -0.1842946012161093, -0.6661089517313651, -1.1577514894057586, -0.20188337480004687, -0.08596185908505755, -1.0058651535906826, -0.8378712047540505, -0.6061719012991597, -1.0058651535906826, -1.214907814976846, -1.05358664343881, -1.2760284558588202, -1.1577514894057586, -0.6977671969040126, -1.2760284558588202, -1.0058651535906826, -0.6977671969040126, -0.9177285451358392, -0.7649081101953575, -0.16707204261665307, -1.3416503074209007, -1.5725246076324917, -0.6061719012991597, -1.05358664343881, -0.9606600495596463, -1.6638300154489645, -0.9606600495596463, -0.9606600495596463, -1.0058651535906826, -1.05358664343881, -0.8768601057946966, -1.1577514894057586, -0.8006010534909611, -1.0058651535906826, -1.104106021041293, -0.7649081101953575, -1.214907814976846, -1.05358664343881, -0.7306672104110463, -0.4249379271475096, -0.5236315099007288, -0.6061719012991597, -0.5236315099007288, -0.9177285451358392, -0.6356037538246095, -0.6356037538246095, -0.6977671969040126, -0.8768601057946966, -1.1577514894057586, -1.1577514894057586, 1.57272662498128, -0.8768601057946966, -1.3416503074209007, -0.8006010534909611, -1.1577514894057586, 0.8613626232073365, -1.104106021041293, -1.05358664343881, -0.6661089517313651, -0.6661089517313651, -1.214907814976846, -1.3416503074209007, -0.7649081101953575, -0.6356037538246095, -0.9606600495596463, -0.6977671969040126, 0.4750394370998236, -0.8378712047540505, -1.2760284558588202, -0.3367311821450543, -0.6661089517313651, -1.05358664343881, -0.7649081101953575, -0.6977671969040126, -0.9606600495596463, -1.0058651535906826, 0.7626900554436896, -1.2760284558588202, -0.8768601057946966, -0.8768601057946966, -1.1577514894057586, -0.35791963648043384, -1.214907814976846, -1.05358664343881, -0.7649081101953575, 1.0250304630038147, -0.6661089517313651, -0.7306672104110463, -1.1577514894057586, -0.35791963648043384, -1.1577514894057586, -0.7649081101953575, 0.1877002981395348, -1.104106021041293, -0.8006010534909611, -0.7306672104110463, 0.2618920006244101, -0.9606600495596463, -1.4890696215461403, -0.9606600495596463, -0.4978392778525146, -0.8378712047540505, -1.1577514894057586, -0.5777415501226998, -1.214907814976846, -1.05358664343881, -0.8768601057946966, -0.9606600495596463, -0.6661089517313651, -0.9177285451358392, -0.8006010534909611, -1.05358664343881, -0.7306672104110463, -0.4728221319795472, -0.6977671969040126, -0.9177285451358392, -1.4890696215461403, -0.9606600495596463, 0.5983529027845192, -0.550247730493097, -1.2760284558588202, -0.7306672104110463, -0.7649081101953575, -0.9177285451358392, -0.6977671969040126, -0.7649081101953575, -0.8378712047540505, -0.6356037538246095, -0.7649081101953575, -0.07065314595374916, -1.214907814976846, -1.214907814976846, 0.14210062591481726, -0.9177285451358392, -0.8006010534909611, -0.550247730493097, -1.1577514894057586, 0.2618920006244101, -0.35791963648043384, -0.9606600495596463, -0.9606600495596463, -0.9177285451358392, -1.3416503074209007, -0.4728221319795472, -0.8768601057946966, -1.1577514894057586, -1.2760284558588202, -0.6661089517313651, -0.8378712047540505, -1.1577514894057586, -0.6661089517313651, -0.6977671969040126, -0.7649081101953575, -1.0058651535906826, -0.6977671969040126, -1.214907814976846, -1.4890696215461403, -0.9606600495596463, -1.4124111978486185, -0.8378712047540505, 0.6378118650308897, 0.8004333204496463, -0.6356037538246095, -1.4124111978486185, -0.9606600495596463, -0.6977671969040126, -1.4124111978486185, -1.104106021041293, -0.6661089517313651, -1.3416503074209007, -1.05358664343881, -1.05358664343881, -0.5777415501226998, -0.7649081101953575, -0.8006010534909611, -0.550247730493097, -1.2760284558588202, -0.6977671969040126, -0.8378712047540505, -0.8768601057946966, -1.104106021041293, -1.5725246076324917, -0.9177285451358392, -1.0058651535906826, -0.8768601057946966, 0.43495422552227614, -0.35791963648043384, -0.012107127910862743, -0.7649081101953575, -0.8006010534909611, -0.9606600495596463, -0.15020083911692406, -0.7649081101953575, -0.8006010534909611, -0.8006010534909611, 1.2299188402072567, -0.9606600495596463, -0.4978392778525146, -1.05358664343881, -1.0058651535906826, -0.7649081101953575, -1.214907814976846, 0.6996439921717205, -1.0058651535906826, -0.6661089517313651, -1.104106021041293, -0.550247730493097, -1.104106021041293, 0.6996439921717205, -0.9177285451358392, -1.05358664343881, -1.2760284558588202, -1.4124111978486185, -0.8768601057946966, -0.8006010534909611, -1.5725246076324917, -0.3367311821450543, -0.5777415501226998, -0.5777415501226998, -0.5777415501226998, -1.214907814976846, -0.9177285451358392, -1.214907814976846, -1.4124111978486185, -0.7649081101953575, -1.05358664343881, -0.9177285451358392, -0.8768601057946966, -0.9177285451358392, -0.8006010534909611, -1.0058651535906826, -1.214907814976846, -0.8768601057946966, -1.05358664343881, -0.7306672104110463, -1.4124111978486185, -0.6661089517313651, -0.8378712047540505, -1.104106021041293, -0.8378712047540505, -1.1577514894057586, 0.5915885345556448, -1.0058651535906826, -1.5725246076324917, -1.1577514894057586, -1.3416503074209007, -1.05358664343881, -0.9606600495596463, -1.0058651535906826, -1.05358664343881, -1.2760284558588202, -0.8768601057946966, -0.9606600495596463, -1.0058651535906826, -1.214907814976846, -1.4124111978486185, -0.4728221319795472, -0.5777415501226998, -1.0058651535906826, -0.37966343340046027, -0.6977671969040126, -0.8378712047540505, -0.8768601057946966, -0.8378712047540505, -1.214907814976846, 1.1160736506609994, -0.7649081101953575, -1.2760284558588202, -1.0058651535906826, -1.3416503074209007, -0.6356037538246095, -0.7306672104110463, -1.2760284558588202, -1.2760284558588202, -1.3416503074209007, -1.214907814976846, -0.9177285451358392, -0.8768601057946966, -1.05358664343881, -0.7649081101953575, -0.6977671969040126, -0.5236315099007288, -0.8006010534909611, -0.4728221319795472, -0.9606600495596463, -1.0058651535906826, -1.05358664343881, -1.05358664343881, -1.1577514894057586, -0.8768601057946966, -0.6661089517313651, -0.6356037538246095, -1.4124111978486185, -1.05358664343881, -1.214907814976846, -1.0058651535906826, -0.9606600495596463, -0.9177285451358392, -0.4019921886095141, -0.11745739925317733, -0.9177285451358392, 1.0448464335755907, -0.5777415501226998, -1.1577514894057586, -1.05358664343881, -0.5236315099007288, -1.0058651535906826, -0.8378712047540505, -0.8378712047540505, -0.9606600495596463, -0.8006010534909611, -0.9177285451358392, -0.9606600495596463, -0.7649081101953575, -0.9606600495596463, -1.214907814976846, -1.6638300154489645, -0.6977671969040126, -1.0058651535906826, -1.3416503074209007, -1.3416503074209007, -0.8006010534909611, -1.0058651535906826, -1.2760284558588202, -0.9606600495596463, -1.214907814976846, -0.4728221319795472, -0.9177285451358392, 0.2719659678868005, -0.6661089517313651, 1.1614817455283637, -0.8768601057946966, -0.9177285451358392, -1.05358664343881, -0.7649081101953575, -0.7306672104110463, -0.7306672104110463, -1.1577514894057586, -1.1577514894057586, -1.104106021041293, -0.8768601057946966, -1.104106021041293, -0.8768601057946966, -1.214907814976846, -0.5236315099007288, -0.3367311821450543, -0.8378712047540505, -0.8378712047540505, -1.214907814976846, -0.7306672104110463, 0.19871677640920102, -0.6977671969040126, -1.0058651535906826, -1.1577514894057586, -0.9606600495596463, -1.104106021041293, -0.8768601057946966, 0.7403189828033044, -1.0058651535906826, -0.9606600495596463, -1.05358664343881, -0.9606600495596463, -1.0058651535906826, -1.05358664343881, -0.9606600495596463, 0.6442083155554625, -0.7306672104110463, -0.6061719012991597, -1.3416503074209007, -1.214907814976846, -1.1577514894057586, -0.6061719012991597, -0.8006010534909611, -0.8378712047540505, -0.7649081101953575, -1.0058651535906826, -0.8768601057946966, -0.4485353490168558, -0.4019921886095141, -0.8768601057946966, -1.0058651535906826, -0.7649081101953575, -0.6061719012991597, 0.15373912787577498, -0.6356037538246095, -0.6356037538246095, -0.4728221319795472, -0.9606600495596463, -1.05358664343881, -0.8378712047540505, -0.11745739925317733, -0.550247730493097, 1.1512231839269895, -0.9606600495596463, -0.5777415501226998, -0.9177285451358392, -1.4124111978486185, -0.7306672104110463, -0.6977671969040126, -1.05358664343881, -1.05358664343881, -0.5777415501226998, -1.214907814976846, -0.8768601057946966, -1.05358664343881, -0.550247730493097, -0.05562297566651777, 1.1232247169376477, -1.214907814976846, -0.8378712047540505, 0.90427058593185, -0.9606600495596463, -0.7649081101953575, -0.8006010534909611, -0.6356037538246095, -0.3367311821450543, -0.9177285451358392, -0.6061719012991597, -1.104106021041293, -0.4978392778525146, -0.7649081101953575, -0.9177285451358392, -1.05358664343881, -0.7306672104110463, -0.7649081101953575, -1.3416503074209007, -0.6061719012991597, -1.0058651535906826, -1.214907814976846, -1.05358664343881, -0.6061719012991597, -0.4728221319795472, 0.05568015452643134, -0.2959125100379082, -0.10155958666242773, -0.6356037538246095, -0.550247730493097, -0.8768601057946966, -0.7649081101953575, 0.5639611840788392, 0.5709554219977463, 0.7898249916302769, -0.6977671969040126, -0.9606600495596463, -1.2760284558588202, -0.6977671969040126, -1.0058651535906826, -0.8378712047540505, -1.0058651535906826, -0.9177285451358392, -1.1577514894057586, 1.0755915915500922, -0.6661089517313651, -0.4485353490168558, -0.9177285451358392, -1.05358664343881, -0.9606600495596463, -0.7649081101953575, -0.6061719012991597, -0.08596185908505755, -0.7649081101953575, -0.9177285451358392, -1.214907814976846, -1.1577514894057586, -1.104106021041293, -1.2760284558588202, -0.550247730493097, 1.5150965855929386, -1.2760284558588202, -1.0058651535906826, -1.0058651535906826, 0.1061659419748228, -0.6356037538246095, -1.104106021041293, -1.1577514894057586, -0.9606600495596463, -0.5236315099007288, -0.7649081101953575, -0.8378712047540505, -0.6661089517313651, -0.7306672104110463, -0.6061719012991597, -0.9177285451358392, -1.5725246076324917, -0.8768601057946966, -0.4249379271475096, -0.35791963648043384, -1.214907814976846, -1.05358664343881, -0.6977671969040126, -0.6661089517313651, -0.7649081101953575, 0.9361622452088436, -1.0058651535906826, -1.05358664343881, -0.8378712047540505, -0.550247730493097, -0.9177285451358392, -0.9606600495596463, -0.9606600495596463, -1.2760284558588202, -0.8378712047540505, -0.6977671969040126, -0.012107127910862743, -0.3160706302775078, -0.9177285451358392, -0.7306672104110463, 1.3809086190552142, -0.7306672104110463, 1.4881274493519336, 0.06859417471195027, 0.1302955140821134, -0.9177285451358392, -0.9606600495596463, -0.8006010534909611, -1.0058651535906826, 0.2618920006244101, -0.5236315099007288, -1.214907814976846, -0.8006010534909611, -0.8768601057946966, -0.7306672104110463, -1.05358664343881, -0.8006010534909611, 0.4512231826292499, -0.9177285451358392, -0.9177285451358392, -0.8768601057946966, -1.214907814976846, -0.5236315099007288, -0.8768601057946966, -1.0058651535906826, -0.6356037538246095, -0.08596185908505755, -0.8768601057946966, 0.001903012956585773, -1.2760284558588202, -1.0058651535906826, -1.05358664343881, -1.0058651535906826, -0.6977671969040126, -0.5236315099007288, -0.8006010534909611, -1.05358664343881, -0.3160706302775078, -0.9606600495596463, -1.05358664343881, -0.7649081101953575, -0.8006010534909611, -0.7649081101953575, -1.4124111978486185, -1.0058651535906826, -0.8768601057946966, -0.5236315099007288, -1.104106021041293, -0.8378712047540505, -0.4978392778525146, -0.6977671969040126, -0.4978392778525146, -0.7306672104110463, 0.6117171466292759, -0.7306672104110463, -1.214907814976846, -0.7649081101953575, -0.6661089517313651, -0.8006010534909611, -1.05358664343881, -1.1577514894057586, -0.4728221319795472, -0.8006010534909611, -1.0058651535906826, -1.2760284558588202, -0.7306672104110463, -1.05358664343881, -0.6977671969040126, -0.05562297566651777, -0.9177285451358392, -0.4485353490168558, -0.5777415501226998, -0.6356037538246095, -0.550247730493097, -0.9606600495596463, 0.34840903556180003, -1.214907814976846, 0.28191827310863576, -0.9177285451358392, -0.6061719012991597, -0.35791963648043384, -0.9606600495596463, -0.6661089517313651, -0.6977671969040126, -1.05358664343881, -0.7306672104110463, -1.0058651535906826, -0.21985418045129865, -0.6977671969040126, -0.2959125100379082, -0.9177285451358392, -0.5236315099007288, -0.6977671969040126, -1.104106021041293, -0.8006010534909611, -0.4978392778525146, -0.550247730493097, -0.9606600495596463, -1.05358664343881, -1.4890696215461403, -0.9177285451358392, 0.2719659678868005, -0.4978392778525146, -0.6356037538246095, -0.4019921886095141, -0.8378712047540505, -0.6356037538246095, -1.05358664343881, 0.7289012117766983, -1.1577514894057586, 1.5260779027429878, -0.9606600495596463, -0.550247730493097, -0.4728221319795472, -0.8006010534909611, 0.5426147408398074, -0.7649081101953575, -0.9177285451358392, -1.2760284558588202, -1.104106021041293, -0.4978392778525146, -0.8768601057946966, -0.8378712047540505, -0.550247730493097, -0.7306672104110463, -0.6661089517313651, -0.6977671969040126, -0.35791963648043384, -1.05358664343881, -0.6061719012991597, -0.6977671969040126, -1.05358664343881, -0.7649081101953575, -1.3416503074209007, -0.6661089517313651, -1.104106021041293, -0.7649081101953575, -0.8006010534909611, -0.2959125100379082, -0.7649081101953575, -1.2760284558588202, -0.35791963648043384, -0.7306672104110463, -0.7649081101953575, -0.35791963648043384, -0.550247730493097, -1.3416503074209007, -0.4485353490168558, 1.033014210638194, -0.8768601057946966, -1.104106021041293, -1.104106021041293, 1.332672825944082, -0.9177285451358392, -0.6356037538246095, 0.1302955140821134, -0.10155958666242773, -0.3160706302775078, -1.1577514894057586, -0.8378712047540505, -0.7306672104110463, -0.8768601057946966, -0.8006010534909611, 0.9881127775133064, -0.7306672104110463, -0.9177285451358392, -0.6977671969040126, -0.9177285451358392, -0.6061719012991597, -0.4978392778525146, -0.9177285451358392, -1.05358664343881, -0.8768601057946966, -1.05358664343881, -0.8768601057946966, -0.7649081101953575, -0.6661089517313651, -0.35791963648043384, 0.3205673362784238, -0.4978392778525146, -0.8006010534909611, -0.7306672104110463, -1.0058651535906826, -0.8006010534909611, 0.029229513823619126, -0.5777415501226998, 0.6050621432884289, -0.35791963648043384, -0.6661089517313651, -0.7306672104110463, -1.104106021041293, -1.1577514894057586, 0.6996439921717205, -0.7306672104110463, -1.7641898790113708, -0.8006010534909611, -0.9177285451358392, -0.7306672104110463, -0.37966343340046027, -1.2760284558588202, -0.8768601057946966, -0.8378712047540505, -1.0058651535906826, -0.6661089517313651, -0.8768601057946966, -0.9606600495596463, -0.6356037538246095, -0.8768601057946966, -0.8378712047540505, -0.7306672104110463, -0.8768601057946966, 1.0905438099898992, -0.9177285451358392, -1.3416503074209007, 0.7346298960973291, -0.7306672104110463, -0.8006010534909611, -0.7306672104110463, -0.8768601057946966, -0.7306672104110463, -0.9177285451358392, 1.0047254547576037, -0.6061719012991597, -0.4249379271475096, -0.6356037538246095, -0.6977671969040126, -1.0058651535906826, -0.6977671969040126, -0.2959125100379082, -0.4728221319795472, -0.7306672104110463, -1.05358664343881, -0.5777415501226998, -0.9606600495596463, -0.8378712047540505, -0.8006010534909611, -0.6977671969040126, -1.2760284558588202, -1.1577514894057586, -0.8006010534909611, -1.214907814976846, -0.8378712047540505, -0.8768601057946966, -1.05358664343881, -0.35791963648043384, -0.7649081101953575, -0.6977671969040126, -0.9177285451358392, -0.37966343340046027, -0.7306672104110463, -1.2760284558588202, -0.6661089517313651, -0.4728221319795472, 0.4014192634956473, -0.550247730493097, -1.104106021041293, -0.7649081101953575, -0.7306672104110463, 0.6505554459591575, -0.9177285451358392, -0.6977671969040126, -0.9177285451358392, -0.9606600495596463, -0.4978392778525146, 1.0868311524351386, -0.6061719012991597, -0.6977671969040126, -0.8768601057946966, -1.214907814976846, -1.1577514894057586, -0.8768601057946966, -0.7306672104110463, -0.8378712047540505, -0.8006010534909611, -0.4728221319795472, 0.41835740871082827, -0.8378712047540505, -0.16707204261665307, -1.1577514894057586, -1.104106021041293, -1.05358664343881, -0.5777415501226998, -0.8006010534909611, -0.37966343340046027, -0.8006010534909611, -0.6356037538246095, -1.2760284558588202, -0.2959125100379082, -0.8378712047540505, -1.0058651535906826, -0.9177285451358392, -0.8006010534909611, -0.7649081101953575, -0.4978392778525146, 0.2917518146461776, -0.9606600495596463, 0.6936656499766088, -0.4978392778525146, -0.8768601057946966, -1.05358664343881, -0.8378712047540505, -0.8378712047540505, -0.9177285451358392, -0.9177285451358392, -0.7649081101953575, -0.7649081101953575, -0.4485353490168558, -0.5777415501226998, -0.6061719012991597, -0.026359122095065773, -1.2760284558588202, -0.8768601057946966, -1.104106021041293, -0.550247730493097, -0.9177285451358392, -0.9177285451358392, -0.05562297566651777, -0.6061719012991597, -0.4019921886095141, -0.7306672104110463, -1.1577514894057586, -0.4728221319795472, -0.6356037538246095, 0.04256080524776212, -0.8006010534909611, -0.9606600495596463, -0.550247730493097, -0.4978392778525146, -1.0058651535906826, -1.104106021041293, 0.17653461713345034, -0.8768601057946966, -1.3416503074209007, -0.8768601057946966, -0.5777415501226998, -1.104106021041293, -0.4249379271475096, -0.7649081101953575, -0.3160706302775078, -1.7641898790113708, -0.6661089517313651, -0.7649081101953575, -0.6356037538246095, -0.7306672104110463, -0.8006010534909611, -0.08596185908505755, -0.550247730493097, -0.9177285451358392, -0.550247730493097, -1.0058651535906826, 0.015679343604229422, -0.9606600495596463, -0.8768601057946966, -0.8378712047540505, -1.05358664343881, -0.8378712047540505, -1.2760284558588202, -0.6977671969040126, -0.8768601057946966, -0.8006010534909611, -1.05358664343881, -0.9606600495596463, -0.6061719012991597, -0.5777415501226998, -0.8378712047540505, -0.9606600495596463, -1.0058651535906826, 0.2719659678868005, -0.8768601057946966, -0.8768601057946966, -0.8378712047540505, -0.9606600495596463, -0.8378712047540505, -0.9177285451358392, -0.7649081101953575, -0.8006010534909611, -1.4890696215461403, 0.5709554219977463, -0.6061719012991597, -1.05358664343881, -0.4249379271475096, -0.9606600495596463, -0.5777415501226998, -0.8006010534909611, -1.104106021041293, -0.20188337480004687, -0.8768601057946966, -0.4019921886095141, 1.3017397552149093, 0.7736516193350764, -0.6661089517313651, -0.8378712047540505, 0.5639611840788392, -0.7306672104110463, 1.1580764176692109, -0.5777415501226998, -0.7306672104110463, -0.27623313724709586, -0.6356037538246095, -0.8768601057946966, 0.5639611840788392, -0.0408614333206631, 0.04256080524776212, -0.6977671969040126, -0.1842946012161093, -0.7306672104110463, -0.6356037538246095, 0.2917518146461776, -0.6977671969040126, -0.3367311821450543, -0.8768601057946966, -0.6061719012991597, -1.1577514894057586, -0.8768601057946966, -0.27623313724709586, -0.0408614333206631, -1.0058651535906826, -0.8006010534909611, 0.8902150628533474, 0.16521564609891565, -0.4019921886095141, -0.6061719012991597, -0.8006010534909611, -0.8378712047540505, -0.550247730493097, -0.6356037538246095, -0.6356037538246095, -0.6061719012991597, -1.05358664343881, -1.05358664343881, -0.9606600495596463, -0.6977671969040126, -0.5777415501226998, -0.9606600495596463, -0.2959125100379082, -0.9606600495596463, -0.9177285451358392, -0.3160706302775078, -0.8006010534909611, -0.8768601057946966, -0.9177285451358392, -0.4728221319795472, -0.6356037538246095, -0.550247730493097, -0.9606600495596463, 1.2545624067630696, -0.15020083911692406, -0.5236315099007288, -0.16707204261665307, 1.2988691187669754, -0.6977671969040126, -0.9177285451358392, -0.8768601057946966, -0.6356037538246095, -0.7649081101953575, -0.2959125100379082, -1.214907814976846, -0.4728221319795472, -1.0058651535906826, -0.9177285451358392, -0.6356037538246095, -0.4728221319795472, 0.3205673362784238, -0.8006010534909611, -0.2382238759153913, 0.467176967851201, -0.3367311821450543, 1.5890546734830195, -0.8378712047540505, -0.8006010534909611, -0.9606600495596463, -0.8006010534909611, -0.8768601057946966, 1.2423328925760801, -1.104106021041293, -0.6661089517313651, -0.4978392778525146, -0.4978392778525146, -1.2760284558588202, -1.0058651535906826, -1.214907814976846, -0.6661089517313651, -0.8768601057946966, -0.9606600495596463, -1.2760284558588202, -0.05562297566651777, -0.7306672104110463, -0.7649081101953575, -0.8768601057946966, 0.2719659678868005, -0.6661089517313651, 0.001903012956585773, -0.6661089517313651, -0.6356037538246095, 0.4905426901912519, -0.9177285451358392, -0.6061719012991597, -0.8768601057946966, 0.8365212632786021, 0.029229513823619126, -0.550247730493097, -0.6356037538246095, -0.5236315099007288, -0.7306672104110463, -0.5777415501226998, -0.4019921886095141, -0.7306672104110463, -0.7306672104110463, -0.5777415501226998, -0.3367311821450543, -0.5777415501226998, -0.4485353490168558, -0.8006010534909611, -0.6356037538246095, -0.550247730493097, -0.37966343340046027, -0.37966343340046027, -0.7306672104110463, -0.3367311821450543, -0.7649081101953575, 0.15373912787577498, -0.8006010534909611, -1.2760284558588202, -0.6061719012991597, -0.5777415501226998, -0.4728221319795472, -0.5236315099007288, -0.6661089517313651, -0.550247730493097, -0.7649081101953575, -0.5236315099007288, -0.8378712047540505, -0.9177285451358392, 0.757154035370283, 1.0210093499069717, 0.029229513823619126, -1.104106021041293, -0.5236315099007288, 0.11831896573057747, -0.4485353490168558, -0.4249379271475096, -0.550247730493097, -0.6977671969040126, -1.05358664343881, 0.6050621432884289, -0.8378712047540505, -0.7649081101953575, -0.7649081101953575, -0.8378712047540505, 0.7173228195798521, -1.05358664343881, -0.7649081101953575, -0.4485353490168558, -0.8768601057946966, 0.8365212632786021, -1.7641898790113708, -0.550247730493097, -0.0408614333206631, -0.7649081101953575, -0.8768601057946966, -0.9177285451358392, -1.104106021041293, -0.6061719012991597, -0.6661089517313651, -0.7306672104110463, -0.4485353490168558, 0.8465479692372391, -1.1577514894057586, -0.6356037538246095, -0.6356037538246095, -0.7306672104110463, -0.4978392778525146, 0.08130917501821666, -0.16707204261665307, -0.3367311821450543, -0.2382238759153913, -1.214907814976846, -1.4124111978486185, -0.550247730493097, -0.550247730493097, -0.4978392778525146, -0.550247730493097, -0.3367311821450543, -0.9177285451358392, -0.550247730493097, 0.7951462485795554, -1.104106021041293, -0.1842946012161093, -0.8768601057946966, 0.826370884804898, -0.9177285451358392, -0.11745739925317733, -0.8378712047540505, -0.2570104522991406, -0.9177285451358392, 0.001903012956585773, -0.6356037538246095, -0.7306672104110463, -0.2570104522991406, -0.8768601057946966, 0.467176967851201, 0.7898249916302769, -0.6977671969040126, 0.7114719666835191, -0.5777415501226998, -0.9177285451358392, -1.05358664343881, -0.7306672104110463, -0.05562297566651777, -0.8006010534909611, -0.7649081101953575, -1.104106021041293, -0.9606600495596463, 0.5983529027845192, -0.6661089517313651, 0.6313653224929349, 0.25169336576257595, -0.6061719012991597, -1.4124111978486185, -0.7649081101953575, 0.5207001008154912, -0.8006010534909611, -0.37966343340046027, -0.7306672104110463, -0.8378712047540505, -0.3367311821450543, -1.214907814976846, -0.9177285451358392, -0.8768601057946966, -0.9606600495596463, -1.1577514894057586, 1.556067911911638, 0.20958797826532002, -0.8768601057946966, -0.7306672104110463, -1.0058651535906826, -1.1577514894057586, -0.5777415501226998, -1.104106021041293, -0.1842946012161093, 0.0938311790987824, -0.7306672104110463, 0.029229513823619126, -0.35791963648043384, -0.3367311821450543, -0.15020083911692406, -1.5725246076324917, 1.2141331301315827, -0.20188337480004687, -0.5236315099007288, -0.9177285451358392, -0.4728221319795472, -1.0058651535906826, -0.5236315099007288, -0.9177285451358392, -1.05358664343881, -0.0408614333206631, -1.4890696215461403, 0.7055792254544337, -0.16707204261665307, -0.7306672104110463, 0.2309095026024935, -0.5236315099007288, -0.5236315099007288, -0.9606600495596463, 0.6442083155554625, -0.05562297566651777, -0.7306672104110463, -0.7649081101953575, -0.4249379271475096, -0.6661089517313651, -0.5236315099007288, 0.6050621432884289, -0.5777415501226998, 0.1877002981395348, -0.026359122095065773, -0.6061719012991597, -0.6977671969040126, -0.8768601057946966, -1.0058651535906826, 1.6188227670354929, -0.550247730493097, -0.5236315099007288, -0.2959125100379082, -0.7306672104110463, 1.1408350941268544, -0.8006010534909611, -0.7649081101953575, -1.0058651535906826, 1.5910730789920733, -1.05358664343881, -0.8006010534909611, 0.05568015452643134, -0.5236315099007288, -0.7306672104110463, -0.7649081101953575, -0.4728221319795472, 1.036977220918014, -0.9606600495596463, -0.6977671969040126, 0.953846037419126, 1.079355197486298, -0.6356037538246095, -0.6661089517313651, 0.9135093056160114, 0.4981862189511263, 0.3928177543074461, 1.1980385996822682, 0.7736516193350764, -0.6977671969040126, -0.7649081101953575, 0.7289012117766983, -0.8378712047540505, -0.05562297566651777, 0.41835740871082827, -0.4019921886095141, 0.28191827310863576, 0.3392326153288402, 0.5057594494303251, -1.214907814976846, -0.2570104522991406, 0.25169336576257595, -0.11745739925317733, -0.4249379271475096, -1.0058651535906826, -0.3367311821450543, -0.8378712047540505, -0.11745739925317733, 1.3860976548279311, -0.9606600495596463, -0.16707204261665307, -0.7306672104110463, -0.6977671969040126, -0.1842946012161093, 1.4904089560541187, 0.015679343604229422, 0.9316812719694996, -0.8768601057946966, -0.8006010534909611, 1.1849323689716276, 0.015679343604229422, -0.4249379271475096, -0.6977671969040126, 0.5639611840788392, -0.3367311821450543, -0.1842946012161093, -0.8768601057946966, -0.35791963648043384, -1.104106021041293, 0.6815771034081813, 0.029229513823619126, 0.6050621432884289, 0.6313653224929349, -0.8378712047540505, 0.06859417471195027, 0.05568015452643134, -0.4978392778525146, 0.5983529027845192, -0.4249379271475096, -0.7649081101953575, 0.9625474312031366, -0.2382238759153913, -0.6661089517313651, -0.7649081101953575, -0.550247730493097, -0.20188337480004687, -0.4019921886095141, 1.2141331301315827, -0.4978392778525146, -0.9606600495596463, 0.6631047460483771, -0.9606600495596463, 0.3110736939662447, -0.21985418045129865, -0.4019921886095141, -0.35791963648043384, 0.05568015452643134, -0.550247730493097, 1.4949530741991783, 0.9754293889095556, -0.5236315099007288, -1.104106021041293, -0.2382238759153913, -0.8768601057946966, -0.7649081101953575, -0.27623313724709586, 0.7346298960973291, -0.3160706302775078, -0.1842946012161093, -0.4019921886095141, -1.05358664343881, -0.6061719012991597, -0.6977671969040126, 0.4431288759698371, -1.0058651535906826, -0.6356037538246095, 0.3574843671244545, -0.5236315099007288, -0.4249379271475096, -0.05562297566651777, -0.27623313724709586, 1.411562945010761, -0.16707204261665307, -0.8768601057946966, 0.9406189490840604, 0.5983529027845192, -0.4978392778525146, 1.2988691187669754, -0.5236315099007288, 1.2267858361653663, -0.5236315099007288, -0.4728221319795472, -0.5777415501226998, -0.3367311821450543, -0.27623313724709586, -0.5777415501226998, -0.550247730493097, -0.37966343340046027, 0.8759152871750495, -0.6061719012991597, -0.9606600495596463, -0.16707204261665307, -0.6061719012991597, 0.3664608096933912, -0.2382238759153913, -0.2959125100379082, 1.033014210638194, -0.550247730493097, -0.4249379271475096, -0.4978392778525146, -0.550247730493097, 1.2141331301315827, -0.7649081101953575, -0.5236315099007288, -0.6661089517313651, 0.3574843671244545, 0.48282754728171007, 1.4649574624568484, 0.30146938868255824, -0.9177285451358392, -0.21985418045129865, -0.8378712047540505, 0.6050621432884289, -0.1842946012161093, -0.37966343340046027, -0.16707204261665307, 0.0938311790987824, -0.5236315099007288, 0.7055792254544337, 1.1267770764715646, -0.7306672104110463, 0.3574843671244545, -0.4019921886095141, -0.5777415501226998, -0.7306672104110463, -0.0408614333206631, -0.10155958666242773, 0.3928177543074461, -0.6356037538246095, -0.05562297566651777, 1.49721575496295, 0.001903012956585773, 0.15373912787577498, 0.5057594494303251, -0.550247730493097, -0.4978392778525146, -0.4019921886095141, 0.6631047460483771, -0.6356037538246095, -0.6061719012991597, 0.1877002981395348, -1.05358664343881, 0.971157771974538, -0.35791963648043384, -0.2959125100379082, 0.826370884804898, -0.27623313724709586, -0.37966343340046027, 0.4905426901912519, -0.21985418045129865, -0.0408614333206631, -0.4978392778525146, -0.5236315099007288, -0.2570104522991406, -0.4249379271475096, -0.1842946012161093, 1.2045142427051838, -0.9606600495596463, -0.16707204261665307, -0.21985418045129865, -0.35791963648043384, -0.08596185908505755, 0.241366945197596, -0.550247730493097, -0.20188337480004687, -0.1842946012161093, 1.7281663990464404, 0.241366945197596, 0.7403189828033044, 0.08130917501821666, -0.5236315099007288, -0.6977671969040126, 0.9361622452088436, -0.8006010534909611, -0.4485353490168558, -0.3160706302775078, 1.2267858361653663, 0.6631047460483771, 0.6183187819791686, -0.6356037538246095, -0.1842946012161093, -0.13366701272365702, 1.5106626823926237, -0.2959125100379082, -1.1577514894057586, -0.2570104522991406, 0.57789074145469, -0.3367311821450543, 0.1061659419748228, 0.5353744761691884, -0.21985418045129865, -0.4485353490168558, -0.8378712047540505, -0.4019921886095141, -0.1842946012161093, -0.27623313724709586, -0.6661089517313651, 0.34840903556180003, -0.4728221319795472, 0.4905426901912519, -0.1842946012161093, 0.25169336576257595, 1.0641963636924494, -0.4019921886095141, 0.8415498867708574, 0.241366945197596, -0.4019921886095141, 0.22031767738661634, -0.4485353490168558, -0.37966343340046027, -0.2959125100379082, -0.21985418045129865, 1.3187563516982606, -1.104106021041293, -0.2570104522991406, 0.05568015452643134, 0.5207001008154912, -0.4978392778525146, 0.5497918918385539, 1.0526410974818436, -0.16707204261665307, -0.16707204261665307, 1.4459398324931014, -0.07065314595374916, 1.2814317157236792, -0.4019921886095141, 0.14210062591481726, 1.2045142427051838, -0.4019921886095141, -0.3160706302775078, 0.28191827310863576, 0.8710929374480781, 1.719589501455571, -0.4249379271475096, 1.8530063882947143, 1.5910730789920733, -0.2570104522991406, -0.026359122095065773, -0.8768601057946966, -0.35791963648043384, 1.4626041630497144, -0.5777415501226998, -0.550247730493097, 1.220483806519614, -0.11745739925317733, -0.5777415501226998, -0.7649081101953575, -0.4978392778525146, 0.1061659419748228, -0.10155958666242773, 0.3299528326476714, 0.3664608096933912, 0.9316812719694996, 0.2719659678868005, 0.2618920006244101, 0.015679343604229422, 0.57789074145469, -0.2570104522991406, 1.5412095649405524, -0.4978392778525146, 1.5665190734261842, 0.001903012956585773, -0.0408614333206631, -0.10155958666242773, 0.6568540104421265, 0.001903012956585773, -0.27623313724709586, -0.27623313724709586, -0.1842946012161093, 0.2309095026024935, -0.5236315099007288, 1.0047254547576037, -0.6356037538246095, -0.15020083911692406, -0.16707204261665307, -0.16707204261665307, 0.5132636615978421, -0.35791963648043384, 0.757154035370283, -0.2570104522991406, 1.916472160367248, -0.27623313724709586, -0.1842946012161093, 0.19871677640920102, -0.2382238759153913, 0.8109066454682694, 0.5426147408398074, 1.2141331301315827, -0.27623313724709586, 0.05568015452643134, 0.22031767738661634, -0.37966343340046027, 0.1302955140821134, -0.2959125100379082, -0.550247730493097, 0.029229513823619126, -0.37966343340046027, 1.0680123354047777, -0.3160706302775078, -0.2382238759153913, -0.16707204261665307, -0.7649081101953575, -0.4978392778525146, -0.012107127910862743, -0.21985418045129865, -0.2382238759153913, -0.20188337480004687, 0.4014192634956473, -0.5236315099007288, 0.7515805256063164, 0.2309095026024935, -0.37966343340046027, 0.6248678977994362, 0.16521564609891565, -0.1842946012161093, 0.05568015452643134, 0.2917518146461776, -0.35791963648043384, 0.41835740871082827, -0.1842946012161093, 0.6693083731818361, -0.4485353490168558, 0.971157771974538, 0.467176967851201, 0.3574843671244545, -0.3367311821450543, -0.37966343340046027, 0.1302955140821134, 0.015679343604229422, 0.15373912787577498, -0.2570104522991406, 1.1303141640708598, 0.5709554219977463, -0.13366701272365702, -0.3160706302775078, 0.19871677640920102, -0.08596185908505755, 0.7346298960973291, 0.05568015452643134, -0.13366701272365702, 1.3860976548279311, -0.20188337480004687, -0.012107127910862743, -0.2382238759153913, -0.07065314595374916, 1.1015823108824985, 0.029229513823619126, 0.11831896573057747, -0.6356037538246095, -0.16707204261665307, 0.029229513823619126, -0.3367311821450543, 0.6876435684887099, -0.13366701272365702, 0.6693083731818361, -0.2570104522991406, -0.5236315099007288, -0.2570104522991406, -0.35791963648043384, 1.4507356149509072, 0.9668638640016772, 0.826370884804898, 0.37534049202449854, -1.1577514894057586, -0.05562297566651777, 0.3110736939662447, -0.16707204261665307, -0.4485353490168558, -0.2382238759153913, -0.16707204261665307, 1.0088267405199538, 0.2618920006244101, 0.6568540104421265, 0.7459690152284554, 0.6442083155554625, 0.2309095026024935, -0.6356037538246095, 0.8807095420357335, 1.8246662675641057, 1.3677910023007909, 0.16521564609891565, 0.8056866434425077, -0.15020083911692406, 0.34840903556180003, -0.8006010534909611, -0.27623313724709586, 0.241366945197596, 0.4981862189511263, 0.826370884804898, -0.2382238759153913, 0.9450516449748512, 0.6442083155554625, 0.05568015452643134, 1.866097321227712, -0.20188337480004687, 1.1338361104546788, 1.0905438099898992, 0.37534049202449854, 0.1302955140821134, 0.6693083731818361, -0.6061719012991597, -0.08596185908505755, 1.4338266158450736, -0.16707204261665307, 0.9316812719694996, -0.10155958666242773, 0.48282754728171007, 1.2392468964231749, 0.9406189490840604, 0.9089029113414112, -0.08596185908505755, 0.3574843671244545, 0.8212483580457802, 1.1052291444204951, 1.3730631750795654, 1.0210093499069717, -0.9177285451358392, 0.5426147408398074, 1.188228552223866, 0.2917518146461776, 0.06859417471195027, -0.012107127910862743, 1.4649574624568484, 0.6248678977994362, 1.1749638356134111, 0.467176967851201, 0.3110736939662447, 0.2719659678868005, 1.0006036239591352, -0.11745739925317733, 0.001903012956585773, 0.34840903556180003, -0.4249379271475096, -0.2570104522991406, 0.5569070189699611, -0.07065314595374916, 0.1061659419748228, 0.0938311790987824, 1.523893335141397, 1.3074511518230736, -0.3367311821450543, 0.5709554219977463, 0.16521564609891565, 0.8515158792490335, 1.3187563516982606, 0.9839066667928488, 0.19871677640920102, 0.015679343604229422, -0.07065314595374916, 1.0088267405199538, 0.4905426901912519, 1.1160736506609994, 1.3299083003311265, 0.4512231826292499, 0.3841254749649927, -0.08596185908505755, 0.90427058593185, 0.8212483580457802, 0.6183187819791686, 1.5829695713594645, -0.4485353490168558, -0.4485353490168558, 0.97967894497479, 0.30146938868255824, 0.7403189828033044, 0.2309095026024935, 1.2725724285654347, 0.11831896573057747, 0.15373912787577498, 0.996461041316265, 0.05568015452643134, 0.17653461713345034, 0.16521564609891565, 0.029229513823619126, 0.6313653224929349, 1.4719772365143946, 0.7844691048925209, 0.6631047460483771, 1.6861564953093091, 0.8854760273578834, -0.4019921886095141, 1.0409212348321517, -0.012107127910862743, -0.6356037538246095, 0.05568015452643134, 1.6188227670354929, 0.11831896573057747, 0.20958797826532002, -0.05562297566651777, 1.3677910023007909, 0.9271757636960218, 0.2917518146461776, 0.6996439921717205, 1.1783001183960118, 0.8996120358992191, 0.04256080524776212, 0.4750394370998236, 0.30146938868255824, -0.11745739925317733, 0.8212483580457802, 0.2917518146461776, 1.9471126254915432, 0.4099318761914119, 0.4431288759698371, 1.217314596053606, 0.48282754728171007, 0.9582082360950304, 0.48282754728171007, -0.21985418045129865, 2.3407108093129567, 0.8759152871750495, 0.37534049202449854, 0.001903012956585773, 0.6693083731818361, 1.2666127880135385, 0.6568540104421265, 0.05568015452643134, 0.029229513823619126, 0.6568540104421265, 0.6117171466292759, 0.8515158792490335, 0.5915885345556448, -0.3160706302775078, 0.8004333204496463, -0.026359122095065773, 0.3574843671244545, 0.06859417471195027, 0.11831896573057747, 1.5128826212592037, 1.5829695713594645, 0.9582082360950304, 0.7844691048925209, 0.241366945197596, 0.467176967851201, 0.4266976223378073, 0.43495422552227614, 0.8902150628533474, 0.992297496883287, 0.6754655961031641, 1.8588503155907683, 0.7459690152284554, 0.1877002981395348, 0.4431288759698371, 1.1408350941268544, 0.1302955140821134, 1.0210093499069717, 0.19871677640920102, 0.28191827310863576, 0.3205673362784238, 0.4905426901912519, 0.5569070189699611, 0.4431288759698371, 0.757154035370283, -0.2959125100379082, 0.2719659678868005, 0.4014192634956473, 0.6568540104421265, -0.13366701272365702, -0.1842946012161093, 1.0409212348321517, 1.217314596053606, -0.2570104522991406, 0.5057594494303251, 0.3841254749649927, 0.4512231826292499, 1.036977220918014, 0.5132636615978421, 1.0755915915500922, 1.0565109123311571, 0.996461041316265, 0.17653461713345034, 0.19871677640920102, 0.3299528326476714, 0.20958797826532002, 0.15373912787577498, -0.2959125100379082, 1.375686645075871, 0.241366945197596, 0.30146938868255824, 1.4994722292594118, 0.3664608096933912, 0.8160937463539734, 0.5639611840788392, 0.241366945197596, -0.1842946012161093, 0.5569070189699611, 0.8759152871750495, 0.48282754728171007, 0.20958797826532002, -0.3367311821450543, 0.7515805256063164, 1.1816229267218583, 0.30146938868255824, 0.4905426901912519, 0.7346298960973291, -0.6977671969040126, 1.295988430607478, 0.0938311790987824, 1.2361492810183428, 2.203447820373206, 0.97967894497479, 0.4431288759698371, 0.015679343604229422, 0.7951462485795554, 0.6117171466292759, 0.14210062591481726, -0.4485353490168558, 1.4140666500769712, 0.6442083155554625, 0.866242161778913, -0.07065314595374916, 0.2618920006244101, 0.6117171466292759, 1.1443123846123238, 0.467176967851201, 0.5353744761691884, 0.4266976223378073, 1.036977220918014, 1.8382123117636464, 0.5847681259430588, 0.4592387075836755, 0.4431288759698371, 0.30146938868255824, 1.2392468964231749, 0.8564539787486042, 1.8000194594928431, 0.5207001008154912, 0.6248678977994362, 0.48282754728171007, 1.2666127880135385, 0.8949269627465326, -0.2570104522991406, 0.20958797826532002, 0.4750394370998236, 0.2309095026024935, 1.2392468964231749, 0.06859417471195027, 0.37534049202449854, 0.757154035370283, 0.4266976223378073, 1.1196569530502078, 0.4014192634956473, 0.3205673362784238, 0.1877002981395348, 0.7459690152284554, 0.3574843671244545, 0.8759152871750495, 0.4014192634956473, 0.4905426901912519, 0.22031767738661634, 0.3299528326476714, 1.5217029508063125, 1.0905438099898992, 0.7844691048925209, 1.1947815636635142, 1.59709875014858, 0.14210062591481726, 0.6754655961031641, 0.001903012956585773, -0.9177285451358392, -0.026359122095065773, 0.43495422552227614, 0.9582082360950304, 1.1648730367382776, 0.37534049202449854, 0.7055792254544337, 0.1061659419748228, 0.6050621432884289, -0.012107127910862743, 0.8314617233974649, 0.16521564609891565, 0.001903012956585773, 0.6378118650308897, 0.5497918918385539, 0.08130917501821666, -0.2570104522991406, 1.9299345590907104, 0.8160937463539734, -0.6356037538246095, 0.8160937463539734, 0.2719659678868005, 0.5280699790731092, 0.6117171466292759, 0.3205673362784238, 0.2309095026024935, 0.5569070189699611, 0.41835740871082827, 0.5915885345556448, 0.5057594494303251, 0.7403189828033044, 0.34840903556180003, 0.2917518146461776, 0.001903012956585773, 1.1267770764715646, 0.6117171466292759, 1.2236408555695684, 0.04256080524776212, 0.34840903556180003, 0.9450516449748512, 0.2917518146461776, 1.1160736506609994, 0.7790781349271046, 0.8613626232073365, 0.8365212632786021, 1.0250304630038147, 0.3841254749649927, -0.27623313724709586, 1.9484192751681635, 0.2618920006244101, 0.4905426901912519, -0.4485353490168558, 0.25169336576257595, 0.4014192634956473, -0.16707204261665307, 0.8212483580457802, 0.3205673362784238, 0.5569070189699611, 0.9839066667928488, 0.1877002981395348, 0.4014192634956473, 0.8004333204496463, 0.866242161778913, 0.8710929374480781, 0.4592387075836755, 0.2309095026024935, 1.1338361104546788, 1.0718106907367837, 0.8465479692372391, 0.04256080524776212, 0.3110736939662447, 0.5207001008154912, 0.8415498867708574, 1.8411924889435745, 0.43495422552227614, 0.5057594494303251, 1.556067911911638, 0.2719659678868005, 0.7346298960973291, 0.2917518146461776, 0.25169336576257595, 0.20958797826532002, -0.21985418045129865, 1.2901966158872489, 1.1682504065170034, 0.3841254749649927, -0.08596185908505755, 0.2719659678868005, 0.8314617233974649, 0.9271757636960218, 0.2917518146461776, 1.2784892075499272, 0.06859417471195027, 0.4512231826292499, 1.2012827924056997, 1.3102920496009318, 0.3392326153288402, 1.2575915898940424, 0.7231323750966397, 0.22031767738661634, -0.13366701272365702, -0.21985418045129865, 0.06859417471195027, 1.0047254547576037, 0.15373912787577498, 1.1373430446713748, 0.6183187819791686, 1.7968860292569715, -0.012107127910862743, 0.1877002981395348, 1.2901966158872489, 0.4099318761914119, 0.04256080524776212, 0.6754655961031641, 1.079355197486298, 0.41835740871082827, 0.6248678977994362, 1.3886799502120095, 0.7626900554436896, 0.3392326153288402, 0.1877002981395348, 0.7790781349271046, -0.05562297566651777, 1.1267770764715646, 0.3841254749649927, 2.257191958790088, -0.0408614333206631, 0.9754293889095556, 0.7403189828033044, 0.30146938868255824, 0.4905426901912519, 0.4592387075836755, 0.1061659419748228, 0.30146938868255824, -0.08596185908505755, 0.5915885345556448, 0.3841254749649927, 0.5132636615978421, 0.11831896573057747, -0.3160706302775078, 1.7281663990464404, 0.5207001008154912, 1.5850029442381603, 0.7231323750966397, 1.2484703734667737, 0.5132636615978421, 0.9754293889095556, 2.1811236291748406, 0.9450516449748512, 1.0250304630038147, 0.8314617233974649, 0.8854760273578834, 1.3912541652632369, 0.9406189490840604, 1.3963785555168422, 0.6936656499766088, 0.3841254749649927, 0.9089029113414112, 1.431382421017324, 0.8004333204496463, 1.0290320201683774, 0.19871677640920102, -0.4019921886095141, 1.9891724807215627, 0.7626900554436896, 0.6996439921717205, 0.9625474312031366, 0.5983529027845192, 0.37534049202449854, 0.41835740871082827, 0.3574843671244545, 0.6248678977994362, 1.782635985077296, 2.3076389637963977, 0.5569070189699611, 0.41835740871082827, 0.029229513823619126, 0.43495422552227614, 0.2917518146461776, 0.9271757636960218, 0.9361622452088436, 1.2361492810183428, 0.1061659419748228, 0.7626900554436896, 0.48282754728171007, 0.7681890865202284, 1.7247463637403615, 0.5280699790731092, 0.6248678977994362, 0.3110736939662447, 0.5915885345556448, 0.3392326153288402, 0.8854760273578834, 0.5426147408398074, -0.11745739925317733, 0.3205673362784238, 0.17653461713345034, 1.0129076849792291, 0.5207001008154912, 1.0290320201683774, 0.3664608096933912, 0.06859417471195027, 0.3928177543074461, 0.7626900554436896, 0.7289012117766983, 0.16521564609891565, 1.0169684888538892, 1.632354293539774, 0.3928177543074461, 0.7626900554436896, 0.14210062591481726, 0.16521564609891565, 0.6248678977994362, 0.6313653224929349, 0.4431288759698371, 0.7736516193350764, 0.57789074145469, 0.015679343604229422, 0.3392326153288402, 0.22031767738661634, 0.4592387075836755, 0.5569070189699611, 0.4981862189511263, 0.2719659678868005, 0.41835740871082827, 0.17653461713345034, 0.4431288759698371, 1.6168713927483267, 0.015679343604229422, 0.5207001008154912, 0.7626900554436896, 1.3017397552149093, 0.7626900554436896, 2.1899314762170894, -0.15020083911692406, 0.6117171466292759, 0.20958797826532002, 0.3841254749649927, 1.3651421912644321, 0.9839066667928488, -0.8006010534909611, -0.026359122095065773, 0.4750394370998236, 0.3110736939662447, 0.7173228195798521, 0.5132636615978421, 0.241366945197596, 0.22031767738661634, 0.22031767738661634, -0.2959125100379082, 2.4673921581312293, 1.0526410974818436, 0.9180900573462892, 0.1302955140821134, 0.992297496883287, 1.2045142427051838, 0.05568015452643134, -0.21985418045129865, 0.6568540104421265, 1.6513069097152175, 0.5207001008154912, 1.813974038995372, 0.7403189828033044, 0.8465479692372391, 1.09791924107943, 1.966497725992553, 0.6050621432884289, 1.5369145595754623, 0.8314617233974649, 2.1261990470589294, 0.7681890865202284, 1.332672825944082, 1.9014045191945608, 0.9180900573462892, 2.228904066615957, 0.4014192634956473, 0.7626900554436896, 0.57789074145469, 0.3299528326476714, 0.19871677640920102, 0.2719659678868005, 1.1849323689716276, 0.2618920006244101, 1.689740435378254, 1.036977220918014, 1.523893335141397, 2.6180562090429267, 0.6442083155554625, 0.5280699790731092, 0.57789074145469, 0.4431288759698371, 0.14210062591481726, 0.6248678977994362, 0.8465479692372391, -0.10155958666242773, 0.8212483580457802, 0.4905426901912519, 0.6996439921717205, 0.6313653224929349, 0.6117171466292759, 0.4750394370998236, 1.9766526359275243, 1.1052291444204951, 0.14210062591481726, 0.1877002981395348, 0.5057594494303251, 0.5983529027845192, -0.11745739925317733, 1.4459398324931014, 0.8465479692372391, -0.16707204261665307, -0.05562297566651777, -0.27623313724709586, 0.3928177543074461, 0.3928177543074461, 0.9881127775133064, 1.1648730367382776, 0.5426147408398074, 0.22031767738661634, 1.8062507382661352, 1.7400257741298777, 0.4512231826292499, 0.3205673362784238, 0.30146938868255824, 1.2392468964231749, 1.2361492810183428, 0.2917518146461776, -0.07065314595374916, 0.5983529027845192, 0.9135093056160114, 1.7778305804500865, 1.2784892075499272, 0.6442083155554625, 0.5915885345556448, 0.6815771034081813, 0.7626900554436896, 1.1124746738621962, 0.5983529027845192, 1.6513069097152175, 0.2618920006244101, 0.3205673362784238, -0.16707204261665307, 1.327134453483023, 1.2423328925760801, 0.43495422552227614, 2.0339064454396514, 0.5426147408398074, 0.6876435684887099, 0.7515805256063164, 0.6117171466292759, 1.0088267405199538, 0.22031767738661634, 0.953846037419126, 0.5057594494303251, 0.8902150628533474, 0.757154035370283, 0.7055792254544337, 0.6996439921717205, 2.1293485531220826, 1.1580764176692109, 0.7055792254544337, 0.757154035370283, 0.4592387075836755, 0.7844691048925209, 0.3110736939662447, 0.9180900573462892, 1.0942397898281386, 0.3205673362784238, 1.6109893415385383, 0.2917518146461776, 1.768134726821633, 1.1546569365067594, 0.3664608096933912, 1.3912541652632369, 0.41835740871082827, 1.551849983942546, 1.09791924107943, 1.660621946955544, 1.1648730367382776, 0.57789074145469, -0.11745739925317733, 0.15373912787577498, 1.1477750403314573, 1.0831016660073691, 0.20958797826532002, 0.4014192634956473, 0.7515805256063164, 1.2666127880135385, 2.163219850110511, 0.57789074145469, 1.8261824464449463, 0.757154035370283, 1.4507356149509072, 0.7681890865202284, -0.11745739925317733, 0.6117171466292759, 0.8613626232073365, 0.4512231826292499, 0.9450516449748512, 0.3205673362784238, 0.2618920006244101, 0.6505554459591575, 1.220483806519614, 1.0942397898281386, 0.9316812719694996, 0.16521564609891565, 0.5057594494303251, 0.5280699790731092, 1.820100891085611, 0.2719659678868005, 0.8465479692372391, 0.467176967851201, 0.2618920006244101, 1.1088598849554865, 0.826370884804898, 0.6183187819791686, 0.5353744761691884, 0.5915885345556448, 0.28191827310863576, 0.9881127775133064, 0.7459690152284554, 1.04875299576388, 0.7844691048925209, 1.3544608285224913, 0.5207001008154912, 1.5347586183492974, 0.1302955140821134, 0.5353744761691884, 1.460244112368512, 1.8246662675641057, 0.2719659678868005, 1.8441619082155944, 0.4099318761914119, 0.4266976223378073, 0.6631047460483771, 0.5497918918385539, 0.4750394370998236, 0.9316812719694996, -0.4978392778525146, 1.850068781747335, 0.4014192634956473, 1.503966693980683, 1.5788876848601894, 1.854471266925944, 0.43495422552227614, 0.3928177543074461, 0.5057594494303251, 1.2755361371929004, 0.9450516449748512, 0.7736516193350764, 0.7898249916302769, 1.4649574624568484, 0.6631047460483771, 0.5569070189699611, 0.41835740871082827, 0.37534049202449854, 0.7289012117766983, 0.029229513823619126, 0.971157771974538, 0.7459690152284554, 0.6442083155554625, 0.8212483580457802, 0.6050621432884289, 0.9135093056160114, 0.3841254749649927, 0.6693083731818361, 0.19871677640920102, 0.8807095420357335, 0.5639611840788392, 0.5057594494303251, 0.7114719666835191, 0.7231323750966397, 0.9271757636960218, 0.8109066454682694, 1.782635985077296, 0.9089029113414112, 1.0088267405199538, 0.08130917501821666, 0.5983529027845192, 0.029229513823619126, -0.026359122095065773, 1.994127546454317, 1.1682504065170034, 0.7790781349271046, 0.8515158792490335, 0.28191827310863576, 0.57789074145469, 1.8818194987029888, 1.1124746738621962, 1.8062507382661352, 0.8160937463539734, 0.5057594494303251, 1.036977220918014, 1.7109222339160928, 0.3664608096933912, 0.8160937463539734, 1.0129076849792291, 0.9361622452088436, 1.6807511369197516, 0.6693083731818361, -0.10155958666242773, 0.5280699790731092, 1.2843637369880705, 0.6568540104421265, 0.8613626232073365, 0.6996439921717205, 0.5132636615978421, 1.1546569365067594, 2.4469943001315917, 0.8004333204496463, -0.07065314595374916, 0.19871677640920102, 0.971157771974538, 1.4926841527351953, 0.9135093056160114, 0.9406189490840604, 0.04256080524776212, 0.7055792254544337, 0.7736516193350764, 1.0942397898281386, 0.4431288759698371, 2.0852250790708013, 1.6129547021957809, 0.7951462485795554, 0.7459690152284554, 0.467176967851201, 0.8212483580457802, 0.8515158792490335, 0.3299528326476714, 0.16521564609891565, 1.0565109123311571, 0.90427058593185, 0.3392326153288402, 0.4014192634956473, 1.2454073563045909, 0.7346298960973291, -0.07065314595374916, 1.2267858361653663, 0.41835740871082827, 0.241366945197596, 0.15373912787577498, 0.6754655961031641, 0.241366945197596, 1.04875299576388, 0.20958797826532002, 1.6531783747291515, 0.08130917501821666, 0.06859417471195027, 0.7346298960973291, 0.6815771034081813, 2.1209229236275533, 0.5426147408398074, 0.5280699790731092, 0.5639611840788392, 0.5497918918385539, 0.3664608096933912, 0.2917518146461776, 1.7383420096519149, 1.0603626114768028, 0.241366945197596, 1.7665075818614049, 0.5709554219977463, 0.7289012117766983, 0.9494605900624696, 0.7459690152284554, 2.1356116177898348, 1.0409212348321517, 0.34840903556180003, 0.08130917501821666, 1.671662519247442, 0.6936656499766088, 0.4905426901912519, 1.1512231839269895, 1.8972468057658312, 0.9582082360950304, 0.8854760273578834, 1.673488293773055, 0.6117171466292759, 1.0565109123311571, 0.90427058593185, 1.6129547021957809, 0.5569070189699611, 0.3928177543074461, 0.7736516193350764, 1.5539616512856933, 1.1338361104546788, 1.0831016660073691, 0.17653461713345034, 0.8415498867708574, 0.6378118650308897, 1.4362635701949642, 1.3215585431950652, 0.7898249916302769, 0.8056866434425077, 0.2618920006244101, 0.9881127775133064, -0.10155958666242773, 2.049063549155798, 0.3574843671244545, -0.026359122095065773, 1.460244112368512, 0.8807095420357335, 1.8916702948620665, 0.8515158792490335, 1.1546569365067594, 1.338174162550166, 0.41835740871082827, 0.15373912787577498, 0.9582082360950304, 1.54548226226127, 0.3110736939662447, 1.188228552223866, 0.41835740871082827, 1.4881274493519336, 1.0603626114768028, 0.7515805256063164, 0.6815771034081813, 2.0268155349837698, 1.8972468057658312, 1.1512231839269895, 0.6505554459591575, 0.7055792254544337, 1.4696439611682042, 1.1160736506609994, 0.8807095420357335, 1.1682504065170034, 1.4165627583855196, 0.8160937463539734, 1.4215323681362566, 0.7459690152284554, 1.6879504171507924, 0.7459690152284554, 1.1749638356134111, 0.7173228195798521, 0.30146938868255824, 1.5325970120193837, 2.341520806201542, 0.43495422552227614, 0.9839066667928488, 0.3574843671244545, 1.0409212348321517, 1.1512231839269895, 1.813974038995372, 1.079355197486298, 1.8603048333768732, 1.57272662498128, 1.431382421017324, 0.9450516449748512, 0.9135093056160114, 1.3463577987489161, 1.9990529426242312, 1.2872853458153104, 1.9639392888556, 0.7790781349271046, 1.812435169030208, 0.7515805256063164, 2.046749788402336, 1.0006036239591352, 0.826370884804898, 0.14210062591481726, 0.7346298960973291, 2.1230374357370847, 1.5106626823926237, 1.0409212348321517, 1.188228552223866, 2.1771785522499982, 1.3571441989783717, 1.5685934663283039, 0.3299528326476714, 0.7626900554436896, 0.30146938868255824, 1.59709875014858, 1.033014210638194, 1.2045142427051838, 0.6693083731818361, 1.3017397552149093, 0.6378118650308897, 1.8382123117636464, 1.2361492810183428, 1.1267770764715646, 1.7517166013506906, 0.8854760273578834, 1.5829695713594645, 1.673488293773055, 0.3110736939662447, 2.2740608128288677, 1.1408350941268544, 1.4949530741991783, 1.6456668325514192, 1.4578772715689383, 0.3928177543074461, 1.2045142427051838, 2.057110841321113, 1.1614817455283637, 1.3299083003311265, 0.6117171466292759, 1.4459398324931014, 0.3574843671244545, 1.0942397898281386, 1.671662519247442, 1.9471126254915432, 2.141827355944798, 0.8996120358992191, 2.299158983369749, 0.6693083731818361, 1.1443123846123238, 1.3571441989783717, 1.8093487655834064, 1.9272596475933013, 1.327134453483023, 1.716133545246623, 1.9916537446062177, 0.467176967851201, 0.9494605900624696, 2.06734301046044, 0.8515158792490335, 0.9361622452088436, 1.3704313121101561, 1.0905438099898992, 0.971157771974538, 1.0905438099898992, 1.768134726821633, 1.033014210638194, 0.9406189490840604, 1.813974038995372, 0.9625474312031366, 0.8759152871750495, 0.9271757636960218, 1.0006036239591352, 1.5369145595754623, 1.0831016660073691, 1.5128826212592037, 1.8732810382797531, 1.1716139686700582, 0.48282754728171007, 1.551849983942546, 1.3835072282300105, 1.675310024994373, 1.551849983942546, 0.6693083731818361, 1.3102920496009318, 2.2862728107653854, 1.4264721369491442, 0.8109066454682694, 1.0755915915500922, 1.2109393136187854, 1.2109393136187854, 2.1889574709789708, 1.972859220535135, 1.1546569365067594, 0.2309095026024935, 1.7417060992006672, 1.9218835873241775, 1.3730631750795654, 1.2784892075499272, 1.772996938961331, 1.6643186265528882, 1.5930865442200688, 1.580931159910352, 1.1749638356134111, 1.1580764176692109, 2.3051041362279587, 0.3299528326476714, 2.0315495938533665, 1.9191823237394359, 1.6207695233285004, 1.1614817455283637, 1.7003995104362208, 0.5207001008154912, 1.8108934148366735, 2.484579464611401, 1.2267858361653663, 1.1477750403314573, 1.1783001183960118, 1.6207695233285004, 2.141827355944798, 1.1980385996822682, 0.992297496883287, 1.5990975385680504, 0.4905426901912519, 1.0210093499069717, 1.2784892075499272, 1.3886799502120095, 1.1682504065170034, 1.4014712232218898, 1.5497328820552392, 1.3187563516982606, 1.4696439611682042, 2.1376887536230385, 1.785824063214578, 2.1889574709789708, 0.4099318761914119, 1.2695980047553614, 2.0639464099120275, 2.2072691878716717, 2.1682323365029244, 2.5673570995586235, 1.2843637369880705, 1.9245760093795052, 1.4215323681362566, 2.0088161327375325, 2.598149954888296]], \"cat_colors\": {\"row\": {}, \"col\": {\"cat-0\": {\"Tissue: PBMC\": \"red\", \"Tissue: Plaque\": \"#2F4F4F\", \"Tissue: CV7225\": \"#D4AF37\", \"Tissue: CD4__T_Cells\": \"blue\", \"Tissue: CD8__T_Cells\": \"red\", \"Tissue: Monocytes-1\": \"#98ff98\", \"Tissue: Monocytes-2\": \"#228B22\", \"Tissue: Macrophages-q\": \"grey\", \"Tissue: NK_Cells\": \"yellow\", \"Tissue: NKT_Cells\": \"#800020\", \"Tissue: B_Cells\": \"purple\", \"Tissue: pDCs\": \"black\", \"Tissue: Plasma_Cells\": \"#cc5500\", \"Tissue: CD1c__DCs\": \"#ff9999\"}, \"cat-1\": {\"Cell Type: B_Cells\": \"purple\", \"Cell Type: CD1c__DCs\": \"#ff9999\", \"Cell Type: CD4__T_Cells\": \"blue\", \"Cell Type: CD8-CD4-_T_Cells\": \"#ff9896\", \"Cell Type: CD8__T_Cells\": \"red\", \"Cell Type: Macrophages-1\": \"#5254a3\", \"Cell Type: Macrophages-3\": \"#c49c94\", \"Cell Type: Monocytes-1\": \"#98ff98\", \"Cell Type: Monocytes-2\": \"#228B22\", \"Cell Type: Monocytes-3\": \"#17becf\", \"Cell Type: Monocytes-4\": \"#6b6ecf\", \"Cell Type: Monocytes-5\": \"#d62728\", \"Cell Type: NKT_Cells\": \"#800020\", \"Cell Type: NK_Cells\": \"yellow\", \"Cell Type: Plasma_Cells\": \"#cc5500\", \"Cell Type: Ungated\": \"#7b4173\", \"Cell Type: pDCs\": \"black\", \"Cell Type: CD8_CD4_T_Cells\": \"#ff9896\", \"Cell Type: Macrophages-2\": \"#c49c94\", \"Cell Type: CV7225\": \"#D4AF37\", \"Cell Type: PBMC\": \"red\", \"Cell Type: Plaque\": \"#2F4F4F\", \"Cell Type: Macrophages-q\": \"grey\"}}}, \"views\": [{\"N_row_sum\": \"all\", \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"name\": \"CD11b\", \"ini\": 21, \"clust\": 13, \"rank\": 13, \"rankvar\": 10, \"group\": [8.0, 8.0, 8.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD11c\", \"ini\": 20, \"clust\": 12, \"rank\": 19, \"rankvar\": 18, \"group\": [10.0, 8.0, 8.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD123\", \"ini\": 19, \"clust\": 17, \"rank\": 4, \"rankvar\": 4, \"group\": [14.0, 12.0, 10.0, 6.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD14\", \"ini\": 18, \"clust\": 15, \"rank\": 11, \"rankvar\": 12, \"group\": [11.0, 9.0, 8.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD141\", \"ini\": 17, \"clust\": 18, \"rank\": 5, \"rankvar\": 5, \"group\": [15.0, 13.0, 11.0, 6.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD16\", \"ini\": 16, \"clust\": 5, \"rank\": 9, \"rankvar\": 11, \"group\": [20.0, 18.0, 16.0, 11.0, 9.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD19\", \"ini\": 15, \"clust\": 7, \"rank\": 3, \"rankvar\": 3, \"group\": [5.0, 5.0, 5.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD1c\", \"ini\": 14, \"clust\": 6, \"rank\": 1, \"rankvar\": 1, \"group\": [7.0, 7.0, 7.0, 4.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD206\", \"ini\": 13, \"clust\": 19, \"rank\": 2, \"rankvar\": 2, \"group\": [17.0, 15.0, 13.0, 8.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD24\", \"ini\": 12, \"clust\": 8, \"rank\": 0, \"rankvar\": 0, \"group\": [6.0, 6.0, 6.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD27\", \"ini\": 11, \"clust\": 2, \"rank\": 17, \"rankvar\": 14, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD3\", \"ini\": 10, \"clust\": 3, \"rank\": 8, \"rankvar\": 16, \"group\": [2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD33\", \"ini\": 9, \"clust\": 14, \"rank\": 16, \"rankvar\": 9, \"group\": [9.0, 8.0, 8.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD38\", \"ini\": 8, \"clust\": 9, \"rank\": 14, \"rankvar\": 13, \"group\": [19.0, 17.0, 15.0, 10.0, 8.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD4\", \"ini\": 7, \"clust\": 1, \"rank\": 10, \"rankvar\": 15, \"group\": [3.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD56\", \"ini\": 6, \"clust\": 20, \"rank\": 20, \"rankvar\": 6, \"group\": [18.0, 16.0, 14.0, 9.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD62L\", \"ini\": 5, \"clust\": 0, \"rank\": 15, \"rankvar\": 17, \"group\": [4.0, 4.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD64\", \"ini\": 4, \"clust\": 16, \"rank\": 18, \"rankvar\": 19, \"group\": [12.0, 10.0, 8.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD66b\", \"ini\": 3, \"clust\": 10, \"rank\": 6, \"rankvar\": 7, \"group\": [16.0, 14.0, 12.0, 7.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD8\", \"ini\": 2, \"clust\": 4, \"rank\": 12, \"rankvar\": 20, \"group\": [21.0, 19.0, 17.0, 12.0, 10.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"HLADR\", \"ini\": 1, \"clust\": 11, \"rank\": 7, \"rankvar\": 8, \"group\": [13.0, 11.0, 9.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}], \"col_nodes\": [{\"name\": \"GCATGCGTCCATGAGT\", \"ini\": 5232, \"clust\": 4922, \"rank\": 27, \"rankvar\": 4747, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3589, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5025, \"group\": [4920.0, 927.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCTA\", \"ini\": 5231, \"clust\": 3975, \"rank\": 24, \"rankvar\": 439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3590, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2250, \"group\": [3974.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGTCCGTAT\", \"ini\": 5230, \"clust\": 1788, \"rank\": 14, \"rankvar\": 1256, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3591, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 256, \"group\": [1788.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTCCAACC\", \"ini\": 5229, \"clust\": 5114, \"rank\": 87, \"rankvar\": 30, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3592, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4327, \"group\": [5113.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGCTGTTCA\", \"ini\": 5228, \"clust\": 4114, \"rank\": 72, \"rankvar\": 4459, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3593, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 0, \"group\": [4111.0, 774.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCACATAGC\", \"ini\": 5227, \"clust\": 3957, \"rank\": 31, \"rankvar\": 625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3594, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2251, \"group\": [3957.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCTCTTTCCTC\", \"ini\": 5226, \"clust\": 4113, \"rank\": 109, \"rankvar\": 2311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3595, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 1, \"group\": [4113.0, 774.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGTAGC\", \"ini\": 5225, \"clust\": 3970, \"rank\": 1, \"rankvar\": 4080, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3596, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2252, \"group\": [3970.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACAGTACACT\", \"ini\": 5224, \"clust\": 1920, \"rank\": 48, \"rankvar\": 27, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 257, \"group\": [1919.0, 330.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGGACGAAA\", \"ini\": 5223, \"clust\": 1806, \"rank\": 65, \"rankvar\": 331, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 258, \"group\": [1807.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATGGAGC\", \"ini\": 5222, \"clust\": 5090, \"rank\": 138, \"rankvar\": 99, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4328, \"group\": [5093.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGGGATACC\", \"ini\": 5221, \"clust\": 3964, \"rank\": 18, \"rankvar\": 943, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3600, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2253, \"group\": [3962.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGAGGTG\", \"ini\": 5220, \"clust\": 5112, \"rank\": 116, \"rankvar\": 236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3601, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4329, \"group\": [5116.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGGCCCGTT\", \"ini\": 5219, \"clust\": 4927, \"rank\": 119, \"rankvar\": 21, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3602, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4330, \"group\": [4927.0, 930.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCAGGCCCA\", \"ini\": 5218, \"clust\": 56, \"rank\": 88, \"rankvar\": 5193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3603, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5141, \"group\": [54.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTGACTCAT\", \"ini\": 5217, \"clust\": 5118, \"rank\": 151, \"rankvar\": 110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4331, \"group\": [5117.0, 1004.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTTTACGT\", \"ini\": 5216, \"clust\": 3976, \"rank\": 30, \"rankvar\": 978, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3605, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2254, \"group\": [3975.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATGACCT\", \"ini\": 5215, \"clust\": 3968, \"rank\": 53, \"rankvar\": 472, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2255, \"group\": [3966.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACAGACC\", \"ini\": 5214, \"clust\": 5100, \"rank\": 145, \"rankvar\": 20, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3607, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4332, \"group\": [5099.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATTCGCACTCT\", \"ini\": 5213, \"clust\": 3977, \"rank\": 79, \"rankvar\": 181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3608, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2256, \"group\": [3977.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGCCACCTG\", \"ini\": 5212, \"clust\": 3971, \"rank\": 35, \"rankvar\": 2542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3609, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2257, \"group\": [3971.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGTTTA\", \"ini\": 5211, \"clust\": 3808, \"rank\": 44, \"rankvar\": 762, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3610, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2258, \"group\": [3805.0, 710.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACTTAAGC\", \"ini\": 5210, \"clust\": 3960, \"rank\": 113, \"rankvar\": 616, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3611, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2259, \"group\": [3959.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTAGAGTGAGA\", \"ini\": 5209, \"clust\": 5066, \"rank\": 194, \"rankvar\": 240, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3612, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4333, \"group\": [5070.0, 998.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTGCCTG\", \"ini\": 5208, \"clust\": 3972, \"rank\": 68, \"rankvar\": 1308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3613, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2260, \"group\": [3972.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGCTAAACA\", \"ini\": 5207, \"clust\": 57, \"rank\": 136, \"rankvar\": 5129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3614, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5142, \"group\": [55.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGAGTAAGG\", \"ini\": 5206, \"clust\": 60, \"rank\": 201, \"rankvar\": 4751, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3615, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5143, \"group\": [56.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGTAGCCA\", \"ini\": 5205, \"clust\": 4440, \"rank\": 85, \"rankvar\": 1253, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3616, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4334, \"group\": [4440.0, 849.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCAGACACTT\", \"ini\": 5204, \"clust\": 58, \"rank\": 253, \"rankvar\": 5096, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3617, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5144, \"group\": [59.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGAGAACG\", \"ini\": 5203, \"clust\": 5009, \"rank\": 225, \"rankvar\": 244, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3618, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4291, \"group\": [5008.0, 974.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAATCGAAA\", \"ini\": 5202, \"clust\": 3961, \"rank\": 167, \"rankvar\": 216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3619, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2261, \"group\": [3960.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCCAGTATG\", \"ini\": 5201, \"clust\": 5089, \"rank\": 176, \"rankvar\": 0, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3620, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4335, \"group\": [5094.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTTCCAGTATG\", \"ini\": 5200, \"clust\": 5110, \"rank\": 159, \"rankvar\": 13, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3621, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4336, \"group\": [5110.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCCTCATTA\", \"ini\": 5199, \"clust\": 4929, \"rank\": 77, \"rankvar\": 1190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3622, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4337, \"group\": [4930.0, 931.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTGAGTGT\", \"ini\": 5198, \"clust\": 1863, \"rank\": 183, \"rankvar\": 70, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 259, \"group\": [1862.0, 297.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCACGACTA\", \"ini\": 5197, \"clust\": 1789, \"rank\": 146, \"rankvar\": 280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 260, \"group\": [1789.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGTTCGATC\", \"ini\": 5196, \"clust\": 5102, \"rank\": 249, \"rankvar\": 88, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4338, \"group\": [5103.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCGTGGGAA\", \"ini\": 5195, \"clust\": 4061, \"rank\": 163, \"rankvar\": 1547, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2262, \"group\": [4060.0, 758.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTGTCAATC\", \"ini\": 5194, \"clust\": 61, \"rank\": 314, \"rankvar\": 4783, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3627, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5145, \"group\": [57.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAATCAGAA\", \"ini\": 5193, \"clust\": 5070, \"rank\": 197, \"rankvar\": 129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3628, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4339, \"group\": [5071.0, 998.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTCAGAAGC\", \"ini\": 5192, \"clust\": 4924, \"rank\": 102, \"rankvar\": 264, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3629, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 261, \"group\": [4925.0, 929.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGAGAGCTC\", \"ini\": 5191, \"clust\": 3958, \"rank\": 126, \"rankvar\": 1376, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3630, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2263, \"group\": [3958.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAGGAACGT\", \"ini\": 5190, \"clust\": 5010, \"rank\": 300, \"rankvar\": 329, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3631, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4292, \"group\": [5009.0, 974.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTTCTGAAC\", \"ini\": 5189, \"clust\": 4021, \"rank\": 121, \"rankvar\": 818, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3632, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2264, \"group\": [4019.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAAAGGTGC\", \"ini\": 5188, \"clust\": 4960, \"rank\": 285, \"rankvar\": 527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3633, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4340, \"group\": [4963.0, 946.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTGGTATG\", \"ini\": 5187, \"clust\": 3978, \"rank\": 160, \"rankvar\": 76, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3634, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2265, \"group\": [3978.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTTCTGAAC\", \"ini\": 5186, \"clust\": 5091, \"rank\": 235, \"rankvar\": 32, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3635, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4341, \"group\": [5092.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTGTCTAT\", \"ini\": 5185, \"clust\": 3969, \"rank\": 165, \"rankvar\": 613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3636, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2266, \"group\": [3967.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTCGAATCT\", \"ini\": 5184, \"clust\": 4964, \"rank\": 233, \"rankvar\": 284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3637, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4342, \"group\": [4964.0, 947.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGAATCCA\", \"ini\": 5183, \"clust\": 4444, \"rank\": 181, \"rankvar\": 966, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3638, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4343, \"group\": [4442.0, 849.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTCACAAGG\", \"ini\": 5182, \"clust\": 1847, \"rank\": 168, \"rankvar\": 390, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3639, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 262, \"group\": [1847.0, 292.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCTAACTTC\", \"ini\": 5181, \"clust\": 5071, \"rank\": 283, \"rankvar\": 81, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3640, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4344, \"group\": [5072.0, 998.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAGTCAGAG\", \"ini\": 5180, \"clust\": 6, \"rank\": 178, \"rankvar\": 3168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3641, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4345, \"group\": [7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACTTATC\", \"ini\": 5179, \"clust\": 4445, \"rank\": 131, \"rankvar\": 561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3642, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4346, \"group\": [4443.0, 849.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCAAGGTAA\", \"ini\": 5178, \"clust\": 4441, \"rank\": 132, \"rankvar\": 551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3643, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4347, \"group\": [4441.0, 849.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTACCGGCT\", \"ini\": 5177, \"clust\": 5104, \"rank\": 279, \"rankvar\": 83, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3644, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4348, \"group\": [5105.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAGTCGGCACT\", \"ini\": 5176, \"clust\": 4958, \"rank\": 221, \"rankvar\": 289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3645, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4349, \"group\": [4959.0, 946.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATCGTCGG\", \"ini\": 5175, \"clust\": 4959, \"rank\": 280, \"rankvar\": 270, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3646, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4350, \"group\": [4960.0, 946.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTGACGTT\", \"ini\": 5174, \"clust\": 5111, \"rank\": 223, \"rankvar\": 1, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3647, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4351, \"group\": [5111.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGGTTAAC\", \"ini\": 5173, \"clust\": 5107, \"rank\": 268, \"rankvar\": 11, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3648, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4352, \"group\": [5107.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTTCGGCAC\", \"ini\": 5172, \"clust\": 3944, \"rank\": 238, \"rankvar\": 269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3649, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2267, \"group\": [3947.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGTCGTACT\", \"ini\": 5171, \"clust\": 5068, \"rank\": 374, \"rankvar\": 255, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3650, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4353, \"group\": [5067.0, 998.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCGAATCCA\", \"ini\": 5170, \"clust\": 5042, \"rank\": 246, \"rankvar\": 93, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3651, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4354, \"group\": [5043.0, 988.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATACGCTA\", \"ini\": 5169, \"clust\": 3898, \"rank\": 338, \"rankvar\": 430, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3652, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2268, \"group\": [3898.0, 740.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCCGTC\", \"ini\": 5168, \"clust\": 4011, \"rank\": 122, \"rankvar\": 2272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3653, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2269, \"group\": [4013.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACAAGACACG\", \"ini\": 5167, \"clust\": 4925, \"rank\": 172, \"rankvar\": 35, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 263, \"group\": [4926.0, 929.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTCCAGTTA\", \"ini\": 5166, \"clust\": 5119, \"rank\": 261, \"rankvar\": 4, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3655, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4355, \"group\": [5118.0, 1004.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTATCAGTGCAT\", \"ini\": 5165, \"clust\": 5117, \"rank\": 241, \"rankvar\": 85, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3656, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4356, \"group\": [5119.0, 1004.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCATCTACCTGC\", \"ini\": 5164, \"clust\": 4443, \"rank\": 200, \"rankvar\": 678, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3657, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4357, \"group\": [4444.0, 849.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGTACGCCC\", \"ini\": 5163, \"clust\": 4012, \"rank\": 169, \"rankvar\": 2810, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3658, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2270, \"group\": [4011.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGTAAACT\", \"ini\": 5162, \"clust\": 4449, \"rank\": 289, \"rankvar\": 313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4358, \"group\": [4448.0, 850.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGTGTGGT\", \"ini\": 5161, \"clust\": 5002, \"rank\": 271, \"rankvar\": 507, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3660, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4293, \"group\": [5001.0, 972.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTATA\", \"ini\": 5160, \"clust\": 1787, \"rank\": 127, \"rankvar\": 1657, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 264, \"group\": [1790.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACATGCAACT\", \"ini\": 5159, \"clust\": 3965, \"rank\": 103, \"rankvar\": 2521, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3662, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2271, \"group\": [3963.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCACCGGGT\", \"ini\": 5158, \"clust\": 4971, \"rank\": 298, \"rankvar\": 346, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3663, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4359, \"group\": [4970.0, 950.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGATGGGTC\", \"ini\": 5157, \"clust\": 3973, \"rank\": 106, \"rankvar\": 1632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3664, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2272, \"group\": [3973.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTATGGTTC\", \"ini\": 5156, \"clust\": 5084, \"rank\": 324, \"rankvar\": 162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3665, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4360, \"group\": [5089.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTATCGAA\", \"ini\": 5155, \"clust\": 3799, \"rank\": 256, \"rankvar\": 1688, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3666, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 265, \"group\": [3798.0, 707.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCATGAGT\", \"ini\": 5154, \"clust\": 5069, \"rank\": 391, \"rankvar\": 66, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3667, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4361, \"group\": [5068.0, 998.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGCTATCT\", \"ini\": 5153, \"clust\": 4111, \"rank\": 523, \"rankvar\": 3556, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3668, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 2, \"group\": [4109.0, 774.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGGTTACCT\", \"ini\": 5152, \"clust\": 4130, \"rank\": 450, \"rankvar\": 2115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3669, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 3, \"group\": [4126.0, 777.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCACCCATGG\", \"ini\": 5151, \"clust\": 1797, \"rank\": 180, \"rankvar\": 23, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3670, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 266, \"group\": [1799.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGGTGTAG\", \"ini\": 5150, \"clust\": 3959, \"rank\": 188, \"rankvar\": 619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3671, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2273, \"group\": [3961.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCCCAGGTG\", \"ini\": 5149, \"clust\": 4928, \"rank\": 243, \"rankvar\": 145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3672, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2274, \"group\": [4928.0, 930.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGTATGCT\", \"ini\": 5148, \"clust\": 1793, \"rank\": 202, \"rankvar\": 126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3673, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 267, \"group\": [1793.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTTAAGAAC\", \"ini\": 5147, \"clust\": 3942, \"rank\": 112, \"rankvar\": 3901, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3674, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2275, \"group\": [3941.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCATGTCGAT\", \"ini\": 5146, \"clust\": 4995, \"rank\": 388, \"rankvar\": 428, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3675, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2276, \"group\": [4995.0, 969.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCATAGAAAC\", \"ini\": 5145, \"clust\": 1799, \"rank\": 179, \"rankvar\": 408, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 268, \"group\": [1796.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGCACCGCT\", \"ini\": 5144, \"clust\": 4051, \"rank\": 292, \"rankvar\": 513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3677, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2277, \"group\": [4051.0, 756.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTCTCTCGT\", \"ini\": 5143, \"clust\": 1807, \"rank\": 274, \"rankvar\": 34, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 269, \"group\": [1808.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAAGAAAGG\", \"ini\": 5142, \"clust\": 4457, \"rank\": 226, \"rankvar\": 221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3679, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4362, \"group\": [4456.0, 854.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGGCATGGT\", \"ini\": 5141, \"clust\": 4919, \"rank\": 327, \"rankvar\": 567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3680, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4363, \"group\": [4924.0, 928.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGGTCATCT\", \"ini\": 5140, \"clust\": 59, \"rank\": 359, \"rankvar\": 3835, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3681, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5146, \"group\": [58.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAAT\", \"ini\": 5139, \"clust\": 4996, \"rank\": 399, \"rankvar\": 28, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3682, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4294, \"group\": [4996.0, 969.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCAGCGC\", \"ini\": 5138, \"clust\": 5005, \"rank\": 377, \"rankvar\": 205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3683, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4295, \"group\": [5005.0, 973.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAATCTCC\", \"ini\": 5137, \"clust\": 3899, \"rank\": 348, \"rankvar\": 353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3684, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2278, \"group\": [3896.0, 740.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTTCCACGG\", \"ini\": 5136, \"clust\": 1862, \"rank\": 301, \"rankvar\": 139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3685, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 270, \"group\": [1864.0, 297.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGCTGGCT\", \"ini\": 5135, \"clust\": 4972, \"rank\": 318, \"rankvar\": 1031, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3686, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5026, \"group\": [4971.0, 950.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGGCCCTTG\", \"ini\": 5134, \"clust\": 5012, \"rank\": 398, \"rankvar\": 379, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3687, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4296, \"group\": [5012.0, 975.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCCTTTACA\", \"ini\": 5133, \"clust\": 5082, \"rank\": 382, \"rankvar\": 56, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3688, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4364, \"group\": [5081.0, 1001.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCTCCCTGA\", \"ini\": 5132, \"clust\": 5022, \"rank\": 507, \"rankvar\": 242, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3689, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4365, \"group\": [5022.0, 980.0, 158.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGTTGG\", \"ini\": 5131, \"clust\": 4022, \"rank\": 264, \"rankvar\": 1313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3690, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2279, \"group\": [4020.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGAAGCA\", \"ini\": 5130, \"clust\": 3807, \"rank\": 135, \"rankvar\": 1538, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3691, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2280, \"group\": [3807.0, 710.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCTGGTCG\", \"ini\": 5129, \"clust\": 4337, \"rank\": 307, \"rankvar\": 4904, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3692, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5027, \"group\": [4338.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCAAAGACA\", \"ini\": 5128, \"clust\": 5106, \"rank\": 429, \"rankvar\": 75, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3693, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4366, \"group\": [5109.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCTCCGAAGAG\", \"ini\": 5127, \"clust\": 3948, \"rank\": 267, \"rankvar\": 1263, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2281, \"group\": [3951.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCAGCACAT\", \"ini\": 5126, \"clust\": 4332, \"rank\": 216, \"rankvar\": 4685, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3695, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5028, \"group\": [4331.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCAGGTCCAC\", \"ini\": 5125, \"clust\": 3914, \"rank\": 218, \"rankvar\": 2446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2282, \"group\": [3910.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGTGCAT\", \"ini\": 5124, \"clust\": 3906, \"rank\": 193, \"rankvar\": 1076, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2283, \"group\": [3906.0, 744.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCAAGTAGTA\", \"ini\": 5123, \"clust\": 1848, \"rank\": 341, \"rankvar\": 420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 271, \"group\": [1848.0, 292.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCTGTCTA\", \"ini\": 5122, \"clust\": 64, \"rank\": 505, \"rankvar\": 4876, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3699, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5147, \"group\": [62.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTGCGCTTG\", \"ini\": 5121, \"clust\": 5003, \"rank\": 404, \"rankvar\": 691, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3700, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4297, \"group\": [5002.0, 972.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGATGTT\", \"ini\": 5120, \"clust\": 5083, \"rank\": 444, \"rankvar\": 169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3701, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4367, \"group\": [5082.0, 1001.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACTTACGA\", \"ini\": 5119, \"clust\": 1780, \"rank\": 303, \"rankvar\": 22, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3702, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 272, \"group\": [1779.0, 283.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCAGCTGTAT\", \"ini\": 5118, \"clust\": 4453, \"rank\": 393, \"rankvar\": 254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3703, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4368, \"group\": [4452.0, 852.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGCTCAACT\", \"ini\": 5117, \"clust\": 4961, \"rank\": 395, \"rankvar\": 703, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3704, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4369, \"group\": [4961.0, 946.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCAACGG\", \"ini\": 5116, \"clust\": 1785, \"rank\": 251, \"rankvar\": 984, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 273, \"group\": [1786.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTTAAGATG\", \"ini\": 5115, \"clust\": 3962, \"rank\": 199, \"rankvar\": 1822, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3706, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2284, \"group\": [3965.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTGTATGGG\", \"ini\": 5114, \"clust\": 4062, \"rank\": 320, \"rankvar\": 1794, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3707, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2285, \"group\": [4061.0, 758.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCATACGCCG\", \"ini\": 5113, \"clust\": 5000, \"rank\": 329, \"rankvar\": 716, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 274, \"group\": [5004.0, 972.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGCTGTCTA\", \"ini\": 5112, \"clust\": 4139, \"rank\": 694, \"rankvar\": 4517, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3709, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 4, \"group\": [4136.0, 779.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCAGCTTAG\", \"ini\": 5111, \"clust\": 3974, \"rank\": 273, \"rankvar\": 121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3710, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2286, \"group\": [3976.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGTGTCCCG\", \"ini\": 5110, \"clust\": 3943, \"rank\": 204, \"rankvar\": 3647, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3711, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2287, \"group\": [3942.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGTGACCA\", \"ini\": 5109, \"clust\": 1857, \"rank\": 483, \"rankvar\": 80, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 275, \"group\": [1858.0, 295.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAAGCCATT\", \"ini\": 5108, \"clust\": 3955, \"rank\": 296, \"rankvar\": 1072, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3713, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2288, \"group\": [3954.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGATGGGTC\", \"ini\": 5107, \"clust\": 3806, \"rank\": 192, \"rankvar\": 1364, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3714, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2289, \"group\": [3808.0, 710.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAGGCGATA\", \"ini\": 5106, \"clust\": 4968, \"rank\": 636, \"rankvar\": 464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3715, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4370, \"group\": [4967.0, 949.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAACGTGG\", \"ini\": 5105, \"clust\": 4060, \"rank\": 396, \"rankvar\": 1293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3716, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2290, \"group\": [4062.0, 758.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCTAACTCT\", \"ini\": 5104, \"clust\": 1800, \"rank\": 244, \"rankvar\": 260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3717, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 276, \"group\": [1797.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCCGCAAGC\", \"ini\": 5103, \"clust\": 4331, \"rank\": 418, \"rankvar\": 4479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3718, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5029, \"group\": [4333.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGGAATCG\", \"ini\": 5102, \"clust\": 1828, \"rank\": 472, \"rankvar\": 166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3719, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 277, \"group\": [1832.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGTCAAGGC\", \"ini\": 5101, \"clust\": 4969, \"rank\": 455, \"rankvar\": 122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3720, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4371, \"group\": [4968.0, 949.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCCATTTA\", \"ini\": 5100, \"clust\": 3995, \"rank\": 312, \"rankvar\": 2922, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3721, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2291, \"group\": [3997.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGTCAAGGC\", \"ini\": 5099, \"clust\": 5059, \"rank\": 713, \"rankvar\": 108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3722, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4372, \"group\": [5059.0, 996.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTGGTGTA\", \"ini\": 5098, \"clust\": 5047, \"rank\": 545, \"rankvar\": 546, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4373, \"group\": [5047.0, 991.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCCCGACTT\", \"ini\": 5097, \"clust\": 5061, \"rank\": 807, \"rankvar\": 1001, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3724, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4374, \"group\": [5062.0, 997.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATGACGGA\", \"ini\": 5096, \"clust\": 3900, \"rank\": 479, \"rankvar\": 389, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2292, \"group\": [3897.0, 740.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAGTTGAC\", \"ini\": 5095, \"clust\": 4112, \"rank\": 656, \"rankvar\": 1897, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3726, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 5, \"group\": [4110.0, 774.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGGCACA\", \"ini\": 5094, \"clust\": 3967, \"rank\": 258, \"rankvar\": 662, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3727, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2293, \"group\": [3968.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACAGATTGCT\", \"ini\": 5093, \"clust\": 1796, \"rank\": 335, \"rankvar\": 98, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3728, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 278, \"group\": [1800.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATACAGCT\", \"ini\": 5092, \"clust\": 5013, \"rank\": 477, \"rankvar\": 150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3729, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4298, \"group\": [5013.0, 975.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCTGGTA\", \"ini\": 5091, \"clust\": 4933, \"rank\": 354, \"rankvar\": 273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3730, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4375, \"group\": [4932.0, 932.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGAGCGAT\", \"ini\": 5090, \"clust\": 1731, \"rank\": 512, \"rankvar\": 371, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3731, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 279, \"group\": [1731.0, 269.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGATGAGC\", \"ini\": 5089, \"clust\": 1779, \"rank\": 343, \"rankvar\": 58, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3732, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 280, \"group\": [1781.0, 283.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCTGCCCTA\", \"ini\": 5088, \"clust\": 5034, \"rank\": 440, \"rankvar\": 128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3733, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4376, \"group\": [5032.0, 984.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGCAACGGT\", \"ini\": 5087, \"clust\": 66, \"rank\": 533, \"rankvar\": 4967, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3734, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5148, \"group\": [66.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAATCTCC\", \"ini\": 5086, \"clust\": 5140, \"rank\": 820, \"rankvar\": 607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3735, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4377, \"group\": [5141.0, 1021.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTCATTTGCCC\", \"ini\": 5085, \"clust\": 1795, \"rank\": 383, \"rankvar\": 17, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3736, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 281, \"group\": [1801.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGATGGAA\", \"ini\": 5084, \"clust\": 4934, \"rank\": 295, \"rankvar\": 1252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3737, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2294, \"group\": [4933.0, 932.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGACAGACC\", \"ini\": 5083, \"clust\": 4926, \"rank\": 380, \"rankvar\": 310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3738, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4378, \"group\": [4929.0, 930.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATTATCTC\", \"ini\": 5082, \"clust\": 5064, \"rank\": 759, \"rankvar\": 387, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3739, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4379, \"group\": [5064.0, 997.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATTAACCG\", \"ini\": 5081, \"clust\": 4035, \"rank\": 364, \"rankvar\": 2829, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3740, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2295, \"group\": [4032.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGTCGCCGT\", \"ini\": 5080, \"clust\": 4333, \"rank\": 466, \"rankvar\": 3422, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3741, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5030, \"group\": [4332.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGACGTAG\", \"ini\": 5079, \"clust\": 5006, \"rank\": 527, \"rankvar\": 470, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3742, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2296, \"group\": [5006.0, 973.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTCCTATA\", \"ini\": 5078, \"clust\": 3950, \"rank\": 361, \"rankvar\": 926, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3743, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2297, \"group\": [3948.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACACAAGTAA\", \"ini\": 5077, \"clust\": 4943, \"rank\": 488, \"rankvar\": 543, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3744, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4380, \"group\": [4943.0, 939.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTGGTGTA\", \"ini\": 5076, \"clust\": 5120, \"rank\": 677, \"rankvar\": 307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3745, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4381, \"group\": [5121.0, 1006.0, 161.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGACAGCT\", \"ini\": 5075, \"clust\": 5007, \"rank\": 594, \"rankvar\": 31, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3746, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4299, \"group\": [5011.0, 974.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTAGAGGTACC\", \"ini\": 5074, \"clust\": 5001, \"rank\": 538, \"rankvar\": 123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3747, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4300, \"group\": [5003.0, 972.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCACGACTA\", \"ini\": 5073, \"clust\": 4014, \"rank\": 390, \"rankvar\": 1241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3748, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2298, \"group\": [4014.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCATCCGTGG\", \"ini\": 5072, \"clust\": 3904, \"rank\": 269, \"rankvar\": 2876, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3749, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2299, \"group\": [3904.0, 744.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTTCGCACTCT\", \"ini\": 5071, \"clust\": 4459, \"rank\": 425, \"rankvar\": 1026, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3750, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4382, \"group\": [4458.0, 854.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCCCTTGT\", \"ini\": 5070, \"clust\": 4030, \"rank\": 368, \"rankvar\": 2180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3751, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2300, \"group\": [4029.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGGTCCAC\", \"ini\": 5069, \"clust\": 3946, \"rank\": 375, \"rankvar\": 1348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3752, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2301, \"group\": [3944.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACTCTTA\", \"ini\": 5068, \"clust\": 4944, \"rank\": 624, \"rankvar\": 101, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3753, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4383, \"group\": [4944.0, 939.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAATCCGAT\", \"ini\": 5067, \"clust\": 4992, \"rank\": 580, \"rankvar\": 227, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3754, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4301, \"group\": [4992.0, 967.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCCACGACG\", \"ini\": 5066, \"clust\": 67, \"rank\": 639, \"rankvar\": 5025, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3755, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5149, \"group\": [64.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGAAGCA\", \"ini\": 5065, \"clust\": 3, \"rank\": 687, \"rankvar\": 1081, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3756, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4384, \"group\": [6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCACCACGTG\", \"ini\": 5064, \"clust\": 1868, \"rank\": 420, \"rankvar\": 566, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 282, \"group\": [1868.0, 299.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGGTA\", \"ini\": 5063, \"clust\": 1772, \"rank\": 409, \"rankvar\": 120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 283, \"group\": [1773.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCATGTCTT\", \"ini\": 5062, \"clust\": 4940, \"rank\": 542, \"rankvar\": 723, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3759, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4385, \"group\": [4941.0, 939.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTTACGGG\", \"ini\": 5061, \"clust\": 1864, \"rank\": 511, \"rankvar\": 3, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 284, \"group\": [1863.0, 297.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTCTACCTC\", \"ini\": 5060, \"clust\": 4941, \"rank\": 633, \"rankvar\": 870, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3761, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4386, \"group\": [4942.0, 939.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATGTTCCAACA\", \"ini\": 5059, \"clust\": 1808, \"rank\": 489, \"rankvar\": 63, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3762, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 285, \"group\": [1809.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTAGCTCCG\", \"ini\": 5058, \"clust\": 4460, \"rank\": 462, \"rankvar\": 375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3763, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4387, \"group\": [4459.0, 854.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAACAACA\", \"ini\": 5057, \"clust\": 1818, \"rank\": 331, \"rankvar\": 719, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 286, \"group\": [1818.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTTCTCG\", \"ini\": 5056, \"clust\": 75, \"rank\": 951, \"rankvar\": 2028, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5150, \"group\": [75.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAATGAAAC\", \"ini\": 5055, \"clust\": 55, \"rank\": 786, \"rankvar\": 4784, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3766, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5151, \"group\": [60.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCGCCTA\", \"ini\": 5054, \"clust\": 3990, \"rank\": 428, \"rankvar\": 1464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3767, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2302, \"group\": [3990.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAGGGTACA\", \"ini\": 5053, \"clust\": 1841, \"rank\": 500, \"rankvar\": 475, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 287, \"group\": [1841.0, 290.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTCTTCTCG\", \"ini\": 5052, \"clust\": 1720, \"rank\": 604, \"rankvar\": 2, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 288, \"group\": [1719.0, 259.0, 50.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCCATCGTCGG\", \"ini\": 5051, \"clust\": 4923, \"rank\": 426, \"rankvar\": 3072, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3770, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5031, \"group\": [4921.0, 927.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTGTACATGTC\", \"ini\": 5050, \"clust\": 4956, \"rank\": 611, \"rankvar\": 842, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3771, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4388, \"group\": [4956.0, 945.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCAGCTAT\", \"ini\": 5049, \"clust\": 4965, \"rank\": 684, \"rankvar\": 291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3772, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4389, \"group\": [4965.0, 947.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTACGACCC\", \"ini\": 5048, \"clust\": 1792, \"rank\": 525, \"rankvar\": 111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3773, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 289, \"group\": [1795.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCGGCATCG\", \"ini\": 5047, \"clust\": 4121, \"rank\": 715, \"rankvar\": 4077, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3774, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 6, \"group\": [4119.0, 776.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTGTGGCC\", \"ini\": 5046, \"clust\": 3953, \"rank\": 461, \"rankvar\": 814, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3775, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2303, \"group\": [3952.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCAACACCA\", \"ini\": 5045, \"clust\": 4029, \"rank\": 427, \"rankvar\": 1535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3776, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2304, \"group\": [4031.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACACATGACT\", \"ini\": 5044, \"clust\": 4932, \"rank\": 445, \"rankvar\": 2252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3777, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4390, \"group\": [4934.0, 933.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCATCCGCGA\", \"ini\": 5043, \"clust\": 5103, \"rank\": 539, \"rankvar\": 38, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3778, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4391, \"group\": [5104.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTAGGC\", \"ini\": 5042, \"clust\": 4963, \"rank\": 513, \"rankvar\": 209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3779, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4392, \"group\": [4966.0, 948.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAGGGCATA\", \"ini\": 5041, \"clust\": 4957, \"rank\": 659, \"rankvar\": 851, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3780, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4393, \"group\": [4957.0, 945.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGATGCCTT\", \"ini\": 5040, \"clust\": 3963, \"rank\": 276, \"rankvar\": 3343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3781, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2305, \"group\": [3964.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTCCACAA\", \"ini\": 5039, \"clust\": 5016, \"rank\": 658, \"rankvar\": 426, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3782, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4302, \"group\": [5015.0, 977.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAAGCGATG\", \"ini\": 5038, \"clust\": 1764, \"rank\": 423, \"rankvar\": 2667, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3783, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 290, \"group\": [1765.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGACACTAA\", \"ini\": 5037, \"clust\": 5004, \"rank\": 414, \"rankvar\": 207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3784, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4303, \"group\": [5007.0, 973.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTAGAGTC\", \"ini\": 5036, \"clust\": 68, \"rank\": 853, \"rankvar\": 4790, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3785, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5152, \"group\": [65.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATATGCTG\", \"ini\": 5035, \"clust\": 1706, \"rank\": 746, \"rankvar\": 878, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 291, \"group\": [1707.0, 251.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTCGTACT\", \"ini\": 5034, \"clust\": 4997, \"rank\": 757, \"rankvar\": 775, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3787, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4304, \"group\": [5000.0, 971.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGAGGGTCGAT\", \"ini\": 5033, \"clust\": 4037, \"rank\": 476, \"rankvar\": 391, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3788, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2306, \"group\": [4037.0, 754.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACATATACCG\", \"ini\": 5032, \"clust\": 4984, \"rank\": 645, \"rankvar\": 467, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3789, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4394, \"group\": [4985.0, 962.0, 155.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTACAGTGG\", \"ini\": 5031, \"clust\": 3114, \"rank\": 925, \"rankvar\": 1854, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3790, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 292, \"group\": [3115.0, 432.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACGCGAAA\", \"ini\": 5030, \"clust\": 3947, \"rank\": 410, \"rankvar\": 632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3791, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2307, \"group\": [3945.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCACATAGC\", \"ini\": 5029, \"clust\": 54, \"rank\": 773, \"rankvar\": 4382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3792, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5153, \"group\": [61.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACAGCCACCA\", \"ini\": 5028, \"clust\": 5048, \"rank\": 628, \"rankvar\": 62, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3793, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4395, \"group\": [5048.0, 991.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTGACGGTA\", \"ini\": 5027, \"clust\": 72, \"rank\": 867, \"rankvar\": 4863, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3794, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5154, \"group\": [72.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGGCA\", \"ini\": 5026, \"clust\": 3945, \"rank\": 480, \"rankvar\": 854, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3795, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2308, \"group\": [3946.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGTGCC\", \"ini\": 5025, \"clust\": 4991, \"rank\": 592, \"rankvar\": 287, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3796, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4396, \"group\": [4994.0, 968.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGACAGGCT\", \"ini\": 5024, \"clust\": 4446, \"rank\": 569, \"rankvar\": 1108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3797, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4397, \"group\": [4446.0, 850.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTAAAGTCA\", \"ini\": 5023, \"clust\": 1798, \"rank\": 443, \"rankvar\": 82, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3798, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 293, \"group\": [1798.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGTCGATT\", \"ini\": 5022, \"clust\": 3329, \"rank\": 1032, \"rankvar\": 671, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 294, \"group\": [3328.0, 508.0, 75.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCGGCATC\", \"ini\": 5021, \"clust\": 3916, \"rank\": 502, \"rankvar\": 918, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3800, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2309, \"group\": [3912.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAGTACATCCA\", \"ini\": 5020, \"clust\": 1782, \"rank\": 446, \"rankvar\": 702, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3801, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 295, \"group\": [1785.0, 284.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACAGTCAGAG\", \"ini\": 5019, \"clust\": 1790, \"rank\": 437, \"rankvar\": 156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3802, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 296, \"group\": [1791.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAAGTCATC\", \"ini\": 5018, \"clust\": 4019, \"rank\": 546, \"rankvar\": 2046, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2310, \"group\": [4024.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTTTGGCGC\", \"ini\": 5017, \"clust\": 1736, \"rank\": 843, \"rankvar\": 320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 297, \"group\": [1737.0, 271.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTAATGA\", \"ini\": 5016, \"clust\": 63, \"rank\": 1139, \"rankvar\": 5189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3805, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5155, \"group\": [73.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACATTGGCGC\", \"ini\": 5015, \"clust\": 3809, \"rank\": 421, \"rankvar\": 335, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3806, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 298, \"group\": [3806.0, 710.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGACAGACC\", \"ini\": 5014, \"clust\": 5230, \"rank\": 1179, \"rankvar\": 1176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3807, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4398, \"group\": [5230.0, 1088.0, 188.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTGCAACGA\", \"ini\": 5013, \"clust\": 65, \"rank\": 972, \"rankvar\": 4853, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3808, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5156, \"group\": [63.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCATGCCACG\", \"ini\": 5012, \"clust\": 4921, \"rank\": 452, \"rankvar\": 3622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3809, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5032, \"group\": [4922.0, 927.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAGGTTAT\", \"ini\": 5011, \"clust\": 3125, \"rank\": 770, \"rankvar\": 609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3810, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 299, \"group\": [3123.0, 437.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCAACACTG\", \"ini\": 5010, \"clust\": 4998, \"rank\": 950, \"rankvar\": 178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3811, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4305, \"group\": [4998.0, 970.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGCGATCC\", \"ini\": 5009, \"clust\": 4, \"rank\": 1026, \"rankvar\": 4794, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3812, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5157, \"group\": [4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCTGCTGTC\", \"ini\": 5008, \"clust\": 4461, \"rank\": 305, \"rankvar\": 659, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3813, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4399, \"group\": [4462.0, 856.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGGTTAAGGGC\", \"ini\": 5007, \"clust\": 3966, \"rank\": 370, \"rankvar\": 1359, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3814, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2311, \"group\": [3969.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGCTAGCC\", \"ini\": 5006, \"clust\": 5044, \"rank\": 501, \"rankvar\": 84, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3815, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4400, \"group\": [5045.0, 989.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTACCGTTA\", \"ini\": 5005, \"clust\": 4054, \"rank\": 549, \"rankvar\": 545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3816, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2312, \"group\": [4053.0, 757.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGTTTCCTT\", \"ini\": 5004, \"clust\": 3124, \"rank\": 654, \"rankvar\": 18, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3817, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 300, \"group\": [3125.0, 437.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGTAGCCGA\", \"ini\": 5003, \"clust\": 5045, \"rank\": 541, \"rankvar\": 170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3818, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4401, \"group\": [5046.0, 990.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGGTTACCT\", \"ini\": 5002, \"clust\": 1549, \"rank\": 308, \"rankvar\": 4165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3819, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2829, \"group\": [1550.0, 169.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGATGGTC\", \"ini\": 5001, \"clust\": 1811, \"rank\": 688, \"rankvar\": 94, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 301, \"group\": [1811.0, 286.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTAGCGCTC\", \"ini\": 5000, \"clust\": 3940, \"rank\": 360, \"rankvar\": 1871, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3821, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2313, \"group\": [3938.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTAAACACA\", \"ini\": 4999, \"clust\": 4353, \"rank\": 631, \"rankvar\": 2040, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3822, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5033, \"group\": [4351.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTACAGAA\", \"ini\": 4998, \"clust\": 1778, \"rank\": 465, \"rankvar\": 176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 302, \"group\": [1782.0, 283.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGCCAGAA\", \"ini\": 4997, \"clust\": 1685, \"rank\": 439, \"rankvar\": 929, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 303, \"group\": [1685.0, 235.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTATCAGTTCGA\", \"ini\": 4996, \"clust\": 1740, \"rank\": 803, \"rankvar\": 131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3825, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 304, \"group\": [1743.0, 272.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCAGCCAGAA\", \"ini\": 4995, \"clust\": 3928, \"rank\": 665, \"rankvar\": 1234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3826, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2314, \"group\": [3928.0, 749.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTTTAGGAA\", \"ini\": 4994, \"clust\": 3902, \"rank\": 484, \"rankvar\": 1254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3827, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2315, \"group\": [3901.0, 743.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCGATATG\", \"ini\": 4993, \"clust\": 4962, \"rank\": 586, \"rankvar\": 500, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3828, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4402, \"group\": [4962.0, 946.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCGTTT\", \"ini\": 4992, \"clust\": 4359, \"rank\": 701, \"rankvar\": 2748, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3829, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5034, \"group\": [4358.0, 817.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGACTTGAA\", \"ini\": 4991, \"clust\": 3107, \"rank\": 755, \"rankvar\": 2017, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 305, \"group\": [3108.0, 430.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGTCACGCC\", \"ini\": 4990, \"clust\": 4326, \"rank\": 642, \"rankvar\": 4189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3831, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5035, \"group\": [4326.0, 812.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGAGTACAT\", \"ini\": 4989, \"clust\": 4124, \"rank\": 1271, \"rankvar\": 3791, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3832, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 7, \"group\": [4138.0, 780.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCAGTCCCT\", \"ini\": 4988, \"clust\": 1829, \"rank\": 739, \"rankvar\": 57, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 306, \"group\": [1831.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCCCAGCT\", \"ini\": 4987, \"clust\": 3803, \"rank\": 632, \"rankvar\": 253, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 307, \"group\": [3803.0, 710.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCCACCTCGGA\", \"ini\": 4986, \"clust\": 4967, \"rank\": 993, \"rankvar\": 204, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3835, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4403, \"group\": [4969.0, 949.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACGTGCACTTA\", \"ini\": 4985, \"clust\": 3841, \"rank\": 776, \"rankvar\": 2173, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3836, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2316, \"group\": [3839.0, 723.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCTGGCGTG\", \"ini\": 4984, \"clust\": 4013, \"rank\": 536, \"rankvar\": 519, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3837, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2317, \"group\": [4012.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACATAGC\", \"ini\": 4983, \"clust\": 5147, \"rank\": 1008, \"rankvar\": 211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3838, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4404, \"group\": [5147.0, 1025.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTACAGTTC\", \"ini\": 4982, \"clust\": 4993, \"rank\": 630, \"rankvar\": 161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3839, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4306, \"group\": [4993.0, 967.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCACCGTAA\", \"ini\": 4981, \"clust\": 4974, \"rank\": 808, \"rankvar\": 3681, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3840, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4307, \"group\": [4974.0, 952.0, 152.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCAAACCTAC\", \"ini\": 4980, \"clust\": 4994, \"rank\": 990, \"rankvar\": 72, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3841, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4308, \"group\": [4997.0, 969.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTTCCTTC\", \"ini\": 4979, \"clust\": 1770, \"rank\": 719, \"rankvar\": 167, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3842, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 308, \"group\": [1771.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACAAGACG\", \"ini\": 4978, \"clust\": 4128, \"rank\": 1037, \"rankvar\": 2869, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3843, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 8, \"group\": [4124.0, 777.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTATAGGGC\", \"ini\": 4977, \"clust\": 1839, \"rank\": 813, \"rankvar\": 107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3844, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 309, \"group\": [1839.0, 290.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCATGCATG\", \"ini\": 4976, \"clust\": 4023, \"rank\": 531, \"rankvar\": 1873, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3845, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2318, \"group\": [4022.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCGCATCG\", \"ini\": 4975, \"clust\": 3901, \"rank\": 515, \"rankvar\": 1183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3846, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2319, \"group\": [3903.0, 743.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTGGGATC\", \"ini\": 4974, \"clust\": 3126, \"rank\": 835, \"rankvar\": 852, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3847, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 310, \"group\": [3124.0, 437.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGGCAGTA\", \"ini\": 4973, \"clust\": 1741, \"rank\": 946, \"rankvar\": 243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3848, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 311, \"group\": [1741.0, 272.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCTTGTCAT\", \"ini\": 4972, \"clust\": 4338, \"rank\": 859, \"rankvar\": 5056, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3849, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5036, \"group\": [4336.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTAGTCCATAC\", \"ini\": 4971, \"clust\": 5063, \"rank\": 751, \"rankvar\": 187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3850, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4405, \"group\": [5066.0, 997.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCGCCGTGA\", \"ini\": 4970, \"clust\": 1860, \"rank\": 768, \"rankvar\": 171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3851, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 312, \"group\": [1860.0, 296.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGAG\", \"ini\": 4969, \"clust\": 4917, \"rank\": 323, \"rankvar\": 4286, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3852, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5037, \"group\": [4917.0, 925.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGCGAGAAA\", \"ini\": 4968, \"clust\": 4979, \"rank\": 871, \"rankvar\": 1322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3853, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2320, \"group\": [4981.0, 958.0, 153.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGGGAAACA\", \"ini\": 4967, \"clust\": 1786, \"rank\": 702, \"rankvar\": 274, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 313, \"group\": [1787.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGTCTGCT\", \"ini\": 4966, \"clust\": 52, \"rank\": 1416, \"rankvar\": 4929, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3855, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5158, \"group\": [51.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGAAGGTTT\", \"ini\": 4965, \"clust\": 5135, \"rank\": 1162, \"rankvar\": 503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3856, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4406, \"group\": [5137.0, 1018.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCTTCAACT\", \"ini\": 4964, \"clust\": 73, \"rank\": 1315, \"rankvar\": 4826, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3857, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5159, \"group\": [70.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCAAGAAGT\", \"ini\": 4963, \"clust\": 3908, \"rank\": 653, \"rankvar\": 281, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3858, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2321, \"group\": [3908.0, 744.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGGTCCAC\", \"ini\": 4962, \"clust\": 3996, \"rank\": 551, \"rankvar\": 2687, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3859, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2322, \"group\": [3995.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACGGTTTA\", \"ini\": 4961, \"clust\": 5033, \"rank\": 830, \"rankvar\": 826, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3860, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4407, \"group\": [5034.0, 984.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATTGGA\", \"ini\": 4960, \"clust\": 5023, \"rank\": 736, \"rankvar\": 298, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3861, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2323, \"group\": [5023.0, 981.0, 158.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTCTGCGGT\", \"ini\": 4959, \"clust\": 3952, \"rank\": 550, \"rankvar\": 1037, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3862, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2324, \"group\": [3956.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGAACAT\", \"ini\": 4958, \"clust\": 3897, \"rank\": 703, \"rankvar\": 164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3863, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2325, \"group\": [3899.0, 741.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCATTTA\", \"ini\": 4957, \"clust\": 5019, \"rank\": 877, \"rankvar\": 580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3864, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4309, \"group\": [5018.0, 978.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACAGACGCCT\", \"ini\": 4956, \"clust\": 1850, \"rank\": 889, \"rankvar\": 438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3865, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 314, \"group\": [1850.0, 293.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGATAT\", \"ini\": 4955, \"clust\": 9, \"rank\": 728, \"rankvar\": 415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 315, \"group\": [9.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCCTACAGA\", \"ini\": 4954, \"clust\": 3982, \"rank\": 567, \"rankvar\": 3710, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3867, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2326, \"group\": [3982.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGTGACCA\", \"ini\": 4953, \"clust\": 4999, \"rank\": 1334, \"rankvar\": 180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3868, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4310, \"group\": [4999.0, 970.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTCTCGTTC\", \"ini\": 4952, \"clust\": 1680, \"rank\": 724, \"rankvar\": 79, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 316, \"group\": [1680.0, 234.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAATCTACG\", \"ini\": 4951, \"clust\": 47, \"rank\": 1335, \"rankvar\": 4711, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3870, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5160, \"group\": [47.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATGGTTGT\", \"ini\": 4950, \"clust\": 3984, \"rank\": 800, \"rankvar\": 1118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3871, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2327, \"group\": [3984.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAGCACAT\", \"ini\": 4949, \"clust\": 1865, \"rank\": 753, \"rankvar\": 115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3872, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 317, \"group\": [1866.0, 299.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCCACGAAT\", \"ini\": 4948, \"clust\": 1851, \"rank\": 824, \"rankvar\": 190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 318, \"group\": [1851.0, 293.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCCAGTAG\", \"ini\": 4947, \"clust\": 3938, \"rank\": 517, \"rankvar\": 856, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3874, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2328, \"group\": [3943.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACATAGAAAC\", \"ini\": 4946, \"clust\": 1794, \"rank\": 598, \"rankvar\": 100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 319, \"group\": [1794.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGCACCAC\", \"ini\": 4945, \"clust\": 3929, \"rank\": 974, \"rankvar\": 1625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3876, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2329, \"group\": [3929.0, 749.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGTCGAGTG\", \"ini\": 4944, \"clust\": 4002, \"rank\": 548, \"rankvar\": 2565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3877, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2330, \"group\": [4000.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCAGCGACC\", \"ini\": 4943, \"clust\": 3909, \"rank\": 741, \"rankvar\": 486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3878, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2331, \"group\": [3909.0, 744.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAAACAC\", \"ini\": 4942, \"clust\": 3696, \"rank\": 1027, \"rankvar\": 2041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3879, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2332, \"group\": [3699.0, 689.0, 114.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTCCAGTAT\", \"ini\": 4941, \"clust\": 4336, \"rank\": 804, \"rankvar\": 4559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3880, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5038, \"group\": [4339.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGTGA\", \"ini\": 4940, \"clust\": 5031, \"rank\": 812, \"rankvar\": 116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3881, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4408, \"group\": [5036.0, 985.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTACGCCC\", \"ini\": 4939, \"clust\": 5138, \"rank\": 1309, \"rankvar\": 740, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3882, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4409, \"group\": [5138.0, 1019.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTAAGCACG\", \"ini\": 4938, \"clust\": 1728, \"rank\": 626, \"rankvar\": 252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3883, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 320, \"group\": [1728.0, 267.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCGGAAATA\", \"ini\": 4937, \"clust\": 4980, \"rank\": 805, \"rankvar\": 1400, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3884, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2333, \"group\": [4979.0, 956.0, 153.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGAATT\", \"ini\": 4936, \"clust\": 3980, \"rank\": 910, \"rankvar\": 981, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3885, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2334, \"group\": [3979.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTTCTGCGGCA\", \"ini\": 4935, \"clust\": 4339, \"rank\": 1062, \"rankvar\": 4997, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3886, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5039, \"group\": [4337.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACATAAAGGT\", \"ini\": 4934, \"clust\": 5011, \"rank\": 939, \"rankvar\": 6, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3887, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 321, \"group\": [5014.0, 976.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCAGCACAT\", \"ini\": 4933, \"clust\": 3912, \"rank\": 696, \"rankvar\": 1226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3888, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2335, \"group\": [3915.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGTTACGA\", \"ini\": 4932, \"clust\": 3941, \"rank\": 519, \"rankvar\": 1034, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3889, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2336, \"group\": [3939.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAGATGGGT\", \"ini\": 4931, \"clust\": 1842, \"rank\": 912, \"rankvar\": 554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 322, \"group\": [1842.0, 290.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTCAGATAA\", \"ini\": 4930, \"clust\": 1812, \"rank\": 846, \"rankvar\": 25, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 323, \"group\": [1812.0, 286.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCAGCTGCTG\", \"ini\": 4929, \"clust\": 3800, \"rank\": 655, \"rankvar\": 598, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3892, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2337, \"group\": [3799.0, 707.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCACCTAA\", \"ini\": 4928, \"clust\": 4953, \"rank\": 1237, \"rankvar\": 1374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3893, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4410, \"group\": [4954.0, 944.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGGTCCGT\", \"ini\": 4927, \"clust\": 1737, \"rank\": 1089, \"rankvar\": 376, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3894, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 324, \"group\": [1738.0, 271.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGACCCT\", \"ini\": 4926, \"clust\": 3122, \"rank\": 900, \"rankvar\": 1268, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 325, \"group\": [3127.0, 438.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTGGAGAA\", \"ini\": 4925, \"clust\": 3922, \"rank\": 722, \"rankvar\": 2218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3896, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2338, \"group\": [3921.0, 748.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGTGTGCC\", \"ini\": 4924, \"clust\": 3931, \"rank\": 742, \"rankvar\": 305, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3897, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2339, \"group\": [3932.0, 750.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGATTGCT\", \"ini\": 4923, \"clust\": 3810, \"rank\": 680, \"rankvar\": 3559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3898, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2340, \"group\": [3814.0, 712.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCGCATAA\", \"ini\": 4922, \"clust\": 4985, \"rank\": 817, \"rankvar\": 1508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3899, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4411, \"group\": [4986.0, 963.0, 155.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCGCTTGTC\", \"ini\": 4921, \"clust\": 1765, \"rank\": 849, \"rankvar\": 182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3900, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 326, \"group\": [1766.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAAATCCGT\", \"ini\": 4920, \"clust\": 4447, \"rank\": 643, \"rankvar\": 665, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3901, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4412, \"group\": [4447.0, 850.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTAAATGAC\", \"ini\": 4919, \"clust\": 1679, \"rank\": 1041, \"rankvar\": 154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 327, \"group\": [1682.0, 234.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGACTTTCG\", \"ini\": 4918, \"clust\": 48, \"rank\": 1287, \"rankvar\": 4849, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3903, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5161, \"group\": [48.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTCGGACG\", \"ini\": 4917, \"clust\": 1696, \"rank\": 924, \"rankvar\": 109, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 328, \"group\": [1695.0, 241.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCATGGGACA\", \"ini\": 4916, \"clust\": 4136, \"rank\": 1854, \"rankvar\": 4438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3905, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 9, \"group\": [4132.0, 779.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTTACAG\", \"ini\": 4915, \"clust\": 4360, \"rank\": 1050, \"rankvar\": 1411, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3906, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5040, \"group\": [4359.0, 817.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAATGAATG\", \"ini\": 4914, \"clust\": 1732, \"rank\": 1187, \"rankvar\": 633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3907, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 329, \"group\": [1732.0, 269.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCTTGCCGT\", \"ini\": 4913, \"clust\": 3101, \"rank\": 998, \"rankvar\": 1333, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 330, \"group\": [3101.0, 425.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGGGATA\", \"ini\": 4912, \"clust\": 5136, \"rank\": 1465, \"rankvar\": 829, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3909, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4413, \"group\": [5135.0, 1018.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCTGCCCA\", \"ini\": 4911, \"clust\": 5017, \"rank\": 1336, \"rankvar\": 330, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3910, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4311, \"group\": [5016.0, 977.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGGCTTGG\", \"ini\": 4910, \"clust\": 3919, \"rank\": 880, \"rankvar\": 1965, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3911, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2341, \"group\": [3916.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTTTGGCGC\", \"ini\": 4909, \"clust\": 4063, \"rank\": 1219, \"rankvar\": 1207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3912, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2342, \"group\": [4063.0, 759.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGCTCAACT\", \"ini\": 4908, \"clust\": 3949, \"rank\": 518, \"rankvar\": 1676, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3913, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2343, \"group\": [3950.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCAGAGGTG\", \"ini\": 4907, \"clust\": 12, \"rank\": 1076, \"rankvar\": 3934, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 331, \"group\": [13.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCTTAGCCC\", \"ini\": 4906, \"clust\": 1809, \"rank\": 893, \"rankvar\": 65, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 332, \"group\": [1810.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGATCCAT\", \"ini\": 4905, \"clust\": 1745, \"rank\": 1090, \"rankvar\": 208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 333, \"group\": [1746.0, 274.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACAAGCCC\", \"ini\": 4904, \"clust\": 5065, \"rank\": 1085, \"rankvar\": 378, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3917, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4414, \"group\": [5065.0, 997.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCAACCA\", \"ini\": 4903, \"clust\": 1817, \"rank\": 989, \"rankvar\": 801, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 334, \"group\": [1820.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTAACTCT\", \"ini\": 4902, \"clust\": 1752, \"rank\": 712, \"rankvar\": 60, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3919, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 335, \"group\": [1753.0, 278.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACTACAA\", \"ini\": 4901, \"clust\": 5141, \"rank\": 1245, \"rankvar\": 172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3920, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4415, \"group\": [5142.0, 1021.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCAGCTGGC\", \"ini\": 4900, \"clust\": 5, \"rank\": 1471, \"rankvar\": 4529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3921, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5162, \"group\": [5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGTTCGA\", \"ini\": 4899, \"clust\": 5051, \"rank\": 1065, \"rankvar\": 188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3922, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4416, \"group\": [5054.0, 994.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCCAACCAA\", \"ini\": 4898, \"clust\": 1846, \"rank\": 818, \"rankvar\": 206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3923, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 336, \"group\": [1849.0, 292.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCGAACGGA\", \"ini\": 4897, \"clust\": 4043, \"rank\": 692, \"rankvar\": 2133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3924, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2344, \"group\": [4043.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCGATAGC\", \"ini\": 4896, \"clust\": 1813, \"rank\": 832, \"rankvar\": 163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 337, \"group\": [1817.0, 287.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCGGGAGTA\", \"ini\": 4895, \"clust\": 3936, \"rank\": 475, \"rankvar\": 4290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3926, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2345, \"group\": [3936.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCGTCATC\", \"ini\": 4894, \"clust\": 4134, \"rank\": 1722, \"rankvar\": 2247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3927, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 10, \"group\": [4130.0, 779.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTAAGTGTA\", \"ini\": 4893, \"clust\": 3988, \"rank\": 663, \"rankvar\": 2021, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3928, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2346, \"group\": [3986.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGAAATG\", \"ini\": 4892, \"clust\": 4052, \"rank\": 953, \"rankvar\": 326, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3929, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2347, \"group\": [4052.0, 756.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAAATACAG\", \"ini\": 4891, \"clust\": 4126, \"rank\": 1328, \"rankvar\": 3223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3930, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 11, \"group\": [4121.0, 777.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATAGCAT\", \"ini\": 4890, \"clust\": 141, \"rank\": 657, \"rankvar\": 2633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3931, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2830, \"group\": [142.0, 31.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATATACCG\", \"ini\": 4889, \"clust\": 1710, \"rank\": 931, \"rankvar\": 272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3932, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 338, \"group\": [1713.0, 254.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGTACTTGC\", \"ini\": 4888, \"clust\": 4135, \"rank\": 1720, \"rankvar\": 4626, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3933, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 12, \"group\": [4131.0, 779.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTAACGA\", \"ini\": 4887, \"clust\": 4450, \"rank\": 936, \"rankvar\": 845, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3934, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4417, \"group\": [4449.0, 850.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGTGCAAC\", \"ini\": 4886, \"clust\": 1838, \"rank\": 1044, \"rankvar\": 726, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 339, \"group\": [1843.0, 290.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGGTTTC\", \"ini\": 4885, \"clust\": 1734, \"rank\": 1121, \"rankvar\": 16, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3936, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 340, \"group\": [1734.0, 270.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAACACTG\", \"ini\": 4884, \"clust\": 3108, \"rank\": 1030, \"rankvar\": 279, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 341, \"group\": [3109.0, 430.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTCGTACT\", \"ini\": 4883, \"clust\": 4031, \"rank\": 778, \"rankvar\": 687, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3938, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2348, \"group\": [4030.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAACTGGCC\", \"ini\": 4882, \"clust\": 4004, \"rank\": 762, \"rankvar\": 2479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2349, \"group\": [4004.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGAGAACG\", \"ini\": 4881, \"clust\": 1783, \"rank\": 932, \"rankvar\": 112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3940, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 342, \"group\": [1783.0, 284.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCGGGTCT\", \"ini\": 4880, \"clust\": 4987, \"rank\": 1010, \"rankvar\": 1739, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3941, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2831, \"group\": [4987.0, 964.0, 155.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTCTTGTCC\", \"ini\": 4879, \"clust\": 5035, \"rank\": 922, \"rankvar\": 230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3942, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4418, \"group\": [5033.0, 984.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCGGAAATA\", \"ini\": 4878, \"clust\": 1861, \"rank\": 1023, \"rankvar\": 258, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 343, \"group\": [1861.0, 296.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACGAGGTA\", \"ini\": 4877, \"clust\": 5014, \"rank\": 1284, \"rankvar\": 283, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3944, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4312, \"group\": [5021.0, 979.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGCGAACA\", \"ini\": 4876, \"clust\": 3992, \"rank\": 1074, \"rankvar\": 1883, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3945, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2350, \"group\": [3994.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGGTTCGG\", \"ini\": 4875, \"clust\": 4346, \"rank\": 923, \"rankvar\": 3889, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3946, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5041, \"group\": [4344.0, 815.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGTTACCT\", \"ini\": 4874, \"clust\": 3896, \"rank\": 907, \"rankvar\": 460, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3947, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2351, \"group\": [3900.0, 742.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTTTGC\", \"ini\": 4873, \"clust\": 5049, \"rank\": 1165, \"rankvar\": 136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3948, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4419, \"group\": [5050.0, 993.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGCCTGAG\", \"ini\": 4872, \"clust\": 1704, \"rank\": 1491, \"rankvar\": 1057, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 344, \"group\": [1705.0, 250.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTAATGA\", \"ini\": 4871, \"clust\": 5020, \"rank\": 987, \"rankvar\": 143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3950, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4313, \"group\": [5019.0, 978.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGGCTACG\", \"ini\": 4870, \"clust\": 5148, \"rank\": 1494, \"rankvar\": 1484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3951, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4420, \"group\": [5148.0, 1025.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTTGGGCC\", \"ini\": 4869, \"clust\": 1852, \"rank\": 1100, \"rankvar\": 89, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3952, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 345, \"group\": [1853.0, 294.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGCCCAATT\", \"ini\": 4868, \"clust\": 4055, \"rank\": 1246, \"rankvar\": 456, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3953, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2352, \"group\": [4054.0, 757.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGGGTGT\", \"ini\": 4867, \"clust\": 4007, \"rank\": 948, \"rankvar\": 2208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3954, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2353, \"group\": [4006.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCATGGTCA\", \"ini\": 4866, \"clust\": 1759, \"rank\": 1167, \"rankvar\": 351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3955, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 346, \"group\": [1761.0, 280.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAAGGTTCT\", \"ini\": 4865, \"clust\": 4056, \"rank\": 956, \"rankvar\": 2158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3956, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2354, \"group\": [4056.0, 758.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATTGGGCC\", \"ini\": 4864, \"clust\": 4914, \"rank\": 960, \"rankvar\": 799, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3957, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4421, \"group\": [4915.0, 923.0, 147.0, 33.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACACGAAACG\", \"ini\": 4863, \"clust\": 3932, \"rank\": 847, \"rankvar\": 1130, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3958, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2355, \"group\": [3930.0, 750.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCAAGAT\", \"ini\": 4862, \"clust\": 4942, \"rank\": 1247, \"rankvar\": 1106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3959, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4422, \"group\": [4945.0, 939.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGTACGATA\", \"ini\": 4861, \"clust\": 3997, \"rank\": 881, \"rankvar\": 1450, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3960, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2356, \"group\": [3996.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCAGCATACT\", \"ini\": 4860, \"clust\": 4017, \"rank\": 856, \"rankvar\": 1661, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3961, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2357, \"group\": [4016.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTCTCTTTA\", \"ini\": 4859, \"clust\": 1681, \"rank\": 1021, \"rankvar\": 639, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 347, \"group\": [1681.0, 234.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCACTTACGA\", \"ini\": 4858, \"clust\": 1784, \"rank\": 1097, \"rankvar\": 151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 348, \"group\": [1784.0, 284.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGGGTTAG\", \"ini\": 4857, \"clust\": 3698, \"rank\": 1501, \"rankvar\": 1725, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3964, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4314, \"group\": [3696.0, 687.0, 114.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATTTGCCC\", \"ini\": 4856, \"clust\": 3985, \"rank\": 1001, \"rankvar\": 1161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3965, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2358, \"group\": [3985.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCAATACCG\", \"ini\": 4855, \"clust\": 1773, \"rank\": 967, \"rankvar\": 191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 349, \"group\": [1774.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCACGTTGGC\", \"ini\": 4854, \"clust\": 4976, \"rank\": 1260, \"rankvar\": 1070, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 350, \"group\": [4977.0, 954.0, 152.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGATAATG\", \"ini\": 4853, \"clust\": 3123, \"rank\": 1205, \"rankvar\": 1295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 351, \"group\": [3126.0, 437.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCCGTTAA\", \"ini\": 4852, \"clust\": 4005, \"rank\": 766, \"rankvar\": 901, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3969, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2359, \"group\": [4005.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTGTTTGGT\", \"ini\": 4851, \"clust\": 3934, \"rank\": 468, \"rankvar\": 3163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3970, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2360, \"group\": [3934.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCGGTCTAA\", \"ini\": 4850, \"clust\": 3923, \"rank\": 710, \"rankvar\": 1390, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3971, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2361, \"group\": [3922.0, 748.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACCACTTAAGC\", \"ini\": 4849, \"clust\": 3824, \"rank\": 1129, \"rankvar\": 2509, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3972, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2362, \"group\": [3823.0, 717.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATTTCACT\", \"ini\": 4848, \"clust\": 1869, \"rank\": 971, \"rankvar\": 138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3973, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 352, \"group\": [1869.0, 299.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAAGTAGT\", \"ini\": 4847, \"clust\": 4354, \"rank\": 1018, \"rankvar\": 1455, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3974, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5042, \"group\": [4352.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGGATGG\", \"ini\": 4846, \"clust\": 4451, \"rank\": 1183, \"rankvar\": 925, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3975, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4423, \"group\": [4455.0, 853.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCCCATTAT\", \"ini\": 4845, \"clust\": 3120, \"rank\": 1427, \"rankvar\": 356, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3976, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 353, \"group\": [3120.0, 435.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCTGCAAT\", \"ini\": 4844, \"clust\": 1855, \"rank\": 1185, \"rankvar\": 288, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 354, \"group\": [1855.0, 294.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCATCGGAAG\", \"ini\": 4843, \"clust\": 4001, \"rank\": 693, \"rankvar\": 2816, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2363, \"group\": [4002.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTGAGTTC\", \"ini\": 4842, \"clust\": 1870, \"rank\": 1011, \"rankvar\": 403, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 355, \"group\": [1871.0, 300.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCATGAT\", \"ini\": 4841, \"clust\": 1753, \"rank\": 965, \"rankvar\": 293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 356, \"group\": [1754.0, 278.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTCCGTT\", \"ini\": 4840, \"clust\": 1719, \"rank\": 1298, \"rankvar\": 533, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 357, \"group\": [1721.0, 261.0, 50.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACGGTTTA\", \"ini\": 4839, \"clust\": 1682, \"rank\": 1083, \"rankvar\": 168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 358, \"group\": [1683.0, 234.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCGAACC\", \"ini\": 4838, \"clust\": 5139, \"rank\": 1506, \"rankvar\": 229, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3983, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4424, \"group\": [5139.0, 1019.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTCATAGACTC\", \"ini\": 4837, \"clust\": 3920, \"rank\": 978, \"rankvar\": 2215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3984, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2364, \"group\": [3917.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGGCTAGGT\", \"ini\": 4836, \"clust\": 1693, \"rank\": 896, \"rankvar\": 1011, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 359, \"group\": [1697.0, 242.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATCCGCGA\", \"ini\": 4835, \"clust\": 1815, \"rank\": 1234, \"rankvar\": 73, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3986, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 360, \"group\": [1814.0, 287.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCCTTCAAT\", \"ini\": 4834, \"clust\": 1677, \"rank\": 1112, \"rankvar\": 201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3987, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 361, \"group\": [1674.0, 232.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGAACCTT\", \"ini\": 4833, \"clust\": 5145, \"rank\": 2105, \"rankvar\": 3860, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3988, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4425, \"group\": [5145.0, 1024.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGGTCTCG\", \"ini\": 4832, \"clust\": 5166, \"rank\": 1490, \"rankvar\": 334, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3989, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 362, \"group\": [5167.0, 1039.0, 168.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTATCACCA\", \"ini\": 4831, \"clust\": 1840, \"rank\": 1206, \"rankvar\": 528, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3990, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 363, \"group\": [1840.0, 290.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGGAGCGAG\", \"ini\": 4830, \"clust\": 4989, \"rank\": 1358, \"rankvar\": 358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3991, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4315, \"group\": [4990.0, 966.0, 156.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCATGAACCT\", \"ini\": 4829, \"clust\": 4132, \"rank\": 1806, \"rankvar\": 2898, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3992, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 13, \"group\": [4128.0, 778.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTTGCGTTA\", \"ini\": 4828, \"clust\": 1856, \"rank\": 1389, \"rankvar\": 220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3993, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 364, \"group\": [1856.0, 294.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGGCCGAT\", \"ini\": 4827, \"clust\": 1758, \"rank\": 1325, \"rankvar\": 354, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 365, \"group\": [1762.0, 280.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGGCCGAT\", \"ini\": 4826, \"clust\": 3917, \"rank\": 930, \"rankvar\": 673, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3995, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2365, \"group\": [3913.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGCTTTC\", \"ini\": 4825, \"clust\": 4025, \"rank\": 996, \"rankvar\": 1408, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3996, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2366, \"group\": [4025.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTGCCTGTG\", \"ini\": 4824, \"clust\": 4027, \"rank\": 1196, \"rankvar\": 2269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3997, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2367, \"group\": [4027.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTACTGAC\", \"ini\": 4823, \"clust\": 4951, \"rank\": 1223, \"rankvar\": 578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3998, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4426, \"group\": [4951.0, 943.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCGTCCAGG\", \"ini\": 4822, \"clust\": 5132, \"rank\": 1688, \"rankvar\": 2440, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3999, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4427, \"group\": [5133.0, 1017.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCACCCTCA\", \"ini\": 4821, \"clust\": 3998, \"rank\": 1047, \"rankvar\": 1856, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4000, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2368, \"group\": [4003.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCTTGCGG\", \"ini\": 4820, \"clust\": 3939, \"rank\": 672, \"rankvar\": 912, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4001, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2369, \"group\": [3940.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTACTCAAC\", \"ini\": 4819, \"clust\": 4970, \"rank\": 962, \"rankvar\": 515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4002, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4428, \"group\": [4972.0, 950.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGAGTTGGC\", \"ini\": 4818, \"clust\": 4046, \"rank\": 769, \"rankvar\": 2286, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4003, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2370, \"group\": [4045.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGATATGGT\", \"ini\": 4817, \"clust\": 3419, \"rank\": 1379, \"rankvar\": 2007, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4004, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2371, \"group\": [3420.0, 554.0, 85.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCGCTTTC\", \"ini\": 4816, \"clust\": 4328, \"rank\": 1222, \"rankvar\": 4496, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4005, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5043, \"group\": [4329.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAAGCCGTC\", \"ini\": 4815, \"clust\": 3855, \"rank\": 1168, \"rankvar\": 1898, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4006, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2372, \"group\": [3853.0, 727.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCAGGGTGTTG\", \"ini\": 4814, \"clust\": 4068, \"rank\": 1385, \"rankvar\": 2740, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4007, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2373, \"group\": [4068.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCATGTCTT\", \"ini\": 4813, \"clust\": 74, \"rank\": 1823, \"rankvar\": 4595, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4008, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5163, \"group\": [71.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGGCGCTCT\", \"ini\": 4812, \"clust\": 4438, \"rank\": 1317, \"rankvar\": 1041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4009, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4429, \"group\": [4437.0, 848.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGGTGCGCTTG\", \"ini\": 4811, \"clust\": 3905, \"rank\": 1009, \"rankvar\": 812, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4010, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2374, \"group\": [3905.0, 744.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCTAAAGA\", \"ini\": 4810, \"clust\": 3102, \"rank\": 1605, \"rankvar\": 194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4011, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 366, \"group\": [3102.0, 425.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACTGCCAG\", \"ini\": 4809, \"clust\": 1743, \"rank\": 1347, \"rankvar\": 325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 367, \"group\": [1744.0, 273.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATTACCTT\", \"ini\": 4808, \"clust\": 1819, \"rank\": 1040, \"rankvar\": 152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4013, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 368, \"group\": [1819.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGCGATTCT\", \"ini\": 4807, \"clust\": 4456, \"rank\": 1013, \"rankvar\": 349, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4014, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4430, \"group\": [4460.0, 854.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTCCGTAT\", \"ini\": 4806, \"clust\": 1871, \"rank\": 1225, \"rankvar\": 43, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 369, \"group\": [1872.0, 300.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATGCCTTC\", \"ini\": 4805, \"clust\": 5231, \"rank\": 1951, \"rankvar\": 655, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4016, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4431, \"group\": [5231.0, 1088.0, 188.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCGATATA\", \"ini\": 4804, \"clust\": 1854, \"rank\": 1352, \"rankvar\": 388, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4017, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 370, \"group\": [1857.0, 294.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACCAGATT\", \"ini\": 4803, \"clust\": 4009, \"rank\": 823, \"rankvar\": 1284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4018, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2375, \"group\": [4009.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCCACTCCA\", \"ini\": 4802, \"clust\": 3805, \"rank\": 892, \"rankvar\": 350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 371, \"group\": [3809.0, 710.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCCTAATT\", \"ini\": 4801, \"clust\": 1738, \"rank\": 1311, \"rankvar\": 419, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 372, \"group\": [1739.0, 271.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGGTTAAC\", \"ini\": 4800, \"clust\": 1746, \"rank\": 1680, \"rankvar\": 235, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 373, \"group\": [1747.0, 274.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGGGTGTGT\", \"ini\": 4799, \"clust\": 4083, \"rank\": 1445, \"rankvar\": 1328, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4022, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2376, \"group\": [4085.0, 764.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTTATGCGT\", \"ini\": 4798, \"clust\": 3798, \"rank\": 1256, \"rankvar\": 2518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4023, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2377, \"group\": [3800.0, 708.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCAGACCTTTG\", \"ini\": 4797, \"clust\": 4049, \"rank\": 1103, \"rankvar\": 1707, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4024, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2378, \"group\": [4048.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCACATGACT\", \"ini\": 4796, \"clust\": 4138, \"rank\": 1845, \"rankvar\": 4631, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4025, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 14, \"group\": [4137.0, 779.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGAGACTTA\", \"ini\": 4795, \"clust\": 4355, \"rank\": 1628, \"rankvar\": 3672, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4026, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5044, \"group\": [4357.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTAATTGGA\", \"ini\": 4794, \"clust\": 3987, \"rank\": 1123, \"rankvar\": 2739, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4027, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2379, \"group\": [3988.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTTTAGGG\", \"ini\": 4793, \"clust\": 4026, \"rank\": 929, \"rankvar\": 2199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4028, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2380, \"group\": [4026.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTTGCT\", \"ini\": 4792, \"clust\": 1853, \"rank\": 1331, \"rankvar\": 33, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4029, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 374, \"group\": [1854.0, 294.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTCATTCA\", \"ini\": 4791, \"clust\": 1866, \"rank\": 1278, \"rankvar\": 238, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4030, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 375, \"group\": [1867.0, 299.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCAATGAATG\", \"ini\": 4790, \"clust\": 70, \"rank\": 1869, \"rankvar\": 4919, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4031, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5164, \"group\": [67.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATAAAGG\", \"ini\": 4789, \"clust\": 5146, \"rank\": 1919, \"rankvar\": 398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4032, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4432, \"group\": [5146.0, 1024.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTACAGTGG\", \"ini\": 4788, \"clust\": 5127, \"rank\": 1509, \"rankvar\": 97, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4033, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4433, \"group\": [5127.0, 1012.0, 163.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCACAGGCCT\", \"ini\": 4787, \"clust\": 4058, \"rank\": 1054, \"rankvar\": 1713, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4034, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2381, \"group\": [4058.0, 758.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACAGAGGT\", \"ini\": 4786, \"clust\": 4930, \"rank\": 801, \"rankvar\": 1199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4035, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4434, \"group\": [4931.0, 931.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCACCGGGT\", \"ini\": 4785, \"clust\": 1694, \"rank\": 1217, \"rankvar\": 231, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4036, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 376, \"group\": [1693.0, 241.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTAGGGTG\", \"ini\": 4784, \"clust\": 4351, \"rank\": 1052, \"rankvar\": 4583, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4037, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5045, \"group\": [4354.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGTCGCTG\", \"ini\": 4783, \"clust\": 3926, \"rank\": 1324, \"rankvar\": 2058, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4038, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2382, \"group\": [3926.0, 749.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCGTTTAC\", \"ini\": 4782, \"clust\": 1543, \"rank\": 879, \"rankvar\": 4602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4039, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2832, \"group\": [1542.0, 163.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACAGCTCGAC\", \"ini\": 4781, \"clust\": 5128, \"rank\": 1737, \"rankvar\": 640, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4040, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4435, \"group\": [5128.0, 1012.0, 163.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGTTAACC\", \"ini\": 4780, \"clust\": 4334, \"rank\": 1584, \"rankvar\": 4780, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4041, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5046, \"group\": [4334.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAGGGTAC\", \"ini\": 4779, \"clust\": 4918, \"rank\": 858, \"rankvar\": 3531, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4042, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2383, \"group\": [4918.0, 925.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTTCCGTCT\", \"ini\": 4778, \"clust\": 4966, \"rank\": 1364, \"rankvar\": 184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4043, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4436, \"group\": [4973.0, 951.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCTTGCAAG\", \"ini\": 4777, \"clust\": 4085, \"rank\": 1141, \"rankvar\": 1674, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4044, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2384, \"group\": [4082.0, 764.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGTCTCT\", \"ini\": 4776, \"clust\": 4380, \"rank\": 1184, \"rankvar\": 4894, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4045, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5047, \"group\": [4381.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTGATAAAC\", \"ini\": 4775, \"clust\": 4044, \"rank\": 1014, \"rankvar\": 2656, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4046, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2385, \"group\": [4044.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCTCGTATT\", \"ini\": 4774, \"clust\": 19, \"rank\": 1353, \"rankvar\": 4543, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4047, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5165, \"group\": [20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCAAACGGG\", \"ini\": 4773, \"clust\": 1723, \"rank\": 1355, \"rankvar\": 382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 377, \"group\": [1723.0, 263.0, 51.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGTGGTAAT\", \"ini\": 4772, \"clust\": 1697, \"rank\": 1169, \"rankvar\": 822, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4049, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 378, \"group\": [1696.0, 241.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTCTTTCAT\", \"ini\": 4771, \"clust\": 1849, \"rank\": 1194, \"rankvar\": 55, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4050, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 379, \"group\": [1852.0, 293.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTCACGCC\", \"ini\": 4770, \"clust\": 3846, \"rank\": 1096, \"rankvar\": 1548, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4051, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2386, \"group\": [3844.0, 724.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTGCCAGA\", \"ini\": 4769, \"clust\": 4329, \"rank\": 1912, \"rankvar\": 4920, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4052, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5048, \"group\": [4330.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATCGATTG\", \"ini\": 4768, \"clust\": 1665, \"rank\": 1067, \"rankvar\": 183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4053, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4316, \"group\": [1664.0, 224.0, 45.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATCGATTG\", \"ini\": 4767, \"clust\": 3986, \"rank\": 1068, \"rankvar\": 1786, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4054, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2387, \"group\": [3989.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTCATCGTCGG\", \"ini\": 4766, \"clust\": 3927, \"rank\": 1368, \"rankvar\": 1377, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4055, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2388, \"group\": [3927.0, 749.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGTACTCT\", \"ini\": 4765, \"clust\": 4131, \"rank\": 1846, \"rankvar\": 4523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4056, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 15, \"group\": [4127.0, 777.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAAGCAGGTCA\", \"ini\": 4764, \"clust\": 5123, \"rank\": 1654, \"rankvar\": 276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4057, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 380, \"group\": [5125.0, 1010.0, 162.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCAACACGT\", \"ini\": 4763, \"clust\": 4088, \"rank\": 1516, \"rankvar\": 2693, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4058, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2389, \"group\": [4087.0, 765.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTGGGATC\", \"ini\": 4762, \"clust\": 1742, \"rank\": 1880, \"rankvar\": 316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 381, \"group\": [1742.0, 272.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGCGATAGC\", \"ini\": 4761, \"clust\": 4032, \"rank\": 1110, \"rankvar\": 2875, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4060, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2390, \"group\": [4036.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCGCATGGC\", \"ini\": 4760, \"clust\": 4086, \"rank\": 1235, \"rankvar\": 2942, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4061, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2391, \"group\": [4083.0, 764.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTAAGGGAA\", \"ini\": 4759, \"clust\": 4320, \"rank\": 1036, \"rankvar\": 4698, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4062, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5049, \"group\": [4323.0, 811.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCCTTGAT\", \"ini\": 4758, \"clust\": 3328, \"rank\": 2270, \"rankvar\": 1203, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4063, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 382, \"group\": [3330.0, 509.0, 75.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGCTAAACA\", \"ini\": 4757, \"clust\": 4347, \"rank\": 1257, \"rankvar\": 4477, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4064, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5050, \"group\": [4345.0, 815.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTAGCTAAA\", \"ini\": 4756, \"clust\": 1721, \"rank\": 1515, \"rankvar\": 246, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4065, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 383, \"group\": [1720.0, 260.0, 50.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATCCCGC\", \"ini\": 4755, \"clust\": 1844, \"rank\": 1095, \"rankvar\": 67, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4066, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 384, \"group\": [1844.0, 291.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGAGTACCG\", \"ini\": 4754, \"clust\": 4986, \"rank\": 1232, \"rankvar\": 1445, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4067, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2833, \"group\": [4989.0, 965.0, 155.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCATGCTGGC\", \"ini\": 4753, \"clust\": 3813, \"rank\": 903, \"rankvar\": 1745, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4068, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2392, \"group\": [3812.0, 711.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGGATGGA\", \"ini\": 4752, \"clust\": 3924, \"rank\": 1564, \"rankvar\": 2817, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4069, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2393, \"group\": [3924.0, 749.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTCACCCATTC\", \"ini\": 4751, \"clust\": 4047, \"rank\": 1066, \"rankvar\": 1669, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4070, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2394, \"group\": [4046.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTTAGTGGG\", \"ini\": 4750, \"clust\": 5124, \"rank\": 1850, \"rankvar\": 214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 385, \"group\": [5123.0, 1008.0, 162.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCGACA\", \"ini\": 4749, \"clust\": 4003, \"rank\": 865, \"rankvar\": 3515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4072, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2395, \"group\": [4001.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGTTTCCTT\", \"ini\": 4748, \"clust\": 1725, \"rank\": 1003, \"rankvar\": 421, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4073, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 386, \"group\": [1726.0, 265.0, 51.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGCACGTCAGC\", \"ini\": 4747, \"clust\": 3826, \"rank\": 1678, \"rankvar\": 1851, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4074, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2396, \"group\": [3825.0, 717.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCCAAAT\", \"ini\": 4746, \"clust\": 3817, \"rank\": 1381, \"rankvar\": 2969, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4075, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2397, \"group\": [3817.0, 714.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTCTCTTAT\", \"ini\": 4745, \"clust\": 3840, \"rank\": 1124, \"rankvar\": 413, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4076, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2398, \"group\": [3841.0, 723.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCAACGGCC\", \"ini\": 4744, \"clust\": 142, \"rank\": 1356, \"rankvar\": 2587, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4077, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2834, \"group\": [143.0, 31.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCGAACGC\", \"ini\": 4743, \"clust\": 3326, \"rank\": 2113, \"rankvar\": 794, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4078, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 387, \"group\": [3325.0, 506.0, 75.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCGCAAACT\", \"ini\": 4742, \"clust\": 4075, \"rank\": 1405, \"rankvar\": 2169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4079, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2399, \"group\": [4076.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCACACGC\", \"ini\": 4741, \"clust\": 4358, \"rank\": 1597, \"rankvar\": 1556, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4080, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5051, \"group\": [4360.0, 817.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACCACCAG\", \"ini\": 4740, \"clust\": 4330, \"rank\": 1093, \"rankvar\": 4536, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4081, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5052, \"group\": [4340.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGGCAAAC\", \"ini\": 4739, \"clust\": 4342, \"rank\": 1307, \"rankvar\": 3936, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4082, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5053, \"group\": [4341.0, 814.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGCGTAAG\", \"ini\": 4738, \"clust\": 4952, \"rank\": 1255, \"rankvar\": 367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4083, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4437, \"group\": [4952.0, 943.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTGGTCCGT\", \"ini\": 4737, \"clust\": 1705, \"rank\": 1529, \"rankvar\": 1119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4084, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 388, \"group\": [1706.0, 250.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGTGTGGCA\", \"ini\": 4736, \"clust\": 4436, \"rank\": 1341, \"rankvar\": 1623, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4085, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4438, \"group\": [4451.0, 851.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAATGAATG\", \"ini\": 4735, \"clust\": 4945, \"rank\": 1504, \"rankvar\": 1273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4439, \"group\": [4950.0, 942.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAAACCCAT\", \"ini\": 4734, \"clust\": 4127, \"rank\": 1594, \"rankvar\": 3508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4087, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 16, \"group\": [4122.0, 777.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCTCCAGGG\", \"ini\": 4733, \"clust\": 5159, \"rank\": 1775, \"rankvar\": 1191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4088, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 389, \"group\": [5160.0, 1033.0, 166.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGCCAGTTT\", \"ini\": 4732, \"clust\": 4356, \"rank\": 1617, \"rankvar\": 3494, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4089, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5054, \"group\": [4355.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTACATGAACCT\", \"ini\": 4731, \"clust\": 1676, \"rank\": 1425, \"rankvar\": 127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4090, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 390, \"group\": [1676.0, 232.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGAATAGGG\", \"ini\": 4730, \"clust\": 1708, \"rank\": 1524, \"rankvar\": 1836, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4091, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 391, \"group\": [1709.0, 252.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGCTGGA\", \"ini\": 4729, \"clust\": 4462, \"rank\": 1031, \"rankvar\": 396, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4092, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4440, \"group\": [4463.0, 856.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTACCGGCT\", \"ini\": 4728, \"clust\": 3907, \"rank\": 1087, \"rankvar\": 970, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4093, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2400, \"group\": [3907.0, 744.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGGTGGAT\", \"ini\": 4727, \"clust\": 4463, \"rank\": 780, \"rankvar\": 998, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4094, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4441, \"group\": [4464.0, 857.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGAGGTTAT\", \"ini\": 4726, \"clust\": 3993, \"rank\": 1295, \"rankvar\": 1382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4095, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2401, \"group\": [3992.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCAAAGACA\", \"ini\": 4725, \"clust\": 3854, \"rank\": 1267, \"rankvar\": 2717, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4096, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2402, \"group\": [3855.0, 727.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTGATCGG\", \"ini\": 4724, \"clust\": 53, \"rank\": 2060, \"rankvar\": 4994, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4097, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5166, \"group\": [52.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAGGTCGTC\", \"ini\": 4723, \"clust\": 4045, \"rank\": 1116, \"rankvar\": 1668, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4098, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2403, \"group\": [4047.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTTCCACGG\", \"ini\": 4722, \"clust\": 1664, \"rank\": 1511, \"rankvar\": 1297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4099, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4317, \"group\": [1666.0, 226.0, 45.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACAGCGTC\", \"ini\": 4721, \"clust\": 4321, \"rank\": 1441, \"rankvar\": 4683, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4100, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5055, \"group\": [4321.0, 811.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCCCTAATT\", \"ini\": 4720, \"clust\": 4935, \"rank\": 1482, \"rankvar\": 897, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4101, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4442, \"group\": [4936.0, 935.0, 149.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAAAGCGGT\", \"ini\": 4719, \"clust\": 1873, \"rank\": 1224, \"rankvar\": 526, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4102, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 392, \"group\": [1873.0, 301.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACGACGT\", \"ini\": 4718, \"clust\": 5164, \"rank\": 1768, \"rankvar\": 1479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 393, \"group\": [5164.0, 1037.0, 167.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCACTCTTA\", \"ini\": 4717, \"clust\": 3842, \"rank\": 1462, \"rankvar\": 1320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4104, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2404, \"group\": [3840.0, 723.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTTCAGACT\", \"ini\": 4716, \"clust\": 4129, \"rank\": 1834, \"rankvar\": 2200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4105, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 17, \"group\": [4125.0, 777.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCATGCAACT\", \"ini\": 4715, \"clust\": 4439, \"rank\": 1191, \"rankvar\": 386, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4443, \"group\": [4438.0, 848.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCACCCT\", \"ini\": 4714, \"clust\": 4010, \"rank\": 961, \"rankvar\": 1155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4107, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2405, \"group\": [4010.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGGCTTC\", \"ini\": 4713, \"clust\": 4038, \"rank\": 954, \"rankvar\": 1280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4108, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2406, \"group\": [4038.0, 754.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCCAGTTA\", \"ini\": 4712, \"clust\": 4091, \"rank\": 1215, \"rankvar\": 4289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4109, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2407, \"group\": [4090.0, 766.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTAGCTAGGCA\", \"ini\": 4711, \"clust\": 3847, \"rank\": 1306, \"rankvar\": 1567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4110, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2408, \"group\": [3845.0, 724.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGCGGCTTC\", \"ini\": 4710, \"clust\": 69, \"rank\": 1774, \"rankvar\": 5046, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4111, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5167, \"group\": [69.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAGCCCAC\", \"ini\": 4709, \"clust\": 4853, \"rank\": 1596, \"rankvar\": 441, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4112, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4444, \"group\": [4856.0, 894.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCCACCGTTGG\", \"ini\": 4708, \"clust\": 1733, \"rank\": 1934, \"rankvar\": 159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 394, \"group\": [1736.0, 270.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGCGCCTTG\", \"ini\": 4707, \"clust\": 4348, \"rank\": 1881, \"rankvar\": 3742, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4114, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5056, \"group\": [4350.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGAACTCGG\", \"ini\": 4706, \"clust\": 4036, \"rank\": 1354, \"rankvar\": 2471, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4115, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2409, \"group\": [4033.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTATCTG\", \"ini\": 4705, \"clust\": 1867, \"rank\": 1629, \"rankvar\": 223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 395, \"group\": [1870.0, 299.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTCGGCTCA\", \"ini\": 4704, \"clust\": 3925, \"rank\": 1428, \"rankvar\": 2395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4117, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2410, \"group\": [3925.0, 749.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTTCCAACA\", \"ini\": 4703, \"clust\": 4357, \"rank\": 1937, \"rankvar\": 3184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4118, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5057, \"group\": [4356.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCCTGCAGG\", \"ini\": 4702, \"clust\": 1735, \"rank\": 1779, \"rankvar\": 52, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 396, \"group\": [1735.0, 270.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGAGGTAGA\", \"ini\": 4701, \"clust\": 4008, \"rank\": 1399, \"rankvar\": 622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4120, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2411, \"group\": [4007.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACATGCAATC\", \"ini\": 4700, \"clust\": 1692, \"rank\": 1495, \"rankvar\": 860, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 397, \"group\": [1698.0, 243.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTTTAAGCC\", \"ini\": 4699, \"clust\": 4028, \"rank\": 1475, \"rankvar\": 1113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4122, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2412, \"group\": [4028.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTTCATGGT\", \"ini\": 4698, \"clust\": 3814, \"rank\": 750, \"rankvar\": 2936, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4123, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2096, \"group\": [3813.0, 711.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCTGCAGG\", \"ini\": 4697, \"clust\": 5137, \"rank\": 1943, \"rankvar\": 54, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4124, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4445, \"group\": [5136.0, 1018.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGAGAACAG\", \"ini\": 4696, \"clust\": 4851, \"rank\": 1106, \"rankvar\": 957, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4125, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4446, \"group\": [4852.0, 893.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGAGAGCAATT\", \"ini\": 4695, \"clust\": 1675, \"rank\": 1522, \"rankvar\": 442, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4126, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 398, \"group\": [1677.0, 232.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAACGCGA\", \"ini\": 4694, \"clust\": 1716, \"rank\": 1519, \"rankvar\": 858, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 399, \"group\": [1716.0, 256.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCAGTTTGG\", \"ini\": 4693, \"clust\": 4955, \"rank\": 1927, \"rankvar\": 910, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4447, \"group\": [4958.0, 945.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCCTCAACC\", \"ini\": 4692, \"clust\": 4455, \"rank\": 1175, \"rankvar\": 1950, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4448, \"group\": [4461.0, 855.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAGCCTTTC\", \"ini\": 4691, \"clust\": 4059, \"rank\": 1303, \"rankvar\": 1757, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4130, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2413, \"group\": [4059.0, 758.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATAGGAG\", \"ini\": 4690, \"clust\": 13, \"rank\": 1064, \"rankvar\": 3887, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4131, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 400, \"group\": [11.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTCTCATCC\", \"ini\": 4689, \"clust\": 4948, \"rank\": 1614, \"rankvar\": 2106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4132, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2414, \"group\": [4946.0, 940.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCGGCATCG\", \"ini\": 4688, \"clust\": 1671, \"rank\": 1404, \"rankvar\": 1654, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 401, \"group\": [1672.0, 230.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTTCGCTAA\", \"ini\": 4687, \"clust\": 3933, \"rank\": 1502, \"rankvar\": 627, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4134, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2415, \"group\": [3931.0, 750.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGCGATG\", \"ini\": 4686, \"clust\": 71, \"rank\": 2142, \"rankvar\": 5058, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4135, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5168, \"group\": [68.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAGTCAGCC\", \"ini\": 4685, \"clust\": 3692, \"rank\": 1988, \"rankvar\": 1122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 402, \"group\": [3692.0, 683.0, 112.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAACTGCTA\", \"ini\": 4684, \"clust\": 4041, \"rank\": 1039, \"rankvar\": 2863, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4137, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2416, \"group\": [4041.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTTGAGAT\", \"ini\": 4683, \"clust\": 4069, \"rank\": 1853, \"rankvar\": 4176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4138, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2417, \"group\": [4069.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCCCTAAT\", \"ini\": 4682, \"clust\": 1729, \"rank\": 1503, \"rankvar\": 48, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 403, \"group\": [1729.0, 267.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAAGTCTAC\", \"ini\": 4681, \"clust\": 3516, \"rank\": 1397, \"rankvar\": 2348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4140, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2418, \"group\": [3519.0, 589.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGGCTCTTA\", \"ini\": 4680, \"clust\": 4946, \"rank\": 1903, \"rankvar\": 1624, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4449, \"group\": [4949.0, 941.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAACAGCGAACA\", \"ini\": 4679, \"clust\": 3121, \"rank\": 2040, \"rankvar\": 366, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 404, \"group\": [3121.0, 435.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAAACCGT\", \"ini\": 4678, \"clust\": 1739, \"rank\": 1700, \"rankvar\": 324, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 405, \"group\": [1740.0, 271.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCACAGACTT\", \"ini\": 4677, \"clust\": 5229, \"rank\": 2299, \"rankvar\": 1423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4144, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4450, \"group\": [5232.0, 1089.0, 188.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCAATGGACG\", \"ini\": 4676, \"clust\": 4437, \"rank\": 1755, \"rankvar\": 1771, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4145, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4451, \"group\": [4439.0, 848.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTGACTACT\", \"ini\": 4675, \"clust\": 1678, \"rank\": 1655, \"rankvar\": 157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 406, \"group\": [1675.0, 232.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCTCTTATG\", \"ini\": 4674, \"clust\": 4430, \"rank\": 1252, \"rankvar\": 1047, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4147, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4452, \"group\": [4433.0, 845.0, 140.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTACAGCAG\", \"ini\": 4673, \"clust\": 3699, \"rank\": 1734, \"rankvar\": 2392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4148, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2419, \"group\": [3697.0, 687.0, 114.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCACCCAGTG\", \"ini\": 4672, \"clust\": 5130, \"rank\": 2075, \"rankvar\": 453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4149, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2420, \"group\": [5130.0, 1014.0, 163.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTATAGGTA\", \"ini\": 4671, \"clust\": 133, \"rank\": 1777, \"rankvar\": 4091, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4150, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2835, \"group\": [133.0, 27.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGCTGAG\", \"ini\": 4670, \"clust\": 4988, \"rank\": 1674, \"rankvar\": 198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4151, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4453, \"group\": [4988.0, 964.0, 155.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGGCGCTCT\", \"ini\": 4669, \"clust\": 4064, \"rank\": 1621, \"rankvar\": 380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4152, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2421, \"group\": [4064.0, 760.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGATTC\", \"ini\": 4668, \"clust\": 4016, \"rank\": 1333, \"rankvar\": 1230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4153, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2422, \"group\": [4018.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCTGGAGCC\", \"ini\": 4667, \"clust\": 3117, \"rank\": 1624, \"rankvar\": 323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 407, \"group\": [3117.0, 433.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCGGATGGA\", \"ini\": 4666, \"clust\": 4050, \"rank\": 1435, \"rankvar\": 708, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4155, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2423, \"group\": [4049.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTATGCTTG\", \"ini\": 4665, \"clust\": 76, \"rank\": 2180, \"rankvar\": 3678, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4156, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5169, \"group\": [76.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTACTTAC\", \"ini\": 4664, \"clust\": 4034, \"rank\": 1423, \"rankvar\": 780, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4157, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2424, \"group\": [4034.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAATCCGT\", \"ini\": 4663, \"clust\": 3811, \"rank\": 1386, \"rankvar\": 482, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 408, \"group\": [3810.0, 711.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTGGGCTA\", \"ini\": 4662, \"clust\": 4352, \"rank\": 1609, \"rankvar\": 3385, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4159, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5058, \"group\": [4353.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCAGGTGCCT\", \"ini\": 4661, \"clust\": 4916, \"rank\": 1531, \"rankvar\": 4449, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4160, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2425, \"group\": [4919.0, 926.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCTGAGTGT\", \"ini\": 4660, \"clust\": 3843, \"rank\": 1553, \"rankvar\": 2224, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4161, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2426, \"group\": [3842.0, 724.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGAGAGTACAT\", \"ini\": 4659, \"clust\": 4448, \"rank\": 1656, \"rankvar\": 946, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4454, \"group\": [4450.0, 850.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGATGAGG\", \"ini\": 4658, \"clust\": 5142, \"rank\": 1758, \"rankvar\": 636, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4163, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4455, \"group\": [5143.0, 1022.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACCCTATC\", \"ini\": 4657, \"clust\": 4341, \"rank\": 1852, \"rankvar\": 3225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4164, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5059, \"group\": [4343.0, 814.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCGTTTGCC\", \"ini\": 4656, \"clust\": 1724, \"rank\": 1485, \"rankvar\": 462, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 409, \"group\": [1724.0, 263.0, 51.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCATTCA\", \"ini\": 4655, \"clust\": 1547, \"rank\": 1293, \"rankvar\": 2866, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4166, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3099, \"group\": [1548.0, 167.0, 25.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCTGTCAAG\", \"ini\": 4654, \"clust\": 3109, \"rank\": 1857, \"rankvar\": 902, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 410, \"group\": [3112.0, 430.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGCGCAC\", \"ini\": 4653, \"clust\": 1859, \"rank\": 1925, \"rankvar\": 7, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 411, \"group\": [1865.0, 298.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCGTCTTC\", \"ini\": 4652, \"clust\": 3804, \"rank\": 1493, \"rankvar\": 265, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4169, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 412, \"group\": [3804.0, 710.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCACAACGTT\", \"ini\": 4651, \"clust\": 4938, \"rank\": 1812, \"rankvar\": 1324, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4170, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4456, \"group\": [4938.0, 937.0, 150.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTCCGAAGA\", \"ini\": 4650, \"clust\": 3693, \"rank\": 1542, \"rankvar\": 1237, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4171, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2427, \"group\": [3693.0, 684.0, 112.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCAAGC\", \"ini\": 4649, \"clust\": 3910, \"rank\": 1663, \"rankvar\": 342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4172, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2428, \"group\": [3920.0, 747.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCCGTTGTC\", \"ini\": 4648, \"clust\": 1683, \"rank\": 1698, \"rankvar\": 153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 413, \"group\": [1684.0, 234.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCAAGTAATG\", \"ini\": 4647, \"clust\": 3856, \"rank\": 1693, \"rankvar\": 1691, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4174, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2429, \"group\": [3854.0, 727.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCTAGAAC\", \"ini\": 4646, \"clust\": 3517, \"rank\": 1527, \"rankvar\": 1289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4175, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2430, \"group\": [3518.0, 589.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCCTTGCCA\", \"ini\": 4645, \"clust\": 1709, \"rank\": 1419, \"rankvar\": 670, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 414, \"group\": [1710.0, 252.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGGACGAT\", \"ini\": 4644, \"clust\": 1690, \"rank\": 1321, \"rankvar\": 113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 415, \"group\": [1690.0, 239.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGTGGTAAT\", \"ini\": 4643, \"clust\": 10, \"rank\": 1533, \"rankvar\": 2994, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 416, \"group\": [10.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGATGCGAC\", \"ini\": 4642, \"clust\": 3852, \"rank\": 1705, \"rankvar\": 1529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4179, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2431, \"group\": [3851.0, 727.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAGCTTAAC\", \"ini\": 4641, \"clust\": 3994, \"rank\": 1672, \"rankvar\": 2601, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4180, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2432, \"group\": [3993.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGCAGCCTC\", \"ini\": 4640, \"clust\": 4039, \"rank\": 1155, \"rankvar\": 1053, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4181, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2433, \"group\": [4039.0, 754.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTGGTGTAG\", \"ini\": 4639, \"clust\": 5223, \"rank\": 2641, \"rankvar\": 1885, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4182, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4318, \"group\": [5224.0, 1084.0, 187.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTTGATG\", \"ini\": 4638, \"clust\": 1695, \"rank\": 1579, \"rankvar\": 933, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 417, \"group\": [1694.0, 241.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAGTCGACTAT\", \"ini\": 4637, \"clust\": 4033, \"rank\": 1339, \"rankvar\": 1831, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4184, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2434, \"group\": [4035.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGAATCT\", \"ini\": 4636, \"clust\": 1875, \"rank\": 1429, \"rankvar\": 336, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 418, \"group\": [1875.0, 302.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTCCAGTAT\", \"ini\": 4635, \"clust\": 3801, \"rank\": 1028, \"rankvar\": 637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 419, \"group\": [3801.0, 709.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGACAGCT\", \"ini\": 4634, \"clust\": 3647, \"rank\": 1947, \"rankvar\": 985, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 420, \"group\": [3646.0, 661.0, 109.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACCATACTACG\", \"ini\": 4633, \"clust\": 5227, \"rank\": 2491, \"rankvar\": 369, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4457, \"group\": [5228.0, 1087.0, 188.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGGTACA\", \"ini\": 4632, \"clust\": 1669, \"rank\": 1593, \"rankvar\": 332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 421, \"group\": [1670.0, 229.0, 46.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAAACGTGG\", \"ini\": 4631, \"clust\": 3677, \"rank\": 1669, \"rankvar\": 986, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4190, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 422, \"group\": [3678.0, 677.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTAGTGACTCT\", \"ini\": 4630, \"clust\": 3853, \"rank\": 1512, \"rankvar\": 977, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4191, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2435, \"group\": [3852.0, 727.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTATCGCAT\", \"ini\": 4629, \"clust\": 3119, \"rank\": 1905, \"rankvar\": 186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 423, \"group\": [3122.0, 436.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACGTCAGC\", \"ini\": 4628, \"clust\": 3880, \"rank\": 1375, \"rankvar\": 1709, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4193, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2436, \"group\": [3878.0, 734.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACCTCGT\", \"ini\": 4627, \"clust\": 17, \"rank\": 1960, \"rankvar\": 4925, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4194, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5170, \"group\": [18.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGTGCCTG\", \"ini\": 4626, \"clust\": 3830, \"rank\": 2225, \"rankvar\": 3079, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4195, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2437, \"group\": [3830.0, 721.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGCGAT\", \"ini\": 4625, \"clust\": 5133, \"rank\": 2183, \"rankvar\": 679, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4458, \"group\": [5134.0, 1017.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATTGG\", \"ini\": 4624, \"clust\": 3802, \"rank\": 1378, \"rankvar\": 1097, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 424, \"group\": [3802.0, 709.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTTTACGT\", \"ini\": 4623, \"clust\": 1674, \"rank\": 1888, \"rankvar\": 87, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 425, \"group\": [1678.0, 232.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCGCCAGCA\", \"ini\": 4622, \"clust\": 3881, \"rank\": 1248, \"rankvar\": 3041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4199, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2438, \"group\": [3879.0, 734.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCAGATCCTGT\", \"ini\": 4621, \"clust\": 4950, \"rank\": 1868, \"rankvar\": 222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4459, \"group\": [4953.0, 943.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCTCTGAGA\", \"ini\": 4620, \"clust\": 1718, \"rank\": 2027, \"rankvar\": 1291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 426, \"group\": [1722.0, 262.0, 50.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGCAATC\", \"ini\": 4619, \"clust\": 1727, \"rank\": 2041, \"rankvar\": 141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 427, \"group\": [1730.0, 268.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTCTGG\", \"ini\": 4618, \"clust\": 4093, \"rank\": 2471, \"rankvar\": 3497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4203, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 18, \"group\": [4094.0, 768.0, 120.0, 27.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGTGAAGTT\", \"ini\": 4617, \"clust\": 3500, \"rank\": 1831, \"rankvar\": 783, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4204, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2439, \"group\": [3500.0, 585.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTAAGGATT\", \"ini\": 4616, \"clust\": 5122, \"rank\": 1953, \"rankvar\": 950, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4205, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2440, \"group\": [5126.0, 1011.0, 162.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTGTCGAGTTT\", \"ini\": 4615, \"clust\": 5144, \"rank\": 2194, \"rankvar\": 1838, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4206, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2441, \"group\": [5149.0, 1026.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTTGCTCCT\", \"ini\": 4614, \"clust\": 3849, \"rank\": 1250, \"rankvar\": 3100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4207, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2442, \"group\": [3848.0, 726.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCGCATC\", \"ini\": 4613, \"clust\": 62, \"rank\": 1986, \"rankvar\": 5077, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4208, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5171, \"group\": [74.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACTCAGCCTAA\", \"ini\": 4612, \"clust\": 1711, \"rank\": 1973, \"rankvar\": 303, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 428, \"group\": [1711.0, 253.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTGGGCCA\", \"ini\": 4611, \"clust\": 4133, \"rank\": 2421, \"rankvar\": 3437, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4210, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 19, \"group\": [4129.0, 778.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGGCTAGCA\", \"ini\": 4610, \"clust\": 3903, \"rank\": 1751, \"rankvar\": 1438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4211, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2443, \"group\": [3902.0, 743.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAAGCCATCGC\", \"ini\": 4609, \"clust\": 1667, \"rank\": 1218, \"rankvar\": 735, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 429, \"group\": [1668.0, 228.0, 46.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATACTACG\", \"ini\": 4608, \"clust\": 4849, \"rank\": 1728, \"rankvar\": 524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4213, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4460, \"group\": [4850.0, 892.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCTAGTGT\", \"ini\": 4607, \"clust\": 3888, \"rank\": 1754, \"rankvar\": 3341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4214, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2444, \"group\": [3887.0, 738.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACATCCGCGA\", \"ini\": 4606, \"clust\": 4949, \"rank\": 1887, \"rankvar\": 2964, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4215, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2445, \"group\": [4947.0, 940.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCCGTGAC\", \"ini\": 4605, \"clust\": 5143, \"rank\": 2330, \"rankvar\": 676, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4216, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4461, \"group\": [5144.0, 1023.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTTCCACAA\", \"ini\": 4604, \"clust\": 1879, \"rank\": 2061, \"rankvar\": 114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 430, \"group\": [1879.0, 305.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCCTTGTG\", \"ini\": 4603, \"clust\": 4931, \"rank\": 1667, \"rankvar\": 763, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4218, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4462, \"group\": [4935.0, 934.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCGATTCT\", \"ini\": 4602, \"clust\": 1707, \"rank\": 1848, \"rankvar\": 149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 431, \"group\": [1708.0, 251.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCAATGGT\", \"ini\": 4601, \"clust\": 1717, \"rank\": 1997, \"rankvar\": 648, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 432, \"group\": [1717.0, 257.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTACAGACG\", \"ini\": 4600, \"clust\": 4947, \"rank\": 1781, \"rankvar\": 1481, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4221, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4463, \"group\": [4948.0, 940.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGCTGATAA\", \"ini\": 4599, \"clust\": 4122, \"rank\": 1913, \"rankvar\": 3627, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4222, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 20, \"group\": [4120.0, 776.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTAATAGCA\", \"ini\": 4598, \"clust\": 1744, \"rank\": 2045, \"rankvar\": 175, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 433, \"group\": [1745.0, 273.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTGGCGAC\", \"ini\": 4597, \"clust\": 18, \"rank\": 2672, \"rankvar\": 4971, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4224, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5172, \"group\": [19.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAATGTGT\", \"ini\": 4596, \"clust\": 1874, \"rank\": 1851, \"rankvar\": 394, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4225, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 434, \"group\": [1874.0, 301.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCACCTCGT\", \"ini\": 4595, \"clust\": 3661, \"rank\": 1877, \"rankvar\": 177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 435, \"group\": [3661.0, 672.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCCGAAT\", \"ini\": 4594, \"clust\": 4040, \"rank\": 1394, \"rankvar\": 2076, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4227, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2446, \"group\": [4040.0, 754.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTACAGCAG\", \"ini\": 4593, \"clust\": 3815, \"rank\": 1478, \"rankvar\": 1042, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2447, \"group\": [3815.0, 713.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCAACGCTA\", \"ini\": 4592, \"clust\": 3115, \"rank\": 2111, \"rankvar\": 277, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4229, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 436, \"group\": [3116.0, 432.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCACGAAATA\", \"ini\": 4591, \"clust\": 3911, \"rank\": 1646, \"rankvar\": 798, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4230, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2448, \"group\": [3919.0, 746.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATTTGCTT\", \"ini\": 4590, \"clust\": 1715, \"rank\": 1275, \"rankvar\": 2144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4231, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 437, \"group\": [1718.0, 258.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTGTAATGA\", \"ini\": 4589, \"clust\": 3819, \"rank\": 1573, \"rankvar\": 2030, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4232, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2449, \"group\": [3819.0, 716.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGAGTATA\", \"ini\": 4588, \"clust\": 3851, \"rank\": 2104, \"rankvar\": 405, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4233, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2450, \"group\": [3858.0, 728.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTAAAGA\", \"ini\": 4587, \"clust\": 4089, \"rank\": 1980, \"rankvar\": 2975, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4234, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2451, \"group\": [4088.0, 765.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTTGAGG\", \"ini\": 4586, \"clust\": 3325, \"rank\": 2350, \"rankvar\": 404, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4235, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 438, \"group\": [3327.0, 507.0, 75.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACACCAGGCT\", \"ini\": 4585, \"clust\": 5157, \"rank\": 2517, \"rankvar\": 282, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 439, \"group\": [5158.0, 1032.0, 166.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGGGACA\", \"ini\": 4584, \"clust\": 4301, \"rank\": 2284, \"rankvar\": 1204, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4237, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5060, \"group\": [4302.0, 807.0, 134.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGGGTACA\", \"ini\": 4583, \"clust\": 14, \"rank\": 1822, \"rankvar\": 2153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 440, \"group\": [12.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGCATG\", \"ini\": 4582, \"clust\": 4070, \"rank\": 2067, \"rankvar\": 2559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4239, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2452, \"group\": [4073.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTTGCGCAC\", \"ini\": 4581, \"clust\": 3821, \"rank\": 1826, \"rankvar\": 3262, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4240, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2453, \"group\": [3821.0, 716.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGATTGT\", \"ini\": 4580, \"clust\": 4343, \"rank\": 1821, \"rankvar\": 4702, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4241, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5061, \"group\": [4342.0, 814.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGAGACG\", \"ini\": 4579, \"clust\": 4123, \"rank\": 2248, \"rankvar\": 4598, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4242, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 21, \"group\": [4139.0, 781.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGCAGCGTA\", \"ini\": 4578, \"clust\": 4323, \"rank\": 1904, \"rankvar\": 4693, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4243, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5062, \"group\": [4324.0, 811.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAAGCCATT\", \"ini\": 4577, \"clust\": 3937, \"rank\": 1560, \"rankvar\": 573, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4244, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2454, \"group\": [3937.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTTACCCA\", \"ini\": 4576, \"clust\": 4291, \"rank\": 2847, \"rankvar\": 4715, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4245, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 22, \"group\": [4288.0, 797.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCTCTTGAT\", \"ini\": 4575, \"clust\": 4048, \"rank\": 1840, \"rankvar\": 2785, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4246, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2455, \"group\": [4050.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGCCGTCGT\", \"ini\": 4574, \"clust\": 4071, \"rank\": 2030, \"rankvar\": 1711, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4247, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2456, \"group\": [4072.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTAACTTC\", \"ini\": 4573, \"clust\": 4954, \"rank\": 2401, \"rankvar\": 1554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4248, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4464, \"group\": [4955.0, 944.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCACGGTTA\", \"ini\": 4572, \"clust\": 3515, \"rank\": 1769, \"rankvar\": 3758, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4249, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2457, \"group\": [3520.0, 589.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTGTAA\", \"ini\": 4571, \"clust\": 4084, \"rank\": 2036, \"rankvar\": 1478, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4250, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2458, \"group\": [4084.0, 764.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATTGTGCA\", \"ini\": 4570, \"clust\": 5155, \"rank\": 2249, \"rankvar\": 357, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 441, \"group\": [5156.0, 1030.0, 165.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAGTCGGT\", \"ini\": 4569, \"clust\": 4990, \"rank\": 2162, \"rankvar\": 1311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4252, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4319, \"group\": [4991.0, 966.0, 156.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCGTCAAA\", \"ini\": 4568, \"clust\": 3684, \"rank\": 1671, \"rankvar\": 4034, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4253, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2097, \"group\": [3682.0, 678.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCACCCTCA\", \"ini\": 4567, \"clust\": 1712, \"rank\": 2103, \"rankvar\": 501, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 442, \"group\": [1712.0, 253.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTCACCTC\", \"ini\": 4566, \"clust\": 4850, \"rank\": 2138, \"rankvar\": 377, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4255, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4465, \"group\": [4851.0, 892.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGACAAGCC\", \"ini\": 4565, \"clust\": 84, \"rank\": 2840, \"rankvar\": 4710, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4256, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5173, \"group\": [84.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGCATCATC\", \"ini\": 4564, \"clust\": 4006, \"rank\": 1938, \"rankvar\": 1524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4257, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2459, \"group\": [4008.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGACACGAC\", \"ini\": 4563, \"clust\": 1686, \"rank\": 1715, \"rankvar\": 1640, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 443, \"group\": [1686.0, 235.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTTCCTT\", \"ini\": 4562, \"clust\": 3885, \"rank\": 2145, \"rankvar\": 1751, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4259, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2460, \"group\": [3885.0, 737.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGATACACA\", \"ini\": 4561, \"clust\": 3918, \"rank\": 1928, \"rankvar\": 847, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4260, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2461, \"group\": [3918.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACAATAGAGT\", \"ini\": 4560, \"clust\": 5158, \"rank\": 2564, \"rankvar\": 690, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4261, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 444, \"group\": [5159.0, 1032.0, 166.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGATGTGGC\", \"ini\": 4559, \"clust\": 4082, \"rank\": 2069, \"rankvar\": 1843, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4262, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2462, \"group\": [4086.0, 764.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGTAAGTAC\", \"ini\": 4558, \"clust\": 1872, \"rank\": 2124, \"rankvar\": 219, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 445, \"group\": [1881.0, 307.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGGTCGAT\", \"ini\": 4557, \"clust\": 51, \"rank\": 2700, \"rankvar\": 4823, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4264, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5174, \"group\": [53.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAAACGCG\", \"ini\": 4556, \"clust\": 3921, \"rank\": 1811, \"rankvar\": 3243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4265, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2463, \"group\": [3923.0, 748.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGGGTGTTG\", \"ini\": 4555, \"clust\": 3421, \"rank\": 2580, \"rankvar\": 3297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4266, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2464, \"group\": [3422.0, 554.0, 85.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGCTATGCT\", \"ini\": 4554, \"clust\": 1691, \"rank\": 1537, \"rankvar\": 1726, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 446, \"group\": [1691.0, 239.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCTCGATGA\", \"ini\": 4553, \"clust\": 143, \"rank\": 1915, \"rankvar\": 4200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4268, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2836, \"group\": [144.0, 32.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAACACCCG\", \"ini\": 4552, \"clust\": 3876, \"rank\": 1632, \"rankvar\": 3064, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4269, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2465, \"group\": [3875.0, 733.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTAAGAGAG\", \"ini\": 4551, \"clust\": 3834, \"rank\": 2201, \"rankvar\": 2704, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4270, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2466, \"group\": [3836.0, 722.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAGCTCCG\", \"ini\": 4550, \"clust\": 3511, \"rank\": 2253, \"rankvar\": 3562, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4271, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2467, \"group\": [3510.0, 588.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTGTCCAT\", \"ini\": 4549, \"clust\": 4382, \"rank\": 2287, \"rankvar\": 4621, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4272, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5063, \"group\": [4383.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGATTA\", \"ini\": 4548, \"clust\": 5169, \"rank\": 2275, \"rankvar\": 704, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4273, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 447, \"group\": [5169.0, 1041.0, 168.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTGCTGTC\", \"ini\": 4547, \"clust\": 4981, \"rank\": 2292, \"rankvar\": 432, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2468, \"group\": [4980.0, 957.0, 153.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTAAGTAG\", \"ini\": 4546, \"clust\": 3857, \"rank\": 2010, \"rankvar\": 565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4275, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2469, \"group\": [3856.0, 727.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTAGGACAC\", \"ini\": 4545, \"clust\": 3891, \"rank\": 2198, \"rankvar\": 1979, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4276, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2470, \"group\": [3889.0, 738.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTACGAAAT\", \"ini\": 4544, \"clust\": 4322, \"rank\": 2035, \"rankvar\": 3031, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4277, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5064, \"group\": [4322.0, 811.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCGGCATC\", \"ini\": 4543, \"clust\": 3648, \"rank\": 2170, \"rankvar\": 344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 448, \"group\": [3647.0, 661.0, 109.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATAGTCA\", \"ini\": 4542, \"clust\": 3835, \"rank\": 2118, \"rankvar\": 1379, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4279, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2471, \"group\": [3834.0, 722.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTTTAGGA\", \"ini\": 4541, \"clust\": 5182, \"rank\": 2413, \"rankvar\": 292, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 449, \"group\": [5185.0, 1054.0, 174.0, 37.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGTCGTC\", \"ini\": 4540, \"clust\": 4431, \"rank\": 1902, \"rankvar\": 833, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4281, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4466, \"group\": [4431.0, 843.0, 140.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGAAGGACA\", \"ini\": 4539, \"clust\": 1666, \"rank\": 1932, \"rankvar\": 199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 450, \"group\": [1665.0, 225.0, 45.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTGGAGA\", \"ini\": 4538, \"clust\": 3861, \"rank\": 2064, \"rankvar\": 1397, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4283, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2472, \"group\": [3861.0, 730.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGGTGGA\", \"ini\": 4537, \"clust\": 5167, \"rank\": 2085, \"rankvar\": 77, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 451, \"group\": [5168.0, 1040.0, 168.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGGCATG\", \"ini\": 4536, \"clust\": 3112, \"rank\": 2550, \"rankvar\": 3236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 452, \"group\": [3113.0, 431.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAATGTTGC\", \"ini\": 4535, \"clust\": 3845, \"rank\": 1941, \"rankvar\": 1006, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4286, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2473, \"group\": [3846.0, 724.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCGGCA\", \"ini\": 4534, \"clust\": 3930, \"rank\": 1964, \"rankvar\": 771, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4287, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2474, \"group\": [3933.0, 750.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGTACC\", \"ini\": 4533, \"clust\": 3685, \"rank\": 1702, \"rankvar\": 587, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 453, \"group\": [3683.0, 678.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCATTATCC\", \"ini\": 4532, \"clust\": 3518, \"rank\": 1909, \"rankvar\": 2698, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2475, \"group\": [3516.0, 589.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAGGATCGA\", \"ini\": 4531, \"clust\": 1877, \"rank\": 2101, \"rankvar\": 95, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4290, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 454, \"group\": [1877.0, 303.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTCCAGTTA\", \"ini\": 4530, \"clust\": 3694, \"rank\": 2639, \"rankvar\": 492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4291, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4320, \"group\": [3694.0, 685.0, 113.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAGCTTCGG\", \"ini\": 4529, \"clust\": 3862, \"rank\": 2282, \"rankvar\": 1581, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4292, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2476, \"group\": [3862.0, 730.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCACCAGGC\", \"ini\": 4528, \"clust\": 3663, \"rank\": 2181, \"rankvar\": 210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4293, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 455, \"group\": [3663.0, 673.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACACAGAGGT\", \"ini\": 4527, \"clust\": 3870, \"rank\": 2058, \"rankvar\": 2351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4294, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2477, \"group\": [3872.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGATTGCT\", \"ini\": 4526, \"clust\": 1689, \"rank\": 1859, \"rankvar\": 179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4295, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 456, \"group\": [1692.0, 240.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCATCGTCGG\", \"ini\": 4525, \"clust\": 3879, \"rank\": 2081, \"rankvar\": 1427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2478, \"group\": [3880.0, 734.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTGAATTG\", \"ini\": 4524, \"clust\": 5213, \"rank\": 3151, \"rankvar\": 5217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4297, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5175, \"group\": [5214.0, 1077.0, 185.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGTATCTCG\", \"ini\": 4523, \"clust\": 5171, \"rank\": 2309, \"rankvar\": 125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 457, \"group\": [5172.0, 1043.0, 169.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAACGC\", \"ini\": 4522, \"clust\": 3113, \"rank\": 2361, \"rankvar\": 2374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4299, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 458, \"group\": [3114.0, 431.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGATCCCGC\", \"ini\": 4521, \"clust\": 3871, \"rank\": 1833, \"rankvar\": 3709, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4300, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2479, \"group\": [3870.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAAGAAAGG\", \"ini\": 4520, \"clust\": 4432, \"rank\": 2026, \"rankvar\": 1523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4301, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2480, \"group\": [4432.0, 844.0, 140.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTGGTTT\", \"ini\": 4519, \"clust\": 5176, \"rank\": 2646, \"rankvar\": 706, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 459, \"group\": [5178.0, 1048.0, 171.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTTCAAG\", \"ini\": 4518, \"clust\": 1663, \"rank\": 1814, \"rankvar\": 611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 460, \"group\": [1667.0, 227.0, 45.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTTTCG\", \"ini\": 4517, \"clust\": 3839, \"rank\": 1799, \"rankvar\": 989, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4304, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2481, \"group\": [3847.0, 725.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGTCTAC\", \"ini\": 4516, \"clust\": 3330, \"rank\": 2466, \"rankvar\": 225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 461, \"group\": [3329.0, 508.0, 75.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTGTCCGT\", \"ini\": 4515, \"clust\": 4340, \"rank\": 2259, \"rankvar\": 4039, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4306, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5065, \"group\": [4361.0, 818.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTATATCCG\", \"ini\": 4514, \"clust\": 5156, \"rank\": 2717, \"rankvar\": 2719, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4307, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 462, \"group\": [5157.0, 1031.0, 165.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGGCCT\", \"ini\": 4513, \"clust\": 3873, \"rank\": 1961, \"rankvar\": 3215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4308, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2482, \"group\": [3873.0, 732.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCACCGATAT\", \"ini\": 4512, \"clust\": 1880, \"rank\": 2436, \"rankvar\": 308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 463, \"group\": [1880.0, 306.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGCCATG\", \"ini\": 4511, \"clust\": 5196, \"rank\": 2689, \"rankvar\": 874, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4467, \"group\": [5195.0, 1063.0, 179.0, 40.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGCTTGTC\", \"ini\": 4510, \"clust\": 3085, \"rank\": 2412, \"rankvar\": 228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 464, \"group\": [3086.0, 417.0, 60.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGCTGATAA\", \"ini\": 4509, \"clust\": 4975, \"rank\": 1971, \"rankvar\": 2026, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4312, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2483, \"group\": [4975.0, 952.0, 152.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACACATGT\", \"ini\": 4508, \"clust\": 5170, \"rank\": 2565, \"rankvar\": 459, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 465, \"group\": [5170.0, 1041.0, 168.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACATACG\", \"ini\": 4507, \"clust\": 1726, \"rank\": 1987, \"rankvar\": 117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4314, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 466, \"group\": [1727.0, 266.0, 51.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCACCGAATT\", \"ini\": 4506, \"clust\": 100, \"rank\": 2831, \"rankvar\": 4914, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4315, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5176, \"group\": [96.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAATAGCGG\", \"ini\": 4505, \"clust\": 5163, \"rank\": 2493, \"rankvar\": 457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4316, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 467, \"group\": [5166.0, 1038.0, 167.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAGACACTT\", \"ini\": 4504, \"clust\": 3502, \"rank\": 2131, \"rankvar\": 2143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4317, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2484, \"group\": [3503.0, 586.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTTACGGAG\", \"ini\": 4503, \"clust\": 3889, \"rank\": 2271, \"rankvar\": 2328, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4318, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2485, \"group\": [3888.0, 738.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGAGTTGGC\", \"ini\": 4502, \"clust\": 3878, \"rank\": 1874, \"rankvar\": 3062, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4319, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2486, \"group\": [3881.0, 734.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCCCAGCT\", \"ini\": 4501, \"clust\": 3837, \"rank\": 2227, \"rankvar\": 1084, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4320, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2487, \"group\": [3837.0, 722.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATCAGAA\", \"ini\": 4500, \"clust\": 4982, \"rank\": 2643, \"rankvar\": 505, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4321, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2837, \"group\": [4983.0, 960.0, 154.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGTCGATAA\", \"ini\": 4499, \"clust\": 3501, \"rank\": 2383, \"rankvar\": 3247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2488, \"group\": [3501.0, 585.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAAGTTCTG\", \"ini\": 4498, \"clust\": 1538, \"rank\": 1740, \"rankvar\": 4370, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4323, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2838, \"group\": [1541.0, 162.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGACTAGGC\", \"ini\": 4497, \"clust\": 3662, \"rank\": 2213, \"rankvar\": 3311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4324, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2098, \"group\": [3662.0, 672.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCACGGTAAG\", \"ini\": 4496, \"clust\": 3825, \"rank\": 2235, \"rankvar\": 1353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4325, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2489, \"group\": [3824.0, 717.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCTGTAGA\", \"ini\": 4495, \"clust\": 4973, \"rank\": 2082, \"rankvar\": 747, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 468, \"group\": [4976.0, 953.0, 152.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCTTGT\", \"ini\": 4494, \"clust\": 1698, \"rank\": 2176, \"rankvar\": 1486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 469, \"group\": [1699.0, 244.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTCGCTTG\", \"ini\": 4493, \"clust\": 3886, \"rank\": 2366, \"rankvar\": 1962, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4328, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2490, \"group\": [3886.0, 737.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACCAACCG\", \"ini\": 4492, \"clust\": 3883, \"rank\": 2384, \"rankvar\": 1114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4329, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2491, \"group\": [3882.0, 735.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGCGCCTTG\", \"ini\": 4491, \"clust\": 3651, \"rank\": 2515, \"rankvar\": 831, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4330, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 470, \"group\": [3651.0, 664.0, 109.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCCCGACTT\", \"ini\": 4490, \"clust\": 3935, \"rank\": 1662, \"rankvar\": 895, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4331, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2492, \"group\": [3935.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGCCACGCT\", \"ini\": 4489, \"clust\": 3858, \"rank\": 2371, \"rankvar\": 1014, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4332, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2493, \"group\": [3857.0, 727.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCCCAACC\", \"ini\": 4488, \"clust\": 1876, \"rank\": 2056, \"rankvar\": 406, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4333, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 471, \"group\": [1876.0, 302.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCGAGT\", \"ini\": 4487, \"clust\": 3863, \"rank\": 2205, \"rankvar\": 1746, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4334, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2494, \"group\": [3863.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATGTTCCC\", \"ini\": 4486, \"clust\": 1878, \"rank\": 2294, \"rankvar\": 1186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4335, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 472, \"group\": [1878.0, 304.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACAGGTTT\", \"ini\": 4485, \"clust\": 3859, \"rank\": 2281, \"rankvar\": 1105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2495, \"group\": [3859.0, 729.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCGCGCCAA\", \"ini\": 4484, \"clust\": 3635, \"rank\": 2148, \"rankvar\": 1117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4337, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 473, \"group\": [3635.0, 651.0, 104.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCAGCGCTTAT\", \"ini\": 4483, \"clust\": 49, \"rank\": 2794, \"rankvar\": 5140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4338, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5177, \"group\": [49.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACCAGATT\", \"ini\": 4482, \"clust\": 4312, \"rank\": 2632, \"rankvar\": 4503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4339, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5066, \"group\": [4311.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTATGAAAC\", \"ini\": 4481, \"clust\": 1673, \"rank\": 2051, \"rankvar\": 251, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 474, \"group\": [1679.0, 233.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCCCTGACT\", \"ini\": 4480, \"clust\": 3317, \"rank\": 2664, \"rankvar\": 337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 475, \"group\": [3331.0, 510.0, 76.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGTTAGCGG\", \"ini\": 4479, \"clust\": 3697, \"rank\": 2509, \"rankvar\": 3996, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4342, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2496, \"group\": [3698.0, 688.0, 114.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGCTAACTC\", \"ini\": 4478, \"clust\": 3312, \"rank\": 2690, \"rankvar\": 317, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 476, \"group\": [3313.0, 495.0, 72.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGTTACCCA\", \"ini\": 4477, \"clust\": 21, \"rank\": 2507, \"rankvar\": 4718, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4344, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5178, \"group\": [22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAGCGATG\", \"ini\": 4476, \"clust\": 5211, \"rank\": 2920, \"rankvar\": 3145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4345, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4321, \"group\": [5211.0, 1075.0, 184.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTGGTAC\", \"ini\": 4475, \"clust\": 3510, \"rank\": 2476, \"rankvar\": 2336, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4346, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2497, \"group\": [3514.0, 588.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAGATGAGC\", \"ini\": 4474, \"clust\": 5172, \"rank\": 2562, \"rankvar\": 339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 477, \"group\": [5173.0, 1044.0, 169.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCAAAGTAG\", \"ini\": 4473, \"clust\": 3700, \"rank\": 2492, \"rankvar\": 135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 478, \"group\": [3702.0, 692.0, 115.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTAAGCCA\", \"ini\": 4472, \"clust\": 4915, \"rank\": 2708, \"rankvar\": 903, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4349, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4468, \"group\": [4916.0, 924.0, 147.0, 33.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGATGTTAG\", \"ini\": 4471, \"clust\": 50, \"rank\": 2857, \"rankvar\": 5099, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4350, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5179, \"group\": [50.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGCCCGAAA\", \"ini\": 4470, \"clust\": 4066, \"rank\": 2865, \"rankvar\": 3475, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4351, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2498, \"group\": [4065.0, 761.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCACAGGT\", \"ini\": 4469, \"clust\": 4313, \"rank\": 2549, \"rankvar\": 4497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4352, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5067, \"group\": [4312.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTCCAGGA\", \"ini\": 4468, \"clust\": 3872, \"rank\": 2321, \"rankvar\": 1551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4353, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2499, \"group\": [3871.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAAGTGCG\", \"ini\": 4467, \"clust\": 5161, \"rank\": 2886, \"rankvar\": 593, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 479, \"group\": [5162.0, 1035.0, 167.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCGTAGATTAG\", \"ini\": 4466, \"clust\": 4281, \"rank\": 2661, \"rankvar\": 4073, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 480, \"group\": [4280.0, 794.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCGTACGGC\", \"ini\": 4465, \"clust\": 144, \"rank\": 2219, \"rankvar\": 4317, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4356, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2839, \"group\": [145.0, 32.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCACGGTGTC\", \"ini\": 4464, \"clust\": 3646, \"rank\": 2348, \"rankvar\": 865, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 481, \"group\": [3648.0, 662.0, 109.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCTATCCTA\", \"ini\": 4463, \"clust\": 1670, \"rank\": 2479, \"rankvar\": 629, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 482, \"group\": [1671.0, 229.0, 46.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCACTGGGC\", \"ini\": 4462, \"clust\": 3323, \"rank\": 2824, \"rankvar\": 361, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 483, \"group\": [3323.0, 504.0, 75.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTATGAAAC\", \"ini\": 4461, \"clust\": 1654, \"rank\": 2159, \"rankvar\": 643, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 484, \"group\": [1657.0, 218.0, 41.0, 11.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCTTGGTC\", \"ini\": 4460, \"clust\": 3680, \"rank\": 2167, \"rankvar\": 681, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4361, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2500, \"group\": [3685.0, 679.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCACGTTGGC\", \"ini\": 4459, \"clust\": 3836, \"rank\": 2542, \"rankvar\": 3179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4362, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2501, \"group\": [3835.0, 722.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCCCTTA\", \"ini\": 4458, \"clust\": 4983, \"rank\": 2464, \"rankvar\": 729, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4363, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2840, \"group\": [4984.0, 961.0, 154.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGACAAAGG\", \"ini\": 4457, \"clust\": 3812, \"rank\": 2007, \"rankvar\": 1900, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4364, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2099, \"group\": [3811.0, 711.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACTGCCAG\", \"ini\": 4456, \"clust\": 5131, \"rank\": 3058, \"rankvar\": 2399, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2502, \"group\": [5131.0, 1015.0, 163.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGCGTGAGT\", \"ini\": 4455, \"clust\": 4383, \"rank\": 2502, \"rankvar\": 4603, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4366, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5068, \"group\": [4384.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCGCGGATC\", \"ini\": 4454, \"clust\": 4087, \"rank\": 2274, \"rankvar\": 3871, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2503, \"group\": [4089.0, 765.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGGTGCAGACA\", \"ini\": 4453, \"clust\": 3890, \"rank\": 2756, \"rankvar\": 3881, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4368, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2504, \"group\": [3891.0, 738.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTAAGGGC\", \"ini\": 4452, \"clust\": 3682, \"rank\": 2001, \"rankvar\": 2137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4369, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2100, \"group\": [3680.0, 678.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGCGTTCCG\", \"ini\": 4451, \"clust\": 1672, \"rank\": 2574, \"rankvar\": 301, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4370, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 485, \"group\": [1673.0, 231.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCATGAAC\", \"ini\": 4450, \"clust\": 3319, \"rank\": 2881, \"rankvar\": 765, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4371, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 486, \"group\": [3318.0, 499.0, 73.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGCACTTCGAA\", \"ini\": 4449, \"clust\": 4939, \"rank\": 2480, \"rankvar\": 1666, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4372, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4469, \"group\": [4939.0, 937.0, 150.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGGCATCG\", \"ini\": 4448, \"clust\": 3495, \"rank\": 2728, \"rankvar\": 3858, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4373, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2505, \"group\": [3494.0, 582.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCTCCAACC\", \"ini\": 4447, \"clust\": 4042, \"rank\": 2211, \"rankvar\": 3291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2506, \"group\": [4042.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGGGATCTG\", \"ini\": 4446, \"clust\": 3519, \"rank\": 2405, \"rankvar\": 1719, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4375, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2507, \"group\": [3517.0, 589.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGGCTCAC\", \"ini\": 4445, \"clust\": 46, \"rank\": 2579, \"rankvar\": 2118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4376, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 487, \"group\": [108.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACAGTTAACC\", \"ini\": 4444, \"clust\": 3864, \"rank\": 2605, \"rankvar\": 3345, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4377, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2508, \"group\": [3864.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCAGGCGAA\", \"ini\": 4443, \"clust\": 5183, \"rank\": 2582, \"rankvar\": 5, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 488, \"group\": [5183.0, 1052.0, 172.0, 36.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCACAACGCC\", \"ini\": 4442, \"clust\": 4381, \"rank\": 2497, \"rankvar\": 4952, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4379, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5069, \"group\": [4382.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGCAGTTT\", \"ini\": 4441, \"clust\": 3874, \"rank\": 2382, \"rankvar\": 2760, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4380, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2509, \"group\": [3874.0, 732.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCACTCCTG\", \"ini\": 4440, \"clust\": 4385, \"rank\": 2678, \"rankvar\": 4901, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4381, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5070, \"group\": [4385.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGAAGGCCT\", \"ini\": 4439, \"clust\": 4324, \"rank\": 2441, \"rankvar\": 4097, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4382, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5071, \"group\": [4325.0, 811.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCAGGCAAG\", \"ini\": 4438, \"clust\": 3678, \"rank\": 2315, \"rankvar\": 3774, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4383, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2101, \"group\": [3676.0, 677.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGTTGCAGG\", \"ini\": 4437, \"clust\": 3683, \"rank\": 1827, \"rankvar\": 3844, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4384, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2102, \"group\": [3681.0, 678.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGAAAGA\", \"ini\": 4436, \"clust\": 1512, \"rank\": 1995, \"rankvar\": 4580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4385, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2841, \"group\": [1512.0, 154.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCAGATGTAAC\", \"ini\": 4435, \"clust\": 4345, \"rank\": 2443, \"rankvar\": 3914, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4386, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5072, \"group\": [4346.0, 815.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCGGATCA\", \"ini\": 4434, \"clust\": 3832, \"rank\": 2762, \"rankvar\": 1896, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4387, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2510, \"group\": [3832.0, 722.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCACATTCGA\", \"ini\": 4433, \"clust\": 3613, \"rank\": 2608, \"rankvar\": 267, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 489, \"group\": [3616.0, 635.0, 96.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTAAAGTCA\", \"ini\": 4432, \"clust\": 3831, \"rank\": 2393, \"rankvar\": 3824, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4389, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2511, \"group\": [3831.0, 721.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCATCGGC\", \"ini\": 4431, \"clust\": 3860, \"rank\": 2521, \"rankvar\": 3902, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4390, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2512, \"group\": [3860.0, 729.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACCCATTC\", \"ini\": 4430, \"clust\": 3665, \"rank\": 2267, \"rankvar\": 1429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4391, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2103, \"group\": [3665.0, 674.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGCTGAACG\", \"ini\": 4429, \"clust\": 3892, \"rank\": 2520, \"rankvar\": 2048, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4392, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2513, \"group\": [3890.0, 738.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCGACAGCC\", \"ini\": 4428, \"clust\": 5177, \"rank\": 2996, \"rankvar\": 1265, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 490, \"group\": [5176.0, 1047.0, 171.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTCAGACT\", \"ini\": 4427, \"clust\": 3850, \"rank\": 2207, \"rankvar\": 2081, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4394, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2514, \"group\": [3849.0, 726.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTGGTCTCG\", \"ini\": 4426, \"clust\": 4318, \"rank\": 2462, \"rankvar\": 3537, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4395, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5073, \"group\": [4319.0, 811.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTATCGCC\", \"ini\": 4425, \"clust\": 3827, \"rank\": 2569, \"rankvar\": 1521, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4396, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2104, \"group\": [3826.0, 717.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGATGAGAG\", \"ini\": 4424, \"clust\": 4311, \"rank\": 2775, \"rankvar\": 4615, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4397, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5074, \"group\": [4313.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAACCAC\", \"ini\": 4423, \"clust\": 5173, \"rank\": 2757, \"rankvar\": 1492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4398, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2515, \"group\": [5174.0, 1045.0, 170.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTTCGATC\", \"ini\": 4422, \"clust\": 3894, \"rank\": 2465, \"rankvar\": 2652, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4399, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2516, \"group\": [3892.0, 738.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCTAAGAT\", \"ini\": 4421, \"clust\": 3681, \"rank\": 2277, \"rankvar\": 1520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 491, \"group\": [3684.0, 678.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTAGCAAAT\", \"ini\": 4420, \"clust\": 3877, \"rank\": 2341, \"rankvar\": 3731, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4401, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2517, \"group\": [3876.0, 733.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGATGTCT\", \"ini\": 4419, \"clust\": 3844, \"rank\": 2514, \"rankvar\": 2765, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4402, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2518, \"group\": [3843.0, 724.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGTAC\", \"ini\": 4418, \"clust\": 5178, \"rank\": 2943, \"rankvar\": 739, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4403, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 492, \"group\": [5177.0, 1047.0, 171.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGTTGTC\", \"ini\": 4417, \"clust\": 3666, \"rank\": 2185, \"rankvar\": 1787, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4404, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2105, \"group\": [3666.0, 674.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGAGAGCTC\", \"ini\": 4416, \"clust\": 4978, \"rank\": 2356, \"rankvar\": 849, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4405, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4470, \"group\": [4982.0, 959.0, 153.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAGCTCCGA\", \"ini\": 4415, \"clust\": 3848, \"rank\": 2317, \"rankvar\": 1261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4406, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2519, \"group\": [3850.0, 726.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTGCGTGA\", \"ini\": 4414, \"clust\": 4078, \"rank\": 2675, \"rankvar\": 1813, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4407, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2520, \"group\": [4081.0, 763.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAAGAAGC\", \"ini\": 4413, \"clust\": 1722, \"rank\": 2385, \"rankvar\": 234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 493, \"group\": [1725.0, 264.0, 51.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGCGTTTAC\", \"ini\": 4412, \"clust\": 4100, \"rank\": 3133, \"rankvar\": 4307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4409, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 23, \"group\": [4096.0, 770.0, 122.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTAATCACC\", \"ini\": 4411, \"clust\": 3701, \"rank\": 2618, \"rankvar\": 535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 494, \"group\": [3700.0, 690.0, 115.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCGGAAATA\", \"ini\": 4410, \"clust\": 3503, \"rank\": 2349, \"rankvar\": 2327, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2521, \"group\": [3504.0, 586.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTCAGAG\", \"ini\": 4409, \"clust\": 3820, \"rank\": 2244, \"rankvar\": 1604, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2522, \"group\": [3820.0, 716.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGTAGCGGT\", \"ini\": 4408, \"clust\": 4387, \"rank\": 2924, \"rankvar\": 4392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4413, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5075, \"group\": [4393.0, 823.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGTCTCCTATA\", \"ini\": 4407, \"clust\": 3828, \"rank\": 2398, \"rankvar\": 2861, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4414, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2523, \"group\": [3828.0, 719.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGTATCTG\", \"ini\": 4406, \"clust\": 4344, \"rank\": 2263, \"rankvar\": 4498, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4415, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5076, \"group\": [4347.0, 815.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTGATCGG\", \"ini\": 4405, \"clust\": 5174, \"rank\": 2995, \"rankvar\": 2560, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4416, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2524, \"group\": [5175.0, 1046.0, 170.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTAGGGACT\", \"ini\": 4404, \"clust\": 3668, \"rank\": 2254, \"rankvar\": 3530, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4417, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2106, \"group\": [3667.0, 675.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCTCTAACTGG\", \"ini\": 4403, \"clust\": 3865, \"rank\": 2447, \"rankvar\": 3446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4418, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2525, \"group\": [3865.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTAGTTTCCTT\", \"ini\": 4402, \"clust\": 4335, \"rank\": 2625, \"rankvar\": 4628, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4419, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5077, \"group\": [4335.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCAAG\", \"ini\": 4401, \"clust\": 3679, \"rank\": 2603, \"rankvar\": 1800, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4420, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2107, \"group\": [3677.0, 677.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGACTCGC\", \"ini\": 4400, \"clust\": 4428, \"rank\": 2221, \"rankvar\": 2102, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4421, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2526, \"group\": [4429.0, 842.0, 139.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAAGCCCAC\", \"ini\": 4399, \"clust\": 1509, \"rank\": 2049, \"rankvar\": 4879, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4422, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2842, \"group\": [1510.0, 153.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCAATCCGAT\", \"ini\": 4398, \"clust\": 3499, \"rank\": 2836, \"rankvar\": 4263, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4423, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2527, \"group\": [3502.0, 585.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCGGATCC\", \"ini\": 4397, \"clust\": 87, \"rank\": 3142, \"rankvar\": 5112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4424, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5180, \"group\": [86.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCCTTGTG\", \"ini\": 4396, \"clust\": 4149, \"rank\": 2955, \"rankvar\": 4806, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4425, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 24, \"group\": [4279.0, 793.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAGTGAAT\", \"ini\": 4395, \"clust\": 91, \"rank\": 3270, \"rankvar\": 5180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4426, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5181, \"group\": [88.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCAATGGAGC\", \"ini\": 4394, \"clust\": 3509, \"rank\": 2800, \"rankvar\": 3158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4427, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2528, \"group\": [3515.0, 588.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGTGTTAA\", \"ini\": 4393, \"clust\": 94, \"rank\": 3150, \"rankvar\": 5039, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4428, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5182, \"group\": [93.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTTATTCTC\", \"ini\": 4392, \"clust\": 1687, \"rank\": 2318, \"rankvar\": 1247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 495, \"group\": [1688.0, 237.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCCGAATT\", \"ini\": 4391, \"clust\": 3616, \"rank\": 2589, \"rankvar\": 830, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 496, \"group\": [3617.0, 636.0, 97.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTACCAGTT\", \"ini\": 4390, \"clust\": 4384, \"rank\": 2906, \"rankvar\": 4729, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4431, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5078, \"group\": [4387.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCGTCACGG\", \"ini\": 4389, \"clust\": 1688, \"rank\": 2083, \"rankvar\": 412, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 497, \"group\": [1689.0, 238.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAAGCCGATTT\", \"ini\": 4388, \"clust\": 1524, \"rank\": 2697, \"rankvar\": 2025, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4433, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2843, \"group\": [1525.0, 157.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGGTGATTA\", \"ini\": 4387, \"clust\": 5225, \"rank\": 3217, \"rankvar\": 2602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4471, \"group\": [5226.0, 1085.0, 187.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAATGGATA\", \"ini\": 4386, \"clust\": 3496, \"rank\": 2968, \"rankvar\": 1594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4435, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2529, \"group\": [3495.0, 582.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACACAGCCCA\", \"ini\": 4385, \"clust\": 5180, \"rank\": 3135, \"rankvar\": 2182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4436, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4322, \"group\": [5180.0, 1050.0, 171.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGGATGGG\", \"ini\": 4384, \"clust\": 4287, \"rank\": 3061, \"rankvar\": 4527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4437, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2530, \"group\": [4284.0, 795.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAGGAACGT\", \"ini\": 4383, \"clust\": 3822, \"rank\": 2702, \"rankvar\": 1903, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4438, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2108, \"group\": [3822.0, 716.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGCCATCGC\", \"ini\": 4382, \"clust\": 5199, \"rank\": 2901, \"rankvar\": 781, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4439, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4472, \"group\": [5199.0, 1066.0, 181.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTCCGTCAG\", \"ini\": 4381, \"clust\": 5207, \"rank\": 2990, \"rankvar\": 760, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4440, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4473, \"group\": [5210.0, 1074.0, 184.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACAGGGATTG\", \"ini\": 4380, \"clust\": 101, \"rank\": 3168, \"rankvar\": 5211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4441, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5183, \"group\": [97.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTATCGCAT\", \"ini\": 4379, \"clust\": 1668, \"rank\": 2080, \"rankvar\": 4014, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 498, \"group\": [1669.0, 228.0, 46.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCACTAGTAC\", \"ini\": 4378, \"clust\": 3667, \"rank\": 2424, \"rankvar\": 3249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4443, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2109, \"group\": [3669.0, 675.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCTTAGAGC\", \"ini\": 4377, \"clust\": 4422, \"rank\": 2623, \"rankvar\": 2187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4474, \"group\": [4423.0, 837.0, 138.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCATGGAATA\", \"ini\": 4376, \"clust\": 3659, \"rank\": 2446, \"rankvar\": 3308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4445, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2110, \"group\": [3658.0, 669.0, 110.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGGATGCGT\", \"ini\": 4375, \"clust\": 3674, \"rank\": 2651, \"rankvar\": 2464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4446, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2111, \"group\": [3672.0, 676.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTCGATAA\", \"ini\": 4374, \"clust\": 3867, \"rank\": 2594, \"rankvar\": 4308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4447, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2531, \"group\": [3869.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGATATGGT\", \"ini\": 4373, \"clust\": 3673, \"rank\": 2524, \"rankvar\": 4103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4448, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2112, \"group\": [3674.0, 676.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACCAACCG\", \"ini\": 4372, \"clust\": 4065, \"rank\": 3025, \"rankvar\": 3271, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4449, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2532, \"group\": [4067.0, 761.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCGATCCCT\", \"ini\": 4371, \"clust\": 3660, \"rank\": 2644, \"rankvar\": 1545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4450, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2113, \"group\": [3659.0, 670.0, 110.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTTAACGA\", \"ini\": 4370, \"clust\": 1700, \"rank\": 2719, \"rankvar\": 2260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4451, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 499, \"group\": [1701.0, 246.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTCTAGGTT\", \"ini\": 4369, \"clust\": 5208, \"rank\": 3030, \"rankvar\": 754, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4452, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4475, \"group\": [5208.0, 1074.0, 184.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCATTGCGA\", \"ini\": 4368, \"clust\": 3542, \"rank\": 2814, \"rankvar\": 1921, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 500, \"group\": [3543.0, 602.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAAGCGAGT\", \"ini\": 4367, \"clust\": 4386, \"rank\": 2953, \"rankvar\": 4977, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4454, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5079, \"group\": [4386.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCGTCAAA\", \"ini\": 4366, \"clust\": 3636, \"rank\": 2738, \"rankvar\": 106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4455, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 501, \"group\": [3636.0, 652.0, 105.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGTTGGC\", \"ini\": 4365, \"clust\": 3152, \"rank\": 2786, \"rankvar\": 309, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 502, \"group\": [3155.0, 451.0, 64.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGTCACAGTAC\", \"ini\": 4364, \"clust\": 99, \"rank\": 3208, \"rankvar\": 5106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4457, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5184, \"group\": [98.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCAACCAAC\", \"ini\": 4363, \"clust\": 5165, \"rank\": 3009, \"rankvar\": 630, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 503, \"group\": [5165.0, 1037.0, 167.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTGTTGTTTGG\", \"ini\": 4362, \"clust\": 3476, \"rank\": 2866, \"rankvar\": 3182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4459, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2533, \"group\": [3481.0, 576.0, 87.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCTCACCT\", \"ini\": 4361, \"clust\": 4349, \"rank\": 2730, \"rankvar\": 4353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4460, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5080, \"group\": [4348.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCATTGCGGC\", \"ini\": 4360, \"clust\": 5212, \"rank\": 3129, \"rankvar\": 4002, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4461, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4476, \"group\": [5212.0, 1075.0, 184.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCGGCGCTA\", \"ini\": 4359, \"clust\": 3649, \"rank\": 2653, \"rankvar\": 165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 504, \"group\": [3649.0, 663.0, 109.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCCGCATAA\", \"ini\": 4358, \"clust\": 5184, \"rank\": 2803, \"rankvar\": 2168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 505, \"group\": [5184.0, 1053.0, 173.0, 36.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCTCCCTGA\", \"ini\": 4357, \"clust\": 3642, \"rank\": 2160, \"rankvar\": 3670, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4464, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2114, \"group\": [3642.0, 657.0, 107.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAAACGAG\", \"ini\": 4356, \"clust\": 4937, \"rank\": 2926, \"rankvar\": 1991, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4465, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4477, \"group\": [4940.0, 938.0, 150.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAAGGCACATG\", \"ini\": 4355, \"clust\": 4316, \"rank\": 2735, \"rankvar\": 4515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4466, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5081, \"group\": [4317.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCATAACCG\", \"ini\": 4354, \"clust\": 3507, \"rank\": 2828, \"rankvar\": 2671, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4467, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2534, \"group\": [3508.0, 587.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACACATTTCT\", \"ini\": 4353, \"clust\": 3833, \"rank\": 2898, \"rankvar\": 2132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4468, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2535, \"group\": [3833.0, 722.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGTGAAAT\", \"ini\": 4352, \"clust\": 5179, \"rank\": 3195, \"rankvar\": 490, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 506, \"group\": [5182.0, 1051.0, 171.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCATCCTAGA\", \"ini\": 4351, \"clust\": 3422, \"rank\": 2925, \"rankvar\": 1954, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4470, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2536, \"group\": [3423.0, 554.0, 85.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCTTCGGTC\", \"ini\": 4350, \"clust\": 4277, \"rank\": 3307, \"rankvar\": 4605, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4471, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 25, \"group\": [4274.0, 791.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTCAAGGC\", \"ini\": 4349, \"clust\": 3686, \"rank\": 2685, \"rankvar\": 1852, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4472, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2115, \"group\": [3686.0, 680.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTCTAAACC\", \"ini\": 4348, \"clust\": 3456, \"rank\": 2971, \"rankvar\": 1503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4473, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2537, \"group\": [3455.0, 566.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTTACCGAT\", \"ini\": 4347, \"clust\": 3816, \"rank\": 2652, \"rankvar\": 2245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4474, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2538, \"group\": [3816.0, 713.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATTGCCC\", \"ini\": 4346, \"clust\": 4310, \"rank\": 3107, \"rankvar\": 4817, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4475, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5082, \"group\": [4314.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGGGTCGAT\", \"ini\": 4345, \"clust\": 4378, \"rank\": 2810, \"rankvar\": 5135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4476, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5083, \"group\": [4379.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAGGTTTCA\", \"ini\": 4344, \"clust\": 3520, \"rank\": 2701, \"rankvar\": 2857, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4477, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2539, \"group\": [3523.0, 590.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAAAGTAG\", \"ini\": 4343, \"clust\": 3838, \"rank\": 2854, \"rankvar\": 1767, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4478, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2540, \"group\": [3838.0, 722.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCCAGAGGA\", \"ini\": 4342, \"clust\": 4306, \"rank\": 2985, \"rankvar\": 4632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4479, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5084, \"group\": [4306.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCAGATAAG\", \"ini\": 4341, \"clust\": 3318, \"rank\": 3105, \"rankvar\": 200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4480, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 507, \"group\": [3320.0, 501.0, 73.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCTGCTGTC\", \"ini\": 4340, \"clust\": 4379, \"rank\": 2897, \"rankvar\": 5005, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4481, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5085, \"group\": [4380.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATTACCTT\", \"ini\": 4339, \"clust\": 3893, \"rank\": 2696, \"rankvar\": 2529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4482, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2541, \"group\": [3894.0, 738.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTACGACG\", \"ini\": 4338, \"clust\": 3439, \"rank\": 3038, \"rankvar\": 2611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4483, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2542, \"group\": [3440.0, 561.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCACAGTATAAG\", \"ini\": 4337, \"clust\": 1621, \"rank\": 2755, \"rankvar\": 1039, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 508, \"group\": [1624.0, 194.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAACTTGAC\", \"ini\": 4336, \"clust\": 3652, \"rank\": 2793, \"rankvar\": 215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4485, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 509, \"group\": [3652.0, 664.0, 109.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCGTTACAG\", \"ini\": 4335, \"clust\": 1542, \"rank\": 2308, \"rankvar\": 2780, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4486, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2844, \"group\": [1544.0, 163.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTATCCTA\", \"ini\": 4334, \"clust\": 4314, \"rank\": 2903, \"rankvar\": 3986, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4487, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5086, \"group\": [4315.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGGCTAGGT\", \"ini\": 4333, \"clust\": 89, \"rank\": 3449, \"rankvar\": 5152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4488, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5185, \"group\": [91.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCCTAGGGC\", \"ini\": 4332, \"clust\": 3690, \"rank\": 2634, \"rankvar\": 4237, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4489, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2116, \"group\": [3688.0, 681.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCCAGTTA\", \"ini\": 4331, \"clust\": 3676, \"rank\": 2713, \"rankvar\": 4088, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4490, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2117, \"group\": [3679.0, 677.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGAAGGTGA\", \"ini\": 4330, \"clust\": 1539, \"rank\": 2355, \"rankvar\": 4520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4491, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2845, \"group\": [1539.0, 162.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGCAACT\", \"ini\": 4329, \"clust\": 3823, \"rank\": 3046, \"rankvar\": 2722, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4492, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2118, \"group\": [3827.0, 718.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCAAATCCGT\", \"ini\": 4328, \"clust\": 3664, \"rank\": 2859, \"rankvar\": 1134, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4493, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 510, \"group\": [3664.0, 673.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCACCCAGTG\", \"ini\": 4327, \"clust\": 5226, \"rank\": 3370, \"rankvar\": 3564, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4494, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5132, \"group\": [5227.0, 1086.0, 187.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACACGCATCG\", \"ini\": 4326, \"clust\": 3505, \"rank\": 2670, \"rankvar\": 2527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4495, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2543, \"group\": [3505.0, 586.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTGGGTATG\", \"ini\": 4325, \"clust\": 3622, \"rank\": 2798, \"rankvar\": 1325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 511, \"group\": [3631.0, 648.0, 102.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGTTGGC\", \"ini\": 4324, \"clust\": 3868, \"rank\": 2729, \"rankvar\": 2709, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4497, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2544, \"group\": [3867.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCATTTCACT\", \"ini\": 4323, \"clust\": 5200, \"rank\": 3177, \"rankvar\": 1343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4478, \"group\": [5200.0, 1067.0, 181.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGTCAATAG\", \"ini\": 4322, \"clust\": 4099, \"rank\": 3343, \"rankvar\": 3005, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4499, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 26, \"group\": [4098.0, 770.0, 122.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGCGATATA\", \"ini\": 4321, \"clust\": 3614, \"rank\": 2892, \"rankvar\": 103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 512, \"group\": [3614.0, 633.0, 95.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTGTTTGGT\", \"ini\": 4320, \"clust\": 5221, \"rank\": 3216, \"rankvar\": 882, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4501, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4479, \"group\": [5222.0, 1082.0, 186.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCCCGACA\", \"ini\": 4319, \"clust\": 5162, \"rank\": 3227, \"rankvar\": 516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 513, \"group\": [5163.0, 1036.0, 167.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGCTAGGT\", \"ini\": 4318, \"clust\": 132, \"rank\": 3040, \"rankvar\": 4891, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4503, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2846, \"group\": [135.0, 27.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTCACAAGG\", \"ini\": 4317, \"clust\": 4429, \"rank\": 2853, \"rankvar\": 2792, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4504, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2545, \"group\": [4430.0, 842.0, 139.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCGAATGGG\", \"ini\": 4316, \"clust\": 4423, \"rank\": 2791, \"rankvar\": 1463, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4505, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4480, \"group\": [4424.0, 838.0, 138.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCAAGGTAA\", \"ini\": 4315, \"clust\": 3644, \"rank\": 2914, \"rankvar\": 1790, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4506, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 514, \"group\": [3644.0, 659.0, 108.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCGCCTCA\", \"ini\": 4314, \"clust\": 11, \"rank\": 2714, \"rankvar\": 3295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 515, \"group\": [14.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGAAAGTGG\", \"ini\": 4313, \"clust\": 3656, \"rank\": 2725, \"rankvar\": 1840, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4508, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2119, \"group\": [3655.0, 667.0, 110.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGGTCGTC\", \"ini\": 4312, \"clust\": 5224, \"rank\": 3362, \"rankvar\": 1805, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4509, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 516, \"group\": [5225.0, 1084.0, 187.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACATTCTTAC\", \"ini\": 4311, \"clust\": 4376, \"rank\": 2922, \"rankvar\": 5067, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4510, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5087, \"group\": [4377.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTATCTGCA\", \"ini\": 4310, \"clust\": 3875, \"rank\": 2560, \"rankvar\": 2368, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4511, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2546, \"group\": [3877.0, 733.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCACCGAATT\", \"ini\": 4309, \"clust\": 4371, \"rank\": 3124, \"rankvar\": 5036, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4512, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5088, \"group\": [4370.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCAAGTTAAG\", \"ini\": 4308, \"clust\": 4302, \"rank\": 3171, \"rankvar\": 4161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4513, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5089, \"group\": [4303.0, 808.0, 134.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCAGCTATTG\", \"ini\": 4307, \"clust\": 90, \"rank\": 3382, \"rankvar\": 5045, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4514, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5186, \"group\": [90.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCCTCAATT\", \"ini\": 4306, \"clust\": 3433, \"rank\": 3097, \"rankvar\": 3087, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4515, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2547, \"group\": [3434.0, 560.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCTATCCCG\", \"ini\": 4305, \"clust\": 3342, \"rank\": 3194, \"rankvar\": 3405, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4516, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 517, \"group\": [3342.0, 517.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTCATATGC\", \"ini\": 4304, \"clust\": 1540, \"rank\": 2418, \"rankvar\": 4422, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4517, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2847, \"group\": [1540.0, 162.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCCAAGTA\", \"ini\": 4303, \"clust\": 1632, \"rank\": 2280, \"rankvar\": 2910, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4518, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2548, \"group\": [1632.0, 200.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCCATGCTC\", \"ini\": 4302, \"clust\": 3521, \"rank\": 2967, \"rankvar\": 2661, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4519, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2549, \"group\": [3521.0, 590.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACGCCAGT\", \"ini\": 4301, \"clust\": 4367, \"rank\": 3187, \"rankvar\": 5101, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4520, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5090, \"group\": [4366.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGCTAAACA\", \"ini\": 4300, \"clust\": 4308, \"rank\": 3104, \"rankvar\": 4528, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4521, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5091, \"group\": [4309.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGCAGCGTA\", \"ini\": 4299, \"clust\": 4350, \"rank\": 2769, \"rankvar\": 4415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4522, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5092, \"group\": [4349.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCACCTCGGA\", \"ini\": 4298, \"clust\": 3425, \"rank\": 3052, \"rankvar\": 2925, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4523, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2120, \"group\": [3428.0, 558.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTGGTCCC\", \"ini\": 4297, \"clust\": 1699, \"rank\": 2966, \"rankvar\": 3621, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 518, \"group\": [1700.0, 245.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGAACAATC\", \"ini\": 4296, \"clust\": 3426, \"rank\": 3066, \"rankvar\": 2439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4525, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2550, \"group\": [3426.0, 557.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCTACGAGT\", \"ini\": 4295, \"clust\": 3320, \"rank\": 3186, \"rankvar\": 478, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 519, \"group\": [3319.0, 500.0, 73.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTTTCCTT\", \"ini\": 4294, \"clust\": 3526, \"rank\": 2568, \"rankvar\": 4180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4527, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2551, \"group\": [3526.0, 593.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTACCTACA\", \"ini\": 4293, \"clust\": 3457, \"rank\": 3138, \"rankvar\": 2845, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4528, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2552, \"group\": [3456.0, 566.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTCCTCCT\", \"ini\": 4292, \"clust\": 5168, \"rank\": 2994, \"rankvar\": 804, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 520, \"group\": [5171.0, 1042.0, 168.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTACCTGC\", \"ini\": 4291, \"clust\": 3460, \"rank\": 3173, \"rankvar\": 1672, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4530, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2553, \"group\": [3462.0, 566.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACCAGTTA\", \"ini\": 4290, \"clust\": 4391, \"rank\": 3243, \"rankvar\": 4957, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4531, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5093, \"group\": [4391.0, 822.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCATC\", \"ini\": 4289, \"clust\": 3650, \"rank\": 2822, \"rankvar\": 392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 521, \"group\": [3650.0, 663.0, 109.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTTCCCT\", \"ini\": 4288, \"clust\": 4977, \"rank\": 2936, \"rankvar\": 887, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4533, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 522, \"group\": [4978.0, 955.0, 152.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCCGT\", \"ini\": 4287, \"clust\": 93, \"rank\": 3483, \"rankvar\": 5201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4534, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5187, \"group\": [95.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAGACGTG\", \"ini\": 4286, \"clust\": 3440, \"rank\": 3326, \"rankvar\": 3931, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4535, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2554, \"group\": [3441.0, 561.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCAATCCGAT\", \"ini\": 4285, \"clust\": 4309, \"rank\": 3098, \"rankvar\": 4706, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4536, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5094, \"group\": [4310.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTATTCTC\", \"ini\": 4284, \"clust\": 3310, \"rank\": 3047, \"rankvar\": 1917, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 523, \"group\": [3311.0, 493.0, 71.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTGTGACCC\", \"ini\": 4283, \"clust\": 3869, \"rank\": 2952, \"rankvar\": 3228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4538, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2555, \"group\": [3868.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCATAACCG\", \"ini\": 4282, \"clust\": 3513, \"rank\": 2890, \"rankvar\": 2367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4539, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2556, \"group\": [3512.0, 588.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTTCGAACGGA\", \"ini\": 4281, \"clust\": 4389, \"rank\": 3256, \"rankvar\": 4245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4540, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5095, \"group\": [4388.0, 822.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTAGTTTGCGT\", \"ini\": 4280, \"clust\": 3672, \"rank\": 3011, \"rankvar\": 3594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4541, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2121, \"group\": [3675.0, 676.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCATAA\", \"ini\": 4279, \"clust\": 3437, \"rank\": 3149, \"rankvar\": 2926, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4542, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2557, \"group\": [3438.0, 561.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGAAGAAGC\", \"ini\": 4278, \"clust\": 3423, \"rank\": 3076, \"rankvar\": 862, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2558, \"group\": [3424.0, 555.0, 85.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCTGGAGA\", \"ini\": 4277, \"clust\": 3887, \"rank\": 2913, \"rankvar\": 2630, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4544, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2559, \"group\": [3895.0, 739.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTAGGCTGA\", \"ini\": 4276, \"clust\": 77, \"rank\": 3211, \"rankvar\": 4516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4545, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5188, \"group\": [77.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGTGCCAGA\", \"ini\": 4275, \"clust\": 3620, \"rank\": 3176, \"rankvar\": 4269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4546, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2122, \"group\": [3619.0, 638.0, 99.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCCAGG\", \"ini\": 4274, \"clust\": 24, \"rank\": 3181, \"rankvar\": 4900, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4547, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5189, \"group\": [24.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTACTGAC\", \"ini\": 4273, \"clust\": 78, \"rank\": 3224, \"rankvar\": 4874, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4548, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5190, \"group\": [78.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCATATACCG\", \"ini\": 4272, \"clust\": 1618, \"rank\": 3026, \"rankvar\": 532, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 524, \"group\": [1621.0, 191.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCATACCATG\", \"ini\": 4271, \"clust\": 3688, \"rank\": 2742, \"rankvar\": 1939, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 525, \"group\": [3691.0, 682.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCAATCCGAT\", \"ini\": 4270, \"clust\": 103, \"rank\": 3469, \"rankvar\": 4234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4551, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5191, \"group\": [106.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGGGAAACA\", \"ini\": 4269, \"clust\": 3434, \"rank\": 3180, \"rankvar\": 2012, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4552, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2560, \"group\": [3435.0, 560.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGCGGTAA\", \"ini\": 4268, \"clust\": 4372, \"rank\": 3139, \"rankvar\": 4861, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4553, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5096, \"group\": [4371.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGTCTCG\", \"ini\": 4267, \"clust\": 5215, \"rank\": 3536, \"rankvar\": 3211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4554, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4481, \"group\": [5221.0, 1081.0, 186.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCCAACTA\", \"ini\": 4266, \"clust\": 3895, \"rank\": 2940, \"rankvar\": 1420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4555, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2561, \"group\": [3893.0, 738.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTGACTACT\", \"ini\": 4265, \"clust\": 4293, \"rank\": 2987, \"rankvar\": 290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4556, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 526, \"group\": [4298.0, 803.0, 131.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAAGGAGCGTT\", \"ini\": 4264, \"clust\": 3494, \"rank\": 3122, \"rankvar\": 2291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4557, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2562, \"group\": [3496.0, 582.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAATCGGTT\", \"ini\": 4263, \"clust\": 3315, \"rank\": 3057, \"rankvar\": 451, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 527, \"group\": [3315.0, 496.0, 72.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAAGGCCT\", \"ini\": 4262, \"clust\": 85, \"rank\": 3365, \"rankvar\": 4801, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4559, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5192, \"group\": [85.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCGCGGATC\", \"ini\": 4261, \"clust\": 3617, \"rank\": 3093, \"rankvar\": 540, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 528, \"group\": [3618.0, 637.0, 98.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCAACCATG\", \"ini\": 4260, \"clust\": 4424, \"rank\": 2905, \"rankvar\": 1914, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4561, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4482, \"group\": [4425.0, 839.0, 139.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGTTAACGA\", \"ini\": 4259, \"clust\": 4595, \"rank\": 2743, \"rankvar\": 3715, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4562, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4483, \"group\": [4597.0, 880.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCCAAGTA\", \"ini\": 4258, \"clust\": 95, \"rank\": 3510, \"rankvar\": 5079, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4563, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5193, \"group\": [94.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATACTG\", \"ini\": 4257, \"clust\": 3629, \"rank\": 3044, \"rankvar\": 4236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4564, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5097, \"group\": [3629.0, 646.0, 101.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTCCAGTGC\", \"ini\": 4256, \"clust\": 4317, \"rank\": 2988, \"rankvar\": 3911, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4565, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5098, \"group\": [4318.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAAGAGGA\", \"ini\": 4255, \"clust\": 4373, \"rank\": 3255, \"rankvar\": 4701, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4566, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5099, \"group\": [4376.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGCGTC\", \"ini\": 4254, \"clust\": 3882, \"rank\": 2923, \"rankvar\": 1066, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4567, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2563, \"group\": [3884.0, 736.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCCTATGTT\", \"ini\": 4253, \"clust\": 3438, \"rank\": 3263, \"rankvar\": 3461, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4568, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2564, \"group\": [3439.0, 561.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCTTGAGAC\", \"ini\": 4252, \"clust\": 3313, \"rank\": 3200, \"rankvar\": 2757, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 529, \"group\": [3314.0, 495.0, 72.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGATTGCT\", \"ini\": 4251, \"clust\": 98, \"rank\": 3480, \"rankvar\": 5153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4570, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5194, \"group\": [99.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGTCGTTTG\", \"ini\": 4250, \"clust\": 3632, \"rank\": 3039, \"rankvar\": 4534, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 530, \"group\": [3632.0, 649.0, 103.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACCCTATC\", \"ini\": 4249, \"clust\": 4426, \"rank\": 2900, \"rankvar\": 3367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4572, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2565, \"group\": [4427.0, 841.0, 139.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTTTACAC\", \"ini\": 4248, \"clust\": 92, \"rank\": 3560, \"rankvar\": 5082, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4573, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5195, \"group\": [89.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAGATCCAT\", \"ini\": 4247, \"clust\": 3483, \"rank\": 3111, \"rankvar\": 3511, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4574, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2566, \"group\": [3482.0, 577.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGGCTAGAC\", \"ini\": 4246, \"clust\": 4299, \"rank\": 3114, \"rankvar\": 861, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4575, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4484, \"group\": [4299.0, 804.0, 132.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTAGGGAACGG\", \"ini\": 4245, \"clust\": 25, \"rank\": 3290, \"rankvar\": 4934, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4576, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5196, \"group\": [25.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGGACAA\", \"ini\": 4244, \"clust\": 3657, \"rank\": 2950, \"rankvar\": 2196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4577, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2123, \"group\": [3656.0, 667.0, 110.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCTGTCCGT\", \"ini\": 4243, \"clust\": 3490, \"rank\": 3154, \"rankvar\": 523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4578, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2567, \"group\": [3490.0, 581.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCACTCCA\", \"ini\": 4242, \"clust\": 4377, \"rank\": 3236, \"rankvar\": 5057, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4579, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5100, \"group\": [4378.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGAATGGG\", \"ini\": 4241, \"clust\": 3508, \"rank\": 3094, \"rankvar\": 1444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4580, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2568, \"group\": [3509.0, 587.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAATCCAAC\", \"ini\": 4240, \"clust\": 3512, \"rank\": 3237, \"rankvar\": 4410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4581, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2569, \"group\": [3511.0, 588.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTTGAACTC\", \"ini\": 4239, \"clust\": 5202, \"rank\": 3169, \"rankvar\": 2119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4582, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4485, \"group\": [5204.0, 1070.0, 183.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCTCTGCAAGT\", \"ini\": 4238, \"clust\": 4282, \"rank\": 3426, \"rankvar\": 4886, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4583, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 531, \"group\": [4281.0, 794.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCAGAGCCAA\", \"ini\": 4237, \"clust\": 134, \"rank\": 3413, \"rankvar\": 4893, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4584, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2848, \"group\": [134.0, 27.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTTTGACAC\", \"ini\": 4236, \"clust\": 4279, \"rank\": 3691, \"rankvar\": 4911, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4585, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 27, \"group\": [4276.0, 791.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTTCTGAAC\", \"ini\": 4235, \"clust\": 1506, \"rank\": 3123, \"rankvar\": 2108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4586, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2849, \"group\": [1509.0, 152.0, 21.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAAGAAGAG\", \"ini\": 4234, \"clust\": 1513, \"rank\": 2909, \"rankvar\": 4786, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4587, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2850, \"group\": [1513.0, 154.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACACAACTGT\", \"ini\": 4233, \"clust\": 1507, \"rank\": 3081, \"rankvar\": 4266, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4588, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2851, \"group\": [1507.0, 151.0, 21.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCTCTGCTG\", \"ini\": 4232, \"clust\": 4315, \"rank\": 3178, \"rankvar\": 4373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4589, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5101, \"group\": [4316.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGGAACTGC\", \"ini\": 4231, \"clust\": 5181, \"rank\": 3331, \"rankvar\": 1539, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4590, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 532, \"group\": [5181.0, 1050.0, 171.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGTAGTGCG\", \"ini\": 4230, \"clust\": 1508, \"rank\": 3031, \"rankvar\": 4668, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4591, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2852, \"group\": [1508.0, 151.0, 21.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGCAAG\", \"ini\": 4229, \"clust\": 5209, \"rank\": 3364, \"rankvar\": 1169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4592, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4486, \"group\": [5209.0, 1074.0, 184.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGGAAAGA\", \"ini\": 4228, \"clust\": 3448, \"rank\": 3301, \"rankvar\": 1629, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4593, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2570, \"group\": [3454.0, 565.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAAGAAGAG\", \"ini\": 4227, \"clust\": 3633, \"rank\": 3203, \"rankvar\": 3330, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 533, \"group\": [3633.0, 649.0, 103.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCTCAAGTG\", \"ini\": 4226, \"clust\": 3473, \"rank\": 3196, \"rankvar\": 2178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4595, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2571, \"group\": [3476.0, 572.0, 87.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTCCCTACT\", \"ini\": 4225, \"clust\": 3488, \"rank\": 2959, \"rankvar\": 2005, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4596, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2572, \"group\": [3488.0, 580.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCGTATT\", \"ini\": 4224, \"clust\": 1522, \"rank\": 3162, \"rankvar\": 4195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4597, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2853, \"group\": [1522.0, 156.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCAGTGTTG\", \"ini\": 4223, \"clust\": 1638, \"rank\": 3017, \"rankvar\": 3383, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4598, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2573, \"group\": [1639.0, 205.0, 36.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGGCAGTCA\", \"ini\": 4222, \"clust\": 3455, \"rank\": 3367, \"rankvar\": 1300, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4599, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2574, \"group\": [3457.0, 566.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTCGTTGA\", \"ini\": 4221, \"clust\": 4305, \"rank\": 3174, \"rankvar\": 4633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4600, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5102, \"group\": [4308.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTCGTGAT\", \"ini\": 4220, \"clust\": 1503, \"rank\": 3239, \"rankvar\": 3443, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4601, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2854, \"group\": [1506.0, 150.0, 21.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCGTTGCCT\", \"ini\": 4219, \"clust\": 3658, \"rank\": 3075, \"rankvar\": 3460, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4602, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2124, \"group\": [3660.0, 671.0, 110.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACGCTC\", \"ini\": 4218, \"clust\": 4307, \"rank\": 3312, \"rankvar\": 3375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4603, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5103, \"group\": [4307.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCATATGC\", \"ini\": 4217, \"clust\": 5201, \"rank\": 3140, \"rankvar\": 932, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4487, \"group\": [5205.0, 1071.0, 183.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACCATCCT\", \"ini\": 4216, \"clust\": 3615, \"rank\": 3329, \"rankvar\": 3779, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 534, \"group\": [3615.0, 634.0, 95.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCACTCAGGC\", \"ini\": 4215, \"clust\": 3504, \"rank\": 3213, \"rankvar\": 4250, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2575, \"group\": [3507.0, 586.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCACAACTGT\", \"ini\": 4214, \"clust\": 8, \"rank\": 2939, \"rankvar\": 3181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4607, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 535, \"group\": [15.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTCGCTTTC\", \"ini\": 4213, \"clust\": 3435, \"rank\": 3488, \"rankvar\": 2729, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4608, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2576, \"group\": [3436.0, 560.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCACGAAGCA\", \"ini\": 4212, \"clust\": 3428, \"rank\": 3305, \"rankvar\": 2970, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4609, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2577, \"group\": [3429.0, 559.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTAGCTCCTCT\", \"ini\": 4211, \"clust\": 3311, \"rank\": 3319, \"rankvar\": 2232, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4610, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 536, \"group\": [3312.0, 494.0, 71.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCATCC\", \"ini\": 4210, \"clust\": 3506, \"rank\": 3043, \"rankvar\": 3743, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4611, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2578, \"group\": [3506.0, 586.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGAAGGCCT\", \"ini\": 4209, \"clust\": 3669, \"rank\": 3091, \"rankvar\": 3512, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4612, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2125, \"group\": [3668.0, 675.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGCAACT\", \"ini\": 4208, \"clust\": 3486, \"rank\": 3159, \"rankvar\": 3625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4613, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2579, \"group\": [3485.0, 578.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCACGAAATA\", \"ini\": 4207, \"clust\": 1511, \"rank\": 3117, \"rankvar\": 4483, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4614, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2855, \"group\": [1514.0, 154.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTAGCTCCG\", \"ini\": 4206, \"clust\": 3884, \"rank\": 3165, \"rankvar\": 956, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4615, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2580, \"group\": [3883.0, 735.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACCCATTC\", \"ini\": 4205, \"clust\": 3670, \"rank\": 3223, \"rankvar\": 2111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4616, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2126, \"group\": [3670.0, 676.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTGATGTGG\", \"ini\": 4204, \"clust\": 3441, \"rank\": 3289, \"rankvar\": 1720, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4617, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2581, \"group\": [3442.0, 562.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCCCAACC\", \"ini\": 4203, \"clust\": 5214, \"rank\": 3437, \"rankvar\": 226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4618, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 537, \"group\": [5215.0, 1078.0, 185.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGGATACC\", \"ini\": 4202, \"clust\": 15, \"rank\": 3519, \"rankvar\": 4691, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4619, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5197, \"group\": [16.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTACTTAC\", \"ini\": 4201, \"clust\": 4298, \"rank\": 3088, \"rankvar\": 4648, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4620, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5104, \"group\": [4301.0, 806.0, 133.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGTT\", \"ini\": 4200, \"clust\": 4292, \"rank\": 3618, \"rankvar\": 5121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4621, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2582, \"group\": [4289.0, 797.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTGTCTTT\", \"ini\": 4199, \"clust\": 3527, \"rank\": 3008, \"rankvar\": 2044, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4622, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2583, \"group\": [3527.0, 593.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTGCGTTA\", \"ini\": 4198, \"clust\": 4368, \"rank\": 3571, \"rankvar\": 5088, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4623, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5105, \"group\": [4367.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAAACCTA\", \"ini\": 4197, \"clust\": 3645, \"rank\": 3106, \"rankvar\": 318, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 538, \"group\": [3645.0, 660.0, 108.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTTCGGTC\", \"ini\": 4196, \"clust\": 5210, \"rank\": 3288, \"rankvar\": 821, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4488, \"group\": [5213.0, 1076.0, 184.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCTTGCAAG\", \"ini\": 4195, \"clust\": 3431, \"rank\": 3311, \"rankvar\": 1887, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2584, \"group\": [3431.0, 559.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGACTTGAA\", \"ini\": 4194, \"clust\": 4374, \"rank\": 3504, \"rankvar\": 4586, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4627, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5106, \"group\": [4374.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCGGTCTAA\", \"ini\": 4193, \"clust\": 3316, \"rank\": 3320, \"rankvar\": 1250, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4628, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 539, \"group\": [3316.0, 497.0, 72.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGAGTGACC\", \"ini\": 4192, \"clust\": 3415, \"rank\": 3265, \"rankvar\": 3716, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4629, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2585, \"group\": [3415.0, 550.0, 84.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCAGTAGT\", \"ini\": 4191, \"clust\": 4427, \"rank\": 3112, \"rankvar\": 3476, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4630, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2586, \"group\": [4428.0, 841.0, 139.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACATACTCTT\", \"ini\": 4190, \"clust\": 3631, \"rank\": 3119, \"rankvar\": 4081, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 540, \"group\": [3634.0, 650.0, 103.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCATGTCTT\", \"ini\": 4189, \"clust\": 3691, \"rank\": 3024, \"rankvar\": 3492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4632, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2127, \"group\": [3689.0, 681.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCCCTTGT\", \"ini\": 4188, \"clust\": 4403, \"rank\": 3287, \"rankvar\": 4574, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4633, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2128, \"group\": [4400.0, 829.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAAGGCTCC\", \"ini\": 4187, \"clust\": 3514, \"rank\": 3259, \"rankvar\": 1619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4634, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2587, \"group\": [3513.0, 588.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGCTCCGA\", \"ini\": 4186, \"clust\": 3427, \"rank\": 3309, \"rankvar\": 3319, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4635, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2588, \"group\": [3427.0, 557.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTCAATGTC\", \"ini\": 4185, \"clust\": 3565, \"rank\": 3108, \"rankvar\": 3657, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4636, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2129, \"group\": [3564.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAGTAGAGC\", \"ini\": 4184, \"clust\": 1529, \"rank\": 2838, \"rankvar\": 4885, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4637, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2856, \"group\": [1530.0, 160.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACCCTCA\", \"ini\": 4183, \"clust\": 3537, \"rank\": 3368, \"rankvar\": 2532, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 541, \"group\": [3536.0, 599.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCCGTCAG\", \"ini\": 4182, \"clust\": 3453, \"rank\": 3466, \"rankvar\": 3209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2589, \"group\": [3451.0, 565.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCGTAAGCACG\", \"ini\": 4181, \"clust\": 3623, \"rank\": 3202, \"rankvar\": 315, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 542, \"group\": [3625.0, 643.0, 100.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCTGAAAGA\", \"ini\": 4180, \"clust\": 3334, \"rank\": 3636, \"rankvar\": 1323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4641, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 543, \"group\": [3414.0, 549.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAGTTCATG\", \"ini\": 4179, \"clust\": 4285, \"rank\": 3666, \"rankvar\": 4678, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4642, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2590, \"group\": [4282.0, 795.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCACCCGAG\", \"ini\": 4178, \"clust\": 4296, \"rank\": 3394, \"rankvar\": 4696, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 544, \"group\": [4296.0, 802.0, 130.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCACATCTTT\", \"ini\": 4177, \"clust\": 3416, \"rank\": 3148, \"rankvar\": 4215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4644, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2591, \"group\": [3416.0, 550.0, 84.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACTGTC\", \"ini\": 4176, \"clust\": 3450, \"rank\": 3418, \"rankvar\": 3238, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2592, \"group\": [3448.0, 565.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTAGCCTCG\", \"ini\": 4175, \"clust\": 4101, \"rank\": 3673, \"rankvar\": 4443, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4646, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 28, \"group\": [4097.0, 770.0, 122.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGTTACGA\", \"ini\": 4174, \"clust\": 3454, \"rank\": 3445, \"rankvar\": 1290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4647, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2593, \"group\": [3452.0, 565.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCAGGTC\", \"ini\": 4173, \"clust\": 3630, \"rank\": 3271, \"rankvar\": 1775, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4648, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 545, \"group\": [3630.0, 647.0, 101.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAAGAGGCT\", \"ini\": 4172, \"clust\": 23, \"rank\": 3388, \"rankvar\": 4865, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4649, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5198, \"group\": [26.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCAAATACAG\", \"ini\": 4171, \"clust\": 3474, \"rank\": 3136, \"rankvar\": 2781, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4650, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2594, \"group\": [3474.0, 571.0, 87.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCAAACGGG\", \"ini\": 4170, \"clust\": 3479, \"rank\": 3131, \"rankvar\": 3703, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4651, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2595, \"group\": [3477.0, 573.0, 87.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTGTCTTCAAG\", \"ini\": 4169, \"clust\": 4284, \"rank\": 3429, \"rankvar\": 4836, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4652, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2596, \"group\": [4286.0, 795.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGGAACGT\", \"ini\": 4168, \"clust\": 3436, \"rank\": 3471, \"rankvar\": 2578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4653, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2597, \"group\": [3437.0, 560.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCAGTTCGCGC\", \"ini\": 4167, \"clust\": 3344, \"rank\": 3494, \"rankvar\": 285, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4654, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4489, \"group\": [3344.0, 519.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTATATGAG\", \"ini\": 4166, \"clust\": 3675, \"rank\": 3253, \"rankvar\": 3637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4655, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2130, \"group\": [3673.0, 676.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTTAAGAAC\", \"ini\": 4165, \"clust\": 4098, \"rank\": 3746, \"rankvar\": 4510, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4656, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 29, \"group\": [4099.0, 771.0, 122.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTGTTTGT\", \"ini\": 4164, \"clust\": 3624, \"rank\": 3102, \"rankvar\": 423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 546, \"group\": [3623.0, 641.0, 100.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTAGTAGTA\", \"ini\": 4163, \"clust\": 3627, \"rank\": 3257, \"rankvar\": 1222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 547, \"group\": [3626.0, 644.0, 101.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTGCACGAA\", \"ini\": 4162, \"clust\": 3532, \"rank\": 3215, \"rankvar\": 1560, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4659, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2131, \"group\": [3535.0, 598.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGCCCAC\", \"ini\": 4161, \"clust\": 3522, \"rank\": 3317, \"rankvar\": 4145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4660, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2598, \"group\": [3522.0, 590.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATCATCCC\", \"ini\": 4160, \"clust\": 3463, \"rank\": 3470, \"rankvar\": 1738, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4661, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2599, \"group\": [3463.0, 567.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTGATGTCT\", \"ini\": 4159, \"clust\": 3653, \"rank\": 3246, \"rankvar\": 1410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4662, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2132, \"group\": [3653.0, 665.0, 110.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCCTACAGA\", \"ini\": 4158, \"clust\": 4288, \"rank\": 3776, \"rankvar\": 5035, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4663, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2600, \"group\": [4285.0, 795.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCTCCGA\", \"ini\": 4157, \"clust\": 3484, \"rank\": 3304, \"rankvar\": 1141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4664, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2601, \"group\": [3483.0, 577.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTGCTAGCC\", \"ini\": 4156, \"clust\": 3442, \"rank\": 3366, \"rankvar\": 1365, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4665, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2602, \"group\": [3443.0, 562.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCCGTTGTC\", \"ini\": 4155, \"clust\": 3497, \"rank\": 3204, \"rankvar\": 322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4666, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2603, \"group\": [3498.0, 584.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCACCCAGTG\", \"ini\": 4154, \"clust\": 4300, \"rank\": 3354, \"rankvar\": 2789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4667, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4490, \"group\": [4300.0, 805.0, 132.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTCTCTCTG\", \"ini\": 4153, \"clust\": 3458, \"rank\": 3476, \"rankvar\": 4038, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2604, \"group\": [3458.0, 566.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGTCCCTAATT\", \"ini\": 4152, \"clust\": 1655, \"rank\": 3292, \"rankvar\": 2563, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 548, \"group\": [1655.0, 216.0, 40.0, 11.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTACTTAC\", \"ini\": 4151, \"clust\": 3539, \"rank\": 3393, \"rankvar\": 2088, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4670, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2133, \"group\": [3541.0, 600.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGACCACGA\", \"ini\": 4150, \"clust\": 4303, \"rank\": 3433, \"rankvar\": 4816, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4671, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5107, \"group\": [4304.0, 809.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCGTATCAG\", \"ini\": 4149, \"clust\": 3689, \"rank\": 3238, \"rankvar\": 2371, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4672, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2134, \"group\": [3690.0, 681.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCGCATAT\", \"ini\": 4148, \"clust\": 1533, \"rank\": 3158, \"rankvar\": 4343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4673, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2857, \"group\": [1534.0, 160.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGCCGATTT\", \"ini\": 4147, \"clust\": 3471, \"rank\": 3506, \"rankvar\": 1927, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4674, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2605, \"group\": [3470.0, 569.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCTCAACA\", \"ini\": 4146, \"clust\": 4095, \"rank\": 3336, \"rankvar\": 3926, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4675, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4491, \"group\": [4293.0, 800.0, 128.0, 29.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCTGAA\", \"ini\": 4145, \"clust\": 3625, \"rank\": 3230, \"rankvar\": 2678, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 549, \"group\": [3624.0, 642.0, 100.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACGCACC\", \"ini\": 4144, \"clust\": 1525, \"rank\": 3184, \"rankvar\": 4699, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4677, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2858, \"group\": [1526.0, 158.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCCCACTTG\", \"ini\": 4143, \"clust\": 86, \"rank\": 3816, \"rankvar\": 5030, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4678, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5199, \"group\": [92.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCACAAGCCC\", \"ini\": 4142, \"clust\": 104, \"rank\": 3709, \"rankvar\": 4837, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4679, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5200, \"group\": [102.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTTAGGAA\", \"ini\": 4141, \"clust\": 88, \"rank\": 3667, \"rankvar\": 5083, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4680, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5201, \"group\": [87.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCTCTTTA\", \"ini\": 4140, \"clust\": 3478, \"rank\": 3146, \"rankvar\": 2554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4681, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2606, \"group\": [3479.0, 574.0, 87.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGACCCACC\", \"ini\": 4139, \"clust\": 3368, \"rank\": 3710, \"rankvar\": 846, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 550, \"group\": [3366.0, 529.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAGTTGCGTTA\", \"ini\": 4138, \"clust\": 5185, \"rank\": 3474, \"rankvar\": 674, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 551, \"group\": [5188.0, 1057.0, 176.0, 38.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCTAGAGTC\", \"ini\": 4137, \"clust\": 3525, \"rank\": 3051, \"rankvar\": 2956, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4684, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2607, \"group\": [3528.0, 594.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCATACGCTA\", \"ini\": 4136, \"clust\": 106, \"rank\": 4103, \"rankvar\": 5072, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4685, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5202, \"group\": [104.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTCGCTAA\", \"ini\": 4135, \"clust\": 3523, \"rank\": 3266, \"rankvar\": 4154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4686, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2608, \"group\": [3524.0, 591.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCTGGAAC\", \"ini\": 4134, \"clust\": 3530, \"rank\": 3328, \"rankvar\": 3040, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4687, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2135, \"group\": [3531.0, 597.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTGTGGAG\", \"ini\": 4133, \"clust\": 3461, \"rank\": 3451, \"rankvar\": 3085, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4688, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2609, \"group\": [3460.0, 566.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTGAACG\", \"ini\": 4132, \"clust\": 3470, \"rank\": 3498, \"rankvar\": 2337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4689, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2610, \"group\": [3472.0, 569.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCATTCTA\", \"ini\": 4131, \"clust\": 1622, \"rank\": 3059, \"rankvar\": 3469, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 552, \"group\": [1622.0, 192.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCGATATA\", \"ini\": 4130, \"clust\": 3481, \"rank\": 3234, \"rankvar\": 3812, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4691, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2611, \"group\": [3497.0, 583.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATGTCTCATCC\", \"ini\": 4129, \"clust\": 4286, \"rank\": 3721, \"rankvar\": 4766, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4692, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2612, \"group\": [4283.0, 795.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCCATCGGTTA\", \"ini\": 4128, \"clust\": 5203, \"rank\": 3245, \"rankvar\": 4141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4693, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4492, \"group\": [5202.0, 1069.0, 183.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTCCAGTTA\", \"ini\": 4127, \"clust\": 4319, \"rank\": 3378, \"rankvar\": 4395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4694, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5108, \"group\": [4320.0, 811.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTTCTGGTA\", \"ini\": 4126, \"clust\": 3374, \"rank\": 3731, \"rankvar\": 4492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4695, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2613, \"group\": [3374.0, 535.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAGCCTTTC\", \"ini\": 4125, \"clust\": 3498, \"rank\": 3299, \"rankvar\": 3549, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2614, \"group\": [3499.0, 584.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTTCAGCGC\", \"ini\": 4124, \"clust\": 1519, \"rank\": 3247, \"rankvar\": 4004, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4697, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2859, \"group\": [1520.0, 155.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCTTTACAC\", \"ini\": 4123, \"clust\": 3462, \"rank\": 3428, \"rankvar\": 1572, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4698, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2615, \"group\": [3461.0, 566.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTAAAGTCA\", \"ini\": 4122, \"clust\": 3543, \"rank\": 3283, \"rankvar\": 3351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4699, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2136, \"group\": [3544.0, 603.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGTTCGATC\", \"ini\": 4121, \"clust\": 4365, \"rank\": 3537, \"rankvar\": 4398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4700, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5109, \"group\": [4369.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGGATGGAA\", \"ini\": 4120, \"clust\": 176, \"rank\": 3507, \"rankvar\": 3434, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4701, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2860, \"group\": [235.0, 46.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTAAAGAC\", \"ini\": 4119, \"clust\": 3489, \"rank\": 3302, \"rankvar\": 3833, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4702, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2616, \"group\": [3489.0, 580.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCAATCTCT\", \"ini\": 4118, \"clust\": 4390, \"rank\": 3515, \"rankvar\": 4719, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4703, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5110, \"group\": [4389.0, 822.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGAGATGAG\", \"ini\": 4117, \"clust\": 3314, \"rank\": 3399, \"rankvar\": 3172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 553, \"group\": [3317.0, 498.0, 72.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGTCTTGCA\", \"ini\": 4116, \"clust\": 3626, \"rank\": 3473, \"rankvar\": 2681, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 554, \"group\": [3628.0, 645.0, 101.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTCCG\", \"ini\": 4115, \"clust\": 3671, \"rank\": 3260, \"rankvar\": 3142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4706, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2137, \"group\": [3671.0, 676.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATATGC\", \"ini\": 4114, \"clust\": 1523, \"rank\": 3371, \"rankvar\": 4325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4707, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2861, \"group\": [1523.0, 156.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCACCATGTA\", \"ini\": 4113, \"clust\": 1634, \"rank\": 3235, \"rankvar\": 3165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4708, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2138, \"group\": [1635.0, 202.0, 36.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATGTAAG\", \"ini\": 4112, \"clust\": 3566, \"rank\": 3170, \"rankvar\": 3769, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4709, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2139, \"group\": [3565.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCCGAAGAG\", \"ini\": 4111, \"clust\": 1527, \"rank\": 3141, \"rankvar\": 4549, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4710, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2862, \"group\": [1527.0, 159.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACAATGTAAG\", \"ini\": 4110, \"clust\": 4363, \"rank\": 3383, \"rankvar\": 4897, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4711, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5111, \"group\": [4364.0, 820.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCCGCGCAA\", \"ini\": 4109, \"clust\": 3619, \"rank\": 3598, \"rankvar\": 2673, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 555, \"group\": [3621.0, 639.0, 99.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCGCATCT\", \"ini\": 4108, \"clust\": 3338, \"rank\": 3553, \"rankvar\": 2639, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 556, \"group\": [3340.0, 515.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTCATCCCT\", \"ini\": 4107, \"clust\": 3367, \"rank\": 3736, \"rankvar\": 2638, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 557, \"group\": [3368.0, 531.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAAAGA\", \"ini\": 4106, \"clust\": 3547, \"rank\": 3482, \"rankvar\": 4248, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4715, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2140, \"group\": [3547.0, 605.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACACCACCAG\", \"ini\": 4105, \"clust\": 3459, \"rank\": 3607, \"rankvar\": 3440, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4716, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2617, \"group\": [3459.0, 566.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTCACACGC\", \"ini\": 4104, \"clust\": 3491, \"rank\": 3532, \"rankvar\": 3740, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4717, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2618, \"group\": [3491.0, 581.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCATATACCG\", \"ini\": 4103, \"clust\": 3628, \"rank\": 3374, \"rankvar\": 968, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 558, \"group\": [3627.0, 644.0, 101.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTCAAAGCG\", \"ini\": 4102, \"clust\": 187, \"rank\": 3696, \"rankvar\": 5011, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4719, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 191, \"group\": [185.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGAGCTGCA\", \"ini\": 4101, \"clust\": 3548, \"rank\": 3375, \"rankvar\": 3899, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4720, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2141, \"group\": [3548.0, 605.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCTAACTGG\", \"ini\": 4100, \"clust\": 1534, \"rank\": 3232, \"rankvar\": 3898, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4721, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2863, \"group\": [1532.0, 160.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTATAATGG\", \"ini\": 4099, \"clust\": 1504, \"rank\": 3407, \"rankvar\": 4474, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4722, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2864, \"group\": [1504.0, 148.0, 21.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATGCCCGA\", \"ini\": 4098, \"clust\": 3538, \"rank\": 3461, \"rankvar\": 4350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4723, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2142, \"group\": [3537.0, 599.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTAAGCACG\", \"ini\": 4097, \"clust\": 4388, \"rank\": 3638, \"rankvar\": 4311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4724, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5112, \"group\": [4390.0, 822.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAGCGAACA\", \"ini\": 4096, \"clust\": 1635, \"rank\": 3166, \"rankvar\": 1516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2619, \"group\": [1636.0, 203.0, 36.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGCCTTGAT\", \"ini\": 4095, \"clust\": 4304, \"rank\": 3544, \"rankvar\": 4777, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4726, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5113, \"group\": [4305.0, 809.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTACGCCC\", \"ini\": 4094, \"clust\": 1528, \"rank\": 3360, \"rankvar\": 5027, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4727, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2865, \"group\": [1528.0, 159.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCTTTACGT\", \"ini\": 4093, \"clust\": 1636, \"rank\": 3379, \"rankvar\": 753, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4728, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2620, \"group\": [1637.0, 204.0, 36.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGGCAGTA\", \"ini\": 4092, \"clust\": 3487, \"rank\": 3563, \"rankvar\": 2890, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4729, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2621, \"group\": [3486.0, 578.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCTGTCCGT\", \"ini\": 4091, \"clust\": 3375, \"rank\": 3850, \"rankvar\": 4247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4730, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2622, \"group\": [3375.0, 536.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACGACGAA\", \"ini\": 4090, \"clust\": 4399, \"rank\": 3603, \"rankvar\": 4565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4731, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5114, \"group\": [4422.0, 836.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAAGGGTTCCC\", \"ini\": 4089, \"clust\": 4404, \"rank\": 3459, \"rankvar\": 4663, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4732, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2143, \"group\": [4401.0, 829.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGATCGA\", \"ini\": 4088, \"clust\": 3369, \"rank\": 3751, \"rankvar\": 996, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4733, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 559, \"group\": [3367.0, 530.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTGACTCAT\", \"ini\": 4087, \"clust\": 3430, \"rank\": 3760, \"rankvar\": 3987, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4734, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2623, \"group\": [3433.0, 559.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGACCCT\", \"ini\": 4086, \"clust\": 3621, \"rank\": 3559, \"rankvar\": 4469, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4735, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2144, \"group\": [3620.0, 638.0, 99.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCACGTCTCT\", \"ini\": 4085, \"clust\": 4366, \"rank\": 3695, \"rankvar\": 5007, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4736, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5115, \"group\": [4368.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCCCTCTTT\", \"ini\": 4084, \"clust\": 4400, \"rank\": 3421, \"rankvar\": 4564, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4737, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2145, \"group\": [4404.0, 831.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATTGCT\", \"ini\": 4083, \"clust\": 3411, \"rank\": 3792, \"rankvar\": 1847, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 560, \"group\": [3411.0, 546.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCATTTA\", \"ini\": 4082, \"clust\": 3568, \"rank\": 3444, \"rankvar\": 2654, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4739, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2146, \"group\": [3567.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTAAAGTG\", \"ini\": 4081, \"clust\": 3492, \"rank\": 3556, \"rankvar\": 2193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4740, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2624, \"group\": [3492.0, 582.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATTCCTCG\", \"ini\": 4080, \"clust\": 3485, \"rank\": 3425, \"rankvar\": 1655, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4741, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2625, \"group\": [3487.0, 579.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTGCAGACA\", \"ini\": 4079, \"clust\": 107, \"rank\": 4144, \"rankvar\": 5017, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4742, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5203, \"group\": [105.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTTTGT\", \"ini\": 4078, \"clust\": 3480, \"rank\": 3424, \"rankvar\": 4367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4743, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2626, \"group\": [3478.0, 573.0, 87.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACAGAGGT\", \"ini\": 4077, \"clust\": 3563, \"rank\": 3225, \"rankvar\": 4278, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4744, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2147, \"group\": [3570.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCACCCGAG\", \"ini\": 4076, \"clust\": 3444, \"rank\": 3561, \"rankvar\": 2569, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4745, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2627, \"group\": [3446.0, 563.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCCAGTAT\", \"ini\": 4075, \"clust\": 1520, \"rank\": 3415, \"rankvar\": 4756, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4746, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2866, \"group\": [1521.0, 155.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCAAGCCTA\", \"ini\": 4074, \"clust\": 97, \"rank\": 3959, \"rankvar\": 5209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4747, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5204, \"group\": [100.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTCCGCTGA\", \"ini\": 4073, \"clust\": 3429, \"rank\": 3718, \"rankvar\": 2716, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4748, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2628, \"group\": [3430.0, 559.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCGAGAACG\", \"ini\": 4072, \"clust\": 1633, \"rank\": 2891, \"rankvar\": 4105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4749, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2629, \"group\": [1633.0, 200.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGACAGACC\", \"ini\": 4071, \"clust\": 3445, \"rank\": 3703, \"rankvar\": 1984, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4750, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2630, \"group\": [3444.0, 563.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCGCGGTA\", \"ini\": 4070, \"clust\": 3464, \"rank\": 3608, \"rankvar\": 3350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4751, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2631, \"group\": [3464.0, 567.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACGGCC\", \"ini\": 4069, \"clust\": 3531, \"rank\": 3440, \"rankvar\": 2823, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4752, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2148, \"group\": [3532.0, 597.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTAATCGTC\", \"ini\": 4068, \"clust\": 3451, \"rank\": 3878, \"rankvar\": 2881, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4753, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2632, \"group\": [3449.0, 565.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTGCAGGTA\", \"ini\": 4067, \"clust\": 5198, \"rank\": 3936, \"rankvar\": 5026, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4754, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5116, \"group\": [5201.0, 1068.0, 182.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCGGATCC\", \"ini\": 4066, \"clust\": 3449, \"rank\": 3661, \"rankvar\": 718, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4755, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2633, \"group\": [3450.0, 565.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACGAAACG\", \"ini\": 4065, \"clust\": 166, \"rank\": 3602, \"rankvar\": 4713, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4756, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 192, \"group\": [165.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTCGGATCC\", \"ini\": 4064, \"clust\": 5204, \"rank\": 3543, \"rankvar\": 3816, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4757, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4493, \"group\": [5203.0, 1069.0, 183.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCACTATTC\", \"ini\": 4063, \"clust\": 3432, \"rank\": 3569, \"rankvar\": 2960, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4758, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2634, \"group\": [3432.0, 559.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCAACACTG\", \"ini\": 4062, \"clust\": 3475, \"rank\": 3499, \"rankvar\": 1281, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4759, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2635, \"group\": [3475.0, 571.0, 87.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTGTCAATC\", \"ini\": 4061, \"clust\": 3564, \"rank\": 3405, \"rankvar\": 3973, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4760, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2149, \"group\": [3566.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATGTCCTC\", \"ini\": 4060, \"clust\": 4160, \"rank\": 4211, \"rankvar\": 4138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4761, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 30, \"group\": [4156.0, 786.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGGATGCGT\", \"ini\": 4059, \"clust\": 4425, \"rank\": 3252, \"rankvar\": 2019, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4762, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4494, \"group\": [4426.0, 840.0, 139.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTACACGAAAGC\", \"ini\": 4058, \"clust\": 3472, \"rank\": 3681, \"rankvar\": 1610, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4763, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2636, \"group\": [3471.0, 569.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAGCTCCG\", \"ini\": 4057, \"clust\": 4161, \"rank\": 4367, \"rankvar\": 4813, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4764, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 31, \"group\": [4157.0, 786.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACATACGCCG\", \"ini\": 4056, \"clust\": 105, \"rank\": 4083, \"rankvar\": 5043, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5205, \"group\": [103.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCAACACAC\", \"ini\": 4055, \"clust\": 4370, \"rank\": 3683, \"rankvar\": 5048, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4766, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5117, \"group\": [4372.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGTTCGATC\", \"ini\": 4054, \"clust\": 3540, \"rank\": 3717, \"rankvar\": 2912, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4767, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2150, \"group\": [3539.0, 600.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAAGCACACAG\", \"ini\": 4053, \"clust\": 4413, \"rank\": 3558, \"rankvar\": 5050, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4768, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2151, \"group\": [4413.0, 833.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCAAGAAGT\", \"ini\": 4052, \"clust\": 3551, \"rank\": 3676, \"rankvar\": 473, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 561, \"group\": [3550.0, 606.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCAAAGTAG\", \"ini\": 4051, \"clust\": 1623, \"rank\": 3622, \"rankvar\": 2995, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 562, \"group\": [1623.0, 193.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGACGACGT\", \"ini\": 4050, \"clust\": 1619, \"rank\": 3492, \"rankvar\": 3940, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 563, \"group\": [1619.0, 189.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAATGTAAG\", \"ini\": 4049, \"clust\": 3595, \"rank\": 3734, \"rankvar\": 1198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4772, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2637, \"group\": [3596.0, 624.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGGTACCGTTA\", \"ini\": 4048, \"clust\": 3493, \"rank\": 3640, \"rankvar\": 4387, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2638, \"group\": [3493.0, 582.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACATACCATG\", \"ini\": 4047, \"clust\": 1639, \"rank\": 3386, \"rankvar\": 3283, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4774, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2639, \"group\": [1640.0, 206.0, 36.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAACTGGCC\", \"ini\": 4046, \"clust\": 186, \"rank\": 3658, \"rankvar\": 1789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4775, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2867, \"group\": [214.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCGTAGGAG\", \"ini\": 4045, \"clust\": 3560, \"rank\": 3468, \"rankvar\": 4427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4776, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2152, \"group\": [3563.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGACGCTC\", \"ini\": 4044, \"clust\": 5216, \"rank\": 4076, \"rankvar\": 4130, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4777, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4495, \"group\": [5220.0, 1080.0, 186.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGCTAAGAT\", \"ini\": 4043, \"clust\": 3533, \"rank\": 3528, \"rankvar\": 2649, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4778, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2153, \"group\": [3533.0, 598.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTATCACG\", \"ini\": 4042, \"clust\": 3561, \"rank\": 3517, \"rankvar\": 3245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4779, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2154, \"group\": [3561.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTGTTGGGA\", \"ini\": 4041, \"clust\": 1532, \"rank\": 3534, \"rankvar\": 4380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4780, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2868, \"group\": [1535.0, 160.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAGCAGTTT\", \"ini\": 4040, \"clust\": 3655, \"rank\": 3396, \"rankvar\": 3676, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4781, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2155, \"group\": [3657.0, 668.0, 110.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCATCACCC\", \"ini\": 4039, \"clust\": 3687, \"rank\": 3409, \"rankvar\": 3952, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4782, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2156, \"group\": [3687.0, 680.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATCGATTG\", \"ini\": 4038, \"clust\": 96, \"rank\": 4002, \"rankvar\": 5223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4783, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5206, \"group\": [101.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACACCGCTAG\", \"ini\": 4037, \"clust\": 189, \"rank\": 3812, \"rankvar\": 4770, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4784, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 193, \"group\": [187.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACTCCTG\", \"ini\": 4036, \"clust\": 4375, \"rank\": 4009, \"rankvar\": 5108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4785, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5118, \"group\": [4375.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACAGACTCGC\", \"ini\": 4035, \"clust\": 3343, \"rank\": 3875, \"rankvar\": 855, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 564, \"group\": [3343.0, 518.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCAATGGAGC\", \"ini\": 4034, \"clust\": 3618, \"rank\": 3606, \"rankvar\": 2880, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 565, \"group\": [3622.0, 640.0, 99.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGCATGGCA\", \"ini\": 4033, \"clust\": 1637, \"rank\": 3344, \"rankvar\": 3027, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4788, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2640, \"group\": [1638.0, 204.0, 36.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTACCGTAT\", \"ini\": 4032, \"clust\": 1526, \"rank\": 3505, \"rankvar\": 4342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4789, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2869, \"group\": [1529.0, 159.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGCTGCAAG\", \"ini\": 4031, \"clust\": 4401, \"rank\": 3542, \"rankvar\": 4147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4790, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2157, \"group\": [4403.0, 830.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGTCCCACG\", \"ini\": 4030, \"clust\": 3412, \"rank\": 3951, \"rankvar\": 4344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 566, \"group\": [3409.0, 545.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCACTTAAGC\", \"ini\": 4029, \"clust\": 639, \"rank\": 3611, \"rankvar\": 2837, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4792, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3100, \"group\": [642.0, 103.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACAGGCTGAA\", \"ini\": 4028, \"clust\": 3550, \"rank\": 3888, \"rankvar\": 1078, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 567, \"group\": [3552.0, 607.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCATCGATGAGG\", \"ini\": 4027, \"clust\": 3552, \"rank\": 3637, \"rankvar\": 1462, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4794, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 568, \"group\": [3551.0, 606.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACATGCGCAC\", \"ini\": 4026, \"clust\": 1517, \"rank\": 3484, \"rankvar\": 4969, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4795, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2870, \"group\": [1518.0, 155.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACATTAGC\", \"ini\": 4025, \"clust\": 3654, \"rank\": 3398, \"rankvar\": 2276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4796, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2158, \"group\": [3654.0, 666.0, 110.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCCTATGTT\", \"ini\": 4024, \"clust\": 1510, \"rank\": 3458, \"rankvar\": 4814, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4797, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2871, \"group\": [1511.0, 153.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGAGCCCA\", \"ini\": 4023, \"clust\": 3546, \"rank\": 3780, \"rankvar\": 2738, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4798, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2159, \"group\": [3549.0, 605.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAGGCTGAA\", \"ini\": 4022, \"clust\": 3549, \"rank\": 3895, \"rankvar\": 1774, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 569, \"group\": [3553.0, 608.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCTCTCTG\", \"ini\": 4021, \"clust\": 82, \"rank\": 3796, \"rankvar\": 4964, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4800, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3953, \"group\": [82.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCACCATCCT\", \"ini\": 4020, \"clust\": 1515, \"rank\": 3712, \"rankvar\": 4637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4801, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2872, \"group\": [1515.0, 155.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGTTCCACA\", \"ini\": 4019, \"clust\": 4283, \"rank\": 3880, \"rankvar\": 4878, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4802, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2641, \"group\": [4287.0, 796.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCGGATGGA\", \"ini\": 4018, \"clust\": 3599, \"rank\": 3773, \"rankvar\": 3126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2642, \"group\": [3600.0, 627.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGACATA\", \"ini\": 4017, \"clust\": 3587, \"rank\": 3750, \"rankvar\": 1715, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4804, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2160, \"group\": [3585.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACACGCC\", \"ini\": 4016, \"clust\": 1531, \"rank\": 3285, \"rankvar\": 4838, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4805, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2873, \"group\": [1536.0, 160.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTAAGTG\", \"ini\": 4015, \"clust\": 3570, \"rank\": 3704, \"rankvar\": 2938, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4806, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2161, \"group\": [3571.0, 613.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAAAGGTGC\", \"ini\": 4014, \"clust\": 4369, \"rank\": 3801, \"rankvar\": 4872, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4807, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5119, \"group\": [4373.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGACAAG\", \"ini\": 4013, \"clust\": 4900, \"rank\": 3851, \"rankvar\": 2228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4808, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4496, \"group\": [4900.0, 914.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTTACGGAG\", \"ini\": 4012, \"clust\": 3366, \"rank\": 3903, \"rankvar\": 2221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4809, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2162, \"group\": [3369.0, 532.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGAAACCTA\", \"ini\": 4011, \"clust\": 3605, \"rank\": 3548, \"rankvar\": 1187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4810, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 570, \"group\": [3613.0, 632.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCACTTCTGC\", \"ini\": 4010, \"clust\": 3586, \"rank\": 3675, \"rankvar\": 680, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4811, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2163, \"group\": [3587.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGTCTGTCTCG\", \"ini\": 4009, \"clust\": 3465, \"rank\": 3898, \"rankvar\": 1768, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4812, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2643, \"group\": [3469.0, 568.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTCCGT\", \"ini\": 4008, \"clust\": 3541, \"rank\": 3755, \"rankvar\": 3108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4813, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2164, \"group\": [3540.0, 600.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGAACAATC\", \"ini\": 4007, \"clust\": 3482, \"rank\": 3705, \"rankvar\": 1259, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4814, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2644, \"group\": [3484.0, 577.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTTTGCATG\", \"ini\": 4006, \"clust\": 4411, \"rank\": 3694, \"rankvar\": 4825, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4815, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2165, \"group\": [4409.0, 833.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCATCGATG\", \"ini\": 4005, \"clust\": 5205, \"rank\": 3861, \"rankvar\": 4365, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4816, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4497, \"group\": [5206.0, 1072.0, 184.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGCCAACAG\", \"ini\": 4004, \"clust\": 3409, \"rank\": 4124, \"rankvar\": 4687, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4817, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2645, \"group\": [3407.0, 544.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGTTTACG\", \"ini\": 4003, \"clust\": 3569, \"rank\": 3566, \"rankvar\": 3520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4818, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2166, \"group\": [3568.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCACCATAG\", \"ini\": 4002, \"clust\": 1518, \"rank\": 3647, \"rankvar\": 4922, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4819, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2874, \"group\": [1519.0, 155.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCATGTCCC\", \"ini\": 4001, \"clust\": 5186, \"rank\": 3930, \"rankvar\": 3545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 571, \"group\": [5186.0, 1055.0, 175.0, 38.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCGTCATC\", \"ini\": 4000, \"clust\": 102, \"rank\": 4345, \"rankvar\": 4830, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4821, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5207, \"group\": [107.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGATGCGAC\", \"ini\": 3999, \"clust\": 1505, \"rank\": 3682, \"rankvar\": 2686, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4822, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2875, \"group\": [1505.0, 149.0, 21.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTGTTCTCATT\", \"ini\": 3998, \"clust\": 158, \"rank\": 3778, \"rankvar\": 4822, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4823, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2646, \"group\": [161.0, 36.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGTGGTCCC\", \"ini\": 3997, \"clust\": 3602, \"rank\": 3814, \"rankvar\": 3891, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4824, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2647, \"group\": [3604.0, 628.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAATCACC\", \"ini\": 3996, \"clust\": 3535, \"rank\": 3862, \"rankvar\": 3300, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4825, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2167, \"group\": [3542.0, 601.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCGGTCTAA\", \"ini\": 3995, \"clust\": 3567, \"rank\": 3670, \"rankvar\": 4578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4826, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2168, \"group\": [3569.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAAGGCAGGTT\", \"ini\": 3994, \"clust\": 3401, \"rank\": 3867, \"rankvar\": 2297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4827, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 572, \"group\": [3412.0, 547.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACGAAGCA\", \"ini\": 3993, \"clust\": 3528, \"rank\": 3626, \"rankvar\": 1704, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4828, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2169, \"group\": [3529.0, 595.0, 89.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCCACGCAG\", \"ini\": 3992, \"clust\": 3381, \"rank\": 4070, \"rankvar\": 987, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 573, \"group\": [3399.0, 542.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCAACCAA\", \"ini\": 3991, \"clust\": 1620, \"rank\": 3614, \"rankvar\": 3759, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 574, \"group\": [1620.0, 190.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCAAGCCTA\", \"ini\": 3990, \"clust\": 3536, \"rank\": 3993, \"rankvar\": 3803, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4831, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2170, \"group\": [3538.0, 599.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCACACCGAC\", \"ini\": 3989, \"clust\": 5206, \"rank\": 4067, \"rankvar\": 2191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4832, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 575, \"group\": [5207.0, 1073.0, 184.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGCTGAACG\", \"ini\": 3988, \"clust\": 522, \"rank\": 3627, \"rankvar\": 3961, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4833, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2876, \"group\": [523.0, 84.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAAGAAGT\", \"ini\": 3987, \"clust\": 525, \"rank\": 3931, \"rankvar\": 2463, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4834, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5133, \"group\": [529.0, 86.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGACACTAA\", \"ini\": 3986, \"clust\": 3562, \"rank\": 3988, \"rankvar\": 4252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4835, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2171, \"group\": [3562.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCGGTTAAC\", \"ini\": 3985, \"clust\": 3571, \"rank\": 3873, \"rankvar\": 3132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4836, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2172, \"group\": [3572.0, 613.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCATAGCAC\", \"ini\": 3984, \"clust\": 1271, \"rank\": 3581, \"rankvar\": 5033, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4837, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2877, \"group\": [1275.0, 125.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCTGTTTGT\", \"ini\": 3983, \"clust\": 4402, \"rank\": 3803, \"rankvar\": 4512, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4838, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2173, \"group\": [4402.0, 829.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCAGACACTT\", \"ini\": 3982, \"clust\": 1631, \"rank\": 3546, \"rankvar\": 4123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4839, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2878, \"group\": [1634.0, 201.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTGAGGCTA\", \"ini\": 3981, \"clust\": 3596, \"rank\": 4022, \"rankvar\": 2609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4840, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2648, \"group\": [3597.0, 624.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATACACCCATGG\", \"ini\": 3980, \"clust\": 4395, \"rank\": 3884, \"rankvar\": 3615, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4841, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5120, \"group\": [4399.0, 828.0, 136.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCATAGACTC\", \"ini\": 3979, \"clust\": 3589, \"rank\": 3783, \"rankvar\": 1282, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4842, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2174, \"group\": [3590.0, 618.0, 91.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCTCCTC\", \"ini\": 3978, \"clust\": 3477, \"rank\": 3806, \"rankvar\": 1497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4843, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2649, \"group\": [3480.0, 575.0, 87.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTAACGCGA\", \"ini\": 3977, \"clust\": 243, \"rank\": 3813, \"rankvar\": 4112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4844, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2879, \"group\": [244.0, 51.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACATTACGAC\", \"ini\": 3976, \"clust\": 3556, \"rank\": 3789, \"rankvar\": 2909, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4845, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2175, \"group\": [3556.0, 609.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTTGTCC\", \"ini\": 3975, \"clust\": 1530, \"rank\": 3702, \"rankvar\": 4924, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4846, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2880, \"group\": [1531.0, 160.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGAGTAGA\", \"ini\": 3974, \"clust\": 3597, \"rank\": 3821, \"rankvar\": 893, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4847, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2176, \"group\": [3598.0, 625.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAAGGTCATCT\", \"ini\": 3973, \"clust\": 3372, \"rank\": 4159, \"rankvar\": 2280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4848, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2177, \"group\": [3372.0, 534.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCGCTAGCG\", \"ini\": 3972, \"clust\": 3355, \"rank\": 4137, \"rankvar\": 4768, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4849, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2650, \"group\": [3354.0, 524.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGGGCTCTC\", \"ini\": 3971, \"clust\": 3370, \"rank\": 4308, \"rankvar\": 4916, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4850, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2651, \"group\": [3370.0, 533.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTGTAATGA\", \"ini\": 3970, \"clust\": 526, \"rank\": 3870, \"rankvar\": 3879, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4851, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2881, \"group\": [528.0, 85.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACAGCAG\", \"ini\": 3969, \"clust\": 4396, \"rank\": 4118, \"rankvar\": 4486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4852, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5121, \"group\": [4398.0, 827.0, 136.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGTTTAGG\", \"ini\": 3968, \"clust\": 4364, \"rank\": 3804, \"rankvar\": 4040, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4853, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4498, \"group\": [4365.0, 820.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTATCTG\", \"ini\": 3967, \"clust\": 3410, \"rank\": 4266, \"rankvar\": 2901, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 576, \"group\": [3408.0, 544.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGCGAAA\", \"ini\": 3966, \"clust\": 237, \"rank\": 4056, \"rankvar\": 2917, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4855, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2652, \"group\": [238.0, 48.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAAGGTGA\", \"ini\": 3965, \"clust\": 1521, \"rank\": 3953, \"rankvar\": 4524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4856, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2882, \"group\": [1524.0, 156.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCACTGGG\", \"ini\": 3964, \"clust\": 3414, \"rank\": 3737, \"rankvar\": 3789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4857, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2653, \"group\": [3417.0, 551.0, 84.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTAAAGA\", \"ini\": 3963, \"clust\": 3603, \"rank\": 4110, \"rankvar\": 4670, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4858, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2654, \"group\": [3602.0, 628.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCACACGC\", \"ini\": 3962, \"clust\": 3544, \"rank\": 3742, \"rankvar\": 3196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4859, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2178, \"group\": [3545.0, 604.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAATTCCTT\", \"ini\": 3961, \"clust\": 3572, \"rank\": 3922, \"rankvar\": 3496, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4860, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2179, \"group\": [3576.0, 615.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATGGATGG\", \"ini\": 3960, \"clust\": 3557, \"rank\": 3770, \"rankvar\": 2401, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4861, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2180, \"group\": [3557.0, 609.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTATGGTTC\", \"ini\": 3959, \"clust\": 4414, \"rank\": 3956, \"rankvar\": 4775, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4862, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2181, \"group\": [4411.0, 833.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTTCAGTAC\", \"ini\": 3958, \"clust\": 3580, \"rank\": 4231, \"rankvar\": 1614, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4863, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 577, \"group\": [3589.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGTTACAG\", \"ini\": 3957, \"clust\": 3400, \"rank\": 4039, \"rankvar\": 454, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4864, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2655, \"group\": [3413.0, 548.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCAGAGCTT\", \"ini\": 3956, \"clust\": 3534, \"rank\": 3685, \"rankvar\": 4184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4865, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2182, \"group\": [3534.0, 598.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCTGCCCA\", \"ini\": 3955, \"clust\": 4415, \"rank\": 3976, \"rankvar\": 5053, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4866, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2183, \"group\": [4412.0, 833.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTCTGCTG\", \"ini\": 3954, \"clust\": 3558, \"rank\": 3631, \"rankvar\": 4280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4867, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2184, \"group\": [3559.0, 611.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTAGTGCG\", \"ini\": 3953, \"clust\": 3529, \"rank\": 3774, \"rankvar\": 3700, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4868, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2185, \"group\": [3530.0, 596.0, 89.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAGTAGAGC\", \"ini\": 3952, \"clust\": 4393, \"rank\": 4095, \"rankvar\": 297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 578, \"group\": [4394.0, 824.0, 136.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAGTGAGA\", \"ini\": 3951, \"clust\": 4405, \"rank\": 3828, \"rankvar\": 4159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4870, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2186, \"group\": [4408.0, 832.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTGTCTCA\", \"ini\": 3950, \"clust\": 168, \"rank\": 4021, \"rankvar\": 4910, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4871, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 194, \"group\": [169.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAAGCGGT\", \"ini\": 3949, \"clust\": 3593, \"rank\": 4015, \"rankvar\": 3467, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4872, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2656, \"group\": [3594.0, 622.0, 93.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCTTGCGG\", \"ini\": 3948, \"clust\": 157, \"rank\": 4031, \"rankvar\": 3577, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4873, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 195, \"group\": [176.0, 40.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGCTCCTTC\", \"ini\": 3947, \"clust\": 3600, \"rank\": 4146, \"rankvar\": 3472, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4874, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2187, \"group\": [3601.0, 627.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTGGTAACG\", \"ini\": 3946, \"clust\": 3559, \"rank\": 3911, \"rankvar\": 3956, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4875, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2188, \"group\": [3560.0, 611.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCATGCCTTC\", \"ini\": 3945, \"clust\": 188, \"rank\": 4327, \"rankvar\": 5151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4876, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 196, \"group\": [186.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGGGAACGG\", \"ini\": 3944, \"clust\": 4416, \"rank\": 4364, \"rankvar\": 4399, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4877, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5122, \"group\": [4416.0, 834.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCATCACGAT\", \"ini\": 3943, \"clust\": 181, \"rank\": 4098, \"rankvar\": 5114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4878, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 197, \"group\": [180.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTACCGAGA\", \"ini\": 3942, \"clust\": 3606, \"rank\": 3906, \"rankvar\": 1770, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4879, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2189, \"group\": [3606.0, 630.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAATT\", \"ini\": 3941, \"clust\": 1535, \"rank\": 3790, \"rankvar\": 4829, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4880, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2883, \"group\": [1533.0, 160.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGTGCAAGC\", \"ini\": 3940, \"clust\": 3376, \"rank\": 4405, \"rankvar\": 3293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4881, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 579, \"group\": [3378.0, 537.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGAAAGAG\", \"ini\": 3939, \"clust\": 3608, \"rank\": 3853, \"rankvar\": 3580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4882, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2190, \"group\": [3608.0, 630.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCGATCCCT\", \"ini\": 3938, \"clust\": 3554, \"rank\": 4025, \"rankvar\": 3941, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4883, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2191, \"group\": [3554.0, 609.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATTCCTGC\", \"ini\": 3937, \"clust\": 376, \"rank\": 3919, \"rankvar\": 4746, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4884, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2884, \"group\": [377.0, 56.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTTTAAGCC\", \"ini\": 3936, \"clust\": 244, \"rank\": 4119, \"rankvar\": 3380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4885, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2885, \"group\": [245.0, 52.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCACTTAAGC\", \"ini\": 3935, \"clust\": 4420, \"rank\": 4373, \"rankvar\": 3518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4886, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5123, \"group\": [4420.0, 835.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGAGCTGGT\", \"ini\": 3934, \"clust\": 169, \"rank\": 4087, \"rankvar\": 5122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4887, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 198, \"group\": [167.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCCTCAGT\", \"ini\": 3933, \"clust\": 377, \"rank\": 4179, \"rankvar\": 4771, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4888, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2886, \"group\": [378.0, 56.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGATCCCGC\", \"ini\": 3932, \"clust\": 238, \"rank\": 4199, \"rankvar\": 3985, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4889, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2657, \"group\": [239.0, 49.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTAGGCGATAC\", \"ini\": 3931, \"clust\": 3524, \"rank\": 4101, \"rankvar\": 3646, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4890, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2658, \"group\": [3525.0, 592.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCGGCCGAT\", \"ini\": 3930, \"clust\": 3588, \"rank\": 4170, \"rankvar\": 2249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4891, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2192, \"group\": [3586.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGGCTACGA\", \"ini\": 3929, \"clust\": 3335, \"rank\": 4318, \"rankvar\": 1780, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4892, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 580, \"group\": [3335.0, 513.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTACCGTAT\", \"ini\": 3928, \"clust\": 370, \"rank\": 4239, \"rankvar\": 4726, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4893, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2887, \"group\": [373.0, 56.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATGCTGGC\", \"ini\": 3927, \"clust\": 3553, \"rank\": 4024, \"rankvar\": 3337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4894, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2193, \"group\": [3558.0, 610.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGGTCAT\", \"ini\": 3926, \"clust\": 3581, \"rank\": 4236, \"rankvar\": 4187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4895, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2194, \"group\": [3581.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCGGCACT\", \"ini\": 3925, \"clust\": 174, \"rank\": 4281, \"rankvar\": 4759, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4896, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 199, \"group\": [172.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCCAAACTG\", \"ini\": 3924, \"clust\": 190, \"rank\": 4296, \"rankvar\": 4650, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4897, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 200, \"group\": [188.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCAGGCGAA\", \"ini\": 3923, \"clust\": 3598, \"rank\": 4202, \"rankvar\": 2865, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4898, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2195, \"group\": [3599.0, 626.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGGTGACCA\", \"ini\": 3922, \"clust\": 4394, \"rank\": 4111, \"rankvar\": 1844, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 581, \"group\": [4395.0, 825.0, 136.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGCTTCGG\", \"ini\": 3921, \"clust\": 3363, \"rank\": 4224, \"rankvar\": 261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4900, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2659, \"group\": [3364.0, 527.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTATCAAACGGG\", \"ini\": 3920, \"clust\": 256, \"rank\": 4172, \"rankvar\": 4369, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4901, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2888, \"group\": [257.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGATTCT\", \"ini\": 3919, \"clust\": 3611, \"rank\": 4267, \"rankvar\": 1727, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4902, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2196, \"group\": [3610.0, 631.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCCAGTACACT\", \"ini\": 3918, \"clust\": 3467, \"rank\": 4493, \"rankvar\": 2962, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4903, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2660, \"group\": [3467.0, 568.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAATCACAC\", \"ini\": 3917, \"clust\": 3336, \"rank\": 4428, \"rankvar\": 832, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 582, \"group\": [3336.0, 513.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAGGTTCT\", \"ini\": 3916, \"clust\": 3382, \"rank\": 4542, \"rankvar\": 730, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 583, \"group\": [3381.0, 539.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGGGTGTTG\", \"ini\": 3915, \"clust\": 170, \"rank\": 4355, \"rankvar\": 4995, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4906, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 201, \"group\": [168.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGTGTGGT\", \"ini\": 3914, \"clust\": 3585, \"rank\": 4349, \"rankvar\": 4776, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4907, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2197, \"group\": [3588.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTAACGCGA\", \"ini\": 3913, \"clust\": 80, \"rank\": 4454, \"rankvar\": 4530, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 584, \"group\": [79.0, 17.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTGGCGTG\", \"ini\": 3912, \"clust\": 3377, \"rank\": 4460, \"rankvar\": 4611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 585, \"group\": [3376.0, 537.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAGTTTACG\", \"ini\": 3911, \"clust\": 3361, \"rank\": 4602, \"rankvar\": 4060, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4910, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2661, \"group\": [3360.0, 526.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGAATAGGG\", \"ini\": 3910, \"clust\": 3594, \"rank\": 4284, \"rankvar\": 3572, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4911, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2198, \"group\": [3595.0, 623.0, 93.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACATCCA\", \"ini\": 3909, \"clust\": 4412, \"rank\": 4081, \"rankvar\": 4839, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4912, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2199, \"group\": [4410.0, 833.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCCTAGGGC\", \"ini\": 3908, \"clust\": 3413, \"rank\": 4446, \"rankvar\": 2966, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4913, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2200, \"group\": [3410.0, 545.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCATCACAAC\", \"ini\": 3907, \"clust\": 3582, \"rank\": 4330, \"rankvar\": 4518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4914, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2201, \"group\": [3582.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTAACGGT\", \"ini\": 3906, \"clust\": 3393, \"rank\": 4521, \"rankvar\": 3083, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 586, \"group\": [3391.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCGTCCA\", \"ini\": 3905, \"clust\": 3379, \"rank\": 4453, \"rankvar\": 3433, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 587, \"group\": [3379.0, 538.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGAGGTACC\", \"ini\": 3904, \"clust\": 4392, \"rank\": 4514, \"rankvar\": 4998, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4917, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5124, \"group\": [4392.0, 822.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAGTTTACG\", \"ini\": 3903, \"clust\": 3583, \"rank\": 4465, \"rankvar\": 1316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4918, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2202, \"group\": [3583.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGCAGACTG\", \"ini\": 3902, \"clust\": 4410, \"rank\": 4248, \"rankvar\": 4984, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4919, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2203, \"group\": [4414.0, 833.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAGTAACGG\", \"ini\": 3901, \"clust\": 3545, \"rank\": 4290, \"rankvar\": 3429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4920, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2204, \"group\": [3546.0, 604.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCTGCCCTA\", \"ini\": 3900, \"clust\": 3604, \"rank\": 4305, \"rankvar\": 3480, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4921, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2662, \"group\": [3603.0, 628.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCTACTATC\", \"ini\": 3899, \"clust\": 135, \"rank\": 4282, \"rankvar\": 5192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4922, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 202, \"group\": [136.0, 28.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGCTCAGA\", \"ini\": 3898, \"clust\": 3407, \"rank\": 4605, \"rankvar\": 4151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4923, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 588, \"group\": [3405.0, 544.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTGCACTTA\", \"ini\": 3897, \"clust\": 183, \"rank\": 4404, \"rankvar\": 5183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4924, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 203, \"group\": [184.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTGTGTGCCTG\", \"ini\": 3896, \"clust\": 3590, \"rank\": 4154, \"rankvar\": 3458, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4925, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2663, \"group\": [3591.0, 619.0, 91.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCAACAACCT\", \"ini\": 3895, \"clust\": 175, \"rank\": 4489, \"rankvar\": 5054, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4926, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 204, \"group\": [173.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGGCACTA\", \"ini\": 3894, \"clust\": 254, \"rank\": 4262, \"rankvar\": 3809, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4927, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2889, \"group\": [255.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCACAACGCC\", \"ini\": 3893, \"clust\": 162, \"rank\": 4414, \"rankvar\": 4688, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4928, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2890, \"group\": [164.0, 37.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTACGCGA\", \"ini\": 3892, \"clust\": 3573, \"rank\": 4317, \"rankvar\": 3923, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4929, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2205, \"group\": [3575.0, 614.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCGTCTCCACT\", \"ini\": 3891, \"clust\": 235, \"rank\": 4189, \"rankvar\": 4333, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4930, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3028, \"group\": [236.0, 47.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGTACAA\", \"ini\": 3890, \"clust\": 385, \"rank\": 4396, \"rankvar\": 988, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4931, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2206, \"group\": [407.0, 62.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACAAAGCGGT\", \"ini\": 3889, \"clust\": 382, \"rank\": 4093, \"rankvar\": 4799, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4932, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2891, \"group\": [385.0, 58.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCGCAGGCT\", \"ini\": 3888, \"clust\": 167, \"rank\": 4512, \"rankvar\": 4852, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4933, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 205, \"group\": [166.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGAGGGATA\", \"ini\": 3887, \"clust\": 3601, \"rank\": 4368, \"rankvar\": 2053, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4934, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2664, \"group\": [3605.0, 629.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGCGACAT\", \"ini\": 3886, \"clust\": 3609, \"rank\": 4304, \"rankvar\": 4136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4935, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2207, \"group\": [3609.0, 630.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCACTATCTT\", \"ini\": 3885, \"clust\": 202, \"rank\": 4566, \"rankvar\": 4452, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4936, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 206, \"group\": [199.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAATCACAC\", \"ini\": 3884, \"clust\": 182, \"rank\": 4501, \"rankvar\": 4937, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4937, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 207, \"group\": [181.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTGTGTAAGTA\", \"ini\": 3883, \"clust\": 343, \"rank\": 4612, \"rankvar\": 4944, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4938, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2892, \"group\": [342.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTACAGACG\", \"ini\": 3882, \"clust\": 3346, \"rank\": 4505, \"rankvar\": 618, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4939, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 589, \"group\": [3365.0, 528.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCCCTCAGT\", \"ini\": 3881, \"clust\": 3610, \"rank\": 4461, \"rankvar\": 1453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4940, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2208, \"group\": [3612.0, 631.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGATGGGTC\", \"ini\": 3880, \"clust\": 3337, \"rank\": 4533, \"rankvar\": 374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4941, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 590, \"group\": [3341.0, 516.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATATGGTC\", \"ini\": 3879, \"clust\": 3386, \"rank\": 4739, \"rankvar\": 4012, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4942, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2209, \"group\": [3383.0, 539.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATCTACGA\", \"ini\": 3878, \"clust\": 3468, \"rank\": 4592, \"rankvar\": 2476, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4943, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2665, \"group\": [3465.0, 568.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTAGCCA\", \"ini\": 3877, \"clust\": 286, \"rank\": 4583, \"rankvar\": 3729, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4944, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2893, \"group\": [287.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTAGGCTGA\", \"ini\": 3876, \"clust\": 3340, \"rank\": 4611, \"rankvar\": 4737, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 591, \"group\": [3337.0, 514.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGCTTG\", \"ini\": 3875, \"clust\": 3405, \"rank\": 4579, \"rankvar\": 2668, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4946, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 592, \"group\": [3402.0, 543.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATGTAAG\", \"ini\": 3874, \"clust\": 3341, \"rank\": 4657, \"rankvar\": 3152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4947, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 593, \"group\": [3338.0, 514.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGGATACC\", \"ini\": 3873, \"clust\": 3384, \"rank\": 4771, \"rankvar\": 4186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4948, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2666, \"group\": [3388.0, 539.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCAACCAA\", \"ini\": 3872, \"clust\": 3394, \"rank\": 4840, \"rankvar\": 4676, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 594, \"group\": [3392.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGACAGGT\", \"ini\": 3871, \"clust\": 344, \"rank\": 4704, \"rankvar\": 5003, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4950, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2894, \"group\": [343.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGCGAGT\", \"ini\": 3870, \"clust\": 523, \"rank\": 4164, \"rankvar\": 4419, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4951, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2895, \"group\": [524.0, 84.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCACCGTC\", \"ini\": 3869, \"clust\": 3408, \"rank\": 4653, \"rankvar\": 2730, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4952, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2667, \"group\": [3406.0, 544.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTAGCTCCG\", \"ini\": 3868, \"clust\": 3578, \"rank\": 4543, \"rankvar\": 2205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4953, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2210, \"group\": [3579.0, 616.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTCCCTGA\", \"ini\": 3867, \"clust\": 3579, \"rank\": 4466, \"rankvar\": 4163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4954, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2211, \"group\": [3580.0, 616.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCATCGACGC\", \"ini\": 3866, \"clust\": 4418, \"rank\": 4708, \"rankvar\": 4923, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4955, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5125, \"group\": [4418.0, 834.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAACTGCTA\", \"ini\": 3865, \"clust\": 184, \"rank\": 4418, \"rankvar\": 5118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4956, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3074, \"group\": [182.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGAACAATC\", \"ini\": 3864, \"clust\": 239, \"rank\": 4413, \"rankvar\": 5087, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4957, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2896, \"group\": [240.0, 50.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGCACCGTC\", \"ini\": 3863, \"clust\": 272, \"rank\": 4683, \"rankvar\": 3157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4958, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2897, \"group\": [276.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGTTACAG\", \"ini\": 3862, \"clust\": 3612, \"rank\": 4417, \"rankvar\": 3894, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4959, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2212, \"group\": [3611.0, 631.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATCCAAC\", \"ini\": 3861, \"clust\": 262, \"rank\": 4508, \"rankvar\": 4848, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4960, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2898, \"group\": [264.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCCCAAGTA\", \"ini\": 3860, \"clust\": 214, \"rank\": 4673, \"rankvar\": 5154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4961, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 208, \"group\": [211.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCATGCAAC\", \"ini\": 3859, \"clust\": 4397, \"rank\": 4497, \"rankvar\": 3106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4962, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5126, \"group\": [4396.0, 826.0, 136.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTACTTAC\", \"ini\": 3858, \"clust\": 240, \"rank\": 4377, \"rankvar\": 5064, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4963, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2899, \"group\": [241.0, 50.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGCACCGTC\", \"ini\": 3857, \"clust\": 178, \"rank\": 4666, \"rankvar\": 5086, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4964, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 209, \"group\": [179.0, 41.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTATTCTC\", \"ini\": 3856, \"clust\": 3555, \"rank\": 4311, \"rankvar\": 3578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4965, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2213, \"group\": [3555.0, 609.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCGAGCCCA\", \"ini\": 3855, \"clust\": 1274, \"rank\": 4387, \"rankvar\": 4880, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4966, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2900, \"group\": [1271.0, 125.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGATCGGGT\", \"ini\": 3854, \"clust\": 3353, \"rank\": 4667, \"rankvar\": 4140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4967, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2214, \"group\": [3351.0, 523.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTTGTACAC\", \"ini\": 3853, \"clust\": 217, \"rank\": 4576, \"rankvar\": 3513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4968, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2215, \"group\": [215.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAATCGAAA\", \"ini\": 3852, \"clust\": 4421, \"rank\": 4553, \"rankvar\": 3561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4969, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2216, \"group\": [4421.0, 835.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGTGCCTG\", \"ini\": 3851, \"clust\": 3373, \"rank\": 4836, \"rankvar\": 5131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4970, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2217, \"group\": [3373.0, 534.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACGACGT\", \"ini\": 3850, \"clust\": 3350, \"rank\": 4703, \"rankvar\": 4074, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4971, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2218, \"group\": [3346.0, 521.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTTCTCATT\", \"ini\": 3849, \"clust\": 159, \"rank\": 4569, \"rankvar\": 4647, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4972, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3075, \"group\": [160.0, 35.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATGTCCC\", \"ini\": 3848, \"clust\": 3584, \"rank\": 4648, \"rankvar\": 4295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4973, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2219, \"group\": [3584.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTCAAGTG\", \"ini\": 3847, \"clust\": 3380, \"rank\": 4675, \"rankvar\": 955, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 595, \"group\": [3380.0, 538.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCAGAGGGATA\", \"ini\": 3846, \"clust\": 3358, \"rank\": 4791, \"rankvar\": 4928, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4975, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2220, \"group\": [3358.0, 525.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTAGCCTAT\", \"ini\": 3845, \"clust\": 263, \"rank\": 4559, \"rankvar\": 4684, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4976, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2901, \"group\": [262.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGTTAGCGG\", \"ini\": 3844, \"clust\": 264, \"rank\": 4527, \"rankvar\": 4613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4977, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2902, \"group\": [263.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGCACACGCTG\", \"ini\": 3843, \"clust\": 3607, \"rank\": 4257, \"rankvar\": 3967, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4978, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2221, \"group\": [3607.0, 630.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCAGAAGG\", \"ini\": 3842, \"clust\": 201, \"rank\": 4713, \"rankvar\": 4815, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4979, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 210, \"group\": [204.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACACTGCCAG\", \"ini\": 3841, \"clust\": 179, \"rank\": 4815, \"rankvar\": 4932, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4980, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 211, \"group\": [177.0, 41.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGACTGTAA\", \"ini\": 3840, \"clust\": 1272, \"rank\": 4153, \"rankvar\": 5123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4981, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2903, \"group\": [1274.0, 125.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTGAGGTG\", \"ini\": 3839, \"clust\": 1516, \"rank\": 4532, \"rankvar\": 4764, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4982, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2904, \"group\": [1516.0, 155.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCAGTAAGAT\", \"ini\": 3838, \"clust\": 3591, \"rank\": 4429, \"rankvar\": 2786, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 596, \"group\": [3592.0, 620.0, 92.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCACCCTATC\", \"ini\": 3837, \"clust\": 211, \"rank\": 4802, \"rankvar\": 5172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4984, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 212, \"group\": [208.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCCTCGCAT\", \"ini\": 3836, \"clust\": 4409, \"rank\": 4593, \"rankvar\": 4484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4985, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2222, \"group\": [4415.0, 833.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGACGAT\", \"ini\": 3835, \"clust\": 3592, \"rank\": 4388, \"rankvar\": 3348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4986, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2668, \"group\": [3593.0, 621.0, 92.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGTGGTAAT\", \"ini\": 3834, \"clust\": 383, \"rank\": 4329, \"rankvar\": 4773, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4987, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3029, \"group\": [383.0, 58.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTTCTGGTA\", \"ini\": 3833, \"clust\": 83, \"rank\": 4670, \"rankvar\": 5186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4988, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5208, \"group\": [83.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGAAGGTTT\", \"ini\": 3832, \"clust\": 4417, \"rank\": 4839, \"rankvar\": 4561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4989, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5127, \"group\": [4417.0, 834.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCAAGCTGGA\", \"ini\": 3831, \"clust\": 326, \"rank\": 4633, \"rankvar\": 5148, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4990, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2905, \"group\": [326.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGCAAAGGTGC\", \"ini\": 3830, \"clust\": 3387, \"rank\": 4838, \"rankvar\": 3964, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4991, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2223, \"group\": [3384.0, 539.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGGTCCC\", \"ini\": 3829, \"clust\": 4407, \"rank\": 4523, \"rankvar\": 4028, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4992, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2224, \"group\": [4405.0, 832.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCTAACTC\", \"ini\": 3828, \"clust\": 3364, \"rank\": 4793, \"rankvar\": 4194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4993, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2225, \"group\": [3362.0, 527.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGTGCC\", \"ini\": 3827, \"clust\": 384, \"rank\": 4464, \"rankvar\": 4508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4994, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3030, \"group\": [384.0, 58.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATAGAAAC\", \"ini\": 3826, \"clust\": 3356, \"rank\": 4676, \"rankvar\": 4854, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4995, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2226, \"group\": [3355.0, 524.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTGGACGT\", \"ini\": 3825, \"clust\": 257, \"rank\": 4610, \"rankvar\": 4287, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4996, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2906, \"group\": [258.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATGAGCGA\", \"ini\": 3824, \"clust\": 4406, \"rank\": 4719, \"rankvar\": 4732, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4997, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2227, \"group\": [4407.0, 832.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTGATACG\", \"ini\": 3823, \"clust\": 216, \"rank\": 4621, \"rankvar\": 4731, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4998, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 213, \"group\": [233.0, 44.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGGTGTTG\", \"ini\": 3822, \"clust\": 260, \"rank\": 4640, \"rankvar\": 4030, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4999, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2907, \"group\": [259.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCACCGCTAG\", \"ini\": 3821, \"clust\": 327, \"rank\": 4722, \"rankvar\": 5044, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5000, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2908, \"group\": [327.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCTGTGCAA\", \"ini\": 3820, \"clust\": 1275, \"rank\": 4536, \"rankvar\": 4675, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5001, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2909, \"group\": [1272.0, 125.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTTGAC\", \"ini\": 3819, \"clust\": 3365, \"rank\": 4786, \"rankvar\": 3768, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5002, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2228, \"group\": [3363.0, 527.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTATCCAGATCA\", \"ini\": 3818, \"clust\": 171, \"rank\": 4796, \"rankvar\": 4867, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5003, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 214, \"group\": [170.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTCATCCCT\", \"ini\": 3817, \"clust\": 3378, \"rank\": 4848, \"rankvar\": 4116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5004, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 597, \"group\": [3377.0, 537.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACTTACGA\", \"ini\": 3816, \"clust\": 258, \"rank\": 4671, \"rankvar\": 4596, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5005, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2910, \"group\": [265.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCCGCCTA\", \"ini\": 3815, \"clust\": 1514, \"rank\": 4581, \"rankvar\": 5028, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5006, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2911, \"group\": [1517.0, 155.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATCCCGC\", \"ini\": 3814, \"clust\": 180, \"rank\": 4869, \"rankvar\": 5100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5007, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 215, \"group\": [178.0, 41.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCAAACCAC\", \"ini\": 3813, \"clust\": 380, \"rank\": 4618, \"rankvar\": 3457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5008, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2912, \"group\": [381.0, 58.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCTGCT\", \"ini\": 3812, \"clust\": 3339, \"rank\": 4777, \"rankvar\": 4606, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5009, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2229, \"group\": [3339.0, 514.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACACTGCG\", \"ini\": 3811, \"clust\": 185, \"rank\": 4646, \"rankvar\": 5207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5010, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3076, \"group\": [183.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTCAGGACA\", \"ini\": 3810, \"clust\": 381, \"rank\": 4598, \"rankvar\": 5016, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5011, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2913, \"group\": [382.0, 58.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTACACCT\", \"ini\": 3809, \"clust\": 172, \"rank\": 4801, \"rankvar\": 5012, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5012, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 216, \"group\": [171.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCTCGTTTA\", \"ini\": 3808, \"clust\": 208, \"rank\": 4907, \"rankvar\": 5120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5013, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 217, \"group\": [205.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTTGACAC\", \"ini\": 3807, \"clust\": 3574, \"rank\": 4674, \"rankvar\": 3218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5014, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2230, \"group\": [3573.0, 614.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTAGGTT\", \"ini\": 3806, \"clust\": 346, \"rank\": 4744, \"rankvar\": 4858, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5015, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2914, \"group\": [351.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAGACAAAT\", \"ini\": 3805, \"clust\": 3385, \"rank\": 4906, \"rankvar\": 2996, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5016, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2231, \"group\": [3385.0, 539.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCCTCAATT\", \"ini\": 3804, \"clust\": 3354, \"rank\": 4819, \"rankvar\": 4513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5017, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2232, \"group\": [3352.0, 523.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCACGACG\", \"ini\": 3803, \"clust\": 374, \"rank\": 4582, \"rankvar\": 5074, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5018, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2915, \"group\": [374.0, 56.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATGCCTAA\", \"ini\": 3802, \"clust\": 371, \"rank\": 4752, \"rankvar\": 4899, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5019, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2916, \"group\": [371.0, 56.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGTCTTGCA\", \"ini\": 3801, \"clust\": 375, \"rank\": 4591, \"rankvar\": 4805, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5020, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2917, \"group\": [375.0, 56.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGCAGGTA\", \"ini\": 3800, \"clust\": 4408, \"rank\": 4769, \"rankvar\": 4877, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5021, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2233, \"group\": [4406.0, 832.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTAGAGTC\", \"ini\": 3799, \"clust\": 245, \"rank\": 4795, \"rankvar\": 4584, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5022, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2918, \"group\": [246.0, 53.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGTCTAT\", \"ini\": 3798, \"clust\": 79, \"rank\": 4846, \"rankvar\": 4835, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 598, \"group\": [81.0, 17.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGAGCTGCA\", \"ini\": 3797, \"clust\": 4419, \"rank\": 4871, \"rankvar\": 5001, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5024, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2234, \"group\": [4419.0, 834.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGTCTTGTATC\", \"ini\": 3796, \"clust\": 315, \"rank\": 4813, \"rankvar\": 4963, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5025, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2919, \"group\": [316.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACACGAAACG\", \"ini\": 3795, \"clust\": 341, \"rank\": 4781, \"rankvar\": 5061, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5026, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2920, \"group\": [345.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCGATAGC\", \"ini\": 3794, \"clust\": 397, \"rank\": 4730, \"rankvar\": 3890, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5027, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3031, \"group\": [396.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAGGGTATG\", \"ini\": 3793, \"clust\": 329, \"rank\": 4770, \"rankvar\": 5004, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5028, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2921, \"group\": [328.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCTGCAC\", \"ini\": 3792, \"clust\": 387, \"rank\": 4688, \"rankvar\": 2262, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5029, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3032, \"group\": [386.0, 59.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTCAGACT\", \"ini\": 3791, \"clust\": 3576, \"rank\": 4632, \"rankvar\": 4332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5030, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2235, \"group\": [3577.0, 616.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCAAAGTCAA\", \"ini\": 3790, \"clust\": 306, \"rank\": 4809, \"rankvar\": 4931, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5031, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2922, \"group\": [305.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTTAGCGG\", \"ini\": 3789, \"clust\": 215, \"rank\": 4858, \"rankvar\": 5197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5032, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 218, \"group\": [212.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTTGATTGC\", \"ini\": 3788, \"clust\": 213, \"rank\": 4829, \"rankvar\": 5178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5033, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 219, \"group\": [213.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGTTCATG\", \"ini\": 3787, \"clust\": 248, \"rank\": 4723, \"rankvar\": 3484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5034, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2923, \"group\": [248.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGGAGGTA\", \"ini\": 3786, \"clust\": 246, \"rank\": 4784, \"rankvar\": 4774, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5035, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3033, \"group\": [247.0, 53.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGCTGAG\", \"ini\": 3785, \"clust\": 288, \"rank\": 4879, \"rankvar\": 4507, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5036, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2924, \"group\": [289.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGTTGGC\", \"ini\": 3784, \"clust\": 3402, \"rank\": 4755, \"rankvar\": 1568, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5037, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2236, \"group\": [3404.0, 543.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGACACTAA\", \"ini\": 3783, \"clust\": 219, \"rank\": 4909, \"rankvar\": 5103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5038, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3077, \"group\": [232.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCCTCCAT\", \"ini\": 3782, \"clust\": 259, \"rank\": 4811, \"rankvar\": 4943, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5039, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2925, \"group\": [261.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACTCCTG\", \"ini\": 3781, \"clust\": 372, \"rank\": 4821, \"rankvar\": 4991, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5040, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2926, \"group\": [372.0, 56.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGGCAGTCA\", \"ini\": 3780, \"clust\": 247, \"rank\": 4797, \"rankvar\": 2767, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5041, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2927, \"group\": [254.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTACAGACG\", \"ini\": 3779, \"clust\": 209, \"rank\": 4966, \"rankvar\": 5165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5042, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 220, \"group\": [206.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGGACAA\", \"ini\": 3778, \"clust\": 210, \"rank\": 4952, \"rankvar\": 5160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5043, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 221, \"group\": [210.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCATGGGAAC\", \"ini\": 3777, \"clust\": 207, \"rank\": 5021, \"rankvar\": 5171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5044, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 222, \"group\": [207.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATAGGATA\", \"ini\": 3776, \"clust\": 261, \"rank\": 4799, \"rankvar\": 4551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5045, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2928, \"group\": [260.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGTTTGT\", \"ini\": 3775, \"clust\": 3577, \"rank\": 4726, \"rankvar\": 4558, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5046, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2237, \"group\": [3578.0, 616.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACAGATGAGC\", \"ini\": 3774, \"clust\": 289, \"rank\": 4892, \"rankvar\": 4579, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5047, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2929, \"group\": [290.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCTCTGAGA\", \"ini\": 3773, \"clust\": 4398, \"rank\": 4733, \"rankvar\": 4168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5048, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2238, \"group\": [4397.0, 826.0, 136.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTTCGAATC\", \"ini\": 3772, \"clust\": 250, \"rank\": 4861, \"rankvar\": 3912, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5049, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2930, \"group\": [250.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCTCCAT\", \"ini\": 3771, \"clust\": 3349, \"rank\": 4967, \"rankvar\": 4661, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5050, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2931, \"group\": [3348.0, 521.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAGAAGC\", \"ini\": 3770, \"clust\": 338, \"rank\": 4827, \"rankvar\": 4895, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5051, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2932, \"group\": [340.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCACGGTGTC\", \"ini\": 3769, \"clust\": 4159, \"rank\": 5087, \"rankvar\": 4982, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 599, \"group\": [4158.0, 786.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCAATGGACG\", \"ini\": 3768, \"clust\": 205, \"rank\": 4971, \"rankvar\": 4864, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5053, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 223, \"group\": [201.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTCAAACTC\", \"ini\": 3767, \"clust\": 373, \"rank\": 4808, \"rankvar\": 4765, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5054, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2933, \"group\": [376.0, 56.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGCGATAGC\", \"ini\": 3766, \"clust\": 81, \"rank\": 4998, \"rankvar\": 5147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5055, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 600, \"group\": [80.0, 17.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTACGCACC\", \"ini\": 3765, \"clust\": 212, \"rank\": 4976, \"rankvar\": 5142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5056, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 224, \"group\": [209.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTATATGAG\", \"ini\": 3764, \"clust\": 3388, \"rank\": 5032, \"rankvar\": 4260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5057, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2239, \"group\": [3386.0, 539.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTTGTTTC\", \"ini\": 3763, \"clust\": 255, \"rank\": 4834, \"rankvar\": 4542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5058, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2934, \"group\": [256.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGGTTCGGGCT\", \"ini\": 3762, \"clust\": 251, \"rank\": 4873, \"rankvar\": 4166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5059, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2935, \"group\": [251.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTGTGACCC\", \"ini\": 3761, \"clust\": 352, \"rank\": 4750, \"rankvar\": 4636, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5060, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2936, \"group\": [370.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTACGTAA\", \"ini\": 3760, \"clust\": 287, \"rank\": 4863, \"rankvar\": 4643, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5061, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2937, \"group\": [288.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTTCACGGC\", \"ini\": 3759, \"clust\": 3371, \"rank\": 5062, \"rankvar\": 5076, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5062, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2240, \"group\": [3371.0, 533.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCAAGGCTT\", \"ini\": 3758, \"clust\": 273, \"rank\": 4924, \"rankvar\": 4375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5063, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2938, \"group\": [275.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCATCGGCGGTT\", \"ini\": 3757, \"clust\": 3359, \"rank\": 5041, \"rankvar\": 4892, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5064, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2241, \"group\": [3356.0, 525.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTCGGGTCT\", \"ini\": 3756, \"clust\": 236, \"rank\": 4805, \"rankvar\": 4653, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5065, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3034, \"group\": [237.0, 47.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTCTGCGGT\", \"ini\": 3755, \"clust\": 291, \"rank\": 4915, \"rankvar\": 4736, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5066, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2939, \"group\": [293.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCTGCGGT\", \"ini\": 3754, \"clust\": 204, \"rank\": 4951, \"rankvar\": 5047, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5067, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 225, \"group\": [203.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAGGTTTC\", \"ini\": 3753, \"clust\": 3403, \"rank\": 4918, \"rankvar\": 3504, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5068, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2242, \"group\": [3400.0, 543.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGCCCGAAA\", \"ini\": 3752, \"clust\": 328, \"rank\": 4872, \"rankvar\": 5139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5069, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2940, \"group\": [330.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCTGTAT\", \"ini\": 3751, \"clust\": 3362, \"rank\": 4983, \"rankvar\": 4567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5070, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2243, \"group\": [3361.0, 526.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGACAGACC\", \"ini\": 3750, \"clust\": 323, \"rank\": 4943, \"rankvar\": 5113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5071, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2941, \"group\": [324.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCGAATGGG\", \"ini\": 3749, \"clust\": 252, \"rank\": 4887, \"rankvar\": 4241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5072, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2942, \"group\": [252.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCGCATAT\", \"ini\": 3748, \"clust\": 350, \"rank\": 4962, \"rankvar\": 5000, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5073, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2943, \"group\": [348.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCGGCGCAT\", \"ini\": 3747, \"clust\": 342, \"rank\": 4921, \"rankvar\": 4869, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5074, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2944, \"group\": [344.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCAGCTGTAT\", \"ini\": 3746, \"clust\": 304, \"rank\": 4877, \"rankvar\": 4642, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5075, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2945, \"group\": [308.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCAGCTTAG\", \"ini\": 3745, \"clust\": 265, \"rank\": 4977, \"rankvar\": 3011, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5076, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2946, \"group\": [270.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGCTAACTC\", \"ini\": 3744, \"clust\": 173, \"rank\": 4927, \"rankvar\": 5015, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5077, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3078, \"group\": [174.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTCCAACTA\", \"ini\": 3743, \"clust\": 3575, \"rank\": 4889, \"rankvar\": 4372, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5078, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2244, \"group\": [3574.0, 614.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTACGCCC\", \"ini\": 3742, \"clust\": 3404, \"rank\": 4965, \"rankvar\": 3677, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5079, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2669, \"group\": [3401.0, 543.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCTGCCAGG\", \"ini\": 3741, \"clust\": 330, \"rank\": 4900, \"rankvar\": 5073, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5080, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2947, \"group\": [329.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTTACGA\", \"ini\": 3740, \"clust\": 317, \"rank\": 4935, \"rankvar\": 5024, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5081, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2948, \"group\": [318.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAAGATGTTAG\", \"ini\": 3739, \"clust\": 241, \"rank\": 4826, \"rankvar\": 5156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5082, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2949, \"group\": [242.0, 50.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAAGAGGCT\", \"ini\": 3738, \"clust\": 345, \"rank\": 4867, \"rankvar\": 5202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5083, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2950, \"group\": [352.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCTTAGAGC\", \"ini\": 3737, \"clust\": 386, \"rank\": 4864, \"rankvar\": 3972, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5084, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3035, \"group\": [406.0, 61.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGTAGATGT\", \"ini\": 3736, \"clust\": 160, \"rank\": 4894, \"rankvar\": 5066, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5085, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3079, \"group\": [158.0, 35.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGTCTTGCA\", \"ini\": 3735, \"clust\": 310, \"rank\": 4975, \"rankvar\": 5006, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5086, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2951, \"group\": [309.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAACGATGG\", \"ini\": 3734, \"clust\": 325, \"rank\": 4937, \"rankvar\": 5071, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5087, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2952, \"group\": [331.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAACGCGA\", \"ini\": 3733, \"clust\": 378, \"rank\": 4830, \"rankvar\": 4779, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5088, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2953, \"group\": [379.0, 57.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAAGCGAGT\", \"ini\": 3732, \"clust\": 324, \"rank\": 4982, \"rankvar\": 5134, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5089, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2954, \"group\": [325.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGGACGAAA\", \"ini\": 3731, \"clust\": 389, \"rank\": 4920, \"rankvar\": 5059, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5090, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2955, \"group\": [393.0, 59.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTGGTTCC\", \"ini\": 3730, \"clust\": 277, \"rank\": 5038, \"rankvar\": 5041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5091, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2956, \"group\": [279.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAGCGATCC\", \"ini\": 3729, \"clust\": 3352, \"rank\": 4944, \"rankvar\": 4575, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5092, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2245, \"group\": [3353.0, 523.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACTGGG\", \"ini\": 3728, \"clust\": 278, \"rank\": 5046, \"rankvar\": 4955, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5093, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2957, \"group\": [277.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGTCGTAGGTT\", \"ini\": 3727, \"clust\": 249, \"rank\": 4957, \"rankvar\": 3618, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5094, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2958, \"group\": [249.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTTCAACT\", \"ini\": 3726, \"clust\": 194, \"rank\": 4991, \"rankvar\": 4870, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5095, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2959, \"group\": [193.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCATCATTC\", \"ini\": 3725, \"clust\": 192, \"rank\": 5016, \"rankvar\": 5144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5096, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2960, \"group\": [189.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGCACGCCT\", \"ini\": 3724, \"clust\": 319, \"rank\": 5017, \"rankvar\": 5052, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5097, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2961, \"group\": [320.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCGATTGT\", \"ini\": 3723, \"clust\": 253, \"rank\": 4963, \"rankvar\": 3795, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5098, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2962, \"group\": [253.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTTGACTG\", \"ini\": 3722, \"clust\": 292, \"rank\": 4985, \"rankvar\": 3830, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5099, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2963, \"group\": [291.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTAAGTTCC\", \"ini\": 3721, \"clust\": 218, \"rank\": 4928, \"rankvar\": 4905, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5100, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3080, \"group\": [216.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGATGGAA\", \"ini\": 3720, \"clust\": 313, \"rank\": 4990, \"rankvar\": 5009, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5101, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2964, \"group\": [313.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTGGGTCAA\", \"ini\": 3719, \"clust\": 395, \"rank\": 4908, \"rankvar\": 2251, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5102, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3036, \"group\": [394.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCAAACTG\", \"ini\": 3718, \"clust\": 393, \"rank\": 4950, \"rankvar\": 4842, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5103, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3037, \"group\": [390.0, 59.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATCCAAC\", \"ini\": 3717, \"clust\": 163, \"rank\": 4969, \"rankvar\": 4930, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5104, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2965, \"group\": [162.0, 37.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGAGTACAT\", \"ini\": 3716, \"clust\": 161, \"rank\": 4903, \"rankvar\": 4945, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5105, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3038, \"group\": [159.0, 35.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGGCAAAGA\", \"ini\": 3715, \"clust\": 193, \"rank\": 5011, \"rankvar\": 5084, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5106, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2966, \"group\": [190.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGTCAATAG\", \"ini\": 3714, \"clust\": 307, \"rank\": 4995, \"rankvar\": 4846, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5107, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2967, \"group\": [306.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCGAATGCT\", \"ini\": 3713, \"clust\": 334, \"rank\": 4917, \"rankvar\": 5094, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5108, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2968, \"group\": [334.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCATTCACT\", \"ini\": 3712, \"clust\": 279, \"rank\": 5099, \"rankvar\": 4862, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5109, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2969, \"group\": [278.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACCCATTC\", \"ini\": 3711, \"clust\": 335, \"rank\": 4929, \"rankvar\": 5107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5110, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2970, \"group\": [332.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCTCAGT\", \"ini\": 3710, \"clust\": 198, \"rank\": 5068, \"rankvar\": 5145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5111, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 226, \"group\": [197.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGAGCCAA\", \"ini\": 3709, \"clust\": 293, \"rank\": 5075, \"rankvar\": 4697, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5112, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2971, \"group\": [292.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTGACAG\", \"ini\": 3708, \"clust\": 199, \"rank\": 5056, \"rankvar\": 5220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5113, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 227, \"group\": [195.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCGGCGCTA\", \"ini\": 3707, \"clust\": 200, \"rank\": 5034, \"rankvar\": 5221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5114, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 228, \"group\": [196.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCTGGTGTA\", \"ini\": 3706, \"clust\": 318, \"rank\": 5037, \"rankvar\": 5085, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5115, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2972, \"group\": [319.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCCAATT\", \"ini\": 3705, \"clust\": 195, \"rank\": 5091, \"rankvar\": 5111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5116, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2973, \"group\": [191.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACAGTGAGTG\", \"ini\": 3704, \"clust\": 353, \"rank\": 4981, \"rankvar\": 4769, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5117, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3039, \"group\": [369.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATTGCGGC\", \"ini\": 3703, \"clust\": 3347, \"rank\": 4996, \"rankvar\": 4341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5118, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3040, \"group\": [3350.0, 522.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTCGCATCG\", \"ini\": 3702, \"clust\": 3357, \"rank\": 5013, \"rankvar\": 4522, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5119, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2246, \"group\": [3359.0, 525.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTCCTGCTT\", \"ini\": 3701, \"clust\": 274, \"rank\": 5059, \"rankvar\": 4495, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5120, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2974, \"group\": [273.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACCCACC\", \"ini\": 3700, \"clust\": 351, \"rank\": 5057, \"rankvar\": 4985, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5121, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2975, \"group\": [349.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACCATTCCTGC\", \"ini\": 3699, \"clust\": 294, \"rank\": 5031, \"rankvar\": 4913, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5122, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3041, \"group\": [299.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACGAAGCA\", \"ini\": 3698, \"clust\": 149, \"rank\": 5134, \"rankvar\": 4804, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5123, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3081, \"group\": [150.0, 33.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGACAGGAACGT\", \"ini\": 3697, \"clust\": 316, \"rank\": 5036, \"rankvar\": 4976, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5124, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2976, \"group\": [317.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCTAGGGC\", \"ini\": 3696, \"clust\": 402, \"rank\": 4956, \"rankvar\": 4322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5125, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3042, \"group\": [403.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACTCGGGAGTA\", \"ini\": 3695, \"clust\": 3360, \"rank\": 5074, \"rankvar\": 4379, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5126, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2247, \"group\": [3357.0, 525.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACATTCCTGC\", \"ini\": 3694, \"clust\": 314, \"rank\": 5060, \"rankvar\": 5116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5127, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2977, \"group\": [314.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTTCGAGA\", \"ini\": 3693, \"clust\": 3398, \"rank\": 5195, \"rankvar\": 4936, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5128, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 601, \"group\": [3395.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACCTTTG\", \"ini\": 3692, \"clust\": 226, \"rank\": 5110, \"rankvar\": 4947, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5129, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2978, \"group\": [231.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTGCCTTGG\", \"ini\": 3691, \"clust\": 290, \"rank\": 5115, \"rankvar\": 4607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5130, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2979, \"group\": [294.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGACTTGAA\", \"ini\": 3690, \"clust\": 284, \"rank\": 5112, \"rankvar\": 5125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5131, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2980, \"group\": [284.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTCTCAACA\", \"ini\": 3689, \"clust\": 3406, \"rank\": 5142, \"rankvar\": 4655, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5132, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2248, \"group\": [3403.0, 543.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCAACGCTA\", \"ini\": 3688, \"clust\": 275, \"rank\": 5125, \"rankvar\": 4787, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5133, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2981, \"group\": [274.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGGCT\", \"ini\": 3687, \"clust\": 228, \"rank\": 5098, \"rankvar\": 4844, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5134, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3082, \"group\": [223.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCTGCGACG\", \"ini\": 3686, \"clust\": 361, \"rank\": 5020, \"rankvar\": 4828, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5135, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3043, \"group\": [360.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTCCTTC\", \"ini\": 3685, \"clust\": 220, \"rank\": 5069, \"rankvar\": 4926, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5136, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3083, \"group\": [220.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGGTGCAAC\", \"ini\": 3684, \"clust\": 347, \"rank\": 5123, \"rankvar\": 5157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5137, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2982, \"group\": [346.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGATAGGAG\", \"ini\": 3683, \"clust\": 222, \"rank\": 5051, \"rankvar\": 5109, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5138, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3084, \"group\": [217.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCAGGA\", \"ini\": 3682, \"clust\": 242, \"rank\": 5023, \"rankvar\": 5090, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5139, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2983, \"group\": [243.0, 50.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGATATACG\", \"ini\": 3681, \"clust\": 357, \"rank\": 5053, \"rankvar\": 3573, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5140, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3044, \"group\": [355.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTTGATTCG\", \"ini\": 3680, \"clust\": 403, \"rank\": 5045, \"rankvar\": 3449, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5141, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3045, \"group\": [401.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCACCAGTTA\", \"ini\": 3679, \"clust\": 320, \"rank\": 5132, \"rankvar\": 5170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5142, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2984, \"group\": [321.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCACCCGAG\", \"ini\": 3678, \"clust\": 164, \"rank\": 5093, \"rankvar\": 4970, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5143, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2985, \"group\": [163.0, 37.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTCCAGTAT\", \"ini\": 3677, \"clust\": 227, \"rank\": 5130, \"rankvar\": 3982, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5144, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3085, \"group\": [225.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAATGGAAT\", \"ini\": 3676, \"clust\": 203, \"rank\": 5161, \"rankvar\": 5184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5145, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 229, \"group\": [200.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGTACGCGA\", \"ini\": 3675, \"clust\": 392, \"rank\": 5058, \"rankvar\": 4917, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5146, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3046, \"group\": [392.0, 59.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTCCTG\", \"ini\": 3674, \"clust\": 362, \"rank\": 5108, \"rankvar\": 4956, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5147, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3047, \"group\": [361.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCTGTTCA\", \"ini\": 3673, \"clust\": 296, \"rank\": 5071, \"rankvar\": 4273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5148, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2986, \"group\": [297.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTCCGAAGA\", \"ini\": 3672, \"clust\": 359, \"rank\": 5105, \"rankvar\": 4827, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5149, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3048, \"group\": [358.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTACAAGTA\", \"ini\": 3671, \"clust\": 349, \"rank\": 5129, \"rankvar\": 5158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5150, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2987, \"group\": [350.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCATCGATG\", \"ini\": 3670, \"clust\": 3389, \"rank\": 5148, \"rankvar\": 4061, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5151, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2249, \"group\": [3387.0, 539.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGGTACAGACG\", \"ini\": 3669, \"clust\": 355, \"rank\": 5064, \"rankvar\": 4069, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5152, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2988, \"group\": [353.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTCATCCA\", \"ini\": 3668, \"clust\": 302, \"rank\": 5122, \"rankvar\": 4871, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5153, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2989, \"group\": [302.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCTTGACGA\", \"ini\": 3667, \"clust\": 390, \"rank\": 5097, \"rankvar\": 4935, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5154, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3049, \"group\": [388.0, 59.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTCTCTG\", \"ini\": 3666, \"clust\": 311, \"rank\": 5145, \"rankvar\": 5149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5155, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2990, \"group\": [310.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGCGATA\", \"ini\": 3665, \"clust\": 363, \"rank\": 5119, \"rankvar\": 4966, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5156, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3050, \"group\": [368.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATAGTCA\", \"ini\": 3664, \"clust\": 321, \"rank\": 5126, \"rankvar\": 5037, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5157, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2991, \"group\": [322.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGCGCTTG\", \"ini\": 3663, \"clust\": 197, \"rank\": 5095, \"rankvar\": 5188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5158, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3086, \"group\": [198.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACATCACGAT\", \"ini\": 3662, \"clust\": 224, \"rank\": 5144, \"rankvar\": 4686, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5159, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3087, \"group\": [221.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAACTGGCC\", \"ini\": 3661, \"clust\": 308, \"rank\": 5143, \"rankvar\": 5031, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5160, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2992, \"group\": [312.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTCGAACAG\", \"ini\": 3660, \"clust\": 399, \"rank\": 5078, \"rankvar\": 4599, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5161, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3051, \"group\": [400.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCTTGTACT\", \"ini\": 3659, \"clust\": 336, \"rank\": 5100, \"rankvar\": 5124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5162, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2993, \"group\": [333.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGGATCGA\", \"ini\": 3658, \"clust\": 398, \"rank\": 5124, \"rankvar\": 4638, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5163, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3052, \"group\": [397.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTAGAGTGC\", \"ini\": 3657, \"clust\": 196, \"rank\": 5158, \"rankvar\": 5208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5164, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2994, \"group\": [192.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCCTAGCG\", \"ini\": 3656, \"clust\": 354, \"rank\": 5120, \"rankvar\": 4761, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5165, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5134, \"group\": [357.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCACCATGTA\", \"ini\": 3655, \"clust\": 391, \"rank\": 5101, \"rankvar\": 4309, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5166, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3053, \"group\": [389.0, 59.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCTGCAAT\", \"ini\": 3654, \"clust\": 281, \"rank\": 5156, \"rankvar\": 5089, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5167, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2995, \"group\": [281.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAAGGCGT\", \"ini\": 3653, \"clust\": 282, \"rank\": 5176, \"rankvar\": 5075, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5168, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2996, \"group\": [282.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTTCTGAAC\", \"ini\": 3652, \"clust\": 356, \"rank\": 5137, \"rankvar\": 4772, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5169, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5135, \"group\": [354.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCTAGAAC\", \"ini\": 3651, \"clust\": 300, \"rank\": 5146, \"rankvar\": 5098, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5170, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2997, \"group\": [300.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCGACTAT\", \"ini\": 3650, \"clust\": 233, \"rank\": 5136, \"rankvar\": 5164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5171, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 230, \"group\": [228.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAGTTAGGGTG\", \"ini\": 3649, \"clust\": 368, \"rank\": 5153, \"rankvar\": 4950, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5172, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3054, \"group\": [366.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCGATAA\", \"ini\": 3648, \"clust\": 145, \"rank\": 5147, \"rankvar\": 4785, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5173, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3055, \"group\": [146.0, 33.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGCTGAAAT\", \"ini\": 3647, \"clust\": 331, \"rank\": 5067, \"rankvar\": 5163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5174, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2998, \"group\": [337.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCCGAGTC\", \"ini\": 3646, \"clust\": 285, \"rank\": 5163, \"rankvar\": 4954, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5175, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2999, \"group\": [285.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGAGTAGA\", \"ini\": 3645, \"clust\": 223, \"rank\": 5139, \"rankvar\": 4979, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5176, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3088, \"group\": [218.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGTTTACG\", \"ini\": 3644, \"clust\": 297, \"rank\": 5174, \"rankvar\": 4242, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5177, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3000, \"group\": [295.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAGTTCCGGCA\", \"ini\": 3643, \"clust\": 3391, \"rank\": 5228, \"rankvar\": 5128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5178, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3089, \"group\": [3389.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACAGATTC\", \"ini\": 3642, \"clust\": 358, \"rank\": 5111, \"rankvar\": 4946, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5179, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5136, \"group\": [356.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATCTCG\", \"ini\": 3641, \"clust\": 312, \"rank\": 5157, \"rankvar\": 5117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5180, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3001, \"group\": [315.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAAACCCAT\", \"ini\": 3640, \"clust\": 305, \"rank\": 5141, \"rankvar\": 5138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5181, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3002, \"group\": [307.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTAGGGTTTCT\", \"ini\": 3639, \"clust\": 283, \"rank\": 5182, \"rankvar\": 5105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5182, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3056, \"group\": [286.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTCTCGGC\", \"ini\": 3638, \"clust\": 309, \"rank\": 5202, \"rankvar\": 5143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5183, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3003, \"group\": [311.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAGCCTGTG\", \"ini\": 3637, \"clust\": 3395, \"rank\": 5230, \"rankvar\": 5206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5184, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 602, \"group\": [3397.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCGTGGTCG\", \"ini\": 3636, \"clust\": 339, \"rank\": 5135, \"rankvar\": 5187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5185, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3004, \"group\": [338.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCAGCCTTGG\", \"ini\": 3635, \"clust\": 232, \"rank\": 5181, \"rankvar\": 5095, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5186, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3090, \"group\": [230.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAAGCTCCCAG\", \"ini\": 3634, \"clust\": 348, \"rank\": 5175, \"rankvar\": 5185, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5187, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3005, \"group\": [347.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCCGAATT\", \"ini\": 3633, \"clust\": 229, \"rank\": 5166, \"rankvar\": 4992, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5188, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3057, \"group\": [224.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGTCGCG\", \"ini\": 3632, \"clust\": 364, \"rank\": 5184, \"rankvar\": 4951, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5189, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3058, \"group\": [362.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGGTGAGTATA\", \"ini\": 3631, \"clust\": 206, \"rank\": 5179, \"rankvar\": 5126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5190, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 231, \"group\": [202.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTGTGAAAT\", \"ini\": 3630, \"clust\": 3396, \"rank\": 5216, \"rankvar\": 4791, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5191, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3091, \"group\": [3393.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGAGTTTCCTT\", \"ini\": 3629, \"clust\": 366, \"rank\": 5171, \"rankvar\": 5068, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5192, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3059, \"group\": [364.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGAGGGA\", \"ini\": 3628, \"clust\": 337, \"rank\": 5107, \"rankvar\": 5174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5193, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3006, \"group\": [341.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCAAACTC\", \"ini\": 3627, \"clust\": 365, \"rank\": 5186, \"rankvar\": 5133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5194, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3060, \"group\": [363.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCAACGGGA\", \"ini\": 3626, \"clust\": 405, \"rank\": 5170, \"rankvar\": 953, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5195, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3061, \"group\": [404.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTATGAATG\", \"ini\": 3625, \"clust\": 333, \"rank\": 5165, \"rankvar\": 5179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5196, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3007, \"group\": [335.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGTCAGAGGTG\", \"ini\": 3624, \"clust\": 146, \"rank\": 5204, \"rankvar\": 4981, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5197, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3008, \"group\": [147.0, 33.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCGGCA\", \"ini\": 3623, \"clust\": 400, \"rank\": 5178, \"rankvar\": 4594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5198, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3062, \"group\": [398.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTGTCTGATCA\", \"ini\": 3622, \"clust\": 230, \"rank\": 5210, \"rankvar\": 5097, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5199, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3092, \"group\": [226.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGAGGACGG\", \"ini\": 3621, \"clust\": 301, \"rank\": 5191, \"rankvar\": 5119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5200, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3009, \"group\": [301.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCATTTCAGG\", \"ini\": 3620, \"clust\": 221, \"rank\": 5199, \"rankvar\": 4948, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5201, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3093, \"group\": [219.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCTAAAGA\", \"ini\": 3619, \"clust\": 406, \"rank\": 5154, \"rankvar\": 4488, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5202, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3063, \"group\": [405.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGGGATGGG\", \"ini\": 3618, \"clust\": 322, \"rank\": 5207, \"rankvar\": 5063, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5203, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3010, \"group\": [323.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTTGGAGGT\", \"ini\": 3617, \"clust\": 3351, \"rank\": 5208, \"rankvar\": 4695, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5204, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3094, \"group\": [3347.0, 521.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCGCCAA\", \"ini\": 3616, \"clust\": 332, \"rank\": 5168, \"rankvar\": 5213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5205, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3011, \"group\": [336.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTAGCACGA\", \"ini\": 3615, \"clust\": 234, \"rank\": 5197, \"rankvar\": 5078, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5206, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 232, \"group\": [229.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCTGAAAT\", \"ini\": 3614, \"clust\": 225, \"rank\": 5214, \"rankvar\": 4652, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5207, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3095, \"group\": [222.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCATGTAGC\", \"ini\": 3613, \"clust\": 3348, \"rank\": 5192, \"rankvar\": 4908, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5208, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3064, \"group\": [3349.0, 521.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGGAATGGA\", \"ini\": 3612, \"clust\": 367, \"rank\": 5201, \"rankvar\": 5110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5209, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3065, \"group\": [365.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTCTGCCAG\", \"ini\": 3611, \"clust\": 360, \"rank\": 5152, \"rankvar\": 4975, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5210, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3066, \"group\": [359.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTTCAGACT\", \"ini\": 3610, \"clust\": 147, \"rank\": 5231, \"rankvar\": 5176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5211, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3012, \"group\": [148.0, 33.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGATCGCA\", \"ini\": 3609, \"clust\": 295, \"rank\": 5212, \"rankvar\": 4445, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5212, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3013, \"group\": [298.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGCTGCAC\", \"ini\": 3608, \"clust\": 148, \"rank\": 5227, \"rankvar\": 4807, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5213, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3014, \"group\": [149.0, 33.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCGGTCTAA\", \"ini\": 3607, \"clust\": 299, \"rank\": 5223, \"rankvar\": 5019, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5214, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3015, \"group\": [304.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCCGTCAAA\", \"ini\": 3606, \"clust\": 404, \"rank\": 5203, \"rankvar\": 4442, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5215, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3067, \"group\": [402.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGCCGGTAA\", \"ini\": 3605, \"clust\": 401, \"rank\": 5194, \"rankvar\": 4980, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5216, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3068, \"group\": [399.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTGGCTCCA\", \"ini\": 3604, \"clust\": 303, \"rank\": 5205, \"rankvar\": 5177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5217, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3016, \"group\": [303.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTATGCGT\", \"ini\": 3603, \"clust\": 276, \"rank\": 5222, \"rankvar\": 5042, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5218, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3017, \"group\": [280.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGTGAC\", \"ini\": 3602, \"clust\": 3397, \"rank\": 5229, \"rankvar\": 4789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5219, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3096, \"group\": [3394.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAATCTACG\", \"ini\": 3601, \"clust\": 280, \"rank\": 5219, \"rankvar\": 5091, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5220, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3018, \"group\": [283.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCAGTCCCT\", \"ini\": 3600, \"clust\": 150, \"rank\": 5225, \"rankvar\": 4824, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5221, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3019, \"group\": [151.0, 33.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCTCCTCT\", \"ini\": 3599, \"clust\": 270, \"rank\": 5221, \"rankvar\": 4541, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5222, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3069, \"group\": [271.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAATGTTGC\", \"ini\": 3598, \"clust\": 394, \"rank\": 5206, \"rankvar\": 4812, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5223, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3070, \"group\": [391.0, 59.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTGCTCCT\", \"ini\": 3597, \"clust\": 271, \"rank\": 5226, \"rankvar\": 5065, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5224, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3020, \"group\": [272.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTAAATACG\", \"ini\": 3596, \"clust\": 298, \"rank\": 5218, \"rankvar\": 4918, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5225, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3071, \"group\": [296.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAAACG\", \"ini\": 3595, \"clust\": 231, \"rank\": 5217, \"rankvar\": 5060, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5226, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3097, \"group\": [227.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAAGTCTAC\", \"ini\": 3594, \"clust\": 369, \"rank\": 5209, \"rankvar\": 5115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5227, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3072, \"group\": [367.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTCTGGTCG\", \"ini\": 3593, \"clust\": 379, \"rank\": 5211, \"rankvar\": 4890, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5228, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3021, \"group\": [380.0, 57.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTACTTAGC\", \"ini\": 3592, \"clust\": 191, \"rank\": 5224, \"rankvar\": 5194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5229, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3022, \"group\": [194.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTAACGGT\", \"ini\": 3591, \"clust\": 396, \"rank\": 5213, \"rankvar\": 4310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5230, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3073, \"group\": [395.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCATGTTGAC\", \"ini\": 3590, \"clust\": 340, \"rank\": 5215, \"rankvar\": 5162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5231, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3023, \"group\": [339.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCGCGGATC\", \"ini\": 3589, \"clust\": 2013, \"rank\": 5, \"rankvar\": 942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 0, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 603, \"group\": [2010.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAGTCGGT\", \"ini\": 3588, \"clust\": 4116, \"rank\": 22, \"rankvar\": 4993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 32, \"group\": [4114.0, 775.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTTGTACT\", \"ini\": 3587, \"clust\": 5096, \"rank\": 86, \"rankvar\": 41, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4499, \"group\": [5097.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGAACAACT\", \"ini\": 3586, \"clust\": 2018, \"rank\": 20, \"rankvar\": 2635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 604, \"group\": [2015.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTGGGAA\", \"ini\": 3585, \"clust\": 2023, \"rank\": 13, \"rankvar\": 2838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 4, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 605, \"group\": [2018.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGAACTGTA\", \"ini\": 3584, \"clust\": 1804, \"rank\": 21, \"rankvar\": 425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 5, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 606, \"group\": [1802.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGGGTCTCC\", \"ini\": 3583, \"clust\": 1997, \"rank\": 3, \"rankvar\": 4796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 6, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 607, \"group\": [1993.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGCATCATC\", \"ini\": 3582, \"clust\": 1985, \"rank\": 19, \"rankvar\": 3748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 7, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 608, \"group\": [1982.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAGATTAG\", \"ini\": 3581, \"clust\": 1948, \"rank\": 11, \"rankvar\": 684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 8, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 609, \"group\": [1946.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGCAGACA\", \"ini\": 3580, \"clust\": 5040, \"rank\": 47, \"rankvar\": 134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 9, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4500, \"group\": [5039.0, 987.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCGTAGTA\", \"ini\": 3579, \"clust\": 1921, \"rank\": 67, \"rankvar\": 259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 10, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 610, \"group\": [1920.0, 330.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTTCATGT\", \"ini\": 3578, \"clust\": 5041, \"rank\": 46, \"rankvar\": 15, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 11, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4501, \"group\": [5040.0, 987.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTGGTATG\", \"ini\": 3577, \"clust\": 1975, \"rank\": 0, \"rankvar\": 4062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 12, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 611, \"group\": [1974.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTGGACCC\", \"ini\": 3576, \"clust\": 2007, \"rank\": 12, \"rankvar\": 2109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 13, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 612, \"group\": [2005.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGTGAAAT\", \"ini\": 3575, \"clust\": 1914, \"rank\": 4, \"rankvar\": 4371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 14, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2086, \"group\": [1915.0, 329.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAACCAAC\", \"ini\": 3574, \"clust\": 1983, \"rank\": 43, \"rankvar\": 766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 15, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 613, \"group\": [1985.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGCCACTAT\", \"ini\": 3573, \"clust\": 2028, \"rank\": 23, \"rankvar\": 888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 16, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 614, \"group\": [2023.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAGAGCTT\", \"ini\": 3572, \"clust\": 2029, \"rank\": 9, \"rankvar\": 2159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 17, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 615, \"group\": [2024.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGAGCTTCT\", \"ini\": 3571, \"clust\": 5087, \"rank\": 54, \"rankvar\": 37, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 18, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4502, \"group\": [5085.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCGCGAAA\", \"ini\": 3570, \"clust\": 1986, \"rank\": 26, \"rankvar\": 3866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 19, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 616, \"group\": [1983.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGCATCATC\", \"ini\": 3569, \"clust\": 1987, \"rank\": 15, \"rankvar\": 917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 20, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 617, \"group\": [2028.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTGCACGAA\", \"ini\": 3568, \"clust\": 1916, \"rank\": 50, \"rankvar\": 921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 21, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2087, \"group\": [1917.0, 329.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCATGAT\", \"ini\": 3567, \"clust\": 5115, \"rank\": 125, \"rankvar\": 46, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 22, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4503, \"group\": [5114.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCCACTGGG\", \"ini\": 3566, \"clust\": 5085, \"rank\": 115, \"rankvar\": 275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 23, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4504, \"group\": [5088.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCGCGTAGC\", \"ini\": 3565, \"clust\": 4117, \"rank\": 94, \"rankvar\": 3737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 24, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 33, \"group\": [4115.0, 775.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCCAGAAGG\", \"ini\": 3564, \"clust\": 1915, \"rank\": 28, \"rankvar\": 4340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 25, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2088, \"group\": [1916.0, 329.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAAGGGTCA\", \"ini\": 3563, \"clust\": 5088, \"rank\": 83, \"rankvar\": 40, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 26, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4505, \"group\": [5086.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTTCCTGCTTG\", \"ini\": 3562, \"clust\": 1925, \"rank\": 45, \"rankvar\": 217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 27, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 618, \"group\": [1925.0, 330.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTACGTAA\", \"ini\": 3561, \"clust\": 2034, \"rank\": 38, \"rankvar\": 213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 28, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 619, \"group\": [2033.0, 336.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCTCTGCTG\", \"ini\": 3560, \"clust\": 4468, \"rank\": 2, \"rankvar\": 4531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 29, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4506, \"group\": [4469.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCAACGGCC\", \"ini\": 3559, \"clust\": 5050, \"rank\": 130, \"rankvar\": 634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 30, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4507, \"group\": [5051.0, 993.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTCTGAT\", \"ini\": 3558, \"clust\": 1981, \"rank\": 40, \"rankvar\": 624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 31, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 620, \"group\": [1980.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATTACCC\", \"ini\": 3557, \"clust\": 4469, \"rank\": 32, \"rankvar\": 2358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 32, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4508, \"group\": [4470.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGGTGTGGT\", \"ini\": 3556, \"clust\": 1917, \"rank\": 101, \"rankvar\": 488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 33, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2089, \"group\": [1918.0, 329.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAGGACCCT\", \"ini\": 3555, \"clust\": 5025, \"rank\": 51, \"rankvar\": 416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 34, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4509, \"group\": [5025.0, 983.0, 159.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAGTACACT\", \"ini\": 3554, \"clust\": 2008, \"rank\": 16, \"rankvar\": 1285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 35, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 621, \"group\": [2003.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCACCCAGTG\", \"ini\": 3553, \"clust\": 1952, \"rank\": 69, \"rankvar\": 146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 36, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 622, \"group\": [1951.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTAGACAAGCC\", \"ini\": 3552, \"clust\": 5024, \"rank\": 57, \"rankvar\": 2211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 37, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4510, \"group\": [5027.0, 983.0, 159.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCCTGACT\", \"ini\": 3551, \"clust\": 2010, \"rank\": 29, \"rankvar\": 510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 38, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 623, \"group\": [2008.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTCGAGA\", \"ini\": 3550, \"clust\": 2022, \"rank\": 56, \"rankvar\": 522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 39, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 624, \"group\": [2020.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGGTGACCA\", \"ini\": 3549, \"clust\": 1991, \"rank\": 60, \"rankvar\": 1483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 40, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 625, \"group\": [1990.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCACTC\", \"ini\": 3548, \"clust\": 1955, \"rank\": 61, \"rankvar\": 924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 41, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 626, \"group\": [1953.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGTCAAGGC\", \"ini\": 3547, \"clust\": 5097, \"rank\": 118, \"rankvar\": 26, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 42, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4511, \"group\": [5098.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTACCCAAT\", \"ini\": 3546, \"clust\": 5101, \"rank\": 164, \"rankvar\": 12, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 43, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4512, \"group\": [5100.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCTACTCAT\", \"ini\": 3545, \"clust\": 2027, \"rank\": 39, \"rankvar\": 885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 44, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 627, \"group\": [2025.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCTACCTA\", \"ini\": 3544, \"clust\": 1992, \"rank\": 34, \"rankvar\": 3339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 45, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 628, \"group\": [1988.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGGACGAT\", \"ini\": 3543, \"clust\": 2021, \"rank\": 33, \"rankvar\": 1758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 46, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 629, \"group\": [2021.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGCTAGTCT\", \"ini\": 3542, \"clust\": 1845, \"rank\": 97, \"rankvar\": 499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 47, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 630, \"group\": [1845.0, 291.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTACATCATCCC\", \"ini\": 3541, \"clust\": 1993, \"rank\": 52, \"rankvar\": 2093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 48, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 631, \"group\": [1989.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGAATTGTG\", \"ini\": 3540, \"clust\": 1603, \"rank\": 7, \"rankvar\": 4462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 49, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3101, \"group\": [1606.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCATTATCC\", \"ini\": 3539, \"clust\": 1953, \"rank\": 105, \"rankvar\": 448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 50, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 632, \"group\": [1952.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAAGCTAGTTC\", \"ini\": 3538, \"clust\": 4466, \"rank\": 10, \"rankvar\": 4457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 51, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4513, \"group\": [4466.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCGACTGC\", \"ini\": 3537, \"clust\": 2006, \"rank\": 41, \"rankvar\": 992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 52, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 633, \"group\": [2006.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTCTCCCTA\", \"ini\": 3536, \"clust\": 1957, \"rank\": 49, \"rankvar\": 2590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 53, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 634, \"group\": [1956.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCTGCAGTA\", \"ini\": 3535, \"clust\": 4473, \"rank\": 17, \"rankvar\": 4126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 54, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4514, \"group\": [4473.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCCCGACTT\", \"ini\": 3534, \"clust\": 5108, \"rank\": 158, \"rankvar\": 24, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 55, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4515, \"group\": [5108.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCAGTCCTTC\", \"ini\": 3533, \"clust\": 1923, \"rank\": 95, \"rankvar\": 69, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 56, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 635, \"group\": [1922.0, 330.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCTATCCCG\", \"ini\": 3532, \"clust\": 5098, \"rank\": 174, \"rankvar\": 36, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 57, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4516, \"group\": [5102.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATAGGTA\", \"ini\": 3531, \"clust\": 5113, \"rank\": 152, \"rankvar\": 51, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 58, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4517, \"group\": [5115.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAGTTTCGCTC\", \"ini\": 3530, \"clust\": 4535, \"rank\": 78, \"rankvar\": 1220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 59, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4518, \"group\": [4536.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGGGCTA\", \"ini\": 3529, \"clust\": 5094, \"rank\": 139, \"rankvar\": 14, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 60, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4519, \"group\": [5095.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAGTAAGCG\", \"ini\": 3528, \"clust\": 1994, \"rank\": 55, \"rankvar\": 3918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 61, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 636, \"group\": [1991.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCAACTCTT\", \"ini\": 3527, \"clust\": 4465, \"rank\": 6, \"rankvar\": 4639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 62, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4520, \"group\": [4468.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTAGCGATG\", \"ini\": 3526, \"clust\": 1964, \"rank\": 93, \"rankvar\": 338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 63, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 637, \"group\": [1964.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCTGCCAG\", \"ini\": 3525, \"clust\": 2024, \"rank\": 66, \"rankvar\": 474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 64, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 638, \"group\": [2019.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCGTAGGTT\", \"ini\": 3524, \"clust\": 1924, \"rank\": 75, \"rankvar\": 142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 65, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 639, \"group\": [1923.0, 330.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTCGAC\", \"ini\": 3523, \"clust\": 1950, \"rank\": 96, \"rankvar\": 720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 66, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 640, \"group\": [1949.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCCACTAT\", \"ini\": 3522, \"clust\": 1951, \"rank\": 99, \"rankvar\": 185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 67, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 641, \"group\": [1950.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGACATTA\", \"ini\": 3521, \"clust\": 5086, \"rank\": 150, \"rankvar\": 59, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 68, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4521, \"group\": [5087.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGGTTCCC\", \"ini\": 3520, \"clust\": 1982, \"rank\": 76, \"rankvar\": 1087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 69, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 642, \"group\": [1981.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGTCCTCCT\", \"ini\": 3519, \"clust\": 5054, \"rank\": 272, \"rankvar\": 355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 70, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4522, \"group\": [5055.0, 995.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCGGCGCAT\", \"ini\": 3518, \"clust\": 1949, \"rank\": 90, \"rankvar\": 550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 71, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 643, \"group\": [1947.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCTTGCATT\", \"ini\": 3517, \"clust\": 5060, \"rank\": 240, \"rankvar\": 68, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 72, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4523, \"group\": [5060.0, 996.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGTTACGGG\", \"ini\": 3516, \"clust\": 2012, \"rank\": 59, \"rankvar\": 1570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 73, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 644, \"group\": [2012.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTACAAGTA\", \"ini\": 3515, \"clust\": 1926, \"rank\": 91, \"rankvar\": 471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 74, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 645, \"group\": [1926.0, 330.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGATCCTGT\", \"ini\": 3514, \"clust\": 2016, \"rank\": 64, \"rankvar\": 2884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 75, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 646, \"group\": [2013.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGAGTTGC\", \"ini\": 3513, \"clust\": 1803, \"rank\": 117, \"rankvar\": 614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 76, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 647, \"group\": [1804.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCAGTTTGG\", \"ini\": 3512, \"clust\": 4920, \"rank\": 71, \"rankvar\": 3256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 77, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5128, \"group\": [4923.0, 927.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACCTTAT\", \"ini\": 3511, \"clust\": 5026, \"rank\": 144, \"rankvar\": 538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 78, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4524, \"group\": [5026.0, 983.0, 159.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAGTGATGCCC\", \"ini\": 3510, \"clust\": 4118, \"rank\": 215, \"rankvar\": 4364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 79, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 34, \"group\": [4118.0, 775.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCTGGCGTG\", \"ini\": 3509, \"clust\": 3951, \"rank\": 114, \"rankvar\": 2278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 80, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2670, \"group\": [3949.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGTGGTTT\", \"ini\": 3508, \"clust\": 1979, \"rank\": 70, \"rankvar\": 757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 81, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 648, \"group\": [1976.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGCTTATCG\", \"ini\": 3507, \"clust\": 4470, \"rank\": 74, \"rankvar\": 1370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 82, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4525, \"group\": [4471.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTGCGTTA\", \"ini\": 3506, \"clust\": 5092, \"rank\": 175, \"rankvar\": 10, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 83, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4526, \"group\": [5090.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGAATGGA\", \"ini\": 3505, \"clust\": 1919, \"rank\": 161, \"rankvar\": 64, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 84, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 649, \"group\": [1921.0, 330.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTCGTTGA\", \"ini\": 3504, \"clust\": 1959, \"rank\": 153, \"rankvar\": 306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 85, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 650, \"group\": [1958.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTAGATGA\", \"ini\": 3503, \"clust\": 1947, \"rank\": 89, \"rankvar\": 1090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 86, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 651, \"group\": [1948.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCAGAATTCCC\", \"ini\": 3502, \"clust\": 4732, \"rank\": 108, \"rankvar\": 2770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 87, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4527, \"group\": [4733.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTCCTATA\", \"ini\": 3501, \"clust\": 2014, \"rank\": 63, \"rankvar\": 920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 88, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 652, \"group\": [2011.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGAAACGCC\", \"ini\": 3500, \"clust\": 1976, \"rank\": 8, \"rankvar\": 4859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 89, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 653, \"group\": [1975.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGCACTCT\", \"ini\": 3499, \"clust\": 1781, \"rank\": 141, \"rankvar\": 268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 90, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 654, \"group\": [1780.0, 283.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGATGCGAC\", \"ini\": 3498, \"clust\": 4467, \"rank\": 25, \"rankvar\": 3850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 91, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4528, \"group\": [4467.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCGTCCAGG\", \"ini\": 3497, \"clust\": 4104, \"rank\": 170, \"rankvar\": 1366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 92, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 35, \"group\": [4101.0, 773.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGAAGGGTA\", \"ini\": 3496, \"clust\": 5099, \"rank\": 237, \"rankvar\": 42, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 93, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4529, \"group\": [5101.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGCTGCCCA\", \"ini\": 3495, \"clust\": 2095, \"rank\": 98, \"rankvar\": 539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 94, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 655, \"group\": [2093.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATCGTCGG\", \"ini\": 3494, \"clust\": 2026, \"rank\": 81, \"rankvar\": 1564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 95, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 656, \"group\": [2026.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGCAGCGTA\", \"ini\": 3493, \"clust\": 1996, \"rank\": 82, \"rankvar\": 4202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 96, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 657, \"group\": [1995.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTACAGAA\", \"ini\": 3492, \"clust\": 2017, \"rank\": 134, \"rankvar\": 1401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 97, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 658, \"group\": [2014.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCATATACGC\", \"ini\": 3491, \"clust\": 1988, \"rank\": 37, \"rankvar\": 4320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 98, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 659, \"group\": [1986.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAAATA\", \"ini\": 3490, \"clust\": 5038, \"rank\": 207, \"rankvar\": 495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 99, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4530, \"group\": [5042.0, 987.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGACCACGA\", \"ini\": 3489, \"clust\": 1918, \"rank\": 42, \"rankvar\": 3294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 100, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4531, \"group\": [2030.0, 334.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGGCGAA\", \"ini\": 3488, \"clust\": 1823, \"rank\": 190, \"rankvar\": 155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 660, \"group\": [1824.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCGTTCCCGAG\", \"ini\": 3487, \"clust\": 5105, \"rank\": 231, \"rankvar\": 39, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 102, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4532, \"group\": [5106.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTGTGGTTT\", \"ini\": 3486, \"clust\": 1989, \"rank\": 36, \"rankvar\": 4174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 661, \"group\": [1987.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTAGGGACT\", \"ini\": 3485, \"clust\": 1980, \"rank\": 92, \"rankvar\": 2577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 662, \"group\": [1977.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCACGGTTTA\", \"ini\": 3484, \"clust\": 1962, \"rank\": 124, \"rankvar\": 1527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 663, \"group\": [1960.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGTAAACT\", \"ini\": 3483, \"clust\": 4533, \"rank\": 80, \"rankvar\": 3229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4533, \"group\": [4532.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAAGGTTCT\", \"ini\": 3482, \"clust\": 1802, \"rank\": 110, \"rankvar\": 1103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 664, \"group\": [1805.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAACAACCT\", \"ini\": 3481, \"clust\": 5078, \"rank\": 140, \"rankvar\": 92, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 108, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4534, \"group\": [5078.0, 1000.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACTGTGTA\", \"ini\": 3480, \"clust\": 5008, \"rank\": 239, \"rankvar\": 683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 109, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4323, \"group\": [5010.0, 974.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTGCCATT\", \"ini\": 3479, \"clust\": 5027, \"rank\": 73, \"rankvar\": 4627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 110, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3954, \"group\": [5028.0, 983.0, 159.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTACCGGCT\", \"ini\": 3478, \"clust\": 4471, \"rank\": 58, \"rankvar\": 4183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 111, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4535, \"group\": [4472.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTGTCTTT\", \"ini\": 3477, \"clust\": 1805, \"rank\": 157, \"rankvar\": 74, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 665, \"group\": [1803.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGCGATTCT\", \"ini\": 3476, \"clust\": 5062, \"rank\": 311, \"rankvar\": 263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 113, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4536, \"group\": [5063.0, 997.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGCAAAGA\", \"ini\": 3475, \"clust\": 42, \"rank\": 137, \"rankvar\": 4175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 114, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5209, \"group\": [43.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATGCCCGA\", \"ini\": 3474, \"clust\": 4442, \"rank\": 248, \"rankvar\": 506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4537, \"group\": [4445.0, 849.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCCCTGACT\", \"ini\": 3473, \"clust\": 1939, \"rank\": 162, \"rankvar\": 1580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 666, \"group\": [1935.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGCATAT\", \"ini\": 3472, \"clust\": 4534, \"rank\": 84, \"rankvar\": 3160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 117, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4538, \"group\": [4533.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGGGAGTAA\", \"ini\": 3471, \"clust\": 2009, \"rank\": 100, \"rankvar\": 750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 667, \"group\": [2004.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTTGAGTTC\", \"ini\": 3470, \"clust\": 4733, \"rank\": 133, \"rankvar\": 3454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 119, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4539, \"group\": [4734.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCACGGTTA\", \"ini\": 3469, \"clust\": 5081, \"rank\": 357, \"rankvar\": 105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 120, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4540, \"group\": [5083.0, 1001.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCTGGGCCA\", \"ini\": 3468, \"clust\": 1998, \"rank\": 62, \"rankvar\": 4720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 668, \"group\": [1994.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCGGCTTGG\", \"ini\": 3467, \"clust\": 5075, \"rank\": 449, \"rankvar\": 262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4541, \"group\": [5073.0, 999.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAGTCCCT\", \"ini\": 3466, \"clust\": 1963, \"rank\": 185, \"rankvar\": 773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 669, \"group\": [1961.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATGGGTC\", \"ini\": 3465, \"clust\": 5067, \"rank\": 407, \"rankvar\": 160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 124, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4542, \"group\": [5069.0, 998.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGTTAACC\", \"ini\": 3464, \"clust\": 2085, \"rank\": 155, \"rankvar\": 237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 670, \"group\": [2087.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCTG\", \"ini\": 3463, \"clust\": 4486, \"rank\": 156, \"rankvar\": 1509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 126, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4543, \"group\": [4486.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTGACTCAT\", \"ini\": 3462, \"clust\": 2005, \"rank\": 120, \"rankvar\": 2683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 671, \"group\": [2007.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCTAGGTT\", \"ini\": 3461, \"clust\": 4115, \"rank\": 376, \"rankvar\": 3201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 128, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 36, \"group\": [4112.0, 774.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCATCTGCC\", \"ini\": 3460, \"clust\": 5077, \"rank\": 245, \"rankvar\": 119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4544, \"group\": [5080.0, 1000.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGTCTCGGC\", \"ini\": 3459, \"clust\": 4728, \"rank\": 206, \"rankvar\": 1474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 130, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4545, \"group\": [4729.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAATCCGGGTGT\", \"ini\": 3458, \"clust\": 5015, \"rank\": 459, \"rankvar\": 2100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 131, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4324, \"group\": [5017.0, 977.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCAAGTAATG\", \"ini\": 3457, \"clust\": 1771, \"rank\": 259, \"rankvar\": 982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 132, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 672, \"group\": [1772.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCATGGTCTA\", \"ini\": 3456, \"clust\": 1971, \"rank\": 128, \"rankvar\": 2782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 673, \"group\": [1970.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTACTTAC\", \"ini\": 3455, \"clust\": 5036, \"rank\": 266, \"rankvar\": 203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 134, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4546, \"group\": [5037.0, 986.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTCCATGAT\", \"ini\": 3454, \"clust\": 1768, \"rank\": 211, \"rankvar\": 530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 674, \"group\": [1769.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCCAGTAAGAT\", \"ini\": 3453, \"clust\": 4109, \"rank\": 332, \"rankvar\": 2539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 136, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 37, \"group\": [4106.0, 773.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTGTGTGCC\", \"ini\": 3452, \"clust\": 4756, \"rank\": 111, \"rankvar\": 4501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 137, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4547, \"group\": [4754.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGCGTTCCG\", \"ini\": 3451, \"clust\": 1960, \"rank\": 191, \"rankvar\": 517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 675, \"group\": [1959.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCACCAGTTA\", \"ini\": 3450, \"clust\": 2011, \"rank\": 129, \"rankvar\": 444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 676, \"group\": [2009.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAAGAGGACGG\", \"ini\": 3449, \"clust\": 1965, \"rank\": 254, \"rankvar\": 520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 677, \"group\": [1962.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCACTTACT\", \"ini\": 3448, \"clust\": 5095, \"rank\": 286, \"rankvar\": 29, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4548, \"group\": [5096.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGACTCG\", \"ini\": 3447, \"clust\": 4464, \"rank\": 177, \"rankvar\": 1735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4549, \"group\": [4465.0, 857.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCTGCCAG\", \"ini\": 3446, \"clust\": 2000, \"rank\": 142, \"rankvar\": 1067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 678, \"group\": [1997.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCGTCACGG\", \"ini\": 3445, \"clust\": 4020, \"rank\": 187, \"rankvar\": 1441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 144, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2671, \"group\": [4021.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCCGTCGT\", \"ini\": 3444, \"clust\": 1995, \"rank\": 166, \"rankvar\": 1335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 679, \"group\": [1992.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTTCCTC\", \"ini\": 3443, \"clust\": 5056, \"rank\": 575, \"rankvar\": 218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 146, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4550, \"group\": [5057.0, 996.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCAGTTAGC\", \"ini\": 3442, \"clust\": 5076, \"rank\": 387, \"rankvar\": 192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 147, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4551, \"group\": [5074.0, 999.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGGGCTTGA\", \"ini\": 3441, \"clust\": 4734, \"rank\": 209, \"rankvar\": 4055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 148, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4552, \"group\": [4738.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCTTTACGT\", \"ini\": 3440, \"clust\": 1966, \"rank\": 228, \"rankvar\": 785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 680, \"group\": [1963.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCACCACCT\", \"ini\": 3439, \"clust\": 4479, \"rank\": 149, \"rankvar\": 1817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 150, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4553, \"group\": [4480.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTCTTAT\", \"ini\": 3438, \"clust\": 1922, \"rank\": 227, \"rankvar\": 78, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 681, \"group\": [1924.0, 330.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACACACGCTG\", \"ini\": 3437, \"clust\": 4119, \"rank\": 435, \"rankvar\": 447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 152, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4554, \"group\": [4116.0, 775.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGTGCTGCC\", \"ini\": 3436, \"clust\": 1912, \"rank\": 123, \"rankvar\": 2794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 682, \"group\": [1912.0, 328.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCAAACCAC\", \"ini\": 3435, \"clust\": 1774, \"rank\": 198, \"rankvar\": 1310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 683, \"group\": [1775.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGTCGTACT\", \"ini\": 3434, \"clust\": 1769, \"rank\": 217, \"rankvar\": 800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 684, \"group\": [1770.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGAGCCTAG\", \"ini\": 3433, \"clust\": 1967, \"rank\": 148, \"rankvar\": 2588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 156, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 685, \"group\": [1966.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCGAATGCT\", \"ini\": 3432, \"clust\": 1942, \"rank\": 203, \"rankvar\": 2112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 686, \"group\": [1941.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGTGGCA\", \"ini\": 3431, \"clust\": 2003, \"rank\": 171, \"rankvar\": 1522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 687, \"group\": [1999.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCGGTGTCG\", \"ini\": 3430, \"clust\": 5032, \"rank\": 293, \"rankvar\": 193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4555, \"group\": [5035.0, 984.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCCACGTC\", \"ini\": 3429, \"clust\": 1984, \"rank\": 236, \"rankvar\": 945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 688, \"group\": [1984.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACTGAAGG\", \"ini\": 3428, \"clust\": 5052, \"rank\": 456, \"rankvar\": 140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4556, \"group\": [5052.0, 994.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCTCTC\", \"ini\": 3427, \"clust\": 5126, \"rank\": 787, \"rankvar\": 2342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4557, \"group\": [5129.0, 1013.0, 163.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATACCATG\", \"ini\": 3426, \"clust\": 5058, \"rank\": 650, \"rankvar\": 465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 163, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4558, \"group\": [5061.0, 996.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCCGTAGTA\", \"ini\": 3425, \"clust\": 4726, \"rank\": 214, \"rankvar\": 962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 164, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4559, \"group\": [4727.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCTAACTC\", \"ini\": 3424, \"clust\": 2019, \"rank\": 282, \"rankvar\": 649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 689, \"group\": [2016.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACGTCA\", \"ini\": 3423, \"clust\": 5057, \"rank\": 570, \"rankvar\": 196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 166, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4560, \"group\": [5058.0, 996.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGCTAGCA\", \"ini\": 3422, \"clust\": 4120, \"rank\": 504, \"rankvar\": 1602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 167, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 38, \"group\": [4117.0, 775.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGCTAAA\", \"ini\": 3421, \"clust\": 1941, \"rank\": 186, \"rankvar\": 2584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 690, \"group\": [1942.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGGAGTACC\", \"ini\": 3420, \"clust\": 5093, \"rank\": 389, \"rankvar\": 9, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4561, \"group\": [5091.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCACTCCTG\", \"ini\": 3419, \"clust\": 2087, \"rank\": 189, \"rankvar\": 1101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 691, \"group\": [2084.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTTTGACAC\", \"ini\": 3418, \"clust\": 3954, \"rank\": 210, \"rankvar\": 1360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 171, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2672, \"group\": [3953.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGCTAACAA\", \"ini\": 3417, \"clust\": 2405, \"rank\": 222, \"rankvar\": 1558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 172, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 692, \"group\": [2406.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTGGTACAG\", \"ini\": 3416, \"clust\": 1930, \"rank\": 265, \"rankvar\": 1224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 693, \"group\": [2029.0, 333.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCCGCGA\", \"ini\": 3415, \"clust\": 4162, \"rank\": 717, \"rankvar\": 4896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 174, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 39, \"group\": [4162.0, 788.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAGGCGATA\", \"ini\": 3414, \"clust\": 1999, \"rank\": 184, \"rankvar\": 3075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 694, \"group\": [2002.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCGGTCCGA\", \"ini\": 3413, \"clust\": 1933, \"rank\": 353, \"rankvar\": 761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 695, \"group\": [1930.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCGGGAGTA\", \"ini\": 3412, \"clust\": 1968, \"rank\": 234, \"rankvar\": 1058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 696, \"group\": [1967.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTTCGCG\", \"ini\": 3411, \"clust\": 2083, \"rank\": 275, \"rankvar\": 1043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 697, \"group\": [2089.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGCTATA\", \"ini\": 3410, \"clust\": 1801, \"rank\": 270, \"rankvar\": 963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 698, \"group\": [1806.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCGGAAA\", \"ini\": 3409, \"clust\": 4541, \"rank\": 242, \"rankvar\": 1793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 180, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4562, \"group\": [4540.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAGGAACGT\", \"ini\": 3408, \"clust\": 1958, \"rank\": 319, \"rankvar\": 542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 181, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 699, \"group\": [1957.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGTAGCCGA\", \"ini\": 3407, \"clust\": 1766, \"rank\": 326, \"rankvar\": 1679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 700, \"group\": [1767.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCAGTGCCAGA\", \"ini\": 3406, \"clust\": 2086, \"rank\": 250, \"rankvar\": 576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 701, \"group\": [2086.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCAAACTC\", \"ini\": 3405, \"clust\": 4480, \"rank\": 154, \"rankvar\": 3453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4563, \"group\": [4481.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGATGATA\", \"ini\": 3404, \"clust\": 5053, \"rank\": 572, \"rankvar\": 133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 185, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4564, \"group\": [5053.0, 994.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTCTAAACC\", \"ini\": 3403, \"clust\": 1956, \"rank\": 287, \"rankvar\": 383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 702, \"group\": [1954.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGAACGC\", \"ini\": 3402, \"clust\": 2088, \"rank\": 147, \"rankvar\": 1663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 703, \"group\": [2085.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCATCGCTC\", \"ini\": 3401, \"clust\": 1776, \"rank\": 372, \"rankvar\": 559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 704, \"group\": [1777.0, 283.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTAGCGTGA\", \"ini\": 3400, \"clust\": 1954, \"rank\": 255, \"rankvar\": 1440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 705, \"group\": [1955.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGTGGGAA\", \"ini\": 3399, \"clust\": 1820, \"rank\": 530, \"rankvar\": 481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 190, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 706, \"group\": [1823.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGTTTA\", \"ini\": 3398, \"clust\": 1775, \"rank\": 281, \"rankvar\": 1309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 707, \"group\": [1776.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCAATCACG\", \"ini\": 3397, \"clust\": 2399, \"rank\": 196, \"rankvar\": 4464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 708, \"group\": [2400.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGACCGGAT\", \"ini\": 3396, \"clust\": 1928, \"rank\": 299, \"rankvar\": 3951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 709, \"group\": [1927.0, 331.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGTCAAGGC\", \"ini\": 3395, \"clust\": 5028, \"rank\": 107, \"rankvar\": 4563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3955, \"group\": [5029.0, 983.0, 159.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTCAGTGGA\", \"ini\": 3394, \"clust\": 1972, \"rank\": 143, \"rankvar\": 4703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 710, \"group\": [1971.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCATCACCC\", \"ini\": 3393, \"clust\": 2025, \"rank\": 219, \"rankvar\": 1002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 196, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 711, \"group\": [2027.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTAAACGCG\", \"ini\": 3392, \"clust\": 5021, \"rank\": 291, \"rankvar\": 2431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 197, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2673, \"group\": [5024.0, 982.0, 158.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTACCTGC\", \"ini\": 3391, \"clust\": 1990, \"rank\": 229, \"rankvar\": 2608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 712, \"group\": [1996.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGCATGTG\", \"ini\": 3390, \"clust\": 5055, \"rank\": 534, \"rankvar\": 699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 199, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4565, \"group\": [5056.0, 995.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTCTTGAT\", \"ini\": 3389, \"clust\": 3721, \"rank\": 232, \"rankvar\": 3630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 200, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2674, \"group\": [3723.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGGCGAAT\", \"ini\": 3388, \"clust\": 1938, \"rank\": 290, \"rankvar\": 1477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 713, \"group\": [1937.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAGTCA\", \"ini\": 3387, \"clust\": 5073, \"rank\": 622, \"rankvar\": 608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 202, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4566, \"group\": [5076.0, 999.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCGCTAGCG\", \"ini\": 3386, \"clust\": 2055, \"rank\": 386, \"rankvar\": 1148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 714, \"group\": [2052.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTTCTCTGTCG\", \"ini\": 3385, \"clust\": 4458, \"rank\": 349, \"rankvar\": 1236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4567, \"group\": [4457.0, 854.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCACGAT\", \"ini\": 3384, \"clust\": 4736, \"rank\": 337, \"rankvar\": 4079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 205, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4568, \"group\": [4735.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTTGGTGGA\", \"ini\": 3383, \"clust\": 4737, \"rank\": 347, \"rankvar\": 4063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 206, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4569, \"group\": [4736.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCAGAGACG\", \"ini\": 3382, \"clust\": 2075, \"rank\": 371, \"rankvar\": 892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 207, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 715, \"group\": [2073.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTTAT\", \"ini\": 3381, \"clust\": 1858, \"rank\": 556, \"rankvar\": 90, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 716, \"group\": [1859.0, 295.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAGTGGA\", \"ini\": 3380, \"clust\": 2020, \"rank\": 262, \"rankvar\": 652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 717, \"group\": [2022.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGAGCCCAACC\", \"ini\": 3379, \"clust\": 3981, \"rank\": 401, \"rankvar\": 2746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2675, \"group\": [3980.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCTTTCAT\", \"ini\": 3378, \"clust\": 2397, \"rank\": 297, \"rankvar\": 2868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 718, \"group\": [2398.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAAGGTGACCA\", \"ini\": 3377, \"clust\": 4526, \"rank\": 205, \"rankvar\": 1436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4570, \"group\": [4527.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGCTTCGCG\", \"ini\": 3376, \"clust\": 1767, \"rank\": 411, \"rankvar\": 531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 719, \"group\": [1768.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTCATGCCG\", \"ini\": 3375, \"clust\": 2053, \"rank\": 294, \"rankvar\": 1094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 214, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 720, \"group\": [2055.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCAAAGAATC\", \"ini\": 3374, \"clust\": 4735, \"rank\": 252, \"rankvar\": 4616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 215, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4571, \"group\": [4737.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTATCAGTC\", \"ini\": 3373, \"clust\": 1885, \"rank\": 436, \"rankvar\": 811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 216, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2090, \"group\": [1884.0, 310.0, 54.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCACGCATA\", \"ini\": 3372, \"clust\": 1826, \"rank\": 344, \"rankvar\": 118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 721, \"group\": [1826.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTTACTCT\", \"ini\": 3371, \"clust\": 2015, \"rank\": 392, \"rankvar\": 1196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 722, \"group\": [2017.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTAAGCACG\", \"ini\": 3370, \"clust\": 2429, \"rank\": 416, \"rankvar\": 825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 723, \"group\": [2429.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGTAAGAT\", \"ini\": 3369, \"clust\": 1969, \"rank\": 182, \"rankvar\": 3689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 724, \"group\": [1968.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAAGCAAT\", \"ini\": 3368, \"clust\": 4738, \"rank\": 313, \"rankvar\": 2919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 221, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4572, \"group\": [4744.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTGTGACCC\", \"ini\": 3367, \"clust\": 1940, \"rank\": 333, \"rankvar\": 1387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 725, \"group\": [1936.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCCTCTAGC\", \"ini\": 3366, \"clust\": 4724, \"rank\": 419, \"rankvar\": 2244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 223, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4573, \"group\": [4723.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAACTGCTA\", \"ini\": 3365, \"clust\": 4542, \"rank\": 306, \"rankvar\": 3401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 224, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4574, \"group\": [4541.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGACCAAG\", \"ini\": 3364, \"clust\": 4175, \"rank\": 596, \"rankvar\": 4614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 225, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 40, \"group\": [4173.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCGAGATG\", \"ini\": 3363, \"clust\": 1827, \"rank\": 460, \"rankvar\": 197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 726, \"group\": [1827.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCTCCTAG\", \"ini\": 3362, \"clust\": 1825, \"rank\": 606, \"rankvar\": 256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 727, \"group\": [1828.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTTAAGTAG\", \"ini\": 3361, \"clust\": 3735, \"rank\": 195, \"rankvar\": 4089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2676, \"group\": [3735.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCCAT\", \"ini\": 3360, \"clust\": 4015, \"rank\": 288, \"rankvar\": 2404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 229, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2677, \"group\": [4015.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTAAACACA\", \"ini\": 3359, \"clust\": 2680, \"rank\": 328, \"rankvar\": 2203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 728, \"group\": [2683.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTATTCTC\", \"ini\": 3358, \"clust\": 3999, \"rank\": 385, \"rankvar\": 3287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2678, \"group\": [3998.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTAGAGG\", \"ini\": 3357, \"clust\": 4483, \"rank\": 208, \"rankvar\": 1733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 232, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4575, \"group\": [4482.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAAGAATC\", \"ini\": 3356, \"clust\": 4727, \"rank\": 304, \"rankvar\": 1832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 233, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4576, \"group\": [4728.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGCTAGT\", \"ini\": 3355, \"clust\": 1814, \"rank\": 381, \"rankvar\": 189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 729, \"group\": [1816.0, 287.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGTCTCG\", \"ini\": 3354, \"clust\": 4674, \"rank\": 173, \"rankvar\": 4277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4577, \"group\": [4677.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGTCTCT\", \"ini\": 3353, \"clust\": 1929, \"rank\": 458, \"rankvar\": 3640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 730, \"group\": [1928.0, 331.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACAATGGATA\", \"ini\": 3352, \"clust\": 2004, \"rank\": 330, \"rankvar\": 759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 731, \"group\": [2000.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGAACAATC\", \"ini\": 3351, \"clust\": 4487, \"rank\": 277, \"rankvar\": 3525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4578, \"group\": [4487.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCACCGTAA\", \"ini\": 3350, \"clust\": 2678, \"rank\": 334, \"rankvar\": 1782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 732, \"group\": [2679.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTATATGAG\", \"ini\": 3349, \"clust\": 2410, \"rank\": 394, \"rankvar\": 1633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 240, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 733, \"group\": [2410.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCTAGAAC\", \"ini\": 3348, \"clust\": 1978, \"rank\": 339, \"rankvar\": 372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 734, \"group\": [1978.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTTAGTGGG\", \"ini\": 3347, \"clust\": 2067, \"rank\": 412, \"rankvar\": 586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 735, \"group\": [2070.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTTATGCGT\", \"ini\": 3346, \"clust\": 4543, \"rank\": 263, \"rankvar\": 2755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 243, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4579, \"group\": [4543.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAAGTTCC\", \"ini\": 3345, \"clust\": 2093, \"rank\": 408, \"rankvar\": 446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 736, \"group\": [2096.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATTTGCTT\", \"ini\": 3344, \"clust\": 1824, \"rank\": 441, \"rankvar\": 752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 737, \"group\": [1825.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCCAGTAGT\", \"ini\": 3343, \"clust\": 1843, \"rank\": 498, \"rankvar\": 402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 738, \"group\": [1846.0, 291.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACCGTAA\", \"ini\": 3342, \"clust\": 5039, \"rank\": 478, \"rankvar\": 250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 247, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4580, \"group\": [5041.0, 987.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTAAAGTG\", \"ini\": 3341, \"clust\": 5074, \"rank\": 767, \"rankvar\": 132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 248, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4581, \"group\": [5075.0, 999.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGACGTT\", \"ini\": 3340, \"clust\": 2687, \"rank\": 352, \"rankvar\": 1385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 739, \"group\": [2687.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGCACTCAGGC\", \"ini\": 3339, \"clust\": 4540, \"rank\": 322, \"rankvar\": 1692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4582, \"group\": [4542.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATCACCC\", \"ini\": 3338, \"clust\": 1911, \"rank\": 213, \"rankvar\": 3909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 740, \"group\": [1914.0, 328.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTACCTACA\", \"ini\": 3337, \"clust\": 3736, \"rank\": 260, \"rankvar\": 3770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 252, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2679, \"group\": [3733.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCAGTTTGG\", \"ini\": 3336, \"clust\": 3103, \"rank\": 609, \"rankvar\": 1307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 741, \"group\": [3103.0, 426.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTGTGTATGGG\", \"ini\": 3335, \"clust\": 4539, \"rank\": 402, \"rankvar\": 2292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 254, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4583, \"group\": [4545.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCACGTGAGA\", \"ini\": 3334, \"clust\": 5043, \"rank\": 496, \"rankvar\": 19, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 742, \"group\": [5044.0, 988.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTAGTACCT\", \"ini\": 3333, \"clust\": 4489, \"rank\": 340, \"rankvar\": 2634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4584, \"group\": [4488.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGTGTGCC\", \"ini\": 3332, \"clust\": 2571, \"rank\": 369, \"rankvar\": 3777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 743, \"group\": [2571.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCAGGGTTAG\", \"ini\": 3331, \"clust\": 2094, \"rank\": 366, \"rankvar\": 667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 744, \"group\": [2095.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTAAGGGC\", \"ini\": 3330, \"clust\": 4527, \"rank\": 302, \"rankvar\": 2284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4585, \"group\": [4528.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAGTGCACTTA\", \"ini\": 3329, \"clust\": 2072, \"rank\": 424, \"rankvar\": 915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 745, \"group\": [2077.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCAGACGTAG\", \"ini\": 3328, \"clust\": 43, \"rank\": 431, \"rankvar\": 4306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 261, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5210, \"group\": [44.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTTTAC\", \"ini\": 3327, \"clust\": 4532, \"rank\": 230, \"rankvar\": 3624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 262, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4586, \"group\": [4534.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATGTTAAAGAC\", \"ini\": 3326, \"clust\": 1821, \"rank\": 524, \"rankvar\": 321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 746, \"group\": [1821.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCGCCATG\", \"ini\": 3325, \"clust\": 3133, \"rank\": 579, \"rankvar\": 857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 747, \"group\": [3132.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTTGAGGT\", \"ini\": 3324, \"clust\": 1832, \"rank\": 557, \"rankvar\": 843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 748, \"group\": [1833.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTCGAATCT\", \"ini\": 3323, \"clust\": 1750, \"rank\": 516, \"rankvar\": 715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 749, \"group\": [1751.0, 277.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGCATCATC\", \"ini\": 3322, \"clust\": 2398, \"rank\": 346, \"rankvar\": 3822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 750, \"group\": [2399.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTGTTAAGA\", \"ini\": 3321, \"clust\": 4474, \"rank\": 284, \"rankvar\": 3838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4587, \"group\": [4474.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCATTAGCCA\", \"ini\": 3320, \"clust\": 4769, \"rank\": 212, \"rankvar\": 4458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4588, \"group\": [4774.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGACATTA\", \"ini\": 3319, \"clust\": 4140, \"rank\": 988, \"rankvar\": 4793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 270, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 41, \"group\": [4134.0, 779.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCCTTGG\", \"ini\": 3318, \"clust\": 2035, \"rank\": 457, \"rankvar\": 53, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 751, \"group\": [2034.0, 336.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGATGCCAG\", \"ini\": 3317, \"clust\": 1830, \"rank\": 535, \"rankvar\": 433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 752, \"group\": [1829.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCAAGCGAGT\", \"ini\": 3316, \"clust\": 3915, \"rank\": 417, \"rankvar\": 1607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 273, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2680, \"group\": [3911.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCTAGGGC\", \"ini\": 3315, \"clust\": 3956, \"rank\": 351, \"rankvar\": 1549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2681, \"group\": [3955.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCATCATTC\", \"ini\": 3314, \"clust\": 2081, \"rank\": 321, \"rankvar\": 2481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 753, \"group\": [2080.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCAAACAACA\", \"ini\": 3313, \"clust\": 4788, \"rank\": 317, \"rankvar\": 3136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 276, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4589, \"group\": [4785.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCGGATCA\", \"ini\": 3312, \"clust\": 1970, \"rank\": 224, \"rankvar\": 3534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 754, \"group\": [1969.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCAAACGGG\", \"ini\": 3311, \"clust\": 2401, \"rank\": 355, \"rankvar\": 2271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 755, \"group\": [2402.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCCAGCTGGCT\", \"ini\": 3310, \"clust\": 4739, \"rank\": 469, \"rankvar\": 3402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 279, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4590, \"group\": [4741.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCAAGCCTA\", \"ini\": 3309, \"clust\": 4141, \"rank\": 1241, \"rankvar\": 4208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 280, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 42, \"group\": [4135.0, 779.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCTGTTTGT\", \"ini\": 3308, \"clust\": 5037, \"rank\": 543, \"rankvar\": 271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 281, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4591, \"group\": [5038.0, 986.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCGAGAAA\", \"ini\": 3307, \"clust\": 3741, \"rank\": 367, \"rankvar\": 936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 282, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2682, \"group\": [3740.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGAGAACG\", \"ini\": 3306, \"clust\": 2419, \"rank\": 434, \"rankvar\": 1144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 756, \"group\": [2420.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACACAGGAGT\", \"ini\": 3305, \"clust\": 2594, \"rank\": 356, \"rankvar\": 2499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 757, \"group\": [2597.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAGACGTAG\", \"ini\": 3304, \"clust\": 1748, \"rank\": 901, \"rankvar\": 1082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 758, \"group\": [1748.0, 275.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCTGGAAC\", \"ini\": 3303, \"clust\": 5109, \"rank\": 666, \"rankvar\": 8, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 286, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4592, \"group\": [5112.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCATGTAGC\", \"ini\": 3302, \"clust\": 1592, \"rank\": 104, \"rankvar\": 4760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 287, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3102, \"group\": [1593.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGTTTGCC\", \"ini\": 3301, \"clust\": 1943, \"rank\": 378, \"rankvar\": 2647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 759, \"group\": [1939.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGCGCTCCA\", \"ini\": 3300, \"clust\": 2383, \"rank\": 494, \"rankvar\": 788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 289, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 760, \"group\": [2383.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTCATATGC\", \"ini\": 3299, \"clust\": 5072, \"rank\": 782, \"rankvar\": 311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 290, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4593, \"group\": [5077.0, 999.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCAGCGACC\", \"ini\": 3298, \"clust\": 5151, \"rank\": 908, \"rankvar\": 245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 291, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4594, \"group\": [5152.0, 1028.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACGGCGTT\", \"ini\": 3297, \"clust\": 2096, \"rank\": 490, \"rankvar\": 431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 761, \"group\": [2094.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGCCTATGT\", \"ini\": 3296, \"clust\": 4482, \"rank\": 397, \"rankvar\": 1798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 293, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4595, \"group\": [4484.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAAGGTTTC\", \"ini\": 3295, \"clust\": 2686, \"rank\": 448, \"rankvar\": 1511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 762, \"group\": [2689.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCCTACAGA\", \"ini\": 3294, \"clust\": 2051, \"rank\": 589, \"rankvar\": 1437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 295, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 763, \"group\": [2057.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGTGTACGG\", \"ini\": 3293, \"clust\": 2407, \"rank\": 309, \"rankvar\": 3922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 296, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 764, \"group\": [2408.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATCCGAG\", \"ini\": 3292, \"clust\": 108, \"rank\": 991, \"rankvar\": 1878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 297, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4596, \"group\": [111.0, 22.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTCGGCACT\", \"ini\": 3291, \"clust\": 2406, \"rank\": 325, \"rankvar\": 4185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 765, \"group\": [2407.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAAACCAC\", \"ini\": 3290, \"clust\": 5080, \"rank\": 612, \"rankvar\": 61, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4597, \"group\": [5084.0, 1002.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGGCTATCT\", \"ini\": 3289, \"clust\": 4757, \"rank\": 345, \"rankvar\": 3059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4598, \"group\": [4755.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACCGGAT\", \"ini\": 3288, \"clust\": 1791, \"rank\": 514, \"rankvar\": 174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 301, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 766, \"group\": [1792.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGTCGCCGT\", \"ini\": 3287, \"clust\": 4807, \"rank\": 471, \"rankvar\": 3686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 302, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4599, \"group\": [4806.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCTGACCTC\", \"ini\": 3286, \"clust\": 1599, \"rank\": 220, \"rankvar\": 2935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 303, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3103, \"group\": [1599.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGATAGAA\", \"ini\": 3285, \"clust\": 4786, \"rank\": 553, \"rankvar\": 1821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 304, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4600, \"group\": [4788.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATCCGAG\", \"ini\": 3284, \"clust\": 4518, \"rank\": 562, \"rankvar\": 1748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 305, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4601, \"group\": [4519.0, 864.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCACATTTCT\", \"ini\": 3283, \"clust\": 5018, \"rank\": 874, \"rankvar\": 468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 306, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4325, \"group\": [5020.0, 978.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTACCGCTG\", \"ini\": 3282, \"clust\": 1913, \"rank\": 403, \"rankvar\": 2347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 307, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 767, \"group\": [1913.0, 328.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAAGTCTAC\", \"ini\": 3281, \"clust\": 1977, \"rank\": 358, \"rankvar\": 930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 768, \"group\": [1979.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTTCGCAT\", \"ini\": 3280, \"clust\": 2033, \"rank\": 568, \"rankvar\": 86, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 769, \"group\": [2035.0, 336.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCACAGAGGT\", \"ini\": 3279, \"clust\": 4536, \"rank\": 373, \"rankvar\": 2156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4602, \"group\": [4537.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCTTCCTTC\", \"ini\": 3278, \"clust\": 2690, \"rank\": 432, \"rankvar\": 647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 770, \"group\": [2690.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCTAACC\", \"ini\": 3277, \"clust\": 4697, \"rank\": 608, \"rankvar\": 3427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 312, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4603, \"group\": [4698.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGGAATGC\", \"ini\": 3276, \"clust\": 1836, \"rank\": 591, \"rankvar\": 300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 771, \"group\": [1837.0, 290.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGTAGCCGA\", \"ini\": 3275, \"clust\": 4720, \"rank\": 503, \"rankvar\": 3275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4604, \"group\": [4716.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGAGCCATCGC\", \"ini\": 3274, \"clust\": 1777, \"rank\": 644, \"rankvar\": 102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 772, \"group\": [1778.0, 283.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCTCCGGTT\", \"ini\": 3273, \"clust\": 4557, \"rank\": 379, \"rankvar\": 1601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 316, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4605, \"group\": [4558.0, 868.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAAGTACCT\", \"ini\": 3272, \"clust\": 5079, \"rank\": 509, \"rankvar\": 299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 317, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4606, \"group\": [5079.0, 1000.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCTCACTCTTA\", \"ini\": 3271, \"clust\": 2691, \"rank\": 415, \"rankvar\": 651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 773, \"group\": [2691.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCGTAGTG\", \"ini\": 3270, \"clust\": 2570, \"rank\": 384, \"rankvar\": 1124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 774, \"group\": [2575.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGCGT\", \"ini\": 3269, \"clust\": 4789, \"rank\": 495, \"rankvar\": 3641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 320, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4607, \"group\": [4786.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAGTACCT\", \"ini\": 3268, \"clust\": 2428, \"rank\": 467, \"rankvar\": 1670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 775, \"group\": [2431.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGTCCCAGGTG\", \"ini\": 3267, \"clust\": 5116, \"rank\": 718, \"rankvar\": 44, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4608, \"group\": [5120.0, 1005.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGATCGGA\", \"ini\": 3266, \"clust\": 2596, \"rank\": 520, \"rankvar\": 2406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 776, \"group\": [2594.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCTGCCCTA\", \"ini\": 3265, \"clust\": 2403, \"rank\": 438, \"rankvar\": 3251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 324, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 777, \"group\": [2404.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGTGCGTGA\", \"ini\": 3264, \"clust\": 4454, \"rank\": 595, \"rankvar\": 463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 325, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4609, \"group\": [4453.0, 852.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAAGAAGC\", \"ini\": 3263, \"clust\": 4528, \"rank\": 400, \"rankvar\": 3067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 326, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4610, \"group\": [4531.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAGTCGGCATC\", \"ini\": 3262, \"clust\": 2684, \"rank\": 430, \"rankvar\": 1488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 778, \"group\": [2684.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCAATCTCT\", \"ini\": 3261, \"clust\": 2378, \"rank\": 615, \"rankvar\": 1588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 779, \"group\": [2379.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGACAGAGA\", \"ini\": 3260, \"clust\": 3714, \"rank\": 365, \"rankvar\": 2213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 329, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2683, \"group\": [3724.0, 700.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGCGATTCT\", \"ini\": 3259, \"clust\": 4110, \"rank\": 964, \"rankvar\": 3568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 330, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 43, \"group\": [4107.0, 773.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGCTGAAAT\", \"ini\": 3258, \"clust\": 1810, \"rank\": 792, \"rankvar\": 147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 331, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 780, \"group\": [1813.0, 286.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACTTACGA\", \"ini\": 3257, \"clust\": 4721, \"rank\": 493, \"rankvar\": 2886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4611, \"group\": [4717.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGCTCCTCT\", \"ini\": 3256, \"clust\": 1762, \"rank\": 559, \"rankvar\": 1368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 333, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 781, \"group\": [1763.0, 281.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTACGCGA\", \"ini\": 3255, \"clust\": 2404, \"rank\": 442, \"rankvar\": 4358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 782, \"group\": [2405.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAACTCTT\", \"ini\": 3254, \"clust\": 4742, \"rank\": 681, \"rankvar\": 2320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 335, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4612, \"group\": [4742.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCAATCTACG\", \"ini\": 3253, \"clust\": 3722, \"rank\": 447, \"rankvar\": 712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2684, \"group\": [3722.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTACAA\", \"ini\": 3252, \"clust\": 1586, \"rank\": 454, \"rankvar\": 588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 337, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3104, \"group\": [1587.0, 178.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTGCATCTA\", \"ini\": 3251, \"clust\": 2148, \"rank\": 601, \"rankvar\": 1111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 783, \"group\": [2149.0, 361.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTACCGAGA\", \"ini\": 3250, \"clust\": 1935, \"rank\": 547, \"rankvar\": 3017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 784, \"group\": [1933.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTTCCACAA\", \"ini\": 3249, \"clust\": 1961, \"rank\": 528, \"rankvar\": 560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 785, \"group\": [1965.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCGAATCCA\", \"ini\": 3248, \"clust\": 2001, \"rank\": 406, \"rankvar\": 677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 786, \"group\": [1998.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGTCCAGGA\", \"ini\": 3247, \"clust\": 4452, \"rank\": 732, \"rankvar\": 1016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 342, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4613, \"group\": [4454.0, 852.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCTCCTATA\", \"ini\": 3246, \"clust\": 4105, \"rank\": 585, \"rankvar\": 3053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 343, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 44, \"group\": [4102.0, 773.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAACGATGG\", \"ini\": 3245, \"clust\": 4740, \"rank\": 566, \"rankvar\": 2388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 344, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4614, \"group\": [4739.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGAGCTT\", \"ini\": 3244, \"clust\": 4717, \"rank\": 481, \"rankvar\": 654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4615, \"group\": [4720.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATGCCTTC\", \"ini\": 3243, \"clust\": 1931, \"rank\": 614, \"rankvar\": 278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 787, \"group\": [1943.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTGTTGAGG\", \"ini\": 3242, \"clust\": 4537, \"rank\": 558, \"rankvar\": 2295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 347, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4616, \"group\": [4538.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGACCTTTG\", \"ini\": 3241, \"clust\": 2118, \"rank\": 537, \"rankvar\": 786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 788, \"group\": [2117.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCGCTTTC\", \"ini\": 3240, \"clust\": 1934, \"rank\": 810, \"rankvar\": 368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 789, \"group\": [1931.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGATAGTCA\", \"ini\": 3239, \"clust\": 2681, \"rank\": 485, \"rankvar\": 1850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 350, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 790, \"group\": [2681.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATGGTCAT\", \"ini\": 3238, \"clust\": 1944, \"rank\": 529, \"rankvar\": 2756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 791, \"group\": [1940.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACAAATCCGT\", \"ini\": 3237, \"clust\": 5046, \"rank\": 831, \"rankvar\": 50, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 352, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4617, \"group\": [5049.0, 992.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCTCGGACG\", \"ini\": 3236, \"clust\": 2672, \"rank\": 600, \"rankvar\": 2288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 353, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 792, \"group\": [2675.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCACCCTATC\", \"ini\": 3235, \"clust\": 1837, \"rank\": 771, \"rankvar\": 202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 793, \"group\": [1838.0, 290.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACATCACAAC\", \"ini\": 3234, \"clust\": 2030, \"rank\": 561, \"rankvar\": 1889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 794, \"group\": [2031.0, 335.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAAGAGCAATT\", \"ini\": 3233, \"clust\": 3134, \"rank\": 1035, \"rankvar\": 385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 795, \"group\": [3133.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTACCGAT\", \"ini\": 3232, \"clust\": 2074, \"rank\": 721, \"rankvar\": 479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 796, \"group\": [2075.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACATGCCTTC\", \"ini\": 3231, \"clust\": 3110, \"rank\": 789, \"rankvar\": 3312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 797, \"group\": [3110.0, 430.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCCGTAGGC\", \"ini\": 3230, \"clust\": 2042, \"rank\": 833, \"rankvar\": 617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 798, \"group\": [2043.0, 338.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACACTCTGTC\", \"ini\": 3229, \"clust\": 4809, \"rank\": 802, \"rankvar\": 1022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 360, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4618, \"group\": [4811.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGACTGC\", \"ini\": 3228, \"clust\": 1604, \"rank\": 315, \"rankvar\": 2776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 361, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3105, \"group\": [1604.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTGAGGGA\", \"ini\": 3227, \"clust\": 2685, \"rank\": 521, \"rankvar\": 1627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 799, \"group\": [2685.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGCTGTTCA\", \"ini\": 3226, \"clust\": 4703, \"rank\": 720, \"rankvar\": 2309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 363, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4619, \"group\": [4703.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCTCGCGTTTC\", \"ini\": 3225, \"clust\": 1749, \"rank\": 898, \"rankvar\": 1171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 800, \"group\": [1749.0, 275.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGTCGAGTG\", \"ini\": 3224, \"clust\": 3732, \"rank\": 433, \"rankvar\": 4098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2685, \"group\": [3732.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAATCTACG\", \"ini\": 3223, \"clust\": 1605, \"rank\": 336, \"rankvar\": 2474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3106, \"group\": [1605.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGTCCAGG\", \"ini\": 3222, \"clust\": 2080, \"rank\": 499, \"rankvar\": 3147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 801, \"group\": [2082.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATCTGGTA\", \"ini\": 3221, \"clust\": 4722, \"rank\": 640, \"rankvar\": 3548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4620, \"group\": [4726.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAACGCACC\", \"ini\": 3220, \"clust\": 2673, \"rank\": 603, \"rankvar\": 1888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 802, \"group\": [2673.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCATTTGGG\", \"ini\": 3219, \"clust\": 4771, \"rank\": 532, \"rankvar\": 3554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4621, \"group\": [4768.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAGTTGGTAAA\", \"ini\": 3218, \"clust\": 1568, \"rank\": 310, \"rankvar\": 3960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3107, \"group\": [1569.0, 175.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATGTGTA\", \"ini\": 3217, \"clust\": 1816, \"rank\": 902, \"rankvar\": 410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 803, \"group\": [1815.0, 287.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGATATACG\", \"ini\": 3216, \"clust\": 2718, \"rank\": 582, \"rankvar\": 3707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 804, \"group\": [2717.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCATTCTTAC\", \"ini\": 3215, \"clust\": 4713, \"rank\": 777, \"rankvar\": 3101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 374, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4622, \"group\": [4711.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGCTGATA\", \"ini\": 3214, \"clust\": 1822, \"rank\": 731, \"rankvar\": 295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 805, \"group\": [1822.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTGTTTGG\", \"ini\": 3213, \"clust\": 4538, \"rank\": 540, \"rankvar\": 1658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4623, \"group\": [4539.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTTCTGTTT\", \"ini\": 3212, \"clust\": 4018, \"rank\": 635, \"rankvar\": 2313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 377, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2686, \"group\": [4017.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTAACG\", \"ini\": 3211, \"clust\": 2425, \"rank\": 706, \"rankvar\": 1546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 806, \"group\": [2428.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATAGCTCTCGG\", \"ini\": 3210, \"clust\": 2073, \"rank\": 734, \"rankvar\": 1796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 807, \"group\": [2076.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATAAACG\", \"ini\": 3209, \"clust\": 4723, \"rank\": 637, \"rankvar\": 1404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 380, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4624, \"group\": [4725.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAGGGCATA\", \"ini\": 3208, \"clust\": 2698, \"rank\": 660, \"rankvar\": 1152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 808, \"group\": [2701.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGATGCCAG\", \"ini\": 3207, \"clust\": 4791, \"rank\": 673, \"rankvar\": 3966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4625, \"group\": [4789.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTTGACAC\", \"ini\": 3206, \"clust\": 3136, \"rank\": 704, \"rankvar\": 2614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 383, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 809, \"group\": [3135.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATTCCTT\", \"ini\": 3205, \"clust\": 4725, \"rank\": 699, \"rankvar\": 1177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 384, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4626, \"group\": [4724.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAACGCACC\", \"ini\": 3204, \"clust\": 2384, \"rank\": 735, \"rankvar\": 1828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 810, \"group\": [2384.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCCTCAACC\", \"ini\": 3203, \"clust\": 2703, \"rank\": 774, \"rankvar\": 1998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 386, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 811, \"group\": [2704.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTTACGGAG\", \"ini\": 3202, \"clust\": 2063, \"rank\": 723, \"rankvar\": 2460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 812, \"group\": [2063.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTAAGAGGA\", \"ini\": 3201, \"clust\": 4106, \"rank\": 1420, \"rankvar\": 4448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 45, \"group\": [4105.0, 773.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGAAGGGTA\", \"ini\": 3200, \"clust\": 2349, \"rank\": 727, \"rankvar\": 2642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 389, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 813, \"group\": [2349.0, 392.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATCCTGT\", \"ini\": 3199, \"clust\": 4774, \"rank\": 491, \"rankvar\": 4440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 390, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4627, \"group\": [4771.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCTTAT\", \"ini\": 3198, \"clust\": 2362, \"rank\": 730, \"rankvar\": 1540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 814, \"group\": [2363.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCGGCTCA\", \"ini\": 3197, \"clust\": 2257, \"rank\": 621, \"rankvar\": 2849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 815, \"group\": [2257.0, 383.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTTGCATG\", \"ini\": 3196, \"clust\": 4107, \"rank\": 851, \"rankvar\": 2813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 393, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 46, \"group\": [4103.0, 773.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATGCAACT\", \"ini\": 3195, \"clust\": 5228, \"rank\": 1616, \"rankvar\": 724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 394, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4628, \"group\": [5229.0, 1087.0, 188.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCATAG\", \"ini\": 3194, \"clust\": 3991, \"rank\": 837, \"rankvar\": 1585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 395, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2687, \"group\": [3991.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAACATC\", \"ini\": 3193, \"clust\": 1973, \"rank\": 487, \"rankvar\": 1061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 816, \"group\": [1972.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCGATCCC\", \"ini\": 3192, \"clust\": 3989, \"rank\": 634, \"rankvar\": 2892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 397, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2688, \"group\": [3987.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCATGGTCA\", \"ini\": 3191, \"clust\": 2623, \"rank\": 646, \"rankvar\": 3309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 817, \"group\": [2623.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATAGCGTGAAC\", \"ini\": 3190, \"clust\": 2056, \"rank\": 826, \"rankvar\": 774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 818, \"group\": [2053.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTCATGCAT\", \"ini\": 3189, \"clust\": 2417, \"rank\": 697, \"rankvar\": 2403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 819, \"group\": [2417.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAACGTT\", \"ini\": 3188, \"clust\": 2642, \"rank\": 610, \"rankvar\": 3290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 401, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 820, \"group\": [2641.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGCAATGGACG\", \"ini\": 3187, \"clust\": 5029, \"rank\": 362, \"rankvar\": 3004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 402, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3956, \"group\": [5030.0, 983.0, 159.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGAACTCGG\", \"ini\": 3186, \"clust\": 5149, \"rank\": 1396, \"rankvar\": 628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 403, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4629, \"group\": [5150.0, 1027.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAGTCGATT\", \"ini\": 3185, \"clust\": 4000, \"rank\": 791, \"rankvar\": 1544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 404, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2689, \"group\": [3999.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGCCTAT\", \"ini\": 3184, \"clust\": 3137, \"rank\": 841, \"rankvar\": 2318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 821, \"group\": [3136.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAACTGCGC\", \"ini\": 3183, \"clust\": 2719, \"rank\": 578, \"rankvar\": 2502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 822, \"group\": [2718.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCCACGTGG\", \"ini\": 3182, \"clust\": 4501, \"rank\": 405, \"rankvar\": 4218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4630, \"group\": [4509.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGGTCGTTGTA\", \"ini\": 3181, \"clust\": 2426, \"rank\": 670, \"rankvar\": 1212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 823, \"group\": [2426.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACACGCTG\", \"ini\": 3180, \"clust\": 2392, \"rank\": 647, \"rankvar\": 2623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 824, \"group\": [2393.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGCAGGCTA\", \"ini\": 3179, \"clust\": 2682, \"rank\": 619, \"rankvar\": 2042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 825, \"group\": [2682.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGGACAA\", \"ini\": 3178, \"clust\": 2379, \"rank\": 605, \"rankvar\": 2421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 411, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 826, \"group\": [2380.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGCTTTC\", \"ini\": 3177, \"clust\": 2654, \"rank\": 676, \"rankvar\": 1232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 827, \"group\": [2655.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGAATGTGT\", \"ini\": 3176, \"clust\": 2688, \"rank\": 607, \"rankvar\": 1879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 828, \"group\": [2688.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGGACACCA\", \"ini\": 3175, \"clust\": 4163, \"rank\": 1583, \"rankvar\": 4939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 414, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 47, \"group\": [4160.0, 788.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCACTGCCAG\", \"ini\": 3174, \"clust\": 4137, \"rank\": 1551, \"rankvar\": 4473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 415, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 48, \"group\": [4133.0, 779.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGATCTCCAGGG\", \"ini\": 3173, \"clust\": 4178, \"rank\": 1269, \"rankvar\": 4566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 416, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 49, \"group\": [4175.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTTCAGATAAG\", \"ini\": 3172, \"clust\": 5134, \"rank\": 1606, \"rankvar\": 1393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 417, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4631, \"group\": [5140.0, 1020.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCGTCTCCCTA\", \"ini\": 3171, \"clust\": 2411, \"rank\": 709, \"rankvar\": 312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 829, \"group\": [2411.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCTAGGGC\", \"ini\": 3170, \"clust\": 2656, \"rank\": 620, \"rankvar\": 3635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 830, \"group\": [2659.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCTGAGTGT\", \"ini\": 3169, \"clust\": 5121, \"rank\": 1384, \"rankvar\": 569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 420, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4632, \"group\": [5122.0, 1007.0, 161.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCATATCGG\", \"ini\": 3168, \"clust\": 2420, \"rank\": 716, \"rankvar\": 395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 831, \"group\": [2421.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGAGTGAC\", \"ini\": 3167, \"clust\": 2430, \"rank\": 938, \"rankvar\": 556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 832, \"group\": [2430.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGCAAATCA\", \"ini\": 3166, \"clust\": 2076, \"rank\": 836, \"rankvar\": 700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 833, \"group\": [2074.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGCCCTTA\", \"ini\": 3165, \"clust\": 2090, \"rank\": 506, \"rankvar\": 541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 834, \"group\": [2090.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTCACATGGGA\", \"ini\": 3164, \"clust\": 2409, \"rank\": 866, \"rankvar\": 1054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 835, \"group\": [2412.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCGGCTTGG\", \"ini\": 3163, \"clust\": 2665, \"rank\": 576, \"rankvar\": 4095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 426, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 836, \"group\": [2664.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCGATCG\", \"ini\": 3162, \"clust\": 4481, \"rank\": 463, \"rankvar\": 3266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 427, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4633, \"group\": [4485.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCAGGCCCA\", \"ini\": 3161, \"clust\": 1886, \"rank\": 1159, \"rankvar\": 1772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 428, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2091, \"group\": [1885.0, 311.0, 54.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGTAGGAG\", \"ini\": 3160, \"clust\": 2111, \"rank\": 560, \"rankvar\": 584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 837, \"group\": [2114.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCTTCTGGC\", \"ini\": 3159, \"clust\": 4746, \"rank\": 685, \"rankvar\": 2466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 430, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4634, \"group\": [4745.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCCAAGGTGTG\", \"ini\": 3158, \"clust\": 2097, \"rank\": 587, \"rankvar\": 1010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 838, \"group\": [2098.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGGATGCGT\", \"ini\": 3157, \"clust\": 4661, \"rank\": 686, \"rankvar\": 4229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 432, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4635, \"group\": [4660.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTCGCTTCT\", \"ini\": 3156, \"clust\": 4729, \"rank\": 829, \"rankvar\": 2496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 433, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4636, \"group\": [4730.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTACATGTC\", \"ini\": 3155, \"clust\": 4475, \"rank\": 278, \"rankvar\": 4535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4637, \"group\": [4475.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTGTCCTCT\", \"ini\": 3154, \"clust\": 2052, \"rank\": 695, \"rankvar\": 563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 839, \"group\": [2056.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGAGTCTGG\", \"ini\": 3153, \"clust\": 2554, \"rank\": 597, \"rankvar\": 2804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 840, \"group\": [2555.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGTCTGT\", \"ini\": 3152, \"clust\": 2099, \"rank\": 700, \"rankvar\": 844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 841, \"group\": [2105.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCAGCCAGAA\", \"ini\": 3151, \"clust\": 2103, \"rank\": 711, \"rankvar\": 2277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 842, \"group\": [2100.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGGTTCT\", \"ini\": 3150, \"clust\": 3140, \"rank\": 891, \"rankvar\": 839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 843, \"group\": [3142.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCACTTCAT\", \"ini\": 3149, \"clust\": 2587, \"rank\": 957, \"rankvar\": 2697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 844, \"group\": [2590.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTACTCAT\", \"ini\": 3148, \"clust\": 4057, \"rank\": 1043, \"rankvar\": 964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 441, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2690, \"group\": [4057.0, 758.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCAGCTCTC\", \"ini\": 3147, \"clust\": 2481, \"rank\": 602, \"rankvar\": 3570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 845, \"group\": [2481.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGTAAG\", \"ini\": 3146, \"clust\": 4325, \"rank\": 1178, \"rankvar\": 4450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 443, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5129, \"group\": [4328.0, 812.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTAAGAAC\", \"ini\": 3145, \"clust\": 4108, \"rank\": 949, \"rankvar\": 3014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 444, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 50, \"group\": [4104.0, 773.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGTACGA\", \"ini\": 3144, \"clust\": 2561, \"rank\": 583, \"rankvar\": 1430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 846, \"group\": [2562.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGAGTAATC\", \"ini\": 3143, \"clust\": 2620, \"rank\": 649, \"rankvar\": 1394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 847, \"group\": [2621.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGTGATTA\", \"ini\": 3142, \"clust\": 4524, \"rank\": 749, \"rankvar\": 1071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4638, \"group\": [4525.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGATATGCA\", \"ini\": 3141, \"clust\": 1833, \"rank\": 1055, \"rankvar\": 595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 848, \"group\": [1834.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTAACGGT\", \"ini\": 3140, \"clust\": 1600, \"rank\": 363, \"rankvar\": 2450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3108, \"group\": [1600.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCTCCGGTT\", \"ini\": 3139, \"clust\": 2661, \"rank\": 664, \"rankvar\": 1526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 849, \"group\": [2662.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCGACGGAA\", \"ini\": 3138, \"clust\": 3035, \"rank\": 1417, \"rankvar\": 1530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 451, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 850, \"group\": [3035.0, 410.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCAAGGCTT\", \"ini\": 3137, \"clust\": 4472, \"rank\": 350, \"rankvar\": 3999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 452, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4639, \"group\": [4477.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTAGAGTC\", \"ini\": 3136, \"clust\": 2348, \"rank\": 798, \"rankvar\": 2061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 851, \"group\": [2351.0, 392.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGAGCGTT\", \"ini\": 3135, \"clust\": 5153, \"rank\": 1541, \"rankvar\": 534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4640, \"group\": [5154.0, 1029.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTGCCAGA\", \"ini\": 3134, \"clust\": 2598, \"rank\": 690, \"rankvar\": 1125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 455, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 852, \"group\": [2598.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTCAATGGACG\", \"ini\": 3133, \"clust\": 2666, \"rank\": 682, \"rankvar\": 1146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 853, \"group\": [2665.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAGACTCGC\", \"ini\": 3132, \"clust\": 2366, \"rank\": 864, \"rankvar\": 789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 854, \"group\": [2365.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAGGGAA\", \"ini\": 3131, \"clust\": 2618, \"rank\": 796, \"rankvar\": 3316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 855, \"group\": [2616.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTCCGAAGA\", \"ini\": 3130, \"clust\": 1834, \"rank\": 943, \"rankvar\": 319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 856, \"group\": [1835.0, 289.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGTCGCCGTGA\", \"ini\": 3129, \"clust\": 1936, \"rank\": 714, \"rankvar\": 838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 857, \"group\": [1934.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGGTGTTA\", \"ini\": 3128, \"clust\": 3742, \"rank\": 574, \"rankvar\": 3565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 461, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2691, \"group\": [3741.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCGCATAT\", \"ini\": 3127, \"clust\": 3829, \"rank\": 794, \"rankvar\": 3614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 462, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2692, \"group\": [3829.0, 720.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCACAAACC\", \"ini\": 3126, \"clust\": 2350, \"rank\": 969, \"rankvar\": 2852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 858, \"group\": [2350.0, 392.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCACCCAGTG\", \"ini\": 3125, \"clust\": 2585, \"rank\": 756, \"rankvar\": 3054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 859, \"group\": [2586.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTGCATCTA\", \"ini\": 3124, \"clust\": 2662, \"rank\": 779, \"rankvar\": 2154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 860, \"group\": [2663.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTTGA\", \"ini\": 3123, \"clust\": 2679, \"rank\": 689, \"rankvar\": 1734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 466, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 861, \"group\": [2680.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGCGATGAC\", \"ini\": 3122, \"clust\": 4484, \"rank\": 422, \"rankvar\": 3882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 467, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4641, \"group\": [4483.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCGGTTAAC\", \"ini\": 3121, \"clust\": 1945, \"rank\": 584, \"rankvar\": 951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 862, \"group\": [1944.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGTC\", \"ini\": 3120, \"clust\": 2369, \"rank\": 809, \"rankvar\": 3935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 863, \"group\": [2369.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCACCATGTA\", \"ini\": 3119, \"clust\": 4772, \"rank\": 616, \"rankvar\": 3699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 470, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4642, \"group\": [4769.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATAGAGT\", \"ini\": 3118, \"clust\": 4544, \"rank\": 522, \"rankvar\": 3456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4643, \"group\": [4544.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCGAACGC\", \"ini\": 3117, \"clust\": 4677, \"rank\": 526, \"rankvar\": 2955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 472, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4644, \"group\": [4678.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCTCTTGAT\", \"ini\": 3116, \"clust\": 4488, \"rank\": 482, \"rankvar\": 2688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 473, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4645, \"group\": [4490.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTATCGCC\", \"ini\": 3115, \"clust\": 4490, \"rank\": 617, \"rankvar\": 1892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 474, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4646, \"group\": [4489.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTCCGAAGA\", \"ini\": 3114, \"clust\": 4730, \"rank\": 797, \"rankvar\": 2742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 475, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4647, \"group\": [4731.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCACTCGACG\", \"ini\": 3113, \"clust\": 1763, \"rank\": 708, \"rankvar\": 224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 476, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 864, \"group\": [1764.0, 281.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTCAGGGCATA\", \"ini\": 3112, \"clust\": 2655, \"rank\": 772, \"rankvar\": 2566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 865, \"group\": [2656.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGAGGACGG\", \"ini\": 3111, \"clust\": 4758, \"rank\": 577, \"rankvar\": 4339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 478, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4648, \"group\": [4756.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCGCGCAA\", \"ini\": 3110, \"clust\": 2371, \"rank\": 916, \"rankvar\": 2727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 479, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 866, \"group\": [2374.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTCGCTTG\", \"ini\": 3109, \"clust\": 4670, \"rank\": 563, \"rankvar\": 3645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 480, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4649, \"group\": [4671.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTTGAGGTG\", \"ini\": 3108, \"clust\": 3913, \"rank\": 857, \"rankvar\": 1881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2693, \"group\": [3914.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGTCTCG\", \"ini\": 3107, \"clust\": 2699, \"rank\": 1024, \"rankvar\": 782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 867, \"group\": [2699.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAGTATCTG\", \"ini\": 3106, \"clust\": 2357, \"rank\": 581, \"rankvar\": 2493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 868, \"group\": [2358.0, 394.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCGCAAGC\", \"ini\": 3105, \"clust\": 1974, \"rank\": 573, \"rankvar\": 1013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 869, \"group\": [1973.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGCAAATTGCC\", \"ini\": 3104, \"clust\": 4680, \"rank\": 678, \"rankvar\": 1712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 485, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4650, \"group\": [4680.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCACAGATTC\", \"ini\": 3103, \"clust\": 2109, \"rank\": 760, \"rankvar\": 979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 870, \"group\": [2109.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAGTATAAG\", \"ini\": 3102, \"clust\": 1937, \"rank\": 920, \"rankvar\": 484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 487, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 871, \"group\": [1938.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGAGCGAG\", \"ini\": 3101, \"clust\": 4702, \"rank\": 1081, \"rankvar\": 3665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 488, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4651, \"group\": [4710.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTAGCACGA\", \"ini\": 3100, \"clust\": 3723, \"rank\": 474, \"rankvar\": 1653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 489, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2694, \"group\": [3720.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCAAACAACA\", \"ini\": 3099, \"clust\": 2657, \"rank\": 707, \"rankvar\": 2254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 490, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 872, \"group\": [2657.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGCATGAG\", \"ini\": 3098, \"clust\": 139, \"rank\": 451, \"rankvar\": 4377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 491, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 233, \"group\": [138.0, 29.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGCGATAC\", \"ini\": 3097, \"clust\": 2953, \"rank\": 1108, \"rankvar\": 1988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 492, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 873, \"group\": [2954.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCGGTCTAA\", \"ini\": 3096, \"clust\": 2077, \"rank\": 788, \"rankvar\": 1086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 493, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 874, \"group\": [2083.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCGGCGCTA\", \"ini\": 3095, \"clust\": 4810, \"rank\": 958, \"rankvar\": 4129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4652, \"group\": [4809.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGGAGTTTA\", \"ini\": 3094, \"clust\": 4477, \"rank\": 492, \"rankvar\": 4349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 495, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4653, \"group\": [4478.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGATGCGAC\", \"ini\": 3093, \"clust\": 4767, \"rank\": 565, \"rankvar\": 4029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 496, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4654, \"group\": [4765.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCATAACCG\", \"ini\": 3092, \"clust\": 3737, \"rank\": 554, \"rankvar\": 3840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 497, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2695, \"group\": [3734.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTCCCGAG\", \"ini\": 3091, \"clust\": 4672, \"rank\": 464, \"rankvar\": 3517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4655, \"group\": [4673.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCCGTTGTC\", \"ini\": 3090, \"clust\": 1881, \"rank\": 1207, \"rankvar\": 583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 499, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2092, \"group\": [1882.0, 308.0, 54.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATGCAATC\", \"ini\": 3089, \"clust\": 2626, \"rank\": 790, \"rankvar\": 2734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 875, \"group\": [2626.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCATGTAGC\", \"ini\": 3088, \"clust\": 1598, \"rank\": 257, \"rankvar\": 4084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3109, \"group\": [1601.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTCTTCTCG\", \"ini\": 3087, \"clust\": 2689, \"rank\": 590, \"rankvar\": 2055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 876, \"group\": [2692.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCCTAA\", \"ini\": 3086, \"clust\": 2043, \"rank\": 842, \"rankvar\": 294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 877, \"group\": [2044.0, 338.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAAAGAATC\", \"ini\": 3085, \"clust\": 2064, \"rank\": 919, \"rankvar\": 1447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 878, \"group\": [2064.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGACACG\", \"ini\": 3084, \"clust\": 2652, \"rank\": 897, \"rankvar\": 3113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 879, \"group\": [2653.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCTTGTCC\", \"ini\": 3083, \"clust\": 1596, \"rank\": 316, \"rankvar\": 4301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3110, \"group\": [1597.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTCCGACGT\", \"ini\": 3082, \"clust\": 2002, \"rank\": 497, \"rankvar\": 867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 880, \"group\": [2001.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAAGTGGC\", \"ini\": 3081, \"clust\": 4507, \"rank\": 873, \"rankvar\": 2768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4656, \"group\": [4506.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCAGAAGG\", \"ini\": 3080, \"clust\": 4024, \"rank\": 860, \"rankvar\": 3410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2696, \"group\": [4023.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGCGTTCG\", \"ini\": 3079, \"clust\": 4177, \"rank\": 1388, \"rankvar\": 4557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 510, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 51, \"group\": [4177.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGCATCTA\", \"ini\": 3078, \"clust\": 2627, \"rank\": 698, \"rankvar\": 1999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 511, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 881, \"group\": [2627.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGTTTGCC\", \"ini\": 3077, \"clust\": 3100, \"rank\": 1326, \"rankvar\": 3220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 882, \"group\": [3105.0, 428.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCACAAGCCC\", \"ini\": 3076, \"clust\": 2049, \"rank\": 555, \"rankvar\": 2725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 513, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 883, \"group\": [2049.0, 340.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGAGAACG\", \"ini\": 3075, \"clust\": 2564, \"rank\": 627, \"rankvar\": 2386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 884, \"group\": [2564.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGAGCACACAG\", \"ini\": 3074, \"clust\": 4506, \"rank\": 623, \"rankvar\": 3606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4657, \"group\": [4508.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGCGTAAG\", \"ini\": 3073, \"clust\": 3086, \"rank\": 1351, \"rankvar\": 49, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 516, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 885, \"group\": [3087.0, 418.0, 60.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGATATGGT\", \"ini\": 3072, \"clust\": 2082, \"rank\": 738, \"rankvar\": 1480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 886, \"group\": [2081.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTTAGCGG\", \"ini\": 3071, \"clust\": 2387, \"rank\": 1056, \"rankvar\": 1179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 518, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 887, \"group\": [2390.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGTCCCACG\", \"ini\": 3070, \"clust\": 2047, \"rank\": 827, \"rankvar\": 1180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 519, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 888, \"group\": [2047.0, 340.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTGTTTG\", \"ini\": 3069, \"clust\": 2112, \"rank\": 564, \"rankvar\": 1901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 520, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 889, \"group\": [2112.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCAAGCTGGAAC\", \"ini\": 3068, \"clust\": 4125, \"rank\": 1763, \"rankvar\": 3862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 521, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 52, \"group\": [4123.0, 777.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGAGTTGC\", \"ini\": 3067, \"clust\": 4478, \"rank\": 486, \"rankvar\": 3820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4658, \"group\": [4479.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAGTTGTGGCC\", \"ini\": 3066, \"clust\": 3738, \"rank\": 613, \"rankvar\": 4132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 523, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2697, \"group\": [3736.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCACACGC\", \"ini\": 3065, \"clust\": 3979, \"rank\": 838, \"rankvar\": 1326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 524, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2698, \"group\": [3981.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCAAAGTAG\", \"ini\": 3064, \"clust\": 4718, \"rank\": 544, \"rankvar\": 4312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 525, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4659, \"group\": [4719.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTGGTGTAG\", \"ini\": 3063, \"clust\": 2408, \"rank\": 814, \"rankvar\": 1412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 890, \"group\": [2409.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAAGTGTA\", \"ini\": 3062, \"clust\": 4681, \"rank\": 599, \"rankvar\": 3904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 527, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4660, \"group\": [4681.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAGGTCGTC\", \"ini\": 3061, \"clust\": 4662, \"rank\": 754, \"rankvar\": 3932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 528, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4661, \"group\": [4661.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTACGAAAT\", \"ini\": 3060, \"clust\": 2100, \"rank\": 729, \"rankvar\": 450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 891, \"group\": [2104.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGAAAG\", \"ini\": 3059, \"clust\": 4741, \"rank\": 785, \"rankvar\": 2526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 530, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4662, \"group\": [4740.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGGGACA\", \"ini\": 3058, \"clust\": 2105, \"rank\": 747, \"rankvar\": 1158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 892, \"group\": [2108.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGACG\", \"ini\": 3057, \"clust\": 2414, \"rank\": 1102, \"rankvar\": 461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 893, \"group\": [2419.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTAAGTAC\", \"ini\": 3056, \"clust\": 2658, \"rank\": 667, \"rankvar\": 2452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 533, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 894, \"group\": [2658.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTGCAAGC\", \"ini\": 3055, \"clust\": 4678, \"rank\": 671, \"rankvar\": 3030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 534, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4663, \"group\": [4679.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTACAGACG\", \"ini\": 3054, \"clust\": 2054, \"rank\": 852, \"rankvar\": 1552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 895, \"group\": [2054.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATGCCAT\", \"ini\": 3053, \"clust\": 2241, \"rank\": 973, \"rankvar\": 1157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 896, \"group\": [2241.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGTAGCCGA\", \"ini\": 3052, \"clust\": 2646, \"rank\": 845, \"rankvar\": 1830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 897, \"group\": [2647.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGCAGGTA\", \"ini\": 3051, \"clust\": 3719, \"rank\": 510, \"rankvar\": 1841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 538, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2699, \"group\": [3718.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCTCCAAATGC\", \"ini\": 3050, \"clust\": 2382, \"rank\": 904, \"rankvar\": 3611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 898, \"group\": [2385.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGGTCA\", \"ini\": 3049, \"clust\": 3141, \"rank\": 1251, \"rankvar\": 1519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 899, \"group\": [3140.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTTGTTTGG\", \"ini\": 3048, \"clust\": 5154, \"rank\": 1908, \"rankvar\": 1687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 541, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4664, \"group\": [5155.0, 1029.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCGGACC\", \"ini\": 3047, \"clust\": 2628, \"rank\": 748, \"rankvar\": 2129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 900, \"group\": [2629.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAACTGCT\", \"ini\": 3046, \"clust\": 4685, \"rank\": 651, \"rankvar\": 3388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 543, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4665, \"group\": [4685.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCTGATAA\", \"ini\": 3045, \"clust\": 2725, \"rank\": 875, \"rankvar\": 2315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 901, \"group\": [2725.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCATCCGTGG\", \"ini\": 3044, \"clust\": 2101, \"rank\": 822, \"rankvar\": 1367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 545, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 902, \"group\": [2103.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGAACGT\", \"ini\": 3043, \"clust\": 2421, \"rank\": 834, \"rankvar\": 1342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 546, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 903, \"group\": [2422.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGTGGGAA\", \"ini\": 3042, \"clust\": 2659, \"rank\": 905, \"rankvar\": 1329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 904, \"group\": [2660.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGAAGTT\", \"ini\": 3041, \"clust\": 2664, \"rank\": 745, \"rankvar\": 3739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 905, \"group\": [2666.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCCTATTCA\", \"ini\": 3040, \"clust\": 1946, \"rank\": 683, \"rankvar\": 137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 906, \"group\": [1945.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTTCGCAT\", \"ini\": 3039, \"clust\": 2558, \"rank\": 758, \"rankvar\": 2548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 907, \"group\": [2561.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGACATCTACGA\", \"ini\": 3038, \"clust\": 4820, \"rank\": 705, \"rankvar\": 4108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 551, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4666, \"group\": [4824.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAACTGGCC\", \"ini\": 3037, \"clust\": 4499, \"rank\": 940, \"rankvar\": 871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4667, \"group\": [4499.0, 862.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAATCGAAA\", \"ini\": 3036, \"clust\": 1831, \"rank\": 1203, \"rankvar\": 173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 553, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 908, \"group\": [1830.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATCACAC\", \"ini\": 3035, \"clust\": 2437, \"rank\": 861, \"rankvar\": 2363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 909, \"group\": [2436.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTGATGTGG\", \"ini\": 3034, \"clust\": 2775, \"rank\": 1071, \"rankvar\": 1865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 910, \"group\": [2778.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGCGTTCCG\", \"ini\": 3033, \"clust\": 2683, \"rank\": 625, \"rankvar\": 1341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 556, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 911, \"group\": [2686.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTAACGGT\", \"ini\": 3032, \"clust\": 3743, \"rank\": 763, \"rankvar\": 3187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 557, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2700, \"group\": [3744.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTAGCATGGCA\", \"ini\": 3031, \"clust\": 2078, \"rank\": 945, \"rankvar\": 1912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 912, \"group\": [2078.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGTACGG\", \"ini\": 3030, \"clust\": 1760, \"rank\": 1119, \"rankvar\": 345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 913, \"group\": [1759.0, 280.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAGAGCCAA\", \"ini\": 3029, \"clust\": 2412, \"rank\": 870, \"rankvar\": 2065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 914, \"group\": [2413.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCGTTCCG\", \"ini\": 3028, \"clust\": 4708, \"rank\": 840, \"rankvar\": 3334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 561, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4668, \"group\": [4707.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCTGCGAA\", \"ini\": 3027, \"clust\": 2235, \"rank\": 1190, \"rankvar\": 2457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 915, \"group\": [2238.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCGGCTACG\", \"ini\": 3026, \"clust\": 2092, \"rank\": 661, \"rankvar\": 1490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 916, \"group\": [2097.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCCATGCTC\", \"ini\": 3025, \"clust\": 2600, \"rank\": 679, \"rankvar\": 2056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 564, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 917, \"group\": [2600.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGATCAGCCTAA\", \"ini\": 3024, \"clust\": 2624, \"rank\": 816, \"rankvar\": 2226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 918, \"group\": [2624.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCGAACA\", \"ini\": 3023, \"clust\": 2573, \"rank\": 906, \"rankvar\": 1542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 919, \"group\": [2573.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGAAATA\", \"ini\": 3022, \"clust\": 2674, \"rank\": 691, \"rankvar\": 2891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 567, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 920, \"group\": [2674.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGCTTCC\", \"ini\": 3021, \"clust\": 2676, \"rank\": 854, \"rankvar\": 3567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 921, \"group\": [2676.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTATCTG\", \"ini\": 3020, \"clust\": 4835, \"rank\": 775, \"rankvar\": 4435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 569, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4669, \"group\": [4833.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGATATGCA\", \"ini\": 3019, \"clust\": 1597, \"rank\": 641, \"rankvar\": 436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3111, \"group\": [1598.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCATCATTC\", \"ini\": 3018, \"clust\": 2967, \"rank\": 1070, \"rankvar\": 2762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 922, \"group\": [2968.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACCGAATT\", \"ini\": 3017, \"clust\": 4779, \"rank\": 1120, \"rankvar\": 4010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 572, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4670, \"group\": [4777.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTGAGTGT\", \"ini\": 3016, \"clust\": 1756, \"rank\": 1310, \"rankvar\": 440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 573, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 923, \"group\": [1755.0, 279.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGCAATTA\", \"ini\": 3015, \"clust\": 1684, \"rank\": 917, \"rankvar\": 1074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 924, \"group\": [1687.0, 236.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACTCCTG\", \"ini\": 3014, \"clust\": 4092, \"rank\": 918, \"rankvar\": 3349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 575, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2701, \"group\": [4091.0, 766.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTCATCC\", \"ini\": 3013, \"clust\": 2586, \"rank\": 1022, \"rankvar\": 1724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 925, \"group\": [2587.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGAACAACT\", \"ini\": 3012, \"clust\": 2616, \"rank\": 1198, \"rankvar\": 1154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 577, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 926, \"group\": [2619.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCATCAGTAC\", \"ini\": 3011, \"clust\": 1593, \"rank\": 247, \"rankvar\": 4915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3112, \"group\": [1594.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGTACATGA\", \"ini\": 3010, \"clust\": 2754, \"rank\": 899, \"rankvar\": 1194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 927, \"group\": [2755.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCCAATGGT\", \"ini\": 3009, \"clust\": 2091, \"rank\": 811, \"rankvar\": 1336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 928, \"group\": [2091.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTCGTACT\", \"ini\": 3008, \"clust\": 4773, \"rank\": 629, \"rankvar\": 3974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 581, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4671, \"group\": [4773.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTTGTTGG\", \"ini\": 3007, \"clust\": 2595, \"rank\": 909, \"rankvar\": 370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 582, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 929, \"group\": [2596.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACATGTCTCC\", \"ini\": 3006, \"clust\": 4165, \"rank\": 1875, \"rankvar\": 4210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 583, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 53, \"group\": [4163.0, 788.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTTGAGTTC\", \"ini\": 3005, \"clust\": 2663, \"rank\": 913, \"rankvar\": 2468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 584, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 930, \"group\": [2667.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCGTTTAC\", \"ini\": 3004, \"clust\": 4854, \"rank\": 1158, \"rankvar\": 1976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 585, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4672, \"group\": [4854.0, 894.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTTGAGGTG\", \"ini\": 3003, \"clust\": 4679, \"rank\": 668, \"rankvar\": 2410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 586, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4673, \"group\": [4682.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTACGAAAT\", \"ini\": 3002, \"clust\": 2153, \"rank\": 1063, \"rankvar\": 1209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 931, \"group\": [2154.0, 364.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCGTGGTCG\", \"ini\": 3001, \"clust\": 2572, \"rank\": 862, \"rankvar\": 1641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 932, \"group\": [2572.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTGTGTCGCTG\", \"ini\": 3000, \"clust\": 4173, \"rank\": 1701, \"rankvar\": 4404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 589, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 54, \"group\": [4171.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACAGTACACCT\", \"ini\": 2999, \"clust\": 2700, \"rank\": 983, \"rankvar\": 820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 590, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 933, \"group\": [2700.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGGAGGTA\", \"ini\": 2998, \"clust\": 4531, \"rank\": 588, \"rankvar\": 1993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 591, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4674, \"group\": [4535.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGGTAACG\", \"ini\": 2997, \"clust\": 2130, \"rank\": 1156, \"rankvar\": 1963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 934, \"group\": [2132.0, 351.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACGAAA\", \"ini\": 2996, \"clust\": 4555, \"rank\": 470, \"rankvar\": 4049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 593, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4675, \"group\": [4552.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCCTGTT\", \"ini\": 2995, \"clust\": 4780, \"rank\": 980, \"rankvar\": 2665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 594, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4676, \"group\": [4778.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATGTTGTCTTT\", \"ini\": 2994, \"clust\": 2375, \"rank\": 848, \"rankvar\": 1866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 595, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 935, \"group\": [2378.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCGCCGTGA\", \"ini\": 2993, \"clust\": 4682, \"rank\": 895, \"rankvar\": 4042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 596, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4677, \"group\": [4683.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATCGCTC\", \"ini\": 2992, \"clust\": 2037, \"rank\": 821, \"rankvar\": 1827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 936, \"group\": [2037.0, 337.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCCTGCCAT\", \"ini\": 2991, \"clust\": 1702, \"rank\": 1319, \"rankvar\": 91, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 937, \"group\": [1703.0, 248.0, 48.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTGACCAAG\", \"ini\": 2990, \"clust\": 4520, \"rank\": 743, \"rankvar\": 2242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4678, \"group\": [4521.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTACGAAAT\", \"ini\": 2989, \"clust\": 4574, \"rank\": 1273, \"rankvar\": 1578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 600, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4679, \"group\": [4577.0, 874.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTAAGGTCATCT\", \"ini\": 2988, \"clust\": 2151, \"rank\": 1104, \"rankvar\": 1327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 938, \"group\": [2151.0, 363.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCGAGAACG\", \"ini\": 2987, \"clust\": 1932, \"rank\": 1136, \"rankvar\": 373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 939, \"group\": [1932.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCGAGCCCA\", \"ini\": 2986, \"clust\": 2400, \"rank\": 882, \"rankvar\": 1104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 940, \"group\": [2401.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGTACGCCC\", \"ini\": 2985, \"clust\": 4792, \"rank\": 868, \"rankvar\": 3958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4680, \"group\": [4790.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCTTACCTA\", \"ini\": 2984, \"clust\": 3129, \"rank\": 1262, \"rankvar\": 900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 941, \"group\": [3130.0, 439.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGAACTCGG\", \"ini\": 2983, \"clust\": 4665, \"rank\": 473, \"rankvar\": 3671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 606, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4681, \"group\": [4664.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGGAT\", \"ini\": 2982, \"clust\": 1835, \"rank\": 1017, \"rankvar\": 548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 607, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 942, \"group\": [1836.0, 289.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTGCTCTTC\", \"ini\": 2981, \"clust\": 1601, \"rank\": 413, \"rankvar\": 3073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 608, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3113, \"group\": [1602.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGACGCAA\", \"ini\": 2980, \"clust\": 4715, \"rank\": 839, \"rankvar\": 3078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 609, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4682, \"group\": [4722.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCACTGTCGG\", \"ini\": 2979, \"clust\": 4836, \"rank\": 935, \"rankvar\": 4304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4683, \"group\": [4834.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTGCAGGTA\", \"ini\": 2978, \"clust\": 2359, \"rank\": 1151, \"rankvar\": 3694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 943, \"group\": [2362.0, 395.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTGAGCGAT\", \"ini\": 2977, \"clust\": 4102, \"rank\": 783, \"rankvar\": 4749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 612, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2702, \"group\": [4140.0, 782.0, 124.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCACATACG\", \"ini\": 2976, \"clust\": 5030, \"rank\": 725, \"rankvar\": 2426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 613, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3957, \"group\": [5031.0, 983.0, 159.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTTCAGTTCGA\", \"ini\": 2975, \"clust\": 2742, \"rank\": 1340, \"rankvar\": 2836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 944, \"group\": [2742.0, 402.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCCTTGACC\", \"ini\": 2974, \"clust\": 2644, \"rank\": 1029, \"rankvar\": 1710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 945, \"group\": [2645.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATCGATGT\", \"ini\": 2973, \"clust\": 2316, \"rank\": 1069, \"rankvar\": 1868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 616, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 946, \"group\": [2318.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCCAAAGTC\", \"ini\": 2972, \"clust\": 2031, \"rank\": 878, \"rankvar\": 1630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 947, \"group\": [2032.0, 335.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCCGAAGAG\", \"ini\": 2971, \"clust\": 44, \"rank\": 1568, \"rankvar\": 4651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 618, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5211, \"group\": [45.0, 13.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGAAACCTA\", \"ini\": 2970, \"clust\": 4103, \"rank\": 1546, \"rankvar\": 2006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 55, \"group\": [4108.0, 773.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCGACGGAA\", \"ini\": 2969, \"clust\": 3717, \"rank\": 764, \"rankvar\": 1731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 620, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2703, \"group\": [3716.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACCAGTTA\", \"ini\": 2968, \"clust\": 2902, \"rank\": 1005, \"rankvar\": 3430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 948, \"group\": [2902.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTCTGGAGA\", \"ini\": 2967, \"clust\": 2390, \"rank\": 1002, \"rankvar\": 1615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 949, \"group\": [2391.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCATCGGAT\", \"ini\": 2966, \"clust\": 2402, \"rank\": 914, \"rankvar\": 1052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 950, \"group\": [2403.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGGTAAG\", \"ini\": 2965, \"clust\": 2117, \"rank\": 911, \"rankvar\": 896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 951, \"group\": [2119.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCTTGACC\", \"ini\": 2964, \"clust\": 2098, \"rank\": 740, \"rankvar\": 417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 625, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 952, \"group\": [2099.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACAGAGA\", \"ini\": 2963, \"clust\": 2565, \"rank\": 781, \"rankvar\": 2579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 953, \"group\": [2565.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACATCCA\", \"ini\": 2962, \"clust\": 4675, \"rank\": 571, \"rankvar\": 4196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4684, \"group\": [4675.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAGCCTAT\", \"ini\": 2961, \"clust\": 4529, \"rank\": 662, \"rankvar\": 2815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 628, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4685, \"group\": [4529.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTAGAGC\", \"ini\": 2960, \"clust\": 4716, \"rank\": 1088, \"rankvar\": 2064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 629, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4686, \"group\": [4721.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTAGCGTGA\", \"ini\": 2959, \"clust\": 2040, \"rank\": 1320, \"rankvar\": 424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 954, \"group\": [2040.0, 338.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTGAGGGAG\", \"ini\": 2958, \"clust\": 4671, \"rank\": 648, \"rankvar\": 3403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 631, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4687, \"group\": [4672.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTAGCCTAT\", \"ini\": 2957, \"clust\": 3142, \"rank\": 1426, \"rankvar\": 508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 955, \"group\": [3141.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCATACCATG\", \"ini\": 2956, \"clust\": 4076, \"rank\": 1536, \"rankvar\": 4275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 633, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2704, \"group\": [4074.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTGCAGTAG\", \"ini\": 2955, \"clust\": 4787, \"rank\": 1084, \"rankvar\": 2062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 634, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4688, \"group\": [4787.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACGCTTTC\", \"ini\": 2954, \"clust\": 4781, \"rank\": 1181, \"rankvar\": 3130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 635, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4689, \"group\": [4780.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCGACAT\", \"ini\": 2953, \"clust\": 2106, \"rank\": 994, \"rankvar\": 840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 956, \"group\": [2106.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTATGTGG\", \"ini\": 2952, \"clust\": 2946, \"rank\": 1150, \"rankvar\": 3272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 637, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 957, \"group\": [2945.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTAGCGGT\", \"ini\": 2951, \"clust\": 3131, \"rank\": 1658, \"rankvar\": 2567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 958, \"group\": [3143.0, 441.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACTCTTA\", \"ini\": 2950, \"clust\": 2070, \"rank\": 1007, \"rankvar\": 1645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 639, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 959, \"group\": [2071.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACTTACGA\", \"ini\": 2949, \"clust\": 2041, \"rank\": 997, \"rankvar\": 1159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 960, \"group\": [2041.0, 338.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTCAGATAA\", \"ini\": 2948, \"clust\": 1499, \"rank\": 799, \"rankvar\": 3279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 641, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3958, \"group\": [1501.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTGATAAGT\", \"ini\": 2947, \"clust\": 1883, \"rank\": 1122, \"rankvar\": 1318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 642, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2093, \"group\": [1887.0, 313.0, 54.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGTGAGA\", \"ini\": 2946, \"clust\": 2239, \"rank\": 959, \"rankvar\": 1458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 961, \"group\": [2239.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGGGTCT\", \"ini\": 2945, \"clust\": 2568, \"rank\": 850, \"rankvar\": 1906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 962, \"group\": [2569.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCTCGGATGTT\", \"ini\": 2944, \"clust\": 3724, \"rank\": 726, \"rankvar\": 2920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2705, \"group\": [3721.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCCAAGTAATG\", \"ini\": 2943, \"clust\": 2519, \"rank\": 1034, \"rankvar\": 2973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 646, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 963, \"group\": [2518.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAACACAGTCGC\", \"ini\": 2942, \"clust\": 4502, \"rank\": 1046, \"rankvar\": 1089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 647, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4690, \"group\": [4505.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTCGAGTA\", \"ini\": 2941, \"clust\": 4493, \"rank\": 593, \"rankvar\": 3608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 648, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4691, \"group\": [4493.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCTCACCT\", \"ini\": 2940, \"clust\": 4552, \"rank\": 508, \"rankvar\": 3418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 649, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4692, \"group\": [4550.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTTCAACCA\", \"ini\": 2939, \"clust\": 2102, \"rank\": 1051, \"rankvar\": 890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 964, \"group\": [2102.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACACATGT\", \"ini\": 2938, \"clust\": 2458, \"rank\": 828, \"rankvar\": 2236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 651, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 965, \"group\": [2459.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTGCACTTA\", \"ini\": 2937, \"clust\": 1927, \"rank\": 921, \"rankvar\": 333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 966, \"group\": [1929.0, 331.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTTACGTCA\", \"ini\": 2936, \"clust\": 3104, \"rank\": 1338, \"rankvar\": 1759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 653, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 967, \"group\": [3104.0, 427.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTTGGGTA\", \"ini\": 2935, \"clust\": 2721, \"rank\": 1172, \"rankvar\": 2407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 968, \"group\": [2724.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTATTACCG\", \"ini\": 2934, \"clust\": 4476, \"rank\": 552, \"rankvar\": 4144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 655, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4693, \"group\": [4476.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGGCTCAGA\", \"ini\": 2933, \"clust\": 4743, \"rank\": 1042, \"rankvar\": 3368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 656, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4694, \"group\": [4743.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCACTCCTG\", \"ini\": 2932, \"clust\": 2707, \"rank\": 1025, \"rankvar\": 3185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 969, \"group\": [2708.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAGACGCTC\", \"ini\": 2931, \"clust\": 2317, \"rank\": 1161, \"rankvar\": 1802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 970, \"group\": [2316.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTGACTACT\", \"ini\": 2930, \"clust\": 2115, \"rank\": 977, \"rankvar\": 1740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 659, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 971, \"group\": [2115.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAGGTACC\", \"ini\": 2929, \"clust\": 2597, \"rank\": 1016, \"rankvar\": 2263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 972, \"group\": [2595.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCACCATCCT\", \"ini\": 2928, \"clust\": 2566, \"rank\": 982, \"rankvar\": 2086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 973, \"group\": [2567.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTAGTGCTGCC\", \"ini\": 2927, \"clust\": 2240, \"rank\": 1113, \"rankvar\": 742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 662, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 974, \"group\": [2240.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGGCTT\", \"ini\": 2926, \"clust\": 2583, \"rank\": 1144, \"rankvar\": 2591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 663, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 975, \"group\": [2582.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCTACAGA\", \"ini\": 2925, \"clust\": 4575, \"rank\": 1061, \"rankvar\": 1550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 664, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4695, \"group\": [4575.0, 874.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACAGTAGGTGC\", \"ini\": 2924, \"clust\": 2920, \"rank\": 1145, \"rankvar\": 3173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 665, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 976, \"group\": [2919.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTTATCTG\", \"ini\": 2923, \"clust\": 4861, \"rank\": 1675, \"rankvar\": 3516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 666, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4696, \"group\": [4859.0, 897.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGCGGTAA\", \"ini\": 2922, \"clust\": 2599, \"rank\": 888, \"rankvar\": 1189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 977, \"group\": [2599.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTCTAGAGG\", \"ini\": 2921, \"clust\": 3718, \"rank\": 752, \"rankvar\": 3717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2706, \"group\": [3717.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCGTTTGCC\", \"ini\": 2920, \"clust\": 3127, \"rank\": 1201, \"rankvar\": 1088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 978, \"group\": [3128.0, 439.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTGTTTGT\", \"ini\": 2919, \"clust\": 4668, \"rank\": 733, \"rankvar\": 3826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 670, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4697, \"group\": [4667.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCATAAAGG\", \"ini\": 2918, \"clust\": 2395, \"rank\": 1236, \"rankvar\": 429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 671, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 979, \"group\": [2395.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTTCAACCA\", \"ini\": 2917, \"clust\": 4808, \"rank\": 1146, \"rankvar\": 3780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 672, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4698, \"group\": [4807.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTACTCTCC\", \"ini\": 2916, \"clust\": 3105, \"rank\": 1689, \"rankvar\": 2060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 673, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 980, \"group\": [3106.0, 429.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGGTGTGT\", \"ini\": 2915, \"clust\": 2474, \"rank\": 927, \"rankvar\": 3387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 981, \"group\": [2474.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTGTCTTT\", \"ini\": 2914, \"clust\": 2032, \"rank\": 1202, \"rankvar\": 45, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 982, \"group\": [2036.0, 336.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAATTCCC\", \"ini\": 2913, \"clust\": 2084, \"rank\": 652, \"rankvar\": 2689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 983, \"group\": [2088.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAGCGCTC\", \"ini\": 2912, \"clust\": 4826, \"rank\": 1118, \"rankvar\": 3704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 677, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4699, \"group\": [4825.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTGCAGACA\", \"ini\": 2911, \"clust\": 3730, \"rank\": 669, \"rankvar\": 3867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 678, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2707, \"group\": [3739.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCAATAAGG\", \"ini\": 2910, \"clust\": 4707, \"rank\": 876, \"rankvar\": 1874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 679, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4700, \"group\": [4709.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCACCAGGC\", \"ini\": 2909, \"clust\": 3037, \"rank\": 1365, \"rankvar\": 1021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 984, \"group\": [3040.0, 411.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGTTAAGA\", \"ini\": 2908, \"clust\": 4179, \"rank\": 1828, \"rankvar\": 4625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 681, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 56, \"group\": [4176.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAGGGCT\", \"ini\": 2907, \"clust\": 2413, \"rank\": 1154, \"rankvar\": 1059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 985, \"group\": [2414.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAAGTAGTA\", \"ini\": 2906, \"clust\": 2326, \"rank\": 1157, \"rankvar\": 1131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 986, \"group\": [2326.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCATCTATGG\", \"ini\": 2905, \"clust\": 3069, \"rank\": 1496, \"rankvar\": 3501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 987, \"group\": [3072.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGGACGAAA\", \"ini\": 2904, \"clust\": 4762, \"rank\": 784, \"rankvar\": 4300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 685, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4701, \"group\": [4759.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTCGAGTTT\", \"ini\": 2903, \"clust\": 2647, \"rank\": 1142, \"rankvar\": 1926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 988, \"group\": [2648.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTAAGTGGC\", \"ini\": 2902, \"clust\": 2641, \"rank\": 1149, \"rankvar\": 1321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 989, \"group\": [2643.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCTCATGTCCC\", \"ini\": 2901, \"clust\": 2351, \"rank\": 1045, \"rankvar\": 2333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 990, \"group\": [2352.0, 392.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATGCCTAA\", \"ini\": 2900, \"clust\": 4911, \"rank\": 1176, \"rankvar\": 898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 689, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4702, \"group\": [4913.0, 921.0, 146.0, 33.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCAACGAAA\", \"ini\": 2899, \"clust\": 5160, \"rank\": 1666, \"rankvar\": 743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 991, \"group\": [5161.0, 1034.0, 166.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATGGAGC\", \"ini\": 2898, \"clust\": 4530, \"rank\": 737, \"rankvar\": 3971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 691, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4703, \"group\": [4530.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGAAACCTA\", \"ini\": 2897, \"clust\": 2762, \"rank\": 1126, \"rankvar\": 2900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 692, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 992, \"group\": [2763.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCCTTGACC\", \"ini\": 2896, \"clust\": 2760, \"rank\": 1006, \"rankvar\": 3790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 993, \"group\": [2761.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGTGGACGT\", \"ini\": 2895, \"clust\": 3725, \"rank\": 1073, \"rankvar\": 2325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2708, \"group\": [3725.0, 701.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCGAGAGCA\", \"ini\": 2894, \"clust\": 2823, \"rank\": 825, \"rankvar\": 3264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 994, \"group\": [2824.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAAATTGCC\", \"ini\": 2893, \"clust\": 3983, \"rank\": 1143, \"rankvar\": 2873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2709, \"group\": [3983.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTGCTG\", \"ini\": 2892, \"clust\": 3715, \"rank\": 926, \"rankvar\": 2967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2710, \"group\": [3714.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACCAGGCTGAA\", \"ini\": 2891, \"clust\": 2422, \"rank\": 995, \"rankvar\": 477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 995, \"group\": [2423.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCGTTCCG\", \"ini\": 2890, \"clust\": 2060, \"rank\": 1380, \"rankvar\": 641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 996, \"group\": [2060.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCCGAACC\", \"ini\": 2889, \"clust\": 1898, \"rank\": 1082, \"rankvar\": 266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 700, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 997, \"group\": [1899.0, 319.0, 57.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCTTCTCG\", \"ini\": 2888, \"clust\": 5152, \"rank\": 1739, \"rankvar\": 96, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 701, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4704, \"group\": [5153.0, 1028.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGTGTTAGA\", \"ini\": 2887, \"clust\": 2660, \"rank\": 985, \"rankvar\": 1928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 702, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 998, \"group\": [2661.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTAAGTGTA\", \"ini\": 2886, \"clust\": 2534, \"rank\": 955, \"rankvar\": 3436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 999, \"group\": [2533.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGGGTTCCC\", \"ini\": 2885, \"clust\": 3712, \"rank\": 890, \"rankvar\": 1953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 704, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2711, \"group\": [3712.0, 698.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGTTTA\", \"ini\": 2884, \"clust\": 4510, \"rank\": 970, \"rankvar\": 3781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 705, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4705, \"group\": [4510.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTTTAAGCC\", \"ini\": 2883, \"clust\": 4194, \"rank\": 1917, \"rankvar\": 4802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 706, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 57, \"group\": [4191.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTAAGGGAA\", \"ini\": 2882, \"clust\": 4554, \"rank\": 675, \"rankvar\": 2712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 707, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4706, \"group\": [4554.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATCTGTT\", \"ini\": 2881, \"clust\": 2373, \"rank\": 1131, \"rankvar\": 2814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1000, \"group\": [2371.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGATACACA\", \"ini\": 2880, \"clust\": 4516, \"rank\": 986, \"rankvar\": 2787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 709, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4707, \"group\": [4514.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTAAATGTG\", \"ini\": 2879, \"clust\": 2577, \"rank\": 1195, \"rankvar\": 2174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1001, \"group\": [2581.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGTAGCCGA\", \"ini\": 2878, \"clust\": 2393, \"rank\": 976, \"rankvar\": 1804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1002, \"group\": [2394.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTATTG\", \"ini\": 2877, \"clust\": 2563, \"rank\": 886, \"rankvar\": 2360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1003, \"group\": [2566.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCAAGCTGAG\", \"ini\": 2876, \"clust\": 4755, \"rank\": 1038, \"rankvar\": 4117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 713, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4708, \"group\": [4758.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCGTAATA\", \"ini\": 2875, \"clust\": 2696, \"rank\": 1138, \"rankvar\": 3192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1004, \"group\": [2695.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCAACTCTT\", \"ini\": 2874, \"clust\": 2697, \"rank\": 1019, \"rankvar\": 863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 715, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1005, \"group\": [2696.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCTCTTGTCAT\", \"ini\": 2873, \"clust\": 2396, \"rank\": 1114, \"rankvar\": 352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 716, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1006, \"group\": [2396.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCAGATCG\", \"ini\": 2872, \"clust\": 2569, \"rank\": 934, \"rankvar\": 1435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 717, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1007, \"group\": [2570.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCACGTGG\", \"ini\": 2871, \"clust\": 2872, \"rank\": 1240, \"rankvar\": 1099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1008, \"group\": [2872.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTCAAGCCTAT\", \"ini\": 2870, \"clust\": 2470, \"rank\": 1072, \"rankvar\": 2334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 719, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1009, \"group\": [2472.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCACTATTC\", \"ini\": 2869, \"clust\": 4763, \"rank\": 884, \"rankvar\": 4011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 720, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4709, \"group\": [4760.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGCATGGCA\", \"ini\": 2868, \"clust\": 4494, \"rank\": 937, \"rankvar\": 3752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 721, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4710, \"group\": [4494.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCACGGTGTC\", \"ini\": 2867, \"clust\": 4546, \"rank\": 618, \"rankvar\": 3282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 722, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4711, \"group\": [4556.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAGATGAGC\", \"ini\": 2866, \"clust\": 2526, \"rank\": 915, \"rankvar\": 4096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 723, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1010, \"group\": [2526.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTCTCCACT\", \"ini\": 2865, \"clust\": 2131, \"rank\": 1372, \"rankvar\": 605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 724, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1011, \"group\": [2130.0, 351.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTCTCGG\", \"ini\": 2864, \"clust\": 2716, \"rank\": 1180, \"rankvar\": 3874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 725, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1012, \"group\": [2715.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAATGTTGC\", \"ini\": 2863, \"clust\": 2705, \"rank\": 1238, \"rankvar\": 928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1013, \"group\": [2706.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGTCTCA\", \"ini\": 2862, \"clust\": 4491, \"rank\": 1259, \"rankvar\": 1859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 727, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4712, \"group\": [4491.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCTGT\", \"ini\": 2861, \"clust\": 2346, \"rank\": 1216, \"rankvar\": 2035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 728, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1014, \"group\": [2347.0, 391.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGGGCATGT\", \"ini\": 2860, \"clust\": 4719, \"rank\": 981, \"rankvar\": 3450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 729, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4713, \"group\": [4718.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGACATGGGACA\", \"ini\": 2859, \"clust\": 2957, \"rank\": 1332, \"rankvar\": 2175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1015, \"group\": [2955.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTTCCGGCA\", \"ini\": 2858, \"clust\": 3083, \"rank\": 1479, \"rankvar\": 1185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 731, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1016, \"group\": [3083.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAAGGATT\", \"ini\": 2857, \"clust\": 4806, \"rank\": 1230, \"rankvar\": 1357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 732, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4714, \"group\": [4808.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATCGATTG\", \"ini\": 2856, \"clust\": 1501, \"rank\": 795, \"rankvar\": 3310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 733, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3959, \"group\": [1498.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTAAGTAGT\", \"ini\": 2855, \"clust\": 4770, \"rank\": 933, \"rankvar\": 3292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4715, \"group\": [4770.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGGTAGA\", \"ini\": 2854, \"clust\": 1757, \"rank\": 1436, \"rankvar\": 248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1017, \"group\": [1756.0, 279.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACATGTC\", \"ini\": 2853, \"clust\": 2113, \"rank\": 952, \"rankvar\": 1475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 736, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1018, \"group\": [2113.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCAGTGACTCT\", \"ini\": 2852, \"clust\": 4576, \"rank\": 1020, \"rankvar\": 4059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4716, \"group\": [4576.0, 874.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCAACGCACC\", \"ini\": 2851, \"clust\": 2119, \"rank\": 1015, \"rankvar\": 969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1019, \"group\": [2118.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAGTAGTGAAT\", \"ini\": 2850, \"clust\": 2617, \"rank\": 1057, \"rankvar\": 2524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1020, \"group\": [2618.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCCCATTAT\", \"ini\": 2849, \"clust\": 2039, \"rank\": 1229, \"rankvar\": 591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1021, \"group\": [2042.0, 338.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCAAGCCTA\", \"ini\": 2848, \"clust\": 2271, \"rank\": 793, \"rankvar\": 4376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1022, \"group\": [2270.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCCGTAGTA\", \"ini\": 2847, \"clust\": 4660, \"rank\": 1012, \"rankvar\": 3370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 742, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4717, \"group\": [4662.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCCATGCTC\", \"ini\": 2846, \"clust\": 2515, \"rank\": 1033, \"rankvar\": 2083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 743, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1023, \"group\": [2521.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGTGGAGTC\", \"ini\": 2845, \"clust\": 4839, \"rank\": 1265, \"rankvar\": 3342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 744, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4718, \"group\": [4837.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCAGCTGGC\", \"ini\": 2844, \"clust\": 2562, \"rank\": 1004, \"rankvar\": 2258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 745, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1024, \"group\": [2563.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGAGTATA\", \"ini\": 2843, \"clust\": 4759, \"rank\": 885, \"rankvar\": 4072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 746, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4719, \"group\": [4757.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTCTTGAT\", \"ini\": 2842, \"clust\": 4514, \"rank\": 1111, \"rankvar\": 2516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 747, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4720, \"group\": [4517.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACGGTTTA\", \"ini\": 2841, \"clust\": 1755, \"rank\": 1451, \"rankvar\": 746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1025, \"group\": [1757.0, 279.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCTCACCT\", \"ini\": 2840, \"clust\": 3080, \"rank\": 1182, \"rankvar\": 1121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1026, \"group\": [3080.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCGTCTTC\", \"ini\": 2839, \"clust\": 4811, \"rank\": 887, \"rankvar\": 3547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 750, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4721, \"group\": [4810.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAGTAGGCTGA\", \"ini\": 2838, \"clust\": 4164, \"rank\": 2114, \"rankvar\": 5022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 751, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 58, \"group\": [4161.0, 788.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACACCGATAT\", \"ini\": 2837, \"clust\": 2619, \"rank\": 1186, \"rankvar\": 1880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1027, \"group\": [2617.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATGCCTAA\", \"ini\": 2836, \"clust\": 2706, \"rank\": 1107, \"rankvar\": 2718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 753, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1028, \"group\": [2707.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTAGTATGACA\", \"ini\": 2835, \"clust\": 2950, \"rank\": 1125, \"rankvar\": 1618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1029, \"group\": [2949.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCTTGTTTG\", \"ini\": 2834, \"clust\": 2315, \"rank\": 1363, \"rankvar\": 2165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1030, \"group\": [2319.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCATCGGACC\", \"ini\": 2833, \"clust\": 2701, \"rank\": 1174, \"rankvar\": 3066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 756, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1031, \"group\": [2702.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAATACAG\", \"ini\": 2832, \"clust\": 2632, \"rank\": 1098, \"rankvar\": 2383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1032, \"group\": [2635.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGTACCT\", \"ini\": 2831, \"clust\": 3096, \"rank\": 1650, \"rankvar\": 3354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1033, \"group\": [3095.0, 422.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAAGCGTAG\", \"ini\": 2830, \"clust\": 1747, \"rank\": 2014, \"rankvar\": 1701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 759, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1034, \"group\": [1750.0, 276.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCAATGGAAT\", \"ini\": 2829, \"clust\": 2873, \"rank\": 1323, \"rankvar\": 1893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1035, \"group\": [2873.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCTGCTTGC\", \"ini\": 2828, \"clust\": 2630, \"rank\": 992, \"rankvar\": 3023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 761, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1036, \"group\": [2631.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTGTATGGG\", \"ini\": 2827, \"clust\": 4226, \"rank\": 2781, \"rankvar\": 5150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 762, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 59, \"group\": [4227.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCGGCTACG\", \"ini\": 2826, \"clust\": 2427, \"rank\": 1166, \"rankvar\": 232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1037, \"group\": [2427.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAAACAC\", \"ini\": 2825, \"clust\": 2233, \"rank\": 1590, \"rankvar\": 1286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1038, \"group\": [2232.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTACTTAGC\", \"ini\": 2824, \"clust\": 2459, \"rank\": 984, \"rankvar\": 3392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 765, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1039, \"group\": [2460.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTGGGTATG\", \"ini\": 2823, \"clust\": 2107, \"rank\": 815, \"rankvar\": 991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1040, \"group\": [2107.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCATCCAACA\", \"ini\": 2822, \"clust\": 2423, \"rank\": 1228, \"rankvar\": 2417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 767, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1041, \"group\": [2424.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCGTCGTTC\", \"ini\": 2821, \"clust\": 2601, \"rank\": 928, \"rankvar\": 2116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1042, \"group\": [2601.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAAGTCACGCC\", \"ini\": 2820, \"clust\": 4714, \"rank\": 1455, \"rankvar\": 2455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 769, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4722, \"group\": [4712.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGGTGTA\", \"ini\": 2819, \"clust\": 2729, \"rank\": 1283, \"rankvar\": 2626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1043, \"group\": [2728.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCTCCTATA\", \"ini\": 2818, \"clust\": 3321, \"rank\": 2164, \"rankvar\": 3765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1044, \"group\": [3321.0, 502.0, 74.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCGCCTTG\", \"ini\": 2817, \"clust\": 1502, \"rank\": 819, \"rankvar\": 4261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3960, \"group\": [1499.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTAGCTAAA\", \"ini\": 2816, \"clust\": 3716, \"rank\": 1128, \"rankvar\": 2550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2712, \"group\": [3715.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTCTGTCG\", \"ini\": 2815, \"clust\": 2367, \"rank\": 1253, \"rankvar\": 435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1045, \"group\": [2366.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTCACCTAA\", \"ini\": 2814, \"clust\": 2354, \"rank\": 1604, \"rankvar\": 3541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 775, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1046, \"group\": [2356.0, 393.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACATCCTTGC\", \"ini\": 2813, \"clust\": 1730, \"rank\": 1939, \"rankvar\": 1063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 776, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1047, \"group\": [1733.0, 269.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGAATTGTG\", \"ini\": 2812, \"clust\": 1703, \"rank\": 1798, \"rankvar\": 445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1048, \"group\": [1704.0, 249.0, 48.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGGTATCG\", \"ini\": 2811, \"clust\": 4709, \"rank\": 1457, \"rankvar\": 3365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 778, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4723, \"group\": [4708.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTCCACAA\", \"ini\": 2810, \"clust\": 4522, \"rank\": 1091, \"rankvar\": 2959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 779, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4724, \"group\": [4523.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGCATCG\", \"ini\": 2809, \"clust\": 4077, \"rank\": 1748, \"rankvar\": 2148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 780, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2713, \"group\": [4075.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTATATCCG\", \"ini\": 2808, \"clust\": 2518, \"rank\": 1189, \"rankvar\": 2684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1049, \"group\": [2520.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGTAGATC\", \"ini\": 2807, \"clust\": 2648, \"rank\": 1200, \"rankvar\": 736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1050, \"group\": [2649.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGGACCACA\", \"ini\": 2806, \"clust\": 2057, \"rank\": 1390, \"rankvar\": 701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 783, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1051, \"group\": [2058.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTAAAGTG\", \"ini\": 2805, \"clust\": 2591, \"rank\": 1115, \"rankvar\": 853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1052, \"group\": [2591.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCAGTCCTTC\", \"ini\": 2804, \"clust\": 2631, \"rank\": 941, \"rankvar\": 2467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 785, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1053, \"group\": [2632.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCATGCAT\", \"ini\": 2803, \"clust\": 2079, \"rank\": 1312, \"rankvar\": 1120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1054, \"group\": [2079.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCACGACTA\", \"ini\": 2802, \"clust\": 3733, \"rank\": 844, \"rankvar\": 4539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 787, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2714, \"group\": [3730.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCTCGATGA\", \"ini\": 2801, \"clust\": 2643, \"rank\": 1249, \"rankvar\": 3389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1055, \"group\": [2642.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGACTTGAA\", \"ini\": 2800, \"clust\": 2394, \"rank\": 1430, \"rankvar\": 422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1056, \"group\": [2397.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGCCAGGAT\", \"ini\": 2799, \"clust\": 2650, \"rank\": 1127, \"rankvar\": 1803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 790, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1057, \"group\": [2651.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATAGATAGGAG\", \"ini\": 2798, \"clust\": 2559, \"rank\": 1199, \"rankvar\": 3155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1058, \"group\": [2559.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGAGCAATT\", \"ini\": 2797, \"clust\": 2089, \"rank\": 975, \"rankvar\": 1569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 792, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1059, \"group\": [2092.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTGGGTCAA\", \"ini\": 2796, \"clust\": 3135, \"rank\": 1711, \"rankvar\": 661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1060, \"group\": [3137.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGCCGTCGT\", \"ini\": 2795, \"clust\": 4676, \"rank\": 863, \"rankvar\": 4424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 794, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4725, \"group\": [4676.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTACCGAT\", \"ini\": 2794, \"clust\": 4775, \"rank\": 744, \"rankvar\": 3632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 795, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4726, \"group\": [4772.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCTTGTACT\", \"ini\": 2793, \"clust\": 2116, \"rank\": 1140, \"rankvar\": 880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 796, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1061, \"group\": [2116.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACGGACAA\", \"ini\": 2792, \"clust\": 4761, \"rank\": 947, \"rankvar\": 3905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 797, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4727, \"group\": [4761.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTCATTAGC\", \"ini\": 2791, \"clust\": 2830, \"rank\": 1308, \"rankvar\": 2753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 798, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1062, \"group\": [2831.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTCTGCAAT\", \"ini\": 2790, \"clust\": 1751, \"rank\": 1075, \"rankvar\": 1035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1063, \"group\": [1752.0, 277.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAAACACA\", \"ini\": 2789, \"clust\": 4912, \"rank\": 1682, \"rankvar\": 233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 800, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4728, \"group\": [4911.0, 919.0, 146.0, 33.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTAACTGG\", \"ini\": 2788, \"clust\": 4512, \"rank\": 999, \"rankvar\": 2009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4729, \"group\": [4512.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCACGCATA\", \"ini\": 2787, \"clust\": 4700, \"rank\": 1377, \"rankvar\": 3796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 802, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4730, \"group\": [4700.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGGTGATTA\", \"ini\": 2786, \"clust\": 4687, \"rank\": 1350, \"rankvar\": 1697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 803, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4731, \"group\": [4688.0, 885.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAATGAAAC\", \"ini\": 2785, \"clust\": 3132, \"rank\": 1569, \"rankvar\": 555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1064, \"group\": [3134.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACTAGGC\", \"ini\": 2784, \"clust\": 2068, \"rank\": 1440, \"rankvar\": 792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 805, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1065, \"group\": [2068.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCTCCCTAATT\", \"ini\": 2783, \"clust\": 2575, \"rank\": 1213, \"rankvar\": 3025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 806, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1066, \"group\": [2576.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCAACACCA\", \"ini\": 2782, \"clust\": 109, \"rank\": 1839, \"rankvar\": 3853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 807, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4732, \"group\": [109.0, 21.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTGCTCTTC\", \"ini\": 2781, \"clust\": 4657, \"rank\": 806, \"rankvar\": 4192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 808, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4733, \"group\": [4658.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAAGGTTCT\", \"ini\": 2780, \"clust\": 2927, \"rank\": 1474, \"rankvar\": 1990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 809, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1067, \"group\": [2926.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAATCAAACGGG\", \"ini\": 2779, \"clust\": 110, \"rank\": 1463, \"rankvar\": 3527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4734, \"group\": [110.0, 21.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTACTCTCC\", \"ini\": 2778, \"clust\": 3072, \"rank\": 1362, \"rankvar\": 2308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1068, \"group\": [3073.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTCGCGAC\", \"ini\": 2777, \"clust\": 7, \"rank\": 1557, \"rankvar\": 2933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 812, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4735, \"group\": [8.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCATTCCTGC\", \"ini\": 2776, \"clust\": 3095, \"rank\": 1907, \"rankvar\": 1562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1069, \"group\": [3097.0, 422.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAATCTCTTATG\", \"ini\": 2775, \"clust\": 4790, \"rank\": 1188, \"rankvar\": 3286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 814, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4736, \"group\": [4791.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCACGTTC\", \"ini\": 2774, \"clust\": 4844, \"rank\": 1603, \"rankvar\": 3420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 815, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4737, \"group\": [4843.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATTACCG\", \"ini\": 2773, \"clust\": 2607, \"rank\": 968, \"rankvar\": 2216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 816, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1070, \"group\": [2610.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAGACAAAT\", \"ini\": 2772, \"clust\": 4673, \"rank\": 674, \"rankvar\": 3910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 817, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4738, \"group\": [4674.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCCACGCT\", \"ini\": 2771, \"clust\": 2258, \"rank\": 1456, \"rankvar\": 509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1071, \"group\": [2258.0, 383.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAATCTCCAGGG\", \"ini\": 2770, \"clust\": 4648, \"rank\": 1193, \"rankvar\": 3994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 819, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4739, \"group\": [4653.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGACGCAA\", \"ini\": 2769, \"clust\": 2140, \"rank\": 1486, \"rankvar\": 3808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1072, \"group\": [2140.0, 356.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATCGCTC\", \"ini\": 2768, \"clust\": 2036, \"rank\": 1239, \"rankvar\": 104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 821, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1073, \"group\": [2039.0, 337.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCCGTTGTC\", \"ini\": 2767, \"clust\": 4701, \"rank\": 1204, \"rankvar\": 3162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 822, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4740, \"group\": [4701.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACACAAGCCC\", \"ini\": 2766, \"clust\": 2610, \"rank\": 872, \"rankvar\": 3305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1074, \"group\": [2611.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCAACCATG\", \"ini\": 2765, \"clust\": 3088, \"rank\": 1956, \"rankvar\": 879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1075, \"group\": [3090.0, 419.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTTTGTTGG\", \"ini\": 2764, \"clust\": 4198, \"rank\": 2425, \"rankvar\": 5023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 825, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 60, \"group\": [4204.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGGTCA\", \"ini\": 2763, \"clust\": 4176, \"rank\": 2123, \"rankvar\": 4707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 826, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 61, \"group\": [4174.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACATTCCTGC\", \"ini\": 2762, \"clust\": 4517, \"rank\": 1289, \"rankvar\": 2465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 827, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4741, \"group\": [4515.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGGACTG\", \"ini\": 2761, \"clust\": 4683, \"rank\": 1000, \"rankvar\": 2798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 828, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4742, \"group\": [4684.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTCTCGG\", \"ini\": 2760, \"clust\": 2709, \"rank\": 1432, \"rankvar\": 2369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1076, \"group\": [2710.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAATCGTC\", \"ini\": 2759, \"clust\": 2512, \"rank\": 1348, \"rankvar\": 2826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1077, \"group\": [2515.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGATAGC\", \"ini\": 2758, \"clust\": 2917, \"rank\": 1438, \"rankvar\": 1221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1078, \"group\": [2921.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACCACGTG\", \"ini\": 2757, \"clust\": 4271, \"rank\": 2734, \"rankvar\": 4781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 832, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 62, \"group\": [4267.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGCTATCT\", \"ini\": 2756, \"clust\": 2415, \"rank\": 1105, \"rankvar\": 807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1079, \"group\": [2415.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACCTCGTT\", \"ini\": 2755, \"clust\": 2675, \"rank\": 1258, \"rankvar\": 4025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1080, \"group\": [2678.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGGATTGG\", \"ini\": 2754, \"clust\": 2621, \"rank\": 1243, \"rankvar\": 913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1081, \"group\": [2622.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGAATGTGT\", \"ini\": 2753, \"clust\": 3078, \"rank\": 1630, \"rankvar\": 2317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1082, \"group\": [3078.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTTGGTC\", \"ini\": 2752, \"clust\": 2605, \"rank\": 1407, \"rankvar\": 2510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 837, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1083, \"group\": [2606.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAGCTGCTG\", \"ini\": 2751, \"clust\": 4519, \"rank\": 1466, \"rankvar\": 899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 838, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4743, \"group\": [4520.0, 864.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGCTAGCC\", \"ini\": 2750, \"clust\": 4782, \"rank\": 1449, \"rankvar\": 4305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 839, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4744, \"group\": [4781.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGACTTGAA\", \"ini\": 2749, \"clust\": 2418, \"rank\": 1314, \"rankvar\": 737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1084, \"group\": [2418.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGCGTAAG\", \"ini\": 2748, \"clust\": 2044, \"rank\": 1433, \"rankvar\": 1135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1085, \"group\": [2045.0, 339.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAAACGCC\", \"ini\": 2747, \"clust\": 4778, \"rank\": 1305, \"rankvar\": 3883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4745, \"group\": [4779.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAAGCCCAC\", \"ini\": 2746, \"clust\": 4821, \"rank\": 1109, \"rankvar\": 3328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 843, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4746, \"group\": [4820.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTGAAGGCT\", \"ini\": 2745, \"clust\": 2059, \"rank\": 1391, \"rankvar\": 796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 844, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1086, \"group\": [2062.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTTGTCTTT\", \"ini\": 2744, \"clust\": 3138, \"rank\": 1576, \"rankvar\": 834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 845, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1087, \"group\": [3138.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCAGTAGT\", \"ini\": 2743, \"clust\": 4847, \"rank\": 1746, \"rankvar\": 2275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 846, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4747, \"group\": [4845.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTCGCATAT\", \"ini\": 2742, \"clust\": 2191, \"rank\": 1871, \"rankvar\": 1940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 847, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1088, \"group\": [2192.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGCGAAGGG\", \"ini\": 2741, \"clust\": 4825, \"rank\": 1094, \"rankvar\": 4460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 848, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4748, \"group\": [4830.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTTGTCC\", \"ini\": 2740, \"clust\": 2416, \"rank\": 1301, \"rankvar\": 1439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1089, \"group\": [2416.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTTCGAATC\", \"ini\": 2739, \"clust\": 2677, \"rank\": 1415, \"rankvar\": 2658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 850, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1090, \"group\": [2677.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTACAGTTC\", \"ini\": 2738, \"clust\": 2461, \"rank\": 1530, \"rankvar\": 2774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 851, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1091, \"group\": [2464.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGCTAGTCT\", \"ini\": 2737, \"clust\": 1594, \"rank\": 761, \"rankvar\": 3358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 852, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3114, \"group\": [1595.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTCTGCGGT\", \"ini\": 2736, \"clust\": 2360, \"rank\": 963, \"rankvar\": 2592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1092, \"group\": [2360.0, 395.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTATCTGCA\", \"ini\": 2735, \"clust\": 4521, \"rank\": 1134, \"rankvar\": 2696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 854, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4749, \"group\": [4522.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCACCCGAG\", \"ini\": 2734, \"clust\": 3702, \"rank\": 1718, \"rankvar\": 4149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 855, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2715, \"group\": [3701.0, 691.0, 115.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCATGTCCC\", \"ini\": 2733, \"clust\": 2069, \"rank\": 1330, \"rankvar\": 340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1093, \"group\": [2069.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGAGTCG\", \"ini\": 2732, \"clust\": 2951, \"rank\": 1279, \"rankvar\": 2747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1094, \"group\": [2950.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCACGTCTCT\", \"ini\": 2731, \"clust\": 4174, \"rank\": 1803, \"rankvar\": 4170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 858, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 63, \"group\": [4172.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTGTTTGTG\", \"ini\": 2730, \"clust\": 4731, \"rank\": 1160, \"rankvar\": 3628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 859, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4750, \"group\": [4732.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCAAATTGCC\", \"ini\": 2729, \"clust\": 2923, \"rank\": 1492, \"rankvar\": 2050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 860, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1095, \"group\": [2923.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGGCGTG\", \"ini\": 2728, \"clust\": 4659, \"rank\": 1221, \"rankvar\": 4193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 861, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4751, \"group\": [4663.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGATCGGGT\", \"ini\": 2727, \"clust\": 2048, \"rank\": 1210, \"rankvar\": 2488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1096, \"group\": [2048.0, 340.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGAGCCCAA\", \"ini\": 2726, \"clust\": 3106, \"rank\": 2046, \"rankvar\": 1249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 863, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1097, \"group\": [3107.0, 429.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTAGTGAACGC\", \"ini\": 2725, \"clust\": 2651, \"rank\": 1344, \"rankvar\": 1428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1098, \"group\": [2652.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGCTGCAAG\", \"ini\": 2724, \"clust\": 2334, \"rank\": 1731, \"rankvar\": 4204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 865, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1099, \"group\": [2333.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGGAGTCTG\", \"ini\": 2723, \"clust\": 4827, \"rank\": 1092, \"rankvar\": 3390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 866, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4752, \"group\": [4826.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACAAACAACA\", \"ini\": 2722, \"clust\": 2711, \"rank\": 1443, \"rankvar\": 1587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1100, \"group\": [2720.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTTCGAGA\", \"ini\": 2721, \"clust\": 1565, \"rank\": 894, \"rankvar\": 3156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3115, \"group\": [1568.0, 174.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCCACTC\", \"ini\": 2720, \"clust\": 2104, \"rank\": 1297, \"rankvar\": 455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1101, \"group\": [2101.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTGTCCGT\", \"ini\": 2719, \"clust\": 3768, \"rank\": 1286, \"rankvar\": 3581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 870, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2716, \"group\": [3766.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTATCAGTC\", \"ini\": 2718, \"clust\": 4913, \"rank\": 1733, \"rankvar\": 1270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 871, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4753, \"group\": [4912.0, 920.0, 146.0, 33.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCAAGCCATT\", \"ini\": 2717, \"clust\": 138, \"rank\": 1327, \"rankvar\": 2803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 872, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 234, \"group\": [140.0, 29.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTTGAGTTC\", \"ini\": 2716, \"clust\": 2954, \"rank\": 1499, \"rankvar\": 2302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1102, \"group\": [2952.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACACAGAG\", \"ini\": 2715, \"clust\": 2635, \"rank\": 1170, \"rankvar\": 2164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 874, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1103, \"group\": [2636.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAGTCG\", \"ini\": 2714, \"clust\": 2380, \"rank\": 1376, \"rankvar\": 990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1104, \"group\": [2381.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACAAGCCTAT\", \"ini\": 2713, \"clust\": 2826, \"rank\": 1244, \"rankvar\": 3668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1105, \"group\": [2826.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCGTCTGAA\", \"ini\": 2712, \"clust\": 3038, \"rank\": 1431, \"rankvar\": 592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 877, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1106, \"group\": [3038.0, 411.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCCTTGACC\", \"ini\": 2711, \"clust\": 2365, \"rank\": 1570, \"rankvar\": 769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1107, \"group\": [2367.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCATCCTAGA\", \"ini\": 2710, \"clust\": 2903, \"rank\": 1048, \"rankvar\": 2859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1108, \"group\": [2903.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGGCATCG\", \"ini\": 2709, \"clust\": 2574, \"rank\": 1242, \"rankvar\": 2384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 880, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1109, \"group\": [2574.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGTGACCA\", \"ini\": 2708, \"clust\": 4840, \"rank\": 1302, \"rankvar\": 3749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 881, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4754, \"group\": [4838.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCAGTCCCT\", \"ini\": 2707, \"clust\": 2388, \"rank\": 1288, \"rankvar\": 974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1110, \"group\": [2388.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTGACGGTA\", \"ini\": 2706, \"clust\": 2871, \"rank\": 1370, \"rankvar\": 1317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 883, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1111, \"group\": [2874.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATCTGT\", \"ini\": 2705, \"clust\": 2355, \"rank\": 1408, \"rankvar\": 1752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1112, \"group\": [2354.0, 393.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCAGACCTAGG\", \"ini\": 2704, \"clust\": 2352, \"rank\": 1173, \"rankvar\": 2138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1113, \"group\": [2353.0, 392.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCAGCGATT\", \"ini\": 2703, \"clust\": 2629, \"rank\": 1393, \"rankvar\": 1269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1114, \"group\": [2630.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCTATTCA\", \"ini\": 2702, \"clust\": 2183, \"rank\": 1910, \"rankvar\": 2265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 887, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1115, \"group\": [2184.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCAAACTGTC\", \"ini\": 2701, \"clust\": 1761, \"rank\": 1753, \"rankvar\": 414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1116, \"group\": [1760.0, 280.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGGATGGAA\", \"ini\": 2700, \"clust\": 3322, \"rank\": 1992, \"rankvar\": 158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 889, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1117, \"group\": [3322.0, 503.0, 74.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGTTTGCGT\", \"ini\": 2699, \"clust\": 2432, \"rank\": 1400, \"rankvar\": 2543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1118, \"group\": [2432.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTGAAGGCT\", \"ini\": 2698, \"clust\": 2376, \"rank\": 1367, \"rankvar\": 944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1119, \"group\": [2376.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGTGTTTGC\", \"ini\": 2697, \"clust\": 2692, \"rank\": 1300, \"rankvar\": 694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 892, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1120, \"group\": [2693.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGCGTTA\", \"ini\": 2696, \"clust\": 2372, \"rank\": 1565, \"rankvar\": 1864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1121, \"group\": [2373.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAAGAAAGG\", \"ini\": 2695, \"clust\": 3118, \"rank\": 1548, \"rankvar\": 1064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 894, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1122, \"group\": [3118.0, 433.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGAAGGTGA\", \"ini\": 2694, \"clust\": 1590, \"rank\": 342, \"rankvar\": 4851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3116, \"group\": [1591.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGAGCAATT\", \"ini\": 2693, \"clust\": 2389, \"rank\": 1452, \"rankvar\": 1576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 896, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1123, \"group\": [2389.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCGATAGAA\", \"ini\": 2692, \"clust\": 4504, \"rank\": 1086, \"rankvar\": 4285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 897, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4755, \"group\": [4502.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACGTAAATACG\", \"ini\": 2691, \"clust\": 3720, \"rank\": 765, \"rankvar\": 3141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 898, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2717, \"group\": [3719.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGAGAGCTC\", \"ini\": 2690, \"clust\": 3077, \"rank\": 1535, \"rankvar\": 2819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1124, \"group\": [3082.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAGCTGGC\", \"ini\": 2689, \"clust\": 2615, \"rank\": 1555, \"rankvar\": 2105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 900, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1125, \"group\": [2620.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGATGGCGT\", \"ini\": 2688, \"clust\": 2935, \"rank\": 1424, \"rankvar\": 3217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1126, \"group\": [2935.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGGGATACC\", \"ini\": 2687, \"clust\": 2108, \"rank\": 1077, \"rankvar\": 1698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1127, \"group\": [2111.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCATGTTCCC\", \"ini\": 2686, \"clust\": 2815, \"rank\": 1595, \"rankvar\": 2992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 903, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1128, \"group\": [2815.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGGCGCTA\", \"ini\": 2685, \"clust\": 2969, \"rank\": 1567, \"rankvar\": 1145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1129, \"group\": [2970.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGACAGGCT\", \"ini\": 2684, \"clust\": 2061, \"rank\": 1349, \"rankvar\": 1319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1130, \"group\": [2061.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACCACGTG\", \"ini\": 2683, \"clust\": 2567, \"rank\": 1264, \"rankvar\": 3231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1131, \"group\": [2568.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCTCTCGT\", \"ini\": 2682, \"clust\": 4525, \"rank\": 1220, \"rankvar\": 745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4756, \"group\": [4526.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTTTGGGCC\", \"ini\": 2681, \"clust\": 2593, \"rank\": 1329, \"rankvar\": 1128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1132, \"group\": [2602.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTTCCGTCT\", \"ini\": 2680, \"clust\": 2110, \"rank\": 1059, \"rankvar\": 732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1133, \"group\": [2110.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAACCTC\", \"ini\": 2679, \"clust\": 1754, \"rank\": 1534, \"rankvar\": 558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1134, \"group\": [1758.0, 279.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCAGAATA\", \"ini\": 2678, \"clust\": 4669, \"rank\": 883, \"rankvar\": 4205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4757, \"group\": [4668.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGGTTCGG\", \"ini\": 2677, \"clust\": 2045, \"rank\": 1371, \"rankvar\": 2155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1135, \"group\": [2046.0, 339.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAAGTCTCGGC\", \"ini\": 2676, \"clust\": 2741, \"rank\": 1444, \"rankvar\": 418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1136, \"group\": [2744.0, 402.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGCTGCTG\", \"ini\": 2675, \"clust\": 2508, \"rank\": 1296, \"rankvar\": 2707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1137, \"group\": [2507.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGCCCTTA\", \"ini\": 2674, \"clust\": 4649, \"rank\": 1152, \"rankvar\": 2695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 915, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4758, \"group\": [4648.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCAGTATAAG\", \"ini\": 2673, \"clust\": 2532, \"rank\": 1274, \"rankvar\": 3359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1138, \"group\": [2536.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTCTAACGT\", \"ini\": 2672, \"clust\": 2649, \"rank\": 1322, \"rankvar\": 1216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 917, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1139, \"group\": [2650.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCACAACGCC\", \"ini\": 2671, \"clust\": 2385, \"rank\": 1060, \"rankvar\": 4466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1140, \"group\": [2386.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGCTAGTGG\", \"ini\": 2670, \"clust\": 3739, \"rank\": 942, \"rankvar\": 3431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 919, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2718, \"group\": [3737.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTCGCTTG\", \"ini\": 2669, \"clust\": 2462, \"rank\": 1418, \"rankvar\": 1029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1141, \"group\": [2463.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCAACTT\", \"ini\": 2668, \"clust\": 2582, \"rank\": 1637, \"rankvar\": 1109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 921, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1142, \"group\": [2584.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCTGCTGCT\", \"ini\": 2667, \"clust\": 2869, \"rank\": 1483, \"rankvar\": 2612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1143, \"group\": [2869.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACTTAACG\", \"ini\": 2666, \"clust\": 4565, \"rank\": 966, \"rankvar\": 3357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4759, \"group\": [4564.0, 870.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAATGTTGC\", \"ini\": 2665, \"clust\": 2463, \"rank\": 1346, \"rankvar\": 2033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1144, \"group\": [2461.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCCCTAACC\", \"ini\": 2664, \"clust\": 4094, \"rank\": 1591, \"rankvar\": 2640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1145, \"group\": [4095.0, 769.0, 121.0, 27.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCACTCCA\", \"ini\": 2663, \"clust\": 2758, \"rank\": 1366, \"rankvar\": 1671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 926, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1146, \"group\": [2757.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCCTCCTAG\", \"ini\": 2662, \"clust\": 3760, \"rank\": 1164, \"rankvar\": 3558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 927, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2719, \"group\": [3762.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGTGACC\", \"ini\": 2661, \"clust\": 1902, \"rank\": 1670, \"rankvar\": 967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1147, \"group\": [1901.0, 320.0, 57.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTAGCTGCC\", \"ini\": 2660, \"clust\": 3039, \"rank\": 1538, \"rankvar\": 1163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1148, \"group\": [3039.0, 411.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCCATGA\", \"ini\": 2659, \"clust\": 4500, \"rank\": 1556, \"rankvar\": 881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 930, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4760, \"group\": [4500.0, 862.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCATAAAGGT\", \"ini\": 2658, \"clust\": 4783, \"rank\": 1497, \"rankvar\": 4264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 931, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4761, \"group\": [4784.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGCCAGAA\", \"ini\": 2657, \"clust\": 2670, \"rank\": 1276, \"rankvar\": 2051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 932, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1149, \"group\": [2670.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTAGCGATG\", \"ini\": 2656, \"clust\": 2347, \"rank\": 1227, \"rankvar\": 1005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 933, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1150, \"group\": [2348.0, 391.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAGGGATA\", \"ini\": 2655, \"clust\": 4784, \"rank\": 1563, \"rankvar\": 3937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 934, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4762, \"group\": [4782.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGATACACA\", \"ini\": 2654, \"clust\": 2693, \"rank\": 1209, \"rankvar\": 1459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1151, \"group\": [2694.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACAGGCT\", \"ini\": 2653, \"clust\": 2633, \"rank\": 1177, \"rankvar\": 1997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 936, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1152, \"group\": [2633.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATCGCAT\", \"ini\": 2652, \"clust\": 2231, \"rank\": 1786, \"rankvar\": 1747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1153, \"group\": [2243.0, 379.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGAGCTTCT\", \"ini\": 2651, \"clust\": 4766, \"rank\": 979, \"rankvar\": 3876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 938, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4763, \"group\": [4767.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCCACGACG\", \"ini\": 2650, \"clust\": 2731, \"rank\": 1304, \"rankvar\": 1590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 939, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1154, \"group\": [2732.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACAAGGGTCA\", \"ini\": 2649, \"clust\": 4652, \"rank\": 1211, \"rankvar\": 3413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4764, \"group\": [4650.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTGCCTTGG\", \"ini\": 2648, \"clust\": 4254, \"rank\": 2941, \"rankvar\": 5161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 941, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 64, \"group\": [4251.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACACAGATTC\", \"ini\": 2647, \"clust\": 4754, \"rank\": 1382, \"rankvar\": 3491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 942, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4765, \"group\": [4792.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGGTAACGTTC\", \"ini\": 2646, \"clust\": 2928, \"rank\": 1760, \"rankvar\": 3633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1155, \"group\": [2927.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCATCTGTT\", \"ini\": 2645, \"clust\": 4785, \"rank\": 1488, \"rankvar\": 1876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4766, \"group\": [4783.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCCGTTGTC\", \"ini\": 2644, \"clust\": 2237, \"rank\": 1716, \"rankvar\": 1287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1156, \"group\": [2235.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGGTCGAT\", \"ini\": 2643, \"clust\": 1541, \"rank\": 1571, \"rankvar\": 590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 946, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3024, \"group\": [1545.0, 164.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCAACACGT\", \"ini\": 2642, \"clust\": 2723, \"rank\": 1549, \"rankvar\": 1664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 947, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1157, \"group\": [2721.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCCGATATG\", \"ini\": 2641, \"clust\": 4768, \"rank\": 1153, \"rankvar\": 2515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 948, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4767, \"group\": [4766.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTCCAACC\", \"ini\": 2640, \"clust\": 2152, \"rank\": 1690, \"rankvar\": 489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1158, \"group\": [2152.0, 363.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGAGCTATA\", \"ini\": 2639, \"clust\": 2137, \"rank\": 1383, \"rankvar\": 144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1159, \"group\": [2137.0, 354.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCAGAAATG\", \"ini\": 2638, \"clust\": 2613, \"rank\": 1517, \"rankvar\": 3942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1160, \"group\": [2613.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGCATACT\", \"ini\": 2637, \"clust\": 2947, \"rank\": 1601, \"rankvar\": 1487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 952, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1161, \"group\": [2946.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTTGCGCAC\", \"ini\": 2636, \"clust\": 2363, \"rank\": 1635, \"rankvar\": 1060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1162, \"group\": [2364.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCATGTCTCC\", \"ini\": 2635, \"clust\": 2475, \"rank\": 1464, \"rankvar\": 1164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1163, \"group\": [2475.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCTTTACA\", \"ini\": 2634, \"clust\": 4745, \"rank\": 1343, \"rankvar\": 3019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 955, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4768, \"group\": [4747.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCCTCA\", \"ini\": 2633, \"clust\": 2391, \"rank\": 1785, \"rankvar\": 653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1164, \"group\": [2392.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCAAGTCTGT\", \"ini\": 2632, \"clust\": 4227, \"rank\": 2856, \"rankvar\": 4907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 957, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 65, \"group\": [4226.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGCGATATA\", \"ini\": 2631, \"clust\": 2479, \"rank\": 1600, \"rankvar\": 1096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1165, \"group\": [2479.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGTGGAG\", \"ini\": 2630, \"clust\": 2544, \"rank\": 1137, \"rankvar\": 2641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1166, \"group\": [2544.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAATGGATA\", \"ini\": 2629, \"clust\": 1713, \"rank\": 1809, \"rankvar\": 657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1167, \"group\": [1714.0, 255.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTTGAGTTC\", \"ini\": 2628, \"clust\": 4818, \"rank\": 1058, \"rankvar\": 3756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 961, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4769, \"group\": [4818.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGATAGGAG\", \"ini\": 2627, \"clust\": 2579, \"rank\": 1369, \"rankvar\": 4284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1168, \"group\": [2578.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTATGAAAC\", \"ini\": 2626, \"clust\": 2138, \"rank\": 1507, \"rankvar\": 130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1169, \"group\": [2138.0, 354.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGGAACGG\", \"ini\": 2625, \"clust\": 2050, \"rank\": 1277, \"rankvar\": 1563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 964, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1170, \"group\": [2050.0, 340.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGGTCTCG\", \"ini\": 2624, \"clust\": 2667, \"rank\": 1545, \"rankvar\": 2364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1171, \"group\": [2668.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTACGATA\", \"ini\": 2623, \"clust\": 2482, \"rank\": 1214, \"rankvar\": 4172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1172, \"group\": [2482.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGAACCT\", \"ini\": 2622, \"clust\": 1659, \"rank\": 1626, \"rankvar\": 891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1173, \"group\": [1658.0, 219.0, 42.0, 12.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCGTAGTA\", \"ini\": 2621, \"clust\": 2181, \"rank\": 1719, \"rankvar\": 1606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1174, \"group\": [2179.0, 369.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCCACATCCAA\", \"ini\": 2620, \"clust\": 3740, \"rank\": 1197, \"rankvar\": 3787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 969, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2720, \"group\": [3745.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACGATGT\", \"ini\": 2619, \"clust\": 4819, \"rank\": 1117, \"rankvar\": 4257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 970, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4770, \"group\": [4819.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGATCTGAA\", \"ini\": 2618, \"clust\": 2868, \"rank\": 1374, \"rankvar\": 2127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 971, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1175, \"group\": [2871.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAGAAAGG\", \"ini\": 2617, \"clust\": 4074, \"rank\": 1577, \"rankvar\": 1922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 972, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2721, \"group\": [4077.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTGGTCCGT\", \"ini\": 2616, \"clust\": 4822, \"rank\": 1049, \"rankvar\": 3949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 973, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4771, \"group\": [4821.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGTCACGCC\", \"ini\": 2615, \"clust\": 3029, \"rank\": 1756, \"rankvar\": 485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1176, \"group\": [3030.0, 409.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTACTCTCC\", \"ini\": 2614, \"clust\": 2936, \"rank\": 1342, \"rankvar\": 2366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1177, \"group\": [2936.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGCCACTAT\", \"ini\": 2613, \"clust\": 4204, \"rank\": 2435, \"rankvar\": 4674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 976, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 66, \"group\": [4202.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGCTAAACA\", \"ini\": 2612, \"clust\": 3018, \"rank\": 1998, \"rankvar\": 2290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1178, \"group\": [3021.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAATAGCAA\", \"ini\": 2611, \"clust\": 3734, \"rank\": 1099, \"rankvar\": 4070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2722, \"group\": [3731.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGGTGTCCTCT\", \"ini\": 2610, \"clust\": 2763, \"rank\": 1280, \"rankvar\": 1682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1179, \"group\": [2764.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAGCTGGT\", \"ini\": 2609, \"clust\": 2831, \"rank\": 1543, \"rankvar\": 756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1180, \"group\": [2832.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTGTTGAGTTC\", \"ini\": 2608, \"clust\": 2552, \"rank\": 1484, \"rankvar\": 1362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1181, \"group\": [2552.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCCATTC\", \"ini\": 2607, \"clust\": 2726, \"rank\": 1633, \"rankvar\": 1091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1182, \"group\": [2726.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACAGTCAGAG\", \"ini\": 2606, \"clust\": 3111, \"rank\": 1784, \"rankvar\": 2080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1183, \"group\": [3111.0, 430.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCGCCTGAG\", \"ini\": 2605, \"clust\": 2901, \"rank\": 1337, \"rankvar\": 3265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 984, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1184, \"group\": [2904.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAGTTAACC\", \"ini\": 2604, \"clust\": 2713, \"rank\": 1625, \"rankvar\": 2140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1185, \"group\": [2712.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGAACTGTA\", \"ini\": 2603, \"clust\": 4748, \"rank\": 1163, \"rankvar\": 3224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 986, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4772, \"group\": [4750.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACACCGAAAG\", \"ini\": 2602, \"clust\": 4195, \"rank\": 2346, \"rankvar\": 4960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 987, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 67, \"group\": [4192.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCATCTGTT\", \"ini\": 2601, \"clust\": 2694, \"rank\": 1664, \"rankvar\": 491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1186, \"group\": [2698.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCTTGCCGT\", \"ini\": 2600, \"clust\": 2513, \"rank\": 1387, \"rankvar\": 1543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 989, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1187, \"group\": [2513.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGCGTAGTG\", \"ini\": 2599, \"clust\": 2892, \"rank\": 1638, \"rankvar\": 3000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 990, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1188, \"group\": [2889.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCCTGCTT\", \"ini\": 2598, \"clust\": 1882, \"rank\": 2328, \"rankvar\": 1235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 991, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2094, \"group\": [1883.0, 309.0, 54.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTAGCTCCG\", \"ini\": 2597, \"clust\": 2516, \"rank\": 1171, \"rankvar\": 1977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1189, \"group\": [2516.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGCTGAACG\", \"ini\": 2596, \"clust\": 4699, \"rank\": 1480, \"rankvar\": 2561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 993, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4773, \"group\": [4702.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCCAACAG\", \"ini\": 2595, \"clust\": 2581, \"rank\": 1920, \"rankvar\": 2179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1190, \"group\": [2585.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTTAACGA\", \"ini\": 2594, \"clust\": 2522, \"rank\": 1147, \"rankvar\": 1301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1191, \"group\": [2524.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAAGA\", \"ini\": 2593, \"clust\": 2555, \"rank\": 1266, \"rankvar\": 2711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 996, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1192, \"group\": [2556.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAGCCTAA\", \"ini\": 2592, \"clust\": 2653, \"rank\": 1770, \"rankvar\": 1267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1193, \"group\": [2654.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGAGGGAGTAA\", \"ini\": 2591, \"clust\": 4645, \"rank\": 1212, \"rankvar\": 3325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 998, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4774, \"group\": [4646.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAAACAAG\", \"ini\": 2590, \"clust\": 2374, \"rank\": 1469, \"rankvar\": 2204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 999, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1194, \"group\": [2372.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGATGTAAC\", \"ini\": 2589, \"clust\": 3073, \"rank\": 1473, \"rankvar\": 3864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1000, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1195, \"group\": [3074.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCAAATCA\", \"ini\": 2588, \"clust\": 4072, \"rank\": 1950, \"rankvar\": 1983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1001, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2723, \"group\": [4070.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGCATGTG\", \"ini\": 2587, \"clust\": 3744, \"rank\": 1472, \"rankvar\": 3210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1002, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2724, \"group\": [3742.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCTACGA\", \"ini\": 2586, \"clust\": 2704, \"rank\": 1467, \"rankvar\": 873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1196, \"group\": [2705.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTTGGTTTG\", \"ini\": 2585, \"clust\": 4705, \"rank\": 1192, \"rankvar\": 2264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4775, \"group\": [4705.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGGCAAAGA\", \"ini\": 2584, \"clust\": 2578, \"rank\": 1582, \"rankvar\": 2632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1197, \"group\": [2580.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCAGTAGT\", \"ini\": 2583, \"clust\": 2485, \"rank\": 1800, \"rankvar\": 3417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1006, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1198, \"group\": [2489.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCACGAAT\", \"ini\": 2582, \"clust\": 2844, \"rank\": 1627, \"rankvar\": 3377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1199, \"group\": [2847.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGACGGA\", \"ini\": 2581, \"clust\": 2955, \"rank\": 1453, \"rankvar\": 2197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1008, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1200, \"group\": [2953.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGACTG\", \"ini\": 2580, \"clust\": 4166, \"rank\": 2364, \"rankvar\": 3180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1009, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 68, \"group\": [4164.0, 788.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCATGAAC\", \"ini\": 2579, \"clust\": 2071, \"rank\": 1554, \"rankvar\": 727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1010, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1201, \"group\": [2072.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTTCGTGAT\", \"ini\": 2578, \"clust\": 2854, \"rank\": 1738, \"rankvar\": 2445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1011, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1202, \"group\": [2853.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCCGTTAA\", \"ini\": 2577, \"clust\": 2370, \"rank\": 1526, \"rankvar\": 1943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1203, \"group\": [2370.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCAACATC\", \"ini\": 2576, \"clust\": 4485, \"rank\": 1505, \"rankvar\": 2583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1013, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4776, \"group\": [4495.0, 860.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATCTACGA\", \"ini\": 2575, \"clust\": 2948, \"rank\": 1741, \"rankvar\": 1409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1014, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1204, \"group\": [2959.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCAATC\", \"ini\": 2574, \"clust\": 2528, \"rank\": 1291, \"rankvar\": 2512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1205, \"group\": [2529.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCAGCGTA\", \"ini\": 2573, \"clust\": 1899, \"rank\": 1544, \"rankvar\": 1683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1016, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1206, \"group\": [1900.0, 319.0, 57.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTTACGGG\", \"ini\": 2572, \"clust\": 3758, \"rank\": 1732, \"rankvar\": 2728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1017, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2725, \"group\": [3758.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGGATGTAT\", \"ini\": 2571, \"clust\": 3128, \"rank\": 1710, \"rankvar\": 603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1018, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1207, \"group\": [3129.0, 439.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTAGCGTAG\", \"ini\": 2570, \"clust\": 2256, \"rank\": 1053, \"rankvar\": 3674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1208, \"group\": [2259.0, 383.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGGAACTGC\", \"ini\": 2569, \"clust\": 2065, \"rank\": 1642, \"rankvar\": 1466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1209, \"group\": [2066.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCATGTAGTC\", \"ini\": 2568, \"clust\": 2062, \"rank\": 1514, \"rankvar\": 778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1210, \"group\": [2065.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCGGAAATA\", \"ini\": 2567, \"clust\": 2756, \"rank\": 1525, \"rankvar\": 1952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1022, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1211, \"group\": [2760.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGGCACATG\", \"ini\": 2566, \"clust\": 2361, \"rank\": 1395, \"rankvar\": 1238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1212, \"group\": [2361.0, 395.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGTCAGAG\", \"ini\": 2565, \"clust\": 3064, \"rank\": 1608, \"rankvar\": 3916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1213, \"group\": [3065.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTCTAGAGG\", \"ini\": 2564, \"clust\": 1591, \"rank\": 453, \"rankvar\": 5021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1025, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3117, \"group\": [1592.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGGCTCTTA\", \"ini\": 2563, \"clust\": 4096, \"rank\": 2544, \"rankvar\": 4432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1026, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 69, \"group\": [4292.0, 799.0, 127.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTTCCCGAG\", \"ini\": 2562, \"clust\": 2602, \"rank\": 1442, \"rankvar\": 3638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1214, \"group\": [2605.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCCGTCAAA\", \"ini\": 2561, \"clust\": 4327, \"rank\": 1841, \"rankvar\": 4465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1028, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5130, \"group\": [4327.0, 812.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATGATCCA\", \"ini\": 2560, \"clust\": 4710, \"rank\": 1936, \"rankvar\": 1384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1029, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4777, \"group\": [4715.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACTCGTCGTTC\", \"ini\": 2559, \"clust\": 4073, \"rank\": 1966, \"rankvar\": 3462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1030, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2726, \"group\": [4071.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACAGAGGT\", \"ini\": 2558, \"clust\": 3745, \"rank\": 1345, \"rankvar\": 4514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2727, \"group\": [3743.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTAAATACG\", \"ini\": 2557, \"clust\": 3818, \"rank\": 1460, \"rankvar\": 2750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1032, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2728, \"group\": [3818.0, 715.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACATTAGC\", \"ini\": 2556, \"clust\": 2520, \"rank\": 1450, \"rankvar\": 2932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1033, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1215, \"group\": [2519.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAACGCACC\", \"ini\": 2555, \"clust\": 5129, \"rank\": 2429, \"rankvar\": 589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1034, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4778, \"group\": [5132.0, 1016.0, 163.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAAAGCAAT\", \"ini\": 2554, \"clust\": 2150, \"rank\": 1976, \"rankvar\": 733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1216, \"group\": [2153.0, 363.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGGTACC\", \"ini\": 2553, \"clust\": 2442, \"rank\": 1547, \"rankvar\": 797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1036, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1217, \"group\": [2442.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGTCAGATAAG\", \"ini\": 2552, \"clust\": 3713, \"rank\": 1101, \"rankvar\": 3553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2729, \"group\": [3713.0, 698.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGCATGTG\", \"ini\": 2551, \"clust\": 2750, \"rank\": 1721, \"rankvar\": 2930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1218, \"group\": [2749.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGTGCA\", \"ini\": 2550, \"clust\": 2638, \"rank\": 1402, \"rankvar\": 3047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1219, \"group\": [2638.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTAATGA\", \"ini\": 2549, \"clust\": 4747, \"rank\": 1148, \"rankvar\": 3861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1040, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4779, \"group\": [4746.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTAATCACC\", \"ini\": 2548, \"clust\": 4633, \"rank\": 944, \"rankvar\": 4384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1041, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4780, \"group\": [4635.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGGTGACCA\", \"ini\": 2547, \"clust\": 3139, \"rank\": 1726, \"rankvar\": 1062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1042, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1220, \"group\": [3139.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTCCAGGA\", \"ini\": 2546, \"clust\": 4698, \"rank\": 1668, \"rankvar\": 3762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1043, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4781, \"group\": [4699.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTATTCTC\", \"ini\": 2545, \"clust\": 2746, \"rank\": 1373, \"rankvar\": 1635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1044, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1221, \"group\": [2747.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCATGCTC\", \"ini\": 2544, \"clust\": 2622, \"rank\": 1261, \"rankvar\": 1173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1045, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1222, \"group\": [2625.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGAGCTGCA\", \"ini\": 2543, \"clust\": 2487, \"rank\": 1575, \"rankvar\": 2095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1223, \"group\": [2486.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTACTTGAC\", \"ini\": 2542, \"clust\": 3054, \"rank\": 1802, \"rankvar\": 3802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1047, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1224, \"group\": [3057.0, 414.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGAGCGAG\", \"ini\": 2541, \"clust\": 2720, \"rank\": 1759, \"rankvar\": 772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1225, \"group\": [2727.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGAATCCA\", \"ini\": 2540, \"clust\": 4841, \"rank\": 1508, \"rankvar\": 4223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4782, \"group\": [4841.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGGTAAG\", \"ini\": 2539, \"clust\": 4846, \"rank\": 1634, \"rankvar\": 4078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1050, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4783, \"group\": [4847.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGTTCGATC\", \"ini\": 2538, \"clust\": 4171, \"rank\": 2512, \"rankvar\": 5014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1051, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 70, \"group\": [4168.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTCTGGAGA\", \"ini\": 2537, \"clust\": 2127, \"rank\": 1782, \"rankvar\": 2971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1226, \"group\": [2125.0, 347.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCAGACACTT\", \"ini\": 2536, \"clust\": 2918, \"rank\": 1832, \"rankvar\": 2958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1227, \"group\": [2917.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCTGTACGA\", \"ini\": 2535, \"clust\": 2556, \"rank\": 1361, \"rankvar\": 2773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1054, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1228, \"group\": [2557.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTATCCTA\", \"ini\": 2534, \"clust\": 2530, \"rank\": 1421, \"rankvar\": 2918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1055, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1229, \"group\": [2531.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATGCTTG\", \"ini\": 2533, \"clust\": 4498, \"rank\": 1078, \"rankvar\": 1575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1056, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4784, \"group\": [4501.0, 862.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACCGGAAA\", \"ini\": 2532, \"clust\": 4667, \"rank\": 855, \"rankvar\": 3764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1057, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4785, \"group\": [4669.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCAACCATG\", \"ini\": 2531, \"clust\": 2488, \"rank\": 1653, \"rankvar\": 1935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1230, \"group\": [2487.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGCATCG\", \"ini\": 2530, \"clust\": 3089, \"rank\": 2002, \"rankvar\": 604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1231, \"group\": [3088.0, 419.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACAACGATGG\", \"ini\": 2529, \"clust\": 2560, \"rank\": 1411, \"rankvar\": 2504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1060, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1232, \"group\": [2560.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACAGGAGT\", \"ini\": 2528, \"clust\": 2932, \"rank\": 1817, \"rankvar\": 3831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1233, \"group\": [2933.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATAAGACA\", \"ini\": 2527, \"clust\": 2759, \"rank\": 1434, \"rankvar\": 2771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1234, \"group\": [2758.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCAAGGTAA\", \"ini\": 2526, \"clust\": 2915, \"rank\": 1589, \"rankvar\": 1722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1063, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1235, \"group\": [2913.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTCCTCCAT\", \"ini\": 2525, \"clust\": 2919, \"rank\": 1865, \"rankvar\": 2020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1236, \"group\": [2918.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTTCTGTTT\", \"ini\": 2524, \"clust\": 2755, \"rank\": 1762, \"rankvar\": 1351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1065, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1237, \"group\": [2756.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTGACTCAT\", \"ini\": 2523, \"clust\": 4642, \"rank\": 1360, \"rankvar\": 3878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1066, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4786, \"group\": [4645.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACAGTCGC\", \"ini\": 2522, \"clust\": 2752, \"rank\": 1611, \"rankvar\": 3171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1067, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1238, \"group\": [2751.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGCTCCT\", \"ini\": 2521, \"clust\": 2608, \"rank\": 1313, \"rankvar\": 2830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1068, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1239, \"group\": [2608.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGGACAGAA\", \"ini\": 2520, \"clust\": 4752, \"rank\": 1686, \"rankvar\": 3583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4787, \"group\": [4751.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCGTGTAAGTA\", \"ini\": 2519, \"clust\": 4572, \"rank\": 1566, \"rankvar\": 2644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1070, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4788, \"group\": [4572.0, 873.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACGCATA\", \"ini\": 2518, \"clust\": 2958, \"rank\": 1743, \"rankvar\": 2078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1240, \"group\": [2956.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGCTCTTC\", \"ini\": 2517, \"clust\": 2542, \"rank\": 1403, \"rankvar\": 3702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1072, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1241, \"group\": [2542.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGTGGGTTG\", \"ini\": 2516, \"clust\": 2507, \"rank\": 1447, \"rankvar\": 2571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1073, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1242, \"group\": [2509.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTCGGGTCT\", \"ini\": 2515, \"clust\": 2433, \"rank\": 1470, \"rankvar\": 1985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1074, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1243, \"group\": [2433.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCTGGGCCA\", \"ini\": 2514, \"clust\": 2846, \"rank\": 1766, \"rankvar\": 3137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1244, \"group\": [2844.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACTAGTAC\", \"ini\": 2513, \"clust\": 4270, \"rank\": 3007, \"rankvar\": 5137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1076, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 71, \"group\": [4269.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGCCTCGTG\", \"ini\": 2512, \"clust\": 2136, \"rank\": 1521, \"rankvar\": 347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1245, \"group\": [2139.0, 355.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCATTCACTT\", \"ini\": 2511, \"clust\": 3130, \"rank\": 1709, \"rankvar\": 2847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1078, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1246, \"group\": [3131.0, 439.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTAACGACG\", \"ini\": 2510, \"clust\": 2824, \"rank\": 1518, \"rankvar\": 2593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1247, \"group\": [2825.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGCATGTG\", \"ini\": 2509, \"clust\": 4655, \"rank\": 1254, \"rankvar\": 1665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1080, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4789, \"group\": [4655.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATAAGCA\", \"ini\": 2508, \"clust\": 2612, \"rank\": 1481, \"rankvar\": 1184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1248, \"group\": [2615.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTACGAGT\", \"ini\": 2507, \"clust\": 1570, \"rank\": 1231, \"rankvar\": 360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3118, \"group\": [1571.0, 175.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCCTCAATT\", \"ini\": 2506, \"clust\": 3766, \"rank\": 1684, \"rankvar\": 2982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1083, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2730, \"group\": [3769.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGAGGTG\", \"ini\": 2505, \"clust\": 4837, \"rank\": 1558, \"rankvar\": 3076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1084, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4790, \"group\": [4835.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCTGATTCT\", \"ini\": 2504, \"clust\": 2813, \"rank\": 1640, \"rankvar\": 2882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1085, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1249, \"group\": [2813.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGTCTTACCGC\", \"ini\": 2503, \"clust\": 1587, \"rank\": 638, \"rankvar\": 4324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3119, \"group\": [1588.0, 178.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGCAATTA\", \"ini\": 2502, \"clust\": 4511, \"rank\": 1233, \"rankvar\": 1890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1087, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4791, \"group\": [4511.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTTCTGTTTGT\", \"ini\": 2501, \"clust\": 2832, \"rank\": 1487, \"rankvar\": 2503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1088, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1250, \"group\": [2833.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTTACCAGT\", \"ini\": 2500, \"clust\": 2637, \"rank\": 1587, \"rankvar\": 1277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1251, \"group\": [2640.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCACAGATTC\", \"ini\": 2499, \"clust\": 2611, \"rank\": 1409, \"rankvar\": 3082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1090, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1252, \"group\": [2612.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCATTAACCG\", \"ini\": 2498, \"clust\": 4495, \"rank\": 1647, \"rankvar\": 2096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1091, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4792, \"group\": [4498.0, 861.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTTCCCT\", \"ini\": 2497, \"clust\": 2539, \"rank\": 1562, \"rankvar\": 4191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1253, \"group\": [2539.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCTCCCATTAT\", \"ini\": 2496, \"clust\": 140, \"rank\": 1080, \"rankvar\": 3950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1093, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 235, \"group\": [139.0, 29.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGACAGGCT\", \"ini\": 2495, \"clust\": 3052, \"rank\": 1723, \"rankvar\": 2547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1254, \"group\": [3053.0, 414.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCATGCCG\", \"ini\": 2494, \"clust\": 4650, \"rank\": 1272, \"rankvar\": 3506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1095, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4793, \"group\": [4649.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTTTCGCTC\", \"ini\": 2493, \"clust\": 4666, \"rank\": 869, \"rankvar\": 3984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1096, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4794, \"group\": [4665.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGCGATCCC\", \"ini\": 2492, \"clust\": 1884, \"rank\": 1965, \"rankvar\": 443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1097, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2095, \"group\": [1886.0, 312.0, 54.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTGAGAT\", \"ini\": 2491, \"clust\": 4646, \"rank\": 1620, \"rankvar\": 1591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1098, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4795, \"group\": [4647.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATGCTCC\", \"ini\": 2490, \"clust\": 4196, \"rank\": 2671, \"rankvar\": 4949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 72, \"group\": [4194.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCACATACG\", \"ini\": 2489, \"clust\": 2590, \"rank\": 1622, \"rankvar\": 494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1255, \"group\": [2593.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTCGTGC\", \"ini\": 2488, \"clust\": 3036, \"rank\": 2324, \"rankvar\": 686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1256, \"group\": [3036.0, 410.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAAGAGTCTGG\", \"ini\": 2487, \"clust\": 2845, \"rank\": 1944, \"rankvar\": 2736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1102, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1257, \"group\": [2846.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTGGC\", \"ini\": 2486, \"clust\": 2242, \"rank\": 1613, \"rankvar\": 1755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1258, \"group\": [2242.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACAACA\", \"ini\": 2485, \"clust\": 2238, \"rank\": 1729, \"rankvar\": 711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1259, \"group\": [2236.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCTCAAACG\", \"ini\": 2484, \"clust\": 2038, \"rank\": 1835, \"rankvar\": 400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1260, \"group\": [2038.0, 337.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTATCGCAT\", \"ini\": 2483, \"clust\": 2827, \"rank\": 1694, \"rankvar\": 4017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1106, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1261, \"group\": [2827.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCGCATGAT\", \"ini\": 2482, \"clust\": 2377, \"rank\": 1673, \"rankvar\": 610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1262, \"group\": [2377.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACACTTGGAT\", \"ini\": 2481, \"clust\": 3098, \"rank\": 2109, \"rankvar\": 1799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1263, \"group\": [3099.0, 424.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCCAGGAT\", \"ini\": 2480, \"clust\": 2480, \"rank\": 1643, \"rankvar\": 2749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1109, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1264, \"group\": [2480.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGATCTGCAGTA\", \"ini\": 2479, \"clust\": 2142, \"rank\": 2021, \"rankvar\": 2427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1110, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1265, \"group\": [2142.0, 356.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGCATCTA\", \"ini\": 2478, \"clust\": 2545, \"rank\": 1398, \"rankvar\": 2801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1266, \"group\": [2545.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAGTCGC\", \"ini\": 2477, \"clust\": 2464, \"rank\": 1513, \"rankvar\": 2418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1267, \"group\": [2462.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTCACCTAA\", \"ini\": 2476, \"clust\": 2510, \"rank\": 1318, \"rankvar\": 3924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1268, \"group\": [2511.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTCCCTGA\", \"ini\": 2475, \"clust\": 4843, \"rank\": 1660, \"rankvar\": 4082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1114, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4796, \"group\": [4848.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCATTTCAGG\", \"ini\": 2474, \"clust\": 2386, \"rank\": 1413, \"rankvar\": 2365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1115, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1269, \"group\": [2387.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAGACTTA\", \"ini\": 2473, \"clust\": 2744, \"rank\": 1615, \"rankvar\": 1278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1270, \"group\": [2745.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGCCAAAT\", \"ini\": 2472, \"clust\": 5125, \"rank\": 2240, \"rankvar\": 124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1271, \"group\": [5124.0, 1009.0, 162.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCAGGCTA\", \"ini\": 2471, \"clust\": 2614, \"rank\": 1599, \"rankvar\": 3651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1272, \"group\": [2614.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAATCACAC\", \"ini\": 2470, \"clust\": 2436, \"rank\": 1697, \"rankvar\": 1705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1273, \"group\": [2438.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAAGACACG\", \"ini\": 2469, \"clust\": 2708, \"rank\": 1649, \"rankvar\": 815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1120, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1274, \"group\": [2709.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCACCTTGTC\", \"ini\": 2468, \"clust\": 2537, \"rank\": 1477, \"rankvar\": 2160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1275, \"group\": [2537.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGAGCAATT\", \"ini\": 2467, \"clust\": 2521, \"rank\": 1610, \"rankvar\": 1048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1122, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1276, \"group\": [2525.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTGTCAAG\", \"ini\": 2466, \"clust\": 2833, \"rank\": 1581, \"rankvar\": 3332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1277, \"group\": [2834.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTCCCTTGT\", \"ini\": 2465, \"clust\": 2747, \"rank\": 1747, \"rankvar\": 2676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1278, \"group\": [2748.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCGTCTGCT\", \"ini\": 2464, \"clust\": 2473, \"rank\": 1636, \"rankvar\": 1030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1279, \"group\": [2476.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTTTGGCGC\", \"ini\": 2463, \"clust\": 2312, \"rank\": 1659, \"rankvar\": 1729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1126, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1280, \"group\": [2315.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAATGCCAT\", \"ini\": 2462, \"clust\": 2710, \"rank\": 1863, \"rankvar\": 606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1281, \"group\": [2711.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGCGATCC\", \"ini\": 2461, \"clust\": 4653, \"rank\": 1592, \"rankvar\": 1947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4797, \"group\": [4651.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATTGGTAC\", \"ini\": 2460, \"clust\": 4503, \"rank\": 1263, \"rankvar\": 4258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4798, \"group\": [4504.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTATAGGTA\", \"ini\": 2459, \"clust\": 2702, \"rank\": 1780, \"rankvar\": 2530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1282, \"group\": [2703.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGAAGCAC\", \"ini\": 2458, \"clust\": 2730, \"rank\": 1745, \"rankvar\": 1386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1131, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1283, \"group\": [2729.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCTGAT\", \"ini\": 2457, \"clust\": 4228, \"rank\": 2882, \"rankvar\": 5226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 73, \"group\": [4224.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGTCATTTGGG\", \"ini\": 2456, \"clust\": 4079, \"rank\": 2161, \"rankvar\": 3415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1133, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2731, \"group\": [4080.0, 763.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGCTATA\", \"ini\": 2455, \"clust\": 2229, \"rank\": 2166, \"rankvar\": 2831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1134, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1284, \"group\": [2229.0, 377.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCTGCAAT\", \"ini\": 2454, \"clust\": 3296, \"rank\": 1699, \"rankvar\": 3258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1285, \"group\": [3297.0, 487.0, 69.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGGGTTTCT\", \"ini\": 2453, \"clust\": 2761, \"rank\": 1607, \"rankvar\": 2451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1286, \"group\": [2762.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAATAGAGT\", \"ini\": 2452, \"clust\": 2129, \"rank\": 1923, \"rankvar\": 1354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1287, \"group\": [2133.0, 351.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAAGCCTAT\", \"ini\": 2451, \"clust\": 2173, \"rank\": 1498, \"rankvar\": 2316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1288, \"group\": [2174.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCCGAACGC\", \"ini\": 2450, \"clust\": 4684, \"rank\": 1359, \"rankvar\": 3711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1139, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4799, \"group\": [4687.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCACCTTGTC\", \"ini\": 2449, \"clust\": 2937, \"rank\": 2057, \"rankvar\": 2648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1289, \"group\": [2938.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGAGTCTGG\", \"ini\": 2448, \"clust\": 2288, \"rank\": 1935, \"rankvar\": 2411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1141, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1290, \"group\": [2287.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAAGGACAC\", \"ini\": 2447, \"clust\": 4749, \"rank\": 1520, \"rankvar\": 4336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4800, \"group\": [4748.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTCGCATC\", \"ini\": 2446, \"clust\": 2669, \"rank\": 1885, \"rankvar\": 1565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1291, \"group\": [2672.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGTAAA\", \"ini\": 2445, \"clust\": 2712, \"rank\": 2099, \"rankvar\": 3183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1292, \"group\": [2714.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACATCTTGCATT\", \"ini\": 2444, \"clust\": 2291, \"rank\": 1540, \"rankvar\": 1201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1293, \"group\": [2291.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACGCCAGT\", \"ini\": 2443, \"clust\": 2776, \"rank\": 1820, \"rankvar\": 1202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1294, \"group\": [2776.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACATTGCGGC\", \"ini\": 2442, \"clust\": 3099, \"rank\": 2112, \"rankvar\": 359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1147, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1295, \"group\": [3100.0, 424.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGATGTGGC\", \"ini\": 2441, \"clust\": 1611, \"rank\": 1623, \"rankvar\": 710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3120, \"group\": [1612.0, 184.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTGGTTTCA\", \"ini\": 2440, \"clust\": 2441, \"rank\": 1685, \"rankvar\": 1168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1296, \"group\": [2444.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAACACCTA\", \"ini\": 2439, \"clust\": 2606, \"rank\": 1687, \"rankvar\": 2558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1150, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1297, \"group\": [2607.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCTACCTC\", \"ini\": 2438, \"clust\": 2993, \"rank\": 2098, \"rankvar\": 3754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1298, \"group\": [2993.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAATTCCTT\", \"ini\": 2437, \"clust\": 2809, \"rank\": 2127, \"rankvar\": 3381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1299, \"group\": [2812.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGCGCAA\", \"ini\": 2436, \"clust\": 2434, \"rank\": 1838, \"rankvar\": 1210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1300, \"group\": [2434.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGTAGGTGC\", \"ini\": 2435, \"clust\": 2645, \"rank\": 1725, \"rankvar\": 1465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1301, \"group\": [2646.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCAATCTC\", \"ini\": 2434, \"clust\": 2514, \"rank\": 1842, \"rankvar\": 1589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1302, \"group\": [2514.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTTGTAGA\", \"ini\": 2433, \"clust\": 4910, \"rank\": 1290, \"rankvar\": 4143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1156, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 74, \"group\": [4914.0, 922.0, 146.0, 33.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAAATGTG\", \"ini\": 2432, \"clust\": 3084, \"rank\": 2009, \"rankvar\": 2171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1303, \"group\": [3084.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTACCGCTG\", \"ini\": 2431, \"clust\": 2340, \"rank\": 1742, \"rankvar\": 2589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1304, \"group\": [2340.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCACATGGGA\", \"ini\": 2430, \"clust\": 2523, \"rank\": 1454, \"rankvar\": 2841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1159, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1305, \"group\": [2522.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGATCTGAA\", \"ini\": 2429, \"clust\": 2243, \"rank\": 1849, \"rankvar\": 2791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1306, \"group\": [2244.0, 380.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCGCCTCA\", \"ini\": 2428, \"clust\": 4513, \"rank\": 1406, \"rankvar\": 2307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4801, \"group\": [4513.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGTTTGGT\", \"ini\": 2427, \"clust\": 4547, \"rank\": 1392, \"rankvar\": 3216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4802, \"group\": [4549.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTATTAGCC\", \"ini\": 2426, \"clust\": 3043, \"rank\": 2076, \"rankvar\": 1853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1307, \"group\": [3041.0, 412.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGAGGGATA\", \"ini\": 2425, \"clust\": 2944, \"rank\": 1994, \"rankvar\": 525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1308, \"group\": [2948.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTGAGTATA\", \"ini\": 2424, \"clust\": 2773, \"rank\": 1778, \"rankvar\": 709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1309, \"group\": [2774.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGGCTAGAC\", \"ini\": 2423, \"clust\": 2531, \"rank\": 1572, \"rankvar\": 2335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1310, \"group\": [2532.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTCCTGCTT\", \"ini\": 2422, \"clust\": 2234, \"rank\": 2347, \"rankvar\": 976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1311, \"group\": [2233.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAGACGCCT\", \"ini\": 2421, \"clust\": 2438, \"rank\": 1681, \"rankvar\": 3813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1312, \"group\": [2437.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGTAGTGCG\", \"ini\": 2420, \"clust\": 4573, \"rank\": 1757, \"rankvar\": 3607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4803, \"group\": [4573.0, 873.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTAGAACAATC\", \"ini\": 2419, \"clust\": 2525, \"rank\": 1282, \"rankvar\": 3097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1313, \"group\": [2528.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCGGTGTCG\", \"ini\": 2418, \"clust\": 2471, \"rank\": 1801, \"rankvar\": 4051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1314, \"group\": [2470.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTCAATAG\", \"ini\": 2417, \"clust\": 4053, \"rank\": 1962, \"rankvar\": 1498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1172, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2732, \"group\": [4055.0, 757.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAGCTGGT\", \"ini\": 2416, \"clust\": 2671, \"rank\": 1652, \"rankvar\": 1656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1315, \"group\": [2671.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGCGACC\", \"ini\": 2415, \"clust\": 2541, \"rank\": 1528, \"rankvar\": 1085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1316, \"group\": [2546.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACATTGAGCT\", \"ini\": 2414, \"clust\": 2889, \"rank\": 2115, \"rankvar\": 4243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1317, \"group\": [2893.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCGAATCT\", \"ini\": 2413, \"clust\": 2956, \"rank\": 1824, \"rankvar\": 3205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1318, \"group\": [2957.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCCCTAAT\", \"ini\": 2412, \"clust\": 2292, \"rank\": 1792, \"rankvar\": 1919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1319, \"group\": [2292.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTAACTGG\", \"ini\": 2411, \"clust\": 2336, \"rank\": 1963, \"rankvar\": 3900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1320, \"group\": [2336.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGAGCTC\", \"ini\": 2410, \"clust\": 2836, \"rank\": 1459, \"rankvar\": 2413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1321, \"group\": [2835.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGACGAA\", \"ini\": 2409, \"clust\": 2478, \"rank\": 1489, \"rankvar\": 3507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1322, \"group\": [2485.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGAAACCTA\", \"ini\": 2408, \"clust\": 4505, \"rank\": 1448, \"rankvar\": 3600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1181, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4804, \"group\": [4503.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCTGCC\", \"ini\": 2407, \"clust\": 4523, \"rank\": 1439, \"rankvar\": 3006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1182, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4805, \"group\": [4524.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTCTCTTTA\", \"ini\": 2406, \"clust\": 2774, \"rank\": 1648, \"rankvar\": 663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1323, \"group\": [2775.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTAGAGC\", \"ini\": 2405, \"clust\": 4829, \"rank\": 1410, \"rankvar\": 4319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4806, \"group\": [4827.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGCCGATTT\", \"ini\": 2404, \"clust\": 2338, \"rank\": 1819, \"rankvar\": 1996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1324, \"group\": [2338.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCATTCACT\", \"ini\": 2403, \"clust\": 4651, \"rank\": 1612, \"rankvar\": 2382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1186, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4807, \"group\": [4652.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTCACGGC\", \"ini\": 2402, \"clust\": 2339, \"rank\": 1896, \"rankvar\": 3519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1325, \"group\": [2339.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCATGCAAC\", \"ini\": 2401, \"clust\": 3079, \"rank\": 1883, \"rankvar\": 841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1326, \"group\": [3079.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCGCGTTT\", \"ini\": 2400, \"clust\": 2472, \"rank\": 1580, \"rankvar\": 2525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1327, \"group\": [2471.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCACTAT\", \"ini\": 2399, \"clust\": 5150, \"rank\": 2585, \"rankvar\": 348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1190, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4808, \"group\": [5151.0, 1027.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGTCAGCC\", \"ini\": 2398, \"clust\": 2588, \"rank\": 1918, \"rankvar\": 3979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1328, \"group\": [2588.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATAACCG\", \"ini\": 2397, \"clust\": 1544, \"rank\": 1930, \"rankvar\": 1736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1192, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3025, \"group\": [1543.0, 163.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCGTAGTA\", \"ini\": 2396, \"clust\": 2527, \"rank\": 1510, \"rankvar\": 2627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1329, \"group\": [2527.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTTGCTCCT\", \"ini\": 2395, \"clust\": 2905, \"rank\": 1836, \"rankvar\": 2811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1194, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1330, \"group\": [2905.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCGTCTGCT\", \"ini\": 2394, \"clust\": 3005, \"rank\": 1813, \"rankvar\": 4101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1331, \"group\": [3006.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTCATACTG\", \"ini\": 2393, \"clust\": 4581, \"rank\": 2107, \"rankvar\": 2862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4809, \"group\": [4585.0, 877.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCCCACTTG\", \"ini\": 2392, \"clust\": 2323, \"rank\": 1752, \"rankvar\": 1860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1332, \"group\": [2323.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAAGGCTCC\", \"ini\": 2391, \"clust\": 2267, \"rank\": 1585, \"rankvar\": 3919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1333, \"group\": [2265.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGAACAT\", \"ini\": 2390, \"clust\": 2960, \"rank\": 1901, \"rankvar\": 705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1199, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1334, \"group\": [2962.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCTCTAGC\", \"ini\": 2389, \"clust\": 4816, \"rank\": 1476, \"rankvar\": 4402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4810, \"group\": [4816.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTAGGAGTTGC\", \"ini\": 2388, \"clust\": 4704, \"rank\": 1749, \"rankvar\": 2304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1201, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4811, \"group\": [4704.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTGAAATCA\", \"ini\": 2387, \"clust\": 2695, \"rank\": 1578, \"rankvar\": 685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1335, \"group\": [2697.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGCCACGTC\", \"ini\": 2386, \"clust\": 2236, \"rank\": 1929, \"rankvar\": 2549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1336, \"group\": [2237.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTAATTGGA\", \"ini\": 2385, \"clust\": 2942, \"rank\": 1657, \"rankvar\": 2491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1204, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1337, \"group\": [2942.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTAGATTAG\", \"ini\": 2384, \"clust\": 2551, \"rank\": 1771, \"rankvar\": 1499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1205, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1338, \"group\": [2554.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGCGATG\", \"ini\": 2383, \"clust\": 2185, \"rank\": 2210, \"rankvar\": 3134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1339, \"group\": [2186.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCCGCGCAA\", \"ini\": 2382, \"clust\": 4831, \"rank\": 1683, \"rankvar\": 4024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1207, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4812, \"group\": [4840.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGCTGTTA\", \"ini\": 2381, \"clust\": 2875, \"rank\": 1730, \"rankvar\": 1678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1340, \"group\": [2875.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCAGAGGA\", \"ini\": 2380, \"clust\": 1701, \"rank\": 1676, \"rankvar\": 2799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1341, \"group\": [1702.0, 247.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGAGTCG\", \"ini\": 2379, \"clust\": 3754, \"rank\": 1446, \"rankvar\": 1942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2733, \"group\": [3751.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAATGGAAT\", \"ini\": 2378, \"clust\": 2862, \"rank\": 1882, \"rankvar\": 4013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1342, \"group\": [2862.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGGAACGT\", \"ini\": 2377, \"clust\": 2639, \"rank\": 1706, \"rankvar\": 2793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1343, \"group\": [2639.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAAGCGAGAAA\", \"ini\": 2376, \"clust\": 2717, \"rank\": 1461, \"rankvar\": 3778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1344, \"group\": [2716.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATCTGGTA\", \"ini\": 2375, \"clust\": 4834, \"rank\": 1639, \"rankvar\": 4219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4813, \"group\": [4839.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTCTCCACT\", \"ini\": 2374, \"clust\": 2837, \"rank\": 1735, \"rankvar\": 1559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1345, \"group\": [2836.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGCAAATCA\", \"ini\": 2373, \"clust\": 2133, \"rank\": 2165, \"rankvar\": 409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1216, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1346, \"group\": [2136.0, 353.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAGGAACGT\", \"ini\": 2372, \"clust\": 3746, \"rank\": 1776, \"rankvar\": 3203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1217, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2734, \"group\": [3750.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAGTAGTA\", \"ini\": 2371, \"clust\": 2751, \"rank\": 1876, \"rankvar\": 1147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1347, \"group\": [2750.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGTTCTTT\", \"ini\": 2370, \"clust\": 1496, \"rank\": 1281, \"rankvar\": 4546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1219, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3961, \"group\": [1495.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGGTCA\", \"ini\": 2369, \"clust\": 2364, \"rank\": 1900, \"rankvar\": 615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1348, \"group\": [2368.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGGTGACAAAT\", \"ini\": 2368, \"clust\": 4184, \"rank\": 2779, \"rankvar\": 4958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1221, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 75, \"group\": [4185.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATATCCG\", \"ini\": 2367, \"clust\": 2724, \"rank\": 1967, \"rankvar\": 2024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1349, \"group\": [2722.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGTCTGAA\", \"ini\": 2366, \"clust\": 2304, \"rank\": 1750, \"rankvar\": 2991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1350, \"group\": [2303.0, 386.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGTCTTCC\", \"ini\": 2365, \"clust\": 2553, \"rank\": 1916, \"rankvar\": 1970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1224, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1351, \"group\": [2553.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGATGAGAG\", \"ini\": 2364, \"clust\": 4558, \"rank\": 1847, \"rankvar\": 2123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4814, \"group\": [4559.0, 869.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACACTGCCAG\", \"ini\": 2363, \"clust\": 4744, \"rank\": 2122, \"rankvar\": 4178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1226, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4815, \"group\": [4849.0, 891.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGCTTATCG\", \"ini\": 2362, \"clust\": 4814, \"rank\": 1844, \"rankvar\": 4167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1227, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4816, \"group\": [4812.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGACTGGGT\", \"ini\": 2361, \"clust\": 2254, \"rank\": 2043, \"rankvar\": 682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1352, \"group\": [2255.0, 382.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGTGACCC\", \"ini\": 2360, \"clust\": 2557, \"rank\": 1422, \"rankvar\": 1345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1229, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1353, \"group\": [2558.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGAGACGAA\", \"ini\": 2359, \"clust\": 2447, \"rank\": 1837, \"rankvar\": 3322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1354, \"group\": [2448.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCTCCGTCATC\", \"ini\": 2358, \"clust\": 4832, \"rank\": 1805, \"rankvar\": 2428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1231, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4817, \"group\": [4831.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTCGGATCC\", \"ini\": 2357, \"clust\": 2232, \"rank\": 2139, \"rankvar\": 692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1355, \"group\": [2234.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCCCAAGAT\", \"ini\": 2356, \"clust\": 2640, \"rank\": 1713, \"rankvar\": 2212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1233, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1356, \"group\": [2644.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAGTACCCAAT\", \"ini\": 2355, \"clust\": 2489, \"rank\": 2038, \"rankvar\": 2903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1357, \"group\": [2492.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGAGGGAG\", \"ini\": 2354, \"clust\": 5222, \"rank\": 2557, \"rankvar\": 487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4818, \"group\": [5223.0, 1083.0, 186.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGCACGCCT\", \"ini\": 2353, \"clust\": 2914, \"rank\": 1818, \"rankvar\": 2751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1358, \"group\": [2915.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATCACGG\", \"ini\": 2352, \"clust\": 2465, \"rank\": 2117, \"rankvar\": 2067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1359, \"group\": [2466.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGAATTAC\", \"ini\": 2351, \"clust\": 4556, \"rank\": 1130, \"rankvar\": 2987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4819, \"group\": [4553.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGCAA\", \"ini\": 2350, \"clust\": 3092, \"rank\": 2354, \"rankvar\": 1600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1360, \"group\": [3092.0, 421.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACAGGTCCAC\", \"ini\": 2349, \"clust\": 4663, \"rank\": 1500, \"rankvar\": 3398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1240, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4820, \"group\": [4670.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCACCTCGTT\", \"ini\": 2348, \"clust\": 4193, \"rank\": 2614, \"rankvar\": 4585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1241, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 76, \"group\": [4193.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTTCCACTC\", \"ini\": 2347, \"clust\": 3704, \"rank\": 2153, \"rankvar\": 3907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1242, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2735, \"group\": [3703.0, 693.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCCAAATGC\", \"ini\": 2346, \"clust\": 2483, \"rank\": 1523, \"rankvar\": 1454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1243, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1361, \"group\": [2483.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCACAACGT\", \"ini\": 2345, \"clust\": 2141, \"rank\": 2154, \"rankvar\": 3244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1362, \"group\": [2141.0, 356.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCATTAT\", \"ini\": 2344, \"clust\": 2580, \"rank\": 1791, \"rankvar\": 3557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1363, \"group\": [2579.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTGGCGAAT\", \"ini\": 2343, \"clust\": 1905, \"rank\": 1969, \"rankvar\": 2101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1364, \"group\": [1905.0, 322.0, 58.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAACACCTA\", \"ini\": 2342, \"clust\": 3146, \"rank\": 2535, \"rankvar\": 328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1247, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1365, \"group\": [3148.0, 445.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAACACAGGTTT\", \"ini\": 2341, \"clust\": 1488, \"rank\": 1532, \"rankvar\": 4127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3962, \"group\": [1492.0, 145.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCCAACAACCT\", \"ini\": 2340, \"clust\": 2538, \"rank\": 1644, \"rankvar\": 1902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1366, \"group\": [2538.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCAAGCCTA\", \"ini\": 2339, \"clust\": 2165, \"rank\": 1974, \"rankvar\": 3038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1250, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1367, \"group\": [2168.0, 367.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGGGATGGG\", \"ini\": 2338, \"clust\": 2745, \"rank\": 1712, \"rankvar\": 2089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1368, \"group\": [2746.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCTTGCCGT\", \"ini\": 2337, \"clust\": 2318, \"rank\": 1866, \"rankvar\": 889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1252, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1369, \"group\": [2317.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAAATTGCC\", \"ini\": 2336, \"clust\": 3034, \"rank\": 2377, \"rankvar\": 195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1370, \"group\": [3037.0, 410.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCCTCAGT\", \"ini\": 2335, \"clust\": 2821, \"rank\": 1665, \"rankvar\": 3221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1371, \"group\": [2822.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCGACTGC\", \"ini\": 2334, \"clust\": 2187, \"rank\": 2237, \"rankvar\": 3412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1372, \"group\": [2188.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCATCTACGA\", \"ini\": 2333, \"clust\": 4205, \"rank\": 2799, \"rankvar\": 4883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1256, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 77, \"group\": [4200.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGAGGT\", \"ini\": 2332, \"clust\": 2757, \"rank\": 1957, \"rankvar\": 1195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1373, \"group\": [2759.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGAGGGATA\", \"ini\": 2331, \"clust\": 4823, \"rank\": 1226, \"rankvar\": 4423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1258, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4821, \"group\": [4822.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTCGAATC\", \"ini\": 2330, \"clust\": 4561, \"rank\": 1270, \"rankvar\": 4391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4822, \"group\": [4560.0, 870.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCAGTGGA\", \"ini\": 2329, \"clust\": 3087, \"rank\": 2522, \"rankvar\": 1760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1374, \"group\": [3091.0, 420.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTTCCCTTG\", \"ini\": 2328, \"clust\": 3070, \"rank\": 2251, \"rankvar\": 1959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1261, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1375, \"group\": [3070.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCCTTCAAT\", \"ini\": 2327, \"clust\": 3090, \"rank\": 2395, \"rankvar\": 511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1376, \"group\": [3089.0, 419.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCGAATGGG\", \"ini\": 2326, \"clust\": 4090, \"rank\": 1942, \"rankvar\": 3921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1263, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2736, \"group\": [4092.0, 766.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACATGGTCTA\", \"ini\": 2325, \"clust\": 2738, \"rank\": 1978, \"rankvar\": 1414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1377, \"group\": [2741.0, 401.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTGCCTTGG\", \"ini\": 2324, \"clust\": 2965, \"rank\": 2215, \"rankvar\": 1686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1378, \"group\": [2966.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCGTCTGCT\", \"ini\": 2323, \"clust\": 2547, \"rank\": 1602, \"rankvar\": 2574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1379, \"group\": [2547.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGGCCATAG\", \"ini\": 2322, \"clust\": 3030, \"rank\": 2163, \"rankvar\": 947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1380, \"group\": [3031.0, 409.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCTAAAGA\", \"ini\": 2321, \"clust\": 4492, \"rank\": 1886, \"rankvar\": 4179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4823, \"group\": [4492.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGCATGAG\", \"ini\": 2320, \"clust\": 4582, \"rank\": 2438, \"rankvar\": 1753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4824, \"group\": [4584.0, 877.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGCACACAG\", \"ini\": 2319, \"clust\": 2922, \"rank\": 2093, \"rankvar\": 1620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1270, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1381, \"group\": [2925.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGTGATTA\", \"ini\": 2318, \"clust\": 2535, \"rank\": 1767, \"rankvar\": 2580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1382, \"group\": [2534.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCAAACAAG\", \"ini\": 2317, \"clust\": 3776, \"rank\": 1856, \"rankvar\": 2270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1272, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2737, \"group\": [3779.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGCTAGTCT\", \"ini\": 2316, \"clust\": 2881, \"rank\": 1893, \"rankvar\": 904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1273, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1383, \"group\": [2882.0, 405.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCGCGAAA\", \"ini\": 2315, \"clust\": 5175, \"rank\": 2463, \"rankvar\": 751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1274, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1384, \"group\": [5179.0, 1049.0, 171.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCACTCCTG\", \"ini\": 2314, \"clust\": 2715, \"rank\": 1979, \"rankvar\": 3114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1385, \"group\": [2719.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGGTATCG\", \"ini\": 2313, \"clust\": 3327, \"rank\": 2615, \"rankvar\": 837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1276, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1386, \"group\": [3326.0, 506.0, 75.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGCTGCCCA\", \"ini\": 2312, \"clust\": 2066, \"rank\": 1825, \"rankvar\": 397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1387, \"group\": [2067.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCACTCGACG\", \"ini\": 2311, \"clust\": 2529, \"rank\": 1695, \"rankvar\": 2210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1388, \"group\": [2530.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTTACGGG\", \"ini\": 2310, \"clust\": 2970, \"rank\": 2203, \"rankvar\": 1371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1389, \"group\": [2971.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCATCGTCGG\", \"ini\": 2309, \"clust\": 2753, \"rank\": 1982, \"rankvar\": 2390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1390, \"group\": [2752.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGTGGAGTC\", \"ini\": 2308, \"clust\": 4289, \"rank\": 3042, \"rankvar\": 4547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1281, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 78, \"group\": [4291.0, 798.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAAGCGAGT\", \"ini\": 2307, \"clust\": 2910, \"rank\": 2011, \"rankvar\": 1839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1391, \"group\": [2910.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGGCAGTA\", \"ini\": 2306, \"clust\": 4191, \"rank\": 2737, \"rankvar\": 5020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1283, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 79, \"group\": [4186.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCAAAGACA\", \"ini\": 2305, \"clust\": 4804, \"rank\": 2135, \"rankvar\": 3854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1284, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4825, \"group\": [4803.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTGTTTGC\", \"ini\": 2304, \"clust\": 2184, \"rank\": 2190, \"rankvar\": 1391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1392, \"group\": [2185.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGGACG\", \"ini\": 2303, \"clust\": 2439, \"rank\": 1268, \"rankvar\": 3991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1393, \"group\": [2440.0, 398.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCGGAGCAA\", \"ini\": 2302, \"clust\": 2722, \"rank\": 2130, \"rankvar\": 1507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1394, \"group\": [2723.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGGATCT\", \"ini\": 2301, \"clust\": 2930, \"rank\": 2092, \"rankvar\": 3373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1395, \"group\": [2929.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGAGGCTA\", \"ini\": 2300, \"clust\": 3731, \"rank\": 1458, \"rankvar\": 4107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2738, \"group\": [3738.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCATGCTGGC\", \"ini\": 2299, \"clust\": 3081, \"rank\": 2088, \"rankvar\": 1421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1290, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1396, \"group\": [3081.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTAACCGA\", \"ini\": 2298, \"clust\": 2963, \"rank\": 2149, \"rankvar\": 3489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1397, \"group\": [2964.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCAGCATGAG\", \"ini\": 2297, \"clust\": 2912, \"rank\": 2087, \"rankvar\": 1706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1398, \"group\": [2922.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTCCGT\", \"ini\": 2296, \"clust\": 3071, \"rank\": 2265, \"rankvar\": 2255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1293, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1399, \"group\": [3071.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACAAGCCCAC\", \"ini\": 2295, \"clust\": 2327, \"rank\": 1949, \"rankvar\": 872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1400, \"group\": [2327.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAAAGG\", \"ini\": 2294, \"clust\": 3755, \"rank\": 1631, \"rankvar\": 2087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1295, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2739, \"group\": [3752.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCAAGAAGT\", \"ini\": 2293, \"clust\": 3726, \"rank\": 1539, \"rankvar\": 3499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2740, \"group\": [3726.0, 701.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTAAGGCTAGCA\", \"ini\": 2292, \"clust\": 4936, \"rank\": 1677, \"rankvar\": 2423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3121, \"group\": [4937.0, 936.0, 149.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCAACACCA\", \"ini\": 2291, \"clust\": 4185, \"rank\": 2764, \"rankvar\": 4999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1298, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 80, \"group\": [4181.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCACTGGGC\", \"ini\": 2290, \"clust\": 2728, \"rank\": 1878, \"rankvar\": 1392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1299, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1401, \"group\": [2730.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGAGCTATA\", \"ini\": 2289, \"clust\": 4824, \"rank\": 1661, \"rankvar\": 3736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4826, \"group\": [4823.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCAACGGGA\", \"ini\": 2288, \"clust\": 4181, \"rank\": 2928, \"rankvar\": 5055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1301, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 81, \"group\": [4178.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCATGCATGT\", \"ini\": 2287, \"clust\": 2945, \"rank\": 1764, \"rankvar\": 3154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1402, \"group\": [2947.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCTATGTGG\", \"ini\": 2286, \"clust\": 2913, \"rank\": 1704, \"rankvar\": 2679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1403, \"group\": [2916.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGCACCGCT\", \"ini\": 2285, \"clust\": 2668, \"rank\": 1924, \"rankvar\": 2552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1304, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1404, \"group\": [2669.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAATTCCTT\", \"ini\": 2284, \"clust\": 2589, \"rank\": 1772, \"rankvar\": 1730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1405, \"group\": [2589.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGTCGCCGT\", \"ini\": 2283, \"clust\": 1562, \"rank\": 1299, \"rankvar\": 1403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3122, \"group\": [1564.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCAGATAA\", \"ini\": 2282, \"clust\": 4567, \"rank\": 2188, \"rankvar\": 907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1307, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4827, \"group\": [4568.0, 872.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTGGAAAGA\", \"ini\": 2281, \"clust\": 2476, \"rank\": 1736, \"rankvar\": 1826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1406, \"group\": [2477.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCCATTAT\", \"ini\": 2280, \"clust\": 2855, \"rank\": 1931, \"rankvar\": 3884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1407, \"group\": [2854.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCCTTTC\", \"ini\": 2279, \"clust\": 2625, \"rank\": 1795, \"rankvar\": 802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1310, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1408, \"group\": [2628.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGCTCCCAG\", \"ini\": 2278, \"clust\": 2469, \"rank\": 1830, \"rankvar\": 2261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1409, \"group\": [2473.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGACAATAC\", \"ini\": 2277, \"clust\": 3067, \"rank\": 2078, \"rankvar\": 2979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1410, \"group\": [3067.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAACAAGTTGTC\", \"ini\": 2276, \"clust\": 2324, \"rank\": 2063, \"rankvar\": 1331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1411, \"group\": [2324.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCGCGTTTC\", \"ini\": 2275, \"clust\": 4855, \"rank\": 1870, \"rankvar\": 3149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4828, \"group\": [4855.0, 894.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAGCTTAAC\", \"ini\": 2274, \"clust\": 2424, \"rank\": 2034, \"rankvar\": 1493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1412, \"group\": [2425.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTGTGTGCC\", \"ini\": 2273, \"clust\": 3770, \"rank\": 1707, \"rankvar\": 4104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1316, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2741, \"group\": [3772.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAATTGGA\", \"ini\": 2272, \"clust\": 2603, \"rank\": 1985, \"rankvar\": 2484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1317, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1413, \"group\": [2603.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCGTGAC\", \"ini\": 2271, \"clust\": 4609, \"rank\": 2004, \"rankvar\": 941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1318, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4829, \"group\": [4609.0, 882.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCCTGACT\", \"ini\": 2270, \"clust\": 2293, \"rank\": 2047, \"rankvar\": 1153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1414, \"group\": [2296.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAAGCGCTC\", \"ini\": 2269, \"clust\": 3045, \"rank\": 2396, \"rankvar\": 993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1415, \"group\": [3047.0, 412.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTTATCACG\", \"ini\": 2268, \"clust\": 2445, \"rank\": 1926, \"rankvar\": 758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1416, \"group\": [2445.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCCACGTTC\", \"ini\": 2267, \"clust\": 3710, \"rank\": 1911, \"rankvar\": 1456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2742, \"group\": [3710.0, 696.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGCCAT\", \"ini\": 2266, \"clust\": 2358, \"rank\": 1586, \"rankvar\": 3194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1417, \"group\": [2359.0, 394.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCACCATGTA\", \"ini\": 2265, \"clust\": 4863, \"rank\": 2226, \"rankvar\": 2807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1324, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4830, \"group\": [4861.0, 897.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGCCATCGC\", \"ini\": 2264, \"clust\": 1608, \"rank\": 2044, \"rankvar\": 660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3123, \"group\": [1611.0, 183.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTTCTGAAC\", \"ini\": 2263, \"clust\": 2859, \"rank\": 1999, \"rankvar\": 1188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1418, \"group\": [2860.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCCGAG\", \"ini\": 2262, \"clust\": 1595, \"rank\": 1208, \"rankvar\": 2152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3124, \"group\": [1596.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCTCAACTT\", \"ini\": 2261, \"clust\": 2604, \"rank\": 1867, \"rankvar\": 2519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1419, \"group\": [2604.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTACGTAA\", \"ini\": 2260, \"clust\": 2381, \"rank\": 1921, \"rankvar\": 3127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1329, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1420, \"group\": [2382.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGGAATCGC\", \"ini\": 2259, \"clust\": 4852, \"rank\": 1559, \"rankvar\": 3510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1330, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4831, \"group\": [4853.0, 893.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCCGAATGT\", \"ini\": 2258, \"clust\": 4170, \"rank\": 2417, \"rankvar\": 4177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1331, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 82, \"group\": [4170.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGGCAATTA\", \"ini\": 2257, \"clust\": 4206, \"rank\": 2750, \"rankvar\": 4959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1332, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 83, \"group\": [4201.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCTCTTATG\", \"ini\": 2256, \"clust\": 4803, \"rank\": 2296, \"rankvar\": 3706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4832, \"group\": [4805.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGTTGACA\", \"ini\": 2255, \"clust\": 2714, \"rank\": 2186, \"rankvar\": 3619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1421, \"group\": [2713.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCGCTTAGA\", \"ini\": 2254, \"clust\": 2990, \"rank\": 2053, \"rankvar\": 3933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1335, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1422, \"group\": [2992.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTAGTAGTA\", \"ini\": 2253, \"clust\": 4817, \"rank\": 1922, \"rankvar\": 4043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1336, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4833, \"group\": [4817.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTAATCACC\", \"ini\": 2252, \"clust\": 4692, \"rank\": 2042, \"rankvar\": 4591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1337, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4834, \"group\": [4695.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGCTGTTCA\", \"ini\": 2251, \"clust\": 2178, \"rank\": 2335, \"rankvar\": 916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1423, \"group\": [2183.0, 370.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCATCGATG\", \"ini\": 2250, \"clust\": 2916, \"rank\": 1861, \"rankvar\": 2664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1424, \"group\": [2914.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCCAGAA\", \"ini\": 2249, \"clust\": 2446, \"rank\": 1815, \"rankvar\": 2772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1425, \"group\": [2446.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATCAGTAC\", \"ini\": 2248, \"clust\": 2272, \"rank\": 1598, \"rankvar\": 3421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1426, \"group\": [2271.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGGAGCGTT\", \"ini\": 2247, \"clust\": 4186, \"rank\": 2862, \"rankvar\": 4990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1342, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 84, \"group\": [4182.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGAACTGT\", \"ini\": 2246, \"clust\": 2332, \"rank\": 2513, \"rankvar\": 1274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1427, \"group\": [2346.0, 390.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGTGGGAA\", \"ini\": 2245, \"clust\": 2860, \"rank\": 2129, \"rankvar\": 3029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1344, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1428, \"group\": [2861.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCAACGGT\", \"ini\": 2244, \"clust\": 2816, \"rank\": 2017, \"rankvar\": 3842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1345, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1429, \"group\": [2816.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCAACCATG\", \"ini\": 2243, \"clust\": 2549, \"rank\": 1714, \"rankvar\": 2923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1430, \"group\": [2549.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGGCTTCC\", \"ini\": 2242, \"clust\": 2940, \"rank\": 1958, \"rankvar\": 2545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1431, \"group\": [2940.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTATCGGT\", \"ini\": 2241, \"clust\": 4753, \"rank\": 2018, \"rankvar\": 3280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1348, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4835, \"group\": [4752.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATCCGAT\", \"ini\": 2240, \"clust\": 2634, \"rank\": 1797, \"rankvar\": 2104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1432, \"group\": [2634.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACAACTGCGC\", \"ini\": 2239, \"clust\": 1497, \"rank\": 1618, \"rankvar\": 4033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1350, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3963, \"group\": [1496.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGGGAGAG\", \"ini\": 2238, \"clust\": 2517, \"rank\": 1641, \"rankvar\": 3129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1433, \"group\": [2517.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTACAA\", \"ini\": 2237, \"clust\": 2114, \"rank\": 1765, \"rankvar\": 296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1352, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1434, \"group\": [2120.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTCAGAAGC\", \"ini\": 2236, \"clust\": 4553, \"rank\": 1133, \"rankvar\": 3720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4836, \"group\": [4551.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTCCCTACT\", \"ini\": 2235, \"clust\": 3759, \"rank\": 1952, \"rankvar\": 4635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1354, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2743, \"group\": [3759.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCCGTTAA\", \"ini\": 2234, \"clust\": 3044, \"rank\": 2052, \"rankvar\": 2207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1435, \"group\": [3042.0, 412.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGTTCGCGC\", \"ini\": 2233, \"clust\": 2132, \"rank\": 2050, \"rankvar\": 2027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1436, \"group\": [2131.0, 351.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGAGTGACC\", \"ini\": 2232, \"clust\": 2046, \"rank\": 1794, \"rankvar\": 1426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1437, \"group\": [2051.0, 340.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACAGATGAGC\", \"ini\": 2231, \"clust\": 4253, \"rank\": 2899, \"rankvar\": 4965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1358, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 85, \"group\": [4253.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGTGGGTTG\", \"ini\": 2230, \"clust\": 2276, \"rank\": 2013, \"rankvar\": 3760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1438, \"group\": [2280.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTCGTTTG\", \"ini\": 2229, \"clust\": 2466, \"rank\": 2158, \"rankvar\": 2357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1439, \"group\": [2467.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAATGGATA\", \"ini\": 2228, \"clust\": 2490, \"rank\": 1989, \"rankvar\": 3051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1440, \"group\": [2490.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGTACTCT\", \"ini\": 2227, \"clust\": 1907, \"rank\": 1724, \"rankvar\": 1431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1441, \"group\": [1908.0, 324.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGTCTGCGACG\", \"ini\": 2226, \"clust\": 2966, \"rank\": 2029, \"rankvar\": 1330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1363, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1442, \"group\": [2967.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTCGGACG\", \"ini\": 2225, \"clust\": 2484, \"rank\": 2037, \"rankvar\": 2303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1443, \"group\": [2484.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCTTACCGC\", \"ini\": 2224, \"clust\": 2281, \"rank\": 1977, \"rankvar\": 2018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1444, \"group\": [2281.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTACTTCTT\", \"ini\": 2223, \"clust\": 2921, \"rank\": 2106, \"rankvar\": 2997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1445, \"group\": [2920.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGTAAGTA\", \"ini\": 2222, \"clust\": 3769, \"rank\": 1788, \"rankvar\": 3061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2744, \"group\": [3767.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAAGGAG\", \"ini\": 2221, \"clust\": 4549, \"rank\": 1292, \"rankvar\": 4346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4837, \"group\": [4546.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCTTTCCTC\", \"ini\": 2220, \"clust\": 2883, \"rank\": 2171, \"rankvar\": 938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1446, \"group\": [2884.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCTACCTC\", \"ini\": 2219, \"clust\": 4842, \"rank\": 2257, \"rankvar\": 2896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4838, \"group\": [4842.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGTTGAGG\", \"ini\": 2218, \"clust\": 3032, \"rank\": 2325, \"rankvar\": 755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1371, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1447, \"group\": [3032.0, 409.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCTTGTACT\", \"ini\": 2217, \"clust\": 2444, \"rank\": 2126, \"rankvar\": 1557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1448, \"group\": [2447.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTTTGCC\", \"ini\": 2216, \"clust\": 2952, \"rank\": 2089, \"rankvar\": 2851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1449, \"group\": [2958.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCAGTCTTCC\", \"ini\": 2215, \"clust\": 3783, \"rank\": 2100, \"rankvar\": 3584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2745, \"group\": [3782.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGACTCAT\", \"ini\": 2214, \"clust\": 2777, \"rank\": 2059, \"rankvar\": 1292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1450, \"group\": [2777.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCGGACAAG\", \"ini\": 2213, \"clust\": 4635, \"rank\": 1412, \"rankvar\": 3804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4839, \"group\": [4632.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCAGGTAAA\", \"ini\": 2212, \"clust\": 3695, \"rank\": 2787, \"rankvar\": 2846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1377, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4326, \"group\": [3695.0, 686.0, 113.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTGGGTCAA\", \"ini\": 2211, \"clust\": 2504, \"rank\": 2077, \"rankvar\": 919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1451, \"group\": [2503.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGACACTAA\", \"ini\": 2210, \"clust\": 2857, \"rank\": 2156, \"rankvar\": 3317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1452, \"group\": [2857.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCCGTCATC\", \"ini\": 2209, \"clust\": 2467, \"rank\": 2189, \"rankvar\": 975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1380, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1453, \"group\": [2468.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATCTGCA\", \"ini\": 2208, \"clust\": 2838, \"rank\": 2108, \"rankvar\": 1848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1454, \"group\": [2840.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCACGCATA\", \"ini\": 2207, \"clust\": 4508, \"rank\": 2033, \"rankvar\": 3188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4840, \"group\": [4507.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACACTGCG\", \"ini\": 2206, \"clust\": 4264, \"rank\": 2956, \"rankvar\": 4941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1383, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 86, \"group\": [4261.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTACTCGCG\", \"ini\": 2205, \"clust\": 2926, \"rank\": 2137, \"rankvar\": 3416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1384, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1455, \"group\": [2928.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTAGTGTACCT\", \"ini\": 2204, \"clust\": 2503, \"rank\": 2220, \"rankvar\": 2437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1456, \"group\": [2505.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGTGATCGG\", \"ini\": 2203, \"clust\": 3640, \"rank\": 1135, \"rankvar\": 2617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1386, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2746, \"group\": [3639.0, 655.0, 106.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCATGTCCTC\", \"ini\": 2202, \"clust\": 2743, \"rank\": 1991, \"rankvar\": 557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1457, \"group\": [2743.0, 402.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGCCTTGAT\", \"ini\": 2201, \"clust\": 2368, \"rank\": 1948, \"rankvar\": 2004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1458, \"group\": [2375.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAGACAAAT\", \"ini\": 2200, \"clust\": 4612, \"rank\": 1872, \"rankvar\": 2796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1389, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4841, \"group\": [4612.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGGATATAC\", \"ini\": 2199, \"clust\": 2924, \"rank\": 2234, \"rankvar\": 1373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1390, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1459, \"group\": [2924.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAAGCCCAC\", \"ini\": 2198, \"clust\": 2828, \"rank\": 2140, \"rankvar\": 2870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1460, \"group\": [2828.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTTCCACGG\", \"ini\": 2197, \"clust\": 2748, \"rank\": 2143, \"rankvar\": 2754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1461, \"group\": [2754.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCATGTGGT\", \"ini\": 2196, \"clust\": 2961, \"rank\": 2178, \"rankvar\": 1647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1462, \"group\": [2960.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTAAATGAC\", \"ini\": 2195, \"clust\": 1602, \"rank\": 1079, \"rankvar\": 2306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1394, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3125, \"group\": [1603.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCAGTGTTG\", \"ini\": 2194, \"clust\": 3147, \"rank\": 2715, \"rankvar\": 864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1395, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1463, \"group\": [3146.0, 444.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCATGGCA\", \"ini\": 2193, \"clust\": 2460, \"rank\": 2066, \"rankvar\": 3204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1464, \"group\": [2465.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTTGCCGT\", \"ini\": 2192, \"clust\": 4656, \"rank\": 1401, \"rankvar\": 3464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1397, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4842, \"group\": [4656.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGCGAAA\", \"ini\": 2191, \"clust\": 4146, \"rank\": 2468, \"rankvar\": 4407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1398, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 87, \"group\": [4147.0, 784.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCAGTGTTGAA\", \"ini\": 2190, \"clust\": 2939, \"rank\": 2141, \"rankvar\": 602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1465, \"group\": [2944.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTCGATT\", \"ini\": 2189, \"clust\": 4255, \"rank\": 3028, \"rankvar\": 5155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1400, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 88, \"group\": [4252.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGCAAGACGTG\", \"ini\": 2188, \"clust\": 4276, \"rank\": 2885, \"rankvar\": 3144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1401, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 89, \"group\": [4278.0, 792.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTATAAACG\", \"ini\": 2187, \"clust\": 45, \"rank\": 1727, \"rankvar\": 4881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1402, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5212, \"group\": [46.0, 14.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAAG\", \"ini\": 2186, \"clust\": 3641, \"rank\": 1132, \"rankvar\": 3096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1403, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2747, \"group\": [3640.0, 655.0, 106.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCGCAAACT\", \"ini\": 2185, \"clust\": 3065, \"rank\": 2072, \"rankvar\": 2832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1404, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1466, \"group\": [3066.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAGACACTT\", \"ini\": 2184, \"clust\": 2856, \"rank\": 2246, \"rankvar\": 1762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1467, \"group\": [2859.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGGCCA\", \"ini\": 2183, \"clust\": 2509, \"rank\": 1899, \"rankvar\": 2361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1468, \"group\": [2508.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCATAGCAC\", \"ini\": 2182, \"clust\": 4197, \"rank\": 2919, \"rankvar\": 5081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1407, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 90, \"group\": [4195.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATGGAATA\", \"ini\": 2181, \"clust\": 2866, \"rank\": 2032, \"rankvar\": 1315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1469, \"group\": [2867.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGGTAGCTAAA\", \"ini\": 2180, \"clust\": 2829, \"rank\": 2003, \"rankvar\": 2643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1470, \"group\": [2829.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGCAGTTCATG\", \"ini\": 2179, \"clust\": 2636, \"rank\": 2055, \"rankvar\": 2952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1471, \"group\": [2637.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCTCACCCTCA\", \"ini\": 2178, \"clust\": 3752, \"rank\": 2031, \"rankvar\": 2986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2748, \"group\": [3754.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGGGTGTTG\", \"ini\": 2177, \"clust\": 3764, \"rank\": 2168, \"rankvar\": 2723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2749, \"group\": [3763.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGAGGGCTT\", \"ini\": 2176, \"clust\": 2550, \"rank\": 2102, \"rankvar\": 1815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1472, \"group\": [2550.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGTAGAGC\", \"ini\": 2175, \"clust\": 2174, \"rank\": 2090, \"rankvar\": 1969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1414, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1473, \"group\": [2175.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCAGACTG\", \"ini\": 2174, \"clust\": 1661, \"rank\": 2289, \"rankvar\": 2305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1415, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1474, \"group\": [1662.0, 222.0, 43.0, 12.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTCATCGATTG\", \"ini\": 2173, \"clust\": 2727, \"rank\": 2268, \"rankvar\": 1981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1416, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1475, \"group\": [2731.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCACTGTTAG\", \"ini\": 2172, \"clust\": 2592, \"rank\": 1692, \"rankvar\": 1948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1417, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1476, \"group\": [2592.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGGAACGG\", \"ini\": 2171, \"clust\": 2584, \"rank\": 1981, \"rankvar\": 1639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1477, \"group\": [2583.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAAATTGCC\", \"ini\": 2170, \"clust\": 2443, \"rank\": 1968, \"rankvar\": 1742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1478, \"group\": [2443.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAGTTGGC\", \"ini\": 2169, \"clust\": 2911, \"rank\": 2373, \"rankvar\": 1489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1420, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1479, \"group\": [2911.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAGCGATG\", \"ini\": 2168, \"clust\": 2983, \"rank\": 2379, \"rankvar\": 1225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1480, \"group\": [2983.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACAAACC\", \"ini\": 2167, \"clust\": 2543, \"rank\": 1990, \"rankvar\": 2715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1481, \"group\": [2543.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACTGAAGG\", \"ini\": 2166, \"clust\": 2925, \"rank\": 2241, \"rankvar\": 3088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1482, \"group\": [2932.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGACTAGAT\", \"ini\": 2165, \"clust\": 1566, \"rank\": 1357, \"rankvar\": 3661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3126, \"group\": [1566.0, 174.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCAGTAGT\", \"ini\": 2164, \"clust\": 3324, \"rank\": 2581, \"rankvar\": 1246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1483, \"group\": [3324.0, 505.0, 75.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTGCCCTA\", \"ini\": 2163, \"clust\": 4172, \"rank\": 2806, \"rankvar\": 4795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1426, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 91, \"group\": [4169.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGAGCCTAG\", \"ini\": 2162, \"clust\": 2524, \"rank\": 1696, \"rankvar\": 1419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1484, \"group\": [2523.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATCATCCC\", \"ini\": 2161, \"clust\": 2964, \"rank\": 2313, \"rankvar\": 939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1485, \"group\": [2965.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGGTGTTAA\", \"ini\": 2160, \"clust\": 2134, \"rank\": 2380, \"rankvar\": 1214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1486, \"group\": [2134.0, 352.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATACGCT\", \"ini\": 2159, \"clust\": 3778, \"rank\": 2070, \"rankvar\": 2282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1430, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2750, \"group\": [3776.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTCAAACTC\", \"ini\": 2158, \"clust\": 2995, \"rank\": 2233, \"rankvar\": 399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1487, \"group\": [2995.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTCCACTC\", \"ini\": 2157, \"clust\": 2891, \"rank\": 2172, \"rankvar\": 1505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1488, \"group\": [2891.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTATAGTAG\", \"ini\": 2156, \"clust\": 2835, \"rank\": 2020, \"rankvar\": 1779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1489, \"group\": [2837.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCACGTGG\", \"ini\": 2155, \"clust\": 4496, \"rank\": 2008, \"rankvar\": 3843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4843, \"group\": [4496.0, 861.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACGGTGTC\", \"ini\": 2154, \"clust\": 2959, \"rank\": 2333, \"rankvar\": 1069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1490, \"group\": [2963.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTTCAGTAC\", \"ini\": 2153, \"clust\": 2248, \"rank\": 2239, \"rankvar\": 767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1491, \"group\": [2249.0, 381.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGAGGAA\", \"ini\": 2152, \"clust\": 3082, \"rank\": 2399, \"rankvar\": 1907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1492, \"group\": [3085.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGTGTTAGA\", \"ini\": 2151, \"clust\": 4830, \"rank\": 1894, \"rankvar\": 4115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1438, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4844, \"group\": [4828.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCACACCACGTG\", \"ini\": 2150, \"clust\": 2949, \"rank\": 2005, \"rankvar\": 1288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1493, \"group\": [2951.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAGGTCCAC\", \"ini\": 2149, \"clust\": 2929, \"rank\": 2327, \"rankvar\": 2229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1494, \"group\": [2931.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCGGACAAG\", \"ini\": 2148, \"clust\": 2135, \"rank\": 2151, \"rankvar\": 1299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1441, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1495, \"group\": [2135.0, 352.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGAAACCGC\", \"ini\": 2147, \"clust\": 2454, \"rank\": 2175, \"rankvar\": 3488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1496, \"group\": [2453.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCACCCAGTG\", \"ini\": 2146, \"clust\": 3068, \"rank\": 2269, \"rankvar\": 4274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1443, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1497, \"group\": [3068.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTGTTGAGG\", \"ini\": 2145, \"clust\": 2997, \"rank\": 2091, \"rankvar\": 1703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1444, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1498, \"group\": [2998.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGCCAGTTT\", \"ini\": 2144, \"clust\": 2971, \"rank\": 2132, \"rankvar\": 2809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1499, \"group\": [2974.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTCCAGTAT\", \"ini\": 2143, \"clust\": 3062, \"rank\": 2310, \"rankvar\": 2620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1500, \"group\": [3061.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACTCAGAGCTT\", \"ini\": 2142, \"clust\": 4706, \"rank\": 1889, \"rankvar\": 2490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4845, \"group\": [4706.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCAGAAATG\", \"ini\": 2141, \"clust\": 3050, \"rank\": 2590, \"rankvar\": 2057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1501, \"group\": [3051.0, 413.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCGGATCA\", \"ini\": 2140, \"clust\": 1571, \"rank\": 1717, \"rankvar\": 1095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3127, \"group\": [1572.0, 175.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACCAGGGAGAG\", \"ini\": 2139, \"clust\": 1714, \"rank\": 2039, \"rankvar\": 725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1502, \"group\": [1715.0, 255.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACAAGCTGGA\", \"ini\": 2138, \"clust\": 4187, \"rank\": 2957, \"rankvar\": 4882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1451, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 92, \"group\": [4183.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCAGGTTTCA\", \"ini\": 2137, \"clust\": 2319, \"rank\": 1862, \"rankvar\": 2854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1452, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1503, \"group\": [2322.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACCAGGCT\", \"ini\": 2136, \"clust\": 2732, \"rank\": 2217, \"rankvar\": 1166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1504, \"group\": [2733.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGGATACC\", \"ini\": 2135, \"clust\": 3031, \"rank\": 2617, \"rankvar\": 961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1454, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1505, \"group\": [3034.0, 409.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTAACG\", \"ini\": 2134, \"clust\": 4838, \"rank\": 2000, \"rankvar\": 3110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1455, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4846, \"group\": [4836.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCATTGCGA\", \"ini\": 2133, \"clust\": 2268, \"rank\": 2094, \"rankvar\": 3065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1506, \"group\": [2266.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGGATTG\", \"ini\": 2132, \"clust\": 3773, \"rank\": 2197, \"rankvar\": 3723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1457, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2751, \"group\": [3775.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAGCGATT\", \"ini\": 2131, \"clust\": 2733, \"rank\": 2358, \"rankvar\": 1994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1507, \"group\": [2736.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTACATGA\", \"ini\": 2130, \"clust\": 1900, \"rank\": 2357, \"rankvar\": 364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1508, \"group\": [1904.0, 321.0, 57.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCATGCAAC\", \"ini\": 2129, \"clust\": 2895, \"rank\": 2352, \"rankvar\": 1637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1509, \"group\": [2896.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGGATAG\", \"ini\": 2128, \"clust\": 3033, \"rank\": 2365, \"rankvar\": 502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1510, \"group\": [3033.0, 409.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGCTGCC\", \"ini\": 2127, \"clust\": 2540, \"rank\": 1892, \"rankvar\": 2907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1511, \"group\": [2540.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTGCGATAG\", \"ini\": 2126, \"clust\": 2984, \"rank\": 2331, \"rankvar\": 1592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1512, \"group\": [2984.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTACCTACA\", \"ini\": 2125, \"clust\": 2736, \"rank\": 2329, \"rankvar\": 666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1513, \"group\": [2737.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAACAACCT\", \"ini\": 2124, \"clust\": 2834, \"rank\": 2110, \"rankvar\": 1612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1514, \"group\": [2841.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAGAGTCG\", \"ini\": 2123, \"clust\": 1494, \"rank\": 1773, \"rankvar\": 4137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1466, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3964, \"group\": [1503.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAAACTGCT\", \"ini\": 2122, \"clust\": 2749, \"rank\": 2074, \"rankvar\": 1513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1467, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1515, \"group\": [2753.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGGGATGGG\", \"ini\": 2121, \"clust\": 2906, \"rank\": 2276, \"rankvar\": 601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1516, \"group\": [2906.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGGTGTGTGCC\", \"ini\": 2120, \"clust\": 2839, \"rank\": 2065, \"rankvar\": 2537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1517, \"group\": [2838.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACGACGAA\", \"ini\": 2119, \"clust\": 2058, \"rank\": 2177, \"rankvar\": 1482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1470, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1518, \"group\": [2059.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCCTATGTT\", \"ini\": 2118, \"clust\": 4562, \"rank\": 1561, \"rankvar\": 3696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4847, \"group\": [4561.0, 870.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCATCATC\", \"ini\": 2117, \"clust\": 2325, \"rank\": 2367, \"rankvar\": 1092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1472, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1519, \"group\": [2328.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCACGACTCG\", \"ini\": 2116, \"clust\": 2353, \"rank\": 2121, \"rankvar\": 2090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1473, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1520, \"group\": [2357.0, 393.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCAACACGT\", \"ini\": 2115, \"clust\": 2864, \"rank\": 1959, \"rankvar\": 3028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1474, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1521, \"group\": [2865.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCAGACTCGC\", \"ini\": 2114, \"clust\": 4267, \"rank\": 3118, \"rankvar\": 5127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1475, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 93, \"group\": [4264.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGATCTGAA\", \"ini\": 2113, \"clust\": 4805, \"rank\": 2303, \"rankvar\": 4037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1476, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4848, \"group\": [4804.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCAGCTCGG\", \"ini\": 2112, \"clust\": 2814, \"rank\": 2019, \"rankvar\": 2400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1522, \"group\": [2814.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGGCTATCT\", \"ini\": 2111, \"clust\": 3116, \"rank\": 2575, \"rankvar\": 999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1478, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1523, \"group\": [3119.0, 434.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTGCTTGC\", \"ini\": 2110, \"clust\": 4563, \"rank\": 1550, \"rankvar\": 4396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4849, \"group\": [4562.0, 870.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCATCGATTG\", \"ini\": 2109, \"clust\": 2896, \"rank\": 2452, \"rankvar\": 2895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1480, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1524, \"group\": [2894.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCAGAGGT\", \"ini\": 2108, \"clust\": 3771, \"rank\": 2028, \"rankvar\": 2752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2752, \"group\": [3770.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTAGATTAG\", \"ini\": 2107, \"clust\": 2987, \"rank\": 2290, \"rankvar\": 2194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1525, \"group\": [2988.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATTAGCCA\", \"ini\": 2106, \"clust\": 4643, \"rank\": 1946, \"rankvar\": 3084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1483, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4850, \"group\": [4643.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCACGAAACG\", \"ini\": 2105, \"clust\": 2972, \"rank\": 2345, \"rankvar\": 3465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1526, \"group\": [2972.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTCATACTG\", \"ini\": 2104, \"clust\": 1582, \"rank\": 1437, \"rankvar\": 2568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3128, \"group\": [1581.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCTCTGAGA\", \"ini\": 2103, \"clust\": 4833, \"rank\": 2340, \"rankvar\": 2219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1486, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4851, \"group\": [4832.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATTGGTAC\", \"ini\": 2102, \"clust\": 5197, \"rank\": 2681, \"rankvar\": 1694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1487, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4852, \"group\": [5196.0, 1063.0, 179.0, 40.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCGTTACGACT\", \"ini\": 2101, \"clust\": 1909, \"rank\": 2128, \"rankvar\": 1714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1488, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1527, \"group\": [1910.0, 326.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCATTAGC\", \"ini\": 2100, \"clust\": 2886, \"rank\": 2255, \"rankvar\": 1257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1489, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1528, \"group\": [2886.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGCGTAG\", \"ini\": 2099, \"clust\": 4568, \"rank\": 2531, \"rankvar\": 1681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1490, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4853, \"group\": [4569.0, 872.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCCTTTACA\", \"ini\": 2098, \"clust\": 4690, \"rank\": 1996, \"rankvar\": 4315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1491, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4854, \"group\": [4690.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACTCGCG\", \"ini\": 2097, \"clust\": 4545, \"rank\": 1897, \"rankvar\": 2296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1492, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4855, \"group\": [4557.0, 867.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGGTTTCT\", \"ini\": 2096, \"clust\": 4628, \"rank\": 1651, \"rankvar\": 3617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1493, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4856, \"group\": [4631.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTTGCTCCT\", \"ini\": 2095, \"clust\": 4590, \"rank\": 1761, \"rankvar\": 3425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4857, \"group\": [4591.0, 879.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGATAAAC\", \"ini\": 2094, \"clust\": 3019, \"rank\": 2595, \"rankvar\": 3675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1495, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1529, \"group\": [3019.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTATAGGGC\", \"ini\": 2093, \"clust\": 2189, \"rank\": 2442, \"rankvar\": 1737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1530, \"group\": [2190.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTTACTGAC\", \"ini\": 2092, \"clust\": 2505, \"rank\": 2320, \"rankvar\": 3355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1497, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1531, \"group\": [2504.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCAGGTTCA\", \"ini\": 2091, \"clust\": 4828, \"rank\": 1891, \"rankvar\": 4213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4858, \"group\": [4829.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTGGAT\", \"ini\": 2090, \"clust\": 1495, \"rank\": 1285, \"rankvar\": 3807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1499, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3965, \"group\": [1497.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCACGTGAGA\", \"ini\": 2089, \"clust\": 4857, \"rank\": 2314, \"rankvar\": 1129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1500, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4859, \"group\": [4857.0, 895.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTGTCCAT\", \"ini\": 2088, \"clust\": 3027, \"rank\": 2588, \"rankvar\": 2233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1501, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1532, \"group\": [3027.0, 409.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTTATGTGC\", \"ini\": 2087, \"clust\": 1903, \"rank\": 2381, \"rankvar\": 1452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1533, \"group\": [1902.0, 320.0, 57.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACTTATC\", \"ini\": 2086, \"clust\": 2609, \"rank\": 1873, \"rankvar\": 2068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1534, \"group\": [2609.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTGACGCCT\", \"ini\": 2085, \"clust\": 4848, \"rank\": 2332, \"rankvar\": 3753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1504, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4860, \"group\": [4846.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGAGATG\", \"ini\": 2084, \"clust\": 2146, \"rank\": 2305, \"rankvar\": 1358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1535, \"group\": [2147.0, 359.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCTTGAT\", \"ini\": 2083, \"clust\": 1548, \"rank\": 2012, \"rankvar\": 2389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3129, \"group\": [1549.0, 168.0, 25.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCACTTCC\", \"ini\": 2082, \"clust\": 2853, \"rank\": 2223, \"rankvar\": 4181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1536, \"group\": [2855.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGCAAATACAG\", \"ini\": 2081, \"clust\": 4213, \"rank\": 2911, \"rankvar\": 4902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1508, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 94, \"group\": [4209.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCACGTTC\", \"ini\": 2080, \"clust\": 3753, \"rank\": 2147, \"rankvar\": 2003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2753, \"group\": [3753.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTACCGTTA\", \"ini\": 2079, \"clust\": 2154, \"rank\": 2261, \"rankvar\": 529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1510, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1537, \"group\": [2155.0, 364.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTCTAGCCG\", \"ini\": 2078, \"clust\": 1609, \"rank\": 2326, \"rankvar\": 810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3130, \"group\": [1609.0, 181.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTTAGATGA\", \"ini\": 2077, \"clust\": 2867, \"rank\": 2200, \"rankvar\": 1332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1538, \"group\": [2868.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACAAGC\", \"ini\": 2076, \"clust\": 3711, \"rank\": 2116, \"rankvar\": 2462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1513, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2754, \"group\": [3711.0, 697.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGGCGC\", \"ini\": 2075, \"clust\": 2870, \"rank\": 2152, \"rankvar\": 793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1539, \"group\": [2870.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTGTGCCTG\", \"ini\": 2074, \"clust\": 4711, \"rank\": 2455, \"rankvar\": 2655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4861, \"group\": [4714.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAAGTCTGT\", \"ini\": 2073, \"clust\": 4644, \"rank\": 1940, \"rankvar\": 3885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1516, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4862, \"group\": [4644.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATTGAGCT\", \"ini\": 2072, \"clust\": 4691, \"rank\": 2272, \"rankvar\": 3793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1517, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4863, \"group\": [4691.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCATGTTGAC\", \"ini\": 2071, \"clust\": 1551, \"rank\": 1783, \"rankvar\": 3176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3131, \"group\": [1552.0, 171.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCGAACGC\", \"ini\": 2070, \"clust\": 4796, \"rank\": 1975, \"rankvar\": 4485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1519, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4864, \"group\": [4795.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGTGGAT\", \"ini\": 2069, \"clust\": 4776, \"rank\": 2119, \"rankvar\": 4100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1520, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4865, \"group\": [4775.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGGACCCT\", \"ini\": 2068, \"clust\": 2887, \"rank\": 2577, \"rankvar\": 2899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1521, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1540, \"group\": [2887.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGGGTACA\", \"ini\": 2067, \"clust\": 4614, \"rank\": 1787, \"rankvar\": 1863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4866, \"group\": [4617.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGTAATG\", \"ini\": 2066, \"clust\": 2840, \"rank\": 2025, \"rankvar\": 3153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1523, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1541, \"group\": [2839.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAAGCTACCTA\", \"ini\": 2065, \"clust\": 2991, \"rank\": 2386, \"rankvar\": 3620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1542, \"group\": [2990.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTGTTCGAT\", \"ini\": 2064, \"clust\": 2322, \"rank\": 2054, \"rankvar\": 1142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1525, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1543, \"group\": [2325.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGATCACGG\", \"ini\": 2063, \"clust\": 3074, \"rank\": 2370, \"rankvar\": 3044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1544, \"group\": [3077.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCTCACCT\", \"ini\": 2062, \"clust\": 3097, \"rank\": 2461, \"rankvar\": 2162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1527, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1545, \"group\": [3096.0, 422.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTACAGCAG\", \"ini\": 2061, \"clust\": 2931, \"rank\": 2460, \"rankvar\": 2402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1546, \"group\": [2930.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACACATCTTT\", \"ini\": 2060, \"clust\": 2737, \"rank\": 2344, \"rankvar\": 824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1547, \"group\": [2738.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATTCATCGCTC\", \"ini\": 2059, \"clust\": 2848, \"rank\": 2612, \"rankvar\": 1886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1530, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1548, \"group\": [2852.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGCAGCCTC\", \"ini\": 2058, \"clust\": 4686, \"rank\": 1810, \"rankvar\": 3536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1531, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4867, \"group\": [4686.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCATCTACGA\", \"ini\": 2057, \"clust\": 4497, \"rank\": 1708, \"rankvar\": 3208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1532, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4868, \"group\": [4497.0, 861.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCAACCGCCA\", \"ini\": 2056, \"clust\": 4845, \"rank\": 2214, \"rankvar\": 3331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4869, \"group\": [4844.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGTTGAC\", \"ini\": 2055, \"clust\": 2511, \"rank\": 1789, \"rankvar\": 3636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1534, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1549, \"group\": [2512.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACTGTAA\", \"ini\": 2054, \"clust\": 2943, \"rank\": 2231, \"rankvar\": 2492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1550, \"group\": [2943.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACATTAGC\", \"ini\": 2053, \"clust\": 2308, \"rank\": 2079, \"rankvar\": 1781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1551, \"group\": [2307.0, 386.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCTGTT\", \"ini\": 2052, \"clust\": 3012, \"rank\": 2433, \"rankvar\": 626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1552, \"group\": [3012.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTACGA\", \"ini\": 2051, \"clust\": 2802, \"rank\": 2202, \"rankvar\": 2662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1553, \"group\": [2803.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGACTGTAA\", \"ini\": 2050, \"clust\": 2907, \"rank\": 2322, \"rankvar\": 1634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1554, \"group\": [2908.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGTTGAGAT\", \"ini\": 2049, \"clust\": 1910, \"rank\": 2120, \"rankvar\": 1314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1555, \"group\": [1911.0, 327.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGCTGGCT\", \"ini\": 2048, \"clust\": 3763, \"rank\": 2024, \"rankvar\": 3785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1541, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2755, \"group\": [3765.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAGTCATATGC\", \"ini\": 2047, \"clust\": 3046, \"rank\": 2567, \"rankvar\": 2011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1556, \"group\": [3045.0, 412.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTGAGGCTA\", \"ini\": 2046, \"clust\": 3866, \"rank\": 2232, \"rankvar\": 2534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2756, \"group\": [3866.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTTATCGGT\", \"ini\": 2045, \"clust\": 3066, \"rank\": 2586, \"rankvar\": 3253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1557, \"group\": [3069.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTAAATGAC\", \"ini\": 2044, \"clust\": 4712, \"rank\": 2609, \"rankvar\": 2222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1545, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4870, \"group\": [4713.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGTATCTCG\", \"ini\": 2043, \"clust\": 4210, \"rank\": 2910, \"rankvar\": 5040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1546, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 95, \"group\": [4207.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCTACCTC\", \"ini\": 2042, \"clust\": 2865, \"rank\": 2195, \"rankvar\": 1350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1558, \"group\": [2866.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCTTTA\", \"ini\": 2041, \"clust\": 2874, \"rank\": 2301, \"rankvar\": 1820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1559, \"group\": [2877.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTAAGCG\", \"ini\": 2040, \"clust\": 2192, \"rank\": 2439, \"rankvar\": 2141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1560, \"group\": [2193.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTTTGCATG\", \"ini\": 2039, \"clust\": 1658, \"rank\": 2095, \"rankvar\": 784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1561, \"group\": [1660.0, 220.0, 42.0, 12.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGCCTCA\", \"ini\": 2038, \"clust\": 2216, \"rank\": 2572, \"rankvar\": 1467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1551, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1562, \"group\": [2217.0, 373.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTGCTTG\", \"ini\": 2037, \"clust\": 4551, \"rank\": 1619, \"rankvar\": 1586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4871, \"group\": [4555.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCAGTTCGA\", \"ini\": 2036, \"clust\": 1583, \"rank\": 1574, \"rankvar\": 1229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3132, \"group\": [1582.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGAGTGACC\", \"ini\": 2035, \"clust\": 2885, \"rank\": 2474, \"rankvar\": 1260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1563, \"group\": [2888.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATGCCTAA\", \"ini\": 2034, \"clust\": 3001, \"rank\": 2504, \"rankvar\": 2079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1564, \"group\": [3002.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAAATCCGT\", \"ini\": 2033, \"clust\": 1560, \"rank\": 1294, \"rankvar\": 3688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1556, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3133, \"group\": [1560.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTAGAAGGA\", \"ini\": 2032, \"clust\": 2224, \"rank\": 2312, \"rankvar\": 2441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1565, \"group\": [2223.0, 374.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACTTCTT\", \"ini\": 2031, \"clust\": 2330, \"rank\": 2444, \"rankvar\": 645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1566, \"group\": [2331.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACACTCGACG\", \"ini\": 2030, \"clust\": 3016, \"rank\": 2622, \"rankvar\": 2604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1567, \"group\": [3017.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGTGGGTT\", \"ini\": 2029, \"clust\": 2431, \"rank\": 2157, \"rankvar\": 1115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1568, \"group\": [2439.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTTAGGGTG\", \"ini\": 2028, \"clust\": 1482, \"rank\": 1468, \"rankvar\": 4231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1561, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3966, \"group\": [1482.0, 143.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAAGCTGAG\", \"ini\": 2027, \"clust\": 3020, \"rank\": 2601, \"rankvar\": 2430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1569, \"group\": [3020.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCAGAAC\", \"ini\": 2026, \"clust\": 2498, \"rank\": 2362, \"rankvar\": 1801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1570, \"group\": [2497.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTTGTTTGG\", \"ini\": 2025, \"clust\": 1569, \"rank\": 1316, \"rankvar\": 2415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3134, \"group\": [1570.0, 175.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTACCAGT\", \"ini\": 2024, \"clust\": 2734, \"rank\": 2558, \"rankvar\": 1432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1571, \"group\": [2734.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCATTGTGCA\", \"ini\": 2023, \"clust\": 2269, \"rank\": 2256, \"rankvar\": 1012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1572, \"group\": [2276.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCCATT\", \"ini\": 2022, \"clust\": 4764, \"rank\": 2022, \"rankvar\": 3509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1567, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4872, \"group\": [4763.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTAGCTCCTCT\", \"ini\": 2021, \"clust\": 2497, \"rank\": 2084, \"rankvar\": 2927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1573, \"group\": [2499.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCCTTTCGG\", \"ini\": 2020, \"clust\": 2766, \"rank\": 2342, \"rankvar\": 2266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1574, \"group\": [2769.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATGACATC\", \"ini\": 2019, \"clust\": 3011, \"rank\": 2530, \"rankvar\": 2553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1570, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1575, \"group\": [3014.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGAAACGAG\", \"ini\": 2018, \"clust\": 3047, \"rank\": 2727, \"rankvar\": 1472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1576, \"group\": [3046.0, 412.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTCTTTA\", \"ini\": 2017, \"clust\": 2735, \"rank\": 2389, \"rankvar\": 1756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1572, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1577, \"group\": [2735.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCACCACCT\", \"ini\": 2016, \"clust\": 3417, \"rank\": 2209, \"rankvar\": 1867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1573, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2757, \"group\": [3418.0, 552.0, 85.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGAAGATTC\", \"ini\": 2015, \"clust\": 2214, \"rank\": 2402, \"rankvar\": 2494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1578, \"group\": [2215.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTATCTG\", \"ini\": 2014, \"clust\": 2841, \"rank\": 2359, \"rankvar\": 2424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1575, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1579, \"group\": [2842.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCTAGCCC\", \"ini\": 2013, \"clust\": 4598, \"rank\": 1984, \"rankvar\": 2528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1576, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4873, \"group\": [4599.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAAGCATGGCA\", \"ini\": 2012, \"clust\": 4907, \"rank\": 2640, \"rankvar\": 2954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1577, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4874, \"group\": [4910.0, 918.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTTGTCTTT\", \"ini\": 2011, \"clust\": 2486, \"rank\": 2258, \"rankvar\": 1718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1578, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1580, \"group\": [2488.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGTCCTCT\", \"ini\": 2010, \"clust\": 3075, \"rank\": 2494, \"rankvar\": 3213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1581, \"group\": [3075.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCCCAGCT\", \"ini\": 2009, \"clust\": 2982, \"rank\": 2478, \"rankvar\": 1451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1582, \"group\": [2985.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCAGGACAGAA\", \"ini\": 2008, \"clust\": 2452, \"rank\": 2316, \"rankvar\": 1402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1581, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1583, \"group\": [2458.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCTCCTAG\", \"ini\": 2007, \"clust\": 4280, \"rank\": 3197, \"rankvar\": 4906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1582, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 96, \"group\": [4277.0, 791.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCACAACGTT\", \"ini\": 2006, \"clust\": 2819, \"rank\": 2184, \"rankvar\": 1533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1583, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1584, \"group\": [2818.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGTCAAGGC\", \"ini\": 2005, \"clust\": 4259, \"rank\": 3221, \"rankvar\": 5104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1584, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 97, \"group\": [4257.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATAACCTG\", \"ini\": 2004, \"clust\": 3420, \"rank\": 2490, \"rankvar\": 1916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1585, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2758, \"group\": [3421.0, 554.0, 85.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCAATACCG\", \"ini\": 2003, \"clust\": 2998, \"rank\": 2432, \"rankvar\": 2600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1586, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1585, \"group\": [2999.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCTTGAGGT\", \"ini\": 2002, \"clust\": 2771, \"rank\": 2297, \"rankvar\": 1982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1586, \"group\": [2770.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGGACATTA\", \"ini\": 2001, \"clust\": 2973, \"rank\": 2224, \"rankvar\": 2856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1587, \"group\": [2973.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTAGAAGGA\", \"ini\": 2000, \"clust\": 2274, \"rank\": 2182, \"rankvar\": 2818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1589, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1588, \"group\": [2273.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGCCAGTAG\", \"ini\": 1999, \"clust\": 4190, \"rank\": 3005, \"rankvar\": 5062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1590, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 98, \"group\": [4188.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTCGTTC\", \"ini\": 1998, \"clust\": 2890, \"rank\": 2338, \"rankvar\": 2482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1591, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1589, \"group\": [2892.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGCAAGCC\", \"ini\": 1997, \"clust\": 2296, \"rank\": 2319, \"rankvar\": 3234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1590, \"group\": [2297.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTAAGGGAA\", \"ini\": 1996, \"clust\": 2179, \"rank\": 2655, \"rankvar\": 1417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1593, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1591, \"group\": [2182.0, 369.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTACTTCTT\", \"ini\": 1995, \"clust\": 3040, \"rank\": 2674, \"rankvar\": 3119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1592, \"group\": [3048.0, 412.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCAAGCCG\", \"ini\": 1994, \"clust\": 4664, \"rank\": 1552, \"rankvar\": 3455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1595, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4875, \"group\": [4666.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGGCGGTT\", \"ini\": 1993, \"clust\": 3002, \"rank\": 2488, \"rankvar\": 4047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1596, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1593, \"group\": [3003.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTCGCATCG\", \"ini\": 1992, \"clust\": 4856, \"rank\": 2624, \"rankvar\": 2784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1597, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4876, \"group\": [4865.0, 900.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCCTACAGA\", \"ini\": 1991, \"clust\": 2908, \"rank\": 2291, \"rankvar\": 3260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1594, \"group\": [2909.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACTGTTAG\", \"ini\": 1990, \"clust\": 2283, \"rank\": 2230, \"rankvar\": 2557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1599, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1595, \"group\": [2286.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCGGTCTAA\", \"ini\": 1989, \"clust\": 2455, \"rank\": 2245, \"rankvar\": 3794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1600, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1596, \"group\": [2454.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCACCGCTAG\", \"ini\": 1988, \"clust\": 3091, \"rank\": 2908, \"rankvar\": 2700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1597, \"group\": [3094.0, 421.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCATACTG\", \"ini\": 1987, \"clust\": 2284, \"rank\": 2134, \"rankvar\": 2893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1598, \"group\": [2284.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACTGAAGG\", \"ini\": 1986, \"clust\": 2996, \"rank\": 2378, \"rankvar\": 3281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1599, \"group\": [2996.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATGCATG\", \"ini\": 1985, \"clust\": 2909, \"rank\": 2323, \"rankvar\": 1112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1604, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1600, \"group\": [2912.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTAAGTAGT\", \"ini\": 1984, \"clust\": 2548, \"rank\": 2023, \"rankvar\": 3013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1601, \"group\": [2548.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCCACGTC\", \"ini\": 1983, \"clust\": 3761, \"rank\": 1945, \"rankvar\": 3050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2759, \"group\": [3760.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCCTCATTA\", \"ini\": 1982, \"clust\": 3782, \"rank\": 2191, \"rankvar\": 3836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1607, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2760, \"group\": [3786.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGAATGTTG\", \"ini\": 1981, \"clust\": 2453, \"rank\": 2363, \"rankvar\": 2538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1602, \"group\": [2457.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCATTAGC\", \"ini\": 1980, \"clust\": 4216, \"rank\": 3065, \"rankvar\": 4754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1609, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 99, \"group\": [4213.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTCTCATT\", \"ini\": 1979, \"clust\": 2328, \"rank\": 2351, \"rankvar\": 1810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1610, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1603, \"group\": [2329.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAGAGGA\", \"ini\": 1978, \"clust\": 2803, \"rank\": 2400, \"rankvar\": 4397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1604, \"group\": [2804.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCGTTTAC\", \"ini\": 1977, \"clust\": 1550, \"rank\": 1703, \"rankvar\": 2572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1612, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3135, \"group\": [1551.0, 170.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCATACAGCT\", \"ini\": 1976, \"clust\": 4812, \"rank\": 2228, \"rankvar\": 3698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1613, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4877, \"group\": [4815.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGTGGACGT\", \"ini\": 1975, \"clust\": 2536, \"rank\": 2242, \"rankvar\": 1700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1605, \"group\": [2541.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCATTCTTAC\", \"ini\": 1974, \"clust\": 2884, \"rank\": 2546, \"rankvar\": 1028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1606, \"group\": [2885.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTGTCGAGATG\", \"ini\": 1973, \"clust\": 4693, \"rank\": 2243, \"rankvar\": 4538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1616, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4878, \"group\": [4693.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGTGCCT\", \"ini\": 1972, \"clust\": 3003, \"rank\": 2360, \"rankvar\": 2099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1607, \"group\": [3004.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTCTCTTAT\", \"ini\": 1971, \"clust\": 2270, \"rank\": 2073, \"rankvar\": 2398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1618, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1608, \"group\": [2272.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCCGTCAAA\", \"ini\": 1970, \"clust\": 4192, \"rank\": 2878, \"rankvar\": 4972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 100, \"group\": [4187.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGTCACGATGT\", \"ini\": 1969, \"clust\": 3175, \"rank\": 2741, \"rankvar\": 1835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1620, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1609, \"group\": [3174.0, 459.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGGTCTCG\", \"ini\": 1968, \"clust\": 2356, \"rank\": 2337, \"rankvar\": 664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1610, \"group\": [2355.0, 393.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCGGATGGA\", \"ini\": 1967, \"clust\": 3058, \"rank\": 2247, \"rankvar\": 1469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1611, \"group\": [3058.0, 415.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTTAGGTA\", \"ini\": 1966, \"clust\": 2246, \"rank\": 2510, \"rankvar\": 1660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1612, \"group\": [2246.0, 380.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGACTAGAT\", \"ini\": 1965, \"clust\": 4602, \"rank\": 1804, \"rankvar\": 4244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1624, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4879, \"group\": [4603.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATAGACTC\", \"ini\": 1964, \"clust\": 4515, \"rank\": 2068, \"rankvar\": 2779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4880, \"group\": [4516.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTATCCCG\", \"ini\": 1963, \"clust\": 3144, \"rank\": 2753, \"rankvar\": 2692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1613, \"group\": [3144.0, 442.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGTCATGCT\", \"ini\": 1962, \"clust\": 4859, \"rank\": 2503, \"rankvar\": 1616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4881, \"group\": [4864.0, 899.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTTCAGTAC\", \"ini\": 1961, \"clust\": 3756, \"rank\": 2097, \"rankvar\": 3288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1628, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2761, \"group\": [3756.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGAGCCTAG\", \"ini\": 1960, \"clust\": 3767, \"rank\": 2016, \"rankvar\": 3616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1629, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2762, \"group\": [3768.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAACGA\", \"ini\": 1959, \"clust\": 3145, \"rank\": 2796, \"rankvar\": 1182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1614, \"group\": [3145.0, 443.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCGAAAGC\", \"ini\": 1958, \"clust\": 2812, \"rank\": 2283, \"rankvar\": 1213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1615, \"group\": [2817.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATGTGGT\", \"ini\": 1957, \"clust\": 2962, \"rank\": 2343, \"rankvar\": 1485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1616, \"group\": [2961.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAGTCATC\", \"ini\": 1956, \"clust\": 2877, \"rank\": 2288, \"rankvar\": 480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1633, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1617, \"group\": [2881.0, 405.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGCCTTGG\", \"ini\": 1955, \"clust\": 3048, \"rank\": 2538, \"rankvar\": 1932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1634, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1618, \"group\": [3049.0, 413.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATGAATG\", \"ini\": 1954, \"clust\": 2290, \"rank\": 2196, \"rankvar\": 3133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1635, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1619, \"group\": [2293.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCATTTCACT\", \"ini\": 1953, \"clust\": 2546, \"rank\": 2086, \"rankvar\": 2889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1620, \"group\": [2551.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTAACGGT\", \"ini\": 1952, \"clust\": 4658, \"rank\": 1843, \"rankvar\": 3712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1637, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4882, \"group\": [4659.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGACAAGCC\", \"ini\": 1951, \"clust\": 3288, \"rank\": 2592, \"rankvar\": 1471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1621, \"group\": [3288.0, 482.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGGCACTA\", \"ini\": 1950, \"clust\": 4080, \"rank\": 2489, \"rankvar\": 3060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2763, \"group\": [4078.0, 763.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAGCGATG\", \"ini\": 1949, \"clust\": 4583, \"rank\": 2437, \"rankvar\": 3361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1640, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4883, \"group\": [4582.0, 877.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTATATGAG\", \"ini\": 1948, \"clust\": 4765, \"rank\": 1645, \"rankvar\": 3929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1641, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4884, \"group\": [4764.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCGGTGTTA\", \"ini\": 1947, \"clust\": 3148, \"rank\": 2709, \"rankvar\": 71, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1642, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1622, \"group\": [3147.0, 444.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGCGAG\", \"ini\": 1946, \"clust\": 2934, \"rank\": 2453, \"rankvar\": 2354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1623, \"group\": [2937.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGTAGGTGC\", \"ini\": 1945, \"clust\": 3028, \"rank\": 2533, \"rankvar\": 1150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1624, \"group\": [3028.0, 409.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACAGACAG\", \"ini\": 1944, \"clust\": 2847, \"rank\": 2298, \"rankvar\": 3993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1625, \"group\": [2845.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGACCAAG\", \"ini\": 1943, \"clust\": 4221, \"rank\": 3345, \"rankvar\": 5195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1646, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 101, \"group\": [4217.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCGATCCCT\", \"ini\": 1942, \"clust\": 2331, \"rank\": 2496, \"rankvar\": 1240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1647, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1626, \"group\": [2332.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTAAC\", \"ini\": 1941, \"clust\": 2310, \"rank\": 2204, \"rankvar\": 1566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1648, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1627, \"group\": [2311.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCTGCTGCT\", \"ini\": 1940, \"clust\": 3076, \"rank\": 2374, \"rankvar\": 3666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1649, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1628, \"group\": [3076.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATGCATG\", \"ini\": 1939, \"clust\": 2149, \"rank\": 2369, \"rankvar\": 286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1629, \"group\": [2150.0, 362.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCATTCCTGC\", \"ini\": 1938, \"clust\": 4222, \"rank\": 3254, \"rankvar\": 5196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1651, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 102, \"group\": [4218.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACCTCGGA\", \"ini\": 1937, \"clust\": 3017, \"rank\": 2706, \"rankvar\": 1531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1630, \"group\": [3018.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCAGTATCACCA\", \"ini\": 1936, \"clust\": 4695, \"rank\": 2062, \"rankvar\": 3873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1653, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4885, \"group\": [4696.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCCTATTCA\", \"ini\": 1935, \"clust\": 3009, \"rank\": 2679, \"rankvar\": 2931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1631, \"group\": [3008.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTAAGTGTA\", \"ini\": 1934, \"clust\": 3063, \"rank\": 2495, \"rankvar\": 2409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1655, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1632, \"group\": [3062.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTGCTGTAT\", \"ini\": 1933, \"clust\": 20, \"rank\": 2508, \"rankvar\": 4735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1656, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5213, \"group\": [21.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATGGTCA\", \"ini\": 1932, \"clust\": 2273, \"rank\": 2212, \"rankvar\": 3654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1633, \"group\": [2275.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGACGACGT\", \"ini\": 1931, \"clust\": 2450, \"rank\": 2416, \"rankvar\": 3117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1634, \"group\": [2450.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTCCGAGTC\", \"ini\": 1930, \"clust\": 4603, \"rank\": 1807, \"rankvar\": 4036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4886, \"group\": [4604.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGAAGG\", \"ini\": 1929, \"clust\": 2863, \"rank\": 2404, \"rankvar\": 2220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1635, \"group\": [2863.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACAGGCTCAC\", \"ini\": 1928, \"clust\": 2477, \"rank\": 2150, \"rankvar\": 1098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1636, \"group\": [2478.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCATTTGGG\", \"ini\": 1927, \"clust\": 1536, \"rank\": 2266, \"rankvar\": 2894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3136, \"group\": [1537.0, 161.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAAGGGCTCTC\", \"ini\": 1926, \"clust\": 4067, \"rank\": 2630, \"rankvar\": 1073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1663, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2764, \"group\": [4066.0, 761.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCAATGTC\", \"ini\": 1925, \"clust\": 2850, \"rank\": 2600, \"rankvar\": 2808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1664, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1637, \"group\": [2849.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCGC\", \"ini\": 1924, \"clust\": 4081, \"rank\": 2659, \"rankvar\": 2947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1665, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2765, \"group\": [4079.0, 763.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGAACAG\", \"ini\": 1923, \"clust\": 3784, \"rank\": 2487, \"rankvar\": 3821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1666, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2766, \"group\": [3783.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACACGAAACG\", \"ini\": 1922, \"clust\": 2767, \"rank\": 2552, \"rankvar\": 2097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1638, \"group\": [2767.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCACTAGTAC\", \"ini\": 1921, \"clust\": 2448, \"rank\": 2390, \"rankvar\": 2621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1668, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1639, \"group\": [2449.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACGGTTTA\", \"ini\": 1920, \"clust\": 3287, \"rank\": 2525, \"rankvar\": 1264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1640, \"group\": [3290.0, 483.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCAAAGTC\", \"ini\": 1919, \"clust\": 2893, \"rank\": 2434, \"rankvar\": 1337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1670, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1641, \"group\": [2890.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCTCGCATC\", \"ini\": 1918, \"clust\": 4750, \"rank\": 1855, \"rankvar\": 3386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1671, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4887, \"group\": [4749.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTGGACCC\", \"ini\": 1917, \"clust\": 3014, \"rank\": 2776, \"rankvar\": 803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1672, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1642, \"group\": [3015.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCGAATGT\", \"ini\": 1916, \"clust\": 4180, \"rank\": 3083, \"rankvar\": 5051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1673, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 103, \"group\": [4180.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTAAGTGTA\", \"ini\": 1915, \"clust\": 2876, \"rank\": 2218, \"rankvar\": 1172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1643, \"group\": [2876.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCTGTCCGT\", \"ini\": 1914, \"clust\": 2506, \"rank\": 2286, \"rankvar\": 935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1644, \"group\": [2510.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCAGTATG\", \"ini\": 1913, \"clust\": 4634, \"rank\": 1983, \"rankvar\": 4106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1676, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4888, \"group\": [4634.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTCCGAACC\", \"ini\": 1912, \"clust\": 3024, \"rank\": 2691, \"rankvar\": 2069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1677, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1645, \"group\": [3025.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTGCGCTTG\", \"ini\": 1911, \"clust\": 2156, \"rank\": 2694, \"rankvar\": 1571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1646, \"group\": [2156.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACAGACGCTC\", \"ini\": 1910, \"clust\": 3747, \"rank\": 2229, \"rankvar\": 2835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1679, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2767, \"group\": [3746.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGGGAG\", \"ini\": 1909, \"clust\": 1624, \"rank\": 1588, \"rankvar\": 1418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1647, \"group\": [1631.0, 199.0, 34.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTTCGAGA\", \"ini\": 1908, \"clust\": 2785, \"rank\": 2553, \"rankvar\": 3500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1681, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1648, \"group\": [2785.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGAATCCA\", \"ini\": 1907, \"clust\": 3007, \"rank\": 2777, \"rankvar\": 980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1649, \"group\": [3011.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGAATGGA\", \"ini\": 1906, \"clust\": 2210, \"rank\": 2733, \"rankvar\": 2016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1650, \"group\": [2208.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCGTACGGC\", \"ini\": 1905, \"clust\": 2341, \"rank\": 2587, \"rankvar\": 3599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1651, \"group\": [2341.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCAGAGCCAA\", \"ini\": 1904, \"clust\": 3728, \"rank\": 2006, \"rankvar\": 3200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1685, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2768, \"group\": [3727.0, 701.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCATGTCCC\", \"ini\": 1903, \"clust\": 3055, \"rank\": 2666, \"rankvar\": 2136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1652, \"group\": [3055.0, 414.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTAGTGCG\", \"ini\": 1902, \"clust\": 2861, \"rank\": 2306, \"rankvar\": 3642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1653, \"group\": [2864.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCGATTCT\", \"ini\": 1901, \"clust\": 2176, \"rank\": 2499, \"rankvar\": 3788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1654, \"group\": [2176.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTGTTGAGG\", \"ini\": 1900, \"clust\": 2858, \"rank\": 2387, \"rankvar\": 3150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1689, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1655, \"group\": [2858.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAGTAACGG\", \"ini\": 1899, \"clust\": 2764, \"rank\": 2334, \"rankvar\": 498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1656, \"group\": [2765.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGCTAGTCT\", \"ini\": 1898, \"clust\": 1614, \"rank\": 2015, \"rankvar\": 1170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3137, \"group\": [1614.0, 185.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTGTCGT\", \"ini\": 1897, \"clust\": 1577, \"rank\": 1864, \"rankvar\": 2989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3138, \"group\": [1579.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGAGTCCCACG\", \"ini\": 1896, \"clust\": 2843, \"rank\": 2376, \"rankvar\": 452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1657, \"group\": [2848.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCAAGCCCAC\", \"ini\": 1895, \"clust\": 4199, \"rank\": 3049, \"rankvar\": 4987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1694, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 104, \"group\": [4196.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTGTATGGG\", \"ini\": 1894, \"clust\": 2985, \"rank\": 2688, \"rankvar\": 1243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1658, \"group\": [2986.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATTCCC\", \"ini\": 1893, \"clust\": 2294, \"rank\": 2368, \"rankvar\": 927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1696, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1659, \"group\": [2294.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAAAGCGGT\", \"ini\": 1892, \"clust\": 2878, \"rank\": 2545, \"rankvar\": 1650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1697, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1660, \"group\": [2880.0, 405.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTCTCCCTA\", \"ini\": 1891, \"clust\": 2496, \"rank\": 2451, \"rankvar\": 3080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1661, \"group\": [2506.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTACGAGT\", \"ini\": 1890, \"clust\": 2295, \"rank\": 2419, \"rankvar\": 597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1662, \"group\": [2295.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGCGCCAA\", \"ini\": 1889, \"clust\": 4636, \"rank\": 1954, \"rankvar\": 3988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1700, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4889, \"group\": [4633.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGGATCGA\", \"ini\": 1888, \"clust\": 2492, \"rank\": 2048, \"rankvar\": 3799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1701, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1663, \"group\": [2493.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCGCAA\", \"ini\": 1887, \"clust\": 4647, \"rank\": 1906, \"rankvar\": 4015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1702, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4890, \"group\": [4654.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAGTGGAGT\", \"ini\": 1886, \"clust\": 2807, \"rank\": 2391, \"rankvar\": 2806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1664, \"group\": [2807.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTAGCAAAT\", \"ini\": 1885, \"clust\": 2147, \"rank\": 2457, \"rankvar\": 247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1665, \"group\": [2148.0, 360.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGGCATGTG\", \"ini\": 1884, \"clust\": 2938, \"rank\": 2611, \"rankvar\": 2239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1666, \"group\": [2939.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCTGTT\", \"ini\": 1883, \"clust\": 2897, \"rank\": 2559, \"rankvar\": 644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1706, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1667, \"group\": [2895.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGATGT\", \"ini\": 1882, \"clust\": 2576, \"rank\": 2406, \"rankvar\": 3603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1707, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1668, \"group\": [2577.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCACAGCCCA\", \"ini\": 1881, \"clust\": 3298, \"rank\": 2336, \"rankvar\": 2285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1669, \"group\": [3299.0, 489.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTATATGGA\", \"ini\": 1880, \"clust\": 2879, \"rank\": 2527, \"rankvar\": 2990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1709, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1670, \"group\": [2878.0, 405.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCGTTTATC\", \"ini\": 1879, \"clust\": 2223, \"rank\": 2536, \"rankvar\": 2544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1671, \"group\": [2225.0, 374.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCCCACTTG\", \"ini\": 1878, \"clust\": 3006, \"rank\": 2547, \"rankvar\": 1577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1672, \"group\": [3007.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGGGATC\", \"ini\": 1877, \"clust\": 2933, \"rank\": 2610, \"rankvar\": 2447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1673, \"group\": [2934.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCCACGCAG\", \"ini\": 1876, \"clust\": 2329, \"rank\": 2388, \"rankvar\": 1778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1674, \"group\": [2330.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCAAAGCG\", \"ini\": 1875, \"clust\": 4294, \"rank\": 2705, \"rankvar\": 4408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1675, \"group\": [4294.0, 801.0, 129.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCCATGAAC\", \"ini\": 1874, \"clust\": 4610, \"rank\": 2279, \"rankvar\": 3098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1715, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4891, \"group\": [4610.0, 882.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCCGGCACA\", \"ini\": 1873, \"clust\": 4591, \"rank\": 2302, \"rankvar\": 1792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1716, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4892, \"group\": [4592.0, 879.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTACCGTTA\", \"ini\": 1872, \"clust\": 3643, \"rank\": 1955, \"rankvar\": 3237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1717, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2769, \"group\": [3643.0, 658.0, 107.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGGGTATG\", \"ini\": 1871, \"clust\": 3056, \"rank\": 2669, \"rankvar\": 4035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1676, \"group\": [3056.0, 414.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTCTTGATG\", \"ini\": 1870, \"clust\": 4548, \"rank\": 1816, \"rankvar\": 1862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1719, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4893, \"group\": [4548.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTACGGAG\", \"ini\": 1869, \"clust\": 2772, \"rank\": 2475, \"rankvar\": 1584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1720, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1677, \"group\": [2771.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAAGCACACAG\", \"ini\": 1868, \"clust\": 1500, \"rank\": 1829, \"rankvar\": 4537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1721, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3967, \"group\": [1500.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGTACACCT\", \"ini\": 1867, \"clust\": 2784, \"rank\": 2726, \"rankvar\": 1636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1722, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1678, \"group\": [2787.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGGACAC\", \"ini\": 1866, \"clust\": 4858, \"rank\": 2307, \"rankvar\": 2948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4894, \"group\": [4858.0, 896.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTTGACGTT\", \"ini\": 1865, \"clust\": 1612, \"rank\": 2420, \"rankvar\": 1491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3139, \"group\": [1613.0, 184.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCGTTCCG\", \"ini\": 1864, \"clust\": 3749, \"rank\": 2411, \"rankvar\": 4142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2770, \"group\": [3748.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCAGGGTATG\", \"ini\": 1863, \"clust\": 1906, \"rank\": 2450, \"rankvar\": 1764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1679, \"group\": [1906.0, 322.0, 58.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTTGACGA\", \"ini\": 1862, \"clust\": 3762, \"rank\": 2410, \"rankvar\": 3522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1727, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2771, \"group\": [3761.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATCCGGGT\", \"ini\": 1861, \"clust\": 4274, \"rank\": 3395, \"rankvar\": 4752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1728, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 105, \"group\": [4271.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCATGACGGA\", \"ini\": 1860, \"clust\": 2822, \"rank\": 2096, \"rankvar\": 2190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1729, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1680, \"group\": [2823.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTTCCGTCT\", \"ini\": 1859, \"clust\": 2289, \"rank\": 2445, \"rankvar\": 2916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1681, \"group\": [2288.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACCATAG\", \"ini\": 1858, \"clust\": 3779, \"rank\": 2293, \"rankvar\": 4246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1731, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2772, \"group\": [3777.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGGTGTTAA\", \"ini\": 1857, \"clust\": 2765, \"rank\": 2339, \"rankvar\": 1205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1732, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1682, \"group\": [2766.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGACTCGGA\", \"ini\": 1856, \"clust\": 2804, \"rank\": 2430, \"rankvar\": 3012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1733, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1683, \"group\": [2805.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGTGAAGTT\", \"ini\": 1855, \"clust\": 4777, \"rank\": 2222, \"rankvar\": 2054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4895, \"group\": [4776.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCAGAGACG\", \"ini\": 1854, \"clust\": 2806, \"rank\": 2596, \"rankvar\": 1989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1684, \"group\": [2809.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCTCAACGAAA\", \"ini\": 1853, \"clust\": 1640, \"rank\": 1890, \"rankvar\": 581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1736, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2773, \"group\": [1641.0, 207.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTCGCGGTT\", \"ini\": 1852, \"clust\": 4632, \"rank\": 1796, \"rankvar\": 4716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4896, \"group\": [4636.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGAGTCTGG\", \"ini\": 1851, \"clust\": 4584, \"rank\": 2631, \"rankvar\": 1534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1738, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4897, \"group\": [4583.0, 877.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTACAGCTTCGG\", \"ini\": 1850, \"clust\": 3015, \"rank\": 2718, \"rankvar\": 302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1685, \"group\": [3016.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTCTGAGA\", \"ini\": 1849, \"clust\": 2994, \"rank\": 2548, \"rankvar\": 2769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1686, \"group\": [2994.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTGTGGTTT\", \"ini\": 1848, \"clust\": 2337, \"rank\": 2392, \"rankvar\": 3138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1687, \"group\": [2337.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATCCGTGG\", \"ini\": 1847, \"clust\": 2311, \"rank\": 2179, \"rankvar\": 2107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1742, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1688, \"group\": [2312.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAGC\", \"ini\": 1846, \"clust\": 4798, \"rank\": 1898, \"rankvar\": 4334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1743, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4898, \"group\": [4800.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACAAGGTGTG\", \"ini\": 1845, \"clust\": 3788, \"rank\": 2578, \"rankvar\": 1363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1744, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2774, \"group\": [3787.0, 703.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGAATTCCC\", \"ini\": 1844, \"clust\": 4566, \"rank\": 2174, \"rankvar\": 3870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1745, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4899, \"group\": [4565.0, 870.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTCCGTAT\", \"ini\": 1843, \"clust\": 2456, \"rank\": 2482, \"rankvar\": 3376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1746, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1689, \"group\": [2455.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGTGAGT\", \"ini\": 1842, \"clust\": 2244, \"rank\": 2519, \"rankvar\": 2842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1747, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1690, \"group\": [2245.0, 380.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTATATGAG\", \"ini\": 1841, \"clust\": 2307, \"rank\": 2407, \"rankvar\": 905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1691, \"group\": [2309.0, 386.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCATGCAT\", \"ini\": 1840, \"clust\": 2282, \"rank\": 2483, \"rankvar\": 1595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1692, \"group\": [2282.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAGCGTCCA\", \"ini\": 1839, \"clust\": 2190, \"rank\": 2584, \"rankvar\": 2256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1750, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1693, \"group\": [2191.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTAGGACAC\", \"ini\": 1838, \"clust\": 2992, \"rank\": 2636, \"rankvar\": 1956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1751, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1694, \"group\": [2991.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTCCGGCA\", \"ini\": 1837, \"clust\": 2968, \"rank\": 2539, \"rankvar\": 1449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1695, \"group\": [2969.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATTTCAGG\", \"ini\": 1836, \"clust\": 4626, \"rank\": 2155, \"rankvar\": 3730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1753, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4900, \"group\": [4626.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTTAGTGGG\", \"ini\": 1835, \"clust\": 2166, \"rank\": 2620, \"rankvar\": 1910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1696, \"group\": [2166.0, 367.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTCAGCTTCGG\", \"ini\": 1834, \"clust\": 2157, \"rank\": 2835, \"rankvar\": 2002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1697, \"group\": [2157.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTACATGTC\", \"ini\": 1833, \"clust\": 3757, \"rank\": 2426, \"rankvar\": 2052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1756, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2775, \"group\": [3757.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCACCGCTAG\", \"ini\": 1832, \"clust\": 2163, \"rank\": 2797, \"rankvar\": 2072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1698, \"group\": [2161.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTTCCAACA\", \"ini\": 1831, \"clust\": 2797, \"rank\": 2604, \"rankvar\": 1929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1699, \"group\": [2798.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTCCAGGG\", \"ini\": 1830, \"clust\": 3748, \"rank\": 2500, \"rankvar\": 4090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1759, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2776, \"group\": [3747.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGTCGTTC\", \"ini\": 1829, \"clust\": 3008, \"rank\": 2736, \"rankvar\": 2672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1700, \"group\": [3010.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCACGTCAGC\", \"ini\": 1828, \"clust\": 4689, \"rank\": 2250, \"rankvar\": 2015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1761, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4901, \"group\": [4692.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGTCCTCCT\", \"ini\": 1827, \"clust\": 2230, \"rank\": 2626, \"rankvar\": 744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1762, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1701, \"group\": [2230.0, 377.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGGCTCTTA\", \"ini\": 1826, \"clust\": 2313, \"rank\": 2144, \"rankvar\": 2300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1702, \"group\": [2313.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATTCTTAC\", \"ini\": 1825, \"clust\": 3022, \"rank\": 2744, \"rankvar\": 1605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1703, \"group\": [3022.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCCTCATTA\", \"ini\": 1824, \"clust\": 40, \"rank\": 2477, \"rankvar\": 4624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5214, \"group\": [37.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTTGTCGCG\", \"ini\": 1823, \"clust\": 3289, \"rank\": 2763, \"rankvar\": 2192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1704, \"group\": [3289.0, 482.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCCATTTA\", \"ini\": 1822, \"clust\": 4688, \"rank\": 2353, \"rankvar\": 3095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1767, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4902, \"group\": [4689.0, 885.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCACAGACAG\", \"ini\": 1821, \"clust\": 2158, \"rank\": 2861, \"rankvar\": 2646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1705, \"group\": [2160.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGGTACTCT\", \"ini\": 1820, \"clust\": 2170, \"rank\": 2613, \"rankvar\": 3590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1706, \"group\": [2173.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTCTGTCG\", \"ini\": 1819, \"clust\": 4569, \"rank\": 2645, \"rankvar\": 2321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1770, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4903, \"group\": [4570.0, 872.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGCCTTGG\", \"ini\": 1818, \"clust\": 2167, \"rank\": 2647, \"rankvar\": 1116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1707, \"group\": [2167.0, 367.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTGCTGCT\", \"ini\": 1817, \"clust\": 2435, \"rank\": 2555, \"rankvar\": 1138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1772, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1708, \"group\": [2435.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTTCAGACT\", \"ini\": 1816, \"clust\": 2988, \"rank\": 2642, \"rankvar\": 1361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1773, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1709, \"group\": [2989.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGAAGGCT\", \"ini\": 1815, \"clust\": 2790, \"rank\": 2440, \"rankvar\": 3016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1710, \"group\": [2791.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTAAACCTC\", \"ini\": 1814, \"clust\": 3729, \"rank\": 2125, \"rankvar\": 3724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1775, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2777, \"group\": [3728.0, 701.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTCACGCC\", \"ini\": 1813, \"clust\": 4631, \"rank\": 2206, \"rankvar\": 3691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1776, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4904, \"group\": [4637.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGTGGGTTG\", \"ini\": 1812, \"clust\": 2263, \"rank\": 2606, \"rankvar\": 3207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1711, \"group\": [2262.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGGGCTTGA\", \"ini\": 1811, \"clust\": 2320, \"rank\": 2295, \"rankvar\": 2372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1778, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1712, \"group\": [2320.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATGGAATA\", \"ini\": 1810, \"clust\": 2264, \"rank\": 2511, \"rankvar\": 4468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1779, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1713, \"group\": [2263.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTACCGAGA\", \"ini\": 1809, \"clust\": 4813, \"rank\": 2193, \"rankvar\": 3719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1780, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4905, \"group\": [4814.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCAGCATGT\", \"ini\": 1808, \"clust\": 2251, \"rank\": 2523, \"rankvar\": 1945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1714, \"group\": [2253.0, 381.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCTAGGCA\", \"ini\": 1807, \"clust\": 2168, \"rank\": 2766, \"rankvar\": 1346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1715, \"group\": [2169.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGCTGCTG\", \"ini\": 1806, \"clust\": 5219, \"rank\": 3276, \"rankvar\": 3278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1783, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4906, \"group\": [5216.0, 1079.0, 186.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCTATGTT\", \"ini\": 1805, \"clust\": 3004, \"rank\": 2473, \"rankvar\": 2828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1716, \"group\": [3005.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCCGAATGT\", \"ini\": 1804, \"clust\": 3639, \"rank\": 1860, \"rankvar\": 3602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1785, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2778, \"group\": [3641.0, 656.0, 106.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGACGGTA\", \"ini\": 1803, \"clust\": 4200, \"rank\": 3241, \"rankvar\": 5070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1786, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 106, \"group\": [4197.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTATAGTAG\", \"ini\": 1802, \"clust\": 4272, \"rank\": 3313, \"rankvar\": 4938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1787, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 107, \"group\": [4268.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATTTCAGG\", \"ini\": 1801, \"clust\": 3053, \"rank\": 2692, \"rankvar\": 2186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1717, \"group\": [3054.0, 414.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCATGTCCTC\", \"ini\": 1800, \"clust\": 3042, \"rank\": 2683, \"rankvar\": 1123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1718, \"group\": [3043.0, 412.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTCACCTAA\", \"ini\": 1799, \"clust\": 4203, \"rank\": 3077, \"rankvar\": 4734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1790, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 108, \"group\": [4203.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTAACGGT\", \"ini\": 1798, \"clust\": 2228, \"rank\": 2422, \"rankvar\": 1355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1719, \"group\": [2231.0, 377.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCAGTCAGT\", \"ini\": 1797, \"clust\": 4201, \"rank\": 3144, \"rankvar\": 5010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1792, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 109, \"group\": [4198.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGATCCA\", \"ini\": 1796, \"clust\": 2494, \"rank\": 2449, \"rankvar\": 2433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1720, \"group\": [2495.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGATCTGT\", \"ini\": 1795, \"clust\": 2495, \"rank\": 2409, \"rankvar\": 2139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1794, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1721, \"group\": [2496.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACACGTCAGC\", \"ini\": 1794, \"clust\": 1901, \"rank\": 2667, \"rankvar\": 2157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1795, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1722, \"group\": [1903.0, 320.0, 57.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGGTCTGCGGT\", \"ini\": 1793, \"clust\": 4751, \"rank\": 2397, \"rankvar\": 2599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1796, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4907, \"group\": [4753.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCTGCTGTC\", \"ini\": 1792, \"clust\": 2249, \"rank\": 2498, \"rankvar\": 965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1797, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1723, \"group\": [2250.0, 381.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCCGATATG\", \"ini\": 1791, \"clust\": 4202, \"rank\": 3272, \"rankvar\": 4986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1798, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 110, \"group\": [4199.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATACAATCAGAA\", \"ini\": 1790, \"clust\": 1563, \"rank\": 1858, \"rankvar\": 1406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3140, \"group\": [1562.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCAGCTGGC\", \"ini\": 1789, \"clust\": 1578, \"rank\": 1993, \"rankvar\": 2214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3141, \"group\": [1577.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTTGCGTTA\", \"ini\": 1788, \"clust\": 4579, \"rank\": 2541, \"rankvar\": 4201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4908, \"group\": [4580.0, 876.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGACTAGGC\", \"ini\": 1787, \"clust\": 2309, \"rank\": 2665, \"rankvar\": 1613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1802, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1724, \"group\": [2308.0, 386.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCCCGC\", \"ini\": 1786, \"clust\": 3021, \"rank\": 2818, \"rankvar\": 1638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1803, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1725, \"group\": [3024.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTACACCGC\", \"ini\": 1785, \"clust\": 2303, \"rank\": 2472, \"rankvar\": 3913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1726, \"group\": [2305.0, 386.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCAGTAGAGC\", \"ini\": 1784, \"clust\": 137, \"rank\": 2415, \"rankvar\": 3995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1805, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 236, \"group\": [141.0, 30.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCCCTAATT\", \"ini\": 1783, \"clust\": 3772, \"rank\": 2273, \"rankvar\": 1955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1806, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2779, \"group\": [3771.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGGTGACCA\", \"ini\": 1782, \"clust\": 1564, \"rank\": 2071, \"rankvar\": 1596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3142, \"group\": [1563.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGACACGAC\", \"ini\": 1781, \"clust\": 2501, \"rank\": 2658, \"rankvar\": 2531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1808, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1727, \"group\": [2500.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCACCCGAG\", \"ini\": 1780, \"clust\": 4629, \"rank\": 1972, \"rankvar\": 3829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1809, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4909, \"group\": [4629.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCACGGTTA\", \"ini\": 1779, \"clust\": 4600, \"rank\": 1790, \"rankvar\": 4570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4910, \"group\": [4601.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCACTACAGT\", \"ini\": 1778, \"clust\": 2533, \"rank\": 2304, \"rankvar\": 707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1728, \"group\": [2535.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCGAATGGG\", \"ini\": 1777, \"clust\": 2305, \"rank\": 2506, \"rankvar\": 427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1812, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1729, \"group\": [2304.0, 386.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAAGCCGTC\", \"ini\": 1776, \"clust\": 3176, \"rank\": 2888, \"rankvar\": 884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1730, \"group\": [3175.0, 459.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTCGCGAC\", \"ini\": 1775, \"clust\": 2768, \"rank\": 2663, \"rankvar\": 1004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1814, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1731, \"group\": [2768.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGTTAACC\", \"ini\": 1774, \"clust\": 2852, \"rank\": 2528, \"rankvar\": 1312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1815, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1732, \"group\": [2856.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCAGCATGAG\", \"ini\": 1773, \"clust\": 4268, \"rank\": 3372, \"rankvar\": 5093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1816, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 111, \"group\": [4265.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAAGTAA\", \"ini\": 1772, \"clust\": 22, \"rank\": 2825, \"rankvar\": 4800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1817, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5215, \"group\": [23.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCACTTATC\", \"ini\": 1771, \"clust\": 2491, \"rank\": 2570, \"rankvar\": 1126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1733, \"group\": [2491.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCAATAAGG\", \"ini\": 1770, \"clust\": 2842, \"rank\": 2467, \"rankvar\": 2594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1819, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1734, \"group\": [2843.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACCAGGC\", \"ini\": 1769, \"clust\": 2849, \"rank\": 2746, \"rankvar\": 3202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1735, \"group\": [2851.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACACCATCCT\", \"ini\": 1768, \"clust\": 4613, \"rank\": 2300, \"rankvar\": 2326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1821, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4911, \"group\": [4613.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCAGCTTAG\", \"ini\": 1767, \"clust\": 2186, \"rank\": 2846, \"rankvar\": 1824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1822, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1736, \"group\": [2187.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATTACCG\", \"ini\": 1766, \"clust\": 2805, \"rank\": 2456, \"rankvar\": 3159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1737, \"group\": [2806.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCATCTGCC\", \"ini\": 1765, \"clust\": 2899, \"rank\": 2785, \"rankvar\": 1825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1738, \"group\": [2897.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGGCAGGTT\", \"ini\": 1764, \"clust\": 2882, \"rank\": 2543, \"rankvar\": 600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1825, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1739, \"group\": [2883.0, 405.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTTGTTTGG\", \"ini\": 1763, \"clust\": 3765, \"rank\": 2458, \"rankvar\": 3664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1826, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2780, \"group\": [3764.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTTCACTCTTA\", \"ini\": 1762, \"clust\": 1894, \"rank\": 2262, \"rankvar\": 2075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1827, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1740, \"group\": [1895.0, 316.0, 56.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGATGAGG\", \"ini\": 1761, \"clust\": 2285, \"rank\": 2428, \"rankvar\": 3314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1828, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1741, \"group\": [2285.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCGCCGTGA\", \"ini\": 1760, \"clust\": 2298, \"rank\": 2628, \"rankvar\": 2008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1742, \"group\": [2302.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTTCCGGCA\", \"ini\": 1759, \"clust\": 4606, \"rank\": 2394, \"rankvar\": 4067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1830, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4912, \"group\": [4605.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGGATGGG\", \"ini\": 1758, \"clust\": 3025, \"rank\": 2774, \"rankvar\": 1924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1743, \"group\": [3026.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCCTCCTAG\", \"ini\": 1757, \"clust\": 4871, \"rank\": 2484, \"rankvar\": 2631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1832, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4913, \"group\": [4871.0, 905.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTTATCGC\", \"ini\": 1756, \"clust\": 2297, \"rank\": 2485, \"rankvar\": 3261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1744, \"group\": [2298.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGAGCCTAG\", \"ini\": 1755, \"clust\": 2502, \"rank\": 2648, \"rankvar\": 3692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1745, \"group\": [2501.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCCGTCAG\", \"ini\": 1754, \"clust\": 2451, \"rank\": 2662, \"rankvar\": 1716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1746, \"group\": [2451.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGGAGGTA\", \"ini\": 1753, \"clust\": 2808, \"rank\": 2518, \"rankvar\": 2206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1747, \"group\": [2808.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGGAGTACC\", \"ini\": 1752, \"clust\": 4601, \"rank\": 1414, \"rankvar\": 4556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1837, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4914, \"group\": [4602.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGCTCAACT\", \"ini\": 1751, \"clust\": 2817, \"rank\": 2427, \"rankvar\": 2349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1838, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1748, \"group\": [2821.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGAGTACCG\", \"ini\": 1750, \"clust\": 1641, \"rank\": 1679, \"rankvar\": 599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1839, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2781, \"group\": [1642.0, 208.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGGATTCGG\", \"ini\": 1749, \"clust\": 3026, \"rank\": 2817, \"rankvar\": 2844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1749, \"group\": [3029.0, 409.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTAGAAAGG\", \"ini\": 1748, \"clust\": 2980, \"rank\": 2918, \"rankvar\": 2950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1750, \"group\": [2981.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGATCTCGTTTA\", \"ini\": 1747, \"clust\": 4694, \"rank\": 2599, \"rankvar\": 4128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4915, \"group\": [4694.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCGATGAGG\", \"ini\": 1746, \"clust\": 1481, \"rank\": 1793, \"rankvar\": 4169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1843, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3968, \"group\": [1484.0, 143.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGTGCGTC\", \"ini\": 1745, \"clust\": 4873, \"rank\": 2583, \"rankvar\": 2522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1844, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4916, \"group\": [4873.0, 905.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTATCGCAT\", \"ini\": 1744, \"clust\": 4801, \"rank\": 2576, \"rankvar\": 3970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1845, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4917, \"group\": [4801.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACAGTGGAGT\", \"ini\": 1743, \"clust\": 1584, \"rank\": 1914, \"rankvar\": 3540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3143, \"group\": [1585.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGGTTCC\", \"ini\": 1742, \"clust\": 4189, \"rank\": 3233, \"rankvar\": 5136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1847, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 112, \"group\": [4189.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGAGGGA\", \"ini\": 1741, \"clust\": 2124, \"rank\": 2749, \"rankvar\": 731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1848, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1751, \"group\": [2129.0, 350.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGTTTGG\", \"ini\": 1740, \"clust\": 2810, \"rank\": 2724, \"rankvar\": 1356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1752, \"group\": [2810.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTATCTGCA\", \"ini\": 1739, \"clust\": 3750, \"rank\": 2192, \"rankvar\": 4207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1850, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2782, \"group\": [3749.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGGATATAC\", \"ini\": 1738, \"clust\": 3789, \"rank\": 2556, \"rankvar\": 2985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1851, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2783, \"group\": [3788.0, 703.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTTCTGTTT\", \"ini\": 1737, \"clust\": 2164, \"rank\": 2887, \"rankvar\": 1603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1852, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1753, \"group\": [2162.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCGGAAG\", \"ini\": 1736, \"clust\": 2226, \"rank\": 2895, \"rankvar\": 2039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1754, \"group\": [2227.0, 376.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTACCGTTA\", \"ini\": 1735, \"clust\": 2898, \"rank\": 2805, \"rankvar\": 817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1755, \"group\": [2899.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCAAACGTGG\", \"ini\": 1734, \"clust\": 2977, \"rank\": 2684, \"rankvar\": 537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1855, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1756, \"group\": [2980.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTGCGACG\", \"ini\": 1733, \"clust\": 2769, \"rank\": 2635, \"rankvar\": 1504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1757, \"group\": [2773.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGCCTATGT\", \"ini\": 1732, \"clust\": 2825, \"rank\": 2566, \"rankvar\": 1923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1758, \"group\": [2830.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGACGCTTT\", \"ini\": 1731, \"clust\": 2978, \"rank\": 2723, \"rankvar\": 2131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1858, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1759, \"group\": [2978.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTATCGCAT\", \"ini\": 1730, \"clust\": 1613, \"rank\": 1970, \"rankvar\": 2613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3144, \"group\": [1616.0, 186.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCGCATAA\", \"ini\": 1729, \"clust\": 4229, \"rank\": 3439, \"rankvar\": 5210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1860, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 113, \"group\": [4225.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAAGTAGTA\", \"ini\": 1728, \"clust\": 2449, \"rank\": 2516, \"rankvar\": 2408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1861, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1760, \"group\": [2452.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGTCATCCA\", \"ini\": 1727, \"clust\": 2999, \"rank\": 2699, \"rankvar\": 2783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1761, \"group\": [3000.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAGTATGGTTC\", \"ini\": 1726, \"clust\": 4260, \"rank\": 3303, \"rankvar\": 4912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1863, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 114, \"group\": [4258.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTAATTGGA\", \"ini\": 1725, \"clust\": 2302, \"rank\": 2537, \"rankvar\": 1537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1762, \"group\": [2306.0, 386.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATGGTCTA\", \"ini\": 1724, \"clust\": 4265, \"rank\": 3268, \"rankvar\": 4989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1865, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 115, \"group\": [4262.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCACCCGAG\", \"ini\": 1723, \"clust\": 3023, \"rank\": 2917, \"rankvar\": 2943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1763, \"group\": [3023.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAGACGTAG\", \"ini\": 1722, \"clust\": 3013, \"rank\": 2808, \"rankvar\": 1749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1764, \"group\": [3013.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCCGTACAA\", \"ini\": 1721, \"clust\": 2225, \"rank\": 2754, \"rankvar\": 2091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1868, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1765, \"group\": [2224.0, 374.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGAGTGACC\", \"ini\": 1720, \"clust\": 3794, \"rank\": 2448, \"rankvar\": 4455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1869, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2784, \"group\": [3792.0, 705.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGCCCTAAT\", \"ini\": 1719, \"clust\": 4696, \"rank\": 2236, \"rankvar\": 4153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1870, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4918, \"group\": [4697.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGGAGCGTT\", \"ini\": 1718, \"clust\": 4214, \"rank\": 3113, \"rankvar\": 4803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1871, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 116, \"group\": [4210.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACATAACC\", \"ini\": 1717, \"clust\": 4571, \"rank\": 2187, \"rankvar\": 3056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1872, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4919, \"group\": [4574.0, 873.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACAAGCCATT\", \"ini\": 1716, \"clust\": 4564, \"rank\": 2146, \"rankvar\": 4233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1873, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4920, \"group\": [4563.0, 870.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCGCGAAA\", \"ini\": 1715, \"clust\": 4760, \"rank\": 2264, \"rankvar\": 4519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1874, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4921, \"group\": [4762.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTCGACTGC\", \"ini\": 1714, \"clust\": 2981, \"rank\": 2871, \"rankvar\": 819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1766, \"group\": [2982.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCATTCTA\", \"ini\": 1713, \"clust\": 2266, \"rank\": 2501, \"rankvar\": 3407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1767, \"group\": [2267.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAACTGTC\", \"ini\": 1712, \"clust\": 4588, \"rank\": 2783, \"rankvar\": 3825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1877, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4922, \"group\": [4588.0, 878.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTGGACGAT\", \"ini\": 1711, \"clust\": 2286, \"rank\": 2597, \"rankvar\": 3003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1768, \"group\": [2290.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACACATGGGA\", \"ini\": 1710, \"clust\": 2941, \"rank\": 2591, \"rankvar\": 835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1769, \"group\": [2941.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGTCAGCC\", \"ini\": 1709, \"clust\": 4623, \"rank\": 2408, \"rankvar\": 3818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1880, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4923, \"group\": [4622.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCATGGTAGG\", \"ini\": 1708, \"clust\": 2206, \"rank\": 2778, \"rankvar\": 1245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1881, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1770, \"group\": [2211.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACATTTCAGG\", \"ini\": 1707, \"clust\": 3061, \"rank\": 2813, \"rankvar\": 1795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1771, \"group\": [3063.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTCGGATCC\", \"ini\": 1706, \"clust\": 1567, \"rank\": 2252, \"rankvar\": 2582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3145, \"group\": [1567.0, 174.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAGTATTAGCC\", \"ini\": 1705, \"clust\": 2499, \"rank\": 2561, \"rankvar\": 1920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1772, \"group\": [2498.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCGCAT\", \"ini\": 1704, \"clust\": 2255, \"rank\": 2819, \"rankvar\": 1009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1773, \"group\": [2256.0, 382.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCATTCACTT\", \"ini\": 1703, \"clust\": 3162, \"rank\": 2834, \"rankvar\": 2724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1774, \"group\": [3162.0, 456.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGTGGACC\", \"ini\": 1702, \"clust\": 28, \"rank\": 3069, \"rankvar\": 4748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1887, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5216, \"group\": [27.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTTTACGT\", \"ini\": 1701, \"clust\": 3164, \"rank\": 2765, \"rankvar\": 972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1775, \"group\": [3165.0, 457.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCAACACCTA\", \"ini\": 1700, \"clust\": 1492, \"rank\": 1879, \"rankvar\": 4629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1889, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3969, \"group\": [1493.0, 146.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTACATGA\", \"ini\": 1699, \"clust\": 2182, \"rank\": 2686, \"rankvar\": 458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1776, \"group\": [2180.0, 369.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATGTGGT\", \"ini\": 1698, \"clust\": 4815, \"rank\": 2532, \"rankvar\": 3708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1891, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4924, \"group\": [4813.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTAACGGT\", \"ini\": 1697, \"clust\": 4211, \"rank\": 3103, \"rankvar\": 4740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1892, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 117, \"group\": [4208.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGATAAGT\", \"ini\": 1696, \"clust\": 3041, \"rank\": 2668, \"rankvar\": 1717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1777, \"group\": [3044.0, 412.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTACGCCC\", \"ini\": 1695, \"clust\": 3774, \"rank\": 2693, \"rankvar\": 3797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1894, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2785, \"group\": [3773.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAAACGCG\", \"ini\": 1694, \"clust\": 2208, \"rank\": 2784, \"rankvar\": 2860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1778, \"group\": [2206.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGACCTAGG\", \"ini\": 1693, \"clust\": 4182, \"rank\": 3063, \"rankvar\": 5069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1896, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 118, \"group\": [4179.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGTAGAGC\", \"ini\": 1692, \"clust\": 1553, \"rank\": 1895, \"rankvar\": 4133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1897, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3146, \"group\": [1565.0, 173.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGGCGACAT\", \"ini\": 1691, \"clust\": 3051, \"rank\": 2812, \"rankvar\": 1677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1898, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1779, \"group\": [3052.0, 413.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACGGTTTA\", \"ini\": 1690, \"clust\": 1904, \"rank\": 2710, \"rankvar\": 909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1780, \"group\": [1907.0, 323.0, 58.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCCGACTT\", \"ini\": 1689, \"clust\": 4570, \"rank\": 2748, \"rankvar\": 1582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1900, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4925, \"group\": [4571.0, 872.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAGGTAA\", \"ini\": 1688, \"clust\": 2169, \"rank\": 2759, \"rankvar\": 4131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1781, \"group\": [2170.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGCT\", \"ini\": 1687, \"clust\": 2143, \"rank\": 2722, \"rankvar\": 4640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1782, \"group\": [2143.0, 356.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGATGTAT\", \"ini\": 1686, \"clust\": 4802, \"rank\": 2629, \"rankvar\": 4302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1903, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4926, \"group\": [4802.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCATCTGTT\", \"ini\": 1685, \"clust\": 4864, \"rank\": 2707, \"rankvar\": 1773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1904, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4927, \"group\": [4862.0, 897.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGCTAGTTC\", \"ini\": 1684, \"clust\": 2280, \"rank\": 2760, \"rankvar\": 582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1783, \"group\": [2283.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGTCACGCC\", \"ini\": 1683, \"clust\": 2343, \"rank\": 2768, \"rankvar\": 1275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1784, \"group\": [2344.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTTGGACCC\", \"ini\": 1682, \"clust\": 4630, \"rank\": 2285, \"rankvar\": 3865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4928, \"group\": [4630.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAGGCCCA\", \"ini\": 1681, \"clust\": 2900, \"rank\": 2983, \"rankvar\": 1972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1785, \"group\": [2898.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTTGTATC\", \"ini\": 1680, \"clust\": 1588, \"rank\": 1691, \"rankvar\": 4388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1909, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3147, \"group\": [1589.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTAGCTGCC\", \"ini\": 1679, \"clust\": 2227, \"rank\": 2870, \"rankvar\": 1973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1786, \"group\": [2228.0, 376.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATGACT\", \"ini\": 1678, \"clust\": 4611, \"rank\": 2540, \"rankvar\": 2555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4929, \"group\": [4614.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAATCCGCTGTT\", \"ini\": 1677, \"clust\": 2820, \"rank\": 2616, \"rankvar\": 2234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1787, \"group\": [2819.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCTAGCCC\", \"ini\": 1676, \"clust\": 2306, \"rank\": 2740, \"rankvar\": 1399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1788, \"group\": [2310.0, 386.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACACGGTGTC\", \"ini\": 1675, \"clust\": 2203, \"rank\": 2949, \"rankvar\": 1398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1789, \"group\": [2203.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGAACTGTA\", \"ini\": 1674, \"clust\": 2818, \"rank\": 2637, \"rankvar\": 2185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1790, \"group\": [2820.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACCGTTA\", \"ini\": 1673, \"clust\": 4295, \"rank\": 2832, \"rankvar\": 4622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1791, \"group\": [4295.0, 801.0, 129.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCATGGAATA\", \"ini\": 1672, \"clust\": 4592, \"rank\": 2711, \"rankvar\": 4119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1917, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4930, \"group\": [4593.0, 879.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATTACCC\", \"ini\": 1671, \"clust\": 2125, \"rank\": 2621, \"rankvar\": 3255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1792, \"group\": [2128.0, 349.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAGTGAGTG\", \"ini\": 1670, \"clust\": 4550, \"rank\": 1744, \"rankvar\": 4412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1919, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4931, \"group\": [4547.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCACGGTTA\", \"ini\": 1669, \"clust\": 3304, \"rank\": 2883, \"rankvar\": 4032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1793, \"group\": [3303.0, 492.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTAGCCTCG\", \"ini\": 1668, \"clust\": 3424, \"rank\": 2942, \"rankvar\": 1689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1921, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2786, \"group\": [3425.0, 556.0, 85.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAACGCGA\", \"ini\": 1667, \"clust\": 2260, \"rank\": 2602, \"rankvar\": 4139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1794, \"group\": [2260.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCTCCACT\", \"ini\": 1666, \"clust\": 4862, \"rank\": 2873, \"rankvar\": 2506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4932, \"group\": [4860.0, 897.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTATAATGG\", \"ini\": 1665, \"clust\": 2904, \"rank\": 2660, \"rankvar\": 2477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1795, \"group\": [2907.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCACTTACT\", \"ini\": 1664, \"clust\": 2888, \"rank\": 2844, \"rankvar\": 3448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1796, \"group\": [2901.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTGTATGGG\", \"ini\": 1663, \"clust\": 4627, \"rank\": 2238, \"rankvar\": 4348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1926, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4933, \"group\": [4627.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCACCTTAT\", \"ini\": 1662, \"clust\": 2799, \"rank\": 2932, \"rankvar\": 3086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1927, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1797, \"group\": [2802.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCATCGATG\", \"ini\": 1661, \"clust\": 2247, \"rank\": 2656, \"rankvar\": 3555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1798, \"group\": [2247.0, 380.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAACGACG\", \"ini\": 1660, \"clust\": 2786, \"rank\": 2795, \"rankvar\": 2324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1799, \"group\": [2786.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACGATGT\", \"ini\": 1659, \"clust\": 2188, \"rank\": 2934, \"rankvar\": 2376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1930, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1800, \"group\": [2189.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTACACCGC\", \"ini\": 1658, \"clust\": 1657, \"rank\": 2964, \"rankvar\": 1032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1931, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1801, \"group\": [1661.0, 221.0, 42.0, 12.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGAACTGT\", \"ini\": 1657, \"clust\": 4217, \"rank\": 3189, \"rankvar\": 4845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1932, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 119, \"group\": [4211.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGGACCACA\", \"ini\": 1656, \"clust\": 1486, \"rank\": 2563, \"rankvar\": 4299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1933, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3970, \"group\": [1487.0, 145.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAATAACGA\", \"ini\": 1655, \"clust\": 2287, \"rank\": 2929, \"rankvar\": 2714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1934, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1802, \"group\": [2289.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGCCTAA\", \"ini\": 1654, \"clust\": 2204, \"rank\": 2848, \"rankvar\": 2359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1803, \"group\": [2204.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCACAACGCC\", \"ini\": 1653, \"clust\": 1589, \"rank\": 1884, \"rankvar\": 3832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3148, \"group\": [1590.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCCATGCTC\", \"ini\": 1652, \"clust\": 4654, \"rank\": 2278, \"rankvar\": 4094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1937, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4934, \"group\": [4657.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGCTGCT\", \"ini\": 1651, \"clust\": 2739, \"rank\": 2802, \"rankvar\": 1407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1938, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1804, \"group\": [2739.0, 401.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTTAAGCC\", \"ini\": 1650, \"clust\": 3780, \"rank\": 2459, \"rankvar\": 3397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2787, \"group\": [3780.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGGTTTCA\", \"ini\": 1649, \"clust\": 4874, \"rank\": 2850, \"rankvar\": 3466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4935, \"group\": [4874.0, 905.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGAGGGTT\", \"ini\": 1648, \"clust\": 4795, \"rank\": 2505, \"rankvar\": 4158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1941, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4936, \"group\": [4797.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAATGGATA\", \"ini\": 1647, \"clust\": 1574, \"rank\": 2208, \"rankvar\": 2703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3149, \"group\": [1575.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGGTACTCT\", \"ini\": 1646, \"clust\": 2217, \"rank\": 3002, \"rankvar\": 850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1805, \"group\": [2218.0, 373.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAACGCTA\", \"ini\": 1645, \"clust\": 4799, \"rank\": 2470, \"rankvar\": 4262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4937, \"group\": [4798.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTTCAACCA\", \"ini\": 1644, \"clust\": 2252, \"rank\": 2731, \"rankvar\": 728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1806, \"group\": [2251.0, 381.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCAGAGGT\", \"ini\": 1643, \"clust\": 2782, \"rank\": 2877, \"rankvar\": 2045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1946, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1807, \"group\": [2783.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCAAGATCC\", \"ini\": 1642, \"clust\": 4263, \"rank\": 3436, \"rankvar\": 4818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1947, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 120, \"group\": [4263.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCAGATAATG\", \"ini\": 1641, \"clust\": 2851, \"rank\": 2758, \"rankvar\": 2974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1948, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1808, \"group\": [2850.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGCGATTCT\", \"ini\": 1640, \"clust\": 2180, \"rank\": 2845, \"rankvar\": 1380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1809, \"group\": [2181.0, 369.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAGGCT\", \"ini\": 1639, \"clust\": 2440, \"rank\": 2481, \"rankvar\": 1008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1810, \"group\": [2441.0, 398.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAAACTGCT\", \"ini\": 1638, \"clust\": 2880, \"rank\": 2860, \"rankvar\": 1272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1811, \"group\": [2879.0, 405.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTTGCGT\", \"ini\": 1637, \"clust\": 4183, \"rank\": 3251, \"rankvar\": 4978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1952, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 121, \"group\": [4190.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGTAGATGT\", \"ini\": 1636, \"clust\": 2500, \"rank\": 2593, \"rankvar\": 4414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1812, \"group\": [2502.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTGACGCCT\", \"ini\": 1635, \"clust\": 3049, \"rank\": 2907, \"rankvar\": 212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1813, \"group\": [3050.0, 413.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCTCGCAT\", \"ini\": 1634, \"clust\": 1554, \"rank\": 1933, \"rankvar\": 3366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3150, \"group\": [1554.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAGGTTTCA\", \"ini\": 1633, \"clust\": 2794, \"rank\": 2770, \"rankvar\": 1405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1814, \"group\": [2797.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCTGGC\", \"ini\": 1632, \"clust\": 1561, \"rank\": 2173, \"rankvar\": 2329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3151, \"group\": [1561.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTTAAAGTG\", \"ini\": 1631, \"clust\": 2171, \"rank\": 2821, \"rankvar\": 1936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1815, \"group\": [2171.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGGAGCAA\", \"ini\": 1630, \"clust\": 2792, \"rank\": 2863, \"rankvar\": 2094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1816, \"group\": [2793.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGGTGTGGT\", \"ini\": 1629, \"clust\": 2201, \"rank\": 2989, \"rankvar\": 1228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1817, \"group\": [2198.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAACAACA\", \"ini\": 1628, \"clust\": 2162, \"rank\": 3003, \"rankvar\": 1761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1961, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1818, \"group\": [2163.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCCAGTTT\", \"ini\": 1627, \"clust\": 2212, \"rank\": 2858, \"rankvar\": 1139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1819, \"group\": [2213.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTACATGTC\", \"ini\": 1626, \"clust\": 2979, \"rank\": 2867, \"rankvar\": 949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1820, \"group\": [2979.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCACCGATAT\", \"ini\": 1625, \"clust\": 41, \"rank\": 2789, \"rankvar\": 4933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1964, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5217, \"group\": [38.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACACTGCG\", \"ini\": 1624, \"clust\": 2250, \"rank\": 2676, \"rankvar\": 1433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1821, \"group\": [2254.0, 381.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTACGCCC\", \"ini\": 1623, \"clust\": 2175, \"rank\": 2855, \"rankvar\": 239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1822, \"group\": [2178.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCAAGCC\", \"ini\": 1622, \"clust\": 2300, \"rank\": 2782, \"rankvar\": 1495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1823, \"group\": [2299.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCAGGAATGC\", \"ini\": 1621, \"clust\": 3000, \"rank\": 2889, \"rankvar\": 3307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1824, \"group\": [3001.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTGATGATA\", \"ini\": 1620, \"clust\": 3143, \"rank\": 3190, \"rankvar\": 381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1969, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1825, \"group\": [3149.0, 446.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTCCGAATT\", \"ini\": 1619, \"clust\": 532, \"rank\": 2526, \"rankvar\": 2352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3152, \"group\": [536.0, 89.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGACACGAC\", \"ini\": 1618, \"clust\": 111, \"rank\": 3109, \"rankvar\": 1517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1971, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 122, \"group\": [112.0, 23.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTGCACCAC\", \"ini\": 1617, \"clust\": 3297, \"rank\": 2896, \"rankvar\": 1766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1972, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1826, \"group\": [3298.0, 488.0, 69.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGACACGAC\", \"ini\": 1616, \"clust\": 3174, \"rank\": 2960, \"rankvar\": 1239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1973, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1827, \"group\": [3176.0, 460.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCATGCTCC\", \"ini\": 1615, \"clust\": 2894, \"rank\": 2820, \"rankvar\": 2240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1828, \"group\": [2900.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGCTTAG\", \"ini\": 1614, \"clust\": 2218, \"rank\": 3071, \"rankvar\": 2231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1829, \"group\": [2222.0, 373.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTCAAACTC\", \"ini\": 1613, \"clust\": 2321, \"rank\": 2695, \"rankvar\": 3815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1976, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1830, \"group\": [2321.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCTAGCCC\", \"ini\": 1612, \"clust\": 2457, \"rank\": 2747, \"rankvar\": 3131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1831, \"group\": [2456.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTTACTGAC\", \"ini\": 1611, \"clust\": 4509, \"rank\": 2554, \"rankvar\": 2121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1978, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4938, \"group\": [4518.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAATTGCTG\", \"ini\": 1610, \"clust\": 3060, \"rank\": 2816, \"rankvar\": 577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1832, \"group\": [3064.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATGCTAGT\", \"ini\": 1609, \"clust\": 2986, \"rank\": 2969, \"rankvar\": 1937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1833, \"group\": [2987.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCCGCTGA\", \"ini\": 1608, \"clust\": 2172, \"rank\": 2842, \"rankvar\": 2345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1834, \"group\": [2172.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCAGCGATT\", \"ini\": 1607, \"clust\": 2770, \"rank\": 2829, \"rankvar\": 668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1835, \"group\": [2772.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGACACG\", \"ini\": 1606, \"clust\": 3094, \"rank\": 2951, \"rankvar\": 1244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1836, \"group\": [3098.0, 423.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATCCGGGT\", \"ini\": 1605, \"clust\": 3775, \"rank\": 2978, \"rankvar\": 4150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1984, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2788, \"group\": [3774.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCATCGATG\", \"ini\": 1604, \"clust\": 2139, \"rank\": 2999, \"rankvar\": 906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1837, \"group\": [2146.0, 358.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCATAGAAAC\", \"ini\": 1603, \"clust\": 2202, \"rank\": 2997, \"rankvar\": 2514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1986, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1838, \"group\": [2199.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATAACCTG\", \"ini\": 1602, \"clust\": 1484, \"rank\": 2703, \"rankvar\": 4351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1987, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3971, \"group\": [1485.0, 144.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGGTGGGTT\", \"ini\": 1601, \"clust\": 2791, \"rank\": 2809, \"rankvar\": 934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1839, \"group\": [2792.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACATAACC\", \"ini\": 1600, \"clust\": 4593, \"rank\": 2677, \"rankvar\": 2721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1989, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4939, \"group\": [4594.0, 879.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCATTATCC\", \"ini\": 1599, \"clust\": 4615, \"rank\": 2403, \"rankvar\": 2978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1990, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4940, \"group\": [4615.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCGATGAGG\", \"ini\": 1598, \"clust\": 2301, \"rank\": 2739, \"rankvar\": 813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1991, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1840, \"group\": [2300.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATAGCTGATAA\", \"ini\": 1597, \"clust\": 2262, \"rank\": 2927, \"rankvar\": 3542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1841, \"group\": [2264.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTCGGGCT\", \"ini\": 1596, \"clust\": 2780, \"rank\": 2894, \"rankvar\": 3116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1993, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1842, \"group\": [2781.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGGAAATA\", \"ini\": 1595, \"clust\": 3777, \"rank\": 2698, \"rankvar\": 3193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1994, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2789, \"group\": [3778.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGACATTGGTAC\", \"ini\": 1594, \"clust\": 2468, \"rank\": 2852, \"rankvar\": 1514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1843, \"group\": [2469.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGGAAATA\", \"ini\": 1593, \"clust\": 1606, \"rank\": 2872, \"rankvar\": 393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3153, \"group\": [1607.0, 180.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCGTTTATC\", \"ini\": 1592, \"clust\": 2207, \"rank\": 2958, \"rankvar\": 621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1844, \"group\": [2210.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAGTTCCCT\", \"ini\": 1591, \"clust\": 4207, \"rank\": 3324, \"rankvar\": 4834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1998, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 123, \"group\": [4205.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCGTAGAGCTG\", \"ini\": 1590, \"clust\": 1580, \"rank\": 1808, \"rankvar\": 4573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3154, \"group\": [1584.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTACTATC\", \"ini\": 1589, \"clust\": 3785, \"rank\": 2815, \"rankvar\": 3963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2000, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2790, \"group\": [3784.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTTCCGCGGTA\", \"ini\": 1588, \"clust\": 4256, \"rank\": 3508, \"rankvar\": 5080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2001, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 124, \"group\": [4256.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACAGCT\", \"ini\": 1587, \"clust\": 3165, \"rank\": 2916, \"rankvar\": 1283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2002, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1845, \"group\": [3166.0, 457.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCCAACGG\", \"ini\": 1586, \"clust\": 2200, \"rank\": 3021, \"rankvar\": 2253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1846, \"group\": [2200.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAGTGTTGAGG\", \"ini\": 1585, \"clust\": 4607, \"rank\": 2720, \"rankvar\": 3241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4941, \"group\": [4606.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAGCCTAT\", \"ini\": 1584, \"clust\": 2975, \"rank\": 2992, \"rankvar\": 1334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1847, \"group\": [2975.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCATCACGAT\", \"ini\": 1583, \"clust\": 4599, \"rank\": 2423, \"rankvar\": 3946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2006, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4942, \"group\": [4600.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTCCCGAG\", \"ini\": 1582, \"clust\": 2798, \"rank\": 2972, \"rankvar\": 3523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1848, \"group\": [2799.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGCATACT\", \"ini\": 1581, \"clust\": 3705, \"rank\": 2948, \"rankvar\": 3544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2008, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2791, \"group\": [3704.0, 693.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCTTTCCTC\", \"ini\": 1580, \"clust\": 2277, \"rank\": 2716, \"rankvar\": 4001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2009, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1849, \"group\": [2279.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTGTTG\", \"ini\": 1579, \"clust\": 4604, \"rank\": 2534, \"rankvar\": 3055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2010, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4943, \"group\": [4608.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCATATACGC\", \"ini\": 1578, \"clust\": 4275, \"rank\": 3527, \"rankvar\": 4623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2011, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 125, \"group\": [4272.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGAATCTCC\", \"ini\": 1577, \"clust\": 2976, \"rank\": 3004, \"rankvar\": 512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1850, \"group\": [2976.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAATGAC\", \"ini\": 1576, \"clust\": 4273, \"rank\": 3502, \"rankvar\": 4927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2013, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 126, \"group\": [4273.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCATCGGAT\", \"ini\": 1575, \"clust\": 1581, \"rank\": 2199, \"rankvar\": 1941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2014, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3155, \"group\": [1583.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGAGTACAT\", \"ini\": 1574, \"clust\": 2811, \"rank\": 2876, \"rankvar\": 1872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1851, \"group\": [2811.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCGATCCC\", \"ini\": 1573, \"clust\": 1556, \"rank\": 2133, \"rankvar\": 4027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3156, \"group\": [1556.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGAGCAATT\", \"ini\": 1572, \"clust\": 2155, \"rank\": 3073, \"rankvar\": 1728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2017, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1852, \"group\": [2165.0, 366.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCTTGTTTG\", \"ini\": 1571, \"clust\": 4361, \"rank\": 3070, \"rankvar\": 4323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2018, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 127, \"group\": [4362.0, 819.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCGAATGT\", \"ini\": 1570, \"clust\": 2159, \"rank\": 3029, \"rankvar\": 1344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1853, \"group\": [2158.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCTTGAGAC\", \"ini\": 1569, \"clust\": 2278, \"rank\": 2788, \"rankvar\": 2850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1854, \"group\": [2277.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAGGCAGTA\", \"ini\": 1568, \"clust\": 4640, \"rank\": 2551, \"rankvar\": 4587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2021, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4944, \"group\": [4640.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTACACT\", \"ini\": 1567, \"clust\": 4587, \"rank\": 2649, \"rankvar\": 3587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2022, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4945, \"group\": [4590.0, 878.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCGTGTCC\", \"ini\": 1566, \"clust\": 3153, \"rank\": 3101, \"rankvar\": 937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1855, \"group\": [3153.0, 450.0, 64.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTAAACACA\", \"ini\": 1565, \"clust\": 2335, \"rank\": 2792, \"rankvar\": 2972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1856, \"group\": [2334.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCTGTTCA\", \"ini\": 1564, \"clust\": 4793, \"rank\": 2529, \"rankvar\": 4664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2025, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4946, \"group\": [4793.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCCTACAGA\", \"ini\": 1563, \"clust\": 2795, \"rank\": 2841, \"rankvar\": 2346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2026, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1857, \"group\": [2795.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCAGTAG\", \"ini\": 1562, \"clust\": 2161, \"rank\": 3014, \"rankvar\": 1165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1858, \"group\": [2164.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTGCAGACA\", \"ini\": 1561, \"clust\": 2796, \"rank\": 2826, \"rankvar\": 4294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2028, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1859, \"group\": [2796.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTCGGCAC\", \"ini\": 1560, \"clust\": 4223, \"rank\": 3296, \"rankvar\": 5227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2029, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 128, \"group\": [4223.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCTACCTA\", \"ini\": 1559, \"clust\": 2144, \"rank\": 2935, \"rankvar\": 1659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2030, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1860, \"group\": [2144.0, 357.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTGTGTG\", \"ini\": 1558, \"clust\": 3790, \"rank\": 2837, \"rankvar\": 1849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2792, \"group\": [3789.0, 703.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGACTTGAA\", \"ini\": 1557, \"clust\": 2788, \"rank\": 2869, \"rankvar\": 4110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2032, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1861, \"group\": [2788.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCCTGACT\", \"ini\": 1556, \"clust\": 4624, \"rank\": 2721, \"rankvar\": 2732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2033, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4947, \"group\": [4623.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGCTAACTC\", \"ini\": 1555, \"clust\": 3787, \"rank\": 2944, \"rankvar\": 2659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2034, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2793, \"group\": [3791.0, 704.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCACAACGT\", \"ini\": 1554, \"clust\": 2800, \"rank\": 2947, \"rankvar\": 1083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1862, \"group\": [2800.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCTGCA\", \"ini\": 1553, \"clust\": 1892, \"rank\": 2311, \"rankvar\": 4600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2036, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2794, \"group\": [1891.0, 315.0, 55.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCGAATGCT\", \"ini\": 1552, \"clust\": 3637, \"rank\": 2469, \"rankvar\": 3563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2795, \"group\": [3637.0, 653.0, 106.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGTCAATC\", \"ini\": 1551, \"clust\": 2120, \"rank\": 2974, \"rankvar\": 1219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1863, \"group\": [2124.0, 346.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACCTTTG\", \"ini\": 1550, \"clust\": 3168, \"rank\": 3080, \"rankvar\": 2597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1864, \"group\": [3173.0, 458.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGACATTA\", \"ini\": 1549, \"clust\": 4290, \"rank\": 3478, \"rankvar\": 5092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2040, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 129, \"group\": [4290.0, 797.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGTGGCT\", \"ini\": 1548, \"clust\": 3166, \"rank\": 2979, \"rankvar\": 696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2041, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1865, \"group\": [3167.0, 458.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGGAGTCTG\", \"ini\": 1547, \"clust\": 514, \"rank\": 2375, \"rankvar\": 971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2042, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3157, \"group\": [517.0, 81.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATCTGCA\", \"ini\": 1546, \"clust\": 3781, \"rank\": 2790, \"rankvar\": 2743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2043, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2796, \"group\": [3781.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTCACTTCC\", \"ini\": 1545, \"clust\": 4637, \"rank\": 2372, \"rankvar\": 4659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2044, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4948, \"group\": [4642.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTAAAGGAG\", \"ini\": 1544, \"clust\": 4147, \"rank\": 3226, \"rankvar\": 4374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2045, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 130, \"group\": [4145.0, 784.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTTAAGACA\", \"ini\": 1543, \"clust\": 2245, \"rank\": 2839, \"rankvar\": 646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1866, \"group\": [2248.0, 380.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCATGTCCTC\", \"ini\": 1542, \"clust\": 112, \"rank\": 3297, \"rankvar\": 3980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2047, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4949, \"group\": [113.0, 24.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCATTCA\", \"ini\": 1541, \"clust\": 2265, \"rank\": 2712, \"rankvar\": 3734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1867, \"group\": [2268.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTACCTACA\", \"ini\": 1540, \"clust\": 4608, \"rank\": 2827, \"rankvar\": 3649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4950, \"group\": [4611.0, 882.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAATGACCT\", \"ini\": 1539, \"clust\": 2787, \"rank\": 3013, \"rankvar\": 2475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2050, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1868, \"group\": [2790.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCAGAAGCAC\", \"ini\": 1538, \"clust\": 2493, \"rank\": 2767, \"rankvar\": 1460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2051, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1869, \"group\": [2494.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGCTAGTGG\", \"ini\": 1537, \"clust\": 2344, \"rank\": 2945, \"rankvar\": 2720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1870, \"group\": [2342.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTAACTTC\", \"ini\": 1536, \"clust\": 2333, \"rank\": 2830, \"rankvar\": 4525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1871, \"group\": [2335.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGACTTGAA\", \"ini\": 1535, \"clust\": 4143, \"rank\": 3355, \"rankvar\": 4831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2054, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 131, \"group\": [4143.0, 783.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAATCCAAC\", \"ini\": 1534, \"clust\": 4618, \"rank\": 2454, \"rankvar\": 4113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2055, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4951, \"group\": [4620.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCACGGCTAC\", \"ini\": 1533, \"clust\": 2126, \"rank\": 2804, \"rankvar\": 3007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2056, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1872, \"group\": [2127.0, 348.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCGTTGCT\", \"ini\": 1532, \"clust\": 1552, \"rank\": 2169, \"rankvar\": 3178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2057, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3158, \"group\": [1553.0, 171.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGCCACGTC\", \"ini\": 1531, \"clust\": 2205, \"rank\": 3016, \"rankvar\": 914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1873, \"group\": [2212.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGGGAGTAA\", \"ini\": 1530, \"clust\": 3155, \"rank\": 3153, \"rankvar\": 1986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1874, \"group\": [3161.0, 455.0, 65.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATGTGGTCTCG\", \"ini\": 1529, \"clust\": 4625, \"rank\": 2771, \"rankvar\": 4297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2060, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4952, \"group\": [4628.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTTGTCC\", \"ini\": 1528, \"clust\": 2275, \"rank\": 2704, \"rankvar\": 2775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1875, \"group\": [2274.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCACTCTTA\", \"ini\": 1527, \"clust\": 2801, \"rank\": 2962, \"rankvar\": 4505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1876, \"group\": [2801.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCTGAAAT\", \"ini\": 1526, \"clust\": 5195, \"rank\": 3126, \"rankvar\": 1974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2063, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3026, \"group\": [5197.0, 1064.0, 179.0, 40.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTAAAGTG\", \"ini\": 1525, \"clust\": 4297, \"rank\": 3001, \"rankvar\": 2038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1877, \"group\": [4297.0, 802.0, 130.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTTTGTGTG\", \"ini\": 1524, \"clust\": 4800, \"rank\": 2633, \"rankvar\": 4316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2065, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4953, \"group\": [4799.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATGTTGC\", \"ini\": 1523, \"clust\": 2195, \"rank\": 3037, \"rankvar\": 1027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2066, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1878, \"group\": [2194.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCATCGGAT\", \"ini\": 1522, \"clust\": 4870, \"rank\": 2921, \"rankvar\": 3199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2067, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4954, \"group\": [4875.0, 906.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATGTAAG\", \"ini\": 1521, \"clust\": 4585, \"rank\": 2843, \"rankvar\": 4173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2068, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4955, \"group\": [4586.0, 878.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTGCCTGGT\", \"ini\": 1520, \"clust\": 4794, \"rank\": 2650, \"rankvar\": 3938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4956, \"group\": [4794.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCCACTTG\", \"ini\": 1519, \"clust\": 4142, \"rank\": 3115, \"rankvar\": 4757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2070, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 132, \"group\": [4144.0, 783.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGCCG\", \"ini\": 1518, \"clust\": 3059, \"rank\": 2880, \"rankvar\": 1968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1879, \"group\": [3059.0, 415.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTCGTTGTA\", \"ini\": 1517, \"clust\": 541, \"rank\": 2607, \"rankvar\": 958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3159, \"group\": [542.0, 91.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTGGCACA\", \"ini\": 1516, \"clust\": 1555, \"rank\": 2414, \"rankvar\": 3049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2073, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3160, \"group\": [1555.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGAGAACAG\", \"ini\": 1515, \"clust\": 4872, \"rank\": 2884, \"rankvar\": 3206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2074, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4957, \"group\": [4872.0, 905.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTAGCCTAT\", \"ini\": 1514, \"clust\": 2177, \"rank\": 2986, \"rankvar\": 1372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1880, \"group\": [2177.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGATATAC\", \"ini\": 1513, \"clust\": 2279, \"rank\": 2946, \"rankvar\": 4360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2076, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1881, \"group\": [2278.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGATGCGAC\", \"ini\": 1512, \"clust\": 2209, \"rank\": 3074, \"rankvar\": 3250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1882, \"group\": [2207.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGACAGAGA\", \"ini\": 1511, \"clust\": 4278, \"rank\": 3540, \"rankvar\": 4810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2078, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 133, \"group\": [4275.0, 791.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCGCAGGCT\", \"ini\": 1510, \"clust\": 3169, \"rank\": 2931, \"rankvar\": 1518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1883, \"group\": [3169.0, 458.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTTACAGAA\", \"ini\": 1509, \"clust\": 3302, \"rank\": 3060, \"rankvar\": 2905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2080, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1884, \"group\": [3306.0, 492.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGGAACGG\", \"ini\": 1508, \"clust\": 3181, \"rank\": 3054, \"rankvar\": 714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1885, \"group\": [3184.0, 464.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTAGATTAG\", \"ini\": 1507, \"clust\": 3010, \"rank\": 3095, \"rankvar\": 1909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2082, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1886, \"group\": [3009.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAATACGCT\", \"ini\": 1506, \"clust\": 4233, \"rank\": 3594, \"rankvar\": 5198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2083, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 134, \"group\": [4231.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACGTCTCT\", \"ini\": 1505, \"clust\": 2196, \"rank\": 3023, \"rankvar\": 1140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2084, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1887, \"group\": [2195.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCGTGGCT\", \"ini\": 1504, \"clust\": 4605, \"rank\": 2673, \"rankvar\": 3915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2085, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4958, \"group\": [4607.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGAGCAATT\", \"ini\": 1503, \"clust\": 4797, \"rank\": 2598, \"rankvar\": 4000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4959, \"group\": [4796.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCGAACTGT\", \"ini\": 1502, \"clust\": 4218, \"rank\": 3353, \"rankvar\": 4983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2087, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 135, \"group\": [4212.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCATCAACACTG\", \"ini\": 1501, \"clust\": 3751, \"rank\": 2833, \"rankvar\": 1769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2088, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2797, \"group\": [3755.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCGTAGAGTGC\", \"ini\": 1500, \"clust\": 2194, \"rank\": 3010, \"rankvar\": 952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1888, \"group\": [2196.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAAAGGAG\", \"ini\": 1499, \"clust\": 517, \"rank\": 2801, \"rankvar\": 572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3161, \"group\": [518.0, 82.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGAGGTAGA\", \"ini\": 1498, \"clust\": 2781, \"rank\": 2984, \"rankvar\": 2397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2091, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1889, \"group\": [2782.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCCACGCT\", \"ini\": 1497, \"clust\": 3167, \"rank\": 3056, \"rankvar\": 612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1890, \"group\": [3168.0, 458.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAGTACGT\", \"ini\": 1496, \"clust\": 3285, \"rank\": 2904, \"rankvar\": 3983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2093, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1891, \"group\": [3286.0, 481.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGCATGGT\", \"ini\": 1495, \"clust\": 2160, \"rank\": 3209, \"rankvar\": 3750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1892, \"group\": [2159.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGCTACGA\", \"ini\": 1494, \"clust\": 4154, \"rank\": 3479, \"rankvar\": 4500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2095, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 136, \"group\": [4159.0, 787.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGACAGCC\", \"ini\": 1493, \"clust\": 3638, \"rank\": 2864, \"rankvar\": 1476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2096, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2798, \"group\": [3638.0, 654.0, 106.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTGTGACGA\", \"ini\": 1492, \"clust\": 2213, \"rank\": 3067, \"rankvar\": 1626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2097, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1893, \"group\": [2214.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACCACATCCAA\", \"ini\": 1491, \"clust\": 4188, \"rank\": 3392, \"rankvar\": 5002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2098, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 137, \"group\": [4184.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTCTC\", \"ini\": 1490, \"clust\": 4148, \"rank\": 3132, \"rankvar\": 4271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 138, \"group\": [4146.0, 784.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGAGGACGG\", \"ini\": 1489, \"clust\": 3305, \"rank\": 3175, \"rankvar\": 1349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1894, \"group\": [3304.0, 492.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCGGACAAG\", \"ini\": 1488, \"clust\": 4586, \"rank\": 2993, \"rankvar\": 3551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2101, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4960, \"group\": [4587.0, 878.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCTAAACC\", \"ini\": 1487, \"clust\": 1579, \"rank\": 2136, \"rankvar\": 3852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3162, \"group\": [1578.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCCTATC\", \"ini\": 1486, \"clust\": 1490, \"rank\": 2654, \"rankvar\": 4476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2103, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3972, \"group\": [1489.0, 145.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCAGTCGATT\", \"ini\": 1485, \"clust\": 4269, \"rank\": 3639, \"rankvar\": 4856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2104, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 139, \"group\": [4270.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTTTGACTG\", \"ini\": 1484, \"clust\": 4215, \"rank\": 3464, \"rankvar\": 4873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2105, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 140, \"group\": [4214.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGAACCT\", \"ini\": 1483, \"clust\": 4560, \"rank\": 2573, \"rankvar\": 4355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4961, \"group\": [4566.0, 870.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCGGCTACG\", \"ini\": 1482, \"clust\": 2211, \"rank\": 3072, \"rankvar\": 2541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1895, \"group\": [2209.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAGTCAGCC\", \"ini\": 1481, \"clust\": 2740, \"rank\": 2975, \"rankvar\": 1181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1896, \"group\": [2740.0, 401.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCGCTGTT\", \"ini\": 1480, \"clust\": 4220, \"rank\": 3578, \"rankvar\": 5168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2109, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 141, \"group\": [4219.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGGCAGTA\", \"ini\": 1479, \"clust\": 1891, \"rank\": 2687, \"rankvar\": 3705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2110, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2799, \"group\": [1893.0, 315.0, 55.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTTATCCGA\", \"ini\": 1478, \"clust\": 1662, \"rank\": 2954, \"rankvar\": 304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1897, \"group\": [1663.0, 223.0, 44.0, 12.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGATCGAGCCCA\", \"ini\": 1477, \"clust\": 1572, \"rank\": 2638, \"rankvar\": 1964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3163, \"group\": [1573.0, 176.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTTGTCAT\", \"ini\": 1476, \"clust\": 1585, \"rank\": 2216, \"rankvar\": 3792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3164, \"group\": [1586.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCCCGACA\", \"ini\": 1475, \"clust\": 3727, \"rank\": 2752, \"rankvar\": 2701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2114, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2800, \"group\": [3729.0, 701.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCATTGCCC\", \"ini\": 1474, \"clust\": 4596, \"rank\": 2431, \"rankvar\": 3267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4962, \"group\": [4595.0, 880.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGCAGGTCA\", \"ini\": 1473, \"clust\": 1908, \"rank\": 2849, \"rankvar\": 827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1898, \"group\": [1909.0, 325.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTCGGCAC\", \"ini\": 1472, \"clust\": 2974, \"rank\": 3050, \"rankvar\": 1077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1899, \"group\": [2977.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTTCGTC\", \"ini\": 1471, \"clust\": 5189, \"rank\": 3082, \"rankvar\": 1347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2118, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 142, \"group\": [5193.0, 1061.0, 177.0, 39.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCAAGTAGTA\", \"ini\": 1470, \"clust\": 2261, \"rank\": 2868, \"rankvar\": 4689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1900, \"group\": [2261.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAAGGCTCC\", \"ini\": 1469, \"clust\": 518, \"rank\": 2915, \"rankvar\": 768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3165, \"group\": [519.0, 82.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTCCAGGG\", \"ini\": 1468, \"clust\": 1895, \"rank\": 2780, \"rankvar\": 1652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1901, \"group\": [1896.0, 316.0, 56.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGGCAGGTT\", \"ini\": 1467, \"clust\": 4638, \"rank\": 2682, \"rankvar\": 3400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4963, \"group\": [4638.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCACGCGGT\", \"ini\": 1466, \"clust\": 3150, \"rank\": 3330, \"rankvar\": 749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1902, \"group\": [3150.0, 447.0, 64.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTACAGACG\", \"ini\": 1465, \"clust\": 2789, \"rank\": 3128, \"rankvar\": 3414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1903, \"group\": [2789.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGATCTGAA\", \"ini\": 1464, \"clust\": 5218, \"rank\": 3450, \"rankvar\": 983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2125, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4964, \"group\": [5218.0, 1079.0, 186.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGACGACGT\", \"ini\": 1463, \"clust\": 4257, \"rank\": 3689, \"rankvar\": 5173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2126, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 143, \"group\": [4254.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATCATTC\", \"ini\": 1462, \"clust\": 2198, \"rank\": 3160, \"rankvar\": 3214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1904, \"group\": [2202.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTTTATC\", \"ini\": 1461, \"clust\": 4577, \"rank\": 2807, \"rankvar\": 3714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4965, \"group\": [4578.0, 875.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGTCATCT\", \"ini\": 1460, \"clust\": 2342, \"rank\": 2976, \"rankvar\": 4162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2129, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1905, \"group\": [2345.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCTATCCCG\", \"ini\": 1459, \"clust\": 2299, \"rank\": 2937, \"rankvar\": 3613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1906, \"group\": [2301.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACATCCGG\", \"ini\": 1458, \"clust\": 1498, \"rank\": 2627, \"rankvar\": 4620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2131, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3973, \"group\": [1502.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCAGTCGTGC\", \"ini\": 1457, \"clust\": 4097, \"rank\": 3456, \"rankvar\": 5029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 144, \"group\": [4100.0, 772.0, 122.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTCCATGA\", \"ini\": 1456, \"clust\": 2222, \"rank\": 2963, \"rankvar\": 249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1907, \"group\": [2226.0, 375.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTGATAAAC\", \"ini\": 1455, \"clust\": 4219, \"rank\": 3615, \"rankvar\": 5159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2134, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 145, \"group\": [4220.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTTCAGCGC\", \"ini\": 1454, \"clust\": 4619, \"rank\": 2680, \"rankvar\": 2788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2135, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4966, \"group\": [4618.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGTGAAC\", \"ini\": 1453, \"clust\": 3286, \"rank\": 3079, \"rankvar\": 411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1908, \"group\": [3287.0, 481.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTTAAGAAC\", \"ini\": 1452, \"clust\": 1660, \"rank\": 2893, \"rankvar\": 1050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1909, \"group\": [1659.0, 219.0, 42.0, 12.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACTCGACG\", \"ini\": 1451, \"clust\": 2989, \"rank\": 3032, \"rankvar\": 883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1910, \"group\": [2997.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGCATGCCTAA\", \"ini\": 1450, \"clust\": 2145, \"rank\": 2938, \"rankvar\": 1369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1911, \"group\": [2145.0, 357.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCTGCCAGG\", \"ini\": 1449, \"clust\": 4860, \"rank\": 3020, \"rankvar\": 3232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2140, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4967, \"group\": [4863.0, 898.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGATGAC\", \"ini\": 1448, \"clust\": 4231, \"rank\": 3574, \"rankvar\": 5166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2141, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 146, \"group\": [4228.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAGTCTTCC\", \"ini\": 1447, \"clust\": 3154, \"rank\": 3145, \"rankvar\": 908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1912, \"group\": [3154.0, 450.0, 64.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCCTAGAAC\", \"ini\": 1446, \"clust\": 5217, \"rank\": 3467, \"rankvar\": 1553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2143, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4968, \"group\": [5219.0, 1079.0, 186.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGTCATCTGCC\", \"ini\": 1445, \"clust\": 2219, \"rank\": 3207, \"rankvar\": 1875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1913, \"group\": [2221.0, 373.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTAGAAAGG\", \"ini\": 1444, \"clust\": 4580, \"rank\": 3036, \"rankvar\": 4109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2145, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4969, \"group\": [4581.0, 876.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCGCATGGC\", \"ini\": 1443, \"clust\": 3093, \"rank\": 3155, \"rankvar\": 770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1914, \"group\": [3093.0, 421.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCATAACCTG\", \"ini\": 1442, \"clust\": 3796, \"rank\": 3053, \"rankvar\": 2660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2147, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2801, \"group\": [3796.0, 706.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGGGTAC\", \"ini\": 1441, \"clust\": 3173, \"rank\": 3201, \"rankvar\": 1306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2148, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1915, \"group\": [3177.0, 461.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCTTCGG\", \"ini\": 1440, \"clust\": 2128, \"rank\": 3156, \"rankvar\": 1807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1916, \"group\": [2126.0, 347.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGACTTTCG\", \"ini\": 1439, \"clust\": 4234, \"rank\": 3577, \"rankvar\": 4953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2150, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 147, \"group\": [4232.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAGAGGA\", \"ini\": 1438, \"clust\": 3228, \"rank\": 3125, \"rankvar\": 564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1917, \"group\": [3228.0, 472.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTAAAGTCA\", \"ini\": 1437, \"clust\": 1896, \"rank\": 3041, \"rankvar\": 341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1918, \"group\": [1897.0, 317.0, 56.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCTTGTCC\", \"ini\": 1436, \"clust\": 2122, \"rank\": 2761, \"rankvar\": 2908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1919, \"group\": [2121.0, 345.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCTCGT\", \"ini\": 1435, \"clust\": 3244, \"rank\": 3222, \"rankvar\": 1425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1920, \"group\": [3243.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCTTGAGAC\", \"ini\": 1434, \"clust\": 4266, \"rank\": 3628, \"rankvar\": 5038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2155, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 148, \"group\": [4266.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTGGTCCC\", \"ini\": 1433, \"clust\": 1615, \"rank\": 2823, \"rankvar\": 1442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3166, \"group\": [1615.0, 185.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTCTGAGA\", \"ini\": 1432, \"clust\": 5190, \"rank\": 3164, \"rankvar\": 2585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2157, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 149, \"group\": [5192.0, 1060.0, 177.0, 39.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAAACCTC\", \"ini\": 1431, \"clust\": 29, \"rank\": 3352, \"rankvar\": 4758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2158, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5218, \"group\": [28.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAAGTACATGA\", \"ini\": 1430, \"clust\": 4589, \"rank\": 3087, \"rankvar\": 1218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4970, \"group\": [4589.0, 878.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACCGGGT\", \"ini\": 1429, \"clust\": 3229, \"rank\": 3210, \"rankvar\": 823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1921, \"group\": [3229.0, 472.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACGTCAAAGCG\", \"ini\": 1428, \"clust\": 2778, \"rank\": 3100, \"rankvar\": 1949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1922, \"group\": [2779.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCAGTCCCT\", \"ini\": 1427, \"clust\": 1893, \"rank\": 2619, \"rankvar\": 4337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2802, \"group\": [1892.0, 315.0, 55.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGACGAA\", \"ini\": 1426, \"clust\": 3291, \"rank\": 3278, \"rankvar\": 3800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1923, \"group\": [3293.0, 484.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAAGGGCT\", \"ini\": 1425, \"clust\": 3292, \"rank\": 3280, \"rankvar\": 2259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1924, \"group\": [3291.0, 484.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGCTACGA\", \"ini\": 1424, \"clust\": 39, \"rank\": 2973, \"rankvar\": 4921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2165, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5219, \"group\": [39.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGCTACCGC\", \"ini\": 1423, \"clust\": 3170, \"rank\": 3110, \"rankvar\": 384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1925, \"group\": [3170.0, 458.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGCGAAGGG\", \"ini\": 1422, \"clust\": 2314, \"rank\": 2930, \"rankvar\": 1934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1926, \"group\": [2314.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCCTAACC\", \"ini\": 1421, \"clust\": 4362, \"rank\": 3120, \"rankvar\": 4506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2168, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5131, \"group\": [4363.0, 819.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGACGAA\", \"ini\": 1420, \"clust\": 4559, \"rank\": 2773, \"rankvar\": 3690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4971, \"group\": [4567.0, 871.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGACACTAA\", \"ini\": 1419, \"clust\": 4261, \"rank\": 3657, \"rankvar\": 4974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2170, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 150, \"group\": [4259.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTTCCAACA\", \"ini\": 1418, \"clust\": 1897, \"rank\": 3188, \"rankvar\": 469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1927, \"group\": [1898.0, 318.0, 56.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGTCTTTACGT\", \"ini\": 1417, \"clust\": 1558, \"rank\": 2571, \"rankvar\": 3855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3167, \"group\": [1558.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAATAAGCA\", \"ini\": 1416, \"clust\": 3257, \"rank\": 3512, \"rankvar\": 1597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1928, \"group\": [3257.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGCTCCTTC\", \"ini\": 1415, \"clust\": 3156, \"rank\": 3048, \"rankvar\": 1025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1929, \"group\": [3160.0, 454.0, 65.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGAAACGCC\", \"ini\": 1414, \"clust\": 3452, \"rank\": 3286, \"rankvar\": 2902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2175, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2803, \"group\": [3453.0, 565.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTTCTGAAC\", \"ini\": 1413, \"clust\": 1483, \"rank\": 2657, \"rankvar\": 3767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2176, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3974, \"group\": [1483.0, 143.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGTACGATA\", \"ini\": 1412, \"clust\": 30, \"rank\": 3273, \"rankvar\": 4745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2177, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5220, \"group\": [29.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGCGAAGGG\", \"ini\": 1411, \"clust\": 3267, \"rank\": 3294, \"rankvar\": 544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1930, \"group\": [3267.0, 477.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAGACAAAT\", \"ini\": 1410, \"clust\": 4622, \"rank\": 2751, \"rankvar\": 4572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2179, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4972, \"group\": [4624.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTACCTC\", \"ini\": 1409, \"clust\": 512, \"rank\": 3019, \"rankvar\": 1007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3168, \"group\": [513.0, 79.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCACAAGCCC\", \"ini\": 1408, \"clust\": 1645, \"rank\": 2260, \"rankvar\": 2343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3169, \"group\": [1646.0, 211.0, 38.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTTGGTTTG\", \"ini\": 1407, \"clust\": 2793, \"rank\": 3134, \"rankvar\": 3579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1931, \"group\": [2794.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTGTCTCG\", \"ini\": 1406, \"clust\": 5192, \"rank\": 3219, \"rankvar\": 2536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2183, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 151, \"group\": [5189.0, 1058.0, 177.0, 39.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTATGTGC\", \"ini\": 1405, \"clust\": 4594, \"rank\": 2977, \"rankvar\": 4254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4973, \"group\": [4598.0, 880.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACCTATCC\", \"ini\": 1404, \"clust\": 3163, \"rank\": 3185, \"rankvar\": 894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1932, \"group\": [3163.0, 456.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAAGCTGAG\", \"ini\": 1403, \"clust\": 2121, \"rank\": 2998, \"rankvar\": 994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1933, \"group\": [2123.0, 345.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATGAAAC\", \"ini\": 1402, \"clust\": 4578, \"rank\": 3045, \"rankvar\": 3471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2187, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4974, \"group\": [4579.0, 875.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTGGGTA\", \"ini\": 1401, \"clust\": 4616, \"rank\": 2851, \"rankvar\": 3021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4975, \"group\": [4616.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGTAACGG\", \"ini\": 1400, \"clust\": 3791, \"rank\": 3152, \"rankvar\": 1643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2189, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2804, \"group\": [3790.0, 703.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGTTGCCT\", \"ini\": 1399, \"clust\": 3786, \"rank\": 3034, \"rankvar\": 3976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2190, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2805, \"group\": [3785.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTAGTGAAT\", \"ini\": 1398, \"clust\": 35, \"rank\": 3116, \"rankvar\": 4898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2191, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5221, \"group\": [36.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCAAAGGCGT\", \"ini\": 1397, \"clust\": 3057, \"rank\": 3018, \"rankvar\": 449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1934, \"group\": [3060.0, 415.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTCAGTCCTTC\", \"ini\": 1396, \"clust\": 3246, \"rank\": 3335, \"rankvar\": 764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1935, \"group\": [3246.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCACACCGAC\", \"ini\": 1395, \"clust\": 1489, \"rank\": 2982, \"rankvar\": 4211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3975, \"group\": [1491.0, 145.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGAATTCCC\", \"ini\": 1394, \"clust\": 2199, \"rank\": 3310, \"rankvar\": 1276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1936, \"group\": [2201.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGGCTTGA\", \"ini\": 1393, \"clust\": 4889, \"rank\": 3279, \"rankvar\": 2795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4976, \"group\": [4887.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCTCGATGA\", \"ini\": 1392, \"clust\": 1559, \"rank\": 2486, \"rankvar\": 4058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3170, \"group\": [1559.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATCCTAGA\", \"ini\": 1391, \"clust\": 3151, \"rank\": 3348, \"rankvar\": 1857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1937, \"group\": [3151.0, 448.0, 64.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGCAGGTCA\", \"ini\": 1390, \"clust\": 116, \"rank\": 3179, \"rankvar\": 4847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2199, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 237, \"group\": [116.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGGAGTCTG\", \"ini\": 1389, \"clust\": 585, \"rank\": 2772, \"rankvar\": 2603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3171, \"group\": [589.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAAGGGTCA\", \"ini\": 1388, \"clust\": 3793, \"rank\": 3121, \"rankvar\": 4608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2201, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2806, \"group\": [3794.0, 705.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCACCGCT\", \"ini\": 1387, \"clust\": 2123, \"rank\": 3000, \"rankvar\": 4006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1938, \"group\": [2122.0, 345.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCATCGGTTA\", \"ini\": 1386, \"clust\": 4258, \"rank\": 3811, \"rankvar\": 5146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2203, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 152, \"group\": [4255.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTCGACA\", \"ini\": 1385, \"clust\": 4621, \"rank\": 3006, \"rankvar\": 2209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4977, \"group\": [4625.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGTTAACGA\", \"ini\": 1384, \"clust\": 4230, \"rank\": 3679, \"rankvar\": 5214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2205, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 153, \"group\": [4230.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGCGTAATA\", \"ini\": 1383, \"clust\": 3249, \"rank\": 3422, \"rankvar\": 1227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1939, \"group\": [3248.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTGTCTGAT\", \"ini\": 1382, \"clust\": 4208, \"rank\": 3582, \"rankvar\": 4887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2207, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 154, \"group\": [4206.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGGCTCTC\", \"ini\": 1381, \"clust\": 2783, \"rank\": 3220, \"rankvar\": 2073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1940, \"group\": [2784.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCATGAAC\", \"ini\": 1380, \"clust\": 3634, \"rank\": 2902, \"rankvar\": 4646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2209, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2807, \"group\": [4093.0, 767.0, 119.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTCAACC\", \"ini\": 1379, \"clust\": 540, \"rank\": 3055, \"rankvar\": 1696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2210, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3172, \"group\": [547.0, 91.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCCAGTG\", \"ini\": 1378, \"clust\": 3177, \"rank\": 3339, \"rankvar\": 698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1941, \"group\": [3185.0, 465.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAGTTCAGTAC\", \"ini\": 1377, \"clust\": 4908, \"rank\": 3369, \"rankvar\": 3656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4978, \"group\": [4908.0, 917.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTTCGTTGA\", \"ini\": 1376, \"clust\": 3192, \"rank\": 3342, \"rankvar\": 343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1942, \"group\": [3285.0, 480.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCAGATAAG\", \"ini\": 1375, \"clust\": 4641, \"rank\": 3084, \"rankvar\": 3947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4979, \"group\": [4641.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGATGTTAG\", \"ini\": 1374, \"clust\": 3247, \"rank\": 3419, \"rankvar\": 869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1943, \"group\": [3247.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACCCATTC\", \"ini\": 1373, \"clust\": 1380, \"rank\": 3012, \"rankvar\": 4705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3976, \"group\": [1378.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACACATAACC\", \"ini\": 1372, \"clust\": 2253, \"rank\": 3248, \"rankvar\": 1217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1944, \"group\": [2252.0, 381.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTGCCTTGG\", \"ini\": 1371, \"clust\": 3795, \"rank\": 3015, \"rankvar\": 4601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2218, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2808, \"group\": [3793.0, 705.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTTCATGT\", \"ini\": 1370, \"clust\": 3161, \"rank\": 3214, \"rankvar\": 623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1945, \"group\": [3164.0, 456.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCACCATCCT\", \"ini\": 1369, \"clust\": 4897, \"rank\": 3250, \"rankvar\": 2562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2220, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4980, \"group\": [4898.0, 913.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCATCAGTCA\", \"ini\": 1368, \"clust\": 1576, \"rank\": 2874, \"rankvar\": 1075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3173, \"group\": [1580.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGGTGCAAC\", \"ini\": 1367, \"clust\": 3446, \"rank\": 3397, \"rankvar\": 2177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2222, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2809, \"group\": [3445.0, 563.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTCTAGCCG\", \"ini\": 1366, \"clust\": 3276, \"rank\": 3486, \"rankvar\": 2184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1946, \"group\": [3276.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAGGCAGTA\", \"ini\": 1365, \"clust\": 4144, \"rank\": 3410, \"rankvar\": 4968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2224, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 155, \"group\": [4141.0, 783.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCGTTC\", \"ini\": 1364, \"clust\": 4868, \"rank\": 3293, \"rankvar\": 4214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4981, \"group\": [4869.0, 904.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAGCTGCA\", \"ini\": 1363, \"clust\": 3251, \"rank\": 3387, \"rankvar\": 365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1947, \"group\": [3251.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCACATAGACTC\", \"ini\": 1362, \"clust\": 3224, \"rank\": 3412, \"rankvar\": 620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1948, \"group\": [3222.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCGACG\", \"ini\": 1361, \"clust\": 3308, \"rank\": 3323, \"rankvar\": 1200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1949, \"group\": [3309.0, 492.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCCCGGATG\", \"ini\": 1360, \"clust\": 34, \"rank\": 3231, \"rankvar\": 4888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2229, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5222, \"group\": [41.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGATATAC\", \"ini\": 1359, \"clust\": 3300, \"rank\": 3337, \"rankvar\": 923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1950, \"group\": [3301.0, 491.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACATGCCTTC\", \"ini\": 1358, \"clust\": 3443, \"rank\": 3485, \"rankvar\": 4418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2810, \"group\": [3447.0, 564.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGATGAGC\", \"ini\": 1357, \"clust\": 3299, \"rank\": 3284, \"rankvar\": 2867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1951, \"group\": [3300.0, 490.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCTCGGACG\", \"ini\": 1356, \"clust\": 31, \"rank\": 3316, \"rankvar\": 4744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2233, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5223, \"group\": [30.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGAAACGAG\", \"ini\": 1355, \"clust\": 4224, \"rank\": 3711, \"rankvar\": 5182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2234, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 156, \"group\": [4221.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGAGGTAG\", \"ini\": 1354, \"clust\": 4212, \"rank\": 3771, \"rankvar\": 5102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2235, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 157, \"group\": [4215.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCACCT\", \"ini\": 1353, \"clust\": 545, \"rank\": 2811, \"rankvar\": 3652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2236, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3174, \"group\": [545.0, 91.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGAGGACGG\", \"ini\": 1352, \"clust\": 1557, \"rank\": 2732, \"rankvar\": 3610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3175, \"group\": [1557.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCGGAAATA\", \"ini\": 1351, \"clust\": 3159, \"rank\": 3267, \"rankvar\": 2170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1952, \"group\": [3158.0, 453.0, 65.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGGTATG\", \"ini\": 1350, \"clust\": 4639, \"rank\": 2875, \"rankvar\": 4475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2239, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4982, \"group\": [4639.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTATCATAAAGG\", \"ini\": 1349, \"clust\": 36, \"rank\": 3182, \"rankvar\": 4875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2240, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5224, \"group\": [34.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCAGCGATT\", \"ini\": 1348, \"clust\": 3238, \"rank\": 3390, \"rankvar\": 1017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1953, \"group\": [3239.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACTAGAT\", \"ini\": 1347, \"clust\": 3258, \"rank\": 3495, \"rankvar\": 2293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1954, \"group\": [3258.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGCTGCCCA\", \"ini\": 1346, \"clust\": 5188, \"rank\": 3358, \"rankvar\": 3591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2243, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 158, \"group\": [5194.0, 1062.0, 178.0, 39.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGCTAGGCA\", \"ini\": 1345, \"clust\": 1607, \"rank\": 3298, \"rankvar\": 514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3176, \"group\": [1608.0, 180.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGAGAGCA\", \"ini\": 1344, \"clust\": 2197, \"rank\": 3351, \"rankvar\": 2833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1955, \"group\": [2205.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACTCGGCCGAT\", \"ini\": 1343, \"clust\": 1573, \"rank\": 2980, \"rankvar\": 1899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3177, \"group\": [1574.0, 176.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCACCGTTGG\", \"ini\": 1342, \"clust\": 1289, \"rank\": 3163, \"rankvar\": 2339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2247, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3977, \"group\": [1289.0, 130.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCTACAGA\", \"ini\": 1341, \"clust\": 2259, \"rank\": 3143, \"rankvar\": 3639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2248, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1956, \"group\": [2269.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATGCCAT\", \"ini\": 1340, \"clust\": 542, \"rank\": 3096, \"rankvar\": 638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3178, \"group\": [540.0, 91.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCACAGGT\", \"ini\": 1339, \"clust\": 4597, \"rank\": 2745, \"rankvar\": 4592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4983, \"group\": [4596.0, 880.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCTGGTA\", \"ini\": 1338, \"clust\": 515, \"rank\": 3033, \"rankvar\": 2434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3179, \"group\": [515.0, 80.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCTATGCT\", \"ini\": 1337, \"clust\": 4620, \"rank\": 2970, \"rankvar\": 3035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2252, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4984, \"group\": [4619.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGTCGATAA\", \"ini\": 1336, \"clust\": 3260, \"rank\": 3692, \"rankvar\": 2448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1957, \"group\": [3259.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCCCAACGG\", \"ini\": 1335, \"clust\": 2193, \"rank\": 3262, \"rankvar\": 886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1958, \"group\": [2197.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGTGTGCC\", \"ini\": 1334, \"clust\": 1575, \"rank\": 2981, \"rankvar\": 2480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3180, \"group\": [1576.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACCAGCAC\", \"ini\": 1333, \"clust\": 4617, \"rank\": 3172, \"rankvar\": 2507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4985, \"group\": [4621.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGCACATG\", \"ini\": 1332, \"clust\": 520, \"rank\": 3085, \"rankvar\": 875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3181, \"group\": [520.0, 83.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGGAACGG\", \"ini\": 1331, \"clust\": 4167, \"rank\": 3589, \"rankvar\": 4988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2258, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 159, \"group\": [4167.0, 789.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACGAAT\", \"ini\": 1330, \"clust\": 4434, \"rank\": 3064, \"rankvar\": 1298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4986, \"group\": [4434.0, 846.0, 141.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTTGATTGC\", \"ini\": 1329, \"clust\": 5220, \"rank\": 3646, \"rankvar\": 1502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2260, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4987, \"group\": [5217.0, 1079.0, 186.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACAGTAACGG\", \"ini\": 1328, \"clust\": 1381, \"rank\": 3137, \"rankvar\": 4903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3978, \"group\": [1379.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCACCTTAT\", \"ini\": 1327, \"clust\": 3294, \"rank\": 3446, \"rankvar\": 2489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1959, \"group\": [3294.0, 485.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAGCCTA\", \"ini\": 1326, \"clust\": 3233, \"rank\": 3454, \"rankvar\": 790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1960, \"group\": [3232.0, 472.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAAGGTTTC\", \"ini\": 1325, \"clust\": 3272, \"rank\": 3599, \"rankvar\": 1110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1961, \"group\": [3271.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTCTCTTTA\", \"ini\": 1324, \"clust\": 3797, \"rank\": 3157, \"rankvar\": 3409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2265, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2811, \"group\": [3797.0, 706.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGAGCCAA\", \"ini\": 1323, \"clust\": 2215, \"rank\": 3281, \"rankvar\": 2373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1962, \"group\": [2216.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCATGAAC\", \"ini\": 1322, \"clust\": 3183, \"rank\": 3333, \"rankvar\": 596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1963, \"group\": [3181.0, 463.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCGTACAA\", \"ini\": 1321, \"clust\": 1379, \"rank\": 3086, \"rankvar\": 4741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2268, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3979, \"group\": [1382.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTAAGAGAG\", \"ini\": 1320, \"clust\": 2220, \"rank\": 3414, \"rankvar\": 2070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2269, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1964, \"group\": [2219.0, 373.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACACTGTCGG\", \"ini\": 1319, \"clust\": 27, \"rank\": 3465, \"rankvar\": 4338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2270, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5225, \"group\": [31.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTGTAAGTA\", \"ini\": 1318, \"clust\": 3232, \"rank\": 3406, \"rankvar\": 1434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1965, \"group\": [3234.0, 472.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTGCAAG\", \"ini\": 1317, \"clust\": 3252, \"rank\": 3463, \"rankvar\": 536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1966, \"group\": [3252.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGATCGCA\", \"ini\": 1316, \"clust\": 4168, \"rank\": 3524, \"rankvar\": 4682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2273, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 160, \"group\": [4165.0, 789.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACAGTCAGCC\", \"ini\": 1315, \"clust\": 5194, \"rank\": 3347, \"rankvar\": 658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2274, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4988, \"group\": [5198.0, 1065.0, 180.0, 40.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAGCCTAT\", \"ini\": 1314, \"clust\": 3248, \"rank\": 3490, \"rankvar\": 876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1967, \"group\": [3250.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTTATTCTC\", \"ini\": 1313, \"clust\": 1355, \"rank\": 3314, \"rankvar\": 3222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3980, \"group\": [1355.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGACAGACACTT\", \"ini\": 1312, \"clust\": 3214, \"rank\": 3531, \"rankvar\": 1233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1968, \"group\": [3221.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCAGTGTTG\", \"ini\": 1311, \"clust\": 4885, \"rank\": 3322, \"rankvar\": 4111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2278, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4989, \"group\": [4885.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTGATTCG\", \"ini\": 1310, \"clust\": 3230, \"rank\": 3529, \"rankvar\": 3360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1969, \"group\": [3230.0, 472.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGAGGCTA\", \"ini\": 1309, \"clust\": 3182, \"rank\": 3403, \"rankvar\": 635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1970, \"group\": [3183.0, 463.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCCTTAATC\", \"ini\": 1308, \"clust\": 3418, \"rank\": 3376, \"rankvar\": 1908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2281, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2812, \"group\": [3419.0, 553.0, 85.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTATCTCG\", \"ini\": 1307, \"clust\": 3220, \"rank\": 3513, \"rankvar\": 1631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1971, \"group\": [3218.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGCCAGTAG\", \"ini\": 1306, \"clust\": 3245, \"rank\": 3489, \"rankvar\": 1754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1972, \"group\": [3244.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCCAGTAG\", \"ini\": 1305, \"clust\": 1378, \"rank\": 3199, \"rankvar\": 4738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2284, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3981, \"group\": [1387.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTTACCAGT\", \"ini\": 1304, \"clust\": 3309, \"rank\": 3427, \"rankvar\": 1352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1973, \"group\": [3310.0, 492.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGCGAGT\", \"ini\": 1303, \"clust\": 3268, \"rank\": 3596, \"rankvar\": 3276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1974, \"group\": [3268.0, 477.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATGCGT\", \"ini\": 1302, \"clust\": 3149, \"rank\": 3584, \"rankvar\": 362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1975, \"group\": [3152.0, 449.0, 64.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGTTCCTA\", \"ini\": 1301, \"clust\": 3178, \"rank\": 3453, \"rankvar\": 363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1976, \"group\": [3180.0, 462.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAAGCGCTC\", \"ini\": 1300, \"clust\": 4903, \"rank\": 3509, \"rankvar\": 3927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2289, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4990, \"group\": [4902.0, 914.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGTTCCTA\", \"ini\": 1299, \"clust\": 634, \"rank\": 2912, \"rankvar\": 4221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2290, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3182, \"group\": [634.0, 99.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCTGGAGA\", \"ini\": 1298, \"clust\": 3171, \"rank\": 3359, \"rankvar\": 808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1977, \"group\": [3171.0, 458.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCAGGCTGAA\", \"ini\": 1297, \"clust\": 3239, \"rank\": 3549, \"rankvar\": 1680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1978, \"group\": [3237.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGAAAT\", \"ini\": 1296, \"clust\": 546, \"rank\": 3035, \"rankvar\": 2043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3183, \"group\": [543.0, 91.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTTTACA\", \"ini\": 1295, \"clust\": 4209, \"rank\": 3893, \"rankvar\": 5203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2294, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 161, \"group\": [4216.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGATCCTAGGGC\", \"ini\": 1294, \"clust\": 4905, \"rank\": 3613, \"rankvar\": 3353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2295, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4991, \"group\": [4906.0, 916.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTTGTGTG\", \"ini\": 1293, \"clust\": 4145, \"rank\": 3643, \"rankvar\": 4797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2296, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 162, \"group\": [4142.0, 783.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCTAACGT\", \"ini\": 1292, \"clust\": 587, \"rank\": 3068, \"rankvar\": 1642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3184, \"group\": [586.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACTGAC\", \"ini\": 1291, \"clust\": 1649, \"rank\": 3167, \"rankvar\": 3962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1979, \"group\": [1648.0, 213.0, 39.0, 10.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCATGAAC\", \"ini\": 1290, \"clust\": 4902, \"rank\": 3634, \"rankvar\": 4509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4992, \"group\": [4904.0, 914.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGATGGCA\", \"ini\": 1289, \"clust\": 1493, \"rank\": 2965, \"rankvar\": 4808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3982, \"group\": [1494.0, 146.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCTTGTACT\", \"ini\": 1288, \"clust\": 4883, \"rank\": 3654, \"rankvar\": 4461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2301, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4993, \"group\": [4882.0, 910.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTGAGGGAG\", \"ini\": 1287, \"clust\": 3708, \"rank\": 3434, \"rankvar\": 3728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2302, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2813, \"group\": [3707.0, 694.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGACAGGCT\", \"ini\": 1286, \"clust\": 3250, \"rank\": 3610, \"rankvar\": 2117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1980, \"group\": [3249.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAACACCA\", \"ini\": 1285, \"clust\": 1290, \"rank\": 3373, \"rankvar\": 2330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2304, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3983, \"group\": [1290.0, 130.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCTAGGTT\", \"ini\": 1284, \"clust\": 0, \"rank\": 3193, \"rankvar\": 4604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2305, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5137, \"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCTCTCGT\", \"ini\": 1283, \"clust\": 1487, \"rank\": 3078, \"rankvar\": 4386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2306, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3984, \"group\": [1488.0, 145.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTTCCACGG\", \"ini\": 1282, \"clust\": 1610, \"rank\": 3291, \"rankvar\": 940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3185, \"group\": [1610.0, 182.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACATCTCCCA\", \"ini\": 1281, \"clust\": 3160, \"rank\": 3384, \"rankvar\": 2287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1981, \"group\": [3159.0, 453.0, 65.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAGGGCATA\", \"ini\": 1280, \"clust\": 3792, \"rank\": 3258, \"rankvar\": 4270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2309, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2814, \"group\": [3795.0, 705.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCGTTTA\", \"ini\": 1279, \"clust\": 1537, \"rank\": 3161, \"rankvar\": 3906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2310, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3027, \"group\": [1538.0, 161.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGGGTT\", \"ini\": 1278, \"clust\": 3234, \"rank\": 3460, \"rankvar\": 748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1982, \"group\": [3233.0, 472.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCTAGTCA\", \"ini\": 1277, \"clust\": 1652, \"rank\": 3130, \"rankvar\": 3468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1983, \"group\": [1650.0, 213.0, 39.0, 10.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTATCCTAAGTG\", \"ini\": 1276, \"clust\": 4888, \"rank\": 3443, \"rankvar\": 3121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2313, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4994, \"group\": [4889.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTACGACT\", \"ini\": 1275, \"clust\": 4262, \"rank\": 3933, \"rankvar\": 5132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2314, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 163, \"group\": [4260.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAATCA\", \"ini\": 1274, \"clust\": 547, \"rank\": 2991, \"rankvar\": 2379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2315, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3186, \"group\": [544.0, 91.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCACCGGGT\", \"ini\": 1273, \"clust\": 1629, \"rank\": 3062, \"rankvar\": 738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3187, \"group\": [1629.0, 197.0, 33.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTAAGACA\", \"ini\": 1272, \"clust\": 16, \"rank\": 3430, \"rankvar\": 4657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2317, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5226, \"group\": [17.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCTCTCTG\", \"ini\": 1271, \"clust\": 3208, \"rank\": 3579, \"rankvar\": 1093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1984, \"group\": [3208.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGCAGTA\", \"ini\": 1270, \"clust\": 3235, \"rank\": 3511, \"rankvar\": 1446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1985, \"group\": [3235.0, 473.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCGACTAT\", \"ini\": 1269, \"clust\": 2221, \"rank\": 3573, \"rankvar\": 1500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1986, \"group\": [2220.0, 373.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTCAGGCC\", \"ini\": 1268, \"clust\": 3172, \"rank\": 3389, \"rankvar\": 656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1987, \"group\": [3172.0, 458.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGGTAAG\", \"ini\": 1267, \"clust\": 4876, \"rank\": 3300, \"rankvar\": 3118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4995, \"group\": [4878.0, 907.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCAACGAAA\", \"ini\": 1266, \"clust\": 3262, \"rank\": 3669, \"rankvar\": 675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1988, \"group\": [3266.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGTCCGGTC\", \"ini\": 1265, \"clust\": 1035, \"rank\": 3206, \"rankvar\": 1579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2324, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3188, \"group\": [1034.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGGTGCAAC\", \"ini\": 1264, \"clust\": 4151, \"rank\": 3720, \"rankvar\": 5018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2325, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1989, \"group\": [4150.0, 785.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTTATCGGT\", \"ini\": 1263, \"clust\": 3281, \"rank\": 3568, \"rankvar\": 1051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1990, \"group\": [3284.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAACAGTCGATT\", \"ini\": 1262, \"clust\": 4435, \"rank\": 2961, \"rankvar\": 3369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2327, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4996, \"group\": [4435.0, 846.0, 141.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTAGGGTAC\", \"ini\": 1261, \"clust\": 3241, \"rank\": 3496, \"rankvar\": 549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1991, \"group\": [3241.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCATGCTAGT\", \"ini\": 1260, \"clust\": 558, \"rank\": 3249, \"rankvar\": 2564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3189, \"group\": [559.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAACGCACC\", \"ini\": 1259, \"clust\": 1351, \"rank\": 3022, \"rankvar\": 4354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2330, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3985, \"group\": [1350.0, 134.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAACTGCTA\", \"ini\": 1258, \"clust\": 4877, \"rank\": 3391, \"rankvar\": 4216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2331, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4997, \"group\": [4876.0, 907.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTCACTTCC\", \"ini\": 1257, \"clust\": 4869, \"rank\": 3264, \"rankvar\": 4394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4998, \"group\": [4870.0, 904.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGAGACG\", \"ini\": 1256, \"clust\": 4891, \"rank\": 3361, \"rankvar\": 3445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4999, \"group\": [4894.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTCAAACAACA\", \"ini\": 1255, \"clust\": 3236, \"rank\": 3503, \"rankvar\": 2436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1992, \"group\": [3236.0, 473.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAGCTCTC\", \"ini\": 1254, \"clust\": 1, \"rank\": 3438, \"rankvar\": 4649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2335, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5138, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCCATGAAC\", \"ini\": 1253, \"clust\": 3184, \"rank\": 3432, \"rankvar\": 401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2336, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1993, \"group\": [3182.0, 463.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGAGGTTAT\", \"ini\": 1252, \"clust\": 3293, \"rank\": 3605, \"rankvar\": 2283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2337, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1994, \"group\": [3292.0, 484.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCGAGGTAG\", \"ini\": 1251, \"clust\": 2345, \"rank\": 3420, \"rankvar\": 995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1995, \"group\": [2343.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGCGTTA\", \"ini\": 1250, \"clust\": 3243, \"rank\": 3592, \"rankvar\": 2629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1996, \"group\": [3245.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTTGGGCC\", \"ini\": 1249, \"clust\": 117, \"rank\": 3275, \"rankvar\": 4714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2340, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 238, \"group\": [117.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCTCTTAT\", \"ini\": 1248, \"clust\": 3290, \"rank\": 3435, \"rankvar\": 2708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1997, \"group\": [3296.0, 486.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGTTAGA\", \"ini\": 1247, \"clust\": 3240, \"rank\": 3604, \"rankvar\": 2887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2342, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1998, \"group\": [3238.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCACATGCA\", \"ini\": 1246, \"clust\": 3193, \"rank\": 3535, \"rankvar\": 1294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1999, \"group\": [3195.0, 468.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGAGTGACC\", \"ini\": 1245, \"clust\": 596, \"rank\": 3127, \"rankvar\": 2651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3190, \"group\": [597.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCATGCAATC\", \"ini\": 1244, \"clust\": 4878, \"rank\": 3218, \"rankvar\": 4362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5000, \"group\": [4877.0, 907.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAGTACGCACC\", \"ini\": 1243, \"clust\": 1630, \"rank\": 2933, \"rankvar\": 2669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3191, \"group\": [1630.0, 198.0, 33.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGACGAAA\", \"ini\": 1242, \"clust\": 635, \"rank\": 3089, \"rankvar\": 3682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2347, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3192, \"group\": [635.0, 99.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTGCACGAA\", \"ini\": 1241, \"clust\": 3254, \"rank\": 3763, \"rankvar\": 1536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2000, \"group\": [3255.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTCTTATG\", \"ini\": 1240, \"clust\": 3223, \"rank\": 3633, \"rankvar\": 717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2001, \"group\": [3226.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCCGGCACA\", \"ini\": 1239, \"clust\": 4242, \"rank\": 3967, \"rankvar\": 5216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2350, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 164, \"group\": [4237.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCAGTTATCGC\", \"ini\": 1238, \"clust\": 537, \"rank\": 3229, \"rankvar\": 836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3193, \"group\": [537.0, 90.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTTCGATGAGG\", \"ini\": 1237, \"clust\": 1491, \"rank\": 3090, \"rankvar\": 4723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2352, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3986, \"group\": [1490.0, 145.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGGATGGG\", \"ini\": 1236, \"clust\": 4882, \"rank\": 3619, \"rankvar\": 3026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5001, \"group\": [4884.0, 910.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCAGACACTT\", \"ini\": 1235, \"clust\": 543, \"rank\": 3183, \"rankvar\": 2126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3194, \"group\": [541.0, 91.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTACCATCA\", \"ini\": 1234, \"clust\": 4169, \"rank\": 3782, \"rankvar\": 5130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2355, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 165, \"group\": [4166.0, 789.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGTAGCTG\", \"ini\": 1233, \"clust\": 3278, \"rank\": 3550, \"rankvar\": 776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2002, \"group\": [3280.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCACTCAGGC\", \"ini\": 1232, \"clust\": 3206, \"rank\": 3641, \"rankvar\": 877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2003, \"group\": [3206.0, 470.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGGTTTCA\", \"ini\": 1231, \"clust\": 582, \"rank\": 3340, \"rankvar\": 1197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3195, \"group\": [585.0, 96.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGACTAGGC\", \"ini\": 1230, \"clust\": 4150, \"rank\": 3586, \"rankvar\": 4798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2004, \"group\": [4151.0, 785.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATTATCTC\", \"ini\": 1229, \"clust\": 4225, \"rank\": 3934, \"rankvar\": 5224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2360, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 166, \"group\": [4222.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATACGCCG\", \"ini\": 1228, \"clust\": 3295, \"rank\": 3575, \"rankvar\": 327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2005, \"group\": [3295.0, 485.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGGGCACTA\", \"ini\": 1227, \"clust\": 4232, \"rank\": 3947, \"rankvar\": 5200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2362, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 167, \"group\": [4229.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCGAGCCA\", \"ini\": 1226, \"clust\": 4235, \"rank\": 4066, \"rankvar\": 5219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2363, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 168, \"group\": [4233.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATGAAAC\", \"ini\": 1225, \"clust\": 4881, \"rank\": 3545, \"rankvar\": 3930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2364, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5002, \"group\": [4895.0, 912.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGCTGCAC\", \"ini\": 1224, \"clust\": 3157, \"rank\": 3593, \"rankvar\": 734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2006, \"group\": [3156.0, 452.0, 65.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCTCTGAGA\", \"ini\": 1223, \"clust\": 1647, \"rank\": 3147, \"rankvar\": 4581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2007, \"group\": [1654.0, 215.0, 39.0, 10.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCTCTACGAGT\", \"ini\": 1222, \"clust\": 3271, \"rank\": 3822, \"rankvar\": 1644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2008, \"group\": [3273.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTTCCACAA\", \"ini\": 1221, \"clust\": 4241, \"rank\": 4187, \"rankvar\": 5218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2368, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 169, \"group\": [4239.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCCAAAGTC\", \"ini\": 1220, \"clust\": 3269, \"rank\": 3642, \"rankvar\": 1100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2009, \"group\": [3269.0, 478.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTCCGTTAA\", \"ini\": 1219, \"clust\": 3301, \"rank\": 3730, \"rankvar\": 1167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2370, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2010, \"group\": [3302.0, 491.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTTGTCTTT\", \"ini\": 1218, \"clust\": 4879, \"rank\": 3533, \"rankvar\": 3741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2371, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5003, \"group\": [4880.0, 909.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGAGTGACC\", \"ini\": 1217, \"clust\": 3345, \"rank\": 3767, \"rankvar\": 241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2011, \"group\": [3345.0, 520.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAACAATC\", \"ini\": 1216, \"clust\": 2779, \"rank\": 3462, \"rankvar\": 3880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2012, \"group\": [2780.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAGATCTGT\", \"ini\": 1215, \"clust\": 3706, \"rank\": 3525, \"rankvar\": 4041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2815, \"group\": [3705.0, 694.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCGAAAGC\", \"ini\": 1214, \"clust\": 3261, \"rank\": 3740, \"rankvar\": 1304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2013, \"group\": [3260.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTATCGCC\", \"ini\": 1213, \"clust\": 598, \"rank\": 3244, \"rankvar\": 2279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3196, \"group\": [599.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCTGCGAA\", \"ini\": 1212, \"clust\": 4909, \"rank\": 3457, \"rankvar\": 4054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2377, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5004, \"group\": [4909.0, 917.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCACGACTA\", \"ini\": 1211, \"clust\": 588, \"rank\": 3212, \"rankvar\": 2082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3197, \"group\": [587.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTCCATGA\", \"ini\": 1210, \"clust\": 1475, \"rank\": 2879, \"rankvar\": 4669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2379, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3987, \"group\": [1476.0, 142.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAGGTGGAT\", \"ini\": 1209, \"clust\": 560, \"rank\": 3092, \"rankvar\": 3270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2380, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3198, \"group\": [561.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTCCTCTTG\", \"ini\": 1208, \"clust\": 3158, \"rank\": 3600, \"rankvar\": 466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2014, \"group\": [3157.0, 452.0, 65.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATACGCT\", \"ini\": 1207, \"clust\": 1545, \"rank\": 3346, \"rankvar\": 1046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2382, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3199, \"group\": [1546.0, 165.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAGTGCAT\", \"ini\": 1206, \"clust\": 527, \"rank\": 3630, \"rankvar\": 518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2383, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3200, \"group\": [527.0, 85.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCGAACGGA\", \"ini\": 1205, \"clust\": 612, \"rank\": 3198, \"rankvar\": 2023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3201, \"group\": [615.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTGGAGTC\", \"ini\": 1204, \"clust\": 3703, \"rank\": 3651, \"rankvar\": 3673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2385, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2816, \"group\": [3709.0, 695.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGCTAGTGG\", \"ini\": 1203, \"clust\": 4243, \"rank\": 4004, \"rankvar\": 5225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2386, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 170, \"group\": [4238.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTGTGGCA\", \"ini\": 1202, \"clust\": 3265, \"rank\": 3664, \"rankvar\": 547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2015, \"group\": [3264.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAGATTAG\", \"ini\": 1201, \"clust\": 4244, \"rank\": 4104, \"rankvar\": 5169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 171, \"group\": [4240.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTAGAGGACGG\", \"ini\": 1200, \"clust\": 759, \"rank\": 3408, \"rankvar\": 721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3202, \"group\": [764.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGCACCCATGG\", \"ini\": 1199, \"clust\": 590, \"rank\": 3242, \"rankvar\": 1598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3203, \"group\": [595.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCACGAAGG\", \"ini\": 1198, \"clust\": 4887, \"rank\": 3580, \"rankvar\": 3903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2391, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5005, \"group\": [4890.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCTGTAGA\", \"ini\": 1197, \"clust\": 1546, \"rank\": 3099, \"rankvar\": 2257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3204, \"group\": [1547.0, 166.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGATCCTGT\", \"ini\": 1196, \"clust\": 1032, \"rank\": 3327, \"rankvar\": 3685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2393, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3205, \"group\": [1045.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCATGCAAC\", \"ini\": 1195, \"clust\": 3231, \"rank\": 3629, \"rankvar\": 476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2394, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2016, \"group\": [3231.0, 472.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGTAGT\", \"ini\": 1194, \"clust\": 1616, \"rank\": 3377, \"rankvar\": 642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2395, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3206, \"group\": [1617.0, 187.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATCCCGC\", \"ini\": 1193, \"clust\": 593, \"rank\": 3192, \"rankvar\": 2274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2396, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3207, \"group\": [594.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTAAATACG\", \"ini\": 1192, \"clust\": 530, \"rank\": 3191, \"rankvar\": 3895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3208, \"group\": [531.0, 88.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGTGTCCAT\", \"ini\": 1191, \"clust\": 3259, \"rank\": 3902, \"rankvar\": 1958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2017, \"group\": [3261.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTAGCTTGT\", \"ini\": 1190, \"clust\": 531, \"rank\": 3282, \"rankvar\": 3105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3209, \"group\": [532.0, 88.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGACGCTTT\", \"ini\": 1189, \"clust\": 3221, \"rank\": 3768, \"rankvar\": 2113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2018, \"group\": [3219.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGGTGGGTT\", \"ini\": 1188, \"clust\": 4886, \"rank\": 3448, \"rankvar\": 4553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2401, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5006, \"group\": [4886.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCCGTTGCT\", \"ini\": 1187, \"clust\": 5193, \"rank\": 3726, \"rankvar\": 4188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2402, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 172, \"group\": [5190.0, 1058.0, 177.0, 39.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACGCCAGT\", \"ini\": 1186, \"clust\": 648, \"rank\": 3402, \"rankvar\": 741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3210, \"group\": [648.0, 105.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCAAGTAC\", \"ini\": 1185, \"clust\": 533, \"rank\": 3261, \"rankvar\": 3892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3211, \"group\": [535.0, 89.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTCCAGTAT\", \"ini\": 1184, \"clust\": 3225, \"rank\": 3693, \"rankvar\": 1000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2019, \"group\": [3223.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTTCCACAA\", \"ini\": 1183, \"clust\": 564, \"rank\": 3274, \"rankvar\": 3103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3212, \"group\": [563.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCAATAAGG\", \"ini\": 1182, \"clust\": 4893, \"rank\": 3588, \"rankvar\": 2999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5007, \"group\": [4891.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTTTACGT\", \"ini\": 1181, \"clust\": 4236, \"rank\": 4115, \"rankvar\": 5215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2408, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 173, \"group\": [4234.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAAAGTCAA\", \"ini\": 1180, \"clust\": 3273, \"rank\": 3827, \"rankvar\": 697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2020, \"group\": [3272.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTGTCATGCAT\", \"ini\": 1179, \"clust\": 3279, \"rank\": 3688, \"rankvar\": 521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2021, \"group\": [3278.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGTAAACT\", \"ini\": 1178, \"clust\": 519, \"rank\": 3411, \"rankvar\": 1242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2411, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3213, \"group\": [522.0, 83.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCGTACGGC\", \"ini\": 1177, \"clust\": 3255, \"rank\": 3785, \"rankvar\": 809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2022, \"group\": [3253.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCAATAAGG\", \"ini\": 1176, \"clust\": 4155, \"rank\": 4061, \"rankvar\": 4692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2413, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 174, \"group\": [4152.0, 786.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTTTGCGT\", \"ini\": 1175, \"clust\": 628, \"rank\": 3356, \"rankvar\": 1160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3214, \"group\": [629.0, 98.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCAGGTCA\", \"ini\": 1174, \"clust\": 38, \"rank\": 3475, \"rankvar\": 4884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2415, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5227, \"group\": [40.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCAGTGGA\", \"ini\": 1173, \"clust\": 4875, \"rank\": 3308, \"rankvar\": 4114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2416, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5008, \"group\": [4879.0, 908.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGATGGAA\", \"ini\": 1172, \"clust\": 1617, \"rank\": 3315, \"rankvar\": 1248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2417, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3215, \"group\": [1618.0, 188.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGAATAGGG\", \"ini\": 1171, \"clust\": 4865, \"rank\": 3624, \"rankvar\": 2998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2418, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5009, \"group\": [4868.0, 903.0, 144.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAATAAGCA\", \"ini\": 1170, \"clust\": 572, \"rank\": 3306, \"rankvar\": 1858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3216, \"group\": [573.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCATGAGCGA\", \"ini\": 1169, \"clust\": 544, \"rank\": 3228, \"rankvar\": 3285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2420, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3217, \"group\": [546.0, 91.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTCTCACCT\", \"ini\": 1168, \"clust\": 3217, \"rank\": 3756, \"rankvar\": 1512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2023, \"group\": [3216.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCATGGTAGG\", \"ini\": 1167, \"clust\": 3282, \"rank\": 3761, \"rankvar\": 1338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2024, \"group\": [3283.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGGCATGT\", \"ini\": 1166, \"clust\": 516, \"rank\": 3341, \"rankvar\": 3687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2423, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3218, \"group\": [516.0, 80.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGACACG\", \"ini\": 1165, \"clust\": 3237, \"rank\": 3868, \"rankvar\": 1501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2025, \"group\": [3240.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCATGCCG\", \"ini\": 1164, \"clust\": 1382, \"rank\": 3332, \"rankvar\": 4889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2425, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3988, \"group\": [1380.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGTGG\", \"ini\": 1163, \"clust\": 4895, \"rank\": 3793, \"rankvar\": 4548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2426, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5010, \"group\": [4896.0, 913.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTATAGGGC\", \"ini\": 1162, \"clust\": 3219, \"rank\": 3684, \"rankvar\": 1033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2026, \"group\": [3220.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATGGGAAC\", \"ini\": 1161, \"clust\": 3280, \"rank\": 3680, \"rankvar\": 1080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2027, \"group\": [3279.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACATAACC\", \"ini\": 1160, \"clust\": 3303, \"rank\": 3625, \"rankvar\": 3868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2028, \"group\": [3305.0, 492.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTCTCTTTA\", \"ini\": 1159, \"clust\": 3263, \"rank\": 3927, \"rankvar\": 2273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2029, \"group\": [3262.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTTAGAACA\", \"ini\": 1158, \"clust\": 4906, \"rank\": 3798, \"rankvar\": 3340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2431, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5011, \"group\": [4907.0, 916.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTGCTGCC\", \"ini\": 1157, \"clust\": 3197, \"rank\": 3916, \"rankvar\": 579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2030, \"group\": [3196.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTGCTAGCC\", \"ini\": 1156, \"clust\": 3283, \"rank\": 3896, \"rankvar\": 1375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2031, \"group\": [3281.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGATCTGAA\", \"ini\": 1155, \"clust\": 3179, \"rank\": 3800, \"rankvar\": 1018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2434, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2032, \"group\": [3178.0, 462.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAATACAG\", \"ini\": 1154, \"clust\": 3253, \"rank\": 3917, \"rankvar\": 689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2033, \"group\": [3256.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAACTGCGC\", \"ini\": 1153, \"clust\": 3194, \"rank\": 3854, \"rankvar\": 1231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2034, \"group\": [3193.0, 468.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCATAGCAC\", \"ini\": 1152, \"clust\": 536, \"rank\": 3295, \"rankvar\": 2268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3219, \"group\": [539.0, 90.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGCTGGAAC\", \"ini\": 1151, \"clust\": 3215, \"rank\": 3838, \"rankvar\": 1834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2035, \"group\": [3214.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGATCCTAGTGA\", \"ini\": 1150, \"clust\": 3195, \"rank\": 3749, \"rankvar\": 779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2036, \"group\": [3194.0, 468.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCAGCGTA\", \"ini\": 1149, \"clust\": 636, \"rank\": 3240, \"rankvar\": 1741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2440, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3220, \"group\": [639.0, 101.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACACTTACGA\", \"ini\": 1148, \"clust\": 591, \"rank\": 3334, \"rankvar\": 1869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2441, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3221, \"group\": [590.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCACTCCA\", \"ini\": 1147, \"clust\": 3277, \"rank\": 3950, \"rankvar\": 3091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2037, \"group\": [3277.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGCAGTCA\", \"ini\": 1146, \"clust\": 521, \"rank\": 3357, \"rankvar\": 1648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3222, \"group\": [521.0, 83.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTGGGTTG\", \"ini\": 1145, \"clust\": 4433, \"rank\": 3477, \"rankvar\": 3588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5012, \"group\": [4436.0, 847.0, 141.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCTCCGGTT\", \"ini\": 1144, \"clust\": 1036, \"rank\": 3380, \"rankvar\": 3576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2445, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3223, \"group\": [1035.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGTTCTG\", \"ini\": 1143, \"clust\": 32, \"rank\": 3732, \"rankvar\": 4755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2446, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5228, \"group\": [32.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCAGATCTGCT\", \"ini\": 1142, \"clust\": 4901, \"rank\": 3913, \"rankvar\": 3965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5013, \"group\": [4901.0, 914.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGATGTAAC\", \"ini\": 1141, \"clust\": 37, \"rank\": 3655, \"rankvar\": 4866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2448, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5229, \"group\": [35.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATGAAAC\", \"ini\": 1140, \"clust\": 3196, \"rank\": 3844, \"rankvar\": 552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2449, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2038, \"group\": [3198.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGCGCTTAT\", \"ini\": 1139, \"clust\": 26, \"rank\": 3706, \"rankvar\": 4742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2450, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5230, \"group\": [42.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTACTCGCG\", \"ini\": 1138, \"clust\": 556, \"rank\": 3338, \"rankvar\": 2650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2451, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3224, \"group\": [556.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAAGCCGCT\", \"ini\": 1137, \"clust\": 594, \"rank\": 3269, \"rankvar\": 3823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2452, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3225, \"group\": [592.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCGCCTCA\", \"ini\": 1136, \"clust\": 3226, \"rank\": 3980, \"rankvar\": 1506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2039, \"group\": [3224.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGCCATCGC\", \"ini\": 1135, \"clust\": 4892, \"rank\": 3551, \"rankvar\": 2968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5014, \"group\": [4893.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTTAGTGGG\", \"ini\": 1134, \"clust\": 3332, \"rank\": 3686, \"rankvar\": 3022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2455, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2817, \"group\": [3332.0, 511.0, 77.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAATCTGCA\", \"ini\": 1133, \"clust\": 3216, \"rank\": 3937, \"rankvar\": 2000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2040, \"group\": [3215.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCACGACG\", \"ini\": 1132, \"clust\": 1656, \"rank\": 3447, \"rankvar\": 2029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2041, \"group\": [1656.0, 217.0, 40.0, 11.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTTAGGTA\", \"ini\": 1131, \"clust\": 3274, \"rank\": 3963, \"rankvar\": 1262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2042, \"group\": [3274.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAATCTGCGGCA\", \"ini\": 1130, \"clust\": 113, \"rank\": 3612, \"rankvar\": 3344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2459, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 239, \"group\": [114.0, 25.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGCGACAT\", \"ini\": 1129, \"clust\": 631, \"rank\": 3400, \"rankvar\": 3782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2460, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3226, \"group\": [631.0, 98.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACAACTGT\", \"ini\": 1128, \"clust\": 3212, \"rank\": 3834, \"rankvar\": 1151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2043, \"group\": [3210.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGTCTCGCATC\", \"ini\": 1127, \"clust\": 3284, \"rank\": 3891, \"rankvar\": 2248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2044, \"group\": [3282.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTAGCCA\", \"ini\": 1126, \"clust\": 559, \"rank\": 3487, \"rankvar\": 2505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2463, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3227, \"group\": [560.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTGTGGCTC\", \"ini\": 1125, \"clust\": 3242, \"rank\": 3786, \"rankvar\": 848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2045, \"group\": [3242.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTTATCGC\", \"ini\": 1124, \"clust\": 2, \"rank\": 3678, \"rankvar\": 4426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2465, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5139, \"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGGAATCG\", \"ini\": 1123, \"clust\": 4884, \"rank\": 4028, \"rankvar\": 4545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2466, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5015, \"group\": [4883.0, 910.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGAATAGGG\", \"ini\": 1122, \"clust\": 534, \"rank\": 3350, \"rankvar\": 3058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2467, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3228, \"group\": [533.0, 89.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCGGAGCAA\", \"ini\": 1121, \"clust\": 1388, \"rank\": 3481, \"rankvar\": 4743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2468, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3989, \"group\": [1388.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCTGATCA\", \"ini\": 1120, \"clust\": 3256, \"rank\": 4064, \"rankvar\": 2883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2046, \"group\": [3254.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTATCACCA\", \"ini\": 1119, \"clust\": 613, \"rank\": 3349, \"rankvar\": 3034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2470, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3229, \"group\": [613.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAATCCAAC\", \"ini\": 1118, \"clust\": 3270, \"rank\": 3908, \"rankvar\": 1884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2471, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2047, \"group\": [3270.0, 478.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACAACGCC\", \"ini\": 1117, \"clust\": 539, \"rank\": 3516, \"rankvar\": 1424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2472, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3230, \"group\": [548.0, 92.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGGGAAACA\", \"ini\": 1116, \"clust\": 1389, \"rank\": 3722, \"rankvar\": 4425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2473, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3990, \"group\": [1389.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAGAAAGG\", \"ini\": 1115, \"clust\": 603, \"rank\": 3385, \"rankvar\": 2161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2474, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3231, \"group\": [603.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACTCGGA\", \"ini\": 1114, \"clust\": 595, \"rank\": 3318, \"rankvar\": 3320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2475, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3232, \"group\": [593.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGTCGATAA\", \"ini\": 1113, \"clust\": 1890, \"rank\": 3381, \"rankvar\": 4562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2476, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2818, \"group\": [1894.0, 315.0, 55.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGTACAG\", \"ini\": 1112, \"clust\": 3189, \"rank\": 4014, \"rankvar\": 1192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2048, \"group\": [3191.0, 467.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGCCA\", \"ini\": 1111, \"clust\": 3469, \"rank\": 3941, \"rankvar\": 1675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2478, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2819, \"group\": [3466.0, 568.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCACTCT\", \"ini\": 1110, \"clust\": 4894, \"rank\": 3565, \"rankvar\": 4313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5016, \"group\": [4892.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGTGGAT\", \"ini\": 1109, \"clust\": 1384, \"rank\": 3491, \"rankvar\": 4390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2480, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3991, \"group\": [1386.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTATAAACG\", \"ini\": 1108, \"clust\": 3180, \"rank\": 3863, \"rankvar\": 493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2481, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2049, \"group\": [3179.0, 462.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGAGCAGGCTA\", \"ini\": 1107, \"clust\": 33, \"rank\": 3795, \"rankvar\": 4832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2482, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5231, \"group\": [33.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCAATGGT\", \"ini\": 1106, \"clust\": 3306, \"rank\": 3799, \"rankvar\": 2110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2050, \"group\": [3307.0, 492.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCCCTAACC\", \"ini\": 1105, \"clust\": 646, \"rank\": 3441, \"rankvar\": 3954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2484, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3233, \"group\": [646.0, 105.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACTTCGAA\", \"ini\": 1104, \"clust\": 624, \"rank\": 3442, \"rankvar\": 3925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3234, \"group\": [624.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAACACTG\", \"ini\": 1103, \"clust\": 3227, \"rank\": 3932, \"rankvar\": 866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2051, \"group\": [3225.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCAGAATA\", \"ini\": 1102, \"clust\": 552, \"rank\": 3538, \"rankvar\": 3648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3235, \"group\": [555.0, 93.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCAAAGCAAT\", \"ini\": 1101, \"clust\": 555, \"rank\": 3539, \"rankvar\": 3404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2488, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3236, \"group\": [558.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCTTTACGT\", \"ini\": 1100, \"clust\": 1353, \"rank\": 3635, \"rankvar\": 4008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2489, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3992, \"group\": [1352.0, 134.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAATAGCA\", \"ini\": 1099, \"clust\": 557, \"rank\": 3417, \"rankvar\": 3039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3237, \"group\": [557.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTGCAACGA\", \"ini\": 1098, \"clust\": 1888, \"rank\": 3567, \"rankvar\": 4645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2491, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2820, \"group\": [1888.0, 314.0, 55.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTTACCTA\", \"ini\": 1097, \"clust\": 614, \"rank\": 3363, \"rankvar\": 2663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2492, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3238, \"group\": [614.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTTGTCTTT\", \"ini\": 1096, \"clust\": 538, \"rank\": 3501, \"rankvar\": 2438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3239, \"group\": [538.0, 90.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGAGCAATT\", \"ini\": 1095, \"clust\": 3198, \"rank\": 4035, \"rankvar\": 693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2494, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2052, \"group\": [3197.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGACGGTA\", \"ini\": 1094, \"clust\": 3707, \"rank\": 3743, \"rankvar\": 2084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2495, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2821, \"group\": [3706.0, 694.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCATCCTTGC\", \"ini\": 1093, \"clust\": 3204, \"rank\": 3943, \"rankvar\": 1457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2053, \"group\": [3203.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCATGGAATA\", \"ini\": 1092, \"clust\": 1044, \"rank\": 3493, \"rankvar\": 2944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3240, \"group\": [1043.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTCCGTCAG\", \"ini\": 1091, \"clust\": 1365, \"rank\": 3620, \"rankvar\": 4588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3993, \"group\": [1363.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTAGTGA\", \"ini\": 1090, \"clust\": 583, \"rank\": 3518, \"rankvar\": 2885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2499, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3241, \"group\": [583.0, 96.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCCGATTT\", \"ini\": 1089, \"clust\": 4152, \"rank\": 4130, \"rankvar\": 5013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2054, \"group\": [4148.0, 785.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTACCATCA\", \"ini\": 1088, \"clust\": 1642, \"rank\": 3027, \"rankvar\": 4504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2501, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4251, \"group\": [1645.0, 210.0, 38.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAAACCTAC\", \"ini\": 1087, \"clust\": 633, \"rank\": 3523, \"rankvar\": 2142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2502, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3242, \"group\": [636.0, 99.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACAACTGGCC\", \"ini\": 1086, \"clust\": 1062, \"rank\": 3576, \"rankvar\": 1510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3243, \"group\": [1061.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTTCGCGC\", \"ini\": 1085, \"clust\": 3203, \"rank\": 4038, \"rankvar\": 1776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2055, \"group\": [3205.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATCCGG\", \"ini\": 1084, \"clust\": 561, \"rank\": 3423, \"rankvar\": 2340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3244, \"group\": [562.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGTTGAGTA\", \"ini\": 1083, \"clust\": 118, \"rank\": 3860, \"rankvar\": 4962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2506, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 240, \"group\": [119.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTATATGAG\", \"ini\": 1082, \"clust\": 1476, \"rank\": 3277, \"rankvar\": 4841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2507, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3994, \"group\": [1477.0, 142.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTAATAGCA\", \"ini\": 1081, \"clust\": 4898, \"rank\": 3840, \"rankvar\": 3372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5017, \"group\": [4899.0, 913.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGATGGCGT\", \"ini\": 1080, \"clust\": 1374, \"rank\": 3713, \"rankvar\": 4763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2509, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3995, \"group\": [1376.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTTTAGGAA\", \"ini\": 1079, \"clust\": 1002, \"rank\": 3645, \"rankvar\": 2301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3245, \"group\": [1001.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCGAATGCT\", \"ini\": 1078, \"clust\": 513, \"rank\": 3522, \"rankvar\": 3596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3246, \"group\": [514.0, 79.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGACAAAGG\", \"ini\": 1077, \"clust\": 1889, \"rank\": 3572, \"rankvar\": 3845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2512, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2822, \"group\": [1889.0, 314.0, 55.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCGACAGCC\", \"ini\": 1076, \"clust\": 4896, \"rank\": 3753, \"rankvar\": 3943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2513, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5018, \"group\": [4897.0, 913.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTTCAACT\", \"ini\": 1075, \"clust\": 550, \"rank\": 3597, \"rankvar\": 1784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2514, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3247, \"group\": [551.0, 93.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGTATTGGA\", \"ini\": 1074, \"clust\": 619, \"rank\": 3455, \"rankvar\": 2034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3248, \"group\": [620.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCACGAAACG\", \"ini\": 1073, \"clust\": 1386, \"rank\": 3564, \"rankvar\": 4345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2516, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3996, \"group\": [1383.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGGCACTA\", \"ini\": 1072, \"clust\": 3266, \"rank\": 3992, \"rankvar\": 868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2056, \"group\": [3265.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCGAGTTT\", \"ini\": 1071, \"clust\": 4237, \"rank\": 4438, \"rankvar\": 5190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2518, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 175, \"group\": [4243.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGAGAGCTC\", \"ini\": 1070, \"clust\": 725, \"rank\": 3772, \"rankvar\": 2777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2519, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3249, \"group\": [724.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTCCCTACT\", \"ini\": 1069, \"clust\": 592, \"rank\": 3416, \"rankvar\": 3886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3250, \"group\": [591.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGCGAAGGG\", \"ini\": 1068, \"clust\": 1477, \"rank\": 3321, \"rankvar\": 4481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2521, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3997, \"group\": [1481.0, 142.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCGCGTAGC\", \"ini\": 1067, \"clust\": 604, \"rank\": 3401, \"rankvar\": 4050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2522, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3251, \"group\": [604.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCACCCAG\", \"ini\": 1066, \"clust\": 1358, \"rank\": 3554, \"rankvar\": 4589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2523, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3998, \"group\": [1357.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACATTAGGCT\", \"ini\": 1065, \"clust\": 629, \"rank\": 3547, \"rankvar\": 2674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2524, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3252, \"group\": [630.0, 98.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCCAGAGGA\", \"ini\": 1064, \"clust\": 1067, \"rank\": 3745, \"rankvar\": 2855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2525, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3253, \"group\": [1084.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCACTGTCGG\", \"ini\": 1063, \"clust\": 1643, \"rank\": 3205, \"rankvar\": 4225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4252, \"group\": [1643.0, 209.0, 38.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTTCTGCGTAA\", \"ini\": 1062, \"clust\": 573, \"rank\": 3530, \"rankvar\": 1193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2527, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3254, \"group\": [574.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTCACCTAA\", \"ini\": 1061, \"clust\": 1653, \"rank\": 3526, \"rankvar\": 3725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2057, \"group\": [1651.0, 213.0, 39.0, 10.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTACTTAGC\", \"ini\": 1060, \"clust\": 1080, \"rank\": 3552, \"rankvar\": 3953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3255, \"group\": [1079.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGACCTAGG\", \"ini\": 1059, \"clust\": 114, \"rank\": 3807, \"rankvar\": 4023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2530, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 241, \"group\": [115.0, 25.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACAGACAG\", \"ini\": 1058, \"clust\": 3211, \"rank\": 3928, \"rankvar\": 948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2058, \"group\": [3212.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGTGTGGT\", \"ini\": 1057, \"clust\": 130, \"rank\": 3724, \"rankvar\": 3713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2532, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 242, \"group\": [130.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTTATCGGT\", \"ini\": 1056, \"clust\": 4890, \"rank\": 3910, \"rankvar\": 4447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5019, \"group\": [4888.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACACAGACTT\", \"ini\": 1055, \"clust\": 1059, \"rank\": 3583, \"rankvar\": 1622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2534, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3256, \"group\": [1059.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTCAAGTCATC\", \"ini\": 1054, \"clust\": 123, \"rank\": 3660, \"rankvar\": 4281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2535, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 243, \"group\": [129.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGTTAACC\", \"ini\": 1053, \"clust\": 1373, \"rank\": 3671, \"rankvar\": 4721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2536, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3999, \"group\": [1377.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACACTGCG\", \"ini\": 1052, \"clust\": 4246, \"rank\": 4389, \"rankvar\": 5199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2537, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 176, \"group\": [4244.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCATGTTGAC\", \"ini\": 1051, \"clust\": 3213, \"rank\": 3983, \"rankvar\": 1305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2059, \"group\": [3211.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTTAGCGG\", \"ini\": 1050, \"clust\": 1060, \"rank\": 3616, \"rankvar\": 3683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2539, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3257, \"group\": [1060.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGAGAATTCCC\", \"ini\": 1049, \"clust\": 969, \"rank\": 3520, \"rankvar\": 3246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2540, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3258, \"group\": [968.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCACACCGAC\", \"ini\": 1048, \"clust\": 1385, \"rank\": 3748, \"rankvar\": 4472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2541, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4000, \"group\": [1385.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGCACTTA\", \"ini\": 1047, \"clust\": 1387, \"rank\": 3541, \"rankvar\": 4694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2542, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4001, \"group\": [1384.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCAACACTG\", \"ini\": 1046, \"clust\": 4157, \"rank\": 4487, \"rankvar\": 4909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2543, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 177, \"group\": [4154.0, 786.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGCCCA\", \"ini\": 1045, \"clust\": 1651, \"rank\": 3733, \"rankvar\": 1918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2060, \"group\": [1652.0, 213.0, 39.0, 10.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAGTAAGTAGT\", \"ini\": 1044, \"clust\": 597, \"rank\": 3609, \"rankvar\": 3598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3259, \"group\": [598.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGACACTT\", \"ini\": 1043, \"clust\": 670, \"rank\": 3663, \"rankvar\": 3451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2546, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3260, \"group\": [673.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTGTGACCC\", \"ini\": 1042, \"clust\": 1039, \"rank\": 3632, \"rankvar\": 3718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2547, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3261, \"group\": [1040.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCAGTATAAG\", \"ini\": 1041, \"clust\": 4880, \"rank\": 3991, \"rankvar\": 3304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2548, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5020, \"group\": [4881.0, 909.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCACCGGGT\", \"ini\": 1040, \"clust\": 1225, \"rank\": 3623, \"rankvar\": 1814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2549, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3262, \"group\": [1228.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGTAATA\", \"ini\": 1039, \"clust\": 127, \"rank\": 3857, \"rankvar\": 4809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2550, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 244, \"group\": [126.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGCCGTCGT\", \"ini\": 1038, \"clust\": 637, \"rank\": 3325, \"rankvar\": 4005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2551, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3263, \"group\": [637.0, 100.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTCCGTTAA\", \"ini\": 1037, \"clust\": 1354, \"rank\": 3590, \"rankvar\": 4230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2552, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4002, \"group\": [1353.0, 134.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGCATGAT\", \"ini\": 1036, \"clust\": 1001, \"rank\": 3787, \"rankvar\": 2575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3264, \"group\": [1003.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTATTAGCC\", \"ini\": 1035, \"clust\": 608, \"rank\": 3431, \"rankvar\": 3482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3265, \"group\": [611.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACACTGCG\", \"ini\": 1034, \"clust\": 1083, \"rank\": 3557, \"rankvar\": 2790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2555, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3266, \"group\": [1081.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCTCTTA\", \"ini\": 1033, \"clust\": 1352, \"rank\": 3555, \"rankvar\": 4502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2556, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4003, \"group\": [1351.0, 134.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATTGGGCC\", \"ini\": 1032, \"clust\": 3275, \"rank\": 4204, \"rankvar\": 2473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2061, \"group\": [3275.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCTTACCTA\", \"ini\": 1031, \"clust\": 1042, \"rank\": 3591, \"rankvar\": 3052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2558, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3267, \"group\": [1041.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCCATTAT\", \"ini\": 1030, \"clust\": 535, \"rank\": 3497, \"rankvar\": 2758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2559, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3268, \"group\": [534.0, 89.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAATCCTTCAAT\", \"ini\": 1029, \"clust\": 3218, \"rank\": 4120, \"rankvar\": 2422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2062, \"group\": [3217.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAATGGATA\", \"ini\": 1028, \"clust\": 3307, \"rank\": 4012, \"rankvar\": 2733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2561, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2063, \"group\": [3308.0, 492.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGTTGCC\", \"ini\": 1027, \"clust\": 528, \"rank\": 3869, \"rankvar\": 1732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2562, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3269, \"group\": [525.0, 85.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTCTGGTCG\", \"ini\": 1026, \"clust\": 602, \"rank\": 3587, \"rankvar\": 3068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3270, \"group\": [605.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTAACGCGA\", \"ini\": 1025, \"clust\": 621, \"rank\": 3404, \"rankvar\": 3786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3271, \"group\": [622.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCAGTTGAC\", \"ini\": 1024, \"clust\": 1260, \"rank\": 3659, \"rankvar\": 1532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2565, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3272, \"group\": [1259.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTGAGAT\", \"ini\": 1023, \"clust\": 4251, \"rank\": 4488, \"rankvar\": 5181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2566, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 178, \"group\": [4249.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTCAGCTAT\", \"ini\": 1022, \"clust\": 1357, \"rank\": 3665, \"rankvar\": 4533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2567, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4004, \"group\": [1359.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCCAACCAA\", \"ini\": 1021, \"clust\": 3264, \"rank\": 4247, \"rankvar\": 2581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2064, \"group\": [3263.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGAGTCTGG\", \"ini\": 1020, \"clust\": 3466, \"rank\": 4085, \"rankvar\": 1416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2569, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2823, \"group\": [3468.0, 568.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTGTCGCG\", \"ini\": 1019, \"clust\": 551, \"rank\": 3727, \"rankvar\": 2223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3273, \"group\": [552.0, 93.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTTCTGTTT\", \"ini\": 1018, \"clust\": 678, \"rank\": 3779, \"rankvar\": 1296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2571, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3274, \"group\": [678.0, 108.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCAAGTAGTA\", \"ini\": 1017, \"clust\": 1277, \"rank\": 3808, \"rankvar\": 2605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2572, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3275, \"group\": [1276.0, 126.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCAATGTC\", \"ini\": 1016, \"clust\": 1360, \"rank\": 3824, \"rankvar\": 4819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2573, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4005, \"group\": [1362.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCTACCTA\", \"ini\": 1015, \"clust\": 586, \"rank\": 3472, \"rankvar\": 3969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3276, \"group\": [588.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGAGTAGA\", \"ini\": 1014, \"clust\": 623, \"rank\": 3521, \"rankvar\": 3827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2575, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3277, \"group\": [626.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGGACAAG\", \"ini\": 1013, \"clust\": 3209, \"rank\": 4049, \"rankvar\": 777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2065, \"group\": [3209.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGCATGTAAGA\", \"ini\": 1012, \"clust\": 1276, \"rank\": 3819, \"rankvar\": 3977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2577, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4006, \"group\": [1278.0, 126.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGAGCTCCCAG\", \"ini\": 1011, \"clust\": 548, \"rank\": 3677, \"rankvar\": 2666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3278, \"group\": [549.0, 93.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTAGGGTAC\", \"ini\": 1010, \"clust\": 1366, \"rank\": 3716, \"rankvar\": 4482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2579, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4007, \"group\": [1364.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCAGGAATCG\", \"ini\": 1009, \"clust\": 4252, \"rank\": 4548, \"rankvar\": 5222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2580, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 179, \"group\": [4250.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTACCCAAT\", \"ini\": 1008, \"clust\": 617, \"rank\": 3514, \"rankvar\": 2520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2581, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3279, \"group\": [618.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCACATTCGA\", \"ini\": 1007, \"clust\": 1081, \"rank\": 3701, \"rankvar\": 3745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2582, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3280, \"group\": [1080.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCCAGACGCAA\", \"ini\": 1006, \"clust\": 1169, \"rank\": 3652, \"rankvar\": 2289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2583, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3281, \"group\": [1168.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAATTGCC\", \"ini\": 1005, \"clust\": 642, \"rank\": 3714, \"rankvar\": 2824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2584, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3282, \"group\": [645.0, 104.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGAACTGC\", \"ini\": 1004, \"clust\": 599, \"rank\": 3700, \"rankvar\": 2238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2585, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3283, \"group\": [600.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTACGCGC\", \"ini\": 1003, \"clust\": 5191, \"rank\": 3843, \"rankvar\": 1628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2586, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 180, \"group\": [5191.0, 1059.0, 177.0, 39.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCCACTAT\", \"ini\": 1002, \"clust\": 4238, \"rank\": 4538, \"rankvar\": 5167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2587, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 181, \"group\": [4242.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCCCGGATG\", \"ini\": 1001, \"clust\": 3709, \"rank\": 3970, \"rankvar\": 3289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2588, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2824, \"group\": [3708.0, 694.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTATAGGGC\", \"ini\": 1000, \"clust\": 763, \"rank\": 3747, \"rankvar\": 4146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2589, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3284, \"group\": [761.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGCCTGAG\", \"ini\": 999, \"clust\": 131, \"rank\": 3841, \"rankvar\": 4253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2590, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 245, \"group\": [131.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTACCGTTA\", \"ini\": 998, \"clust\": 605, \"rank\": 3562, \"rankvar\": 3057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2591, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3285, \"group\": [612.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCATTCTCAT\", \"ini\": 997, \"clust\": 1350, \"rank\": 3644, \"rankvar\": 3604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2592, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4008, \"group\": [1354.0, 134.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGACCACA\", \"ini\": 996, \"clust\": 630, \"rank\": 3452, \"rankvar\": 4122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2593, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3286, \"group\": [633.0, 98.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATCACGCGAAA\", \"ini\": 995, \"clust\": 115, \"rank\": 3848, \"rankvar\": 5141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2594, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 246, \"group\": [118.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGGTCCGA\", \"ini\": 994, \"clust\": 1010, \"rank\": 3735, \"rankvar\": 2375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2595, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3287, \"group\": [1009.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCGTTGCC\", \"ini\": 993, \"clust\": 1084, \"rank\": 3708, \"rankvar\": 1378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2596, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3288, \"group\": [1082.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCTCATTCA\", \"ini\": 992, \"clust\": 1485, \"rank\": 3741, \"rankvar\": 3875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2597, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4009, \"group\": [1486.0, 144.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCCCTCTTT\", \"ini\": 991, \"clust\": 1033, \"rank\": 3715, \"rankvar\": 3863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2598, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3289, \"group\": [1032.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGCGA\", \"ini\": 990, \"clust\": 618, \"rank\": 3500, \"rankvar\": 4026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2599, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3290, \"group\": [619.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTCAATGTC\", \"ini\": 989, \"clust\": 1004, \"rank\": 3879, \"rankvar\": 2535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2600, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3291, \"group\": [1004.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTGACAAAT\", \"ini\": 988, \"clust\": 4904, \"rank\": 4174, \"rankvar\": 3828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2601, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5021, \"group\": [4903.0, 914.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCCATTCTA\", \"ini\": 987, \"clust\": 615, \"rank\": 3621, \"rankvar\": 3399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2602, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3292, \"group\": [616.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGTCTATCCCG\", \"ini\": 986, \"clust\": 119, \"rank\": 4017, \"rankvar\": 4833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2603, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 247, \"group\": [120.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCATATCG\", \"ini\": 985, \"clust\": 971, \"rank\": 3765, \"rankvar\": 2839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2604, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3293, \"group\": [970.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCATTCCTGC\", \"ini\": 984, \"clust\": 3190, \"rank\": 4410, \"rankvar\": 3490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2066, \"group\": [3189.0, 467.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTCTC\", \"ini\": 983, \"clust\": 1278, \"rank\": 3648, \"rankvar\": 3099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2606, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3294, \"group\": [1277.0, 126.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCGTCCAGG\", \"ini\": 982, \"clust\": 553, \"rank\": 3698, \"rankvar\": 3324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2607, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3295, \"group\": [553.0, 93.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCTGCGGT\", \"ini\": 981, \"clust\": 3210, \"rank\": 4215, \"rankvar\": 2014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2067, \"group\": [3213.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTTGCAGG\", \"ini\": 980, \"clust\": 1369, \"rank\": 3899, \"rankvar\": 4672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2609, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4010, \"group\": [1369.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCCCTAAT\", \"ini\": 979, \"clust\": 4899, \"rank\": 4303, \"rankvar\": 4199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5022, \"group\": [4905.0, 915.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCCAAGCCG\", \"ini\": 978, \"clust\": 3205, \"rank\": 4213, \"rankvar\": 4021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2068, \"group\": [3204.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTGCTGTC\", \"ini\": 977, \"clust\": 3201, \"rank\": 4163, \"rankvar\": 434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2612, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2069, \"group\": [3199.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTAGAGTC\", \"ini\": 976, \"clust\": 4239, \"rank\": 4535, \"rankvar\": 5228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2613, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 182, \"group\": [4235.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTGTTAA\", \"ini\": 975, \"clust\": 3447, \"rank\": 4326, \"rankvar\": 3335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2614, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2825, \"group\": [3473.0, 570.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGCTCAGA\", \"ini\": 974, \"clust\": 976, \"rank\": 3674, \"rankvar\": 3571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2615, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3296, \"group\": [977.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAGTCAGTGGA\", \"ini\": 973, \"clust\": 1262, \"rank\": 3855, \"rankvar\": 585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2616, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3297, \"group\": [1266.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTAGTCA\", \"ini\": 972, \"clust\": 1383, \"rank\": 3744, \"rankvar\": 4843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2617, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4011, \"group\": [1381.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGCTAAGAT\", \"ini\": 971, \"clust\": 676, \"rank\": 3781, \"rankvar\": 3435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2618, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3298, \"group\": [676.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCATGGGACA\", \"ini\": 970, \"clust\": 649, \"rank\": 3810, \"rankvar\": 3877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2619, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3299, \"group\": [649.0, 105.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACATCCA\", \"ini\": 969, \"clust\": 672, \"rank\": 3662, \"rankvar\": 3747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2620, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3300, \"group\": [670.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCAGCTAGTTC\", \"ini\": 968, \"clust\": 726, \"rank\": 3832, \"rankvar\": 2420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2621, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3301, \"group\": [725.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGGTGTCG\", \"ini\": 967, \"clust\": 673, \"rank\": 3687, \"rankvar\": 2913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2622, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3302, \"group\": [671.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGTAGATC\", \"ini\": 966, \"clust\": 3191, \"rank\": 4381, \"rankvar\": 2871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2070, \"group\": [3190.0, 467.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCACATAGC\", \"ini\": 965, \"clust\": 1065, \"rank\": 3719, \"rankvar\": 2312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2624, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3303, \"group\": [1064.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCAGCAC\", \"ini\": 964, \"clust\": 549, \"rank\": 3791, \"rankvar\": 2573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2625, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3304, \"group\": [550.0, 93.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCATTAGC\", \"ini\": 963, \"clust\": 1887, \"rank\": 3909, \"rankvar\": 2166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2826, \"group\": [1890.0, 314.0, 55.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGATCACGG\", \"ini\": 962, \"clust\": 744, \"rank\": 3788, \"rankvar\": 2198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2627, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3305, \"group\": [744.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTACCAGTT\", \"ini\": 961, \"clust\": 1005, \"rank\": 3820, \"rankvar\": 3112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2628, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3306, \"group\": [1005.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGATATAC\", \"ini\": 960, \"clust\": 121, \"rank\": 4203, \"rankvar\": 5049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2629, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 248, \"group\": [121.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTAAGGGAA\", \"ini\": 959, \"clust\": 610, \"rank\": 3617, \"rankvar\": 2391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2630, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3307, \"group\": [608.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCAGGCAAG\", \"ini\": 958, \"clust\": 973, \"rank\": 3690, \"rankvar\": 1913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2631, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3308, \"group\": [978.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGGAGTACC\", \"ini\": 957, \"clust\": 1375, \"rank\": 3964, \"rankvar\": 4366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2632, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4012, \"group\": [1375.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGACGGTA\", \"ini\": 956, \"clust\": 1229, \"rank\": 3764, \"rankvar\": 1911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2633, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3309, \"group\": [1229.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGTGAAAT\", \"ini\": 955, \"clust\": 692, \"rank\": 3794, \"rankvar\": 2914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2634, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3310, \"group\": [692.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCACATCTTT\", \"ini\": 954, \"clust\": 970, \"rank\": 3697, \"rankvar\": 2980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2635, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3311, \"group\": [969.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCTTACCTA\", \"ini\": 953, \"clust\": 3207, \"rank\": 4287, \"rankvar\": 1258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2071, \"group\": [3207.0, 470.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGACTAGGC\", \"ini\": 952, \"clust\": 136, \"rank\": 3942, \"rankvar\": 4431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2637, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3312, \"group\": [137.0, 28.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCAGGCAAG\", \"ini\": 951, \"clust\": 565, \"rank\": 3668, \"rankvar\": 3459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2638, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3313, \"group\": [564.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACTCTGTC\", \"ini\": 950, \"clust\": 1009, \"rank\": 3725, \"rankvar\": 2323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2639, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3314, \"group\": [1013.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCTAACCGA\", \"ini\": 949, \"clust\": 966, \"rank\": 3836, \"rankvar\": 4433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2640, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3315, \"group\": [966.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGGAAATA\", \"ini\": 948, \"clust\": 663, \"rank\": 3649, \"rankvar\": 2915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2641, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3316, \"group\": [663.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTATGCTTG\", \"ini\": 947, \"clust\": 1361, \"rank\": 3914, \"rankvar\": 4792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2642, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4013, \"group\": [1360.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATCATCCGCGA\", \"ini\": 946, \"clust\": 967, \"rank\": 3723, \"rankvar\": 3814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2643, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3317, \"group\": [967.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGACTTTCG\", \"ini\": 945, \"clust\": 1259, \"rank\": 3766, \"rankvar\": 2387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2644, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3318, \"group\": [1261.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGTAGCGGT\", \"ini\": 944, \"clust\": 3222, \"rank\": 4181, \"rankvar\": 314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2072, \"group\": [3227.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAAGCGATATA\", \"ini\": 943, \"clust\": 972, \"rank\": 3650, \"rankvar\": 4434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2646, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3319, \"group\": [971.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCGAATCT\", \"ini\": 942, \"clust\": 562, \"rank\": 3672, \"rankvar\": 2298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2647, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3320, \"group\": [566.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACTCTTA\", \"ini\": 941, \"clust\": 1147, \"rank\": 3759, \"rankvar\": 3186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2648, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3321, \"group\": [1147.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTTAGGAA\", \"ini\": 940, \"clust\": 664, \"rank\": 3728, \"rankvar\": 2319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2649, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3322, \"group\": [664.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCCGAAGAG\", \"ini\": 939, \"clust\": 1625, \"rank\": 3585, \"rankvar\": 3164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2650, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4183, \"group\": [1625.0, 195.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTTTACGT\", \"ini\": 938, \"clust\": 563, \"rank\": 3738, \"rankvar\": 3438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2651, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3323, \"group\": [565.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATGCAATC\", \"ini\": 937, \"clust\": 3200, \"rank\": 4380, \"rankvar\": 1960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2073, \"group\": [3201.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTACAA\", \"ini\": 936, \"clust\": 1261, \"rank\": 3809, \"rankvar\": 2977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2653, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3324, \"group\": [1260.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTTGTTTC\", \"ini\": 935, \"clust\": 1043, \"rank\": 3754, \"rankvar\": 2432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2654, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3325, \"group\": [1042.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCGGACAAG\", \"ini\": 934, \"clust\": 566, \"rank\": 3877, \"rankvar\": 1468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2655, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3326, \"group\": [572.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATTACCG\", \"ini\": 933, \"clust\": 126, \"rank\": 3997, \"rankvar\": 5034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2656, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 249, \"group\": [128.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGCTTTGGT\", \"ini\": 932, \"clust\": 128, \"rank\": 3979, \"rankvar\": 4709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2657, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 250, \"group\": [127.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCCACGAAT\", \"ini\": 931, \"clust\": 4240, \"rank\": 4534, \"rankvar\": 5175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2658, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 183, \"group\": [4236.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAACGATCT\", \"ini\": 930, \"clust\": 1149, \"rank\": 3797, \"rankvar\": 3543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2659, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3327, \"group\": [1149.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTGGCGAAT\", \"ini\": 929, \"clust\": 1098, \"rank\": 3859, \"rankvar\": 2385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2660, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3328, \"group\": [1097.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCAACGAAA\", \"ini\": 928, \"clust\": 606, \"rank\": 3595, \"rankvar\": 4052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2661, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3329, \"group\": [606.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTATCGCC\", \"ini\": 927, \"clust\": 569, \"rank\": 3866, \"rankvar\": 2461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3330, \"group\": [571.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTATCCCG\", \"ini\": 926, \"clust\": 1171, \"rank\": 3757, \"rankvar\": 2619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2663, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3331, \"group\": [1171.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACATGACATC\", \"ini\": 925, \"clust\": 741, \"rank\": 3826, \"rankvar\": 3036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2664, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3332, \"group\": [743.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACACGGATAG\", \"ini\": 924, \"clust\": 129, \"rank\": 4129, \"rankvar\": 3169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2665, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 251, \"group\": [132.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTCCACAA\", \"ini\": 923, \"clust\": 589, \"rank\": 3656, \"rankvar\": 2628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2666, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3333, \"group\": [596.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGGGTCTCC\", \"ini\": 922, \"clust\": 1318, \"rank\": 3823, \"rankvar\": 3888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2667, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4014, \"group\": [1318.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGGATTGG\", \"ini\": 921, \"clust\": 626, \"rank\": 3707, \"rankvar\": 3463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2668, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3334, \"group\": [627.0, 98.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACCAGTTCCCT\", \"ini\": 920, \"clust\": 1082, \"rank\": 3699, \"rankvar\": 3120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2669, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3335, \"group\": [1083.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCATCATC\", \"ini\": 919, \"clust\": 1078, \"rank\": 3817, \"rankvar\": 3161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2670, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3336, \"group\": [1076.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTCGCTAA\", \"ini\": 918, \"clust\": 1367, \"rank\": 3830, \"rankvar\": 4788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2671, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4015, \"group\": [1367.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCGGCCGAT\", \"ini\": 917, \"clust\": 1034, \"rank\": 3805, \"rankvar\": 3939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2672, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3337, \"group\": [1033.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCCGTACAA\", \"ini\": 916, \"clust\": 984, \"rank\": 3972, \"rankvar\": 2928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2673, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3338, \"group\": [986.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTAACGGT\", \"ini\": 915, \"clust\": 1076, \"rank\": 3835, \"rankvar\": 2606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2674, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3339, \"group\": [1074.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTGTAGGGTAC\", \"ini\": 914, \"clust\": 1263, \"rank\": 3938, \"rankvar\": 2181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2675, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3340, \"group\": [1262.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGTTGTC\", \"ini\": 913, \"clust\": 1233, \"rank\": 3842, \"rankvar\": 2066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2676, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3341, \"group\": [1233.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTCATTAGGCT\", \"ini\": 912, \"clust\": 611, \"rank\": 3570, \"rankvar\": 4007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2677, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3342, \"group\": [609.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTGTCGCTG\", \"ini\": 911, \"clust\": 5187, \"rank\": 4295, \"rankvar\": 4728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2678, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3343, \"group\": [5187.0, 1056.0, 175.0, 38.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCAGCTGGC\", \"ini\": 910, \"clust\": 1181, \"rank\": 3769, \"rankvar\": 3660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2679, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3344, \"group\": [1180.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGTGGCTC\", \"ini\": 909, \"clust\": 755, \"rank\": 3969, \"rankvar\": 4428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2680, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3345, \"group\": [758.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGTGTGGT\", \"ini\": 908, \"clust\": 1627, \"rank\": 3856, \"rankvar\": 594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2681, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4184, \"group\": [1627.0, 196.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCACCCT\", \"ini\": 907, \"clust\": 607, \"rank\": 3653, \"rankvar\": 3776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2682, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3346, \"group\": [607.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAGGCCT\", \"ini\": 906, \"clust\": 1089, \"rank\": 3833, \"rankvar\": 2821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2683, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3347, \"group\": [1089.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCACCGGGT\", \"ini\": 905, \"clust\": 1057, \"rank\": 3904, \"rankvar\": 2682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2684, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3348, \"group\": [1055.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCTCAACT\", \"ini\": 904, \"clust\": 1102, \"rank\": 3984, \"rankvar\": 2501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2685, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3349, \"group\": [1102.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTGTGCAGTAG\", \"ini\": 903, \"clust\": 1066, \"rank\": 3865, \"rankvar\": 2546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2686, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3350, \"group\": [1065.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCTTGCCA\", \"ini\": 902, \"clust\": 1368, \"rank\": 3815, \"rankvar\": 4552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2687, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4016, \"group\": [1368.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGGATA\", \"ini\": 901, \"clust\": 1376, \"rank\": 3945, \"rankvar\": 4857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2688, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4017, \"group\": [1373.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCAGCACAT\", \"ini\": 900, \"clust\": 1040, \"rank\": 3845, \"rankvar\": 3123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2689, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3351, \"group\": [1038.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAGCCTAA\", \"ini\": 899, \"clust\": 616, \"rank\": 3825, \"rankvar\": 2498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2690, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3352, \"group\": [617.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATGCCCGA\", \"ini\": 898, \"clust\": 977, \"rank\": 3818, \"rankvar\": 3396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3353, \"group\": [975.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCAACTA\", \"ini\": 897, \"clust\": 1155, \"rank\": 3940, \"rankvar\": 997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3354, \"group\": [1157.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCTAGGGC\", \"ini\": 896, \"clust\": 1371, \"rank\": 3998, \"rankvar\": 4609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2693, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4018, \"group\": [1371.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTATTACCG\", \"ini\": 895, \"clust\": 1049, \"rank\": 3960, \"rankvar\": 1156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2694, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3355, \"group\": [1048.0, 120.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCATGAT\", \"ini\": 894, \"clust\": 677, \"rank\": 3872, \"rankvar\": 2454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2695, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3356, \"group\": [677.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAAGCGTAG\", \"ini\": 893, \"clust\": 1359, \"rank\": 3729, \"rankvar\": 4357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2696, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4019, \"group\": [1358.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACGTTGGC\", \"ini\": 892, \"clust\": 1363, \"rank\": 3889, \"rankvar\": 4331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2697, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4020, \"group\": [1366.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCTGATACG\", \"ini\": 891, \"clust\": 600, \"rank\": 3762, \"rankvar\": 2037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2698, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3357, \"group\": [601.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGAGTATA\", \"ini\": 890, \"clust\": 1045, \"rank\": 3885, \"rankvar\": 3569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2699, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3358, \"group\": [1044.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACGACTCG\", \"ini\": 889, \"clust\": 1090, \"rank\": 3900, \"rankvar\": 3773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2700, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3359, \"group\": [1090.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCAATAAGG\", \"ini\": 888, \"clust\": 1158, \"rank\": 3886, \"rankvar\": 3092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2701, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3360, \"group\": [1158.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGATGTAT\", \"ini\": 887, \"clust\": 1151, \"rank\": 3981, \"rankvar\": 2607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2702, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3361, \"group\": [1151.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATTGCGA\", \"ini\": 886, \"clust\": 761, \"rank\": 4005, \"rankvar\": 3589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2703, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3362, \"group\": [759.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCCTCTTT\", \"ini\": 885, \"clust\": 122, \"rank\": 4176, \"rankvar\": 3423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2704, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 252, \"group\": [122.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCGACCAGC\", \"ini\": 884, \"clust\": 1226, \"rank\": 3846, \"rankvar\": 2380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2705, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3363, \"group\": [1227.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACACCTTGTC\", \"ini\": 883, \"clust\": 1103, \"rank\": 3996, \"rankvar\": 1617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2706, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3364, \"group\": [1103.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTGGTATG\", \"ini\": 882, \"clust\": 693, \"rank\": 3939, \"rankvar\": 3174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2707, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3365, \"group\": [693.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGCCCAACC\", \"ini\": 881, \"clust\": 1074, \"rank\": 4026, \"rankvar\": 1816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2708, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3366, \"group\": [1072.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGATATGCA\", \"ini\": 880, \"clust\": 1150, \"rank\": 3975, \"rankvar\": 2598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2709, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3367, \"group\": [1150.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCAAGGTGTG\", \"ini\": 879, \"clust\": 640, \"rank\": 3978, \"rankvar\": 1019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2710, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3368, \"group\": [640.0, 102.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAGGCTCAC\", \"ini\": 878, \"clust\": 1064, \"rank\": 3876, \"rankvar\": 3219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2711, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3369, \"group\": [1066.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTCATGCAT\", \"ini\": 877, \"clust\": 1463, \"rank\": 3852, \"rankvar\": 3869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2712, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4103, \"group\": [1474.0, 140.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTCTTGCA\", \"ini\": 876, \"clust\": 650, \"rank\": 3758, \"rankvar\": 1621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2713, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3370, \"group\": [653.0, 106.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCATTTGGG\", \"ini\": 875, \"clust\": 579, \"rank\": 3837, \"rankvar\": 2764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2714, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3371, \"group\": [581.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTCCAT\", \"ini\": 874, \"clust\": 1370, \"rank\": 3966, \"rankvar\": 4420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2715, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4021, \"group\": [1370.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCTTGC\", \"ini\": 873, \"clust\": 1069, \"rank\": 4032, \"rankvar\": 2478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2716, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3372, \"group\": [1070.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACCTAC\", \"ini\": 872, \"clust\": 760, \"rank\": 3944, \"rankvar\": 3755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2717, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3373, \"group\": [763.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGTTAGGTA\", \"ini\": 871, \"clust\": 1478, \"rank\": 3601, \"rankvar\": 4569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2718, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4022, \"group\": [1480.0, 142.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCTCTTGAT\", \"ini\": 870, \"clust\": 1362, \"rank\": 3955, \"rankvar\": 4654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2719, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4023, \"group\": [1361.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCGTAGGAG\", \"ini\": 869, \"clust\": 1037, \"rank\": 3926, \"rankvar\": 2394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2720, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3374, \"group\": [1036.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGCCGCT\", \"ini\": 868, \"clust\": 1248, \"rank\": 3839, \"rankvar\": 3071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2721, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3375, \"group\": [1254.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCACGACGAA\", \"ini\": 867, \"clust\": 620, \"rank\": 3752, \"rankvar\": 3761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2722, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3376, \"group\": [621.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGTCCTCT\", \"ini\": 866, \"clust\": 4866, \"rank\": 3962, \"rankvar\": 4441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5023, \"group\": [4866.0, 901.0, 144.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGTCGAT\", \"ini\": 865, \"clust\": 671, \"rank\": 3831, \"rankvar\": 4056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3377, \"group\": [672.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTAGAATGTTG\", \"ini\": 864, \"clust\": 1079, \"rank\": 3905, \"rankvar\": 3920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2725, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3378, \"group\": [1077.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCATCCAACA\", \"ini\": 863, \"clust\": 524, \"rank\": 4275, \"rankvar\": 1015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2726, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5140, \"group\": [530.0, 87.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGGGAGTAA\", \"ini\": 862, \"clust\": 4249, \"rank\": 4594, \"rankvar\": 5231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2727, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 184, \"group\": [4246.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCCCGTT\", \"ini\": 861, \"clust\": 1356, \"rank\": 4036, \"rankvar\": 4550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2728, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4024, \"group\": [1356.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACCATTCGACA\", \"ini\": 860, \"clust\": 1021, \"rank\": 4122, \"rankvar\": 1823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2729, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3379, \"group\": [1023.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAAGAAACGCC\", \"ini\": 859, \"clust\": 762, \"rank\": 4001, \"rankvar\": 4494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2730, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3380, \"group\": [760.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCATAAAGG\", \"ini\": 858, \"clust\": 1337, \"rank\": 4253, \"rankvar\": 3485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2731, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4025, \"group\": [1338.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAACGGG\", \"ini\": 857, \"clust\": 1120, \"rank\": 3958, \"rankvar\": 3623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2732, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3381, \"group\": [1119.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCATTCTA\", \"ini\": 856, \"clust\": 1041, \"rank\": 3915, \"rankvar\": 3592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2733, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3382, \"group\": [1039.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTTGTCAT\", \"ini\": 855, \"clust\": 4867, \"rank\": 4116, \"rankvar\": 3089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5024, \"group\": [4867.0, 902.0, 144.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAACAACA\", \"ini\": 854, \"clust\": 700, \"rank\": 4052, \"rankvar\": 1797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2735, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3383, \"group\": [699.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAACGACG\", \"ini\": 853, \"clust\": 1164, \"rank\": 3989, \"rankvar\": 3733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2736, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3384, \"group\": [1167.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTGCAAT\", \"ini\": 852, \"clust\": 1328, \"rank\": 3961, \"rankvar\": 4478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2737, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4026, \"group\": [1332.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGGAGAA\", \"ini\": 851, \"clust\": 625, \"rank\": 3829, \"rankvar\": 4197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2738, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3385, \"group\": [625.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCGCTCCA\", \"ini\": 850, \"clust\": 1007, \"rank\": 3924, \"rankvar\": 1396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2739, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3386, \"group\": [1006.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGACCT\", \"ini\": 849, \"clust\": 1006, \"rank\": 3948, \"rankvar\": 1040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2740, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3387, \"group\": [1008.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGGATACC\", \"ini\": 848, \"clust\": 739, \"rank\": 3849, \"rankvar\": 3371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2741, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3388, \"group\": [739.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCAGTAT\", \"ini\": 847, \"clust\": 1046, \"rank\": 4034, \"rankvar\": 2622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2742, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3389, \"group\": [1046.0, 120.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTTGAT\", \"ini\": 846, \"clust\": 1178, \"rank\": 3874, \"rankvar\": 2872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2743, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3390, \"group\": [1177.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCCGCAAGC\", \"ini\": 845, \"clust\": 1265, \"rank\": 3929, \"rankvar\": 2114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2744, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3391, \"group\": [1264.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTATG\", \"ini\": 844, \"clust\": 745, \"rank\": 3890, \"rankvar\": 2745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2745, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3392, \"group\": [745.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGCGTAGTG\", \"ini\": 843, \"clust\": 4247, \"rank\": 4656, \"rankvar\": 5204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2746, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 185, \"group\": [4245.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGACCTC\", \"ini\": 842, \"clust\": 1264, \"rank\": 4013, \"rankvar\": 3697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2747, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3393, \"group\": [1263.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTGCGGCA\", \"ini\": 841, \"clust\": 609, \"rank\": 3802, \"rankvar\": 4102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2748, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3394, \"group\": [610.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCATGGTCTA\", \"ini\": 840, \"clust\": 622, \"rank\": 3739, \"rankvar\": 3834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2749, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3395, \"group\": [623.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGCGCCTTG\", \"ini\": 839, \"clust\": 1086, \"rank\": 4008, \"rankvar\": 2874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2750, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3396, \"group\": [1087.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACTGGCC\", \"ini\": 838, \"clust\": 554, \"rank\": 3871, \"rankvar\": 3539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2751, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3397, \"group\": [554.0, 93.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTTTAAGCC\", \"ini\": 837, \"clust\": 1175, \"rank\": 4003, \"rankvar\": 3226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2752, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3398, \"group\": [1175.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGACGGAA\", \"ini\": 836, \"clust\": 124, \"rank\": 4195, \"rankvar\": 4708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2753, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 253, \"group\": [124.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGTAA\", \"ini\": 835, \"clust\": 1184, \"rank\": 3994, \"rankvar\": 2685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2754, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3399, \"group\": [1183.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACGACTCG\", \"ini\": 834, \"clust\": 968, \"rank\": 3999, \"rankvar\": 3408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2755, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3400, \"group\": [972.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTGCAACGA\", \"ini\": 833, \"clust\": 1177, \"rank\": 3968, \"rankvar\": 1528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2756, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3401, \"group\": [1179.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCGTACCGG\", \"ini\": 832, \"clust\": 729, \"rank\": 4127, \"rankvar\": 3189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2757, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3402, \"group\": [727.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTAGGTGC\", \"ini\": 831, \"clust\": 1334, \"rank\": 4209, \"rankvar\": 4467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2758, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4027, \"group\": [1334.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACATGCTGGC\", \"ini\": 830, \"clust\": 1104, \"rank\": 4102, \"rankvar\": 1891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2759, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3403, \"group\": [1110.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACGACTA\", \"ini\": 829, \"clust\": 567, \"rank\": 4007, \"rankvar\": 1819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2760, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3404, \"group\": [567.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAGCTCCGA\", \"ini\": 828, \"clust\": 978, \"rank\": 3920, \"rankvar\": 4235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2761, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3405, \"group\": [976.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGCAACTT\", \"ini\": 827, \"clust\": 638, \"rank\": 3775, \"rankvar\": 2853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2762, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3406, \"group\": [638.0, 100.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGCGCTC\", \"ini\": 826, \"clust\": 746, \"rank\": 4043, \"rankvar\": 2472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2763, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3407, \"group\": [746.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACGCGGT\", \"ini\": 825, \"clust\": 687, \"rank\": 3935, \"rankvar\": 4075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2764, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3408, \"group\": [687.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCTACCAGA\", \"ini\": 824, \"clust\": 1097, \"rank\": 4045, \"rankvar\": 3024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2765, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3409, \"group\": [1099.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCATCGGAT\", \"ini\": 823, \"clust\": 722, \"rank\": 4227, \"rankvar\": 3582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2766, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3410, \"group\": [721.0, 110.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCTCGCATC\", \"ini\": 822, \"clust\": 580, \"rank\": 4047, \"rankvar\": 1783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2767, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3411, \"group\": [579.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCGTTTATC\", \"ini\": 821, \"clust\": 1377, \"rank\": 4131, \"rankvar\": 4739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2768, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4028, \"group\": [1374.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTGCGAAAC\", \"ini\": 820, \"clust\": 665, \"rank\": 3894, \"rankvar\": 2911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2769, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3412, \"group\": [667.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGATCGATA\", \"ini\": 819, \"clust\": 1026, \"rank\": 4147, \"rankvar\": 2031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2770, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3413, \"group\": [1031.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGCTAACTC\", \"ini\": 818, \"clust\": 1153, \"rank\": 3925, \"rankvar\": 2929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2771, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3414, \"group\": [1153.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTGGCCCTA\", \"ini\": 817, \"clust\": 1299, \"rank\": 4134, \"rankvar\": 3326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4029, \"group\": [1299.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTACTTAC\", \"ini\": 816, \"clust\": 1253, \"rank\": 3918, \"rankvar\": 1951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2773, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3415, \"group\": [1251.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCCACGAAT\", \"ini\": 815, \"clust\": 1183, \"rank\": 3957, \"rankvar\": 2556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2774, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3416, \"group\": [1185.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGAACAG\", \"ini\": 814, \"clust\": 742, \"rank\": 4030, \"rankvar\": 1743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2775, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3417, \"group\": [741.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCCAAGCCG\", \"ini\": 813, \"clust\": 1231, \"rank\": 3881, \"rankvar\": 2812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2776, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3418, \"group\": [1231.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTAGT\", \"ini\": 812, \"clust\": 1091, \"rank\": 4062, \"rankvar\": 3479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2777, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3419, \"group\": [1093.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCACAGTAC\", \"ini\": 811, \"clust\": 1159, \"rank\": 4044, \"rankvar\": 3190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2778, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3420, \"group\": [1159.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGTGAAGTT\", \"ini\": 810, \"clust\": 674, \"rank\": 4011, \"rankvar\": 3128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2779, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3421, \"group\": [674.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACAAATCCGT\", \"ini\": 809, \"clust\": 689, \"rank\": 3986, \"rankvar\": 3374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2780, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3422, \"group\": [691.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCACCGATAT\", \"ini\": 808, \"clust\": 627, \"rank\": 3882, \"rankvar\": 3135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2781, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3423, \"group\": [628.0, 98.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGCGATCG\", \"ini\": 807, \"clust\": 1338, \"rank\": 4162, \"rankvar\": 4511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2782, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4030, \"group\": [1336.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTTCCACAA\", \"ini\": 806, \"clust\": 699, \"rank\": 4150, \"rankvar\": 2921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2783, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3424, \"group\": [701.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCTCAACA\", \"ini\": 805, \"clust\": 756, \"rank\": 4037, \"rankvar\": 4220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2784, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3425, \"group\": [757.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCACAAGACG\", \"ini\": 804, \"clust\": 1112, \"rank\": 4086, \"rankvar\": 3395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2785, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3426, \"group\": [1111.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTCACATTCGA\", \"ini\": 803, \"clust\": 1063, \"rank\": 3987, \"rankvar\": 3452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2786, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3427, \"group\": [1062.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTGCGATG\", \"ini\": 802, \"clust\": 1650, \"rank\": 4023, \"rankvar\": 4276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2074, \"group\": [1649.0, 213.0, 39.0, 10.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCAGCACAT\", \"ini\": 801, \"clust\": 570, \"rank\": 3973, \"rankvar\": 2864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2788, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3428, \"group\": [569.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGTTCGAT\", \"ini\": 800, \"clust\": 1230, \"rank\": 3965, \"rankvar\": 2344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2789, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3429, \"group\": [1230.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCGGCTCA\", \"ini\": 799, \"clust\": 643, \"rank\": 3883, \"rankvar\": 2459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2790, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3430, \"group\": [643.0, 104.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGATGTGG\", \"ini\": 798, \"clust\": 632, \"rank\": 3923, \"rankvar\": 4093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2791, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3431, \"group\": [632.0, 98.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAAAGGTGC\", \"ini\": 797, \"clust\": 996, \"rank\": 3946, \"rankvar\": 4212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2792, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3432, \"group\": [997.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGTACGTTC\", \"ini\": 796, \"clust\": 1166, \"rank\": 4072, \"rankvar\": 3018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2793, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3433, \"group\": [1164.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTAAACCTC\", \"ini\": 795, \"clust\": 601, \"rank\": 3892, \"rankvar\": 4283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2794, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3434, \"group\": [602.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCTCGTTTA\", \"ini\": 794, \"clust\": 904, \"rank\": 4167, \"rankvar\": 3043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2795, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3435, \"group\": [903.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCGTCGTTC\", \"ini\": 793, \"clust\": 1107, \"rank\": 3954, \"rankvar\": 2444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2796, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3436, \"group\": [1106.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCACAAACC\", \"ini\": 792, \"clust\": 740, \"rank\": 4018, \"rankvar\": 2013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2797, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3437, \"group\": [740.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAATCCGT\", \"ini\": 791, \"clust\": 568, \"rank\": 3990, \"rankvar\": 2098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2798, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3438, \"group\": [568.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTAGCGTGA\", \"ini\": 790, \"clust\": 1168, \"rank\": 3887, \"rankvar\": 4238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3439, \"group\": [1170.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCCGCTGA\", \"ini\": 789, \"clust\": 1095, \"rank\": 4088, \"rankvar\": 3495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3440, \"group\": [1094.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAGTAGATTAG\", \"ini\": 788, \"clust\": 1117, \"rank\": 4099, \"rankvar\": 2322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2801, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3441, \"group\": [1121.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGCTAGGT\", \"ini\": 787, \"clust\": 1239, \"rank\": 4082, \"rankvar\": 2470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2802, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3442, \"group\": [1239.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACATGGGAAC\", \"ini\": 786, \"clust\": 3331, \"rank\": 4444, \"rankvar\": 3851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2827, \"group\": [3334.0, 512.0, 77.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTGTTTGC\", \"ini\": 785, \"clust\": 4245, \"rank\": 4645, \"rankvar\": 5205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2804, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 186, \"group\": [4241.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCAGGTC\", \"ini\": 784, \"clust\": 644, \"rank\": 4010, \"rankvar\": 3634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2805, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3443, \"group\": [644.0, 104.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGATCACGG\", \"ini\": 783, \"clust\": 1047, \"rank\": 4158, \"rankvar\": 3009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2806, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3444, \"group\": [1047.0, 120.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCATGACGGA\", \"ini\": 782, \"clust\": 1180, \"rank\": 3982, \"rankvar\": 3502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3445, \"group\": [1182.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCATAACCTG\", \"ini\": 781, \"clust\": 1085, \"rank\": 4126, \"rankvar\": 4085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2808, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3446, \"group\": [1088.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTGTTGAA\", \"ini\": 780, \"clust\": 1185, \"rank\": 4048, \"rankvar\": 3382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2809, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3447, \"group\": [1184.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCAACTCTT\", \"ini\": 779, \"clust\": 1182, \"rank\": 3912, \"rankvar\": 3726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2810, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3448, \"group\": [1181.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAACACCTA\", \"ini\": 778, \"clust\": 1073, \"rank\": 4046, \"rankvar\": 3010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2811, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3449, \"group\": [1078.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGCAATCTC\", \"ini\": 777, \"clust\": 1132, \"rank\": 4020, \"rankvar\": 1137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2812, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3450, \"group\": [1131.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTAGCACGA\", \"ini\": 776, \"clust\": 1195, \"rank\": 4051, \"rankvar\": 3514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2813, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3451, \"group\": [1194.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAGGAACGT\", \"ini\": 775, \"clust\": 1250, \"rank\": 3901, \"rankvar\": 3658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2814, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3452, \"group\": [1248.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGTTGAGG\", \"ini\": 774, \"clust\": 1087, \"rank\": 4033, \"rankvar\": 3981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2815, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3453, \"group\": [1085.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGTAAGTAC\", \"ini\": 773, \"clust\": 1267, \"rank\": 3864, \"rankvar\": 4727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2816, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4031, \"group\": [1270.0, 124.0, 17.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTCGT\", \"ini\": 772, \"clust\": 1165, \"rank\": 4128, \"rankvar\": 3775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2817, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3454, \"group\": [1166.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTTGCCGT\", \"ini\": 771, \"clust\": 577, \"rank\": 4019, \"rankvar\": 2879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2818, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3455, \"group\": [577.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAGCCACCA\", \"ini\": 770, \"clust\": 1115, \"rank\": 4071, \"rankvar\": 2314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2819, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3456, \"group\": [1114.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGTCGTTTG\", \"ini\": 769, \"clust\": 1256, \"rank\": 4053, \"rankvar\": 2230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2820, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3457, \"group\": [1257.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCTAGGCA\", \"ini\": 768, \"clust\": 1372, \"rank\": 4100, \"rankvar\": 4811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2821, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4032, \"group\": [1372.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGCCAACAG\", \"ini\": 767, \"clust\": 1249, \"rank\": 3971, \"rankvar\": 2513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2822, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3458, \"group\": [1250.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGACG\", \"ini\": 766, \"clust\": 1325, \"rank\": 4041, \"rankvar\": 4303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2823, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4033, \"group\": [1324.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGTCTGAGTGT\", \"ini\": 765, \"clust\": 1109, \"rank\": 4042, \"rankvar\": 1966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2824, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3459, \"group\": [1108.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCATTTGGG\", \"ini\": 764, \"clust\": 1110, \"rank\": 4094, \"rankvar\": 2453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2825, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3460, \"group\": [1109.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCACCT\", \"ini\": 763, \"clust\": 737, \"rank\": 4212, \"rankvar\": 2495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2826, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3461, \"group\": [737.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCAGACAGGT\", \"ini\": 762, \"clust\": 880, \"rank\": 4223, \"rankvar\": 3074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2827, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3462, \"group\": [880.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGCCAGAA\", \"ini\": 761, \"clust\": 727, \"rank\": 4054, \"rankvar\": 2412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2828, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3463, \"group\": [736.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGTAGC\", \"ini\": 760, \"clust\": 1644, \"rank\": 3777, \"rankvar\": 2945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2829, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4253, \"group\": [1644.0, 209.0, 38.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGGCTGAA\", \"ini\": 759, \"clust\": 1348, \"rank\": 4408, \"rankvar\": 1806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2830, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4034, \"group\": [1348.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCACACTGCG\", \"ini\": 758, \"clust\": 1152, \"rank\": 4089, \"rankvar\": 3170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2831, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3464, \"group\": [1152.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCCACTCCA\", \"ini\": 757, \"clust\": 690, \"rank\": 4068, \"rankvar\": 1573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2832, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3465, \"group\": [689.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCAACGGGA\", \"ini\": 756, \"clust\": 1077, \"rank\": 4133, \"rankvar\": 4152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2833, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3466, \"group\": [1075.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTACCTGC\", \"ini\": 755, \"clust\": 771, \"rank\": 4106, \"rankvar\": 1132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2834, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3467, \"group\": [771.0, 114.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATCGGGT\", \"ini\": 754, \"clust\": 675, \"rank\": 4060, \"rankvar\": 3908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2835, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3468, \"group\": [675.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCACAGTAC\", \"ini\": 753, \"clust\": 584, \"rank\": 4073, \"rankvar\": 3529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2836, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3469, \"group\": [584.0, 96.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGACCTC\", \"ini\": 752, \"clust\": 1038, \"rank\": 3974, \"rankvar\": 2924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2837, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3470, \"group\": [1037.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTAGTTCCACA\", \"ini\": 751, \"clust\": 764, \"rank\": 4155, \"rankvar\": 4658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2838, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3471, \"group\": [762.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTCTCAAC\", \"ini\": 750, \"clust\": 757, \"rank\": 3985, \"rankvar\": 4326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2839, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3472, \"group\": [755.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCTAAGAT\", \"ini\": 749, \"clust\": 811, \"rank\": 4343, \"rankvar\": 568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2840, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3473, \"group\": [811.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACATGTCTCC\", \"ini\": 748, \"clust\": 992, \"rank\": 3949, \"rankvar\": 2616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2841, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3474, \"group\": [1000.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCTAAGCCA\", \"ini\": 747, \"clust\": 1294, \"rank\": 4114, \"rankvar\": 4724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2842, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4035, \"group\": [1294.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACTAGGC\", \"ini\": 746, \"clust\": 1012, \"rank\": 4078, \"rankvar\": 3045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2843, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3475, \"group\": [1011.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCACGACTA\", \"ini\": 745, \"clust\": 680, \"rank\": 4058, \"rankvar\": 3757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2844, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3476, \"group\": [680.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCAGTTCGA\", \"ini\": 744, \"clust\": 1145, \"rank\": 4152, \"rankvar\": 1649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2845, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3477, \"group\": [1143.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTTCAACACTG\", \"ini\": 743, \"clust\": 1126, \"rank\": 4161, \"rankvar\": 2370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3478, \"group\": [1126.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCGTATAGTAG\", \"ini\": 742, \"clust\": 791, \"rank\": 4332, \"rankvar\": 1448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2847, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3479, \"group\": [789.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCGAGCCCA\", \"ini\": 741, \"clust\": 1179, \"rank\": 4063, \"rankvar\": 3268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2848, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3480, \"group\": [1178.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTGCCTGTG\", \"ini\": 740, \"clust\": 1088, \"rank\": 4040, \"rankvar\": 3257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2849, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3481, \"group\": [1086.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCGGATCA\", \"ini\": 739, \"clust\": 510, \"rank\": 4201, \"rankvar\": 4293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2850, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3482, \"group\": [509.0, 78.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCATTGCGGC\", \"ini\": 738, \"clust\": 1011, \"rank\": 4109, \"rankvar\": 3336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2851, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3483, \"group\": [1010.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGTCTCG\", \"ini\": 737, \"clust\": 1464, \"rank\": 3784, \"rankvar\": 3306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2852, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4104, \"group\": [1463.0, 138.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGCCGGTAA\", \"ini\": 736, \"clust\": 1148, \"rank\": 4069, \"rankvar\": 1422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2853, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3484, \"group\": [1148.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTCATTACCTT\", \"ini\": 735, \"clust\": 750, \"rank\": 4112, \"rankvar\": 2551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2854, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3485, \"group\": [750.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGATGCCTT\", \"ini\": 734, \"clust\": 655, \"rank\": 4075, \"rankvar\": 2825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2855, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3486, \"group\": [654.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCCGTAGGC\", \"ini\": 733, \"clust\": 1241, \"rank\": 4016, \"rankvar\": 3037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2856, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3487, \"group\": [1241.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACTTACGA\", \"ini\": 732, \"clust\": 773, \"rank\": 4353, \"rankvar\": 688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2857, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3488, \"group\": [777.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTAGATGA\", \"ini\": 731, \"clust\": 776, \"rank\": 4325, \"rankvar\": 570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2858, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3489, \"group\": [775.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAAATTGCC\", \"ini\": 730, \"clust\": 867, \"rank\": 4300, \"rankvar\": 3094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3490, \"group\": [869.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATCCGCGA\", \"ini\": 729, \"clust\": 1326, \"rank\": 4027, \"rankvar\": 4576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2860, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4036, \"group\": [1325.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTCATTA\", \"ini\": 728, \"clust\": 1105, \"rank\": 4156, \"rankvar\": 1494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2861, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3491, \"group\": [1104.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGCTAGTCT\", \"ini\": 727, \"clust\": 1335, \"rank\": 4443, \"rankvar\": 3801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2862, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4037, \"group\": [1335.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCTGATACG\", \"ini\": 726, \"clust\": 704, \"rank\": 4165, \"rankvar\": 3296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2863, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3492, \"group\": [704.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGTATCGAA\", \"ini\": 725, \"clust\": 903, \"rank\": 4251, \"rankvar\": 4124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2864, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3493, \"group\": [905.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTACTTCTT\", \"ini\": 724, \"clust\": 964, \"rank\": 4298, \"rankvar\": 1044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2865, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3494, \"group\": [963.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAGGTA\", \"ini\": 723, \"clust\": 1245, \"rank\": 3995, \"rankvar\": 3008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2866, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3495, \"group\": [1247.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTGAGTTC\", \"ini\": 722, \"clust\": 1124, \"rank\": 4149, \"rankvar\": 1744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2867, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3496, \"group\": [1124.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGAATGGG\", \"ini\": 721, \"clust\": 571, \"rank\": 4055, \"rankvar\": 1271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3497, \"group\": [570.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTAGGGTG\", \"ini\": 720, \"clust\": 1133, \"rank\": 4107, \"rankvar\": 2677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2869, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3498, \"group\": [1132.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAAGATGCCTT\", \"ini\": 719, \"clust\": 657, \"rank\": 4117, \"rankvar\": 2151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2870, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3499, \"group\": [657.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCAAGCG\", \"ini\": 718, \"clust\": 1364, \"rank\": 4121, \"rankvar\": 4413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2871, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4038, \"group\": [1365.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCGTCTTC\", \"ini\": 717, \"clust\": 1092, \"rank\": 4186, \"rankvar\": 3263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2872, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3500, \"group\": [1091.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTCTGATTG\", \"ini\": 716, \"clust\": 901, \"rank\": 4260, \"rankvar\": 2822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2873, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3501, \"group\": [901.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATCTACGA\", \"ini\": 715, \"clust\": 864, \"rank\": 4319, \"rankvar\": 2243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2874, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3502, \"group\": [866.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAACCGCCA\", \"ini\": 714, \"clust\": 738, \"rank\": 4185, \"rankvar\": 3109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2875, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3503, \"group\": [738.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTAAGCC\", \"ini\": 713, \"clust\": 1167, \"rank\": 4141, \"rankvar\": 1904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2876, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3504, \"group\": [1165.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCAAGCGA\", \"ini\": 712, \"clust\": 1206, \"rank\": 4225, \"rankvar\": 1699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2877, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3505, \"group\": [1205.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTAATCACC\", \"ini\": 711, \"clust\": 1324, \"rank\": 4177, \"rankvar\": 2937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2878, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4039, \"group\": [1326.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCACGAAACG\", \"ini\": 710, \"clust\": 1221, \"rank\": 4145, \"rankvar\": 2805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2879, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3506, \"group\": [1220.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATTCCTCG\", \"ini\": 709, \"clust\": 1051, \"rank\": 4259, \"rankvar\": 3442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2880, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3507, \"group\": [1054.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGAGATGAG\", \"ini\": 708, \"clust\": 749, \"rank\": 4313, \"rankvar\": 3552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2881, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3508, \"group\": [751.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCCCACT\", \"ini\": 707, \"clust\": 1297, \"rank\": 4105, \"rankvar\": 4224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2882, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4040, \"group\": [1296.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGACTACT\", \"ini\": 706, \"clust\": 1070, \"rank\": 4234, \"rankvar\": 2032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3509, \"group\": [1069.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTGGTAAT\", \"ini\": 705, \"clust\": 751, \"rank\": 4255, \"rankvar\": 2670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2884, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3510, \"group\": [748.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCAGCTTAG\", \"ini\": 704, \"clust\": 728, \"rank\": 4198, \"rankvar\": 3195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2885, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3511, \"group\": [729.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTGATGTGG\", \"ini\": 703, \"clust\": 1199, \"rank\": 4171, \"rankvar\": 3364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2886, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3512, \"group\": [1199.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCATATGCTG\", \"ini\": 702, \"clust\": 1003, \"rank\": 4250, \"rankvar\": 4160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2887, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3513, \"group\": [1002.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCAAACGTGG\", \"ini\": 701, \"clust\": 1628, \"rank\": 3897, \"rankvar\": 3662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2888, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4185, \"group\": [1628.0, 196.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGCTCGCA\", \"ini\": 700, \"clust\": 1240, \"rank\": 4196, \"rankvar\": 2059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2889, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3514, \"group\": [1240.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACACCATGTA\", \"ini\": 699, \"clust\": 1121, \"rank\": 4079, \"rankvar\": 2840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2890, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3515, \"group\": [1120.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGATGCCAG\", \"ini\": 698, \"clust\": 1257, \"rank\": 4091, \"rankvar\": 3240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2891, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3516, \"group\": [1255.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAGCCTAT\", \"ini\": 697, \"clust\": 743, \"rank\": 4218, \"rankvar\": 2377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2892, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3517, \"group\": [742.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCGCGCCAA\", \"ini\": 696, \"clust\": 645, \"rank\": 4423, \"rankvar\": 3493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2893, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3518, \"group\": [1267.0, 122.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATCGGTTA\", \"ini\": 695, \"clust\": 4250, \"rank\": 4714, \"rankvar\": 5230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2894, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 187, \"group\": [4247.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTCGTACT\", \"ini\": 694, \"clust\": 997, \"rank\": 4216, \"rankvar\": 3744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3519, \"group\": [995.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCTAGCACA\", \"ini\": 693, \"clust\": 998, \"rank\": 4173, \"rankvar\": 3323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2896, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3520, \"group\": [996.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTCACTGGC\", \"ini\": 692, \"clust\": 1311, \"rank\": 4340, \"rankvar\": 4048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2897, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4041, \"group\": [1313.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTAACG\", \"ini\": 691, \"clust\": 1017, \"rank\": 4256, \"rankvar\": 2381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2898, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3521, \"group\": [1017.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATGGT\", \"ini\": 690, \"clust\": 1227, \"rank\": 4065, \"rankvar\": 2149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2899, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3522, \"group\": [1225.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGCACCGCT\", \"ini\": 689, \"clust\": 691, \"rank\": 4123, \"rankvar\": 1944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2900, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3523, \"group\": [690.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCCA\", \"ini\": 688, \"clust\": 658, \"rank\": 4178, \"rankvar\": 2225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2901, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3524, \"group\": [658.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGACACCA\", \"ini\": 687, \"clust\": 1223, \"rank\": 4272, \"rankvar\": 1599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2902, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3525, \"group\": [1223.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCGCATGGC\", \"ini\": 686, \"clust\": 1279, \"rank\": 4289, \"rankvar\": 1003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2903, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3526, \"group\": [1288.0, 129.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCCTGTAGA\", \"ini\": 685, \"clust\": 651, \"rank\": 3847, \"rankvar\": 3798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2904, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3527, \"group\": [652.0, 106.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCGTCTGCT\", \"ini\": 684, \"clust\": 1053, \"rank\": 4193, \"rankvar\": 1980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2905, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3528, \"group\": [1051.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGCCTAA\", \"ini\": 683, \"clust\": 1228, \"rank\": 3952, \"rankvar\": 3166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2906, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3529, \"group\": [1226.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGAGGCT\", \"ini\": 682, \"clust\": 652, \"rank\": 4050, \"rankvar\": 1415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2907, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3530, \"group\": [650.0, 106.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCTCTCGT\", \"ini\": 681, \"clust\": 1232, \"rank\": 3921, \"rankvar\": 4045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2908, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3531, \"group\": [1232.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGCAACGA\", \"ini\": 680, \"clust\": 3199, \"rank\": 4644, \"rankvar\": 1056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2075, \"group\": [3202.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCATTGGCGC\", \"ini\": 679, \"clust\": 788, \"rank\": 4270, \"rankvar\": 2637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2910, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3532, \"group\": [787.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACACGACTCG\", \"ini\": 678, \"clust\": 1234, \"rank\": 4206, \"rankvar\": 3001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2911, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3533, \"group\": [1234.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACATTAGGCT\", \"ini\": 677, \"clust\": 714, \"rank\": 4169, \"rankvar\": 4347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2912, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3534, \"group\": [713.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCTCTAAGG\", \"ini\": 676, \"clust\": 647, \"rank\": 4029, \"rankvar\": 3701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2913, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3535, \"group\": [647.0, 105.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAAGTGTA\", \"ini\": 675, \"clust\": 1138, \"rank\": 4175, \"rankvar\": 2103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2914, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3536, \"group\": [1138.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCATAGCAC\", \"ini\": 674, \"clust\": 884, \"rank\": 4278, \"rankvar\": 1443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2915, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3537, \"group\": [886.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGTACGTTC\", \"ini\": 673, \"clust\": 508, \"rank\": 4092, \"rankvar\": 4148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2916, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3538, \"group\": [512.0, 78.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTCATTGGGCC\", \"ini\": 672, \"clust\": 989, \"rank\": 4000, \"rankvar\": 3313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2917, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3539, \"group\": [989.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCTGTTGAG\", \"ini\": 671, \"clust\": 681, \"rank\": 4208, \"rankvar\": 1068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2918, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3540, \"group\": [681.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCCAAAGTC\", \"ini\": 670, \"clust\": 1186, \"rank\": 4136, \"rankvar\": 2645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2919, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3541, \"group\": [1191.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTGGTCTCG\", \"ini\": 669, \"clust\": 912, \"rank\": 4205, \"rankvar\": 4020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2920, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3542, \"group\": [912.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCAGCATGT\", \"ini\": 668, \"clust\": 1218, \"rank\": 4280, \"rankvar\": 2077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2921, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3543, \"group\": [1217.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGAGCCCAA\", \"ini\": 667, \"clust\": 668, \"rank\": 4132, \"rankvar\": 1684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2922, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3544, \"group\": [668.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTCATGCTGGC\", \"ini\": 666, \"clust\": 1111, \"rank\": 4242, \"rankvar\": 1036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2923, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3545, \"group\": [1113.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGGTGACTACT\", \"ini\": 665, \"clust\": 581, \"rank\": 4097, \"rankvar\": 3239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2924, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3546, \"group\": [580.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTCACAGGTTT\", \"ini\": 664, \"clust\": 1243, \"rank\": 4077, \"rankvar\": 3230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2925, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3547, \"group\": [1243.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTAAATGTG\", \"ini\": 663, \"clust\": 1131, \"rank\": 4084, \"rankvar\": 3483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2926, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3548, \"group\": [1133.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTATCTGCA\", \"ini\": 662, \"clust\": 1281, \"rank\": 4188, \"rankvar\": 3102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2927, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3549, \"group\": [1281.0, 127.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGGAACTGC\", \"ini\": 661, \"clust\": 1058, \"rank\": 4139, \"rankvar\": 2414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2928, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3550, \"group\": [1056.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTTCCGTCT\", \"ini\": 660, \"clust\": 1320, \"rank\": 4148, \"rankvar\": 4499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2929, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4042, \"group\": [1320.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCTGAAAGA\", \"ini\": 659, \"clust\": 1052, \"rank\": 4265, \"rankvar\": 1693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2930, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3551, \"group\": [1053.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTTCACCTC\", \"ini\": 658, \"clust\": 732, \"rank\": 4217, \"rankvar\": 3093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2931, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3552, \"group\": [730.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACGGTAAG\", \"ini\": 657, \"clust\": 1096, \"rank\": 4245, \"rankvar\": 3441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2932, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3553, \"group\": [1095.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGTGAAGTT\", \"ini\": 656, \"clust\": 1146, \"rank\": 4292, \"rankvar\": 1695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2933, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3554, \"group\": [1144.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCGTGGTCG\", \"ini\": 655, \"clust\": 1280, \"rank\": 4057, \"rankvar\": 4610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2934, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3555, \"group\": [1282.0, 127.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGTGAACGC\", \"ini\": 654, \"clust\": 659, \"rank\": 4261, \"rankvar\": 3695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2935, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3556, \"group\": [662.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCAGCGTTCG\", \"ini\": 653, \"clust\": 721, \"rank\": 4374, \"rankvar\": 816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3557, \"group\": [723.0, 110.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCAACACTG\", \"ini\": 652, \"clust\": 1254, \"rank\": 4059, \"rankvar\": 2946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2937, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3558, \"group\": [1252.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGTGCCATT\", \"ini\": 651, \"clust\": 1068, \"rank\": 4197, \"rankvar\": 1211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2938, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3559, \"group\": [1071.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGAGGTTGC\", \"ini\": 650, \"clust\": 511, \"rank\": 4194, \"rankvar\": 4544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2939, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3560, \"group\": [510.0, 78.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTGTGCGTC\", \"ini\": 649, \"clust\": 865, \"rank\": 4397, \"rankvar\": 1302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2940, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3561, \"group\": [864.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCACCTAA\", \"ini\": 648, \"clust\": 1322, \"rank\": 4191, \"rankvar\": 4272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2941, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4043, \"group\": [1322.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGAGATCGGGT\", \"ini\": 647, \"clust\": 666, \"rank\": 4142, \"rankvar\": 1389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3562, \"group\": [665.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTGAGTGT\", \"ini\": 646, \"clust\": 3383, \"rank\": 4725, \"rankvar\": 1395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2076, \"group\": [3382.0, 539.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTAGAGTGC\", \"ini\": 645, \"clust\": 795, \"rank\": 4307, \"rankvar\": 2047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2944, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3563, \"group\": [799.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTTGCGTTA\", \"ini\": 644, \"clust\": 719, \"rank\": 4299, \"rankvar\": 2449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2945, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3564, \"group\": [717.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCACGGC\", \"ini\": 643, \"clust\": 529, \"rank\": 4358, \"rankvar\": 2951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2946, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3565, \"group\": [526.0, 85.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTAGGGTGTGT\", \"ini\": 642, \"clust\": 730, \"rank\": 4240, \"rankvar\": 4068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2947, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3566, \"group\": [728.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCACGTCTCT\", \"ini\": 641, \"clust\": 1188, \"rank\": 4297, \"rankvar\": 1574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2948, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3567, \"group\": [1186.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAGGCAGTA\", \"ini\": 640, \"clust\": 1108, \"rank\": 4160, \"rankvar\": 2691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2949, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3568, \"group\": [1107.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTTACTGAC\", \"ini\": 639, \"clust\": 1292, \"rank\": 4090, \"rankvar\": 4671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2950, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4044, \"group\": [1291.0, 131.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTCGACTAT\", \"ini\": 638, \"clust\": 1160, \"rank\": 4140, \"rankvar\": 3612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2951, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3569, \"group\": [1160.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCATGGGAAC\", \"ini\": 637, \"clust\": 702, \"rank\": 4293, \"rankvar\": 2063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2952, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3570, \"group\": [706.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACGCATA\", \"ini\": 636, \"clust\": 1061, \"rank\": 4200, \"rankvar\": 4451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2953, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3571, \"group\": [1063.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCGCGTAGC\", \"ini\": 635, \"clust\": 893, \"rank\": 4322, \"rankvar\": 631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2954, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3572, \"group\": [892.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCCTAGAAC\", \"ini\": 634, \"clust\": 885, \"rank\": 4331, \"rankvar\": 2615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3573, \"group\": [884.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGGAATGGA\", \"ini\": 633, \"clust\": 1154, \"rank\": 4183, \"rankvar\": 3032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2956, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3574, \"group\": [1154.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACTCCTG\", \"ini\": 632, \"clust\": 1170, \"rank\": 4108, \"rankvar\": 4003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3575, \"group\": [1169.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACAAACTGTC\", \"ini\": 631, \"clust\": 1172, \"rank\": 4151, \"rankvar\": 3550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2958, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3576, \"group\": [1172.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTTGCGCAC\", \"ini\": 630, \"clust\": 708, \"rank\": 4321, \"rankvar\": 3411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2959, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3577, \"group\": [712.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATGTCGG\", \"ini\": 629, \"clust\": 1273, \"rank\": 4230, \"rankvar\": 4120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2960, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3578, \"group\": [1273.0, 125.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACTGGGT\", \"ini\": 628, \"clust\": 1176, \"rank\": 4143, \"rankvar\": 3212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2961, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3579, \"group\": [1176.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGGACAGCT\", \"ini\": 627, \"clust\": 990, \"rank\": 4166, \"rankvar\": 3242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2962, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3580, \"group\": [987.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGAACTGT\", \"ini\": 626, \"clust\": 753, \"rank\": 4301, \"rankvar\": 3575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2963, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3581, \"group\": [753.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTTGACAC\", \"ini\": 625, \"clust\": 1465, \"rank\": 3858, \"rankvar\": 3274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2964, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4105, \"group\": [1464.0, 138.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGCGTAGTG\", \"ini\": 624, \"clust\": 1205, \"rank\": 4351, \"rankvar\": 2362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2965, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3582, \"group\": [1207.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCCATAC\", \"ini\": 623, \"clust\": 1330, \"rank\": 4182, \"rankvar\": 4634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2966, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4045, \"group\": [1330.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCTCCGGTT\", \"ini\": 622, \"clust\": 705, \"rank\": 4238, \"rankvar\": 3363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2967, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3583, \"group\": [702.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTTACCTA\", \"ini\": 621, \"clust\": 1323, \"rank\": 4113, \"rankvar\": 4560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2968, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4046, \"group\": [1323.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTCAGGCTGAA\", \"ini\": 620, \"clust\": 641, \"rank\": 4315, \"rankvar\": 1992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2969, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3584, \"group\": [641.0, 102.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATCACAC\", \"ini\": 619, \"clust\": 1055, \"rank\": 4286, \"rankvar\": 2355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3585, \"group\": [1058.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCATCATC\", \"ini\": 618, \"clust\": 866, \"rank\": 4416, \"rankvar\": 1809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2971, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3586, \"group\": [865.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCACGTG\", \"ini\": 617, \"clust\": 974, \"rank\": 4096, \"rankvar\": 2189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2972, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3587, \"group\": [973.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTCGGACG\", \"ini\": 616, \"clust\": 707, \"rank\": 4274, \"rankvar\": 1038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2973, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3588, \"group\": [720.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTCGTATT\", \"ini\": 615, \"clust\": 1129, \"rank\": 4347, \"rankvar\": 1143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2974, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3589, \"group\": [1128.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGAACTCGG\", \"ini\": 614, \"clust\": 777, \"rank\": 4432, \"rankvar\": 1279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2975, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3590, \"group\": [776.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACCGAT\", \"ini\": 613, \"clust\": 656, \"rank\": 4222, \"rankvar\": 2610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2976, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3591, \"group\": [655.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATGCAATC\", \"ini\": 612, \"clust\": 1093, \"rank\": 4190, \"rankvar\": 2778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2977, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3592, \"group\": [1092.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACGTCA\", \"ini\": 611, \"clust\": 1222, \"rank\": 4254, \"rankvar\": 4022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2978, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3593, \"group\": [1221.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGTTACCT\", \"ini\": 610, \"clust\": 793, \"rank\": 4382, \"rankvar\": 2267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2979, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3594, \"group\": [791.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTATCCTA\", \"ini\": 609, \"clust\": 991, \"rank\": 4138, \"rankvar\": 3532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2980, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3595, \"group\": [988.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGGCTAGCA\", \"ini\": 608, \"clust\": 999, \"rank\": 4384, \"rankvar\": 2237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2981, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3596, \"group\": [998.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCCTAATT\", \"ini\": 607, \"clust\": 1113, \"rank\": 4241, \"rankvar\": 2963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2982, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3597, \"group\": [1112.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCTGGTTCC\", \"ini\": 606, \"clust\": 954, \"rank\": 4430, \"rankvar\": 2878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2983, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3598, \"group\": [953.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGATAGCAT\", \"ini\": 605, \"clust\": 575, \"rank\": 4285, \"rankvar\": 1905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2984, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3599, \"group\": [575.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGACAAGCC\", \"ini\": 604, \"clust\": 509, \"rank\": 4214, \"rankvar\": 4617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2985, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3600, \"group\": [511.0, 78.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATTCACT\", \"ini\": 603, \"clust\": 733, \"rank\": 4220, \"rankvar\": 3198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2986, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3601, \"group\": [731.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCGGCGCAT\", \"ini\": 602, \"clust\": 1071, \"rank\": 4269, \"rankvar\": 4430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2987, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3602, \"group\": [1067.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTACCGAT\", \"ini\": 601, \"clust\": 1100, \"rank\": 4341, \"rankvar\": 3609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2988, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3603, \"group\": [1100.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAACTTGAC\", \"ini\": 600, \"clust\": 1162, \"rank\": 4354, \"rankvar\": 2172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2989, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3604, \"group\": [1162.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTGACTCAT\", \"ini\": 599, \"clust\": 1161, \"rank\": 4233, \"rankvar\": 2310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2990, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3605, \"group\": [1161.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACATCTTT\", \"ini\": 598, \"clust\": 886, \"rank\": 4422, \"rankvar\": 1023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2991, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3606, \"group\": [885.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCACTGGC\", \"ini\": 597, \"clust\": 1244, \"rank\": 4207, \"rankvar\": 2022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2992, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3607, \"group\": [1244.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTACACCGC\", \"ini\": 596, \"clust\": 881, \"rank\": 4356, \"rankvar\": 2843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2993, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3608, \"group\": [881.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCAGATAAG\", \"ini\": 595, \"clust\": 701, \"rank\": 4371, \"rankvar\": 1845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2994, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3609, \"group\": [700.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGTAAGG\", \"ini\": 594, \"clust\": 1127, \"rank\": 4337, \"rankvar\": 1208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2995, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3610, \"group\": [1127.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGTGGTAGC\", \"ini\": 593, \"clust\": 1156, \"rank\": 4323, \"rankvar\": 2897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3611, \"group\": [1155.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGTCCTATGTT\", \"ini\": 592, \"clust\": 1194, \"rank\": 4314, \"rankvar\": 3631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2997, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3612, \"group\": [1196.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGCCATT\", \"ini\": 591, \"clust\": 1106, \"rank\": 4392, \"rankvar\": 1861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2998, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3613, \"group\": [1105.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCGCATGGC\", \"ini\": 590, \"clust\": 1013, \"rank\": 4244, \"rankvar\": 4053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3614, \"group\": [1012.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGAAAC\", \"ini\": 589, \"clust\": 667, \"rank\": 4080, \"rankvar\": 3140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3000, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3615, \"group\": [666.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAAGTTGTAGA\", \"ini\": 588, \"clust\": 1139, \"rank\": 4232, \"rankvar\": 3063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3001, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3616, \"group\": [1139.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATTCTTAC\", \"ini\": 587, \"clust\": 1024, \"rank\": 4372, \"rankvar\": 3945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3002, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3617, \"group\": [1019.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTTTGTG\", \"ini\": 586, \"clust\": 1072, \"rank\": 4336, \"rankvar\": 3444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3003, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3618, \"group\": [1068.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAGCATGAG\", \"ini\": 585, \"clust\": 461, \"rank\": 4456, \"rankvar\": 257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3004, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4186, \"group\": [463.0, 74.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGAAACCAT\", \"ini\": 584, \"clust\": 1189, \"rank\": 4344, \"rankvar\": 2227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3005, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3619, \"group\": [1187.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACCCTCA\", \"ini\": 583, \"clust\": 899, \"rank\": 4379, \"rankvar\": 4378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3006, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3620, \"group\": [899.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGTGCGTC\", \"ini\": 582, \"clust\": 748, \"rank\": 4468, \"rankvar\": 2497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3007, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3621, \"group\": [752.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTCCAACTA\", \"ini\": 581, \"clust\": 1258, \"rank\": 4263, \"rankvar\": 2797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3008, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3622, \"group\": [1256.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTAAATGTG\", \"ini\": 580, \"clust\": 1242, \"rank\": 4258, \"rankvar\": 1930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3009, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3623, \"group\": [1242.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGGTGCACA\", \"ini\": 579, \"clust\": 1251, \"rank\": 4135, \"rankvar\": 3535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3010, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3624, \"group\": [1249.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAGTCGATT\", \"ini\": 578, \"clust\": 993, \"rank\": 4357, \"rankvar\": 3378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3011, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3625, \"group\": [994.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAAGGATT\", \"ini\": 577, \"clust\": 1008, \"rank\": 4333, \"rankvar\": 1808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3012, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3626, \"group\": [1007.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTATCAGTC\", \"ini\": 576, \"clust\": 466, \"rank\": 4246, \"rankvar\": 496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3013, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4187, \"group\": [467.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAGGTA\", \"ini\": 575, \"clust\": 125, \"rank\": 4530, \"rankvar\": 4690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3014, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 254, \"group\": [125.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTGTTTGTG\", \"ini\": 574, \"clust\": 3202, \"rank\": 4642, \"rankvar\": 2993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2077, \"group\": [3200.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCAGTCAGT\", \"ini\": 573, \"clust\": 1246, \"rank\": 4291, \"rankvar\": 3772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3627, \"group\": [1245.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACGTAAGG\", \"ini\": 572, \"clust\": 1235, \"rank\": 4192, \"rankvar\": 3081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3017, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3628, \"group\": [1235.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTCAGCGC\", \"ini\": 571, \"clust\": 706, \"rank\": 4268, \"rankvar\": 3252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3018, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3629, \"group\": [703.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCCGAGCCA\", \"ini\": 570, \"clust\": 1144, \"rank\": 4302, \"rankvar\": 2435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3019, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3630, \"group\": [1145.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGTCATCCA\", \"ini\": 569, \"clust\": 716, \"rank\": 4352, \"rankvar\": 4421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3020, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3631, \"group\": [715.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGAGGCTAGGT\", \"ini\": 568, \"clust\": 1255, \"rank\": 4168, \"rankvar\": 2586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3021, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3632, \"group\": [1258.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACCGAAAG\", \"ini\": 567, \"clust\": 1015, \"rank\": 4229, \"rankvar\": 2135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3022, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3633, \"group\": [1014.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCTTCGGTC\", \"ini\": 566, \"clust\": 1211, \"rank\": 4409, \"rankvar\": 922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3023, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3634, \"group\": [1213.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGGATGCGT\", \"ini\": 565, \"clust\": 872, \"rank\": 4402, \"rankvar\": 1708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3024, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3635, \"group\": [874.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCACATTCGA\", \"ini\": 564, \"clust\": 120, \"rank\": 4574, \"rankvar\": 4722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3025, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 255, \"group\": [123.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCTTTCCTC\", \"ini\": 563, \"clust\": 789, \"rank\": 4518, \"rankvar\": 3839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3026, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3636, \"group\": [788.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCATCCACGTTC\", \"ini\": 562, \"clust\": 1648, \"rank\": 4006, \"rankvar\": 4855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2078, \"group\": [1653.0, 214.0, 39.0, 10.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCAAGAAGAG\", \"ini\": 561, \"clust\": 1220, \"rank\": 4398, \"rankvar\": 3329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3028, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3637, \"group\": [1222.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCAACTGGCC\", \"ini\": 560, \"clust\": 1116, \"rank\": 4219, \"rankvar\": 4291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3029, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3638, \"group\": [1115.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTAATCACC\", \"ini\": 559, \"clust\": 1467, \"rank\": 3977, \"rankvar\": 3384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3030, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4106, \"group\": [1469.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCATGT\", \"ini\": 558, \"clust\": 1022, \"rank\": 4395, \"rankvar\": 1961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3031, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3639, \"group\": [1022.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATATGCA\", \"ini\": 557, \"clust\": 1136, \"rank\": 4288, \"rankvar\": 2338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3032, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3640, \"group\": [1136.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAATACCG\", \"ini\": 556, \"clust\": 1209, \"rank\": 4335, \"rankvar\": 1136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3033, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3641, \"group\": [1208.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTTGCGG\", \"ini\": 555, \"clust\": 780, \"rank\": 4511, \"rankvar\": 1646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3034, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3642, \"group\": [780.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTCGG\", \"ini\": 554, \"clust\": 1216, \"rank\": 4237, \"rankvar\": 4164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3035, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3643, \"group\": [1214.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTTGTATC\", \"ini\": 553, \"clust\": 1208, \"rank\": 4348, \"rankvar\": 2624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3036, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3644, \"group\": [1210.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTATTGGA\", \"ini\": 552, \"clust\": 715, \"rank\": 4324, \"rankvar\": 3841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3037, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3645, \"group\": [714.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTGGAGAA\", \"ini\": 551, \"clust\": 695, \"rank\": 4457, \"rankvar\": 2763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3038, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3646, \"group\": [694.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTATATCCG\", \"ini\": 550, \"clust\": 1157, \"rank\": 4277, \"rankvar\": 3959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3039, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3647, \"group\": [1156.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCAGCATCATC\", \"ini\": 549, \"clust\": 1122, \"rank\": 4485, \"rankvar\": 1811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3040, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3648, \"group\": [1122.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCGCATGGC\", \"ini\": 548, \"clust\": 669, \"rank\": 4294, \"rankvar\": 1971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3041, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3649, \"group\": [669.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCGCCAGCA\", \"ini\": 547, \"clust\": 1300, \"rank\": 4342, \"rankvar\": 4660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3042, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4047, \"group\": [1300.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACATACGCCG\", \"ini\": 546, \"clust\": 1190, \"rank\": 4350, \"rankvar\": 2049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3043, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3650, \"group\": [1188.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGCCCAACC\", \"ini\": 545, \"clust\": 1646, \"rank\": 3907, \"rankvar\": 4453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3044, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4254, \"group\": [1647.0, 212.0, 38.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACACAGAGGT\", \"ini\": 544, \"clust\": 1217, \"rank\": 4283, \"rankvar\": 4239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3045, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3651, \"group\": [1215.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGAGTGTG\", \"ini\": 543, \"clust\": 684, \"rank\": 4157, \"rankvar\": 3693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3046, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3652, \"group\": [686.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTTCCGCAGTG\", \"ini\": 542, \"clust\": 1163, \"rank\": 4338, \"rankvar\": 2500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3047, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3653, \"group\": [1163.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGAGGACGG\", \"ini\": 541, \"clust\": 1291, \"rank\": 4210, \"rankvar\": 4429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3048, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4048, \"group\": [1293.0, 131.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGACATC\", \"ini\": 540, \"clust\": 1030, \"rank\": 4498, \"rankvar\": 1685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3049, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3654, \"group\": [1028.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAGGGTAC\", \"ini\": 539, \"clust\": 786, \"rank\": 4378, \"rankvar\": 4217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3050, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3655, \"group\": [784.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACAAGCCC\", \"ini\": 538, \"clust\": 723, \"rank\": 4383, \"rankvar\": 4066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3051, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3656, \"group\": [722.0, 110.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGCCATAG\", \"ini\": 537, \"clust\": 685, \"rank\": 4226, \"rankvar\": 3732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3052, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3657, \"group\": [684.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGAGGGAACGG\", \"ini\": 536, \"clust\": 1054, \"rank\": 4362, \"rankvar\": 2092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3053, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3658, \"group\": [1052.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCCAAATGC\", \"ini\": 535, \"clust\": 1293, \"rank\": 4361, \"rankvar\": 4031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3054, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4049, \"group\": [1292.0, 131.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCGTGAGT\", \"ini\": 534, \"clust\": 987, \"rank\": 4180, \"rankvar\": 2128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3055, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3659, \"group\": [991.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCCACT\", \"ini\": 533, \"clust\": 717, \"rank\": 4450, \"rankvar\": 4190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3056, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3660, \"group\": [716.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGTCCTC\", \"ini\": 532, \"clust\": 4156, \"rank\": 4891, \"rankvar\": 5032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3057, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 188, \"group\": [4153.0, 786.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATAACGA\", \"ini\": 531, \"clust\": 1331, \"rank\": 4309, \"rankvar\": 4490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3058, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4050, \"group\": [1329.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGCTTCT\", \"ini\": 530, \"clust\": 1309, \"rank\": 4363, \"rankvar\": 3107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3059, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4051, \"group\": [1309.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCCGGCACA\", \"ini\": 529, \"clust\": 798, \"rank\": 4455, \"rankvar\": 1541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3060, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3661, \"group\": [795.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAAAGCGGT\", \"ini\": 528, \"clust\": 1282, \"rank\": 4184, \"rankvar\": 4267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3061, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3662, \"group\": [1279.0, 127.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTAAGTAC\", \"ini\": 527, \"clust\": 1192, \"rank\": 4370, \"rankvar\": 2981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3062, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3663, \"group\": [1192.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTAACCCT\", \"ini\": 526, \"clust\": 1140, \"rank\": 4306, \"rankvar\": 1561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3063, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3664, \"group\": [1142.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTGAGTTC\", \"ini\": 525, \"clust\": 3186, \"rank\": 4743, \"rankvar\": 1611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2079, \"group\": [3186.0, 466.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCGCCTCA\", \"ini\": 524, \"clust\": 1266, \"rank\": 4264, \"rankvar\": 2250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3065, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3665, \"group\": [1265.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTAATAGCA\", \"ini\": 523, \"clust\": 1197, \"rank\": 4394, \"rankvar\": 2957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3066, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3666, \"group\": [1197.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTAGCCTAT\", \"ini\": 522, \"clust\": 994, \"rank\": 4476, \"rankvar\": 2241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3067, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3667, \"group\": [992.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTTACGGAG\", \"ini\": 521, \"clust\": 875, \"rank\": 4474, \"rankvar\": 1496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3068, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3668, \"group\": [875.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTCTGTCG\", \"ini\": 520, \"clust\": 1210, \"rank\": 4328, \"rankvar\": 3146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3069, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3669, \"group\": [1209.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGCCAACAG\", \"ini\": 519, \"clust\": 1479, \"rank\": 4074, \"rankvar\": 4679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3070, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4052, \"group\": [1478.0, 142.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAGTCCCTACT\", \"ini\": 518, \"clust\": 815, \"rank\": 4635, \"rankvar\": 1833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3071, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3670, \"group\": [817.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGACAAAGG\", \"ini\": 517, \"clust\": 724, \"rank\": 4458, \"rankvar\": 3301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3671, \"group\": [726.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTGAGTTC\", \"ini\": 516, \"clust\": 4158, \"rank\": 4934, \"rankvar\": 5212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3073, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 189, \"group\": [4155.0, 786.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTGCTTG\", \"ini\": 515, \"clust\": 1196, \"rank\": 4346, \"rankvar\": 3735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3074, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3672, \"group\": [1195.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTATGCGT\", \"ini\": 514, \"clust\": 956, \"rank\": 4482, \"rankvar\": 2485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3075, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3673, \"group\": [965.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTGTAGAGTGC\", \"ini\": 513, \"clust\": 688, \"rank\": 4399, \"rankvar\": 3727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3076, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3674, \"group\": [688.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACTGAAGG\", \"ini\": 512, \"clust\": 1099, \"rank\": 4376, \"rankvar\": 3426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3077, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3675, \"group\": [1098.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCAGAGCAATT\", \"ini\": 511, \"clust\": 772, \"rank\": 4470, \"rankvar\": 3115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3078, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3676, \"group\": [772.0, 114.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTAAGTGTA\", \"ini\": 510, \"clust\": 910, \"rank\": 4385, \"rankvar\": 3806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3079, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3677, \"group\": [910.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCTTGTCC\", \"ini\": 509, \"clust\": 1050, \"rank\": 4427, \"rankvar\": 1215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3080, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3678, \"group\": [1049.0, 120.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTTGTACAC\", \"ini\": 508, \"clust\": 995, \"rank\": 4434, \"rankvar\": 2618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3081, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3679, \"group\": [993.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCAGGACA\", \"ini\": 507, \"clust\": 873, \"rank\": 4463, \"rankvar\": 1593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3680, \"group\": [872.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCCGTCAG\", \"ini\": 506, \"clust\": 1027, \"rank\": 4516, \"rankvar\": 2416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3083, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3681, \"group\": [1026.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACAGCCCA\", \"ini\": 505, \"clust\": 988, \"rank\": 4279, \"rankvar\": 3605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3084, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3682, \"group\": [990.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACAGGAATCG\", \"ini\": 504, \"clust\": 1173, \"rank\": 4316, \"rankvar\": 3721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3085, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3683, \"group\": [1173.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTATCCGA\", \"ini\": 503, \"clust\": 1143, \"rank\": 4249, \"rankvar\": 3528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3684, \"group\": [1146.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTCTCATT\", \"ini\": 502, \"clust\": 1075, \"rank\": 4320, \"rankvar\": 3679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3087, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3685, \"group\": [1073.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGAACAACT\", \"ini\": 501, \"clust\": 720, \"rank\": 4390, \"rankvar\": 4327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3088, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3686, \"group\": [718.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGGTGTTA\", \"ini\": 500, \"clust\": 731, \"rank\": 4431, \"rankvar\": 3928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3089, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3687, \"group\": [732.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAATTCCTT\", \"ini\": 499, \"clust\": 1215, \"rank\": 4375, \"rankvar\": 3766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3688, \"group\": [1216.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGATGAGAG\", \"ini\": 498, \"clust\": 3333, \"rank\": 4737, \"rankvar\": 4155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3091, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2828, \"group\": [3333.0, 511.0, 77.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTTCGTCTC\", \"ini\": 497, \"clust\": 1025, \"rank\": 4517, \"rankvar\": 3419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3092, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3689, \"group\": [1020.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGAGGGATA\", \"ini\": 496, \"clust\": 1137, \"rank\": 4401, \"rankvar\": 2848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3093, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3690, \"group\": [1137.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTGGACGAT\", \"ini\": 495, \"clust\": 758, \"rank\": 4393, \"rankvar\": 3957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3094, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3691, \"group\": [756.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGGTGCCT\", \"ini\": 494, \"clust\": 1296, \"rank\": 4415, \"rankvar\": 2949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3095, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4053, \"group\": [1298.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCGCCAAAT\", \"ini\": 493, \"clust\": 578, \"rank\": 4235, \"rankvar\": 3090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3096, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3692, \"group\": [578.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGGTGGAT\", \"ini\": 492, \"clust\": 1094, \"rank\": 4462, \"rankvar\": 3669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3097, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3693, \"group\": [1096.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTTGAGTTC\", \"ini\": 491, \"clust\": 1236, \"rank\": 4221, \"rankvar\": 3379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3098, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3694, \"group\": [1236.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCAAGAAGT\", \"ini\": 490, \"clust\": 1056, \"rank\": 4420, \"rankvar\": 4296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3099, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3695, \"group\": [1057.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCACGTGAGA\", \"ini\": 489, \"clust\": 1016, \"rank\": 4359, \"rankvar\": 3177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3100, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3696, \"group\": [1015.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGTCGATAA\", \"ini\": 488, \"clust\": 1212, \"rank\": 4495, \"rankvar\": 3248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3101, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3697, \"group\": [1211.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACCCATGG\", \"ini\": 487, \"clust\": 1019, \"rank\": 4386, \"rankvar\": 3474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3698, \"group\": [1025.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCATGTTCCC\", \"ini\": 486, \"clust\": 1287, \"rank\": 4452, \"rankvar\": 3470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3103, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3699, \"group\": [1286.0, 128.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCCACCCAGTG\", \"ini\": 485, \"clust\": 774, \"rank\": 4507, \"rankvar\": 805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3104, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3700, \"group\": [773.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGACTCGGA\", \"ini\": 484, \"clust\": 1214, \"rank\": 4334, \"rankvar\": 1995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3105, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3701, \"group\": [1219.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTGTTAG\", \"ini\": 483, \"clust\": 718, \"rank\": 4503, \"rankvar\": 3944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3106, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3702, \"group\": [719.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGCAGGCTA\", \"ini\": 482, \"clust\": 1336, \"rank\": 4524, \"rankvar\": 4363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3107, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4054, \"group\": [1339.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCACCT\", \"ini\": 481, \"clust\": 1128, \"rank\": 4472, \"rankvar\": 2953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3108, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3703, \"group\": [1130.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCAGTTCGA\", \"ini\": 480, \"clust\": 913, \"rank\": 4478, \"rankvar\": 2147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3109, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3704, \"group\": [913.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGAGGTACC\", \"ini\": 479, \"clust\": 1252, \"rank\": 4273, \"rankvar\": 4259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3110, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3705, \"group\": [1253.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTAGTGAAT\", \"ini\": 478, \"clust\": 682, \"rank\": 4312, \"rankvar\": 3104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3111, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3706, \"group\": [682.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAGCTGTT\", \"ini\": 477, \"clust\": 985, \"rank\": 4366, \"rankvar\": 2827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3707, \"group\": [984.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCACAGATGAGC\", \"ini\": 476, \"clust\": 1187, \"rank\": 4442, \"rankvar\": 2176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3708, \"group\": [1190.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCTCACATT\", \"ini\": 475, \"clust\": 1219, \"rank\": 4471, \"rankvar\": 4356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3114, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3709, \"group\": [1218.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACCATGTA\", \"ini\": 474, \"clust\": 1270, \"rank\": 4243, \"rankvar\": 4665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3115, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4055, \"group\": [1475.0, 141.0, 19.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCATGTCCC\", \"ini\": 473, \"clust\": 882, \"rank\": 4479, \"rankvar\": 2800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3116, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3710, \"group\": [882.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCGCCAGCA\", \"ini\": 472, \"clust\": 703, \"rank\": 4411, \"rankvar\": 2636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3117, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3711, \"group\": [705.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGGACGTA\", \"ini\": 471, \"clust\": 891, \"rank\": 4451, \"rankvar\": 3077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3118, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3712, \"group\": [890.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTAGAGCTG\", \"ini\": 470, \"clust\": 792, \"rank\": 4573, \"rankvar\": 2726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3119, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3713, \"group\": [790.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCTAACTGG\", \"ini\": 469, \"clust\": 961, \"rank\": 4480, \"rankvar\": 3002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3714, \"group\": [961.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGACCGGAT\", \"ini\": 468, \"clust\": 868, \"rank\": 4448, \"rankvar\": 795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3121, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3715, \"group\": [867.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTATTCTC\", \"ini\": 467, \"clust\": 869, \"rank\": 4436, \"rankvar\": 2124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3122, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3716, \"group\": [868.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGGGATCTG\", \"ini\": 466, \"clust\": 1339, \"rank\": 4528, \"rankvar\": 3811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3123, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4056, \"group\": [1337.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGAGGGAG\", \"ini\": 465, \"clust\": 1247, \"rank\": 4360, \"rankvar\": 3738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3124, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3717, \"group\": [1246.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACTTAACG\", \"ini\": 464, \"clust\": 660, \"rank\": 4407, \"rankvar\": 4046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3125, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3718, \"group\": [661.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTTAAGATG\", \"ini\": 463, \"clust\": 1101, \"rank\": 4426, \"rankvar\": 3124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3126, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3719, \"group\": [1101.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTAGCGTCC\", \"ini\": 462, \"clust\": 975, \"rank\": 4228, \"rankvar\": 4298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3127, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3720, \"group\": [974.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCATCCTAGA\", \"ini\": 461, \"clust\": 902, \"rank\": 4623, \"rankvar\": 4750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3128, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3721, \"group\": [902.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCTTGGTC\", \"ini\": 460, \"clust\": 734, \"rank\": 4424, \"rankvar\": 1255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3129, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3722, \"group\": [735.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGACA\", \"ini\": 459, \"clust\": 4153, \"rank\": 4851, \"rankvar\": 5191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2080, \"group\": [4149.0, 785.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAGACACTT\", \"ini\": 458, \"clust\": 812, \"rank\": 4615, \"rankvar\": 672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3131, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3723, \"group\": [812.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTGGTGTAG\", \"ini\": 457, \"clust\": 1285, \"rank\": 4439, \"rankvar\": 3659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3132, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3724, \"group\": [1283.0, 128.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTAGAAGGA\", \"ini\": 456, \"clust\": 906, \"rank\": 4490, \"rankvar\": 2356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3133, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3725, \"group\": [906.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCAGGCTCAC\", \"ini\": 455, \"clust\": 957, \"rank\": 4554, \"rankvar\": 806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3134, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3726, \"group\": [958.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTGTCCGT\", \"ini\": 454, \"clust\": 574, \"rank\": 4433, \"rankvar\": 1555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3135, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3727, \"group\": [582.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCAATAAGG\", \"ini\": 453, \"clust\": 958, \"rank\": 4522, \"rankvar\": 497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3136, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3728, \"group\": [956.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAGTCGACTAT\", \"ini\": 452, \"clust\": 3390, \"rank\": 4828, \"rankvar\": 4240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2081, \"group\": [3398.0, 541.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCACAGTAC\", \"ini\": 451, \"clust\": 1237, \"rank\": 4441, \"rankvar\": 2393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3138, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3729, \"group\": [1237.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATGCCAG\", \"ini\": 450, \"clust\": 495, \"rank\": 4425, \"rankvar\": 575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3139, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4188, \"group\": [496.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGATGTGG\", \"ini\": 449, \"clust\": 1141, \"rank\": 4419, \"rankvar\": 3299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3140, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3730, \"group\": [1140.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACTGTCGG\", \"ini\": 448, \"clust\": 948, \"rank\": 4477, \"rankvar\": 1987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3141, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3731, \"group\": [948.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCGCCAAAT\", \"ini\": 447, \"clust\": 1028, \"rank\": 4595, \"rankvar\": 1461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3142, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3732, \"group\": [1027.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCACCCTATC\", \"ini\": 446, \"clust\": 1332, \"rank\": 4499, \"rankvar\": 4491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3143, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4057, \"group\": [1327.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGAGCCAA\", \"ini\": 445, \"clust\": 1224, \"rank\": 4502, \"rankvar\": 3751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3144, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3733, \"group\": [1224.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTACCGCTG\", \"ini\": 444, \"clust\": 1283, \"rank\": 4412, \"rankvar\": 4321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3145, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3734, \"group\": [1280.0, 127.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACATTTGCTT\", \"ini\": 443, \"clust\": 1342, \"rank\": 4558, \"rankvar\": 4463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3146, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4058, \"group\": [1340.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTGTACC\", \"ini\": 442, \"clust\": 794, \"rank\": 4570, \"rankvar\": 4134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3147, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3735, \"group\": [792.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATTGCGA\", \"ini\": 441, \"clust\": 790, \"rank\": 4590, \"rankvar\": 2299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3736, \"group\": [793.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTGTACCAGTT\", \"ini\": 440, \"clust\": 1200, \"rank\": 4475, \"rankvar\": 3473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3149, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3737, \"group\": [1200.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGCTACCGC\", \"ini\": 439, \"clust\": 937, \"rank\": 4568, \"rankvar\": 3148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3150, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3738, \"group\": [938.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGAGGGTT\", \"ini\": 438, \"clust\": 1207, \"rank\": 4531, \"rankvar\": 3478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3151, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3739, \"group\": [1206.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTAGAAAGG\", \"ini\": 437, \"clust\": 894, \"rank\": 4506, \"rankvar\": 2680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3152, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3740, \"group\": [893.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGACTAGAT\", \"ini\": 436, \"clust\": 661, \"rank\": 4440, \"rankvar\": 3989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3153, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3741, \"group\": [659.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTACGCCC\", \"ini\": 435, \"clust\": 467, \"rank\": 4406, \"rankvar\": 1303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3154, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4189, \"group\": [465.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCGAGGTAG\", \"ini\": 434, \"clust\": 1480, \"rank\": 4125, \"rankvar\": 4782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3155, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4059, \"group\": [1479.0, 142.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCGAACC\", \"ini\": 433, \"clust\": 933, \"rank\": 4597, \"rankvar\": 2125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3742, \"group\": [934.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTACGACT\", \"ini\": 432, \"clust\": 1312, \"rank\": 4578, \"rankvar\": 4437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3157, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4060, \"group\": [1311.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCAGGCGAA\", \"ini\": 431, \"clust\": 1029, \"rank\": 4647, \"rankvar\": 2010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3158, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3743, \"group\": [1030.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGTTAGCGG\", \"ini\": 430, \"clust\": 804, \"rank\": 4678, \"rankvar\": 2540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3159, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3744, \"group\": [802.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGCTGAAAT\", \"ini\": 429, \"clust\": 1313, \"rank\": 4491, \"rankvar\": 3722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3160, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4061, \"group\": [1312.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCAGGGTATG\", \"ini\": 428, \"clust\": 3188, \"rank\": 4804, \"rankvar\": 1750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2082, \"group\": [3192.0, 467.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCATACTG\", \"ini\": 427, \"clust\": 979, \"rank\": 4400, \"rankvar\": 3533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3162, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3745, \"group\": [979.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCTGCCAG\", \"ini\": 426, \"clust\": 888, \"rank\": 4550, \"rankvar\": 650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3163, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3746, \"group\": [887.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTGCCTTGG\", \"ini\": 425, \"clust\": 1288, \"rank\": 4510, \"rankvar\": 4209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3164, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4062, \"group\": [1287.0, 128.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGCACACAG\", \"ini\": 424, \"clust\": 1314, \"rank\": 4421, \"rankvar\": 4328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3165, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4063, \"group\": [1317.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCTGATACG\", \"ini\": 423, \"clust\": 1023, \"rank\": 4540, \"rankvar\": 2766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3166, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3747, \"group\": [1021.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGTCATC\", \"ini\": 422, \"clust\": 1000, \"rank\": 4492, \"rankvar\": 3859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3167, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3748, \"group\": [999.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCGGATGTT\", \"ini\": 421, \"clust\": 842, \"rank\": 4547, \"rankvar\": 3302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3168, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3749, \"group\": [844.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGAGGTAGA\", \"ini\": 420, \"clust\": 1349, \"rank\": 4643, \"rankvar\": 2934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3169, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4064, \"group\": [1349.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGACAAGCC\", \"ini\": 419, \"clust\": 1344, \"rank\": 4619, \"rankvar\": 4156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3170, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4065, \"group\": [1343.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCATACAGCT\", \"ini\": 418, \"clust\": 1468, \"rank\": 4310, \"rankvar\": 3521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3171, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4107, \"group\": [1468.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACAGTTC\", \"ini\": 417, \"clust\": 1203, \"rank\": 4515, \"rankvar\": 1583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3750, \"group\": [1201.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGTTTGCGT\", \"ini\": 416, \"clust\": 1134, \"rank\": 4391, \"rankvar\": 2517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3173, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3751, \"group\": [1134.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGTAG\", \"ini\": 415, \"clust\": 940, \"rank\": 4629, \"rankvar\": 3784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3174, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3752, \"group\": [939.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACACTGTTAG\", \"ini\": 414, \"clust\": 1321, \"rank\": 4447, \"rankvar\": 4471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3175, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4066, \"group\": [1321.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCTCA\", \"ini\": 413, \"clust\": 1130, \"rank\": 4560, \"rankvar\": 1149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3176, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3753, \"group\": [1129.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGATCGATA\", \"ini\": 412, \"clust\": 1286, \"rank\": 4519, \"rankvar\": 3048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3177, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3754, \"group\": [1284.0, 128.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCTAAACC\", \"ini\": 411, \"clust\": 1327, \"rank\": 4494, \"rankvar\": 4389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3178, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4067, \"group\": [1333.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTAGCGC\", \"ini\": 410, \"clust\": 878, \"rank\": 4586, \"rankvar\": 1721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3179, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3755, \"group\": [877.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCATGTTCCC\", \"ini\": 409, \"clust\": 892, \"rank\": 4541, \"rankvar\": 3033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3756, \"group\": [891.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGCACTTAAGC\", \"ini\": 408, \"clust\": 768, \"rank\": 4585, \"rankvar\": 4292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3757, \"group\": [770.0, 113.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATATGCTG\", \"ini\": 407, \"clust\": 782, \"rank\": 4608, \"rankvar\": 2731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3182, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3758, \"group\": [782.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTACAGCAG\", \"ini\": 406, \"clust\": 1020, \"rank\": 4654, \"rankvar\": 2195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3183, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3759, \"group\": [1024.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCATAACCG\", \"ini\": 405, \"clust\": 459, \"rank\": 4369, \"rankvar\": 4198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3184, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4190, \"group\": [507.0, 76.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGGCACTA\", \"ini\": 404, \"clust\": 1135, \"rank\": 4445, \"rankvar\": 1777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3185, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3760, \"group\": [1135.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTGTAAGGGCT\", \"ini\": 403, \"clust\": 754, \"rank\": 4486, \"rankvar\": 3352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3186, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3761, \"group\": [754.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCTTAATC\", \"ini\": 402, \"clust\": 900, \"rank\": 4584, \"rankvar\": 4086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3187, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3762, \"group\": [900.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGTTGGC\", \"ini\": 401, \"clust\": 653, \"rank\": 4339, \"rankvar\": 2802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3188, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3763, \"group\": [651.0, 106.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGAATTGTG\", \"ini\": 400, \"clust\": 1298, \"rank\": 4484, \"rankvar\": 4673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3189, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4068, \"group\": [1297.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGGCATTGG\", \"ini\": 399, \"clust\": 938, \"rank\": 4616, \"rankvar\": 2001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3190, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3764, \"group\": [936.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTACCGAGA\", \"ini\": 398, \"clust\": 1626, \"rank\": 4252, \"rankvar\": 3805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3191, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4191, \"group\": [1626.0, 195.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACGGTAAG\", \"ini\": 397, \"clust\": 955, \"rank\": 4607, \"rankvar\": 3347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3192, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3765, \"group\": [954.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCGTCATC\", \"ini\": 396, \"clust\": 1018, \"rank\": 4525, \"rankvar\": 3111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3193, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3766, \"group\": [1018.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTCAGATAA\", \"ini\": 395, \"clust\": 962, \"rank\": 4556, \"rankvar\": 3277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3194, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3767, \"group\": [959.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGGGAACGG\", \"ini\": 394, \"clust\": 709, \"rank\": 4580, \"rankvar\": 4076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3195, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4069, \"group\": [707.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCATCCGGGT\", \"ini\": 393, \"clust\": 951, \"rank\": 4631, \"rankvar\": 2984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3196, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3768, \"group\": [950.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGAGTGACC\", \"ini\": 392, \"clust\": 1193, \"rank\": 4537, \"rankvar\": 2146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3769, \"group\": [1193.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATAGCTGATAA\", \"ini\": 391, \"clust\": 949, \"rank\": 4496, \"rankvar\": 2710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3198, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3770, \"group\": [949.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTATGCGT\", \"ini\": 390, \"clust\": 1118, \"rank\": 4403, \"rankvar\": 3643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3199, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3771, \"group\": [1117.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCACCAGCAC\", \"ini\": 389, \"clust\": 941, \"rank\": 4626, \"rankvar\": 1525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3772, \"group\": [940.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTCGCATAT\", \"ini\": 388, \"clust\": 1174, \"rank\": 4435, \"rankvar\": 2511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3201, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3773, \"group\": [1174.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTCTGGC\", \"ini\": 387, \"clust\": 799, \"rank\": 4650, \"rankvar\": 1340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3202, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3774, \"group\": [796.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTGCGTAA\", \"ini\": 386, \"clust\": 1238, \"rank\": 4469, \"rankvar\": 3477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3203, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3775, \"group\": [1238.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCCATTCTA\", \"ini\": 385, \"clust\": 1048, \"rank\": 4564, \"rankvar\": 2596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3204, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3776, \"group\": [1050.0, 120.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATGTTCCC\", \"ini\": 384, \"clust\": 934, \"rank\": 4695, \"rankvar\": 1882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3205, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3777, \"group\": [933.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGTGCCTG\", \"ini\": 383, \"clust\": 818, \"rank\": 4712, \"rankvar\": 2523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3206, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3778, \"group\": [820.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGTAGCCGA\", \"ini\": 382, \"clust\": 1014, \"rank\": 4526, \"rankvar\": 2988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3207, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3779, \"group\": [1016.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGGGTCA\", \"ini\": 381, \"clust\": 942, \"rank\": 4603, \"rankvar\": 2294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3208, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3780, \"group\": [942.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCACGGTTA\", \"ini\": 380, \"clust\": 388, \"rank\": 4563, \"rankvar\": 553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3209, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4255, \"group\": [387.0, 59.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCGTTTATC\", \"ini\": 379, \"clust\": 409, \"rank\": 4365, \"rankvar\": 2469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3210, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4256, \"group\": [410.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCAGTATCTCG\", \"ini\": 378, \"clust\": 1125, \"rank\": 4546, \"rankvar\": 2713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3211, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3781, \"group\": [1125.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCTTGCATT\", \"ini\": 377, \"clust\": 696, \"rank\": 4692, \"rankvar\": 3897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3212, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3782, \"group\": [695.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGTACGTTC\", \"ini\": 376, \"clust\": 1191, \"rank\": 4555, \"rankvar\": 3042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3213, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3783, \"group\": [1189.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTACCGAT\", \"ini\": 375, \"clust\": 781, \"rank\": 4764, \"rankvar\": 2906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3214, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3784, \"group\": [781.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGCATGGATGG\", \"ini\": 374, \"clust\": 747, \"rank\": 4539, \"rankvar\": 3546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3215, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3785, \"group\": [747.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAGCAGTTT\", \"ini\": 373, \"clust\": 710, \"rank\": 4587, \"rankvar\": 2820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4070, \"group\": [708.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGTTACCCA\", \"ini\": 372, \"clust\": 1198, \"rank\": 4520, \"rankvar\": 3846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3217, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3786, \"group\": [1198.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGAATCTCC\", \"ini\": 371, \"clust\": 679, \"rank\": 4562, \"rankvar\": 3893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3218, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3787, \"group\": [679.0, 108.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGTACGATA\", \"ini\": 370, \"clust\": 834, \"rank\": 4652, \"rankvar\": 1206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3219, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3788, \"group\": [835.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCCAACGG\", \"ini\": 369, \"clust\": 808, \"rank\": 4751, \"rankvar\": 973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3220, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3789, \"group\": [810.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCTCCAATGGT\", \"ini\": 368, \"clust\": 576, \"rank\": 4483, \"rankvar\": 3432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3790, \"group\": [576.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACTATTC\", \"ini\": 367, \"clust\": 1114, \"rank\": 4571, \"rankvar\": 2904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3222, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3791, \"group\": [1116.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGTGGTCCC\", \"ini\": 366, \"clust\": 806, \"rank\": 4817, \"rankvar\": 931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3223, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3792, \"group\": [806.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGGCACA\", \"ini\": 365, \"clust\": 796, \"rank\": 4669, \"rankvar\": 1608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3224, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3793, \"group\": [798.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGTTGTCGT\", \"ini\": 364, \"clust\": 505, \"rank\": 4467, \"rankvar\": 4009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3225, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4192, \"group\": [505.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTACCAGTT\", \"ini\": 363, \"clust\": 712, \"rank\": 4604, \"rankvar\": 1690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3226, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3794, \"group\": [709.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAACAATC\", \"ini\": 362, \"clust\": 506, \"rank\": 4449, \"rankvar\": 3284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3227, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4193, \"group\": [503.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCTTTCTC\", \"ini\": 361, \"clust\": 662, \"rank\": 4557, \"rankvar\": 3498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3228, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3795, \"group\": [660.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTAGGGTG\", \"ini\": 360, \"clust\": 694, \"rank\": 4589, \"rankvar\": 3269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3229, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3796, \"group\": [696.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCTCTCGT\", \"ini\": 359, \"clust\": 1301, \"rank\": 4567, \"rankvar\": 3872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3230, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4071, \"group\": [1301.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCAAACTC\", \"ini\": 358, \"clust\": 829, \"rank\": 4682, \"rankvar\": 787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3231, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3797, \"group\": [832.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTTCAT\", \"ini\": 357, \"clust\": 916, \"rank\": 4628, \"rankvar\": 3629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3232, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3798, \"group\": [914.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGACAGCC\", \"ini\": 356, \"clust\": 827, \"rank\": 4606, \"rankvar\": 1473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3233, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3799, \"group\": [827.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGCGTTTC\", \"ini\": 355, \"clust\": 876, \"rank\": 4613, \"rankvar\": 2961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3234, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3800, \"group\": [876.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCACTGGC\", \"ini\": 354, \"clust\": 683, \"rank\": 4481, \"rankvar\": 2486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3235, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3801, \"group\": [683.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTTATGCGT\", \"ini\": 353, \"clust\": 1470, \"rank\": 4271, \"rankvar\": 4135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3236, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4108, \"group\": [1465.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTTCCACA\", \"ini\": 352, \"clust\": 926, \"rank\": 4665, \"rankvar\": 3655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3802, \"group\": [926.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGTGAGTG\", \"ini\": 351, \"clust\": 752, \"rank\": 4565, \"rankvar\": 2983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3238, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3803, \"group\": [749.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCAGGTTCA\", \"ini\": 350, \"clust\": 778, \"rank\": 4687, \"rankvar\": 2235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3239, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3804, \"group\": [778.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCGCTTG\", \"ini\": 349, \"clust\": 963, \"rank\": 4637, \"rankvar\": 2405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3240, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3805, \"group\": [960.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTATTAGCC\", \"ini\": 348, \"clust\": 831, \"rank\": 4711, \"rankvar\": 1045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3241, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3806, \"group\": [829.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAAGCGGT\", \"ini\": 347, \"clust\": 843, \"rank\": 4627, \"rankvar\": 3428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3242, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3807, \"group\": [842.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCAACTGCTA\", \"ini\": 346, \"clust\": 939, \"rank\": 4727, \"rankvar\": 2074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3243, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3808, \"group\": [937.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCATTTGCTT\", \"ini\": 345, \"clust\": 1472, \"rank\": 4276, \"rankvar\": 4700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3809, \"group\": [1472.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGCTTCGCG\", \"ini\": 344, \"clust\": 877, \"rank\": 4699, \"rankvar\": 1079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3245, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3810, \"group\": [879.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGAAGGCCT\", \"ini\": 343, \"clust\": 1119, \"rank\": 4473, \"rankvar\": 4330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3811, \"group\": [1118.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGGTCTCGTTC\", \"ini\": 342, \"clust\": 953, \"rank\": 4636, \"rankvar\": 3505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3247, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3812, \"group\": [955.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTCCACT\", \"ini\": 341, \"clust\": 1303, \"rank\": 4552, \"rankvar\": 4226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4072, \"group\": [1306.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCAAGGCTCC\", \"ini\": 340, \"clust\": 1031, \"rank\": 4706, \"rankvar\": 1938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3813, \"group\": [1029.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAAGGAG\", \"ini\": 339, \"clust\": 499, \"rank\": 4544, \"rankvar\": 1102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3250, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4194, \"group\": [497.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTAAGATG\", \"ini\": 338, \"clust\": 1204, \"rank\": 4639, \"rankvar\": 1829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3814, \"group\": [1202.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCATCCGCGA\", \"ini\": 337, \"clust\": 453, \"rank\": 4529, \"rankvar\": 2570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3252, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4195, \"group\": [508.0, 77.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTTGGAGGT\", \"ini\": 336, \"clust\": 502, \"rank\": 4600, \"rankvar\": 1915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3253, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4196, \"group\": [501.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGGAGC\", \"ini\": 335, \"clust\": 1346, \"rank\": 4779, \"rankvar\": 4314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3254, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4073, \"group\": [1345.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGTAGGCCA\", \"ini\": 334, \"clust\": 908, \"rank\": 4710, \"rankvar\": 4385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3815, \"group\": [908.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTGGGAT\", \"ini\": 333, \"clust\": 946, \"rank\": 4601, \"rankvar\": 3167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3256, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3816, \"group\": [946.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGCATGGC\", \"ini\": 332, \"clust\": 959, \"rank\": 4707, \"rankvar\": 1024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3817, \"group\": [957.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCGCTTGTC\", \"ini\": 331, \"clust\": 481, \"rank\": 4679, \"rankvar\": 4446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3258, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4197, \"group\": [506.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCGATATA\", \"ini\": 330, \"clust\": 797, \"rank\": 4693, \"rankvar\": 1175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3259, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3818, \"group\": [797.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTGACGTT\", \"ini\": 329, \"clust\": 809, \"rank\": 4845, \"rankvar\": 2657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3260, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3819, \"group\": [808.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTGGAGCC\", \"ini\": 328, \"clust\": 1310, \"rank\": 4561, \"rankvar\": 3849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4074, \"group\": [1310.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACACATTCGA\", \"ini\": 327, \"clust\": 775, \"rank\": 4664, \"rankvar\": 1413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3262, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3820, \"group\": [774.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGTGGTAAT\", \"ini\": 326, \"clust\": 497, \"rank\": 4588, \"rankvar\": 1162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3263, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4198, \"group\": [493.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGTTCGA\", \"ini\": 325, \"clust\": 1473, \"rank\": 4437, \"rankvar\": 4568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3264, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4109, \"group\": [1470.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACACCGCTAG\", \"ini\": 324, \"clust\": 932, \"rank\": 4758, \"rankvar\": 2145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3265, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3821, \"group\": [935.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACAGTTCCCT\", \"ini\": 323, \"clust\": 1201, \"rank\": 4655, \"rankvar\": 3896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3266, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3822, \"group\": [1204.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGCTGAACG\", \"ini\": 322, \"clust\": 850, \"rank\": 4685, \"rankvar\": 3191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3267, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3823, \"group\": [853.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCAGCTCGG\", \"ini\": 321, \"clust\": 686, \"rank\": 4549, \"rankvar\": 3503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3268, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3824, \"group\": [685.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTGCTCCT\", \"ini\": 320, \"clust\": 944, \"rank\": 4718, \"rankvar\": 2281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3269, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3825, \"group\": [944.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTGACTCAT\", \"ini\": 319, \"clust\": 927, \"rank\": 4681, \"rankvar\": 1515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3270, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3826, \"group\": [927.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGTGTTTGC\", \"ini\": 318, \"clust\": 435, \"rank\": 4459, \"rankvar\": 2443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3271, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4257, \"group\": [436.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCAAAGCG\", \"ini\": 317, \"clust\": 960, \"rank\": 4649, \"rankvar\": 3810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3272, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3827, \"group\": [962.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGTTCGATC\", \"ini\": 316, \"clust\": 464, \"rank\": 4762, \"rankvar\": 47, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3273, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4199, \"group\": [461.0, 74.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCACTCCTG\", \"ini\": 315, \"clust\": 1304, \"rank\": 4577, \"rankvar\": 4182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3274, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4075, \"group\": [1305.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTCACACGC\", \"ini\": 314, \"clust\": 654, \"rank\": 4624, \"rankvar\": 1388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3275, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3828, \"group\": [656.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGAAGGACA\", \"ini\": 313, \"clust\": 1319, \"rank\": 4513, \"rankvar\": 4577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4076, \"group\": [1319.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCATATCG\", \"ini\": 312, \"clust\": 1474, \"rank\": 4551, \"rankvar\": 3447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3277, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4110, \"group\": [1471.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACTCTGTC\", \"ini\": 311, \"clust\": 833, \"rank\": 4747, \"rankvar\": 791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3278, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3829, \"group\": [841.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGAGCTACCTA\", \"ini\": 310, \"clust\": 3185, \"rank\": 4923, \"rankvar\": 3992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2083, \"group\": [3188.0, 466.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCGTTATGTGC\", \"ini\": 309, \"clust\": 445, \"rank\": 4620, \"rankvar\": 1837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3280, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3830, \"group\": [446.0, 69.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAATGCCAT\", \"ini\": 308, \"clust\": 844, \"rank\": 4680, \"rankvar\": 3143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3281, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3831, \"group\": [843.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCTCATTCA\", \"ini\": 307, \"clust\": 907, \"rank\": 4677, \"rankvar\": 2976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3282, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3832, \"group\": [907.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTACCCAAT\", \"ini\": 306, \"clust\": 783, \"rank\": 4716, \"rankvar\": 1049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3283, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3833, \"group\": [783.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTAAA\", \"ini\": 305, \"clust\": 965, \"rank\": 4691, \"rankvar\": 3771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3284, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3834, \"group\": [964.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAAGGACTG\", \"ini\": 304, \"clust\": 697, \"rank\": 4622, \"rankvar\": 3626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3285, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3835, \"group\": [697.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAAAGTCAA\", \"ini\": 303, \"clust\": 909, \"rank\": 4731, \"rankvar\": 4249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3286, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3836, \"group\": [909.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAGACAGGT\", \"ini\": 302, \"clust\": 469, \"rank\": 4614, \"rankvar\": 2167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3287, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4200, \"group\": [470.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTAAGCACG\", \"ini\": 301, \"clust\": 846, \"rank\": 4701, \"rankvar\": 3303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3288, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3837, \"group\": [845.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCGTTGCC\", \"ini\": 300, \"clust\": 410, \"rank\": 4500, \"rankvar\": 3487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3289, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4258, \"group\": [411.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCAAGATCC\", \"ini\": 299, \"clust\": 1268, \"rank\": 4717, \"rankvar\": 4206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3290, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4077, \"group\": [1268.0, 123.0, 17.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCCATGCGCAC\", \"ini\": 298, \"clust\": 1316, \"rank\": 4658, \"rankvar\": 4282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3291, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4078, \"group\": [1314.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGACCTTTG\", \"ini\": 297, \"clust\": 1213, \"rank\": 4736, \"rankvar\": 2458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3292, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3838, \"group\": [1212.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGGTTGT\", \"ini\": 296, \"clust\": 947, \"rank\": 4709, \"rankvar\": 1609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3839, \"group\": [947.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCATGGTCA\", \"ini\": 295, \"clust\": 698, \"rank\": 4668, \"rankvar\": 1842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3294, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3840, \"group\": [698.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGGGAGTAA\", \"ini\": 294, \"clust\": 4248, \"rank\": 4938, \"rankvar\": 5229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3295, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 190, \"group\": [4248.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAAGGACAC\", \"ini\": 293, \"clust\": 819, \"rank\": 4823, \"rankvar\": 2217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3296, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3841, \"group\": [818.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCATCAGTAC\", \"ini\": 292, \"clust\": 917, \"rank\": 4742, \"rankvar\": 2877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3842, \"group\": [915.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCACCCAGTG\", \"ini\": 291, \"clust\": 491, \"rank\": 4638, \"rankvar\": 3235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3298, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4201, \"group\": [492.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCCCAACGG\", \"ini\": 290, \"clust\": 1317, \"rank\": 4684, \"rankvar\": 4118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3299, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4079, \"group\": [1315.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCAGTCAGT\", \"ini\": 289, \"clust\": 1329, \"rank\": 4509, \"rankvar\": 4400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4080, \"group\": [1331.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCTTACCTA\", \"ini\": 288, \"clust\": 854, \"rank\": 4729, \"rankvar\": 407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3301, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3843, \"group\": [863.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAACGCACC\", \"ini\": 287, \"clust\": 785, \"rank\": 4715, \"rankvar\": 4083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3302, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3844, \"group\": [786.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGGCTA\", \"ini\": 286, \"clust\": 493, \"rank\": 4572, \"rankvar\": 2201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3303, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4202, \"group\": [489.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGGTATCG\", \"ini\": 285, \"clust\": 802, \"rank\": 4835, \"rankvar\": 2134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3304, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3845, \"group\": [800.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGTCACGG\", \"ini\": 284, \"clust\": 419, \"rank\": 4599, \"rankvar\": 148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3305, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4259, \"group\": [419.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTATCGCAT\", \"ini\": 283, \"clust\": 905, \"rank\": 4735, \"rankvar\": 4436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3846, \"group\": [904.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGAGTACC\", \"ini\": 282, \"clust\": 919, \"rank\": 4772, \"rankvar\": 1855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3847, \"group\": [918.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGGTACC\", \"ini\": 281, \"clust\": 1302, \"rank\": 4686, \"rankvar\": 3968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3308, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4081, \"group\": [1302.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACTCGACG\", \"ini\": 280, \"clust\": 887, \"rank\": 4696, \"rankvar\": 2675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3309, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3848, \"group\": [889.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGTTTGTG\", \"ini\": 279, \"clust\": 496, \"rank\": 4625, \"rankvar\": 2699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3310, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4203, \"group\": [495.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGCCTA\", \"ini\": 278, \"clust\": 847, \"rank\": 4748, \"rankvar\": 3362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3311, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3849, \"group\": [846.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACCACCT\", \"ini\": 277, \"clust\": 852, \"rank\": 4763, \"rankvar\": 1702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3312, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3850, \"group\": [850.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTGAGGCTA\", \"ini\": 276, \"clust\": 1347, \"rank\": 4882, \"rankvar\": 4662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3313, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4082, \"group\": [1346.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATGAGAG\", \"ini\": 275, \"clust\": 787, \"rank\": 4720, \"rankvar\": 4612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3314, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3851, \"group\": [785.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTGGCGAC\", \"ini\": 274, \"clust\": 3187, \"rank\": 5001, \"rankvar\": 4019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2084, \"group\": [3187.0, 466.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATATAC\", \"ini\": 273, \"clust\": 835, \"rank\": 4740, \"rankvar\": 2576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3852, \"group\": [833.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGCCTTC\", \"ini\": 272, \"clust\": 1340, \"rank\": 4749, \"rankvar\": 4417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3317, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4083, \"group\": [1347.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTGCCTCT\", \"ini\": 271, \"clust\": 895, \"rank\": 4697, \"rankvar\": 2442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3318, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3853, \"group\": [897.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCAGCTCGG\", \"ini\": 270, \"clust\": 441, \"rank\": 4504, \"rankvar\": 2834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3319, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4260, \"group\": [444.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCCTAGAAC\", \"ini\": 269, \"clust\": 840, \"rank\": 4800, \"rankvar\": 2487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3320, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3854, \"group\": [836.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTACTCAT\", \"ini\": 268, \"clust\": 1295, \"rank\": 4663, \"rankvar\": 4666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3321, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4084, \"group\": [1295.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCCAAACTG\", \"ini\": 267, \"clust\": 820, \"rank\": 4832, \"rankvar\": 2939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3322, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3855, \"group\": [819.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAGA\", \"ini\": 266, \"clust\": 915, \"rank\": 4641, \"rankvar\": 4571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3323, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3856, \"group\": [916.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTGTG\", \"ini\": 265, \"clust\": 472, \"rank\": 4766, \"rankvar\": 1673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3324, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4204, \"group\": [471.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTCTTCGTC\", \"ini\": 264, \"clust\": 765, \"rank\": 4841, \"rankvar\": 3680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3857, \"group\": [767.0, 113.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAACACGCC\", \"ini\": 263, \"clust\": 950, \"rank\": 4761, \"rankvar\": 3298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3326, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3858, \"group\": [952.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGTTCT\", \"ini\": 262, \"clust\": 807, \"rank\": 4919, \"rankvar\": 1894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3859, \"group\": [807.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACAGCGAACA\", \"ini\": 261, \"clust\": 918, \"rank\": 4825, \"rankvar\": 3424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3328, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3860, \"group\": [920.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGAACTC\", \"ini\": 260, \"clust\": 838, \"rank\": 4807, \"rankvar\": 2429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3861, \"group\": [839.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGCAAAGCAAT\", \"ini\": 259, \"clust\": 883, \"rank\": 4775, \"rankvar\": 1785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3330, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3862, \"group\": [883.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTGGGTCAA\", \"ini\": 258, \"clust\": 836, \"rank\": 4753, \"rankvar\": 2706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3331, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3863, \"group\": [834.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCTGCGACG\", \"ini\": 257, \"clust\": 468, \"rank\": 4662, \"rankvar\": 2122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3332, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4205, \"group\": [466.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTCCAAGTT\", \"ini\": 256, \"clust\": 828, \"rank\": 4774, \"rankvar\": 1788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3333, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3864, \"group\": [828.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGAAAGC\", \"ini\": 255, \"clust\": 1202, \"rank\": 4745, \"rankvar\": 2940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3334, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3865, \"group\": [1203.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAAAGTC\", \"ini\": 254, \"clust\": 897, \"rank\": 4694, \"rankvar\": 1127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3335, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3866, \"group\": [894.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGCTGCCCA\", \"ini\": 253, \"clust\": 832, \"rank\": 4833, \"rankvar\": 1178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3336, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3867, \"group\": [830.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTTCCGTCT\", \"ini\": 252, \"clust\": 1307, \"rank\": 4765, \"rankvar\": 3197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3337, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4085, \"group\": [1307.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAGAGGAA\", \"ini\": 251, \"clust\": 848, \"rank\": 4780, \"rankvar\": 2353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3338, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3868, \"group\": [848.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACGAAGG\", \"ini\": 250, \"clust\": 945, \"rank\": 4773, \"rankvar\": 2120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3339, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3869, \"group\": [945.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTAAAGTCA\", \"ini\": 249, \"clust\": 870, \"rank\": 4785, \"rankvar\": 1812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3340, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3870, \"group\": [870.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTAGTAGTA\", \"ini\": 248, \"clust\": 849, \"rank\": 4787, \"rankvar\": 2188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3341, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3871, \"group\": [849.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTATATGGA\", \"ini\": 247, \"clust\": 952, \"rank\": 4760, \"rankvar\": 3139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3342, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3872, \"group\": [951.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACAGATGAGC\", \"ini\": 246, \"clust\": 507, \"rank\": 4672, \"rankvar\": 3122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3343, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4206, \"group\": [504.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGTTGGC\", \"ini\": 245, \"clust\": 986, \"rank\": 4689, \"rankvar\": 4087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3873, \"group\": [985.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAAGGGCT\", \"ini\": 244, \"clust\": 813, \"rank\": 4888, \"rankvar\": 1877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3345, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3874, \"group\": [813.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACTATCTT\", \"ini\": 243, \"clust\": 874, \"rank\": 4818, \"rankvar\": 3595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3875, \"group\": [873.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGTCGAT\", \"ini\": 242, \"clust\": 1442, \"rank\": 4634, \"rankvar\": 3318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3347, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4111, \"group\": [1442.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGAGCTGCA\", \"ini\": 241, \"clust\": 856, \"rank\": 4776, \"rankvar\": 1223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3348, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3876, \"group\": [861.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATTTGGG\", \"ini\": 240, \"clust\": 420, \"rank\": 4630, \"rankvar\": 1870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3349, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4261, \"group\": [420.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACAAGACG\", \"ini\": 239, \"clust\": 929, \"rank\": 4698, \"rankvar\": 2759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3350, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3877, \"group\": [928.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCACTTCAT\", \"ini\": 238, \"clust\": 935, \"rank\": 4881, \"rankvar\": 1662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3878, \"group\": [931.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGATGCCC\", \"ini\": 237, \"clust\": 711, \"rank\": 4792, \"rankvar\": 3653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3352, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3879, \"group\": [711.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCACAGGT\", \"ini\": 236, \"clust\": 943, \"rank\": 4806, \"rankvar\": 3601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3353, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3880, \"group\": [943.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCAGTGAAGAG\", \"ini\": 235, \"clust\": 837, \"rank\": 4853, \"rankvar\": 695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3881, \"group\": [840.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATAACGA\", \"ini\": 234, \"clust\": 492, \"rank\": 4783, \"rankvar\": 1933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3355, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4207, \"group\": [491.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTACAGACG\", \"ini\": 233, \"clust\": 1402, \"rank\": 4865, \"rankvar\": 3990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3356, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4086, \"group\": [1401.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAGCCTGTG\", \"ini\": 232, \"clust\": 1471, \"rank\": 4545, \"rankvar\": 4489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3357, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4112, \"group\": [1466.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCCGGGT\", \"ini\": 231, \"clust\": 936, \"rank\": 4905, \"rankvar\": 3333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3882, \"group\": [932.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCGCTTAT\", \"ini\": 230, \"clust\": 1454, \"rank\": 4734, \"rankvar\": 2350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3359, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4113, \"group\": [1452.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCATGAGT\", \"ini\": 229, \"clust\": 152, \"rank\": 4913, \"rankvar\": 4942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3360, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4087, \"group\": [156.0, 34.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCATTCCTCG\", \"ini\": 228, \"clust\": 1451, \"rank\": 4651, \"rankvar\": 3763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3361, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4114, \"group\": [1461.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTTGTTTG\", \"ini\": 227, \"clust\": 889, \"rank\": 4721, \"rankvar\": 2941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3362, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3883, \"group\": [888.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCATTCCTGC\", \"ini\": 226, \"clust\": 1333, \"rank\": 4754, \"rankvar\": 4733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3363, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4088, \"group\": [1328.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATCTGGTA\", \"ini\": 225, \"clust\": 1461, \"rank\": 4659, \"rankvar\": 3338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3364, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4115, \"group\": [1459.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACAAGCCC\", \"ini\": 224, \"clust\": 1345, \"rank\": 4898, \"rankvar\": 4318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3365, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4089, \"group\": [1344.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGAAGGCT\", \"ini\": 223, \"clust\": 1142, \"rank\": 4728, \"rankvar\": 4335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3884, \"group\": [1141.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGAAGGCT\", \"ini\": 222, \"clust\": 1393, \"rank\": 4690, \"rankvar\": 4593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3367, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4116, \"group\": [1394.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTTGTC\", \"ini\": 221, \"clust\": 898, \"rank\": 4824, \"rankvar\": 2690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3368, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3885, \"group\": [895.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGCTAGT\", \"ini\": 220, \"clust\": 779, \"rank\": 4874, \"rankvar\": 2694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3369, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3886, \"group\": [779.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTGGAGCC\", \"ini\": 219, \"clust\": 784, \"rank\": 4798, \"rankvar\": 3684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3370, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3887, \"group\": [794.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAACGATGG\", \"ini\": 218, \"clust\": 153, \"rank\": 4953, \"rankvar\": 4444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3888, \"group\": [152.0, 34.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTCAGGCC\", \"ini\": 217, \"clust\": 437, \"rank\": 4724, \"rankvar\": 3273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3372, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4262, \"group\": [440.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGGTCT\", \"ini\": 216, \"clust\": 1440, \"rank\": 4746, \"rankvar\": 3015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3373, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4117, \"group\": [1439.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAAGAGCTATA\", \"ini\": 215, \"clust\": 839, \"rank\": 4912, \"rankvar\": 3069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3374, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3889, \"group\": [838.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGGAGCGTT\", \"ini\": 214, \"clust\": 443, \"rank\": 4575, \"rankvar\": 3391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3375, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4263, \"group\": [441.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCTCCCTGA\", \"ini\": 213, \"clust\": 841, \"rank\": 4857, \"rankvar\": 3593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3890, \"group\": [837.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGCATCTA\", \"ini\": 212, \"clust\": 816, \"rank\": 4916, \"rankvar\": 2508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3377, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3891, \"group\": [815.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAACCTC\", \"ini\": 211, \"clust\": 980, \"rank\": 4759, \"rankvar\": 3233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3892, \"group\": [980.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTCTACCTC\", \"ini\": 210, \"clust\": 503, \"rank\": 4803, \"rankvar\": 4044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3379, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4208, \"group\": [499.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTAATA\", \"ini\": 209, \"clust\": 1439, \"rank\": 4661, \"rankvar\": 4439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3380, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4118, \"group\": [1441.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTATCACG\", \"ini\": 208, \"clust\": 920, \"rank\": 4910, \"rankvar\": 2341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3381, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3893, \"group\": [919.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCATGGTAGG\", \"ini\": 207, \"clust\": 440, \"rank\": 4596, \"rankvar\": 3819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3382, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4264, \"group\": [445.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGAACTGTA\", \"ini\": 206, \"clust\": 501, \"rank\": 4788, \"rankvar\": 3566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3383, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4209, \"group\": [502.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACATACTACG\", \"ini\": 205, \"clust\": 713, \"rank\": 4860, \"rankvar\": 3847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3894, \"group\": [710.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAATCCGT\", \"ini\": 204, \"clust\": 1123, \"rank\": 4856, \"rankvar\": 4064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3385, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3895, \"group\": [1123.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAGTGAAT\", \"ini\": 203, \"clust\": 1466, \"rank\": 4757, \"rankvar\": 4540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3386, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4119, \"group\": [1473.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGGATTCGG\", \"ini\": 202, \"clust\": 447, \"rank\": 4789, \"rankvar\": 1846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3387, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3896, \"group\": [448.0, 70.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACGATGT\", \"ini\": 201, \"clust\": 1452, \"rank\": 4810, \"rankvar\": 2858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3388, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4120, \"group\": [1450.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATGTGT\", \"ini\": 200, \"clust\": 879, \"rank\": 4850, \"rankvar\": 2965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3897, \"group\": [878.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTACAGACG\", \"ini\": 199, \"clust\": 928, \"rank\": 4782, \"rankvar\": 3394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3898, \"group\": [930.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGTTGAGTA\", \"ini\": 198, \"clust\": 1390, \"rank\": 4741, \"rankvar\": 4381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3391, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4121, \"group\": [1390.0, 136.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAGCATACT\", \"ini\": 197, \"clust\": 821, \"rank\": 4859, \"rankvar\": 960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3899, \"group\": [821.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACACAACTGT\", \"ini\": 196, \"clust\": 442, \"rank\": 4705, \"rankvar\": 2071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3393, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4265, \"group\": [443.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACCATG\", \"ini\": 195, \"clust\": 494, \"rank\": 4767, \"rankvar\": 2130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3394, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4210, \"group\": [490.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACAAACTGTC\", \"ini\": 194, \"clust\": 431, \"rank\": 4660, \"rankvar\": 3481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3395, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4266, \"group\": [431.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCGATTCT\", \"ini\": 193, \"clust\": 436, \"rank\": 4702, \"rankvar\": 1651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3396, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4267, \"group\": [437.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAGCGTTCG\", \"ini\": 192, \"clust\": 930, \"rank\": 4842, \"rankvar\": 3663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3900, \"group\": [929.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCTCTGTCG\", \"ini\": 191, \"clust\": 449, \"rank\": 4609, \"rankvar\": 3644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3398, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4211, \"group\": [450.0, 71.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGTCTGAA\", \"ini\": 190, \"clust\": 803, \"rank\": 4936, \"rankvar\": 1763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3901, \"group\": [801.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGGGCTTGA\", \"ini\": 189, \"clust\": 446, \"rank\": 4732, \"rankvar\": 2246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3400, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4212, \"group\": [447.0, 69.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTAAGGGCT\", \"ini\": 188, \"clust\": 830, \"rank\": 4939, \"rankvar\": 722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3401, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3902, \"group\": [831.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATGTCTT\", \"ini\": 187, \"clust\": 769, \"rank\": 4855, \"rankvar\": 4712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3402, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3903, \"group\": [768.0, 113.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTCCCTACT\", \"ini\": 186, \"clust\": 801, \"rank\": 4984, \"rankvar\": 3917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3904, \"group\": [804.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCAGATAAG\", \"ini\": 185, \"clust\": 1284, \"rank\": 4870, \"rankvar\": 3586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3905, \"group\": [1285.0, 128.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTAAACGCG\", \"ini\": 184, \"clust\": 266, \"rank\": 4948, \"rankvar\": 959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3405, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3906, \"group\": [266.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGGCCCGTT\", \"ini\": 183, \"clust\": 766, \"rank\": 4955, \"rankvar\": 2425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3907, \"group\": [765.0, 113.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTGAGTTC\", \"ini\": 182, \"clust\": 851, \"rank\": 4893, \"rankvar\": 3856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3407, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3908, \"group\": [852.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAAACGGG\", \"ini\": 181, \"clust\": 800, \"rank\": 5003, \"rankvar\": 2737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3408, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3909, \"group\": [805.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGAGGCTAGGT\", \"ini\": 180, \"clust\": 1403, \"rank\": 4896, \"rankvar\": 4071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3409, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4090, \"group\": [1402.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCCACCTG\", \"ini\": 179, \"clust\": 500, \"rank\": 4849, \"rankvar\": 828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3410, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4213, \"group\": [498.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAAGCCGCT\", \"ini\": 178, \"clust\": 444, \"rank\": 4778, \"rankvar\": 3393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3411, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4268, \"group\": [442.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAGATGGGT\", \"ini\": 177, \"clust\": 735, \"rank\": 4868, \"rankvar\": 3978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3412, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3910, \"group\": [733.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTAAAGTG\", \"ini\": 176, \"clust\": 450, \"rank\": 4768, \"rankvar\": 4092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3413, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4214, \"group\": [451.0, 71.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATCCGCGA\", \"ini\": 175, \"clust\": 817, \"rank\": 4988, \"rankvar\": 2761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3911, \"group\": [816.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTCCGTAT\", \"ini\": 174, \"clust\": 415, \"rank\": 4843, \"rankvar\": 2456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3415, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4269, \"group\": [418.0, 67.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTCAACTT\", \"ini\": 173, \"clust\": 1409, \"rank\": 4954, \"rankvar\": 4227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3416, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4091, \"group\": [1411.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCATGGAATA\", \"ini\": 172, \"clust\": 1315, \"rank\": 4738, \"rankvar\": 4753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3417, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4122, \"group\": [1316.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATGCATGT\", \"ini\": 171, \"clust\": 1469, \"rank\": 4617, \"rankvar\": 4265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3418, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4123, \"group\": [1467.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTTCACCTC\", \"ini\": 170, \"clust\": 825, \"rank\": 4880, \"rankvar\": 1470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3912, \"group\": [825.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAAGGACAC\", \"ini\": 169, \"clust\": 470, \"rank\": 4852, \"rankvar\": 954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3420, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4215, \"group\": [468.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTTGCCGT\", \"ini\": 168, \"clust\": 914, \"rank\": 4899, \"rankvar\": 2735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3421, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3913, \"group\": [917.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACTACAGT\", \"ini\": 167, \"clust\": 814, \"rank\": 4960, \"rankvar\": 1967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3422, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3914, \"group\": [814.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCGCGATCG\", \"ini\": 166, \"clust\": 268, \"rank\": 4941, \"rankvar\": 2595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3423, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4092, \"group\": [268.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTGGGTTG\", \"ini\": 165, \"clust\": 810, \"rank\": 4992, \"rankvar\": 3321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3915, \"group\": [809.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCTCCTGCCAT\", \"ini\": 164, \"clust\": 1453, \"rank\": 4866, \"rankvar\": 3227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3425, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4124, \"group\": [1451.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCGAATGT\", \"ini\": 163, \"clust\": 413, \"rank\": 4814, \"rankvar\": 1791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3426, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4270, \"group\": [414.0, 66.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGTAAGA\", \"ini\": 162, \"clust\": 1443, \"rank\": 4700, \"rankvar\": 3486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3427, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4125, \"group\": [1443.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTTGTCGT\", \"ini\": 161, \"clust\": 1441, \"rank\": 4844, \"rankvar\": 4454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3428, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4126, \"group\": [1440.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCCGACA\", \"ini\": 160, \"clust\": 456, \"rank\": 4822, \"rankvar\": 1765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3429, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4216, \"group\": [458.0, 73.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCTTCGAGA\", \"ini\": 159, \"clust\": 471, \"rank\": 4794, \"rankvar\": 2533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3430, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4217, \"group\": [469.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCAGTCCTCCT\", \"ini\": 158, \"clust\": 411, \"rank\": 4831, \"rankvar\": 1174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3431, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4271, \"group\": [412.0, 65.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCAGACAGGT\", \"ini\": 157, \"clust\": 155, \"rank\": 5039, \"rankvar\": 5008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3432, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3916, \"group\": [154.0, 34.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACACATCCGG\", \"ini\": 156, \"clust\": 1269, \"rank\": 4862, \"rankvar\": 3955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3433, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4093, \"group\": [1269.0, 123.0, 17.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTACCAGTT\", \"ini\": 155, \"clust\": 504, \"rank\": 4890, \"rankvar\": 2163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3434, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4218, \"group\": [500.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTGCTGTAT\", \"ini\": 154, \"clust\": 931, \"rank\": 4930, \"rankvar\": 1266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3435, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3917, \"group\": [941.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGTGGGAT\", \"ini\": 153, \"clust\": 982, \"rank\": 4884, \"rankvar\": 4597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3436, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3918, \"group\": [981.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGCGCTCT\", \"ini\": 152, \"clust\": 981, \"rank\": 4854, \"rankvar\": 4456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3919, \"group\": [983.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTAATAGCA\", \"ini\": 151, \"clust\": 418, \"rank\": 4816, \"rankvar\": 1895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3438, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4272, \"group\": [421.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGTGTACCT\", \"ini\": 150, \"clust\": 1448, \"rank\": 4875, \"rankvar\": 4416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3439, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4127, \"group\": [1448.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATAGAAAC\", \"ini\": 149, \"clust\": 478, \"rank\": 4964, \"rankvar\": 3046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3440, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4219, \"group\": [479.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATGGGTC\", \"ini\": 148, \"clust\": 457, \"rank\": 4820, \"rankvar\": 911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3441, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4220, \"group\": [456.0, 73.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGGGCTTCC\", \"ini\": 147, \"clust\": 482, \"rank\": 4876, \"rankvar\": 2036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3442, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4221, \"group\": [480.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGACGCTC\", \"ini\": 146, \"clust\": 156, \"rank\": 5030, \"rankvar\": 4860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3920, \"group\": [155.0, 34.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTTGACTG\", \"ini\": 145, \"clust\": 267, \"rank\": 4986, \"rankvar\": 483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3444, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3921, \"group\": [267.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACATATGAGA\", \"ini\": 144, \"clust\": 1391, \"rank\": 5000, \"rankvar\": 4656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3445, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4128, \"group\": [1391.0, 136.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCACTTCC\", \"ini\": 143, \"clust\": 479, \"rank\": 4932, \"rankvar\": 3998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3446, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4222, \"group\": [477.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTCTGGAGA\", \"ini\": 142, \"clust\": 911, \"rank\": 4904, \"rankvar\": 4725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3447, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3922, \"group\": [911.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTAGGTT\", \"ini\": 141, \"clust\": 269, \"rank\": 5015, \"rankvar\": 3315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3448, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4094, \"group\": [269.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCAAGCCTA\", \"ini\": 140, \"clust\": 890, \"rank\": 4790, \"rankvar\": 3857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3923, \"group\": [898.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACAACGT\", \"ini\": 139, \"clust\": 826, \"rank\": 4993, \"rankvar\": 2396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3450, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3924, \"group\": [826.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCTTGCATT\", \"ini\": 138, \"clust\": 1413, \"rank\": 4914, \"rankvar\": 2332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3451, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4129, \"group\": [1412.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTAAACCTC\", \"ini\": 137, \"clust\": 451, \"rank\": 4886, \"rankvar\": 1251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3452, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4223, \"group\": [452.0, 71.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCATTACCTT\", \"ini\": 136, \"clust\": 489, \"rank\": 4933, \"rankvar\": 1339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3453, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4224, \"group\": [486.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGTTACGGG\", \"ini\": 135, \"clust\": 1341, \"rank\": 4947, \"rankvar\": 4619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3454, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4095, \"group\": [1342.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTGGTAACG\", \"ini\": 134, \"clust\": 1455, \"rank\": 4837, \"rankvar\": 4065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3455, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4130, \"group\": [1453.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCGGCACT\", \"ini\": 133, \"clust\": 486, \"rank\": 4922, \"rankvar\": 1383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3456, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4225, \"group\": [484.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCAAGTAATG\", \"ini\": 132, \"clust\": 460, \"rank\": 5004, \"rankvar\": 1931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3457, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4226, \"group\": [464.0, 74.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTTACCGC\", \"ini\": 131, \"clust\": 1392, \"rank\": 4885, \"rankvar\": 4279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3458, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4227, \"group\": [1395.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGAGTTTA\", \"ini\": 130, \"clust\": 858, \"rank\": 4945, \"rankvar\": 3783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3459, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3925, \"group\": [854.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCATATGAGA\", \"ini\": 129, \"clust\": 407, \"rank\": 4756, \"rankvar\": 2741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3460, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4273, \"group\": [408.0, 63.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACTAAGT\", \"ini\": 128, \"clust\": 1444, \"rank\": 4959, \"rankvar\": 1925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3461, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4131, \"group\": [1444.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGATCGG\", \"ini\": 127, \"clust\": 871, \"rank\": 4961, \"rankvar\": 4383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3462, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3926, \"group\": [871.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAGCTTCT\", \"ini\": 126, \"clust\": 438, \"rank\": 4878, \"rankvar\": 2483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3463, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4274, \"group\": [438.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTTGTCAT\", \"ini\": 125, \"clust\": 1305, \"rank\": 4911, \"rankvar\": 4704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3464, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4096, \"group\": [1303.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTTAAGTG\", \"ini\": 124, \"clust\": 430, \"rank\": 4812, \"rankvar\": 3574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3465, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4275, \"group\": [433.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTGCCTGCA\", \"ini\": 123, \"clust\": 1418, \"rank\": 4901, \"rankvar\": 4821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3466, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4132, \"group\": [1417.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACGCATA\", \"ini\": 122, \"clust\": 177, \"rank\": 4997, \"rankvar\": 4487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3467, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4133, \"group\": [234.0, 45.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGGTACC\", \"ini\": 121, \"clust\": 488, \"rank\": 4897, \"rankvar\": 1975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3468, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4228, \"group\": [488.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTCGCCGT\", \"ini\": 120, \"clust\": 983, \"rank\": 4883, \"rankvar\": 4630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3469, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3927, \"group\": [982.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATTCTTGTATC\", \"ini\": 119, \"clust\": 427, \"rank\": 4968, \"rankvar\": 1133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3470, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4276, \"group\": [429.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTTCGTCTC\", \"ini\": 118, \"clust\": 805, \"rank\": 5049, \"rankvar\": 4470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3471, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3928, \"group\": [803.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGAGAAACGAG\", \"ini\": 117, \"clust\": 448, \"rank\": 4940, \"rankvar\": 3597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3472, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4229, \"group\": [449.0, 70.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAGGCTCAC\", \"ini\": 116, \"clust\": 462, \"rank\": 5052, \"rankvar\": 713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3473, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4230, \"group\": [459.0, 74.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCACTTACGA\", \"ini\": 115, \"clust\": 1343, \"rank\": 4925, \"rankvar\": 4778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3474, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4097, \"group\": [1341.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGAGGTTGC\", \"ini\": 114, \"clust\": 458, \"rank\": 4973, \"rankvar\": 2378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3475, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4231, \"group\": [457.0, 73.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAATCTACG\", \"ini\": 113, \"clust\": 483, \"rank\": 4847, \"rankvar\": 3975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3476, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4232, \"group\": [481.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCAGCTTCGG\", \"ini\": 112, \"clust\": 422, \"rank\": 4926, \"rankvar\": 2331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3477, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4277, \"group\": [426.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGGAGTACC\", \"ini\": 111, \"clust\": 1423, \"rank\": 4902, \"rankvar\": 4228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3478, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4134, \"group\": [1432.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTATAAACG\", \"ini\": 110, \"clust\": 1308, \"rank\": 4949, \"rankvar\": 4767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3479, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4098, \"group\": [1308.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACAACGCC\", \"ini\": 109, \"clust\": 1450, \"rank\": 4978, \"rankvar\": 3848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3480, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4135, \"group\": [1462.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCATGATCCA\", \"ini\": 108, \"clust\": 475, \"rank\": 4942, \"rankvar\": 1107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3481, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4233, \"group\": [475.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCGTCAAA\", \"ini\": 107, \"clust\": 490, \"rank\": 4987, \"rankvar\": 1978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3482, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4234, \"group\": [487.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGAGATGAG\", \"ini\": 106, \"clust\": 1414, \"rank\": 4972, \"rankvar\": 2419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3483, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4136, \"group\": [1413.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATGTTGAC\", \"ini\": 105, \"clust\": 425, \"rank\": 4931, \"rankvar\": 2744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3484, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4278, \"group\": [422.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGTGACC\", \"ini\": 104, \"clust\": 487, \"rank\": 5014, \"rankvar\": 669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3485, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4235, \"group\": [485.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGGCGACAT\", \"ini\": 103, \"clust\": 473, \"rank\": 5027, \"rankvar\": 1946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3486, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4236, \"group\": [472.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGAGTTTA\", \"ini\": 102, \"clust\": 736, \"rank\": 5009, \"rankvar\": 4590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3929, \"group\": [734.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGCGGTA\", \"ini\": 101, \"clust\": 1306, \"rank\": 5005, \"rankvar\": 4820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3488, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4099, \"group\": [1304.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAATTGCTG\", \"ini\": 100, \"clust\": 1462, \"rank\": 4946, \"rankvar\": 3125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3489, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4137, \"group\": [1460.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCTCGCACTCT\", \"ini\": 99, \"clust\": 165, \"rank\": 5033, \"rankvar\": 4940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3930, \"group\": [175.0, 39.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTGATTGC\", \"ini\": 98, \"clust\": 1421, \"rank\": 4994, \"rankvar\": 4411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3491, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4138, \"group\": [1419.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGCGATCG\", \"ini\": 97, \"clust\": 1457, \"rank\": 4958, \"rankvar\": 3439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3492, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4139, \"group\": [1457.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCTGCTGTC\", \"ini\": 96, \"clust\": 857, \"rank\": 5022, \"rankvar\": 4618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3931, \"group\": [856.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCCAGTTT\", \"ini\": 95, \"clust\": 1446, \"rank\": 5010, \"rankvar\": 3356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3494, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4140, \"group\": [1446.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTTAAGATG\", \"ini\": 94, \"clust\": 432, \"rank\": 4895, \"rankvar\": 3948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3495, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4279, \"group\": [432.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCACTGGGC\", \"ini\": 93, \"clust\": 439, \"rank\": 4979, \"rankvar\": 2183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3496, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4280, \"group\": [439.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCACATTAGC\", \"ini\": 92, \"clust\": 823, \"rank\": 4980, \"rankvar\": 2702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3932, \"group\": [823.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGCATACGCCG\", \"ini\": 91, \"clust\": 1407, \"rank\": 5050, \"rankvar\": 4401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4100, \"group\": [1405.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGAATGCT\", \"ini\": 90, \"clust\": 3392, \"rank\": 5150, \"rankvar\": 4521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3499, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3098, \"group\": [3390.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTAGTACCT\", \"ini\": 89, \"clust\": 421, \"rank\": 4974, \"rankvar\": 1381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3500, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4281, \"group\": [430.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTAGCGTAG\", \"ini\": 88, \"clust\": 822, \"rank\": 5018, \"rankvar\": 2625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3933, \"group\": [822.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCATCCTTGC\", \"ini\": 87, \"clust\": 465, \"rank\": 5085, \"rankvar\": 1065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3502, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4237, \"group\": [462.0, 74.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAGTCAGCC\", \"ini\": 86, \"clust\": 845, \"rank\": 5044, \"rankvar\": 3650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3934, \"group\": [847.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCCAAGTA\", \"ini\": 85, \"clust\": 1394, \"rank\": 4970, \"rankvar\": 4480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3504, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4141, \"group\": [1392.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTATTCA\", \"ini\": 84, \"clust\": 896, \"rank\": 5019, \"rankvar\": 3837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3935, \"group\": [896.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGTGAATTG\", \"ini\": 83, \"clust\": 423, \"rank\": 5002, \"rankvar\": 1957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3506, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4282, \"group\": [425.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTACCGTTA\", \"ini\": 82, \"clust\": 463, \"rank\": 5073, \"rankvar\": 437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3507, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4238, \"group\": [460.0, 74.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACACCGAC\", \"ini\": 81, \"clust\": 1432, \"rank\": 5008, \"rankvar\": 3997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3508, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4142, \"group\": [1430.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAATGAAAC\", \"ini\": 80, \"clust\": 1420, \"rank\": 5026, \"rankvar\": 4352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3509, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4143, \"group\": [1421.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCAGATCGATA\", \"ini\": 79, \"clust\": 824, \"rank\": 4989, \"rankvar\": 2705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3936, \"group\": [824.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGGTGTTG\", \"ini\": 78, \"clust\": 1428, \"rank\": 5012, \"rankvar\": 4359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3511, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4144, \"group\": [1426.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTGCTGCC\", \"ini\": 77, \"clust\": 1456, \"rank\": 5007, \"rankvar\": 3667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3512, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4145, \"group\": [1458.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTTGTATC\", \"ini\": 76, \"clust\": 853, \"rank\": 5048, \"rankvar\": 3538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3513, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3937, \"group\": [851.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCGGTGTTA\", \"ini\": 75, \"clust\": 1399, \"rank\": 5047, \"rankvar\": 574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3514, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4146, \"group\": [1398.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAAAGGCGT\", \"ini\": 74, \"clust\": 770, \"rank\": 5028, \"rankvar\": 4868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3938, \"group\": [769.0, 113.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTAGTAC\", \"ini\": 73, \"clust\": 1433, \"rank\": 5043, \"rankvar\": 4255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3516, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4147, \"group\": [1431.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGACCAAG\", \"ini\": 72, \"clust\": 498, \"rank\": 5024, \"rankvar\": 4121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3517, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4239, \"group\": [494.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGTGATAT\", \"ini\": 71, \"clust\": 860, \"rank\": 5083, \"rankvar\": 3406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3939, \"group\": [857.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCATGAAC\", \"ini\": 70, \"clust\": 151, \"rank\": 5169, \"rankvar\": 4961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3519, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4101, \"group\": [157.0, 34.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCAATCCAAC\", \"ini\": 69, \"clust\": 921, \"rank\": 5081, \"rankvar\": 4526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3940, \"group\": [921.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGTGGGTTG\", \"ini\": 68, \"clust\": 480, \"rank\": 5106, \"rankvar\": 2085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3521, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4240, \"group\": [478.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCATGCCG\", \"ini\": 67, \"clust\": 408, \"rank\": 5006, \"rankvar\": 3560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3522, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4283, \"group\": [409.0, 63.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTTGTGGAG\", \"ini\": 66, \"clust\": 1434, \"rank\": 5035, \"rankvar\": 4232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3523, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4148, \"group\": [1433.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGAGGTAGA\", \"ini\": 65, \"clust\": 1404, \"rank\": 5061, \"rankvar\": 4393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3524, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4149, \"group\": [1403.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCATCACAAC\", \"ini\": 64, \"clust\": 1424, \"rank\": 4999, \"rankvar\": 4730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3525, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4150, \"group\": [1422.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCCCTTGCA\", \"ini\": 63, \"clust\": 414, \"rank\": 5094, \"rankvar\": 504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4284, \"group\": [415.0, 66.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTATCTCG\", \"ini\": 62, \"clust\": 1405, \"rank\": 5084, \"rankvar\": 4157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3527, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4151, \"group\": [1404.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTATAGTAG\", \"ini\": 61, \"clust\": 1398, \"rank\": 5029, \"rankvar\": 3524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3528, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4152, \"group\": [1400.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTCACACGC\", \"ini\": 60, \"clust\": 861, \"rank\": 5076, \"rankvar\": 2202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3941, \"group\": [858.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATGTCTCC\", \"ini\": 59, \"clust\": 922, \"rank\": 5077, \"rankvar\": 3259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3530, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3942, \"group\": [922.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCCATTGGTAC\", \"ini\": 58, \"clust\": 1445, \"rank\": 5117, \"rankvar\": 2888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3531, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4153, \"group\": [1445.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGATGGTC\", \"ini\": 57, \"clust\": 454, \"rank\": 5104, \"rankvar\": 571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3532, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4241, \"group\": [454.0, 72.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGTTGAA\", \"ini\": 56, \"clust\": 859, \"rank\": 5086, \"rankvar\": 4762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3533, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3943, \"group\": [855.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTGACC\", \"ini\": 55, \"clust\": 1395, \"rank\": 5054, \"rankvar\": 4554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3534, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4154, \"group\": [1393.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTTTCCTC\", \"ini\": 54, \"clust\": 416, \"rank\": 5070, \"rankvar\": 3254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3535, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4242, \"group\": [416.0, 67.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACAGAGGT\", \"ini\": 53, \"clust\": 855, \"rank\": 5116, \"rankvar\": 3070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3536, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3944, \"group\": [862.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTACACCGC\", \"ini\": 52, \"clust\": 476, \"rank\": 5072, \"rankvar\": 1020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3537, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4243, \"group\": [473.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATGGAAT\", \"ini\": 51, \"clust\": 1419, \"rank\": 5055, \"rankvar\": 4717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3538, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4155, \"group\": [1418.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTGTGGCTC\", \"ini\": 50, \"clust\": 1406, \"rank\": 5080, \"rankvar\": 4368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3539, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4102, \"group\": [1407.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGGCGTACA\", \"ini\": 49, \"clust\": 1437, \"rank\": 5088, \"rankvar\": 4329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3540, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4156, \"group\": [1435.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCTACTATC\", \"ini\": 48, \"clust\": 1435, \"rank\": 5065, \"rankvar\": 4641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3541, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4157, \"group\": [1434.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTTGATTGC\", \"ini\": 47, \"clust\": 452, \"rank\": 5040, \"rankvar\": 4203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3542, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3945, \"group\": [453.0, 71.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTCTAGAGG\", \"ini\": 46, \"clust\": 3399, \"rank\": 5220, \"rankvar\": 4996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3543, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2085, \"group\": [3396.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCTCAACA\", \"ini\": 45, \"clust\": 923, \"rank\": 5066, \"rankvar\": 4555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3544, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3946, \"group\": [925.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTGAATTG\", \"ini\": 44, \"clust\": 924, \"rank\": 5079, \"rankvar\": 4016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3947, \"group\": [923.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAAGTT\", \"ini\": 43, \"clust\": 1426, \"rank\": 5089, \"rankvar\": 3746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3546, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4158, \"group\": [1424.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAGCTGTTA\", \"ini\": 42, \"clust\": 1411, \"rank\": 5151, \"rankvar\": 4251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3547, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4159, \"group\": [1408.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTTCAACCA\", \"ini\": 41, \"clust\": 1430, \"rank\": 5113, \"rankvar\": 4403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3548, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4160, \"group\": [1428.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGAAACCGC\", \"ini\": 40, \"clust\": 412, \"rank\": 5103, \"rankvar\": 2653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3549, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4161, \"group\": [413.0, 65.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTGCTGTAT\", \"ini\": 39, \"clust\": 1425, \"rank\": 5042, \"rankvar\": 4667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3550, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4162, \"group\": [1423.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATTGGTAC\", \"ini\": 38, \"clust\": 433, \"rank\": 5025, \"rankvar\": 1818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3551, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4285, \"group\": [434.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCTCGAGTA\", \"ini\": 37, \"clust\": 417, \"rank\": 5082, \"rankvar\": 3151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3552, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4244, \"group\": [417.0, 67.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACTCGACG\", \"ini\": 36, \"clust\": 1416, \"rank\": 5102, \"rankvar\": 4099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3553, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4163, \"group\": [1414.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAAGGGTTTCT\", \"ini\": 35, \"clust\": 925, \"rank\": 5121, \"rankvar\": 3175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3948, \"group\": [924.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACGACTCG\", \"ini\": 34, \"clust\": 474, \"rank\": 5155, \"rankvar\": 2150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3555, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4245, \"group\": [476.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACAGGAGT\", \"ini\": 33, \"clust\": 428, \"rank\": 5118, \"rankvar\": 1055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3556, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4286, \"group\": [427.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAAAGTCAA\", \"ini\": 32, \"clust\": 154, \"rank\": 5200, \"rankvar\": 4973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3557, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3949, \"group\": [153.0, 34.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCTTGGTC\", \"ini\": 31, \"clust\": 1458, \"rank\": 5096, \"rankvar\": 3585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3558, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4164, \"group\": [1456.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTCCGGTT\", \"ini\": 30, \"clust\": 477, \"rank\": 5131, \"rankvar\": 562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3559, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4246, \"group\": [474.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCGTAT\", \"ini\": 29, \"clust\": 1412, \"rank\": 5160, \"rankvar\": 4532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3560, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4165, \"group\": [1409.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTGAAGAG\", \"ini\": 28, \"clust\": 1449, \"rank\": 5090, \"rankvar\": 4582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3561, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4166, \"group\": [1449.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCCTTTCTC\", \"ini\": 27, \"clust\": 1447, \"rank\": 5114, \"rankvar\": 4018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3562, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4167, \"group\": [1447.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGCTGAA\", \"ini\": 26, \"clust\": 767, \"rank\": 5183, \"rankvar\": 4840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3950, \"group\": [766.0, 113.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGCATCATC\", \"ini\": 25, \"clust\": 426, \"rank\": 5109, \"rankvar\": 4405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3564, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4287, \"group\": [423.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCACGAAATA\", \"ini\": 24, \"clust\": 1459, \"rank\": 5092, \"rankvar\": 3817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3565, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4168, \"group\": [1454.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGTAT\", \"ini\": 23, \"clust\": 1436, \"rank\": 5133, \"rankvar\": 4406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3566, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4169, \"group\": [1437.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCCTGACT\", \"ini\": 22, \"clust\": 484, \"rank\": 5149, \"rankvar\": 1723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3567, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4247, \"group\": [482.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGATAGCAT\", \"ini\": 21, \"clust\": 1422, \"rank\": 5140, \"rankvar\": 4850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3568, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4170, \"group\": [1420.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGATGGGTC\", \"ini\": 20, \"clust\": 1410, \"rank\": 5180, \"rankvar\": 4256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3569, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4171, \"group\": [1410.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCATTAT\", \"ini\": 19, \"clust\": 434, \"rank\": 5063, \"rankvar\": 4361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3570, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4288, \"group\": [435.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATCCTAGA\", \"ini\": 18, \"clust\": 1427, \"rank\": 5164, \"rankvar\": 3020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3571, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4172, \"group\": [1425.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCAAACTGTC\", \"ini\": 17, \"clust\": 1415, \"rank\": 5127, \"rankvar\": 4268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3572, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4173, \"group\": [1416.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAAGCTGGA\", \"ini\": 16, \"clust\": 1460, \"rank\": 5128, \"rankvar\": 4125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3573, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4174, \"group\": [1455.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAACGCGA\", \"ini\": 15, \"clust\": 862, \"rank\": 5177, \"rankvar\": 4171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3951, \"group\": [859.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGGCAAAGA\", \"ini\": 14, \"clust\": 1408, \"rank\": 5167, \"rankvar\": 4288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3575, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4175, \"group\": [1406.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCAGTTGAC\", \"ini\": 13, \"clust\": 863, \"rank\": 5173, \"rankvar\": 4493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3576, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3952, \"group\": [860.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTCGAATCT\", \"ini\": 12, \"clust\": 1401, \"rank\": 5159, \"rankvar\": 4409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3577, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4176, \"group\": [1438.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTTCCGGCA\", \"ini\": 11, \"clust\": 455, \"rank\": 5188, \"rankvar\": 4057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3578, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4248, \"group\": [455.0, 72.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAACATC\", \"ini\": 10, \"clust\": 424, \"rank\": 5138, \"rankvar\": 3327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3579, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4289, \"group\": [424.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCAGCTTAG\", \"ini\": 9, \"clust\": 429, \"rank\": 5162, \"rankvar\": 1667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3580, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4290, \"group\": [428.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTCCCTACT\", \"ini\": 8, \"clust\": 1396, \"rank\": 5198, \"rankvar\": 4677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3581, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4177, \"group\": [1396.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTATTCA\", \"ini\": 7, \"clust\": 1397, \"rank\": 5196, \"rankvar\": 859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3582, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4249, \"group\": [1397.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCATACTG\", \"ini\": 6, \"clust\": 1431, \"rank\": 5193, \"rankvar\": 4222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3583, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4178, \"group\": [1429.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCGGTCTAA\", \"ini\": 5, \"clust\": 485, \"rank\": 5187, \"rankvar\": 3346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3584, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4250, \"group\": [483.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGACCAAG\", \"ini\": 4, \"clust\": 1429, \"rank\": 5185, \"rankvar\": 4681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3585, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4179, \"group\": [1427.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGACACG\", \"ini\": 3, \"clust\": 1417, \"rank\": 5172, \"rankvar\": 4644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3586, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4180, \"group\": [1415.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGGAGCGTT\", \"ini\": 2, \"clust\": 1438, \"rank\": 5189, \"rankvar\": 4680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3587, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4181, \"group\": [1436.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTAAATGAC\", \"ini\": 1, \"clust\": 1400, \"rank\": 5190, \"rankvar\": 3526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3588, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4182, \"group\": [1399.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}]}}, {\"N_row_sum\": 20, \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"name\": \"CD24\", \"ini\": 20, \"clust\": 7, \"rank\": 0, \"rankvar\": 0, \"group\": [5.0, 5.0, 5.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD1c\", \"ini\": 19, \"clust\": 6, \"rank\": 1, \"rankvar\": 1, \"group\": [7.0, 7.0, 7.0, 4.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD206\", \"ini\": 18, \"clust\": 18, \"rank\": 2, \"rankvar\": 2, \"group\": [16.0, 16.0, 13.0, 8.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD19\", \"ini\": 17, \"clust\": 8, \"rank\": 3, \"rankvar\": 3, \"group\": [6.0, 6.0, 6.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD123\", \"ini\": 16, \"clust\": 16, \"rank\": 4, \"rankvar\": 4, \"group\": [13.0, 13.0, 10.0, 6.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD141\", \"ini\": 15, \"clust\": 17, \"rank\": 5, \"rankvar\": 5, \"group\": [14.0, 14.0, 11.0, 6.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD56\", \"ini\": 14, \"clust\": 19, \"rank\": 19, \"rankvar\": 6, \"group\": [17.0, 17.0, 14.0, 9.0, 8.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD66b\", \"ini\": 13, \"clust\": 10, \"rank\": 6, \"rankvar\": 7, \"group\": [15.0, 15.0, 12.0, 7.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"HLADR\", \"ini\": 12, \"clust\": 11, \"rank\": 7, \"rankvar\": 8, \"group\": [12.0, 12.0, 9.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD3\", \"ini\": 11, \"clust\": 2, \"rank\": 8, \"rankvar\": 15, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD16\", \"ini\": 10, \"clust\": 5, \"rank\": 9, \"rankvar\": 10, \"group\": [19.0, 19.0, 16.0, 11.0, 10.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD14\", \"ini\": 9, \"clust\": 12, \"rank\": 11, \"rankvar\": 11, \"group\": [8.0, 8.0, 8.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD4\", \"ini\": 8, \"clust\": 1, \"rank\": 10, \"rankvar\": 14, \"group\": [3.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD64\", \"ini\": 7, \"clust\": 13, \"rank\": 17, \"rankvar\": 18, \"group\": [9.0, 9.0, 8.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD8\", \"ini\": 6, \"clust\": 4, \"rank\": 12, \"rankvar\": 19, \"group\": [20.0, 20.0, 17.0, 12.0, 11.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD11c\", \"ini\": 5, \"clust\": 14, \"rank\": 18, \"rankvar\": 17, \"group\": [10.0, 10.0, 8.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD27\", \"ini\": 4, \"clust\": 3, \"rank\": 16, \"rankvar\": 13, \"group\": [2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD11b\", \"ini\": 3, \"clust\": 15, \"rank\": 13, \"rankvar\": 9, \"group\": [11.0, 11.0, 8.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD38\", \"ini\": 2, \"clust\": 9, \"rank\": 14, \"rankvar\": 12, \"group\": [18.0, 18.0, 15.0, 10.0, 9.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD62L\", \"ini\": 1, \"clust\": 0, \"rank\": 15, \"rankvar\": 16, \"group\": [4.0, 4.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}], \"col_nodes\": [{\"name\": \"GCATGCGTCCATGAGT\", \"ini\": 5232, \"clust\": 2129, \"rank\": 35, \"rankvar\": 4762, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3589, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5025, \"group\": [2127.0, 316.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCTA\", \"ini\": 5231, \"clust\": 4838, \"rank\": 20, \"rankvar\": 492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3590, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2250, \"group\": [4837.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGTCCGTAT\", \"ini\": 5230, \"clust\": 2932, \"rank\": 6, \"rankvar\": 1220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3591, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 256, \"group\": [2932.0, 597.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTCCAACC\", \"ini\": 5229, \"clust\": 2208, \"rank\": 55, \"rankvar\": 22, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3592, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4327, \"group\": [2207.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGCTGTTCA\", \"ini\": 5228, \"clust\": 2529, \"rank\": 71, \"rankvar\": 4488, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3593, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 0, \"group\": [2526.0, 467.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCACATAGC\", \"ini\": 5227, \"clust\": 4824, \"rank\": 37, \"rankvar\": 688, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3594, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2251, \"group\": [4824.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCTCTTTCCTC\", \"ini\": 5226, \"clust\": 2528, \"rank\": 109, \"rankvar\": 2579, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3595, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 1, \"group\": [2528.0, 467.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGTAGC\", \"ini\": 5225, \"clust\": 4840, \"rank\": 1, \"rankvar\": 4160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3596, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2252, \"group\": [4840.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACAGTACACT\", \"ini\": 5224, \"clust\": 2893, \"rank\": 40, \"rankvar\": 31, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 257, \"group\": [2893.0, 591.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGGACGAAA\", \"ini\": 5223, \"clust\": 2926, \"rank\": 75, \"rankvar\": 348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 258, \"group\": [2928.0, 596.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATGGAGC\", \"ini\": 5222, \"clust\": 2179, \"rank\": 146, \"rankvar\": 110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4328, \"group\": [2183.0, 336.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGGGATACC\", \"ini\": 5221, \"clust\": 4816, \"rank\": 22, \"rankvar\": 1052, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3600, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2253, \"group\": [4813.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGAGGTG\", \"ini\": 5220, \"clust\": 2204, \"rank\": 103, \"rankvar\": 246, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3601, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4329, \"group\": [2205.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGGCCCGTT\", \"ini\": 5219, \"clust\": 2134, \"rank\": 116, \"rankvar\": 25, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3602, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4330, \"group\": [2134.0, 319.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCAGGCCCA\", \"ini\": 5218, \"clust\": 52, \"rank\": 88, \"rankvar\": 5196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3603, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5141, \"group\": [50.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTGACTCAT\", \"ini\": 5217, \"clust\": 2188, \"rank\": 145, \"rankvar\": 121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4331, \"group\": [2188.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTTTACGT\", \"ini\": 5216, \"clust\": 4839, \"rank\": 27, \"rankvar\": 1097, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3605, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2254, \"group\": [4838.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATGACCT\", \"ini\": 5215, \"clust\": 4835, \"rank\": 56, \"rankvar\": 516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2255, \"group\": [4834.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACAGACC\", \"ini\": 5214, \"clust\": 2192, \"rank\": 134, \"rankvar\": 23, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3607, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4332, \"group\": [2191.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATTCGCACTCT\", \"ini\": 5213, \"clust\": 4832, \"rank\": 80, \"rankvar\": 199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3608, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2256, \"group\": [4832.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGCCACCTG\", \"ini\": 5212, \"clust\": 4841, \"rank\": 23, \"rankvar\": 2719, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3609, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2257, \"group\": [4841.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGTTTA\", \"ini\": 5211, \"clust\": 4605, \"rank\": 43, \"rankvar\": 858, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3610, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2258, \"group\": [4602.0, 897.0, 158.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACTTAAGC\", \"ini\": 5210, \"clust\": 4830, \"rank\": 129, \"rankvar\": 629, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3611, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2259, \"group\": [4829.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTAGAGTGAGA\", \"ini\": 5209, \"clust\": 2194, \"rank\": 211, \"rankvar\": 249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3612, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4333, \"group\": [2195.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTGCCTG\", \"ini\": 5208, \"clust\": 4842, \"rank\": 67, \"rankvar\": 1456, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3613, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2260, \"group\": [4842.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGCTAAACA\", \"ini\": 5207, \"clust\": 53, \"rank\": 153, \"rankvar\": 5134, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3614, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5142, \"group\": [51.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGAGTAAGG\", \"ini\": 5206, \"clust\": 56, \"rank\": 229, \"rankvar\": 4766, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3615, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5143, \"group\": [52.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGTAGCCA\", \"ini\": 5205, \"clust\": 1841, \"rank\": 89, \"rankvar\": 1392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3616, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4334, \"group\": [1841.0, 287.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCAGACACTT\", \"ini\": 5204, \"clust\": 54, \"rank\": 303, \"rankvar\": 5096, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3617, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5144, \"group\": [55.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGAGAACG\", \"ini\": 5203, \"clust\": 2728, \"rank\": 216, \"rankvar\": 266, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3618, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4291, \"group\": [2726.0, 518.0, 98.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAATCGAAA\", \"ini\": 5202, \"clust\": 4831, \"rank\": 175, \"rankvar\": 228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3619, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2261, \"group\": [4830.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCCAGTATG\", \"ini\": 5201, \"clust\": 2177, \"rank\": 170, \"rankvar\": 0, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3620, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4335, \"group\": [2178.0, 336.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTTCCAGTATG\", \"ini\": 5200, \"clust\": 2210, \"rank\": 169, \"rankvar\": 14, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3621, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4336, \"group\": [2211.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCCTCATTA\", \"ini\": 5199, \"clust\": 2137, \"rank\": 90, \"rankvar\": 1303, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3622, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4337, \"group\": [2137.0, 320.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTGAGTGT\", \"ini\": 5198, \"clust\": 2834, \"rank\": 191, \"rankvar\": 81, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 259, \"group\": [2835.0, 578.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCACGACTA\", \"ini\": 5197, \"clust\": 2933, \"rank\": 151, \"rankvar\": 301, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 260, \"group\": [2933.0, 597.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGTTCGATC\", \"ini\": 5196, \"clust\": 2202, \"rank\": 203, \"rankvar\": 84, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4338, \"group\": [2203.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCGTGGGAA\", \"ini\": 5195, \"clust\": 4721, \"rank\": 179, \"rankvar\": 1684, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2262, \"group\": [4720.0, 931.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTGTCAATC\", \"ini\": 5194, \"clust\": 57, \"rank\": 349, \"rankvar\": 4788, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3627, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5145, \"group\": [53.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAATCAGAA\", \"ini\": 5193, \"clust\": 2190, \"rank\": 181, \"rankvar\": 136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3628, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4339, \"group\": [2194.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTCAGAAGC\", \"ini\": 5192, \"clust\": 2131, \"rank\": 104, \"rankvar\": 291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3629, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 261, \"group\": [2132.0, 318.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGAGAGCTC\", \"ini\": 5191, \"clust\": 4825, \"rank\": 108, \"rankvar\": 1491, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3630, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2263, \"group\": [4825.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAGGAACGT\", \"ini\": 5190, \"clust\": 2729, \"rank\": 286, \"rankvar\": 353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3631, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4292, \"group\": [2727.0, 518.0, 98.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTTCTGAAC\", \"ini\": 5189, \"clust\": 4827, \"rank\": 126, \"rankvar\": 903, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3632, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2264, \"group\": [4826.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAAAGGTGC\", \"ini\": 5188, \"clust\": 2297, \"rank\": 273, \"rankvar\": 598, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3633, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4340, \"group\": [2297.0, 382.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTGGTATG\", \"ini\": 5187, \"clust\": 4833, \"rank\": 161, \"rankvar\": 87, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3634, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2265, \"group\": [4833.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTTCTGAAC\", \"ini\": 5186, \"clust\": 2180, \"rank\": 223, \"rankvar\": 41, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3635, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4341, \"group\": [2182.0, 336.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTGTCTAT\", \"ini\": 5185, \"clust\": 4836, \"rank\": 166, \"rankvar\": 681, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3636, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2266, \"group\": [4835.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTCGAATCT\", \"ini\": 5184, \"clust\": 2317, \"rank\": 245, \"rankvar\": 308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3637, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4342, \"group\": [2317.0, 391.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGAATCCA\", \"ini\": 5183, \"clust\": 1845, \"rank\": 208, \"rankvar\": 1033, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3638, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4343, \"group\": [1843.0, 287.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTCACAAGG\", \"ini\": 5182, \"clust\": 2860, \"rank\": 156, \"rankvar\": 414, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3639, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 262, \"group\": [2860.0, 586.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCTAACTTC\", \"ini\": 5181, \"clust\": 2196, \"rank\": 254, \"rankvar\": 89, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3640, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4344, \"group\": [2200.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAGTCAGAG\", \"ini\": 5180, \"clust\": 109, \"rank\": 196, \"rankvar\": 3369, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3641, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4345, \"group\": [110.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACTTATC\", \"ini\": 5179, \"clust\": 1846, \"rank\": 127, \"rankvar\": 632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3642, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4346, \"group\": [1844.0, 287.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCAAGGTAA\", \"ini\": 5178, \"clust\": 1842, \"rank\": 141, \"rankvar\": 608, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3643, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4347, \"group\": [1842.0, 287.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTACCGGCT\", \"ini\": 5177, \"clust\": 2212, \"rank\": 266, \"rankvar\": 93, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3644, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4348, \"group\": [2213.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAGTCGGCACT\", \"ini\": 5176, \"clust\": 2291, \"rank\": 256, \"rankvar\": 289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3645, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4349, \"group\": [2292.0, 381.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATCGTCGG\", \"ini\": 5175, \"clust\": 2292, \"rank\": 277, \"rankvar\": 295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3646, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4350, \"group\": [2293.0, 381.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTGACGTT\", \"ini\": 5174, \"clust\": 2211, \"rank\": 234, \"rankvar\": 2, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3647, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4351, \"group\": [2212.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGGTTAAC\", \"ini\": 5173, \"clust\": 2198, \"rank\": 257, \"rankvar\": 16, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3648, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4352, \"group\": [2197.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTTCGGCAC\", \"ini\": 5172, \"clust\": 4845, \"rank\": 260, \"rankvar\": 281, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3649, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2267, \"group\": [4847.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGTCGTACT\", \"ini\": 5171, \"clust\": 2152, \"rank\": 339, \"rankvar\": 272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3650, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4353, \"group\": [2149.0, 330.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCGAATCCA\", \"ini\": 5170, \"clust\": 2889, \"rank\": 148, \"rankvar\": 5, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3651, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4354, \"group\": [2892.0, 590.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATACGCTA\", \"ini\": 5169, \"clust\": 2228, \"rank\": 364, \"rankvar\": 453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3652, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2268, \"group\": [2230.0, 344.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCCGTC\", \"ini\": 5168, \"clust\": 4768, \"rank\": 132, \"rankvar\": 2496, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3653, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2269, \"group\": [4770.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACAAGACACG\", \"ini\": 5167, \"clust\": 2132, \"rank\": 186, \"rankvar\": 38, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 263, \"group\": [2133.0, 318.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTCCAGTTA\", \"ini\": 5166, \"clust\": 2187, \"rank\": 261, \"rankvar\": 8, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3655, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4355, \"group\": [2190.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTATCAGTGCAT\", \"ini\": 5165, \"clust\": 2189, \"rank\": 164, \"rankvar\": 34, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3656, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4356, \"group\": [2189.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCATCTACCTGC\", \"ini\": 5164, \"clust\": 1844, \"rank\": 228, \"rankvar\": 711, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3657, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4357, \"group\": [1845.0, 287.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGTACGCCC\", \"ini\": 5163, \"clust\": 4769, \"rank\": 176, \"rankvar\": 3035, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3658, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2270, \"group\": [4768.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGTAAACT\", \"ini\": 5162, \"clust\": 1699, \"rank\": 320, \"rankvar\": 305, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4358, \"group\": [1698.0, 261.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGTGTGGT\", \"ini\": 5161, \"clust\": 2737, \"rank\": 315, \"rankvar\": 473, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3660, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4293, \"group\": [2735.0, 521.0, 98.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTATA\", \"ini\": 5160, \"clust\": 2931, \"rank\": 143, \"rankvar\": 1758, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 264, \"group\": [2934.0, 597.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACATGCAACT\", \"ini\": 5159, \"clust\": 4817, \"rank\": 123, \"rankvar\": 2693, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3662, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2271, \"group\": [4814.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCACCGGGT\", \"ini\": 5158, \"clust\": 2305, \"rank\": 328, \"rankvar\": 345, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3663, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4359, \"group\": [2303.0, 385.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGATGGGTC\", \"ini\": 5157, \"clust\": 4843, \"rank\": 98, \"rankvar\": 1808, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3664, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2272, \"group\": [4843.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTATGGTTC\", \"ini\": 5156, \"clust\": 2175, \"rank\": 322, \"rankvar\": 174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3665, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4360, \"group\": [2176.0, 336.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTATCGAA\", \"ini\": 5155, \"clust\": 2743, \"rank\": 294, \"rankvar\": 1818, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3666, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 265, \"group\": [2742.0, 524.0, 100.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCATGAGT\", \"ini\": 5154, \"clust\": 2195, \"rank\": 363, \"rankvar\": 72, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3667, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4361, \"group\": [2196.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGCTATCT\", \"ini\": 5153, \"clust\": 2526, \"rank\": 537, \"rankvar\": 3709, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3668, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 2, \"group\": [2524.0, 467.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGGTTACCT\", \"ini\": 5152, \"clust\": 2516, \"rank\": 484, \"rankvar\": 2304, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3669, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 3, \"group\": [2513.0, 464.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCACCCATGG\", \"ini\": 5151, \"clust\": 2921, \"rank\": 172, \"rankvar\": 28, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3670, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 266, \"group\": [2923.0, 596.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGGTGTAG\", \"ini\": 5150, \"clust\": 4829, \"rank\": 206, \"rankvar\": 671, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3671, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2273, \"group\": [4831.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCCCAGGTG\", \"ini\": 5149, \"clust\": 2135, \"rank\": 251, \"rankvar\": 153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3672, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2274, \"group\": [2135.0, 319.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGTATGCT\", \"ini\": 5148, \"clust\": 2917, \"rank\": 204, \"rankvar\": 133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3673, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 267, \"group\": [2917.0, 596.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTTAAGAAC\", \"ini\": 5147, \"clust\": 4809, \"rank\": 107, \"rankvar\": 4006, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3674, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2275, \"group\": [4808.0, 935.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCATGTCGAT\", \"ini\": 5146, \"clust\": 2298, \"rank\": 380, \"rankvar\": 482, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3675, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2276, \"group\": [2298.0, 382.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCATAGAAAC\", \"ini\": 5145, \"clust\": 2923, \"rank\": 167, \"rankvar\": 442, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 268, \"group\": [2920.0, 596.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGCACCGCT\", \"ini\": 5144, \"clust\": 4713, \"rank\": 317, \"rankvar\": 542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3677, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2277, \"group\": [4713.0, 929.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTCTCTCGT\", \"ini\": 5143, \"clust\": 2927, \"rank\": 285, \"rankvar\": 40, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 269, \"group\": [2926.0, 596.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAAGAAAGG\", \"ini\": 5142, \"clust\": 1709, \"rank\": 265, \"rankvar\": 210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3679, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4362, \"group\": [1705.0, 264.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGGCATGGT\", \"ini\": 5141, \"clust\": 2126, \"rank\": 340, \"rankvar\": 620, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3680, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4363, \"group\": [2131.0, 317.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGGTCATCT\", \"ini\": 5140, \"clust\": 55, \"rank\": 338, \"rankvar\": 3954, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3681, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5146, \"group\": [54.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAAT\", \"ini\": 5139, \"clust\": 2178, \"rank\": 440, \"rankvar\": 27, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3682, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4294, \"group\": [2179.0, 336.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCAGCGC\", \"ini\": 5138, \"clust\": 2733, \"rank\": 348, \"rankvar\": 223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3683, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4295, \"group\": [2732.0, 520.0, 98.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAATCTCC\", \"ini\": 5137, \"clust\": 2229, \"rank\": 310, \"rankvar\": 359, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3684, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2278, \"group\": [2228.0, 344.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTTCCACGG\", \"ini\": 5136, \"clust\": 2835, \"rank\": 308, \"rankvar\": 149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3685, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 270, \"group\": [2836.0, 578.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGCTGGCT\", \"ini\": 5135, \"clust\": 2306, \"rank\": 357, \"rankvar\": 1072, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3686, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5026, \"group\": [2304.0, 385.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGGCCCTTG\", \"ini\": 5134, \"clust\": 2730, \"rank\": 377, \"rankvar\": 416, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3687, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4296, \"group\": [2730.0, 519.0, 98.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCCTTTACA\", \"ini\": 5133, \"clust\": 2200, \"rank\": 395, \"rankvar\": 63, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3688, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4364, \"group\": [2201.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCTCCCTGA\", \"ini\": 5132, \"clust\": 2157, \"rank\": 510, \"rankvar\": 259, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3689, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4365, \"group\": [2158.0, 331.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGTTGG\", \"ini\": 5131, \"clust\": 4828, \"rank\": 272, \"rankvar\": 1444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3690, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2279, \"group\": [4827.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGAAGCA\", \"ini\": 5130, \"clust\": 4604, \"rank\": 140, \"rankvar\": 1739, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3691, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2280, \"group\": [4604.0, 897.0, 158.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCTGGTCG\", \"ini\": 5129, \"clust\": 2418, \"rank\": 342, \"rankvar\": 4912, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3692, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5027, \"group\": [2418.0, 426.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCAAAGACA\", \"ini\": 5128, \"clust\": 2197, \"rank\": 407, \"rankvar\": 86, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3693, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4366, \"group\": [2199.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCTCCGAAGAG\", \"ini\": 5127, \"clust\": 4821, \"rank\": 276, \"rankvar\": 1395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2281, \"group\": [4823.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCAGCACAT\", \"ini\": 5126, \"clust\": 2413, \"rank\": 250, \"rankvar\": 4704, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3695, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5028, \"group\": [2411.0, 426.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCAGGTCCAC\", \"ini\": 5125, \"clust\": 4822, \"rank\": 237, \"rankvar\": 2670, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2282, \"group\": [4821.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGTGCAT\", \"ini\": 5124, \"clust\": 4857, \"rank\": 188, \"rankvar\": 1217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2283, \"group\": [4857.0, 938.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCAAGTAGTA\", \"ini\": 5123, \"clust\": 2861, \"rank\": 400, \"rankvar\": 376, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 271, \"group\": [2861.0, 586.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCTGTCTA\", \"ini\": 5122, \"clust\": 40, \"rank\": 562, \"rankvar\": 4881, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3699, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5147, \"group\": [38.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTGCGCTTG\", \"ini\": 5121, \"clust\": 2738, \"rank\": 381, \"rankvar\": 764, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3700, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4297, \"group\": [2736.0, 521.0, 98.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGATGTT\", \"ini\": 5120, \"clust\": 2201, \"rank\": 402, \"rankvar\": 175, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3701, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4367, \"group\": [2202.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACTTACGA\", \"ini\": 5119, \"clust\": 2909, \"rank\": 316, \"rankvar\": 24, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3702, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 272, \"group\": [2908.0, 595.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCAGCTGTAT\", \"ini\": 5118, \"clust\": 1703, \"rank\": 373, \"rankvar\": 275, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3703, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4368, \"group\": [1701.0, 262.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGCTCAACT\", \"ini\": 5117, \"clust\": 2321, \"rank\": 345, \"rankvar\": 756, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3704, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4369, \"group\": [2321.0, 391.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCAACGG\", \"ini\": 5116, \"clust\": 2929, \"rank\": 275, \"rankvar\": 1071, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 273, \"group\": [2930.0, 597.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTTAAGATG\", \"ini\": 5115, \"clust\": 4814, \"rank\": 199, \"rankvar\": 2058, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3706, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2284, \"group\": [4816.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTGTATGGG\", \"ini\": 5114, \"clust\": 4722, \"rank\": 324, \"rankvar\": 2030, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3707, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2285, \"group\": [4721.0, 931.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCATACGCCG\", \"ini\": 5113, \"clust\": 2735, \"rank\": 356, \"rankvar\": 761, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 274, \"group\": [2738.0, 521.0, 98.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGCTGTCTA\", \"ini\": 5112, \"clust\": 2509, \"rank\": 743, \"rankvar\": 4533, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3709, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 4, \"group\": [2505.0, 463.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCAGCTTAG\", \"ini\": 5111, \"clust\": 4837, \"rank\": 239, \"rankvar\": 120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3710, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2286, \"group\": [4839.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGTGTCCCG\", \"ini\": 5110, \"clust\": 4810, \"rank\": 217, \"rankvar\": 3791, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3711, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2287, \"group\": [4809.0, 935.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGTGACCA\", \"ini\": 5109, \"clust\": 2876, \"rank\": 497, \"rankvar\": 82, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 275, \"group\": [2879.0, 589.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAAGCCATT\", \"ini\": 5108, \"clust\": 4852, \"rank\": 268, \"rankvar\": 1177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3713, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2288, \"group\": [4851.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGATGGGTC\", \"ini\": 5107, \"clust\": 4603, \"rank\": 221, \"rankvar\": 1441, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3714, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2289, \"group\": [4605.0, 897.0, 158.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAGGCGATA\", \"ini\": 5106, \"clust\": 2301, \"rank\": 629, \"rankvar\": 515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3715, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4370, \"group\": [2300.0, 384.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAACGTGG\", \"ini\": 5105, \"clust\": 4720, \"rank\": 438, \"rankvar\": 1346, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3716, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2290, \"group\": [4722.0, 931.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCTAACTCT\", \"ini\": 5104, \"clust\": 2924, \"rank\": 241, \"rankvar\": 284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3717, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 276, \"group\": [2921.0, 596.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCCGCAAGC\", \"ini\": 5103, \"clust\": 2412, \"rank\": 401, \"rankvar\": 4523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3718, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5029, \"group\": [2413.0, 426.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGGAATCG\", \"ini\": 5102, \"clust\": 2879, \"rank\": 465, \"rankvar\": 180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3719, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 277, \"group\": [2883.0, 589.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGTCAAGGC\", \"ini\": 5101, \"clust\": 2302, \"rank\": 460, \"rankvar\": 126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3720, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4371, \"group\": [2301.0, 384.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCCATTTA\", \"ini\": 5100, \"clust\": 4796, \"rank\": 321, \"rankvar\": 3171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3721, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2291, \"group\": [4797.0, 934.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGTCAAGGC\", \"ini\": 5099, \"clust\": 2164, \"rank\": 673, \"rankvar\": 118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3722, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4372, \"group\": [2164.0, 333.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTGGTGTA\", \"ini\": 5098, \"clust\": 2263, \"rank\": 347, \"rankvar\": 197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4373, \"group\": [2263.0, 363.0, 56.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCCCGACTT\", \"ini\": 5097, \"clust\": 2150, \"rank\": 735, \"rankvar\": 1127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3724, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4374, \"group\": [2152.0, 330.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATGACGGA\", \"ini\": 5096, \"clust\": 2230, \"rank\": 456, \"rankvar\": 424, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2292, \"group\": [2229.0, 344.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAGTTGAC\", \"ini\": 5095, \"clust\": 2527, \"rank\": 639, \"rankvar\": 2147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3726, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 5, \"group\": [2525.0, 467.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGGCACA\", \"ini\": 5094, \"clust\": 4834, \"rank\": 259, \"rankvar\": 738, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3727, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2293, \"group\": [4836.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACAGATTGCT\", \"ini\": 5093, \"clust\": 2920, \"rank\": 333, \"rankvar\": 109, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3728, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 278, \"group\": [2924.0, 596.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATACAGCT\", \"ini\": 5092, \"clust\": 2731, \"rank\": 467, \"rankvar\": 163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3729, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4298, \"group\": [2731.0, 519.0, 98.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCTGGTA\", \"ini\": 5091, \"clust\": 2307, \"rank\": 327, \"rankvar\": 297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3730, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4375, \"group\": [2310.0, 388.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGAGCGAT\", \"ini\": 5090, \"clust\": 2946, \"rank\": 547, \"rankvar\": 369, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3731, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 279, \"group\": [2946.0, 604.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGATGAGC\", \"ini\": 5089, \"clust\": 2908, \"rank\": 379, \"rankvar\": 53, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3732, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 280, \"group\": [2910.0, 595.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCTGCCCTA\", \"ini\": 5088, \"clust\": 2294, \"rank\": 350, \"rankvar\": 103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3733, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4376, \"group\": [2294.0, 381.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGCAACGGT\", \"ini\": 5087, \"clust\": 42, \"rank\": 570, \"rankvar\": 4966, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3734, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5148, \"group\": [42.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAATCTCC\", \"ini\": 5086, \"clust\": 2255, \"rank\": 753, \"rankvar\": 676, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3735, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4377, \"group\": [2258.0, 361.0, 56.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTCATTTGCCC\", \"ini\": 5085, \"clust\": 2919, \"rank\": 396, \"rankvar\": 19, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3736, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 281, \"group\": [2925.0, 596.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGATGGAA\", \"ini\": 5084, \"clust\": 2136, \"rank\": 319, \"rankvar\": 1362, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3737, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2294, \"group\": [2139.0, 321.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGACAGACC\", \"ini\": 5083, \"clust\": 2133, \"rank\": 359, \"rankvar\": 339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3738, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4378, \"group\": [2136.0, 319.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATTATCTC\", \"ini\": 5082, \"clust\": 2155, \"rank\": 820, \"rankvar\": 373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3739, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4379, \"group\": [2155.0, 330.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATTAACCG\", \"ini\": 5081, \"clust\": 4787, \"rank\": 424, \"rankvar\": 2890, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3740, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2295, \"group\": [4785.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGTCGCCGT\", \"ini\": 5080, \"clust\": 2414, \"rank\": 473, \"rankvar\": 3609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3741, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5030, \"group\": [2412.0, 426.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGACGTAG\", \"ini\": 5079, \"clust\": 2734, \"rank\": 523, \"rankvar\": 518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3742, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2296, \"group\": [2733.0, 520.0, 98.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTCCTATA\", \"ini\": 5078, \"clust\": 4819, \"rank\": 376, \"rankvar\": 1008, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3743, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2297, \"group\": [4818.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACACAAGTAA\", \"ini\": 5077, \"clust\": 2308, \"rank\": 519, \"rankvar\": 566, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3744, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4380, \"group\": [2308.0, 388.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTGGTGTA\", \"ini\": 5076, \"clust\": 2141, \"rank\": 633, \"rankvar\": 335, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3745, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4381, \"group\": [2142.0, 324.0, 51.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGACAGCT\", \"ini\": 5075, \"clust\": 2726, \"rank\": 582, \"rankvar\": 39, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3746, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4299, \"group\": [2729.0, 518.0, 98.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTAGAGGTACC\", \"ini\": 5074, \"clust\": 2736, \"rank\": 558, \"rankvar\": 123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3747, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4300, \"group\": [2737.0, 521.0, 98.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCACGACTA\", \"ini\": 5073, \"clust\": 4771, \"rank\": 362, \"rankvar\": 1382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3748, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2298, \"group\": [4771.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCATCCGTGG\", \"ini\": 5072, \"clust\": 4811, \"rank\": 222, \"rankvar\": 3037, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3749, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2299, \"group\": [4811.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTTCGCACTCT\", \"ini\": 5071, \"clust\": 1707, \"rank\": 432, \"rankvar\": 1151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3750, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4382, \"group\": [1708.0, 264.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCCCTTGT\", \"ini\": 5070, \"clust\": 4783, \"rank\": 393, \"rankvar\": 2388, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3751, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2300, \"group\": [4781.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGGTCCAC\", \"ini\": 5069, \"clust\": 4847, \"rank\": 382, \"rankvar\": 1480, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3752, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2301, \"group\": [4844.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACTCTTA\", \"ini\": 5068, \"clust\": 2309, \"rank\": 671, \"rankvar\": 98, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3753, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4383, \"group\": [2309.0, 388.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAATCCGAT\", \"ini\": 5067, \"clust\": 2223, \"rank\": 536, \"rankvar\": 243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3754, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4301, \"group\": [2223.0, 341.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCCACGACG\", \"ini\": 5066, \"clust\": 43, \"rank\": 649, \"rankvar\": 5036, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3755, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5149, \"group\": [40.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGAAGCA\", \"ini\": 5065, \"clust\": 106, \"rank\": 808, \"rankvar\": 998, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3756, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4384, \"group\": [109.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCACCACGTG\", \"ini\": 5064, \"clust\": 2837, \"rank\": 455, \"rankvar\": 593, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 282, \"group\": [2837.0, 578.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGGTA\", \"ini\": 5063, \"clust\": 2914, \"rank\": 417, \"rankvar\": 122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 283, \"group\": [2915.0, 596.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCATGTCTT\", \"ini\": 5062, \"clust\": 2311, \"rank\": 574, \"rankvar\": 751, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3759, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4385, \"group\": [2311.0, 389.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTTACGGG\", \"ini\": 5061, \"clust\": 2890, \"rank\": 511, \"rankvar\": 4, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 284, \"group\": [2890.0, 590.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTCTACCTC\", \"ini\": 5060, \"clust\": 2312, \"rank\": 685, \"rankvar\": 910, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3761, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4386, \"group\": [2312.0, 389.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATGTTCCAACA\", \"ini\": 5059, \"clust\": 2928, \"rank\": 453, \"rankvar\": 69, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3762, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 285, \"group\": [2927.0, 596.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTAGCTCCG\", \"ini\": 5058, \"clust\": 1710, \"rank\": 469, \"rankvar\": 402, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3763, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4387, \"group\": [1706.0, 264.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAACAACA\", \"ini\": 5057, \"clust\": 2867, \"rank\": 331, \"rankvar\": 793, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 286, \"group\": [2867.0, 588.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTTCTCG\", \"ini\": 5056, \"clust\": 36, \"rank\": 1043, \"rankvar\": 2054, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5150, \"group\": [36.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAATGAAAC\", \"ini\": 5055, \"clust\": 51, \"rank\": 913, \"rankvar\": 4775, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3766, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5151, \"group\": [56.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCGCCTA\", \"ini\": 5054, \"clust\": 4736, \"rank\": 449, \"rankvar\": 1618, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3767, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2302, \"group\": [4740.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAGGGTACA\", \"ini\": 5053, \"clust\": 2856, \"rank\": 472, \"rankvar\": 534, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 287, \"group\": [2858.0, 585.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTCTTCTCG\", \"ini\": 5052, \"clust\": 2739, \"rank\": 606, \"rankvar\": 3, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 288, \"group\": [2739.0, 522.0, 98.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCCATCGTCGG\", \"ini\": 5051, \"clust\": 2128, \"rank\": 436, \"rankvar\": 3299, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3770, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5031, \"group\": [2129.0, 316.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTGTACATGTC\", \"ini\": 5050, \"clust\": 2319, \"rank\": 581, \"rankvar\": 946, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3771, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4388, \"group\": [2319.0, 391.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCAGCTAT\", \"ini\": 5049, \"clust\": 2318, \"rank\": 652, \"rankvar\": 321, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3772, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4389, \"group\": [2318.0, 391.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTACGACCC\", \"ini\": 5048, \"clust\": 2916, \"rank\": 540, \"rankvar\": 114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3773, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 289, \"group\": [2919.0, 596.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCGGCATCG\", \"ini\": 5047, \"clust\": 2501, \"rank\": 696, \"rankvar\": 4155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3774, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 6, \"group\": [2499.0, 461.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTGTGGCC\", \"ini\": 5046, \"clust\": 4850, \"rank\": 468, \"rankvar\": 906, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3775, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2303, \"group\": [4849.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCAACACCA\", \"ini\": 5045, \"clust\": 4782, \"rank\": 466, \"rankvar\": 1657, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3776, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2304, \"group\": [4783.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACACATGACT\", \"ini\": 5044, \"clust\": 2139, \"rank\": 448, \"rankvar\": 2519, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3777, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4390, \"group\": [2140.0, 322.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCATCCGCGA\", \"ini\": 5043, \"clust\": 2203, \"rank\": 560, \"rankvar\": 45, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3778, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4391, \"group\": [2204.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTAGGC\", \"ini\": 5042, \"clust\": 2316, \"rank\": 525, \"rankvar\": 215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3779, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4392, \"group\": [2323.0, 392.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAGGGCATA\", \"ini\": 5041, \"clust\": 2320, \"rank\": 659, \"rankvar\": 938, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3780, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4393, \"group\": [2320.0, 391.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGATGCCTT\", \"ini\": 5040, \"clust\": 4815, \"rank\": 312, \"rankvar\": 3475, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3781, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2305, \"group\": [4815.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTCCACAA\", \"ini\": 5039, \"clust\": 2724, \"rank\": 565, \"rankvar\": 428, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3782, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4302, \"group\": [2722.0, 517.0, 98.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAAGCGATG\", \"ini\": 5038, \"clust\": 2895, \"rank\": 474, \"rankvar\": 2809, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3783, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 290, \"group\": [2896.0, 592.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGACACTAA\", \"ini\": 5037, \"clust\": 2732, \"rank\": 391, \"rankvar\": 225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3784, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4303, \"group\": [2734.0, 520.0, 98.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTAGAGTC\", \"ini\": 5036, \"clust\": 44, \"rank\": 814, \"rankvar\": 4805, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3785, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5152, \"group\": [41.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATATGCTG\", \"ini\": 5035, \"clust\": 2993, \"rank\": 803, \"rankvar\": 905, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 291, \"group\": [2994.0, 628.0, 109.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTCGTACT\", \"ini\": 5034, \"clust\": 2717, \"rank\": 782, \"rankvar\": 827, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3787, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4304, \"group\": [2719.0, 515.0, 98.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGAGGGTCGAT\", \"ini\": 5033, \"clust\": 4730, \"rank\": 512, \"rankvar\": 393, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3788, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2306, \"group\": [4730.0, 932.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACATATACCG\", \"ini\": 5032, \"clust\": 2143, \"rank\": 553, \"rankvar\": 477, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3789, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4394, \"group\": [2144.0, 326.0, 53.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTACAGTGG\", \"ini\": 5031, \"clust\": 2777, \"rank\": 1059, \"rankvar\": 1778, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3790, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 292, \"group\": [2778.0, 548.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACGCGAAA\", \"ini\": 5030, \"clust\": 4848, \"rank\": 433, \"rankvar\": 662, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3791, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2307, \"group\": [4845.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCACATAGC\", \"ini\": 5029, \"clust\": 37, \"rank\": 773, \"rankvar\": 4430, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3792, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5153, \"group\": [37.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACAGCCACCA\", \"ini\": 5028, \"clust\": 2205, \"rank\": 485, \"rankvar\": 33, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3793, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4395, \"group\": [2206.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTGACGGTA\", \"ini\": 5027, \"clust\": 48, \"rank\": 973, \"rankvar\": 4862, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3794, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5154, \"group\": [48.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGGCA\", \"ini\": 5026, \"clust\": 4846, \"rank\": 514, \"rankvar\": 899, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3795, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2308, \"group\": [4846.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGTGCC\", \"ini\": 5025, \"clust\": 2222, \"rank\": 546, \"rankvar\": 311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3796, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4396, \"group\": [2225.0, 342.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGACAGGCT\", \"ini\": 5024, \"clust\": 1696, \"rank\": 636, \"rankvar\": 1118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3797, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4397, \"group\": [1696.0, 261.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTAAAGTCA\", \"ini\": 5023, \"clust\": 2922, \"rank\": 446, \"rankvar\": 90, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3798, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 293, \"group\": [2922.0, 596.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGTCGATT\", \"ini\": 5022, \"clust\": 2763, \"rank\": 987, \"rankvar\": 748, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 294, \"group\": [2763.0, 539.0, 104.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCGGCATC\", \"ini\": 5021, \"clust\": 4687, \"rank\": 531, \"rankvar\": 975, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3800, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2309, \"group\": [4687.0, 922.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAGTACATCCA\", \"ini\": 5020, \"clust\": 2911, \"rank\": 499, \"rankvar\": 692, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3801, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 295, \"group\": [2914.0, 596.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACAGTCAGAG\", \"ini\": 5019, \"clust\": 2854, \"rank\": 429, \"rankvar\": 169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3802, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 296, \"group\": [2854.0, 585.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAAGTCATC\", \"ini\": 5018, \"clust\": 4776, \"rank\": 603, \"rankvar\": 2131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2310, \"group\": [4778.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTTTGGCGC\", \"ini\": 5017, \"clust\": 2961, \"rank\": 985, \"rankvar\": 247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 297, \"group\": [2961.0, 609.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTAATGA\", \"ini\": 5016, \"clust\": 39, \"rank\": 1321, \"rankvar\": 5188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3805, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5155, \"group\": [49.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACATTGGCGC\", \"ini\": 5015, \"clust\": 4606, \"rank\": 399, \"rankvar\": 358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3806, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 298, \"group\": [4603.0, 897.0, 158.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGACAGACC\", \"ini\": 5014, \"clust\": 2324, \"rank\": 1319, \"rankvar\": 1110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3807, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4398, \"group\": [2324.0, 393.0, 62.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTGCAACGA\", \"ini\": 5013, \"clust\": 41, \"rank\": 1011, \"rankvar\": 4863, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3808, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5156, \"group\": [39.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCATGCCACG\", \"ini\": 5012, \"clust\": 2130, \"rank\": 430, \"rankvar\": 3777, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3809, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5032, \"group\": [2128.0, 316.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAGGTTAT\", \"ini\": 5011, \"clust\": 2798, \"rank\": 796, \"rankvar\": 642, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3810, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 299, \"group\": [2797.0, 559.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCAACACTG\", \"ini\": 5010, \"clust\": 2718, \"rank\": 945, \"rankvar\": 183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3811, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4305, \"group\": [2717.0, 514.0, 98.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGCGATCC\", \"ini\": 5009, \"clust\": 107, \"rank\": 1100, \"rankvar\": 4796, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3812, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5157, \"group\": [107.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCTGCTGTC\", \"ini\": 5008, \"clust\": 1839, \"rank\": 296, \"rankvar\": 730, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3813, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4399, \"group\": [1839.0, 286.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGGTTAAGGGC\", \"ini\": 5007, \"clust\": 4813, \"rank\": 368, \"rankvar\": 1499, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3814, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2311, \"group\": [4817.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGCTAGCC\", \"ini\": 5006, \"clust\": 2225, \"rank\": 367, \"rankvar\": 42, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3815, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4400, \"group\": [2226.0, 343.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTACCGTTA\", \"ini\": 5005, \"clust\": 4716, \"rank\": 521, \"rankvar\": 614, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3816, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2312, \"group\": [4715.0, 930.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGTTTCCTT\", \"ini\": 5004, \"clust\": 2925, \"rank\": 702, \"rankvar\": 13, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3817, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 300, \"group\": [2929.0, 596.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGTAGCCGA\", \"ini\": 5003, \"clust\": 2226, \"rank\": 539, \"rankvar\": 179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3818, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4401, \"group\": [2227.0, 343.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGGTTACCT\", \"ini\": 5002, \"clust\": 1596, \"rank\": 298, \"rankvar\": 4232, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3819, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2829, \"group\": [1595.0, 224.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGATGGTC\", \"ini\": 5001, \"clust\": 2943, \"rank\": 694, \"rankvar\": 99, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 301, \"group\": [2942.0, 602.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTAGCGCTC\", \"ini\": 5000, \"clust\": 4807, \"rank\": 375, \"rankvar\": 2056, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3821, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2313, \"group\": [4805.0, 935.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTAAACACA\", \"ini\": 4999, \"clust\": 2396, \"rank\": 641, \"rankvar\": 2276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3822, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5033, \"group\": [2393.0, 420.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTACAGAA\", \"ini\": 4998, \"clust\": 2907, \"rank\": 503, \"rankvar\": 172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 302, \"group\": [2911.0, 595.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGCCAGAA\", \"ini\": 4997, \"clust\": 2966, \"rank\": 475, \"rankvar\": 997, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 303, \"group\": [2966.0, 612.0, 108.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTATCAGTTCGA\", \"ini\": 4996, \"clust\": 2715, \"rank\": 827, \"rankvar\": 127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3825, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 304, \"group\": [2715.0, 512.0, 98.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCAGCCAGAA\", \"ini\": 4995, \"clust\": 4795, \"rank\": 739, \"rankvar\": 1243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3826, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2314, \"group\": [4798.0, 934.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTTTAGGAA\", \"ini\": 4994, \"clust\": 4855, \"rank\": 479, \"rankvar\": 1389, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3827, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2315, \"group\": [4854.0, 937.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCGATATG\", \"ini\": 4993, \"clust\": 2322, \"rank\": 575, \"rankvar\": 554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3828, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4402, \"group\": [2322.0, 391.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCGTTT\", \"ini\": 4992, \"clust\": 2402, \"rank\": 728, \"rankvar\": 2952, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3829, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5034, \"group\": [2400.0, 421.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGACTTGAA\", \"ini\": 4991, \"clust\": 2781, \"rank\": 678, \"rankvar\": 2261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 305, \"group\": [2782.0, 549.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGTCACGCC\", \"ini\": 4990, \"clust\": 2407, \"rank\": 723, \"rankvar\": 4217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3831, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5035, \"group\": [2406.0, 424.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGAGTACAT\", \"ini\": 4989, \"clust\": 2505, \"rank\": 1288, \"rankvar\": 3897, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3832, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 7, \"group\": [2515.0, 465.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCAGTCCCT\", \"ini\": 4988, \"clust\": 2880, \"rank\": 759, \"rankvar\": 60, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 306, \"group\": [2882.0, 589.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCCCAGCT\", \"ini\": 4987, \"clust\": 4600, \"rank\": 662, \"rankvar\": 261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 307, \"group\": [4600.0, 896.0, 158.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCCACCTCGGA\", \"ini\": 4986, \"clust\": 2300, \"rank\": 965, \"rankvar\": 221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3835, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4403, \"group\": [2302.0, 384.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACGTGCACTTA\", \"ini\": 4985, \"clust\": 4698, \"rank\": 834, \"rankvar\": 2321, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3836, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2316, \"group\": [4700.0, 925.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCTGGCGTG\", \"ini\": 4984, \"clust\": 4770, \"rank\": 555, \"rankvar\": 559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3837, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2317, \"group\": [4769.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACATAGC\", \"ini\": 4983, \"clust\": 2247, \"rank\": 842, \"rankvar\": 212, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3838, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4404, \"group\": [2247.0, 354.0, 56.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTACAGTTC\", \"ini\": 4982, \"clust\": 2224, \"rank\": 638, \"rankvar\": 170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3839, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4306, \"group\": [2224.0, 341.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCACCGTAA\", \"ini\": 4981, \"clust\": 4596, \"rank\": 790, \"rankvar\": 3820, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3840, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4307, \"group\": [4595.0, 893.0, 157.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCAAACCTAC\", \"ini\": 4980, \"clust\": 2716, \"rank\": 1023, \"rankvar\": 70, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3841, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4308, \"group\": [2716.0, 513.0, 98.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTTCCTTC\", \"ini\": 4979, \"clust\": 2899, \"rank\": 679, \"rankvar\": 181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3842, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 308, \"group\": [2900.0, 593.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACAAGACG\", \"ini\": 4978, \"clust\": 2514, \"rank\": 1115, \"rankvar\": 2999, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3843, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 8, \"group\": [2511.0, 464.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTATAGGGC\", \"ini\": 4977, \"clust\": 2958, \"rank\": 744, \"rankvar\": 117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3844, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 309, \"group\": [2959.0, 609.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCATGCATG\", \"ini\": 4976, \"clust\": 4777, \"rank\": 528, \"rankvar\": 2098, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3845, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2318, \"group\": [4776.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCGCATCG\", \"ini\": 4975, \"clust\": 4854, \"rank\": 482, \"rankvar\": 1320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3846, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2319, \"group\": [4856.0, 937.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTGGGATC\", \"ini\": 4974, \"clust\": 2799, \"rank\": 970, \"rankvar\": 744, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3847, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 310, \"group\": [2798.0, 559.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGGCAGTA\", \"ini\": 4973, \"clust\": 2954, \"rank\": 916, \"rankvar\": 260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3848, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 311, \"group\": [2954.0, 608.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCTTGTCAT\", \"ini\": 4972, \"clust\": 2419, \"rank\": 927, \"rankvar\": 5061, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3849, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5036, \"group\": [2416.0, 426.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTAGTCCATAC\", \"ini\": 4971, \"clust\": 2154, \"rank\": 727, \"rankvar\": 206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3850, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4405, \"group\": [2157.0, 330.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCGCCGTGA\", \"ini\": 4970, \"clust\": 2827, \"rank\": 736, \"rankvar\": 182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3851, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 312, \"group\": [2827.0, 573.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGAG\", \"ini\": 4969, \"clust\": 2124, \"rank\": 335, \"rankvar\": 4344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3852, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5037, \"group\": [2124.0, 314.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGCGAGAAA\", \"ini\": 4968, \"clust\": 2327, \"rank\": 770, \"rankvar\": 1457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3853, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2320, \"group\": [2329.0, 397.0, 63.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGGGAAACA\", \"ini\": 4967, \"clust\": 2930, \"rank\": 684, \"rankvar\": 302, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 313, \"group\": [2931.0, 597.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGTCTGCT\", \"ini\": 4966, \"clust\": 63, \"rank\": 1455, \"rankvar\": 4934, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3855, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5158, \"group\": [61.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGAAGGTTT\", \"ini\": 4965, \"clust\": 2264, \"rank\": 1081, \"rankvar\": 567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3856, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4406, \"group\": [2264.0, 363.0, 56.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCTTCAACT\", \"ini\": 4964, \"clust\": 49, \"rank\": 1390, \"rankvar\": 4835, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3857, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5159, \"group\": [46.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCAAGAAGT\", \"ini\": 4963, \"clust\": 4859, \"rank\": 675, \"rankvar\": 290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3858, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2321, \"group\": [4859.0, 938.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGGTCCAC\", \"ini\": 4962, \"clust\": 4797, \"rank\": 572, \"rankvar\": 2898, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3859, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2322, \"group\": [4795.0, 934.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACGGTTTA\", \"ini\": 4961, \"clust\": 2293, \"rank\": 661, \"rankvar\": 810, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3860, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4407, \"group\": [2296.0, 381.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATTGGA\", \"ini\": 4960, \"clust\": 4592, \"rank\": 719, \"rankvar\": 322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3861, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2323, \"group\": [4594.0, 892.0, 156.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTCTGCGGT\", \"ini\": 4959, \"clust\": 4849, \"rank\": 571, \"rankvar\": 1143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3862, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2324, \"group\": [4853.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGAACAT\", \"ini\": 4958, \"clust\": 4715, \"rank\": 640, \"rankvar\": 177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3863, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2325, \"group\": [4717.0, 930.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCATTTA\", \"ini\": 4957, \"clust\": 2720, \"rank\": 907, \"rankvar\": 607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3864, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4309, \"group\": [2720.0, 516.0, 98.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACAGACGCCT\", \"ini\": 4956, \"clust\": 2840, \"rank\": 922, \"rankvar\": 452, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3865, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 314, \"group\": [2840.0, 579.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGATAT\", \"ini\": 4955, \"clust\": 100, \"rank\": 655, \"rankvar\": 457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 315, \"group\": [100.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCCTACAGA\", \"ini\": 4954, \"clust\": 4753, \"rank\": 634, \"rankvar\": 3782, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3867, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2326, \"group\": [4753.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGTGACCA\", \"ini\": 4953, \"clust\": 2719, \"rank\": 1303, \"rankvar\": 195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3868, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4310, \"group\": [2718.0, 514.0, 98.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTCTCGTTC\", \"ini\": 4952, \"clust\": 2971, \"rank\": 742, \"rankvar\": 76, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 316, \"group\": [2971.0, 614.0, 108.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAATCTACG\", \"ini\": 4951, \"clust\": 58, \"rank\": 1412, \"rankvar\": 4723, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3870, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5160, \"group\": [57.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATGGTTGT\", \"ini\": 4950, \"clust\": 4755, \"rank\": 781, \"rankvar\": 1262, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3871, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2327, \"group\": [4755.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAGCACAT\", \"ini\": 4949, \"clust\": 2832, \"rank\": 810, \"rankvar\": 106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3872, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 317, \"group\": [2833.0, 577.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCCACGAAT\", \"ini\": 4948, \"clust\": 2841, \"rank\": 778, \"rankvar\": 208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 318, \"group\": [2841.0, 579.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCCAGTAG\", \"ini\": 4947, \"clust\": 4805, \"rank\": 551, \"rankvar\": 900, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3874, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2328, \"group\": [4810.0, 935.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACATAGAAAC\", \"ini\": 4946, \"clust\": 2918, \"rank\": 665, \"rankvar\": 92, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 319, \"group\": [2918.0, 596.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGCACCAC\", \"ini\": 4945, \"clust\": 4635, \"rank\": 1037, \"rankvar\": 1692, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3876, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2329, \"group\": [4634.0, 907.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGTCGAGTG\", \"ini\": 4944, \"clust\": 4745, \"rank\": 517, \"rankvar\": 2822, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3877, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2330, \"group\": [4743.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCAGCGACC\", \"ini\": 4943, \"clust\": 4860, \"rank\": 721, \"rankvar\": 544, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3878, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2331, \"group\": [4860.0, 938.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAAACAC\", \"ini\": 4942, \"clust\": 2714, \"rank\": 1061, \"rankvar\": 2217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3879, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2332, \"group\": [2741.0, 523.0, 99.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTCCAGTAT\", \"ini\": 4941, \"clust\": 2417, \"rank\": 828, \"rankvar\": 4585, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3880, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5038, \"group\": [2419.0, 426.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGTGA\", \"ini\": 4940, \"clust\": 2176, \"rank\": 615, \"rankvar\": 80, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3881, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4408, \"group\": [2177.0, 336.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTACGCCC\", \"ini\": 4939, \"clust\": 2265, \"rank\": 1269, \"rankvar\": 822, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3882, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4409, \"group\": [2265.0, 364.0, 56.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTAAGCACG\", \"ini\": 4938, \"clust\": 2830, \"rank\": 621, \"rankvar\": 271, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3883, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 320, \"group\": [2830.0, 575.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCGGAAATA\", \"ini\": 4937, \"clust\": 2328, \"rank\": 785, \"rankvar\": 1549, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3884, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2333, \"group\": [2327.0, 395.0, 63.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGAATT\", \"ini\": 4936, \"clust\": 4751, \"rank\": 910, \"rankvar\": 1073, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3885, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2334, \"group\": [4750.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTTCTGCGGCA\", \"ini\": 4935, \"clust\": 2420, \"rank\": 1139, \"rankvar\": 5005, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3886, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5039, \"group\": [2417.0, 426.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACATAAAGGT\", \"ini\": 4934, \"clust\": 2740, \"rank\": 772, \"rankvar\": 6, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3887, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 321, \"group\": [2740.0, 522.0, 98.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCAGCACAT\", \"ini\": 4933, \"clust\": 4690, \"rank\": 726, \"rankvar\": 1329, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3888, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2335, \"group\": [4690.0, 922.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGTTACGA\", \"ini\": 4932, \"clust\": 4808, \"rank\": 515, \"rankvar\": 1159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3889, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2336, \"group\": [4806.0, 935.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAGATGGGT\", \"ini\": 4931, \"clust\": 2962, \"rank\": 763, \"rankvar\": 581, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 322, \"group\": [2962.0, 609.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTCAGATAA\", \"ini\": 4930, \"clust\": 2944, \"rank\": 806, \"rankvar\": 30, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 323, \"group\": [2943.0, 602.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCAGCTGCTG\", \"ini\": 4929, \"clust\": 2744, \"rank\": 676, \"rankvar\": 637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3892, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2337, \"group\": [2743.0, 524.0, 100.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCACCTAA\", \"ini\": 4928, \"clust\": 2279, \"rank\": 1214, \"rankvar\": 1504, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3893, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4410, \"group\": [2278.0, 374.0, 60.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGGTCCGT\", \"ini\": 4927, \"clust\": 2960, \"rank\": 1048, \"rankvar\": 407, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3894, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 324, \"group\": [2963.0, 609.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGACCCT\", \"ini\": 4926, \"clust\": 2796, \"rank\": 1039, \"rankvar\": 1152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 325, \"group\": [2800.0, 560.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTGGAGAA\", \"ini\": 4925, \"clust\": 4790, \"rank\": 812, \"rankvar\": 2300, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3896, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2338, \"group\": [4789.0, 934.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGTGTGCC\", \"ini\": 4924, \"clust\": 4686, \"rank\": 722, \"rankvar\": 327, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3897, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2339, \"group\": [4691.0, 922.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGATTGCT\", \"ini\": 4923, \"clust\": 4564, \"rank\": 714, \"rankvar\": 3701, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3898, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2340, \"group\": [4566.0, 880.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCGCATAA\", \"ini\": 4922, \"clust\": 2144, \"rank\": 683, \"rankvar\": 1624, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3899, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4411, \"group\": [2145.0, 327.0, 53.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCGCTTGTC\", \"ini\": 4921, \"clust\": 2896, \"rank\": 851, \"rankvar\": 190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3900, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 326, \"group\": [2897.0, 592.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAAATCCGT\", \"ini\": 4920, \"clust\": 1697, \"rank\": 599, \"rankvar\": 743, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3901, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4412, \"group\": [1697.0, 261.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTAAATGAC\", \"ini\": 4919, \"clust\": 2970, \"rank\": 1082, \"rankvar\": 146, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 327, \"group\": [2973.0, 614.0, 108.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGACTTTCG\", \"ini\": 4918, \"clust\": 59, \"rank\": 1168, \"rankvar\": 4859, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3903, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5161, \"group\": [58.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTCGGACG\", \"ini\": 4917, \"clust\": 3002, \"rank\": 826, \"rankvar\": 119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 328, \"group\": [2999.0, 630.0, 110.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCATGGGACA\", \"ini\": 4916, \"clust\": 2510, \"rank\": 1791, \"rankvar\": 4469, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3905, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 9, \"group\": [2506.0, 463.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTTACAG\", \"ini\": 4915, \"clust\": 2403, \"rank\": 1054, \"rankvar\": 1537, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3906, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5040, \"group\": [2401.0, 421.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAATGAATG\", \"ini\": 4914, \"clust\": 2947, \"rank\": 1085, \"rankvar\": 704, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3907, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 329, \"group\": [2947.0, 604.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCTTGCCGT\", \"ini\": 4913, \"clust\": 2787, \"rank\": 1001, \"rankvar\": 1447, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 330, \"group\": [2790.0, 555.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGGGATA\", \"ini\": 4912, \"clust\": 2261, \"rank\": 1543, \"rankvar\": 845, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3909, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4413, \"group\": [2261.0, 363.0, 56.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCTGCCCA\", \"ini\": 4911, \"clust\": 2725, \"rank\": 1273, \"rankvar\": 355, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3910, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4311, \"group\": [2723.0, 517.0, 98.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGGCTTGG\", \"ini\": 4910, \"clust\": 4688, \"rank\": 878, \"rankvar\": 2184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3911, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2341, \"group\": [4685.0, 922.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTTTGGCGC\", \"ini\": 4909, \"clust\": 4593, \"rank\": 1202, \"rankvar\": 1338, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3912, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2342, \"group\": [4592.0, 890.0, 156.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGCTCAACT\", \"ini\": 4908, \"clust\": 4818, \"rank\": 501, \"rankvar\": 1895, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3913, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2343, \"group\": [4820.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCAGAGGTG\", \"ini\": 4907, \"clust\": 103, \"rank\": 994, \"rankvar\": 4035, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 331, \"group\": [104.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCTTAGCCC\", \"ini\": 4906, \"clust\": 2864, \"rank\": 891, \"rankvar\": 68, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 332, \"group\": [2865.0, 587.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGATCCAT\", \"ini\": 4905, \"clust\": 2953, \"rank\": 1150, \"rankvar\": 196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 333, \"group\": [2956.0, 608.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACAAGCCC\", \"ini\": 4904, \"clust\": 2156, \"rank\": 1141, \"rankvar\": 375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3917, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4414, \"group\": [2156.0, 330.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCAACCA\", \"ini\": 4903, \"clust\": 2866, \"rank\": 883, \"rankvar\": 889, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 334, \"group\": [2869.0, 588.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTAACTCT\", \"ini\": 4902, \"clust\": 2819, \"rank\": 731, \"rankvar\": 65, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3919, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 335, \"group\": [2820.0, 568.0, 106.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACTACAA\", \"ini\": 4901, \"clust\": 2256, \"rank\": 1176, \"rankvar\": 186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3920, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4415, \"group\": [2256.0, 360.0, 56.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCAGCTGGC\", \"ini\": 4900, \"clust\": 108, \"rank\": 1637, \"rankvar\": 4529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3921, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5162, \"group\": [108.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGTTCGA\", \"ini\": 4899, \"clust\": 2219, \"rank\": 960, \"rankvar\": 205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3922, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4416, \"group\": [2221.0, 339.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCCAACCAA\", \"ini\": 4898, \"clust\": 2859, \"rank\": 915, \"rankvar\": 167, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3923, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 336, \"group\": [2862.0, 586.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCGAACGGA\", \"ini\": 4897, \"clust\": 4728, \"rank\": 645, \"rankvar\": 2399, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3924, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2344, \"group\": [4728.0, 932.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCGATAGC\", \"ini\": 4896, \"clust\": 2842, \"rank\": 885, \"rankvar\": 155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 337, \"group\": [2848.0, 581.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCGGGAGTA\", \"ini\": 4895, \"clust\": 4803, \"rank\": 526, \"rankvar\": 4318, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3926, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2345, \"group\": [4803.0, 935.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCGTCATC\", \"ini\": 4894, \"clust\": 2506, \"rank\": 1776, \"rankvar\": 2433, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3927, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 10, \"group\": [2503.0, 463.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTAAGTGTA\", \"ini\": 4893, \"clust\": 4739, \"rank\": 650, \"rankvar\": 2270, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3928, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2346, \"group\": [4736.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGAAATG\", \"ini\": 4892, \"clust\": 4714, \"rank\": 833, \"rankvar\": 350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3929, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2347, \"group\": [4714.0, 929.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAAATACAG\", \"ini\": 4891, \"clust\": 2512, \"rank\": 1401, \"rankvar\": 3356, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3930, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 11, \"group\": [2508.0, 464.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATAGCAT\", \"ini\": 4890, \"clust\": 118, \"rank\": 496, \"rankvar\": 2553, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3931, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2830, \"group\": [119.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATATACCG\", \"ini\": 4889, \"clust\": 2745, \"rank\": 1003, \"rankvar\": 257, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3932, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 338, \"group\": [2750.0, 529.0, 101.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGTACTTGC\", \"ini\": 4888, \"clust\": 2507, \"rank\": 1745, \"rankvar\": 4638, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3933, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 12, \"group\": [2504.0, 463.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTAACGA\", \"ini\": 4887, \"clust\": 1700, \"rank\": 1008, \"rankvar\": 847, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3934, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4417, \"group\": [1699.0, 261.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGTGCAAC\", \"ini\": 4886, \"clust\": 2956, \"rank\": 1084, \"rankvar\": 758, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 339, \"group\": [2957.0, 609.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGGTTTC\", \"ini\": 4885, \"clust\": 2951, \"rank\": 1097, \"rankvar\": 21, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3936, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 340, \"group\": [2951.0, 607.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAACACTG\", \"ini\": 4884, \"clust\": 2782, \"rank\": 1144, \"rankvar\": 235, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 341, \"group\": [2780.0, 549.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTCGTACT\", \"ini\": 4883, \"clust\": 4784, \"rank\": 784, \"rankvar\": 741, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3938, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2348, \"group\": [4782.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAACTGGCC\", \"ini\": 4882, \"clust\": 4761, \"rank\": 720, \"rankvar\": 2744, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2349, \"group\": [4761.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGAGAACG\", \"ini\": 4881, \"clust\": 2912, \"rank\": 933, \"rankvar\": 115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3940, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 342, \"group\": [2912.0, 596.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCGGGTCT\", \"ini\": 4880, \"clust\": 2146, \"rank\": 872, \"rankvar\": 1947, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3941, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2831, \"group\": [2146.0, 328.0, 53.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTCTTGTCC\", \"ini\": 4879, \"clust\": 2295, \"rank\": 754, \"rankvar\": 218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3942, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4418, \"group\": [2295.0, 381.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCGGAAATA\", \"ini\": 4878, \"clust\": 2828, \"rank\": 950, \"rankvar\": 277, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 343, \"group\": [2828.0, 573.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACGAGGTA\", \"ini\": 4877, \"clust\": 2710, \"rank\": 1265, \"rankvar\": 304, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3944, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4312, \"group\": [2711.0, 508.0, 97.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGCGAACA\", \"ini\": 4876, \"clust\": 4747, \"rank\": 1091, \"rankvar\": 2080, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3945, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2350, \"group\": [4749.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGGTTCGG\", \"ini\": 4875, \"clust\": 2389, \"rank\": 888, \"rankvar\": 3995, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3946, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5041, \"group\": [2386.0, 419.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGTTACCT\", \"ini\": 4874, \"clust\": 2227, \"rank\": 804, \"rankvar\": 504, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3947, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2351, \"group\": [2231.0, 345.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTTTGC\", \"ini\": 4873, \"clust\": 2217, \"rank\": 1165, \"rankvar\": 140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3948, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4419, \"group\": [2217.0, 338.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGCCTGAG\", \"ini\": 4872, \"clust\": 2773, \"rank\": 1576, \"rankvar\": 1101, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 344, \"group\": [2774.0, 546.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTAATGA\", \"ini\": 4871, \"clust\": 2723, \"rank\": 986, \"rankvar\": 144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3950, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4313, \"group\": [2724.0, 517.0, 98.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGGCTACG\", \"ini\": 4870, \"clust\": 2248, \"rank\": 1408, \"rankvar\": 1658, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3951, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4420, \"group\": [2248.0, 354.0, 56.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTTGGGCC\", \"ini\": 4869, \"clust\": 2843, \"rank\": 1126, \"rankvar\": 94, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3952, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 345, \"group\": [2843.0, 580.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGCCCAATT\", \"ini\": 4868, \"clust\": 4717, \"rank\": 1263, \"rankvar\": 485, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3953, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2352, \"group\": [4716.0, 930.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGGGTGT\", \"ini\": 4867, \"clust\": 4764, \"rank\": 917, \"rankvar\": 2459, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3954, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2353, \"group\": [4763.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCATGGTCA\", \"ini\": 4866, \"clust\": 2936, \"rank\": 1131, \"rankvar\": 378, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3955, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 346, \"group\": [2935.0, 598.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAAGGTTCT\", \"ini\": 4865, \"clust\": 4724, \"rank\": 923, \"rankvar\": 2409, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3956, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2354, \"group\": [4723.0, 931.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATTGGGCC\", \"ini\": 4864, \"clust\": 1647, \"rank\": 899, \"rankvar\": 891, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3957, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4421, \"group\": [1650.0, 242.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACACGAAACG\", \"ini\": 4863, \"clust\": 4844, \"rank\": 911, \"rankvar\": 1176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3958, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2355, \"group\": [4848.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCAAGAT\", \"ini\": 4862, \"clust\": 2310, \"rank\": 1198, \"rankvar\": 1246, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3959, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4422, \"group\": [2313.0, 389.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGTACGATA\", \"ini\": 4861, \"clust\": 4798, \"rank\": 941, \"rankvar\": 1507, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3960, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2356, \"group\": [4796.0, 934.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCAGCATACT\", \"ini\": 4860, \"clust\": 4774, \"rank\": 829, \"rankvar\": 1858, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3961, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2357, \"group\": [4773.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTCTCTTTA\", \"ini\": 4859, \"clust\": 2972, \"rank\": 1025, \"rankvar\": 687, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 347, \"group\": [2972.0, 614.0, 108.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCACTTACGA\", \"ini\": 4858, \"clust\": 2913, \"rank\": 1064, \"rankvar\": 162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 348, \"group\": [2913.0, 596.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGGGTTAG\", \"ini\": 4857, \"clust\": 5099, \"rank\": 1586, \"rankvar\": 1836, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3964, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4314, \"group\": [5099.0, 1057.0, 186.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATTTGCCC\", \"ini\": 4856, \"clust\": 4756, \"rank\": 939, \"rankvar\": 1302, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3965, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2358, \"group\": [4756.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCAATACCG\", \"ini\": 4855, \"clust\": 2915, \"rank\": 1000, \"rankvar\": 184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 349, \"group\": [2916.0, 596.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCACGTTGGC\", \"ini\": 4854, \"clust\": 4441, \"rank\": 1190, \"rankvar\": 1212, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 350, \"group\": [4441.0, 841.0, 145.0, 36.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGATAATG\", \"ini\": 4853, \"clust\": 2797, \"rank\": 1224, \"rankvar\": 1396, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 351, \"group\": [2799.0, 559.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCCGTTAA\", \"ini\": 4852, \"clust\": 4762, \"rank\": 688, \"rankvar\": 1010, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3969, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2359, \"group\": [4762.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTGTTTGGT\", \"ini\": 4851, \"clust\": 4801, \"rank\": 425, \"rankvar\": 3365, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3970, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2360, \"group\": [4801.0, 935.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCGGTCTAA\", \"ini\": 4850, \"clust\": 4789, \"rank\": 765, \"rankvar\": 1448, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3971, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2361, \"group\": [4791.0, 934.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACCACTTAAGC\", \"ini\": 4849, \"clust\": 4682, \"rank\": 1267, \"rankvar\": 2548, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3972, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2362, \"group\": [4681.0, 922.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATTTCACT\", \"ini\": 4848, \"clust\": 2838, \"rank\": 893, \"rankvar\": 148, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3973, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 352, \"group\": [2838.0, 578.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAAGTAGT\", \"ini\": 4847, \"clust\": 2397, \"rank\": 1044, \"rankvar\": 1553, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3974, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5042, \"group\": [2394.0, 420.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGGATGG\", \"ini\": 4846, \"clust\": 1701, \"rank\": 1127, \"rankvar\": 1047, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3975, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4423, \"group\": [1704.0, 263.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCCCATTAT\", \"ini\": 4845, \"clust\": 2785, \"rank\": 1402, \"rankvar\": 383, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3976, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 353, \"group\": [2785.0, 552.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCTGCAAT\", \"ini\": 4844, \"clust\": 2846, \"rank\": 1111, \"rankvar\": 316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 354, \"group\": [2845.0, 580.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCATCGGAAG\", \"ini\": 4843, \"clust\": 4744, \"rank\": 699, \"rankvar\": 3043, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2363, \"group\": [4745.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTGAGTTC\", \"ini\": 4842, \"clust\": 2791, \"rank\": 1015, \"rankvar\": 423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 355, \"group\": [2795.0, 557.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCATGAT\", \"ini\": 4841, \"clust\": 2820, \"rank\": 997, \"rankvar\": 300, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 356, \"group\": [2821.0, 568.0, 106.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTCCGTT\", \"ini\": 4840, \"clust\": 2741, \"rank\": 1362, \"rankvar\": 537, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 357, \"group\": [2745.0, 526.0, 100.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACGGTTTA\", \"ini\": 4839, \"clust\": 2968, \"rank\": 1174, \"rankvar\": 151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 358, \"group\": [2969.0, 614.0, 108.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCGAACC\", \"ini\": 4838, \"clust\": 2266, \"rank\": 1489, \"rankvar\": 239, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3983, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4424, \"group\": [2266.0, 364.0, 56.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTCATAGACTC\", \"ini\": 4837, \"clust\": 4689, \"rank\": 948, \"rankvar\": 2468, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3984, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2364, \"group\": [4686.0, 922.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGGCTAGGT\", \"ini\": 4836, \"clust\": 3000, \"rank\": 1005, \"rankvar\": 977, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 359, \"group\": [3002.0, 631.0, 110.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATCCGCGA\", \"ini\": 4835, \"clust\": 2887, \"rank\": 1323, \"rankvar\": 62, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3986, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 360, \"group\": [2887.0, 589.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCCTTCAAT\", \"ini\": 4834, \"clust\": 2975, \"rank\": 1080, \"rankvar\": 219, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3987, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 361, \"group\": [2974.0, 615.0, 108.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGAACCTT\", \"ini\": 4833, \"clust\": 2245, \"rank\": 2086, \"rankvar\": 3964, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3988, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4425, \"group\": [2245.0, 353.0, 56.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGGTCTCG\", \"ini\": 4832, \"clust\": 2760, \"rank\": 1529, \"rankvar\": 341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3989, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 362, \"group\": [2760.0, 537.0, 102.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTATCACCA\", \"ini\": 4831, \"clust\": 2959, \"rank\": 1194, \"rankvar\": 585, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3990, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 363, \"group\": [2960.0, 609.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGGAGCGAG\", \"ini\": 4830, \"clust\": 2704, \"rank\": 1367, \"rankvar\": 382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3991, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4315, \"group\": [2705.0, 504.0, 96.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCATGAACCT\", \"ini\": 4829, \"clust\": 2503, \"rank\": 1893, \"rankvar\": 3030, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3992, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 13, \"group\": [2501.0, 462.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTTGCGTTA\", \"ini\": 4828, \"clust\": 2847, \"rank\": 1324, \"rankvar\": 237, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3993, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 364, \"group\": [2846.0, 580.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGGCCGAT\", \"ini\": 4827, \"clust\": 2935, \"rank\": 1237, \"rankvar\": 385, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 365, \"group\": [2937.0, 598.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGGCCGAT\", \"ini\": 4826, \"clust\": 4693, \"rank\": 968, \"rankvar\": 710, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3995, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2365, \"group\": [4693.0, 924.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGCTTTC\", \"ini\": 4825, \"clust\": 4781, \"rank\": 934, \"rankvar\": 1570, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3996, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2366, \"group\": [4784.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTGCCTGTG\", \"ini\": 4824, \"clust\": 4779, \"rank\": 1301, \"rankvar\": 2389, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3997, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2367, \"group\": [4779.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTACTGAC\", \"ini\": 4823, \"clust\": 2282, \"rank\": 1136, \"rankvar\": 641, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3998, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4426, \"group\": [2281.0, 375.0, 60.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCGTCCAGG\", \"ini\": 4822, \"clust\": 2258, \"rank\": 1738, \"rankvar\": 2631, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3999, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4427, \"group\": [2259.0, 362.0, 56.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCACCCTCA\", \"ini\": 4821, \"clust\": 4741, \"rank\": 1087, \"rankvar\": 2010, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4000, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2368, \"group\": [4746.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCTTGCGG\", \"ini\": 4820, \"clust\": 4806, \"rank\": 614, \"rankvar\": 1020, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4001, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2369, \"group\": [4807.0, 935.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTACTCAAC\", \"ini\": 4819, \"clust\": 2303, \"rank\": 1030, \"rankvar\": 497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4002, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4428, \"group\": [2306.0, 386.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGAGTTGGC\", \"ini\": 4818, \"clust\": 4793, \"rank\": 724, \"rankvar\": 2556, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4003, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2370, \"group\": [4792.0, 934.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGATATGGT\", \"ini\": 4817, \"clust\": 4619, \"rank\": 1421, \"rankvar\": 2213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4004, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2371, \"group\": [4618.0, 904.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCGCTTTC\", \"ini\": 4816, \"clust\": 2421, \"rank\": 1277, \"rankvar\": 4519, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4005, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5043, \"group\": [2421.0, 427.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAAGCCGTC\", \"ini\": 4815, \"clust\": 4709, \"rank\": 1132, \"rankvar\": 2150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4006, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2372, \"group\": [4707.0, 927.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCAGGGTGTTG\", \"ini\": 4814, \"clust\": 4870, \"rank\": 1355, \"rankvar\": 2979, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4007, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2373, \"group\": [4869.0, 939.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCATGTCTT\", \"ini\": 4813, \"clust\": 50, \"rank\": 1717, \"rankvar\": 4622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4008, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5163, \"group\": [47.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGGCGCTCT\", \"ini\": 4812, \"clust\": 2314, \"rank\": 1205, \"rankvar\": 1178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4009, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4429, \"group\": [2314.0, 390.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGGTGCGCTTG\", \"ini\": 4811, \"clust\": 4812, \"rank\": 959, \"rankvar\": 911, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4010, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2374, \"group\": [4812.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCTAAAGA\", \"ini\": 4810, \"clust\": 2767, \"rank\": 1578, \"rankvar\": 209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4011, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 366, \"group\": [2768.0, 542.0, 104.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACTGCCAG\", \"ini\": 4809, \"clust\": 2957, \"rank\": 1501, \"rankvar\": 265, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 367, \"group\": [2958.0, 609.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATTACCTT\", \"ini\": 4808, \"clust\": 2868, \"rank\": 1076, \"rankvar\": 143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4013, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 368, \"group\": [2868.0, 588.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGCGATTCT\", \"ini\": 4807, \"clust\": 1706, \"rank\": 961, \"rankvar\": 380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4014, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4430, \"group\": [1709.0, 264.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTCCGTAT\", \"ini\": 4806, \"clust\": 2786, \"rank\": 1246, \"rankvar\": 47, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 369, \"group\": [2786.0, 552.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATGCCTTC\", \"ini\": 4805, \"clust\": 2325, \"rank\": 1953, \"rankvar\": 698, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4016, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4431, \"group\": [2325.0, 393.0, 62.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCGATATA\", \"ini\": 4804, \"clust\": 2845, \"rank\": 1356, \"rankvar\": 411, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4017, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 370, \"group\": [2847.0, 580.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACCAGATT\", \"ini\": 4803, \"clust\": 4766, \"rank\": 881, \"rankvar\": 1331, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4018, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2375, \"group\": [4766.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCCACTCCA\", \"ini\": 4802, \"clust\": 4602, \"rank\": 889, \"rankvar\": 366, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 371, \"group\": [4606.0, 897.0, 158.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCCTAATT\", \"ini\": 4801, \"clust\": 2948, \"rank\": 1423, \"rankvar\": 386, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 372, \"group\": [2949.0, 606.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGGTTAAC\", \"ini\": 4800, \"clust\": 2761, \"rank\": 1803, \"rankvar\": 192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 373, \"group\": [2761.0, 537.0, 102.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGGGTGTGT\", \"ini\": 4799, \"clust\": 4868, \"rank\": 1558, \"rankvar\": 1337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4022, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2376, \"group\": [4867.0, 939.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTTATGCGT\", \"ini\": 4798, \"clust\": 2742, \"rank\": 1116, \"rankvar\": 2754, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4023, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2377, \"group\": [2744.0, 525.0, 100.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCAGACCTTTG\", \"ini\": 4797, \"clust\": 4864, \"rank\": 1045, \"rankvar\": 1936, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4024, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2378, \"group\": [4861.0, 939.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCACATGACT\", \"ini\": 4796, \"clust\": 2508, \"rank\": 1837, \"rankvar\": 4649, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4025, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 14, \"group\": [2507.0, 463.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGAGACTTA\", \"ini\": 4795, \"clust\": 2398, \"rank\": 1626, \"rankvar\": 3800, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4026, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5044, \"group\": [2399.0, 420.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTAATTGGA\", \"ini\": 4794, \"clust\": 4737, \"rank\": 1186, \"rankvar\": 2901, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4027, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2379, \"group\": [4739.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTTTAGGG\", \"ini\": 4793, \"clust\": 4778, \"rank\": 832, \"rankvar\": 2455, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4028, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2380, \"group\": [4777.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTTGCT\", \"ini\": 4792, \"clust\": 2844, \"rank\": 1361, \"rankvar\": 32, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4029, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 374, \"group\": [2844.0, 580.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTCATTCA\", \"ini\": 4791, \"clust\": 2833, \"rank\": 1299, \"rankvar\": 240, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4030, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 375, \"group\": [2834.0, 577.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCAATGAATG\", \"ini\": 4790, \"clust\": 46, \"rank\": 1980, \"rankvar\": 4918, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4031, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5164, \"group\": [43.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATAAAGG\", \"ini\": 4789, \"clust\": 2246, \"rank\": 1854, \"rankvar\": 435, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4032, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4432, \"group\": [2246.0, 353.0, 56.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTACAGTGG\", \"ini\": 4788, \"clust\": 2268, \"rank\": 1232, \"rankvar\": 75, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4033, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4433, \"group\": [2268.0, 366.0, 57.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCACAGGCCT\", \"ini\": 4787, \"clust\": 4718, \"rank\": 1014, \"rankvar\": 1939, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4034, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2381, \"group\": [4718.0, 931.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACAGAGGT\", \"ini\": 4786, \"clust\": 2138, \"rank\": 862, \"rankvar\": 1249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4035, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4434, \"group\": [2138.0, 320.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCACCGGGT\", \"ini\": 4785, \"clust\": 3003, \"rank\": 1272, \"rankvar\": 217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4036, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 376, \"group\": [3000.0, 630.0, 110.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTAGGGTG\", \"ini\": 4784, \"clust\": 2395, \"rank\": 1012, \"rankvar\": 4611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4037, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5045, \"group\": [2395.0, 420.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGTCGCTG\", \"ini\": 4783, \"clust\": 4757, \"rank\": 1476, \"rankvar\": 2035, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4038, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2382, \"group\": [4757.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCGTTTAC\", \"ini\": 4782, \"clust\": 1502, \"rank\": 705, \"rankvar\": 4607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4039, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2832, \"group\": [1502.0, 187.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACAGCTCGAC\", \"ini\": 4781, \"clust\": 2267, \"rank\": 1511, \"rankvar\": 656, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4040, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4435, \"group\": [2270.0, 366.0, 57.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGTTAACC\", \"ini\": 4780, \"clust\": 2415, \"rank\": 1701, \"rankvar\": 4779, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4041, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5046, \"group\": [2414.0, 426.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAGGGTAC\", \"ini\": 4779, \"clust\": 2125, \"rank\": 924, \"rankvar\": 3641, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4042, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2383, \"group\": [2125.0, 314.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTTCCGTCT\", \"ini\": 4778, \"clust\": 2299, \"rank\": 1334, \"rankvar\": 198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4043, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4436, \"group\": [2307.0, 387.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCTTGCAAG\", \"ini\": 4777, \"clust\": 4866, \"rank\": 1117, \"rankvar\": 1892, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4044, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2384, \"group\": [4865.0, 939.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGTCTCT\", \"ini\": 4776, \"clust\": 2429, \"rank\": 1180, \"rankvar\": 4903, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4045, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5047, \"group\": [2429.0, 427.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTGATAAAC\", \"ini\": 4775, \"clust\": 4729, \"rank\": 962, \"rankvar\": 2914, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4046, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2385, \"group\": [4729.0, 932.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCTCGTATT\", \"ini\": 4774, \"clust\": 8, \"rank\": 1470, \"rankvar\": 4554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4047, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5165, \"group\": [8.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCAAACGGG\", \"ini\": 4773, \"clust\": 2824, \"rank\": 1363, \"rankvar\": 408, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 377, \"group\": [2824.0, 571.0, 106.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGTGGTAAT\", \"ini\": 4772, \"clust\": 3001, \"rank\": 1133, \"rankvar\": 921, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4049, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 378, \"group\": [3001.0, 630.0, 110.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTCTTTCAT\", \"ini\": 4771, \"clust\": 2839, \"rank\": 1166, \"rankvar\": 66, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4050, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 379, \"group\": [2842.0, 579.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTCACGCC\", \"ini\": 4770, \"clust\": 4700, \"rank\": 1223, \"rankvar\": 1528, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4051, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2386, \"group\": [4697.0, 925.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTGCCAGA\", \"ini\": 4769, \"clust\": 2422, \"rank\": 2018, \"rankvar\": 4920, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4052, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5048, \"group\": [2422.0, 427.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATCGATTG\", \"ini\": 4768, \"clust\": 4451, \"rank\": 1078, \"rankvar\": 185, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4053, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4316, \"group\": [4450.0, 849.0, 149.0, 38.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATCGATTG\", \"ini\": 4767, \"clust\": 4740, \"rank\": 1222, \"rankvar\": 1666, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4054, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2387, \"group\": [4737.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTCATCGTCGG\", \"ini\": 4766, \"clust\": 4758, \"rank\": 1482, \"rankvar\": 1381, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4055, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2388, \"group\": [4758.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGTACTCT\", \"ini\": 4765, \"clust\": 2517, \"rank\": 1897, \"rankvar\": 4542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4056, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 15, \"group\": [2514.0, 464.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAAGCAGGTCA\", \"ini\": 4764, \"clust\": 2941, \"rank\": 1563, \"rankvar\": 303, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4057, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 380, \"group\": [2945.0, 603.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCAACACGT\", \"ini\": 4763, \"clust\": 4734, \"rank\": 1688, \"rankvar\": 2697, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4058, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2389, \"group\": [4734.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTGGGATC\", \"ini\": 4762, \"clust\": 2955, \"rank\": 1724, \"rankvar\": 326, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 381, \"group\": [2955.0, 608.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGCGATAGC\", \"ini\": 4761, \"clust\": 4691, \"rank\": 1170, \"rankvar\": 3053, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4060, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2390, \"group\": [4688.0, 922.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCGCATGGC\", \"ini\": 4760, \"clust\": 4867, \"rank\": 1254, \"rankvar\": 3154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4061, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2391, \"group\": [4866.0, 939.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTAAGGGAA\", \"ini\": 4759, \"clust\": 2378, \"rank\": 1069, \"rankvar\": 4712, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4062, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5049, \"group\": [2380.0, 417.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCCTTGAT\", \"ini\": 4758, \"clust\": 2762, \"rank\": 2345, \"rankvar\": 1197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4063, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 382, \"group\": [2765.0, 540.0, 104.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGCTAAACA\", \"ini\": 4757, \"clust\": 2390, \"rank\": 1354, \"rankvar\": 4492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4064, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5050, \"group\": [2387.0, 419.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTAGCTAAA\", \"ini\": 4756, \"clust\": 4438, \"rank\": 1554, \"rankvar\": 250, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4065, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 383, \"group\": [4438.0, 838.0, 144.0, 36.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATCCCGC\", \"ini\": 4755, \"clust\": 2862, \"rank\": 1004, \"rankvar\": 77, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4066, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 384, \"group\": [2863.0, 587.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGAGTACCG\", \"ini\": 4754, \"clust\": 2145, \"rank\": 1108, \"rankvar\": 1598, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4067, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2833, \"group\": [2148.0, 329.0, 53.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCATGCTGGC\", \"ini\": 4753, \"clust\": 4609, \"rank\": 903, \"rankvar\": 1945, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4068, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2392, \"group\": [4609.0, 899.0, 158.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGGATGGA\", \"ini\": 4752, \"clust\": 4799, \"rank\": 1680, \"rankvar\": 2887, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4069, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2393, \"group\": [4799.0, 934.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTCACCCATTC\", \"ini\": 4751, \"clust\": 4794, \"rank\": 1040, \"rankvar\": 1868, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4070, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2394, \"group\": [4793.0, 934.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTTAGTGGG\", \"ini\": 4750, \"clust\": 2270, \"rank\": 1842, \"rankvar\": 227, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 385, \"group\": [2271.0, 367.0, 57.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCGACA\", \"ini\": 4749, \"clust\": 4746, \"rank\": 867, \"rankvar\": 3675, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4072, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2395, \"group\": [4744.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGTTTCCTT\", \"ini\": 4748, \"clust\": 2821, \"rank\": 944, \"rankvar\": 469, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4073, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 386, \"group\": [2822.0, 569.0, 106.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGCACGTCAGC\", \"ini\": 4747, \"clust\": 4684, \"rank\": 1725, \"rankvar\": 2012, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4074, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2396, \"group\": [4683.0, 922.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCCAAAT\", \"ini\": 4746, \"clust\": 4613, \"rank\": 1456, \"rankvar\": 3128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4075, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2397, \"group\": [4613.0, 901.0, 159.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTCTCTTAT\", \"ini\": 4745, \"clust\": 4697, \"rank\": 1123, \"rankvar\": 447, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4076, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2398, \"group\": [4701.0, 925.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCAACGGCC\", \"ini\": 4744, \"clust\": 119, \"rank\": 1083, \"rankvar\": 2624, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4077, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2834, \"group\": [120.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCGAACGC\", \"ini\": 4743, \"clust\": 2765, \"rank\": 2115, \"rankvar\": 840, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4078, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 387, \"group\": [2766.0, 541.0, 104.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCGCAAACT\", \"ini\": 4742, \"clust\": 4759, \"rank\": 1350, \"rankvar\": 2428, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4079, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2399, \"group\": [4759.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCACACGC\", \"ini\": 4741, \"clust\": 2401, \"rank\": 1633, \"rankvar\": 1694, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4080, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5051, \"group\": [2402.0, 421.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACCACCAG\", \"ini\": 4740, \"clust\": 2411, \"rank\": 1089, \"rankvar\": 4570, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4081, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5052, \"group\": [2420.0, 426.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGGCAAAC\", \"ini\": 4739, \"clust\": 2385, \"rank\": 1376, \"rankvar\": 3994, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4082, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5053, \"group\": [2383.0, 418.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGCGTAAG\", \"ini\": 4738, \"clust\": 2283, \"rank\": 1240, \"rankvar\": 395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4083, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4437, \"group\": [2282.0, 375.0, 60.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTGGTCCGT\", \"ini\": 4737, \"clust\": 2774, \"rank\": 1599, \"rankvar\": 1163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4084, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 388, \"group\": [2775.0, 546.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGTGTGGCA\", \"ini\": 4736, \"clust\": 2362, \"rank\": 1459, \"rankvar\": 1652, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4085, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4438, \"group\": [2453.0, 431.0, 70.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAATGAATG\", \"ini\": 4735, \"clust\": 2286, \"rank\": 1509, \"rankvar\": 1388, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4439, \"group\": [2291.0, 380.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAAACCCAT\", \"ini\": 4734, \"clust\": 2513, \"rank\": 1457, \"rankvar\": 3677, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4087, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 16, \"group\": [2509.0, 464.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCTCCAGGG\", \"ini\": 4733, \"clust\": 4425, \"rank\": 1702, \"rankvar\": 1330, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4088, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 389, \"group\": [4426.0, 827.0, 138.0, 34.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGCCAGTTT\", \"ini\": 4732, \"clust\": 2399, \"rank\": 1553, \"rankvar\": 3674, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4089, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5054, \"group\": [2397.0, 420.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTACATGAACCT\", \"ini\": 4731, \"clust\": 2977, \"rank\": 1339, \"rankvar\": 138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4090, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 390, \"group\": [2976.0, 615.0, 108.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGAATAGGG\", \"ini\": 4730, \"clust\": 2746, \"rank\": 1525, \"rankvar\": 2047, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4091, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 391, \"group\": [2746.0, 527.0, 101.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGCTGGA\", \"ini\": 4729, \"clust\": 1840, \"rank\": 1036, \"rankvar\": 417, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4092, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4440, \"group\": [1840.0, 286.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTACCGGCT\", \"ini\": 4728, \"clust\": 4858, \"rank\": 1209, \"rankvar\": 920, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4093, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2400, \"group\": [4858.0, 938.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGGTGGAT\", \"ini\": 4727, \"clust\": 1815, \"rank\": 871, \"rankvar\": 969, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4094, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4441, \"group\": [1815.0, 285.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGAGGTTAT\", \"ini\": 4726, \"clust\": 4748, \"rank\": 1283, \"rankvar\": 1512, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4095, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2401, \"group\": [4747.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCAAAGACA\", \"ini\": 4725, \"clust\": 4708, \"rank\": 1285, \"rankvar\": 2916, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4096, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2402, \"group\": [4709.0, 927.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTGATCGG\", \"ini\": 4724, \"clust\": 64, \"rank\": 2030, \"rankvar\": 5003, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4097, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5166, \"group\": [62.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAGGTCGTC\", \"ini\": 4723, \"clust\": 4792, \"rank\": 1026, \"rankvar\": 1878, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4098, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2403, \"group\": [4794.0, 934.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTTCCACGG\", \"ini\": 4722, \"clust\": 4450, \"rank\": 1634, \"rankvar\": 1301, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4099, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4317, \"group\": [4452.0, 851.0, 149.0, 38.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACAGCGTC\", \"ini\": 4721, \"clust\": 2379, \"rank\": 1551, \"rankvar\": 4696, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4100, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5055, \"group\": [2378.0, 417.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCCCTAATT\", \"ini\": 4720, \"clust\": 2275, \"rank\": 1372, \"rankvar\": 1003, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4101, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4442, \"group\": [2276.0, 372.0, 59.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAAAGCGGT\", \"ini\": 4719, \"clust\": 2991, \"rank\": 1137, \"rankvar\": 594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4102, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 392, \"group\": [2992.0, 627.0, 109.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACGACGT\", \"ini\": 4718, \"clust\": 4436, \"rank\": 1817, \"rankvar\": 1579, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 393, \"group\": [4436.0, 837.0, 144.0, 36.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCACTCTTA\", \"ini\": 4717, \"clust\": 4647, \"rank\": 1505, \"rankvar\": 1410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4104, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2404, \"group\": [4646.0, 911.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTTCAGACT\", \"ini\": 4716, \"clust\": 2515, \"rank\": 1860, \"rankvar\": 2420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4105, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 17, \"group\": [2512.0, 464.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCATGCAACT\", \"ini\": 4715, \"clust\": 2315, \"rank\": 1183, \"rankvar\": 415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4443, \"group\": [2315.0, 390.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCACCCT\", \"ini\": 4714, \"clust\": 4767, \"rank\": 864, \"rankvar\": 1296, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4107, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2405, \"group\": [4767.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGGCTTC\", \"ini\": 4713, \"clust\": 4731, \"rank\": 983, \"rankvar\": 1363, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4108, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2406, \"group\": [4731.0, 932.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCCAGTTA\", \"ini\": 4712, \"clust\": 4653, \"rank\": 1409, \"rankvar\": 4268, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4109, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2407, \"group\": [4652.0, 913.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTAGCTAGGCA\", \"ini\": 4711, \"clust\": 4701, \"rank\": 1268, \"rankvar\": 1774, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4110, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2408, \"group\": [4698.0, 925.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGCGGCTTC\", \"ini\": 4710, \"clust\": 45, \"rank\": 1786, \"rankvar\": 5053, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4111, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5167, \"group\": [45.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAGCCCAC\", \"ini\": 4709, \"clust\": 1847, \"rank\": 1594, \"rankvar\": 475, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4112, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4444, \"group\": [1849.0, 288.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCCACCGTTGG\", \"ini\": 4708, \"clust\": 2950, \"rank\": 1937, \"rankvar\": 164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 394, \"group\": [2953.0, 607.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGCGCCTTG\", \"ini\": 4707, \"clust\": 2391, \"rank\": 1956, \"rankvar\": 3817, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4114, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5056, \"group\": [2392.0, 420.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGAACTCGG\", \"ini\": 4706, \"clust\": 4788, \"rank\": 1400, \"rankvar\": 2680, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4115, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2409, \"group\": [4786.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTATCTG\", \"ini\": 4705, \"clust\": 2836, \"rank\": 1541, \"rankvar\": 241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 395, \"group\": [2839.0, 578.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTCGGCTCA\", \"ini\": 4704, \"clust\": 4800, \"rank\": 1496, \"rankvar\": 2554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4117, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2410, \"group\": [4800.0, 934.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTTCCAACA\", \"ini\": 4703, \"clust\": 2400, \"rank\": 2002, \"rankvar\": 3294, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4118, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5057, \"group\": [2398.0, 420.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCCTGCAGG\", \"ini\": 4702, \"clust\": 2952, \"rank\": 1830, \"rankvar\": 52, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 396, \"group\": [2952.0, 607.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGAGGTAGA\", \"ini\": 4701, \"clust\": 4763, \"rank\": 1379, \"rankvar\": 690, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4120, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2411, \"group\": [4765.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACATGCAATC\", \"ini\": 4700, \"clust\": 2999, \"rank\": 1432, \"rankvar\": 961, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 397, \"group\": [3003.0, 632.0, 110.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTTTAAGCC\", \"ini\": 4699, \"clust\": 4780, \"rank\": 1556, \"rankvar\": 1167, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4122, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2412, \"group\": [4780.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTTCATGGT\", \"ini\": 4698, \"clust\": 4610, \"rank\": 809, \"rankvar\": 3093, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4123, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2096, \"group\": [4610.0, 899.0, 158.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCTGCAGG\", \"ini\": 4697, \"clust\": 2262, \"rank\": 1813, \"rankvar\": 64, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4124, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4445, \"group\": [2262.0, 363.0, 56.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGAGAACAG\", \"ini\": 4696, \"clust\": 1851, \"rank\": 1073, \"rankvar\": 1079, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4125, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4446, \"group\": [1850.0, 289.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGAGAGCAATT\", \"ini\": 4695, \"clust\": 2978, \"rank\": 1691, \"rankvar\": 362, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4126, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 398, \"group\": [2977.0, 615.0, 108.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAACGCGA\", \"ini\": 4694, \"clust\": 2753, \"rank\": 1690, \"rankvar\": 762, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 399, \"group\": [2753.0, 532.0, 101.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCAGTTTGG\", \"ini\": 4693, \"clust\": 2280, \"rank\": 1863, \"rankvar\": 1024, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4447, \"group\": [2279.0, 374.0, 60.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCCTCAACC\", \"ini\": 4692, \"clust\": 1705, \"rank\": 1095, \"rankvar\": 2205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4448, \"group\": [1710.0, 265.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAGCCTTTC\", \"ini\": 4691, \"clust\": 4719, \"rank\": 1235, \"rankvar\": 1985, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4130, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2413, \"group\": [4719.0, 931.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATAGGAG\", \"ini\": 4690, \"clust\": 104, \"rank\": 876, \"rankvar\": 3955, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4131, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 400, \"group\": [102.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTCTCATCC\", \"ini\": 4689, \"clust\": 2289, \"rank\": 1646, \"rankvar\": 2288, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4132, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2414, \"group\": [2287.0, 378.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCGGCATCG\", \"ini\": 4688, \"clust\": 2963, \"rank\": 1480, \"rankvar\": 1752, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 401, \"group\": [2964.0, 610.0, 108.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTTCGCTAA\", \"ini\": 4687, \"clust\": 4650, \"rank\": 1674, \"rankvar\": 531, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4134, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2415, \"group\": [4649.0, 912.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGCGATG\", \"ini\": 4686, \"clust\": 47, \"rank\": 2314, \"rankvar\": 5050, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4135, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5168, \"group\": [44.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAGTCAGCC\", \"ini\": 4685, \"clust\": 4431, \"rank\": 1995, \"rankvar\": 1223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 402, \"group\": [4432.0, 833.0, 142.0, 36.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAACTGCTA\", \"ini\": 4684, \"clust\": 4726, \"rank\": 992, \"rankvar\": 3112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4137, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2416, \"group\": [4726.0, 932.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTTGAGAT\", \"ini\": 4683, \"clust\": 4871, \"rank\": 1848, \"rankvar\": 4239, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4138, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2417, \"group\": [4870.0, 939.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCCCTAAT\", \"ini\": 4682, \"clust\": 2831, \"rank\": 1487, \"rankvar\": 56, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 403, \"group\": [2831.0, 575.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAAGTCTAC\", \"ini\": 4681, \"clust\": 4636, \"rank\": 1508, \"rankvar\": 2444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4140, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2418, \"group\": [4635.0, 907.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGGCTCTTA\", \"ini\": 4680, \"clust\": 2287, \"rank\": 1914, \"rankvar\": 1787, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4449, \"group\": [2290.0, 379.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAACAGCGAACA\", \"ini\": 4679, \"clust\": 2778, \"rank\": 2000, \"rankvar\": 398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 404, \"group\": [2779.0, 548.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAAACCGT\", \"ini\": 4678, \"clust\": 2949, \"rank\": 1754, \"rankvar\": 323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 405, \"group\": [2950.0, 606.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCACAGACTT\", \"ini\": 4677, \"clust\": 2323, \"rank\": 2266, \"rankvar\": 1573, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4144, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4450, \"group\": [2326.0, 394.0, 62.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCAATGGACG\", \"ini\": 4676, \"clust\": 2313, \"rank\": 1740, \"rankvar\": 1980, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4145, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4451, \"group\": [2316.0, 390.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTGACTACT\", \"ini\": 4675, \"clust\": 2976, \"rank\": 1506, \"rankvar\": 166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 406, \"group\": [2975.0, 615.0, 108.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCTCTTATG\", \"ini\": 4674, \"clust\": 1490, \"rank\": 1396, \"rankvar\": 980, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4147, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4452, \"group\": [1493.0, 182.0, 27.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTACAGCAG\", \"ini\": 4673, \"clust\": 5100, \"rank\": 1864, \"rankvar\": 2446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4148, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2419, \"group\": [5100.0, 1057.0, 186.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCACCCAGTG\", \"ini\": 4672, \"clust\": 2273, \"rank\": 2017, \"rankvar\": 505, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4149, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2420, \"group\": [2273.0, 369.0, 58.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTATAGGTA\", \"ini\": 4671, \"clust\": 143, \"rank\": 1601, \"rankvar\": 4156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4150, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2835, \"group\": [142.0, 33.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGCTGAG\", \"ini\": 4670, \"clust\": 2147, \"rank\": 1570, \"rankvar\": 220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4151, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4453, \"group\": [2147.0, 328.0, 53.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGGCGCTCT\", \"ini\": 4669, \"clust\": 4594, \"rank\": 1559, \"rankvar\": 418, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4152, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2421, \"group\": [4593.0, 891.0, 156.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGATTC\", \"ini\": 4668, \"clust\": 4773, \"rank\": 1484, \"rankvar\": 1165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4153, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2422, \"group\": [4775.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCTGGAGCC\", \"ini\": 4667, \"clust\": 2806, \"rank\": 1656, \"rankvar\": 319, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 407, \"group\": [2806.0, 562.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCGGATGGA\", \"ini\": 4666, \"clust\": 4865, \"rank\": 1415, \"rankvar\": 781, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4155, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2423, \"group\": [4862.0, 939.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTATGCTTG\", \"ini\": 4665, \"clust\": 38, \"rank\": 2206, \"rankvar\": 3773, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4156, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5169, \"group\": [64.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTACTTAC\", \"ini\": 4664, \"clust\": 4785, \"rank\": 1492, \"rankvar\": 794, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4157, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2424, \"group\": [4788.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAATCCGT\", \"ini\": 4663, \"clust\": 4607, \"rank\": 1392, \"rankvar\": 527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 408, \"group\": [4607.0, 898.0, 158.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTGGGCTA\", \"ini\": 4662, \"clust\": 2394, \"rank\": 1611, \"rankvar\": 3562, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4159, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5058, \"group\": [2396.0, 420.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCAGGTGCCT\", \"ini\": 4661, \"clust\": 2123, \"rank\": 1744, \"rankvar\": 4412, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4160, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2425, \"group\": [2126.0, 315.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCTGAGTGT\", \"ini\": 4660, \"clust\": 4695, \"rank\": 1713, \"rankvar\": 2202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4161, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2426, \"group\": [4695.0, 924.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGAGAGTACAT\", \"ini\": 4659, \"clust\": 1698, \"rank\": 1593, \"rankvar\": 1065, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4454, \"group\": [1700.0, 261.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGATGAGG\", \"ini\": 4658, \"clust\": 2257, \"rank\": 1477, \"rankvar\": 597, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4163, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4455, \"group\": [2257.0, 360.0, 56.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACCCTATC\", \"ini\": 4657, \"clust\": 2384, \"rank\": 1821, \"rankvar\": 3436, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4164, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5059, \"group\": [2385.0, 418.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCGTTTGCC\", \"ini\": 4656, \"clust\": 2825, \"rank\": 1565, \"rankvar\": 455, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 409, \"group\": [2825.0, 571.0, 106.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCATTCA\", \"ini\": 4655, \"clust\": 1593, \"rank\": 1102, \"rankvar\": 3049, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4166, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3099, \"group\": [1593.0, 222.0, 37.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCTGTCAAG\", \"ini\": 4654, \"clust\": 2779, \"rank\": 1935, \"rankvar\": 908, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 410, \"group\": [2784.0, 551.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGCGCAC\", \"ini\": 4653, \"clust\": 2984, \"rank\": 1902, \"rankvar\": 9, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 411, \"group\": [2985.0, 621.0, 109.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCGTCTTC\", \"ini\": 4652, \"clust\": 4601, \"rank\": 1662, \"rankvar\": 204, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4169, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 412, \"group\": [4601.0, 896.0, 158.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCACAACGTT\", \"ini\": 4651, \"clust\": 2284, \"rank\": 1802, \"rankvar\": 1453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4170, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4456, \"group\": [2285.0, 377.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTCCGAAGA\", \"ini\": 4650, \"clust\": 4595, \"rank\": 1442, \"rankvar\": 1376, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4171, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2427, \"group\": [4597.0, 894.0, 157.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCAAGC\", \"ini\": 4649, \"clust\": 4681, \"rank\": 1600, \"rankvar\": 372, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4172, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2428, \"group\": [4692.0, 923.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCCGTTGTC\", \"ini\": 4648, \"clust\": 2969, \"rank\": 1710, \"rankvar\": 156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 413, \"group\": [2970.0, 614.0, 108.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCAAGTAATG\", \"ini\": 4647, \"clust\": 4710, \"rank\": 1673, \"rankvar\": 1903, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4174, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2429, \"group\": [4708.0, 927.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCTAGAAC\", \"ini\": 4646, \"clust\": 4668, \"rank\": 1473, \"rankvar\": 1423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4175, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2430, \"group\": [4669.0, 917.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCCTTGCCA\", \"ini\": 4645, \"clust\": 2747, \"rank\": 1464, \"rankvar\": 715, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 414, \"group\": [2747.0, 527.0, 101.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGGACGAT\", \"ini\": 4644, \"clust\": 2982, \"rank\": 1353, \"rankvar\": 113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 415, \"group\": [2982.0, 619.0, 108.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGTGGTAAT\", \"ini\": 4643, \"clust\": 101, \"rank\": 1308, \"rankvar\": 3159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 416, \"group\": [101.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGATGCGAC\", \"ini\": 4642, \"clust\": 4706, \"rank\": 1627, \"rankvar\": 1726, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4179, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2431, \"group\": [4705.0, 927.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAGCTTAAC\", \"ini\": 4641, \"clust\": 4749, \"rank\": 1568, \"rankvar\": 2859, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4180, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2432, \"group\": [4748.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGCAGCCTC\", \"ini\": 4640, \"clust\": 4732, \"rank\": 1125, \"rankvar\": 1190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4181, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2433, \"group\": [4732.0, 932.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTGGTGTAG\", \"ini\": 4639, \"clust\": 4880, \"rank\": 2500, \"rankvar\": 2108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4182, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4318, \"group\": [4880.0, 946.0, 162.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTTGATG\", \"ini\": 4638, \"clust\": 2992, \"rank\": 1653, \"rankvar\": 958, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 417, \"group\": [2993.0, 627.0, 109.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAGTCGACTAT\", \"ini\": 4637, \"clust\": 4786, \"rank\": 1329, \"rankvar\": 2048, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4184, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2434, \"group\": [4787.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGAATCT\", \"ini\": 4636, \"clust\": 2989, \"rank\": 1342, \"rankvar\": 365, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 418, \"group\": [2990.0, 626.0, 109.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTCCAGTAT\", \"ini\": 4635, \"clust\": 4598, \"rank\": 1035, \"rankvar\": 683, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 419, \"group\": [4598.0, 895.0, 158.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGACAGCT\", \"ini\": 4634, \"clust\": 2756, \"rank\": 2015, \"rankvar\": 990, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 420, \"group\": [2756.0, 534.0, 102.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACCATACTACG\", \"ini\": 4633, \"clust\": 2253, \"rank\": 2421, \"rankvar\": 406, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4457, \"group\": [2253.0, 358.0, 56.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGGTACA\", \"ini\": 4632, \"clust\": 2121, \"rank\": 1628, \"rankvar\": 333, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 421, \"group\": [2122.0, 312.0, 49.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAAACGTGG\", \"ini\": 4631, \"clust\": 4569, \"rank\": 1613, \"rankvar\": 1107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4190, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 422, \"group\": [4569.0, 881.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTAGTGACTCT\", \"ini\": 4630, \"clust\": 4707, \"rank\": 1552, \"rankvar\": 1046, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4191, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2435, \"group\": [4706.0, 927.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTATCGCAT\", \"ini\": 4629, \"clust\": 2784, \"rank\": 1866, \"rankvar\": 203, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 423, \"group\": [2787.0, 553.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACGTCAGC\", \"ini\": 4628, \"clust\": 5109, \"rank\": 1486, \"rankvar\": 1760, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4193, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2436, \"group\": [5108.0, 1062.0, 187.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACCTCGT\", \"ini\": 4627, \"clust\": 11, \"rank\": 1685, \"rankvar\": 4925, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4194, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5170, \"group\": [11.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGTGCCTG\", \"ini\": 4626, \"clust\": 4665, \"rank\": 2156, \"rankvar\": 3311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4195, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2437, \"group\": [4664.0, 916.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGCGAT\", \"ini\": 4625, \"clust\": 2259, \"rank\": 2114, \"rankvar\": 755, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4458, \"group\": [2260.0, 362.0, 56.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATTGG\", \"ini\": 4624, \"clust\": 4599, \"rank\": 1341, \"rankvar\": 1233, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 424, \"group\": [4599.0, 895.0, 158.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTTTACGT\", \"ini\": 4623, \"clust\": 2974, \"rank\": 1798, \"rankvar\": 96, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 425, \"group\": [2978.0, 615.0, 108.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCGCCAGCA\", \"ini\": 4622, \"clust\": 5110, \"rank\": 1264, \"rankvar\": 3239, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4199, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2438, \"group\": [5109.0, 1062.0, 187.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCAGATCCTGT\", \"ini\": 4621, \"clust\": 2281, \"rank\": 1887, \"rankvar\": 224, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4459, \"group\": [2283.0, 375.0, 60.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCTCTGAGA\", \"ini\": 4620, \"clust\": 2998, \"rank\": 2014, \"rankvar\": 1402, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 426, \"group\": [3004.0, 633.0, 110.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGCAATC\", \"ini\": 4619, \"clust\": 2829, \"rank\": 2003, \"rankvar\": 152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 427, \"group\": [2832.0, 576.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTCTGG\", \"ini\": 4618, \"clust\": 2536, \"rank\": 2552, \"rankvar\": 3560, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4203, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 18, \"group\": [2676.0, 482.0, 85.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGTGAAGTT\", \"ini\": 4617, \"clust\": 4597, \"rank\": 1916, \"rankvar\": 776, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4204, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2439, \"group\": [4596.0, 893.0, 157.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTAAGGATT\", \"ini\": 4616, \"clust\": 2272, \"rank\": 1987, \"rankvar\": 1001, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4205, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2440, \"group\": [2275.0, 371.0, 58.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTGTCGAGTTT\", \"ini\": 4615, \"clust\": 2244, \"rank\": 2182, \"rankvar\": 2044, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4206, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2441, \"group\": [2249.0, 355.0, 56.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTTGCTCCT\", \"ini\": 4614, \"clust\": 4703, \"rank\": 1344, \"rankvar\": 3218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4207, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2442, \"group\": [4702.0, 926.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCGCATC\", \"ini\": 4613, \"clust\": 10, \"rank\": 2091, \"rankvar\": 5076, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4208, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5171, \"group\": [13.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACTCAGCCTAA\", \"ini\": 4612, \"clust\": 2748, \"rank\": 2009, \"rankvar\": 299, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 428, \"group\": [2748.0, 528.0, 101.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTGGGCCA\", \"ini\": 4611, \"clust\": 2504, \"rank\": 2518, \"rankvar\": 3429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4210, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 19, \"group\": [2502.0, 462.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGGCTAGCA\", \"ini\": 4610, \"clust\": 4856, \"rank\": 1878, \"rankvar\": 1416, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4211, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2443, \"group\": [4855.0, 937.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAAGCCATCGC\", \"ini\": 4609, \"clust\": 2119, \"rank\": 1233, \"rankvar\": 790, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 429, \"group\": [2120.0, 311.0, 49.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATACTACG\", \"ini\": 4608, \"clust\": 1850, \"rank\": 1781, \"rankvar\": 545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4213, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4460, \"group\": [1852.0, 290.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCTAGTGT\", \"ini\": 4607, \"clust\": 4657, \"rank\": 1630, \"rankvar\": 3544, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4214, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2444, \"group\": [4657.0, 914.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACATCCGCGA\", \"ini\": 4606, \"clust\": 2290, \"rank\": 1928, \"rankvar\": 3138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4215, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2445, \"group\": [2288.0, 378.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCCGTGAC\", \"ini\": 4605, \"clust\": 2254, \"rank\": 1983, \"rankvar\": 486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4216, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4461, \"group\": [2254.0, 358.0, 56.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTTCCACAA\", \"ini\": 4604, \"clust\": 2986, \"rank\": 2069, \"rankvar\": 112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 430, \"group\": [2989.0, 625.0, 109.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCCTTGTG\", \"ini\": 4603, \"clust\": 2140, \"rank\": 1706, \"rankvar\": 801, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4218, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4462, \"group\": [2141.0, 323.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCGATTCT\", \"ini\": 4602, \"clust\": 2994, \"rank\": 1876, \"rankvar\": 147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 431, \"group\": [2995.0, 628.0, 109.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCAATGGT\", \"ini\": 4601, \"clust\": 2754, \"rank\": 1917, \"rankvar\": 727, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 432, \"group\": [2754.0, 532.0, 101.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTACAGACG\", \"ini\": 4600, \"clust\": 2288, \"rank\": 1793, \"rankvar\": 1623, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4221, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4463, \"group\": [2289.0, 378.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGCTGATAA\", \"ini\": 4599, \"clust\": 2502, \"rank\": 1845, \"rankvar\": 3789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4222, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 20, \"group\": [2500.0, 461.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTAATAGCA\", \"ini\": 4598, \"clust\": 2996, \"rank\": 2223, \"rankvar\": 97, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 433, \"group\": [2996.0, 629.0, 109.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTGGCGAC\", \"ini\": 4597, \"clust\": 12, \"rank\": 2782, \"rankvar\": 4952, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4224, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5172, \"group\": [12.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAATGTGT\", \"ini\": 4596, \"clust\": 2997, \"rank\": 1843, \"rankvar\": 422, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4225, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 434, \"group\": [2997.0, 629.0, 109.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCACCTCGT\", \"ini\": 4595, \"clust\": 4565, \"rank\": 1946, \"rankvar\": 160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 435, \"group\": [4564.0, 879.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCCGAAT\", \"ini\": 4594, \"clust\": 4733, \"rank\": 1436, \"rankvar\": 2272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4227, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2446, \"group\": [4733.0, 932.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTACAGCAG\", \"ini\": 4593, \"clust\": 4611, \"rank\": 1439, \"rankvar\": 1182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2447, \"group\": [4611.0, 900.0, 159.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCAACGCTA\", \"ini\": 4592, \"clust\": 2788, \"rank\": 2093, \"rankvar\": 293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4229, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 436, \"group\": [2788.0, 554.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCACGAAATA\", \"ini\": 4591, \"clust\": 4705, \"rank\": 1587, \"rankvar\": 888, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4230, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2448, \"group\": [4712.0, 928.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATTTGCTT\", \"ini\": 4590, \"clust\": 2752, \"rank\": 1291, \"rankvar\": 2358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4231, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 437, \"group\": [2755.0, 533.0, 101.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTGTAATGA\", \"ini\": 4589, \"clust\": 4677, \"rank\": 1612, \"rankvar\": 2215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4232, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2449, \"group\": [4677.0, 921.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGAGTATA\", \"ini\": 4588, \"clust\": 4634, \"rank\": 2061, \"rankvar\": 440, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4233, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2450, \"group\": [4636.0, 908.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTAAAGA\", \"ini\": 4587, \"clust\": 4735, \"rank\": 1990, \"rankvar\": 3179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4234, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2451, \"group\": [4735.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTTGAGG\", \"ini\": 4586, \"clust\": 2768, \"rank\": 2267, \"rankvar\": 444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4235, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 438, \"group\": [2769.0, 542.0, 104.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACACCAGGCT\", \"ini\": 4585, \"clust\": 4423, \"rank\": 2429, \"rankvar\": 310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 439, \"group\": [4424.0, 826.0, 138.0, 34.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGGGACA\", \"ini\": 4584, \"clust\": 1648, \"rank\": 2329, \"rankvar\": 1253, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4237, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5060, \"group\": [1648.0, 240.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGGGTACA\", \"ini\": 4583, \"clust\": 105, \"rank\": 1743, \"rankvar\": 2413, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 440, \"group\": [103.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGCATG\", \"ini\": 4582, \"clust\": 4631, \"rank\": 2006, \"rankvar\": 2817, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4239, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2452, \"group\": [4632.0, 906.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTTGCGCAC\", \"ini\": 4581, \"clust\": 4679, \"rank\": 1881, \"rankvar\": 3407, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4240, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2453, \"group\": [4679.0, 921.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGATTGT\", \"ini\": 4580, \"clust\": 2386, \"rank\": 1906, \"rankvar\": 4710, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4241, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5061, \"group\": [2384.0, 418.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGAGACG\", \"ini\": 4579, \"clust\": 2553, \"rank\": 2212, \"rankvar\": 4626, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4242, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 21, \"group\": [2608.0, 477.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGCAGCGTA\", \"ini\": 4578, \"clust\": 2381, \"rank\": 2083, \"rankvar\": 4683, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4243, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5062, \"group\": [2381.0, 417.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAAGCCATT\", \"ini\": 4577, \"clust\": 4804, \"rank\": 1590, \"rankvar\": 599, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4244, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2454, \"group\": [4804.0, 935.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTTACCCA\", \"ini\": 4576, \"clust\": 2484, \"rank\": 2885, \"rankvar\": 4729, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4245, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 22, \"group\": [2483.0, 455.0, 80.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCTCTTGAT\", \"ini\": 4575, \"clust\": 4863, \"rank\": 1868, \"rankvar\": 2991, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4246, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2455, \"group\": [4863.0, 939.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGCCGTCGT\", \"ini\": 4574, \"clust\": 4626, \"rank\": 2043, \"rankvar\": 1890, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4247, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2456, \"group\": [4626.0, 906.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTAACTTC\", \"ini\": 4573, \"clust\": 2278, \"rank\": 2382, \"rankvar\": 1711, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4248, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4464, \"group\": [2280.0, 374.0, 60.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCACGGTTA\", \"ini\": 4572, \"clust\": 4667, \"rank\": 1758, \"rankvar\": 3873, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4249, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2457, \"group\": [4673.0, 918.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTGTAA\", \"ini\": 4571, \"clust\": 4869, \"rank\": 1998, \"rankvar\": 1643, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4250, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2458, \"group\": [4868.0, 939.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATTGTGCA\", \"ini\": 4570, \"clust\": 4421, \"rank\": 2135, \"rankvar\": 388, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 441, \"group\": [4422.0, 824.0, 137.0, 34.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAGTCGGT\", \"ini\": 4569, \"clust\": 2705, \"rank\": 2131, \"rankvar\": 1427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4252, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4319, \"group\": [2706.0, 504.0, 96.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCGTCAAA\", \"ini\": 4568, \"clust\": 4576, \"rank\": 1709, \"rankvar\": 4097, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4253, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2097, \"group\": [4574.0, 883.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCACCCTCA\", \"ini\": 4567, \"clust\": 2749, \"rank\": 1952, \"rankvar\": 546, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 442, \"group\": [2749.0, 528.0, 101.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTCACCTC\", \"ini\": 4566, \"clust\": 2277, \"rank\": 2201, \"rankvar\": 347, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4255, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4465, \"group\": [2284.0, 376.0, 60.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGACAAGCC\", \"ini\": 4565, \"clust\": 72, \"rank\": 2840, \"rankvar\": 4727, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4256, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5173, \"group\": [72.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGCATCATC\", \"ini\": 4564, \"clust\": 4765, \"rank\": 1969, \"rankvar\": 1634, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4257, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2459, \"group\": [4764.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGACACGAC\", \"ini\": 4563, \"clust\": 2967, \"rank\": 1840, \"rankvar\": 1639, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 443, \"group\": [2967.0, 612.0, 108.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTTCCTT\", \"ini\": 4562, \"clust\": 4646, \"rank\": 2241, \"rankvar\": 1718, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4259, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2460, \"group\": [4648.0, 911.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGATACACA\", \"ini\": 4561, \"clust\": 4560, \"rank\": 1820, \"rankvar\": 949, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4260, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2461, \"group\": [4558.0, 875.0, 154.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACAATAGAGT\", \"ini\": 4560, \"clust\": 4424, \"rank\": 2617, \"rankvar\": 670, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4261, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 444, \"group\": [4425.0, 826.0, 138.0, 34.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGATGTGGC\", \"ini\": 4559, \"clust\": 4861, \"rank\": 2101, \"rankvar\": 1975, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4262, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2462, \"group\": [4871.0, 940.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGTAAGTAC\", \"ini\": 4558, \"clust\": 2985, \"rank\": 2042, \"rankvar\": 238, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 445, \"group\": [2986.0, 622.0, 109.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGGTCGAT\", \"ini\": 4557, \"clust\": 62, \"rank\": 2744, \"rankvar\": 4826, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4264, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5174, \"group\": [63.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAAACGCG\", \"ini\": 4556, \"clust\": 4791, \"rank\": 1799, \"rankvar\": 3434, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4265, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2463, \"group\": [4790.0, 934.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGGGTGTTG\", \"ini\": 4555, \"clust\": 5221, \"rank\": 2674, \"rankvar\": 3272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4266, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2464, \"group\": [5221.0, 1108.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGCTATGCT\", \"ini\": 4554, \"clust\": 2983, \"rank\": 1647, \"rankvar\": 1769, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 446, \"group\": [2983.0, 619.0, 108.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCTCGATGA\", \"ini\": 4553, \"clust\": 121, \"rank\": 1678, \"rankvar\": 4233, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4268, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2836, \"group\": [121.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAACACCCG\", \"ini\": 4552, \"clust\": 5113, \"rank\": 1668, \"rankvar\": 3247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4269, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2465, \"group\": [5112.0, 1063.0, 187.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTAAGAGAG\", \"ini\": 4551, \"clust\": 4642, \"rank\": 2347, \"rankvar\": 2621, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4270, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2466, \"group\": [4641.0, 910.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAGCTCCG\", \"ini\": 4550, \"clust\": 5172, \"rank\": 2434, \"rankvar\": 3408, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4271, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2467, \"group\": [5171.0, 1088.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTGTCCAT\", \"ini\": 4549, \"clust\": 2431, \"rank\": 2388, \"rankvar\": 4604, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4272, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5063, \"group\": [2431.0, 427.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGATTA\", \"ini\": 4548, \"clust\": 2758, \"rank\": 2415, \"rankvar\": 549, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4273, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 447, \"group\": [2758.0, 536.0, 102.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTGCTGTC\", \"ini\": 4547, \"clust\": 2329, \"rank\": 2338, \"rankvar\": 421, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2468, \"group\": [2328.0, 396.0, 63.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTAAGTAG\", \"ini\": 4546, \"clust\": 4711, \"rank\": 1884, \"rankvar\": 625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4275, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2469, \"group\": [4710.0, 927.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTAGGACAC\", \"ini\": 4545, \"clust\": 4658, \"rank\": 2305, \"rankvar\": 1956, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4276, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2470, \"group\": [4655.0, 914.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTACGAAAT\", \"ini\": 4544, \"clust\": 2380, \"rank\": 2142, \"rankvar\": 3082, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4277, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5064, \"group\": [2379.0, 417.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCGGCATC\", \"ini\": 4543, \"clust\": 2757, \"rank\": 2198, \"rankvar\": 342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 448, \"group\": [2757.0, 535.0, 102.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATAGTCA\", \"ini\": 4542, \"clust\": 4644, \"rank\": 2155, \"rankvar\": 1434, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4279, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2471, \"group\": [4643.0, 910.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTTTAGGA\", \"ini\": 4541, \"clust\": 4432, \"rank\": 2394, \"rankvar\": 306, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 449, \"group\": [4433.0, 834.0, 142.0, 36.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGTCGTC\", \"ini\": 4540, \"clust\": 5096, \"rank\": 1861, \"rankvar\": 929, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4281, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4466, \"group\": [5096.0, 1054.0, 185.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGAAGGACA\", \"ini\": 4539, \"clust\": 4452, \"rank\": 1996, \"rankvar\": 171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 450, \"group\": [4451.0, 850.0, 149.0, 38.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTGGAGA\", \"ini\": 4538, \"clust\": 5128, \"rank\": 1905, \"rankvar\": 1518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4283, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2472, \"group\": [5130.0, 1070.0, 187.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGGTGGA\", \"ini\": 4537, \"clust\": 2826, \"rank\": 1966, \"rankvar\": 88, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 451, \"group\": [2829.0, 574.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGGCATG\", \"ini\": 4536, \"clust\": 2775, \"rank\": 2554, \"rankvar\": 3402, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 452, \"group\": [2776.0, 547.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAATGTTGC\", \"ini\": 4535, \"clust\": 4699, \"rank\": 1810, \"rankvar\": 1131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4286, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2473, \"group\": [4699.0, 925.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCGGCA\", \"ini\": 4534, \"clust\": 4651, \"rank\": 1883, \"rankvar\": 869, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4287, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2474, \"group\": [4650.0, 912.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGTACC\", \"ini\": 4533, \"clust\": 4577, \"rank\": 1719, \"rankvar\": 636, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 453, \"group\": [4575.0, 883.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCATTATCC\", \"ini\": 4532, \"clust\": 4669, \"rank\": 1977, \"rankvar\": 2815, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2475, \"group\": [4667.0, 917.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAGGATCGA\", \"ini\": 4531, \"clust\": 2987, \"rank\": 2040, \"rankvar\": 102, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4290, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 454, \"group\": [2987.0, 623.0, 109.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTCCAGTTA\", \"ini\": 4530, \"clust\": 5174, \"rank\": 2548, \"rankvar\": 553, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4291, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4320, \"group\": [5175.0, 1089.0, 189.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAGCTTCGG\", \"ini\": 4529, \"clust\": 4664, \"rank\": 2224, \"rankvar\": 1796, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4292, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2476, \"group\": [4666.0, 916.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCACCAGGC\", \"ini\": 4528, \"clust\": 4562, \"rank\": 2211, \"rankvar\": 194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4293, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 455, \"group\": [4562.0, 878.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACACAGAGGT\", \"ini\": 4527, \"clust\": 4671, \"rank\": 2127, \"rankvar\": 2461, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4294, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2477, \"group\": [4672.0, 917.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGATTGCT\", \"ini\": 4526, \"clust\": 2981, \"rank\": 1850, \"rankvar\": 189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4295, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 456, \"group\": [2984.0, 620.0, 108.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCATCGTCGG\", \"ini\": 4525, \"clust\": 5108, \"rank\": 2150, \"rankvar\": 1445, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2478, \"group\": [5110.0, 1062.0, 187.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTGAATTG\", \"ini\": 4524, \"clust\": 4938, \"rank\": 3243, \"rankvar\": 5216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4297, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5175, \"group\": [4939.0, 974.0, 169.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGTATCTCG\", \"ini\": 4523, \"clust\": 4410, \"rank\": 2210, \"rankvar\": 131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 457, \"group\": [4411.0, 814.0, 134.0, 33.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAACGC\", \"ini\": 4522, \"clust\": 2776, \"rank\": 2390, \"rankvar\": 2523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4299, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 458, \"group\": [2777.0, 547.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGATCCCGC\", \"ini\": 4521, \"clust\": 4672, \"rank\": 1827, \"rankvar\": 3839, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4300, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2479, \"group\": [4670.0, 917.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAAGAAAGG\", \"ini\": 4520, \"clust\": 5097, \"rank\": 2063, \"rankvar\": 1628, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4301, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2480, \"group\": [5097.0, 1055.0, 185.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTGGTTT\", \"ini\": 4519, \"clust\": 4888, \"rank\": 2558, \"rankvar\": 786, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 459, \"group\": [4890.0, 953.0, 164.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTTCAAG\", \"ini\": 4518, \"clust\": 4449, \"rank\": 1805, \"rankvar\": 669, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 460, \"group\": [4453.0, 852.0, 149.0, 38.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTTTCG\", \"ini\": 4517, \"clust\": 4649, \"rank\": 1712, \"rankvar\": 1115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4304, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2481, \"group\": [4651.0, 912.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGTCTAC\", \"ini\": 4516, \"clust\": 2764, \"rank\": 2328, \"rankvar\": 231, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 461, \"group\": [2764.0, 539.0, 104.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTGTCCGT\", \"ini\": 4515, \"clust\": 2383, \"rank\": 2371, \"rankvar\": 4034, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4306, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5065, \"group\": [2403.0, 422.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTATATCCG\", \"ini\": 4514, \"clust\": 4422, \"rank\": 2761, \"rankvar\": 2813, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4307, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 462, \"group\": [4423.0, 825.0, 137.0, 34.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGGCCT\", \"ini\": 4513, \"clust\": 5105, \"rank\": 1991, \"rankvar\": 3351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4308, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2482, \"group\": [5106.0, 1061.0, 187.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCACCGATAT\", \"ini\": 4512, \"clust\": 2995, \"rank\": 2334, \"rankvar\": 338, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 463, \"group\": [2998.0, 629.0, 109.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGCCATG\", \"ini\": 4511, \"clust\": 1645, \"rank\": 2595, \"rankvar\": 983, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4467, \"group\": [1644.0, 237.0, 41.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGCTTGTC\", \"ini\": 4510, \"clust\": 3035, \"rank\": 2337, \"rankvar\": 245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 464, \"group\": [3038.0, 659.0, 121.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGCTGATAA\", \"ini\": 4509, \"clust\": 5147, \"rank\": 2067, \"rankvar\": 2032, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4312, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2483, \"group\": [5148.0, 1079.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACACATGT\", \"ini\": 4508, \"clust\": 2759, \"rank\": 2469, \"rankvar\": 511, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 465, \"group\": [2759.0, 536.0, 102.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACATACG\", \"ini\": 4507, \"clust\": 2822, \"rank\": 1874, \"rankvar\": 125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4314, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 466, \"group\": [2823.0, 570.0, 106.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCACCGAATT\", \"ini\": 4506, \"clust\": 88, \"rank\": 2932, \"rankvar\": 4908, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4315, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5176, \"group\": [84.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAATAGCGG\", \"ini\": 4505, \"clust\": 4439, \"rank\": 2423, \"rankvar\": 509, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4316, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 467, \"group\": [4439.0, 839.0, 144.0, 36.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAGACACTT\", \"ini\": 4504, \"clust\": 4862, \"rank\": 2236, \"rankvar\": 2140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4317, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2484, \"group\": [4864.0, 939.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTTACGGAG\", \"ini\": 4503, \"clust\": 4659, \"rank\": 2158, \"rankvar\": 2594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4318, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2485, \"group\": [4656.0, 914.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGAGTTGGC\", \"ini\": 4502, \"clust\": 5107, \"rank\": 1808, \"rankvar\": 3297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4319, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2486, \"group\": [5111.0, 1062.0, 187.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCCCAGCT\", \"ini\": 4501, \"clust\": 4637, \"rank\": 2274, \"rankvar\": 1123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4320, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2487, \"group\": [4640.0, 909.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATCAGAA\", \"ini\": 4500, \"clust\": 1491, \"rank\": 2528, \"rankvar\": 568, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4321, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2837, \"group\": [1491.0, 180.0, 27.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGTCGATAA\", \"ini\": 4499, \"clust\": 4643, \"rank\": 2370, \"rankvar\": 3417, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2488, \"group\": [4642.0, 910.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAAGTTCTG\", \"ini\": 4498, \"clust\": 1498, \"rank\": 1488, \"rankvar\": 4395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4323, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2838, \"group\": [1500.0, 185.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGACTAGGC\", \"ini\": 4497, \"clust\": 4566, \"rank\": 2326, \"rankvar\": 3320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4324, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2098, \"group\": [4565.0, 879.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCACGGTAAG\", \"ini\": 4496, \"clust\": 4683, \"rank\": 2162, \"rankvar\": 1498, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4325, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2489, \"group\": [4682.0, 922.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCTGTAGA\", \"ini\": 4495, \"clust\": 4433, \"rank\": 2019, \"rankvar\": 848, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 468, \"group\": [4434.0, 835.0, 143.0, 36.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCTTGT\", \"ini\": 4494, \"clust\": 2690, \"rank\": 1965, \"rankvar\": 1588, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 469, \"group\": [2691.0, 491.0, 92.0, 24.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTCGCTTG\", \"ini\": 4493, \"clust\": 4648, \"rank\": 2278, \"rankvar\": 2223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4328, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2490, \"group\": [4647.0, 911.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACCAACCG\", \"ini\": 4492, \"clust\": 5149, \"rank\": 2419, \"rankvar\": 1149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4329, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2491, \"group\": [5150.0, 1080.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGCGCCTTG\", \"ini\": 4491, \"clust\": 4400, \"rank\": 2621, \"rankvar\": 726, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4330, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 470, \"group\": [4401.0, 804.0, 130.0, 31.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCCCGACTT\", \"ini\": 4490, \"clust\": 4802, \"rank\": 1598, \"rankvar\": 1005, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4331, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2492, \"group\": [4802.0, 935.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGCCACGCT\", \"ini\": 4489, \"clust\": 4712, \"rank\": 2398, \"rankvar\": 1043, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4332, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2493, \"group\": [4711.0, 927.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCCCAACC\", \"ini\": 4488, \"clust\": 2990, \"rank\": 2164, \"rankvar\": 349, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4333, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 471, \"group\": [2991.0, 626.0, 109.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCGAGT\", \"ini\": 4487, \"clust\": 5129, \"rank\": 2317, \"rankvar\": 1705, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4334, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2494, \"group\": [5128.0, 1070.0, 187.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATGTTCCC\", \"ini\": 4486, \"clust\": 2988, \"rank\": 2255, \"rankvar\": 1311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4335, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 472, \"group\": [2988.0, 624.0, 109.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACAGGTTT\", \"ini\": 4485, \"clust\": 4621, \"rank\": 2203, \"rankvar\": 1254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2495, \"group\": [4621.0, 905.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCGCGCCAA\", \"ini\": 4484, \"clust\": 2453, \"rank\": 2243, \"rankvar\": 1049, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4337, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 473, \"group\": [2454.0, 432.0, 71.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCAGCGCTTAT\", \"ini\": 4483, \"clust\": 60, \"rank\": 2722, \"rankvar\": 5144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4338, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5177, \"group\": [59.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACCAGATT\", \"ini\": 4482, \"clust\": 2370, \"rank\": 2667, \"rankvar\": 4514, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4339, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5066, \"group\": [2368.0, 416.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTATGAAAC\", \"ini\": 4481, \"clust\": 2973, \"rank\": 2022, \"rankvar\": 267, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 474, \"group\": [2979.0, 616.0, 108.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCCCTGACT\", \"ini\": 4480, \"clust\": 4412, \"rank\": 2749, \"rankvar\": 258, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 475, \"group\": [4413.0, 816.0, 135.0, 33.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGTTAGCGG\", \"ini\": 4479, \"clust\": 5098, \"rank\": 2559, \"rankvar\": 4046, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4342, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2496, \"group\": [5101.0, 1058.0, 186.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGCTAACTC\", \"ini\": 4478, \"clust\": 2698, \"rank\": 2754, \"rankvar\": 263, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 476, \"group\": [2699.0, 499.0, 95.0, 25.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGTTACCCA\", \"ini\": 4477, \"clust\": 7, \"rank\": 2493, \"rankvar\": 4733, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4344, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5178, \"group\": [10.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAGCGATG\", \"ini\": 4476, \"clust\": 5101, \"rank\": 3012, \"rankvar\": 3079, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4345, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4321, \"group\": [5102.0, 1059.0, 186.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTGGTAC\", \"ini\": 4475, \"clust\": 5170, \"rank\": 2620, \"rankvar\": 2186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4346, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2497, \"group\": [5174.0, 1088.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAGATGAGC\", \"ini\": 4474, \"clust\": 4411, \"rank\": 2547, \"rankvar\": 360, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 477, \"group\": [4412.0, 815.0, 134.0, 33.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCAAAGTAG\", \"ini\": 4473, \"clust\": 2694, \"rank\": 2389, \"rankvar\": 142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 478, \"group\": [2695.0, 495.0, 93.0, 25.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTAAGCCA\", \"ini\": 4472, \"clust\": 1649, \"rank\": 2654, \"rankvar\": 1017, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4349, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4468, \"group\": [1649.0, 241.0, 43.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGATGTTAG\", \"ini\": 4471, \"clust\": 61, \"rank\": 2914, \"rankvar\": 5099, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4350, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5179, \"group\": [60.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGCCCGAAA\", \"ini\": 4470, \"clust\": 4616, \"rank\": 2857, \"rankvar\": 3623, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4351, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2498, \"group\": [4615.0, 903.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCACAGGT\", \"ini\": 4469, \"clust\": 2371, \"rank\": 2633, \"rankvar\": 4497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4352, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5067, \"group\": [2369.0, 416.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTCCAGGA\", \"ini\": 4468, \"clust\": 4673, \"rank\": 2316, \"rankvar\": 1712, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4353, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2499, \"group\": [4671.0, 917.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAAGTGCG\", \"ini\": 4467, \"clust\": 4417, \"rank\": 2900, \"rankvar\": 611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 479, \"group\": [4418.0, 820.0, 136.0, 34.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCGTAGATTAG\", \"ini\": 4466, \"clust\": 2481, \"rank\": 2688, \"rankvar\": 4117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 480, \"group\": [2481.0, 454.0, 80.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCGTACGGC\", \"ini\": 4465, \"clust\": 122, \"rank\": 1978, \"rankvar\": 4340, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4356, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2839, \"group\": [122.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCACGGTGTC\", \"ini\": 4464, \"clust\": 4578, \"rank\": 2411, \"rankvar\": 829, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 481, \"group\": [4578.0, 885.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCTATCCTA\", \"ini\": 4463, \"clust\": 2122, \"rank\": 2624, \"rankvar\": 460, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 482, \"group\": [2123.0, 313.0, 49.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCACTGGGC\", \"ini\": 4462, \"clust\": 4419, \"rank\": 2839, \"rankvar\": 363, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 483, \"group\": [4420.0, 822.0, 136.0, 34.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTATGAAAC\", \"ini\": 4461, \"clust\": 1650, \"rank\": 2249, \"rankvar\": 565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 484, \"group\": [2119.0, 310.0, 48.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCTTGGTC\", \"ini\": 4460, \"clust\": 4572, \"rank\": 2195, \"rankvar\": 689, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4361, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2500, \"group\": [4577.0, 884.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCACGTTGGC\", \"ini\": 4459, \"clust\": 4645, \"rank\": 2626, \"rankvar\": 3235, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4362, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2501, \"group\": [4644.0, 910.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCCCTTA\", \"ini\": 4458, \"clust\": 1492, \"rank\": 2458, \"rankvar\": 773, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4363, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2840, \"group\": [1492.0, 181.0, 27.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGACAAAGG\", \"ini\": 4457, \"clust\": 4608, \"rank\": 2145, \"rankvar\": 1803, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4364, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2099, \"group\": [4608.0, 898.0, 158.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACTGCCAG\", \"ini\": 4456, \"clust\": 2274, \"rank\": 3121, \"rankvar\": 2514, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2502, \"group\": [2274.0, 370.0, 58.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGCGTGAGT\", \"ini\": 4455, \"clust\": 2432, \"rank\": 2516, \"rankvar\": 4614, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4366, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5068, \"group\": [2432.0, 427.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCGCGGATC\", \"ini\": 4454, \"clust\": 4655, \"rank\": 2356, \"rankvar\": 3912, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2503, \"group\": [4663.0, 915.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGGTGCAGACA\", \"ini\": 4453, \"clust\": 4656, \"rank\": 2727, \"rankvar\": 3985, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4368, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2504, \"group\": [4658.0, 914.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTAAGGGC\", \"ini\": 4452, \"clust\": 4574, \"rank\": 1957, \"rankvar\": 2392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4369, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2100, \"group\": [4572.0, 883.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGCGTTCCG\", \"ini\": 4451, \"clust\": 2964, \"rank\": 2491, \"rankvar\": 325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4370, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 485, \"group\": [2965.0, 611.0, 108.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCATGAAC\", \"ini\": 4450, \"clust\": 4236, \"rank\": 2923, \"rankvar\": 769, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4371, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 486, \"group\": [4237.0, 754.0, 123.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGCACTTCGAA\", \"ini\": 4449, \"clust\": 2285, \"rank\": 2412, \"rankvar\": 1885, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4372, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4469, \"group\": [2286.0, 377.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGGCATCG\", \"ini\": 4448, \"clust\": 5164, \"rank\": 2676, \"rankvar\": 3973, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4373, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2505, \"group\": [5164.0, 1086.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCTCCAACC\", \"ini\": 4447, \"clust\": 4727, \"rank\": 2228, \"rankvar\": 3446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2506, \"group\": [4727.0, 932.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGGGATCTG\", \"ini\": 4446, \"clust\": 4670, \"rank\": 2385, \"rankvar\": 1905, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4375, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2507, \"group\": [4668.0, 917.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGGCTCAC\", \"ini\": 4445, \"clust\": 35, \"rank\": 2632, \"rankvar\": 2228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4376, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 487, \"group\": [96.0, 13.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACAGTTAACC\", \"ini\": 4444, \"clust\": 5130, \"rank\": 2755, \"rankvar\": 3113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4377, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2508, \"group\": [5129.0, 1070.0, 187.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCAGGCGAA\", \"ini\": 4443, \"clust\": 4442, \"rank\": 2637, \"rankvar\": 1, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 488, \"group\": [4442.0, 842.0, 145.0, 36.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCACAACGCC\", \"ini\": 4442, \"clust\": 2430, \"rank\": 2575, \"rankvar\": 4948, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4379, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5069, \"group\": [2430.0, 427.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGCAGTTT\", \"ini\": 4441, \"clust\": 5106, \"rank\": 2473, \"rankvar\": 2759, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4380, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2509, \"group\": [5107.0, 1061.0, 187.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCACTCCTG\", \"ini\": 4440, \"clust\": 2434, \"rank\": 2673, \"rankvar\": 4913, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4381, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5070, \"group\": [2433.0, 427.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGAAGGCCT\", \"ini\": 4439, \"clust\": 2382, \"rank\": 2406, \"rankvar\": 4169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4382, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5071, \"group\": [2382.0, 417.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCAGGCAAG\", \"ini\": 4438, \"clust\": 4570, \"rank\": 2359, \"rankvar\": 3851, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4383, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2101, \"group\": [4567.0, 881.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGTTGCAGG\", \"ini\": 4437, \"clust\": 4575, \"rank\": 1644, \"rankvar\": 3941, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4384, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2102, \"group\": [4573.0, 883.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGAAAGA\", \"ini\": 4436, \"clust\": 1517, \"rank\": 1591, \"rankvar\": 4557, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4385, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2841, \"group\": [1516.0, 191.0, 29.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCAGATGTAAC\", \"ini\": 4435, \"clust\": 2388, \"rank\": 2408, \"rankvar\": 4010, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4386, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5072, \"group\": [2388.0, 419.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCGGATCA\", \"ini\": 4434, \"clust\": 4639, \"rank\": 2800, \"rankvar\": 1965, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4387, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2510, \"group\": [4637.0, 909.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCACATTCGA\", \"ini\": 4433, \"clust\": 4428, \"rank\": 2545, \"rankvar\": 292, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 489, \"group\": [4430.0, 831.0, 140.0, 35.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTAAAGTCA\", \"ini\": 4432, \"clust\": 4666, \"rank\": 2569, \"rankvar\": 3711, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4389, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2511, \"group\": [4665.0, 916.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCATCGGC\", \"ini\": 4431, \"clust\": 4622, \"rank\": 2413, \"rankvar\": 4008, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4390, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2512, \"group\": [4622.0, 905.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACCCATTC\", \"ini\": 4430, \"clust\": 4580, \"rank\": 2252, \"rankvar\": 1557, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4391, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2103, \"group\": [4580.0, 887.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGCTGAACG\", \"ini\": 4429, \"clust\": 4662, \"rank\": 2566, \"rankvar\": 2148, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4392, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2513, \"group\": [4661.0, 914.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCGACAGCC\", \"ini\": 4428, \"clust\": 4889, \"rank\": 3002, \"rankvar\": 1371, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 490, \"group\": [4888.0, 952.0, 164.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTCAGACT\", \"ini\": 4427, \"clust\": 4704, \"rank\": 2174, \"rankvar\": 2322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4394, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2514, \"group\": [4703.0, 926.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTGGTCTCG\", \"ini\": 4426, \"clust\": 2376, \"rank\": 2454, \"rankvar\": 3683, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4395, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5073, \"group\": [2376.0, 417.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTATCGCC\", \"ini\": 4425, \"clust\": 4685, \"rank\": 2594, \"rankvar\": 1625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4396, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2104, \"group\": [4684.0, 922.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGATGAGAG\", \"ini\": 4424, \"clust\": 2369, \"rank\": 2790, \"rankvar\": 4627, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4397, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5074, \"group\": [2370.0, 416.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAACCAC\", \"ini\": 4423, \"clust\": 5103, \"rank\": 2683, \"rankvar\": 1670, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4398, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2515, \"group\": [5104.0, 1060.0, 186.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTTCGATC\", \"ini\": 4422, \"clust\": 4660, \"rank\": 2574, \"rankvar\": 2643, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4399, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2516, \"group\": [4659.0, 914.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCTAAGAT\", \"ini\": 4421, \"clust\": 4573, \"rank\": 2358, \"rankvar\": 1533, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 491, \"group\": [4576.0, 883.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTAGCAAAT\", \"ini\": 4420, \"clust\": 5114, \"rank\": 2405, \"rankvar\": 3786, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4401, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2517, \"group\": [5113.0, 1063.0, 187.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGATGTCT\", \"ini\": 4419, \"clust\": 4696, \"rank\": 2562, \"rankvar\": 2877, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4402, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2518, \"group\": [4696.0, 924.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGTAC\", \"ini\": 4418, \"clust\": 4890, \"rank\": 2903, \"rankvar\": 826, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4403, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 492, \"group\": [4889.0, 952.0, 164.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGTTGTC\", \"ini\": 4417, \"clust\": 4581, \"rank\": 2292, \"rankvar\": 1748, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4404, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2105, \"group\": [4581.0, 887.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGAGAGCTC\", \"ini\": 4416, \"clust\": 2326, \"rank\": 2196, \"rankvar\": 933, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4405, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4470, \"group\": [2330.0, 398.0, 63.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAGCTCCGA\", \"ini\": 4415, \"clust\": 4702, \"rank\": 2384, \"rankvar\": 1256, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4406, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2519, \"group\": [4704.0, 926.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTGCGTGA\", \"ini\": 4414, \"clust\": 4618, \"rank\": 2608, \"rankvar\": 2049, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4407, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2520, \"group\": [4620.0, 904.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAAGAAGC\", \"ini\": 4413, \"clust\": 2823, \"rank\": 2373, \"rankvar\": 242, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 493, \"group\": [2826.0, 572.0, 106.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGCGTTTAC\", \"ini\": 4412, \"clust\": 2496, \"rank\": 3193, \"rankvar\": 4325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4409, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 23, \"group\": [2494.0, 459.0, 81.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTAATCACC\", \"ini\": 4411, \"clust\": 2695, \"rank\": 2590, \"rankvar\": 583, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 494, \"group\": [2696.0, 496.0, 93.0, 25.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCGGAAATA\", \"ini\": 4410, \"clust\": 5111, \"rank\": 2446, \"rankvar\": 2327, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2521, \"group\": [5115.0, 1063.0, 187.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTCAGAG\", \"ini\": 4409, \"clust\": 4678, \"rank\": 2173, \"rankvar\": 1816, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2522, \"group\": [4678.0, 921.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGTAGCGGT\", \"ini\": 4408, \"clust\": 2449, \"rank\": 2922, \"rankvar\": 4436, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4413, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5075, \"group\": [2452.0, 430.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGTCTCCTATA\", \"ini\": 4407, \"clust\": 4675, \"rank\": 2231, \"rankvar\": 3086, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4414, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2523, \"group\": [4674.0, 919.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGTATCTG\", \"ini\": 4406, \"clust\": 2387, \"rank\": 2341, \"rankvar\": 4501, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4415, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5076, \"group\": [2389.0, 419.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTGATCGG\", \"ini\": 4405, \"clust\": 5104, \"rank\": 3029, \"rankvar\": 2732, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4416, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2524, \"group\": [5105.0, 1060.0, 186.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTAGGGACT\", \"ini\": 4404, \"clust\": 4587, \"rank\": 2364, \"rankvar\": 3559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4417, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2106, \"group\": [4586.0, 889.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCTCTAACTGG\", \"ini\": 4403, \"clust\": 5123, \"rank\": 2515, \"rankvar\": 3510, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4418, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2525, \"group\": [5123.0, 1069.0, 187.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTAGTTTCCTT\", \"ini\": 4402, \"clust\": 2416, \"rank\": 2628, \"rankvar\": 4639, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4419, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5077, \"group\": [2415.0, 426.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCAAG\", \"ini\": 4401, \"clust\": 4571, \"rank\": 2520, \"rankvar\": 2038, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4420, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2107, \"group\": [4568.0, 881.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGACTCGC\", \"ini\": 4400, \"clust\": 4960, \"rank\": 2209, \"rankvar\": 2323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4421, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2526, \"group\": [4963.0, 991.0, 173.0, 42.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAAGCCCAC\", \"ini\": 4399, \"clust\": 1524, \"rank\": 2016, \"rankvar\": 4889, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4422, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2842, \"group\": [1524.0, 192.0, 29.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCAATCCGAT\", \"ini\": 4398, \"clust\": 2486, \"rank\": 2850, \"rankvar\": 4301, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4423, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2527, \"group\": [2493.0, 458.0, 80.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCGGATCC\", \"ini\": 4397, \"clust\": 75, \"rank\": 3179, \"rankvar\": 5119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4424, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5180, \"group\": [74.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCCTTGTG\", \"ini\": 4396, \"clust\": 2548, \"rank\": 2949, \"rankvar\": 4818, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4425, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 24, \"group\": [2550.0, 475.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAGTGAAT\", \"ini\": 4395, \"clust\": 79, \"rank\": 3316, \"rankvar\": 5181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4426, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5181, \"group\": [76.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCAATGGAGC\", \"ini\": 4394, \"clust\": 5173, \"rank\": 2746, \"rankvar\": 3381, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4427, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2528, \"group\": [5172.0, 1088.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGTGTTAA\", \"ini\": 4393, \"clust\": 82, \"rank\": 3190, \"rankvar\": 5047, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4428, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5182, \"group\": [81.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTTATTCTC\", \"ini\": 4392, \"clust\": 2979, \"rank\": 2417, \"rankvar\": 1166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 495, \"group\": [2980.0, 617.0, 108.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCCGAATT\", \"ini\": 4391, \"clust\": 4435, \"rank\": 2490, \"rankvar\": 932, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 496, \"group\": [4440.0, 840.0, 144.0, 36.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTACCAGTT\", \"ini\": 4390, \"clust\": 2433, \"rank\": 2893, \"rankvar\": 4747, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4431, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5078, \"group\": [2435.0, 427.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCGTCACGG\", \"ini\": 4389, \"clust\": 2980, \"rank\": 2089, \"rankvar\": 427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 497, \"group\": [2981.0, 618.0, 108.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAAGCCGATTT\", \"ini\": 4388, \"clust\": 1533, \"rank\": 2522, \"rankvar\": 2214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4433, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2843, \"group\": [1537.0, 201.0, 31.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGGTGATTA\", \"ini\": 4387, \"clust\": 4879, \"rank\": 3245, \"rankvar\": 2810, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4471, \"group\": [4884.0, 949.0, 162.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAATGGATA\", \"ini\": 4386, \"clust\": 5165, \"rank\": 3065, \"rankvar\": 1421, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4435, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2529, \"group\": [5165.0, 1086.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACACAGCCCA\", \"ini\": 4385, \"clust\": 4885, \"rank\": 3210, \"rankvar\": 2182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4436, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4322, \"group\": [4885.0, 950.0, 163.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGGATGGG\", \"ini\": 4384, \"clust\": 2490, \"rank\": 3192, \"rankvar\": 4477, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4437, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2530, \"group\": [2488.0, 456.0, 80.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAGGAACGT\", \"ini\": 4383, \"clust\": 4680, \"rank\": 2788, \"rankvar\": 1806, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4438, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2108, \"group\": [4680.0, 921.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGCCATCGC\", \"ini\": 4382, \"clust\": 4952, \"rank\": 2823, \"rankvar\": 872, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4439, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4472, \"group\": [4953.0, 983.0, 171.0, 42.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTCCGTCAG\", \"ini\": 4381, \"clust\": 4949, \"rank\": 3060, \"rankvar\": 717, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4440, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4473, \"group\": [4952.0, 982.0, 171.0, 42.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACAGGGATTG\", \"ini\": 4380, \"clust\": 89, \"rank\": 3278, \"rankvar\": 5210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4441, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5183, \"group\": [85.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTATCGCAT\", \"ini\": 4379, \"clust\": 2120, \"rank\": 2059, \"rankvar\": 4098, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 498, \"group\": [2121.0, 311.0, 49.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCACTAGTAC\", \"ini\": 4378, \"clust\": 4579, \"rank\": 2462, \"rankvar\": 3346, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4443, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2109, \"group\": [4579.0, 886.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCTTAGAGC\", \"ini\": 4377, \"clust\": 1641, \"rank\": 2597, \"rankvar\": 2414, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4474, \"group\": [1642.0, 235.0, 40.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCATGGAATA\", \"ini\": 4376, \"clust\": 4559, \"rank\": 2513, \"rankvar\": 3358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4445, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2110, \"group\": [4560.0, 876.0, 154.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGGATGCGT\", \"ini\": 4375, \"clust\": 4588, \"rank\": 2634, \"rankvar\": 2695, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4446, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2111, \"group\": [4587.0, 889.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTCGATAA\", \"ini\": 4374, \"clust\": 5125, \"rank\": 2616, \"rankvar\": 4346, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4447, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2531, \"group\": [5127.0, 1070.0, 187.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGATATGGT\", \"ini\": 4373, \"clust\": 4586, \"rank\": 2593, \"rankvar\": 4123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4448, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2112, \"group\": [4588.0, 889.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACCAACCG\", \"ini\": 4372, \"clust\": 4615, \"rank\": 3084, \"rankvar\": 3350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4449, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2532, \"group\": [4617.0, 903.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCGATCCCT\", \"ini\": 4371, \"clust\": 4561, \"rank\": 2579, \"rankvar\": 1742, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4450, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2113, \"group\": [4559.0, 875.0, 154.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTTAACGA\", \"ini\": 4370, \"clust\": 2692, \"rank\": 2743, \"rankvar\": 2421, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4451, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 499, \"group\": [2693.0, 493.0, 92.0, 24.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTCTAGGTT\", \"ini\": 4369, \"clust\": 4950, \"rank\": 3059, \"rankvar\": 797, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4452, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4475, \"group\": [4950.0, 982.0, 171.0, 42.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCATTGCGA\", \"ini\": 4368, \"clust\": 5086, \"rank\": 2776, \"rankvar\": 2166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 500, \"group\": [5089.0, 1050.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAAGCGAGT\", \"ini\": 4367, \"clust\": 2435, \"rank\": 3028, \"rankvar\": 4973, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4454, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5079, \"group\": [2434.0, 427.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCGTCAAA\", \"ini\": 4366, \"clust\": 2454, \"rank\": 2802, \"rankvar\": 85, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4455, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 501, \"group\": [2455.0, 433.0, 72.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGTTGGC\", \"ini\": 4365, \"clust\": 4242, \"rank\": 2729, \"rankvar\": 336, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 502, \"group\": [4245.0, 759.0, 125.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGTCACAGTAC\", \"ini\": 4364, \"clust\": 87, \"rank\": 3283, \"rankvar\": 5104, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4457, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5184, \"group\": [86.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCAACCAAC\", \"ini\": 4363, \"clust\": 4437, \"rank\": 3056, \"rankvar\": 612, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 503, \"group\": [4437.0, 837.0, 144.0, 36.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTGTTGTTTGG\", \"ini\": 4362, \"clust\": 5119, \"rank\": 2858, \"rankvar\": 3354, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4459, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2533, \"group\": [5131.0, 1071.0, 187.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCTCACCT\", \"ini\": 4361, \"clust\": 2392, \"rank\": 2768, \"rankvar\": 4374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4460, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5080, \"group\": [2390.0, 420.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCATTGCGGC\", \"ini\": 4360, \"clust\": 5102, \"rank\": 3165, \"rankvar\": 4071, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4461, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4476, \"group\": [5103.0, 1059.0, 186.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCGGCGCTA\", \"ini\": 4359, \"clust\": 4398, \"rank\": 2664, \"rankvar\": 161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 504, \"group\": [4399.0, 803.0, 130.0, 31.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCCGCATAA\", \"ini\": 4358, \"clust\": 4434, \"rank\": 2775, \"rankvar\": 2405, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 505, \"group\": [4435.0, 836.0, 143.0, 36.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCTCCCTGA\", \"ini\": 4357, \"clust\": 3025, \"rank\": 2215, \"rankvar\": 3739, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4464, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2114, \"group\": [3026.0, 647.0, 117.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAAACGAG\", \"ini\": 4356, \"clust\": 2360, \"rank\": 2983, \"rankvar\": 2026, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4465, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4477, \"group\": [2360.0, 412.0, 67.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAAGGCACATG\", \"ini\": 4355, \"clust\": 2374, \"rank\": 2698, \"rankvar\": 4539, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4466, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5081, \"group\": [2374.0, 416.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCATAACCG\", \"ini\": 4354, \"clust\": 5166, \"rank\": 2884, \"rankvar\": 2766, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4467, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2534, \"group\": [5167.0, 1087.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACACATTTCT\", \"ini\": 4353, \"clust\": 4640, \"rank\": 2925, \"rankvar\": 2310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4468, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2535, \"group\": [4638.0, 909.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGTGAAAT\", \"ini\": 4352, \"clust\": 4884, \"rank\": 3230, \"rankvar\": 517, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 506, \"group\": [4887.0, 951.0, 163.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCATCCTAGA\", \"ini\": 4351, \"clust\": 5222, \"rank\": 2931, \"rankvar\": 2136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4470, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2536, \"group\": [5222.0, 1108.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCTTCGGTC\", \"ini\": 4350, \"clust\": 2551, \"rank\": 3334, \"rankvar\": 4617, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4471, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 25, \"group\": [2546.0, 473.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTCAAGGC\", \"ini\": 4349, \"clust\": 4582, \"rank\": 2700, \"rankvar\": 1977, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4472, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2115, \"group\": [4582.0, 888.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTCTAAACC\", \"ini\": 4348, \"clust\": 5230, \"rank\": 3068, \"rankvar\": 1347, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4473, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2537, \"group\": [5229.0, 1108.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTTACCGAT\", \"ini\": 4347, \"clust\": 4612, \"rank\": 2652, \"rankvar\": 2439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4474, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2538, \"group\": [4612.0, 900.0, 159.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATTGCCC\", \"ini\": 4346, \"clust\": 2368, \"rank\": 3174, \"rankvar\": 4824, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4475, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5082, \"group\": [2371.0, 416.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGGGTCGAT\", \"ini\": 4345, \"clust\": 2427, \"rank\": 2899, \"rankvar\": 5135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4476, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5083, \"group\": [2427.0, 427.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAGGTTTCA\", \"ini\": 4344, \"clust\": 5148, \"rank\": 2613, \"rankvar\": 3111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4477, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2539, \"group\": [5149.0, 1079.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAAAGTAG\", \"ini\": 4343, \"clust\": 4638, \"rank\": 2841, \"rankvar\": 1968, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4478, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2540, \"group\": [4639.0, 909.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCCAGAGGA\", \"ini\": 4342, \"clust\": 2366, \"rank\": 2988, \"rankvar\": 4646, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4479, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5084, \"group\": [2365.0, 416.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCAGATAAG\", \"ini\": 4341, \"clust\": 2696, \"rank\": 3109, \"rankvar\": 213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4480, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 507, \"group\": [2697.0, 497.0, 94.0, 25.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCTGCTGTC\", \"ini\": 4340, \"clust\": 2428, \"rank\": 2935, \"rankvar\": 5009, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4481, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5085, \"group\": [2428.0, 427.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATTACCTT\", \"ini\": 4339, \"clust\": 4663, \"rank\": 2653, \"rankvar\": 2788, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4482, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2541, \"group\": [4662.0, 914.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTACGACG\", \"ini\": 4338, \"clust\": 5182, \"rank\": 3025, \"rankvar\": 2868, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4483, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2542, \"group\": [5183.0, 1092.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCACAGTATAAG\", \"ini\": 4337, \"clust\": 4402, \"rank\": 2690, \"rankvar\": 1180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 508, \"group\": [4405.0, 808.0, 131.0, 32.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAACTTGAC\", \"ini\": 4336, \"clust\": 4401, \"rank\": 2889, \"rankvar\": 137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4485, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 509, \"group\": [4402.0, 805.0, 130.0, 31.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCGTTACAG\", \"ini\": 4335, \"clust\": 1501, \"rank\": 1954, \"rankvar\": 2595, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4486, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2844, \"group\": [1504.0, 187.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTATCCTA\", \"ini\": 4334, \"clust\": 2372, \"rank\": 2891, \"rankvar\": 4077, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4487, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5086, \"group\": [2372.0, 416.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGGCTAGGT\", \"ini\": 4333, \"clust\": 77, \"rank\": 3562, \"rankvar\": 5150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4488, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5185, \"group\": [79.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCCTAGGGC\", \"ini\": 4332, \"clust\": 5073, \"rank\": 2692, \"rankvar\": 4242, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4489, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2116, \"group\": [5072.0, 1042.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCCAGTTA\", \"ini\": 4331, \"clust\": 4568, \"rank\": 2756, \"rankvar\": 4124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4490, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2117, \"group\": [4570.0, 881.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGAAGGTGA\", \"ini\": 4330, \"clust\": 1499, \"rank\": 2090, \"rankvar\": 4526, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4491, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2845, \"group\": [1498.0, 185.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGCAACT\", \"ini\": 4329, \"clust\": 4567, \"rank\": 3080, \"rankvar\": 2899, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4492, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2118, \"group\": [4571.0, 882.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCAAATCCGT\", \"ini\": 4328, \"clust\": 4563, \"rank\": 2916, \"rankvar\": 1114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4493, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 510, \"group\": [4563.0, 878.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCACCCAGTG\", \"ini\": 4327, \"clust\": 4882, \"rank\": 3414, \"rankvar\": 3659, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4494, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5132, \"group\": [4882.0, 947.0, 162.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACACGCATCG\", \"ini\": 4326, \"clust\": 5157, \"rank\": 2678, \"rankvar\": 2707, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4495, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2543, \"group\": [5157.0, 1084.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTGGGTATG\", \"ini\": 4325, \"clust\": 2455, \"rank\": 2804, \"rankvar\": 1404, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 511, \"group\": [2464.0, 441.0, 75.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGTTGGC\", \"ini\": 4324, \"clust\": 5126, \"rank\": 2734, \"rankvar\": 2892, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4497, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2544, \"group\": [5125.0, 1070.0, 187.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCATTTCACT\", \"ini\": 4323, \"clust\": 4953, \"rank\": 3247, \"rankvar\": 1342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4478, \"group\": [4954.0, 984.0, 171.0, 42.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGTCAATAG\", \"ini\": 4322, \"clust\": 2498, \"rank\": 3395, \"rankvar\": 3150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4499, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 26, \"group\": [2496.0, 459.0, 81.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGCGATATA\", \"ini\": 4321, \"clust\": 4429, \"rank\": 2866, \"rankvar\": 111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 512, \"group\": [4428.0, 829.0, 139.0, 35.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTGTTTGGT\", \"ini\": 4320, \"clust\": 4872, \"rank\": 3143, \"rankvar\": 939, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4501, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4479, \"group\": [4879.0, 945.0, 162.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCCCGACA\", \"ini\": 4319, \"clust\": 4418, \"rank\": 3252, \"rankvar\": 536, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 513, \"group\": [4419.0, 821.0, 136.0, 34.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGCTAGGT\", \"ini\": 4318, \"clust\": 142, \"rank\": 2852, \"rankvar\": 4884, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4503, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2846, \"group\": [144.0, 33.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTCACAAGG\", \"ini\": 4317, \"clust\": 4958, \"rank\": 2930, \"rankvar\": 2792, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4504, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2545, \"group\": [4959.0, 989.0, 173.0, 42.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCGAATGGG\", \"ini\": 4316, \"clust\": 1642, \"rank\": 2837, \"rankvar\": 1485, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4505, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4480, \"group\": [1643.0, 236.0, 40.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCAAGGTAA\", \"ini\": 4315, \"clust\": 4405, \"rank\": 2863, \"rankvar\": 2022, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4506, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 514, \"group\": [4406.0, 809.0, 132.0, 32.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCGCCTCA\", \"ini\": 4314, \"clust\": 102, \"rank\": 2682, \"rankvar\": 3492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 515, \"group\": [105.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGAAAGTGG\", \"ini\": 4313, \"clust\": 5084, \"rank\": 2709, \"rankvar\": 2039, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4508, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2119, \"group\": [5085.0, 1048.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGGTCGTC\", \"ini\": 4312, \"clust\": 4881, \"rank\": 3344, \"rankvar\": 2043, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4509, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 516, \"group\": [4881.0, 946.0, 162.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACATTCTTAC\", \"ini\": 4311, \"clust\": 2425, \"rank\": 2972, \"rankvar\": 5065, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4510, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5087, \"group\": [2425.0, 427.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTATCTGCA\", \"ini\": 4310, \"clust\": 5112, \"rank\": 2586, \"rankvar\": 2539, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4511, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2546, \"group\": [5114.0, 1063.0, 187.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCACCGAATT\", \"ini\": 4309, \"clust\": 2447, \"rank\": 3199, \"rankvar\": 5037, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4512, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5088, \"group\": [2446.0, 428.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCAAGTTAAG\", \"ini\": 4308, \"clust\": 2352, \"rank\": 3268, \"rankvar\": 4135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4513, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5089, \"group\": [2353.0, 406.0, 65.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCAGCTATTG\", \"ini\": 4307, \"clust\": 78, \"rank\": 3489, \"rankvar\": 5041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4514, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5186, \"group\": [78.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCCTCAATT\", \"ini\": 4306, \"clust\": 5176, \"rank\": 3122, \"rankvar\": 3283, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4515, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2547, \"group\": [5177.0, 1091.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCTATCCCG\", \"ini\": 4305, \"clust\": 4931, \"rank\": 3228, \"rankvar\": 3557, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4516, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 517, \"group\": [4932.0, 969.0, 167.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTCATATGC\", \"ini\": 4304, \"clust\": 1500, \"rank\": 2056, \"rankvar\": 4361, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4517, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2847, \"group\": [1499.0, 185.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCCAAGTA\", \"ini\": 4303, \"clust\": 4462, \"rank\": 2012, \"rankvar\": 2970, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4518, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2548, \"group\": [4461.0, 859.0, 152.0, 38.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCCATGCTC\", \"ini\": 4302, \"clust\": 5145, \"rank\": 2939, \"rankvar\": 2908, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4519, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2549, \"group\": [5146.0, 1079.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACGCCAGT\", \"ini\": 4301, \"clust\": 2442, \"rank\": 3279, \"rankvar\": 5098, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4520, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5090, \"group\": [2440.0, 428.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGCTAAACA\", \"ini\": 4300, \"clust\": 2445, \"rank\": 3146, \"rankvar\": 4549, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4521, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5091, \"group\": [2444.0, 428.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGCAGCGTA\", \"ini\": 4299, \"clust\": 2393, \"rank\": 2719, \"rankvar\": 4456, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4522, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5092, \"group\": [2391.0, 420.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCACCTCGGA\", \"ini\": 4298, \"clust\": 5151, \"rank\": 3049, \"rankvar\": 3164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4523, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2120, \"group\": [5154.0, 1082.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTGGTCCC\", \"ini\": 4297, \"clust\": 2691, \"rank\": 2957, \"rankvar\": 3757, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 518, \"group\": [2692.0, 492.0, 92.0, 24.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGAACAATC\", \"ini\": 4296, \"clust\": 5152, \"rank\": 3000, \"rankvar\": 2691, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4525, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2550, \"group\": [5152.0, 1081.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCTACGAGT\", \"ini\": 4295, \"clust\": 4237, \"rank\": 3202, \"rankvar\": 526, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 519, \"group\": [4238.0, 755.0, 123.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTTTCCTT\", \"ini\": 4294, \"clust\": 5141, \"rank\": 2625, \"rankvar\": 4212, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4527, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2551, \"group\": [5141.0, 1076.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTACCTACA\", \"ini\": 4293, \"clust\": 5231, \"rank\": 3184, \"rankvar\": 2983, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4528, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2552, \"group\": [5230.0, 1108.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTCCTCCT\", \"ini\": 4292, \"clust\": 2755, \"rank\": 3045, \"rankvar\": 788, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 520, \"group\": [2762.0, 538.0, 103.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTACCTGC\", \"ini\": 4291, \"clust\": 5218, \"rank\": 3224, \"rankvar\": 1798, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4530, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2553, \"group\": [5219.0, 1107.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACCAGTTA\", \"ini\": 4290, \"clust\": 2444, \"rank\": 3281, \"rankvar\": 4958, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4531, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5093, \"group\": [2448.0, 428.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCATC\", \"ini\": 4289, \"clust\": 4399, \"rank\": 2771, \"rankvar\": 429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 521, \"group\": [4400.0, 803.0, 130.0, 31.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTTCCCT\", \"ini\": 4288, \"clust\": 4440, \"rank\": 2973, \"rankvar\": 892, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4533, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 522, \"group\": [4443.0, 843.0, 146.0, 36.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCCGT\", \"ini\": 4287, \"clust\": 81, \"rank\": 3621, \"rankvar\": 5202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4534, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5187, \"group\": [83.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAGACGTG\", \"ini\": 4286, \"clust\": 5183, \"rank\": 3409, \"rankvar\": 3904, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4535, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2554, \"group\": [5184.0, 1092.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCAATCCGAT\", \"ini\": 4285, \"clust\": 2446, \"rank\": 3112, \"rankvar\": 4725, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4536, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5094, \"group\": [2445.0, 428.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTATTCTC\", \"ini\": 4284, \"clust\": 2700, \"rank\": 3095, \"rankvar\": 2053, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 523, \"group\": [2704.0, 503.0, 95.0, 25.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTGTGACCC\", \"ini\": 4283, \"clust\": 5127, \"rank\": 2961, \"rankvar\": 3398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4538, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2555, \"group\": [5126.0, 1070.0, 187.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCATAACCG\", \"ini\": 4282, \"clust\": 5168, \"rank\": 2911, \"rankvar\": 2545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4539, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2556, \"group\": [5169.0, 1088.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTTCGAACGGA\", \"ini\": 4281, \"clust\": 2451, \"rank\": 3337, \"rankvar\": 4238, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4540, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5095, \"group\": [2449.0, 429.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTAGTTTGCGT\", \"ini\": 4280, \"clust\": 4589, \"rank\": 3099, \"rankvar\": 3594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4541, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2121, \"group\": [4591.0, 889.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCATAA\", \"ini\": 4279, \"clust\": 5180, \"rank\": 3156, \"rankvar\": 3165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4542, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2557, \"group\": [5181.0, 1092.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGAAGAAGC\", \"ini\": 4278, \"clust\": 5199, \"rank\": 3136, \"rankvar\": 841, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2558, \"group\": [5200.0, 1100.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCTGGAGA\", \"ini\": 4277, \"clust\": 5131, \"rank\": 2827, \"rankvar\": 2879, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4544, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2559, \"group\": [5134.0, 1073.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTAGGCTGA\", \"ini\": 4276, \"clust\": 68, \"rank\": 3317, \"rankvar\": 4467, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4545, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5188, \"group\": [68.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGTGCCAGA\", \"ini\": 4275, \"clust\": 2479, \"rank\": 3306, \"rankvar\": 4170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4546, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2122, \"group\": [2477.0, 451.0, 79.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCCAGG\", \"ini\": 4274, \"clust\": 17, \"rank\": 3290, \"rankvar\": 4887, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4547, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5189, \"group\": [16.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTACTGAC\", \"ini\": 4273, \"clust\": 69, \"rank\": 3376, \"rankvar\": 4849, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4548, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5190, \"group\": [69.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCATATACCG\", \"ini\": 4272, \"clust\": 4407, \"rank\": 3027, \"rankvar\": 584, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 524, \"group\": [4410.0, 813.0, 133.0, 32.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCATACCATG\", \"ini\": 4271, \"clust\": 5071, \"rank\": 2805, \"rankvar\": 1925, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 525, \"group\": [5075.0, 1043.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCAATCCGAT\", \"ini\": 4270, \"clust\": 91, \"rank\": 3480, \"rankvar\": 4295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4551, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5191, \"group\": [94.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGGGAAACA\", \"ini\": 4269, \"clust\": 5177, \"rank\": 3215, \"rankvar\": 2208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4552, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2560, \"group\": [5178.0, 1091.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGCGGTAA\", \"ini\": 4268, \"clust\": 2448, \"rank\": 3229, \"rankvar\": 4858, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4553, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5096, \"group\": [2447.0, 428.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGTCTCG\", \"ini\": 4267, \"clust\": 4875, \"rank\": 3663, \"rankvar\": 3153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4554, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4481, \"group\": [4876.0, 942.0, 162.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCCAACTA\", \"ini\": 4266, \"clust\": 4661, \"rank\": 2915, \"rankvar\": 1581, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4555, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2561, \"group\": [4660.0, 914.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTGACTACT\", \"ini\": 4265, \"clust\": 2693, \"rank\": 2876, \"rankvar\": 296, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4556, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 526, \"group\": [2694.0, 494.0, 92.0, 24.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAAGGAGCGTT\", \"ini\": 4264, \"clust\": 5163, \"rank\": 3185, \"rankvar\": 2387, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4557, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2562, \"group\": [5166.0, 1086.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAATCGGTT\", \"ini\": 4263, \"clust\": 2702, \"rank\": 3104, \"rankvar\": 446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 527, \"group\": [2701.0, 500.0, 95.0, 25.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAAGGCCT\", \"ini\": 4262, \"clust\": 73, \"rank\": 3345, \"rankvar\": 4814, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4559, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5192, \"group\": [73.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCGCGGATC\", \"ini\": 4261, \"clust\": 4427, \"rank\": 3140, \"rankvar\": 533, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 528, \"group\": [4431.0, 832.0, 141.0, 35.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCAACCATG\", \"ini\": 4260, \"clust\": 4956, \"rank\": 2944, \"rankvar\": 2020, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4561, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4482, \"group\": [4957.0, 987.0, 173.0, 42.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGTTAACGA\", \"ini\": 4259, \"clust\": 1716, \"rank\": 2886, \"rankvar\": 3533, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4562, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4483, \"group\": [1718.0, 268.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCCAAGTA\", \"ini\": 4258, \"clust\": 83, \"rank\": 3579, \"rankvar\": 5084, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4563, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5193, \"group\": [82.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATACTG\", \"ini\": 4257, \"clust\": 2462, \"rank\": 3055, \"rankvar\": 4293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4564, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5097, \"group\": [2462.0, 439.0, 74.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTCCAGTGC\", \"ini\": 4256, \"clust\": 2375, \"rank\": 3022, \"rankvar\": 3974, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4565, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5098, \"group\": [2375.0, 416.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAAGAGGA\", \"ini\": 4255, \"clust\": 2423, \"rank\": 3256, \"rankvar\": 4720, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4566, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5099, \"group\": [2423.0, 427.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGCGTC\", \"ini\": 4254, \"clust\": 4457, \"rank\": 2979, \"rankvar\": 1041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4567, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2563, \"group\": [4458.0, 856.0, 151.0, 38.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCCTATGTT\", \"ini\": 4253, \"clust\": 5181, \"rank\": 3297, \"rankvar\": 3578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4568, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2564, \"group\": [5182.0, 1092.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCTTGAGAC\", \"ini\": 4252, \"clust\": 2699, \"rank\": 3305, \"rankvar\": 2570, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 529, \"group\": [2700.0, 499.0, 95.0, 25.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGATTGCT\", \"ini\": 4251, \"clust\": 86, \"rank\": 3660, \"rankvar\": 5143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4570, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5194, \"group\": [87.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGTCGTTTG\", \"ini\": 4250, \"clust\": 4396, \"rank\": 3050, \"rankvar\": 4563, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 530, \"group\": [4396.0, 801.0, 130.0, 31.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACCCTATC\", \"ini\": 4249, \"clust\": 4961, \"rank\": 2997, \"rankvar\": 3287, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4572, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2565, \"group\": [4961.0, 990.0, 173.0, 42.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTTTACAC\", \"ini\": 4248, \"clust\": 80, \"rank\": 3657, \"rankvar\": 5080, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4573, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5195, \"group\": [77.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAGATCCAT\", \"ini\": 4247, \"clust\": 5138, \"rank\": 3225, \"rankvar\": 3400, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4574, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2566, \"group\": [5137.0, 1075.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGGCTAGAC\", \"ini\": 4246, \"clust\": 4954, \"rank\": 3150, \"rankvar\": 907, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4575, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4484, \"group\": [4955.0, 985.0, 172.0, 42.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTAGGGAACGG\", \"ini\": 4245, \"clust\": 18, \"rank\": 3294, \"rankvar\": 4942, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4576, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5196, \"group\": [17.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGGACAA\", \"ini\": 4244, \"clust\": 5085, \"rank\": 2960, \"rankvar\": 2402, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4577, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2123, \"group\": [5086.0, 1048.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCTGTCCGT\", \"ini\": 4243, \"clust\": 5159, \"rank\": 3119, \"rankvar\": 590, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4578, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2567, \"group\": [5160.0, 1085.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCACTCCA\", \"ini\": 4242, \"clust\": 2426, \"rank\": 3265, \"rankvar\": 5062, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4579, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5100, \"group\": [2426.0, 427.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGAATGGG\", \"ini\": 4241, \"clust\": 5167, \"rank\": 3082, \"rankvar\": 1612, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4580, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2568, \"group\": [5168.0, 1087.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAATCCAAC\", \"ini\": 4240, \"clust\": 5171, \"rank\": 3374, \"rankvar\": 4330, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4581, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2569, \"group\": [5173.0, 1088.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTTGAACTC\", \"ini\": 4239, \"clust\": 4941, \"rank\": 3208, \"rankvar\": 2320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4582, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4485, \"group\": [4943.0, 977.0, 170.0, 42.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCTCTGCAAGT\", \"ini\": 4238, \"clust\": 2482, \"rank\": 3533, \"rankvar\": 4878, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4583, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 531, \"group\": [2482.0, 454.0, 80.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCAGAGCCAA\", \"ini\": 4237, \"clust\": 144, \"rank\": 3338, \"rankvar\": 4896, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4584, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2848, \"group\": [143.0, 33.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTTTGACAC\", \"ini\": 4236, \"clust\": 2550, \"rank\": 3886, \"rankvar\": 4894, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4585, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 27, \"group\": [2548.0, 473.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTTCTGAAC\", \"ini\": 4235, \"clust\": 1531, \"rank\": 3081, \"rankvar\": 2359, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4586, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2849, \"group\": [1532.0, 197.0, 30.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAAGAAGAG\", \"ini\": 4234, \"clust\": 1518, \"rank\": 2666, \"rankvar\": 4770, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4587, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2850, \"group\": [1517.0, 191.0, 29.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACACAACTGT\", \"ini\": 4233, \"clust\": 1529, \"rank\": 3031, \"rankvar\": 4326, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4588, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2851, \"group\": [1530.0, 196.0, 30.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCTCTGCTG\", \"ini\": 4232, \"clust\": 2373, \"rank\": 3227, \"rankvar\": 4409, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4589, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5101, \"group\": [2373.0, 416.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGGAACTGC\", \"ini\": 4231, \"clust\": 4886, \"rank\": 3358, \"rankvar\": 1682, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4590, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 532, \"group\": [4886.0, 950.0, 163.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGTAGTGCG\", \"ini\": 4230, \"clust\": 1530, \"rank\": 3008, \"rankvar\": 4690, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4591, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2852, \"group\": [1531.0, 196.0, 30.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGCAAG\", \"ini\": 4229, \"clust\": 4951, \"rank\": 3399, \"rankvar\": 1234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4592, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4486, \"group\": [4951.0, 982.0, 171.0, 42.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGGAAAGA\", \"ini\": 4228, \"clust\": 5216, \"rank\": 3348, \"rankvar\": 1672, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4593, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2570, \"group\": [5232.0, 1109.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAAGAAGAG\", \"ini\": 4227, \"clust\": 4397, \"rank\": 3172, \"rankvar\": 3532, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 533, \"group\": [4397.0, 801.0, 130.0, 31.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCTCAAGTG\", \"ini\": 4226, \"clust\": 5120, \"rank\": 3204, \"rankvar\": 2429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4595, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2571, \"group\": [5122.0, 1068.0, 187.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTCCCTACT\", \"ini\": 4225, \"clust\": 5134, \"rank\": 2941, \"rankvar\": 2248, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4596, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2572, \"group\": [5135.0, 1074.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCGTATT\", \"ini\": 4224, \"clust\": 1514, \"rank\": 3163, \"rankvar\": 4263, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4597, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2853, \"group\": [1514.0, 190.0, 29.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCAGTGTTG\", \"ini\": 4223, \"clust\": 4456, \"rank\": 2953, \"rankvar\": 3575, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4598, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2573, \"group\": [4459.0, 857.0, 151.0, 38.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGGCAGTCA\", \"ini\": 4222, \"clust\": 5229, \"rank\": 3360, \"rankvar\": 1436, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4599, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2574, \"group\": [5231.0, 1108.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTCGTTGA\", \"ini\": 4221, \"clust\": 2365, \"rank\": 3203, \"rankvar\": 4647, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4600, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5102, \"group\": [2367.0, 416.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTCGTGAT\", \"ini\": 4220, \"clust\": 1526, \"rank\": 3313, \"rankvar\": 3443, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4601, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2854, \"group\": [1529.0, 195.0, 30.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCGTTGCCT\", \"ini\": 4219, \"clust\": 4558, \"rank\": 3093, \"rankvar\": 3613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4602, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2124, \"group\": [4561.0, 877.0, 154.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACGCTC\", \"ini\": 4218, \"clust\": 2367, \"rank\": 3319, \"rankvar\": 3554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4603, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5103, \"group\": [2366.0, 416.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCATATGC\", \"ini\": 4217, \"clust\": 4940, \"rank\": 3197, \"rankvar\": 916, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4487, \"group\": [4944.0, 978.0, 170.0, 42.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACCATCCT\", \"ini\": 4216, \"clust\": 4430, \"rank\": 3400, \"rankvar\": 3813, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 534, \"group\": [4429.0, 830.0, 139.0, 35.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCACTCAGGC\", \"ini\": 4215, \"clust\": 5156, \"rank\": 3271, \"rankvar\": 4271, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2575, \"group\": [5159.0, 1084.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCACAACTGT\", \"ini\": 4214, \"clust\": 99, \"rank\": 2830, \"rankvar\": 3364, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4607, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 535, \"group\": [106.0, 17.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTCGCTTTC\", \"ini\": 4213, \"clust\": 5178, \"rank\": 3567, \"rankvar\": 2833, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4608, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2576, \"group\": [5179.0, 1091.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCACGAAGCA\", \"ini\": 4212, \"clust\": 5185, \"rank\": 3367, \"rankvar\": 3034, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4609, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2577, \"group\": [5185.0, 1093.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTAGCTCCTCT\", \"ini\": 4211, \"clust\": 4376, \"rank\": 3251, \"rankvar\": 2436, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4610, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 536, \"group\": [4377.0, 789.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCATCC\", \"ini\": 4210, \"clust\": 5158, \"rank\": 3042, \"rankvar\": 3865, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4611, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2578, \"group\": [5158.0, 1084.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGAAGGCCT\", \"ini\": 4209, \"clust\": 4590, \"rank\": 3198, \"rankvar\": 3404, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4612, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2125, \"group\": [4589.0, 889.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGCAACT\", \"ini\": 4208, \"clust\": 5132, \"rank\": 3249, \"rankvar\": 3601, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4613, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2579, \"group\": [5132.0, 1072.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCACGAAATA\", \"ini\": 4207, \"clust\": 1516, \"rank\": 2954, \"rankvar\": 4462, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4614, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2855, \"group\": [1518.0, 191.0, 29.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTAGCTCCG\", \"ini\": 4206, \"clust\": 5150, \"rank\": 3223, \"rankvar\": 973, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4615, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2580, \"group\": [5151.0, 1080.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACCCATTC\", \"ini\": 4205, \"clust\": 4583, \"rank\": 3248, \"rankvar\": 2298, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4616, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2126, \"group\": [4583.0, 888.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTGATGTGG\", \"ini\": 4204, \"clust\": 5197, \"rank\": 3311, \"rankvar\": 1874, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4617, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2581, \"group\": [5198.0, 1099.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCCCAACC\", \"ini\": 4203, \"clust\": 4939, \"rank\": 3456, \"rankvar\": 244, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4618, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 537, \"group\": [4940.0, 975.0, 169.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGGATACC\", \"ini\": 4202, \"clust\": 13, \"rank\": 3523, \"rankvar\": 4717, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4619, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5197, \"group\": [19.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTACTTAC\", \"ini\": 4201, \"clust\": 2359, \"rank\": 3054, \"rankvar\": 4673, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4620, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5104, \"group\": [2362.0, 414.0, 68.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGTT\", \"ini\": 4200, \"clust\": 2485, \"rank\": 3661, \"rankvar\": 5126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4621, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2582, \"group\": [2484.0, 455.0, 80.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTGTCTTT\", \"ini\": 4199, \"clust\": 5142, \"rank\": 2967, \"rankvar\": 2296, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4622, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2583, \"group\": [5142.0, 1076.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTGCGTTA\", \"ini\": 4198, \"clust\": 2443, \"rank\": 3748, \"rankvar\": 5075, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4623, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5105, \"group\": [2441.0, 428.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAAACCTA\", \"ini\": 4197, \"clust\": 4406, \"rank\": 3196, \"rankvar\": 232, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 538, \"group\": [4407.0, 810.0, 132.0, 32.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTTCGGTC\", \"ini\": 4196, \"clust\": 4946, \"rank\": 3370, \"rankvar\": 723, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4488, \"group\": [4949.0, 981.0, 171.0, 42.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCTTGCAAG\", \"ini\": 4195, \"clust\": 5188, \"rank\": 3384, \"rankvar\": 1901, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2584, \"group\": [5187.0, 1093.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGACTTGAA\", \"ini\": 4194, \"clust\": 2424, \"rank\": 3587, \"rankvar\": 4596, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4627, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5106, \"group\": [2424.0, 427.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCGGTCTAA\", \"ini\": 4193, \"clust\": 2703, \"rank\": 3379, \"rankvar\": 1269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4628, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 539, \"group\": [2702.0, 501.0, 95.0, 25.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGAGTGACC\", \"ini\": 4192, \"clust\": 4974, \"rank\": 3272, \"rankvar\": 3840, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4629, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2585, \"group\": [4974.0, 1001.0, 178.0, 44.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCAGTAGT\", \"ini\": 4191, \"clust\": 4962, \"rank\": 3162, \"rankvar\": 3588, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4630, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2586, \"group\": [4962.0, 990.0, 173.0, 42.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACATACTCTT\", \"ini\": 4190, \"clust\": 4395, \"rank\": 3128, \"rankvar\": 4158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 540, \"group\": [4398.0, 802.0, 130.0, 31.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCATGTCTT\", \"ini\": 4189, \"clust\": 5074, \"rank\": 3053, \"rankvar\": 3633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4632, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2127, \"group\": [5073.0, 1042.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCCCTTGT\", \"ini\": 4188, \"clust\": 2333, \"rank\": 3387, \"rankvar\": 4566, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4633, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2128, \"group\": [2331.0, 399.0, 64.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAAGGCTCC\", \"ini\": 4187, \"clust\": 5169, \"rank\": 3355, \"rankvar\": 1461, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4634, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2587, \"group\": [5170.0, 1088.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGCTCCGA\", \"ini\": 4186, \"clust\": 5153, \"rank\": 3327, \"rankvar\": 3491, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4635, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2588, \"group\": [5153.0, 1081.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTCAATGTC\", \"ini\": 4185, \"clust\": 5063, \"rank\": 3189, \"rankvar\": 3688, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4636, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2129, \"group\": [5062.0, 1040.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAGTAGAGC\", \"ini\": 4184, \"clust\": 1504, \"rank\": 2505, \"rankvar\": 4860, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4637, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2856, \"group\": [1505.0, 188.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACCCTCA\", \"ini\": 4183, \"clust\": 5087, \"rank\": 3455, \"rankvar\": 2510, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 541, \"group\": [5087.0, 1049.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCCGTCAG\", \"ini\": 4182, \"clust\": 5223, \"rank\": 3512, \"rankvar\": 3391, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2589, \"group\": [5223.0, 1108.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCGTAAGCACG\", \"ini\": 4181, \"clust\": 2456, \"rank\": 3244, \"rankvar\": 307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 542, \"group\": [2458.0, 436.0, 73.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCTGAAAGA\", \"ini\": 4180, \"clust\": 4928, \"rank\": 3727, \"rankvar\": 1403, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4641, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 543, \"group\": [4931.0, 968.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAGTTCATG\", \"ini\": 4179, \"clust\": 2488, \"rank\": 3794, \"rankvar\": 4687, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4642, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2590, \"group\": [2486.0, 456.0, 80.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCACCCGAG\", \"ini\": 4178, \"clust\": 2688, \"rank\": 3546, \"rankvar\": 4660, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 544, \"group\": [2689.0, 490.0, 91.0, 24.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCACATCTTT\", \"ini\": 4177, \"clust\": 4975, \"rank\": 3195, \"rankvar\": 4245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4644, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2591, \"group\": [4975.0, 1001.0, 178.0, 44.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACTGTC\", \"ini\": 4176, \"clust\": 5225, \"rank\": 3468, \"rankvar\": 3396, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2592, \"group\": [5225.0, 1108.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTAGCCTCG\", \"ini\": 4175, \"clust\": 2497, \"rank\": 3695, \"rankvar\": 4474, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4646, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 28, \"group\": [2495.0, 459.0, 81.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGTTACGA\", \"ini\": 4174, \"clust\": 5224, \"rank\": 3556, \"rankvar\": 1144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4647, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2593, \"group\": [5224.0, 1108.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCAGGTC\", \"ini\": 4173, \"clust\": 2463, \"rank\": 3350, \"rankvar\": 1700, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4648, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 545, \"group\": [2463.0, 440.0, 74.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAAGAGGCT\", \"ini\": 4172, \"clust\": 16, \"rank\": 3369, \"rankvar\": 4874, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4649, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5198, \"group\": [18.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCAAATACAG\", \"ini\": 4171, \"clust\": 5121, \"rank\": 3173, \"rankvar\": 2956, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4650, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2594, \"group\": [5120.0, 1067.0, 187.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCAAACGGG\", \"ini\": 4170, \"clust\": 5117, \"rank\": 3191, \"rankvar\": 3760, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4651, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2595, \"group\": [5116.0, 1064.0, 187.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTGTCTTCAAG\", \"ini\": 4169, \"clust\": 2487, \"rank\": 3524, \"rankvar\": 4833, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4652, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2596, \"group\": [2490.0, 456.0, 80.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGGAACGT\", \"ini\": 4168, \"clust\": 5179, \"rank\": 3534, \"rankvar\": 2751, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4653, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2597, \"group\": [5180.0, 1091.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCAGTTCGCGC\", \"ini\": 4167, \"clust\": 4933, \"rank\": 3477, \"rankvar\": 313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4654, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4489, \"group\": [4934.0, 971.0, 167.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTATATGAG\", \"ini\": 4166, \"clust\": 4584, \"rank\": 3312, \"rankvar\": 3691, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4655, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2130, \"group\": [4584.0, 889.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTTAAGAAC\", \"ini\": 4165, \"clust\": 2499, \"rank\": 3818, \"rankvar\": 4537, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4656, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 29, \"group\": [2497.0, 459.0, 81.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTGTTTGT\", \"ini\": 4164, \"clust\": 2457, \"rank\": 3126, \"rankvar\": 445, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 546, \"group\": [2456.0, 434.0, 73.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTAGTAGTA\", \"ini\": 4163, \"clust\": 2460, \"rank\": 3321, \"rankvar\": 1201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 547, \"group\": [2459.0, 437.0, 74.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTGCACGAA\", \"ini\": 4162, \"clust\": 5093, \"rank\": 3258, \"rankvar\": 1630, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4659, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2131, \"group\": [5094.0, 1052.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGCCCAC\", \"ini\": 4161, \"clust\": 5146, \"rank\": 3353, \"rankvar\": 4188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4660, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2598, \"group\": [5147.0, 1079.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATCATCCC\", \"ini\": 4160, \"clust\": 5205, \"rank\": 3614, \"rankvar\": 1509, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4661, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2599, \"group\": [5206.0, 1104.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTGATGTCT\", \"ini\": 4159, \"clust\": 4976, \"rank\": 3323, \"rankvar\": 1343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4662, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2132, \"group\": [4977.0, 1003.0, 179.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCCTACAGA\", \"ini\": 4158, \"clust\": 2491, \"rank\": 4017, \"rankvar\": 5006, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4663, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2600, \"group\": [2489.0, 456.0, 80.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCTCCGA\", \"ini\": 4157, \"clust\": 5139, \"rank\": 3342, \"rankvar\": 1189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4664, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2601, \"group\": [5138.0, 1075.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTGCTAGCC\", \"ini\": 4156, \"clust\": 5198, \"rank\": 3445, \"rankvar\": 1259, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4665, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2602, \"group\": [5199.0, 1099.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCCGTTGTC\", \"ini\": 4155, \"clust\": 5154, \"rank\": 3277, \"rankvar\": 256, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4666, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2603, \"group\": [5155.0, 1083.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCACCCAGTG\", \"ini\": 4154, \"clust\": 4955, \"rank\": 3435, \"rankvar\": 2757, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4667, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4490, \"group\": [4956.0, 986.0, 172.0, 42.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTCTCTCTG\", \"ini\": 4153, \"clust\": 5227, \"rank\": 3519, \"rankvar\": 4110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2604, \"group\": [5227.0, 1108.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGTCCCTAATT\", \"ini\": 4152, \"clust\": 4981, \"rank\": 3354, \"rankvar\": 2622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 548, \"group\": [4985.0, 1011.0, 180.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTACTTAC\", \"ini\": 4151, \"clust\": 5089, \"rank\": 3507, \"rankvar\": 1896, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4670, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2133, \"group\": [5093.0, 1051.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGACCACGA\", \"ini\": 4150, \"clust\": 2363, \"rank\": 3509, \"rankvar\": 4823, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4671, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5107, \"group\": [2363.0, 415.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCGTATCAG\", \"ini\": 4149, \"clust\": 5072, \"rank\": 3335, \"rankvar\": 2259, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4672, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2134, \"group\": [5074.0, 1042.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCGCATAT\", \"ini\": 4148, \"clust\": 1507, \"rank\": 3047, \"rankvar\": 4368, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4673, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2857, \"group\": [1509.0, 188.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGCCGATTT\", \"ini\": 4147, \"clust\": 5208, \"rank\": 3570, \"rankvar\": 2057, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4674, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2605, \"group\": [5208.0, 1105.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCTCAACA\", \"ini\": 4146, \"clust\": 2473, \"rank\": 3410, \"rankvar\": 3929, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4675, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4491, \"group\": [2678.0, 484.0, 87.0, 22.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCTGAA\", \"ini\": 4145, \"clust\": 2458, \"rank\": 3318, \"rankvar\": 2588, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 549, \"group\": [2457.0, 435.0, 73.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACGCACC\", \"ini\": 4144, \"clust\": 1535, \"rank\": 3035, \"rankvar\": 4691, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4677, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2858, \"group\": [1534.0, 199.0, 31.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCCCACTTG\", \"ini\": 4143, \"clust\": 74, \"rank\": 3946, \"rankvar\": 5031, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4678, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5199, \"group\": [80.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCACAAGCCC\", \"ini\": 4142, \"clust\": 92, \"rank\": 3809, \"rankvar\": 4846, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4679, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5200, \"group\": [90.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTTAGGAA\", \"ini\": 4141, \"clust\": 76, \"rank\": 3795, \"rankvar\": 5082, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4680, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5201, \"group\": [75.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCTCTTTA\", \"ini\": 4140, \"clust\": 5116, \"rank\": 3206, \"rankvar\": 2648, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4681, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2606, \"group\": [5118.0, 1065.0, 187.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGACCCACC\", \"ini\": 4139, \"clust\": 4883, \"rank\": 3798, \"rankvar\": 925, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 550, \"group\": [4883.0, 948.0, 162.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAGTTGCGTTA\", \"ini\": 4138, \"clust\": 4413, \"rank\": 3483, \"rankvar\": 747, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 551, \"group\": [4414.0, 817.0, 135.0, 33.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCTAGAGTC\", \"ini\": 4137, \"clust\": 5140, \"rank\": 3113, \"rankvar\": 3063, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4684, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2607, \"group\": [5143.0, 1077.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCATACGCTA\", \"ini\": 4136, \"clust\": 94, \"rank\": 4232, \"rankvar\": 5074, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4685, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5202, \"group\": [92.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTCGCTAA\", \"ini\": 4135, \"clust\": 5143, \"rank\": 3299, \"rankvar\": 4199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4686, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2608, \"group\": [5144.0, 1078.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCTGGAAC\", \"ini\": 4134, \"clust\": 4591, \"rank\": 3328, \"rankvar\": 3266, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4687, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2135, \"group\": [4590.0, 889.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTGTGGAG\", \"ini\": 4133, \"clust\": 5219, \"rank\": 3498, \"rankvar\": 3262, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4688, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2609, \"group\": [5217.0, 1107.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTGAACG\", \"ini\": 4132, \"clust\": 5207, \"rank\": 3499, \"rankvar\": 2609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4689, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2610, \"group\": [5210.0, 1105.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCATTCTA\", \"ini\": 4131, \"clust\": 4403, \"rank\": 3066, \"rankvar\": 3634, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 552, \"group\": [4403.0, 806.0, 131.0, 32.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCGATATA\", \"ini\": 4130, \"clust\": 5095, \"rank\": 3261, \"rankvar\": 3909, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4691, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2611, \"group\": [5098.0, 1056.0, 185.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATGTCTCATCC\", \"ini\": 4129, \"clust\": 2489, \"rank\": 3885, \"rankvar\": 4755, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4692, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2612, \"group\": [2487.0, 456.0, 80.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCCATCGGTTA\", \"ini\": 4128, \"clust\": 4942, \"rank\": 3340, \"rankvar\": 4108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4693, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4492, \"group\": [4941.0, 976.0, 170.0, 42.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTCCAGTTA\", \"ini\": 4127, \"clust\": 2377, \"rank\": 3436, \"rankvar\": 4410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4694, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5108, \"group\": [2377.0, 417.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTTCTGGTA\", \"ini\": 4126, \"clust\": 5195, \"rank\": 3843, \"rankvar\": 4513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4695, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2613, \"group\": [5196.0, 1097.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAGCCTTTC\", \"ini\": 4125, \"clust\": 5155, \"rank\": 3382, \"rankvar\": 3555, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2614, \"group\": [5156.0, 1083.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTTCAGCGC\", \"ini\": 4124, \"clust\": 1519, \"rank\": 3176, \"rankvar\": 4072, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4697, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2859, \"group\": [1519.0, 191.0, 29.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCTTTACAC\", \"ini\": 4123, \"clust\": 5220, \"rank\": 3476, \"rankvar\": 1702, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4698, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2615, \"group\": [5218.0, 1107.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTAAAGTCA\", \"ini\": 4122, \"clust\": 5077, \"rank\": 3289, \"rankvar\": 3536, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4699, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2136, \"group\": [5080.0, 1046.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGTTCGATC\", \"ini\": 4121, \"clust\": 2440, \"rank\": 3634, \"rankvar\": 4403, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4700, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5109, \"group\": [2443.0, 428.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGGATGGAA\", \"ini\": 4120, \"clust\": 1513, \"rank\": 3416, \"rankvar\": 3506, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4701, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2860, \"group\": [1526.0, 193.0, 29.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTAAAGAC\", \"ini\": 4119, \"clust\": 5135, \"rank\": 3351, \"rankvar\": 3884, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4702, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2616, \"group\": [5136.0, 1074.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCAATCTCT\", \"ini\": 4118, \"clust\": 2450, \"rank\": 3620, \"rankvar\": 4721, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4703, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5110, \"group\": [2451.0, 429.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGAGATGAG\", \"ini\": 4117, \"clust\": 2701, \"rank\": 3463, \"rankvar\": 3290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 553, \"group\": [2703.0, 502.0, 95.0, 25.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGTCTTGCA\", \"ini\": 4116, \"clust\": 2459, \"rank\": 3564, \"rankvar\": 2758, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 554, \"group\": [2461.0, 438.0, 74.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTCCG\", \"ini\": 4115, \"clust\": 4585, \"rank\": 3343, \"rankvar\": 3163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4706, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2137, \"group\": [4585.0, 889.0, 155.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATATGC\", \"ini\": 4114, \"clust\": 1521, \"rank\": 3359, \"rankvar\": 4383, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4707, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2861, \"group\": [1523.0, 191.0, 29.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCACCATGTA\", \"ini\": 4113, \"clust\": 4453, \"rank\": 3239, \"rankvar\": 3386, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4708, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2138, \"group\": [4454.0, 853.0, 150.0, 38.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATGTAAG\", \"ini\": 4112, \"clust\": 5064, \"rank\": 3231, \"rankvar\": 3842, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4709, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2139, \"group\": [5063.0, 1040.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCCGAAGAG\", \"ini\": 4111, \"clust\": 1511, \"rank\": 2969, \"rankvar\": 4534, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4710, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2862, \"group\": [1511.0, 189.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACAATGTAAG\", \"ini\": 4110, \"clust\": 2409, \"rank\": 3490, \"rankvar\": 4888, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4711, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5111, \"group\": [2409.0, 425.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCCGCGCAA\", \"ini\": 4109, \"clust\": 2478, \"rank\": 3690, \"rankvar\": 2773, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 555, \"group\": [2479.0, 452.0, 79.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCGCATCT\", \"ini\": 4108, \"clust\": 5019, \"rank\": 3699, \"rankvar\": 2445, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 556, \"group\": [5022.0, 1027.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTCATCCCT\", \"ini\": 4107, \"clust\": 4892, \"rank\": 3920, \"rankvar\": 2495, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 557, \"group\": [4892.0, 955.0, 164.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAAAGA\", \"ini\": 4106, \"clust\": 5078, \"rank\": 3638, \"rankvar\": 4154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4715, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2140, \"group\": [5078.0, 1045.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACACCACCAG\", \"ini\": 4105, \"clust\": 5228, \"rank\": 3684, \"rankvar\": 3569, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4716, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2617, \"group\": [5228.0, 1108.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTCACACGC\", \"ini\": 4104, \"clust\": 5160, \"rank\": 3599, \"rankvar\": 3838, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4717, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2618, \"group\": [5161.0, 1085.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCATATACCG\", \"ini\": 4103, \"clust\": 2461, \"rank\": 3428, \"rankvar\": 952, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 558, \"group\": [2460.0, 437.0, 74.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTCAAAGCG\", \"ini\": 4102, \"clust\": 1252, \"rank\": 3666, \"rankvar\": 5018, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4719, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 191, \"group\": [1250.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGAGCTGCA\", \"ini\": 4101, \"clust\": 5079, \"rank\": 3432, \"rankvar\": 3932, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4720, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2141, \"group\": [5079.0, 1045.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCTAACTGG\", \"ini\": 4100, \"clust\": 1508, \"rank\": 3110, \"rankvar\": 3898, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4721, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2863, \"group\": [1507.0, 188.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTATAATGG\", \"ini\": 4099, \"clust\": 1527, \"rank\": 3443, \"rankvar\": 4508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4722, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2864, \"group\": [1527.0, 194.0, 30.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATGCCCGA\", \"ini\": 4098, \"clust\": 5088, \"rank\": 3604, \"rankvar\": 4305, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4723, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2142, \"group\": [5088.0, 1049.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTAAGCACG\", \"ini\": 4097, \"clust\": 2452, \"rank\": 3693, \"rankvar\": 4357, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4724, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5112, \"group\": [2450.0, 429.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAGCGAACA\", \"ini\": 4096, \"clust\": 4460, \"rank\": 3062, \"rankvar\": 1543, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2619, \"group\": [4464.0, 862.0, 152.0, 38.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGCCTTGAT\", \"ini\": 4095, \"clust\": 2364, \"rank\": 3594, \"rankvar\": 4787, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4726, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5113, \"group\": [2364.0, 415.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTACGCCC\", \"ini\": 4094, \"clust\": 1512, \"rank\": 3264, \"rankvar\": 5030, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4727, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2865, \"group\": [1512.0, 189.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCTTTACGT\", \"ini\": 4093, \"clust\": 4458, \"rank\": 3377, \"rankvar\": 856, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4728, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2620, \"group\": [4456.0, 855.0, 151.0, 38.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGGCAGTA\", \"ini\": 4092, \"clust\": 5136, \"rank\": 3715, \"rankvar\": 2702, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4729, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2621, \"group\": [5140.0, 1075.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCTGTCCGT\", \"ini\": 4091, \"clust\": 5196, \"rank\": 3932, \"rankvar\": 4312, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4730, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2622, \"group\": [5197.0, 1098.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACGACGAA\", \"ini\": 4090, \"clust\": 2361, \"rank\": 3732, \"rankvar\": 4567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4731, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5114, \"group\": [2361.0, 413.0, 67.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAAGGGTTCCC\", \"ini\": 4089, \"clust\": 2334, \"rank\": 3543, \"rankvar\": 4669, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4732, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2143, \"group\": [2332.0, 399.0, 64.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGATCGA\", \"ini\": 4088, \"clust\": 4891, \"rank\": 3864, \"rankvar\": 1022, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4733, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 559, \"group\": [4894.0, 956.0, 164.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTGACTCAT\", \"ini\": 4087, \"clust\": 5187, \"rank\": 3913, \"rankvar\": 3981, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4734, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2623, \"group\": [5189.0, 1093.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGACCCT\", \"ini\": 4086, \"clust\": 2480, \"rank\": 3750, \"rankvar\": 4362, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4735, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2144, \"group\": [2478.0, 451.0, 79.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCACGTCTCT\", \"ini\": 4085, \"clust\": 2441, \"rank\": 3850, \"rankvar\": 5008, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4736, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5115, \"group\": [2442.0, 428.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCCCTCTTT\", \"ini\": 4084, \"clust\": 2330, \"rank\": 3500, \"rankvar\": 4577, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4737, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2145, \"group\": [2335.0, 401.0, 64.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATTGCT\", \"ini\": 4083, \"clust\": 4893, \"rank\": 3852, \"rankvar\": 2089, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 560, \"group\": [4893.0, 955.0, 164.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCATTTA\", \"ini\": 4082, \"clust\": 5066, \"rank\": 3584, \"rankvar\": 2509, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4739, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2146, \"group\": [5064.0, 1040.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTAAAGTG\", \"ini\": 4081, \"clust\": 5161, \"rank\": 3631, \"rankvar\": 2336, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4740, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2624, \"group\": [5162.0, 1086.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATTCCTCG\", \"ini\": 4080, \"clust\": 5133, \"rank\": 3447, \"rankvar\": 1841, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4741, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2625, \"group\": [5133.0, 1072.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTGCAGACA\", \"ini\": 4079, \"clust\": 95, \"rank\": 4276, \"rankvar\": 5023, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4742, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5203, \"group\": [93.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTTTGT\", \"ini\": 4078, \"clust\": 5118, \"rank\": 3492, \"rankvar\": 4391, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4743, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2626, \"group\": [5117.0, 1064.0, 187.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACAGAGGT\", \"ini\": 4077, \"clust\": 5062, \"rank\": 3308, \"rankvar\": 4246, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4744, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2147, \"group\": [5070.0, 1040.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCACCCGAG\", \"ini\": 4076, \"clust\": 5202, \"rank\": 3559, \"rankvar\": 2832, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4745, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2627, \"group\": [5204.0, 1102.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCCAGTAT\", \"ini\": 4075, \"clust\": 1520, \"rank\": 3329, \"rankvar\": 4756, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4746, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2866, \"group\": [1520.0, 191.0, 29.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCAAGCCTA\", \"ini\": 4074, \"clust\": 85, \"rank\": 4154, \"rankvar\": 5208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4747, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5204, \"group\": [88.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTCCGCTGA\", \"ini\": 4073, \"clust\": 5186, \"rank\": 3829, \"rankvar\": 2876, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4748, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2628, \"group\": [5186.0, 1093.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCGAGAACG\", \"ini\": 4072, \"clust\": 4463, \"rank\": 2648, \"rankvar\": 4045, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4749, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2629, \"group\": [4462.0, 860.0, 152.0, 38.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGACAGACC\", \"ini\": 4071, \"clust\": 5203, \"rank\": 3752, \"rankvar\": 2246, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4750, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2630, \"group\": [5202.0, 1102.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCGCGGTA\", \"ini\": 4070, \"clust\": 5206, \"rank\": 3723, \"rankvar\": 3382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4751, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2631, \"group\": [5207.0, 1104.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACGGCC\", \"ini\": 4069, \"clust\": 5081, \"rank\": 3539, \"rankvar\": 2828, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4752, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2148, \"group\": [5083.0, 1047.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTAATCGTC\", \"ini\": 4068, \"clust\": 5210, \"rank\": 3958, \"rankvar\": 3126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4753, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2632, \"group\": [5211.0, 1106.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTGCAGGTA\", \"ini\": 4067, \"clust\": 123, \"rank\": 4062, \"rankvar\": 5032, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4754, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5116, \"group\": [147.0, 36.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCGGATCC\", \"ini\": 4066, \"clust\": 5217, \"rank\": 3757, \"rankvar\": 745, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4755, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2633, \"group\": [5220.0, 1107.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACGAAACG\", \"ini\": 4065, \"clust\": 1300, \"rank\": 3482, \"rankvar\": 4709, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4756, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 192, \"group\": [1300.0, 155.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTCGGATCC\", \"ini\": 4064, \"clust\": 4943, \"rank\": 3630, \"rankvar\": 3863, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4757, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4493, \"group\": [4942.0, 976.0, 170.0, 42.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCACTATTC\", \"ini\": 4063, \"clust\": 5189, \"rank\": 3591, \"rankvar\": 3209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4758, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2634, \"group\": [5188.0, 1093.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCAACACTG\", \"ini\": 4062, \"clust\": 5122, \"rank\": 3540, \"rankvar\": 1373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4759, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2635, \"group\": [5121.0, 1067.0, 187.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTGTCAATC\", \"ini\": 4061, \"clust\": 5069, \"rank\": 3565, \"rankvar\": 3778, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4760, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2149, \"group\": [5067.0, 1040.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATGTCCTC\", \"ini\": 4060, \"clust\": 4903, \"rank\": 4346, \"rankvar\": 4192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4761, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 30, \"group\": [4903.0, 960.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGGATGCGT\", \"ini\": 4059, \"clust\": 4957, \"rank\": 3347, \"rankvar\": 1869, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4762, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4494, \"group\": [4958.0, 988.0, 173.0, 42.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTACACGAAAGC\", \"ini\": 4058, \"clust\": 5209, \"rank\": 3767, \"rankvar\": 1757, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4763, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2636, \"group\": [5209.0, 1105.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAGCTCCG\", \"ini\": 4057, \"clust\": 4904, \"rank\": 4513, \"rankvar\": 4793, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4764, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 31, \"group\": [4904.0, 960.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACATACGCCG\", \"ini\": 4056, \"clust\": 93, \"rank\": 4308, \"rankvar\": 5035, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5205, \"group\": [91.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCAACACAC\", \"ini\": 4055, \"clust\": 2438, \"rank\": 3892, \"rankvar\": 5034, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4766, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5117, \"group\": [2436.0, 428.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGTTCGATC\", \"ini\": 4054, \"clust\": 5091, \"rank\": 3915, \"rankvar\": 2663, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4767, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2150, \"group\": [5090.0, 1051.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAAGCACACAG\", \"ini\": 4053, \"clust\": 2343, \"rank\": 3644, \"rankvar\": 5054, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4768, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2151, \"group\": [2344.0, 403.0, 64.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCAAGAAGT\", \"ini\": 4052, \"clust\": 5037, \"rank\": 3783, \"rankvar\": 471, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 561, \"group\": [5036.0, 1031.0, 183.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCAAAGTAG\", \"ini\": 4051, \"clust\": 4404, \"rank\": 3735, \"rankvar\": 3087, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 562, \"group\": [4404.0, 807.0, 131.0, 32.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGACGACGT\", \"ini\": 4050, \"clust\": 4408, \"rank\": 3504, \"rankvar\": 4038, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 563, \"group\": [4408.0, 811.0, 133.0, 32.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAATGTAAG\", \"ini\": 4049, \"clust\": 5023, \"rank\": 3907, \"rankvar\": 1048, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4772, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2637, \"group\": [5024.0, 1029.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGGTACCGTTA\", \"ini\": 4048, \"clust\": 5162, \"rank\": 3779, \"rankvar\": 4388, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2638, \"group\": [5163.0, 1086.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACATACCATG\", \"ini\": 4047, \"clust\": 4455, \"rank\": 3378, \"rankvar\": 3489, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4774, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2639, \"group\": [4460.0, 858.0, 151.0, 38.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAACTGGCC\", \"ini\": 4046, \"clust\": 1251, \"rank\": 3628, \"rankvar\": 1933, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4775, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2867, \"group\": [1279.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCGTAGGAG\", \"ini\": 4045, \"clust\": 5070, \"rank\": 3541, \"rankvar\": 4444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4776, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2152, \"group\": [5068.0, 1040.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGACGCTC\", \"ini\": 4044, \"clust\": 4874, \"rank\": 4236, \"rankvar\": 4159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4777, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4495, \"group\": [4877.0, 943.0, 162.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGCTAAGAT\", \"ini\": 4043, \"clust\": 5082, \"rank\": 3527, \"rankvar\": 2910, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4778, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2153, \"group\": [5081.0, 1047.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTATCACG\", \"ini\": 4042, \"clust\": 5068, \"rank\": 3615, \"rankvar\": 3288, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4779, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2154, \"group\": [5069.0, 1040.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTGTTGGGA\", \"ini\": 4041, \"clust\": 1419, \"rank\": 3419, \"rankvar\": 4370, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4780, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2868, \"group\": [1420.0, 166.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAGCAGTTT\", \"ini\": 4040, \"clust\": 5080, \"rank\": 3518, \"rankvar\": 3602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4781, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2155, \"group\": [5084.0, 1047.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCATCACCC\", \"ini\": 4039, \"clust\": 5061, \"rank\": 3520, \"rankvar\": 3920, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4782, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2156, \"group\": [5071.0, 1041.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATCGATTG\", \"ini\": 4038, \"clust\": 84, \"rank\": 4172, \"rankvar\": 5224, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4783, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5206, \"group\": [89.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACACCGCTAG\", \"ini\": 4037, \"clust\": 1254, \"rank\": 3796, \"rankvar\": 4777, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4784, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 193, \"group\": [1252.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACTCCTG\", \"ini\": 4036, \"clust\": 2439, \"rank\": 4167, \"rankvar\": 5105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4785, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5118, \"group\": [2437.0, 428.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACAGACTCGC\", \"ini\": 4035, \"clust\": 4932, \"rank\": 4008, \"rankvar\": 887, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 564, \"group\": [4933.0, 970.0, 167.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCAATGGAGC\", \"ini\": 4034, \"clust\": 2477, \"rank\": 3710, \"rankvar\": 2973, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 565, \"group\": [2480.0, 453.0, 79.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGCATGGCA\", \"ini\": 4033, \"clust\": 4459, \"rank\": 3341, \"rankvar\": 3255, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4788, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2640, \"group\": [4457.0, 855.0, 151.0, 38.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTACCGTAT\", \"ini\": 4032, \"clust\": 1510, \"rank\": 3394, \"rankvar\": 4332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4789, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2869, \"group\": [1513.0, 189.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGCTGCAAG\", \"ini\": 4031, \"clust\": 2331, \"rank\": 3655, \"rankvar\": 4138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4790, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2157, \"group\": [2334.0, 400.0, 64.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGTCCCACG\", \"ini\": 4030, \"clust\": 4996, \"rank\": 4080, \"rankvar\": 4378, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 566, \"group\": [4994.0, 1017.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCACTTAAGC\", \"ini\": 4029, \"clust\": 1532, \"rank\": 3522, \"rankvar\": 2888, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4792, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3100, \"group\": [1533.0, 198.0, 30.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACAGGCTGAA\", \"ini\": 4028, \"clust\": 5036, \"rank\": 3987, \"rankvar\": 1206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 567, \"group\": [5038.0, 1032.0, 183.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCATCGATGAGG\", \"ini\": 4027, \"clust\": 5038, \"rank\": 3728, \"rankvar\": 1569, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4794, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 568, \"group\": [5037.0, 1031.0, 183.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACATGCGCAC\", \"ini\": 4026, \"clust\": 1522, \"rank\": 3458, \"rankvar\": 4975, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4795, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2870, \"group\": [1521.0, 191.0, 29.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACATTAGC\", \"ini\": 4025, \"clust\": 4977, \"rank\": 3452, \"rankvar\": 2438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4796, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2158, \"group\": [4978.0, 1004.0, 179.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCCTATGTT\", \"ini\": 4024, \"clust\": 1525, \"rank\": 3444, \"rankvar\": 4827, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4797, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2871, \"group\": [1525.0, 192.0, 29.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGAGCCCA\", \"ini\": 4023, \"clust\": 4995, \"rank\": 3926, \"rankvar\": 2781, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4798, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2159, \"group\": [4996.0, 1017.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAGGCTGAA\", \"ini\": 4022, \"clust\": 5035, \"rank\": 4086, \"rankvar\": 1587, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 569, \"group\": [5039.0, 1033.0, 183.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCTCTCTG\", \"ini\": 4021, \"clust\": 70, \"rank\": 3872, \"rankvar\": 4969, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4800, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3953, \"group\": [70.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCACCATCCT\", \"ini\": 4020, \"clust\": 1340, \"rank\": 3788, \"rankvar\": 4661, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4801, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2872, \"group\": [1340.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGTTCCACA\", \"ini\": 4019, \"clust\": 2492, \"rank\": 4045, \"rankvar\": 4877, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4802, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2641, \"group\": [2491.0, 457.0, 80.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCGGATGGA\", \"ini\": 4018, \"clust\": 5190, \"rank\": 3848, \"rankvar\": 3339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2642, \"group\": [5190.0, 1094.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGACATA\", \"ini\": 4017, \"clust\": 5048, \"rank\": 3838, \"rankvar\": 1899, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4804, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2160, \"group\": [5047.0, 1037.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACACGCC\", \"ini\": 4016, \"clust\": 1506, \"rank\": 3188, \"rankvar\": 4844, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4805, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2873, \"group\": [1510.0, 188.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTAAGTG\", \"ini\": 4015, \"clust\": 5039, \"rank\": 3817, \"rankvar\": 3116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4806, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2161, \"group\": [5040.0, 1034.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAAAGGTGC\", \"ini\": 4014, \"clust\": 2437, \"rank\": 3945, \"rankvar\": 4870, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4807, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5119, \"group\": [2438.0, 428.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGACAAG\", \"ini\": 4013, \"clust\": 1682, \"rank\": 3972, \"rankvar\": 2427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4808, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4496, \"group\": [1680.0, 252.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTTACGGAG\", \"ini\": 4012, \"clust\": 4926, \"rank\": 4104, \"rankvar\": 2061, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4809, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2162, \"group\": [4927.0, 965.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGAAACCTA\", \"ini\": 4011, \"clust\": 4987, \"rank\": 3606, \"rankvar\": 1278, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4810, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 570, \"group\": [4993.0, 1016.0, 181.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCACTTCTGC\", \"ini\": 4010, \"clust\": 5047, \"rank\": 3782, \"rankvar\": 686, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4811, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2163, \"group\": [5049.0, 1037.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGTCTGTCTCG\", \"ini\": 4009, \"clust\": 5212, \"rank\": 4007, \"rankvar\": 1963, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4812, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2643, \"group\": [5216.0, 1106.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTCCGT\", \"ini\": 4008, \"clust\": 5090, \"rank\": 3909, \"rankvar\": 3136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4813, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2164, \"group\": [5092.0, 1051.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGAACAATC\", \"ini\": 4007, \"clust\": 5137, \"rank\": 3855, \"rankvar\": 1186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4814, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2644, \"group\": [5139.0, 1075.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTTTGCATG\", \"ini\": 4006, \"clust\": 2341, \"rank\": 3826, \"rankvar\": 4830, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4815, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2165, \"group\": [2340.0, 403.0, 64.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCATCGATG\", \"ini\": 4005, \"clust\": 4947, \"rank\": 4014, \"rankvar\": 4377, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4816, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4497, \"group\": [4947.0, 980.0, 171.0, 42.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGCCAACAG\", \"ini\": 4004, \"clust\": 4944, \"rank\": 4256, \"rankvar\": 4711, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4817, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2645, \"group\": [4945.0, 979.0, 171.0, 42.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGTTTACG\", \"ini\": 4003, \"clust\": 5067, \"rank\": 3618, \"rankvar\": 3658, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4818, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2166, \"group\": [5065.0, 1040.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCACCATAG\", \"ini\": 4002, \"clust\": 1523, \"rank\": 3590, \"rankvar\": 4923, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4819, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2874, \"group\": [1522.0, 191.0, 29.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCATGTCCC\", \"ini\": 4001, \"clust\": 4894, \"rank\": 4077, \"rankvar\": 3607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 571, \"group\": [4895.0, 957.0, 165.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCGTCATC\", \"ini\": 4000, \"clust\": 90, \"rank\": 4449, \"rankvar\": 4843, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4821, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5207, \"group\": [95.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGATGCGAC\", \"ini\": 3999, \"clust\": 1528, \"rank\": 3642, \"rankvar\": 2841, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4822, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2875, \"group\": [1528.0, 194.0, 30.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTGTTCTCATT\", \"ini\": 3998, \"clust\": 1281, \"rank\": 3762, \"rankvar\": 4832, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4823, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2646, \"group\": [1282.0, 151.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGTGGTCCC\", \"ini\": 3997, \"clust\": 5192, \"rank\": 3925, \"rankvar\": 3967, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4824, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2647, \"group\": [5194.0, 1095.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAATCACC\", \"ini\": 3996, \"clust\": 5094, \"rank\": 4079, \"rankvar\": 3040, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4825, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2167, \"group\": [5095.0, 1053.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCGGTCTAA\", \"ini\": 3995, \"clust\": 5065, \"rank\": 3775, \"rankvar\": 4595, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4826, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2168, \"group\": [5066.0, 1040.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAAGGCAGGTT\", \"ini\": 3994, \"clust\": 4994, \"rank\": 3902, \"rankvar\": 2543, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4827, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 572, \"group\": [4997.0, 1018.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACGAAGCA\", \"ini\": 3993, \"clust\": 4983, \"rank\": 3613, \"rankvar\": 1907, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4828, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2169, \"group\": [4982.0, 1008.0, 180.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCCACGCAG\", \"ini\": 3992, \"clust\": 4927, \"rank\": 4170, \"rankvar\": 1103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 573, \"group\": [4928.0, 966.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCAACCAA\", \"ini\": 3991, \"clust\": 4409, \"rank\": 3682, \"rankvar\": 3855, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 574, \"group\": [4409.0, 812.0, 133.0, 32.0, 11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCAAGCCTA\", \"ini\": 3990, \"clust\": 5092, \"rank\": 4120, \"rankvar\": 3903, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4831, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2170, \"group\": [5091.0, 1051.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCACACCGAC\", \"ini\": 3989, \"clust\": 4948, \"rank\": 4137, \"rankvar\": 2449, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4832, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 575, \"group\": [4948.0, 980.0, 171.0, 42.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGCTGAACG\", \"ini\": 3988, \"clust\": 1537, \"rank\": 3469, \"rankvar\": 3758, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4833, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2876, \"group\": [1538.0, 202.0, 32.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAAGAAGT\", \"ini\": 3987, \"clust\": 1303, \"rank\": 3881, \"rankvar\": 2487, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4834, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5133, \"group\": [1303.0, 157.0, 24.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGACACTAA\", \"ini\": 3986, \"clust\": 5050, \"rank\": 4166, \"rankvar\": 4243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4835, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2171, \"group\": [5055.0, 1037.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCGGTTAAC\", \"ini\": 3985, \"clust\": 5040, \"rank\": 4024, \"rankvar\": 3220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4836, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2172, \"group\": [5041.0, 1034.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCATAGCAC\", \"ini\": 3984, \"clust\": 1545, \"rank\": 3449, \"rankvar\": 5026, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4837, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2877, \"group\": [1547.0, 205.0, 32.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCTGTTTGT\", \"ini\": 3983, \"clust\": 2332, \"rank\": 3980, \"rankvar\": 4483, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4838, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2173, \"group\": [2333.0, 399.0, 64.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCAGACACTT\", \"ini\": 3982, \"clust\": 4461, \"rank\": 3442, \"rankvar\": 4132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4839, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2878, \"group\": [4463.0, 861.0, 152.0, 38.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTGAGGCTA\", \"ini\": 3981, \"clust\": 5024, \"rank\": 4246, \"rankvar\": 2350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4840, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2648, \"group\": [5025.0, 1029.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATACACCCATGG\", \"ini\": 3980, \"clust\": 2353, \"rank\": 3954, \"rankvar\": 3767, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4841, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5120, \"group\": [2354.0, 407.0, 65.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCATAGACTC\", \"ini\": 3979, \"clust\": 4979, \"rank\": 3895, \"rankvar\": 1350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4842, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2174, \"group\": [4979.0, 1005.0, 179.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCTCCTC\", \"ini\": 3978, \"clust\": 5115, \"rank\": 3914, \"rankvar\": 1608, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4843, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2649, \"group\": [5119.0, 1066.0, 187.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTAACGCGA\", \"ini\": 3977, \"clust\": 1309, \"rank\": 3808, \"rankvar\": 4163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4844, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2879, \"group\": [1310.0, 161.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACATTACGAC\", \"ini\": 3976, \"clust\": 5044, \"rank\": 3870, \"rankvar\": 3132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4845, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2175, \"group\": [5044.0, 1035.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTTGTCC\", \"ini\": 3975, \"clust\": 1505, \"rank\": 3589, \"rankvar\": 4910, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4846, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2880, \"group\": [1506.0, 188.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGAGTAGA\", \"ini\": 3974, \"clust\": 4984, \"rank\": 4018, \"rankvar\": 674, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4847, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2176, \"group\": [4983.0, 1009.0, 180.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAAGGTCATCT\", \"ini\": 3973, \"clust\": 2475, \"rank\": 4336, \"rankvar\": 2328, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4848, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2177, \"group\": [2474.0, 450.0, 79.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCGCTAGCG\", \"ini\": 3972, \"clust\": 2493, \"rank\": 4358, \"rankvar\": 4737, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4849, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2650, \"group\": [2492.0, 457.0, 80.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGGGCTCTC\", \"ini\": 3971, \"clust\": 2474, \"rank\": 4492, \"rankvar\": 4893, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4850, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2651, \"group\": [2476.0, 450.0, 79.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTGTAATGA\", \"ini\": 3970, \"clust\": 1420, \"rank\": 3772, \"rankvar\": 3744, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4851, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2881, \"group\": [1421.0, 166.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACAGCAG\", \"ini\": 3969, \"clust\": 2356, \"rank\": 4266, \"rankvar\": 4506, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4852, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5121, \"group\": [2359.0, 411.0, 66.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGTTTAGG\", \"ini\": 3968, \"clust\": 2410, \"rank\": 3929, \"rankvar\": 4082, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4853, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4498, \"group\": [2410.0, 425.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTATCTG\", \"ini\": 3967, \"clust\": 4945, \"rank\": 4341, \"rankvar\": 3152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 576, \"group\": [4946.0, 979.0, 171.0, 42.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGCGAAA\", \"ini\": 3966, \"clust\": 1282, \"rank\": 4096, \"rankvar\": 3127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4855, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2652, \"group\": [1283.0, 152.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAAGGTGA\", \"ini\": 3965, \"clust\": 1515, \"rank\": 3961, \"rankvar\": 4544, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4856, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2882, \"group\": [1515.0, 190.0, 29.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCACTGGG\", \"ini\": 3964, \"clust\": 4973, \"rank\": 3833, \"rankvar\": 3882, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4857, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2653, \"group\": [4976.0, 1002.0, 178.0, 44.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTAAAGA\", \"ini\": 3963, \"clust\": 5193, \"rank\": 4322, \"rankvar\": 4640, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4858, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2654, \"group\": [5192.0, 1095.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCACACGC\", \"ini\": 3962, \"clust\": 5075, \"rank\": 3859, \"rankvar\": 3317, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4859, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2178, \"group\": [5076.0, 1044.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAATTCCTT\", \"ini\": 3961, \"clust\": 4454, \"rank\": 4055, \"rankvar\": 3608, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4860, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2179, \"group\": [4455.0, 854.0, 150.0, 38.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATGGATGG\", \"ini\": 3960, \"clust\": 5045, \"rank\": 3890, \"rankvar\": 2542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4861, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2180, \"group\": [5045.0, 1035.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTATGGTTC\", \"ini\": 3959, \"clust\": 2344, \"rank\": 4171, \"rankvar\": 4740, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4862, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2181, \"group\": [2342.0, 403.0, 64.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTTCAGTAC\", \"ini\": 3958, \"clust\": 5016, \"rank\": 4367, \"rankvar\": 1736, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4863, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 577, \"group\": [5018.0, 1026.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGTTACAG\", \"ini\": 3957, \"clust\": 4967, \"rank\": 4176, \"rankvar\": 472, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4864, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2655, \"group\": [4970.0, 997.0, 176.0, 43.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCAGAGCTT\", \"ini\": 3956, \"clust\": 5083, \"rank\": 3823, \"rankvar\": 4204, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4865, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2182, \"group\": [5082.0, 1047.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCTGCCCA\", \"ini\": 3955, \"clust\": 2345, \"rank\": 4217, \"rankvar\": 5042, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4866, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2183, \"group\": [2343.0, 403.0, 64.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTCTGCTG\", \"ini\": 3954, \"clust\": 5059, \"rank\": 3814, \"rankvar\": 4213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4867, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2184, \"group\": [5060.0, 1039.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTAGTGCG\", \"ini\": 3953, \"clust\": 4982, \"rank\": 3910, \"rankvar\": 3763, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4868, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2185, \"group\": [4984.0, 1010.0, 180.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAGTAGAGC\", \"ini\": 3952, \"clust\": 2354, \"rank\": 4248, \"rankvar\": 278, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 578, \"group\": [2355.0, 408.0, 66.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAGTGAGA\", \"ini\": 3951, \"clust\": 2335, \"rank\": 4027, \"rankvar\": 4099, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4870, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2186, \"group\": [2339.0, 402.0, 64.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTGTCTCA\", \"ini\": 3950, \"clust\": 1294, \"rank\": 3981, \"rankvar\": 4904, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4871, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 194, \"group\": [1296.0, 155.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAAGCGGT\", \"ini\": 3949, \"clust\": 5184, \"rank\": 4129, \"rankvar\": 3632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4872, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2656, \"group\": [5195.0, 1096.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCTTGCGG\", \"ini\": 3948, \"clust\": 1283, \"rank\": 4037, \"rankvar\": 3667, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4873, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 195, \"group\": [1302.0, 156.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGCTCCTTC\", \"ini\": 3947, \"clust\": 5191, \"rank\": 4331, \"rankvar\": 3479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4874, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2187, \"group\": [5191.0, 1094.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTGGTAACG\", \"ini\": 3946, \"clust\": 5060, \"rank\": 4113, \"rankvar\": 3895, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4875, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2188, \"group\": [5061.0, 1039.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCATGCCTTC\", \"ini\": 3945, \"clust\": 1253, \"rank\": 4382, \"rankvar\": 5154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4876, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 196, \"group\": [1251.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGGGAACGG\", \"ini\": 3944, \"clust\": 2346, \"rank\": 4475, \"rankvar\": 4415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4877, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5122, \"group\": [2347.0, 404.0, 64.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCATCACGAT\", \"ini\": 3943, \"clust\": 1246, \"rank\": 4099, \"rankvar\": 5118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4878, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 197, \"group\": [1245.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTACCGAGA\", \"ini\": 3942, \"clust\": 4989, \"rank\": 4149, \"rankvar\": 1276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4879, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2189, \"group\": [4988.0, 1014.0, 181.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAATT\", \"ini\": 3941, \"clust\": 1509, \"rank\": 3703, \"rankvar\": 4822, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4880, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2883, \"group\": [1508.0, 188.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGTGCAAGC\", \"ini\": 3940, \"clust\": 4935, \"rank\": 4487, \"rankvar\": 3477, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4881, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 579, \"group\": [4938.0, 973.0, 168.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGAAAGAG\", \"ini\": 3939, \"clust\": 4991, \"rank\": 3982, \"rankvar\": 3700, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4882, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2190, \"group\": [4990.0, 1014.0, 181.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCGATCCCT\", \"ini\": 3938, \"clust\": 5042, \"rank\": 4250, \"rankvar\": 3810, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4883, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2191, \"group\": [5042.0, 1035.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATTCCTGC\", \"ini\": 3937, \"clust\": 1424, \"rank\": 3836, \"rankvar\": 4726, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4884, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2884, \"group\": [1425.0, 167.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTTTAAGCC\", \"ini\": 3936, \"clust\": 1310, \"rank\": 4212, \"rankvar\": 3581, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4885, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2885, \"group\": [1311.0, 162.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCACTTAAGC\", \"ini\": 3935, \"clust\": 2350, \"rank\": 4481, \"rankvar\": 3625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4886, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5123, \"group\": [2351.0, 405.0, 64.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGAGCTGGT\", \"ini\": 3934, \"clust\": 1295, \"rank\": 4000, \"rankvar\": 5106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4887, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 198, \"group\": [1294.0, 155.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCCTCAGT\", \"ini\": 3933, \"clust\": 1425, \"rank\": 4234, \"rankvar\": 4782, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4888, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2886, \"group\": [1426.0, 167.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGATCCCGC\", \"ini\": 3932, \"clust\": 1472, \"rank\": 4272, \"rankvar\": 4083, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4889, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2657, \"group\": [1472.0, 173.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTAGGCGATAC\", \"ini\": 3931, \"clust\": 5144, \"rank\": 4241, \"rankvar\": 3761, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4890, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2658, \"group\": [5145.0, 1078.0, 188.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCGGCCGAT\", \"ini\": 3930, \"clust\": 5049, \"rank\": 4356, \"rankvar\": 2241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4891, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2192, \"group\": [5048.0, 1037.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGGCTACGA\", \"ini\": 3929, \"clust\": 4929, \"rank\": 4479, \"rankvar\": 1535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4892, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 580, \"group\": [4929.0, 967.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTACCGTAT\", \"ini\": 3928, \"clust\": 1435, \"rank\": 4309, \"rankvar\": 4746, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4893, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2887, \"group\": [1438.0, 167.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATGCTGGC\", \"ini\": 3927, \"clust\": 5041, \"rank\": 4186, \"rankvar\": 3438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4894, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2193, \"group\": [5046.0, 1036.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGGTCAT\", \"ini\": 3926, \"clust\": 5051, \"rank\": 4420, \"rankvar\": 4137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4895, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2194, \"group\": [5051.0, 1037.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCGGCACT\", \"ini\": 3925, \"clust\": 1298, \"rank\": 4252, \"rankvar\": 4742, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4896, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 199, \"group\": [1297.0, 155.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCCAAACTG\", \"ini\": 3924, \"clust\": 1255, \"rank\": 4313, \"rankvar\": 4653, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4897, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 200, \"group\": [1253.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCAGGCGAA\", \"ini\": 3923, \"clust\": 5006, \"rank\": 4456, \"rankvar\": 1792, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4898, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2195, \"group\": [5006.0, 1021.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGGTGACCA\", \"ini\": 3922, \"clust\": 2355, \"rank\": 4285, \"rankvar\": 1870, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 581, \"group\": [2356.0, 409.0, 66.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGCTTCGG\", \"ini\": 3921, \"clust\": 1439, \"rank\": 4330, \"rankvar\": 279, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4900, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2659, \"group\": [1442.0, 168.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTATCAAACGGG\", \"ini\": 3920, \"clust\": 1434, \"rank\": 4139, \"rankvar\": 4337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4901, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2888, \"group\": [1439.0, 167.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGATTCT\", \"ini\": 3919, \"clust\": 5004, \"rank\": 4463, \"rankvar\": 1345, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4902, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2196, \"group\": [5004.0, 1020.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCCAGTACACT\", \"ini\": 3918, \"clust\": 5211, \"rank\": 4593, \"rankvar\": 3046, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4903, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2660, \"group\": [5212.0, 1106.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAATCACAC\", \"ini\": 3917, \"clust\": 4930, \"rank\": 4533, \"rankvar\": 796, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 582, \"group\": [4930.0, 967.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAGGTTCT\", \"ini\": 3916, \"clust\": 4919, \"rank\": 4660, \"rankvar\": 658, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 583, \"group\": [4920.0, 964.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGGGTGTTG\", \"ini\": 3915, \"clust\": 1296, \"rank\": 4377, \"rankvar\": 4998, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4906, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 201, \"group\": [1295.0, 155.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGTGTGGT\", \"ini\": 3914, \"clust\": 5046, \"rank\": 4507, \"rankvar\": 4735, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4907, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2197, \"group\": [5050.0, 1037.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTAACGCGA\", \"ini\": 3913, \"clust\": 66, \"rank\": 4566, \"rankvar\": 4525, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 584, \"group\": [65.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTGGCGTG\", \"ini\": 3912, \"clust\": 4936, \"rank\": 4536, \"rankvar\": 4631, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 585, \"group\": [4936.0, 973.0, 168.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAGTTTACG\", \"ini\": 3911, \"clust\": 4905, \"rank\": 4700, \"rankvar\": 4090, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4910, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2661, \"group\": [4906.0, 960.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGAATAGGG\", \"ini\": 3910, \"clust\": 4993, \"rank\": 4416, \"rankvar\": 3662, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4911, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2198, \"group\": [5008.0, 1022.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACATCCA\", \"ini\": 3909, \"clust\": 2342, \"rank\": 4257, \"rankvar\": 4841, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4912, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2199, \"group\": [2341.0, 403.0, 64.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCCTAGGGC\", \"ini\": 3908, \"clust\": 4997, \"rank\": 4530, \"rankvar\": 3129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4913, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2200, \"group\": [4995.0, 1017.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCATCACAAC\", \"ini\": 3907, \"clust\": 5052, \"rank\": 4480, \"rankvar\": 4491, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4914, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2201, \"group\": [5052.0, 1037.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTAACGGT\", \"ini\": 3906, \"clust\": 4912, \"rank\": 4645, \"rankvar\": 3048, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 586, \"group\": [4912.0, 963.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCGTCCA\", \"ini\": 3905, \"clust\": 1223, \"rank\": 4544, \"rankvar\": 3514, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 587, \"group\": [1241.0, 146.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGAGGTACC\", \"ini\": 3904, \"clust\": 2436, \"rank\": 4630, \"rankvar\": 4995, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4917, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5124, \"group\": [2439.0, 428.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAGTTTACG\", \"ini\": 3903, \"clust\": 5053, \"rank\": 4561, \"rankvar\": 1348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4918, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2202, \"group\": [5053.0, 1037.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGCAGACTG\", \"ini\": 3902, \"clust\": 2340, \"rank\": 4422, \"rankvar\": 4977, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4919, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2203, \"group\": [2345.0, 403.0, 64.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAGTAACGG\", \"ini\": 3901, \"clust\": 5076, \"rank\": 4453, \"rankvar\": 3347, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4920, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2204, \"group\": [5077.0, 1044.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCTGCCCTA\", \"ini\": 3900, \"clust\": 5194, \"rank\": 4478, \"rankvar\": 3275, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4921, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2662, \"group\": [5193.0, 1095.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCTACTATC\", \"ini\": 3899, \"clust\": 145, \"rank\": 4245, \"rankvar\": 5193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4922, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 202, \"group\": [145.0, 34.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGCTCAGA\", \"ini\": 3898, \"clust\": 4999, \"rank\": 4717, \"rankvar\": 4119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4923, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 588, \"group\": [4998.0, 1019.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTGCACTTA\", \"ini\": 3897, \"clust\": 1248, \"rank\": 4428, \"rankvar\": 5183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4924, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 203, \"group\": [1249.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTGTGTGCCTG\", \"ini\": 3896, \"clust\": 4980, \"rank\": 4350, \"rankvar\": 3415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4925, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2663, \"group\": [4980.0, 1006.0, 179.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCAACAACCT\", \"ini\": 3895, \"clust\": 1299, \"rank\": 4451, \"rankvar\": 5044, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4926, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 204, \"group\": [1298.0, 155.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGGCACTA\", \"ini\": 3894, \"clust\": 1428, \"rank\": 4293, \"rankvar\": 3886, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4927, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2889, \"group\": [1429.0, 167.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCACAACGCC\", \"ini\": 3893, \"clust\": 1287, \"rank\": 4414, \"rankvar\": 4698, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4928, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2890, \"group\": [1289.0, 154.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTACGCGA\", \"ini\": 3892, \"clust\": 5011, \"rank\": 4440, \"rankvar\": 3976, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4929, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2205, \"group\": [5014.0, 1024.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCGTCTCCACT\", \"ini\": 3891, \"clust\": 1471, \"rank\": 4177, \"rankvar\": 4319, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4930, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3028, \"group\": [1474.0, 174.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGTACAA\", \"ini\": 3890, \"clust\": 4978, \"rank\": 4433, \"rankvar\": 1075, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4931, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2206, \"group\": [4981.0, 1007.0, 179.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACAAAGCGGT\", \"ini\": 3889, \"clust\": 1468, \"rank\": 4022, \"rankvar\": 4773, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4932, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2891, \"group\": [1471.0, 172.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCGCAGGCT\", \"ini\": 3888, \"clust\": 1301, \"rank\": 4508, \"rankvar\": 4856, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4933, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 205, \"group\": [1301.0, 155.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGAGGGATA\", \"ini\": 3887, \"clust\": 4988, \"rank\": 4485, \"rankvar\": 2096, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4934, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2664, \"group\": [4992.0, 1015.0, 181.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGCGACAT\", \"ini\": 3886, \"clust\": 4992, \"rank\": 4477, \"rankvar\": 4040, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4935, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2207, \"group\": [4991.0, 1014.0, 181.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCACTATCTT\", \"ini\": 3885, \"clust\": 1269, \"rank\": 4546, \"rankvar\": 4445, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4936, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 206, \"group\": [1266.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAATCACAC\", \"ini\": 3884, \"clust\": 1247, \"rank\": 4504, \"rankvar\": 4939, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4937, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 207, \"group\": [1246.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTGTGTAAGTA\", \"ini\": 3883, \"clust\": 1384, \"rank\": 4673, \"rankvar\": 4951, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4938, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2892, \"group\": [1383.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTACAGACG\", \"ini\": 3882, \"clust\": 5008, \"rank\": 4595, \"rankvar\": 609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4939, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 589, \"group\": [5015.0, 1025.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCCCTCAGT\", \"ini\": 3881, \"clust\": 5009, \"rank\": 4654, \"rankvar\": 619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4940, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2208, \"group\": [5009.0, 1023.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGATGGGTC\", \"ini\": 3880, \"clust\": 5015, \"rank\": 4624, \"rankvar\": 368, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4941, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 590, \"group\": [5023.0, 1028.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATATGGTC\", \"ini\": 3879, \"clust\": 4922, \"rank\": 4816, \"rankvar\": 4029, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4942, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2209, \"group\": [4922.0, 964.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATCTACGA\", \"ini\": 3878, \"clust\": 5214, \"rank\": 4676, \"rankvar\": 2658, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4943, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2665, \"group\": [5213.0, 1106.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTAGCCA\", \"ini\": 3877, \"clust\": 1411, \"rank\": 4611, \"rankvar\": 3843, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4944, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2893, \"group\": [1412.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTAGGCTGA\", \"ini\": 3876, \"clust\": 5021, \"rank\": 4697, \"rankvar\": 4753, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 591, \"group\": [5019.0, 1027.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGCTTG\", \"ini\": 3875, \"clust\": 5001, \"rank\": 4652, \"rankvar\": 2903, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4946, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 592, \"group\": [5003.0, 1019.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATGTAAG\", \"ini\": 3874, \"clust\": 5022, \"rank\": 4734, \"rankvar\": 3236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4947, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 593, \"group\": [5020.0, 1027.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGGATACC\", \"ini\": 3873, \"clust\": 4906, \"rank\": 4815, \"rankvar\": 4252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4948, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2666, \"group\": [4907.0, 960.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCAACCAA\", \"ini\": 3872, \"clust\": 4913, \"rank\": 4893, \"rankvar\": 4676, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 594, \"group\": [4913.0, 963.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGACAGGT\", \"ini\": 3871, \"clust\": 1385, \"rank\": 4748, \"rankvar\": 5015, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4950, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2894, \"group\": [1384.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGCGAGT\", \"ini\": 3870, \"clust\": 1538, \"rank\": 4094, \"rankvar\": 4327, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4951, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2895, \"group\": [1539.0, 203.0, 32.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCACCGTC\", \"ini\": 3869, \"clust\": 5000, \"rank\": 4712, \"rankvar\": 2937, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4952, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2667, \"group\": [4999.0, 1019.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTAGCTCCG\", \"ini\": 3868, \"clust\": 5057, \"rank\": 4640, \"rankvar\": 2343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4953, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2210, \"group\": [5058.0, 1038.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTCCCTGA\", \"ini\": 3867, \"clust\": 5058, \"rank\": 4600, \"rankvar\": 4113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4954, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2211, \"group\": [5059.0, 1038.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCATCGACGC\", \"ini\": 3866, \"clust\": 2348, \"rank\": 4788, \"rankvar\": 4922, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4955, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5125, \"group\": [2349.0, 404.0, 64.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAACTGCTA\", \"ini\": 3865, \"clust\": 1249, \"rank\": 4417, \"rankvar\": 5120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4956, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3074, \"group\": [1247.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGAACAATC\", \"ini\": 3864, \"clust\": 1305, \"rank\": 4400, \"rankvar\": 5085, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4957, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2896, \"group\": [1306.0, 160.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGCACCGTC\", \"ini\": 3863, \"clust\": 1395, \"rank\": 4727, \"rankvar\": 3359, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4958, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2897, \"group\": [1396.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGTTACAG\", \"ini\": 3862, \"clust\": 5005, \"rank\": 4585, \"rankvar\": 3592, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4959, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2212, \"group\": [5005.0, 1020.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATCCAAC\", \"ini\": 3861, \"clust\": 1436, \"rank\": 4491, \"rankvar\": 4838, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4960, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2898, \"group\": [1437.0, 167.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCCCAAGTA\", \"ini\": 3860, \"clust\": 1272, \"rank\": 4684, \"rankvar\": 5156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4961, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 208, \"group\": [1269.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCATGCAAC\", \"ini\": 3859, \"clust\": 2357, \"rank\": 4573, \"rankvar\": 3293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4962, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5126, \"group\": [2357.0, 410.0, 66.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTACTTAC\", \"ini\": 3858, \"clust\": 1306, \"rank\": 4317, \"rankvar\": 5048, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4963, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2899, \"group\": [1307.0, 160.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGCACCGTC\", \"ini\": 3857, \"clust\": 1243, \"rank\": 4682, \"rankvar\": 5092, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4964, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 209, \"group\": [1244.0, 147.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTATTCTC\", \"ini\": 3856, \"clust\": 5043, \"rank\": 4441, \"rankvar\": 3663, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4965, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2213, \"group\": [5043.0, 1035.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCGAGCCCA\", \"ini\": 3855, \"clust\": 1547, \"rank\": 4386, \"rankvar\": 4879, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4966, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2900, \"group\": [1544.0, 205.0, 32.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGATCGGGT\", \"ini\": 3854, \"clust\": 5025, \"rank\": 4744, \"rankvar\": 4165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4967, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2214, \"group\": [5029.0, 1030.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTTGTACAC\", \"ini\": 3853, \"clust\": 1224, \"rank\": 4701, \"rankvar\": 3453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4968, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2215, \"group\": [1223.0, 145.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAATCGAAA\", \"ini\": 3852, \"clust\": 2351, \"rank\": 4646, \"rankvar\": 3679, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4969, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2216, \"group\": [2352.0, 405.0, 64.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGTGCCTG\", \"ini\": 3851, \"clust\": 4895, \"rank\": 4934, \"rankvar\": 5114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4970, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2217, \"group\": [4896.0, 957.0, 165.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACGACGT\", \"ini\": 3850, \"clust\": 5031, \"rank\": 4782, \"rankvar\": 4107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4971, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2218, \"group\": [5035.0, 1030.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTTCTCATT\", \"ini\": 3849, \"clust\": 1284, \"rank\": 4584, \"rankvar\": 4663, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4972, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3075, \"group\": [1286.0, 153.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATGTCCC\", \"ini\": 3848, \"clust\": 5054, \"rank\": 4774, \"rankvar\": 4193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4973, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2219, \"group\": [5054.0, 1037.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTCAAGTG\", \"ini\": 3847, \"clust\": 4911, \"rank\": 4732, \"rankvar\": 1025, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 595, \"group\": [4919.0, 963.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCAGAGGGATA\", \"ini\": 3846, \"clust\": 2476, \"rank\": 4878, \"rankvar\": 4900, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4975, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2220, \"group\": [2475.0, 450.0, 79.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTAGCCTAT\", \"ini\": 3845, \"clust\": 1437, \"rank\": 4586, \"rankvar\": 4708, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4976, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2901, \"group\": [1435.0, 167.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGTTAGCGG\", \"ini\": 3844, \"clust\": 1438, \"rank\": 4516, \"rankvar\": 4602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4977, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2902, \"group\": [1436.0, 167.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGCACACGCTG\", \"ini\": 3843, \"clust\": 4990, \"rank\": 4394, \"rankvar\": 4036, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4978, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2221, \"group\": [4989.0, 1014.0, 181.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCAGAAGG\", \"ini\": 3842, \"clust\": 1266, \"rank\": 4690, \"rankvar\": 4802, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4979, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 210, \"group\": [1268.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACACTGCCAG\", \"ini\": 3841, \"clust\": 1244, \"rank\": 4847, \"rankvar\": 4940, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4980, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 211, \"group\": [1242.0, 147.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGACTGTAA\", \"ini\": 3840, \"clust\": 1544, \"rank\": 4101, \"rankvar\": 5112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4981, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2903, \"group\": [1548.0, 205.0, 32.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTGAGGTG\", \"ini\": 3839, \"clust\": 1341, \"rank\": 4548, \"rankvar\": 4781, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4982, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2904, \"group\": [1341.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCAGTAAGAT\", \"ini\": 3838, \"clust\": 4985, \"rank\": 4525, \"rankvar\": 2919, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 596, \"group\": [4986.0, 1012.0, 181.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCACCCTATC\", \"ini\": 3837, \"clust\": 1279, \"rank\": 4818, \"rankvar\": 5176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4984, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 212, \"group\": [1275.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCCTCGCAT\", \"ini\": 3836, \"clust\": 2339, \"rank\": 4715, \"rankvar\": 4452, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4985, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2222, \"group\": [2346.0, 403.0, 64.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGACGAT\", \"ini\": 3835, \"clust\": 4986, \"rank\": 4466, \"rankvar\": 3545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4986, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2668, \"group\": [4987.0, 1013.0, 181.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGTGGTAAT\", \"ini\": 3834, \"clust\": 1469, \"rank\": 4325, \"rankvar\": 4769, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4987, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3029, \"group\": [1469.0, 172.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTTCTGGTA\", \"ini\": 3833, \"clust\": 71, \"rank\": 4760, \"rankvar\": 5184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4988, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5208, \"group\": [71.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGAAGGTTT\", \"ini\": 3832, \"clust\": 2347, \"rank\": 4884, \"rankvar\": 4576, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4989, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5127, \"group\": [2348.0, 404.0, 64.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCAAGCTGGA\", \"ini\": 3831, \"clust\": 1369, \"rank\": 4635, \"rankvar\": 5151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4990, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2905, \"group\": [1369.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGCAAAGGTGC\", \"ini\": 3830, \"clust\": 4923, \"rank\": 4881, \"rankvar\": 4025, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4991, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2223, \"group\": [4923.0, 964.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGGTCCC\", \"ini\": 3829, \"clust\": 2337, \"rank\": 4622, \"rankvar\": 4068, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4992, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2224, \"group\": [2336.0, 402.0, 64.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCTAACTC\", \"ini\": 3828, \"clust\": 5017, \"rank\": 4874, \"rankvar\": 4079, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4993, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2225, \"group\": [5016.0, 1026.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGTGCC\", \"ini\": 3827, \"clust\": 1470, \"rank\": 4448, \"rankvar\": 4480, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4994, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3030, \"group\": [1470.0, 172.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATAGAAAC\", \"ini\": 3826, \"clust\": 5027, \"rank\": 4799, \"rankvar\": 4817, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4995, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2226, \"group\": [5026.0, 1030.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTGGACGT\", \"ini\": 3825, \"clust\": 1191, \"rank\": 4621, \"rankvar\": 4316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4996, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2906, \"group\": [1190.0, 139.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATGAGCGA\", \"ini\": 3824, \"clust\": 2336, \"rank\": 4830, \"rankvar\": 4697, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4997, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2227, \"group\": [2338.0, 402.0, 64.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTGATACG\", \"ini\": 3823, \"clust\": 1242, \"rank\": 4578, \"rankvar\": 4705, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4998, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 213, \"group\": [1280.0, 149.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGGTGTTG\", \"ini\": 3822, \"clust\": 1432, \"rank\": 4625, \"rankvar\": 4005, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4999, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2907, \"group\": [1431.0, 167.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCACCGCTAG\", \"ini\": 3821, \"clust\": 1370, \"rank\": 4719, \"rankvar\": 5049, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5000, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2908, \"group\": [1370.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCTGTGCAA\", \"ini\": 3820, \"clust\": 1548, \"rank\": 4490, \"rankvar\": 4623, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5001, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2909, \"group\": [1545.0, 205.0, 32.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTTGAC\", \"ini\": 3819, \"clust\": 5018, \"rank\": 4853, \"rankvar\": 3829, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5002, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2228, \"group\": [5017.0, 1026.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTATCCAGATCA\", \"ini\": 3818, \"clust\": 1291, \"rank\": 4796, \"rankvar\": 4872, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5003, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 214, \"group\": [1292.0, 155.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTCATCCCT\", \"ini\": 3817, \"clust\": 4937, \"rank\": 4885, \"rankvar\": 4162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5004, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 597, \"group\": [4937.0, 973.0, 168.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACTTACGA\", \"ini\": 3816, \"clust\": 1430, \"rank\": 4651, \"rankvar\": 4590, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5005, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2910, \"group\": [1434.0, 167.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCCGCCTA\", \"ini\": 3815, \"clust\": 1339, \"rank\": 4583, \"rankvar\": 5029, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5006, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2911, \"group\": [1342.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATCCCGC\", \"ini\": 3814, \"clust\": 1245, \"rank\": 4891, \"rankvar\": 5103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5007, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 215, \"group\": [1243.0, 147.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCAAACCAC\", \"ini\": 3813, \"clust\": 1466, \"rank\": 4608, \"rankvar\": 3455, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5008, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2912, \"group\": [1467.0, 172.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCTGCT\", \"ini\": 3812, \"clust\": 5020, \"rank\": 4858, \"rankvar\": 4593, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5009, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2229, \"group\": [5021.0, 1027.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACACTGCG\", \"ini\": 3811, \"clust\": 1250, \"rank\": 4649, \"rankvar\": 5207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5010, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3076, \"group\": [1248.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTCAGGACA\", \"ini\": 3810, \"clust\": 1467, \"rank\": 4607, \"rankvar\": 5020, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5011, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2913, \"group\": [1468.0, 172.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTACACCT\", \"ini\": 3809, \"clust\": 1292, \"rank\": 4804, \"rankvar\": 5021, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5012, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 216, \"group\": [1290.0, 155.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCTCGTTTA\", \"ini\": 3808, \"clust\": 1275, \"rank\": 4920, \"rankvar\": 5125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5013, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 217, \"group\": [1272.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTTGACAC\", \"ini\": 3807, \"clust\": 5013, \"rank\": 4735, \"rankvar\": 3373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5014, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2230, \"group\": [5011.0, 1024.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTAGGTT\", \"ini\": 3806, \"clust\": 1387, \"rank\": 4784, \"rankvar\": 4867, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5015, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2914, \"group\": [1392.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAGACAAAT\", \"ini\": 3805, \"clust\": 4921, \"rank\": 4961, \"rankvar\": 3105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5016, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2231, \"group\": [4924.0, 964.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCCTCAATT\", \"ini\": 3804, \"clust\": 5028, \"rank\": 4889, \"rankvar\": 4471, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5017, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2232, \"group\": [5027.0, 1030.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCACGACG\", \"ini\": 3803, \"clust\": 1422, \"rank\": 4559, \"rankvar\": 5069, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5018, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2915, \"group\": [1422.0, 167.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATGCCTAA\", \"ini\": 3802, \"clust\": 1426, \"rank\": 4740, \"rankvar\": 4902, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5019, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2916, \"group\": [1427.0, 167.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGTCTTGCA\", \"ini\": 3801, \"clust\": 1423, \"rank\": 4587, \"rankvar\": 4799, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5020, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2917, \"group\": [1423.0, 167.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGCAGGTA\", \"ini\": 3800, \"clust\": 2338, \"rank\": 4856, \"rankvar\": 4869, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5021, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2233, \"group\": [2337.0, 402.0, 64.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTAGAGTC\", \"ini\": 3799, \"clust\": 1311, \"rank\": 4838, \"rankvar\": 4605, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5022, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2918, \"group\": [1312.0, 163.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGTCTAT\", \"ini\": 3798, \"clust\": 65, \"rank\": 4896, \"rankvar\": 4836, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 598, \"group\": [67.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGAGCTGCA\", \"ini\": 3797, \"clust\": 2349, \"rank\": 4926, \"rankvar\": 4999, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5024, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2234, \"group\": [2350.0, 404.0, 64.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGTCTTGTATC\", \"ini\": 3796, \"clust\": 1357, \"rank\": 4792, \"rankvar\": 4955, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5025, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2919, \"group\": [1360.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACACGAAACG\", \"ini\": 3795, \"clust\": 1382, \"rank\": 4770, \"rankvar\": 5060, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5026, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2920, \"group\": [1386.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCGATAGC\", \"ini\": 3794, \"clust\": 1443, \"rank\": 4785, \"rankvar\": 3984, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5027, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3031, \"group\": [1443.0, 169.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAGGGTATG\", \"ini\": 3793, \"clust\": 1372, \"rank\": 4812, \"rankvar\": 5014, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5028, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2921, \"group\": [1371.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCTGCAC\", \"ini\": 3792, \"clust\": 1440, \"rank\": 4713, \"rankvar\": 2533, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5029, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3032, \"group\": [1440.0, 168.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTCAGACT\", \"ini\": 3791, \"clust\": 5055, \"rank\": 4721, \"rankvar\": 4343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5030, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2235, \"group\": [5056.0, 1038.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCAAAGTCAA\", \"ini\": 3790, \"clust\": 1344, \"rank\": 4807, \"rankvar\": 4933, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5031, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2922, \"group\": [1343.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTTAGCGG\", \"ini\": 3789, \"clust\": 1273, \"rank\": 4835, \"rankvar\": 5198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5032, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 218, \"group\": [1270.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTTGATTGC\", \"ini\": 3788, \"clust\": 1271, \"rank\": 4783, \"rankvar\": 5172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5033, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 219, \"group\": [1271.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGTTCATG\", \"ini\": 3787, \"clust\": 1453, \"rank\": 4714, \"rankvar\": 3586, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5034, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2923, \"group\": [1453.0, 171.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGGAGGTA\", \"ini\": 3786, \"clust\": 1312, \"rank\": 4831, \"rankvar\": 4783, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5035, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3033, \"group\": [1313.0, 163.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGCTGAG\", \"ini\": 3785, \"clust\": 1413, \"rank\": 4887, \"rankvar\": 4532, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5036, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2924, \"group\": [1414.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGTTGGC\", \"ini\": 3784, \"clust\": 5007, \"rank\": 4840, \"rankvar\": 1483, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5037, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2236, \"group\": [5007.0, 1021.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGACACTAA\", \"ini\": 3783, \"clust\": 1226, \"rank\": 4925, \"rankvar\": 5108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5038, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3077, \"group\": [1240.0, 145.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCCTCCAT\", \"ini\": 3782, \"clust\": 1431, \"rank\": 4778, \"rankvar\": 4937, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5039, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2925, \"group\": [1433.0, 167.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACTCCTG\", \"ini\": 3781, \"clust\": 1427, \"rank\": 4832, \"rankvar\": 4996, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5040, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2926, \"group\": [1428.0, 167.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGGCAGTCA\", \"ini\": 3780, \"clust\": 1452, \"rank\": 4776, \"rankvar\": 2772, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5041, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2927, \"group\": [1460.0, 171.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTACAGACG\", \"ini\": 3779, \"clust\": 1276, \"rank\": 4956, \"rankvar\": 5166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5042, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 220, \"group\": [1273.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGGACAA\", \"ini\": 3778, \"clust\": 1277, \"rank\": 4943, \"rankvar\": 5159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5043, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 221, \"group\": [1278.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCATGGGAAC\", \"ini\": 3777, \"clust\": 1274, \"rank\": 5026, \"rankvar\": 5174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5044, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 222, \"group\": [1274.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATAGGATA\", \"ini\": 3776, \"clust\": 1433, \"rank\": 4781, \"rankvar\": 4558, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5045, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2928, \"group\": [1432.0, 167.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGTTTGT\", \"ini\": 3775, \"clust\": 5056, \"rank\": 4824, \"rankvar\": 4541, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5046, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2237, \"group\": [5057.0, 1038.0, 184.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACAGATGAGC\", \"ini\": 3774, \"clust\": 1414, \"rank\": 4912, \"rankvar\": 4609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5047, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2929, \"group\": [1415.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCTCTGAGA\", \"ini\": 3773, \"clust\": 2358, \"rank\": 4795, \"rankvar\": 4215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5048, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2238, \"group\": [2358.0, 410.0, 66.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTTCGAATC\", \"ini\": 3772, \"clust\": 1458, \"rank\": 4864, \"rankvar\": 3992, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5049, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2930, \"group\": [1457.0, 171.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCTCCAT\", \"ini\": 3771, \"clust\": 1481, \"rank\": 5009, \"rankvar\": 4666, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5050, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2931, \"group\": [1481.0, 176.0, 26.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAGAAGC\", \"ini\": 3770, \"clust\": 1379, \"rank\": 4850, \"rankvar\": 4906, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5051, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2932, \"group\": [1381.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCACGGTGTC\", \"ini\": 3769, \"clust\": 4902, \"rank\": 5124, \"rankvar\": 4965, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 599, \"group\": [4905.0, 960.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCAATGGACG\", \"ini\": 3768, \"clust\": 1267, \"rank\": 4964, \"rankvar\": 4864, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5053, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 223, \"group\": [1264.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTCAAACTC\", \"ini\": 3767, \"clust\": 1421, \"rank\": 4797, \"rankvar\": 4771, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5054, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2933, \"group\": [1424.0, 167.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGCGATAGC\", \"ini\": 3766, \"clust\": 67, \"rank\": 5044, \"rankvar\": 5139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5055, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 600, \"group\": [66.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTACGCACC\", \"ini\": 3765, \"clust\": 1278, \"rank\": 4973, \"rankvar\": 5145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5056, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 224, \"group\": [1277.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTATATGAG\", \"ini\": 3764, \"clust\": 4924, \"rank\": 5065, \"rankvar\": 4279, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5057, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2239, \"group\": [4925.0, 964.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTTGTTTC\", \"ini\": 3763, \"clust\": 1429, \"rank\": 4814, \"rankvar\": 4528, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5058, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2934, \"group\": [1430.0, 167.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGGTTCGGGCT\", \"ini\": 3762, \"clust\": 1459, \"rank\": 4860, \"rankvar\": 4152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5059, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2935, \"group\": [1458.0, 171.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTGTGACCC\", \"ini\": 3761, \"clust\": 1321, \"rank\": 4773, \"rankvar\": 4657, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5060, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2936, \"group\": [1339.0, 164.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTACGTAA\", \"ini\": 3760, \"clust\": 1412, \"rank\": 4877, \"rankvar\": 4668, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5061, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2937, \"group\": [1413.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTTCACGGC\", \"ini\": 3759, \"clust\": 4914, \"rank\": 5106, \"rankvar\": 5070, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5062, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2240, \"group\": [4918.0, 963.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCAAGGCTT\", \"ini\": 3758, \"clust\": 1396, \"rank\": 4932, \"rankvar\": 4408, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5063, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2938, \"group\": [1397.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCATCGGCGGTT\", \"ini\": 3757, \"clust\": 5033, \"rank\": 5113, \"rankvar\": 4812, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5064, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2241, \"group\": [5032.0, 1030.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTCGGGTCT\", \"ini\": 3756, \"clust\": 1473, \"rank\": 4786, \"rankvar\": 4650, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5065, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3034, \"group\": [1473.0, 173.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTCTGCGGT\", \"ini\": 3755, \"clust\": 1416, \"rank\": 4914, \"rankvar\": 4744, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5066, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2939, \"group\": [1418.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCTGCGGT\", \"ini\": 3754, \"clust\": 1280, \"rank\": 4936, \"rankvar\": 5046, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5067, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 225, \"group\": [1276.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAGGTTTC\", \"ini\": 3753, \"clust\": 5002, \"rank\": 4991, \"rankvar\": 3256, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5068, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2242, \"group\": [5001.0, 1019.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGCCCGAAA\", \"ini\": 3752, \"clust\": 1371, \"rank\": 4880, \"rankvar\": 5142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5069, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2940, \"group\": [1373.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCTGTAT\", \"ini\": 3751, \"clust\": 5032, \"rank\": 5036, \"rankvar\": 4520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5070, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2243, \"group\": [5034.0, 1030.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGACAGACC\", \"ini\": 3750, \"clust\": 1366, \"rank\": 4954, \"rankvar\": 5122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5071, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2941, \"group\": [1367.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCGAATGGG\", \"ini\": 3749, \"clust\": 1455, \"rank\": 4867, \"rankvar\": 4223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5072, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2942, \"group\": [1455.0, 171.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCGCATAT\", \"ini\": 3748, \"clust\": 1391, \"rank\": 4967, \"rankvar\": 5007, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5073, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2943, \"group\": [1389.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCGGCGCAT\", \"ini\": 3747, \"clust\": 1383, \"rank\": 4931, \"rankvar\": 4871, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5074, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2944, \"group\": [1385.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCAGCTGTAT\", \"ini\": 3746, \"clust\": 1342, \"rank\": 4869, \"rankvar\": 4648, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5075, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2945, \"group\": [1346.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCAGCTTAG\", \"ini\": 3745, \"clust\": 659, \"rank\": 4993, \"rankvar\": 3245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5076, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2946, \"group\": [662.0, 117.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGCTAACTC\", \"ini\": 3744, \"clust\": 1297, \"rank\": 4909, \"rankvar\": 5010, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5077, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3078, \"group\": [1299.0, 155.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTCCAACTA\", \"ini\": 3743, \"clust\": 5014, \"rank\": 4946, \"rankvar\": 4367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5078, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2244, \"group\": [5012.0, 1024.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTACGCCC\", \"ini\": 3742, \"clust\": 5003, \"rank\": 5022, \"rankvar\": 3439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5079, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2669, \"group\": [5002.0, 1019.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCTGCCAGG\", \"ini\": 3741, \"clust\": 1373, \"rank\": 4907, \"rankvar\": 5077, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5080, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2947, \"group\": [1372.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTTACGA\", \"ini\": 3740, \"clust\": 1352, \"rank\": 4963, \"rankvar\": 5033, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5081, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2948, \"group\": [1353.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAAGATGTTAG\", \"ini\": 3739, \"clust\": 1307, \"rank\": 4779, \"rankvar\": 5152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5082, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2949, \"group\": [1308.0, 160.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAAGAGGCT\", \"ini\": 3738, \"clust\": 1386, \"rank\": 4836, \"rankvar\": 5201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5083, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2950, \"group\": [1393.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCTTAGAGC\", \"ini\": 3737, \"clust\": 1442, \"rank\": 4910, \"rankvar\": 4007, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5084, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3035, \"group\": [1450.0, 169.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGTAGATGT\", \"ini\": 3736, \"clust\": 1285, \"rank\": 4904, \"rankvar\": 5067, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5085, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3079, \"group\": [1284.0, 153.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGTCTTGCA\", \"ini\": 3735, \"clust\": 1359, \"rank\": 4985, \"rankvar\": 5016, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5086, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2951, \"group\": [1357.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAACGATGG\", \"ini\": 3734, \"clust\": 1368, \"rank\": 4933, \"rankvar\": 5071, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5087, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2952, \"group\": [1374.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAACGCGA\", \"ini\": 3733, \"clust\": 1450, \"rank\": 4809, \"rankvar\": 4765, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5088, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2953, \"group\": [1451.0, 170.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAAGCGAGT\", \"ini\": 3732, \"clust\": 1367, \"rank\": 4987, \"rankvar\": 5138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5089, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2954, \"group\": [1368.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGGACGAAA\", \"ini\": 3731, \"clust\": 1460, \"rank\": 4905, \"rankvar\": 5057, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5090, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2955, \"group\": [1466.0, 171.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTGGTTCC\", \"ini\": 3730, \"clust\": 1402, \"rank\": 5051, \"rankvar\": 5052, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5091, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2956, \"group\": [1404.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAGCGATCC\", \"ini\": 3729, \"clust\": 5026, \"rank\": 4995, \"rankvar\": 4581, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5092, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2245, \"group\": [5028.0, 1030.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACTGGG\", \"ini\": 3728, \"clust\": 1403, \"rank\": 5048, \"rankvar\": 4960, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5093, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2957, \"group\": [1402.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGTCGTAGGTT\", \"ini\": 3727, \"clust\": 1457, \"rank\": 4960, \"rankvar\": 3741, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5094, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2958, \"group\": [1459.0, 171.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTTCAACT\", \"ini\": 3726, \"clust\": 1259, \"rank\": 4989, \"rankvar\": 4873, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5095, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2959, \"group\": [1258.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCATCATTC\", \"ini\": 3725, \"clust\": 1257, \"rank\": 5019, \"rankvar\": 5148, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5096, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2960, \"group\": [1254.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGCACGCCT\", \"ini\": 3724, \"clust\": 1354, \"rank\": 5028, \"rankvar\": 5058, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5097, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2961, \"group\": [1355.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCGATTGT\", \"ini\": 3723, \"clust\": 1456, \"rank\": 4978, \"rankvar\": 3917, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5098, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2962, \"group\": [1456.0, 171.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTTGACTG\", \"ini\": 3722, \"clust\": 1417, \"rank\": 4981, \"rankvar\": 3891, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5099, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2963, \"group\": [1416.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTAAGTTCC\", \"ini\": 3721, \"clust\": 1225, \"rank\": 4922, \"rankvar\": 4905, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5100, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3080, \"group\": [1224.0, 145.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGATGGAA\", \"ini\": 3720, \"clust\": 1362, \"rank\": 4982, \"rankvar\": 5013, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5101, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2964, \"group\": [1362.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTGGGTCAA\", \"ini\": 3719, \"clust\": 5012, \"rank\": 4892, \"rankvar\": 2210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5102, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3036, \"group\": [5013.0, 1024.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCAAACTG\", \"ini\": 3718, \"clust\": 1464, \"rank\": 4962, \"rankvar\": 4854, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5103, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3037, \"group\": [1463.0, 171.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATCCAAC\", \"ini\": 3717, \"clust\": 1288, \"rank\": 4955, \"rankvar\": 4927, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5104, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2965, \"group\": [1287.0, 154.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGAGTACAT\", \"ini\": 3716, \"clust\": 1286, \"rank\": 4897, \"rankvar\": 4946, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5105, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3038, \"group\": [1285.0, 153.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGGCAAAGA\", \"ini\": 3715, \"clust\": 1258, \"rank\": 5021, \"rankvar\": 5089, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5106, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2966, \"group\": [1255.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGTCAATAG\", \"ini\": 3714, \"clust\": 1345, \"rank\": 5015, \"rankvar\": 4857, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5107, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2967, \"group\": [1344.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCGAATGCT\", \"ini\": 3713, \"clust\": 1350, \"rank\": 4915, \"rankvar\": 5094, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5108, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2968, \"group\": [1347.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCATTCACT\", \"ini\": 3712, \"clust\": 1404, \"rank\": 5105, \"rankvar\": 4868, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5109, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2969, \"group\": [1403.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACCCATTC\", \"ini\": 3711, \"clust\": 1349, \"rank\": 4908, \"rankvar\": 5101, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5110, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2970, \"group\": [1349.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCTCAGT\", \"ini\": 3710, \"clust\": 1263, \"rank\": 5073, \"rankvar\": 5149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5111, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 226, \"group\": [1262.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGAGCCAA\", \"ini\": 3709, \"clust\": 1418, \"rank\": 5076, \"rankvar\": 4700, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5112, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2971, \"group\": [1417.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTGACAG\", \"ini\": 3708, \"clust\": 1264, \"rank\": 5061, \"rankvar\": 5223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5113, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 227, \"group\": [1260.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCGGCGCTA\", \"ini\": 3707, \"clust\": 1265, \"rank\": 5030, \"rankvar\": 5222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5114, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 228, \"group\": [1261.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCTGGTGTA\", \"ini\": 3706, \"clust\": 1353, \"rank\": 5055, \"rankvar\": 5091, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5115, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2972, \"group\": [1354.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCCAATT\", \"ini\": 3705, \"clust\": 1260, \"rank\": 5090, \"rankvar\": 5117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5116, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2973, \"group\": [1256.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACAGTGAGTG\", \"ini\": 3704, \"clust\": 1327, \"rank\": 4970, \"rankvar\": 4768, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5117, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3039, \"group\": [1338.0, 164.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATTGCGGC\", \"ini\": 3703, \"clust\": 1474, \"rank\": 5004, \"rankvar\": 4387, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5118, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3040, \"group\": [1483.0, 177.0, 26.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTCGCATCG\", \"ini\": 3702, \"clust\": 5010, \"rank\": 5054, \"rankvar\": 4479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5119, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2246, \"group\": [5010.0, 1023.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTCCTGCTT\", \"ini\": 3701, \"clust\": 1393, \"rank\": 5063, \"rankvar\": 4518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5120, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2974, \"group\": [1394.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACCCACC\", \"ini\": 3700, \"clust\": 1392, \"rank\": 5078, \"rankvar\": 4991, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5121, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2975, \"group\": [1390.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACCATTCCTGC\", \"ini\": 3699, \"clust\": 1316, \"rank\": 5040, \"rankvar\": 4924, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5122, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3041, \"group\": [1321.0, 164.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACGAAGCA\", \"ini\": 3698, \"clust\": 1479, \"rank\": 5141, \"rankvar\": 4810, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5123, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3081, \"group\": [1479.0, 175.0, 26.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGACAGGAACGT\", \"ini\": 3697, \"clust\": 1358, \"rank\": 5035, \"rankvar\": 4978, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5124, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2976, \"group\": [1359.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCTAGGGC\", \"ini\": 3696, \"clust\": 1445, \"rank\": 4950, \"rankvar\": 4350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5125, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3042, \"group\": [1447.0, 169.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACTCGGGAGTA\", \"ini\": 3695, \"clust\": 5034, \"rank\": 5129, \"rankvar\": 4173, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5126, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2247, \"group\": [5033.0, 1030.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACATTCCTGC\", \"ini\": 3694, \"clust\": 1363, \"rank\": 5052, \"rankvar\": 5113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5127, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2977, \"group\": [1363.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTTCGAGA\", \"ini\": 3693, \"clust\": 4917, \"rank\": 5207, \"rankvar\": 4941, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5128, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 601, \"group\": [4916.0, 963.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACCTTTG\", \"ini\": 3692, \"clust\": 1233, \"rank\": 5120, \"rankvar\": 4953, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5129, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2978, \"group\": [1239.0, 145.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTGCCTTGG\", \"ini\": 3691, \"clust\": 1415, \"rank\": 5115, \"rankvar\": 4624, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5130, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2979, \"group\": [1419.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGACTTGAA\", \"ini\": 3690, \"clust\": 1409, \"rank\": 5114, \"rankvar\": 5131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5131, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2980, \"group\": [1409.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTCTCAACA\", \"ini\": 3689, \"clust\": 4998, \"rank\": 5162, \"rankvar\": 4675, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5132, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2248, \"group\": [5000.0, 1019.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCAACGCTA\", \"ini\": 3688, \"clust\": 1394, \"rank\": 5126, \"rankvar\": 4794, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5133, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2981, \"group\": [1395.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGGCT\", \"ini\": 3687, \"clust\": 1235, \"rank\": 5099, \"rankvar\": 4850, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5134, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3082, \"group\": [1231.0, 145.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCTGCGACG\", \"ini\": 3686, \"clust\": 1330, \"rank\": 5017, \"rankvar\": 4828, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5135, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3043, \"group\": [1329.0, 164.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTCCTTC\", \"ini\": 3685, \"clust\": 1227, \"rank\": 5064, \"rankvar\": 4928, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5136, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3083, \"group\": [1228.0, 145.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGGTGCAAC\", \"ini\": 3684, \"clust\": 1388, \"rank\": 5121, \"rankvar\": 5161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5137, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2982, \"group\": [1387.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGATAGGAG\", \"ini\": 3683, \"clust\": 1229, \"rank\": 5049, \"rankvar\": 5107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5138, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3084, \"group\": [1225.0, 145.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCAGGA\", \"ini\": 3682, \"clust\": 1308, \"rank\": 5012, \"rankvar\": 5079, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5139, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2983, \"group\": [1309.0, 160.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGATATACG\", \"ini\": 3681, \"clust\": 1325, \"rank\": 5071, \"rankvar\": 3736, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5140, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3044, \"group\": [1324.0, 164.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTTGATTCG\", \"ini\": 3680, \"clust\": 1446, \"rank\": 5050, \"rankvar\": 3610, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5141, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3045, \"group\": [1445.0, 169.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCACCAGTTA\", \"ini\": 3679, \"clust\": 1355, \"rank\": 5133, \"rankvar\": 5173, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5142, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2984, \"group\": [1356.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCACCCGAG\", \"ini\": 3678, \"clust\": 1289, \"rank\": 5096, \"rankvar\": 4972, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5143, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2985, \"group\": [1288.0, 154.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTCCAGTAT\", \"ini\": 3677, \"clust\": 1234, \"rank\": 5132, \"rankvar\": 4057, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5144, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3085, \"group\": [1233.0, 145.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAATGGAAT\", \"ini\": 3676, \"clust\": 1270, \"rank\": 5164, \"rankvar\": 5185, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5145, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 229, \"group\": [1267.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGTACGCGA\", \"ini\": 3675, \"clust\": 1463, \"rank\": 5069, \"rankvar\": 4926, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5146, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3046, \"group\": [1465.0, 171.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTCCTG\", \"ini\": 3674, \"clust\": 1331, \"rank\": 5117, \"rankvar\": 4962, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5147, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3047, \"group\": [1330.0, 164.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCTGTTCA\", \"ini\": 3673, \"clust\": 1318, \"rank\": 5068, \"rankvar\": 4296, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5148, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2986, \"group\": [1319.0, 164.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTCCGAAGA\", \"ini\": 3672, \"clust\": 1328, \"rank\": 5111, \"rankvar\": 4842, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5149, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3048, \"group\": [1327.0, 164.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTACAAGTA\", \"ini\": 3671, \"clust\": 1390, \"rank\": 5134, \"rankvar\": 5163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5150, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2987, \"group\": [1391.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCATCGATG\", \"ini\": 3670, \"clust\": 4925, \"rank\": 5172, \"rankvar\": 4026, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5151, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2249, \"group\": [4926.0, 964.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGGTACAGACG\", \"ini\": 3669, \"clust\": 1323, \"rank\": 5086, \"rankvar\": 4149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5152, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2988, \"group\": [1322.0, 164.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTCATCCA\", \"ini\": 3668, \"clust\": 1376, \"rank\": 5136, \"rankvar\": 4876, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5153, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2989, \"group\": [1377.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCTTGACGA\", \"ini\": 3667, \"clust\": 1461, \"rank\": 5097, \"rankvar\": 4936, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5154, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3049, \"group\": [1461.0, 171.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTCTCTG\", \"ini\": 3666, \"clust\": 1360, \"rank\": 5144, \"rankvar\": 5153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5155, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2990, \"group\": [1358.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGCGATA\", \"ini\": 3665, \"clust\": 1332, \"rank\": 5128, \"rankvar\": 4974, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5156, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3050, \"group\": [1337.0, 164.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATAGTCA\", \"ini\": 3664, \"clust\": 1364, \"rank\": 5122, \"rankvar\": 5043, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5157, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2991, \"group\": [1365.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGCGCTTG\", \"ini\": 3663, \"clust\": 1262, \"rank\": 5092, \"rankvar\": 5189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5158, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3086, \"group\": [1263.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACATCACGAT\", \"ini\": 3662, \"clust\": 1231, \"rank\": 5143, \"rankvar\": 4707, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5159, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3087, \"group\": [1229.0, 145.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAACTGGCC\", \"ini\": 3661, \"clust\": 1356, \"rank\": 5142, \"rankvar\": 5038, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5160, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2992, \"group\": [1361.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTCGAACAG\", \"ini\": 3660, \"clust\": 1313, \"rank\": 5095, \"rankvar\": 4629, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5161, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3051, \"group\": [1316.0, 164.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCTTGTACT\", \"ini\": 3659, \"clust\": 1351, \"rank\": 5093, \"rankvar\": 5127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5162, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2993, \"group\": [1348.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGGATCGA\", \"ini\": 3658, \"clust\": 1444, \"rank\": 5138, \"rankvar\": 4645, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5163, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3052, \"group\": [1444.0, 169.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTAGAGTGC\", \"ini\": 3657, \"clust\": 1261, \"rank\": 5151, \"rankvar\": 5209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5164, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2994, \"group\": [1257.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCCTAGCG\", \"ini\": 3656, \"clust\": 1322, \"rank\": 5123, \"rankvar\": 4778, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5165, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5134, \"group\": [1326.0, 164.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCACCATGTA\", \"ini\": 3655, \"clust\": 1462, \"rank\": 5088, \"rankvar\": 4254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5166, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3053, \"group\": [1462.0, 171.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCTGCAAT\", \"ini\": 3654, \"clust\": 1406, \"rank\": 5148, \"rankvar\": 5088, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5167, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2995, \"group\": [1406.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAAGGCGT\", \"ini\": 3653, \"clust\": 1407, \"rank\": 5179, \"rankvar\": 5078, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5168, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2996, \"group\": [1407.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTTCTGAAC\", \"ini\": 3652, \"clust\": 1324, \"rank\": 5139, \"rankvar\": 4784, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5169, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5135, \"group\": [1323.0, 164.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCTAGAAC\", \"ini\": 3651, \"clust\": 1374, \"rank\": 5149, \"rankvar\": 5102, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5170, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2997, \"group\": [1375.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCGACTAT\", \"ini\": 3650, \"clust\": 1240, \"rank\": 5131, \"rankvar\": 5165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5171, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 230, \"group\": [1236.0, 145.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAGTTAGGGTG\", \"ini\": 3649, \"clust\": 1337, \"rank\": 5167, \"rankvar\": 4954, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5172, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3054, \"group\": [1335.0, 164.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCGATAA\", \"ini\": 3648, \"clust\": 1475, \"rank\": 5161, \"rankvar\": 4795, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5173, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3055, \"group\": [1475.0, 175.0, 26.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGCTGAAAT\", \"ini\": 3647, \"clust\": 1346, \"rank\": 5047, \"rankvar\": 5158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5174, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2998, \"group\": [1352.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCCGAGTC\", \"ini\": 3646, \"clust\": 1410, \"rank\": 5166, \"rankvar\": 4959, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5175, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2999, \"group\": [1410.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGAGTAGA\", \"ini\": 3645, \"clust\": 1230, \"rank\": 5137, \"rankvar\": 4982, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5176, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3088, \"group\": [1226.0, 145.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGTTTACG\", \"ini\": 3644, \"clust\": 1319, \"rank\": 5174, \"rankvar\": 4289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5177, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3000, \"group\": [1317.0, 164.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAGTTCCGGCA\", \"ini\": 3643, \"clust\": 4907, \"rank\": 5229, \"rankvar\": 5111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5178, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3089, \"group\": [4908.0, 961.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACAGATTC\", \"ini\": 3642, \"clust\": 1326, \"rank\": 5102, \"rankvar\": 4945, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5179, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5136, \"group\": [1325.0, 164.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATCTCG\", \"ini\": 3641, \"clust\": 1361, \"rank\": 5152, \"rankvar\": 5121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5180, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3001, \"group\": [1364.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAAACCCAT\", \"ini\": 3640, \"clust\": 1343, \"rank\": 5145, \"rankvar\": 5140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5181, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3002, \"group\": [1345.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTAGGGTTTCT\", \"ini\": 3639, \"clust\": 1408, \"rank\": 5185, \"rankvar\": 5110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5182, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3056, \"group\": [1411.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTCTCGGC\", \"ini\": 3638, \"clust\": 1399, \"rank\": 5200, \"rankvar\": 5147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5183, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3003, \"group\": [1398.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAGCCTGTG\", \"ini\": 3637, \"clust\": 4909, \"rank\": 5230, \"rankvar\": 5206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5184, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 602, \"group\": [4910.0, 962.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCGTGGTCG\", \"ini\": 3636, \"clust\": 1380, \"rank\": 5130, \"rankvar\": 5187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5185, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3004, \"group\": [1379.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCAGCCTTGG\", \"ini\": 3635, \"clust\": 1239, \"rank\": 5182, \"rankvar\": 5097, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5186, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3090, \"group\": [1238.0, 145.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAAGCTCCCAG\", \"ini\": 3634, \"clust\": 1389, \"rank\": 5176, \"rankvar\": 5186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5187, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3005, \"group\": [1388.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCCGAATT\", \"ini\": 3633, \"clust\": 1236, \"rank\": 5169, \"rankvar\": 5000, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5188, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3057, \"group\": [1232.0, 145.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGTCGCG\", \"ini\": 3632, \"clust\": 1333, \"rank\": 5191, \"rankvar\": 4957, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5189, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3058, \"group\": [1331.0, 164.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGGTGAGTATA\", \"ini\": 3631, \"clust\": 1268, \"rank\": 5178, \"rankvar\": 5129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5190, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 231, \"group\": [1265.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTGTGAAAT\", \"ini\": 3630, \"clust\": 4915, \"rank\": 5216, \"rankvar\": 4806, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5191, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3091, \"group\": [4914.0, 963.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGAGTTTCCTT\", \"ini\": 3629, \"clust\": 1335, \"rank\": 5170, \"rankvar\": 5068, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5192, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3059, \"group\": [1333.0, 164.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGAGGGA\", \"ini\": 3628, \"clust\": 1378, \"rank\": 5089, \"rankvar\": 5171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5193, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3006, \"group\": [1382.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCAAACTC\", \"ini\": 3627, \"clust\": 1334, \"rank\": 5188, \"rankvar\": 5137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5194, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3060, \"group\": [1332.0, 164.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCAACGGGA\", \"ini\": 3626, \"clust\": 1448, \"rank\": 5177, \"rankvar\": 1067, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5195, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3061, \"group\": [1448.0, 169.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTATGAATG\", \"ini\": 3625, \"clust\": 1348, \"rank\": 5155, \"rankvar\": 5177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5196, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3007, \"group\": [1350.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGTCAGAGGTG\", \"ini\": 3624, \"clust\": 1476, \"rank\": 5202, \"rankvar\": 4987, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5197, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3008, \"group\": [1476.0, 175.0, 26.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCGGCA\", \"ini\": 3623, \"clust\": 1314, \"rank\": 5183, \"rankvar\": 4618, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5198, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3062, \"group\": [1314.0, 164.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTGTCTGATCA\", \"ini\": 3622, \"clust\": 1237, \"rank\": 5210, \"rankvar\": 5100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5199, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3092, \"group\": [1234.0, 145.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGAGGACGG\", \"ini\": 3621, \"clust\": 1375, \"rank\": 5193, \"rankvar\": 5124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5200, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3009, \"group\": [1376.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCATTTCAGG\", \"ini\": 3620, \"clust\": 1228, \"rank\": 5201, \"rankvar\": 4956, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5201, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3093, \"group\": [1227.0, 145.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCTAAAGA\", \"ini\": 3619, \"clust\": 1449, \"rank\": 5160, \"rankvar\": 4527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5202, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3063, \"group\": [1449.0, 169.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGGGATGGG\", \"ini\": 3618, \"clust\": 1365, \"rank\": 5203, \"rankvar\": 5063, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5203, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3010, \"group\": [1366.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTTGGAGGT\", \"ini\": 3617, \"clust\": 5029, \"rank\": 5214, \"rankvar\": 4685, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5204, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3094, \"group\": [5030.0, 1030.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCGCCAA\", \"ini\": 3616, \"clust\": 1347, \"rank\": 5153, \"rankvar\": 5213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5205, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3011, \"group\": [1351.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTAGCACGA\", \"ini\": 3615, \"clust\": 1241, \"rank\": 5198, \"rankvar\": 5087, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5206, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 232, \"group\": [1237.0, 145.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCTGAAAT\", \"ini\": 3614, \"clust\": 1232, \"rank\": 5217, \"rankvar\": 4677, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5207, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3095, \"group\": [1230.0, 145.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCATGTAGC\", \"ini\": 3613, \"clust\": 1482, \"rank\": 5196, \"rankvar\": 4921, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5208, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3064, \"group\": [1482.0, 176.0, 26.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGGAATGGA\", \"ini\": 3612, \"clust\": 1336, \"rank\": 5204, \"rankvar\": 5116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5209, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3065, \"group\": [1334.0, 164.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTCTGCCAG\", \"ini\": 3611, \"clust\": 1329, \"rank\": 5154, \"rankvar\": 4985, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5210, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3066, \"group\": [1328.0, 164.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTTCAGACT\", \"ini\": 3610, \"clust\": 1477, \"rank\": 5231, \"rankvar\": 5180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5211, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3012, \"group\": [1477.0, 175.0, 26.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGATCGCA\", \"ini\": 3609, \"clust\": 1317, \"rank\": 5212, \"rankvar\": 4473, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5212, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3013, \"group\": [1320.0, 164.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGCTGCAC\", \"ini\": 3608, \"clust\": 1478, \"rank\": 5227, \"rankvar\": 4820, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5213, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3014, \"group\": [1478.0, 175.0, 26.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCGGTCTAA\", \"ini\": 3607, \"clust\": 1400, \"rank\": 5224, \"rankvar\": 5025, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5214, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3015, \"group\": [1399.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCCGTCAAA\", \"ini\": 3606, \"clust\": 1447, \"rank\": 5205, \"rankvar\": 4470, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5215, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3067, \"group\": [1446.0, 169.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGCCGGTAA\", \"ini\": 3605, \"clust\": 1315, \"rank\": 5197, \"rankvar\": 4988, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5216, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3068, \"group\": [1315.0, 164.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTGGCTCCA\", \"ini\": 3604, \"clust\": 1377, \"rank\": 5206, \"rankvar\": 5178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5217, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3016, \"group\": [1378.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTATGCGT\", \"ini\": 3603, \"clust\": 1401, \"rank\": 5220, \"rankvar\": 5051, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5218, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3017, \"group\": [1405.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGTGAC\", \"ini\": 3602, \"clust\": 4916, \"rank\": 5228, \"rankvar\": 4803, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5219, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3096, \"group\": [4915.0, 963.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAATCTACG\", \"ini\": 3601, \"clust\": 1405, \"rank\": 5218, \"rankvar\": 5090, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5220, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3018, \"group\": [1408.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCAGTCCCT\", \"ini\": 3600, \"clust\": 1480, \"rank\": 5226, \"rankvar\": 4839, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5221, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3019, \"group\": [1480.0, 175.0, 26.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCTCCTCT\", \"ini\": 3599, \"clust\": 1397, \"rank\": 5221, \"rankvar\": 4575, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5222, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3069, \"group\": [1401.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAATGTTGC\", \"ini\": 3598, \"clust\": 1465, \"rank\": 5199, \"rankvar\": 4801, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5223, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3070, \"group\": [1464.0, 171.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTGCTCCT\", \"ini\": 3597, \"clust\": 1398, \"rank\": 5225, \"rankvar\": 5066, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5224, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3020, \"group\": [1400.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTAAATACG\", \"ini\": 3596, \"clust\": 1320, \"rank\": 5219, \"rankvar\": 4929, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5225, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3071, \"group\": [1318.0, 164.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAAACG\", \"ini\": 3595, \"clust\": 1238, \"rank\": 5215, \"rankvar\": 5064, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5226, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3097, \"group\": [1235.0, 145.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAAGTCTAC\", \"ini\": 3594, \"clust\": 1338, \"rank\": 5209, \"rankvar\": 5123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5227, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3072, \"group\": [1336.0, 164.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTCTGGTCG\", \"ini\": 3593, \"clust\": 1451, \"rank\": 5208, \"rankvar\": 4901, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5228, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3021, \"group\": [1452.0, 170.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTACTTAGC\", \"ini\": 3592, \"clust\": 1256, \"rank\": 5223, \"rankvar\": 5195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5229, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3022, \"group\": [1259.0, 148.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTAACGGT\", \"ini\": 3591, \"clust\": 5030, \"rank\": 5213, \"rankvar\": 4364, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5230, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3073, \"group\": [5031.0, 1030.0, 182.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCATGTTGAC\", \"ini\": 3590, \"clust\": 1381, \"rank\": 5211, \"rankvar\": 5164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5231, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3023, \"group\": [1380.0, 165.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCGCGGATC\", \"ini\": 3589, \"clust\": 3175, \"rank\": 9, \"rankvar\": 1035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 0, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 603, \"group\": [3171.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAGTCGGT\", \"ini\": 3588, \"clust\": 2531, \"rank\": 24, \"rankvar\": 5002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 32, \"group\": [2529.0, 468.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTTGTACT\", \"ini\": 3587, \"clust\": 2185, \"rank\": 63, \"rankvar\": 43, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4499, \"group\": [2186.0, 336.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGAACAACT\", \"ini\": 3586, \"clust\": 3184, \"rank\": 19, \"rankvar\": 2896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 604, \"group\": [3182.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTGGGAA\", \"ini\": 3585, \"clust\": 3158, \"rank\": 15, \"rankvar\": 3052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 4, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 605, \"group\": [3153.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGAACTGTA\", \"ini\": 3584, \"clust\": 3107, \"rank\": 21, \"rankvar\": 476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 5, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 606, \"group\": [3105.0, 675.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGGGTCTCC\", \"ini\": 3583, \"clust\": 3192, \"rank\": 4, \"rankvar\": 4809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 6, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 607, \"group\": [3190.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGCATCATC\", \"ini\": 3582, \"clust\": 3181, \"rank\": 18, \"rankvar\": 3875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 7, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 608, \"group\": [3178.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAGATTAG\", \"ini\": 3581, \"clust\": 3093, \"rank\": 13, \"rankvar\": 733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 8, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 609, \"group\": [3091.0, 675.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGCAGACA\", \"ini\": 3580, \"clust\": 2236, \"rank\": 33, \"rankvar\": 134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 9, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4500, \"group\": [2234.0, 347.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCGTAGTA\", \"ini\": 3579, \"clust\": 2894, \"rank\": 74, \"rankvar\": 282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 10, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 610, \"group\": [2894.0, 591.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTTCATGT\", \"ini\": 3578, \"clust\": 2237, \"rank\": 29, \"rankvar\": 17, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 11, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4501, \"group\": [2235.0, 347.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTGGTATG\", \"ini\": 3577, \"clust\": 3209, \"rank\": 2, \"rankvar\": 4136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 12, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 611, \"group\": [3208.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTGGACCC\", \"ini\": 3576, \"clust\": 3169, \"rank\": 11, \"rankvar\": 2363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 13, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 612, \"group\": [3170.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGTGAAAT\", \"ini\": 3575, \"clust\": 3247, \"rank\": 5, \"rankvar\": 4418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 14, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2086, \"group\": [3247.0, 684.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAACCAAC\", \"ini\": 3574, \"clust\": 3179, \"rank\": 42, \"rankvar\": 863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 15, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 613, \"group\": [3181.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGCCACTAT\", \"ini\": 3573, \"clust\": 3164, \"rank\": 28, \"rankvar\": 955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 16, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 614, \"group\": [3159.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAGAGCTT\", \"ini\": 3572, \"clust\": 3165, \"rank\": 12, \"rankvar\": 2386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 17, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 615, \"group\": [3160.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGAGCTTCT\", \"ini\": 3571, \"clust\": 2173, \"rank\": 57, \"rankvar\": 44, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 18, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4502, \"group\": [2172.0, 336.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCGCGAAA\", \"ini\": 3570, \"clust\": 3182, \"rank\": 34, \"rankvar\": 3960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 19, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 616, \"group\": [3179.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGCATCATC\", \"ini\": 3569, \"clust\": 3166, \"rank\": 14, \"rankvar\": 1038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 20, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 617, \"group\": [3175.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTGCACGAA\", \"ini\": 3568, \"clust\": 3249, \"rank\": 58, \"rankvar\": 991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 21, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2087, \"group\": [3249.0, 684.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCATGAT\", \"ini\": 3567, \"clust\": 2209, \"rank\": 124, \"rankvar\": 57, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 22, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4503, \"group\": [2208.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCCACTGGG\", \"ini\": 3566, \"clust\": 2171, \"rank\": 120, \"rankvar\": 298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 23, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4504, \"group\": [2175.0, 336.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCGCGTAGC\", \"ini\": 3565, \"clust\": 2532, \"rank\": 85, \"rankvar\": 3850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 24, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 33, \"group\": [2530.0, 468.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCCAGAAGG\", \"ini\": 3564, \"clust\": 3248, \"rank\": 32, \"rankvar\": 4392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 25, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2088, \"group\": [3248.0, 684.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAAGGGTCA\", \"ini\": 3563, \"clust\": 2174, \"rank\": 72, \"rankvar\": 49, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 26, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4505, \"group\": [2173.0, 336.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTTCCTGCTTG\", \"ini\": 3562, \"clust\": 3112, \"rank\": 46, \"rankvar\": 233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 27, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 618, \"group\": [3111.0, 675.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTACGTAA\", \"ini\": 3561, \"clust\": 3090, \"rank\": 31, \"rankvar\": 229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 28, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 619, \"group\": [3088.0, 675.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCTCTGCTG\", \"ini\": 3560, \"clust\": 1824, \"rank\": 3, \"rankvar\": 4562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 29, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4506, \"group\": [1824.0, 285.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCAACGGCC\", \"ini\": 3559, \"clust\": 2218, \"rank\": 106, \"rankvar\": 651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 30, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4507, \"group\": [2218.0, 338.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTCTGAT\", \"ini\": 3558, \"clust\": 3177, \"rank\": 36, \"rankvar\": 697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 31, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 620, \"group\": [3176.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATTACCC\", \"ini\": 3557, \"clust\": 1825, \"rank\": 38, \"rankvar\": 2606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 32, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4508, \"group\": [1825.0, 285.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGGTGTGGT\", \"ini\": 3556, \"clust\": 3250, \"rank\": 112, \"rankvar\": 521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 33, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2089, \"group\": [3250.0, 684.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAGGACCCT\", \"ini\": 3555, \"clust\": 1550, \"rank\": 54, \"rankvar\": 450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 34, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4509, \"group\": [1550.0, 206.0, 33.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAGTACACT\", \"ini\": 3554, \"clust\": 3171, \"rank\": 16, \"rankvar\": 1420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 35, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 621, \"group\": [3167.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCACCCAGTG\", \"ini\": 3553, \"clust\": 3097, \"rank\": 68, \"rankvar\": 159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 36, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 622, \"group\": [3096.0, 675.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTAGACAAGCC\", \"ini\": 3552, \"clust\": 1549, \"rank\": 53, \"rankvar\": 2473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 37, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4510, \"group\": [1552.0, 206.0, 33.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCCTGACT\", \"ini\": 3551, \"clust\": 3174, \"rank\": 26, \"rankvar\": 571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 38, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 623, \"group\": [3173.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTCGAGA\", \"ini\": 3550, \"clust\": 3157, \"rank\": 60, \"rankvar\": 570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 39, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 624, \"group\": [3155.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGGTGACCA\", \"ini\": 3549, \"clust\": 3195, \"rank\": 70, \"rankvar\": 1637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 40, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 625, \"group\": [3195.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCACTC\", \"ini\": 3548, \"clust\": 3135, \"rank\": 73, \"rankvar\": 1026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 41, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 626, \"group\": [3133.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGTCAAGGC\", \"ini\": 3547, \"clust\": 2186, \"rank\": 91, \"rankvar\": 18, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 42, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4511, \"group\": [2187.0, 336.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTACCCAAT\", \"ini\": 3546, \"clust\": 2193, \"rank\": 180, \"rankvar\": 10, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 43, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4512, \"group\": [2192.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCTACTCAT\", \"ini\": 3545, \"clust\": 3163, \"rank\": 39, \"rankvar\": 992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 44, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 627, \"group\": [3161.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCTACCTA\", \"ini\": 3544, \"clust\": 3197, \"rank\": 47, \"rankvar\": 3503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 45, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 628, \"group\": [3192.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGGACGAT\", \"ini\": 3543, \"clust\": 3156, \"rank\": 30, \"rankvar\": 1984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 46, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 629, \"group\": [3156.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGCTAGTCT\", \"ini\": 3542, \"clust\": 2863, \"rank\": 97, \"rankvar\": 552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 47, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 630, \"group\": [2864.0, 587.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTACATCATCCC\", \"ini\": 3541, \"clust\": 3196, \"rank\": 61, \"rankvar\": 2280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 48, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 631, \"group\": [3194.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGAATTGTG\", \"ini\": 3540, \"clust\": 1615, \"rank\": 0, \"rankvar\": 4328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 49, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3101, \"group\": [1622.0, 229.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCATTATCC\", \"ini\": 3539, \"clust\": 3098, \"rank\": 117, \"rankvar\": 478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 50, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 632, \"group\": [3097.0, 675.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAAGCTAGTTC\", \"ini\": 3538, \"clust\": 1822, \"rank\": 10, \"rankvar\": 4487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 51, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4513, \"group\": [1821.0, 285.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCGACTGC\", \"ini\": 3537, \"clust\": 3170, \"rank\": 48, \"rankvar\": 1095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 52, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 633, \"group\": [3169.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTCTCCCTA\", \"ini\": 3536, \"clust\": 3173, \"rank\": 41, \"rankvar\": 2849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 53, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 634, \"group\": [3174.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCTGCAGTA\", \"ini\": 3535, \"clust\": 1859, \"rank\": 17, \"rankvar\": 4202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 54, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4514, \"group\": [1858.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCCCGACTT\", \"ini\": 3534, \"clust\": 2199, \"rank\": 168, \"rankvar\": 26, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 55, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4515, \"group\": [2198.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCAGTCCTTC\", \"ini\": 3533, \"clust\": 3110, \"rank\": 101, \"rankvar\": 78, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 56, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 635, \"group\": [3108.0, 675.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCTATCCCG\", \"ini\": 3532, \"clust\": 2158, \"rank\": 202, \"rankvar\": 37, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 57, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4516, \"group\": [2159.0, 331.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATAGGTA\", \"ini\": 3531, \"clust\": 2207, \"rank\": 131, \"rankvar\": 54, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 58, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4517, \"group\": [2209.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAGTTTCGCTC\", \"ini\": 3530, \"clust\": 1805, \"rank\": 92, \"rankvar\": 1344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 59, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4518, \"group\": [1805.0, 284.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGGGCTA\", \"ini\": 3529, \"clust\": 2183, \"rank\": 136, \"rankvar\": 20, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 60, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4519, \"group\": [2184.0, 336.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAGTAAGCG\", \"ini\": 3528, \"clust\": 3194, \"rank\": 65, \"rankvar\": 3988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 61, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 636, \"group\": [3196.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCAACTCTT\", \"ini\": 3527, \"clust\": 1821, \"rank\": 7, \"rankvar\": 4665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 62, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4520, \"group\": [1823.0, 285.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTAGCGATG\", \"ini\": 3526, \"clust\": 3131, \"rank\": 105, \"rankvar\": 354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 63, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 637, \"group\": [3131.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCTGCCAG\", \"ini\": 3525, \"clust\": 3159, \"rank\": 64, \"rankvar\": 529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 64, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 638, \"group\": [3154.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCGTAGGTT\", \"ini\": 3524, \"clust\": 3111, \"rank\": 94, \"rankvar\": 135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 65, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 639, \"group\": [3109.0, 675.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTCGAC\", \"ini\": 3523, \"clust\": 3095, \"rank\": 113, \"rankvar\": 739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 66, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 640, \"group\": [3094.0, 675.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCCACTAT\", \"ini\": 3522, \"clust\": 3096, \"rank\": 93, \"rankvar\": 193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 67, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 641, \"group\": [3095.0, 675.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGACATTA\", \"ini\": 3521, \"clust\": 2172, \"rank\": 118, \"rankvar\": 46, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 68, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4521, \"group\": [2174.0, 336.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGGTTCCC\", \"ini\": 3520, \"clust\": 3178, \"rank\": 77, \"rankvar\": 1225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 69, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 642, \"group\": [3177.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGTCCTCCT\", \"ini\": 3519, \"clust\": 2159, \"rank\": 281, \"rankvar\": 377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 70, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4522, \"group\": [2160.0, 332.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCGGCGCAT\", \"ini\": 3518, \"clust\": 3094, \"rank\": 102, \"rankvar\": 596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 71, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 643, \"group\": [3092.0, 675.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCTTGCATT\", \"ini\": 3517, \"clust\": 2165, \"rank\": 263, \"rankvar\": 73, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 72, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4523, \"group\": [2165.0, 333.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGTTACGGG\", \"ini\": 3516, \"clust\": 3176, \"rank\": 52, \"rankvar\": 1716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 73, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 644, \"group\": [3172.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTACAAGTA\", \"ini\": 3515, \"clust\": 3113, \"rank\": 87, \"rankvar\": 522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 74, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 645, \"group\": [3112.0, 675.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGATCCTGT\", \"ini\": 3514, \"clust\": 3186, \"rank\": 83, \"rankvar\": 3066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 75, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 646, \"group\": [3184.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGAGTTGC\", \"ini\": 3513, \"clust\": 3106, \"rank\": 122, \"rankvar\": 677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 76, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 647, \"group\": [3107.0, 675.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCAGTTTGG\", \"ini\": 3512, \"clust\": 2127, \"rank\": 69, \"rankvar\": 3461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 77, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5128, \"group\": [2130.0, 316.0, 50.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACCTTAT\", \"ini\": 3511, \"clust\": 1551, \"rank\": 149, \"rankvar\": 592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 78, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4524, \"group\": [1551.0, 206.0, 33.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAGTGATGCCC\", \"ini\": 3510, \"clust\": 2533, \"rank\": 205, \"rankvar\": 4417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 79, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 34, \"group\": [2533.0, 468.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCTGGCGTG\", \"ini\": 3509, \"clust\": 4820, \"rank\": 130, \"rankvar\": 2435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 80, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2670, \"group\": [4819.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGTGGTTT\", \"ini\": 3508, \"clust\": 3138, \"rank\": 62, \"rankvar\": 855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 81, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 648, \"group\": [3136.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGCTTATCG\", \"ini\": 3507, \"clust\": 1817, \"rank\": 66, \"rankvar\": 1513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 82, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4525, \"group\": [1817.0, 285.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTGCGTTA\", \"ini\": 3506, \"clust\": 2181, \"rank\": 163, \"rankvar\": 11, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 83, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4526, \"group\": [2180.0, 336.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGAATGGA\", \"ini\": 3505, \"clust\": 2892, \"rank\": 162, \"rankvar\": 71, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 84, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 649, \"group\": [2895.0, 591.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTCGTTGA\", \"ini\": 3504, \"clust\": 3099, \"rank\": 147, \"rankvar\": 337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 85, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 650, \"group\": [3098.0, 675.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTAGATGA\", \"ini\": 3503, \"clust\": 3092, \"rank\": 100, \"rankvar\": 1195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 86, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 651, \"group\": [3093.0, 675.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCAGAATTCCC\", \"ini\": 3502, \"clust\": 1831, \"rank\": 114, \"rankvar\": 3012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 87, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4527, \"group\": [1830.0, 285.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTCCTATA\", \"ini\": 3501, \"clust\": 3167, \"rank\": 82, \"rankvar\": 981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 88, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 652, \"group\": [3165.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGAAACGCC\", \"ini\": 3500, \"clust\": 3210, \"rank\": 8, \"rankvar\": 4866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 89, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 653, \"group\": [3209.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGCACTCT\", \"ini\": 3499, \"clust\": 2910, \"rank\": 138, \"rankvar\": 294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 90, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 654, \"group\": [2909.0, 595.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGATGCGAC\", \"ini\": 3498, \"clust\": 1823, \"rank\": 25, \"rankvar\": 3972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 91, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4528, \"group\": [1822.0, 285.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCGTCCAGG\", \"ini\": 3497, \"clust\": 2524, \"rank\": 174, \"rankvar\": 1506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 92, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 35, \"group\": [2521.0, 466.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGAAGGGTA\", \"ini\": 3496, \"clust\": 2191, \"rank\": 282, \"rankvar\": 35, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 93, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4529, \"group\": [2193.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGCTGCCCA\", \"ini\": 3495, \"clust\": 3102, \"rank\": 110, \"rankvar\": 577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 94, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 655, \"group\": [3100.0, 675.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATCGTCGG\", \"ini\": 3494, \"clust\": 3162, \"rank\": 95, \"rankvar\": 1734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 95, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 656, \"group\": [3162.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGCAGCGTA\", \"ini\": 3493, \"clust\": 3189, \"rank\": 78, \"rankvar\": 4272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 96, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 657, \"group\": [3187.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTACAGAA\", \"ini\": 3492, \"clust\": 3187, \"rank\": 150, \"rankvar\": 1508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 97, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 658, \"group\": [3185.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCATATACGC\", \"ini\": 3491, \"clust\": 3199, \"rank\": 45, \"rankvar\": 4372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 98, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 659, \"group\": [3198.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAAATA\", \"ini\": 3490, \"clust\": 2234, \"rank\": 194, \"rankvar\": 551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 99, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4530, \"group\": [2237.0, 347.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGACCACGA\", \"ini\": 3489, \"clust\": 3081, \"rank\": 51, \"rankvar\": 3487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 100, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4531, \"group\": [3243.0, 682.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGGCGAA\", \"ini\": 3488, \"clust\": 2877, \"rank\": 182, \"rankvar\": 168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 660, \"group\": [2877.0, 589.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCGTTCCCGAG\", \"ini\": 3487, \"clust\": 2213, \"rank\": 214, \"rankvar\": 48, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 102, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4532, \"group\": [2214.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTGTGGTTT\", \"ini\": 3486, \"clust\": 3200, \"rank\": 49, \"rankvar\": 4228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 661, \"group\": [3199.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTAGGGACT\", \"ini\": 3485, \"clust\": 3139, \"rank\": 84, \"rankvar\": 2823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 662, \"group\": [3137.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCACGGTTTA\", \"ini\": 3484, \"clust\": 3154, \"rank\": 142, \"rankvar\": 1622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 663, \"group\": [3158.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGTAAACT\", \"ini\": 3483, \"clust\": 1803, \"rank\": 86, \"rankvar\": 3437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4533, \"group\": [1801.0, 284.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAAGGTTCT\", \"ini\": 3482, \"clust\": 3104, \"rank\": 96, \"rankvar\": 1192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 664, \"group\": [3103.0, 675.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAACAACCT\", \"ini\": 3481, \"clust\": 2167, \"rank\": 121, \"rankvar\": 91, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 108, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4534, \"group\": [2167.0, 334.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACTGTGTA\", \"ini\": 3480, \"clust\": 2727, \"rank\": 226, \"rankvar\": 757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 109, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4323, \"group\": [2728.0, 518.0, 98.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTGCCATT\", \"ini\": 3479, \"clust\": 1552, \"rank\": 44, \"rankvar\": 4610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 110, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3954, \"group\": [1553.0, 206.0, 33.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTACCGGCT\", \"ini\": 3478, \"clust\": 1818, \"rank\": 76, \"rankvar\": 4231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 111, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4535, \"group\": [1818.0, 285.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTGTCTTT\", \"ini\": 3477, \"clust\": 3108, \"rank\": 152, \"rankvar\": 83, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 665, \"group\": [3106.0, 675.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGCGATTCT\", \"ini\": 3476, \"clust\": 2214, \"rank\": 289, \"rankvar\": 274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 113, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4536, \"group\": [2215.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGCAAAGA\", \"ini\": 3475, \"clust\": 0, \"rank\": 128, \"rankvar\": 4241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 114, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5209, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATGCCCGA\", \"ini\": 3474, \"clust\": 1843, \"rank\": 255, \"rankvar\": 560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4537, \"group\": [1846.0, 287.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCCCTGACT\", \"ini\": 3473, \"clust\": 3120, \"rank\": 178, \"rankvar\": 1719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 666, \"group\": [3117.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGCATAT\", \"ini\": 3472, \"clust\": 1804, \"rank\": 79, \"rankvar\": 3385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 117, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4538, \"group\": [1802.0, 284.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGGGAGTAA\", \"ini\": 3471, \"clust\": 3172, \"rank\": 99, \"rankvar\": 853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 667, \"group\": [3168.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTTGAGTTC\", \"ini\": 3470, \"clust\": 1832, \"rank\": 157, \"rankvar\": 3572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 119, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4539, \"group\": [1831.0, 285.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCACGGTTA\", \"ini\": 3469, \"clust\": 2169, \"rank\": 374, \"rankvar\": 108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 120, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4540, \"group\": [2170.0, 335.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCTGGGCCA\", \"ini\": 3468, \"clust\": 3193, \"rank\": 59, \"rankvar\": 4741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 668, \"group\": [3191.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCGGCTTGG\", \"ini\": 3467, \"clust\": 2153, \"rank\": 441, \"rankvar\": 288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4541, \"group\": [2150.0, 330.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAGTCCCT\", \"ini\": 3466, \"clust\": 3087, \"rank\": 184, \"rankvar\": 871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 669, \"group\": [3085.0, 674.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATGGGTC\", \"ini\": 3465, \"clust\": 2151, \"rank\": 383, \"rankvar\": 173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 124, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4542, \"group\": [2151.0, 330.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGTTAACC\", \"ini\": 3464, \"clust\": 3160, \"rank\": 171, \"rankvar\": 234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 670, \"group\": [3164.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCTG\", \"ini\": 3463, \"clust\": 1856, \"rank\": 173, \"rankvar\": 1635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 126, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4543, \"group\": [1856.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTGACTCAT\", \"ini\": 3462, \"clust\": 3168, \"rank\": 125, \"rankvar\": 2921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 671, \"group\": [3166.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCTAGGTT\", \"ini\": 3461, \"clust\": 2530, \"rank\": 419, \"rankvar\": 3327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 128, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 36, \"group\": [2527.0, 467.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCATCTGCC\", \"ini\": 3460, \"clust\": 2166, \"rank\": 197, \"rankvar\": 104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4544, \"group\": [2169.0, 334.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGTCTCGGC\", \"ini\": 3459, \"clust\": 1861, \"rank\": 201, \"rankvar\": 1651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 130, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4545, \"group\": [1861.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAATCCGGGTGT\", \"ini\": 3458, \"clust\": 2722, \"rank\": 492, \"rankvar\": 2283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 131, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4324, \"group\": [2725.0, 517.0, 98.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCAAGTAATG\", \"ini\": 3457, \"clust\": 2900, \"rank\": 270, \"rankvar\": 1092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 132, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 672, \"group\": [2901.0, 593.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCATGGTCTA\", \"ini\": 3456, \"clust\": 3205, \"rank\": 119, \"rankvar\": 3033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 673, \"group\": [3204.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTACTTAC\", \"ini\": 3455, \"clust\": 2232, \"rank\": 215, \"rankvar\": 176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 134, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4546, \"group\": [2232.0, 346.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTCCATGAT\", \"ini\": 3454, \"clust\": 2897, \"rank\": 230, \"rankvar\": 575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 674, \"group\": [2898.0, 593.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCCAGTAAGAT\", \"ini\": 3453, \"clust\": 2521, \"rank\": 387, \"rankvar\": 2630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 136, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 37, \"group\": [2519.0, 466.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTGTGTGCC\", \"ini\": 3452, \"clust\": 1949, \"rank\": 111, \"rankvar\": 4535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 137, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4547, \"group\": [1947.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGCGTTCCG\", \"ini\": 3451, \"clust\": 3100, \"rank\": 209, \"rankvar\": 562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 675, \"group\": [3099.0, 675.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCACCAGTTA\", \"ini\": 3450, \"clust\": 3105, \"rank\": 115, \"rankvar\": 489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 676, \"group\": [3104.0, 675.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAAGAGGACGG\", \"ini\": 3449, \"clust\": 3132, \"rank\": 291, \"rankvar\": 524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 677, \"group\": [3129.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCACTTACT\", \"ini\": 3448, \"clust\": 2184, \"rank\": 258, \"rankvar\": 36, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4548, \"group\": [2185.0, 336.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGACTCG\", \"ini\": 3447, \"clust\": 1816, \"rank\": 195, \"rankvar\": 1938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4549, \"group\": [1816.0, 285.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCTGCCAG\", \"ini\": 3446, \"clust\": 3129, \"rank\": 144, \"rankvar\": 1210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 678, \"group\": [3127.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCGTCACGG\", \"ini\": 3445, \"clust\": 4826, \"rank\": 187, \"rankvar\": 1614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 144, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2671, \"group\": [4828.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCCGTCGT\", \"ini\": 3444, \"clust\": 3198, \"rank\": 154, \"rankvar\": 1473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 679, \"group\": [3193.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTTCCTC\", \"ini\": 3443, \"clust\": 2161, \"rank\": 549, \"rankvar\": 236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 146, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4550, \"group\": [2162.0, 333.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCAGTTAGC\", \"ini\": 3442, \"clust\": 2206, \"rank\": 341, \"rankvar\": 201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 147, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4551, \"group\": [2210.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGGGCTTGA\", \"ini\": 3441, \"clust\": 1828, \"rank\": 177, \"rankvar\": 4125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 148, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4552, \"group\": [1828.0, 285.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCTTTACGT\", \"ini\": 3440, \"clust\": 3133, \"rank\": 218, \"rankvar\": 881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 680, \"group\": [3130.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCACCACCT\", \"ini\": 3439, \"clust\": 1833, \"rank\": 165, \"rankvar\": 1928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 150, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4553, \"group\": [1833.0, 285.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTCTTAT\", \"ini\": 3438, \"clust\": 3109, \"rank\": 247, \"rankvar\": 79, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 681, \"group\": [3110.0, 675.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACACACGCTG\", \"ini\": 3437, \"clust\": 2534, \"rank\": 411, \"rankvar\": 496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 152, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4554, \"group\": [2531.0, 468.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGTGCTGCC\", \"ini\": 3436, \"clust\": 3245, \"rank\": 133, \"rankvar\": 2996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 682, \"group\": [3244.0, 683.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCAAACCAC\", \"ini\": 3435, \"clust\": 2901, \"rank\": 198, \"rankvar\": 1458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 683, \"group\": [2902.0, 593.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGTCGTACT\", \"ini\": 3434, \"clust\": 2898, \"rank\": 236, \"rankvar\": 867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 684, \"group\": [2899.0, 593.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGAGCCTAG\", \"ini\": 3433, \"clust\": 3201, \"rank\": 155, \"rankvar\": 2835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 156, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 685, \"group\": [3200.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCGAATGCT\", \"ini\": 3432, \"clust\": 3124, \"rank\": 243, \"rankvar\": 2226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 686, \"group\": [3121.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGTGGCA\", \"ini\": 3431, \"clust\": 3142, \"rank\": 183, \"rankvar\": 1688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 687, \"group\": [3139.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCGGTGTCG\", \"ini\": 3430, \"clust\": 2304, \"rank\": 227, \"rankvar\": 145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4555, \"group\": [2305.0, 385.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCCACGTC\", \"ini\": 3429, \"clust\": 3180, \"rank\": 271, \"rankvar\": 1002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 688, \"group\": [3180.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACTGAAGG\", \"ini\": 3428, \"clust\": 2220, \"rank\": 443, \"rankvar\": 150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4556, \"group\": [2219.0, 339.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCTCTC\", \"ini\": 3427, \"clust\": 2269, \"rank\": 841, \"rankvar\": 2506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4557, \"group\": [2269.0, 366.0, 57.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATACCATG\", \"ini\": 3426, \"clust\": 2163, \"rank\": 701, \"rankvar\": 463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 163, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4558, \"group\": [2166.0, 333.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCCGTAGTA\", \"ini\": 3425, \"clust\": 1863, \"rank\": 192, \"rankvar\": 1061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 164, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4559, \"group\": [1863.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCTAACTC\", \"ini\": 3424, \"clust\": 3185, \"rank\": 302, \"rankvar\": 702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 689, \"group\": [3183.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACGTCA\", \"ini\": 3423, \"clust\": 2162, \"rank\": 530, \"rankvar\": 216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 166, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4560, \"group\": [2163.0, 333.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGCTAGCA\", \"ini\": 3422, \"clust\": 2535, \"rank\": 476, \"rankvar\": 1815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 167, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 38, \"group\": [2532.0, 468.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGCTAAA\", \"ini\": 3421, \"clust\": 3122, \"rank\": 213, \"rankvar\": 2785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 690, \"group\": [3124.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGGAGTACC\", \"ini\": 3420, \"clust\": 2182, \"rank\": 370, \"rankvar\": 12, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4561, \"group\": [2181.0, 336.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCACTCCTG\", \"ini\": 3419, \"clust\": 3214, \"rank\": 232, \"rankvar\": 1128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 691, \"group\": [3210.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTTTGACAC\", \"ini\": 3418, \"clust\": 4851, \"rank\": 225, \"rankvar\": 1482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 171, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2672, \"group\": [4850.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGCTAACAA\", \"ini\": 3417, \"clust\": 3148, \"rank\": 246, \"rankvar\": 1729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 172, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 692, \"group\": [3147.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTGGTACAG\", \"ini\": 3416, \"clust\": 3241, \"rank\": 287, \"rankvar\": 1339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 693, \"group\": [3241.0, 680.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCCGCGA\", \"ini\": 3415, \"clust\": 2601, \"rank\": 734, \"rankvar\": 4909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 174, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 39, \"group\": [2597.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAGGCGATA\", \"ini\": 3414, \"clust\": 3188, \"rank\": 212, \"rankvar\": 3253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 694, \"group\": [3189.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCGGTCCGA\", \"ini\": 3413, \"clust\": 3114, \"rank\": 385, \"rankvar\": 782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 695, \"group\": [3113.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCGGGAGTA\", \"ini\": 3412, \"clust\": 3202, \"rank\": 269, \"rankvar\": 1126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 696, \"group\": [3201.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTTCGCG\", \"ini\": 3411, \"clust\": 3211, \"rank\": 311, \"rankvar\": 1100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 697, \"group\": [3214.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGCTATA\", \"ini\": 3410, \"clust\": 2857, \"rank\": 307, \"rankvar\": 1021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 698, \"group\": [2856.0, 585.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCGGAAA\", \"ini\": 3409, \"clust\": 1811, \"rank\": 249, \"rankvar\": 2013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 180, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4562, \"group\": [1809.0, 284.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAGGAACGT\", \"ini\": 3408, \"clust\": 3233, \"rank\": 329, \"rankvar\": 595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 181, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 699, \"group\": [3232.0, 678.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGTAGCCGA\", \"ini\": 3407, \"clust\": 2903, \"rank\": 352, \"rankvar\": 1834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 700, \"group\": [2904.0, 593.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCAGTGCCAGA\", \"ini\": 3406, \"clust\": 3213, \"rank\": 267, \"rankvar\": 638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 701, \"group\": [3212.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCAAACTC\", \"ini\": 3405, \"clust\": 1834, \"rank\": 160, \"rankvar\": 3624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4563, \"group\": [1834.0, 285.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGATGATA\", \"ini\": 3404, \"clust\": 2221, \"rank\": 589, \"rankvar\": 132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 185, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4564, \"group\": [2220.0, 339.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTCTAAACC\", \"ini\": 3403, \"clust\": 3136, \"rank\": 283, \"rankvar\": 419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 702, \"group\": [3134.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGAACGC\", \"ini\": 3402, \"clust\": 3215, \"rank\": 135, \"rankvar\": 1861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 703, \"group\": [3211.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCATCGCTC\", \"ini\": 3401, \"clust\": 2905, \"rank\": 415, \"rankvar\": 556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 704, \"group\": [2906.0, 594.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTAGCGTGA\", \"ini\": 3400, \"clust\": 3134, \"rank\": 293, \"rankvar\": 1523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 705, \"group\": [3135.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGTGGGAA\", \"ini\": 3399, \"clust\": 2870, \"rank\": 568, \"rankvar\": 495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 190, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 706, \"group\": [2870.0, 589.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGTTTA\", \"ini\": 3398, \"clust\": 2902, \"rank\": 278, \"rankvar\": 1452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 707, \"group\": [2903.0, 593.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCAATCACG\", \"ini\": 3397, \"clust\": 3152, \"rank\": 224, \"rankvar\": 4482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 708, \"group\": [3151.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGACCGGAT\", \"ini\": 3396, \"clust\": 3968, \"rank\": 330, \"rankvar\": 4016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 709, \"group\": [3970.0, 746.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGTCAAGGC\", \"ini\": 3395, \"clust\": 1553, \"rank\": 81, \"rankvar\": 4574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3955, \"group\": [1554.0, 206.0, 33.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTCAGTGGA\", \"ini\": 3394, \"clust\": 3206, \"rank\": 139, \"rankvar\": 4724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 710, \"group\": [3205.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCATCACCC\", \"ini\": 3393, \"clust\": 3161, \"rank\": 240, \"rankvar\": 1093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 196, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 711, \"group\": [3163.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTAAACGCG\", \"ini\": 3392, \"clust\": 2231, \"rank\": 284, \"rankvar\": 2708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 197, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2673, \"group\": [2238.0, 348.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTACCTGC\", \"ini\": 3391, \"clust\": 3191, \"rank\": 274, \"rankvar\": 2745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 712, \"group\": [3197.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGCATGTG\", \"ini\": 3390, \"clust\": 2160, \"rank\": 462, \"rankvar\": 721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 199, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4565, \"group\": [2161.0, 332.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTCTTGAT\", \"ini\": 3389, \"clust\": 4545, \"rank\": 244, \"rankvar\": 3784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 200, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2674, \"group\": [4547.0, 869.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGGCGAAT\", \"ini\": 3388, \"clust\": 3119, \"rank\": 297, \"rankvar\": 1650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 713, \"group\": [3119.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAGTCA\", \"ini\": 3387, \"clust\": 2148, \"rank\": 579, \"rankvar\": 673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 202, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4566, \"group\": [2154.0, 330.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCGCTAGCG\", \"ini\": 3386, \"clust\": 3840, \"rank\": 445, \"rankvar\": 1116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 714, \"group\": [3838.0, 742.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTTCTCTGTCG\", \"ini\": 3385, \"clust\": 1708, \"rank\": 369, \"rankvar\": 1341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4567, \"group\": [1707.0, 264.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCACGAT\", \"ini\": 3384, \"clust\": 1826, \"rank\": 394, \"rankvar\": 4111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 205, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4568, \"group\": [1826.0, 285.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTTGGTGGA\", \"ini\": 3383, \"clust\": 1827, \"rank\": 355, \"rankvar\": 4139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 206, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4569, \"group\": [1827.0, 285.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCAGAGACG\", \"ini\": 3382, \"clust\": 3236, \"rank\": 414, \"rankvar\": 915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 207, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 715, \"group\": [3234.0, 678.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTTAT\", \"ini\": 3381, \"clust\": 2708, \"rank\": 613, \"rankvar\": 74, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 716, \"group\": [2707.0, 505.0, 97.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAGTGGA\", \"ini\": 3380, \"clust\": 3155, \"rank\": 264, \"rankvar\": 728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 717, \"group\": [3157.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGAGCCCAACC\", \"ini\": 3379, \"clust\": 4752, \"rank\": 421, \"rankvar\": 2940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2675, \"group\": [4751.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCTTTCAT\", \"ini\": 3378, \"clust\": 3150, \"rank\": 304, \"rankvar\": 3119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 718, \"group\": [3149.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAAGGTGACCA\", \"ini\": 3377, \"clust\": 1790, \"rank\": 220, \"rankvar\": 1571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4570, \"group\": [1790.0, 284.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGCTTCGCG\", \"ini\": 3376, \"clust\": 2904, \"rank\": 434, \"rankvar\": 557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 719, \"group\": [2905.0, 593.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTCATGCCG\", \"ini\": 3375, \"clust\": 3842, \"rank\": 290, \"rankvar\": 1231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 214, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 720, \"group\": [3840.0, 742.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCAAAGAATC\", \"ini\": 3374, \"clust\": 1829, \"rank\": 301, \"rankvar\": 4616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 215, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4571, \"group\": [1829.0, 285.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTATCAGTC\", \"ini\": 3373, \"clust\": 2709, \"rank\": 403, \"rankvar\": 901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 216, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2090, \"group\": [2708.0, 505.0, 97.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCACGCATA\", \"ini\": 3372, \"clust\": 2884, \"rank\": 353, \"rankvar\": 124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 721, \"group\": [2884.0, 589.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTTACTCT\", \"ini\": 3371, \"clust\": 3183, \"rank\": 435, \"rankvar\": 1239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 722, \"group\": [3186.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTAAGCACG\", \"ini\": 3370, \"clust\": 3845, \"rank\": 410, \"rankvar\": 923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 723, \"group\": [3843.0, 742.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGTAAGAT\", \"ini\": 3369, \"clust\": 3203, \"rank\": 210, \"rankvar\": 3798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 724, \"group\": [3202.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAAGCAAT\", \"ini\": 3368, \"clust\": 1882, \"rank\": 336, \"rankvar\": 3125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 221, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4572, \"group\": [1889.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTGTGACCC\", \"ini\": 3367, \"clust\": 3121, \"rank\": 388, \"rankvar\": 1384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 725, \"group\": [3118.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCCTCTAGC\", \"ini\": 3366, \"clust\": 1866, \"rank\": 413, \"rankvar\": 2508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 223, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4573, \"group\": [1865.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAACTGCTA\", \"ini\": 3365, \"clust\": 1812, \"rank\": 305, \"rankvar\": 3596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 224, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4574, \"group\": [1810.0, 284.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGACCAAG\", \"ini\": 3364, \"clust\": 2609, \"rank\": 626, \"rankvar\": 4632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 225, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 40, \"group\": [2606.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCGAGATG\", \"ini\": 3363, \"clust\": 2874, \"rank\": 534, \"rankvar\": 158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 726, \"group\": [2874.0, 589.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCTCCTAG\", \"ini\": 3362, \"clust\": 2883, \"rank\": 672, \"rankvar\": 230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 727, \"group\": [2886.0, 589.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTTAAGTAG\", \"ini\": 3361, \"clust\": 4484, \"rank\": 190, \"rankvar\": 4168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2676, \"group\": [4484.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCCAT\", \"ini\": 3360, \"clust\": 4772, \"rank\": 262, \"rankvar\": 2644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 229, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2677, \"group\": [4772.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTAAACACA\", \"ini\": 3359, \"clust\": 3814, \"rank\": 318, \"rankvar\": 2463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 728, \"group\": [3815.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTATTCTC\", \"ini\": 3358, \"clust\": 4742, \"rank\": 409, \"rankvar\": 3451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2678, \"group\": [4741.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTAGAGG\", \"ini\": 3357, \"clust\": 1837, \"rank\": 189, \"rankvar\": 1953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 232, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4575, \"group\": [1835.0, 285.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAAGAATC\", \"ini\": 3356, \"clust\": 1864, \"rank\": 295, \"rankvar\": 2063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 233, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4576, \"group\": [1864.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGCTAGT\", \"ini\": 3355, \"clust\": 2886, \"rank\": 392, \"rankvar\": 200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 729, \"group\": [2889.0, 589.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGTCTCG\", \"ini\": 3354, \"clust\": 1819, \"rank\": 200, \"rankvar\": 4321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4577, \"group\": [1819.0, 285.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGTCTCT\", \"ini\": 3353, \"clust\": 3242, \"rank\": 529, \"rankvar\": 3686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 730, \"group\": [3239.0, 679.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACAATGGATA\", \"ini\": 3352, \"clust\": 3143, \"rank\": 358, \"rankvar\": 815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 731, \"group\": [3140.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGAACAATC\", \"ini\": 3351, \"clust\": 1857, \"rank\": 288, \"rankvar\": 3699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4578, \"group\": [1857.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCACCGTAA\", \"ini\": 3350, \"clust\": 3812, \"rank\": 332, \"rankvar\": 2002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 732, \"group\": [3811.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTATATGAG\", \"ini\": 3349, \"clust\": 3806, \"rank\": 437, \"rankvar\": 1717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 240, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 733, \"group\": [3802.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCTAGAAC\", \"ini\": 3348, \"clust\": 3137, \"rank\": 365, \"rankvar\": 384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 734, \"group\": [3138.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTTAGTGGG\", \"ini\": 3347, \"clust\": 3066, \"rank\": 418, \"rankvar\": 639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 735, \"group\": [3066.0, 670.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTTATGCGT\", \"ini\": 3346, \"clust\": 1813, \"rank\": 252, \"rankvar\": 3006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 243, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4579, \"group\": [1812.0, 284.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAAGTTCC\", \"ini\": 3345, \"clust\": 3055, \"rank\": 447, \"rankvar\": 431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 736, \"group\": [3054.0, 669.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATTTGCTT\", \"ini\": 3344, \"clust\": 2878, \"rank\": 464, \"rankvar\": 833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 737, \"group\": [2878.0, 589.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCCAGTAGT\", \"ini\": 3343, \"clust\": 2865, \"rank\": 463, \"rankvar\": 439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 738, \"group\": [2866.0, 587.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACCGTAA\", \"ini\": 3342, \"clust\": 2235, \"rank\": 454, \"rankvar\": 270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 247, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4580, \"group\": [2236.0, 347.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTAAAGTG\", \"ini\": 3341, \"clust\": 2149, \"rank\": 732, \"rankvar\": 139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 248, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4581, \"group\": [2153.0, 330.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGACGTT\", \"ini\": 3340, \"clust\": 3818, \"rank\": 384, \"rankvar\": 1438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 739, \"group\": [3816.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGCACTCAGGC\", \"ini\": 3339, \"clust\": 1810, \"rank\": 344, \"rankvar\": 1855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4582, \"group\": [1811.0, 284.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATCACCC\", \"ini\": 3338, \"clust\": 3244, \"rank\": 233, \"rankvar\": 3998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 740, \"group\": [3246.0, 683.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTACCTACA\", \"ini\": 3337, \"clust\": 4485, \"rank\": 279, \"rankvar\": 3877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 252, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2679, \"group\": [4482.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCAGTTTGG\", \"ini\": 3336, \"clust\": 2850, \"rank\": 580, \"rankvar\": 1454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 741, \"group\": [2853.0, 584.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTGTGTATGGG\", \"ini\": 3335, \"clust\": 1809, \"rank\": 405, \"rankvar\": 2536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 254, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4583, \"group\": [1814.0, 284.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCACGTGAGA\", \"ini\": 3334, \"clust\": 2891, \"rank\": 416, \"rankvar\": 15, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 742, \"group\": [2891.0, 590.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTAGTACCT\", \"ini\": 3333, \"clust\": 1854, \"rank\": 366, \"rankvar\": 2845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4584, \"group\": [1853.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGTGTGCC\", \"ini\": 3332, \"clust\": 4230, \"rank\": 412, \"rankvar\": 3852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 743, \"group\": [4227.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCAGGGTTAG\", \"ini\": 3331, \"clust\": 3103, \"rank\": 334, \"rankvar\": 736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 744, \"group\": [3101.0, 675.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTAAGGGC\", \"ini\": 3330, \"clust\": 1791, \"rank\": 314, \"rankvar\": 2534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4585, \"group\": [1791.0, 284.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAGTGCACTTA\", \"ini\": 3329, \"clust\": 3235, \"rank\": 426, \"rankvar\": 1028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 745, \"group\": [3238.0, 678.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCAGACGTAG\", \"ini\": 3328, \"clust\": 1, \"rank\": 483, \"rankvar\": 4334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 261, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5210, \"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTTTAC\", \"ini\": 3327, \"clust\": 1802, \"rank\": 231, \"rankvar\": 3781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 262, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4586, \"group\": [1803.0, 284.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATGTTAAAGAC\", \"ini\": 3326, \"clust\": 2872, \"rank\": 506, \"rankvar\": 346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 746, \"group\": [2872.0, 589.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCGCCATG\", \"ini\": 3325, \"clust\": 2811, \"rank\": 620, \"rankvar\": 895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 747, \"group\": [2811.0, 565.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTTGAGGT\", \"ini\": 3324, \"clust\": 2885, \"rank\": 592, \"rankvar\": 882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 748, \"group\": [2885.0, 589.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTCGAATCT\", \"ini\": 3323, \"clust\": 2848, \"rank\": 587, \"rankvar\": 653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 749, \"group\": [2849.0, 582.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGCATCATC\", \"ini\": 3322, \"clust\": 3151, \"rank\": 343, \"rankvar\": 3944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 750, \"group\": [3150.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTGTTAAGA\", \"ini\": 3321, \"clust\": 1860, \"rank\": 306, \"rankvar\": 3938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4587, \"group\": [1859.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCATTAGCCA\", \"ini\": 3320, \"clust\": 1830, \"rank\": 193, \"rankvar\": 4485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4588, \"group\": [1832.0, 285.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGACATTA\", \"ini\": 3319, \"clust\": 2603, \"rank\": 1022, \"rankvar\": 4800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 270, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 41, \"group\": [2600.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCCTTGG\", \"ini\": 3318, \"clust\": 3091, \"rank\": 420, \"rankvar\": 61, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 751, \"group\": [3089.0, 675.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGATGCCAG\", \"ini\": 3317, \"clust\": 2881, \"rank\": 532, \"rankvar\": 484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 752, \"group\": [2880.0, 589.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCAAGCGAGT\", \"ini\": 3316, \"clust\": 4823, \"rank\": 361, \"rankvar\": 1766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 273, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2680, \"group\": [4822.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCTAGGGC\", \"ini\": 3315, \"clust\": 4853, \"rank\": 326, \"rankvar\": 1753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2681, \"group\": [4852.0, 936.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCATCATTC\", \"ini\": 3314, \"clust\": 3146, \"rank\": 360, \"rankvar\": 2641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 753, \"group\": [3143.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCAAACAACA\", \"ini\": 3313, \"clust\": 1941, \"rank\": 309, \"rankvar\": 3349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 276, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4589, \"group\": [1938.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCGGATCA\", \"ini\": 3312, \"clust\": 3204, \"rank\": 235, \"rankvar\": 3708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 754, \"group\": [3203.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCAAACGGG\", \"ini\": 3311, \"clust\": 3190, \"rank\": 372, \"rankvar\": 2491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 755, \"group\": [3188.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCCAGCTGGCT\", \"ini\": 3310, \"clust\": 1887, \"rank\": 487, \"rankvar\": 3574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 279, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4590, \"group\": [1888.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCAAGCCTA\", \"ini\": 3309, \"clust\": 2604, \"rank\": 1258, \"rankvar\": 4267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 280, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 42, \"group\": [2601.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCTGTTTGT\", \"ini\": 3308, \"clust\": 2233, \"rank\": 457, \"rankvar\": 264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 281, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4591, \"group\": [2233.0, 346.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCGAGAAA\", \"ini\": 3307, \"clust\": 4490, \"rank\": 406, \"rankvar\": 960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 282, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2682, \"group\": [4489.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGAGAACG\", \"ini\": 3306, \"clust\": 3085, \"rank\": 422, \"rankvar\": 1293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 756, \"group\": [3083.0, 674.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACACAGGAGT\", \"ini\": 3305, \"clust\": 3736, \"rank\": 346, \"rankvar\": 2763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 757, \"group\": [3738.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAGACGTAG\", \"ini\": 3304, \"clust\": 2939, \"rank\": 975, \"rankvar\": 1112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 758, \"group\": [2939.0, 600.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCTGGAAC\", \"ini\": 3303, \"clust\": 2215, \"rank\": 693, \"rankvar\": 7, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 286, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4592, \"group\": [2216.0, 337.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCATGTAGC\", \"ini\": 3302, \"clust\": 1611, \"rank\": 50, \"rankvar\": 4694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 287, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3102, \"group\": [1610.0, 229.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGTTTGCC\", \"ini\": 3301, \"clust\": 3125, \"rank\": 389, \"rankvar\": 2885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 759, \"group\": [3122.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGCGCTCCA\", \"ini\": 3300, \"clust\": 3088, \"rank\": 548, \"rankvar\": 784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 289, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 760, \"group\": [3086.0, 674.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTCATATGC\", \"ini\": 3299, \"clust\": 2238, \"rank\": 819, \"rankvar\": 317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 290, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4593, \"group\": [2239.0, 349.0, 55.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCAGCGACC\", \"ini\": 3298, \"clust\": 2240, \"rank\": 805, \"rankvar\": 262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 291, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4594, \"group\": [2241.0, 351.0, 55.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACGGCGTT\", \"ini\": 3297, \"clust\": 3101, \"rank\": 542, \"rankvar\": 412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 761, \"group\": [3102.0, 675.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGCCTATGT\", \"ini\": 3296, \"clust\": 1836, \"rank\": 386, \"rankvar\": 2029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 293, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4595, \"group\": [1837.0, 285.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAAGGTTTC\", \"ini\": 3295, \"clust\": 3817, \"rank\": 471, \"rankvar\": 1660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 762, \"group\": [3818.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCCTACAGA\", \"ini\": 3294, \"clust\": 3725, \"rank\": 612, \"rankvar\": 1559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 295, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 763, \"group\": [3731.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGTGTACGG\", \"ini\": 3293, \"clust\": 3942, \"rank\": 300, \"rankvar\": 4021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 296, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 764, \"group\": [3940.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATCCGAG\", \"ini\": 3292, \"clust\": 2, \"rank\": 989, \"rankvar\": 2079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 297, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4596, \"group\": [5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTCGGCACT\", \"ini\": 3291, \"clust\": 3149, \"rank\": 337, \"rankvar\": 4250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 765, \"group\": [3148.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAAACCAC\", \"ini\": 3290, \"clust\": 2170, \"rank\": 518, \"rankvar\": 59, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4597, \"group\": [2171.0, 335.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGGCTATCT\", \"ini\": 3289, \"clust\": 1950, \"rank\": 354, \"rankvar\": 3278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4598, \"group\": [1948.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACCGGAT\", \"ini\": 3288, \"clust\": 2855, \"rank\": 495, \"rankvar\": 191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 301, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 766, \"group\": [2855.0, 585.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGTCGCCGT\", \"ini\": 3287, \"clust\": 1998, \"rank\": 508, \"rankvar\": 3793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 302, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4599, \"group\": [1997.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCTGACCTC\", \"ini\": 3286, \"clust\": 1619, \"rank\": 137, \"rankvar\": 2316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 303, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3103, \"group\": [1617.0, 229.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGATAGAA\", \"ini\": 3285, \"clust\": 1943, \"rank\": 557, \"rankvar\": 2046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 304, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4600, \"group\": [1941.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATCCGAG\", \"ini\": 3284, \"clust\": 1788, \"rank\": 522, \"rankvar\": 1973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 305, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4601, \"group\": [1788.0, 283.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCACATTTCT\", \"ini\": 3283, \"clust\": 2721, \"rank\": 904, \"rankvar\": 490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 306, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4325, \"group\": [2721.0, 516.0, 98.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTACCGCTG\", \"ini\": 3282, \"clust\": 3246, \"rank\": 427, \"rankvar\": 2558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 307, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 767, \"group\": [3245.0, 683.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAAGTCTAC\", \"ini\": 3281, \"clust\": 3145, \"rank\": 325, \"rankvar\": 1036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 768, \"group\": [3145.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTTCGCAT\", \"ini\": 3280, \"clust\": 3089, \"rank\": 541, \"rankvar\": 95, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 769, \"group\": [3090.0, 675.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCACAGAGGT\", \"ini\": 3279, \"clust\": 1806, \"rank\": 378, \"rankvar\": 2394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4602, \"group\": [1806.0, 284.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCTTCCTTC\", \"ini\": 3278, \"clust\": 3821, \"rank\": 451, \"rankvar\": 712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 770, \"group\": [3819.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCTAACC\", \"ini\": 3277, \"clust\": 1900, \"rank\": 632, \"rankvar\": 3593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 312, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4603, \"group\": [1899.0, 292.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGGAATGC\", \"ini\": 3276, \"clust\": 2851, \"rank\": 520, \"rankvar\": 309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 771, \"group\": [2851.0, 583.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGTAGCCGA\", \"ini\": 3275, \"clust\": 1871, \"rank\": 535, \"rankvar\": 3421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4604, \"group\": [1868.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGAGCCATCGC\", \"ini\": 3274, \"clust\": 2906, \"rank\": 667, \"rankvar\": 107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 772, \"group\": [2907.0, 594.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCTCCGGTT\", \"ini\": 3273, \"clust\": 1735, \"rank\": 390, \"rankvar\": 1793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 316, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4605, \"group\": [1735.0, 271.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAAGTACCT\", \"ini\": 3272, \"clust\": 2168, \"rank\": 428, \"rankvar\": 287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 317, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4606, \"group\": [2168.0, 334.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCTCACTCTTA\", \"ini\": 3271, \"clust\": 3822, \"rank\": 461, \"rankvar\": 650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 773, \"group\": [3820.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCGTAGTG\", \"ini\": 3270, \"clust\": 4229, \"rank\": 408, \"rankvar\": 1218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 774, \"group\": [4231.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGCGT\", \"ini\": 3269, \"clust\": 1942, \"rank\": 459, \"rankvar\": 3792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 320, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4607, \"group\": [1939.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAGTACCT\", \"ini\": 3268, \"clust\": 3844, \"rank\": 504, \"rankvar\": 1810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 775, \"group\": [3845.0, 742.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGTCCCAGGTG\", \"ini\": 3267, \"clust\": 2296, \"rank\": 627, \"rankvar\": 50, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4608, \"group\": [2299.0, 383.0, 61.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGATCGGA\", \"ini\": 3266, \"clust\": 3737, \"rank\": 554, \"rankvar\": 2592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 776, \"group\": [3737.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCTGCCCTA\", \"ini\": 3265, \"clust\": 3759, \"rank\": 431, \"rankvar\": 3457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 324, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 777, \"group\": [3757.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGTGCGTGA\", \"ini\": 3264, \"clust\": 1704, \"rank\": 550, \"rankvar\": 506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 325, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4609, \"group\": [1702.0, 262.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAAGAAGC\", \"ini\": 3263, \"clust\": 1792, \"rank\": 404, \"rankvar\": 3282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 326, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4610, \"group\": [1794.0, 284.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAGTCGGCATC\", \"ini\": 3262, \"clust\": 3141, \"rank\": 470, \"rankvar\": 1605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 778, \"group\": [3141.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCAATCTCT\", \"ini\": 3261, \"clust\": 3919, \"rank\": 619, \"rankvar\": 1785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 779, \"group\": [3921.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGACAGAGA\", \"ini\": 3260, \"clust\": 4540, \"rank\": 351, \"rankvar\": 2488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 329, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2683, \"group\": [4548.0, 869.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGCGATTCT\", \"ini\": 3259, \"clust\": 2522, \"rank\": 1060, \"rankvar\": 3621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 330, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 43, \"group\": [2520.0, 466.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGCTGAAAT\", \"ini\": 3258, \"clust\": 2942, \"rank\": 769, \"rankvar\": 157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 331, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 780, \"group\": [2944.0, 602.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACTTACGA\", \"ini\": 3257, \"clust\": 1872, \"rank\": 569, \"rankvar\": 2929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4611, \"group\": [1869.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGCTCCTCT\", \"ini\": 3256, \"clust\": 3082, \"rank\": 594, \"rankvar\": 1433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 333, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 781, \"group\": [3081.0, 674.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTACGCGA\", \"ini\": 3255, \"clust\": 3758, \"rank\": 477, \"rankvar\": 4401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 782, \"group\": [3759.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAACTCTT\", \"ini\": 3254, \"clust\": 1885, \"rank\": 800, \"rankvar\": 2331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 335, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4612, \"group\": [1884.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCAATCTACG\", \"ini\": 3253, \"clust\": 4546, \"rank\": 480, \"rankvar\": 746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2684, \"group\": [4546.0, 869.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTACAA\", \"ini\": 3252, \"clust\": 1600, \"rank\": 371, \"rankvar\": 572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 337, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3104, \"group\": [1600.0, 227.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTGCATCTA\", \"ini\": 3251, \"clust\": 3270, \"rank\": 586, \"rankvar\": 1257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 783, \"group\": [3270.0, 697.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTACCGAGA\", \"ini\": 3250, \"clust\": 3116, \"rank\": 605, \"rankvar\": 3135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 784, \"group\": [3115.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTTCCACAA\", \"ini\": 3249, \"clust\": 3128, \"rank\": 524, \"rankvar\": 621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 785, \"group\": [3132.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCGAATCCA\", \"ini\": 3248, \"clust\": 3130, \"rank\": 398, \"rankvar\": 750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 786, \"group\": [3128.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGTCCAGGA\", \"ini\": 3247, \"clust\": 1702, \"rank\": 669, \"rankvar\": 1147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 342, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4613, \"group\": [1703.0, 262.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCTCCTATA\", \"ini\": 3246, \"clust\": 2525, \"rank\": 607, \"rankvar\": 3254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 343, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 44, \"group\": [2522.0, 466.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAACGATGG\", \"ini\": 3245, \"clust\": 1888, \"rank\": 509, \"rankvar\": 2614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 344, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4614, \"group\": [1886.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGAGCTT\", \"ini\": 3244, \"clust\": 1870, \"rank\": 478, \"rankvar\": 724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4615, \"group\": [1872.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATGCCTTC\", \"ini\": 3243, \"clust\": 3234, \"rank\": 681, \"rankvar\": 254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 787, \"group\": [3233.0, 678.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTGTTGAGG\", \"ini\": 3242, \"clust\": 1807, \"rank\": 563, \"rankvar\": 2546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 347, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4616, \"group\": [1807.0, 284.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGACCTTTG\", \"ini\": 3241, \"clust\": 3226, \"rank\": 556, \"rankvar\": 850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 788, \"group\": [3226.0, 677.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCGCTTTC\", \"ini\": 3240, \"clust\": 3115, \"rank\": 905, \"rankvar\": 329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 789, \"group\": [3114.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGATAGTCA\", \"ini\": 3239, \"clust\": 3815, \"rank\": 498, \"rankvar\": 2059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 350, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 790, \"group\": [3813.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATGGTCAT\", \"ini\": 3238, \"clust\": 3123, \"rank\": 527, \"rankvar\": 2998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 791, \"group\": [3123.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACAAATCCGT\", \"ini\": 3237, \"clust\": 2216, \"rank\": 718, \"rankvar\": 55, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 352, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4617, \"group\": [2222.0, 340.0, 54.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCTCGGACG\", \"ini\": 3236, \"clust\": 3770, \"rank\": 648, \"rankvar\": 2458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 353, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 792, \"group\": [3772.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCACCCTATC\", \"ini\": 3235, \"clust\": 2852, \"rank\": 725, \"rankvar\": 222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 793, \"group\": [2852.0, 583.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACATCACAAC\", \"ini\": 3234, \"clust\": 3075, \"rank\": 567, \"rankvar\": 2126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 794, \"group\": [3076.0, 672.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAAGAGCAATT\", \"ini\": 3233, \"clust\": 2812, \"rank\": 1038, \"rankvar\": 403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 795, \"group\": [2812.0, 565.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTACCGAT\", \"ini\": 3232, \"clust\": 3237, \"rank\": 700, \"rankvar\": 539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 796, \"group\": [3235.0, 678.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACATGCCTTC\", \"ini\": 3231, \"clust\": 2783, \"rank\": 844, \"rankvar\": 3441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 797, \"group\": [2781.0, 549.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCCGTAGGC\", \"ini\": 3230, \"clust\": 3065, \"rank\": 807, \"rankvar\": 685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 798, \"group\": [3068.0, 670.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACACTCTGTC\", \"ini\": 3229, \"clust\": 1905, \"rank\": 863, \"rankvar\": 1056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 360, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4618, \"group\": [1905.0, 294.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGACTGC\", \"ini\": 3228, \"clust\": 1606, \"rank\": 242, \"rankvar\": 2692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 361, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3105, \"group\": [1604.0, 228.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTGAGGGA\", \"ini\": 3227, \"clust\": 3740, \"rank\": 559, \"rankvar\": 1749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 799, \"group\": [3739.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGCTGTTCA\", \"ini\": 3226, \"clust\": 1877, \"rank\": 738, \"rankvar\": 2529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 363, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4619, \"group\": [1877.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCTCGCGTTTC\", \"ini\": 3225, \"clust\": 2940, \"rank\": 897, \"rankvar\": 1289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 800, \"group\": [2940.0, 600.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGTCGAGTG\", \"ini\": 3224, \"clust\": 4481, \"rank\": 452, \"rankvar\": 4167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2685, \"group\": [4481.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAATCTACG\", \"ini\": 3223, \"clust\": 1607, \"rank\": 238, \"rankvar\": 2158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3106, \"group\": [1605.0, 228.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGTCCAGG\", \"ini\": 3222, \"clust\": 3726, \"rank\": 513, \"rankvar\": 3338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 801, \"group\": [3726.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATCTGGTA\", \"ini\": 3221, \"clust\": 1913, \"rank\": 585, \"rankvar\": 3715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4620, \"group\": [1912.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAACGCACC\", \"ini\": 3220, \"clust\": 3772, \"rank\": 628, \"rankvar\": 2084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 802, \"group\": [3769.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCATTTGGG\", \"ini\": 3219, \"clust\": 1934, \"rank\": 608, \"rankvar\": 3597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4621, \"group\": [1932.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAGTTGGTAAA\", \"ini\": 3218, \"clust\": 1603, \"rank\": 185, \"rankvar\": 3534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3107, \"group\": [1602.0, 228.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATGTGTA\", \"ini\": 3217, \"clust\": 2888, \"rank\": 977, \"rankvar\": 391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 803, \"group\": [2888.0, 589.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGATATACG\", \"ini\": 3216, \"clust\": 3720, \"rank\": 623, \"rankvar\": 3807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 804, \"group\": [3719.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCATTCTTAC\", \"ini\": 3215, \"clust\": 1883, \"rank\": 835, \"rankvar\": 3249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 374, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4622, \"group\": [1882.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGCTGATA\", \"ini\": 3214, \"clust\": 2873, \"rank\": 789, \"rankvar\": 286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 805, \"group\": [2873.0, 589.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTGTTTGG\", \"ini\": 3213, \"clust\": 1808, \"rank\": 561, \"rankvar\": 1826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4623, \"group\": [1808.0, 284.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTTCTGTTT\", \"ini\": 3212, \"clust\": 4775, \"rank\": 610, \"rankvar\": 2582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 377, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2686, \"group\": [4774.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTAACG\", \"ini\": 3211, \"clust\": 3886, \"rank\": 761, \"rankvar\": 1640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 806, \"group\": [3888.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATAGCTCTCGG\", \"ini\": 3210, \"clust\": 3238, \"rank\": 853, \"rankvar\": 1732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 807, \"group\": [3236.0, 678.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATAAACG\", \"ini\": 3209, \"clust\": 1865, \"rank\": 646, \"rankvar\": 1546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 380, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4624, \"group\": [1867.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAGGGCATA\", \"ini\": 3208, \"clust\": 3730, \"rank\": 715, \"rankvar\": 1208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 808, \"group\": [3729.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGATGCCAG\", \"ini\": 3207, \"clust\": 1946, \"rank\": 752, \"rankvar\": 4004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4625, \"group\": [1944.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTTGACAC\", \"ini\": 3206, \"clust\": 2814, \"rank\": 756, \"rankvar\": 2784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 383, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 809, \"group\": [2814.0, 565.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATTCCTT\", \"ini\": 3205, \"clust\": 1867, \"rank\": 706, \"rankvar\": 1299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 384, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4626, \"group\": [1866.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAACGCACC\", \"ini\": 3204, \"clust\": 3920, \"rank\": 854, \"rankvar\": 1777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 810, \"group\": [3917.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCCTCAACC\", \"ini\": 3203, \"clust\": 3731, \"rank\": 801, \"rankvar\": 2189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 386, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 811, \"group\": [3727.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTTACGGAG\", \"ini\": 3202, \"clust\": 3899, \"rank\": 703, \"rankvar\": 2724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 812, \"group\": [3898.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTAAGAGGA\", \"ini\": 3201, \"clust\": 2518, \"rank\": 1530, \"rankvar\": 4453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 45, \"group\": [2518.0, 466.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGAAGGGTA\", \"ini\": 3200, \"clust\": 3695, \"rank\": 818, \"rankvar\": 2747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 389, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 813, \"group\": [3693.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATCCTGT\", \"ini\": 3199, \"clust\": 1937, \"rank\": 489, \"rankvar\": 4468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 390, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4627, \"group\": [1935.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCTTAT\", \"ini\": 3198, \"clust\": 3854, \"rank\": 729, \"rankvar\": 1721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 814, \"group\": [3857.0, 743.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCGGCTCA\", \"ini\": 3197, \"clust\": 3240, \"rank\": 687, \"rankvar\": 2958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 815, \"group\": [3242.0, 681.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTTGCATG\", \"ini\": 3196, \"clust\": 2519, \"rank\": 811, \"rankvar\": 3058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 393, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 46, \"group\": [2516.0, 466.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATGCAACT\", \"ini\": 3195, \"clust\": 2252, \"rank\": 1617, \"rankvar\": 779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 394, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4628, \"group\": [2255.0, 359.0, 56.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCATAG\", \"ini\": 3194, \"clust\": 4692, \"rank\": 887, \"rankvar\": 1663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 395, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2687, \"group\": [4689.0, 922.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAACATC\", \"ini\": 3193, \"clust\": 3207, \"rank\": 486, \"rankvar\": 1196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 816, \"group\": [3206.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCGATCCC\", \"ini\": 3192, \"clust\": 4738, \"rank\": 642, \"rankvar\": 3121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 397, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2688, \"group\": [4738.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCATGGTCA\", \"ini\": 3191, \"clust\": 3824, \"rank\": 697, \"rankvar\": 3444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 817, \"group\": [3822.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATAGCGTGAAC\", \"ini\": 3190, \"clust\": 3841, \"rank\": 780, \"rankvar\": 873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 818, \"group\": [3839.0, 742.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTCATGCAT\", \"ini\": 3189, \"clust\": 3907, \"rank\": 787, \"rankvar\": 2502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 819, \"group\": [3902.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAACGTT\", \"ini\": 3188, \"clust\": 3776, \"rank\": 635, \"rankvar\": 3465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 401, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 820, \"group\": [3773.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGCAATGGACG\", \"ini\": 3187, \"clust\": 1554, \"rank\": 313, \"rankvar\": 3178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 402, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3956, \"group\": [1555.0, 206.0, 33.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGAACTCGG\", \"ini\": 3186, \"clust\": 2242, \"rank\": 1410, \"rankvar\": 682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 403, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4629, \"group\": [2243.0, 352.0, 55.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAGTCGATT\", \"ini\": 3185, \"clust\": 4743, \"rank\": 822, \"rankvar\": 1678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 404, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2689, \"group\": [4742.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGCCTAT\", \"ini\": 3184, \"clust\": 2815, \"rank\": 902, \"rankvar\": 2480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 821, \"group\": [2815.0, 565.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAACTGCGC\", \"ini\": 3183, \"clust\": 3721, \"rank\": 617, \"rankvar\": 2677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 822, \"group\": [3720.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCCACGTGG\", \"ini\": 3182, \"clust\": 1774, \"rank\": 444, \"rankvar\": 4251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4630, \"group\": [1777.0, 282.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGGTCGTTGTA\", \"ini\": 3181, \"clust\": 3888, \"rank\": 786, \"rankvar\": 1136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 823, \"group\": [3885.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACACGCTG\", \"ini\": 3180, \"clust\": 3894, \"rank\": 622, \"rankvar\": 2884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 824, \"group\": [3893.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGCAGGCTA\", \"ini\": 3179, \"clust\": 3816, \"rank\": 601, \"rankvar\": 2292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 825, \"group\": [3814.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGGACAA\", \"ini\": 3178, \"clust\": 3699, \"rank\": 651, \"rankvar\": 2598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 411, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 826, \"group\": [3696.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGCTTTC\", \"ini\": 3177, \"clust\": 3761, \"rank\": 707, \"rankvar\": 1340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 827, \"group\": [3760.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGAATGTGT\", \"ini\": 3176, \"clust\": 3819, \"rank\": 674, \"rankvar\": 1951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 828, \"group\": [3817.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGGACACCA\", \"ini\": 3175, \"clust\": 2556, \"rank\": 1655, \"rankvar\": 4944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 414, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 47, \"group\": [2551.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCACTGCCAG\", \"ini\": 3174, \"clust\": 2600, \"rank\": 1512, \"rankvar\": 4505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 415, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 48, \"group\": [2599.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGATCTCCAGGG\", \"ini\": 3173, \"clust\": 2607, \"rank\": 1287, \"rankvar\": 4592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 416, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 49, \"group\": [2604.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTTCAGATAAG\", \"ini\": 3172, \"clust\": 2260, \"rank\": 1579, \"rankvar\": 1531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 417, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4631, \"group\": [2267.0, 365.0, 56.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCGTCTCCCTA\", \"ini\": 3171, \"clust\": 3807, \"rank\": 691, \"rankvar\": 343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 829, \"group\": [3803.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCTAGGGC\", \"ini\": 3170, \"clust\": 3763, \"rank\": 686, \"rankvar\": 3714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 830, \"group\": [3764.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCTGAGTGT\", \"ini\": 3169, \"clust\": 2239, \"rank\": 1389, \"rankvar\": 618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 420, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4632, \"group\": [2240.0, 350.0, 55.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCATATCGG\", \"ini\": 3168, \"clust\": 3086, \"rank\": 677, \"rankvar\": 433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 831, \"group\": [3084.0, 674.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGAGTGAC\", \"ini\": 3167, \"clust\": 3846, \"rank\": 978, \"rankvar\": 582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 832, \"group\": [3844.0, 742.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGCAAATCA\", \"ini\": 3166, \"clust\": 3239, \"rank\": 857, \"rankvar\": 731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 833, \"group\": [3237.0, 678.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGCCCTTA\", \"ini\": 3165, \"clust\": 3059, \"rank\": 507, \"rankvar\": 600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 834, \"group\": [3060.0, 669.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTCACATGGGA\", \"ini\": 3164, \"clust\": 3805, \"rank\": 894, \"rankvar\": 1138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 835, \"group\": [3804.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCGGCTTGG\", \"ini\": 3163, \"clust\": 3756, \"rank\": 658, \"rankvar\": 4106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 426, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 836, \"group\": [3755.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCGATCG\", \"ini\": 3162, \"clust\": 1835, \"rank\": 458, \"rankvar\": 3471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 427, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4633, \"group\": [1838.0, 285.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCAGGCCCA\", \"ini\": 3161, \"clust\": 2711, \"rank\": 1079, \"rankvar\": 1999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 428, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2091, \"group\": [2712.0, 509.0, 97.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGTAGGAG\", \"ini\": 3160, \"clust\": 3220, \"rank\": 566, \"rankvar\": 644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 837, \"group\": [3221.0, 677.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCTTCTGGC\", \"ini\": 3159, \"clust\": 1914, \"rank\": 768, \"rankvar\": 2563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 430, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4634, \"group\": [1913.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCCAAGGTGTG\", \"ini\": 3158, \"clust\": 3057, \"rank\": 577, \"rankvar\": 1141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 838, \"group\": [3058.0, 669.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGGATGCGT\", \"ini\": 3157, \"clust\": 2090, \"rank\": 692, \"rankvar\": 4292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 432, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4635, \"group\": [2088.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTCGCTTCT\", \"ini\": 3156, \"clust\": 1862, \"rank\": 852, \"rankvar\": 2705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 433, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4636, \"group\": [1862.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTACATGTC\", \"ini\": 3155, \"clust\": 1820, \"rank\": 292, \"rankvar\": 4571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4637, \"group\": [1820.0, 285.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTGTCCTCT\", \"ini\": 3154, \"clust\": 3839, \"rank\": 680, \"rankvar\": 631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 839, \"group\": [3842.0, 742.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGAGTCTGG\", \"ini\": 3153, \"clust\": 4192, \"rank\": 643, \"rankvar\": 2969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 840, \"group\": [4194.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGTCTGT\", \"ini\": 3152, \"clust\": 3053, \"rank\": 664, \"rankvar\": 947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 841, \"group\": [3057.0, 669.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCAGCCAGAA\", \"ini\": 3151, \"clust\": 3063, \"rank\": 797, \"rankvar\": 2362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 842, \"group\": [3062.0, 669.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGGTTCT\", \"ini\": 3150, \"clust\": 2858, \"rank\": 840, \"rankvar\": 941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 843, \"group\": [2857.0, 585.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCACTTCAT\", \"ini\": 3149, \"clust\": 3670, \"rank\": 926, \"rankvar\": 2941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 844, \"group\": [3669.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTACTCAT\", \"ini\": 3148, \"clust\": 4725, \"rank\": 958, \"rankvar\": 1083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 441, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2690, \"group\": [4724.0, 931.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCAGCTCTC\", \"ini\": 3147, \"clust\": 4119, \"rank\": 588, \"rankvar\": 3735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 845, \"group\": [4117.0, 750.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGTAAG\", \"ini\": 3146, \"clust\": 2406, \"rank\": 1201, \"rankvar\": 4472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 443, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5129, \"group\": [2408.0, 424.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTAAGAAC\", \"ini\": 3145, \"clust\": 2520, \"rank\": 980, \"rankvar\": 3203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 444, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 50, \"group\": [2517.0, 466.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGTACGA\", \"ini\": 3144, \"clust\": 3688, \"rank\": 624, \"rankvar\": 1514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 846, \"group\": [3686.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGAGTAATC\", \"ini\": 3143, \"clust\": 3826, \"rank\": 668, \"rankvar\": 1502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 847, \"group\": [3825.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGTGATTA\", \"ini\": 3142, \"clust\": 1799, \"rank\": 745, \"rankvar\": 1194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4638, \"group\": [1799.0, 284.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGATATGCA\", \"ini\": 3141, \"clust\": 2871, \"rank\": 942, \"rankvar\": 655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 848, \"group\": [2871.0, 589.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTAACGGT\", \"ini\": 3140, \"clust\": 1620, \"rank\": 248, \"rankvar\": 1989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3108, \"group\": [1618.0, 229.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCTCCGGTT\", \"ini\": 3139, \"clust\": 3767, \"rank\": 775, \"rankvar\": 1476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 849, \"group\": [3767.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCGACGGAA\", \"ini\": 3138, \"clust\": 3278, \"rank\": 1491, \"rankvar\": 1621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 451, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 850, \"group\": [3278.0, 700.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCAAGGCTT\", \"ini\": 3137, \"clust\": 1858, \"rank\": 323, \"rankvar\": 4092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 452, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4639, \"group\": [1860.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTAGAGTC\", \"ini\": 3136, \"clust\": 3696, \"rank\": 779, \"rankvar\": 2312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 851, \"group\": [3694.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGAGCGTT\", \"ini\": 3135, \"clust\": 2250, \"rank\": 1537, \"rankvar\": 580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4640, \"group\": [2250.0, 356.0, 56.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTGCCAGA\", \"ini\": 3134, \"clust\": 3747, \"rank\": 816, \"rankvar\": 1037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 455, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 852, \"group\": [3746.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTCAATGGACG\", \"ini\": 3133, \"clust\": 3760, \"rank\": 767, \"rankvar\": 1139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 853, \"group\": [3758.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAGACTCGC\", \"ini\": 3132, \"clust\": 3857, \"rank\": 865, \"rankvar\": 861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 854, \"group\": [3853.0, 743.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAGGGAA\", \"ini\": 3131, \"clust\": 3703, \"rank\": 776, \"rankvar\": 3522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 855, \"group\": [3699.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTCCGAAGA\", \"ini\": 3130, \"clust\": 2869, \"rank\": 774, \"rankvar\": 314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 856, \"group\": [2876.0, 589.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGTCGCCGTGA\", \"ini\": 3129, \"clust\": 3117, \"rank\": 766, \"rankvar\": 859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 857, \"group\": [3116.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGGTGTTA\", \"ini\": 3128, \"clust\": 4491, \"rank\": 576, \"rankvar\": 3726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 461, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2691, \"group\": [4490.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCGCATAT\", \"ini\": 3127, \"clust\": 4674, \"rank\": 825, \"rankvar\": 3738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 462, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2692, \"group\": [4676.0, 920.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCACAAACC\", \"ini\": 3126, \"clust\": 3694, \"rank\": 1113, \"rankvar\": 2821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 858, \"group\": [3695.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCACCCAGTG\", \"ini\": 3125, \"clust\": 3216, \"rank\": 750, \"rankvar\": 3270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 859, \"group\": [3215.0, 677.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTGCATCTA\", \"ini\": 3124, \"clust\": 3766, \"rank\": 838, \"rankvar\": 2297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 860, \"group\": [3768.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTTGA\", \"ini\": 3123, \"clust\": 3813, \"rank\": 737, \"rankvar\": 1853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 466, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 861, \"group\": [3812.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGCGATGAC\", \"ini\": 3122, \"clust\": 1838, \"rank\": 423, \"rankvar\": 3990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 467, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4641, \"group\": [1836.0, 285.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCGGTTAAC\", \"ini\": 3121, \"clust\": 3126, \"rank\": 564, \"rankvar\": 1070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 862, \"group\": [3125.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGTC\", \"ini\": 3120, \"clust\": 3913, \"rank\": 935, \"rankvar\": 3913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 863, \"group\": [3915.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCACCATGTA\", \"ini\": 3119, \"clust\": 1935, \"rank\": 637, \"rankvar\": 3818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 470, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4642, \"group\": [1933.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATAGAGT\", \"ini\": 3118, \"clust\": 1814, \"rank\": 505, \"rankvar\": 3635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4643, \"group\": [1813.0, 284.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCGAACGC\", \"ini\": 3117, \"clust\": 2049, \"rank\": 481, \"rankvar\": 3202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 472, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4644, \"group\": [2049.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCTCTTGAT\", \"ini\": 3116, \"clust\": 1853, \"rank\": 494, \"rankvar\": 2902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 473, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4645, \"group\": [1855.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTATCGCC\", \"ini\": 3115, \"clust\": 1855, \"rank\": 584, \"rankvar\": 2151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 474, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4646, \"group\": [1854.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTCCGAAGA\", \"ini\": 3114, \"clust\": 1875, \"rank\": 859, \"rankvar\": 2880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 475, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4647, \"group\": [1875.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCACTCGACG\", \"ini\": 3113, \"clust\": 3083, \"rank\": 762, \"rankvar\": 207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 476, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 864, \"group\": [3082.0, 674.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTCAGGGCATA\", \"ini\": 3112, \"clust\": 3762, \"rank\": 741, \"rankvar\": 2819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 865, \"group\": [3761.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGAGGACGG\", \"ini\": 3111, \"clust\": 1951, \"rank\": 616, \"rankvar\": 4373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 478, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4648, \"group\": [1949.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCGCGCAA\", \"ini\": 3110, \"clust\": 3914, \"rank\": 1049, \"rankvar\": 2700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 479, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 866, \"group\": [3914.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTCGCTTG\", \"ini\": 3109, \"clust\": 2054, \"rank\": 600, \"rankvar\": 3755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 480, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4649, \"group\": [2054.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTTGAGGTG\", \"ini\": 3108, \"clust\": 4694, \"rank\": 831, \"rankvar\": 2111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2693, \"group\": [4694.0, 924.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGTCTCG\", \"ini\": 3107, \"clust\": 3796, \"rank\": 1096, \"rankvar\": 777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 867, \"group\": [3797.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAGTATCTG\", \"ini\": 3106, \"clust\": 3271, \"rank\": 596, \"rankvar\": 2718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 868, \"group\": [3271.0, 698.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCGCAAGC\", \"ini\": 3105, \"clust\": 3208, \"rank\": 590, \"rankvar\": 1109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 869, \"group\": [3207.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGCAAATTGCC\", \"ini\": 3104, \"clust\": 1940, \"rank\": 710, \"rankvar\": 1894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 485, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4650, \"group\": [1940.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCACAGATTC\", \"ini\": 3103, \"clust\": 3864, \"rank\": 698, \"rankvar\": 1099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 870, \"group\": [3863.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAGTATAAG\", \"ini\": 3102, \"clust\": 3118, \"rank\": 920, \"rankvar\": 523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 487, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 871, \"group\": [3120.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGAGCGAG\", \"ini\": 3101, \"clust\": 2101, \"rank\": 1070, \"rankvar\": 3804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 488, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4651, \"group\": [2105.0, 303.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTAGCACGA\", \"ini\": 3100, \"clust\": 4547, \"rank\": 450, \"rankvar\": 1862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 489, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2694, \"group\": [4544.0, 869.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCAAACAACA\", \"ini\": 3099, \"clust\": 3764, \"rank\": 730, \"rankvar\": 2465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 490, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 872, \"group\": [3762.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGCATGAG\", \"ini\": 3098, \"clust\": 116, \"rank\": 299, \"rankvar\": 4220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 491, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 233, \"group\": [114.0, 24.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGCGATAC\", \"ini\": 3097, \"clust\": 3634, \"rank\": 1245, \"rankvar\": 1988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 492, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 873, \"group\": [3633.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCGGTCTAA\", \"ini\": 3096, \"clust\": 3229, \"rank\": 877, \"rankvar\": 1062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 493, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 874, \"group\": [3231.0, 678.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCGGCGCTA\", \"ini\": 3095, \"clust\": 1993, \"rank\": 990, \"rankvar\": 4184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4652, \"group\": [1992.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGGAGTTTA\", \"ini\": 3094, \"clust\": 1922, \"rank\": 442, \"rankvar\": 4402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 495, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4653, \"group\": [1921.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGATGCGAC\", \"ini\": 3093, \"clust\": 1927, \"rank\": 583, \"rankvar\": 4104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 496, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4654, \"group\": [1925.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCATAACCG\", \"ini\": 3092, \"clust\": 4486, \"rank\": 538, \"rankvar\": 3962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 497, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2695, \"group\": [4483.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTCCCGAG\", \"ini\": 3091, \"clust\": 2056, \"rank\": 502, \"rankvar\": 3650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4655, \"group\": [2056.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCCGTTGTC\", \"ini\": 3090, \"clust\": 2712, \"rank\": 1226, \"rankvar\": 623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 499, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2092, \"group\": [2713.0, 510.0, 97.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATGCAATC\", \"ini\": 3089, \"clust\": 3745, \"rank\": 880, \"rankvar\": 2808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 875, \"group\": [3744.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCATGTAGC\", \"ini\": 3088, \"clust\": 1621, \"rank\": 158, \"rankvar\": 3837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3109, \"group\": [1619.0, 229.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTCTTCTCG\", \"ini\": 3087, \"clust\": 3820, \"rank\": 593, \"rankvar\": 2289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 876, \"group\": [3821.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCCTAA\", \"ini\": 3086, \"clust\": 3078, \"rank\": 798, \"rankvar\": 324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 877, \"group\": [3078.0, 673.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAAAGAATC\", \"ini\": 3085, \"clust\": 3900, \"rank\": 843, \"rankvar\": 1616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 878, \"group\": [3899.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGACACG\", \"ini\": 3084, \"clust\": 3792, \"rank\": 930, \"rankvar\": 3298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 879, \"group\": [3791.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCTTGTCC\", \"ini\": 3083, \"clust\": 1617, \"rank\": 207, \"rankvar\": 4157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3110, \"group\": [1615.0, 229.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTCCGACGT\", \"ini\": 3082, \"clust\": 3140, \"rank\": 493, \"rankvar\": 966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 880, \"group\": [3142.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAAGTGGC\", \"ini\": 3081, \"clust\": 1772, \"rank\": 900, \"rankvar\": 2963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4656, \"group\": [1771.0, 282.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCAGAAGG\", \"ini\": 3080, \"clust\": 4760, \"rank\": 836, \"rankvar\": 3598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2696, \"group\": [4760.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGCGTTCG\", \"ini\": 3079, \"clust\": 2610, \"rank\": 1305, \"rankvar\": 4589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 510, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 51, \"group\": [2607.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGCATCTA\", \"ini\": 3078, \"clust\": 3754, \"rank\": 751, \"rankvar\": 2139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 511, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 881, \"group\": [3752.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGTTTGCC\", \"ini\": 3077, \"clust\": 2790, \"rank\": 1197, \"rankvar\": 3424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 882, \"group\": [2796.0, 558.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCACAAGCCC\", \"ini\": 3076, \"clust\": 3061, \"rank\": 490, \"rankvar\": 2943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 513, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 883, \"group\": [3065.0, 669.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGAGAACG\", \"ini\": 3075, \"clust\": 4184, \"rank\": 708, \"rankvar\": 2492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 884, \"group\": [4182.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGAGCACACAG\", \"ini\": 3074, \"clust\": 1771, \"rank\": 595, \"rankvar\": 3765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4657, \"group\": [1773.0, 282.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGCGTAAG\", \"ini\": 3073, \"clust\": 2142, \"rank\": 1317, \"rankvar\": 58, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 516, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 885, \"group\": [2143.0, 325.0, 52.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGATATGGT\", \"ini\": 3072, \"clust\": 3147, \"rank\": 758, \"rankvar\": 1604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 886, \"group\": [3144.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTTAGCGG\", \"ini\": 3071, \"clust\": 3946, \"rank\": 1016, \"rankvar\": 1317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 518, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 887, \"group\": [3948.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGTCCCACG\", \"ini\": 3070, \"clust\": 3049, \"rank\": 850, \"rankvar\": 1270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 519, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 888, \"group\": [3050.0, 668.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTGTTTG\", \"ini\": 3069, \"clust\": 3221, \"rank\": 552, \"rankvar\": 2155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 520, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 889, \"group\": [3219.0, 677.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCAAGCTGGAAC\", \"ini\": 3068, \"clust\": 2511, \"rank\": 1809, \"rankvar\": 3945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 521, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 52, \"group\": [2510.0, 464.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGAGTTGC\", \"ini\": 3067, \"clust\": 1923, \"rank\": 500, \"rankvar\": 3931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4658, \"group\": [1922.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAGTTGTGGCC\", \"ini\": 3066, \"clust\": 4487, \"rank\": 653, \"rankvar\": 4180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 523, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2697, \"group\": [4485.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCACACGC\", \"ini\": 3065, \"clust\": 4750, \"rank\": 890, \"rankvar\": 1375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 524, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2698, \"group\": [4752.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCAAAGTAG\", \"ini\": 3064, \"clust\": 1873, \"rank\": 543, \"rankvar\": 4360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 525, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4659, \"group\": [1870.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTGGTGTAG\", \"ini\": 3063, \"clust\": 3727, \"rank\": 795, \"rankvar\": 1568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 890, \"group\": [3724.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAAGTGTA\", \"ini\": 3062, \"clust\": 2052, \"rank\": 604, \"rankvar\": 3999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 527, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4660, \"group\": [2051.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAGGTCGTC\", \"ini\": 3061, \"clust\": 2091, \"rank\": 748, \"rankvar\": 4022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 528, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4661, \"group\": [2089.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTACGAAAT\", \"ini\": 3060, \"clust\": 3054, \"rank\": 712, \"rankvar\": 503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 891, \"group\": [3056.0, 669.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGAAAG\", \"ini\": 3059, \"clust\": 1889, \"rank\": 713, \"rankvar\": 2783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 530, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4662, \"group\": [1887.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGGGACA\", \"ini\": 3058, \"clust\": 3859, \"rank\": 709, \"rankvar\": 1300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 892, \"group\": [3860.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGACG\", \"ini\": 3057, \"clust\": 3903, \"rank\": 1234, \"rankvar\": 394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 893, \"group\": [3905.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTAAGTAC\", \"ini\": 3056, \"clust\": 3765, \"rank\": 666, \"rankvar\": 2701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 533, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 894, \"group\": [3763.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTGCAAGC\", \"ini\": 3055, \"clust\": 2050, \"rank\": 654, \"rankvar\": 3260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 534, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4663, \"group\": [2050.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTACAGACG\", \"ini\": 3054, \"clust\": 3843, \"rank\": 996, \"rankvar\": 1478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 895, \"group\": [3841.0, 742.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATGCCAT\", \"ini\": 3053, \"clust\": 3407, \"rank\": 979, \"rankvar\": 1273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 896, \"group\": [3406.0, 722.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGTAGCCGA\", \"ini\": 3052, \"clust\": 3788, \"rank\": 847, \"rankvar\": 2042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 897, \"group\": [3787.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGCAGGTA\", \"ini\": 3051, \"clust\": 4543, \"rank\": 545, \"rankvar\": 1992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 538, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2699, \"group\": [4542.0, 869.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCTCCAAATGC\", \"ini\": 3050, \"clust\": 3922, \"rank\": 1013, \"rankvar\": 3657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 898, \"group\": [3919.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGGTCA\", \"ini\": 3049, \"clust\": 2804, \"rank\": 1346, \"rankvar\": 1556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 899, \"group\": [2804.0, 562.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTTGTTTGG\", \"ini\": 3048, \"clust\": 2251, \"rank\": 1976, \"rankvar\": 1756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 541, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4664, \"group\": [2251.0, 356.0, 56.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCGGACC\", \"ini\": 3047, \"clust\": 3753, \"rank\": 830, \"rankvar\": 2203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 900, \"group\": [3754.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAACTGCT\", \"ini\": 3046, \"clust\": 2038, \"rank\": 670, \"rankvar\": 3552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 543, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4665, \"group\": [2040.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCTGATAA\", \"ini\": 3045, \"clust\": 3929, \"rank\": 936, \"rankvar\": 2467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 901, \"group\": [3927.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCATCCGTGG\", \"ini\": 3044, \"clust\": 3062, \"rank\": 848, \"rankvar\": 1459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 545, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 902, \"group\": [3064.0, 669.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGAACGT\", \"ini\": 3043, \"clust\": 3902, \"rank\": 925, \"rankvar\": 1336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 546, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 903, \"group\": [3906.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGTGGGAA\", \"ini\": 3042, \"clust\": 3768, \"rank\": 908, \"rankvar\": 1446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 904, \"group\": [3765.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGAAGTT\", \"ini\": 3041, \"clust\": 3757, \"rank\": 802, \"rankvar\": 3824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 905, \"group\": [3756.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCCTATTCA\", \"ini\": 3040, \"clust\": 3127, \"rank\": 689, \"rankvar\": 141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 906, \"group\": [3126.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTTCGCAT\", \"ini\": 3039, \"clust\": 4219, \"rank\": 783, \"rankvar\": 2767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 907, \"group\": [4219.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGACATCTACGA\", \"ini\": 3038, \"clust\": 2000, \"rank\": 630, \"rankvar\": 4178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 551, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4666, \"group\": [2004.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAACTGGCC\", \"ini\": 3037, \"clust\": 1753, \"rank\": 866, \"rankvar\": 979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4667, \"group\": [1752.0, 278.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAATCGAAA\", \"ini\": 3036, \"clust\": 2882, \"rank\": 1145, \"rankvar\": 187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 553, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 908, \"group\": [2881.0, 589.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATCACAC\", \"ini\": 3035, \"clust\": 3889, \"rank\": 837, \"rankvar\": 2617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 909, \"group\": [3886.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTGATGTGG\", \"ini\": 3034, \"clust\": 3395, \"rank\": 1034, \"rankvar\": 2103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 910, \"group\": [3398.0, 720.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGCGTTCCG\", \"ini\": 3033, \"clust\": 3741, \"rank\": 618, \"rankvar\": 1489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 556, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 911, \"group\": [3740.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTAACGGT\", \"ini\": 3032, \"clust\": 4492, \"rank\": 788, \"rankvar\": 3353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 557, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2700, \"group\": [4493.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTAGCATGGCA\", \"ini\": 3031, \"clust\": 3231, \"rank\": 940, \"rankvar\": 2130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 912, \"group\": [3228.0, 678.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGTACGG\", \"ini\": 3030, \"clust\": 2875, \"rank\": 1032, \"rankvar\": 371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 913, \"group\": [2875.0, 589.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAGAGCCAA\", \"ini\": 3029, \"clust\": 3804, \"rank\": 764, \"rankvar\": 2303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 914, \"group\": [3805.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCGTTCCG\", \"ini\": 3028, \"clust\": 1879, \"rank\": 898, \"rankvar\": 3452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 561, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4668, \"group\": [1881.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCTGCGAA\", \"ini\": 3027, \"clust\": 3592, \"rank\": 1164, \"rankvar\": 2722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 915, \"group\": [3593.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCGGCTACG\", \"ini\": 3026, \"clust\": 3056, \"rank\": 631, \"rankvar\": 1664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 916, \"group\": [3055.0, 669.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCCATGCTC\", \"ini\": 3025, \"clust\": 3734, \"rank\": 663, \"rankvar\": 2308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 564, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 917, \"group\": [3732.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGATCAGCCTAA\", \"ini\": 3024, \"clust\": 3825, \"rank\": 873, \"rankvar\": 2373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 918, \"group\": [3823.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCGAACA\", \"ini\": 3023, \"clust\": 4232, \"rank\": 856, \"rankvar\": 1745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 919, \"group\": [4229.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGAAATA\", \"ini\": 3022, \"clust\": 3771, \"rank\": 656, \"rankvar\": 3139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 567, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 920, \"group\": [3771.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGCTTCC\", \"ini\": 3021, \"clust\": 3773, \"rank\": 998, \"rankvar\": 3566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 921, \"group\": [3770.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTATCTG\", \"ini\": 3020, \"clust\": 1957, \"rank\": 749, \"rankvar\": 4465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 569, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4669, \"group\": [1955.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGATATGCA\", \"ini\": 3019, \"clust\": 1616, \"rank\": 491, \"rankvar\": 332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3111, \"group\": [1621.0, 229.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCATCATTC\", \"ini\": 3018, \"clust\": 3682, \"rank\": 1156, \"rankvar\": 2873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 922, \"group\": [3680.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACCGAATT\", \"ini\": 3017, \"clust\": 1967, \"rank\": 1157, \"rankvar\": 4088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 572, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4670, \"group\": [1966.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTGAGTGT\", \"ini\": 3016, \"clust\": 2794, \"rank\": 1196, \"rankvar\": 493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 573, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 923, \"group\": [2791.0, 556.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGCAATTA\", \"ini\": 3015, \"clust\": 2965, \"rank\": 886, \"rankvar\": 1209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 924, \"group\": [2968.0, 613.0, 108.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACTCCTG\", \"ini\": 3014, \"clust\": 4654, \"rank\": 953, \"rankvar\": 3509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 575, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2701, \"group\": [4653.0, 913.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTCATCC\", \"ini\": 3013, \"clust\": 3217, \"rank\": 1027, \"rankvar\": 1917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 925, \"group\": [3216.0, 677.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGAACAACT\", \"ini\": 3012, \"clust\": 3702, \"rank\": 1302, \"rankvar\": 1160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 577, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 926, \"group\": [3701.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCATCAGTAC\", \"ini\": 3011, \"clust\": 1612, \"rank\": 159, \"rankvar\": 4890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3112, \"group\": [1611.0, 229.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGTACATGA\", \"ini\": 3010, \"clust\": 3873, \"rank\": 931, \"rankvar\": 1290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 927, \"group\": [3871.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCCAATGGT\", \"ini\": 3009, \"clust\": 3060, \"rank\": 906, \"rankvar\": 1332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 928, \"group\": [3061.0, 669.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTCGTACT\", \"ini\": 3008, \"clust\": 1936, \"rank\": 578, \"rankvar\": 4073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 581, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4671, \"group\": [1937.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTTGTTGG\", \"ini\": 3007, \"clust\": 3738, \"rank\": 823, \"rankvar\": 405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 582, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 929, \"group\": [3735.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACATGTCTCC\", \"ini\": 3006, \"clust\": 2555, \"rank\": 2033, \"rankvar\": 4195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 583, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 53, \"group\": [2553.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTTGAGTTC\", \"ini\": 3005, \"clust\": 3728, \"rank\": 982, \"rankvar\": 2611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 584, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 930, \"group\": [3725.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCGTTTAC\", \"ini\": 3004, \"clust\": 1848, \"rank\": 1210, \"rankvar\": 2135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 585, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4672, \"group\": [1847.0, 288.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTTGAGGTG\", \"ini\": 3003, \"clust\": 2053, \"rank\": 597, \"rankvar\": 2655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 586, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4673, \"group\": [2052.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTACGAAAT\", \"ini\": 3002, \"clust\": 3439, \"rank\": 1068, \"rankvar\": 1323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 931, \"group\": [3441.0, 731.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCGTGGTCG\", \"ini\": 3001, \"clust\": 4231, \"rank\": 928, \"rankvar\": 1724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 932, \"group\": [4228.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTGTGTCGCTG\", \"ini\": 3000, \"clust\": 2605, \"rank\": 1682, \"rankvar\": 4449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 589, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 54, \"group\": [2602.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACAGTACACCT\", \"ini\": 2999, \"clust\": 3797, \"rank\": 1041, \"rankvar\": 808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 590, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 933, \"group\": [3795.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGGAGGTA\", \"ini\": 2998, \"clust\": 1801, \"rank\": 591, \"rankvar\": 2232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 591, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4674, \"group\": [1804.0, 284.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGGTAACG\", \"ini\": 2997, \"clust\": 3659, \"rank\": 1181, \"rankvar\": 2168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 934, \"group\": [3660.0, 740.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACGAAA\", \"ini\": 2996, \"clust\": 1760, \"rank\": 488, \"rankvar\": 4128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 593, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4675, \"group\": [1758.0, 280.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCCTGTT\", \"ini\": 2995, \"clust\": 1968, \"rank\": 952, \"rankvar\": 2907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 594, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4676, \"group\": [1967.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATGTTGTCTTT\", \"ini\": 2994, \"clust\": 3943, \"rank\": 955, \"rankvar\": 1906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 595, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 935, \"group\": [3941.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCGCCGTGA\", \"ini\": 2993, \"clust\": 2051, \"rank\": 966, \"rankvar\": 4089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 596, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4677, \"group\": [2053.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATCGCTC\", \"ini\": 2992, \"clust\": 3402, \"rank\": 777, \"rankvar\": 2064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 936, \"group\": [3401.0, 721.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCCTGCCAT\", \"ini\": 2991, \"clust\": 3006, \"rank\": 1259, \"rankvar\": 100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 937, \"group\": [3011.0, 639.0, 114.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTGACCAAG\", \"ini\": 2990, \"clust\": 1795, \"rank\": 682, \"rankvar\": 2507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4678, \"group\": [1795.0, 284.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTACGAAAT\", \"ini\": 2989, \"clust\": 2108, \"rank\": 1318, \"rankvar\": 1680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 600, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4679, \"group\": [2106.0, 304.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTAAGGTCATCT\", \"ini\": 2988, \"clust\": 3852, \"rank\": 1130, \"rankvar\": 1435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 938, \"group\": [3851.0, 743.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCGAGAACG\", \"ini\": 2987, \"clust\": 3084, \"rank\": 1276, \"rankvar\": 318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 939, \"group\": [3087.0, 674.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCGAGCCCA\", \"ini\": 2986, \"clust\": 3153, \"rank\": 858, \"rankvar\": 1240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 940, \"group\": [3152.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGTACGCCC\", \"ini\": 2985, \"clust\": 1947, \"rank\": 824, \"rankvar\": 4060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4680, \"group\": [1945.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCTTACCTA\", \"ini\": 2984, \"clust\": 3274, \"rank\": 1251, \"rankvar\": 995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 941, \"group\": [3274.0, 699.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGAACTCGG\", \"ini\": 2983, \"clust\": 2044, \"rank\": 439, \"rankvar\": 3815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 606, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4681, \"group\": [2042.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGGAT\", \"ini\": 2982, \"clust\": 2853, \"rank\": 967, \"rankvar\": 616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 607, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 942, \"group\": [2859.0, 585.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTGCTCTTC\", \"ini\": 2981, \"clust\": 1622, \"rank\": 253, \"rankvar\": 2285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 608, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3113, \"group\": [1620.0, 229.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGACGCAA\", \"ini\": 2980, \"clust\": 1868, \"rank\": 895, \"rankvar\": 3225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 609, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4682, \"group\": [1874.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCACTGTCGG\", \"ini\": 2979, \"clust\": 1958, \"rank\": 909, \"rankvar\": 4354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4683, \"group\": [1956.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTGCAGGTA\", \"ini\": 2978, \"clust\": 3267, \"rank\": 1294, \"rankvar\": 3729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 943, \"group\": [3269.0, 696.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTGAGCGAT\", \"ini\": 2977, \"clust\": 2500, \"rank\": 821, \"rankvar\": 4763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 612, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2702, \"group\": [2534.0, 469.0, 83.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCACATACG\", \"ini\": 2976, \"clust\": 1555, \"rank\": 704, \"rankvar\": 2689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 613, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3957, \"group\": [1556.0, 206.0, 33.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTTCAGTTCGA\", \"ini\": 2975, \"clust\": 4042, \"rank\": 1307, \"rankvar\": 3083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 944, \"group\": [4046.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCCTTGACC\", \"ini\": 2974, \"clust\": 3784, \"rank\": 1140, \"rankvar\": 1706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 945, \"group\": [3783.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATCGATGT\", \"ini\": 2973, \"clust\": 3969, \"rank\": 1225, \"rankvar\": 1768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 616, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 946, \"group\": [3969.0, 746.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCCAAAGTC\", \"ini\": 2972, \"clust\": 3076, \"rank\": 813, \"rankvar\": 1837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 947, \"group\": [3077.0, 672.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCCGAAGAG\", \"ini\": 2971, \"clust\": 5, \"rank\": 1602, \"rankvar\": 4670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 618, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5211, \"group\": [6.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGAAACCTA\", \"ini\": 2970, \"clust\": 2523, \"rank\": 1490, \"rankvar\": 2260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 55, \"group\": [2523.0, 466.0, 82.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCGACGGAA\", \"ini\": 2969, \"clust\": 4541, \"rank\": 755, \"rankvar\": 1941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 620, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2703, \"group\": [4540.0, 869.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACCAGTTA\", \"ini\": 2968, \"clust\": 3937, \"rank\": 1067, \"rankvar\": 3541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 948, \"group\": [3936.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTCTGGAGA\", \"ini\": 2967, \"clust\": 3705, \"rank\": 1142, \"rankvar\": 1505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 949, \"group\": [3703.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCATCGGAT\", \"ini\": 2966, \"clust\": 3908, \"rank\": 914, \"rankvar\": 1164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 950, \"group\": [3903.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGGTAAG\", \"ini\": 2965, \"clust\": 3227, \"rank\": 861, \"rankvar\": 1011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 951, \"group\": [3224.0, 677.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCTTGACC\", \"ini\": 2964, \"clust\": 3058, \"rank\": 760, \"rankvar\": 438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 625, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 952, \"group\": [3059.0, 669.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACAGAGA\", \"ini\": 2963, \"clust\": 4185, \"rank\": 839, \"rankvar\": 2749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 953, \"group\": [4183.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACATCCA\", \"ini\": 2962, \"clust\": 2059, \"rank\": 611, \"rankvar\": 4236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4684, \"group\": [2058.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAGCCTAT\", \"ini\": 2961, \"clust\": 1793, \"rank\": 716, \"rankvar\": 2974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 628, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4685, \"group\": [1792.0, 284.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTAGAGC\", \"ini\": 2960, \"clust\": 1869, \"rank\": 1178, \"rankvar\": 2161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 629, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4686, \"group\": [1873.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTAGCGTGA\", \"ini\": 2959, \"clust\": 3399, \"rank\": 1394, \"rankvar\": 420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 954, \"group\": [3399.0, 721.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTGAGGGAG\", \"ini\": 2958, \"clust\": 2055, \"rank\": 602, \"rankvar\": 3595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 631, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4687, \"group\": [2055.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTAGCCTAT\", \"ini\": 2957, \"clust\": 2805, \"rank\": 1467, \"rankvar\": 528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 955, \"group\": [2805.0, 562.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCATACCATG\", \"ini\": 2956, \"clust\": 4624, \"rank\": 1458, \"rankvar\": 4338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 633, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2704, \"group\": [4623.0, 906.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTGCAGTAG\", \"ini\": 2955, \"clust\": 1944, \"rank\": 1028, \"rankvar\": 2318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 634, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4688, \"group\": [1942.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACGCTTTC\", \"ini\": 2954, \"clust\": 1974, \"rank\": 1179, \"rankvar\": 3337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 635, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4689, \"group\": [1973.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCGACAT\", \"ini\": 2953, \"clust\": 3860, \"rank\": 1098, \"rankvar\": 787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 956, \"group\": [3858.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTATGTGG\", \"ini\": 2952, \"clust\": 3808, \"rank\": 1250, \"rankvar\": 3361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 637, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 957, \"group\": [3807.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTAGCGGT\", \"ini\": 2951, \"clust\": 2816, \"rank\": 1577, \"rankvar\": 2825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 958, \"group\": [2819.0, 567.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACTCTTA\", \"ini\": 2950, \"clust\": 3042, \"rank\": 1154, \"rankvar\": 1538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 639, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 959, \"group\": [3042.0, 662.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACTTACGA\", \"ini\": 2949, \"clust\": 3400, \"rank\": 1029, \"rankvar\": 1235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 960, \"group\": [3400.0, 721.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTCAGATAA\", \"ini\": 2948, \"clust\": 1569, \"rank\": 711, \"rankvar\": 3472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 641, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3958, \"group\": [1571.0, 208.0, 34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTGATAAGT\", \"ini\": 2947, \"clust\": 2707, \"rank\": 1266, \"rankvar\": 1286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 642, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2093, \"group\": [2709.0, 506.0, 97.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGTGAGA\", \"ini\": 2946, \"clust\": 3405, \"rank\": 929, \"rankvar\": 1629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 961, \"group\": [3404.0, 722.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGGGTCT\", \"ini\": 2945, \"clust\": 4187, \"rank\": 957, \"rankvar\": 1948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 962, \"group\": [4185.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCTCGGATGTT\", \"ini\": 2944, \"clust\": 4548, \"rank\": 815, \"rankvar\": 3013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2705, \"group\": [4545.0, 869.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCCAAGTAATG\", \"ini\": 2943, \"clust\": 4052, \"rank\": 1114, \"rankvar\": 3103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 646, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 963, \"group\": [4049.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAACACAGTCGC\", \"ini\": 2942, \"clust\": 1785, \"rank\": 1086, \"rankvar\": 1154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 647, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4690, \"group\": [1786.0, 282.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTCGAGTA\", \"ini\": 2941, \"clust\": 1762, \"rank\": 533, \"rankvar\": 3745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 648, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4691, \"group\": [1761.0, 280.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCTCACCT\", \"ini\": 2940, \"clust\": 2027, \"rank\": 544, \"rankvar\": 3563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 649, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4692, \"group\": [2026.0, 299.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTTCAACCA\", \"ini\": 2939, \"clust\": 3862, \"rank\": 1129, \"rankvar\": 898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 964, \"group\": [3861.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACACATGT\", \"ini\": 2938, \"clust\": 4234, \"rank\": 921, \"rankvar\": 2307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 651, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 965, \"group\": [4232.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTGCACTTA\", \"ini\": 2937, \"clust\": 3243, \"rank\": 956, \"rankvar\": 334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 966, \"group\": [3240.0, 679.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTTACGTCA\", \"ini\": 2936, \"clust\": 3077, \"rank\": 1375, \"rankvar\": 1932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 653, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 967, \"group\": [3080.0, 673.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTTGGGTA\", \"ini\": 2935, \"clust\": 3925, \"rank\": 1312, \"rankvar\": 2442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 968, \"group\": [3926.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTATTACCG\", \"ini\": 2934, \"clust\": 2058, \"rank\": 573, \"rankvar\": 4207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 655, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4693, \"group\": [2060.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGGCTCAGA\", \"ini\": 2933, \"clust\": 1886, \"rank\": 1002, \"rankvar\": 3568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 656, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4694, \"group\": [1885.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCACTCCTG\", \"ini\": 2932, \"clust\": 3748, \"rank\": 1006, \"rankvar\": 3397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 969, \"group\": [3747.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAGACGCTC\", \"ini\": 2931, \"clust\": 3970, \"rank\": 1304, \"rankvar\": 1795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 970, \"group\": [3967.0, 746.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTGACTACT\", \"ini\": 2930, \"clust\": 3224, \"rank\": 896, \"rankvar\": 1972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 659, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 971, \"group\": [3222.0, 677.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAGGTACC\", \"ini\": 2929, \"clust\": 3739, \"rank\": 1020, \"rankvar\": 2501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 972, \"group\": [3736.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCACCATCCT\", \"ini\": 2928, \"clust\": 4181, \"rank\": 1018, \"rankvar\": 2266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 973, \"group\": [4180.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTAGTGCTGCC\", \"ini\": 2927, \"clust\": 3406, \"rank\": 1007, \"rankvar\": 814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 662, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 974, \"group\": [3405.0, 722.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGGCTT\", \"ini\": 2926, \"clust\": 3680, \"rank\": 1143, \"rankvar\": 2840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 663, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 975, \"group\": [3677.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCTACAGA\", \"ini\": 2925, \"clust\": 1769, \"rank\": 1109, \"rankvar\": 1668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 664, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4695, \"group\": [1768.0, 281.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACAGTAGGTGC\", \"ini\": 2924, \"clust\": 3649, \"rank\": 1173, \"rankvar\": 3348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 665, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 976, \"group\": [3648.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTTATCTG\", \"ini\": 2923, \"clust\": 2113, \"rank\": 1792, \"rankvar\": 3579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 666, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4696, \"group\": [2111.0, 305.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGCGGTAA\", \"ini\": 2922, \"clust\": 3742, \"rank\": 919, \"rankvar\": 1277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 977, \"group\": [3743.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTCTAGAGG\", \"ini\": 2921, \"clust\": 4542, \"rank\": 747, \"rankvar\": 3841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2706, \"group\": [4541.0, 869.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCGTTTGCC\", \"ini\": 2920, \"clust\": 3272, \"rank\": 1121, \"rankvar\": 1224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 978, \"group\": [3272.0, 699.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTGTTTGT\", \"ini\": 2919, \"clust\": 2047, \"rank\": 660, \"rankvar\": 3943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 670, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4697, \"group\": [2045.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCATAAAGG\", \"ini\": 2918, \"clust\": 3897, \"rank\": 1169, \"rankvar\": 487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 671, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 979, \"group\": [3895.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTTCAACCA\", \"ini\": 2917, \"clust\": 1999, \"rank\": 1203, \"rankvar\": 3862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 672, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4698, \"group\": [1998.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTACTCTCC\", \"ini\": 2916, \"clust\": 2808, \"rank\": 1739, \"rankvar\": 2235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 673, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 980, \"group\": [2809.0, 564.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGGTGTGT\", \"ini\": 2915, \"clust\": 4160, \"rank\": 1031, \"rankvar\": 3440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 981, \"group\": [4159.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTGTCTTT\", \"ini\": 2914, \"clust\": 3404, \"rank\": 1221, \"rankvar\": 51, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 982, \"group\": [3408.0, 722.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAATTCCC\", \"ini\": 2913, \"clust\": 3212, \"rank\": 625, \"rankvar\": 2946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 983, \"group\": [3213.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAGCGCTC\", \"ini\": 2912, \"clust\": 1984, \"rank\": 1155, \"rankvar\": 3821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 677, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4699, \"group\": [1983.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTGCAGACA\", \"ini\": 2911, \"clust\": 4479, \"rank\": 609, \"rankvar\": 3980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 678, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2707, \"group\": [4488.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCAATAAGG\", \"ini\": 2910, \"clust\": 1939, \"rank\": 874, \"rankvar\": 2083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 679, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4700, \"group\": [1943.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCACCAGGC\", \"ini\": 2909, \"clust\": 3436, \"rank\": 1217, \"rankvar\": 1134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 984, \"group\": [3437.0, 730.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGTTAAGA\", \"ini\": 2908, \"clust\": 2608, \"rank\": 1749, \"rankvar\": 4644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 681, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 56, \"group\": [2605.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAGGGCT\", \"ini\": 2907, \"clust\": 3803, \"rank\": 1104, \"rankvar\": 1204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 985, \"group\": [3806.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAAGTAGTA\", \"ini\": 2906, \"clust\": 3892, \"rank\": 1158, \"rankvar\": 1266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 986, \"group\": [3889.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCATCTATGG\", \"ini\": 2905, \"clust\": 3455, \"rank\": 1365, \"rankvar\": 3670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 987, \"group\": [3453.0, 733.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGGACGAAA\", \"ini\": 2904, \"clust\": 1931, \"rank\": 757, \"rankvar\": 4352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 685, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4701, \"group\": [1928.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTCGAGTTT\", \"ini\": 2903, \"clust\": 3789, \"rank\": 1092, \"rankvar\": 2181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 988, \"group\": [3788.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTAAGTGGC\", \"ini\": 2902, \"clust\": 3774, \"rank\": 1093, \"rankvar\": 1474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 989, \"group\": [3776.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCTCATGTCCC\", \"ini\": 2901, \"clust\": 3265, \"rank\": 1047, \"rankvar\": 2565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 990, \"group\": [3264.0, 694.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATGCCTAA\", \"ini\": 2900, \"clust\": 115, \"rank\": 1051, \"rankvar\": 994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 689, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4702, \"group\": [116.0, 24.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCAACGAAA\", \"ini\": 2899, \"clust\": 4426, \"rank\": 1609, \"rankvar\": 834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 991, \"group\": [4427.0, 828.0, 138.0, 34.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATGGAGC\", \"ini\": 2898, \"clust\": 1794, \"rank\": 793, \"rankvar\": 4037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 691, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4703, \"group\": [1793.0, 284.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGAAACCTA\", \"ini\": 2897, \"clust\": 4121, \"rank\": 1159, \"rankvar\": 3114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 692, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 992, \"group\": [4119.0, 750.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCCTTGACC\", \"ini\": 2896, \"clust\": 4068, \"rank\": 1009, \"rankvar\": 3905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 993, \"group\": [4067.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGTGGACGT\", \"ini\": 2895, \"clust\": 4477, \"rank\": 1090, \"rankvar\": 2560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2708, \"group\": [4477.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCGAGAGCA\", \"ini\": 2894, \"clust\": 4084, \"rank\": 799, \"rankvar\": 3459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 994, \"group\": [4082.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAAATTGCC\", \"ini\": 2893, \"clust\": 4754, \"rank\": 1284, \"rankvar\": 2906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2709, \"group\": [4754.0, 933.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTGCTG\", \"ini\": 2892, \"clust\": 4538, \"rank\": 991, \"rankvar\": 3108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2710, \"group\": [4538.0, 869.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACCAGGCTGAA\", \"ini\": 2891, \"clust\": 3144, \"rank\": 1053, \"rankvar\": 470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 995, \"group\": [3146.0, 676.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCGTTCCG\", \"ini\": 2890, \"clust\": 3837, \"rank\": 1454, \"rankvar\": 646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 996, \"group\": [3835.0, 742.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCCGAACC\", \"ini\": 2889, \"clust\": 3041, \"rank\": 1071, \"rankvar\": 285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 700, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 997, \"group\": [3044.0, 664.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCTTCTCG\", \"ini\": 2888, \"clust\": 2241, \"rank\": 1699, \"rankvar\": 105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 701, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4704, \"group\": [2242.0, 351.0, 55.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGTGTTAGA\", \"ini\": 2887, \"clust\": 3769, \"rank\": 901, \"rankvar\": 2183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 702, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 998, \"group\": [3766.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTAAGTGTA\", \"ini\": 2886, \"clust\": 4197, \"rank\": 1046, \"rankvar\": 3483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 999, \"group\": [4195.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGGGTTCCC\", \"ini\": 2885, \"clust\": 4550, \"rank\": 999, \"rankvar\": 1978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 704, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2711, \"group\": [4549.0, 870.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGTTTA\", \"ini\": 2884, \"clust\": 1780, \"rank\": 1118, \"rankvar\": 3772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 705, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4705, \"group\": [1780.0, 282.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTTTAAGCC\", \"ini\": 2883, \"clust\": 2577, \"rank\": 1829, \"rankvar\": 4816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 706, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 57, \"group\": [2573.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTAAGGGAA\", \"ini\": 2882, \"clust\": 1759, \"rank\": 647, \"rankvar\": 2967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 707, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4706, \"group\": [1760.0, 280.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATCTGTT\", \"ini\": 2881, \"clust\": 3916, \"rank\": 1189, \"rankvar\": 2987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1000, \"group\": [3911.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGATACACA\", \"ini\": 2880, \"clust\": 1786, \"rank\": 817, \"rankvar\": 2960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 709, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4707, \"group\": [1784.0, 282.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTAAATGTG\", \"ini\": 2879, \"clust\": 3654, \"rank\": 1293, \"rankvar\": 2281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1001, \"group\": [3654.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGTAGCCGA\", \"ini\": 2878, \"clust\": 3895, \"rank\": 947, \"rankvar\": 2021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1002, \"group\": [3894.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTATTG\", \"ini\": 2877, \"clust\": 4183, \"rank\": 993, \"rankvar\": 2430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1003, \"group\": [4184.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCAAGCTGAG\", \"ini\": 2876, \"clust\": 1948, \"rank\": 943, \"rankvar\": 4197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 713, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4708, \"group\": [1951.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCGTAATA\", \"ini\": 2875, \"clust\": 3801, \"rank\": 1279, \"rankvar\": 3238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1004, \"group\": [3798.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCAACTCTT\", \"ini\": 2874, \"clust\": 3802, \"rank\": 1024, \"rankvar\": 942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 715, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1005, \"group\": [3799.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCTCTTGTCAT\", \"ini\": 2873, \"clust\": 3898, \"rank\": 1175, \"rankvar\": 352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 716, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1006, \"group\": [3896.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCAGATCG\", \"ini\": 2872, \"clust\": 4188, \"rank\": 974, \"rankvar\": 1530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 717, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1007, \"group\": [4186.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCACGTGG\", \"ini\": 2871, \"clust\": 3948, \"rank\": 1382, \"rankvar\": 1032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1008, \"group\": [3945.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTCAAGCCTAT\", \"ini\": 2870, \"clust\": 4152, \"rank\": 1088, \"rankvar\": 2564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 719, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1009, \"group\": [4151.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCACTATTC\", \"ini\": 2869, \"clust\": 1932, \"rank\": 954, \"rankvar\": 4061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 720, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4709, \"group\": [1929.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGCATGGCA\", \"ini\": 2868, \"clust\": 1749, \"rank\": 1010, \"rankvar\": 3828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 721, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4710, \"group\": [1751.0, 277.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCACGGTGTC\", \"ini\": 2867, \"clust\": 1758, \"rank\": 717, \"rankvar\": 3295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 722, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4711, \"group\": [1767.0, 280.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAGATGAGC\", \"ini\": 2866, \"clust\": 4194, \"rank\": 946, \"rankvar\": 4151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 723, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1010, \"group\": [4191.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTCTCCACT\", \"ini\": 2865, \"clust\": 3508, \"rank\": 1338, \"rankvar\": 666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 724, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1011, \"group\": [3509.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTCTCGG\", \"ini\": 2864, \"clust\": 3723, \"rank\": 1242, \"rankvar\": 3951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 725, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1012, \"group\": [3721.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAATGTTGC\", \"ini\": 2863, \"clust\": 3718, \"rank\": 1296, \"rankvar\": 974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1013, \"group\": [3717.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGTCTCA\", \"ini\": 2862, \"clust\": 1750, \"rank\": 1275, \"rankvar\": 2050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 727, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4712, \"group\": [1749.0, 277.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCTGT\", \"ini\": 2861, \"clust\": 3700, \"rank\": 1052, \"rankvar\": 2238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 728, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1014, \"group\": [3697.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGGGCATGT\", \"ini\": 2860, \"clust\": 1874, \"rank\": 1122, \"rankvar\": 3418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 729, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4713, \"group\": [1871.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGACATGGGACA\", \"ini\": 2859, \"clust\": 3647, \"rank\": 1404, \"rankvar\": 2340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1015, \"group\": [3645.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTTCCGGCA\", \"ini\": 2858, \"clust\": 3471, \"rank\": 1597, \"rankvar\": 1174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 731, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1016, \"group\": [3470.0, 735.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAAGGATT\", \"ini\": 2857, \"clust\": 1997, \"rank\": 1281, \"rankvar\": 1422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 732, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4714, \"group\": [1999.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATCGATTG\", \"ini\": 2856, \"clust\": 1571, \"rank\": 690, \"rankvar\": 3494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 733, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3959, \"group\": [1568.0, 208.0, 34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTAAGTAGT\", \"ini\": 2855, \"clust\": 1933, \"rank\": 972, \"rankvar\": 3447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4715, \"group\": [1934.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGGTAGA\", \"ini\": 2854, \"clust\": 2795, \"rank\": 1352, \"rankvar\": 268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1017, \"group\": [2792.0, 556.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACATGTC\", \"ini\": 2853, \"clust\": 3222, \"rank\": 1019, \"rankvar\": 1529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 736, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1018, \"group\": [3220.0, 677.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCAGTGACTCT\", \"ini\": 2852, \"clust\": 1770, \"rank\": 1124, \"rankvar\": 4078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4716, \"group\": [1769.0, 281.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCAACGCACC\", \"ini\": 2851, \"clust\": 3228, \"rank\": 1077, \"rankvar\": 986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1019, \"group\": [3225.0, 677.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAGTAGTGAAT\", \"ini\": 2850, \"clust\": 3701, \"rank\": 1062, \"rankvar\": 2753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1020, \"group\": [3702.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCCCATTAT\", \"ini\": 2849, \"clust\": 3079, \"rank\": 1373, \"rankvar\": 514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1021, \"group\": [3079.0, 673.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCAAGCCTA\", \"ini\": 2848, \"clust\": 4144, \"rank\": 849, \"rankvar\": 4407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1022, \"group\": [4141.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCCGTAGTA\", \"ini\": 2847, \"clust\": 2089, \"rank\": 1074, \"rankvar\": 3474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 742, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4717, \"group\": [2090.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCCATGCTC\", \"ini\": 2846, \"clust\": 4158, \"rank\": 1149, \"rankvar\": 2095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 743, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1023, \"group\": [4156.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGTGGAGTC\", \"ini\": 2845, \"clust\": 1959, \"rank\": 1366, \"rankvar\": 3428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 744, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4718, \"group\": [1957.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCAGCTGGC\", \"ini\": 2844, \"clust\": 3689, \"rank\": 1063, \"rankvar\": 2397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 745, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1024, \"group\": [3687.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGAGTATA\", \"ini\": 2843, \"clust\": 1952, \"rank\": 882, \"rankvar\": 4142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 746, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4719, \"group\": [1950.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTCTTGAT\", \"ini\": 2842, \"clust\": 1768, \"rank\": 1171, \"rankvar\": 2703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 747, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4720, \"group\": [1770.0, 281.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACGGTTTA\", \"ini\": 2841, \"clust\": 2793, \"rank\": 1385, \"rankvar\": 849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1025, \"group\": [2793.0, 556.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCTCACCT\", \"ini\": 2840, \"clust\": 3479, \"rank\": 1282, \"rankvar\": 1135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1026, \"group\": [3478.0, 735.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCGTCTTC\", \"ini\": 2839, \"clust\": 1994, \"rank\": 918, \"rankvar\": 3682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 750, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4721, \"group\": [1993.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAGTAGGCTGA\", \"ini\": 2838, \"clust\": 2557, \"rank\": 2153, \"rankvar\": 5028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 751, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 58, \"group\": [2552.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACACCGATAT\", \"ini\": 2837, \"clust\": 3704, \"rank\": 1160, \"rankvar\": 2116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1027, \"group\": [3700.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATGCCTAA\", \"ini\": 2836, \"clust\": 3709, \"rank\": 1243, \"rankvar\": 2764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 753, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1028, \"group\": [3708.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTAGTATGACA\", \"ini\": 2835, \"clust\": 3631, \"rank\": 1216, \"rankvar\": 1665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1029, \"group\": [3628.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCTTGTTTG\", \"ini\": 2834, \"clust\": 3729, \"rank\": 1478, \"rankvar\": 2250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1030, \"group\": [3730.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCATCGGACC\", \"ini\": 2833, \"clust\": 3708, \"rank\": 1231, \"rankvar\": 3232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 756, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1031, \"group\": [3709.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAATACAG\", \"ini\": 2832, \"clust\": 3828, \"rank\": 1065, \"rankvar\": 2639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1032, \"group\": [3829.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGTACCT\", \"ini\": 2831, \"clust\": 3276, \"rank\": 1728, \"rankvar\": 3467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1033, \"group\": [3276.0, 700.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAAGCGTAG\", \"ini\": 2830, \"clust\": 2934, \"rank\": 2084, \"rankvar\": 1771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 759, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1034, \"group\": [2938.0, 599.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCAATGGAAT\", \"ini\": 2829, \"clust\": 3949, \"rank\": 1475, \"rankvar\": 1884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1035, \"group\": [3946.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCTGCTTGC\", \"ini\": 2828, \"clust\": 3743, \"rank\": 964, \"rankvar\": 3246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 761, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1036, \"group\": [3741.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTGTATGGG\", \"ini\": 2827, \"clust\": 2651, \"rank\": 2890, \"rankvar\": 5146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 762, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 59, \"group\": [2652.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCGGCTACG\", \"ini\": 2826, \"clust\": 3887, \"rank\": 1262, \"rankvar\": 202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1037, \"group\": [3887.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAAACAC\", \"ini\": 2825, \"clust\": 3393, \"rank\": 1711, \"rankvar\": 1279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1038, \"group\": [3392.0, 720.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTACTTAGC\", \"ini\": 2824, \"clust\": 4235, \"rank\": 984, \"rankvar\": 3565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 765, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1039, \"group\": [4233.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTGGGTATG\", \"ini\": 2823, \"clust\": 3861, \"rank\": 771, \"rankvar\": 1117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1040, \"group\": [3859.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCATCCAACA\", \"ini\": 2822, \"clust\": 3878, \"rank\": 1247, \"rankvar\": 2637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 767, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1041, \"group\": [3877.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCGTCGTTC\", \"ini\": 2821, \"clust\": 3735, \"rank\": 963, \"rankvar\": 2311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1042, \"group\": [3733.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAAGTCACGCC\", \"ini\": 2820, \"clust\": 2109, \"rank\": 1499, \"rankvar\": 2657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 769, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4722, \"group\": [2107.0, 304.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGGTGTA\", \"ini\": 2819, \"clust\": 3868, \"rank\": 1328, \"rankvar\": 2804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1043, \"group\": [3865.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCTCCTATA\", \"ini\": 2818, \"clust\": 2697, \"rank\": 2107, \"rankvar\": 3890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1044, \"group\": [2698.0, 498.0, 94.0, 25.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCGCCTTG\", \"ini\": 2817, \"clust\": 1572, \"rank\": 644, \"rankvar\": 4280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3960, \"group\": [1569.0, 208.0, 34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTAGCTAAA\", \"ini\": 2816, \"clust\": 4539, \"rank\": 1188, \"rankvar\": 2739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2712, \"group\": [4539.0, 869.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTCTGTCG\", \"ini\": 2815, \"clust\": 3858, \"rank\": 1236, \"rankvar\": 479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1045, \"group\": [3854.0, 743.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTCACCTAA\", \"ini\": 2814, \"clust\": 3281, \"rank\": 1727, \"rankvar\": 3611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 775, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1046, \"group\": [3280.0, 701.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACATCCTTGC\", \"ini\": 2813, \"clust\": 2945, \"rank\": 1919, \"rankvar\": 1184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 776, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1047, \"group\": [2948.0, 605.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGAATTGTG\", \"ini\": 2812, \"clust\": 2938, \"rank\": 1787, \"rankvar\": 488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1048, \"group\": [2941.0, 601.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGGTATCG\", \"ini\": 2811, \"clust\": 2105, \"rank\": 1538, \"rankvar\": 3490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 778, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4723, \"group\": [2102.0, 303.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTCCACAA\", \"ini\": 2810, \"clust\": 1797, \"rank\": 1151, \"rankvar\": 3140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 779, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4724, \"group\": [1797.0, 284.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGCATCG\", \"ini\": 2809, \"clust\": 4625, \"rank\": 1794, \"rankvar\": 2333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 780, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2713, \"group\": [4624.0, 906.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTATATCCG\", \"ini\": 2808, \"clust\": 4051, \"rank\": 1249, \"rankvar\": 2846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1049, \"group\": [4051.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGTAGATC\", \"ini\": 2807, \"clust\": 3790, \"rank\": 1191, \"rankvar\": 802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1050, \"group\": [3789.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGGACCACA\", \"ini\": 2806, \"clust\": 3834, \"rank\": 1325, \"rankvar\": 771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 783, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1051, \"group\": [3833.0, 742.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTAAAGTG\", \"ini\": 2805, \"clust\": 3712, \"rank\": 1148, \"rankvar\": 922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1052, \"group\": [3711.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCAGTCCTTC\", \"ini\": 2804, \"clust\": 3744, \"rank\": 884, \"rankvar\": 2729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 785, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1053, \"group\": [3742.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCATGCAT\", \"ini\": 2803, \"clust\": 3232, \"rank\": 1424, \"rankvar\": 1121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1054, \"group\": [3229.0, 678.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCACGACTA\", \"ini\": 2802, \"clust\": 4482, \"rank\": 846, \"rankvar\": 4569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 787, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2714, \"group\": [4479.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCTCGATGA\", \"ini\": 2801, \"clust\": 3777, \"rank\": 1343, \"rankvar\": 3473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1055, \"group\": [3774.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGACTTGAA\", \"ini\": 2800, \"clust\": 3896, \"rank\": 1438, \"rankvar\": 454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1056, \"group\": [3897.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGCCAGGAT\", \"ini\": 2799, \"clust\": 3786, \"rank\": 1219, \"rankvar\": 1887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 790, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1057, \"group\": [3785.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATAGATAGGAG\", \"ini\": 2798, \"clust\": 4220, \"rank\": 1260, \"rankvar\": 3309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1058, \"group\": [4217.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGAGCAATT\", \"ini\": 2797, \"clust\": 3070, \"rank\": 860, \"rankvar\": 1767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 792, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1059, \"group\": [3073.0, 670.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTGGGTCAA\", \"ini\": 2796, \"clust\": 2813, \"rank\": 1838, \"rankvar\": 617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1060, \"group\": [2816.0, 565.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGCCGTCGT\", \"ini\": 2795, \"clust\": 2060, \"rank\": 971, \"rankvar\": 4428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 794, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4725, \"group\": [2059.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTACCGAT\", \"ini\": 2794, \"clust\": 1938, \"rank\": 740, \"rankvar\": 3775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 795, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4726, \"group\": [1936.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCTTGTACT\", \"ini\": 2793, \"clust\": 3225, \"rank\": 1241, \"rankvar\": 875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 796, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1061, \"group\": [3223.0, 677.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACGGACAA\", \"ini\": 2792, \"clust\": 1930, \"rank\": 869, \"rankvar\": 4012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 797, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4727, \"group\": [1930.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTCATTAGC\", \"ini\": 2791, \"clust\": 4093, \"rank\": 1377, \"rankvar\": 2909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 798, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1062, \"group\": [4091.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTCTGCAAT\", \"ini\": 2790, \"clust\": 2849, \"rank\": 1056, \"rankvar\": 1156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1063, \"group\": [2850.0, 582.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAAACACA\", \"ini\": 2789, \"clust\": 111, \"rank\": 1407, \"rankvar\": 188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 800, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4728, \"group\": [112.0, 22.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTAACTGG\", \"ini\": 2788, \"clust\": 1778, \"rank\": 1057, \"rankvar\": 2119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4729, \"group\": [1778.0, 282.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCACGCATA\", \"ini\": 2787, \"clust\": 1903, \"rank\": 1449, \"rankvar\": 3868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 802, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4730, \"group\": [1901.0, 292.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGGTGATTA\", \"ini\": 2786, \"clust\": 1891, \"rank\": 1393, \"rankvar\": 1863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 803, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4731, \"group\": [1890.0, 292.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAATGAAAC\", \"ini\": 2785, \"clust\": 2810, \"rank\": 1574, \"rankvar\": 606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1064, \"group\": [2813.0, 565.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACTAGGC\", \"ini\": 2784, \"clust\": 3068, \"rank\": 1313, \"rankvar\": 880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 805, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1065, \"group\": [3069.0, 670.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCTCCCTAATT\", \"ini\": 2783, \"clust\": 3657, \"rank\": 1270, \"rankvar\": 3195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 806, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1066, \"group\": [3656.0, 740.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCAACACCA\", \"ini\": 2782, \"clust\": 3, \"rank\": 1661, \"rankvar\": 3950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 807, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4732, \"group\": [3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTGCTCTTC\", \"ini\": 2781, \"clust\": 2086, \"rank\": 733, \"rankvar\": 4266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 808, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4733, \"group\": [2086.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAAGGTTCT\", \"ini\": 2780, \"clust\": 3621, \"rank\": 1550, \"rankvar\": 2118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 809, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1067, \"group\": [3618.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAATCAAACGGG\", \"ini\": 2779, \"clust\": 4, \"rank\": 1322, \"rankvar\": 3698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4734, \"group\": [4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTACTCTCC\", \"ini\": 2778, \"clust\": 3473, \"rank\": 1443, \"rankvar\": 2481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1068, \"group\": [3472.0, 735.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTCGCGAC\", \"ini\": 2777, \"clust\": 110, \"rank\": 1494, \"rankvar\": 3183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 812, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4735, \"group\": [111.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCATTCCTGC\", \"ini\": 2776, \"clust\": 3279, \"rank\": 1890, \"rankvar\": 1746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1069, \"group\": [3279.0, 700.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAATCTCTTATG\", \"ini\": 2775, \"clust\": 1945, \"rank\": 1161, \"rankvar\": 3495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 814, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4736, \"group\": [1946.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCACGTTC\", \"ini\": 2774, \"clust\": 2008, \"rank\": 1635, \"rankvar\": 3570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 815, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4737, \"group\": [2007.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATTACCG\", \"ini\": 2773, \"clust\": 3684, \"rank\": 1033, \"rankvar\": 2346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 816, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1070, \"group\": [3685.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAGACAAAT\", \"ini\": 2772, \"clust\": 2057, \"rank\": 657, \"rankvar\": 4015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 817, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4738, \"group\": [2057.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCCACGCT\", \"ini\": 2771, \"clust\": 3660, \"rank\": 1585, \"rankvar\": 467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1071, \"group\": [3658.0, 740.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAATCTCCAGGG\", \"ini\": 2770, \"clust\": 2077, \"rank\": 1253, \"rankvar\": 4062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 819, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4739, \"group\": [2081.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGACGCAA\", \"ini\": 2769, \"clust\": 3664, \"rank\": 1610, \"rankvar\": 3849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1072, \"group\": [3663.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATCGCTC\", \"ini\": 2768, \"clust\": 3401, \"rank\": 1298, \"rankvar\": 101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 821, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1073, \"group\": [3403.0, 721.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCCGTTGTC\", \"ini\": 2767, \"clust\": 1904, \"rank\": 1147, \"rankvar\": 3393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 822, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4740, \"group\": [1902.0, 292.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACACAAGCCC\", \"ini\": 2766, \"clust\": 3733, \"rank\": 870, \"rankvar\": 3493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1074, \"group\": [3734.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCAACCATG\", \"ini\": 2765, \"clust\": 2800, \"rank\": 2026, \"rankvar\": 876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1075, \"group\": [2803.0, 561.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTTTGTTGG\", \"ini\": 2764, \"clust\": 2591, \"rank\": 2488, \"rankvar\": 5024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 825, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 60, \"group\": [2596.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGGTCA\", \"ini\": 2763, \"clust\": 2602, \"rank\": 2225, \"rankvar\": 4703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 826, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 61, \"group\": [2598.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACATTCCTGC\", \"ini\": 2762, \"clust\": 1787, \"rank\": 1244, \"rankvar\": 2727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 827, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4741, \"group\": [1785.0, 282.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGGACTG\", \"ini\": 2761, \"clust\": 2039, \"rank\": 1103, \"rankvar\": 2844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 828, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4742, \"group\": [2039.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTCTCGG\", \"ini\": 2760, \"clust\": 3710, \"rank\": 1500, \"rankvar\": 2531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1076, \"group\": [3706.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAATCGTC\", \"ini\": 2759, \"clust\": 4202, \"rank\": 1295, \"rankvar\": 3073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1077, \"group\": [4203.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGATAGC\", \"ini\": 2758, \"clust\": 3793, \"rank\": 1359, \"rankvar\": 1366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1078, \"group\": [3792.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACCACGTG\", \"ini\": 2757, \"clust\": 2669, \"rank\": 2875, \"rankvar\": 4736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 832, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 62, \"group\": [2665.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGCTATCT\", \"ini\": 2756, \"clust\": 3904, \"rank\": 1107, \"rankvar\": 886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1079, \"group\": [3900.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACCTCGTT\", \"ini\": 2755, \"clust\": 3939, \"rank\": 1403, \"rankvar\": 4030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1080, \"group\": [3938.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGGATTGG\", \"ini\": 2754, \"clust\": 3827, \"rank\": 1195, \"rankvar\": 1027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1081, \"group\": [3826.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGAATGTGT\", \"ini\": 2753, \"clust\": 3477, \"rank\": 1705, \"rankvar\": 2472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1082, \"group\": [3476.0, 735.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTTGGTC\", \"ini\": 2752, \"clust\": 4109, \"rank\": 1447, \"rankvar\": 2723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 837, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1083, \"group\": [4108.0, 750.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAGCTGCTG\", \"ini\": 2751, \"clust\": 1789, \"rank\": 1399, \"rankvar\": 1014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 838, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4743, \"group\": [1789.0, 283.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGCTAGCC\", \"ini\": 2750, \"clust\": 1975, \"rank\": 1465, \"rankvar\": 4353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 839, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4744, \"group\": [1974.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGACTTGAA\", \"ini\": 2749, \"clust\": 3906, \"rank\": 1278, \"rankvar\": 812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1084, \"group\": [3904.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGCGTAAG\", \"ini\": 2748, \"clust\": 3387, \"rank\": 1351, \"rankvar\": 1285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1085, \"group\": [3387.0, 719.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAAACGCC\", \"ini\": 2747, \"clust\": 1966, \"rank\": 1326, \"rankvar\": 3975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4745, \"group\": [1968.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAAGCCCAC\", \"ini\": 2746, \"clust\": 2001, \"rank\": 1021, \"rankvar\": 3529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 843, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4746, \"group\": [2000.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTGAAGGCT\", \"ini\": 2745, \"clust\": 3836, \"rank\": 1435, \"rankvar\": 844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 844, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1086, \"group\": [3837.0, 742.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTTGTCTTT\", \"ini\": 2744, \"clust\": 2817, \"rank\": 1582, \"rankvar\": 914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 845, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1087, \"group\": [2817.0, 566.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCAGTAGT\", \"ini\": 2743, \"clust\": 2010, \"rank\": 1765, \"rankvar\": 2505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 846, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4747, \"group\": [2011.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTCGCATAT\", \"ini\": 2742, \"clust\": 3459, \"rank\": 2023, \"rankvar\": 1843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 847, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1088, \"group\": [3458.0, 733.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGCGAAGGG\", \"ini\": 2741, \"clust\": 1983, \"rank\": 1058, \"rankvar\": 4490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 848, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4748, \"group\": [1987.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTTGTCC\", \"ini\": 2740, \"clust\": 3905, \"rank\": 1452, \"rankvar\": 1385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1089, \"group\": [3901.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTTCGAATC\", \"ini\": 2739, \"clust\": 3644, \"rank\": 1520, \"rankvar\": 2768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 850, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1090, \"group\": [3643.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTACAGTTC\", \"ini\": 2738, \"clust\": 3998, \"rank\": 1696, \"rankvar\": 2775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 851, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1091, \"group\": [3999.0, 748.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGCTAGTCT\", \"ini\": 2737, \"clust\": 1613, \"rank\": 516, \"rankvar\": 3023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 852, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3114, \"group\": [1613.0, 229.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTCTGCGGT\", \"ini\": 2736, \"clust\": 3268, \"rank\": 932, \"rankvar\": 2842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1092, \"group\": [3267.0, 696.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTATCTGCA\", \"ini\": 2735, \"clust\": 1796, \"rank\": 1192, \"rankvar\": 2863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 854, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4749, \"group\": [1796.0, 284.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCACCCGAG\", \"ini\": 2734, \"clust\": 4676, \"rank\": 1847, \"rankvar\": 4164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 855, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2715, \"group\": [4675.0, 919.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCATGTCCC\", \"ini\": 2733, \"clust\": 3067, \"rank\": 1212, \"rankvar\": 370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1093, \"group\": [3067.0, 670.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGAGTCG\", \"ini\": 2732, \"clust\": 3632, \"rank\": 1468, \"rankvar\": 2666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1094, \"group\": [3629.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCACGTCTCT\", \"ini\": 2731, \"clust\": 2606, \"rank\": 1697, \"rankvar\": 4235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 858, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 63, \"group\": [2603.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTGTTTGTG\", \"ini\": 2730, \"clust\": 1876, \"rank\": 1163, \"rankvar\": 3776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 859, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4750, \"group\": [1876.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCAAATTGCC\", \"ini\": 2729, \"clust\": 3627, \"rank\": 1451, \"rankvar\": 2302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 860, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1095, \"group\": [3625.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGGCGTG\", \"ini\": 2728, \"clust\": 2088, \"rank\": 1204, \"rankvar\": 4255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 861, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4751, \"group\": [2091.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGATCGGGT\", \"ini\": 2727, \"clust\": 3050, \"rank\": 1228, \"rankvar\": 2711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1096, \"group\": [3051.0, 668.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGAGCCCAA\", \"ini\": 2726, \"clust\": 2809, \"rank\": 2189, \"rankvar\": 1105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 863, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1097, \"group\": [2810.0, 564.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTAGTGAACGC\", \"ini\": 2725, \"clust\": 3787, \"rank\": 1425, \"rankvar\": 1501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1098, \"group\": [3786.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGCTGCAAG\", \"ini\": 2724, \"clust\": 3291, \"rank\": 1822, \"rankvar\": 4234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 865, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1099, \"group\": [3289.0, 704.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGGAGTCTG\", \"ini\": 2723, \"clust\": 1985, \"rank\": 1119, \"rankvar\": 3561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 866, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4752, \"group\": [1984.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACAAACAACA\", \"ini\": 2722, \"clust\": 3719, \"rank\": 1252, \"rankvar\": 1722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1100, \"group\": [3718.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTTCGAGA\", \"ini\": 2721, \"clust\": 1638, \"rank\": 598, \"rankvar\": 2790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3115, \"group\": [1640.0, 233.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCCACTC\", \"ini\": 2720, \"clust\": 3064, \"rank\": 1316, \"rankvar\": 483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1101, \"group\": [3063.0, 669.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTGTCCGT\", \"ini\": 2719, \"clust\": 4521, \"rank\": 1330, \"rankvar\": 3695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 870, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2716, \"group\": [4519.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTATCAGTC\", \"ini\": 2718, \"clust\": 112, \"rank\": 1498, \"rankvar\": 1325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 871, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4753, \"group\": [113.0, 23.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCAAGCCATT\", \"ini\": 2717, \"clust\": 114, \"rank\": 938, \"rankvar\": 2477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 872, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 234, \"group\": [117.0, 25.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTTGAGTTC\", \"ini\": 2716, \"clust\": 3635, \"rank\": 1669, \"rankvar\": 2290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1102, \"group\": [3631.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACACAGAG\", \"ini\": 2715, \"clust\": 3782, \"rank\": 1220, \"rankvar\": 2339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 874, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1103, \"group\": [3780.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAGTCG\", \"ini\": 2714, \"clust\": 3921, \"rank\": 1418, \"rankvar\": 1068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1104, \"group\": [3918.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACAAGCCTAT\", \"ini\": 2713, \"clust\": 4090, \"rank\": 1335, \"rankvar\": 3742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1105, \"group\": [4088.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCGTCTGAA\", \"ini\": 2712, \"clust\": 3437, \"rank\": 1348, \"rankvar\": 660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 877, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1106, \"group\": [3435.0, 730.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCCTTGACC\", \"ini\": 2711, \"clust\": 3856, \"rank\": 1604, \"rankvar\": 809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1107, \"group\": [3855.0, 743.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCATCCTAGA\", \"ini\": 2710, \"clust\": 3938, \"rank\": 1050, \"rankvar\": 3081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1108, \"group\": [3937.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGGCATCG\", \"ini\": 2709, \"clust\": 4233, \"rank\": 1172, \"rankvar\": 2645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 880, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1109, \"group\": [4230.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGTGACCA\", \"ini\": 2708, \"clust\": 1960, \"rank\": 1206, \"rankvar\": 3876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 881, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4754, \"group\": [1958.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCAGTCCCT\", \"ini\": 2707, \"clust\": 3944, \"rank\": 1238, \"rankvar\": 1090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1110, \"group\": [3943.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTGACGGTA\", \"ini\": 2706, \"clust\": 3947, \"rank\": 1378, \"rankvar\": 1439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 883, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1111, \"group\": [3947.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATCTGT\", \"ini\": 2705, \"clust\": 3890, \"rank\": 1481, \"rankvar\": 1875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1112, \"group\": [3892.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCAGACCTAGG\", \"ini\": 2704, \"clust\": 3909, \"rank\": 1072, \"rankvar\": 2395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1113, \"group\": [3910.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCAGCGATT\", \"ini\": 2703, \"clust\": 3218, \"rank\": 1370, \"rankvar\": 1399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1114, \"group\": [3217.0, 677.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCTATTCA\", \"ini\": 2702, \"clust\": 3523, \"rank\": 2011, \"rankvar\": 2314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 887, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1115, \"group\": [3521.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCAAACTGTC\", \"ini\": 2701, \"clust\": 2937, \"rank\": 1704, \"rankvar\": 456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1116, \"group\": [2936.0, 598.0, 107.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGGATGGAA\", \"ini\": 2700, \"clust\": 2769, \"rank\": 1972, \"rankvar\": 165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 889, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1117, \"group\": [2773.0, 545.0, 104.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGTTTGCGT\", \"ini\": 2699, \"clust\": 3882, \"rank\": 1474, \"rankvar\": 2721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1118, \"group\": [3879.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTGAAGGCT\", \"ini\": 2698, \"clust\": 3910, \"rank\": 1517, \"rankvar\": 864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1119, \"group\": [3908.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGTGTTTGC\", \"ini\": 2697, \"clust\": 3794, \"rank\": 1292, \"rankvar\": 753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 892, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1120, \"group\": [3793.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGCGTTA\", \"ini\": 2696, \"clust\": 3915, \"rank\": 1532, \"rankvar\": 2094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1121, \"group\": [3913.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAAGAAAGG\", \"ini\": 2695, \"clust\": 2807, \"rank\": 1664, \"rankvar\": 1045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 894, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1122, \"group\": [2807.0, 562.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGAAGGTGA\", \"ini\": 2694, \"clust\": 1609, \"rank\": 219, \"rankvar\": 4811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3116, \"group\": [1608.0, 229.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGAGCAATT\", \"ini\": 2693, \"clust\": 3945, \"rank\": 1386, \"rankvar\": 1794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 896, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1123, \"group\": [3944.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCGATAGAA\", \"ini\": 2692, \"clust\": 1776, \"rank\": 1177, \"rankvar\": 4313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 897, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4755, \"group\": [1774.0, 282.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACGTAAATACG\", \"ini\": 2691, \"clust\": 4544, \"rank\": 794, \"rankvar\": 3321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 898, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2717, \"group\": [4543.0, 869.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGAGAGCTC\", \"ini\": 2690, \"clust\": 3475, \"rank\": 1746, \"rankvar\": 2715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1124, \"group\": [3474.0, 735.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAGCTGGC\", \"ini\": 2689, \"clust\": 3672, \"rank\": 1515, \"rankvar\": 2345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 900, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1125, \"group\": [3673.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGATGGCGT\", \"ini\": 2688, \"clust\": 4200, \"rank\": 1493, \"rankvar\": 3342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1126, \"group\": [4198.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGGGATACC\", \"ini\": 2687, \"clust\": 3863, \"rank\": 1099, \"rankvar\": 1891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1127, \"group\": [3862.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCATGTTCCC\", \"ini\": 2686, \"clust\": 4043, \"rank\": 1631, \"rankvar\": 3184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 903, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1128, \"group\": [4041.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGGCGCTA\", \"ini\": 2685, \"clust\": 3655, \"rank\": 1684, \"rankvar\": 1124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1129, \"group\": [3652.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGACAGGCT\", \"ini\": 2684, \"clust\": 3838, \"rank\": 1433, \"rankvar\": 1379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1130, \"group\": [3836.0, 742.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACCACGTG\", \"ini\": 2683, \"clust\": 4182, \"rank\": 1315, \"rankvar\": 3371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1131, \"group\": [4181.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCTCTCGT\", \"ini\": 2682, \"clust\": 1800, \"rank\": 1239, \"rankvar\": 798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4756, \"group\": [1800.0, 284.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTTTGGGCC\", \"ini\": 2681, \"clust\": 3954, \"rank\": 1360, \"rankvar\": 1226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1132, \"group\": [3953.0, 745.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTTCCGTCT\", \"ini\": 2680, \"clust\": 3865, \"rank\": 976, \"rankvar\": 806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1133, \"group\": [3864.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAACCTC\", \"ini\": 2679, \"clust\": 2792, \"rank\": 1566, \"rankvar\": 591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1134, \"group\": [2794.0, 556.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCAGAATA\", \"ini\": 2678, \"clust\": 2048, \"rank\": 949, \"rankvar\": 4237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4757, \"group\": [2046.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGGTTCGG\", \"ini\": 2677, \"clust\": 4110, \"rank\": 1290, \"rankvar\": 2416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1135, \"group\": [4109.0, 750.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAAGTCTCGGC\", \"ini\": 2676, \"clust\": 3872, \"rank\": 1314, \"rankvar\": 462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1136, \"group\": [3876.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGCTGCTG\", \"ini\": 2675, \"clust\": 4179, \"rank\": 1286, \"rankvar\": 2939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1137, \"group\": [4176.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGCCCTTA\", \"ini\": 2674, \"clust\": 2078, \"rank\": 1297, \"rankvar\": 2736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 915, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4758, \"group\": [2076.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCAGTATAAG\", \"ini\": 2673, \"clust\": 4218, \"rank\": 1420, \"rankvar\": 3378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1138, \"group\": [4226.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTCTAACGT\", \"ini\": 2672, \"clust\": 3791, \"rank\": 1437, \"rankvar\": 1228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 917, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1139, \"group\": [3790.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCACAACGCC\", \"ini\": 2671, \"clust\": 3955, \"rank\": 1138, \"rankvar\": 4475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1140, \"group\": [3954.0, 745.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGCTAGTGG\", \"ini\": 2670, \"clust\": 4488, \"rank\": 912, \"rankvar\": 3617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 919, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2718, \"group\": [4486.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTCGCTTG\", \"ini\": 2669, \"clust\": 3997, \"rank\": 1368, \"rankvar\": 1162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1141, \"group\": [4000.0, 748.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCAACTT\", \"ini\": 2668, \"clust\": 3683, \"rank\": 1547, \"rankvar\": 1261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 921, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1142, \"group\": [3681.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCTGCTGCT\", \"ini\": 2667, \"clust\": 3876, \"rank\": 1650, \"rankvar\": 2627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1143, \"group\": [3873.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACTTAACG\", \"ini\": 2666, \"clust\": 1742, \"rank\": 969, \"rankvar\": 3538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4759, \"group\": [1741.0, 273.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAATGTTGC\", \"ini\": 2665, \"clust\": 4000, \"rank\": 1347, \"rankvar\": 2257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1144, \"group\": [3996.0, 748.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCCCTAACC\", \"ini\": 2664, \"clust\": 3027, \"rank\": 1672, \"rankvar\": 2794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1145, \"group\": [3028.0, 649.0, 118.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCACTCCA\", \"ini\": 2663, \"clust\": 4073, \"rank\": 1336, \"rankvar\": 1886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 926, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1146, \"group\": [4069.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCCTCCTAG\", \"ini\": 2662, \"clust\": 4498, \"rank\": 1261, \"rankvar\": 3643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 927, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2719, \"group\": [4497.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGTGACC\", \"ini\": 2661, \"clust\": 3047, \"rank\": 1753, \"rankvar\": 993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1147, \"group\": [3045.0, 665.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTAGCTGCC\", \"ini\": 2660, \"clust\": 3438, \"rank\": 1573, \"rankvar\": 1245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1148, \"group\": [3436.0, 730.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCCATGA\", \"ini\": 2659, \"clust\": 1754, \"rank\": 1471, \"rankvar\": 988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 930, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4760, \"group\": [1753.0, 278.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCATAAAGGT\", \"ini\": 2658, \"clust\": 1971, \"rank\": 1716, \"rankvar\": 4226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 931, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4761, \"group\": [1971.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGCCAGAA\", \"ini\": 2657, \"clust\": 3832, \"rank\": 1427, \"rankvar\": 2037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 932, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1149, \"group\": [3830.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTAGCGATG\", \"ini\": 2656, \"clust\": 3046, \"rank\": 1120, \"rankvar\": 1130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 933, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1150, \"group\": [3047.0, 665.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAGGGATA\", \"ini\": 2655, \"clust\": 1969, \"rank\": 1528, \"rankvar\": 4033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 934, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4762, \"group\": [1969.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGATACACA\", \"ini\": 2654, \"clust\": 3795, \"rank\": 1227, \"rankvar\": 1585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1151, \"group\": [3794.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACAGGCT\", \"ini\": 2653, \"clust\": 3829, \"rank\": 1200, \"rankvar\": 2206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 936, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1152, \"group\": [3827.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATCGCAT\", \"ini\": 2652, \"clust\": 3388, \"rank\": 1836, \"rankvar\": 1900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1153, \"group\": [3388.0, 719.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGAGCTTCT\", \"ini\": 2651, \"clust\": 1926, \"rank\": 951, \"rankvar\": 3986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 938, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4763, \"group\": [1927.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCCACGACG\", \"ini\": 2650, \"clust\": 3690, \"rank\": 1419, \"rankvar\": 1632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 939, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1154, \"group\": [3691.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACAAGGGTCA\", \"ini\": 2649, \"clust\": 2081, \"rank\": 1229, \"rankvar\": 3571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4764, \"group\": [2078.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTGCCTTGG\", \"ini\": 2648, \"clust\": 2660, \"rank\": 2952, \"rankvar\": 5167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 941, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 64, \"group\": [2657.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACACAGATTC\", \"ini\": 2647, \"clust\": 1921, \"rank\": 1428, \"rankvar\": 3639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 942, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4765, \"group\": [1952.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGGTAACGTTC\", \"ini\": 2646, \"clust\": 3622, \"rank\": 1770, \"rankvar\": 3769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1155, \"group\": [3619.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCATCTGTT\", \"ini\": 2645, \"clust\": 1970, \"rank\": 1569, \"rankvar\": 1996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4766, \"group\": [1970.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCCGTTGTC\", \"ini\": 2644, \"clust\": 3568, \"rank\": 1700, \"rankvar\": 1409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1156, \"group\": [3566.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGGTCGAT\", \"ini\": 2643, \"clust\": 1595, \"rank\": 1257, \"rankvar\": 498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 946, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3024, \"group\": [1597.0, 225.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCAACACGT\", \"ini\": 2642, \"clust\": 3926, \"rank\": 1621, \"rankvar\": 1750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 947, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1157, \"group\": [3925.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCCGATATG\", \"ini\": 2641, \"clust\": 1928, \"rank\": 1152, \"rankvar\": 2762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 948, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4767, \"group\": [1926.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTCCAACC\", \"ini\": 2640, \"clust\": 3853, \"rank\": 1670, \"rankvar\": 540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1158, \"group\": [3852.0, 743.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGAGCTATA\", \"ini\": 2639, \"clust\": 3039, \"rank\": 1462, \"rankvar\": 130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1159, \"group\": [3039.0, 660.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCAGAAATG\", \"ini\": 2638, \"clust\": 3676, \"rank\": 1641, \"rankvar\": 3965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1160, \"group\": [3674.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGCATACT\", \"ini\": 2637, \"clust\": 3809, \"rank\": 1676, \"rankvar\": 1551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 952, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1161, \"group\": [3808.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTTGCGCAC\", \"ini\": 2636, \"clust\": 3891, \"rank\": 1603, \"rankvar\": 1191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1162, \"group\": [3891.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCATGTCTCC\", \"ini\": 2635, \"clust\": 4161, \"rank\": 1588, \"rankvar\": 1148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1163, \"group\": [4160.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCTTTACA\", \"ini\": 2634, \"clust\": 1747, \"rank\": 1461, \"rankvar\": 3122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 955, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4768, \"group\": [1747.0, 276.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCCTCA\", \"ini\": 2633, \"clust\": 3706, \"rank\": 1800, \"rankvar\": 706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1164, \"group\": [3704.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCAAGTCTGT\", \"ini\": 2632, \"clust\": 2652, \"rank\": 2934, \"rankvar\": 4907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 957, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 65, \"group\": [2651.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGCGATATA\", \"ini\": 2631, \"clust\": 4117, \"rank\": 1721, \"rankvar\": 1069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1165, \"group\": [4115.0, 750.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGTGGAG\", \"ini\": 2630, \"clust\": 4216, \"rank\": 1167, \"rankvar\": 2857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1166, \"group\": [4215.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAATGGATA\", \"ini\": 2629, \"clust\": 2750, \"rank\": 1795, \"rankvar\": 722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1167, \"group\": [2751.0, 530.0, 101.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTTGAGTTC\", \"ini\": 2628, \"clust\": 1995, \"rank\": 1135, \"rankvar\": 3827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 961, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4769, \"group\": [1995.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGATAGGAG\", \"ini\": 2627, \"clust\": 3589, \"rank\": 1518, \"rankvar\": 4290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1168, \"group\": [3586.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTATGAAAC\", \"ini\": 2626, \"clust\": 3040, \"rank\": 1332, \"rankvar\": 129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1169, \"group\": [3040.0, 660.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGGAACGG\", \"ini\": 2625, \"clust\": 3051, \"rank\": 1182, \"rankvar\": 1780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 964, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1170, \"group\": [3052.0, 668.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGGTCTCG\", \"ini\": 2624, \"clust\": 3749, \"rank\": 1659, \"rankvar\": 2443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1171, \"group\": [3748.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTACGATA\", \"ini\": 2623, \"clust\": 4120, \"rank\": 1310, \"rankvar\": 4203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1172, \"group\": [4118.0, 750.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGAACCT\", \"ini\": 2622, \"clust\": 3009, \"rank\": 1624, \"rankvar\": 972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1173, \"group\": [3007.0, 636.0, 113.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCGTAGTA\", \"ini\": 2621, \"clust\": 3390, \"rank\": 1774, \"rankvar\": 1728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1174, \"group\": [3389.0, 720.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCCACATCCAA\", \"ini\": 2620, \"clust\": 4489, \"rank\": 1213, \"rankvar\": 3894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 969, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2720, \"group\": [4494.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACGATGT\", \"ini\": 2619, \"clust\": 1996, \"rank\": 1153, \"rankvar\": 4304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 970, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4770, \"group\": [1996.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGATCTGAA\", \"ini\": 2618, \"clust\": 3875, \"rank\": 1523, \"rankvar\": 2105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 971, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1175, \"group\": [3875.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAGAAAGG\", \"ini\": 2617, \"clust\": 4623, \"rank\": 1406, \"rankvar\": 2127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 972, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2721, \"group\": [4625.0, 906.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTGGTCCGT\", \"ini\": 2616, \"clust\": 2002, \"rank\": 981, \"rankvar\": 4050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 973, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4771, \"group\": [2001.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGTCACGCC\", \"ini\": 2615, \"clust\": 3918, \"rank\": 1801, \"rankvar\": 502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1176, \"group\": [3922.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTACTCTCC\", \"ini\": 2614, \"clust\": 4201, \"rank\": 1460, \"rankvar\": 2464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1177, \"group\": [4199.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGCCACTAT\", \"ini\": 2613, \"clust\": 2597, \"rank\": 2471, \"rankvar\": 4689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 976, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 66, \"group\": [2594.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGCTAAACA\", \"ini\": 2612, \"clust\": 3514, \"rank\": 2176, \"rankvar\": 2067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1178, \"group\": [3513.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAATAGCAA\", \"ini\": 2611, \"clust\": 4483, \"rank\": 1094, \"rankvar\": 4143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2722, \"group\": [4480.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGGTGTCCTCT\", \"ini\": 2610, \"clust\": 4122, \"rank\": 1300, \"rankvar\": 1840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1179, \"group\": [4120.0, 750.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAGCTGGT\", \"ini\": 2609, \"clust\": 4094, \"rank\": 1618, \"rankvar\": 775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1180, \"group\": [4092.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTGTTGAGTTC\", \"ini\": 2608, \"clust\": 4226, \"rank\": 1469, \"rankvar\": 1493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1181, \"group\": [4223.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCCATTC\", \"ini\": 2607, \"clust\": 3930, \"rank\": 1756, \"rankvar\": 1060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1182, \"group\": [3928.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACAGTCAGAG\", \"ini\": 2606, \"clust\": 2780, \"rank\": 1873, \"rankvar\": 2188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1183, \"group\": [2783.0, 550.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCGCCTGAG\", \"ini\": 2605, \"clust\": 3940, \"rank\": 1374, \"rankvar\": 3430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 984, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1184, \"group\": [3939.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAGTTAACC\", \"ini\": 2604, \"clust\": 3722, \"rank\": 1752, \"rankvar\": 2209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1185, \"group\": [3723.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGAACTGTA\", \"ini\": 2603, \"clust\": 1915, \"rank\": 1187, \"rankvar\": 3406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 986, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4772, \"group\": [1917.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACACCGAAAG\", \"ini\": 2602, \"clust\": 2578, \"rank\": 2214, \"rankvar\": 4963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 987, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 67, \"group\": [2574.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCATCTGTT\", \"ini\": 2601, \"clust\": 3799, \"rank\": 1667, \"rankvar\": 532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1186, \"group\": [3801.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCTTGCCGT\", \"ini\": 2600, \"clust\": 4203, \"rank\": 1358, \"rankvar\": 1735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 989, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1187, \"group\": [4201.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGCGTAGTG\", \"ini\": 2599, \"clust\": 3732, \"rank\": 1638, \"rankvar\": 3210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 990, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1188, \"group\": [3728.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCCTGCTT\", \"ini\": 2598, \"clust\": 2713, \"rank\": 2396, \"rankvar\": 1229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 991, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2094, \"group\": [2714.0, 511.0, 97.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTAGCTCCG\", \"ini\": 2597, \"clust\": 4159, \"rank\": 1193, \"rankvar\": 2185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1189, \"group\": [4157.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGCTGAACG\", \"ini\": 2596, \"clust\": 1884, \"rank\": 1391, \"rankvar\": 2818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 993, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4773, \"group\": [1883.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCCAACAG\", \"ini\": 2595, \"clust\": 3678, \"rank\": 1948, \"rankvar\": 2353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1190, \"group\": [3682.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTTAACGA\", \"ini\": 2594, \"clust\": 3691, \"rank\": 1146, \"rankvar\": 1428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1191, \"group\": [3690.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAAGA\", \"ini\": 2593, \"clust\": 4222, \"rank\": 1417, \"rankvar\": 2743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 996, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1192, \"group\": [4222.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAGCCTAA\", \"ini\": 2592, \"clust\": 3596, \"rank\": 1892, \"rankvar\": 1237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1193, \"group\": [3595.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGAGGGAGTAA\", \"ini\": 2591, \"clust\": 2073, \"rank\": 1199, \"rankvar\": 3521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 998, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4774, \"group\": [2075.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAAACAAG\", \"ini\": 2590, \"clust\": 3917, \"rank\": 1431, \"rankvar\": 2474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 999, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1194, \"group\": [3912.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGATGTAAC\", \"ini\": 2589, \"clust\": 3451, \"rank\": 1510, \"rankvar\": 3953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1000, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1195, \"group\": [3451.0, 733.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCAAATCA\", \"ini\": 2588, \"clust\": 4632, \"rank\": 2020, \"rankvar\": 2070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1001, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2723, \"group\": [4630.0, 906.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGCATGTG\", \"ini\": 2587, \"clust\": 4493, \"rank\": 1640, \"rankvar\": 3224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1002, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2724, \"group\": [4491.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCTACGA\", \"ini\": 2586, \"clust\": 3707, \"rank\": 1453, \"rankvar\": 970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1196, \"group\": [3710.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTTGGTTTG\", \"ini\": 2585, \"clust\": 1880, \"rank\": 1134, \"rankvar\": 2537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4775, \"group\": [1879.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGGCAAAGA\", \"ini\": 2584, \"clust\": 3588, \"rank\": 1654, \"rankvar\": 2791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1197, \"group\": [3588.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCAGTAGT\", \"ini\": 2583, \"clust\": 3673, \"rank\": 1924, \"rankvar\": 3466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1006, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1198, \"group\": [3671.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCACGAAT\", \"ini\": 2582, \"clust\": 3934, \"rank\": 1625, \"rankvar\": 3550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1199, \"group\": [3934.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGACGGA\", \"ini\": 2581, \"clust\": 3636, \"rank\": 1533, \"rankvar\": 2347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1008, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1200, \"group\": [3632.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGACTG\", \"ini\": 2580, \"clust\": 2554, \"rank\": 2348, \"rankvar\": 3362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1009, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 68, \"group\": [2554.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCATGAAC\", \"ini\": 2579, \"clust\": 3069, \"rank\": 1671, \"rankvar\": 691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1010, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1201, \"group\": [3070.0, 670.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTTCGTGAT\", \"ini\": 2578, \"clust\": 3556, \"rank\": 1826, \"rankvar\": 2578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1011, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1202, \"group\": [3553.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCCGTTAA\", \"ini\": 2577, \"clust\": 3810, \"rank\": 1472, \"rankvar\": 2193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1203, \"group\": [3809.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCAACATC\", \"ini\": 2576, \"clust\": 1748, \"rank\": 1466, \"rankvar\": 2843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1013, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4776, \"group\": [1748.0, 276.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATCTACGA\", \"ini\": 2575, \"clust\": 3629, \"rank\": 1732, \"rankvar\": 1552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1014, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1204, \"group\": [3635.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCAATC\", \"ini\": 2574, \"clust\": 4190, \"rank\": 1215, \"rankvar\": 2774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1205, \"group\": [4188.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCAGCGTA\", \"ini\": 2573, \"clust\": 3043, \"rank\": 1658, \"rankvar\": 1701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1016, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1206, \"group\": [3043.0, 663.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTTACGGG\", \"ini\": 2572, \"clust\": 4510, \"rank\": 1936, \"rankvar\": 2580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1017, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2725, \"group\": [4509.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGGATGTAT\", \"ini\": 2571, \"clust\": 3273, \"rank\": 1729, \"rankvar\": 645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1018, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1207, \"group\": [3273.0, 699.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTAGCGTAG\", \"ini\": 2570, \"clust\": 4228, \"rank\": 988, \"rankvar\": 3819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1208, \"group\": [4234.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGGAACTGC\", \"ini\": 2569, \"clust\": 3071, \"rank\": 1681, \"rankvar\": 1577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1209, \"group\": [3071.0, 670.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCATGTAGTC\", \"ini\": 2568, \"clust\": 3901, \"rank\": 1380, \"rankvar\": 857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1210, \"group\": [3907.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCGGAAATA\", \"ini\": 2567, \"clust\": 4071, \"rank\": 1526, \"rankvar\": 2167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1022, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1211, \"group\": [4072.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGGCACATG\", \"ini\": 2566, \"clust\": 3269, \"rank\": 1504, \"rankvar\": 1247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1212, \"group\": [3268.0, 696.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGTCAGAG\", \"ini\": 2565, \"clust\": 3662, \"rank\": 1686, \"rankvar\": 3968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1213, \"group\": [3661.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTCTAGAGG\", \"ini\": 2564, \"clust\": 1610, \"rank\": 280, \"rankvar\": 4984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1025, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3117, \"group\": [1609.0, 229.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGGCTCTTA\", \"ini\": 2563, \"clust\": 2494, \"rank\": 2540, \"rankvar\": 4458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1026, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 69, \"group\": [2677.0, 483.0, 86.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTTCCCGAG\", \"ini\": 2562, \"clust\": 3715, \"rank\": 1450, \"rankvar\": 3780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1214, \"group\": [3715.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCCGTCAAA\", \"ini\": 2561, \"clust\": 2408, \"rank\": 1894, \"rankvar\": 4481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1028, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5130, \"group\": [2407.0, 424.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATGATCCA\", \"ini\": 2560, \"clust\": 2107, \"rank\": 1967, \"rankvar\": 1466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1029, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4777, \"group\": [2110.0, 304.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACTCGTCGTTC\", \"ini\": 2559, \"clust\": 4633, \"rank\": 2035, \"rankvar\": 3549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1030, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2726, \"group\": [4631.0, 906.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACAGAGGT\", \"ini\": 2558, \"clust\": 4494, \"rank\": 1340, \"rankvar\": 4538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2727, \"group\": [4492.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTAAATACG\", \"ini\": 2557, \"clust\": 4614, \"rank\": 1540, \"rankvar\": 2893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1032, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2728, \"group\": [4614.0, 902.0, 159.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACATTAGC\", \"ini\": 2556, \"clust\": 4053, \"rank\": 1575, \"rankvar\": 3032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1033, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1215, \"group\": [4050.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAACGCACC\", \"ini\": 2555, \"clust\": 2249, \"rank\": 2288, \"rankvar\": 643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1034, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4778, \"group\": [2252.0, 357.0, 56.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAAAGCAAT\", \"ini\": 2554, \"clust\": 3474, \"rank\": 1932, \"rankvar\": 803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1216, \"group\": [3473.0, 735.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGGTACC\", \"ini\": 2553, \"clust\": 3219, \"rank\": 1660, \"rankvar\": 760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1036, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1217, \"group\": [3218.0, 677.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGTCAGATAAG\", \"ini\": 2552, \"clust\": 4551, \"rank\": 1128, \"rankvar\": 3702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2729, \"group\": [4550.0, 870.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGCATGTG\", \"ini\": 2551, \"clust\": 3579, \"rank\": 1929, \"rankvar\": 2806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1218, \"group\": [3578.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGTGCA\", \"ini\": 2550, \"clust\": 3779, \"rank\": 1557, \"rankvar\": 3075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1219, \"group\": [3777.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTAATGA\", \"ini\": 2549, \"clust\": 1912, \"rank\": 1248, \"rankvar\": 3916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1040, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4779, \"group\": [1914.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTAATCACC\", \"ini\": 2548, \"clust\": 2069, \"rank\": 937, \"rankvar\": 4431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1041, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4780, \"group\": [2070.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGGTGACCA\", \"ini\": 2547, \"clust\": 2818, \"rank\": 1816, \"rankvar\": 1087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1042, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1220, \"group\": [2818.0, 566.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTCCAGGA\", \"ini\": 2546, \"clust\": 1901, \"rank\": 1832, \"rankvar\": 3764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1043, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4781, \"group\": [1900.0, 292.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTATTCTC\", \"ini\": 2545, \"clust\": 4066, \"rank\": 1416, \"rankvar\": 1797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1044, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1221, \"group\": [4065.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCATGCTC\", \"ini\": 2544, \"clust\": 3823, \"rank\": 1211, \"rankvar\": 1305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1045, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1222, \"group\": [3824.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGAGCTGCA\", \"ini\": 2543, \"clust\": 4115, \"rank\": 1581, \"rankvar\": 2317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1223, \"group\": [4112.0, 750.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTACTTGAC\", \"ini\": 2542, \"clust\": 4154, \"rank\": 1651, \"rankvar\": 3915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1047, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1224, \"group\": [4155.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGAGCGAG\", \"ini\": 2541, \"clust\": 3924, \"rank\": 1769, \"rankvar\": 836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1225, \"group\": [3929.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGAATCCA\", \"ini\": 2540, \"clust\": 1907, \"rank\": 1546, \"rankvar\": 4275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4782, \"group\": [1907.0, 295.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGGTAAG\", \"ini\": 2539, \"clust\": 2011, \"rank\": 1708, \"rankvar\": 4126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1050, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4783, \"group\": [2009.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGTTCGATC\", \"ini\": 2538, \"clust\": 2559, \"rank\": 2561, \"rankvar\": 5019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1051, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 70, \"group\": [2555.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTCTGGAGA\", \"ini\": 2537, \"clust\": 3258, \"rank\": 1689, \"rankvar\": 3212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1226, \"group\": [3257.0, 691.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCAGACACTT\", \"ini\": 2536, \"clust\": 3601, \"rank\": 1888, \"rankvar\": 3137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1227, \"group\": [3599.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCTGTACGA\", \"ini\": 2535, \"clust\": 4223, \"rank\": 1440, \"rankvar\": 2930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1054, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1228, \"group\": [4220.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTATCCTA\", \"ini\": 2534, \"clust\": 3751, \"rank\": 1337, \"rankvar\": 3172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1055, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1229, \"group\": [3750.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATGCTTG\", \"ini\": 2533, \"clust\": 1752, \"rank\": 1066, \"rankvar\": 1770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1056, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4784, \"group\": [1754.0, 278.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACCGGAAA\", \"ini\": 2532, \"clust\": 2046, \"rank\": 792, \"rankvar\": 3899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1057, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4785, \"group\": [2047.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCAACCATG\", \"ini\": 2531, \"clust\": 3674, \"rank\": 1648, \"rankvar\": 2149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1230, \"group\": [3672.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGCATCG\", \"ini\": 2530, \"clust\": 2801, \"rank\": 2038, \"rankvar\": 615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1231, \"group\": [2801.0, 561.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACAACGATGG\", \"ini\": 2529, \"clust\": 4221, \"rank\": 1387, \"rankvar\": 2761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1060, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1232, \"group\": [4218.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACAGGAGT\", \"ini\": 2528, \"clust\": 3446, \"rank\": 1901, \"rankvar\": 3900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1233, \"group\": [3445.0, 733.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATAAGACA\", \"ini\": 2527, \"clust\": 4072, \"rank\": 1502, \"rankvar\": 2922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1234, \"group\": [4071.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCAAGGTAA\", \"ini\": 2526, \"clust\": 3750, \"rank\": 1534, \"rankvar\": 1954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1063, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1235, \"group\": [3749.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTCCTCCAT\", \"ini\": 2525, \"clust\": 3602, \"rank\": 1912, \"rankvar\": 2177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1236, \"group\": [3600.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTTCTGTTT\", \"ini\": 2524, \"clust\": 3874, \"rank\": 1775, \"rankvar\": 1469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1065, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1237, \"group\": [3872.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTGACTCAT\", \"ini\": 2523, \"clust\": 2074, \"rank\": 1405, \"rankvar\": 3971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1066, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4786, \"group\": [2073.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACAGTCGC\", \"ini\": 2522, \"clust\": 4100, \"rank\": 1773, \"rankvar\": 3182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1067, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1238, \"group\": [4097.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGCTCCT\", \"ini\": 2521, \"clust\": 3685, \"rank\": 1381, \"rankvar\": 2988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1068, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1239, \"group\": [3683.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGGACAGAA\", \"ini\": 2520, \"clust\": 1919, \"rank\": 1851, \"rankvar\": 3584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4787, \"group\": [1918.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCGTGTAAGTA\", \"ini\": 2519, \"clust\": 1910, \"rank\": 1636, \"rankvar\": 2801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1070, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4788, \"group\": [1909.0, 296.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACGCATA\", \"ini\": 2518, \"clust\": 3648, \"rank\": 1907, \"rankvar\": 2000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1240, \"group\": [3646.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGCTCTTC\", \"ini\": 2517, \"clust\": 4214, \"rank\": 1445, \"rankvar\": 3816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1072, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1241, \"group\": [4213.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGTGGGTTG\", \"ini\": 2516, \"clust\": 4178, \"rank\": 1521, \"rankvar\": 2737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1073, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1242, \"group\": [4178.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTCGGGTCT\", \"ini\": 2515, \"clust\": 3883, \"rank\": 1434, \"rankvar\": 2243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1074, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1243, \"group\": [3880.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCTGGGCCA\", \"ini\": 2514, \"clust\": 4096, \"rank\": 1814, \"rankvar\": 3305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1244, \"group\": [4096.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACTAGTAC\", \"ini\": 2513, \"clust\": 2668, \"rank\": 3148, \"rankvar\": 5130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1076, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 71, \"group\": [2667.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGCCTCGTG\", \"ini\": 2512, \"clust\": 3038, \"rank\": 1561, \"rankvar\": 357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1245, \"group\": [3041.0, 661.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCATTCACTT\", \"ini\": 2511, \"clust\": 3275, \"rank\": 1726, \"rankvar\": 3061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1078, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1246, \"group\": [3275.0, 699.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTAACGACG\", \"ini\": 2510, \"clust\": 4085, \"rank\": 1524, \"rankvar\": 2824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1247, \"group\": [4083.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGCATGTG\", \"ini\": 2509, \"clust\": 2084, \"rank\": 1309, \"rankvar\": 1781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1080, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4789, \"group\": [2083.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATAAGCA\", \"ini\": 2508, \"clust\": 3675, \"rank\": 1605, \"rankvar\": 1173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1248, \"group\": [3676.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTACGAGT\", \"ini\": 2507, \"clust\": 1605, \"rank\": 875, \"rankvar\": 214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3118, \"group\": [1606.0, 228.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCCTCAATT\", \"ini\": 2506, \"clust\": 4522, \"rank\": 1695, \"rankvar\": 3198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1083, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2730, \"group\": [4520.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGAGGTG\", \"ini\": 2505, \"clust\": 1961, \"rank\": 1589, \"rankvar\": 3257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1084, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4790, \"group\": [1959.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCTGATTCT\", \"ini\": 2504, \"clust\": 4046, \"rank\": 1722, \"rankvar\": 3027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1085, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1249, \"group\": [4043.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGTCTTACCGC\", \"ini\": 2503, \"clust\": 1601, \"rank\": 397, \"rankvar\": 4042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3119, \"group\": [1601.0, 227.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGCAATTA\", \"ini\": 2502, \"clust\": 1781, \"rank\": 1208, \"rankvar\": 2121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1087, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4791, \"group\": [1781.0, 282.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTTCTGTTTGT\", \"ini\": 2501, \"clust\": 4092, \"rank\": 1567, \"rankvar\": 2656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1088, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1250, \"group\": [4093.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTTACCAGT\", \"ini\": 2500, \"clust\": 3778, \"rank\": 1666, \"rankvar\": 1322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1251, \"group\": [3779.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCACAGATTC\", \"ini\": 2499, \"clust\": 4111, \"rank\": 1320, \"rankvar\": 3313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1090, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1252, \"group\": [4110.0, 750.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCATTAACCG\", \"ini\": 2498, \"clust\": 1755, \"rank\": 1766, \"rankvar\": 2138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1091, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4792, \"group\": [1757.0, 279.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTTCCCT\", \"ini\": 2497, \"clust\": 4212, \"rank\": 1677, \"rankvar\": 4211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1253, \"group\": [4211.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCTCCCATTAT\", \"ini\": 2496, \"clust\": 117, \"rank\": 791, \"rankvar\": 3870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1093, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 235, \"group\": [115.0, 24.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGACAGGCT\", \"ini\": 2495, \"clust\": 4153, \"rank\": 1750, \"rankvar\": 2779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1254, \"group\": [4152.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCATGCCG\", \"ini\": 2494, \"clust\": 2079, \"rank\": 1289, \"rankvar\": 3654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1095, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4793, \"group\": [2077.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTTTCGCTC\", \"ini\": 2493, \"clust\": 2045, \"rank\": 868, \"rankvar\": 4076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1096, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4794, \"group\": [2043.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGCGATCCC\", \"ini\": 2492, \"clust\": 2706, \"rank\": 1895, \"rankvar\": 494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1097, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2095, \"group\": [2710.0, 507.0, 97.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTGAGAT\", \"ini\": 2491, \"clust\": 2075, \"rank\": 1531, \"rankvar\": 1807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1098, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4795, \"group\": [2074.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATGCTCC\", \"ini\": 2490, \"clust\": 2579, \"rank\": 2808, \"rankvar\": 4935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 72, \"group\": [2576.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCACATACG\", \"ini\": 2489, \"clust\": 3798, \"rank\": 1444, \"rankvar\": 525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1255, \"group\": [3796.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTCGTGC\", \"ini\": 2488, \"clust\": 2771, \"rank\": 2369, \"rankvar\": 679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1256, \"group\": [2770.0, 543.0, 104.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAAGAGTCTGG\", \"ini\": 2487, \"clust\": 4099, \"rank\": 1942, \"rankvar\": 2938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1102, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1257, \"group\": [4099.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTGGC\", \"ini\": 2486, \"clust\": 3408, \"rank\": 1503, \"rankvar\": 1981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1258, \"group\": [3407.0, 722.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACAACA\", \"ini\": 2485, \"clust\": 3569, \"rank\": 1819, \"rankvar\": 713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1259, \"group\": [3567.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCTCAAACG\", \"ini\": 2484, \"clust\": 3403, \"rank\": 1797, \"rankvar\": 436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1260, \"group\": [3402.0, 721.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTATCGCAT\", \"ini\": 2483, \"clust\": 4091, \"rank\": 1865, \"rankvar\": 3997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1106, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1261, \"group\": [4089.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCGCATGAT\", \"ini\": 2482, \"clust\": 3911, \"rank\": 1790, \"rankvar\": 563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1262, \"group\": [3909.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACACTTGGAT\", \"ini\": 2481, \"clust\": 4385, \"rank\": 2144, \"rankvar\": 1923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1263, \"group\": [4386.0, 796.0, 129.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCCAGGAT\", \"ini\": 2480, \"clust\": 4118, \"rank\": 1615, \"rankvar\": 2989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1109, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1264, \"group\": [4116.0, 750.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGATCTGCAGTA\", \"ini\": 2479, \"clust\": 3666, \"rank\": 2094, \"rankvar\": 2544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1110, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1265, \"group\": [3665.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGCATCTA\", \"ini\": 2478, \"clust\": 4217, \"rank\": 1413, \"rankvar\": 3022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1266, \"group\": [4216.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAGTCGC\", \"ini\": 2477, \"clust\": 4001, \"rank\": 1516, \"rankvar\": 2654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1267, \"group\": [3997.0, 748.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTCACCTAA\", \"ini\": 2476, \"clust\": 4205, \"rank\": 1349, \"rankvar\": 4000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1268, \"group\": [4204.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTCCCTGA\", \"ini\": 2475, \"clust\": 2007, \"rank\": 1779, \"rankvar\": 4112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1114, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4796, \"group\": [2012.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCATTTCAGG\", \"ini\": 2474, \"clust\": 3941, \"rank\": 1426, \"rankvar\": 2600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1115, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1269, \"group\": [3942.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAGACTTA\", \"ini\": 2473, \"clust\": 4064, \"rank\": 1693, \"rankvar\": 1321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1270, \"group\": [4063.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGCCAAAT\", \"ini\": 2472, \"clust\": 2271, \"rank\": 2188, \"rankvar\": 128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1271, \"group\": [2272.0, 368.0, 57.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCAGGCTA\", \"ini\": 2471, \"clust\": 3677, \"rank\": 1720, \"rankvar\": 3712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1272, \"group\": [3675.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAATCACAC\", \"ini\": 2470, \"clust\": 3884, \"rank\": 1751, \"rankvar\": 1846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1273, \"group\": [3883.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAAGACACG\", \"ini\": 2469, \"clust\": 3952, \"rank\": 1645, \"rankvar\": 884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1120, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1274, \"group\": [3949.0, 745.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCACCTTGTC\", \"ini\": 2468, \"clust\": 3935, \"rank\": 1519, \"rankvar\": 2357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1275, \"group\": [3932.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGAGCAATT\", \"ini\": 2467, \"clust\": 4050, \"rank\": 1614, \"rankvar\": 1153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1122, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1276, \"group\": [4052.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTGTCAAG\", \"ini\": 2466, \"clust\": 4097, \"rank\": 1788, \"rankvar\": 3237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1277, \"group\": [4094.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTCCCTTGT\", \"ini\": 2465, \"clust\": 4067, \"rank\": 1875, \"rankvar\": 2748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1278, \"group\": [4066.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCGTCTGCT\", \"ini\": 2464, \"clust\": 4157, \"rank\": 1760, \"rankvar\": 1009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1279, \"group\": [4158.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTTTGGCGC\", \"ini\": 2463, \"clust\": 3959, \"rank\": 1657, \"rankvar\": 1924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1126, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1280, \"group\": [3960.0, 746.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAATGCCAT\", \"ini\": 2462, \"clust\": 3711, \"rank\": 1796, \"rankvar\": 672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1281, \"group\": [3707.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGCGATCC\", \"ini\": 2461, \"clust\": 2082, \"rank\": 1564, \"rankvar\": 2180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4797, \"group\": [2079.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATTGGTAC\", \"ini\": 2460, \"clust\": 1775, \"rank\": 1280, \"rankvar\": 4303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4798, \"group\": [1776.0, 282.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTATAGGTA\", \"ini\": 2459, \"clust\": 3482, \"rank\": 1898, \"rankvar\": 2599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1282, \"group\": [3480.0, 736.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGAAGCAC\", \"ini\": 2458, \"clust\": 3869, \"rank\": 1834, \"rankvar\": 1425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1131, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1283, \"group\": [3866.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCTGAT\", \"ini\": 2457, \"clust\": 2653, \"rank\": 2975, \"rankvar\": 5226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 73, \"group\": [2649.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGTCATTTGGG\", \"ini\": 2456, \"clust\": 4630, \"rank\": 2088, \"rankvar\": 3605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1133, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2731, \"group\": [4633.0, 906.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGCTATA\", \"ini\": 2455, \"clust\": 3570, \"rank\": 2194, \"rankvar\": 2981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1134, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1284, \"group\": [3573.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCTGCAAT\", \"ini\": 2454, \"clust\": 3031, \"rank\": 1714, \"rankvar\": 3435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1285, \"group\": [3032.0, 653.0, 120.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGGGTTTCT\", \"ini\": 2453, \"clust\": 4069, \"rank\": 1607, \"rankvar\": 2678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1286, \"group\": [4068.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAATAGAGT\", \"ini\": 2452, \"clust\": 4112, \"rank\": 1811, \"rankvar\": 1497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1287, \"group\": [4111.0, 750.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAAGCCTAT\", \"ini\": 2451, \"clust\": 4012, \"rank\": 1583, \"rankvar\": 2483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1288, \"group\": [4011.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCCGAACGC\", \"ini\": 2450, \"clust\": 2037, \"rank\": 1327, \"rankvar\": 3844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1139, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4799, \"group\": [2041.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCACCTTGTC\", \"ini\": 2449, \"clust\": 3637, \"rank\": 2126, \"rankvar\": 2770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1289, \"group\": [3636.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGAGTCTGG\", \"ini\": 2448, \"clust\": 4089, \"rank\": 1999, \"rankvar\": 2541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1141, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1290, \"group\": [4090.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAAGGACAC\", \"ini\": 2447, \"clust\": 1916, \"rank\": 1595, \"rankvar\": 4365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4800, \"group\": [1915.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTCGCATC\", \"ini\": 2446, \"clust\": 3831, \"rank\": 1959, \"rankvar\": 1631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1291, \"group\": [3832.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGTAAA\", \"ini\": 2445, \"clust\": 3494, \"rank\": 2134, \"rankvar\": 3322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1292, \"group\": [3493.0, 736.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACATCTTGCATT\", \"ini\": 2444, \"clust\": 3979, \"rank\": 1649, \"rankvar\": 1188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1293, \"group\": [3976.0, 747.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACGCCAGT\", \"ini\": 2443, \"clust\": 3397, \"rank\": 1841, \"rankvar\": 1310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1294, \"group\": [3395.0, 720.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACATTGCGGC\", \"ini\": 2442, \"clust\": 2789, \"rank\": 2183, \"rankvar\": 330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1147, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1295, \"group\": [2789.0, 554.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGATGTGGC\", \"ini\": 2441, \"clust\": 1587, \"rank\": 1110, \"rankvar\": 283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3120, \"group\": [1588.0, 217.0, 36.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTGGTTTCA\", \"ini\": 2440, \"clust\": 3698, \"rank\": 1768, \"rankvar\": 1200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1296, \"group\": [3698.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAACACCTA\", \"ini\": 2439, \"clust\": 3714, \"rank\": 1807, \"rankvar\": 2633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1150, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1297, \"group\": [3716.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCTACCTC\", \"ini\": 2438, \"clust\": 3581, \"rank\": 2239, \"rankvar\": 3730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1298, \"group\": [3580.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAATTCCTT\", \"ini\": 2437, \"clust\": 4027, \"rank\": 2260, \"rankvar\": 3318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1299, \"group\": [4027.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGCGCAA\", \"ini\": 2436, \"clust\": 3881, \"rank\": 1679, \"rankvar\": 1328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1300, \"group\": [3881.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGTAGGTGC\", \"ini\": 2435, \"clust\": 3785, \"rank\": 1858, \"rankvar\": 1460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1301, \"group\": [3784.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCAATCTC\", \"ini\": 2434, \"clust\": 4204, \"rank\": 1927, \"rankvar\": 1646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1302, \"group\": [4202.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTTGTAGA\", \"ini\": 2433, \"clust\": 113, \"rank\": 1274, \"rankvar\": 4209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1156, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 74, \"group\": [118.0, 26.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAAATGTG\", \"ini\": 2432, \"clust\": 3472, \"rank\": 2076, \"rankvar\": 2274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1303, \"group\": [3471.0, 735.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTACCGCTG\", \"ini\": 2431, \"clust\": 3965, \"rank\": 1872, \"rankvar\": 2664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1304, \"group\": [3966.0, 746.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCACATGGGA\", \"ini\": 2430, \"clust\": 3692, \"rank\": 1536, \"rankvar\": 2994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1159, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1305, \"group\": [3688.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGATCTGAA\", \"ini\": 2429, \"clust\": 3431, \"rank\": 1964, \"rankvar\": 2837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1306, \"group\": [3430.0, 729.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCGCCTCA\", \"ini\": 2428, \"clust\": 1779, \"rank\": 1383, \"rankvar\": 2569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4801, \"group\": [1779.0, 282.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGTTTGGT\", \"ini\": 2427, \"clust\": 1764, \"rank\": 1364, \"rankvar\": 3426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4802, \"group\": [1766.0, 280.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTATTAGCC\", \"ini\": 2426, \"clust\": 3489, \"rank\": 2085, \"rankvar\": 2036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1307, \"group\": [3485.0, 736.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGAGGGATA\", \"ini\": 2425, \"clust\": 3611, \"rank\": 2060, \"rankvar\": 501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1308, \"group\": [3610.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTGAGTATA\", \"ini\": 2424, \"clust\": 4104, \"rank\": 1934, \"rankvar\": 603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1309, \"group\": [4103.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGGCTAGAC\", \"ini\": 2423, \"clust\": 3752, \"rank\": 1542, \"rankvar\": 2591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1310, \"group\": [3751.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTCCTGCTT\", \"ini\": 2422, \"clust\": 3394, \"rank\": 2309, \"rankvar\": 1080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1311, \"group\": [3393.0, 720.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAGACGCCT\", \"ini\": 2421, \"clust\": 3885, \"rank\": 1596, \"rankvar\": 3936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1312, \"group\": [3884.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGTAGTGCG\", \"ini\": 2420, \"clust\": 1911, \"rank\": 1742, \"rankvar\": 3753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4803, \"group\": [1910.0, 296.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTAGAACAATC\", \"ini\": 2419, \"clust\": 4195, \"rank\": 1185, \"rankvar\": 3329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1313, \"group\": [4192.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCGGTGTCG\", \"ini\": 2418, \"clust\": 4163, \"rank\": 1925, \"rankvar\": 4070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1314, \"group\": [4161.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTCAATAG\", \"ini\": 2417, \"clust\": 4723, \"rank\": 1994, \"rankvar\": 1589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1172, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2732, \"group\": [4725.0, 931.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAGCTGGT\", \"ini\": 2416, \"clust\": 3833, \"rank\": 1620, \"rankvar\": 1845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1315, \"group\": [3831.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGCGACC\", \"ini\": 2415, \"clust\": 4186, \"rank\": 1497, \"rankvar\": 1213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1316, \"group\": [4187.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACATTGAGCT\", \"ini\": 2414, \"clust\": 3603, \"rank\": 2050, \"rankvar\": 4308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1317, \"group\": [3605.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCGAATCT\", \"ini\": 2413, \"clust\": 4045, \"rank\": 1979, \"rankvar\": 3196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1318, \"group\": [4045.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCCCTAAT\", \"ini\": 2412, \"clust\": 3980, \"rank\": 1844, \"rankvar\": 2087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1319, \"group\": [3977.0, 747.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTAACTGG\", \"ini\": 2411, \"clust\": 4155, \"rank\": 2133, \"rankvar\": 3814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1320, \"group\": [4153.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGAGCTC\", \"ini\": 2410, \"clust\": 4057, \"rank\": 1539, \"rankvar\": 2577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1321, \"group\": [4053.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGACGAA\", \"ini\": 2409, \"clust\": 4113, \"rank\": 1571, \"rankvar\": 3622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1322, \"group\": [4121.0, 750.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGAAACCTA\", \"ini\": 2408, \"clust\": 1777, \"rank\": 1522, \"rankvar\": 3705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1181, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4804, \"group\": [1775.0, 282.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCTGCC\", \"ini\": 2407, \"clust\": 1798, \"rank\": 1548, \"rankvar\": 3102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1182, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4805, \"group\": [1798.0, 284.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTCTCTTTA\", \"ini\": 2406, \"clust\": 3396, \"rank\": 1767, \"rankvar\": 622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1323, \"group\": [3397.0, 720.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTAGAGC\", \"ini\": 2405, \"clust\": 2040, \"rank\": 1483, \"rankvar\": 4351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4806, \"group\": [2037.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGCCGATTT\", \"ini\": 2404, \"clust\": 3292, \"rank\": 1764, \"rankvar\": 2253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1324, \"group\": [3290.0, 704.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCATTCACT\", \"ini\": 2403, \"clust\": 2080, \"rank\": 1545, \"rankvar\": 2638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1186, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4807, \"group\": [2080.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTCACGGC\", \"ini\": 2402, \"clust\": 4156, \"rank\": 1833, \"rankvar\": 3697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1325, \"group\": [4154.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCATGCAAC\", \"ini\": 2401, \"clust\": 3478, \"rank\": 1899, \"rankvar\": 912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1326, \"group\": [3477.0, 735.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCGCGTTT\", \"ini\": 2400, \"clust\": 4164, \"rank\": 1495, \"rankvar\": 2787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1327, \"group\": [4162.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCACTAT\", \"ini\": 2399, \"clust\": 2243, \"rank\": 2506, \"rankvar\": 379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1190, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4808, \"group\": [2244.0, 352.0, 55.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGTCAGCC\", \"ini\": 2398, \"clust\": 3668, \"rank\": 1896, \"rankvar\": 4074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1328, \"group\": [3667.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATAACCG\", \"ini\": 2397, \"clust\": 1503, \"rank\": 1608, \"rankvar\": 1685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1192, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3025, \"group\": [1503.0, 187.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCGTAGTA\", \"ini\": 2396, \"clust\": 4193, \"rank\": 1514, \"rankvar\": 2856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1329, \"group\": [4193.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTTGCTCCT\", \"ini\": 2395, \"clust\": 3615, \"rank\": 1947, \"rankvar\": 2855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1194, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1330, \"group\": [3612.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCGTCTGCT\", \"ini\": 2394, \"clust\": 3535, \"rank\": 1757, \"rankvar\": 4181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1331, \"group\": [3534.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTCATACTG\", \"ini\": 2393, \"clust\": 2102, \"rank\": 2175, \"rankvar\": 2971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4809, \"group\": [2104.0, 303.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCCCACTTG\", \"ini\": 2392, \"clust\": 3953, \"rank\": 1736, \"rankvar\": 2088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1332, \"group\": [3950.0, 745.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAAGGCTCC\", \"ini\": 2391, \"clust\": 4137, \"rank\": 1703, \"rankvar\": 3939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1333, \"group\": [4135.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGAACAT\", \"ini\": 2390, \"clust\": 3609, \"rank\": 1911, \"rankvar\": 754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1199, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1334, \"group\": [3608.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCTCTAGC\", \"ini\": 2389, \"clust\": 2005, \"rank\": 1560, \"rankvar\": 4427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4810, \"group\": [2005.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTAGGAGTTGC\", \"ini\": 2388, \"clust\": 1878, \"rank\": 1910, \"rankvar\": 2269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1201, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4811, \"group\": [1878.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTGAAATCA\", \"ini\": 2387, \"clust\": 3800, \"rank\": 1544, \"rankvar\": 752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1335, \"group\": [3800.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGCCACGTC\", \"ini\": 2386, \"clust\": 3567, \"rank\": 1993, \"rankvar\": 2681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1336, \"group\": [3568.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTAATTGGA\", \"ini\": 2385, \"clust\": 3781, \"rank\": 1698, \"rankvar\": 2682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1204, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1337, \"group\": [3782.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTAGATTAG\", \"ini\": 2384, \"clust\": 4225, \"rank\": 1759, \"rankvar\": 1659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1205, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1338, \"group\": [4225.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGCGATG\", \"ini\": 2383, \"clust\": 3524, \"rank\": 2290, \"rankvar\": 3230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1339, \"group\": [3522.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCCGCGCAA\", \"ini\": 2382, \"clust\": 1953, \"rank\": 1730, \"rankvar\": 4087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1207, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4812, \"group\": [1962.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGCTGTTA\", \"ini\": 2381, \"clust\": 3552, \"rank\": 1718, \"rankvar\": 1881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1340, \"group\": [3550.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCAGAGGA\", \"ini\": 2380, \"clust\": 3033, \"rank\": 1761, \"rankvar\": 2928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1341, \"group\": [3034.0, 655.0, 120.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGAGTCG\", \"ini\": 2379, \"clust\": 4506, \"rank\": 1485, \"rankvar\": 2125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2733, \"group\": [4502.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAATGGAAT\", \"ini\": 2378, \"clust\": 3543, \"rank\": 1958, \"rankvar\": 4054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1342, \"group\": [3540.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGGAACGT\", \"ini\": 2377, \"clust\": 3780, \"rank\": 1789, \"rankvar\": 2915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1343, \"group\": [3778.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAAGCGAGAAA\", \"ini\": 2376, \"clust\": 3724, \"rank\": 1429, \"rankvar\": 3908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1344, \"group\": [3722.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATCTGGTA\", \"ini\": 2375, \"clust\": 1956, \"rank\": 1555, \"rankvar\": 4288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4813, \"group\": [1961.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTCTCCACT\", \"ini\": 2374, \"clust\": 4058, \"rank\": 1785, \"rankvar\": 1687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1345, \"group\": [4054.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGCAAATCA\", \"ini\": 2373, \"clust\": 3385, \"rank\": 2073, \"rankvar\": 451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1216, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1346, \"group\": [3385.0, 718.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAGGAACGT\", \"ini\": 2372, \"clust\": 4641, \"rank\": 1824, \"rankvar\": 3352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1217, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2734, \"group\": [4645.0, 910.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAGTAGTA\", \"ini\": 2371, \"clust\": 3580, \"rank\": 1986, \"rankvar\": 1098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1347, \"group\": [3579.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGTTCTTT\", \"ini\": 2370, \"clust\": 1566, \"rank\": 1042, \"rankvar\": 4561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1219, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3961, \"group\": [1565.0, 208.0, 34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGGTCA\", \"ini\": 2369, \"clust\": 3855, \"rank\": 1968, \"rankvar\": 604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1348, \"group\": [3856.0, 743.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGGTGACAAAT\", \"ini\": 2368, \"clust\": 2582, \"rank\": 2842, \"rankvar\": 4950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1221, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 75, \"group\": [2582.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATATCCG\", \"ini\": 2367, \"clust\": 3927, \"rank\": 2036, \"rankvar\": 2106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1349, \"group\": [3923.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGTCTGAA\", \"ini\": 2366, \"clust\": 4127, \"rank\": 1877, \"rankvar\": 3062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1350, \"group\": [4125.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGTCTTCC\", \"ini\": 2365, \"clust\": 4227, \"rank\": 1945, \"rankvar\": 2129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1224, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1351, \"group\": [4224.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGATGAGAG\", \"ini\": 2364, \"clust\": 1736, \"rank\": 1963, \"rankvar\": 2156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4814, \"group\": [1736.0, 272.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACACTGCCAG\", \"ini\": 2363, \"clust\": 1906, \"rank\": 2027, \"rankvar\": 4248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1226, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4815, \"group\": [1906.0, 294.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGCTTATCG\", \"ini\": 2362, \"clust\": 1990, \"rank\": 1870, \"rankvar\": 4224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1227, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4816, \"group\": [1988.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGACTGGGT\", \"ini\": 2361, \"clust\": 3414, \"rank\": 2082, \"rankvar\": 695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1352, \"group\": [3414.0, 724.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGTGACCC\", \"ini\": 2360, \"clust\": 4224, \"rank\": 1398, \"rankvar\": 1488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1229, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1353, \"group\": [4221.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGAGACGAA\", \"ini\": 2359, \"clust\": 4166, \"rank\": 1889, \"rankvar\": 3469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1354, \"group\": [4164.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCTCCGTCATC\", \"ini\": 2358, \"clust\": 1954, \"rank\": 1825, \"rankvar\": 2651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1231, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4817, \"group\": [1953.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTCGGATCC\", \"ini\": 2357, \"clust\": 3392, \"rank\": 2171, \"rankvar\": 700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1355, \"group\": [3394.0, 720.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCCCAAGAT\", \"ini\": 2356, \"clust\": 3775, \"rank\": 1639, \"rankvar\": 2486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1233, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1356, \"group\": [3775.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAGTACCCAAT\", \"ini\": 2355, \"clust\": 4023, \"rank\": 2143, \"rankvar\": 2949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1357, \"group\": [4024.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGAGGGAG\", \"ini\": 2354, \"clust\": 2464, \"rank\": 2437, \"rankvar\": 543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4818, \"group\": [2467.0, 444.0, 76.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGCACGCCT\", \"ini\": 2353, \"clust\": 3663, \"rank\": 1783, \"rankvar\": 3000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1358, \"group\": [3662.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATCACGG\", \"ini\": 2352, \"clust\": 4004, \"rank\": 2187, \"rankvar\": 2137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1359, \"group\": [4003.0, 748.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGAATTAC\", \"ini\": 2351, \"clust\": 1761, \"rank\": 1105, \"rankvar\": 3223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4819, \"group\": [1759.0, 280.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGCAA\", \"ini\": 2350, \"clust\": 4240, \"rank\": 2271, \"rankvar\": 1812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1360, \"group\": [4239.0, 756.0, 124.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACAGGTCCAC\", \"ini\": 2349, \"clust\": 2042, \"rank\": 1369, \"rankvar\": 3580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1240, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4820, \"group\": [2048.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCACCTCGTT\", \"ini\": 2348, \"clust\": 2576, \"rank\": 2553, \"rankvar\": 4612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1241, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 76, \"group\": [2575.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTTCCACTC\", \"ini\": 2347, \"clust\": 4470, \"rank\": 2181, \"rankvar\": 3966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1242, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2735, \"group\": [4469.0, 864.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCCAAATGC\", \"ini\": 2346, \"clust\": 4116, \"rank\": 1642, \"rankvar\": 1465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1243, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1361, \"group\": [4113.0, 750.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCACAACGT\", \"ini\": 2345, \"clust\": 3665, \"rank\": 2284, \"rankvar\": 3187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1362, \"group\": [3664.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCATTAT\", \"ini\": 2344, \"clust\": 3590, \"rank\": 1782, \"rankvar\": 3718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1363, \"group\": [3587.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTGGCGAAT\", \"ini\": 2343, \"clust\": 3073, \"rank\": 1941, \"rankvar\": 2334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1364, \"group\": [3074.0, 671.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAACACCTA\", \"ini\": 2342, \"clust\": 2770, \"rank\": 2644, \"rankvar\": 251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1247, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1365, \"group\": [2772.0, 544.0, 104.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAACACAGGTTT\", \"ini\": 2341, \"clust\": 1558, \"rank\": 1331, \"rankvar\": 4187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3962, \"group\": [1562.0, 207.0, 34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCCAACAACCT\", \"ini\": 2340, \"clust\": 3936, \"rank\": 1683, \"rankvar\": 2069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1366, \"group\": [3933.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCAAGCCTA\", \"ini\": 2339, \"clust\": 4006, \"rank\": 2075, \"rankvar\": 3095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1250, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1367, \"group\": [4007.0, 748.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGGGATGGG\", \"ini\": 2338, \"clust\": 4065, \"rank\": 1839, \"rankvar\": 2128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1368, \"group\": [4064.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCTTGCCGT\", \"ini\": 2337, \"clust\": 3971, \"rank\": 1857, \"rankvar\": 984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1252, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1369, \"group\": [3968.0, 746.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAAATTGCC\", \"ini\": 2336, \"clust\": 2772, \"rank\": 2234, \"rankvar\": 211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1370, \"group\": [2771.0, 543.0, 104.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCCTCAGT\", \"ini\": 2335, \"clust\": 4087, \"rank\": 1828, \"rankvar\": 3221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1371, \"group\": [4084.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCGACTGC\", \"ini\": 2334, \"clust\": 3457, \"rank\": 2286, \"rankvar\": 3525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1372, \"group\": [3456.0, 733.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCATCTACGA\", \"ini\": 2333, \"clust\": 2598, \"rank\": 2864, \"rankvar\": 4880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1256, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 77, \"group\": [2592.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGAGGT\", \"ini\": 2332, \"clust\": 4074, \"rank\": 2031, \"rankvar\": 1219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1373, \"group\": [4070.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGAGGGATA\", \"ini\": 2331, \"clust\": 2003, \"rank\": 1101, \"rankvar\": 4461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1258, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4821, \"group\": [2002.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTCGAATC\", \"ini\": 2330, \"clust\": 1738, \"rank\": 1256, \"rankvar\": 4439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4822, \"group\": [1737.0, 273.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCAGTGGA\", \"ini\": 2329, \"clust\": 4238, \"rank\": 2655, \"rankvar\": 1563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1374, \"group\": [4242.0, 757.0, 124.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTTCCCTTG\", \"ini\": 2328, \"clust\": 3456, \"rank\": 2361, \"rankvar\": 1927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1261, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1375, \"group\": [3454.0, 733.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCCTTCAAT\", \"ini\": 2327, \"clust\": 2802, \"rank\": 2401, \"rankvar\": 520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1376, \"group\": [2802.0, 561.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCGAATGGG\", \"ini\": 2326, \"clust\": 4652, \"rank\": 1920, \"rankvar\": 4014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1263, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2736, \"group\": [4654.0, 913.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACATGGTCTA\", \"ini\": 2325, \"clust\": 3416, \"rank\": 1985, \"rankvar\": 1527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1377, \"group\": [3416.0, 725.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTGCCTTGG\", \"ini\": 2324, \"clust\": 3501, \"rank\": 2136, \"rankvar\": 1909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1378, \"group\": [3502.0, 738.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCGTCTGCT\", \"ini\": 2323, \"clust\": 4210, \"rank\": 1723, \"rankvar\": 2660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1379, \"group\": [4208.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGGCCATAG\", \"ini\": 2322, \"clust\": 3847, \"rank\": 2218, \"rankvar\": 936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1380, \"group\": [3846.0, 743.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCTAAAGA\", \"ini\": 2321, \"clust\": 1751, \"rank\": 2066, \"rankvar\": 4127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4823, \"group\": [1750.0, 277.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGCATGAG\", \"ini\": 2320, \"clust\": 2106, \"rank\": 2404, \"rankvar\": 1960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4824, \"group\": [2103.0, 303.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGCACACAG\", \"ini\": 2319, \"clust\": 3626, \"rank\": 2100, \"rankvar\": 1772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1270, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1381, \"group\": [3627.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGTGATTA\", \"ini\": 2318, \"clust\": 4198, \"rank\": 1855, \"rankvar\": 2728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1382, \"group\": [4196.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCAAACAAG\", \"ini\": 2317, \"clust\": 4529, \"rank\": 1904, \"rankvar\": 2451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1272, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2737, \"group\": [4530.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGCTAGTCT\", \"ini\": 2316, \"clust\": 3428, \"rank\": 1831, \"rankvar\": 1018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1273, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1383, \"group\": [3427.0, 728.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCGCGAAA\", \"ini\": 2315, \"clust\": 4887, \"rank\": 2393, \"rankvar\": 854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1274, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1384, \"group\": [4891.0, 954.0, 164.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCACTCCTG\", \"ini\": 2314, \"clust\": 3661, \"rank\": 1989, \"rankvar\": 3310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1385, \"group\": [3659.0, 740.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGGTATCG\", \"ini\": 2313, \"clust\": 2766, \"rank\": 2510, \"rankvar\": 940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1276, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1386, \"group\": [2767.0, 541.0, 104.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGCTGCCCA\", \"ini\": 2312, \"clust\": 3072, \"rank\": 1812, \"rankvar\": 425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1387, \"group\": [3072.0, 670.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCACTCGACG\", \"ini\": 2311, \"clust\": 4191, \"rank\": 1747, \"rankvar\": 2404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1388, \"group\": [4189.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTTACGGG\", \"ini\": 2310, \"clust\": 3594, \"rank\": 2353, \"rankvar\": 1221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1389, \"group\": [3590.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCATCGTCGG\", \"ini\": 2309, \"clust\": 4101, \"rank\": 2116, \"rankvar\": 2319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1390, \"group\": [4098.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGTGGAGTC\", \"ini\": 2308, \"clust\": 2674, \"rank\": 3088, \"rankvar\": 4565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1281, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 78, \"group\": [2675.0, 481.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAAGCGAGT\", \"ini\": 2307, \"clust\": 3617, \"rank\": 2079, \"rankvar\": 1915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1391, \"group\": [3616.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGGCAGTA\", \"ini\": 2306, \"clust\": 2589, \"rank\": 2847, \"rankvar\": 5012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1283, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 79, \"group\": [2583.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCAAAGACA\", \"ini\": 2305, \"clust\": 1964, \"rank\": 2167, \"rankvar\": 3928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1284, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4825, \"group\": [1963.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTGTTTGC\", \"ini\": 2304, \"clust\": 3573, \"rank\": 2297, \"rankvar\": 1335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1392, \"group\": [3571.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGGACG\", \"ini\": 2303, \"clust\": 3687, \"rank\": 1218, \"rankvar\": 4086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1393, \"group\": [3692.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCGGAGCAA\", \"ini\": 2302, \"clust\": 3928, \"rank\": 2105, \"rankvar\": 1655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1394, \"group\": [3924.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGGATCT\", \"ini\": 2301, \"clust\": 3624, \"rank\": 2125, \"rankvar\": 3507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1395, \"group\": [3621.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGAGGCTA\", \"ini\": 2300, \"clust\": 4480, \"rank\": 1446, \"rankvar\": 4182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2738, \"group\": [4487.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCATGCTGGC\", \"ini\": 2299, \"clust\": 3480, \"rank\": 2097, \"rankvar\": 1532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1290, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1396, \"group\": [3479.0, 735.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTAACCGA\", \"ini\": 2298, \"clust\": 3607, \"rank\": 2149, \"rankvar\": 3636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1397, \"group\": [3606.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCAGCATGAG\", \"ini\": 2297, \"clust\": 3653, \"rank\": 2117, \"rankvar\": 1828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1398, \"group\": [3655.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTCCGT\", \"ini\": 2296, \"clust\": 3454, \"rank\": 2307, \"rankvar\": 2408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1293, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1399, \"group\": [3455.0, 733.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACAAGCCCAC\", \"ini\": 2295, \"clust\": 3230, \"rank\": 1951, \"rankvar\": 945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1400, \"group\": [3230.0, 678.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAAAGG\", \"ini\": 2294, \"clust\": 4505, \"rank\": 1707, \"rankvar\": 2222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1295, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2739, \"group\": [4504.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCAAGAAGT\", \"ini\": 2293, \"clust\": 4478, \"rank\": 1479, \"rankvar\": 3678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2740, \"group\": [4478.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTAAGGCTAGCA\", \"ini\": 2292, \"clust\": 2276, \"rank\": 1397, \"rankvar\": 2513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3121, \"group\": [2277.0, 373.0, 59.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCAACACCA\", \"ini\": 2291, \"clust\": 2583, \"rank\": 2826, \"rankvar\": 5001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1298, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 80, \"group\": [2578.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCACTGGGC\", \"ini\": 2290, \"clust\": 3867, \"rank\": 1871, \"rankvar\": 1526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1299, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1401, \"group\": [3867.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGAGCTATA\", \"ini\": 2289, \"clust\": 2004, \"rank\": 1580, \"rankvar\": 3859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4826, \"group\": [2003.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCAACGGGA\", \"ini\": 2288, \"clust\": 2574, \"rank\": 3005, \"rankvar\": 5055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1301, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 81, \"group\": [2570.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCATGCATGT\", \"ini\": 2287, \"clust\": 3811, \"rank\": 1922, \"rankvar\": 3157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1402, \"group\": [3810.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCTATGTGG\", \"ini\": 2286, \"clust\": 3755, \"rank\": 1562, \"rankvar\": 2918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1403, \"group\": [3753.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGCACCGCT\", \"ini\": 2285, \"clust\": 3681, \"rank\": 1955, \"rankvar\": 2734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1304, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1404, \"group\": [3678.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAATTCCTT\", \"ini\": 2284, \"clust\": 3669, \"rank\": 1731, \"rankvar\": 1959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1405, \"group\": [3668.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGTCGCCGT\", \"ini\": 2283, \"clust\": 473, \"rank\": 855, \"rankvar\": 821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3122, \"group\": [475.0, 85.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCAGATAA\", \"ini\": 2282, \"clust\": 1783, \"rank\": 2222, \"rankvar\": 935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1307, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4827, \"group\": [1782.0, 282.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTGGAAAGA\", \"ini\": 2281, \"clust\": 4107, \"rank\": 1939, \"rankvar\": 1627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1406, \"group\": [4105.0, 750.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCCATTAT\", \"ini\": 2280, \"clust\": 3557, \"rank\": 2065, \"rankvar\": 3854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1407, \"group\": [3554.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCCTTTC\", \"ini\": 2279, \"clust\": 3651, \"rank\": 1815, \"rankvar\": 860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1310, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1408, \"group\": [3650.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGCTCCCAG\", \"ini\": 2278, \"clust\": 4162, \"rank\": 1823, \"rankvar\": 2516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1409, \"group\": [4163.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGACAATAC\", \"ini\": 2277, \"clust\": 3491, \"rank\": 2148, \"rankvar\": 3089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1410, \"group\": [3489.0, 736.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAACAAGTTGTC\", \"ini\": 2276, \"clust\": 3951, \"rank\": 2129, \"rankvar\": 1358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1411, \"group\": [3951.0, 745.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCGCGTTTC\", \"ini\": 2275, \"clust\": 1849, \"rank\": 1784, \"rankvar\": 3377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4828, \"group\": [1848.0, 288.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAGCTTAAC\", \"ini\": 2274, \"clust\": 3879, \"rank\": 1921, \"rankvar\": 1661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1412, \"group\": [3878.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTGTGTGCC\", \"ini\": 2273, \"clust\": 4513, \"rank\": 1629, \"rankvar\": 4185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1316, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2741, \"group\": [4513.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAATTGGA\", \"ini\": 2272, \"clust\": 3716, \"rank\": 1992, \"rankvar\": 2699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1317, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1413, \"group\": [3713.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCGTGAC\", \"ini\": 2271, \"clust\": 1720, \"rank\": 1960, \"rankvar\": 1054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1318, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4829, \"group\": [1719.0, 269.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCCTGACT\", \"ini\": 2270, \"clust\": 3981, \"rank\": 2058, \"rankvar\": 1244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1414, \"group\": [3981.0, 747.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAAGCGCTC\", \"ini\": 2269, \"clust\": 3485, \"rank\": 2431, \"rankvar\": 1019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1415, \"group\": [3482.0, 736.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTTATCACG\", \"ini\": 2268, \"clust\": 4048, \"rank\": 1930, \"rankvar\": 819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1416, \"group\": [4047.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCCACGTTC\", \"ini\": 2267, \"clust\": 4549, \"rank\": 1891, \"rankvar\": 1615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2742, \"group\": [4551.0, 871.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGCCAT\", \"ini\": 2266, \"clust\": 4123, \"rank\": 1623, \"rankvar\": 3357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1417, \"group\": [4124.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCACCATGTA\", \"ini\": 2265, \"clust\": 2115, \"rank\": 2217, \"rankvar\": 3016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1324, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4830, \"group\": [2113.0, 305.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGCCATCGC\", \"ini\": 2264, \"clust\": 1585, \"rank\": 1734, \"rankvar\": 548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3123, \"group\": [1585.0, 214.0, 35.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTTCTGAAC\", \"ini\": 2263, \"clust\": 3549, \"rank\": 1981, \"rankvar\": 1307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1418, \"group\": [3547.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCCGAG\", \"ini\": 2262, \"clust\": 1614, \"rank\": 746, \"rankvar\": 1275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3124, \"group\": [1614.0, 229.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCTCAACTT\", \"ini\": 2261, \"clust\": 3717, \"rank\": 1915, \"rankvar\": 2709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1419, \"group\": [3714.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTACGTAA\", \"ini\": 2260, \"clust\": 3923, \"rank\": 1949, \"rankvar\": 3292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1329, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1420, \"group\": [3920.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGGAATCGC\", \"ini\": 2259, \"clust\": 1852, \"rank\": 1549, \"rankvar\": 3671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1330, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4831, \"group\": [1851.0, 289.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCCGAATGT\", \"ini\": 2258, \"clust\": 2558, \"rank\": 2351, \"rankvar\": 4244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1331, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 82, \"group\": [2557.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGGCAATTA\", \"ini\": 2257, \"clust\": 2599, \"rank\": 2769, \"rankvar\": 4961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1332, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 83, \"group\": [2593.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCTCTTATG\", \"ini\": 2256, \"clust\": 1963, \"rank\": 2258, \"rankvar\": 3836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4832, \"group\": [1965.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGTTGACA\", \"ini\": 2255, \"clust\": 3495, \"rank\": 2293, \"rankvar\": 3640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1421, \"group\": [3491.0, 736.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCGCTTAGA\", \"ini\": 2254, \"clust\": 3584, \"rank\": 2200, \"rankvar\": 3883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1335, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1422, \"group\": [3584.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTAGTAGTA\", \"ini\": 2253, \"clust\": 2006, \"rank\": 2055, \"rankvar\": 4020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1336, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4833, \"group\": [2006.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTAATCACC\", \"ini\": 2252, \"clust\": 1902, \"rank\": 2186, \"rankvar\": 4580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1337, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4834, \"group\": [1903.0, 292.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGCTGTTCA\", \"ini\": 2251, \"clust\": 3251, \"rank\": 2330, \"rankvar\": 1007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1423, \"group\": [4236.0, 753.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCATCGATG\", \"ini\": 2250, \"clust\": 3646, \"rank\": 1777, \"rankvar\": 2923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1424, \"group\": [3647.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCCAGAA\", \"ini\": 2249, \"clust\": 4049, \"rank\": 1780, \"rankvar\": 3018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1425, \"group\": [4048.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATCAGTAC\", \"ini\": 2248, \"clust\": 4145, \"rank\": 1675, \"rankvar\": 3543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1426, \"group\": [4142.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGGAGCGTT\", \"ini\": 2247, \"clust\": 2584, \"rank\": 2959, \"rankvar\": 4986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1342, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 84, \"group\": [2579.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGAACTGT\", \"ini\": 2246, \"clust\": 3036, \"rank\": 2618, \"rankvar\": 1168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1427, \"group\": [3036.0, 657.0, 121.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGTGGGAA\", \"ini\": 2245, \"clust\": 3541, \"rank\": 2104, \"rankvar\": 3240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1344, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1428, \"group\": [3543.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCAACGGT\", \"ini\": 2244, \"clust\": 4044, \"rank\": 2087, \"rankvar\": 3901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1345, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1429, \"group\": [4042.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCAACCATG\", \"ini\": 2243, \"clust\": 4207, \"rank\": 1886, \"rankvar\": 2900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1430, \"group\": [4206.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGGCTTCC\", \"ini\": 2242, \"clust\": 3639, \"rank\": 2032, \"rankvar\": 2669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1431, \"group\": [3638.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTATCGGT\", \"ini\": 2241, \"clust\": 1920, \"rank\": 2053, \"rankvar\": 3413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1348, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4835, \"group\": [1919.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATCCGAT\", \"ini\": 2240, \"clust\": 3830, \"rank\": 1853, \"rankvar\": 2278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1432, \"group\": [3828.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACAACTGCGC\", \"ini\": 2239, \"clust\": 1567, \"rank\": 1441, \"rankvar\": 4105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1350, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3963, \"group\": [1566.0, 208.0, 34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGGGAGAG\", \"ini\": 2238, \"clust\": 4199, \"rank\": 1643, \"rankvar\": 3330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1433, \"group\": [4200.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTACAA\", \"ini\": 2237, \"clust\": 3223, \"rank\": 1852, \"rankvar\": 276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1352, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1434, \"group\": [3227.0, 677.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTCAGAAGC\", \"ini\": 2236, \"clust\": 2028, \"rank\": 1271, \"rankvar\": 3750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4836, \"group\": [2027.0, 299.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTCCCTACT\", \"ini\": 2235, \"clust\": 4511, \"rank\": 2025, \"rankvar\": 4637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1354, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2743, \"group\": [4510.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCCGTTAA\", \"ini\": 2234, \"clust\": 3490, \"rank\": 2123, \"rankvar\": 2315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1435, \"group\": [3486.0, 736.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGTTCGCGC\", \"ini\": 2233, \"clust\": 3746, \"rank\": 1913, \"rankvar\": 2255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1436, \"group\": [3745.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGAGTGACC\", \"ini\": 2232, \"clust\": 3052, \"rank\": 1849, \"rankvar\": 1521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1437, \"group\": [3053.0, 668.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACAGATGAGC\", \"ini\": 2231, \"clust\": 2659, \"rank\": 2888, \"rankvar\": 4971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1358, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 85, \"group\": [2659.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGTGGGTTG\", \"ini\": 2230, \"clust\": 3989, \"rank\": 2047, \"rankvar\": 3846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1438, \"group\": [3990.0, 747.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTCGTTTG\", \"ini\": 2229, \"clust\": 4005, \"rank\": 2213, \"rankvar\": 2454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1439, \"group\": [4004.0, 748.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAATGGATA\", \"ini\": 2228, \"clust\": 4025, \"rank\": 2168, \"rankvar\": 2895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1440, \"group\": [4021.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGTACTCT\", \"ini\": 2227, \"clust\": 3266, \"rank\": 1856, \"rankvar\": 1411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1441, \"group\": [3265.0, 694.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGTCTGCGACG\", \"ini\": 2226, \"clust\": 3645, \"rank\": 1944, \"rankvar\": 1487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1363, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1442, \"group\": [3644.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTCGGACG\", \"ini\": 2225, \"clust\": 4114, \"rank\": 2106, \"rankvar\": 2419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1443, \"group\": [4114.0, 750.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCTTACCGC\", \"ini\": 2224, \"clust\": 3957, \"rank\": 2046, \"rankvar\": 2100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1444, \"group\": [3955.0, 746.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTACTTCTT\", \"ini\": 2223, \"clust\": 3650, \"rank\": 2138, \"rankvar\": 3160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1445, \"group\": [3649.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGTAAGTA\", \"ini\": 2222, \"clust\": 4523, \"rank\": 1879, \"rankvar\": 3208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2744, \"group\": [4521.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAAGGAG\", \"ini\": 2221, \"clust\": 1766, \"rank\": 1395, \"rankvar\": 4371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4837, \"group\": [1763.0, 280.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCTTTCCTC\", \"ini\": 2220, \"clust\": 3509, \"rank\": 2098, \"rankvar\": 1055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1446, \"group\": [3507.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCTACCTC\", \"ini\": 2219, \"clust\": 1908, \"rank\": 2304, \"rankvar\": 3042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4838, \"group\": [1908.0, 295.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGTTGAGG\", \"ini\": 2218, \"clust\": 3850, \"rank\": 2269, \"rankvar\": 852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1371, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1447, \"group\": [3848.0, 743.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCTTGTACT\", \"ini\": 2217, \"clust\": 3697, \"rank\": 2057, \"rankvar\": 1773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1448, \"group\": [3705.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTTTGCC\", \"ini\": 2216, \"clust\": 3633, \"rank\": 2235, \"rankvar\": 2789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1449, \"group\": [3634.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCAGTCTTCC\", \"ini\": 2215, \"clust\": 4534, \"rank\": 2103, \"rankvar\": 3716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2745, \"group\": [4532.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGACTCAT\", \"ini\": 2214, \"clust\": 3398, \"rank\": 2029, \"rankvar\": 1418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1450, \"group\": [3396.0, 720.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCGGACAAG\", \"ini\": 2213, \"clust\": 2071, \"rank\": 1422, \"rankvar\": 3914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4839, \"group\": [2067.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCAGGTAAA\", \"ini\": 2212, \"clust\": 5175, \"rank\": 2806, \"rankvar\": 2992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1377, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4326, \"group\": [5176.0, 1090.0, 189.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTGGGTCAA\", \"ini\": 2211, \"clust\": 4032, \"rank\": 2109, \"rankvar\": 959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1451, \"group\": [4028.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGACACTAA\", \"ini\": 2210, \"clust\": 3546, \"rank\": 2285, \"rankvar\": 3259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1452, \"group\": [3544.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCCGTCATC\", \"ini\": 2209, \"clust\": 4002, \"rank\": 2226, \"rankvar\": 1016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1380, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1453, \"group\": [4001.0, 748.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATCTGCA\", \"ini\": 2208, \"clust\": 4059, \"rank\": 2110, \"rankvar\": 2031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1454, \"group\": [4058.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCACGCATA\", \"ini\": 2207, \"clust\": 1773, \"rank\": 2028, \"rankvar\": 3392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4840, \"group\": [1772.0, 282.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACACTGCG\", \"ini\": 2206, \"clust\": 2655, \"rank\": 3076, \"rankvar\": 4930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1383, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 86, \"group\": [2653.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTACTCGCG\", \"ini\": 2205, \"clust\": 3620, \"rank\": 2108, \"rankvar\": 3590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1384, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1455, \"group\": [3620.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTAGTGTACCT\", \"ini\": 2204, \"clust\": 4031, \"rank\": 2240, \"rankvar\": 2635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1456, \"group\": [4030.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGTGATCGG\", \"ini\": 2203, \"clust\": 3023, \"rank\": 1112, \"rankvar\": 2874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1386, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2746, \"group\": [3023.0, 645.0, 116.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCATGTCCTC\", \"ini\": 2202, \"clust\": 4054, \"rank\": 1908, \"rankvar\": 630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1457, \"group\": [4060.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGCCTTGAT\", \"ini\": 2201, \"clust\": 3912, \"rank\": 1867, \"rankvar\": 2263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1458, \"group\": [3916.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAGACAAAT\", \"ini\": 2200, \"clust\": 1725, \"rank\": 1862, \"rankvar\": 3025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1389, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4841, \"group\": [1724.0, 270.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGGATATAC\", \"ini\": 2199, \"clust\": 3628, \"rank\": 2251, \"rankvar\": 1468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1390, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1459, \"group\": [3626.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAAGCCCAC\", \"ini\": 2198, \"clust\": 4040, \"rank\": 2238, \"rankvar\": 2889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1460, \"group\": [4037.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTTCCACGG\", \"ini\": 2197, \"clust\": 3600, \"rank\": 2273, \"rankvar\": 2679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1461, \"group\": [3601.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCATGTGGT\", \"ini\": 2196, \"clust\": 3610, \"rank\": 2152, \"rankvar\": 1824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1462, \"group\": [3609.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTAAATGAC\", \"ini\": 2195, \"clust\": 1618, \"rank\": 695, \"rankvar\": 1596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1394, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3125, \"group\": [1616.0, 229.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCAGTGTTG\", \"ini\": 2194, \"clust\": 4246, \"rank\": 2757, \"rankvar\": 843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1395, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1463, \"group\": [4246.0, 760.0, 126.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCATGGCA\", \"ini\": 2193, \"clust\": 3999, \"rank\": 1982, \"rankvar\": 3422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1464, \"group\": [3998.0, 748.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTTGCCGT\", \"ini\": 2192, \"clust\": 2085, \"rank\": 1414, \"rankvar\": 3626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1397, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4842, \"group\": [2084.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGCGAAA\", \"ini\": 2191, \"clust\": 2541, \"rank\": 2475, \"rankvar\": 4443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1398, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 87, \"group\": [2541.0, 471.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCAGTGTTGAA\", \"ini\": 2190, \"clust\": 3652, \"rank\": 2111, \"rankvar\": 649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1465, \"group\": [3651.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTCGATT\", \"ini\": 2189, \"clust\": 2661, \"rank\": 3107, \"rankvar\": 5155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1400, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 88, \"group\": [2658.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGCAAGACGTG\", \"ini\": 2188, \"clust\": 2549, \"rank\": 2810, \"rankvar\": 3374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1401, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 89, \"group\": [2549.0, 474.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTATAAACG\", \"ini\": 2187, \"clust\": 6, \"rank\": 1687, \"rankvar\": 4891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1402, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5212, \"group\": [7.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAAG\", \"ini\": 2186, \"clust\": 3024, \"rank\": 1106, \"rankvar\": 3325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1403, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2747, \"group\": [3024.0, 645.0, 116.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCGCAAACT\", \"ini\": 2185, \"clust\": 3933, \"rank\": 2140, \"rankvar\": 2931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1404, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1466, \"group\": [3935.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAGACACTT\", \"ini\": 2184, \"clust\": 3545, \"rank\": 2325, \"rankvar\": 1809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1467, \"group\": [3546.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGGCCA\", \"ini\": 2183, \"clust\": 4180, \"rank\": 1859, \"rankvar\": 2620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1468, \"group\": [4177.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCATAGCAC\", \"ini\": 2182, \"clust\": 2580, \"rank\": 2970, \"rankvar\": 5081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1407, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 90, \"group\": [2577.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATGGAATA\", \"ini\": 2181, \"clust\": 3870, \"rank\": 2072, \"rankvar\": 1378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1469, \"group\": [3869.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGGTAGCTAAA\", \"ini\": 2180, \"clust\": 4086, \"rank\": 2039, \"rankvar\": 2820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1470, \"group\": [4086.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGCAGTTCATG\", \"ini\": 2179, \"clust\": 3783, \"rank\": 2163, \"rankvar\": 2995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1471, \"group\": [3781.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCTCACCCTCA\", \"ini\": 2178, \"clust\": 4504, \"rank\": 2179, \"rankvar\": 2934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2748, \"group\": [4505.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGGGTGTTG\", \"ini\": 2177, \"clust\": 4517, \"rank\": 2139, \"rankvar\": 2942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2749, \"group\": [4515.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGAGGGCTT\", \"ini\": 2176, \"clust\": 4208, \"rank\": 2244, \"rankvar\": 1675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1472, \"group\": [4207.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGTAGAGC\", \"ini\": 2175, \"clust\": 4013, \"rank\": 2048, \"rankvar\": 2219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1414, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1473, \"group\": [4012.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCAGACTG\", \"ini\": 2174, \"clust\": 3004, \"rank\": 2306, \"rankvar\": 2512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1415, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1474, \"group\": [3005.0, 634.0, 111.0, 27.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTCATCGATTG\", \"ini\": 2173, \"clust\": 3866, \"rank\": 2279, \"rankvar\": 2159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1416, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1475, \"group\": [3868.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCACTGTTAG\", \"ini\": 2172, \"clust\": 3713, \"rank\": 1527, \"rankvar\": 2169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1417, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1476, \"group\": [3712.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGGAACGG\", \"ini\": 2171, \"clust\": 3679, \"rank\": 2049, \"rankvar\": 1689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1477, \"group\": [3679.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAAATTGCC\", \"ini\": 2170, \"clust\": 3966, \"rank\": 2064, \"rankvar\": 1730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1478, \"group\": [3964.0, 746.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAGTTGGC\", \"ini\": 2169, \"clust\": 3618, \"rank\": 2378, \"rankvar\": 1594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1420, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1479, \"group\": [3617.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAGCGATG\", \"ini\": 2168, \"clust\": 3571, \"rank\": 2275, \"rankvar\": 1369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1480, \"group\": [3569.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACAAACC\", \"ini\": 2167, \"clust\": 4215, \"rank\": 1971, \"rankvar\": 2947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1481, \"group\": [4214.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACTGAAGG\", \"ini\": 2166, \"clust\": 3537, \"rank\": 2291, \"rankvar\": 3233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1482, \"group\": [3536.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGACTAGAT\", \"ini\": 2165, \"clust\": 1639, \"rank\": 879, \"rankvar\": 3106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3126, \"group\": [1638.0, 233.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCAGTAGT\", \"ini\": 2164, \"clust\": 4420, \"rank\": 2578, \"rankvar\": 1352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1483, \"group\": [4421.0, 823.0, 136.0, 34.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTGCCCTA\", \"ini\": 2163, \"clust\": 2560, \"rank\": 2874, \"rankvar\": 4790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1426, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 91, \"group\": [2556.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGAGCCTAG\", \"ini\": 2162, \"clust\": 3693, \"rank\": 1748, \"rankvar\": 1519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1484, \"group\": [3689.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATCATCCC\", \"ini\": 2161, \"clust\": 3608, \"rank\": 2302, \"rankvar\": 1030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1485, \"group\": [3607.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGGTGTTAA\", \"ini\": 2160, \"clust\": 3383, \"rank\": 2344, \"rankvar\": 1351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1486, \"group\": [3383.0, 717.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATACGCT\", \"ini\": 2159, \"clust\": 4531, \"rank\": 2078, \"rankvar\": 2494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1430, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2750, \"group\": [4527.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTCAAACTC\", \"ini\": 2158, \"clust\": 3577, \"rank\": 2250, \"rankvar\": 404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1487, \"group\": [3576.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTCCACTC\", \"ini\": 2157, \"clust\": 3605, \"rank\": 2199, \"rankvar\": 1582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1488, \"group\": [3602.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTATAGTAG\", \"ini\": 2156, \"clust\": 4056, \"rank\": 2121, \"rankvar\": 1765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1489, \"group\": [4055.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCACGTGG\", \"ini\": 2155, \"clust\": 1756, \"rank\": 2074, \"rankvar\": 3902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4843, \"group\": [1755.0, 279.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACGGTGTC\", \"ini\": 2154, \"clust\": 3612, \"rank\": 2377, \"rankvar\": 1102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1490, \"group\": [3611.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTTCAGTAC\", \"ini\": 2153, \"clust\": 3425, \"rank\": 2170, \"rankvar\": 866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1491, \"group\": [3425.0, 728.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGAGGAA\", \"ini\": 2152, \"clust\": 3499, \"rank\": 2525, \"rankvar\": 1731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1492, \"group\": [3498.0, 737.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGTGTTAGA\", \"ini\": 2151, \"clust\": 1986, \"rank\": 1962, \"rankvar\": 4148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1438, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4844, \"group\": [1985.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCACACCACGTG\", \"ini\": 2150, \"clust\": 3630, \"rank\": 2070, \"rankvar\": 1306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1493, \"group\": [3630.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAGGTCCAC\", \"ini\": 2149, \"clust\": 3623, \"rank\": 2319, \"rankvar\": 2447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1494, \"group\": [3623.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCGGACAAG\", \"ini\": 2148, \"clust\": 3384, \"rank\": 2099, \"rankvar\": 1430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1441, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1495, \"group\": [3384.0, 717.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGAAACCGC\", \"ini\": 2147, \"clust\": 4169, \"rank\": 2263, \"rankvar\": 3518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1496, \"group\": [4166.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCACCCAGTG\", \"ini\": 2146, \"clust\": 3492, \"rank\": 2375, \"rankvar\": 4276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1443, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1497, \"group\": [3490.0, 736.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTGTTGAGG\", \"ini\": 2145, \"clust\": 3565, \"rank\": 2160, \"rankvar\": 1764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1444, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1498, \"group\": [3563.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGCCAGTTT\", \"ini\": 2144, \"clust\": 3593, \"rank\": 2034, \"rankvar\": 3056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1499, \"group\": [3592.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTCCAGTAT\", \"ini\": 2143, \"clust\": 3360, \"rank\": 2410, \"rankvar\": 2632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1500, \"group\": [3357.0, 713.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACTCAGAGCTT\", \"ini\": 2142, \"clust\": 1881, \"rank\": 1900, \"rankvar\": 2713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4845, \"group\": [1880.0, 291.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCAGAAATG\", \"ini\": 2141, \"clust\": 3469, \"rank\": 2642, \"rankvar\": 2145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1501, \"group\": [3468.0, 734.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCGGATCA\", \"ini\": 2140, \"clust\": 1602, \"rank\": 1311, \"rankvar\": 820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3127, \"group\": [1607.0, 228.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACCAGGGAGAG\", \"ini\": 2139, \"clust\": 2751, \"rank\": 2077, \"rankvar\": 740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1502, \"group\": [2752.0, 531.0, 101.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACAAGCTGGA\", \"ini\": 2138, \"clust\": 2585, \"rank\": 2981, \"rankvar\": 4885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1451, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 92, \"group\": [2580.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCAGGTTTCA\", \"ini\": 2137, \"clust\": 3962, \"rank\": 1975, \"rankvar\": 2904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1452, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1503, \"group\": [3963.0, 746.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACCAGGCT\", \"ini\": 2136, \"clust\": 3931, \"rank\": 2299, \"rankvar\": 1150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1504, \"group\": [3930.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGGATACC\", \"ini\": 2135, \"clust\": 3849, \"rank\": 2639, \"rankvar\": 1013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1454, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1505, \"group\": [3850.0, 743.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTAACG\", \"ini\": 2134, \"clust\": 1962, \"rank\": 2008, \"rankvar\": 3307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1455, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4846, \"group\": [1960.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCATTGCGA\", \"ini\": 2133, \"clust\": 4138, \"rank\": 2197, \"rankvar\": 3115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1506, \"group\": [4136.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGGATTG\", \"ini\": 2132, \"clust\": 4525, \"rank\": 2265, \"rankvar\": 3783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1457, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2751, \"group\": [4526.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAGCGATT\", \"ini\": 2131, \"clust\": 3420, \"rank\": 2253, \"rankvar\": 2251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1507, \"group\": [3422.0, 727.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTACATGA\", \"ini\": 2130, \"clust\": 3045, \"rank\": 2298, \"rankvar\": 397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1508, \"group\": [3048.0, 666.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCATGCAAC\", \"ini\": 2129, \"clust\": 3597, \"rank\": 2312, \"rankvar\": 1825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1509, \"group\": [3596.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGGATAG\", \"ini\": 2128, \"clust\": 3851, \"rank\": 2349, \"rankvar\": 535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1510, \"group\": [3849.0, 743.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGCTGCC\", \"ini\": 2127, \"clust\": 4213, \"rank\": 1903, \"rankvar\": 3120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1511, \"group\": [4212.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTGCGATAG\", \"ini\": 2126, \"clust\": 3572, \"rank\": 2276, \"rankvar\": 1802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1512, \"group\": [3570.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTACCTACA\", \"ini\": 2125, \"clust\": 3423, \"rank\": 2374, \"rankvar\": 668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1513, \"group\": [3423.0, 727.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAACAACCT\", \"ini\": 2124, \"clust\": 4055, \"rank\": 2178, \"rankvar\": 1644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1514, \"group\": [4059.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAGAGTCG\", \"ini\": 2123, \"clust\": 1564, \"rank\": 1584, \"rankvar\": 4196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1466, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3964, \"group\": [1573.0, 208.0, 34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAAACTGCT\", \"ini\": 2122, \"clust\": 4070, \"rank\": 2147, \"rankvar\": 1544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1467, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1515, \"group\": [4073.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGGGATGGG\", \"ini\": 2121, \"clust\": 3616, \"rank\": 2296, \"rankvar\": 626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1516, \"group\": [3613.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGGTGTGTGCC\", \"ini\": 2120, \"clust\": 4060, \"rank\": 2132, \"rankvar\": 2653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1517, \"group\": [4056.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACGACGAA\", \"ini\": 2119, \"clust\": 3835, \"rank\": 2202, \"rankvar\": 1558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1470, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1518, \"group\": [3834.0, 742.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCCTATGTT\", \"ini\": 2118, \"clust\": 1739, \"rank\": 1592, \"rankvar\": 3808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4847, \"group\": [1738.0, 273.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCATCATC\", \"ini\": 2117, \"clust\": 4075, \"rank\": 2391, \"rankvar\": 1119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1472, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1519, \"group\": [4081.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCACGACTCG\", \"ini\": 2116, \"clust\": 3260, \"rank\": 2122, \"rankvar\": 2284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1473, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1520, \"group\": [3259.0, 692.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCAACACGT\", \"ini\": 2115, \"clust\": 4017, \"rank\": 2130, \"rankvar\": 2870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1474, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1521, \"group\": [4020.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCAGACTCGC\", \"ini\": 2114, \"clust\": 2665, \"rank\": 3212, \"rankvar\": 5128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1475, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 93, \"group\": [2662.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGATCTGAA\", \"ini\": 2113, \"clust\": 1965, \"rank\": 2323, \"rankvar\": 4100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1476, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4848, \"group\": [1964.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCAGCTCGG\", \"ini\": 2112, \"clust\": 4047, \"rank\": 2092, \"rankvar\": 2524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1522, \"group\": [4044.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGGCTATCT\", \"ini\": 2111, \"clust\": 2803, \"rank\": 2598, \"rankvar\": 1044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1478, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1523, \"group\": [2808.0, 563.0, 105.0, 26.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTGCTTGC\", \"ini\": 2110, \"clust\": 1740, \"rank\": 1622, \"rankvar\": 4422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4849, \"group\": [1739.0, 273.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCATCGATTG\", \"ini\": 2109, \"clust\": 3598, \"rank\": 2468, \"rankvar\": 3067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1480, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1524, \"group\": [3597.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCAGAGGT\", \"ini\": 2108, \"clust\": 4512, \"rank\": 2041, \"rankvar\": 2957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2752, \"group\": [4514.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTAGATTAG\", \"ini\": 2107, \"clust\": 3575, \"rank\": 2281, \"rankvar\": 2417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1525, \"group\": [3574.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATTAGCCA\", \"ini\": 2106, \"clust\": 2015, \"rank\": 1943, \"rankvar\": 3279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1483, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4850, \"group\": [2015.0, 298.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCACGAAACG\", \"ini\": 2105, \"clust\": 3595, \"rank\": 2308, \"rankvar\": 3631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1526, \"group\": [3591.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTCATACTG\", \"ini\": 2104, \"clust\": 1634, \"rank\": 1017, \"rankvar\": 2110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3128, \"group\": [1632.0, 232.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCTCTGAGA\", \"ini\": 2103, \"clust\": 1955, \"rank\": 2379, \"rankvar\": 2361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1486, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4851, \"group\": [1954.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATTGGTAC\", \"ini\": 2102, \"clust\": 1646, \"rank\": 2619, \"rankvar\": 1920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1487, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4852, \"group\": [1645.0, 237.0, 41.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCGTTACGACT\", \"ini\": 2101, \"clust\": 4106, \"rank\": 2161, \"rankvar\": 1832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1488, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1527, \"group\": [4107.0, 750.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCATTAGC\", \"ini\": 2100, \"clust\": 3656, \"rank\": 2220, \"rankvar\": 1380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1489, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1528, \"group\": [3653.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGCGTAG\", \"ini\": 2099, \"clust\": 2094, \"rank\": 2498, \"rankvar\": 1867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1490, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4853, \"group\": [2092.0, 301.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCCTTTACA\", \"ini\": 2098, \"clust\": 1896, \"rank\": 2005, \"rankvar\": 4356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1491, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4854, \"group\": [1894.0, 292.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACTCGCG\", \"ini\": 2097, \"clust\": 1890, \"rank\": 1933, \"rankvar\": 2479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1492, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4855, \"group\": [1904.0, 293.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGGTTTCT\", \"ini\": 2096, \"clust\": 2064, \"rank\": 1619, \"rankvar\": 3762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1493, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4856, \"group\": [2066.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTTGCTCCT\", \"ini\": 2095, \"clust\": 2035, \"rank\": 1715, \"rankvar\": 3615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4857, \"group\": [2035.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGATAAAC\", \"ini\": 2094, \"clust\": 3574, \"rank\": 2662, \"rankvar\": 3717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1495, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1529, \"group\": [3572.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTATAGGGC\", \"ini\": 2093, \"clust\": 3341, \"rank\": 2582, \"rankvar\": 1555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1530, \"group\": [3339.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTTACTGAC\", \"ini\": 2092, \"clust\": 4033, \"rank\": 2315, \"rankvar\": 3527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1497, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1531, \"group\": [4029.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCAGGTTCA\", \"ini\": 2091, \"clust\": 1987, \"rank\": 1804, \"rankvar\": 4284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4858, \"group\": [1986.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTGGAT\", \"ini\": 2090, \"clust\": 1565, \"rank\": 995, \"rankvar\": 3812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1499, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3965, \"group\": [1567.0, 208.0, 34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCACGTGAGA\", \"ini\": 2089, \"clust\": 1694, \"rank\": 2216, \"rankvar\": 1283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1500, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4859, \"group\": [1694.0, 259.0, 46.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTGTCCAT\", \"ini\": 2088, \"clust\": 3502, \"rank\": 2524, \"rankvar\": 2499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1501, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1532, \"group\": [3500.0, 738.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTTATGTGC\", \"ini\": 2087, \"clust\": 3048, \"rank\": 2507, \"rankvar\": 1297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1533, \"group\": [3046.0, 665.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACTTATC\", \"ini\": 2086, \"clust\": 3686, \"rank\": 1918, \"rankvar\": 2230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1534, \"group\": [3684.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTGACGCCT\", \"ini\": 2085, \"clust\": 2012, \"rank\": 2301, \"rankvar\": 3867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1504, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4860, \"group\": [2010.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGAGATG\", \"ini\": 2084, \"clust\": 3430, \"rank\": 2354, \"rankvar\": 1400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1535, \"group\": [4235.0, 752.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCTTGAT\", \"ini\": 2083, \"clust\": 1594, \"rank\": 1772, \"rankvar\": 2515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3129, \"group\": [1594.0, 223.0, 37.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCACTTCC\", \"ini\": 2082, \"clust\": 3555, \"rank\": 2303, \"rankvar\": 4206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1536, \"group\": [3555.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGCAAATACAG\", \"ini\": 2081, \"clust\": 2565, \"rank\": 2919, \"rankvar\": 4915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1508, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 94, \"group\": [2561.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCACGTTC\", \"ini\": 2080, \"clust\": 4507, \"rank\": 2113, \"rankvar\": 2229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2753, \"group\": [4503.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTACCGTTA\", \"ini\": 2079, \"clust\": 3440, \"rank\": 2335, \"rankvar\": 491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1510, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1537, \"group\": [3440.0, 731.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTCTAGCCG\", \"ini\": 2078, \"clust\": 1586, \"rank\": 1988, \"rankvar\": 624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3130, \"group\": [1586.0, 215.0, 35.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTTAGATGA\", \"ini\": 2077, \"clust\": 3871, \"rank\": 2185, \"rankvar\": 1449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1538, \"group\": [3870.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACAAGC\", \"ini\": 2076, \"clust\": 4552, \"rank\": 2001, \"rankvar\": 2725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1513, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2754, \"group\": [4557.0, 874.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGGCGC\", \"ini\": 2075, \"clust\": 3877, \"rank\": 2180, \"rankvar\": 800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1539, \"group\": [3874.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTGTGCCTG\", \"ini\": 2074, \"clust\": 2110, \"rank\": 2533, \"rankvar\": 2735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4861, \"group\": [2108.0, 304.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAAGTCTGT\", \"ini\": 2073, \"clust\": 2016, \"rank\": 1973, \"rankvar\": 3957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1516, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4862, \"group\": [2016.0, 298.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATTGAGCT\", \"ini\": 2072, \"clust\": 1897, \"rank\": 2177, \"rankvar\": 3921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1517, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4863, \"group\": [1895.0, 292.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCATGTTGAC\", \"ini\": 2071, \"clust\": 1598, \"rank\": 1184, \"rankvar\": 2196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3131, \"group\": [1598.0, 226.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCGAACGC\", \"ini\": 2070, \"clust\": 1972, \"rank\": 2013, \"rankvar\": 4504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1519, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4864, \"group\": [1972.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGTGGAT\", \"ini\": 2069, \"clust\": 1973, \"rank\": 2024, \"rankvar\": 4179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1520, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4865, \"group\": [1975.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGGACCCT\", \"ini\": 2068, \"clust\": 3527, \"rank\": 2672, \"rankvar\": 2860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1521, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1540, \"group\": [3524.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGGGTACA\", \"ini\": 2067, \"clust\": 2026, \"rank\": 1632, \"rankvar\": 2085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4866, \"group\": [2028.0, 299.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGTAATG\", \"ini\": 2066, \"clust\": 4061, \"rank\": 2096, \"rankvar\": 3261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1523, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1541, \"group\": [4057.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAAGCTACCTA\", \"ini\": 2065, \"clust\": 3585, \"rank\": 2478, \"rankvar\": 3628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1542, \"group\": [3582.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTGTTCGAT\", \"ini\": 2064, \"clust\": 3950, \"rank\": 1997, \"rankvar\": 1291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1525, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1543, \"group\": [3952.0, 745.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGATCACGG\", \"ini\": 2063, \"clust\": 3476, \"rank\": 2395, \"rankvar\": 3189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1544, \"group\": [3475.0, 735.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCTCACCT\", \"ini\": 2062, \"clust\": 3277, \"rank\": 2453, \"rankvar\": 2369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1527, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1545, \"group\": [3277.0, 700.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTACAGCAG\", \"ini\": 2061, \"clust\": 3625, \"rank\": 2452, \"rankvar\": 2619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1546, \"group\": [3622.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACACATCTTT\", \"ini\": 2060, \"clust\": 3424, \"rank\": 2444, \"rankvar\": 732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1547, \"group\": [3424.0, 727.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATTCATCGCTC\", \"ini\": 2059, \"clust\": 3558, \"rank\": 2656, \"rankvar\": 1967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1530, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1548, \"group\": [3559.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGCAGCCTC\", \"ini\": 2058, \"clust\": 2041, \"rank\": 1755, \"rankvar\": 3713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1531, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4867, \"group\": [2038.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCATCTACGA\", \"ini\": 2057, \"clust\": 1757, \"rank\": 1692, \"rankvar\": 3410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1532, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4868, \"group\": [1756.0, 279.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCAACCGCCA\", \"ini\": 2056, \"clust\": 2009, \"rank\": 2159, \"rankvar\": 3539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4869, \"group\": [2008.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGTTGAC\", \"ini\": 2055, \"clust\": 4206, \"rank\": 1778, \"rankvar\": 3785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1534, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1549, \"group\": [4205.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACTGTAA\", \"ini\": 2054, \"clust\": 3642, \"rank\": 2277, \"rankvar\": 2640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1550, \"group\": [3640.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACATTAGC\", \"ini\": 2053, \"clust\": 4189, \"rank\": 2184, \"rankvar\": 1754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1551, \"group\": [4190.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCTGTT\", \"ini\": 2052, \"clust\": 3539, \"rank\": 2501, \"rankvar\": 576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1552, \"group\": [3538.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTACGA\", \"ini\": 2051, \"clust\": 4041, \"rank\": 2190, \"rankvar\": 2882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1553, \"group\": [4038.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGACTGTAA\", \"ini\": 2050, \"clust\": 3619, \"rank\": 2367, \"rankvar\": 1715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1554, \"group\": [3624.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGTTGAGAT\", \"ini\": 2049, \"clust\": 3417, \"rank\": 2300, \"rankvar\": 1058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1555, \"group\": [3417.0, 726.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGCTGGCT\", \"ini\": 2048, \"clust\": 4519, \"rank\": 2062, \"rankvar\": 3861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1541, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2755, \"group\": [4517.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAGTCATATGC\", \"ini\": 2047, \"clust\": 3484, \"rank\": 2551, \"rankvar\": 2239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1556, \"group\": [3484.0, 736.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTGAGGCTA\", \"ini\": 2046, \"clust\": 4627, \"rank\": 2118, \"rankvar\": 2796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2756, \"group\": [4627.0, 906.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTTATCGGT\", \"ini\": 2045, \"clust\": 3500, \"rank\": 2587, \"rankvar\": 3414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1557, \"group\": [3499.0, 737.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTAAATGAC\", \"ini\": 2044, \"clust\": 2111, \"rank\": 2603, \"rankvar\": 2426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1545, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4870, \"group\": [2109.0, 304.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGTATCTCG\", \"ini\": 2043, \"clust\": 2567, \"rank\": 2964, \"rankvar\": 5045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1546, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 95, \"group\": [2568.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCTACCTC\", \"ini\": 2042, \"clust\": 3548, \"rank\": 2340, \"rankvar\": 1202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1558, \"group\": [3549.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCTTTA\", \"ini\": 2041, \"clust\": 3551, \"rank\": 2352, \"rankvar\": 1926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1559, \"group\": [3552.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTAAGCG\", \"ini\": 2040, \"clust\": 3460, \"rank\": 2455, \"rankvar\": 2324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1560, \"group\": [3459.0, 733.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTTTGCATG\", \"ini\": 2039, \"clust\": 3008, \"rank\": 2054, \"rankvar\": 865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1561, \"group\": [3009.0, 637.0, 113.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGCCTCA\", \"ini\": 2038, \"clust\": 3370, \"rank\": 2701, \"rankvar\": 1287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1551, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1562, \"group\": [3369.0, 715.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTGCTTG\", \"ini\": 2037, \"clust\": 1763, \"rank\": 1741, \"rankvar\": 1600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4871, \"group\": [1762.0, 280.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCAGTTCGA\", \"ini\": 2036, \"clust\": 1635, \"rank\": 1055, \"rankvar\": 610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3132, \"group\": [1633.0, 232.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGAGTGACC\", \"ini\": 2035, \"clust\": 3525, \"rank\": 2580, \"rankvar\": 1155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1563, \"group\": [3529.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATGCCTAA\", \"ini\": 2034, \"clust\": 3531, \"rank\": 2609, \"rankvar\": 2003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1564, \"group\": [3530.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAAATCCGT\", \"ini\": 2033, \"clust\": 471, \"rank\": 845, \"rankvar\": 3258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1556, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3133, \"group\": [471.0, 85.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTAGAAGGA\", \"ini\": 2032, \"clust\": 3465, \"rank\": 2357, \"rankvar\": 2585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1565, \"group\": [3464.0, 733.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACTTCTT\", \"ini\": 2031, \"clust\": 3995, \"rank\": 2477, \"rankvar\": 640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1566, \"group\": [3994.0, 748.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACACTCGACG\", \"ini\": 2030, \"clust\": 3516, \"rank\": 2742, \"rankvar\": 2456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1567, \"group\": [3515.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGTGGGTT\", \"ini\": 2029, \"clust\": 3587, \"rank\": 2124, \"rankvar\": 1236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1568, \"group\": [3589.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTTAGGGTG\", \"ini\": 2028, \"clust\": 1580, \"rank\": 1162, \"rankvar\": 4210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1561, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3966, \"group\": [1580.0, 210.0, 34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAAGCTGAG\", \"ini\": 2027, \"clust\": 3515, \"rank\": 2629, \"rankvar\": 2608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1569, \"group\": [3514.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCAGAAC\", \"ini\": 2026, \"clust\": 4034, \"rank\": 2321, \"rankvar\": 2008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1570, \"group\": [4031.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTTGTTTGG\", \"ini\": 2025, \"clust\": 1604, \"rank\": 892, \"rankvar\": 1859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3134, \"group\": [1603.0, 228.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTACCAGT\", \"ini\": 2024, \"clust\": 3421, \"rank\": 2583, \"rankvar\": 1511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1571, \"group\": [3420.0, 727.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCATTGTGCA\", \"ini\": 2023, \"clust\": 4146, \"rank\": 2368, \"rankvar\": 931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1572, \"group\": [4150.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCCATT\", \"ini\": 2022, \"clust\": 1924, \"rank\": 2010, \"rankvar\": 3673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1567, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4872, \"group\": [1923.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTAGCTCCTCT\", \"ini\": 2021, \"clust\": 4036, \"rank\": 2112, \"rankvar\": 3097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1573, \"group\": [4033.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCCTTTCGG\", \"ini\": 2020, \"clust\": 3671, \"rank\": 2287, \"rankvar\": 2532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1574, \"group\": [3670.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATGACATC\", \"ini\": 2019, \"clust\": 3538, \"rank\": 2461, \"rankvar\": 2811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1570, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1575, \"group\": [3537.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGAAACGAG\", \"ini\": 2018, \"clust\": 3486, \"rank\": 2675, \"rankvar\": 1642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1576, \"group\": [3483.0, 736.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTCTTTA\", \"ini\": 2017, \"clust\": 3422, \"rank\": 2333, \"rankvar\": 1976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1572, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1577, \"group\": [3421.0, 727.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCACCACCT\", \"ini\": 2016, \"clust\": 4965, \"rank\": 2154, \"rankvar\": 2102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1573, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2757, \"group\": [4966.0, 994.0, 175.0, 43.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGAAGATTC\", \"ini\": 2015, \"clust\": 4030, \"rank\": 2464, \"rankvar\": 2567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1578, \"group\": [4039.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTATCTG\", \"ini\": 2014, \"clust\": 4095, \"rank\": 2320, \"rankvar\": 2668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1575, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1579, \"group\": [4100.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCTAGCCC\", \"ini\": 2013, \"clust\": 2024, \"rank\": 2119, \"rankvar\": 2485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1576, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4873, \"group\": [2024.0, 299.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAAGCATGGCA\", \"ini\": 2012, \"clust\": 2117, \"rank\": 2614, \"rankvar\": 3176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1577, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4874, \"group\": [2116.0, 307.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTTGTCTTT\", \"ini\": 2011, \"clust\": 4026, \"rank\": 2272, \"rankvar\": 1876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1578, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1580, \"group\": [4022.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGTCCTCT\", \"ini\": 2010, \"clust\": 3452, \"rank\": 2572, \"rankvar\": 3269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1581, \"group\": [3449.0, 733.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCCCAGCT\", \"ini\": 2009, \"clust\": 3512, \"rank\": 2365, \"rankvar\": 1626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1582, \"group\": [3510.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCAGGACAGAA\", \"ini\": 2008, \"clust\": 4168, \"rank\": 2450, \"rankvar\": 1241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1581, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1583, \"group\": [4168.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCTCCTAG\", \"ini\": 2007, \"clust\": 2662, \"rank\": 3302, \"rankvar\": 4892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1582, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 96, \"group\": [2660.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCACAACGTT\", \"ini\": 2006, \"clust\": 3991, \"rank\": 2141, \"rankvar\": 1713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1583, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1584, \"group\": [3987.0, 747.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGTCAAGGC\", \"ini\": 2005, \"clust\": 2657, \"rank\": 3233, \"rankvar\": 5109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1584, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 97, \"group\": [2655.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATAACCTG\", \"ini\": 2004, \"clust\": 4620, \"rank\": 2534, \"rankvar\": 2024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1585, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2758, \"group\": [4619.0, 904.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCAATACCG\", \"ini\": 2003, \"clust\": 3566, \"rank\": 2537, \"rankvar\": 2593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1586, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1585, \"group\": [3564.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCTTGAGGT\", \"ini\": 2002, \"clust\": 4078, \"rank\": 2372, \"rankvar\": 2041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1586, \"group\": [4074.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGGACATTA\", \"ini\": 2001, \"clust\": 3643, \"rank\": 2192, \"rankvar\": 3098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1587, \"group\": [3641.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTAGAAGGA\", \"ini\": 2000, \"clust\": 4150, \"rank\": 2289, \"rankvar\": 2827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1589, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1588, \"group\": [4148.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGCCAGTAG\", \"ini\": 1999, \"clust\": 2588, \"rank\": 3091, \"rankvar\": 5059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1590, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 98, \"group\": [2585.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTCGTTC\", \"ini\": 1998, \"clust\": 3604, \"rank\": 2331, \"rankvar\": 2710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1591, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1589, \"group\": [3604.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGCAAGCC\", \"ini\": 1997, \"clust\": 3975, \"rank\": 2313, \"rankvar\": 3411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1590, \"group\": [3974.0, 747.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTAAGGGAA\", \"ini\": 1996, \"clust\": 3386, \"rank\": 2684, \"rankvar\": 1442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1593, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1591, \"group\": [3386.0, 718.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTACTTCTT\", \"ini\": 1995, \"clust\": 3481, \"rank\": 2715, \"rankvar\": 3234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1592, \"group\": [3495.0, 736.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCAAGCCG\", \"ini\": 1994, \"clust\": 2043, \"rank\": 1513, \"rankvar\": 3630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1595, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4875, \"group\": [2044.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGGCGGTT\", \"ini\": 1993, \"clust\": 3532, \"rank\": 2503, \"rankvar\": 4115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1596, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1593, \"group\": [3531.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTCGCATCG\", \"ini\": 1992, \"clust\": 2092, \"rank\": 2663, \"rankvar\": 2886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1597, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4876, \"group\": [2118.0, 309.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCCTACAGA\", \"ini\": 1991, \"clust\": 3613, \"rank\": 2336, \"rankvar\": 3379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1594, \"group\": [3615.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACTGTTAG\", \"ini\": 1990, \"clust\": 3972, \"rank\": 2310, \"rankvar\": 2650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1599, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1595, \"group\": [3973.0, 747.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCGGTCTAA\", \"ini\": 1989, \"clust\": 4170, \"rank\": 2259, \"rankvar\": 3888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1600, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1596, \"group\": [4167.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCACCGCTAG\", \"ini\": 1988, \"clust\": 4239, \"rank\": 2963, \"rankvar\": 2778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1597, \"group\": [4241.0, 756.0, 124.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCATACTG\", \"ini\": 1987, \"clust\": 3973, \"rank\": 2166, \"rankvar\": 3051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1598, \"group\": [3971.0, 747.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACTGAAGG\", \"ini\": 1986, \"clust\": 4080, \"rank\": 2439, \"rankvar\": 3334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1599, \"group\": [4079.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATGCATG\", \"ini\": 1985, \"clust\": 3564, \"rank\": 2343, \"rankvar\": 1199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1604, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1600, \"group\": [3565.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTAAGTAGT\", \"ini\": 1984, \"clust\": 4211, \"rank\": 2165, \"rankvar\": 2966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1601, \"group\": [4209.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCCACGTC\", \"ini\": 1983, \"clust\": 4514, \"rank\": 2081, \"rankvar\": 3024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2759, \"group\": [4511.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCCTCATTA\", \"ini\": 1982, \"clust\": 4533, \"rank\": 2261, \"rankvar\": 3874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1607, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2760, \"group\": [4536.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGAATGTTG\", \"ini\": 1981, \"clust\": 4171, \"rank\": 2322, \"rankvar\": 2782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1602, \"group\": [4171.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCATTAGC\", \"ini\": 1980, \"clust\": 2571, \"rank\": 3125, \"rankvar\": 4758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1609, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 99, \"group\": [2566.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTCTCATT\", \"ini\": 1979, \"clust\": 3993, \"rank\": 2311, \"rankvar\": 2025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1610, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1603, \"group\": [3992.0, 748.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAGAGGA\", \"ini\": 1978, \"clust\": 4014, \"rank\": 2438, \"rankvar\": 4419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1604, \"group\": [4015.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCGTTTAC\", \"ini\": 1977, \"clust\": 1597, \"rank\": 1230, \"rankvar\": 2071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1612, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3135, \"group\": [1596.0, 224.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCATACAGCT\", \"ini\": 1976, \"clust\": 1988, \"rank\": 2247, \"rankvar\": 3811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1613, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4877, \"group\": [1991.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGTGGACGT\", \"ini\": 1975, \"clust\": 3932, \"rank\": 2256, \"rankvar\": 1850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1605, \"group\": [3931.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCATTCTTAC\", \"ini\": 1974, \"clust\": 3510, \"rank\": 2549, \"rankvar\": 1113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1606, \"group\": [3508.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTGTCGAGATG\", \"ini\": 1973, \"clust\": 1893, \"rank\": 2324, \"rankvar\": 4552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1616, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4878, \"group\": [1892.0, 292.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGTGCCT\", \"ini\": 1972, \"clust\": 3533, \"rank\": 2346, \"rankvar\": 2313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1607, \"group\": [3532.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTCTCTTAT\", \"ini\": 1971, \"clust\": 4143, \"rank\": 2208, \"rankvar\": 2325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1618, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1608, \"group\": [4143.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCCGTCAAA\", \"ini\": 1970, \"clust\": 2590, \"rank\": 2913, \"rankvar\": 4970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 100, \"group\": [2584.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGTCACGATGT\", \"ini\": 1969, \"clust\": 3037, \"rank\": 2834, \"rankvar\": 1709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1620, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1609, \"group\": [3037.0, 658.0, 121.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGGTCTCG\", \"ini\": 1968, \"clust\": 3893, \"rank\": 2441, \"rankvar\": 573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1610, \"group\": [3890.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCGGATGGA\", \"ini\": 1967, \"clust\": 3444, \"rank\": 2295, \"rankvar\": 1539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1611, \"group\": [3442.0, 732.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTTAGGTA\", \"ini\": 1966, \"clust\": 3434, \"rank\": 2456, \"rankvar\": 1854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1612, \"group\": [3432.0, 729.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGACTAGAT\", \"ini\": 1965, \"clust\": 2029, \"rank\": 1926, \"rankvar\": 4257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1624, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4879, \"group\": [2032.0, 299.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATAGACTC\", \"ini\": 1964, \"clust\": 1784, \"rank\": 2007, \"rankvar\": 3031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4880, \"group\": [1783.0, 282.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTATCCCG\", \"ini\": 1963, \"clust\": 4252, \"rank\": 2815, \"rankvar\": 2726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1613, \"group\": [4253.0, 763.0, 126.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGTCATGCT\", \"ini\": 1962, \"clust\": 2118, \"rank\": 2416, \"rankvar\": 1821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4881, \"group\": [2117.0, 308.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTTCAGTAC\", \"ini\": 1961, \"clust\": 4508, \"rank\": 2021, \"rankvar\": 3502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1628, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2761, \"group\": [4507.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGAGCCTAG\", \"ini\": 1960, \"clust\": 4524, \"rank\": 2052, \"rankvar\": 3723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1629, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2762, \"group\": [4522.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAACGA\", \"ini\": 1959, \"clust\": 4251, \"rank\": 2710, \"rankvar\": 1319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1614, \"group\": [4254.0, 763.0, 126.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCGAAAGC\", \"ini\": 1958, \"clust\": 4018, \"rank\": 2227, \"rankvar\": 1360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1615, \"group\": [4019.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATGTGGT\", \"ini\": 1957, \"clust\": 3641, \"rank\": 2409, \"rankvar\": 1490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1616, \"group\": [3642.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAGTCATC\", \"ini\": 1956, \"clust\": 3429, \"rank\": 2363, \"rankvar\": 443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1633, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1617, \"group\": [3428.0, 728.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGCCTTGG\", \"ini\": 1955, \"clust\": 3467, \"rank\": 2565, \"rankvar\": 2082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1634, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1618, \"group\": [3466.0, 734.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATGAATG\", \"ini\": 1954, \"clust\": 3978, \"rank\": 2264, \"rankvar\": 3231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1635, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1619, \"group\": [3978.0, 747.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCATTTCACT\", \"ini\": 1953, \"clust\": 4209, \"rank\": 2044, \"rankvar\": 3123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1620, \"group\": [4210.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTAACGGT\", \"ini\": 1952, \"clust\": 2087, \"rank\": 1869, \"rankvar\": 3830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1637, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4882, \"group\": [2087.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGACAAGCC\", \"ini\": 1951, \"clust\": 3497, \"rank\": 2509, \"rankvar\": 1648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1621, \"group\": [3496.0, 737.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGGCACTA\", \"ini\": 1950, \"clust\": 4628, \"rank\": 2442, \"rankvar\": 3286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2763, \"group\": [4628.0, 906.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAGCGATG\", \"ini\": 1949, \"clust\": 2103, \"rank\": 2426, \"rankvar\": 3526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1640, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4883, \"group\": [2100.0, 303.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTATATGAG\", \"ini\": 1948, \"clust\": 1925, \"rank\": 1616, \"rankvar\": 4024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1641, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4884, \"group\": [1924.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCGGTGTTA\", \"ini\": 1947, \"clust\": 4247, \"rank\": 2737, \"rankvar\": 67, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1642, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1622, \"group\": [4247.0, 760.0, 126.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGCGAG\", \"ini\": 1946, \"clust\": 3448, \"rank\": 2570, \"rankvar\": 2337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1623, \"group\": [3447.0, 733.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGTAGGTGC\", \"ini\": 1945, \"clust\": 3503, \"rank\": 2610, \"rankvar\": 1106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1624, \"group\": [3501.0, 738.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACAGACAG\", \"ini\": 1944, \"clust\": 4098, \"rank\": 2221, \"rankvar\": 4093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1625, \"group\": [4095.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGACCAAG\", \"ini\": 1943, \"clust\": 2646, \"rank\": 3501, \"rankvar\": 5192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1646, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 101, \"group\": [2642.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCGATCCCT\", \"ini\": 1942, \"clust\": 3996, \"rank\": 2544, \"rankvar\": 1282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1647, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1626, \"group\": [3995.0, 748.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTAAC\", \"ini\": 1941, \"clust\": 3956, \"rank\": 2246, \"rankvar\": 1653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1648, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1627, \"group\": [3957.0, 746.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCTGCTGCT\", \"ini\": 1940, \"clust\": 3453, \"rank\": 2402, \"rankvar\": 3754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1649, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1628, \"group\": [3450.0, 733.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATGCATG\", \"ini\": 1939, \"clust\": 3255, \"rank\": 2425, \"rankvar\": 253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1629, \"group\": [3255.0, 689.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCATTCCTGC\", \"ini\": 1938, \"clust\": 2647, \"rank\": 3371, \"rankvar\": 5194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1651, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 102, \"group\": [2643.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACCTCGGA\", \"ini\": 1937, \"clust\": 3517, \"rank\": 2753, \"rankvar\": 1567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1630, \"group\": [3516.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCAGTATCACCA\", \"ini\": 1936, \"clust\": 1898, \"rank\": 2045, \"rankvar\": 3977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1653, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4885, \"group\": [1897.0, 292.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCCTATTCA\", \"ini\": 1935, \"clust\": 3506, \"rank\": 2767, \"rankvar\": 2883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1631, \"group\": [3503.0, 738.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTAAGTGTA\", \"ini\": 1934, \"clust\": 3361, \"rank\": 2543, \"rankvar\": 2547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1655, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1632, \"group\": [3358.0, 713.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTGCTGTAT\", \"ini\": 1933, \"clust\": 9, \"rank\": 2418, \"rankvar\": 4760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1656, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5213, \"group\": [9.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATGGTCA\", \"ini\": 1932, \"clust\": 4142, \"rank\": 2229, \"rankvar\": 3771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1633, \"group\": [4144.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGACGACGT\", \"ini\": 1931, \"clust\": 4175, \"rank\": 2381, \"rankvar\": 3331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1634, \"group\": [4172.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTCCGAGTC\", \"ini\": 1930, \"clust\": 2030, \"rank\": 1961, \"rankvar\": 4011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4886, \"group\": [2031.0, 299.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGAAGG\", \"ini\": 1929, \"clust\": 3544, \"rank\": 2366, \"rankvar\": 2457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1635, \"group\": [3541.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACAGGCTCAC\", \"ini\": 1928, \"clust\": 4124, \"rank\": 2280, \"rankvar\": 948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1636, \"group\": [4122.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCATTTGGG\", \"ini\": 1927, \"clust\": 1493, \"rank\": 1771, \"rankvar\": 2122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3136, \"group\": [1494.0, 183.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAAGGGCTCTC\", \"ini\": 1926, \"clust\": 4617, \"rank\": 2588, \"rankvar\": 1205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1663, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2764, \"group\": [4616.0, 903.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCAATGTC\", \"ini\": 1925, \"clust\": 3560, \"rank\": 2646, \"rankvar\": 2911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1664, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1637, \"group\": [3556.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCGC\", \"ini\": 1924, \"clust\": 4629, \"rank\": 2717, \"rankvar\": 3002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1665, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2765, \"group\": [4629.0, 906.0, 160.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGAACAG\", \"ini\": 1923, \"clust\": 4535, \"rank\": 2531, \"rankvar\": 3881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1666, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2766, \"group\": [4533.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACACGAAACG\", \"ini\": 1922, \"clust\": 4081, \"rank\": 2466, \"rankvar\": 2352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1638, \"group\": [4077.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCACTAGTAC\", \"ini\": 1921, \"clust\": 4167, \"rank\": 2480, \"rankvar\": 2625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1668, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1639, \"group\": [4165.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACGGTTTA\", \"ini\": 1920, \"clust\": 3028, \"rank\": 2568, \"rankvar\": 1298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1640, \"group\": [3029.0, 650.0, 118.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCAAAGTC\", \"ini\": 1919, \"clust\": 3606, \"rank\": 2399, \"rankvar\": 1472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1670, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1641, \"group\": [3603.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCTCGCATC\", \"ini\": 1918, \"clust\": 1917, \"rank\": 1880, \"rankvar\": 3553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1671, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4887, \"group\": [1916.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTGGACCC\", \"ini\": 1917, \"clust\": 3519, \"rank\": 2770, \"rankvar\": 839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1672, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1642, \"group\": [3519.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCGAATGT\", \"ini\": 1916, \"clust\": 2573, \"rank\": 3118, \"rankvar\": 5056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1673, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 103, \"group\": [2572.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTAAGTGTA\", \"ini\": 1915, \"clust\": 3553, \"rank\": 2205, \"rankvar\": 1284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1643, \"group\": [3551.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCTGTCCGT\", \"ini\": 1914, \"clust\": 4177, \"rank\": 2248, \"rankvar\": 1040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1644, \"group\": [4179.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCAGTATG\", \"ini\": 1913, \"clust\": 2070, \"rank\": 1940, \"rankvar\": 4183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1676, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4888, \"group\": [2069.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTCCGAACC\", \"ini\": 1912, \"clust\": 3511, \"rank\": 2703, \"rankvar\": 2216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1677, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1645, \"group\": [3512.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTGCGCTTG\", \"ini\": 1911, \"clust\": 3554, \"rank\": 2669, \"rankvar\": 1733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1646, \"group\": [3560.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACAGACGCTC\", \"ini\": 1910, \"clust\": 4500, \"rank\": 2219, \"rankvar\": 3054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1679, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2767, \"group\": [4499.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGGGAG\", \"ini\": 1909, \"clust\": 3080, \"rank\": 1255, \"rankvar\": 1313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1647, \"group\": [3251.0, 685.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTTCGAGA\", \"ini\": 1908, \"clust\": 3337, \"rank\": 2659, \"rankvar\": 3482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1681, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1648, \"group\": [3336.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGAATCCA\", \"ini\": 1907, \"clust\": 3504, \"rank\": 2774, \"rankvar\": 1042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1649, \"group\": [3506.0, 738.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGAATGGA\", \"ini\": 1906, \"clust\": 3376, \"rank\": 2740, \"rankvar\": 2197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1650, \"group\": [3374.0, 716.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCGTACGGC\", \"ini\": 1905, \"clust\": 3286, \"rank\": 2660, \"rankvar\": 3638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1651, \"group\": [3285.0, 704.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCAGAGCCAA\", \"ini\": 1904, \"clust\": 4495, \"rank\": 2071, \"rankvar\": 3301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1685, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2768, \"group\": [4495.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCATGTCCC\", \"ini\": 1903, \"clust\": 3449, \"rank\": 2606, \"rankvar\": 2396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1652, \"group\": [3448.0, 733.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTAGTGCG\", \"ini\": 1902, \"clust\": 3542, \"rank\": 2207, \"rankvar\": 3795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1653, \"group\": [3542.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCGATTCT\", \"ini\": 1901, \"clust\": 3295, \"rank\": 2448, \"rankvar\": 3910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1654, \"group\": [3295.0, 705.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTGTTGAGG\", \"ini\": 1900, \"clust\": 3547, \"rank\": 2479, \"rankvar\": 3169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1689, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1655, \"group\": [3545.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAGTAACGG\", \"ini\": 1899, \"clust\": 4102, \"rank\": 2257, \"rankvar\": 555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1656, \"group\": [4101.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGCTAGTCT\", \"ini\": 1898, \"clust\": 1590, \"rank\": 1430, \"rankvar\": 381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3137, \"group\": [1590.0, 219.0, 36.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTGTCGT\", \"ini\": 1897, \"clust\": 1626, \"rank\": 1384, \"rankvar\": 2522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3138, \"group\": [1625.0, 230.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGAGTCCCACG\", \"ini\": 1896, \"clust\": 4105, \"rank\": 2380, \"rankvar\": 464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1657, \"group\": [4104.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCAAGCCCAC\", \"ini\": 1895, \"clust\": 2592, \"rank\": 3111, \"rankvar\": 4990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1694, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 104, \"group\": [2588.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTGTATGGG\", \"ini\": 1894, \"clust\": 4377, \"rank\": 2731, \"rankvar\": 1265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1658, \"group\": [4378.0, 790.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATTCCC\", \"ini\": 1893, \"clust\": 3982, \"rank\": 2422, \"rankvar\": 904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1696, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1659, \"group\": [3979.0, 747.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAAAGCGGT\", \"ini\": 1892, \"clust\": 3848, \"rank\": 2517, \"rankvar\": 1831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1697, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1660, \"group\": [3847.0, 743.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTCTCCCTA\", \"ini\": 1891, \"clust\": 4133, \"rank\": 2495, \"rankvar\": 3215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1661, \"group\": [4133.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTACGAGT\", \"ini\": 1890, \"clust\": 3983, \"rank\": 2457, \"rankvar\": 587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1662, \"group\": [3980.0, 747.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGCGCCAA\", \"ini\": 1889, \"clust\": 2072, \"rank\": 1931, \"rankvar\": 4080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1700, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4889, \"group\": [2068.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGGATCGA\", \"ini\": 1888, \"clust\": 4148, \"rank\": 1970, \"rankvar\": 3923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1701, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1663, \"group\": [4145.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCGCAA\", \"ini\": 1887, \"clust\": 2076, \"rank\": 1974, \"rankvar\": 4055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1702, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4890, \"group\": [2082.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAGTGGAGT\", \"ini\": 1886, \"clust\": 4020, \"rank\": 2427, \"rankvar\": 2935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1664, \"group\": [4016.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTAGCAAAT\", \"ini\": 1885, \"clust\": 4371, \"rank\": 2451, \"rankvar\": 255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1665, \"group\": [4374.0, 787.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGGCATGTG\", \"ini\": 1884, \"clust\": 3638, \"rank\": 2670, \"rankvar\": 2275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1666, \"group\": [3637.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCTGTT\", \"ini\": 1883, \"clust\": 3599, \"rank\": 2585, \"rankvar\": 661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1706, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1667, \"group\": [3598.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGATGT\", \"ini\": 1882, \"clust\": 3658, \"rank\": 2497, \"rankvar\": 3612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1707, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1668, \"group\": [3657.0, 740.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCACAGCCCA\", \"ini\": 1881, \"clust\": 3034, \"rank\": 2440, \"rankvar\": 2273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1669, \"group\": [3035.0, 656.0, 120.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTATATGGA\", \"ini\": 1880, \"clust\": 3364, \"rank\": 2541, \"rankvar\": 3162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1709, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1670, \"group\": [3361.0, 713.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCGTTTATC\", \"ini\": 1879, \"clust\": 3029, \"rank\": 2407, \"rankvar\": 2798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1671, \"group\": [3030.0, 651.0, 119.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCCCACTTG\", \"ini\": 1878, \"clust\": 3536, \"rank\": 2476, \"rankvar\": 1786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1672, \"group\": [3535.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGGGATC\", \"ini\": 1877, \"clust\": 3447, \"rank\": 2695, \"rankvar\": 2401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1673, \"group\": [3446.0, 733.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCCACGCAG\", \"ini\": 1876, \"clust\": 3994, \"rank\": 2424, \"rankvar\": 1879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1674, \"group\": [3993.0, 748.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCAAAGCG\", \"ini\": 1875, \"clust\": 2686, \"rank\": 2730, \"rankvar\": 4437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1675, \"group\": [2687.0, 489.0, 90.0, 24.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCCATGAAC\", \"ini\": 1874, \"clust\": 1721, \"rank\": 2327, \"rankvar\": 3242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1715, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4891, \"group\": [1720.0, 269.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCCGGCACA\", \"ini\": 1873, \"clust\": 2036, \"rank\": 2151, \"rankvar\": 1995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1716, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4892, \"group\": [2036.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTACCGTTA\", \"ini\": 1872, \"clust\": 3026, \"rank\": 2051, \"rankvar\": 3273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1717, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2769, \"group\": [3027.0, 648.0, 117.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGGGTATG\", \"ini\": 1871, \"clust\": 3496, \"rank\": 2635, \"rankvar\": 4118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1676, \"group\": [3492.0, 736.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTCTTGATG\", \"ini\": 1870, \"clust\": 1765, \"rank\": 1806, \"rankvar\": 2091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1719, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4893, \"group\": [1765.0, 280.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTACGGAG\", \"ini\": 1869, \"clust\": 4079, \"rank\": 2487, \"rankvar\": 1699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1720, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1677, \"group\": [4075.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAAGCACACAG\", \"ini\": 1868, \"clust\": 1570, \"rank\": 1535, \"rankvar\": 4545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1721, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3967, \"group\": [1570.0, 208.0, 34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGTACACCT\", \"ini\": 1867, \"clust\": 3336, \"rank\": 2868, \"rankvar\": 1295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1722, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1678, \"group\": [3338.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGGACAC\", \"ini\": 1866, \"clust\": 1695, \"rank\": 2445, \"rankvar\": 2854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4894, \"group\": [1695.0, 260.0, 46.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTTGACGTT\", \"ini\": 1865, \"clust\": 1588, \"rank\": 1835, \"rankvar\": 437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3139, \"group\": [1589.0, 218.0, 36.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCGTTCCG\", \"ini\": 1864, \"clust\": 4497, \"rank\": 2376, \"rankvar\": 4208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2770, \"group\": [4501.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCAGGGTATG\", \"ini\": 1863, \"clust\": 3074, \"rank\": 2521, \"rankvar\": 1788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1679, \"group\": [3075.0, 671.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTTGACGA\", \"ini\": 1862, \"clust\": 4515, \"rank\": 2504, \"rankvar\": 3535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1727, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2771, \"group\": [4512.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATCCGGGT\", \"ini\": 1861, \"clust\": 2672, \"rank\": 3529, \"rankvar\": 4722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1728, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 105, \"group\": [2669.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCATGACGGA\", \"ini\": 1860, \"clust\": 4088, \"rank\": 2080, \"rankvar\": 2425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1729, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1680, \"group\": [4085.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTTCCGTCT\", \"ini\": 1859, \"clust\": 3327, \"rank\": 2511, \"rankvar\": 2993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1681, \"group\": [3327.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACCATAG\", \"ini\": 1858, \"clust\": 4532, \"rank\": 2254, \"rankvar\": 4309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1731, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2772, \"group\": [4528.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGGTGTTAA\", \"ini\": 1857, \"clust\": 4103, \"rank\": 2283, \"rankvar\": 1349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1732, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1682, \"group\": [4102.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGACTCGGA\", \"ini\": 1856, \"clust\": 4015, \"rank\": 2536, \"rankvar\": 3009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1733, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1683, \"group\": [4013.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGTGAAGTT\", \"ini\": 1855, \"clust\": 1992, \"rank\": 2172, \"rankvar\": 2305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4895, \"group\": [1994.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCAGAGACG\", \"ini\": 1854, \"clust\": 4019, \"rank\": 2720, \"rankvar\": 1783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1684, \"group\": [4018.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCTCAACGAAA\", \"ini\": 1853, \"clust\": 4447, \"rank\": 1652, \"rankvar\": 578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1736, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2773, \"group\": [4447.0, 846.0, 148.0, 37.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTCGCGGTT\", \"ini\": 1852, \"clust\": 2068, \"rank\": 1737, \"rankvar\": 4739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4896, \"group\": [2071.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGAGTCTGG\", \"ini\": 1851, \"clust\": 2104, \"rank\": 2538, \"rankvar\": 1727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1738, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4897, \"group\": [2101.0, 303.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTACAGCTTCGG\", \"ini\": 1850, \"clust\": 3518, \"rank\": 2702, \"rankvar\": 315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1685, \"group\": [3520.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTCTGAGA\", \"ini\": 1849, \"clust\": 3582, \"rank\": 2550, \"rankvar\": 2976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1686, \"group\": [3581.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTGTGGTTT\", \"ini\": 1848, \"clust\": 4134, \"rank\": 2430, \"rankvar\": 3268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1687, \"group\": [4131.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATCCGTGG\", \"ini\": 1847, \"clust\": 3967, \"rank\": 2102, \"rankvar\": 2360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1742, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1688, \"group\": [3965.0, 746.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAGC\", \"ini\": 1846, \"clust\": 1976, \"rank\": 2004, \"rankvar\": 4342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1743, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4898, \"group\": [1978.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACAAGGTGTG\", \"ini\": 1845, \"clust\": 4554, \"rank\": 2631, \"rankvar\": 1383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1744, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2774, \"group\": [4552.0, 872.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGAATTCCC\", \"ini\": 1844, \"clust\": 1743, \"rank\": 2262, \"rankvar\": 3871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1745, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4899, \"group\": [1742.0, 273.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTCCGTAT\", \"ini\": 1843, \"clust\": 4172, \"rank\": 2564, \"rankvar\": 3427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1746, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1689, \"group\": [4169.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGTGAGT\", \"ini\": 1842, \"clust\": 3432, \"rank\": 2529, \"rankvar\": 3011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1747, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1690, \"group\": [3431.0, 729.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTATATGAG\", \"ini\": 1841, \"clust\": 4165, \"rank\": 2499, \"rankvar\": 795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1691, \"group\": [4175.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCATGCAT\", \"ini\": 1840, \"clust\": 3958, \"rank\": 2523, \"rankvar\": 1656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1692, \"group\": [3956.0, 746.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAGCGTCCA\", \"ini\": 1839, \"clust\": 3342, \"rank\": 2640, \"rankvar\": 2376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1750, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1693, \"group\": [3340.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTAGGACAC\", \"ini\": 1838, \"clust\": 3586, \"rank\": 2638, \"rankvar\": 2141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1751, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1694, \"group\": [3583.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTCCGGCA\", \"ini\": 1837, \"clust\": 3583, \"rank\": 2486, \"rankvar\": 1613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1695, \"group\": [3585.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATTTCAGG\", \"ini\": 1836, \"clust\": 2062, \"rank\": 2120, \"rankvar\": 3848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1753, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4900, \"group\": [2061.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTTAGTGGG\", \"ini\": 1835, \"clust\": 4007, \"rank\": 2679, \"rankvar\": 1922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1696, \"group\": [4005.0, 748.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTCAGCTTCGG\", \"ini\": 1834, \"clust\": 3339, \"rank\": 2936, \"rankvar\": 1866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1697, \"group\": [3345.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTACATGTC\", \"ini\": 1833, \"clust\": 4509, \"rank\": 2392, \"rankvar\": 2279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1756, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2775, \"group\": [4508.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCACCGCTAG\", \"ini\": 1832, \"clust\": 3463, \"rank\": 2862, \"rankvar\": 2051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1698, \"group\": [3460.0, 733.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTTCCAACA\", \"ini\": 1831, \"clust\": 3363, \"rank\": 2601, \"rankvar\": 2113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1699, \"group\": [3363.0, 713.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTCCAGGG\", \"ini\": 1830, \"clust\": 4501, \"rank\": 2607, \"rankvar\": 4081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1759, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2776, \"group\": [4500.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGTCGTTC\", \"ini\": 1829, \"clust\": 3505, \"rank\": 2796, \"rankvar\": 2716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1700, \"group\": [3505.0, 738.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCACGTCAGC\", \"ini\": 1828, \"clust\": 1895, \"rank\": 2137, \"rankvar\": 2267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1761, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4901, \"group\": [1896.0, 292.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGTCCTCCT\", \"ini\": 1827, \"clust\": 3441, \"rank\": 2602, \"rankvar\": 805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1762, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1701, \"group\": [3438.0, 731.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGGCTCTTA\", \"ini\": 1826, \"clust\": 3960, \"rank\": 2095, \"rankvar\": 2551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1702, \"group\": [3958.0, 746.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATTCTTAC\", \"ini\": 1825, \"clust\": 3520, \"rank\": 2732, \"rankvar\": 1776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1703, \"group\": [3517.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCCTCATTA\", \"ini\": 1824, \"clust\": 33, \"rank\": 2428, \"rankvar\": 4642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5214, \"group\": [31.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTTGTCGCG\", \"ini\": 1823, \"clust\": 3498, \"rank\": 2716, \"rankvar\": 2440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1704, \"group\": [3497.0, 737.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCCATTTA\", \"ini\": 1822, \"clust\": 1892, \"rank\": 2270, \"rankvar\": 3326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1767, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4902, \"group\": [1891.0, 292.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCACAGACAG\", \"ini\": 1821, \"clust\": 4392, \"rank\": 2937, \"rankvar\": 2661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1705, \"group\": [4393.0, 799.0, 129.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGGTACTCT\", \"ini\": 1820, \"clust\": 4010, \"rank\": 2696, \"rankvar\": 3576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1706, \"group\": [4008.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTCTGTCG\", \"ini\": 1819, \"clust\": 2093, \"rank\": 2735, \"rankvar\": 2271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1770, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4903, \"group\": [2094.0, 301.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGCCTTGG\", \"ini\": 1818, \"clust\": 4008, \"rank\": 2600, \"rankvar\": 1251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1707, \"group\": [4006.0, 748.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTGCTGCT\", \"ini\": 1817, \"clust\": 3880, \"rank\": 2459, \"rankvar\": 1288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1772, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1708, \"group\": [3882.0, 744.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTTCAGACT\", \"ini\": 1816, \"clust\": 3576, \"rank\": 2615, \"rankvar\": 1481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1773, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1709, \"group\": [3575.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGAAGGCT\", \"ini\": 1815, \"clust\": 3976, \"rank\": 2508, \"rankvar\": 3094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1710, \"group\": [3975.0, 747.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTAAACCTC\", \"ini\": 1814, \"clust\": 4496, \"rank\": 2128, \"rankvar\": 3833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1775, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2777, \"group\": [4496.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTCACGCC\", \"ini\": 1813, \"clust\": 2067, \"rank\": 2282, \"rankvar\": 3752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1776, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4904, \"group\": [2072.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGTGGGTTG\", \"ini\": 1812, \"clust\": 3303, \"rank\": 2693, \"rankvar\": 3193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1711, \"group\": [3300.0, 706.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGGGCTTGA\", \"ini\": 1811, \"clust\": 3963, \"rank\": 2342, \"rankvar\": 2525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1778, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1712, \"group\": [3961.0, 746.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATGGAATA\", \"ini\": 1810, \"clust\": 3304, \"rank\": 2650, \"rankvar\": 4438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1779, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1713, \"group\": [3301.0, 706.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTACCGAGA\", \"ini\": 1809, \"clust\": 1989, \"rank\": 2237, \"rankvar\": 3806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1780, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4905, \"group\": [1990.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCAGCATGT\", \"ini\": 1808, \"clust\": 3409, \"rank\": 2591, \"rankvar\": 1966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1714, \"group\": [3413.0, 723.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCTAGGCA\", \"ini\": 1807, \"clust\": 3293, \"rank\": 2778, \"rankvar\": 1398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1715, \"group\": [3293.0, 705.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGCTGCTG\", \"ini\": 1806, \"clust\": 4877, \"rank\": 3285, \"rankvar\": 3463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1783, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4906, \"group\": [4873.0, 942.0, 162.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCTATGTT\", \"ini\": 1805, \"clust\": 3534, \"rank\": 2387, \"rankvar\": 3076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1716, \"group\": [3533.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCCGAATGT\", \"ini\": 1804, \"clust\": 3022, \"rank\": 1938, \"rankvar\": 3690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1785, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2778, \"group\": [3025.0, 646.0, 116.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGACGGTA\", \"ini\": 1803, \"clust\": 2593, \"rank\": 3288, \"rankvar\": 5072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1786, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 106, \"group\": [2589.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTATAGTAG\", \"ini\": 1802, \"clust\": 2670, \"rank\": 3405, \"rankvar\": 4931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1787, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 107, \"group\": [2666.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATTTCAGG\", \"ini\": 1801, \"clust\": 4391, \"rank\": 2707, \"rankvar\": 2341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1717, \"group\": [4394.0, 799.0, 129.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCATGTCCTC\", \"ini\": 1800, \"clust\": 3488, \"rank\": 2747, \"rankvar\": 1066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1718, \"group\": [3487.0, 736.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTCACCTAA\", \"ini\": 1799, \"clust\": 2596, \"rank\": 3083, \"rankvar\": 4757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1790, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 108, \"group\": [2595.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTAACGGT\", \"ini\": 1798, \"clust\": 4062, \"rank\": 2386, \"rankvar\": 1486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1719, \"group\": [4061.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCAGTCAGT\", \"ini\": 1797, \"clust\": 2594, \"rank\": 3218, \"rankvar\": 5011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1792, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 109, \"group\": [2590.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGATCCA\", \"ini\": 1796, \"clust\": 4130, \"rank\": 2484, \"rankvar\": 2572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1720, \"group\": [4127.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGATCTGT\", \"ini\": 1795, \"clust\": 4149, \"rank\": 2443, \"rankvar\": 2268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1794, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1721, \"group\": [4146.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACACGTCAGC\", \"ini\": 1794, \"clust\": 3044, \"rank\": 2773, \"rankvar\": 1943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1795, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1722, \"group\": [3049.0, 667.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGGTCTGCGGT\", \"ini\": 1793, \"clust\": 1918, \"rank\": 2432, \"rankvar\": 2752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1796, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4907, \"group\": [1920.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCTGCTGTC\", \"ini\": 1792, \"clust\": 3426, \"rank\": 2447, \"rankvar\": 1081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1797, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1723, \"group\": [3426.0, 728.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCCGATATG\", \"ini\": 1791, \"clust\": 2595, \"rank\": 3324, \"rankvar\": 4989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1798, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 110, \"group\": [2591.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATACAATCAGAA\", \"ini\": 1790, \"clust\": 474, \"rank\": 1388, \"rankvar\": 937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3140, \"group\": [473.0, 85.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCAGCTGGC\", \"ini\": 1789, \"clust\": 1627, \"rank\": 1572, \"rankvar\": 1865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3141, \"group\": [1623.0, 230.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTTGCGTTA\", \"ini\": 1788, \"clust\": 1655, \"rank\": 2489, \"rankvar\": 4269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4908, \"group\": [1655.0, 245.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGACTAGGC\", \"ini\": 1787, \"clust\": 3984, \"rank\": 2772, \"rankvar\": 1397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1802, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1724, \"group\": [3991.0, 747.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCCCGC\", \"ini\": 1786, \"clust\": 3528, \"rank\": 2751, \"rankvar\": 1844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1803, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1725, \"group\": [3525.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTACACCGC\", \"ini\": 1785, \"clust\": 4131, \"rank\": 2514, \"rankvar\": 3959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1726, \"group\": [4128.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCAGTAGAGC\", \"ini\": 1784, \"clust\": 120, \"rank\": 1882, \"rankvar\": 3419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1805, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 236, \"group\": [123.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCCCTAATT\", \"ini\": 1783, \"clust\": 4520, \"rank\": 2242, \"rankvar\": 2187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1806, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2779, \"group\": [4518.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGGTGACCA\", \"ini\": 1782, \"clust\": 475, \"rank\": 1606, \"rankvar\": 1108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3142, \"group\": [474.0, 85.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGACACGAC\", \"ini\": 1781, \"clust\": 4038, \"rank\": 2665, \"rankvar\": 2714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1808, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1727, \"group\": [4035.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCACCCGAG\", \"ini\": 1780, \"clust\": 2065, \"rank\": 2037, \"rankvar\": 3889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1809, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4909, \"group\": [2064.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCACGGTTA\", \"ini\": 1779, \"clust\": 2031, \"rank\": 1885, \"rankvar\": 4587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4910, \"group\": [2029.0, 299.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCACTACAGT\", \"ini\": 1778, \"clust\": 4196, \"rank\": 2268, \"rankvar\": 770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1728, \"group\": [4197.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCGAATGGG\", \"ini\": 1777, \"clust\": 4128, \"rank\": 2557, \"rankvar\": 409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1812, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1729, \"group\": [4126.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAAGCCGTC\", \"ini\": 1776, \"clust\": 3282, \"rank\": 2905, \"rankvar\": 928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1730, \"group\": [3281.0, 701.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTCGCGAC\", \"ini\": 1775, \"clust\": 4082, \"rank\": 2643, \"rankvar\": 1096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1814, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1731, \"group\": [4078.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGTTAACC\", \"ini\": 1774, \"clust\": 3442, \"rank\": 2636, \"rankvar\": 1211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1815, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1732, \"group\": [3439.0, 731.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCAGCATGAG\", \"ini\": 1773, \"clust\": 2666, \"rank\": 3488, \"rankvar\": 5083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1816, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 111, \"group\": [2663.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAAGTAA\", \"ini\": 1772, \"clust\": 14, \"rank\": 2877, \"rankvar\": 4798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1817, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5215, \"group\": [14.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCACTTATC\", \"ini\": 1771, \"clust\": 4024, \"rank\": 2627, \"rankvar\": 1142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1733, \"group\": [4023.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCAATAAGG\", \"ini\": 1770, \"clust\": 4083, \"rank\": 2460, \"rankvar\": 2812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1819, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1734, \"group\": [4087.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACCAGGC\", \"ini\": 1769, \"clust\": 3354, \"rank\": 2786, \"rankvar\": 3289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1735, \"group\": [3353.0, 713.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACACCATCCT\", \"ini\": 1768, \"clust\": 1726, \"rank\": 2294, \"rankvar\": 2561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1821, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4911, \"group\": [1725.0, 270.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCAGCTTAG\", \"ini\": 1767, \"clust\": 3522, \"rank\": 2947, \"rankvar\": 1662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1822, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1736, \"group\": [3523.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATTACCG\", \"ini\": 1766, \"clust\": 4016, \"rank\": 2599, \"rankvar\": 3064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1737, \"group\": [4014.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCATCTGCC\", \"ini\": 1765, \"clust\": 3529, \"rank\": 2764, \"rankvar\": 2009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1738, \"group\": [3526.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGGCAGGTT\", \"ini\": 1764, \"clust\": 3427, \"rank\": 2512, \"rankvar\": 647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1825, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1739, \"group\": [3429.0, 728.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTTGTTTGG\", \"ini\": 1763, \"clust\": 4518, \"rank\": 2535, \"rankvar\": 3721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1826, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2780, \"group\": [4516.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTTCACTCTTA\", \"ini\": 1762, \"clust\": 3011, \"rank\": 2339, \"rankvar\": 2134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1827, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1740, \"group\": [3012.0, 640.0, 115.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGATGAGG\", \"ini\": 1761, \"clust\": 3974, \"rank\": 2414, \"rankvar\": 3484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1828, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1741, \"group\": [3972.0, 747.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCGCCGTGA\", \"ini\": 1760, \"clust\": 4369, \"rank\": 2718, \"rankvar\": 1919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1742, \"group\": [4370.0, 785.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTTCCGGCA\", \"ini\": 1759, \"clust\": 2017, \"rank\": 2400, \"rankvar\": 4129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1830, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4912, \"group\": [2017.0, 298.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGGATGGG\", \"ini\": 1758, \"clust\": 3513, \"rank\": 2787, \"rankvar\": 2055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1743, \"group\": [3511.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCCTCCTAG\", \"ini\": 1757, \"clust\": 1712, \"rank\": 2592, \"rankvar\": 2623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1832, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4913, \"group\": [1711.0, 266.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTTATCGC\", \"ini\": 1756, \"clust\": 4135, \"rank\": 2526, \"rankvar\": 3355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1744, \"group\": [4132.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGAGCCTAG\", \"ini\": 1755, \"clust\": 4039, \"rank\": 2704, \"rankvar\": 3731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1745, \"group\": [4036.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCCGTCAG\", \"ini\": 1754, \"clust\": 4176, \"rank\": 2571, \"rankvar\": 1946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1746, \"group\": [4173.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGGAGGTA\", \"ini\": 1753, \"clust\": 4021, \"rank\": 2474, \"rankvar\": 2441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1747, \"group\": [4017.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGGAGTACC\", \"ini\": 1752, \"clust\": 2032, \"rank\": 1357, \"rankvar\": 4588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1837, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4914, \"group\": [2030.0, 299.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGCTCAACT\", \"ini\": 1751, \"clust\": 3990, \"rank\": 2494, \"rankvar\": 2422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1838, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1748, \"group\": [3989.0, 747.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGAGTACCG\", \"ini\": 1750, \"clust\": 4448, \"rank\": 1463, \"rankvar\": 613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1839, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2781, \"group\": [4448.0, 847.0, 148.0, 37.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGGATTCGG\", \"ini\": 1749, \"clust\": 4386, \"rank\": 2867, \"rankvar\": 2924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1749, \"group\": [4387.0, 797.0, 129.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTAGAAAGG\", \"ini\": 1748, \"clust\": 4253, \"rank\": 2907, \"rankvar\": 3174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1750, \"group\": [4251.0, 763.0, 126.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGATCTCGTTTA\", \"ini\": 1747, \"clust\": 1894, \"rank\": 2596, \"rankvar\": 4189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4915, \"group\": [1893.0, 292.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCGATGAGG\", \"ini\": 1746, \"clust\": 1579, \"rank\": 1371, \"rankvar\": 4065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1843, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3968, \"group\": [1582.0, 211.0, 34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGTGCGTC\", \"ini\": 1745, \"clust\": 1714, \"rank\": 2519, \"rankvar\": 2777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1844, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4916, \"group\": [1713.0, 266.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTATCGCAT\", \"ini\": 1744, \"clust\": 1658, \"rank\": 2532, \"rankvar\": 4069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1845, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4917, \"group\": [1657.0, 246.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACAGTGGAGT\", \"ini\": 1743, \"clust\": 1636, \"rank\": 1448, \"rankvar\": 3229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3143, \"group\": [1636.0, 233.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGGTTCC\", \"ini\": 1742, \"clust\": 2587, \"rank\": 3304, \"rankvar\": 5136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1847, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 112, \"group\": [2586.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGAGGGA\", \"ini\": 1741, \"clust\": 3252, \"rank\": 2752, \"rankvar\": 766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1848, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1751, \"group\": [3254.0, 688.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGTTTGG\", \"ini\": 1740, \"clust\": 4028, \"rank\": 2706, \"rankvar\": 1475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1752, \"group\": [4025.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTATCTGCA\", \"ini\": 1739, \"clust\": 4499, \"rank\": 2157, \"rankvar\": 4278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1850, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2782, \"group\": [4498.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGGATATAC\", \"ini\": 1738, \"clust\": 4555, \"rank\": 2563, \"rankvar\": 3185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1851, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2783, \"group\": [4553.0, 872.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTTCTGTTT\", \"ini\": 1737, \"clust\": 3464, \"rank\": 3001, \"rankvar\": 1353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1852, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1753, \"group\": [3461.0, 733.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCGGAAG\", \"ini\": 1736, \"clust\": 4249, \"rank\": 2951, \"rankvar\": 2074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1754, \"group\": [4249.0, 762.0, 126.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTACCGTTA\", \"ini\": 1735, \"clust\": 3526, \"rank\": 2848, \"rankvar\": 783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1755, \"group\": [3528.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCAAACGTGG\", \"ini\": 1734, \"clust\": 3349, \"rank\": 2748, \"rankvar\": 468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1855, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1756, \"group\": [3350.0, 713.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTGCGACG\", \"ini\": 1733, \"clust\": 4076, \"rank\": 2668, \"rankvar\": 1542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1757, \"group\": [4080.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGCCTATGT\", \"ini\": 1732, \"clust\": 3985, \"rank\": 2623, \"rankvar\": 2017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1758, \"group\": [3986.0, 747.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGACGCTTT\", \"ini\": 1731, \"clust\": 3350, \"rank\": 2726, \"rankvar\": 2326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1858, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1759, \"group\": [3348.0, 713.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTATCGCAT\", \"ini\": 1730, \"clust\": 1589, \"rank\": 1411, \"rankvar\": 1697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3144, \"group\": [1592.0, 221.0, 36.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCGCATAA\", \"ini\": 1729, \"clust\": 2654, \"rank\": 3537, \"rankvar\": 5212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1860, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 113, \"group\": [2650.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAAGTAGTA\", \"ini\": 1728, \"clust\": 4174, \"rank\": 2502, \"rankvar\": 2626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1861, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1760, \"group\": [4174.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGTCATCCA\", \"ini\": 1727, \"clust\": 3562, \"rank\": 2657, \"rankvar\": 3026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1761, \"group\": [3561.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAGTATGGTTC\", \"ini\": 1726, \"clust\": 2658, \"rank\": 3386, \"rankvar\": 4911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1863, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 114, \"group\": [2656.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTAATTGGA\", \"ini\": 1725, \"clust\": 4126, \"rank\": 2482, \"rankvar\": 1725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1762, \"group\": [4130.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATGGTCTA\", \"ini\": 1724, \"clust\": 2656, \"rank\": 3300, \"rankvar\": 4992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1865, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 115, \"group\": [2654.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCACCCGAG\", \"ini\": 1723, \"clust\": 3521, \"rank\": 2906, \"rankvar\": 3166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1763, \"group\": [3518.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAGACGTAG\", \"ini\": 1722, \"clust\": 3540, \"rank\": 2836, \"rankvar\": 1849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1764, \"group\": [3539.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCCGTACAA\", \"ini\": 1721, \"clust\": 3466, \"rank\": 2723, \"rankvar\": 2329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1868, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1765, \"group\": [3465.0, 733.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGAGTGACC\", \"ini\": 1720, \"clust\": 4473, \"rank\": 2481, \"rankvar\": 4464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1869, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2784, \"group\": [4472.0, 866.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGCCCTAAT\", \"ini\": 1719, \"clust\": 1899, \"rank\": 2230, \"rankvar\": 4218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1870, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4918, \"group\": [1898.0, 292.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGGAGCGTT\", \"ini\": 1718, \"clust\": 2566, \"rank\": 3166, \"rankvar\": 4807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1871, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 116, \"group\": [2562.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACATAACC\", \"ini\": 1717, \"clust\": 1909, \"rank\": 2146, \"rankvar\": 3281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1872, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4919, \"group\": [1911.0, 296.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACAAGCCATT\", \"ini\": 1716, \"clust\": 1741, \"rank\": 2204, \"rankvar\": 4253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1873, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4920, \"group\": [1740.0, 273.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCGCGAAA\", \"ini\": 1715, \"clust\": 1929, \"rank\": 2232, \"rankvar\": 4547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1874, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4921, \"group\": [1931.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTCGACTGC\", \"ini\": 1714, \"clust\": 4254, \"rank\": 2853, \"rankvar\": 893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1766, \"group\": [4252.0, 763.0, 126.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCATTCTA\", \"ini\": 1713, \"clust\": 4151, \"rank\": 2467, \"rankvar\": 3583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1767, \"group\": [4149.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAACTGTC\", \"ini\": 1712, \"clust\": 2099, \"rank\": 2779, \"rankvar\": 3919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1877, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4922, \"group\": [2097.0, 302.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTGGACGAT\", \"ini\": 1711, \"clust\": 4063, \"rank\": 2576, \"rankvar\": 3214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1768, \"group\": [4062.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACACATGGGA\", \"ini\": 1710, \"clust\": 3640, \"rank\": 2556, \"rankvar\": 926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1769, \"group\": [3639.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGTCAGCC\", \"ini\": 1709, \"clust\": 1733, \"rank\": 2539, \"rankvar\": 3768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1880, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4923, \"group\": [1731.0, 270.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCATGGTAGG\", \"ini\": 1708, \"clust\": 3372, \"rank\": 2760, \"rankvar\": 1359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1881, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1770, \"group\": [3377.0, 716.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACATTTCAGG\", \"ini\": 1707, \"clust\": 3359, \"rank\": 2819, \"rankvar\": 1950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1771, \"group\": [3359.0, 713.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTCGGATCC\", \"ini\": 1706, \"clust\": 1640, \"rank\": 1846, \"rankvar\": 2162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3145, \"group\": [1639.0, 233.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAGTATTAGCC\", \"ini\": 1705, \"clust\": 4035, \"rank\": 2542, \"rankvar\": 2143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1772, \"group\": [4032.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCGCAT\", \"ini\": 1704, \"clust\": 3415, \"rank\": 2759, \"rankvar\": 1140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1773, \"group\": [3415.0, 724.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCATTCACTT\", \"ini\": 1703, \"clust\": 3367, \"rank\": 2869, \"rankvar\": 2852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1774, \"group\": [3366.0, 714.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGTGGACC\", \"ini\": 1702, \"clust\": 21, \"rank\": 3129, \"rankvar\": 4754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1887, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5216, \"group\": [20.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTTTACGT\", \"ini\": 1701, \"clust\": 3578, \"rank\": 2699, \"rankvar\": 1091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1775, \"group\": [3577.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCAACACCTA\", \"ini\": 1700, \"clust\": 1562, \"rank\": 1507, \"rankvar\": 4599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1889, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3969, \"group\": [1563.0, 208.0, 34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTACATGA\", \"ini\": 1699, \"clust\": 3391, \"rank\": 2680, \"rankvar\": 474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1776, \"group\": [3390.0, 720.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATGTGGT\", \"ini\": 1698, \"clust\": 1991, \"rank\": 2560, \"rankvar\": 3805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1891, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4924, \"group\": [1989.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTAACGGT\", \"ini\": 1697, \"clust\": 2568, \"rank\": 3096, \"rankvar\": 4761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1892, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 117, \"group\": [2565.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGATAAGT\", \"ini\": 1696, \"clust\": 3487, \"rank\": 2611, \"rankvar\": 1942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1777, \"group\": [3488.0, 736.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTACGCCC\", \"ini\": 1695, \"clust\": 4526, \"rank\": 2687, \"rankvar\": 3893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1894, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2785, \"group\": [4524.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAAACGCG\", \"ini\": 1694, \"clust\": 3374, \"rank\": 2780, \"rankvar\": 3047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1778, \"group\": [3372.0, 716.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGACCTAGG\", \"ini\": 1693, \"clust\": 2575, \"rank\": 3061, \"rankvar\": 5073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1896, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 118, \"group\": [2571.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGTAGAGC\", \"ini\": 1692, \"clust\": 464, \"rank\": 1345, \"rankvar\": 3822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1897, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3146, \"group\": [476.0, 86.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGGCGACAT\", \"ini\": 1691, \"clust\": 3470, \"rank\": 2816, \"rankvar\": 1813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1898, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1779, \"group\": [3469.0, 734.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACGGTTTA\", \"ini\": 1690, \"clust\": 3030, \"rank\": 2801, \"rankvar\": 772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1780, \"group\": [3031.0, 652.0, 119.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCCGACTT\", \"ini\": 1689, \"clust\": 2095, \"rank\": 2738, \"rankvar\": 1744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1900, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4925, \"group\": [2093.0, 301.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAGGTAA\", \"ini\": 1688, \"clust\": 3294, \"rank\": 2872, \"rankvar\": 4064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1781, \"group\": [3294.0, 705.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGCT\", \"ini\": 1687, \"clust\": 3667, \"rank\": 2725, \"rankvar\": 4658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1782, \"group\": [3666.0, 741.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGATGTAT\", \"ini\": 1686, \"clust\": 1659, \"rank\": 2604, \"rankvar\": 4349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1903, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4926, \"group\": [1658.0, 246.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCATCTGTT\", \"ini\": 1685, \"clust\": 2116, \"rank\": 2661, \"rankvar\": 1990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1904, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4927, \"group\": [2114.0, 305.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGCTAGTTC\", \"ini\": 1684, \"clust\": 3410, \"rank\": 2798, \"rankvar\": 547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1783, \"group\": [3409.0, 723.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGTCACGCC\", \"ini\": 1683, \"clust\": 3290, \"rank\": 2831, \"rankvar\": 1215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1784, \"group\": [3291.0, 704.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTTGGACCC\", \"ini\": 1682, \"clust\": 2066, \"rank\": 2360, \"rankvar\": 3906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4928, \"group\": [2065.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAGGCCCA\", \"ini\": 1681, \"clust\": 3530, \"rank\": 3046, \"rankvar\": 1991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1785, \"group\": [3527.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTTGTATC\", \"ini\": 1680, \"clust\": 1608, \"rank\": 1075, \"rankvar\": 4053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1909, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3147, \"group\": [1612.0, 229.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTAGCTGCC\", \"ini\": 1679, \"clust\": 4250, \"rank\": 2928, \"rankvar\": 2023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1786, \"group\": [4250.0, 762.0, 126.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATGACT\", \"ini\": 1678, \"clust\": 1724, \"rank\": 2589, \"rankvar\": 2685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4929, \"group\": [1726.0, 270.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAATCCGCTGTT\", \"ini\": 1677, \"clust\": 3992, \"rank\": 2530, \"rankvar\": 2504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1787, \"group\": [3988.0, 747.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCTAGCCC\", \"ini\": 1676, \"clust\": 3346, \"rank\": 2833, \"rankvar\": 1280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1788, \"group\": [3346.0, 712.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACACGGTGTC\", \"ini\": 1675, \"clust\": 3317, \"rank\": 3048, \"rankvar\": 1232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1789, \"group\": [3316.0, 710.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGAACTGTA\", \"ini\": 1674, \"clust\": 3550, \"rank\": 2496, \"rankvar\": 2431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1790, \"group\": [3548.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACCGTTA\", \"ini\": 1673, \"clust\": 2687, \"rank\": 2912, \"rankvar\": 4606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1791, \"group\": [2688.0, 489.0, 90.0, 24.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCATGGAATA\", \"ini\": 1672, \"clust\": 2033, \"rank\": 2803, \"rankvar\": 4101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1917, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4930, \"group\": [2033.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATTACCC\", \"ini\": 1671, \"clust\": 3256, \"rank\": 2681, \"rankvar\": 3291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1792, \"group\": [3256.0, 690.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAGTGAGTG\", \"ini\": 1670, \"clust\": 1767, \"rank\": 1733, \"rankvar\": 4454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1919, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4931, \"group\": [1764.0, 280.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCACGGTTA\", \"ini\": 1669, \"clust\": 3299, \"rank\": 2976, \"rankvar\": 3978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1793, \"group\": [3297.0, 706.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTAGCCTCG\", \"ini\": 1668, \"clust\": 4553, \"rank\": 2901, \"rankvar\": 1910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1921, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2786, \"group\": [4556.0, 873.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAACGCGA\", \"ini\": 1667, \"clust\": 4139, \"rank\": 2689, \"rankvar\": 4121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1794, \"group\": [4140.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCTCCACT\", \"ini\": 1666, \"clust\": 2114, \"rank\": 2854, \"rankvar\": 2740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4932, \"group\": [2112.0, 305.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTATAATGG\", \"ini\": 1665, \"clust\": 3614, \"rank\": 2766, \"rankvar\": 2306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1795, \"group\": [3614.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCACTTACT\", \"ini\": 1664, \"clust\": 3493, \"rank\": 2846, \"rankvar\": 3604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1796, \"group\": [3494.0, 736.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTGTATGGG\", \"ini\": 1663, \"clust\": 2063, \"rank\": 2169, \"rankvar\": 4406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1926, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4933, \"group\": [2062.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCACCTTAT\", \"ini\": 1662, \"clust\": 3343, \"rank\": 3007, \"rankvar\": 3104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1927, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1797, \"group\": [3343.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCATCGATG\", \"ini\": 1661, \"clust\": 3435, \"rank\": 2714, \"rankvar\": 3600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1798, \"group\": [3433.0, 729.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAACGACG\", \"ini\": 1660, \"clust\": 3338, \"rank\": 2825, \"rankvar\": 2489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1799, \"group\": [3337.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACGATGT\", \"ini\": 1659, \"clust\": 3458, \"rank\": 3030, \"rankvar\": 2249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1930, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1800, \"group\": [3457.0, 733.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTACACCGC\", \"ini\": 1658, \"clust\": 3007, \"rank\": 3105, \"rankvar\": 665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1931, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1801, \"group\": [3010.0, 638.0, 113.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGAACTGT\", \"ini\": 1657, \"clust\": 2569, \"rank\": 3237, \"rankvar\": 4853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1932, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 119, \"group\": [2563.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGGACCACA\", \"ini\": 1656, \"clust\": 1556, \"rank\": 2318, \"rankvar\": 4311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1933, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3970, \"group\": [1557.0, 207.0, 34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAATAACGA\", \"ini\": 1655, \"clust\": 3328, \"rank\": 2968, \"rankvar\": 2836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1934, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1802, \"group\": [3328.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGCCTAA\", \"ini\": 1654, \"clust\": 3318, \"rank\": 2904, \"rankvar\": 2437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1803, \"group\": [3317.0, 710.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCACAACGCC\", \"ini\": 1653, \"clust\": 1624, \"rank\": 1333, \"rankvar\": 3372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3148, \"group\": [1627.0, 230.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCCATGCTC\", \"ini\": 1652, \"clust\": 2083, \"rank\": 2245, \"rankvar\": 4171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1937, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4934, \"group\": [2085.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGCTGCT\", \"ini\": 1651, \"clust\": 3418, \"rank\": 2789, \"rankvar\": 1525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1938, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1804, \"group\": [3418.0, 727.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTTAAGCC\", \"ini\": 1650, \"clust\": 4516, \"rank\": 2472, \"rankvar\": 3537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2787, \"group\": [4523.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGGTTTCA\", \"ini\": 1649, \"clust\": 1715, \"rank\": 2838, \"rankvar\": 3629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4935, \"group\": [1714.0, 266.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGAGGGTT\", \"ini\": 1648, \"clust\": 1981, \"rank\": 2492, \"rankvar\": 4221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1941, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4936, \"group\": [1981.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAATGGATA\", \"ini\": 1647, \"clust\": 1630, \"rank\": 1818, \"rankvar\": 2366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3149, \"group\": [1628.0, 230.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGGTACTCT\", \"ini\": 1646, \"clust\": 3371, \"rank\": 3034, \"rankvar\": 878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1805, \"group\": [3370.0, 715.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAACGCTA\", \"ini\": 1645, \"clust\": 1977, \"rank\": 2463, \"rankvar\": 4310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4937, \"group\": [1976.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTTCAACCA\", \"ini\": 1644, \"clust\": 3412, \"rank\": 2750, \"rankvar\": 737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1806, \"group\": [3411.0, 723.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCAGAGGT\", \"ini\": 1643, \"clust\": 3334, \"rank\": 2879, \"rankvar\": 2247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1946, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1807, \"group\": [3334.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCAAGATCC\", \"ini\": 1642, \"clust\": 2663, \"rank\": 3479, \"rankvar\": 4829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1947, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 120, \"group\": [2661.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCAGATAATG\", \"ini\": 1641, \"clust\": 3561, \"rank\": 2822, \"rankvar\": 3008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1948, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1808, \"group\": [3557.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGCGATTCT\", \"ini\": 1640, \"clust\": 3389, \"rank\": 2859, \"rankvar\": 1462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1809, \"group\": [3391.0, 720.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAGGCT\", \"ini\": 1639, \"clust\": 4108, \"rank\": 2436, \"rankvar\": 1132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1810, \"group\": [4106.0, 750.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAAACTGCT\", \"ini\": 1638, \"clust\": 3365, \"rank\": 2844, \"rankvar\": 1390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1811, \"group\": [3362.0, 713.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTTGCGT\", \"ini\": 1637, \"clust\": 2581, \"rank\": 3310, \"rankvar\": 4979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1952, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 121, \"group\": [2587.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGTAGATGT\", \"ini\": 1636, \"clust\": 4037, \"rank\": 2527, \"rankvar\": 4457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1812, \"group\": [4034.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTGACGCCT\", \"ini\": 1635, \"clust\": 3468, \"rank\": 2982, \"rankvar\": 154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1813, \"group\": [3467.0, 734.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCTCGCAT\", \"ini\": 1634, \"clust\": 465, \"rank\": 1306, \"rankvar\": 2335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3150, \"group\": [465.0, 85.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAGGTTTCA\", \"ini\": 1633, \"clust\": 3331, \"rank\": 2783, \"rankvar\": 1470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1814, \"group\": [3333.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCTGGC\", \"ini\": 1632, \"clust\": 472, \"rank\": 1763, \"rankvar\": 1957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3151, \"group\": [472.0, 85.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTTAAAGTG\", \"ini\": 1631, \"clust\": 4011, \"rank\": 2818, \"rankvar\": 2132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1815, \"group\": [4009.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGGAGCAA\", \"ini\": 1630, \"clust\": 3329, \"rank\": 2894, \"rankvar\": 2220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1816, \"group\": [3329.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGGTGTGGT\", \"ini\": 1629, \"clust\": 3315, \"rank\": 3077, \"rankvar\": 1122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1817, \"group\": [3311.0, 710.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAACAACA\", \"ini\": 1628, \"clust\": 3462, \"rank\": 3019, \"rankvar\": 1921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1961, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1818, \"group\": [3462.0, 733.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCCAGTTT\", \"ini\": 1627, \"clust\": 4022, \"rank\": 2956, \"rankvar\": 971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1819, \"group\": [4040.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTACATGTC\", \"ini\": 1626, \"clust\": 3351, \"rank\": 2896, \"rankvar\": 967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1820, \"group\": [3349.0, 713.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCACCGATAT\", \"ini\": 1625, \"clust\": 34, \"rank\": 2708, \"rankvar\": 4943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1964, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5217, \"group\": [32.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACACTGCG\", \"ini\": 1624, \"clust\": 3411, \"rank\": 2645, \"rankvar\": 1580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1821, \"group\": [3410.0, 723.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTACGCCC\", \"ini\": 1623, \"clust\": 3297, \"rank\": 2829, \"rankvar\": 252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1822, \"group\": [3304.0, 707.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCAAGCC\", \"ini\": 1622, \"clust\": 3977, \"rank\": 2865, \"rankvar\": 1367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1823, \"group\": [3982.0, 747.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCAGGAATGC\", \"ini\": 1621, \"clust\": 3563, \"rank\": 2781, \"rankvar\": 3496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1824, \"group\": [3562.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTGATGATA\", \"ini\": 1620, \"clust\": 4245, \"rank\": 3211, \"rankvar\": 400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1969, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1825, \"group\": [4248.0, 761.0, 126.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTCCGAATT\", \"ini\": 1619, \"clust\": 1623, \"rank\": 2191, \"rankvar\": 2211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3152, \"group\": [1631.0, 231.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGACACGAC\", \"ini\": 1618, \"clust\": 2465, \"rank\": 3090, \"rankvar\": 1708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1971, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 122, \"group\": [2465.0, 442.0, 76.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTGCACCAC\", \"ini\": 1617, \"clust\": 3032, \"rank\": 2993, \"rankvar\": 1610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1972, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1826, \"group\": [3033.0, 654.0, 120.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGACACGAC\", \"ini\": 1616, \"clust\": 4248, \"rank\": 3036, \"rankvar\": 1146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1973, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1827, \"group\": [4255.0, 764.0, 126.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCATGCTCC\", \"ini\": 1615, \"clust\": 3591, \"rank\": 2817, \"rankvar\": 2450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1828, \"group\": [3594.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGCTTAG\", \"ini\": 1614, \"clust\": 3369, \"rank\": 3103, \"rankvar\": 2418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1829, \"group\": [3371.0, 715.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTCAAACTC\", \"ini\": 1613, \"clust\": 3964, \"rank\": 2739, \"rankvar\": 3864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1976, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1830, \"group\": [3962.0, 746.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCTAGCCC\", \"ini\": 1612, \"clust\": 4173, \"rank\": 2765, \"rankvar\": 3276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1831, \"group\": [4170.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTTACTGAC\", \"ini\": 1611, \"clust\": 1782, \"rank\": 2483, \"rankvar\": 2378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1978, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4938, \"group\": [1787.0, 282.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAATTGCTG\", \"ini\": 1610, \"clust\": 3358, \"rank\": 2791, \"rankvar\": 627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1832, \"group\": [3360.0, 713.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATGCTAGT\", \"ini\": 1609, \"clust\": 3355, \"rank\": 2991, \"rankvar\": 2078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1833, \"group\": [3354.0, 713.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCCGCTGA\", \"ini\": 1608, \"clust\": 4009, \"rank\": 2882, \"rankvar\": 2497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1834, \"group\": [4010.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCAGCGATT\", \"ini\": 1607, \"clust\": 4077, \"rank\": 2812, \"rankvar\": 729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1835, \"group\": [4076.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGACACG\", \"ini\": 1606, \"clust\": 3280, \"rank\": 2897, \"rankvar\": 1391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1836, \"group\": [3282.0, 702.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATCCGGGT\", \"ini\": 1605, \"clust\": 4527, \"rank\": 3058, \"rankvar\": 4141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1984, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2788, \"group\": [4525.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCATCGATG\", \"ini\": 1604, \"clust\": 4264, \"rank\": 3014, \"rankvar\": 965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1837, \"group\": [4268.0, 772.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCATAGAAAC\", \"ini\": 1603, \"clust\": 3352, \"rank\": 3127, \"rankvar\": 2245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1986, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1838, \"group\": [3351.0, 713.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATAACCTG\", \"ini\": 1602, \"clust\": 270, \"rank\": 2555, \"rankvar\": 4396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1987, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3971, \"group\": [270.0, 52.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGGTGGGTT\", \"ini\": 1601, \"clust\": 3362, \"rank\": 2898, \"rankvar\": 789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1839, \"group\": [3364.0, 713.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACATAACC\", \"ini\": 1600, \"clust\": 2034, \"rank\": 2691, \"rankvar\": 2866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1989, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4939, \"group\": [2034.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCATTATCC\", \"ini\": 1599, \"clust\": 1722, \"rank\": 2383, \"rankvar\": 3188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1990, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4940, \"group\": [1722.0, 270.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCGATGAGG\", \"ini\": 1598, \"clust\": 4129, \"rank\": 2832, \"rankvar\": 678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1991, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1840, \"group\": [4129.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATAGCTGATAA\", \"ini\": 1597, \"clust\": 3302, \"rank\": 2965, \"rankvar\": 3637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1841, \"group\": [3302.0, 706.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTCGGGCT\", \"ini\": 1596, \"clust\": 3261, \"rank\": 3010, \"rankvar\": 2945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1993, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1842, \"group\": [3260.0, 692.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGGAAATA\", \"ini\": 1595, \"clust\": 4530, \"rank\": 2641, \"rankvar\": 3412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1994, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2789, \"group\": [4529.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGACATTGGTAC\", \"ini\": 1594, \"clust\": 4003, \"rank\": 2851, \"rankvar\": 1649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1843, \"group\": [4002.0, 748.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGGAAATA\", \"ini\": 1593, \"clust\": 1582, \"rank\": 2658, \"rankvar\": 312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3153, \"group\": [1583.0, 212.0, 35.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCGTTTATC\", \"ini\": 1592, \"clust\": 3373, \"rank\": 2966, \"rankvar\": 657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1844, \"group\": [3376.0, 716.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAGTTCCCT\", \"ini\": 1591, \"clust\": 2562, \"rank\": 3333, \"rankvar\": 4847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1998, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 123, \"group\": [2560.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCGTAGAGCTG\", \"ini\": 1590, \"clust\": 1632, \"rank\": 1207, \"rankvar\": 4425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3154, \"group\": [1635.0, 232.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTACTATC\", \"ini\": 1589, \"clust\": 4536, \"rank\": 2809, \"rankvar\": 4049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2000, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2790, \"group\": [4534.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTTCCGCGGTA\", \"ini\": 1588, \"clust\": 2617, \"rank\": 3557, \"rankvar\": 5086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2001, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 124, \"group\": [2617.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACAGCT\", \"ini\": 1587, \"clust\": 4372, \"rank\": 2989, \"rankvar\": 1198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2002, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1845, \"group\": [4372.0, 786.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCCAACGG\", \"ini\": 1586, \"clust\": 3314, \"rank\": 3135, \"rankvar\": 2081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1846, \"group\": [3313.0, 710.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAGTGTTGAGG\", \"ini\": 1585, \"clust\": 2018, \"rank\": 2685, \"rankvar\": 3432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4941, \"group\": [2018.0, 298.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAGCCTAT\", \"ini\": 1584, \"clust\": 3353, \"rank\": 2929, \"rankvar\": 1484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1847, \"group\": [3352.0, 713.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCATCACGAT\", \"ini\": 1583, \"clust\": 2025, \"rank\": 2485, \"rankvar\": 3969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2006, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4942, \"group\": [2025.0, 299.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTCCCGAG\", \"ini\": 1582, \"clust\": 3559, \"rank\": 2996, \"rankvar\": 3644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1848, \"group\": [3558.0, 739.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGCATACT\", \"ini\": 1581, \"clust\": 4471, \"rank\": 2945, \"rankvar\": 3703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2008, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2791, \"group\": [4470.0, 864.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCTTTCCTC\", \"ini\": 1580, \"clust\": 3986, \"rank\": 2758, \"rankvar\": 4041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2009, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1849, \"group\": [3985.0, 747.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTGTTG\", \"ini\": 1579, \"clust\": 1745, \"rank\": 2581, \"rankvar\": 3190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2010, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4943, \"group\": [1744.0, 274.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCATATACGC\", \"ini\": 1578, \"clust\": 2673, \"rank\": 3582, \"rankvar\": 4634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2011, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 125, \"group\": [2670.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGAATCTCC\", \"ini\": 1577, \"clust\": 3356, \"rank\": 3039, \"rankvar\": 510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1850, \"group\": [3355.0, 713.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAATGAC\", \"ini\": 1576, \"clust\": 2671, \"rank\": 3686, \"rankvar\": 4899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2013, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 126, \"group\": [2671.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCATCGGAT\", \"ini\": 1575, \"clust\": 1633, \"rank\": 1762, \"rankvar\": 1401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2014, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3155, \"group\": [1634.0, 232.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGAGTACAT\", \"ini\": 1574, \"clust\": 4029, \"rank\": 2950, \"rankvar\": 1830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1851, \"group\": [4026.0, 749.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCGATCCC\", \"ini\": 1573, \"clust\": 467, \"rank\": 1663, \"rankvar\": 3787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3156, \"group\": [467.0, 85.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGAGCAATT\", \"ini\": 1572, \"clust\": 4390, \"rank\": 3106, \"rankvar\": 1889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2017, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1852, \"group\": [4395.0, 800.0, 129.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCTTGTTTG\", \"ini\": 1571, \"clust\": 2404, \"rank\": 3130, \"rankvar\": 4347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2018, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 127, \"group\": [2404.0, 423.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCGAATGT\", \"ini\": 1570, \"clust\": 4393, \"rank\": 3123, \"rankvar\": 1242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1853, \"group\": [4391.0, 799.0, 129.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCTTGAGAC\", \"ini\": 1569, \"clust\": 3987, \"rank\": 2835, \"rankvar\": 2951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1854, \"group\": [3983.0, 747.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAGGCAGTA\", \"ini\": 1568, \"clust\": 2022, \"rank\": 2577, \"rankvar\": 4603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2021, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4944, \"group\": [2021.0, 298.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTACACT\", \"ini\": 1567, \"clust\": 2098, \"rank\": 2605, \"rankvar\": 3737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2022, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4945, \"group\": [2099.0, 302.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCGTGTCC\", \"ini\": 1566, \"clust\": 4243, \"rank\": 3161, \"rankvar\": 924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1855, \"group\": [4243.0, 758.0, 125.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTAAACACA\", \"ini\": 1565, \"clust\": 3288, \"rank\": 2697, \"rankvar\": 3211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1856, \"group\": [3287.0, 704.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCTGTTCA\", \"ini\": 1564, \"clust\": 1979, \"rank\": 2573, \"rankvar\": 4674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2025, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4946, \"group\": [1979.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCCTACAGA\", \"ini\": 1563, \"clust\": 3332, \"rank\": 2843, \"rankvar\": 2568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2026, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1857, \"group\": [3331.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCAGTAG\", \"ini\": 1562, \"clust\": 3461, \"rank\": 3020, \"rankvar\": 1274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1858, \"group\": [3463.0, 733.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTGCAGACA\", \"ini\": 1561, \"clust\": 3333, \"rank\": 2828, \"rankvar\": 4341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2028, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1859, \"group\": [3332.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTCGGCAC\", \"ini\": 1560, \"clust\": 2648, \"rank\": 3420, \"rankvar\": 5227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2029, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 128, \"group\": [2648.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCTACCTA\", \"ini\": 1559, \"clust\": 4374, \"rank\": 2958, \"rankvar\": 1779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2030, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1860, \"group\": [4375.0, 788.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTGTGTG\", \"ini\": 1558, \"clust\": 4556, \"rank\": 2938, \"rankvar\": 1707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2792, \"group\": [4554.0, 872.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGACTTGAA\", \"ini\": 1557, \"clust\": 3323, \"rank\": 2927, \"rankvar\": 4134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2032, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1861, \"group\": [3322.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCCTGACT\", \"ini\": 1556, \"clust\": 1734, \"rank\": 2686, \"rankvar\": 2961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2033, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4947, \"group\": [1732.0, 270.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGCTAACTC\", \"ini\": 1555, \"clust\": 4502, \"rank\": 2943, \"rankvar\": 2881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2034, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2793, \"group\": [4537.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCACAACGT\", \"ini\": 1554, \"clust\": 3344, \"rank\": 3024, \"rankvar\": 982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1862, \"group\": [3341.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCTGCA\", \"ini\": 1553, \"clust\": 3018, \"rank\": 2355, \"rankvar\": 4608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2036, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2794, \"group\": [3017.0, 642.0, 115.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCGAATGCT\", \"ini\": 1552, \"clust\": 3020, \"rank\": 2420, \"rankvar\": 3725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2795, \"group\": [3021.0, 643.0, 116.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGTCAATC\", \"ini\": 1551, \"clust\": 3253, \"rank\": 3009, \"rankvar\": 1250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1863, \"group\": [3252.0, 686.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACCTTTG\", \"ini\": 1550, \"clust\": 4373, \"rank\": 3149, \"rankvar\": 2647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1864, \"group\": [4373.0, 786.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGACATTA\", \"ini\": 1549, \"clust\": 2483, \"rank\": 3486, \"rankvar\": 5095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2040, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 129, \"group\": [2485.0, 455.0, 80.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGTGGCT\", \"ini\": 1548, \"clust\": 4370, \"rank\": 2980, \"rankvar\": 742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2041, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1865, \"group\": [4371.0, 785.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGGAGTCTG\", \"ini\": 1547, \"clust\": 575, \"rank\": 1984, \"rankvar\": 680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2042, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3157, \"group\": [578.0, 107.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATCTGCA\", \"ini\": 1546, \"clust\": 4528, \"rank\": 2792, \"rankvar\": 2920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2043, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2796, \"group\": [4531.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTCACTTCC\", \"ini\": 1545, \"clust\": 2019, \"rank\": 2435, \"rankvar\": 4664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2044, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4948, \"group\": [2023.0, 298.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTAAAGGAG\", \"ini\": 1544, \"clust\": 2542, \"rank\": 3200, \"rankvar\": 4429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2045, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 130, \"group\": [2539.0, 471.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTTAAGACA\", \"ini\": 1543, \"clust\": 3433, \"rank\": 2917, \"rankvar\": 569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1866, \"group\": [3434.0, 729.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCATGTCCTC\", \"ini\": 1542, \"clust\": 2466, \"rank\": 3346, \"rankvar\": 4027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2047, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4949, \"group\": [2466.0, 443.0, 76.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCATTCA\", \"ini\": 1541, \"clust\": 4136, \"rank\": 2694, \"rankvar\": 3847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1867, \"group\": [4137.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTACCTACA\", \"ini\": 1540, \"clust\": 1719, \"rank\": 2795, \"rankvar\": 3794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4950, \"group\": [1721.0, 269.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAATGACCT\", \"ini\": 1539, \"clust\": 3322, \"rank\": 3063, \"rankvar\": 2587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2050, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1868, \"group\": [3324.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCAGAAGCAC\", \"ini\": 1538, \"clust\": 4147, \"rank\": 2762, \"rankvar\": 1572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2051, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1869, \"group\": [4147.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGCTAGTGG\", \"ini\": 1537, \"clust\": 3287, \"rank\": 2908, \"rankvar\": 2972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1870, \"group\": [3286.0, 704.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTAACTTC\", \"ini\": 1536, \"clust\": 3289, \"rank\": 2955, \"rankvar\": 4486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1871, \"group\": [3288.0, 704.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGACTTGAA\", \"ini\": 1535, \"clust\": 2538, \"rank\": 3472, \"rankvar\": 4813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2054, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 131, \"group\": [2537.0, 470.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAATCCAAC\", \"ini\": 1534, \"clust\": 1728, \"rank\": 2449, \"rankvar\": 4175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2055, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4951, \"group\": [1729.0, 270.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCACGGCTAC\", \"ini\": 1533, \"clust\": 3262, \"rank\": 2870, \"rankvar\": 3036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2056, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1872, \"group\": [3261.0, 692.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCGTTGCT\", \"ini\": 1532, \"clust\": 1599, \"rank\": 1694, \"rankvar\": 2672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2057, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3158, \"group\": [1599.0, 226.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGCCACGTC\", \"ini\": 1531, \"clust\": 3380, \"rank\": 2999, \"rankvar\": 1023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1873, \"group\": [3382.0, 716.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGGGAGTAA\", \"ini\": 1530, \"clust\": 4378, \"rank\": 3151, \"rankvar\": 2234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1874, \"group\": [4379.0, 791.0, 128.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATGTGGTCTCG\", \"ini\": 1529, \"clust\": 2061, \"rank\": 2807, \"rankvar\": 4315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2060, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4952, \"group\": [2063.0, 300.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTTGTCC\", \"ini\": 1528, \"clust\": 4140, \"rank\": 2824, \"rankvar\": 2605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1875, \"group\": [4138.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCACTCTTA\", \"ini\": 1527, \"clust\": 3345, \"rank\": 3013, \"rankvar\": 4503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1876, \"group\": [3342.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCTGAAAT\", \"ini\": 1526, \"clust\": 1644, \"rank\": 3089, \"rankvar\": 2233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2063, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3026, \"group\": [1646.0, 238.0, 41.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTAAAGTG\", \"ini\": 1525, \"clust\": 2689, \"rank\": 2984, \"rankvar\": 2282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1877, \"group\": [2690.0, 490.0, 91.0, 24.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTTTGTGTG\", \"ini\": 1524, \"clust\": 1978, \"rank\": 2724, \"rankvar\": 4298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2065, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4953, \"group\": [1977.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATGTTGC\", \"ini\": 1523, \"clust\": 3309, \"rank\": 3100, \"rankvar\": 1029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2066, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1878, \"group\": [3307.0, 710.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCATCGGAT\", \"ini\": 1522, \"clust\": 1711, \"rank\": 2895, \"rankvar\": 3405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2067, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4954, \"group\": [1715.0, 267.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATGTAAG\", \"ini\": 1521, \"clust\": 2096, \"rank\": 2845, \"rankvar\": 4229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2068, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4955, \"group\": [2095.0, 302.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTGCCTGGT\", \"ini\": 1520, \"clust\": 1980, \"rank\": 2712, \"rankvar\": 3937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4956, \"group\": [1980.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCCACTTG\", \"ini\": 1519, \"clust\": 2537, \"rank\": 3209, \"rankvar\": 4743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2070, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 132, \"group\": [2538.0, 470.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGCCG\", \"ini\": 1518, \"clust\": 3445, \"rank\": 2920, \"rankvar\": 2075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1879, \"group\": [3443.0, 732.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTCGTTGTA\", \"ini\": 1517, \"clust\": 480, \"rank\": 2233, \"rankvar\": 659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3159, \"group\": [482.0, 88.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTGGCACA\", \"ini\": 1516, \"clust\": 466, \"rank\": 1923, \"rankvar\": 2287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2073, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3160, \"group\": [466.0, 85.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGAGAACAG\", \"ini\": 1515, \"clust\": 1713, \"rank\": 2978, \"rankvar\": 3143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2074, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4957, \"group\": [1712.0, 266.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTAGCCTAT\", \"ini\": 1514, \"clust\": 3296, \"rank\": 2940, \"rankvar\": 1522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1880, \"group\": [3296.0, 705.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGATATAC\", \"ini\": 1513, \"clust\": 3988, \"rank\": 3069, \"rankvar\": 4299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2076, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1881, \"group\": [3984.0, 747.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGATGCGAC\", \"ini\": 1512, \"clust\": 3375, \"rank\": 3167, \"rankvar\": 3217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1882, \"group\": [3373.0, 716.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGACAGAGA\", \"ini\": 1511, \"clust\": 2552, \"rank\": 3639, \"rankvar\": 4808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2078, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 133, \"group\": [2547.0, 473.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCGCAGGCT\", \"ini\": 1510, \"clust\": 4365, \"rank\": 2990, \"rankvar\": 1517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1883, \"group\": [4366.0, 785.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTTACAGAA\", \"ini\": 1509, \"clust\": 3301, \"rank\": 3094, \"rankvar\": 3096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2080, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1884, \"group\": [3303.0, 706.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGGAACGG\", \"ini\": 1508, \"clust\": 4260, \"rank\": 3131, \"rankvar\": 654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1885, \"group\": [4263.0, 768.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTAGATTAG\", \"ini\": 1507, \"clust\": 3507, \"rank\": 3153, \"rankvar\": 1974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2082, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1886, \"group\": [3504.0, 738.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAATACGCT\", \"ini\": 1506, \"clust\": 2641, \"rank\": 3768, \"rankvar\": 5197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2083, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 134, \"group\": [2639.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACGTCTCT\", \"ini\": 1505, \"clust\": 3310, \"rank\": 3098, \"rankvar\": 1088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2084, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1887, \"group\": [3308.0, 710.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCGTGGCT\", \"ini\": 1504, \"clust\": 1746, \"rank\": 2713, \"rankvar\": 3949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2085, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4958, \"group\": [1745.0, 274.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGAGCAATT\", \"ini\": 1503, \"clust\": 1982, \"rank\": 2622, \"rankvar\": 4066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4959, \"group\": [1982.0, 297.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCGAACTGT\", \"ini\": 1502, \"clust\": 2570, \"rank\": 3434, \"rankvar\": 4976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2087, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 135, \"group\": [2564.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCATCAACACTG\", \"ini\": 1501, \"clust\": 4503, \"rank\": 2820, \"rankvar\": 1971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2088, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2797, \"group\": [4506.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCGTAGAGTGC\", \"ini\": 1500, \"clust\": 3308, \"rank\": 3078, \"rankvar\": 909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1888, \"group\": [3309.0, 710.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAAAGGAG\", \"ini\": 1499, \"clust\": 578, \"rank\": 2567, \"rankvar\": 466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3161, \"group\": [579.0, 108.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGAGGTAGA\", \"ini\": 1498, \"clust\": 3313, \"rank\": 3067, \"rankvar\": 2370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2091, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1889, \"group\": [3314.0, 710.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCCACGCT\", \"ini\": 1497, \"clust\": 3381, \"rank\": 3064, \"rankvar\": 667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1890, \"group\": [3380.0, 716.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAGTACGT\", \"ini\": 1496, \"clust\": 3450, \"rank\": 2910, \"rankvar\": 4063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2093, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1891, \"group\": [3452.0, 733.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGCATGGT\", \"ini\": 1495, \"clust\": 4394, \"rank\": 3269, \"rankvar\": 3797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1892, \"group\": [4392.0, 799.0, 129.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGCTACGA\", \"ini\": 1494, \"clust\": 2675, \"rank\": 3502, \"rankvar\": 4531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2095, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 136, \"group\": [2674.0, 480.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGACAGCC\", \"ini\": 1493, \"clust\": 3021, \"rank\": 2883, \"rankvar\": 1575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2096, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2798, \"group\": [3022.0, 644.0, 116.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTGTGACGA\", \"ini\": 1492, \"clust\": 3382, \"rank\": 3141, \"rankvar\": 1597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2097, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1893, \"group\": [3381.0, 716.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACCACATCCAA\", \"ini\": 1491, \"clust\": 2586, \"rank\": 3487, \"rankvar\": 4994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2098, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 137, \"group\": [2581.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTCTC\", \"ini\": 1490, \"clust\": 2543, \"rank\": 3152, \"rankvar\": 4317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 138, \"group\": [2540.0, 471.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGAGGACGG\", \"ini\": 1489, \"clust\": 3298, \"rank\": 3226, \"rankvar\": 1413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1894, \"group\": [3299.0, 706.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCGGACAAG\", \"ini\": 1488, \"clust\": 2097, \"rank\": 2974, \"rankvar\": 3719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2101, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4960, \"group\": [2096.0, 302.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCTAAACC\", \"ini\": 1487, \"clust\": 1628, \"rank\": 1665, \"rankvar\": 3585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3162, \"group\": [1624.0, 230.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCCTATC\", \"ini\": 1486, \"clust\": 1560, \"rank\": 2433, \"rankvar\": 4494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2103, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3972, \"group\": [1559.0, 207.0, 34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCAGTCGATT\", \"ini\": 1485, \"clust\": 2667, \"rank\": 3828, \"rankvar\": 4845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2104, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 139, \"group\": [2668.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTTTGACTG\", \"ini\": 1484, \"clust\": 2572, \"rank\": 3510, \"rankvar\": 4882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2105, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 140, \"group\": [2567.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGAACCT\", \"ini\": 1483, \"clust\": 1737, \"rank\": 2630, \"rankvar\": 4379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4961, \"group\": [1743.0, 273.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCGGCTACG\", \"ini\": 1482, \"clust\": 3377, \"rank\": 3132, \"rankvar\": 2649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1895, \"group\": [3375.0, 716.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAGTCAGCC\", \"ini\": 1481, \"clust\": 3419, \"rank\": 2986, \"rankvar\": 1271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1896, \"group\": [3419.0, 727.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCGCTGTT\", \"ini\": 1480, \"clust\": 2645, \"rank\": 3756, \"rankvar\": 5160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2109, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 141, \"group\": [2644.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGGCAGTA\", \"ini\": 1479, \"clust\": 3017, \"rank\": 2728, \"rankvar\": 3770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2110, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2799, \"group\": [3019.0, 642.0, 115.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTTATCCGA\", \"ini\": 1478, \"clust\": 3005, \"rank\": 2992, \"rankvar\": 280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1897, \"group\": [3006.0, 635.0, 112.0, 27.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGATCGAGCCCA\", \"ini\": 1477, \"clust\": 1495, \"rank\": 2193, \"rankvar\": 1314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3163, \"group\": [1496.0, 184.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTTGTCAT\", \"ini\": 1476, \"clust\": 1637, \"rank\": 1735, \"rankvar\": 3366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3164, \"group\": [1637.0, 233.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCCCGACA\", \"ini\": 1475, \"clust\": 4469, \"rank\": 2814, \"rankvar\": 2733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2114, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2800, \"group\": [4471.0, 865.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCATTGCCC\", \"ini\": 1474, \"clust\": 1717, \"rank\": 2397, \"rankvar\": 3449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4962, \"group\": [1716.0, 268.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGCAGGTCA\", \"ini\": 1473, \"clust\": 3264, \"rank\": 2861, \"rankvar\": 862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1898, \"group\": [3266.0, 695.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTCGGCAC\", \"ini\": 1472, \"clust\": 3357, \"rank\": 3072, \"rankvar\": 1179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1899, \"group\": [3356.0, 713.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTTCGTC\", \"ini\": 1471, \"clust\": 2468, \"rank\": 3043, \"rankvar\": 1492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2118, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 142, \"group\": [2472.0, 448.0, 77.0, 20.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCAAGTAGTA\", \"ini\": 1470, \"clust\": 4141, \"rank\": 2926, \"rankvar\": 4699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1900, \"group\": [4139.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAAGGCTCC\", \"ini\": 1469, \"clust\": 579, \"rank\": 2649, \"rankvar\": 507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3165, \"group\": [580.0, 108.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTCCAGGG\", \"ini\": 1468, \"clust\": 3012, \"rank\": 2797, \"rankvar\": 1737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1901, \"group\": [3013.0, 640.0, 115.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGGCAGGTT\", \"ini\": 1467, \"clust\": 2020, \"rank\": 2677, \"rankvar\": 3547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4963, \"group\": [2019.0, 298.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCACGCGGT\", \"ini\": 1466, \"clust\": 4415, \"rank\": 3383, \"rankvar\": 767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1902, \"group\": [4415.0, 818.0, 136.0, 34.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTACAGACG\", \"ini\": 1465, \"clust\": 3324, \"rank\": 3216, \"rankvar\": 3363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1903, \"group\": [3323.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGATCTGAA\", \"ini\": 1464, \"clust\": 4876, \"rank\": 3466, \"rankvar\": 1094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2125, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4964, \"group\": [4875.0, 942.0, 162.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGACGACGT\", \"ini\": 1463, \"clust\": 2618, \"rank\": 3949, \"rankvar\": 5162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2126, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 143, \"group\": [2615.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATCATTC\", \"ini\": 1462, \"clust\": 3340, \"rank\": 3262, \"rankvar\": 3077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1904, \"group\": [3344.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTTTATC\", \"ini\": 1461, \"clust\": 2013, \"rank\": 2793, \"rankvar\": 3832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4965, \"group\": [2013.0, 298.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGTCATCT\", \"ini\": 1460, \"clust\": 3483, \"rank\": 3016, \"rankvar\": 4194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2129, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1905, \"group\": [3481.0, 736.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCTATCCCG\", \"ini\": 1459, \"clust\": 4132, \"rank\": 3038, \"rankvar\": 3558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1906, \"group\": [4134.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACATCCGG\", \"ini\": 1458, \"clust\": 1568, \"rank\": 2465, \"rankvar\": 4636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2131, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3973, \"group\": [1572.0, 208.0, 34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCAGTCGTGC\", \"ini\": 1457, \"clust\": 2495, \"rank\": 3576, \"rankvar\": 5022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 144, \"group\": [2498.0, 460.0, 81.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTCCATGA\", \"ini\": 1456, \"clust\": 3257, \"rank\": 2998, \"rankvar\": 226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1907, \"group\": [3263.0, 693.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTGATAAAC\", \"ini\": 1455, \"clust\": 2644, \"rank\": 3751, \"rankvar\": 5157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2134, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 145, \"group\": [2645.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTTCAGCGC\", \"ini\": 1454, \"clust\": 1729, \"rank\": 2651, \"rankvar\": 3015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2135, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4966, \"group\": [1727.0, 270.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGTGAAC\", \"ini\": 1453, \"clust\": 3305, \"rank\": 3085, \"rankvar\": 441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1908, \"group\": [3305.0, 708.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTTAAGAAC\", \"ini\": 1452, \"clust\": 3010, \"rank\": 2918, \"rankvar\": 1111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1909, \"group\": [3008.0, 636.0, 113.0, 28.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACTCGACG\", \"ini\": 1451, \"clust\": 3347, \"rank\": 3108, \"rankvar\": 817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1910, \"group\": [3347.0, 712.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGCATGCCTAA\", \"ini\": 1450, \"clust\": 4375, \"rank\": 2948, \"rankvar\": 1467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1911, \"group\": [4376.0, 788.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCTGCCAGG\", \"ini\": 1449, \"clust\": 2112, \"rank\": 3017, \"rankvar\": 3423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2140, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4967, \"group\": [2115.0, 306.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGATGAC\", \"ini\": 1448, \"clust\": 2623, \"rank\": 3626, \"rankvar\": 5170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2141, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 146, \"group\": [2620.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAGTCTTCC\", \"ini\": 1447, \"clust\": 4244, \"rank\": 3219, \"rankvar\": 831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1912, \"group\": [4244.0, 758.0, 125.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCCTAGAAC\", \"ini\": 1446, \"clust\": 4873, \"rank\": 3514, \"rankvar\": 1703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2143, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4968, \"group\": [4878.0, 944.0, 162.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGTCATCTGCC\", \"ini\": 1445, \"clust\": 3312, \"rank\": 3246, \"rankvar\": 2011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1913, \"group\": [3315.0, 710.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTAGAAAGG\", \"ini\": 1444, \"clust\": 1656, \"rank\": 3115, \"rankvar\": 4122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2145, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4969, \"group\": [1656.0, 245.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCGCATGGC\", \"ini\": 1443, \"clust\": 4241, \"rank\": 3205, \"rankvar\": 774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1914, \"group\": [4240.0, 756.0, 124.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCATAACCTG\", \"ini\": 1442, \"clust\": 4475, \"rank\": 3114, \"rankvar\": 2776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2147, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2801, \"group\": [4475.0, 867.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGGGTAC\", \"ini\": 1441, \"clust\": 4379, \"rank\": 3330, \"rankvar\": 950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2148, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1915, \"group\": [4380.0, 792.0, 128.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCTTCGG\", \"ini\": 1440, \"clust\": 3259, \"rank\": 3194, \"rankvar\": 1952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1916, \"group\": [3258.0, 691.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGACTTTCG\", \"ini\": 1439, \"clust\": 2632, \"rank\": 3683, \"rankvar\": 4949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2150, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 147, \"group\": [2632.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAGAGGA\", \"ini\": 1438, \"clust\": 4273, \"rank\": 3145, \"rankvar\": 601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1917, \"group\": [4274.0, 774.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTAAAGTCA\", \"ini\": 1437, \"clust\": 3348, \"rank\": 3051, \"rankvar\": 364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1918, \"group\": [3365.0, 713.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCTTGTCC\", \"ini\": 1436, \"clust\": 4125, \"rank\": 2745, \"rankvar\": 3124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1919, \"group\": [4123.0, 751.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCTCGT\", \"ini\": 1435, \"clust\": 4287, \"rank\": 3242, \"rankvar\": 1550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1920, \"group\": [4286.0, 775.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCTTGAGAC\", \"ini\": 1434, \"clust\": 2664, \"rank\": 3769, \"rankvar\": 5040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2155, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 148, \"group\": [2664.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTGGTCCC\", \"ini\": 1433, \"clust\": 1591, \"rank\": 2470, \"rankvar\": 957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3166, \"group\": [1591.0, 220.0, 36.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTCTGAGA\", \"ini\": 1432, \"clust\": 2469, \"rank\": 3181, \"rankvar\": 2829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2157, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 149, \"group\": [2471.0, 447.0, 77.0, 20.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAAACCTC\", \"ini\": 1431, \"clust\": 22, \"rank\": 3375, \"rankvar\": 4776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2158, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5218, \"group\": [21.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAAGTACATGA\", \"ini\": 1430, \"clust\": 2100, \"rank\": 3070, \"rankvar\": 1364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4970, \"group\": [2098.0, 302.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACCGGGT\", \"ini\": 1429, \"clust\": 4274, \"rank\": 3240, \"rankvar\": 877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1921, \"group\": [4275.0, 774.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACGTCAAAGCG\", \"ini\": 1428, \"clust\": 3320, \"rank\": 3092, \"rankvar\": 2192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1922, \"group\": [3319.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCAGTCCCT\", \"ini\": 1427, \"clust\": 3019, \"rank\": 2705, \"rankvar\": 4323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2802, \"group\": [3018.0, 642.0, 115.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGACGAA\", \"ini\": 1426, \"clust\": 4387, \"rank\": 3396, \"rankvar\": 3696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1923, \"group\": [4390.0, 798.0, 129.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAAGGGCT\", \"ini\": 1425, \"clust\": 4388, \"rank\": 3361, \"rankvar\": 2237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1924, \"group\": [4388.0, 798.0, 129.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGCTACGA\", \"ini\": 1424, \"clust\": 32, \"rank\": 2873, \"rankvar\": 4932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2165, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5219, \"group\": [33.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGCTACCGC\", \"ini\": 1423, \"clust\": 4366, \"rank\": 3178, \"rankvar\": 351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1925, \"group\": [4367.0, 785.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGCGAAGGG\", \"ini\": 1422, \"clust\": 3961, \"rank\": 2942, \"rankvar\": 2120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1926, \"group\": [3959.0, 746.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCCTAACC\", \"ini\": 1421, \"clust\": 2405, \"rank\": 3213, \"rankvar\": 4484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2168, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5131, \"group\": [2405.0, 423.0, 69.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGACGAA\", \"ini\": 1420, \"clust\": 1744, \"rank\": 2671, \"rankvar\": 3831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4971, \"group\": [1746.0, 275.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGACACTAA\", \"ini\": 1419, \"clust\": 2620, \"rank\": 3760, \"rankvar\": 4980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2170, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 150, \"group\": [2618.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTTCCAACA\", \"ini\": 1418, \"clust\": 4277, \"rank\": 3280, \"rankvar\": 356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1927, \"group\": [4289.0, 776.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGTCTTTACGT\", \"ini\": 1417, \"clust\": 469, \"rank\": 2068, \"rankvar\": 3271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3167, \"group\": [469.0, 85.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAATAAGCA\", \"ini\": 1416, \"clust\": 4359, \"rank\": 3652, \"rankvar\": 1370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1928, \"group\": [4362.0, 783.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGCTCCTTC\", \"ini\": 1415, \"clust\": 4380, \"rank\": 3159, \"rankvar\": 823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1929, \"group\": [4385.0, 795.0, 129.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGAAACGCC\", \"ini\": 1414, \"clust\": 5226, \"rank\": 3276, \"rankvar\": 3149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2175, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2803, \"group\": [5226.0, 1108.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTTCTGAAC\", \"ini\": 1413, \"clust\": 1581, \"rank\": 2332, \"rankvar\": 3707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2176, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3974, \"group\": [1581.0, 210.0, 34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGTACGATA\", \"ini\": 1412, \"clust\": 27, \"rank\": 3325, \"rankvar\": 4749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2177, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5220, \"group\": [25.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGCGAAGGG\", \"ini\": 1411, \"clust\": 4268, \"rank\": 3303, \"rankvar\": 579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1930, \"group\": [4269.0, 773.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAGACAAAT\", \"ini\": 1410, \"clust\": 1732, \"rank\": 2860, \"rankvar\": 4556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2179, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4972, \"group\": [1733.0, 270.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTACCTC\", \"ini\": 1409, \"clust\": 457, \"rank\": 2856, \"rankvar\": 951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3168, \"group\": [458.0, 83.0, 19.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCACAAGCCC\", \"ini\": 1408, \"clust\": 4446, \"rank\": 1909, \"rankvar\": 2115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3169, \"group\": [4449.0, 848.0, 148.0, 37.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTTGGTTTG\", \"ini\": 1407, \"clust\": 3330, \"rank\": 3241, \"rankvar\": 3470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1931, \"group\": [3330.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTGTCTCG\", \"ini\": 1406, \"clust\": 2471, \"rank\": 3207, \"rankvar\": 2800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2183, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 151, \"group\": [2468.0, 445.0, 77.0, 20.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTATGTGC\", \"ini\": 1405, \"clust\": 1657, \"rank\": 3018, \"rankvar\": 4285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4973, \"group\": [1659.0, 246.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACCTATCC\", \"ini\": 1404, \"clust\": 3366, \"rank\": 3232, \"rankvar\": 930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1932, \"group\": [3368.0, 714.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAAGCTGAG\", \"ini\": 1403, \"clust\": 3254, \"rank\": 3003, \"rankvar\": 1082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1933, \"group\": [3253.0, 687.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATGAAAC\", \"ini\": 1402, \"clust\": 2014, \"rank\": 3021, \"rankvar\": 3647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2187, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4974, \"group\": [2014.0, 298.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTGGGTA\", \"ini\": 1401, \"clust\": 1723, \"rank\": 2799, \"rankvar\": 3251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4975, \"group\": [1723.0, 270.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGTAACGG\", \"ini\": 1400, \"clust\": 4557, \"rank\": 3180, \"rankvar\": 1805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2189, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2804, \"group\": [4555.0, 872.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGTTGCCT\", \"ini\": 1399, \"clust\": 4537, \"rank\": 3026, \"rankvar\": 4075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2190, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2805, \"group\": [4535.0, 868.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTAGTGAAT\", \"ini\": 1398, \"clust\": 29, \"rank\": 3044, \"rankvar\": 4914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2191, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5221, \"group\": [30.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCAAAGGCGT\", \"ini\": 1397, \"clust\": 3443, \"rank\": 2995, \"rankvar\": 499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1934, \"group\": [3444.0, 732.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTCAGTCCTTC\", \"ini\": 1396, \"clust\": 4340, \"rank\": 3368, \"rankvar\": 816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1935, \"group\": [4341.0, 781.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCACACCGAC\", \"ini\": 1395, \"clust\": 1559, \"rank\": 2855, \"rankvar\": 4256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3975, \"group\": [1561.0, 207.0, 34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGAATTCCC\", \"ini\": 1394, \"clust\": 3316, \"rank\": 3363, \"rankvar\": 1294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1936, \"group\": [3312.0, 710.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGGCTTGA\", \"ini\": 1393, \"clust\": 1674, \"rank\": 3293, \"rankvar\": 3001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4976, \"group\": [1671.0, 250.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCTCGATGA\", \"ini\": 1392, \"clust\": 470, \"rank\": 1950, \"rankvar\": 3523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3170, \"group\": [470.0, 85.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATCCTAGA\", \"ini\": 1391, \"clust\": 4416, \"rank\": 3314, \"rankvar\": 2093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1937, \"group\": [4416.0, 818.0, 136.0, 34.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGCAGGTCA\", \"ini\": 1390, \"clust\": 127, \"rank\": 2994, \"rankvar\": 4825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2199, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 237, \"group\": [126.0, 31.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGGAGTCTG\", \"ini\": 1389, \"clust\": 476, \"rank\": 2362, \"rankvar\": 1918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3171, \"group\": [479.0, 87.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAAGGGTCA\", \"ini\": 1388, \"clust\": 4472, \"rank\": 3157, \"rankvar\": 4620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2201, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2806, \"group\": [4474.0, 866.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCACCGCT\", \"ini\": 1387, \"clust\": 3263, \"rank\": 3032, \"rankvar\": 4067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1938, \"group\": [3262.0, 692.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCATCGGTTA\", \"ini\": 1386, \"clust\": 2619, \"rank\": 4001, \"rankvar\": 5141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2203, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 152, \"group\": [2616.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTCGACA\", \"ini\": 1385, \"clust\": 1731, \"rank\": 3023, \"rankvar\": 2410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4977, \"group\": [1734.0, 270.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGTTAACGA\", \"ini\": 1384, \"clust\": 2622, \"rank\": 3800, \"rankvar\": 5215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2205, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 153, \"group\": [2622.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGCGTAATA\", \"ini\": 1383, \"clust\": 4343, \"rank\": 3433, \"rankvar\": 1365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1939, \"group\": [4343.0, 781.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTGTCTGAT\", \"ini\": 1382, \"clust\": 2563, \"rank\": 3650, \"rankvar\": 4895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2207, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 154, \"group\": [2558.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGGCTCTC\", \"ini\": 1381, \"clust\": 3335, \"rank\": 3275, \"rankvar\": 2107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1940, \"group\": [3335.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCATGAAC\", \"ini\": 1380, \"clust\": 4464, \"rank\": 2733, \"rankvar\": 4651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2209, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2807, \"group\": [4872.0, 941.0, 161.0, 40.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTCAACC\", \"ini\": 1379, \"clust\": 479, \"rank\": 2880, \"rankvar\": 1566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2210, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3172, \"group\": [487.0, 89.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCCAGTG\", \"ini\": 1378, \"clust\": 4259, \"rank\": 3401, \"rankvar\": 664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1941, \"group\": [4264.0, 769.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAGTTCAGTAC\", \"ini\": 1377, \"clust\": 1689, \"rank\": 3422, \"rankvar\": 3727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4978, \"group\": [1689.0, 256.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTTCGTTGA\", \"ini\": 1376, \"clust\": 4270, \"rank\": 3292, \"rankvar\": 367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1942, \"group\": [4273.0, 774.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCAGATAAG\", \"ini\": 1375, \"clust\": 2023, \"rank\": 3133, \"rankvar\": 4001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4979, \"group\": [2022.0, 298.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGATGTTAG\", \"ini\": 1374, \"clust\": 4341, \"rank\": 3484, \"rankvar\": 874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1943, \"group\": [4342.0, 781.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACCCATTC\", \"ini\": 1373, \"clust\": 338, \"rank\": 2871, \"rankvar\": 4714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3976, \"group\": [336.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACACATAACC\", \"ini\": 1372, \"clust\": 3413, \"rank\": 3326, \"rankvar\": 1133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1944, \"group\": [3412.0, 723.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTGCCTTGG\", \"ini\": 1371, \"clust\": 4474, \"rank\": 3086, \"rankvar\": 4600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2218, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2808, \"group\": [4473.0, 866.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTTCATGT\", \"ini\": 1370, \"clust\": 3368, \"rank\": 3201, \"rankvar\": 696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1945, \"group\": [3367.0, 714.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCACCATCCT\", \"ini\": 1369, \"clust\": 1662, \"rank\": 3295, \"rankvar\": 2690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2220, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4980, \"group\": [1662.0, 247.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCATCAGTCA\", \"ini\": 1368, \"clust\": 1625, \"rank\": 2612, \"rankvar\": 830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3173, \"group\": [1626.0, 230.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGGTGCAAC\", \"ini\": 1367, \"clust\": 5204, \"rank\": 3451, \"rankvar\": 2342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2222, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2809, \"group\": [5203.0, 1102.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTCTAGCCG\", \"ini\": 1366, \"clust\": 4338, \"rank\": 3600, \"rankvar\": 2160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1946, \"group\": [4337.0, 781.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAGGCAGTA\", \"ini\": 1365, \"clust\": 2539, \"rank\": 3470, \"rankvar\": 4964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2224, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 155, \"group\": [2535.0, 470.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCGTTC\", \"ini\": 1364, \"clust\": 1681, \"rank\": 3315, \"rankvar\": 4264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4981, \"group\": [1685.0, 253.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAGCTGCA\", \"ini\": 1363, \"clust\": 4345, \"rank\": 3460, \"rankvar\": 331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1947, \"group\": [4346.0, 781.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCACATAGACTC\", \"ini\": 1362, \"clust\": 4332, \"rank\": 3506, \"rankvar\": 538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1948, \"group\": [4331.0, 780.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCGACG\", \"ini\": 1361, \"clust\": 3325, \"rank\": 3438, \"rankvar\": 918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1949, \"group\": [3325.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCCCGGATG\", \"ini\": 1360, \"clust\": 23, \"rank\": 3286, \"rankvar\": 4886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2229, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5222, \"group\": [34.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGATATAC\", \"ini\": 1359, \"clust\": 4257, \"rank\": 3385, \"rankvar\": 976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1950, \"group\": [4258.0, 766.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACATGCCTTC\", \"ini\": 1358, \"clust\": 5201, \"rank\": 3665, \"rankvar\": 4300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2810, \"group\": [5205.0, 1103.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGATGAGC\", \"ini\": 1357, \"clust\": 3306, \"rank\": 3365, \"rankvar\": 2853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1951, \"group\": [3306.0, 709.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCTCGGACG\", \"ini\": 1356, \"clust\": 28, \"rank\": 3408, \"rankvar\": 4730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2233, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5223, \"group\": [26.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGAAACGAG\", \"ini\": 1355, \"clust\": 2649, \"rank\": 3897, \"rankvar\": 5179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2234, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 156, \"group\": [2646.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGAGGTAG\", \"ini\": 1354, \"clust\": 2564, \"rank\": 3979, \"rankvar\": 5093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2235, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 157, \"group\": [2559.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCACCT\", \"ini\": 1353, \"clust\": 484, \"rank\": 2403, \"rankvar\": 3146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2236, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3174, \"group\": [485.0, 88.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGAGGACGG\", \"ini\": 1352, \"clust\": 468, \"rank\": 2350, \"rankvar\": 3248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3175, \"group\": [468.0, 85.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCGGAAATA\", \"ini\": 1351, \"clust\": 4383, \"rank\": 3332, \"rankvar\": 2218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1952, \"group\": [4383.0, 794.0, 129.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGGTATG\", \"ini\": 1350, \"clust\": 2021, \"rank\": 2878, \"rankvar\": 4507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2239, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4982, \"group\": [2020.0, 298.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTATCATAAAGG\", \"ini\": 1349, \"clust\": 30, \"rank\": 3102, \"rankvar\": 4883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2240, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5224, \"group\": [28.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCAGCGATT\", \"ini\": 1348, \"clust\": 4281, \"rank\": 3462, \"rankvar\": 1006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1953, \"group\": [4282.0, 775.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACTAGAT\", \"ini\": 1347, \"clust\": 4360, \"rank\": 3595, \"rankvar\": 2349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1954, \"group\": [4360.0, 783.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGCTGCCCA\", \"ini\": 1346, \"clust\": 2467, \"rank\": 3412, \"rankvar\": 3656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2243, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 158, \"group\": [2473.0, 449.0, 78.0, 20.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGCTAGGCA\", \"ini\": 1345, \"clust\": 1583, \"rank\": 3147, \"rankvar\": 361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3176, \"group\": [1584.0, 213.0, 35.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGAGAGCA\", \"ini\": 1344, \"clust\": 3311, \"rank\": 3430, \"rankvar\": 2799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1955, \"group\": [3318.0, 710.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACTCGGCCGAT\", \"ini\": 1343, \"clust\": 1496, \"rank\": 2711, \"rankvar\": 1477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3177, \"group\": [1497.0, 184.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCACCGTTGG\", \"ini\": 1342, \"clust\": 275, \"rank\": 3037, \"rankvar\": 2365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2247, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3977, \"group\": [275.0, 54.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCTACAGA\", \"ini\": 1341, \"clust\": 3285, \"rank\": 3217, \"rankvar\": 3665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2248, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1956, \"group\": [3292.0, 704.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATGCCAT\", \"ini\": 1340, \"clust\": 481, \"rank\": 2887, \"rankvar\": 389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3178, \"group\": [480.0, 88.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCACAGGT\", \"ini\": 1339, \"clust\": 1718, \"rank\": 2785, \"rankvar\": 4598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4983, \"group\": [1717.0, 268.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCTGGTA\", \"ini\": 1338, \"clust\": 576, \"rank\": 2813, \"rankvar\": 2176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3179, \"group\": [576.0, 106.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCTATGCT\", \"ini\": 1337, \"clust\": 1730, \"rank\": 2909, \"rankvar\": 3267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2252, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4984, \"group\": [1728.0, 270.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGTCGATAA\", \"ini\": 1336, \"clust\": 4352, \"rank\": 3801, \"rankvar\": 2628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1957, \"group\": [4352.0, 782.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCCCAACGG\", \"ini\": 1335, \"clust\": 3307, \"rank\": 3282, \"rankvar\": 954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1958, \"group\": [3310.0, 710.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGTGTGCC\", \"ini\": 1334, \"clust\": 1631, \"rank\": 2741, \"rankvar\": 2212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3180, \"group\": [1629.0, 230.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACCAGCAC\", \"ini\": 1333, \"clust\": 1727, \"rank\": 3222, \"rankvar\": 2675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4985, \"group\": [1730.0, 270.0, 47.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGCACATG\", \"ini\": 1332, \"clust\": 581, \"rank\": 2902, \"rankvar\": 703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3181, \"group\": [581.0, 109.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGGAACGG\", \"ini\": 1331, \"clust\": 2611, \"rank\": 3731, \"rankvar\": 4983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2258, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 159, \"group\": [2611.0, 478.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACGAAT\", \"ini\": 1330, \"clust\": 1692, \"rank\": 2921, \"rankvar\": 1258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4986, \"group\": [1691.0, 257.0, 45.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTTGATTGC\", \"ini\": 1329, \"clust\": 4878, \"rank\": 3654, \"rankvar\": 1679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2260, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4987, \"group\": [4874.0, 942.0, 162.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACAGTAACGG\", \"ini\": 1328, \"clust\": 339, \"rank\": 3101, \"rankvar\": 4917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3978, \"group\": [337.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCACCTTAT\", \"ini\": 1327, \"clust\": 4265, \"rank\": 3526, \"rankvar\": 2562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1959, \"group\": [4267.0, 771.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAGCCTA\", \"ini\": 1326, \"clust\": 4271, \"rank\": 3516, \"rankvar\": 799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1960, \"group\": [4271.0, 774.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAAGGTTTC\", \"ini\": 1325, \"clust\": 4337, \"rank\": 3617, \"rankvar\": 1255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1961, \"group\": [4339.0, 781.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTCTCTTTA\", \"ini\": 1324, \"clust\": 4476, \"rank\": 3177, \"rankvar\": 3577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2265, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2811, \"group\": [4476.0, 867.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGAGCCAA\", \"ini\": 1323, \"clust\": 3319, \"rank\": 3362, \"rankvar\": 2348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1962, \"group\": [3321.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCATGAAC\", \"ini\": 1322, \"clust\": 4362, \"rank\": 3398, \"rankvar\": 564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1963, \"group\": [4365.0, 784.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCGTACAA\", \"ini\": 1321, \"clust\": 336, \"rank\": 3057, \"rankvar\": 4764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2268, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3979, \"group\": [334.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTAAGAGAG\", \"ini\": 1320, \"clust\": 3378, \"rank\": 3473, \"rankvar\": 2224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2269, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1964, \"group\": [3378.0, 716.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACACTGTCGG\", \"ini\": 1319, \"clust\": 20, \"rank\": 3511, \"rankvar\": 4381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2270, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5225, \"group\": [22.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTGTAAGTA\", \"ini\": 1318, \"clust\": 4361, \"rank\": 3421, \"rankvar\": 1590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1965, \"group\": [4361.0, 783.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTGCAAG\", \"ini\": 1317, \"clust\": 4346, \"rank\": 3571, \"rankvar\": 448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1966, \"group\": [4347.0, 781.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGATCGCA\", \"ini\": 1316, \"clust\": 2612, \"rank\": 3648, \"rankvar\": 4681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2273, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 160, \"group\": [2609.0, 478.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACAGTCAGCC\", \"ini\": 1315, \"clust\": 1643, \"rank\": 3320, \"rankvar\": 734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2274, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4988, \"group\": [1647.0, 239.0, 42.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAGCCTAT\", \"ini\": 1314, \"clust\": 4342, \"rank\": 3531, \"rankvar\": 943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1967, \"group\": [4345.0, 781.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTTATTCTC\", \"ini\": 1313, \"clust\": 314, \"rank\": 3238, \"rankvar\": 3360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3980, \"group\": [315.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGACAGACACTT\", \"ini\": 1312, \"clust\": 4322, \"rank\": 3675, \"rankvar\": 987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1968, \"group\": [4330.0, 780.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCAGTGTTG\", \"ini\": 1311, \"clust\": 1670, \"rank\": 3349, \"rankvar\": 4174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2278, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4989, \"group\": [1669.0, 250.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTGATTCG\", \"ini\": 1310, \"clust\": 4275, \"rank\": 3658, \"rankvar\": 3284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1969, \"group\": [4276.0, 774.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGAGGCTA\", \"ini\": 1309, \"clust\": 4363, \"rank\": 3406, \"rankvar\": 709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1970, \"group\": [4363.0, 784.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCCTTAATC\", \"ini\": 1308, \"clust\": 4966, \"rank\": 3413, \"rankvar\": 2062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2281, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2812, \"group\": [4967.0, 995.0, 175.0, 43.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTATCTCG\", \"ini\": 1307, \"clust\": 4328, \"rank\": 3566, \"rankvar\": 1755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1971, \"group\": [4327.0, 780.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGCCAGTAG\", \"ini\": 1306, \"clust\": 4288, \"rank\": 3553, \"rankvar\": 1872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1972, \"group\": [4287.0, 775.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCCAGTAG\", \"ini\": 1305, \"clust\": 335, \"rank\": 3120, \"rankvar\": 4750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2284, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3981, \"group\": [347.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTTACCAGT\", \"ini\": 1304, \"clust\": 3326, \"rank\": 3474, \"rankvar\": 1432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1973, \"group\": [3326.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGCGAGT\", \"ini\": 1303, \"clust\": 4269, \"rank\": 3673, \"rankvar\": 3389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1974, \"group\": [4270.0, 773.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATGCGT\", \"ini\": 1302, \"clust\": 4414, \"rank\": 3588, \"rankvar\": 396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1975, \"group\": [4417.0, 819.0, 136.0, 34.0, 12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGTTCCTA\", \"ini\": 1301, \"clust\": 4261, \"rank\": 3437, \"rankvar\": 399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1976, \"group\": [4262.0, 767.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAAGCGCTC\", \"ini\": 1300, \"clust\": 1685, \"rank\": 3592, \"rankvar\": 3958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2289, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4990, \"group\": [1682.0, 252.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGTTCCTA\", \"ini\": 1299, \"clust\": 509, \"rank\": 2546, \"rankvar\": 3934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2290, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3182, \"group\": [510.0, 94.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCTGGAGA\", \"ini\": 1298, \"clust\": 4367, \"rank\": 3397, \"rankvar\": 837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1977, \"group\": [4368.0, 785.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCAGGCTGAA\", \"ini\": 1297, \"clust\": 4282, \"rank\": 3676, \"rankvar\": 1520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1978, \"group\": [4280.0, 775.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGAAAT\", \"ini\": 1296, \"clust\": 485, \"rank\": 2784, \"rankvar\": 1564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3183, \"group\": [483.0, 88.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTTTACA\", \"ini\": 1295, \"clust\": 2561, \"rank\": 4142, \"rankvar\": 5200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2294, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 161, \"group\": [2569.0, 476.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGATCCTAGGGC\", \"ini\": 1294, \"clust\": 1687, \"rank\": 3643, \"rankvar\": 3548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2295, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4991, \"group\": [1687.0, 255.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTTGTGTG\", \"ini\": 1293, \"clust\": 2540, \"rank\": 3743, \"rankvar\": 4804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2296, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 162, \"group\": [2536.0, 470.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCTAACGT\", \"ini\": 1292, \"clust\": 477, \"rank\": 2794, \"rankvar\": 1064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3184, \"group\": [477.0, 87.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACTGAC\", \"ini\": 1291, \"clust\": 2681, \"rank\": 3259, \"rankvar\": 3926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1979, \"group\": [2679.0, 485.0, 88.0, 23.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCATGAAC\", \"ini\": 1290, \"clust\": 1684, \"rank\": 3754, \"rankvar\": 4511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4992, \"group\": [1684.0, 252.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGATGGCA\", \"ini\": 1289, \"clust\": 1563, \"rank\": 2736, \"rankvar\": 4789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3982, \"group\": [1564.0, 208.0, 34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCTTGTACT\", \"ini\": 1288, \"clust\": 1668, \"rank\": 3815, \"rankvar\": 4447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2301, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4993, \"group\": [1666.0, 249.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTGAGGGAG\", \"ini\": 1287, \"clust\": 4465, \"rank\": 3550, \"rankvar\": 3710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2302, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2813, \"group\": [4465.0, 863.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGACAGGCT\", \"ini\": 1286, \"clust\": 4344, \"rank\": 3640, \"rankvar\": 2372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1980, \"group\": [4344.0, 781.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAACACCA\", \"ini\": 1285, \"clust\": 276, \"rank\": 3266, \"rankvar\": 2415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2304, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3983, \"group\": [276.0, 54.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCTAGGTT\", \"ini\": 1284, \"clust\": 96, \"rank\": 3074, \"rankvar\": 4594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2305, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5137, \"group\": [99.0, 14.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCTCTCGT\", \"ini\": 1283, \"clust\": 1557, \"rank\": 2933, \"rankvar\": 4393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2306, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3984, \"group\": [1558.0, 207.0, 34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTTCCACGG\", \"ini\": 1282, \"clust\": 1584, \"rank\": 3138, \"rankvar\": 714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3185, \"group\": [1587.0, 216.0, 35.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACATCTCCCA\", \"ini\": 1281, \"clust\": 4384, \"rank\": 3450, \"rankvar\": 2377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1981, \"group\": [4384.0, 794.0, 129.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAGGGCATA\", \"ini\": 1280, \"clust\": 5124, \"rank\": 3267, \"rankvar\": 4320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2309, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2814, \"group\": [5124.0, 1069.0, 187.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCGTTTA\", \"ini\": 1279, \"clust\": 1494, \"rank\": 2962, \"rankvar\": 3740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2310, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3027, \"group\": [1495.0, 183.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGGGTT\", \"ini\": 1278, \"clust\": 4272, \"rank\": 3494, \"rankvar\": 824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1982, \"group\": [4272.0, 774.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCTAGTCA\", \"ini\": 1277, \"clust\": 2684, \"rank\": 3168, \"rankvar\": 3603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1983, \"group\": [2681.0, 485.0, 88.0, 23.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTATCCTAAGTG\", \"ini\": 1276, \"clust\": 1673, \"rank\": 3496, \"rankvar\": 3300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2313, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4994, \"group\": [1673.0, 250.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTACGACT\", \"ini\": 1275, \"clust\": 2621, \"rank\": 4132, \"rankvar\": 5132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2314, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 163, \"group\": [2619.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAATCA\", \"ini\": 1274, \"clust\": 486, \"rank\": 2721, \"rankvar\": 1877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2315, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3186, \"group\": [484.0, 88.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCACCGGGT\", \"ini\": 1273, \"clust\": 153, \"rank\": 2881, \"rankvar\": 588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3187, \"group\": [154.0, 41.0, 12.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTAAGACA\", \"ini\": 1272, \"clust\": 15, \"rank\": 3403, \"rankvar\": 4680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2317, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5226, \"group\": [15.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCTCTCTG\", \"ini\": 1271, \"clust\": 4320, \"rank\": 3616, \"rankvar\": 1216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1984, \"group\": [4321.0, 780.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGCAGTA\", \"ini\": 1270, \"clust\": 4278, \"rank\": 3478, \"rankvar\": 1606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1985, \"group\": [4278.0, 775.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCGACTAT\", \"ini\": 1269, \"clust\": 3379, \"rank\": 3653, \"rankvar\": 1560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1986, \"group\": [3379.0, 716.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTCAGGCC\", \"ini\": 1268, \"clust\": 4368, \"rank\": 3446, \"rankvar\": 652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1987, \"group\": [4369.0, 785.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGGTAAG\", \"ini\": 1267, \"clust\": 1652, \"rank\": 3260, \"rankvar\": 3345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4995, \"group\": [1653.0, 243.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCAACGAAA\", \"ini\": 1266, \"clust\": 4354, \"rank\": 3755, \"rankvar\": 716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1988, \"group\": [4359.0, 782.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGTCCGGTC\", \"ini\": 1265, \"clust\": 460, \"rank\": 2987, \"rankvar\": 1057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2324, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3188, \"group\": [460.0, 84.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGGTGCAAC\", \"ini\": 1264, \"clust\": 2545, \"rank\": 3939, \"rankvar\": 4993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2325, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1989, \"group\": [2544.0, 472.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTTATCGGT\", \"ini\": 1263, \"clust\": 4295, \"rank\": 3646, \"rankvar\": 1078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1990, \"group\": [4299.0, 778.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAACAGTCGATT\", \"ini\": 1262, \"clust\": 1693, \"rank\": 2763, \"rankvar\": 3370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2327, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4996, \"group\": [1692.0, 257.0, 45.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTAGGGTAC\", \"ini\": 1261, \"clust\": 4284, \"rank\": 3610, \"rankvar\": 458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1991, \"group\": [4284.0, 775.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCATGCTAGT\", \"ini\": 1260, \"clust\": 514, \"rank\": 3097, \"rankvar\": 2390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3189, \"group\": [523.0, 96.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAACGCACC\", \"ini\": 1259, \"clust\": 309, \"rank\": 2924, \"rankvar\": 4394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2330, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3985, \"group\": [308.0, 58.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAACTGCTA\", \"ini\": 1258, \"clust\": 1653, \"rank\": 3475, \"rankvar\": 4219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2331, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4997, \"group\": [1651.0, 243.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTCACTTCC\", \"ini\": 1257, \"clust\": 4959, \"rank\": 3309, \"rankvar\": 4413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4998, \"group\": [4960.0, 989.0, 173.0, 42.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGAGACG\", \"ini\": 1256, \"clust\": 1677, \"rank\": 3459, \"rankvar\": 3335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4999, \"group\": [1677.0, 250.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTCAAACAACA\", \"ini\": 1255, \"clust\": 4279, \"rank\": 3517, \"rankvar\": 2704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1992, \"group\": [4279.0, 775.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAGCTCTC\", \"ini\": 1254, \"clust\": 97, \"rank\": 3373, \"rankvar\": 4655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2335, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5138, \"group\": [97.0, 14.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCCATGAAC\", \"ini\": 1253, \"clust\": 4364, \"rank\": 3508, \"rankvar\": 374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2336, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1993, \"group\": [4364.0, 784.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGAGGTTAT\", \"ini\": 1252, \"clust\": 4389, \"rank\": 3709, \"rankvar\": 2367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2337, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1994, \"group\": [4389.0, 798.0, 129.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCGAGGTAG\", \"ini\": 1251, \"clust\": 3283, \"rank\": 3485, \"rankvar\": 1012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1995, \"group\": [3283.0, 703.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGCGTTA\", \"ini\": 1250, \"clust\": 4286, \"rank\": 3627, \"rankvar\": 2869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1996, \"group\": [4288.0, 775.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTTGGGCC\", \"ini\": 1249, \"clust\": 128, \"rank\": 3079, \"rankvar\": 4678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2340, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 238, \"group\": [127.0, 31.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCTCTTAT\", \"ini\": 1248, \"clust\": 3284, \"rank\": 3418, \"rankvar\": 2955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1997, \"group\": [3284.0, 703.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGTTAGA\", \"ini\": 1247, \"clust\": 4283, \"rank\": 3670, \"rankvar\": 3074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2342, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1998, \"group\": [4281.0, 775.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCACATGCA\", \"ini\": 1246, \"clust\": 4289, \"rank\": 3593, \"rankvar\": 1387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1999, \"group\": [4292.0, 777.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGAGTGACC\", \"ini\": 1245, \"clust\": 528, \"rank\": 2892, \"rankvar\": 2175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3190, \"group\": [527.0, 98.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCATGCAATC\", \"ini\": 1244, \"clust\": 1654, \"rank\": 3253, \"rankvar\": 4397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5000, \"group\": [1652.0, 243.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAGTACGCACC\", \"ini\": 1243, \"clust\": 154, \"rank\": 2647, \"rankvar\": 2244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3191, \"group\": [155.0, 42.0, 12.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGACGAAA\", \"ini\": 1242, \"clust\": 510, \"rank\": 2821, \"rankvar\": 3252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2347, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3192, \"group\": [511.0, 94.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTGCACGAA\", \"ini\": 1241, \"clust\": 4348, \"rank\": 3911, \"rankvar\": 1524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2000, \"group\": [4350.0, 781.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTCTTATG\", \"ini\": 1240, \"clust\": 4334, \"rank\": 3692, \"rankvar\": 780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2001, \"group\": [4334.0, 780.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCCGGCACA\", \"ini\": 1239, \"clust\": 2642, \"rank\": 4083, \"rankvar\": 5218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2350, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 164, \"group\": [2637.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCAGTTATCGC\", \"ini\": 1238, \"clust\": 567, \"rank\": 3071, \"rankvar\": 633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3193, \"group\": [567.0, 102.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTTCGATGAGG\", \"ini\": 1237, \"clust\": 1561, \"rank\": 2946, \"rankvar\": 4728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2352, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3986, \"group\": [1560.0, 207.0, 34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGGATGGG\", \"ini\": 1236, \"clust\": 1667, \"rank\": 3797, \"rankvar\": 2816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5001, \"group\": [1668.0, 249.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCAGACACTT\", \"ini\": 1235, \"clust\": 482, \"rank\": 3006, \"rankvar\": 1817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3194, \"group\": [481.0, 88.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTACCATCA\", \"ini\": 1234, \"clust\": 2613, \"rank\": 4046, \"rankvar\": 5115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2355, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 165, \"group\": [2610.0, 478.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGTAGCTG\", \"ini\": 1233, \"clust\": 4292, \"rank\": 3677, \"rankvar\": 634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2002, \"group\": [4295.0, 778.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCACTCAGGC\", \"ini\": 1232, \"clust\": 4266, \"rank\": 3713, \"rankvar\": 953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2003, \"group\": [4265.0, 770.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGGTTTCA\", \"ini\": 1231, \"clust\": 523, \"rank\": 3171, \"rankvar\": 778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3195, \"group\": [526.0, 97.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGACTAGGC\", \"ini\": 1230, \"clust\": 2544, \"rank\": 3724, \"rankvar\": 4786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2004, \"group\": [2545.0, 472.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATTATCTC\", \"ini\": 1229, \"clust\": 2650, \"rank\": 4190, \"rankvar\": 5221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2360, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 166, \"group\": [2647.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATACGCCG\", \"ini\": 1228, \"clust\": 4267, \"rank\": 3680, \"rankvar\": 273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2005, \"group\": [4266.0, 770.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGGGCACTA\", \"ini\": 1227, \"clust\": 2624, \"rank\": 4135, \"rankvar\": 5203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2362, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 167, \"group\": [2621.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCGAGCCA\", \"ini\": 1226, \"clust\": 2633, \"rank\": 4278, \"rankvar\": 5217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2363, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 168, \"group\": [2630.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATGAAAC\", \"ini\": 1225, \"clust\": 1666, \"rank\": 3659, \"rankvar\": 3907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2364, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5002, \"group\": [1679.0, 251.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGCTGCAC\", \"ini\": 1224, \"clust\": 4381, \"rank\": 3671, \"rankvar\": 735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2006, \"group\": [4381.0, 793.0, 129.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCTCTGAGA\", \"ini\": 1223, \"clust\": 2679, \"rank\": 3221, \"rankvar\": 4586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2007, \"group\": [2685.0, 487.0, 88.0, 23.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCTCTACGAGT\", \"ini\": 1222, \"clust\": 4336, \"rank\": 3948, \"rankvar\": 1743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2008, \"group\": [4340.0, 781.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTTCCACAA\", \"ini\": 1221, \"clust\": 2640, \"rank\": 4368, \"rankvar\": 5219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2368, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 169, \"group\": [2640.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCCAAAGTC\", \"ini\": 1220, \"clust\": 4308, \"rank\": 3763, \"rankvar\": 1077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2009, \"group\": [4308.0, 779.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTCCGTTAA\", \"ini\": 1219, \"clust\": 4258, \"rank\": 3831, \"rankvar\": 1248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2370, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2010, \"group\": [4259.0, 766.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTTGTCTTT\", \"ini\": 1218, \"clust\": 1664, \"rank\": 3536, \"rankvar\": 3869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2371, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5003, \"group\": [1664.0, 248.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGAGTGACC\", \"ini\": 1217, \"clust\": 4934, \"rank\": 3854, \"rankvar\": 248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2011, \"group\": [4935.0, 972.0, 167.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAACAATC\", \"ini\": 1216, \"clust\": 3321, \"rank\": 3547, \"rankvar\": 3911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2012, \"group\": [3320.0, 711.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAGATCTGT\", \"ini\": 1215, \"clust\": 4467, \"rank\": 3572, \"rankvar\": 4114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2815, \"group\": [4467.0, 863.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCGAAAGC\", \"ini\": 1214, \"clust\": 4353, \"rank\": 3841, \"rankvar\": 1394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2013, \"group\": [4353.0, 782.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTATCGCC\", \"ini\": 1213, \"clust\": 527, \"rank\": 3015, \"rankvar\": 1547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3196, \"group\": [529.0, 98.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCTGCGAA\", \"ini\": 1212, \"clust\": 1690, \"rank\": 3555, \"rankvar\": 4052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2377, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5004, \"group\": [1690.0, 256.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCACGACTA\", \"ini\": 1211, \"clust\": 478, \"rank\": 3041, \"rankvar\": 1789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3197, \"group\": [478.0, 87.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTCCATGA\", \"ini\": 1210, \"clust\": 1573, \"rank\": 2584, \"rankvar\": 4621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2379, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3987, \"group\": [1574.0, 209.0, 34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAGGTGGAT\", \"ini\": 1209, \"clust\": 518, \"rank\": 2811, \"rankvar\": 2642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2380, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3198, \"group\": [518.0, 96.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTCCTCTTG\", \"ini\": 1208, \"clust\": 4382, \"rank\": 3685, \"rankvar\": 449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2014, \"group\": [4382.0, 793.0, 129.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATACGCT\", \"ini\": 1207, \"clust\": 1534, \"rank\": 3124, \"rankvar\": 410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2382, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3199, \"group\": [1536.0, 200.0, 31.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAGTGCAT\", \"ini\": 1206, \"clust\": 1304, \"rank\": 3521, \"rankvar\": 392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2383, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3200, \"group\": [1304.0, 158.0, 24.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCGAACGGA\", \"ini\": 1205, \"clust\": 540, \"rank\": 3033, \"rankvar\": 1775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3201, \"group\": [542.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTGGAGTC\", \"ini\": 1204, \"clust\": 4963, \"rank\": 3791, \"rankvar\": 3704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2385, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2816, \"group\": [4964.0, 992.0, 174.0, 43.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGCTAGTGG\", \"ini\": 1203, \"clust\": 2643, \"rank\": 4162, \"rankvar\": 5225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2386, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 170, \"group\": [2638.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTGTGGCA\", \"ini\": 1202, \"clust\": 4357, \"rank\": 3792, \"rankvar\": 500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2015, \"group\": [4357.0, 782.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAGATTAG\", \"ini\": 1201, \"clust\": 2636, \"rank\": 4292, \"rankvar\": 5169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 171, \"group\": [2633.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTAGAGGACGG\", \"ini\": 1200, \"clust\": 612, \"rank\": 3339, \"rankvar\": 718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3202, \"group\": [618.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGCACCCATGG\", \"ini\": 1199, \"clust\": 503, \"rank\": 3004, \"rankvar\": 890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3203, \"group\": [508.0, 93.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCACGAAGG\", \"ini\": 1198, \"clust\": 1672, \"rank\": 3598, \"rankvar\": 4009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2391, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5005, \"group\": [1674.0, 250.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCTGTAGA\", \"ini\": 1197, \"clust\": 1592, \"rank\": 2849, \"rankvar\": 1667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3204, \"group\": [1641.0, 234.0, 39.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGATCCTGT\", \"ini\": 1196, \"clust\": 462, \"rank\": 3160, \"rankvar\": 3500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2393, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3205, \"group\": [462.0, 84.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCATGCAAC\", \"ini\": 1195, \"clust\": 4276, \"rank\": 3669, \"rankvar\": 530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2394, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2016, \"group\": [4277.0, 774.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGTAGT\", \"ini\": 1194, \"clust\": 147, \"rank\": 3154, \"rankvar\": 178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2395, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3206, \"group\": [148.0, 37.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATCCCGC\", \"ini\": 1193, \"clust\": 506, \"rank\": 2977, \"rankvar\": 1695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2396, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3207, \"group\": [507.0, 93.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTAAATACG\", \"ini\": 1192, \"clust\": 1216, \"rank\": 2971, \"rankvar\": 3620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3208, \"group\": [1217.0, 143.0, 22.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGTGTCCAT\", \"ini\": 1191, \"clust\": 4351, \"rank\": 4082, \"rankvar\": 1871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2017, \"group\": [4354.0, 782.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTAGCTTGT\", \"ini\": 1190, \"clust\": 1217, \"rank\": 3117, \"rankvar\": 2865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3209, \"group\": [1218.0, 143.0, 22.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGACGCTTT\", \"ini\": 1189, \"clust\": 4329, \"rank\": 3888, \"rankvar\": 2236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2018, \"group\": [4328.0, 780.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGGTGGGTT\", \"ini\": 1188, \"clust\": 1671, \"rank\": 3560, \"rankvar\": 4548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2401, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5006, \"group\": [1670.0, 250.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCCGTTGCT\", \"ini\": 1187, \"clust\": 2472, \"rank\": 3899, \"rankvar\": 4161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2402, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 172, \"group\": [2469.0, 445.0, 77.0, 20.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACGCCAGT\", \"ini\": 1186, \"clust\": 1117, \"rank\": 3273, \"rankvar\": 586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3210, \"group\": [1118.0, 129.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCAAGTAC\", \"ini\": 1185, \"clust\": 1629, \"rank\": 3073, \"rankvar\": 3672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3211, \"group\": [1630.0, 230.0, 38.0, 10.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTCCAGTAT\", \"ini\": 1184, \"clust\": 4333, \"rank\": 3812, \"rankvar\": 1031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2019, \"group\": [4332.0, 780.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTTCCACAA\", \"ini\": 1183, \"clust\": 521, \"rank\": 3075, \"rankvar\": 2634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3212, \"group\": [520.0, 96.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCAATAAGG\", \"ini\": 1182, \"clust\": 1678, \"rank\": 3636, \"rankvar\": 3206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5007, \"group\": [1675.0, 250.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTTTACGT\", \"ini\": 1181, \"clust\": 2634, \"rank\": 4369, \"rankvar\": 5211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2408, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 173, \"group\": [2631.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAAAGTCAA\", \"ini\": 1180, \"clust\": 4299, \"rank\": 3943, \"rankvar\": 719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2020, \"group\": [4300.0, 778.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTGTCATGCAT\", \"ini\": 1179, \"clust\": 4293, \"rank\": 3774, \"rankvar\": 558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2021, \"group\": [4293.0, 778.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGTAAACT\", \"ini\": 1178, \"clust\": 580, \"rank\": 3287, \"rankvar\": 1063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2411, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3213, \"group\": [583.0, 110.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCGTACGGC\", \"ini\": 1177, \"clust\": 4349, \"rank\": 3931, \"rankvar\": 749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2022, \"group\": [4348.0, 781.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCAATAAGG\", \"ini\": 1176, \"clust\": 2676, \"rank\": 4222, \"rankvar\": 4706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2413, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 174, \"group\": [2672.0, 480.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTTTGCGT\", \"ini\": 1175, \"clust\": 570, \"rank\": 3183, \"rankvar\": 763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3214, \"group\": [570.0, 104.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCAGGTCA\", \"ini\": 1174, \"clust\": 26, \"rank\": 3465, \"rankvar\": 4897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2415, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5227, \"group\": [27.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCAGTGGA\", \"ini\": 1173, \"clust\": 1651, \"rank\": 3182, \"rankvar\": 4102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2416, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5008, \"group\": [1654.0, 244.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGATGGAA\", \"ini\": 1172, \"clust\": 148, \"rank\": 3144, \"rankvar\": 927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2417, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3215, \"group\": [149.0, 38.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGAATAGGG\", \"ini\": 1171, \"clust\": 4970, \"rank\": 3662, \"rankvar\": 3227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2418, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5009, \"group\": [4973.0, 1000.0, 177.0, 43.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAATAAGCA\", \"ini\": 1170, \"clust\": 491, \"rank\": 3116, \"rankvar\": 1374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3216, \"group\": [492.0, 91.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCATGAGCGA\", \"ini\": 1169, \"clust\": 483, \"rank\": 3011, \"rankvar\": 2839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2420, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3217, \"group\": [486.0, 88.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTCTCACCT\", \"ini\": 1168, \"clust\": 4325, \"rank\": 3889, \"rankvar\": 1495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2023, \"group\": [4325.0, 780.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCATGGTAGG\", \"ini\": 1167, \"clust\": 4296, \"rank\": 3857, \"rankvar\": 1426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2024, \"group\": [4298.0, 778.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGGCATGT\", \"ini\": 1166, \"clust\": 577, \"rank\": 3187, \"rankvar\": 3531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2423, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3218, \"group\": [577.0, 106.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGACACG\", \"ini\": 1165, \"clust\": 4280, \"rank\": 3997, \"rankvar\": 1602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2025, \"group\": [4283.0, 775.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCATGCCG\", \"ini\": 1164, \"clust\": 340, \"rank\": 3257, \"rankvar\": 4898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2425, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3988, \"group\": [338.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGTGG\", \"ini\": 1163, \"clust\": 1660, \"rank\": 3928, \"rankvar\": 4559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2426, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5010, \"group\": [1660.0, 247.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTATAGGGC\", \"ini\": 1162, \"clust\": 4327, \"rank\": 3744, \"rankvar\": 1157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2026, \"group\": [4329.0, 780.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATGGGAAC\", \"ini\": 1161, \"clust\": 4294, \"rank\": 3807, \"rankvar\": 1084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2027, \"group\": [4294.0, 778.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACATAACC\", \"ini\": 1160, \"clust\": 3300, \"rank\": 3704, \"rankvar\": 3952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2028, \"group\": [3298.0, 706.0, 122.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTCTCTTTA\", \"ini\": 1159, \"clust\": 4355, \"rank\": 4043, \"rankvar\": 2466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2029, \"group\": [4355.0, 782.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTTAGAACA\", \"ini\": 1158, \"clust\": 1688, \"rank\": 3891, \"rankvar\": 3511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2431, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5011, \"group\": [1688.0, 255.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTGCTGCC\", \"ini\": 1157, \"clust\": 4305, \"rank\": 4071, \"rankvar\": 519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2030, \"group\": [4305.0, 779.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTGCTAGCC\", \"ini\": 1156, \"clust\": 4297, \"rank\": 4015, \"rankvar\": 1471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2031, \"group\": [4296.0, 778.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGATCTGAA\", \"ini\": 1155, \"clust\": 4262, \"rank\": 3921, \"rankvar\": 1039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2434, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2032, \"group\": [4260.0, 767.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAATACAG\", \"ini\": 1154, \"clust\": 4347, \"rank\": 4044, \"rankvar\": 708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2033, \"group\": [4351.0, 781.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAACTGCGC\", \"ini\": 1153, \"clust\": 4290, \"rank\": 4029, \"rankvar\": 1120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2034, \"group\": [4290.0, 777.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCATAGCAC\", \"ini\": 1152, \"clust\": 566, \"rank\": 3087, \"rankvar\": 1638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3219, \"group\": [569.0, 103.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGCTGGAAC\", \"ini\": 1151, \"clust\": 4323, \"rank\": 3927, \"rankvar\": 2052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2035, \"group\": [4323.0, 780.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGATCCTAGTGA\", \"ini\": 1150, \"clust\": 4291, \"rank\": 3904, \"rankvar\": 693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2036, \"group\": [4291.0, 777.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCAGCGTA\", \"ini\": 1149, \"clust\": 1497, \"rank\": 3052, \"rankvar\": 1324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2440, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3220, \"group\": [1501.0, 186.0, 28.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACACTTACGA\", \"ini\": 1148, \"clust\": 504, \"rank\": 3170, \"rankvar\": 1437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2441, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3221, \"group\": [503.0, 93.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCACTCCA\", \"ini\": 1147, \"clust\": 4339, \"rank\": 4089, \"rankvar\": 3228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2037, \"group\": [4338.0, 781.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGCAGTCA\", \"ini\": 1146, \"clust\": 582, \"rank\": 3186, \"rankvar\": 1281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3222, \"group\": [582.0, 109.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTGGGTTG\", \"ini\": 1145, \"clust\": 1691, \"rank\": 3424, \"rankvar\": 3722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5012, \"group\": [1693.0, 258.0, 45.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCTCCGGTT\", \"ini\": 1144, \"clust\": 461, \"rank\": 3155, \"rankvar\": 2872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2445, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3223, \"group\": [461.0, 84.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGTTCTG\", \"ini\": 1143, \"clust\": 24, \"rank\": 3813, \"rankvar\": 4772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2446, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5228, \"group\": [23.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCAGATCTGCT\", \"ini\": 1142, \"clust\": 1683, \"rank\": 4068, \"rankvar\": 3991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5013, \"group\": [1681.0, 252.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGATGTAAC\", \"ini\": 1141, \"clust\": 31, \"rank\": 3694, \"rankvar\": 4875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2448, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5229, \"group\": [29.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATGAAAC\", \"ini\": 1140, \"clust\": 4304, \"rank\": 4010, \"rankvar\": 481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2449, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2038, \"group\": [4307.0, 779.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGCGCTTAT\", \"ini\": 1139, \"clust\": 19, \"rank\": 3698, \"rankvar\": 4759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2450, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5230, \"group\": [35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTACTCGCG\", \"ini\": 1138, \"clust\": 512, \"rank\": 3139, \"rankvar\": 1931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2451, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3224, \"group\": [512.0, 95.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAAGCCGCT\", \"ini\": 1137, \"clust\": 507, \"rank\": 3040, \"rankvar\": 3384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2452, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3225, \"group\": [505.0, 93.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCGCCTCA\", \"ini\": 1136, \"clust\": 4335, \"rank\": 4102, \"rankvar\": 1633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2039, \"group\": [4335.0, 780.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGCCATCGC\", \"ini\": 1135, \"clust\": 1676, \"rank\": 3586, \"rankvar\": 3192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5014, \"group\": [1678.0, 250.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTTAGTGGG\", \"ini\": 1134, \"clust\": 4968, \"rank\": 3824, \"rankvar\": 3100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2455, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2817, \"group\": [4968.0, 996.0, 176.0, 43.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAATCTGCA\", \"ini\": 1133, \"clust\": 4324, \"rank\": 4056, \"rankvar\": 2171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2040, \"group\": [4324.0, 780.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCACGACG\", \"ini\": 1132, \"clust\": 2678, \"rank\": 3558, \"rankvar\": 1912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2041, \"group\": [2686.0, 488.0, 89.0, 23.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTTAGGTA\", \"ini\": 1131, \"clust\": 4302, \"rank\": 4158, \"rankvar\": 1053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2042, \"group\": [4302.0, 778.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAATCTGCGGCA\", \"ini\": 1130, \"clust\": 124, \"rank\": 3471, \"rankvar\": 3158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2459, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 239, \"group\": [124.0, 30.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGCGACAT\", \"ini\": 1129, \"clust\": 573, \"rank\": 3234, \"rankvar\": 3520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2460, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3226, \"group\": [572.0, 104.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACAACTGT\", \"ini\": 1128, \"clust\": 4318, \"rank\": 4036, \"rankvar\": 902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2043, \"group\": [4318.0, 780.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGTCTCGCATC\", \"ini\": 1127, \"clust\": 4298, \"rank\": 4020, \"rankvar\": 2424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2044, \"group\": [4297.0, 778.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTAGCCA\", \"ini\": 1126, \"clust\": 516, \"rank\": 3366, \"rankvar\": 2379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2463, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3227, \"group\": [515.0, 96.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTGTGGCTC\", \"ini\": 1125, \"clust\": 4285, \"rank\": 3876, \"rankvar\": 913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2045, \"group\": [4285.0, 775.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTTATCGC\", \"ini\": 1124, \"clust\": 98, \"rank\": 3612, \"rankvar\": 4426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2465, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5139, \"group\": [98.0, 14.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGGAATCG\", \"ini\": 1123, \"clust\": 1669, \"rank\": 4240, \"rankvar\": 4522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2466, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5015, \"group\": [1667.0, 249.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGAATAGGG\", \"ini\": 1122, \"clust\": 533, \"rank\": 3164, \"rankvar\": 2596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2467, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3228, \"group\": [534.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCGGAGCAA\", \"ini\": 1121, \"clust\": 315, \"rank\": 3407, \"rankvar\": 4752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2468, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3989, \"group\": [313.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCTGATCA\", \"ini\": 1120, \"clust\": 4350, \"rank\": 4316, \"rankvar\": 2330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2046, \"group\": [4349.0, 781.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTATCACCA\", \"ini\": 1119, \"clust\": 541, \"rank\": 3169, \"rankvar\": 2583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2470, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3229, \"group\": [540.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAATCCAAC\", \"ini\": 1118, \"clust\": 4301, \"rank\": 4126, \"rankvar\": 1599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2471, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2047, \"group\": [4304.0, 778.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACAACGCC\", \"ini\": 1117, \"clust\": 583, \"rank\": 3380, \"rankvar\": 1161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2472, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3230, \"group\": [584.0, 111.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGGGAAACA\", \"ini\": 1116, \"clust\": 345, \"rank\": 3799, \"rankvar\": 4460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2473, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3990, \"group\": [346.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAGAAAGG\", \"ini\": 1115, \"clust\": 550, \"rank\": 3220, \"rankvar\": 1698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2474, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3231, \"group\": [549.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACTCGGA\", \"ini\": 1114, \"clust\": 508, \"rank\": 3137, \"rankvar\": 2965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2475, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3232, \"group\": [506.0, 93.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGTCGATAA\", \"ini\": 1113, \"clust\": 3016, \"rank\": 3457, \"rankvar\": 4572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2476, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2818, \"group\": [3020.0, 642.0, 115.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGTACAG\", \"ini\": 1112, \"clust\": 4300, \"rank\": 4207, \"rankvar\": 1086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2048, \"group\": [4301.0, 778.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGCCA\", \"ini\": 1111, \"clust\": 5215, \"rank\": 4069, \"rankvar\": 1791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2478, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2819, \"group\": [5214.0, 1106.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCACTCT\", \"ini\": 1110, \"clust\": 1679, \"rank\": 3629, \"rankvar\": 4348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5016, \"group\": [1676.0, 250.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGTGGAT\", \"ini\": 1109, \"clust\": 342, \"rank\": 3427, \"rankvar\": 4423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2480, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3991, \"group\": [342.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTATAAACG\", \"ini\": 1108, \"clust\": 4263, \"rank\": 4038, \"rankvar\": 390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2481, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2049, \"group\": [4261.0, 767.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGAGCAGGCTA\", \"ini\": 1107, \"clust\": 25, \"rank\": 3845, \"rankvar\": 4848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2482, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5231, \"group\": [24.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCAATGGT\", \"ini\": 1106, \"clust\": 4255, \"rank\": 3933, \"rankvar\": 2179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2050, \"group\": [4256.0, 765.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCCCTAACC\", \"ini\": 1105, \"clust\": 1115, \"rank\": 3254, \"rankvar\": 3627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2484, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3233, \"group\": [1116.0, 128.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACTTCGAA\", \"ini\": 1104, \"clust\": 537, \"rank\": 3250, \"rankvar\": 3524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3234, \"group\": [538.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAACACTG\", \"ini\": 1103, \"clust\": 4331, \"rank\": 4042, \"rankvar\": 934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2051, \"group\": [4333.0, 780.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCAGAATA\", \"ini\": 1102, \"clust\": 563, \"rank\": 3392, \"rankvar\": 3468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3235, \"group\": [566.0, 101.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCAAAGCAAT\", \"ini\": 1101, \"clust\": 511, \"rank\": 3352, \"rankvar\": 2891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2488, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3236, \"group\": [514.0, 95.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCTTTACGT\", \"ini\": 1100, \"clust\": 311, \"rank\": 3548, \"rankvar\": 4003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2489, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3992, \"group\": [310.0, 58.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAATAGCA\", \"ini\": 1099, \"clust\": 513, \"rank\": 3255, \"rankvar\": 2676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3237, \"group\": [513.0, 95.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTGCAACGA\", \"ini\": 1098, \"clust\": 3014, \"rank\": 3761, \"rankvar\": 4579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2491, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2820, \"group\": [3014.0, 641.0, 115.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTTACCTA\", \"ini\": 1097, \"clust\": 542, \"rank\": 3158, \"rankvar\": 2004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2492, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3238, \"group\": [541.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTTGTCTTT\", \"ini\": 1096, \"clust\": 568, \"rank\": 3301, \"rankvar\": 1696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3239, \"group\": [568.0, 102.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGAGCAATT\", \"ini\": 1095, \"clust\": 4306, \"rank\": 4211, \"rankvar\": 648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2494, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2052, \"group\": [4306.0, 779.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGACGGTA\", \"ini\": 1094, \"clust\": 4468, \"rank\": 3846, \"rankvar\": 2264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2495, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2821, \"group\": [4468.0, 863.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCATCCTTGC\", \"ini\": 1093, \"clust\": 4310, \"rank\": 4066, \"rankvar\": 1562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2053, \"group\": [4315.0, 779.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCATGGAATA\", \"ini\": 1092, \"clust\": 463, \"rank\": 3298, \"rankvar\": 2294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3240, \"group\": [463.0, 84.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTCCGTCAG\", \"ini\": 1091, \"clust\": 323, \"rank\": 3549, \"rankvar\": 4597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3993, \"group\": [319.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTAGTGA\", \"ini\": 1090, \"clust\": 524, \"rank\": 3372, \"rankvar\": 2607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2499, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3241, \"group\": [524.0, 97.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCCGATTT\", \"ini\": 1089, \"clust\": 2546, \"rank\": 4393, \"rankvar\": 4981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2054, \"group\": [2542.0, 472.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTACCATCA\", \"ini\": 1088, \"clust\": 4443, \"rank\": 2777, \"rankvar\": 4432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2501, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4251, \"group\": [4446.0, 845.0, 147.0, 37.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAAACCTAC\", \"ini\": 1087, \"clust\": 569, \"rank\": 3390, \"rankvar\": 1897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2502, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3242, \"group\": [575.0, 105.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACAACTGGCC\", \"ini\": 1086, \"clust\": 921, \"rank\": 3426, \"rankvar\": 1238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3243, \"group\": [921.0, 123.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTTCGCGC\", \"ini\": 1085, \"clust\": 4307, \"rank\": 4201, \"rankvar\": 1842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2055, \"group\": [4310.0, 779.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATCCGG\", \"ini\": 1084, \"clust\": 519, \"rank\": 3291, \"rankvar\": 2174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3244, \"group\": [519.0, 96.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGTTGAGTA\", \"ini\": 1083, \"clust\": 131, \"rank\": 3740, \"rankvar\": 4938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2506, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 240, \"group\": [131.0, 31.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTATATGAG\", \"ini\": 1082, \"clust\": 1574, \"rank\": 3142, \"rankvar\": 4834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2507, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3994, \"group\": [1575.0, 209.0, 34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTAATAGCA\", \"ini\": 1081, \"clust\": 1663, \"rank\": 3978, \"rankvar\": 3497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5017, \"group\": [1663.0, 247.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGATGGCGT\", \"ini\": 1080, \"clust\": 331, \"rank\": 3674, \"rankvar\": 4774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2509, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3995, \"group\": [333.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTTTAGGAA\", \"ini\": 1079, \"clust\": 894, \"rank\": 3515, \"rankvar\": 2006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3245, \"group\": [894.0, 121.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCGAATGCT\", \"ini\": 1078, \"clust\": 458, \"rank\": 3357, \"rankvar\": 3302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3246, \"group\": [459.0, 83.0, 19.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGACAAAGG\", \"ini\": 1077, \"clust\": 3015, \"rank\": 3641, \"rankvar\": 3927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2512, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2822, \"group\": [3015.0, 641.0, 115.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCGACAGCC\", \"ini\": 1076, \"clust\": 1661, \"rank\": 3908, \"rankvar\": 3933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2513, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5018, \"group\": [1661.0, 247.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTTCAACT\", \"ini\": 1075, \"clust\": 564, \"rank\": 3417, \"rankvar\": 1272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2514, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3247, \"group\": [564.0, 101.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGTATTGGA\", \"ini\": 1074, \"clust\": 545, \"rank\": 3270, \"rankvar\": 1393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3248, \"group\": [543.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCACGAAACG\", \"ini\": 1073, \"clust\": 343, \"rank\": 3467, \"rankvar\": 4355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2516, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3996, \"group\": [340.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGGCACTA\", \"ini\": 1072, \"clust\": 4358, \"rank\": 4161, \"rankvar\": 804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2056, \"group\": [4358.0, 782.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCGAGTTT\", \"ini\": 1071, \"clust\": 2635, \"rank\": 4575, \"rankvar\": 5191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2518, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 175, \"group\": [2641.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGAGAGCTC\", \"ini\": 1070, \"clust\": 1186, \"rank\": 3637, \"rankvar\": 2391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2519, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3249, \"group\": [1185.0, 138.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTCCCTACT\", \"ini\": 1069, \"clust\": 505, \"rank\": 3236, \"rankvar\": 3530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3250, \"group\": [504.0, 93.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGCGAAGGG\", \"ini\": 1068, \"clust\": 1575, \"rank\": 3175, \"rankvar\": 4450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2521, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3997, \"group\": [1579.0, 209.0, 34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCGCGTAGC\", \"ini\": 1067, \"clust\": 551, \"rank\": 3214, \"rankvar\": 3766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2522, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3251, \"group\": [550.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCACCCAG\", \"ini\": 1066, \"clust\": 319, \"rank\": 3415, \"rankvar\": 4573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2523, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3998, \"group\": [316.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACATTAGGCT\", \"ini\": 1065, \"clust\": 571, \"rank\": 3389, \"rankvar\": 2277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2524, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3252, \"group\": [571.0, 104.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCCAGAGGA\", \"ini\": 1064, \"clust\": 584, \"rank\": 3611, \"rankvar\": 2476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2525, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3253, \"group\": [585.0, 112.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCACTGTCGG\", \"ini\": 1063, \"clust\": 4444, \"rank\": 2985, \"rankvar\": 4048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4252, \"group\": [4444.0, 844.0, 147.0, 37.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTTCTGCGTAA\", \"ini\": 1062, \"clust\": 492, \"rank\": 3356, \"rankvar\": 725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2527, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3254, \"group\": [493.0, 91.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTCACCTAA\", \"ini\": 1061, \"clust\": 2685, \"rank\": 3691, \"rankvar\": 3546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2057, \"group\": [2682.0, 485.0, 88.0, 23.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTACTTAGC\", \"ini\": 1060, \"clust\": 591, \"rank\": 3393, \"rankvar\": 3774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3255, \"group\": [592.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGACCTAGG\", \"ini\": 1059, \"clust\": 125, \"rank\": 3679, \"rankvar\": 3858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2530, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 241, \"group\": [125.0, 30.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACAGACAG\", \"ini\": 1058, \"clust\": 4319, \"rank\": 4061, \"rankvar\": 968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2058, \"group\": [4319.0, 780.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGTGTGGT\", \"ini\": 1057, \"clust\": 140, \"rank\": 3585, \"rankvar\": 3462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2532, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 242, \"group\": [139.0, 32.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTTATCGGT\", \"ini\": 1056, \"clust\": 1675, \"rank\": 4031, \"rankvar\": 4466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5019, \"group\": [1672.0, 250.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACACAGACTT\", \"ini\": 1055, \"clust\": 918, \"rank\": 3429, \"rankvar\": 1333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2534, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3256, \"group\": [919.0, 123.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTCAAGTCATC\", \"ini\": 1054, \"clust\": 133, \"rank\": 3497, \"rankvar\": 4133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2535, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 243, \"group\": [138.0, 31.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGTTAACC\", \"ini\": 1053, \"clust\": 346, \"rank\": 3624, \"rankvar\": 4732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2536, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3999, \"group\": [345.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACACTGCG\", \"ini\": 1052, \"clust\": 2630, \"rank\": 4529, \"rankvar\": 5199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2537, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 176, \"group\": [2628.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCATGTTGAC\", \"ini\": 1051, \"clust\": 4317, \"rank\": 4174, \"rankvar\": 1170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2059, \"group\": [4320.0, 780.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTTAGCGG\", \"ini\": 1050, \"clust\": 919, \"rank\": 3448, \"rankvar\": 3390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2539, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3257, \"group\": [920.0, 123.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGAGAATTCCC\", \"ini\": 1049, \"clust\": 956, \"rank\": 3331, \"rankvar\": 2686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2540, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3258, \"group\": [956.0, 125.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCACACCGAC\", \"ini\": 1048, \"clust\": 344, \"rank\": 3747, \"rankvar\": 4500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2541, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4000, \"group\": [341.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGCACTTA\", \"ini\": 1047, \"clust\": 337, \"rank\": 3423, \"rankvar\": 4692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2542, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4001, \"group\": [335.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCAACACTG\", \"ini\": 1046, \"clust\": 2615, \"rank\": 4560, \"rankvar\": 4919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2543, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 177, \"group\": [2612.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGCCCA\", \"ini\": 1045, \"clust\": 2683, \"rank\": 3883, \"rankvar\": 1893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2060, \"group\": [2683.0, 485.0, 88.0, 23.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAGTAAGTAGT\", \"ini\": 1044, \"clust\": 529, \"rank\": 3461, \"rankvar\": 3380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3259, \"group\": [528.0, 98.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGACACTT\", \"ini\": 1043, \"clust\": 1145, \"rank\": 3513, \"rankvar\": 3134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2546, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3260, \"group\": [1149.0, 134.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTGTGACCC\", \"ini\": 1042, \"clust\": 994, \"rank\": 3431, \"rankvar\": 3161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2547, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3261, \"group\": [995.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCAGTATAAG\", \"ini\": 1041, \"clust\": 1665, \"rank\": 4130, \"rankvar\": 3448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2548, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5020, \"group\": [1665.0, 248.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCACCGGGT\", \"ini\": 1040, \"clust\": 1045, \"rank\": 3464, \"rankvar\": 1355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2549, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3262, \"group\": [1049.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGTAATA\", \"ini\": 1039, \"clust\": 137, \"rank\": 3746, \"rankvar\": 4780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2550, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 244, \"group\": [135.0, 31.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGCCGTCGT\", \"ini\": 1038, \"clust\": 539, \"rank\": 3134, \"rankvar\": 3759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2551, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3263, \"group\": [561.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTCCGTTAA\", \"ini\": 1037, \"clust\": 312, \"rank\": 3439, \"rankvar\": 4144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2552, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4002, \"group\": [311.0, 58.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGCATGAT\", \"ini\": 1036, \"clust\": 899, \"rank\": 3705, \"rankvar\": 2520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3264, \"group\": [902.0, 122.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTATTAGCC\", \"ini\": 1035, \"clust\": 557, \"rank\": 3274, \"rankvar\": 3204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3265, \"group\": [559.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACACTGCG\", \"ini\": 1034, \"clust\": 955, \"rank\": 3364, \"rankvar\": 2097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2555, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3266, \"group\": [958.0, 125.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCTCTTA\", \"ini\": 1033, \"clust\": 310, \"rank\": 3425, \"rankvar\": 4476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2556, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4003, \"group\": [309.0, 58.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATTGGGCC\", \"ini\": 1032, \"clust\": 4303, \"rank\": 4366, \"rankvar\": 2559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2061, \"group\": [4303.0, 778.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCTTACCTA\", \"ini\": 1031, \"clust\": 459, \"rank\": 3404, \"rankvar\": 2540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2558, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3267, \"group\": [464.0, 84.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCCATTAT\", \"ini\": 1030, \"clust\": 534, \"rank\": 3336, \"rankvar\": 2354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2559, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3268, \"group\": [535.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAATCCTTCAAT\", \"ini\": 1029, \"clust\": 4326, \"rank\": 4268, \"rankvar\": 2589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2062, \"group\": [4326.0, 780.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAATGGATA\", \"ini\": 1028, \"clust\": 4256, \"rank\": 4215, \"rankvar\": 2652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2561, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2063, \"group\": [4257.0, 765.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGTTGCC\", \"ini\": 1027, \"clust\": 897, \"rank\": 3759, \"rankvar\": 1368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2562, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3269, \"group\": [897.0, 122.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTCTGGTCG\", \"ini\": 1026, \"clust\": 549, \"rank\": 3402, \"rankvar\": 2550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3270, \"group\": [551.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTAACGCGA\", \"ini\": 1025, \"clust\": 531, \"rank\": 3235, \"rankvar\": 3512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3271, \"group\": [531.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCAGTTGAC\", \"ini\": 1024, \"clust\": 1020, \"rank\": 3545, \"rankvar\": 1357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2565, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3272, \"group\": [1020.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTGAGAT\", \"ini\": 1023, \"clust\": 2628, \"rank\": 4565, \"rankvar\": 5182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2566, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 178, \"group\": [2626.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTCAGCTAT\", \"ini\": 1022, \"clust\": 318, \"rank\": 3607, \"rankvar\": 4543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2567, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4004, \"group\": [318.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCCAACCAA\", \"ini\": 1021, \"clust\": 4356, \"rank\": 4399, \"rankvar\": 2665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2064, \"group\": [4356.0, 782.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGAGTCTGG\", \"ini\": 1020, \"clust\": 5213, \"rank\": 4273, \"rankvar\": 1326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2569, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2823, \"group\": [5215.0, 1106.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTGTCGCG\", \"ini\": 1019, \"clust\": 565, \"rank\": 3608, \"rankvar\": 1820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3273, \"group\": [565.0, 101.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTTCTGTTT\", \"ini\": 1018, \"clust\": 1183, \"rank\": 3696, \"rankvar\": 1145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2571, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3274, \"group\": [1183.0, 138.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCAAGTAGTA\", \"ini\": 1017, \"clust\": 1536, \"rank\": 3725, \"rankvar\": 2557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2572, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3275, \"group\": [1535.0, 199.0, 31.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCAATGTC\", \"ini\": 1016, \"clust\": 317, \"rank\": 3844, \"rankvar\": 4831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2573, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4005, \"group\": [323.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCTACCTA\", \"ini\": 1015, \"clust\": 543, \"rank\": 3284, \"rankvar\": 3652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3276, \"group\": [546.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGAGTAGA\", \"ini\": 1014, \"clust\": 544, \"rank\": 3307, \"rankvar\": 3333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2575, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3277, \"group\": [545.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGGACAAG\", \"ini\": 1013, \"clust\": 4321, \"rank\": 4178, \"rankvar\": 851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2065, \"group\": [4322.0, 780.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGCATGTAAGA\", \"ini\": 1012, \"clust\": 313, \"rank\": 3777, \"rankvar\": 4002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2577, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4006, \"group\": [348.0, 60.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGAGCTCCCAG\", \"ini\": 1011, \"clust\": 1178, \"rank\": 3542, \"rankvar\": 2400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3278, \"group\": [1178.0, 137.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTAGGGTAC\", \"ini\": 1010, \"clust\": 324, \"rank\": 3722, \"rankvar\": 4517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2579, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4007, \"group\": [320.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCAGGAATCG\", \"ini\": 1009, \"clust\": 2629, \"rank\": 4699, \"rankvar\": 5220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2580, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 179, \"group\": [2627.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTACCCAAT\", \"ini\": 1008, \"clust\": 554, \"rank\": 3322, \"rankvar\": 1835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2581, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3279, \"group\": [554.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCACATTCGA\", \"ini\": 1007, \"clust\": 592, \"rank\": 3551, \"rankvar\": 3486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2582, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3280, \"group\": [593.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCCAGACGCAA\", \"ini\": 1006, \"clust\": 1060, \"rank\": 3535, \"rankvar\": 2133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2583, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3281, \"group\": [1060.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAATTGCC\", \"ini\": 1005, \"clust\": 1218, \"rank\": 3568, \"rankvar\": 2382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2584, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3282, \"group\": [1222.0, 144.0, 22.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGAACTGC\", \"ini\": 1004, \"clust\": 526, \"rank\": 3544, \"rankvar\": 1681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2585, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3283, \"group\": [530.0, 98.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTACGCGC\", \"ini\": 1003, \"clust\": 2470, \"rank\": 3973, \"rankvar\": 1747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2586, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 180, \"group\": [2470.0, 446.0, 77.0, 20.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCCACTAT\", \"ini\": 1002, \"clust\": 2616, \"rank\": 4650, \"rankvar\": 5168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2587, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 181, \"group\": [2613.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCCCGGATG\", \"ini\": 1001, \"clust\": 4466, \"rank\": 4058, \"rankvar\": 3481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2588, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2824, \"group\": [4466.0, 863.0, 153.0, 39.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTATAGGGC\", \"ini\": 1000, \"clust\": 616, \"rank\": 3622, \"rankvar\": 4043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2589, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3284, \"group\": [615.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGCCTGAG\", \"ini\": 999, \"clust\": 141, \"rank\": 3721, \"rankvar\": 4120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2590, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 245, \"group\": [140.0, 32.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTACCGTTA\", \"ini\": 998, \"clust\": 556, \"rank\": 3388, \"rankvar\": 2597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2591, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3285, \"group\": [560.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCATTCTCAT\", \"ini\": 997, \"clust\": 308, \"rank\": 3552, \"rankvar\": 3618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2592, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4008, \"group\": [312.0, 58.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGACCACA\", \"ini\": 996, \"clust\": 572, \"rank\": 3263, \"rankvar\": 3872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2593, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3286, \"group\": [574.0, 104.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATCACGCGAAA\", \"ini\": 995, \"clust\": 126, \"rank\": 3719, \"rankvar\": 5133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2594, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 246, \"group\": [128.0, 31.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGGTCCGA\", \"ini\": 994, \"clust\": 967, \"rank\": 3609, \"rankvar\": 1962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2595, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3287, \"group\": [967.0, 126.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCGTTGCC\", \"ini\": 993, \"clust\": 585, \"rank\": 3530, \"rankvar\": 768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2596, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3288, \"group\": [586.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCTCATTCA\", \"ini\": 992, \"clust\": 271, \"rank\": 3708, \"rankvar\": 3935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2597, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4009, \"group\": [271.0, 52.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCCCTCTTT\", \"ini\": 991, \"clust\": 996, \"rank\": 3597, \"rankvar\": 3732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2598, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3289, \"group\": [997.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGCGA\", \"ini\": 990, \"clust\": 555, \"rank\": 3296, \"rankvar\": 3681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2599, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3290, \"group\": [555.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTCAATGTC\", \"ini\": 989, \"clust\": 893, \"rank\": 3781, \"rankvar\": 2221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2600, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3291, \"group\": [896.0, 121.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTGACAAAT\", \"ini\": 988, \"clust\": 1686, \"rank\": 4306, \"rankvar\": 3930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2601, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5021, \"group\": [1683.0, 252.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCCATTCTA\", \"ini\": 987, \"clust\": 1043, \"rank\": 3454, \"rankvar\": 2984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2602, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3292, \"group\": [1044.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGTCTATCCCG\", \"ini\": 986, \"clust\": 132, \"rank\": 3944, \"rankvar\": 4815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2603, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 247, \"group\": [132.0, 31.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCATATCG\", \"ini\": 985, \"clust\": 950, \"rank\": 3603, \"rankvar\": 2163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2604, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3293, \"group\": [950.0, 125.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCATTCCTGC\", \"ini\": 984, \"clust\": 4900, \"rank\": 4498, \"rankvar\": 3645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2066, \"group\": [4900.0, 959.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTCTC\", \"ini\": 983, \"clust\": 1543, \"rank\": 3563, \"rankvar\": 3144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2606, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3294, \"group\": [1549.0, 205.0, 32.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCGTCCAGG\", \"ini\": 982, \"clust\": 1171, \"rank\": 3528, \"rankvar\": 2838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2607, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3295, \"group\": [1171.0, 137.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCTGCGGT\", \"ini\": 981, \"clust\": 4315, \"rank\": 4410, \"rankvar\": 1714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2067, \"group\": [4316.0, 780.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTTGCAGG\", \"ini\": 980, \"clust\": 327, \"rank\": 3884, \"rankvar\": 4682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2609, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4010, \"group\": [326.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCCCTAAT\", \"ini\": 979, \"clust\": 1680, \"rank\": 4455, \"rankvar\": 4186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5022, \"group\": [1686.0, 254.0, 44.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCCAAGCCG\", \"ini\": 978, \"clust\": 4309, \"rank\": 4339, \"rankvar\": 4091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2068, \"group\": [4309.0, 779.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTGCTGTC\", \"ini\": 977, \"clust\": 4313, \"rank\": 4319, \"rankvar\": 413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2612, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2069, \"group\": [4311.0, 779.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTAGAGTC\", \"ini\": 976, \"clust\": 2638, \"rank\": 4664, \"rankvar\": 5228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2613, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 182, \"group\": [2635.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTGTTAA\", \"ini\": 975, \"clust\": 5200, \"rank\": 4418, \"rankvar\": 3528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2614, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2825, \"group\": [5201.0, 1101.0, 190.0, 45.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGCTCAGA\", \"ini\": 974, \"clust\": 952, \"rank\": 3493, \"rankvar\": 3080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2615, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3296, \"group\": [955.0, 125.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAGTCAGTGGA\", \"ini\": 973, \"clust\": 896, \"rank\": 3819, \"rankvar\": 513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2616, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3297, \"group\": [899.0, 122.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTAGTCA\", \"ini\": 972, \"clust\": 341, \"rank\": 3664, \"rankvar\": 4837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2617, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4011, \"group\": [339.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGCTAAGAT\", \"ini\": 971, \"clust\": 1141, \"rank\": 3619, \"rankvar\": 2925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2618, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3298, \"group\": [1142.0, 134.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCATGGGACA\", \"ini\": 970, \"clust\": 1118, \"rank\": 3668, \"rankvar\": 3680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2619, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3299, \"group\": [1119.0, 129.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACATCCA\", \"ini\": 969, \"clust\": 1147, \"rank\": 3491, \"rankvar\": 3399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2620, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3300, \"group\": [1146.0, 134.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCAGCTAGTTC\", \"ini\": 968, \"clust\": 1187, \"rank\": 3729, \"rankvar\": 2092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2621, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3301, \"group\": [1186.0, 138.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGGTGTCG\", \"ini\": 967, \"clust\": 1148, \"rank\": 3575, \"rankvar\": 2738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2622, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3302, \"group\": [1147.0, 134.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGTAGATC\", \"ini\": 966, \"clust\": 4901, \"rank\": 4506, \"rankvar\": 2905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2070, \"group\": [4901.0, 959.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCACATAGC\", \"ini\": 965, \"clust\": 924, \"rank\": 3581, \"rankvar\": 1839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2624, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3303, \"group\": [924.0, 123.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCAGCAC\", \"ini\": 964, \"clust\": 1179, \"rank\": 3625, \"rankvar\": 1860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2625, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3304, \"group\": [1179.0, 137.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCATTAGC\", \"ini\": 963, \"clust\": 3013, \"rank\": 4047, \"rankvar\": 2301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2826, \"group\": [3016.0, 641.0, 115.0, 29.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGATCACGG\", \"ini\": 962, \"clust\": 1152, \"rank\": 3635, \"rankvar\": 1591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2627, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3305, \"group\": [1152.0, 136.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTACCAGTT\", \"ini\": 961, \"clust\": 862, \"rank\": 3707, \"rankvar\": 2871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2628, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3306, \"group\": [865.0, 119.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGATATAC\", \"ini\": 960, \"clust\": 129, \"rank\": 4146, \"rankvar\": 5039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2629, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 248, \"group\": [129.0, 31.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTAAGGGAA\", \"ini\": 959, \"clust\": 559, \"rank\": 3440, \"rankvar\": 1790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2630, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3307, \"group\": [556.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCAGGCAAG\", \"ini\": 958, \"clust\": 943, \"rank\": 3569, \"rankvar\": 1619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2631, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3308, \"group\": [946.0, 124.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGGAGTACC\", \"ini\": 957, \"clust\": 332, \"rank\": 4005, \"rankvar\": 4416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2632, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4012, \"group\": [332.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGACGGTA\", \"ini\": 956, \"clust\": 1035, \"rank\": 3623, \"rankvar\": 1417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2633, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3309, \"group\": [1036.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGTGAAAT\", \"ini\": 955, \"clust\": 960, \"rank\": 3667, \"rankvar\": 2629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2634, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3310, \"group\": [961.0, 126.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCACATCTTT\", \"ini\": 954, \"clust\": 957, \"rank\": 3578, \"rankvar\": 2742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2635, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3311, \"group\": [957.0, 125.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCTTACCTA\", \"ini\": 953, \"clust\": 4316, \"rank\": 4384, \"rankvar\": 1377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2071, \"group\": [4317.0, 780.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGACTAGGC\", \"ini\": 952, \"clust\": 146, \"rank\": 3861, \"rankvar\": 4382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2637, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3312, \"group\": [146.0, 35.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCAGGCAAG\", \"ini\": 951, \"clust\": 522, \"rank\": 3495, \"rankvar\": 2977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2638, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3313, \"group\": [521.0, 96.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACTCTGTC\", \"ini\": 950, \"clust\": 966, \"rank\": 3554, \"rankvar\": 1645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2639, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3314, \"group\": [971.0, 126.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCTAACCGA\", \"ini\": 949, \"clust\": 958, \"rank\": 3681, \"rankvar\": 4273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2640, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3315, \"group\": [959.0, 125.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGGAAATA\", \"ini\": 948, \"clust\": 1143, \"rank\": 3481, \"rankvar\": 2432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2641, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3316, \"group\": [1144.0, 134.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTATGCTTG\", \"ini\": 947, \"clust\": 347, \"rank\": 3877, \"rankvar\": 4792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2642, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4013, \"group\": [343.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATCATCCGCGA\", \"ini\": 946, \"clust\": 959, \"rank\": 3574, \"rankvar\": 3582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2643, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3317, \"group\": [960.0, 125.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGACTTTCG\", \"ini\": 945, \"clust\": 1016, \"rank\": 3649, \"rankvar\": 2090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2644, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3318, \"group\": [1022.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGTAGCGGT\", \"ini\": 944, \"clust\": 4330, \"rank\": 4300, \"rankvar\": 328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2072, \"group\": [4336.0, 780.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAAGCGATATA\", \"ini\": 943, \"clust\": 951, \"rank\": 3453, \"rankvar\": 4222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2646, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3319, \"group\": [951.0, 125.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCGAATCT\", \"ini\": 942, \"clust\": 520, \"rank\": 3525, \"rankvar\": 1904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2647, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3320, \"group\": [522.0, 96.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACTCTTA\", \"ini\": 941, \"clust\": 888, \"rank\": 3601, \"rankvar\": 2683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2648, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3321, \"group\": [888.0, 120.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTTAGGAA\", \"ini\": 940, \"clust\": 517, \"rank\": 3561, \"rankvar\": 1617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2649, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3322, \"group\": [516.0, 96.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCCGAAGAG\", \"ini\": 939, \"clust\": 149, \"rank\": 3441, \"rankvar\": 2997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2650, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4183, \"group\": [150.0, 39.0, 11.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTTTACGT\", \"ini\": 938, \"clust\": 515, \"rank\": 3580, \"rankvar\": 2962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2651, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3323, \"group\": [517.0, 96.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATGCAATC\", \"ini\": 937, \"clust\": 4312, \"rank\": 4464, \"rankvar\": 2190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2073, \"group\": [4313.0, 779.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTACAA\", \"ini\": 936, \"clust\": 1021, \"rank\": 3678, \"rankvar\": 2646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2653, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3324, \"group\": [1021.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTTGTTTC\", \"ini\": 935, \"clust\": 500, \"rank\": 3633, \"rankvar\": 2164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2654, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3325, \"group\": [498.0, 92.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCGGACAAG\", \"ini\": 934, \"clust\": 890, \"rank\": 3784, \"rankvar\": 1158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2655, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3326, \"group\": [893.0, 120.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATTACCG\", \"ini\": 933, \"clust\": 136, \"rank\": 3858, \"rankvar\": 5004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2656, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 249, \"group\": [137.0, 31.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGCTTTGGT\", \"ini\": 932, \"clust\": 138, \"rank\": 3853, \"rankvar\": 4652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2657, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 250, \"group\": [136.0, 31.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCCACGAAT\", \"ini\": 931, \"clust\": 2639, \"rank\": 4658, \"rankvar\": 5175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2658, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 183, \"group\": [2636.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAACGATCT\", \"ini\": 930, \"clust\": 1099, \"rank\": 3647, \"rankvar\": 3186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2659, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3327, \"group\": [1100.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTGGCGAAT\", \"ini\": 929, \"clust\": 625, \"rank\": 3734, \"rankvar\": 1848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2660, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3328, \"group\": [625.0, 115.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCAACGAAA\", \"ini\": 928, \"clust\": 552, \"rank\": 3391, \"rankvar\": 3687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2661, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3329, \"group\": [552.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTATCGCC\", \"ini\": 927, \"clust\": 488, \"rank\": 3701, \"rankvar\": 1586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3330, \"group\": [490.0, 90.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTATCCCG\", \"ini\": 926, \"clust\": 535, \"rank\": 3596, \"rankvar\": 1998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2663, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3331, \"group\": [536.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACATGACATC\", \"ini\": 925, \"clust\": 880, \"rank\": 3720, \"rankvar\": 2780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2664, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3332, \"group\": [883.0, 120.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACACGGATAG\", \"ini\": 924, \"clust\": 139, \"rank\": 4073, \"rankvar\": 3020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2665, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 251, \"group\": [141.0, 32.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTCCACAA\", \"ini\": 923, \"clust\": 502, \"rank\": 3503, \"rankvar\": 2191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2666, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3333, \"group\": [509.0, 93.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGGGTCTCC\", \"ini\": 922, \"clust\": 293, \"rank\": 3770, \"rankvar\": 3896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2667, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4014, \"group\": [293.0, 57.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGGATTGG\", \"ini\": 921, \"clust\": 561, \"rank\": 3538, \"rankvar\": 2985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2668, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3334, \"group\": [562.0, 100.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACCAGTTCCCT\", \"ini\": 920, \"clust\": 586, \"rank\": 3532, \"rankvar\": 2613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2669, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3335, \"group\": [587.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCATCATC\", \"ini\": 919, \"clust\": 589, \"rank\": 3672, \"rankvar\": 2730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2670, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3336, \"group\": [590.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTCGCTAA\", \"ini\": 918, \"clust\": 325, \"rank\": 3804, \"rankvar\": 4791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2671, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4015, \"group\": [324.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCGGCCGAT\", \"ini\": 917, \"clust\": 997, \"rank\": 3651, \"rankvar\": 3668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2672, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3337, \"group\": [998.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCCGTACAA\", \"ini\": 916, \"clust\": 1142, \"rank\": 3912, \"rankvar\": 2850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2673, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3338, \"group\": [1143.0, 134.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTAACGGT\", \"ini\": 915, \"clust\": 587, \"rank\": 3733, \"rankvar\": 2356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2674, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3339, \"group\": [588.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTGTAGGGTAC\", \"ini\": 914, \"clust\": 900, \"rank\": 3842, \"rankvar\": 1823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2675, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3340, \"group\": [900.0, 122.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGTTGTC\", \"ini\": 913, \"clust\": 1039, \"rank\": 3736, \"rankvar\": 1647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2676, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3341, \"group\": [1040.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTCATTAGGCT\", \"ini\": 912, \"clust\": 560, \"rank\": 3381, \"rankvar\": 3660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2677, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3342, \"group\": [557.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTGTCGCTG\", \"ini\": 911, \"clust\": 451, \"rank\": 4355, \"rankvar\": 4745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2678, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3343, \"group\": [452.0, 80.0, 18.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCAGCTGGC\", \"ini\": 910, \"clust\": 1081, \"rank\": 3605, \"rankvar\": 3199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2679, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3344, \"group\": [1081.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGTGGCTC\", \"ini\": 909, \"clust\": 593, \"rank\": 3903, \"rankvar\": 4390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2680, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3345, \"group\": [597.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGTGTGGT\", \"ini\": 908, \"clust\": 151, \"rank\": 3786, \"rankvar\": 430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2681, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4184, \"group\": [152.0, 40.0, 11.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCACCCT\", \"ini\": 907, \"clust\": 553, \"rank\": 3505, \"rankvar\": 3589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2682, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3346, \"group\": [553.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAGGCCT\", \"ini\": 906, \"clust\": 987, \"rank\": 3711, \"rankvar\": 2384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2683, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3347, \"group\": [988.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCACCGGGT\", \"ini\": 905, \"clust\": 912, \"rank\": 3811, \"rankvar\": 2374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2684, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3348, \"group\": [911.0, 123.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCTCAACT\", \"ini\": 904, \"clust\": 627, \"rank\": 3868, \"rankvar\": 1986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2685, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3349, \"group\": [628.0, 115.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTGTGCAGTAG\", \"ini\": 903, \"clust\": 925, \"rank\": 3739, \"rankvar\": 2033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2686, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3350, \"group\": [925.0, 123.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCTTGCCA\", \"ini\": 902, \"clust\": 326, \"rank\": 3778, \"rankvar\": 4568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2687, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4016, \"group\": [325.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGGATA\", \"ini\": 901, \"clust\": 333, \"rank\": 3938, \"rankvar\": 4861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2688, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4017, \"group\": [330.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCAGCACAT\", \"ini\": 900, \"clust\": 995, \"rank\": 3700, \"rankvar\": 2575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2689, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3351, \"group\": [996.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAGCCTAA\", \"ini\": 899, \"clust\": 1044, \"rank\": 3706, \"rankvar\": 2101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2690, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3352, \"group\": [1045.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATGCCCGA\", \"ini\": 898, \"clust\": 953, \"rank\": 3702, \"rankvar\": 3155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3353, \"group\": [953.0, 125.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCAACTA\", \"ini\": 897, \"clust\": 1106, \"rank\": 3849, \"rankvar\": 701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3354, \"group\": [1115.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCTAGGGC\", \"ini\": 896, \"clust\": 329, \"rank\": 3995, \"rankvar\": 4613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2693, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4018, \"group\": [328.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTATTACCG\", \"ini\": 895, \"clust\": 622, \"rank\": 3900, \"rankvar\": 996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2694, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3355, \"group\": [623.0, 115.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCATGAT\", \"ini\": 894, \"clust\": 1144, \"rank\": 3758, \"rankvar\": 2019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2695, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3356, \"group\": [1145.0, 134.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAAGCGTAG\", \"ini\": 893, \"clust\": 320, \"rank\": 3645, \"rankvar\": 4335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2696, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4019, \"group\": [317.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACGTTGGC\", \"ini\": 892, \"clust\": 321, \"rank\": 3860, \"rankvar\": 4345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2697, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4020, \"group\": [322.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCTGATACG\", \"ini\": 891, \"clust\": 547, \"rank\": 3583, \"rankvar\": 1252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2698, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3357, \"group\": [547.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGAGTATA\", \"ini\": 890, \"clust\": 980, \"rank\": 3737, \"rankvar\": 3071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2699, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3358, \"group\": [984.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACGACTCG\", \"ini\": 889, \"clust\": 988, \"rank\": 3787, \"rankvar\": 3551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2700, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3359, \"group\": [989.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCAATAAGG\", \"ini\": 888, \"clust\": 1087, \"rank\": 3742, \"rankvar\": 2469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2701, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3360, \"group\": [1087.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGATGTAT\", \"ini\": 887, \"clust\": 1101, \"rank\": 3873, \"rankvar\": 2227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2702, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3361, \"group\": [1102.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATTGCGA\", \"ini\": 886, \"clust\": 614, \"rank\": 3869, \"rankvar\": 3107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2703, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3362, \"group\": [613.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCCTCTTT\", \"ini\": 885, \"clust\": 130, \"rank\": 4133, \"rankvar\": 3263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2704, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 252, \"group\": [130.0, 31.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCGACCAGC\", \"ini\": 884, \"clust\": 1046, \"rank\": 3712, \"rankvar\": 1740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2705, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3363, \"group\": [1048.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACACCTTGTC\", \"ini\": 883, \"clust\": 628, \"rank\": 3896, \"rankvar\": 1222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2706, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3364, \"group\": [629.0, 115.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTGGTATG\", \"ini\": 882, \"clust\": 961, \"rank\": 3837, \"rankvar\": 2878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2707, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3365, \"group\": [962.0, 126.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGCCCAACC\", \"ini\": 881, \"clust\": 698, \"rank\": 3975, \"rankvar\": 1593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2708, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3366, \"group\": [699.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGATATGCA\", \"ini\": 880, \"clust\": 1100, \"rank\": 3851, \"rankvar\": 1997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2709, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3367, \"group\": [1101.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCAAGGTGTG\", \"ini\": 879, \"clust\": 1149, \"rank\": 3878, \"rankvar\": 699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2710, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3368, \"group\": [1150.0, 135.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAGGCTCAC\", \"ini\": 878, \"clust\": 923, \"rank\": 3738, \"rankvar\": 2674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2711, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3369, \"group\": [926.0, 123.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTCATGCAT\", \"ini\": 877, \"clust\": 158, \"rank\": 3714, \"rankvar\": 3564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2712, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4103, \"group\": [170.0, 48.0, 14.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTCTTGCA\", \"ini\": 876, \"clust\": 1214, \"rank\": 3602, \"rankvar\": 1089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2713, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3370, \"group\": [1215.0, 142.0, 22.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCATTTGGG\", \"ini\": 875, \"clust\": 498, \"rank\": 3697, \"rankvar\": 2195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2714, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3371, \"group\": [501.0, 92.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTCCAT\", \"ini\": 874, \"clust\": 328, \"rank\": 3936, \"rankvar\": 4424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2715, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4021, \"group\": [327.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCTTGC\", \"ini\": 873, \"clust\": 927, \"rank\": 3963, \"rankvar\": 2165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2716, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3372, \"group\": [930.0, 124.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACCTAC\", \"ini\": 872, \"clust\": 613, \"rank\": 3863, \"rankvar\": 3646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2717, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3373, \"group\": [617.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGTTAGGTA\", \"ini\": 871, \"clust\": 1576, \"rank\": 3411, \"rankvar\": 4489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2718, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4022, \"group\": [1578.0, 209.0, 34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCTCTTGAT\", \"ini\": 870, \"clust\": 348, \"rank\": 3971, \"rankvar\": 4672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2719, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4023, \"group\": [344.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCGTAGGAG\", \"ini\": 869, \"clust\": 998, \"rank\": 3830, \"rankvar\": 2034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2720, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3374, \"group\": [1002.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGCCGCT\", \"ini\": 868, \"clust\": 936, \"rank\": 3726, \"rankvar\": 2755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2721, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3375, \"group\": [937.0, 124.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCACGACGAA\", \"ini\": 867, \"clust\": 546, \"rank\": 3577, \"rankvar\": 3315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2722, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3376, \"group\": [544.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGTCCTCT\", \"ini\": 866, \"clust\": 4971, \"rank\": 4124, \"rankvar\": 4442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5023, \"group\": [4971.0, 998.0, 177.0, 43.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGTCGAT\", \"ini\": 865, \"clust\": 1146, \"rank\": 3689, \"rankvar\": 3799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3377, \"group\": [1148.0, 134.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTAGAATGTTG\", \"ini\": 864, \"clust\": 590, \"rank\": 3789, \"rankvar\": 3693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2725, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3378, \"group\": [591.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCATCCAACA\", \"ini\": 863, \"clust\": 1302, \"rank\": 4332, \"rankvar\": 1129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2726, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5140, \"group\": [1305.0, 159.0, 24.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGGGAGTAA\", \"ini\": 862, \"clust\": 2626, \"rank\": 4746, \"rankvar\": 5231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2727, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 184, \"group\": [2623.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCCCGTT\", \"ini\": 861, \"clust\": 316, \"rank\": 4070, \"rankvar\": 4578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2728, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4024, \"group\": [314.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACCATTCGACA\", \"ini\": 860, \"clust\": 867, \"rank\": 4051, \"rankvar\": 1463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2729, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3379, \"group\": [874.0, 119.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAAGAAACGCC\", \"ini\": 859, \"clust\": 615, \"rank\": 3879, \"rankvar\": 4389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2730, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3380, \"group\": [614.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCATAAAGG\", \"ini\": 858, \"clust\": 287, \"rank\": 4326, \"rankvar\": 3664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2731, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4025, \"group\": [288.0, 56.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAACGGG\", \"ini\": 857, \"clust\": 941, \"rank\": 3822, \"rankvar\": 3148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2732, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3381, \"group\": [941.0, 124.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCATTCTA\", \"ini\": 856, \"clust\": 999, \"rank\": 3771, \"rankvar\": 3084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2733, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3382, \"group\": [1001.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTTGTCAT\", \"ini\": 855, \"clust\": 4972, \"rank\": 4262, \"rankvar\": 3244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5024, \"group\": [4972.0, 999.0, 177.0, 43.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAACAACA\", \"ini\": 854, \"clust\": 1193, \"rank\": 4026, \"rankvar\": 1710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2735, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3383, \"group\": [1192.0, 139.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAACGACG\", \"ini\": 853, \"clust\": 1086, \"rank\": 3862, \"rankvar\": 3376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2736, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3384, \"group\": [1089.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTGCAAT\", \"ini\": 852, \"clust\": 281, \"rank\": 3991, \"rankvar\": 4512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2737, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4026, \"group\": [279.0, 55.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGGAGAA\", \"ini\": 851, \"clust\": 538, \"rank\": 3687, \"rankvar\": 3996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2738, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3385, \"group\": [539.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCGCTCCA\", \"ini\": 850, \"clust\": 978, \"rank\": 3805, \"rankvar\": 897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2739, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3386, \"group\": [978.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGACCT\", \"ini\": 849, \"clust\": 977, \"rank\": 3871, \"rankvar\": 818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2740, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3387, \"group\": [980.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGGATACC\", \"ini\": 848, \"clust\": 1180, \"rank\": 3716, \"rankvar\": 2897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2741, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3388, \"group\": [1182.0, 137.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCAGTAT\", \"ini\": 847, \"clust\": 620, \"rank\": 3976, \"rankvar\": 2406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2742, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3389, \"group\": [621.0, 115.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTTGAT\", \"ini\": 846, \"clust\": 1075, \"rank\": 3730, \"rankvar\": 2173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2743, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3390, \"group\": [1076.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCCGCAAGC\", \"ini\": 845, \"clust\": 975, \"rank\": 3816, \"rankvar\": 1609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2744, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3391, \"group\": [974.0, 126.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTATG\", \"ini\": 844, \"clust\": 1153, \"rank\": 3764, \"rankvar\": 2194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2745, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3392, \"group\": [1153.0, 136.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGCGTAGTG\", \"ini\": 843, \"clust\": 2631, \"rank\": 4772, \"rankvar\": 5204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2746, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 185, \"group\": [2629.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGACCTC\", \"ini\": 842, \"clust\": 901, \"rank\": 3880, \"rankvar\": 3264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2747, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3393, \"group\": [901.0, 122.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTGCGGCA\", \"ini\": 841, \"clust\": 558, \"rank\": 3632, \"rankvar\": 3834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2748, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3394, \"group\": [558.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCATGGTCTA\", \"ini\": 840, \"clust\": 532, \"rank\": 3573, \"rankvar\": 3480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2749, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3395, \"group\": [532.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGCGCCTTG\", \"ini\": 839, \"clust\": 991, \"rank\": 3923, \"rankvar\": 2603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2750, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3396, \"group\": [992.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACTGGCC\", \"ini\": 838, \"clust\": 1172, \"rank\": 3765, \"rankvar\": 3304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2751, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3397, \"group\": [1172.0, 137.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTTTAAGCC\", \"ini\": 837, \"clust\": 1063, \"rank\": 3894, \"rankvar\": 2830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2752, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3398, \"group\": [1063.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGACGGAA\", \"ini\": 836, \"clust\": 134, \"rank\": 4131, \"rankvar\": 4679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2753, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 253, \"group\": [133.0, 31.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGTAA\", \"ini\": 835, \"clust\": 1084, \"rank\": 3887, \"rankvar\": 2256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2754, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3399, \"group\": [1084.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACGACTCG\", \"ini\": 834, \"clust\": 949, \"rank\": 3922, \"rankvar\": 3226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2755, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3400, \"group\": [952.0, 125.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTGCAACGA\", \"ini\": 833, \"clust\": 1062, \"rank\": 3865, \"rankvar\": 1185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2756, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3401, \"group\": [1065.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCGTACCGG\", \"ini\": 832, \"clust\": 934, \"rank\": 4053, \"rankvar\": 2894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2757, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3402, \"group\": [935.0, 124.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTAGGTGC\", \"ini\": 831, \"clust\": 284, \"rank\": 4261, \"rankvar\": 4495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2758, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4027, \"group\": [284.0, 56.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACATGCTGGC\", \"ini\": 830, \"clust\": 629, \"rank\": 4065, \"rankvar\": 1804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2759, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3403, \"group\": [636.0, 115.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACGACTA\", \"ini\": 829, \"clust\": 487, \"rank\": 3893, \"rankvar\": 1309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2760, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3404, \"group\": [491.0, 90.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAGCTCCGA\", \"ini\": 828, \"clust\": 954, \"rank\": 3785, \"rankvar\": 4047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2761, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3405, \"group\": [954.0, 125.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGCAACTT\", \"ini\": 827, \"clust\": 530, \"rank\": 3656, \"rankvar\": 2604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2762, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3406, \"group\": [533.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGCGCTC\", \"ini\": 826, \"clust\": 1205, \"rank\": 3947, \"rankvar\": 1970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2763, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3407, \"group\": [1204.0, 139.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACGCGGT\", \"ini\": 825, \"clust\": 1169, \"rank\": 3827, \"rankvar\": 3892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2764, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3408, \"group\": [1168.0, 137.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCTACCAGA\", \"ini\": 824, \"clust\": 624, \"rank\": 3962, \"rankvar\": 2688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2765, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3409, \"group\": [627.0, 115.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCATCGGAT\", \"ini\": 823, \"clust\": 891, \"rank\": 4143, \"rankvar\": 3219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2766, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3410, \"group\": [891.0, 120.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCTCGCATC\", \"ini\": 822, \"clust\": 499, \"rank\": 3977, \"rankvar\": 1412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2767, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3411, \"group\": [500.0, 92.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCGTTTATC\", \"ini\": 821, \"clust\": 334, \"rank\": 4153, \"rankvar\": 4751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2768, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4028, \"group\": [331.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTGCGAAAC\", \"ini\": 820, \"clust\": 1133, \"rank\": 3793, \"rankvar\": 2576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2769, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3412, \"group\": [1134.0, 133.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGATCGATA\", \"ini\": 819, \"clust\": 874, \"rank\": 4118, \"rankvar\": 1822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2770, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3413, \"group\": [880.0, 119.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGCTAACTC\", \"ini\": 818, \"clust\": 1065, \"rank\": 3749, \"rankvar\": 1944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2771, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3414, \"group\": [1066.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTGGCCCTA\", \"ini\": 817, \"clust\": 291, \"rank\": 4144, \"rankvar\": 3409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4029, \"group\": [290.0, 56.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTACTTAC\", \"ini\": 816, \"clust\": 1033, \"rank\": 3803, \"rankvar\": 1414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2773, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3415, \"group\": [1033.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCCACGAAT\", \"ini\": 815, \"clust\": 1083, \"rank\": 3847, \"rankvar\": 2076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2774, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3416, \"group\": [1086.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGAACAG\", \"ini\": 814, \"clust\": 881, \"rank\": 3968, \"rankvar\": 1451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2775, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3417, \"group\": [881.0, 120.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCCAAGCCG\", \"ini\": 813, \"clust\": 1037, \"rank\": 3773, \"rankvar\": 2452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2776, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3418, \"group\": [1038.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTAGT\", \"ini\": 812, \"clust\": 1103, \"rank\": 3941, \"rankvar\": 2926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2777, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3419, \"group\": [1106.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCACAGTAC\", \"ini\": 811, \"clust\": 1088, \"rank\": 3937, \"rankvar\": 2750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2778, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3420, \"group\": [1088.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGTGAAGTT\", \"ini\": 810, \"clust\": 1139, \"rank\": 3919, \"rankvar\": 2831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2779, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3421, \"group\": [1140.0, 134.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACAAATCCGT\", \"ini\": 809, \"clust\": 1166, \"rank\": 3917, \"rankvar\": 3241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2780, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3422, \"group\": [1166.0, 137.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCACCGATAT\", \"ini\": 808, \"clust\": 562, \"rank\": 3745, \"rankvar\": 2615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2781, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3423, \"group\": [563.0, 100.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGCGATCG\", \"ini\": 807, \"clust\": 288, \"rank\": 4206, \"rankvar\": 4530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2782, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4030, \"group\": [286.0, 56.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTTCCACAA\", \"ini\": 806, \"clust\": 1192, \"rank\": 4057, \"rankvar\": 2355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2783, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3424, \"group\": [1191.0, 139.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCTCAACA\", \"ini\": 805, \"clust\": 594, \"rank\": 3951, \"rankvar\": 4103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2784, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3425, \"group\": [596.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCACAAGACG\", \"ini\": 804, \"clust\": 947, \"rank\": 3986, \"rankvar\": 2936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2785, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3426, \"group\": [947.0, 124.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTCACATTCGA\", \"ini\": 803, \"clust\": 922, \"rank\": 3856, \"rankvar\": 2964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2786, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3427, \"group\": [922.0, 123.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTGCGATG\", \"ini\": 802, \"clust\": 2682, \"rank\": 4219, \"rankvar\": 4274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2074, \"group\": [2680.0, 485.0, 88.0, 23.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCAGCACAT\", \"ini\": 801, \"clust\": 489, \"rank\": 3840, \"rankvar\": 2291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2788, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3428, \"group\": [488.0, 90.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGTTCGAT\", \"ini\": 800, \"clust\": 1036, \"rank\": 3866, \"rankvar\": 2028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2789, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3429, \"group\": [1037.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCGGCTCA\", \"ini\": 799, \"clust\": 1220, \"rank\": 3753, \"rankvar\": 1864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2790, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3430, \"group\": [1219.0, 144.0, 22.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGATGTGG\", \"ini\": 798, \"clust\": 574, \"rank\": 3802, \"rankvar\": 3878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2791, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3431, \"group\": [573.0, 104.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAAAGGTGC\", \"ini\": 797, \"clust\": 905, \"rank\": 3832, \"rankvar\": 4059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2792, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3432, \"group\": [908.0, 122.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGTACGTTC\", \"ini\": 796, \"clust\": 1111, \"rank\": 3994, \"rankvar\": 2667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2793, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3433, \"group\": [1111.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTAAACCTC\", \"ini\": 795, \"clust\": 548, \"rank\": 3718, \"rankvar\": 3963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2794, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3434, \"group\": [548.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCTCGTTTA\", \"ini\": 794, \"clust\": 610, \"rank\": 4110, \"rankvar\": 2756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2795, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3435, \"group\": [609.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCGTCGTTC\", \"ini\": 793, \"clust\": 632, \"rank\": 3835, \"rankvar\": 1913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2796, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3436, \"group\": [632.0, 115.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCACAAACC\", \"ini\": 792, \"clust\": 884, \"rank\": 3930, \"rankvar\": 1592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2797, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3437, \"group\": [887.0, 120.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAATCCGT\", \"ini\": 791, \"clust\": 974, \"rank\": 3875, \"rankvar\": 1561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2798, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3438, \"group\": [976.0, 126.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTAGCGTGA\", \"ini\": 790, \"clust\": 1059, \"rank\": 3766, \"rankvar\": 4085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3439, \"group\": [1062.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCCGCTGA\", \"ini\": 789, \"clust\": 982, \"rank\": 4011, \"rankvar\": 3243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3440, \"group\": [981.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAGTAGATTAG\", \"ini\": 788, \"clust\": 938, \"rank\": 4033, \"rankvar\": 2018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2801, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3441, \"group\": [943.0, 124.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGCTAGGT\", \"ini\": 787, \"clust\": 1028, \"rank\": 4003, \"rankvar\": 2065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2802, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3442, \"group\": [1029.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACATGGGAAC\", \"ini\": 786, \"clust\": 4964, \"rank\": 4579, \"rankvar\": 3743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2827, \"group\": [4965.0, 993.0, 174.0, 43.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTGTTTGC\", \"ini\": 785, \"clust\": 2637, \"rank\": 4765, \"rankvar\": 5205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2804, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 186, \"group\": [2634.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCAGGTC\", \"ini\": 784, \"clust\": 1219, \"rank\": 3867, \"rankvar\": 3145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2805, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3443, \"group\": [1221.0, 144.0, 22.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGATCACGG\", \"ini\": 783, \"clust\": 621, \"rank\": 4091, \"rankvar\": 2706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2806, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3444, \"group\": [622.0, 115.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCATGACGGA\", \"ini\": 782, \"clust\": 1080, \"rank\": 3874, \"rankvar\": 3216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3445, \"group\": [1083.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCATAACCTG\", \"ini\": 781, \"clust\": 990, \"rank\": 4028, \"rankvar\": 3856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2808, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3446, \"group\": [993.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTGTTGAA\", \"ini\": 780, \"clust\": 1085, \"rank\": 3934, \"rankvar\": 2795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2809, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3447, \"group\": [1085.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCAACTCTT\", \"ini\": 779, \"clust\": 1082, \"rank\": 3810, \"rankvar\": 3513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2810, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3448, \"group\": [1082.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAACACCTA\", \"ini\": 778, \"clust\": 946, \"rank\": 3955, \"rankvar\": 2618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2811, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3449, \"group\": [949.0, 124.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGCAATCTC\", \"ini\": 777, \"clust\": 1003, \"rank\": 3959, \"rankvar\": 896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2812, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3450, \"group\": [1003.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTAGCACGA\", \"ini\": 776, \"clust\": 1070, \"rank\": 3953, \"rankvar\": 3117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2813, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3451, \"group\": [1070.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAGGAACGT\", \"ini\": 775, \"clust\": 1018, \"rank\": 3806, \"rankvar\": 3445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2814, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3452, \"group\": [1017.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGTTGAGG\", \"ini\": 774, \"clust\": 992, \"rank\": 3935, \"rankvar\": 3756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2815, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3453, \"group\": [990.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGTAAGTAC\", \"ini\": 773, \"clust\": 155, \"rank\": 3916, \"rankvar\": 4748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2816, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4031, \"group\": [158.0, 44.0, 13.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTCGT\", \"ini\": 772, \"clust\": 1057, \"rank\": 3992, \"rankvar\": 3142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2817, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3454, \"group\": [1058.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTTGCCGT\", \"ini\": 771, \"clust\": 496, \"rank\": 3901, \"rankvar\": 2265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2818, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3455, \"group\": [496.0, 92.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAGCCACCA\", \"ini\": 770, \"clust\": 944, \"rank\": 3990, \"rankvar\": 1856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2819, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3456, \"group\": [944.0, 124.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGTCGTTTG\", \"ini\": 769, \"clust\": 1023, \"rank\": 3942, \"rankvar\": 1541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2820, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3457, \"group\": [1025.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCTAGGCA\", \"ini\": 768, \"clust\": 330, \"rank\": 4059, \"rankvar\": 4797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2821, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4032, \"group\": [329.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGCCAACAG\", \"ini\": 767, \"clust\": 1017, \"rank\": 3839, \"rankvar\": 1898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2822, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3458, \"group\": [1019.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGACG\", \"ini\": 766, \"clust\": 300, \"rank\": 4012, \"rankvar\": 4294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2823, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4033, \"group\": [299.0, 57.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGTCTGAGTGT\", \"ini\": 765, \"clust\": 634, \"rank\": 3940, \"rankvar\": 1443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2824, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3459, \"group\": [634.0, 115.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCATTTGGG\", \"ini\": 764, \"clust\": 635, \"rank\": 3993, \"rankvar\": 1800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2825, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3460, \"group\": [635.0, 115.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCACCT\", \"ini\": 763, \"clust\": 1181, \"rank\": 4127, \"rankvar\": 1888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2826, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3461, \"group\": [1180.0, 137.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCAGACAGGT\", \"ini\": 762, \"clust\": 694, \"rank\": 4173, \"rankvar\": 2848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2827, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3462, \"group\": [695.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGCCAGAA\", \"ini\": 761, \"clust\": 1221, \"rank\": 3996, \"rankvar\": 2154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2828, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3463, \"group\": [1220.0, 144.0, 22.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGTAGC\", \"ini\": 760, \"clust\": 4445, \"rank\": 3717, \"rankvar\": 3003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2829, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4253, \"group\": [4445.0, 844.0, 147.0, 37.0, 13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGGCTGAA\", \"ini\": 759, \"clust\": 292, \"rank\": 4467, \"rankvar\": 2045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2830, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4034, \"group\": [291.0, 56.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCACACTGCG\", \"ini\": 758, \"clust\": 1102, \"rank\": 3965, \"rankvar\": 2478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2831, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3464, \"group\": [1103.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCCACTCCA\", \"ini\": 757, \"clust\": 1167, \"rank\": 3988, \"rankvar\": 1181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2832, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3465, \"group\": [1167.0, 137.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCAACGGGA\", \"ini\": 756, \"clust\": 588, \"rank\": 4040, \"rankvar\": 3956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2833, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3466, \"group\": [589.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTACCTGC\", \"ini\": 755, \"clust\": 618, \"rank\": 4048, \"rankvar\": 868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2834, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3467, \"group\": [619.0, 114.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATCGGGT\", \"ini\": 754, \"clust\": 1140, \"rank\": 3969, \"rankvar\": 3661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2835, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3468, \"group\": [1141.0, 134.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCACAGTAC\", \"ini\": 753, \"clust\": 525, \"rank\": 3974, \"rankvar\": 3130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2836, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3469, \"group\": [525.0, 97.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGACCTC\", \"ini\": 752, \"clust\": 1119, \"rank\": 3834, \"rankvar\": 2299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2837, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3470, \"group\": [1120.0, 130.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTAGTTCCACA\", \"ini\": 751, \"clust\": 617, \"rank\": 4081, \"rankvar\": 4601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2838, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3471, \"group\": [616.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTCTCAAC\", \"ini\": 750, \"clust\": 595, \"rank\": 3905, \"rankvar\": 4258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2839, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3472, \"group\": [594.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCTAAGAT\", \"ini\": 749, \"clust\": 660, \"rank\": 4311, \"rankvar\": 401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2840, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3473, \"group\": [660.0, 117.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACATGTCTCC\", \"ini\": 748, \"clust\": 971, \"rank\": 3820, \"rankvar\": 1930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2841, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3474, \"group\": [977.0, 126.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCTAAGCCA\", \"ini\": 747, \"clust\": 302, \"rank\": 4121, \"rankvar\": 4731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2842, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4035, \"group\": [302.0, 57.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACTAGGC\", \"ini\": 746, \"clust\": 969, \"rank\": 3998, \"rankvar\": 2717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2843, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3475, \"group\": [969.0, 126.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCACGACTA\", \"ini\": 745, \"clust\": 1159, \"rank\": 3918, \"rankvar\": 3180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2844, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3476, \"group\": [1159.0, 137.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCAGTTCGA\", \"ini\": 744, \"clust\": 886, \"rank\": 4072, \"rankvar\": 1183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2845, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3477, \"group\": [884.0, 120.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTTCAACACTG\", \"ini\": 743, \"clust\": 1007, \"rank\": 4076, \"rankvar\": 1852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3478, \"group\": [1007.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCGTATAGTAG\", \"ini\": 742, \"clust\": 761, \"rank\": 4310, \"rankvar\": 1316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2847, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3479, \"group\": [761.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCGAGCCCA\", \"ini\": 741, \"clust\": 1094, \"rank\": 3966, \"rankvar\": 2807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2848, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3480, \"group\": [1094.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTGCCTGTG\", \"ini\": 740, \"clust\": 993, \"rank\": 3964, \"rankvar\": 3004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2849, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3481, \"group\": [991.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCGGATCA\", \"ini\": 739, \"clust\": 455, \"rank\": 4168, \"rankvar\": 4259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2850, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3482, \"group\": [454.0, 82.0, 19.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCATTGCGGC\", \"ini\": 738, \"clust\": 968, \"rank\": 4041, \"rankvar\": 3101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2851, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3483, \"group\": [968.0, 126.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGTCTCG\", \"ini\": 737, \"clust\": 159, \"rank\": 3688, \"rankvar\": 3205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2852, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4104, \"group\": [159.0, 45.0, 14.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGCCGGTAA\", \"ini\": 736, \"clust\": 889, \"rank\": 3999, \"rankvar\": 1104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2853, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3484, \"group\": [889.0, 120.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTCATTACCTT\", \"ini\": 735, \"clust\": 1156, \"rank\": 4060, \"rankvar\": 2364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2854, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3485, \"group\": [1156.0, 136.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGATGCCTT\", \"ini\": 734, \"clust\": 1137, \"rank\": 3989, \"rankvar\": 2403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2855, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3486, \"group\": [1137.0, 133.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCCGTAGGC\", \"ini\": 733, \"clust\": 1030, \"rank\": 3898, \"rankvar\": 2511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2856, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3487, \"group\": [1031.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACTTACGA\", \"ini\": 732, \"clust\": 673, \"rank\": 4329, \"rankvar\": 541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2857, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3488, \"group\": [679.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTAGATGA\", \"ini\": 731, \"clust\": 677, \"rank\": 4312, \"rankvar\": 459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2858, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3489, \"group\": [676.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAAATTGCC\", \"ini\": 730, \"clust\": 963, \"rank\": 4269, \"rankvar\": 2959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3490, \"group\": [965.0, 126.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATCCGCGA\", \"ini\": 729, \"clust\": 301, \"rank\": 3967, \"rankvar\": 4555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2860, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4036, \"group\": [300.0, 57.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTCATTA\", \"ini\": 728, \"clust\": 630, \"rank\": 4100, \"rankvar\": 1175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2861, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3491, \"group\": [630.0, 115.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGCTAGTCT\", \"ini\": 727, \"clust\": 285, \"rank\": 4493, \"rankvar\": 3925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2862, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4037, \"group\": [285.0, 56.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCTGATACG\", \"ini\": 726, \"clust\": 1175, \"rank\": 4088, \"rankvar\": 2953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2863, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3492, \"group\": [1175.0, 137.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGTATCGAA\", \"ini\": 725, \"clust\": 609, \"rank\": 4224, \"rankvar\": 4058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2864, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3493, \"group\": [611.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTACTTCTT\", \"ini\": 724, \"clust\": 702, \"rank\": 4263, \"rankvar\": 807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2865, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3494, \"group\": [701.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAGGTA\", \"ini\": 723, \"clust\": 1013, \"rank\": 3906, \"rankvar\": 2712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2866, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3495, \"group\": [1015.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTGAGTTC\", \"ini\": 722, \"clust\": 1005, \"rank\": 4052, \"rankvar\": 1137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2867, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3496, \"group\": [1005.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGAATGGG\", \"ini\": 721, \"clust\": 490, \"rank\": 4002, \"rankvar\": 1015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3497, \"group\": [489.0, 90.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTAGGGTG\", \"ini\": 720, \"clust\": 1004, \"rank\": 4019, \"rankvar\": 2252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2869, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3498, \"group\": [1004.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAAGATGCCTT\", \"ini\": 719, \"clust\": 1125, \"rank\": 4049, \"rankvar\": 1784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2870, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3499, \"group\": [1126.0, 133.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCAAGCG\", \"ini\": 718, \"clust\": 322, \"rank\": 4075, \"rankvar\": 4384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2871, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4038, \"group\": [321.0, 59.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCGTCTTC\", \"ini\": 717, \"clust\": 1104, \"rank\": 4141, \"rankvar\": 3090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2872, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3500, \"group\": [1104.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTCTGATTG\", \"ini\": 716, \"clust\": 600, \"rank\": 4226, \"rankvar\": 2552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2873, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3501, \"group\": [600.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATCTACGA\", \"ini\": 715, \"clust\": 687, \"rank\": 4265, \"rankvar\": 1880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2874, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3502, \"group\": [690.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAACCGCCA\", \"ini\": 714, \"clust\": 1182, \"rank\": 4107, \"rankvar\": 2671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2875, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3503, \"group\": [1181.0, 137.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTAAGCC\", \"ini\": 713, \"clust\": 1112, \"rank\": 4103, \"rankvar\": 1676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2876, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3504, \"group\": [1112.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCAAGCGA\", \"ini\": 712, \"clust\": 721, \"rank\": 4179, \"rankvar\": 1406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2877, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3505, \"group\": [719.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTAATCACC\", \"ini\": 711, \"clust\": 299, \"rank\": 4185, \"rankvar\": 3005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2878, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4039, \"group\": [301.0, 57.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCACGAAACG\", \"ini\": 710, \"clust\": 1000, \"rank\": 4085, \"rankvar\": 2535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2879, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3506, \"group\": [999.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATTCCTCG\", \"ini\": 709, \"clust\": 914, \"rank\": 4191, \"rankvar\": 2980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2880, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3507, \"group\": [918.0, 123.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGAGATGAG\", \"ini\": 708, \"clust\": 1155, \"rank\": 4271, \"rankvar\": 3394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2881, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3508, \"group\": [1157.0, 136.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCCCACT\", \"ini\": 707, \"clust\": 306, \"rank\": 4054, \"rankvar\": 4166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2882, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4040, \"group\": [304.0, 57.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGACTACT\", \"ini\": 706, \"clust\": 928, \"rank\": 4148, \"rankvar\": 1464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3509, \"group\": [929.0, 124.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTGGTAAT\", \"ini\": 705, \"clust\": 1157, \"rank\": 4227, \"rankvar\": 2470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2884, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3510, \"group\": [1154.0, 136.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCAGCTTAG\", \"ini\": 704, \"clust\": 937, \"rank\": 4136, \"rankvar\": 2968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2885, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3511, \"group\": [938.0, 124.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTGATGTGG\", \"ini\": 703, \"clust\": 731, \"rank\": 4105, \"rankvar\": 3055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2886, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3512, \"group\": [730.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCATATGCTG\", \"ini\": 702, \"clust\": 895, \"rank\": 4202, \"rankvar\": 4056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2887, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3513, \"group\": [895.0, 121.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCAAACGTGG\", \"ini\": 701, \"clust\": 152, \"rank\": 3780, \"rankvar\": 3332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2888, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4185, \"group\": [153.0, 40.0, 11.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGCTCGCA\", \"ini\": 700, \"clust\": 1029, \"rank\": 4112, \"rankvar\": 1500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2889, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3514, \"group\": [1030.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACACCATGTA\", \"ini\": 699, \"clust\": 942, \"rank\": 4009, \"rankvar\": 2555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2890, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3515, \"group\": [942.0, 124.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGATGCCAG\", \"ini\": 698, \"clust\": 1024, \"rank\": 3960, \"rankvar\": 2471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2891, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3516, \"group\": [1023.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAGCCTAT\", \"ini\": 697, \"clust\": 882, \"rank\": 4159, \"rankvar\": 2040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2892, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3517, \"group\": [882.0, 120.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCGCGCCAA\", \"ini\": 696, \"clust\": 452, \"rank\": 4398, \"rankvar\": 3368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2893, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3518, \"group\": [453.0, 81.0, 18.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATCGGTTA\", \"ini\": 695, \"clust\": 2627, \"rank\": 4828, \"rankvar\": 5230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2894, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 187, \"group\": [2624.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTCGTACT\", \"ini\": 694, \"clust\": 906, \"rank\": 4156, \"rankvar\": 3587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3519, \"group\": [906.0, 122.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCTAGCACA\", \"ini\": 693, \"clust\": 907, \"rank\": 4092, \"rankvar\": 2954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2896, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3520, \"group\": [907.0, 122.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTCACTGGC\", \"ini\": 692, \"clust\": 200, \"rank\": 4360, \"rankvar\": 4096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2897, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4041, \"group\": [202.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTAACG\", \"ini\": 691, \"clust\": 865, \"rank\": 4203, \"rankvar\": 1949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2898, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3521, \"group\": [866.0, 119.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATGGT\", \"ini\": 690, \"clust\": 1047, \"rank\": 3984, \"rankvar\": 1674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2899, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3522, \"group\": [1046.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGCACCGCT\", \"ini\": 689, \"clust\": 1170, \"rank\": 4034, \"rankvar\": 1424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2900, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3523, \"group\": [1169.0, 137.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCCA\", \"ini\": 688, \"clust\": 1126, \"rank\": 4093, \"rankvar\": 1671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2901, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3524, \"group\": [1127.0, 133.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGACACCA\", \"ini\": 687, \"clust\": 704, \"rank\": 4209, \"rankvar\": 1125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2902, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3525, \"group\": [707.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCGCATGGC\", \"ini\": 686, \"clust\": 1483, \"rank\": 4237, \"rankvar\": 705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2903, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3526, \"group\": [1490.0, 179.0, 26.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCCTGTAGA\", \"ini\": 685, \"clust\": 1120, \"rank\": 3741, \"rankvar\": 3606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2904, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3527, \"group\": [1121.0, 131.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCGTCTGCT\", \"ini\": 684, \"clust\": 916, \"rank\": 4114, \"rankvar\": 1479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2905, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3528, \"group\": [915.0, 123.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGCCTAA\", \"ini\": 683, \"clust\": 1048, \"rank\": 3825, \"rankvar\": 2602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2906, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3529, \"group\": [1047.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGAGGCT\", \"ini\": 682, \"clust\": 972, \"rank\": 4004, \"rankvar\": 1207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2907, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3530, \"group\": [972.0, 126.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCTCTCGT\", \"ini\": 681, \"clust\": 1038, \"rank\": 3776, \"rankvar\": 3747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2908, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3531, \"group\": [1039.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGCAACGA\", \"ini\": 680, \"clust\": 4311, \"rank\": 4763, \"rankvar\": 825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2075, \"group\": [4314.0, 779.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCATTGGCGC\", \"ini\": 679, \"clust\": 645, \"rank\": 4242, \"rankvar\": 2518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2910, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3532, \"group\": [646.0, 116.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACACGACTCG\", \"ini\": 678, \"clust\": 1040, \"rank\": 4128, \"rankvar\": 2538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2911, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3533, \"group\": [1041.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACATTAGGCT\", \"ini\": 677, \"clust\": 1207, \"rank\": 4109, \"rankvar\": 4265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2912, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3534, \"group\": [1206.0, 139.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCTCTAAGG\", \"ini\": 676, \"clust\": 1116, \"rank\": 3952, \"rankvar\": 3505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2913, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3535, \"group\": [1117.0, 128.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAAGTGTA\", \"ini\": 675, \"clust\": 1097, \"rank\": 4087, \"rankvar\": 1548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2914, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3536, \"group\": [1097.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCATAGCAC\", \"ini\": 674, \"clust\": 744, \"rank\": 4238, \"rankvar\": 1193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2915, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3537, \"group\": [747.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGTACGTTC\", \"ini\": 673, \"clust\": 453, \"rank\": 4016, \"rankvar\": 4032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2916, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3538, \"group\": [457.0, 82.0, 19.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTCATTGGGCC\", \"ini\": 672, \"clust\": 1054, \"rank\": 3924, \"rankvar\": 3133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2917, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3539, \"group\": [1057.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCTGTTGAG\", \"ini\": 671, \"clust\": 1160, \"rank\": 4134, \"rankvar\": 675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2918, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3540, \"group\": [1160.0, 137.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCCAAAGTC\", \"ini\": 670, \"clust\": 1012, \"rank\": 4111, \"rankvar\": 2549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2919, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3541, \"group\": [1016.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTGGTCTCG\", \"ini\": 669, \"clust\": 607, \"rank\": 4098, \"rankvar\": 3694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2920, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3542, \"group\": [607.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCAGCATGT\", \"ini\": 668, \"clust\": 985, \"rank\": 4216, \"rankvar\": 1503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2921, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3543, \"group\": [985.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGAGCCCAA\", \"ini\": 667, \"clust\": 1132, \"rank\": 4117, \"rankvar\": 1607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2922, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3544, \"group\": [1135.0, 133.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTCATGCTGGC\", \"ini\": 666, \"clust\": 733, \"rank\": 4225, \"rankvar\": 879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2923, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3545, \"group\": [741.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGGTGACTACT\", \"ini\": 665, \"clust\": 501, \"rank\": 3983, \"rankvar\": 2573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2924, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3546, \"group\": [499.0, 92.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTCACAGGTTT\", \"ini\": 664, \"clust\": 1014, \"rank\": 3950, \"rankvar\": 2517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2925, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3547, \"group\": [1013.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTAAATGTG\", \"ini\": 663, \"clust\": 1002, \"rank\": 3956, \"rankvar\": 2851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2926, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3548, \"group\": [1012.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTATCTGCA\", \"ini\": 662, \"clust\": 1540, \"rank\": 4164, \"rankvar\": 3059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2927, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3549, \"group\": [1542.0, 204.0, 32.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGGAACTGC\", \"ini\": 661, \"clust\": 913, \"rank\": 4050, \"rankvar\": 1851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2928, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3550, \"group\": [912.0, 123.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTTCCGTCT\", \"ini\": 660, \"clust\": 295, \"rank\": 4084, \"rankvar\": 4441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2929, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4042, \"group\": [295.0, 57.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCTGAAAGA\", \"ini\": 659, \"clust\": 915, \"rank\": 4218, \"rankvar\": 1312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2930, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3551, \"group\": [917.0, 123.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTTCACCTC\", \"ini\": 658, \"clust\": 932, \"rank\": 4175, \"rankvar\": 2912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2931, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3552, \"group\": [932.0, 124.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACGGTAAG\", \"ini\": 657, \"clust\": 983, \"rank\": 4163, \"rankvar\": 3021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2932, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3553, \"group\": [982.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGTGAAGTT\", \"ini\": 656, \"clust\": 887, \"rank\": 4239, \"rankvar\": 1361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2933, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3554, \"group\": [885.0, 120.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCGTGGTCG\", \"ini\": 655, \"clust\": 1539, \"rank\": 3970, \"rankvar\": 4553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2934, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3555, \"group\": [1543.0, 204.0, 32.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGTGAACGC\", \"ini\": 654, \"clust\": 1127, \"rank\": 4183, \"rankvar\": 3277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2935, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3556, \"group\": [1131.0, 133.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCAGCGTTCG\", \"ini\": 653, \"clust\": 883, \"rank\": 4363, \"rankvar\": 694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3557, \"group\": [890.0, 120.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCAACACTG\", \"ini\": 652, \"clust\": 1034, \"rank\": 3957, \"rankvar\": 2423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2937, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3558, \"group\": [1034.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGTGCCATT\", \"ini\": 651, \"clust\": 926, \"rank\": 4169, \"rankvar\": 1059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2938, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3559, \"group\": [931.0, 124.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGAGGTTGC\", \"ini\": 650, \"clust\": 456, \"rank\": 4150, \"rankvar\": 4524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2939, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3560, \"group\": [455.0, 82.0, 19.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTGTGCGTC\", \"ini\": 649, \"clust\": 688, \"rank\": 4387, \"rankvar\": 1227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2940, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3561, \"group\": [688.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCACCTAA\", \"ini\": 648, \"clust\": 297, \"rank\": 4181, \"rankvar\": 4262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2941, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4043, \"group\": [297.0, 57.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGAGATCGGGT\", \"ini\": 647, \"clust\": 1134, \"rank\": 4074, \"rankvar\": 1050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3562, \"group\": [1132.0, 133.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTGAGTGT\", \"ini\": 646, \"clust\": 4920, \"rank\": 4791, \"rankvar\": 1408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2076, \"group\": [4921.0, 964.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTAGAGTGC\", \"ini\": 645, \"clust\": 1151, \"rank\": 4244, \"rankvar\": 1584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2944, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3563, \"group\": [1214.0, 141.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTTGCGTTA\", \"ini\": 644, \"clust\": 1212, \"rank\": 4282, \"rankvar\": 2385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2945, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3564, \"group\": [1210.0, 139.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCACGGC\", \"ini\": 643, \"clust\": 898, \"rank\": 4291, \"rankvar\": 2526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2946, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3565, \"group\": [898.0, 122.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTAGGGTGTGT\", \"ini\": 642, \"clust\": 935, \"rank\": 4184, \"rankvar\": 3918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2947, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3566, \"group\": [936.0, 124.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCACGTCTCT\", \"ini\": 641, \"clust\": 708, \"rank\": 4259, \"rankvar\": 1334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2948, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3567, \"group\": [708.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAGGCAGTA\", \"ini\": 640, \"clust\": 633, \"rank\": 4067, \"rankvar\": 2117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2949, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3568, \"group\": [633.0, 115.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTTACTGAC\", \"ini\": 639, \"clust\": 273, \"rank\": 4013, \"rankvar\": 4625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2950, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4044, \"group\": [272.0, 53.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTCGACTAT\", \"ini\": 638, \"clust\": 1107, \"rank\": 4035, \"rankvar\": 3131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2951, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3569, \"group\": [1107.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCATGGGAAC\", \"ini\": 637, \"clust\": 1173, \"rank\": 4254, \"rankvar\": 1829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2952, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3570, \"group\": [1177.0, 137.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACGCATA\", \"ini\": 636, \"clust\": 920, \"rank\": 4078, \"rankvar\": 4282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2953, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3571, \"group\": [923.0, 123.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCGCGTAGC\", \"ini\": 635, \"clust\": 756, \"rank\": 4255, \"rankvar\": 344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2954, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3572, \"group\": [757.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCCTAGAAC\", \"ini\": 634, \"clust\": 745, \"rank\": 4277, \"rankvar\": 2286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3573, \"group\": [745.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGGAATGGA\", \"ini\": 633, \"clust\": 1066, \"rank\": 4063, \"rankvar\": 2254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2956, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3574, \"group\": [1067.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACTCCTG\", \"ini\": 632, \"clust\": 1061, \"rank\": 4006, \"rankvar\": 3733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3575, \"group\": [1061.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACAAACTGTC\", \"ini\": 631, \"clust\": 536, \"rank\": 4064, \"rankvar\": 3181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2958, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3576, \"group\": [537.0, 99.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTTGCGCAC\", \"ini\": 630, \"clust\": 1201, \"rank\": 4298, \"rankvar\": 3336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2959, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3577, \"group\": [1203.0, 139.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATGTCGG\", \"ini\": 629, \"clust\": 1546, \"rank\": 4213, \"rankvar\": 4095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2960, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3578, \"group\": [1546.0, 205.0, 32.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACTGGGT\", \"ini\": 628, \"clust\": 1064, \"rank\": 4021, \"rankvar\": 2475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2961, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3579, \"group\": [1064.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGGACAGCT\", \"ini\": 627, \"clust\": 1055, \"rank\": 4106, \"rankvar\": 2917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2962, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3580, \"group\": [1055.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGAACTGT\", \"ini\": 626, \"clust\": 597, \"rank\": 4253, \"rankvar\": 3388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2963, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3581, \"group\": [598.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTTGACAC\", \"ini\": 625, \"clust\": 160, \"rank\": 3790, \"rankvar\": 3197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2964, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4105, \"group\": [160.0, 45.0, 14.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGCGTAGTG\", \"ini\": 624, \"clust\": 720, \"rank\": 4304, \"rankvar\": 2066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2965, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3582, \"group\": [721.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCCATAC\", \"ini\": 623, \"clust\": 280, \"rank\": 4204, \"rankvar\": 4635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2966, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4045, \"group\": [280.0, 55.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCTCCGGTT\", \"ini\": 622, \"clust\": 1176, \"rank\": 4180, \"rankvar\": 3088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2967, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3583, \"group\": [1173.0, 137.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTTACCTA\", \"ini\": 621, \"clust\": 298, \"rank\": 4147, \"rankvar\": 4584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2968, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4046, \"group\": [298.0, 57.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTCAGGCTGAA\", \"ini\": 620, \"clust\": 1150, \"rank\": 4280, \"rankvar\": 1762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2969, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3584, \"group\": [1151.0, 135.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATCACAC\", \"ini\": 619, \"clust\": 910, \"rank\": 4229, \"rankvar\": 1883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3585, \"group\": [914.0, 123.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCATCATC\", \"ini\": 618, \"clust\": 689, \"rank\": 4381, \"rankvar\": 1554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2971, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3586, \"group\": [689.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCACGTG\", \"ini\": 617, \"clust\": 1049, \"rank\": 4030, \"rankvar\": 1882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2972, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3587, \"group\": [1050.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTCGGACG\", \"ini\": 616, \"clust\": 1188, \"rank\": 4223, \"rankvar\": 707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2973, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3588, \"group\": [1213.0, 140.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTCGTATT\", \"ini\": 615, \"clust\": 1010, \"rank\": 4297, \"rankvar\": 846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2974, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3589, \"group\": [1009.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGAACTCGG\", \"ini\": 614, \"clust\": 678, \"rank\": 4426, \"rankvar\": 1169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2975, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3590, \"group\": [677.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACCGAT\", \"ini\": 613, \"clust\": 1138, \"rank\": 4160, \"rankvar\": 2293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2976, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3591, \"group\": [1138.0, 133.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATGCAATC\", \"ini\": 612, \"clust\": 1105, \"rank\": 4115, \"rankvar\": 2338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2977, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3592, \"group\": [1105.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACGTCA\", \"ini\": 611, \"clust\": 1001, \"rank\": 4197, \"rankvar\": 3826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2978, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3593, \"group\": [1000.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGTTACCT\", \"ini\": 610, \"clust\": 763, \"rank\": 4342, \"rankvar\": 1969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2979, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3594, \"group\": [763.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTATCCTA\", \"ini\": 609, \"clust\": 1056, \"rank\": 4039, \"rankvar\": 3065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2980, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3595, \"group\": [1056.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGGCTAGCA\", \"ini\": 608, \"clust\": 908, \"rank\": 4324, \"rankvar\": 1763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2981, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3596, \"group\": [909.0, 122.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCCTAATT\", \"ini\": 607, \"clust\": 948, \"rank\": 4199, \"rankvar\": 2731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2982, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3597, \"group\": [948.0, 124.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCTGGTTCC\", \"ini\": 606, \"clust\": 850, \"rank\": 4404, \"rankvar\": 2698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2983, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3598, \"group\": [850.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGATAGCAT\", \"ini\": 605, \"clust\": 494, \"rank\": 4195, \"rankvar\": 1172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2984, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3599, \"group\": [494.0, 92.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGACAAGCC\", \"ini\": 604, \"clust\": 454, \"rank\": 4194, \"rankvar\": 4591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2985, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3600, \"group\": [456.0, 82.0, 19.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATTCACT\", \"ini\": 603, \"clust\": 933, \"rank\": 4123, \"rankvar\": 2610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2986, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3601, \"group\": [933.0, 124.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCGGCGCAT\", \"ini\": 602, \"clust\": 929, \"rank\": 4188, \"rankvar\": 4270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2987, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3602, \"group\": [927.0, 124.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTACCGAT\", \"ini\": 601, \"clust\": 989, \"rank\": 4281, \"rankvar\": 3367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2988, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3603, \"group\": [994.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAACTTGAC\", \"ini\": 600, \"clust\": 1109, \"rank\": 4288, \"rankvar\": 1683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2989, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3604, \"group\": [1109.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTGACTCAT\", \"ini\": 599, \"clust\": 1108, \"rank\": 4151, \"rankvar\": 1759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2990, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3605, \"group\": [1108.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACATCTTT\", \"ini\": 598, \"clust\": 746, \"rank\": 4375, \"rankvar\": 663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2991, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3606, \"group\": [746.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCACTGGC\", \"ini\": 597, \"clust\": 1015, \"rank\": 4122, \"rankvar\": 1431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2992, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3607, \"group\": [1014.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTACACCGC\", \"ini\": 596, \"clust\": 695, \"rank\": 4302, \"rankvar\": 2530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2993, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3608, \"group\": [696.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCAGATAAG\", \"ini\": 595, \"clust\": 1194, \"rank\": 4314, \"rankvar\": 1450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2994, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3609, \"group\": [1193.0, 139.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGTAAGG\", \"ini\": 594, \"clust\": 1008, \"rank\": 4303, \"rankvar\": 1004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2995, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3610, \"group\": [1008.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGTGGTAGC\", \"ini\": 593, \"clust\": 1113, \"rank\": 4221, \"rankvar\": 1982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3611, \"group\": [1113.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGTCCTATGTT\", \"ini\": 592, \"clust\": 1069, \"rank\": 4243, \"rankvar\": 3312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2997, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3612, \"group\": [1072.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGCCATT\", \"ini\": 591, \"clust\": 631, \"rank\": 4364, \"rankvar\": 1611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2998, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3613, \"group\": [631.0, 115.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCGCATGGC\", \"ini\": 590, \"clust\": 970, \"rank\": 4145, \"rankvar\": 3746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3614, \"group\": [970.0, 126.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGAAAC\", \"ini\": 589, \"clust\": 1135, \"rank\": 4025, \"rankvar\": 3010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3000, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3615, \"group\": [1133.0, 133.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAAGTTGTAGA\", \"ini\": 588, \"clust\": 1098, \"rank\": 4182, \"rankvar\": 2793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3001, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3616, \"group\": [1098.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATTCTTAC\", \"ini\": 587, \"clust\": 872, \"rank\": 4315, \"rankvar\": 3779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3002, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3617, \"group\": [868.0, 119.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTTTGTG\", \"ini\": 586, \"clust\": 930, \"rank\": 4287, \"rankvar\": 3250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3003, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3618, \"group\": [928.0, 124.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAGCATGAG\", \"ini\": 585, \"clust\": 400, \"rank\": 4484, \"rankvar\": 269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3004, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4186, \"group\": [404.0, 72.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGAAACCAT\", \"ini\": 584, \"clust\": 709, \"rank\": 4299, \"rankvar\": 1958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3005, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3619, \"group\": [709.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACCCTCA\", \"ini\": 583, \"clust\": 599, \"rank\": 4335, \"rankvar\": 4306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3006, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3620, \"group\": [612.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGTGCGTC\", \"ini\": 582, \"clust\": 1154, \"rank\": 4447, \"rankvar\": 2351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3007, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3621, \"group\": [1158.0, 136.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTCCAACTA\", \"ini\": 581, \"clust\": 1025, \"rank\": 4210, \"rankvar\": 2407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3008, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3622, \"group\": [1024.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTAAATGTG\", \"ini\": 580, \"clust\": 1031, \"rank\": 4189, \"rankvar\": 1356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3009, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3623, \"group\": [1032.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGGTGCACA\", \"ini\": 579, \"clust\": 1019, \"rank\": 4032, \"rankvar\": 3072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3010, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3624, \"group\": [1018.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAGTCGATT\", \"ini\": 578, \"clust\": 902, \"rank\": 4270, \"rankvar\": 2834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3011, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3625, \"group\": [905.0, 122.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAAGGATT\", \"ini\": 577, \"clust\": 979, \"rank\": 4295, \"rankvar\": 1574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3012, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3626, \"group\": [979.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTATCAGTC\", \"ini\": 576, \"clust\": 409, \"rank\": 4247, \"rankvar\": 434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3013, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4187, \"group\": [410.0, 73.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAGGTA\", \"ini\": 575, \"clust\": 135, \"rank\": 4515, \"rankvar\": 4693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3014, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 254, \"group\": [134.0, 31.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTGTTTGTG\", \"ini\": 574, \"clust\": 4314, \"rank\": 4724, \"rankvar\": 3109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2077, \"group\": [4312.0, 779.0, 127.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCAGTCAGT\", \"ini\": 573, \"clust\": 1072, \"rank\": 4200, \"rankvar\": 3319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3627, \"group\": [1075.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACGTAAGG\", \"ini\": 572, \"clust\": 1041, \"rank\": 4116, \"rankvar\": 2696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3017, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3628, \"group\": [1042.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTCAGCGC\", \"ini\": 571, \"clust\": 1177, \"rank\": 4198, \"rankvar\": 2760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3018, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3629, \"group\": [1174.0, 137.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCCGAGCCA\", \"ini\": 570, \"clust\": 885, \"rank\": 4231, \"rankvar\": 1814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3019, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3630, \"group\": [886.0, 120.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGTCATCCA\", \"ini\": 569, \"clust\": 1209, \"rank\": 4290, \"rankvar\": 4329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3020, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3631, \"group\": [1208.0, 139.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGAGGCTAGGT\", \"ini\": 568, \"clust\": 1022, \"rank\": 4090, \"rankvar\": 2142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3021, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3632, \"group\": [1026.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACCGAAAG\", \"ini\": 567, \"clust\": 860, \"rank\": 4157, \"rankvar\": 1654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3022, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3633, \"group\": [861.0, 119.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCTTCGGTC\", \"ini\": 566, \"clust\": 713, \"rank\": 4379, \"rankvar\": 720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3023, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3634, \"group\": [732.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGGATGCGT\", \"ini\": 565, \"clust\": 692, \"rank\": 4345, \"rankvar\": 1263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3024, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3635, \"group\": [693.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCACATTCGA\", \"ini\": 564, \"clust\": 1293, \"rank\": 4528, \"rankvar\": 4695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3025, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 255, \"group\": [1291.0, 155.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCTTTCCTC\", \"ini\": 563, \"clust\": 646, \"rank\": 4486, \"rankvar\": 3734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3026, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3636, \"group\": [647.0, 116.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCATCCACGTTC\", \"ini\": 562, \"clust\": 2680, \"rank\": 4205, \"rankvar\": 4855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2078, \"group\": [2684.0, 486.0, 88.0, 23.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCAAGAAGAG\", \"ini\": 561, \"clust\": 705, \"rank\": 4353, \"rankvar\": 3057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3028, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3637, \"group\": [705.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCAACTGGCC\", \"ini\": 560, \"clust\": 945, \"rank\": 4140, \"rankvar\": 4150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3029, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3638, \"group\": [945.0, 124.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTAATCACC\", \"ini\": 559, \"clust\": 162, \"rank\": 3882, \"rankvar\": 3170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3030, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4106, \"group\": [165.0, 46.0, 14.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCATGT\", \"ini\": 558, \"clust\": 870, \"rank\": 4349, \"rankvar\": 1540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3031, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3639, \"group\": [871.0, 119.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATATGCA\", \"ini\": 557, \"clust\": 1091, \"rank\": 4220, \"rankvar\": 1799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3032, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3640, \"group\": [1092.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAATACCG\", \"ini\": 556, \"clust\": 725, \"rank\": 4283, \"rankvar\": 811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3033, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3641, \"group\": [722.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTTGCGG\", \"ini\": 555, \"clust\": 671, \"rank\": 4489, \"rankvar\": 1455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3034, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3642, \"group\": [672.0, 117.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTCGG\", \"ini\": 554, \"clust\": 1078, \"rank\": 4119, \"rankvar\": 3825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3035, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3643, \"group\": [1078.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTTGTATC\", \"ini\": 553, \"clust\": 724, \"rank\": 4279, \"rankvar\": 2199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3036, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3644, \"group\": [724.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTATTGGA\", \"ini\": 552, \"clust\": 1208, \"rank\": 4284, \"rankvar\": 3749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3037, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3645, \"group\": [1207.0, 139.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTGGAGAA\", \"ini\": 551, \"clust\": 1189, \"rank\": 4392, \"rankvar\": 2200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3038, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3646, \"group\": [1188.0, 139.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTATATCCG\", \"ini\": 550, \"clust\": 1114, \"rank\": 4187, \"rankvar\": 3599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3039, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3647, \"group\": [1114.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCAGCATCATC\", \"ini\": 549, \"clust\": 714, \"rank\": 4450, \"rankvar\": 1510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3040, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3648, \"group\": [713.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCGCATGGC\", \"ini\": 548, \"clust\": 1131, \"rank\": 4235, \"rankvar\": 1515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3041, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3649, \"group\": [1136.0, 133.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCGCCAGCA\", \"ini\": 547, \"clust\": 304, \"rank\": 4333, \"rankvar\": 4654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3042, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4047, \"group\": [307.0, 57.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACATACGCCG\", \"ini\": 546, \"clust\": 710, \"rank\": 4307, \"rankvar\": 1741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3043, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3650, \"group\": [710.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGCCCAACC\", \"ini\": 545, \"clust\": 1215, \"rank\": 3821, \"rankvar\": 4386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3044, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4254, \"group\": [1216.0, 142.0, 22.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACACAGAGGT\", \"ini\": 544, \"clust\": 1079, \"rank\": 4192, \"rankvar\": 3989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3045, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3651, \"group\": [1079.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGAGTGTG\", \"ini\": 543, \"clust\": 1163, \"rank\": 4097, \"rankvar\": 3519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3046, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3652, \"group\": [1165.0, 137.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTTCCGCAGTG\", \"ini\": 542, \"clust\": 1110, \"rank\": 4267, \"rankvar\": 1987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3047, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3653, \"group\": [1110.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGAGGACGG\", \"ini\": 541, \"clust\": 272, \"rank\": 4230, \"rankvar\": 4440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3048, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4048, \"group\": [274.0, 53.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGACATC\", \"ini\": 540, \"clust\": 878, \"rank\": 4465, \"rankvar\": 1405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3049, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3654, \"group\": [877.0, 119.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAGGGTAC\", \"ini\": 539, \"clust\": 643, \"rank\": 4337, \"rankvar\": 4130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3050, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3655, \"group\": [643.0, 116.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACAAGCCC\", \"ini\": 538, \"clust\": 892, \"rank\": 4323, \"rankvar\": 3885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3051, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3656, \"group\": [892.0, 120.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGCCATAG\", \"ini\": 537, \"clust\": 1164, \"rank\": 4165, \"rankvar\": 3567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3052, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3657, \"group\": [1163.0, 137.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGAGGGAACGG\", \"ini\": 536, \"clust\": 917, \"rank\": 4286, \"rankvar\": 1496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3053, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3658, \"group\": [916.0, 123.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCCAAATGC\", \"ini\": 535, \"clust\": 274, \"rank\": 4327, \"rankvar\": 3948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3054, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4049, \"group\": [273.0, 53.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCGTGAGT\", \"ini\": 534, \"clust\": 1123, \"rank\": 4125, \"rankvar\": 1782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3055, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3659, \"group\": [1124.0, 132.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCCACT\", \"ini\": 533, \"clust\": 1210, \"rank\": 4421, \"rankvar\": 4131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3056, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3660, \"group\": [1209.0, 139.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGTCCTC\", \"ini\": 532, \"clust\": 2677, \"rank\": 4957, \"rankvar\": 5027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3057, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 188, \"group\": [2673.0, 480.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATAACGA\", \"ini\": 531, \"clust\": 278, \"rank\": 4338, \"rankvar\": 4509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3058, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4050, \"group\": [282.0, 55.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGCTTCT\", \"ini\": 530, \"clust\": 198, \"rank\": 4361, \"rankvar\": 3151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3059, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4051, \"group\": [198.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCCGGCACA\", \"ini\": 529, \"clust\": 827, \"rank\": 4407, \"rankvar\": 1230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3060, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3661, \"group\": [830.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAAAGCGGT\", \"ini\": 528, \"clust\": 1541, \"rank\": 4138, \"rankvar\": 4198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3061, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3662, \"group\": [1540.0, 204.0, 32.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTAAGTAC\", \"ini\": 527, \"clust\": 1073, \"rank\": 4328, \"rankvar\": 2765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3062, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3663, \"group\": [1073.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTAACCCT\", \"ini\": 526, \"clust\": 1096, \"rank\": 4249, \"rankvar\": 1214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3063, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3664, \"group\": [1099.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTGAGTTC\", \"ini\": 525, \"clust\": 4897, \"rank\": 4848, \"rankvar\": 1327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2079, \"group\": [4897.0, 958.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCGCCTCA\", \"ini\": 524, \"clust\": 976, \"rank\": 4208, \"rankvar\": 1761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3065, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3665, \"group\": [975.0, 126.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTAATAGCA\", \"ini\": 523, \"clust\": 729, \"rank\": 4365, \"rankvar\": 2769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3066, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3666, \"group\": [728.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTAGCCTAT\", \"ini\": 522, \"clust\": 903, \"rank\": 4457, \"rankvar\": 2144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3067, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3667, \"group\": [903.0, 122.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTTACGGAG\", \"ini\": 521, \"clust\": 752, \"rank\": 4458, \"rankvar\": 1386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3068, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3668, \"group\": [753.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTCTGTCG\", \"ini\": 520, \"clust\": 726, \"rank\": 4264, \"rankvar\": 2786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3069, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3669, \"group\": [723.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGCCAACAG\", \"ini\": 519, \"clust\": 1577, \"rank\": 3985, \"rankvar\": 4630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3070, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4052, \"group\": [1576.0, 209.0, 34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAGTCCCTACT\", \"ini\": 518, \"clust\": 653, \"rank\": 4616, \"rankvar\": 1723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3071, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3670, \"group\": [656.0, 117.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGACAAAGG\", \"ini\": 517, \"clust\": 1185, \"rank\": 4430, \"rankvar\": 3194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3671, \"group\": [1187.0, 138.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTGAGTTC\", \"ini\": 516, \"clust\": 2614, \"rank\": 5005, \"rankvar\": 5214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3073, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 189, \"group\": [2614.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTGCTTG\", \"ini\": 515, \"clust\": 1071, \"rank\": 4260, \"rankvar\": 3343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3074, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3672, \"group\": [1071.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTATGCGT\", \"ini\": 514, \"clust\": 701, \"rank\": 4459, \"rankvar\": 2375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3075, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3673, \"group\": [703.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTGTAGAGTGC\", \"ini\": 513, \"clust\": 1168, \"rank\": 4334, \"rankvar\": 3401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3076, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3674, \"group\": [1170.0, 137.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACTGAAGG\", \"ini\": 512, \"clust\": 626, \"rank\": 4321, \"rankvar\": 3168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3077, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3675, \"group\": [626.0, 115.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCAGAGCAATT\", \"ini\": 511, \"clust\": 619, \"rank\": 4452, \"rankvar\": 3070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3078, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3676, \"group\": [620.0, 114.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTAAGTGTA\", \"ini\": 510, \"clust\": 605, \"rank\": 4318, \"rankvar\": 3556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3079, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3677, \"group\": [605.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCTTGTCC\", \"ini\": 509, \"clust\": 623, \"rank\": 4402, \"rankvar\": 964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3080, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3678, \"group\": [624.0, 115.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTTGTACAC\", \"ini\": 508, \"clust\": 904, \"rank\": 4378, \"rankvar\": 2099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3081, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3679, \"group\": [904.0, 122.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCAGGACA\", \"ini\": 507, \"clust\": 690, \"rank\": 4429, \"rankvar\": 1315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3680, \"group\": [691.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCCGTCAG\", \"ini\": 506, \"clust\": 875, \"rank\": 4473, \"rankvar\": 2068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3083, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3681, \"group\": [875.0, 119.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACAGCCCA\", \"ini\": 505, \"clust\": 1058, \"rank\": 4228, \"rankvar\": 3323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3084, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3682, \"group\": [1059.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACAGGAATCG\", \"ini\": 504, \"clust\": 1067, \"rank\": 4251, \"rankvar\": 3499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3085, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3683, \"group\": [1068.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTATCCGA\", \"ini\": 503, \"clust\": 863, \"rank\": 4152, \"rankvar\": 3038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3684, \"group\": [863.0, 119.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTCTCATT\", \"ini\": 502, \"clust\": 699, \"rank\": 4275, \"rankvar\": 3542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3087, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3685, \"group\": [700.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGAACAACT\", \"ini\": 501, \"clust\": 1213, \"rank\": 4359, \"rankvar\": 4260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3088, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3686, \"group\": [1211.0, 139.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGGTGTTA\", \"ini\": 500, \"clust\": 931, \"rank\": 4396, \"rankvar\": 3788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3089, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3687, \"group\": [934.0, 124.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAATTCCTT\", \"ini\": 499, \"clust\": 1077, \"rank\": 4305, \"rankvar\": 3478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3688, \"group\": [1080.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGATGAGAG\", \"ini\": 498, \"clust\": 4969, \"rank\": 4810, \"rankvar\": 4177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3091, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2828, \"group\": [4969.0, 996.0, 176.0, 43.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTTCGTCTC\", \"ini\": 497, \"clust\": 873, \"rank\": 4469, \"rankvar\": 3141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3092, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3689, \"group\": [869.0, 119.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGAGGGATA\", \"ini\": 496, \"clust\": 1092, \"rank\": 4343, \"rankvar\": 2412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3093, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3690, \"group\": [1093.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTGGACGAT\", \"ini\": 495, \"clust\": 596, \"rank\": 4348, \"rankvar\": 3802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3094, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3691, \"group\": [595.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGGTGCCT\", \"ini\": 494, \"clust\": 305, \"rank\": 4434, \"rankvar\": 3099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3095, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4053, \"group\": [306.0, 57.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCGCCAAAT\", \"ini\": 493, \"clust\": 497, \"rank\": 4155, \"rankvar\": 2662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3096, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3692, \"group\": [497.0, 92.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGGTGGAT\", \"ini\": 492, \"clust\": 981, \"rank\": 4425, \"rankvar\": 3504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3097, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3693, \"group\": [983.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTTGAGTTC\", \"ini\": 491, \"clust\": 1042, \"rank\": 4095, \"rankvar\": 2586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3098, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3694, \"group\": [1043.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCAAGAAGT\", \"ini\": 490, \"clust\": 911, \"rank\": 4373, \"rankvar\": 4201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3099, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3695, \"group\": [913.0, 123.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCACGTGAGA\", \"ini\": 489, \"clust\": 864, \"rank\": 4301, \"rankvar\": 2861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3100, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3696, \"group\": [864.0, 119.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGTCGATAA\", \"ini\": 488, \"clust\": 727, \"rank\": 4438, \"rankvar\": 2803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3101, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3697, \"group\": [726.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACCCATGG\", \"ini\": 487, \"clust\": 869, \"rank\": 4351, \"rankvar\": 3280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3698, \"group\": [872.0, 119.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCATGTTCCC\", \"ini\": 486, \"clust\": 1197, \"rank\": 4403, \"rankvar\": 3207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3103, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3699, \"group\": [1199.0, 139.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCCACCCAGTG\", \"ini\": 485, \"clust\": 675, \"rank\": 4476, \"rankvar\": 589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3104, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3700, \"group\": [674.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGACTCGGA\", \"ini\": 484, \"clust\": 984, \"rank\": 4296, \"rankvar\": 1751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3105, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3701, \"group\": [987.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTGTTAG\", \"ini\": 483, \"clust\": 1211, \"rank\": 4470, \"rankvar\": 3860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3106, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3702, \"group\": [1212.0, 139.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGCAGGCTA\", \"ini\": 482, \"clust\": 286, \"rank\": 4523, \"rankvar\": 4385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3107, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4054, \"group\": [289.0, 56.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCACCT\", \"ini\": 481, \"clust\": 1009, \"rank\": 4419, \"rankvar\": 2527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3108, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3703, \"group\": [1011.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCAGTTCGA\", \"ini\": 480, \"clust\": 608, \"rank\": 4444, \"rankvar\": 1827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3109, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3704, \"group\": [608.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGAGGTACC\", \"ini\": 479, \"clust\": 1032, \"rank\": 4193, \"rankvar\": 4051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3110, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3705, \"group\": [1035.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTAGTGAAT\", \"ini\": 478, \"clust\": 1161, \"rank\": 4274, \"rankvar\": 2950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3111, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3706, \"group\": [1161.0, 137.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAGCTGTT\", \"ini\": 477, \"clust\": 1052, \"rank\": 4357, \"rankvar\": 2802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3707, \"group\": [1052.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCACAGATGAGC\", \"ini\": 476, \"clust\": 674, \"rank\": 4383, \"rankvar\": 1641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3708, \"group\": [678.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCTCACATT\", \"ini\": 475, \"clust\": 986, \"rank\": 4395, \"rankvar\": 4147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3114, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3709, \"group\": [986.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACCATGTA\", \"ini\": 474, \"clust\": 170, \"rank\": 4354, \"rankvar\": 4686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3115, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4055, \"group\": [349.0, 61.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCATGTCCC\", \"ini\": 473, \"clust\": 750, \"rank\": 4408, \"rankvar\": 2153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3116, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3710, \"group\": [750.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCGCCAGCA\", \"ini\": 472, \"clust\": 1174, \"rank\": 4372, \"rankvar\": 2381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3117, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3711, \"group\": [1176.0, 137.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGGACGTA\", \"ini\": 471, \"clust\": 758, \"rank\": 4432, \"rankvar\": 3007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3118, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3712, \"group\": [759.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTAGAGCTG\", \"ini\": 470, \"clust\": 762, \"rank\": 4542, \"rankvar\": 2601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3119, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3713, \"group\": [762.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCTAACTGG\", \"ini\": 469, \"clust\": 856, \"rank\": 4415, \"rankvar\": 2453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3714, \"group\": [855.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGACCGGAT\", \"ini\": 468, \"clust\": 964, \"rank\": 4435, \"rankvar\": 684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3121, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3715, \"group\": [963.0, 126.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTATTCTC\", \"ini\": 467, \"clust\": 965, \"rank\": 4409, \"rankvar\": 1916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3122, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3716, \"group\": [964.0, 126.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGGGATCTG\", \"ini\": 466, \"clust\": 289, \"rank\": 4551, \"rankvar\": 3922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3123, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4056, \"group\": [287.0, 56.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGAGGGAG\", \"ini\": 465, \"clust\": 1076, \"rank\": 4289, \"rankvar\": 3450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3124, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3717, \"group\": [1077.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACTTAACG\", \"ini\": 464, \"clust\": 1128, \"rank\": 4340, \"rankvar\": 3809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3125, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3718, \"group\": [1130.0, 133.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTTAAGATG\", \"ini\": 463, \"clust\": 711, \"rank\": 4388, \"rankvar\": 2875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3126, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3719, \"group\": [711.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTAGCGTCC\", \"ini\": 462, \"clust\": 1050, \"rank\": 4108, \"rankvar\": 4018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3127, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3720, \"group\": [1051.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCATCCTAGA\", \"ini\": 461, \"clust\": 601, \"rank\": 4606, \"rankvar\": 4734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3128, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3721, \"group\": [601.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCTTGGTC\", \"ini\": 460, \"clust\": 815, \"rank\": 4391, \"rankvar\": 963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3129, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3722, \"group\": [818.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGACA\", \"ini\": 459, \"clust\": 2547, \"rank\": 4939, \"rankvar\": 5190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2080, \"group\": [2543.0, 472.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAGACACTT\", \"ini\": 458, \"clust\": 661, \"rank\": 4604, \"rankvar\": 574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3131, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3723, \"group\": [661.0, 117.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTGGTGTAG\", \"ini\": 457, \"clust\": 1199, \"rank\": 4397, \"rankvar\": 3464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3132, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3724, \"group\": [1196.0, 139.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTAGAAGGA\", \"ini\": 456, \"clust\": 803, \"rank\": 4454, \"rankvar\": 2112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3133, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3725, \"group\": [803.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCAGGCTCAC\", \"ini\": 455, \"clust\": 858, \"rank\": 4522, \"rankvar\": 605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3134, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3726, \"group\": [859.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTGTCCGT\", \"ini\": 454, \"clust\": 493, \"rank\": 4405, \"rankvar\": 1354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3135, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3727, \"group\": [502.0, 92.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCAATAAGG\", \"ini\": 453, \"clust\": 852, \"rank\": 4494, \"rankvar\": 340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3136, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3728, \"group\": [853.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAGTCGACTAT\", \"ini\": 452, \"clust\": 4910, \"rank\": 4875, \"rankvar\": 4287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2081, \"group\": [4911.0, 962.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCACAGTAC\", \"ini\": 451, \"clust\": 1026, \"rank\": 4406, \"rankvar\": 2152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3138, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3729, \"group\": [1027.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATGCCAG\", \"ini\": 450, \"clust\": 432, \"rank\": 4423, \"rankvar\": 480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3139, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4188, \"group\": [433.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGATGTGG\", \"ini\": 449, \"clust\": 1093, \"rank\": 4362, \"rankvar\": 2847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3140, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3730, \"group\": [1096.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACTGTCGG\", \"ini\": 448, \"clust\": 842, \"rank\": 4445, \"rankvar\": 1704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3141, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3731, \"group\": [843.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCGCCAAAT\", \"ini\": 447, \"clust\": 876, \"rank\": 4568, \"rankvar\": 1308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3142, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3732, \"group\": [876.0, 119.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCACCCTATC\", \"ini\": 446, \"clust\": 282, \"rank\": 4519, \"rankvar\": 4521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3143, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4057, \"group\": [277.0, 55.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGAGCCAA\", \"ini\": 445, \"clust\": 706, \"rank\": 4442, \"rankvar\": 3387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3144, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3733, \"group\": [706.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTACCGCTG\", \"ini\": 444, \"clust\": 1542, \"rank\": 4374, \"rankvar\": 4249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3145, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3734, \"group\": [1541.0, 204.0, 32.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACATTTGCTT\", \"ini\": 443, \"clust\": 191, \"rank\": 4570, \"rankvar\": 4478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3146, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4058, \"group\": [189.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTGTACC\", \"ini\": 442, \"clust\": 764, \"rank\": 4524, \"rankvar\": 4017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3147, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3735, \"group\": [764.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATTGCGA\", \"ini\": 441, \"clust\": 760, \"rank\": 4541, \"rankvar\": 1955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3736, \"group\": [765.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTGTACCAGTT\", \"ini\": 440, \"clust\": 732, \"rank\": 4411, \"rankvar\": 3039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3149, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3737, \"group\": [731.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGCTACCGC\", \"ini\": 439, \"clust\": 837, \"rank\": 4547, \"rankvar\": 3167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3150, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3738, \"group\": [840.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGAGGGTT\", \"ini\": 438, \"clust\": 722, \"rank\": 4483, \"rankvar\": 3147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3151, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3739, \"group\": [720.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTAGAAAGG\", \"ini\": 437, \"clust\": 757, \"rank\": 4460, \"rankvar\": 2309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3152, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3740, \"group\": [758.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGACTAGAT\", \"ini\": 436, \"clust\": 1129, \"rank\": 4376, \"rankvar\": 3724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3153, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3741, \"group\": [1128.0, 133.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTACGCCC\", \"ini\": 435, \"clust\": 410, \"rank\": 4371, \"rankvar\": 1034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3154, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4189, \"group\": [408.0, 73.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCGAGGTAG\", \"ini\": 434, \"clust\": 1578, \"rank\": 4023, \"rankvar\": 4719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3155, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4059, \"group\": [1577.0, 209.0, 34.0, 9.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCGAACC\", \"ini\": 433, \"clust\": 831, \"rank\": 4567, \"rankvar\": 1940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3742, \"group\": [834.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTACGACT\", \"ini\": 432, \"clust\": 201, \"rank\": 4592, \"rankvar\": 4455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3157, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4060, \"group\": [200.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCAGGCGAA\", \"ini\": 431, \"clust\": 877, \"rank\": 4638, \"rankvar\": 2015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3158, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3743, \"group\": [879.0, 119.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGTTAGCGG\", \"ini\": 430, \"clust\": 790, \"rank\": 4653, \"rankvar\": 2462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3159, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3744, \"group\": [789.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGCTGAAAT\", \"ini\": 429, \"clust\": 202, \"rank\": 4472, \"rankvar\": 3728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3160, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4061, \"group\": [201.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCAGGGTATG\", \"ini\": 428, \"clust\": 4899, \"rank\": 4857, \"rankvar\": 1911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2082, \"group\": [4902.0, 959.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCATACTG\", \"ini\": 427, \"clust\": 1121, \"rank\": 4370, \"rankvar\": 3425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3162, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3745, \"group\": [1122.0, 132.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCTGCCAG\", \"ini\": 426, \"clust\": 747, \"rank\": 4527, \"rankvar\": 512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3163, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3746, \"group\": [748.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTGCCTTGG\", \"ini\": 425, \"clust\": 205, \"rank\": 4500, \"rankvar\": 4200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3164, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4062, \"group\": [207.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGCACACAG\", \"ini\": 424, \"clust\": 208, \"rank\": 4413, \"rankvar\": 4322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3165, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4063, \"group\": [211.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCTGATACG\", \"ini\": 423, \"clust\": 871, \"rank\": 4488, \"rankvar\": 2258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3166, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3747, \"group\": [870.0, 119.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGTCATC\", \"ini\": 422, \"clust\": 909, \"rank\": 4424, \"rankvar\": 3508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3167, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3748, \"group\": [910.0, 122.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCGGATGTT\", \"ini\": 421, \"clust\": 771, \"rank\": 4509, \"rankvar\": 3029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3168, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3749, \"group\": [774.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGAGGTAGA\", \"ini\": 420, \"clust\": 290, \"rank\": 4675, \"rankvar\": 3175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3169, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4064, \"group\": [292.0, 56.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGACAAGCC\", \"ini\": 419, \"clust\": 173, \"rank\": 4667, \"rankvar\": 4227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3170, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4065, \"group\": [173.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCATACAGCT\", \"ini\": 418, \"clust\": 164, \"rank\": 4294, \"rankvar\": 3515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3171, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4107, \"group\": [163.0, 46.0, 14.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACAGTTC\", \"ini\": 417, \"clust\": 718, \"rank\": 4496, \"rankvar\": 1429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3750, \"group\": [715.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGTTTGCGT\", \"ini\": 416, \"clust\": 1089, \"rank\": 4352, \"rankvar\": 2204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3173, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3751, \"group\": [1090.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGTAG\", \"ini\": 415, \"clust\": 835, \"rank\": 4626, \"rankvar\": 3823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3174, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3752, \"group\": [836.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACACTGTTAG\", \"ini\": 414, \"clust\": 296, \"rank\": 4439, \"rankvar\": 4463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3175, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4066, \"group\": [296.0, 57.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCTCA\", \"ini\": 413, \"clust\": 1011, \"rank\": 4518, \"rankvar\": 792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3176, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3753, \"group\": [1010.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGATCGATA\", \"ini\": 412, \"clust\": 1200, \"rank\": 4511, \"rankvar\": 3060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3177, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3754, \"group\": [1197.0, 139.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCTAAACC\", \"ini\": 411, \"clust\": 277, \"rank\": 4555, \"rankvar\": 4434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3178, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4067, \"group\": [283.0, 55.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTAGCGC\", \"ini\": 410, \"clust\": 754, \"rank\": 4564, \"rankvar\": 1603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3179, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3755, \"group\": [755.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCATGTTCCC\", \"ini\": 409, \"clust\": 759, \"rank\": 4497, \"rankvar\": 2659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3756, \"group\": [760.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGCACTTAAGC\", \"ini\": 408, \"clust\": 639, \"rank\": 4580, \"rankvar\": 4302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3757, \"group\": [642.0, 116.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATATGCTG\", \"ini\": 407, \"clust\": 662, \"rank\": 4569, \"rankvar\": 2493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3182, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3758, \"group\": [663.0, 117.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTACAGCAG\", \"ini\": 406, \"clust\": 868, \"rank\": 4618, \"rankvar\": 1961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3183, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3759, \"group\": [873.0, 119.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCATAACCG\", \"ini\": 405, \"clust\": 408, \"rank\": 4320, \"rankvar\": 4109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3184, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4190, \"group\": [442.0, 75.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGGCACTA\", \"ini\": 404, \"clust\": 1090, \"rank\": 4401, \"rankvar\": 1419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3185, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3760, \"group\": [1091.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTGTAAGGGCT\", \"ini\": 403, \"clust\": 598, \"rank\": 4436, \"rankvar\": 3017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3186, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3761, \"group\": [599.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCTTAATC\", \"ini\": 402, \"clust\": 700, \"rank\": 4537, \"rankvar\": 3942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3187, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3762, \"group\": [704.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGTTGGC\", \"ini\": 401, \"clust\": 973, \"rank\": 4258, \"rankvar\": 2240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3188, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3763, \"group\": [973.0, 126.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGAATTGTG\", \"ini\": 400, \"clust\": 307, \"rank\": 4462, \"rankvar\": 4656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3189, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4068, \"group\": [305.0, 57.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGGCATTGG\", \"ini\": 399, \"clust\": 838, \"rank\": 4612, \"rankvar\": 2007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3190, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3764, \"group\": [838.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTACCGAGA\", \"ini\": 398, \"clust\": 150, \"rank\": 4214, \"rankvar\": 3676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3191, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4191, \"group\": [151.0, 39.0, 11.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACGGTAAG\", \"ini\": 397, \"clust\": 851, \"rank\": 4557, \"rankvar\": 3045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3192, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3765, \"group\": [851.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCGTCATC\", \"ini\": 396, \"clust\": 866, \"rank\": 4468, \"rankvar\": 2636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3193, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3766, \"group\": [867.0, 119.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTCAGATAA\", \"ini\": 395, \"clust\": 857, \"rank\": 4520, \"rankvar\": 3068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3194, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3767, \"group\": [856.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGGGAACGG\", \"ini\": 394, \"clust\": 196, \"rank\": 4545, \"rankvar\": 4023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3195, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4069, \"group\": [196.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCATCCGGGT\", \"ini\": 393, \"clust\": 859, \"rank\": 4614, \"rankvar\": 2978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3196, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3768, \"group\": [860.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGAGTGACC\", \"ini\": 392, \"clust\": 1074, \"rank\": 4482, \"rankvar\": 1534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3769, \"group\": [1074.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATAGCTGATAA\", \"ini\": 391, \"clust\": 843, \"rank\": 4446, \"rankvar\": 2262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3198, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3770, \"group\": [844.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTATGCGT\", \"ini\": 390, \"clust\": 939, \"rank\": 4344, \"rankvar\": 3328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3199, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3771, \"group\": [939.0, 124.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCACCAGCAC\", \"ini\": 389, \"clust\": 836, \"rank\": 4589, \"rankvar\": 1268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3772, \"group\": [837.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTCGCATAT\", \"ini\": 388, \"clust\": 1068, \"rank\": 4385, \"rankvar\": 2073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3201, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3773, \"group\": [1069.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTCTGGC\", \"ini\": 387, \"clust\": 820, \"rank\": 4631, \"rankvar\": 1264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3202, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3774, \"group\": [823.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTGCGTAA\", \"ini\": 386, \"clust\": 1027, \"rank\": 4389, \"rankvar\": 2797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3203, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3775, \"group\": [1028.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCCATTCTA\", \"ini\": 385, \"clust\": 712, \"rank\": 4532, \"rankvar\": 2448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3204, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3776, \"group\": [733.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATGTTCCC\", \"ini\": 384, \"clust\": 832, \"rank\": 4687, \"rankvar\": 1929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3205, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3777, \"group\": [833.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGTGCCTG\", \"ini\": 383, \"clust\": 656, \"rank\": 4693, \"rankvar\": 2460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3206, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3778, \"group\": [659.0, 117.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGTAGCCGA\", \"ini\": 382, \"clust\": 861, \"rank\": 4501, \"rankvar\": 2858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3207, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3779, \"group\": [862.0, 119.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGGGTCA\", \"ini\": 381, \"clust\": 823, \"rank\": 4563, \"rankvar\": 1979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3208, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3780, \"group\": [824.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCACGGTTA\", \"ini\": 380, \"clust\": 1441, \"rank\": 4543, \"rankvar\": 465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3209, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4255, \"group\": [1441.0, 168.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCGTTTATC\", \"ini\": 379, \"clust\": 349, \"rank\": 4347, \"rankvar\": 2398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3210, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4256, \"group\": [350.0, 62.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCAGTATCTCG\", \"ini\": 378, \"clust\": 1006, \"rank\": 4499, \"rankvar\": 2201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3211, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3781, \"group\": [1006.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCTTGCATT\", \"ini\": 377, \"clust\": 1190, \"rank\": 4662, \"rankvar\": 3803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3212, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3782, \"group\": [1189.0, 139.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGTACGTTC\", \"ini\": 376, \"clust\": 723, \"rank\": 4505, \"rankvar\": 2571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3213, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3783, \"group\": [725.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTACCGAT\", \"ini\": 375, \"clust\": 672, \"rank\": 4743, \"rankvar\": 2867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3214, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3784, \"group\": [673.0, 117.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGCATGGATGG\", \"ini\": 374, \"clust\": 1206, \"rank\": 4503, \"rankvar\": 3341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3215, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3785, \"group\": [1205.0, 139.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAGCAGTTT\", \"ini\": 373, \"clust\": 197, \"rank\": 4574, \"rankvar\": 2826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4070, \"group\": [197.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGTTACCCA\", \"ini\": 372, \"clust\": 730, \"rank\": 4461, \"rankvar\": 3516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3217, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3786, \"group\": [729.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGAATCTCC\", \"ini\": 371, \"clust\": 1184, \"rank\": 4535, \"rankvar\": 3835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3218, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3787, \"group\": [1184.0, 138.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGTACGATA\", \"ini\": 370, \"clust\": 799, \"rank\": 4605, \"rankvar\": 870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3219, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3788, \"group\": [802.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCCAACGG\", \"ini\": 369, \"clust\": 666, \"rank\": 4730, \"rankvar\": 885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3220, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3789, \"group\": [669.0, 117.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCTCCAATGGT\", \"ini\": 368, \"clust\": 495, \"rank\": 4431, \"rankvar\": 3085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3790, \"group\": [495.0, 92.0, 20.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACTATTC\", \"ini\": 367, \"clust\": 696, \"rank\": 4531, \"rankvar\": 2673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3222, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3791, \"group\": [697.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGTGGTCCC\", \"ini\": 366, \"clust\": 667, \"rank\": 4790, \"rankvar\": 791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3223, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3792, \"group\": [667.0, 117.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGGCACA\", \"ini\": 365, \"clust\": 683, \"rank\": 4637, \"rankvar\": 1440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3224, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3793, \"group\": [687.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGTTGTCGT\", \"ini\": 364, \"clust\": 421, \"rank\": 4427, \"rankvar\": 3853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3225, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4192, \"group\": [420.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTACCAGTT\", \"ini\": 363, \"clust\": 1203, \"rank\": 4590, \"rankvar\": 1578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3226, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3794, \"group\": [1200.0, 139.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAACAATC\", \"ini\": 362, \"clust\": 422, \"rank\": 4390, \"rankvar\": 2862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3227, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4193, \"group\": [418.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCTTTCTC\", \"ini\": 361, \"clust\": 1130, \"rank\": 4517, \"rankvar\": 3285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3228, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3795, \"group\": [1129.0, 133.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTAGGGTG\", \"ini\": 360, \"clust\": 1454, \"rank\": 4540, \"rankvar\": 3019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3229, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3796, \"group\": [1454.0, 171.0, 25.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCTCTCGT\", \"ini\": 359, \"clust\": 203, \"rank\": 4553, \"rankvar\": 3879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3230, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4071, \"group\": [203.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCAAACTC\", \"ini\": 358, \"clust\": 679, \"rank\": 4628, \"rankvar\": 461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3231, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3797, \"group\": [683.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTTCAT\", \"ini\": 357, \"clust\": 602, \"rank\": 4581, \"rankvar\": 3431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3232, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3798, \"group\": [604.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGACAGCC\", \"ini\": 356, \"clust\": 821, \"rank\": 4554, \"rankvar\": 1076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3233, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3799, \"group\": [821.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGCGTTTC\", \"ini\": 355, \"clust\": 753, \"rank\": 4599, \"rankvar\": 2948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3234, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3800, \"group\": [754.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCACTGGC\", \"ini\": 354, \"clust\": 1162, \"rank\": 4412, \"rankvar\": 1811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3235, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3801, \"group\": [1162.0, 137.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTTATGCGT\", \"ini\": 353, \"clust\": 165, \"rank\": 4233, \"rankvar\": 4039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3236, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4108, \"group\": [161.0, 46.0, 14.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTTCCACA\", \"ini\": 352, \"clust\": 818, \"rank\": 4619, \"rankvar\": 3456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3802, \"group\": [819.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGTGAGTG\", \"ini\": 351, \"clust\": 1158, \"rank\": 4512, \"rankvar\": 2521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3238, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3803, \"group\": [1155.0, 136.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCAGGTTCA\", \"ini\": 350, \"clust\": 669, \"rank\": 4665, \"rankvar\": 2178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3239, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3804, \"group\": [670.0, 117.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCGCTTG\", \"ini\": 349, \"clust\": 855, \"rank\": 4603, \"rankvar\": 2157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3240, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3805, \"group\": [857.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTATTAGCC\", \"ini\": 348, \"clust\": 681, \"rank\": 4691, \"rankvar\": 917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3241, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3806, \"group\": [680.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAAGCGGT\", \"ini\": 347, \"clust\": 772, \"rank\": 4562, \"rankvar\": 2982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3242, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3807, \"group\": [772.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCAACTGCTA\", \"ini\": 346, \"clust\": 839, \"rank\": 4695, \"rankvar\": 1847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3243, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3808, \"group\": [839.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCATTTGCTT\", \"ini\": 345, \"clust\": 167, \"rank\": 4196, \"rankvar\": 4633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3809, \"group\": [168.0, 46.0, 14.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGCTTCGCG\", \"ini\": 344, \"clust\": 741, \"rank\": 4683, \"rankvar\": 985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3245, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3810, \"group\": [744.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGAAGGCCT\", \"ini\": 343, \"clust\": 940, \"rank\": 4437, \"rankvar\": 4261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3811, \"group\": [940.0, 124.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGGTCTCGTTC\", \"ini\": 342, \"clust\": 849, \"rank\": 4597, \"rankvar\": 3314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3247, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3812, \"group\": [852.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTCCACT\", \"ini\": 341, \"clust\": 190, \"rank\": 4521, \"rankvar\": 4172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4072, \"group\": [191.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCAAGGCTCC\", \"ini\": 340, \"clust\": 879, \"rank\": 4674, \"rankvar\": 1691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3813, \"group\": [878.0, 119.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAAGGAG\", \"ini\": 339, \"clust\": 428, \"rank\": 4556, \"rankvar\": 1171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3250, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4194, \"group\": [427.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTAAGATG\", \"ini\": 338, \"clust\": 719, \"rank\": 4610, \"rankvar\": 1601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3814, \"group\": [716.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCATCCGCGA\", \"ini\": 337, \"clust\": 385, \"rank\": 4510, \"rankvar\": 2482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3252, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4195, \"group\": [451.0, 79.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTTGGAGGT\", \"ini\": 336, \"clust\": 427, \"rank\": 4594, \"rankvar\": 1934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3253, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4196, \"group\": [428.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGGAGC\", \"ini\": 335, \"clust\": 175, \"rank\": 4793, \"rankvar\": 4358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3254, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4073, \"group\": [175.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGTAGGCCA\", \"ini\": 334, \"clust\": 603, \"rank\": 4671, \"rankvar\": 4331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3815, \"group\": [602.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTGGGAT\", \"ini\": 333, \"clust\": 840, \"rank\": 4539, \"rankvar\": 2741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3256, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3816, \"group\": [841.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGCATGGC\", \"ini\": 332, \"clust\": 853, \"rank\": 4679, \"rankvar\": 832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3817, \"group\": [854.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCGCTTGTC\", \"ini\": 331, \"clust\": 414, \"rank\": 4678, \"rankvar\": 4459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3258, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4197, \"group\": [441.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCGATATA\", \"ini\": 330, \"clust\": 684, \"rank\": 4659, \"rankvar\": 894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3259, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3818, \"group\": [686.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTGACGTT\", \"ini\": 329, \"clust\": 664, \"rank\": 4826, \"rankvar\": 2566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3260, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3819, \"group\": [665.0, 117.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTGGAGCC\", \"ini\": 328, \"clust\": 199, \"rank\": 4550, \"rankvar\": 3866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4074, \"group\": [199.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACACATTCGA\", \"ini\": 327, \"clust\": 676, \"rank\": 4633, \"rankvar\": 1267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3262, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3820, \"group\": [675.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGTGGTAAT\", \"ini\": 326, \"clust\": 434, \"rank\": 4576, \"rankvar\": 1074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3263, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4198, \"group\": [430.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGTTCGA\", \"ini\": 325, \"clust\": 168, \"rank\": 4380, \"rankvar\": 4516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3264, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4109, \"group\": [166.0, 46.0, 14.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACACCGCTAG\", \"ini\": 324, \"clust\": 830, \"rank\": 4723, \"rankvar\": 1873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3265, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3821, \"group\": [835.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACAGTTCCCT\", \"ini\": 323, \"clust\": 716, \"rank\": 4572, \"rankvar\": 3498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3266, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3822, \"group\": [718.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGCTGAACG\", \"ini\": 322, \"clust\": 766, \"rank\": 4641, \"rankvar\": 2990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3267, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3823, \"group\": [770.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCAGCTCGG\", \"ini\": 321, \"clust\": 1165, \"rank\": 4526, \"rankvar\": 3458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3268, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3824, \"group\": [1164.0, 137.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTGCTCCT\", \"ini\": 320, \"clust\": 828, \"rank\": 4688, \"rankvar\": 2077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3269, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3825, \"group\": [828.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTGACTCAT\", \"ini\": 319, \"clust\": 819, \"rank\": 4643, \"rankvar\": 1292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3270, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3826, \"group\": [820.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGTGTTTGC\", \"ini\": 318, \"clust\": 359, \"rank\": 4443, \"rankvar\": 2380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3271, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4257, \"group\": [359.0, 67.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCAAAGCG\", \"ini\": 317, \"clust\": 854, \"rank\": 4609, \"rankvar\": 3685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3272, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3827, \"group\": [858.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGTTCGATC\", \"ini\": 316, \"clust\": 403, \"rank\": 4755, \"rankvar\": 29, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3273, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4199, \"group\": [402.0, 72.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCACTCCTG\", \"ini\": 315, \"clust\": 193, \"rank\": 4549, \"rankvar\": 4146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3274, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4075, \"group\": [195.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTCACACGC\", \"ini\": 314, \"clust\": 1136, \"rank\": 4582, \"rankvar\": 1085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3275, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3828, \"group\": [1139.0, 133.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGAAGGACA\", \"ini\": 313, \"clust\": 294, \"rank\": 4471, \"rankvar\": 4546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4076, \"group\": [294.0, 57.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCATATCG\", \"ini\": 312, \"clust\": 169, \"rank\": 4534, \"rankvar\": 3433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3277, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4110, \"group\": [167.0, 46.0, 14.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACTCTGTC\", \"ini\": 311, \"clust\": 797, \"rank\": 4753, \"rankvar\": 785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3278, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3829, \"group\": [798.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGAGCTACCTA\", \"ini\": 310, \"clust\": 4896, \"rank\": 4988, \"rankvar\": 3970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2083, \"group\": [4899.0, 958.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCGTTATGTGC\", \"ini\": 309, \"clust\": 443, \"rank\": 4598, \"rankvar\": 1673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3280, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3830, \"group\": [443.0, 76.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAATGCCAT\", \"ini\": 308, \"clust\": 773, \"rank\": 4627, \"rankvar\": 2814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3281, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3831, \"group\": [773.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCTCATTCA\", \"ini\": 307, \"clust\": 804, \"rank\": 4655, \"rankvar\": 2932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3282, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3832, \"group\": [804.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTACCCAAT\", \"ini\": 306, \"clust\": 663, \"rank\": 4704, \"rankvar\": 978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3283, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3833, \"group\": [664.0, 117.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTAAA\", \"ini\": 305, \"clust\": 703, \"rank\": 4620, \"rankvar\": 3306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3284, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3834, \"group\": [702.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAAGGACTG\", \"ini\": 304, \"clust\": 1195, \"rank\": 4571, \"rankvar\": 3383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3285, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3835, \"group\": [1194.0, 139.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAAAGTCAA\", \"ini\": 303, \"clust\": 604, \"rank\": 4707, \"rankvar\": 4216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3286, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3836, \"group\": [603.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAGACAGGT\", \"ini\": 302, \"clust\": 415, \"rank\": 4596, \"rankvar\": 2072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3287, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4200, \"group\": [421.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTAAGCACG\", \"ini\": 301, \"clust\": 825, \"rank\": 4661, \"rankvar\": 3014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3288, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3837, \"group\": [826.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCGTTGCC\", \"ini\": 300, \"clust\": 350, \"rank\": 4502, \"rankvar\": 3573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3289, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4258, \"group\": [351.0, 62.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCAAGATCC\", \"ini\": 299, \"clust\": 156, \"rank\": 4750, \"rankvar\": 4281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3290, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4077, \"group\": [156.0, 43.0, 13.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCCATGCGCAC\", \"ini\": 298, \"clust\": 210, \"rank\": 4642, \"rankvar\": 4291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3291, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4078, \"group\": [208.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGACCTTTG\", \"ini\": 297, \"clust\": 728, \"rank\": 4702, \"rankvar\": 2225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3292, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3838, \"group\": [727.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGGTTGT\", \"ini\": 296, \"clust\": 841, \"rank\": 4681, \"rankvar\": 1407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3839, \"group\": [842.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCATGGTCA\", \"ini\": 295, \"clust\": 1196, \"rank\": 4636, \"rankvar\": 1677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3294, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3840, \"group\": [1195.0, 139.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGGGAGTAA\", \"ini\": 294, \"clust\": 2625, \"rank\": 5014, \"rankvar\": 5229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3295, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 190, \"group\": [2625.0, 479.0, 84.0, 21.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAAGGACAC\", \"ini\": 293, \"clust\": 657, \"rank\": 4802, \"rankvar\": 2172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3296, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3841, \"group\": [657.0, 117.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCATCAGTAC\", \"ini\": 292, \"clust\": 697, \"rank\": 4708, \"rankvar\": 2612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3842, \"group\": [698.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCACCCAGTG\", \"ini\": 291, \"clust\": 417, \"rank\": 4615, \"rankvar\": 3177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3298, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4201, \"group\": [416.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCCCAACGG\", \"ini\": 290, \"clust\": 211, \"rank\": 4677, \"rankvar\": 4145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3299, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4079, \"group\": [209.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCAGTCAGT\", \"ini\": 289, \"clust\": 279, \"rank\": 4495, \"rankvar\": 4375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4080, \"group\": [281.0, 55.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCTTACCTA\", \"ini\": 288, \"clust\": 774, \"rank\": 4709, \"rankvar\": 320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3301, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3843, \"group\": [786.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAACGCACC\", \"ini\": 287, \"clust\": 642, \"rank\": 4668, \"rankvar\": 3924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3302, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3844, \"group\": [645.0, 116.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGGCTA\", \"ini\": 286, \"clust\": 419, \"rank\": 4538, \"rankvar\": 1994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3303, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4202, \"group\": [413.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGGTATCG\", \"ini\": 285, \"clust\": 788, \"rank\": 4825, \"rankvar\": 2114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3304, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3845, \"group\": [787.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGTCACGG\", \"ini\": 284, \"clust\": 373, \"rank\": 4601, \"rankvar\": 116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3305, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4259, \"group\": [372.0, 67.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTATCGCAT\", \"ini\": 283, \"clust\": 611, \"rank\": 4698, \"rankvar\": 4363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3846, \"group\": [610.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGAGTACC\", \"ini\": 282, \"clust\": 813, \"rank\": 4751, \"rankvar\": 1720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3847, \"group\": [813.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGGTACC\", \"ini\": 281, \"clust\": 204, \"rank\": 4670, \"rankvar\": 3983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3308, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4081, \"group\": [204.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACTCGACG\", \"ini\": 280, \"clust\": 749, \"rank\": 4663, \"rankvar\": 2528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3309, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3848, \"group\": [752.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGTTTGTG\", \"ini\": 279, \"clust\": 433, \"rank\": 4591, \"rankvar\": 2490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3310, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4203, \"group\": [432.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGCCTA\", \"ini\": 278, \"clust\": 798, \"rank\": 4703, \"rankvar\": 2975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3311, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3849, \"group\": [799.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACCACCT\", \"ini\": 277, \"clust\": 769, \"rank\": 4728, \"rankvar\": 1494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3312, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3850, \"group\": [766.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTGAGGCTA\", \"ini\": 276, \"clust\": 176, \"rank\": 4901, \"rankvar\": 4684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3313, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4082, \"group\": [176.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATGAGAG\", \"ini\": 275, \"clust\": 644, \"rank\": 4685, \"rankvar\": 4583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3314, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3851, \"group\": [644.0, 116.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTGGCGAC\", \"ini\": 274, \"clust\": 4898, \"rank\": 5038, \"rankvar\": 4019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2084, \"group\": [4898.0, 958.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATATAC\", \"ini\": 273, \"clust\": 800, \"rank\": 4706, \"rankvar\": 2383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3852, \"group\": [800.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGCCTTC\", \"ini\": 272, \"clust\": 189, \"rank\": 4756, \"rankvar\": 4435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3317, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4083, \"group\": [192.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTGCCTCT\", \"ini\": 271, \"clust\": 739, \"rank\": 4639, \"rankvar\": 1908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3318, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3853, \"group\": [739.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCAGCTCGG\", \"ini\": 270, \"clust\": 368, \"rank\": 4474, \"rankvar\": 2720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3319, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4260, \"group\": [370.0, 67.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCCTAGAAC\", \"ini\": 269, \"clust\": 795, \"rank\": 4769, \"rankvar\": 2242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3320, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3854, \"group\": [793.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTACTCAT\", \"ini\": 268, \"clust\": 303, \"rank\": 4648, \"rankvar\": 4662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3321, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4084, \"group\": [303.0, 57.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCCAAACTG\", \"ini\": 267, \"clust\": 658, \"rank\": 4817, \"rankvar\": 2944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3322, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3855, \"group\": [658.0, 117.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAGA\", \"ini\": 266, \"clust\": 707, \"rank\": 4577, \"rankvar\": 4496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3323, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3856, \"group\": [712.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTGTG\", \"ini\": 265, \"clust\": 390, \"rank\": 4738, \"rankvar\": 1516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3324, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4204, \"group\": [390.0, 70.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTCTTCGTC\", \"ini\": 264, \"clust\": 636, \"rank\": 4822, \"rankvar\": 3642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3857, \"group\": [639.0, 116.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAACACGCC\", \"ini\": 263, \"clust\": 847, \"rank\": 4720, \"rankvar\": 3078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3326, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3858, \"group\": [848.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGTTCT\", \"ini\": 262, \"clust\": 668, \"rank\": 4911, \"rankvar\": 1914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3859, \"group\": [668.0, 117.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACAGCGAACA\", \"ini\": 261, \"clust\": 812, \"rank\": 4813, \"rankvar\": 3420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3328, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3860, \"group\": [815.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGAACTC\", \"ini\": 260, \"clust\": 793, \"rank\": 4766, \"rankvar\": 2001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3861, \"group\": [796.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGCAAAGCAAT\", \"ini\": 259, \"clust\": 751, \"rank\": 4729, \"rankvar\": 1415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3330, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3862, \"group\": [751.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTGGGTCAA\", \"ini\": 258, \"clust\": 801, \"rank\": 4716, \"rankvar\": 2434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3331, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3863, \"group\": [801.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCTGCGACG\", \"ini\": 257, \"clust\": 411, \"rank\": 4632, \"rankvar\": 1983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3332, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4205, \"group\": [409.0, 73.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTCCAAGTT\", \"ini\": 256, \"clust\": 822, \"rank\": 4736, \"rankvar\": 1536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3333, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3864, \"group\": [822.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGAAAGC\", \"ini\": 255, \"clust\": 717, \"rank\": 4710, \"rankvar\": 2694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3334, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3865, \"group\": [717.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAAAGTC\", \"ini\": 254, \"clust\": 735, \"rank\": 4657, \"rankvar\": 838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3335, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3866, \"group\": [734.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGCTGCCCA\", \"ini\": 253, \"clust\": 682, \"rank\": 4803, \"rankvar\": 962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3336, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3867, \"group\": [681.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTTCCGTCT\", \"ini\": 252, \"clust\": 206, \"rank\": 4752, \"rankvar\": 3222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3337, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4085, \"group\": [205.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAGAGGAA\", \"ini\": 251, \"clust\": 767, \"rank\": 4749, \"rankvar\": 2109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3338, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3868, \"group\": [769.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACGAAGG\", \"ini\": 250, \"clust\": 829, \"rank\": 4733, \"rankvar\": 1838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3339, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3869, \"group\": [829.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTAAAGTCA\", \"ini\": 249, \"clust\": 775, \"rank\": 4757, \"rankvar\": 1595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3340, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3870, \"group\": [775.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTAGTAGTA\", \"ini\": 248, \"clust\": 765, \"rank\": 4741, \"rankvar\": 1801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3341, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3871, \"group\": [771.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTATATGGA\", \"ini\": 247, \"clust\": 848, \"rank\": 4725, \"rankvar\": 2986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3342, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3872, \"group\": [849.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACAGATGAGC\", \"ini\": 246, \"clust\": 423, \"rank\": 4644, \"rankvar\": 3069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3343, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4206, \"group\": [419.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGTTGGC\", \"ini\": 245, \"clust\": 1053, \"rank\": 4647, \"rankvar\": 3961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3873, \"group\": [1053.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAAGGGCT\", \"ini\": 244, \"clust\": 651, \"rank\": 4870, \"rankvar\": 1819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3345, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3874, \"group\": [652.0, 117.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACTATCTT\", \"ini\": 243, \"clust\": 691, \"rank\": 4780, \"rankvar\": 3344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3875, \"group\": [692.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGTCGAT\", \"ini\": 242, \"clust\": 249, \"rank\": 4623, \"rankvar\": 3316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3347, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4111, \"group\": [249.0, 51.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGAGCTGCA\", \"ini\": 241, \"clust\": 777, \"rank\": 4745, \"rankvar\": 989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3348, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3876, \"group\": [785.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATTTGGG\", \"ini\": 240, \"clust\": 374, \"rank\": 4634, \"rankvar\": 1964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3349, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4261, \"group\": [373.0, 67.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACAAGACG\", \"ini\": 239, \"clust\": 845, \"rank\": 4669, \"rankvar\": 2616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3350, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3877, \"group\": [845.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCACTTCAT\", \"ini\": 238, \"clust\": 833, \"rank\": 4865, \"rankvar\": 1565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3878, \"group\": [831.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGATGCCC\", \"ini\": 237, \"clust\": 1202, \"rank\": 4767, \"rankvar\": 3616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3352, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3879, \"group\": [1202.0, 139.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCACAGGT\", \"ini\": 236, \"clust\": 824, \"rank\": 4764, \"rankvar\": 3340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3353, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3880, \"group\": [825.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCAGTGAAGAG\", \"ini\": 235, \"clust\": 792, \"rank\": 4823, \"rankvar\": 426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3881, \"group\": [797.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATAACGA\", \"ini\": 234, \"clust\": 418, \"rank\": 4739, \"rankvar\": 1583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3355, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4207, \"group\": [415.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTACAGACG\", \"ini\": 233, \"clust\": 181, \"rank\": 4851, \"rankvar\": 3940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3356, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4086, \"group\": [181.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAGCCTGTG\", \"ini\": 232, \"clust\": 166, \"rank\": 4514, \"rankvar\": 4448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3357, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4112, \"group\": [162.0, 46.0, 14.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCCGGGT\", \"ini\": 231, \"clust\": 834, \"rank\": 4900, \"rankvar\": 3442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3882, \"group\": [832.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCGCTTAT\", \"ini\": 230, \"clust\": 261, \"rank\": 4718, \"rankvar\": 2411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3359, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4113, \"group\": [259.0, 51.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCATGAGT\", \"ini\": 229, \"clust\": 1485, \"rank\": 4919, \"rankvar\": 4947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3360, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4087, \"group\": [1488.0, 178.0, 26.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCATTCCTCG\", \"ini\": 228, \"clust\": 258, \"rank\": 4617, \"rankvar\": 3684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3361, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4114, \"group\": [268.0, 51.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTTGTTTG\", \"ini\": 227, \"clust\": 748, \"rank\": 4686, \"rankvar\": 2771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3362, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3883, \"group\": [749.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCATTCCTGC\", \"ini\": 226, \"clust\": 283, \"rank\": 4754, \"rankvar\": 4738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3363, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4088, \"group\": [278.0, 55.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATCTGGTA\", \"ini\": 225, \"clust\": 263, \"rank\": 4613, \"rankvar\": 3118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3364, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4115, \"group\": [261.0, 51.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACAAGCCC\", \"ini\": 224, \"clust\": 174, \"rank\": 4902, \"rankvar\": 4366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3365, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4089, \"group\": [174.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGAAGGCT\", \"ini\": 223, \"clust\": 1095, \"rank\": 4672, \"rankvar\": 4225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3884, \"group\": [1095.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGAAGGCT\", \"ini\": 222, \"clust\": 243, \"rank\": 4656, \"rankvar\": 4564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3367, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4116, \"group\": [244.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTTGTC\", \"ini\": 221, \"clust\": 736, \"rank\": 4789, \"rankvar\": 2500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3368, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3885, \"group\": [735.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGCTAGT\", \"ini\": 220, \"clust\": 670, \"rank\": 4855, \"rankvar\": 2484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3369, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3886, \"group\": [671.0, 117.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTGGAGCC\", \"ini\": 219, \"clust\": 805, \"rank\": 4775, \"rankvar\": 3666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3370, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3887, \"group\": [805.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAACGATGG\", \"ini\": 218, \"clust\": 1486, \"rank\": 4929, \"rankvar\": 4405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3888, \"group\": [1484.0, 178.0, 26.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTCAGGCC\", \"ini\": 217, \"clust\": 364, \"rank\": 4696, \"rankvar\": 3201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3372, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4262, \"group\": [366.0, 67.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGGTCT\", \"ini\": 216, \"clust\": 247, \"rank\": 4722, \"rankvar\": 2933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3373, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4117, \"group\": [246.0, 51.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAAGAGCTATA\", \"ini\": 215, \"clust\": 794, \"rank\": 4883, \"rankvar\": 2913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3374, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3889, \"group\": [795.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGGAGCGTT\", \"ini\": 214, \"clust\": 370, \"rank\": 4552, \"rankvar\": 3324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3375, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4263, \"group\": [367.0, 67.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCTCCCTGA\", \"ini\": 213, \"clust\": 796, \"rank\": 4827, \"rankvar\": 3395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3890, \"group\": [794.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGCATCTA\", \"ini\": 212, \"clust\": 654, \"rank\": 4899, \"rankvar\": 2498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3377, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3891, \"group\": [654.0, 117.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAACCTC\", \"ini\": 211, \"clust\": 1122, \"rank\": 4726, \"rankvar\": 3092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3892, \"group\": [1123.0, 132.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTCTACCTC\", \"ini\": 210, \"clust\": 429, \"rank\": 4777, \"rankvar\": 4013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3379, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4208, \"group\": [426.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTAATA\", \"ini\": 209, \"clust\": 246, \"rank\": 4629, \"rankvar\": 4404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3380, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4118, \"group\": [248.0, 51.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTATCACG\", \"ini\": 208, \"clust\": 814, \"rank\": 4895, \"rankvar\": 2332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3381, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3893, \"group\": [814.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCATGGTAGG\", \"ini\": 207, \"clust\": 367, \"rank\": 4558, \"rankvar\": 3720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3382, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4264, \"group\": [371.0, 67.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGAACTGTA\", \"ini\": 206, \"clust\": 416, \"rank\": 4768, \"rankvar\": 3540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3383, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4209, \"group\": [417.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACATACTACG\", \"ini\": 205, \"clust\": 1204, \"rank\": 4833, \"rankvar\": 3748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3894, \"group\": [1201.0, 139.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAATCCGT\", \"ini\": 204, \"clust\": 715, \"rank\": 4811, \"rankvar\": 3845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3385, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3895, \"group\": [714.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAGTGAAT\", \"ini\": 203, \"clust\": 161, \"rank\": 4737, \"rankvar\": 4536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3386, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4119, \"group\": [169.0, 47.0, 14.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGGATTCGG\", \"ini\": 202, \"clust\": 445, \"rank\": 4759, \"rankvar\": 1636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3387, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3896, \"group\": [445.0, 77.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACGATGT\", \"ini\": 201, \"clust\": 259, \"rank\": 4794, \"rankvar\": 2927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3388, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4120, \"group\": [257.0, 51.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATGTGT\", \"ini\": 200, \"clust\": 755, \"rank\": 4843, \"rankvar\": 3028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3897, \"group\": [756.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTACAGACG\", \"ini\": 199, \"clust\": 844, \"rank\": 4758, \"rankvar\": 3308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3898, \"group\": [847.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGTTGAGTA\", \"ini\": 198, \"clust\": 171, \"rank\": 4705, \"rankvar\": 4314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3391, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4121, \"group\": [171.0, 49.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAGCATACT\", \"ini\": 197, \"clust\": 685, \"rank\": 4837, \"rankvar\": 759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3899, \"group\": [684.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACACAACTGT\", \"ini\": 196, \"clust\": 369, \"rank\": 4680, \"rankvar\": 1902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3393, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4265, \"group\": [369.0, 67.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACCATG\", \"ini\": 195, \"clust\": 420, \"rank\": 4747, \"rankvar\": 2027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3394, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4210, \"group\": [414.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACAAACTGTC\", \"ini\": 194, \"clust\": 362, \"rank\": 4666, \"rankvar\": 3614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3395, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4266, \"group\": [361.0, 67.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCGATTCT\", \"ini\": 193, \"clust\": 360, \"rank\": 4692, \"rankvar\": 1620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3396, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4267, \"group\": [360.0, 67.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAGCGTTCG\", \"ini\": 192, \"clust\": 846, \"rank\": 4820, \"rankvar\": 3619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3900, \"group\": [846.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCTCTGTCG\", \"ini\": 191, \"clust\": 447, \"rank\": 4602, \"rankvar\": 3649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3398, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4211, \"group\": [447.0, 78.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGTCTGAA\", \"ini\": 190, \"clust\": 789, \"rank\": 4924, \"rankvar\": 1669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3901, \"group\": [788.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGGGCTTGA\", \"ini\": 189, \"clust\": 444, \"rank\": 4711, \"rankvar\": 2124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3400, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4212, \"group\": [444.0, 76.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTAAGGGCT\", \"ini\": 188, \"clust\": 680, \"rank\": 4927, \"rankvar\": 635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3401, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3902, \"group\": [682.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATGTCTT\", \"ini\": 187, \"clust\": 640, \"rank\": 4834, \"rankvar\": 4702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3402, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3903, \"group\": [640.0, 116.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTCCCTACT\", \"ini\": 186, \"clust\": 787, \"rank\": 4969, \"rankvar\": 3880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3904, \"group\": [791.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCAGATAAG\", \"ini\": 185, \"clust\": 1198, \"rank\": 4849, \"rankvar\": 3476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3905, \"group\": [1198.0, 139.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTAAACGCG\", \"ini\": 184, \"clust\": 647, \"rank\": 4940, \"rankvar\": 944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3405, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3906, \"group\": [648.0, 117.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGGCCCGTT\", \"ini\": 183, \"clust\": 637, \"rank\": 4951, \"rankvar\": 2590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3907, \"group\": [637.0, 116.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTGAGTTC\", \"ini\": 182, \"clust\": 768, \"rank\": 4868, \"rankvar\": 3801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3407, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3908, \"group\": [768.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAAACGGG\", \"ini\": 181, \"clust\": 786, \"rank\": 4994, \"rankvar\": 2746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3408, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3909, \"group\": [792.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGAGGCTAGGT\", \"ini\": 180, \"clust\": 182, \"rank\": 4890, \"rankvar\": 4116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3409, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4090, \"group\": [182.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCCACCTG\", \"ini\": 179, \"clust\": 440, \"rank\": 4852, \"rankvar\": 813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3410, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4213, \"group\": [440.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAAGCCGCT\", \"ini\": 178, \"clust\": 371, \"rank\": 4771, \"rankvar\": 3416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3411, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4268, \"group\": [368.0, 67.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAGATGGGT\", \"ini\": 177, \"clust\": 816, \"rank\": 4829, \"rankvar\": 3790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3412, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3910, \"group\": [816.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTAAAGTG\", \"ini\": 176, \"clust\": 448, \"rank\": 4731, \"rankvar\": 4028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3413, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4214, \"group\": [448.0, 78.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATCCGCGA\", \"ini\": 175, \"clust\": 655, \"rank\": 4977, \"rankvar\": 2684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3911, \"group\": [655.0, 117.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTCCGTAT\", \"ini\": 174, \"clust\": 358, \"rank\": 4844, \"rankvar\": 2581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3415, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4269, \"group\": [385.0, 68.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTCAACTT\", \"ini\": 173, \"clust\": 183, \"rank\": 4953, \"rankvar\": 4277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3416, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4091, \"group\": [188.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCATGGAATA\", \"ini\": 172, \"clust\": 209, \"rank\": 4694, \"rankvar\": 4715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3417, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4122, \"group\": [210.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATGCATGT\", \"ini\": 171, \"clust\": 163, \"rank\": 4588, \"rankvar\": 4214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3418, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4123, \"group\": [164.0, 46.0, 14.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTTCACCTC\", \"ini\": 170, \"clust\": 742, \"rank\": 4845, \"rankvar\": 842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3912, \"group\": [742.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAAGGACAC\", \"ini\": 169, \"clust\": 412, \"rank\": 4842, \"rankvar\": 883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3420, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4215, \"group\": [411.0, 73.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTTGCCGT\", \"ini\": 168, \"clust\": 802, \"rank\": 4872, \"rankvar\": 2503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3421, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3913, \"group\": [812.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACTACAGT\", \"ini\": 167, \"clust\": 652, \"rank\": 4952, \"rankvar\": 2060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3422, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3914, \"group\": [653.0, 117.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCGCGATCG\", \"ini\": 166, \"clust\": 649, \"rank\": 4928, \"rankvar\": 2584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3423, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4092, \"group\": [650.0, 117.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTGGGTTG\", \"ini\": 165, \"clust\": 665, \"rank\": 4974, \"rankvar\": 3200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3915, \"group\": [666.0, 117.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCTCCTGCCAT\", \"ini\": 164, \"clust\": 260, \"rank\": 4859, \"rankvar\": 3265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3425, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4124, \"group\": [258.0, 51.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCGAATGT\", \"ini\": 163, \"clust\": 353, \"rank\": 4787, \"rankvar\": 1686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3426, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4270, \"group\": [354.0, 65.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGTAAGA\", \"ini\": 162, \"clust\": 250, \"rank\": 4689, \"rankvar\": 3517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3427, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4125, \"group\": [250.0, 51.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTTGTCGT\", \"ini\": 161, \"clust\": 248, \"rank\": 4821, \"rankvar\": 4421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3428, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4126, \"group\": [247.0, 51.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCCGACA\", \"ini\": 160, \"clust\": 397, \"rank\": 4801, \"rankvar\": 1693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3429, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4216, \"group\": [399.0, 71.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCTTCGAGA\", \"ini\": 159, \"clust\": 413, \"rank\": 4761, \"rankvar\": 2371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3430, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4217, \"group\": [412.0, 73.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCAGTCCTCCT\", \"ini\": 158, \"clust\": 351, \"rank\": 4839, \"rankvar\": 1260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3431, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4271, \"group\": [352.0, 63.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCAGACAGGT\", \"ini\": 157, \"clust\": 1488, \"rank\": 5042, \"rankvar\": 5017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3432, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3916, \"group\": [1486.0, 178.0, 26.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACACATCCGG\", \"ini\": 156, \"clust\": 157, \"rank\": 4862, \"rankvar\": 4031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3433, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4093, \"group\": [157.0, 43.0, 13.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTACCAGTT\", \"ini\": 155, \"clust\": 430, \"rank\": 4871, \"rankvar\": 2104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3434, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4218, \"group\": [424.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTGCTGTAT\", \"ini\": 154, \"clust\": 807, \"rank\": 4903, \"rankvar\": 956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3435, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3917, \"group\": [811.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGTGGGAT\", \"ini\": 153, \"clust\": 962, \"rank\": 4841, \"rankvar\": 4493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3436, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3918, \"group\": [966.0, 126.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGCGCTCT\", \"ini\": 152, \"clust\": 1124, \"rank\": 4819, \"rankvar\": 4369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3919, \"group\": [1125.0, 132.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTAATAGCA\", \"ini\": 151, \"clust\": 372, \"rank\": 4800, \"rankvar\": 1935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3438, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4272, \"group\": [374.0, 67.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGTGTACCT\", \"ini\": 150, \"clust\": 255, \"rank\": 4863, \"rankvar\": 4420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3439, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4127, \"group\": [255.0, 51.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATAGAAAC\", \"ini\": 149, \"clust\": 426, \"rank\": 4958, \"rankvar\": 3156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3440, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4219, \"group\": [429.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATGGGTC\", \"ini\": 148, \"clust\": 398, \"rank\": 4808, \"rankvar\": 835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3441, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4220, \"group\": [397.0, 71.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGGGCTTCC\", \"ini\": 147, \"clust\": 424, \"rank\": 4861, \"rankvar\": 2005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3442, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4221, \"group\": [422.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGACGCTC\", \"ini\": 146, \"clust\": 1489, \"rank\": 5034, \"rankvar\": 4865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3920, \"group\": [1487.0, 178.0, 26.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTTGACTG\", \"ini\": 145, \"clust\": 648, \"rank\": 4979, \"rankvar\": 432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3444, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3921, \"group\": [649.0, 117.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACATATGAGA\", \"ini\": 144, \"clust\": 172, \"rank\": 4990, \"rankvar\": 4659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3445, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4128, \"group\": [172.0, 49.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCACTTCC\", \"ini\": 143, \"clust\": 406, \"rank\": 4918, \"rankvar\": 3947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3446, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4222, \"group\": [405.0, 72.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTCTGGAGA\", \"ini\": 142, \"clust\": 606, \"rank\": 4866, \"rankvar\": 4688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3447, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3922, \"group\": [606.0, 113.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTAGGTT\", \"ini\": 141, \"clust\": 650, \"rank\": 5020, \"rankvar\": 3488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3448, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4094, \"group\": [651.0, 117.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCAAGCCTA\", \"ini\": 140, \"clust\": 740, \"rank\": 4742, \"rankvar\": 3692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3923, \"group\": [740.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACAACGT\", \"ini\": 139, \"clust\": 743, \"rank\": 4972, \"rankvar\": 2170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3450, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3924, \"group\": [743.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCTTGCATT\", \"ini\": 138, \"clust\": 216, \"rank\": 4894, \"rankvar\": 2231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3451, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4129, \"group\": [215.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTAAACCTC\", \"ini\": 137, \"clust\": 449, \"rank\": 4876, \"rankvar\": 1203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3452, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4223, \"group\": [449.0, 78.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCATTACCTT\", \"ini\": 136, \"clust\": 438, \"rank\": 4930, \"rankvar\": 1318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3453, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4224, \"group\": [434.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGTTACGGG\", \"ini\": 135, \"clust\": 177, \"rank\": 4942, \"rankvar\": 4628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3454, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4095, \"group\": [180.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTGGTAACG\", \"ini\": 134, \"clust\": 262, \"rank\": 4805, \"rankvar\": 3982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3455, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4130, \"group\": [260.0, 51.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCGGCACT\", \"ini\": 133, \"clust\": 431, \"rank\": 4913, \"rankvar\": 1304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3456, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4225, \"group\": [425.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCAAGTAATG\", \"ini\": 132, \"clust\": 405, \"rank\": 5011, \"rankvar\": 2123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3457, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4226, \"group\": [407.0, 72.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTTACCGC\", \"ini\": 131, \"clust\": 242, \"rank\": 4873, \"rankvar\": 4286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3458, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4227, \"group\": [245.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGAGTTTA\", \"ini\": 130, \"clust\": 780, \"rank\": 4916, \"rankvar\": 3655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3459, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3925, \"group\": [777.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCATATGAGA\", \"ini\": 129, \"clust\": 355, \"rank\": 4762, \"rankvar\": 2864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3460, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4273, \"group\": [358.0, 66.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACTAAGT\", \"ini\": 128, \"clust\": 251, \"rank\": 4945, \"rankvar\": 1937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3461, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4131, \"group\": [251.0, 51.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGATCGG\", \"ini\": 127, \"clust\": 693, \"rank\": 4921, \"rankvar\": 4240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3462, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3926, \"group\": [694.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAGCTTCT\", \"ini\": 126, \"clust\": 365, \"rank\": 4854, \"rankvar\": 2207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3463, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4274, \"group\": [364.0, 67.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTTGTCAT\", \"ini\": 125, \"clust\": 194, \"rank\": 4898, \"rankvar\": 4701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3464, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4096, \"group\": [193.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTTAAGTG\", \"ini\": 124, \"clust\": 375, \"rank\": 4798, \"rankvar\": 3648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3465, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4275, \"group\": [375.0, 67.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTGCCTGCA\", \"ini\": 123, \"clust\": 221, \"rank\": 4886, \"rankvar\": 4819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3466, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4132, \"group\": [220.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACGCATA\", \"ini\": 122, \"clust\": 1222, \"rank\": 4992, \"rankvar\": 4499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3467, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4133, \"group\": [1281.0, 150.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGGTACC\", \"ini\": 121, \"clust\": 437, \"rank\": 4879, \"rankvar\": 1833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3468, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4228, \"group\": [436.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTCGCCGT\", \"ini\": 120, \"clust\": 1051, \"rank\": 4846, \"rankvar\": 4540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3469, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3927, \"group\": [1054.0, 127.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATTCTTGTATC\", \"ini\": 119, \"clust\": 382, \"rank\": 4968, \"rankvar\": 1187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3470, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4276, \"group\": [384.0, 67.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTTCGTCTC\", \"ini\": 118, \"clust\": 791, \"rank\": 5039, \"rankvar\": 4451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3471, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3928, \"group\": [790.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGAGAAACGAG\", \"ini\": 117, \"clust\": 446, \"rank\": 4935, \"rankvar\": 3669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3472, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4229, \"group\": [446.0, 77.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAGGCTCAC\", \"ini\": 116, \"clust\": 401, \"rank\": 5058, \"rankvar\": 765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3473, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4230, \"group\": [400.0, 72.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCACTTACGA\", \"ini\": 115, \"clust\": 192, \"rank\": 4938, \"rankvar\": 4785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3474, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4097, \"group\": [190.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGAGGTTGC\", \"ini\": 114, \"clust\": 399, \"rank\": 4976, \"rankvar\": 2574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3475, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4231, \"group\": [398.0, 71.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAATCTACG\", \"ini\": 113, \"clust\": 425, \"rank\": 4806, \"rankvar\": 3796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3476, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4232, \"group\": [423.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCAGCTTCGG\", \"ini\": 112, \"clust\": 377, \"rank\": 4906, \"rankvar\": 2198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3477, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4277, \"group\": [381.0, 67.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGGAGTACC\", \"ini\": 111, \"clust\": 226, \"rank\": 4882, \"rankvar\": 4190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3478, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4134, \"group\": [235.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTATAAACG\", \"ini\": 110, \"clust\": 207, \"rank\": 4937, \"rankvar\": 4767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3479, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4098, \"group\": [206.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACAACGCC\", \"ini\": 109, \"clust\": 257, \"rank\": 4971, \"rankvar\": 3887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3480, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4135, \"group\": [269.0, 51.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCATGATCCA\", \"ini\": 108, \"clust\": 394, \"rank\": 4923, \"rankvar\": 919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3481, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4233, \"group\": [394.0, 70.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCGTCAAA\", \"ini\": 107, \"clust\": 436, \"rank\": 4975, \"rankvar\": 1857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3482, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4234, \"group\": [437.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGAGATGAG\", \"ini\": 106, \"clust\": 217, \"rank\": 4947, \"rankvar\": 2295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3483, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4136, \"group\": [216.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATGTTGAC\", \"ini\": 105, \"clust\": 380, \"rank\": 4917, \"rankvar\": 2687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3484, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4278, \"group\": [377.0, 67.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGTGACC\", \"ini\": 104, \"clust\": 439, \"rank\": 5007, \"rankvar\": 602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3485, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4235, \"group\": [435.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGGCGACAT\", \"ini\": 103, \"clust\": 391, \"rank\": 5025, \"rankvar\": 2014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3486, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4236, \"group\": [391.0, 70.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGAGTTTA\", \"ini\": 102, \"clust\": 817, \"rank\": 4984, \"rankvar\": 4560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3929, \"group\": [817.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGCGGTA\", \"ini\": 101, \"clust\": 195, \"rank\": 4998, \"rankvar\": 4821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3488, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4099, \"group\": [194.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAATTGCTG\", \"ini\": 100, \"clust\": 264, \"rank\": 4944, \"rankvar\": 3274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3489, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4137, \"group\": [262.0, 51.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCTCGCACTCT\", \"ini\": 99, \"clust\": 1290, \"rank\": 5008, \"rankvar\": 4916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3930, \"group\": [1293.0, 155.0, 23.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTGATTGC\", \"ini\": 98, \"clust\": 224, \"rank\": 4983, \"rankvar\": 4414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3491, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4138, \"group\": [222.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGCGATCG\", \"ini\": 97, \"clust\": 266, \"rank\": 4949, \"rankvar\": 3501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3492, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4139, \"group\": [266.0, 51.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCTGCTGTC\", \"ini\": 96, \"clust\": 779, \"rank\": 4996, \"rankvar\": 4550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3931, \"group\": [779.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCCAGTTT\", \"ini\": 95, \"clust\": 253, \"rank\": 5002, \"rankvar\": 3375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3494, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4140, \"group\": [253.0, 51.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTTAAGATG\", \"ini\": 94, \"clust\": 363, \"rank\": 4888, \"rankvar\": 3993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3495, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4279, \"group\": [362.0, 67.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCACTGGGC\", \"ini\": 93, \"clust\": 366, \"rank\": 4959, \"rankvar\": 1993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3496, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4280, \"group\": [365.0, 67.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCACATTAGC\", \"ini\": 92, \"clust\": 737, \"rank\": 4948, \"rankvar\": 2344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3932, \"group\": [737.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGCATACGCCG\", \"ini\": 91, \"clust\": 179, \"rank\": 5046, \"rankvar\": 4411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4100, \"group\": [177.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGAATGCT\", \"ini\": 90, \"clust\": 4908, \"rank\": 5171, \"rankvar\": 4515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3499, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3098, \"group\": [4909.0, 961.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTAGTACCT\", \"ini\": 89, \"clust\": 376, \"rank\": 4966, \"rankvar\": 1372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3500, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4281, \"group\": [376.0, 67.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTAGCGTAG\", \"ini\": 88, \"clust\": 686, \"rank\": 5003, \"rankvar\": 2393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3933, \"group\": [685.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCATCCTTGC\", \"ini\": 87, \"clust\": 404, \"rank\": 5087, \"rankvar\": 1051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3502, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4237, \"group\": [403.0, 72.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAGTCAGCC\", \"ini\": 86, \"clust\": 826, \"rank\": 5029, \"rankvar\": 3485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3934, \"group\": [827.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCCAAGTA\", \"ini\": 85, \"clust\": 244, \"rank\": 4941, \"rankvar\": 4446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3504, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4141, \"group\": [242.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTATTCA\", \"ini\": 84, \"clust\": 734, \"rank\": 4986, \"rankvar\": 3460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3935, \"group\": [736.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGTGAATTG\", \"ini\": 83, \"clust\": 378, \"rank\": 5001, \"rankvar\": 2016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3506, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4282, \"group\": [380.0, 67.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTACCGTTA\", \"ini\": 82, \"clust\": 402, \"rank\": 5072, \"rankvar\": 387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3507, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4238, \"group\": [401.0, 72.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACACCGAC\", \"ini\": 81, \"clust\": 231, \"rank\": 4997, \"rankvar\": 3979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3508, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4142, \"group\": [229.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAATGAAAC\", \"ini\": 80, \"clust\": 223, \"rank\": 5016, \"rankvar\": 4324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3509, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4143, \"group\": [224.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCAGATCGATA\", \"ini\": 79, \"clust\": 738, \"rank\": 4965, \"rankvar\": 2368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3936, \"group\": [738.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGGTGTTG\", \"ini\": 78, \"clust\": 233, \"rank\": 5000, \"rankvar\": 4339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3511, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4144, \"group\": [231.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTGCTGCC\", \"ini\": 77, \"clust\": 265, \"rank\": 4999, \"rankvar\": 3689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3512, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4145, \"group\": [267.0, 51.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTTGTATC\", \"ini\": 76, \"clust\": 770, \"rank\": 5032, \"rankvar\": 3296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3513, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3937, \"group\": [767.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCGGTGTTA\", \"ini\": 75, \"clust\": 213, \"rank\": 5045, \"rankvar\": 550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3514, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4146, \"group\": [212.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAAAGGCGT\", \"ini\": 74, \"clust\": 641, \"rank\": 5006, \"rankvar\": 4840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3938, \"group\": [641.0, 116.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTAGTAC\", \"ini\": 73, \"clust\": 232, \"rank\": 5037, \"rankvar\": 4247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3516, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4147, \"group\": [230.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGACCAAG\", \"ini\": 72, \"clust\": 435, \"rank\": 5010, \"rankvar\": 4044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3517, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4239, \"group\": [431.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGTGATAT\", \"ini\": 71, \"clust\": 782, \"rank\": 5067, \"rankvar\": 3191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3939, \"group\": [780.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCATGAAC\", \"ini\": 70, \"clust\": 1484, \"rank\": 5173, \"rankvar\": 4968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3519, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4101, \"group\": [1489.0, 178.0, 26.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCAATCCAAC\", \"ini\": 69, \"clust\": 810, \"rank\": 5075, \"rankvar\": 4502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3940, \"group\": [809.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGTGGGTTG\", \"ini\": 68, \"clust\": 407, \"rank\": 5101, \"rankvar\": 2086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3521, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4240, \"group\": [406.0, 72.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCATGCCG\", \"ini\": 67, \"clust\": 356, \"rank\": 5013, \"rankvar\": 3706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3522, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4283, \"group\": [356.0, 66.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTTGTGGAG\", \"ini\": 66, \"clust\": 237, \"rank\": 5027, \"rankvar\": 4205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3523, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4148, \"group\": [236.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGAGGTAGA\", \"ini\": 65, \"clust\": 184, \"rank\": 5056, \"rankvar\": 4400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3524, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4149, \"group\": [183.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCATCACAAC\", \"ini\": 64, \"clust\": 227, \"rank\": 4980, \"rankvar\": 4716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3525, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4150, \"group\": [225.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCCCTTGCA\", \"ini\": 63, \"clust\": 354, \"rank\": 5110, \"rankvar\": 561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4284, \"group\": [355.0, 65.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTATCTCG\", \"ini\": 62, \"clust\": 185, \"rank\": 5085, \"rankvar\": 4176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3527, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4151, \"group\": [184.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTATAGTAG\", \"ini\": 61, \"clust\": 212, \"rank\": 5023, \"rankvar\": 3591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3528, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4152, \"group\": [214.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTCACACGC\", \"ini\": 60, \"clust\": 783, \"rank\": 5053, \"rankvar\": 1690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3941, \"group\": [781.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATGTCTCC\", \"ini\": 59, \"clust\": 811, \"rank\": 5070, \"rankvar\": 3213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3530, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3942, \"group\": [810.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCCATTGGTAC\", \"ini\": 58, \"clust\": 252, \"rank\": 5119, \"rankvar\": 3110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3531, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4153, \"group\": [252.0, 51.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGATGGTC\", \"ini\": 57, \"clust\": 386, \"rank\": 5108, \"rankvar\": 628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3532, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4241, \"group\": [386.0, 69.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGTTGAA\", \"ini\": 56, \"clust\": 781, \"rank\": 5062, \"rankvar\": 4718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3533, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3943, \"group\": [778.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTGACC\", \"ini\": 55, \"clust\": 245, \"rank\": 5033, \"rankvar\": 4498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3534, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4154, \"group\": [243.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTTTCCTC\", \"ini\": 54, \"clust\": 388, \"rank\": 5077, \"rankvar\": 3403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3535, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4242, \"group\": [388.0, 70.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACAGAGGT\", \"ini\": 53, \"clust\": 778, \"rank\": 5104, \"rankvar\": 3044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3536, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3944, \"group\": [784.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTACACCGC\", \"ini\": 52, \"clust\": 395, \"rank\": 5066, \"rankvar\": 1000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3537, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4243, \"group\": [392.0, 70.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATGGAAT\", \"ini\": 51, \"clust\": 222, \"rank\": 5041, \"rankvar\": 4713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3538, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4155, \"group\": [221.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTGTGGCTC\", \"ini\": 50, \"clust\": 178, \"rank\": 5084, \"rankvar\": 4399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3539, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4102, \"group\": [179.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGGCGTACA\", \"ini\": 49, \"clust\": 240, \"rank\": 5083, \"rankvar\": 4333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3540, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4156, \"group\": [238.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCTACTATC\", \"ini\": 48, \"clust\": 238, \"rank\": 5060, \"rankvar\": 4641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3541, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4157, \"group\": [237.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTTGATTGC\", \"ini\": 47, \"clust\": 450, \"rank\": 5031, \"rankvar\": 4153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3542, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3945, \"group\": [450.0, 78.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTCTAGAGG\", \"ini\": 46, \"clust\": 4918, \"rank\": 5222, \"rankvar\": 4997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3543, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2085, \"group\": [4917.0, 963.0, 166.0, 41.0, 14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCTCAACA\", \"ini\": 45, \"clust\": 806, \"rank\": 5043, \"rankvar\": 4510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3544, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3946, \"group\": [806.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTGAATTG\", \"ini\": 44, \"clust\": 808, \"rank\": 5057, \"rankvar\": 3857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3947, \"group\": [807.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAAGTT\", \"ini\": 43, \"clust\": 229, \"rank\": 5081, \"rankvar\": 3751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3546, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4158, \"group\": [227.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAGCTGTTA\", \"ini\": 42, \"clust\": 187, \"rank\": 5146, \"rankvar\": 4283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3547, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4159, \"group\": [185.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTTCAACCA\", \"ini\": 41, \"clust\": 235, \"rank\": 5100, \"rankvar\": 4380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3548, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4160, \"group\": [233.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGAAACCGC\", \"ini\": 40, \"clust\": 352, \"rank\": 5103, \"rankvar\": 2805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3549, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4161, \"group\": [353.0, 64.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTGCTGTAT\", \"ini\": 39, \"clust\": 228, \"rank\": 5024, \"rankvar\": 4619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3550, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4162, \"group\": [226.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATTGGTAC\", \"ini\": 38, \"clust\": 361, \"rank\": 5018, \"rankvar\": 1738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3551, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4285, \"group\": [363.0, 67.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCTCGAGTA\", \"ini\": 37, \"clust\": 389, \"rank\": 5079, \"rankvar\": 3173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3552, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4244, \"group\": [389.0, 70.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACTCGACG\", \"ini\": 36, \"clust\": 219, \"rank\": 5094, \"rankvar\": 4094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3553, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4163, \"group\": [217.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAAGGGTTTCT\", \"ini\": 35, \"clust\": 809, \"rank\": 5107, \"rankvar\": 3091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3948, \"group\": [808.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACGACTCG\", \"ini\": 34, \"clust\": 392, \"rank\": 5147, \"rankvar\": 2146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3555, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4245, \"group\": [396.0, 70.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACAGGAGT\", \"ini\": 33, \"clust\": 383, \"rank\": 5109, \"rankvar\": 999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3556, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4286, \"group\": [382.0, 67.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAAAGTCAA\", \"ini\": 32, \"clust\": 1487, \"rank\": 5195, \"rankvar\": 4967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3557, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3949, \"group\": [1485.0, 178.0, 26.0, 7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCTTGGTC\", \"ini\": 31, \"clust\": 267, \"rank\": 5082, \"rankvar\": 3454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3558, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4164, \"group\": [265.0, 51.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTCCGGTT\", \"ini\": 30, \"clust\": 396, \"rank\": 5125, \"rankvar\": 508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3559, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4246, \"group\": [393.0, 70.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCGTAT\", \"ini\": 29, \"clust\": 188, \"rank\": 5158, \"rankvar\": 4551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3560, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4165, \"group\": [186.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTGAAGAG\", \"ini\": 28, \"clust\": 256, \"rank\": 5080, \"rankvar\": 4582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3561, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4166, \"group\": [256.0, 51.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCCTTTCTC\", \"ini\": 27, \"clust\": 254, \"rank\": 5098, \"rankvar\": 3946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3562, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4167, \"group\": [254.0, 51.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGCTGAA\", \"ini\": 26, \"clust\": 638, \"rank\": 5186, \"rankvar\": 4851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3950, \"group\": [638.0, 116.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGCATCATC\", \"ini\": 25, \"clust\": 381, \"rank\": 5091, \"rankvar\": 4336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3564, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4287, \"group\": [378.0, 67.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCACGAAATA\", \"ini\": 24, \"clust\": 268, \"rank\": 5074, \"rankvar\": 3651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3565, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4168, \"group\": [263.0, 51.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGTAT\", \"ini\": 23, \"clust\": 239, \"rank\": 5118, \"rankvar\": 4359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3566, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4169, \"group\": [240.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCCTGACT\", \"ini\": 22, \"clust\": 441, \"rank\": 5140, \"rankvar\": 1576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3567, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4247, \"group\": [438.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGATAGCAT\", \"ini\": 21, \"clust\": 225, \"rank\": 5135, \"rankvar\": 4852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3568, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4170, \"group\": [223.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGATGGGTC\", \"ini\": 20, \"clust\": 186, \"rank\": 5184, \"rankvar\": 4307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3569, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4171, \"group\": [187.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCATTAT\", \"ini\": 19, \"clust\": 357, \"rank\": 5059, \"rankvar\": 4376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3570, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4288, \"group\": [357.0, 66.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATCCTAGA\", \"ini\": 18, \"clust\": 230, \"rank\": 5157, \"rankvar\": 3050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3571, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4172, \"group\": [228.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCAAACTGTC\", \"ini\": 17, \"clust\": 218, \"rank\": 5116, \"rankvar\": 4230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3572, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4173, \"group\": [219.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAAGCTGGA\", \"ini\": 16, \"clust\": 269, \"rank\": 5112, \"rankvar\": 3987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3573, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4174, \"group\": [264.0, 51.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAACGCGA\", \"ini\": 15, \"clust\": 784, \"rank\": 5168, \"rankvar\": 4084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3951, \"group\": [782.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGGCAAAGA\", \"ini\": 14, \"clust\": 180, \"rank\": 5163, \"rankvar\": 4297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3575, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4175, \"group\": [178.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCAGTTGAC\", \"ini\": 13, \"clust\": 785, \"rank\": 5159, \"rankvar\": 4398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3576, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3952, \"group\": [783.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTCGAATCT\", \"ini\": 12, \"clust\": 215, \"rank\": 5156, \"rankvar\": 4433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3577, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4176, \"group\": [241.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTTCCGGCA\", \"ini\": 11, \"clust\": 387, \"rank\": 5192, \"rankvar\": 4140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3578, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4248, \"group\": [387.0, 69.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAACATC\", \"ini\": 10, \"clust\": 379, \"rank\": 5127, \"rankvar\": 3041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3579, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4289, \"group\": [379.0, 67.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCAGCTTAG\", \"ini\": 9, \"clust\": 384, \"rank\": 5150, \"rankvar\": 1545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3580, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4290, \"group\": [383.0, 67.0, 16.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTCCCTACT\", \"ini\": 8, \"clust\": 776, \"rank\": 5190, \"rankvar\": 4667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3581, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4177, \"group\": [776.0, 118.0, 21.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTATTCA\", \"ini\": 7, \"clust\": 393, \"rank\": 5194, \"rankvar\": 828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3582, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4249, \"group\": [395.0, 70.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCATACTG\", \"ini\": 6, \"clust\": 236, \"rank\": 5187, \"rankvar\": 4191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3583, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4178, \"group\": [234.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCGGTCTAA\", \"ini\": 5, \"clust\": 442, \"rank\": 5180, \"rankvar\": 3303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3584, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4250, \"group\": [439.0, 74.0, 17.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGACCAAG\", \"ini\": 4, \"clust\": 234, \"rank\": 5175, \"rankvar\": 4643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3585, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4179, \"group\": [232.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGACACG\", \"ini\": 3, \"clust\": 220, \"rank\": 5165, \"rankvar\": 4615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3586, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4180, \"group\": [218.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGGAGCGTT\", \"ini\": 2, \"clust\": 241, \"rank\": 5181, \"rankvar\": 4671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3587, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4181, \"group\": [239.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTAAATGAC\", \"ini\": 1, \"clust\": 214, \"rank\": 5189, \"rankvar\": 3653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3588, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4182, \"group\": [213.0, 50.0, 15.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}]}}, {\"N_row_sum\": 10, \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"name\": \"CD24\", \"ini\": 10, \"clust\": 2, \"rank\": 0, \"rankvar\": 0, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD1c\", \"ini\": 9, \"clust\": 1, \"rank\": 1, \"rankvar\": 1, \"group\": [3.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD206\", \"ini\": 8, \"clust\": 6, \"rank\": 2, \"rankvar\": 2, \"group\": [9.0, 9.0, 9.0, 8.0, 6.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD19\", \"ini\": 7, \"clust\": 3, \"rank\": 3, \"rankvar\": 3, \"group\": [2.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD123\", \"ini\": 6, \"clust\": 7, \"rank\": 4, \"rankvar\": 4, \"group\": [8.0, 8.0, 8.0, 7.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD141\", \"ini\": 5, \"clust\": 8, \"rank\": 5, \"rankvar\": 5, \"group\": [6.0, 6.0, 6.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD56\", \"ini\": 4, \"clust\": 4, \"rank\": 9, \"rankvar\": 6, \"group\": [4.0, 4.0, 4.0, 4.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD66b\", \"ini\": 3, \"clust\": 5, \"rank\": 6, \"rankvar\": 7, \"group\": [5.0, 5.0, 5.0, 5.0, 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"HLADR\", \"ini\": 2, \"clust\": 9, \"rank\": 7, \"rankvar\": 8, \"group\": [7.0, 7.0, 7.0, 6.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD3\", \"ini\": 1, \"clust\": 0, \"rank\": 8, \"rankvar\": 9, \"group\": [10.0, 10.0, 10.0, 9.0, 7.0, 6.0, 3.0, 2.0, 2.0, 2.0, 1.0]}], \"col_nodes\": [{\"name\": \"GCATGCGTCCATGAGT\", \"ini\": 5232, \"clust\": 4516, \"rank\": 25, \"rankvar\": 4156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3589, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5025, \"group\": [4514.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCTA\", \"ini\": 5231, \"clust\": 3862, \"rank\": 75, \"rankvar\": 257, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3590, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2250, \"group\": [3865.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGTCCGTAT\", \"ini\": 5230, \"clust\": 3950, \"rank\": 57, \"rankvar\": 4066, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3591, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 256, \"group\": [3950.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTCCAACC\", \"ini\": 5229, \"clust\": 4887, \"rank\": 285, \"rankvar\": 809, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3592, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4327, \"group\": [4886.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGCTGTTCA\", \"ini\": 5228, \"clust\": 64, \"rank\": 433, \"rankvar\": 4926, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3593, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 0, \"group\": [63.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCACATAGC\", \"ini\": 5227, \"clust\": 3909, \"rank\": 89, \"rankvar\": 193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3594, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2251, \"group\": [3910.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCTCTTTCCTC\", \"ini\": 5226, \"clust\": 13, \"rank\": 728, \"rankvar\": 4473, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3595, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 1, \"group\": [14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGTAGC\", \"ini\": 5225, \"clust\": 3938, \"rank\": 22, \"rankvar\": 3935, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3596, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2252, \"group\": [3937.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACAGTACACT\", \"ini\": 5224, \"clust\": 3860, \"rank\": 114, \"rankvar\": 282, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 257, \"group\": [3859.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGGACGAAA\", \"ini\": 5223, \"clust\": 3990, \"rank\": 272, \"rankvar\": 3208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 258, \"group\": [3991.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATGGAGC\", \"ini\": 5222, \"clust\": 4994, \"rank\": 896, \"rankvar\": 859, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4328, \"group\": [4994.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGGGATACC\", \"ini\": 5221, \"clust\": 3910, \"rank\": 66, \"rankvar\": 667, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3600, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2253, \"group\": [3911.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGAGGTG\", \"ini\": 5220, \"clust\": 4886, \"rank\": 442, \"rankvar\": 1875, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3601, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4329, \"group\": [4888.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGGCCCGTT\", \"ini\": 5219, \"clust\": 4575, \"rank\": 571, \"rankvar\": 168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3602, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4330, \"group\": [4575.0, 781.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCAGGCCCA\", \"ini\": 5218, \"clust\": 837, \"rank\": 914, \"rankvar\": 5228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3603, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5141, \"group\": [835.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTGACTCAT\", \"ini\": 5217, \"clust\": 4854, \"rank\": 579, \"rankvar\": 2032, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4331, \"group\": [4854.0, 862.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTTTACGT\", \"ini\": 5216, \"clust\": 3858, \"rank\": 87, \"rankvar\": 445, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3605, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2254, \"group\": [3862.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATGACCT\", \"ini\": 5215, \"clust\": 3770, \"rank\": 121, \"rankvar\": 112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2255, \"group\": [3771.0, 584.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACAGACC\", \"ini\": 5214, \"clust\": 5104, \"rank\": 564, \"rankvar\": 74, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3607, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4332, \"group\": [5102.0, 872.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATTCGCACTCT\", \"ini\": 5213, \"clust\": 3731, \"rank\": 243, \"rankvar\": 620, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3608, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2256, \"group\": [3730.0, 582.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGCCACCTG\", \"ini\": 5212, \"clust\": 3926, \"rank\": 69, \"rankvar\": 3602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3609, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2257, \"group\": [3928.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGTTTA\", \"ini\": 5211, \"clust\": 3836, \"rank\": 88, \"rankvar\": 1203, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3610, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2258, \"group\": [3837.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACTTAAGC\", \"ini\": 5210, \"clust\": 3231, \"rank\": 395, \"rankvar\": 1514, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3611, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2259, \"group\": [3232.0, 557.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTAGAGTGAGA\", \"ini\": 5209, \"clust\": 4707, \"rank\": 1176, \"rankvar\": 2559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3612, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4333, \"group\": [4708.0, 838.0, 168.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTGCCTG\", \"ini\": 5208, \"clust\": 3838, \"rank\": 129, \"rankvar\": 435, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3613, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2260, \"group\": [3839.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGCTAAACA\", \"ini\": 5207, \"clust\": 838, \"rank\": 1608, \"rankvar\": 5208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3614, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5142, \"group\": [836.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGAGTAAGG\", \"ini\": 5206, \"clust\": 841, \"rank\": 1704, \"rankvar\": 5019, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3615, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5143, \"group\": [839.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGTAGCCA\", \"ini\": 5205, \"clust\": 5004, \"rank\": 85, \"rankvar\": 2096, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3616, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4334, \"group\": [5005.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCAGACACTT\", \"ini\": 5204, \"clust\": 842, \"rank\": 2586, \"rankvar\": 5174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3617, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5144, \"group\": [840.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGAGAACG\", \"ini\": 5203, \"clust\": 2566, \"rank\": 1135, \"rankvar\": 2003, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3618, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4291, \"group\": [2570.0, 473.0, 93.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAATCGAAA\", \"ini\": 5202, \"clust\": 3771, \"rank\": 787, \"rankvar\": 1, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3619, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2261, \"group\": [3772.0, 584.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCCAGTATG\", \"ini\": 5201, \"clust\": 3392, \"rank\": 603, \"rankvar\": 55, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3620, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4335, \"group\": [3396.0, 576.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTTCCAGTATG\", \"ini\": 5200, \"clust\": 4876, \"rank\": 396, \"rankvar\": 410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3621, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4336, \"group\": [4876.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCCTCATTA\", \"ini\": 5199, \"clust\": 3863, \"rank\": 82, \"rankvar\": 524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3622, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4337, \"group\": [3863.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTGAGTGT\", \"ini\": 5198, \"clust\": 3243, \"rank\": 832, \"rankvar\": 730, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 259, \"group\": [3244.0, 558.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCACGACTA\", \"ini\": 5197, \"clust\": 3321, \"rank\": 273, \"rankvar\": 1789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 260, \"group\": [3323.0, 567.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGTTCGATC\", \"ini\": 5196, \"clust\": 4499, \"rank\": 1169, \"rankvar\": 267, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4338, \"group\": [4499.0, 775.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCGTGGGAA\", \"ini\": 5195, \"clust\": 4039, \"rank\": 423, \"rankvar\": 1332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2262, \"group\": [4040.0, 598.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTGTCAATC\", \"ini\": 5194, \"clust\": 839, \"rank\": 2627, \"rankvar\": 4989, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3627, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5145, \"group\": [837.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAATCAGAA\", \"ini\": 5193, \"clust\": 4407, \"rank\": 672, \"rankvar\": 2397, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3628, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4339, \"group\": [4407.0, 752.0, 150.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTCAGAAGC\", \"ini\": 5192, \"clust\": 3837, \"rank\": 128, \"rankvar\": 314, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3629, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 261, \"group\": [3838.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGAGAGCTC\", \"ini\": 5191, \"clust\": 3794, \"rank\": 151, \"rankvar\": 2469, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3630, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2263, \"group\": [3795.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAGGAACGT\", \"ini\": 5190, \"clust\": 3324, \"rank\": 1837, \"rankvar\": 2081, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3631, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4292, \"group\": [3325.0, 568.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTTCTGAAC\", \"ini\": 5189, \"clust\": 3797, \"rank\": 215, \"rankvar\": 767, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3632, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2264, \"group\": [3797.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAAAGGTGC\", \"ini\": 5188, \"clust\": 5200, \"rank\": 987, \"rankvar\": 4017, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3633, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4340, \"group\": [5203.0, 897.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTGGTATG\", \"ini\": 5187, \"clust\": 4977, \"rank\": 452, \"rankvar\": 4, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3634, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2265, \"group\": [4976.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTTCTGAAC\", \"ini\": 5186, \"clust\": 4991, \"rank\": 747, \"rankvar\": 637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3635, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4341, \"group\": [4991.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTGTCTAT\", \"ini\": 5185, \"clust\": 4043, \"rank\": 569, \"rankvar\": 674, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3636, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2266, \"group\": [4044.0, 599.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTCGAATCT\", \"ini\": 5184, \"clust\": 5210, \"rank\": 484, \"rankvar\": 3434, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3637, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4342, \"group\": [5209.0, 898.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGAATCCA\", \"ini\": 5183, \"clust\": 5209, \"rank\": 380, \"rankvar\": 2555, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3638, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4343, \"group\": [5211.0, 898.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTCACAAGG\", \"ini\": 5182, \"clust\": 3056, \"rank\": 446, \"rankvar\": 2712, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3639, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 262, \"group\": [3057.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCTAACTTC\", \"ini\": 5181, \"clust\": 5100, \"rank\": 1334, \"rankvar\": 996, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3640, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4344, \"group\": [5107.0, 872.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAGTCAGAG\", \"ini\": 5180, \"clust\": 994, \"rank\": 482, \"rankvar\": 4694, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3641, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4345, \"group\": [1006.0, 183.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACTTATC\", \"ini\": 5179, \"clust\": 5027, \"rank\": 175, \"rankvar\": 249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3642, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4346, \"group\": [5029.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCAAGGTAA\", \"ini\": 5178, \"clust\": 5024, \"rank\": 163, \"rankvar\": 707, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3643, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4347, \"group\": [5024.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTACCGGCT\", \"ini\": 5177, \"clust\": 4813, \"rank\": 784, \"rankvar\": 721, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3644, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4348, \"group\": [4816.0, 858.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAGTCGGCACT\", \"ini\": 5176, \"clust\": 5181, \"rank\": 726, \"rankvar\": 2691, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3645, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4349, \"group\": [5180.0, 890.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATCGTCGG\", \"ini\": 5175, \"clust\": 5182, \"rank\": 1097, \"rankvar\": 2967, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3646, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4350, \"group\": [5181.0, 890.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTGACGTT\", \"ini\": 5174, \"clust\": 4877, \"rank\": 610, \"rankvar\": 195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3647, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4351, \"group\": [4877.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGGTTAAC\", \"ini\": 5173, \"clust\": 5033, \"rank\": 860, \"rankvar\": 108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3648, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4352, \"group\": [5035.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTTCGGCAC\", \"ini\": 5172, \"clust\": 3385, \"rank\": 673, \"rankvar\": 333, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3649, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2267, \"group\": [3387.0, 575.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGTCGTACT\", \"ini\": 5171, \"clust\": 4409, \"rank\": 1758, \"rankvar\": 1709, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3650, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4353, \"group\": [4409.0, 752.0, 150.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCGAATCCA\", \"ini\": 5170, \"clust\": 5084, \"rank\": 498, \"rankvar\": 95, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3651, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4354, \"group\": [5083.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATACGCTA\", \"ini\": 5169, \"clust\": 4900, \"rank\": 1088, \"rankvar\": 1585, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3652, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2268, \"group\": [4901.0, 866.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCCGTC\", \"ini\": 5168, \"clust\": 3784, \"rank\": 265, \"rankvar\": 1722, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3653, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2269, \"group\": [3783.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACAAGACACG\", \"ini\": 5167, \"clust\": 3834, \"rank\": 322, \"rankvar\": 278, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 263, \"group\": [3835.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTCCAGTTA\", \"ini\": 5166, \"clust\": 4542, \"rank\": 656, \"rankvar\": 12, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3655, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4355, \"group\": [4545.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTATCAGTGCAT\", \"ini\": 5165, \"clust\": 5095, \"rank\": 373, \"rankvar\": 803, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3656, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4356, \"group\": [5096.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCATCTACCTGC\", \"ini\": 5164, \"clust\": 5013, \"rank\": 247, \"rankvar\": 1044, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3657, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4357, \"group\": [5014.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGTACGCCC\", \"ini\": 5163, \"clust\": 3778, \"rank\": 336, \"rankvar\": 2453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3658, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2270, \"group\": [3779.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGTAAACT\", \"ini\": 5162, \"clust\": 5171, \"rank\": 926, \"rankvar\": 1549, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4358, \"group\": [5172.0, 887.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGTGTGGT\", \"ini\": 5161, \"clust\": 3234, \"rank\": 717, \"rankvar\": 2313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3660, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4293, \"group\": [3234.0, 557.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTATA\", \"ini\": 5160, \"clust\": 3796, \"rank\": 153, \"rankvar\": 4112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 264, \"group\": [3801.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACATGCAACT\", \"ini\": 5159, \"clust\": 3802, \"rank\": 135, \"rankvar\": 1849, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3662, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2271, \"group\": [3802.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCACCGGGT\", \"ini\": 5158, \"clust\": 5096, \"rank\": 778, \"rankvar\": 423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3663, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4359, \"group\": [5097.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGATGGGTC\", \"ini\": 5157, \"clust\": 3839, \"rank\": 119, \"rankvar\": 2257, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3664, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2272, \"group\": [3840.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTATGGTTC\", \"ini\": 5156, \"clust\": 4935, \"rank\": 1354, \"rankvar\": 1013, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3665, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4360, \"group\": [4935.0, 868.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTATCGAA\", \"ini\": 5155, \"clust\": 2439, \"rank\": 1000, \"rankvar\": 4121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3666, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 265, \"group\": [2440.0, 439.0, 86.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCATGAGT\", \"ini\": 5154, \"clust\": 4401, \"rank\": 1541, \"rankvar\": 751, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3667, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4361, \"group\": [4399.0, 749.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGCTATCT\", \"ini\": 5153, \"clust\": 141, \"rank\": 2324, \"rankvar\": 4578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3668, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 2, \"group\": [141.0, 30.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGGTTACCT\", \"ini\": 5152, \"clust\": 61, \"rank\": 2563, \"rankvar\": 4207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3669, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 3, \"group\": [60.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCACCCATGG\", \"ini\": 5151, \"clust\": 3791, \"rank\": 346, \"rankvar\": 484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3670, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 266, \"group\": [3794.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGGTGTAG\", \"ini\": 5150, \"clust\": 3774, \"rank\": 293, \"rankvar\": 1311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3671, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2273, \"group\": [3778.0, 584.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCCCAGGTG\", \"ini\": 5149, \"clust\": 3813, \"rank\": 709, \"rankvar\": 760, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3672, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2274, \"group\": [3814.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGTATGCT\", \"ini\": 5148, \"clust\": 3348, \"rank\": 615, \"rankvar\": 1113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3673, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 267, \"group\": [3346.0, 571.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTTAAGAAC\", \"ini\": 5147, \"clust\": 3799, \"rank\": 104, \"rankvar\": 3720, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3674, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2275, \"group\": [3799.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCATGTCGAT\", \"ini\": 5146, \"clust\": 4046, \"rank\": 1228, \"rankvar\": 2212, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3675, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2276, \"group\": [4046.0, 600.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCATAGAAAC\", \"ini\": 5145, \"clust\": 3467, \"rank\": 470, \"rankvar\": 2873, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 268, \"group\": [3470.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGCACCGCT\", \"ini\": 5144, \"clust\": 4969, \"rank\": 681, \"rankvar\": 2083, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3677, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2277, \"group\": [4972.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTCTCTCGT\", \"ini\": 5143, \"clust\": 3452, \"rank\": 930, \"rankvar\": 343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 269, \"group\": [3453.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAAGAAAGG\", \"ini\": 5142, \"clust\": 4976, \"rank\": 389, \"rankvar\": 105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3679, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4362, \"group\": [4978.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGGCATGGT\", \"ini\": 5141, \"clust\": 4708, \"rank\": 561, \"rankvar\": 1504, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3680, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4363, \"group\": [4709.0, 838.0, 168.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGGTCATCT\", \"ini\": 5140, \"clust\": 836, \"rank\": 1819, \"rankvar\": 4728, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3681, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5146, \"group\": [841.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAAT\", \"ini\": 5139, \"clust\": 4037, \"rank\": 1405, \"rankvar\": 58, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3682, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4294, \"group\": [4038.0, 598.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCAGCGC\", \"ini\": 5138, \"clust\": 2820, \"rank\": 1524, \"rankvar\": 1081, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3683, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4295, \"group\": [2820.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAATCTCC\", \"ini\": 5137, \"clust\": 4902, \"rank\": 1227, \"rankvar\": 476, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3684, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2278, \"group\": [4903.0, 866.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTTCCACGG\", \"ini\": 5136, \"clust\": 3725, \"rank\": 1022, \"rankvar\": 1181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3685, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 270, \"group\": [3726.0, 582.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGCTGGCT\", \"ini\": 5135, \"clust\": 5036, \"rank\": 712, \"rankvar\": 205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3686, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5026, \"group\": [5037.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGGCCCTTG\", \"ini\": 5134, \"clust\": 3209, \"rank\": 1349, \"rankvar\": 605, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3687, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4296, \"group\": [3210.0, 554.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCCTTTACA\", \"ini\": 5133, \"clust\": 5162, \"rank\": 955, \"rankvar\": 1029, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3688, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4364, \"group\": [5163.0, 883.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCTCCCTGA\", \"ini\": 5132, \"clust\": 4772, \"rank\": 1244, \"rankvar\": 1128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3689, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4365, \"group\": [4771.0, 853.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGTTGG\", \"ini\": 5131, \"clust\": 3624, \"rank\": 487, \"rankvar\": 908, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3690, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2279, \"group\": [3625.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGAAGCA\", \"ini\": 5130, \"clust\": 3795, \"rank\": 170, \"rankvar\": 2780, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3691, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2280, \"group\": [3796.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCTGGTCG\", \"ini\": 5129, \"clust\": 17, \"rank\": 455, \"rankvar\": 4984, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3692, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5027, \"group\": [18.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCAAAGACA\", \"ini\": 5128, \"clust\": 5099, \"rank\": 1635, \"rankvar\": 280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3693, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4366, \"group\": [5108.0, 873.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCTCCGAAGAG\", \"ini\": 5127, \"clust\": 2935, \"rank\": 765, \"rankvar\": 1092, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2281, \"group\": [2940.0, 531.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCAGCACAT\", \"ini\": 5126, \"clust\": 11, \"rank\": 181, \"rankvar\": 4217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3695, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5028, \"group\": [11.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCAGGTCCAC\", \"ini\": 5125, \"clust\": 2950, \"rank\": 499, \"rankvar\": 3708, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2282, \"group\": [2951.0, 531.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGTGCAT\", \"ini\": 5124, \"clust\": 3681, \"rank\": 300, \"rankvar\": 2563, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2283, \"group\": [3684.0, 580.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCAAGTAGTA\", \"ini\": 5123, \"clust\": 2538, \"rank\": 772, \"rankvar\": 2914, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 271, \"group\": [2538.0, 465.0, 92.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCTGTCTA\", \"ini\": 5122, \"clust\": 831, \"rank\": 3083, \"rankvar\": 5043, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3699, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5147, \"group\": [830.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTGCGCTTG\", \"ini\": 5121, \"clust\": 3294, \"rank\": 998, \"rankvar\": 3045, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3700, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4297, \"group\": [3298.0, 564.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGATGTT\", \"ini\": 5120, \"clust\": 5160, \"rank\": 928, \"rankvar\": 2177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3701, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4367, \"group\": [5160.0, 883.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACTTACGA\", \"ini\": 5119, \"clust\": 4930, \"rank\": 820, \"rankvar\": 220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3702, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 272, \"group\": [4937.0, 868.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCAGCTGTAT\", \"ini\": 5118, \"clust\": 5111, \"rank\": 965, \"rankvar\": 42, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3703, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4368, \"group\": [5112.0, 875.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGCTCAACT\", \"ini\": 5117, \"clust\": 5199, \"rank\": 1165, \"rankvar\": 3958, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3704, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4369, \"group\": [5204.0, 897.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCAACGG\", \"ini\": 5116, \"clust\": 3322, \"rank\": 386, \"rankvar\": 4049, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 273, \"group\": [3321.0, 567.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTTAAGATG\", \"ini\": 5115, \"clust\": 3349, \"rank\": 296, \"rankvar\": 2809, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3706, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2284, \"group\": [3347.0, 571.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTGTATGGG\", \"ini\": 5114, \"clust\": 4040, \"rank\": 880, \"rankvar\": 1959, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3707, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2285, \"group\": [4041.0, 598.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCATACGCCG\", \"ini\": 5113, \"clust\": 3235, \"rank\": 664, \"rankvar\": 3606, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 274, \"group\": [3235.0, 557.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGCTGTCTA\", \"ini\": 5112, \"clust\": 155, \"rank\": 3013, \"rankvar\": 4832, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3709, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 4, \"group\": [152.0, 30.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCAGCTTAG\", \"ini\": 5111, \"clust\": 5083, \"rank\": 345, \"rankvar\": 44, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3710, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2286, \"group\": [5085.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGTGTCCCG\", \"ini\": 5110, \"clust\": 3916, \"rank\": 224, \"rankvar\": 3482, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3711, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2287, \"group\": [3916.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGTGACCA\", \"ini\": 5109, \"clust\": 3961, \"rank\": 1495, \"rankvar\": 301, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 275, \"group\": [3964.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAAGCCATT\", \"ini\": 5108, \"clust\": 5174, \"rank\": 867, \"rankvar\": 644, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3713, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2288, \"group\": [5174.0, 888.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGATGGGTC\", \"ini\": 5107, \"clust\": 3371, \"rank\": 259, \"rankvar\": 2735, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3714, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2289, \"group\": [3373.0, 574.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAGGCGATA\", \"ini\": 5106, \"clust\": 4636, \"rank\": 2241, \"rankvar\": 2427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3715, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4370, \"group\": [4636.0, 808.0, 161.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAACGTGG\", \"ini\": 5105, \"clust\": 4070, \"rank\": 1321, \"rankvar\": 687, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3716, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2290, \"group\": [4071.0, 608.0, 106.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCTAACTCT\", \"ini\": 5104, \"clust\": 3372, \"rank\": 574, \"rankvar\": 2033, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3717, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 276, \"group\": [3371.0, 574.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCCGCAAGC\", \"ini\": 5103, \"clust\": 15, \"rank\": 836, \"rankvar\": 4721, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3718, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5029, \"group\": [20.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGGAATCG\", \"ini\": 5102, \"clust\": 2861, \"rank\": 1614, \"rankvar\": 1171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3719, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 277, \"group\": [2862.0, 526.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGTCAAGGC\", \"ini\": 5101, \"clust\": 4859, \"rank\": 1187, \"rankvar\": 1178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3720, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4371, \"group\": [4859.0, 862.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCCATTTA\", \"ini\": 5100, \"clust\": 3302, \"rank\": 630, \"rankvar\": 2907, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3721, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2291, \"group\": [3303.0, 566.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGTCAAGGC\", \"ini\": 5099, \"clust\": 4716, \"rank\": 2332, \"rankvar\": 279, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3722, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4372, \"group\": [4724.0, 841.0, 168.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTGGTGTA\", \"ini\": 5098, \"clust\": 4781, \"rank\": 1472, \"rankvar\": 1068, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4373, \"group\": [4780.0, 854.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCCCGACTT\", \"ini\": 5097, \"clust\": 4374, \"rank\": 2471, \"rankvar\": 3086, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3724, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4374, \"group\": [4374.0, 742.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATGACGGA\", \"ini\": 5096, \"clust\": 4779, \"rank\": 1553, \"rankvar\": 461, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2292, \"group\": [4787.0, 855.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAGTTGAC\", \"ini\": 5095, \"clust\": 70, \"rank\": 2105, \"rankvar\": 4261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3726, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 5, \"group\": [69.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGGCACA\", \"ini\": 5094, \"clust\": 3949, \"rank\": 533, \"rankvar\": 866, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3727, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2293, \"group\": [3952.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACAGATTGCT\", \"ini\": 5093, \"clust\": 3729, \"rank\": 827, \"rankvar\": 188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3728, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 278, \"group\": [3733.0, 582.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATACAGCT\", \"ini\": 5092, \"clust\": 3504, \"rank\": 1190, \"rankvar\": 1291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3729, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4298, \"group\": [3511.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCTGGTA\", \"ini\": 5091, \"clust\": 5049, \"rank\": 412, \"rankvar\": 310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3730, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4375, \"group\": [5050.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGAGCGAT\", \"ini\": 5090, \"clust\": 2435, \"rank\": 1643, \"rankvar\": 1933, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3731, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 279, \"group\": [2436.0, 437.0, 85.0, 18.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGATGAGC\", \"ini\": 5089, \"clust\": 3772, \"rank\": 753, \"rankvar\": 6, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3732, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 280, \"group\": [3773.0, 584.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCTGCCCTA\", \"ini\": 5088, \"clust\": 4660, \"rank\": 1110, \"rankvar\": 1320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3733, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4376, \"group\": [4659.0, 817.0, 163.0, 36.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGCAACGGT\", \"ini\": 5087, \"clust\": 826, \"rank\": 2932, \"rankvar\": 5128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3734, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5148, \"group\": [826.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAATCTCC\", \"ini\": 5086, \"clust\": 4653, \"rank\": 2134, \"rankvar\": 1699, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3735, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4377, \"group\": [4656.0, 815.0, 162.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTCATTTGCCC\", \"ini\": 5085, \"clust\": 3455, \"rank\": 1051, \"rankvar\": 31, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3736, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 281, \"group\": [3458.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGATGGAA\", \"ini\": 5084, \"clust\": 2743, \"rank\": 297, \"rankvar\": 321, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3737, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2294, \"group\": [2746.0, 511.0, 99.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGACAGACC\", \"ini\": 5083, \"clust\": 4050, \"rank\": 1096, \"rankvar\": 1926, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3738, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4378, \"group\": [4054.0, 602.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATTATCTC\", \"ini\": 5082, \"clust\": 4379, \"rank\": 2451, \"rankvar\": 2125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3739, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4379, \"group\": [4377.0, 743.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATTAACCG\", \"ini\": 5081, \"clust\": 2763, \"rank\": 1103, \"rankvar\": 2160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3740, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2295, \"group\": [2762.0, 514.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGTCGCCGT\", \"ini\": 5080, \"clust\": 20, \"rank\": 760, \"rankvar\": 4069, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3741, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5030, \"group\": [21.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGACGTAG\", \"ini\": 5079, \"clust\": 3647, \"rank\": 1292, \"rankvar\": 500, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3742, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2296, \"group\": [3651.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTCCTATA\", \"ini\": 5078, \"clust\": 3956, \"rank\": 646, \"rankvar\": 273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3743, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2297, \"group\": [3957.0, 586.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACACAAGTAA\", \"ini\": 5077, \"clust\": 5148, \"rank\": 1193, \"rankvar\": 2304, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3744, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4380, \"group\": [5150.0, 882.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTGGTGTA\", \"ini\": 5076, \"clust\": 4712, \"rank\": 1352, \"rankvar\": 2817, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3745, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4381, \"group\": [4713.0, 840.0, 168.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGACAGCT\", \"ini\": 5075, \"clust\": 3980, \"rank\": 1551, \"rankvar\": 137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3746, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4299, \"group\": [3980.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTAGAGGTACC\", \"ini\": 5074, \"clust\": 5175, \"rank\": 1048, \"rankvar\": 424, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3747, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4300, \"group\": [5175.0, 888.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCACGACTA\", \"ini\": 5073, \"clust\": 2863, \"rank\": 957, \"rankvar\": 1011, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3748, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2298, \"group\": [2864.0, 527.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCATCCGTGG\", \"ini\": 5072, \"clust\": 3847, \"rank\": 502, \"rankvar\": 3234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3749, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2299, \"group\": [3850.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTTCGCACTCT\", \"ini\": 5071, \"clust\": 5172, \"rank\": 731, \"rankvar\": 3364, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3750, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4382, \"group\": [5173.0, 887.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCCCTTGT\", \"ini\": 5070, \"clust\": 3694, \"rank\": 967, \"rankvar\": 1137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3751, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2300, \"group\": [3696.0, 580.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGGTCCAC\", \"ini\": 5069, \"clust\": 3448, \"rank\": 689, \"rankvar\": 478, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3752, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2301, \"group\": [3449.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACTCTTA\", \"ini\": 5068, \"clust\": 5041, \"rank\": 1378, \"rankvar\": 774, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3753, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4383, \"group\": [5041.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAATCCGAT\", \"ini\": 5067, \"clust\": 2433, \"rank\": 1632, \"rankvar\": 2110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3754, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4301, \"group\": [2432.0, 436.0, 85.0, 18.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCCACGACG\", \"ini\": 5066, \"clust\": 840, \"rank\": 2957, \"rankvar\": 5149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3755, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5149, \"group\": [838.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGAAGCA\", \"ini\": 5065, \"clust\": 993, \"rank\": 2311, \"rankvar\": 3993, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3756, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4384, \"group\": [1007.0, 184.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCACCACGTG\", \"ini\": 5064, \"clust\": 2274, \"rank\": 968, \"rankvar\": 2447, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 282, \"group\": [2275.0, 386.0, 75.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGGTA\", \"ini\": 5063, \"clust\": 3469, \"rank\": 794, \"rankvar\": 589, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 283, \"group\": [3467.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCATGTCTT\", \"ini\": 5062, \"clust\": 4844, \"rank\": 602, \"rankvar\": 2366, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3759, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4385, \"group\": [4844.0, 860.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTTACGGG\", \"ini\": 5061, \"clust\": 5109, \"rank\": 1345, \"rankvar\": 25, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 284, \"group\": [5109.0, 874.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTCTACCTC\", \"ini\": 5060, \"clust\": 5188, \"rank\": 1312, \"rankvar\": 3226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3761, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4386, \"group\": [5188.0, 891.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATGTTCCAACA\", \"ini\": 5059, \"clust\": 3451, \"rank\": 1301, \"rankvar\": 21, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3762, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 285, \"group\": [3454.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTAGCTCCG\", \"ini\": 5058, \"clust\": 4845, \"rank\": 996, \"rankvar\": 1325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3763, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4387, \"group\": [4845.0, 860.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAACAACA\", \"ini\": 5057, \"clust\": 3559, \"rank\": 612, \"rankvar\": 1900, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 286, \"group\": [3560.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTTCTCG\", \"ini\": 5056, \"clust\": 817, \"rank\": 3090, \"rankvar\": 4096, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5150, \"group\": [820.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAATGAAAC\", \"ini\": 5055, \"clust\": 835, \"rank\": 3119, \"rankvar\": 4970, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3766, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5151, \"group\": [842.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCGCCTA\", \"ini\": 5054, \"clust\": 3727, \"rank\": 1247, \"rankvar\": 925, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3767, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2302, \"group\": [3728.0, 582.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAGGGTACA\", \"ini\": 5053, \"clust\": 3008, \"rank\": 1063, \"rankvar\": 2338, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 287, \"group\": [3007.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTCTTCTCG\", \"ini\": 5052, \"clust\": 2912, \"rank\": 1367, \"rankvar\": 98, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 288, \"group\": [2913.0, 529.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCCATCGTCGG\", \"ini\": 5051, \"clust\": 4576, \"rank\": 376, \"rankvar\": 2080, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3770, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5031, \"group\": [4576.0, 781.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTGTACATGTC\", \"ini\": 5050, \"clust\": 5178, \"rank\": 1343, \"rankvar\": 4079, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3771, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4388, \"group\": [5177.0, 889.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCAGCTAT\", \"ini\": 5049, \"clust\": 5197, \"rank\": 1648, \"rankvar\": 2961, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3772, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4389, \"group\": [5198.0, 896.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTACGACCC\", \"ini\": 5048, \"clust\": 3350, \"rank\": 1703, \"rankvar\": 1136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3773, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 289, \"group\": [3351.0, 571.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCGGCATCG\", \"ini\": 5047, \"clust\": 42, \"rank\": 2536, \"rankvar\": 4753, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3774, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 6, \"group\": [43.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTGTGGCC\", \"ini\": 5046, \"clust\": 3307, \"rank\": 1241, \"rankvar\": 563, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3775, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2303, \"group\": [3312.0, 566.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCAACACCA\", \"ini\": 5045, \"clust\": 3390, \"rank\": 1233, \"rankvar\": 232, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3776, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2304, \"group\": [3390.0, 575.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACACATGACT\", \"ini\": 5044, \"clust\": 4072, \"rank\": 622, \"rankvar\": 4063, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3777, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4390, \"group\": [4076.0, 610.0, 106.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCATCCGCGA\", \"ini\": 5043, \"clust\": 4883, \"rank\": 1137, \"rankvar\": 243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3778, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4391, \"group\": [4884.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTAGGC\", \"ini\": 5042, \"clust\": 5173, \"rank\": 979, \"rankvar\": 1606, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3779, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4392, \"group\": [5176.0, 888.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAGGGCATA\", \"ini\": 5041, \"clust\": 5206, \"rank\": 1413, \"rankvar\": 3531, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3780, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4393, \"group\": [5207.0, 898.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGATGCCTT\", \"ini\": 5040, \"clust\": 3735, \"rank\": 440, \"rankvar\": 3726, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3781, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2305, \"group\": [3738.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTCCACAA\", \"ini\": 5039, \"clust\": 2268, \"rank\": 2216, \"rankvar\": 1222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3782, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4302, \"group\": [2269.0, 383.0, 74.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAAGCGATG\", \"ini\": 5038, \"clust\": 2762, \"rank\": 557, \"rankvar\": 4427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3783, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 290, \"group\": [2764.0, 514.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGACACTAA\", \"ini\": 5037, \"clust\": 2768, \"rank\": 952, \"rankvar\": 2479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3784, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4303, \"group\": [2768.0, 515.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTAGAGTC\", \"ini\": 5036, \"clust\": 833, \"rank\": 3369, \"rankvar\": 4957, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3785, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5152, \"group\": [832.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATATGCTG\", \"ini\": 5035, \"clust\": 3272, \"rank\": 2231, \"rankvar\": 2845, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 291, \"group\": [3275.0, 562.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTCGTACT\", \"ini\": 5034, \"clust\": 2202, \"rank\": 2591, \"rankvar\": 2730, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3787, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4304, \"group\": [2203.0, 361.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGAGGGTCGAT\", \"ini\": 5033, \"clust\": 3237, \"rank\": 1358, \"rankvar\": 285, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3788, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2306, \"group\": [3237.0, 557.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACATATACCG\", \"ini\": 5032, \"clust\": 5195, \"rank\": 1572, \"rankvar\": 2504, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3789, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4394, \"group\": [5196.0, 895.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTACAGTGG\", \"ini\": 5031, \"clust\": 2759, \"rank\": 2405, \"rankvar\": 2255, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3790, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 292, \"group\": [2760.0, 514.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACGCGAAA\", \"ini\": 5030, \"clust\": 3453, \"rank\": 757, \"rankvar\": 140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3791, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2307, \"group\": [3451.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCACATAGC\", \"ini\": 5029, \"clust\": 843, \"rank\": 2780, \"rankvar\": 4821, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3792, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5153, \"group\": [844.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACAGCCACCA\", \"ini\": 5028, \"clust\": 4832, \"rank\": 1462, \"rankvar\": 340, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3793, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4395, \"group\": [4833.0, 859.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTGACGGTA\", \"ini\": 5027, \"clust\": 830, \"rank\": 3325, \"rankvar\": 5021, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3794, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5154, \"group\": [834.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGGCA\", \"ini\": 5026, \"clust\": 3456, \"rank\": 1173, \"rankvar\": 580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3795, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2308, \"group\": [3456.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGTGCC\", \"ini\": 5025, \"clust\": 4861, \"rank\": 1612, \"rankvar\": 944, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3796, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4396, \"group\": [4865.0, 864.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGACAGGCT\", \"ini\": 5024, \"clust\": 5043, \"rank\": 675, \"rankvar\": 2360, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3797, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4397, \"group\": [5043.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTAAAGTCA\", \"ini\": 5023, \"clust\": 3459, \"rank\": 1020, \"rankvar\": 978, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3798, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 293, \"group\": [3459.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGTCGATT\", \"ini\": 5022, \"clust\": 2571, \"rank\": 2701, \"rankvar\": 2403, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 294, \"group\": [2571.0, 474.0, 94.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCGGCATC\", \"ini\": 5021, \"clust\": 3815, \"rank\": 1044, \"rankvar\": 13, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3800, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2309, \"group\": [3816.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAGTACATCCA\", \"ini\": 5020, \"clust\": 3300, \"rank\": 1040, \"rankvar\": 3128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3801, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 295, \"group\": [3301.0, 565.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACAGTCAGAG\", \"ini\": 5019, \"clust\": 3305, \"rank\": 834, \"rankvar\": 792, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3802, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 296, \"group\": [3305.0, 566.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAAGTCATC\", \"ini\": 5018, \"clust\": 3633, \"rank\": 1007, \"rankvar\": 2036, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2310, \"group\": [3634.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTTTGGCGC\", \"ini\": 5017, \"clust\": 2531, \"rank\": 2454, \"rankvar\": 646, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 297, \"group\": [2532.0, 463.0, 91.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTAATGA\", \"ini\": 5016, \"clust\": 827, \"rank\": 4081, \"rankvar\": 5200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3805, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5155, \"group\": [827.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACATTGGCGC\", \"ini\": 5015, \"clust\": 3508, \"rank\": 817, \"rankvar\": 949, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3806, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 298, \"group\": [3510.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGACAGACC\", \"ini\": 5014, \"clust\": 4284, \"rank\": 2827, \"rankvar\": 3871, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3807, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4398, \"group\": [4287.0, 704.0, 139.0, 29.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTGCAACGA\", \"ini\": 5013, \"clust\": 834, \"rank\": 3323, \"rankvar\": 5030, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3808, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5156, \"group\": [833.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCATGCCACG\", \"ini\": 5012, \"clust\": 4517, \"rank\": 367, \"rankvar\": 1002, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3809, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5032, \"group\": [4515.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAGGTTAT\", \"ini\": 5011, \"clust\": 4065, \"rank\": 1869, \"rankvar\": 1410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3810, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 299, \"group\": [4065.0, 606.0, 106.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCAACACTG\", \"ini\": 5010, \"clust\": 24, \"rank\": 2734, \"rankvar\": 557, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3811, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4305, \"group\": [25.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGCGATCC\", \"ini\": 5009, \"clust\": 995, \"rank\": 3288, \"rankvar\": 4979, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3812, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5157, \"group\": [1005.0, 182.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCTGCTGTC\", \"ini\": 5008, \"clust\": 3393, \"rank\": 169, \"rankvar\": 161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3813, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4399, \"group\": [3395.0, 576.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGGTTAAGGGC\", \"ini\": 5007, \"clust\": 3768, \"rank\": 628, \"rankvar\": 1342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3814, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2311, \"group\": [3768.0, 584.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGCTAGCC\", \"ini\": 5006, \"clust\": 4842, \"rank\": 618, \"rankvar\": 135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3815, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4400, \"group\": [4842.0, 860.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTACCGTTA\", \"ini\": 5005, \"clust\": 2441, \"rank\": 1822, \"rankvar\": 102, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3816, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2312, \"group\": [2442.0, 440.0, 86.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGTTTCCTT\", \"ini\": 5004, \"clust\": 3054, \"rank\": 1487, \"rankvar\": 39, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3817, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 300, \"group\": [3055.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGTAGCCGA\", \"ini\": 5003, \"clust\": 5106, \"rank\": 837, \"rankvar\": 693, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3818, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4401, \"group\": [5105.0, 872.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGGTTACCT\", \"ini\": 5002, \"clust\": 4436, \"rank\": 199, \"rankvar\": 4723, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3819, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2829, \"group\": [4436.0, 758.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGATGGTC\", \"ini\": 5001, \"clust\": 4074, \"rank\": 1786, \"rankvar\": 731, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 301, \"group\": [4073.0, 609.0, 106.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTAGCGCTC\", \"ini\": 5000, \"clust\": 3222, \"rank\": 408, \"rankvar\": 1814, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3821, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2313, \"group\": [3221.0, 555.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTAAACACA\", \"ini\": 4999, \"clust\": 5122, \"rank\": 1026, \"rankvar\": 2503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3822, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5033, \"group\": [5123.0, 875.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTACAGAA\", \"ini\": 4998, \"clust\": 3803, \"rank\": 589, \"rankvar\": 186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 302, \"group\": [3803.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGCCAGAA\", \"ini\": 4997, \"clust\": 3736, \"rank\": 609, \"rankvar\": 2633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 303, \"group\": [3736.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTATCAGTTCGA\", \"ini\": 4996, \"clust\": 4055, \"rank\": 2145, \"rankvar\": 631, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3825, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 304, \"group\": [4057.0, 603.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCAGCCAGAA\", \"ini\": 4995, \"clust\": 3301, \"rank\": 1434, \"rankvar\": 943, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3826, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2314, \"group\": [3302.0, 565.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTTTAGGAA\", \"ini\": 4994, \"clust\": 4097, \"rank\": 809, \"rankvar\": 1817, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3827, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2315, \"group\": [4099.0, 622.0, 110.0, 21.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCGATATG\", \"ini\": 4993, \"clust\": 5202, \"rank\": 870, \"rankvar\": 3579, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3828, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4402, \"group\": [5200.0, 897.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCGTTT\", \"ini\": 4992, \"clust\": 4954, \"rank\": 744, \"rankvar\": 1121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3829, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5034, \"group\": [4953.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGACTTGAA\", \"ini\": 4991, \"clust\": 3207, \"rank\": 1094, \"rankvar\": 2213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 305, \"group\": [3207.0, 554.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGTCACGCC\", \"ini\": 4990, \"clust\": 10, \"rank\": 357, \"rankvar\": 2956, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3831, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5035, \"group\": [13.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGAGTACAT\", \"ini\": 4989, \"clust\": 134, \"rank\": 3375, \"rankvar\": 4455, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3832, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 7, \"group\": [138.0, 30.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCAGTCCCT\", \"ini\": 4988, \"clust\": 2856, \"rank\": 1662, \"rankvar\": 91, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 306, \"group\": [2857.0, 526.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCCCAGCT\", \"ini\": 4987, \"clust\": 3442, \"rank\": 1712, \"rankvar\": 895, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 307, \"group\": [3443.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCCACCTCGGA\", \"ini\": 4986, \"clust\": 4651, \"rank\": 2361, \"rankvar\": 488, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3835, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4403, \"group\": [4651.0, 814.0, 162.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACGTGCACTTA\", \"ini\": 4985, \"clust\": 2280, \"rank\": 1968, \"rankvar\": 3080, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3836, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2316, \"group\": [2281.0, 387.0, 76.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCTGGCGTG\", \"ini\": 4984, \"clust\": 3779, \"rank\": 974, \"rankvar\": 152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3837, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2317, \"group\": [3780.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACATAGC\", \"ini\": 4983, \"clust\": 4787, \"rank\": 2214, \"rankvar\": 595, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3838, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4404, \"group\": [4791.0, 856.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTACAGTTC\", \"ini\": 4982, \"clust\": 2423, \"rank\": 1111, \"rankvar\": 1388, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3839, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4306, \"group\": [2424.0, 433.0, 85.0, 18.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCACCGTAA\", \"ini\": 4981, \"clust\": 4279, \"rank\": 2224, \"rankvar\": 4610, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3840, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4307, \"group\": [4279.0, 700.0, 137.0, 28.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCAAACCTAC\", \"ini\": 4980, \"clust\": 2515, \"rank\": 2568, \"rankvar\": 148, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3841, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4308, \"group\": [2522.0, 458.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTTCCTTC\", \"ini\": 4979, \"clust\": 3258, \"rank\": 1500, \"rankvar\": 525, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3842, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 308, \"group\": [3259.0, 560.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACAAGACG\", \"ini\": 4978, \"clust\": 281, \"rank\": 2584, \"rankvar\": 4529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3843, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 8, \"group\": [282.0, 32.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTATAGGGC\", \"ini\": 4977, \"clust\": 2914, \"rank\": 1829, \"rankvar\": 83, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3844, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 309, \"group\": [2915.0, 529.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCATGCATG\", \"ini\": 4976, \"clust\": 3644, \"rank\": 696, \"rankvar\": 2251, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3845, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2318, \"group\": [3647.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCGCATCG\", \"ini\": 4975, \"clust\": 2938, \"rank\": 830, \"rankvar\": 3198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3846, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2319, \"group\": [2938.0, 531.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTGGGATC\", \"ini\": 4974, \"clust\": 4068, \"rank\": 1963, \"rankvar\": 2952, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3847, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 310, \"group\": [4068.0, 607.0, 106.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGGCAGTA\", \"ini\": 4973, \"clust\": 4128, \"rank\": 2461, \"rankvar\": 668, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3848, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 311, \"group\": [4127.0, 638.0, 117.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCTTGTCAT\", \"ini\": 4972, \"clust\": 18, \"rank\": 1210, \"rankvar\": 5058, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3849, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5036, \"group\": [16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTAGTCCATAC\", \"ini\": 4971, \"clust\": 4410, \"rank\": 1481, \"rankvar\": 663, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3850, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4405, \"group\": [4410.0, 752.0, 150.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCGCCGTGA\", \"ini\": 4970, \"clust\": 2590, \"rank\": 1800, \"rankvar\": 685, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3851, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 312, \"group\": [2591.0, 478.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGAG\", \"ini\": 4969, \"clust\": 3951, \"rank\": 137, \"rankvar\": 2814, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3852, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5037, \"group\": [3951.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGCGAGAAA\", \"ini\": 4968, \"clust\": 5180, \"rank\": 1453, \"rankvar\": 4226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3853, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2320, \"group\": [5187.0, 890.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGGGAAACA\", \"ini\": 4967, \"clust\": 3343, \"rank\": 1460, \"rankvar\": 2764, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 313, \"group\": [3344.0, 571.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGTCTGCT\", \"ini\": 4966, \"clust\": 823, \"rank\": 3802, \"rankvar\": 5051, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3855, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5158, \"group\": [823.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGAAGGTTT\", \"ini\": 4965, \"clust\": 4733, \"rank\": 2685, \"rankvar\": 2395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3856, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4406, \"group\": [4735.0, 843.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCTTCAACT\", \"ini\": 4964, \"clust\": 828, \"rank\": 3779, \"rankvar\": 4943, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3857, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5159, \"group\": [828.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCAAGAAGT\", \"ini\": 4963, \"clust\": 3320, \"rank\": 1514, \"rankvar\": 1846, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3858, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2321, \"group\": [3324.0, 567.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGGTCCAC\", \"ini\": 4962, \"clust\": 3786, \"rank\": 1070, \"rankvar\": 2365, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3859, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2322, \"group\": [3791.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACGGTTTA\", \"ini\": 4961, \"clust\": 4658, \"rank\": 1832, \"rankvar\": 4012, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3860, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4407, \"group\": [4662.0, 817.0, 163.0, 36.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATTGGA\", \"ini\": 4960, \"clust\": 4996, \"rank\": 800, \"rankvar\": 11, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3861, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2323, \"group\": [4997.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTCTGCGGT\", \"ini\": 4959, \"clust\": 3462, \"rank\": 1224, \"rankvar\": 2667, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3862, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2324, \"group\": [3462.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGAACAT\", \"ini\": 4958, \"clust\": 4665, \"rank\": 1454, \"rankvar\": 133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3863, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2325, \"group\": [4665.0, 819.0, 163.0, 36.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCATTTA\", \"ini\": 4957, \"clust\": 3074, \"rank\": 2170, \"rankvar\": 3597, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3864, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4309, \"group\": [3077.0, 538.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACAGACGCCT\", \"ini\": 4956, \"clust\": 2368, \"rank\": 2395, \"rankvar\": 904, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3865, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 314, \"group\": [2369.0, 416.0, 81.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGATAT\", \"ini\": 4955, \"clust\": 998, \"rank\": 2006, \"rankvar\": 3322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 315, \"group\": [994.0, 181.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCCTACAGA\", \"ini\": 4954, \"clust\": 2932, \"rank\": 1117, \"rankvar\": 2757, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3867, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2326, \"group\": [2933.0, 530.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGTGACCA\", \"ini\": 4953, \"clust\": 2186, \"rank\": 2920, \"rankvar\": 498, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3868, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4310, \"group\": [2184.0, 355.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTCTCGTTC\", \"ini\": 4952, \"clust\": 3458, \"rank\": 1445, \"rankvar\": 636, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 316, \"group\": [3461.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAATCTACG\", \"ini\": 4951, \"clust\": 820, \"rank\": 3573, \"rankvar\": 4895, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3870, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5160, \"group\": [821.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATGGTTGT\", \"ini\": 4950, \"clust\": 2788, \"rank\": 2018, \"rankvar\": 1161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3871, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2327, \"group\": [2789.0, 519.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAGCACAT\", \"ini\": 4949, \"clust\": 2767, \"rank\": 1772, \"rankvar\": 496, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3872, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 317, \"group\": [2770.0, 515.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCCACGAAT\", \"ini\": 4948, \"clust\": 2303, \"rank\": 2017, \"rankvar\": 1212, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 318, \"group\": [2304.0, 396.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCCAGTAG\", \"ini\": 4947, \"clust\": 3396, \"rank\": 553, \"rankvar\": 1486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3874, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2328, \"group\": [3397.0, 577.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACATAGAAAC\", \"ini\": 4946, \"clust\": 3346, \"rank\": 1403, \"rankvar\": 306, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 319, \"group\": [3349.0, 571.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGCACCAC\", \"ini\": 4945, \"clust\": 4028, \"rank\": 1933, \"rankvar\": 1749, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3876, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2329, \"group\": [4029.0, 595.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGTCGAGTG\", \"ini\": 4944, \"clust\": 3602, \"rank\": 674, \"rankvar\": 1546, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3877, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2330, \"group\": [3603.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCAGCGACC\", \"ini\": 4943, \"clust\": 3318, \"rank\": 1623, \"rankvar\": 2152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3878, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2331, \"group\": [3319.0, 567.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAAACAC\", \"ini\": 4942, \"clust\": 2677, \"rank\": 2574, \"rankvar\": 3541, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3879, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2332, \"group\": [2681.0, 500.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTCCAGTAT\", \"ini\": 4941, \"clust\": 14, \"rank\": 698, \"rankvar\": 4302, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3880, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5038, \"group\": [15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGTGA\", \"ini\": 4940, \"clust\": 5126, \"rank\": 1616, \"rankvar\": 324, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3881, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4408, \"group\": [5127.0, 875.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTACGCCC\", \"ini\": 4939, \"clust\": 4731, \"rank\": 2654, \"rankvar\": 2475, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3882, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4409, \"group\": [4731.0, 843.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTAAGCACG\", \"ini\": 4938, \"clust\": 3386, \"rank\": 956, \"rankvar\": 1196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3883, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 320, \"group\": [3385.0, 575.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCGGAAATA\", \"ini\": 4937, \"clust\": 5212, \"rank\": 1669, \"rankvar\": 3225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3884, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2333, \"group\": [5213.0, 898.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGAATT\", \"ini\": 4936, \"clust\": 3260, \"rank\": 1826, \"rankvar\": 554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3885, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2334, \"group\": [3261.0, 560.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTTCTGCGGCA\", \"ini\": 4935, \"clust\": 19, \"rank\": 1324, \"rankvar\": 4947, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3886, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5039, \"group\": [17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACATAAAGGT\", \"ini\": 4934, \"clust\": 3245, \"rank\": 1393, \"rankvar\": 27, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3887, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 321, \"group\": [3246.0, 558.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCAGCACAT\", \"ini\": 4933, \"clust\": 3030, \"rank\": 1615, \"rankvar\": 2848, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3888, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2335, \"group\": [3029.0, 535.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGTTACGA\", \"ini\": 4932, \"clust\": 3824, \"rank\": 648, \"rankvar\": 650, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3889, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2336, \"group\": [3826.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAGATGGGT\", \"ini\": 4931, \"clust\": 2471, \"rank\": 2151, \"rankvar\": 1608, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 322, \"group\": [2470.0, 450.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTCAGATAA\", \"ini\": 4930, \"clust\": 3055, \"rank\": 1861, \"rankvar\": 9, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 323, \"group\": [3056.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCAGCTGCTG\", \"ini\": 4929, \"clust\": 2440, \"rank\": 1082, \"rankvar\": 1696, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3892, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2337, \"group\": [2441.0, 439.0, 86.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCACCTAA\", \"ini\": 4928, \"clust\": 4628, \"rank\": 2548, \"rankvar\": 4154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3893, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4410, \"group\": [4628.0, 805.0, 161.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGGTCCGT\", \"ini\": 4927, \"clust\": 2532, \"rank\": 2448, \"rankvar\": 835, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3894, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 324, \"group\": [2533.0, 463.0, 91.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGACCCT\", \"ini\": 4926, \"clust\": 3366, \"rank\": 1116, \"rankvar\": 3246, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 325, \"group\": [3370.0, 573.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTGGAGAA\", \"ini\": 4925, \"clust\": 3050, \"rank\": 1030, \"rankvar\": 1545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3896, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2338, \"group\": [3053.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGTGTGCC\", \"ini\": 4924, \"clust\": 2285, \"rank\": 1748, \"rankvar\": 797, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3897, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2339, \"group\": [2287.0, 390.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGATTGCT\", \"ini\": 4923, \"clust\": 3273, \"rank\": 1223, \"rankvar\": 4287, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3898, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2340, \"group\": [3273.0, 562.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCGCATAA\", \"ini\": 4922, \"clust\": 5176, \"rank\": 1021, \"rankvar\": 4014, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3899, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4411, \"group\": [5193.0, 893.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCGCTTGTC\", \"ini\": 4921, \"clust\": 2765, \"rank\": 1473, \"rankvar\": 2109, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3900, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 326, \"group\": [2766.0, 514.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAAATCCGT\", \"ini\": 4920, \"clust\": 5047, \"rank\": 634, \"rankvar\": 164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3901, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4412, \"group\": [5048.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTAAATGAC\", \"ini\": 4919, \"clust\": 4098, \"rank\": 2032, \"rankvar\": 431, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 327, \"group\": [4097.0, 622.0, 110.0, 21.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGACTTTCG\", \"ini\": 4918, \"clust\": 821, \"rank\": 3289, \"rankvar\": 5038, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3903, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5161, \"group\": [822.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTCGGACG\", \"ini\": 4917, \"clust\": 3200, \"rank\": 1310, \"rankvar\": 752, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 328, \"group\": [3200.0, 553.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCATGGGACA\", \"ini\": 4916, \"clust\": 234, \"rank\": 3643, \"rankvar\": 4768, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3905, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 9, \"group\": [238.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTTACAG\", \"ini\": 4915, \"clust\": 4896, \"rank\": 1383, \"rankvar\": 19, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3906, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5040, \"group\": [4897.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAATGAATG\", \"ini\": 4914, \"clust\": 4118, \"rank\": 2676, \"rankvar\": 2467, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3907, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 329, \"group\": [4118.0, 635.0, 116.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCTTGCCGT\", \"ini\": 4913, \"clust\": 2465, \"rank\": 1892, \"rankvar\": 3709, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 330, \"group\": [2473.0, 450.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGGGATA\", \"ini\": 4912, \"clust\": 4732, \"rank\": 3120, \"rankvar\": 2518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3909, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4413, \"group\": [4732.0, 843.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCTGCCCA\", \"ini\": 4911, \"clust\": 2241, \"rank\": 2892, \"rankvar\": 1269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3910, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4311, \"group\": [2244.0, 376.0, 73.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGGCTTGG\", \"ini\": 4910, \"clust\": 2425, \"rank\": 1737, \"rankvar\": 1648, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3911, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2341, \"group\": [2426.0, 434.0, 85.0, 18.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTTTGGCGC\", \"ini\": 4909, \"clust\": 2508, \"rank\": 2130, \"rankvar\": 2146, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3912, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2342, \"group\": [2511.0, 455.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGCTCAACT\", \"ini\": 4908, \"clust\": 2944, \"rank\": 529, \"rankvar\": 705, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3913, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2343, \"group\": [2945.0, 531.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCAGAGGTG\", \"ini\": 4907, \"clust\": 1001, \"rank\": 2517, \"rankvar\": 4686, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 331, \"group\": [998.0, 181.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCTTAGCCC\", \"ini\": 4906, \"clust\": 3659, \"rank\": 1694, \"rankvar\": 72, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 332, \"group\": [3659.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGATCCAT\", \"ini\": 4905, \"clust\": 2760, \"rank\": 2631, \"rankvar\": 64, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 333, \"group\": [2761.0, 514.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACAAGCCC\", \"ini\": 4904, \"clust\": 4377, \"rank\": 2190, \"rankvar\": 3068, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3917, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4414, \"group\": [4380.0, 743.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCAACCA\", \"ini\": 4903, \"clust\": 2815, \"rank\": 2069, \"rankvar\": 3295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 334, \"group\": [2816.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTAACTCT\", \"ini\": 4902, \"clust\": 4550, \"rank\": 1391, \"rankvar\": 210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3919, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 335, \"group\": [4551.0, 779.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACTACAA\", \"ini\": 4901, \"clust\": 4654, \"rank\": 1863, \"rankvar\": 1109, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3920, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4415, \"group\": [4654.0, 815.0, 162.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCAGCTGGC\", \"ini\": 4900, \"clust\": 981, \"rank\": 3228, \"rankvar\": 4872, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3921, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5162, \"group\": [983.0, 178.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGTTCGA\", \"ini\": 4899, \"clust\": 4747, \"rank\": 1900, \"rankvar\": 1666, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3922, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4416, \"group\": [4747.0, 848.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCCAACCAA\", \"ini\": 4898, \"clust\": 3216, \"rank\": 1673, \"rankvar\": 1833, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3923, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 336, \"group\": [3217.0, 555.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCGAACGGA\", \"ini\": 4897, \"clust\": 3738, \"rank\": 1649, \"rankvar\": 2126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3924, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2344, \"group\": [3739.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCGATAGC\", \"ini\": 4896, \"clust\": 3204, \"rank\": 1744, \"rankvar\": 656, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 337, \"group\": [3205.0, 554.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCGGGAGTA\", \"ini\": 4895, \"clust\": 3227, \"rank\": 388, \"rankvar\": 4051, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3926, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2345, \"group\": [3230.0, 556.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCGTCATC\", \"ini\": 4894, \"clust\": 270, \"rank\": 3483, \"rankvar\": 4120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3927, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 10, \"group\": [269.0, 32.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTAAGTGTA\", \"ini\": 4893, \"clust\": 3712, \"rank\": 1155, \"rankvar\": 1625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3928, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2346, \"group\": [3713.0, 581.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGAAATG\", \"ini\": 4892, \"clust\": 2442, \"rank\": 1735, \"rankvar\": 106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3929, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2347, \"group\": [2443.0, 441.0, 86.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAAATACAG\", \"ini\": 4891, \"clust\": 58, \"rank\": 2860, \"rankvar\": 4556, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3930, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 11, \"group\": [57.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATAGCAT\", \"ini\": 4890, \"clust\": 4588, \"rank\": 1151, \"rankvar\": 4518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3931, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2830, \"group\": [4591.0, 786.0, 156.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATATACCG\", \"ini\": 4889, \"clust\": 2448, \"rank\": 1858, \"rankvar\": 2649, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3932, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 338, \"group\": [2448.0, 444.0, 88.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGTACTTGC\", \"ini\": 4888, \"clust\": 138, \"rank\": 3346, \"rankvar\": 4899, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3933, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 12, \"group\": [157.0, 30.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTAACGA\", \"ini\": 4887, \"clust\": 5185, \"rank\": 1558, \"rankvar\": 1297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3934, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4417, \"group\": [5184.0, 890.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGTGCAAC\", \"ini\": 4886, \"clust\": 4094, \"rank\": 2256, \"rankvar\": 492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 339, \"group\": [4095.0, 621.0, 110.0, 21.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGGTTTC\", \"ini\": 4885, \"clust\": 4061, \"rank\": 2316, \"rankvar\": 0, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3936, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 340, \"group\": [4063.0, 605.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAACACTG\", \"ini\": 4884, \"clust\": 3611, \"rank\": 1208, \"rankvar\": 162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 341, \"group\": [3615.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTCGTACT\", \"ini\": 4883, \"clust\": 3519, \"rank\": 1477, \"rankvar\": 398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3938, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2348, \"group\": [3522.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAACTGGCC\", \"ini\": 4882, \"clust\": 3256, \"rank\": 1371, \"rankvar\": 1372, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2349, \"group\": [3257.0, 560.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGAGAACG\", \"ini\": 4881, \"clust\": 3353, \"rank\": 1904, \"rankvar\": 602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3940, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 342, \"group\": [3353.0, 572.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCGGGTCT\", \"ini\": 4880, \"clust\": 4581, \"rank\": 1476, \"rankvar\": 3700, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3941, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2831, \"group\": [4580.0, 782.0, 155.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTCTTGTCC\", \"ini\": 4879, \"clust\": 4661, \"rank\": 1563, \"rankvar\": 1765, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3942, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4418, \"group\": [4660.0, 817.0, 163.0, 36.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCGGAAATA\", \"ini\": 4878, \"clust\": 2596, \"rank\": 1750, \"rankvar\": 2350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 343, \"group\": [2597.0, 480.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACGAGGTA\", \"ini\": 4877, \"clust\": 3029, \"rank\": 2102, \"rankvar\": 2486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3944, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4312, \"group\": [3031.0, 535.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGCGAACA\", \"ini\": 4876, \"clust\": 3241, \"rank\": 1727, \"rankvar\": 572, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3945, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2350, \"group\": [3242.0, 558.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGGTTCGG\", \"ini\": 4875, \"clust\": 5112, \"rank\": 780, \"rankvar\": 434, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3946, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5041, \"group\": [5113.0, 875.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGTTACCT\", \"ini\": 4874, \"clust\": 4721, \"rank\": 1581, \"rankvar\": 54, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3947, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2351, \"group\": [4723.0, 841.0, 168.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTTTGC\", \"ini\": 4873, \"clust\": 4722, \"rank\": 1729, \"rankvar\": 1077, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3948, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4419, \"group\": [4721.0, 841.0, 168.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGCCTGAG\", \"ini\": 4872, \"clust\": 2324, \"rank\": 2514, \"rankvar\": 1633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 344, \"group\": [2324.0, 401.0, 78.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTAATGA\", \"ini\": 4871, \"clust\": 2961, \"rank\": 2100, \"rankvar\": 655, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3950, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4313, \"group\": [2966.0, 532.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGGCTACG\", \"ini\": 4870, \"clust\": 1022, \"rank\": 3225, \"rankvar\": 3582, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3951, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4420, \"group\": [1026.0, 193.0, 43.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTTGGGCC\", \"ini\": 4869, \"clust\": 2306, \"rank\": 2322, \"rankvar\": 471, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3952, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 345, \"group\": [2306.0, 397.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGCCCAATT\", \"ini\": 4868, \"clust\": 2196, \"rank\": 2865, \"rankvar\": 30, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3953, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2352, \"group\": [2197.0, 359.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGGGTGT\", \"ini\": 4867, \"clust\": 2675, \"rank\": 2065, \"rankvar\": 1457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3954, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2353, \"group\": [2676.0, 500.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCATGGTCA\", \"ini\": 4866, \"clust\": 4069, \"rank\": 2435, \"rankvar\": 1822, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3955, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 346, \"group\": [4069.0, 607.0, 106.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAAGGTTCT\", \"ini\": 4865, \"clust\": 4048, \"rank\": 1834, \"rankvar\": 2013, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3956, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2354, \"group\": [4049.0, 602.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATTGGGCC\", \"ini\": 4864, \"clust\": 4500, \"rank\": 1179, \"rankvar\": 1208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3957, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4421, \"group\": [4500.0, 775.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACACGAAACG\", \"ini\": 4863, \"clust\": 2750, \"rank\": 1695, \"rankvar\": 1256, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3958, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2355, \"group\": [2754.0, 513.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCAAGAT\", \"ini\": 4862, \"clust\": 4683, \"rank\": 1901, \"rankvar\": 3885, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3959, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4422, \"group\": [4683.0, 827.0, 166.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGTACGATA\", \"ini\": 4861, \"clust\": 3733, \"rank\": 1577, \"rankvar\": 438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3960, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2356, \"group\": [3734.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCAGCATACT\", \"ini\": 4860, \"clust\": 4135, \"rank\": 1846, \"rankvar\": 968, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3961, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2357, \"group\": [4137.0, 644.0, 119.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTCTCTTTA\", \"ini\": 4859, \"clust\": 3687, \"rank\": 1777, \"rankvar\": 2196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 347, \"group\": [3688.0, 580.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCACTTACGA\", \"ini\": 4858, \"clust\": 3734, \"rank\": 2122, \"rankvar\": 147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 348, \"group\": [3735.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGGGTTAG\", \"ini\": 4857, \"clust\": 2239, \"rank\": 3029, \"rankvar\": 3594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3964, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4314, \"group\": [2238.0, 373.0, 73.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATTTGCCC\", \"ini\": 4856, \"clust\": 2558, \"rank\": 2131, \"rankvar\": 454, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3965, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2358, \"group\": [2558.0, 470.0, 93.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCAATACCG\", \"ini\": 4855, \"clust\": 3464, \"rank\": 1717, \"rankvar\": 1067, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 349, \"group\": [3465.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCACGTTGGC\", \"ini\": 4854, \"clust\": 4278, \"rank\": 2359, \"rankvar\": 3697, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 350, \"group\": [4281.0, 701.0, 137.0, 28.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGATAATG\", \"ini\": 4853, \"clust\": 4011, \"rank\": 2000, \"rankvar\": 3763, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 351, \"group\": [4011.0, 592.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCCGTTAA\", \"ini\": 4852, \"clust\": 3704, \"rank\": 1249, \"rankvar\": 45, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3969, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2359, \"group\": [3705.0, 581.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTGTTTGGT\", \"ini\": 4851, \"clust\": 3798, \"rank\": 240, \"rankvar\": 2938, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3970, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2360, \"group\": [3798.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCGGTCTAA\", \"ini\": 4850, \"clust\": 3220, \"rank\": 819, \"rankvar\": 1018, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3971, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2361, \"group\": [3224.0, 555.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACCACTTAAGC\", \"ini\": 4849, \"clust\": 2221, \"rank\": 2244, \"rankvar\": 1562, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3972, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2362, \"group\": [2221.0, 368.0, 72.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATTTCACT\", \"ini\": 4848, \"clust\": 2275, \"rank\": 1670, \"rankvar\": 807, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3973, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 352, \"group\": [2276.0, 386.0, 75.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAAGTAGT\", \"ini\": 4847, \"clust\": 5120, \"rank\": 1254, \"rankvar\": 68, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3974, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5042, \"group\": [5120.0, 875.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGGATGG\", \"ini\": 4846, \"clust\": 5207, \"rank\": 1660, \"rankvar\": 2384, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3975, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4423, \"group\": [5208.0, 898.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCCCATTAT\", \"ini\": 4845, \"clust\": 2849, \"rank\": 2317, \"rankvar\": 2330, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3976, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 353, \"group\": [2850.0, 525.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCTGCAAT\", \"ini\": 4844, \"clust\": 2286, \"rank\": 2649, \"rankvar\": 1191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 354, \"group\": [2285.0, 389.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCATCGGAAG\", \"ini\": 4843, \"clust\": 3449, \"rank\": 676, \"rankvar\": 1259, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2363, \"group\": [3450.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTGAGTTC\", \"ini\": 4842, \"clust\": 2770, \"rank\": 1857, \"rankvar\": 3071, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 355, \"group\": [2771.0, 515.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCATGAT\", \"ini\": 4841, \"clust\": 4591, \"rank\": 1805, \"rankvar\": 2568, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 356, \"group\": [4592.0, 787.0, 156.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTCCGTT\", \"ini\": 4840, \"clust\": 4087, \"rank\": 2749, \"rankvar\": 1931, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 357, \"group\": [4087.0, 616.0, 109.0, 21.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACGGTTTA\", \"ini\": 4839, \"clust\": 3308, \"rank\": 1458, \"rankvar\": 154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 358, \"group\": [3311.0, 566.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCGAACC\", \"ini\": 4838, \"clust\": 4635, \"rank\": 2618, \"rankvar\": 203, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3983, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4424, \"group\": [4638.0, 808.0, 161.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTCATAGACTC\", \"ini\": 4837, \"clust\": 2431, \"rank\": 1828, \"rankvar\": 1825, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3984, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2364, \"group\": [2435.0, 436.0, 85.0, 18.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGGCTAGGT\", \"ini\": 4836, \"clust\": 2781, \"rank\": 847, \"rankvar\": 3781, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 359, \"group\": [2782.0, 518.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATCCGCGA\", \"ini\": 4835, \"clust\": 3070, \"rank\": 2285, \"rankvar\": 163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3986, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 360, \"group\": [3071.0, 538.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCCTTCAAT\", \"ini\": 4834, \"clust\": 4084, \"rank\": 2021, \"rankvar\": 246, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3987, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 361, \"group\": [4084.0, 615.0, 108.0, 21.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGAACCTT\", \"ini\": 4833, \"clust\": 1651, \"rank\": 4032, \"rankvar\": 4350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3988, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4425, \"group\": [1652.0, 253.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGGTCTCG\", \"ini\": 4832, \"clust\": 2639, \"rank\": 2823, \"rankvar\": 1583, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3989, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 362, \"group\": [2642.0, 488.0, 96.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTATCACCA\", \"ini\": 4831, \"clust\": 2982, \"rank\": 2089, \"rankvar\": 1649, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3990, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 363, \"group\": [2983.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGGAGCGAG\", \"ini\": 4830, \"clust\": 2272, \"rank\": 2116, \"rankvar\": 863, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3991, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4315, \"group\": [2273.0, 385.0, 75.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCATGAACCT\", \"ini\": 4829, \"clust\": 279, \"rank\": 3473, \"rankvar\": 4225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3992, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 13, \"group\": [280.0, 32.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTTGCGTTA\", \"ini\": 4828, \"clust\": 2282, \"rank\": 2872, \"rankvar\": 601, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3993, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 364, \"group\": [2283.0, 388.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGGCCGAT\", \"ini\": 4827, \"clust\": 2608, \"rank\": 2263, \"rankvar\": 1851, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 365, \"group\": [2608.0, 482.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGGCCGAT\", \"ini\": 4826, \"clust\": 2746, \"rank\": 1532, \"rankvar\": 121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3995, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2365, \"group\": [2750.0, 512.0, 99.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGCTTTC\", \"ini\": 4825, \"clust\": 3382, \"rank\": 2072, \"rankvar\": 395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3996, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2366, \"group\": [3383.0, 574.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTGCCTGTG\", \"ini\": 4824, \"clust\": 2628, \"rank\": 2576, \"rankvar\": 806, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3997, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2367, \"group\": [2629.0, 485.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTACTGAC\", \"ini\": 4823, \"clust\": 4696, \"rank\": 2019, \"rankvar\": 2965, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3998, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4426, \"group\": [4696.0, 831.0, 166.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCGTCCAGG\", \"ini\": 4822, \"clust\": 121, \"rank\": 2997, \"rankvar\": 3963, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3999, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4427, \"group\": [122.0, 25.0, 7.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCACCCTCA\", \"ini\": 4821, \"clust\": 3567, \"rank\": 1544, \"rankvar\": 63, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4000, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2368, \"group\": [3575.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCTTGCGG\", \"ini\": 4820, \"clust\": 3223, \"rank\": 601, \"rankvar\": 1759, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4001, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2369, \"group\": [3222.0, 555.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTACTCAAC\", \"ini\": 4819, \"clust\": 4662, \"rank\": 1222, \"rankvar\": 199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4002, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4428, \"group\": [4663.0, 818.0, 163.0, 36.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGAGTTGGC\", \"ini\": 4818, \"clust\": 3304, \"rank\": 1065, \"rankvar\": 1863, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4003, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2370, \"group\": [3307.0, 566.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGATATGGT\", \"ini\": 4817, \"clust\": 4131, \"rank\": 2837, \"rankvar\": 143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4004, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2371, \"group\": [4133.0, 642.0, 118.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCGCTTTC\", \"ini\": 4816, \"clust\": 22, \"rank\": 1652, \"rankvar\": 4564, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4005, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5043, \"group\": [23.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAAGCCGTC\", \"ini\": 4815, \"clust\": 2581, \"rank\": 2155, \"rankvar\": 1142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4006, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2372, \"group\": [2583.0, 476.0, 94.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCAGGGTGTTG\", \"ini\": 4814, \"clust\": 2710, \"rank\": 2289, \"rankvar\": 3005, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4007, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2373, \"group\": [2711.0, 507.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCATGTCTT\", \"ini\": 4813, \"clust\": 829, \"rank\": 3799, \"rankvar\": 4792, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4008, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5163, \"group\": [829.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGGCGCTCT\", \"ini\": 4812, \"clust\": 5177, \"rank\": 1836, \"rankvar\": 3200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4009, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4429, \"group\": [5179.0, 889.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGGTGCGCTTG\", \"ini\": 4811, \"clust\": 2175, \"rank\": 1821, \"rankvar\": 1830, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4010, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2374, \"group\": [2176.0, 351.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCTAAAGA\", \"ini\": 4810, \"clust\": 2679, \"rank\": 2604, \"rankvar\": 1179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4011, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 366, \"group\": [2678.0, 500.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACTGCCAG\", \"ini\": 4809, \"clust\": 2658, \"rank\": 2894, \"rankvar\": 71, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 367, \"group\": [2658.0, 495.0, 97.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATTACCTT\", \"ini\": 4808, \"clust\": 2858, \"rank\": 1814, \"rankvar\": 334, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4013, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 368, \"group\": [2861.0, 526.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGCGATTCT\", \"ini\": 4807, \"clust\": 4849, \"rank\": 1406, \"rankvar\": 377, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4014, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4430, \"group\": [4849.0, 861.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTCCGTAT\", \"ini\": 4806, \"clust\": 2819, \"rank\": 1989, \"rankvar\": 427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 369, \"group\": [2822.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATGCCTTC\", \"ini\": 4805, \"clust\": 4285, \"rank\": 3222, \"rankvar\": 3133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4016, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4431, \"group\": [4285.0, 704.0, 139.0, 29.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCGATATA\", \"ini\": 4804, \"clust\": 2284, \"rank\": 2717, \"rankvar\": 325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4017, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 370, \"group\": [2288.0, 391.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACCAGATT\", \"ini\": 4803, \"clust\": 3218, \"rank\": 1624, \"rankvar\": 409, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4018, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2375, \"group\": [3219.0, 555.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCCACTCCA\", \"ini\": 4802, \"clust\": 3783, \"rank\": 1079, \"rankvar\": 1141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 371, \"group\": [3785.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCCTAATT\", \"ini\": 4801, \"clust\": 2548, \"rank\": 2409, \"rankvar\": 1331, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 372, \"group\": [2553.0, 468.0, 92.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGGTTAAC\", \"ini\": 4800, \"clust\": 4152, \"rank\": 3186, \"rankvar\": 202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 373, \"group\": [4154.0, 652.0, 122.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGGGTGTGT\", \"ini\": 4799, \"clust\": 4000, \"rank\": 2787, \"rankvar\": 509, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4022, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2376, \"group\": [3999.0, 588.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTTATGCGT\", \"ini\": 4798, \"clust\": 2173, \"rank\": 2303, \"rankvar\": 3852, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4023, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2377, \"group\": [2173.0, 349.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCAGACCTTTG\", \"ini\": 4797, \"clust\": 2574, \"rank\": 1699, \"rankvar\": 2482, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4024, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2378, \"group\": [2574.0, 474.0, 94.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCACATGACT\", \"ini\": 4796, \"clust\": 147, \"rank\": 3559, \"rankvar\": 4841, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4025, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 14, \"group\": [147.0, 30.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGAGACTTA\", \"ini\": 4795, \"clust\": 25, \"rank\": 2452, \"rankvar\": 3203, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4026, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5044, \"group\": [26.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTAATTGGA\", \"ini\": 4794, \"clust\": 2270, \"rank\": 1928, \"rankvar\": 2818, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4027, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2379, \"group\": [2271.0, 384.0, 75.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTTTAGGG\", \"ini\": 4793, \"clust\": 3434, \"rank\": 1606, \"rankvar\": 1628, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4028, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2380, \"group\": [3436.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTTGCT\", \"ini\": 4792, \"clust\": 2305, \"rank\": 2427, \"rankvar\": 250, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4029, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 374, \"group\": [2308.0, 397.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTCATTCA\", \"ini\": 4791, \"clust\": 2683, \"rank\": 2291, \"rankvar\": 535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4030, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 375, \"group\": [2684.0, 502.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCAATGAATG\", \"ini\": 4790, \"clust\": 807, \"rank\": 4050, \"rankvar\": 5011, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4031, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5164, \"group\": [807.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATAAAGG\", \"ini\": 4789, \"clust\": 2095, \"rank\": 3333, \"rankvar\": 1490, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4032, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4432, \"group\": [2095.0, 328.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTACAGTGG\", \"ini\": 4788, \"clust\": 4625, \"rank\": 2340, \"rankvar\": 1344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4033, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4433, \"group\": [4625.0, 803.0, 160.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCACAGGCCT\", \"ini\": 4787, \"clust\": 4045, \"rank\": 1923, \"rankvar\": 552, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4034, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2381, \"group\": [4048.0, 601.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACAGAGGT\", \"ini\": 4786, \"clust\": 3816, \"rank\": 750, \"rankvar\": 80, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4035, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4434, \"group\": [3817.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCACCGGGT\", \"ini\": 4785, \"clust\": 2916, \"rank\": 1754, \"rankvar\": 969, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4036, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 376, \"group\": [2935.0, 530.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTAGGGTG\", \"ini\": 4784, \"clust\": 5117, \"rank\": 727, \"rankvar\": 1143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4037, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5045, \"group\": [5118.0, 875.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGTCGCTG\", \"ini\": 4783, \"clust\": 2580, \"rank\": 2419, \"rankvar\": 971, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4038, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2382, \"group\": [2584.0, 477.0, 94.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCGTTTAC\", \"ini\": 4782, \"clust\": 4618, \"rank\": 650, \"rankvar\": 4662, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4039, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2832, \"group\": [4620.0, 800.0, 159.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACAGCTCGAC\", \"ini\": 4781, \"clust\": 4622, \"rank\": 2999, \"rankvar\": 2018, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4040, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4435, \"group\": [4622.0, 801.0, 160.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGTTAACC\", \"ini\": 4780, \"clust\": 51, \"rank\": 1937, \"rankvar\": 4478, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4041, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5046, \"group\": [51.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAGGGTAC\", \"ini\": 4779, \"clust\": 3387, \"rank\": 572, \"rankvar\": 522, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4042, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2383, \"group\": [3386.0, 575.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTTCCGTCT\", \"ini\": 4778, \"clust\": 4666, \"rank\": 1865, \"rankvar\": 776, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4043, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4436, \"group\": [4666.0, 819.0, 163.0, 36.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCTTGCAAG\", \"ini\": 4777, \"clust\": 3338, \"rank\": 1799, \"rankvar\": 2200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4044, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2384, \"group\": [3338.0, 570.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGTCTCT\", \"ini\": 4776, \"clust\": 16, \"rank\": 1348, \"rankvar\": 4848, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4045, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5047, \"group\": [19.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTGATAAAC\", \"ini\": 4775, \"clust\": 3290, \"rank\": 1981, \"rankvar\": 1864, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4046, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2385, \"group\": [3291.0, 564.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCTCGTATT\", \"ini\": 4774, \"clust\": 909, \"rank\": 2847, \"rankvar\": 4894, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4047, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5165, \"group\": [909.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCAAACGGG\", \"ini\": 4773, \"clust\": 4081, \"rank\": 2465, \"rankvar\": 1823, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 377, \"group\": [4081.0, 614.0, 107.0, 20.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGTGGTAAT\", \"ini\": 4772, \"clust\": 3197, \"rank\": 1554, \"rankvar\": 3446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4049, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 378, \"group\": [3198.0, 552.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTCTTTCAT\", \"ini\": 4771, \"clust\": 2560, \"rank\": 1824, \"rankvar\": 153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4050, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 379, \"group\": [2561.0, 471.0, 93.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTCACGCC\", \"ini\": 4770, \"clust\": 2311, \"rank\": 1955, \"rankvar\": 594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4051, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2386, \"group\": [2313.0, 398.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTGCCAGA\", \"ini\": 4769, \"clust\": 268, \"rank\": 2911, \"rankvar\": 4830, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4052, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5048, \"group\": [279.0, 32.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATCGATTG\", \"ini\": 4768, \"clust\": 3229, \"rank\": 1683, \"rankvar\": 2068, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4053, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4316, \"group\": [3227.0, 556.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATCGATTG\", \"ini\": 4767, \"clust\": 3713, \"rank\": 1631, \"rankvar\": 672, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4054, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2387, \"group\": [3714.0, 581.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTCATCGTCGG\", \"ini\": 4766, \"clust\": 2542, \"rank\": 2318, \"rankvar\": 49, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4055, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2388, \"group\": [2548.0, 466.0, 92.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGTACTCT\", \"ini\": 4765, \"clust\": 284, \"rank\": 3600, \"rankvar\": 4776, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4056, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 15, \"group\": [284.0, 32.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAAGCAGGTCA\", \"ini\": 4764, \"clust\": 4254, \"rank\": 2848, \"rankvar\": 1430, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4057, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 380, \"group\": [4255.0, 687.0, 132.0, 26.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCAACACGT\", \"ini\": 4763, \"clust\": 2450, \"rank\": 2531, \"rankvar\": 94, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4058, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2389, \"group\": [2453.0, 444.0, 88.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTGGGATC\", \"ini\": 4762, \"clust\": 2165, \"rank\": 3256, \"rankvar\": 190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 381, \"group\": [2168.0, 346.0, 65.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGCGATAGC\", \"ini\": 4761, \"clust\": 2771, \"rank\": 1766, \"rankvar\": 3216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4060, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2390, \"group\": [2772.0, 515.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCGCATGGC\", \"ini\": 4760, \"clust\": 3341, \"rank\": 2207, \"rankvar\": 3321, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4061, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2391, \"group\": [3341.0, 570.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTAAGGGAA\", \"ini\": 4759, \"clust\": 5123, \"rank\": 409, \"rankvar\": 2386, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4062, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5049, \"group\": [5124.0, 875.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCCTTGAT\", \"ini\": 4758, \"clust\": 2150, \"rank\": 3453, \"rankvar\": 1780, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4063, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 382, \"group\": [2155.0, 343.0, 65.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGCTAAACA\", \"ini\": 4757, \"clust\": 4047, \"rank\": 1064, \"rankvar\": 1775, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4064, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5050, \"group\": [4047.0, 600.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTAGCTAAA\", \"ini\": 4756, \"clust\": 2582, \"rank\": 2168, \"rankvar\": 1654, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4065, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 383, \"group\": [2581.0, 476.0, 94.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATCCCGC\", \"ini\": 4755, \"clust\": 2954, \"rank\": 1376, \"rankvar\": 1150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4066, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 384, \"group\": [2955.0, 531.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGAGTACCG\", \"ini\": 4754, \"clust\": 4369, \"rank\": 1890, \"rankvar\": 2122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4067, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2833, \"group\": [4369.0, 739.0, 147.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCATGCTGGC\", \"ini\": 4753, \"clust\": 3342, \"rank\": 992, \"rankvar\": 3526, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4068, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2392, \"group\": [3342.0, 570.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGGATGGA\", \"ini\": 4752, \"clust\": 4100, \"rank\": 2614, \"rankvar\": 2064, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4069, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2393, \"group\": [4101.0, 624.0, 111.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTCACCCATTC\", \"ini\": 4751, \"clust\": 3306, \"rank\": 1448, \"rankvar\": 586, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4070, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2394, \"group\": [3306.0, 566.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTTAGTGGG\", \"ini\": 4750, \"clust\": 607, \"rank\": 3274, \"rankvar\": 160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 385, \"group\": [607.0, 98.0, 21.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCGACA\", \"ini\": 4749, \"clust\": 3603, \"rank\": 706, \"rankvar\": 2811, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4072, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2395, \"group\": [3604.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGTTTCCTT\", \"ini\": 4748, \"clust\": 3212, \"rank\": 1194, \"rankvar\": 1557, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4073, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 386, \"group\": [3212.0, 554.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGCACGTCAGC\", \"ini\": 4747, \"clust\": 2428, \"rank\": 2691, \"rankvar\": 1041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4074, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2396, \"group\": [2430.0, 435.0, 85.0, 18.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCCAAAT\", \"ini\": 4746, \"clust\": 2640, \"rank\": 2474, \"rankvar\": 4244, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4075, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2397, \"group\": [2640.0, 488.0, 96.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTCTCTTAT\", \"ini\": 4745, \"clust\": 2857, \"rank\": 1275, \"rankvar\": 873, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4076, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2398, \"group\": [2858.0, 526.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCAACGGCC\", \"ini\": 4744, \"clust\": 4592, \"rank\": 2342, \"rankvar\": 4324, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4077, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2834, \"group\": [4593.0, 788.0, 156.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCGAACGC\", \"ini\": 4743, \"clust\": 4215, \"rank\": 3177, \"rankvar\": 62, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4078, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 387, \"group\": [4219.0, 672.0, 126.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCGCAAACT\", \"ini\": 4742, \"clust\": 2478, \"rank\": 1880, \"rankvar\": 1247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4079, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2399, \"group\": [2480.0, 451.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCACACGC\", \"ini\": 4741, \"clust\": 4676, \"rank\": 2464, \"rankvar\": 1839, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4080, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5051, \"group\": [4677.0, 824.0, 164.0, 36.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACCACCAG\", \"ini\": 4740, \"clust\": 6, \"rank\": 686, \"rankvar\": 4173, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4081, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5052, \"group\": [10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGGCAAAC\", \"ini\": 4739, \"clust\": 5169, \"rank\": 1127, \"rankvar\": 785, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4082, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5053, \"group\": [5170.0, 886.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGCGTAAG\", \"ini\": 4738, \"clust\": 4693, \"rank\": 1496, \"rankvar\": 2679, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4083, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4437, \"group\": [4693.0, 831.0, 166.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTGGTCCGT\", \"ini\": 4737, \"clust\": 2325, \"rank\": 2132, \"rankvar\": 2653, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4084, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 388, \"group\": [2325.0, 401.0, 78.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGTGTGGCA\", \"ini\": 4736, \"clust\": 5215, \"rank\": 1159, \"rankvar\": 521, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4085, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4438, \"group\": [5215.0, 898.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAATGAATG\", \"ini\": 4735, \"clust\": 4638, \"rank\": 2307, \"rankvar\": 3937, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4439, \"group\": [4639.0, 809.0, 161.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAAACCCAT\", \"ini\": 4734, \"clust\": 57, \"rank\": 2896, \"rankvar\": 4634, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4087, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 16, \"group\": [59.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCTCCAGGG\", \"ini\": 4733, \"clust\": 2208, \"rank\": 3180, \"rankvar\": 3139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4088, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 389, \"group\": [2211.0, 363.0, 71.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGCCAGTTT\", \"ini\": 4732, \"clust\": 2, \"rank\": 2462, \"rankvar\": 3337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4089, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5054, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTACATGAACCT\", \"ini\": 4731, \"clust\": 3313, \"rank\": 2124, \"rankvar\": 70, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4090, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 390, \"group\": [3313.0, 566.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGAATAGGG\", \"ini\": 4730, \"clust\": 2644, \"rank\": 2606, \"rankvar\": 3798, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4091, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 391, \"group\": [2643.0, 489.0, 96.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGCTGGA\", \"ini\": 4729, \"clust\": 5000, \"rank\": 1201, \"rankvar\": 17, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4092, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4440, \"group\": [5004.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTACCGGCT\", \"ini\": 4728, \"clust\": 3672, \"rank\": 1569, \"rankvar\": 351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4093, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2400, \"group\": [3672.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGGTGGAT\", \"ini\": 4727, \"clust\": 4543, \"rank\": 348, \"rankvar\": 37, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4094, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4441, \"group\": [4544.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGAGGTTAT\", \"ini\": 4726, \"clust\": 3171, \"rank\": 1874, \"rankvar\": 1009, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4095, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2401, \"group\": [3172.0, 549.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCAAAGACA\", \"ini\": 4725, \"clust\": 3129, \"rank\": 2011, \"rankvar\": 2454, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4096, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2402, \"group\": [3132.0, 545.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTGATCGG\", \"ini\": 4724, \"clust\": 824, \"rank\": 3969, \"rankvar\": 5121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4097, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5166, \"group\": [824.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAGGTCGTC\", \"ini\": 4723, \"clust\": 3314, \"rank\": 1478, \"rankvar\": 2006, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4098, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2403, \"group\": [3314.0, 566.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTTCCACGG\", \"ini\": 4722, \"clust\": 2333, \"rank\": 2076, \"rankvar\": 2960, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4099, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4317, \"group\": [2333.0, 403.0, 78.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACAGCGTC\", \"ini\": 4721, \"clust\": 4577, \"rank\": 884, \"rankvar\": 1530, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4100, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5055, \"group\": [4578.0, 782.0, 155.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCCCTAATT\", \"ini\": 4720, \"clust\": 5224, \"rank\": 1787, \"rankvar\": 3035, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4101, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4442, \"group\": [5232.0, 900.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAAAGCGGT\", \"ini\": 4719, \"clust\": 2389, \"rank\": 1808, \"rankvar\": 2837, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4102, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 392, \"group\": [2390.0, 423.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACGACGT\", \"ini\": 4718, \"clust\": 531, \"rank\": 3160, \"rankvar\": 3665, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 393, \"group\": [533.0, 78.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCACTCTTA\", \"ini\": 4717, \"clust\": 2307, \"rank\": 2394, \"rankvar\": 1147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4104, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2404, \"group\": [2307.0, 397.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTTCAGACT\", \"ini\": 4716, \"clust\": 282, \"rank\": 3173, \"rankvar\": 4192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4105, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 17, \"group\": [283.0, 32.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCATGCAACT\", \"ini\": 4715, \"clust\": 4968, \"rank\": 1288, \"rankvar\": 1023, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4443, \"group\": [4973.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCACCCT\", \"ini\": 4714, \"clust\": 3214, \"rank\": 1449, \"rankvar\": 660, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4107, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2405, \"group\": [3215.0, 555.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGGCTTC\", \"ini\": 4713, \"clust\": 3210, \"rank\": 1425, \"rankvar\": 1175, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4108, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2406, \"group\": [3211.0, 554.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCCAGTTA\", \"ini\": 4712, \"clust\": 2295, \"rank\": 1604, \"rankvar\": 4047, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4109, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2407, \"group\": [2295.0, 394.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTAGCTAGGCA\", \"ini\": 4711, \"clust\": 4139, \"rank\": 2278, \"rankvar\": 883, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4110, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2408, \"group\": [4138.0, 645.0, 119.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGCGGCTTC\", \"ini\": 4710, \"clust\": 832, \"rank\": 3834, \"rankvar\": 5142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4111, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5167, \"group\": [831.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAGCCCAC\", \"ini\": 4709, \"clust\": 4785, \"rank\": 1898, \"rankvar\": 174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4112, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4444, \"group\": [4785.0, 854.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCCACCGTTGG\", \"ini\": 4708, \"clust\": 4126, \"rank\": 2936, \"rankvar\": 297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 394, \"group\": [4130.0, 640.0, 117.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGCGCCTTG\", \"ini\": 4707, \"clust\": 5136, \"rank\": 2542, \"rankvar\": 1547, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4114, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5056, \"group\": [5136.0, 879.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGAACTCGG\", \"ini\": 4706, \"clust\": 2764, \"rank\": 2098, \"rankvar\": 781, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4115, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2409, \"group\": [2763.0, 514.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTATCTG\", \"ini\": 4705, \"clust\": 2290, \"rank\": 2592, \"rankvar\": 578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 395, \"group\": [2291.0, 394.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTCGGCTCA\", \"ini\": 4704, \"clust\": 2980, \"rank\": 1540, \"rankvar\": 2558, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4117, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2410, \"group\": [2981.0, 533.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTTCCAACA\", \"ini\": 4703, \"clust\": 1, \"rank\": 2581, \"rankvar\": 3430, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4118, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5057, \"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCCTGCAGG\", \"ini\": 4702, \"clust\": 4127, \"rank\": 2706, \"rankvar\": 5, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 396, \"group\": [4129.0, 639.0, 117.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGAGGTAGA\", \"ini\": 4701, \"clust\": 3202, \"rank\": 2245, \"rankvar\": 207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4120, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2411, \"group\": [3203.0, 553.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACATGCAATC\", \"ini\": 4700, \"clust\": 2266, \"rank\": 1810, \"rankvar\": 3990, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 397, \"group\": [2267.0, 383.0, 74.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTTTAAGCC\", \"ini\": 4699, \"clust\": 2774, \"rank\": 2682, \"rankvar\": 386, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4122, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2412, \"group\": [2775.0, 516.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTTCATGGT\", \"ini\": 4698, \"clust\": 3457, \"rank\": 740, \"rankvar\": 2651, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4123, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2096, \"group\": [3457.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCTGCAGG\", \"ini\": 4697, \"clust\": 4734, \"rank\": 2729, \"rankvar\": 815, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4124, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4445, \"group\": [4733.0, 843.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGAGAACAG\", \"ini\": 4696, \"clust\": 4846, \"rank\": 942, \"rankvar\": 1182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4125, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4446, \"group\": [4851.0, 861.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGAGAGCAATT\", \"ini\": 4695, \"clust\": 2779, \"rank\": 2398, \"rankvar\": 1444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4126, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 398, \"group\": [2780.0, 517.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAACGCGA\", \"ini\": 4694, \"clust\": 2170, \"rank\": 2414, \"rankvar\": 4097, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 399, \"group\": [2171.0, 348.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCAGTTTGG\", \"ini\": 4693, \"clust\": 5179, \"rank\": 2634, \"rankvar\": 3328, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4447, \"group\": [5178.0, 889.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCCTCAACC\", \"ini\": 4692, \"clust\": 5167, \"rank\": 1297, \"rankvar\": 2713, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4448, \"group\": [5168.0, 885.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAGCCTTTC\", \"ini\": 4691, \"clust\": 4071, \"rank\": 2041, \"rankvar\": 953, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4130, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2413, \"group\": [4072.0, 608.0, 106.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATAGGAG\", \"ini\": 4690, \"clust\": 999, \"rank\": 1543, \"rankvar\": 4678, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4131, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 400, \"group\": [995.0, 181.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTCTCATCC\", \"ini\": 4689, \"clust\": 5183, \"rank\": 2403, \"rankvar\": 1617, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4132, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2414, \"group\": [5186.0, 890.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCGGCATCG\", \"ini\": 4688, \"clust\": 2527, \"rank\": 1922, \"rankvar\": 4108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 401, \"group\": [2528.0, 461.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTTCGCTAA\", \"ini\": 4687, \"clust\": 2301, \"rank\": 2641, \"rankvar\": 556, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4134, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2415, \"group\": [2301.0, 395.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGCGATG\", \"ini\": 4686, \"clust\": 808, \"rank\": 4098, \"rankvar\": 5138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4135, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5168, \"group\": [808.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAGTCAGCC\", \"ini\": 4685, \"clust\": 4256, \"rank\": 2745, \"rankvar\": 4250, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 402, \"group\": [4257.0, 688.0, 132.0, 26.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAACTGCTA\", \"ini\": 4684, \"clust\": 3291, \"rank\": 1396, \"rankvar\": 2727, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4137, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2416, \"group\": [3292.0, 564.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTTGAGAT\", \"ini\": 4683, \"clust\": 2573, \"rank\": 2570, \"rankvar\": 4055, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4138, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2417, \"group\": [2576.0, 474.0, 94.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCCCTAAT\", \"ini\": 4682, \"clust\": 2454, \"rank\": 2191, \"rankvar\": 88, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 403, \"group\": [2454.0, 445.0, 88.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAAGTCTAC\", \"ini\": 4681, \"clust\": 2369, \"rank\": 1894, \"rankvar\": 2877, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4140, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2418, \"group\": [2370.0, 416.0, 81.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGGCTCTTA\", \"ini\": 4680, \"clust\": 2053, \"rank\": 2624, \"rankvar\": 4000, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4449, \"group\": [2054.0, 318.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAACAGCGAACA\", \"ini\": 4679, \"clust\": 2611, \"rank\": 2731, \"rankvar\": 910, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 404, \"group\": [2613.0, 483.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAAACCGT\", \"ini\": 4678, \"clust\": 2780, \"rank\": 2488, \"rankvar\": 1226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 405, \"group\": [2781.0, 517.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCACAGACTT\", \"ini\": 4677, \"clust\": 4291, \"rank\": 3174, \"rankvar\": 3916, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4144, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4450, \"group\": [4295.0, 708.0, 140.0, 29.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCAATGGACG\", \"ini\": 4676, \"clust\": 4274, \"rank\": 2364, \"rankvar\": 3721, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4145, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4451, \"group\": [4275.0, 699.0, 137.0, 28.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTGACTACT\", \"ini\": 4675, \"clust\": 4095, \"rank\": 2358, \"rankvar\": 520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 406, \"group\": [4096.0, 621.0, 110.0, 21.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCTCTTATG\", \"ini\": 4674, \"clust\": 4594, \"rank\": 1246, \"rankvar\": 1587, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4147, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4452, \"group\": [4594.0, 789.0, 157.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTACAGCAG\", \"ini\": 4673, \"clust\": 2237, \"rank\": 2831, \"rankvar\": 3186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4148, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2419, \"group\": [2241.0, 375.0, 73.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCACCCAGTG\", \"ini\": 4672, \"clust\": 4647, \"rank\": 3066, \"rankvar\": 1254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4149, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2420, \"group\": [4650.0, 813.0, 162.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTATAGGTA\", \"ini\": 4671, \"clust\": 691, \"rank\": 2855, \"rankvar\": 4661, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4150, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2835, \"group\": [690.0, 132.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGCTGAG\", \"ini\": 4670, \"clust\": 4695, \"rank\": 2399, \"rankvar\": 1123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4151, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4453, \"group\": [4698.0, 831.0, 166.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGGCGCTCT\", \"ini\": 4669, \"clust\": 2567, \"rank\": 1978, \"rankvar\": 2082, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4152, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2421, \"group\": [2569.0, 473.0, 93.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGATTC\", \"ini\": 4668, \"clust\": 3201, \"rank\": 1833, \"rankvar\": 263, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4153, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2422, \"group\": [3201.0, 553.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCTGGAGCC\", \"ini\": 4667, \"clust\": 2380, \"rank\": 2195, \"rankvar\": 1448, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 407, \"group\": [2381.0, 422.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCGGATGGA\", \"ini\": 4666, \"clust\": 2575, \"rank\": 1926, \"rankvar\": 684, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4155, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2423, \"group\": [2575.0, 474.0, 94.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTATGCTTG\", \"ini\": 4665, \"clust\": 818, \"rank\": 3766, \"rankvar\": 4491, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4156, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5169, \"group\": [818.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTACTTAC\", \"ini\": 4664, \"clust\": 3982, \"rank\": 1930, \"rankvar\": 201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4157, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2424, \"group\": [3983.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAATCCGT\", \"ini\": 4663, \"clust\": 2783, \"rank\": 2221, \"rankvar\": 2692, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 408, \"group\": [2784.0, 518.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTGGGCTA\", \"ini\": 4662, \"clust\": 4368, \"rank\": 1468, \"rankvar\": 2214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4159, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5058, \"group\": [4371.0, 739.0, 147.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCAGGTGCCT\", \"ini\": 4661, \"clust\": 4051, \"rank\": 964, \"rankvar\": 2668, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4160, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2425, \"group\": [4053.0, 602.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCTGAGTGT\", \"ini\": 4660, \"clust\": 2902, \"rank\": 2086, \"rankvar\": 893, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4161, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2426, \"group\": [2901.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGAGAGTACAT\", \"ini\": 4659, \"clust\": 4800, \"rank\": 1996, \"rankvar\": 390, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4454, \"group\": [4800.0, 857.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGATGAGG\", \"ini\": 4658, \"clust\": 4655, \"rank\": 2254, \"rankvar\": 2322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4163, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4455, \"group\": [4655.0, 815.0, 162.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACCCTATC\", \"ini\": 4657, \"clust\": 4680, \"rank\": 1520, \"rankvar\": 1495, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4164, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5059, \"group\": [4679.0, 825.0, 165.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCGTTTGCC\", \"ini\": 4656, \"clust\": 2453, \"rank\": 2237, \"rankvar\": 2734, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 409, \"group\": [2458.0, 446.0, 88.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCATTCA\", \"ini\": 4655, \"clust\": 2748, \"rank\": 866, \"rankvar\": 932, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4166, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3099, \"group\": [2747.0, 512.0, 99.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCTGTCAAG\", \"ini\": 4654, \"clust\": 2636, \"rank\": 2050, \"rankvar\": 2642, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 410, \"group\": [2639.0, 487.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGCGCAC\", \"ini\": 4653, \"clust\": 2288, \"rank\": 2879, \"rankvar\": 32, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 411, \"group\": [2289.0, 392.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCGTCTTC\", \"ini\": 4652, \"clust\": 3408, \"rank\": 1990, \"rankvar\": 1132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4169, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 412, \"group\": [3409.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCACAACGTT\", \"ini\": 4651, \"clust\": 5190, \"rank\": 2422, \"rankvar\": 2849, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4170, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4456, \"group\": [5192.0, 892.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTCCGAAGA\", \"ini\": 4650, \"clust\": 3340, \"rank\": 1511, \"rankvar\": 3883, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4171, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2427, \"group\": [3343.0, 570.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCAAGC\", \"ini\": 4649, \"clust\": 2426, \"rank\": 1883, \"rankvar\": 1650, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4172, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2428, \"group\": [2427.0, 434.0, 85.0, 18.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCCGTTGTC\", \"ini\": 4648, \"clust\": 3465, \"rank\": 2015, \"rankvar\": 197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 413, \"group\": [3466.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCAAGTAATG\", \"ini\": 4647, \"clust\": 2400, \"rank\": 2811, \"rankvar\": 734, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4174, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2429, \"group\": [2401.0, 427.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCTAGAAC\", \"ini\": 4646, \"clust\": 3242, \"rank\": 1486, \"rankvar\": 1061, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4175, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2430, \"group\": [3243.0, 558.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCCTTGCCA\", \"ini\": 4645, \"clust\": 3288, \"rank\": 1878, \"rankvar\": 3949, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 414, \"group\": [3289.0, 564.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGGACGAT\", \"ini\": 4644, \"clust\": 3460, \"rank\": 1489, \"rankvar\": 237, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 415, \"group\": [3460.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGTGGTAAT\", \"ini\": 4643, \"clust\": 996, \"rank\": 2428, \"rankvar\": 4582, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 416, \"group\": [997.0, 181.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGATGCGAC\", \"ini\": 4642, \"clust\": 2578, \"rank\": 2714, \"rankvar\": 308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4179, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2431, \"group\": [2579.0, 475.0, 94.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAGCTTAAC\", \"ini\": 4641, \"clust\": 3250, \"rank\": 2055, \"rankvar\": 328, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4180, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2432, \"group\": [3251.0, 559.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGCAGCCTC\", \"ini\": 4640, \"clust\": 3230, \"rank\": 1587, \"rankvar\": 1748, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4181, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2433, \"group\": [3228.0, 556.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTGGTGTAG\", \"ini\": 4639, \"clust\": 2142, \"rank\": 4075, \"rankvar\": 1494, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4182, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4318, \"group\": [2142.0, 339.0, 64.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTTGATG\", \"ini\": 4638, \"clust\": 2419, \"rank\": 2013, \"rankvar\": 3583, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 417, \"group\": [2418.0, 430.0, 84.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAGTCGACTAT\", \"ini\": 4637, \"clust\": 2766, \"rank\": 1862, \"rankvar\": 543, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4184, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2434, \"group\": [2767.0, 514.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGAATCT\", \"ini\": 4636, \"clust\": 2385, \"rank\": 2120, \"rankvar\": 2743, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 418, \"group\": [2385.0, 423.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTCCAGTAT\", \"ini\": 4635, \"clust\": 3221, \"rank\": 585, \"rankvar\": 2217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 419, \"group\": [3223.0, 555.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGACAGCT\", \"ini\": 4634, \"clust\": 2200, \"rank\": 3134, \"rankvar\": 872, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 420, \"group\": [2201.0, 361.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACCATACTACG\", \"ini\": 4633, \"clust\": 2116, \"rank\": 3514, \"rankvar\": 1659, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4457, \"group\": [2117.0, 332.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGGTACA\", \"ini\": 4632, \"clust\": 4140, \"rank\": 2083, \"rankvar\": 456, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 421, \"group\": [4139.0, 645.0, 119.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAAACGTGG\", \"ini\": 4631, \"clust\": 2789, \"rank\": 1951, \"rankvar\": 2450, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4190, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 422, \"group\": [2790.0, 519.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTAGTGACTCT\", \"ini\": 4630, \"clust\": 2920, \"rank\": 2141, \"rankvar\": 79, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4191, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2435, \"group\": [2920.0, 530.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTATCGCAT\", \"ini\": 4629, \"clust\": 2387, \"rank\": 2376, \"rankvar\": 1043, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 423, \"group\": [2388.0, 423.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACGTCAGC\", \"ini\": 4628, \"clust\": 3296, \"rank\": 1455, \"rankvar\": 1727, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4193, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2436, \"group\": [3295.0, 564.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACCTCGT\", \"ini\": 4627, \"clust\": 907, \"rank\": 3379, \"rankvar\": 5104, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4194, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5170, \"group\": [906.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGTGCCTG\", \"ini\": 4626, \"clust\": 2254, \"rank\": 3026, \"rankvar\": 3786, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4195, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2437, \"group\": [2255.0, 380.0, 74.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGCGAT\", \"ini\": 4625, \"clust\": 2112, \"rank\": 3240, \"rankvar\": 1674, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4458, \"group\": [2113.0, 331.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATTGG\", \"ini\": 4624, \"clust\": 3461, \"rank\": 1330, \"rankvar\": 3689, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 424, \"group\": [3464.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTTTACGT\", \"ini\": 4623, \"clust\": 2555, \"rank\": 2553, \"rankvar\": 187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 425, \"group\": [2556.0, 470.0, 93.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCGCCAGCA\", \"ini\": 4622, \"clust\": 3297, \"rank\": 1282, \"rankvar\": 1972, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4199, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2438, \"group\": [3296.0, 564.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCAGATCCTGT\", \"ini\": 4621, \"clust\": 4686, \"rank\": 2234, \"rankvar\": 184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4459, \"group\": [4686.0, 829.0, 166.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCTCTGAGA\", \"ini\": 4620, \"clust\": 304, \"rank\": 3022, \"rankvar\": 4113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 426, \"group\": [305.0, 43.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGCAATC\", \"ini\": 4619, \"clust\": 2651, \"rank\": 2817, \"rankvar\": 597, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 427, \"group\": [2652.0, 493.0, 96.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTCTGG\", \"ini\": 4618, \"clust\": 117, \"rank\": 3537, \"rankvar\": 4593, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4203, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 18, \"group\": [120.0, 23.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGTGAAGTT\", \"ini\": 4617, \"clust\": 2583, \"rank\": 2281, \"rankvar\": 2355, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4204, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2439, \"group\": [2582.0, 476.0, 94.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTAAGGATT\", \"ini\": 4616, \"clust\": 4645, \"rank\": 2638, \"rankvar\": 3494, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4205, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2440, \"group\": [4645.0, 811.0, 162.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTGTCGAGTTT\", \"ini\": 4615, \"clust\": 4630, \"rank\": 3354, \"rankvar\": 3438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4206, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2441, \"group\": [4633.0, 806.0, 161.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTTGCTCCT\", \"ini\": 4614, \"clust\": 3208, \"rank\": 1054, \"rankvar\": 3031, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4207, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2442, \"group\": [3208.0, 554.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCGCATC\", \"ini\": 4613, \"clust\": 865, \"rank\": 3905, \"rankvar\": 5165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4208, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5171, \"group\": [866.0, 161.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACTCAGCCTAA\", \"ini\": 4612, \"clust\": 3278, \"rank\": 2640, \"rankvar\": 1977, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 428, \"group\": [3282.0, 563.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTGGGCCA\", \"ini\": 4611, \"clust\": 280, \"rank\": 3691, \"rankvar\": 4459, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4210, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 19, \"group\": [281.0, 32.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGGCTAGCA\", \"ini\": 4610, \"clust\": 4090, \"rank\": 2406, \"rankvar\": 2536, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4211, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2443, \"group\": [4090.0, 618.0, 110.0, 21.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAAGCCATCGC\", \"ini\": 4609, \"clust\": 3512, \"rank\": 702, \"rankvar\": 1915, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 429, \"group\": [3512.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATACTACG\", \"ini\": 4608, \"clust\": 4697, \"rank\": 2014, \"rankvar\": 664, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4213, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4460, \"group\": [4697.0, 831.0, 166.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCTAGTGT\", \"ini\": 4607, \"clust\": 2642, \"rank\": 2264, \"rankvar\": 3586, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4214, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2444, \"group\": [2646.0, 489.0, 96.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACATCCGCGA\", \"ini\": 4606, \"clust\": 5191, \"rank\": 2230, \"rankvar\": 3906, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4215, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2445, \"group\": [5190.0, 892.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCCGTGAC\", \"ini\": 4605, \"clust\": 2054, \"rank\": 3103, \"rankvar\": 2210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4216, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4461, \"group\": [2055.0, 318.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTTCCACAA\", \"ini\": 4604, \"clust\": 2259, \"rank\": 2861, \"rankvar\": 381, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 430, \"group\": [2263.0, 381.0, 74.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCCTTGTG\", \"ini\": 4603, \"clust\": 4709, \"rank\": 1605, \"rankvar\": 604, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4218, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4462, \"group\": [4712.0, 839.0, 168.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCGATTCT\", \"ini\": 4602, \"clust\": 3264, \"rank\": 2543, \"rankvar\": 1435, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 431, \"group\": [3265.0, 561.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCAATGGT\", \"ini\": 4601, \"clust\": 2171, \"rank\": 2803, \"rankvar\": 2299, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 432, \"group\": [2172.0, 348.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTACAGACG\", \"ini\": 4600, \"clust\": 5189, \"rank\": 1948, \"rankvar\": 3693, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4221, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4463, \"group\": [5189.0, 891.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGCTGATAA\", \"ini\": 4599, \"clust\": 45, \"rank\": 2723, \"rankvar\": 4734, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4222, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 20, \"group\": [44.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTAATAGCA\", \"ini\": 4598, \"clust\": 2405, \"rank\": 3116, \"rankvar\": 214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 433, \"group\": [2406.0, 427.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTGGCGAC\", \"ini\": 4597, \"clust\": 919, \"rank\": 4348, \"rankvar\": 5065, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4224, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5172, \"group\": [921.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAATGTGT\", \"ini\": 4596, \"clust\": 2402, \"rank\": 2863, \"rankvar\": 2387, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4225, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 434, \"group\": [2405.0, 427.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCACCTCGT\", \"ini\": 4595, \"clust\": 3077, \"rank\": 2630, \"rankvar\": 430, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 435, \"group\": [3078.0, 539.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCCGAAT\", \"ini\": 4594, \"clust\": 2361, \"rank\": 2110, \"rankvar\": 3081, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4227, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2446, \"group\": [2361.0, 411.0, 80.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTACAGCAG\", \"ini\": 4593, \"clust\": 4252, \"rank\": 1751, \"rankvar\": 2367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2447, \"group\": [4252.0, 685.0, 131.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCAACGCTA\", \"ini\": 4592, \"clust\": 2406, \"rank\": 2890, \"rankvar\": 819, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4229, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 436, \"group\": [2407.0, 427.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCACGAAATA\", \"ini\": 4591, \"clust\": 4113, \"rank\": 2171, \"rankvar\": 309, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4230, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2448, \"group\": [4114.0, 633.0, 115.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATTTGCTT\", \"ini\": 4590, \"clust\": 2451, \"rank\": 1499, \"rankvar\": 4133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4231, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 437, \"group\": [2451.0, 444.0, 88.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTGTAATGA\", \"ini\": 4589, \"clust\": 2287, \"rank\": 1925, \"rankvar\": 2694, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4232, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2449, \"group\": [2286.0, 389.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGAGTATA\", \"ini\": 4588, \"clust\": 2421, \"rank\": 2757, \"rankvar\": 35, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4233, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2450, \"group\": [2422.0, 431.0, 84.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTAAAGA\", \"ini\": 4587, \"clust\": 2203, \"rank\": 2716, \"rankvar\": 3609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4234, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2451, \"group\": [2204.0, 361.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTTGAGG\", \"ini\": 4586, \"clust\": 2157, \"rank\": 3324, \"rankvar\": 1380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4235, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 438, \"group\": [2158.0, 344.0, 65.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACACCAGGCT\", \"ini\": 4585, \"clust\": 2144, \"rank\": 3658, \"rankvar\": 766, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 439, \"group\": [2147.0, 340.0, 64.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGGGACA\", \"ini\": 4584, \"clust\": 4626, \"rank\": 2724, \"rankvar\": 2339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4237, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5060, \"group\": [4626.0, 803.0, 160.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGGGTACA\", \"ini\": 4583, \"clust\": 997, \"rank\": 2629, \"rankvar\": 4158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 440, \"group\": [996.0, 181.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGCATG\", \"ini\": 4582, \"clust\": 2187, \"rank\": 2626, \"rankvar\": 2102, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4239, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2452, \"group\": [2185.0, 355.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTTGCGCAC\", \"ini\": 4581, \"clust\": 4109, \"rank\": 2144, \"rankvar\": 4186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4240, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2453, \"group\": [4109.0, 630.0, 114.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGATTGT\", \"ini\": 4580, \"clust\": 4843, \"rank\": 919, \"rankvar\": 858, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4241, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5061, \"group\": [4843.0, 860.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGAGACG\", \"ini\": 4579, \"clust\": 283, \"rank\": 3220, \"rankvar\": 4922, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4242, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 21, \"group\": [286.0, 32.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGCAGCGTA\", \"ini\": 4578, \"clust\": 4952, \"rank\": 1038, \"rankvar\": 142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4243, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5062, \"group\": [4968.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAAGCCATT\", \"ini\": 4577, \"clust\": 2751, \"rank\": 1847, \"rankvar\": 1316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4244, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2454, \"group\": [2753.0, 513.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTTACCCA\", \"ini\": 4576, \"clust\": 131, \"rank\": 4079, \"rankvar\": 4836, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4245, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 22, \"group\": [131.0, 28.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCTCTTGAT\", \"ini\": 4575, \"clust\": 4005, \"rank\": 2534, \"rankvar\": 2538, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4246, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2455, \"group\": [4006.0, 590.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGCCGTCGT\", \"ini\": 4574, \"clust\": 2242, \"rank\": 2509, \"rankvar\": 897, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4247, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2456, \"group\": [2242.0, 376.0, 73.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTAACTTC\", \"ini\": 4573, \"clust\": 4629, \"rank\": 3053, \"rankvar\": 3957, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4248, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4464, \"group\": [4629.0, 805.0, 161.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCACGGTTA\", \"ini\": 4572, \"clust\": 2269, \"rank\": 2097, \"rankvar\": 4232, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4249, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2457, \"group\": [2270.0, 383.0, 74.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTGTAA\", \"ini\": 4571, \"clust\": 2198, \"rank\": 2656, \"rankvar\": 523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4250, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2458, \"group\": [2199.0, 360.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATTGTGCA\", \"ini\": 4570, \"clust\": 4295, \"rank\": 2610, \"rankvar\": 3743, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 441, \"group\": [4296.0, 709.0, 140.0, 29.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAGTCGGT\", \"ini\": 4569, \"clust\": 2647, \"rank\": 2609, \"rankvar\": 3680, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4252, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4319, \"group\": [2647.0, 490.0, 96.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCGTCAAA\", \"ini\": 4568, \"clust\": 4008, \"rank\": 1627, \"rankvar\": 4354, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4253, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2097, \"group\": [4008.0, 591.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCACCCTCA\", \"ini\": 4567, \"clust\": 2201, \"rank\": 2765, \"rankvar\": 1639, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 442, \"group\": [2202.0, 361.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTCACCTC\", \"ini\": 4566, \"clust\": 4699, \"rank\": 2726, \"rankvar\": 1039, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4255, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4465, \"group\": [4699.0, 832.0, 166.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGACAAGCC\", \"ini\": 4565, \"clust\": 782, \"rank\": 4475, \"rankvar\": 4801, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4256, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5173, \"group\": [786.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGCATCATC\", \"ini\": 4564, \"clust\": 2681, \"rank\": 2686, \"rankvar\": 1112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4257, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2459, \"group\": [2682.0, 501.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGACACGAC\", \"ini\": 4563, \"clust\": 3351, \"rank\": 1679, \"rankvar\": 3067, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 443, \"group\": [3352.0, 571.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTTCCTT\", \"ini\": 4562, \"clust\": 113, \"rank\": 3238, \"rankvar\": 623, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4259, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2460, \"group\": [116.0, 21.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGATACACA\", \"ini\": 4561, \"clust\": 2678, \"rank\": 2466, \"rankvar\": 1536, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4260, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2461, \"group\": [2680.0, 500.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACAATAGAGT\", \"ini\": 4560, \"clust\": 2145, \"rank\": 3704, \"rankvar\": 1676, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4261, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 444, \"group\": [2145.0, 340.0, 64.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGATGTGGC\", \"ini\": 4559, \"clust\": 2199, \"rank\": 2547, \"rankvar\": 4076, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4262, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2462, \"group\": [2200.0, 360.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGTAAGTAC\", \"ini\": 4558, \"clust\": 1094, \"rank\": 2992, \"rankvar\": 369, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 445, \"group\": [1095.0, 216.0, 46.0, 11.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGGTCGAT\", \"ini\": 4557, \"clust\": 822, \"rank\": 4274, \"rankvar\": 4960, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4264, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5174, \"group\": [825.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAAACGCG\", \"ini\": 4556, \"clust\": 4066, \"rank\": 2010, \"rankvar\": 1895, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4265, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2463, \"group\": [4066.0, 606.0, 106.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGGGTGTTG\", \"ini\": 4555, \"clust\": 502, \"rank\": 3894, \"rankvar\": 59, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4266, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2464, \"group\": [505.0, 74.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGCTATGCT\", \"ini\": 4554, \"clust\": 3206, \"rank\": 1504, \"rankvar\": 3228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 446, \"group\": [3209.0, 554.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCTCGATGA\", \"ini\": 4553, \"clust\": 4247, \"rank\": 2397, \"rankvar\": 4716, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4268, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2836, \"group\": [4247.0, 684.0, 131.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAACACCCG\", \"ini\": 4552, \"clust\": 2386, \"rank\": 2284, \"rankvar\": 2577, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4269, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2465, \"group\": [2386.0, 423.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTAAGAGAG\", \"ini\": 4551, \"clust\": 3999, \"rank\": 2797, \"rankvar\": 1743, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4270, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2466, \"group\": [4001.0, 588.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAGCTCCG\", \"ini\": 4550, \"clust\": 554, \"rank\": 3091, \"rankvar\": 3409, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4271, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2467, \"group\": [556.0, 86.0, 17.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTGTCCAT\", \"ini\": 4549, \"clust\": 41, \"rank\": 2839, \"rankvar\": 4526, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4272, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5063, \"group\": [46.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGATTA\", \"ini\": 4548, \"clust\": 625, \"rank\": 3377, \"rankvar\": 327, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4273, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 447, \"group\": [625.0, 106.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTGCTGTC\", \"ini\": 4547, \"clust\": 4281, \"rank\": 3047, \"rankvar\": 1965, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2468, \"group\": [4284.0, 703.0, 138.0, 28.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTAAGTAG\", \"ini\": 4546, \"clust\": 534, \"rank\": 2436, \"rankvar\": 941, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4275, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2469, \"group\": [537.0, 79.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTAGGACAC\", \"ini\": 4545, \"clust\": 2291, \"rank\": 2930, \"rankvar\": 329, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4276, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2470, \"group\": [2292.0, 394.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTACGAAAT\", \"ini\": 4544, \"clust\": 4578, \"rank\": 1578, \"rankvar\": 2494, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4277, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5064, \"group\": [4579.0, 782.0, 155.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCGGCATC\", \"ini\": 4543, \"clust\": 2180, \"rank\": 3019, \"rankvar\": 974, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 448, \"group\": [2182.0, 353.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATAGTCA\", \"ini\": 4542, \"clust\": 4058, \"rank\": 2577, \"rankvar\": 1158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4279, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2471, \"group\": [4059.0, 604.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTTTAGGA\", \"ini\": 4541, \"clust\": 600, \"rank\": 3080, \"rankvar\": 2190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 449, \"group\": [601.0, 95.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGTCGTC\", \"ini\": 4540, \"clust\": 4679, \"rank\": 1884, \"rankvar\": 2276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4281, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4466, \"group\": [4681.0, 825.0, 165.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGAAGGACA\", \"ini\": 4539, \"clust\": 3337, \"rank\": 2035, \"rankvar\": 2017, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 450, \"group\": [3340.0, 570.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTGGAGA\", \"ini\": 4538, \"clust\": 2579, \"rank\": 2140, \"rankvar\": 1464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4283, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2472, \"group\": [2580.0, 475.0, 94.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGGTGGA\", \"ini\": 4537, \"clust\": 627, \"rank\": 2746, \"rankvar\": 533, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 451, \"group\": [633.0, 111.0, 25.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGGCATG\", \"ini\": 4536, \"clust\": 2256, \"rank\": 2943, \"rankvar\": 2301, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 452, \"group\": [2259.0, 381.0, 74.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAATGTTGC\", \"ini\": 4535, \"clust\": 4136, \"rank\": 2243, \"rankvar\": 1162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4286, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2473, \"group\": [4135.0, 644.0, 119.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCGGCA\", \"ini\": 4534, \"clust\": 2302, \"rank\": 2567, \"rankvar\": 962, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4287, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2474, \"group\": [2302.0, 395.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGTACC\", \"ini\": 4533, \"clust\": 2754, \"rank\": 1646, \"rankvar\": 1341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 453, \"group\": [2755.0, 513.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCATTATCC\", \"ini\": 4532, \"clust\": 2318, \"rank\": 1891, \"rankvar\": 2113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2475, \"group\": [2318.0, 400.0, 78.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAGGATCGA\", \"ini\": 4531, \"clust\": 3026, \"rank\": 2401, \"rankvar\": 874, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4290, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 454, \"group\": [3027.0, 535.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTCCAGTTA\", \"ini\": 4530, \"clust\": 1051, \"rank\": 3563, \"rankvar\": 84, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4291, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4320, \"group\": [1054.0, 203.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAGCTTCGG\", \"ini\": 4529, \"clust\": 2234, \"rank\": 2778, \"rankvar\": 2745, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4292, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2476, \"group\": [2236.0, 371.0, 72.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCACCAGGC\", \"ini\": 4528, \"clust\": 2336, \"rank\": 2761, \"rankvar\": 531, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4293, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 455, \"group\": [2336.0, 404.0, 79.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACACAGAGGT\", \"ini\": 4527, \"clust\": 2261, \"rank\": 2607, \"rankvar\": 2881, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4294, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2477, \"group\": [2260.0, 381.0, 74.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGATTGCT\", \"ini\": 4526, \"clust\": 2757, \"rank\": 1765, \"rankvar\": 2296, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4295, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 456, \"group\": [2757.0, 513.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCATCGTCGG\", \"ini\": 4525, \"clust\": 2648, \"rank\": 2460, \"rankvar\": 258, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2478, \"group\": [2648.0, 490.0, 96.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTGAATTG\", \"ini\": 4524, \"clust\": 977, \"rank\": 4863, \"rankvar\": 5220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4297, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5175, \"group\": [980.0, 177.0, 38.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGTATCTCG\", \"ini\": 4523, \"clust\": 1777, \"rank\": 3138, \"rankvar\": 230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 457, \"group\": [1780.0, 274.0, 53.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAACGC\", \"ini\": 4522, \"clust\": 2775, \"rank\": 2475, \"rankvar\": 1986, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4299, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 458, \"group\": [2776.0, 516.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGATCCCGC\", \"ini\": 4521, \"clust\": 2403, \"rank\": 2341, \"rankvar\": 3659, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4300, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2479, \"group\": [2403.0, 427.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAAGAAAGG\", \"ini\": 4520, \"clust\": 4684, \"rank\": 2199, \"rankvar\": 2839, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4301, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2480, \"group\": [4684.0, 827.0, 166.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTGGTTT\", \"ini\": 4519, \"clust\": 615, \"rank\": 3626, \"rankvar\": 2592, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 459, \"group\": [618.0, 103.0, 22.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTTCAAG\", \"ini\": 4518, \"clust\": 4249, \"rank\": 2049, \"rankvar\": 2497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 460, \"group\": [4254.0, 686.0, 131.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTTTCG\", \"ini\": 4517, \"clust\": 3384, \"rank\": 1806, \"rankvar\": 136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4304, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2481, \"group\": [3392.0, 575.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGTCTAC\", \"ini\": 4516, \"clust\": 2407, \"rank\": 3198, \"rankvar\": 242, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 461, \"group\": [2410.0, 428.0, 84.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTGTCCGT\", \"ini\": 4515, \"clust\": 4344, \"rank\": 2503, \"rankvar\": 2930, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4306, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5065, \"group\": [4343.0, 731.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTATATCCG\", \"ini\": 4514, \"clust\": 2209, \"rank\": 3624, \"rankvar\": 4202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4307, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 462, \"group\": [2209.0, 363.0, 71.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGGCCT\", \"ini\": 4513, \"clust\": 2437, \"rank\": 2663, \"rankvar\": 3366, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4308, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2482, \"group\": [2438.0, 438.0, 86.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCACCGATAT\", \"ini\": 4512, \"clust\": 573, \"rank\": 3243, \"rankvar\": 844, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 463, \"group\": [576.0, 90.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGCCATG\", \"ini\": 4511, \"clust\": 2091, \"rank\": 3436, \"rankvar\": 3021, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4467, \"group\": [2094.0, 327.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGCTTGTC\", \"ini\": 4510, \"clust\": 2194, \"rank\": 2732, \"rankvar\": 1354, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 464, \"group\": [2193.0, 357.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGCTGATAA\", \"ini\": 4509, \"clust\": 2321, \"rank\": 2331, \"rankvar\": 3869, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4312, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2483, \"group\": [2321.0, 401.0, 78.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACACATGT\", \"ini\": 4508, \"clust\": 341, \"rank\": 3597, \"rankvar\": 178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 465, \"group\": [343.0, 51.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACATACG\", \"ini\": 4507, \"clust\": 4091, \"rank\": 2208, \"rankvar\": 1233, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4314, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 466, \"group\": [4091.0, 618.0, 110.0, 21.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCACCGAATT\", \"ini\": 4506, \"clust\": 801, \"rank\": 4526, \"rankvar\": 4991, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4315, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5176, \"group\": [801.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAATAGCGG\", \"ini\": 4505, \"clust\": 2327, \"rank\": 3146, \"rankvar\": 2004, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4316, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 467, \"group\": [2327.0, 402.0, 78.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAGACACTT\", \"ini\": 4504, \"clust\": 2330, \"rank\": 2794, \"rankvar\": 2587, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4317, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2484, \"group\": [2330.0, 403.0, 78.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTTACGGAG\", \"ini\": 4503, \"clust\": 2627, \"rank\": 2578, \"rankvar\": 1520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4318, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2485, \"group\": [2630.0, 485.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGAGTTGGC\", \"ini\": 4502, \"clust\": 3377, \"rank\": 1313, \"rankvar\": 2755, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4319, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2486, \"group\": [3378.0, 574.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCCCAGCT\", \"ini\": 4501, \"clust\": 2267, \"rank\": 2259, \"rankvar\": 841, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4320, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2487, \"group\": [2268.0, 383.0, 74.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATCAGAA\", \"ini\": 4500, \"clust\": 1016, \"rank\": 3168, \"rankvar\": 1174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4321, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2837, \"group\": [1019.0, 190.0, 41.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGTCGATAA\", \"ini\": 4499, \"clust\": 2374, \"rank\": 2867, \"rankvar\": 3180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2488, \"group\": [2374.0, 417.0, 82.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAAGTTCTG\", \"ini\": 4498, \"clust\": 4465, \"rank\": 1363, \"rankvar\": 4635, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4323, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2838, \"group\": [4466.0, 762.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGACTAGGC\", \"ini\": 4497, \"clust\": 2260, \"rank\": 2903, \"rankvar\": 3254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4324, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2098, \"group\": [2262.0, 381.0, 74.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCACGGTAAG\", \"ini\": 4496, \"clust\": 2224, \"rank\": 2337, \"rankvar\": 939, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4325, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2489, \"group\": [2224.0, 368.0, 72.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCTGTAGA\", \"ini\": 4495, \"clust\": 2320, \"rank\": 2343, \"rankvar\": 3184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 468, \"group\": [2323.0, 401.0, 78.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCTTGT\", \"ini\": 4494, \"clust\": 2263, \"rank\": 1980, \"rankvar\": 3390, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 469, \"group\": [2266.0, 382.0, 74.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTCGCTTG\", \"ini\": 4493, \"clust\": 2377, \"rank\": 3185, \"rankvar\": 1195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4328, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2490, \"group\": [2379.0, 420.0, 82.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACCAACCG\", \"ini\": 4492, \"clust\": 2238, \"rank\": 2897, \"rankvar\": 558, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4329, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2491, \"group\": [2240.0, 374.0, 73.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGCGCCTTG\", \"ini\": 4491, \"clust\": 2364, \"rank\": 3318, \"rankvar\": 3271, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4330, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 470, \"group\": [2364.0, 413.0, 81.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCCCGACTT\", \"ini\": 4490, \"clust\": 2752, \"rank\": 1720, \"rankvar\": 2189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4331, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2492, \"group\": [2751.0, 513.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGCCACGCT\", \"ini\": 4489, \"clust\": 537, \"rank\": 2978, \"rankvar\": 1947, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4332, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2493, \"group\": [538.0, 80.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCCCAACC\", \"ini\": 4488, \"clust\": 2404, \"rank\": 2463, \"rankvar\": 2719, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4333, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 471, \"group\": [2404.0, 427.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCGAGT\", \"ini\": 4487, \"clust\": 2661, \"rank\": 2365, \"rankvar\": 827, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4334, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2494, \"group\": [2661.0, 497.0, 97.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATGTTCCC\", \"ini\": 4486, \"clust\": 2391, \"rank\": 2973, \"rankvar\": 3383, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4335, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 472, \"group\": [2392.0, 424.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACAGGTTT\", \"ini\": 4485, \"clust\": 4089, \"rank\": 2675, \"rankvar\": 169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2495, \"group\": [4092.0, 619.0, 110.0, 21.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCGCGCCAA\", \"ini\": 4484, \"clust\": 2438, \"rank\": 2360, \"rankvar\": 957, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4337, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 473, \"group\": [2439.0, 438.0, 86.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCAGCGCTTAT\", \"ini\": 4483, \"clust\": 809, \"rank\": 4461, \"rankvar\": 5180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4338, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5177, \"group\": [809.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACCAGATT\", \"ini\": 4482, \"clust\": 4704, \"rank\": 2393, \"rankvar\": 339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4339, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5066, \"group\": [4707.0, 837.0, 168.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTATGAAAC\", \"ini\": 4481, \"clust\": 3433, \"rank\": 2333, \"rankvar\": 936, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 474, \"group\": [3437.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCCCTGACT\", \"ini\": 4480, \"clust\": 4106, \"rank\": 3343, \"rankvar\": 2311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 475, \"group\": [4106.0, 628.0, 113.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGTTAGCGG\", \"ini\": 4479, \"clust\": 2240, \"rank\": 3427, \"rankvar\": 4410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4342, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2496, \"group\": [2239.0, 373.0, 73.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGCTAACTC\", \"ini\": 4478, \"clust\": 293, \"rank\": 3181, \"rankvar\": 770, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 476, \"group\": [294.0, 37.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGTTACCCA\", \"ini\": 4477, \"clust\": 911, \"rank\": 3513, \"rankvar\": 5009, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4344, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5178, \"group\": [911.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAGCGATG\", \"ini\": 4476, \"clust\": 582, \"rank\": 4114, \"rankvar\": 4145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4345, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4321, \"group\": [583.0, 92.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTGGTAC\", \"ini\": 4475, \"clust\": 546, \"rank\": 3245, \"rankvar\": 3811, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4346, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2497, \"group\": [549.0, 84.0, 17.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAGATGAGC\", \"ini\": 4474, \"clust\": 609, \"rank\": 3195, \"rankvar\": 2490, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 477, \"group\": [610.0, 101.0, 22.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCAAAGTAG\", \"ini\": 4473, \"clust\": 2412, \"rank\": 3114, \"rankvar\": 757, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 478, \"group\": [2413.0, 429.0, 84.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTAAGCCA\", \"ini\": 4472, \"clust\": 4621, \"rank\": 3244, \"rankvar\": 3505, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4349, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4468, \"group\": [4624.0, 802.0, 160.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGATGTTAG\", \"ini\": 4471, \"clust\": 810, \"rank\": 4525, \"rankvar\": 5155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4350, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5179, \"group\": [810.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGCCCGAAA\", \"ini\": 4470, \"clust\": 2139, \"rank\": 3792, \"rankvar\": 1960, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4351, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2498, \"group\": [2139.0, 338.0, 64.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCACAGGT\", \"ini\": 4469, \"clust\": 21, \"rank\": 2004, \"rankvar\": 878, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4352, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5067, \"group\": [22.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTCCAGGA\", \"ini\": 4468, \"clust\": 2398, \"rank\": 2615, \"rankvar\": 323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4353, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2499, \"group\": [2399.0, 426.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAAGTGCG\", \"ini\": 4467, \"clust\": 2146, \"rank\": 3831, \"rankvar\": 1118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 479, \"group\": [2146.0, 340.0, 64.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCGTAGATTAG\", \"ini\": 4466, \"clust\": 129, \"rank\": 3663, \"rankvar\": 4666, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 480, \"group\": [133.0, 28.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCGTACGGC\", \"ini\": 4465, \"clust\": 4589, \"rank\": 2016, \"rankvar\": 4771, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4356, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2839, \"group\": [4589.0, 786.0, 156.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCACGGTGTC\", \"ini\": 4464, \"clust\": 2382, \"rank\": 2895, \"rankvar\": 3114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 481, \"group\": [2383.0, 422.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCTATCCTA\", \"ini\": 4463, \"clust\": 2251, \"rank\": 2940, \"rankvar\": 387, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 482, \"group\": [2254.0, 379.0, 74.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCACTGGGC\", \"ini\": 4462, \"clust\": 593, \"rank\": 3505, \"rankvar\": 255, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 483, \"group\": [596.0, 93.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTATGAAAC\", \"ini\": 4461, \"clust\": 2323, \"rank\": 2396, \"rankvar\": 1848, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 484, \"group\": [2326.0, 401.0, 78.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCTTGGTC\", \"ini\": 4460, \"clust\": 3199, \"rank\": 1555, \"rankvar\": 759, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4361, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2500, \"group\": [3202.0, 553.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCACGTTGGC\", \"ini\": 4459, \"clust\": 2373, \"rank\": 2984, \"rankvar\": 2707, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4362, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2501, \"group\": [2376.0, 418.0, 82.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCCCTTA\", \"ini\": 4458, \"clust\": 4328, \"rank\": 2336, \"rankvar\": 1197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4363, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2840, \"group\": [4336.0, 728.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGACAAAGG\", \"ini\": 4457, \"clust\": 2332, \"rank\": 2229, \"rankvar\": 2515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4364, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2099, \"group\": [2335.0, 403.0, 78.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACTGCCAG\", \"ini\": 4456, \"clust\": 1425, \"rank\": 4120, \"rankvar\": 2583, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2502, \"group\": [1428.0, 243.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGCGTGAGT\", \"ini\": 4455, \"clust\": 62, \"rank\": 2681, \"rankvar\": 4442, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4366, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5068, \"group\": [61.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCGCGGATC\", \"ini\": 4454, \"clust\": 2643, \"rank\": 2249, \"rankvar\": 4174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2503, \"group\": [2645.0, 489.0, 96.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGGTGCAGACA\", \"ini\": 4453, \"clust\": 622, \"rank\": 3730, \"rankvar\": 3619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4368, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2504, \"group\": [621.0, 105.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTAAGGGC\", \"ini\": 4452, \"clust\": 3224, \"rank\": 1725, \"rankvar\": 1042, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4369, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2100, \"group\": [3225.0, 555.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGCGTTCCG\", \"ini\": 4451, \"clust\": 2529, \"rank\": 3130, \"rankvar\": 1219, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4370, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 485, \"group\": [2530.0, 462.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCATGAAC\", \"ini\": 4450, \"clust\": 4225, \"rank\": 3721, \"rankvar\": 446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4371, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 486, \"group\": [4225.0, 676.0, 128.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGCACTTCGAA\", \"ini\": 4449, \"clust\": 4276, \"rank\": 2876, \"rankvar\": 3408, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4372, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4469, \"group\": [4277.0, 699.0, 137.0, 28.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGGCATCG\", \"ini\": 4448, \"clust\": 570, \"rank\": 3157, \"rankvar\": 3930, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4373, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2505, \"group\": [573.0, 90.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCTCCAACC\", \"ini\": 4447, \"clust\": 3280, \"rank\": 2479, \"rankvar\": 3611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2506, \"group\": [3279.0, 563.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGGGATCTG\", \"ini\": 4446, \"clust\": 2262, \"rank\": 2583, \"rankvar\": 2319, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4375, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2507, \"group\": [2261.0, 381.0, 74.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGGCTCAC\", \"ini\": 4445, \"clust\": 980, \"rank\": 3599, \"rankvar\": 4143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4376, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 487, \"group\": [984.0, 178.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACAGTTAACC\", \"ini\": 4444, \"clust\": 2408, \"rank\": 3087, \"rankvar\": 885, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4377, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2508, \"group\": [2408.0, 428.0, 84.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCAGGCGAA\", \"ini\": 4443, \"clust\": 4282, \"rank\": 2990, \"rankvar\": 3, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 488, \"group\": [4282.0, 702.0, 138.0, 28.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCACAACGCC\", \"ini\": 4442, \"clust\": 43, \"rank\": 2833, \"rankvar\": 4834, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4379, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5069, \"group\": [41.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGCAGTTT\", \"ini\": 4441, \"clust\": 640, \"rank\": 3037, \"rankvar\": 3671, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4380, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2509, \"group\": [640.0, 114.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCACTCCTG\", \"ini\": 4440, \"clust\": 49, \"rank\": 2809, \"rankvar\": 4831, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4381, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5070, \"group\": [49.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGAAGGCCT\", \"ini\": 4439, \"clust\": 2276, \"rank\": 1598, \"rankvar\": 1607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4382, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5071, \"group\": [2277.0, 386.0, 75.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCAGGCAAG\", \"ini\": 4438, \"clust\": 2794, \"rank\": 2166, \"rankvar\": 3774, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4383, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2101, \"group\": [2794.0, 520.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGTTGCAGG\", \"ini\": 4437, \"clust\": 3217, \"rank\": 908, \"rankvar\": 3664, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4384, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2102, \"group\": [3218.0, 555.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGAAAGA\", \"ini\": 4436, \"clust\": 4250, \"rank\": 976, \"rankvar\": 4702, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4385, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2841, \"group\": [4250.0, 685.0, 131.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCAGATGTAAC\", \"ini\": 4435, \"clust\": 4656, \"rank\": 2469, \"rankvar\": 397, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4386, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5072, \"group\": [4657.0, 816.0, 162.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCGGATCA\", \"ini\": 4434, \"clust\": 297, \"rank\": 3543, \"rankvar\": 1144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4387, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2510, \"group\": [296.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCACATTCGA\", \"ini\": 4433, \"clust\": 2172, \"rank\": 2793, \"rankvar\": 1963, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 489, \"group\": [2175.0, 350.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTAAAGTCA\", \"ini\": 4432, \"clust\": 2252, \"rank\": 2147, \"rankvar\": 4016, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4389, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2511, \"group\": [2252.0, 379.0, 74.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCATCGGC\", \"ini\": 4431, \"clust\": 542, \"rank\": 3041, \"rankvar\": 1129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4390, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2512, \"group\": [542.0, 82.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACCCATTC\", \"ini\": 4430, \"clust\": 2310, \"rank\": 2363, \"rankvar\": 1922, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4391, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2103, \"group\": [2314.0, 398.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGCTGAACG\", \"ini\": 4429, \"clust\": 2292, \"rank\": 2869, \"rankvar\": 782, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4392, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2513, \"group\": [2293.0, 394.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCGACAGCC\", \"ini\": 4428, \"clust\": 1400, \"rank\": 4178, \"rankvar\": 1479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 490, \"group\": [1403.0, 242.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTCAGACT\", \"ini\": 4427, \"clust\": 2388, \"rank\": 1965, \"rankvar\": 1275, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4394, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2514, \"group\": [2389.0, 423.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTGGTCTCG\", \"ini\": 4426, \"clust\": 4227, \"rank\": 1701, \"rankvar\": 421, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4395, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5073, \"group\": [4228.0, 678.0, 129.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTATCGCC\", \"ini\": 4425, \"clust\": 2283, \"rank\": 3021, \"rankvar\": 619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4396, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2104, \"group\": [2284.0, 388.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGATGAGAG\", \"ini\": 4424, \"clust\": 4373, \"rank\": 2177, \"rankvar\": 1367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4397, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5074, \"group\": [4376.0, 742.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAACCAC\", \"ini\": 4423, \"clust\": 4303, \"rank\": 3488, \"rankvar\": 1605, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4398, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2515, \"group\": [4307.0, 715.0, 142.0, 30.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTTCGATC\", \"ini\": 4422, \"clust\": 2371, \"rank\": 2713, \"rankvar\": 2244, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4399, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2516, \"group\": [2371.0, 416.0, 81.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCTAAGAT\", \"ini\": 4421, \"clust\": 2772, \"rank\": 2149, \"rankvar\": 3404, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 491, \"group\": [2773.0, 516.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTAGCAAAT\", \"ini\": 4420, \"clust\": 651, \"rank\": 2859, \"rankvar\": 1502, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4401, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2517, \"group\": [651.0, 119.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGATGTCT\", \"ini\": 4419, \"clust\": 2487, \"rank\": 2968, \"rankvar\": 1661, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4402, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2518, \"group\": [2487.0, 452.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGTAC\", \"ini\": 4418, \"clust\": 447, \"rank\": 4066, \"rankvar\": 1185, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4403, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 492, \"group\": [448.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGTTGTC\", \"ini\": 4417, \"clust\": 2297, \"rank\": 2579, \"rankvar\": 3373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4404, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2105, \"group\": [2303.0, 395.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGAGAGCTC\", \"ini\": 4416, \"clust\": 4275, \"rank\": 2348, \"rankvar\": 2502, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4405, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4470, \"group\": [4276.0, 699.0, 137.0, 28.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAGCTCCGA\", \"ini\": 4415, \"clust\": 3198, \"rank\": 2355, \"rankvar\": 665, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4406, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2519, \"group\": [3199.0, 552.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTGCGTGA\", \"ini\": 4414, \"clust\": 4190, \"rank\": 2981, \"rankvar\": 1426, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4407, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2520, \"group\": [4191.0, 663.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAAGAAGC\", \"ini\": 4413, \"clust\": 4080, \"rank\": 2612, \"rankvar\": 1468, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 493, \"group\": [4083.0, 614.0, 107.0, 20.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGCGTTTAC\", \"ini\": 4412, \"clust\": 111, \"rank\": 4447, \"rankvar\": 4486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4409, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 23, \"group\": [112.0, 19.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTAATCACC\", \"ini\": 4411, \"clust\": 4122, \"rank\": 2944, \"rankvar\": 3212, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 494, \"group\": [4126.0, 637.0, 116.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCGGAAATA\", \"ini\": 4410, \"clust\": 2326, \"rank\": 2082, \"rankvar\": 2524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2521, \"group\": [2329.0, 402.0, 78.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTCAGAG\", \"ini\": 4409, \"clust\": 4110, \"rank\": 2225, \"rankvar\": 1770, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2522, \"group\": [4110.0, 630.0, 114.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGTAGCGGT\", \"ini\": 4408, \"clust\": 2132, \"rank\": 3529, \"rankvar\": 3014, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4413, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5075, \"group\": [2133.0, 336.0, 62.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGTCTCCTATA\", \"ini\": 4407, \"clust\": 4115, \"rank\": 2353, \"rankvar\": 2233, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4414, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2523, \"group\": [4120.0, 635.0, 116.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGTATCTG\", \"ini\": 4406, \"clust\": 2281, \"rank\": 1651, \"rankvar\": 3783, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4415, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5076, \"group\": [2282.0, 387.0, 76.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTGATCGG\", \"ini\": 4405, \"clust\": 1340, \"rank\": 4077, \"rankvar\": 3465, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4416, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2524, \"group\": [1338.0, 237.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTAGGGACT\", \"ini\": 4404, \"clust\": 2358, \"rank\": 2255, \"rankvar\": 3580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4417, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2106, \"group\": [2360.0, 410.0, 80.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCTCTAACTGG\", \"ini\": 4403, \"clust\": 2959, \"rank\": 1868, \"rankvar\": 2731, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4418, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2525, \"group\": [2960.0, 532.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTAGTTTCCTT\", \"ini\": 4402, \"clust\": 142, \"rank\": 2493, \"rankvar\": 4545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4419, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5077, \"group\": [142.0, 30.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCAAG\", \"ini\": 4401, \"clust\": 2790, \"rank\": 2789, \"rankvar\": 1675, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4420, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2107, \"group\": [2793.0, 519.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGACTCGC\", \"ini\": 4400, \"clust\": 2576, \"rank\": 1896, \"rankvar\": 559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4421, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2526, \"group\": [2577.0, 474.0, 94.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAAGCCCAC\", \"ini\": 4399, \"clust\": 4253, \"rank\": 1387, \"rankvar\": 4863, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4422, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2842, \"group\": [4253.0, 685.0, 131.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCAATCCGAT\", \"ini\": 4398, \"clust\": 126, \"rank\": 3641, \"rankvar\": 4449, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4423, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2527, \"group\": [126.0, 27.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCGGATCC\", \"ini\": 4397, \"clust\": 795, \"rank\": 4793, \"rankvar\": 5133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4424, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5180, \"group\": [795.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCCTTGTG\", \"ini\": 4396, \"clust\": 269, \"rank\": 3717, \"rankvar\": 4998, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4425, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 24, \"group\": [271.0, 32.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAGTGAAT\", \"ini\": 4395, \"clust\": 798, \"rank\": 4881, \"rankvar\": 5184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4426, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5181, \"group\": [797.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCAATGGAGC\", \"ini\": 4394, \"clust\": 553, \"rank\": 3631, \"rankvar\": 3751, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4427, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2528, \"group\": [557.0, 86.0, 17.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGTGTTAA\", \"ini\": 4393, \"clust\": 791, \"rank\": 4709, \"rankvar\": 5081, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4428, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5182, \"group\": [792.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTTATTCTC\", \"ini\": 4392, \"clust\": 2657, \"rank\": 2408, \"rankvar\": 3183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 495, \"group\": [2660.0, 496.0, 97.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCCGAATT\", \"ini\": 4391, \"clust\": 641, \"rank\": 3213, \"rankvar\": 3640, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 496, \"group\": [641.0, 114.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTACCAGTT\", \"ini\": 4390, \"clust\": 30, \"rank\": 3408, \"rankvar\": 4465, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4431, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5078, \"group\": [31.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCGTCACGG\", \"ini\": 4389, \"clust\": 3228, \"rank\": 1407, \"rankvar\": 1793, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 497, \"group\": [3229.0, 556.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAAGCCGATTT\", \"ini\": 4388, \"clust\": 851, \"rank\": 3330, \"rankvar\": 3649, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4433, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2843, \"group\": [852.0, 161.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGGTGATTA\", \"ini\": 4387, \"clust\": 2130, \"rank\": 4421, \"rankvar\": 3832, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4471, \"group\": [2130.0, 335.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAATGGATA\", \"ini\": 4386, \"clust\": 592, \"rank\": 3729, \"rankvar\": 1943, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4435, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2529, \"group\": [597.0, 93.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACACAGCCCA\", \"ini\": 4385, \"clust\": 432, \"rank\": 4370, \"rankvar\": 3231, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4436, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4322, \"group\": [433.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGGATGGG\", \"ini\": 4384, \"clust\": 157, \"rank\": 4232, \"rankvar\": 4587, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4437, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2530, \"group\": [158.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAGGAACGT\", \"ini\": 4383, \"clust\": 2255, \"rank\": 3129, \"rankvar\": 3829, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4438, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2108, \"group\": [2256.0, 380.0, 74.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGCCATCGC\", \"ini\": 4382, \"clust\": 2094, \"rank\": 3322, \"rankvar\": 1391, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4439, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4472, \"group\": [2097.0, 328.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTCCGTCAG\", \"ini\": 4381, \"clust\": 2114, \"rank\": 3660, \"rankvar\": 1716, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4440, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4473, \"group\": [2115.0, 332.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACAGGGATTG\", \"ini\": 4380, \"clust\": 802, \"rank\": 4937, \"rankvar\": 5206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4441, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5183, \"group\": [802.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTATCGCAT\", \"ini\": 4379, \"clust\": 4052, \"rank\": 878, \"rankvar\": 3847, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 498, \"group\": [4051.0, 602.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCACTAGTAC\", \"ini\": 4378, \"clust\": 2422, \"rank\": 2537, \"rankvar\": 3892, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4443, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2109, \"group\": [2423.0, 432.0, 84.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCTTAGAGC\", \"ini\": 4377, \"clust\": 2230, \"rank\": 2659, \"rankvar\": 2458, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4474, \"group\": [2237.0, 372.0, 72.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCATGGAATA\", \"ini\": 4376, \"clust\": 2676, \"rank\": 2550, \"rankvar\": 4059, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4445, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2110, \"group\": [2677.0, 500.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGGATGCGT\", \"ini\": 4375, \"clust\": 2213, \"rank\": 2939, \"rankvar\": 2315, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4446, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2111, \"group\": [2214.0, 364.0, 71.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTCGATAA\", \"ini\": 4374, \"clust\": 4162, \"rank\": 2836, \"rankvar\": 3116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4447, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2531, \"group\": [4162.0, 656.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGATATGGT\", \"ini\": 4373, \"clust\": 3281, \"rank\": 2418, \"rankvar\": 3917, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4448, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2112, \"group\": [3280.0, 563.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACCAACCG\", \"ini\": 4372, \"clust\": 2141, \"rank\": 3993, \"rankvar\": 1956, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4449, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2532, \"group\": [2144.0, 339.0, 64.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCGATCCCT\", \"ini\": 4371, \"clust\": 2413, \"rank\": 3009, \"rankvar\": 1439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4450, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2113, \"group\": [2414.0, 429.0, 84.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTTAACGA\", \"ini\": 4370, \"clust\": 2420, \"rank\": 2623, \"rankvar\": 3645, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4451, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 499, \"group\": [2419.0, 430.0, 84.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTCTAGGTT\", \"ini\": 4369, \"clust\": 2115, \"rank\": 3752, \"rankvar\": 2781, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4452, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4475, \"group\": [2116.0, 332.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCATTGCGA\", \"ini\": 4368, \"clust\": 571, \"rank\": 3127, \"rankvar\": 4339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 500, \"group\": [571.0, 90.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAAGCGAGT\", \"ini\": 4367, \"clust\": 50, \"rank\": 3566, \"rankvar\": 4907, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4454, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5079, \"group\": [50.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCGTCAAA\", \"ini\": 4366, \"clust\": 2246, \"rank\": 2814, \"rankvar\": 176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4455, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 501, \"group\": [2245.0, 377.0, 73.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGTTGGC\", \"ini\": 4365, \"clust\": 333, \"rank\": 3430, \"rankvar\": 126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 502, \"group\": [334.0, 49.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGTCACAGTAC\", \"ini\": 4364, \"clust\": 804, \"rank\": 4830, \"rankvar\": 5124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4457, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5184, \"group\": [804.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCAACCAAC\", \"ini\": 4363, \"clust\": 532, \"rank\": 3742, \"rankvar\": 2909, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 503, \"group\": [531.0, 78.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTGTTGTTTGG\", \"ini\": 4362, \"clust\": 2375, \"rank\": 3347, \"rankvar\": 3487, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4459, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2533, \"group\": [2375.0, 417.0, 82.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCTCACCT\", \"ini\": 4361, \"clust\": 0, \"rank\": 2917, \"rankvar\": 1289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4460, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5080, \"group\": [4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCATTGCGGC\", \"ini\": 4360, \"clust\": 4305, \"rank\": 4060, \"rankvar\": 4601, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4461, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4476, \"group\": [4304.0, 714.0, 142.0, 30.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCGGCGCTA\", \"ini\": 4359, \"clust\": 2645, \"rank\": 2928, \"rankvar\": 596, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 504, \"group\": [2644.0, 489.0, 96.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCCGCATAA\", \"ini\": 4358, \"clust\": 544, \"rank\": 3451, \"rankvar\": 4297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 505, \"group\": [545.0, 83.0, 17.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCTCCCTGA\", \"ini\": 4357, \"clust\": 3292, \"rank\": 1538, \"rankvar\": 3564, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4464, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2114, \"group\": [3293.0, 564.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAAACGAG\", \"ini\": 4356, \"clust\": 4299, \"rank\": 2889, \"rankvar\": 2321, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4465, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4477, \"group\": [4300.0, 711.0, 141.0, 30.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAAGGCACATG\", \"ini\": 4355, \"clust\": 4608, \"rank\": 1994, \"rankvar\": 432, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4466, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5081, \"group\": [4608.0, 794.0, 158.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCATAACCG\", \"ini\": 4354, \"clust\": 545, \"rank\": 3399, \"rankvar\": 1554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4467, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2534, \"group\": [546.0, 83.0, 17.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACACATTTCT\", \"ini\": 4353, \"clust\": 298, \"rank\": 3167, \"rankvar\": 871, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4468, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2535, \"group\": [297.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGTGAAAT\", \"ini\": 4352, \"clust\": 503, \"rank\": 4181, \"rankvar\": 2012, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 506, \"group\": [503.0, 74.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCATCCTAGA\", \"ini\": 4351, \"clust\": 392, \"rank\": 3786, \"rankvar\": 33, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4470, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2536, \"group\": [391.0, 56.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCTTCGGTC\", \"ini\": 4350, \"clust\": 173, \"rank\": 4669, \"rankvar\": 4725, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4471, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 25, \"group\": [173.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTCAAGGC\", \"ini\": 4349, \"clust\": 2399, \"rank\": 2444, \"rankvar\": 2589, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4472, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2115, \"group\": [2400.0, 426.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTCTAAACC\", \"ini\": 4348, \"clust\": 1775, \"rank\": 3637, \"rankvar\": 1599, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4473, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2537, \"group\": [1776.0, 273.0, 53.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTTACCGAT\", \"ini\": 4347, \"clust\": 4130, \"rank\": 3062, \"rankvar\": 2620, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4474, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2538, \"group\": [4134.0, 643.0, 118.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATTGCCC\", \"ini\": 4346, \"clust\": 149, \"rank\": 3172, \"rankvar\": 3998, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4475, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5082, \"group\": [151.0, 30.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGGGTCGAT\", \"ini\": 4345, \"clust\": 31, \"rank\": 3250, \"rankvar\": 5118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4476, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5083, \"group\": [29.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAGGTTTCA\", \"ini\": 4344, \"clust\": 602, \"rank\": 2825, \"rankvar\": 4090, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4477, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2539, \"group\": [603.0, 95.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAAAGTAG\", \"ini\": 4343, \"clust\": 653, \"rank\": 3094, \"rankvar\": 1714, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4478, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2540, \"group\": [654.0, 121.0, 29.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCCAGAGGA\", \"ini\": 4342, \"clust\": 1792, \"rank\": 2725, \"rankvar\": 253, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4479, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5084, \"group\": [1793.0, 277.0, 54.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCAGATAAG\", \"ini\": 4341, \"clust\": 400, \"rank\": 3592, \"rankvar\": 131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4480, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 507, \"group\": [405.0, 58.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCTGCTGTC\", \"ini\": 4340, \"clust\": 44, \"rank\": 3105, \"rankvar\": 5004, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4481, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5085, \"group\": [42.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATTACCTT\", \"ini\": 4339, \"clust\": 2293, \"rank\": 2662, \"rankvar\": 1307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4482, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2541, \"group\": [2294.0, 394.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTACGACG\", \"ini\": 4338, \"clust\": 2210, \"rank\": 3664, \"rankvar\": 3643, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4483, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2542, \"group\": [2210.0, 363.0, 71.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCACAGTATAAG\", \"ini\": 4337, \"clust\": 2352, \"rank\": 2921, \"rankvar\": 4018, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 508, \"group\": [2353.0, 408.0, 80.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAACTTGAC\", \"ini\": 4336, \"clust\": 2365, \"rank\": 2964, \"rankvar\": 1897, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4485, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 509, \"group\": [2365.0, 413.0, 81.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCGTTACAG\", \"ini\": 4335, \"clust\": 4613, \"rank\": 1248, \"rankvar\": 3668, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4486, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2844, \"group\": [4614.0, 797.0, 159.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTATCCTA\", \"ini\": 4334, \"clust\": 4283, \"rank\": 2313, \"rankvar\": 712, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4487, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5086, \"group\": [4283.0, 702.0, 138.0, 28.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGGCTAGGT\", \"ini\": 4333, \"clust\": 794, \"rank\": 4960, \"rankvar\": 5141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4488, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5185, \"group\": [800.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCCTAGGGC\", \"ini\": 4332, \"clust\": 2315, \"rank\": 2472, \"rankvar\": 4216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4489, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2116, \"group\": [2315.0, 399.0, 78.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCCAGTTA\", \"ini\": 4331, \"clust\": 2784, \"rank\": 2392, \"rankvar\": 3013, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4490, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2117, \"group\": [2785.0, 518.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGAAGGTGA\", \"ini\": 4330, \"clust\": 4546, \"rank\": 1373, \"rankvar\": 4517, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4491, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2845, \"group\": [4547.0, 778.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGCAACT\", \"ini\": 4329, \"clust\": 2168, \"rank\": 3444, \"rankvar\": 2924, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4492, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2118, \"group\": [2169.0, 347.0, 65.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCAAATCCGT\", \"ini\": 4328, \"clust\": 2335, \"rank\": 3376, \"rankvar\": 3112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4493, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 510, \"group\": [2338.0, 405.0, 79.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCACCCAGTG\", \"ini\": 4327, \"clust\": 1473, \"rank\": 4524, \"rankvar\": 2777, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4494, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5132, \"group\": [1477.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACACGCATCG\", \"ini\": 4326, \"clust\": 2264, \"rank\": 2652, \"rankvar\": 3948, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4495, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2543, \"group\": [2264.0, 382.0, 74.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTGGGTATG\", \"ini\": 4325, \"clust\": 2414, \"rank\": 2851, \"rankvar\": 4211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 511, \"group\": [2417.0, 430.0, 84.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGTTGGC\", \"ini\": 4324, \"clust\": 2338, \"rank\": 2715, \"rankvar\": 1705, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4497, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2544, \"group\": [2339.0, 406.0, 79.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCATTTCACT\", \"ini\": 4323, \"clust\": 2097, \"rank\": 4015, \"rankvar\": 3044, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4478, \"group\": [2098.0, 329.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGTCAATAG\", \"ini\": 4322, \"clust\": 109, \"rank\": 4515, \"rankvar\": 4109, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4499, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 26, \"group\": [109.0, 19.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGCGATATA\", \"ini\": 4321, \"clust\": 524, \"rank\": 3386, \"rankvar\": 490, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 512, \"group\": [524.0, 76.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTGTTTGGT\", \"ini\": 4320, \"clust\": 2065, \"rank\": 3931, \"rankvar\": 3378, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4501, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4479, \"group\": [2066.0, 319.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCCCGACA\", \"ini\": 4319, \"clust\": 493, \"rank\": 4096, \"rankvar\": 420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 513, \"group\": [494.0, 73.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGCTAGGT\", \"ini\": 4318, \"clust\": 670, \"rank\": 3883, \"rankvar\": 5034, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4503, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2846, \"group\": [673.0, 129.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTCACAAGG\", \"ini\": 4317, \"clust\": 299, \"rank\": 3236, \"rankvar\": 690, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4504, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2545, \"group\": [304.0, 42.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCGAATGGG\", \"ini\": 4316, \"clust\": 4382, \"rank\": 2849, \"rankvar\": 3358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4505, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4480, \"group\": [4382.0, 745.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCAAGGTAA\", \"ini\": 4315, \"clust\": 2348, \"rank\": 3533, \"rankvar\": 3766, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4506, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 514, \"group\": [2348.0, 407.0, 79.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCGCCTCA\", \"ini\": 4314, \"clust\": 1005, \"rank\": 3235, \"rankvar\": 4608, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 515, \"group\": [1001.0, 181.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGAAAGTGG\", \"ini\": 4313, \"clust\": 2831, \"rank\": 2651, \"rankvar\": 1526, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4508, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2119, \"group\": [2833.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGGTCGTC\", \"ini\": 4312, \"clust\": 2143, \"rank\": 4487, \"rankvar\": 2440, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4509, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 516, \"group\": [2143.0, 339.0, 64.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACATTCTTAC\", \"ini\": 4311, \"clust\": 37, \"rank\": 3199, \"rankvar\": 4961, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4510, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5087, \"group\": [37.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTATCTGCA\", \"ini\": 4310, \"clust\": 2777, \"rank\": 2262, \"rankvar\": 1319, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4511, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2546, \"group\": [2777.0, 516.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCACCGAATT\", \"ini\": 4309, \"clust\": 47, \"rank\": 3101, \"rankvar\": 4885, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4512, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5088, \"group\": [47.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCAAGTTAAG\", \"ini\": 4308, \"clust\": 2071, \"rank\": 3861, \"rankvar\": 3595, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4513, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5089, \"group\": [2070.0, 321.0, 60.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCAGCTATTG\", \"ini\": 4307, \"clust\": 797, \"rank\": 4837, \"rankvar\": 5063, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4514, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5186, \"group\": [799.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCCTCAATT\", \"ini\": 4306, \"clust\": 2151, \"rank\": 3646, \"rankvar\": 3707, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4515, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2547, \"group\": [2151.0, 342.0, 65.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCTATCCCG\", \"ini\": 4305, \"clust\": 597, \"rank\": 4080, \"rankvar\": 4536, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4516, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 517, \"group\": [600.0, 94.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTCATATGC\", \"ini\": 4304, \"clust\": 4598, \"rank\": 1326, \"rankvar\": 4414, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4517, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2847, \"group\": [4599.0, 791.0, 157.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCCAAGTA\", \"ini\": 4303, \"clust\": 3239, \"rank\": 973, \"rankvar\": 2610, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4518, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2548, \"group\": [3239.0, 557.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCCATGCTC\", \"ini\": 4302, \"clust\": 603, \"rank\": 3002, \"rankvar\": 3058, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4519, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2549, \"group\": [604.0, 95.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACGCCAGT\", \"ini\": 4301, \"clust\": 48, \"rank\": 3076, \"rankvar\": 4916, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4520, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5090, \"group\": [48.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGCTAAACA\", \"ini\": 4300, \"clust\": 52, \"rank\": 2842, \"rankvar\": 2442, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4521, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5091, \"group\": [52.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGCAGCGTA\", \"ini\": 4299, \"clust\": 3, \"rank\": 2511, \"rankvar\": 1417, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4522, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5092, \"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCACCTCGGA\", \"ini\": 4298, \"clust\": 357, \"rank\": 3491, \"rankvar\": 2310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4523, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2120, \"group\": [358.0, 54.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTGGTCCC\", \"ini\": 4297, \"clust\": 2265, \"rank\": 3011, \"rankvar\": 4483, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 518, \"group\": [2265.0, 382.0, 74.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGAACAATC\", \"ini\": 4296, \"clust\": 528, \"rank\": 3432, \"rankvar\": 1982, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4525, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2550, \"group\": [529.0, 78.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCTACGAGT\", \"ini\": 4295, \"clust\": 4217, \"rank\": 3946, \"rankvar\": 833, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 519, \"group\": [4216.0, 669.0, 126.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTTTCCTT\", \"ini\": 4294, \"clust\": 2314, \"rank\": 2222, \"rankvar\": 4382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4527, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2551, \"group\": [2317.0, 399.0, 78.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTACCTACA\", \"ini\": 4293, \"clust\": 351, \"rank\": 3950, \"rankvar\": 686, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4528, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2552, \"group\": [351.0, 53.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTCCTCCT\", \"ini\": 4292, \"clust\": 637, \"rank\": 3617, \"rankvar\": 2283, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 520, \"group\": [636.0, 113.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTACCTGC\", \"ini\": 4291, \"clust\": 364, \"rank\": 3885, \"rankvar\": 991, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4530, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2553, \"group\": [364.0, 55.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACCAGTTA\", \"ini\": 4290, \"clust\": 27, \"rank\": 3492, \"rankvar\": 4862, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4531, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5093, \"group\": [27.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCATC\", \"ini\": 4289, \"clust\": 2646, \"rank\": 2912, \"rankvar\": 613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 521, \"group\": [2649.0, 490.0, 96.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTTCCCT\", \"ini\": 4288, \"clust\": 4280, \"rank\": 3355, \"rankvar\": 3926, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4533, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 522, \"group\": [4280.0, 700.0, 137.0, 28.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCCGT\", \"ini\": 4287, \"clust\": 792, \"rank\": 4987, \"rankvar\": 5194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4534, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5187, \"group\": [790.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAGACGTG\", \"ini\": 4286, \"clust\": 499, \"rank\": 4303, \"rankvar\": 4308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4535, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2554, \"group\": [502.0, 73.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCAATCCGAT\", \"ini\": 4285, \"clust\": 28, \"rank\": 2841, \"rankvar\": 3969, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4536, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5094, \"group\": [28.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTATTCTC\", \"ini\": 4284, \"clust\": 543, \"rank\": 3267, \"rankvar\": 3988, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 523, \"group\": [543.0, 82.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTGTGACCC\", \"ini\": 4283, \"clust\": 2393, \"rank\": 3229, \"rankvar\": 593, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4538, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2555, \"group\": [2394.0, 425.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCATAACCG\", \"ini\": 4282, \"clust\": 551, \"rank\": 3156, \"rankvar\": 3111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4539, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2556, \"group\": [552.0, 86.0, 17.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTTCGAACGGA\", \"ini\": 4281, \"clust\": 33, \"rank\": 3679, \"rankvar\": 4246, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4540, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5095, \"group\": [35.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTAGTTTGCGT\", \"ini\": 4280, \"clust\": 291, \"rank\": 3443, \"rankvar\": 3281, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4541, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2121, \"group\": [292.0, 36.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCATAA\", \"ini\": 4279, \"clust\": 2205, \"rank\": 4058, \"rankvar\": 1488, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4542, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2557, \"group\": [2207.0, 362.0, 71.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGAAGAAGC\", \"ini\": 4278, \"clust\": 611, \"rank\": 3368, \"rankvar\": 1345, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2558, \"group\": [612.0, 102.0, 22.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCTGGAGA\", \"ini\": 4277, \"clust\": 631, \"rank\": 3169, \"rankvar\": 1616, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4544, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2559, \"group\": [630.0, 109.0, 24.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTAGGCTGA\", \"ini\": 4276, \"clust\": 787, \"rank\": 4546, \"rankvar\": 4672, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4545, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5188, \"group\": [788.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGTGCCAGA\", \"ini\": 4275, \"clust\": 82, \"rank\": 4187, \"rankvar\": 4577, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4546, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2122, \"group\": [83.0, 14.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCCAGG\", \"ini\": 4274, \"clust\": 916, \"rank\": 4513, \"rankvar\": 5017, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4547, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5189, \"group\": [918.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTACTGAC\", \"ini\": 4273, \"clust\": 788, \"rank\": 4612, \"rankvar\": 4932, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4548, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5190, \"group\": [789.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCATATACCG\", \"ini\": 4272, \"clust\": 1097, \"rank\": 3445, \"rankvar\": 2385, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 524, \"group\": [1097.0, 218.0, 47.0, 11.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCATACCATG\", \"ini\": 4271, \"clust\": 2329, \"rank\": 2497, \"rankvar\": 4336, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 525, \"group\": [2332.0, 403.0, 78.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCAATCCGAT\", \"ini\": 4270, \"clust\": 1530, \"rank\": 4777, \"rankvar\": 4222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4551, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5191, \"group\": [1531.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGGGAAACA\", \"ini\": 4269, \"clust\": 300, \"rank\": 3638, \"rankvar\": 1563, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4552, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2560, \"group\": [300.0, 41.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGCGGTAA\", \"ini\": 4268, \"clust\": 46, \"rank\": 2946, \"rankvar\": 4660, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4553, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5096, \"group\": [45.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGTCTCG\", \"ini\": 4267, \"clust\": 2061, \"rank\": 4620, \"rankvar\": 4166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4554, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4481, \"group\": [2061.0, 319.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCCAACTA\", \"ini\": 4266, \"clust\": 2366, \"rank\": 3024, \"rankvar\": 880, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4555, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2561, \"group\": [2367.0, 415.0, 81.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTGACTACT\", \"ini\": 4265, \"clust\": 4064, \"rank\": 2740, \"rankvar\": 375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4556, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 526, \"group\": [4067.0, 606.0, 106.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAAGGAGCGTT\", \"ini\": 4264, \"clust\": 574, \"rank\": 3512, \"rankvar\": 1631, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4557, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2562, \"group\": [574.0, 90.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAATCGGTT\", \"ini\": 4263, \"clust\": 2247, \"rank\": 3045, \"rankvar\": 2535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 527, \"group\": [2246.0, 377.0, 73.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAAGGCCT\", \"ini\": 4262, \"clust\": 876, \"rank\": 4627, \"rankvar\": 4908, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4559, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5192, \"group\": [876.0, 163.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCGCGGATC\", \"ini\": 4261, \"clust\": 286, \"rank\": 3311, \"rankvar\": 3710, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 528, \"group\": [287.0, 33.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCAACCATG\", \"ini\": 4260, \"clust\": 4257, \"rank\": 2562, \"rankvar\": 2428, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4561, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4482, \"group\": [4258.0, 688.0, 132.0, 26.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGTTAACGA\", \"ini\": 4259, \"clust\": 5192, \"rank\": 2174, \"rankvar\": 2074, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4562, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4483, \"group\": [5191.0, 892.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCCAAGTA\", \"ini\": 4258, \"clust\": 793, \"rank\": 4934, \"rankvar\": 5089, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4563, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5193, \"group\": [791.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATACTG\", \"ini\": 4257, \"clust\": 2502, \"rank\": 3125, \"rankvar\": 2686, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4564, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5097, \"group\": [2503.0, 454.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTCCAGTGC\", \"ini\": 4256, \"clust\": 4664, \"rank\": 2220, \"rankvar\": 292, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4565, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5098, \"group\": [4667.0, 819.0, 163.0, 36.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAAGAGGA\", \"ini\": 4255, \"clust\": 74, \"rank\": 3928, \"rankvar\": 4575, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4566, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5099, \"group\": [76.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGCGTC\", \"ini\": 4254, \"clust\": 638, \"rank\": 3178, \"rankvar\": 41, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4567, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2563, \"group\": [637.0, 113.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCCTATGTT\", \"ini\": 4253, \"clust\": 464, \"rank\": 4285, \"rankvar\": 2682, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4568, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2564, \"group\": [464.0, 65.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCTTGAGAC\", \"ini\": 4252, \"clust\": 2410, \"rank\": 3532, \"rankvar\": 3690, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 529, \"group\": [2411.0, 429.0, 84.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGATTGCT\", \"ini\": 4251, \"clust\": 800, \"rank\": 4918, \"rankvar\": 5158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4570, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5194, \"group\": [803.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGTCGTTTG\", \"ini\": 4250, \"clust\": 628, \"rank\": 3649, \"rankvar\": 4777, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 530, \"group\": [628.0, 108.0, 24.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACCCTATC\", \"ini\": 4249, \"clust\": 2363, \"rank\": 2950, \"rankvar\": 2605, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4572, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2565, \"group\": [2366.0, 414.0, 81.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTTTACAC\", \"ini\": 4248, \"clust\": 799, \"rank\": 4911, \"rankvar\": 5123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4573, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5195, \"group\": [798.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAGATCCAT\", \"ini\": 4247, \"clust\": 639, \"rank\": 3937, \"rankvar\": 1095, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4574, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2566, \"group\": [642.0, 115.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGGCTAGAC\", \"ini\": 4246, \"clust\": 122, \"rank\": 3163, \"rankvar\": 918, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4575, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4484, \"group\": [123.0, 26.0, 7.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTAGGGAACGG\", \"ini\": 4245, \"clust\": 814, \"rank\": 4600, \"rankvar\": 5026, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4576, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5196, \"group\": [816.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGGACAA\", \"ini\": 4244, \"clust\": 2249, \"rank\": 3297, \"rankvar\": 1725, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4577, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2123, \"group\": [2249.0, 378.0, 73.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCTGTCCGT\", \"ini\": 4243, \"clust\": 481, \"rank\": 3634, \"rankvar\": 441, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4578, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2567, \"group\": [482.0, 70.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCACTCCA\", \"ini\": 4242, \"clust\": 38, \"rank\": 3539, \"rankvar\": 5036, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4579, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5100, \"group\": [38.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGAATGGG\", \"ini\": 4241, \"clust\": 978, \"rank\": 3540, \"rankvar\": 2116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4580, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2568, \"group\": [978.0, 177.0, 38.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAATCCAAC\", \"ini\": 4240, \"clust\": 555, \"rank\": 3917, \"rankvar\": 4530, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4581, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2569, \"group\": [554.0, 86.0, 17.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTTGAACTC\", \"ini\": 4239, \"clust\": 4312, \"rank\": 3595, \"rankvar\": 4358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4582, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4485, \"group\": [4313.0, 719.0, 143.0, 30.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCTCTGCAAGT\", \"ini\": 4238, \"clust\": 158, \"rank\": 4725, \"rankvar\": 4963, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4583, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 531, \"group\": [159.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCAGAGCCAA\", \"ini\": 4237, \"clust\": 677, \"rank\": 4439, \"rankvar\": 4967, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4584, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2848, \"group\": [681.0, 129.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTTTGACAC\", \"ini\": 4236, \"clust\": 119, \"rank\": 4933, \"rankvar\": 4890, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4585, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 27, \"group\": [117.0, 22.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTTCTGAAC\", \"ini\": 4235, \"clust\": 930, \"rank\": 3674, \"rankvar\": 3875, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4586, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2849, \"group\": [937.0, 167.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAAGAAGAG\", \"ini\": 4234, \"clust\": 4251, \"rank\": 2053, \"rankvar\": 4799, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4587, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2850, \"group\": [4251.0, 685.0, 131.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACACAACTGT\", \"ini\": 4233, \"clust\": 659, \"rank\": 2969, \"rankvar\": 4234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4588, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2851, \"group\": [659.0, 124.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCTCTGCTG\", \"ini\": 4232, \"clust\": 4671, \"rank\": 2877, \"rankvar\": 1312, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4589, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5101, \"group\": [4673.0, 821.0, 164.0, 36.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGGAACTGC\", \"ini\": 4231, \"clust\": 482, \"rank\": 4268, \"rankvar\": 3472, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4590, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 532, \"group\": [483.0, 70.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGTAGTGCG\", \"ini\": 4230, \"clust\": 944, \"rank\": 2733, \"rankvar\": 4524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4591, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2852, \"group\": [945.0, 170.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGCAAG\", \"ini\": 4229, \"clust\": 2110, \"rank\": 4029, \"rankvar\": 2680, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4592, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4486, \"group\": [2110.0, 331.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGGAAAGA\", \"ini\": 4228, \"clust\": 324, \"rank\": 4173, \"rankvar\": 416, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4593, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2570, \"group\": [324.0, 48.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAAGAAGAG\", \"ini\": 4227, \"clust\": 629, \"rank\": 3709, \"rankvar\": 4301, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 533, \"group\": [629.0, 108.0, 24.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCTCAAGTG\", \"ini\": 4226, \"clust\": 4219, \"rank\": 3681, \"rankvar\": 1718, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4595, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2571, \"group\": [4220.0, 673.0, 127.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTCCCTACT\", \"ini\": 4225, \"clust\": 2245, \"rank\": 2888, \"rankvar\": 2847, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4596, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2572, \"group\": [2247.0, 377.0, 73.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCGTATT\", \"ini\": 4224, \"clust\": 4241, \"rank\": 3621, \"rankvar\": 4636, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4597, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2853, \"group\": [4244.0, 683.0, 130.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCAGTGTTG\", \"ini\": 4223, \"clust\": 2183, \"rank\": 3027, \"rankvar\": 4054, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4598, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2573, \"group\": [2196.0, 358.0, 69.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGGCAGTCA\", \"ini\": 4222, \"clust\": 1416, \"rank\": 4226, \"rankvar\": 729, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4599, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2574, \"group\": [1417.0, 242.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTCGTTGA\", \"ini\": 4221, \"clust\": 4361, \"rank\": 2771, \"rankvar\": 2765, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4600, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5102, \"group\": [4362.0, 737.0, 147.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTCGTGAT\", \"ini\": 4220, \"clust\": 4261, \"rank\": 3273, \"rankvar\": 4380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4601, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2854, \"group\": [4262.0, 690.0, 133.0, 27.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCGTTGCCT\", \"ini\": 4219, \"clust\": 289, \"rank\": 3870, \"rankvar\": 3030, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4602, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2124, \"group\": [289.0, 34.0, 10.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACGCTC\", \"ini\": 4218, \"clust\": 2055, \"rank\": 3545, \"rankvar\": 926, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4603, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5103, \"group\": [2058.0, 319.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCATATGC\", \"ini\": 4217, \"clust\": 4263, \"rank\": 3360, \"rankvar\": 598, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4487, \"group\": [4266.0, 692.0, 133.0, 27.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACCATCCT\", \"ini\": 4216, \"clust\": 526, \"rank\": 3847, \"rankvar\": 4512, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 534, \"group\": [527.0, 77.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCACTCAGGC\", \"ini\": 4215, \"clust\": 472, \"rank\": 3919, \"rankvar\": 4469, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2575, \"group\": [473.0, 68.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCACAACTGT\", \"ini\": 4214, \"clust\": 757, \"rank\": 3284, \"rankvar\": 4562, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4607, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 535, \"group\": [757.0, 154.0, 36.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTCGCTTTC\", \"ini\": 4213, \"clust\": 494, \"rank\": 4361, \"rankvar\": 1087, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4608, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2576, \"group\": [495.0, 73.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCACGAAGCA\", \"ini\": 4212, \"clust\": 595, \"rank\": 3825, \"rankvar\": 3055, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4609, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2577, \"group\": [593.0, 93.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTAGCTCCTCT\", \"ini\": 4211, \"clust\": 572, \"rank\": 3150, \"rankvar\": 238, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4610, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 536, \"group\": [572.0, 90.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCATCC\", \"ini\": 4210, \"clust\": 2331, \"rank\": 3084, \"rankvar\": 3872, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4611, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2578, \"group\": [2331.0, 403.0, 78.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGAAGGCCT\", \"ini\": 4209, \"clust\": 2347, \"rank\": 3132, \"rankvar\": 3017, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4612, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2125, \"group\": [2350.0, 407.0, 79.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGCAACT\", \"ini\": 4208, \"clust\": 598, \"rank\": 3610, \"rankvar\": 1512, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4613, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2579, \"group\": [598.0, 94.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCACGAAATA\", \"ini\": 4207, \"clust\": 4242, \"rank\": 2828, \"rankvar\": 4706, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4614, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2855, \"group\": [4242.0, 683.0, 130.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTAGCTCCG\", \"ini\": 4206, \"clust\": 2345, \"rank\": 3350, \"rankvar\": 311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4615, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2580, \"group\": [2343.0, 406.0, 79.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACCCATTC\", \"ini\": 4205, \"clust\": 2378, \"rank\": 3511, \"rankvar\": 1640, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4616, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2126, \"group\": [2377.0, 419.0, 82.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTGATGTGG\", \"ini\": 4204, \"clust\": 4218, \"rank\": 3971, \"rankvar\": 1361, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4617, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2581, \"group\": [4217.0, 670.0, 126.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCCCAACC\", \"ini\": 4203, \"clust\": 491, \"rank\": 4125, \"rankvar\": 1124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4618, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 537, \"group\": [492.0, 72.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGGATACC\", \"ini\": 4202, \"clust\": 888, \"rank\": 4621, \"rankvar\": 4850, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4619, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5197, \"group\": [888.0, 164.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTACTTAC\", \"ini\": 4201, \"clust\": 4610, \"rank\": 2434, \"rankvar\": 3979, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4620, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5104, \"group\": [4613.0, 796.0, 159.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGTT\", \"ini\": 4200, \"clust\": 132, \"rank\": 4499, \"rankvar\": 5162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4621, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2582, \"group\": [129.0, 28.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTGTCTTT\", \"ini\": 4199, \"clust\": 2316, \"rank\": 2736, \"rankvar\": 2887, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4622, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2583, \"group\": [2316.0, 399.0, 78.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTGCGTTA\", \"ini\": 4198, \"clust\": 35, \"rank\": 3843, \"rankvar\": 4808, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4623, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5105, \"group\": [32.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAAACCTA\", \"ini\": 4197, \"clust\": 2367, \"rank\": 3113, \"rankvar\": 811, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 538, \"group\": [2368.0, 415.0, 81.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTTCGGTC\", \"ini\": 4196, \"clust\": 4304, \"rank\": 3598, \"rankvar\": 2632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4488, \"group\": [4306.0, 714.0, 142.0, 30.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCTTGCAAG\", \"ini\": 4195, \"clust\": 2206, \"rank\": 3765, \"rankvar\": 503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2584, \"group\": [2205.0, 362.0, 71.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGACTTGAA\", \"ini\": 4194, \"clust\": 75, \"rank\": 4234, \"rankvar\": 4568, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4627, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5106, \"group\": [74.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCGGTCTAA\", \"ini\": 4193, \"clust\": 2250, \"rank\": 3720, \"rankvar\": 3663, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4628, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 539, \"group\": [2250.0, 378.0, 73.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGAGTGACC\", \"ini\": 4192, \"clust\": 975, \"rank\": 4045, \"rankvar\": 4180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4629, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2585, \"group\": [976.0, 176.0, 38.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCAGTAGT\", \"ini\": 4191, \"clust\": 116, \"rank\": 3298, \"rankvar\": 654, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4630, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2586, \"group\": [121.0, 24.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACATACTCTT\", \"ini\": 4190, \"clust\": 632, \"rank\": 3334, \"rankvar\": 4657, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 540, \"group\": [631.0, 109.0, 24.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCATGTCTT\", \"ini\": 4189, \"clust\": 2339, \"rank\": 2913, \"rankvar\": 3517, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4632, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2127, \"group\": [2340.0, 406.0, 79.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCCCTTGT\", \"ini\": 4188, \"clust\": 4255, \"rank\": 2971, \"rankvar\": 393, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4633, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2128, \"group\": [4256.0, 687.0, 132.0, 26.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAAGGCTCC\", \"ini\": 4187, \"clust\": 547, \"rank\": 3590, \"rankvar\": 1730, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4634, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2587, \"group\": [547.0, 84.0, 17.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGCTCCGA\", \"ini\": 4186, \"clust\": 577, \"rank\": 3554, \"rankvar\": 3420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4635, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2588, \"group\": [579.0, 91.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTCAATGTC\", \"ini\": 4185, \"clust\": 2396, \"rank\": 3028, \"rankvar\": 2823, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4636, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2129, \"group\": [2396.0, 426.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAGTAGAGC\", \"ini\": 4184, \"clust\": 4244, \"rank\": 1237, \"rankvar\": 4675, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4637, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2856, \"group\": [4245.0, 684.0, 131.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACCCTCA\", \"ini\": 4183, \"clust\": 585, \"rank\": 3962, \"rankvar\": 3827, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 541, \"group\": [588.0, 92.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCCGTCAG\", \"ini\": 4182, \"clust\": 331, \"rank\": 4423, \"rankvar\": 353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2589, \"group\": [331.0, 48.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCGTAAGCACG\", \"ini\": 4181, \"clust\": 2342, \"rank\": 3429, \"rankvar\": 1471, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 542, \"group\": [2347.0, 406.0, 79.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCTGAAAGA\", \"ini\": 4180, \"clust\": 417, \"rank\": 4495, \"rankvar\": 2034, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4641, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 543, \"group\": [424.0, 62.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAGTTCATG\", \"ini\": 4179, \"clust\": 162, \"rank\": 4707, \"rankvar\": 4597, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4642, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2590, \"group\": [163.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCACCCGAG\", \"ini\": 4178, \"clust\": 538, \"rank\": 3107, \"rankvar\": 3050, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 544, \"group\": [539.0, 80.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCACATCTTT\", \"ini\": 4177, \"clust\": 1092, \"rank\": 3536, \"rankvar\": 4600, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4644, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2591, \"group\": [1092.0, 213.0, 45.0, 11.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACTGTC\", \"ini\": 4176, \"clust\": 365, \"rank\": 4353, \"rankvar\": 1089, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2592, \"group\": [365.0, 55.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTAGCCTCG\", \"ini\": 4175, \"clust\": 112, \"rank\": 4741, \"rankvar\": 4622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4646, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 28, \"group\": [113.0, 19.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGTTACGA\", \"ini\": 4174, \"clust\": 385, \"rank\": 4131, \"rankvar\": 444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4647, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2593, \"group\": [384.0, 56.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCAGGTC\", \"ini\": 4173, \"clust\": 2349, \"rank\": 3557, \"rankvar\": 1706, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4648, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 545, \"group\": [2349.0, 407.0, 79.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAAGAGGCT\", \"ini\": 4172, \"clust\": 815, \"rank\": 4549, \"rankvar\": 4982, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4649, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5198, \"group\": [814.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCAAATACAG\", \"ini\": 4171, \"clust\": 1095, \"rank\": 3081, \"rankvar\": 2441, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4650, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2594, \"group\": [1096.0, 217.0, 46.0, 11.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCAAACGGG\", \"ini\": 4170, \"clust\": 2418, \"rank\": 2700, \"rankvar\": 3233, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4651, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2595, \"group\": [2420.0, 430.0, 84.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTGTCTTCAAG\", \"ini\": 4169, \"clust\": 465, \"rank\": 4250, \"rankvar\": 4846, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4652, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2596, \"group\": [465.0, 65.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGGAACGT\", \"ini\": 4168, \"clust\": 495, \"rank\": 4179, \"rankvar\": 419, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4653, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2597, \"group\": [496.0, 73.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCAGTTCGCGC\", \"ini\": 4167, \"clust\": 321, \"rank\": 4205, \"rankvar\": 508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4654, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4489, \"group\": [321.0, 47.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTATATGAG\", \"ini\": 4166, \"clust\": 647, \"rank\": 3400, \"rankvar\": 2297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4655, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2130, \"group\": [650.0, 118.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTTAAGAAC\", \"ini\": 4165, \"clust\": 104, \"rank\": 4888, \"rankvar\": 4569, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4656, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 29, \"group\": [105.0, 19.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTGTTTGT\", \"ini\": 4164, \"clust\": 2337, \"rank\": 2645, \"rankvar\": 1634, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 546, \"group\": [2337.0, 404.0, 79.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTAGTAGTA\", \"ini\": 4163, \"clust\": 563, \"rank\": 3677, \"rankvar\": 1285, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 547, \"group\": [564.0, 89.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTGCACGAA\", \"ini\": 4162, \"clust\": 565, \"rank\": 3651, \"rankvar\": 3284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4659, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2131, \"group\": [566.0, 89.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGCCCAC\", \"ini\": 4161, \"clust\": 2344, \"rank\": 3493, \"rankvar\": 3983, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4660, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2598, \"group\": [2345.0, 406.0, 79.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATCATCCC\", \"ini\": 4160, \"clust\": 418, \"rank\": 4373, \"rankvar\": 24, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4661, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2599, \"group\": [418.0, 62.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTGATGTCT\", \"ini\": 4159, \"clust\": 630, \"rank\": 3501, \"rankvar\": 2543, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4662, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2132, \"group\": [632.0, 110.0, 24.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCCTACAGA\", \"ini\": 4158, \"clust\": 159, \"rank\": 4851, \"rankvar\": 4937, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4663, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2600, \"group\": [162.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCTCCGA\", \"ini\": 4157, \"clust\": 561, \"rank\": 3901, \"rankvar\": 234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4664, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2601, \"group\": [562.0, 88.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTGCTAGCC\", \"ini\": 4156, \"clust\": 118, \"rank\": 3927, \"rankvar\": 742, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4665, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2602, \"group\": [119.0, 22.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCCGTTGTC\", \"ini\": 4155, \"clust\": 2355, \"rank\": 3362, \"rankvar\": 217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4666, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2603, \"group\": [2355.0, 409.0, 80.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCACCCAGTG\", \"ini\": 4154, \"clust\": 4296, \"rank\": 3460, \"rankvar\": 3744, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4667, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4490, \"group\": [4297.0, 710.0, 140.0, 29.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTCTCTCTG\", \"ini\": 4153, \"clust\": 360, \"rank\": 4049, \"rankvar\": 3985, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2604, \"group\": [363.0, 55.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGTCCCTAATT\", \"ini\": 4152, \"clust\": 292, \"rank\": 3475, \"rankvar\": 3682, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 548, \"group\": [293.0, 36.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTACTTAC\", \"ini\": 4151, \"clust\": 352, \"rank\": 3812, \"rankvar\": 632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4670, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2133, \"group\": [352.0, 53.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGACCACGA\", \"ini\": 4150, \"clust\": 4301, \"rank\": 2916, \"rankvar\": 1407, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4671, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5107, \"group\": [4302.0, 712.0, 141.0, 30.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCGTATCAG\", \"ini\": 4149, \"clust\": 541, \"rank\": 3241, \"rankvar\": 3267, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4672, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2134, \"group\": [544.0, 82.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCGCATAT\", \"ini\": 4148, \"clust\": 4601, \"rank\": 2611, \"rankvar\": 3616, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4673, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2857, \"group\": [4601.0, 791.0, 157.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGCCGATTT\", \"ini\": 4147, \"clust\": 518, \"rank\": 4371, \"rankvar\": 789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4674, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2605, \"group\": [521.0, 75.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCTCAACA\", \"ini\": 4146, \"clust\": 26, \"rank\": 3524, \"rankvar\": 4646, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4675, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4491, \"group\": [77.0, 13.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCTGAA\", \"ini\": 4145, \"clust\": 530, \"rank\": 3339, \"rankvar\": 3873, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 549, \"group\": [534.0, 78.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACGCACC\", \"ini\": 4144, \"clust\": 742, \"rank\": 2843, \"rankvar\": 4553, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4677, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2858, \"group\": [742.0, 148.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCCCACTTG\", \"ini\": 4143, \"clust\": 790, \"rank\": 4954, \"rankvar\": 5048, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4678, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5199, \"group\": [793.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCACAAGCCC\", \"ini\": 4142, \"clust\": 1536, \"rank\": 4875, \"rankvar\": 4833, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4679, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5200, \"group\": [1537.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTTAGGAA\", \"ini\": 4141, \"clust\": 796, \"rank\": 4896, \"rankvar\": 5137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4680, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5201, \"group\": [796.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCTCTTTA\", \"ini\": 4140, \"clust\": 2244, \"rank\": 2544, \"rankvar\": 2342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4681, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2606, \"group\": [2248.0, 377.0, 73.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGACCCACC\", \"ini\": 4139, \"clust\": 1389, \"rank\": 4699, \"rankvar\": 99, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 550, \"group\": [1390.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAGTTGCGTTA\", \"ini\": 4138, \"clust\": 1042, \"rank\": 4315, \"rankvar\": 1896, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 551, \"group\": [1043.0, 197.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCTAGAGTC\", \"ini\": 4137, \"clust\": 2357, \"rank\": 2692, \"rankvar\": 3655, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4684, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2607, \"group\": [2363.0, 412.0, 80.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCATACGCTA\", \"ini\": 4136, \"clust\": 1532, \"rank\": 5114, \"rankvar\": 4898, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4685, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5202, \"group\": [1533.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTCGCTAA\", \"ini\": 4135, \"clust\": 2343, \"rank\": 3254, \"rankvar\": 4693, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4686, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2608, \"group\": [2346.0, 406.0, 79.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCTGGAAC\", \"ini\": 4134, \"clust\": 2350, \"rank\": 3787, \"rankvar\": 2462, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4687, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2135, \"group\": [2351.0, 407.0, 79.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTGTGGAG\", \"ini\": 4133, \"clust\": 377, \"rank\": 4260, \"rankvar\": 346, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4688, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2609, \"group\": [377.0, 56.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTGAACG\", \"ini\": 4132, \"clust\": 497, \"rank\": 4325, \"rankvar\": 763, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4689, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2610, \"group\": [498.0, 73.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCATTCTA\", \"ini\": 4131, \"clust\": 2359, \"rank\": 2270, \"rankvar\": 4436, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 552, \"group\": [2358.0, 410.0, 80.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCGATATA\", \"ini\": 4130, \"clust\": 576, \"rank\": 3232, \"rankvar\": 4044, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4691, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2611, \"group\": [580.0, 91.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATGTCTCATCC\", \"ini\": 4129, \"clust\": 163, \"rank\": 4810, \"rankvar\": 4732, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4692, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2612, \"group\": [164.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCCATCGGTTA\", \"ini\": 4128, \"clust\": 4310, \"rank\": 3093, \"rankvar\": 4237, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4693, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4492, \"group\": [4311.0, 718.0, 143.0, 30.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTCCAGTTA\", \"ini\": 4127, \"clust\": 4228, \"rank\": 2722, \"rankvar\": 1976, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4694, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5108, \"group\": [4229.0, 678.0, 129.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTTCTGGTA\", \"ini\": 4126, \"clust\": 1344, \"rank\": 4778, \"rankvar\": 4370, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4695, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2613, \"group\": [1345.0, 239.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAGCCTTTC\", \"ini\": 4125, \"clust\": 549, \"rank\": 3517, \"rankvar\": 3051, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2614, \"group\": [550.0, 85.0, 17.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTTCAGCGC\", \"ini\": 4124, \"clust\": 4231, \"rank\": 2947, \"rankvar\": 4249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4697, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2859, \"group\": [4232.0, 681.0, 130.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCTTTACAC\", \"ini\": 4123, \"clust\": 361, \"rank\": 3990, \"rankvar\": 1357, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4698, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2615, \"group\": [361.0, 55.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTAAAGTCA\", \"ini\": 4122, \"clust\": 601, \"rank\": 3500, \"rankvar\": 4349, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4699, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2136, \"group\": [602.0, 95.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGTTCGATC\", \"ini\": 4121, \"clust\": 29, \"rank\": 3522, \"rankvar\": 3688, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4700, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5109, \"group\": [36.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGGATGGAA\", \"ini\": 4120, \"clust\": 1102, \"rank\": 3904, \"rankvar\": 4227, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4701, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2860, \"group\": [1103.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTAAAGAC\", \"ini\": 4119, \"clust\": 533, \"rank\": 3696, \"rankvar\": 3258, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4702, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2616, \"group\": [532.0, 78.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCAATCTCT\", \"ini\": 4118, \"clust\": 34, \"rank\": 3941, \"rankvar\": 4576, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4703, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5110, \"group\": [34.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGAGATGAG\", \"ini\": 4117, \"clust\": 4165, \"rank\": 3489, \"rankvar\": 4114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 553, \"group\": [4165.0, 657.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGTCTTGCA\", \"ini\": 4116, \"clust\": 488, \"rank\": 3998, \"rankvar\": 3304, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 554, \"group\": [490.0, 71.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTCCG\", \"ini\": 4115, \"clust\": 2356, \"rank\": 3263, \"rankvar\": 3027, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4706, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2137, \"group\": [2356.0, 409.0, 80.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATATGC\", \"ini\": 4114, \"clust\": 4243, \"rank\": 3575, \"rankvar\": 4441, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4707, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2861, \"group\": [4243.0, 683.0, 130.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCACCATGTA\", \"ini\": 4113, \"clust\": 4076, \"rank\": 2710, \"rankvar\": 3126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4708, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2138, \"group\": [4077.0, 611.0, 107.0, 20.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATGTAAG\", \"ini\": 4112, \"clust\": 2778, \"rank\": 2590, \"rankvar\": 2917, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4709, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2139, \"group\": [2778.0, 516.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCCGAAGAG\", \"ini\": 4111, \"clust\": 4619, \"rank\": 2299, \"rankvar\": 4584, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4710, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2862, \"group\": [4618.0, 800.0, 159.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACAATGTAAG\", \"ini\": 4110, \"clust\": 114, \"rank\": 3361, \"rankvar\": 4644, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4711, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5111, \"group\": [114.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCCGCGCAA\", \"ini\": 4109, \"clust\": 124, \"rank\": 4273, \"rankvar\": 4171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 555, \"group\": [124.0, 27.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCGCATCT\", \"ini\": 4108, \"clust\": 353, \"rank\": 3942, \"rankvar\": 3382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 556, \"group\": [354.0, 53.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTCATCCCT\", \"ini\": 4107, \"clust\": 95, \"rank\": 4801, \"rankvar\": 1964, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 557, \"group\": [94.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAAAGA\", \"ini\": 4106, \"clust\": 596, \"rank\": 4236, \"rankvar\": 4230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4715, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2140, \"group\": [594.0, 93.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACACCACCAG\", \"ini\": 4105, \"clust\": 374, \"rank\": 4522, \"rankvar\": 1697, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4716, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2617, \"group\": [375.0, 56.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTCACACGC\", \"ini\": 4104, \"clust\": 485, \"rank\": 4203, \"rankvar\": 4266, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4717, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2618, \"group\": [484.0, 71.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCATATACCG\", \"ini\": 4103, \"clust\": 567, \"rank\": 3829, \"rankvar\": 3388, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 558, \"group\": [570.0, 89.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTCAAAGCG\", \"ini\": 4102, \"clust\": 1110, \"rank\": 4391, \"rankvar\": 5112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4719, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 191, \"group\": [1110.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGAGCTGCA\", \"ini\": 4101, \"clust\": 556, \"rank\": 3782, \"rankvar\": 4445, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4720, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2141, \"group\": [555.0, 86.0, 17.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCTAACTGG\", \"ini\": 4100, \"clust\": 4602, \"rank\": 2636, \"rankvar\": 4127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4721, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2863, \"group\": [4602.0, 791.0, 157.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTATAATGG\", \"ini\": 4099, \"clust\": 4233, \"rank\": 3442, \"rankvar\": 4291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4722, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2864, \"group\": [4237.0, 681.0, 130.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATGCCCGA\", \"ini\": 4098, \"clust\": 335, \"rank\": 3986, \"rankvar\": 4146, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4723, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2142, \"group\": [339.0, 50.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTAAGCACG\", \"ini\": 4097, \"clust\": 2109, \"rank\": 4071, \"rankvar\": 3907, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4724, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5112, \"group\": [2112.0, 331.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAGCGAACA\", \"ini\": 4096, \"clust\": 2758, \"rank\": 2290, \"rankvar\": 1271, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2619, \"group\": [2758.0, 513.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGCCTTGAT\", \"ini\": 4095, \"clust\": 4705, \"rank\": 2639, \"rankvar\": 331, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4726, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5113, \"group\": [4705.0, 836.0, 168.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTACGCCC\", \"ini\": 4094, \"clust\": 4617, \"rank\": 3072, \"rankvar\": 4929, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4727, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2865, \"group\": [4621.0, 800.0, 159.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCTTTACGT\", \"ini\": 4093, \"clust\": 648, \"rank\": 3656, \"rankvar\": 790, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4728, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2620, \"group\": [648.0, 118.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGGCAGTA\", \"ini\": 4092, \"clust\": 478, \"rank\": 4418, \"rankvar\": 123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4729, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2621, \"group\": [481.0, 69.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCTGTCCGT\", \"ini\": 4091, \"clust\": 1366, \"rank\": 4932, \"rankvar\": 2094, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4730, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2622, \"group\": [1367.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACGACGAA\", \"ini\": 4090, \"clust\": 463, \"rank\": 3876, \"rankvar\": 4554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4731, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5114, \"group\": [468.0, 67.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAAGGGTTCCC\", \"ini\": 4089, \"clust\": 4164, \"rank\": 3486, \"rankvar\": 1911, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4732, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2143, \"group\": [4167.0, 657.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGATCGA\", \"ini\": 4088, \"clust\": 461, \"rank\": 4588, \"rankvar\": 77, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4733, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 559, \"group\": [462.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTGACTCAT\", \"ini\": 4087, \"clust\": 1347, \"rank\": 4610, \"rankvar\": 2293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4734, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2623, \"group\": [1347.0, 240.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGACCCT\", \"ini\": 4086, \"clust\": 125, \"rank\": 4201, \"rankvar\": 4738, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4735, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2144, \"group\": [125.0, 27.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCACGTCTCT\", \"ini\": 4085, \"clust\": 39, \"rank\": 3848, \"rankvar\": 4775, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4736, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5115, \"group\": [39.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCCCTCTTT\", \"ini\": 4084, \"clust\": 642, \"rank\": 3627, \"rankvar\": 2154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4737, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2145, \"group\": [643.0, 116.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATTGCT\", \"ini\": 4083, \"clust\": 1404, \"rank\": 4749, \"rankvar\": 698, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 560, \"group\": [1414.0, 242.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCATTTA\", \"ini\": 4082, \"clust\": 2340, \"rank\": 3421, \"rankvar\": 3288, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4739, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2146, \"group\": [2341.0, 406.0, 79.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTAAAGTG\", \"ini\": 4081, \"clust\": 583, \"rank\": 4069, \"rankvar\": 3073, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4740, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2624, \"group\": [581.0, 92.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATTCCTCG\", \"ini\": 4080, \"clust\": 1295, \"rank\": 3805, \"rankvar\": 213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4741, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2625, \"group\": [1293.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTGCAGACA\", \"ini\": 4079, \"clust\": 1534, \"rank\": 5094, \"rankvar\": 4879, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4742, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5203, \"group\": [1535.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTTTGT\", \"ini\": 4078, \"clust\": 564, \"rank\": 3535, \"rankvar\": 3569, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4743, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2626, \"group\": [565.0, 89.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACAGAGGT\", \"ini\": 4077, \"clust\": 2362, \"rank\": 2424, \"rankvar\": 4168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4744, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2147, \"group\": [2362.0, 411.0, 80.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCACCCGAG\", \"ini\": 4076, \"clust\": 398, \"rank\": 4073, \"rankvar\": 129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4745, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2627, \"group\": [397.0, 57.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCCAGTAT\", \"ini\": 4075, \"clust\": 4232, \"rank\": 3465, \"rankvar\": 4806, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4746, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2866, \"group\": [4233.0, 681.0, 130.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCAAGCCTA\", \"ini\": 4074, \"clust\": 803, \"rank\": 5075, \"rankvar\": 5202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4747, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5204, \"group\": [806.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTCCGCTGA\", \"ini\": 4073, \"clust\": 420, \"rank\": 4384, \"rankvar\": 2040, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4748, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2628, \"group\": [423.0, 62.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCGAGAACG\", \"ini\": 4072, \"clust\": 3233, \"rank\": 645, \"rankvar\": 4201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4749, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2629, \"group\": [3236.0, 557.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGACAGACC\", \"ini\": 4071, \"clust\": 1418, \"rank\": 4404, \"rankvar\": 798, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4750, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2630, \"group\": [1419.0, 242.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCGCGGTA\", \"ini\": 4070, \"clust\": 618, \"rank\": 4085, \"rankvar\": 1844, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4751, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2631, \"group\": [619.0, 104.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACGGCC\", \"ini\": 4069, \"clust\": 2351, \"rank\": 3886, \"rankvar\": 3480, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4752, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2148, \"group\": [2352.0, 407.0, 79.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTAATCGTC\", \"ini\": 4068, \"clust\": 1405, \"rank\": 4761, \"rankvar\": 1398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4753, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2632, \"group\": [1408.0, 242.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTGCAGGTA\", \"ini\": 4067, \"clust\": 1168, \"rank\": 4814, \"rankvar\": 5047, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4754, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5116, \"group\": [1173.0, 223.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCGGATCC\", \"ini\": 4066, \"clust\": 325, \"rank\": 4289, \"rankvar\": 714, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4755, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2633, \"group\": [325.0, 48.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACGAAACG\", \"ini\": 4065, \"clust\": 1166, \"rank\": 4214, \"rankvar\": 4826, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4756, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 192, \"group\": [1167.0, 222.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTCGGATCC\", \"ini\": 4064, \"clust\": 4311, \"rank\": 3844, \"rankvar\": 4385, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4757, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4493, \"group\": [4312.0, 718.0, 143.0, 30.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCACTATTC\", \"ini\": 4063, \"clust\": 294, \"rank\": 3819, \"rankvar\": 2063, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4758, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2634, \"group\": [295.0, 37.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCAACACTG\", \"ini\": 4062, \"clust\": 1057, \"rank\": 3604, \"rankvar\": 159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4759, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2635, \"group\": [1065.0, 206.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTGTCAATC\", \"ini\": 4061, \"clust\": 2353, \"rank\": 3366, \"rankvar\": 2236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4760, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2149, \"group\": [2354.0, 408.0, 80.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATGTCCTC\", \"ini\": 4060, \"clust\": 1358, \"rank\": 5020, \"rankvar\": 3678, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4761, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 30, \"group\": [1357.0, 240.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGGATGCGT\", \"ini\": 4059, \"clust\": 2372, \"rank\": 2633, \"rankvar\": 1117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4762, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4494, \"group\": [2372.0, 416.0, 81.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTACACGAAAGC\", \"ini\": 4058, \"clust\": 496, \"rank\": 4534, \"rankvar\": 764, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4763, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2636, \"group\": [497.0, 73.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAGCTCCG\", \"ini\": 4057, \"clust\": 1355, \"rank\": 5083, \"rankvar\": 4709, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4764, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 31, \"group\": [1355.0, 240.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACATACGCCG\", \"ini\": 4056, \"clust\": 1537, \"rank\": 5068, \"rankvar\": 4965, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5205, \"group\": [1538.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCAACACAC\", \"ini\": 4055, \"clust\": 32, \"rank\": 3577, \"rankvar\": 4969, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4766, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5117, \"group\": [30.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGTTCGATC\", \"ini\": 4054, \"clust\": 394, \"rank\": 4465, \"rankvar\": 2381, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4767, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2150, \"group\": [395.0, 57.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAAGCACACAG\", \"ini\": 4053, \"clust\": 77, \"rank\": 3231, \"rankvar\": 4743, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4768, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2151, \"group\": [78.0, 14.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCAAGAAGT\", \"ini\": 4052, \"clust\": 590, \"rank\": 4161, \"rankvar\": 2042, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 561, \"group\": [589.0, 92.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCAAAGTAG\", \"ini\": 4051, \"clust\": 2354, \"rank\": 3555, \"rankvar\": 3443, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 562, \"group\": [2357.0, 409.0, 80.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGACGACGT\", \"ini\": 4050, \"clust\": 2415, \"rank\": 3304, \"rankvar\": 4307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 563, \"group\": [2415.0, 430.0, 84.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAATGTAAG\", \"ini\": 4049, \"clust\": 466, \"rank\": 4189, \"rankvar\": 2852, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4772, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2637, \"group\": [466.0, 66.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGGTACCGTTA\", \"ini\": 4048, \"clust\": 580, \"rank\": 4043, \"rankvar\": 4214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2638, \"group\": [585.0, 92.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACATACCATG\", \"ini\": 4047, \"clust\": 1093, \"rank\": 3279, \"rankvar\": 3059, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4774, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2639, \"group\": [1093.0, 214.0, 45.0, 11.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAACTGGCC\", \"ini\": 4046, \"clust\": 1103, \"rank\": 4252, \"rankvar\": 4046, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4775, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2867, \"group\": [1104.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCGTAGGAG\", \"ini\": 4045, \"clust\": 2409, \"rank\": 3358, \"rankvar\": 4042, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4776, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2152, \"group\": [2409.0, 428.0, 84.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGACGCTC\", \"ini\": 4044, \"clust\": 1491, \"rank\": 4882, \"rankvar\": 4165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4777, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4495, \"group\": [1490.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGCTAAGAT\", \"ini\": 4043, \"clust\": 568, \"rank\": 3815, \"rankvar\": 2884, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4778, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2153, \"group\": [568.0, 89.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTATCACG\", \"ini\": 4042, \"clust\": 2416, \"rank\": 3207, \"rankvar\": 2898, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4779, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2154, \"group\": [2416.0, 430.0, 84.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTGTTGGGA\", \"ini\": 4041, \"clust\": 1007, \"rank\": 3381, \"rankvar\": 4124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4780, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2868, \"group\": [1008.0, 185.0, 40.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAGCAGTTT\", \"ini\": 4040, \"clust\": 2376, \"rank\": 3391, \"rankvar\": 3635, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4781, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2155, \"group\": [2380.0, 421.0, 82.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCATCACCC\", \"ini\": 4039, \"clust\": 2417, \"rank\": 2953, \"rankvar\": 4305, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4782, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2156, \"group\": [2421.0, 430.0, 84.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATCGATTG\", \"ini\": 4038, \"clust\": 1539, \"rank\": 5144, \"rankvar\": 5193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4783, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5206, \"group\": [1539.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACACCGCTAG\", \"ini\": 4037, \"clust\": 1142, \"rank\": 4535, \"rankvar\": 4837, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4784, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 193, \"group\": [1141.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACTCCTG\", \"ini\": 4036, \"clust\": 36, \"rank\": 4506, \"rankvar\": 5012, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4785, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5118, \"group\": [33.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACAGACTCGC\", \"ini\": 4035, \"clust\": 323, \"rank\": 4568, \"rankvar\": 2307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 564, \"group\": [326.0, 48.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCAATGGAGC\", \"ini\": 4034, \"clust\": 84, \"rank\": 3951, \"rankvar\": 4341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 565, \"group\": [89.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGCATGGCA\", \"ini\": 4033, \"clust\": 2360, \"rank\": 2857, \"rankvar\": 3296, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4788, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2640, \"group\": [2359.0, 410.0, 80.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTACCGTAT\", \"ini\": 4032, \"clust\": 1004, \"rank\": 3261, \"rankvar\": 4316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4789, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2869, \"group\": [1003.0, 181.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGCTGCAAG\", \"ini\": 4031, \"clust\": 1068, \"rank\": 3159, \"rankvar\": 2141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4790, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2157, \"group\": [1069.0, 208.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGTCCCACG\", \"ini\": 4030, \"clust\": 519, \"rank\": 4802, \"rankvar\": 4471, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 566, \"group\": [519.0, 75.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCACTTAAGC\", \"ini\": 4029, \"clust\": 951, \"rank\": 3776, \"rankvar\": 3888, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4792, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3100, \"group\": [958.0, 173.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACAGGCTGAA\", \"ini\": 4028, \"clust\": 508, \"rank\": 4368, \"rankvar\": 1063, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 567, \"group\": [509.0, 75.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCATCGATGAGG\", \"ini\": 4027, \"clust\": 559, \"rank\": 4006, \"rankvar\": 2016, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4794, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 568, \"group\": [560.0, 87.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACATGCGCAC\", \"ini\": 4026, \"clust\": 4238, \"rank\": 3176, \"rankvar\": 4835, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4795, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2870, \"group\": [4240.0, 682.0, 130.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACATTAGC\", \"ini\": 4025, \"clust\": 652, \"rank\": 3309, \"rankvar\": 2611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4796, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2158, \"group\": [652.0, 119.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCCTATGTT\", \"ini\": 4024, \"clust\": 4239, \"rank\": 3099, \"rankvar\": 4855, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4797, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2871, \"group\": [4238.0, 682.0, 130.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGAGCCCA\", \"ini\": 4023, \"clust\": 516, \"rank\": 4351, \"rankvar\": 3303, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4798, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2159, \"group\": [517.0, 75.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAGGCTGAA\", \"ini\": 4022, \"clust\": 623, \"rank\": 4241, \"rankvar\": 2723, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 569, \"group\": [622.0, 105.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCTCTCTG\", \"ini\": 4021, \"clust\": 816, \"rank\": 4700, \"rankvar\": 4983, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4800, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3953, \"group\": [815.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCACCATCCT\", \"ini\": 4020, \"clust\": 4235, \"rank\": 3935, \"rankvar\": 4391, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4801, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2872, \"group\": [4234.0, 681.0, 130.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGTTCCACA\", \"ini\": 4019, \"clust\": 130, \"rank\": 4652, \"rankvar\": 4904, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4802, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2641, \"group\": [132.0, 28.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCGGATGGA\", \"ini\": 4018, \"clust\": 301, \"rank\": 4196, \"rankvar\": 4317, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2642, \"group\": [301.0, 41.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGACATA\", \"ini\": 4017, \"clust\": 586, \"rank\": 4002, \"rankvar\": 1268, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4804, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2160, \"group\": [586.0, 92.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACACGCC\", \"ini\": 4016, \"clust\": 4599, \"rank\": 1802, \"rankvar\": 4508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4805, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2873, \"group\": [4600.0, 791.0, 157.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTAAGTG\", \"ini\": 4015, \"clust\": 302, \"rank\": 3735, \"rankvar\": 3431, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4806, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2161, \"group\": [302.0, 41.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAAAGGTGC\", \"ini\": 4014, \"clust\": 79, \"rank\": 4031, \"rankvar\": 4770, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4807, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5119, \"group\": [82.0, 14.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGACAAG\", \"ini\": 4013, \"clust\": 1497, \"rank\": 4396, \"rankvar\": 2406, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4808, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4496, \"group\": [1500.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTTACGGAG\", \"ini\": 4012, \"clust\": 421, \"rank\": 4667, \"rankvar\": 1427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4809, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2162, \"group\": [422.0, 62.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGAAACCTA\", \"ini\": 4011, \"clust\": 306, \"rank\": 3131, \"rankvar\": 2151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4810, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 570, \"group\": [307.0, 43.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCACTTCTGC\", \"ini\": 4010, \"clust\": 569, \"rank\": 3741, \"rankvar\": 457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4811, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2163, \"group\": [569.0, 89.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGTCTGTCTCG\", \"ini\": 4009, \"clust\": 311, \"rank\": 4598, \"rankvar\": 1786, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4812, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2643, \"group\": [314.0, 45.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTCCGT\", \"ini\": 4008, \"clust\": 473, \"rank\": 4284, \"rankvar\": 3346, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4813, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2164, \"group\": [474.0, 68.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGAACAATC\", \"ini\": 4007, \"clust\": 562, \"rank\": 4133, \"rankvar\": 964, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4814, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2644, \"group\": [563.0, 88.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTTTGCATG\", \"ini\": 4006, \"clust\": 83, \"rank\": 3740, \"rankvar\": 4420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4815, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2165, \"group\": [84.0, 14.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCATCGATG\", \"ini\": 4005, \"clust\": 4306, \"rank\": 4319, \"rankvar\": 4656, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4816, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4497, \"group\": [4305.0, 714.0, 142.0, 30.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGCCAACAG\", \"ini\": 4004, \"clust\": 517, \"rank\": 4833, \"rankvar\": 4729, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4817, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2645, \"group\": [518.0, 75.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGTTTACG\", \"ini\": 4003, \"clust\": 2341, \"rank\": 2960, \"rankvar\": 3953, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4818, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2166, \"group\": [2342.0, 406.0, 79.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCACCATAG\", \"ini\": 4002, \"clust\": 4240, \"rank\": 3392, \"rankvar\": 4954, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4819, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2874, \"group\": [4239.0, 682.0, 130.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCATGTCCC\", \"ini\": 4001, \"clust\": 1853, \"rank\": 4473, \"rankvar\": 4616, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 571, \"group\": [1854.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCGTCATC\", \"ini\": 4000, \"clust\": 1526, \"rank\": 5104, \"rankvar\": 4572, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4821, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5207, \"group\": [1530.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGATGCGAC\", \"ini\": 3999, \"clust\": 949, \"rank\": 3447, \"rankvar\": 2188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4822, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2875, \"group\": [950.0, 171.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTGTTCTCATT\", \"ini\": 3998, \"clust\": 666, \"rank\": 4295, \"rankvar\": 4886, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4823, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2646, \"group\": [687.0, 130.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGTGGTCCC\", \"ini\": 3997, \"clust\": 527, \"rank\": 4021, \"rankvar\": 4075, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4824, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2647, \"group\": [528.0, 77.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAATCACC\", \"ini\": 3996, \"clust\": 483, \"rank\": 4309, \"rankvar\": 4137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4825, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2167, \"group\": [487.0, 71.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCGGTCTAA\", \"ini\": 3995, \"clust\": 2370, \"rank\": 3407, \"rankvar\": 4406, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4826, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2168, \"group\": [2373.0, 416.0, 81.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAAGGCAGGTT\", \"ini\": 3994, \"clust\": 362, \"rank\": 4259, \"rankvar\": 4238, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4827, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 572, \"group\": [362.0, 55.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACGAAGCA\", \"ini\": 3993, \"clust\": 645, \"rank\": 3909, \"rankvar\": 2363, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4828, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2169, \"group\": [645.0, 117.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCCACGCAG\", \"ini\": 3992, \"clust\": 414, \"rank\": 4755, \"rankvar\": 755, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 573, \"group\": [416.0, 61.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCAACCAA\", \"ini\": 3991, \"clust\": 2379, \"rank\": 3295, \"rankvar\": 3776, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 574, \"group\": [2378.0, 419.0, 82.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCAAGCCTA\", \"ini\": 3990, \"clust\": 433, \"rank\": 4533, \"rankvar\": 3654, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4831, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2170, \"group\": [434.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCACACCGAC\", \"ini\": 3989, \"clust\": 492, \"rank\": 4684, \"rankvar\": 3500, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4832, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 575, \"group\": [493.0, 72.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGCTGAACG\", \"ini\": 3988, \"clust\": 660, \"rank\": 3349, \"rankvar\": 2937, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4833, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2876, \"group\": [660.0, 124.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAAGAAGT\", \"ini\": 3987, \"clust\": 170, \"rank\": 3851, \"rankvar\": 1909, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4834, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5133, \"group\": [171.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGACACTAA\", \"ini\": 3986, \"clust\": 405, \"rank\": 4207, \"rankvar\": 2493, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4835, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2171, \"group\": [406.0, 59.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCGGTTAAC\", \"ini\": 3985, \"clust\": 557, \"rank\": 4124, \"rankvar\": 2459, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4836, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2172, \"group\": [558.0, 87.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCATAGCAC\", \"ini\": 3984, \"clust\": 849, \"rank\": 3428, \"rankvar\": 5055, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4837, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2877, \"group\": [848.0, 160.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCTGTTTGT\", \"ini\": 3983, \"clust\": 309, \"rank\": 3768, \"rankvar\": 2019, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4838, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2173, \"group\": [309.0, 44.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCAGACACTT\", \"ini\": 3982, \"clust\": 2334, \"rank\": 2346, \"rankvar\": 3921, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4839, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2878, \"group\": [2334.0, 403.0, 78.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTGAGGCTA\", \"ini\": 3981, \"clust\": 467, \"rank\": 4341, \"rankvar\": 3359, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4840, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2648, \"group\": [467.0, 66.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATACACCCATGG\", \"ini\": 3980, \"clust\": 290, \"rank\": 4003, \"rankvar\": 3275, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4841, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5120, \"group\": [290.0, 34.0, 10.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCATAGACTC\", \"ini\": 3979, \"clust\": 620, \"rank\": 3959, \"rankvar\": 3094, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4842, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2174, \"group\": [624.0, 105.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCTCCTC\", \"ini\": 3978, \"clust\": 85, \"rank\": 3750, \"rankvar\": 2100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4843, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2649, \"group\": [85.0, 15.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTAACGCGA\", \"ini\": 3977, \"clust\": 4237, \"rank\": 3933, \"rankvar\": 4462, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4844, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2879, \"group\": [4241.0, 682.0, 130.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACATTACGAC\", \"ini\": 3976, \"clust\": 643, \"rank\": 3790, \"rankvar\": 3695, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4845, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2175, \"group\": [644.0, 116.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTTGTCC\", \"ini\": 3975, \"clust\": 4246, \"rank\": 3287, \"rankvar\": 4685, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4846, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2880, \"group\": [4249.0, 684.0, 131.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGAGTAGA\", \"ini\": 3974, \"clust\": 406, \"rank\": 4028, \"rankvar\": 621, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4847, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2176, \"group\": [407.0, 59.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAAGGTCATCT\", \"ini\": 3973, \"clust\": 1345, \"rank\": 4702, \"rankvar\": 3274, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4848, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2177, \"group\": [1346.0, 239.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCGCTAGCG\", \"ini\": 3972, \"clust\": 90, \"rank\": 4767, \"rankvar\": 4612, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4849, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2650, \"group\": [90.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGGGCTCTC\", \"ini\": 3971, \"clust\": 120, \"rank\": 4870, \"rankvar\": 4944, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4850, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2651, \"group\": [118.0, 22.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTGTAATGA\", \"ini\": 3970, \"clust\": 1008, \"rank\": 3838, \"rankvar\": 3997, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4851, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2881, \"group\": [1009.0, 185.0, 40.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACAGCAG\", \"ini\": 3969, \"clust\": 1199, \"rank\": 4715, \"rankvar\": 2551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4852, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5121, \"group\": [1199.0, 229.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGTTTAGG\", \"ini\": 3968, \"clust\": 115, \"rank\": 3315, \"rankvar\": 1114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4853, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4498, \"group\": [115.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTATCTG\", \"ini\": 3967, \"clust\": 322, \"rank\": 4877, \"rankvar\": 3853, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 576, \"group\": [322.0, 47.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGCGAAA\", \"ini\": 3966, \"clust\": 1169, \"rank\": 4514, \"rankvar\": 3038, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4855, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2652, \"group\": [1172.0, 223.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAAGGTGA\", \"ini\": 3965, \"clust\": 1244, \"rank\": 4364, \"rankvar\": 4596, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4856, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2882, \"group\": [1292.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCACTGGG\", \"ini\": 3964, \"clust\": 976, \"rank\": 3920, \"rankvar\": 3942, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4857, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2653, \"group\": [977.0, 176.0, 38.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTAAAGA\", \"ini\": 3963, \"clust\": 498, \"rank\": 4571, \"rankvar\": 4528, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4858, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2654, \"group\": [499.0, 73.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCACACGC\", \"ini\": 3962, \"clust\": 2346, \"rank\": 3832, \"rankvar\": 4245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4859, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2178, \"group\": [2344.0, 406.0, 79.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAATTCCTT\", \"ini\": 3961, \"clust\": 539, \"rank\": 3464, \"rankvar\": 2607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4860, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2179, \"group\": [540.0, 81.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATGGATGG\", \"ini\": 3960, \"clust\": 646, \"rank\": 3877, \"rankvar\": 3317, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4861, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2180, \"group\": [646.0, 117.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTATGGTTC\", \"ini\": 3959, \"clust\": 80, \"rank\": 4088, \"rankvar\": 3980, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4862, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2181, \"group\": [80.0, 14.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTTCAGTAC\", \"ini\": 3958, \"clust\": 379, \"rank\": 4760, \"rankvar\": 2185, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4863, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 577, \"group\": [379.0, 56.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGTTACAG\", \"ini\": 3957, \"clust\": 330, \"rank\": 4560, \"rankvar\": 1551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4864, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2655, \"group\": [333.0, 48.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCAGAGCTT\", \"ini\": 3956, \"clust\": 2395, \"rank\": 3478, \"rankvar\": 4344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4865, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2182, \"group\": [2398.0, 426.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCTGCCCA\", \"ini\": 3955, \"clust\": 81, \"rank\": 4265, \"rankvar\": 4843, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4866, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2183, \"group\": [81.0, 14.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTCTGCTG\", \"ini\": 3954, \"clust\": 2397, \"rank\": 2958, \"rankvar\": 4033, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4867, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2184, \"group\": [2397.0, 426.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTAGTGCG\", \"ini\": 3953, \"clust\": 733, \"rank\": 3722, \"rankvar\": 4314, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4868, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2185, \"group\": [737.0, 145.0, 34.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAGTAGAGC\", \"ini\": 3952, \"clust\": 1078, \"rank\": 4553, \"rankvar\": 151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 578, \"group\": [1077.0, 210.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAGTGAGA\", \"ini\": 3951, \"clust\": 4166, \"rank\": 3320, \"rankvar\": 2520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4870, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2186, \"group\": [4166.0, 657.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTGTCTCA\", \"ini\": 3950, \"clust\": 667, \"rank\": 4432, \"rankvar\": 5067, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4871, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 194, \"group\": [669.0, 129.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAAGCGGT\", \"ini\": 3949, \"clust\": 1193, \"rank\": 4367, \"rankvar\": 3555, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4872, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2656, \"group\": [1193.0, 228.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCTTGCGG\", \"ini\": 3948, \"clust\": 1192, \"rank\": 4585, \"rankvar\": 3925, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4873, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 195, \"group\": [1195.0, 228.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGCTCCTTC\", \"ini\": 3947, \"clust\": 489, \"rank\": 4472, \"rankvar\": 4080, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4874, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2187, \"group\": [488.0, 71.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTGGTAACG\", \"ini\": 3946, \"clust\": 550, \"rank\": 3816, \"rankvar\": 3524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4875, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2188, \"group\": [551.0, 85.0, 17.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCATGCCTTC\", \"ini\": 3945, \"clust\": 1143, \"rank\": 4884, \"rankvar\": 5161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4876, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 196, \"group\": [1142.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGGGAACGG\", \"ini\": 3944, \"clust\": 102, \"rank\": 4508, \"rankvar\": 3299, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4877, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5122, \"group\": [102.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCATCACGAT\", \"ini\": 3943, \"clust\": 1109, \"rank\": 4503, \"rankvar\": 5164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4878, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 197, \"group\": [1112.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTACCGAGA\", \"ini\": 3942, \"clust\": 578, \"rank\": 3771, \"rankvar\": 3679, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4879, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2189, \"group\": [577.0, 91.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAATT\", \"ini\": 3941, \"clust\": 4600, \"rank\": 3257, \"rankvar\": 4633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4880, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2883, \"group\": [4603.0, 791.0, 157.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGTGCAAGC\", \"ini\": 3940, \"clust\": 1198, \"rank\": 5017, \"rankvar\": 1945, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4881, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 579, \"group\": [1201.0, 229.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGAAAGAG\", \"ini\": 3939, \"clust\": 579, \"rank\": 3723, \"rankvar\": 4467, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4882, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2190, \"group\": [578.0, 91.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCGATCCCT\", \"ini\": 3938, \"clust\": 649, \"rank\": 3963, \"rankvar\": 3890, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4883, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2191, \"group\": [649.0, 118.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATTCCTGC\", \"ini\": 3937, \"clust\": 1009, \"rank\": 3667, \"rankvar\": 4670, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4884, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2884, \"group\": [1010.0, 186.0, 40.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTTTAAGCC\", \"ini\": 3936, \"clust\": 1196, \"rank\": 4510, \"rankvar\": 4257, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4885, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2885, \"group\": [1196.0, 229.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCACTTAAGC\", \"ini\": 3935, \"clust\": 1357, \"rank\": 4733, \"rankvar\": 588, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4886, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5123, \"group\": [1359.0, 240.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGAGCTGGT\", \"ini\": 3934, \"clust\": 668, \"rank\": 4409, \"rankvar\": 5154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4887, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 198, \"group\": [667.0, 129.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCCTCAGT\", \"ini\": 3933, \"clust\": 1141, \"rank\": 4362, \"rankvar\": 4742, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4888, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2886, \"group\": [1143.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGATCCCGC\", \"ini\": 3932, \"clust\": 1181, \"rank\": 4677, \"rankvar\": 3826, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4889, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2657, \"group\": [1181.0, 227.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTAGGCGATAC\", \"ini\": 3931, \"clust\": 599, \"rank\": 4136, \"rankvar\": 4190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4890, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2658, \"group\": [599.0, 94.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCGGCCGAT\", \"ini\": 3930, \"clust\": 376, \"rank\": 4346, \"rankvar\": 869, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4891, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2192, \"group\": [381.0, 56.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGGCTACGA\", \"ini\": 3929, \"clust\": 419, \"rank\": 4766, \"rankvar\": 2261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4892, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 580, \"group\": [419.0, 62.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTACCGTAT\", \"ini\": 3928, \"clust\": 1325, \"rank\": 4306, \"rankvar\": 4086, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4893, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2887, \"group\": [1328.0, 235.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATGCTGGC\", \"ini\": 3927, \"clust\": 626, \"rank\": 3666, \"rankvar\": 2180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4894, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2193, \"group\": [626.0, 106.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGGTCAT\", \"ini\": 3926, \"clust\": 476, \"rank\": 4471, \"rankvar\": 3859, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4895, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2194, \"group\": [477.0, 69.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCGGCACT\", \"ini\": 3925, \"clust\": 1162, \"rank\": 4613, \"rankvar\": 4842, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4896, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 199, \"group\": [1165.0, 222.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCCAAACTG\", \"ini\": 3924, \"clust\": 1104, \"rank\": 4637, \"rankvar\": 4798, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4897, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 200, \"group\": [1105.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCAGGCGAA\", \"ini\": 3923, \"clust\": 509, \"rank\": 4482, \"rankvar\": 3192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4898, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2195, \"group\": [510.0, 75.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGGTGACCA\", \"ini\": 3922, \"clust\": 479, \"rank\": 4474, \"rankvar\": 2487, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 581, \"group\": [479.0, 69.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGCTTCGG\", \"ini\": 3921, \"clust\": 1201, \"rank\": 4377, \"rankvar\": 2, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4900, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2659, \"group\": [1202.0, 230.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTATCAAACGGG\", \"ini\": 3920, \"clust\": 1504, \"rank\": 4121, \"rankvar\": 3623, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4901, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2888, \"group\": [1504.0, 246.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGATTCT\", \"ini\": 3919, \"clust\": 581, \"rank\": 4464, \"rankvar\": 3842, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4902, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2196, \"group\": [584.0, 92.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCCAGTACACT\", \"ini\": 3918, \"clust\": 1412, \"rank\": 4961, \"rankvar\": 2523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4903, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2660, \"group\": [1409.0, 242.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAATCACAC\", \"ini\": 3917, \"clust\": 1420, \"rank\": 4839, \"rankvar\": 653, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 582, \"group\": [1421.0, 242.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAGGTTCT\", \"ini\": 3916, \"clust\": 1406, \"rank\": 4949, \"rankvar\": 69, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 583, \"group\": [1407.0, 242.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGGGTGTTG\", \"ini\": 3915, \"clust\": 669, \"rank\": 4807, \"rankvar\": 5114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4906, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 201, \"group\": [668.0, 129.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGTGTGGT\", \"ini\": 3914, \"clust\": 588, \"rank\": 4400, \"rankvar\": 4641, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4907, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2197, \"group\": [592.0, 92.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTAACGCGA\", \"ini\": 3913, \"clust\": 1549, \"rank\": 4996, \"rankvar\": 4665, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 584, \"group\": [1550.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTGGCGTG\", \"ini\": 3912, \"clust\": 1187, \"rank\": 5005, \"rankvar\": 4708, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 585, \"group\": [1187.0, 227.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAGTTTACG\", \"ini\": 3911, \"clust\": 1360, \"rank\": 5033, \"rankvar\": 3003, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4910, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2661, \"group\": [1361.0, 240.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGAATAGGG\", \"ini\": 3910, \"clust\": 504, \"rank\": 4611, \"rankvar\": 4313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4911, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2198, \"group\": [504.0, 74.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACATCCA\", \"ini\": 3909, \"clust\": 86, \"rank\": 4018, \"rankvar\": 4426, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4912, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2199, \"group\": [86.0, 15.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCCTAGGGC\", \"ini\": 3908, \"clust\": 506, \"rank\": 4919, \"rankvar\": 2376, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4913, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2200, \"group\": [506.0, 75.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCATCACAAC\", \"ini\": 3907, \"clust\": 589, \"rank\": 4484, \"rankvar\": 4102, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4914, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2201, \"group\": [591.0, 92.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTAACGGT\", \"ini\": 3906, \"clust\": 1387, \"rank\": 5037, \"rankvar\": 765, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 586, \"group\": [1388.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCGTCCA\", \"ini\": 3905, \"clust\": 1170, \"rank\": 4820, \"rankvar\": 4348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 587, \"group\": [1171.0, 223.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGAGGTACC\", \"ini\": 3904, \"clust\": 105, \"rank\": 4803, \"rankvar\": 4883, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4917, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5124, \"group\": [106.0, 19.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAGTTTACG\", \"ini\": 3903, \"clust\": 462, \"rank\": 4681, \"rankvar\": 376, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4918, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2202, \"group\": [463.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGCAGACTG\", \"ini\": 3902, \"clust\": 78, \"rank\": 4262, \"rankvar\": 4999, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4919, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2203, \"group\": [79.0, 14.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAGTAACGG\", \"ini\": 3901, \"clust\": 1178, \"rank\": 4586, \"rankvar\": 4389, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4920, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2204, \"group\": [1176.0, 224.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCTGCCCTA\", \"ini\": 3900, \"clust\": 470, \"rank\": 4254, \"rankvar\": 2056, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4921, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2662, \"group\": [469.0, 68.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCTACTATC\", \"ini\": 3899, \"clust\": 685, \"rank\": 4756, \"rankvar\": 5205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4922, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 202, \"group\": [685.0, 129.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGCTCAGA\", \"ini\": 3898, \"clust\": 514, \"rank\": 5047, \"rankvar\": 3718, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4923, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 588, \"group\": [513.0, 75.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTGCACTTA\", \"ini\": 3897, \"clust\": 1106, \"rank\": 4862, \"rankvar\": 5213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4924, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 203, \"group\": [1109.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTGTGTGCCTG\", \"ini\": 3896, \"clust\": 619, \"rank\": 3989, \"rankvar\": 4273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4925, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2663, \"group\": [620.0, 104.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCAACAACCT\", \"ini\": 3895, \"clust\": 1164, \"rank\": 4854, \"rankvar\": 5062, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4926, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 204, \"group\": [1162.0, 222.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGGCACTA\", \"ini\": 3894, \"clust\": 1607, \"rank\": 4076, \"rankvar\": 103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4927, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2889, \"group\": [1610.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCACAACGCC\", \"ini\": 3893, \"clust\": 1167, \"rank\": 4602, \"rankvar\": 4677, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4928, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2890, \"group\": [1168.0, 222.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTACGCGA\", \"ini\": 3892, \"clust\": 1176, \"rank\": 4166, \"rankvar\": 3830, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4929, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2205, \"group\": [1174.0, 224.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCGTCTCCACT\", \"ini\": 3891, \"clust\": 1099, \"rank\": 4068, \"rankvar\": 3199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4930, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3028, \"group\": [1102.0, 220.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGTACAA\", \"ini\": 3890, \"clust\": 1207, \"rank\": 4601, \"rankvar\": 1798, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4931, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2206, \"group\": [1208.0, 230.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACAAAGCGGT\", \"ini\": 3889, \"clust\": 735, \"rank\": 3764, \"rankvar\": 4758, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4932, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2891, \"group\": [734.0, 144.0, 34.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCGCAGGCT\", \"ini\": 3888, \"clust\": 1150, \"rank\": 4885, \"rankvar\": 4878, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4933, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 205, \"group\": [1151.0, 222.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGAGGGATA\", \"ini\": 3887, \"clust\": 487, \"rank\": 4180, \"rankvar\": 3896, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4934, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2664, \"group\": [491.0, 71.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGCGACAT\", \"ini\": 3886, \"clust\": 490, \"rank\": 4292, \"rankvar\": 4376, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4935, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2207, \"group\": [489.0, 71.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCACTATCTT\", \"ini\": 3885, \"clust\": 1117, \"rank\": 4912, \"rankvar\": 4466, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4936, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 206, \"group\": [1118.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAATCACAC\", \"ini\": 3884, \"clust\": 1105, \"rank\": 4746, \"rankvar\": 5068, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4937, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 207, \"group\": [1106.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTGTGTAAGTA\", \"ini\": 3883, \"clust\": 1285, \"rank\": 4971, \"rankvar\": 4861, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4938, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2892, \"group\": [1287.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTACAGACG\", \"ini\": 3882, \"clust\": 1063, \"rank\": 4626, \"rankvar\": 455, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4939, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 589, \"group\": [1063.0, 205.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCCCTCAGT\", \"ini\": 3881, \"clust\": 474, \"rank\": 4529, \"rankvar\": 1882, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4940, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2208, \"group\": [475.0, 69.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGATGGGTC\", \"ini\": 3880, \"clust\": 1414, \"rank\": 4666, \"rankvar\": 2864, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4941, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 590, \"group\": [1415.0, 242.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATATGGTC\", \"ini\": 3879, \"clust\": 1382, \"rank\": 5039, \"rankvar\": 2097, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4942, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2209, \"group\": [1385.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATCTACGA\", \"ini\": 3878, \"clust\": 1372, \"rank\": 4925, \"rankvar\": 1413, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4943, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2665, \"group\": [1372.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTAGCCA\", \"ini\": 3877, \"clust\": 1623, \"rank\": 4832, \"rankvar\": 2658, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4944, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2893, \"group\": [1622.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTAGGCTGA\", \"ini\": 3876, \"clust\": 587, \"rank\": 4808, \"rankvar\": 4814, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 591, \"group\": [587.0, 92.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGCTTG\", \"ini\": 3875, \"clust\": 1410, \"rank\": 4889, \"rankvar\": 3323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4946, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 592, \"group\": [1412.0, 242.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATGTAAG\", \"ini\": 3874, \"clust\": 520, \"rank\": 4858, \"rankvar\": 4404, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4947, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 593, \"group\": [520.0, 75.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGGATACC\", \"ini\": 3873, \"clust\": 1375, \"rank\": 5111, \"rankvar\": 1467, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4948, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2666, \"group\": [1377.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCAACCAA\", \"ini\": 3872, \"clust\": 1393, \"rank\": 5170, \"rankvar\": 3730, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 594, \"group\": [1392.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGACAGGT\", \"ini\": 3871, \"clust\": 1286, \"rank\": 5026, \"rankvar\": 4828, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4950, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2894, \"group\": [1285.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGCGAGT\", \"ini\": 3870, \"clust\": 1098, \"rank\": 3675, \"rankvar\": 4182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4951, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2895, \"group\": [1098.0, 218.0, 47.0, 11.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCACCGTC\", \"ini\": 3869, \"clust\": 513, \"rank\": 4968, \"rankvar\": 3777, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4952, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2667, \"group\": [515.0, 75.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTAGCTCCG\", \"ini\": 3868, \"clust\": 1058, \"rank\": 4665, \"rankvar\": 728, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4953, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2210, \"group\": [1058.0, 205.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTCCCTGA\", \"ini\": 3867, \"clust\": 477, \"rank\": 4440, \"rankvar\": 3401, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4954, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2211, \"group\": [478.0, 69.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCATCGACGC\", \"ini\": 3866, \"clust\": 110, \"rank\": 4878, \"rankvar\": 4632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4955, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5125, \"group\": [110.0, 19.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAACTGCTA\", \"ini\": 3865, \"clust\": 1107, \"rank\": 4589, \"rankvar\": 5156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4956, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3074, \"group\": [1107.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGAACAATC\", \"ini\": 3864, \"clust\": 1029, \"rank\": 4275, \"rankvar\": 4856, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4957, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2896, \"group\": [1029.0, 194.0, 43.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGCACCGTC\", \"ini\": 3863, \"clust\": 1316, \"rank\": 4991, \"rankvar\": 3119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4958, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2897, \"group\": [1319.0, 235.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGTTACAG\", \"ini\": 3862, \"clust\": 584, \"rank\": 4459, \"rankvar\": 4252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4959, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2212, \"group\": [582.0, 92.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATCCAAC\", \"ini\": 3861, \"clust\": 1326, \"rank\": 4554, \"rankvar\": 4527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4960, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2898, \"group\": [1326.0, 235.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCCCAAGTA\", \"ini\": 3860, \"clust\": 1123, \"rank\": 5007, \"rankvar\": 5171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4961, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 208, \"group\": [1124.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCATGCAAC\", \"ini\": 3859, \"clust\": 1203, \"rank\": 4496, \"rankvar\": 236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4962, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5126, \"group\": [1204.0, 230.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTACTTAC\", \"ini\": 3858, \"clust\": 1036, \"rank\": 4119, \"rankvar\": 4948, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4963, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2899, \"group\": [1036.0, 196.0, 43.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGCACCGTC\", \"ini\": 3857, \"clust\": 1146, \"rank\": 5040, \"rankvar\": 5056, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4964, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 209, \"group\": [1149.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTATTCTC\", \"ini\": 3856, \"clust\": 644, \"rank\": 3857, \"rankvar\": 3976, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4965, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2213, \"group\": [647.0, 117.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCGAGCCCA\", \"ini\": 3855, \"clust\": 932, \"rank\": 4242, \"rankvar\": 4715, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4966, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2900, \"group\": [931.0, 167.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGATCGGGT\", \"ini\": 3854, \"clust\": 96, \"rank\": 4975, \"rankvar\": 4513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4967, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2214, \"group\": [95.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTTGTACAC\", \"ini\": 3853, \"clust\": 1133, \"rank\": 4689, \"rankvar\": 4421, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4968, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2215, \"group\": [1139.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAATCGAAA\", \"ini\": 3852, \"clust\": 422, \"rank\": 4729, \"rankvar\": 1031, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4969, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2216, \"group\": [420.0, 62.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGTGCCTG\", \"ini\": 3851, \"clust\": 1399, \"rank\": 5162, \"rankvar\": 5041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4970, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2217, \"group\": [1404.0, 242.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACGACGT\", \"ini\": 3850, \"clust\": 97, \"rank\": 4876, \"rankvar\": 4457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4971, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2218, \"group\": [99.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTTCTCATT\", \"ini\": 3849, \"clust\": 731, \"rank\": 4855, \"rankvar\": 4705, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4972, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3075, \"group\": [732.0, 143.0, 33.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATGTCCC\", \"ini\": 3848, \"clust\": 380, \"rank\": 4789, \"rankvar\": 3342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4973, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2219, \"group\": [380.0, 56.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTCAAGTG\", \"ini\": 3847, \"clust\": 1383, \"rank\": 4950, \"rankvar\": 208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 595, \"group\": [1383.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCAGAGGGATA\", \"ini\": 3846, \"clust\": 1348, \"rank\": 5027, \"rankvar\": 4787, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4975, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2220, \"group\": [1348.0, 240.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTAGCCTAT\", \"ini\": 3845, \"clust\": 1634, \"rank\": 4692, \"rankvar\": 4187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4976, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2901, \"group\": [1636.0, 252.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGTTAGCGG\", \"ini\": 3844, \"clust\": 1327, \"rank\": 4448, \"rankvar\": 4122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4977, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2902, \"group\": [1327.0, 235.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGCACACGCTG\", \"ini\": 3843, \"clust\": 575, \"rank\": 3485, \"rankvar\": 4332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4978, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2221, \"group\": [575.0, 90.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCAGAAGG\", \"ini\": 3842, \"clust\": 1144, \"rank\": 5031, \"rankvar\": 4774, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4979, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 210, \"group\": [1144.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACACTGCCAG\", \"ini\": 3841, \"clust\": 1233, \"rank\": 5137, \"rankvar\": 4807, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4980, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 211, \"group\": [1237.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGACTGTAA\", \"ini\": 3840, \"clust\": 945, \"rank\": 3314, \"rankvar\": 4800, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4981, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2903, \"group\": [946.0, 170.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTGAGGTG\", \"ini\": 3839, \"clust\": 4236, \"rank\": 4270, \"rankvar\": 4418, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4982, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2904, \"group\": [4235.0, 681.0, 130.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCAGTAAGAT\", \"ini\": 3838, \"clust\": 1179, \"rank\": 4054, \"rankvar\": 4034, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 596, \"group\": [1177.0, 224.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCACCCTATC\", \"ini\": 3837, \"clust\": 1129, \"rank\": 5097, \"rankvar\": 5190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4984, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 212, \"group\": [1130.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCCTCGCAT\", \"ini\": 3836, \"clust\": 87, \"rank\": 4657, \"rankvar\": 4521, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4985, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2222, \"group\": [87.0, 15.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGACGAT\", \"ini\": 3835, \"clust\": 1177, \"rank\": 4266, \"rankvar\": 3880, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4986, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2668, \"group\": [1175.0, 224.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGTGGTAAT\", \"ini\": 3834, \"clust\": 736, \"rank\": 3528, \"rankvar\": 4598, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4987, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3029, \"group\": [735.0, 144.0, 34.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTTCTGGTA\", \"ini\": 3833, \"clust\": 805, \"rank\": 5051, \"rankvar\": 5201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4988, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5208, \"group\": [805.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGAAGGTTT\", \"ini\": 3832, \"clust\": 103, \"rank\": 4926, \"rankvar\": 4039, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4989, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5127, \"group\": [103.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCAAGCTGGA\", \"ini\": 3831, \"clust\": 1265, \"rank\": 4676, \"rankvar\": 5107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4990, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2905, \"group\": [1265.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGCAAAGGTGC\", \"ini\": 3830, \"clust\": 515, \"rank\": 5045, \"rankvar\": 3769, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4991, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2223, \"group\": [514.0, 75.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGGTCCC\", \"ini\": 3829, \"clust\": 92, \"rank\": 4317, \"rankvar\": 1758, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4992, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2224, \"group\": [100.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCTAACTC\", \"ini\": 3828, \"clust\": 1415, \"rank\": 5011, \"rankvar\": 3523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4993, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2225, \"group\": [1416.0, 242.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGTGCC\", \"ini\": 3827, \"clust\": 1174, \"rank\": 3982, \"rankvar\": 4338, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4994, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3030, \"group\": [1179.0, 225.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATAGAAAC\", \"ini\": 3826, \"clust\": 91, \"rank\": 4790, \"rankvar\": 4756, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4995, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2226, \"group\": [91.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTGGACGT\", \"ini\": 3825, \"clust\": 1577, \"rank\": 4736, \"rankvar\": 3992, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4996, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2906, \"group\": [1578.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATGAGCGA\", \"ini\": 3824, \"clust\": 88, \"rank\": 4623, \"rankvar\": 3876, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4997, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2227, \"group\": [88.0, 15.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTGATACG\", \"ini\": 3823, \"clust\": 1237, \"rank\": 4921, \"rankvar\": 4707, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4998, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 213, \"group\": [1238.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGGTGTTG\", \"ini\": 3822, \"clust\": 1635, \"rank\": 4730, \"rankvar\": 3989, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4999, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2907, \"group\": [1634.0, 252.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCACCGCTAG\", \"ini\": 3821, \"clust\": 1269, \"rank\": 4835, \"rankvar\": 5022, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5000, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2908, \"group\": [1267.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCTGTGCAA\", \"ini\": 3820, \"clust\": 934, \"rank\": 4443, \"rankvar\": 4586, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5001, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2909, \"group\": [935.0, 167.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTTGAC\", \"ini\": 3819, \"clust\": 378, \"rank\": 4927, \"rankvar\": 3011, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5002, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2228, \"group\": [378.0, 56.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTATCCAGATCA\", \"ini\": 3818, \"clust\": 1160, \"rank\": 5086, \"rankvar\": 4788, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5003, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 214, \"group\": [1160.0, 222.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTCATCCCT\", \"ini\": 3817, \"clust\": 1200, \"rank\": 5121, \"rankvar\": 4327, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5004, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 597, \"group\": [1200.0, 229.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACTTACGA\", \"ini\": 3816, \"clust\": 1185, \"rank\": 4693, \"rankvar\": 4514, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5005, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2910, \"group\": [1185.0, 227.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCCGCCTA\", \"ini\": 3815, \"clust\": 4234, \"rank\": 4379, \"rankvar\": 4794, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5006, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2911, \"group\": [4236.0, 681.0, 130.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATCCCGC\", \"ini\": 3814, \"clust\": 1145, \"rank\": 5149, \"rankvar\": 5076, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5007, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 215, \"group\": [1145.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCAAACCAC\", \"ini\": 3813, \"clust\": 1194, \"rank\": 4591, \"rankvar\": 3960, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5008, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2912, \"group\": [1194.0, 228.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCTGCT\", \"ini\": 3812, \"clust\": 521, \"rank\": 4866, \"rankvar\": 4664, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5009, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2229, \"group\": [522.0, 75.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACACTGCG\", \"ini\": 3811, \"clust\": 1108, \"rank\": 4853, \"rankvar\": 5216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5010, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3076, \"group\": [1108.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTCAGGACA\", \"ini\": 3810, \"clust\": 734, \"rank\": 4653, \"rankvar\": 5059, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5011, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2913, \"group\": [736.0, 144.0, 34.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTACACCT\", \"ini\": 3809, \"clust\": 1158, \"rank\": 5096, \"rankvar\": 4987, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5012, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 216, \"group\": [1157.0, 222.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCTCGTTTA\", \"ini\": 3808, \"clust\": 1131, \"rank\": 5119, \"rankvar\": 5135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5013, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 217, \"group\": [1127.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTTGACAC\", \"ini\": 3807, \"clust\": 591, \"rank\": 4358, \"rankvar\": 4260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5014, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2230, \"group\": [590.0, 92.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTAGGTT\", \"ini\": 3806, \"clust\": 1230, \"rank\": 4931, \"rankvar\": 4953, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5015, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2914, \"group\": [1232.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAGACAAAT\", \"ini\": 3805, \"clust\": 1384, \"rank\": 5093, \"rankvar\": 1868, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5016, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2231, \"group\": [1384.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCCTCAATT\", \"ini\": 3804, \"clust\": 93, \"rank\": 4953, \"rankvar\": 4659, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5017, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2232, \"group\": [92.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCACGACG\", \"ini\": 3803, \"clust\": 1010, \"rank\": 4110, \"rankvar\": 4858, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5018, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2915, \"group\": [1011.0, 186.0, 40.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATGCCTAA\", \"ini\": 3802, \"clust\": 1323, \"rank\": 4732, \"rankvar\": 4676, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5019, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2916, \"group\": [1324.0, 235.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGTCTTGCA\", \"ini\": 3801, \"clust\": 1030, \"rank\": 4177, \"rankvar\": 4667, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5020, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2917, \"group\": [1030.0, 194.0, 43.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGCAGGTA\", \"ini\": 3800, \"clust\": 350, \"rank\": 4701, \"rankvar\": 4505, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5021, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2233, \"group\": [353.0, 53.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTAGAGTC\", \"ini\": 3799, \"clust\": 4308, \"rank\": 4840, \"rankvar\": 4711, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5022, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2918, \"group\": [4308.0, 716.0, 143.0, 30.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGTCTAT\", \"ini\": 3798, \"clust\": 1528, \"rank\": 5118, \"rankvar\": 4857, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 598, \"group\": [1527.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGAGCTGCA\", \"ini\": 3797, \"clust\": 101, \"rank\": 4920, \"rankvar\": 4789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5024, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2234, \"group\": [104.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGTCTTGTATC\", \"ini\": 3796, \"clust\": 1253, \"rank\": 4871, \"rankvar\": 4769, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5025, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2919, \"group\": [1252.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACACGAAACG\", \"ini\": 3795, \"clust\": 1280, \"rank\": 4818, \"rankvar\": 4909, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5026, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2920, \"group\": [1281.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCGATAGC\", \"ini\": 3794, \"clust\": 656, \"rank\": 4543, \"rankvar\": 3762, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5027, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3031, \"group\": [656.0, 122.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAGGGTATG\", \"ini\": 3793, \"clust\": 1271, \"rank\": 4775, \"rankvar\": 5002, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5028, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2921, \"group\": [1273.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCTGCAC\", \"ini\": 3792, \"clust\": 480, \"rank\": 4573, \"rankvar\": 1907, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5029, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3032, \"group\": [480.0, 69.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTCAGACT\", \"ini\": 3791, \"clust\": 566, \"rank\": 4152, \"rankvar\": 4129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5030, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2235, \"group\": [567.0, 89.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCAAAGTCAA\", \"ini\": 3790, \"clust\": 1300, \"rank\": 4872, \"rankvar\": 4867, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5031, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2922, \"group\": [1299.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTTAGCGG\", \"ini\": 3789, \"clust\": 1124, \"rank\": 5107, \"rankvar\": 5189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5032, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 218, \"group\": [1122.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTTGATTGC\", \"ini\": 3788, \"clust\": 1111, \"rank\": 4948, \"rankvar\": 5187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5033, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 219, \"group\": [1111.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGTTCATG\", \"ini\": 3787, \"clust\": 728, \"rank\": 4639, \"rankvar\": 3808, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5034, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2923, \"group\": [731.0, 143.0, 33.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGGAGGTA\", \"ini\": 3786, \"clust\": 1173, \"rank\": 4816, \"rankvar\": 4573, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5035, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3033, \"group\": [1180.0, 226.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGCTGAG\", \"ini\": 3785, \"clust\": 1314, \"rank\": 5001, \"rankvar\": 3981, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5036, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2924, \"group\": [1314.0, 235.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGTTGGC\", \"ini\": 3784, \"clust\": 522, \"rank\": 4849, \"rankvar\": 3361, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5037, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2236, \"group\": [523.0, 75.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGACACTAA\", \"ini\": 3783, \"clust\": 1113, \"rank\": 5088, \"rankvar\": 5072, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5038, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3077, \"group\": [1140.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCCTCCAT\", \"ini\": 3782, \"clust\": 1633, \"rank\": 4824, \"rankvar\": 4816, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5039, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2925, \"group\": [1637.0, 252.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACTCCTG\", \"ini\": 3781, \"clust\": 1324, \"rank\": 4838, \"rankvar\": 4906, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5040, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2926, \"group\": [1325.0, 235.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGGCAGTCA\", \"ini\": 3780, \"clust\": 1180, \"rank\": 4759, \"rankvar\": 2975, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5041, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2927, \"group\": [1192.0, 227.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTACAGACG\", \"ini\": 3779, \"clust\": 1132, \"rank\": 5135, \"rankvar\": 5169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5042, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 220, \"group\": [1128.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGGACAA\", \"ini\": 3778, \"clust\": 1126, \"rank\": 5126, \"rankvar\": 5178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5043, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 221, \"group\": [1125.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCATGGGAAC\", \"ini\": 3777, \"clust\": 1121, \"rank\": 5199, \"rankvar\": 5136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5044, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 222, \"group\": [1120.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATAGGATA\", \"ini\": 3776, \"clust\": 1642, \"rank\": 4769, \"rankvar\": 4411, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5045, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2928, \"group\": [1641.0, 252.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGTTTGT\", \"ini\": 3775, \"clust\": 468, \"rank\": 4425, \"rankvar\": 4386, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5046, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2237, \"group\": [472.0, 68.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACAGATGAGC\", \"ini\": 3774, \"clust\": 1315, \"rank\": 4989, \"rankvar\": 4413, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5047, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2929, \"group\": [1315.0, 235.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCTCTGAGA\", \"ini\": 3773, \"clust\": 1226, \"rank\": 4511, \"rankvar\": 2436, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5048, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2238, \"group\": [1228.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTTCGAATC\", \"ini\": 3772, \"clust\": 1608, \"rank\": 4904, \"rankvar\": 2939, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5049, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2930, \"group\": [1608.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCTCCAT\", \"ini\": 3771, \"clust\": 108, \"rank\": 5032, \"rankvar\": 4689, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5050, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2931, \"group\": [111.0, 19.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAGAAGC\", \"ini\": 3770, \"clust\": 1279, \"rank\": 4661, \"rankvar\": 4605, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5051, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2932, \"group\": [1282.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCACGGTGTC\", \"ini\": 3769, \"clust\": 1359, \"rank\": 5218, \"rankvar\": 4871, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 599, \"group\": [1358.0, 240.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCAATGGACG\", \"ini\": 3768, \"clust\": 1119, \"rank\": 5139, \"rankvar\": 4741, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5053, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 223, \"group\": [1115.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTCAAACTC\", \"ini\": 3767, \"clust\": 1100, \"rank\": 4711, \"rankvar\": 4621, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5054, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2933, \"group\": [1100.0, 220.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGCGATAGC\", \"ini\": 3766, \"clust\": 1529, \"rank\": 5211, \"rankvar\": 5083, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5055, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 600, \"group\": [1528.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTACGCACC\", \"ini\": 3765, \"clust\": 1128, \"rank\": 5166, \"rankvar\": 5130, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5056, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 224, \"group\": [1131.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTATATGAG\", \"ini\": 3764, \"clust\": 1378, \"rank\": 5179, \"rankvar\": 3145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5057, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2239, \"group\": [1382.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTTGTTTC\", \"ini\": 3763, \"clust\": 1622, \"rank\": 4768, \"rankvar\": 2226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5058, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2934, \"group\": [1624.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGGTTCGGGCT\", \"ini\": 3762, \"clust\": 1605, \"rank\": 4873, \"rankvar\": 3884, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5059, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2935, \"group\": [1604.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTGTGACCC\", \"ini\": 3761, \"clust\": 1292, \"rank\": 4614, \"rankvar\": 4751, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5060, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2936, \"group\": [1302.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTACGTAA\", \"ini\": 3760, \"clust\": 1310, \"rank\": 4874, \"rankvar\": 3793, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5061, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2937, \"group\": [1316.0, 235.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTTCACGGC\", \"ini\": 3759, \"clust\": 1342, \"rank\": 5214, \"rankvar\": 4913, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5062, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2240, \"group\": [1343.0, 239.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCAAGGCTT\", \"ini\": 3758, \"clust\": 1317, \"rank\": 5052, \"rankvar\": 4453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5063, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2938, \"group\": [1317.0, 235.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCATCGGCGGTT\", \"ini\": 3757, \"clust\": 1362, \"rank\": 5191, \"rankvar\": 4624, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5064, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2241, \"group\": [1363.0, 240.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTCGGGTCT\", \"ini\": 3756, \"clust\": 1101, \"rank\": 4743, \"rankvar\": 4581, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5065, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3034, \"group\": [1101.0, 220.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTCTGCGGT\", \"ini\": 3755, \"clust\": 1603, \"rank\": 5009, \"rankvar\": 4299, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5066, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2939, \"group\": [1607.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCTGCGGT\", \"ini\": 3754, \"clust\": 1130, \"rank\": 5078, \"rankvar\": 5092, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5067, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 225, \"group\": [1129.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAGGTTTC\", \"ini\": 3753, \"clust\": 507, \"rank\": 5043, \"rankvar\": 3329, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5068, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2242, \"group\": [507.0, 75.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGCCCGAAA\", \"ini\": 3752, \"clust\": 1272, \"rank\": 4890, \"rankvar\": 5119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5069, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2940, \"group\": [1271.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCTGTAT\", \"ini\": 3751, \"clust\": 1363, \"rank\": 5099, \"rankvar\": 4388, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5070, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2243, \"group\": [1364.0, 240.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGACAGACC\", \"ini\": 3750, \"clust\": 1270, \"rank\": 4963, \"rankvar\": 5028, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5071, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2941, \"group\": [1268.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCGAATGGG\", \"ini\": 3749, \"clust\": 1183, \"rank\": 4822, \"rankvar\": 4091, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5072, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2942, \"group\": [1183.0, 227.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCGCATAT\", \"ini\": 3748, \"clust\": 1245, \"rank\": 5071, \"rankvar\": 4783, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5073, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2943, \"group\": [1245.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCGGCGCAT\", \"ini\": 3747, \"clust\": 1247, \"rank\": 5065, \"rankvar\": 4838, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5074, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2944, \"group\": [1247.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCAGCTGTAT\", \"ini\": 3746, \"clust\": 1296, \"rank\": 4887, \"rankvar\": 4594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5075, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2945, \"group\": [1294.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCAGCTTAG\", \"ini\": 3745, \"clust\": 1628, \"rank\": 5044, \"rankvar\": 3681, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5076, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2946, \"group\": [1629.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGCTAACTC\", \"ini\": 3744, \"clust\": 1165, \"rank\": 5054, \"rankvar\": 4933, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5077, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3078, \"group\": [1163.0, 222.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTCCAACTA\", \"ini\": 3743, \"clust\": 594, \"rank\": 4752, \"rankvar\": 4555, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5078, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2244, \"group\": [595.0, 93.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTACGCCC\", \"ini\": 3742, \"clust\": 511, \"rank\": 5056, \"rankvar\": 2995, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5079, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2669, \"group\": [511.0, 75.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCTGCCAGG\", \"ini\": 3741, \"clust\": 1281, \"rank\": 4922, \"rankvar\": 5046, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5080, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2947, \"group\": [1279.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTTACGA\", \"ini\": 3740, \"clust\": 1256, \"rank\": 4995, \"rankvar\": 4889, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5081, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2948, \"group\": [1255.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAAGATGTTAG\", \"ini\": 3739, \"clust\": 1037, \"rank\": 4722, \"rankvar\": 5086, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5082, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2949, \"group\": [1037.0, 196.0, 43.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAAGAGGCT\", \"ini\": 3738, \"clust\": 1229, \"rank\": 4860, \"rankvar\": 5168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5083, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2950, \"group\": [1233.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCTTAGAGC\", \"ini\": 3737, \"clust\": 1055, \"rank\": 4625, \"rankvar\": 4061, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5084, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3035, \"group\": [1055.0, 204.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGTAGATGT\", \"ini\": 3736, \"clust\": 1151, \"rank\": 4984, \"rankvar\": 5079, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5085, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3079, \"group\": [1152.0, 222.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGTCTTGCA\", \"ini\": 3735, \"clust\": 1259, \"rank\": 5013, \"rankvar\": 4887, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5086, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2951, \"group\": [1258.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAACGATGG\", \"ini\": 3734, \"clust\": 1238, \"rank\": 4907, \"rankvar\": 4978, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5087, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2952, \"group\": [1239.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAACGCGA\", \"ini\": 3733, \"clust\": 729, \"rank\": 4797, \"rankvar\": 4805, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5088, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2953, \"group\": [729.0, 143.0, 33.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAAGCGAGT\", \"ini\": 3732, \"clust\": 1252, \"rank\": 5029, \"rankvar\": 5050, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5089, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2954, \"group\": [1254.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGGACGAAA\", \"ini\": 3731, \"clust\": 979, \"rank\": 4895, \"rankvar\": 4975, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5090, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2955, \"group\": [979.0, 177.0, 38.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTGGTTCC\", \"ini\": 3730, \"clust\": 1306, \"rank\": 5151, \"rankvar\": 4795, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5091, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2956, \"group\": [1307.0, 235.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAGCGATCC\", \"ini\": 3729, \"clust\": 94, \"rank\": 5000, \"rankvar\": 4479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5092, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2245, \"group\": [93.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACTGGG\", \"ini\": 3728, \"clust\": 1307, \"rank\": 5155, \"rankvar\": 4560, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5093, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2957, \"group\": [1308.0, 235.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGTCGTAGGTT\", \"ini\": 3727, \"clust\": 1630, \"rank\": 4883, \"rankvar\": 2556, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5094, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2958, \"group\": [1633.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTTCAACT\", \"ini\": 3726, \"clust\": 1114, \"rank\": 5072, \"rankvar\": 4930, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5095, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2959, \"group\": [1113.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCATCATTC\", \"ini\": 3725, \"clust\": 1239, \"rank\": 5073, \"rankvar\": 5070, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5096, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2960, \"group\": [1240.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGCACGCCT\", \"ini\": 3724, \"clust\": 1248, \"rank\": 5115, \"rankvar\": 4946, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5097, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2961, \"group\": [1248.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCGATTGT\", \"ini\": 3723, \"clust\": 1190, \"rank\": 4914, \"rankvar\": 4045, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5098, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2962, \"group\": [1189.0, 227.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTTGACTG\", \"ini\": 3722, \"clust\": 1312, \"rank\": 5014, \"rankvar\": 3548, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5099, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2963, \"group\": [1311.0, 235.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTAAGTTCC\", \"ini\": 3721, \"clust\": 1112, \"rank\": 4967, \"rankvar\": 4949, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5100, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3080, \"group\": [1150.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGATGGAA\", \"ini\": 3720, \"clust\": 1257, \"rank\": 4947, \"rankvar\": 4882, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5101, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2964, \"group\": [1256.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTGGGTCAA\", \"ini\": 3719, \"clust\": 1175, \"rank\": 4597, \"rankvar\": 4092, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5102, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3036, \"group\": [1178.0, 224.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCAAACTG\", \"ini\": 3718, \"clust\": 1186, \"rank\": 4891, \"rankvar\": 4759, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5103, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3037, \"group\": [1186.0, 227.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATCCAAC\", \"ini\": 3717, \"clust\": 1163, \"rank\": 5004, \"rankvar\": 5010, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5104, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2965, \"group\": [1164.0, 222.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGAGTACAT\", \"ini\": 3716, \"clust\": 732, \"rank\": 4902, \"rankvar\": 4964, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5105, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3038, \"group\": [733.0, 143.0, 33.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGGCAAAGA\", \"ini\": 3715, \"clust\": 1240, \"rank\": 5041, \"rankvar\": 5016, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5106, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2966, \"group\": [1241.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGTCAATAG\", \"ini\": 3714, \"clust\": 1298, \"rank\": 5025, \"rankvar\": 4844, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5107, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2967, \"group\": [1296.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCGAATGCT\", \"ini\": 3713, \"clust\": 1273, \"rank\": 4772, \"rankvar\": 4951, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5108, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2968, \"group\": [1272.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCATTCACT\", \"ini\": 3712, \"clust\": 1304, \"rank\": 5190, \"rankvar\": 4450, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5109, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2969, \"group\": [1305.0, 235.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACCCATTC\", \"ini\": 3711, \"clust\": 1267, \"rank\": 4734, \"rankvar\": 4934, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5110, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2970, \"group\": [1270.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCTCAGT\", \"ini\": 3710, \"clust\": 1139, \"rank\": 5195, \"rankvar\": 5134, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5111, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 226, \"group\": [1136.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGAGCCAA\", \"ini\": 3709, \"clust\": 1313, \"rank\": 5177, \"rankvar\": 4125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5112, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2971, \"group\": [1312.0, 235.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTGACAG\", \"ini\": 3708, \"clust\": 1148, \"rank\": 5184, \"rankvar\": 5207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5113, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 227, \"group\": [1146.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCGGCGCTA\", \"ini\": 3707, \"clust\": 1149, \"rank\": 5157, \"rankvar\": 5197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5114, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 228, \"group\": [1147.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCTGGTGTA\", \"ini\": 3706, \"clust\": 1255, \"rank\": 5055, \"rankvar\": 4896, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5115, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2972, \"group\": [1257.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCCAATT\", \"ini\": 3705, \"clust\": 1115, \"rank\": 5169, \"rankvar\": 4950, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5116, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2973, \"group\": [1114.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACAGTGAGTG\", \"ini\": 3704, \"clust\": 1208, \"rank\": 4856, \"rankvar\": 4501, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5117, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3039, \"group\": [1209.0, 230.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATTGCGGC\", \"ini\": 3703, \"clust\": 89, \"rank\": 4993, \"rankvar\": 4565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5118, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3040, \"group\": [101.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTCGCATCG\", \"ini\": 3702, \"clust\": 475, \"rank\": 4998, \"rankvar\": 4619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5119, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2246, \"group\": [476.0, 69.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTCCTGCTT\", \"ini\": 3701, \"clust\": 1631, \"rank\": 5082, \"rankvar\": 4304, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5120, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2974, \"group\": [1631.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACCCACC\", \"ini\": 3700, \"clust\": 1246, \"rank\": 5127, \"rankvar\": 4767, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5121, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2975, \"group\": [1246.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACCATTCCTGC\", \"ini\": 3699, \"clust\": 1320, \"rank\": 5076, \"rankvar\": 4802, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5122, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3041, \"group\": [1322.0, 235.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACGAAGCA\", \"ini\": 3698, \"clust\": 1352, \"rank\": 5203, \"rankvar\": 4720, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5123, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3081, \"group\": [1353.0, 240.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGACAGGAACGT\", \"ini\": 3697, \"clust\": 1250, \"rank\": 5036, \"rankvar\": 4704, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5124, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2976, \"group\": [1249.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCTAGGGC\", \"ini\": 3696, \"clust\": 560, \"rank\": 4628, \"rankvar\": 4417, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5125, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3042, \"group\": [561.0, 87.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACTCGGGAGTA\", \"ini\": 3695, \"clust\": 98, \"rank\": 5129, \"rankvar\": 4177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5126, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2247, \"group\": [98.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACATTCCTGC\", \"ini\": 3694, \"clust\": 1260, \"rank\": 5061, \"rankvar\": 4986, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5127, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2977, \"group\": [1259.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTTCGAGA\", \"ini\": 3693, \"clust\": 1376, \"rank\": 5226, \"rankvar\": 4224, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5128, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 601, \"group\": [1375.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACCTTTG\", \"ini\": 3692, \"clust\": 1138, \"rank\": 5141, \"rankvar\": 4911, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5129, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2978, \"group\": [1138.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTGCCTTGG\", \"ini\": 3691, \"clust\": 1619, \"rank\": 5182, \"rankvar\": 3912, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5130, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2979, \"group\": [1616.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGACTTGAA\", \"ini\": 3690, \"clust\": 1283, \"rank\": 5168, \"rankvar\": 5071, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5131, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2980, \"group\": [1283.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTCTCAACA\", \"ini\": 3689, \"clust\": 512, \"rank\": 5200, \"rankvar\": 4752, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5132, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2248, \"group\": [512.0, 75.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCAACGCTA\", \"ini\": 3688, \"clust\": 1632, \"rank\": 5164, \"rankvar\": 4272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5133, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2981, \"group\": [1632.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGGCT\", \"ini\": 3687, \"clust\": 1136, \"rank\": 5171, \"rankvar\": 4745, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5134, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3082, \"group\": [1134.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCTGCGACG\", \"ini\": 3686, \"clust\": 1227, \"rank\": 4823, \"rankvar\": 4755, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5135, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3043, \"group\": [1226.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTCCTTC\", \"ini\": 3685, \"clust\": 1154, \"rank\": 5095, \"rankvar\": 4972, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5136, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3083, \"group\": [1155.0, 222.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGGTGCAAC\", \"ini\": 3684, \"clust\": 1231, \"rank\": 5193, \"rankvar\": 5088, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5137, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2982, \"group\": [1230.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGATAGGAG\", \"ini\": 3683, \"clust\": 1152, \"rank\": 5079, \"rankvar\": 5117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5138, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3084, \"group\": [1153.0, 222.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCAGGA\", \"ini\": 3682, \"clust\": 1033, \"rank\": 4951, \"rankvar\": 4902, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5139, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2983, \"group\": [1034.0, 196.0, 43.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGATATACG\", \"ini\": 3681, \"clust\": 1213, \"rank\": 4980, \"rankvar\": 3571, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5140, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3044, \"group\": [1214.0, 232.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTTGATTCG\", \"ini\": 3680, \"clust\": 1205, \"rank\": 4879, \"rankvar\": 3761, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5141, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3045, \"group\": [1206.0, 230.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCACCAGTTA\", \"ini\": 3679, \"clust\": 1287, \"rank\": 5178, \"rankvar\": 5044, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5142, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2984, \"group\": [1286.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCACCCGAG\", \"ini\": 3678, \"clust\": 1161, \"rank\": 5059, \"rankvar\": 4931, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5143, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2985, \"group\": [1161.0, 222.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTCCAGTAT\", \"ini\": 3677, \"clust\": 1305, \"rank\": 5165, \"rankvar\": 4084, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5144, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3085, \"group\": [1306.0, 235.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAATGGAAT\", \"ini\": 3676, \"clust\": 1118, \"rank\": 5219, \"rankvar\": 5115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5145, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 229, \"group\": [1117.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGTACGCGA\", \"ini\": 3675, \"clust\": 1184, \"rank\": 4977, \"rankvar\": 4620, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5146, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3046, \"group\": [1184.0, 227.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTCCTG\", \"ini\": 3674, \"clust\": 1228, \"rank\": 5113, \"rankvar\": 4971, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5147, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3047, \"group\": [1227.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCTGTTCA\", \"ini\": 3673, \"clust\": 1182, \"rank\": 4982, \"rankvar\": 4546, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5148, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2986, \"group\": [1182.0, 227.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTCCGAAGA\", \"ini\": 3672, \"clust\": 1297, \"rank\": 5131, \"rankvar\": 4613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5149, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3048, \"group\": [1298.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTACAAGTA\", \"ini\": 3671, \"clust\": 1234, \"rank\": 5175, \"rankvar\": 4897, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5150, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2987, \"group\": [1236.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCATCGATG\", \"ini\": 3670, \"clust\": 1374, \"rank\": 5192, \"rankvar\": 2288, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5151, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2249, \"group\": [1378.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGGTACAGACG\", \"ini\": 3669, \"clust\": 1214, \"rank\": 4909, \"rankvar\": 4488, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5152, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2988, \"group\": [1212.0, 232.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTCATCCA\", \"ini\": 3668, \"clust\": 1575, \"rank\": 5100, \"rankvar\": 4398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5153, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2989, \"group\": [1576.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCTTGACGA\", \"ini\": 3667, \"clust\": 1197, \"rank\": 5003, \"rankvar\": 4726, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5154, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3049, \"group\": [1197.0, 229.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTCTCTG\", \"ini\": 3666, \"clust\": 1290, \"rank\": 5163, \"rankvar\": 5078, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5155, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2990, \"group\": [1288.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGCGATA\", \"ini\": 3665, \"clust\": 1274, \"rank\": 5064, \"rankvar\": 4994, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5156, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3050, \"group\": [1278.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATAGTCA\", \"ini\": 3664, \"clust\": 1261, \"rank\": 5085, \"rankvar\": 4900, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5157, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2991, \"group\": [1264.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGCGCTTG\", \"ini\": 3663, \"clust\": 1147, \"rank\": 5103, \"rankvar\": 5191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5158, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3086, \"group\": [1148.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACATCACGAT\", \"ini\": 3662, \"clust\": 1171, \"rank\": 5172, \"rankvar\": 4649, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5159, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3087, \"group\": [1169.0, 223.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAACTGGCC\", \"ini\": 3661, \"clust\": 1263, \"rank\": 5140, \"rankvar\": 4941, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5160, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2992, \"group\": [1261.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTCGAACAG\", \"ini\": 3660, \"clust\": 1294, \"rank\": 4929, \"rankvar\": 4724, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5161, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3051, \"group\": [1295.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCTTGTACT\", \"ini\": 3659, \"clust\": 1254, \"rank\": 5015, \"rankvar\": 4955, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5162, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2993, \"group\": [1253.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGGATCGA\", \"ini\": 3658, \"clust\": 1293, \"rank\": 5050, \"rankvar\": 4522, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5163, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3052, \"group\": [1301.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTAGAGTGC\", \"ini\": 3657, \"clust\": 1125, \"rank\": 5186, \"rankvar\": 5150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5164, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2994, \"group\": [1123.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCCTAGCG\", \"ini\": 3656, \"clust\": 1195, \"rank\": 5077, \"rankvar\": 4717, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5165, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5134, \"group\": [1198.0, 229.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCACCATGTA\", \"ini\": 3655, \"clust\": 1188, \"rank\": 4940, \"rankvar\": 4119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5166, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3053, \"group\": [1188.0, 227.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCTGCAAT\", \"ini\": 3654, \"clust\": 1308, \"rank\": 5183, \"rankvar\": 4936, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5167, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2995, \"group\": [1309.0, 235.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAAGGCGT\", \"ini\": 3653, \"clust\": 1309, \"rank\": 5202, \"rankvar\": 4823, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5168, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2996, \"group\": [1310.0, 235.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTTCTGAAC\", \"ini\": 3652, \"clust\": 1275, \"rank\": 5087, \"rankvar\": 4765, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5169, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5135, \"group\": [1277.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCTAGAAC\", \"ini\": 3651, \"clust\": 1251, \"rank\": 5102, \"rankvar\": 4757, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5170, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2997, \"group\": [1250.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCGACTAT\", \"ini\": 3650, \"clust\": 1127, \"rank\": 5159, \"rankvar\": 5160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5171, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 230, \"group\": [1126.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAGTTAGGGTG\", \"ini\": 3649, \"clust\": 1242, \"rank\": 5154, \"rankvar\": 4914, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5172, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3054, \"group\": [1242.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCGATAA\", \"ini\": 3648, \"clust\": 1221, \"rank\": 5173, \"rankvar\": 4599, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5173, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3055, \"group\": [1221.0, 233.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGCTGAAAT\", \"ini\": 3647, \"clust\": 1266, \"rank\": 4751, \"rankvar\": 5126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5174, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2998, \"group\": [1266.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCCGAGTC\", \"ini\": 3646, \"clust\": 1284, \"rank\": 5145, \"rankvar\": 4811, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5175, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2999, \"group\": [1284.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGAGTAGA\", \"ini\": 3645, \"clust\": 1153, \"rank\": 5123, \"rankvar\": 5005, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5176, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3088, \"group\": [1154.0, 222.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGTTTACG\", \"ini\": 3644, \"clust\": 1321, \"rank\": 5150, \"rankvar\": 4248, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5177, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3000, \"group\": [1320.0, 235.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAGTTCCGGCA\", \"ini\": 3643, \"clust\": 1395, \"rank\": 5228, \"rankvar\": 4763, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5178, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3089, \"group\": [1395.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACAGATTC\", \"ini\": 3642, \"clust\": 1215, \"rank\": 4848, \"rankvar\": 4379, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5179, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5136, \"group\": [1213.0, 232.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATCTCG\", \"ini\": 3641, \"clust\": 1258, \"rank\": 5146, \"rankvar\": 5085, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5180, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3001, \"group\": [1260.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAAACCCAT\", \"ini\": 3640, \"clust\": 1301, \"rank\": 5089, \"rankvar\": 5099, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5181, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3002, \"group\": [1300.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTAGGGTTTCT\", \"ini\": 3639, \"clust\": 1302, \"rank\": 5187, \"rankvar\": 5031, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5182, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3056, \"group\": [1303.0, 235.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTCTCGGC\", \"ini\": 3638, \"clust\": 1289, \"rank\": 5212, \"rankvar\": 5045, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5183, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3003, \"group\": [1290.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAGCCTGTG\", \"ini\": 3637, \"clust\": 1566, \"rank\": 5231, \"rankvar\": 4918, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5184, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 602, \"group\": [1571.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCGTGGTCG\", \"ini\": 3636, \"clust\": 1282, \"rank\": 4941, \"rankvar\": 5075, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5185, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3004, \"group\": [1280.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCAGCCTTGG\", \"ini\": 3635, \"clust\": 1134, \"rank\": 5196, \"rankvar\": 5095, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5186, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3090, \"group\": [1132.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAAGCTCCCAG\", \"ini\": 3634, \"clust\": 1232, \"rank\": 5189, \"rankvar\": 5073, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5187, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3005, \"group\": [1231.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCCGAATT\", \"ini\": 3633, \"clust\": 1243, \"rank\": 5188, \"rankvar\": 4924, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5188, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3057, \"group\": [1243.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGTCGCG\", \"ini\": 3632, \"clust\": 1288, \"rank\": 5153, \"rankvar\": 4912, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5189, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3058, \"group\": [1291.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGGTGAGTATA\", \"ini\": 3631, \"clust\": 1120, \"rank\": 5210, \"rankvar\": 5100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5190, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 231, \"group\": [1116.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTGTGAAAT\", \"ini\": 3630, \"clust\": 1385, \"rank\": 5224, \"rankvar\": 4351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5191, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3091, \"group\": [1386.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGAGTTTCCTT\", \"ini\": 3629, \"clust\": 1277, \"rank\": 5122, \"rankvar\": 4966, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5192, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3059, \"group\": [1274.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGAGGGA\", \"ini\": 3628, \"clust\": 1225, \"rank\": 4716, \"rankvar\": 4977, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5193, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3006, \"group\": [1229.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCAAACTC\", \"ini\": 3627, \"clust\": 1291, \"rank\": 5161, \"rankvar\": 5060, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5194, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3060, \"group\": [1289.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCAACGGGA\", \"ini\": 3626, \"clust\": 1202, \"rank\": 5120, \"rankvar\": 2418, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5195, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3061, \"group\": [1203.0, 230.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTATGAATG\", \"ini\": 3625, \"clust\": 1249, \"rank\": 5152, \"rankvar\": 5090, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5196, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3007, \"group\": [1251.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGTCAGAGGTG\", \"ini\": 3624, \"clust\": 1222, \"rank\": 5198, \"rankvar\": 4827, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5197, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3008, \"group\": [1222.0, 233.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCGGCA\", \"ini\": 3623, \"clust\": 1319, \"rank\": 5110, \"rankvar\": 4825, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5198, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3062, \"group\": [1323.0, 235.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTGTCTGATCA\", \"ini\": 3622, \"clust\": 1140, \"rank\": 5208, \"rankvar\": 5097, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5199, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3092, \"group\": [1137.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGAGGACGG\", \"ini\": 3621, \"clust\": 1235, \"rank\": 5160, \"rankvar\": 4940, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5200, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3009, \"group\": [1234.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCATTTCAGG\", \"ini\": 3620, \"clust\": 1155, \"rank\": 5197, \"rankvar\": 4958, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5201, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3093, \"group\": [1156.0, 222.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCTAAAGA\", \"ini\": 3619, \"clust\": 1189, \"rank\": 5057, \"rankvar\": 4589, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5202, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3063, \"group\": [1191.0, 227.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGGGATGGG\", \"ini\": 3618, \"clust\": 1264, \"rank\": 5174, \"rankvar\": 4976, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5203, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3010, \"group\": [1262.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTTGGAGGT\", \"ini\": 3617, \"clust\": 99, \"rank\": 5181, \"rankvar\": 4696, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5204, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3094, \"group\": [96.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCGCCAA\", \"ini\": 3616, \"clust\": 1268, \"rank\": 4990, \"rankvar\": 5129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5205, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3011, \"group\": [1269.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTAGCACGA\", \"ini\": 3615, \"clust\": 1135, \"rank\": 5205, \"rankvar\": 5105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5206, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 232, \"group\": [1133.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCTGAAAT\", \"ini\": 3614, \"clust\": 1172, \"rank\": 5215, \"rankvar\": 4727, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5207, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3095, \"group\": [1170.0, 223.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCATGTAGC\", \"ini\": 3613, \"clust\": 1218, \"rank\": 5069, \"rankvar\": 4859, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5208, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3064, \"group\": [1225.0, 233.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGGAATGGA\", \"ini\": 3612, \"clust\": 1278, \"rank\": 5176, \"rankvar\": 5001, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5209, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3065, \"group\": [1275.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTCTGCCAG\", \"ini\": 3611, \"clust\": 1299, \"rank\": 4978, \"rankvar\": 4905, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5210, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3066, \"group\": [1297.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTTCAGACT\", \"ini\": 3610, \"clust\": 1392, \"rank\": 5230, \"rankvar\": 4851, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5211, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3012, \"group\": [1394.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGATCGCA\", \"ini\": 3609, \"clust\": 1318, \"rank\": 5130, \"rankvar\": 4438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5212, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3013, \"group\": [1318.0, 235.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGCTGCAC\", \"ini\": 3608, \"clust\": 1223, \"rank\": 5225, \"rankvar\": 4194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5213, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3014, \"group\": [1223.0, 233.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCGGTCTAA\", \"ini\": 3607, \"clust\": 1224, \"rank\": 5222, \"rankvar\": 4764, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5214, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3015, \"group\": [1224.0, 233.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCCGTCAAA\", \"ini\": 3606, \"clust\": 1204, \"rank\": 5117, \"rankvar\": 4323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5215, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3067, \"group\": [1205.0, 230.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGCCGGTAA\", \"ini\": 3605, \"clust\": 1241, \"rank\": 5138, \"rankvar\": 5032, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5216, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3068, \"group\": [1244.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTGGCTCCA\", \"ini\": 3604, \"clust\": 1236, \"rank\": 5158, \"rankvar\": 5014, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5217, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3016, \"group\": [1235.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTATGCGT\", \"ini\": 3603, \"clust\": 1219, \"rank\": 5217, \"rankvar\": 4812, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5218, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3017, \"group\": [1219.0, 233.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGTGAC\", \"ini\": 3602, \"clust\": 1386, \"rank\": 5227, \"rankvar\": 4067, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5219, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3096, \"group\": [1387.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAATCTACG\", \"ini\": 3601, \"clust\": 1303, \"rank\": 5216, \"rankvar\": 4980, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5220, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3018, \"group\": [1304.0, 235.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCAGTCCCT\", \"ini\": 3600, \"clust\": 1220, \"rank\": 5221, \"rankvar\": 4809, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5221, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3019, \"group\": [1220.0, 233.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCTCCTCT\", \"ini\": 3599, \"clust\": 1373, \"rank\": 5213, \"rankvar\": 4626, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5222, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3069, \"group\": [1373.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAATGTTGC\", \"ini\": 3598, \"clust\": 1191, \"rank\": 5106, \"rankvar\": 4692, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5223, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3070, \"group\": [1190.0, 227.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTGCTCCT\", \"ini\": 3597, \"clust\": 1371, \"rank\": 5223, \"rankvar\": 4779, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5224, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3020, \"group\": [1374.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTAAATACG\", \"ini\": 3596, \"clust\": 1322, \"rank\": 5201, \"rankvar\": 4796, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5225, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3071, \"group\": [1321.0, 235.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAAACG\", \"ini\": 3595, \"clust\": 1137, \"rank\": 5204, \"rankvar\": 5122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5226, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3097, \"group\": [1135.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAAGTCTAC\", \"ini\": 3594, \"clust\": 1262, \"rank\": 5128, \"rankvar\": 5006, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5227, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3072, \"group\": [1263.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTCTGGTCG\", \"ini\": 3593, \"clust\": 730, \"rank\": 5112, \"rankvar\": 4919, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5228, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3021, \"group\": [730.0, 143.0, 33.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTACTTAGC\", \"ini\": 3592, \"clust\": 1122, \"rank\": 5206, \"rankvar\": 5103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5229, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3022, \"group\": [1121.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTAACGGT\", \"ini\": 3591, \"clust\": 100, \"rank\": 5143, \"rankvar\": 4396, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5230, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3073, \"group\": [97.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCATGTTGAC\", \"ini\": 3590, \"clust\": 1276, \"rank\": 5147, \"rankvar\": 4973, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5231, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3023, \"group\": [1276.0, 234.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCGCGGATC\", \"ini\": 3589, \"clust\": 3935, \"rank\": 45, \"rankvar\": 2870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 0, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 603, \"group\": [3935.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAGTCGGT\", \"ini\": 3588, \"clust\": 8, \"rank\": 156, \"rankvar\": 5151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 32, \"group\": [7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTTGTACT\", \"ini\": 3587, \"clust\": 5087, \"rank\": 218, \"rankvar\": 171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4499, \"group\": [5087.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGAACAACT\", \"ini\": 3586, \"clust\": 3856, \"rank\": 47, \"rankvar\": 3747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 604, \"group\": [3855.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTGGGAA\", \"ini\": 3585, \"clust\": 3905, \"rank\": 24, \"rankvar\": 3899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 4, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 605, \"group\": [3906.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGAACTGTA\", \"ini\": 3584, \"clust\": 3866, \"rank\": 95, \"rankvar\": 791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 5, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 606, \"group\": [3866.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGGGTCTCC\", \"ini\": 3583, \"clust\": 3932, \"rank\": 2, \"rankvar\": 4663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 6, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 607, \"group\": [3930.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGCATCATC\", \"ini\": 3582, \"clust\": 3897, \"rank\": 31, \"rankvar\": 4150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 7, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 608, \"group\": [3897.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAGATTAG\", \"ini\": 3581, \"clust\": 3927, \"rank\": 49, \"rankvar\": 3179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 8, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 609, \"group\": [3926.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGCAGACA\", \"ini\": 3580, \"clust\": 5005, \"rank\": 131, \"rankvar\": 2582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 9, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4500, \"group\": [5006.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCGTAGTA\", \"ini\": 3579, \"clust\": 4044, \"rank\": 284, \"rankvar\": 2621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 10, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 610, \"group\": [4045.0, 599.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTTCATGT\", \"ini\": 3578, \"clust\": 4537, \"rank\": 138, \"rankvar\": 158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 11, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4501, \"group\": [4535.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTGGTATG\", \"ini\": 3577, \"clust\": 3861, \"rank\": 4, \"rankvar\": 3923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 12, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 611, \"group\": [3860.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTGGACCC\", \"ini\": 3576, \"clust\": 3872, \"rank\": 21, \"rankvar\": 3767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 13, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 612, \"group\": [3871.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGTGAAAT\", \"ini\": 3575, \"clust\": 3930, \"rank\": 17, \"rankvar\": 4731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 14, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2086, \"group\": [3933.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAACCAAC\", \"ini\": 3574, \"clust\": 2741, \"rank\": 79, \"rankvar\": 3072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 15, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 613, \"group\": [2741.0, 510.0, 99.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGCCACTAT\", \"ini\": 3573, \"clust\": 3912, \"rank\": 51, \"rankvar\": 2148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 16, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 614, \"group\": [3914.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAGAGCTT\", \"ini\": 3572, \"clust\": 3913, \"rank\": 18, \"rankvar\": 2996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 17, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 615, \"group\": [3912.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGAGCTTCT\", \"ini\": 3571, \"clust\": 4979, \"rank\": 171, \"rankvar\": 567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 18, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4502, \"group\": [4980.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCGCGAAA\", \"ini\": 3570, \"clust\": 3807, \"rank\": 35, \"rankvar\": 4101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 19, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 616, \"group\": [3807.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGCATCATC\", \"ini\": 3569, \"clust\": 3859, \"rank\": 29, \"rankvar\": 2423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 20, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 617, \"group\": [3861.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTGCACGAA\", \"ini\": 3568, \"clust\": 3867, \"rank\": 166, \"rankvar\": 1795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 21, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2087, \"group\": [3867.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCATGAT\", \"ini\": 3567, \"clust\": 4888, \"rank\": 473, \"rankvar\": 640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 22, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4503, \"group\": [4887.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCCACTGGG\", \"ini\": 3566, \"clust\": 5193, \"rank\": 584, \"rankvar\": 3151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 23, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4504, \"group\": [5194.0, 894.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCGCGTAGC\", \"ini\": 3565, \"clust\": 9, \"rank\": 418, \"rankvar\": 4780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 24, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 33, \"group\": [8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCCAGAAGG\", \"ini\": 3564, \"clust\": 3944, \"rank\": 37, \"rankvar\": 4655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 25, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2088, \"group\": [3943.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAAGGGTCA\", \"ini\": 3563, \"clust\": 5007, \"rank\": 283, \"rankvar\": 724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 26, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4505, \"group\": [5007.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTTCCTGCTTG\", \"ini\": 3562, \"clust\": 3761, \"rank\": 108, \"rankvar\": 1429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 27, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 618, \"group\": [3762.0, 584.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTACGTAA\", \"ini\": 3561, \"clust\": 3843, \"rank\": 96, \"rankvar\": 200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 28, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 619, \"group\": [3843.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCTCTGCTG\", \"ini\": 3560, \"clust\": 4539, \"rank\": 5, \"rankvar\": 2463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 29, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4506, \"group\": [4541.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCAACGGCC\", \"ini\": 3559, \"clust\": 4723, \"rank\": 500, \"rankvar\": 3968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 30, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4507, \"group\": [4722.0, 841.0, 168.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTCTGAT\", \"ini\": 3558, \"clust\": 3864, \"rank\": 54, \"rankvar\": 1330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 31, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 620, \"group\": [3864.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATTACCC\", \"ini\": 3557, \"clust\": 4533, \"rank\": 46, \"rankvar\": 3363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 32, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4508, \"group\": [4532.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGGTGTGGT\", \"ini\": 3556, \"clust\": 3848, \"rank\": 338, \"rankvar\": 2219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 33, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2089, \"group\": [3848.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAGGACCCT\", \"ini\": 3555, \"clust\": 4515, \"rank\": 115, \"rankvar\": 1049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 34, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4509, \"group\": [4516.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAGTACACT\", \"ini\": 3554, \"clust\": 3873, \"rank\": 38, \"rankvar\": 3256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 35, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 621, \"group\": [3872.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCACCCAGTG\", \"ini\": 3553, \"clust\": 3820, \"rank\": 130, \"rankvar\": 1282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 36, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 622, \"group\": [3820.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTAGACAAGCC\", \"ini\": 3552, \"clust\": 4497, \"rank\": 112, \"rankvar\": 4022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 37, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4510, \"group\": [4497.0, 775.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCCTGACT\", \"ini\": 3551, \"clust\": 3876, \"rank\": 101, \"rankvar\": 3078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 38, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 623, \"group\": [3877.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTCGAGA\", \"ini\": 3550, \"clust\": 3907, \"rank\": 55, \"rankvar\": 1104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 39, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 624, \"group\": [3908.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGGTGACCA\", \"ini\": 3549, \"clust\": 3945, \"rank\": 100, \"rankvar\": 3977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 40, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 625, \"group\": [3944.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCACTC\", \"ini\": 3548, \"clust\": 3765, \"rank\": 147, \"rankvar\": 2699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 41, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 626, \"group\": [3764.0, 584.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGTCAAGGC\", \"ini\": 3547, \"clust\": 4957, \"rank\": 270, \"rankvar\": 290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 42, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4511, \"group\": [4956.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTACCCAAT\", \"ini\": 3546, \"clust\": 4890, \"rank\": 759, \"rankvar\": 146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 43, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4512, \"group\": [4890.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCTACTCAT\", \"ini\": 3545, \"clust\": 3898, \"rank\": 34, \"rankvar\": 1796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 44, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 627, \"group\": [3898.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCTACCTA\", \"ini\": 3544, \"clust\": 3923, \"rank\": 56, \"rankvar\": 4303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 45, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 628, \"group\": [3922.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGGACGAT\", \"ini\": 3543, \"clust\": 3903, \"rank\": 26, \"rankvar\": 3814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 46, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 629, \"group\": [3904.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGCTAGTCT\", \"ini\": 3542, \"clust\": 2742, \"rank\": 186, \"rankvar\": 3706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 47, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 630, \"group\": [2742.0, 510.0, 99.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTACATCATCCC\", \"ini\": 3541, \"clust\": 3924, \"rank\": 70, \"rankvar\": 4013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 48, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 631, \"group\": [3923.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGAATTGTG\", \"ini\": 3540, \"clust\": 4526, \"rank\": 0, \"rankvar\": 4551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 49, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3101, \"group\": [4526.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCATTATCC\", \"ini\": 3539, \"clust\": 3804, \"rank\": 230, \"rankvar\": 2602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 50, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 632, \"group\": [3805.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAAGCTAGTTC\", \"ini\": 3538, \"clust\": 4538, \"rank\": 3, \"rankvar\": 2266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 51, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4513, \"group\": [4536.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCGACTGC\", \"ini\": 3537, \"clust\": 3871, \"rank\": 33, \"rankvar\": 2291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 52, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 633, \"group\": [3873.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTCTCCCTA\", \"ini\": 3536, \"clust\": 3943, \"rank\": 127, \"rankvar\": 4188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 53, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 634, \"group\": [3945.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCTGCAGTA\", \"ini\": 3535, \"clust\": 5021, \"rank\": 11, \"rankvar\": 2358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 54, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4514, \"group\": [5019.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCCCGACTT\", \"ini\": 3534, \"clust\": 5101, \"rank\": 853, \"rankvar\": 104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 55, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4515, \"group\": [5100.0, 872.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCAGTCCTTC\", \"ini\": 3533, \"clust\": 5008, \"rank\": 191, \"rankvar\": 566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 56, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 635, \"group\": [5008.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCTATCCCG\", \"ini\": 3532, \"clust\": 5085, \"rank\": 782, \"rankvar\": 61, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 57, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4516, \"group\": [5084.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATAGGTA\", \"ini\": 3531, \"clust\": 4489, \"rank\": 644, \"rankvar\": 915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 58, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4517, \"group\": [4490.0, 771.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAGTTTCGCTC\", \"ini\": 3530, \"clust\": 5016, \"rank\": 107, \"rankvar\": 1944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 59, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4518, \"group\": [5016.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGGGCTA\", \"ini\": 3529, \"clust\": 4998, \"rank\": 402, \"rankvar\": 157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 60, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4519, \"group\": [4999.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAGTAAGCG\", \"ini\": 3528, \"clust\": 3915, \"rank\": 71, \"rankvar\": 4543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 61, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 636, \"group\": [3918.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCAACTCTT\", \"ini\": 3527, \"clust\": 4530, \"rank\": 7, \"rankvar\": 3889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 62, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4520, \"group\": [4528.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTAGCGATG\", \"ini\": 3526, \"clust\": 3868, \"rank\": 118, \"rankvar\": 701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 63, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 637, \"group\": [3869.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCTGCCAG\", \"ini\": 3525, \"clust\": 3908, \"rank\": 64, \"rankvar\": 1073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 64, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 638, \"group\": [3909.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCGTAGGTT\", \"ini\": 3524, \"clust\": 3865, \"rank\": 122, \"rankvar\": 1379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 65, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 639, \"group\": [3868.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTCGAC\", \"ini\": 3523, \"clust\": 3821, \"rank\": 126, \"rankvar\": 284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 66, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 640, \"group\": [3821.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCCACTAT\", \"ini\": 3522, \"clust\": 3819, \"rank\": 194, \"rankvar\": 683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 67, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 641, \"group\": [3822.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGACATTA\", \"ini\": 3521, \"clust\": 4931, \"rank\": 516, \"rankvar\": 870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 68, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4521, \"group\": [4934.0, 868.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGGTTCCC\", \"ini\": 3520, \"clust\": 3892, \"rank\": 59, \"rankvar\": 1186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 69, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 642, \"group\": [3893.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGTCCTCCT\", \"ini\": 3519, \"clust\": 4582, \"rank\": 1870, \"rankvar\": 1739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 70, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4522, \"group\": [4581.0, 782.0, 155.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCGGCGCAT\", \"ini\": 3518, \"clust\": 3817, \"rank\": 204, \"rankvar\": 3182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 71, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 643, \"group\": [3818.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCTTGCATT\", \"ini\": 3517, \"clust\": 4945, \"rank\": 1158, \"rankvar\": 364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 72, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4523, \"group\": [4946.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGTTACGGG\", \"ini\": 3516, \"clust\": 3921, \"rank\": 80, \"rankvar\": 3954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 73, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 644, \"group\": [3925.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTACAAGTA\", \"ini\": 3515, \"clust\": 3762, \"rank\": 139, \"rankvar\": 3349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 74, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 645, \"group\": [3763.0, 584.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGATCCTGT\", \"ini\": 3514, \"clust\": 3874, \"rank\": 32, \"rankvar\": 2704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 75, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 646, \"group\": [3874.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGAGTTGC\", \"ini\": 3513, \"clust\": 3832, \"rank\": 267, \"rankvar\": 1116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 76, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 647, \"group\": [3832.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCAGTTTGG\", \"ini\": 3512, \"clust\": 4519, \"rank\": 53, \"rankvar\": 4043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 77, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5128, \"group\": [4517.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACCTTAT\", \"ini\": 3511, \"clust\": 4891, \"rank\": 280, \"rankvar\": 1107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 78, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4524, \"group\": [4891.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAGTGATGCCC\", \"ini\": 3510, \"clust\": 7, \"rank\": 1261, \"rankvar\": 4880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 79, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 34, \"group\": [9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCTGGCGTG\", \"ini\": 3509, \"clust\": 3857, \"rank\": 281, \"rankvar\": 1858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 80, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2670, \"group\": [3856.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGTGGTTT\", \"ini\": 3508, \"clust\": 3895, \"rank\": 105, \"rankvar\": 1422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 81, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 648, \"group\": [3895.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGCTTATCG\", \"ini\": 3507, \"clust\": 4511, \"rank\": 94, \"rankvar\": 2775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 82, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4525, \"group\": [4513.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTGCGTTA\", \"ini\": 3506, \"clust\": 4984, \"rank\": 456, \"rankvar\": 260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 83, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4526, \"group\": [4988.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGAATGGA\", \"ini\": 3505, \"clust\": 4501, \"rank\": 547, \"rankvar\": 733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 84, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 649, \"group\": [4546.0, 777.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTCGTTGA\", \"ini\": 3504, \"clust\": 3850, \"rank\": 360, \"rankvar\": 1323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 85, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 650, \"group\": [3854.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTAGATGA\", \"ini\": 3503, \"clust\": 3818, \"rank\": 92, \"rankvar\": 3097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 86, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 651, \"group\": [3819.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCAGAATTCCC\", \"ini\": 3502, \"clust\": 4958, \"rank\": 99, \"rankvar\": 1440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 87, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4527, \"group\": [4957.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTCCTATA\", \"ini\": 3501, \"clust\": 3888, \"rank\": 65, \"rankvar\": 3252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 88, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 652, \"group\": [3888.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGAAACGCC\", \"ini\": 3500, \"clust\": 3934, \"rank\": 1, \"rankvar\": 4680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 89, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 653, \"group\": [3940.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGCACTCT\", \"ini\": 3499, \"clust\": 3773, \"rank\": 330, \"rankvar\": 181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 90, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 654, \"group\": [3774.0, 584.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGATGCGAC\", \"ini\": 3498, \"clust\": 4535, \"rank\": 8, \"rankvar\": 1347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 91, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4528, \"group\": [4538.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCGTCCAGG\", \"ini\": 3497, \"clust\": 12, \"rank\": 394, \"rankvar\": 4300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 92, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 35, \"group\": [12.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGAAGGGTA\", \"ini\": 3496, \"clust\": 4865, \"rank\": 891, \"rankvar\": 315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 93, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4529, \"group\": [4866.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGCTGCCCA\", \"ini\": 3495, \"clust\": 3792, \"rank\": 160, \"rankvar\": 514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 94, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 655, \"group\": [3792.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATCGTCGG\", \"ini\": 3494, \"clust\": 3900, \"rank\": 68, \"rankvar\": 2103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 95, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 656, \"group\": [3902.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGCAGCGTA\", \"ini\": 3493, \"clust\": 3933, \"rank\": 42, \"rankvar\": 4281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 96, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 657, \"group\": [3931.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTACAGAA\", \"ini\": 3492, \"clust\": 3875, \"rank\": 173, \"rankvar\": 2228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 97, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 658, \"group\": [3875.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCATATACGC\", \"ini\": 3491, \"clust\": 3936, \"rank\": 14, \"rankvar\": 4395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 98, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 659, \"group\": [3936.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAAATA\", \"ini\": 3490, \"clust\": 4659, \"rank\": 545, \"rankvar\": 3927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 99, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4530, \"group\": [4661.0, 817.0, 163.0, 36.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGACCACGA\", \"ini\": 3489, \"clust\": 3893, \"rank\": 10, \"rankvar\": 1937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 100, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4531, \"group\": [3894.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGGCGAA\", \"ini\": 3488, \"clust\": 3764, \"rank\": 504, \"rankvar\": 1229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 660, \"group\": [3766.0, 584.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCGTTCCCGAG\", \"ini\": 3487, \"clust\": 4894, \"rank\": 495, \"rankvar\": 65, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 102, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4532, \"group\": [4892.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTGTGGTTT\", \"ini\": 3486, \"clust\": 3939, \"rank\": 12, \"rankvar\": 3986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 661, \"group\": [3938.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTAGGGACT\", \"ini\": 3485, \"clust\": 3805, \"rank\": 77, \"rankvar\": 2396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 662, \"group\": [3806.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCACGGTTTA\", \"ini\": 3484, \"clust\": 3899, \"rank\": 90, \"rankvar\": 2345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 663, \"group\": [3903.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGTAAACT\", \"ini\": 3483, \"clust\": 5017, \"rank\": 30, \"rankvar\": 828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4533, \"group\": [5017.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAAGGTTCT\", \"ini\": 3482, \"clust\": 3947, \"rank\": 242, \"rankvar\": 3241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 664, \"group\": [3947.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAACAACCT\", \"ini\": 3481, \"clust\": 4512, \"rank\": 189, \"rankvar\": 1169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 108, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4534, \"group\": [4511.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACTGTGTA\", \"ini\": 3480, \"clust\": 3410, \"rank\": 719, \"rankvar\": 3788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 109, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4323, \"group\": [3411.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTGCCATT\", \"ini\": 3479, \"clust\": 4560, \"rank\": 50, \"rankvar\": 4748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 110, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3954, \"group\": [4562.0, 779.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTACCGGCT\", \"ini\": 3478, \"clust\": 4513, \"rank\": 41, \"rankvar\": 4131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 111, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4535, \"group\": [4512.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTGTCTTT\", \"ini\": 3477, \"clust\": 3894, \"rank\": 306, \"rankvar\": 7, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 665, \"group\": [3899.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGCGATTCT\", \"ini\": 3476, \"clust\": 4839, \"rank\": 981, \"rankvar\": 2647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 113, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4536, \"group\": [4839.0, 859.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGCAAAGA\", \"ini\": 3475, \"clust\": 4442, \"rank\": 448, \"rankvar\": 4877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 114, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5209, \"group\": [4445.0, 758.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATGCCCGA\", \"ini\": 3474, \"clust\": 4971, \"rank\": 527, \"rankvar\": 2835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4537, \"group\": [4969.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCCCTGACT\", \"ini\": 3473, \"clust\": 3911, \"rank\": 180, \"rankvar\": 1505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 666, \"group\": [3915.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGCATAT\", \"ini\": 3472, \"clust\": 5062, \"rank\": 27, \"rankvar\": 1810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 117, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4538, \"group\": [5066.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGGGAGTAA\", \"ini\": 3471, \"clust\": 3928, \"rank\": 86, \"rankvar\": 3549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 667, \"group\": [3927.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTTGAGTTC\", \"ini\": 3470, \"clust\": 4973, \"rank\": 81, \"rankvar\": 1097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 119, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4539, \"group\": [4974.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCACGGTTA\", \"ini\": 3469, \"clust\": 5164, \"rank\": 1295, \"rankvar\": 1742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 120, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4540, \"group\": [5167.0, 884.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCTGGGCCA\", \"ini\": 3468, \"clust\": 3922, \"rank\": 19, \"rankvar\": 4754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 668, \"group\": [3924.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCGGCTTGG\", \"ini\": 3467, \"clust\": 4414, \"rank\": 2213, \"rankvar\": 1349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4541, \"group\": [4415.0, 754.0, 150.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAGTCCCT\", \"ini\": 3466, \"clust\": 3840, \"rank\": 145, \"rankvar\": 463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 669, \"group\": [3841.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATGGGTC\", \"ini\": 3465, \"clust\": 4406, \"rank\": 1811, \"rankvar\": 1782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 124, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4542, \"group\": [4411.0, 752.0, 150.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGTTAACC\", \"ini\": 3464, \"clust\": 3310, \"rank\": 174, \"rankvar\": 639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 670, \"group\": [3308.0, 566.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCTG\", \"ini\": 3463, \"clust\": 5022, \"rank\": 190, \"rankvar\": 275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 126, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4543, \"group\": [5020.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTGACTCAT\", \"ini\": 3462, \"clust\": 3931, \"rank\": 76, \"rankvar\": 4371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 671, \"group\": [3932.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCTAGGTT\", \"ini\": 3461, \"clust\": 67, \"rank\": 1855, \"rankvar\": 4602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 128, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 36, \"group\": [66.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCATCTGCC\", \"ini\": 3460, \"clust\": 4574, \"rank\": 468, \"rankvar\": 2046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4544, \"group\": [4577.0, 781.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGTCTCGGC\", \"ini\": 3459, \"clust\": 4974, \"rank\": 217, \"rankvar\": 1218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 130, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4545, \"group\": [4975.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAATCCGGGTGT\", \"ini\": 3458, \"clust\": 2218, \"rank\": 2369, \"rankvar\": 4296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 131, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4324, \"group\": [2219.0, 367.0, 72.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCAAGTAATG\", \"ini\": 3457, \"clust\": 3414, \"rank\": 590, \"rankvar\": 3779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 132, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 672, \"group\": [3415.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCATGGTCTA\", \"ini\": 3456, \"clust\": 3890, \"rank\": 60, \"rankvar\": 3581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 673, \"group\": [3891.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTACTTAC\", \"ini\": 3455, \"clust\": 5089, \"rank\": 410, \"rankvar\": 2045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 134, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4546, \"group\": [5090.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTCCATGAT\", \"ini\": 3454, \"clust\": 3710, \"rank\": 303, \"rankvar\": 1787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 674, \"group\": [3709.0, 581.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCCAGTAAGAT\", \"ini\": 3453, \"clust\": 71, \"rank\": 1691, \"rankvar\": 4422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 136, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 37, \"group\": [70.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTGTGTGCC\", \"ini\": 3452, \"clust\": 5069, \"rank\": 28, \"rankvar\": 3866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 137, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4547, \"group\": [5069.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGCGTTCCG\", \"ini\": 3451, \"clust\": 2733, \"rank\": 323, \"rankvar\": 2918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 675, \"group\": [2732.0, 509.0, 99.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCACCAGTTA\", \"ini\": 3450, \"clust\": 3937, \"rank\": 155, \"rankvar\": 946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 676, \"group\": [3939.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAAGAGGACGG\", \"ini\": 3449, \"clust\": 3869, \"rank\": 439, \"rankvar\": 480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 677, \"group\": [3870.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCACTTACT\", \"ini\": 3448, \"clust\": 4999, \"rank\": 450, \"rankvar\": 394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4548, \"group\": [5000.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGACTCG\", \"ini\": 3447, \"clust\": 5093, \"rank\": 106, \"rankvar\": 1778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4549, \"group\": [5092.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCTGCCAG\", \"ini\": 3446, \"clust\": 3880, \"rank\": 102, \"rankvar\": 2972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 678, \"group\": [3883.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCGTCACGG\", \"ini\": 3445, \"clust\": 3626, \"rank\": 255, \"rankvar\": 1884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 144, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2671, \"group\": [3627.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCCGTCGT\", \"ini\": 3444, \"clust\": 3919, \"rank\": 123, \"rankvar\": 2732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 679, \"group\": [3919.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTTCCTC\", \"ini\": 3443, \"clust\": 4757, \"rank\": 2350, \"rankvar\": 1276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 146, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4550, \"group\": [4760.0, 851.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCAGTTAGC\", \"ini\": 3442, \"clust\": 4415, \"rank\": 1400, \"rankvar\": 2752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 147, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4551, \"group\": [4416.0, 754.0, 150.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGGGCTTGA\", \"ini\": 3441, \"clust\": 4959, \"rank\": 109, \"rankvar\": 3815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 148, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4552, \"group\": [4961.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCTTTACGT\", \"ini\": 3440, \"clust\": 3891, \"rank\": 318, \"rankvar\": 824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 680, \"group\": [3892.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCACCACCT\", \"ini\": 3439, \"clust\": 5082, \"rank\": 58, \"rankvar\": 1036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 150, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4553, \"group\": [5086.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTCTTAT\", \"ini\": 3438, \"clust\": 3775, \"rank\": 350, \"rankvar\": 574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 681, \"group\": [3777.0, 584.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACACACGCTG\", \"ini\": 3437, \"clust\": 4, \"rank\": 1733, \"rankvar\": 3622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 152, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4554, \"group\": [5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGTGCTGCC\", \"ini\": 3436, \"clust\": 4551, \"rank\": 150, \"rankvar\": 4429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 682, \"group\": [4552.0, 779.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCAAACCAC\", \"ini\": 3435, \"clust\": 3619, \"rank\": 233, \"rankvar\": 3332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 683, \"group\": [3624.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGTCGTACT\", \"ini\": 3434, \"clust\": 3430, \"rank\": 263, \"rankvar\": 2501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 684, \"group\": [3433.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGAGCCTAG\", \"ini\": 3433, \"clust\": 3920, \"rank\": 52, \"rankvar\": 1428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 156, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 685, \"group\": [3920.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCGAATGCT\", \"ini\": 3432, \"clust\": 3014, \"rank\": 193, \"rankvar\": 3795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 686, \"group\": [3013.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGTGGCA\", \"ini\": 3431, \"clust\": 3883, \"rank\": 182, \"rankvar\": 2973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 687, \"group\": [3879.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCGGTGTCG\", \"ini\": 3430, \"clust\": 4663, \"rank\": 703, \"rankvar\": 958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4555, \"group\": [4664.0, 818.0, 163.0, 36.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCCACGTC\", \"ini\": 3429, \"clust\": 3808, \"rank\": 202, \"rankvar\": 987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 688, \"group\": [3808.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACTGAAGG\", \"ini\": 3428, \"clust\": 4713, \"rank\": 1568, \"rankvar\": 1374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4556, \"group\": [4714.0, 840.0, 168.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCTCTC\", \"ini\": 3427, \"clust\": 4624, \"rank\": 2788, \"rankvar\": 4331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4557, \"group\": [4627.0, 804.0, 160.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATACCATG\", \"ini\": 3426, \"clust\": 4758, \"rank\": 2319, \"rankvar\": 2646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 163, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4558, \"group\": [4758.0, 851.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCCGTAGTA\", \"ini\": 3425, \"clust\": 4997, \"rank\": 236, \"rankvar\": 14, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 164, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4559, \"group\": [4998.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCTAACTC\", \"ini\": 3424, \"clust\": 3914, \"rank\": 316, \"rankvar\": 1280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 689, \"group\": [3913.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACGTCA\", \"ini\": 3423, \"clust\": 5130, \"rank\": 2272, \"rankvar\": 722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 166, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4560, \"group\": [5138.0, 880.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGCTAGCA\", \"ini\": 3422, \"clust\": 5, \"rank\": 1912, \"rankvar\": 4423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 167, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 38, \"group\": [6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGCTAAA\", \"ini\": 3421, \"clust\": 3957, \"rank\": 103, \"rankvar\": 4200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 690, \"group\": [3958.0, 586.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGGAGTACC\", \"ini\": 3420, \"clust\": 4992, \"rank\": 1031, \"rankvar\": 540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4561, \"group\": [4992.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCACTCCTG\", \"ini\": 3419, \"clust\": 3823, \"rank\": 185, \"rankvar\": 2963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 691, \"group\": [3827.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTTTGACAC\", \"ini\": 3418, \"clust\": 3311, \"rank\": 465, \"rankvar\": 403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 171, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2672, \"group\": [3309.0, 566.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGCTAACAA\", \"ini\": 3417, \"clust\": 3829, \"rank\": 133, \"rankvar\": 3165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 172, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 692, \"group\": [3828.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTGGTACAG\", \"ini\": 3416, \"clust\": 3763, \"rank\": 221, \"rankvar\": 3868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 693, \"group\": [3767.0, 584.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCCGCGA\", \"ini\": 3415, \"clust\": 274, \"rank\": 2646, \"rankvar\": 5106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 174, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 39, \"group\": [278.0, 32.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAGGCGATA\", \"ini\": 3414, \"clust\": 3925, \"rank\": 161, \"rankvar\": 3877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 694, \"group\": [3929.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCGGTCCGA\", \"ini\": 3413, \"clust\": 3952, \"rank\": 474, \"rankvar\": 3392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 695, \"group\": [3953.0, 586.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCGGGAGTA\", \"ini\": 3412, \"clust\": 3870, \"rank\": 195, \"rankvar\": 1799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 696, \"group\": [3876.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTTCGCG\", \"ini\": 3411, \"clust\": 3769, \"rank\": 319, \"rankvar\": 3325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 697, \"group\": [3769.0, 584.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGCTATA\", \"ini\": 3410, \"clust\": 3986, \"rank\": 496, \"rankvar\": 2935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 698, \"group\": [3985.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCGGAAA\", \"ini\": 3409, \"clust\": 5051, \"rank\": 229, \"rankvar\": 1170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 180, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4562, \"group\": [5054.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAGGAACGT\", \"ini\": 3408, \"clust\": 4041, \"rank\": 582, \"rankvar\": 2573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 181, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 699, \"group\": [4042.0, 599.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGTAGCCGA\", \"ini\": 3407, \"clust\": 3674, \"rank\": 374, \"rankvar\": 3024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 700, \"group\": [3678.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCAGTGCCAGA\", \"ini\": 3406, \"clust\": 3397, \"rank\": 295, \"rankvar\": 2968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 701, \"group\": [3398.0, 577.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCAAACTC\", \"ini\": 3405, \"clust\": 4867, \"rank\": 48, \"rankvar\": 823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4563, \"group\": [4870.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGATGATA\", \"ini\": 3404, \"clust\": 4770, \"rank\": 1950, \"rankvar\": 459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 185, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4564, \"group\": [4774.0, 853.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTCTAAACC\", \"ini\": 3403, \"clust\": 3732, \"rank\": 327, \"rankvar\": 518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 702, \"group\": [3731.0, 582.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGAACGC\", \"ini\": 3402, \"clust\": 3800, \"rank\": 73, \"rankvar\": 3772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 703, \"group\": [3800.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCATCGCTC\", \"ini\": 3401, \"clust\": 3298, \"rank\": 735, \"rankvar\": 1609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 704, \"group\": [3299.0, 565.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTAGCGTGA\", \"ini\": 3400, \"clust\": 3962, \"rank\": 340, \"rankvar\": 3638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 705, \"group\": [3962.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGTGGGAA\", \"ini\": 3399, \"clust\": 2598, \"rank\": 1789, \"rankvar\": 277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 190, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 706, \"group\": [2599.0, 480.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGTTTA\", \"ini\": 3398, \"clust\": 3620, \"rank\": 167, \"rankvar\": 3251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 707, \"group\": [3623.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCAATCACG\", \"ini\": 3397, \"clust\": 3810, \"rank\": 84, \"rankvar\": 4443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 708, \"group\": [3812.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGACCGGAT\", \"ini\": 3396, \"clust\": 3323, \"rank\": 290, \"rankvar\": 4309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 709, \"group\": [3322.0, 567.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGTCAAGGC\", \"ini\": 3395, \"clust\": 4553, \"rank\": 36, \"rankvar\": 4658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3955, \"group\": [4553.0, 779.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTCAGTGGA\", \"ini\": 3394, \"clust\": 3889, \"rank\": 23, \"rankvar\": 4270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 710, \"group\": [3889.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCATCACCC\", \"ini\": 3393, \"clust\": 3781, \"rank\": 149, \"rankvar\": 2466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 196, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 711, \"group\": [3781.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTAAACGCG\", \"ini\": 3392, \"clust\": 4928, \"rank\": 207, \"rankvar\": 1619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 197, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2673, \"group\": [4929.0, 867.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTACCTGC\", \"ini\": 3391, \"clust\": 3942, \"rank\": 200, \"rankvar\": 4196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 712, \"group\": [3946.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGCATGTG\", \"ini\": 3390, \"clust\": 4579, \"rank\": 1668, \"rankvar\": 3855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 199, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4565, \"group\": [4583.0, 782.0, 155.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTCTTGAT\", \"ini\": 3389, \"clust\": 3766, \"rank\": 172, \"rankvar\": 3601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 200, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2674, \"group\": [3765.0, 584.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGGCGAAT\", \"ini\": 3388, \"clust\": 3787, \"rank\": 311, \"rankvar\": 3090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 713, \"group\": [3790.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAGTCA\", \"ini\": 3387, \"clust\": 4404, \"rank\": 2515, \"rankvar\": 2414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 202, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4566, \"group\": [4404.0, 750.0, 149.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCGCTAGCG\", \"ini\": 3386, \"clust\": 3635, \"rank\": 490, \"rankvar\": 1804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 714, \"group\": [3638.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTTCTCTGTCG\", \"ini\": 3385, \"clust\": 4847, \"rank\": 608, \"rankvar\": 1629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4567, \"group\": [4847.0, 861.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCACGAT\", \"ini\": 3384, \"clust\": 4953, \"rank\": 241, \"rankvar\": 3806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 205, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4568, \"group\": [4955.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTTGGTGGA\", \"ini\": 3383, \"clust\": 4960, \"rank\": 231, \"rankvar\": 2721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 206, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4569, \"group\": [4959.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCAGAGACG\", \"ini\": 3382, \"clust\": 3702, \"rank\": 424, \"rankvar\": 2054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 207, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 715, \"group\": [3703.0, 581.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTTAT\", \"ini\": 3381, \"clust\": 2432, \"rank\": 1424, \"rankvar\": 1105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 716, \"group\": [2434.0, 436.0, 85.0, 18.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAGTGGA\", \"ini\": 3380, \"clust\": 3906, \"rank\": 183, \"rankvar\": 1684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 717, \"group\": [3907.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGAGCCCAACC\", \"ini\": 3379, \"clust\": 2948, \"rank\": 846, \"rankvar\": 2092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2675, \"group\": [2949.0, 531.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCTTTCAT\", \"ini\": 3378, \"clust\": 3811, \"rank\": 120, \"rankvar\": 3838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 718, \"group\": [3810.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAAGGTGACCA\", \"ini\": 3377, \"clust\": 4544, \"rank\": 97, \"rankvar\": 233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4570, \"group\": [4542.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGCTTCGCG\", \"ini\": 3376, \"clust\": 3579, \"rank\": 544, \"rankvar\": 365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 719, \"group\": [3579.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTCATGCCG\", \"ini\": 3375, \"clust\": 3511, \"rank\": 291, \"rankvar\": 2698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 214, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 720, \"group\": [3514.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCAAAGAATC\", \"ini\": 3374, \"clust\": 4955, \"rank\": 78, \"rankvar\": 3717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 215, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4571, \"group\": [4954.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTATCAGTC\", \"ini\": 3373, \"clust\": 3047, \"rank\": 1335, \"rankvar\": 3857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 216, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2090, \"group\": [3045.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCACGCATA\", \"ini\": 3372, \"clust\": 2913, \"rank\": 625, \"rankvar\": 67, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 721, \"group\": [2914.0, 529.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTTACTCT\", \"ini\": 3371, \"clust\": 3845, \"rank\": 661, \"rankvar\": 2717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 722, \"group\": [3846.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTAAGCACG\", \"ini\": 3370, \"clust\": 2536, \"rank\": 407, \"rankvar\": 2991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 723, \"group\": [2536.0, 465.0, 92.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGTAAGAT\", \"ini\": 3369, \"clust\": 3901, \"rank\": 74, \"rankvar\": 3277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 724, \"group\": [3900.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAAGCAAT\", \"ini\": 3368, \"clust\": 4875, \"rank\": 246, \"rankvar\": 2532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 221, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4572, \"group\": [4883.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTGTGACCC\", \"ini\": 3367, \"clust\": 3904, \"rank\": 309, \"rankvar\": 616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 725, \"group\": [3905.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCCTCTAGC\", \"ini\": 3366, \"clust\": 4938, \"rank\": 624, \"rankvar\": 1538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 223, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4573, \"group\": [4938.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAACTGCTA\", \"ini\": 3365, \"clust\": 5052, \"rank\": 234, \"rankvar\": 2753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 224, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4574, \"group\": [5052.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGACCAAG\", \"ini\": 3364, \"clust\": 144, \"rank\": 1908, \"rankvar\": 4920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 225, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 40, \"group\": [145.0, 30.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCGAGATG\", \"ini\": 3363, \"clust\": 3812, \"rank\": 1231, \"rankvar\": 43, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 726, \"group\": [3811.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCTCCTAG\", \"ini\": 3362, \"clust\": 4114, \"rank\": 1941, \"rankvar\": 128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 727, \"group\": [4115.0, 634.0, 115.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTTAAGTAG\", \"ini\": 3361, \"clust\": 3896, \"rank\": 134, \"rankvar\": 1295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2676, \"group\": [3896.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCCAT\", \"ini\": 3360, \"clust\": 3780, \"rank\": 518, \"rankvar\": 1691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 229, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2677, \"group\": [3786.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTAAACACA\", \"ini\": 3359, \"clust\": 3613, \"rank\": 252, \"rankvar\": 2516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 728, \"group\": [3612.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTATTCTC\", \"ini\": 3358, \"clust\": 3549, \"rank\": 479, \"rankvar\": 547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2678, \"group\": [3552.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTAGAGG\", \"ini\": 3357, \"clust\": 4536, \"rank\": 93, \"rankvar\": 388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 232, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4575, \"group\": [4537.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAAGAATC\", \"ini\": 3356, \"clust\": 5002, \"rank\": 220, \"rankvar\": 876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 233, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4576, \"group\": [5001.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGCTAGT\", \"ini\": 3355, \"clust\": 2744, \"rank\": 640, \"rankvar\": 90, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 729, \"group\": [2744.0, 511.0, 99.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGTCTCG\", \"ini\": 3354, \"clust\": 4532, \"rank\": 43, \"rankvar\": 1099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4577, \"group\": [4534.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGTCTCT\", \"ini\": 3353, \"clust\": 3345, \"rank\": 562, \"rankvar\": 3489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 730, \"group\": [3350.0, 571.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACAATGGATA\", \"ini\": 3352, \"clust\": 3884, \"rank\": 525, \"rankvar\": 1274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 731, \"group\": [3880.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGAACAATC\", \"ini\": 3351, \"clust\": 5078, \"rank\": 210, \"rankvar\": 1033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4578, \"group\": [5082.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCACCGTAA\", \"ini\": 3350, \"clust\": 3592, \"rank\": 261, \"rankvar\": 3138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 732, \"group\": [3597.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTATATGAG\", \"ini\": 3349, \"clust\": 3881, \"rank\": 398, \"rankvar\": 1746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 240, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 733, \"group\": [3882.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCTAGAAC\", \"ini\": 3348, \"clust\": 3948, \"rank\": 506, \"rankvar\": 470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 734, \"group\": [3948.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTTAGTGGG\", \"ini\": 3347, \"clust\": 3259, \"rank\": 1074, \"rankvar\": 846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 735, \"group\": [3260.0, 560.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTTATGCGT\", \"ini\": 3346, \"clust\": 5063, \"rank\": 148, \"rankvar\": 912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 243, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4579, \"group\": [5065.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAAGTTCC\", \"ini\": 3345, \"clust\": 3246, \"rank\": 652, \"rankvar\": 28, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 736, \"group\": [3247.0, 558.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATTTGCTT\", \"ini\": 3344, \"clust\": 2600, \"rank\": 950, \"rankvar\": 1615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 737, \"group\": [2603.0, 480.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCCAGTAGT\", \"ini\": 3343, \"clust\": 2734, \"rank\": 999, \"rankvar\": 682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 738, \"group\": [2733.0, 509.0, 99.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACCGTAA\", \"ini\": 3342, \"clust\": 4948, \"rank\": 1032, \"rankvar\": 494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 247, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4580, \"group\": [4948.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTAAAGTG\", \"ini\": 3341, \"clust\": 4366, \"rank\": 2206, \"rankvar\": 1040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 248, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4581, \"group\": [4366.0, 739.0, 147.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGACGTT\", \"ini\": 3340, \"clust\": 3553, \"rank\": 333, \"rankvar\": 2779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 739, \"group\": [3556.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGCACTCAGGC\", \"ini\": 3339, \"clust\": 5064, \"rank\": 278, \"rankvar\": 359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4582, \"group\": [5063.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATCACCC\", \"ini\": 3338, \"clust\": 3347, \"rank\": 125, \"rankvar\": 4326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 740, \"group\": [3348.0, 571.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTACCTACA\", \"ini\": 3337, \"clust\": 3844, \"rank\": 146, \"rankvar\": 950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 252, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2679, \"group\": [3844.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCAGTTTGG\", \"ini\": 3336, \"clust\": 2549, \"rank\": 1148, \"rankvar\": 3490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 741, \"group\": [2552.0, 467.0, 92.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTGTGTATGGG\", \"ini\": 3335, \"clust\": 5045, \"rank\": 368, \"rankvar\": 2663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 254, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4583, \"group\": [5045.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCACGTGAGA\", \"ini\": 3334, \"clust\": 5107, \"rank\": 923, \"rankvar\": 36, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 742, \"group\": [5106.0, 872.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTAGTACCT\", \"ini\": 3333, \"clust\": 4988, \"rank\": 253, \"rankvar\": 2374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4584, \"group\": [4989.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGTGTGCC\", \"ini\": 3332, \"clust\": 3585, \"rank\": 165, \"rankvar\": 4053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 743, \"group\": [3584.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCAGGGTTAG\", \"ini\": 3331, \"clust\": 3753, \"rank\": 558, \"rankvar\": 1503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 744, \"group\": [3753.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTAAGGGC\", \"ini\": 3330, \"clust\": 5088, \"rank\": 177, \"rankvar\": 516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4585, \"group\": [5088.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAGTGCACTTA\", \"ini\": 3329, \"clust\": 3645, \"rank\": 534, \"rankvar\": 3312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 745, \"group\": [3645.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCAGACGTAG\", \"ini\": 3328, \"clust\": 895, \"rank\": 1365, \"rankvar\": 4739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 261, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5210, \"group\": [896.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTTTAC\", \"ini\": 3327, \"clust\": 5054, \"rank\": 62, \"rankvar\": 1711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 262, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4586, \"group\": [5055.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATGTTAAAGAC\", \"ini\": 3326, \"clust\": 2586, \"rank\": 1124, \"rankvar\": 652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 746, \"group\": [2585.0, 478.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCGCCATG\", \"ini\": 3325, \"clust\": 3151, \"rank\": 1408, \"rankvar\": 794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 747, \"group\": [3154.0, 546.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTTGAGGT\", \"ini\": 3324, \"clust\": 2271, \"rank\": 1515, \"rankvar\": 854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 748, \"group\": [2272.0, 384.0, 75.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTCGAATCT\", \"ini\": 3323, \"clust\": 3319, \"rank\": 1610, \"rankvar\": 1618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 749, \"group\": [3320.0, 567.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGCATCATC\", \"ini\": 3322, \"clust\": 3809, \"rank\": 158, \"rankvar\": 4100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 750, \"group\": [3813.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTGTTAAGA\", \"ini\": 3321, \"clust\": 5009, \"rank\": 142, \"rankvar\": 2958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4587, \"group\": [5010.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCATTAGCCA\", \"ini\": 3320, \"clust\": 4895, \"rank\": 39, \"rankvar\": 2022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4588, \"group\": [4893.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGACATTA\", \"ini\": 3319, \"clust\": 152, \"rank\": 2728, \"rankvar\": 5033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 270, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 41, \"group\": [156.0, 30.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCCTTGG\", \"ini\": 3318, \"clust\": 2907, \"rank\": 730, \"rankvar\": 294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 751, \"group\": [2908.0, 529.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGATGCCAG\", \"ini\": 3317, \"clust\": 2956, \"rank\": 1375, \"rankvar\": 239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 752, \"group\": [2959.0, 531.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCAAGCGAGT\", \"ini\": 3316, \"clust\": 2951, \"rank\": 887, \"rankvar\": 1327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 273, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2680, \"group\": [2952.0, 531.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCTAGGGC\", \"ini\": 3315, \"clust\": 3584, \"rank\": 517, \"rankvar\": 1375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2681, \"group\": [3586.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCATCATTC\", \"ini\": 3314, \"clust\": 3589, \"rank\": 264, \"rankvar\": 2786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 753, \"group\": [3588.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCAAACAACA\", \"ini\": 3313, \"clust\": 5060, \"rank\": 201, \"rankvar\": 172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 276, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4589, \"group\": [5060.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCGGATCA\", \"ini\": 3312, \"clust\": 3902, \"rank\": 83, \"rankvar\": 3305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 754, \"group\": [3901.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCAAACGGG\", \"ini\": 3311, \"clust\": 3918, \"rank\": 206, \"rankvar\": 1969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 755, \"group\": [3921.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCCAGCTGGCT\", \"ini\": 3310, \"clust\": 4921, \"rank\": 341, \"rankvar\": 3221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 279, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4590, \"group\": [4920.0, 867.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCAAGCCTA\", \"ini\": 3309, \"clust\": 153, \"rank\": 3100, \"rankvar\": 4761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 280, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 42, \"group\": [155.0, 30.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCTGTTTGT\", \"ini\": 3308, \"clust\": 5161, \"rank\": 906, \"rankvar\": 2356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 281, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4591, \"group\": [5161.0, 883.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCGAGAAA\", \"ini\": 3307, \"clust\": 3776, \"rank\": 404, \"rankvar\": 93, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 282, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2682, \"group\": [3775.0, 584.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGAGAACG\", \"ini\": 3306, \"clust\": 2738, \"rank\": 363, \"rankvar\": 3085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 756, \"group\": [2738.0, 510.0, 99.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACACAGGAGT\", \"ini\": 3305, \"clust\": 3879, \"rank\": 237, \"rankvar\": 3656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 757, \"group\": [3884.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAGACGTAG\", \"ini\": 3304, \"clust\": 2178, \"rank\": 2599, \"rankvar\": 1513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 758, \"group\": [2178.0, 352.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCTGGAAC\", \"ini\": 3303, \"clust\": 4907, \"rank\": 1435, \"rankvar\": 132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 286, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4592, \"group\": [4907.0, 867.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCATGTAGC\", \"ini\": 3302, \"clust\": 4521, \"rank\": 6, \"rankvar\": 4698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 287, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3102, \"group\": [4523.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGTTTGCC\", \"ini\": 3301, \"clust\": 3958, \"rank\": 292, \"rankvar\": 4294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 759, \"group\": [3961.0, 586.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGCGCTCCA\", \"ini\": 3300, \"clust\": 2946, \"rank\": 437, \"rankvar\": 861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 289, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 760, \"group\": [2947.0, 531.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTCATATGC\", \"ini\": 3299, \"clust\": 4584, \"rank\": 2601, \"rankvar\": 1026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 290, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4593, \"group\": [4584.0, 783.0, 155.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCAGCGACC\", \"ini\": 3298, \"clust\": 5128, \"rank\": 2456, \"rankvar\": 1434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 291, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4594, \"group\": [5129.0, 876.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACGGCGTT\", \"ini\": 3297, \"clust\": 3532, \"rank\": 886, \"rankvar\": 228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 761, \"group\": [3533.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGCCTATGT\", \"ini\": 3296, \"clust\": 5018, \"rank\": 332, \"rankvar\": 2282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 293, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4595, \"group\": [5023.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAAGGTTTC\", \"ini\": 3295, \"clust\": 3640, \"rank\": 349, \"rankvar\": 3550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 762, \"group\": [3641.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCCTACAGA\", \"ini\": 3294, \"clust\": 3247, \"rank\": 732, \"rankvar\": 3326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 295, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 763, \"group\": [3250.0, 559.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGTGTACGG\", \"ini\": 3293, \"clust\": 3782, \"rank\": 117, \"rankvar\": 3696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 296, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 764, \"group\": [3782.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATCCGAG\", \"ini\": 3292, \"clust\": 4103, \"rank\": 2907, \"rankvar\": 4147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 297, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4596, \"group\": [4103.0, 626.0, 112.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTCGGCACT\", \"ini\": 3291, \"clust\": 3825, \"rank\": 111, \"rankvar\": 4118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 765, \"group\": [3825.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAAACCAC\", \"ini\": 3290, \"clust\": 4898, \"rank\": 1277, \"rankvar\": 224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4597, \"group\": [4899.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGGCTATCT\", \"ini\": 3289, \"clust\": 5028, \"rank\": 179, \"rankvar\": 1913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4598, \"group\": [5027.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACCGGAT\", \"ini\": 3288, \"clust\": 3946, \"rank\": 902, \"rankvar\": 127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 301, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 766, \"group\": [3949.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGTCGCCGT\", \"ini\": 3287, \"clust\": 4719, \"rank\": 355, \"rankvar\": 1215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 302, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4599, \"group\": [4719.0, 841.0, 168.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCTGACCTC\", \"ini\": 3286, \"clust\": 4531, \"rank\": 40, \"rankvar\": 2756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 303, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3103, \"group\": [4529.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGATAGAA\", \"ini\": 3285, \"clust\": 4823, \"rank\": 839, \"rankvar\": 1298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 304, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4600, \"group\": [4825.0, 859.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATCCGAG\", \"ini\": 3284, \"clust\": 4950, \"rank\": 838, \"rankvar\": 2639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 305, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4601, \"group\": [4951.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCACATTTCT\", \"ini\": 3283, \"clust\": 4195, \"rank\": 2830, \"rankvar\": 2038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 306, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4325, \"group\": [4198.0, 663.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTACCGCTG\", \"ini\": 3282, \"clust\": 4494, \"rank\": 748, \"rankvar\": 4264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 307, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 767, \"group\": [4495.0, 774.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAAGTCTAC\", \"ini\": 3281, \"clust\": 3017, \"rank\": 238, \"rankvar\": 1160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 768, \"group\": [3017.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTTCGCAT\", \"ini\": 3280, \"clust\": 2740, \"rank\": 841, \"rankvar\": 360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 769, \"group\": [2743.0, 510.0, 99.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCACAGAGGT\", \"ini\": 3279, \"clust\": 4980, \"rank\": 379, \"rankvar\": 1751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4602, \"group\": [4981.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCTTCCTTC\", \"ini\": 3278, \"clust\": 3561, \"rank\": 401, \"rankvar\": 544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 770, \"group\": [3562.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCTAACC\", \"ini\": 3277, \"clust\": 5132, \"rank\": 555, \"rankvar\": 4064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 312, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4603, \"group\": [5131.0, 878.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGGAATGC\", \"ini\": 3276, \"clust\": 3954, \"rank\": 1206, \"rankvar\": 215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 771, \"group\": [3955.0, 586.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGTAGCCGA\", \"ini\": 3275, \"clust\": 5065, \"rank\": 427, \"rankvar\": 720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4604, \"group\": [5064.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGAGCCATCGC\", \"ini\": 3274, \"clust\": 5194, \"rank\": 1589, \"rankvar\": 439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 772, \"group\": [5195.0, 894.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCTCCGGTT\", \"ini\": 3273, \"clust\": 4880, \"rank\": 209, \"rankvar\": 769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 316, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4605, \"group\": [4882.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAAGTACCT\", \"ini\": 3272, \"clust\": 5026, \"rank\": 381, \"rankvar\": 2084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 317, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4606, \"group\": [5030.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCTCACTCTTA\", \"ini\": 3271, \"clust\": 3505, \"rank\": 321, \"rankvar\": 737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 773, \"group\": [3507.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCGTAGTG\", \"ini\": 3270, \"clust\": 3018, \"rank\": 223, \"rankvar\": 615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 774, \"group\": [3018.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGCGT\", \"ini\": 3269, \"clust\": 5220, \"rank\": 378, \"rankvar\": 2855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 320, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4607, \"group\": [5221.0, 898.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAGTACCT\", \"ini\": 3268, \"clust\": 2898, \"rank\": 576, \"rankvar\": 3768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 775, \"group\": [2898.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGTCCCAGGTG\", \"ini\": 3267, \"clust\": 4818, \"rank\": 1125, \"rankvar\": 706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4608, \"group\": [4817.0, 858.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGATCGGA\", \"ini\": 3266, \"clust\": 3885, \"rank\": 397, \"rankvar\": 2785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 776, \"group\": [3886.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCTGCCCTA\", \"ini\": 3265, \"clust\": 3830, \"rank\": 279, \"rankvar\": 3289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 324, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 777, \"group\": [3829.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGTGCGTGA\", \"ini\": 3264, \"clust\": 4337, \"rank\": 1090, \"rankvar\": 573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 325, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4609, \"group\": [4337.0, 729.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAAGAAGC\", \"ini\": 3263, \"clust\": 5067, \"rank\": 239, \"rankvar\": 2086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 326, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4610, \"group\": [5067.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAGTCGGCATC\", \"ini\": 3262, \"clust\": 3554, \"rank\": 519, \"rankvar\": 1339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 778, \"group\": [3554.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCAATCTCT\", \"ini\": 3261, \"clust\": 3959, \"rank\": 598, \"rankvar\": 2320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 779, \"group\": [3959.0, 586.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGACAGAGA\", \"ini\": 3260, \"clust\": 3606, \"rank\": 632, \"rankvar\": 3961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 329, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2683, \"group\": [3607.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGCGATTCT\", \"ini\": 3259, \"clust\": 60, \"rank\": 2669, \"rankvar\": 4567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 330, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 43, \"group\": [62.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGCTGAAAT\", \"ini\": 3258, \"clust\": 4863, \"rank\": 1881, \"rankvar\": 76, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 331, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 780, \"group\": [4862.0, 863.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACTTACGA\", \"ini\": 3257, \"clust\": 5034, \"rank\": 370, \"rankvar\": 1343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4611, \"group\": [5033.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGCTCCTCT\", \"ini\": 3256, \"clust\": 3657, \"rank\": 546, \"rankvar\": 1326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 333, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 781, \"group\": [3656.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTACGCGA\", \"ini\": 3255, \"clust\": 3826, \"rank\": 205, \"rankvar\": 4065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 782, \"group\": [3823.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAACTCTT\", \"ini\": 3254, \"clust\": 4923, \"rank\": 918, \"rankvar\": 466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 335, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4612, \"group\": [4926.0, 867.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCAATCTACG\", \"ini\": 3253, \"clust\": 3628, \"rank\": 530, \"rankvar\": 1238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2684, \"group\": [3629.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTACAA\", \"ini\": 3252, \"clust\": 4567, \"rank\": 359, \"rankvar\": 2943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 337, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3104, \"group\": [4571.0, 779.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTGCATCTA\", \"ini\": 3251, \"clust\": 5170, \"rank\": 599, \"rankvar\": 1404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 783, \"group\": [5171.0, 886.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTACCGAGA\", \"ini\": 3250, \"clust\": 3399, \"rank\": 366, \"rankvar\": 4008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 784, \"group\": [3399.0, 577.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTTCCACAA\", \"ini\": 3249, \"clust\": 3303, \"rank\": 494, \"rankvar\": 1146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 785, \"group\": [3304.0, 566.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCGAATCCA\", \"ini\": 3248, \"clust\": 3373, \"rank\": 315, \"rankvar\": 2186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 786, \"group\": [3372.0, 574.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGTCCAGGA\", \"ini\": 3247, \"clust\": 4809, \"rank\": 1147, \"rankvar\": 1776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 342, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4613, \"group\": [4809.0, 858.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCTCCTATA\", \"ini\": 3246, \"clust\": 65, \"rank\": 786, \"rankvar\": 4472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 343, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 44, \"group\": [64.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAACGATGG\", \"ini\": 3245, \"clust\": 5076, \"rank\": 416, \"rankvar\": 628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 344, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4614, \"group\": [5076.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGAGCTT\", \"ini\": 3244, \"clust\": 5014, \"rank\": 393, \"rankvar\": 1216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4615, \"group\": [5015.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATGCCTTC\", \"ini\": 3243, \"clust\": 4042, \"rank\": 638, \"rankvar\": 1198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 787, \"group\": [4043.0, 599.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTGTTGAGG\", \"ini\": 3242, \"clust\": 4899, \"rank\": 578, \"rankvar\": 627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 347, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4616, \"group\": [4900.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGACCTTTG\", \"ini\": 3241, \"clust\": 3421, \"rank\": 588, \"rankvar\": 2801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 788, \"group\": [3422.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCGCTTTC\", \"ini\": 3240, \"clust\": 3968, \"rank\": 1539, \"rankvar\": 1707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 789, \"group\": [3969.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGATAGTCA\", \"ini\": 3239, \"clust\": 3987, \"rank\": 532, \"rankvar\": 3290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 350, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 790, \"group\": [3986.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATGGTCAT\", \"ini\": 3238, \"clust\": 3955, \"rank\": 387, \"rankvar\": 3933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 791, \"group\": [3956.0, 586.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACAAATCCGT\", \"ini\": 3237, \"clust\": 4783, \"rank\": 1588, \"rankvar\": 271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 352, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4617, \"group\": [4783.0, 854.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCTCGGACG\", \"ini\": 3236, \"clust\": 2905, \"rank\": 400, \"rankvar\": 1459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 353, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 792, \"group\": [2905.0, 529.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCACCCTATC\", \"ini\": 3235, \"clust\": 4056, \"rank\": 1418, \"rankvar\": 906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 793, \"group\": [4055.0, 603.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACATCACAAC\", \"ini\": 3234, \"clust\": 2747, \"rank\": 737, \"rankvar\": 2927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 794, \"group\": [2749.0, 512.0, 99.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAAGAGCAATT\", \"ini\": 3233, \"clust\": 3149, \"rank\": 2062, \"rankvar\": 226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 795, \"group\": [3149.0, 546.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTACCGAT\", \"ini\": 3232, \"clust\": 3646, \"rank\": 977, \"rankvar\": 532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 796, \"group\": [3646.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACATGCCTTC\", \"ini\": 3231, \"clust\": 3698, \"rank\": 840, \"rankvar\": 855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 797, \"group\": [3698.0, 580.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCCGTAGGC\", \"ini\": 3230, \"clust\": 2634, \"rank\": 1889, \"rankvar\": 1740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 798, \"group\": [2635.0, 487.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACACTCTGTC\", \"ini\": 3229, \"clust\": 4834, \"rank\": 1395, \"rankvar\": 998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 360, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4618, \"group\": [4841.0, 859.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGACTGC\", \"ini\": 3228, \"clust\": 4527, \"rank\": 72, \"rankvar\": 3310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 361, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3105, \"group\": [4527.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTGAGGGA\", \"ini\": 3227, \"clust\": 3563, \"rank\": 528, \"rankvar\": 1955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 799, \"group\": [3564.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGCTGTTCA\", \"ini\": 3226, \"clust\": 5154, \"rank\": 1150, \"rankvar\": 2065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 363, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4619, \"group\": [5154.0, 882.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCTCGCGTTTC\", \"ini\": 3225, \"clust\": 2176, \"rank\": 2111, \"rankvar\": 3386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 800, \"group\": [2177.0, 351.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGTCGAGTG\", \"ini\": 3224, \"clust\": 3842, \"rank\": 159, \"rankvar\": 1098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2685, \"group\": [3845.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAATCTACG\", \"ini\": 3223, \"clust\": 4528, \"rank\": 98, \"rankvar\": 3938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3106, \"group\": [4531.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGTCCAGG\", \"ini\": 3222, \"clust\": 3705, \"rank\": 352, \"rankvar\": 2429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 801, \"group\": [3706.0, 581.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATCTGGTA\", \"ini\": 3221, \"clust\": 4941, \"rank\": 550, \"rankvar\": 3319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4620, \"group\": [4941.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAACGCACC\", \"ini\": 3220, \"clust\": 3622, \"rank\": 522, \"rankvar\": 1809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 802, \"group\": [3620.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCATTTGGG\", \"ini\": 3219, \"clust\": 5057, \"rank\": 288, \"rankvar\": 244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4621, \"group\": [5057.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAGTTGGTAAA\", \"ini\": 3218, \"clust\": 4868, \"rank\": 61, \"rankvar\": 2885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3107, \"group\": [4868.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATGTGTA\", \"ini\": 3217, \"clust\": 2278, \"rank\": 1841, \"rankvar\": 973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 803, \"group\": [2279.0, 387.0, 76.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGATATACG\", \"ini\": 3216, \"clust\": 3676, \"rank\": 274, \"rankvar\": 2772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 804, \"group\": [3675.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCATTCTTAC\", \"ini\": 3215, \"clust\": 4768, \"rank\": 1219, \"rankvar\": 1979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 374, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4622, \"group\": [4769.0, 853.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGCTGATA\", \"ini\": 3214, \"clust\": 3215, \"rank\": 1741, \"rankvar\": 219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 805, \"group\": [3216.0, 555.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTGTTTGG\", \"ini\": 3213, \"clust\": 4897, \"rank\": 503, \"rankvar\": 300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4623, \"group\": [4898.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTTCTGTTT\", \"ini\": 3212, \"clust\": 3010, \"rank\": 1357, \"rankvar\": 288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 377, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2686, \"group\": [3011.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTAACG\", \"ini\": 3211, \"clust\": 2999, \"rank\": 890, \"rankvar\": 3573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 806, \"group\": [3000.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATAGCTCTCGG\", \"ini\": 3210, \"clust\": 3975, \"rank\": 1429, \"rankvar\": 2604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 807, \"group\": [3976.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATAAACG\", \"ini\": 3209, \"clust\": 4514, \"rank\": 711, \"rankvar\": 1622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 380, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4624, \"group\": [4520.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAGGGCATA\", \"ini\": 3208, \"clust\": 3669, \"rank\": 756, \"rankvar\": 2790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 808, \"group\": [3670.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGATGCCAG\", \"ini\": 3207, \"clust\": 4853, \"rank\": 745, \"rankvar\": 2509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4625, \"group\": [4856.0, 862.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTTGACAC\", \"ini\": 3206, \"clust\": 3506, \"rank\": 635, \"rankvar\": 2407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 383, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 809, \"group\": [3505.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATTCCTT\", \"ini\": 3205, \"clust\": 4932, \"rank\": 871, \"rankvar\": 134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 384, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4626, \"group\": [4933.0, 868.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAACGCACC\", \"ini\": 3204, \"clust\": 2947, \"rank\": 821, \"rankvar\": 1167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 810, \"group\": [2948.0, 531.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCCTCAACC\", \"ini\": 3203, \"clust\": 3415, \"rank\": 733, \"rankvar\": 2014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 386, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 811, \"group\": [3416.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTTACGGAG\", \"ini\": 3202, \"clust\": 3634, \"rank\": 551, \"rankvar\": 3442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 812, \"group\": [3635.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTAAGAGGA\", \"ini\": 3201, \"clust\": 139, \"rank\": 2985, \"rankvar\": 4778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 45, \"group\": [139.0, 30.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGAAGGGTA\", \"ini\": 3200, \"clust\": 3309, \"rank\": 565, \"rankvar\": 867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 389, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 813, \"group\": [3310.0, 566.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATCCTGT\", \"ini\": 3199, \"clust\": 4985, \"rank\": 187, \"rankvar\": 1154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 390, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4627, \"group\": [4987.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCTTAT\", \"ini\": 3198, \"clust\": 2952, \"rank\": 876, \"rankvar\": 2861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 814, \"group\": [2953.0, 531.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCGGCTCA\", \"ini\": 3197, \"clust\": 4038, \"rank\": 212, \"rankvar\": 1860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 815, \"group\": [4039.0, 598.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTTGCATG\", \"ini\": 3196, \"clust\": 66, \"rank\": 1658, \"rankvar\": 4456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 393, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 46, \"group\": [68.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATGCAACT\", \"ini\": 3195, \"clust\": 4289, \"rank\": 3216, \"rankvar\": 2335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 394, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4628, \"group\": [4290.0, 706.0, 139.0, 29.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCATAG\", \"ini\": 3194, \"clust\": 2884, \"rank\": 1991, \"rankvar\": 1553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 395, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2687, \"group\": [2889.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAACATC\", \"ini\": 3193, \"clust\": 3940, \"rank\": 275, \"rankvar\": 2410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 816, \"group\": [3941.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCGATCCC\", \"ini\": 3192, \"clust\": 3714, \"rank\": 1083, \"rankvar\": 2527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 397, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2688, \"group\": [3717.0, 581.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCATGGTCA\", \"ini\": 3191, \"clust\": 3591, \"rank\": 566, \"rankvar\": 2841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 817, \"group\": [3598.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATAGCGTGAAC\", \"ini\": 3190, \"clust\": 3406, \"rank\": 1152, \"rankvar\": 1314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 818, \"group\": [3406.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTCATGCAT\", \"ini\": 3189, \"clust\": 3052, \"rank\": 792, \"rankvar\": 486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 819, \"group\": [3050.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAACGTT\", \"ini\": 3188, \"clust\": 3542, \"rank\": 567, \"rankvar\": 3529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 401, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 820, \"group\": [3542.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGCAATGGACG\", \"ini\": 3187, \"clust\": 4524, \"rank\": 140, \"rankvar\": 1623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 402, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3956, \"group\": [4524.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGAACTCGG\", \"ini\": 3186, \"clust\": 1819, \"rank\": 3278, \"rankvar\": 1561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 403, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4629, \"group\": [1823.0, 284.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAGTCGATT\", \"ini\": 3185, \"clust\": 3720, \"rank\": 1337, \"rankvar\": 849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 404, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2689, \"group\": [3725.0, 581.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGCCTAT\", \"ini\": 3184, \"clust\": 3497, \"rank\": 716, \"rankvar\": 1985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 821, \"group\": [3497.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAACTGCGC\", \"ini\": 3183, \"clust\": 3454, \"rank\": 356, \"rankvar\": 2127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 822, \"group\": [3452.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCCACGTGG\", \"ini\": 3182, \"clust\": 5029, \"rank\": 113, \"rankvar\": 3535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4630, \"group\": [5028.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGGTCGTTGTA\", \"ini\": 3181, \"clust\": 3065, \"rank\": 700, \"rankvar\": 2580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 823, \"group\": [3065.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACACGCTG\", \"ini\": 3180, \"clust\": 2735, \"rank\": 481, \"rankvar\": 3658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 824, \"group\": [2734.0, 509.0, 99.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGCAGGCTA\", \"ini\": 3179, \"clust\": 3440, \"rank\": 692, \"rankvar\": 2767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 825, \"group\": [3440.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGGACAA\", \"ini\": 3178, \"clust\": 3849, \"rank\": 493, \"rankvar\": 2216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 411, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 826, \"group\": [3849.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGCTTTC\", \"ini\": 3177, \"clust\": 3431, \"rank\": 595, \"rankvar\": 1635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 827, \"group\": [3431.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGAATGTGT\", \"ini\": 3176, \"clust\": 3530, \"rank\": 526, \"rankvar\": 3417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 828, \"group\": [3531.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGGACACCA\", \"ini\": 3175, \"clust\": 275, \"rank\": 3507, \"rankvar\": 5069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 414, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 47, \"group\": [277.0, 32.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCACTGCCAG\", \"ini\": 3174, \"clust\": 277, \"rank\": 3303, \"rankvar\": 4818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 415, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 48, \"group\": [274.0, 32.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGATCTCCAGGG\", \"ini\": 3173, \"clust\": 145, \"rank\": 2945, \"rankvar\": 4870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 416, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 49, \"group\": [143.0, 30.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTTCAGATAAG\", \"ini\": 3172, \"clust\": 2046, \"rank\": 3211, \"rankvar\": 3600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 417, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4631, \"group\": [2047.0, 316.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCGTCTCCCTA\", \"ini\": 3171, \"clust\": 3562, \"rank\": 781, \"rankvar\": 442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 829, \"group\": [3563.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCTAGGGC\", \"ini\": 3170, \"clust\": 3507, \"rank\": 430, \"rankvar\": 1645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 830, \"group\": [3506.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCTGAGTGT\", \"ini\": 3169, \"clust\": 4317, \"rank\": 2804, \"rankvar\": 1914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 420, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4632, \"group\": [4317.0, 723.0, 144.0, 31.0, 10.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCATATCGG\", \"ini\": 3168, \"clust\": 3011, \"rank\": 594, \"rankvar\": 1190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 831, \"group\": [3012.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGAGTGAC\", \"ini\": 3167, \"clust\": 2537, \"rank\": 1322, \"rankvar\": 909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 832, \"group\": [2537.0, 465.0, 92.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGCAAATCA\", \"ini\": 3166, \"clust\": 2479, \"rank\": 1389, \"rankvar\": 1887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 833, \"group\": [2478.0, 451.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGCCCTTA\", \"ini\": 3165, \"clust\": 3627, \"rank\": 328, \"rankvar\": 109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 834, \"group\": [3628.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTCACATGGGA\", \"ini\": 3164, \"clust\": 3656, \"rank\": 883, \"rankvar\": 1258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 835, \"group\": [3658.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCGGCTTGG\", \"ini\": 3163, \"clust\": 3557, \"rank\": 219, \"rankvar\": 2654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 426, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 836, \"group\": [3557.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCGATCG\", \"ini\": 3162, \"clust\": 4866, \"rank\": 232, \"rankvar\": 349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 427, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4633, \"group\": [4867.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCAGGCCCA\", \"ini\": 3161, \"clust\": 3024, \"rank\": 1997, \"rankvar\": 3861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 428, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2091, \"group\": [3023.0, 535.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGTAGGAG\", \"ini\": 3160, \"clust\": 3846, \"rank\": 556, \"rankvar\": 2409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 837, \"group\": [3847.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCTTCTGGC\", \"ini\": 3159, \"clust\": 5230, \"rank\": 687, \"rankvar\": 1836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 430, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4634, \"group\": [5227.0, 899.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCCAAGGTGTG\", \"ini\": 3158, \"clust\": 3439, \"rank\": 514, \"rankvar\": 2199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 838, \"group\": [3442.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGGATGCGT\", \"ini\": 3157, \"clust\": 4922, \"rank\": 463, \"rankvar\": 3955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 432, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4635, \"group\": [4921.0, 867.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTCGCTTCT\", \"ini\": 3156, \"clust\": 5141, \"rank\": 1183, \"rankvar\": 1411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 433, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4636, \"group\": [5145.0, 882.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTACATGTC\", \"ini\": 3155, \"clust\": 5019, \"rank\": 20, \"rankvar\": 81, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4637, \"group\": [5022.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTGTCCTCT\", \"ini\": 3154, \"clust\": 3244, \"rank\": 552, \"rankvar\": 1110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 839, \"group\": [3245.0, 558.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGAGTCTGG\", \"ini\": 3153, \"clust\": 3785, \"rank\": 260, \"rankvar\": 2993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 840, \"group\": [3784.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGTCTGT\", \"ini\": 3152, \"clust\": 3013, \"rank\": 948, \"rankvar\": 1624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 841, \"group\": [3015.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCAGCCAGAA\", \"ini\": 3151, \"clust\": 3426, \"rank\": 1139, \"rankvar\": 3209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 842, \"group\": [3426.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGGTTCT\", \"ini\": 3150, \"clust\": 3042, \"rank\": 1584, \"rankvar\": 2637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 843, \"group\": [3043.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCACTTCAT\", \"ini\": 3149, \"clust\": 3407, \"rank\": 1037, \"rankvar\": 3243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 844, \"group\": [3407.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTACTCAT\", \"ini\": 3148, \"clust\": 5198, \"rank\": 2235, \"rankvar\": 896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 441, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2690, \"group\": [5199.0, 896.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCAGCTCTC\", \"ini\": 3147, \"clust\": 3422, \"rank\": 339, \"rankvar\": 3984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 845, \"group\": [3423.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGTAAG\", \"ini\": 3146, \"clust\": 23, \"rank\": 1220, \"rankvar\": 4454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 443, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5129, \"group\": [24.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTAAGAAC\", \"ini\": 3145, \"clust\": 68, \"rank\": 2026, \"rankvar\": 4540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 444, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 50, \"group\": [67.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGTACGA\", \"ini\": 3144, \"clust\": 3576, \"rank\": 365, \"rankvar\": 1816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 846, \"group\": [3576.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGAGTAATC\", \"ini\": 3143, \"clust\": 3789, \"rank\": 587, \"rankvar\": 3157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 847, \"group\": [3787.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGTGATTA\", \"ini\": 3142, \"clust\": 4965, \"rank\": 783, \"rankvar\": 1000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4638, \"group\": [4966.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGATATGCA\", \"ini\": 3141, \"clust\": 2850, \"rank\": 2136, \"rankvar\": 762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 848, \"group\": [2851.0, 525.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTAACGGT\", \"ini\": 3140, \"clust\": 4506, \"rank\": 63, \"rankvar\": 1133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3108, \"group\": [4505.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCTCCGGTT\", \"ini\": 3139, \"clust\": 3423, \"rank\": 531, \"rankvar\": 954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 849, \"group\": [3424.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCGACGGAA\", \"ini\": 3138, \"clust\": 2516, \"rank\": 2095, \"rankvar\": 1120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 451, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 850, \"group\": [2516.0, 456.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCAAGGCTT\", \"ini\": 3137, \"clust\": 5011, \"rank\": 91, \"rankvar\": 1927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 452, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4639, \"group\": [5012.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTAGAGTC\", \"ini\": 3136, \"clust\": 2786, \"rank\": 833, \"rankvar\": 2448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 851, \"group\": [2786.0, 518.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGAGCGTT\", \"ini\": 3135, \"clust\": 4363, \"rank\": 3210, \"rankvar\": 1555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4640, \"group\": [4364.0, 738.0, 147.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTGCCAGA\", \"ini\": 3134, \"clust\": 3608, \"rank\": 739, \"rankvar\": 1395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 455, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 852, \"group\": [3611.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTCAATGGACG\", \"ini\": 3133, \"clust\": 3556, \"rank\": 469, \"rankvar\": 1083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 853, \"group\": [3559.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAGACTCGC\", \"ini\": 3132, \"clust\": 2910, \"rank\": 1198, \"rankvar\": 1050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 854, \"group\": [2910.0, 529.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAGGGAA\", \"ini\": 3131, \"clust\": 3985, \"rank\": 705, \"rankvar\": 1499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 855, \"group\": [3987.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTCCGAAGA\", \"ini\": 3130, \"clust\": 2895, \"rank\": 1637, \"rankvar\": 426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 856, \"group\": [2894.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGTCGCCGTGA\", \"ini\": 3129, \"clust\": 3400, \"rank\": 403, \"rankvar\": 1021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 857, \"group\": [3400.0, 577.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGGTGTTA\", \"ini\": 3128, \"clust\": 3777, \"rank\": 331, \"rankvar\": 691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 461, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2691, \"group\": [3776.0, 584.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCGCATAT\", \"ini\": 3127, \"clust\": 2539, \"rank\": 1098, \"rankvar\": 4372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 462, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2692, \"group\": [2539.0, 465.0, 92.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCACAAACC\", \"ini\": 3126, \"clust\": 2561, \"rank\": 1281, \"rankvar\": 513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 858, \"group\": [2562.0, 471.0, 93.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCACCCAGTG\", \"ini\": 3125, \"clust\": 3403, \"rank\": 899, \"rankvar\": 3978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 859, \"group\": [3402.0, 577.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTGCATCTA\", \"ini\": 3124, \"clust\": 3424, \"rank\": 668, \"rankvar\": 2258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 860, \"group\": [3425.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTTGA\", \"ini\": 3123, \"clust\": 3596, \"rank\": 605, \"rankvar\": 3481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 466, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 861, \"group\": [3592.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGCGATGAC\", \"ini\": 3122, \"clust\": 4534, \"rank\": 141, \"rankvar\": 473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 467, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4641, \"group\": [4533.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCGGTTAAC\", \"ini\": 3121, \"clust\": 3854, \"rank\": 258, \"rankvar\": 2489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 862, \"group\": [3858.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGTC\", \"ini\": 3120, \"clust\": 3651, \"rank\": 751, \"rankvar\": 4239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 863, \"group\": [3652.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCACCATGTA\", \"ini\": 3119, \"clust\": 5058, \"rank\": 324, \"rankvar\": 565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 470, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4642, \"group\": [5058.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATAGAGT\", \"ini\": 3118, \"clust\": 4981, \"rank\": 235, \"rankvar\": 2398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4643, \"group\": [4984.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCGAACGC\", \"ini\": 3117, \"clust\": 4961, \"rank\": 214, \"rankvar\": 1687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 472, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4644, \"group\": [4960.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCTCTTGAT\", \"ini\": 3116, \"clust\": 5055, \"rank\": 228, \"rankvar\": 749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 473, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4645, \"group\": [5056.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTATCGCC\", \"ini\": 3115, \"clust\": 5218, \"rank\": 384, \"rankvar\": 1612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 474, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4646, \"group\": [5218.0, 898.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTCCGAAGA\", \"ini\": 3114, \"clust\": 4862, \"rank\": 683, \"rankvar\": 2115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 475, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4647, \"group\": [4864.0, 863.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCACTCGACG\", \"ini\": 3113, \"clust\": 3582, \"rank\": 889, \"rankvar\": 618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 476, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 864, \"group\": [3582.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTCAGGGCATA\", \"ini\": 3112, \"clust\": 3569, \"rank\": 486, \"rankvar\": 1692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 865, \"group\": [3568.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGAGGACGG\", \"ini\": 3111, \"clust\": 4946, \"rank\": 245, \"rankvar\": 2971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 478, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4648, \"group\": [4947.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCGCGCAA\", \"ini\": 3110, \"clust\": 3638, \"rank\": 978, \"rankvar\": 3863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 479, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 866, \"group\": [3639.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTCGCTTG\", \"ini\": 3109, \"clust\": 4869, \"rank\": 364, \"rankvar\": 2737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 480, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4649, \"group\": [4869.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTTGAGGTG\", \"ini\": 3108, \"clust\": 2865, \"rank\": 1287, \"rankvar\": 1626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2693, \"group\": [2866.0, 527.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGTCTCG\", \"ini\": 3107, \"clust\": 3517, \"rank\": 1318, \"rankvar\": 838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 867, \"group\": [3517.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAGTATCTG\", \"ini\": 3106, \"clust\": 3232, \"rank\": 184, \"rankvar\": 1206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 868, \"group\": [3233.0, 557.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCGCAAGC\", \"ini\": 3105, \"clust\": 3941, \"rank\": 310, \"rankvar\": 3398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 869, \"group\": [3942.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGCAAATTGCC\", \"ini\": 3104, \"clust\": 4986, \"rank\": 510, \"rankvar\": 259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 485, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4650, \"group\": [4985.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCACAGATTC\", \"ini\": 3103, \"clust\": 3152, \"rank\": 1024, \"rankvar\": 1292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 870, \"group\": [3152.0, 546.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAGTATAAG\", \"ini\": 3102, \"clust\": 3700, \"rank\": 966, \"rankvar\": 350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 487, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 871, \"group\": [3701.0, 581.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGAGCGAG\", \"ini\": 3101, \"clust\": 4642, \"rank\": 1252, \"rankvar\": 4085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 488, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4651, \"group\": [4643.0, 810.0, 162.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTAGCACGA\", \"ini\": 3100, \"clust\": 3679, \"rank\": 472, \"rankvar\": 1474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 489, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2694, \"group\": [3679.0, 580.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCAAACAACA\", \"ini\": 3099, \"clust\": 3490, \"rank\": 406, \"rankvar\": 1940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 490, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 872, \"group\": [3491.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGCATGAG\", \"ini\": 3098, \"clust\": 4495, \"rank\": 250, \"rankvar\": 4719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 491, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 233, \"group\": [4496.0, 774.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGCGATAC\", \"ini\": 3097, \"clust\": 3480, \"rank\": 1602, \"rankvar\": 1335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 492, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 873, \"group\": [3480.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCGGTCTAA\", \"ini\": 3096, \"clust\": 3703, \"rank\": 738, \"rankvar\": 2552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 493, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 874, \"group\": [3704.0, 581.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCGGCGCTA\", \"ini\": 3095, \"clust\": 5115, \"rank\": 1205, \"rankvar\": 1261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4652, \"group\": [5116.0, 875.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGGAGTTTA\", \"ini\": 3094, \"clust\": 5006, \"rank\": 136, \"rankvar\": 1861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 495, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4653, \"group\": [5009.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGATGCGAC\", \"ini\": 3093, \"clust\": 5073, \"rank\": 248, \"rankvar\": 923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 496, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4654, \"group\": [5072.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCATAACCG\", \"ini\": 3092, \"clust\": 3877, \"rank\": 249, \"rankvar\": 2139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 497, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2695, \"group\": [3878.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTCCCGAG\", \"ini\": 3091, \"clust\": 4873, \"rank\": 188, \"rankvar\": 1183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4655, \"group\": [4873.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCCGTTGTC\", \"ini\": 3090, \"clust\": 2592, \"rank\": 1943, \"rankvar\": 379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 499, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2092, \"group\": [2593.0, 479.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATGCAATC\", \"ini\": 3089, \"clust\": 3283, \"rank\": 718, \"rankvar\": 3427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 875, \"group\": [3283.0, 564.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCATGTAGC\", \"ini\": 3088, \"clust\": 4540, \"rank\": 16, \"rankvar\": 1519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3109, \"group\": [4539.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTCTTCTCG\", \"ini\": 3087, \"clust\": 3432, \"rank\": 289, \"rankvar\": 3099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 876, \"group\": [3432.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCCTAA\", \"ini\": 3086, \"clust\": 2939, \"rank\": 1384, \"rankvar\": 483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 877, \"group\": [2939.0, 531.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAAAGAATC\", \"ini\": 3085, \"clust\": 4019, \"rank\": 1106, \"rankvar\": 2820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 878, \"group\": [4019.0, 592.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGACACG\", \"ini\": 3084, \"clust\": 3252, \"rank\": 724, \"rankvar\": 3163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 879, \"group\": [3253.0, 559.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCTTGTCC\", \"ini\": 3083, \"clust\": 4569, \"rank\": 44, \"rankvar\": 4378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3110, \"group\": [4569.0, 779.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTCCGACGT\", \"ini\": 3082, \"clust\": 3988, \"rank\": 312, \"rankvar\": 1843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 880, \"group\": [3988.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAAGTGGC\", \"ini\": 3081, \"clust\": 4775, \"rank\": 862, \"rankvar\": 3089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4656, \"group\": [4775.0, 853.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCAGAAGG\", \"ini\": 3080, \"clust\": 3642, \"rank\": 1272, \"rankvar\": 1564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2696, \"group\": [3643.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGCGTTCG\", \"ini\": 3079, \"clust\": 146, \"rank\": 2585, \"rankvar\": 4888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 510, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 51, \"group\": [144.0, 30.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGCATCTA\", \"ini\": 3078, \"clust\": 3757, \"rank\": 613, \"rankvar\": 1007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 511, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 881, \"group\": [3758.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGTTTGCC\", \"ini\": 3077, \"clust\": 2427, \"rank\": 1794, \"rankvar\": 4251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 882, \"group\": [2431.0, 435.0, 85.0, 18.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCACAAGCCC\", \"ini\": 3076, \"clust\": 3368, \"rank\": 497, \"rankvar\": 3765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 513, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 883, \"group\": [3367.0, 573.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGAGAACG\", \"ini\": 3075, \"clust\": 3555, \"rank\": 347, \"rankvar\": 2571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 884, \"group\": [3555.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGAGCACACAG\", \"ini\": 3074, \"clust\": 4949, \"rank\": 422, \"rankvar\": 2982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4657, \"group\": [4949.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGCGTAAG\", \"ini\": 3073, \"clust\": 4742, \"rank\": 2167, \"rankvar\": 18, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 516, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 885, \"group\": [4743.0, 847.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGATATGGT\", \"ini\": 3072, \"clust\": 3709, \"rank\": 793, \"rankvar\": 1971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 886, \"group\": [3711.0, 581.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTTAGCGG\", \"ini\": 3071, \"clust\": 2864, \"rank\": 1141, \"rankvar\": 590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 518, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 887, \"group\": [2865.0, 527.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGTCCCACG\", \"ini\": 3070, \"clust\": 3364, \"rank\": 1236, \"rankvar\": 3100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 519, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 888, \"group\": [3365.0, 573.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTGTTTG\", \"ini\": 3069, \"clust\": 3470, \"rank\": 483, \"rankvar\": 3375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 520, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 889, \"group\": [3468.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCAAGCTGGAAC\", \"ini\": 3068, \"clust\": 55, \"rank\": 3558, \"rankvar\": 4583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 521, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 52, \"group\": [55.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGAGTTGC\", \"ini\": 3067, \"clust\": 5025, \"rank\": 178, \"rankvar\": 1756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4658, \"group\": [5025.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAGTTGTGGCC\", \"ini\": 3066, \"clust\": 3828, \"rank\": 314, \"rankvar\": 2964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 523, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2697, \"group\": [3830.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCACACGC\", \"ini\": 3065, \"clust\": 2917, \"rank\": 1267, \"rankvar\": 2270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 524, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2698, \"group\": [2919.0, 530.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCAAAGTAG\", \"ini\": 3064, \"clust\": 5015, \"rank\": 162, \"rankvar\": 1157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 525, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4659, \"group\": [5018.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTGGTGTAG\", \"ini\": 3063, \"clust\": 3711, \"rank\": 431, \"rankvar\": 1401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 890, \"group\": [3710.0, 581.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAAGTGTA\", \"ini\": 3062, \"clust\": 5203, \"rank\": 353, \"rankvar\": 3222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 527, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4660, \"group\": [5201.0, 897.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAGGTCGTC\", \"ini\": 3061, \"clust\": 5038, \"rank\": 461, \"rankvar\": 2183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 528, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4661, \"group\": [5039.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTACGAAAT\", \"ini\": 3060, \"clust\": 3498, \"rank\": 901, \"rankvar\": 800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 891, \"group\": [3498.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGAAAG\", \"ini\": 3059, \"clust\": 5075, \"rank\": 477, \"rankvar\": 745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 530, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4662, \"group\": [5078.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGGGACA\", \"ini\": 3058, \"clust\": 2847, \"rank\": 776, \"rankvar\": 3046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 892, \"group\": [2846.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGACG\", \"ini\": 3057, \"clust\": 2739, \"rank\": 1452, \"rankvar\": 119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 893, \"group\": [2739.0, 510.0, 99.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTAAGTAC\", \"ini\": 3056, \"clust\": 3989, \"rank\": 405, \"rankvar\": 2860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 533, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 894, \"group\": [3989.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTGCAAGC\", \"ini\": 3055, \"clust\": 4942, \"rank\": 478, \"rankvar\": 2187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 534, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4663, \"group\": [4942.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTACAGACG\", \"ini\": 3054, \"clust\": 3411, \"rank\": 815, \"rankvar\": 1880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 895, \"group\": [3412.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATGCCAT\", \"ini\": 3053, \"clust\": 2878, \"rank\": 1218, \"rankvar\": 3273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 896, \"group\": [2879.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGTAGCCGA\", \"ini\": 3052, \"clust\": 3551, \"rank\": 665, \"rankvar\": 1293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 897, \"group\": [3549.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGCAGGTA\", \"ini\": 3051, \"clust\": 3580, \"rank\": 471, \"rankvar\": 727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 538, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2699, \"group\": [3580.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCTCCAAATGC\", \"ini\": 3050, \"clust\": 3006, \"rank\": 647, \"rankvar\": 3824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 898, \"group\": [3010.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGGTCA\", \"ini\": 3049, \"clust\": 3100, \"rank\": 2152, \"rankvar\": 2262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 899, \"group\": [3100.0, 543.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTTGTTTGG\", \"ini\": 3048, \"clust\": 2058, \"rank\": 3290, \"rankvar\": 3849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 541, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4664, \"group\": [2059.0, 319.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCGGACC\", \"ini\": 3047, \"clust\": 3615, \"rank\": 441, \"rankvar\": 2227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 900, \"group\": [3616.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAACTGCT\", \"ini\": 3046, \"clust\": 4881, \"rank\": 271, \"rankvar\": 337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 543, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4665, \"group\": [4880.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCTGATAA\", \"ini\": 3045, \"clust\": 2918, \"rank\": 581, \"rankvar\": 3070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 901, \"group\": [2917.0, 530.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCATCCGTGG\", \"ini\": 3044, \"clust\": 3852, \"rank\": 1184, \"rankvar\": 754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 545, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 902, \"group\": [3851.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGAACGT\", \"ini\": 3043, \"clust\": 3148, \"rank\": 795, \"rankvar\": 3146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 546, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 903, \"group\": [3151.0, 546.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGTGGGAA\", \"ini\": 3042, \"clust\": 3428, \"rank\": 933, \"rankvar\": 804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 904, \"group\": [3429.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGAAGTT\", \"ini\": 3041, \"clust\": 3746, \"rank\": 377, \"rankvar\": 3324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 905, \"group\": [3747.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCCTATTCA\", \"ini\": 3040, \"clust\": 3887, \"rank\": 626, \"rankvar\": 433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 906, \"group\": [3890.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTTCGCAT\", \"ini\": 3039, \"clust\": 3558, \"rank\": 343, \"rankvar\": 1541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 907, \"group\": [3558.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGACATCTACGA\", \"ini\": 3038, \"clust\": 5102, \"rank\": 451, \"rankvar\": 2240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 551, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4666, \"group\": [5101.0, 872.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAACTGGCC\", \"ini\": 3037, \"clust\": 5030, \"rank\": 1560, \"rankvar\": 225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4667, \"group\": [5031.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAATCGAAA\", \"ini\": 3036, \"clust\": 3132, \"rank\": 2040, \"rankvar\": 211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 553, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 908, \"group\": [3133.0, 545.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATCACAC\", \"ini\": 3035, \"clust\": 3068, \"rank\": 804, \"rankvar\": 3189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 909, \"group\": [3068.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTGATGTGG\", \"ini\": 3034, \"clust\": 2597, \"rank\": 1113, \"rankvar\": 3796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 910, \"group\": [2598.0, 480.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGCGTTCCG\", \"ini\": 3033, \"clust\": 3564, \"rank\": 372, \"rankvar\": 2892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 556, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 911, \"group\": [3565.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTAACGGT\", \"ini\": 3032, \"clust\": 3707, \"rank\": 597, \"rankvar\": 780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 557, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2700, \"group\": [3707.0, 581.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTAGCATGGCA\", \"ini\": 3031, \"clust\": 3587, \"rank\": 1253, \"rankvar\": 1883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 912, \"group\": [3591.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGTACGG\", \"ini\": 3030, \"clust\": 3740, \"rank\": 2038, \"rankvar\": 177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 913, \"group\": [3746.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAGAGCCAA\", \"ini\": 3029, \"clust\": 3565, \"rank\": 621, \"rankvar\": 2211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 914, \"group\": [3566.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCGTTCCG\", \"ini\": 3028, \"clust\": 4816, \"rank\": 788, \"rankvar\": 1492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 561, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4668, \"group\": [4820.0, 858.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCTGCGAA\", \"ini\": 3027, \"clust\": 2601, \"rank\": 1566, \"rankvar\": 3381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 915, \"group\": [2601.0, 480.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCGGCTACG\", \"ini\": 3026, \"clust\": 4075, \"rank\": 563, \"rankvar\": 2603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 916, \"group\": [4074.0, 609.0, 106.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCCATGCTC\", \"ini\": 3025, \"clust\": 3604, \"rank\": 432, \"rankvar\": 3435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 564, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 917, \"group\": [3605.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGATCAGCCTAA\", \"ini\": 3024, \"clust\": 3590, \"rank\": 614, \"rankvar\": 1643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 918, \"group\": [3589.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCGAACA\", \"ini\": 3023, \"clust\": 3981, \"rank\": 657, \"rankvar\": 1831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 919, \"group\": [3981.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGAAATA\", \"ini\": 3022, \"clust\": 3621, \"rank\": 305, \"rankvar\": 1296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 567, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 920, \"group\": [3622.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGCTTCC\", \"ini\": 3021, \"clust\": 3623, \"rank\": 445, \"rankvar\": 1397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 921, \"group\": [3621.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTATCTG\", \"ini\": 3020, \"clust\": 5143, \"rank\": 320, \"rankvar\": 3657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 569, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4669, \"group\": [5142.0, 882.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGATATGCA\", \"ini\": 3019, \"clust\": 4529, \"rank\": 286, \"rankvar\": 788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3111, \"group\": [4530.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCATCATTC\", \"ini\": 3018, \"clust\": 2826, \"rank\": 663, \"rankvar\": 1990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 922, \"group\": [2830.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACCGAATT\", \"ini\": 3017, \"clust\": 4827, \"rank\": 1073, \"rankvar\": 3845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 572, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4670, \"group\": [4827.0, 859.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTGAGTGT\", \"ini\": 3016, \"clust\": 2871, \"rank\": 1935, \"rankvar\": 676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 573, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 923, \"group\": [2871.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGCAATTA\", \"ini\": 3015, \"clust\": 3226, \"rank\": 1374, \"rankvar\": 697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 924, \"group\": [3231.0, 556.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACTCCTG\", \"ini\": 3014, \"clust\": 3678, \"rank\": 1121, \"rankvar\": 3898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 575, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2701, \"group\": [3685.0, 580.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTCATCC\", \"ini\": 3013, \"clust\": 3401, \"rank\": 1019, \"rankvar\": 3728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 925, \"group\": [3405.0, 577.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGAACAACT\", \"ini\": 3012, \"clust\": 3193, \"rank\": 1706, \"rankvar\": 723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 577, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 926, \"group\": [3194.0, 551.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCATCAGTAC\", \"ini\": 3011, \"clust\": 4522, \"rank\": 9, \"rankvar\": 4824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3112, \"group\": [4521.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGTACATGA\", \"ini\": 3010, \"clust\": 3750, \"rank\": 855, \"rankvar\": 1741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 927, \"group\": [3751.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCCAATGGT\", \"ini\": 3009, \"clust\": 3379, \"rank\": 1027, \"rankvar\": 647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 928, \"group\": [3382.0, 574.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTCGTACT\", \"ini\": 3008, \"clust\": 5074, \"rank\": 192, \"rankvar\": 1351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 581, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4671, \"group\": [5073.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTTGTTGG\", \"ini\": 3007, \"clust\": 3375, \"rank\": 845, \"rankvar\": 1371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 582, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 929, \"group\": [3374.0, 574.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACATGTCTCC\", \"ini\": 3006, \"clust\": 272, \"rank\": 3409, \"rankvar\": 4651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 583, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 53, \"group\": [272.0, 32.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTTGAGTTC\", \"ini\": 3005, \"clust\": 3417, \"rank\": 869, \"rankvar\": 3311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 584, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 930, \"group\": [3417.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCGTTTAC\", \"ini\": 3004, \"clust\": 4786, \"rank\": 1263, \"rankvar\": 3178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 585, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4672, \"group\": [4786.0, 854.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTTGAGGTG\", \"ini\": 3003, \"clust\": 4933, \"rank\": 417, \"rankvar\": 1189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 586, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4673, \"group\": [4931.0, 868.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTACGAAAT\", \"ini\": 3002, \"clust\": 4491, \"rank\": 873, \"rankvar\": 793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 931, \"group\": [4494.0, 773.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCGTGGTCG\", \"ini\": 3001, \"clust\": 3586, \"rank\": 541, \"rankvar\": 1571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 932, \"group\": [3585.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTGTGTCGCTG\", \"ini\": 3000, \"clust\": 278, \"rank\": 3110, \"rankvar\": 4781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 589, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 54, \"group\": [275.0, 32.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACAGTACACCT\", \"ini\": 2999, \"clust\": 3695, \"rank\": 988, \"rankvar\": 1194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 590, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 933, \"group\": [3694.0, 580.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGGAGGTA\", \"ini\": 2998, \"clust\": 5035, \"rank\": 277, \"rankvar\": 1140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 591, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4674, \"group\": [5034.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGGTAACG\", \"ini\": 2997, \"clust\": 4073, \"rank\": 1259, \"rankvar\": 3466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 934, \"group\": [4075.0, 609.0, 106.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACGAAA\", \"ini\": 2996, \"clust\": 4892, \"rank\": 143, \"rankvar\": 1889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 593, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4675, \"group\": [4895.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCCTGTT\", \"ini\": 2995, \"clust\": 5044, \"rank\": 752, \"rankvar\": 1506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 594, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4676, \"group\": [5044.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATGTTGTCTTT\", \"ini\": 2994, \"clust\": 3211, \"rank\": 777, \"rankvar\": 1525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 595, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 935, \"group\": [3214.0, 554.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCGCCGTGA\", \"ini\": 2993, \"clust\": 4872, \"rank\": 685, \"rankvar\": 2617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 596, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4677, \"group\": [4875.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATCGCTC\", \"ini\": 2992, \"clust\": 3036, \"rank\": 826, \"rankvar\": 3509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 936, \"group\": [3036.0, 536.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCCTGCCAT\", \"ini\": 2991, \"clust\": 4678, \"rank\": 2387, \"rankvar\": 221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 937, \"group\": [4682.0, 826.0, 165.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTGACCAAG\", \"ini\": 2990, \"clust\": 4966, \"rank\": 399, \"rankvar\": 2326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4678, \"group\": [4964.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTACGAAAT\", \"ini\": 2989, \"clust\": 4748, \"rank\": 1785, \"rankvar\": 2399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 600, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4679, \"group\": [4748.0, 848.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTAAGGTCATCT\", \"ini\": 2988, \"clust\": 2988, \"rank\": 1386, \"rankvar\": 3279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 938, \"group\": [2989.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCGAGAACG\", \"ini\": 2987, \"clust\": 3706, \"rank\": 1138, \"rankvar\": 313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 939, \"group\": [3712.0, 581.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCGAGCCCA\", \"ini\": 2986, \"clust\": 2899, \"rank\": 540, \"rankvar\": 3263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 940, \"group\": [2899.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGTACGCCC\", \"ini\": 2985, \"clust\": 5211, \"rank\": 649, \"rankvar\": 2574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4680, \"group\": [5210.0, 898.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCTTACCTA\", \"ini\": 2984, \"clust\": 4053, \"rank\": 1411, \"rankvar\": 2336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 941, \"group\": [4052.0, 602.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGAACTCGG\", \"ini\": 2983, \"clust\": 5061, \"rank\": 124, \"rankvar\": 447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 606, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4681, \"group\": [5061.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGGAT\", \"ini\": 2982, \"clust\": 2949, \"rank\": 1463, \"rankvar\": 204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 607, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 942, \"group\": [2950.0, 531.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTGCTCTTC\", \"ini\": 2981, \"clust\": 4541, \"rank\": 67, \"rankvar\": 2107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 608, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3113, \"group\": [4540.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGACGCAA\", \"ini\": 2980, \"clust\": 4970, \"rank\": 679, \"rankvar\": 3034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 609, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4682, \"group\": [4971.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCACTGTCGG\", \"ini\": 2979, \"clust\": 4924, \"rank\": 523, \"rankvar\": 3705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4683, \"group\": [4924.0, 867.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTGCAGGTA\", \"ini\": 2978, \"clust\": 3203, \"rank\": 1262, \"rankvar\": 3792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 943, \"group\": [3204.0, 553.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTGAGCGAT\", \"ini\": 2977, \"clust\": 4096, \"rank\": 1060, \"rankvar\": 4869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 612, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2702, \"group\": [4100.0, 623.0, 110.0, 21.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCACATACG\", \"ini\": 2976, \"clust\": 4556, \"rank\": 764, \"rankvar\": 3214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 613, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3957, \"group\": [4556.0, 779.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTTCAGTTCGA\", \"ini\": 2975, \"clust\": 3071, \"rank\": 1149, \"rankvar\": 3374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 944, \"group\": [3072.0, 538.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCCTTGACC\", \"ini\": 2974, \"clust\": 3548, \"rank\": 779, \"rankvar\": 658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 945, \"group\": [3553.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATCGATGT\", \"ini\": 2973, \"clust\": 3996, \"rank\": 1306, \"rankvar\": 3735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 616, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 946, \"group\": [3996.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCCAAAGTC\", \"ini\": 2972, \"clust\": 2955, \"rank\": 936, \"rankvar\": 2866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 947, \"group\": [2956.0, 531.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCCGAAGAG\", \"ini\": 2971, \"clust\": 901, \"rank\": 3055, \"rankvar\": 4945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 618, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5211, \"group\": [901.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGAAACCTA\", \"ini\": 2970, \"clust\": 72, \"rank\": 2758, \"rankvar\": 4315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 55, \"group\": [72.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCGACGGAA\", \"ini\": 2969, \"clust\": 3016, \"rank\": 1102, \"rankvar\": 296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 620, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2703, \"group\": [3019.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACCAGTTA\", \"ini\": 2968, \"clust\": 2921, \"rank\": 825, \"rankvar\": 3063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 948, \"group\": [2921.0, 530.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTCTGGAGA\", \"ini\": 2967, \"clust\": 2736, \"rank\": 971, \"rankvar\": 274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 949, \"group\": [2735.0, 509.0, 99.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCATCGGAT\", \"ini\": 2966, \"clust\": 3833, \"rank\": 694, \"rankvar\": 975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 950, \"group\": [3833.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGGTAAG\", \"ini\": 2965, \"clust\": 3572, \"rank\": 929, \"rankvar\": 905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 951, \"group\": [3573.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCTTGACC\", \"ini\": 2964, \"clust\": 3609, \"rank\": 755, \"rankvar\": 852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 625, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 952, \"group\": [3609.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACAGAGA\", \"ini\": 2963, \"clust\": 3492, \"rank\": 462, \"rankvar\": 2771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 953, \"group\": [3493.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACATCCA\", \"ini\": 2962, \"clust\": 4848, \"rank\": 197, \"rankvar\": 1472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4684, \"group\": [4848.0, 861.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAGCCTAT\", \"ini\": 2961, \"clust\": 5050, \"rank\": 211, \"rankvar\": 937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 628, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4685, \"group\": [5051.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTAGAGC\", \"ini\": 2960, \"clust\": 4824, \"rank\": 1164, \"rankvar\": 1240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 629, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4686, \"group\": [4823.0, 859.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTAGCGTGA\", \"ini\": 2959, \"clust\": 2424, \"rank\": 2209, \"rankvar\": 487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 954, \"group\": [2425.0, 433.0, 85.0, 18.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTGAGGGAG\", \"ini\": 2958, \"clust\": 4870, \"rank\": 216, \"rankvar\": 1528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 631, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4687, \"group\": [4871.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTAGCCTAT\", \"ini\": 2957, \"clust\": 3107, \"rank\": 2446, \"rankvar\": 818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 955, \"group\": [3108.0, 543.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCATACCATG\", \"ini\": 2956, \"clust\": 2481, \"rank\": 2297, \"rankvar\": 4073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 633, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2704, \"group\": [2482.0, 451.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTGCAGTAG\", \"ini\": 2955, \"clust\": 5231, \"rank\": 1131, \"rankvar\": 357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 634, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4688, \"group\": [5228.0, 899.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACGCTTTC\", \"ini\": 2954, \"clust\": 4817, \"rank\": 982, \"rankvar\": 2011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 635, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4689, \"group\": [4819.0, 858.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCGACAT\", \"ini\": 2953, \"clust\": 2823, \"rank\": 1049, \"rankvar\": 2169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 956, \"group\": [2825.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTATGTGG\", \"ini\": 2952, \"clust\": 3855, \"rank\": 969, \"rankvar\": 1053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 637, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 957, \"group\": [3857.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTAGCGGT\", \"ini\": 2951, \"clust\": 3087, \"rank\": 2106, \"rankvar\": 3965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 958, \"group\": [3088.0, 541.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACTCTTA\", \"ini\": 2950, \"clust\": 3997, \"rank\": 1276, \"rankvar\": 3016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 639, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 959, \"group\": [3997.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACTTACGA\", \"ini\": 2949, \"clust\": 3696, \"rank\": 1380, \"rankvar\": 1012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 960, \"group\": [3695.0, 580.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTCAGATAA\", \"ini\": 2948, \"clust\": 4445, \"rank\": 814, \"rankvar\": 4283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 641, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3958, \"group\": [4448.0, 758.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTGATAAGT\", \"ini\": 2947, \"clust\": 2564, \"rank\": 2066, \"rankvar\": 4160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 642, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2093, \"group\": [2565.0, 472.0, 93.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGTGAGA\", \"ini\": 2946, \"clust\": 2866, \"rank\": 758, \"rankvar\": 1260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 961, \"group\": [2867.0, 527.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGGGTCT\", \"ini\": 2945, \"clust\": 3544, \"rank\": 641, \"rankvar\": 2302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 962, \"group\": [3545.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCTCGGATGTT\", \"ini\": 2944, \"clust\": 3682, \"rank\": 791, \"rankvar\": 677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2705, \"group\": [3683.0, 580.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCCAAGTAATG\", \"ini\": 2943, \"clust\": 3476, \"rank\": 662, \"rankvar\": 3278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 646, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 963, \"group\": [3478.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAACACAGTCGC\", \"ini\": 2942, \"clust\": 4806, \"rank\": 1216, \"rankvar\": 529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 647, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4690, \"group\": [4807.0, 858.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTCGAGTA\", \"ini\": 2941, \"clust\": 4995, \"rank\": 266, \"rankvar\": 2565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 648, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4691, \"group\": [4995.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCTCACCT\", \"ini\": 2940, \"clust\": 4882, \"rank\": 116, \"rankvar\": 139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 649, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4692, \"group\": [4881.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTTCAACCA\", \"ini\": 2939, \"clust\": 2986, \"rank\": 1625, \"rankvar\": 2124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 964, \"group\": [2985.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACACATGT\", \"ini\": 2938, \"clust\": 3641, \"rank\": 335, \"rankvar\": 2133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 651, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 965, \"group\": [3642.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTGCACTTA\", \"ini\": 2937, \"clust\": 3814, \"rank\": 421, \"rankvar\": 223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 966, \"group\": [3815.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTTACGTCA\", \"ini\": 2936, \"clust\": 2475, \"rank\": 1796, \"rankvar\": 3966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 653, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 967, \"group\": [2476.0, 451.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTTGGGTA\", \"ini\": 2935, \"clust\": 2971, \"rank\": 1212, \"rankvar\": 3627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 968, \"group\": [2972.0, 532.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTATTACCG\", \"ini\": 2934, \"clust\": 5010, \"rank\": 132, \"rankvar\": 2480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 655, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4693, \"group\": [5011.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGGCTCAGA\", \"ini\": 2933, \"clust\": 4929, \"rank\": 560, \"rankvar\": 1978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 656, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4694, \"group\": [4930.0, 867.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCACTCCTG\", \"ini\": 2932, \"clust\": 3690, \"rank\": 924, \"rankvar\": 3837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 969, \"group\": [3693.0, 580.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAGACGCTC\", \"ini\": 2931, \"clust\": 4020, \"rank\": 1170, \"rankvar\": 3675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 970, \"group\": [4020.0, 592.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTGACTACT\", \"ini\": 2930, \"clust\": 3643, \"rank\": 707, \"rankvar\": 2725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 659, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 971, \"group\": [3644.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAGGTACC\", \"ini\": 2929, \"clust\": 3376, \"rank\": 802, \"rankvar\": 3445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 972, \"group\": [3375.0, 574.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCACCATCCT\", \"ini\": 2928, \"clust\": 3747, \"rank\": 953, \"rankvar\": 2805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 973, \"group\": [3748.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTAGTGCTGCC\", \"ini\": 2927, \"clust\": 2868, \"rank\": 1305, \"rankvar\": 1929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 662, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 974, \"group\": [2868.0, 527.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGGCTT\", \"ini\": 2926, \"clust\": 2312, \"rank\": 1217, \"rankvar\": 3181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 663, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 975, \"group\": [2311.0, 398.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCTACAGA\", \"ini\": 2925, \"clust\": 4710, \"rank\": 991, \"rankvar\": 2162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 664, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4695, \"group\": [4710.0, 839.0, 168.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACAGTAGGTGC\", \"ini\": 2924, \"clust\": 3485, \"rank\": 944, \"rankvar\": 2451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 665, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 976, \"group\": [3485.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTTATCTG\", \"ini\": 2923, \"clust\": 4759, \"rank\": 2386, \"rankvar\": 4253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 666, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4696, \"group\": [4759.0, 851.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGCGGTAA\", \"ini\": 2922, \"clust\": 3752, \"rank\": 573, \"rankvar\": 1164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 977, \"group\": [3755.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTCTAGAGG\", \"ini\": 2921, \"clust\": 3801, \"rank\": 940, \"rankvar\": 150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2706, \"group\": [3804.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCGTTTGCC\", \"ini\": 2920, \"clust\": 3822, \"rank\": 1002, \"rankvar\": 1805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 978, \"group\": [3831.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTGTTTGT\", \"ini\": 2919, \"clust\": 5080, \"rank\": 276, \"rankvar\": 1954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 670, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4697, \"group\": [5079.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCATAAAGG\", \"ini\": 2918, \"clust\": 3045, \"rank\": 1490, \"rankvar\": 489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 671, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 979, \"group\": [3048.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTTCAACCA\", \"ini\": 2917, \"clust\": 4720, \"rank\": 856, \"rankvar\": 1791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 672, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4698, \"group\": [4720.0, 841.0, 168.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTACTCTCC\", \"ini\": 2916, \"clust\": 2593, \"rank\": 1967, \"rankvar\": 1988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 673, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 980, \"group\": [2594.0, 479.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGGTGTGT\", \"ini\": 2915, \"clust\": 3326, \"rank\": 419, \"rankvar\": 3919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 981, \"group\": [3327.0, 568.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTGTCTTT\", \"ini\": 2914, \"clust\": 3701, \"rank\": 1394, \"rankvar\": 46, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 982, \"group\": [3702.0, 581.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAATTCCC\", \"ini\": 2913, \"clust\": 3616, \"rank\": 313, \"rankvar\": 3943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 983, \"group\": [3617.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAGCGCTC\", \"ini\": 2912, \"clust\": 4915, \"rank\": 984, \"rankvar\": 1704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 677, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4699, \"group\": [4912.0, 867.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTGCAGACA\", \"ini\": 2911, \"clust\": 3053, \"rank\": 227, \"rankvar\": 1579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 678, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2707, \"group\": [3051.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCAATAAGG\", \"ini\": 2910, \"clust\": 4814, \"rank\": 658, \"rankvar\": 406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 679, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4700, \"group\": [4814.0, 858.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCACCAGGC\", \"ini\": 2909, \"clust\": 2477, \"rank\": 1629, \"rankvar\": 2511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 984, \"group\": [2481.0, 451.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGTTAAGA\", \"ini\": 2908, \"clust\": 143, \"rank\": 3227, \"rankvar\": 4901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 681, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 56, \"group\": [146.0, 30.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAGGGCT\", \"ini\": 2907, \"clust\": 3629, \"rank\": 931, \"rankvar\": 694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 985, \"group\": [3630.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAAGTAGTA\", \"ini\": 2906, \"clust\": 2835, \"rank\": 1497, \"rankvar\": 2773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 986, \"group\": [2837.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCATCTATGG\", \"ini\": 2905, \"clust\": 2543, \"rank\": 1724, \"rankvar\": 4103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 987, \"group\": [2543.0, 466.0, 92.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGGACGAAA\", \"ini\": 2904, \"clust\": 5216, \"rank\": 362, \"rankvar\": 3069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 685, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4701, \"group\": [5216.0, 898.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTCGAGTTT\", \"ini\": 2903, \"clust\": 2929, \"rank\": 1042, \"rankvar\": 1854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 988, \"group\": [2927.0, 530.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTAAGTGGC\", \"ini\": 2902, \"clust\": 3528, \"rank\": 1144, \"rankvar\": 2612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 989, \"group\": [3527.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCTCATGTCCC\", \"ini\": 2901, \"clust\": 4099, \"rank\": 961, \"rankvar\": 3995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 990, \"group\": [4098.0, 622.0, 110.0, 21.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATGCCTAA\", \"ini\": 2900, \"clust\": 4496, \"rank\": 1718, \"rankvar\": 3729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 689, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4702, \"group\": [4501.0, 775.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCAACGAAA\", \"ini\": 2899, \"clust\": 128, \"rank\": 2698, \"rankvar\": 2220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 991, \"group\": [134.0, 29.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATGGAGC\", \"ini\": 2898, \"clust\": 5070, \"rank\": 268, \"rankvar\": 2802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 691, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4703, \"group\": [5070.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGAAACCTA\", \"ini\": 2897, \"clust\": 2588, \"rank\": 921, \"rankvar\": 3629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 692, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 992, \"group\": [2589.0, 478.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCCTTGACC\", \"ini\": 2896, \"clust\": 3630, \"rank\": 583, \"rankvar\": 4060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 993, \"group\": [3633.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGTGGACGT\", \"ini\": 2895, \"clust\": 3754, \"rank\": 1256, \"rankvar\": 156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2708, \"group\": [3754.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCGAGAGCA\", \"ini\": 2894, \"clust\": 3066, \"rank\": 436, \"rankvar\": 3737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 994, \"group\": [3066.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAAATTGCC\", \"ini\": 2893, \"clust\": 2911, \"rank\": 1707, \"rankvar\": 736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2709, \"group\": [2911.0, 529.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTGCTG\", \"ini\": 2892, \"clust\": 4062, \"rank\": 1542, \"rankvar\": 1376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2710, \"group\": [4061.0, 605.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACCAGGCTGAA\", \"ini\": 2891, \"clust\": 3886, \"rank\": 803, \"rankvar\": 1045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 995, \"group\": [3887.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCGTTCCG\", \"ini\": 2890, \"clust\": 2546, \"rank\": 1665, \"rankvar\": 1340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 996, \"group\": [2545.0, 466.0, 92.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCCGAACC\", \"ini\": 2889, \"clust\": 3299, \"rank\": 1509, \"rankvar\": 1366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 700, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 997, \"group\": [3300.0, 565.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCTTCTCG\", \"ini\": 2888, \"clust\": 4362, \"rank\": 2909, \"rankvar\": 851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 701, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4704, \"group\": [4363.0, 737.0, 147.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGTGTTAGA\", \"ini\": 2887, \"clust\": 3429, \"rank\": 723, \"rankvar\": 1901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 702, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 998, \"group\": [3430.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTAAGTGTA\", \"ini\": 2886, \"clust\": 3583, \"rank\": 443, \"rankvar\": 3194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 999, \"group\": [3583.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGGGTTCCC\", \"ini\": 2885, \"clust\": 2923, \"rank\": 812, \"rankvar\": 1668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 704, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2711, \"group\": [2922.0, 530.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGTTTA\", \"ini\": 2884, \"clust\": 4777, \"rank\": 708, \"rankvar\": 3379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 705, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4705, \"group\": [4778.0, 853.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTTTAAGCC\", \"ini\": 2883, \"clust\": 154, \"rank\": 3141, \"rankvar\": 5020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 706, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 57, \"group\": [154.0, 30.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTAAGGGAA\", \"ini\": 2882, \"clust\": 4990, \"rank\": 298, \"rankvar\": 1153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 707, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4706, \"group\": [4993.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATCTGTT\", \"ini\": 2881, \"clust\": 3649, \"rank\": 960, \"rankvar\": 3527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1000, \"group\": [3648.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGATACACA\", \"ini\": 2880, \"clust\": 4780, \"rank\": 785, \"rankvar\": 2090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 709, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4707, \"group\": [4782.0, 854.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTAAATGTG\", \"ini\": 2879, \"clust\": 3728, \"rank\": 1011, \"rankvar\": 607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1001, \"group\": [3729.0, 582.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGTAGCCGA\", \"ini\": 2878, \"clust\": 3189, \"rank\": 542, \"rankvar\": 2348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1002, \"group\": [3190.0, 551.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTATTG\", \"ini\": 2877, \"clust\": 3538, \"rank\": 669, \"rankvar\": 3371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1003, \"group\": [3540.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCAAGCTGAG\", \"ini\": 2876, \"clust\": 4860, \"rank\": 591, \"rankvar\": 3257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 713, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4708, \"group\": [4860.0, 862.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCGTAATA\", \"ini\": 2875, \"clust\": 3688, \"rank\": 1066, \"rankvar\": 1737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1004, \"group\": [3686.0, 580.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCAACTCTT\", \"ini\": 2874, \"clust\": 3882, \"rank\": 690, \"rankvar\": 1003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 715, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1005, \"group\": [3881.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCTCTTGTCAT\", \"ini\": 2873, \"clust\": 2732, \"rank\": 1093, \"rankvar\": 744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 716, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1006, \"group\": [2736.0, 509.0, 99.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCAGATCG\", \"ini\": 2872, \"clust\": 3513, \"rank\": 580, \"rankvar\": 1338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 717, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1007, \"group\": [3513.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCACGTGG\", \"ini\": 2871, \"clust\": 2925, \"rank\": 1123, \"rankvar\": 413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1008, \"group\": [2925.0, 530.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTCAAGCCTAT\", \"ini\": 2870, \"clust\": 2936, \"rank\": 509, \"rankvar\": 2579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 719, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1009, \"group\": [2936.0, 531.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCACTATTC\", \"ini\": 2869, \"clust\": 5222, \"rank\": 492, \"rankvar\": 2812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 720, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4709, \"group\": [5223.0, 898.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGCATGGCA\", \"ini\": 2868, \"clust\": 5124, \"rank\": 508, \"rankvar\": 3819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 721, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4710, \"group\": [5125.0, 875.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCACGGTGTC\", \"ini\": 2867, \"clust\": 5001, \"rank\": 198, \"rankvar\": 2432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 722, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4711, \"group\": [5003.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAGATGAGC\", \"ini\": 2866, \"clust\": 3566, \"rank\": 304, \"rankvar\": 3887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 723, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1010, \"group\": [3567.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTCTCCACT\", \"ini\": 2865, \"clust\": 2585, \"rank\": 1682, \"rankvar\": 771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 724, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1011, \"group\": [2587.0, 478.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTCTCGG\", \"ini\": 2864, \"clust\": 3597, \"rank\": 858, \"rankvar\": 2130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 725, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1012, \"group\": [3593.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAATGTTGC\", \"ini\": 2863, \"clust\": 3730, \"rank\": 1122, \"rankvar\": 116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1013, \"group\": [3732.0, 582.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGTCTCA\", \"ini\": 2862, \"clust\": 4820, \"rank\": 1296, \"rankvar\": 1255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 727, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4712, \"group\": [4821.0, 859.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCTGT\", \"ini\": 2861, \"clust\": 3315, \"rank\": 1204, \"rankvar\": 3543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 728, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1014, \"group\": [3318.0, 566.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGGGCATGT\", \"ini\": 2860, \"clust\": 4815, \"rank\": 670, \"rankvar\": 886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 729, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4713, \"group\": [4815.0, 858.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGACATGGGACA\", \"ini\": 2859, \"clust\": 3155, \"rank\": 1128, \"rankvar\": 887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1015, \"group\": [3155.0, 546.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTTCCGGCA\", \"ini\": 2858, \"clust\": 2472, \"rank\": 2109, \"rankvar\": 1891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 731, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1016, \"group\": [2471.0, 450.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAAGGATT\", \"ini\": 2857, \"clust\": 5165, \"rank\": 1174, \"rankvar\": 1138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 732, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4714, \"group\": [5165.0, 884.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATCGATTG\", \"ini\": 2856, \"clust\": 4446, \"rank\": 539, \"rankvar\": 3905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 733, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3959, \"group\": [4446.0, 758.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTAAGTAGT\", \"ini\": 2855, \"clust\": 4878, \"rank\": 361, \"rankvar\": 303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4715, \"group\": [4878.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGGTAGA\", \"ini\": 2854, \"clust\": 2821, \"rank\": 1871, \"rankvar\": 799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1017, \"group\": [2821.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACATGTC\", \"ini\": 2853, \"clust\": 3977, \"rank\": 742, \"rankvar\": 2977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 736, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1018, \"group\": [3978.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCAGTGACTCT\", \"ini\": 2852, \"clust\": 4855, \"rank\": 536, \"rankvar\": 3812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4716, \"group\": [4855.0, 862.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCAACGCACC\", \"ini\": 2851, \"clust\": 3427, \"rank\": 939, \"rankvar\": 2317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1019, \"group\": [3427.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAGTAGTGAAT\", \"ini\": 2850, \"clust\": 3398, \"rank\": 920, \"rankvar\": 951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1020, \"group\": [3401.0, 577.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCCCATTAT\", \"ini\": 2849, \"clust\": 3969, \"rank\": 1767, \"rankvar\": 247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1021, \"group\": [3970.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCAAGCCTA\", \"ini\": 2848, \"clust\": 3610, \"rank\": 225, \"rankvar\": 3512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1022, \"group\": [3610.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCCGTAGTA\", \"ini\": 2847, \"clust\": 5046, \"rank\": 467, \"rankvar\": 2170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 742, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4717, \"group\": [5046.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCCATGCTC\", \"ini\": 2846, \"clust\": 3475, \"rank\": 811, \"rankvar\": 1877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 743, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1023, \"group\": [3479.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGTGGAGTC\", \"ini\": 2845, \"clust\": 5146, \"rank\": 1191, \"rankvar\": 1785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 744, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4718, \"group\": [5146.0, 882.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCAGCTGGC\", \"ini\": 2844, \"clust\": 3494, \"rank\": 684, \"rankvar\": 2871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 745, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1024, \"group\": [3495.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGAGTATA\", \"ini\": 2843, \"clust\": 5068, \"rank\": 375, \"rankvar\": 2165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 746, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4719, \"group\": [5068.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTCTTGAT\", \"ini\": 2842, \"clust\": 5039, \"rank\": 1003, \"rankvar\": 1994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 747, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4720, \"group\": [5040.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACGGTTTA\", \"ini\": 2841, \"clust\": 2873, \"rank\": 1731, \"rankvar\": 1236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1025, \"group\": [2874.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCTCACCT\", \"ini\": 2840, \"clust\": 2997, \"rank\": 1432, \"rankvar\": 1847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1026, \"group\": [2997.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCGTCTTC\", \"ini\": 2839, \"clust\": 5116, \"rank\": 460, \"rankvar\": 579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 750, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4721, \"group\": [5117.0, 875.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAGTAGGCTGA\", \"ini\": 2838, \"clust\": 186, \"rank\": 3622, \"rankvar\": 5131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 751, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 58, \"group\": [185.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACACCGATAT\", \"ini\": 2837, \"clust\": 3878, \"rank\": 1023, \"rankvar\": 577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1027, \"group\": [3885.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATGCCTAA\", \"ini\": 2836, \"clust\": 3680, \"rank\": 938, \"rankvar\": 2048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 753, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1028, \"group\": [3680.0, 580.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTAGTATGACA\", \"ini\": 2835, \"clust\": 3482, \"rank\": 1010, \"rankvar\": 2076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1029, \"group\": [3483.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCTTGTTTG\", \"ini\": 2834, \"clust\": 3358, \"rank\": 1723, \"rankvar\": 2807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1030, \"group\": [3357.0, 572.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCATCGGACC\", \"ini\": 2833, \"clust\": 3683, \"rank\": 1108, \"rankvar\": 2969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 756, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1031, \"group\": [3681.0, 580.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAATACAG\", \"ini\": 2832, \"clust\": 3588, \"rank\": 796, \"rankvar\": 3264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1032, \"group\": [3590.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGTACCT\", \"ini\": 2831, \"clust\": 4063, \"rank\": 1852, \"rankvar\": 3318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1033, \"group\": [4062.0, 605.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAAGCGTAG\", \"ini\": 2830, \"clust\": 4209, \"rank\": 3151, \"rankvar\": 3886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 759, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1034, \"group\": [4210.0, 668.0, 125.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCAATGGAAT\", \"ini\": 2829, \"clust\": 2924, \"rank\": 1046, \"rankvar\": 1071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1035, \"group\": [2923.0, 530.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCTGCTTGC\", \"ini\": 2828, \"clust\": 3625, \"rank\": 428, \"rankvar\": 3057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 761, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1036, \"group\": [3626.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTGTATGGG\", \"ini\": 2827, \"clust\": 196, \"rank\": 4497, \"rankvar\": 5185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 762, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 59, \"group\": [199.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCGGCTACG\", \"ini\": 2826, \"clust\": 3064, \"rank\": 1225, \"rankvar\": 198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1037, \"group\": [3067.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAAACAC\", \"ini\": 2825, \"clust\": 2870, \"rank\": 1983, \"rankvar\": 2405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1038, \"group\": [2873.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTACTTAGC\", \"ini\": 2824, \"clust\": 3929, \"rank\": 334, \"rankvar\": 1453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 765, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1039, \"group\": [3934.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTGGGTATG\", \"ini\": 2823, \"clust\": 3655, \"rank\": 537, \"rankvar\": 2001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1040, \"group\": [3661.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCATCCAACA\", \"ini\": 2822, \"clust\": 2547, \"rank\": 898, \"rankvar\": 4205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 767, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1041, \"group\": [2546.0, 466.0, 92.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCGTCGTTC\", \"ini\": 2821, \"clust\": 3758, \"rank\": 420, \"rankvar\": 2689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1042, \"group\": [3759.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAAGTCACGCC\", \"ini\": 2820, \"clust\": 4749, \"rank\": 1910, \"rankvar\": 2005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 769, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4722, \"group\": [4750.0, 849.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGGTGTA\", \"ini\": 2819, \"clust\": 3004, \"rank\": 1283, \"rankvar\": 3516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1043, \"group\": [3005.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCTCCTATA\", \"ini\": 2818, \"clust\": 1790, \"rank\": 3123, \"rankvar\": 4603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1044, \"group\": [1790.0, 276.0, 54.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCGCCTTG\", \"ini\": 2817, \"clust\": 4443, \"rank\": 604, \"rankvar\": 4541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3960, \"group\": [4443.0, 758.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTAGCTAAA\", \"ini\": 2816, \"clust\": 2589, \"rank\": 1698, \"rankvar\": 2119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2712, \"group\": [2590.0, 478.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTCTGTCG\", \"ini\": 2815, \"clust\": 2945, \"rank\": 1182, \"rankvar\": 124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1045, \"group\": [2946.0, 531.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTCACCTAA\", \"ini\": 2814, \"clust\": 2773, \"rank\": 2496, \"rankvar\": 3804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 775, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1046, \"group\": [2774.0, 516.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACATCCTTGC\", \"ini\": 2813, \"clust\": 4104, \"rank\": 3030, \"rankvar\": 2223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 776, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1047, \"group\": [4104.0, 626.0, 112.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGAATTGTG\", \"ini\": 2812, \"clust\": 4405, \"rank\": 2766, \"rankvar\": 741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1048, \"group\": [4405.0, 750.0, 149.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGGTATCG\", \"ini\": 2811, \"clust\": 4640, \"rank\": 1934, \"rankvar\": 3334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 778, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4723, \"group\": [4641.0, 810.0, 162.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTCCACAA\", \"ini\": 2810, \"clust\": 4947, \"rank\": 874, \"rankvar\": 2641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 779, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4724, \"group\": [4950.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGCATCG\", \"ini\": 2809, \"clust\": 2482, \"rank\": 2323, \"rankvar\": 2722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 780, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2713, \"group\": [2483.0, 451.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTATATCCG\", \"ini\": 2808, \"clust\": 3481, \"rank\": 881, \"rankvar\": 2933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1049, \"group\": [3481.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGTAGATC\", \"ini\": 2807, \"clust\": 3552, \"rank\": 1004, \"rankvar\": 299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1050, \"group\": [3550.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGGACCACA\", \"ini\": 2806, \"clust\": 2533, \"rank\": 1650, \"rankvar\": 2095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 783, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1051, \"group\": [2534.0, 464.0, 92.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTAAAGTG\", \"ini\": 2805, \"clust\": 3388, \"rank\": 842, \"rankvar\": 2088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1052, \"group\": [3388.0, 575.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCAGTCCTTC\", \"ini\": 2804, \"clust\": 3520, \"rank\": 449, \"rankvar\": 3083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 785, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1053, \"group\": [3520.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCATGCAT\", \"ini\": 2803, \"clust\": 3662, \"rank\": 1350, \"rankvar\": 2915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1054, \"group\": [3664.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCACGACTA\", \"ini\": 2802, \"clust\": 2922, \"rank\": 287, \"rankvar\": 1890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 787, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2714, \"group\": [2924.0, 530.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCTCGATGA\", \"ini\": 2801, \"clust\": 3539, \"rank\": 1047, \"rankvar\": 2895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1055, \"group\": [3538.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGACTTGAA\", \"ini\": 2800, \"clust\": 2584, \"rank\": 1591, \"rankvar\": 1575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1056, \"group\": [2588.0, 478.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGCCAGGAT\", \"ini\": 2799, \"clust\": 3748, \"rank\": 951, \"rankvar\": 1262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 790, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1057, \"group\": [3749.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATAGATAGGAG\", \"ini\": 2798, \"clust\": 3660, \"rank\": 875, \"rankvar\": 2754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1058, \"group\": [3660.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGAGCAATT\", \"ini\": 2797, \"clust\": 3612, \"rank\": 1005, \"rankvar\": 183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 792, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1059, \"group\": [3614.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTGGGTCAA\", \"ini\": 2796, \"clust\": 3177, \"rank\": 2308, \"rankvar\": 831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1060, \"group\": [3176.0, 549.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGCCGTCGT\", \"ini\": 2795, \"clust\": 4871, \"rank\": 269, \"rankvar\": 2506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 794, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4725, \"group\": [4872.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTACCGAT\", \"ini\": 2794, \"clust\": 4978, \"rank\": 251, \"rankvar\": 40, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 795, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4726, \"group\": [4977.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCTTGTACT\", \"ini\": 2793, \"clust\": 3684, \"rank\": 1012, \"rankvar\": 1597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 796, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1061, \"group\": [3682.0, 580.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACGGACAA\", \"ini\": 2792, \"clust\": 5217, \"rank\": 351, \"rankvar\": 2726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 797, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4727, \"group\": [5220.0, 898.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTCATTAGC\", \"ini\": 2791, \"clust\": 3069, \"rank\": 1068, \"rankvar\": 1717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 798, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1062, \"group\": [3069.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTCTGCAAT\", \"ini\": 2790, \"clust\": 3344, \"rank\": 1531, \"rankvar\": 3719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1063, \"group\": [3345.0, 571.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAAACACA\", \"ini\": 2789, \"clust\": 4674, \"rank\": 2520, \"rankvar\": 719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 800, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4728, \"group\": [4675.0, 823.0, 164.0, 36.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTAACTGG\", \"ini\": 2788, \"clust\": 5113, \"rank\": 667, \"rankvar\": 1348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4729, \"group\": [5114.0, 875.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCACGCATA\", \"ini\": 2787, \"clust\": 5145, \"rank\": 1146, \"rankvar\": 3913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 802, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4730, \"group\": [5151.0, 882.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGGTGATTA\", \"ini\": 2786, \"clust\": 5134, \"rank\": 1609, \"rankvar\": 2672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 803, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4731, \"group\": [5134.0, 879.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAATGAAAC\", \"ini\": 2785, \"clust\": 2896, \"rank\": 1583, \"rankvar\": 222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1064, \"group\": [2895.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACTAGGC\", \"ini\": 2784, \"clust\": 3257, \"rank\": 1611, \"rankvar\": 1431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 805, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1065, \"group\": [3258.0, 560.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCTCCCTAATT\", \"ini\": 2783, \"clust\": 3295, \"rank\": 904, \"rankvar\": 3673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 806, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1066, \"group\": [3297.0, 564.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCAACACCA\", \"ini\": 2782, \"clust\": 898, \"rank\": 3271, \"rankvar\": 4579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 807, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4732, \"group\": [898.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTGCTCTTC\", \"ini\": 2781, \"clust\": 5071, \"rank\": 222, \"rankvar\": 1072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 808, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4733, \"group\": [5075.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAAGGTTCT\", \"ini\": 2780, \"clust\": 2908, \"rank\": 1264, \"rankvar\": 415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 809, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1067, \"group\": [2909.0, 529.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAATCAAACGGG\", \"ini\": 2779, \"clust\": 896, \"rank\": 2445, \"rankvar\": 4548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4734, \"group\": [897.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTACTCTCC\", \"ini\": 2778, \"clust\": 3012, \"rank\": 1245, \"rankvar\": 1070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1068, \"group\": [3016.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTCGCGAC\", \"ini\": 2777, \"clust\": 1002, \"rank\": 2420, \"rankvar\": 4539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 812, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4735, \"group\": [999.0, 181.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCATTCCTGC\", \"ini\": 2776, \"clust\": 2528, \"rank\": 2683, \"rankvar\": 1761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1069, \"group\": [2529.0, 461.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAATCTCTTATG\", \"ini\": 2775, \"clust\": 5208, \"rank\": 872, \"rankvar\": 1498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 814, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4736, \"group\": [5212.0, 898.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCACGTTC\", \"ini\": 2774, \"clust\": 4702, \"rank\": 1680, \"rankvar\": 3043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 815, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4737, \"group\": [4702.0, 834.0, 167.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATTACCG\", \"ini\": 2773, \"clust\": 3463, \"rank\": 629, \"rankvar\": 3732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 816, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1070, \"group\": [3463.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAGACAAAT\", \"ini\": 2772, \"clust\": 4874, \"rank\": 168, \"rankvar\": 1970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 817, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4738, \"group\": [4874.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCCACGCT\", \"ini\": 2771, \"clust\": 3405, \"rank\": 1087, \"rankvar\": 295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1071, \"group\": [3408.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAATCTCCAGGG\", \"ini\": 2770, \"clust\": 4743, \"rank\": 946, \"rankvar\": 3188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 819, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4739, \"group\": [4744.0, 847.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGACGCAA\", \"ini\": 2769, \"clust\": 3270, \"rank\": 1034, \"rankvar\": 4258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1072, \"group\": [3271.0, 562.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATCGCTC\", \"ini\": 2768, \"clust\": 3038, \"rank\": 1479, \"rankvar\": 947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 821, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1073, \"group\": [3038.0, 536.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCCGTTGTC\", \"ini\": 2767, \"clust\": 5156, \"rank\": 941, \"rankvar\": 2505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 822, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4740, \"group\": [5159.0, 882.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACACAAGCCC\", \"ini\": 2766, \"clust\": 3380, \"rank\": 358, \"rankvar\": 3878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1074, \"group\": [3380.0, 574.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCAACCATG\", \"ini\": 2765, \"clust\": 4176, \"rank\": 3192, \"rankvar\": 2121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1075, \"group\": [4177.0, 661.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTTTGTTGG\", \"ini\": 2764, \"clust\": 233, \"rank\": 3972, \"rankvar\": 5116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 825, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 60, \"group\": [239.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGGTCA\", \"ini\": 2763, \"clust\": 276, \"rank\": 3301, \"rankvar\": 4925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 826, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 61, \"group\": [276.0, 32.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACATTCCTGC\", \"ini\": 2762, \"clust\": 4825, \"rank\": 895, \"rankvar\": 1469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 827, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4741, \"group\": [4824.0, 859.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGGACTG\", \"ini\": 2761, \"clust\": 4908, \"rank\": 677, \"rankvar\": 345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 828, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4742, \"group\": [4908.0, 867.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTCTCGG\", \"ini\": 2760, \"clust\": 3717, \"rank\": 1339, \"rankvar\": 1682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1076, \"group\": [3720.0, 581.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAATCGTC\", \"ini\": 2759, \"clust\": 2559, \"rank\": 1346, \"rankvar\": 2705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1077, \"group\": [2559.0, 470.0, 93.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGATAGC\", \"ini\": 2758, \"clust\": 2928, \"rank\": 1323, \"rankvar\": 1084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1078, \"group\": [2929.0, 530.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACCACGTG\", \"ini\": 2757, \"clust\": 192, \"rank\": 4387, \"rankvar\": 4822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 832, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 62, \"group\": [192.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGCTATCT\", \"ini\": 2756, \"clust\": 3156, \"rank\": 848, \"rankvar\": 881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1079, \"group\": [3156.0, 546.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACCTCGTT\", \"ini\": 2755, \"clust\": 3835, \"rank\": 570, \"rankvar\": 599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1080, \"group\": [3836.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGGATTGG\", \"ini\": 2754, \"clust\": 3266, \"rank\": 1080, \"rankvar\": 1807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1081, \"group\": [3267.0, 562.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGAATGTGT\", \"ini\": 2753, \"clust\": 3953, \"rank\": 1728, \"rankvar\": 1540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1082, \"group\": [3954.0, 586.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTTGGTC\", \"ini\": 2752, \"clust\": 3369, \"rank\": 1081, \"rankvar\": 2495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 837, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1083, \"group\": [3368.0, 573.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAGCTGCTG\", \"ini\": 2751, \"clust\": 4774, \"rank\": 1419, \"rankvar\": 972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 838, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4743, \"group\": [4777.0, 853.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGCTAGCC\", \"ini\": 2750, \"clust\": 4826, \"rank\": 1101, \"rankvar\": 1997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 839, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4744, \"group\": [4832.0, 859.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGACTTGAA\", \"ini\": 2749, \"clust\": 3154, \"rank\": 1548, \"rankvar\": 920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1084, \"group\": [3157.0, 546.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGCGTAAG\", \"ini\": 2748, \"clust\": 2599, \"rank\": 1507, \"rankvar\": 3191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1085, \"group\": [2600.0, 480.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAAACGCC\", \"ini\": 2747, \"clust\": 5204, \"rank\": 1091, \"rankvar\": 3607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4745, \"group\": [5205.0, 898.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAAGCCCAC\", \"ini\": 2746, \"clust\": 4967, \"rank\": 761, \"rankvar\": 888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 843, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4746, \"group\": [4965.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTGAAGGCT\", \"ini\": 2745, \"clust\": 4067, \"rank\": 1596, \"rankvar\": 2153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 844, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1086, \"group\": [4070.0, 607.0, 106.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTTGTCTTT\", \"ini\": 2744, \"clust\": 3136, \"rank\": 1798, \"rankvar\": 2021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 845, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1087, \"group\": [3135.0, 546.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCAGTAGT\", \"ini\": 2743, \"clust\": 4729, \"rank\": 1780, \"rankvar\": 3023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 846, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4747, \"group\": [4728.0, 842.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTCGCATAT\", \"ini\": 2742, \"clust\": 2672, \"rank\": 2068, \"rankvar\": 3421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 847, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1088, \"group\": [2675.0, 500.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGCGAAGGG\", \"ini\": 2741, \"clust\": 4905, \"rank\": 464, \"rankvar\": 3144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 848, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4748, \"group\": [4905.0, 867.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTTGTCC\", \"ini\": 2740, \"clust\": 3853, \"rank\": 1085, \"rankvar\": 541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1089, \"group\": [3852.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTTCGAATC\", \"ini\": 2739, \"clust\": 3533, \"rank\": 1025, \"rankvar\": 286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 850, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1090, \"group\": [3534.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTACAGTTC\", \"ini\": 2738, \"clust\": 2998, \"rank\": 1270, \"rankvar\": 1771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 851, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1091, \"group\": [2998.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGCTAGTCT\", \"ini\": 2737, \"clust\": 4518, \"rank\": 144, \"rankvar\": 3874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 852, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3114, \"group\": [4519.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTCTGCGGT\", \"ini\": 2736, \"clust\": 3236, \"rank\": 715, \"rankvar\": 2452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1092, \"group\": [3241.0, 557.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTATCTGCA\", \"ini\": 2735, \"clust\": 4964, \"rank\": 865, \"rankvar\": 1451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 854, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4749, \"group\": [4967.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCACCCGAG\", \"ini\": 2734, \"clust\": 4124, \"rank\": 2643, \"rankvar\": 4437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 855, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2715, \"group\": [4123.0, 637.0, 116.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCATGTCCC\", \"ini\": 2733, \"clust\": 3261, \"rank\": 1199, \"rankvar\": 901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1093, \"group\": [3262.0, 560.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGAGTCG\", \"ini\": 2732, \"clust\": 3483, \"rank\": 1456, \"rankvar\": 3428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1094, \"group\": [3484.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCACGTCTCT\", \"ini\": 2731, \"clust\": 285, \"rank\": 3143, \"rankvar\": 4766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 858, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 63, \"group\": [285.0, 32.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTGTTTGTG\", \"ini\": 2730, \"clust\": 4926, \"rank\": 600, \"rankvar\": 2685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 859, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4750, \"group\": [4927.0, 867.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCAAATTGCC\", \"ini\": 2729, \"clust\": 2725, \"rank\": 1377, \"rankvar\": 917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 860, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1095, \"group\": [2726.0, 508.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGGCGTG\", \"ini\": 2728, \"clust\": 4717, \"rank\": 623, \"rankvar\": 3670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 861, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4751, \"group\": [4717.0, 841.0, 168.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGATCGGGT\", \"ini\": 2727, \"clust\": 3365, \"rank\": 1017, \"rankvar\": 3633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1096, \"group\": [3366.0, 573.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGAGCCCAA\", \"ini\": 2726, \"clust\": 2220, \"rank\": 2756, \"rankvar\": 245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 863, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1097, \"group\": [2223.0, 368.0, 72.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTAGTGAACGC\", \"ini\": 2725, \"clust\": 3571, \"rank\": 1100, \"rankvar\": 262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1098, \"group\": [3574.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGCTGCAAG\", \"ini\": 2724, \"clust\": 3335, \"rank\": 1590, \"rankvar\": 4220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 865, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1099, \"group\": [3335.0, 569.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGGAGTCTG\", \"ini\": 2723, \"clust\": 4885, \"rank\": 754, \"rankvar\": 845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 866, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4752, \"group\": [4889.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACAAACAACA\", \"ini\": 2722, \"clust\": 3670, \"rank\": 1045, \"rankvar\": 2359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1100, \"group\": [3671.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTTCGAGA\", \"ini\": 2721, \"clust\": 4884, \"rank\": 203, \"rankvar\": 3103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3115, \"group\": [4885.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCCACTC\", \"ini\": 2720, \"clust\": 3487, \"rank\": 1761, \"rankvar\": 1055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1101, \"group\": [3490.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTGTCCGT\", \"ini\": 2719, \"clust\": 3653, \"rank\": 1112, \"rankvar\": 1020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 870, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2716, \"group\": [3654.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTATCAGTC\", \"ini\": 2718, \"clust\": 4359, \"rank\": 2648, \"rankvar\": 3712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 871, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4753, \"group\": [4360.0, 736.0, 146.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCAAGCCATT\", \"ini\": 2717, \"clust\": 4484, \"rank\": 1107, \"rankvar\": 4144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 872, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 234, \"group\": [4486.0, 768.0, 152.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTTGAGTTC\", \"ini\": 2716, \"clust\": 2991, \"rank\": 1508, \"rankvar\": 1910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1102, \"group\": [2993.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACACAGAG\", \"ini\": 2715, \"clust\": 3495, \"rank\": 678, \"rankvar\": 2172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 874, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1103, \"group\": [3496.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAGTCG\", \"ini\": 2714, \"clust\": 3009, \"rank\": 1273, \"rankvar\": 1885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1104, \"group\": [3008.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACAAGCCTAT\", \"ini\": 2713, \"clust\": 3631, \"rank\": 774, \"rankvar\": 3454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1105, \"group\": [3631.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCGTCTGAA\", \"ini\": 2712, \"clust\": 2731, \"rank\": 1279, \"rankvar\": 983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 877, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1106, \"group\": [2737.0, 509.0, 99.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCCTTGACC\", \"ini\": 2711, \"clust\": 2872, \"rank\": 1763, \"rankvar\": 1480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1107, \"group\": [2872.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCATCCTAGA\", \"ini\": 2710, \"clust\": 3450, \"rank\": 549, \"rankvar\": 317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1108, \"group\": [3455.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGGCATCG\", \"ini\": 2709, \"clust\": 3984, \"rank\": 851, \"rankvar\": 2062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 880, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1109, \"group\": [3990.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGTGACCA\", \"ini\": 2708, \"clust\": 5147, \"rank\": 1160, \"rankvar\": 1570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 881, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4754, \"group\": [5147.0, 882.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCAGTCCCT\", \"ini\": 2707, \"clust\": 3806, \"rank\": 986, \"rankvar\": 241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1110, \"group\": [3809.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTGACGGTA\", \"ini\": 2706, \"clust\": 2909, \"rank\": 1053, \"rankvar\": 1584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 883, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1111, \"group\": [2912.0, 529.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATCTGT\", \"ini\": 2705, \"clust\": 2756, \"rank\": 1549, \"rankvar\": 3424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1112, \"group\": [2759.0, 513.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCAGACCTAGG\", \"ini\": 2704, \"clust\": 2937, \"rank\": 713, \"rankvar\": 2078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1113, \"group\": [2937.0, 531.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCAGCGATT\", \"ini\": 2703, \"clust\": 3581, \"rank\": 892, \"rankvar\": 1693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1114, \"group\": [3587.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCTATTCA\", \"ini\": 2702, \"clust\": 3092, \"rank\": 2603, \"rankvar\": 2544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 887, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1115, \"group\": [3094.0, 542.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCAAACTGTC\", \"ini\": 2701, \"clust\": 2551, \"rank\": 2407, \"rankvar\": 1237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1116, \"group\": [2549.0, 467.0, 92.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGGATGGAA\", \"ini\": 2700, \"clust\": 604, \"rank\": 2755, \"rankvar\": 603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 889, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1117, \"group\": [605.0, 96.0, 19.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGTTTGCGT\", \"ini\": 2699, \"clust\": 3062, \"rank\": 1457, \"rankvar\": 3959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1118, \"group\": [3062.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTGAAGGCT\", \"ini\": 2698, \"clust\": 2940, \"rank\": 1294, \"rankvar\": 1015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1119, \"group\": [2941.0, 531.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGTGTTTGC\", \"ini\": 2697, \"clust\": 3518, \"rank\": 1195, \"rankvar\": 1917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 892, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1120, \"group\": [3518.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGCGTTA\", \"ini\": 2696, \"clust\": 3639, \"rank\": 1562, \"rankvar\": 2391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1121, \"group\": [3640.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAAGAAAGG\", \"ini\": 2695, \"clust\": 2381, \"rank\": 2217, \"rankvar\": 2517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 894, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1122, \"group\": [2382.0, 422.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGAAGGTGA\", \"ini\": 2694, \"clust\": 4554, \"rank\": 13, \"rankvar\": 4650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3116, \"group\": [4554.0, 779.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGAGCAATT\", \"ini\": 2693, \"clust\": 2897, \"rank\": 1475, \"rankvar\": 928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 896, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1123, \"group\": [2900.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCGATAGAA\", \"ini\": 2692, \"clust\": 4989, \"rank\": 524, \"rankvar\": 2831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 897, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4755, \"group\": [4990.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACGTAAATACG\", \"ini\": 2691, \"clust\": 3841, \"rank\": 586, \"rankvar\": 22, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 898, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2717, \"group\": [3842.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGAGAGCTC\", \"ini\": 2690, \"clust\": 2174, \"rank\": 1302, \"rankvar\": 2904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1124, \"group\": [2174.0, 349.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAGCTGGC\", \"ini\": 2689, \"clust\": 2562, \"rank\": 1465, \"rankvar\": 2250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 900, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1125, \"group\": [2563.0, 472.0, 93.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGATGGCGT\", \"ini\": 2688, \"clust\": 3477, \"rank\": 972, \"rankvar\": 1082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1126, \"group\": [3476.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGGGATACC\", \"ini\": 2687, \"clust\": 2987, \"rank\": 911, \"rankvar\": 3618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1127, \"group\": [2986.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCATGTTCCC\", \"ini\": 2686, \"clust\": 3049, \"rank\": 958, \"rankvar\": 1352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 903, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1128, \"group\": [3054.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGGCGCTA\", \"ini\": 2685, \"clust\": 2887, \"rank\": 1628, \"rankvar\": 929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1129, \"group\": [2887.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGACAGGCT\", \"ini\": 2684, \"clust\": 3072, \"rank\": 1401, \"rankvar\": 2630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1130, \"group\": [3073.0, 538.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACCACGTG\", \"ini\": 2683, \"clust\": 3268, \"rank\": 932, \"rankvar\": 3858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1131, \"group\": [3269.0, 562.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCTCTCGT\", \"ini\": 2682, \"clust\": 5053, \"rank\": 1062, \"rankvar\": 29, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4756, \"group\": [5053.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTTTGGGCC\", \"ini\": 2681, \"clust\": 3767, \"rank\": 995, \"rankvar\": 1356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1132, \"group\": [3770.0, 584.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTTCCGTCT\", \"ini\": 2680, \"clust\": 3560, \"rank\": 912, \"rankvar\": 1595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1133, \"group\": [3561.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAACCTC\", \"ini\": 2679, \"clust\": 2791, \"rank\": 1979, \"rankvar\": 2069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1134, \"group\": [2791.0, 519.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCAGAATA\", \"ini\": 2678, \"clust\": 5072, \"rank\": 282, \"rankvar\": 1309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4757, \"group\": [5074.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGGTTCGG\", \"ini\": 2677, \"clust\": 3367, \"rank\": 994, \"rankvar\": 3791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1135, \"group\": [3369.0, 573.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAAGTCTCGGC\", \"ini\": 2676, \"clust\": 2930, \"rank\": 1167, \"rankvar\": 562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1136, \"group\": [2928.0, 530.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGCTGCTG\", \"ini\": 2675, \"clust\": 2563, \"rank\": 935, \"rankvar\": 3513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1137, \"group\": [2564.0, 472.0, 93.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGCCCTTA\", \"ini\": 2674, \"clust\": 5118, \"rank\": 790, \"rankvar\": 1762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 915, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4758, \"group\": [5119.0, 875.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCAGTATAAG\", \"ini\": 2673, \"clust\": 3966, \"rank\": 704, \"rankvar\": 4048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1138, \"group\": [3967.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTCTAACGT\", \"ini\": 2672, \"clust\": 3751, \"rank\": 1161, \"rankvar\": 1125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 917, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1139, \"group\": [3752.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCACAACGCC\", \"ini\": 2671, \"clust\": 2456, \"rank\": 729, \"rankvar\": 4402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1140, \"group\": [2456.0, 445.0, 88.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGCTAGTGG\", \"ini\": 2670, \"clust\": 3851, \"rank\": 454, \"rankvar\": 773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 919, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2718, \"group\": [3853.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTCGCTTG\", \"ini\": 2669, \"clust\": 3020, \"rank\": 1134, \"rankvar\": 671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1141, \"group\": [3020.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCAACTT\", \"ini\": 2668, \"clust\": 3034, \"rank\": 1530, \"rankvar\": 1056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 921, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1142, \"group\": [3033.0, 536.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCTGCTGCT\", \"ini\": 2667, \"clust\": 2992, \"rank\": 1307, \"rankvar\": 2615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1143, \"group\": [2991.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACTTAACG\", \"ini\": 2666, \"clust\": 5097, \"rank\": 317, \"rankvar\": 1656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4759, \"group\": [5098.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAATGTTGC\", \"ini\": 2665, \"clust\": 3021, \"rank\": 864, \"rankvar\": 1390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1144, \"group\": [3021.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCCCTAACC\", \"ini\": 2664, \"clust\": 4059, \"rank\": 1719, \"rankvar\": 4407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1145, \"group\": [4060.0, 604.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCACTCCA\", \"ini\": 2663, \"clust\": 2840, \"rank\": 1013, \"rankvar\": 2822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 926, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1146, \"group\": [2839.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCCTCCTAG\", \"ini\": 2662, \"clust\": 3019, \"rank\": 770, \"rankvar\": 2206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 927, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2719, \"group\": [3022.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGTGACC\", \"ini\": 2661, \"clust\": 3328, \"rank\": 2212, \"rankvar\": 2168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1147, \"group\": [3329.0, 568.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTAGCTGCC\", \"ini\": 2660, \"clust\": 4092, \"rank\": 1526, \"rankvar\": 1701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1148, \"group\": [4093.0, 620.0, 110.0, 21.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCCATGA\", \"ini\": 2659, \"clust\": 4811, \"rank\": 1873, \"rankvar\": 229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 930, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4760, \"group\": [4811.0, 858.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCATAAAGGT\", \"ini\": 2658, \"clust\": 5205, \"rank\": 1488, \"rankvar\": 2616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 931, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4761, \"group\": [5206.0, 898.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGCCAGAA\", \"ini\": 2657, \"clust\": 3509, \"rank\": 697, \"rankvar\": 2751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 932, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1149, \"group\": [3508.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTAGCGATG\", \"ini\": 2656, \"clust\": 3316, \"rank\": 1443, \"rankvar\": 3520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 933, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1150, \"group\": [3316.0, 566.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAGGGATA\", \"ini\": 2655, \"clust\": 4828, \"rank\": 1303, \"rankvar\": 1614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 934, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4762, \"group\": [4828.0, 859.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGATACACA\", \"ini\": 2654, \"clust\": 3516, \"rank\": 828, \"rankvar\": 2179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1151, \"group\": [3519.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACAGGCT\", \"ini\": 2653, \"clust\": 3677, \"rank\": 695, \"rankvar\": 2945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 936, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1152, \"group\": [3676.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATCGCAT\", \"ini\": 2652, \"clust\": 4132, \"rank\": 2349, \"rankvar\": 2361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1153, \"group\": [4131.0, 641.0, 118.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGAGCTTCT\", \"ini\": 2651, \"clust\": 4982, \"rank\": 369, \"rankvar\": 291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 938, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4763, \"group\": [4982.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCCACGACG\", \"ini\": 2650, \"clust\": 3501, \"rank\": 1115, \"rankvar\": 2911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 939, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1154, \"group\": [3504.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACAAGGGTCA\", \"ini\": 2649, \"clust\": 4830, \"rank\": 857, \"rankvar\": 2782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4764, \"group\": [4829.0, 859.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTGCCTTGG\", \"ini\": 2648, \"clust\": 208, \"rank\": 4710, \"rankvar\": 5176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 941, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 64, \"group\": [208.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACACAGATTC\", \"ini\": 2647, \"clust\": 5201, \"rank\": 1416, \"rankvar\": 3612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 942, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4765, \"group\": [5202.0, 897.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGGTAACGTTC\", \"ini\": 2646, \"clust\": 2720, \"rank\": 1595, \"rankvar\": 1442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1155, \"group\": [2721.0, 508.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCATCTGTT\", \"ini\": 2645, \"clust\": 4837, \"rank\": 1423, \"rankvar\": 374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4766, \"group\": [4835.0, 859.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCCGTTGTC\", \"ini\": 2644, \"clust\": 2801, \"rank\": 1984, \"rankvar\": 2529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1156, \"group\": [2802.0, 522.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGGTCGAT\", \"ini\": 2643, \"clust\": 4481, \"rank\": 1856, \"rankvar\": 2413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 946, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3024, \"group\": [4483.0, 767.0, 152.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCAACACGT\", \"ini\": 2642, \"clust\": 2972, \"rank\": 1347, \"rankvar\": 3418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 947, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1157, \"group\": [2973.0, 532.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCCGATATG\", \"ini\": 2641, \"clust\": 5121, \"rank\": 720, \"rankvar\": 1552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 948, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4767, \"group\": [5121.0, 875.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTCCAACC\", \"ini\": 2640, \"clust\": 4111, \"rank\": 2074, \"rankvar\": 298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1158, \"group\": [4112.0, 632.0, 115.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGAGCTATA\", \"ini\": 2639, \"clust\": 5110, \"rank\": 1498, \"rankvar\": 87, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1159, \"group\": [5110.0, 874.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCAGAAATG\", \"ini\": 2638, \"clust\": 3437, \"rank\": 771, \"rankvar\": 1710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1160, \"group\": [3438.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGCATACT\", \"ini\": 2637, \"clust\": 2723, \"rank\": 1574, \"rankvar\": 1475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 952, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1161, \"group\": [2723.0, 508.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTTGCGCAC\", \"ini\": 2636, \"clust\": 2966, \"rank\": 2029, \"rankvar\": 1025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1162, \"group\": [2969.0, 532.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCATGTCTCC\", \"ini\": 2635, \"clust\": 3327, \"rank\": 1278, \"rankvar\": 1493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1163, \"group\": [3328.0, 568.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCTTTACA\", \"ini\": 2634, \"clust\": 5228, \"rank\": 859, \"rankvar\": 3525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 955, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4768, \"group\": [5230.0, 899.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCCTCA\", \"ini\": 2633, \"clust\": 2876, \"rank\": 2330, \"rankvar\": 75, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1164, \"group\": [2876.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCAAGTCTGT\", \"ini\": 2632, \"clust\": 176, \"rank\": 4300, \"rankvar\": 5035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 957, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 65, \"group\": [176.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGCGATATA\", \"ini\": 2631, \"clust\": 3412, \"rank\": 1493, \"rankvar\": 1205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1165, \"group\": [3413.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGTGGAG\", \"ini\": 2630, \"clust\": 3522, \"rank\": 475, \"rankvar\": 3559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1166, \"group\": [3523.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAATGGATA\", \"ini\": 2629, \"clust\": 2682, \"rank\": 2546, \"rankvar\": 1865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1167, \"group\": [2683.0, 501.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTTGAGTTC\", \"ini\": 2628, \"clust\": 5091, \"rank\": 354, \"rankvar\": 645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 961, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4769, \"group\": [5095.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGATAGGAG\", \"ini\": 2627, \"clust\": 3741, \"rank\": 854, \"rankvar\": 4094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1168, \"group\": [3741.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTATGAAAC\", \"ini\": 2626, \"clust\": 2653, \"rank\": 1917, \"rankvar\": 813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1169, \"group\": [2657.0, 494.0, 96.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGGAACGG\", \"ini\": 2625, \"clust\": 3370, \"rank\": 1338, \"rankvar\": 2287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 964, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1170, \"group\": [3377.0, 574.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGGTCTCG\", \"ini\": 2624, \"clust\": 3693, \"rank\": 1234, \"rankvar\": 2488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1171, \"group\": [3697.0, 580.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTACGATA\", \"ini\": 2623, \"clust\": 3381, \"rank\": 543, \"rankvar\": 3731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1172, \"group\": [3381.0, 574.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGAACCT\", \"ini\": 2622, \"clust\": 4321, \"rank\": 2070, \"rankvar\": 1838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1173, \"group\": [4322.0, 725.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCGTAGTA\", \"ini\": 2621, \"clust\": 2434, \"rank\": 1681, \"rankvar\": 3210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1174, \"group\": [2433.0, 436.0, 85.0, 18.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCCACATCCAA\", \"ini\": 2620, \"clust\": 3671, \"rank\": 511, \"rankvar\": 2901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 969, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2720, \"group\": [3674.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACGATGT\", \"ini\": 2619, \"clust\": 5037, \"rank\": 302, \"rankvar\": 1677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 970, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4770, \"group\": [5038.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGATCTGAA\", \"ini\": 2618, \"clust\": 2889, \"rank\": 927, \"rankvar\": 2383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 971, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1175, \"group\": [2890.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAGAAAGG\", \"ini\": 2617, \"clust\": 2793, \"rank\": 2030, \"rankvar\": 1522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 972, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2721, \"group\": [2796.0, 520.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTGGTCCGT\", \"ini\": 2616, \"clust\": 5077, \"rank\": 307, \"rankvar\": 970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 973, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4771, \"group\": [5077.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGTCACGCC\", \"ini\": 2615, \"clust\": 2535, \"rank\": 1675, \"rankvar\": 1038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1176, \"group\": [2540.0, 465.0, 92.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTACTCTCC\", \"ini\": 2614, \"clust\": 3578, \"rank\": 798, \"rankvar\": 718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1177, \"group\": [3581.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGCCACTAT\", \"ini\": 2613, \"clust\": 235, \"rank\": 3924, \"rankvar\": 4876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 976, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 66, \"group\": [237.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGCTAAACA\", \"ini\": 2612, \"clust\": 2813, \"rank\": 2258, \"rankvar\": 252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1178, \"group\": [2814.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAATAGCAA\", \"ini\": 2611, \"clust\": 3827, \"rank\": 577, \"rankvar\": 922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2722, \"group\": [3824.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGGTGTCCTCT\", \"ini\": 2610, \"clust\": 3514, \"rank\": 805, \"rankvar\": 2025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1179, \"group\": [3515.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAGCTGGT\", \"ini\": 2609, \"clust\": 2927, \"rank\": 1501, \"rankvar\": 312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1180, \"group\": [2930.0, 530.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTGTTGAGTTC\", \"ini\": 2608, \"clust\": 3708, \"rank\": 768, \"rankvar\": 927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1181, \"group\": [3708.0, 581.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCCATTC\", \"ini\": 2607, \"clust\": 3040, \"rank\": 1688, \"rankvar\": 1984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1182, \"group\": [3041.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACAGTCAGAG\", \"ini\": 2606, \"clust\": 2296, \"rank\": 2093, \"rankvar\": 3451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1183, \"group\": [2296.0, 394.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCGCCTGAG\", \"ini\": 2605, \"clust\": 2926, \"rank\": 435, \"rankvar\": 179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 984, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1184, \"group\": [2926.0, 530.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAGTTAACC\", \"ini\": 2604, \"clust\": 3362, \"rank\": 1186, \"rankvar\": 820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1185, \"group\": [3360.0, 572.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGAACTGTA\", \"ini\": 2603, \"clust\": 5144, \"rank\": 489, \"rankvar\": 1916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 986, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4772, \"group\": [5143.0, 882.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACACCGAAAG\", \"ini\": 2602, \"clust\": 156, \"rank\": 3619, \"rankvar\": 5120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 987, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 67, \"group\": [153.0, 30.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCATCTGTT\", \"ini\": 2601, \"clust\": 2618, \"rank\": 1747, \"rankvar\": 591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1186, \"group\": [2618.0, 485.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCTTGCCGT\", \"ini\": 2600, \"clust\": 2904, \"rank\": 850, \"rankvar\": 1478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 989, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1187, \"group\": [2907.0, 529.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGCGTAGTG\", \"ini\": 2599, \"clust\": 3667, \"rank\": 1523, \"rankvar\": 2999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 990, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1188, \"group\": [3668.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCCTGCTT\", \"ini\": 2598, \"clust\": 4170, \"rank\": 3403, \"rankvar\": 2793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 991, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2094, \"group\": [4173.0, 658.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTAGCTCCG\", \"ini\": 2597, \"clust\": 3992, \"rank\": 659, \"rankvar\": 3056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1189, \"group\": [3995.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGCTGAACG\", \"ini\": 2596, \"clust\": 4943, \"rank\": 1255, \"rankvar\": 715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 993, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4773, \"group\": [4944.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCCAACAG\", \"ini\": 2595, \"clust\": 2304, \"rank\": 1820, \"rankvar\": 1242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1190, \"group\": [2305.0, 396.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTTAACGA\", \"ini\": 2594, \"clust\": 3568, \"rank\": 682, \"rankvar\": 2724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1191, \"group\": [3570.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAAGA\", \"ini\": 2593, \"clust\": 3723, \"rank\": 535, \"rankvar\": 2334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 996, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1192, \"group\": [3723.0, 581.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAGCCTAA\", \"ini\": 2592, \"clust\": 3248, \"rank\": 1823, \"rankvar\": 1103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1193, \"group\": [3248.0, 559.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGAGGGAGTAA\", \"ini\": 2591, \"clust\": 5090, \"rank\": 746, \"rankvar\": 1521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 998, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4774, \"group\": [5091.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAAACAAG\", \"ini\": 2590, \"clust\": 3652, \"rank\": 1129, \"rankvar\": 1904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 999, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1194, \"group\": [3653.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGATGTAAC\", \"ini\": 2589, \"clust\": 3015, \"rank\": 636, \"rankvar\": 2098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1000, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1195, \"group\": [3014.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCAAATCA\", \"ini\": 2588, \"clust\": 2711, \"rank\": 2513, \"rankvar\": 1245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1001, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2723, \"group\": [2712.0, 507.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGCATGTG\", \"ini\": 2587, \"clust\": 3363, \"rank\": 1464, \"rankvar\": 678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1002, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2724, \"group\": [3361.0, 572.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCTACGA\", \"ini\": 2586, \"clust\": 5023, \"rank\": 934, \"rankvar\": 411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1196, \"group\": [5026.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTTGGTTTG\", \"ini\": 2585, \"clust\": 5153, \"rank\": 773, \"rankvar\": 756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4775, \"group\": [5156.0, 882.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGGCAAAGA\", \"ini\": 2584, \"clust\": 3059, \"rank\": 949, \"rankvar\": 1535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1197, \"group\": [3059.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCAGTAGT\", \"ini\": 2583, \"clust\": 2565, \"rank\": 1913, \"rankvar\": 3315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1006, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1198, \"group\": [2566.0, 472.0, 93.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCACGAAT\", \"ini\": 2582, \"clust\": 2978, \"rank\": 947, \"rankvar\": 3862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1199, \"group\": [2977.0, 532.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGACGGA\", \"ini\": 2581, \"clust\": 3484, \"rank\": 1289, \"rankvar\": 1952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1008, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1200, \"group\": [3487.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGACTG\", \"ini\": 2580, \"clust\": 273, \"rank\": 3269, \"rankvar\": 4463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1009, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 68, \"group\": [273.0, 32.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCATGAAC\", \"ini\": 2579, \"clust\": 3673, \"rank\": 1753, \"rankvar\": 352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1010, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1201, \"group\": [3673.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTTCGTGAT\", \"ini\": 2578, \"clust\": 2894, \"rank\": 1525, \"rankvar\": 2295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1011, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1202, \"group\": [2896.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCCGTTAA\", \"ini\": 2577, \"clust\": 3976, \"rank\": 1535, \"rankvar\": 2253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1203, \"group\": [3977.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCAACATC\", \"ini\": 2576, \"clust\": 5225, \"rank\": 1409, \"rankvar\": 3881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1013, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4776, \"group\": [5231.0, 899.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATCTACGA\", \"ini\": 2575, \"clust\": 3101, \"rank\": 1781, \"rankvar\": 2221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1014, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1204, \"group\": [3101.0, 543.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCAATC\", \"ini\": 2574, \"clust\": 3545, \"rank\": 651, \"rankvar\": 1845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1205, \"group\": [3546.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCAGCGTA\", \"ini\": 2573, \"clust\": 2191, \"rank\": 2003, \"rankvar\": 3940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1016, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1206, \"group\": [2191.0, 357.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTTACGGG\", \"ini\": 2572, \"clust\": 3134, \"rank\": 2298, \"rankvar\": 692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1017, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2725, \"group\": [3138.0, 546.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGGATGTAT\", \"ini\": 2571, \"clust\": 2994, \"rank\": 1692, \"rankvar\": 2254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1018, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1207, \"group\": [2995.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTAGCGTAG\", \"ini\": 2570, \"clust\": 3790, \"rank\": 208, \"rankvar\": 3909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1208, \"group\": [3788.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGGAACTGC\", \"ini\": 2569, \"clust\": 2277, \"rank\": 2345, \"rankvar\": 85, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1209, \"group\": [2278.0, 386.0, 75.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCATGTAGTC\", \"ini\": 2568, \"clust\": 2737, \"rank\": 1474, \"rankvar\": 829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1210, \"group\": [2740.0, 510.0, 99.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCGGAAATA\", \"ini\": 2567, \"clust\": 3636, \"rank\": 983, \"rankvar\": 2715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1022, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1211, \"group\": [3636.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGGCACATG\", \"ini\": 2566, \"clust\": 3238, \"rank\": 970, \"rankvar\": 363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1212, \"group\": [3238.0, 557.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGTCAGAG\", \"ini\": 2565, \"clust\": 3033, \"rank\": 980, \"rankvar\": 3149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1213, \"group\": [3035.0, 536.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTCTAGAGG\", \"ini\": 2564, \"clust\": 4552, \"rank\": 15, \"rankvar\": 4866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1025, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3117, \"group\": [4555.0, 779.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGGCTCTTA\", \"ini\": 2563, \"clust\": 140, \"rank\": 2741, \"rankvar\": 4563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1026, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 69, \"group\": [140.0, 30.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTTCCCGAG\", \"ini\": 2562, \"clust\": 3600, \"rank\": 1018, \"rankvar\": 4254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1214, \"group\": [3601.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCCGTCAAA\", \"ini\": 2561, \"clust\": 63, \"rank\": 1265, \"rankvar\": 3994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1028, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5130, \"group\": [65.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATGATCCA\", \"ini\": 2560, \"clust\": 5137, \"rank\": 2504, \"rankvar\": 1871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1029, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4777, \"group\": [5137.0, 879.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACTCGTCGTTC\", \"ini\": 2559, \"clust\": 2243, \"rank\": 2283, \"rankvar\": 1263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1030, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2726, \"group\": [2243.0, 376.0, 73.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACAGAGGT\", \"ini\": 2558, \"clust\": 3593, \"rank\": 893, \"rankvar\": 2027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2727, \"group\": [3596.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTAAATACG\", \"ini\": 2557, \"clust\": 2602, \"rank\": 1518, \"rankvar\": 1949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1032, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2728, \"group\": [2602.0, 480.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACATTAGC\", \"ini\": 2556, \"clust\": 3478, \"rank\": 882, \"rankvar\": 3218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1033, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1215, \"group\": [3477.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAACGCACC\", \"ini\": 2555, \"clust\": 1828, \"rank\": 3248, \"rankvar\": 2412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1034, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4778, \"group\": [1828.0, 285.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAAAGCAAT\", \"ini\": 2554, \"clust\": 4101, \"rank\": 2294, \"rankvar\": 212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1216, \"group\": [4102.0, 625.0, 111.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGGTACC\", \"ini\": 2553, \"clust\": 3979, \"rank\": 1171, \"rankvar\": 1106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1036, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1217, \"group\": [3982.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGTCAGATAAG\", \"ini\": 2552, \"clust\": 2891, \"rank\": 1189, \"rankvar\": 3831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2729, \"group\": [2892.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGCATGTG\", \"ini\": 2551, \"clust\": 2841, \"rank\": 1451, \"rankvar\": 2576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1218, \"group\": [2840.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGTGCA\", \"ini\": 2550, \"clust\": 3486, \"rank\": 917, \"rankvar\": 2636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1219, \"group\": [3486.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTAATGA\", \"ini\": 2549, \"clust\": 5166, \"rank\": 627, \"rankvar\": 2237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1040, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4779, \"group\": [5166.0, 884.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTAATCACC\", \"ini\": 2548, \"clust\": 4934, \"rank\": 254, \"rankvar\": 2060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1041, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4780, \"group\": [4932.0, 868.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGGTGACCA\", \"ini\": 2547, \"clust\": 3135, \"rank\": 1875, \"rankvar\": 2346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1042, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1220, \"group\": [3137.0, 546.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTCCAGGA\", \"ini\": 2546, \"clust\": 5131, \"rank\": 1444, \"rankvar\": 3674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1043, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4781, \"group\": [5133.0, 878.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTATTCTC\", \"ini\": 2545, \"clust\": 3632, \"rank\": 989, \"rankvar\": 2349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1044, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1221, \"group\": [3632.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCATGCTC\", \"ini\": 2544, \"clust\": 3607, \"rank\": 810, \"rankvar\": 2294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1045, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1222, \"group\": [3608.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGAGCTGCA\", \"ini\": 2543, \"clust\": 3419, \"rank\": 1001, \"rankvar\": 2840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1223, \"group\": [3420.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTACTTGAC\", \"ini\": 2542, \"clust\": 2727, \"rank\": 1235, \"rankvar\": 3844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1047, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1224, \"group\": [2731.0, 508.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGAGCGAG\", \"ini\": 2541, \"clust\": 2981, \"rank\": 1618, \"rankvar\": 889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1225, \"group\": [2982.0, 533.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGAATCCA\", \"ini\": 2540, \"clust\": 5040, \"rank\": 714, \"rankvar\": 3893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4782, \"group\": [5047.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGGTAAG\", \"ini\": 2539, \"clust\": 4776, \"rank\": 1485, \"rankvar\": 3396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1050, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4783, \"group\": [4776.0, 853.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGTTCGATC\", \"ini\": 2538, \"clust\": 136, \"rank\": 3991, \"rankvar\": 5108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1051, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 70, \"group\": [135.0, 30.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTCTGGAGA\", \"ini\": 2537, \"clust\": 2384, \"rank\": 1970, \"rankvar\": 2795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1226, \"group\": [2387.0, 423.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCAGACACTT\", \"ini\": 2536, \"clust\": 3663, \"rank\": 1325, \"rankvar\": 2225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1227, \"group\": [3662.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCTGTACGA\", \"ini\": 2535, \"clust\": 3993, \"rank\": 538, \"rankvar\": 3054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1054, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1228, \"group\": [3993.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTATCCTA\", \"ini\": 2534, \"clust\": 3605, \"rank\": 823, \"rankvar\": 2659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1055, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1229, \"group\": [3606.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATGCTTG\", \"ini\": 2533, \"clust\": 4975, \"rank\": 592, \"rankvar\": 73, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1056, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4784, \"group\": [4979.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACCGGAAA\", \"ini\": 2532, \"clust\": 5020, \"rank\": 213, \"rankvar\": 265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1057, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4785, \"group\": [5021.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCAACCATG\", \"ini\": 2531, \"clust\": 3438, \"rank\": 1258, \"rankvar\": 1683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1230, \"group\": [3439.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGCATCG\", \"ini\": 2530, \"clust\": 3160, \"rank\": 2616, \"rankvar\": 931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1231, \"group\": [3164.0, 547.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACAACGATGG\", \"ini\": 2529, \"clust\": 3658, \"rank\": 593, \"rankvar\": 2277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1060, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1232, \"group\": [3657.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACAGGAGT\", \"ini\": 2528, \"clust\": 2726, \"rank\": 1366, \"rankvar\": 2269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1233, \"group\": [2727.0, 508.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATAAGACA\", \"ini\": 2527, \"clust\": 2848, \"rank\": 910, \"rankvar\": 3262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1234, \"group\": [2847.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCAAGGTAA\", \"ini\": 2526, \"clust\": 3749, \"rank\": 1076, \"rankvar\": 779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1063, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1235, \"group\": [3750.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTCCTCCAT\", \"ini\": 2525, \"clust\": 3416, \"rank\": 1656, \"rankvar\": 2242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1236, \"group\": [3419.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTTCTGTTT\", \"ini\": 2524, \"clust\": 2836, \"rank\": 1579, \"rankvar\": 1842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1065, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1237, \"group\": [2835.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTGACTCAT\", \"ini\": 2523, \"clust\": 4784, \"rank\": 1118, \"rankvar\": 3066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1066, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4786, \"group\": [4784.0, 854.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACAGTCGC\", \"ini\": 2522, \"clust\": 2828, \"rank\": 922, \"rankvar\": 3528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1067, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1238, \"group\": [2827.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGCTCCT\", \"ini\": 2521, \"clust\": 3598, \"rank\": 885, \"rankvar\": 3456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1068, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1239, \"group\": [3599.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGGACAGAA\", \"ini\": 2520, \"clust\": 4807, \"rank\": 1320, \"rankvar\": 1934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4787, \"group\": [4808.0, 858.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCGTGTAAGTA\", \"ini\": 2519, \"clust\": 4857, \"rank\": 1242, \"rankvar\": 2851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1070, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4788, \"group\": [4857.0, 862.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACGCATA\", \"ini\": 2518, \"clust\": 3153, \"rank\": 1521, \"rankvar\": 1811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1240, \"group\": [3153.0, 546.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGCTCTTC\", \"ini\": 2517, \"clust\": 3527, \"rank\": 620, \"rankvar\": 3946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1072, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1241, \"group\": [3529.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGTGGGTTG\", \"ini\": 2516, \"clust\": 3691, \"rank\": 963, \"rankvar\": 3532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1073, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1242, \"group\": [3691.0, 580.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTCGGGTCT\", \"ini\": 2515, \"clust\": 3063, \"rank\": 1109, \"rankvar\": 2259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1074, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1243, \"group\": [3063.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCTGGGCCA\", \"ini\": 2514, \"clust\": 2964, \"rank\": 1353, \"rankvar\": 3785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1244, \"group\": [2962.0, 532.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACTAGTAC\", \"ini\": 2513, \"clust\": 194, \"rank\": 4651, \"rankvar\": 5170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1076, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 71, \"group\": [194.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGCCTCGTG\", \"ini\": 2512, \"clust\": 3699, \"rank\": 1414, \"rankvar\": 1074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1245, \"group\": [3699.0, 580.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCATTCACTT\", \"ini\": 2511, \"clust\": 4007, \"rank\": 1550, \"rankvar\": 3478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1078, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1246, \"group\": [4010.0, 591.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTAACGACG\", \"ini\": 2510, \"clust\": 3060, \"rank\": 1035, \"rankvar\": 3211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1247, \"group\": [3060.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGCATGTG\", \"ini\": 2509, \"clust\": 5079, \"rank\": 642, \"rankvar\": 370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1080, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4789, \"group\": [5081.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATAAGCA\", \"ini\": 2508, \"clust\": 3617, \"rank\": 877, \"rankvar\": 997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1248, \"group\": [3618.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTACGAGT\", \"ini\": 2507, \"clust\": 4565, \"rank\": 722, \"rankvar\": 629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3118, \"group\": [4565.0, 779.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCCTCAATT\", \"ini\": 2506, \"clust\": 2906, \"rank\": 1513, \"rankvar\": 66, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1083, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2730, \"group\": [2906.0, 529.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGAGGTG\", \"ini\": 2505, \"clust\": 5151, \"rank\": 1041, \"rankvar\": 1720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1084, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4790, \"group\": [5152.0, 882.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCTGATTCT\", \"ini\": 2504, \"clust\": 3041, \"rank\": 1130, \"rankvar\": 3238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1085, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1249, \"group\": [3042.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGTCTTACCGC\", \"ini\": 2503, \"clust\": 4568, \"rank\": 164, \"rankvar\": 4549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3119, \"group\": [4570.0, 779.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGCAATTA\", \"ini\": 2502, \"clust\": 4821, \"rank\": 749, \"rankvar\": 1747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1087, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4791, \"group\": [4822.0, 859.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTTCTGTTTGT\", \"ini\": 2501, \"clust\": 2933, \"rank\": 1078, \"rankvar\": 2920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1088, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1250, \"group\": [2931.0, 530.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTTACCAGT\", \"ini\": 2500, \"clust\": 2843, \"rank\": 1304, \"rankvar\": 3124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1251, \"group\": [2843.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCACAGATTC\", \"ini\": 2499, \"clust\": 3383, \"rank\": 725, \"rankvar\": 3115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1090, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1252, \"group\": [3384.0, 574.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCATTAACCG\", \"ini\": 2498, \"clust\": 4858, \"rank\": 1215, \"rankvar\": 2774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1091, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4792, \"group\": [4858.0, 862.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTTCCCT\", \"ini\": 2497, \"clust\": 3524, \"rank\": 710, \"rankvar\": 3683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1253, \"group\": [3525.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCTCCCATTAT\", \"ini\": 2496, \"clust\": 4421, \"rank\": 762, \"rankvar\": 4477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1093, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 235, \"group\": [4422.0, 756.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGACAGGCT\", \"ini\": 2495, \"clust\": 2568, \"rank\": 1058, \"rankvar\": 3053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1254, \"group\": [2567.0, 473.0, 93.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCATGCCG\", \"ini\": 2494, \"clust\": 5119, \"rank\": 654, \"rankvar\": 890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1095, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4793, \"group\": [5122.0, 875.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTTTCGCTC\", \"ini\": 2493, \"clust\": 5059, \"rank\": 152, \"rankvar\": 965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1096, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4794, \"group\": [5062.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGCGATCCC\", \"ini\": 2492, \"clust\": 3084, \"rank\": 2822, \"rankvar\": 2955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1097, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2095, \"group\": [3086.0, 540.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTGAGAT\", \"ini\": 2491, \"clust\": 4771, \"rank\": 1459, \"rankvar\": 1660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1098, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4795, \"group\": [4773.0, 853.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATGCTCC\", \"ini\": 2490, \"clust\": 150, \"rank\": 4035, \"rankvar\": 5066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 72, \"group\": [149.0, 30.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCACATACG\", \"ini\": 2489, \"clust\": 3391, \"rank\": 1398, \"rankvar\": 550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1255, \"group\": [3391.0, 575.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTCGTGC\", \"ini\": 2488, \"clust\": 4182, \"rank\": 3039, \"rankvar\": 600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1256, \"group\": [4182.0, 661.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAAGAGTCTGG\", \"ini\": 2487, \"clust\": 2967, \"rank\": 1769, \"rankvar\": 3002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1102, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1257, \"group\": [2967.0, 532.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTGGC\", \"ini\": 2486, \"clust\": 2879, \"rank\": 900, \"rankvar\": 2862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1258, \"group\": [2880.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACAACA\", \"ini\": 2485, \"clust\": 2824, \"rank\": 1663, \"rankvar\": 1091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1259, \"group\": [2823.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCTCAAACG\", \"ini\": 2484, \"clust\": 3032, \"rank\": 2044, \"rankvar\": 1591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1260, \"group\": [3040.0, 536.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTATCGCAT\", \"ini\": 2483, \"clust\": 2877, \"rank\": 954, \"rankvar\": 3461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1106, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1261, \"group\": [2877.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCGCATGAT\", \"ini\": 2482, \"clust\": 2941, \"rank\": 1336, \"rankvar\": 659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1262, \"group\": [2942.0, 531.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACACTTGGAT\", \"ini\": 2481, \"clust\": 2462, \"rank\": 2273, \"rankvar\": 2572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1263, \"group\": [2465.0, 449.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCCAGGAT\", \"ini\": 2480, \"clust\": 3418, \"rank\": 1300, \"rankvar\": 2931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1109, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1264, \"group\": [3418.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGATCTGCAGTA\", \"ini\": 2479, \"clust\": 3275, \"rank\": 1700, \"rankvar\": 1723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1110, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1265, \"group\": [3278.0, 562.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGCATCTA\", \"ini\": 2478, \"clust\": 3531, \"rank\": 631, \"rankvar\": 3348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1266, \"group\": [3532.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAGTCGC\", \"ini\": 2477, \"clust\": 3007, \"rank\": 1092, \"rankvar\": 3065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1267, \"group\": [3009.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTCACCTAA\", \"ini\": 2476, \"clust\": 3468, \"rank\": 371, \"rankvar\": 4056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1268, \"group\": [3469.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTCCCTGA\", \"ini\": 2475, \"clust\": 4773, \"rank\": 606, \"rankvar\": 2886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1114, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4796, \"group\": [4772.0, 853.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCATTTCAGG\", \"ini\": 2474, \"clust\": 2880, \"rank\": 1071, \"rankvar\": 3723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1115, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1269, \"group\": [2881.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAGACTTA\", \"ini\": 2473, \"clust\": 2817, \"rank\": 1442, \"rankvar\": 3108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1270, \"group\": [2818.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGCCAAAT\", \"ini\": 2472, \"clust\": 606, \"rank\": 3049, \"rankvar\": 907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1271, \"group\": [609.0, 100.0, 21.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCAGGCTA\", \"ini\": 2471, \"clust\": 3502, \"rank\": 1181, \"rankvar\": 2869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1272, \"group\": [3502.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAATCACAC\", \"ini\": 2470, \"clust\": 3000, \"rank\": 1491, \"rankvar\": 2093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1273, \"group\": [3001.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAAGACACG\", \"ini\": 2469, \"clust\": 2686, \"rank\": 1328, \"rankvar\": 2203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1120, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1274, \"group\": [2686.0, 502.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCACCTTGTC\", \"ini\": 2468, \"clust\": 3540, \"rank\": 766, \"rankvar\": 2872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1275, \"group\": [3539.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGAGCAATT\", \"ini\": 2467, \"clust\": 3102, \"rank\": 1243, \"rankvar\": 2184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1122, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1276, \"group\": [3105.0, 543.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTGTCAAG\", \"ini\": 2466, \"clust\": 2963, \"rank\": 990, \"rankvar\": 3301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1277, \"group\": [2964.0, 532.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTCCCTTGT\", \"ini\": 2465, \"clust\": 2816, \"rank\": 1415, \"rankvar\": 3900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1278, \"group\": [2817.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCGTCTGCT\", \"ini\": 2464, \"clust\": 3991, \"rank\": 975, \"rankvar\": 606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1279, \"group\": [3992.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTTTGGCGC\", \"ini\": 2463, \"clust\": 2619, \"rank\": 1372, \"rankvar\": 3345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1126, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1280, \"group\": [2619.0, 485.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAATGCCAT\", \"ini\": 2462, \"clust\": 3715, \"rank\": 1809, \"rankvar\": 368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1281, \"group\": [3715.0, 581.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGCGATCC\", \"ini\": 2461, \"clust\": 4822, \"rank\": 1331, \"rankvar\": 1019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4797, \"group\": [4826.0, 859.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATTGGTAC\", \"ini\": 2460, \"clust\": 4940, \"rank\": 639, \"rankvar\": 1085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4798, \"group\": [4943.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTATAGGTA\", \"ini\": 2459, \"clust\": 3332, \"rank\": 1803, \"rankvar\": 3972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1282, \"group\": [3331.0, 568.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGAAGCAC\", \"ini\": 2458, \"clust\": 2977, \"rank\": 1792, \"rankvar\": 1899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1131, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1283, \"group\": [2979.0, 532.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCTGAT\", \"ini\": 2457, \"clust\": 185, \"rank\": 4279, \"rankvar\": 5230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 73, \"group\": [187.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGTCATTTGGG\", \"ini\": 2456, \"clust\": 4146, \"rank\": 2665, \"rankvar\": 642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1133, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2731, \"group\": [4149.0, 650.0, 122.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGCTATA\", \"ini\": 2455, \"clust\": 2493, \"rank\": 2293, \"rankvar\": 3860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1134, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1284, \"group\": [2496.0, 452.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCTGCAAT\", \"ini\": 2454, \"clust\": 3960, \"rank\": 959, \"rankvar\": 3449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1285, \"group\": [3960.0, 586.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGGGTTTCT\", \"ini\": 2453, \"clust\": 3637, \"rank\": 1055, \"rankvar\": 3213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1286, \"group\": [3637.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAATAGAGT\", \"ini\": 2452, \"clust\": 4024, \"rank\": 2101, \"rankvar\": 3196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1287, \"group\": [4025.0, 593.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAAGCCTAT\", \"ini\": 2451, \"clust\": 3051, \"rank\": 861, \"rankvar\": 1893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1288, \"group\": [3052.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCCGAACGC\", \"ini\": 2450, \"clust\": 4903, \"rank\": 491, \"rankvar\": 2597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1139, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4799, \"group\": [4904.0, 866.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCACCTTGTC\", \"ini\": 2449, \"clust\": 4016, \"rank\": 1902, \"rankvar\": 1465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1289, \"group\": [4016.0, 592.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGAGTCTGG\", \"ini\": 2448, \"clust\": 2834, \"rank\": 1559, \"rankvar\": 2075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1141, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1290, \"group\": [2838.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAAGGACAC\", \"ini\": 2447, \"clust\": 5133, \"rank\": 1009, \"rankvar\": 3749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4800, \"group\": [5132.0, 878.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTCGCATC\", \"ini\": 2446, \"clust\": 2569, \"rank\": 1299, \"rankvar\": 1588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1291, \"group\": [2568.0, 473.0, 93.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGTAAA\", \"ini\": 2445, \"clust\": 4034, \"rank\": 1876, \"rankvar\": 2235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1292, \"group\": [4037.0, 597.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACATCTTGCATT\", \"ini\": 2444, \"clust\": 3472, \"rank\": 1163, \"rankvar\": 1961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1293, \"group\": [3474.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACGCCAGT\", \"ini\": 2443, \"clust\": 2621, \"rank\": 2060, \"rankvar\": 3240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1294, \"group\": [2621.0, 485.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACATTGCGGC\", \"ini\": 2442, \"clust\": 2659, \"rank\": 2719, \"rankvar\": 805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1147, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1295, \"group\": [2659.0, 495.0, 97.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGATGTGGC\", \"ini\": 2441, \"clust\": 4833, \"rank\": 1447, \"rankvar\": 182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3120, \"group\": [4834.0, 859.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTGGTTTCA\", \"ini\": 2440, \"clust\": 3317, \"rank\": 1382, \"rankvar\": 2167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1296, \"group\": [3317.0, 566.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAACACCTA\", \"ini\": 2439, \"clust\": 3378, \"rank\": 1221, \"rankvar\": 3641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1150, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1297, \"group\": [3379.0, 574.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCTACCTC\", \"ini\": 2438, \"clust\": 2635, \"rank\": 2194, \"rankvar\": 3127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1298, \"group\": [2636.0, 487.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAATTCCTT\", \"ini\": 2437, \"clust\": 3138, \"rank\": 2266, \"rankvar\": 3039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1299, \"group\": [3143.0, 546.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGCGCAA\", \"ini\": 2436, \"clust\": 2885, \"rank\": 1582, \"rankvar\": 2243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1300, \"group\": [2885.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGTAGGTGC\", \"ini\": 2435, \"clust\": 3721, \"rank\": 1492, \"rankvar\": 347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1301, \"group\": [3721.0, 581.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCAATCTC\", \"ini\": 2434, \"clust\": 3718, \"rank\": 1528, \"rankvar\": 747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1302, \"group\": [3718.0, 581.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTTGTAGA\", \"ini\": 2433, \"clust\": 4453, \"rank\": 1266, \"rankvar\": 4275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1156, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 74, \"group\": [4454.0, 760.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAAATGTG\", \"ini\": 2432, \"clust\": 4012, \"rank\": 2491, \"rankvar\": 3333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1303, \"group\": [4012.0, 592.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTACCGCTG\", \"ini\": 2431, \"clust\": 3361, \"rank\": 1039, \"rankvar\": 3432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1304, \"group\": [3362.0, 572.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCACATGGGA\", \"ini\": 2430, \"clust\": 3503, \"rank\": 767, \"rankvar\": 3175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1159, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1305, \"group\": [3503.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGATCTGAA\", \"ini\": 2429, \"clust\": 4025, \"rank\": 1929, \"rankvar\": 3775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1306, \"group\": [4026.0, 593.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCGCCTCA\", \"ini\": 2428, \"clust\": 4688, \"rank\": 997, \"rankvar\": 2041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4801, \"group\": [4689.0, 830.0, 166.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGTTTGGT\", \"ini\": 2427, \"clust\": 4901, \"rank\": 769, \"rankvar\": 1560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4802, \"group\": [4902.0, 866.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTATTAGCC\", \"ini\": 2426, \"clust\": 2603, \"rank\": 2184, \"rankvar\": 2981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1307, \"group\": [2604.0, 481.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGAGGGATA\", \"ini\": 2425, \"clust\": 2721, \"rank\": 1960, \"rankvar\": 832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1308, \"group\": [2722.0, 508.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTGAGTATA\", \"ini\": 2424, \"clust\": 3037, \"rank\": 1284, \"rankvar\": 689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1309, \"group\": [3037.0, 536.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGGCTAGAC\", \"ini\": 2423, \"clust\": 3573, \"rank\": 829, \"rankvar\": 2481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1310, \"group\": [3571.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTCCTGCTT\", \"ini\": 2422, \"clust\": 2612, \"rank\": 2881, \"rankvar\": 1669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1311, \"group\": [2611.0, 483.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAGACGCCT\", \"ini\": 2421, \"clust\": 3067, \"rank\": 1145, \"rankvar\": 3287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1312, \"group\": [3070.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGTAGTGCG\", \"ini\": 2420, \"clust\": 4746, \"rank\": 1422, \"rankvar\": 3395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4803, \"group\": [4749.0, 848.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTAGAACAATC\", \"ini\": 2419, \"clust\": 3521, \"rank\": 459, \"rankvar\": 3176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1313, \"group\": [3521.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCGGTGTCG\", \"ini\": 2418, \"clust\": 2470, \"rank\": 1192, \"rankvar\": 3613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1314, \"group\": [2472.0, 450.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTCAATAG\", \"ini\": 2417, \"clust\": 2197, \"rank\": 2708, \"rankvar\": 570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1172, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2732, \"group\": [2198.0, 359.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAGCTGGT\", \"ini\": 2416, \"clust\": 3614, \"rank\": 905, \"rankvar\": 1437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1315, \"group\": [3613.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGCGACC\", \"ini\": 2415, \"clust\": 3510, \"rank\": 1028, \"rankvar\": 1159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1316, \"group\": [3509.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACATTGAGCT\", \"ini\": 2414, \"clust\": 2607, \"rank\": 1773, \"rankvar\": 3787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1317, \"group\": [2610.0, 482.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCGAATCT\", \"ini\": 2413, \"clust\": 2989, \"rank\": 1250, \"rankvar\": 2394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1318, \"group\": [2990.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCCCTAAT\", \"ini\": 2412, \"clust\": 3162, \"rank\": 1715, \"rankvar\": 2623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1319, \"group\": [3161.0, 547.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTAACTGG\", \"ini\": 2411, \"clust\": 4002, \"rank\": 1647, \"rankvar\": 4078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1320, \"group\": [4005.0, 590.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGAGCTC\", \"ini\": 2410, \"clust\": 3491, \"rank\": 688, \"rankvar\": 2978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1321, \"group\": [3492.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGACGAA\", \"ini\": 2409, \"clust\": 3446, \"rank\": 763, \"rankvar\": 4279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1322, \"group\": [3447.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGAAACCTA\", \"ini\": 2408, \"clust\": 5066, \"rank\": 741, \"rankvar\": 2061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1181, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4804, \"group\": [5071.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCTGCC\", \"ini\": 2407, \"clust\": 4937, \"rank\": 903, \"rankvar\": 1257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1182, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4805, \"group\": [4940.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTCTCTTTA\", \"ini\": 2406, \"clust\": 2587, \"rank\": 1309, \"rankvar\": 1227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1323, \"group\": [2586.0, 478.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTAGAGC\", \"ini\": 2405, \"clust\": 4916, \"rank\": 619, \"rankvar\": 2888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4806, \"group\": [4913.0, 867.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGCCGATTT\", \"ini\": 2404, \"clust\": 3330, \"rank\": 1430, \"rankvar\": 2985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1324, \"group\": [3334.0, 568.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCATTCACT\", \"ini\": 2403, \"clust\": 4835, \"rank\": 1240, \"rankvar\": 1066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1186, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4807, \"group\": [4838.0, 859.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTCACGGC\", \"ini\": 2402, \"clust\": 3333, \"rank\": 1355, \"rankvar\": 3270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1325, \"group\": [3332.0, 568.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCATGCAAC\", \"ini\": 2401, \"clust\": 4017, \"rank\": 1879, \"rankvar\": 422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1326, \"group\": [4017.0, 592.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCGCGTTT\", \"ini\": 2400, \"clust\": 2787, \"rank\": 925, \"rankvar\": 3370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1327, \"group\": [2787.0, 518.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCACTAT\", \"ini\": 2399, \"clust\": 2069, \"rank\": 3852, \"rankvar\": 165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1190, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4808, \"group\": [2073.0, 322.0, 60.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGTCAGCC\", \"ini\": 2398, \"clust\": 2591, \"rank\": 1314, \"rankvar\": 2824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1328, \"group\": [2592.0, 478.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATAACCG\", \"ini\": 2397, \"clust\": 4620, \"rank\": 2090, \"rankvar\": 4179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1192, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3025, \"group\": [4619.0, 800.0, 159.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCGTAGTA\", \"ini\": 2396, \"clust\": 3546, \"rank\": 807, \"rankvar\": 3416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1329, \"group\": [3547.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTTGCTCCT\", \"ini\": 2395, \"clust\": 3112, \"rank\": 1716, \"rankvar\": 3759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1194, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1330, \"group\": [3111.0, 543.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCGTCTGCT\", \"ini\": 2394, \"clust\": 2962, \"rank\": 1033, \"rankvar\": 4105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1331, \"group\": [2965.0, 532.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTCATACTG\", \"ini\": 2393, \"clust\": 4639, \"rank\": 2362, \"rankvar\": 2922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4809, \"group\": [4640.0, 809.0, 161.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCCCACTTG\", \"ini\": 2392, \"clust\": 2687, \"rank\": 1522, \"rankvar\": 3268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1332, \"group\": [2687.0, 502.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAAGGCTCC\", \"ini\": 2391, \"clust\": 3435, \"rank\": 743, \"rankvar\": 3540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1333, \"group\": [3434.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGAACAT\", \"ini\": 2390, \"clust\": 2854, \"rank\": 1988, \"rankvar\": 856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1199, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1334, \"group\": [2854.0, 525.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCTCTAGC\", \"ini\": 2389, \"clust\": 4718, \"rank\": 680, \"rankvar\": 1213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4810, \"group\": [4718.0, 841.0, 168.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTAGGAGTTGC\", \"ini\": 2388, \"clust\": 4804, \"rank\": 1446, \"rankvar\": 2581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1201, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4811, \"group\": [4805.0, 858.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTGAAATCA\", \"ini\": 2387, \"clust\": 3535, \"rank\": 1211, \"rankvar\": 585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1335, \"group\": [3535.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGCCACGTC\", \"ini\": 2386, \"clust\": 2680, \"rank\": 1957, \"rankvar\": 3436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1336, \"group\": [2679.0, 500.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTAATTGGA\", \"ini\": 2385, \"clust\": 3471, \"rank\": 1232, \"rankvar\": 2402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1204, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1337, \"group\": [3475.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTAGATTAG\", \"ini\": 2384, \"clust\": 3664, \"rank\": 1168, \"rankvar\": 2377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1205, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1338, \"group\": [3663.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGCGATG\", \"ini\": 2383, \"clust\": 2525, \"rank\": 2501, \"rankvar\": 3037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1339, \"group\": [2525.0, 460.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCCGCGCAA\", \"ini\": 2382, \"clust\": 4802, \"rank\": 1043, \"rankvar\": 2863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1207, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4812, \"group\": [4803.0, 858.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGCTGTTA\", \"ini\": 2381, \"clust\": 2888, \"rank\": 1340, \"rankvar\": 1632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1340, \"group\": [2888.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCAGAGGA\", \"ini\": 2380, \"clust\": 2993, \"rank\": 1162, \"rankvar\": 2813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1341, \"group\": [2992.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGAGTCG\", \"ini\": 2379, \"clust\": 3194, \"rank\": 1257, \"rankvar\": 1096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2733, \"group\": [3195.0, 551.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAATGGAAT\", \"ini\": 2378, \"clust\": 2892, \"rank\": 1077, \"rankvar\": 3444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1342, \"group\": [2893.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGGAACGT\", \"ini\": 2377, \"clust\": 3537, \"rank\": 1510, \"rankvar\": 3060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1343, \"group\": [3541.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAAGCGAGAAA\", \"ini\": 2376, \"clust\": 3595, \"rank\": 480, \"rankvar\": 2716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1344, \"group\": [3594.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATCTGGTA\", \"ini\": 2375, \"clust\": 5157, \"rank\": 844, \"rankvar\": 2741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4813, \"group\": [5157.0, 882.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTCTCCACT\", \"ini\": 2374, \"clust\": 2919, \"rank\": 1156, \"rankvar\": 1220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1345, \"group\": [2918.0, 530.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGCAAATCA\", \"ini\": 2373, \"clust\": 4144, \"rank\": 2532, \"rankvar\": 1057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1216, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1346, \"group\": [4145.0, 649.0, 122.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAGGAACGT\", \"ini\": 2372, \"clust\": 3447, \"rank\": 1791, \"rankvar\": 2194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1217, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2734, \"group\": [3448.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAGTAGTA\", \"ini\": 2371, \"clust\": 2827, \"rank\": 1436, \"rankvar\": 1279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1347, \"group\": [2829.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGTTCTTT\", \"ini\": 2370, \"clust\": 4447, \"rank\": 512, \"rankvar\": 4482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1219, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3961, \"group\": [4447.0, 758.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGGTCA\", \"ini\": 2369, \"clust\": 2491, \"rank\": 2219, \"rankvar\": 1166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1348, \"group\": [2492.0, 452.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGGTGACAAAT\", \"ini\": 2368, \"clust\": 239, \"rank\": 4209, \"rankvar\": 5029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1221, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 75, \"group\": [242.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATATCCG\", \"ini\": 2367, \"clust\": 2969, \"rank\": 1851, \"rankvar\": 2787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1349, \"group\": [2970.0, 532.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGTCTGAA\", \"ini\": 2366, \"clust\": 3697, \"rank\": 1086, \"rankvar\": 3415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1350, \"group\": [3700.0, 580.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGTCTTCC\", \"ini\": 2365, \"clust\": 3724, \"rank\": 1140, \"rankvar\": 2030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1224, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1351, \"group\": [3724.0, 581.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGATGAGAG\", \"ini\": 2364, \"clust\": 4643, \"rank\": 1739, \"rankvar\": 2392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4814, \"group\": [4644.0, 810.0, 162.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACACTGCCAG\", \"ini\": 2363, \"clust\": 5168, \"rank\": 2002, \"rankvar\": 3514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1226, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4815, \"group\": [5169.0, 885.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGCTTATCG\", \"ini\": 2362, \"clust\": 4402, \"rank\": 1315, \"rankvar\": 1569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1227, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4816, \"group\": [4400.0, 749.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGACTGGGT\", \"ini\": 2361, \"clust\": 4035, \"rank\": 2450, \"rankvar\": 2246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1352, \"group\": [4035.0, 597.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGTGACCC\", \"ini\": 2360, \"clust\": 3994, \"rank\": 559, \"rankvar\": 2136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1229, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1353, \"group\": [3994.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGAGACGAA\", \"ini\": 2359, \"clust\": 2665, \"rank\": 1105, \"rankvar\": 3272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1354, \"group\": [2664.0, 499.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCTCCGTCATC\", \"ini\": 2358, \"clust\": 4803, \"rank\": 1770, \"rankvar\": 469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1231, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4817, \"group\": [4804.0, 858.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTCGGATCC\", \"ini\": 2357, \"clust\": 2613, \"rank\": 2671, \"rankvar\": 2218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1355, \"group\": [2612.0, 483.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCCCAAGAT\", \"ini\": 2356, \"clust\": 3543, \"rank\": 1360, \"rankvar\": 2664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1233, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1356, \"group\": [3543.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAGTACCCAAT\", \"ini\": 2355, \"clust\": 4018, \"rank\": 1843, \"rankvar\": 3518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1357, \"group\": [4021.0, 592.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGAGGGAG\", \"ini\": 2354, \"clust\": 2067, \"rank\": 3426, \"rankvar\": 3079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4818, \"group\": [2068.0, 320.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGCACGCCT\", \"ini\": 2353, \"clust\": 3269, \"rank\": 1157, \"rankvar\": 1652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1358, \"group\": [3270.0, 562.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATCACGG\", \"ini\": 2352, \"clust\": 2473, \"rank\": 1664, \"rankvar\": 992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1359, \"group\": [2474.0, 451.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGAATTAC\", \"ini\": 2351, \"clust\": 5012, \"rank\": 383, \"rankvar\": 1088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4819, \"group\": [5013.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGCAA\", \"ini\": 2350, \"clust\": 4211, \"rank\": 2959, \"rankvar\": 3920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1360, \"group\": [4212.0, 668.0, 125.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACAGGTCCAC\", \"ini\": 2349, \"clust\": 5032, \"rank\": 909, \"rankvar\": 2201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1240, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4820, \"group\": [5036.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCACCTCGTT\", \"ini\": 2348, \"clust\": 256, \"rank\": 3845, \"rankvar\": 4840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1241, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 76, \"group\": [259.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTTCCACTC\", \"ini\": 2347, \"clust\": 2654, \"rank\": 2506, \"rankvar\": 3503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1242, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2735, \"group\": [2656.0, 494.0, 96.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCCAAATGC\", \"ini\": 2346, \"clust\": 3420, \"rank\": 916, \"rankvar\": 2729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1243, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1361, \"group\": [3421.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCACAACGT\", \"ini\": 2345, \"clust\": 3271, \"rank\": 1804, \"rankvar\": 4071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1362, \"group\": [3272.0, 562.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCATTAT\", \"ini\": 2344, \"clust\": 3743, \"rank\": 1251, \"rankvar\": 3488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1363, \"group\": [3745.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTGGCGAAT\", \"ini\": 2343, \"clust\": 2504, \"rank\": 2314, \"rankvar\": 3259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1364, \"group\": [2508.0, 455.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAACACCTA\", \"ini\": 2342, \"clust\": 4105, \"rank\": 3165, \"rankvar\": 382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1247, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1365, \"group\": [4108.0, 629.0, 113.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAACACAGGTTT\", \"ini\": 2341, \"clust\": 4460, \"rank\": 1369, \"rankvar\": 4267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3962, \"group\": [4461.0, 761.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCCAACAACCT\", \"ini\": 2340, \"clust\": 2931, \"rank\": 813, \"rankvar\": 3265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1366, \"group\": [2934.0, 530.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCAAGCCTA\", \"ini\": 2339, \"clust\": 2476, \"rank\": 1286, \"rankvar\": 4285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1250, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1367, \"group\": [2477.0, 451.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGGGATGGG\", \"ini\": 2338, \"clust\": 2844, \"rank\": 1341, \"rankvar\": 3604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1368, \"group\": [2844.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCTTGCCGT\", \"ini\": 2337, \"clust\": 3359, \"rank\": 1639, \"rankvar\": 3052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1252, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1369, \"group\": [3358.0, 572.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAAATTGCC\", \"ini\": 2336, \"clust\": 605, \"rank\": 2772, \"rankvar\": 264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1370, \"group\": [606.0, 97.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCCTCAGT\", \"ini\": 2335, \"clust\": 2886, \"rank\": 1014, \"rankvar\": 3105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1371, \"group\": [2886.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCGACTGC\", \"ini\": 2334, \"clust\": 2663, \"rank\": 2232, \"rankvar\": 2810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1372, \"group\": [2667.0, 499.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCATCTACGA\", \"ini\": 2333, \"clust\": 236, \"rank\": 4089, \"rankvar\": 5049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1256, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 77, \"group\": [236.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGAGGT\", \"ini\": 2332, \"clust\": 2839, \"rank\": 1840, \"rankvar\": 1874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1373, \"group\": [2841.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGAGGGATA\", \"ini\": 2331, \"clust\": 5094, \"rank\": 308, \"rankvar\": 436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1258, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4821, \"group\": [5093.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTCGAATC\", \"ini\": 2330, \"clust\": 5048, \"rank\": 257, \"rankvar\": 1840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4822, \"group\": [5049.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCAGTGGA\", \"ini\": 2329, \"clust\": 4203, \"rank\": 3217, \"rankvar\": 3661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1374, \"group\": [4207.0, 666.0, 125.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTTCCCTTG\", \"ini\": 2328, \"clust\": 2518, \"rank\": 2287, \"rankvar\": 3074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1261, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1375, \"group\": [2518.0, 457.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCCTTCAAT\", \"ini\": 2327, \"clust\": 4222, \"rank\": 3102, \"rankvar\": 716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1376, \"group\": [4222.0, 674.0, 127.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCGAATGGG\", \"ini\": 2326, \"clust\": 3334, \"rank\": 1779, \"rankvar\": 2171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1263, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2736, \"group\": [3337.0, 569.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACATGGTCTA\", \"ini\": 2325, \"clust\": 3140, \"rank\": 2028, \"rankvar\": 3631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1377, \"group\": [3141.0, 546.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTGCCTTGG\", \"ini\": 2324, \"clust\": 3075, \"rank\": 2153, \"rankvar\": 1724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1378, \"group\": [3075.0, 538.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCGTCTGCT\", \"ini\": 2323, \"clust\": 3534, \"rank\": 852, \"rankvar\": 2271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1379, \"group\": [3537.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGGCCATAG\", \"ini\": 2322, \"clust\": 2497, \"rank\": 2189, \"rankvar\": 332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1380, \"group\": [2499.0, 453.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCTAAAGA\", \"ini\": 2321, \"clust\": 4744, \"rank\": 1999, \"rankvar\": 2640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4823, \"group\": [4745.0, 847.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGCATGAG\", \"ini\": 2320, \"clust\": 4648, \"rank\": 3061, \"rankvar\": 2966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4824, \"group\": [4648.0, 813.0, 162.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGCACACAG\", \"ini\": 2319, \"clust\": 4029, \"rank\": 1952, \"rankvar\": 2268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1270, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1381, \"group\": [4030.0, 595.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGTGATTA\", \"ini\": 2318, \"clust\": 3983, \"rank\": 1036, \"rankvar\": 2131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1382, \"group\": [3984.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCAAACAAG\", \"ini\": 2317, \"clust\": 3963, \"rank\": 1480, \"rankvar\": 51, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1272, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2737, \"group\": [3963.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGCTAGTCT\", \"ini\": 2316, \"clust\": 2308, \"rank\": 2164, \"rankvar\": 1774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1273, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1383, \"group\": [2309.0, 398.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCGCGAAA\", \"ini\": 2315, \"clust\": 2133, \"rank\": 3615, \"rankvar\": 281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1274, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1384, \"group\": [2134.0, 336.0, 62.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCACTCCTG\", \"ini\": 2314, \"clust\": 3413, \"rank\": 1175, \"rankvar\": 3353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1385, \"group\": [3414.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGGTATCG\", \"ini\": 2313, \"clust\": 2158, \"rank\": 3142, \"rankvar\": 251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1276, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1386, \"group\": [2159.0, 344.0, 65.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGCTGCCCA\", \"ini\": 2312, \"clust\": 3251, \"rank\": 2075, \"rankvar\": 517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1387, \"group\": [3252.0, 559.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCACTCGACG\", \"ini\": 2311, \"clust\": 3574, \"rank\": 894, \"rankvar\": 1228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1388, \"group\": [3572.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTTACGGG\", \"ini\": 2310, \"clust\": 2853, \"rank\": 2192, \"rankvar\": 1983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1389, \"group\": [2856.0, 525.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCATCGTCGG\", \"ini\": 2309, \"clust\": 2829, \"rank\": 1653, \"rankvar\": 1826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1390, \"group\": [2828.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGTGGAGTC\", \"ini\": 2308, \"clust\": 1331, \"rank\": 4398, \"rankvar\": 4744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1281, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 78, \"group\": [1332.0, 236.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAAGCGAGT\", \"ini\": 2307, \"clust\": 3195, \"rank\": 2085, \"rankvar\": 1217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1391, \"group\": [3196.0, 551.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGGCAGTA\", \"ini\": 2306, \"clust\": 244, \"rank\": 4070, \"rankvar\": 5102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1283, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 79, \"group\": [243.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCAAAGACA\", \"ini\": 2305, \"clust\": 4755, \"rank\": 2157, \"rankvar\": 1703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1284, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4825, \"group\": [4754.0, 850.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTGTTTGC\", \"ini\": 2304, \"clust\": 2809, \"rank\": 2661, \"rankvar\": 2118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1392, \"group\": [2810.0, 523.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGGACG\", \"ini\": 2303, \"clust\": 3488, \"rank\": 507, \"rankvar\": 4247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1393, \"group\": [3488.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCGGAGCAA\", \"ini\": 2302, \"clust\": 2970, \"rank\": 1909, \"rankvar\": 3376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1394, \"group\": [2971.0, 532.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGGATCT\", \"ini\": 2301, \"clust\": 2309, \"rank\": 1959, \"rankvar\": 1192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1395, \"group\": [2310.0, 398.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGAGGCTA\", \"ini\": 2300, \"clust\": 3831, \"rank\": 655, \"rankvar\": 892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2738, \"group\": [3834.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCATGCTGGC\", \"ini\": 2299, \"clust\": 2667, \"rank\": 2384, \"rankvar\": 1713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1290, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1396, \"group\": [2668.0, 499.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTAACCGA\", \"ini\": 2298, \"clust\": 3254, \"rank\": 1867, \"rankvar\": 3377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1397, \"group\": [3255.0, 559.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCAGCATGAG\", \"ini\": 2297, \"clust\": 2670, \"rank\": 1976, \"rankvar\": 2508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1398, \"group\": [2670.0, 499.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTCCGT\", \"ini\": 2296, \"clust\": 2540, \"rank\": 2051, \"rankvar\": 2893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1293, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1399, \"group\": [2541.0, 466.0, 92.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACAAGCCCAC\", \"ini\": 2295, \"clust\": 2718, \"rank\": 1946, \"rankvar\": 2789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1400, \"group\": [2718.0, 508.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAAAGG\", \"ini\": 2294, \"clust\": 3169, \"rank\": 1768, \"rankvar\": 732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1295, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2739, \"group\": [3169.0, 548.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCAAGAAGT\", \"ini\": 2293, \"clust\": 3726, \"rank\": 1126, \"rankvar\": 1745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2740, \"group\": [3727.0, 582.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTAAGGCTAGCA\", \"ini\": 2292, \"clust\": 4936, \"rank\": 554, \"rankvar\": 2928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3121, \"group\": [4936.0, 868.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCAACACCA\", \"ini\": 2291, \"clust\": 240, \"rank\": 4083, \"rankvar\": 5093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1298, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 80, \"group\": [240.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCACTGGGC\", \"ini\": 2290, \"clust\": 3103, \"rank\": 1895, \"rankvar\": 2534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1299, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1401, \"group\": [3103.0, 543.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGAGCTATA\", \"ini\": 2289, \"clust\": 4917, \"rank\": 808, \"rankvar\": 899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4826, \"group\": [4923.0, 867.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCAACGGGA\", \"ini\": 2288, \"clust\": 191, \"rank\": 4453, \"rankvar\": 5113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1301, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 81, \"group\": [196.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCATGCATGT\", \"ini\": 2287, \"clust\": 3973, \"rank\": 1229, \"rankvar\": 1673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1402, \"group\": [3974.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCTATGTGG\", \"ini\": 2286, \"clust\": 3755, \"rank\": 962, \"rankvar\": 2173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1403, \"group\": [3756.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGCACCGCT\", \"ini\": 2285, \"clust\": 3692, \"rank\": 1388, \"rankvar\": 2594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1304, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1404, \"group\": [3692.0, 580.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAATTCCTT\", \"ini\": 2284, \"clust\": 3618, \"rank\": 1099, \"rankvar\": 1610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1405, \"group\": [3619.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGTCGCCGT\", \"ini\": 2283, \"clust\": 4562, \"rank\": 390, \"rankvar\": 1773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3122, \"group\": [4559.0, 779.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCAGATAA\", \"ini\": 2282, \"clust\": 4756, \"rank\": 2175, \"rankvar\": 2539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1307, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4827, \"group\": [4755.0, 850.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTGGAAAGA\", \"ini\": 2281, \"clust\": 3739, \"rank\": 1450, \"rankvar\": 2039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1406, \"group\": [3740.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCCATTAT\", \"ini\": 2280, \"clust\": 3002, \"rank\": 1271, \"rankvar\": 3477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1407, \"group\": [3002.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCCTTTC\", \"ini\": 2279, \"clust\": 3737, \"rank\": 1556, \"rankvar\": 1221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1310, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1408, \"group\": [3737.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGCTCCCAG\", \"ini\": 2278, \"clust\": 2729, \"rank\": 1154, \"rankvar\": 2990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1409, \"group\": [2728.0, 508.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGACAATAC\", \"ini\": 2277, \"clust\": 2480, \"rank\": 1603, \"rankvar\": 3009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1410, \"group\": [2479.0, 451.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAACAAGTTGTC\", \"ini\": 2276, \"clust\": 2685, \"rank\": 2306, \"rankvar\": 2738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1411, \"group\": [2688.0, 502.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCGCGTTTC\", \"ini\": 2275, \"clust\": 4782, \"rank\": 1290, \"rankvar\": 2600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4828, \"group\": [4781.0, 854.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAGCTTAAC\", \"ini\": 2274, \"clust\": 2541, \"rank\": 1672, \"rankvar\": 3784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1412, \"group\": [2542.0, 466.0, 92.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTGTGTGCC\", \"ini\": 2273, \"clust\": 2953, \"rank\": 1084, \"rankvar\": 3534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1316, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2741, \"group\": [2954.0, 531.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAATTGGA\", \"ini\": 2272, \"clust\": 3354, \"rank\": 1546, \"rankvar\": 1951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1317, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1413, \"group\": [3354.0, 572.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCGTGAC\", \"ini\": 2271, \"clust\": 4792, \"rank\": 1830, \"rankvar\": 2260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1318, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4829, \"group\": [4792.0, 857.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCCTGACT\", \"ini\": 2270, \"clust\": 3178, \"rank\": 2246, \"rankvar\": 1249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1414, \"group\": [3177.0, 549.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAAGCGCTC\", \"ini\": 2269, \"clust\": 2189, \"rank\": 2694, \"rankvar\": 2421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1415, \"group\": [2188.0, 356.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTTATCACG\", \"ini\": 2268, \"clust\": 2985, \"rank\": 1640, \"rankvar\": 1122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1416, \"group\": [2987.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCCACGTTC\", \"ini\": 2267, \"clust\": 2811, \"rank\": 2388, \"rankvar\": 3628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2742, \"group\": [2812.0, 523.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGCCAT\", \"ini\": 2266, \"clust\": 2755, \"rank\": 611, \"rankvar\": 2037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1417, \"group\": [2756.0, 513.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCACCATGTA\", \"ini\": 2265, \"clust\": 4378, \"rank\": 2558, \"rankvar\": 3153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1324, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4830, \"group\": [4379.0, 743.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGCCATCGC\", \"ini\": 2264, \"clust\": 5163, \"rank\": 1759, \"rankvar\": 2628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3123, \"group\": [5164.0, 883.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTTCTGAAC\", \"ini\": 2263, \"clust\": 2890, \"rank\": 1645, \"rankvar\": 528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1418, \"group\": [2891.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCCGAG\", \"ini\": 2262, \"clust\": 4520, \"rank\": 294, \"rankvar\": 1992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3124, \"group\": [4518.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCTCAACTT\", \"ini\": 2261, \"clust\": 3355, \"rank\": 1592, \"rankvar\": 3483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1419, \"group\": [3355.0, 572.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTACGTAA\", \"ini\": 2260, \"clust\": 3003, \"rank\": 1469, \"rankvar\": 3269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1329, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1420, \"group\": [3003.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGGAATCGC\", \"ini\": 2259, \"clust\": 4694, \"rank\": 993, \"rankvar\": 2050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1330, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4831, \"group\": [4694.0, 831.0, 166.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCCGAATGT\", \"ini\": 2258, \"clust\": 53, \"rank\": 3384, \"rankvar\": 4668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1331, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 82, \"group\": [53.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGGCAATTA\", \"ini\": 2257, \"clust\": 237, \"rank\": 3850, \"rankvar\": 5109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1332, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 83, \"group\": [234.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCTCTTATG\", \"ini\": 2256, \"clust\": 4764, \"rank\": 2351, \"rankvar\": 3088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4832, \"group\": [4764.0, 852.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGTTGACA\", \"ini\": 2255, \"clust\": 3971, \"rank\": 1740, \"rankvar\": 2002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1421, \"group\": [3971.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCGCTTAGA\", \"ini\": 2254, \"clust\": 2617, \"rank\": 1790, \"rankvar\": 4006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1335, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1422, \"group\": [2620.0, 485.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTAGTAGTA\", \"ini\": 2253, \"clust\": 4918, \"rank\": 1379, \"rankvar\": 1241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1336, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4833, \"group\": [4922.0, 867.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTAATCACC\", \"ini\": 2252, \"clust\": 4763, \"rank\": 1687, \"rankvar\": 4393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1337, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4834, \"group\": [4766.0, 852.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGCTGTTCA\", \"ini\": 2251, \"clust\": 2279, \"rank\": 2296, \"rankvar\": 3033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1423, \"group\": [2280.0, 387.0, 76.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCATCGATG\", \"ini\": 2250, \"clust\": 3570, \"rank\": 888, \"rankvar\": 546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1424, \"group\": [3569.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCCAGAA\", \"ini\": 2249, \"clust\": 3190, \"rank\": 1402, \"rankvar\": 2749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1425, \"group\": [3191.0, 551.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATCAGTAC\", \"ini\": 2248, \"clust\": 3756, \"rank\": 438, \"rankvar\": 1824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1426, \"group\": [3757.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGGAGCGTT\", \"ini\": 2247, \"clust\": 241, \"rank\": 4218, \"rankvar\": 5094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1342, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 84, \"group\": [241.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGAACTGT\", \"ini\": 2246, \"clust\": 2214, \"rank\": 2989, \"rankvar\": 2357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1427, \"group\": [2215.0, 364.0, 71.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGTGGGAA\", \"ini\": 2245, \"clust\": 2822, \"rank\": 1752, \"rankvar\": 1250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1344, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1428, \"group\": [2826.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCAACGGT\", \"ini\": 2244, \"clust\": 3048, \"rank\": 1417, \"rankvar\": 3686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1345, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1429, \"group\": [3046.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCAACCATG\", \"ini\": 2243, \"clust\": 3541, \"rank\": 824, \"rankvar\": 2652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1430, \"group\": [3544.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGGCTTCC\", \"ini\": 2242, \"clust\": 3473, \"rank\": 1512, \"rankvar\": 1928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1431, \"group\": [3472.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTATCGGT\", \"ini\": 2241, \"clust\": 5184, \"rank\": 1516, \"rankvar\": 2736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1348, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4835, \"group\": [5185.0, 890.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATCCGAT\", \"ini\": 2240, \"clust\": 3675, \"rank\": 1015, \"rankvar\": 1573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1432, \"group\": [3677.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACAACTGCGC\", \"ini\": 2239, \"clust\": 4438, \"rank\": 879, \"rankvar\": 4037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1350, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3963, \"group\": [4438.0, 758.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGGGAGAG\", \"ini\": 2238, \"clust\": 3489, \"rank\": 736, \"rankvar\": 3283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1433, \"group\": [3489.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTACAA\", \"ini\": 2237, \"clust\": 3550, \"rank\": 1178, \"rankvar\": 60, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1352, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1434, \"group\": [3551.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTCAGAAGC\", \"ini\": 2236, \"clust\": 4893, \"rank\": 226, \"rankvar\": 189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4836, \"group\": [4894.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTCCCTACT\", \"ini\": 2235, \"clust\": 3139, \"rank\": 1593, \"rankvar\": 3362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1354, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2743, \"group\": [3142.0, 546.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCCGTTAA\", \"ini\": 2234, \"clust\": 3970, \"rank\": 1942, \"rankvar\": 1932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1435, \"group\": [3973.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGTTCGCGC\", \"ini\": 2233, \"clust\": 3282, \"rank\": 1613, \"rankvar\": 3313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1436, \"group\": [3285.0, 564.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGAGTGACC\", \"ini\": 2232, \"clust\": 2455, \"rank\": 1977, \"rankvar\": 2166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1437, \"group\": [2455.0, 445.0, 88.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACAGATGAGC\", \"ini\": 2231, \"clust\": 182, \"rank\": 4204, \"rankvar\": 5082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1358, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 85, \"group\": [181.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGTGGGTTG\", \"ini\": 2230, \"clust\": 3191, \"rank\": 1061, \"rankvar\": 1867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1438, \"group\": [3192.0, 551.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTCGTTTG\", \"ini\": 2229, \"clust\": 2474, \"rank\": 1580, \"rankvar\": 3344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1439, \"group\": [2475.0, 451.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAATGGATA\", \"ini\": 2228, \"clust\": 3441, \"rank\": 1203, \"rankvar\": 2043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1440, \"group\": [3441.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGTACTCT\", \"ini\": 2227, \"clust\": 2782, \"rank\": 1319, \"rankvar\": 2946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1441, \"group\": [2783.0, 518.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGTCTGCGACG\", \"ini\": 2226, \"clust\": 3515, \"rank\": 1552, \"rankvar\": 173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1363, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1442, \"group\": [3516.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTCGGACG\", \"ini\": 2225, \"clust\": 3255, \"rank\": 1745, \"rankvar\": 3394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1443, \"group\": [3256.0, 559.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCTTACCGC\", \"ini\": 2224, \"clust\": 3719, \"rank\": 1484, \"rankvar\": 1024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1444, \"group\": [3719.0, 581.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTACTTCTT\", \"ini\": 2223, \"clust\": 3499, \"rank\": 1441, \"rankvar\": 1950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1445, \"group\": [3500.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGTAAGTA\", \"ini\": 2222, \"clust\": 3523, \"rank\": 1784, \"rankvar\": 125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2744, \"group\": [3524.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAAGGAG\", \"ini\": 2221, \"clust\": 5042, \"rank\": 415, \"rankvar\": 2942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4837, \"group\": [5042.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCTTTCCTC\", \"ini\": 2220, \"clust\": 2443, \"rank\": 2286, \"rankvar\": 408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1446, \"group\": [2444.0, 442.0, 87.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCTACCTC\", \"ini\": 2219, \"clust\": 5139, \"rank\": 1888, \"rankvar\": 2836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4838, \"group\": [5139.0, 881.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGTTGAGG\", \"ini\": 2218, \"clust\": 2498, \"rank\": 2344, \"rankvar\": 1681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1371, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1447, \"group\": [2497.0, 453.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCTTGTACT\", \"ini\": 2217, \"clust\": 2796, \"rank\": 2352, \"rankvar\": 1856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1448, \"group\": [2799.0, 521.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTTTGCC\", \"ini\": 2216, \"clust\": 3146, \"rank\": 2063, \"rankvar\": 1989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1449, \"group\": [3146.0, 546.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCAGTCTTCC\", \"ini\": 2215, \"clust\": 2517, \"rank\": 1906, \"rankvar\": 2471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2745, \"group\": [2517.0, 456.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGACTCAT\", \"ini\": 2214, \"clust\": 2622, \"rank\": 2312, \"rankvar\": 2661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1450, \"group\": [2622.0, 485.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCGGACAAG\", \"ini\": 2213, \"clust\": 5214, \"rank\": 429, \"rankvar\": 938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4839, \"group\": [5217.0, 898.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCAGGTAAA\", \"ini\": 2212, \"clust\": 337, \"rank\": 4099, \"rankvar\": 3113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1377, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4326, \"group\": [336.0, 50.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTGGGTCAA\", \"ini\": 2211, \"clust\": 3182, \"rank\": 1585, \"rankvar\": 1199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1451, \"group\": [3183.0, 549.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGACACTAA\", \"ini\": 2210, \"clust\": 2875, \"rank\": 1866, \"rankvar\": 3048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1452, \"group\": [2878.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCCGTCATC\", \"ini\": 2209, \"clust\": 2544, \"rank\": 1838, \"rankvar\": 1386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1380, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1453, \"group\": [2544.0, 466.0, 92.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATCTGCA\", \"ini\": 2208, \"clust\": 2942, \"rank\": 1626, \"rankvar\": 1214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1454, \"group\": [2943.0, 531.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCACGCATA\", \"ini\": 2207, \"clust\": 4745, \"rank\": 1887, \"rankvar\": 3300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4840, \"group\": [4746.0, 847.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACACTGCG\", \"ini\": 2206, \"clust\": 183, \"rank\": 4267, \"rankvar\": 5037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1383, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 86, \"group\": [182.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTACTCGCG\", \"ini\": 2205, \"clust\": 3127, \"rank\": 1437, \"rankvar\": 1102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1384, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1455, \"group\": [3128.0, 545.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTAGTGTACCT\", \"ini\": 2204, \"clust\": 3143, \"rank\": 1974, \"rankvar\": 1828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1456, \"group\": [3144.0, 546.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGTGATCGG\", \"ini\": 2203, \"clust\": 3394, \"rank\": 447, \"rankvar\": 122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1386, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2746, \"group\": [3393.0, 576.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCATGTCCTC\", \"ini\": 2202, \"clust\": 3500, \"rank\": 1655, \"rankvar\": 919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1457, \"group\": [3501.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGCCTTGAT\", \"ini\": 2201, \"clust\": 3648, \"rank\": 1202, \"rankvar\": 3117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1458, \"group\": [3650.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAGACAAAT\", \"ini\": 2200, \"clust\": 4766, \"rank\": 1226, \"rankvar\": 1126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1389, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4841, \"group\": [4767.0, 853.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGGATATAC\", \"ini\": 2199, \"clust\": 2713, \"rank\": 2200, \"rankvar\": 1200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1390, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1459, \"group\": [2713.0, 508.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAAGCCCAC\", \"ini\": 2198, \"clust\": 3180, \"rank\": 1827, \"rankvar\": 2874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1460, \"group\": [3180.0, 549.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTTCCACGG\", \"ini\": 2197, \"clust\": 2837, \"rank\": 1483, \"rankvar\": 3474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1461, \"group\": [2836.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCATGTGGT\", \"ini\": 2196, \"clust\": 2298, \"rank\": 2172, \"rankvar\": 1651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1462, \"group\": [2300.0, 395.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTAAATGAC\", \"ini\": 2195, \"clust\": 4525, \"rank\": 157, \"rankvar\": 1248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1394, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3125, \"group\": [4525.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCAGTGTTG\", \"ini\": 2194, \"clust\": 2138, \"rank\": 3661, \"rankvar\": 583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1395, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1463, \"group\": [2141.0, 338.0, 64.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCATGGCA\", \"ini\": 2193, \"clust\": 2995, \"rank\": 1817, \"rankvar\": 3742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1464, \"group\": [2996.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTTGCCGT\", \"ini\": 2192, \"clust\": 5081, \"rank\": 488, \"rankvar\": 935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1397, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4842, \"group\": [5080.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGCGAAA\", \"ini\": 2191, \"clust\": 59, \"rank\": 3319, \"rankvar\": 4730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1398, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 87, \"group\": [58.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCAGTGTTGAA\", \"ini\": 2190, \"clust\": 3168, \"rank\": 2187, \"rankvar\": 534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1465, \"group\": [3171.0, 548.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTCGATT\", \"ini\": 2189, \"clust\": 189, \"rank\": 4507, \"rankvar\": 5199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1400, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 88, \"group\": [189.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGCAAGACGTG\", \"ini\": 2188, \"clust\": 76, \"rank\": 4139, \"rankvar\": 4318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1401, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 89, \"group\": [75.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTATAAACG\", \"ini\": 2187, \"clust\": 902, \"rank\": 2091, \"rankvar\": 5023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1402, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5212, \"group\": [902.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAAG\", \"ini\": 2186, \"clust\": 3793, \"rank\": 325, \"rankvar\": 1184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1403, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2747, \"group\": [3793.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCGCAAACT\", \"ini\": 2185, \"clust\": 3005, \"rank\": 1470, \"rankvar\": 3834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1404, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1466, \"group\": [3006.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAGACACTT\", \"ini\": 2184, \"clust\": 2812, \"rank\": 2429, \"rankvar\": 1638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1467, \"group\": [2813.0, 523.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGGCCA\", \"ini\": 2183, \"clust\": 3529, \"rank\": 1342, \"rankvar\": 1533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1468, \"group\": [3528.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCATAGCAC\", \"ini\": 2182, \"clust\": 151, \"rank\": 4176, \"rankvar\": 5143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1407, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 90, \"group\": [150.0, 30.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATGGAATA\", \"ini\": 2181, \"clust\": 3106, \"rank\": 1684, \"rankvar\": 2670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1469, \"group\": [3109.0, 543.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGGTAGCTAAA\", \"ini\": 2180, \"clust\": 2901, \"rank\": 1438, \"rankvar\": 2614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1470, \"group\": [2903.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGCAGTTCATG\", \"ini\": 2179, \"clust\": 3276, \"rank\": 1696, \"rankvar\": 3306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1471, \"group\": [3276.0, 562.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCTCACCCTCA\", \"ini\": 2178, \"clust\": 4112, \"rank\": 2115, \"rankvar\": 1935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2748, \"group\": [4113.0, 632.0, 115.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGGGTGTTG\", \"ini\": 2177, \"clust\": 2851, \"rank\": 2533, \"rankvar\": 501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2749, \"group\": [2852.0, 525.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGAGGGCTT\", \"ini\": 2176, \"clust\": 3185, \"rank\": 1667, \"rankvar\": 1436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1472, \"group\": [3185.0, 549.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGTAGAGC\", \"ini\": 2175, \"clust\": 3001, \"rank\": 1686, \"rankvar\": 2997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1414, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1473, \"group\": [3004.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCAGACTG\", \"ini\": 2174, \"clust\": 123, \"rank\": 2927, \"rankvar\": 4029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1415, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1474, \"group\": [128.0, 27.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTCATCGATTG\", \"ini\": 2173, \"clust\": 2973, \"rank\": 2459, \"rankvar\": 2208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1416, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1475, \"group\": [2976.0, 532.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCACTGTTAG\", \"ini\": 2172, \"clust\": 3389, \"rank\": 868, \"rankvar\": 2929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1417, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1476, \"group\": [3389.0, 575.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGGAACGG\", \"ini\": 2171, \"clust\": 2313, \"rank\": 1317, \"rankvar\": 2369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1477, \"group\": [2312.0, 398.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAAATTGCC\", \"ini\": 2170, \"clust\": 3974, \"rank\": 1177, \"rankvar\": 2638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1478, \"group\": [3975.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAGTTGGC\", \"ini\": 2169, \"clust\": 2701, \"rank\": 2566, \"rankvar\": 266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1420, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1479, \"group\": [2700.0, 504.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAGCGATG\", \"ini\": 2168, \"clust\": 2802, \"rank\": 2492, \"rankvar\": 2229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1480, \"group\": [2800.0, 522.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACAAACC\", \"ini\": 2167, \"clust\": 3525, \"rank\": 1298, \"rankvar\": 2828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1481, \"group\": [3526.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACTGAAGG\", \"ini\": 2166, \"clust\": 3161, \"rank\": 2165, \"rankvar\": 2101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1482, \"group\": [3163.0, 547.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGACTAGAT\", \"ini\": 2165, \"clust\": 4561, \"rank\": 299, \"rankvar\": 3914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3126, \"group\": [4561.0, 779.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCAGTAGT\", \"ini\": 2164, \"clust\": 2216, \"rank\": 3344, \"rankvar\": 3389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1483, \"group\": [2216.0, 365.0, 71.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTGCCCTA\", \"ini\": 2163, \"clust\": 137, \"rank\": 3839, \"rankvar\": 4903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1426, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 91, \"group\": [136.0, 30.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGAGCCTAG\", \"ini\": 2162, \"clust\": 3577, \"rank\": 671, \"rankvar\": 1337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1484, \"group\": [3577.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATCATCCC\", \"ini\": 2161, \"clust\": 3085, \"rank\": 2494, \"rankvar\": 2023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1485, \"group\": [3084.0, 540.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGGTGTTAA\", \"ini\": 2160, \"clust\": 2609, \"rank\": 2572, \"rankvar\": 2953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1486, \"group\": [2609.0, 482.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATACGCT\", \"ini\": 2159, \"clust\": 2722, \"rank\": 1762, \"rankvar\": 344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1430, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2750, \"group\": [2725.0, 508.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTCAAACTC\", \"ini\": 2158, \"clust\": 2637, \"rank\": 2250, \"rankvar\": 1059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1487, \"group\": [2637.0, 487.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTCCACTC\", \"ini\": 2157, \"clust\": 3665, \"rank\": 1921, \"rankvar\": 1532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1488, \"group\": [3666.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTATAGTAG\", \"ini\": 2156, \"clust\": 2957, \"rank\": 1188, \"rankvar\": 511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1489, \"group\": [2957.0, 531.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCACGTGG\", \"ini\": 2155, \"clust\": 4851, \"rank\": 1713, \"rankvar\": 2791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4843, \"group\": [4852.0, 862.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACGGTGTC\", \"ini\": 2154, \"clust\": 2383, \"rank\": 2775, \"rankvar\": 746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1490, \"group\": [2384.0, 422.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTTCAGTAC\", \"ini\": 2153, \"clust\": 3196, \"rank\": 2088, \"rankvar\": 699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1491, \"group\": [3197.0, 551.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGAGGAA\", \"ini\": 2152, \"clust\": 2460, \"rank\": 2529, \"rankvar\": 3206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1492, \"group\": [2461.0, 448.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGTGTTAGA\", \"ini\": 2151, \"clust\": 4914, \"rank\": 985, \"rankvar\": 2433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1438, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4844, \"group\": [4914.0, 867.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCACACCACGTG\", \"ini\": 2150, \"clust\": 3174, \"rank\": 1807, \"rankvar\": 1035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1493, \"group\": [3174.0, 549.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAGGTCCAC\", \"ini\": 2149, \"clust\": 3108, \"rank\": 2367, \"rankvar\": 914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1494, \"group\": [3106.0, 543.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCGGACAAG\", \"ini\": 2148, \"clust\": 3360, \"rank\": 1911, \"rankvar\": 2298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1441, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1495, \"group\": [3363.0, 572.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGAAACCGC\", \"ini\": 2147, \"clust\": 3967, \"rank\": 1494, \"rankvar\": 2677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1496, \"group\": [3968.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCACCCAGTG\", \"ini\": 2146, \"clust\": 4001, \"rank\": 1756, \"rankvar\": 4325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1443, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1497, \"group\": [4000.0, 588.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTGTTGAGG\", \"ini\": 2145, \"clust\": 3031, \"rank\": 1775, \"rankvar\": 2750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1444, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1498, \"group\": [3030.0, 535.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGCCAGTTT\", \"ini\": 2144, \"clust\": 2594, \"rank\": 1702, \"rankvar\": 3498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1499, \"group\": [2595.0, 480.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTCCAGTAT\", \"ini\": 2143, \"clust\": 2468, \"rank\": 1987, \"rankvar\": 1529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1500, \"group\": [2468.0, 450.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACTCAGAGCTT\", \"ini\": 2142, \"clust\": 5152, \"rank\": 1617, \"rankvar\": 319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4845, \"group\": [5153.0, 882.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCAGAAATG\", \"ini\": 2141, \"clust\": 2217, \"rank\": 3016, \"rankvar\": 3167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1501, \"group\": [2217.0, 365.0, 71.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCGGATCA\", \"ini\": 2140, \"clust\": 2749, \"rank\": 721, \"rankvar\": 1700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3127, \"group\": [2748.0, 512.0, 99.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACCAGGGAGAG\", \"ini\": 2139, \"clust\": 3279, \"rank\": 2031, \"rankvar\": 2553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1502, \"group\": [3281.0, 563.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACAAGCTGGA\", \"ini\": 2138, \"clust\": 257, \"rank\": 4223, \"rankvar\": 5000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1451, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 92, \"group\": [257.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCAGGTTTCA\", \"ini\": 2137, \"clust\": 3666, \"rank\": 1214, \"rankvar\": 4116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1452, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1503, \"group\": [3667.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACCAGGCT\", \"ini\": 2136, \"clust\": 3089, \"rank\": 2020, \"rankvar\": 2390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1504, \"group\": [3090.0, 542.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGGATACC\", \"ini\": 2135, \"clust\": 4116, \"rank\": 3089, \"rankvar\": 2159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1454, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1505, \"group\": [4116.0, 635.0, 116.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTAACG\", \"ini\": 2134, \"clust\": 5149, \"rank\": 1385, \"rankvar\": 1400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1455, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4846, \"group\": [5148.0, 882.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCATTGCGA\", \"ini\": 2133, \"clust\": 3436, \"rank\": 1557, \"rankvar\": 2560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1506, \"group\": [3435.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGGATTG\", \"ini\": 2132, \"clust\": 2436, \"rank\": 1982, \"rankvar\": 1516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1457, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2751, \"group\": [2437.0, 437.0, 85.0, 18.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAGCGATT\", \"ini\": 2131, \"clust\": 2511, \"rank\": 2441, \"rankvar\": 3833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1507, \"group\": [2512.0, 455.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTACATGA\", \"ini\": 2130, \"clust\": 2572, \"rank\": 2621, \"rankvar\": 1715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1508, \"group\": [2572.0, 474.0, 94.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCATGCAAC\", \"ini\": 2129, \"clust\": 3249, \"rank\": 2092, \"rankvar\": 638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1509, \"group\": [3249.0, 559.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGGATAG\", \"ini\": 2128, \"clust\": 2499, \"rank\": 2490, \"rankvar\": 1080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1510, \"group\": [2498.0, 453.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGCTGCC\", \"ini\": 2127, \"clust\": 3493, \"rank\": 666, \"rankvar\": 2264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1511, \"group\": [3494.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTGCGATAG\", \"ini\": 2126, \"clust\": 2697, \"rank\": 2571, \"rankvar\": 1808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1512, \"group\": [2697.0, 504.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTACCTACA\", \"ini\": 2125, \"clust\": 3125, \"rank\": 2541, \"rankvar\": 1299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1513, \"group\": [3125.0, 544.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAACAACCT\", \"ini\": 2124, \"clust\": 3099, \"rank\": 1505, \"rankvar\": 1942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1514, \"group\": [3102.0, 543.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAGAGTCG\", \"ini\": 2123, \"clust\": 4440, \"rank\": 1678, \"rankvar\": 4683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1466, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3964, \"group\": [4441.0, 758.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAAACTGCT\", \"ini\": 2122, \"clust\": 3253, \"rank\": 1359, \"rankvar\": 1726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1467, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1515, \"group\": [3254.0, 559.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGGGATGGG\", \"ini\": 2121, \"clust\": 3113, \"rank\": 2410, \"rankvar\": 502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1516, \"group\": [3112.0, 543.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGGTGTGTGCC\", \"ini\": 2120, \"clust\": 2990, \"rank\": 1547, \"rankvar\": 1590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1517, \"group\": [2994.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACGACGAA\", \"ini\": 2119, \"clust\": 2545, \"rank\": 2077, \"rankvar\": 1924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1470, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1518, \"group\": [2547.0, 466.0, 92.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCCTATGTT\", \"ini\": 2118, \"clust\": 5056, \"rank\": 413, \"rankvar\": 989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4847, \"group\": [5059.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCATCATC\", \"ini\": 2117, \"clust\": 2805, \"rank\": 2552, \"rankvar\": 3018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1472, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1519, \"group\": [2805.0, 523.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCACGACTCG\", \"ini\": 2116, \"clust\": 2761, \"rank\": 1636, \"rankvar\": 3193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1473, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1520, \"group\": [2765.0, 514.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCAACACGT\", \"ini\": 2115, \"clust\": 2893, \"rank\": 1533, \"rankvar\": 3760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1474, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1521, \"group\": [2897.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCAGACTCGC\", \"ini\": 2114, \"clust\": 166, \"rank\": 4424, \"rankvar\": 5163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1475, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 93, \"group\": [167.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGATCTGAA\", \"ini\": 2113, \"clust\": 4760, \"rank\": 2193, \"rankvar\": 2566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1476, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4848, \"group\": [4763.0, 852.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCAGCTCGG\", \"ini\": 2112, \"clust\": 3043, \"rank\": 1364, \"rankvar\": 2622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1522, \"group\": [3044.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGGCTATCT\", \"ini\": 2111, \"clust\": 535, \"rank\": 2908, \"rankvar\": 1876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1478, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1523, \"group\": [535.0, 79.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTGCTTGC\", \"ini\": 2110, \"clust\": 4909, \"rank\": 520, \"rankvar\": 2876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4849, \"group\": [4909.0, 867.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCATCGATTG\", \"ini\": 2109, \"clust\": 3661, \"rank\": 2081, \"rankvar\": 414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1480, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1524, \"group\": [3665.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCAGAGGT\", \"ini\": 2108, \"clust\": 2915, \"rank\": 1689, \"rankvar\": 354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2752, \"group\": [2916.0, 529.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTAGATTAG\", \"ini\": 2107, \"clust\": 3164, \"rank\": 2302, \"rankvar\": 3387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1525, \"group\": [3165.0, 547.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATTAGCCA\", \"ini\": 2106, \"clust\": 4399, \"rank\": 1506, \"rankvar\": 2994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1483, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4850, \"group\": [4402.0, 749.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCACGAAACG\", \"ini\": 2105, \"clust\": 2855, \"rank\": 1971, \"rankvar\": 2117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1526, \"group\": [2855.0, 525.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTCATACTG\", \"ini\": 2104, \"clust\": 4508, \"rank\": 326, \"rankvar\": 2788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3128, \"group\": [4510.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCTCTGAGA\", \"ini\": 2103, \"clust\": 4754, \"rank\": 2383, \"rankvar\": 1355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1486, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4851, \"group\": [4756.0, 850.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATTGGTAC\", \"ini\": 2102, \"clust\": 2113, \"rank\": 3406, \"rankvar\": 3778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1487, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4852, \"group\": [2114.0, 331.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCGTTACGACT\", \"ini\": 2101, \"clust\": 4026, \"rank\": 2099, \"rankvar\": 2957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1488, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1527, \"group\": [4027.0, 594.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCATTAGC\", \"ini\": 2100, \"clust\": 3179, \"rank\": 2310, \"rankvar\": 362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1489, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1528, \"group\": [3182.0, 549.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGCGTAG\", \"ini\": 2099, \"clust\": 4725, \"rank\": 2751, \"rankvar\": 3109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1490, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4853, \"group\": [4727.0, 842.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCCTTTACA\", \"ini\": 2098, \"clust\": 4738, \"rank\": 1571, \"rankvar\": 3662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1491, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4854, \"group\": [4737.0, 845.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACTCGCG\", \"ini\": 2097, \"clust\": 5125, \"rank\": 1213, \"rankvar\": 1999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1492, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4855, \"group\": [5126.0, 875.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGGTTTCT\", \"ini\": 2096, \"clust\": 4993, \"rank\": 775, \"rankvar\": 400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1493, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4856, \"group\": [4996.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTTGCTCCT\", \"ini\": 2095, \"clust\": 4906, \"rank\": 797, \"rankvar\": 3625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4857, \"group\": [4906.0, 867.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGATAAAC\", \"ini\": 2094, \"clust\": 2806, \"rank\": 2875, \"rankvar\": 3552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1495, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1529, \"group\": [2806.0, 523.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTATAGGGC\", \"ini\": 2093, \"clust\": 3091, \"rank\": 2325, \"rankvar\": 1381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1530, \"group\": [3095.0, 542.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTTACTGAC\", \"ini\": 2092, \"clust\": 3183, \"rank\": 1738, \"rankvar\": 2510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1497, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1531, \"group\": [3184.0, 549.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCAGGTTCA\", \"ini\": 2091, \"clust\": 4912, \"rank\": 1143, \"rankvar\": 2389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4858, \"group\": [4916.0, 867.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTGGAT\", \"ini\": 2090, \"clust\": 4437, \"rank\": 425, \"rankvar\": 4329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1499, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3965, \"group\": [4437.0, 758.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCACGTGAGA\", \"ini\": 2089, \"clust\": 4396, \"rank\": 1839, \"rankvar\": 1414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1500, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4859, \"group\": [4397.0, 749.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTGTCCAT\", \"ini\": 2088, \"clust\": 3076, \"rank\": 2620, \"rankvar\": 2606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1501, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1532, \"group\": [3076.0, 538.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTTATGTGC\", \"ini\": 2087, \"clust\": 4003, \"rank\": 2832, \"rankvar\": 955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1533, \"group\": [4003.0, 590.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACTTATC\", \"ini\": 2086, \"clust\": 3599, \"rank\": 1006, \"rankvar\": 3285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1534, \"group\": [3600.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTGACGCCT\", \"ini\": 2085, \"clust\": 5140, \"rank\": 2139, \"rankvar\": 3247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1504, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4860, \"group\": [5140.0, 881.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGAGATG\", \"ini\": 2084, \"clust\": 5108, \"rank\": 1607, \"rankvar\": 145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1535, \"group\": [5111.0, 874.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCTTGAT\", \"ini\": 2083, \"clust\": 4229, \"rank\": 1427, \"rankvar\": 4328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3129, \"group\": [4230.0, 679.0, 129.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCACTTCC\", \"ini\": 2082, \"clust\": 2903, \"rank\": 1356, \"rankvar\": 3229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1536, \"group\": [2902.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGCAAATACAG\", \"ini\": 2081, \"clust\": 266, \"rank\": 4231, \"rankvar\": 5040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1508, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 94, \"group\": [266.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCACGTTC\", \"ini\": 2080, \"clust\": 2800, \"rank\": 2128, \"rankvar\": 549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2753, \"group\": [2803.0, 522.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTACCGTTA\", \"ini\": 2079, \"clust\": 4086, \"rank\": 2261, \"rankvar\": 468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1510, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1537, \"group\": [4089.0, 617.0, 109.0, 21.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTCTAGCCG\", \"ini\": 2078, \"clust\": 4714, \"rank\": 2143, \"rankvar\": 3028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3130, \"group\": [4715.0, 841.0, 168.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTTAGATGA\", \"ini\": 2077, \"clust\": 3109, \"rank\": 2078, \"rankvar\": 2709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1538, \"group\": [3107.0, 543.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACAAGC\", \"ini\": 2076, \"clust\": 654, \"rank\": 2792, \"rankvar\": 474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1513, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2754, \"group\": [655.0, 121.0, 29.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGGCGC\", \"ini\": 2075, \"clust\": 3170, \"rank\": 1778, \"rankvar\": 582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1539, \"group\": [3170.0, 548.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTGTGCCTG\", \"ini\": 2074, \"clust\": 4751, \"rank\": 2689, \"rankvar\": 2816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4861, \"group\": [4752.0, 849.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAAGTCTGT\", \"ini\": 2073, \"clust\": 4398, \"rank\": 1280, \"rankvar\": 2256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1516, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4862, \"group\": [4403.0, 749.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATTGAGCT\", \"ini\": 2072, \"clust\": 4739, \"rank\": 2048, \"rankvar\": 3308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1517, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4863, \"group\": [4738.0, 845.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCATGTTGAC\", \"ini\": 2071, \"clust\": 4572, \"rank\": 849, \"rankvar\": 4164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3131, \"group\": [4573.0, 780.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCGAACGC\", \"ini\": 2070, \"clust\": 4831, \"rank\": 1332, \"rankvar\": 2989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1519, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4864, \"group\": [4830.0, 859.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGTGGAT\", \"ini\": 2069, \"clust\": 5229, \"rank\": 1308, \"rankvar\": 2120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1520, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4865, \"group\": [5229.0, 899.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGGACCCT\", \"ini\": 2068, \"clust\": 4149, \"rank\": 3038, \"rankvar\": 1016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1521, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1540, \"group\": [4150.0, 651.0, 122.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGGGTACA\", \"ini\": 2067, \"clust\": 4889, \"rank\": 806, \"rankvar\": 726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4866, \"group\": [4896.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGTAATG\", \"ini\": 2066, \"clust\": 2934, \"rank\": 1067, \"rankvar\": 2245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1523, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1541, \"group\": [2932.0, 530.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAAGCTACCTA\", \"ini\": 2065, \"clust\": 2614, \"rank\": 2276, \"rankvar\": 2696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1542, \"group\": [2617.0, 485.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTGTTCGAT\", \"ini\": 2064, \"clust\": 2684, \"rank\": 2073, \"rankvar\": 1409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1525, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1543, \"group\": [2685.0, 502.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGATCACGG\", \"ini\": 2063, \"clust\": 4015, \"rank\": 1962, \"rankvar\": 2800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1544, \"group\": [4018.0, 592.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCTCACCT\", \"ini\": 2062, \"clust\": 4221, \"rank\": 2699, \"rankvar\": 3547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1527, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1545, \"group\": [4224.0, 675.0, 127.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTACAGCAG\", \"ini\": 2061, \"clust\": 3081, \"rank\": 2551, \"rankvar\": 1230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1546, \"group\": [3082.0, 540.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACACATCTTT\", \"ini\": 2060, \"clust\": 4191, \"rank\": 2622, \"rankvar\": 1418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1547, \"group\": [4192.0, 663.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATTCATCGCTC\", \"ini\": 2059, \"clust\": 3093, \"rank\": 2613, \"rankvar\": 569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1530, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1548, \"group\": [3092.0, 542.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGCAGCCTC\", \"ini\": 2058, \"clust\": 4925, \"rank\": 653, \"rankvar\": 2066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1531, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4867, \"group\": [4925.0, 867.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCATCTACGA\", \"ini\": 2057, \"clust\": 4919, \"rank\": 897, \"rankvar\": 812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1532, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4868, \"group\": [4918.0, 867.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCAACCGCCA\", \"ini\": 2056, \"clust\": 4778, \"rank\": 1710, \"rankvar\": 2547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4869, \"group\": [4779.0, 853.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGTTGAC\", \"ini\": 2055, \"clust\": 3466, \"rank\": 617, \"rankvar\": 3713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1534, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1549, \"group\": [3471.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACTGTAA\", \"ini\": 2054, \"clust\": 3474, \"rank\": 1783, \"rankvar\": 1452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1550, \"group\": [3473.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACATTAGC\", \"ini\": 2053, \"clust\": 2769, \"rank\": 1638, \"rankvar\": 1853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1551, \"group\": [2769.0, 515.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCTGTT\", \"ini\": 2052, \"clust\": 2225, \"rank\": 2417, \"rankvar\": 758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1552, \"group\": [2225.0, 368.0, 72.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTACGA\", \"ini\": 2051, \"clust\": 3046, \"rank\": 1433, \"rankvar\": 2974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1553, \"group\": [3047.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGACTGTAA\", \"ini\": 2050, \"clust\": 3133, \"rank\": 2024, \"rankvar\": 451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1554, \"group\": [3134.0, 545.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGTTGAGAT\", \"ini\": 2049, \"clust\": 3158, \"rank\": 2271, \"rankvar\": 2693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1555, \"group\": [3158.0, 547.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGCTGGCT\", \"ini\": 2048, \"clust\": 2859, \"rank\": 1848, \"rankvar\": 945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1541, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2755, \"group\": [2859.0, 526.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAGTCATATGC\", \"ini\": 2047, \"clust\": 2192, \"rank\": 2819, \"rankvar\": 810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1556, \"group\": [2192.0, 357.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTGAGGCTA\", \"ini\": 2046, \"clust\": 2799, \"rank\": 2160, \"rankvar\": 1641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2756, \"group\": [2804.0, 522.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTTATCGGT\", \"ini\": 2045, \"clust\": 2461, \"rank\": 2119, \"rankvar\": 3756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1557, \"group\": [2462.0, 448.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTAAATGAC\", \"ini\": 2044, \"clust\": 2047, \"rank\": 2979, \"rankvar\": 2324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1545, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4870, \"group\": [2048.0, 316.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGTATCTCG\", \"ini\": 2043, \"clust\": 271, \"rank\": 4146, \"rankvar\": 5132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1546, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 95, \"group\": [270.0, 32.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCTACCTC\", \"ini\": 2042, \"clust\": 2900, \"rank\": 1975, \"rankvar\": 1698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1558, \"group\": [2904.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCTTTA\", \"ini\": 2041, \"clust\": 2852, \"rank\": 1985, \"rankvar\": 2714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1559, \"group\": [2853.0, 525.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTAAGCG\", \"ini\": 2040, \"clust\": 2673, \"rank\": 2202, \"rankvar\": 3574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1560, \"group\": [2673.0, 500.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTTTGCATG\", \"ini\": 2039, \"clust\": 4603, \"rank\": 2329, \"rankvar\": 2105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1561, \"group\": [4604.0, 792.0, 157.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGCCTCA\", \"ini\": 2038, \"clust\": 2522, \"rank\": 3000, \"rankvar\": 1834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1551, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1562, \"group\": [2523.0, 459.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTGCTTG\", \"ini\": 2037, \"clust\": 4983, \"rank\": 633, \"rankvar\": 240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4871, \"group\": [4983.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCAGTTCGA\", \"ini\": 2036, \"clust\": 4509, \"rank\": 414, \"rankvar\": 624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3132, \"group\": [4508.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGAGTGACC\", \"ini\": 2035, \"clust\": 4009, \"rank\": 2580, \"rankvar\": 82, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1563, \"group\": [4009.0, 591.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATGCCTAA\", \"ini\": 2034, \"clust\": 2830, \"rank\": 2338, \"rankvar\": 988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1564, \"group\": [2834.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAAATCCGT\", \"ini\": 2033, \"clust\": 5003, \"rank\": 110, \"rankvar\": 472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1556, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3133, \"group\": [5002.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTAGAAGGA\", \"ini\": 2032, \"clust\": 4057, \"rank\": 1466, \"rankvar\": 3166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1565, \"group\": [4056.0, 603.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACTTCTT\", \"ini\": 2031, \"clust\": 2717, \"rank\": 2455, \"rankvar\": 1621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1566, \"group\": [2720.0, 508.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACACTCGACG\", \"ini\": 2030, \"clust\": 4193, \"rank\": 2853, \"rankvar\": 1542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1567, \"group\": [4193.0, 663.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGTGGGTT\", \"ini\": 2029, \"clust\": 3742, \"rank\": 1392, \"rankvar\": 1294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1568, \"group\": [3742.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTTAGGGTG\", \"ini\": 2028, \"clust\": 4485, \"rank\": 337, \"rankvar\": 4359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1561, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3966, \"group\": [4484.0, 768.0, 152.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAAGCTGAG\", \"ini\": 2027, \"clust\": 4188, \"rank\": 2820, \"rankvar\": 1443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1569, \"group\": [4189.0, 662.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCAGAAC\", \"ini\": 2026, \"clust\": 3144, \"rank\": 1932, \"rankvar\": 1509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1570, \"group\": [3145.0, 546.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTTGTTTGG\", \"ini\": 2025, \"clust\": 4545, \"rank\": 176, \"rankvar\": 107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3134, \"group\": [4543.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTACCAGT\", \"ini\": 2024, \"clust\": 2513, \"rank\": 2721, \"rankvar\": 2609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1571, \"group\": [2514.0, 455.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCATTGTGCA\", \"ini\": 2023, \"clust\": 3267, \"rank\": 1621, \"rankvar\": 877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1572, \"group\": [3268.0, 562.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCCATT\", \"ini\": 2022, \"clust\": 5213, \"rank\": 1180, \"rankvar\": 2230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1567, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4872, \"group\": [5214.0, 898.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTAGCTCCTCT\", \"ini\": 2021, \"clust\": 3496, \"rank\": 1172, \"rankvar\": 1246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1573, \"group\": [3499.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCCTTTCGG\", \"ini\": 2020, \"clust\": 2623, \"rank\": 2162, \"rankvar\": 3485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1574, \"group\": [2626.0, 485.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATGACATC\", \"ini\": 2019, \"clust\": 4192, \"rank\": 2680, \"rankvar\": 2052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1570, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1575, \"group\": [4195.0, 663.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGAAACGAG\", \"ini\": 2018, \"clust\": 2215, \"rank\": 2885, \"rankvar\": 1888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1576, \"group\": [2218.0, 366.0, 71.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTCTTTA\", \"ini\": 2017, \"clust\": 2509, \"rank\": 2279, \"rankvar\": 2314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1572, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1577, \"group\": [2509.0, 455.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCACCACCT\", \"ini\": 2016, \"clust\": 2219, \"rank\": 2457, \"rankvar\": 1574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1573, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2757, \"group\": [2220.0, 367.0, 72.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGAAGATTC\", \"ini\": 2015, \"clust\": 2595, \"rank\": 2129, \"rankvar\": 2464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1578, \"group\": [2596.0, 480.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTATCTG\", \"ini\": 2014, \"clust\": 3027, \"rank\": 2125, \"rankvar\": 2595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1575, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1579, \"group\": [3028.0, 535.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCTAGCCC\", \"ini\": 2013, \"clust\": 4850, \"rank\": 1368, \"rankvar\": 1187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1576, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4873, \"group\": [4850.0, 861.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAAGCATGGCA\", \"ini\": 2012, \"clust\": 4297, \"rank\": 3270, \"rankvar\": 3687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1577, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4874, \"group\": [4298.0, 711.0, 141.0, 30.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTTGTCTTT\", \"ini\": 2011, \"clust\": 3443, \"rank\": 1482, \"rankvar\": 1507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1578, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1580, \"group\": [3444.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGTCCTCT\", \"ini\": 2010, \"clust\": 4010, \"rank\": 2205, \"rankvar\": 2894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1581, \"group\": [4015.0, 592.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCCCAGCT\", \"ini\": 2009, \"clust\": 2696, \"rank\": 2437, \"rankvar\": 862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1582, \"group\": [2699.0, 504.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCAGGACAGAA\", \"ini\": 2008, \"clust\": 3964, \"rank\": 1973, \"rankvar\": 1567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1581, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1583, \"group\": [3965.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCTCCTAG\", \"ini\": 2007, \"clust\": 175, \"rank\": 4504, \"rankvar\": 4996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1582, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 96, \"group\": [184.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCACAACGTT\", \"ini\": 2006, \"clust\": 2867, \"rank\": 1361, \"rankvar\": 47, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1583, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1584, \"group\": [2870.0, 527.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGTCAAGGC\", \"ini\": 2005, \"clust\": 179, \"rank\": 4640, \"rankvar\": 5144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1584, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 97, \"group\": [178.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATAACCTG\", \"ini\": 2004, \"clust\": 4223, \"rank\": 3283, \"rankvar\": 318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1585, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2758, \"group\": [4223.0, 674.0, 127.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCAATACCG\", \"ini\": 2003, \"clust\": 3022, \"rank\": 2664, \"rankvar\": 3336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1586, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1585, \"group\": [3026.0, 535.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCTTGAGGT\", \"ini\": 2002, \"clust\": 2832, \"rank\": 2052, \"rankvar\": 2665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1586, \"group\": [2831.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGGACATTA\", \"ini\": 2001, \"clust\": 2846, \"rank\": 1502, \"rankvar\": 2465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1587, \"group\": [2848.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTAGAAGGA\", \"ini\": 2000, \"clust\": 3601, \"rank\": 1260, \"rankvar\": 2404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1589, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1588, \"group\": [3602.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGCCAGTAG\", \"ini\": 1999, \"clust\": 243, \"rank\": 4040, \"rankvar\": 5153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1590, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 98, \"group\": [245.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTCGTTC\", \"ini\": 1998, \"clust\": 4021, \"rank\": 2037, \"rankvar\": 2834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1591, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1589, \"group\": [4024.0, 592.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGCAAGCC\", \"ini\": 1997, \"clust\": 2445, \"rank\": 1793, \"rankvar\": 3722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1590, \"group\": [2446.0, 443.0, 87.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTAAGGGAA\", \"ini\": 1996, \"clust\": 4210, \"rank\": 3109, \"rankvar\": 1543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1593, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1591, \"group\": [4211.0, 668.0, 125.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTACTTCTT\", \"ini\": 1995, \"clust\": 2179, \"rank\": 2886, \"rankvar\": 3856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1592, \"group\": [2179.0, 352.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCAAGCCG\", \"ini\": 1994, \"clust\": 5219, \"rank\": 476, \"rankvar\": 2137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1595, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4875, \"group\": [5219.0, 898.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGGCGGTT\", \"ini\": 1993, \"clust\": 3116, \"rank\": 2188, \"rankvar\": 2746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1596, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1593, \"group\": [3117.0, 543.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTCGCATCG\", \"ini\": 1992, \"clust\": 4286, \"rank\": 2815, \"rankvar\": 4209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1597, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4876, \"group\": [4286.0, 704.0, 139.0, 29.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCCTACAGA\", \"ini\": 1991, \"clust\": 3130, \"rank\": 1831, \"rankvar\": 3621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1594, \"group\": [3130.0, 545.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACTGTTAG\", \"ini\": 1990, \"clust\": 2838, \"rank\": 1897, \"rankvar\": 3302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1599, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1595, \"group\": [2842.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCGGTCTAA\", \"ini\": 1989, \"clust\": 3965, \"rank\": 1634, \"rankvar\": 3799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1600, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1596, \"group\": [3966.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCACCGCTAG\", \"ini\": 1988, \"clust\": 4216, \"rank\": 3795, \"rankvar\": 2702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1597, \"group\": [4218.0, 671.0, 126.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCATACTG\", \"ini\": 1987, \"clust\": 2842, \"rank\": 1133, \"rankvar\": 2150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1598, \"group\": [2845.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACTGAAGG\", \"ini\": 1986, \"clust\": 2615, \"rank\": 2161, \"rankvar\": 3910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1599, \"group\": [2615.0, 485.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATGCATG\", \"ini\": 1985, \"clust\": 2698, \"rank\": 2228, \"rankvar\": 2058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1604, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1600, \"group\": [2698.0, 504.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTAAGTAGT\", \"ini\": 1984, \"clust\": 3536, \"rank\": 945, \"rankvar\": 1373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1601, \"group\": [3536.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCCACGTC\", \"ini\": 1983, \"clust\": 2958, \"rank\": 1185, \"rankvar\": 993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2759, \"group\": [2958.0, 531.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCCTCATTA\", \"ini\": 1982, \"clust\": 2195, \"rank\": 2218, \"rankvar\": 3137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1607, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2760, \"group\": [2194.0, 357.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGAATGTTG\", \"ini\": 1981, \"clust\": 2669, \"rank\": 1685, \"rankvar\": 2720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1602, \"group\": [2672.0, 499.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCATTAGC\", \"ini\": 1980, \"clust\": 264, \"rank\": 4477, \"rankvar\": 4853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1609, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 99, \"group\": [264.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTCTCATT\", \"ini\": 1979, \"clust\": 2803, \"rank\": 2156, \"rankvar\": 3470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1610, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1603, \"group\": [2801.0, 522.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAGAGGA\", \"ini\": 1978, \"clust\": 3073, \"rank\": 1573, \"rankvar\": 4343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1604, \"group\": [3074.0, 538.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCGTTTAC\", \"ini\": 1977, \"clust\": 4431, \"rank\": 915, \"rankvar\": 4148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1612, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3135, \"group\": [4431.0, 757.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCATACAGCT\", \"ini\": 1976, \"clust\": 4836, \"rank\": 1919, \"rankvar\": 120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1613, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4877, \"group\": [4837.0, 859.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGTGGACGT\", \"ini\": 1975, \"clust\": 3650, \"rank\": 1412, \"rankvar\": 2323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1605, \"group\": [3649.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCATTCTTAC\", \"ini\": 1974, \"clust\": 2655, \"rank\": 2712, \"rankvar\": 703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1606, \"group\": [2654.0, 494.0, 96.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTGTCGAGATG\", \"ini\": 1973, \"clust\": 4761, \"rank\": 2033, \"rankvar\": 3825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1616, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4878, \"group\": [4761.0, 852.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGTGCCT\", \"ini\": 1972, \"clust\": 3716, \"rank\": 1642, \"rankvar\": 358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1607, \"group\": [3716.0, 581.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTCTCTTAT\", \"ini\": 1971, \"clust\": 3759, \"rank\": 1136, \"rankvar\": 1855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1618, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1608, \"group\": [3760.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCCGTCAAA\", \"ini\": 1970, \"clust\": 245, \"rank\": 3955, \"rankvar\": 5110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 100, \"group\": [244.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGTCACGATGT\", \"ini\": 1969, \"clust\": 2641, \"rank\": 2967, \"rankvar\": 2644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1620, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1609, \"group\": [2641.0, 488.0, 96.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGGTCTCG\", \"ini\": 1968, \"clust\": 2960, \"rank\": 2425, \"rankvar\": 1441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1610, \"group\": [2961.0, 532.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCGGATGGA\", \"ini\": 1967, \"clust\": 3404, \"rank\": 1586, \"rankvar\": 3297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1611, \"group\": [3403.0, 577.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTTAGGTA\", \"ini\": 1966, \"clust\": 2447, \"rank\": 2366, \"rankvar\": 1466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1612, \"group\": [2450.0, 444.0, 88.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGACTAGAT\", \"ini\": 1965, \"clust\": 4962, \"rank\": 515, \"rankvar\": 3235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1624, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4879, \"group\": [4962.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATAGACTC\", \"ini\": 1964, \"clust\": 4829, \"rank\": 1467, \"rankvar\": 1378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4880, \"group\": [4831.0, 859.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTATCCCG\", \"ini\": 1963, \"clust\": 2169, \"rank\": 3393, \"rankvar\": 3491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1613, \"group\": [2170.0, 347.0, 65.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGTCATGCT\", \"ini\": 1962, \"clust\": 4740, \"rank\": 2782, \"rankvar\": 1962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4881, \"group\": [4741.0, 846.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTTCAGTAC\", \"ini\": 1961, \"clust\": 3150, \"rank\": 1995, \"rankvar\": 553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1628, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2761, \"group\": [3150.0, 546.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGAGCCTAG\", \"ini\": 1960, \"clust\": 3479, \"rank\": 1431, \"rankvar\": 952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1629, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2762, \"group\": [3482.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAACGA\", \"ini\": 1959, \"clust\": 4155, \"rank\": 3455, \"rankvar\": 2484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1614, \"group\": [4161.0, 655.0, 123.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCGAAAGC\", \"ini\": 1958, \"clust\": 3137, \"rank\": 1730, \"rankvar\": 2687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1615, \"group\": [3136.0, 546.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATGTGGT\", \"ini\": 1957, \"clust\": 3166, \"rank\": 2056, \"rankvar\": 1580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1616, \"group\": [3167.0, 547.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAGTCATC\", \"ini\": 1956, \"clust\": 3131, \"rank\": 2127, \"rankvar\": 497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1633, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1617, \"group\": [3131.0, 545.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGCCTTGG\", \"ini\": 1955, \"clust\": 4006, \"rank\": 2899, \"rankvar\": 2207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1634, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1618, \"group\": [4007.0, 590.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATGAATG\", \"ini\": 1954, \"clust\": 3145, \"rank\": 1597, \"rankvar\": 3405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1635, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1619, \"group\": [3148.0, 546.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCATTTCACT\", \"ini\": 1953, \"clust\": 3526, \"rank\": 913, \"rankvar\": 3162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1620, \"group\": [3530.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTAACGGT\", \"ini\": 1952, \"clust\": 4963, \"rank\": 693, \"rankvar\": 542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1637, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4882, \"group\": [4963.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGACAAGCC\", \"ini\": 1951, \"clust\": 4030, \"rank\": 2416, \"rankvar\": 3093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1621, \"group\": [4031.0, 596.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGGCACTA\", \"ini\": 1950, \"clust\": 2494, \"rank\": 2617, \"rankvar\": 1517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2763, \"group\": [2494.0, 452.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAGCGATG\", \"ini\": 1949, \"clust\": 4633, \"rank\": 2647, \"rankvar\": 2856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1640, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4883, \"group\": [4634.0, 807.0, 161.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTATATGAG\", \"ini\": 1948, \"clust\": 5221, \"rank\": 513, \"rankvar\": 1470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1641, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4884, \"group\": [5222.0, 898.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCGGTGTTA\", \"ini\": 1947, \"clust\": 287, \"rank\": 3193, \"rankvar\": 117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1642, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1622, \"group\": [288.0, 33.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGCGAG\", \"ini\": 1946, \"clust\": 3176, \"rank\": 2301, \"rankvar\": 984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1623, \"group\": [3178.0, 549.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGTAGGTGC\", \"ini\": 1945, \"clust\": 2512, \"rank\": 2554, \"rankvar\": 1210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1624, \"group\": [2513.0, 455.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACAGACAG\", \"ini\": 1944, \"clust\": 2965, \"rank\": 1410, \"rankvar\": 3805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1625, \"group\": [2963.0, 532.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGACCAAG\", \"ini\": 1943, \"clust\": 197, \"rank\": 4603, \"rankvar\": 5217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1646, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 101, \"group\": [197.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCGATCCCT\", \"ini\": 1942, \"clust\": 2466, \"rank\": 2512, \"rankvar\": 2549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1647, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1626, \"group\": [2466.0, 450.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTAAC\", \"ini\": 1941, \"clust\": 3972, \"rank\": 1854, \"rankvar\": 2806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1648, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1627, \"group\": [3972.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCTGCTGCT\", \"ini\": 1940, \"clust\": 4013, \"rank\": 1845, \"rankvar\": 3542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1649, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1628, \"group\": [4013.0, 592.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATGCATG\", \"ini\": 1939, \"clust\": 3128, \"rank\": 1949, \"rankvar\": 367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1629, \"group\": [3129.0, 545.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCATTCCTGC\", \"ini\": 1938, \"clust\": 198, \"rank\": 4575, \"rankvar\": 5218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1651, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 102, \"group\": [198.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACCTCGGA\", \"ini\": 1937, \"clust\": 4168, \"rank\": 3075, \"rankvar\": 1277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1630, \"group\": [4168.0, 658.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCAGTATCACCA\", \"ini\": 1936, \"clust\": 5226, \"rank\": 1274, \"rankvar\": 3895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1653, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4885, \"group\": [5225.0, 899.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCCTATTCA\", \"ini\": 1935, \"clust\": 4179, \"rank\": 2808, \"rankvar\": 2411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1631, \"group\": [4179.0, 661.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTAAGTGTA\", \"ini\": 1934, \"clust\": 2469, \"rank\": 2158, \"rankvar\": 1797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1655, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1632, \"group\": [2469.0, 450.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTGCTGTAT\", \"ini\": 1933, \"clust\": 910, \"rank\": 3388, \"rankvar\": 4995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1656, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5213, \"group\": [910.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATGGTCA\", \"ini\": 1932, \"clust\": 3760, \"rank\": 1095, \"rankvar\": 1511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1633, \"group\": [3761.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGACGACGT\", \"ini\": 1931, \"clust\": 3402, \"rank\": 1600, \"rankvar\": 2331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1634, \"group\": [3404.0, 577.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTCCGAGTC\", \"ini\": 1930, \"clust\": 4400, \"rank\": 701, \"rankvar\": 2308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4886, \"group\": [4401.0, 749.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGAAGG\", \"ini\": 1929, \"clust\": 2825, \"rank\": 1575, \"rankvar\": 2134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1635, \"group\": [2824.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACAGGCTCAC\", \"ini\": 1928, \"clust\": 3061, \"rank\": 1269, \"rankvar\": 1477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1636, \"group\": [3064.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCATTTGGG\", \"ini\": 1927, \"clust\": 4487, \"rank\": 1537, \"rankvar\": 3632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3136, \"group\": [4487.0, 769.0, 152.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAAGGGCTCTC\", \"ini\": 1926, \"clust\": 2159, \"rank\": 3054, \"rankvar\": 575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1663, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2764, \"group\": [2160.0, 345.0, 65.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCAATGTC\", \"ini\": 1925, \"clust\": 2974, \"rank\": 2486, \"rankvar\": 2842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1664, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1637, \"group\": [2974.0, 532.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCGC\", \"ini\": 1924, \"clust\": 4117, \"rank\": 2931, \"rankvar\": 1489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1665, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2765, \"group\": [4117.0, 635.0, 116.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGAACAG\", \"ini\": 1923, \"clust\": 4031, \"rank\": 2666, \"rankvar\": 2192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1666, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2766, \"group\": [4032.0, 596.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACACGAAACG\", \"ini\": 1922, \"clust\": 2629, \"rank\": 2653, \"rankvar\": 3486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1638, \"group\": [2627.0, 485.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCACTAGTAC\", \"ini\": 1921, \"clust\": 2666, \"rank\": 1711, \"rankvar\": 1598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1668, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1639, \"group\": [2665.0, 499.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACGGTTTA\", \"ini\": 1920, \"clust\": 4054, \"rank\": 2084, \"rankvar\": 3684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1640, \"group\": [4058.0, 603.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCAAAGTC\", \"ini\": 1919, \"clust\": 3668, \"rank\": 2223, \"rankvar\": 1866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1670, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1641, \"group\": [3669.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCTCGCATC\", \"ini\": 1918, \"clust\": 4972, \"rank\": 691, \"rankvar\": 817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1671, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4887, \"group\": [4970.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTGGACCC\", \"ini\": 1917, \"clust\": 608, \"rank\": 3202, \"rankvar\": 78, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1672, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1642, \"group\": [608.0, 99.0, 21.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCGAATGT\", \"ini\": 1916, \"clust\": 260, \"rank\": 4142, \"rankvar\": 5145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1673, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 103, \"group\": [260.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTAAGTGTA\", \"ini\": 1915, \"clust\": 3110, \"rank\": 1755, \"rankvar\": 1680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1643, \"group\": [3114.0, 543.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCTGTCCGT\", \"ini\": 1914, \"clust\": 2785, \"rank\": 1924, \"rankvar\": 1912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1644, \"group\": [2788.0, 518.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCAGTATG\", \"ini\": 1913, \"clust\": 5223, \"rank\": 937, \"rankvar\": 2528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1676, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4888, \"group\": [5224.0, 898.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTCCGAACC\", \"ini\": 1912, \"clust\": 4173, \"rank\": 2673, \"rankvar\": 1303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1677, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1645, \"group\": [4176.0, 660.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTGCGCTTG\", \"ini\": 1911, \"clust\": 3088, \"rank\": 2447, \"rankvar\": 453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1646, \"group\": [3089.0, 541.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACAGACGCTC\", \"ini\": 1910, \"clust\": 3312, \"rank\": 1732, \"rankvar\": 1272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1679, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2767, \"group\": [3315.0, 566.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGGGAG\", \"ini\": 1909, \"clust\": 3917, \"rank\": 444, \"rankvar\": 2202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1647, \"group\": [3917.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTTCGAGA\", \"ini\": 1908, \"clust\": 2390, \"rank\": 2305, \"rankvar\": 2303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1681, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1648, \"group\": [2391.0, 423.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGAATCCA\", \"ini\": 1907, \"clust\": 4178, \"rank\": 2720, \"rankvar\": 1841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1649, \"group\": [4181.0, 661.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGAATGGA\", \"ini\": 1906, \"clust\": 4205, \"rank\": 3106, \"rankvar\": 2624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1650, \"group\": [4204.0, 666.0, 125.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCGTACGGC\", \"ini\": 1905, \"clust\": 3329, \"rank\": 2251, \"rankvar\": 4087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1651, \"group\": [3330.0, 568.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCAGAGCCAA\", \"ini\": 1904, \"clust\": 3219, \"rank\": 1426, \"rankvar\": 372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1685, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2768, \"group\": [3220.0, 555.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCATGTCCC\", \"ini\": 1903, \"clust\": 2708, \"rank\": 2391, \"rankvar\": 2067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1652, \"group\": [2709.0, 507.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTAGTGCG\", \"ini\": 1902, \"clust\": 2845, \"rank\": 1545, \"rankvar\": 3902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1653, \"group\": [2849.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCGATTCT\", \"ini\": 1901, \"clust\": 2979, \"rank\": 1676, \"rankvar\": 2111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1654, \"group\": [2978.0, 532.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTGTTGAGG\", \"ini\": 1900, \"clust\": 2810, \"rank\": 1972, \"rankvar\": 2954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1689, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1655, \"group\": [2811.0, 523.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAGTAACGG\", \"ini\": 1899, \"clust\": 3039, \"rank\": 1927, \"rankvar\": 843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1656, \"group\": [3039.0, 536.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGCTAGTCT\", \"ini\": 1898, \"clust\": 4687, \"rank\": 907, \"rankvar\": 1777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3137, \"group\": [4687.0, 829.0, 166.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTGTCGT\", \"ini\": 1897, \"clust\": 4570, \"rank\": 616, \"rankvar\": 3232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3138, \"group\": [4567.0, 779.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGAGTCCCACG\", \"ini\": 1896, \"clust\": 2862, \"rank\": 1742, \"rankvar\": 986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1657, \"group\": [2863.0, 526.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCAAGCCCAC\", \"ini\": 1895, \"clust\": 252, \"rank\": 4047, \"rankvar\": 5111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1694, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 104, \"group\": [253.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTGTATGGG\", \"ini\": 1894, \"clust\": 2227, \"rank\": 2972, \"rankvar\": 1078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1658, \"group\": [2229.0, 369.0, 72.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATTCCC\", \"ini\": 1893, \"clust\": 3147, \"rank\": 2034, \"rankvar\": 860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1696, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1659, \"group\": [3147.0, 546.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAAAGCGGT\", \"ini\": 1892, \"clust\": 3124, \"rank\": 2440, \"rankvar\": 2128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1697, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1660, \"group\": [3127.0, 544.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTCTCCCTA\", \"ini\": 1891, \"clust\": 3262, \"rank\": 2023, \"rankvar\": 2077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1661, \"group\": [3263.0, 561.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTACGAGT\", \"ini\": 1890, \"clust\": 3175, \"rank\": 2357, \"rankvar\": 735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1662, \"group\": [3175.0, 549.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGCGCCAA\", \"ini\": 1889, \"clust\": 4987, \"rank\": 734, \"rankvar\": 564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1700, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4889, \"group\": [4986.0, 870.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGGATCGA\", \"ini\": 1888, \"clust\": 3425, \"rank\": 699, \"rankvar\": 2706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1701, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1663, \"group\": [3428.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCGCAA\", \"ini\": 1887, \"clust\": 5114, \"rank\": 1089, \"rankvar\": 1005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1702, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4890, \"group\": [5115.0, 875.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAGTGGAGT\", \"ini\": 1886, \"clust\": 3141, \"rank\": 1641, \"rankvar\": 3177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1664, \"group\": [3139.0, 546.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTAGCAAAT\", \"ini\": 1885, \"clust\": 2226, \"rank\": 2150, \"rankvar\": 272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1665, \"group\": [2230.0, 370.0, 72.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGGCATGTG\", \"ini\": 1884, \"clust\": 2457, \"rank\": 2449, \"rankvar\": 847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1666, \"group\": [2457.0, 445.0, 88.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCTGTT\", \"ini\": 1883, \"clust\": 3722, \"rank\": 2107, \"rankvar\": 23, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1706, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1667, \"group\": [3722.0, 581.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGATGT\", \"ini\": 1882, \"clust\": 3293, \"rank\": 1746, \"rankvar\": 3169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1707, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1668, \"group\": [3294.0, 564.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCACAGCCCA\", \"ini\": 1881, \"clust\": 2976, \"rank\": 1351, \"rankvar\": 3393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1669, \"group\": [2980.0, 532.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTATATGGA\", \"ini\": 1880, \"clust\": 3118, \"rank\": 2596, \"rankvar\": 2794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1709, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1670, \"group\": [3121.0, 543.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCGTTTATC\", \"ini\": 1879, \"clust\": 2534, \"rank\": 2058, \"rankvar\": 4099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1671, \"group\": [2535.0, 464.0, 92.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCCCACTTG\", \"ini\": 1878, \"clust\": 2882, \"rank\": 2339, \"rankvar\": 452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1672, \"group\": [2883.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGGGATC\", \"ini\": 1877, \"clust\": 2983, \"rank\": 2265, \"rankvar\": 1350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1673, \"group\": [2984.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCCACGCAG\", \"ini\": 1876, \"clust\": 2668, \"rank\": 1954, \"rankvar\": 2769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1674, \"group\": [2669.0, 499.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCAAAGCG\", \"ini\": 1875, \"clust\": 4049, \"rank\": 2236, \"rankvar\": 1301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1675, \"group\": [4050.0, 602.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCCATGAAC\", \"ini\": 1874, \"clust\": 4730, \"rank\": 1690, \"rankvar\": 2919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1715, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4891, \"group\": [4729.0, 842.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCCGGCACA\", \"ini\": 1873, \"clust\": 4794, \"rank\": 1964, \"rankvar\": 2008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1716, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4892, \"group\": [4795.0, 857.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTACCGTTA\", \"ini\": 1872, \"clust\": 3352, \"rank\": 1633, \"rankvar\": 2913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1717, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2769, \"group\": [3364.0, 572.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGGGTATG\", \"ini\": 1871, \"clust\": 2190, \"rank\": 2370, \"rankvar\": 3973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1676, \"group\": [2189.0, 356.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTCTTGATG\", \"ini\": 1870, \"clust\": 5098, \"rank\": 660, \"rankvar\": 254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1719, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4893, \"group\": [5099.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTACGGAG\", \"ini\": 1869, \"clust\": 2833, \"rank\": 2400, \"rankvar\": 2838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1720, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1677, \"group\": [2832.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAAGCACACAG\", \"ini\": 1868, \"clust\": 4441, \"rank\": 943, \"rankvar\": 4611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1721, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3967, \"group\": [4442.0, 758.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGTACACCT\", \"ini\": 1867, \"clust\": 4194, \"rank\": 2650, \"rankvar\": 622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1722, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1678, \"group\": [4194.0, 663.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGGACAC\", \"ini\": 1866, \"clust\": 4689, \"rank\": 1674, \"rankvar\": 3577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4894, \"group\": [4690.0, 830.0, 166.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTTGACGTT\", \"ini\": 1865, \"clust\": 4737, \"rank\": 2247, \"rankvar\": 1152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3139, \"group\": [4739.0, 845.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCGTTCCG\", \"ini\": 1864, \"clust\": 2257, \"rank\": 1849, \"rankvar\": 2618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2770, \"group\": [2257.0, 381.0, 74.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCAGGGTATG\", \"ini\": 1863, \"clust\": 4147, \"rank\": 2635, \"rankvar\": 2055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1679, \"group\": [4147.0, 650.0, 122.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTTGACGA\", \"ini\": 1862, \"clust\": 2968, \"rank\": 2067, \"rankvar\": 1328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1727, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2771, \"group\": [2968.0, 532.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATCCGGGT\", \"ini\": 1861, \"clust\": 200, \"rank\": 4804, \"rankvar\": 4712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1728, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 105, \"group\": [202.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCATGACGGA\", \"ini\": 1860, \"clust\": 2881, \"rank\": 1166, \"rankvar\": 3125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1729, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1680, \"group\": [2882.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTTCCGTCT\", \"ini\": 1859, \"clust\": 2724, \"rank\": 1771, \"rankvar\": 1359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1681, \"group\": [2724.0, 508.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACCATAG\", \"ini\": 1858, \"clust\": 2996, \"rank\": 1659, \"rankvar\": 2567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1731, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2772, \"group\": [2999.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGGTGTTAA\", \"ini\": 1857, \"clust\": 3028, \"rank\": 1782, \"rankvar\": 2417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1732, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1682, \"group\": [3032.0, 535.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGACTCGGA\", \"ini\": 1856, \"clust\": 3097, \"rank\": 1757, \"rankvar\": 2853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1733, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1683, \"group\": [3096.0, 542.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGTGAAGTT\", \"ini\": 1855, \"clust\": 5127, \"rank\": 1564, \"rankvar\": 768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4895, \"group\": [5128.0, 875.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCAGAGACG\", \"ini\": 1854, \"clust\": 2505, \"rank\": 2334, \"rankvar\": 1613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1684, \"group\": [2507.0, 455.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCTCAACGAAA\", \"ini\": 1853, \"clust\": 3788, \"rank\": 831, \"rankvar\": 539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1736, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2773, \"group\": [3789.0, 585.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTCGCGGTT\", \"ini\": 1852, \"clust\": 4944, \"rank\": 385, \"rankvar\": 3354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4896, \"group\": [4945.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGAGTCTGG\", \"ini\": 1851, \"clust\": 4634, \"rank\": 2850, \"rankvar\": 1322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1738, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4897, \"group\": [4635.0, 807.0, 161.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTACAGCTTCGG\", \"ini\": 1850, \"clust\": 2223, \"rank\": 2954, \"rankvar\": 479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1685, \"group\": [2226.0, 368.0, 72.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTCTGAGA\", \"ini\": 1849, \"clust\": 2818, \"rank\": 2137, \"rankvar\": 2650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1686, \"group\": [2819.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTGTGGTTT\", \"ini\": 1848, \"clust\": 4027, \"rank\": 1677, \"rankvar\": 3499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1687, \"group\": [4028.0, 594.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATCCGTGG\", \"ini\": 1847, \"clust\": 3686, \"rank\": 1316, \"rankvar\": 3685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1742, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1688, \"group\": [3689.0, 580.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAGC\", \"ini\": 1846, \"clust\": 4904, \"rank\": 863, \"rankvar\": 1223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1743, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4898, \"group\": [4911.0, 867.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACAAGGTGTG\", \"ini\": 1845, \"clust\": 2605, \"rank\": 2844, \"rankvar\": 10, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1744, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2774, \"group\": [2606.0, 481.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGAATTCCC\", \"ini\": 1844, \"clust\": 5155, \"rank\": 1104, \"rankvar\": 711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1745, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4899, \"group\": [5155.0, 882.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTCCGTAT\", \"ini\": 1843, \"clust\": 2671, \"rank\": 1818, \"rankvar\": 1719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1746, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1689, \"group\": [2671.0, 499.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGTGAGT\", \"ini\": 1842, \"clust\": 2553, \"rank\": 2196, \"rankvar\": 3553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1747, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1690, \"group\": [2554.0, 469.0, 93.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTATATGAG\", \"ini\": 1841, \"clust\": 2776, \"rank\": 2274, \"rankvar\": 1176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1691, \"group\": [2779.0, 516.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCATGCAT\", \"ini\": 1840, \"clust\": 2626, \"rank\": 2135, \"rankvar\": 1399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1692, \"group\": [2631.0, 485.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAGCGTCCA\", \"ini\": 1839, \"clust\": 2674, \"rank\": 2178, \"rankvar\": 3141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1750, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1693, \"group\": [2674.0, 500.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTAGGACAC\", \"ini\": 1838, \"clust\": 2616, \"rank\": 2545, \"rankvar\": 1596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1751, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1694, \"group\": [2616.0, 485.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTCCGGCA\", \"ini\": 1837, \"clust\": 2860, \"rank\": 2064, \"rankvar\": 1829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1695, \"group\": [2860.0, 526.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATTTCAGG\", \"ini\": 1836, \"clust\": 4927, \"rank\": 1052, \"rankvar\": 985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1753, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4900, \"group\": [4928.0, 867.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTTAGTGGG\", \"ini\": 1835, \"clust\": 2483, \"rank\": 2042, \"rankvar\": 3224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1696, \"group\": [2486.0, 451.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTCAGCTTCGG\", \"ini\": 1834, \"clust\": 4119, \"rank\": 2783, \"rankvar\": 725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1697, \"group\": [4119.0, 635.0, 116.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTACATGTC\", \"ini\": 1833, \"clust\": 2524, \"rank\": 2320, \"rankvar\": 371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1756, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2775, \"group\": [2527.0, 460.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCACCGCTAG\", \"ini\": 1832, \"clust\": 2519, \"rank\": 2642, \"rankvar\": 2472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1698, \"group\": [2519.0, 457.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTTCCAACA\", \"ini\": 1831, \"clust\": 3173, \"rank\": 2280, \"rankvar\": 1384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1699, \"group\": [3179.0, 549.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTCCAGGG\", \"ini\": 1830, \"clust\": 4022, \"rank\": 2046, \"rankvar\": 2697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1759, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2776, \"group\": [4022.0, 592.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGTCGTTC\", \"ini\": 1829, \"clust\": 4125, \"rank\": 2510, \"rankvar\": 2880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1700, \"group\": [4124.0, 637.0, 116.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCACGTCAGC\", \"ini\": 1828, \"clust\": 4736, \"rank\": 1666, \"rankvar\": 2286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1761, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4901, \"group\": [4740.0, 845.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGTCCTCCT\", \"ini\": 1827, \"clust\": 2486, \"rank\": 2528, \"rankvar\": 2446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1762, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1701, \"group\": [2489.0, 452.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGGCTCTTA\", \"ini\": 1826, \"clust\": 3689, \"rank\": 1075, \"rankvar\": 4001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1702, \"group\": [3687.0, 580.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATTCTTAC\", \"ini\": 1825, \"clust\": 3078, \"rank\": 2707, \"rankvar\": 1156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1703, \"group\": [3079.0, 539.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCCTCATTA\", \"ini\": 1824, \"clust\": 914, \"rank\": 3059, \"rankvar\": 4939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5214, \"group\": [913.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTTGTCGCG\", \"ini\": 1823, \"clust\": 4032, \"rank\": 2499, \"rankvar\": 3801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1704, \"group\": [4033.0, 597.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCCATTTA\", \"ini\": 1822, \"clust\": 5135, \"rank\": 1671, \"rankvar\": 3533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1767, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4902, \"group\": [5135.0, 879.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCACAGACAG\", \"ini\": 1821, \"clust\": 2503, \"rank\": 2882, \"rankvar\": 3339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1705, \"group\": [2504.0, 454.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGGTACTCT\", \"ini\": 1820, \"clust\": 2489, \"rank\": 2309, \"rankvar\": 3701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1706, \"group\": [2490.0, 452.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTCTGTCG\", \"ini\": 1819, \"clust\": 4750, \"rank\": 2203, \"rankvar\": 2742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1770, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4903, \"group\": [4751.0, 849.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGCCTTGG\", \"ini\": 1818, \"clust\": 2484, \"rank\": 2535, \"rankvar\": 2778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1707, \"group\": [2484.0, 451.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTGCTGCT\", \"ini\": 1817, \"clust\": 3079, \"rank\": 2253, \"rankvar\": 2455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1772, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1708, \"group\": [3080.0, 540.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTTCAGACT\", \"ini\": 1816, \"clust\": 2690, \"rank\": 2637, \"rankvar\": 510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1773, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1709, \"group\": [2693.0, 503.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGAAGGCT\", \"ini\": 1815, \"clust\": 3163, \"rank\": 1842, \"rankvar\": 3455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1710, \"group\": [3162.0, 547.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTAAACCTC\", \"ini\": 1814, \"clust\": 3240, \"rank\": 1529, \"rankvar\": 826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1775, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2777, \"group\": [3240.0, 557.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTCACGCC\", \"ini\": 1813, \"clust\": 5186, \"rank\": 1209, \"rankvar\": 2354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1776, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4904, \"group\": [5182.0, 890.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGTGGGTTG\", \"ini\": 1812, \"clust\": 2728, \"rank\": 1931, \"rankvar\": 2906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1711, \"group\": [2730.0, 508.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGGGCTTGA\", \"ini\": 1811, \"clust\": 3357, \"rank\": 1734, \"rankvar\": 3572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1778, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1712, \"group\": [3359.0, 572.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATGGAATA\", \"ini\": 1810, \"clust\": 2730, \"rank\": 1622, \"rankvar\": 2803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1779, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1713, \"group\": [2729.0, 508.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTACCGAGA\", \"ini\": 1809, \"clust\": 5092, \"rank\": 1230, \"rankvar\": 15, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1780, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4905, \"group\": [5094.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCAGCATGT\", \"ini\": 1808, \"clust\": 3289, \"rank\": 2239, \"rankvar\": 3441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1714, \"group\": [3290.0, 564.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCTAGGCA\", \"ini\": 1807, \"clust\": 2552, \"rank\": 2573, \"rankvar\": 2962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1715, \"group\": [2550.0, 467.0, 92.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGCTGCTG\", \"ini\": 1806, \"clust\": 1484, \"rank\": 4636, \"rankvar\": 3545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1783, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4906, \"group\": [1486.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCTATGTT\", \"ini\": 1805, \"clust\": 3744, \"rank\": 1654, \"rankvar\": 743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1716, \"group\": [3743.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCCGAATGT\", \"ini\": 1804, \"clust\": 2943, \"rank\": 1291, \"rankvar\": 2460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1785, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2778, \"group\": [2944.0, 531.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGACGGTA\", \"ini\": 1803, \"clust\": 250, \"rank\": 4607, \"rankvar\": 5140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1786, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 106, \"group\": [250.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTATAGTAG\", \"ini\": 1802, \"clust\": 193, \"rank\": 4705, \"rankvar\": 4988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1787, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 107, \"group\": [193.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATTTCAGG\", \"ini\": 1801, \"clust\": 2577, \"rank\": 2368, \"rankvar\": 2312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1717, \"group\": [2578.0, 474.0, 94.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCATGTCCTC\", \"ini\": 1800, \"clust\": 2606, \"rank\": 2687, \"rankvar\": 1064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1718, \"group\": [2607.0, 481.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTCACCTAA\", \"ini\": 1799, \"clust\": 253, \"rank\": 4100, \"rankvar\": 4928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1790, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 108, \"group\": [254.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTAACGGT\", \"ini\": 1798, \"clust\": 2492, \"rank\": 1914, \"rankvar\": 3280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1719, \"group\": [2493.0, 452.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCAGTCAGT\", \"ini\": 1797, \"clust\": 238, \"rank\": 4343, \"rankvar\": 5127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1792, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 109, \"group\": [235.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGATCCA\", \"ini\": 1796, \"clust\": 3286, \"rank\": 2012, \"rankvar\": 2626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1720, \"group\": [3286.0, 564.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGATCTGT\", \"ini\": 1795, \"clust\": 3285, \"rank\": 1693, \"rankvar\": 1364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1794, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1721, \"group\": [3288.0, 564.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACACGTCAGC\", \"ini\": 1794, \"clust\": 2147, \"rank\": 3340, \"rankvar\": 617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1795, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1722, \"group\": [2150.0, 341.0, 65.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGGTCTGCGGT\", \"ini\": 1793, \"clust\": 4805, \"rank\": 1399, \"rankvar\": 507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1796, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4907, \"group\": [4806.0, 858.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCTGCTGTC\", \"ini\": 1792, \"clust\": 2700, \"rank\": 2655, \"rankvar\": 2279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1797, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1723, \"group\": [2702.0, 504.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCCGATATG\", \"ini\": 1791, \"clust\": 254, \"rank\": 4413, \"rankvar\": 5096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1798, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 110, \"group\": [255.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATACAATCAGAA\", \"ini\": 1790, \"clust\": 4503, \"rank\": 596, \"rankvar\": 443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3140, \"group\": [4502.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCAGCTGGC\", \"ini\": 1789, \"clust\": 4563, \"rank\": 575, \"rankvar\": 3341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3141, \"group\": [4560.0, 779.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTTGCGTTA\", \"ini\": 1788, \"clust\": 4657, \"rank\": 2201, \"rankvar\": 4333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4908, \"group\": [4658.0, 816.0, 162.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGACTAGGC\", \"ini\": 1787, \"clust\": 2652, \"rank\": 2677, \"rankvar\": 1151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1802, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1724, \"group\": [2653.0, 493.0, 96.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCCCGC\", \"ini\": 1786, \"clust\": 4153, \"rank\": 3108, \"rankvar\": 268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1803, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1725, \"group\": [4152.0, 652.0, 122.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTACACCGC\", \"ini\": 1785, \"clust\": 2556, \"rank\": 1961, \"rankvar\": 3939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1726, \"group\": [2557.0, 470.0, 93.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCAGTAGAGC\", \"ini\": 1784, \"clust\": 4590, \"rank\": 2079, \"rankvar\": 4525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1805, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 236, \"group\": [4590.0, 786.0, 156.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCCCTAATT\", \"ini\": 1783, \"clust\": 2869, \"rank\": 1815, \"rankvar\": 185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1806, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2779, \"group\": [2869.0, 527.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGGTGACCA\", \"ini\": 1782, \"clust\": 4559, \"rank\": 835, \"rankvar\": 891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3142, \"group\": [4563.0, 779.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGACACGAC\", \"ini\": 1781, \"clust\": 3025, \"rank\": 2146, \"rankvar\": 1754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1808, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1727, \"group\": [3024.0, 535.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCACCCGAG\", \"ini\": 1780, \"clust\": 5142, \"rank\": 501, \"rankvar\": 696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1809, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4909, \"group\": [5144.0, 882.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCACGGTTA\", \"ini\": 1779, \"clust\": 4913, \"rank\": 411, \"rankvar\": 2420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4910, \"group\": [4915.0, 867.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCACTACAGT\", \"ini\": 1778, \"clust\": 3978, \"rank\": 1440, \"rankvar\": 1370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1728, \"group\": [3979.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCGAATGGG\", \"ini\": 1777, \"clust\": 2299, \"rank\": 2242, \"rankvar\": 1646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1812, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1729, \"group\": [2298.0, 395.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAAGCCGTC\", \"ini\": 1776, \"clust\": 4163, \"rank\": 3258, \"rankvar\": 661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1730, \"group\": [4163.0, 656.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTCGCGAC\", \"ini\": 1775, \"clust\": 2624, \"rank\": 2560, \"rankvar\": 1973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1814, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1731, \"group\": [2624.0, 485.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGTTAACC\", \"ini\": 1774, \"clust\": 3104, \"rank\": 2138, \"rankvar\": 1069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1815, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1732, \"group\": [3104.0, 543.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCAGCATGAG\", \"ini\": 1773, \"clust\": 167, \"rank\": 4721, \"rankvar\": 5139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1816, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 111, \"group\": [168.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAAGTAA\", \"ini\": 1772, \"clust\": 915, \"rank\": 3855, \"rankvar\": 5008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1817, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5215, \"group\": [914.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCACTTATC\", \"ini\": 1771, \"clust\": 3444, \"rank\": 2185, \"rankvar\": 836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1733, \"group\": [3445.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCAATAAGG\", \"ini\": 1770, \"clust\": 3023, \"rank\": 2133, \"rankvar\": 3748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1819, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1734, \"group\": [3025.0, 535.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACCAGGC\", \"ini\": 1769, \"clust\": 3122, \"rank\": 2767, \"rankvar\": 3012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1735, \"group\": [3122.0, 543.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACACCATCCT\", \"ini\": 1768, \"clust\": 4767, \"rank\": 1268, \"rankvar\": 1712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1821, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4911, \"group\": [4768.0, 853.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCAGCTTAG\", \"ini\": 1767, \"clust\": 2530, \"rank\": 2996, \"rankvar\": 1302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1822, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1736, \"group\": [2531.0, 462.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATTACCG\", \"ini\": 1766, \"clust\": 3044, \"rank\": 1601, \"rankvar\": 3734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1737, \"group\": [3049.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCATCTGCC\", \"ini\": 1765, \"clust\": 2715, \"rank\": 2748, \"rankvar\": 853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1738, \"group\": [2716.0, 508.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGGCAGGTT\", \"ini\": 1764, \"clust\": 3187, \"rank\": 2556, \"rankvar\": 114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1825, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1739, \"group\": [3188.0, 550.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTTGTTTGG\", \"ini\": 1763, \"clust\": 3165, \"rank\": 2326, \"rankvar\": 1763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1826, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2780, \"group\": [3166.0, 547.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTTCACTCTTA\", \"ini\": 1762, \"clust\": 2452, \"rank\": 1630, \"rankvar\": 3996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1827, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1740, \"group\": [2452.0, 444.0, 88.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGATGAGG\", \"ini\": 1761, \"clust\": 3654, \"rank\": 1420, \"rankvar\": 1419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1828, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1741, \"group\": [3655.0, 579.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCGCCGTGA\", \"ini\": 1760, \"clust\": 2228, \"rank\": 2516, \"rankvar\": 3106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1742, \"group\": [2227.0, 369.0, 72.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTTCCGGCA\", \"ini\": 1759, \"clust\": 4390, \"rank\": 1993, \"rankvar\": 3562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1830, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4912, \"group\": [4393.0, 748.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGGATGGG\", \"ini\": 1758, \"clust\": 4174, \"rank\": 2925, \"rankvar\": 1368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1743, \"group\": [4174.0, 659.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCCTCCTAG\", \"ini\": 1757, \"clust\": 4652, \"rank\": 2431, \"rankvar\": 2875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1832, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4913, \"group\": [4652.0, 814.0, 162.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTTATCGC\", \"ini\": 1756, \"clust\": 3172, \"rank\": 1872, \"rankvar\": 3568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1744, \"group\": [3173.0, 549.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGAGCCTAG\", \"ini\": 1755, \"clust\": 3181, \"rank\": 2025, \"rankvar\": 2332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1745, \"group\": [3181.0, 549.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCCGTCAG\", \"ini\": 1754, \"clust\": 2795, \"rank\": 2381, \"rankvar\": 708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1746, \"group\": [2795.0, 520.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGGAGGTA\", \"ini\": 1753, \"clust\": 3142, \"rank\": 2001, \"rankvar\": 2846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1747, \"group\": [3140.0, 546.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGGAGTACC\", \"ini\": 1752, \"clust\": 4879, \"rank\": 154, \"rankvar\": 796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1837, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4914, \"group\": [4879.0, 865.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGCTCAACT\", \"ini\": 1751, \"clust\": 3192, \"rank\": 1918, \"rankvar\": 2340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1838, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1748, \"group\": [3193.0, 551.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGAGTACCG\", \"ini\": 1750, \"clust\": 3395, \"rank\": 457, \"rankvar\": 512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1839, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2781, \"group\": [3394.0, 576.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGGATTCGG\", \"ini\": 1749, \"clust\": 2166, \"rank\": 2800, \"rankvar\": 3314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1749, \"group\": [2166.0, 346.0, 65.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTAGAAAGG\", \"ini\": 1748, \"clust\": 2155, \"rank\": 3497, \"rankvar\": 1382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1750, \"group\": [2156.0, 344.0, 65.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGATCTCGTTTA\", \"ini\": 1747, \"clust\": 4765, \"rank\": 2421, \"rankvar\": 3385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4915, \"group\": [4765.0, 852.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCGATGAGG\", \"ini\": 1746, \"clust\": 4606, \"rank\": 505, \"rankvar\": 4432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1843, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3968, \"group\": [4606.0, 794.0, 158.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGTGCGTC\", \"ini\": 1745, \"clust\": 4637, \"rank\": 2672, \"rankvar\": 1527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1844, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4916, \"group\": [4637.0, 808.0, 161.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTATCGCAT\", \"ini\": 1744, \"clust\": 4690, \"rank\": 2022, \"rankvar\": 3464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1845, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4917, \"group\": [4691.0, 830.0, 166.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACAGTGGAGT\", \"ini\": 1743, \"clust\": 4498, \"rank\": 391, \"rankvar\": 3922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3143, \"group\": [4498.0, 775.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGGTTCC\", \"ini\": 1742, \"clust\": 255, \"rank\": 4410, \"rankvar\": 5182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1847, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 112, \"group\": [256.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGAGGGA\", \"ini\": 1741, \"clust\": 536, \"rank\": 2690, \"rankvar\": 2347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1848, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1751, \"group\": [536.0, 79.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGTTTGG\", \"ini\": 1740, \"clust\": 3098, \"rank\": 2467, \"rankvar\": 882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1752, \"group\": [3097.0, 542.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTATCTGCA\", \"ini\": 1739, \"clust\": 3575, \"rank\": 1016, \"rankvar\": 1768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1850, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2782, \"group\": [3578.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGGATATAC\", \"ini\": 1738, \"clust\": 2163, \"rank\": 2993, \"rankvar\": 392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1851, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2783, \"group\": [2164.0, 345.0, 65.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTTCTGTTT\", \"ini\": 1737, \"clust\": 2520, \"rank\": 2956, \"rankvar\": 504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1852, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1753, \"group\": [2520.0, 457.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCGGAAG\", \"ini\": 1736, \"clust\": 1046, \"rank\": 3221, \"rankvar\": 3096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1754, \"group\": [1048.0, 200.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTACCGTTA\", \"ini\": 1735, \"clust\": 4145, \"rank\": 2593, \"rankvar\": 963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1755, \"group\": [4146.0, 649.0, 122.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCAAACGTGG\", \"ini\": 1734, \"clust\": 2694, \"rank\": 3015, \"rankvar\": 1481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1855, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1756, \"group\": [2694.0, 503.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTGCGACG\", \"ini\": 1733, \"clust\": 3157, \"rank\": 2430, \"rankvar\": 3154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1757, \"group\": [3160.0, 547.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGCCTATGT\", \"ini\": 1732, \"clust\": 3058, \"rank\": 1570, \"rankvar\": 911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1758, \"group\": [3061.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGACGCTTT\", \"ini\": 1731, \"clust\": 2693, \"rank\": 3048, \"rankvar\": 2318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1858, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1759, \"group\": [2696.0, 503.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTATCGCAT\", \"ini\": 1730, \"clust\": 4939, \"rank\": 548, \"rankvar\": 1202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3144, \"group\": [4939.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCGCATAA\", \"ini\": 1729, \"clust\": 177, \"rank\": 4691, \"rankvar\": 5225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1860, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 113, \"group\": [177.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAAGTAGTA\", \"ini\": 1728, \"clust\": 3035, \"rank\": 1835, \"rankvar\": 1813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1861, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1760, \"group\": [3034.0, 536.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGTCATCCA\", \"ini\": 1727, \"clust\": 4133, \"rank\": 2423, \"rankvar\": 1556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1761, \"group\": [4132.0, 641.0, 118.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAGTATGGTTC\", \"ini\": 1726, \"clust\": 178, \"rank\": 4635, \"rankvar\": 4974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1863, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 114, \"group\": [180.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTAATTGGA\", \"ini\": 1725, \"clust\": 2322, \"rank\": 1992, \"rankvar\": 3587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1762, \"group\": [2322.0, 401.0, 78.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATGGTCTA\", \"ini\": 1724, \"clust\": 181, \"rank\": 4649, \"rankvar\": 5064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1865, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 115, \"group\": [183.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCACCCGAG\", \"ini\": 1723, \"clust\": 4184, \"rank\": 3032, \"rankvar\": 450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1763, \"group\": [4185.0, 662.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAGACGTAG\", \"ini\": 1722, \"clust\": 4186, \"rank\": 2802, \"rankvar\": 1321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1764, \"group\": [4187.0, 662.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCCGTACAA\", \"ini\": 1721, \"clust\": 2526, \"rank\": 2439, \"rankvar\": 3807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1868, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1765, \"group\": [2526.0, 460.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGAGTGACC\", \"ini\": 1720, \"clust\": 3331, \"rank\": 1813, \"rankvar\": 2655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1869, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2784, \"group\": [3333.0, 568.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGCCCTAAT\", \"ini\": 1719, \"clust\": 4951, \"rank\": 816, \"rankvar\": 3626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1870, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4918, \"group\": [4952.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGGAGCGTT\", \"ini\": 1718, \"clust\": 262, \"rank\": 4280, \"rankvar\": 4962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1871, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 116, \"group\": [262.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACATAACC\", \"ini\": 1717, \"clust\": 4852, \"rank\": 843, \"rankvar\": 2533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1872, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4919, \"group\": [4853.0, 862.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACAAGCCATT\", \"ini\": 1716, \"clust\": 4920, \"rank\": 822, \"rankvar\": 1708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1873, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4920, \"group\": [4919.0, 867.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCGCGAAA\", \"ini\": 1715, \"clust\": 5187, \"rank\": 1029, \"rankvar\": 3836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1874, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4921, \"group\": [5183.0, 890.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTCGACTGC\", \"ini\": 1714, \"clust\": 4156, \"rank\": 3351, \"rankvar\": 304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1766, \"group\": [4156.0, 653.0, 123.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCATTCTA\", \"ini\": 1713, \"clust\": 2714, \"rank\": 1439, \"rankvar\": 3511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1767, \"group\": [2714.0, 508.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAACTGTC\", \"ini\": 1712, \"clust\": 4287, \"rank\": 2759, \"rankvar\": 3173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1877, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4922, \"group\": [4288.0, 705.0, 139.0, 29.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTGGACGAT\", \"ini\": 1711, \"clust\": 2814, \"rank\": 1788, \"rankvar\": 3615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1768, \"group\": [2815.0, 524.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACACATGGGA\", \"ini\": 1710, \"clust\": 2702, \"rank\": 2215, \"rankvar\": 269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1769, \"group\": [2701.0, 504.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGTCAGCC\", \"ini\": 1709, \"clust\": 4797, \"rank\": 1774, \"rankvar\": 2507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1880, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4923, \"group\": [4797.0, 857.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCATGGTAGG\", \"ini\": 1708, \"clust\": 4060, \"rank\": 2377, \"rankvar\": 404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1881, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1770, \"group\": [4064.0, 605.0, 105.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACATTTCAGG\", \"ini\": 1707, \"clust\": 2458, \"rank\": 2282, \"rankvar\": 1402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1771, \"group\": [2459.0, 447.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTCGGATCC\", \"ini\": 1706, \"clust\": 4412, \"rank\": 1050, \"rankvar\": 4003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3145, \"group\": [4412.0, 753.0, 150.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAGTATTAGCC\", \"ini\": 1705, \"clust\": 3184, \"rank\": 2087, \"rankvar\": 1251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1772, \"group\": [3187.0, 549.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCGCAT\", \"ini\": 1704, \"clust\": 2181, \"rank\": 2878, \"rankvar\": 2708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1773, \"group\": [2180.0, 353.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCATTCACTT\", \"ini\": 1703, \"clust\": 4185, \"rank\": 3316, \"rankvar\": 3745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1774, \"group\": [4186.0, 662.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGTGGACC\", \"ini\": 1702, \"clust\": 920, \"rank\": 4307, \"rankvar\": 4910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1887, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5216, \"group\": [919.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTTTACGT\", \"ini\": 1701, \"clust\": 2638, \"rank\": 2773, \"rankvar\": 2815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1775, \"group\": [2638.0, 487.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCAACACCTA\", \"ini\": 1700, \"clust\": 4548, \"rank\": 568, \"rankvar\": 4640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1889, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3969, \"group\": [4549.0, 778.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTACATGA\", \"ini\": 1699, \"clust\": 2632, \"rank\": 2679, \"rankvar\": 1075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1776, \"group\": [2632.0, 486.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATGTGGT\", \"ini\": 1698, \"clust\": 4911, \"rank\": 1797, \"rankvar\": 1432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1891, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4924, \"group\": [4917.0, 867.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTAACGGT\", \"ini\": 1697, \"clust\": 261, \"rank\": 4247, \"rankvar\": 4893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1892, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 117, \"group\": [261.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGATAAGT\", \"ini\": 1696, \"clust\": 2797, \"rank\": 2372, \"rankvar\": 3091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1777, \"group\": [2797.0, 521.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTACGCCC\", \"ini\": 1695, \"clust\": 2429, \"rank\": 2498, \"rankvar\": 2896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1894, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2785, \"group\": [2428.0, 435.0, 85.0, 18.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAAACGCG\", \"ini\": 1694, \"clust\": 2625, \"rank\": 2521, \"rankvar\": 3084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1778, \"group\": [2625.0, 485.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGACCTAGG\", \"ini\": 1693, \"clust\": 184, \"rank\": 4061, \"rankvar\": 5146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1896, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 118, \"group\": [188.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGTAGAGC\", \"ini\": 1692, \"clust\": 4492, \"rank\": 342, \"rankvar\": 4176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1897, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3146, \"group\": [4492.0, 772.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGGCGACAT\", \"ini\": 1691, \"clust\": 525, \"rank\": 3092, \"rankvar\": 3095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1898, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1779, \"group\": [525.0, 76.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACGGTTTA\", \"ini\": 1690, \"clust\": 4120, \"rank\": 2695, \"rankvar\": 2970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1780, \"group\": [4121.0, 636.0, 116.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCCGACTT\", \"ini\": 1689, \"clust\": 4623, \"rank\": 2826, \"rankvar\": 2197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1900, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4925, \"group\": [4623.0, 801.0, 160.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAGGTAA\", \"ini\": 1688, \"clust\": 2550, \"rank\": 2027, \"rankvar\": 3870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1781, \"group\": [2551.0, 467.0, 92.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGCT\", \"ini\": 1687, \"clust\": 3274, \"rank\": 2007, \"rankvar\": 3964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1782, \"group\": [3274.0, 562.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGATGTAT\", \"ini\": 1686, \"clust\": 4698, \"rank\": 2565, \"rankvar\": 1991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1903, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4926, \"group\": [4701.0, 833.0, 166.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCATCTGTT\", \"ini\": 1685, \"clust\": 4380, \"rank\": 2484, \"rankvar\": 3463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1904, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4927, \"group\": [4378.0, 743.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGCTAGTTC\", \"ini\": 1684, \"clust\": 2630, \"rank\": 2742, \"rankvar\": 738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1783, \"group\": [2628.0, 485.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGTCACGCC\", \"ini\": 1683, \"clust\": 4033, \"rank\": 2608, \"rankvar\": 612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1784, \"group\": [4034.0, 597.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTTGGACCC\", \"ini\": 1682, \"clust\": 5158, \"rank\": 1197, \"rankvar\": 956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4928, \"group\": [5158.0, 882.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAGGCCCA\", \"ini\": 1681, \"clust\": 2161, \"rank\": 3389, \"rankvar\": 821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1785, \"group\": [2162.0, 345.0, 65.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTTGTATC\", \"ini\": 1680, \"clust\": 4523, \"rank\": 196, \"rankvar\": 4157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1909, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3147, \"group\": [4522.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTAGCTGCC\", \"ini\": 1679, \"clust\": 4159, \"rank\": 3097, \"rankvar\": 3307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1786, \"group\": [4158.0, 654.0, 123.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATGACT\", \"ini\": 1678, \"clust\": 4762, \"rank\": 1936, \"rankvar\": 2825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4929, \"group\": [4762.0, 852.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAATCCGCTGTT\", \"ini\": 1677, \"clust\": 2222, \"rank\": 2071, \"rankvar\": 1034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1787, \"group\": [2222.0, 368.0, 72.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCTAGCCC\", \"ini\": 1676, \"clust\": 2184, \"rank\": 2657, \"rankvar\": 1433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1788, \"group\": [2187.0, 355.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACACGGTGTC\", \"ini\": 1675, \"clust\": 4158, \"rank\": 3230, \"rankvar\": 2099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1789, \"group\": [4160.0, 654.0, 123.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGAACTGTA\", \"ini\": 1674, \"clust\": 3114, \"rank\": 2094, \"rankvar\": 2351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1790, \"group\": [3115.0, 543.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACCGTTA\", \"ini\": 1673, \"clust\": 3105, \"rank\": 2117, \"rankvar\": 1412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1791, \"group\": [3110.0, 543.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCATGGAATA\", \"ini\": 1672, \"clust\": 4793, \"rank\": 2169, \"rankvar\": 3155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1917, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4930, \"group\": [4793.0, 857.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATTACCC\", \"ini\": 1671, \"clust\": 3205, \"rank\": 1736, \"rankvar\": 2923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1792, \"group\": [3206.0, 554.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAGTGAGTG\", \"ini\": 1670, \"clust\": 5086, \"rank\": 301, \"rankvar\": 837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1919, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4931, \"group\": [5089.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCACGGTTA\", \"ini\": 1669, \"clust\": 2633, \"rank\": 2530, \"rankvar\": 2932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1793, \"group\": [2633.0, 486.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTAGCCTCG\", \"ini\": 1668, \"clust\": 610, \"rank\": 3585, \"rankvar\": 1733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1921, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2786, \"group\": [611.0, 101.0, 22.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAACGCGA\", \"ini\": 1667, \"clust\": 3409, \"rank\": 1567, \"rankvar\": 3360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1794, \"group\": [3410.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCTCCACT\", \"ini\": 1666, \"clust\": 2048, \"rank\": 3004, \"rankvar\": 3425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4932, \"group\": [2049.0, 316.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTATAATGG\", \"ini\": 1665, \"clust\": 3117, \"rank\": 2443, \"rankvar\": 2149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1795, \"group\": [3118.0, 543.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCACTTACT\", \"ini\": 1664, \"clust\": 2182, \"rank\": 2602, \"rankvar\": 2830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1796, \"group\": [2181.0, 353.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTGTATGGG\", \"ini\": 1663, \"clust\": 5150, \"rank\": 1114, \"rankvar\": 2859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1926, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4933, \"group\": [5149.0, 882.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCACCTTAT\", \"ini\": 1662, \"clust\": 3080, \"rank\": 2785, \"rankvar\": 1784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1927, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1797, \"group\": [3081.0, 540.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCATCGATG\", \"ini\": 1661, \"clust\": 2449, \"rank\": 2180, \"rankvar\": 3803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1798, \"group\": [2449.0, 444.0, 88.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAACGACG\", \"ini\": 1660, \"clust\": 2510, \"rank\": 2385, \"rankvar\": 2174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1799, \"group\": [2510.0, 455.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACGATGT\", \"ini\": 1659, \"clust\": 2160, \"rank\": 3036, \"rankvar\": 3576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1930, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1800, \"group\": [2161.0, 345.0, 65.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTACACCGC\", \"ini\": 1658, \"clust\": 661, \"rank\": 3396, \"rankvar\": 662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1931, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1801, \"group\": [662.0, 126.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGAACTGT\", \"ini\": 1657, \"clust\": 265, \"rank\": 4407, \"rankvar\": 4927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1932, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 119, \"group\": [265.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGGACCACA\", \"ini\": 1656, \"clust\": 1000, \"rank\": 2373, \"rankvar\": 3816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1933, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3970, \"group\": [1000.0, 181.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAATAACGA\", \"ini\": 1655, \"clust\": 4160, \"rank\": 2806, \"rankvar\": 1801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1934, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1802, \"group\": [4159.0, 654.0, 123.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGCCTAA\", \"ini\": 1654, \"clust\": 2488, \"rank\": 2874, \"rankvar\": 2844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1803, \"group\": [2488.0, 452.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCACAACGCC\", \"ini\": 1653, \"clust\": 4564, \"rank\": 344, \"rankvar\": 3593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3148, \"group\": [4572.0, 779.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCCATGCTC\", \"ini\": 1652, \"clust\": 5031, \"rank\": 1207, \"rankvar\": 1760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1937, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4934, \"group\": [5032.0, 871.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGCTGCT\", \"ini\": 1651, \"clust\": 4121, \"rank\": 2982, \"rankvar\": 2584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1938, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1804, \"group\": [4122.0, 636.0, 116.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTTAAGCC\", \"ini\": 1650, \"clust\": 4093, \"rank\": 1907, \"rankvar\": 739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2787, \"group\": [4094.0, 620.0, 110.0, 21.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGGTTTCA\", \"ini\": 1649, \"clust\": 4726, \"rank\": 2824, \"rankvar\": 3131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4935, \"group\": [4725.0, 842.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGAGGGTT\", \"ini\": 1648, \"clust\": 4789, \"rank\": 1726, \"rankvar\": 3598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1941, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4936, \"group\": [4788.0, 856.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAATGGATA\", \"ini\": 1647, \"clust\": 4555, \"rank\": 818, \"rankvar\": 2758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3149, \"group\": [4558.0, 779.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGGTACTCT\", \"ini\": 1646, \"clust\": 4207, \"rank\": 3509, \"rankvar\": 830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1805, \"group\": [4208.0, 667.0, 125.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAACGCTA\", \"ini\": 1645, \"clust\": 4798, \"rank\": 1404, \"rankvar\": 2267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4937, \"group\": [4798.0, 857.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTTCAACCA\", \"ini\": 1644, \"clust\": 2712, \"rank\": 2468, \"rankvar\": 1688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1806, \"group\": [2715.0, 508.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCAGAGGT\", \"ini\": 1643, \"clust\": 2716, \"rank\": 2735, \"rankvar\": 1565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1946, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1807, \"group\": [2717.0, 508.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCAAGATCC\", \"ini\": 1642, \"clust\": 201, \"rank\": 4698, \"rankvar\": 4847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1947, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 120, \"group\": [200.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCAGATAATG\", \"ini\": 1641, \"clust\": 2975, \"rank\": 2123, \"rankvar\": 2434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1948, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1808, \"group\": [2975.0, 532.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGCGATTCT\", \"ini\": 1640, \"clust\": 2631, \"rank\": 2963, \"rankvar\": 3298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1809, \"group\": [2634.0, 486.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAGGCT\", \"ini\": 1639, \"clust\": 3445, \"rank\": 1661, \"rankvar\": 1139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1810, \"group\": [3446.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAAACTGCT\", \"ini\": 1638, \"clust\": 2705, \"rank\": 2900, \"rankvar\": 1408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1811, \"group\": [2708.0, 506.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTTGCGT\", \"ini\": 1637, \"clust\": 258, \"rank\": 4416, \"rankvar\": 5074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1952, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 121, \"group\": [258.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGTAGATGT\", \"ini\": 1636, \"clust\": 3186, \"rank\": 1327, \"rankvar\": 4028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1812, \"group\": [3186.0, 549.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTGACGCCT\", \"ini\": 1635, \"clust\": 2703, \"rank\": 3170, \"rankvar\": 391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1813, \"group\": [2704.0, 505.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCTCGCAT\", \"ini\": 1634, \"clust\": 4507, \"rank\": 256, \"rankvar\": 348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3150, \"group\": [4506.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAGGTTTCA\", \"ini\": 1633, \"clust\": 3111, \"rank\": 2173, \"rankvar\": 2470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1814, \"group\": [3113.0, 543.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCTGGC\", \"ini\": 1632, \"clust\": 4956, \"rank\": 426, \"rankvar\": 20, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3151, \"group\": [4958.0, 869.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTTAAAGTG\", \"ini\": 1631, \"clust\": 2506, \"rank\": 2415, \"rankvar\": 1781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1815, \"group\": [2505.0, 455.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGGAGCAA\", \"ini\": 1630, \"clust\": 3121, \"rank\": 2539, \"rankvar\": 2031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1816, \"group\": [3124.0, 543.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGGTGTGGT\", \"ini\": 1629, \"clust\": 2162, \"rank\": 3191, \"rankvar\": 270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1817, \"group\": [2163.0, 345.0, 65.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAACAACA\", \"ini\": 1628, \"clust\": 2514, \"rank\": 2871, \"rankvar\": 2477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1961, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1818, \"group\": [2515.0, 455.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCCAGTTT\", \"ini\": 1627, \"clust\": 3188, \"rank\": 2522, \"rankvar\": 555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1819, \"group\": [3189.0, 550.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTACATGTC\", \"ini\": 1626, \"clust\": 2699, \"rank\": 3073, \"rankvar\": 1094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1820, \"group\": [2703.0, 504.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCACCGATAT\", \"ini\": 1625, \"clust\": 913, \"rank\": 3650, \"rankvar\": 5084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1964, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5217, \"group\": [915.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACACTGCG\", \"ini\": 1624, \"clust\": 3167, \"rank\": 2057, \"rankvar\": 3159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1821, \"group\": [3168.0, 547.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTACGCCC\", \"ini\": 1623, \"clust\": 2496, \"rank\": 2705, \"rankvar\": 38, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1822, \"group\": [2500.0, 453.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCAAGCC\", \"ini\": 1622, \"clust\": 3159, \"rank\": 2470, \"rankvar\": 1358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1823, \"group\": [3159.0, 547.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCAGGAATGC\", \"ini\": 1621, \"clust\": 2490, \"rank\": 2347, \"rankvar\": 3132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1824, \"group\": [2491.0, 452.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTGATGATA\", \"ini\": 1620, \"clust\": 2075, \"rank\": 3921, \"rankvar\": 1252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1969, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1825, \"group\": [2076.0, 323.0, 60.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTCCGAATT\", \"ini\": 1619, \"clust\": 4471, \"rank\": 1517, \"rankvar\": 3839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3152, \"group\": [4472.0, 764.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGACACGAC\", \"ini\": 1618, \"clust\": 2060, \"rank\": 3856, \"rankvar\": 2285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1971, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 122, \"group\": [2065.0, 319.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTGCACCAC\", \"ini\": 1617, \"clust\": 4102, \"rank\": 2987, \"rankvar\": 192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1972, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1826, \"group\": [4105.0, 627.0, 112.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGACACGAC\", \"ini\": 1616, \"clust\": 4403, \"rank\": 2941, \"rankvar\": 155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1973, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1827, \"group\": [4406.0, 751.0, 149.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCATGCTCC\", \"ini\": 1615, \"clust\": 2688, \"rank\": 2198, \"rankvar\": 3135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1828, \"group\": [2689.0, 502.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGCTTAG\", \"ini\": 1614, \"clust\": 4151, \"rank\": 3449, \"rankvar\": 3351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1829, \"group\": [4155.0, 652.0, 122.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTCAAACTC\", \"ini\": 1613, \"clust\": 3356, \"rank\": 1903, \"rankvar\": 4082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1976, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1830, \"group\": [3356.0, 572.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCTAGCCC\", \"ini\": 1612, \"clust\": 3995, \"rank\": 1920, \"rankvar\": 1108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1831, \"group\": [3998.0, 587.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTTACTGAC\", \"ini\": 1611, \"clust\": 4370, \"rank\": 2061, \"rankvar\": 2542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1978, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4938, \"group\": [4370.0, 739.0, 147.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAATTGCTG\", \"ini\": 1610, \"clust\": 2798, \"rank\": 2508, \"rankvar\": 384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1832, \"group\": [2798.0, 521.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATGCTAGT\", \"ini\": 1609, \"clust\": 2248, \"rank\": 3063, \"rankvar\": 2158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1833, \"group\": [2251.0, 378.0, 73.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCCGCTGA\", \"ini\": 1608, \"clust\": 2507, \"rank\": 2525, \"rankvar\": 2988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1834, \"group\": [2506.0, 455.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCAGCGATT\", \"ini\": 1607, \"clust\": 3083, \"rank\": 2779, \"rankvar\": 1172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1835, \"group\": [3087.0, 540.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGACACG\", \"ini\": 1606, \"clust\": 4134, \"rank\": 3321, \"rankvar\": 1264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1836, \"group\": [4141.0, 646.0, 120.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATCCGGGT\", \"ini\": 1605, \"clust\": 2185, \"rank\": 3175, \"rankvar\": 2561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1984, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2788, \"group\": [2186.0, 355.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCATCGATG\", \"ini\": 1604, \"clust\": 2328, \"rank\": 3276, \"rankvar\": 1145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1837, \"group\": [2328.0, 402.0, 78.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCATAGAAAC\", \"ini\": 1603, \"clust\": 2691, \"rank\": 2983, \"rankvar\": 704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1986, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1838, \"group\": [2691.0, 503.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATAACCTG\", \"ini\": 1602, \"clust\": 4245, \"rank\": 2481, \"rankvar\": 4027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1987, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3971, \"group\": [4246.0, 684.0, 131.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGGTGGGTT\", \"ini\": 1601, \"clust\": 3082, \"rank\": 2588, \"rankvar\": 1550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1839, \"group\": [3083.0, 540.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACATAACC\", \"ini\": 1600, \"clust\": 1794, \"rank\": 2043, \"rankvar\": 2378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1989, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4939, \"group\": [1798.0, 277.0, 54.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCATTATCC\", \"ini\": 1599, \"clust\": 4812, \"rank\": 1119, \"rankvar\": 1586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1990, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4940, \"group\": [4812.0, 858.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCGATGAGG\", \"ini\": 1598, \"clust\": 2300, \"rank\": 2519, \"rankvar\": 787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1991, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1840, \"group\": [2299.0, 395.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATAGCTGATAA\", \"ini\": 1597, \"clust\": 2709, \"rank\": 2697, \"rankvar\": 3140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1841, \"group\": [2710.0, 507.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTCGGGCT\", \"ini\": 1596, \"clust\": 2253, \"rank\": 2600, \"rankvar\": 2934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1993, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1842, \"group\": [2253.0, 379.0, 74.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGGAAATA\", \"ini\": 1595, \"clust\": 2883, \"rank\": 2126, \"rankvar\": 302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1994, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2789, \"group\": [2884.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGACATTGGTAC\", \"ini\": 1594, \"clust\": 2467, \"rank\": 2382, \"rankvar\": 2400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1843, \"group\": [2467.0, 450.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGGAAATA\", \"ini\": 1593, \"clust\": 4391, \"rank\": 2926, \"rankvar\": 903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3153, \"group\": [4391.0, 748.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCGTTTATC\", \"ini\": 1592, \"clust\": 2610, \"rank\": 2730, \"rankvar\": 1253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1844, \"group\": [2614.0, 484.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAGTTCCCT\", \"ini\": 1591, \"clust\": 231, \"rank\": 4578, \"rankvar\": 4891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1998, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 123, \"group\": [231.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCGTAGAGCTG\", \"ini\": 1590, \"clust\": 4433, \"rank\": 244, \"rankvar\": 4470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3154, \"group\": [4434.0, 757.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTACTATC\", \"ini\": 1589, \"clust\": 2656, \"rank\": 2768, \"rankvar\": 2608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2000, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2790, \"group\": [2655.0, 494.0, 96.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTTCCGCGGTA\", \"ini\": 1588, \"clust\": 210, \"rank\": 4754, \"rankvar\": 5147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2001, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 124, \"group\": [212.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACAGCT\", \"ini\": 1587, \"clust\": 2289, \"rank\": 2887, \"rankvar\": 2224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2002, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1845, \"group\": [2290.0, 393.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCCAACGG\", \"ini\": 1586, \"clust\": 2807, \"rank\": 3117, \"rankvar\": 2222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1846, \"group\": [2808.0, 523.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAGTGTTGAGG\", \"ini\": 1585, \"clust\": 4392, \"rank\": 2182, \"rankvar\": 2711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4941, \"group\": [4392.0, 748.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAGCCTAT\", \"ini\": 1584, \"clust\": 2695, \"rank\": 3051, \"rankvar\": 1559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1847, \"group\": [2695.0, 503.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCATCACGAT\", \"ini\": 1583, \"clust\": 4681, \"rank\": 1311, \"rankvar\": 2899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2006, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4942, \"group\": [4680.0, 825.0, 165.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTCCCGAG\", \"ini\": 1582, \"clust\": 2495, \"rank\": 2769, \"rankvar\": 1173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1848, \"group\": [2495.0, 452.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGCATACT\", \"ini\": 1581, \"clust\": 2649, \"rank\": 2862, \"rankvar\": 1998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2008, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2791, \"group\": [2650.0, 491.0, 96.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCTTTCCTC\", \"ini\": 1580, \"clust\": 3284, \"rank\": 1536, \"rankvar\": 1788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2009, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1849, \"group\": [3284.0, 564.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTGTTG\", \"ini\": 1579, \"clust\": 5159, \"rank\": 1503, \"rankvar\": 2290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2010, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4943, \"group\": [5162.0, 883.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCATATACGC\", \"ini\": 1578, \"clust\": 230, \"rank\": 4781, \"rankvar\": 4688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2011, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 125, \"group\": [233.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGAATCTCC\", \"ini\": 1577, \"clust\": 2704, \"rank\": 3147, \"rankvar\": 1058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1850, \"group\": [2705.0, 505.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAATGAC\", \"ini\": 1576, \"clust\": 168, \"rank\": 4796, \"rankvar\": 4938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2013, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 126, \"group\": [169.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCATCGGAT\", \"ini\": 1575, \"clust\": 4510, \"rank\": 458, \"rankvar\": 1130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2014, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3155, \"group\": [4509.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGAGTACAT\", \"ini\": 1574, \"clust\": 3095, \"rank\": 2667, \"rankvar\": 643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1851, \"group\": [3099.0, 542.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCGATCCC\", \"ini\": 1573, \"clust\": 5103, \"rank\": 262, \"rankvar\": 437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3156, \"group\": [5104.0, 872.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGAGCAATT\", \"ini\": 1572, \"clust\": 2463, \"rank\": 3057, \"rankvar\": 3928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2017, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1852, \"group\": [2463.0, 449.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCTTGTTTG\", \"ini\": 1571, \"clust\": 54, \"rank\": 3307, \"rankvar\": 4507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2018, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 127, \"group\": [54.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCGAATGT\", \"ini\": 1570, \"clust\": 2500, \"rank\": 3115, \"rankvar\": 2500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1853, \"group\": [2501.0, 454.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCTTGAGAC\", \"ini\": 1569, \"clust\": 3745, \"rank\": 2009, \"rankvar\": 50, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1854, \"group\": [3744.0, 583.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAGGCAGTA\", \"ini\": 1568, \"clust\": 4735, \"rank\": 1657, \"rankvar\": 3592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2021, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4944, \"group\": [4734.0, 843.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTACACT\", \"ini\": 1567, \"clust\": 4808, \"rank\": 1764, \"rankvar\": 2522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2022, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4945, \"group\": [4813.0, 858.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCGTGTCC\", \"ini\": 1566, \"clust\": 343, \"rank\": 3871, \"rankvar\": 505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1855, \"group\": [340.0, 51.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTAAACACA\", \"ini\": 1565, \"clust\": 2604, \"rank\": 1899, \"rankvar\": 2980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1856, \"group\": [2605.0, 481.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCTGTTCA\", \"ini\": 1564, \"clust\": 4819, \"rank\": 1370, \"rankvar\": 3020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2025, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4946, \"group\": [4818.0, 858.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCCTACAGA\", \"ini\": 1563, \"clust\": 3119, \"rank\": 2227, \"rankvar\": 3008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2026, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1857, \"group\": [3119.0, 543.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCAGTAG\", \"ini\": 1562, \"clust\": 2521, \"rank\": 3145, \"rankvar\": 2114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1858, \"group\": [2521.0, 457.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTGCAGACA\", \"ini\": 1561, \"clust\": 3120, \"rank\": 2036, \"rankvar\": 3944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2028, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1859, \"group\": [3120.0, 543.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTCGGCAC\", \"ini\": 1560, \"clust\": 187, \"rank\": 4316, \"rankvar\": 5231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2029, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 128, \"group\": [186.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCTACCTA\", \"ini\": 1559, \"clust\": 552, \"rank\": 2801, \"rankvar\": 884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2030, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1860, \"group\": [553.0, 86.0, 17.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTGTGTG\", \"ini\": 1558, \"clust\": 2523, \"rank\": 3133, \"rankvar\": 916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2792, \"group\": [2524.0, 459.0, 90.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGACTTGAA\", \"ini\": 1557, \"clust\": 3115, \"rank\": 2389, \"rankvar\": 3692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2032, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1861, \"group\": [3116.0, 543.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCCTGACT\", \"ini\": 1556, \"clust\": 4795, \"rank\": 2104, \"rankvar\": 2889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2033, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4947, \"group\": [4796.0, 857.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGCTAACTC\", \"ini\": 1555, \"clust\": 4148, \"rank\": 2995, \"rankvar\": 1902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2034, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2793, \"group\": [4148.0, 650.0, 122.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCACAACGT\", \"ini\": 1554, \"clust\": 3086, \"rank\": 2670, \"rankvar\": 166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1862, \"group\": [3085.0, 540.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCTGCA\", \"ini\": 1553, \"clust\": 2984, \"rank\": 789, \"rankvar\": 4010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2036, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2794, \"group\": [2988.0, 534.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCGAATGCT\", \"ini\": 1552, \"clust\": 4137, \"rank\": 2433, \"rankvar\": 1600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2795, \"group\": [4136.0, 644.0, 119.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGTCAATC\", \"ini\": 1551, \"clust\": 2662, \"rank\": 2834, \"rankvar\": 571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1863, \"group\": [2662.0, 497.0, 97.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACCTTTG\", \"ini\": 1550, \"clust\": 2235, \"rank\": 2955, \"rankvar\": 3410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1864, \"group\": [2234.0, 371.0, 72.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGACATTA\", \"ini\": 1549, \"clust\": 164, \"rank\": 4490, \"rankvar\": 5152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2040, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 129, \"group\": [165.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGTGGCT\", \"ini\": 1548, \"clust\": 2231, \"rank\": 3183, \"rankvar\": 1524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2041, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1865, \"group\": [2233.0, 371.0, 72.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGGAGTCTG\", \"ini\": 1547, \"clust\": 4910, \"rank\": 801, \"rankvar\": 527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2042, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3157, \"group\": [4910.0, 867.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATCTGCA\", \"ini\": 1546, \"clust\": 4129, \"rank\": 2480, \"rankvar\": 97, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2043, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2796, \"group\": [4128.0, 638.0, 117.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTCACTTCC\", \"ini\": 1545, \"clust\": 4788, \"rank\": 1008, \"rankvar\": 2744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2044, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4948, \"group\": [4790.0, 856.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTAAAGGAG\", \"ini\": 1544, \"clust\": 106, \"rank\": 4237, \"rankvar\": 4700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2045, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 130, \"group\": [107.0, 19.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTTAAGACA\", \"ini\": 1543, \"clust\": 2557, \"rank\": 2688, \"rankvar\": 1168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1866, \"group\": [2560.0, 470.0, 93.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCATGTCCTC\", \"ini\": 1542, \"clust\": 2072, \"rank\": 4446, \"rankvar\": 4532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2047, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4949, \"group\": [2071.0, 321.0, 60.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCATTCA\", \"ini\": 1541, \"clust\": 3325, \"rank\": 1344, \"rankvar\": 3971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1867, \"group\": [3326.0, 568.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTACCTACA\", \"ini\": 1540, \"clust\": 2042, \"rank\": 2411, \"rankvar\": 3773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4950, \"group\": [2043.0, 315.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAATGACCT\", \"ini\": 1539, \"clust\": 3126, \"rank\": 2668, \"rankvar\": 2829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2050, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1868, \"group\": [3126.0, 544.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCAGAAGCAC\", \"ini\": 1538, \"clust\": 3287, \"rank\": 1886, \"rankvar\": 2425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2051, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1869, \"group\": [3287.0, 564.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGCTAGTGG\", \"ini\": 1537, \"clust\": 4036, \"rank\": 2739, \"rankvar\": 3413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1870, \"group\": [4036.0, 597.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTAACTTC\", \"ini\": 1536, \"clust\": 3336, \"rank\": 1938, \"rankvar\": 4282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1871, \"group\": [3336.0, 569.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGACTTGAA\", \"ini\": 1535, \"clust\": 135, \"rank\": 4299, \"rankvar\": 4868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2054, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 131, \"group\": [137.0, 30.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAATCCAAC\", \"ini\": 1534, \"clust\": 4691, \"rank\": 1239, \"rankvar\": 3882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2055, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4951, \"group\": [4692.0, 830.0, 166.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCACGGCTAC\", \"ini\": 1533, \"clust\": 2392, \"rank\": 2483, \"rankvar\": 3782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2056, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1872, \"group\": [2393.0, 424.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCGTTGCT\", \"ini\": 1532, \"clust\": 4573, \"rank\": 453, \"rankvar\": 3823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2057, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3158, \"group\": [4574.0, 780.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGCCACGTC\", \"ini\": 1531, \"clust\": 4200, \"rank\": 3166, \"rankvar\": 713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1873, \"group\": [4203.0, 665.0, 125.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGGGAGTAA\", \"ini\": 1530, \"clust\": 307, \"rank\": 3487, \"rankvar\": 3802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1874, \"group\": [308.0, 43.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATGTGGTCTCG\", \"ini\": 1529, \"clust\": 5138, \"rank\": 2257, \"rankvar\": 1678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2060, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4952, \"group\": [5141.0, 881.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTTGTCC\", \"ini\": 1528, \"clust\": 3594, \"rank\": 1471, \"rankvar\": 702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1875, \"group\": [3595.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCACTCTTA\", \"ini\": 1527, \"clust\": 3094, \"rank\": 2487, \"rankvar\": 3653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1876, \"group\": [3093.0, 542.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCTGAAAT\", \"ini\": 1526, \"clust\": 1731, \"rank\": 3630, \"rankvar\": 4040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2063, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3026, \"group\": [1732.0, 264.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTAAAGTG\", \"ini\": 1525, \"clust\": 2317, \"rank\": 2625, \"rankvar\": 2483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1877, \"group\": [2320.0, 400.0, 78.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTTTGTGTG\", \"ini\": 1524, \"clust\": 4799, \"rank\": 1519, \"rankvar\": 1685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2065, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4953, \"group\": [4802.0, 857.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATGTTGC\", \"ini\": 1523, \"clust\": 4154, \"rank\": 3020, \"rankvar\": 850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2066, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1878, \"group\": [4153.0, 652.0, 122.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCATCGGAT\", \"ini\": 1522, \"clust\": 4677, \"rank\": 2906, \"rankvar\": 3187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2067, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4954, \"group\": [4678.0, 824.0, 164.0, 36.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATGTAAG\", \"ini\": 1521, \"clust\": 4727, \"rank\": 2328, \"rankvar\": 2763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2068, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4955, \"group\": [4726.0, 842.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTGCCTGGT\", \"ini\": 1520, \"clust\": 4810, \"rank\": 1801, \"rankvar\": 191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4956, \"group\": [4810.0, 858.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCCACTTG\", \"ini\": 1519, \"clust\": 40, \"rank\": 3223, \"rankvar\": 4815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2070, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 132, \"group\": [40.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGCCG\", \"ini\": 1518, \"clust\": 4023, \"rank\": 2292, \"rankvar\": 3599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1879, \"group\": [4023.0, 592.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTCGTTGTA\", \"ini\": 1517, \"clust\": 4585, \"rank\": 1594, \"rankvar\": 1501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3159, \"group\": [4585.0, 783.0, 155.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTGGCACA\", \"ini\": 1516, \"clust\": 4505, \"rank\": 521, \"rankvar\": 519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2073, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3160, \"group\": [4507.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGAGAACAG\", \"ini\": 1515, \"clust\": 4741, \"rank\": 2786, \"rankvar\": 2382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2074, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4957, \"group\": [4742.0, 846.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTAGCCTAT\", \"ini\": 1514, \"clust\": 2430, \"rank\": 2564, \"rankvar\": 1750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1880, \"group\": [2429.0, 435.0, 85.0, 18.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGATATAC\", \"ini\": 1513, \"clust\": 3096, \"rank\": 2118, \"rankvar\": 1438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2076, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1881, \"group\": [3098.0, 542.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGATGCGAC\", \"ini\": 1512, \"clust\": 4206, \"rank\": 3078, \"rankvar\": 3590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1882, \"group\": [4205.0, 666.0, 125.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGACAGAGA\", \"ini\": 1511, \"clust\": 171, \"rank\": 4688, \"rankvar\": 4817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2078, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 133, \"group\": [172.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCGCAGGCT\", \"ini\": 1510, \"clust\": 2236, \"rank\": 2774, \"rankvar\": 3230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1883, \"group\": [2235.0, 371.0, 72.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTTACAGAA\", \"ini\": 1509, \"clust\": 2188, \"rank\": 3088, \"rankvar\": 2890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2080, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1884, \"group\": [2190.0, 356.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGGAACGG\", \"ini\": 1508, \"clust\": 548, \"rank\": 3479, \"rankvar\": 3352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1885, \"group\": [548.0, 84.0, 17.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTAGATTAG\", \"ini\": 1507, \"clust\": 4180, \"rank\": 2977, \"rankvar\": 1636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2082, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1886, \"group\": [4180.0, 661.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAATACGCT\", \"ini\": 1506, \"clust\": 225, \"rank\": 4886, \"rankvar\": 5195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2083, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 134, \"group\": [225.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACGTCTCT\", \"ini\": 1505, \"clust\": 4150, \"rank\": 2858, \"rankvar\": 1592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2084, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1887, \"group\": [4151.0, 651.0, 122.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCGTGGCT\", \"ini\": 1504, \"clust\": 4715, \"rank\": 1721, \"rankvar\": 2145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2085, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4958, \"group\": [4716.0, 841.0, 168.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGAGCAATT\", \"ini\": 1503, \"clust\": 4838, \"rank\": 1333, \"rankvar\": 1001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4959, \"group\": [4836.0, 859.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCGAACTGT\", \"ini\": 1502, \"clust\": 267, \"rank\": 4565, \"rankvar\": 5061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2087, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 135, \"group\": [267.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCATCAACACTG\", \"ini\": 1501, \"clust\": 2459, \"rank\": 2594, \"rankvar\": 761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2088, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2797, \"group\": [2460.0, 447.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCGTAGAGTGC\", \"ini\": 1500, \"clust\": 2808, \"rank\": 2829, \"rankvar\": 1510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1888, \"group\": [2809.0, 523.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAAAGGAG\", \"ini\": 1499, \"clust\": 4841, \"rank\": 1859, \"rankvar\": 170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3161, \"group\": [4846.0, 860.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGAGGTAGA\", \"ini\": 1498, \"clust\": 2164, \"rank\": 2505, \"rankvar\": 1360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2091, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1889, \"group\": [2165.0, 345.0, 65.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCCACGCT\", \"ini\": 1497, \"clust\": 4198, \"rank\": 3204, \"rankvar\": 1048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1890, \"group\": [4199.0, 664.0, 125.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAGTACGT\", \"ini\": 1496, \"clust\": 4014, \"rank\": 2005, \"rankvar\": 3970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2093, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1891, \"group\": [4014.0, 592.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGCATGGT\", \"ini\": 1495, \"clust\": 2501, \"rank\": 3515, \"rankvar\": 1872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1892, \"group\": [2502.0, 454.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGCTACGA\", \"ini\": 1494, \"clust\": 1334, \"rank\": 4744, \"rankvar\": 4638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2095, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 136, \"group\": [1336.0, 236.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGACAGCC\", \"ini\": 1493, \"clust\": 4175, \"rank\": 2777, \"rankvar\": 418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2096, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2798, \"group\": [4175.0, 659.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTGTGACGA\", \"ini\": 1492, \"clust\": 4199, \"rank\": 3219, \"rankvar\": 560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2097, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1893, \"group\": [4200.0, 664.0, 125.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACCACATCCAA\", \"ini\": 1491, \"clust\": 251, \"rank\": 4563, \"rankvar\": 5087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2098, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 137, \"group\": [251.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTCTC\", \"ini\": 1490, \"clust\": 56, \"rank\": 3908, \"rankvar\": 4710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 138, \"group\": [56.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGAGGACGG\", \"ini\": 1489, \"clust\": 4142, \"rank\": 3189, \"rankvar\": 235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1894, \"group\": [4142.0, 647.0, 121.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCGGACAAG\", \"ini\": 1488, \"clust\": 4728, \"rank\": 2702, \"rankvar\": 3991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2101, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4960, \"group\": [4730.0, 842.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCTAAACC\", \"ini\": 1487, \"clust\": 4557, \"rank\": 434, \"rankvar\": 3840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3162, \"group\": [4557.0, 779.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCCTATC\", \"ini\": 1486, \"clust\": 4455, \"rank\": 1915, \"rankvar\": 4377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2103, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3972, \"group\": [4456.0, 760.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCAGTCGATT\", \"ini\": 1485, \"clust\": 1332, \"rank\": 4827, \"rankvar\": 4881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2104, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 139, \"group\": [1333.0, 236.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTTTGACTG\", \"ini\": 1484, \"clust\": 263, \"rank\": 4656, \"rankvar\": 4993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2105, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 140, \"group\": [263.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGAACCT\", \"ini\": 1483, \"clust\": 4692, \"rank\": 1397, \"rankvar\": 3357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4961, \"group\": [4695.0, 831.0, 166.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCGGCTACG\", \"ini\": 1482, \"clust\": 4204, \"rank\": 2975, \"rankvar\": 1393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1895, \"group\": [4206.0, 666.0, 125.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAGTCAGCC\", \"ini\": 1481, \"clust\": 4196, \"rank\": 3095, \"rankvar\": 2526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1896, \"group\": [4196.0, 663.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCGCTGTT\", \"ini\": 1480, \"clust\": 188, \"rank\": 4737, \"rankvar\": 5181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2109, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 141, \"group\": [191.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGGCAGTA\", \"ini\": 1479, \"clust\": 2689, \"rank\": 1953, \"rankvar\": 3150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2110, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2799, \"group\": [2690.0, 502.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTTATCCGA\", \"ini\": 1478, \"clust\": 73, \"rank\": 2674, \"rankvar\": 649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1897, \"group\": [73.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGATCGAGCCCA\", \"ini\": 1477, \"clust\": 4580, \"rank\": 1153, \"rankvar\": 1589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3163, \"group\": [4582.0, 782.0, 155.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTTGTCAT\", \"ini\": 1476, \"clust\": 4549, \"rank\": 392, \"rankvar\": 4031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3164, \"group\": [4550.0, 778.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCCCGACA\", \"ini\": 1475, \"clust\": 2273, \"rank\": 2269, \"rankvar\": 506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2114, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2800, \"group\": [2274.0, 385.0, 75.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCATTGCCC\", \"ini\": 1474, \"clust\": 4339, \"rank\": 1285, \"rankvar\": 2129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4962, \"group\": [4342.0, 730.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGCAGGTCA\", \"ini\": 1473, \"clust\": 4085, \"rank\": 2378, \"rankvar\": 293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1898, \"group\": [4085.0, 615.0, 108.0, 21.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTCGGCAC\", \"ini\": 1472, \"clust\": 2692, \"rank\": 2866, \"rankvar\": 1820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1899, \"group\": [2692.0, 503.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTTCGTC\", \"ini\": 1471, \"clust\": 4288, \"rank\": 3359, \"rankvar\": 2416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2118, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 142, \"group\": [4289.0, 705.0, 139.0, 29.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCAAGTAGTA\", \"ini\": 1470, \"clust\": 2753, \"rank\": 1599, \"rankvar\": 3261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1900, \"group\": [2752.0, 513.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAAGGCTCC\", \"ini\": 1469, \"clust\": 4641, \"rank\": 2275, \"rankvar\": 1476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3165, \"group\": [4642.0, 810.0, 162.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTCCAGGG\", \"ini\": 1468, \"clust\": 3263, \"rank\": 1998, \"rankvar\": 3502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1901, \"group\": [3264.0, 561.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGGCAGGTT\", \"ini\": 1467, \"clust\": 4711, \"rank\": 1461, \"rankvar\": 1065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4963, \"group\": [4711.0, 839.0, 168.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCACGCGGT\", \"ini\": 1466, \"clust\": 312, \"rank\": 4048, \"rankvar\": 934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1902, \"group\": [312.0, 45.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTACAGACG\", \"ini\": 1465, \"clust\": 4197, \"rank\": 3206, \"rankvar\": 2905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1903, \"group\": [4197.0, 663.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGATCTGAA\", \"ini\": 1464, \"clust\": 1482, \"rank\": 4521, \"rankvar\": 1496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2125, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4964, \"group\": [1481.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGACGACGT\", \"ini\": 1463, \"clust\": 209, \"rank\": 4906, \"rankvar\": 5172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2126, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 143, \"group\": [209.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATCATTC\", \"ini\": 1462, \"clust\": 4187, \"rank\": 3345, \"rankvar\": 3022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1904, \"group\": [4188.0, 662.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTTTATC\", \"ini\": 1461, \"clust\": 4856, \"rank\": 2252, \"rankvar\": 2248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4965, \"group\": [4861.0, 862.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGTCATCT\", \"ini\": 1460, \"clust\": 2193, \"rank\": 2518, \"rankvar\": 4475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2129, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1905, \"group\": [2195.0, 357.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCTATCCCG\", \"ini\": 1459, \"clust\": 2554, \"rank\": 2526, \"rankvar\": 3558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1906, \"group\": [2555.0, 469.0, 93.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACATCCGG\", \"ini\": 1458, \"clust\": 844, \"rank\": 2103, \"rankvar\": 4699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2131, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3973, \"group\": [845.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCAGTCGTGC\", \"ini\": 1457, \"clust\": 107, \"rank\": 4694, \"rankvar\": 5013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 144, \"group\": [108.0, 19.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTCCATGA\", \"ini\": 1456, \"clust\": 4138, \"rank\": 2374, \"rankvar\": 218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1907, \"group\": [4140.0, 645.0, 119.0, 23.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTGATAAAC\", \"ini\": 1455, \"clust\": 213, \"rank\": 4867, \"rankvar\": 5173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2134, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 145, \"group\": [213.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTTCAGCGC\", \"ini\": 1454, \"clust\": 4769, \"rank\": 1421, \"rankvar\": 1993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2135, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4966, \"group\": [4770.0, 853.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGTGAAC\", \"ini\": 1453, \"clust\": 2446, \"rank\": 2970, \"rankvar\": 538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1908, \"group\": [2447.0, 443.0, 87.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTTAAGAAC\", \"ini\": 1452, \"clust\": 4077, \"rank\": 3035, \"rankvar\": 548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1909, \"group\": [4078.0, 612.0, 107.0, 20.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACTCGACG\", \"ini\": 1451, \"clust\": 2294, \"rank\": 3007, \"rankvar\": 772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1910, \"group\": [2297.0, 394.0, 77.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGCATGCCTAA\", \"ini\": 1450, \"clust\": 2319, \"rank\": 2163, \"rankvar\": 1757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1911, \"group\": [2319.0, 400.0, 78.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCTGCCAGG\", \"ini\": 1449, \"clust\": 4385, \"rank\": 2678, \"rankvar\": 3975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2140, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4967, \"group\": [4385.0, 746.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGATGAC\", \"ini\": 1448, \"clust\": 195, \"rank\": 4686, \"rankvar\": 5203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2141, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 146, \"group\": [195.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAGTCTTCC\", \"ini\": 1447, \"clust\": 340, \"rank\": 3747, \"rankvar\": 481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1912, \"group\": [344.0, 51.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCCTAGAAC\", \"ini\": 1446, \"clust\": 1887, \"rank\": 4469, \"rankvar\": 3429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2143, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4968, \"group\": [1888.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGTCATCTGCC\", \"ini\": 1445, \"clust\": 4213, \"rank\": 3382, \"rankvar\": 3397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1913, \"group\": [4214.0, 668.0, 125.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTAGAAAGG\", \"ini\": 1444, \"clust\": 4631, \"rank\": 2934, \"rankvar\": 4155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2145, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4969, \"group\": [4631.0, 806.0, 161.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCGCATGGC\", \"ini\": 1443, \"clust\": 4212, \"rank\": 3128, \"rankvar\": 2049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1914, \"group\": [4213.0, 668.0, 125.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCATAACCTG\", \"ini\": 1442, \"clust\": 1091, \"rank\": 3285, \"rankvar\": 57, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2147, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2801, \"group\": [1094.0, 215.0, 45.0, 11.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGGGTAC\", \"ini\": 1441, \"clust\": 621, \"rank\": 3564, \"rankvar\": 1568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2148, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1915, \"group\": [623.0, 105.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCTTCGG\", \"ini\": 1440, \"clust\": 2411, \"rank\": 3357, \"rankvar\": 2575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1916, \"group\": [2412.0, 429.0, 84.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGACTTTCG\", \"ini\": 1439, \"clust\": 214, \"rank\": 4720, \"rankvar\": 5015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2150, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 147, \"group\": [214.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAGAGGA\", \"ini\": 1438, \"clust\": 613, \"rank\": 3215, \"rankvar\": 1664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1917, \"group\": [614.0, 103.0, 22.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTAAAGTCA\", \"ini\": 1437, \"clust\": 2660, \"rank\": 3158, \"rankvar\": 491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1918, \"group\": [2663.0, 498.0, 97.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCTTGTCC\", \"ini\": 1436, \"clust\": 3225, \"rank\": 1428, \"rankvar\": 2585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1919, \"group\": [3226.0, 555.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCTCGT\", \"ini\": 1435, \"clust\": 529, \"rank\": 3234, \"rankvar\": 1317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1920, \"group\": [530.0, 78.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCTTGAGAC\", \"ini\": 1434, \"clust\": 165, \"rank\": 4819, \"rankvar\": 5042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2155, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 148, \"group\": [166.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTGGTCCC\", \"ini\": 1433, \"clust\": 4685, \"rank\": 1939, \"rankvar\": 2388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3166, \"group\": [4688.0, 829.0, 166.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTCTGAGA\", \"ini\": 1432, \"clust\": 4632, \"rank\": 3154, \"rankvar\": 4424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2157, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 149, \"group\": [4632.0, 806.0, 161.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAAACCTC\", \"ini\": 1431, \"clust\": 921, \"rank\": 4527, \"rankvar\": 4917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2158, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5218, \"group\": [920.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAAGTACATGA\", \"ini\": 1430, \"clust\": 2118, \"rank\": 3275, \"rankvar\": 92, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4970, \"group\": [2119.0, 333.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACCGGGT\", \"ini\": 1429, \"clust\": 614, \"rank\": 3312, \"rankvar\": 587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1921, \"group\": [615.0, 103.0, 22.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACGTCAAAGCG\", \"ini\": 1428, \"clust\": 4167, \"rank\": 2986, \"rankvar\": 2044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1922, \"group\": [4170.0, 658.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCAGTCCCT\", \"ini\": 1427, \"clust\": 3547, \"rank\": 1056, \"rankvar\": 1679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2802, \"group\": [3548.0, 578.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGACGAA\", \"ini\": 1426, \"clust\": 3998, \"rank\": 3504, \"rankvar\": 4088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1923, \"group\": [4002.0, 589.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAAGGGCT\", \"ini\": 1425, \"clust\": 2152, \"rank\": 3623, \"rankvar\": 2947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1924, \"group\": [2152.0, 342.0, 65.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGCTACGA\", \"ini\": 1424, \"clust\": 922, \"rank\": 3467, \"rankvar\": 5053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2165, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5219, \"group\": [924.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGCTACCGC\", \"ini\": 1423, \"clust\": 2232, \"rank\": 3171, \"rankvar\": 592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1925, \"group\": [2231.0, 371.0, 72.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGCGAAGGG\", \"ini\": 1422, \"clust\": 2620, \"rank\": 2154, \"rankvar\": 3372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1926, \"group\": [2623.0, 485.0, 95.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCCTAACC\", \"ini\": 1421, \"clust\": 69, \"rank\": 2693, \"rankvar\": 4142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2168, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5131, \"group\": [71.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGACGAA\", \"ini\": 1420, \"clust\": 5227, \"rank\": 1196, \"rankvar\": 3589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4971, \"group\": [5226.0, 899.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGACACTAA\", \"ini\": 1419, \"clust\": 202, \"rank\": 4845, \"rankvar\": 4997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2170, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 150, \"group\": [201.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTTCCAACA\", \"ini\": 1418, \"clust\": 523, \"rank\": 3480, \"rankvar\": 879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1927, \"group\": [526.0, 76.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGTCTTTACGT\", \"ini\": 1417, \"clust\": 4504, \"rank\": 485, \"rankvar\": 635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3167, \"group\": [4503.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAATAAGCA\", \"ini\": 1416, \"clust\": 500, \"rank\": 4357, \"rankvar\": 1304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1928, \"group\": [500.0, 73.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGCTCCTTC\", \"ini\": 1415, \"clust\": 2570, \"rank\": 2762, \"rankvar\": 3506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1929, \"group\": [2573.0, 474.0, 94.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGAAACGCC\", \"ini\": 1414, \"clust\": 381, \"rank\": 4150, \"rankvar\": 2091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2175, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2803, \"group\": [382.0, 56.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTTCTGAAC\", \"ini\": 1413, \"clust\": 4428, \"rank\": 1132, \"rankvar\": 3999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2176, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3974, \"group\": [4429.0, 757.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGTACGATA\", \"ini\": 1412, \"clust\": 885, \"rank\": 4433, \"rankvar\": 4892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2177, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5220, \"group\": [885.0, 164.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGCGAAGGG\", \"ini\": 1411, \"clust\": 308, \"rank\": 3438, \"rankvar\": 2265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1930, \"group\": [311.0, 44.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAGACAAAT\", \"ini\": 1410, \"clust\": 4796, \"rank\": 1381, \"rankvar\": 3092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2179, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4972, \"group\": [4799.0, 857.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTACCTC\", \"ini\": 1409, \"clust\": 4672, \"rank\": 2402, \"rankvar\": 4021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3168, \"group\": [4671.0, 821.0, 164.0, 36.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCACAAGCCC\", \"ini\": 1408, \"clust\": 2745, \"rank\": 329, \"rankvar\": 56, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3169, \"group\": [2745.0, 511.0, 99.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTTGGTTTG\", \"ini\": 1407, \"clust\": 3123, \"rank\": 2737, \"rankvar\": 2950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1931, \"group\": [3123.0, 543.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTGTCTCG\", \"ini\": 1406, \"clust\": 2117, \"rank\": 3534, \"rankvar\": 4184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2183, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 151, \"group\": [2118.0, 332.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTATGTGC\", \"ini\": 1405, \"clust\": 4682, \"rank\": 2575, \"rankvar\": 3457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4973, \"group\": [4685.0, 828.0, 166.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACCTATCC\", \"ini\": 1404, \"clust\": 4171, \"rank\": 3385, \"rankvar\": 2473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1932, \"group\": [4171.0, 658.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAAGCTGAG\", \"ini\": 1403, \"clust\": 3265, \"rank\": 2039, \"rankvar\": 330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1933, \"group\": [3266.0, 561.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATGAAAC\", \"ini\": 1402, \"clust\": 4627, \"rank\": 2644, \"rankvar\": 3355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2187, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4974, \"group\": [4630.0, 805.0, 161.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTGGGTA\", \"ini\": 1401, \"clust\": 4790, \"rank\": 1749, \"rankvar\": 2193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4975, \"group\": [4789.0, 856.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGTAACGG\", \"ini\": 1400, \"clust\": 4177, \"rank\": 3336, \"rankvar\": 961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2189, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2804, \"group\": [4178.0, 661.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGTTGCCT\", \"ini\": 1399, \"clust\": 2444, \"rank\": 2747, \"rankvar\": 633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2190, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2805, \"group\": [2445.0, 442.0, 87.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTAGTGAAT\", \"ini\": 1398, \"clust\": 917, \"rank\": 3695, \"rankvar\": 5025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2191, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5221, \"group\": [916.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCAAAGGCGT\", \"ini\": 1397, \"clust\": 3090, \"rank\": 2260, \"rankvar\": 1425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1934, \"group\": [3091.0, 542.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTCAGTCCTTC\", \"ini\": 1396, \"clust\": 436, \"rank\": 3865, \"rankvar\": 1377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1935, \"group\": [441.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCACACCGAC\", \"ini\": 1395, \"clust\": 4673, \"rank\": 2495, \"rankvar\": 4175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3975, \"group\": [4672.0, 821.0, 164.0, 36.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGAATTCCC\", \"ini\": 1394, \"clust\": 4181, \"rank\": 3434, \"rankvar\": 493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1936, \"group\": [4184.0, 661.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGGCTTGA\", \"ini\": 1393, \"clust\": 2119, \"rank\": 3565, \"rankvar\": 1582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4976, \"group\": [2120.0, 333.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCTCGATGA\", \"ini\": 1392, \"clust\": 4502, \"rank\": 382, \"rankvar\": 795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3170, \"group\": [4504.0, 776.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATCCTAGA\", \"ini\": 1391, \"clust\": 2207, \"rank\": 3939, \"rankvar\": 3716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1937, \"group\": [2206.0, 362.0, 71.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGCAGGTCA\", \"ini\": 1390, \"clust\": 675, \"rank\": 3618, \"rankvar\": 4942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2199, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 237, \"group\": [674.0, 129.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGGAGTCTG\", \"ini\": 1389, \"clust\": 4558, \"rank\": 1057, \"rankvar\": 2178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3171, \"group\": [4564.0, 779.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAAGGGTCA\", \"ini\": 1388, \"clust\": 2485, \"rank\": 2485, \"rankvar\": 3551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2201, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2806, \"group\": [2485.0, 451.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCACCGCT\", \"ini\": 1387, \"clust\": 2401, \"rank\": 2379, \"rankvar\": 3945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1938, \"group\": [2402.0, 427.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCATCGGTTA\", \"ini\": 1386, \"clust\": 215, \"rank\": 4900, \"rankvar\": 5167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2203, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 152, \"group\": [217.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTCGACA\", \"ini\": 1385, \"clust\": 4365, \"rank\": 2632, \"rankvar\": 2676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4977, \"group\": [4368.0, 739.0, 147.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGTTAACGA\", \"ini\": 1384, \"clust\": 190, \"rank\": 4791, \"rankvar\": 5222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2205, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 153, \"group\": [190.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGCGTAATA\", \"ini\": 1383, \"clust\": 348, \"rank\": 3987, \"rankvar\": 1346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1939, \"group\": [348.0, 53.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTGTCTGAT\", \"ini\": 1382, \"clust\": 232, \"rank\": 4682, \"rankvar\": 4985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2207, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 154, \"group\": [232.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGGCTCTC\", \"ini\": 1381, \"clust\": 2804, \"rank\": 3017, \"rankvar\": 1578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1940, \"group\": [2807.0, 523.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCATGAAC\", \"ini\": 1380, \"clust\": 288, \"rank\": 2980, \"rankvar\": 4735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2209, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2807, \"group\": [291.0, 35.0, 10.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTCAACC\", \"ini\": 1379, \"clust\": 4371, \"rank\": 2380, \"rankvar\": 2393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2210, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3172, \"group\": [4372.0, 740.0, 147.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCCAGTG\", \"ini\": 1378, \"clust\": 401, \"rank\": 3940, \"rankvar\": 1689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1941, \"group\": [404.0, 58.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAGTTCAGTAC\", \"ini\": 1377, \"clust\": 2107, \"rank\": 4009, \"rankvar\": 3809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4978, \"group\": [2107.0, 330.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTTCGTTGA\", \"ini\": 1376, \"clust\": 363, \"rank\": 3711, \"rankvar\": 342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1942, \"group\": [366.0, 55.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCAGATAAG\", \"ini\": 1375, \"clust\": 4752, \"rank\": 2476, \"rankvar\": 1925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4979, \"group\": [4753.0, 849.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGATGTTAG\", \"ini\": 1374, \"clust\": 439, \"rank\": 4007, \"rankvar\": 307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1943, \"group\": [437.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACCCATTC\", \"ini\": 1373, \"clust\": 861, \"rank\": 2753, \"rankvar\": 4558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3976, \"group\": [861.0, 161.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACACATAACC\", \"ini\": 1372, \"clust\": 2211, \"rank\": 3454, \"rankvar\": 1906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1944, \"group\": [2212.0, 364.0, 71.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTGCCTTGG\", \"ini\": 1371, \"clust\": 2719, \"rank\": 1864, \"rankvar\": 2241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2218, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2808, \"group\": [2719.0, 508.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTTCATGT\", \"ini\": 1370, \"clust\": 4220, \"rank\": 3218, \"rankvar\": 1392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1945, \"group\": [4221.0, 673.0, 127.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCACCATCCT\", \"ini\": 1369, \"clust\": 2044, \"rank\": 3300, \"rankvar\": 2496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2220, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4980, \"group\": [2045.0, 316.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCATCAGTCA\", \"ini\": 1368, \"clust\": 4571, \"rank\": 1238, \"rankvar\": 1518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3173, \"group\": [4568.0, 779.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGGTGCAAC\", \"ini\": 1367, \"clust\": 445, \"rank\": 4171, \"rankvar\": 825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2222, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2809, \"group\": [445.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTCTAGCCG\", \"ini\": 1366, \"clust\": 449, \"rank\": 4202, \"rankvar\": 1869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1946, \"group\": [450.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAGGCAGTA\", \"ini\": 1365, \"clust\": 148, \"rank\": 3996, \"rankvar\": 5054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2224, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 155, \"group\": [148.0, 30.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCGTTC\", \"ini\": 1364, \"clust\": 2068, \"rank\": 3712, \"rankvar\": 3848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4981, \"group\": [2069.0, 320.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAGCTGCA\", \"ini\": 1363, \"clust\": 314, \"rank\": 3826, \"rankvar\": 209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1947, \"group\": [318.0, 46.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCACATAGACTC\", \"ini\": 1362, \"clust\": 344, \"rank\": 4052, \"rankvar\": 1923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1948, \"group\": [341.0, 51.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCGACG\", \"ini\": 1361, \"clust\": 4226, \"rank\": 3530, \"rankvar\": 930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1949, \"group\": [4226.0, 676.0, 128.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCCCGGATG\", \"ini\": 1360, \"clust\": 905, \"rank\": 3875, \"rankvar\": 5024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2229, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5222, \"group\": [925.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGATATAC\", \"ini\": 1359, \"clust\": 4201, \"rank\": 3470, \"rankvar\": 1363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1950, \"group\": [4201.0, 665.0, 125.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACATGCCTTC\", \"ini\": 1358, \"clust\": 448, \"rank\": 4151, \"rankvar\": 3458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2810, \"group\": [449.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGATGAGC\", \"ini\": 1357, \"clust\": 4189, \"rank\": 3253, \"rankvar\": 3493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1951, \"group\": [4190.0, 662.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCTCGGACG\", \"ini\": 1356, \"clust\": 884, \"rank\": 4154, \"rankvar\": 4923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2233, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5223, \"group\": [887.0, 164.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGAAACGAG\", \"ini\": 1355, \"clust\": 211, \"rank\": 4735, \"rankvar\": 5212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2234, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 156, \"group\": [210.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGAGGTAG\", \"ini\": 1354, \"clust\": 206, \"rank\": 4938, \"rankvar\": 5091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2235, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 157, \"group\": [203.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCACCT\", \"ini\": 1353, \"clust\": 4566, \"rank\": 1059, \"rankvar\": 2868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2236, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3174, \"group\": [4566.0, 779.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGAGGACGG\", \"ini\": 1352, \"clust\": 5105, \"rank\": 466, \"rankvar\": 89, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3175, \"group\": [5103.0, 872.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCGGAAATA\", \"ini\": 1351, \"clust\": 310, \"rank\": 3164, \"rankvar\": 4106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1952, \"group\": [310.0, 44.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGGTATG\", \"ini\": 1350, \"clust\": 4864, \"rank\": 1200, \"rankvar\": 1870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2239, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4982, \"group\": [4863.0, 863.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTATCATAAAGG\", \"ini\": 1349, \"clust\": 923, \"rank\": 3686, \"rankvar\": 4981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2240, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5224, \"group\": [922.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCAGCGATT\", \"ini\": 1348, \"clust\": 336, \"rank\": 3702, \"rankvar\": 1454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1953, \"group\": [338.0, 50.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACTAGAT\", \"ini\": 1347, \"clust\": 407, \"rank\": 4113, \"rankvar\": 1620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1954, \"group\": [408.0, 60.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGCTGCCCA\", \"ini\": 1346, \"clust\": 4364, \"rank\": 3759, \"rankvar\": 4134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2243, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 158, \"group\": [4365.0, 738.0, 147.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGCTAGGCA\", \"ini\": 1345, \"clust\": 2083, \"rank\": 3482, \"rankvar\": 1800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3176, \"group\": [2082.0, 325.0, 60.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGAGAGCA\", \"ini\": 1344, \"clust\": 2148, \"rank\": 3365, \"rankvar\": 2675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1955, \"group\": [2148.0, 341.0, 65.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACTCGGCCGAT\", \"ini\": 1343, \"clust\": 4486, \"rank\": 1844, \"rankvar\": 2784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3177, \"group\": [4485.0, 768.0, 152.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCACCGTTGG\", \"ini\": 1342, \"clust\": 956, \"rank\": 3308, \"rankvar\": 3134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2247, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3977, \"group\": [956.0, 172.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCTACAGA\", \"ini\": 1341, \"clust\": 4004, \"rank\": 2477, \"rankvar\": 3711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2248, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1956, \"group\": [4004.0, 590.0, 104.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATGCCAT\", \"ini\": 1340, \"clust\": 4388, \"rank\": 2453, \"rankvar\": 467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3178, \"group\": [4388.0, 747.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCACAGGT\", \"ini\": 1339, \"clust\": 4801, \"rank\": 1072, \"rankvar\": 2926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4983, \"group\": [4801.0, 857.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCTGGTA\", \"ini\": 1338, \"clust\": 4319, \"rank\": 2080, \"rankvar\": 3746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3179, \"group\": [4320.0, 724.0, 144.0, 31.0, 10.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCTATGCT\", \"ini\": 1337, \"clust\": 4367, \"rank\": 1885, \"rankvar\": 2897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2252, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4984, \"group\": [4367.0, 739.0, 147.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGTCGATAA\", \"ini\": 1336, \"clust\": 423, \"rank\": 4442, \"rankvar\": 1265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1957, \"group\": [421.0, 62.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCCCAACGG\", \"ini\": 1335, \"clust\": 4161, \"rank\": 3277, \"rankvar\": 2799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1958, \"group\": [4164.0, 656.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGTGTGCC\", \"ini\": 1334, \"clust\": 4547, \"rank\": 1776, \"rankvar\": 2234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3180, \"group\": [4548.0, 778.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACCAGCAC\", \"ini\": 1333, \"clust\": 2049, \"rank\": 3040, \"rankvar\": 2601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4985, \"group\": [2050.0, 316.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGCACATG\", \"ini\": 1332, \"clust\": 4397, \"rank\": 2295, \"rankvar\": 786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3181, \"group\": [4398.0, 749.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGGAACGG\", \"ini\": 1331, \"clust\": 174, \"rank\": 4642, \"rankvar\": 5057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2258, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 159, \"group\": [174.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACGAAT\", \"ini\": 1330, \"clust\": 4646, \"rank\": 2113, \"rankvar\": 2176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4986, \"group\": [4646.0, 811.0, 162.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTTGATTGC\", \"ini\": 1329, \"clust\": 1487, \"rank\": 4690, \"rankvar\": 1803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2260, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4987, \"group\": [1488.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACAGTAACGG\", \"ini\": 1328, \"clust\": 862, \"rank\": 3034, \"rankvar\": 4810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3978, \"group\": [862.0, 161.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCACCTTAT\", \"ini\": 1327, \"clust\": 295, \"rank\": 3520, \"rankvar\": 3406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1959, \"group\": [299.0, 40.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAGCCTA\", \"ini\": 1326, \"clust\": 345, \"rank\": 3898, \"rankvar\": 417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1960, \"group\": [346.0, 53.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAAGGTTTC\", \"ini\": 1325, \"clust\": 453, \"rank\": 4269, \"rankvar\": 1508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1961, \"group\": [454.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTCTCTTTA\", \"ini\": 1324, \"clust\": 4083, \"rank\": 2658, \"rankvar\": 1028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2265, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2811, \"group\": [4086.0, 615.0, 108.0, 21.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGAGCCAA\", \"ini\": 1323, \"clust\": 2650, \"rank\": 3209, \"rankvar\": 2373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1962, \"group\": [2651.0, 492.0, 96.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCATGAAC\", \"ini\": 1322, \"clust\": 4141, \"rank\": 3531, \"rankvar\": 3142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1963, \"group\": [4144.0, 648.0, 121.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCGTACAA\", \"ini\": 1321, \"clust\": 825, \"rank\": 3006, \"rankvar\": 4654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2268, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3979, \"group\": [843.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTAAGAGAG\", \"ini\": 1320, \"clust\": 4214, \"rank\": 3602, \"rankvar\": 2891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2269, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1964, \"group\": [4215.0, 668.0, 125.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACACTGTCGG\", \"ini\": 1319, \"clust\": 886, \"rank\": 4335, \"rankvar\": 4740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2270, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5225, \"group\": [886.0, 164.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTGTAAGTA\", \"ini\": 1318, \"clust\": 484, \"rank\": 3625, \"rankvar\": 1627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1965, \"group\": [486.0, 71.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTGCAAG\", \"ini\": 1317, \"clust\": 410, \"rank\": 3714, \"rankvar\": 8, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1966, \"group\": [410.0, 61.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGATCGCA\", \"ini\": 1316, \"clust\": 259, \"rank\": 4261, \"rankvar\": 4762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2273, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 160, \"group\": [268.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACAGTCAGCC\", \"ini\": 1315, \"clust\": 2096, \"rank\": 3413, \"rankvar\": 2195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2274, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4988, \"group\": [2096.0, 328.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAGCCTAT\", \"ini\": 1314, \"clust\": 342, \"rank\": 3999, \"rankvar\": 1060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1967, \"group\": [342.0, 51.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTTATTCTC\", \"ini\": 1313, \"clust\": 1994, \"rank\": 3521, \"rankvar\": 2998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3980, \"group\": [1997.0, 303.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGACAGACACTT\", \"ini\": 1312, \"clust\": 396, \"rank\": 4078, \"rankvar\": 287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1968, \"group\": [400.0, 57.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCAGTGTTG\", \"ini\": 1311, \"clust\": 2089, \"rank\": 3644, \"rankvar\": 2857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2278, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4989, \"group\": [2088.0, 327.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTGATTCG\", \"ini\": 1310, \"clust\": 616, \"rank\": 3818, \"rankvar\": 4050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1969, \"group\": [616.0, 103.0, 22.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGAGGCTA\", \"ini\": 1309, \"clust\": 347, \"rank\": 3800, \"rankvar\": 2327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1970, \"group\": [350.0, 53.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCCTTAATC\", \"ini\": 1308, \"clust\": 366, \"rank\": 4001, \"rankvar\": 753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2281, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2812, \"group\": [374.0, 55.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTATCTCG\", \"ini\": 1307, \"clust\": 403, \"rank\": 3761, \"rankvar\": 2669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1971, \"group\": [401.0, 58.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGCCAGTAG\", \"ini\": 1306, \"clust\": 354, \"rank\": 3827, \"rankvar\": 1046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1972, \"group\": [355.0, 53.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCCAGTAG\", \"ini\": 1305, \"clust\": 903, \"rank\": 3412, \"rankvar\": 4684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2284, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3981, \"group\": [904.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTTACCAGT\", \"ini\": 1304, \"clust\": 4183, \"rank\": 3383, \"rankvar\": 1873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1973, \"group\": [4183.0, 661.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGCGAGT\", \"ini\": 1303, \"clust\": 428, \"rank\": 3947, \"rankvar\": 4110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1974, \"group\": [428.0, 63.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATGCGT\", \"ini\": 1302, \"clust\": 313, \"rank\": 4190, \"rankvar\": 940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1975, \"group\": [313.0, 45.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGTTCCTA\", \"ini\": 1301, \"clust\": 367, \"rank\": 3753, \"rankvar\": 1155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1976, \"group\": [369.0, 55.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAAGCGCTC\", \"ini\": 1300, \"clust\": 2066, \"rank\": 3860, \"rankvar\": 4070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2289, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4990, \"group\": [2067.0, 319.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGTTCCTA\", \"ini\": 1299, \"clust\": 4439, \"rank\": 637, \"rankvar\": 4019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2290, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3182, \"group\": [4439.0, 758.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCTGGAGA\", \"ini\": 1298, \"clust\": 4172, \"rank\": 3405, \"rankvar\": 1284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1977, \"group\": [4172.0, 658.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCAGGCTGAA\", \"ini\": 1297, \"clust\": 427, \"rank\": 3785, \"rankvar\": 1211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1978, \"group\": [430.0, 63.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGAAAT\", \"ini\": 1296, \"clust\": 4330, \"rank\": 1860, \"rankvar\": 1767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3183, \"group\": [4329.0, 727.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTTTACA\", \"ini\": 1295, \"clust\": 169, \"rank\": 5019, \"rankvar\": 5186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2294, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 161, \"group\": [170.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGATCCTAGGGC\", \"ini\": 1294, \"clust\": 1480, \"rank\": 4402, \"rankvar\": 2491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2295, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4991, \"group\": [1487.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTTGTGTG\", \"ini\": 1293, \"clust\": 242, \"rank\": 4263, \"rankvar\": 4852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2296, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 162, \"group\": [246.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCTAACGT\", \"ini\": 1292, \"clust\": 4490, \"rank\": 1722, \"rankvar\": 630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3184, \"group\": [4491.0, 771.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACTGAC\", \"ini\": 1291, \"clust\": 3277, \"rank\": 2159, \"rankvar\": 977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1979, \"group\": [3277.0, 562.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCATGAAC\", \"ini\": 1290, \"clust\": 2125, \"rank\": 4198, \"rankvar\": 4319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4992, \"group\": [2126.0, 334.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGATGGCA\", \"ini\": 1289, \"clust\": 4467, \"rank\": 1882, \"rankvar\": 4797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3982, \"group\": [4471.0, 763.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCTTGTACT\", \"ini\": 1288, \"clust\": 2129, \"rank\": 4415, \"rankvar\": 4151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2301, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4993, \"group\": [2132.0, 335.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTGAGGGAG\", \"ini\": 1287, \"clust\": 316, \"rank\": 3934, \"rankvar\": 610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2302, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2813, \"group\": [315.0, 46.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGACAGGCT\", \"ini\": 1286, \"clust\": 397, \"rank\": 4228, \"rankvar\": 1473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1980, \"group\": [399.0, 57.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAACACCA\", \"ini\": 1285, \"clust\": 707, \"rank\": 3579, \"rankvar\": 3639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2304, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3983, \"group\": [706.0, 135.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCTAGGTT\", \"ini\": 1284, \"clust\": 1006, \"rank\": 3474, \"rankvar\": 4737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2305, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5137, \"group\": [1002.0, 181.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCTCTCGT\", \"ini\": 1283, \"clust\": 1003, \"rank\": 2268, \"rankvar\": 4228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2306, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3984, \"group\": [1004.0, 181.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTTCCACGG\", \"ini\": 1282, \"clust\": 4290, \"rank\": 2919, \"rankvar\": 2468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3185, \"group\": [4291.0, 706.0, 139.0, 29.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACATCTCCCA\", \"ini\": 1281, \"clust\": 2167, \"rank\": 3332, \"rankvar\": 4235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1981, \"group\": [2167.0, 346.0, 65.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAGGGCATA\", \"ini\": 1280, \"clust\": 2792, \"rank\": 2489, \"rankvar\": 1482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2309, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2814, \"group\": [2792.0, 519.0, 100.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCGTTTA\", \"ini\": 1279, \"clust\": 4488, \"rank\": 2354, \"rankvar\": 4286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2310, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3027, \"group\": [4488.0, 769.0, 152.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGGGTT\", \"ini\": 1278, \"clust\": 368, \"rank\": 3813, \"rankvar\": 1232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1982, \"group\": [367.0, 55.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCTAGTCA\", \"ini\": 1277, \"clust\": 2664, \"rank\": 1620, \"rankvar\": 1497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1983, \"group\": [2666.0, 499.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTATCCTAAGTG\", \"ini\": 1276, \"clust\": 2120, \"rank\": 3727, \"rankvar\": 2424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2313, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4994, \"group\": [2121.0, 333.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTACGACT\", \"ini\": 1275, \"clust\": 180, \"rank\": 4868, \"rankvar\": 5166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2314, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 163, \"group\": [179.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAATCA\", \"ini\": 1274, \"clust\": 4408, \"rank\": 1069, \"rankvar\": 1047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2315, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3186, \"group\": [4408.0, 752.0, 150.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCACCGGGT\", \"ini\": 1273, \"clust\": 4088, \"rank\": 2096, \"rankvar\": 425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3187, \"group\": [4088.0, 616.0, 109.0, 21.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTAAGACA\", \"ini\": 1272, \"clust\": 918, \"rank\": 4039, \"rankvar\": 4968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2317, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5226, \"group\": [917.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCTCTCTG\", \"ini\": 1271, \"clust\": 328, \"rank\": 4090, \"rankvar\": 1353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1984, \"group\": [327.0, 48.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGCAGTA\", \"ini\": 1270, \"clust\": 4107, \"rank\": 3694, \"rankvar\": 688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1985, \"group\": [4107.0, 628.0, 113.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCGACTAT\", \"ini\": 1269, \"clust\": 4208, \"rank\": 3881, \"rankvar\": 1690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1986, \"group\": [4209.0, 667.0, 125.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTCAGGCC\", \"ini\": 1268, \"clust\": 2233, \"rank\": 3420, \"rankvar\": 1647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1987, \"group\": [2232.0, 371.0, 72.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGGTAAG\", \"ini\": 1267, \"clust\": 4293, \"rank\": 3025, \"rankvar\": 3402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4995, \"group\": [4292.0, 707.0, 140.0, 29.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCAACGAAA\", \"ini\": 1266, \"clust\": 411, \"rank\": 4355, \"rankvar\": 96, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1988, \"group\": [411.0, 61.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGTCCGGTC\", \"ini\": 1265, \"clust\": 4840, \"rank\": 1947, \"rankvar\": 356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2324, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3188, \"group\": [4840.0, 859.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGGTGCAAC\", \"ini\": 1264, \"clust\": 133, \"rank\": 4587, \"rankvar\": 5125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2325, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1989, \"group\": [130.0, 28.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTTATCGGT\", \"ini\": 1263, \"clust\": 434, \"rank\": 4037, \"rankvar\": 2548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1990, \"group\": [435.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAACAGTCGATT\", \"ini\": 1262, \"clust\": 4482, \"rank\": 1362, \"rankvar\": 3130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2327, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4996, \"group\": [4481.0, 767.0, 152.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTAGGGTAC\", \"ini\": 1261, \"clust\": 356, \"rank\": 3775, \"rankvar\": 634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1991, \"group\": [359.0, 54.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCATGCTAGT\", \"ini\": 1260, \"clust\": 4389, \"rank\": 2502, \"rankvar\": 1334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3189, \"group\": [4389.0, 747.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAACGCACC\", \"ini\": 1259, \"clust\": 4463, \"rank\": 2412, \"rankvar\": 4265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2330, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3985, \"group\": [4463.0, 761.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAACTGCTA\", \"ini\": 1258, \"clust\": 4294, \"rank\": 3587, \"rankvar\": 3755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2331, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4997, \"group\": [4293.0, 707.0, 140.0, 29.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTCACTTCC\", \"ini\": 1257, \"clust\": 739, \"rank\": 3266, \"rankvar\": 3843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4998, \"group\": [738.0, 146.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGAGACG\", \"ini\": 1256, \"clust\": 2085, \"rank\": 3552, \"rankvar\": 1852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4999, \"group\": [2086.0, 326.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTCAAACAACA\", \"ini\": 1255, \"clust\": 339, \"rank\": 3781, \"rankvar\": 3040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1992, \"group\": [345.0, 52.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAGCTCTC\", \"ini\": 1254, \"clust\": 982, \"rank\": 4148, \"rankvar\": 4813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2335, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5138, \"group\": [981.0, 178.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCCATGAAC\", \"ini\": 1253, \"clust\": 349, \"rank\": 3749, \"rankvar\": 1385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2336, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1993, \"group\": [349.0, 53.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGAGGTTAT\", \"ini\": 1252, \"clust\": 2153, \"rank\": 3995, \"rankvar\": 2408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2337, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1994, \"group\": [2153.0, 342.0, 65.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCGAGGTAG\", \"ini\": 1251, \"clust\": 2204, \"rank\": 3568, \"rankvar\": 1731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1995, \"group\": [2208.0, 362.0, 71.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGCGTTA\", \"ini\": 1250, \"clust\": 358, \"rank\": 3985, \"rankvar\": 1966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1996, \"group\": [356.0, 54.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTTGGGCC\", \"ini\": 1249, \"clust\": 676, \"rank\": 3212, \"rankvar\": 4874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2340, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 238, \"group\": [675.0, 129.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCTCTTAT\", \"ini\": 1248, \"clust\": 2177, \"rank\": 3370, \"rankvar\": 2525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1997, \"group\": [2183.0, 354.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGTTAGA\", \"ini\": 1247, \"clust\": 429, \"rank\": 3859, \"rankvar\": 2380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2342, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1998, \"group\": [429.0, 63.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCACATGCA\", \"ini\": 1246, \"clust\": 334, \"rank\": 3899, \"rankvar\": 2461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1999, \"group\": [335.0, 49.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGAGTGACC\", \"ini\": 1245, \"clust\": 4422, \"rank\": 2059, \"rankvar\": 3343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3190, \"group\": [4423.0, 756.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCATGCAATC\", \"ini\": 1244, \"clust\": 4292, \"rank\": 2538, \"rankvar\": 4167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5000, \"group\": [4294.0, 707.0, 140.0, 29.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAGTACGCACC\", \"ini\": 1243, \"clust\": 4078, \"rank\": 1120, \"rankvar\": 3567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3191, \"group\": [4079.0, 613.0, 107.0, 20.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGACGAAA\", \"ini\": 1242, \"clust\": 4607, \"rank\": 1850, \"rankvar\": 3041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2347, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3192, \"group\": [4607.0, 794.0, 158.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTGCACGAA\", \"ini\": 1241, \"clust\": 391, \"rank\": 4523, \"rankvar\": 464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2000, \"group\": [393.0, 56.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTCTTATG\", \"ini\": 1240, \"clust\": 382, \"rank\": 4256, \"rankvar\": 2762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2001, \"group\": [383.0, 56.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCCGGCACA\", \"ini\": 1239, \"clust\": 222, \"rank\": 4986, \"rankvar\": 5209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2350, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 164, \"group\": [224.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCAGTTATCGC\", \"ini\": 1238, \"clust\": 4700, \"rank\": 2181, \"rankvar\": 625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3193, \"group\": [4700.0, 832.0, 166.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTTCGATGAGG\", \"ini\": 1237, \"clust\": 4456, \"rank\": 2413, \"rankvar\": 4701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2352, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3986, \"group\": [4457.0, 760.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGGATGGG\", \"ini\": 1236, \"clust\": 2127, \"rank\": 3956, \"rankvar\": 2683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5001, \"group\": [2128.0, 335.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCAGACACTT\", \"ini\": 1235, \"clust\": 4334, \"rank\": 2210, \"rankvar\": 1832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3194, \"group\": [4334.0, 727.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTACCATCA\", \"ini\": 1234, \"clust\": 172, \"rank\": 4675, \"rankvar\": 5157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2355, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 165, \"group\": [175.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGTAGCTG\", \"ini\": 1233, \"clust\": 430, \"rank\": 3882, \"rankvar\": 2215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2002, \"group\": [431.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCACTCAGGC\", \"ini\": 1232, \"clust\": 369, \"rank\": 4111, \"rankvar\": 2144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2003, \"group\": [368.0, 55.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGGTTTCA\", \"ini\": 1231, \"clust\": 1709, \"rank\": 2856, \"rankvar\": 980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3195, \"group\": [1710.0, 261.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGACTAGGC\", \"ini\": 1230, \"clust\": 127, \"rank\": 3893, \"rankvar\": 4860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2004, \"group\": [127.0, 27.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATTATCTC\", \"ini\": 1229, \"clust\": 212, \"rank\": 4901, \"rankvar\": 5224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2360, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 166, \"group\": [211.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATACGCCG\", \"ini\": 1228, \"clust\": 408, \"rank\": 3837, \"rankvar\": 144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2005, \"group\": [409.0, 60.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGGGCACTA\", \"ini\": 1227, \"clust\": 249, \"rank\": 4894, \"rankvar\": 5215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2362, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 167, \"group\": [252.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCGAGCCA\", \"ini\": 1226, \"clust\": 246, \"rank\": 4965, \"rankvar\": 5221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2363, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 168, \"group\": [249.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATGAAAC\", \"ini\": 1225, \"clust\": 2102, \"rank\": 3814, \"rankvar\": 3120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2364, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5002, \"group\": [2109.0, 330.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGCTGCAC\", \"ini\": 1224, \"clust\": 486, \"rank\": 3907, \"rankvar\": 2739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2006, \"group\": [485.0, 71.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCTCTGAGA\", \"ini\": 1223, \"clust\": 2874, \"rank\": 1390, \"rankvar\": 3411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2007, \"group\": [2875.0, 528.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCTCTACGAGT\", \"ini\": 1222, \"clust\": 446, \"rank\": 4479, \"rankvar\": 1878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2008, \"group\": [446.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTTCCACAA\", \"ini\": 1221, \"clust\": 223, \"rank\": 5084, \"rankvar\": 5204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2368, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 169, \"group\": [222.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCCAAAGTC\", \"ini\": 1220, \"clust\": 425, \"rank\": 3977, \"rankvar\": 2690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2009, \"group\": [425.0, 63.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTCCGTTAA\", \"ini\": 1219, \"clust\": 383, \"rank\": 3958, \"rankvar\": 1996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2370, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2010, \"group\": [394.0, 56.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTTGTCTTT\", \"ini\": 1218, \"clust\": 2136, \"rank\": 4014, \"rankvar\": 3170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2371, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5003, \"group\": [2135.0, 337.0, 63.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGAGTGACC\", \"ini\": 1217, \"clust\": 320, \"rank\": 4383, \"rankvar\": 673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2011, \"group\": [323.0, 47.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAACAATC\", \"ini\": 1216, \"clust\": 4169, \"rank\": 3179, \"rankvar\": 3158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2012, \"group\": [4169.0, 658.0, 124.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAGATCTGT\", \"ini\": 1215, \"clust\": 4202, \"rank\": 3715, \"rankvar\": 1702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2815, \"group\": [4202.0, 665.0, 125.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCGAAAGC\", \"ini\": 1214, \"clust\": 442, \"rank\": 4122, \"rankvar\": 657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2013, \"group\": [442.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTATCGCC\", \"ini\": 1213, \"clust\": 4357, \"rank\": 2226, \"rankvar\": 1672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3196, \"group\": [4358.0, 735.0, 146.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCTGCGAA\", \"ini\": 1212, \"clust\": 4313, \"rank\": 3352, \"rankvar\": 4311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2377, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5004, \"group\": [4314.0, 720.0, 143.0, 30.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCACGACTA\", \"ini\": 1211, \"clust\": 4586, \"rank\": 2121, \"rankvar\": 1779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3197, \"group\": [4586.0, 784.0, 155.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTCCATGA\", \"ini\": 1210, \"clust\": 4444, \"rank\": 799, \"rankvar\": 4614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2379, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3987, \"group\": [4444.0, 758.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAGGTGGAT\", \"ini\": 1209, \"clust\": 4434, \"rank\": 1527, \"rankvar\": 2827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2380, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3198, \"group\": [4435.0, 757.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTCCTCTTG\", \"ini\": 1208, \"clust\": 469, \"rank\": 3953, \"rankvar\": 366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2014, \"group\": [471.0, 68.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATACGCT\", \"ini\": 1207, \"clust\": 860, \"rank\": 2938, \"rankvar\": 1572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2382, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3199, \"group\": [863.0, 161.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAGTGCAT\", \"ini\": 1206, \"clust\": 2123, \"rank\": 3823, \"rankvar\": 942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2383, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3200, \"group\": [2123.0, 333.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCGAACGGA\", \"ini\": 1205, \"clust\": 4346, \"rank\": 1795, \"rankvar\": 2306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3201, \"group\": [4347.0, 732.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTGGAGTC\", \"ini\": 1204, \"clust\": 2154, \"rank\": 4046, \"rankvar\": 3691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2385, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2816, \"group\": [2154.0, 342.0, 65.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGCTAGTGG\", \"ini\": 1203, \"clust\": 226, \"rank\": 4935, \"rankvar\": 5223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2386, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 170, \"group\": [226.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTGTGGCA\", \"ini\": 1202, \"clust\": 409, \"rank\": 4008, \"rankvar\": 1455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2015, \"group\": [417.0, 61.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAGATTAG\", \"ini\": 1201, \"clust\": 219, \"rank\": 5008, \"rankvar\": 5177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 171, \"group\": [220.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTAGAGGACGG\", \"ini\": 1200, \"clust\": 1827, \"rank\": 3136, \"rankvar\": 1630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3202, \"group\": [1830.0, 285.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGCACCCATGG\", \"ini\": 1199, \"clust\": 4448, \"rank\": 1958, \"rankvar\": 1193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3203, \"group\": [4449.0, 759.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCACGAAGG\", \"ini\": 1198, \"clust\": 2022, \"rank\": 3798, \"rankvar\": 3835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2391, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5005, \"group\": [2022.0, 309.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCTGTAGA\", \"ini\": 1197, \"clust\": 4587, \"rank\": 1644, \"rankvar\": 2275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3204, \"group\": [4587.0, 784.0, 155.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGATCCTGT\", \"ini\": 1196, \"clust\": 4701, \"rank\": 1760, \"rankvar\": 2796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2393, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3205, \"group\": [4704.0, 835.0, 167.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCATGCAAC\", \"ini\": 1195, \"clust\": 346, \"rank\": 3774, \"rankvar\": 1014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2394, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2016, \"group\": [347.0, 53.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGTAGT\", \"ini\": 1194, \"clust\": 4753, \"rank\": 3005, \"rankvar\": 110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2395, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3206, \"group\": [4757.0, 850.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATCCCGC\", \"ini\": 1193, \"clust\": 4449, \"rank\": 1708, \"rankvar\": 1234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2396, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3207, \"group\": [4450.0, 759.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTAAATACG\", \"ini\": 1192, \"clust\": 4466, \"rank\": 1893, \"rankvar\": 4356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3208, \"group\": [4467.0, 762.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGTGTCCAT\", \"ini\": 1191, \"clust\": 441, \"rank\": 4505, \"rankvar\": 2140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2017, \"group\": [444.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTAGCTTGT\", \"ini\": 1190, \"clust\": 1700, \"rank\": 2589, \"rankvar\": 3947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3209, \"group\": [1703.0, 260.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGACGCTTT\", \"ini\": 1189, \"clust\": 404, \"rank\": 4091, \"rankvar\": 2710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2018, \"group\": [402.0, 58.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGGTGGGTT\", \"ini\": 1188, \"clust\": 2090, \"rank\": 3203, \"rankvar\": 4023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2401, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5006, \"group\": [2089.0, 327.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCCGTTGCT\", \"ini\": 1187, \"clust\": 2092, \"rank\": 4380, \"rankvar\": 4552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2402, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 172, \"group\": [2092.0, 327.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACGCCAGT\", \"ini\": 1186, \"clust\": 4667, \"rank\": 2711, \"rankvar\": 399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3210, \"group\": [4670.0, 820.0, 164.0, 36.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCAAGTAC\", \"ini\": 1185, \"clust\": 4469, \"rank\": 2211, \"rankvar\": 4346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3211, \"group\": [4468.0, 763.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTCCAGTAT\", \"ini\": 1184, \"clust\": 387, \"rank\": 4212, \"rankvar\": 2564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2019, \"group\": [387.0, 56.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTTCCACAA\", \"ini\": 1183, \"clust\": 4423, \"rank\": 2179, \"rankvar\": 2519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3212, \"group\": [4424.0, 756.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCAATAAGG\", \"ini\": 1182, \"clust\": 2121, \"rank\": 3684, \"rankvar\": 1657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5007, \"group\": [2122.0, 333.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTTTACGT\", \"ini\": 1181, \"clust\": 247, \"rank\": 5028, \"rankvar\": 5211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2408, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 173, \"group\": [247.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAAAGTCAA\", \"ini\": 1180, \"clust\": 444, \"rank\": 4483, \"rankvar\": 614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2020, \"group\": [447.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTGTCATGCAT\", \"ini\": 1179, \"clust\": 452, \"rank\": 4109, \"rankvar\": 680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2021, \"group\": [455.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGTAAACT\", \"ini\": 1178, \"clust\": 4270, \"rank\": 2884, \"rankvar\": 1273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2411, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3213, \"group\": [4270.0, 695.0, 135.0, 27.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCGTACGGC\", \"ini\": 1177, \"clust\": 389, \"rank\": 4245, \"rankvar\": 822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2022, \"group\": [389.0, 56.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCAATAAGG\", \"ini\": 1176, \"clust\": 1335, \"rank\": 4955, \"rankvar\": 4625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2413, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 174, \"group\": [1334.0, 236.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTTTGCGT\", \"ini\": 1175, \"clust\": 4611, \"rank\": 2605, \"rankvar\": 681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3214, \"group\": [4611.0, 796.0, 159.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCAGGTCA\", \"ini\": 1174, \"clust\": 779, \"rank\": 4117, \"rankvar\": 5027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2415, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5227, \"group\": [779.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCAGTGGA\", \"ini\": 1173, \"clust\": 5196, \"rank\": 2176, \"rankvar\": 1736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2416, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5008, \"group\": [5197.0, 895.0, 171.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGATGGAA\", \"ini\": 1172, \"clust\": 4277, \"rank\": 2795, \"rankvar\": 1794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2417, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3215, \"group\": [4278.0, 699.0, 137.0, 28.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGAATAGGG\", \"ini\": 1171, \"clust\": 1925, \"rank\": 4112, \"rankvar\": 3565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2418, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5009, \"group\": [1928.0, 289.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAATAAGCA\", \"ini\": 1170, \"clust\": 4583, \"rank\": 2248, \"rankvar\": 1032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3216, \"group\": [4588.0, 785.0, 155.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCATGAGCGA\", \"ini\": 1169, \"clust\": 4393, \"rank\": 1576, \"rankvar\": 1665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2420, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3217, \"group\": [4396.0, 749.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTCTCACCT\", \"ini\": 1168, \"clust\": 386, \"rank\": 4116, \"rankvar\": 1491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2023, \"group\": [385.0, 56.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCATGGTAGG\", \"ini\": 1167, \"clust\": 440, \"rank\": 4172, \"rankvar\": 2249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2024, \"group\": [438.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGGCATGT\", \"ini\": 1166, \"clust\": 1780, \"rank\": 2555, \"rankvar\": 4117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2423, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3218, \"group\": [1781.0, 275.0, 54.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGACACG\", \"ini\": 1165, \"clust\": 438, \"rank\": 4158, \"rankvar\": 2085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2025, \"group\": [439.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCATGCCG\", \"ini\": 1164, \"clust\": 908, \"rank\": 3194, \"rankvar\": 4915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2425, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3988, \"group\": [907.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGTGG\", \"ini\": 1163, \"clust\": 1333, \"rank\": 4288, \"rankvar\": 4591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2426, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5010, \"group\": [1337.0, 236.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTATAGGGC\", \"ini\": 1162, \"clust\": 402, \"rank\": 3930, \"rankvar\": 3004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2026, \"group\": [403.0, 58.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATGGGAAC\", \"ini\": 1161, \"clust\": 431, \"rank\": 3960, \"rankvar\": 1281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2027, \"group\": [432.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACATAACC\", \"ini\": 1160, \"clust\": 2212, \"rank\": 3327, \"rankvar\": 2550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2028, \"group\": [2213.0, 364.0, 71.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTCTCTTTA\", \"ini\": 1159, \"clust\": 412, \"rank\": 4336, \"rankvar\": 1744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2029, \"group\": [412.0, 61.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTTAGAACA\", \"ini\": 1158, \"clust\": 2111, \"rank\": 4258, \"rankvar\": 3897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2431, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5011, \"group\": [2111.0, 331.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTGCTGCC\", \"ini\": 1157, \"clust\": 1417, \"rank\": 4501, \"rankvar\": 1030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2030, \"group\": [1418.0, 242.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTGCTAGCC\", \"ini\": 1156, \"clust\": 435, \"rank\": 4412, \"rankvar\": 2684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2031, \"group\": [436.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGATCTGAA\", \"ini\": 1155, \"clust\": 372, \"rank\": 4182, \"rankvar\": 750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2434, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2032, \"group\": [370.0, 55.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAATACAG\", \"ini\": 1154, \"clust\": 1407, \"rank\": 4382, \"rankvar\": 16, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2033, \"group\": [1405.0, 242.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAACTGCGC\", \"ini\": 1153, \"clust\": 2140, \"rank\": 4278, \"rankvar\": 1802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2034, \"group\": [2140.0, 338.0, 64.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCATAGCAC\", \"ini\": 1152, \"clust\": 4593, \"rank\": 1853, \"rankvar\": 2557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3219, \"group\": [4596.0, 790.0, 157.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGCTGGAAC\", \"ini\": 1151, \"clust\": 375, \"rank\": 4304, \"rankvar\": 3123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2035, \"group\": [376.0, 56.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGATCCTAGTGA\", \"ini\": 1150, \"clust\": 338, \"rank\": 4082, \"rankvar\": 2010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2036, \"group\": [337.0, 50.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCAGCGTA\", \"ini\": 1149, \"clust\": 4429, \"rank\": 1561, \"rankvar\": 1515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2440, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3220, \"group\": [4430.0, 757.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACACTTACGA\", \"ini\": 1148, \"clust\": 4435, \"rank\": 2238, \"rankvar\": 2353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2441, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3221, \"group\": [4440.0, 758.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCACTCCA\", \"ini\": 1147, \"clust\": 454, \"rank\": 4671, \"rankvar\": 3648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2037, \"group\": [452.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGCAGTCA\", \"ini\": 1146, \"clust\": 4644, \"rank\": 2148, \"rankvar\": 383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3222, \"group\": [4647.0, 812.0, 162.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTGGGTTG\", \"ini\": 1145, \"clust\": 4706, \"rank\": 2893, \"rankvar\": 4262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5012, \"group\": [4706.0, 836.0, 168.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCTCCGGTT\", \"ini\": 1144, \"clust\": 4411, \"rank\": 1966, \"rankvar\": 465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2445, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3223, \"group\": [4414.0, 753.0, 150.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGTTCTG\", \"ini\": 1143, \"clust\": 891, \"rank\": 4414, \"rankvar\": 4884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2446, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5228, \"group\": [891.0, 165.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCAGATCTGCT\", \"ini\": 1142, \"clust\": 1471, \"rank\": 4604, \"rankvar\": 3789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5013, \"group\": [1472.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGATGTAAC\", \"ini\": 1141, \"clust\": 924, \"rank\": 4311, \"rankvar\": 5007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2448, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5229, \"group\": [923.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATGAAAC\", \"ini\": 1140, \"clust\": 317, \"rank\": 4106, \"rankvar\": 289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2449, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2038, \"group\": [316.0, 46.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGCGCTTAT\", \"ini\": 1139, \"clust\": 762, \"rank\": 4308, \"rankvar\": 4829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2450, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5230, \"group\": [762.0, 157.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTACTCGCG\", \"ini\": 1138, \"clust\": 4419, \"rank\": 2375, \"rankvar\": 3519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2451, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3224, \"group\": [4419.0, 755.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAAGCCGCT\", \"ini\": 1137, \"clust\": 4451, \"rank\": 1825, \"rankvar\": 2740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2452, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3225, \"group\": [4451.0, 759.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCGCCTCA\", \"ini\": 1136, \"clust\": 413, \"rank\": 4544, \"rankvar\": 2289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2039, \"group\": [413.0, 61.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGCCATCGC\", \"ini\": 1135, \"clust\": 2105, \"rank\": 3226, \"rankvar\": 2035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5014, \"group\": [2105.0, 330.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTTAGTGGG\", \"ini\": 1134, \"clust\": 318, \"rank\": 4291, \"rankvar\": 405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2455, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2817, \"group\": [319.0, 47.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAATCTGCA\", \"ini\": 1133, \"clust\": 393, \"rank\": 4489, \"rankvar\": 2660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2040, \"group\": [392.0, 56.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCACGACG\", \"ini\": 1132, \"clust\": 296, \"rank\": 3328, \"rankvar\": 900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2041, \"group\": [298.0, 39.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTTAGGTA\", \"ini\": 1131, \"clust\": 455, \"rank\": 4397, \"rankvar\": 2343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2042, \"group\": [453.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAATCTGCGGCA\", \"ini\": 1130, \"clust\": 970, \"rank\": 3892, \"rankvar\": 3276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2459, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 239, \"group\": [971.0, 175.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGCGACAT\", \"ini\": 1129, \"clust\": 4615, \"rank\": 2204, \"rankvar\": 1821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2460, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3226, \"group\": [4616.0, 799.0, 159.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACAACTGT\", \"ini\": 1128, \"clust\": 326, \"rank\": 4281, \"rankvar\": 1313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2043, \"group\": [330.0, 48.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGTCTCGCATC\", \"ini\": 1127, \"clust\": 437, \"rank\": 4290, \"rankvar\": 3544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2044, \"group\": [440.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTAGCCA\", \"ini\": 1126, \"clust\": 4358, \"rank\": 2743, \"rankvar\": 875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2463, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3227, \"group\": [4359.0, 735.0, 146.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTGTGGCTC\", \"ini\": 1125, \"clust\": 359, \"rank\": 4051, \"rankvar\": 1148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2045, \"group\": [357.0, 54.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTTATCGC\", \"ini\": 1124, \"clust\": 983, \"rank\": 4244, \"rankvar\": 4773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2465, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5139, \"group\": [982.0, 178.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGGAATCG\", \"ini\": 1123, \"clust\": 1485, \"rank\": 4718, \"rankvar\": 3739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2466, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5015, \"group\": [1484.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGAATAGGG\", \"ini\": 1122, \"clust\": 4472, \"rank\": 1956, \"rankvar\": 3821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2467, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3228, \"group\": [4473.0, 764.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCGGAGCAA\", \"ini\": 1121, \"clust\": 848, \"rank\": 3414, \"rankvar\": 4673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2468, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3989, \"group\": [850.0, 160.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCTGATCA\", \"ini\": 1120, \"clust\": 1401, \"rank\": 4674, \"rankvar\": 2072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2046, \"group\": [1402.0, 242.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTATCACCA\", \"ini\": 1119, \"clust\": 4338, \"rank\": 1709, \"rankvar\": 842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2470, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3229, \"group\": [4338.0, 729.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAATCCAAC\", \"ini\": 1118, \"clust\": 450, \"rank\": 4392, \"rankvar\": 3794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2471, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2047, \"group\": [451.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACAACGCC\", \"ini\": 1117, \"clust\": 4375, \"rank\": 3082, \"rankvar\": 1134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2472, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3230, \"group\": [4375.0, 742.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGGGAAACA\", \"ini\": 1116, \"clust\": 813, \"rank\": 4183, \"rankvar\": 4440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2473, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3990, \"group\": [817.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAGAAAGG\", \"ini\": 1115, \"clust\": 4474, \"rank\": 2142, \"rankvar\": 839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2474, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3231, \"group\": [4474.0, 764.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACTCGGA\", \"ini\": 1114, \"clust\": 4452, \"rank\": 1969, \"rankvar\": 3530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2475, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3232, \"group\": [4452.0, 759.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGTCGATAA\", \"ini\": 1113, \"clust\": 3685, \"rank\": 2045, \"rankvar\": 3642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2476, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2818, \"group\": [3690.0, 580.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGTACAG\", \"ini\": 1112, \"clust\": 443, \"rank\": 4659, \"rankvar\": 1523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2048, \"group\": [443.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGCCA\", \"ini\": 1111, \"clust\": 510, \"rank\": 4619, \"rankvar\": 581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2478, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2819, \"group\": [516.0, 75.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCACTCT\", \"ini\": 1110, \"clust\": 1829, \"rank\": 3137, \"rankvar\": 3007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5016, \"group\": [1829.0, 285.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGTGGAT\", \"ini\": 1109, \"clust\": 856, \"rank\": 3440, \"rankvar\": 4498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2480, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3991, \"group\": [857.0, 161.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTATAAACG\", \"ini\": 1108, \"clust\": 371, \"rank\": 4144, \"rankvar\": 2232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2481, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2049, \"group\": [372.0, 55.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGAGCAGGCTA\", \"ini\": 1107, \"clust\": 899, \"rank\": 4394, \"rankvar\": 4990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2482, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5231, \"group\": [899.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCAATGGT\", \"ini\": 1106, \"clust\": 4157, \"rank\": 3755, \"rankvar\": 545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2050, \"group\": [4157.0, 653.0, 123.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCCCTAACC\", \"ini\": 1105, \"clust\": 4394, \"rank\": 1697, \"rankvar\": 1987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2484, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3233, \"group\": [4394.0, 749.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACTTCGAA\", \"ini\": 1104, \"clust\": 4476, \"rank\": 2321, \"rankvar\": 3077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3234, \"group\": [4477.0, 765.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAACACTG\", \"ini\": 1103, \"clust\": 388, \"rank\": 4438, \"rankvar\": 2370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2051, \"group\": [388.0, 56.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCAGAATA\", \"ini\": 1102, \"clust\": 689, \"rank\": 2942, \"rankvar\": 4425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3235, \"group\": [693.0, 132.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCAAAGCAAT\", \"ini\": 1101, \"clust\": 4360, \"rank\": 3280, \"rankvar\": 4289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2488, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3236, \"group\": [4361.0, 736.0, 146.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCTTTACGT\", \"ini\": 1100, \"clust\": 1727, \"rank\": 3745, \"rankvar\": 4152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2489, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3992, \"group\": [1727.0, 264.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAATAGCA\", \"ini\": 1099, \"clust\": 4418, \"rank\": 2442, \"rankvar\": 3049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3237, \"group\": [4421.0, 755.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTGCAACGA\", \"ini\": 1098, \"clust\": 2706, \"rank\": 2918, \"rankvar\": 3754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2491, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2820, \"group\": [2706.0, 506.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTTACCTA\", \"ini\": 1097, \"clust\": 4336, \"rank\": 1714, \"rankvar\": 1037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2492, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3238, \"group\": [4339.0, 729.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTTGTCTTT\", \"ini\": 1096, \"clust\": 1019, \"rank\": 2660, \"rankvar\": 1537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3239, \"group\": [1022.0, 192.0, 42.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGAGCAATT\", \"ini\": 1095, \"clust\": 457, \"rank\": 4491, \"rankvar\": 551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2494, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2052, \"group\": [457.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGACGGTA\", \"ini\": 1094, \"clust\": 315, \"rank\": 3760, \"rankvar\": 1305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2495, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2821, \"group\": [317.0, 46.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCATCCTTGC\", \"ini\": 1093, \"clust\": 501, \"rank\": 4195, \"rankvar\": 857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2053, \"group\": [501.0, 73.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCATGGAATA\", \"ini\": 1092, \"clust\": 4703, \"rank\": 2186, \"rankvar\": 1086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3240, \"group\": [4703.0, 834.0, 167.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTCCGTCAG\", \"ini\": 1091, \"clust\": 765, \"rank\": 3701, \"rankvar\": 4468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3993, \"group\": [765.0, 157.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTAGTGA\", \"ini\": 1090, \"clust\": 4355, \"rank\": 2776, \"rankvar\": 2910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2499, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3241, \"group\": [4355.0, 734.0, 146.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCCGATTT\", \"ini\": 1089, \"clust\": 160, \"rank\": 4786, \"rankvar\": 5080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2054, \"group\": [160.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTACCATCA\", \"ini\": 1088, \"clust\": 4079, \"rank\": 643, \"rankvar\": 4403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2501, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4251, \"group\": [4080.0, 613.0, 107.0, 20.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAAACCTAC\", \"ini\": 1087, \"clust\": 4605, \"rank\": 2240, \"rankvar\": 960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2502, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3242, \"group\": [4610.0, 795.0, 158.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACAACTGGCC\", \"ini\": 1086, \"clust\": 4350, \"rank\": 2924, \"rankvar\": 2832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3243, \"group\": [4351.0, 734.0, 146.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTTCGCGC\", \"ini\": 1085, \"clust\": 456, \"rank\": 4492, \"rankvar\": 2000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2055, \"group\": [459.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATCCGG\", \"ini\": 1084, \"clust\": 4464, \"rank\": 2432, \"rankvar\": 2629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3244, \"group\": [4464.0, 761.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGTTGAGTA\", \"ini\": 1083, \"clust\": 680, \"rank\": 4430, \"rankvar\": 5052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2506, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 240, \"group\": [679.0, 129.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTATATGAG\", \"ini\": 1082, \"clust\": 845, \"rank\": 2114, \"rankvar\": 4839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2507, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3994, \"group\": [851.0, 160.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTAATAGCA\", \"ini\": 1081, \"clust\": 2063, \"rank\": 4064, \"rankvar\": 3320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5017, \"group\": [2063.0, 319.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGATGGCGT\", \"ini\": 1080, \"clust\": 778, \"rank\": 4115, \"rankvar\": 4747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2509, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3995, \"group\": [781.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTTTAGGAA\", \"ini\": 1079, \"clust\": 2051, \"rank\": 3023, \"rankvar\": 3172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3245, \"group\": [2051.0, 317.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCGAATGCT\", \"ini\": 1078, \"clust\": 900, \"rank\": 3012, \"rankvar\": 4292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3246, \"group\": [903.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGACAAAGG\", \"ini\": 1077, \"clust\": 2156, \"rank\": 3067, \"rankvar\": 3757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2512, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2822, \"group\": [2157.0, 344.0, 65.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCGACAGCC\", \"ini\": 1076, \"clust\": 2045, \"rank\": 3872, \"rankvar\": 3000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2513, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5018, \"group\": [2046.0, 316.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTTCAACT\", \"ini\": 1075, \"clust\": 687, \"rank\": 2810, \"rankvar\": 1415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2514, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3247, \"group\": [688.0, 131.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGTATTGGA\", \"ini\": 1074, \"clust\": 4454, \"rank\": 2277, \"rankvar\": 1093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3248, \"group\": [4455.0, 760.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCACGAAACG\", \"ini\": 1073, \"clust\": 906, \"rank\": 3456, \"rankvar\": 4210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2516, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3996, \"group\": [908.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGGCACTA\", \"ini\": 1072, \"clust\": 415, \"rank\": 4339, \"rankvar\": 248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2056, \"group\": [414.0, 61.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCGAGTTT\", \"ini\": 1071, \"clust\": 216, \"rank\": 5090, \"rankvar\": 5183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2518, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 175, \"group\": [215.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGAGAGCTC\", \"ini\": 1070, \"clust\": 1962, \"rank\": 3719, \"rankvar\": 3202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2519, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3249, \"group\": [1964.0, 294.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTCCCTACT\", \"ini\": 1069, \"clust\": 4416, \"rank\": 2047, \"rankvar\": 2783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3250, \"group\": [4417.0, 755.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGCGAAGGG\", \"ini\": 1068, \"clust\": 4604, \"rank\": 2108, \"rankvar\": 4447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2521, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3997, \"group\": [4605.0, 793.0, 157.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCGCGTAGC\", \"ini\": 1067, \"clust\": 4475, \"rank\": 1816, \"rankvar\": 2728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2522, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3251, \"group\": [4475.0, 764.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCACCCAG\", \"ini\": 1066, \"clust\": 866, \"rank\": 3282, \"rankvar\": 4535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2523, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3998, \"group\": [867.0, 161.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACATTAGGCT\", \"ini\": 1065, \"clust\": 4612, \"rank\": 2905, \"rankvar\": 3894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2524, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3252, \"group\": [4612.0, 796.0, 159.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCCAGAGGA\", \"ini\": 1064, \"clust\": 1821, \"rank\": 3789, \"rankvar\": 3468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2525, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3253, \"group\": [1820.0, 284.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCACTGTCGG\", \"ini\": 1063, \"clust\": 3057, \"rank\": 607, \"rankvar\": 2274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4252, \"group\": [3058.0, 537.0, 101.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTTCTGCGTAA\", \"ini\": 1062, \"clust\": 854, \"rank\": 2952, \"rankvar\": 2181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2527, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3254, \"group\": [854.0, 161.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTCACCTAA\", \"ini\": 1061, \"clust\": 2229, \"rank\": 2458, \"rankvar\": 1231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2057, \"group\": [2228.0, 369.0, 72.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTACTTAGC\", \"ini\": 1060, \"clust\": 1802, \"rank\": 2390, \"rankvar\": 4269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3255, \"group\": [1803.0, 278.0, 54.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGACCTAGG\", \"ini\": 1059, \"clust\": 664, \"rank\": 4191, \"rankvar\": 4401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2530, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 241, \"group\": [664.0, 128.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACAGACAG\", \"ini\": 1058, \"clust\": 329, \"rank\": 4022, \"rankvar\": 913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2058, \"group\": [328.0, 48.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGTGTGGT\", \"ini\": 1057, \"clust\": 683, \"rank\": 3808, \"rankvar\": 4474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2532, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 242, \"group\": [682.0, 129.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTTATCGGT\", \"ini\": 1056, \"clust\": 2124, \"rank\": 4097, \"rankvar\": 3026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5019, \"group\": [2124.0, 333.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACACAGACTT\", \"ini\": 1055, \"clust\": 4352, \"rank\": 2813, \"rankvar\": 2020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2534, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3256, \"group\": [4353.0, 734.0, 146.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTCAAGTCATC\", \"ini\": 1054, \"clust\": 686, \"rank\": 3804, \"rankvar\": 4697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2535, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 243, \"group\": [686.0, 129.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGTTAACC\", \"ini\": 1053, \"clust\": 780, \"rank\": 3867, \"rankvar\": 4534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2536, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3999, \"group\": [780.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACACTGCG\", \"ini\": 1052, \"clust\": 248, \"rank\": 4970, \"rankvar\": 5210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2537, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 176, \"group\": [248.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCATGTTGAC\", \"ini\": 1051, \"clust\": 327, \"rank\": 4349, \"rankvar\": 2925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2059, \"group\": [329.0, 48.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTTAGCGG\", \"ini\": 1050, \"clust\": 4348, \"rank\": 2949, \"rankvar\": 4138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2539, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3257, \"group\": [4349.0, 733.0, 146.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGAGAATTCCC\", \"ini\": 1049, \"clust\": 4468, \"rank\": 2527, \"rankvar\": 2921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2540, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3258, \"group\": [4470.0, 763.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCACACCGAC\", \"ini\": 1048, \"clust\": 857, \"rank\": 3988, \"rankvar\": 4172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2541, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4000, \"group\": [858.0, 161.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGCACTTA\", \"ini\": 1047, \"clust\": 863, \"rank\": 3286, \"rankvar\": 4617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2542, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4001, \"group\": [864.0, 161.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCAACACTG\", \"ini\": 1046, \"clust\": 1356, \"rank\": 5109, \"rankvar\": 4790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2543, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 177, \"group\": [1356.0, 240.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGCCCA\", \"ini\": 1045, \"clust\": 4143, \"rank\": 3214, \"rankvar\": 864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2060, \"group\": [4143.0, 647.0, 121.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAGTAAGTAGT\", \"ini\": 1044, \"clust\": 871, \"rank\": 2898, \"rankvar\": 3471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3259, \"group\": [870.0, 162.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGACACTT\", \"ini\": 1043, \"clust\": 711, \"rank\": 3112, \"rankvar\": 2666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2546, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3260, \"group\": [715.0, 137.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTGTGACCC\", \"ini\": 1042, \"clust\": 1793, \"rank\": 2557, \"rankvar\": 2198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2547, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3261, \"group\": [1794.0, 277.0, 54.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCAGTATAAG\", \"ini\": 1041, \"clust\": 2131, \"rank\": 4314, \"rankvar\": 3391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2548, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5020, \"group\": [2131.0, 335.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCACCGGGT\", \"ini\": 1040, \"clust\": 4372, \"rank\": 2796, \"rankvar\": 499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2549, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3262, \"group\": [4373.0, 741.0, 147.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGTAATA\", \"ini\": 1039, \"clust\": 672, \"rank\": 4101, \"rankvar\": 4959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2550, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 244, \"group\": [670.0, 129.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGCCGTCGT\", \"ini\": 1038, \"clust\": 4430, \"rank\": 1142, \"rankvar\": 2986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2551, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3263, \"group\": [4433.0, 757.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTCCGTTAA\", \"ini\": 1037, \"clust\": 1703, \"rank\": 2966, \"rankvar\": 3911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2552, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4002, \"group\": [1704.0, 261.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGCATGAT\", \"ini\": 1036, \"clust\": 1809, \"rank\": 3372, \"rankvar\": 3962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3264, \"group\": [1808.0, 280.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTATTAGCC\", \"ini\": 1035, \"clust\": 4478, \"rank\": 1944, \"rankvar\": 3556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3265, \"group\": [4479.0, 766.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACACTGCG\", \"ini\": 1034, \"clust\": 4329, \"rank\": 2540, \"rankvar\": 2352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2555, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3266, \"group\": [4331.0, 727.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCTCTTA\", \"ini\": 1033, \"clust\": 986, \"rank\": 3155, \"rankvar\": 4095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2556, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4003, \"group\": [987.0, 179.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATTGGGCC\", \"ini\": 1032, \"clust\": 451, \"rank\": 4673, \"rankvar\": 3508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2061, \"group\": [456.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCTTACCTA\", \"ini\": 1031, \"clust\": 4302, \"rank\": 2561, \"rankvar\": 196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2558, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3267, \"group\": [4303.0, 713.0, 141.0, 30.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCCATTAT\", \"ini\": 1030, \"clust\": 4426, \"rank\": 2327, \"rankvar\": 3426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2559, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3268, \"group\": [4426.0, 756.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAATCCTTCAAT\", \"ini\": 1029, \"clust\": 384, \"rank\": 4427, \"rankvar\": 3414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2062, \"group\": [386.0, 56.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAATGGATA\", \"ini\": 1028, \"clust\": 399, \"rank\": 4194, \"rankvar\": 412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2561, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2063, \"group\": [398.0, 57.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGTTGCC\", \"ini\": 1027, \"clust\": 1337, \"rank\": 3683, \"rankvar\": 981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2562, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3269, \"group\": [1342.0, 238.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTCTGGTCG\", \"ini\": 1026, \"clust\": 4479, \"rank\": 2549, \"rankvar\": 1421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3270, \"group\": [4480.0, 766.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTAACGCGA\", \"ini\": 1025, \"clust\": 4473, \"rank\": 1293, \"rankvar\": 1423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3271, \"group\": [4476.0, 764.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCAGTTGAC\", \"ini\": 1024, \"clust\": 4395, \"rank\": 2703, \"rankvar\": 100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2565, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3272, \"group\": [4395.0, 749.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTGAGAT\", \"ini\": 1023, \"clust\": 217, \"rank\": 5048, \"rankvar\": 5192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2566, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 178, \"group\": [216.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTCAGCTAT\", \"ini\": 1022, \"clust\": 867, \"rank\": 3542, \"rankvar\": 4510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2567, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4004, \"group\": [868.0, 161.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCCAACCAA\", \"ini\": 1021, \"clust\": 416, \"rank\": 4662, \"rankvar\": 3367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2064, \"group\": [415.0, 61.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGAGTCTGG\", \"ini\": 1020, \"clust\": 1408, \"rank\": 4605, \"rankvar\": 26, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2569, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2823, \"group\": [1406.0, 242.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTGTCGCG\", \"ini\": 1019, \"clust\": 688, \"rank\": 3378, \"rankvar\": 1908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3273, \"group\": [689.0, 131.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTTCTGTTT\", \"ini\": 1018, \"clust\": 1952, \"rank\": 3494, \"rankvar\": 3201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2571, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3274, \"group\": [1952.0, 293.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCAAGTAGTA\", \"ini\": 1017, \"clust\": 858, \"rank\": 3911, \"rankvar\": 4025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2572, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3275, \"group\": [859.0, 161.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCAATGTC\", \"ini\": 1016, \"clust\": 763, \"rank\": 4055, \"rankvar\": 4803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2573, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4005, \"group\": [763.0, 157.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCTACCTA\", \"ini\": 1015, \"clust\": 4493, \"rank\": 1565, \"rankvar\": 2026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3276, \"group\": [4493.0, 772.0, 154.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGAGTAGA\", \"ini\": 1014, \"clust\": 4413, \"rank\": 1877, \"rankvar\": 1544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2575, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3277, \"group\": [4413.0, 753.0, 150.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGGACAAG\", \"ini\": 1013, \"clust\": 332, \"rank\": 4486, \"rankvar\": 1010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2065, \"group\": [332.0, 48.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGCATGTAAGA\", \"ini\": 1012, \"clust\": 766, \"rank\": 3880, \"rankvar\": 4499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2577, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4006, \"group\": [766.0, 157.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGAGCTCCCAG\", \"ini\": 1011, \"clust\": 715, \"rank\": 3033, \"rankvar\": 2531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3278, \"group\": [721.0, 139.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTAGGGTAC\", \"ini\": 1010, \"clust\": 768, \"rank\": 3593, \"rankvar\": 4347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2579, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4007, \"group\": [768.0, 157.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCAGGAATCG\", \"ini\": 1009, \"clust\": 228, \"rank\": 5125, \"rankvar\": 5214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2580, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 179, \"group\": [227.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTACCCAAT\", \"ini\": 1008, \"clust\": 4340, \"rank\": 2197, \"rankvar\": 966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2581, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3279, \"group\": [4340.0, 730.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCACATTCGA\", \"ini\": 1007, \"clust\": 1798, \"rank\": 2812, \"rankvar\": 3473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2582, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3280, \"group\": [1799.0, 278.0, 54.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCCAGACGCAA\", \"ini\": 1006, \"clust\": 1766, \"rank\": 2965, \"rankvar\": 2900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2583, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3281, \"group\": [1767.0, 268.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAATTGCC\", \"ini\": 1005, \"clust\": 4314, \"rank\": 2904, \"rankvar\": 3476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2584, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3282, \"group\": [4315.0, 721.0, 144.0, 31.0, 10.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGAACTGC\", \"ini\": 1004, \"clust\": 1710, \"rank\": 3188, \"rankvar\": 2733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2585, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3283, \"group\": [1711.0, 261.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTACGCGC\", \"ini\": 1003, \"clust\": 2103, \"rank\": 3983, \"rankvar\": 3904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2586, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 180, \"group\": [2103.0, 330.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCCACTAT\", \"ini\": 1002, \"clust\": 227, \"rank\": 5134, \"rankvar\": 5148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2587, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 181, \"group\": [229.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCCCGGATG\", \"ini\": 1001, \"clust\": 319, \"rank\": 4056, \"rankvar\": 429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2588, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2824, \"group\": [320.0, 47.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTATAGGGC\", \"ini\": 1000, \"clust\": 1823, \"rank\": 3052, \"rankvar\": 4484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2589, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3284, \"group\": [1824.0, 285.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGCCTGAG\", \"ini\": 999, \"clust\": 682, \"rank\": 3890, \"rankvar\": 4559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2590, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 245, \"group\": [684.0, 129.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTACCGTTA\", \"ini\": 998, \"clust\": 4457, \"rank\": 2478, \"rankvar\": 2135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2591, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3285, \"group\": [4460.0, 761.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCATTCTCAT\", \"ini\": 997, \"clust\": 4462, \"rank\": 2763, \"rankvar\": 2748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2592, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4008, \"group\": [4465.0, 761.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGACCACA\", \"ini\": 996, \"clust\": 4614, \"rank\": 1619, \"rankvar\": 2278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2593, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3286, \"group\": [4615.0, 798.0, 159.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATCACGCGAAA\", \"ini\": 995, \"clust\": 674, \"rank\": 4192, \"rankvar\": 5175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2594, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 246, \"group\": [676.0, 129.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGGTCCGA\", \"ini\": 994, \"clust\": 2040, \"rank\": 3246, \"rankvar\": 3025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2595, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3287, \"group\": [2040.0, 314.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCGTTGCC\", \"ini\": 993, \"clust\": 1941, \"rank\": 3104, \"rankvar\": 1898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2596, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3288, \"group\": [1942.0, 291.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCTCATTCA\", \"ini\": 992, \"clust\": 1035, \"rank\": 3527, \"rankvar\": 2879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2597, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4009, \"group\": [1038.0, 196.0, 43.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCCCTCTTT\", \"ini\": 991, \"clust\": 4320, \"rank\": 2760, \"rankvar\": 1383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2598, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3289, \"group\": [4321.0, 724.0, 144.0, 31.0, 10.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGCGA\", \"ini\": 990, \"clust\": 4341, \"rank\": 1534, \"rankvar\": 1857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2599, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3290, \"group\": [4341.0, 730.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTCAATGTC\", \"ini\": 989, \"clust\": 2008, \"rank\": 3446, \"rankvar\": 3672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2600, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3291, \"group\": [2009.0, 306.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTGACAAAT\", \"ini\": 988, \"clust\": 1472, \"rank\": 4561, \"rankvar\": 3901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2601, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5021, \"group\": [1473.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCCATTCTA\", \"ini\": 987, \"clust\": 4345, \"rank\": 2371, \"rankvar\": 1995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2602, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3292, \"group\": [4344.0, 731.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGTCTATCCCG\", \"ini\": 986, \"clust\": 681, \"rank\": 4434, \"rankvar\": 5003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2603, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 247, \"group\": [680.0, 129.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCATATCG\", \"ini\": 985, \"clust\": 1967, \"rank\": 3342, \"rankvar\": 2903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2604, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3293, \"group\": [1966.0, 295.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCATTCCTGC\", \"ini\": 984, \"clust\": 1397, \"rank\": 4952, \"rankvar\": 2718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2066, \"group\": [1397.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTCTC\", \"ini\": 983, \"clust\": 942, \"rank\": 3077, \"rankvar\": 4368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2606, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3294, \"group\": [943.0, 169.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCGTCCAGG\", \"ini\": 982, \"clust\": 692, \"rank\": 3187, \"rankvar\": 3828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2607, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3295, \"group\": [691.0, 132.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCTGCGGT\", \"ini\": 981, \"clust\": 373, \"rank\": 4572, \"rankvar\": 3190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2067, \"group\": [371.0, 55.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTTGCAGG\", \"ini\": 980, \"clust\": 775, \"rank\": 4199, \"rankvar\": 4374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2609, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4010, \"group\": [778.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCCCTAAT\", \"ini\": 979, \"clust\": 1391, \"rank\": 4765, \"rankvar\": 3677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5022, \"group\": [1399.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCCAAGCCG\", \"ini\": 978, \"clust\": 426, \"rank\": 4251, \"rankvar\": 3440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2068, \"group\": [426.0, 63.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTGCTGTC\", \"ini\": 977, \"clust\": 459, \"rank\": 4476, \"rankvar\": 138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2612, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2069, \"group\": [460.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTAGAGTC\", \"ini\": 976, \"clust\": 224, \"rank\": 5133, \"rankvar\": 5219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2613, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 182, \"group\": [223.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTGTTAA\", \"ini\": 975, \"clust\": 1402, \"rank\": 4795, \"rankvar\": 3560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2614, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2825, \"group\": [1400.0, 242.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGCTCAGA\", \"ini\": 974, \"clust\": 1721, \"rank\": 2781, \"rankvar\": 2678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2615, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3296, \"group\": [1722.0, 263.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAGTCAGTGGA\", \"ini\": 973, \"clust\": 1811, \"rank\": 3490, \"rankvar\": 561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2616, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3297, \"group\": [1811.0, 281.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTAGTCA\", \"ini\": 972, \"clust\": 912, \"rank\": 3780, \"rankvar\": 4786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2617, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4011, \"group\": [912.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGCTAAGAT\", \"ini\": 971, \"clust\": 2037, \"rank\": 3353, \"rankvar\": 1946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2618, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3298, \"group\": [2038.0, 313.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCATGGGACA\", \"ini\": 970, \"clust\": 2013, \"rank\": 3008, \"rankvar\": 1752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2619, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3299, \"group\": [2014.0, 307.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACATCCA\", \"ini\": 969, \"clust\": 1773, \"rank\": 2473, \"rankvar\": 3347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2620, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3300, \"group\": [1772.0, 271.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCAGCTAGTTC\", \"ini\": 968, \"clust\": 1963, \"rank\": 3633, \"rankvar\": 3974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2621, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3301, \"group\": [1962.0, 294.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGGTGTCG\", \"ini\": 967, \"clust\": 1774, \"rank\": 2845, \"rankvar\": 3217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2622, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3302, \"group\": [1773.0, 271.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGTAGATC\", \"ini\": 966, \"clust\": 1380, \"rank\": 4880, \"rankvar\": 802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2070, \"group\": [1379.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCACATAGC\", \"ini\": 965, \"clust\": 1738, \"rank\": 2974, \"rankvar\": 626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2624, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3303, \"group\": [1739.0, 265.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCAGCAC\", \"ini\": 964, \"clust\": 716, \"rank\": 3200, \"rankvar\": 1111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2625, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3304, \"group\": [720.0, 138.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCATTAGC\", \"ini\": 963, \"clust\": 395, \"rank\": 3922, \"rankvar\": 994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2826, \"group\": [396.0, 57.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGATCACGG\", \"ini\": 962, \"clust\": 699, \"rank\": 3495, \"rankvar\": 3536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2627, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3305, \"group\": [700.0, 134.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTACCAGTT\", \"ini\": 961, \"clust\": 745, \"rank\": 3058, \"rankvar\": 2530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2628, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3306, \"group\": [748.0, 150.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGATATAC\", \"ini\": 960, \"clust\": 678, \"rank\": 4784, \"rankvar\": 5077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2629, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 248, \"group\": [677.0, 129.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTAAGGGAA\", \"ini\": 959, \"clust\": 4458, \"rank\": 2507, \"rankvar\": 1894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2630, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3307, \"group\": [4458.0, 761.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCAGGCAAG\", \"ini\": 958, \"clust\": 4325, \"rank\": 2696, \"rankvar\": 3174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2631, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3308, \"group\": [4328.0, 726.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGGAGTACC\", \"ini\": 957, \"clust\": 783, \"rank\": 4249, \"rankvar\": 4433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2632, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4012, \"group\": [782.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGACGGTA\", \"ini\": 956, \"clust\": 1017, \"rank\": 3003, \"rankvar\": 335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2633, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3309, \"group\": [1017.0, 189.0, 41.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGTGAAAT\", \"ini\": 955, \"clust\": 940, \"rank\": 3249, \"rankvar\": 2439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2634, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3310, \"group\": [940.0, 169.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCACATCTTT\", \"ini\": 954, \"clust\": 4470, \"rank\": 2816, \"rankvar\": 2362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2635, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3311, \"group\": [4469.0, 763.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCTTACCTA\", \"ini\": 953, \"clust\": 370, \"rank\": 4727, \"rankvar\": 2673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2071, \"group\": [373.0, 55.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGACTAGGC\", \"ini\": 952, \"clust\": 704, \"rank\": 4222, \"rankvar\": 4671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2637, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3312, \"group\": [702.0, 135.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCAGGCAAG\", \"ini\": 951, \"clust\": 4420, \"rank\": 2500, \"rankvar\": 2328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2638, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3313, \"group\": [4420.0, 755.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACTCTGTC\", \"ini\": 950, \"clust\": 937, \"rank\": 2799, \"rankvar\": 979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2639, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3314, \"group\": [938.0, 168.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCTAACCGA\", \"ini\": 949, \"clust\": 4318, \"rank\": 2998, \"rankvar\": 4277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2640, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3315, \"group\": [4318.0, 723.0, 144.0, 31.0, 10.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGGAAATA\", \"ini\": 948, \"clust\": 4322, \"rank\": 2267, \"rankvar\": 1062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2641, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3316, \"group\": [4323.0, 725.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTATGCTTG\", \"ini\": 947, \"clust\": 811, \"rank\": 4257, \"rankvar\": 4772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2642, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4013, \"group\": [812.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATCATCCGCGA\", \"ini\": 946, \"clust\": 2039, \"rank\": 2684, \"rankvar\": 4089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2643, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3317, \"group\": [2042.0, 314.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGACTTTCG\", \"ini\": 945, \"clust\": 4383, \"rank\": 2595, \"rankvar\": 808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2644, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3318, \"group\": [4383.0, 745.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGTAGCGGT\", \"ini\": 944, \"clust\": 390, \"rank\": 4333, \"rankvar\": 1243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2072, \"group\": [390.0, 56.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAAGCGATATA\", \"ini\": 943, \"clust\": 1717, \"rank\": 2524, \"rankvar\": 4290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2646, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3319, \"group\": [1718.0, 263.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCGAATCT\", \"ini\": 942, \"clust\": 4417, \"rank\": 2738, \"rankvar\": 1695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2647, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3320, \"group\": [4418.0, 755.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACTCTTA\", \"ini\": 941, \"clust\": 859, \"rank\": 3205, \"rankvar\": 2485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2648, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3321, \"group\": [860.0, 161.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTTAGGAA\", \"ini\": 940, \"clust\": 4353, \"rank\": 2852, \"rankvar\": 378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2649, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3322, \"group\": [4354.0, 734.0, 146.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCCGAAGAG\", \"ini\": 939, \"clust\": 3374, \"rank\": 1329, \"rankvar\": 1201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2650, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4183, \"group\": [3376.0, 574.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTTTACGT\", \"ini\": 938, \"clust\": 957, \"rank\": 2790, \"rankvar\": 2476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2651, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3323, \"group\": [957.0, 172.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATGCAATC\", \"ini\": 937, \"clust\": 1409, \"rank\": 4731, \"rankvar\": 1027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2073, \"group\": [1413.0, 242.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTACAA\", \"ini\": 936, \"clust\": 4326, \"rank\": 2901, \"rankvar\": 1177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2653, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3324, \"group\": [4326.0, 726.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTTGTTTC\", \"ini\": 935, \"clust\": 2043, \"rank\": 2821, \"rankvar\": 1642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2654, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3325, \"group\": [2044.0, 315.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCGGACAAG\", \"ini\": 934, \"clust\": 1681, \"rank\": 3609, \"rankvar\": 3082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2655, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3326, \"group\": [1697.0, 259.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATTACCG\", \"ini\": 933, \"clust\": 673, \"rank\": 4312, \"rankvar\": 5098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2656, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 249, \"group\": [671.0, 129.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGCTTTGGT\", \"ini\": 932, \"clust\": 671, \"rank\": 4042, \"rankvar\": 4921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2657, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 250, \"group\": [672.0, 129.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCCACGAAT\", \"ini\": 931, \"clust\": 229, \"rank\": 5070, \"rankvar\": 5179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2658, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 183, \"group\": [228.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAACGATCT\", \"ini\": 930, \"clust\": 1701, \"rank\": 3201, \"rankvar\": 3667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2659, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3327, \"group\": [1701.0, 260.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTGGCGAAT\", \"ini\": 929, \"clust\": 1942, \"rank\": 3262, \"rankvar\": 2443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2660, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3328, \"group\": [1943.0, 291.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCAACGAAA\", \"ini\": 928, \"clust\": 4323, \"rank\": 1905, \"rankvar\": 2070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2661, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3329, \"group\": [4324.0, 726.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTATCGCC\", \"ini\": 927, \"clust\": 990, \"rank\": 3629, \"rankvar\": 2625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3330, \"group\": [993.0, 180.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTATCCCG\", \"ini\": 926, \"clust\": 4477, \"rank\": 2744, \"rankvar\": 2316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2663, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3331, \"group\": [4478.0, 765.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACATGACATC\", \"ini\": 925, \"clust\": 987, \"rank\": 3476, \"rankvar\": 3447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2664, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3332, \"group\": [988.0, 179.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACACGGATAG\", \"ini\": 924, \"clust\": 1980, \"rank\": 4329, \"rankvar\": 4036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2665, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 251, \"group\": [1981.0, 299.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTCCACAA\", \"ini\": 923, \"clust\": 4609, \"rank\": 2404, \"rankvar\": 2635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2666, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3333, \"group\": [4609.0, 794.0, 158.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGGGTCTCC\", \"ini\": 922, \"clust\": 935, \"rank\": 3613, \"rankvar\": 4058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2667, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4014, \"group\": [933.0, 167.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGGATTGG\", \"ini\": 921, \"clust\": 4248, \"rank\": 2582, \"rankvar\": 3122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2668, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3334, \"group\": [4248.0, 684.0, 131.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACCAGTTCCCT\", \"ini\": 920, \"clust\": 1803, \"rank\": 2718, \"rankvar\": 2586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2669, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3335, \"group\": [1804.0, 278.0, 54.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCATCATC\", \"ini\": 919, \"clust\": 1778, \"rank\": 3071, \"rankvar\": 2878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2670, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3336, \"group\": [1778.0, 274.0, 53.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTCGCTAA\", \"ini\": 918, \"clust\": 928, \"rank\": 3797, \"rankvar\": 4713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2671, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4015, \"group\": [926.0, 167.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCGGCCGAT\", \"ini\": 917, \"clust\": 4316, \"rank\": 2704, \"rankvar\": 775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2672, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3337, \"group\": [4319.0, 723.0, 144.0, 31.0, 10.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCCGTACAA\", \"ini\": 916, \"clust\": 754, \"rank\": 3591, \"rankvar\": 3865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2673, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3338, \"group\": [753.0, 152.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTAACGGT\", \"ini\": 915, \"clust\": 1800, \"rank\": 3247, \"rankvar\": 3715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2674, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3339, \"group\": [1801.0, 278.0, 54.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTGTAGGGTAC\", \"ini\": 914, \"clust\": 1810, \"rank\": 3329, \"rankvar\": 1207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2675, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3340, \"group\": [1809.0, 280.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGTTGTC\", \"ini\": 913, \"clust\": 4264, \"rank\": 3065, \"rankvar\": 167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2676, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3341, \"group\": [4264.0, 691.0, 133.0, 27.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTCATTAGGCT\", \"ini\": 912, \"clust\": 4432, \"rank\": 1743, \"rankvar\": 3220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2677, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3342, \"group\": [4432.0, 757.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTGTCGCTG\", \"ini\": 911, \"clust\": 1857, \"rank\": 4764, \"rankvar\": 4875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2678, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3343, \"group\": [1861.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCAGCTGGC\", \"ini\": 910, \"clust\": 1764, \"rank\": 2846, \"rankvar\": 3350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2679, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3344, \"group\": [1763.0, 268.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGTGGCTC\", \"ini\": 909, \"clust\": 1787, \"rank\": 3518, \"rankvar\": 4749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2680, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3345, \"group\": [1786.0, 275.0, 54.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGTGTGGT\", \"ini\": 908, \"clust\": 2464, \"rank\": 2727, \"rankvar\": 256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2681, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4184, \"group\": [2464.0, 449.0, 89.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCACCCT\", \"ini\": 907, \"clust\": 4324, \"rank\": 1986, \"rankvar\": 2364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2682, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3346, \"group\": [4325.0, 726.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAGGCCT\", \"ini\": 906, \"clust\": 2014, \"rank\": 3126, \"rankvar\": 1975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2683, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3347, \"group\": [2015.0, 307.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCACCGGGT\", \"ini\": 905, \"clust\": 1756, \"rank\": 3466, \"rankvar\": 3588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2684, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3348, \"group\": [1756.0, 267.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCTCAACT\", \"ini\": 904, \"clust\": 2087, \"rank\": 3526, \"rankvar\": 3557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2685, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3349, \"group\": [2091.0, 327.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTGTGCAGTAG\", \"ini\": 903, \"clust\": 1739, \"rank\": 3043, \"rankvar\": 2292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2686, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3350, \"group\": [1740.0, 265.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCTTGCCA\", \"ini\": 902, \"clust\": 929, \"rank\": 3538, \"rankvar\": 4639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2687, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4016, \"group\": [927.0, 167.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGGATA\", \"ini\": 901, \"clust\": 785, \"rank\": 4011, \"rankvar\": 4722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2688, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4017, \"group\": [784.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCAGCACAT\", \"ini\": 900, \"clust\": 4791, \"rank\": 2915, \"rankvar\": 801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2689, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3351, \"group\": [4794.0, 857.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAGCCTAA\", \"ini\": 899, \"clust\": 4342, \"rank\": 2838, \"rankvar\": 834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2690, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3352, \"group\": [4346.0, 731.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATGCCCGA\", \"ini\": 898, \"clust\": 1718, \"rank\": 2933, \"rankvar\": 3797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3353, \"group\": [1719.0, 263.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCAACTA\", \"ini\": 897, \"clust\": 1724, \"rank\": 3546, \"rankvar\": 568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3354, \"group\": [1724.0, 264.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCTAGGGC\", \"ini\": 896, \"clust\": 773, \"rank\": 4141, \"rankvar\": 4366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2693, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4018, \"group\": [771.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTATTACCG\", \"ini\": 895, \"clust\": 2135, \"rank\": 3255, \"rankvar\": 322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2694, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3355, \"group\": [2137.0, 337.0, 63.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCATGAT\", \"ini\": 894, \"clust\": 737, \"rank\": 3001, \"rankvar\": 1403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2695, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3356, \"group\": [741.0, 147.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAAGCGTAG\", \"ini\": 893, \"clust\": 850, \"rank\": 3118, \"rankvar\": 4280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2696, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4019, \"group\": [849.0, 160.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACGTTGGC\", \"ini\": 892, \"clust\": 767, \"rank\": 3801, \"rankvar\": 4489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2697, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4020, \"group\": [770.0, 157.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCTGATACG\", \"ini\": 891, \"clust\": 4675, \"rank\": 2482, \"rankvar\": 216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2698, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3357, \"group\": [4676.0, 823.0, 164.0, 36.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGAGTATA\", \"ini\": 890, \"clust\": 1992, \"rank\": 3010, \"rankvar\": 1948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2699, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3358, \"group\": [1992.0, 302.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACGACTCG\", \"ini\": 889, \"clust\": 1995, \"rank\": 3251, \"rankvar\": 1905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2700, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3359, \"group\": [1995.0, 303.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCAATAAGG\", \"ini\": 888, \"clust\": 870, \"rank\": 3098, \"rankvar\": 2987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2701, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3360, \"group\": [872.0, 162.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGATGTAT\", \"ini\": 887, \"clust\": 1998, \"rank\": 3459, \"rankvar\": 2645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2702, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3361, \"group\": [1998.0, 304.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATTGCGA\", \"ini\": 886, \"clust\": 1824, \"rank\": 3401, \"rankvar\": 3936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2703, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3362, \"group\": [1825.0, 285.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCCTCTTT\", \"ini\": 885, \"clust\": 679, \"rank\": 4458, \"rankvar\": 4494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2704, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 252, \"group\": [678.0, 129.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCGACCAGC\", \"ini\": 884, \"clust\": 4349, \"rank\": 2929, \"rankvar\": 1052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2705, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3363, \"group\": [4350.0, 733.0, 146.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACACCTTGTC\", \"ini\": 883, \"clust\": 719, \"rank\": 3616, \"rankvar\": 1004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2706, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3364, \"group\": [716.0, 138.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTGGTATG\", \"ini\": 882, \"clust\": 939, \"rank\": 3603, \"rankvar\": 2674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2707, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3365, \"group\": [942.0, 169.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGCCCAACC\", \"ini\": 881, \"clust\": 1723, \"rank\": 3833, \"rankvar\": 1239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2708, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3366, \"group\": [1726.0, 264.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGATATGCA\", \"ini\": 880, \"clust\": 1697, \"rank\": 3463, \"rankvar\": 3121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2709, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3367, \"group\": [1700.0, 260.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCAAGGTGTG\", \"ini\": 879, \"clust\": 1500, \"rank\": 3669, \"rankvar\": 526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2710, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3368, \"group\": [1503.0, 245.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAGGCTCAC\", \"ini\": 878, \"clust\": 4376, \"rank\": 2883, \"rankvar\": 3496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2711, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3369, \"group\": [4381.0, 744.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTCATGCAT\", \"ini\": 877, \"clust\": 4298, \"rank\": 3085, \"rankvar\": 2554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2712, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4103, \"group\": [4299.0, 711.0, 141.0, 30.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTCTTGCA\", \"ini\": 876, \"clust\": 1799, \"rank\": 2619, \"rankvar\": 1670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2713, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3370, \"group\": [1800.0, 278.0, 54.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCATTTGGG\", \"ini\": 875, \"clust\": 4272, \"rank\": 3139, \"rankvar\": 898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2714, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3371, \"group\": [4273.0, 697.0, 136.0, 28.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTCCAT\", \"ini\": 874, \"clust\": 806, \"rank\": 3978, \"rankvar\": 4163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2715, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4021, \"group\": [811.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCTTGC\", \"ini\": 873, \"clust\": 1948, \"rank\": 3756, \"rankvar\": 3492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2716, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3372, \"group\": [1950.0, 292.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACCTAC\", \"ini\": 872, \"clust\": 1781, \"rank\": 2868, \"rankvar\": 4255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2717, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3373, \"group\": [1782.0, 275.0, 54.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGTTAGGTA\", \"ini\": 871, \"clust\": 4424, \"rank\": 1705, \"rankvar\": 4041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2718, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4022, \"group\": [4425.0, 756.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCTCTTGAT\", \"ini\": 870, \"clust\": 812, \"rank\": 4087, \"rankvar\": 4642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2719, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4023, \"group\": [813.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCGTAGGAG\", \"ini\": 869, \"clust\": 4724, \"rank\": 2962, \"rankvar\": 778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2720, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3374, \"group\": [4736.0, 844.0, 169.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGCCGCT\", \"ini\": 868, \"clust\": 1959, \"rank\": 2864, \"rankvar\": 2643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2721, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3375, \"group\": [1960.0, 294.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCACGACGAA\", \"ini\": 867, \"clust\": 4461, \"rank\": 2300, \"rankvar\": 1539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2722, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3376, \"group\": [4462.0, 761.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGTCCTCT\", \"ini\": 866, \"clust\": 617, \"rank\": 3879, \"rankvar\": 3537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5023, \"group\": [617.0, 103.0, 22.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGTCGAT\", \"ini\": 865, \"clust\": 1704, \"rank\": 2937, \"rankvar\": 3676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3377, \"group\": [1705.0, 261.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTAGAATGTTG\", \"ini\": 864, \"clust\": 1801, \"rank\": 3070, \"rankvar\": 3340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2725, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3378, \"group\": [1802.0, 278.0, 54.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCATCCAACA\", \"ini\": 863, \"clust\": 1920, \"rank\": 4347, \"rankvar\": 1224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2726, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5140, \"group\": [1920.0, 289.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGGGAGTAA\", \"ini\": 862, \"clust\": 220, \"rank\": 5136, \"rankvar\": 5229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2727, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 184, \"group\": [218.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCCCGTT\", \"ini\": 861, \"clust\": 1674, \"rank\": 4167, \"rankvar\": 4511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2728, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4024, \"group\": [1681.0, 256.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACCATTCGACA\", \"ini\": 860, \"clust\": 1694, \"rank\": 3873, \"rankvar\": 608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2729, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3379, \"group\": [1695.0, 258.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAAGAAACGCC\", \"ini\": 859, \"clust\": 1825, \"rank\": 3086, \"rankvar\": 4574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2730, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3380, \"group\": [1826.0, 285.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCATAAAGG\", \"ini\": 858, \"clust\": 1557, \"rank\": 4542, \"rankvar\": 1974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2731, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4025, \"group\": [1556.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAACGGG\", \"ini\": 857, \"clust\": 1745, \"rank\": 3281, \"rankvar\": 2627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2732, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3381, \"group\": [1746.0, 266.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCATTCTA\", \"ini\": 856, \"clust\": 2052, \"rank\": 2891, \"rankvar\": 1288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2733, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3382, \"group\": [2052.0, 317.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTTGTCAT\", \"ini\": 855, \"clust\": 424, \"rank\": 3957, \"rankvar\": 1903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5024, \"group\": [427.0, 63.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAACAACA\", \"ini\": 854, \"clust\": 1978, \"rank\": 3777, \"rankvar\": 1918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2735, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3383, \"group\": [1978.0, 298.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAACGACG\", \"ini\": 853, \"clust\": 1707, \"rank\": 3208, \"rankvar\": 2808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2736, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3384, \"group\": [1708.0, 261.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTGCAAT\", \"ini\": 852, \"clust\": 938, \"rank\": 3425, \"rankvar\": 4390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2737, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4026, \"group\": [939.0, 168.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGGAGAA\", \"ini\": 851, \"clust\": 1763, \"rank\": 2807, \"rankvar\": 2867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2738, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3385, \"group\": [1768.0, 269.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCGCTCCA\", \"ini\": 850, \"clust\": 740, \"rank\": 2988, \"rankvar\": 495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2739, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3386, \"group\": [739.0, 146.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGACCT\", \"ini\": 849, \"clust\": 747, \"rank\": 3416, \"rankvar\": 380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2740, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3387, \"group\": [745.0, 150.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGGATACC\", \"ini\": 848, \"clust\": 4596, \"rank\": 3042, \"rankvar\": 2882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2741, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3388, \"group\": [4597.0, 791.0, 157.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCAGTAT\", \"ini\": 847, \"clust\": 4381, \"rank\": 3471, \"rankvar\": 3032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2742, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3389, \"group\": [4384.0, 745.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTTGAT\", \"ini\": 846, \"clust\": 2006, \"rank\": 2870, \"rankvar\": 2059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2743, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3390, \"group\": [2006.0, 305.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCCGCAAGC\", \"ini\": 845, \"clust\": 2038, \"rank\": 3060, \"rankvar\": 933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2744, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3391, \"group\": [2039.0, 313.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTATG\", \"ini\": 844, \"clust\": 700, \"rank\": 3291, \"rankvar\": 2437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2745, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3392, \"group\": [701.0, 134.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGCGTAGTG\", \"ini\": 843, \"clust\": 207, \"rank\": 5080, \"rankvar\": 5198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2746, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 185, \"group\": [204.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGACCTC\", \"ini\": 842, \"clust\": 1020, \"rank\": 3380, \"rankvar\": 536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2747, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3393, \"group\": [1020.0, 191.0, 42.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTGCGGCA\", \"ini\": 841, \"clust\": 4425, \"rank\": 2335, \"rankvar\": 3248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2748, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3394, \"group\": [4428.0, 756.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCATGGTCTA\", \"ini\": 840, \"clust\": 4230, \"rank\": 2183, \"rankvar\": 1458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2749, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3395, \"group\": [4231.0, 680.0, 129.0, 25.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGCGCCTTG\", \"ini\": 839, \"clust\": 1783, \"rank\": 3371, \"rankvar\": 3029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2750, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3396, \"group\": [1783.0, 275.0, 54.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACTGGCC\", \"ini\": 838, \"clust\": 690, \"rank\": 3018, \"rankvar\": 4312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2751, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3397, \"group\": [692.0, 132.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTTTAAGCC\", \"ini\": 837, \"clust\": 1732, \"rank\": 3582, \"rankvar\": 3702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2752, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3398, \"group\": [1733.0, 264.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGACGGAA\", \"ini\": 836, \"clust\": 684, \"rank\": 4419, \"rankvar\": 4819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2753, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 253, \"group\": [683.0, 129.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGTAA\", \"ini\": 835, \"clust\": 984, \"rank\": 3450, \"rankvar\": 1790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2754, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3399, \"group\": [985.0, 179.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACGACTCG\", \"ini\": 834, \"clust\": 1966, \"rank\": 3415, \"rankvar\": 3266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2755, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3400, \"group\": [1968.0, 295.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTGCAACGA\", \"ini\": 833, \"clust\": 1729, \"rank\": 3313, \"rankvar\": 1919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2756, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3401, \"group\": [1730.0, 264.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCGTACCGG\", \"ini\": 832, \"clust\": 1953, \"rank\": 3821, \"rankvar\": 2521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2757, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3402, \"group\": [1953.0, 293.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTAGGTGC\", \"ini\": 831, \"clust\": 873, \"rank\": 4405, \"rankvar\": 4504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2758, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4027, \"group\": [874.0, 163.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACATGCTGGC\", \"ini\": 830, \"clust\": 2126, \"rank\": 3589, \"rankvar\": 3171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2759, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3403, \"group\": [2127.0, 334.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACGACTA\", \"ini\": 829, \"clust\": 991, \"rank\": 3296, \"rankvar\": 1721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2760, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3404, \"group\": [991.0, 180.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAGCTCCGA\", \"ini\": 828, \"clust\": 1719, \"rank\": 2873, \"rankvar\": 4002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2761, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3405, \"group\": [1720.0, 263.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGCAACTT\", \"ini\": 827, \"clust\": 4259, \"rank\": 2054, \"rankvar\": 1270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2762, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3406, \"group\": [4259.0, 689.0, 133.0, 27.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGCGCTC\", \"ini\": 826, \"clust\": 1968, \"rank\": 3794, \"rankvar\": 3725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2763, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3407, \"group\": [1967.0, 295.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACGCGGT\", \"ini\": 825, \"clust\": 4670, \"rank\": 2951, \"rankvar\": 3585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2764, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3408, \"group\": [4674.0, 822.0, 164.0, 36.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCTACCAGA\", \"ini\": 824, \"clust\": 1954, \"rank\": 3611, \"rankvar\": 2703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2765, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3409, \"group\": [1959.0, 293.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCATCGGAT\", \"ini\": 823, \"clust\": 1692, \"rank\": 3994, \"rankvar\": 3764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2766, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3410, \"group\": [1691.0, 258.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCTCGCATC\", \"ini\": 822, \"clust\": 789, \"rank\": 3671, \"rankvar\": 1850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2767, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3411, \"group\": [794.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCGTTTATC\", \"ini\": 821, \"clust\": 786, \"rank\": 4276, \"rankvar\": 4648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2768, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4028, \"group\": [785.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTGCGAAAC\", \"ini\": 820, \"clust\": 4356, \"rank\": 2902, \"rankvar\": 1566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2769, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3412, \"group\": [4356.0, 734.0, 146.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGATCGATA\", \"ini\": 819, \"clust\": 1328, \"rank\": 3884, \"rankvar\": 1369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2770, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3413, \"group\": [1331.0, 236.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGCTAACTC\", \"ini\": 818, \"clust\": 893, \"rank\": 2961, \"rankvar\": 1017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2771, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3414, \"group\": [893.0, 165.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTGGCCCTA\", \"ini\": 817, \"clust\": 1690, \"rank\": 4162, \"rankvar\": 326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4029, \"group\": [1688.0, 258.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTACTTAC\", \"ini\": 816, \"clust\": 1698, \"rank\": 3068, \"rankvar\": 316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2773, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3415, \"group\": [1698.0, 260.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCCACGAAT\", \"ini\": 815, \"clust\": 853, \"rank\": 3264, \"rankvar\": 3148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2774, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3416, \"group\": [856.0, 161.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGAACAG\", \"ini\": 814, \"clust\": 1023, \"rank\": 3676, \"rankvar\": 1602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2775, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3417, \"group\": [1025.0, 193.0, 43.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCCAAGCCG\", \"ini\": 813, \"clust\": 4483, \"rank\": 2752, \"rankvar\": 130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2776, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3418, \"group\": [4482.0, 767.0, 152.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTAGT\", \"ini\": 812, \"clust\": 2080, \"rank\": 3317, \"rankvar\": 1939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2777, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3419, \"group\": [2080.0, 325.0, 60.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCACAGTAC\", \"ini\": 811, \"clust\": 776, \"rank\": 3503, \"rankvar\": 2569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2778, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3420, \"group\": [776.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGTGAAGTT\", \"ini\": 810, \"clust\": 1804, \"rank\": 3462, \"rankvar\": 3422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2779, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3421, \"group\": [1807.0, 279.0, 55.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACAAATCCGT\", \"ini\": 809, \"clust\": 4273, \"rank\": 3152, \"rankvar\": 1862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2780, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3422, \"group\": [4274.0, 698.0, 136.0, 28.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCACCGATAT\", \"ini\": 808, \"clust\": 4480, \"rank\": 2835, \"rankvar\": 1637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2781, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3423, \"group\": [4489.0, 770.0, 153.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGCGATCG\", \"ini\": 807, \"clust\": 1644, \"rank\": 4452, \"rankvar\": 4130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2782, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4030, \"group\": [1644.0, 252.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTTCCACAA\", \"ini\": 806, \"clust\": 1581, \"rank\": 4041, \"rankvar\": 2590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2783, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3424, \"group\": [1580.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCTCAACA\", \"ini\": 805, \"clust\": 1791, \"rank\": 3197, \"rankvar\": 4448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2784, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3425, \"group\": [1791.0, 276.0, 54.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCACAAGACG\", \"ini\": 804, \"clust\": 1760, \"rank\": 3572, \"rankvar\": 3019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2785, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3426, \"group\": [1759.0, 267.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTCACATTCGA\", \"ini\": 803, \"clust\": 4351, \"rank\": 3148, \"rankvar\": 3244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2786, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3427, \"group\": [4352.0, 734.0, 146.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTGCGATG\", \"ini\": 802, \"clust\": 2707, \"rank\": 3364, \"rankvar\": 3515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2074, \"group\": [2707.0, 506.0, 98.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCAGCACAT\", \"ini\": 801, \"clust\": 988, \"rank\": 3439, \"rankvar\": 3510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2788, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3428, \"group\": [989.0, 180.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGTTCGAT\", \"ini\": 800, \"clust\": 4266, \"rank\": 2994, \"rankvar\": 402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2789, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3429, \"group\": [4269.0, 694.0, 134.0, 27.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCGGCTCA\", \"ini\": 799, \"clust\": 4315, \"rank\": 2791, \"rankvar\": 2444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2790, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3430, \"group\": [4316.0, 722.0, 144.0, 31.0, 10.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGATGTGG\", \"ini\": 798, \"clust\": 4616, \"rank\": 2854, \"rankvar\": 2588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2791, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3431, \"group\": [4617.0, 799.0, 159.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAAAGGTGC\", \"ini\": 797, \"clust\": 1789, \"rank\": 2750, \"rankvar\": 4274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2792, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3432, \"group\": [1792.0, 276.0, 54.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGTACGTTC\", \"ini\": 796, \"clust\": 1961, \"rank\": 3437, \"rankvar\": 1938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2793, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3433, \"group\": [1965.0, 294.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTAAACCTC\", \"ini\": 795, \"clust\": 4427, \"rank\": 2523, \"rankvar\": 2104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2794, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3434, \"group\": [4427.0, 756.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCTCGTTTA\", \"ini\": 794, \"clust\": 1874, \"rank\": 4004, \"rankvar\": 3854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2795, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3435, \"group\": [1874.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCGTCGTTC\", \"ini\": 793, \"clust\": 4650, \"rank\": 3046, \"rankvar\": 385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2796, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3436, \"group\": [4653.0, 814.0, 162.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCACAAACC\", \"ini\": 792, \"clust\": 1026, \"rank\": 3196, \"rankvar\": 428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2797, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3437, \"group\": [1031.0, 194.0, 43.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAATCCGT\", \"ini\": 791, \"clust\": 751, \"rank\": 3237, \"rankvar\": 1209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2798, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3438, \"group\": [755.0, 152.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTAGCGTGA\", \"ini\": 790, \"clust\": 1772, \"rank\": 2597, \"rankvar\": 3903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3439, \"group\": [1774.0, 271.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCCGCTGA\", \"ini\": 789, \"clust\": 1993, \"rank\": 3441, \"rankvar\": 3412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3440, \"group\": [1993.0, 302.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAGTAGATTAG\", \"ini\": 788, \"clust\": 1740, \"rank\": 3628, \"rankvar\": 3448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2801, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3441, \"group\": [1741.0, 266.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGCTAGGT\", \"ini\": 787, \"clust\": 1816, \"rank\": 3481, \"rankvar\": 584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2802, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3442, \"group\": [1818.0, 282.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACATGGGAAC\", \"ini\": 786, \"clust\": 4224, \"rank\": 4632, \"rankvar\": 3316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2827, \"group\": [4227.0, 677.0, 128.0, 24.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTGTTTGC\", \"ini\": 785, \"clust\": 205, \"rank\": 5142, \"rankvar\": 5196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2804, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 186, \"group\": [205.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCAGGTC\", \"ini\": 784, \"clust\": 744, \"rank\": 3331, \"rankvar\": 4104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2805, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3443, \"group\": [756.0, 153.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGATCACGG\", \"ini\": 783, \"clust\": 2128, \"rank\": 3484, \"rankvar\": 3467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2806, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3444, \"group\": [2129.0, 335.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCATGACGGA\", \"ini\": 782, \"clust\": 1960, \"rank\": 3224, \"rankvar\": 3292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3445, \"group\": [1961.0, 294.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCATAACCTG\", \"ini\": 781, \"clust\": 1786, \"rank\": 3605, \"rankvar\": 4107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2808, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3446, \"group\": [1788.0, 275.0, 54.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTGTTGAA\", \"ini\": 780, \"clust\": 985, \"rank\": 3472, \"rankvar\": 3239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2809, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3447, \"group\": [986.0, 179.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCAACTCTT\", \"ini\": 779, \"clust\": 1765, \"rank\": 2840, \"rankvar\": 3419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2810, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3448, \"group\": [1764.0, 268.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAACACCTA\", \"ini\": 778, \"clust\": 1755, \"rank\": 3642, \"rankvar\": 3407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2811, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3449, \"group\": [1758.0, 267.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGCAATCTC\", \"ini\": 777, \"clust\": 4668, \"rank\": 2991, \"rankvar\": 475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2812, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3450, \"group\": [4668.0, 820.0, 164.0, 36.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTAGCACGA\", \"ini\": 776, \"clust\": 1734, \"rank\": 3468, \"rankvar\": 2273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2813, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3451, \"group\": [1734.0, 265.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAGGAACGT\", \"ini\": 775, \"clust\": 4335, \"rank\": 2587, \"rankvar\": 865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2814, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3452, \"group\": [4335.0, 727.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGTTGAGG\", \"ini\": 774, \"clust\": 1784, \"rank\": 3242, \"rankvar\": 3644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2815, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3453, \"group\": [1784.0, 275.0, 54.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGTAAGTAC\", \"ini\": 773, \"clust\": 756, \"rank\": 2770, \"rankvar\": 4736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2816, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4031, \"group\": [759.0, 156.0, 36.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTCGT\", \"ini\": 772, \"clust\": 1711, \"rank\": 3769, \"rankvar\": 3164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2817, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3454, \"group\": [1712.0, 262.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTTGCCGT\", \"ini\": 771, \"clust\": 904, \"rank\": 3268, \"rankvar\": 1310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2818, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3455, \"group\": [905.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAGCCACCA\", \"ini\": 770, \"clust\": 1770, \"rank\": 3356, \"rankvar\": 1783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2819, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3456, \"group\": [1769.0, 270.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGTCGTTTG\", \"ini\": 769, \"clust\": 4386, \"rank\": 3124, \"rankvar\": 1558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2820, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3457, \"group\": [4386.0, 746.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCTAGGCA\", \"ini\": 768, \"clust\": 774, \"rank\": 4137, \"rankvar\": 4627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2821, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4032, \"group\": [772.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGCCAACAG\", \"ini\": 767, \"clust\": 4327, \"rank\": 2754, \"rankvar\": 1306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2822, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3458, \"group\": [4327.0, 726.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGACG\", \"ini\": 766, \"clust\": 954, \"rank\": 3645, \"rankvar\": 4032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2823, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4033, \"group\": [954.0, 172.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGTCTGAGTGT\", \"ini\": 765, \"clust\": 4269, \"rank\": 3373, \"rankvar\": 407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2824, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3459, \"group\": [4272.0, 696.0, 135.0, 27.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCATTTGGG\", \"ini\": 764, \"clust\": 1982, \"rank\": 3594, \"rankvar\": 1456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2825, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3460, \"group\": [1983.0, 299.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCACCT\", \"ini\": 763, \"clust\": 709, \"rank\": 3858, \"rankvar\": 1658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2826, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3461, \"group\": [710.0, 137.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCAGACAGGT\", \"ini\": 762, \"clust\": 2056, \"rank\": 3828, \"rankvar\": 3741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2827, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3462, \"group\": [2056.0, 319.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGCCAGAA\", \"ini\": 761, \"clust\": 1989, \"rank\": 3574, \"rankvar\": 3660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2828, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3463, \"group\": [1990.0, 301.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGTAGC\", \"ini\": 760, \"clust\": 3213, \"rank\": 1940, \"rankvar\": 2057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2829, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4253, \"group\": [3213.0, 554.0, 102.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGGCTGAA\", \"ini\": 759, \"clust\": 1445, \"rank\": 4654, \"rankvar\": 175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2830, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4034, \"group\": [1444.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCACACTGCG\", \"ini\": 758, \"clust\": 2003, \"rank\": 3477, \"rankvar\": 2537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2831, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3464, \"group\": [2003.0, 304.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCCACTCCA\", \"ini\": 757, \"clust\": 708, \"rank\": 3326, \"rankvar\": 990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2832, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3465, \"group\": [707.0, 135.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCAACGGGA\", \"ini\": 756, \"clust\": 1939, \"rank\": 3726, \"rankvar\": 4335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2833, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3466, \"group\": [1940.0, 291.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTACCTGC\", \"ini\": 755, \"clust\": 2093, \"rank\": 3560, \"rankvar\": 2513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2834, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3467, \"group\": [2093.0, 327.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATCGGGT\", \"ini\": 754, \"clust\": 1705, \"rank\": 3541, \"rankvar\": 4136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2835, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3468, \"group\": [1706.0, 261.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCACAGTAC\", \"ini\": 753, \"clust\": 4354, \"rank\": 3135, \"rankvar\": 2671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2836, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3469, \"group\": [4357.0, 734.0, 146.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGACCTC\", \"ini\": 752, \"clust\": 662, \"rank\": 2935, \"rankvar\": 1135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2837, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3470, \"group\": [663.0, 127.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTAGTTCCACA\", \"ini\": 751, \"clust\": 1881, \"rank\": 3431, \"rankvar\": 4793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2838, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3471, \"group\": [1881.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTCTCAAC\", \"ini\": 750, \"clust\": 1795, \"rank\": 2628, \"rankvar\": 4480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2839, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3472, \"group\": [1797.0, 277.0, 54.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCTAAGAT\", \"ini\": 749, \"clust\": 1555, \"rank\": 4480, \"rankvar\": 641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2840, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3473, \"group\": [1559.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACATGTCTCC\", \"ini\": 748, \"clust\": 5129, \"rank\": 2598, \"rankvar\": 648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2841, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3474, \"group\": [5130.0, 877.0, 170.0, 37.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCTAAGCCA\", \"ini\": 747, \"clust\": 1743, \"rank\": 4017, \"rankvar\": 4703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2842, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4035, \"group\": [1743.0, 266.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACTAGGC\", \"ini\": 746, \"clust\": 2034, \"rank\": 3272, \"rankvar\": 1892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2843, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3475, \"group\": [2037.0, 312.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCACGACTA\", \"ini\": 745, \"clust\": 663, \"rank\": 3423, \"rankvar\": 3036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2844, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3476, \"group\": [666.0, 128.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCAGTTCGA\", \"ini\": 744, \"clust\": 2000, \"rank\": 3700, \"rankvar\": 305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2845, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3477, \"group\": [2005.0, 304.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTTCAACACTG\", \"ini\": 743, \"clust\": 777, \"rank\": 3418, \"rankvar\": 180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3478, \"group\": [777.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCGTATAGTAG\", \"ini\": 742, \"clust\": 1430, \"rank\": 4174, \"rankvar\": 3460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2847, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3479, \"group\": [1431.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCGAGCCCA\", \"ini\": 741, \"clust\": 1708, \"rank\": 3310, \"rankvar\": 3010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2848, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3480, \"group\": [1709.0, 261.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTGCCTGTG\", \"ini\": 740, \"clust\": 1782, \"rank\": 3144, \"rankvar\": 3338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2849, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3481, \"group\": [1785.0, 275.0, 54.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCGGATCA\", \"ini\": 739, \"clust\": 892, \"rank\": 3944, \"rankvar\": 4682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2850, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3482, \"group\": [892.0, 165.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCATTGCGGC\", \"ini\": 738, \"clust\": 2041, \"rank\": 3553, \"rankvar\": 2819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2851, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3483, \"group\": [2041.0, 314.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGTCTCG\", \"ini\": 737, \"clust\": 4331, \"rank\": 2008, \"rankvar\": 2112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2852, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4104, \"group\": [4330.0, 727.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGCCGGTAA\", \"ini\": 736, \"clust\": 958, \"rank\": 3670, \"rankvar\": 1396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2853, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3484, \"group\": [959.0, 174.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTCATTACCTT\", \"ini\": 735, \"clust\": 2099, \"rank\": 3569, \"rankvar\": 3522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2854, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3485, \"group\": [2102.0, 329.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGATGCCTT\", \"ini\": 734, \"clust\": 1779, \"rank\": 3184, \"rankvar\": 1225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2855, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3486, \"group\": [1779.0, 274.0, 53.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCCGTAGGC\", \"ini\": 733, \"clust\": 4387, \"rank\": 2784, \"rankvar\": 149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2856, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3487, \"group\": [4390.0, 747.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACTTACGA\", \"ini\": 732, \"clust\": 1501, \"rank\": 4224, \"rankvar\": 276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2857, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3488, \"group\": [1501.0, 245.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTAGATGA\", \"ini\": 731, \"clust\": 1502, \"rank\": 4227, \"rankvar\": 666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2858, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3489, \"group\": [1502.0, 245.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAAATTGCC\", \"ini\": 730, \"clust\": 2035, \"rank\": 4010, \"rankvar\": 3636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3490, \"group\": [2035.0, 312.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATCCGCGA\", \"ini\": 729, \"clust\": 855, \"rank\": 3519, \"rankvar\": 4516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2860, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4036, \"group\": [855.0, 161.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTCATTA\", \"ini\": 728, \"clust\": 2088, \"rank\": 3508, \"rankvar\": 1244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2861, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3491, \"group\": [2090.0, 327.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGCTAGTCT\", \"ini\": 727, \"clust\": 874, \"rank\": 4670, \"rankvar\": 4203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2862, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4037, \"group\": [875.0, 163.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCTGATACG\", \"ini\": 726, \"clust\": 703, \"rank\": 3763, \"rankvar\": 3951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2863, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3492, \"group\": [704.0, 135.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGTATCGAA\", \"ini\": 725, \"clust\": 1878, \"rank\": 3820, \"rankvar\": 4561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2864, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3493, \"group\": [1879.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTACTTCTT\", \"ini\": 724, \"clust\": 1885, \"rank\": 4105, \"rankvar\": 2205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2865, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3494, \"group\": [1884.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAGGTA\", \"ini\": 723, \"clust\": 1796, \"rank\": 2805, \"rankvar\": 1604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2866, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3495, \"group\": [1795.0, 277.0, 54.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTGAGTTC\", \"ini\": 722, \"clust\": 890, \"rank\": 3402, \"rankvar\": 1100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2867, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3496, \"group\": [895.0, 165.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGAATGGG\", \"ini\": 721, \"clust\": 989, \"rank\": 3452, \"rankvar\": 1362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3497, \"group\": [990.0, 180.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTAGGGTG\", \"ini\": 720, \"clust\": 4669, \"rank\": 2764, \"rankvar\": 1006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2869, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3498, \"group\": [4669.0, 820.0, 164.0, 36.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAAGATGCCTT\", \"ini\": 719, \"clust\": 950, \"rank\": 3584, \"rankvar\": 3507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2870, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3499, \"group\": [951.0, 171.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCAAGCG\", \"ini\": 718, \"clust\": 764, \"rank\": 3809, \"rankvar\": 4394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2871, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4038, \"group\": [767.0, 157.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCGTCTTC\", \"ini\": 717, \"clust\": 2082, \"rank\": 3608, \"rankvar\": 1531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2872, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3500, \"group\": [2084.0, 325.0, 60.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTCTGATTG\", \"ini\": 716, \"clust\": 2084, \"rank\": 3718, \"rankvar\": 4072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2873, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3501, \"group\": [2083.0, 325.0, 60.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATCTACGA\", \"ini\": 715, \"clust\": 1426, \"rank\": 4159, \"rankvar\": 1920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2874, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3502, \"group\": [1426.0, 243.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAACCGCCA\", \"ini\": 714, \"clust\": 710, \"rank\": 3783, \"rankvar\": 2700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2875, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3503, \"group\": [711.0, 137.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTAAGCC\", \"ini\": 713, \"clust\": 2032, \"rank\": 3551, \"rankvar\": 1729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2876, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3504, \"group\": [2033.0, 311.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCAAGCGA\", \"ini\": 712, \"clust\": 1831, \"rank\": 3773, \"rankvar\": 115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2877, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3505, \"group\": [1831.0, 286.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTAATCACC\", \"ini\": 711, \"clust\": 952, \"rank\": 3896, \"rankvar\": 4020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2878, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4039, \"group\": [952.0, 172.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCACGAAACG\", \"ini\": 710, \"clust\": 1880, \"rank\": 3395, \"rankvar\": 576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2879, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3506, \"group\": [1883.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATTCCTCG\", \"ini\": 709, \"clust\": 2104, \"rank\": 3784, \"rankvar\": 1461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2880, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3507, \"group\": [2104.0, 330.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGAGATGAG\", \"ini\": 708, \"clust\": 696, \"rank\": 4229, \"rankvar\": 4215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2881, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3508, \"group\": [698.0, 133.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCCCACT\", \"ini\": 707, \"clust\": 2001, \"rank\": 3757, \"rankvar\": 4009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2882, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4040, \"group\": [2001.0, 304.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGACTACT\", \"ini\": 706, \"clust\": 1851, \"rank\": 3915, \"rankvar\": 1534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3509, \"group\": [1851.0, 286.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTGGTAAT\", \"ini\": 705, \"clust\": 697, \"rank\": 4092, \"rankvar\": 3908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2884, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3510, \"group\": [696.0, 133.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCAGCTTAG\", \"ini\": 704, \"clust\": 1964, \"rank\": 3458, \"rankvar\": 3475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2885, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3511, \"group\": [1963.0, 294.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTGATGTGG\", \"ini\": 703, \"clust\": 1762, \"rank\": 3580, \"rankvar\": 1483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2886, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3512, \"group\": [1775.0, 272.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCATATGCTG\", \"ini\": 702, \"clust\": 2059, \"rank\": 3648, \"rankvar\": 4360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2887, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3513, \"group\": [2060.0, 319.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCAAACGTGG\", \"ini\": 701, \"clust\": 3339, \"rank\": 2112, \"rankvar\": 1188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2888, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4185, \"group\": [3339.0, 570.0, 103.0, 19.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGCTCGCA\", \"ini\": 700, \"clust\": 1868, \"rank\": 3737, \"rankvar\": 206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2889, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3514, \"group\": [1869.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACACCATGTA\", \"ini\": 699, \"clust\": 1747, \"rank\": 3550, \"rankvar\": 3952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2890, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3515, \"group\": [1748.0, 266.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGATGCCAG\", \"ini\": 698, \"clust\": 4271, \"rank\": 3074, \"rankvar\": 679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2891, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3516, \"group\": [4271.0, 695.0, 135.0, 27.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAGCCTAT\", \"ini\": 697, \"clust\": 1027, \"rank\": 3914, \"rankvar\": 3650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2892, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3517, \"group\": [1027.0, 194.0, 43.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCGCGCCAA\", \"ini\": 696, \"clust\": 1435, \"rank\": 4478, \"rankvar\": 4005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2893, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3518, \"group\": [1436.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATCGGTTA\", \"ini\": 695, \"clust\": 221, \"rank\": 5124, \"rankvar\": 5227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2894, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 187, \"group\": [219.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTCGTACT\", \"ini\": 694, \"clust\": 1817, \"rank\": 3419, \"rankvar\": 3605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3519, \"group\": [1816.0, 282.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCTAGCACA\", \"ini\": 693, \"clust\": 1818, \"rank\": 3149, \"rankvar\": 3237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2896, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3520, \"group\": [1817.0, 282.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTCACTGGC\", \"ini\": 692, \"clust\": 1586, \"rank\": 4428, \"rankvar\": 3437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2897, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4041, \"group\": [1587.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTAACG\", \"ini\": 691, \"clust\": 749, \"rank\": 3929, \"rankvar\": 3521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2898, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3521, \"group\": [749.0, 151.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATGGT\", \"ini\": 690, \"clust\": 992, \"rank\": 3111, \"rankvar\": 355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2899, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3522, \"group\": [992.0, 180.0, 39.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGCACCGCT\", \"ini\": 689, \"clust\": 926, \"rank\": 3435, \"rankvar\": 1365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2900, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3523, \"group\": [929.0, 167.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCCA\", \"ini\": 688, \"clust\": 1758, \"rank\": 3662, \"rankvar\": 2826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2901, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3524, \"group\": [1762.0, 267.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGACACCA\", \"ini\": 687, \"clust\": 1865, \"rank\": 4059, \"rankvar\": 1101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2902, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3525, \"group\": [1868.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCGCATGGC\", \"ini\": 686, \"clust\": 1014, \"rank\": 4072, \"rankvar\": 2426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2903, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3526, \"group\": [1015.0, 188.0, 41.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCCTGTAGA\", \"ini\": 685, \"clust\": 658, \"rank\": 2233, \"rankvar\": 3195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2904, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3527, \"group\": [661.0, 125.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCGTCTGCT\", \"ini\": 684, \"clust\": 1736, \"rank\": 3655, \"rankvar\": 2280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2905, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3528, \"group\": [1736.0, 265.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGCCTAA\", \"ini\": 683, \"clust\": 4450, \"rank\": 2569, \"rankvar\": 458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2906, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3529, \"group\": [4453.0, 759.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGAGGCT\", \"ini\": 682, \"clust\": 4300, \"rank\": 2923, \"rankvar\": 1449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2907, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3530, \"group\": [4301.0, 711.0, 141.0, 30.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCTCTCGT\", \"ini\": 681, \"clust\": 4258, \"rank\": 2288, \"rankvar\": 1290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2908, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3531, \"group\": [4261.0, 689.0, 133.0, 27.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGCAACGA\", \"ini\": 680, \"clust\": 1381, \"rank\": 4834, \"rankvar\": 717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2075, \"group\": [1380.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCATTGGCGC\", \"ini\": 679, \"clust\": 1728, \"rank\": 4044, \"rankvar\": 3698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2910, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3532, \"group\": [1728.0, 264.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACACGACTCG\", \"ini\": 678, \"clust\": 1018, \"rank\": 3556, \"rankvar\": 710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2911, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3533, \"group\": [1018.0, 189.0, 41.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACATTAGGCT\", \"ini\": 677, \"clust\": 712, \"rank\": 3751, \"rankvar\": 4490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2912, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3534, \"group\": [714.0, 137.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCTCTAAGG\", \"ini\": 676, \"clust\": 1797, \"rank\": 2426, \"rankvar\": 2944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2913, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3535, \"group\": [1796.0, 277.0, 54.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAAGTGTA\", \"ini\": 675, \"clust\": 2004, \"rank\": 3639, \"rankvar\": 1204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2914, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3536, \"group\": [2004.0, 304.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCATAGCAC\", \"ini\": 674, \"clust\": 1842, \"rank\": 3910, \"rankvar\": 2047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2915, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3537, \"group\": [1843.0, 286.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGTACGTTC\", \"ini\": 673, \"clust\": 894, \"rank\": 3448, \"rankvar\": 4364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2916, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3538, \"group\": [894.0, 165.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTCATTGGGCC\", \"ini\": 672, \"clust\": 4343, \"rank\": 2798, \"rankvar\": 3818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2917, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3539, \"group\": [4345.0, 731.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCTGTTGAG\", \"ini\": 671, \"clust\": 665, \"rank\": 3516, \"rankvar\": 2512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2918, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3540, \"group\": [665.0, 128.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCCAAAGTC\", \"ini\": 670, \"clust\": 2023, \"rank\": 3293, \"rankvar\": 1463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2919, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3541, \"group\": [2023.0, 309.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTGGTCTCG\", \"ini\": 669, \"clust\": 1943, \"rank\": 3688, \"rankvar\": 4271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2920, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3542, \"group\": [1944.0, 291.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCAGCATGT\", \"ini\": 668, \"clust\": 2019, \"rank\": 3869, \"rankvar\": 2422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2921, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3543, \"group\": [2020.0, 308.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGAGCCCAA\", \"ini\": 667, \"clust\": 1733, \"rank\": 3570, \"rankvar\": 3042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2922, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3544, \"group\": [1738.0, 265.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTCATGCTGGC\", \"ini\": 666, \"clust\": 1024, \"rank\": 3778, \"rankvar\": 921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2923, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3545, \"group\": [1023.0, 193.0, 43.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGGTGACTACT\", \"ini\": 665, \"clust\": 852, \"rank\": 3335, \"rankvar\": 2833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2924, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3546, \"group\": [853.0, 161.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTCACAGGTTT\", \"ini\": 664, \"clust\": 4265, \"rank\": 2948, \"rankvar\": 460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2925, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3547, \"group\": [4265.0, 691.0, 133.0, 27.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTAAATGTG\", \"ini\": 663, \"clust\": 869, \"rank\": 3050, \"rankvar\": 2598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2926, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3548, \"group\": [873.0, 162.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTATCTGCA\", \"ini\": 662, \"clust\": 1012, \"rank\": 3734, \"rankvar\": 3982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2927, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3549, \"group\": [1012.0, 187.0, 40.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGGAACTGC\", \"ini\": 661, \"clust\": 1757, \"rank\": 3502, \"rankvar\": 2231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2928, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3550, \"group\": [1757.0, 267.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTTCCGTCT\", \"ini\": 660, \"clust\": 973, \"rank\": 3964, \"rankvar\": 4538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2929, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4042, \"group\": [973.0, 175.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCTGAAAGA\", \"ini\": 659, \"clust\": 1750, \"rank\": 3938, \"rankvar\": 2309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2930, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3551, \"group\": [1750.0, 267.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTTCACCTC\", \"ini\": 658, \"clust\": 713, \"rank\": 3673, \"rankvar\": 3591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2931, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3552, \"group\": [712.0, 137.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACGGTAAG\", \"ini\": 657, \"clust\": 1991, \"rank\": 3506, \"rankvar\": 3006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2932, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3553, \"group\": [1994.0, 302.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGTGAAGTT\", \"ini\": 656, \"clust\": 1582, \"rank\": 3841, \"rankvar\": 52, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2933, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3554, \"group\": [1581.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCGTGGTCG\", \"ini\": 655, \"clust\": 1013, \"rank\": 3260, \"rankvar\": 4695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2934, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3555, \"group\": [1013.0, 187.0, 40.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGTGAACGC\", \"ini\": 654, \"clust\": 1744, \"rank\": 4012, \"rankvar\": 3294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2935, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3556, \"group\": [1744.0, 266.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCAGCGTTCG\", \"ini\": 653, \"clust\": 1031, \"rank\": 4127, \"rankvar\": 1333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3557, \"group\": [1032.0, 195.0, 43.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCAACACTG\", \"ini\": 652, \"clust\": 1706, \"rank\": 3096, \"rankvar\": 1336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2937, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3558, \"group\": [1707.0, 261.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGTGCCATT\", \"ini\": 651, \"clust\": 1947, \"rank\": 3699, \"rankvar\": 1766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2938, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3559, \"group\": [1951.0, 292.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGAGGTTGC\", \"ini\": 650, \"clust\": 761, \"rank\": 3961, \"rankvar\": 4750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2939, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3560, \"group\": [764.0, 157.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTGTGCGTC\", \"ini\": 649, \"clust\": 1583, \"rank\": 4366, \"rankvar\": 1818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2940, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3561, \"group\": [1586.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCACCTAA\", \"ini\": 648, \"clust\": 968, \"rank\": 3948, \"rankvar\": 3501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2941, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4043, \"group\": [969.0, 175.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGAGATCGGGT\", \"ini\": 647, \"clust\": 1661, \"rank\": 3367, \"rankvar\": 449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3562, \"group\": [1662.0, 255.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTGAGTGT\", \"ini\": 646, \"clust\": 1413, \"rank\": 5021, \"rankvar\": 2599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2076, \"group\": [1410.0, 242.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTAGAGTGC\", \"ini\": 645, \"clust\": 2134, \"rank\": 3912, \"rankvar\": 1859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2944, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3563, \"group\": [2138.0, 337.0, 63.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTTGCGTTA\", \"ini\": 644, \"clust\": 969, \"rank\": 4084, \"rankvar\": 3669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2945, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3564, \"group\": [970.0, 175.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCACGGC\", \"ini\": 643, \"clust\": 1621, \"rank\": 3974, \"rankvar\": 401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2946, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3565, \"group\": [1625.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTAGGGTGTGT\", \"ini\": 642, \"clust\": 1951, \"rank\": 3636, \"rankvar\": 3924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2947, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3566, \"group\": [1954.0, 293.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCACGTCTCT\", \"ini\": 641, \"clust\": 1852, \"rank\": 3906, \"rankvar\": 1981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2948, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3567, \"group\": [1852.0, 286.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAGGCAGTA\", \"ini\": 640, \"clust\": 4649, \"rank\": 3122, \"rankvar\": 1594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2949, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3568, \"group\": [4649.0, 813.0, 162.0, 35.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTTACTGAC\", \"ini\": 639, \"clust\": 4597, \"rank\": 3567, \"rankvar\": 4487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2950, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4044, \"group\": [4598.0, 791.0, 157.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTCGACTAT\", \"ini\": 638, \"clust\": 1699, \"rank\": 3305, \"rankvar\": 2344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2951, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3569, \"group\": [1699.0, 260.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCATGGGAAC\", \"ini\": 637, \"clust\": 1965, \"rank\": 3822, \"rankvar\": 2272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2952, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3570, \"group\": [1969.0, 296.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACGCATA\", \"ini\": 636, \"clust\": 1737, \"rank\": 3606, \"rankvar\": 4419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2953, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3571, \"group\": [1737.0, 265.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCGCGTAGC\", \"ini\": 635, \"clust\": 1659, \"rank\": 3887, \"rankvar\": 373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2954, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3572, \"group\": [1660.0, 255.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCCTAGAAC\", \"ini\": 634, \"clust\": 1830, \"rank\": 3992, \"rankvar\": 2157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3573, \"group\": [1833.0, 286.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGGAATGGA\", \"ini\": 633, \"clust\": 1725, \"rank\": 3411, \"rankvar\": 2701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2956, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3574, \"group\": [1725.0, 264.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACTCCTG\", \"ini\": 632, \"clust\": 1767, \"rank\": 3292, \"rankvar\": 3929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3575, \"group\": [1765.0, 268.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACAAACTGTC\", \"ini\": 631, \"clust\": 1768, \"rank\": 3153, \"rankvar\": 3846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2958, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3576, \"group\": [1766.0, 268.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTTGCGCAC\", \"ini\": 630, \"clust\": 972, \"rank\": 4253, \"rankvar\": 4139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2959, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3577, \"group\": [975.0, 175.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATGTCGG\", \"ini\": 629, \"clust\": 933, \"rank\": 4027, \"rankvar\": 4550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2960, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3578, \"group\": [932.0, 167.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACTGGGT\", \"ini\": 628, \"clust\": 955, \"rank\": 3394, \"rankvar\": 2770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2961, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3579, \"group\": [955.0, 172.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGGACAGCT\", \"ini\": 627, \"clust\": 1713, \"rank\": 3398, \"rankvar\": 3118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2962, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3580, \"group\": [1714.0, 262.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGAACTGT\", \"ini\": 626, \"clust\": 1826, \"rank\": 3748, \"rankvar\": 4208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2963, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3581, \"group\": [1827.0, 285.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTTGACAC\", \"ini\": 625, \"clust\": 4459, \"rank\": 2315, \"rankvar\": 3064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2964, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4105, \"group\": [4459.0, 761.0, 151.0, 33.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGCGTAGTG\", \"ini\": 624, \"clust\": 1832, \"rank\": 3807, \"rankvar\": 709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2965, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3582, \"group\": [1832.0, 286.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCCATAC\", \"ini\": 623, \"clust\": 772, \"rank\": 3954, \"rankvar\": 4609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2966, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4045, \"group\": [773.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCTCCGGTT\", \"ini\": 622, \"clust\": 705, \"rank\": 3588, \"rankvar\": 2071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2967, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3583, \"group\": [703.0, 135.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTTACCTA\", \"ini\": 621, \"clust\": 864, \"rank\": 3703, \"rankvar\": 4493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2968, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4046, \"group\": [865.0, 161.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTCAGGCTGAA\", \"ini\": 620, \"clust\": 889, \"rank\": 4024, \"rankvar\": 2695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2969, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3584, \"group\": [889.0, 164.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATCACAC\", \"ini\": 619, \"clust\": 1805, \"rank\": 3754, \"rankvar\": 2541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3585, \"group\": [1805.0, 279.0, 55.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCATCATC\", \"ini\": 618, \"clust\": 1427, \"rank\": 4264, \"rankvar\": 2619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2971, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3586, \"group\": [1427.0, 243.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCACGTG\", \"ini\": 617, \"clust\": 1720, \"rank\": 3182, \"rankvar\": 2578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2972, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3587, \"group\": [1721.0, 263.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTCGGACG\", \"ini\": 616, \"clust\": 959, \"rank\": 4160, \"rankvar\": 2209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2973, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3588, \"group\": [960.0, 174.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTCGTATT\", \"ini\": 615, \"clust\": 1653, \"rank\": 3772, \"rankvar\": 530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2974, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3589, \"group\": [1656.0, 254.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGAACTCGG\", \"ini\": 614, \"clust\": 1625, \"rank\": 4375, \"rankvar\": 1462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2975, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3590, \"group\": [1628.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACCGAT\", \"ini\": 613, \"clust\": 1776, \"rank\": 3348, \"rankvar\": 2401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2976, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3591, \"group\": [1777.0, 273.0, 53.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATGCAATC\", \"ini\": 612, \"clust\": 1702, \"rank\": 3239, \"rankvar\": 2325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2977, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3592, \"group\": [1702.0, 260.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACGTCA\", \"ini\": 611, \"clust\": 1879, \"rank\": 3601, \"rankvar\": 3610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2978, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3593, \"group\": [1880.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGTTACCT\", \"ini\": 610, \"clust\": 1462, \"rank\": 4156, \"rankvar\": 1581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2979, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3594, \"group\": [1471.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTATCCTA\", \"ini\": 609, \"clust\": 1714, \"rank\": 3265, \"rankvar\": 3918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2980, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3595, \"group\": [1715.0, 262.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGGCTAGCA\", \"ini\": 608, \"clust\": 1338, \"rank\": 3975, \"rankvar\": 2337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2981, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3596, \"group\": [1341.0, 237.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCCTAATT\", \"ini\": 607, \"clust\": 1930, \"rank\": 3635, \"rankvar\": 2804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2982, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3597, \"group\": [1929.0, 290.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCTGGTTCC\", \"ini\": 606, \"clust\": 1869, \"rank\": 4211, \"rankvar\": 3850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2983, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3598, \"group\": [1870.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGATAGCAT\", \"ini\": 605, \"clust\": 960, \"rank\": 3973, \"rankvar\": 1686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2984, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3599, \"group\": [961.0, 175.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGACAAGCC\", \"ini\": 604, \"clust\": 897, \"rank\": 3698, \"rankvar\": 4820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2985, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3600, \"group\": [900.0, 166.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATTCACT\", \"ini\": 603, \"clust\": 1761, \"rank\": 3562, \"rankvar\": 3538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2986, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3601, \"group\": [1760.0, 267.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCGGCGCAT\", \"ini\": 602, \"clust\": 1949, \"rank\": 3496, \"rankvar\": 4284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2987, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3602, \"group\": [1948.0, 292.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTACCGAT\", \"ini\": 601, \"clust\": 1785, \"rank\": 3620, \"rankvar\": 3566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2988, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3603, \"group\": [1789.0, 275.0, 54.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAACTTGAC\", \"ini\": 600, \"clust\": 1693, \"rank\": 3803, \"rankvar\": 440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2989, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3604, \"group\": [1692.0, 258.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTGACTCAT\", \"ini\": 599, \"clust\": 1748, \"rank\": 3596, \"rankvar\": 1090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2990, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3605, \"group\": [1749.0, 266.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACATCTTT\", \"ini\": 598, \"clust\": 1423, \"rank\": 4221, \"rankvar\": 959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2991, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3606, \"group\": [1423.0, 243.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCACTGGC\", \"ini\": 597, \"clust\": 2011, \"rank\": 3252, \"rankvar\": 320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2992, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3607, \"group\": [2011.0, 306.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTACACCGC\", \"ini\": 596, \"clust\": 738, \"rank\": 3918, \"rankvar\": 3156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2993, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3608, \"group\": [740.0, 146.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCAGATAAG\", \"ini\": 595, \"clust\": 961, \"rank\": 4118, \"rankvar\": 2457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2994, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3609, \"group\": [962.0, 175.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGTAAGG\", \"ini\": 594, \"clust\": 1025, \"rank\": 3583, \"rankvar\": 231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2995, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3610, \"group\": [1024.0, 193.0, 43.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGTGGTAGC\", \"ini\": 593, \"clust\": 1726, \"rank\": 3708, \"rankvar\": 1644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3611, \"group\": [1729.0, 264.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGTCCTATGTT\", \"ini\": 592, \"clust\": 1730, \"rank\": 3652, \"rankvar\": 2949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2997, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3612, \"group\": [1731.0, 264.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGCCATT\", \"ini\": 591, \"clust\": 2098, \"rank\": 3945, \"rankvar\": 2341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2998, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3613, \"group\": [2099.0, 329.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCGCATGGC\", \"ini\": 590, \"clust\": 2036, \"rank\": 3338, \"rankvar\": 3879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3614, \"group\": [2036.0, 312.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGAAAC\", \"ini\": 589, \"clust\": 4332, \"rank\": 2922, \"rankvar\": 2051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3000, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3615, \"group\": [4332.0, 727.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAAGTTGTAGA\", \"ini\": 588, \"clust\": 1996, \"rank\": 3576, \"rankvar\": 2087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3001, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3616, \"group\": [1996.0, 303.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATTCTTAC\", \"ini\": 587, \"clust\": 752, \"rank\": 3943, \"rankvar\": 3634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3002, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3617, \"group\": [751.0, 152.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTTTGTG\", \"ini\": 586, \"clust\": 1950, \"rank\": 3607, \"rankvar\": 3841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3003, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3618, \"group\": [1949.0, 292.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAGCATGAG\", \"ini\": 585, \"clust\": 458, \"rank\": 4287, \"rankvar\": 361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3004, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4186, \"group\": [458.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGAAACCAT\", \"ini\": 584, \"clust\": 1846, \"rank\": 3866, \"rankvar\": 1827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3005, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3619, \"group\": [1847.0, 286.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACCCTCA\", \"ini\": 583, \"clust\": 1822, \"rank\": 3902, \"rankvar\": 4628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3006, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3620, \"group\": [1821.0, 284.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGTGCGTC\", \"ini\": 582, \"clust\": 2100, \"rank\": 4334, \"rankvar\": 4123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3007, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3621, \"group\": [2100.0, 329.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTCCAACTA\", \"ini\": 581, \"clust\": 1021, \"rank\": 3499, \"rankvar\": 1500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3008, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3622, \"group\": [1021.0, 191.0, 42.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTAAATGTG\", \"ini\": 580, \"clust\": 2081, \"rank\": 3422, \"rankvar\": 261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3009, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3623, \"group\": [2081.0, 325.0, 60.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGGTGCACA\", \"ini\": 579, \"clust\": 4333, \"rank\": 3014, \"rankvar\": 1008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3010, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3624, \"group\": [4333.0, 727.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAGTCGATT\", \"ini\": 578, \"clust\": 2050, \"rank\": 3457, \"rankvar\": 2438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3011, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3625, \"group\": [2053.0, 317.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAAGGATT\", \"ini\": 577, \"clust\": 746, \"rank\": 3725, \"rankvar\": 999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3012, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3626, \"group\": [747.0, 150.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTATCAGTC\", \"ini\": 576, \"clust\": 633, \"rank\": 3337, \"rankvar\": 1022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3013, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4187, \"group\": [634.0, 112.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAGGTA\", \"ini\": 575, \"clust\": 1157, \"rank\": 4812, \"rankvar\": 4791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3014, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 254, \"group\": [1159.0, 222.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTGTTTGTG\", \"ini\": 574, \"clust\": 460, \"rank\": 4782, \"rankvar\": 1738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2077, \"group\": [461.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCAGTCAGT\", \"ini\": 573, \"clust\": 1944, \"rank\": 3547, \"rankvar\": 3291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3627, \"group\": [1945.0, 291.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACGTAAGG\", \"ini\": 572, \"clust\": 927, \"rank\": 3341, \"rankvar\": 976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3017, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3628, \"group\": [928.0, 167.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTCAGCGC\", \"ini\": 571, \"clust\": 702, \"rank\": 3581, \"rankvar\": 2902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3018, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3629, \"group\": [705.0, 135.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCCGAGCCA\", \"ini\": 570, \"clust\": 748, \"rank\": 3678, \"rankvar\": 784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3019, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3630, \"group\": [746.0, 150.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGTCATCCA\", \"ini\": 569, \"clust\": 693, \"rank\": 4135, \"rankvar\": 4502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3020, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3631, \"group\": [694.0, 133.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGAGGCTAGGT\", \"ini\": 568, \"clust\": 4384, \"rank\": 2910, \"rankvar\": 194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3021, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3632, \"group\": [4387.0, 746.0, 148.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACCGAAAG\", \"ini\": 567, \"clust\": 1011, \"rank\": 3363, \"rankvar\": 1318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3022, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3633, \"group\": [1014.0, 187.0, 40.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCTTCGGTC\", \"ini\": 566, \"clust\": 1688, \"rank\": 4019, \"rankvar\": 651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3023, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3634, \"group\": [1696.0, 258.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGGATGCGT\", \"ini\": 565, \"clust\": 1983, \"rank\": 3868, \"rankvar\": 1819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3024, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3635, \"group\": [1984.0, 299.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCACATTCGA\", \"ini\": 564, \"clust\": 1159, \"rank\": 4892, \"rankvar\": 4864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3025, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 255, \"group\": [1158.0, 222.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCTTTCCTC\", \"ini\": 563, \"clust\": 1859, \"rank\": 4592, \"rankvar\": 4229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3026, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3636, \"group\": [1858.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCATCCACGTTC\", \"ini\": 562, \"clust\": 2258, \"rank\": 2304, \"rankvar\": 3750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2078, \"group\": [2258.0, 381.0, 74.0, 16.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCAAGAAGAG\", \"ini\": 561, \"clust\": 1812, \"rank\": 3739, \"rankvar\": 2419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3028, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3637, \"group\": [1812.0, 281.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCAACTGGCC\", \"ini\": 560, \"clust\": 1771, \"rank\": 3121, \"rankvar\": 4392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3029, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3638, \"group\": [1770.0, 270.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTAATCACC\", \"ini\": 559, \"clust\": 4347, \"rank\": 1812, \"rankvar\": 227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3030, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4106, \"group\": [4348.0, 732.0, 145.0, 32.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCATGT\", \"ini\": 558, \"clust\": 1695, \"rank\": 4086, \"rankvar\": 1267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3031, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3639, \"group\": [1693.0, 258.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATATGCA\", \"ini\": 557, \"clust\": 1928, \"rank\": 3653, \"rankvar\": 1450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3032, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3640, \"group\": [1932.0, 290.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAATACCG\", \"ini\": 556, \"clust\": 1649, \"rank\": 3654, \"rankvar\": 101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3033, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3641, \"group\": [1649.0, 253.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTTGCGG\", \"ini\": 555, \"clust\": 1891, \"rank\": 4441, \"rankvar\": 2992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3034, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3642, \"group\": [1890.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTCGG\", \"ini\": 554, \"clust\": 2010, \"rank\": 3387, \"rankvar\": 2798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3035, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3643, \"group\": [2013.0, 306.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTTGTATC\", \"ini\": 553, \"clust\": 2106, \"rank\": 3544, \"rankvar\": 1163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3036, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3644, \"group\": [2106.0, 330.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTATTGGA\", \"ini\": 552, \"clust\": 947, \"rank\": 4067, \"rankvar\": 4412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3037, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3645, \"group\": [947.0, 171.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTGGAGAA\", \"ini\": 551, \"clust\": 1588, \"rank\": 4217, \"rankvar\": 2143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3038, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3646, \"group\": [1589.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTATATCCG\", \"ini\": 550, \"clust\": 1806, \"rank\": 3549, \"rankvar\": 2300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3039, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3647, \"group\": [1806.0, 279.0, 55.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCAGCATCATC\", \"ini\": 549, \"clust\": 2073, \"rank\": 4220, \"rankvar\": 948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3040, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3648, \"group\": [2074.0, 323.0, 60.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCGCATGGC\", \"ini\": 548, \"clust\": 4309, \"rank\": 3668, \"rankvar\": 1286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3041, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3649, \"group\": [4309.0, 716.0, 143.0, 30.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCGCCAGCA\", \"ini\": 547, \"clust\": 1746, \"rank\": 4213, \"rankvar\": 4607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3042, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4047, \"group\": [1747.0, 266.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACATACGCCG\", \"ini\": 546, \"clust\": 1935, \"rank\": 3793, \"rankvar\": 1728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3043, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3650, \"group\": [1936.0, 291.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGCCCAACC\", \"ini\": 545, \"clust\": 4108, \"rank\": 1945, \"rankvar\": 3738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3044, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4254, \"group\": [4111.0, 631.0, 114.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACACAGAGGT\", \"ini\": 544, \"clust\": 1999, \"rank\": 3397, \"rankvar\": 3245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3045, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3651, \"group\": [1999.0, 304.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGAGTGTG\", \"ini\": 543, \"clust\": 706, \"rank\": 3302, \"rankvar\": 4068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3046, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3652, \"group\": [708.0, 135.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTTCCGCAGTG\", \"ini\": 542, \"clust\": 1751, \"rank\": 3680, \"rankvar\": 1879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3047, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3653, \"group\": [1751.0, 267.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGAGGACGG\", \"ini\": 541, \"clust\": 948, \"rank\": 3692, \"rankvar\": 3770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3048, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4048, \"group\": [948.0, 171.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGACATC\", \"ini\": 540, \"clust\": 1329, \"rank\": 4294, \"rankvar\": 1732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3049, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3654, \"group\": [1329.0, 236.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAGGGTAC\", \"ini\": 539, \"clust\": 2029, \"rank\": 3932, \"rankvar\": 4435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3050, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3655, \"group\": [2032.0, 311.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACAAGCCC\", \"ini\": 538, \"clust\": 971, \"rank\": 3895, \"rankvar\": 4081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3051, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3656, \"group\": [972.0, 175.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGCCATAG\", \"ini\": 537, \"clust\": 946, \"rank\": 3390, \"rankvar\": 3851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3052, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3657, \"group\": [949.0, 171.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGAGGGAACGG\", \"ini\": 536, \"clust\": 1752, \"rank\": 3913, \"rankvar\": 1315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3053, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3658, \"group\": [1755.0, 267.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCCAAATGC\", \"ini\": 535, \"clust\": 1028, \"rank\": 4134, \"rankvar\": 2858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3054, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4049, \"group\": [1028.0, 194.0, 43.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCGTGAGT\", \"ini\": 534, \"clust\": 941, \"rank\": 3044, \"rankvar\": 2936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3055, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3659, \"group\": [941.0, 169.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCCACT\", \"ini\": 533, \"clust\": 965, \"rank\": 4559, \"rankvar\": 4485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3056, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3660, \"group\": [967.0, 175.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGTCCTC\", \"ini\": 532, \"clust\": 1336, \"rank\": 5167, \"rankvar\": 5039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3057, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 188, \"group\": [1335.0, 236.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATAACGA\", \"ini\": 531, \"clust\": 875, \"rank\": 4239, \"rankvar\": 4515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3058, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4050, \"group\": [878.0, 163.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGCTTCT\", \"ini\": 530, \"clust\": 1579, \"rank\": 4197, \"rankvar\": 3242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3059, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4051, \"group\": [1583.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCCGGCACA\", \"ini\": 529, \"clust\": 1460, \"rank\": 4130, \"rankvar\": 816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3060, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3661, \"group\": [1460.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAAAGCGGT\", \"ini\": 528, \"clust\": 943, \"rank\": 3299, \"rankvar\": 4542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3061, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3662, \"group\": [944.0, 169.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTAAGTAC\", \"ini\": 527, \"clust\": 1937, \"rank\": 3888, \"rankvar\": 1485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3062, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3663, \"group\": [1938.0, 291.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTAACCCT\", \"ini\": 526, \"clust\": 718, \"rank\": 3640, \"rankvar\": 1127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3063, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3664, \"group\": [718.0, 138.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTGAGTTC\", \"ini\": 525, \"clust\": 1361, \"rank\": 4958, \"rankvar\": 1447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2079, \"group\": [1362.0, 240.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCGCCTCA\", \"ini\": 524, \"clust\": 1808, \"rank\": 3404, \"rankvar\": 1655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3065, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3665, \"group\": [1810.0, 280.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTAATAGCA\", \"ini\": 523, \"clust\": 2057, \"rank\": 3659, \"rankvar\": 2163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3066, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3666, \"group\": [2057.0, 319.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTAGCCTAT\", \"ini\": 522, \"clust\": 1339, \"rank\": 3936, \"rankvar\": 3236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3067, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3667, \"group\": [1340.0, 237.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTTACGGAG\", \"ini\": 521, \"clust\": 1914, \"rank\": 4403, \"rankvar\": 2073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3068, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3668, \"group\": [1915.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTCTGTCG\", \"ini\": 520, \"clust\": 2122, \"rank\": 3561, \"rankvar\": 111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3069, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3669, \"group\": [2125.0, 333.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGCCAACAG\", \"ini\": 519, \"clust\": 846, \"rank\": 3069, \"rankvar\": 4630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3070, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4052, \"group\": [846.0, 160.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAGTCCCTACT\", \"ini\": 518, \"clust\": 1456, \"rank\": 4846, \"rankvar\": 2445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3071, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3670, \"group\": [1459.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGACAAAGG\", \"ini\": 517, \"clust\": 1678, \"rank\": 4386, \"rankvar\": 4170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3671, \"group\": [1680.0, 256.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTGAGTTC\", \"ini\": 516, \"clust\": 1354, \"rank\": 5220, \"rankvar\": 5159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3073, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 189, \"group\": [1360.0, 240.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTGCTTG\", \"ini\": 515, \"clust\": 1735, \"rank\": 3682, \"rankvar\": 2492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3074, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3672, \"group\": [1735.0, 265.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTATGCGT\", \"ini\": 514, \"clust\": 1749, \"rank\": 4155, \"rankvar\": 2284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3075, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3673, \"group\": [1752.0, 267.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTGTAGAGTGC\", \"ini\": 513, \"clust\": 887, \"rank\": 3976, \"rankvar\": 3380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3076, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3674, \"group\": [890.0, 164.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACTGAAGG\", \"ini\": 512, \"clust\": 720, \"rank\": 3863, \"rankvar\": 1662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3077, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3675, \"group\": [717.0, 138.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCAGAGCAATT\", \"ini\": 511, \"clust\": 2017, \"rank\": 4185, \"rankvar\": 4322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3078, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3676, \"group\": [2018.0, 308.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTAAGTGTA\", \"ini\": 510, \"clust\": 1788, \"rank\": 3733, \"rankvar\": 4178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3079, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3677, \"group\": [1787.0, 275.0, 54.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCTTGTCC\", \"ini\": 509, \"clust\": 2137, \"rank\": 3965, \"rankvar\": 695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3080, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3678, \"group\": [2136.0, 337.0, 63.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTTGTACAC\", \"ini\": 508, \"clust\": 1341, \"rank\": 3713, \"rankvar\": 902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3081, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3679, \"group\": [1339.0, 237.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCAGGACA\", \"ini\": 507, \"clust\": 1933, \"rank\": 4200, \"rankvar\": 1769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3680, \"group\": [1933.0, 290.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCCGTCAG\", \"ini\": 506, \"clust\": 1330, \"rank\": 4298, \"rankvar\": 3469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3083, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3681, \"group\": [1330.0, 236.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACAGCCCA\", \"ini\": 505, \"clust\": 1712, \"rank\": 3746, \"rankvar\": 4259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3084, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3682, \"group\": [1713.0, 262.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACAGGAATCG\", \"ini\": 504, \"clust\": 878, \"rank\": 3461, \"rankvar\": 2916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3085, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3683, \"group\": [879.0, 163.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTATCCGA\", \"ini\": 503, \"clust\": 769, \"rank\": 3162, \"rankvar\": 1406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3684, \"group\": [769.0, 157.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTCTCATT\", \"ini\": 502, \"clust\": 1940, \"rank\": 3690, \"rankvar\": 3330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3087, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3685, \"group\": [1941.0, 291.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGAACAACT\", \"ini\": 501, \"clust\": 1679, \"rank\": 4149, \"rankvar\": 4500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3088, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3686, \"group\": [1678.0, 256.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGGTGTTA\", \"ini\": 500, \"clust\": 1759, \"rank\": 4095, \"rankvar\": 4369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3089, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3687, \"group\": [1761.0, 267.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAATTCCTT\", \"ini\": 499, \"clust\": 1931, \"rank\": 3817, \"rankvar\": 3293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3688, \"group\": [1930.0, 290.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGATGAGAG\", \"ini\": 498, \"clust\": 1411, \"rank\": 5038, \"rankvar\": 3423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3091, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2828, \"group\": [1411.0, 242.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTTCGTCTC\", \"ini\": 497, \"clust\": 753, \"rank\": 4255, \"rankvar\": 3624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3092, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3689, \"group\": [752.0, 152.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGAGGGATA\", \"ini\": 496, \"clust\": 1505, \"rank\": 3916, \"rankvar\": 1308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3093, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3690, \"group\": [1505.0, 246.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTGGACGAT\", \"ini\": 495, \"clust\": 1882, \"rank\": 3523, \"rankvar\": 4531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3094, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3691, \"group\": [1882.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGGTGCCT\", \"ini\": 494, \"clust\": 1990, \"rank\": 4313, \"rankvar\": 3704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3095, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4053, \"group\": [1991.0, 301.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCGCCAAAT\", \"ini\": 493, \"clust\": 925, \"rank\": 3233, \"rankvar\": 1755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3096, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3692, \"group\": [930.0, 167.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGGTGGAT\", \"ini\": 492, \"clust\": 2076, \"rank\": 3836, \"rankvar\": 3143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3097, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3693, \"group\": [2077.0, 323.0, 60.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTTGAGTTC\", \"ini\": 491, \"clust\": 4267, \"rank\": 2914, \"rankvar\": 48, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3098, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3694, \"group\": [4267.0, 693.0, 134.0, 27.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCAAGAAGT\", \"ini\": 490, \"clust\": 1820, \"rank\": 3710, \"rankvar\": 4219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3099, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3695, \"group\": [1822.0, 284.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCACGTGAGA\", \"ini\": 489, \"clust\": 743, \"rank\": 3374, \"rankvar\": 924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3100, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3696, \"group\": [743.0, 148.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGTCGATAA\", \"ini\": 488, \"clust\": 1564, \"rank\": 4140, \"rankvar\": 868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3101, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3697, \"group\": [1565.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACCCATGG\", \"ini\": 487, \"clust\": 755, \"rank\": 3732, \"rankvar\": 3736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3698, \"group\": [754.0, 152.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCATGTTCCC\", \"ini\": 486, \"clust\": 1969, \"rank\": 4215, \"rankvar\": 4140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3103, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3699, \"group\": [1970.0, 297.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCCACCCAGTG\", \"ini\": 485, \"clust\": 1650, \"rank\": 4296, \"rankvar\": 1548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3104, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3700, \"group\": [1650.0, 253.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGACTCGGA\", \"ini\": 484, \"clust\": 2018, \"rank\": 3612, \"rankvar\": 995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3105, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3701, \"group\": [2019.0, 308.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTGTTAG\", \"ini\": 483, \"clust\": 717, \"rank\": 4537, \"rankvar\": 4416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3106, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3702, \"group\": [719.0, 138.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGCAGGCTA\", \"ini\": 482, \"clust\": 1643, \"rank\": 4687, \"rankvar\": 4342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3107, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4054, \"group\": [1642.0, 252.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCACCT\", \"ini\": 481, \"clust\": 2079, \"rank\": 3716, \"rankvar\": 1968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3108, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3703, \"group\": [2085.0, 325.0, 60.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCAGTTCGA\", \"ini\": 480, \"clust\": 1866, \"rank\": 4143, \"rankvar\": 3484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3109, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3704, \"group\": [1866.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGAGGTACC\", \"ini\": 479, \"clust\": 1769, \"rank\": 3140, \"rankvar\": 2792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3110, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3705, \"group\": [1771.0, 270.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTAGTGAAT\", \"ini\": 478, \"clust\": 962, \"rank\": 3614, \"rankvar\": 2239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3111, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3706, \"group\": [963.0, 175.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAGCTGTT\", \"ini\": 477, \"clust\": 1715, \"rank\": 3758, \"rankvar\": 4026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3707, \"group\": [1716.0, 262.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCACAGATGAGC\", \"ini\": 476, \"clust\": 1652, \"rank\": 4020, \"rankvar\": 2456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3708, \"group\": [1653.0, 253.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCTCACATT\", \"ini\": 475, \"clust\": 2020, \"rank\": 3796, \"rankvar\": 3753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3114, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3709, \"group\": [2021.0, 308.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACCATGTA\", \"ini\": 474, \"clust\": 819, \"rank\": 3665, \"rankvar\": 4733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3115, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4055, \"group\": [819.0, 159.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCATGTCCC\", \"ini\": 473, \"clust\": 1836, \"rank\": 4104, \"rankvar\": 2983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3116, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3710, \"group\": [1837.0, 286.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCGCCAGCA\", \"ini\": 472, \"clust\": 694, \"rank\": 3903, \"rankvar\": 3584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3117, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3711, \"group\": [695.0, 133.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGGACGTA\", \"ini\": 471, \"clust\": 1654, \"rank\": 4219, \"rankvar\": 3152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3118, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3712, \"group\": [1654.0, 254.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTAGAGCTG\", \"ini\": 470, \"clust\": 1431, \"rank\": 4293, \"rankvar\": 3703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3119, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3713, \"group\": [1432.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCTAACTGG\", \"ini\": 469, \"clust\": 1886, \"rank\": 4123, \"rankvar\": 3249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3714, \"group\": [1885.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGACCGGAT\", \"ini\": 468, \"clust\": 2027, \"rank\": 4033, \"rankvar\": 982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3121, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3715, \"group\": [2025.0, 310.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTATTCTC\", \"ini\": 467, \"clust\": 1970, \"rank\": 4038, \"rankvar\": 2263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3122, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3716, \"group\": [1971.0, 297.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGGGATCTG\", \"ini\": 466, \"clust\": 1645, \"rank\": 4551, \"rankvar\": 3780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3123, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4056, \"group\": [1645.0, 252.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGAGGGAG\", \"ini\": 465, \"clust\": 2007, \"rank\": 3433, \"rankvar\": 3107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3124, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3717, \"group\": [2007.0, 305.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACTTAACG\", \"ini\": 464, \"clust\": 1656, \"rank\": 3984, \"rankvar\": 3727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3125, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3718, \"group\": [1659.0, 255.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTTAAGATG\", \"ini\": 463, \"clust\": 1945, \"rank\": 3889, \"rankvar\": 3403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3126, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3719, \"group\": [1946.0, 291.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTAGCGTCC\", \"ini\": 462, \"clust\": 1722, \"rank\": 2709, \"rankvar\": 3399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3127, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3720, \"group\": [1723.0, 263.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCATCCTAGA\", \"ini\": 461, \"clust\": 1854, \"rank\": 4389, \"rankvar\": 4865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3128, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3721, \"group\": [1855.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCTTGGTC\", \"ini\": 460, \"clust\": 714, \"rank\": 3731, \"rankvar\": 2175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3129, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3722, \"group\": [713.0, 137.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGACA\", \"ini\": 459, \"clust\": 161, \"rank\": 5132, \"rankvar\": 5188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2080, \"group\": [161.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAGACACTT\", \"ini\": 458, \"clust\": 1454, \"rank\": 4608, \"rankvar\": 1389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3131, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3723, \"group\": [1453.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTGGTGTAG\", \"ini\": 457, \"clust\": 1977, \"rank\": 3981, \"rankvar\": 4293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3132, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3724, \"group\": [1980.0, 298.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTAGAAGGA\", \"ini\": 456, \"clust\": 1871, \"rank\": 4147, \"rankvar\": 3932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3133, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3725, \"group\": [1871.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCAGGCTCAC\", \"ini\": 455, \"clust\": 1895, \"rank\": 4399, \"rankvar\": 2368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3134, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3726, \"group\": [1895.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTGTCCGT\", \"ini\": 454, \"clust\": 759, \"rank\": 3925, \"rankvar\": 2984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3135, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3727, \"group\": [760.0, 157.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCAATAAGG\", \"ini\": 453, \"clust\": 1910, \"rank\": 4326, \"rankvar\": 840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3136, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3728, \"group\": [1911.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAGTCGACTAT\", \"ini\": 452, \"clust\": 1369, \"rank\": 5156, \"rankvar\": 3603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2081, \"group\": [1369.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCACAGTAC\", \"ini\": 451, \"clust\": 1814, \"rank\": 3854, \"rankvar\": 1806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3138, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3729, \"group\": [1813.0, 282.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATGCCAG\", \"ini\": 450, \"clust\": 1089, \"rank\": 3706, \"rankvar\": 1079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3139, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4188, \"group\": [1089.0, 212.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGATGTGG\", \"ini\": 449, \"clust\": 1932, \"rank\": 3724, \"rankvar\": 2372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3140, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3730, \"group\": [1935.0, 290.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACTGTCGG\", \"ini\": 448, \"clust\": 1884, \"rank\": 4238, \"rankvar\": 2024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3141, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3731, \"group\": [1886.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCGCCAAAT\", \"ini\": 447, \"clust\": 1683, \"rank\": 4622, \"rankvar\": 2247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3142, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3732, \"group\": [1682.0, 257.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCACCCTATC\", \"ini\": 446, \"clust\": 877, \"rank\": 4360, \"rankvar\": 4444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3143, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4057, \"group\": [877.0, 163.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGAGCCAA\", \"ini\": 445, \"clust\": 1923, \"rank\": 3980, \"rankvar\": 3136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3144, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3733, \"group\": [1923.0, 289.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTACCGCTG\", \"ini\": 444, \"clust\": 1975, \"rank\": 4169, \"rankvar\": 4506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3145, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3734, \"group\": [1976.0, 298.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACATTTGCTT\", \"ini\": 443, \"clust\": 1547, \"rank\": 4771, \"rankvar\": 4451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3146, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4058, \"group\": [1547.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTGTACC\", \"ini\": 442, \"clust\": 1872, \"rank\": 4322, \"rankvar\": 4355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3147, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3735, \"group\": [1872.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATTGCGA\", \"ini\": 441, \"clust\": 1860, \"rank\": 4340, \"rankvar\": 3087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3736, \"group\": [1859.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTGTACCAGTT\", \"ini\": 440, \"clust\": 1753, \"rank\": 3810, \"rankvar\": 1812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3149, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3737, \"group\": [1753.0, 267.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGCTACCGC\", \"ini\": 439, \"clust\": 1855, \"rank\": 4393, \"rankvar\": 3652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3150, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3738, \"group\": [1856.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGAGGGTT\", \"ini\": 438, \"clust\": 1424, \"rank\": 4126, \"rankvar\": 482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3151, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3739, \"group\": [1424.0, 243.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTAGAAAGG\", \"ini\": 437, \"clust\": 1934, \"rank\": 4065, \"rankvar\": 2305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3152, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3740, \"group\": [1934.0, 290.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGACTAGAT\", \"ini\": 436, \"clust\": 1657, \"rank\": 3926, \"rankvar\": 2474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3153, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3741, \"group\": [1657.0, 255.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTACGCCC\", \"ini\": 435, \"clust\": 634, \"rank\": 3548, \"rankvar\": 894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3154, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4189, \"group\": [635.0, 112.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCGAGGTAG\", \"ini\": 434, \"clust\": 847, \"rank\": 2559, \"rankvar\": 4687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3155, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4059, \"group\": [847.0, 160.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCGAACC\", \"ini\": 433, \"clust\": 1888, \"rank\": 4420, \"rankvar\": 3646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3742, \"group\": [1889.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTACGACT\", \"ini\": 432, \"clust\": 1589, \"rank\": 4712, \"rankvar\": 4310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3157, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4060, \"group\": [1590.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCAGGCGAA\", \"ini\": 431, \"clust\": 1626, \"rank\": 4590, \"rankvar\": 2028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3158, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3743, \"group\": [1626.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGTTAGCGG\", \"ini\": 430, \"clust\": 1464, \"rank\": 4647, \"rankvar\": 3915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3159, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3744, \"group\": [1463.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGCTGAAAT\", \"ini\": 429, \"clust\": 1675, \"rank\": 4365, \"rankvar\": 3864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3160, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4061, \"group\": [1677.0, 256.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCAGGGTATG\", \"ini\": 428, \"clust\": 1370, \"rank\": 4999, \"rankvar\": 1119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2082, \"group\": [1370.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCATACTG\", \"ini\": 427, \"clust\": 2015, \"rank\": 3632, \"rankvar\": 3817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3162, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3745, \"group\": [2016.0, 307.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCTGCCAG\", \"ini\": 426, \"clust\": 1838, \"rank\": 4206, \"rankvar\": 2499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3163, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3746, \"group\": [1842.0, 286.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTGCCTTGG\", \"ini\": 425, \"clust\": 1971, \"rank\": 4460, \"rankvar\": 4405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3164, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4062, \"group\": [1972.0, 297.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGCACACAG\", \"ini\": 424, \"clust\": 872, \"rank\": 3672, \"rankvar\": 4408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3165, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4063, \"group\": [871.0, 162.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCTGATACG\", \"ini\": 423, \"clust\": 1684, \"rank\": 4168, \"rankvar\": 1487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3166, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3747, \"group\": [1683.0, 257.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGTCATC\", \"ini\": 422, \"clust\": 1815, \"rank\": 3791, \"rankvar\": 4256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3167, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3748, \"group\": [1814.0, 282.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCGGATGTT\", \"ini\": 421, \"clust\": 2077, \"rank\": 4129, \"rankvar\": 2379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3168, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3749, \"group\": [2078.0, 324.0, 60.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGAGGTAGA\", \"ini\": 420, \"clust\": 1629, \"rank\": 4831, \"rankvar\": 1287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3169, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4064, \"group\": [1630.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGACAAGCC\", \"ini\": 419, \"clust\": 1544, \"rank\": 4799, \"rankvar\": 3539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3170, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4065, \"group\": [1544.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCATACAGCT\", \"ini\": 418, \"clust\": 2009, \"rank\": 3079, \"rankvar\": 2591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3171, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4107, \"group\": [2010.0, 306.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACAGTTC\", \"ini\": 417, \"clust\": 1493, \"rank\": 4153, \"rankvar\": 141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3750, \"group\": [1494.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGTTTGCGT\", \"ini\": 416, \"clust\": 1997, \"rank\": 3424, \"rankvar\": 1886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3173, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3751, \"group\": [2000.0, 304.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGTAG\", \"ini\": 415, \"clust\": 1870, \"rank\": 4595, \"rankvar\": 4052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3174, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3752, \"group\": [1873.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACACTGTTAG\", \"ini\": 414, \"clust\": 963, \"rank\": 4271, \"rankvar\": 4643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3175, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4066, \"group\": [964.0, 175.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCTCA\", \"ini\": 413, \"clust\": 1894, \"rank\": 4063, \"rankvar\": 740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3176, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3753, \"group\": [1896.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGATCGATA\", \"ini\": 412, \"clust\": 1979, \"rank\": 4330, \"rankvar\": 4004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3177, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3754, \"group\": [1979.0, 298.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCTAAACC\", \"ini\": 411, \"clust\": 880, \"rank\": 4540, \"rankvar\": 4198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3178, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4067, \"group\": [881.0, 164.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTAGCGC\", \"ini\": 410, \"clust\": 1646, \"rank\": 4606, \"rankvar\": 2797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3179, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3755, \"group\": [1646.0, 252.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCATGTTCCC\", \"ini\": 409, \"clust\": 1655, \"rank\": 4013, \"rankvar\": 2821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3756, \"group\": [1655.0, 254.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGCACTTAAGC\", \"ini\": 408, \"clust\": 2070, \"rank\": 4436, \"rankvar\": 4629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3757, \"group\": [2072.0, 321.0, 60.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATATGCTG\", \"ini\": 407, \"clust\": 1848, \"rank\": 4445, \"rankvar\": 3546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3182, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3758, \"group\": [1849.0, 286.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTACAGCAG\", \"ini\": 406, \"clust\": 1696, \"rank\": 4500, \"rankvar\": 3617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3183, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3759, \"group\": [1694.0, 258.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCATAACCG\", \"ini\": 405, \"clust\": 305, \"rank\": 3161, \"rankvar\": 4135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3184, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4190, \"group\": [306.0, 43.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGGCACTA\", \"ini\": 404, \"clust\": 2002, \"rank\": 3744, \"rankvar\": 748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3185, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3760, \"group\": [2002.0, 304.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTGTAAGGGCT\", \"ini\": 403, \"clust\": 1946, \"rank\": 3835, \"rankvar\": 4098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3186, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3761, \"group\": [1947.0, 291.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCTTAATC\", \"ini\": 402, \"clust\": 1938, \"rank\": 4246, \"rankvar\": 3941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3187, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3762, \"group\": [1939.0, 291.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGTTGGC\", \"ini\": 401, \"clust\": 2005, \"rank\": 3031, \"rankvar\": 1601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3188, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3763, \"group\": [2008.0, 305.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGAATTGTG\", \"ini\": 400, \"clust\": 771, \"rank\": 4272, \"rankvar\": 4595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3189, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4068, \"group\": [774.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGGCATTGG\", \"ini\": 399, \"clust\": 1856, \"rank\": 4566, \"rankvar\": 3479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3190, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3764, \"group\": [1857.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTACCGAGA\", \"ini\": 398, \"clust\": 4082, \"rank\": 2438, \"rankvar\": 3015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3191, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4191, \"group\": [4082.0, 614.0, 107.0, 20.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACGGTAAG\", \"ini\": 397, \"clust\": 1902, \"rank\": 4369, \"rankvar\": 2854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3192, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3765, \"group\": [1903.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCGTCATC\", \"ini\": 396, \"clust\": 750, \"rank\": 4005, \"rankvar\": 3620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3193, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3766, \"group\": [750.0, 151.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTCAGATAA\", \"ini\": 395, \"clust\": 1896, \"rank\": 4208, \"rankvar\": 3714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3194, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3767, \"group\": [1893.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGGGAACGG\", \"ini\": 394, \"clust\": 966, \"rank\": 4644, \"rankvar\": 4169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3195, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4069, \"group\": [965.0, 175.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCATCCGGGT\", \"ini\": 393, \"clust\": 1900, \"rank\": 4450, \"rankvar\": 3810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3196, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3768, \"group\": [1900.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGAGTGACC\", \"ini\": 392, \"clust\": 1668, \"rank\": 4128, \"rankvar\": 485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3769, \"group\": [1667.0, 256.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATAGCTGATAA\", \"ini\": 391, \"clust\": 1924, \"rank\": 3878, \"rankvar\": 1165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3198, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3770, \"group\": [1924.0, 289.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTATGCGT\", \"ini\": 390, \"clust\": 1741, \"rank\": 3525, \"rankvar\": 3497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3199, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3771, \"group\": [1742.0, 266.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCACCAGCAC\", \"ini\": 389, \"clust\": 1917, \"rank\": 4494, \"rankvar\": 2634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3772, \"group\": [1917.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTCGCATAT\", \"ini\": 388, \"clust\": 879, \"rank\": 3657, \"rankvar\": 1235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3201, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3773, \"group\": [880.0, 163.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTCTGGC\", \"ini\": 387, \"clust\": 1466, \"rank\": 4417, \"rankvar\": 2015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3202, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3774, \"group\": [1470.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTGCGTAA\", \"ini\": 386, \"clust\": 1813, \"rank\": 3687, \"rankvar\": 2656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3203, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3775, \"group\": [1815.0, 282.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCCATTCTA\", \"ini\": 385, \"clust\": 2101, \"rank\": 3952, \"rankvar\": 1420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3204, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3776, \"group\": [2101.0, 329.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATGTTCCC\", \"ini\": 384, \"clust\": 1490, \"rank\": 4609, \"rankvar\": 3459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3205, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3777, \"group\": [1492.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGTGCCTG\", \"ini\": 383, \"clust\": 1689, \"rank\": 4753, \"rankvar\": 2009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3206, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3778, \"group\": [1690.0, 258.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGTAGCCGA\", \"ini\": 382, \"clust\": 1015, \"rank\": 4034, \"rankvar\": 3439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3207, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3779, \"group\": [1016.0, 188.0, 41.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGGGTCA\", \"ini\": 381, \"clust\": 1919, \"rank\": 4286, \"rankvar\": 1753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3208, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3780, \"group\": [1922.0, 289.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCACGGTTA\", \"ini\": 380, \"clust\": 1419, \"rank\": 4323, \"rankvar\": 34, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3209, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4255, \"group\": [1420.0, 242.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCGTTTATC\", \"ini\": 379, \"clust\": 726, \"rank\": 3728, \"rankvar\": 3495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3210, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4256, \"group\": [727.0, 142.0, 33.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCAGTATCTCG\", \"ini\": 378, \"clust\": 1422, \"rank\": 3762, \"rankvar\": 537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3211, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3781, \"group\": [1425.0, 243.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCTTGCATT\", \"ini\": 377, \"clust\": 1584, \"rank\": 4697, \"rankvar\": 2865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3212, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3782, \"group\": [1584.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGTACGTTC\", \"ini\": 376, \"clust\": 1847, \"rank\": 3897, \"rankvar\": 1930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3213, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3783, \"group\": [1848.0, 286.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTACCGAT\", \"ini\": 375, \"clust\": 1488, \"rank\": 4826, \"rankvar\": 3185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3214, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3784, \"group\": [1489.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGCATGGATGG\", \"ini\": 374, \"clust\": 695, \"rank\": 4184, \"rankvar\": 4241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3215, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3785, \"group\": [699.0, 133.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAGCAGTTT\", \"ini\": 373, \"clust\": 967, \"rank\": 4519, \"rankvar\": 3227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4070, \"group\": [966.0, 175.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGTTACCCA\", \"ini\": 372, \"clust\": 1929, \"rank\": 3693, \"rankvar\": 1283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3217, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3786, \"group\": [1931.0, 290.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGAATCTCC\", \"ini\": 371, \"clust\": 1957, \"rank\": 4305, \"rankvar\": 4242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3218, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3787, \"group\": [1957.0, 293.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGTACGATA\", \"ini\": 370, \"clust\": 1494, \"rank\": 4493, \"rankvar\": 783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3219, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3788, \"group\": [1495.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCCAACGG\", \"ini\": 369, \"clust\": 1495, \"rank\": 4724, \"rankvar\": 2951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3220, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3789, \"group\": [1496.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCTCCAATGGT\", \"ini\": 368, \"clust\": 760, \"rank\": 3743, \"rankvar\": 2959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3790, \"group\": [761.0, 157.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACTATTC\", \"ini\": 367, \"clust\": 1038, \"rank\": 4210, \"rankvar\": 3076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3222, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3791, \"group\": [1045.0, 199.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGTGGTCCC\", \"ini\": 366, \"clust\": 1481, \"rank\": 4869, \"rankvar\": 2613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3223, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3792, \"group\": [1483.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGGCACA\", \"ini\": 365, \"clust\": 1610, \"rank\": 4558, \"rankvar\": 1967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3224, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3793, \"group\": [1621.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGTTGTCGT\", \"ini\": 364, \"clust\": 4123, \"rank\": 2818, \"rankvar\": 2662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3225, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4192, \"group\": [4125.0, 637.0, 116.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTACCAGTT\", \"ini\": 363, \"clust\": 1638, \"rank\": 4576, \"rankvar\": 3570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3226, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3794, \"group\": [1638.0, 252.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAACAATC\", \"ini\": 362, \"clust\": 2394, \"rank\": 3056, \"rankvar\": 1941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3227, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4193, \"group\": [2395.0, 425.0, 83.0, 17.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCTTTCTC\", \"ini\": 361, \"clust\": 1658, \"rank\": 4093, \"rankvar\": 3400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3228, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3795, \"group\": [1658.0, 255.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTAGGGTG\", \"ini\": 360, \"clust\": 1976, \"rank\": 4395, \"rankvar\": 3204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3229, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3796, \"group\": [1977.0, 298.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCTCTCGT\", \"ini\": 359, \"clust\": 781, \"rank\": 4429, \"rankvar\": 4383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3230, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4071, \"group\": [787.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCAAACTC\", \"ini\": 358, \"clust\": 1613, \"rank\": 4545, \"rankvar\": 967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3231, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3797, \"group\": [1611.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTTCAT\", \"ini\": 357, \"clust\": 1876, \"rank\": 4186, \"rankvar\": 4162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3232, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3798, \"group\": [1877.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGACAGCC\", \"ini\": 356, \"clust\": 1981, \"rank\": 4132, \"rankvar\": 1266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3233, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3799, \"group\": [1982.0, 299.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGCGTTTC\", \"ini\": 355, \"clust\": 1459, \"rank\": 4338, \"rankvar\": 3129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3234, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3800, \"group\": [1462.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCACTGGC\", \"ini\": 354, \"clust\": 974, \"rank\": 3685, \"rankvar\": 336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3235, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3801, \"group\": [974.0, 175.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTTATGCGT\", \"ini\": 353, \"clust\": 4595, \"rank\": 2356, \"rankvar\": 1837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3236, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4108, \"group\": [4595.0, 789.0, 157.0, 34.0, 11.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTTCCACA\", \"ini\": 352, \"clust\": 1955, \"rank\": 4163, \"rankvar\": 4306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3802, \"group\": [1955.0, 293.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGTGAGTG\", \"ini\": 351, \"clust\": 698, \"rank\": 4157, \"rankvar\": 3110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3238, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3803, \"group\": [697.0, 133.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCAGGTTCA\", \"ini\": 350, \"clust\": 1551, \"rank\": 4634, \"rankvar\": 4038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3239, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3804, \"group\": [1552.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCGCTTG\", \"ini\": 349, \"clust\": 1897, \"rank\": 4342, \"rankvar\": 3647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3240, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3805, \"group\": [1894.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTATTAGCC\", \"ini\": 348, \"clust\": 1474, \"rank\": 4541, \"rankvar\": 1054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3241, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3806, \"group\": [1476.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAAGCGGT\", \"ini\": 347, \"clust\": 1858, \"rank\": 4057, \"rankvar\": 3614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3242, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3807, \"group\": [1860.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCAACTGCTA\", \"ini\": 346, \"clust\": 1489, \"rank\": 4650, \"rankvar\": 1958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3243, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3808, \"group\": [1493.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCATTTGCTT\", \"ini\": 345, \"clust\": 4260, \"rank\": 1916, \"rankvar\": 1611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3809, \"group\": [4260.0, 689.0, 133.0, 27.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGCTTCGCG\", \"ini\": 344, \"clust\": 1840, \"rank\": 4618, \"rankvar\": 1764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3245, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3810, \"group\": [1839.0, 286.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGAAGGCCT\", \"ini\": 343, \"clust\": 1742, \"rank\": 3697, \"rankvar\": 4362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3811, \"group\": [1745.0, 266.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGGTCTCGTTC\", \"ini\": 342, \"clust\": 1926, \"rank\": 4225, \"rankvar\": 4024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3247, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3812, \"group\": [1926.0, 289.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTCCACT\", \"ini\": 341, \"clust\": 881, \"rank\": 4350, \"rankvar\": 4195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4072, \"group\": [882.0, 164.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCAAGGCTCC\", \"ini\": 340, \"clust\": 1455, \"rank\": 4552, \"rankvar\": 1577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3813, \"group\": [1454.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAAGGAG\", \"ini\": 339, \"clust\": 1049, \"rank\": 3736, \"rankvar\": 3384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3250, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4194, \"group\": [1050.0, 202.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTAAGATG\", \"ini\": 338, \"clust\": 1905, \"rank\": 4344, \"rankvar\": 462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3814, \"group\": [1905.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCATCCGCGA\", \"ini\": 337, \"clust\": 636, \"rank\": 3738, \"rankvar\": 3062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3252, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4195, \"group\": [638.0, 113.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTTGGAGGT\", \"ini\": 336, \"clust\": 1045, \"rank\": 3767, \"rankvar\": 3368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3253, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4196, \"group\": [1049.0, 201.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGGAGC\", \"ini\": 335, \"clust\": 1535, \"rank\": 4957, \"rankvar\": 4240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3254, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4073, \"group\": [1536.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGTAGGCCA\", \"ini\": 334, \"clust\": 1877, \"rank\": 4457, \"rankvar\": 4439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3815, \"group\": [1878.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTGGGAT\", \"ini\": 333, \"clust\": 1844, \"rank\": 4000, \"rankvar\": 3255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3256, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3816, \"group\": [1845.0, 286.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGCATGGC\", \"ini\": 332, \"clust\": 1558, \"rank\": 4530, \"rankvar\": 1792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3817, \"group\": [1557.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCGCTTGTC\", \"ini\": 331, \"clust\": 1050, \"rank\": 3967, \"rankvar\": 4363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3258, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4197, \"group\": [1051.0, 202.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCGATATA\", \"ini\": 330, \"clust\": 1611, \"rank\": 4516, \"rankvar\": 609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3259, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3818, \"group\": [1620.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTGACGTT\", \"ini\": 329, \"clust\": 1478, \"rank\": 4910, \"rankvar\": 2850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3260, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3819, \"group\": [1478.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTGGAGCC\", \"ini\": 328, \"clust\": 953, \"rank\": 4302, \"rankvar\": 4057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4074, \"group\": [953.0, 172.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACACATTCGA\", \"ini\": 327, \"clust\": 1648, \"rank\": 4456, \"rankvar\": 2761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3262, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3820, \"group\": [1651.0, 253.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGTGGTAAT\", \"ini\": 326, \"clust\": 1090, \"rank\": 4036, \"rankvar\": 2238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3263, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4198, \"group\": [1090.0, 212.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGTTCGA\", \"ini\": 325, \"clust\": 2012, \"rank\": 2880, \"rankvar\": 2329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3264, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4109, \"group\": [2012.0, 306.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACACCGCTAG\", \"ini\": 324, \"clust\": 1428, \"rank\": 4685, \"rankvar\": 3453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3265, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3821, \"group\": [1429.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACAGTTCCCT\", \"ini\": 323, \"clust\": 1533, \"rank\": 4235, \"rankvar\": 1446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3266, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3822, \"group\": [1534.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGCTGAACG\", \"ini\": 322, \"clust\": 1443, \"rank\": 4385, \"rankvar\": 2089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3267, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3823, \"group\": [1456.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCAGCTCGG\", \"ini\": 321, \"clust\": 936, \"rank\": 3891, \"rankvar\": 3771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3268, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3824, \"group\": [934.0, 167.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTGCTCCT\", \"ini\": 320, \"clust\": 1918, \"rank\": 4488, \"rankvar\": 2375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3269, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3825, \"group\": [1918.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTGACTCAT\", \"ini\": 319, \"clust\": 2086, \"rank\": 4145, \"rankvar\": 3335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3270, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3826, \"group\": [2087.0, 326.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGTGTTTGC\", \"ini\": 318, \"clust\": 635, \"rank\": 3417, \"rankvar\": 1115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3271, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4257, \"group\": [639.0, 113.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCAAAGCG\", \"ini\": 317, \"clust\": 1893, \"rank\": 4310, \"rankvar\": 3596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3272, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3827, \"group\": [1897.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGTTCGATC\", \"ini\": 316, \"clust\": 1388, \"rank\": 4738, \"rankvar\": 86, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3273, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4199, \"group\": [1389.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCACTCCTG\", \"ini\": 315, \"clust\": 1671, \"rank\": 4337, \"rankvar\": 4492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3274, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4075, \"group\": [1673.0, 256.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTCACACGC\", \"ini\": 314, \"clust\": 1922, \"rank\": 4053, \"rankvar\": 2776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3275, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3828, \"group\": [1925.0, 289.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGAAGGACA\", \"ini\": 313, \"clust\": 931, \"rank\": 3811, \"rankvar\": 4321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4076, \"group\": [936.0, 167.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCATATCG\", \"ini\": 312, \"clust\": 4307, \"rank\": 3578, \"rankvar\": 477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3277, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4110, \"group\": [4310.0, 717.0, 143.0, 30.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACTCTGTC\", \"ini\": 311, \"clust\": 1486, \"rank\": 4599, \"rankvar\": 1936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3278, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3829, \"group\": [1485.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGAGCTACCTA\", \"ini\": 310, \"clust\": 1353, \"rank\": 5074, \"rankvar\": 4288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2083, \"group\": [1354.0, 240.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCGTTATGTGC\", \"ini\": 309, \"clust\": 655, \"rank\": 4016, \"rankvar\": 1460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3280, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3830, \"group\": [658.0, 123.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAATGCCAT\", \"ini\": 308, \"clust\": 2078, \"rank\": 4233, \"rankvar\": 2883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3281, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3831, \"group\": [2079.0, 324.0, 60.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCTCATTCA\", \"ini\": 307, \"clust\": 1861, \"rank\": 4352, \"rankvar\": 4030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3282, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3832, \"group\": [1862.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTACCCAAT\", \"ini\": 306, \"clust\": 1849, \"rank\": 4556, \"rankvar\": 4015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3283, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3833, \"group\": [1850.0, 286.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTAAA\", \"ini\": 305, \"clust\": 1883, \"rank\": 4584, \"rankvar\": 4011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3284, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3834, \"group\": [1887.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAAGGACTG\", \"ini\": 304, \"clust\": 1580, \"rank\": 4283, \"rankvar\": 1603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3285, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3835, \"group\": [1582.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAAAGTCAA\", \"ini\": 303, \"clust\": 1862, \"rank\": 4411, \"rankvar\": 4520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3286, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3836, \"group\": [1863.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAGACAGGT\", \"ini\": 302, \"clust\": 2149, \"rank\": 3571, \"rankvar\": 338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3287, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4200, \"group\": [2149.0, 341.0, 65.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTAAGCACG\", \"ini\": 301, \"clust\": 1469, \"rank\": 4331, \"rankvar\": 2976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3288, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3837, \"group\": [1468.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCGTTGCC\", \"ini\": 300, \"clust\": 727, \"rank\": 3510, \"rankvar\": 4159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3289, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4258, \"group\": [728.0, 142.0, 33.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCAAGATCC\", \"ini\": 299, \"clust\": 1086, \"rank\": 4581, \"rankvar\": 4375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3290, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4077, \"group\": [1087.0, 212.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCCATGCGCAC\", \"ini\": 298, \"clust\": 1538, \"rank\": 4467, \"rankvar\": 4415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3291, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4078, \"group\": [1541.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGACCTTTG\", \"ini\": 297, \"clust\": 1565, \"rank\": 4466, \"rankvar\": 1394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3292, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3838, \"group\": [1566.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGGTTGT\", \"ini\": 296, \"clust\": 1845, \"rank\": 4363, \"rankvar\": 3282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3839, \"group\": [1846.0, 286.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCATGGTCA\", \"ini\": 295, \"clust\": 1627, \"rank\": 4282, \"rankvar\": 814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3294, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3840, \"group\": [1627.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGGGAGTAA\", \"ini\": 294, \"clust\": 218, \"rank\": 5180, \"rankvar\": 5226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3295, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 190, \"group\": [221.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAAGGACAC\", \"ini\": 293, \"clust\": 1479, \"rank\": 4798, \"rankvar\": 1734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3296, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3841, \"group\": [1479.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCATCAGTAC\", \"ini\": 292, \"clust\": 1904, \"rank\": 4422, \"rankvar\": 3820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3842, \"group\": [1910.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCACCCAGTG\", \"ini\": 291, \"clust\": 1039, \"rank\": 3647, \"rankvar\": 2164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3298, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4201, \"group\": [1044.0, 198.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCCCAACGG\", \"ini\": 290, \"clust\": 1540, \"rank\": 4532, \"rankvar\": 4503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3299, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4079, \"group\": [1540.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCAGTCAGT\", \"ini\": 289, \"clust\": 770, \"rank\": 3923, \"rankvar\": 4340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4080, \"group\": [775.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCTTACCTA\", \"ini\": 288, \"clust\": 1438, \"rank\": 4470, \"rankvar\": 389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3301, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3843, \"group\": [1438.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAACGCACC\", \"ini\": 287, \"clust\": 2030, \"rank\": 4562, \"rankvar\": 4509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3302, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3844, \"group\": [2030.0, 311.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGGCTA\", \"ini\": 286, \"clust\": 1082, \"rank\": 3410, \"rankvar\": 777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3303, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4202, \"group\": [1083.0, 211.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGGTATCG\", \"ini\": 285, \"clust\": 1467, \"rank\": 4843, \"rankvar\": 3651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3304, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3845, \"group\": [1466.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGTCACGG\", \"ini\": 284, \"clust\": 1064, \"rank\": 4025, \"rankvar\": 53, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3305, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4259, \"group\": [1064.0, 205.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTATCGCAT\", \"ini\": 283, \"clust\": 1875, \"rank\": 4455, \"rankvar\": 4585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3846, \"group\": [1875.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGAGTACC\", \"ini\": 282, \"clust\": 1901, \"rank\": 4658, \"rankvar\": 3561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3847, \"group\": [1901.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGGTACC\", \"ini\": 281, \"clust\": 1663, \"rank\": 4615, \"rankvar\": 4544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3308, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4081, \"group\": [1666.0, 256.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACTCGACG\", \"ini\": 280, \"clust\": 1837, \"rank\": 4437, \"rankvar\": 3867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3309, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3848, \"group\": [1838.0, 286.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGTTTGTG\", \"ini\": 279, \"clust\": 1084, \"rank\": 3770, \"rankvar\": 2593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3310, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4203, \"group\": [1085.0, 212.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGCCTA\", \"ini\": 278, \"clust\": 1461, \"rank\": 4485, \"rankvar\": 2147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3311, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3849, \"group\": [1461.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACCACCT\", \"ini\": 277, \"clust\": 1451, \"rank\": 4633, \"rankvar\": 1131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3312, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3850, \"group\": [1449.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTGAGGCTA\", \"ini\": 276, \"clust\": 1568, \"rank\": 5058, \"rankvar\": 4193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3313, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4082, \"group\": [1569.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATGAGAG\", \"ini\": 275, \"clust\": 2031, \"rank\": 4509, \"rankvar\": 4679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3314, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3851, \"group\": [2031.0, 311.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTGGCGAC\", \"ini\": 274, \"clust\": 1379, \"rank\": 5105, \"rankvar\": 3740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2084, \"group\": [1381.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATATAC\", \"ini\": 273, \"clust\": 1498, \"rank\": 4390, \"rankvar\": 2688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3852, \"group\": [1498.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGCCTTC\", \"ini\": 272, \"clust\": 1512, \"rank\": 4787, \"rankvar\": 4452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3317, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4083, \"group\": [1513.0, 247.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTGCCTCT\", \"ini\": 271, \"clust\": 1691, \"rank\": 4193, \"rankvar\": 1667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3318, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3853, \"group\": [1689.0, 258.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCAGCTCGG\", \"ini\": 270, \"clust\": 1083, \"rank\": 3259, \"rankvar\": 670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3319, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4260, \"group\": [1084.0, 211.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCCTAGAAC\", \"ini\": 269, \"clust\": 1499, \"rank\": 4594, \"rankvar\": 1663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3320, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3854, \"group\": [1499.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTACTCAT\", \"ini\": 268, \"clust\": 1666, \"rank\": 4512, \"rankvar\": 4458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3321, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4084, \"group\": [1670.0, 256.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCCAAACTG\", \"ini\": 267, \"clust\": 1477, \"rank\": 4794, \"rankvar\": 1772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3322, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3855, \"group\": [1480.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAGA\", \"ini\": 266, \"clust\": 1936, \"rank\": 3949, \"rankvar\": 4590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3323, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3856, \"group\": [1937.0, 291.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTGTG\", \"ini\": 265, \"clust\": 1573, \"rank\": 4570, \"rankvar\": 3223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3324, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4204, \"group\": [1574.0, 249.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTCTTCGTC\", \"ini\": 264, \"clust\": 1522, \"rank\": 4859, \"rankvar\": 4320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3857, \"group\": [1523.0, 247.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAACACGCC\", \"ini\": 263, \"clust\": 1907, \"rank\": 4574, \"rankvar\": 2760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3326, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3858, \"group\": [1909.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGTTCT\", \"ini\": 262, \"clust\": 1483, \"rank\": 4928, \"rankvar\": 3504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3859, \"group\": [1482.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACAGCGAACA\", \"ini\": 261, \"clust\": 1898, \"rank\": 4747, \"rankvar\": 4461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3328, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3860, \"group\": [1898.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGAACTC\", \"ini\": 260, \"clust\": 1496, \"rank\": 4528, \"rankvar\": 3047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3861, \"group\": [1497.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGCAAAGCAAT\", \"ini\": 259, \"clust\": 1562, \"rank\": 4582, \"rankvar\": 2648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3330, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3862, \"group\": [1563.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTGGGTCAA\", \"ini\": 258, \"clust\": 2064, \"rank\": 4381, \"rankvar\": 3369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3331, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3863, \"group\": [2064.0, 319.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCTGCGACG\", \"ini\": 257, \"clust\": 723, \"rank\": 4026, \"rankvar\": 2747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3332, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4205, \"group\": [726.0, 141.0, 33.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTCCAAGTT\", \"ini\": 256, \"clust\": 1470, \"rank\": 4321, \"rankvar\": 2204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3333, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3864, \"group\": [1469.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGAAAGC\", \"ini\": 255, \"clust\": 1553, \"rank\": 4449, \"rankvar\": 848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3334, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3865, \"group\": [1554.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAAAGTC\", \"ini\": 254, \"clust\": 1542, \"rank\": 4248, \"rankvar\": 113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3335, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3866, \"group\": [1542.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGCTGCCCA\", \"ini\": 253, \"clust\": 1475, \"rank\": 4617, \"rankvar\": 1149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3336, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3867, \"group\": [1474.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTTCCGTCT\", \"ini\": 252, \"clust\": 1972, \"rank\": 4629, \"rankvar\": 4295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3337, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4085, \"group\": [1973.0, 297.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAGAGGAA\", \"ini\": 251, \"clust\": 1429, \"rank\": 4502, \"rankvar\": 1671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3338, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3868, \"group\": [1430.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACGAAGG\", \"ini\": 250, \"clust\": 1927, \"rank\": 4345, \"rankvar\": 2371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3339, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3869, \"group\": [1927.0, 289.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTAAAGTCA\", \"ini\": 249, \"clust\": 1984, \"rank\": 4646, \"rankvar\": 2912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3340, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3870, \"group\": [1987.0, 300.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTAGTAGTA\", \"ini\": 248, \"clust\": 1436, \"rank\": 4454, \"rankvar\": 2252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3341, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3871, \"group\": [1437.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTATATGGA\", \"ini\": 247, \"clust\": 1899, \"rank\": 4374, \"rankvar\": 2007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3342, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3872, \"group\": [1899.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACAGATGAGC\", \"ini\": 246, \"clust\": 624, \"rank\": 3469, \"rankvar\": 1180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3343, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4206, \"group\": [627.0, 107.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGTTGGC\", \"ini\": 245, \"clust\": 1716, \"rank\": 4164, \"rankvar\": 4263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3873, \"group\": [1717.0, 262.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAAGGGCT\", \"ini\": 244, \"clust\": 1447, \"rank\": 4966, \"rankvar\": 2498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3345, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3874, \"group\": [1446.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACTATCTT\", \"ini\": 243, \"clust\": 1903, \"rank\": 4583, \"rankvar\": 2138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3875, \"group\": [1904.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGTCGAT\", \"ini\": 242, \"clust\": 701, \"rank\": 4074, \"rankvar\": 3001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3347, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4111, \"group\": [709.0, 136.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGAGCTGCA\", \"ini\": 241, \"clust\": 1457, \"rank\": 4301, \"rankvar\": 396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3348, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3876, \"group\": [1457.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATTTGGG\", \"ini\": 240, \"clust\": 303, \"rank\": 3966, \"rankvar\": 2478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3349, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4261, \"group\": [303.0, 41.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACAAGACG\", \"ini\": 239, \"clust\": 1956, \"rank\": 4107, \"rankvar\": 3450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3350, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3877, \"group\": [1956.0, 293.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCACTTCAT\", \"ini\": 238, \"clust\": 1908, \"rank\": 4817, \"rankvar\": 3462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3878, \"group\": [1907.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGATGCCC\", \"ini\": 237, \"clust\": 964, \"rank\": 4708, \"rankvar\": 4197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3352, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3879, \"group\": [968.0, 175.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCACAGGT\", \"ini\": 236, \"clust\": 1921, \"rank\": 4408, \"rankvar\": 2540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3353, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3880, \"group\": [1921.0, 289.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCAGTGAAGAG\", \"ini\": 235, \"clust\": 1450, \"rank\": 4593, \"rankvar\": 675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3881, \"group\": [1451.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATAACGA\", \"ini\": 234, \"clust\": 612, \"rank\": 3997, \"rankvar\": 611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3355, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4207, \"group\": [613.0, 102.0, 22.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTACAGACG\", \"ini\": 233, \"clust\": 1563, \"rank\": 4917, \"rankvar\": 3160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3356, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4086, \"group\": [1564.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAGCCTGTG\", \"ini\": 232, \"clust\": 1807, \"rank\": 2976, \"rankvar\": 3608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3357, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4112, \"group\": [1819.0, 283.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCCGGGT\", \"ini\": 231, \"clust\": 1909, \"rank\": 4924, \"rankvar\": 4361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3882, \"group\": [1908.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCGCTTAT\", \"ini\": 230, \"clust\": 1843, \"rank\": 4243, \"rankvar\": 2415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3359, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4113, \"group\": [1844.0, 286.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCATGAGT\", \"ini\": 229, \"clust\": 199, \"rank\": 5018, \"rankvar\": 5018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3360, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4087, \"group\": [230.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCATTCCTCG\", \"ini\": 228, \"clust\": 4262, \"rank\": 3705, \"rankvar\": 4077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3361, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4114, \"group\": [4263.0, 690.0, 133.0, 27.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTTGTTTG\", \"ini\": 227, \"clust\": 1833, \"rank\": 4023, \"rankvar\": 2631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3362, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3883, \"group\": [1836.0, 286.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCATTCCTGC\", \"ini\": 226, \"clust\": 1664, \"rank\": 4596, \"rankvar\": 4618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3363, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4088, \"group\": [1664.0, 256.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATCTGGTA\", \"ini\": 225, \"clust\": 1754, \"rank\": 3824, \"rankvar\": 2123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3364, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4115, \"group\": [1754.0, 267.0, 52.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACAAGCCC\", \"ini\": 224, \"clust\": 1614, \"rank\": 4959, \"rankvar\": 3733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3365, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4089, \"group\": [1612.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGAAGGCT\", \"ini\": 223, \"clust\": 1665, \"rank\": 4108, \"rankvar\": 3956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3884, \"group\": [1665.0, 256.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGAAGGCT\", \"ini\": 222, \"clust\": 1680, \"rank\": 4165, \"rankvar\": 4604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3367, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4116, \"group\": [1679.0, 256.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTTGTC\", \"ini\": 221, \"clust\": 1554, \"rank\": 4548, \"rankvar\": 1593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3368, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3885, \"group\": [1555.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGCTAGT\", \"ini\": 220, \"clust\": 1552, \"rank\": 4829, \"rankvar\": 3219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3369, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3886, \"group\": [1553.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTGGAGCC\", \"ini\": 219, \"clust\": 1863, \"rank\": 4318, \"rankvar\": 4637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3370, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3887, \"group\": [1864.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAACGATGG\", \"ini\": 218, \"clust\": 1350, \"rank\": 5024, \"rankvar\": 4592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3888, \"group\": [1350.0, 240.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTCAGGCC\", \"ini\": 217, \"clust\": 1065, \"rank\": 3853, \"rankvar\": 3724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3372, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4262, \"group\": [1068.0, 207.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGGTCT\", \"ini\": 216, \"clust\": 1032, \"rank\": 4297, \"rankvar\": 2908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3373, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4117, \"group\": [1033.0, 195.0, 43.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAAGAGCTATA\", \"ini\": 215, \"clust\": 2062, \"rank\": 4757, \"rankvar\": 3987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3374, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3889, \"group\": [2062.0, 319.0, 59.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGGAGCGTT\", \"ini\": 214, \"clust\": 1070, \"rank\": 3306, \"rankvar\": 3147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3375, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4263, \"group\": [1071.0, 208.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCTCCCTGA\", \"ini\": 213, \"clust\": 1492, \"rank\": 4624, \"rankvar\": 3205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3890, \"group\": [1491.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGCATCTA\", \"ini\": 212, \"clust\": 1444, \"rank\": 4943, \"rankvar\": 1387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3377, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3891, \"group\": [1448.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAACCTC\", \"ini\": 211, \"clust\": 2016, \"rank\": 4062, \"rankvar\": 4206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3892, \"group\": [2017.0, 307.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTCTACCTC\", \"ini\": 210, \"clust\": 1047, \"rank\": 4138, \"rankvar\": 4496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3379, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4208, \"group\": [1046.0, 200.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTAATA\", \"ini\": 209, \"clust\": 741, \"rank\": 3498, \"rankvar\": 4093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3380, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4118, \"group\": [744.0, 149.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTATCACG\", \"ini\": 208, \"clust\": 1892, \"rank\": 4811, \"rankvar\": 4330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3381, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3893, \"group\": [1891.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCATGGTAGG\", \"ini\": 207, \"clust\": 1096, \"rank\": 3294, \"rankvar\": 3101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3382, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4264, \"group\": [1099.0, 219.0, 47.0, 11.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGAACTGTA\", \"ini\": 206, \"clust\": 1048, \"rank\": 3900, \"rankvar\": 2768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3383, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4209, \"group\": [1047.0, 200.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACATACTACG\", \"ini\": 205, \"clust\": 1639, \"rank\": 4850, \"rankvar\": 3630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3894, \"group\": [1639.0, 252.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAATCCGT\", \"ini\": 204, \"clust\": 2074, \"rank\": 4431, \"rankvar\": 2681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3385, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3895, \"group\": [2075.0, 323.0, 60.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAGTGAAT\", \"ini\": 203, \"clust\": 2021, \"rank\": 3849, \"rankvar\": 4481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3386, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4119, \"group\": [2024.0, 309.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGGATTCGG\", \"ini\": 202, \"clust\": 1212, \"rank\": 4520, \"rankvar\": 3433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3387, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3896, \"group\": [1217.0, 232.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACGATGT\", \"ini\": 201, \"clust\": 1834, \"rank\": 4359, \"rankvar\": 2281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3388, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4120, \"group\": [1834.0, 286.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATGTGT\", \"ini\": 200, \"clust\": 1641, \"rank\": 4742, \"rankvar\": 3790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3897, \"group\": [1643.0, 252.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTACAGACG\", \"ini\": 199, \"clust\": 1889, \"rank\": 4188, \"rankvar\": 4204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3898, \"group\": [1902.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGTTGAGTA\", \"ini\": 198, \"clust\": 2033, \"rank\": 4030, \"rankvar\": 4276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3391, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4121, \"group\": [2034.0, 311.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAGCATACT\", \"ini\": 197, \"clust\": 1615, \"rank\": 4641, \"rankvar\": 1329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3899, \"group\": [1619.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACACAACTGT\", \"ini\": 196, \"clust\": 1069, \"rank\": 3862, \"rankvar\": 2156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3393, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4265, \"group\": [1070.0, 208.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACCATG\", \"ini\": 195, \"clust\": 355, \"rank\": 3806, \"rankvar\": 2546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3394, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4210, \"group\": [360.0, 54.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACAAACTGTC\", \"ini\": 194, \"clust\": 1071, \"rank\": 3190, \"rankvar\": 3452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3395, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4266, \"group\": [1072.0, 208.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCGATTCT\", \"ini\": 193, \"clust\": 1209, \"rank\": 3840, \"rankvar\": 2132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3396, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4267, \"group\": [1210.0, 231.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAGCGTTCG\", \"ini\": 192, \"clust\": 1890, \"rank\": 4577, \"rankvar\": 4236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3900, \"group\": [1892.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCTCTGTCG\", \"ini\": 191, \"clust\": 758, \"rank\": 3707, \"rankvar\": 3694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3398, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4211, \"group\": [758.0, 155.0, 36.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGTCTGAA\", \"ini\": 190, \"clust\": 1449, \"rank\": 4915, \"rankvar\": 3197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3901, \"group\": [1452.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGGGCTTGA\", \"ini\": 189, \"clust\": 657, \"rank\": 3864, \"rankvar\": 1735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3400, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4212, \"group\": [657.0, 122.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTAAGGGCT\", \"ini\": 188, \"clust\": 1618, \"rank\": 4913, \"rankvar\": 1051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3401, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3902, \"group\": [1618.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATGTCTT\", \"ini\": 187, \"clust\": 882, \"rank\": 4728, \"rankvar\": 4845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3402, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3903, \"group\": [883.0, 164.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTCCCTACT\", \"ini\": 186, \"clust\": 1453, \"rank\": 5012, \"rankvar\": 3822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3904, \"group\": [1455.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCAGATAAG\", \"ini\": 185, \"clust\": 1685, \"rank\": 4774, \"rankvar\": 4181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3905, \"group\": [1686.0, 257.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTAAACGCG\", \"ini\": 184, \"clust\": 1616, \"rank\": 4969, \"rankvar\": 2053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3405, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3906, \"group\": [1614.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGGCCCGTT\", \"ini\": 183, \"clust\": 1518, \"rank\": 4962, \"rankvar\": 4231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3907, \"group\": [1519.0, 247.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTGAGTTC\", \"ini\": 182, \"clust\": 1437, \"rank\": 4750, \"rankvar\": 3253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3407, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3908, \"group\": [1440.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAAACGGG\", \"ini\": 181, \"clust\": 1398, \"rank\": 5002, \"rankvar\": 4278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3408, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3909, \"group\": [1398.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGAGGCTAGGT\", \"ini\": 180, \"clust\": 1559, \"rank\": 4836, \"rankvar\": 4189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3409, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4090, \"group\": [1562.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCCACCTG\", \"ini\": 179, \"clust\": 1061, \"rank\": 4320, \"rankvar\": 2161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3410, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4213, \"group\": [1060.0, 205.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAAGCCGCT\", \"ini\": 178, \"clust\": 1074, \"rank\": 3874, \"rankvar\": 2079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3411, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4268, \"group\": [1073.0, 209.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAGATGGGT\", \"ini\": 177, \"clust\": 1985, \"rank\": 4555, \"rankvar\": 3931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3412, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3910, \"group\": [1985.0, 300.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTAAAGTG\", \"ini\": 176, \"clust\": 1085, \"rank\": 4372, \"rankvar\": 4223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3413, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4214, \"group\": [1086.0, 212.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATCCGCGA\", \"ini\": 175, \"clust\": 1394, \"rank\": 5022, \"rankvar\": 2766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3911, \"group\": [1393.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTCCGTAT\", \"ini\": 174, \"clust\": 1072, \"rank\": 4354, \"rankvar\": 4367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3415, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4269, \"group\": [1076.0, 209.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTCAACTT\", \"ini\": 173, \"clust\": 1531, \"rank\": 4930, \"rankvar\": 4212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3416, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4091, \"group\": [1532.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCATGGAATA\", \"ini\": 172, \"clust\": 868, \"rank\": 3968, \"rankvar\": 4557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3417, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4122, \"group\": [869.0, 161.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATGCATGT\", \"ini\": 171, \"clust\": 4268, \"rank\": 3064, \"rankvar\": 3075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3418, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4123, \"group\": [4268.0, 693.0, 134.0, 27.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTTCACCTC\", \"ini\": 170, \"clust\": 1624, \"rank\": 4580, \"rankvar\": 1694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3912, \"group\": [1623.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAAGGACAC\", \"ini\": 169, \"clust\": 471, \"rank\": 4216, \"rankvar\": 1278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3420, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4215, \"group\": [470.0, 68.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTTGCCGT\", \"ini\": 168, \"clust\": 1850, \"rank\": 4579, \"rankvar\": 4221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3421, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3913, \"group\": [1853.0, 286.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACTACAGT\", \"ini\": 167, \"clust\": 1439, \"rank\": 4973, \"rankvar\": 3098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3422, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3914, \"group\": [1439.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCGCGATCG\", \"ini\": 166, \"clust\": 1606, \"rank\": 4923, \"rankvar\": 3813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3423, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4092, \"group\": [1605.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTGGGTTG\", \"ini\": 165, \"clust\": 1556, \"rank\": 4905, \"rankvar\": 3752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3915, \"group\": [1558.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCTCCTGCCAT\", \"ini\": 164, \"clust\": 1841, \"rank\": 4518, \"rankvar\": 1957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3425, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4124, \"group\": [1840.0, 286.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCGAATGT\", \"ini\": 163, \"clust\": 1060, \"rank\": 4426, \"rankvar\": 448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3426, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4270, \"group\": [1062.0, 205.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGTAAGA\", \"ini\": 162, \"clust\": 1662, \"rank\": 3586, \"rankvar\": 1835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3427, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4125, \"group\": [1663.0, 255.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTTGTCGT\", \"ini\": 161, \"clust\": 1503, \"rank\": 4327, \"rankvar\": 4132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3428, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4126, \"group\": [1506.0, 246.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCCGACA\", \"ini\": 160, \"clust\": 724, \"rank\": 4401, \"rankvar\": 3575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3429, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4216, \"group\": [724.0, 141.0, 33.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCTTCGAGA\", \"ini\": 159, \"clust\": 650, \"rank\": 3846, \"rankvar\": 3356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3430, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4217, \"group\": [653.0, 120.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCAGTCCTCCT\", \"ini\": 158, \"clust\": 725, \"rank\": 4388, \"rankvar\": 3161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3431, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4271, \"group\": [725.0, 141.0, 33.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCAGACAGGT\", \"ini\": 157, \"clust\": 204, \"rank\": 5116, \"rankvar\": 5101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3432, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3916, \"group\": [206.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACACATCCGG\", \"ini\": 156, \"clust\": 1973, \"rank\": 4531, \"rankvar\": 4399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3433, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4093, \"group\": [1974.0, 297.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTACCAGTT\", \"ini\": 155, \"clust\": 1052, \"rank\": 4324, \"rankvar\": 3699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3434, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4218, \"group\": [1052.0, 203.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTGCTGTAT\", \"ini\": 154, \"clust\": 1916, \"rank\": 4680, \"rankvar\": 3365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3435, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3917, \"group\": [1919.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGTGGGAT\", \"ini\": 153, \"clust\": 2024, \"rank\": 4406, \"rankvar\": 4400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3436, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3918, \"group\": [2029.0, 310.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGCGCTCT\", \"ini\": 152, \"clust\": 1974, \"rank\": 4378, \"rankvar\": 4690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3919, \"group\": [1975.0, 297.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTAATAGCA\", \"ini\": 151, \"clust\": 1682, \"rank\": 4175, \"rankvar\": 2562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3438, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4272, \"group\": [1687.0, 257.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGTGTACCT\", \"ini\": 150, \"clust\": 1647, \"rank\": 4631, \"rankvar\": 4191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3439, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4127, \"group\": [1647.0, 252.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATAGAAAC\", \"ini\": 149, \"clust\": 1043, \"rank\": 4706, \"rankvar\": 4384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3440, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4219, \"group\": [1041.0, 197.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATGGGTC\", \"ini\": 148, \"clust\": 1066, \"rank\": 4277, \"rankvar\": 3286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3441, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4220, \"group\": [1066.0, 207.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGGGCTTCC\", \"ini\": 147, \"clust\": 1056, \"rank\": 4094, \"rankvar\": 2449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3442, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4221, \"group\": [1056.0, 204.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGACGCTC\", \"ini\": 146, \"clust\": 203, \"rank\": 5101, \"rankvar\": 4956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3920, \"group\": [207.0, 31.0, 8.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTTGACTG\", \"ini\": 145, \"clust\": 1620, \"rank\": 4945, \"rankvar\": 1076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3444, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3921, \"group\": [1617.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACATATGAGA\", \"ini\": 144, \"clust\": 1432, \"rank\": 4825, \"rankvar\": 4804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3445, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4128, \"group\": [1435.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCACTTCC\", \"ini\": 143, \"clust\": 1053, \"rank\": 4356, \"rankvar\": 4497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3446, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4222, \"group\": [1053.0, 203.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTCTGGAGA\", \"ini\": 142, \"clust\": 1873, \"rank\": 4550, \"rankvar\": 4714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3447, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3922, \"group\": [1876.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTAGGTT\", \"ini\": 141, \"clust\": 1617, \"rank\": 5066, \"rankvar\": 2545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3448, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4094, \"group\": [1615.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCAAGCCTA\", \"ini\": 140, \"clust\": 1672, \"rank\": 3979, \"rankvar\": 2979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3923, \"group\": [1671.0, 256.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACAACGT\", \"ini\": 139, \"clust\": 1446, \"rank\": 4899, \"rankvar\": 1881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3450, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3924, \"group\": [1445.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCTTGCATT\", \"ini\": 138, \"clust\": 1441, \"rank\": 4704, \"rankvar\": 3260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3451, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4129, \"group\": [1441.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTAAACCTC\", \"ini\": 137, \"clust\": 1077, \"rank\": 4758, \"rankvar\": 3563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3452, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4223, \"group\": [1079.0, 210.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCATTACCTT\", \"ini\": 136, \"clust\": 1216, \"rank\": 4435, \"rankvar\": 283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3453, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4224, \"group\": [1215.0, 232.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGTTACGGG\", \"ini\": 135, \"clust\": 1550, \"rank\": 4939, \"rankvar\": 4409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3454, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4095, \"group\": [1551.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTGGTAACG\", \"ini\": 134, \"clust\": 2108, \"rank\": 3970, \"rankvar\": 1653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3455, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4130, \"group\": [2108.0, 330.0, 61.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCGGCACT\", \"ini\": 133, \"clust\": 1044, \"rank\": 4468, \"rankvar\": 1921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3456, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4225, \"group\": [1042.0, 197.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCAAGTAATG\", \"ini\": 132, \"clust\": 1343, \"rank\": 4660, \"rankvar\": 1424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3457, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4226, \"group\": [1344.0, 239.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTTACCGC\", \"ini\": 131, \"clust\": 1075, \"rank\": 4714, \"rankvar\": 4430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3458, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4227, \"group\": [1074.0, 209.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGAGTTTA\", \"ini\": 130, \"clust\": 1442, \"rank\": 4645, \"rankvar\": 2843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3459, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3925, \"group\": [1442.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCATATGAGA\", \"ini\": 129, \"clust\": 1210, \"rank\": 3689, \"rankvar\": 4035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3460, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4273, \"group\": [1211.0, 231.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACTAAGT\", \"ini\": 128, \"clust\": 1465, \"rank\": 4638, \"rankvar\": 2431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3461, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4131, \"group\": [1464.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGATCGG\", \"ini\": 127, \"clust\": 1987, \"rank\": 4783, \"rankvar\": 4381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3462, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3926, \"group\": [1988.0, 300.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAGCTTCT\", \"ini\": 126, \"clust\": 1080, \"rank\": 4240, \"rankvar\": 1484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3463, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4274, \"group\": [1080.0, 210.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTTGTCAT\", \"ini\": 125, \"clust\": 1676, \"rank\": 4770, \"rankvar\": 4652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3464, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4096, \"group\": [1675.0, 256.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTTAAGTG\", \"ini\": 124, \"clust\": 540, \"rank\": 3830, \"rankvar\": 4083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3465, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4275, \"group\": [541.0, 81.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTGCCTGCA\", \"ini\": 123, \"clust\": 1514, \"rank\": 4567, \"rankvar\": 4782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3466, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4132, \"group\": [1515.0, 247.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACGCATA\", \"ini\": 122, \"clust\": 1116, \"rank\": 4994, \"rankvar\": 4691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3467, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4133, \"group\": [1119.0, 221.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGGTACC\", \"ini\": 121, \"clust\": 558, \"rank\": 4102, \"rankvar\": 1445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3468, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4228, \"group\": [559.0, 87.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTCGCCGT\", \"ini\": 120, \"clust\": 1670, \"rank\": 4103, \"rankvar\": 4353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3469, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3927, \"group\": [1674.0, 256.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATTCTTGTATC\", \"ini\": 119, \"clust\": 1059, \"rank\": 4648, \"rankvar\": 341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3470, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4276, \"group\": [1059.0, 205.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTTCGTCTC\", \"ini\": 118, \"clust\": 1463, \"rank\": 4985, \"rankvar\": 4588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3471, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3928, \"group\": [1465.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGAGAAACGAG\", \"ini\": 117, \"clust\": 1217, \"rank\": 4696, \"rankvar\": 4460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3472, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4229, \"group\": [1216.0, 232.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAGGCTCAC\", \"ini\": 116, \"clust\": 1364, \"rank\": 4992, \"rankvar\": 1980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3473, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4230, \"group\": [1365.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCACTTACGA\", \"ini\": 115, \"clust\": 1548, \"rank\": 4842, \"rankvar\": 4653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3474, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4097, \"group\": [1548.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGAGGTTGC\", \"ini\": 114, \"clust\": 1079, \"rank\": 4695, \"rankvar\": 3578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3475, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4231, \"group\": [1078.0, 210.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAATCTACG\", \"ini\": 113, \"clust\": 1067, \"rank\": 3788, \"rankvar\": 4126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3476, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4232, \"group\": [1067.0, 207.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCAGCTTCGG\", \"ini\": 112, \"clust\": 1054, \"rank\": 4332, \"rankvar\": 2514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3477, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4277, \"group\": [1057.0, 204.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGGAGTACC\", \"ini\": 111, \"clust\": 1034, \"rank\": 4376, \"rankvar\": 3102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3478, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4134, \"group\": [1035.0, 196.0, 43.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTATAAACG\", \"ini\": 110, \"clust\": 1590, \"rank\": 4763, \"rankvar\": 4784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3479, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4098, \"group\": [1591.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACAACGCC\", \"ini\": 109, \"clust\": 1912, \"rank\": 4703, \"rankvar\": 4161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3480, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4135, \"group\": [1913.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCATGATCCA\", \"ini\": 108, \"clust\": 1571, \"rank\": 4498, \"rankvar\": 2155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3481, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4233, \"group\": [1572.0, 249.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCGTCAAA\", \"ini\": 107, \"clust\": 1421, \"rank\": 4539, \"rankvar\": 1405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3482, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4234, \"group\": [1422.0, 242.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGAGATGAG\", \"ini\": 106, \"clust\": 1516, \"rank\": 4719, \"rankvar\": 3554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3483, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4136, \"group\": [1517.0, 247.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATGTTGAC\", \"ini\": 105, \"clust\": 2025, \"rank\": 4170, \"rankvar\": 2191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3484, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4278, \"group\": [2028.0, 310.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGTGACC\", \"ini\": 104, \"clust\": 1206, \"rank\": 4683, \"rankvar\": 515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3485, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4235, \"group\": [1207.0, 230.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGGCGACAT\", \"ini\": 103, \"clust\": 1574, \"rank\": 4847, \"rankvar\": 3061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3486, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4236, \"group\": [1575.0, 249.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGAGTTTA\", \"ini\": 102, \"clust\": 1958, \"rank\": 4745, \"rankvar\": 4669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3929, \"group\": [1958.0, 293.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGCGGTA\", \"ini\": 101, \"clust\": 1585, \"rank\": 4964, \"rankvar\": 4760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3488, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4099, \"group\": [1585.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAATTGCTG\", \"ini\": 100, \"clust\": 1519, \"rank\": 4463, \"rankvar\": 1416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3489, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4137, \"group\": [1520.0, 247.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCTCGCACTCT\", \"ini\": 99, \"clust\": 1156, \"rank\": 5092, \"rankvar\": 4952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3930, \"group\": [1166.0, 222.0, 48.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTGATTGC\", \"ini\": 98, \"clust\": 1520, \"rank\": 4713, \"rankvar\": 4446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3491, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4138, \"group\": [1521.0, 247.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGCGATCG\", \"ini\": 97, \"clust\": 1911, \"rank\": 4462, \"rankvar\": 2029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3492, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4139, \"group\": [1912.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCTGCTGTC\", \"ini\": 96, \"clust\": 2026, \"rank\": 4780, \"rankvar\": 4519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3931, \"group\": [2027.0, 310.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCCAGTTT\", \"ini\": 95, \"clust\": 1636, \"rank\": 4740, \"rankvar\": 3637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3494, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4140, \"group\": [1635.0, 252.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTTAAGATG\", \"ini\": 94, \"clust\": 721, \"rank\": 3842, \"rankvar\": 4111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3495, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4279, \"group\": [722.0, 140.0, 33.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCACTGGGC\", \"ini\": 93, \"clust\": 1081, \"rank\": 4538, \"rankvar\": 3250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3496, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4280, \"group\": [1081.0, 210.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCACATTAGC\", \"ini\": 92, \"clust\": 1595, \"rank\": 4655, \"rankvar\": 2596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3932, \"group\": [1595.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGCATACGCCG\", \"ini\": 91, \"clust\": 1593, \"rank\": 5042, \"rankvar\": 4213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4100, \"group\": [1593.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGAATGCT\", \"ini\": 90, \"clust\": 1396, \"rank\": 5194, \"rankvar\": 4062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3499, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3098, \"group\": [1396.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTAGTACCT\", \"ini\": 89, \"clust\": 1040, \"rank\": 4557, \"rankvar\": 3168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3500, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4281, \"group\": [1039.0, 197.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTAGCGTAG\", \"ini\": 88, \"clust\": 1311, \"rank\": 4813, \"rankvar\": 2570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3933, \"group\": [1313.0, 235.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCATCCTTGC\", \"ini\": 87, \"clust\": 1367, \"rank\": 5030, \"rankvar\": 2108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3502, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4237, \"group\": [1368.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAGTCAGCC\", \"ini\": 86, \"clust\": 1468, \"rank\": 4785, \"rankvar\": 2142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3934, \"group\": [1467.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCCAAGTA\", \"ini\": 85, \"clust\": 1660, \"rank\": 4481, \"rankvar\": 4233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3504, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4141, \"group\": [1661.0, 255.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTATTCA\", \"ini\": 84, \"clust\": 1612, \"rank\": 4643, \"rankvar\": 2940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3935, \"group\": [1613.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGTGAATTG\", \"ini\": 83, \"clust\": 1062, \"rank\": 4517, \"rankvar\": 2333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3506, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4282, \"group\": [1061.0, 205.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTACCGTTA\", \"ini\": 82, \"clust\": 1365, \"rank\": 4976, \"rankvar\": 1815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3507, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4238, \"group\": [1366.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACACCGAC\", \"ini\": 81, \"clust\": 1609, \"rank\": 4773, \"rankvar\": 2430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3508, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4142, \"group\": [1609.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAATGAAAC\", \"ini\": 80, \"clust\": 1513, \"rank\": 4748, \"rankvar\": 4431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3509, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4143, \"group\": [1514.0, 247.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCAGATCGATA\", \"ini\": 79, \"clust\": 1988, \"rank\": 4451, \"rankvar\": 1324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3936, \"group\": [1989.0, 300.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGGTGTTG\", \"ini\": 78, \"clust\": 1591, \"rank\": 4739, \"rankvar\": 4387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3511, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4144, \"group\": [1592.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTGCTGCC\", \"ini\": 77, \"clust\": 1839, \"rank\": 4616, \"rankvar\": 3207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3512, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4145, \"group\": [1841.0, 286.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTTGTATC\", \"ini\": 76, \"clust\": 1452, \"rank\": 4865, \"rankvar\": 2106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3513, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3937, \"group\": [1450.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCGGTGTTA\", \"ini\": 75, \"clust\": 1448, \"rank\": 4805, \"rankvar\": 1576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3514, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4146, \"group\": [1447.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAAAGGCGT\", \"ini\": 74, \"clust\": 883, \"rank\": 4792, \"rankvar\": 4854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3938, \"group\": [884.0, 164.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTAGTAC\", \"ini\": 73, \"clust\": 1587, \"rank\": 4844, \"rankvar\": 4397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3516, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4147, \"group\": [1588.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGACCAAG\", \"ini\": 72, \"clust\": 1088, \"rank\": 4444, \"rankvar\": 4243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3517, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4239, \"group\": [1091.0, 212.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGTGATAT\", \"ini\": 71, \"clust\": 1598, \"rank\": 4956, \"rankvar\": 1953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3939, \"group\": [1598.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCATGAAC\", \"ini\": 70, \"clust\": 1351, \"rank\": 5207, \"rankvar\": 4935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3519, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4101, \"group\": [1351.0, 240.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCAATCCAAC\", \"ini\": 69, \"clust\": 1906, \"rank\": 4936, \"rankvar\": 4495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3940, \"group\": [1906.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGTGGGTTG\", \"ini\": 68, \"clust\": 1433, \"rank\": 4815, \"rankvar\": 4268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3521, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4240, \"group\": [1433.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCATGCCG\", \"ini\": 67, \"clust\": 1211, \"rank\": 4668, \"rankvar\": 4141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3522, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4283, \"group\": [1218.0, 232.0, 49.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTTGTGGAG\", \"ini\": 66, \"clust\": 1541, \"rank\": 4776, \"rankvar\": 4547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3523, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4148, \"group\": [1546.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGAGGTAGA\", \"ini\": 65, \"clust\": 1560, \"rank\": 4997, \"rankvar\": 4428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3524, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4149, \"group\": [1560.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCATCACAAC\", \"ini\": 64, \"clust\": 784, \"rank\": 4564, \"rankvar\": 4681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3525, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4150, \"group\": [783.0, 158.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCCCTTGCA\", \"ini\": 63, \"clust\": 1390, \"rank\": 5046, \"rankvar\": 118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4284, \"group\": [1391.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTATCTCG\", \"ini\": 62, \"clust\": 1545, \"rank\": 4983, \"rankvar\": 4199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3527, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4151, \"group\": [1545.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTATAGTAG\", \"ini\": 61, \"clust\": 1578, \"rank\": 4806, \"rankvar\": 3967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3528, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4152, \"group\": [1579.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTCACACGC\", \"ini\": 60, \"clust\": 1458, \"rank\": 4841, \"rankvar\": 1300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3941, \"group\": [1458.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATGTCTCC\", \"ini\": 59, \"clust\": 1867, \"rank\": 4779, \"rankvar\": 4153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3530, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3942, \"group\": [1867.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCCATTGGTAC\", \"ini\": 58, \"clust\": 1476, \"rank\": 5016, \"rankvar\": 2182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3531, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4153, \"group\": [1475.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGATGGTC\", \"ini\": 57, \"clust\": 505, \"rank\": 4864, \"rankvar\": 669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3532, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4241, \"group\": [508.0, 75.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGTTGAA\", \"ini\": 56, \"clust\": 1440, \"rank\": 4809, \"rankvar\": 4464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3533, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3943, \"group\": [1443.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTGACC\", \"ini\": 55, \"clust\": 1673, \"rank\": 4717, \"rankvar\": 4571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3534, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4154, \"group\": [1672.0, 256.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTTTCCTC\", \"ini\": 54, \"clust\": 1076, \"rank\": 4723, \"rankvar\": 4580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3535, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4242, \"group\": [1082.0, 210.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACAGAGGT\", \"ini\": 53, \"clust\": 1686, \"rank\": 4988, \"rankvar\": 4007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3536, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3944, \"group\": [1684.0, 257.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTACACCGC\", \"ini\": 52, \"clust\": 1509, \"rank\": 4569, \"rankvar\": 700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3537, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4243, \"group\": [1512.0, 247.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATGGAAT\", \"ini\": 51, \"clust\": 1517, \"rank\": 4861, \"rankvar\": 4746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3538, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4155, \"group\": [1518.0, 247.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTGTGGCTC\", \"ini\": 50, \"clust\": 1543, \"rank\": 5010, \"rankvar\": 4434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3539, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4102, \"group\": [1543.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGGCGTACA\", \"ini\": 49, \"clust\": 1640, \"rank\": 4946, \"rankvar\": 4615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3540, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4156, \"group\": [1648.0, 252.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCTACTATC\", \"ini\": 48, \"clust\": 1546, \"rank\": 4828, \"rankvar\": 4785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3541, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4157, \"group\": [1549.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTTGATTGC\", \"ini\": 47, \"clust\": 1572, \"rank\": 4800, \"rankvar\": 4476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3542, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3945, \"group\": [1573.0, 249.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTCTAGAGG\", \"ini\": 46, \"clust\": 1377, \"rank\": 5229, \"rankvar\": 4345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3543, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2085, \"group\": [1376.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCTCAACA\", \"ini\": 45, \"clust\": 1864, \"rank\": 4679, \"rankvar\": 4718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3544, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3946, \"group\": [1865.0, 287.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTGAATTG\", \"ini\": 44, \"clust\": 1986, \"rank\": 4762, \"rankvar\": 4334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3947, \"group\": [1986.0, 300.0, 57.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAAGTT\", \"ini\": 43, \"clust\": 1527, \"rank\": 4821, \"rankvar\": 4074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3546, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4158, \"group\": [1529.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAGCTGTTA\", \"ini\": 42, \"clust\": 1567, \"rank\": 5091, \"rankvar\": 4218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3547, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4159, \"group\": [1570.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTTCAACCA\", \"ini\": 41, \"clust\": 1596, \"rank\": 4979, \"rankvar\": 4298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3548, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4160, \"group\": [1596.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGAAACCGC\", \"ini\": 40, \"clust\": 1346, \"rank\": 4852, \"rankvar\": 3104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3549, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4161, \"group\": [1349.0, 240.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTGCTGTAT\", \"ini\": 39, \"clust\": 1677, \"rank\": 4678, \"rankvar\": 4674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3550, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4162, \"group\": [1676.0, 256.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATTGGTAC\", \"ini\": 38, \"clust\": 722, \"rank\": 4230, \"rankvar\": 2657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3551, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4285, \"group\": [723.0, 140.0, 33.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCTCGAGTA\", \"ini\": 37, \"clust\": 1073, \"rank\": 4663, \"rankvar\": 4373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3552, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4244, \"group\": [1075.0, 209.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACTCGACG\", \"ini\": 36, \"clust\": 1524, \"rank\": 4908, \"rankvar\": 4365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3553, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4163, \"group\": [1525.0, 247.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAAGGGTTTCT\", \"ini\": 35, \"clust\": 1915, \"rank\": 4942, \"rankvar\": 3800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3948, \"group\": [1916.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACGACTCG\", \"ini\": 34, \"clust\": 1510, \"rank\": 5049, \"rankvar\": 4149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3555, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4245, \"group\": [1510.0, 247.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACAGGAGT\", \"ini\": 33, \"clust\": 1507, \"rank\": 4944, \"rankvar\": 2941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3556, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4286, \"group\": [1507.0, 247.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAAAGTCAA\", \"ini\": 32, \"clust\": 1349, \"rank\": 5209, \"rankvar\": 4992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3557, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3949, \"group\": [1352.0, 240.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCTTGGTC\", \"ini\": 31, \"clust\": 1913, \"rank\": 4547, \"rankvar\": 3215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3558, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4164, \"group\": [1914.0, 288.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTCCGGTT\", \"ini\": 30, \"clust\": 1511, \"rank\": 4903, \"rankvar\": 2759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3559, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4246, \"group\": [1511.0, 247.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCGTAT\", \"ini\": 29, \"clust\": 1569, \"rank\": 5098, \"rankvar\": 4357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3560, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4165, \"group\": [1567.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTGAAGAG\", \"ini\": 28, \"clust\": 1637, \"rank\": 4726, \"rankvar\": 4533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3561, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4166, \"group\": [1640.0, 252.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCCTTTCTC\", \"ini\": 27, \"clust\": 1604, \"rank\": 4788, \"rankvar\": 3934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3562, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4167, \"group\": [1606.0, 251.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGCTGAA\", \"ini\": 26, \"clust\": 1523, \"rank\": 5185, \"rankvar\": 4873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3950, \"group\": [1524.0, 247.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGCATCATC\", \"ini\": 25, \"clust\": 2028, \"rank\": 4536, \"rankvar\": 4183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3564, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4287, \"group\": [2026.0, 310.0, 58.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCACGAAATA\", \"ini\": 24, \"clust\": 1669, \"rank\": 4630, \"rankvar\": 3327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3565, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4168, \"group\": [1668.0, 256.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGTAT\", \"ini\": 23, \"clust\": 1525, \"rank\": 4916, \"rankvar\": 4645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3566, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4169, \"group\": [1526.0, 247.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCCTGACT\", \"ini\": 22, \"clust\": 1368, \"rank\": 4972, \"rankvar\": 3309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3567, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4247, \"group\": [1371.0, 241.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGATAGCAT\", \"ini\": 21, \"clust\": 1521, \"rank\": 5006, \"rankvar\": 4849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3568, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4170, \"group\": [1522.0, 247.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGATGGGTC\", \"ini\": 20, \"clust\": 1570, \"rank\": 5148, \"rankvar\": 4523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3569, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4171, \"group\": [1568.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCATTAT\", \"ini\": 19, \"clust\": 1087, \"rank\": 4328, \"rankvar\": 4606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3570, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4288, \"group\": [1088.0, 212.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATCCTAGA\", \"ini\": 18, \"clust\": 1599, \"rank\": 5034, \"rankvar\": 2948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3571, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4172, \"group\": [1599.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCAAACTGTC\", \"ini\": 17, \"clust\": 1561, \"rank\": 4857, \"rankvar\": 3950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3572, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4173, \"group\": [1561.0, 248.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAAGCTGGA\", \"ini\": 16, \"clust\": 1835, \"rank\": 4664, \"rankvar\": 3758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3573, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4174, \"group\": [1835.0, 286.0, 56.0, 13.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAACGCGA\", \"ini\": 15, \"clust\": 1434, \"rank\": 5053, \"rankvar\": 4337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3951, \"group\": [1434.0, 244.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGGCAAAGA\", \"ini\": 14, \"clust\": 1594, \"rank\": 5060, \"rankvar\": 4185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3575, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4175, \"group\": [1594.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCAGTTGAC\", \"ini\": 13, \"clust\": 1687, \"rank\": 5062, \"rankvar\": 4128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3576, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3952, \"group\": [1685.0, 257.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTCGAATCT\", \"ini\": 12, \"clust\": 1600, \"rank\": 5067, \"rankvar\": 4570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3577, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4176, \"group\": [1602.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTTCCGGCA\", \"ini\": 11, \"clust\": 1403, \"rank\": 4974, \"rankvar\": 4623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3578, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4248, \"group\": [1401.0, 242.0, 50.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAACATC\", \"ini\": 10, \"clust\": 1508, \"rank\": 4672, \"rankvar\": 2435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3579, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4289, \"group\": [1508.0, 247.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCAGCTTAG\", \"ini\": 9, \"clust\": 1506, \"rank\": 4893, \"rankvar\": 3331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3580, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4290, \"group\": [1509.0, 247.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTCCCTACT\", \"ini\": 8, \"clust\": 1597, \"rank\": 5081, \"rankvar\": 4647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3581, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4177, \"group\": [1603.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTATTCA\", \"ini\": 7, \"clust\": 1601, \"rank\": 5063, \"rankvar\": 3666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3582, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4249, \"group\": [1600.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCATACTG\", \"ini\": 6, \"clust\": 1602, \"rank\": 5108, \"rankvar\": 4352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3583, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4178, \"group\": [1601.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCGGTCTAA\", \"ini\": 5, \"clust\": 1041, \"rank\": 4898, \"rankvar\": 4115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3584, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4250, \"group\": [1040.0, 197.0, 44.0, 10.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGACCAAG\", \"ini\": 4, \"clust\": 1592, \"rank\": 4981, \"rankvar\": 4566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3585, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4179, \"group\": [1597.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGACACG\", \"ini\": 3, \"clust\": 1515, \"rank\": 4897, \"rankvar\": 4537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3586, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4180, \"group\": [1516.0, 247.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGGAGCGTT\", \"ini\": 2, \"clust\": 1667, \"rank\": 5023, \"rankvar\": 4631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3587, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4181, \"group\": [1669.0, 256.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTAAATGAC\", \"ini\": 1, \"clust\": 1576, \"rank\": 5035, \"rankvar\": 3891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3588, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4182, \"group\": [1577.0, 250.0, 51.0, 12.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}]}}, {\"N_row_var\": \"all\", \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"name\": \"CD11b\", \"ini\": 21, \"clust\": 13, \"rank\": 13, \"rankvar\": 10, \"group\": [8.0, 8.0, 8.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD11c\", \"ini\": 20, \"clust\": 12, \"rank\": 19, \"rankvar\": 18, \"group\": [10.0, 8.0, 8.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD123\", \"ini\": 19, \"clust\": 17, \"rank\": 4, \"rankvar\": 4, \"group\": [14.0, 12.0, 10.0, 6.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD14\", \"ini\": 18, \"clust\": 15, \"rank\": 11, \"rankvar\": 12, \"group\": [11.0, 9.0, 8.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD141\", \"ini\": 17, \"clust\": 18, \"rank\": 5, \"rankvar\": 5, \"group\": [15.0, 13.0, 11.0, 6.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD16\", \"ini\": 16, \"clust\": 5, \"rank\": 9, \"rankvar\": 11, \"group\": [20.0, 18.0, 16.0, 11.0, 9.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD19\", \"ini\": 15, \"clust\": 7, \"rank\": 3, \"rankvar\": 3, \"group\": [5.0, 5.0, 5.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD1c\", \"ini\": 14, \"clust\": 6, \"rank\": 1, \"rankvar\": 1, \"group\": [7.0, 7.0, 7.0, 4.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD206\", \"ini\": 13, \"clust\": 19, \"rank\": 2, \"rankvar\": 2, \"group\": [17.0, 15.0, 13.0, 8.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD24\", \"ini\": 12, \"clust\": 8, \"rank\": 0, \"rankvar\": 0, \"group\": [6.0, 6.0, 6.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD27\", \"ini\": 11, \"clust\": 2, \"rank\": 17, \"rankvar\": 14, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD3\", \"ini\": 10, \"clust\": 3, \"rank\": 8, \"rankvar\": 16, \"group\": [2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD33\", \"ini\": 9, \"clust\": 14, \"rank\": 16, \"rankvar\": 9, \"group\": [9.0, 8.0, 8.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD38\", \"ini\": 8, \"clust\": 9, \"rank\": 14, \"rankvar\": 13, \"group\": [19.0, 17.0, 15.0, 10.0, 8.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD4\", \"ini\": 7, \"clust\": 1, \"rank\": 10, \"rankvar\": 15, \"group\": [3.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD56\", \"ini\": 6, \"clust\": 20, \"rank\": 20, \"rankvar\": 6, \"group\": [18.0, 16.0, 14.0, 9.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD62L\", \"ini\": 5, \"clust\": 0, \"rank\": 15, \"rankvar\": 17, \"group\": [4.0, 4.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD64\", \"ini\": 4, \"clust\": 16, \"rank\": 18, \"rankvar\": 19, \"group\": [12.0, 10.0, 8.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD66b\", \"ini\": 3, \"clust\": 10, \"rank\": 6, \"rankvar\": 7, \"group\": [16.0, 14.0, 12.0, 7.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD8\", \"ini\": 2, \"clust\": 4, \"rank\": 12, \"rankvar\": 20, \"group\": [21.0, 19.0, 17.0, 12.0, 10.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"HLADR\", \"ini\": 1, \"clust\": 11, \"rank\": 7, \"rankvar\": 8, \"group\": [13.0, 11.0, 9.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}], \"col_nodes\": [{\"name\": \"GCATGCGTCCATGAGT\", \"ini\": 5232, \"clust\": 4922, \"rank\": 27, \"rankvar\": 4747, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3589, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5025, \"group\": [4920.0, 927.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCTA\", \"ini\": 5231, \"clust\": 3975, \"rank\": 24, \"rankvar\": 439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3590, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2250, \"group\": [3974.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGTCCGTAT\", \"ini\": 5230, \"clust\": 1788, \"rank\": 14, \"rankvar\": 1256, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3591, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 256, \"group\": [1788.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTCCAACC\", \"ini\": 5229, \"clust\": 5114, \"rank\": 87, \"rankvar\": 30, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3592, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4327, \"group\": [5113.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGCTGTTCA\", \"ini\": 5228, \"clust\": 4114, \"rank\": 72, \"rankvar\": 4459, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3593, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 0, \"group\": [4111.0, 774.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCACATAGC\", \"ini\": 5227, \"clust\": 3957, \"rank\": 31, \"rankvar\": 625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3594, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2251, \"group\": [3957.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCTCTTTCCTC\", \"ini\": 5226, \"clust\": 4113, \"rank\": 109, \"rankvar\": 2311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3595, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 1, \"group\": [4113.0, 774.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGTAGC\", \"ini\": 5225, \"clust\": 3970, \"rank\": 1, \"rankvar\": 4080, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3596, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2252, \"group\": [3970.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACAGTACACT\", \"ini\": 5224, \"clust\": 1920, \"rank\": 48, \"rankvar\": 27, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 257, \"group\": [1919.0, 330.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGGACGAAA\", \"ini\": 5223, \"clust\": 1806, \"rank\": 65, \"rankvar\": 331, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 258, \"group\": [1807.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATGGAGC\", \"ini\": 5222, \"clust\": 5090, \"rank\": 138, \"rankvar\": 99, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4328, \"group\": [5093.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGGGATACC\", \"ini\": 5221, \"clust\": 3964, \"rank\": 18, \"rankvar\": 943, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3600, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2253, \"group\": [3962.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGAGGTG\", \"ini\": 5220, \"clust\": 5112, \"rank\": 116, \"rankvar\": 236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3601, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4329, \"group\": [5116.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGGCCCGTT\", \"ini\": 5219, \"clust\": 4927, \"rank\": 119, \"rankvar\": 21, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3602, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4330, \"group\": [4927.0, 930.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCAGGCCCA\", \"ini\": 5218, \"clust\": 56, \"rank\": 88, \"rankvar\": 5193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3603, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5141, \"group\": [54.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTGACTCAT\", \"ini\": 5217, \"clust\": 5118, \"rank\": 151, \"rankvar\": 110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4331, \"group\": [5117.0, 1004.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTTTACGT\", \"ini\": 5216, \"clust\": 3976, \"rank\": 30, \"rankvar\": 978, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3605, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2254, \"group\": [3975.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATGACCT\", \"ini\": 5215, \"clust\": 3968, \"rank\": 53, \"rankvar\": 472, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2255, \"group\": [3966.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACAGACC\", \"ini\": 5214, \"clust\": 5100, \"rank\": 145, \"rankvar\": 20, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3607, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4332, \"group\": [5099.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATTCGCACTCT\", \"ini\": 5213, \"clust\": 3977, \"rank\": 79, \"rankvar\": 181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3608, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2256, \"group\": [3977.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGCCACCTG\", \"ini\": 5212, \"clust\": 3971, \"rank\": 35, \"rankvar\": 2542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3609, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2257, \"group\": [3971.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGTTTA\", \"ini\": 5211, \"clust\": 3808, \"rank\": 44, \"rankvar\": 762, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3610, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2258, \"group\": [3805.0, 710.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACTTAAGC\", \"ini\": 5210, \"clust\": 3960, \"rank\": 113, \"rankvar\": 616, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3611, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2259, \"group\": [3959.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTAGAGTGAGA\", \"ini\": 5209, \"clust\": 5066, \"rank\": 194, \"rankvar\": 240, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3612, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4333, \"group\": [5070.0, 998.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTGCCTG\", \"ini\": 5208, \"clust\": 3972, \"rank\": 68, \"rankvar\": 1308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3613, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2260, \"group\": [3972.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGCTAAACA\", \"ini\": 5207, \"clust\": 57, \"rank\": 136, \"rankvar\": 5129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3614, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5142, \"group\": [55.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGAGTAAGG\", \"ini\": 5206, \"clust\": 60, \"rank\": 201, \"rankvar\": 4751, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3615, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5143, \"group\": [56.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGTAGCCA\", \"ini\": 5205, \"clust\": 4440, \"rank\": 85, \"rankvar\": 1253, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3616, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4334, \"group\": [4440.0, 849.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCAGACACTT\", \"ini\": 5204, \"clust\": 58, \"rank\": 253, \"rankvar\": 5096, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3617, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5144, \"group\": [59.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGAGAACG\", \"ini\": 5203, \"clust\": 5009, \"rank\": 225, \"rankvar\": 244, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3618, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4291, \"group\": [5008.0, 974.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAATCGAAA\", \"ini\": 5202, \"clust\": 3961, \"rank\": 167, \"rankvar\": 216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3619, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2261, \"group\": [3960.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCCAGTATG\", \"ini\": 5201, \"clust\": 5089, \"rank\": 176, \"rankvar\": 0, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3620, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4335, \"group\": [5094.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTTCCAGTATG\", \"ini\": 5200, \"clust\": 5110, \"rank\": 159, \"rankvar\": 13, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3621, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4336, \"group\": [5110.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCCTCATTA\", \"ini\": 5199, \"clust\": 4929, \"rank\": 77, \"rankvar\": 1190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3622, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4337, \"group\": [4930.0, 931.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTGAGTGT\", \"ini\": 5198, \"clust\": 1863, \"rank\": 183, \"rankvar\": 70, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 259, \"group\": [1862.0, 297.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCACGACTA\", \"ini\": 5197, \"clust\": 1789, \"rank\": 146, \"rankvar\": 280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 260, \"group\": [1789.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGTTCGATC\", \"ini\": 5196, \"clust\": 5102, \"rank\": 249, \"rankvar\": 88, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4338, \"group\": [5103.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCGTGGGAA\", \"ini\": 5195, \"clust\": 4061, \"rank\": 163, \"rankvar\": 1547, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2262, \"group\": [4060.0, 758.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTGTCAATC\", \"ini\": 5194, \"clust\": 61, \"rank\": 314, \"rankvar\": 4783, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3627, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5145, \"group\": [57.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAATCAGAA\", \"ini\": 5193, \"clust\": 5070, \"rank\": 197, \"rankvar\": 129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3628, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4339, \"group\": [5071.0, 998.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTCAGAAGC\", \"ini\": 5192, \"clust\": 4924, \"rank\": 102, \"rankvar\": 264, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3629, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 261, \"group\": [4925.0, 929.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGAGAGCTC\", \"ini\": 5191, \"clust\": 3958, \"rank\": 126, \"rankvar\": 1376, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3630, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2263, \"group\": [3958.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAGGAACGT\", \"ini\": 5190, \"clust\": 5010, \"rank\": 300, \"rankvar\": 329, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3631, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4292, \"group\": [5009.0, 974.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTTCTGAAC\", \"ini\": 5189, \"clust\": 4021, \"rank\": 121, \"rankvar\": 818, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3632, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2264, \"group\": [4019.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAAAGGTGC\", \"ini\": 5188, \"clust\": 4960, \"rank\": 285, \"rankvar\": 527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3633, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4340, \"group\": [4963.0, 946.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTGGTATG\", \"ini\": 5187, \"clust\": 3978, \"rank\": 160, \"rankvar\": 76, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3634, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2265, \"group\": [3978.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTTCTGAAC\", \"ini\": 5186, \"clust\": 5091, \"rank\": 235, \"rankvar\": 32, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3635, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4341, \"group\": [5092.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTGTCTAT\", \"ini\": 5185, \"clust\": 3969, \"rank\": 165, \"rankvar\": 613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3636, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2266, \"group\": [3967.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTCGAATCT\", \"ini\": 5184, \"clust\": 4964, \"rank\": 233, \"rankvar\": 284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3637, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4342, \"group\": [4964.0, 947.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGAATCCA\", \"ini\": 5183, \"clust\": 4444, \"rank\": 181, \"rankvar\": 966, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3638, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4343, \"group\": [4442.0, 849.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTCACAAGG\", \"ini\": 5182, \"clust\": 1847, \"rank\": 168, \"rankvar\": 390, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3639, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 262, \"group\": [1847.0, 292.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCTAACTTC\", \"ini\": 5181, \"clust\": 5071, \"rank\": 283, \"rankvar\": 81, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3640, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4344, \"group\": [5072.0, 998.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAGTCAGAG\", \"ini\": 5180, \"clust\": 6, \"rank\": 178, \"rankvar\": 3168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3641, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4345, \"group\": [7.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACTTATC\", \"ini\": 5179, \"clust\": 4445, \"rank\": 131, \"rankvar\": 561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3642, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4346, \"group\": [4443.0, 849.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCAAGGTAA\", \"ini\": 5178, \"clust\": 4441, \"rank\": 132, \"rankvar\": 551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3643, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4347, \"group\": [4441.0, 849.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTACCGGCT\", \"ini\": 5177, \"clust\": 5104, \"rank\": 279, \"rankvar\": 83, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3644, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4348, \"group\": [5105.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAGTCGGCACT\", \"ini\": 5176, \"clust\": 4958, \"rank\": 221, \"rankvar\": 289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3645, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4349, \"group\": [4959.0, 946.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATCGTCGG\", \"ini\": 5175, \"clust\": 4959, \"rank\": 280, \"rankvar\": 270, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3646, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4350, \"group\": [4960.0, 946.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTGACGTT\", \"ini\": 5174, \"clust\": 5111, \"rank\": 223, \"rankvar\": 1, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3647, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4351, \"group\": [5111.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGGTTAAC\", \"ini\": 5173, \"clust\": 5107, \"rank\": 268, \"rankvar\": 11, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3648, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4352, \"group\": [5107.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTTCGGCAC\", \"ini\": 5172, \"clust\": 3944, \"rank\": 238, \"rankvar\": 269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3649, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2267, \"group\": [3947.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGTCGTACT\", \"ini\": 5171, \"clust\": 5068, \"rank\": 374, \"rankvar\": 255, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3650, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4353, \"group\": [5067.0, 998.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCGAATCCA\", \"ini\": 5170, \"clust\": 5042, \"rank\": 246, \"rankvar\": 93, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3651, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4354, \"group\": [5043.0, 988.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATACGCTA\", \"ini\": 5169, \"clust\": 3898, \"rank\": 338, \"rankvar\": 430, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3652, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2268, \"group\": [3898.0, 740.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCCGTC\", \"ini\": 5168, \"clust\": 4011, \"rank\": 122, \"rankvar\": 2272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3653, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2269, \"group\": [4013.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACAAGACACG\", \"ini\": 5167, \"clust\": 4925, \"rank\": 172, \"rankvar\": 35, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 263, \"group\": [4926.0, 929.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTCCAGTTA\", \"ini\": 5166, \"clust\": 5119, \"rank\": 261, \"rankvar\": 4, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3655, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4355, \"group\": [5118.0, 1004.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTATCAGTGCAT\", \"ini\": 5165, \"clust\": 5117, \"rank\": 241, \"rankvar\": 85, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3656, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4356, \"group\": [5119.0, 1004.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCATCTACCTGC\", \"ini\": 5164, \"clust\": 4443, \"rank\": 200, \"rankvar\": 678, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3657, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4357, \"group\": [4444.0, 849.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGTACGCCC\", \"ini\": 5163, \"clust\": 4012, \"rank\": 169, \"rankvar\": 2810, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3658, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2270, \"group\": [4011.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGTAAACT\", \"ini\": 5162, \"clust\": 4449, \"rank\": 289, \"rankvar\": 313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4358, \"group\": [4448.0, 850.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGTGTGGT\", \"ini\": 5161, \"clust\": 5002, \"rank\": 271, \"rankvar\": 507, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3660, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4293, \"group\": [5001.0, 972.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTATA\", \"ini\": 5160, \"clust\": 1787, \"rank\": 127, \"rankvar\": 1657, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 264, \"group\": [1790.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACATGCAACT\", \"ini\": 5159, \"clust\": 3965, \"rank\": 103, \"rankvar\": 2521, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3662, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2271, \"group\": [3963.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCACCGGGT\", \"ini\": 5158, \"clust\": 4971, \"rank\": 298, \"rankvar\": 346, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3663, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4359, \"group\": [4970.0, 950.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGATGGGTC\", \"ini\": 5157, \"clust\": 3973, \"rank\": 106, \"rankvar\": 1632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3664, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2272, \"group\": [3973.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTATGGTTC\", \"ini\": 5156, \"clust\": 5084, \"rank\": 324, \"rankvar\": 162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3665, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4360, \"group\": [5089.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTATCGAA\", \"ini\": 5155, \"clust\": 3799, \"rank\": 256, \"rankvar\": 1688, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3666, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 265, \"group\": [3798.0, 707.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCATGAGT\", \"ini\": 5154, \"clust\": 5069, \"rank\": 391, \"rankvar\": 66, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3667, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4361, \"group\": [5068.0, 998.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGCTATCT\", \"ini\": 5153, \"clust\": 4111, \"rank\": 523, \"rankvar\": 3556, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3668, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 2, \"group\": [4109.0, 774.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGGTTACCT\", \"ini\": 5152, \"clust\": 4130, \"rank\": 450, \"rankvar\": 2115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3669, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 3, \"group\": [4126.0, 777.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCACCCATGG\", \"ini\": 5151, \"clust\": 1797, \"rank\": 180, \"rankvar\": 23, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3670, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 266, \"group\": [1799.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGGTGTAG\", \"ini\": 5150, \"clust\": 3959, \"rank\": 188, \"rankvar\": 619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3671, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2273, \"group\": [3961.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCCCAGGTG\", \"ini\": 5149, \"clust\": 4928, \"rank\": 243, \"rankvar\": 145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3672, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2274, \"group\": [4928.0, 930.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGTATGCT\", \"ini\": 5148, \"clust\": 1793, \"rank\": 202, \"rankvar\": 126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3673, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 267, \"group\": [1793.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTTAAGAAC\", \"ini\": 5147, \"clust\": 3942, \"rank\": 112, \"rankvar\": 3901, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3674, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2275, \"group\": [3941.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCATGTCGAT\", \"ini\": 5146, \"clust\": 4995, \"rank\": 388, \"rankvar\": 428, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3675, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2276, \"group\": [4995.0, 969.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCATAGAAAC\", \"ini\": 5145, \"clust\": 1799, \"rank\": 179, \"rankvar\": 408, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 268, \"group\": [1796.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGCACCGCT\", \"ini\": 5144, \"clust\": 4051, \"rank\": 292, \"rankvar\": 513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3677, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2277, \"group\": [4051.0, 756.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTCTCTCGT\", \"ini\": 5143, \"clust\": 1807, \"rank\": 274, \"rankvar\": 34, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 269, \"group\": [1808.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAAGAAAGG\", \"ini\": 5142, \"clust\": 4457, \"rank\": 226, \"rankvar\": 221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3679, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4362, \"group\": [4456.0, 854.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGGCATGGT\", \"ini\": 5141, \"clust\": 4919, \"rank\": 327, \"rankvar\": 567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3680, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4363, \"group\": [4924.0, 928.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGGTCATCT\", \"ini\": 5140, \"clust\": 59, \"rank\": 359, \"rankvar\": 3835, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3681, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5146, \"group\": [58.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAAT\", \"ini\": 5139, \"clust\": 4996, \"rank\": 399, \"rankvar\": 28, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3682, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4294, \"group\": [4996.0, 969.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCAGCGC\", \"ini\": 5138, \"clust\": 5005, \"rank\": 377, \"rankvar\": 205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3683, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4295, \"group\": [5005.0, 973.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAATCTCC\", \"ini\": 5137, \"clust\": 3899, \"rank\": 348, \"rankvar\": 353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3684, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2278, \"group\": [3896.0, 740.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTTCCACGG\", \"ini\": 5136, \"clust\": 1862, \"rank\": 301, \"rankvar\": 139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3685, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 270, \"group\": [1864.0, 297.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGCTGGCT\", \"ini\": 5135, \"clust\": 4972, \"rank\": 318, \"rankvar\": 1031, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3686, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5026, \"group\": [4971.0, 950.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGGCCCTTG\", \"ini\": 5134, \"clust\": 5012, \"rank\": 398, \"rankvar\": 379, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3687, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4296, \"group\": [5012.0, 975.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCCTTTACA\", \"ini\": 5133, \"clust\": 5082, \"rank\": 382, \"rankvar\": 56, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3688, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4364, \"group\": [5081.0, 1001.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCTCCCTGA\", \"ini\": 5132, \"clust\": 5022, \"rank\": 507, \"rankvar\": 242, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3689, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4365, \"group\": [5022.0, 980.0, 158.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGTTGG\", \"ini\": 5131, \"clust\": 4022, \"rank\": 264, \"rankvar\": 1313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3690, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2279, \"group\": [4020.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGAAGCA\", \"ini\": 5130, \"clust\": 3807, \"rank\": 135, \"rankvar\": 1538, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3691, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2280, \"group\": [3807.0, 710.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCTGGTCG\", \"ini\": 5129, \"clust\": 4337, \"rank\": 307, \"rankvar\": 4904, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3692, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5027, \"group\": [4338.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCAAAGACA\", \"ini\": 5128, \"clust\": 5106, \"rank\": 429, \"rankvar\": 75, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3693, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4366, \"group\": [5109.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCTCCGAAGAG\", \"ini\": 5127, \"clust\": 3948, \"rank\": 267, \"rankvar\": 1263, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2281, \"group\": [3951.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCAGCACAT\", \"ini\": 5126, \"clust\": 4332, \"rank\": 216, \"rankvar\": 4685, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3695, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5028, \"group\": [4331.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCAGGTCCAC\", \"ini\": 5125, \"clust\": 3914, \"rank\": 218, \"rankvar\": 2446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2282, \"group\": [3910.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGTGCAT\", \"ini\": 5124, \"clust\": 3906, \"rank\": 193, \"rankvar\": 1076, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2283, \"group\": [3906.0, 744.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCAAGTAGTA\", \"ini\": 5123, \"clust\": 1848, \"rank\": 341, \"rankvar\": 420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 271, \"group\": [1848.0, 292.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCTGTCTA\", \"ini\": 5122, \"clust\": 64, \"rank\": 505, \"rankvar\": 4876, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3699, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5147, \"group\": [62.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTGCGCTTG\", \"ini\": 5121, \"clust\": 5003, \"rank\": 404, \"rankvar\": 691, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3700, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4297, \"group\": [5002.0, 972.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGATGTT\", \"ini\": 5120, \"clust\": 5083, \"rank\": 444, \"rankvar\": 169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3701, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4367, \"group\": [5082.0, 1001.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACTTACGA\", \"ini\": 5119, \"clust\": 1780, \"rank\": 303, \"rankvar\": 22, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3702, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 272, \"group\": [1779.0, 283.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCAGCTGTAT\", \"ini\": 5118, \"clust\": 4453, \"rank\": 393, \"rankvar\": 254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3703, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4368, \"group\": [4452.0, 852.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGCTCAACT\", \"ini\": 5117, \"clust\": 4961, \"rank\": 395, \"rankvar\": 703, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3704, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4369, \"group\": [4961.0, 946.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCAACGG\", \"ini\": 5116, \"clust\": 1785, \"rank\": 251, \"rankvar\": 984, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 273, \"group\": [1786.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTTAAGATG\", \"ini\": 5115, \"clust\": 3962, \"rank\": 199, \"rankvar\": 1822, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3706, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2284, \"group\": [3965.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTGTATGGG\", \"ini\": 5114, \"clust\": 4062, \"rank\": 320, \"rankvar\": 1794, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3707, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2285, \"group\": [4061.0, 758.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCATACGCCG\", \"ini\": 5113, \"clust\": 5000, \"rank\": 329, \"rankvar\": 716, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 274, \"group\": [5004.0, 972.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGCTGTCTA\", \"ini\": 5112, \"clust\": 4139, \"rank\": 694, \"rankvar\": 4517, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3709, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 4, \"group\": [4136.0, 779.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCAGCTTAG\", \"ini\": 5111, \"clust\": 3974, \"rank\": 273, \"rankvar\": 121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3710, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2286, \"group\": [3976.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGTGTCCCG\", \"ini\": 5110, \"clust\": 3943, \"rank\": 204, \"rankvar\": 3647, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3711, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2287, \"group\": [3942.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGTGACCA\", \"ini\": 5109, \"clust\": 1857, \"rank\": 483, \"rankvar\": 80, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 275, \"group\": [1858.0, 295.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAAGCCATT\", \"ini\": 5108, \"clust\": 3955, \"rank\": 296, \"rankvar\": 1072, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3713, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2288, \"group\": [3954.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGATGGGTC\", \"ini\": 5107, \"clust\": 3806, \"rank\": 192, \"rankvar\": 1364, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3714, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2289, \"group\": [3808.0, 710.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAGGCGATA\", \"ini\": 5106, \"clust\": 4968, \"rank\": 636, \"rankvar\": 464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3715, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4370, \"group\": [4967.0, 949.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAACGTGG\", \"ini\": 5105, \"clust\": 4060, \"rank\": 396, \"rankvar\": 1293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3716, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2290, \"group\": [4062.0, 758.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCTAACTCT\", \"ini\": 5104, \"clust\": 1800, \"rank\": 244, \"rankvar\": 260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3717, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 276, \"group\": [1797.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCCGCAAGC\", \"ini\": 5103, \"clust\": 4331, \"rank\": 418, \"rankvar\": 4479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3718, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5029, \"group\": [4333.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGGAATCG\", \"ini\": 5102, \"clust\": 1828, \"rank\": 472, \"rankvar\": 166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3719, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 277, \"group\": [1832.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGTCAAGGC\", \"ini\": 5101, \"clust\": 4969, \"rank\": 455, \"rankvar\": 122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3720, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4371, \"group\": [4968.0, 949.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCCATTTA\", \"ini\": 5100, \"clust\": 3995, \"rank\": 312, \"rankvar\": 2922, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3721, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2291, \"group\": [3997.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGTCAAGGC\", \"ini\": 5099, \"clust\": 5059, \"rank\": 713, \"rankvar\": 108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3722, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4372, \"group\": [5059.0, 996.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTGGTGTA\", \"ini\": 5098, \"clust\": 5047, \"rank\": 545, \"rankvar\": 546, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4373, \"group\": [5047.0, 991.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCCCGACTT\", \"ini\": 5097, \"clust\": 5061, \"rank\": 807, \"rankvar\": 1001, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3724, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4374, \"group\": [5062.0, 997.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATGACGGA\", \"ini\": 5096, \"clust\": 3900, \"rank\": 479, \"rankvar\": 389, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2292, \"group\": [3897.0, 740.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAGTTGAC\", \"ini\": 5095, \"clust\": 4112, \"rank\": 656, \"rankvar\": 1897, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3726, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 5, \"group\": [4110.0, 774.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGGCACA\", \"ini\": 5094, \"clust\": 3967, \"rank\": 258, \"rankvar\": 662, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3727, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2293, \"group\": [3968.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACAGATTGCT\", \"ini\": 5093, \"clust\": 1796, \"rank\": 335, \"rankvar\": 98, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3728, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 278, \"group\": [1800.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATACAGCT\", \"ini\": 5092, \"clust\": 5013, \"rank\": 477, \"rankvar\": 150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3729, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4298, \"group\": [5013.0, 975.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCTGGTA\", \"ini\": 5091, \"clust\": 4933, \"rank\": 354, \"rankvar\": 273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3730, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4375, \"group\": [4932.0, 932.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGAGCGAT\", \"ini\": 5090, \"clust\": 1731, \"rank\": 512, \"rankvar\": 371, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3731, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 279, \"group\": [1731.0, 269.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGATGAGC\", \"ini\": 5089, \"clust\": 1779, \"rank\": 343, \"rankvar\": 58, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3732, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 280, \"group\": [1781.0, 283.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCTGCCCTA\", \"ini\": 5088, \"clust\": 5034, \"rank\": 440, \"rankvar\": 128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3733, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4376, \"group\": [5032.0, 984.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGCAACGGT\", \"ini\": 5087, \"clust\": 66, \"rank\": 533, \"rankvar\": 4967, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3734, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5148, \"group\": [66.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAATCTCC\", \"ini\": 5086, \"clust\": 5140, \"rank\": 820, \"rankvar\": 607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3735, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4377, \"group\": [5141.0, 1021.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTCATTTGCCC\", \"ini\": 5085, \"clust\": 1795, \"rank\": 383, \"rankvar\": 17, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3736, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 281, \"group\": [1801.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGATGGAA\", \"ini\": 5084, \"clust\": 4934, \"rank\": 295, \"rankvar\": 1252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3737, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2294, \"group\": [4933.0, 932.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGACAGACC\", \"ini\": 5083, \"clust\": 4926, \"rank\": 380, \"rankvar\": 310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3738, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4378, \"group\": [4929.0, 930.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATTATCTC\", \"ini\": 5082, \"clust\": 5064, \"rank\": 759, \"rankvar\": 387, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3739, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4379, \"group\": [5064.0, 997.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATTAACCG\", \"ini\": 5081, \"clust\": 4035, \"rank\": 364, \"rankvar\": 2829, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3740, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2295, \"group\": [4032.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGTCGCCGT\", \"ini\": 5080, \"clust\": 4333, \"rank\": 466, \"rankvar\": 3422, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3741, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5030, \"group\": [4332.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGACGTAG\", \"ini\": 5079, \"clust\": 5006, \"rank\": 527, \"rankvar\": 470, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3742, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2296, \"group\": [5006.0, 973.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTCCTATA\", \"ini\": 5078, \"clust\": 3950, \"rank\": 361, \"rankvar\": 926, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3743, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2297, \"group\": [3948.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACACAAGTAA\", \"ini\": 5077, \"clust\": 4943, \"rank\": 488, \"rankvar\": 543, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3744, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4380, \"group\": [4943.0, 939.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTGGTGTA\", \"ini\": 5076, \"clust\": 5120, \"rank\": 677, \"rankvar\": 307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3745, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4381, \"group\": [5121.0, 1006.0, 161.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGACAGCT\", \"ini\": 5075, \"clust\": 5007, \"rank\": 594, \"rankvar\": 31, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3746, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4299, \"group\": [5011.0, 974.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTAGAGGTACC\", \"ini\": 5074, \"clust\": 5001, \"rank\": 538, \"rankvar\": 123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3747, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4300, \"group\": [5003.0, 972.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCACGACTA\", \"ini\": 5073, \"clust\": 4014, \"rank\": 390, \"rankvar\": 1241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3748, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2298, \"group\": [4014.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCATCCGTGG\", \"ini\": 5072, \"clust\": 3904, \"rank\": 269, \"rankvar\": 2876, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3749, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2299, \"group\": [3904.0, 744.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTTCGCACTCT\", \"ini\": 5071, \"clust\": 4459, \"rank\": 425, \"rankvar\": 1026, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3750, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4382, \"group\": [4458.0, 854.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCCCTTGT\", \"ini\": 5070, \"clust\": 4030, \"rank\": 368, \"rankvar\": 2180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3751, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2300, \"group\": [4029.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGGTCCAC\", \"ini\": 5069, \"clust\": 3946, \"rank\": 375, \"rankvar\": 1348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3752, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2301, \"group\": [3944.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACTCTTA\", \"ini\": 5068, \"clust\": 4944, \"rank\": 624, \"rankvar\": 101, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3753, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4383, \"group\": [4944.0, 939.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAATCCGAT\", \"ini\": 5067, \"clust\": 4992, \"rank\": 580, \"rankvar\": 227, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3754, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4301, \"group\": [4992.0, 967.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCCACGACG\", \"ini\": 5066, \"clust\": 67, \"rank\": 639, \"rankvar\": 5025, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3755, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5149, \"group\": [64.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGAAGCA\", \"ini\": 5065, \"clust\": 3, \"rank\": 687, \"rankvar\": 1081, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3756, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4384, \"group\": [6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCACCACGTG\", \"ini\": 5064, \"clust\": 1868, \"rank\": 420, \"rankvar\": 566, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 282, \"group\": [1868.0, 299.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGGTA\", \"ini\": 5063, \"clust\": 1772, \"rank\": 409, \"rankvar\": 120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 283, \"group\": [1773.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCATGTCTT\", \"ini\": 5062, \"clust\": 4940, \"rank\": 542, \"rankvar\": 723, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3759, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4385, \"group\": [4941.0, 939.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTTACGGG\", \"ini\": 5061, \"clust\": 1864, \"rank\": 511, \"rankvar\": 3, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 284, \"group\": [1863.0, 297.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTCTACCTC\", \"ini\": 5060, \"clust\": 4941, \"rank\": 633, \"rankvar\": 870, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3761, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4386, \"group\": [4942.0, 939.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATGTTCCAACA\", \"ini\": 5059, \"clust\": 1808, \"rank\": 489, \"rankvar\": 63, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3762, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 285, \"group\": [1809.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTAGCTCCG\", \"ini\": 5058, \"clust\": 4460, \"rank\": 462, \"rankvar\": 375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3763, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4387, \"group\": [4459.0, 854.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAACAACA\", \"ini\": 5057, \"clust\": 1818, \"rank\": 331, \"rankvar\": 719, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 286, \"group\": [1818.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTTCTCG\", \"ini\": 5056, \"clust\": 75, \"rank\": 951, \"rankvar\": 2028, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5150, \"group\": [75.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAATGAAAC\", \"ini\": 5055, \"clust\": 55, \"rank\": 786, \"rankvar\": 4784, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3766, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5151, \"group\": [60.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCGCCTA\", \"ini\": 5054, \"clust\": 3990, \"rank\": 428, \"rankvar\": 1464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3767, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2302, \"group\": [3990.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAGGGTACA\", \"ini\": 5053, \"clust\": 1841, \"rank\": 500, \"rankvar\": 475, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 287, \"group\": [1841.0, 290.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTCTTCTCG\", \"ini\": 5052, \"clust\": 1720, \"rank\": 604, \"rankvar\": 2, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 288, \"group\": [1719.0, 259.0, 50.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCCATCGTCGG\", \"ini\": 5051, \"clust\": 4923, \"rank\": 426, \"rankvar\": 3072, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3770, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5031, \"group\": [4921.0, 927.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTGTACATGTC\", \"ini\": 5050, \"clust\": 4956, \"rank\": 611, \"rankvar\": 842, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3771, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4388, \"group\": [4956.0, 945.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCAGCTAT\", \"ini\": 5049, \"clust\": 4965, \"rank\": 684, \"rankvar\": 291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3772, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4389, \"group\": [4965.0, 947.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTACGACCC\", \"ini\": 5048, \"clust\": 1792, \"rank\": 525, \"rankvar\": 111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3773, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 289, \"group\": [1795.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCGGCATCG\", \"ini\": 5047, \"clust\": 4121, \"rank\": 715, \"rankvar\": 4077, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3774, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 6, \"group\": [4119.0, 776.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTGTGGCC\", \"ini\": 5046, \"clust\": 3953, \"rank\": 461, \"rankvar\": 814, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3775, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2303, \"group\": [3952.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCAACACCA\", \"ini\": 5045, \"clust\": 4029, \"rank\": 427, \"rankvar\": 1535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3776, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2304, \"group\": [4031.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACACATGACT\", \"ini\": 5044, \"clust\": 4932, \"rank\": 445, \"rankvar\": 2252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3777, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4390, \"group\": [4934.0, 933.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCATCCGCGA\", \"ini\": 5043, \"clust\": 5103, \"rank\": 539, \"rankvar\": 38, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3778, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4391, \"group\": [5104.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTAGGC\", \"ini\": 5042, \"clust\": 4963, \"rank\": 513, \"rankvar\": 209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3779, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4392, \"group\": [4966.0, 948.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAGGGCATA\", \"ini\": 5041, \"clust\": 4957, \"rank\": 659, \"rankvar\": 851, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3780, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4393, \"group\": [4957.0, 945.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGATGCCTT\", \"ini\": 5040, \"clust\": 3963, \"rank\": 276, \"rankvar\": 3343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3781, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2305, \"group\": [3964.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTCCACAA\", \"ini\": 5039, \"clust\": 5016, \"rank\": 658, \"rankvar\": 426, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3782, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4302, \"group\": [5015.0, 977.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAAGCGATG\", \"ini\": 5038, \"clust\": 1764, \"rank\": 423, \"rankvar\": 2667, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3783, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 290, \"group\": [1765.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGACACTAA\", \"ini\": 5037, \"clust\": 5004, \"rank\": 414, \"rankvar\": 207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3784, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4303, \"group\": [5007.0, 973.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTAGAGTC\", \"ini\": 5036, \"clust\": 68, \"rank\": 853, \"rankvar\": 4790, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3785, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5152, \"group\": [65.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATATGCTG\", \"ini\": 5035, \"clust\": 1706, \"rank\": 746, \"rankvar\": 878, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 291, \"group\": [1707.0, 251.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTCGTACT\", \"ini\": 5034, \"clust\": 4997, \"rank\": 757, \"rankvar\": 775, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3787, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4304, \"group\": [5000.0, 971.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGAGGGTCGAT\", \"ini\": 5033, \"clust\": 4037, \"rank\": 476, \"rankvar\": 391, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3788, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2306, \"group\": [4037.0, 754.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACATATACCG\", \"ini\": 5032, \"clust\": 4984, \"rank\": 645, \"rankvar\": 467, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3789, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4394, \"group\": [4985.0, 962.0, 155.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTACAGTGG\", \"ini\": 5031, \"clust\": 3114, \"rank\": 925, \"rankvar\": 1854, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3790, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 292, \"group\": [3115.0, 432.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACGCGAAA\", \"ini\": 5030, \"clust\": 3947, \"rank\": 410, \"rankvar\": 632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3791, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2307, \"group\": [3945.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCACATAGC\", \"ini\": 5029, \"clust\": 54, \"rank\": 773, \"rankvar\": 4382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3792, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5153, \"group\": [61.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACAGCCACCA\", \"ini\": 5028, \"clust\": 5048, \"rank\": 628, \"rankvar\": 62, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3793, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4395, \"group\": [5048.0, 991.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTGACGGTA\", \"ini\": 5027, \"clust\": 72, \"rank\": 867, \"rankvar\": 4863, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3794, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5154, \"group\": [72.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGGCA\", \"ini\": 5026, \"clust\": 3945, \"rank\": 480, \"rankvar\": 854, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3795, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2308, \"group\": [3946.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGTGCC\", \"ini\": 5025, \"clust\": 4991, \"rank\": 592, \"rankvar\": 287, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3796, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4396, \"group\": [4994.0, 968.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGACAGGCT\", \"ini\": 5024, \"clust\": 4446, \"rank\": 569, \"rankvar\": 1108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3797, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4397, \"group\": [4446.0, 850.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTAAAGTCA\", \"ini\": 5023, \"clust\": 1798, \"rank\": 443, \"rankvar\": 82, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3798, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 293, \"group\": [1798.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGTCGATT\", \"ini\": 5022, \"clust\": 3329, \"rank\": 1032, \"rankvar\": 671, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 294, \"group\": [3328.0, 508.0, 75.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCGGCATC\", \"ini\": 5021, \"clust\": 3916, \"rank\": 502, \"rankvar\": 918, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3800, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2309, \"group\": [3912.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAGTACATCCA\", \"ini\": 5020, \"clust\": 1782, \"rank\": 446, \"rankvar\": 702, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3801, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 295, \"group\": [1785.0, 284.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACAGTCAGAG\", \"ini\": 5019, \"clust\": 1790, \"rank\": 437, \"rankvar\": 156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3802, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 296, \"group\": [1791.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAAGTCATC\", \"ini\": 5018, \"clust\": 4019, \"rank\": 546, \"rankvar\": 2046, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2310, \"group\": [4024.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTTTGGCGC\", \"ini\": 5017, \"clust\": 1736, \"rank\": 843, \"rankvar\": 320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 297, \"group\": [1737.0, 271.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTAATGA\", \"ini\": 5016, \"clust\": 63, \"rank\": 1139, \"rankvar\": 5189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3805, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5155, \"group\": [73.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACATTGGCGC\", \"ini\": 5015, \"clust\": 3809, \"rank\": 421, \"rankvar\": 335, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3806, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 298, \"group\": [3806.0, 710.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGACAGACC\", \"ini\": 5014, \"clust\": 5230, \"rank\": 1179, \"rankvar\": 1176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3807, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4398, \"group\": [5230.0, 1088.0, 188.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTGCAACGA\", \"ini\": 5013, \"clust\": 65, \"rank\": 972, \"rankvar\": 4853, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3808, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5156, \"group\": [63.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCATGCCACG\", \"ini\": 5012, \"clust\": 4921, \"rank\": 452, \"rankvar\": 3622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3809, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5032, \"group\": [4922.0, 927.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAGGTTAT\", \"ini\": 5011, \"clust\": 3125, \"rank\": 770, \"rankvar\": 609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3810, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 299, \"group\": [3123.0, 437.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCAACACTG\", \"ini\": 5010, \"clust\": 4998, \"rank\": 950, \"rankvar\": 178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3811, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4305, \"group\": [4998.0, 970.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGCGATCC\", \"ini\": 5009, \"clust\": 4, \"rank\": 1026, \"rankvar\": 4794, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3812, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5157, \"group\": [4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCTGCTGTC\", \"ini\": 5008, \"clust\": 4461, \"rank\": 305, \"rankvar\": 659, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3813, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4399, \"group\": [4462.0, 856.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGGTTAAGGGC\", \"ini\": 5007, \"clust\": 3966, \"rank\": 370, \"rankvar\": 1359, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3814, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2311, \"group\": [3969.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGCTAGCC\", \"ini\": 5006, \"clust\": 5044, \"rank\": 501, \"rankvar\": 84, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3815, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4400, \"group\": [5045.0, 989.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTACCGTTA\", \"ini\": 5005, \"clust\": 4054, \"rank\": 549, \"rankvar\": 545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3816, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2312, \"group\": [4053.0, 757.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGTTTCCTT\", \"ini\": 5004, \"clust\": 3124, \"rank\": 654, \"rankvar\": 18, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3817, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 300, \"group\": [3125.0, 437.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGTAGCCGA\", \"ini\": 5003, \"clust\": 5045, \"rank\": 541, \"rankvar\": 170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3818, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4401, \"group\": [5046.0, 990.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGGTTACCT\", \"ini\": 5002, \"clust\": 1549, \"rank\": 308, \"rankvar\": 4165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3819, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2829, \"group\": [1550.0, 169.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGATGGTC\", \"ini\": 5001, \"clust\": 1811, \"rank\": 688, \"rankvar\": 94, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 301, \"group\": [1811.0, 286.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTAGCGCTC\", \"ini\": 5000, \"clust\": 3940, \"rank\": 360, \"rankvar\": 1871, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3821, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2313, \"group\": [3938.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTAAACACA\", \"ini\": 4999, \"clust\": 4353, \"rank\": 631, \"rankvar\": 2040, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3822, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5033, \"group\": [4351.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTACAGAA\", \"ini\": 4998, \"clust\": 1778, \"rank\": 465, \"rankvar\": 176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 302, \"group\": [1782.0, 283.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGCCAGAA\", \"ini\": 4997, \"clust\": 1685, \"rank\": 439, \"rankvar\": 929, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 303, \"group\": [1685.0, 235.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTATCAGTTCGA\", \"ini\": 4996, \"clust\": 1740, \"rank\": 803, \"rankvar\": 131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3825, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 304, \"group\": [1743.0, 272.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCAGCCAGAA\", \"ini\": 4995, \"clust\": 3928, \"rank\": 665, \"rankvar\": 1234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3826, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2314, \"group\": [3928.0, 749.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTTTAGGAA\", \"ini\": 4994, \"clust\": 3902, \"rank\": 484, \"rankvar\": 1254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3827, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2315, \"group\": [3901.0, 743.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCGATATG\", \"ini\": 4993, \"clust\": 4962, \"rank\": 586, \"rankvar\": 500, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3828, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4402, \"group\": [4962.0, 946.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCGTTT\", \"ini\": 4992, \"clust\": 4359, \"rank\": 701, \"rankvar\": 2748, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3829, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5034, \"group\": [4358.0, 817.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGACTTGAA\", \"ini\": 4991, \"clust\": 3107, \"rank\": 755, \"rankvar\": 2017, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 305, \"group\": [3108.0, 430.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGTCACGCC\", \"ini\": 4990, \"clust\": 4326, \"rank\": 642, \"rankvar\": 4189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3831, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5035, \"group\": [4326.0, 812.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGAGTACAT\", \"ini\": 4989, \"clust\": 4124, \"rank\": 1271, \"rankvar\": 3791, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3832, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 7, \"group\": [4138.0, 780.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCAGTCCCT\", \"ini\": 4988, \"clust\": 1829, \"rank\": 739, \"rankvar\": 57, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 306, \"group\": [1831.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCCCAGCT\", \"ini\": 4987, \"clust\": 3803, \"rank\": 632, \"rankvar\": 253, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 307, \"group\": [3803.0, 710.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCCACCTCGGA\", \"ini\": 4986, \"clust\": 4967, \"rank\": 993, \"rankvar\": 204, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3835, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4403, \"group\": [4969.0, 949.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACGTGCACTTA\", \"ini\": 4985, \"clust\": 3841, \"rank\": 776, \"rankvar\": 2173, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3836, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2316, \"group\": [3839.0, 723.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCTGGCGTG\", \"ini\": 4984, \"clust\": 4013, \"rank\": 536, \"rankvar\": 519, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3837, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2317, \"group\": [4012.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACATAGC\", \"ini\": 4983, \"clust\": 5147, \"rank\": 1008, \"rankvar\": 211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3838, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4404, \"group\": [5147.0, 1025.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTACAGTTC\", \"ini\": 4982, \"clust\": 4993, \"rank\": 630, \"rankvar\": 161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3839, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4306, \"group\": [4993.0, 967.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCACCGTAA\", \"ini\": 4981, \"clust\": 4974, \"rank\": 808, \"rankvar\": 3681, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3840, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4307, \"group\": [4974.0, 952.0, 152.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCAAACCTAC\", \"ini\": 4980, \"clust\": 4994, \"rank\": 990, \"rankvar\": 72, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3841, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4308, \"group\": [4997.0, 969.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTTCCTTC\", \"ini\": 4979, \"clust\": 1770, \"rank\": 719, \"rankvar\": 167, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3842, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 308, \"group\": [1771.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACAAGACG\", \"ini\": 4978, \"clust\": 4128, \"rank\": 1037, \"rankvar\": 2869, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3843, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 8, \"group\": [4124.0, 777.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTATAGGGC\", \"ini\": 4977, \"clust\": 1839, \"rank\": 813, \"rankvar\": 107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3844, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 309, \"group\": [1839.0, 290.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCATGCATG\", \"ini\": 4976, \"clust\": 4023, \"rank\": 531, \"rankvar\": 1873, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3845, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2318, \"group\": [4022.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCGCATCG\", \"ini\": 4975, \"clust\": 3901, \"rank\": 515, \"rankvar\": 1183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3846, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2319, \"group\": [3903.0, 743.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTGGGATC\", \"ini\": 4974, \"clust\": 3126, \"rank\": 835, \"rankvar\": 852, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3847, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 310, \"group\": [3124.0, 437.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGGCAGTA\", \"ini\": 4973, \"clust\": 1741, \"rank\": 946, \"rankvar\": 243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3848, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 311, \"group\": [1741.0, 272.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCTTGTCAT\", \"ini\": 4972, \"clust\": 4338, \"rank\": 859, \"rankvar\": 5056, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3849, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5036, \"group\": [4336.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTAGTCCATAC\", \"ini\": 4971, \"clust\": 5063, \"rank\": 751, \"rankvar\": 187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3850, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4405, \"group\": [5066.0, 997.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCGCCGTGA\", \"ini\": 4970, \"clust\": 1860, \"rank\": 768, \"rankvar\": 171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3851, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 312, \"group\": [1860.0, 296.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGAG\", \"ini\": 4969, \"clust\": 4917, \"rank\": 323, \"rankvar\": 4286, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3852, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5037, \"group\": [4917.0, 925.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGCGAGAAA\", \"ini\": 4968, \"clust\": 4979, \"rank\": 871, \"rankvar\": 1322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3853, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2320, \"group\": [4981.0, 958.0, 153.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGGGAAACA\", \"ini\": 4967, \"clust\": 1786, \"rank\": 702, \"rankvar\": 274, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 313, \"group\": [1787.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGTCTGCT\", \"ini\": 4966, \"clust\": 52, \"rank\": 1416, \"rankvar\": 4929, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3855, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5158, \"group\": [51.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGAAGGTTT\", \"ini\": 4965, \"clust\": 5135, \"rank\": 1162, \"rankvar\": 503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3856, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4406, \"group\": [5137.0, 1018.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCTTCAACT\", \"ini\": 4964, \"clust\": 73, \"rank\": 1315, \"rankvar\": 4826, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3857, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5159, \"group\": [70.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCAAGAAGT\", \"ini\": 4963, \"clust\": 3908, \"rank\": 653, \"rankvar\": 281, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3858, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2321, \"group\": [3908.0, 744.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGGTCCAC\", \"ini\": 4962, \"clust\": 3996, \"rank\": 551, \"rankvar\": 2687, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3859, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2322, \"group\": [3995.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACGGTTTA\", \"ini\": 4961, \"clust\": 5033, \"rank\": 830, \"rankvar\": 826, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3860, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4407, \"group\": [5034.0, 984.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATTGGA\", \"ini\": 4960, \"clust\": 5023, \"rank\": 736, \"rankvar\": 298, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3861, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2323, \"group\": [5023.0, 981.0, 158.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTCTGCGGT\", \"ini\": 4959, \"clust\": 3952, \"rank\": 550, \"rankvar\": 1037, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3862, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2324, \"group\": [3956.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGAACAT\", \"ini\": 4958, \"clust\": 3897, \"rank\": 703, \"rankvar\": 164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3863, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2325, \"group\": [3899.0, 741.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCATTTA\", \"ini\": 4957, \"clust\": 5019, \"rank\": 877, \"rankvar\": 580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3864, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4309, \"group\": [5018.0, 978.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACAGACGCCT\", \"ini\": 4956, \"clust\": 1850, \"rank\": 889, \"rankvar\": 438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3865, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 314, \"group\": [1850.0, 293.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGATAT\", \"ini\": 4955, \"clust\": 9, \"rank\": 728, \"rankvar\": 415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 315, \"group\": [9.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCCTACAGA\", \"ini\": 4954, \"clust\": 3982, \"rank\": 567, \"rankvar\": 3710, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3867, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2326, \"group\": [3982.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGTGACCA\", \"ini\": 4953, \"clust\": 4999, \"rank\": 1334, \"rankvar\": 180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3868, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4310, \"group\": [4999.0, 970.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTCTCGTTC\", \"ini\": 4952, \"clust\": 1680, \"rank\": 724, \"rankvar\": 79, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 316, \"group\": [1680.0, 234.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAATCTACG\", \"ini\": 4951, \"clust\": 47, \"rank\": 1335, \"rankvar\": 4711, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3870, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5160, \"group\": [47.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATGGTTGT\", \"ini\": 4950, \"clust\": 3984, \"rank\": 800, \"rankvar\": 1118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3871, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2327, \"group\": [3984.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAGCACAT\", \"ini\": 4949, \"clust\": 1865, \"rank\": 753, \"rankvar\": 115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3872, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 317, \"group\": [1866.0, 299.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCCACGAAT\", \"ini\": 4948, \"clust\": 1851, \"rank\": 824, \"rankvar\": 190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 318, \"group\": [1851.0, 293.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCCAGTAG\", \"ini\": 4947, \"clust\": 3938, \"rank\": 517, \"rankvar\": 856, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3874, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2328, \"group\": [3943.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACATAGAAAC\", \"ini\": 4946, \"clust\": 1794, \"rank\": 598, \"rankvar\": 100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 319, \"group\": [1794.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGCACCAC\", \"ini\": 4945, \"clust\": 3929, \"rank\": 974, \"rankvar\": 1625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3876, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2329, \"group\": [3929.0, 749.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGTCGAGTG\", \"ini\": 4944, \"clust\": 4002, \"rank\": 548, \"rankvar\": 2565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3877, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2330, \"group\": [4000.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCAGCGACC\", \"ini\": 4943, \"clust\": 3909, \"rank\": 741, \"rankvar\": 486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3878, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2331, \"group\": [3909.0, 744.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAAACAC\", \"ini\": 4942, \"clust\": 3696, \"rank\": 1027, \"rankvar\": 2041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3879, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2332, \"group\": [3699.0, 689.0, 114.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTCCAGTAT\", \"ini\": 4941, \"clust\": 4336, \"rank\": 804, \"rankvar\": 4559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3880, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5038, \"group\": [4339.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGTGA\", \"ini\": 4940, \"clust\": 5031, \"rank\": 812, \"rankvar\": 116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3881, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4408, \"group\": [5036.0, 985.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTACGCCC\", \"ini\": 4939, \"clust\": 5138, \"rank\": 1309, \"rankvar\": 740, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3882, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4409, \"group\": [5138.0, 1019.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTAAGCACG\", \"ini\": 4938, \"clust\": 1728, \"rank\": 626, \"rankvar\": 252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3883, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 320, \"group\": [1728.0, 267.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCGGAAATA\", \"ini\": 4937, \"clust\": 4980, \"rank\": 805, \"rankvar\": 1400, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3884, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2333, \"group\": [4979.0, 956.0, 153.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGAATT\", \"ini\": 4936, \"clust\": 3980, \"rank\": 910, \"rankvar\": 981, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3885, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2334, \"group\": [3979.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTTCTGCGGCA\", \"ini\": 4935, \"clust\": 4339, \"rank\": 1062, \"rankvar\": 4997, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3886, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5039, \"group\": [4337.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACATAAAGGT\", \"ini\": 4934, \"clust\": 5011, \"rank\": 939, \"rankvar\": 6, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3887, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 321, \"group\": [5014.0, 976.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCAGCACAT\", \"ini\": 4933, \"clust\": 3912, \"rank\": 696, \"rankvar\": 1226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3888, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2335, \"group\": [3915.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGTTACGA\", \"ini\": 4932, \"clust\": 3941, \"rank\": 519, \"rankvar\": 1034, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3889, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2336, \"group\": [3939.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAGATGGGT\", \"ini\": 4931, \"clust\": 1842, \"rank\": 912, \"rankvar\": 554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 322, \"group\": [1842.0, 290.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTCAGATAA\", \"ini\": 4930, \"clust\": 1812, \"rank\": 846, \"rankvar\": 25, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 323, \"group\": [1812.0, 286.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCAGCTGCTG\", \"ini\": 4929, \"clust\": 3800, \"rank\": 655, \"rankvar\": 598, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3892, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2337, \"group\": [3799.0, 707.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCACCTAA\", \"ini\": 4928, \"clust\": 4953, \"rank\": 1237, \"rankvar\": 1374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3893, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4410, \"group\": [4954.0, 944.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGGTCCGT\", \"ini\": 4927, \"clust\": 1737, \"rank\": 1089, \"rankvar\": 376, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3894, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 324, \"group\": [1738.0, 271.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGACCCT\", \"ini\": 4926, \"clust\": 3122, \"rank\": 900, \"rankvar\": 1268, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 325, \"group\": [3127.0, 438.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTGGAGAA\", \"ini\": 4925, \"clust\": 3922, \"rank\": 722, \"rankvar\": 2218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3896, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2338, \"group\": [3921.0, 748.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGTGTGCC\", \"ini\": 4924, \"clust\": 3931, \"rank\": 742, \"rankvar\": 305, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3897, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2339, \"group\": [3932.0, 750.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGATTGCT\", \"ini\": 4923, \"clust\": 3810, \"rank\": 680, \"rankvar\": 3559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3898, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2340, \"group\": [3814.0, 712.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCGCATAA\", \"ini\": 4922, \"clust\": 4985, \"rank\": 817, \"rankvar\": 1508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3899, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4411, \"group\": [4986.0, 963.0, 155.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCGCTTGTC\", \"ini\": 4921, \"clust\": 1765, \"rank\": 849, \"rankvar\": 182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3900, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 326, \"group\": [1766.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAAATCCGT\", \"ini\": 4920, \"clust\": 4447, \"rank\": 643, \"rankvar\": 665, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3901, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4412, \"group\": [4447.0, 850.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTAAATGAC\", \"ini\": 4919, \"clust\": 1679, \"rank\": 1041, \"rankvar\": 154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 327, \"group\": [1682.0, 234.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGACTTTCG\", \"ini\": 4918, \"clust\": 48, \"rank\": 1287, \"rankvar\": 4849, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3903, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5161, \"group\": [48.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTCGGACG\", \"ini\": 4917, \"clust\": 1696, \"rank\": 924, \"rankvar\": 109, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 328, \"group\": [1695.0, 241.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCATGGGACA\", \"ini\": 4916, \"clust\": 4136, \"rank\": 1854, \"rankvar\": 4438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3905, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 9, \"group\": [4132.0, 779.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTTACAG\", \"ini\": 4915, \"clust\": 4360, \"rank\": 1050, \"rankvar\": 1411, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3906, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5040, \"group\": [4359.0, 817.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAATGAATG\", \"ini\": 4914, \"clust\": 1732, \"rank\": 1187, \"rankvar\": 633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3907, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 329, \"group\": [1732.0, 269.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCTTGCCGT\", \"ini\": 4913, \"clust\": 3101, \"rank\": 998, \"rankvar\": 1333, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 330, \"group\": [3101.0, 425.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGGGATA\", \"ini\": 4912, \"clust\": 5136, \"rank\": 1465, \"rankvar\": 829, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3909, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4413, \"group\": [5135.0, 1018.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCTGCCCA\", \"ini\": 4911, \"clust\": 5017, \"rank\": 1336, \"rankvar\": 330, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3910, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4311, \"group\": [5016.0, 977.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGGCTTGG\", \"ini\": 4910, \"clust\": 3919, \"rank\": 880, \"rankvar\": 1965, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3911, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2341, \"group\": [3916.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTTTGGCGC\", \"ini\": 4909, \"clust\": 4063, \"rank\": 1219, \"rankvar\": 1207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3912, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2342, \"group\": [4063.0, 759.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGCTCAACT\", \"ini\": 4908, \"clust\": 3949, \"rank\": 518, \"rankvar\": 1676, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3913, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2343, \"group\": [3950.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCAGAGGTG\", \"ini\": 4907, \"clust\": 12, \"rank\": 1076, \"rankvar\": 3934, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 331, \"group\": [13.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCTTAGCCC\", \"ini\": 4906, \"clust\": 1809, \"rank\": 893, \"rankvar\": 65, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 332, \"group\": [1810.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGATCCAT\", \"ini\": 4905, \"clust\": 1745, \"rank\": 1090, \"rankvar\": 208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 333, \"group\": [1746.0, 274.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACAAGCCC\", \"ini\": 4904, \"clust\": 5065, \"rank\": 1085, \"rankvar\": 378, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3917, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4414, \"group\": [5065.0, 997.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCAACCA\", \"ini\": 4903, \"clust\": 1817, \"rank\": 989, \"rankvar\": 801, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 334, \"group\": [1820.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTAACTCT\", \"ini\": 4902, \"clust\": 1752, \"rank\": 712, \"rankvar\": 60, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3919, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 335, \"group\": [1753.0, 278.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACTACAA\", \"ini\": 4901, \"clust\": 5141, \"rank\": 1245, \"rankvar\": 172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3920, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4415, \"group\": [5142.0, 1021.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCAGCTGGC\", \"ini\": 4900, \"clust\": 5, \"rank\": 1471, \"rankvar\": 4529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3921, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5162, \"group\": [5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGTTCGA\", \"ini\": 4899, \"clust\": 5051, \"rank\": 1065, \"rankvar\": 188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3922, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4416, \"group\": [5054.0, 994.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCCAACCAA\", \"ini\": 4898, \"clust\": 1846, \"rank\": 818, \"rankvar\": 206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3923, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 336, \"group\": [1849.0, 292.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCGAACGGA\", \"ini\": 4897, \"clust\": 4043, \"rank\": 692, \"rankvar\": 2133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3924, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2344, \"group\": [4043.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCGATAGC\", \"ini\": 4896, \"clust\": 1813, \"rank\": 832, \"rankvar\": 163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 337, \"group\": [1817.0, 287.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCGGGAGTA\", \"ini\": 4895, \"clust\": 3936, \"rank\": 475, \"rankvar\": 4290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3926, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2345, \"group\": [3936.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCGTCATC\", \"ini\": 4894, \"clust\": 4134, \"rank\": 1722, \"rankvar\": 2247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3927, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 10, \"group\": [4130.0, 779.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTAAGTGTA\", \"ini\": 4893, \"clust\": 3988, \"rank\": 663, \"rankvar\": 2021, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3928, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2346, \"group\": [3986.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGAAATG\", \"ini\": 4892, \"clust\": 4052, \"rank\": 953, \"rankvar\": 326, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3929, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2347, \"group\": [4052.0, 756.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAAATACAG\", \"ini\": 4891, \"clust\": 4126, \"rank\": 1328, \"rankvar\": 3223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3930, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 11, \"group\": [4121.0, 777.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATAGCAT\", \"ini\": 4890, \"clust\": 141, \"rank\": 657, \"rankvar\": 2633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3931, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2830, \"group\": [142.0, 31.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATATACCG\", \"ini\": 4889, \"clust\": 1710, \"rank\": 931, \"rankvar\": 272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3932, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 338, \"group\": [1713.0, 254.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGTACTTGC\", \"ini\": 4888, \"clust\": 4135, \"rank\": 1720, \"rankvar\": 4626, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3933, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 12, \"group\": [4131.0, 779.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTAACGA\", \"ini\": 4887, \"clust\": 4450, \"rank\": 936, \"rankvar\": 845, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3934, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4417, \"group\": [4449.0, 850.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGTGCAAC\", \"ini\": 4886, \"clust\": 1838, \"rank\": 1044, \"rankvar\": 726, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 339, \"group\": [1843.0, 290.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGGTTTC\", \"ini\": 4885, \"clust\": 1734, \"rank\": 1121, \"rankvar\": 16, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3936, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 340, \"group\": [1734.0, 270.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAACACTG\", \"ini\": 4884, \"clust\": 3108, \"rank\": 1030, \"rankvar\": 279, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 341, \"group\": [3109.0, 430.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTCGTACT\", \"ini\": 4883, \"clust\": 4031, \"rank\": 778, \"rankvar\": 687, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3938, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2348, \"group\": [4030.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAACTGGCC\", \"ini\": 4882, \"clust\": 4004, \"rank\": 762, \"rankvar\": 2479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2349, \"group\": [4004.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGAGAACG\", \"ini\": 4881, \"clust\": 1783, \"rank\": 932, \"rankvar\": 112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3940, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 342, \"group\": [1783.0, 284.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCGGGTCT\", \"ini\": 4880, \"clust\": 4987, \"rank\": 1010, \"rankvar\": 1739, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3941, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2831, \"group\": [4987.0, 964.0, 155.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTCTTGTCC\", \"ini\": 4879, \"clust\": 5035, \"rank\": 922, \"rankvar\": 230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3942, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4418, \"group\": [5033.0, 984.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCGGAAATA\", \"ini\": 4878, \"clust\": 1861, \"rank\": 1023, \"rankvar\": 258, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 343, \"group\": [1861.0, 296.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACGAGGTA\", \"ini\": 4877, \"clust\": 5014, \"rank\": 1284, \"rankvar\": 283, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3944, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4312, \"group\": [5021.0, 979.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGCGAACA\", \"ini\": 4876, \"clust\": 3992, \"rank\": 1074, \"rankvar\": 1883, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3945, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2350, \"group\": [3994.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGGTTCGG\", \"ini\": 4875, \"clust\": 4346, \"rank\": 923, \"rankvar\": 3889, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3946, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5041, \"group\": [4344.0, 815.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGTTACCT\", \"ini\": 4874, \"clust\": 3896, \"rank\": 907, \"rankvar\": 460, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3947, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2351, \"group\": [3900.0, 742.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTTTGC\", \"ini\": 4873, \"clust\": 5049, \"rank\": 1165, \"rankvar\": 136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3948, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4419, \"group\": [5050.0, 993.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGCCTGAG\", \"ini\": 4872, \"clust\": 1704, \"rank\": 1491, \"rankvar\": 1057, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 344, \"group\": [1705.0, 250.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTAATGA\", \"ini\": 4871, \"clust\": 5020, \"rank\": 987, \"rankvar\": 143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3950, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4313, \"group\": [5019.0, 978.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGGCTACG\", \"ini\": 4870, \"clust\": 5148, \"rank\": 1494, \"rankvar\": 1484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3951, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4420, \"group\": [5148.0, 1025.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTTGGGCC\", \"ini\": 4869, \"clust\": 1852, \"rank\": 1100, \"rankvar\": 89, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3952, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 345, \"group\": [1853.0, 294.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGCCCAATT\", \"ini\": 4868, \"clust\": 4055, \"rank\": 1246, \"rankvar\": 456, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3953, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2352, \"group\": [4054.0, 757.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGGGTGT\", \"ini\": 4867, \"clust\": 4007, \"rank\": 948, \"rankvar\": 2208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3954, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2353, \"group\": [4006.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCATGGTCA\", \"ini\": 4866, \"clust\": 1759, \"rank\": 1167, \"rankvar\": 351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3955, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 346, \"group\": [1761.0, 280.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAAGGTTCT\", \"ini\": 4865, \"clust\": 4056, \"rank\": 956, \"rankvar\": 2158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3956, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2354, \"group\": [4056.0, 758.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATTGGGCC\", \"ini\": 4864, \"clust\": 4914, \"rank\": 960, \"rankvar\": 799, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3957, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4421, \"group\": [4915.0, 923.0, 147.0, 33.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACACGAAACG\", \"ini\": 4863, \"clust\": 3932, \"rank\": 847, \"rankvar\": 1130, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3958, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2355, \"group\": [3930.0, 750.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCAAGAT\", \"ini\": 4862, \"clust\": 4942, \"rank\": 1247, \"rankvar\": 1106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3959, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4422, \"group\": [4945.0, 939.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGTACGATA\", \"ini\": 4861, \"clust\": 3997, \"rank\": 881, \"rankvar\": 1450, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3960, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2356, \"group\": [3996.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCAGCATACT\", \"ini\": 4860, \"clust\": 4017, \"rank\": 856, \"rankvar\": 1661, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3961, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2357, \"group\": [4016.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTCTCTTTA\", \"ini\": 4859, \"clust\": 1681, \"rank\": 1021, \"rankvar\": 639, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 347, \"group\": [1681.0, 234.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCACTTACGA\", \"ini\": 4858, \"clust\": 1784, \"rank\": 1097, \"rankvar\": 151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 348, \"group\": [1784.0, 284.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGGGTTAG\", \"ini\": 4857, \"clust\": 3698, \"rank\": 1501, \"rankvar\": 1725, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3964, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4314, \"group\": [3696.0, 687.0, 114.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATTTGCCC\", \"ini\": 4856, \"clust\": 3985, \"rank\": 1001, \"rankvar\": 1161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3965, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2358, \"group\": [3985.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCAATACCG\", \"ini\": 4855, \"clust\": 1773, \"rank\": 967, \"rankvar\": 191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 349, \"group\": [1774.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCACGTTGGC\", \"ini\": 4854, \"clust\": 4976, \"rank\": 1260, \"rankvar\": 1070, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 350, \"group\": [4977.0, 954.0, 152.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGATAATG\", \"ini\": 4853, \"clust\": 3123, \"rank\": 1205, \"rankvar\": 1295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 351, \"group\": [3126.0, 437.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCCGTTAA\", \"ini\": 4852, \"clust\": 4005, \"rank\": 766, \"rankvar\": 901, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3969, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2359, \"group\": [4005.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTGTTTGGT\", \"ini\": 4851, \"clust\": 3934, \"rank\": 468, \"rankvar\": 3163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3970, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2360, \"group\": [3934.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCGGTCTAA\", \"ini\": 4850, \"clust\": 3923, \"rank\": 710, \"rankvar\": 1390, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3971, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2361, \"group\": [3922.0, 748.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACCACTTAAGC\", \"ini\": 4849, \"clust\": 3824, \"rank\": 1129, \"rankvar\": 2509, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3972, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2362, \"group\": [3823.0, 717.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATTTCACT\", \"ini\": 4848, \"clust\": 1869, \"rank\": 971, \"rankvar\": 138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3973, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 352, \"group\": [1869.0, 299.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAAGTAGT\", \"ini\": 4847, \"clust\": 4354, \"rank\": 1018, \"rankvar\": 1455, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3974, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5042, \"group\": [4352.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGGATGG\", \"ini\": 4846, \"clust\": 4451, \"rank\": 1183, \"rankvar\": 925, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3975, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4423, \"group\": [4455.0, 853.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCCCATTAT\", \"ini\": 4845, \"clust\": 3120, \"rank\": 1427, \"rankvar\": 356, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3976, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 353, \"group\": [3120.0, 435.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCTGCAAT\", \"ini\": 4844, \"clust\": 1855, \"rank\": 1185, \"rankvar\": 288, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 354, \"group\": [1855.0, 294.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCATCGGAAG\", \"ini\": 4843, \"clust\": 4001, \"rank\": 693, \"rankvar\": 2816, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2363, \"group\": [4002.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTGAGTTC\", \"ini\": 4842, \"clust\": 1870, \"rank\": 1011, \"rankvar\": 403, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 355, \"group\": [1871.0, 300.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCATGAT\", \"ini\": 4841, \"clust\": 1753, \"rank\": 965, \"rankvar\": 293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 356, \"group\": [1754.0, 278.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTCCGTT\", \"ini\": 4840, \"clust\": 1719, \"rank\": 1298, \"rankvar\": 533, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 357, \"group\": [1721.0, 261.0, 50.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACGGTTTA\", \"ini\": 4839, \"clust\": 1682, \"rank\": 1083, \"rankvar\": 168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 358, \"group\": [1683.0, 234.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCGAACC\", \"ini\": 4838, \"clust\": 5139, \"rank\": 1506, \"rankvar\": 229, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3983, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4424, \"group\": [5139.0, 1019.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTCATAGACTC\", \"ini\": 4837, \"clust\": 3920, \"rank\": 978, \"rankvar\": 2215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3984, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2364, \"group\": [3917.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGGCTAGGT\", \"ini\": 4836, \"clust\": 1693, \"rank\": 896, \"rankvar\": 1011, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 359, \"group\": [1697.0, 242.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATCCGCGA\", \"ini\": 4835, \"clust\": 1815, \"rank\": 1234, \"rankvar\": 73, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3986, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 360, \"group\": [1814.0, 287.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCCTTCAAT\", \"ini\": 4834, \"clust\": 1677, \"rank\": 1112, \"rankvar\": 201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3987, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 361, \"group\": [1674.0, 232.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGAACCTT\", \"ini\": 4833, \"clust\": 5145, \"rank\": 2105, \"rankvar\": 3860, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3988, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4425, \"group\": [5145.0, 1024.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGGTCTCG\", \"ini\": 4832, \"clust\": 5166, \"rank\": 1490, \"rankvar\": 334, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3989, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 362, \"group\": [5167.0, 1039.0, 168.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTATCACCA\", \"ini\": 4831, \"clust\": 1840, \"rank\": 1206, \"rankvar\": 528, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3990, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 363, \"group\": [1840.0, 290.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGGAGCGAG\", \"ini\": 4830, \"clust\": 4989, \"rank\": 1358, \"rankvar\": 358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3991, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4315, \"group\": [4990.0, 966.0, 156.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCATGAACCT\", \"ini\": 4829, \"clust\": 4132, \"rank\": 1806, \"rankvar\": 2898, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3992, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 13, \"group\": [4128.0, 778.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTTGCGTTA\", \"ini\": 4828, \"clust\": 1856, \"rank\": 1389, \"rankvar\": 220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3993, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 364, \"group\": [1856.0, 294.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGGCCGAT\", \"ini\": 4827, \"clust\": 1758, \"rank\": 1325, \"rankvar\": 354, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 365, \"group\": [1762.0, 280.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGGCCGAT\", \"ini\": 4826, \"clust\": 3917, \"rank\": 930, \"rankvar\": 673, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3995, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2365, \"group\": [3913.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGCTTTC\", \"ini\": 4825, \"clust\": 4025, \"rank\": 996, \"rankvar\": 1408, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3996, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2366, \"group\": [4025.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTGCCTGTG\", \"ini\": 4824, \"clust\": 4027, \"rank\": 1196, \"rankvar\": 2269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3997, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2367, \"group\": [4027.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTACTGAC\", \"ini\": 4823, \"clust\": 4951, \"rank\": 1223, \"rankvar\": 578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3998, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4426, \"group\": [4951.0, 943.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCGTCCAGG\", \"ini\": 4822, \"clust\": 5132, \"rank\": 1688, \"rankvar\": 2440, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3999, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4427, \"group\": [5133.0, 1017.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCACCCTCA\", \"ini\": 4821, \"clust\": 3998, \"rank\": 1047, \"rankvar\": 1856, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4000, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2368, \"group\": [4003.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCTTGCGG\", \"ini\": 4820, \"clust\": 3939, \"rank\": 672, \"rankvar\": 912, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4001, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2369, \"group\": [3940.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTACTCAAC\", \"ini\": 4819, \"clust\": 4970, \"rank\": 962, \"rankvar\": 515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4002, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4428, \"group\": [4972.0, 950.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGAGTTGGC\", \"ini\": 4818, \"clust\": 4046, \"rank\": 769, \"rankvar\": 2286, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4003, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2370, \"group\": [4045.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGATATGGT\", \"ini\": 4817, \"clust\": 3419, \"rank\": 1379, \"rankvar\": 2007, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4004, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2371, \"group\": [3420.0, 554.0, 85.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCGCTTTC\", \"ini\": 4816, \"clust\": 4328, \"rank\": 1222, \"rankvar\": 4496, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4005, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5043, \"group\": [4329.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAAGCCGTC\", \"ini\": 4815, \"clust\": 3855, \"rank\": 1168, \"rankvar\": 1898, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4006, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2372, \"group\": [3853.0, 727.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCAGGGTGTTG\", \"ini\": 4814, \"clust\": 4068, \"rank\": 1385, \"rankvar\": 2740, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4007, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2373, \"group\": [4068.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCATGTCTT\", \"ini\": 4813, \"clust\": 74, \"rank\": 1823, \"rankvar\": 4595, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4008, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5163, \"group\": [71.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGGCGCTCT\", \"ini\": 4812, \"clust\": 4438, \"rank\": 1317, \"rankvar\": 1041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4009, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4429, \"group\": [4437.0, 848.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGGTGCGCTTG\", \"ini\": 4811, \"clust\": 3905, \"rank\": 1009, \"rankvar\": 812, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4010, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2374, \"group\": [3905.0, 744.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCTAAAGA\", \"ini\": 4810, \"clust\": 3102, \"rank\": 1605, \"rankvar\": 194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4011, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 366, \"group\": [3102.0, 425.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACTGCCAG\", \"ini\": 4809, \"clust\": 1743, \"rank\": 1347, \"rankvar\": 325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 367, \"group\": [1744.0, 273.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATTACCTT\", \"ini\": 4808, \"clust\": 1819, \"rank\": 1040, \"rankvar\": 152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4013, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 368, \"group\": [1819.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGCGATTCT\", \"ini\": 4807, \"clust\": 4456, \"rank\": 1013, \"rankvar\": 349, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4014, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4430, \"group\": [4460.0, 854.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTCCGTAT\", \"ini\": 4806, \"clust\": 1871, \"rank\": 1225, \"rankvar\": 43, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 369, \"group\": [1872.0, 300.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATGCCTTC\", \"ini\": 4805, \"clust\": 5231, \"rank\": 1951, \"rankvar\": 655, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4016, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4431, \"group\": [5231.0, 1088.0, 188.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCGATATA\", \"ini\": 4804, \"clust\": 1854, \"rank\": 1352, \"rankvar\": 388, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4017, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 370, \"group\": [1857.0, 294.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACCAGATT\", \"ini\": 4803, \"clust\": 4009, \"rank\": 823, \"rankvar\": 1284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4018, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2375, \"group\": [4009.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCCACTCCA\", \"ini\": 4802, \"clust\": 3805, \"rank\": 892, \"rankvar\": 350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 371, \"group\": [3809.0, 710.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCCTAATT\", \"ini\": 4801, \"clust\": 1738, \"rank\": 1311, \"rankvar\": 419, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 372, \"group\": [1739.0, 271.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGGTTAAC\", \"ini\": 4800, \"clust\": 1746, \"rank\": 1680, \"rankvar\": 235, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 373, \"group\": [1747.0, 274.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGGGTGTGT\", \"ini\": 4799, \"clust\": 4083, \"rank\": 1445, \"rankvar\": 1328, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4022, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2376, \"group\": [4085.0, 764.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTTATGCGT\", \"ini\": 4798, \"clust\": 3798, \"rank\": 1256, \"rankvar\": 2518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4023, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2377, \"group\": [3800.0, 708.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCAGACCTTTG\", \"ini\": 4797, \"clust\": 4049, \"rank\": 1103, \"rankvar\": 1707, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4024, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2378, \"group\": [4048.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCACATGACT\", \"ini\": 4796, \"clust\": 4138, \"rank\": 1845, \"rankvar\": 4631, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4025, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 14, \"group\": [4137.0, 779.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGAGACTTA\", \"ini\": 4795, \"clust\": 4355, \"rank\": 1628, \"rankvar\": 3672, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4026, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5044, \"group\": [4357.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTAATTGGA\", \"ini\": 4794, \"clust\": 3987, \"rank\": 1123, \"rankvar\": 2739, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4027, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2379, \"group\": [3988.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTTTAGGG\", \"ini\": 4793, \"clust\": 4026, \"rank\": 929, \"rankvar\": 2199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4028, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2380, \"group\": [4026.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTTGCT\", \"ini\": 4792, \"clust\": 1853, \"rank\": 1331, \"rankvar\": 33, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4029, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 374, \"group\": [1854.0, 294.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTCATTCA\", \"ini\": 4791, \"clust\": 1866, \"rank\": 1278, \"rankvar\": 238, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4030, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 375, \"group\": [1867.0, 299.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCAATGAATG\", \"ini\": 4790, \"clust\": 70, \"rank\": 1869, \"rankvar\": 4919, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4031, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5164, \"group\": [67.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATAAAGG\", \"ini\": 4789, \"clust\": 5146, \"rank\": 1919, \"rankvar\": 398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4032, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4432, \"group\": [5146.0, 1024.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTACAGTGG\", \"ini\": 4788, \"clust\": 5127, \"rank\": 1509, \"rankvar\": 97, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4033, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4433, \"group\": [5127.0, 1012.0, 163.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCACAGGCCT\", \"ini\": 4787, \"clust\": 4058, \"rank\": 1054, \"rankvar\": 1713, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4034, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2381, \"group\": [4058.0, 758.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACAGAGGT\", \"ini\": 4786, \"clust\": 4930, \"rank\": 801, \"rankvar\": 1199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4035, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4434, \"group\": [4931.0, 931.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCACCGGGT\", \"ini\": 4785, \"clust\": 1694, \"rank\": 1217, \"rankvar\": 231, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4036, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 376, \"group\": [1693.0, 241.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTAGGGTG\", \"ini\": 4784, \"clust\": 4351, \"rank\": 1052, \"rankvar\": 4583, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4037, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5045, \"group\": [4354.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGTCGCTG\", \"ini\": 4783, \"clust\": 3926, \"rank\": 1324, \"rankvar\": 2058, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4038, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2382, \"group\": [3926.0, 749.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCGTTTAC\", \"ini\": 4782, \"clust\": 1543, \"rank\": 879, \"rankvar\": 4602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4039, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2832, \"group\": [1542.0, 163.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACAGCTCGAC\", \"ini\": 4781, \"clust\": 5128, \"rank\": 1737, \"rankvar\": 640, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4040, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4435, \"group\": [5128.0, 1012.0, 163.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGTTAACC\", \"ini\": 4780, \"clust\": 4334, \"rank\": 1584, \"rankvar\": 4780, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4041, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5046, \"group\": [4334.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAGGGTAC\", \"ini\": 4779, \"clust\": 4918, \"rank\": 858, \"rankvar\": 3531, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4042, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2383, \"group\": [4918.0, 925.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTTCCGTCT\", \"ini\": 4778, \"clust\": 4966, \"rank\": 1364, \"rankvar\": 184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4043, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4436, \"group\": [4973.0, 951.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCTTGCAAG\", \"ini\": 4777, \"clust\": 4085, \"rank\": 1141, \"rankvar\": 1674, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4044, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2384, \"group\": [4082.0, 764.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGTCTCT\", \"ini\": 4776, \"clust\": 4380, \"rank\": 1184, \"rankvar\": 4894, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4045, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5047, \"group\": [4381.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTGATAAAC\", \"ini\": 4775, \"clust\": 4044, \"rank\": 1014, \"rankvar\": 2656, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4046, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2385, \"group\": [4044.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCTCGTATT\", \"ini\": 4774, \"clust\": 19, \"rank\": 1353, \"rankvar\": 4543, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4047, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5165, \"group\": [20.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCAAACGGG\", \"ini\": 4773, \"clust\": 1723, \"rank\": 1355, \"rankvar\": 382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 377, \"group\": [1723.0, 263.0, 51.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGTGGTAAT\", \"ini\": 4772, \"clust\": 1697, \"rank\": 1169, \"rankvar\": 822, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4049, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 378, \"group\": [1696.0, 241.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTCTTTCAT\", \"ini\": 4771, \"clust\": 1849, \"rank\": 1194, \"rankvar\": 55, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4050, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 379, \"group\": [1852.0, 293.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTCACGCC\", \"ini\": 4770, \"clust\": 3846, \"rank\": 1096, \"rankvar\": 1548, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4051, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2386, \"group\": [3844.0, 724.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTGCCAGA\", \"ini\": 4769, \"clust\": 4329, \"rank\": 1912, \"rankvar\": 4920, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4052, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5048, \"group\": [4330.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATCGATTG\", \"ini\": 4768, \"clust\": 1665, \"rank\": 1067, \"rankvar\": 183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4053, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4316, \"group\": [1664.0, 224.0, 45.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATCGATTG\", \"ini\": 4767, \"clust\": 3986, \"rank\": 1068, \"rankvar\": 1786, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4054, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2387, \"group\": [3989.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTCATCGTCGG\", \"ini\": 4766, \"clust\": 3927, \"rank\": 1368, \"rankvar\": 1377, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4055, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2388, \"group\": [3927.0, 749.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGTACTCT\", \"ini\": 4765, \"clust\": 4131, \"rank\": 1846, \"rankvar\": 4523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4056, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 15, \"group\": [4127.0, 777.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAAGCAGGTCA\", \"ini\": 4764, \"clust\": 5123, \"rank\": 1654, \"rankvar\": 276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4057, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 380, \"group\": [5125.0, 1010.0, 162.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCAACACGT\", \"ini\": 4763, \"clust\": 4088, \"rank\": 1516, \"rankvar\": 2693, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4058, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2389, \"group\": [4087.0, 765.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTGGGATC\", \"ini\": 4762, \"clust\": 1742, \"rank\": 1880, \"rankvar\": 316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 381, \"group\": [1742.0, 272.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGCGATAGC\", \"ini\": 4761, \"clust\": 4032, \"rank\": 1110, \"rankvar\": 2875, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4060, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2390, \"group\": [4036.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCGCATGGC\", \"ini\": 4760, \"clust\": 4086, \"rank\": 1235, \"rankvar\": 2942, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4061, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2391, \"group\": [4083.0, 764.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTAAGGGAA\", \"ini\": 4759, \"clust\": 4320, \"rank\": 1036, \"rankvar\": 4698, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4062, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5049, \"group\": [4323.0, 811.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCCTTGAT\", \"ini\": 4758, \"clust\": 3328, \"rank\": 2270, \"rankvar\": 1203, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4063, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 382, \"group\": [3330.0, 509.0, 75.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGCTAAACA\", \"ini\": 4757, \"clust\": 4347, \"rank\": 1257, \"rankvar\": 4477, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4064, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5050, \"group\": [4345.0, 815.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTAGCTAAA\", \"ini\": 4756, \"clust\": 1721, \"rank\": 1515, \"rankvar\": 246, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4065, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 383, \"group\": [1720.0, 260.0, 50.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATCCCGC\", \"ini\": 4755, \"clust\": 1844, \"rank\": 1095, \"rankvar\": 67, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4066, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 384, \"group\": [1844.0, 291.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGAGTACCG\", \"ini\": 4754, \"clust\": 4986, \"rank\": 1232, \"rankvar\": 1445, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4067, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2833, \"group\": [4989.0, 965.0, 155.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCATGCTGGC\", \"ini\": 4753, \"clust\": 3813, \"rank\": 903, \"rankvar\": 1745, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4068, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2392, \"group\": [3812.0, 711.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGGATGGA\", \"ini\": 4752, \"clust\": 3924, \"rank\": 1564, \"rankvar\": 2817, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4069, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2393, \"group\": [3924.0, 749.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTCACCCATTC\", \"ini\": 4751, \"clust\": 4047, \"rank\": 1066, \"rankvar\": 1669, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4070, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2394, \"group\": [4046.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTTAGTGGG\", \"ini\": 4750, \"clust\": 5124, \"rank\": 1850, \"rankvar\": 214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 385, \"group\": [5123.0, 1008.0, 162.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCGACA\", \"ini\": 4749, \"clust\": 4003, \"rank\": 865, \"rankvar\": 3515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4072, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2395, \"group\": [4001.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGTTTCCTT\", \"ini\": 4748, \"clust\": 1725, \"rank\": 1003, \"rankvar\": 421, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4073, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 386, \"group\": [1726.0, 265.0, 51.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGCACGTCAGC\", \"ini\": 4747, \"clust\": 3826, \"rank\": 1678, \"rankvar\": 1851, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4074, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2396, \"group\": [3825.0, 717.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCCAAAT\", \"ini\": 4746, \"clust\": 3817, \"rank\": 1381, \"rankvar\": 2969, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4075, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2397, \"group\": [3817.0, 714.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTCTCTTAT\", \"ini\": 4745, \"clust\": 3840, \"rank\": 1124, \"rankvar\": 413, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4076, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2398, \"group\": [3841.0, 723.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCAACGGCC\", \"ini\": 4744, \"clust\": 142, \"rank\": 1356, \"rankvar\": 2587, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4077, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2834, \"group\": [143.0, 31.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCGAACGC\", \"ini\": 4743, \"clust\": 3326, \"rank\": 2113, \"rankvar\": 794, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4078, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 387, \"group\": [3325.0, 506.0, 75.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCGCAAACT\", \"ini\": 4742, \"clust\": 4075, \"rank\": 1405, \"rankvar\": 2169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4079, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2399, \"group\": [4076.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCACACGC\", \"ini\": 4741, \"clust\": 4358, \"rank\": 1597, \"rankvar\": 1556, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4080, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5051, \"group\": [4360.0, 817.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACCACCAG\", \"ini\": 4740, \"clust\": 4330, \"rank\": 1093, \"rankvar\": 4536, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4081, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5052, \"group\": [4340.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGGCAAAC\", \"ini\": 4739, \"clust\": 4342, \"rank\": 1307, \"rankvar\": 3936, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4082, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5053, \"group\": [4341.0, 814.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGCGTAAG\", \"ini\": 4738, \"clust\": 4952, \"rank\": 1255, \"rankvar\": 367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4083, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4437, \"group\": [4952.0, 943.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTGGTCCGT\", \"ini\": 4737, \"clust\": 1705, \"rank\": 1529, \"rankvar\": 1119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4084, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 388, \"group\": [1706.0, 250.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGTGTGGCA\", \"ini\": 4736, \"clust\": 4436, \"rank\": 1341, \"rankvar\": 1623, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4085, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4438, \"group\": [4451.0, 851.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAATGAATG\", \"ini\": 4735, \"clust\": 4945, \"rank\": 1504, \"rankvar\": 1273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4439, \"group\": [4950.0, 942.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAAACCCAT\", \"ini\": 4734, \"clust\": 4127, \"rank\": 1594, \"rankvar\": 3508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4087, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 16, \"group\": [4122.0, 777.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCTCCAGGG\", \"ini\": 4733, \"clust\": 5159, \"rank\": 1775, \"rankvar\": 1191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4088, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 389, \"group\": [5160.0, 1033.0, 166.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGCCAGTTT\", \"ini\": 4732, \"clust\": 4356, \"rank\": 1617, \"rankvar\": 3494, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4089, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5054, \"group\": [4355.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTACATGAACCT\", \"ini\": 4731, \"clust\": 1676, \"rank\": 1425, \"rankvar\": 127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4090, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 390, \"group\": [1676.0, 232.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGAATAGGG\", \"ini\": 4730, \"clust\": 1708, \"rank\": 1524, \"rankvar\": 1836, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4091, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 391, \"group\": [1709.0, 252.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGCTGGA\", \"ini\": 4729, \"clust\": 4462, \"rank\": 1031, \"rankvar\": 396, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4092, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4440, \"group\": [4463.0, 856.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTACCGGCT\", \"ini\": 4728, \"clust\": 3907, \"rank\": 1087, \"rankvar\": 970, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4093, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2400, \"group\": [3907.0, 744.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGGTGGAT\", \"ini\": 4727, \"clust\": 4463, \"rank\": 780, \"rankvar\": 998, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4094, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4441, \"group\": [4464.0, 857.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGAGGTTAT\", \"ini\": 4726, \"clust\": 3993, \"rank\": 1295, \"rankvar\": 1382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4095, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2401, \"group\": [3992.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCAAAGACA\", \"ini\": 4725, \"clust\": 3854, \"rank\": 1267, \"rankvar\": 2717, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4096, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2402, \"group\": [3855.0, 727.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTGATCGG\", \"ini\": 4724, \"clust\": 53, \"rank\": 2060, \"rankvar\": 4994, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4097, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5166, \"group\": [52.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAGGTCGTC\", \"ini\": 4723, \"clust\": 4045, \"rank\": 1116, \"rankvar\": 1668, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4098, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2403, \"group\": [4047.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTTCCACGG\", \"ini\": 4722, \"clust\": 1664, \"rank\": 1511, \"rankvar\": 1297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4099, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4317, \"group\": [1666.0, 226.0, 45.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACAGCGTC\", \"ini\": 4721, \"clust\": 4321, \"rank\": 1441, \"rankvar\": 4683, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4100, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5055, \"group\": [4321.0, 811.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCCCTAATT\", \"ini\": 4720, \"clust\": 4935, \"rank\": 1482, \"rankvar\": 897, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4101, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4442, \"group\": [4936.0, 935.0, 149.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAAAGCGGT\", \"ini\": 4719, \"clust\": 1873, \"rank\": 1224, \"rankvar\": 526, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4102, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 392, \"group\": [1873.0, 301.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACGACGT\", \"ini\": 4718, \"clust\": 5164, \"rank\": 1768, \"rankvar\": 1479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 393, \"group\": [5164.0, 1037.0, 167.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCACTCTTA\", \"ini\": 4717, \"clust\": 3842, \"rank\": 1462, \"rankvar\": 1320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4104, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2404, \"group\": [3840.0, 723.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTTCAGACT\", \"ini\": 4716, \"clust\": 4129, \"rank\": 1834, \"rankvar\": 2200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4105, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 17, \"group\": [4125.0, 777.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCATGCAACT\", \"ini\": 4715, \"clust\": 4439, \"rank\": 1191, \"rankvar\": 386, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4443, \"group\": [4438.0, 848.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCACCCT\", \"ini\": 4714, \"clust\": 4010, \"rank\": 961, \"rankvar\": 1155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4107, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2405, \"group\": [4010.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGGCTTC\", \"ini\": 4713, \"clust\": 4038, \"rank\": 954, \"rankvar\": 1280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4108, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2406, \"group\": [4038.0, 754.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCCAGTTA\", \"ini\": 4712, \"clust\": 4091, \"rank\": 1215, \"rankvar\": 4289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4109, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2407, \"group\": [4090.0, 766.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTAGCTAGGCA\", \"ini\": 4711, \"clust\": 3847, \"rank\": 1306, \"rankvar\": 1567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4110, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2408, \"group\": [3845.0, 724.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGCGGCTTC\", \"ini\": 4710, \"clust\": 69, \"rank\": 1774, \"rankvar\": 5046, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4111, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5167, \"group\": [69.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAGCCCAC\", \"ini\": 4709, \"clust\": 4853, \"rank\": 1596, \"rankvar\": 441, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4112, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4444, \"group\": [4856.0, 894.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCCACCGTTGG\", \"ini\": 4708, \"clust\": 1733, \"rank\": 1934, \"rankvar\": 159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 394, \"group\": [1736.0, 270.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGCGCCTTG\", \"ini\": 4707, \"clust\": 4348, \"rank\": 1881, \"rankvar\": 3742, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4114, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5056, \"group\": [4350.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGAACTCGG\", \"ini\": 4706, \"clust\": 4036, \"rank\": 1354, \"rankvar\": 2471, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4115, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2409, \"group\": [4033.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTATCTG\", \"ini\": 4705, \"clust\": 1867, \"rank\": 1629, \"rankvar\": 223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 395, \"group\": [1870.0, 299.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTCGGCTCA\", \"ini\": 4704, \"clust\": 3925, \"rank\": 1428, \"rankvar\": 2395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4117, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2410, \"group\": [3925.0, 749.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTTCCAACA\", \"ini\": 4703, \"clust\": 4357, \"rank\": 1937, \"rankvar\": 3184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4118, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5057, \"group\": [4356.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCCTGCAGG\", \"ini\": 4702, \"clust\": 1735, \"rank\": 1779, \"rankvar\": 52, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 396, \"group\": [1735.0, 270.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGAGGTAGA\", \"ini\": 4701, \"clust\": 4008, \"rank\": 1399, \"rankvar\": 622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4120, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2411, \"group\": [4007.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACATGCAATC\", \"ini\": 4700, \"clust\": 1692, \"rank\": 1495, \"rankvar\": 860, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 397, \"group\": [1698.0, 243.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTTTAAGCC\", \"ini\": 4699, \"clust\": 4028, \"rank\": 1475, \"rankvar\": 1113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4122, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2412, \"group\": [4028.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTTCATGGT\", \"ini\": 4698, \"clust\": 3814, \"rank\": 750, \"rankvar\": 2936, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4123, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2096, \"group\": [3813.0, 711.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCTGCAGG\", \"ini\": 4697, \"clust\": 5137, \"rank\": 1943, \"rankvar\": 54, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4124, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4445, \"group\": [5136.0, 1018.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGAGAACAG\", \"ini\": 4696, \"clust\": 4851, \"rank\": 1106, \"rankvar\": 957, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4125, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4446, \"group\": [4852.0, 893.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGAGAGCAATT\", \"ini\": 4695, \"clust\": 1675, \"rank\": 1522, \"rankvar\": 442, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4126, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 398, \"group\": [1677.0, 232.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAACGCGA\", \"ini\": 4694, \"clust\": 1716, \"rank\": 1519, \"rankvar\": 858, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 399, \"group\": [1716.0, 256.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCAGTTTGG\", \"ini\": 4693, \"clust\": 4955, \"rank\": 1927, \"rankvar\": 910, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4447, \"group\": [4958.0, 945.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCCTCAACC\", \"ini\": 4692, \"clust\": 4455, \"rank\": 1175, \"rankvar\": 1950, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4448, \"group\": [4461.0, 855.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAGCCTTTC\", \"ini\": 4691, \"clust\": 4059, \"rank\": 1303, \"rankvar\": 1757, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4130, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2413, \"group\": [4059.0, 758.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATAGGAG\", \"ini\": 4690, \"clust\": 13, \"rank\": 1064, \"rankvar\": 3887, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4131, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 400, \"group\": [11.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTCTCATCC\", \"ini\": 4689, \"clust\": 4948, \"rank\": 1614, \"rankvar\": 2106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4132, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2414, \"group\": [4946.0, 940.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCGGCATCG\", \"ini\": 4688, \"clust\": 1671, \"rank\": 1404, \"rankvar\": 1654, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 401, \"group\": [1672.0, 230.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTTCGCTAA\", \"ini\": 4687, \"clust\": 3933, \"rank\": 1502, \"rankvar\": 627, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4134, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2415, \"group\": [3931.0, 750.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGCGATG\", \"ini\": 4686, \"clust\": 71, \"rank\": 2142, \"rankvar\": 5058, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4135, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5168, \"group\": [68.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAGTCAGCC\", \"ini\": 4685, \"clust\": 3692, \"rank\": 1988, \"rankvar\": 1122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 402, \"group\": [3692.0, 683.0, 112.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAACTGCTA\", \"ini\": 4684, \"clust\": 4041, \"rank\": 1039, \"rankvar\": 2863, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4137, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2416, \"group\": [4041.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTTGAGAT\", \"ini\": 4683, \"clust\": 4069, \"rank\": 1853, \"rankvar\": 4176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4138, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2417, \"group\": [4069.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCCCTAAT\", \"ini\": 4682, \"clust\": 1729, \"rank\": 1503, \"rankvar\": 48, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 403, \"group\": [1729.0, 267.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAAGTCTAC\", \"ini\": 4681, \"clust\": 3516, \"rank\": 1397, \"rankvar\": 2348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4140, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2418, \"group\": [3519.0, 589.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGGCTCTTA\", \"ini\": 4680, \"clust\": 4946, \"rank\": 1903, \"rankvar\": 1624, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4449, \"group\": [4949.0, 941.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAACAGCGAACA\", \"ini\": 4679, \"clust\": 3121, \"rank\": 2040, \"rankvar\": 366, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 404, \"group\": [3121.0, 435.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAAACCGT\", \"ini\": 4678, \"clust\": 1739, \"rank\": 1700, \"rankvar\": 324, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 405, \"group\": [1740.0, 271.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCACAGACTT\", \"ini\": 4677, \"clust\": 5229, \"rank\": 2299, \"rankvar\": 1423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4144, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4450, \"group\": [5232.0, 1089.0, 188.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCAATGGACG\", \"ini\": 4676, \"clust\": 4437, \"rank\": 1755, \"rankvar\": 1771, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4145, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4451, \"group\": [4439.0, 848.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTGACTACT\", \"ini\": 4675, \"clust\": 1678, \"rank\": 1655, \"rankvar\": 157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 406, \"group\": [1675.0, 232.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCTCTTATG\", \"ini\": 4674, \"clust\": 4430, \"rank\": 1252, \"rankvar\": 1047, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4147, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4452, \"group\": [4433.0, 845.0, 140.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTACAGCAG\", \"ini\": 4673, \"clust\": 3699, \"rank\": 1734, \"rankvar\": 2392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4148, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2419, \"group\": [3697.0, 687.0, 114.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCACCCAGTG\", \"ini\": 4672, \"clust\": 5130, \"rank\": 2075, \"rankvar\": 453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4149, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2420, \"group\": [5130.0, 1014.0, 163.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTATAGGTA\", \"ini\": 4671, \"clust\": 133, \"rank\": 1777, \"rankvar\": 4091, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4150, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2835, \"group\": [133.0, 27.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGCTGAG\", \"ini\": 4670, \"clust\": 4988, \"rank\": 1674, \"rankvar\": 198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4151, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4453, \"group\": [4988.0, 964.0, 155.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGGCGCTCT\", \"ini\": 4669, \"clust\": 4064, \"rank\": 1621, \"rankvar\": 380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4152, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2421, \"group\": [4064.0, 760.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGATTC\", \"ini\": 4668, \"clust\": 4016, \"rank\": 1333, \"rankvar\": 1230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4153, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2422, \"group\": [4018.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCTGGAGCC\", \"ini\": 4667, \"clust\": 3117, \"rank\": 1624, \"rankvar\": 323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 407, \"group\": [3117.0, 433.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCGGATGGA\", \"ini\": 4666, \"clust\": 4050, \"rank\": 1435, \"rankvar\": 708, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4155, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2423, \"group\": [4049.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTATGCTTG\", \"ini\": 4665, \"clust\": 76, \"rank\": 2180, \"rankvar\": 3678, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4156, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5169, \"group\": [76.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTACTTAC\", \"ini\": 4664, \"clust\": 4034, \"rank\": 1423, \"rankvar\": 780, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4157, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2424, \"group\": [4034.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAATCCGT\", \"ini\": 4663, \"clust\": 3811, \"rank\": 1386, \"rankvar\": 482, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 408, \"group\": [3810.0, 711.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTGGGCTA\", \"ini\": 4662, \"clust\": 4352, \"rank\": 1609, \"rankvar\": 3385, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4159, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5058, \"group\": [4353.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCAGGTGCCT\", \"ini\": 4661, \"clust\": 4916, \"rank\": 1531, \"rankvar\": 4449, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4160, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2425, \"group\": [4919.0, 926.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCTGAGTGT\", \"ini\": 4660, \"clust\": 3843, \"rank\": 1553, \"rankvar\": 2224, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4161, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2426, \"group\": [3842.0, 724.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGAGAGTACAT\", \"ini\": 4659, \"clust\": 4448, \"rank\": 1656, \"rankvar\": 946, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4454, \"group\": [4450.0, 850.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGATGAGG\", \"ini\": 4658, \"clust\": 5142, \"rank\": 1758, \"rankvar\": 636, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4163, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4455, \"group\": [5143.0, 1022.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACCCTATC\", \"ini\": 4657, \"clust\": 4341, \"rank\": 1852, \"rankvar\": 3225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4164, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5059, \"group\": [4343.0, 814.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCGTTTGCC\", \"ini\": 4656, \"clust\": 1724, \"rank\": 1485, \"rankvar\": 462, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 409, \"group\": [1724.0, 263.0, 51.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCATTCA\", \"ini\": 4655, \"clust\": 1547, \"rank\": 1293, \"rankvar\": 2866, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4166, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3099, \"group\": [1548.0, 167.0, 25.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCTGTCAAG\", \"ini\": 4654, \"clust\": 3109, \"rank\": 1857, \"rankvar\": 902, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 410, \"group\": [3112.0, 430.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGCGCAC\", \"ini\": 4653, \"clust\": 1859, \"rank\": 1925, \"rankvar\": 7, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 411, \"group\": [1865.0, 298.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCGTCTTC\", \"ini\": 4652, \"clust\": 3804, \"rank\": 1493, \"rankvar\": 265, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4169, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 412, \"group\": [3804.0, 710.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCACAACGTT\", \"ini\": 4651, \"clust\": 4938, \"rank\": 1812, \"rankvar\": 1324, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4170, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4456, \"group\": [4938.0, 937.0, 150.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTCCGAAGA\", \"ini\": 4650, \"clust\": 3693, \"rank\": 1542, \"rankvar\": 1237, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4171, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2427, \"group\": [3693.0, 684.0, 112.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCAAGC\", \"ini\": 4649, \"clust\": 3910, \"rank\": 1663, \"rankvar\": 342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4172, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2428, \"group\": [3920.0, 747.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCCGTTGTC\", \"ini\": 4648, \"clust\": 1683, \"rank\": 1698, \"rankvar\": 153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 413, \"group\": [1684.0, 234.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCAAGTAATG\", \"ini\": 4647, \"clust\": 3856, \"rank\": 1693, \"rankvar\": 1691, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4174, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2429, \"group\": [3854.0, 727.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCTAGAAC\", \"ini\": 4646, \"clust\": 3517, \"rank\": 1527, \"rankvar\": 1289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4175, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2430, \"group\": [3518.0, 589.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCCTTGCCA\", \"ini\": 4645, \"clust\": 1709, \"rank\": 1419, \"rankvar\": 670, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 414, \"group\": [1710.0, 252.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGGACGAT\", \"ini\": 4644, \"clust\": 1690, \"rank\": 1321, \"rankvar\": 113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 415, \"group\": [1690.0, 239.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGTGGTAAT\", \"ini\": 4643, \"clust\": 10, \"rank\": 1533, \"rankvar\": 2994, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 416, \"group\": [10.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGATGCGAC\", \"ini\": 4642, \"clust\": 3852, \"rank\": 1705, \"rankvar\": 1529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4179, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2431, \"group\": [3851.0, 727.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAGCTTAAC\", \"ini\": 4641, \"clust\": 3994, \"rank\": 1672, \"rankvar\": 2601, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4180, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2432, \"group\": [3993.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGCAGCCTC\", \"ini\": 4640, \"clust\": 4039, \"rank\": 1155, \"rankvar\": 1053, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4181, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2433, \"group\": [4039.0, 754.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTGGTGTAG\", \"ini\": 4639, \"clust\": 5223, \"rank\": 2641, \"rankvar\": 1885, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4182, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4318, \"group\": [5224.0, 1084.0, 187.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTTGATG\", \"ini\": 4638, \"clust\": 1695, \"rank\": 1579, \"rankvar\": 933, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 417, \"group\": [1694.0, 241.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAGTCGACTAT\", \"ini\": 4637, \"clust\": 4033, \"rank\": 1339, \"rankvar\": 1831, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4184, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2434, \"group\": [4035.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGAATCT\", \"ini\": 4636, \"clust\": 1875, \"rank\": 1429, \"rankvar\": 336, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 418, \"group\": [1875.0, 302.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTCCAGTAT\", \"ini\": 4635, \"clust\": 3801, \"rank\": 1028, \"rankvar\": 637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 419, \"group\": [3801.0, 709.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGACAGCT\", \"ini\": 4634, \"clust\": 3647, \"rank\": 1947, \"rankvar\": 985, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 420, \"group\": [3646.0, 661.0, 109.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACCATACTACG\", \"ini\": 4633, \"clust\": 5227, \"rank\": 2491, \"rankvar\": 369, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4457, \"group\": [5228.0, 1087.0, 188.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGGTACA\", \"ini\": 4632, \"clust\": 1669, \"rank\": 1593, \"rankvar\": 332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 421, \"group\": [1670.0, 229.0, 46.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAAACGTGG\", \"ini\": 4631, \"clust\": 3677, \"rank\": 1669, \"rankvar\": 986, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4190, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 422, \"group\": [3678.0, 677.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTAGTGACTCT\", \"ini\": 4630, \"clust\": 3853, \"rank\": 1512, \"rankvar\": 977, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4191, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2435, \"group\": [3852.0, 727.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTATCGCAT\", \"ini\": 4629, \"clust\": 3119, \"rank\": 1905, \"rankvar\": 186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 423, \"group\": [3122.0, 436.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACGTCAGC\", \"ini\": 4628, \"clust\": 3880, \"rank\": 1375, \"rankvar\": 1709, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4193, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2436, \"group\": [3878.0, 734.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACCTCGT\", \"ini\": 4627, \"clust\": 17, \"rank\": 1960, \"rankvar\": 4925, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4194, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5170, \"group\": [18.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGTGCCTG\", \"ini\": 4626, \"clust\": 3830, \"rank\": 2225, \"rankvar\": 3079, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4195, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2437, \"group\": [3830.0, 721.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGCGAT\", \"ini\": 4625, \"clust\": 5133, \"rank\": 2183, \"rankvar\": 679, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4458, \"group\": [5134.0, 1017.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATTGG\", \"ini\": 4624, \"clust\": 3802, \"rank\": 1378, \"rankvar\": 1097, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 424, \"group\": [3802.0, 709.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTTTACGT\", \"ini\": 4623, \"clust\": 1674, \"rank\": 1888, \"rankvar\": 87, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 425, \"group\": [1678.0, 232.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCGCCAGCA\", \"ini\": 4622, \"clust\": 3881, \"rank\": 1248, \"rankvar\": 3041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4199, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2438, \"group\": [3879.0, 734.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCAGATCCTGT\", \"ini\": 4621, \"clust\": 4950, \"rank\": 1868, \"rankvar\": 222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4459, \"group\": [4953.0, 943.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCTCTGAGA\", \"ini\": 4620, \"clust\": 1718, \"rank\": 2027, \"rankvar\": 1291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 426, \"group\": [1722.0, 262.0, 50.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGCAATC\", \"ini\": 4619, \"clust\": 1727, \"rank\": 2041, \"rankvar\": 141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 427, \"group\": [1730.0, 268.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTCTGG\", \"ini\": 4618, \"clust\": 4093, \"rank\": 2471, \"rankvar\": 3497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4203, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 18, \"group\": [4094.0, 768.0, 120.0, 27.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGTGAAGTT\", \"ini\": 4617, \"clust\": 3500, \"rank\": 1831, \"rankvar\": 783, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4204, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2439, \"group\": [3500.0, 585.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTAAGGATT\", \"ini\": 4616, \"clust\": 5122, \"rank\": 1953, \"rankvar\": 950, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4205, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2440, \"group\": [5126.0, 1011.0, 162.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTGTCGAGTTT\", \"ini\": 4615, \"clust\": 5144, \"rank\": 2194, \"rankvar\": 1838, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4206, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2441, \"group\": [5149.0, 1026.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTTGCTCCT\", \"ini\": 4614, \"clust\": 3849, \"rank\": 1250, \"rankvar\": 3100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4207, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2442, \"group\": [3848.0, 726.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCGCATC\", \"ini\": 4613, \"clust\": 62, \"rank\": 1986, \"rankvar\": 5077, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4208, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5171, \"group\": [74.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACTCAGCCTAA\", \"ini\": 4612, \"clust\": 1711, \"rank\": 1973, \"rankvar\": 303, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 428, \"group\": [1711.0, 253.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTGGGCCA\", \"ini\": 4611, \"clust\": 4133, \"rank\": 2421, \"rankvar\": 3437, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4210, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 19, \"group\": [4129.0, 778.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGGCTAGCA\", \"ini\": 4610, \"clust\": 3903, \"rank\": 1751, \"rankvar\": 1438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4211, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2443, \"group\": [3902.0, 743.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAAGCCATCGC\", \"ini\": 4609, \"clust\": 1667, \"rank\": 1218, \"rankvar\": 735, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 429, \"group\": [1668.0, 228.0, 46.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATACTACG\", \"ini\": 4608, \"clust\": 4849, \"rank\": 1728, \"rankvar\": 524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4213, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4460, \"group\": [4850.0, 892.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCTAGTGT\", \"ini\": 4607, \"clust\": 3888, \"rank\": 1754, \"rankvar\": 3341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4214, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2444, \"group\": [3887.0, 738.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACATCCGCGA\", \"ini\": 4606, \"clust\": 4949, \"rank\": 1887, \"rankvar\": 2964, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4215, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2445, \"group\": [4947.0, 940.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCCGTGAC\", \"ini\": 4605, \"clust\": 5143, \"rank\": 2330, \"rankvar\": 676, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4216, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4461, \"group\": [5144.0, 1023.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTTCCACAA\", \"ini\": 4604, \"clust\": 1879, \"rank\": 2061, \"rankvar\": 114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 430, \"group\": [1879.0, 305.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCCTTGTG\", \"ini\": 4603, \"clust\": 4931, \"rank\": 1667, \"rankvar\": 763, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4218, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4462, \"group\": [4935.0, 934.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCGATTCT\", \"ini\": 4602, \"clust\": 1707, \"rank\": 1848, \"rankvar\": 149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 431, \"group\": [1708.0, 251.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCAATGGT\", \"ini\": 4601, \"clust\": 1717, \"rank\": 1997, \"rankvar\": 648, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 432, \"group\": [1717.0, 257.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTACAGACG\", \"ini\": 4600, \"clust\": 4947, \"rank\": 1781, \"rankvar\": 1481, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4221, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4463, \"group\": [4948.0, 940.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGCTGATAA\", \"ini\": 4599, \"clust\": 4122, \"rank\": 1913, \"rankvar\": 3627, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4222, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 20, \"group\": [4120.0, 776.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTAATAGCA\", \"ini\": 4598, \"clust\": 1744, \"rank\": 2045, \"rankvar\": 175, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 433, \"group\": [1745.0, 273.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTGGCGAC\", \"ini\": 4597, \"clust\": 18, \"rank\": 2672, \"rankvar\": 4971, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4224, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5172, \"group\": [19.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAATGTGT\", \"ini\": 4596, \"clust\": 1874, \"rank\": 1851, \"rankvar\": 394, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4225, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 434, \"group\": [1874.0, 301.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCACCTCGT\", \"ini\": 4595, \"clust\": 3661, \"rank\": 1877, \"rankvar\": 177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 435, \"group\": [3661.0, 672.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCCGAAT\", \"ini\": 4594, \"clust\": 4040, \"rank\": 1394, \"rankvar\": 2076, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4227, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2446, \"group\": [4040.0, 754.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTACAGCAG\", \"ini\": 4593, \"clust\": 3815, \"rank\": 1478, \"rankvar\": 1042, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2447, \"group\": [3815.0, 713.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCAACGCTA\", \"ini\": 4592, \"clust\": 3115, \"rank\": 2111, \"rankvar\": 277, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4229, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 436, \"group\": [3116.0, 432.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCACGAAATA\", \"ini\": 4591, \"clust\": 3911, \"rank\": 1646, \"rankvar\": 798, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4230, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2448, \"group\": [3919.0, 746.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATTTGCTT\", \"ini\": 4590, \"clust\": 1715, \"rank\": 1275, \"rankvar\": 2144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4231, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 437, \"group\": [1718.0, 258.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTGTAATGA\", \"ini\": 4589, \"clust\": 3819, \"rank\": 1573, \"rankvar\": 2030, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4232, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2449, \"group\": [3819.0, 716.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGAGTATA\", \"ini\": 4588, \"clust\": 3851, \"rank\": 2104, \"rankvar\": 405, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4233, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2450, \"group\": [3858.0, 728.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTAAAGA\", \"ini\": 4587, \"clust\": 4089, \"rank\": 1980, \"rankvar\": 2975, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4234, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2451, \"group\": [4088.0, 765.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTTGAGG\", \"ini\": 4586, \"clust\": 3325, \"rank\": 2350, \"rankvar\": 404, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4235, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 438, \"group\": [3327.0, 507.0, 75.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACACCAGGCT\", \"ini\": 4585, \"clust\": 5157, \"rank\": 2517, \"rankvar\": 282, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 439, \"group\": [5158.0, 1032.0, 166.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGGGACA\", \"ini\": 4584, \"clust\": 4301, \"rank\": 2284, \"rankvar\": 1204, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4237, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5060, \"group\": [4302.0, 807.0, 134.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGGGTACA\", \"ini\": 4583, \"clust\": 14, \"rank\": 1822, \"rankvar\": 2153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 440, \"group\": [12.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGCATG\", \"ini\": 4582, \"clust\": 4070, \"rank\": 2067, \"rankvar\": 2559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4239, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2452, \"group\": [4073.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTTGCGCAC\", \"ini\": 4581, \"clust\": 3821, \"rank\": 1826, \"rankvar\": 3262, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4240, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2453, \"group\": [3821.0, 716.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGATTGT\", \"ini\": 4580, \"clust\": 4343, \"rank\": 1821, \"rankvar\": 4702, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4241, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5061, \"group\": [4342.0, 814.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGAGACG\", \"ini\": 4579, \"clust\": 4123, \"rank\": 2248, \"rankvar\": 4598, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4242, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 21, \"group\": [4139.0, 781.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGCAGCGTA\", \"ini\": 4578, \"clust\": 4323, \"rank\": 1904, \"rankvar\": 4693, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4243, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5062, \"group\": [4324.0, 811.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAAGCCATT\", \"ini\": 4577, \"clust\": 3937, \"rank\": 1560, \"rankvar\": 573, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4244, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2454, \"group\": [3937.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTTACCCA\", \"ini\": 4576, \"clust\": 4291, \"rank\": 2847, \"rankvar\": 4715, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4245, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 22, \"group\": [4288.0, 797.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCTCTTGAT\", \"ini\": 4575, \"clust\": 4048, \"rank\": 1840, \"rankvar\": 2785, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4246, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2455, \"group\": [4050.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGCCGTCGT\", \"ini\": 4574, \"clust\": 4071, \"rank\": 2030, \"rankvar\": 1711, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4247, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2456, \"group\": [4072.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTAACTTC\", \"ini\": 4573, \"clust\": 4954, \"rank\": 2401, \"rankvar\": 1554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4248, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4464, \"group\": [4955.0, 944.0, 151.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCACGGTTA\", \"ini\": 4572, \"clust\": 3515, \"rank\": 1769, \"rankvar\": 3758, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4249, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2457, \"group\": [3520.0, 589.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTGTAA\", \"ini\": 4571, \"clust\": 4084, \"rank\": 2036, \"rankvar\": 1478, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4250, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2458, \"group\": [4084.0, 764.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATTGTGCA\", \"ini\": 4570, \"clust\": 5155, \"rank\": 2249, \"rankvar\": 357, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 441, \"group\": [5156.0, 1030.0, 165.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAGTCGGT\", \"ini\": 4569, \"clust\": 4990, \"rank\": 2162, \"rankvar\": 1311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4252, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4319, \"group\": [4991.0, 966.0, 156.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCGTCAAA\", \"ini\": 4568, \"clust\": 3684, \"rank\": 1671, \"rankvar\": 4034, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4253, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2097, \"group\": [3682.0, 678.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCACCCTCA\", \"ini\": 4567, \"clust\": 1712, \"rank\": 2103, \"rankvar\": 501, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 442, \"group\": [1712.0, 253.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTCACCTC\", \"ini\": 4566, \"clust\": 4850, \"rank\": 2138, \"rankvar\": 377, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4255, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4465, \"group\": [4851.0, 892.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGACAAGCC\", \"ini\": 4565, \"clust\": 84, \"rank\": 2840, \"rankvar\": 4710, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4256, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5173, \"group\": [84.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGCATCATC\", \"ini\": 4564, \"clust\": 4006, \"rank\": 1938, \"rankvar\": 1524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4257, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2459, \"group\": [4008.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGACACGAC\", \"ini\": 4563, \"clust\": 1686, \"rank\": 1715, \"rankvar\": 1640, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 443, \"group\": [1686.0, 235.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTTCCTT\", \"ini\": 4562, \"clust\": 3885, \"rank\": 2145, \"rankvar\": 1751, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4259, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2460, \"group\": [3885.0, 737.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGATACACA\", \"ini\": 4561, \"clust\": 3918, \"rank\": 1928, \"rankvar\": 847, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4260, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2461, \"group\": [3918.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACAATAGAGT\", \"ini\": 4560, \"clust\": 5158, \"rank\": 2564, \"rankvar\": 690, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4261, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 444, \"group\": [5159.0, 1032.0, 166.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGATGTGGC\", \"ini\": 4559, \"clust\": 4082, \"rank\": 2069, \"rankvar\": 1843, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4262, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2462, \"group\": [4086.0, 764.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGTAAGTAC\", \"ini\": 4558, \"clust\": 1872, \"rank\": 2124, \"rankvar\": 219, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 445, \"group\": [1881.0, 307.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGGTCGAT\", \"ini\": 4557, \"clust\": 51, \"rank\": 2700, \"rankvar\": 4823, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4264, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5174, \"group\": [53.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAAACGCG\", \"ini\": 4556, \"clust\": 3921, \"rank\": 1811, \"rankvar\": 3243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4265, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2463, \"group\": [3923.0, 748.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGGGTGTTG\", \"ini\": 4555, \"clust\": 3421, \"rank\": 2580, \"rankvar\": 3297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4266, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2464, \"group\": [3422.0, 554.0, 85.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGCTATGCT\", \"ini\": 4554, \"clust\": 1691, \"rank\": 1537, \"rankvar\": 1726, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 446, \"group\": [1691.0, 239.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCTCGATGA\", \"ini\": 4553, \"clust\": 143, \"rank\": 1915, \"rankvar\": 4200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4268, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2836, \"group\": [144.0, 32.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAACACCCG\", \"ini\": 4552, \"clust\": 3876, \"rank\": 1632, \"rankvar\": 3064, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4269, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2465, \"group\": [3875.0, 733.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTAAGAGAG\", \"ini\": 4551, \"clust\": 3834, \"rank\": 2201, \"rankvar\": 2704, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4270, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2466, \"group\": [3836.0, 722.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAGCTCCG\", \"ini\": 4550, \"clust\": 3511, \"rank\": 2253, \"rankvar\": 3562, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4271, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2467, \"group\": [3510.0, 588.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTGTCCAT\", \"ini\": 4549, \"clust\": 4382, \"rank\": 2287, \"rankvar\": 4621, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4272, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5063, \"group\": [4383.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGATTA\", \"ini\": 4548, \"clust\": 5169, \"rank\": 2275, \"rankvar\": 704, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4273, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 447, \"group\": [5169.0, 1041.0, 168.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTGCTGTC\", \"ini\": 4547, \"clust\": 4981, \"rank\": 2292, \"rankvar\": 432, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2468, \"group\": [4980.0, 957.0, 153.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTAAGTAG\", \"ini\": 4546, \"clust\": 3857, \"rank\": 2010, \"rankvar\": 565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4275, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2469, \"group\": [3856.0, 727.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTAGGACAC\", \"ini\": 4545, \"clust\": 3891, \"rank\": 2198, \"rankvar\": 1979, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4276, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2470, \"group\": [3889.0, 738.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTACGAAAT\", \"ini\": 4544, \"clust\": 4322, \"rank\": 2035, \"rankvar\": 3031, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4277, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5064, \"group\": [4322.0, 811.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCGGCATC\", \"ini\": 4543, \"clust\": 3648, \"rank\": 2170, \"rankvar\": 344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 448, \"group\": [3647.0, 661.0, 109.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATAGTCA\", \"ini\": 4542, \"clust\": 3835, \"rank\": 2118, \"rankvar\": 1379, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4279, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2471, \"group\": [3834.0, 722.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTTTAGGA\", \"ini\": 4541, \"clust\": 5182, \"rank\": 2413, \"rankvar\": 292, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 449, \"group\": [5185.0, 1054.0, 174.0, 37.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGTCGTC\", \"ini\": 4540, \"clust\": 4431, \"rank\": 1902, \"rankvar\": 833, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4281, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4466, \"group\": [4431.0, 843.0, 140.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGAAGGACA\", \"ini\": 4539, \"clust\": 1666, \"rank\": 1932, \"rankvar\": 199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 450, \"group\": [1665.0, 225.0, 45.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTGGAGA\", \"ini\": 4538, \"clust\": 3861, \"rank\": 2064, \"rankvar\": 1397, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4283, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2472, \"group\": [3861.0, 730.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGGTGGA\", \"ini\": 4537, \"clust\": 5167, \"rank\": 2085, \"rankvar\": 77, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 451, \"group\": [5168.0, 1040.0, 168.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGGCATG\", \"ini\": 4536, \"clust\": 3112, \"rank\": 2550, \"rankvar\": 3236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 452, \"group\": [3113.0, 431.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAATGTTGC\", \"ini\": 4535, \"clust\": 3845, \"rank\": 1941, \"rankvar\": 1006, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4286, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2473, \"group\": [3846.0, 724.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCGGCA\", \"ini\": 4534, \"clust\": 3930, \"rank\": 1964, \"rankvar\": 771, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4287, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2474, \"group\": [3933.0, 750.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGTACC\", \"ini\": 4533, \"clust\": 3685, \"rank\": 1702, \"rankvar\": 587, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 453, \"group\": [3683.0, 678.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCATTATCC\", \"ini\": 4532, \"clust\": 3518, \"rank\": 1909, \"rankvar\": 2698, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2475, \"group\": [3516.0, 589.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAGGATCGA\", \"ini\": 4531, \"clust\": 1877, \"rank\": 2101, \"rankvar\": 95, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4290, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 454, \"group\": [1877.0, 303.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTCCAGTTA\", \"ini\": 4530, \"clust\": 3694, \"rank\": 2639, \"rankvar\": 492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4291, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4320, \"group\": [3694.0, 685.0, 113.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAGCTTCGG\", \"ini\": 4529, \"clust\": 3862, \"rank\": 2282, \"rankvar\": 1581, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4292, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2476, \"group\": [3862.0, 730.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCACCAGGC\", \"ini\": 4528, \"clust\": 3663, \"rank\": 2181, \"rankvar\": 210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4293, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 455, \"group\": [3663.0, 673.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACACAGAGGT\", \"ini\": 4527, \"clust\": 3870, \"rank\": 2058, \"rankvar\": 2351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4294, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2477, \"group\": [3872.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGATTGCT\", \"ini\": 4526, \"clust\": 1689, \"rank\": 1859, \"rankvar\": 179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4295, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 456, \"group\": [1692.0, 240.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCATCGTCGG\", \"ini\": 4525, \"clust\": 3879, \"rank\": 2081, \"rankvar\": 1427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2478, \"group\": [3880.0, 734.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTGAATTG\", \"ini\": 4524, \"clust\": 5213, \"rank\": 3151, \"rankvar\": 5217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4297, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5175, \"group\": [5214.0, 1077.0, 185.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGTATCTCG\", \"ini\": 4523, \"clust\": 5171, \"rank\": 2309, \"rankvar\": 125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 457, \"group\": [5172.0, 1043.0, 169.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAACGC\", \"ini\": 4522, \"clust\": 3113, \"rank\": 2361, \"rankvar\": 2374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4299, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 458, \"group\": [3114.0, 431.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGATCCCGC\", \"ini\": 4521, \"clust\": 3871, \"rank\": 1833, \"rankvar\": 3709, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4300, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2479, \"group\": [3870.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAAGAAAGG\", \"ini\": 4520, \"clust\": 4432, \"rank\": 2026, \"rankvar\": 1523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4301, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2480, \"group\": [4432.0, 844.0, 140.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTGGTTT\", \"ini\": 4519, \"clust\": 5176, \"rank\": 2646, \"rankvar\": 706, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 459, \"group\": [5178.0, 1048.0, 171.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTTCAAG\", \"ini\": 4518, \"clust\": 1663, \"rank\": 1814, \"rankvar\": 611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 460, \"group\": [1667.0, 227.0, 45.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTTTCG\", \"ini\": 4517, \"clust\": 3839, \"rank\": 1799, \"rankvar\": 989, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4304, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2481, \"group\": [3847.0, 725.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGTCTAC\", \"ini\": 4516, \"clust\": 3330, \"rank\": 2466, \"rankvar\": 225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 461, \"group\": [3329.0, 508.0, 75.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTGTCCGT\", \"ini\": 4515, \"clust\": 4340, \"rank\": 2259, \"rankvar\": 4039, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4306, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5065, \"group\": [4361.0, 818.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTATATCCG\", \"ini\": 4514, \"clust\": 5156, \"rank\": 2717, \"rankvar\": 2719, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4307, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 462, \"group\": [5157.0, 1031.0, 165.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGGCCT\", \"ini\": 4513, \"clust\": 3873, \"rank\": 1961, \"rankvar\": 3215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4308, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2482, \"group\": [3873.0, 732.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCACCGATAT\", \"ini\": 4512, \"clust\": 1880, \"rank\": 2436, \"rankvar\": 308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 463, \"group\": [1880.0, 306.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGCCATG\", \"ini\": 4511, \"clust\": 5196, \"rank\": 2689, \"rankvar\": 874, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4467, \"group\": [5195.0, 1063.0, 179.0, 40.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGCTTGTC\", \"ini\": 4510, \"clust\": 3085, \"rank\": 2412, \"rankvar\": 228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 464, \"group\": [3086.0, 417.0, 60.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGCTGATAA\", \"ini\": 4509, \"clust\": 4975, \"rank\": 1971, \"rankvar\": 2026, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4312, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2483, \"group\": [4975.0, 952.0, 152.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACACATGT\", \"ini\": 4508, \"clust\": 5170, \"rank\": 2565, \"rankvar\": 459, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 465, \"group\": [5170.0, 1041.0, 168.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACATACG\", \"ini\": 4507, \"clust\": 1726, \"rank\": 1987, \"rankvar\": 117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4314, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 466, \"group\": [1727.0, 266.0, 51.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCACCGAATT\", \"ini\": 4506, \"clust\": 100, \"rank\": 2831, \"rankvar\": 4914, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4315, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5176, \"group\": [96.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAATAGCGG\", \"ini\": 4505, \"clust\": 5163, \"rank\": 2493, \"rankvar\": 457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4316, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 467, \"group\": [5166.0, 1038.0, 167.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAGACACTT\", \"ini\": 4504, \"clust\": 3502, \"rank\": 2131, \"rankvar\": 2143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4317, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2484, \"group\": [3503.0, 586.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTTACGGAG\", \"ini\": 4503, \"clust\": 3889, \"rank\": 2271, \"rankvar\": 2328, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4318, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2485, \"group\": [3888.0, 738.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGAGTTGGC\", \"ini\": 4502, \"clust\": 3878, \"rank\": 1874, \"rankvar\": 3062, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4319, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2486, \"group\": [3881.0, 734.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCCCAGCT\", \"ini\": 4501, \"clust\": 3837, \"rank\": 2227, \"rankvar\": 1084, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4320, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2487, \"group\": [3837.0, 722.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATCAGAA\", \"ini\": 4500, \"clust\": 4982, \"rank\": 2643, \"rankvar\": 505, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4321, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2837, \"group\": [4983.0, 960.0, 154.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGTCGATAA\", \"ini\": 4499, \"clust\": 3501, \"rank\": 2383, \"rankvar\": 3247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2488, \"group\": [3501.0, 585.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAAGTTCTG\", \"ini\": 4498, \"clust\": 1538, \"rank\": 1740, \"rankvar\": 4370, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4323, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2838, \"group\": [1541.0, 162.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGACTAGGC\", \"ini\": 4497, \"clust\": 3662, \"rank\": 2213, \"rankvar\": 3311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4324, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2098, \"group\": [3662.0, 672.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCACGGTAAG\", \"ini\": 4496, \"clust\": 3825, \"rank\": 2235, \"rankvar\": 1353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4325, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2489, \"group\": [3824.0, 717.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCTGTAGA\", \"ini\": 4495, \"clust\": 4973, \"rank\": 2082, \"rankvar\": 747, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 468, \"group\": [4976.0, 953.0, 152.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCTTGT\", \"ini\": 4494, \"clust\": 1698, \"rank\": 2176, \"rankvar\": 1486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 469, \"group\": [1699.0, 244.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTCGCTTG\", \"ini\": 4493, \"clust\": 3886, \"rank\": 2366, \"rankvar\": 1962, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4328, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2490, \"group\": [3886.0, 737.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACCAACCG\", \"ini\": 4492, \"clust\": 3883, \"rank\": 2384, \"rankvar\": 1114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4329, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2491, \"group\": [3882.0, 735.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGCGCCTTG\", \"ini\": 4491, \"clust\": 3651, \"rank\": 2515, \"rankvar\": 831, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4330, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 470, \"group\": [3651.0, 664.0, 109.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCCCGACTT\", \"ini\": 4490, \"clust\": 3935, \"rank\": 1662, \"rankvar\": 895, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4331, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2492, \"group\": [3935.0, 751.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGCCACGCT\", \"ini\": 4489, \"clust\": 3858, \"rank\": 2371, \"rankvar\": 1014, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4332, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2493, \"group\": [3857.0, 727.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCCCAACC\", \"ini\": 4488, \"clust\": 1876, \"rank\": 2056, \"rankvar\": 406, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4333, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 471, \"group\": [1876.0, 302.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCGAGT\", \"ini\": 4487, \"clust\": 3863, \"rank\": 2205, \"rankvar\": 1746, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4334, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2494, \"group\": [3863.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATGTTCCC\", \"ini\": 4486, \"clust\": 1878, \"rank\": 2294, \"rankvar\": 1186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4335, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 472, \"group\": [1878.0, 304.0, 53.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACAGGTTT\", \"ini\": 4485, \"clust\": 3859, \"rank\": 2281, \"rankvar\": 1105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2495, \"group\": [3859.0, 729.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCGCGCCAA\", \"ini\": 4484, \"clust\": 3635, \"rank\": 2148, \"rankvar\": 1117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4337, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 473, \"group\": [3635.0, 651.0, 104.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCAGCGCTTAT\", \"ini\": 4483, \"clust\": 49, \"rank\": 2794, \"rankvar\": 5140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4338, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5177, \"group\": [49.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACCAGATT\", \"ini\": 4482, \"clust\": 4312, \"rank\": 2632, \"rankvar\": 4503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4339, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5066, \"group\": [4311.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTATGAAAC\", \"ini\": 4481, \"clust\": 1673, \"rank\": 2051, \"rankvar\": 251, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 474, \"group\": [1679.0, 233.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCCCTGACT\", \"ini\": 4480, \"clust\": 3317, \"rank\": 2664, \"rankvar\": 337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 475, \"group\": [3331.0, 510.0, 76.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGTTAGCGG\", \"ini\": 4479, \"clust\": 3697, \"rank\": 2509, \"rankvar\": 3996, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4342, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2496, \"group\": [3698.0, 688.0, 114.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGCTAACTC\", \"ini\": 4478, \"clust\": 3312, \"rank\": 2690, \"rankvar\": 317, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 476, \"group\": [3313.0, 495.0, 72.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGTTACCCA\", \"ini\": 4477, \"clust\": 21, \"rank\": 2507, \"rankvar\": 4718, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4344, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5178, \"group\": [22.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAGCGATG\", \"ini\": 4476, \"clust\": 5211, \"rank\": 2920, \"rankvar\": 3145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4345, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4321, \"group\": [5211.0, 1075.0, 184.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTGGTAC\", \"ini\": 4475, \"clust\": 3510, \"rank\": 2476, \"rankvar\": 2336, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4346, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2497, \"group\": [3514.0, 588.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAGATGAGC\", \"ini\": 4474, \"clust\": 5172, \"rank\": 2562, \"rankvar\": 339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 477, \"group\": [5173.0, 1044.0, 169.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCAAAGTAG\", \"ini\": 4473, \"clust\": 3700, \"rank\": 2492, \"rankvar\": 135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 478, \"group\": [3702.0, 692.0, 115.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTAAGCCA\", \"ini\": 4472, \"clust\": 4915, \"rank\": 2708, \"rankvar\": 903, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4349, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4468, \"group\": [4916.0, 924.0, 147.0, 33.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGATGTTAG\", \"ini\": 4471, \"clust\": 50, \"rank\": 2857, \"rankvar\": 5099, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4350, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5179, \"group\": [50.0, 15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGCCCGAAA\", \"ini\": 4470, \"clust\": 4066, \"rank\": 2865, \"rankvar\": 3475, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4351, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2498, \"group\": [4065.0, 761.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCACAGGT\", \"ini\": 4469, \"clust\": 4313, \"rank\": 2549, \"rankvar\": 4497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4352, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5067, \"group\": [4312.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTCCAGGA\", \"ini\": 4468, \"clust\": 3872, \"rank\": 2321, \"rankvar\": 1551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4353, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2499, \"group\": [3871.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAAGTGCG\", \"ini\": 4467, \"clust\": 5161, \"rank\": 2886, \"rankvar\": 593, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 479, \"group\": [5162.0, 1035.0, 167.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCGTAGATTAG\", \"ini\": 4466, \"clust\": 4281, \"rank\": 2661, \"rankvar\": 4073, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 480, \"group\": [4280.0, 794.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCGTACGGC\", \"ini\": 4465, \"clust\": 144, \"rank\": 2219, \"rankvar\": 4317, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4356, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2839, \"group\": [145.0, 32.0, 9.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCACGGTGTC\", \"ini\": 4464, \"clust\": 3646, \"rank\": 2348, \"rankvar\": 865, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 481, \"group\": [3648.0, 662.0, 109.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCTATCCTA\", \"ini\": 4463, \"clust\": 1670, \"rank\": 2479, \"rankvar\": 629, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 482, \"group\": [1671.0, 229.0, 46.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCACTGGGC\", \"ini\": 4462, \"clust\": 3323, \"rank\": 2824, \"rankvar\": 361, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 483, \"group\": [3323.0, 504.0, 75.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTATGAAAC\", \"ini\": 4461, \"clust\": 1654, \"rank\": 2159, \"rankvar\": 643, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 484, \"group\": [1657.0, 218.0, 41.0, 11.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCTTGGTC\", \"ini\": 4460, \"clust\": 3680, \"rank\": 2167, \"rankvar\": 681, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4361, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2500, \"group\": [3685.0, 679.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCACGTTGGC\", \"ini\": 4459, \"clust\": 3836, \"rank\": 2542, \"rankvar\": 3179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4362, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2501, \"group\": [3835.0, 722.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCCCTTA\", \"ini\": 4458, \"clust\": 4983, \"rank\": 2464, \"rankvar\": 729, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4363, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2840, \"group\": [4984.0, 961.0, 154.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGACAAAGG\", \"ini\": 4457, \"clust\": 3812, \"rank\": 2007, \"rankvar\": 1900, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4364, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2099, \"group\": [3811.0, 711.0, 117.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACTGCCAG\", \"ini\": 4456, \"clust\": 5131, \"rank\": 3058, \"rankvar\": 2399, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2502, \"group\": [5131.0, 1015.0, 163.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGCGTGAGT\", \"ini\": 4455, \"clust\": 4383, \"rank\": 2502, \"rankvar\": 4603, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4366, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5068, \"group\": [4384.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCGCGGATC\", \"ini\": 4454, \"clust\": 4087, \"rank\": 2274, \"rankvar\": 3871, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2503, \"group\": [4089.0, 765.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGGTGCAGACA\", \"ini\": 4453, \"clust\": 3890, \"rank\": 2756, \"rankvar\": 3881, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4368, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2504, \"group\": [3891.0, 738.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTAAGGGC\", \"ini\": 4452, \"clust\": 3682, \"rank\": 2001, \"rankvar\": 2137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4369, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2100, \"group\": [3680.0, 678.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGCGTTCCG\", \"ini\": 4451, \"clust\": 1672, \"rank\": 2574, \"rankvar\": 301, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4370, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 485, \"group\": [1673.0, 231.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCATGAAC\", \"ini\": 4450, \"clust\": 3319, \"rank\": 2881, \"rankvar\": 765, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4371, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 486, \"group\": [3318.0, 499.0, 73.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGCACTTCGAA\", \"ini\": 4449, \"clust\": 4939, \"rank\": 2480, \"rankvar\": 1666, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4372, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4469, \"group\": [4939.0, 937.0, 150.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGGCATCG\", \"ini\": 4448, \"clust\": 3495, \"rank\": 2728, \"rankvar\": 3858, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4373, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2505, \"group\": [3494.0, 582.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCTCCAACC\", \"ini\": 4447, \"clust\": 4042, \"rank\": 2211, \"rankvar\": 3291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2506, \"group\": [4042.0, 755.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGGGATCTG\", \"ini\": 4446, \"clust\": 3519, \"rank\": 2405, \"rankvar\": 1719, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4375, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2507, \"group\": [3517.0, 589.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGGCTCAC\", \"ini\": 4445, \"clust\": 46, \"rank\": 2579, \"rankvar\": 2118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4376, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 487, \"group\": [108.0, 20.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACAGTTAACC\", \"ini\": 4444, \"clust\": 3864, \"rank\": 2605, \"rankvar\": 3345, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4377, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2508, \"group\": [3864.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCAGGCGAA\", \"ini\": 4443, \"clust\": 5183, \"rank\": 2582, \"rankvar\": 5, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 488, \"group\": [5183.0, 1052.0, 172.0, 36.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCACAACGCC\", \"ini\": 4442, \"clust\": 4381, \"rank\": 2497, \"rankvar\": 4952, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4379, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5069, \"group\": [4382.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGCAGTTT\", \"ini\": 4441, \"clust\": 3874, \"rank\": 2382, \"rankvar\": 2760, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4380, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2509, \"group\": [3874.0, 732.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCACTCCTG\", \"ini\": 4440, \"clust\": 4385, \"rank\": 2678, \"rankvar\": 4901, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4381, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5070, \"group\": [4385.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGAAGGCCT\", \"ini\": 4439, \"clust\": 4324, \"rank\": 2441, \"rankvar\": 4097, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4382, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5071, \"group\": [4325.0, 811.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCAGGCAAG\", \"ini\": 4438, \"clust\": 3678, \"rank\": 2315, \"rankvar\": 3774, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4383, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2101, \"group\": [3676.0, 677.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGTTGCAGG\", \"ini\": 4437, \"clust\": 3683, \"rank\": 1827, \"rankvar\": 3844, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4384, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2102, \"group\": [3681.0, 678.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGAAAGA\", \"ini\": 4436, \"clust\": 1512, \"rank\": 1995, \"rankvar\": 4580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4385, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2841, \"group\": [1512.0, 154.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCAGATGTAAC\", \"ini\": 4435, \"clust\": 4345, \"rank\": 2443, \"rankvar\": 3914, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4386, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5072, \"group\": [4346.0, 815.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCGGATCA\", \"ini\": 4434, \"clust\": 3832, \"rank\": 2762, \"rankvar\": 1896, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4387, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2510, \"group\": [3832.0, 722.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCACATTCGA\", \"ini\": 4433, \"clust\": 3613, \"rank\": 2608, \"rankvar\": 267, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 489, \"group\": [3616.0, 635.0, 96.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTAAAGTCA\", \"ini\": 4432, \"clust\": 3831, \"rank\": 2393, \"rankvar\": 3824, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4389, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2511, \"group\": [3831.0, 721.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCATCGGC\", \"ini\": 4431, \"clust\": 3860, \"rank\": 2521, \"rankvar\": 3902, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4390, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2512, \"group\": [3860.0, 729.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACCCATTC\", \"ini\": 4430, \"clust\": 3665, \"rank\": 2267, \"rankvar\": 1429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4391, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2103, \"group\": [3665.0, 674.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGCTGAACG\", \"ini\": 4429, \"clust\": 3892, \"rank\": 2520, \"rankvar\": 2048, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4392, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2513, \"group\": [3890.0, 738.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCGACAGCC\", \"ini\": 4428, \"clust\": 5177, \"rank\": 2996, \"rankvar\": 1265, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 490, \"group\": [5176.0, 1047.0, 171.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTCAGACT\", \"ini\": 4427, \"clust\": 3850, \"rank\": 2207, \"rankvar\": 2081, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4394, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2514, \"group\": [3849.0, 726.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTGGTCTCG\", \"ini\": 4426, \"clust\": 4318, \"rank\": 2462, \"rankvar\": 3537, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4395, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5073, \"group\": [4319.0, 811.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTATCGCC\", \"ini\": 4425, \"clust\": 3827, \"rank\": 2569, \"rankvar\": 1521, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4396, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2104, \"group\": [3826.0, 717.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGATGAGAG\", \"ini\": 4424, \"clust\": 4311, \"rank\": 2775, \"rankvar\": 4615, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4397, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5074, \"group\": [4313.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAACCAC\", \"ini\": 4423, \"clust\": 5173, \"rank\": 2757, \"rankvar\": 1492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4398, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2515, \"group\": [5174.0, 1045.0, 170.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTTCGATC\", \"ini\": 4422, \"clust\": 3894, \"rank\": 2465, \"rankvar\": 2652, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4399, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2516, \"group\": [3892.0, 738.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCTAAGAT\", \"ini\": 4421, \"clust\": 3681, \"rank\": 2277, \"rankvar\": 1520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 491, \"group\": [3684.0, 678.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTAGCAAAT\", \"ini\": 4420, \"clust\": 3877, \"rank\": 2341, \"rankvar\": 3731, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4401, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2517, \"group\": [3876.0, 733.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGATGTCT\", \"ini\": 4419, \"clust\": 3844, \"rank\": 2514, \"rankvar\": 2765, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4402, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2518, \"group\": [3843.0, 724.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGTAC\", \"ini\": 4418, \"clust\": 5178, \"rank\": 2943, \"rankvar\": 739, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4403, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 492, \"group\": [5177.0, 1047.0, 171.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGTTGTC\", \"ini\": 4417, \"clust\": 3666, \"rank\": 2185, \"rankvar\": 1787, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4404, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2105, \"group\": [3666.0, 674.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGAGAGCTC\", \"ini\": 4416, \"clust\": 4978, \"rank\": 2356, \"rankvar\": 849, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4405, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4470, \"group\": [4982.0, 959.0, 153.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAGCTCCGA\", \"ini\": 4415, \"clust\": 3848, \"rank\": 2317, \"rankvar\": 1261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4406, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2519, \"group\": [3850.0, 726.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTGCGTGA\", \"ini\": 4414, \"clust\": 4078, \"rank\": 2675, \"rankvar\": 1813, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4407, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2520, \"group\": [4081.0, 763.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAAGAAGC\", \"ini\": 4413, \"clust\": 1722, \"rank\": 2385, \"rankvar\": 234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 493, \"group\": [1725.0, 264.0, 51.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGCGTTTAC\", \"ini\": 4412, \"clust\": 4100, \"rank\": 3133, \"rankvar\": 4307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4409, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 23, \"group\": [4096.0, 770.0, 122.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTAATCACC\", \"ini\": 4411, \"clust\": 3701, \"rank\": 2618, \"rankvar\": 535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 494, \"group\": [3700.0, 690.0, 115.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCGGAAATA\", \"ini\": 4410, \"clust\": 3503, \"rank\": 2349, \"rankvar\": 2327, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2521, \"group\": [3504.0, 586.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTCAGAG\", \"ini\": 4409, \"clust\": 3820, \"rank\": 2244, \"rankvar\": 1604, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2522, \"group\": [3820.0, 716.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGTAGCGGT\", \"ini\": 4408, \"clust\": 4387, \"rank\": 2924, \"rankvar\": 4392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4413, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5075, \"group\": [4393.0, 823.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGTCTCCTATA\", \"ini\": 4407, \"clust\": 3828, \"rank\": 2398, \"rankvar\": 2861, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4414, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2523, \"group\": [3828.0, 719.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGTATCTG\", \"ini\": 4406, \"clust\": 4344, \"rank\": 2263, \"rankvar\": 4498, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4415, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5076, \"group\": [4347.0, 815.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTGATCGG\", \"ini\": 4405, \"clust\": 5174, \"rank\": 2995, \"rankvar\": 2560, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4416, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2524, \"group\": [5175.0, 1046.0, 170.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTAGGGACT\", \"ini\": 4404, \"clust\": 3668, \"rank\": 2254, \"rankvar\": 3530, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4417, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2106, \"group\": [3667.0, 675.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCTCTAACTGG\", \"ini\": 4403, \"clust\": 3865, \"rank\": 2447, \"rankvar\": 3446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4418, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2525, \"group\": [3865.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTAGTTTCCTT\", \"ini\": 4402, \"clust\": 4335, \"rank\": 2625, \"rankvar\": 4628, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4419, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5077, \"group\": [4335.0, 813.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCAAG\", \"ini\": 4401, \"clust\": 3679, \"rank\": 2603, \"rankvar\": 1800, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4420, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2107, \"group\": [3677.0, 677.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGACTCGC\", \"ini\": 4400, \"clust\": 4428, \"rank\": 2221, \"rankvar\": 2102, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4421, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2526, \"group\": [4429.0, 842.0, 139.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAAGCCCAC\", \"ini\": 4399, \"clust\": 1509, \"rank\": 2049, \"rankvar\": 4879, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4422, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2842, \"group\": [1510.0, 153.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCAATCCGAT\", \"ini\": 4398, \"clust\": 3499, \"rank\": 2836, \"rankvar\": 4263, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4423, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2527, \"group\": [3502.0, 585.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCGGATCC\", \"ini\": 4397, \"clust\": 87, \"rank\": 3142, \"rankvar\": 5112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4424, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5180, \"group\": [86.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCCTTGTG\", \"ini\": 4396, \"clust\": 4149, \"rank\": 2955, \"rankvar\": 4806, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4425, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 24, \"group\": [4279.0, 793.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAGTGAAT\", \"ini\": 4395, \"clust\": 91, \"rank\": 3270, \"rankvar\": 5180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4426, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5181, \"group\": [88.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCAATGGAGC\", \"ini\": 4394, \"clust\": 3509, \"rank\": 2800, \"rankvar\": 3158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4427, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2528, \"group\": [3515.0, 588.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGTGTTAA\", \"ini\": 4393, \"clust\": 94, \"rank\": 3150, \"rankvar\": 5039, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4428, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5182, \"group\": [93.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTTATTCTC\", \"ini\": 4392, \"clust\": 1687, \"rank\": 2318, \"rankvar\": 1247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 495, \"group\": [1688.0, 237.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCCGAATT\", \"ini\": 4391, \"clust\": 3616, \"rank\": 2589, \"rankvar\": 830, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 496, \"group\": [3617.0, 636.0, 97.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTACCAGTT\", \"ini\": 4390, \"clust\": 4384, \"rank\": 2906, \"rankvar\": 4729, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4431, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5078, \"group\": [4387.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCGTCACGG\", \"ini\": 4389, \"clust\": 1688, \"rank\": 2083, \"rankvar\": 412, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 497, \"group\": [1689.0, 238.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAAGCCGATTT\", \"ini\": 4388, \"clust\": 1524, \"rank\": 2697, \"rankvar\": 2025, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4433, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2843, \"group\": [1525.0, 157.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGGTGATTA\", \"ini\": 4387, \"clust\": 5225, \"rank\": 3217, \"rankvar\": 2602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4471, \"group\": [5226.0, 1085.0, 187.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAATGGATA\", \"ini\": 4386, \"clust\": 3496, \"rank\": 2968, \"rankvar\": 1594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4435, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2529, \"group\": [3495.0, 582.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACACAGCCCA\", \"ini\": 4385, \"clust\": 5180, \"rank\": 3135, \"rankvar\": 2182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4436, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4322, \"group\": [5180.0, 1050.0, 171.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGGATGGG\", \"ini\": 4384, \"clust\": 4287, \"rank\": 3061, \"rankvar\": 4527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4437, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2530, \"group\": [4284.0, 795.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAGGAACGT\", \"ini\": 4383, \"clust\": 3822, \"rank\": 2702, \"rankvar\": 1903, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4438, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2108, \"group\": [3822.0, 716.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGCCATCGC\", \"ini\": 4382, \"clust\": 5199, \"rank\": 2901, \"rankvar\": 781, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4439, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4472, \"group\": [5199.0, 1066.0, 181.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTCCGTCAG\", \"ini\": 4381, \"clust\": 5207, \"rank\": 2990, \"rankvar\": 760, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4440, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4473, \"group\": [5210.0, 1074.0, 184.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACAGGGATTG\", \"ini\": 4380, \"clust\": 101, \"rank\": 3168, \"rankvar\": 5211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4441, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5183, \"group\": [97.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTATCGCAT\", \"ini\": 4379, \"clust\": 1668, \"rank\": 2080, \"rankvar\": 4014, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 498, \"group\": [1669.0, 228.0, 46.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCACTAGTAC\", \"ini\": 4378, \"clust\": 3667, \"rank\": 2424, \"rankvar\": 3249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4443, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2109, \"group\": [3669.0, 675.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCTTAGAGC\", \"ini\": 4377, \"clust\": 4422, \"rank\": 2623, \"rankvar\": 2187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4474, \"group\": [4423.0, 837.0, 138.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCATGGAATA\", \"ini\": 4376, \"clust\": 3659, \"rank\": 2446, \"rankvar\": 3308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4445, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2110, \"group\": [3658.0, 669.0, 110.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGGATGCGT\", \"ini\": 4375, \"clust\": 3674, \"rank\": 2651, \"rankvar\": 2464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4446, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2111, \"group\": [3672.0, 676.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTCGATAA\", \"ini\": 4374, \"clust\": 3867, \"rank\": 2594, \"rankvar\": 4308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4447, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2531, \"group\": [3869.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGATATGGT\", \"ini\": 4373, \"clust\": 3673, \"rank\": 2524, \"rankvar\": 4103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4448, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2112, \"group\": [3674.0, 676.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACCAACCG\", \"ini\": 4372, \"clust\": 4065, \"rank\": 3025, \"rankvar\": 3271, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4449, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2532, \"group\": [4067.0, 761.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCGATCCCT\", \"ini\": 4371, \"clust\": 3660, \"rank\": 2644, \"rankvar\": 1545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4450, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2113, \"group\": [3659.0, 670.0, 110.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTTAACGA\", \"ini\": 4370, \"clust\": 1700, \"rank\": 2719, \"rankvar\": 2260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4451, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 499, \"group\": [1701.0, 246.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTCTAGGTT\", \"ini\": 4369, \"clust\": 5208, \"rank\": 3030, \"rankvar\": 754, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4452, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4475, \"group\": [5208.0, 1074.0, 184.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCATTGCGA\", \"ini\": 4368, \"clust\": 3542, \"rank\": 2814, \"rankvar\": 1921, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 500, \"group\": [3543.0, 602.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAAGCGAGT\", \"ini\": 4367, \"clust\": 4386, \"rank\": 2953, \"rankvar\": 4977, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4454, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5079, \"group\": [4386.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCGTCAAA\", \"ini\": 4366, \"clust\": 3636, \"rank\": 2738, \"rankvar\": 106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4455, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 501, \"group\": [3636.0, 652.0, 105.0, 24.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGTTGGC\", \"ini\": 4365, \"clust\": 3152, \"rank\": 2786, \"rankvar\": 309, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 502, \"group\": [3155.0, 451.0, 64.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGTCACAGTAC\", \"ini\": 4364, \"clust\": 99, \"rank\": 3208, \"rankvar\": 5106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4457, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5184, \"group\": [98.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCAACCAAC\", \"ini\": 4363, \"clust\": 5165, \"rank\": 3009, \"rankvar\": 630, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 503, \"group\": [5165.0, 1037.0, 167.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTGTTGTTTGG\", \"ini\": 4362, \"clust\": 3476, \"rank\": 2866, \"rankvar\": 3182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4459, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2533, \"group\": [3481.0, 576.0, 87.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCTCACCT\", \"ini\": 4361, \"clust\": 4349, \"rank\": 2730, \"rankvar\": 4353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4460, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5080, \"group\": [4348.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCATTGCGGC\", \"ini\": 4360, \"clust\": 5212, \"rank\": 3129, \"rankvar\": 4002, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4461, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4476, \"group\": [5212.0, 1075.0, 184.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCGGCGCTA\", \"ini\": 4359, \"clust\": 3649, \"rank\": 2653, \"rankvar\": 165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 504, \"group\": [3649.0, 663.0, 109.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCCGCATAA\", \"ini\": 4358, \"clust\": 5184, \"rank\": 2803, \"rankvar\": 2168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 505, \"group\": [5184.0, 1053.0, 173.0, 36.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCTCCCTGA\", \"ini\": 4357, \"clust\": 3642, \"rank\": 2160, \"rankvar\": 3670, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4464, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2114, \"group\": [3642.0, 657.0, 107.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAAACGAG\", \"ini\": 4356, \"clust\": 4937, \"rank\": 2926, \"rankvar\": 1991, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4465, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4477, \"group\": [4940.0, 938.0, 150.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAAGGCACATG\", \"ini\": 4355, \"clust\": 4316, \"rank\": 2735, \"rankvar\": 4515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4466, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5081, \"group\": [4317.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCATAACCG\", \"ini\": 4354, \"clust\": 3507, \"rank\": 2828, \"rankvar\": 2671, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4467, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2534, \"group\": [3508.0, 587.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACACATTTCT\", \"ini\": 4353, \"clust\": 3833, \"rank\": 2898, \"rankvar\": 2132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4468, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2535, \"group\": [3833.0, 722.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGTGAAAT\", \"ini\": 4352, \"clust\": 5179, \"rank\": 3195, \"rankvar\": 490, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 506, \"group\": [5182.0, 1051.0, 171.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCATCCTAGA\", \"ini\": 4351, \"clust\": 3422, \"rank\": 2925, \"rankvar\": 1954, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4470, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2536, \"group\": [3423.0, 554.0, 85.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCTTCGGTC\", \"ini\": 4350, \"clust\": 4277, \"rank\": 3307, \"rankvar\": 4605, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4471, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 25, \"group\": [4274.0, 791.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTCAAGGC\", \"ini\": 4349, \"clust\": 3686, \"rank\": 2685, \"rankvar\": 1852, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4472, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2115, \"group\": [3686.0, 680.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTCTAAACC\", \"ini\": 4348, \"clust\": 3456, \"rank\": 2971, \"rankvar\": 1503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4473, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2537, \"group\": [3455.0, 566.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTTACCGAT\", \"ini\": 4347, \"clust\": 3816, \"rank\": 2652, \"rankvar\": 2245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4474, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2538, \"group\": [3816.0, 713.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATTGCCC\", \"ini\": 4346, \"clust\": 4310, \"rank\": 3107, \"rankvar\": 4817, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4475, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5082, \"group\": [4314.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGGGTCGAT\", \"ini\": 4345, \"clust\": 4378, \"rank\": 2810, \"rankvar\": 5135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4476, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5083, \"group\": [4379.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAGGTTTCA\", \"ini\": 4344, \"clust\": 3520, \"rank\": 2701, \"rankvar\": 2857, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4477, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2539, \"group\": [3523.0, 590.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAAAGTAG\", \"ini\": 4343, \"clust\": 3838, \"rank\": 2854, \"rankvar\": 1767, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4478, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2540, \"group\": [3838.0, 722.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCCAGAGGA\", \"ini\": 4342, \"clust\": 4306, \"rank\": 2985, \"rankvar\": 4632, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4479, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5084, \"group\": [4306.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCAGATAAG\", \"ini\": 4341, \"clust\": 3318, \"rank\": 3105, \"rankvar\": 200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4480, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 507, \"group\": [3320.0, 501.0, 73.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCTGCTGTC\", \"ini\": 4340, \"clust\": 4379, \"rank\": 2897, \"rankvar\": 5005, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4481, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5085, \"group\": [4380.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATTACCTT\", \"ini\": 4339, \"clust\": 3893, \"rank\": 2696, \"rankvar\": 2529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4482, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2541, \"group\": [3894.0, 738.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTACGACG\", \"ini\": 4338, \"clust\": 3439, \"rank\": 3038, \"rankvar\": 2611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4483, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2542, \"group\": [3440.0, 561.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCACAGTATAAG\", \"ini\": 4337, \"clust\": 1621, \"rank\": 2755, \"rankvar\": 1039, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 508, \"group\": [1624.0, 194.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAACTTGAC\", \"ini\": 4336, \"clust\": 3652, \"rank\": 2793, \"rankvar\": 215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4485, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 509, \"group\": [3652.0, 664.0, 109.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCGTTACAG\", \"ini\": 4335, \"clust\": 1542, \"rank\": 2308, \"rankvar\": 2780, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4486, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2844, \"group\": [1544.0, 163.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTATCCTA\", \"ini\": 4334, \"clust\": 4314, \"rank\": 2903, \"rankvar\": 3986, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4487, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5086, \"group\": [4315.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGGCTAGGT\", \"ini\": 4333, \"clust\": 89, \"rank\": 3449, \"rankvar\": 5152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4488, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5185, \"group\": [91.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCCTAGGGC\", \"ini\": 4332, \"clust\": 3690, \"rank\": 2634, \"rankvar\": 4237, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4489, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2116, \"group\": [3688.0, 681.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCCAGTTA\", \"ini\": 4331, \"clust\": 3676, \"rank\": 2713, \"rankvar\": 4088, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4490, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2117, \"group\": [3679.0, 677.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGAAGGTGA\", \"ini\": 4330, \"clust\": 1539, \"rank\": 2355, \"rankvar\": 4520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4491, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2845, \"group\": [1539.0, 162.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGCAACT\", \"ini\": 4329, \"clust\": 3823, \"rank\": 3046, \"rankvar\": 2722, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4492, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2118, \"group\": [3827.0, 718.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCAAATCCGT\", \"ini\": 4328, \"clust\": 3664, \"rank\": 2859, \"rankvar\": 1134, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4493, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 510, \"group\": [3664.0, 673.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCACCCAGTG\", \"ini\": 4327, \"clust\": 5226, \"rank\": 3370, \"rankvar\": 3564, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4494, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5132, \"group\": [5227.0, 1086.0, 187.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACACGCATCG\", \"ini\": 4326, \"clust\": 3505, \"rank\": 2670, \"rankvar\": 2527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4495, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2543, \"group\": [3505.0, 586.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTGGGTATG\", \"ini\": 4325, \"clust\": 3622, \"rank\": 2798, \"rankvar\": 1325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 511, \"group\": [3631.0, 648.0, 102.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGTTGGC\", \"ini\": 4324, \"clust\": 3868, \"rank\": 2729, \"rankvar\": 2709, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4497, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2544, \"group\": [3867.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCATTTCACT\", \"ini\": 4323, \"clust\": 5200, \"rank\": 3177, \"rankvar\": 1343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4478, \"group\": [5200.0, 1067.0, 181.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGTCAATAG\", \"ini\": 4322, \"clust\": 4099, \"rank\": 3343, \"rankvar\": 3005, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4499, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 26, \"group\": [4098.0, 770.0, 122.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGCGATATA\", \"ini\": 4321, \"clust\": 3614, \"rank\": 2892, \"rankvar\": 103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 512, \"group\": [3614.0, 633.0, 95.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTGTTTGGT\", \"ini\": 4320, \"clust\": 5221, \"rank\": 3216, \"rankvar\": 882, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4501, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4479, \"group\": [5222.0, 1082.0, 186.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCCCGACA\", \"ini\": 4319, \"clust\": 5162, \"rank\": 3227, \"rankvar\": 516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 513, \"group\": [5163.0, 1036.0, 167.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGCTAGGT\", \"ini\": 4318, \"clust\": 132, \"rank\": 3040, \"rankvar\": 4891, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4503, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2846, \"group\": [135.0, 27.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTCACAAGG\", \"ini\": 4317, \"clust\": 4429, \"rank\": 2853, \"rankvar\": 2792, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4504, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2545, \"group\": [4430.0, 842.0, 139.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCGAATGGG\", \"ini\": 4316, \"clust\": 4423, \"rank\": 2791, \"rankvar\": 1463, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4505, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4480, \"group\": [4424.0, 838.0, 138.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCAAGGTAA\", \"ini\": 4315, \"clust\": 3644, \"rank\": 2914, \"rankvar\": 1790, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4506, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 514, \"group\": [3644.0, 659.0, 108.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCGCCTCA\", \"ini\": 4314, \"clust\": 11, \"rank\": 2714, \"rankvar\": 3295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 515, \"group\": [14.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGAAAGTGG\", \"ini\": 4313, \"clust\": 3656, \"rank\": 2725, \"rankvar\": 1840, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4508, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2119, \"group\": [3655.0, 667.0, 110.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGGTCGTC\", \"ini\": 4312, \"clust\": 5224, \"rank\": 3362, \"rankvar\": 1805, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4509, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 516, \"group\": [5225.0, 1084.0, 187.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACATTCTTAC\", \"ini\": 4311, \"clust\": 4376, \"rank\": 2922, \"rankvar\": 5067, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4510, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5087, \"group\": [4377.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTATCTGCA\", \"ini\": 4310, \"clust\": 3875, \"rank\": 2560, \"rankvar\": 2368, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4511, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2546, \"group\": [3877.0, 733.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCACCGAATT\", \"ini\": 4309, \"clust\": 4371, \"rank\": 3124, \"rankvar\": 5036, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4512, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5088, \"group\": [4370.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCAAGTTAAG\", \"ini\": 4308, \"clust\": 4302, \"rank\": 3171, \"rankvar\": 4161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4513, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5089, \"group\": [4303.0, 808.0, 134.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCAGCTATTG\", \"ini\": 4307, \"clust\": 90, \"rank\": 3382, \"rankvar\": 5045, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4514, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5186, \"group\": [90.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCCTCAATT\", \"ini\": 4306, \"clust\": 3433, \"rank\": 3097, \"rankvar\": 3087, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4515, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2547, \"group\": [3434.0, 560.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCTATCCCG\", \"ini\": 4305, \"clust\": 3342, \"rank\": 3194, \"rankvar\": 3405, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4516, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 517, \"group\": [3342.0, 517.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTCATATGC\", \"ini\": 4304, \"clust\": 1540, \"rank\": 2418, \"rankvar\": 4422, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4517, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2847, \"group\": [1540.0, 162.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCCAAGTA\", \"ini\": 4303, \"clust\": 1632, \"rank\": 2280, \"rankvar\": 2910, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4518, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2548, \"group\": [1632.0, 200.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCCATGCTC\", \"ini\": 4302, \"clust\": 3521, \"rank\": 2967, \"rankvar\": 2661, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4519, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2549, \"group\": [3521.0, 590.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACGCCAGT\", \"ini\": 4301, \"clust\": 4367, \"rank\": 3187, \"rankvar\": 5101, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4520, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5090, \"group\": [4366.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGCTAAACA\", \"ini\": 4300, \"clust\": 4308, \"rank\": 3104, \"rankvar\": 4528, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4521, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5091, \"group\": [4309.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGCAGCGTA\", \"ini\": 4299, \"clust\": 4350, \"rank\": 2769, \"rankvar\": 4415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4522, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5092, \"group\": [4349.0, 816.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCACCTCGGA\", \"ini\": 4298, \"clust\": 3425, \"rank\": 3052, \"rankvar\": 2925, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4523, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2120, \"group\": [3428.0, 558.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTGGTCCC\", \"ini\": 4297, \"clust\": 1699, \"rank\": 2966, \"rankvar\": 3621, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 518, \"group\": [1700.0, 245.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGAACAATC\", \"ini\": 4296, \"clust\": 3426, \"rank\": 3066, \"rankvar\": 2439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4525, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2550, \"group\": [3426.0, 557.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCTACGAGT\", \"ini\": 4295, \"clust\": 3320, \"rank\": 3186, \"rankvar\": 478, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 519, \"group\": [3319.0, 500.0, 73.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTTTCCTT\", \"ini\": 4294, \"clust\": 3526, \"rank\": 2568, \"rankvar\": 4180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4527, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2551, \"group\": [3526.0, 593.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTACCTACA\", \"ini\": 4293, \"clust\": 3457, \"rank\": 3138, \"rankvar\": 2845, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4528, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2552, \"group\": [3456.0, 566.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTCCTCCT\", \"ini\": 4292, \"clust\": 5168, \"rank\": 2994, \"rankvar\": 804, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 520, \"group\": [5171.0, 1042.0, 168.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTACCTGC\", \"ini\": 4291, \"clust\": 3460, \"rank\": 3173, \"rankvar\": 1672, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4530, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2553, \"group\": [3462.0, 566.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACCAGTTA\", \"ini\": 4290, \"clust\": 4391, \"rank\": 3243, \"rankvar\": 4957, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4531, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5093, \"group\": [4391.0, 822.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCATC\", \"ini\": 4289, \"clust\": 3650, \"rank\": 2822, \"rankvar\": 392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 521, \"group\": [3650.0, 663.0, 109.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTTCCCT\", \"ini\": 4288, \"clust\": 4977, \"rank\": 2936, \"rankvar\": 887, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4533, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 522, \"group\": [4978.0, 955.0, 152.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCCGT\", \"ini\": 4287, \"clust\": 93, \"rank\": 3483, \"rankvar\": 5201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4534, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5187, \"group\": [95.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAGACGTG\", \"ini\": 4286, \"clust\": 3440, \"rank\": 3326, \"rankvar\": 3931, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4535, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2554, \"group\": [3441.0, 561.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCAATCCGAT\", \"ini\": 4285, \"clust\": 4309, \"rank\": 3098, \"rankvar\": 4706, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4536, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5094, \"group\": [4310.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTATTCTC\", \"ini\": 4284, \"clust\": 3310, \"rank\": 3047, \"rankvar\": 1917, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 523, \"group\": [3311.0, 493.0, 71.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTGTGACCC\", \"ini\": 4283, \"clust\": 3869, \"rank\": 2952, \"rankvar\": 3228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4538, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2555, \"group\": [3868.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCATAACCG\", \"ini\": 4282, \"clust\": 3513, \"rank\": 2890, \"rankvar\": 2367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4539, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2556, \"group\": [3512.0, 588.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTTCGAACGGA\", \"ini\": 4281, \"clust\": 4389, \"rank\": 3256, \"rankvar\": 4245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4540, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5095, \"group\": [4388.0, 822.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTAGTTTGCGT\", \"ini\": 4280, \"clust\": 3672, \"rank\": 3011, \"rankvar\": 3594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4541, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2121, \"group\": [3675.0, 676.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCATAA\", \"ini\": 4279, \"clust\": 3437, \"rank\": 3149, \"rankvar\": 2926, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4542, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2557, \"group\": [3438.0, 561.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGAAGAAGC\", \"ini\": 4278, \"clust\": 3423, \"rank\": 3076, \"rankvar\": 862, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2558, \"group\": [3424.0, 555.0, 85.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCTGGAGA\", \"ini\": 4277, \"clust\": 3887, \"rank\": 2913, \"rankvar\": 2630, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4544, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2559, \"group\": [3895.0, 739.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTAGGCTGA\", \"ini\": 4276, \"clust\": 77, \"rank\": 3211, \"rankvar\": 4516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4545, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5188, \"group\": [77.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGTGCCAGA\", \"ini\": 4275, \"clust\": 3620, \"rank\": 3176, \"rankvar\": 4269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4546, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2122, \"group\": [3619.0, 638.0, 99.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCCAGG\", \"ini\": 4274, \"clust\": 24, \"rank\": 3181, \"rankvar\": 4900, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4547, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5189, \"group\": [24.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTACTGAC\", \"ini\": 4273, \"clust\": 78, \"rank\": 3224, \"rankvar\": 4874, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4548, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5190, \"group\": [78.0, 16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCATATACCG\", \"ini\": 4272, \"clust\": 1618, \"rank\": 3026, \"rankvar\": 532, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 524, \"group\": [1621.0, 191.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCATACCATG\", \"ini\": 4271, \"clust\": 3688, \"rank\": 2742, \"rankvar\": 1939, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 525, \"group\": [3691.0, 682.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCAATCCGAT\", \"ini\": 4270, \"clust\": 103, \"rank\": 3469, \"rankvar\": 4234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4551, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5191, \"group\": [106.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGGGAAACA\", \"ini\": 4269, \"clust\": 3434, \"rank\": 3180, \"rankvar\": 2012, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4552, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2560, \"group\": [3435.0, 560.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGCGGTAA\", \"ini\": 4268, \"clust\": 4372, \"rank\": 3139, \"rankvar\": 4861, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4553, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5096, \"group\": [4371.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGTCTCG\", \"ini\": 4267, \"clust\": 5215, \"rank\": 3536, \"rankvar\": 3211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4554, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4481, \"group\": [5221.0, 1081.0, 186.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCCAACTA\", \"ini\": 4266, \"clust\": 3895, \"rank\": 2940, \"rankvar\": 1420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4555, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2561, \"group\": [3893.0, 738.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTGACTACT\", \"ini\": 4265, \"clust\": 4293, \"rank\": 2987, \"rankvar\": 290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4556, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 526, \"group\": [4298.0, 803.0, 131.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAAGGAGCGTT\", \"ini\": 4264, \"clust\": 3494, \"rank\": 3122, \"rankvar\": 2291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4557, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2562, \"group\": [3496.0, 582.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAATCGGTT\", \"ini\": 4263, \"clust\": 3315, \"rank\": 3057, \"rankvar\": 451, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 527, \"group\": [3315.0, 496.0, 72.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAAGGCCT\", \"ini\": 4262, \"clust\": 85, \"rank\": 3365, \"rankvar\": 4801, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4559, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5192, \"group\": [85.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCGCGGATC\", \"ini\": 4261, \"clust\": 3617, \"rank\": 3093, \"rankvar\": 540, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 528, \"group\": [3618.0, 637.0, 98.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCAACCATG\", \"ini\": 4260, \"clust\": 4424, \"rank\": 2905, \"rankvar\": 1914, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4561, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4482, \"group\": [4425.0, 839.0, 139.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGTTAACGA\", \"ini\": 4259, \"clust\": 4595, \"rank\": 2743, \"rankvar\": 3715, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4562, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4483, \"group\": [4597.0, 880.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCCAAGTA\", \"ini\": 4258, \"clust\": 95, \"rank\": 3510, \"rankvar\": 5079, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4563, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5193, \"group\": [94.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATACTG\", \"ini\": 4257, \"clust\": 3629, \"rank\": 3044, \"rankvar\": 4236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4564, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5097, \"group\": [3629.0, 646.0, 101.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTCCAGTGC\", \"ini\": 4256, \"clust\": 4317, \"rank\": 2988, \"rankvar\": 3911, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4565, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5098, \"group\": [4318.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAAGAGGA\", \"ini\": 4255, \"clust\": 4373, \"rank\": 3255, \"rankvar\": 4701, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4566, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5099, \"group\": [4376.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGCGTC\", \"ini\": 4254, \"clust\": 3882, \"rank\": 2923, \"rankvar\": 1066, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4567, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2563, \"group\": [3884.0, 736.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCCTATGTT\", \"ini\": 4253, \"clust\": 3438, \"rank\": 3263, \"rankvar\": 3461, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4568, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2564, \"group\": [3439.0, 561.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCTTGAGAC\", \"ini\": 4252, \"clust\": 3313, \"rank\": 3200, \"rankvar\": 2757, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 529, \"group\": [3314.0, 495.0, 72.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGATTGCT\", \"ini\": 4251, \"clust\": 98, \"rank\": 3480, \"rankvar\": 5153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4570, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5194, \"group\": [99.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGTCGTTTG\", \"ini\": 4250, \"clust\": 3632, \"rank\": 3039, \"rankvar\": 4534, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 530, \"group\": [3632.0, 649.0, 103.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACCCTATC\", \"ini\": 4249, \"clust\": 4426, \"rank\": 2900, \"rankvar\": 3367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4572, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2565, \"group\": [4427.0, 841.0, 139.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTTTACAC\", \"ini\": 4248, \"clust\": 92, \"rank\": 3560, \"rankvar\": 5082, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4573, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5195, \"group\": [89.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAGATCCAT\", \"ini\": 4247, \"clust\": 3483, \"rank\": 3111, \"rankvar\": 3511, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4574, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2566, \"group\": [3482.0, 577.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGGCTAGAC\", \"ini\": 4246, \"clust\": 4299, \"rank\": 3114, \"rankvar\": 861, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4575, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4484, \"group\": [4299.0, 804.0, 132.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTAGGGAACGG\", \"ini\": 4245, \"clust\": 25, \"rank\": 3290, \"rankvar\": 4934, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4576, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5196, \"group\": [25.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGGACAA\", \"ini\": 4244, \"clust\": 3657, \"rank\": 2950, \"rankvar\": 2196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4577, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2123, \"group\": [3656.0, 667.0, 110.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCTGTCCGT\", \"ini\": 4243, \"clust\": 3490, \"rank\": 3154, \"rankvar\": 523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4578, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2567, \"group\": [3490.0, 581.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCACTCCA\", \"ini\": 4242, \"clust\": 4377, \"rank\": 3236, \"rankvar\": 5057, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4579, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5100, \"group\": [4378.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGAATGGG\", \"ini\": 4241, \"clust\": 3508, \"rank\": 3094, \"rankvar\": 1444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4580, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2568, \"group\": [3509.0, 587.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAATCCAAC\", \"ini\": 4240, \"clust\": 3512, \"rank\": 3237, \"rankvar\": 4410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4581, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2569, \"group\": [3511.0, 588.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTTGAACTC\", \"ini\": 4239, \"clust\": 5202, \"rank\": 3169, \"rankvar\": 2119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4582, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4485, \"group\": [5204.0, 1070.0, 183.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCTCTGCAAGT\", \"ini\": 4238, \"clust\": 4282, \"rank\": 3426, \"rankvar\": 4886, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4583, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 531, \"group\": [4281.0, 794.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCAGAGCCAA\", \"ini\": 4237, \"clust\": 134, \"rank\": 3413, \"rankvar\": 4893, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4584, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2848, \"group\": [134.0, 27.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTTTGACAC\", \"ini\": 4236, \"clust\": 4279, \"rank\": 3691, \"rankvar\": 4911, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4585, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 27, \"group\": [4276.0, 791.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTTCTGAAC\", \"ini\": 4235, \"clust\": 1506, \"rank\": 3123, \"rankvar\": 2108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4586, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2849, \"group\": [1509.0, 152.0, 21.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAAGAAGAG\", \"ini\": 4234, \"clust\": 1513, \"rank\": 2909, \"rankvar\": 4786, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4587, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2850, \"group\": [1513.0, 154.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACACAACTGT\", \"ini\": 4233, \"clust\": 1507, \"rank\": 3081, \"rankvar\": 4266, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4588, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2851, \"group\": [1507.0, 151.0, 21.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCTCTGCTG\", \"ini\": 4232, \"clust\": 4315, \"rank\": 3178, \"rankvar\": 4373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4589, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5101, \"group\": [4316.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGGAACTGC\", \"ini\": 4231, \"clust\": 5181, \"rank\": 3331, \"rankvar\": 1539, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4590, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 532, \"group\": [5181.0, 1050.0, 171.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGTAGTGCG\", \"ini\": 4230, \"clust\": 1508, \"rank\": 3031, \"rankvar\": 4668, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4591, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2852, \"group\": [1508.0, 151.0, 21.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGCAAG\", \"ini\": 4229, \"clust\": 5209, \"rank\": 3364, \"rankvar\": 1169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4592, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4486, \"group\": [5209.0, 1074.0, 184.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGGAAAGA\", \"ini\": 4228, \"clust\": 3448, \"rank\": 3301, \"rankvar\": 1629, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4593, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2570, \"group\": [3454.0, 565.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAAGAAGAG\", \"ini\": 4227, \"clust\": 3633, \"rank\": 3203, \"rankvar\": 3330, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 533, \"group\": [3633.0, 649.0, 103.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCTCAAGTG\", \"ini\": 4226, \"clust\": 3473, \"rank\": 3196, \"rankvar\": 2178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4595, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2571, \"group\": [3476.0, 572.0, 87.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTCCCTACT\", \"ini\": 4225, \"clust\": 3488, \"rank\": 2959, \"rankvar\": 2005, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4596, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2572, \"group\": [3488.0, 580.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCGTATT\", \"ini\": 4224, \"clust\": 1522, \"rank\": 3162, \"rankvar\": 4195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4597, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2853, \"group\": [1522.0, 156.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCAGTGTTG\", \"ini\": 4223, \"clust\": 1638, \"rank\": 3017, \"rankvar\": 3383, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4598, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2573, \"group\": [1639.0, 205.0, 36.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGGCAGTCA\", \"ini\": 4222, \"clust\": 3455, \"rank\": 3367, \"rankvar\": 1300, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4599, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2574, \"group\": [3457.0, 566.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTCGTTGA\", \"ini\": 4221, \"clust\": 4305, \"rank\": 3174, \"rankvar\": 4633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4600, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5102, \"group\": [4308.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTCGTGAT\", \"ini\": 4220, \"clust\": 1503, \"rank\": 3239, \"rankvar\": 3443, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4601, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2854, \"group\": [1506.0, 150.0, 21.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCGTTGCCT\", \"ini\": 4219, \"clust\": 3658, \"rank\": 3075, \"rankvar\": 3460, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4602, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2124, \"group\": [3660.0, 671.0, 110.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACGCTC\", \"ini\": 4218, \"clust\": 4307, \"rank\": 3312, \"rankvar\": 3375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4603, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5103, \"group\": [4307.0, 810.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCATATGC\", \"ini\": 4217, \"clust\": 5201, \"rank\": 3140, \"rankvar\": 932, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4487, \"group\": [5205.0, 1071.0, 183.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACCATCCT\", \"ini\": 4216, \"clust\": 3615, \"rank\": 3329, \"rankvar\": 3779, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 534, \"group\": [3615.0, 634.0, 95.0, 20.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCACTCAGGC\", \"ini\": 4215, \"clust\": 3504, \"rank\": 3213, \"rankvar\": 4250, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2575, \"group\": [3507.0, 586.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCACAACTGT\", \"ini\": 4214, \"clust\": 8, \"rank\": 2939, \"rankvar\": 3181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4607, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 535, \"group\": [15.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTCGCTTTC\", \"ini\": 4213, \"clust\": 3435, \"rank\": 3488, \"rankvar\": 2729, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4608, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2576, \"group\": [3436.0, 560.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCACGAAGCA\", \"ini\": 4212, \"clust\": 3428, \"rank\": 3305, \"rankvar\": 2970, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4609, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2577, \"group\": [3429.0, 559.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTAGCTCCTCT\", \"ini\": 4211, \"clust\": 3311, \"rank\": 3319, \"rankvar\": 2232, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4610, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 536, \"group\": [3312.0, 494.0, 71.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCATCC\", \"ini\": 4210, \"clust\": 3506, \"rank\": 3043, \"rankvar\": 3743, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4611, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2578, \"group\": [3506.0, 586.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGAAGGCCT\", \"ini\": 4209, \"clust\": 3669, \"rank\": 3091, \"rankvar\": 3512, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4612, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2125, \"group\": [3668.0, 675.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGCAACT\", \"ini\": 4208, \"clust\": 3486, \"rank\": 3159, \"rankvar\": 3625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4613, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2579, \"group\": [3485.0, 578.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCACGAAATA\", \"ini\": 4207, \"clust\": 1511, \"rank\": 3117, \"rankvar\": 4483, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4614, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2855, \"group\": [1514.0, 154.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTAGCTCCG\", \"ini\": 4206, \"clust\": 3884, \"rank\": 3165, \"rankvar\": 956, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4615, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2580, \"group\": [3883.0, 735.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACCCATTC\", \"ini\": 4205, \"clust\": 3670, \"rank\": 3223, \"rankvar\": 2111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4616, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2126, \"group\": [3670.0, 676.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTGATGTGG\", \"ini\": 4204, \"clust\": 3441, \"rank\": 3289, \"rankvar\": 1720, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4617, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2581, \"group\": [3442.0, 562.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCCCAACC\", \"ini\": 4203, \"clust\": 5214, \"rank\": 3437, \"rankvar\": 226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4618, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 537, \"group\": [5215.0, 1078.0, 185.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGGATACC\", \"ini\": 4202, \"clust\": 15, \"rank\": 3519, \"rankvar\": 4691, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4619, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5197, \"group\": [16.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTACTTAC\", \"ini\": 4201, \"clust\": 4298, \"rank\": 3088, \"rankvar\": 4648, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4620, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5104, \"group\": [4301.0, 806.0, 133.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGTT\", \"ini\": 4200, \"clust\": 4292, \"rank\": 3618, \"rankvar\": 5121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4621, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2582, \"group\": [4289.0, 797.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTGTCTTT\", \"ini\": 4199, \"clust\": 3527, \"rank\": 3008, \"rankvar\": 2044, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4622, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2583, \"group\": [3527.0, 593.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTGCGTTA\", \"ini\": 4198, \"clust\": 4368, \"rank\": 3571, \"rankvar\": 5088, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4623, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5105, \"group\": [4367.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAAACCTA\", \"ini\": 4197, \"clust\": 3645, \"rank\": 3106, \"rankvar\": 318, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 538, \"group\": [3645.0, 660.0, 108.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTTCGGTC\", \"ini\": 4196, \"clust\": 5210, \"rank\": 3288, \"rankvar\": 821, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4488, \"group\": [5213.0, 1076.0, 184.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCTTGCAAG\", \"ini\": 4195, \"clust\": 3431, \"rank\": 3311, \"rankvar\": 1887, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2584, \"group\": [3431.0, 559.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGACTTGAA\", \"ini\": 4194, \"clust\": 4374, \"rank\": 3504, \"rankvar\": 4586, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4627, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5106, \"group\": [4374.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCGGTCTAA\", \"ini\": 4193, \"clust\": 3316, \"rank\": 3320, \"rankvar\": 1250, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4628, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 539, \"group\": [3316.0, 497.0, 72.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGAGTGACC\", \"ini\": 4192, \"clust\": 3415, \"rank\": 3265, \"rankvar\": 3716, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4629, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2585, \"group\": [3415.0, 550.0, 84.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCAGTAGT\", \"ini\": 4191, \"clust\": 4427, \"rank\": 3112, \"rankvar\": 3476, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4630, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2586, \"group\": [4428.0, 841.0, 139.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACATACTCTT\", \"ini\": 4190, \"clust\": 3631, \"rank\": 3119, \"rankvar\": 4081, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 540, \"group\": [3634.0, 650.0, 103.0, 23.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCATGTCTT\", \"ini\": 4189, \"clust\": 3691, \"rank\": 3024, \"rankvar\": 3492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4632, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2127, \"group\": [3689.0, 681.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCCCTTGT\", \"ini\": 4188, \"clust\": 4403, \"rank\": 3287, \"rankvar\": 4574, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4633, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2128, \"group\": [4400.0, 829.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAAGGCTCC\", \"ini\": 4187, \"clust\": 3514, \"rank\": 3259, \"rankvar\": 1619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4634, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2587, \"group\": [3513.0, 588.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGCTCCGA\", \"ini\": 4186, \"clust\": 3427, \"rank\": 3309, \"rankvar\": 3319, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4635, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2588, \"group\": [3427.0, 557.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTCAATGTC\", \"ini\": 4185, \"clust\": 3565, \"rank\": 3108, \"rankvar\": 3657, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4636, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2129, \"group\": [3564.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAGTAGAGC\", \"ini\": 4184, \"clust\": 1529, \"rank\": 2838, \"rankvar\": 4885, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4637, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2856, \"group\": [1530.0, 160.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACCCTCA\", \"ini\": 4183, \"clust\": 3537, \"rank\": 3368, \"rankvar\": 2532, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 541, \"group\": [3536.0, 599.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCCGTCAG\", \"ini\": 4182, \"clust\": 3453, \"rank\": 3466, \"rankvar\": 3209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2589, \"group\": [3451.0, 565.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCGTAAGCACG\", \"ini\": 4181, \"clust\": 3623, \"rank\": 3202, \"rankvar\": 315, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 542, \"group\": [3625.0, 643.0, 100.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCTGAAAGA\", \"ini\": 4180, \"clust\": 3334, \"rank\": 3636, \"rankvar\": 1323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4641, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 543, \"group\": [3414.0, 549.0, 83.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAGTTCATG\", \"ini\": 4179, \"clust\": 4285, \"rank\": 3666, \"rankvar\": 4678, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4642, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2590, \"group\": [4282.0, 795.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCACCCGAG\", \"ini\": 4178, \"clust\": 4296, \"rank\": 3394, \"rankvar\": 4696, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 544, \"group\": [4296.0, 802.0, 130.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCACATCTTT\", \"ini\": 4177, \"clust\": 3416, \"rank\": 3148, \"rankvar\": 4215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4644, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2591, \"group\": [3416.0, 550.0, 84.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACTGTC\", \"ini\": 4176, \"clust\": 3450, \"rank\": 3418, \"rankvar\": 3238, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2592, \"group\": [3448.0, 565.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTAGCCTCG\", \"ini\": 4175, \"clust\": 4101, \"rank\": 3673, \"rankvar\": 4443, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4646, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 28, \"group\": [4097.0, 770.0, 122.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGTTACGA\", \"ini\": 4174, \"clust\": 3454, \"rank\": 3445, \"rankvar\": 1290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4647, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2593, \"group\": [3452.0, 565.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCAGGTC\", \"ini\": 4173, \"clust\": 3630, \"rank\": 3271, \"rankvar\": 1775, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4648, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 545, \"group\": [3630.0, 647.0, 101.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAAGAGGCT\", \"ini\": 4172, \"clust\": 23, \"rank\": 3388, \"rankvar\": 4865, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4649, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5198, \"group\": [26.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCAAATACAG\", \"ini\": 4171, \"clust\": 3474, \"rank\": 3136, \"rankvar\": 2781, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4650, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2594, \"group\": [3474.0, 571.0, 87.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCAAACGGG\", \"ini\": 4170, \"clust\": 3479, \"rank\": 3131, \"rankvar\": 3703, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4651, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2595, \"group\": [3477.0, 573.0, 87.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTGTCTTCAAG\", \"ini\": 4169, \"clust\": 4284, \"rank\": 3429, \"rankvar\": 4836, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4652, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2596, \"group\": [4286.0, 795.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGGAACGT\", \"ini\": 4168, \"clust\": 3436, \"rank\": 3471, \"rankvar\": 2578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4653, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2597, \"group\": [3437.0, 560.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCAGTTCGCGC\", \"ini\": 4167, \"clust\": 3344, \"rank\": 3494, \"rankvar\": 285, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4654, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4489, \"group\": [3344.0, 519.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTATATGAG\", \"ini\": 4166, \"clust\": 3675, \"rank\": 3253, \"rankvar\": 3637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4655, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2130, \"group\": [3673.0, 676.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTTAAGAAC\", \"ini\": 4165, \"clust\": 4098, \"rank\": 3746, \"rankvar\": 4510, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4656, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 29, \"group\": [4099.0, 771.0, 122.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTGTTTGT\", \"ini\": 4164, \"clust\": 3624, \"rank\": 3102, \"rankvar\": 423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 546, \"group\": [3623.0, 641.0, 100.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTAGTAGTA\", \"ini\": 4163, \"clust\": 3627, \"rank\": 3257, \"rankvar\": 1222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 547, \"group\": [3626.0, 644.0, 101.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTGCACGAA\", \"ini\": 4162, \"clust\": 3532, \"rank\": 3215, \"rankvar\": 1560, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4659, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2131, \"group\": [3535.0, 598.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGCCCAC\", \"ini\": 4161, \"clust\": 3522, \"rank\": 3317, \"rankvar\": 4145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4660, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2598, \"group\": [3522.0, 590.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATCATCCC\", \"ini\": 4160, \"clust\": 3463, \"rank\": 3470, \"rankvar\": 1738, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4661, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2599, \"group\": [3463.0, 567.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTGATGTCT\", \"ini\": 4159, \"clust\": 3653, \"rank\": 3246, \"rankvar\": 1410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4662, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2132, \"group\": [3653.0, 665.0, 110.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCCTACAGA\", \"ini\": 4158, \"clust\": 4288, \"rank\": 3776, \"rankvar\": 5035, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4663, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2600, \"group\": [4285.0, 795.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCTCCGA\", \"ini\": 4157, \"clust\": 3484, \"rank\": 3304, \"rankvar\": 1141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4664, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2601, \"group\": [3483.0, 577.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTGCTAGCC\", \"ini\": 4156, \"clust\": 3442, \"rank\": 3366, \"rankvar\": 1365, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4665, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2602, \"group\": [3443.0, 562.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCCGTTGTC\", \"ini\": 4155, \"clust\": 3497, \"rank\": 3204, \"rankvar\": 322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4666, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2603, \"group\": [3498.0, 584.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCACCCAGTG\", \"ini\": 4154, \"clust\": 4300, \"rank\": 3354, \"rankvar\": 2789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4667, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4490, \"group\": [4300.0, 805.0, 132.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTCTCTCTG\", \"ini\": 4153, \"clust\": 3458, \"rank\": 3476, \"rankvar\": 4038, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2604, \"group\": [3458.0, 566.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGTCCCTAATT\", \"ini\": 4152, \"clust\": 1655, \"rank\": 3292, \"rankvar\": 2563, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 548, \"group\": [1655.0, 216.0, 40.0, 11.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTACTTAC\", \"ini\": 4151, \"clust\": 3539, \"rank\": 3393, \"rankvar\": 2088, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4670, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2133, \"group\": [3541.0, 600.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGACCACGA\", \"ini\": 4150, \"clust\": 4303, \"rank\": 3433, \"rankvar\": 4816, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4671, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5107, \"group\": [4304.0, 809.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCGTATCAG\", \"ini\": 4149, \"clust\": 3689, \"rank\": 3238, \"rankvar\": 2371, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4672, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2134, \"group\": [3690.0, 681.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCGCATAT\", \"ini\": 4148, \"clust\": 1533, \"rank\": 3158, \"rankvar\": 4343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4673, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2857, \"group\": [1534.0, 160.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGCCGATTT\", \"ini\": 4147, \"clust\": 3471, \"rank\": 3506, \"rankvar\": 1927, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4674, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2605, \"group\": [3470.0, 569.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCTCAACA\", \"ini\": 4146, \"clust\": 4095, \"rank\": 3336, \"rankvar\": 3926, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4675, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4491, \"group\": [4293.0, 800.0, 128.0, 29.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCTGAA\", \"ini\": 4145, \"clust\": 3625, \"rank\": 3230, \"rankvar\": 2678, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 549, \"group\": [3624.0, 642.0, 100.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACGCACC\", \"ini\": 4144, \"clust\": 1525, \"rank\": 3184, \"rankvar\": 4699, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4677, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2858, \"group\": [1526.0, 158.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCCCACTTG\", \"ini\": 4143, \"clust\": 86, \"rank\": 3816, \"rankvar\": 5030, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4678, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5199, \"group\": [92.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCACAAGCCC\", \"ini\": 4142, \"clust\": 104, \"rank\": 3709, \"rankvar\": 4837, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4679, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5200, \"group\": [102.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTTAGGAA\", \"ini\": 4141, \"clust\": 88, \"rank\": 3667, \"rankvar\": 5083, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4680, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5201, \"group\": [87.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCTCTTTA\", \"ini\": 4140, \"clust\": 3478, \"rank\": 3146, \"rankvar\": 2554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4681, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2606, \"group\": [3479.0, 574.0, 87.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGACCCACC\", \"ini\": 4139, \"clust\": 3368, \"rank\": 3710, \"rankvar\": 846, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 550, \"group\": [3366.0, 529.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAGTTGCGTTA\", \"ini\": 4138, \"clust\": 5185, \"rank\": 3474, \"rankvar\": 674, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 551, \"group\": [5188.0, 1057.0, 176.0, 38.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCTAGAGTC\", \"ini\": 4137, \"clust\": 3525, \"rank\": 3051, \"rankvar\": 2956, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4684, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2607, \"group\": [3528.0, 594.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCATACGCTA\", \"ini\": 4136, \"clust\": 106, \"rank\": 4103, \"rankvar\": 5072, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4685, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5202, \"group\": [104.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTCGCTAA\", \"ini\": 4135, \"clust\": 3523, \"rank\": 3266, \"rankvar\": 4154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4686, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2608, \"group\": [3524.0, 591.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCTGGAAC\", \"ini\": 4134, \"clust\": 3530, \"rank\": 3328, \"rankvar\": 3040, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4687, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2135, \"group\": [3531.0, 597.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTGTGGAG\", \"ini\": 4133, \"clust\": 3461, \"rank\": 3451, \"rankvar\": 3085, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4688, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2609, \"group\": [3460.0, 566.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTGAACG\", \"ini\": 4132, \"clust\": 3470, \"rank\": 3498, \"rankvar\": 2337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4689, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2610, \"group\": [3472.0, 569.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCATTCTA\", \"ini\": 4131, \"clust\": 1622, \"rank\": 3059, \"rankvar\": 3469, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 552, \"group\": [1622.0, 192.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCGATATA\", \"ini\": 4130, \"clust\": 3481, \"rank\": 3234, \"rankvar\": 3812, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4691, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2611, \"group\": [3497.0, 583.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATGTCTCATCC\", \"ini\": 4129, \"clust\": 4286, \"rank\": 3721, \"rankvar\": 4766, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4692, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2612, \"group\": [4283.0, 795.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCCATCGGTTA\", \"ini\": 4128, \"clust\": 5203, \"rank\": 3245, \"rankvar\": 4141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4693, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4492, \"group\": [5202.0, 1069.0, 183.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTCCAGTTA\", \"ini\": 4127, \"clust\": 4319, \"rank\": 3378, \"rankvar\": 4395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4694, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5108, \"group\": [4320.0, 811.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTTCTGGTA\", \"ini\": 4126, \"clust\": 3374, \"rank\": 3731, \"rankvar\": 4492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4695, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2613, \"group\": [3374.0, 535.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAGCCTTTC\", \"ini\": 4125, \"clust\": 3498, \"rank\": 3299, \"rankvar\": 3549, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2614, \"group\": [3499.0, 584.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTTCAGCGC\", \"ini\": 4124, \"clust\": 1519, \"rank\": 3247, \"rankvar\": 4004, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4697, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2859, \"group\": [1520.0, 155.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCTTTACAC\", \"ini\": 4123, \"clust\": 3462, \"rank\": 3428, \"rankvar\": 1572, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4698, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2615, \"group\": [3461.0, 566.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTAAAGTCA\", \"ini\": 4122, \"clust\": 3543, \"rank\": 3283, \"rankvar\": 3351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4699, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2136, \"group\": [3544.0, 603.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGTTCGATC\", \"ini\": 4121, \"clust\": 4365, \"rank\": 3537, \"rankvar\": 4398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4700, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5109, \"group\": [4369.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGGATGGAA\", \"ini\": 4120, \"clust\": 176, \"rank\": 3507, \"rankvar\": 3434, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4701, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2860, \"group\": [235.0, 46.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTAAAGAC\", \"ini\": 4119, \"clust\": 3489, \"rank\": 3302, \"rankvar\": 3833, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4702, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2616, \"group\": [3489.0, 580.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCAATCTCT\", \"ini\": 4118, \"clust\": 4390, \"rank\": 3515, \"rankvar\": 4719, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4703, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5110, \"group\": [4389.0, 822.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGAGATGAG\", \"ini\": 4117, \"clust\": 3314, \"rank\": 3399, \"rankvar\": 3172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 553, \"group\": [3317.0, 498.0, 72.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGTCTTGCA\", \"ini\": 4116, \"clust\": 3626, \"rank\": 3473, \"rankvar\": 2681, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 554, \"group\": [3628.0, 645.0, 101.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTCCG\", \"ini\": 4115, \"clust\": 3671, \"rank\": 3260, \"rankvar\": 3142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4706, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2137, \"group\": [3671.0, 676.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATATGC\", \"ini\": 4114, \"clust\": 1523, \"rank\": 3371, \"rankvar\": 4325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4707, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2861, \"group\": [1523.0, 156.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCACCATGTA\", \"ini\": 4113, \"clust\": 1634, \"rank\": 3235, \"rankvar\": 3165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4708, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2138, \"group\": [1635.0, 202.0, 36.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATGTAAG\", \"ini\": 4112, \"clust\": 3566, \"rank\": 3170, \"rankvar\": 3769, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4709, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2139, \"group\": [3565.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCCGAAGAG\", \"ini\": 4111, \"clust\": 1527, \"rank\": 3141, \"rankvar\": 4549, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4710, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2862, \"group\": [1527.0, 159.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACAATGTAAG\", \"ini\": 4110, \"clust\": 4363, \"rank\": 3383, \"rankvar\": 4897, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4711, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5111, \"group\": [4364.0, 820.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCCGCGCAA\", \"ini\": 4109, \"clust\": 3619, \"rank\": 3598, \"rankvar\": 2673, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 555, \"group\": [3621.0, 639.0, 99.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCGCATCT\", \"ini\": 4108, \"clust\": 3338, \"rank\": 3553, \"rankvar\": 2639, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 556, \"group\": [3340.0, 515.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTCATCCCT\", \"ini\": 4107, \"clust\": 3367, \"rank\": 3736, \"rankvar\": 2638, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 557, \"group\": [3368.0, 531.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAAAGA\", \"ini\": 4106, \"clust\": 3547, \"rank\": 3482, \"rankvar\": 4248, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4715, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2140, \"group\": [3547.0, 605.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACACCACCAG\", \"ini\": 4105, \"clust\": 3459, \"rank\": 3607, \"rankvar\": 3440, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4716, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2617, \"group\": [3459.0, 566.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTCACACGC\", \"ini\": 4104, \"clust\": 3491, \"rank\": 3532, \"rankvar\": 3740, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4717, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2618, \"group\": [3491.0, 581.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCATATACCG\", \"ini\": 4103, \"clust\": 3628, \"rank\": 3374, \"rankvar\": 968, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 558, \"group\": [3627.0, 644.0, 101.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTCAAAGCG\", \"ini\": 4102, \"clust\": 187, \"rank\": 3696, \"rankvar\": 5011, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4719, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 191, \"group\": [185.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGAGCTGCA\", \"ini\": 4101, \"clust\": 3548, \"rank\": 3375, \"rankvar\": 3899, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4720, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2141, \"group\": [3548.0, 605.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCTAACTGG\", \"ini\": 4100, \"clust\": 1534, \"rank\": 3232, \"rankvar\": 3898, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4721, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2863, \"group\": [1532.0, 160.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTATAATGG\", \"ini\": 4099, \"clust\": 1504, \"rank\": 3407, \"rankvar\": 4474, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4722, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2864, \"group\": [1504.0, 148.0, 21.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATGCCCGA\", \"ini\": 4098, \"clust\": 3538, \"rank\": 3461, \"rankvar\": 4350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4723, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2142, \"group\": [3537.0, 599.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTAAGCACG\", \"ini\": 4097, \"clust\": 4388, \"rank\": 3638, \"rankvar\": 4311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4724, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5112, \"group\": [4390.0, 822.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAGCGAACA\", \"ini\": 4096, \"clust\": 1635, \"rank\": 3166, \"rankvar\": 1516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2619, \"group\": [1636.0, 203.0, 36.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGCCTTGAT\", \"ini\": 4095, \"clust\": 4304, \"rank\": 3544, \"rankvar\": 4777, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4726, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5113, \"group\": [4305.0, 809.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTACGCCC\", \"ini\": 4094, \"clust\": 1528, \"rank\": 3360, \"rankvar\": 5027, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4727, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2865, \"group\": [1528.0, 159.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCTTTACGT\", \"ini\": 4093, \"clust\": 1636, \"rank\": 3379, \"rankvar\": 753, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4728, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2620, \"group\": [1637.0, 204.0, 36.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGGCAGTA\", \"ini\": 4092, \"clust\": 3487, \"rank\": 3563, \"rankvar\": 2890, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4729, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2621, \"group\": [3486.0, 578.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCTGTCCGT\", \"ini\": 4091, \"clust\": 3375, \"rank\": 3850, \"rankvar\": 4247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4730, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2622, \"group\": [3375.0, 536.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACGACGAA\", \"ini\": 4090, \"clust\": 4399, \"rank\": 3603, \"rankvar\": 4565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4731, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5114, \"group\": [4422.0, 836.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAAGGGTTCCC\", \"ini\": 4089, \"clust\": 4404, \"rank\": 3459, \"rankvar\": 4663, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4732, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2143, \"group\": [4401.0, 829.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGATCGA\", \"ini\": 4088, \"clust\": 3369, \"rank\": 3751, \"rankvar\": 996, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4733, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 559, \"group\": [3367.0, 530.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTGACTCAT\", \"ini\": 4087, \"clust\": 3430, \"rank\": 3760, \"rankvar\": 3987, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4734, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2623, \"group\": [3433.0, 559.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGACCCT\", \"ini\": 4086, \"clust\": 3621, \"rank\": 3559, \"rankvar\": 4469, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4735, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2144, \"group\": [3620.0, 638.0, 99.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCACGTCTCT\", \"ini\": 4085, \"clust\": 4366, \"rank\": 3695, \"rankvar\": 5007, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4736, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5115, \"group\": [4368.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCCCTCTTT\", \"ini\": 4084, \"clust\": 4400, \"rank\": 3421, \"rankvar\": 4564, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4737, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2145, \"group\": [4404.0, 831.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATTGCT\", \"ini\": 4083, \"clust\": 3411, \"rank\": 3792, \"rankvar\": 1847, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 560, \"group\": [3411.0, 546.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCATTTA\", \"ini\": 4082, \"clust\": 3568, \"rank\": 3444, \"rankvar\": 2654, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4739, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2146, \"group\": [3567.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTAAAGTG\", \"ini\": 4081, \"clust\": 3492, \"rank\": 3556, \"rankvar\": 2193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4740, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2624, \"group\": [3492.0, 582.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATTCCTCG\", \"ini\": 4080, \"clust\": 3485, \"rank\": 3425, \"rankvar\": 1655, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4741, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2625, \"group\": [3487.0, 579.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTGCAGACA\", \"ini\": 4079, \"clust\": 107, \"rank\": 4144, \"rankvar\": 5017, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4742, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5203, \"group\": [105.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTTTGT\", \"ini\": 4078, \"clust\": 3480, \"rank\": 3424, \"rankvar\": 4367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4743, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2626, \"group\": [3478.0, 573.0, 87.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACAGAGGT\", \"ini\": 4077, \"clust\": 3563, \"rank\": 3225, \"rankvar\": 4278, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4744, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2147, \"group\": [3570.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCACCCGAG\", \"ini\": 4076, \"clust\": 3444, \"rank\": 3561, \"rankvar\": 2569, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4745, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2627, \"group\": [3446.0, 563.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCCAGTAT\", \"ini\": 4075, \"clust\": 1520, \"rank\": 3415, \"rankvar\": 4756, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4746, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2866, \"group\": [1521.0, 155.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCAAGCCTA\", \"ini\": 4074, \"clust\": 97, \"rank\": 3959, \"rankvar\": 5209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4747, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5204, \"group\": [100.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTCCGCTGA\", \"ini\": 4073, \"clust\": 3429, \"rank\": 3718, \"rankvar\": 2716, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4748, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2628, \"group\": [3430.0, 559.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCGAGAACG\", \"ini\": 4072, \"clust\": 1633, \"rank\": 2891, \"rankvar\": 4105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4749, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2629, \"group\": [1633.0, 200.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGACAGACC\", \"ini\": 4071, \"clust\": 3445, \"rank\": 3703, \"rankvar\": 1984, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4750, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2630, \"group\": [3444.0, 563.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCGCGGTA\", \"ini\": 4070, \"clust\": 3464, \"rank\": 3608, \"rankvar\": 3350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4751, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2631, \"group\": [3464.0, 567.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACGGCC\", \"ini\": 4069, \"clust\": 3531, \"rank\": 3440, \"rankvar\": 2823, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4752, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2148, \"group\": [3532.0, 597.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTAATCGTC\", \"ini\": 4068, \"clust\": 3451, \"rank\": 3878, \"rankvar\": 2881, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4753, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2632, \"group\": [3449.0, 565.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTGCAGGTA\", \"ini\": 4067, \"clust\": 5198, \"rank\": 3936, \"rankvar\": 5026, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4754, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5116, \"group\": [5201.0, 1068.0, 182.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCGGATCC\", \"ini\": 4066, \"clust\": 3449, \"rank\": 3661, \"rankvar\": 718, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4755, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2633, \"group\": [3450.0, 565.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACGAAACG\", \"ini\": 4065, \"clust\": 166, \"rank\": 3602, \"rankvar\": 4713, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4756, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 192, \"group\": [165.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTCGGATCC\", \"ini\": 4064, \"clust\": 5204, \"rank\": 3543, \"rankvar\": 3816, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4757, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4493, \"group\": [5203.0, 1069.0, 183.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCACTATTC\", \"ini\": 4063, \"clust\": 3432, \"rank\": 3569, \"rankvar\": 2960, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4758, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2634, \"group\": [3432.0, 559.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCAACACTG\", \"ini\": 4062, \"clust\": 3475, \"rank\": 3499, \"rankvar\": 1281, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4759, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2635, \"group\": [3475.0, 571.0, 87.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTGTCAATC\", \"ini\": 4061, \"clust\": 3564, \"rank\": 3405, \"rankvar\": 3973, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4760, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2149, \"group\": [3566.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATGTCCTC\", \"ini\": 4060, \"clust\": 4160, \"rank\": 4211, \"rankvar\": 4138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4761, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 30, \"group\": [4156.0, 786.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGGATGCGT\", \"ini\": 4059, \"clust\": 4425, \"rank\": 3252, \"rankvar\": 2019, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4762, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4494, \"group\": [4426.0, 840.0, 139.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTACACGAAAGC\", \"ini\": 4058, \"clust\": 3472, \"rank\": 3681, \"rankvar\": 1610, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4763, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2636, \"group\": [3471.0, 569.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAGCTCCG\", \"ini\": 4057, \"clust\": 4161, \"rank\": 4367, \"rankvar\": 4813, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4764, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 31, \"group\": [4157.0, 786.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACATACGCCG\", \"ini\": 4056, \"clust\": 105, \"rank\": 4083, \"rankvar\": 5043, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5205, \"group\": [103.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCAACACAC\", \"ini\": 4055, \"clust\": 4370, \"rank\": 3683, \"rankvar\": 5048, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4766, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5117, \"group\": [4372.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGTTCGATC\", \"ini\": 4054, \"clust\": 3540, \"rank\": 3717, \"rankvar\": 2912, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4767, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2150, \"group\": [3539.0, 600.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAAGCACACAG\", \"ini\": 4053, \"clust\": 4413, \"rank\": 3558, \"rankvar\": 5050, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4768, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2151, \"group\": [4413.0, 833.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCAAGAAGT\", \"ini\": 4052, \"clust\": 3551, \"rank\": 3676, \"rankvar\": 473, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 561, \"group\": [3550.0, 606.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCAAAGTAG\", \"ini\": 4051, \"clust\": 1623, \"rank\": 3622, \"rankvar\": 2995, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 562, \"group\": [1623.0, 193.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGACGACGT\", \"ini\": 4050, \"clust\": 1619, \"rank\": 3492, \"rankvar\": 3940, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 563, \"group\": [1619.0, 189.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAATGTAAG\", \"ini\": 4049, \"clust\": 3595, \"rank\": 3734, \"rankvar\": 1198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4772, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2637, \"group\": [3596.0, 624.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGGTACCGTTA\", \"ini\": 4048, \"clust\": 3493, \"rank\": 3640, \"rankvar\": 4387, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2638, \"group\": [3493.0, 582.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACATACCATG\", \"ini\": 4047, \"clust\": 1639, \"rank\": 3386, \"rankvar\": 3283, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4774, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2639, \"group\": [1640.0, 206.0, 36.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAACTGGCC\", \"ini\": 4046, \"clust\": 186, \"rank\": 3658, \"rankvar\": 1789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4775, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2867, \"group\": [214.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCGTAGGAG\", \"ini\": 4045, \"clust\": 3560, \"rank\": 3468, \"rankvar\": 4427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4776, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2152, \"group\": [3563.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGACGCTC\", \"ini\": 4044, \"clust\": 5216, \"rank\": 4076, \"rankvar\": 4130, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4777, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4495, \"group\": [5220.0, 1080.0, 186.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGCTAAGAT\", \"ini\": 4043, \"clust\": 3533, \"rank\": 3528, \"rankvar\": 2649, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4778, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2153, \"group\": [3533.0, 598.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTATCACG\", \"ini\": 4042, \"clust\": 3561, \"rank\": 3517, \"rankvar\": 3245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4779, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2154, \"group\": [3561.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTGTTGGGA\", \"ini\": 4041, \"clust\": 1532, \"rank\": 3534, \"rankvar\": 4380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4780, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2868, \"group\": [1535.0, 160.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAGCAGTTT\", \"ini\": 4040, \"clust\": 3655, \"rank\": 3396, \"rankvar\": 3676, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4781, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2155, \"group\": [3657.0, 668.0, 110.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCATCACCC\", \"ini\": 4039, \"clust\": 3687, \"rank\": 3409, \"rankvar\": 3952, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4782, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2156, \"group\": [3687.0, 680.0, 111.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATCGATTG\", \"ini\": 4038, \"clust\": 96, \"rank\": 4002, \"rankvar\": 5223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4783, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5206, \"group\": [101.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACACCGCTAG\", \"ini\": 4037, \"clust\": 189, \"rank\": 3812, \"rankvar\": 4770, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4784, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 193, \"group\": [187.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACTCCTG\", \"ini\": 4036, \"clust\": 4375, \"rank\": 4009, \"rankvar\": 5108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4785, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5118, \"group\": [4375.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACAGACTCGC\", \"ini\": 4035, \"clust\": 3343, \"rank\": 3875, \"rankvar\": 855, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 564, \"group\": [3343.0, 518.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCAATGGAGC\", \"ini\": 4034, \"clust\": 3618, \"rank\": 3606, \"rankvar\": 2880, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 565, \"group\": [3622.0, 640.0, 99.0, 21.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGCATGGCA\", \"ini\": 4033, \"clust\": 1637, \"rank\": 3344, \"rankvar\": 3027, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4788, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2640, \"group\": [1638.0, 204.0, 36.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTACCGTAT\", \"ini\": 4032, \"clust\": 1526, \"rank\": 3505, \"rankvar\": 4342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4789, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2869, \"group\": [1529.0, 159.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGCTGCAAG\", \"ini\": 4031, \"clust\": 4401, \"rank\": 3542, \"rankvar\": 4147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4790, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2157, \"group\": [4403.0, 830.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGTCCCACG\", \"ini\": 4030, \"clust\": 3412, \"rank\": 3951, \"rankvar\": 4344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 566, \"group\": [3409.0, 545.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCACTTAAGC\", \"ini\": 4029, \"clust\": 639, \"rank\": 3611, \"rankvar\": 2837, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4792, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3100, \"group\": [642.0, 103.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACAGGCTGAA\", \"ini\": 4028, \"clust\": 3550, \"rank\": 3888, \"rankvar\": 1078, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 567, \"group\": [3552.0, 607.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCATCGATGAGG\", \"ini\": 4027, \"clust\": 3552, \"rank\": 3637, \"rankvar\": 1462, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4794, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 568, \"group\": [3551.0, 606.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACATGCGCAC\", \"ini\": 4026, \"clust\": 1517, \"rank\": 3484, \"rankvar\": 4969, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4795, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2870, \"group\": [1518.0, 155.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACATTAGC\", \"ini\": 4025, \"clust\": 3654, \"rank\": 3398, \"rankvar\": 2276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4796, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2158, \"group\": [3654.0, 666.0, 110.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCCTATGTT\", \"ini\": 4024, \"clust\": 1510, \"rank\": 3458, \"rankvar\": 4814, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4797, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2871, \"group\": [1511.0, 153.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGAGCCCA\", \"ini\": 4023, \"clust\": 3546, \"rank\": 3780, \"rankvar\": 2738, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4798, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2159, \"group\": [3549.0, 605.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAGGCTGAA\", \"ini\": 4022, \"clust\": 3549, \"rank\": 3895, \"rankvar\": 1774, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 569, \"group\": [3553.0, 608.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCTCTCTG\", \"ini\": 4021, \"clust\": 82, \"rank\": 3796, \"rankvar\": 4964, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4800, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3953, \"group\": [82.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCACCATCCT\", \"ini\": 4020, \"clust\": 1515, \"rank\": 3712, \"rankvar\": 4637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4801, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2872, \"group\": [1515.0, 155.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGTTCCACA\", \"ini\": 4019, \"clust\": 4283, \"rank\": 3880, \"rankvar\": 4878, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4802, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2641, \"group\": [4287.0, 796.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCGGATGGA\", \"ini\": 4018, \"clust\": 3599, \"rank\": 3773, \"rankvar\": 3126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2642, \"group\": [3600.0, 627.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGACATA\", \"ini\": 4017, \"clust\": 3587, \"rank\": 3750, \"rankvar\": 1715, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4804, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2160, \"group\": [3585.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACACGCC\", \"ini\": 4016, \"clust\": 1531, \"rank\": 3285, \"rankvar\": 4838, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4805, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2873, \"group\": [1536.0, 160.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTAAGTG\", \"ini\": 4015, \"clust\": 3570, \"rank\": 3704, \"rankvar\": 2938, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4806, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2161, \"group\": [3571.0, 613.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAAAGGTGC\", \"ini\": 4014, \"clust\": 4369, \"rank\": 3801, \"rankvar\": 4872, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4807, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5119, \"group\": [4373.0, 821.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGACAAG\", \"ini\": 4013, \"clust\": 4900, \"rank\": 3851, \"rankvar\": 2228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4808, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4496, \"group\": [4900.0, 914.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTTACGGAG\", \"ini\": 4012, \"clust\": 3366, \"rank\": 3903, \"rankvar\": 2221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4809, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2162, \"group\": [3369.0, 532.0, 81.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGAAACCTA\", \"ini\": 4011, \"clust\": 3605, \"rank\": 3548, \"rankvar\": 1187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4810, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 570, \"group\": [3613.0, 632.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCACTTCTGC\", \"ini\": 4010, \"clust\": 3586, \"rank\": 3675, \"rankvar\": 680, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4811, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2163, \"group\": [3587.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGTCTGTCTCG\", \"ini\": 4009, \"clust\": 3465, \"rank\": 3898, \"rankvar\": 1768, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4812, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2643, \"group\": [3469.0, 568.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTCCGT\", \"ini\": 4008, \"clust\": 3541, \"rank\": 3755, \"rankvar\": 3108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4813, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2164, \"group\": [3540.0, 600.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGAACAATC\", \"ini\": 4007, \"clust\": 3482, \"rank\": 3705, \"rankvar\": 1259, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4814, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2644, \"group\": [3484.0, 577.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTTTGCATG\", \"ini\": 4006, \"clust\": 4411, \"rank\": 3694, \"rankvar\": 4825, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4815, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2165, \"group\": [4409.0, 833.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCATCGATG\", \"ini\": 4005, \"clust\": 5205, \"rank\": 3861, \"rankvar\": 4365, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4816, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4497, \"group\": [5206.0, 1072.0, 184.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGCCAACAG\", \"ini\": 4004, \"clust\": 3409, \"rank\": 4124, \"rankvar\": 4687, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4817, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2645, \"group\": [3407.0, 544.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGTTTACG\", \"ini\": 4003, \"clust\": 3569, \"rank\": 3566, \"rankvar\": 3520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4818, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2166, \"group\": [3568.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCACCATAG\", \"ini\": 4002, \"clust\": 1518, \"rank\": 3647, \"rankvar\": 4922, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4819, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2874, \"group\": [1519.0, 155.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCATGTCCC\", \"ini\": 4001, \"clust\": 5186, \"rank\": 3930, \"rankvar\": 3545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 571, \"group\": [5186.0, 1055.0, 175.0, 38.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCGTCATC\", \"ini\": 4000, \"clust\": 102, \"rank\": 4345, \"rankvar\": 4830, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4821, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5207, \"group\": [107.0, 19.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGATGCGAC\", \"ini\": 3999, \"clust\": 1505, \"rank\": 3682, \"rankvar\": 2686, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4822, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2875, \"group\": [1505.0, 149.0, 21.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTGTTCTCATT\", \"ini\": 3998, \"clust\": 158, \"rank\": 3778, \"rankvar\": 4822, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4823, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2646, \"group\": [161.0, 36.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGTGGTCCC\", \"ini\": 3997, \"clust\": 3602, \"rank\": 3814, \"rankvar\": 3891, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4824, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2647, \"group\": [3604.0, 628.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAATCACC\", \"ini\": 3996, \"clust\": 3535, \"rank\": 3862, \"rankvar\": 3300, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4825, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2167, \"group\": [3542.0, 601.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCGGTCTAA\", \"ini\": 3995, \"clust\": 3567, \"rank\": 3670, \"rankvar\": 4578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4826, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2168, \"group\": [3569.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAAGGCAGGTT\", \"ini\": 3994, \"clust\": 3401, \"rank\": 3867, \"rankvar\": 2297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4827, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 572, \"group\": [3412.0, 547.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACGAAGCA\", \"ini\": 3993, \"clust\": 3528, \"rank\": 3626, \"rankvar\": 1704, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4828, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2169, \"group\": [3529.0, 595.0, 89.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCCACGCAG\", \"ini\": 3992, \"clust\": 3381, \"rank\": 4070, \"rankvar\": 987, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 573, \"group\": [3399.0, 542.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCAACCAA\", \"ini\": 3991, \"clust\": 1620, \"rank\": 3614, \"rankvar\": 3759, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 574, \"group\": [1620.0, 190.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCAAGCCTA\", \"ini\": 3990, \"clust\": 3536, \"rank\": 3993, \"rankvar\": 3803, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4831, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2170, \"group\": [3538.0, 599.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCACACCGAC\", \"ini\": 3989, \"clust\": 5206, \"rank\": 4067, \"rankvar\": 2191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4832, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 575, \"group\": [5207.0, 1073.0, 184.0, 41.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGCTGAACG\", \"ini\": 3988, \"clust\": 522, \"rank\": 3627, \"rankvar\": 3961, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4833, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2876, \"group\": [523.0, 84.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAAGAAGT\", \"ini\": 3987, \"clust\": 525, \"rank\": 3931, \"rankvar\": 2463, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4834, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5133, \"group\": [529.0, 86.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGACACTAA\", \"ini\": 3986, \"clust\": 3562, \"rank\": 3988, \"rankvar\": 4252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4835, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2171, \"group\": [3562.0, 612.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCGGTTAAC\", \"ini\": 3985, \"clust\": 3571, \"rank\": 3873, \"rankvar\": 3132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4836, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2172, \"group\": [3572.0, 613.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCATAGCAC\", \"ini\": 3984, \"clust\": 1271, \"rank\": 3581, \"rankvar\": 5033, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4837, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2877, \"group\": [1275.0, 125.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCTGTTTGT\", \"ini\": 3983, \"clust\": 4402, \"rank\": 3803, \"rankvar\": 4512, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4838, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2173, \"group\": [4402.0, 829.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCAGACACTT\", \"ini\": 3982, \"clust\": 1631, \"rank\": 3546, \"rankvar\": 4123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4839, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2878, \"group\": [1634.0, 201.0, 35.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTGAGGCTA\", \"ini\": 3981, \"clust\": 3596, \"rank\": 4022, \"rankvar\": 2609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4840, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2648, \"group\": [3597.0, 624.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATACACCCATGG\", \"ini\": 3980, \"clust\": 4395, \"rank\": 3884, \"rankvar\": 3615, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4841, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5120, \"group\": [4399.0, 828.0, 136.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCATAGACTC\", \"ini\": 3979, \"clust\": 3589, \"rank\": 3783, \"rankvar\": 1282, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4842, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2174, \"group\": [3590.0, 618.0, 91.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCTCCTC\", \"ini\": 3978, \"clust\": 3477, \"rank\": 3806, \"rankvar\": 1497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4843, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2649, \"group\": [3480.0, 575.0, 87.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTAACGCGA\", \"ini\": 3977, \"clust\": 243, \"rank\": 3813, \"rankvar\": 4112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4844, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2879, \"group\": [244.0, 51.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACATTACGAC\", \"ini\": 3976, \"clust\": 3556, \"rank\": 3789, \"rankvar\": 2909, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4845, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2175, \"group\": [3556.0, 609.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTTGTCC\", \"ini\": 3975, \"clust\": 1530, \"rank\": 3702, \"rankvar\": 4924, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4846, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2880, \"group\": [1531.0, 160.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGAGTAGA\", \"ini\": 3974, \"clust\": 3597, \"rank\": 3821, \"rankvar\": 893, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4847, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2176, \"group\": [3598.0, 625.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAAGGTCATCT\", \"ini\": 3973, \"clust\": 3372, \"rank\": 4159, \"rankvar\": 2280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4848, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2177, \"group\": [3372.0, 534.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCGCTAGCG\", \"ini\": 3972, \"clust\": 3355, \"rank\": 4137, \"rankvar\": 4768, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4849, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2650, \"group\": [3354.0, 524.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGGGCTCTC\", \"ini\": 3971, \"clust\": 3370, \"rank\": 4308, \"rankvar\": 4916, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4850, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2651, \"group\": [3370.0, 533.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTGTAATGA\", \"ini\": 3970, \"clust\": 526, \"rank\": 3870, \"rankvar\": 3879, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4851, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2881, \"group\": [528.0, 85.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACAGCAG\", \"ini\": 3969, \"clust\": 4396, \"rank\": 4118, \"rankvar\": 4486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4852, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5121, \"group\": [4398.0, 827.0, 136.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGTTTAGG\", \"ini\": 3968, \"clust\": 4364, \"rank\": 3804, \"rankvar\": 4040, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4853, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4498, \"group\": [4365.0, 820.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTATCTG\", \"ini\": 3967, \"clust\": 3410, \"rank\": 4266, \"rankvar\": 2901, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 576, \"group\": [3408.0, 544.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGCGAAA\", \"ini\": 3966, \"clust\": 237, \"rank\": 4056, \"rankvar\": 2917, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4855, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2652, \"group\": [238.0, 48.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAAGGTGA\", \"ini\": 3965, \"clust\": 1521, \"rank\": 3953, \"rankvar\": 4524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4856, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2882, \"group\": [1524.0, 156.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCACTGGG\", \"ini\": 3964, \"clust\": 3414, \"rank\": 3737, \"rankvar\": 3789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4857, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2653, \"group\": [3417.0, 551.0, 84.0, 18.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTAAAGA\", \"ini\": 3963, \"clust\": 3603, \"rank\": 4110, \"rankvar\": 4670, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4858, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2654, \"group\": [3602.0, 628.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCACACGC\", \"ini\": 3962, \"clust\": 3544, \"rank\": 3742, \"rankvar\": 3196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4859, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2178, \"group\": [3545.0, 604.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAATTCCTT\", \"ini\": 3961, \"clust\": 3572, \"rank\": 3922, \"rankvar\": 3496, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4860, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2179, \"group\": [3576.0, 615.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATGGATGG\", \"ini\": 3960, \"clust\": 3557, \"rank\": 3770, \"rankvar\": 2401, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4861, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2180, \"group\": [3557.0, 609.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTATGGTTC\", \"ini\": 3959, \"clust\": 4414, \"rank\": 3956, \"rankvar\": 4775, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4862, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2181, \"group\": [4411.0, 833.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTTCAGTAC\", \"ini\": 3958, \"clust\": 3580, \"rank\": 4231, \"rankvar\": 1614, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4863, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 577, \"group\": [3589.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGTTACAG\", \"ini\": 3957, \"clust\": 3400, \"rank\": 4039, \"rankvar\": 454, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4864, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2655, \"group\": [3413.0, 548.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCAGAGCTT\", \"ini\": 3956, \"clust\": 3534, \"rank\": 3685, \"rankvar\": 4184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4865, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2182, \"group\": [3534.0, 598.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCTGCCCA\", \"ini\": 3955, \"clust\": 4415, \"rank\": 3976, \"rankvar\": 5053, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4866, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2183, \"group\": [4412.0, 833.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTCTGCTG\", \"ini\": 3954, \"clust\": 3558, \"rank\": 3631, \"rankvar\": 4280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4867, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2184, \"group\": [3559.0, 611.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTAGTGCG\", \"ini\": 3953, \"clust\": 3529, \"rank\": 3774, \"rankvar\": 3700, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4868, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2185, \"group\": [3530.0, 596.0, 89.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAGTAGAGC\", \"ini\": 3952, \"clust\": 4393, \"rank\": 4095, \"rankvar\": 297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 578, \"group\": [4394.0, 824.0, 136.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAGTGAGA\", \"ini\": 3951, \"clust\": 4405, \"rank\": 3828, \"rankvar\": 4159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4870, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2186, \"group\": [4408.0, 832.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTGTCTCA\", \"ini\": 3950, \"clust\": 168, \"rank\": 4021, \"rankvar\": 4910, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4871, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 194, \"group\": [169.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAAGCGGT\", \"ini\": 3949, \"clust\": 3593, \"rank\": 4015, \"rankvar\": 3467, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4872, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2656, \"group\": [3594.0, 622.0, 93.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCTTGCGG\", \"ini\": 3948, \"clust\": 157, \"rank\": 4031, \"rankvar\": 3577, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4873, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 195, \"group\": [176.0, 40.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGCTCCTTC\", \"ini\": 3947, \"clust\": 3600, \"rank\": 4146, \"rankvar\": 3472, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4874, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2187, \"group\": [3601.0, 627.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTGGTAACG\", \"ini\": 3946, \"clust\": 3559, \"rank\": 3911, \"rankvar\": 3956, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4875, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2188, \"group\": [3560.0, 611.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCATGCCTTC\", \"ini\": 3945, \"clust\": 188, \"rank\": 4327, \"rankvar\": 5151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4876, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 196, \"group\": [186.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGGGAACGG\", \"ini\": 3944, \"clust\": 4416, \"rank\": 4364, \"rankvar\": 4399, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4877, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5122, \"group\": [4416.0, 834.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCATCACGAT\", \"ini\": 3943, \"clust\": 181, \"rank\": 4098, \"rankvar\": 5114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4878, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 197, \"group\": [180.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTACCGAGA\", \"ini\": 3942, \"clust\": 3606, \"rank\": 3906, \"rankvar\": 1770, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4879, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2189, \"group\": [3606.0, 630.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAATT\", \"ini\": 3941, \"clust\": 1535, \"rank\": 3790, \"rankvar\": 4829, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4880, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2883, \"group\": [1533.0, 160.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGTGCAAGC\", \"ini\": 3940, \"clust\": 3376, \"rank\": 4405, \"rankvar\": 3293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4881, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 579, \"group\": [3378.0, 537.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGAAAGAG\", \"ini\": 3939, \"clust\": 3608, \"rank\": 3853, \"rankvar\": 3580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4882, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2190, \"group\": [3608.0, 630.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCGATCCCT\", \"ini\": 3938, \"clust\": 3554, \"rank\": 4025, \"rankvar\": 3941, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4883, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2191, \"group\": [3554.0, 609.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATTCCTGC\", \"ini\": 3937, \"clust\": 376, \"rank\": 3919, \"rankvar\": 4746, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4884, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2884, \"group\": [377.0, 56.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTTTAAGCC\", \"ini\": 3936, \"clust\": 244, \"rank\": 4119, \"rankvar\": 3380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4885, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2885, \"group\": [245.0, 52.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCACTTAAGC\", \"ini\": 3935, \"clust\": 4420, \"rank\": 4373, \"rankvar\": 3518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4886, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5123, \"group\": [4420.0, 835.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGAGCTGGT\", \"ini\": 3934, \"clust\": 169, \"rank\": 4087, \"rankvar\": 5122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4887, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 198, \"group\": [167.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCCTCAGT\", \"ini\": 3933, \"clust\": 377, \"rank\": 4179, \"rankvar\": 4771, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4888, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2886, \"group\": [378.0, 56.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGATCCCGC\", \"ini\": 3932, \"clust\": 238, \"rank\": 4199, \"rankvar\": 3985, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4889, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2657, \"group\": [239.0, 49.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTAGGCGATAC\", \"ini\": 3931, \"clust\": 3524, \"rank\": 4101, \"rankvar\": 3646, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4890, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2658, \"group\": [3525.0, 592.0, 88.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCGGCCGAT\", \"ini\": 3930, \"clust\": 3588, \"rank\": 4170, \"rankvar\": 2249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4891, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2192, \"group\": [3586.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGGCTACGA\", \"ini\": 3929, \"clust\": 3335, \"rank\": 4318, \"rankvar\": 1780, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4892, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 580, \"group\": [3335.0, 513.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTACCGTAT\", \"ini\": 3928, \"clust\": 370, \"rank\": 4239, \"rankvar\": 4726, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4893, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2887, \"group\": [373.0, 56.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATGCTGGC\", \"ini\": 3927, \"clust\": 3553, \"rank\": 4024, \"rankvar\": 3337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4894, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2193, \"group\": [3558.0, 610.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGGTCAT\", \"ini\": 3926, \"clust\": 3581, \"rank\": 4236, \"rankvar\": 4187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4895, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2194, \"group\": [3581.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCGGCACT\", \"ini\": 3925, \"clust\": 174, \"rank\": 4281, \"rankvar\": 4759, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4896, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 199, \"group\": [172.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCCAAACTG\", \"ini\": 3924, \"clust\": 190, \"rank\": 4296, \"rankvar\": 4650, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4897, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 200, \"group\": [188.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCAGGCGAA\", \"ini\": 3923, \"clust\": 3598, \"rank\": 4202, \"rankvar\": 2865, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4898, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2195, \"group\": [3599.0, 626.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGGTGACCA\", \"ini\": 3922, \"clust\": 4394, \"rank\": 4111, \"rankvar\": 1844, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 581, \"group\": [4395.0, 825.0, 136.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGCTTCGG\", \"ini\": 3921, \"clust\": 3363, \"rank\": 4224, \"rankvar\": 261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4900, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2659, \"group\": [3364.0, 527.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTATCAAACGGG\", \"ini\": 3920, \"clust\": 256, \"rank\": 4172, \"rankvar\": 4369, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4901, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2888, \"group\": [257.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGATTCT\", \"ini\": 3919, \"clust\": 3611, \"rank\": 4267, \"rankvar\": 1727, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4902, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2196, \"group\": [3610.0, 631.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCCAGTACACT\", \"ini\": 3918, \"clust\": 3467, \"rank\": 4493, \"rankvar\": 2962, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4903, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2660, \"group\": [3467.0, 568.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAATCACAC\", \"ini\": 3917, \"clust\": 3336, \"rank\": 4428, \"rankvar\": 832, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 582, \"group\": [3336.0, 513.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAGGTTCT\", \"ini\": 3916, \"clust\": 3382, \"rank\": 4542, \"rankvar\": 730, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 583, \"group\": [3381.0, 539.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGGGTGTTG\", \"ini\": 3915, \"clust\": 170, \"rank\": 4355, \"rankvar\": 4995, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4906, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 201, \"group\": [168.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGTGTGGT\", \"ini\": 3914, \"clust\": 3585, \"rank\": 4349, \"rankvar\": 4776, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4907, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2197, \"group\": [3588.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTAACGCGA\", \"ini\": 3913, \"clust\": 80, \"rank\": 4454, \"rankvar\": 4530, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 584, \"group\": [79.0, 17.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTGGCGTG\", \"ini\": 3912, \"clust\": 3377, \"rank\": 4460, \"rankvar\": 4611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 585, \"group\": [3376.0, 537.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAGTTTACG\", \"ini\": 3911, \"clust\": 3361, \"rank\": 4602, \"rankvar\": 4060, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4910, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2661, \"group\": [3360.0, 526.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGAATAGGG\", \"ini\": 3910, \"clust\": 3594, \"rank\": 4284, \"rankvar\": 3572, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4911, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2198, \"group\": [3595.0, 623.0, 93.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACATCCA\", \"ini\": 3909, \"clust\": 4412, \"rank\": 4081, \"rankvar\": 4839, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4912, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2199, \"group\": [4410.0, 833.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCCTAGGGC\", \"ini\": 3908, \"clust\": 3413, \"rank\": 4446, \"rankvar\": 2966, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4913, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2200, \"group\": [3410.0, 545.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCATCACAAC\", \"ini\": 3907, \"clust\": 3582, \"rank\": 4330, \"rankvar\": 4518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4914, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2201, \"group\": [3582.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTAACGGT\", \"ini\": 3906, \"clust\": 3393, \"rank\": 4521, \"rankvar\": 3083, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 586, \"group\": [3391.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCGTCCA\", \"ini\": 3905, \"clust\": 3379, \"rank\": 4453, \"rankvar\": 3433, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 587, \"group\": [3379.0, 538.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGAGGTACC\", \"ini\": 3904, \"clust\": 4392, \"rank\": 4514, \"rankvar\": 4998, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4917, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5124, \"group\": [4392.0, 822.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAGTTTACG\", \"ini\": 3903, \"clust\": 3583, \"rank\": 4465, \"rankvar\": 1316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4918, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2202, \"group\": [3583.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGCAGACTG\", \"ini\": 3902, \"clust\": 4410, \"rank\": 4248, \"rankvar\": 4984, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4919, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2203, \"group\": [4414.0, 833.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAGTAACGG\", \"ini\": 3901, \"clust\": 3545, \"rank\": 4290, \"rankvar\": 3429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4920, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2204, \"group\": [3546.0, 604.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCTGCCCTA\", \"ini\": 3900, \"clust\": 3604, \"rank\": 4305, \"rankvar\": 3480, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4921, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2662, \"group\": [3603.0, 628.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCTACTATC\", \"ini\": 3899, \"clust\": 135, \"rank\": 4282, \"rankvar\": 5192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4922, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 202, \"group\": [136.0, 28.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGCTCAGA\", \"ini\": 3898, \"clust\": 3407, \"rank\": 4605, \"rankvar\": 4151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4923, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 588, \"group\": [3405.0, 544.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTGCACTTA\", \"ini\": 3897, \"clust\": 183, \"rank\": 4404, \"rankvar\": 5183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4924, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 203, \"group\": [184.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTGTGTGCCTG\", \"ini\": 3896, \"clust\": 3590, \"rank\": 4154, \"rankvar\": 3458, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4925, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2663, \"group\": [3591.0, 619.0, 91.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCAACAACCT\", \"ini\": 3895, \"clust\": 175, \"rank\": 4489, \"rankvar\": 5054, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4926, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 204, \"group\": [173.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGGCACTA\", \"ini\": 3894, \"clust\": 254, \"rank\": 4262, \"rankvar\": 3809, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4927, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2889, \"group\": [255.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCACAACGCC\", \"ini\": 3893, \"clust\": 162, \"rank\": 4414, \"rankvar\": 4688, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4928, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2890, \"group\": [164.0, 37.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTACGCGA\", \"ini\": 3892, \"clust\": 3573, \"rank\": 4317, \"rankvar\": 3923, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4929, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2205, \"group\": [3575.0, 614.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCGTCTCCACT\", \"ini\": 3891, \"clust\": 235, \"rank\": 4189, \"rankvar\": 4333, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4930, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3028, \"group\": [236.0, 47.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGTACAA\", \"ini\": 3890, \"clust\": 385, \"rank\": 4396, \"rankvar\": 988, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4931, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2206, \"group\": [407.0, 62.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACAAAGCGGT\", \"ini\": 3889, \"clust\": 382, \"rank\": 4093, \"rankvar\": 4799, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4932, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2891, \"group\": [385.0, 58.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCGCAGGCT\", \"ini\": 3888, \"clust\": 167, \"rank\": 4512, \"rankvar\": 4852, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4933, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 205, \"group\": [166.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGAGGGATA\", \"ini\": 3887, \"clust\": 3601, \"rank\": 4368, \"rankvar\": 2053, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4934, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2664, \"group\": [3605.0, 629.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGCGACAT\", \"ini\": 3886, \"clust\": 3609, \"rank\": 4304, \"rankvar\": 4136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4935, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2207, \"group\": [3609.0, 630.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCACTATCTT\", \"ini\": 3885, \"clust\": 202, \"rank\": 4566, \"rankvar\": 4452, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4936, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 206, \"group\": [199.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAATCACAC\", \"ini\": 3884, \"clust\": 182, \"rank\": 4501, \"rankvar\": 4937, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4937, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 207, \"group\": [181.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTGTGTAAGTA\", \"ini\": 3883, \"clust\": 343, \"rank\": 4612, \"rankvar\": 4944, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4938, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2892, \"group\": [342.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTACAGACG\", \"ini\": 3882, \"clust\": 3346, \"rank\": 4505, \"rankvar\": 618, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4939, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 589, \"group\": [3365.0, 528.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCCCTCAGT\", \"ini\": 3881, \"clust\": 3610, \"rank\": 4461, \"rankvar\": 1453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4940, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2208, \"group\": [3612.0, 631.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGATGGGTC\", \"ini\": 3880, \"clust\": 3337, \"rank\": 4533, \"rankvar\": 374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4941, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 590, \"group\": [3341.0, 516.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATATGGTC\", \"ini\": 3879, \"clust\": 3386, \"rank\": 4739, \"rankvar\": 4012, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4942, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2209, \"group\": [3383.0, 539.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATCTACGA\", \"ini\": 3878, \"clust\": 3468, \"rank\": 4592, \"rankvar\": 2476, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4943, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2665, \"group\": [3465.0, 568.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTAGCCA\", \"ini\": 3877, \"clust\": 286, \"rank\": 4583, \"rankvar\": 3729, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4944, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2893, \"group\": [287.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTAGGCTGA\", \"ini\": 3876, \"clust\": 3340, \"rank\": 4611, \"rankvar\": 4737, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 591, \"group\": [3337.0, 514.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGCTTG\", \"ini\": 3875, \"clust\": 3405, \"rank\": 4579, \"rankvar\": 2668, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4946, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 592, \"group\": [3402.0, 543.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATGTAAG\", \"ini\": 3874, \"clust\": 3341, \"rank\": 4657, \"rankvar\": 3152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4947, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 593, \"group\": [3338.0, 514.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGGATACC\", \"ini\": 3873, \"clust\": 3384, \"rank\": 4771, \"rankvar\": 4186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4948, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2666, \"group\": [3388.0, 539.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCAACCAA\", \"ini\": 3872, \"clust\": 3394, \"rank\": 4840, \"rankvar\": 4676, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 594, \"group\": [3392.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGACAGGT\", \"ini\": 3871, \"clust\": 344, \"rank\": 4704, \"rankvar\": 5003, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4950, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2894, \"group\": [343.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGCGAGT\", \"ini\": 3870, \"clust\": 523, \"rank\": 4164, \"rankvar\": 4419, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4951, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2895, \"group\": [524.0, 84.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCACCGTC\", \"ini\": 3869, \"clust\": 3408, \"rank\": 4653, \"rankvar\": 2730, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4952, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2667, \"group\": [3406.0, 544.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTAGCTCCG\", \"ini\": 3868, \"clust\": 3578, \"rank\": 4543, \"rankvar\": 2205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4953, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2210, \"group\": [3579.0, 616.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTCCCTGA\", \"ini\": 3867, \"clust\": 3579, \"rank\": 4466, \"rankvar\": 4163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4954, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2211, \"group\": [3580.0, 616.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCATCGACGC\", \"ini\": 3866, \"clust\": 4418, \"rank\": 4708, \"rankvar\": 4923, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4955, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5125, \"group\": [4418.0, 834.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAACTGCTA\", \"ini\": 3865, \"clust\": 184, \"rank\": 4418, \"rankvar\": 5118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4956, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3074, \"group\": [182.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGAACAATC\", \"ini\": 3864, \"clust\": 239, \"rank\": 4413, \"rankvar\": 5087, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4957, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2896, \"group\": [240.0, 50.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGCACCGTC\", \"ini\": 3863, \"clust\": 272, \"rank\": 4683, \"rankvar\": 3157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4958, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2897, \"group\": [276.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGTTACAG\", \"ini\": 3862, \"clust\": 3612, \"rank\": 4417, \"rankvar\": 3894, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4959, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2212, \"group\": [3611.0, 631.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATCCAAC\", \"ini\": 3861, \"clust\": 262, \"rank\": 4508, \"rankvar\": 4848, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4960, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2898, \"group\": [264.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCCCAAGTA\", \"ini\": 3860, \"clust\": 214, \"rank\": 4673, \"rankvar\": 5154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4961, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 208, \"group\": [211.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCATGCAAC\", \"ini\": 3859, \"clust\": 4397, \"rank\": 4497, \"rankvar\": 3106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4962, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5126, \"group\": [4396.0, 826.0, 136.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTACTTAC\", \"ini\": 3858, \"clust\": 240, \"rank\": 4377, \"rankvar\": 5064, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4963, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2899, \"group\": [241.0, 50.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGCACCGTC\", \"ini\": 3857, \"clust\": 178, \"rank\": 4666, \"rankvar\": 5086, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4964, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 209, \"group\": [179.0, 41.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTATTCTC\", \"ini\": 3856, \"clust\": 3555, \"rank\": 4311, \"rankvar\": 3578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4965, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2213, \"group\": [3555.0, 609.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCGAGCCCA\", \"ini\": 3855, \"clust\": 1274, \"rank\": 4387, \"rankvar\": 4880, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4966, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2900, \"group\": [1271.0, 125.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGATCGGGT\", \"ini\": 3854, \"clust\": 3353, \"rank\": 4667, \"rankvar\": 4140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4967, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2214, \"group\": [3351.0, 523.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTTGTACAC\", \"ini\": 3853, \"clust\": 217, \"rank\": 4576, \"rankvar\": 3513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4968, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2215, \"group\": [215.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAATCGAAA\", \"ini\": 3852, \"clust\": 4421, \"rank\": 4553, \"rankvar\": 3561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4969, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2216, \"group\": [4421.0, 835.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGTGCCTG\", \"ini\": 3851, \"clust\": 3373, \"rank\": 4836, \"rankvar\": 5131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4970, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2217, \"group\": [3373.0, 534.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACGACGT\", \"ini\": 3850, \"clust\": 3350, \"rank\": 4703, \"rankvar\": 4074, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4971, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2218, \"group\": [3346.0, 521.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTTCTCATT\", \"ini\": 3849, \"clust\": 159, \"rank\": 4569, \"rankvar\": 4647, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4972, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3075, \"group\": [160.0, 35.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATGTCCC\", \"ini\": 3848, \"clust\": 3584, \"rank\": 4648, \"rankvar\": 4295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4973, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2219, \"group\": [3584.0, 617.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTCAAGTG\", \"ini\": 3847, \"clust\": 3380, \"rank\": 4675, \"rankvar\": 955, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 595, \"group\": [3380.0, 538.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCAGAGGGATA\", \"ini\": 3846, \"clust\": 3358, \"rank\": 4791, \"rankvar\": 4928, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4975, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2220, \"group\": [3358.0, 525.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTAGCCTAT\", \"ini\": 3845, \"clust\": 263, \"rank\": 4559, \"rankvar\": 4684, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4976, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2901, \"group\": [262.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGTTAGCGG\", \"ini\": 3844, \"clust\": 264, \"rank\": 4527, \"rankvar\": 4613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4977, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2902, \"group\": [263.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGCACACGCTG\", \"ini\": 3843, \"clust\": 3607, \"rank\": 4257, \"rankvar\": 3967, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4978, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2221, \"group\": [3607.0, 630.0, 94.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCAGAAGG\", \"ini\": 3842, \"clust\": 201, \"rank\": 4713, \"rankvar\": 4815, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4979, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 210, \"group\": [204.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACACTGCCAG\", \"ini\": 3841, \"clust\": 179, \"rank\": 4815, \"rankvar\": 4932, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4980, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 211, \"group\": [177.0, 41.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGACTGTAA\", \"ini\": 3840, \"clust\": 1272, \"rank\": 4153, \"rankvar\": 5123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4981, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2903, \"group\": [1274.0, 125.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTGAGGTG\", \"ini\": 3839, \"clust\": 1516, \"rank\": 4532, \"rankvar\": 4764, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4982, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2904, \"group\": [1516.0, 155.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCAGTAAGAT\", \"ini\": 3838, \"clust\": 3591, \"rank\": 4429, \"rankvar\": 2786, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 596, \"group\": [3592.0, 620.0, 92.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCACCCTATC\", \"ini\": 3837, \"clust\": 211, \"rank\": 4802, \"rankvar\": 5172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4984, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 212, \"group\": [208.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCCTCGCAT\", \"ini\": 3836, \"clust\": 4409, \"rank\": 4593, \"rankvar\": 4484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4985, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2222, \"group\": [4415.0, 833.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGACGAT\", \"ini\": 3835, \"clust\": 3592, \"rank\": 4388, \"rankvar\": 3348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4986, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2668, \"group\": [3593.0, 621.0, 92.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGTGGTAAT\", \"ini\": 3834, \"clust\": 383, \"rank\": 4329, \"rankvar\": 4773, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4987, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3029, \"group\": [383.0, 58.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTTCTGGTA\", \"ini\": 3833, \"clust\": 83, \"rank\": 4670, \"rankvar\": 5186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4988, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5208, \"group\": [83.0, 18.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGAAGGTTT\", \"ini\": 3832, \"clust\": 4417, \"rank\": 4839, \"rankvar\": 4561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4989, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5127, \"group\": [4417.0, 834.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCAAGCTGGA\", \"ini\": 3831, \"clust\": 326, \"rank\": 4633, \"rankvar\": 5148, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4990, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2905, \"group\": [326.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGCAAAGGTGC\", \"ini\": 3830, \"clust\": 3387, \"rank\": 4838, \"rankvar\": 3964, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4991, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2223, \"group\": [3384.0, 539.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGGTCCC\", \"ini\": 3829, \"clust\": 4407, \"rank\": 4523, \"rankvar\": 4028, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4992, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2224, \"group\": [4405.0, 832.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCTAACTC\", \"ini\": 3828, \"clust\": 3364, \"rank\": 4793, \"rankvar\": 4194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4993, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2225, \"group\": [3362.0, 527.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGTGCC\", \"ini\": 3827, \"clust\": 384, \"rank\": 4464, \"rankvar\": 4508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4994, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3030, \"group\": [384.0, 58.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATAGAAAC\", \"ini\": 3826, \"clust\": 3356, \"rank\": 4676, \"rankvar\": 4854, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4995, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2226, \"group\": [3355.0, 524.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTGGACGT\", \"ini\": 3825, \"clust\": 257, \"rank\": 4610, \"rankvar\": 4287, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4996, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2906, \"group\": [258.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATGAGCGA\", \"ini\": 3824, \"clust\": 4406, \"rank\": 4719, \"rankvar\": 4732, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4997, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2227, \"group\": [4407.0, 832.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTGATACG\", \"ini\": 3823, \"clust\": 216, \"rank\": 4621, \"rankvar\": 4731, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4998, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 213, \"group\": [233.0, 44.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGGTGTTG\", \"ini\": 3822, \"clust\": 260, \"rank\": 4640, \"rankvar\": 4030, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4999, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2907, \"group\": [259.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCACCGCTAG\", \"ini\": 3821, \"clust\": 327, \"rank\": 4722, \"rankvar\": 5044, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5000, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2908, \"group\": [327.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCTGTGCAA\", \"ini\": 3820, \"clust\": 1275, \"rank\": 4536, \"rankvar\": 4675, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5001, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2909, \"group\": [1272.0, 125.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTTGAC\", \"ini\": 3819, \"clust\": 3365, \"rank\": 4786, \"rankvar\": 3768, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5002, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2228, \"group\": [3363.0, 527.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTATCCAGATCA\", \"ini\": 3818, \"clust\": 171, \"rank\": 4796, \"rankvar\": 4867, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5003, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 214, \"group\": [170.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTCATCCCT\", \"ini\": 3817, \"clust\": 3378, \"rank\": 4848, \"rankvar\": 4116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5004, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 597, \"group\": [3377.0, 537.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACTTACGA\", \"ini\": 3816, \"clust\": 258, \"rank\": 4671, \"rankvar\": 4596, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5005, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2910, \"group\": [265.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCCGCCTA\", \"ini\": 3815, \"clust\": 1514, \"rank\": 4581, \"rankvar\": 5028, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5006, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2911, \"group\": [1517.0, 155.0, 22.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATCCCGC\", \"ini\": 3814, \"clust\": 180, \"rank\": 4869, \"rankvar\": 5100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5007, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 215, \"group\": [178.0, 41.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCAAACCAC\", \"ini\": 3813, \"clust\": 380, \"rank\": 4618, \"rankvar\": 3457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5008, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2912, \"group\": [381.0, 58.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCTGCT\", \"ini\": 3812, \"clust\": 3339, \"rank\": 4777, \"rankvar\": 4606, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5009, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2229, \"group\": [3339.0, 514.0, 78.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACACTGCG\", \"ini\": 3811, \"clust\": 185, \"rank\": 4646, \"rankvar\": 5207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5010, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3076, \"group\": [183.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTCAGGACA\", \"ini\": 3810, \"clust\": 381, \"rank\": 4598, \"rankvar\": 5016, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5011, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2913, \"group\": [382.0, 58.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTACACCT\", \"ini\": 3809, \"clust\": 172, \"rank\": 4801, \"rankvar\": 5012, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5012, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 216, \"group\": [171.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCTCGTTTA\", \"ini\": 3808, \"clust\": 208, \"rank\": 4907, \"rankvar\": 5120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5013, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 217, \"group\": [205.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTTGACAC\", \"ini\": 3807, \"clust\": 3574, \"rank\": 4674, \"rankvar\": 3218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5014, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2230, \"group\": [3573.0, 614.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTAGGTT\", \"ini\": 3806, \"clust\": 346, \"rank\": 4744, \"rankvar\": 4858, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5015, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2914, \"group\": [351.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAGACAAAT\", \"ini\": 3805, \"clust\": 3385, \"rank\": 4906, \"rankvar\": 2996, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5016, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2231, \"group\": [3385.0, 539.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCCTCAATT\", \"ini\": 3804, \"clust\": 3354, \"rank\": 4819, \"rankvar\": 4513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5017, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2232, \"group\": [3352.0, 523.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCACGACG\", \"ini\": 3803, \"clust\": 374, \"rank\": 4582, \"rankvar\": 5074, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5018, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2915, \"group\": [374.0, 56.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATGCCTAA\", \"ini\": 3802, \"clust\": 371, \"rank\": 4752, \"rankvar\": 4899, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5019, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2916, \"group\": [371.0, 56.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGTCTTGCA\", \"ini\": 3801, \"clust\": 375, \"rank\": 4591, \"rankvar\": 4805, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5020, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2917, \"group\": [375.0, 56.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGCAGGTA\", \"ini\": 3800, \"clust\": 4408, \"rank\": 4769, \"rankvar\": 4877, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5021, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2233, \"group\": [4406.0, 832.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTAGAGTC\", \"ini\": 3799, \"clust\": 245, \"rank\": 4795, \"rankvar\": 4584, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5022, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2918, \"group\": [246.0, 53.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGTCTAT\", \"ini\": 3798, \"clust\": 79, \"rank\": 4846, \"rankvar\": 4835, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 598, \"group\": [81.0, 17.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGAGCTGCA\", \"ini\": 3797, \"clust\": 4419, \"rank\": 4871, \"rankvar\": 5001, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5024, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2234, \"group\": [4419.0, 834.0, 137.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGTCTTGTATC\", \"ini\": 3796, \"clust\": 315, \"rank\": 4813, \"rankvar\": 4963, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5025, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2919, \"group\": [316.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACACGAAACG\", \"ini\": 3795, \"clust\": 341, \"rank\": 4781, \"rankvar\": 5061, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5026, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2920, \"group\": [345.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCGATAGC\", \"ini\": 3794, \"clust\": 397, \"rank\": 4730, \"rankvar\": 3890, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5027, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3031, \"group\": [396.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAGGGTATG\", \"ini\": 3793, \"clust\": 329, \"rank\": 4770, \"rankvar\": 5004, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5028, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2921, \"group\": [328.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCTGCAC\", \"ini\": 3792, \"clust\": 387, \"rank\": 4688, \"rankvar\": 2262, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5029, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3032, \"group\": [386.0, 59.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTCAGACT\", \"ini\": 3791, \"clust\": 3576, \"rank\": 4632, \"rankvar\": 4332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5030, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2235, \"group\": [3577.0, 616.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCAAAGTCAA\", \"ini\": 3790, \"clust\": 306, \"rank\": 4809, \"rankvar\": 4931, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5031, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2922, \"group\": [305.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTTAGCGG\", \"ini\": 3789, \"clust\": 215, \"rank\": 4858, \"rankvar\": 5197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5032, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 218, \"group\": [212.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTTGATTGC\", \"ini\": 3788, \"clust\": 213, \"rank\": 4829, \"rankvar\": 5178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5033, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 219, \"group\": [213.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGTTCATG\", \"ini\": 3787, \"clust\": 248, \"rank\": 4723, \"rankvar\": 3484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5034, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2923, \"group\": [248.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGGAGGTA\", \"ini\": 3786, \"clust\": 246, \"rank\": 4784, \"rankvar\": 4774, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5035, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3033, \"group\": [247.0, 53.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGCTGAG\", \"ini\": 3785, \"clust\": 288, \"rank\": 4879, \"rankvar\": 4507, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5036, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2924, \"group\": [289.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGTTGGC\", \"ini\": 3784, \"clust\": 3402, \"rank\": 4755, \"rankvar\": 1568, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5037, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2236, \"group\": [3404.0, 543.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGACACTAA\", \"ini\": 3783, \"clust\": 219, \"rank\": 4909, \"rankvar\": 5103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5038, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3077, \"group\": [232.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCCTCCAT\", \"ini\": 3782, \"clust\": 259, \"rank\": 4811, \"rankvar\": 4943, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5039, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2925, \"group\": [261.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACTCCTG\", \"ini\": 3781, \"clust\": 372, \"rank\": 4821, \"rankvar\": 4991, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5040, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2926, \"group\": [372.0, 56.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGGCAGTCA\", \"ini\": 3780, \"clust\": 247, \"rank\": 4797, \"rankvar\": 2767, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5041, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2927, \"group\": [254.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTACAGACG\", \"ini\": 3779, \"clust\": 209, \"rank\": 4966, \"rankvar\": 5165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5042, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 220, \"group\": [206.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGGACAA\", \"ini\": 3778, \"clust\": 210, \"rank\": 4952, \"rankvar\": 5160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5043, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 221, \"group\": [210.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCATGGGAAC\", \"ini\": 3777, \"clust\": 207, \"rank\": 5021, \"rankvar\": 5171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5044, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 222, \"group\": [207.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATAGGATA\", \"ini\": 3776, \"clust\": 261, \"rank\": 4799, \"rankvar\": 4551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5045, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2928, \"group\": [260.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGTTTGT\", \"ini\": 3775, \"clust\": 3577, \"rank\": 4726, \"rankvar\": 4558, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5046, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2237, \"group\": [3578.0, 616.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACAGATGAGC\", \"ini\": 3774, \"clust\": 289, \"rank\": 4892, \"rankvar\": 4579, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5047, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2929, \"group\": [290.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCTCTGAGA\", \"ini\": 3773, \"clust\": 4398, \"rank\": 4733, \"rankvar\": 4168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5048, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2238, \"group\": [4397.0, 826.0, 136.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTTCGAATC\", \"ini\": 3772, \"clust\": 250, \"rank\": 4861, \"rankvar\": 3912, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5049, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2930, \"group\": [250.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCTCCAT\", \"ini\": 3771, \"clust\": 3349, \"rank\": 4967, \"rankvar\": 4661, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5050, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2931, \"group\": [3348.0, 521.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAGAAGC\", \"ini\": 3770, \"clust\": 338, \"rank\": 4827, \"rankvar\": 4895, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5051, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2932, \"group\": [340.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCACGGTGTC\", \"ini\": 3769, \"clust\": 4159, \"rank\": 5087, \"rankvar\": 4982, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 599, \"group\": [4158.0, 786.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCAATGGACG\", \"ini\": 3768, \"clust\": 205, \"rank\": 4971, \"rankvar\": 4864, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5053, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 223, \"group\": [201.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTCAAACTC\", \"ini\": 3767, \"clust\": 373, \"rank\": 4808, \"rankvar\": 4765, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5054, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2933, \"group\": [376.0, 56.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGCGATAGC\", \"ini\": 3766, \"clust\": 81, \"rank\": 4998, \"rankvar\": 5147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5055, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 600, \"group\": [80.0, 17.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTACGCACC\", \"ini\": 3765, \"clust\": 212, \"rank\": 4976, \"rankvar\": 5142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5056, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 224, \"group\": [209.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTATATGAG\", \"ini\": 3764, \"clust\": 3388, \"rank\": 5032, \"rankvar\": 4260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5057, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2239, \"group\": [3386.0, 539.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTTGTTTC\", \"ini\": 3763, \"clust\": 255, \"rank\": 4834, \"rankvar\": 4542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5058, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2934, \"group\": [256.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGGTTCGGGCT\", \"ini\": 3762, \"clust\": 251, \"rank\": 4873, \"rankvar\": 4166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5059, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2935, \"group\": [251.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTGTGACCC\", \"ini\": 3761, \"clust\": 352, \"rank\": 4750, \"rankvar\": 4636, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5060, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2936, \"group\": [370.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTACGTAA\", \"ini\": 3760, \"clust\": 287, \"rank\": 4863, \"rankvar\": 4643, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5061, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2937, \"group\": [288.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTTCACGGC\", \"ini\": 3759, \"clust\": 3371, \"rank\": 5062, \"rankvar\": 5076, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5062, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2240, \"group\": [3371.0, 533.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCAAGGCTT\", \"ini\": 3758, \"clust\": 273, \"rank\": 4924, \"rankvar\": 4375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5063, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2938, \"group\": [275.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCATCGGCGGTT\", \"ini\": 3757, \"clust\": 3359, \"rank\": 5041, \"rankvar\": 4892, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5064, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2241, \"group\": [3356.0, 525.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTCGGGTCT\", \"ini\": 3756, \"clust\": 236, \"rank\": 4805, \"rankvar\": 4653, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5065, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3034, \"group\": [237.0, 47.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTCTGCGGT\", \"ini\": 3755, \"clust\": 291, \"rank\": 4915, \"rankvar\": 4736, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5066, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2939, \"group\": [293.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCTGCGGT\", \"ini\": 3754, \"clust\": 204, \"rank\": 4951, \"rankvar\": 5047, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5067, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 225, \"group\": [203.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAGGTTTC\", \"ini\": 3753, \"clust\": 3403, \"rank\": 4918, \"rankvar\": 3504, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5068, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2242, \"group\": [3400.0, 543.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGCCCGAAA\", \"ini\": 3752, \"clust\": 328, \"rank\": 4872, \"rankvar\": 5139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5069, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2940, \"group\": [330.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCTGTAT\", \"ini\": 3751, \"clust\": 3362, \"rank\": 4983, \"rankvar\": 4567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5070, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2243, \"group\": [3361.0, 526.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGACAGACC\", \"ini\": 3750, \"clust\": 323, \"rank\": 4943, \"rankvar\": 5113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5071, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2941, \"group\": [324.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCGAATGGG\", \"ini\": 3749, \"clust\": 252, \"rank\": 4887, \"rankvar\": 4241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5072, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2942, \"group\": [252.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCGCATAT\", \"ini\": 3748, \"clust\": 350, \"rank\": 4962, \"rankvar\": 5000, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5073, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2943, \"group\": [348.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCGGCGCAT\", \"ini\": 3747, \"clust\": 342, \"rank\": 4921, \"rankvar\": 4869, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5074, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2944, \"group\": [344.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCAGCTGTAT\", \"ini\": 3746, \"clust\": 304, \"rank\": 4877, \"rankvar\": 4642, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5075, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2945, \"group\": [308.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCAGCTTAG\", \"ini\": 3745, \"clust\": 265, \"rank\": 4977, \"rankvar\": 3011, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5076, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2946, \"group\": [270.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGCTAACTC\", \"ini\": 3744, \"clust\": 173, \"rank\": 4927, \"rankvar\": 5015, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5077, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3078, \"group\": [174.0, 38.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTCCAACTA\", \"ini\": 3743, \"clust\": 3575, \"rank\": 4889, \"rankvar\": 4372, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5078, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2244, \"group\": [3574.0, 614.0, 90.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTACGCCC\", \"ini\": 3742, \"clust\": 3404, \"rank\": 4965, \"rankvar\": 3677, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5079, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2669, \"group\": [3401.0, 543.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCTGCCAGG\", \"ini\": 3741, \"clust\": 330, \"rank\": 4900, \"rankvar\": 5073, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5080, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2947, \"group\": [329.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTTACGA\", \"ini\": 3740, \"clust\": 317, \"rank\": 4935, \"rankvar\": 5024, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5081, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2948, \"group\": [318.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAAGATGTTAG\", \"ini\": 3739, \"clust\": 241, \"rank\": 4826, \"rankvar\": 5156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5082, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2949, \"group\": [242.0, 50.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAAGAGGCT\", \"ini\": 3738, \"clust\": 345, \"rank\": 4867, \"rankvar\": 5202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5083, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2950, \"group\": [352.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCTTAGAGC\", \"ini\": 3737, \"clust\": 386, \"rank\": 4864, \"rankvar\": 3972, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5084, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3035, \"group\": [406.0, 61.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGTAGATGT\", \"ini\": 3736, \"clust\": 160, \"rank\": 4894, \"rankvar\": 5066, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5085, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3079, \"group\": [158.0, 35.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGTCTTGCA\", \"ini\": 3735, \"clust\": 310, \"rank\": 4975, \"rankvar\": 5006, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5086, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2951, \"group\": [309.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAACGATGG\", \"ini\": 3734, \"clust\": 325, \"rank\": 4937, \"rankvar\": 5071, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5087, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2952, \"group\": [331.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAACGCGA\", \"ini\": 3733, \"clust\": 378, \"rank\": 4830, \"rankvar\": 4779, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5088, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2953, \"group\": [379.0, 57.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAAGCGAGT\", \"ini\": 3732, \"clust\": 324, \"rank\": 4982, \"rankvar\": 5134, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5089, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2954, \"group\": [325.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGGACGAAA\", \"ini\": 3731, \"clust\": 389, \"rank\": 4920, \"rankvar\": 5059, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5090, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2955, \"group\": [393.0, 59.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTGGTTCC\", \"ini\": 3730, \"clust\": 277, \"rank\": 5038, \"rankvar\": 5041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5091, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2956, \"group\": [279.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAGCGATCC\", \"ini\": 3729, \"clust\": 3352, \"rank\": 4944, \"rankvar\": 4575, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5092, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2245, \"group\": [3353.0, 523.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACTGGG\", \"ini\": 3728, \"clust\": 278, \"rank\": 5046, \"rankvar\": 4955, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5093, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2957, \"group\": [277.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGTCGTAGGTT\", \"ini\": 3727, \"clust\": 249, \"rank\": 4957, \"rankvar\": 3618, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5094, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2958, \"group\": [249.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTTCAACT\", \"ini\": 3726, \"clust\": 194, \"rank\": 4991, \"rankvar\": 4870, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5095, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2959, \"group\": [193.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCATCATTC\", \"ini\": 3725, \"clust\": 192, \"rank\": 5016, \"rankvar\": 5144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5096, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2960, \"group\": [189.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGCACGCCT\", \"ini\": 3724, \"clust\": 319, \"rank\": 5017, \"rankvar\": 5052, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5097, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2961, \"group\": [320.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCGATTGT\", \"ini\": 3723, \"clust\": 253, \"rank\": 4963, \"rankvar\": 3795, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5098, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2962, \"group\": [253.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTTGACTG\", \"ini\": 3722, \"clust\": 292, \"rank\": 4985, \"rankvar\": 3830, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5099, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2963, \"group\": [291.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTAAGTTCC\", \"ini\": 3721, \"clust\": 218, \"rank\": 4928, \"rankvar\": 4905, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5100, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3080, \"group\": [216.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGATGGAA\", \"ini\": 3720, \"clust\": 313, \"rank\": 4990, \"rankvar\": 5009, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5101, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2964, \"group\": [313.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTGGGTCAA\", \"ini\": 3719, \"clust\": 395, \"rank\": 4908, \"rankvar\": 2251, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5102, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3036, \"group\": [394.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCAAACTG\", \"ini\": 3718, \"clust\": 393, \"rank\": 4950, \"rankvar\": 4842, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5103, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3037, \"group\": [390.0, 59.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATCCAAC\", \"ini\": 3717, \"clust\": 163, \"rank\": 4969, \"rankvar\": 4930, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5104, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2965, \"group\": [162.0, 37.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGAGTACAT\", \"ini\": 3716, \"clust\": 161, \"rank\": 4903, \"rankvar\": 4945, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5105, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3038, \"group\": [159.0, 35.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGGCAAAGA\", \"ini\": 3715, \"clust\": 193, \"rank\": 5011, \"rankvar\": 5084, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5106, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2966, \"group\": [190.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGTCAATAG\", \"ini\": 3714, \"clust\": 307, \"rank\": 4995, \"rankvar\": 4846, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5107, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2967, \"group\": [306.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCGAATGCT\", \"ini\": 3713, \"clust\": 334, \"rank\": 4917, \"rankvar\": 5094, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5108, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2968, \"group\": [334.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCATTCACT\", \"ini\": 3712, \"clust\": 279, \"rank\": 5099, \"rankvar\": 4862, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5109, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2969, \"group\": [278.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACCCATTC\", \"ini\": 3711, \"clust\": 335, \"rank\": 4929, \"rankvar\": 5107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5110, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2970, \"group\": [332.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCTCAGT\", \"ini\": 3710, \"clust\": 198, \"rank\": 5068, \"rankvar\": 5145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5111, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 226, \"group\": [197.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGAGCCAA\", \"ini\": 3709, \"clust\": 293, \"rank\": 5075, \"rankvar\": 4697, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5112, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2971, \"group\": [292.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTGACAG\", \"ini\": 3708, \"clust\": 199, \"rank\": 5056, \"rankvar\": 5220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5113, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 227, \"group\": [195.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCGGCGCTA\", \"ini\": 3707, \"clust\": 200, \"rank\": 5034, \"rankvar\": 5221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5114, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 228, \"group\": [196.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCTGGTGTA\", \"ini\": 3706, \"clust\": 318, \"rank\": 5037, \"rankvar\": 5085, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5115, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2972, \"group\": [319.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCCAATT\", \"ini\": 3705, \"clust\": 195, \"rank\": 5091, \"rankvar\": 5111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5116, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2973, \"group\": [191.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACAGTGAGTG\", \"ini\": 3704, \"clust\": 353, \"rank\": 4981, \"rankvar\": 4769, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5117, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3039, \"group\": [369.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATTGCGGC\", \"ini\": 3703, \"clust\": 3347, \"rank\": 4996, \"rankvar\": 4341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5118, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3040, \"group\": [3350.0, 522.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTCGCATCG\", \"ini\": 3702, \"clust\": 3357, \"rank\": 5013, \"rankvar\": 4522, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5119, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2246, \"group\": [3359.0, 525.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTCCTGCTT\", \"ini\": 3701, \"clust\": 274, \"rank\": 5059, \"rankvar\": 4495, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5120, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2974, \"group\": [273.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACCCACC\", \"ini\": 3700, \"clust\": 351, \"rank\": 5057, \"rankvar\": 4985, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5121, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2975, \"group\": [349.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACCATTCCTGC\", \"ini\": 3699, \"clust\": 294, \"rank\": 5031, \"rankvar\": 4913, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5122, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3041, \"group\": [299.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACGAAGCA\", \"ini\": 3698, \"clust\": 149, \"rank\": 5134, \"rankvar\": 4804, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5123, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3081, \"group\": [150.0, 33.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGACAGGAACGT\", \"ini\": 3697, \"clust\": 316, \"rank\": 5036, \"rankvar\": 4976, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5124, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2976, \"group\": [317.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCTAGGGC\", \"ini\": 3696, \"clust\": 402, \"rank\": 4956, \"rankvar\": 4322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5125, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3042, \"group\": [403.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACTCGGGAGTA\", \"ini\": 3695, \"clust\": 3360, \"rank\": 5074, \"rankvar\": 4379, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5126, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2247, \"group\": [3357.0, 525.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACATTCCTGC\", \"ini\": 3694, \"clust\": 314, \"rank\": 5060, \"rankvar\": 5116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5127, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2977, \"group\": [314.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTTCGAGA\", \"ini\": 3693, \"clust\": 3398, \"rank\": 5195, \"rankvar\": 4936, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5128, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 601, \"group\": [3395.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACCTTTG\", \"ini\": 3692, \"clust\": 226, \"rank\": 5110, \"rankvar\": 4947, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5129, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2978, \"group\": [231.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTGCCTTGG\", \"ini\": 3691, \"clust\": 290, \"rank\": 5115, \"rankvar\": 4607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5130, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2979, \"group\": [294.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGACTTGAA\", \"ini\": 3690, \"clust\": 284, \"rank\": 5112, \"rankvar\": 5125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5131, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2980, \"group\": [284.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTCTCAACA\", \"ini\": 3689, \"clust\": 3406, \"rank\": 5142, \"rankvar\": 4655, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5132, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2248, \"group\": [3403.0, 543.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCAACGCTA\", \"ini\": 3688, \"clust\": 275, \"rank\": 5125, \"rankvar\": 4787, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5133, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2981, \"group\": [274.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGGCT\", \"ini\": 3687, \"clust\": 228, \"rank\": 5098, \"rankvar\": 4844, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5134, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3082, \"group\": [223.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCTGCGACG\", \"ini\": 3686, \"clust\": 361, \"rank\": 5020, \"rankvar\": 4828, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5135, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3043, \"group\": [360.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTCCTTC\", \"ini\": 3685, \"clust\": 220, \"rank\": 5069, \"rankvar\": 4926, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5136, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3083, \"group\": [220.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGGTGCAAC\", \"ini\": 3684, \"clust\": 347, \"rank\": 5123, \"rankvar\": 5157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5137, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2982, \"group\": [346.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGATAGGAG\", \"ini\": 3683, \"clust\": 222, \"rank\": 5051, \"rankvar\": 5109, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5138, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3084, \"group\": [217.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCAGGA\", \"ini\": 3682, \"clust\": 242, \"rank\": 5023, \"rankvar\": 5090, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5139, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2983, \"group\": [243.0, 50.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGATATACG\", \"ini\": 3681, \"clust\": 357, \"rank\": 5053, \"rankvar\": 3573, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5140, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3044, \"group\": [355.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTTGATTCG\", \"ini\": 3680, \"clust\": 403, \"rank\": 5045, \"rankvar\": 3449, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5141, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3045, \"group\": [401.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCACCAGTTA\", \"ini\": 3679, \"clust\": 320, \"rank\": 5132, \"rankvar\": 5170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5142, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2984, \"group\": [321.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCACCCGAG\", \"ini\": 3678, \"clust\": 164, \"rank\": 5093, \"rankvar\": 4970, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5143, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2985, \"group\": [163.0, 37.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTCCAGTAT\", \"ini\": 3677, \"clust\": 227, \"rank\": 5130, \"rankvar\": 3982, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5144, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3085, \"group\": [225.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAATGGAAT\", \"ini\": 3676, \"clust\": 203, \"rank\": 5161, \"rankvar\": 5184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5145, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 229, \"group\": [200.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGTACGCGA\", \"ini\": 3675, \"clust\": 392, \"rank\": 5058, \"rankvar\": 4917, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5146, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3046, \"group\": [392.0, 59.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTCCTG\", \"ini\": 3674, \"clust\": 362, \"rank\": 5108, \"rankvar\": 4956, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5147, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3047, \"group\": [361.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCTGTTCA\", \"ini\": 3673, \"clust\": 296, \"rank\": 5071, \"rankvar\": 4273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5148, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2986, \"group\": [297.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTCCGAAGA\", \"ini\": 3672, \"clust\": 359, \"rank\": 5105, \"rankvar\": 4827, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5149, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3048, \"group\": [358.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTACAAGTA\", \"ini\": 3671, \"clust\": 349, \"rank\": 5129, \"rankvar\": 5158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5150, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2987, \"group\": [350.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCATCGATG\", \"ini\": 3670, \"clust\": 3389, \"rank\": 5148, \"rankvar\": 4061, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5151, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2249, \"group\": [3387.0, 539.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGGTACAGACG\", \"ini\": 3669, \"clust\": 355, \"rank\": 5064, \"rankvar\": 4069, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5152, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2988, \"group\": [353.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTCATCCA\", \"ini\": 3668, \"clust\": 302, \"rank\": 5122, \"rankvar\": 4871, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5153, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2989, \"group\": [302.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCTTGACGA\", \"ini\": 3667, \"clust\": 390, \"rank\": 5097, \"rankvar\": 4935, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5154, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3049, \"group\": [388.0, 59.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTCTCTG\", \"ini\": 3666, \"clust\": 311, \"rank\": 5145, \"rankvar\": 5149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5155, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2990, \"group\": [310.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGCGATA\", \"ini\": 3665, \"clust\": 363, \"rank\": 5119, \"rankvar\": 4966, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5156, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3050, \"group\": [368.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATAGTCA\", \"ini\": 3664, \"clust\": 321, \"rank\": 5126, \"rankvar\": 5037, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5157, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2991, \"group\": [322.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGCGCTTG\", \"ini\": 3663, \"clust\": 197, \"rank\": 5095, \"rankvar\": 5188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5158, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3086, \"group\": [198.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACATCACGAT\", \"ini\": 3662, \"clust\": 224, \"rank\": 5144, \"rankvar\": 4686, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5159, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3087, \"group\": [221.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAACTGGCC\", \"ini\": 3661, \"clust\": 308, \"rank\": 5143, \"rankvar\": 5031, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5160, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2992, \"group\": [312.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTCGAACAG\", \"ini\": 3660, \"clust\": 399, \"rank\": 5078, \"rankvar\": 4599, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5161, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3051, \"group\": [400.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCTTGTACT\", \"ini\": 3659, \"clust\": 336, \"rank\": 5100, \"rankvar\": 5124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5162, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2993, \"group\": [333.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGGATCGA\", \"ini\": 3658, \"clust\": 398, \"rank\": 5124, \"rankvar\": 4638, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5163, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3052, \"group\": [397.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTAGAGTGC\", \"ini\": 3657, \"clust\": 196, \"rank\": 5158, \"rankvar\": 5208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5164, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2994, \"group\": [192.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCCTAGCG\", \"ini\": 3656, \"clust\": 354, \"rank\": 5120, \"rankvar\": 4761, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5165, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5134, \"group\": [357.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCACCATGTA\", \"ini\": 3655, \"clust\": 391, \"rank\": 5101, \"rankvar\": 4309, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5166, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3053, \"group\": [389.0, 59.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCTGCAAT\", \"ini\": 3654, \"clust\": 281, \"rank\": 5156, \"rankvar\": 5089, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5167, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2995, \"group\": [281.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAAGGCGT\", \"ini\": 3653, \"clust\": 282, \"rank\": 5176, \"rankvar\": 5075, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5168, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2996, \"group\": [282.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTTCTGAAC\", \"ini\": 3652, \"clust\": 356, \"rank\": 5137, \"rankvar\": 4772, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5169, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5135, \"group\": [354.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCTAGAAC\", \"ini\": 3651, \"clust\": 300, \"rank\": 5146, \"rankvar\": 5098, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5170, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2997, \"group\": [300.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCGACTAT\", \"ini\": 3650, \"clust\": 233, \"rank\": 5136, \"rankvar\": 5164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5171, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 230, \"group\": [228.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAGTTAGGGTG\", \"ini\": 3649, \"clust\": 368, \"rank\": 5153, \"rankvar\": 4950, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5172, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3054, \"group\": [366.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCGATAA\", \"ini\": 3648, \"clust\": 145, \"rank\": 5147, \"rankvar\": 4785, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5173, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3055, \"group\": [146.0, 33.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGCTGAAAT\", \"ini\": 3647, \"clust\": 331, \"rank\": 5067, \"rankvar\": 5163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5174, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2998, \"group\": [337.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCCGAGTC\", \"ini\": 3646, \"clust\": 285, \"rank\": 5163, \"rankvar\": 4954, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5175, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2999, \"group\": [285.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGAGTAGA\", \"ini\": 3645, \"clust\": 223, \"rank\": 5139, \"rankvar\": 4979, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5176, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3088, \"group\": [218.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGTTTACG\", \"ini\": 3644, \"clust\": 297, \"rank\": 5174, \"rankvar\": 4242, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5177, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3000, \"group\": [295.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAGTTCCGGCA\", \"ini\": 3643, \"clust\": 3391, \"rank\": 5228, \"rankvar\": 5128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5178, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3089, \"group\": [3389.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACAGATTC\", \"ini\": 3642, \"clust\": 358, \"rank\": 5111, \"rankvar\": 4946, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5179, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5136, \"group\": [356.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATCTCG\", \"ini\": 3641, \"clust\": 312, \"rank\": 5157, \"rankvar\": 5117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5180, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3001, \"group\": [315.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAAACCCAT\", \"ini\": 3640, \"clust\": 305, \"rank\": 5141, \"rankvar\": 5138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5181, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3002, \"group\": [307.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTAGGGTTTCT\", \"ini\": 3639, \"clust\": 283, \"rank\": 5182, \"rankvar\": 5105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5182, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3056, \"group\": [286.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTCTCGGC\", \"ini\": 3638, \"clust\": 309, \"rank\": 5202, \"rankvar\": 5143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5183, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3003, \"group\": [311.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAGCCTGTG\", \"ini\": 3637, \"clust\": 3395, \"rank\": 5230, \"rankvar\": 5206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5184, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 602, \"group\": [3397.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCGTGGTCG\", \"ini\": 3636, \"clust\": 339, \"rank\": 5135, \"rankvar\": 5187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5185, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3004, \"group\": [338.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCAGCCTTGG\", \"ini\": 3635, \"clust\": 232, \"rank\": 5181, \"rankvar\": 5095, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5186, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3090, \"group\": [230.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAAGCTCCCAG\", \"ini\": 3634, \"clust\": 348, \"rank\": 5175, \"rankvar\": 5185, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5187, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3005, \"group\": [347.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCCGAATT\", \"ini\": 3633, \"clust\": 229, \"rank\": 5166, \"rankvar\": 4992, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5188, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3057, \"group\": [224.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGTCGCG\", \"ini\": 3632, \"clust\": 364, \"rank\": 5184, \"rankvar\": 4951, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5189, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3058, \"group\": [362.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGGTGAGTATA\", \"ini\": 3631, \"clust\": 206, \"rank\": 5179, \"rankvar\": 5126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5190, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 231, \"group\": [202.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTGTGAAAT\", \"ini\": 3630, \"clust\": 3396, \"rank\": 5216, \"rankvar\": 4791, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5191, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3091, \"group\": [3393.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGAGTTTCCTT\", \"ini\": 3629, \"clust\": 366, \"rank\": 5171, \"rankvar\": 5068, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5192, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3059, \"group\": [364.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGAGGGA\", \"ini\": 3628, \"clust\": 337, \"rank\": 5107, \"rankvar\": 5174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5193, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3006, \"group\": [341.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCAAACTC\", \"ini\": 3627, \"clust\": 365, \"rank\": 5186, \"rankvar\": 5133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5194, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3060, \"group\": [363.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCAACGGGA\", \"ini\": 3626, \"clust\": 405, \"rank\": 5170, \"rankvar\": 953, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5195, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3061, \"group\": [404.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTATGAATG\", \"ini\": 3625, \"clust\": 333, \"rank\": 5165, \"rankvar\": 5179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5196, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3007, \"group\": [335.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGTCAGAGGTG\", \"ini\": 3624, \"clust\": 146, \"rank\": 5204, \"rankvar\": 4981, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5197, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3008, \"group\": [147.0, 33.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCGGCA\", \"ini\": 3623, \"clust\": 400, \"rank\": 5178, \"rankvar\": 4594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5198, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3062, \"group\": [398.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTGTCTGATCA\", \"ini\": 3622, \"clust\": 230, \"rank\": 5210, \"rankvar\": 5097, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5199, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3092, \"group\": [226.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGAGGACGG\", \"ini\": 3621, \"clust\": 301, \"rank\": 5191, \"rankvar\": 5119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5200, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3009, \"group\": [301.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCATTTCAGG\", \"ini\": 3620, \"clust\": 221, \"rank\": 5199, \"rankvar\": 4948, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5201, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3093, \"group\": [219.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCTAAAGA\", \"ini\": 3619, \"clust\": 406, \"rank\": 5154, \"rankvar\": 4488, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5202, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3063, \"group\": [405.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGGGATGGG\", \"ini\": 3618, \"clust\": 322, \"rank\": 5207, \"rankvar\": 5063, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5203, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3010, \"group\": [323.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTTGGAGGT\", \"ini\": 3617, \"clust\": 3351, \"rank\": 5208, \"rankvar\": 4695, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5204, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3094, \"group\": [3347.0, 521.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCGCCAA\", \"ini\": 3616, \"clust\": 332, \"rank\": 5168, \"rankvar\": 5213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5205, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3011, \"group\": [336.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTAGCACGA\", \"ini\": 3615, \"clust\": 234, \"rank\": 5197, \"rankvar\": 5078, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5206, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 232, \"group\": [229.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCTGAAAT\", \"ini\": 3614, \"clust\": 225, \"rank\": 5214, \"rankvar\": 4652, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5207, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3095, \"group\": [222.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCATGTAGC\", \"ini\": 3613, \"clust\": 3348, \"rank\": 5192, \"rankvar\": 4908, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5208, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3064, \"group\": [3349.0, 521.0, 80.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGGAATGGA\", \"ini\": 3612, \"clust\": 367, \"rank\": 5201, \"rankvar\": 5110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5209, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3065, \"group\": [365.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTCTGCCAG\", \"ini\": 3611, \"clust\": 360, \"rank\": 5152, \"rankvar\": 4975, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5210, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3066, \"group\": [359.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTTCAGACT\", \"ini\": 3610, \"clust\": 147, \"rank\": 5231, \"rankvar\": 5176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5211, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3012, \"group\": [148.0, 33.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGATCGCA\", \"ini\": 3609, \"clust\": 295, \"rank\": 5212, \"rankvar\": 4445, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5212, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3013, \"group\": [298.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGCTGCAC\", \"ini\": 3608, \"clust\": 148, \"rank\": 5227, \"rankvar\": 4807, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5213, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3014, \"group\": [149.0, 33.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCGGTCTAA\", \"ini\": 3607, \"clust\": 299, \"rank\": 5223, \"rankvar\": 5019, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5214, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3015, \"group\": [304.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCCGTCAAA\", \"ini\": 3606, \"clust\": 404, \"rank\": 5203, \"rankvar\": 4442, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5215, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3067, \"group\": [402.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGCCGGTAA\", \"ini\": 3605, \"clust\": 401, \"rank\": 5194, \"rankvar\": 4980, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5216, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3068, \"group\": [399.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTGGCTCCA\", \"ini\": 3604, \"clust\": 303, \"rank\": 5205, \"rankvar\": 5177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5217, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3016, \"group\": [303.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTATGCGT\", \"ini\": 3603, \"clust\": 276, \"rank\": 5222, \"rankvar\": 5042, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5218, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3017, \"group\": [280.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGTGAC\", \"ini\": 3602, \"clust\": 3397, \"rank\": 5229, \"rankvar\": 4789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5219, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3096, \"group\": [3394.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAATCTACG\", \"ini\": 3601, \"clust\": 280, \"rank\": 5219, \"rankvar\": 5091, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5220, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3018, \"group\": [283.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCAGTCCCT\", \"ini\": 3600, \"clust\": 150, \"rank\": 5225, \"rankvar\": 4824, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5221, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3019, \"group\": [151.0, 33.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCTCCTCT\", \"ini\": 3599, \"clust\": 270, \"rank\": 5221, \"rankvar\": 4541, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5222, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3069, \"group\": [271.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAATGTTGC\", \"ini\": 3598, \"clust\": 394, \"rank\": 5206, \"rankvar\": 4812, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5223, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3070, \"group\": [391.0, 59.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTGCTCCT\", \"ini\": 3597, \"clust\": 271, \"rank\": 5226, \"rankvar\": 5065, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5224, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3020, \"group\": [272.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTAAATACG\", \"ini\": 3596, \"clust\": 298, \"rank\": 5218, \"rankvar\": 4918, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5225, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3071, \"group\": [296.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAAACG\", \"ini\": 3595, \"clust\": 231, \"rank\": 5217, \"rankvar\": 5060, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5226, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3097, \"group\": [227.0, 43.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAAGTCTAC\", \"ini\": 3594, \"clust\": 369, \"rank\": 5209, \"rankvar\": 5115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5227, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3072, \"group\": [367.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTCTGGTCG\", \"ini\": 3593, \"clust\": 379, \"rank\": 5211, \"rankvar\": 4890, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5228, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3021, \"group\": [380.0, 57.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTACTTAGC\", \"ini\": 3592, \"clust\": 191, \"rank\": 5224, \"rankvar\": 5194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5229, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3022, \"group\": [194.0, 42.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTAACGGT\", \"ini\": 3591, \"clust\": 396, \"rank\": 5213, \"rankvar\": 4310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5230, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3073, \"group\": [395.0, 60.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCATGTTGAC\", \"ini\": 3590, \"clust\": 340, \"rank\": 5215, \"rankvar\": 5162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5231, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3023, \"group\": [339.0, 55.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCGCGGATC\", \"ini\": 3589, \"clust\": 2013, \"rank\": 5, \"rankvar\": 942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 0, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 603, \"group\": [2010.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAGTCGGT\", \"ini\": 3588, \"clust\": 4116, \"rank\": 22, \"rankvar\": 4993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 32, \"group\": [4114.0, 775.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTTGTACT\", \"ini\": 3587, \"clust\": 5096, \"rank\": 86, \"rankvar\": 41, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4499, \"group\": [5097.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGAACAACT\", \"ini\": 3586, \"clust\": 2018, \"rank\": 20, \"rankvar\": 2635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 604, \"group\": [2015.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTGGGAA\", \"ini\": 3585, \"clust\": 2023, \"rank\": 13, \"rankvar\": 2838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 4, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 605, \"group\": [2018.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGAACTGTA\", \"ini\": 3584, \"clust\": 1804, \"rank\": 21, \"rankvar\": 425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 5, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 606, \"group\": [1802.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGGGTCTCC\", \"ini\": 3583, \"clust\": 1997, \"rank\": 3, \"rankvar\": 4796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 6, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 607, \"group\": [1993.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGCATCATC\", \"ini\": 3582, \"clust\": 1985, \"rank\": 19, \"rankvar\": 3748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 7, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 608, \"group\": [1982.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAGATTAG\", \"ini\": 3581, \"clust\": 1948, \"rank\": 11, \"rankvar\": 684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 8, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 609, \"group\": [1946.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGCAGACA\", \"ini\": 3580, \"clust\": 5040, \"rank\": 47, \"rankvar\": 134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 9, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4500, \"group\": [5039.0, 987.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCGTAGTA\", \"ini\": 3579, \"clust\": 1921, \"rank\": 67, \"rankvar\": 259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 10, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 610, \"group\": [1920.0, 330.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTTCATGT\", \"ini\": 3578, \"clust\": 5041, \"rank\": 46, \"rankvar\": 15, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 11, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4501, \"group\": [5040.0, 987.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTGGTATG\", \"ini\": 3577, \"clust\": 1975, \"rank\": 0, \"rankvar\": 4062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 12, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 611, \"group\": [1974.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTGGACCC\", \"ini\": 3576, \"clust\": 2007, \"rank\": 12, \"rankvar\": 2109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 13, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 612, \"group\": [2005.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGTGAAAT\", \"ini\": 3575, \"clust\": 1914, \"rank\": 4, \"rankvar\": 4371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 14, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2086, \"group\": [1915.0, 329.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAACCAAC\", \"ini\": 3574, \"clust\": 1983, \"rank\": 43, \"rankvar\": 766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 15, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 613, \"group\": [1985.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGCCACTAT\", \"ini\": 3573, \"clust\": 2028, \"rank\": 23, \"rankvar\": 888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 16, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 614, \"group\": [2023.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAGAGCTT\", \"ini\": 3572, \"clust\": 2029, \"rank\": 9, \"rankvar\": 2159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 17, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 615, \"group\": [2024.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGAGCTTCT\", \"ini\": 3571, \"clust\": 5087, \"rank\": 54, \"rankvar\": 37, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 18, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4502, \"group\": [5085.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCGCGAAA\", \"ini\": 3570, \"clust\": 1986, \"rank\": 26, \"rankvar\": 3866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 19, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 616, \"group\": [1983.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGCATCATC\", \"ini\": 3569, \"clust\": 1987, \"rank\": 15, \"rankvar\": 917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 20, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 617, \"group\": [2028.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTGCACGAA\", \"ini\": 3568, \"clust\": 1916, \"rank\": 50, \"rankvar\": 921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 21, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2087, \"group\": [1917.0, 329.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCATGAT\", \"ini\": 3567, \"clust\": 5115, \"rank\": 125, \"rankvar\": 46, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 22, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4503, \"group\": [5114.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCCACTGGG\", \"ini\": 3566, \"clust\": 5085, \"rank\": 115, \"rankvar\": 275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 23, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4504, \"group\": [5088.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCGCGTAGC\", \"ini\": 3565, \"clust\": 4117, \"rank\": 94, \"rankvar\": 3737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 24, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 33, \"group\": [4115.0, 775.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCCAGAAGG\", \"ini\": 3564, \"clust\": 1915, \"rank\": 28, \"rankvar\": 4340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 25, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2088, \"group\": [1916.0, 329.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAAGGGTCA\", \"ini\": 3563, \"clust\": 5088, \"rank\": 83, \"rankvar\": 40, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 26, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4505, \"group\": [5086.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTTCCTGCTTG\", \"ini\": 3562, \"clust\": 1925, \"rank\": 45, \"rankvar\": 217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 27, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 618, \"group\": [1925.0, 330.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTACGTAA\", \"ini\": 3561, \"clust\": 2034, \"rank\": 38, \"rankvar\": 213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 28, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 619, \"group\": [2033.0, 336.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCTCTGCTG\", \"ini\": 3560, \"clust\": 4468, \"rank\": 2, \"rankvar\": 4531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 29, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4506, \"group\": [4469.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCAACGGCC\", \"ini\": 3559, \"clust\": 5050, \"rank\": 130, \"rankvar\": 634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 30, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4507, \"group\": [5051.0, 993.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTCTGAT\", \"ini\": 3558, \"clust\": 1981, \"rank\": 40, \"rankvar\": 624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 31, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 620, \"group\": [1980.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATTACCC\", \"ini\": 3557, \"clust\": 4469, \"rank\": 32, \"rankvar\": 2358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 32, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4508, \"group\": [4470.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGGTGTGGT\", \"ini\": 3556, \"clust\": 1917, \"rank\": 101, \"rankvar\": 488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 33, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2089, \"group\": [1918.0, 329.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAGGACCCT\", \"ini\": 3555, \"clust\": 5025, \"rank\": 51, \"rankvar\": 416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 34, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4509, \"group\": [5025.0, 983.0, 159.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAGTACACT\", \"ini\": 3554, \"clust\": 2008, \"rank\": 16, \"rankvar\": 1285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 35, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 621, \"group\": [2003.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCACCCAGTG\", \"ini\": 3553, \"clust\": 1952, \"rank\": 69, \"rankvar\": 146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 36, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 622, \"group\": [1951.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTAGACAAGCC\", \"ini\": 3552, \"clust\": 5024, \"rank\": 57, \"rankvar\": 2211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 37, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4510, \"group\": [5027.0, 983.0, 159.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCCTGACT\", \"ini\": 3551, \"clust\": 2010, \"rank\": 29, \"rankvar\": 510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 38, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 623, \"group\": [2008.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTCGAGA\", \"ini\": 3550, \"clust\": 2022, \"rank\": 56, \"rankvar\": 522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 39, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 624, \"group\": [2020.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGGTGACCA\", \"ini\": 3549, \"clust\": 1991, \"rank\": 60, \"rankvar\": 1483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 40, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 625, \"group\": [1990.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCACTC\", \"ini\": 3548, \"clust\": 1955, \"rank\": 61, \"rankvar\": 924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 41, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 626, \"group\": [1953.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGTCAAGGC\", \"ini\": 3547, \"clust\": 5097, \"rank\": 118, \"rankvar\": 26, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 42, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4511, \"group\": [5098.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTACCCAAT\", \"ini\": 3546, \"clust\": 5101, \"rank\": 164, \"rankvar\": 12, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 43, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4512, \"group\": [5100.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCTACTCAT\", \"ini\": 3545, \"clust\": 2027, \"rank\": 39, \"rankvar\": 885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 44, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 627, \"group\": [2025.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCTACCTA\", \"ini\": 3544, \"clust\": 1992, \"rank\": 34, \"rankvar\": 3339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 45, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 628, \"group\": [1988.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGGACGAT\", \"ini\": 3543, \"clust\": 2021, \"rank\": 33, \"rankvar\": 1758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 46, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 629, \"group\": [2021.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGCTAGTCT\", \"ini\": 3542, \"clust\": 1845, \"rank\": 97, \"rankvar\": 499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 47, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 630, \"group\": [1845.0, 291.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTACATCATCCC\", \"ini\": 3541, \"clust\": 1993, \"rank\": 52, \"rankvar\": 2093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 48, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 631, \"group\": [1989.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGAATTGTG\", \"ini\": 3540, \"clust\": 1603, \"rank\": 7, \"rankvar\": 4462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 49, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3101, \"group\": [1606.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCATTATCC\", \"ini\": 3539, \"clust\": 1953, \"rank\": 105, \"rankvar\": 448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 50, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 632, \"group\": [1952.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAAGCTAGTTC\", \"ini\": 3538, \"clust\": 4466, \"rank\": 10, \"rankvar\": 4457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 51, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4513, \"group\": [4466.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCGACTGC\", \"ini\": 3537, \"clust\": 2006, \"rank\": 41, \"rankvar\": 992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 52, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 633, \"group\": [2006.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTCTCCCTA\", \"ini\": 3536, \"clust\": 1957, \"rank\": 49, \"rankvar\": 2590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 53, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 634, \"group\": [1956.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCTGCAGTA\", \"ini\": 3535, \"clust\": 4473, \"rank\": 17, \"rankvar\": 4126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 54, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4514, \"group\": [4473.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCCCGACTT\", \"ini\": 3534, \"clust\": 5108, \"rank\": 158, \"rankvar\": 24, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 55, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4515, \"group\": [5108.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCAGTCCTTC\", \"ini\": 3533, \"clust\": 1923, \"rank\": 95, \"rankvar\": 69, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 56, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 635, \"group\": [1922.0, 330.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCTATCCCG\", \"ini\": 3532, \"clust\": 5098, \"rank\": 174, \"rankvar\": 36, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 57, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4516, \"group\": [5102.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATAGGTA\", \"ini\": 3531, \"clust\": 5113, \"rank\": 152, \"rankvar\": 51, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 58, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4517, \"group\": [5115.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAGTTTCGCTC\", \"ini\": 3530, \"clust\": 4535, \"rank\": 78, \"rankvar\": 1220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 59, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4518, \"group\": [4536.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGGGCTA\", \"ini\": 3529, \"clust\": 5094, \"rank\": 139, \"rankvar\": 14, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 60, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4519, \"group\": [5095.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAGTAAGCG\", \"ini\": 3528, \"clust\": 1994, \"rank\": 55, \"rankvar\": 3918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 61, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 636, \"group\": [1991.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCAACTCTT\", \"ini\": 3527, \"clust\": 4465, \"rank\": 6, \"rankvar\": 4639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 62, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4520, \"group\": [4468.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTAGCGATG\", \"ini\": 3526, \"clust\": 1964, \"rank\": 93, \"rankvar\": 338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 63, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 637, \"group\": [1964.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCTGCCAG\", \"ini\": 3525, \"clust\": 2024, \"rank\": 66, \"rankvar\": 474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 64, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 638, \"group\": [2019.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCGTAGGTT\", \"ini\": 3524, \"clust\": 1924, \"rank\": 75, \"rankvar\": 142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 65, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 639, \"group\": [1923.0, 330.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTCGAC\", \"ini\": 3523, \"clust\": 1950, \"rank\": 96, \"rankvar\": 720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 66, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 640, \"group\": [1949.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCCACTAT\", \"ini\": 3522, \"clust\": 1951, \"rank\": 99, \"rankvar\": 185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 67, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 641, \"group\": [1950.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGACATTA\", \"ini\": 3521, \"clust\": 5086, \"rank\": 150, \"rankvar\": 59, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 68, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4521, \"group\": [5087.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGGTTCCC\", \"ini\": 3520, \"clust\": 1982, \"rank\": 76, \"rankvar\": 1087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 69, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 642, \"group\": [1981.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGTCCTCCT\", \"ini\": 3519, \"clust\": 5054, \"rank\": 272, \"rankvar\": 355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 70, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4522, \"group\": [5055.0, 995.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCGGCGCAT\", \"ini\": 3518, \"clust\": 1949, \"rank\": 90, \"rankvar\": 550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 71, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 643, \"group\": [1947.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCTTGCATT\", \"ini\": 3517, \"clust\": 5060, \"rank\": 240, \"rankvar\": 68, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 72, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4523, \"group\": [5060.0, 996.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGTTACGGG\", \"ini\": 3516, \"clust\": 2012, \"rank\": 59, \"rankvar\": 1570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 73, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 644, \"group\": [2012.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTACAAGTA\", \"ini\": 3515, \"clust\": 1926, \"rank\": 91, \"rankvar\": 471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 74, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 645, \"group\": [1926.0, 330.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGATCCTGT\", \"ini\": 3514, \"clust\": 2016, \"rank\": 64, \"rankvar\": 2884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 75, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 646, \"group\": [2013.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGAGTTGC\", \"ini\": 3513, \"clust\": 1803, \"rank\": 117, \"rankvar\": 614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 76, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 647, \"group\": [1804.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCAGTTTGG\", \"ini\": 3512, \"clust\": 4920, \"rank\": 71, \"rankvar\": 3256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 77, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5128, \"group\": [4923.0, 927.0, 148.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACCTTAT\", \"ini\": 3511, \"clust\": 5026, \"rank\": 144, \"rankvar\": 538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 78, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4524, \"group\": [5026.0, 983.0, 159.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAGTGATGCCC\", \"ini\": 3510, \"clust\": 4118, \"rank\": 215, \"rankvar\": 4364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 79, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 34, \"group\": [4118.0, 775.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCTGGCGTG\", \"ini\": 3509, \"clust\": 3951, \"rank\": 114, \"rankvar\": 2278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 80, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2670, \"group\": [3949.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGTGGTTT\", \"ini\": 3508, \"clust\": 1979, \"rank\": 70, \"rankvar\": 757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 81, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 648, \"group\": [1976.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGCTTATCG\", \"ini\": 3507, \"clust\": 4470, \"rank\": 74, \"rankvar\": 1370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 82, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4525, \"group\": [4471.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTGCGTTA\", \"ini\": 3506, \"clust\": 5092, \"rank\": 175, \"rankvar\": 10, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 83, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4526, \"group\": [5090.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGAATGGA\", \"ini\": 3505, \"clust\": 1919, \"rank\": 161, \"rankvar\": 64, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 84, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 649, \"group\": [1921.0, 330.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTCGTTGA\", \"ini\": 3504, \"clust\": 1959, \"rank\": 153, \"rankvar\": 306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 85, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 650, \"group\": [1958.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTAGATGA\", \"ini\": 3503, \"clust\": 1947, \"rank\": 89, \"rankvar\": 1090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 86, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 651, \"group\": [1948.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCAGAATTCCC\", \"ini\": 3502, \"clust\": 4732, \"rank\": 108, \"rankvar\": 2770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 87, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4527, \"group\": [4733.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTCCTATA\", \"ini\": 3501, \"clust\": 2014, \"rank\": 63, \"rankvar\": 920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 88, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 652, \"group\": [2011.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGAAACGCC\", \"ini\": 3500, \"clust\": 1976, \"rank\": 8, \"rankvar\": 4859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 89, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 653, \"group\": [1975.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGCACTCT\", \"ini\": 3499, \"clust\": 1781, \"rank\": 141, \"rankvar\": 268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 90, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 654, \"group\": [1780.0, 283.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGATGCGAC\", \"ini\": 3498, \"clust\": 4467, \"rank\": 25, \"rankvar\": 3850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 91, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4528, \"group\": [4467.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCGTCCAGG\", \"ini\": 3497, \"clust\": 4104, \"rank\": 170, \"rankvar\": 1366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 92, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 35, \"group\": [4101.0, 773.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGAAGGGTA\", \"ini\": 3496, \"clust\": 5099, \"rank\": 237, \"rankvar\": 42, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 93, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4529, \"group\": [5101.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGCTGCCCA\", \"ini\": 3495, \"clust\": 2095, \"rank\": 98, \"rankvar\": 539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 94, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 655, \"group\": [2093.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATCGTCGG\", \"ini\": 3494, \"clust\": 2026, \"rank\": 81, \"rankvar\": 1564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 95, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 656, \"group\": [2026.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGCAGCGTA\", \"ini\": 3493, \"clust\": 1996, \"rank\": 82, \"rankvar\": 4202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 96, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 657, \"group\": [1995.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTACAGAA\", \"ini\": 3492, \"clust\": 2017, \"rank\": 134, \"rankvar\": 1401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 97, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 658, \"group\": [2014.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCATATACGC\", \"ini\": 3491, \"clust\": 1988, \"rank\": 37, \"rankvar\": 4320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 98, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 659, \"group\": [1986.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAAATA\", \"ini\": 3490, \"clust\": 5038, \"rank\": 207, \"rankvar\": 495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 99, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4530, \"group\": [5042.0, 987.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGACCACGA\", \"ini\": 3489, \"clust\": 1918, \"rank\": 42, \"rankvar\": 3294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 100, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4531, \"group\": [2030.0, 334.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGGCGAA\", \"ini\": 3488, \"clust\": 1823, \"rank\": 190, \"rankvar\": 155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 660, \"group\": [1824.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCGTTCCCGAG\", \"ini\": 3487, \"clust\": 5105, \"rank\": 231, \"rankvar\": 39, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 102, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4532, \"group\": [5106.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTGTGGTTT\", \"ini\": 3486, \"clust\": 1989, \"rank\": 36, \"rankvar\": 4174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 661, \"group\": [1987.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTAGGGACT\", \"ini\": 3485, \"clust\": 1980, \"rank\": 92, \"rankvar\": 2577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 662, \"group\": [1977.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCACGGTTTA\", \"ini\": 3484, \"clust\": 1962, \"rank\": 124, \"rankvar\": 1527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 663, \"group\": [1960.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGTAAACT\", \"ini\": 3483, \"clust\": 4533, \"rank\": 80, \"rankvar\": 3229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4533, \"group\": [4532.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAAGGTTCT\", \"ini\": 3482, \"clust\": 1802, \"rank\": 110, \"rankvar\": 1103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 664, \"group\": [1805.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAACAACCT\", \"ini\": 3481, \"clust\": 5078, \"rank\": 140, \"rankvar\": 92, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 108, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4534, \"group\": [5078.0, 1000.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACTGTGTA\", \"ini\": 3480, \"clust\": 5008, \"rank\": 239, \"rankvar\": 683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 109, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4323, \"group\": [5010.0, 974.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTGCCATT\", \"ini\": 3479, \"clust\": 5027, \"rank\": 73, \"rankvar\": 4627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 110, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3954, \"group\": [5028.0, 983.0, 159.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTACCGGCT\", \"ini\": 3478, \"clust\": 4471, \"rank\": 58, \"rankvar\": 4183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 111, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4535, \"group\": [4472.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTGTCTTT\", \"ini\": 3477, \"clust\": 1805, \"rank\": 157, \"rankvar\": 74, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 665, \"group\": [1803.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGCGATTCT\", \"ini\": 3476, \"clust\": 5062, \"rank\": 311, \"rankvar\": 263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 113, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4536, \"group\": [5063.0, 997.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGCAAAGA\", \"ini\": 3475, \"clust\": 42, \"rank\": 137, \"rankvar\": 4175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 114, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5209, \"group\": [43.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATGCCCGA\", \"ini\": 3474, \"clust\": 4442, \"rank\": 248, \"rankvar\": 506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4537, \"group\": [4445.0, 849.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCCCTGACT\", \"ini\": 3473, \"clust\": 1939, \"rank\": 162, \"rankvar\": 1580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 666, \"group\": [1935.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGCATAT\", \"ini\": 3472, \"clust\": 4534, \"rank\": 84, \"rankvar\": 3160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 117, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4538, \"group\": [4533.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGGGAGTAA\", \"ini\": 3471, \"clust\": 2009, \"rank\": 100, \"rankvar\": 750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 667, \"group\": [2004.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTTGAGTTC\", \"ini\": 3470, \"clust\": 4733, \"rank\": 133, \"rankvar\": 3454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 119, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4539, \"group\": [4734.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCACGGTTA\", \"ini\": 3469, \"clust\": 5081, \"rank\": 357, \"rankvar\": 105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 120, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4540, \"group\": [5083.0, 1001.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCTGGGCCA\", \"ini\": 3468, \"clust\": 1998, \"rank\": 62, \"rankvar\": 4720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 668, \"group\": [1994.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCGGCTTGG\", \"ini\": 3467, \"clust\": 5075, \"rank\": 449, \"rankvar\": 262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4541, \"group\": [5073.0, 999.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAGTCCCT\", \"ini\": 3466, \"clust\": 1963, \"rank\": 185, \"rankvar\": 773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 669, \"group\": [1961.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATGGGTC\", \"ini\": 3465, \"clust\": 5067, \"rank\": 407, \"rankvar\": 160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 124, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4542, \"group\": [5069.0, 998.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGTTAACC\", \"ini\": 3464, \"clust\": 2085, \"rank\": 155, \"rankvar\": 237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 670, \"group\": [2087.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCTG\", \"ini\": 3463, \"clust\": 4486, \"rank\": 156, \"rankvar\": 1509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 126, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4543, \"group\": [4486.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTGACTCAT\", \"ini\": 3462, \"clust\": 2005, \"rank\": 120, \"rankvar\": 2683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 671, \"group\": [2007.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCTAGGTT\", \"ini\": 3461, \"clust\": 4115, \"rank\": 376, \"rankvar\": 3201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 128, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 36, \"group\": [4112.0, 774.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCATCTGCC\", \"ini\": 3460, \"clust\": 5077, \"rank\": 245, \"rankvar\": 119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4544, \"group\": [5080.0, 1000.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGTCTCGGC\", \"ini\": 3459, \"clust\": 4728, \"rank\": 206, \"rankvar\": 1474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 130, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4545, \"group\": [4729.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAATCCGGGTGT\", \"ini\": 3458, \"clust\": 5015, \"rank\": 459, \"rankvar\": 2100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 131, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4324, \"group\": [5017.0, 977.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCAAGTAATG\", \"ini\": 3457, \"clust\": 1771, \"rank\": 259, \"rankvar\": 982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 132, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 672, \"group\": [1772.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCATGGTCTA\", \"ini\": 3456, \"clust\": 1971, \"rank\": 128, \"rankvar\": 2782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 673, \"group\": [1970.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTACTTAC\", \"ini\": 3455, \"clust\": 5036, \"rank\": 266, \"rankvar\": 203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 134, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4546, \"group\": [5037.0, 986.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTCCATGAT\", \"ini\": 3454, \"clust\": 1768, \"rank\": 211, \"rankvar\": 530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 674, \"group\": [1769.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCCAGTAAGAT\", \"ini\": 3453, \"clust\": 4109, \"rank\": 332, \"rankvar\": 2539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 136, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 37, \"group\": [4106.0, 773.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTGTGTGCC\", \"ini\": 3452, \"clust\": 4756, \"rank\": 111, \"rankvar\": 4501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 137, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4547, \"group\": [4754.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGCGTTCCG\", \"ini\": 3451, \"clust\": 1960, \"rank\": 191, \"rankvar\": 517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 675, \"group\": [1959.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCACCAGTTA\", \"ini\": 3450, \"clust\": 2011, \"rank\": 129, \"rankvar\": 444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 676, \"group\": [2009.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAAGAGGACGG\", \"ini\": 3449, \"clust\": 1965, \"rank\": 254, \"rankvar\": 520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 677, \"group\": [1962.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCACTTACT\", \"ini\": 3448, \"clust\": 5095, \"rank\": 286, \"rankvar\": 29, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4548, \"group\": [5096.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGACTCG\", \"ini\": 3447, \"clust\": 4464, \"rank\": 177, \"rankvar\": 1735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4549, \"group\": [4465.0, 857.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCTGCCAG\", \"ini\": 3446, \"clust\": 2000, \"rank\": 142, \"rankvar\": 1067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 678, \"group\": [1997.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCGTCACGG\", \"ini\": 3445, \"clust\": 4020, \"rank\": 187, \"rankvar\": 1441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 144, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2671, \"group\": [4021.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCCGTCGT\", \"ini\": 3444, \"clust\": 1995, \"rank\": 166, \"rankvar\": 1335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 679, \"group\": [1992.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTTCCTC\", \"ini\": 3443, \"clust\": 5056, \"rank\": 575, \"rankvar\": 218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 146, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4550, \"group\": [5057.0, 996.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCAGTTAGC\", \"ini\": 3442, \"clust\": 5076, \"rank\": 387, \"rankvar\": 192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 147, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4551, \"group\": [5074.0, 999.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGGGCTTGA\", \"ini\": 3441, \"clust\": 4734, \"rank\": 209, \"rankvar\": 4055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 148, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4552, \"group\": [4738.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCTTTACGT\", \"ini\": 3440, \"clust\": 1966, \"rank\": 228, \"rankvar\": 785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 680, \"group\": [1963.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCACCACCT\", \"ini\": 3439, \"clust\": 4479, \"rank\": 149, \"rankvar\": 1817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 150, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4553, \"group\": [4480.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTCTTAT\", \"ini\": 3438, \"clust\": 1922, \"rank\": 227, \"rankvar\": 78, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 681, \"group\": [1924.0, 330.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACACACGCTG\", \"ini\": 3437, \"clust\": 4119, \"rank\": 435, \"rankvar\": 447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 152, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4554, \"group\": [4116.0, 775.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGTGCTGCC\", \"ini\": 3436, \"clust\": 1912, \"rank\": 123, \"rankvar\": 2794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 682, \"group\": [1912.0, 328.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCAAACCAC\", \"ini\": 3435, \"clust\": 1774, \"rank\": 198, \"rankvar\": 1310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 683, \"group\": [1775.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGTCGTACT\", \"ini\": 3434, \"clust\": 1769, \"rank\": 217, \"rankvar\": 800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 684, \"group\": [1770.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGAGCCTAG\", \"ini\": 3433, \"clust\": 1967, \"rank\": 148, \"rankvar\": 2588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 156, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 685, \"group\": [1966.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCGAATGCT\", \"ini\": 3432, \"clust\": 1942, \"rank\": 203, \"rankvar\": 2112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 686, \"group\": [1941.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGTGGCA\", \"ini\": 3431, \"clust\": 2003, \"rank\": 171, \"rankvar\": 1522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 687, \"group\": [1999.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCGGTGTCG\", \"ini\": 3430, \"clust\": 5032, \"rank\": 293, \"rankvar\": 193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4555, \"group\": [5035.0, 984.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCCACGTC\", \"ini\": 3429, \"clust\": 1984, \"rank\": 236, \"rankvar\": 945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 688, \"group\": [1984.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACTGAAGG\", \"ini\": 3428, \"clust\": 5052, \"rank\": 456, \"rankvar\": 140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4556, \"group\": [5052.0, 994.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCTCTC\", \"ini\": 3427, \"clust\": 5126, \"rank\": 787, \"rankvar\": 2342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4557, \"group\": [5129.0, 1013.0, 163.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATACCATG\", \"ini\": 3426, \"clust\": 5058, \"rank\": 650, \"rankvar\": 465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 163, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4558, \"group\": [5061.0, 996.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCCGTAGTA\", \"ini\": 3425, \"clust\": 4726, \"rank\": 214, \"rankvar\": 962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 164, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4559, \"group\": [4727.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCTAACTC\", \"ini\": 3424, \"clust\": 2019, \"rank\": 282, \"rankvar\": 649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 689, \"group\": [2016.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACGTCA\", \"ini\": 3423, \"clust\": 5057, \"rank\": 570, \"rankvar\": 196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 166, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4560, \"group\": [5058.0, 996.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGCTAGCA\", \"ini\": 3422, \"clust\": 4120, \"rank\": 504, \"rankvar\": 1602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 167, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 38, \"group\": [4117.0, 775.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGCTAAA\", \"ini\": 3421, \"clust\": 1941, \"rank\": 186, \"rankvar\": 2584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 690, \"group\": [1942.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGGAGTACC\", \"ini\": 3420, \"clust\": 5093, \"rank\": 389, \"rankvar\": 9, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4561, \"group\": [5091.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCACTCCTG\", \"ini\": 3419, \"clust\": 2087, \"rank\": 189, \"rankvar\": 1101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 691, \"group\": [2084.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTTTGACAC\", \"ini\": 3418, \"clust\": 3954, \"rank\": 210, \"rankvar\": 1360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 171, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2672, \"group\": [3953.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGCTAACAA\", \"ini\": 3417, \"clust\": 2405, \"rank\": 222, \"rankvar\": 1558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 172, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 692, \"group\": [2406.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTGGTACAG\", \"ini\": 3416, \"clust\": 1930, \"rank\": 265, \"rankvar\": 1224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 693, \"group\": [2029.0, 333.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCCGCGA\", \"ini\": 3415, \"clust\": 4162, \"rank\": 717, \"rankvar\": 4896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 174, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 39, \"group\": [4162.0, 788.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAGGCGATA\", \"ini\": 3414, \"clust\": 1999, \"rank\": 184, \"rankvar\": 3075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 694, \"group\": [2002.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCGGTCCGA\", \"ini\": 3413, \"clust\": 1933, \"rank\": 353, \"rankvar\": 761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 695, \"group\": [1930.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCGGGAGTA\", \"ini\": 3412, \"clust\": 1968, \"rank\": 234, \"rankvar\": 1058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 696, \"group\": [1967.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTTCGCG\", \"ini\": 3411, \"clust\": 2083, \"rank\": 275, \"rankvar\": 1043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 697, \"group\": [2089.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGCTATA\", \"ini\": 3410, \"clust\": 1801, \"rank\": 270, \"rankvar\": 963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 698, \"group\": [1806.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCGGAAA\", \"ini\": 3409, \"clust\": 4541, \"rank\": 242, \"rankvar\": 1793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 180, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4562, \"group\": [4540.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAGGAACGT\", \"ini\": 3408, \"clust\": 1958, \"rank\": 319, \"rankvar\": 542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 181, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 699, \"group\": [1957.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGTAGCCGA\", \"ini\": 3407, \"clust\": 1766, \"rank\": 326, \"rankvar\": 1679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 700, \"group\": [1767.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCAGTGCCAGA\", \"ini\": 3406, \"clust\": 2086, \"rank\": 250, \"rankvar\": 576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 701, \"group\": [2086.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCAAACTC\", \"ini\": 3405, \"clust\": 4480, \"rank\": 154, \"rankvar\": 3453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4563, \"group\": [4481.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGATGATA\", \"ini\": 3404, \"clust\": 5053, \"rank\": 572, \"rankvar\": 133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 185, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4564, \"group\": [5053.0, 994.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTCTAAACC\", \"ini\": 3403, \"clust\": 1956, \"rank\": 287, \"rankvar\": 383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 702, \"group\": [1954.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGAACGC\", \"ini\": 3402, \"clust\": 2088, \"rank\": 147, \"rankvar\": 1663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 703, \"group\": [2085.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCATCGCTC\", \"ini\": 3401, \"clust\": 1776, \"rank\": 372, \"rankvar\": 559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 704, \"group\": [1777.0, 283.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTAGCGTGA\", \"ini\": 3400, \"clust\": 1954, \"rank\": 255, \"rankvar\": 1440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 705, \"group\": [1955.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGTGGGAA\", \"ini\": 3399, \"clust\": 1820, \"rank\": 530, \"rankvar\": 481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 190, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 706, \"group\": [1823.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGTTTA\", \"ini\": 3398, \"clust\": 1775, \"rank\": 281, \"rankvar\": 1309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 707, \"group\": [1776.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCAATCACG\", \"ini\": 3397, \"clust\": 2399, \"rank\": 196, \"rankvar\": 4464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 708, \"group\": [2400.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGACCGGAT\", \"ini\": 3396, \"clust\": 1928, \"rank\": 299, \"rankvar\": 3951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 709, \"group\": [1927.0, 331.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGTCAAGGC\", \"ini\": 3395, \"clust\": 5028, \"rank\": 107, \"rankvar\": 4563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3955, \"group\": [5029.0, 983.0, 159.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTCAGTGGA\", \"ini\": 3394, \"clust\": 1972, \"rank\": 143, \"rankvar\": 4703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 710, \"group\": [1971.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCATCACCC\", \"ini\": 3393, \"clust\": 2025, \"rank\": 219, \"rankvar\": 1002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 196, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 711, \"group\": [2027.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTAAACGCG\", \"ini\": 3392, \"clust\": 5021, \"rank\": 291, \"rankvar\": 2431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 197, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2673, \"group\": [5024.0, 982.0, 158.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTACCTGC\", \"ini\": 3391, \"clust\": 1990, \"rank\": 229, \"rankvar\": 2608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 712, \"group\": [1996.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGCATGTG\", \"ini\": 3390, \"clust\": 5055, \"rank\": 534, \"rankvar\": 699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 199, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4565, \"group\": [5056.0, 995.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTCTTGAT\", \"ini\": 3389, \"clust\": 3721, \"rank\": 232, \"rankvar\": 3630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 200, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2674, \"group\": [3723.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGGCGAAT\", \"ini\": 3388, \"clust\": 1938, \"rank\": 290, \"rankvar\": 1477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 713, \"group\": [1937.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAGTCA\", \"ini\": 3387, \"clust\": 5073, \"rank\": 622, \"rankvar\": 608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 202, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4566, \"group\": [5076.0, 999.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCGCTAGCG\", \"ini\": 3386, \"clust\": 2055, \"rank\": 386, \"rankvar\": 1148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 714, \"group\": [2052.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTTCTCTGTCG\", \"ini\": 3385, \"clust\": 4458, \"rank\": 349, \"rankvar\": 1236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4567, \"group\": [4457.0, 854.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCACGAT\", \"ini\": 3384, \"clust\": 4736, \"rank\": 337, \"rankvar\": 4079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 205, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4568, \"group\": [4735.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTTGGTGGA\", \"ini\": 3383, \"clust\": 4737, \"rank\": 347, \"rankvar\": 4063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 206, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4569, \"group\": [4736.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCAGAGACG\", \"ini\": 3382, \"clust\": 2075, \"rank\": 371, \"rankvar\": 892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 207, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 715, \"group\": [2073.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTTAT\", \"ini\": 3381, \"clust\": 1858, \"rank\": 556, \"rankvar\": 90, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 716, \"group\": [1859.0, 295.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAGTGGA\", \"ini\": 3380, \"clust\": 2020, \"rank\": 262, \"rankvar\": 652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 717, \"group\": [2022.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGAGCCCAACC\", \"ini\": 3379, \"clust\": 3981, \"rank\": 401, \"rankvar\": 2746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2675, \"group\": [3980.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCTTTCAT\", \"ini\": 3378, \"clust\": 2397, \"rank\": 297, \"rankvar\": 2868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 718, \"group\": [2398.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAAGGTGACCA\", \"ini\": 3377, \"clust\": 4526, \"rank\": 205, \"rankvar\": 1436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4570, \"group\": [4527.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGCTTCGCG\", \"ini\": 3376, \"clust\": 1767, \"rank\": 411, \"rankvar\": 531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 719, \"group\": [1768.0, 282.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTCATGCCG\", \"ini\": 3375, \"clust\": 2053, \"rank\": 294, \"rankvar\": 1094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 214, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 720, \"group\": [2055.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCAAAGAATC\", \"ini\": 3374, \"clust\": 4735, \"rank\": 252, \"rankvar\": 4616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 215, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4571, \"group\": [4737.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTATCAGTC\", \"ini\": 3373, \"clust\": 1885, \"rank\": 436, \"rankvar\": 811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 216, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2090, \"group\": [1884.0, 310.0, 54.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCACGCATA\", \"ini\": 3372, \"clust\": 1826, \"rank\": 344, \"rankvar\": 118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 721, \"group\": [1826.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTTACTCT\", \"ini\": 3371, \"clust\": 2015, \"rank\": 392, \"rankvar\": 1196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 722, \"group\": [2017.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTAAGCACG\", \"ini\": 3370, \"clust\": 2429, \"rank\": 416, \"rankvar\": 825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 723, \"group\": [2429.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGTAAGAT\", \"ini\": 3369, \"clust\": 1969, \"rank\": 182, \"rankvar\": 3689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 724, \"group\": [1968.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAAGCAAT\", \"ini\": 3368, \"clust\": 4738, \"rank\": 313, \"rankvar\": 2919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 221, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4572, \"group\": [4744.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTGTGACCC\", \"ini\": 3367, \"clust\": 1940, \"rank\": 333, \"rankvar\": 1387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 725, \"group\": [1936.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCCTCTAGC\", \"ini\": 3366, \"clust\": 4724, \"rank\": 419, \"rankvar\": 2244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 223, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4573, \"group\": [4723.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAACTGCTA\", \"ini\": 3365, \"clust\": 4542, \"rank\": 306, \"rankvar\": 3401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 224, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4574, \"group\": [4541.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGACCAAG\", \"ini\": 3364, \"clust\": 4175, \"rank\": 596, \"rankvar\": 4614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 225, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 40, \"group\": [4173.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCGAGATG\", \"ini\": 3363, \"clust\": 1827, \"rank\": 460, \"rankvar\": 197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 726, \"group\": [1827.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCTCCTAG\", \"ini\": 3362, \"clust\": 1825, \"rank\": 606, \"rankvar\": 256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 727, \"group\": [1828.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTTAAGTAG\", \"ini\": 3361, \"clust\": 3735, \"rank\": 195, \"rankvar\": 4089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2676, \"group\": [3735.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCCAT\", \"ini\": 3360, \"clust\": 4015, \"rank\": 288, \"rankvar\": 2404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 229, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2677, \"group\": [4015.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTAAACACA\", \"ini\": 3359, \"clust\": 2680, \"rank\": 328, \"rankvar\": 2203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 728, \"group\": [2683.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTATTCTC\", \"ini\": 3358, \"clust\": 3999, \"rank\": 385, \"rankvar\": 3287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2678, \"group\": [3998.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTAGAGG\", \"ini\": 3357, \"clust\": 4483, \"rank\": 208, \"rankvar\": 1733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 232, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4575, \"group\": [4482.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAAGAATC\", \"ini\": 3356, \"clust\": 4727, \"rank\": 304, \"rankvar\": 1832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 233, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4576, \"group\": [4728.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGCTAGT\", \"ini\": 3355, \"clust\": 1814, \"rank\": 381, \"rankvar\": 189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 729, \"group\": [1816.0, 287.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGTCTCG\", \"ini\": 3354, \"clust\": 4674, \"rank\": 173, \"rankvar\": 4277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4577, \"group\": [4677.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGTCTCT\", \"ini\": 3353, \"clust\": 1929, \"rank\": 458, \"rankvar\": 3640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 730, \"group\": [1928.0, 331.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACAATGGATA\", \"ini\": 3352, \"clust\": 2004, \"rank\": 330, \"rankvar\": 759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 731, \"group\": [2000.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGAACAATC\", \"ini\": 3351, \"clust\": 4487, \"rank\": 277, \"rankvar\": 3525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4578, \"group\": [4487.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCACCGTAA\", \"ini\": 3350, \"clust\": 2678, \"rank\": 334, \"rankvar\": 1782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 732, \"group\": [2679.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTATATGAG\", \"ini\": 3349, \"clust\": 2410, \"rank\": 394, \"rankvar\": 1633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 240, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 733, \"group\": [2410.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCTAGAAC\", \"ini\": 3348, \"clust\": 1978, \"rank\": 339, \"rankvar\": 372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 734, \"group\": [1978.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTTAGTGGG\", \"ini\": 3347, \"clust\": 2067, \"rank\": 412, \"rankvar\": 586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 735, \"group\": [2070.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTTATGCGT\", \"ini\": 3346, \"clust\": 4543, \"rank\": 263, \"rankvar\": 2755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 243, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4579, \"group\": [4543.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAAGTTCC\", \"ini\": 3345, \"clust\": 2093, \"rank\": 408, \"rankvar\": 446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 736, \"group\": [2096.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATTTGCTT\", \"ini\": 3344, \"clust\": 1824, \"rank\": 441, \"rankvar\": 752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 737, \"group\": [1825.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCCAGTAGT\", \"ini\": 3343, \"clust\": 1843, \"rank\": 498, \"rankvar\": 402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 738, \"group\": [1846.0, 291.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACCGTAA\", \"ini\": 3342, \"clust\": 5039, \"rank\": 478, \"rankvar\": 250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 247, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4580, \"group\": [5041.0, 987.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTAAAGTG\", \"ini\": 3341, \"clust\": 5074, \"rank\": 767, \"rankvar\": 132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 248, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4581, \"group\": [5075.0, 999.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGACGTT\", \"ini\": 3340, \"clust\": 2687, \"rank\": 352, \"rankvar\": 1385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 739, \"group\": [2687.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGCACTCAGGC\", \"ini\": 3339, \"clust\": 4540, \"rank\": 322, \"rankvar\": 1692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4582, \"group\": [4542.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATCACCC\", \"ini\": 3338, \"clust\": 1911, \"rank\": 213, \"rankvar\": 3909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 740, \"group\": [1914.0, 328.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTACCTACA\", \"ini\": 3337, \"clust\": 3736, \"rank\": 260, \"rankvar\": 3770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 252, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2679, \"group\": [3733.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCAGTTTGG\", \"ini\": 3336, \"clust\": 3103, \"rank\": 609, \"rankvar\": 1307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 741, \"group\": [3103.0, 426.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTGTGTATGGG\", \"ini\": 3335, \"clust\": 4539, \"rank\": 402, \"rankvar\": 2292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 254, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4583, \"group\": [4545.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCACGTGAGA\", \"ini\": 3334, \"clust\": 5043, \"rank\": 496, \"rankvar\": 19, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 742, \"group\": [5044.0, 988.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTAGTACCT\", \"ini\": 3333, \"clust\": 4489, \"rank\": 340, \"rankvar\": 2634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4584, \"group\": [4488.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGTGTGCC\", \"ini\": 3332, \"clust\": 2571, \"rank\": 369, \"rankvar\": 3777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 743, \"group\": [2571.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCAGGGTTAG\", \"ini\": 3331, \"clust\": 2094, \"rank\": 366, \"rankvar\": 667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 744, \"group\": [2095.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTAAGGGC\", \"ini\": 3330, \"clust\": 4527, \"rank\": 302, \"rankvar\": 2284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4585, \"group\": [4528.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAGTGCACTTA\", \"ini\": 3329, \"clust\": 2072, \"rank\": 424, \"rankvar\": 915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 745, \"group\": [2077.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCAGACGTAG\", \"ini\": 3328, \"clust\": 43, \"rank\": 431, \"rankvar\": 4306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 261, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5210, \"group\": [44.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTTTAC\", \"ini\": 3327, \"clust\": 4532, \"rank\": 230, \"rankvar\": 3624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 262, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4586, \"group\": [4534.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATGTTAAAGAC\", \"ini\": 3326, \"clust\": 1821, \"rank\": 524, \"rankvar\": 321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 746, \"group\": [1821.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCGCCATG\", \"ini\": 3325, \"clust\": 3133, \"rank\": 579, \"rankvar\": 857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 747, \"group\": [3132.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTTGAGGT\", \"ini\": 3324, \"clust\": 1832, \"rank\": 557, \"rankvar\": 843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 748, \"group\": [1833.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTCGAATCT\", \"ini\": 3323, \"clust\": 1750, \"rank\": 516, \"rankvar\": 715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 749, \"group\": [1751.0, 277.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGCATCATC\", \"ini\": 3322, \"clust\": 2398, \"rank\": 346, \"rankvar\": 3822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 750, \"group\": [2399.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTGTTAAGA\", \"ini\": 3321, \"clust\": 4474, \"rank\": 284, \"rankvar\": 3838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4587, \"group\": [4474.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCATTAGCCA\", \"ini\": 3320, \"clust\": 4769, \"rank\": 212, \"rankvar\": 4458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4588, \"group\": [4774.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGACATTA\", \"ini\": 3319, \"clust\": 4140, \"rank\": 988, \"rankvar\": 4793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 270, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 41, \"group\": [4134.0, 779.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCCTTGG\", \"ini\": 3318, \"clust\": 2035, \"rank\": 457, \"rankvar\": 53, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 751, \"group\": [2034.0, 336.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGATGCCAG\", \"ini\": 3317, \"clust\": 1830, \"rank\": 535, \"rankvar\": 433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 752, \"group\": [1829.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCAAGCGAGT\", \"ini\": 3316, \"clust\": 3915, \"rank\": 417, \"rankvar\": 1607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 273, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2680, \"group\": [3911.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCTAGGGC\", \"ini\": 3315, \"clust\": 3956, \"rank\": 351, \"rankvar\": 1549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2681, \"group\": [3955.0, 752.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCATCATTC\", \"ini\": 3314, \"clust\": 2081, \"rank\": 321, \"rankvar\": 2481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 753, \"group\": [2080.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCAAACAACA\", \"ini\": 3313, \"clust\": 4788, \"rank\": 317, \"rankvar\": 3136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 276, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4589, \"group\": [4785.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCGGATCA\", \"ini\": 3312, \"clust\": 1970, \"rank\": 224, \"rankvar\": 3534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 754, \"group\": [1969.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCAAACGGG\", \"ini\": 3311, \"clust\": 2401, \"rank\": 355, \"rankvar\": 2271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 755, \"group\": [2402.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCCAGCTGGCT\", \"ini\": 3310, \"clust\": 4739, \"rank\": 469, \"rankvar\": 3402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 279, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4590, \"group\": [4741.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCAAGCCTA\", \"ini\": 3309, \"clust\": 4141, \"rank\": 1241, \"rankvar\": 4208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 280, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 42, \"group\": [4135.0, 779.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCTGTTTGT\", \"ini\": 3308, \"clust\": 5037, \"rank\": 543, \"rankvar\": 271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 281, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4591, \"group\": [5038.0, 986.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCGAGAAA\", \"ini\": 3307, \"clust\": 3741, \"rank\": 367, \"rankvar\": 936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 282, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2682, \"group\": [3740.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGAGAACG\", \"ini\": 3306, \"clust\": 2419, \"rank\": 434, \"rankvar\": 1144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 756, \"group\": [2420.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACACAGGAGT\", \"ini\": 3305, \"clust\": 2594, \"rank\": 356, \"rankvar\": 2499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 757, \"group\": [2597.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAGACGTAG\", \"ini\": 3304, \"clust\": 1748, \"rank\": 901, \"rankvar\": 1082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 758, \"group\": [1748.0, 275.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCTGGAAC\", \"ini\": 3303, \"clust\": 5109, \"rank\": 666, \"rankvar\": 8, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 286, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4592, \"group\": [5112.0, 1003.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCATGTAGC\", \"ini\": 3302, \"clust\": 1592, \"rank\": 104, \"rankvar\": 4760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 287, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3102, \"group\": [1593.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGTTTGCC\", \"ini\": 3301, \"clust\": 1943, \"rank\": 378, \"rankvar\": 2647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 759, \"group\": [1939.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGCGCTCCA\", \"ini\": 3300, \"clust\": 2383, \"rank\": 494, \"rankvar\": 788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 289, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 760, \"group\": [2383.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTCATATGC\", \"ini\": 3299, \"clust\": 5072, \"rank\": 782, \"rankvar\": 311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 290, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4593, \"group\": [5077.0, 999.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCAGCGACC\", \"ini\": 3298, \"clust\": 5151, \"rank\": 908, \"rankvar\": 245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 291, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4594, \"group\": [5152.0, 1028.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACGGCGTT\", \"ini\": 3297, \"clust\": 2096, \"rank\": 490, \"rankvar\": 431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 761, \"group\": [2094.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGCCTATGT\", \"ini\": 3296, \"clust\": 4482, \"rank\": 397, \"rankvar\": 1798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 293, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4595, \"group\": [4484.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAAGGTTTC\", \"ini\": 3295, \"clust\": 2686, \"rank\": 448, \"rankvar\": 1511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 762, \"group\": [2689.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCCTACAGA\", \"ini\": 3294, \"clust\": 2051, \"rank\": 589, \"rankvar\": 1437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 295, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 763, \"group\": [2057.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGTGTACGG\", \"ini\": 3293, \"clust\": 2407, \"rank\": 309, \"rankvar\": 3922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 296, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 764, \"group\": [2408.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATCCGAG\", \"ini\": 3292, \"clust\": 108, \"rank\": 991, \"rankvar\": 1878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 297, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4596, \"group\": [111.0, 22.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTCGGCACT\", \"ini\": 3291, \"clust\": 2406, \"rank\": 325, \"rankvar\": 4185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 765, \"group\": [2407.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAAACCAC\", \"ini\": 3290, \"clust\": 5080, \"rank\": 612, \"rankvar\": 61, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4597, \"group\": [5084.0, 1002.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGGCTATCT\", \"ini\": 3289, \"clust\": 4757, \"rank\": 345, \"rankvar\": 3059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4598, \"group\": [4755.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACCGGAT\", \"ini\": 3288, \"clust\": 1791, \"rank\": 514, \"rankvar\": 174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 301, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 766, \"group\": [1792.0, 285.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGTCGCCGT\", \"ini\": 3287, \"clust\": 4807, \"rank\": 471, \"rankvar\": 3686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 302, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4599, \"group\": [4806.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCTGACCTC\", \"ini\": 3286, \"clust\": 1599, \"rank\": 220, \"rankvar\": 2935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 303, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3103, \"group\": [1599.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGATAGAA\", \"ini\": 3285, \"clust\": 4786, \"rank\": 553, \"rankvar\": 1821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 304, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4600, \"group\": [4788.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATCCGAG\", \"ini\": 3284, \"clust\": 4518, \"rank\": 562, \"rankvar\": 1748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 305, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4601, \"group\": [4519.0, 864.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCACATTTCT\", \"ini\": 3283, \"clust\": 5018, \"rank\": 874, \"rankvar\": 468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 306, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4325, \"group\": [5020.0, 978.0, 157.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTACCGCTG\", \"ini\": 3282, \"clust\": 1913, \"rank\": 403, \"rankvar\": 2347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 307, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 767, \"group\": [1913.0, 328.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAAGTCTAC\", \"ini\": 3281, \"clust\": 1977, \"rank\": 358, \"rankvar\": 930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 768, \"group\": [1979.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTTCGCAT\", \"ini\": 3280, \"clust\": 2033, \"rank\": 568, \"rankvar\": 86, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 769, \"group\": [2035.0, 336.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCACAGAGGT\", \"ini\": 3279, \"clust\": 4536, \"rank\": 373, \"rankvar\": 2156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4602, \"group\": [4537.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCTTCCTTC\", \"ini\": 3278, \"clust\": 2690, \"rank\": 432, \"rankvar\": 647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 770, \"group\": [2690.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCTAACC\", \"ini\": 3277, \"clust\": 4697, \"rank\": 608, \"rankvar\": 3427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 312, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4603, \"group\": [4698.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGGAATGC\", \"ini\": 3276, \"clust\": 1836, \"rank\": 591, \"rankvar\": 300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 771, \"group\": [1837.0, 290.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGTAGCCGA\", \"ini\": 3275, \"clust\": 4720, \"rank\": 503, \"rankvar\": 3275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4604, \"group\": [4716.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGAGCCATCGC\", \"ini\": 3274, \"clust\": 1777, \"rank\": 644, \"rankvar\": 102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 772, \"group\": [1778.0, 283.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCTCCGGTT\", \"ini\": 3273, \"clust\": 4557, \"rank\": 379, \"rankvar\": 1601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 316, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4605, \"group\": [4558.0, 868.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAAGTACCT\", \"ini\": 3272, \"clust\": 5079, \"rank\": 509, \"rankvar\": 299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 317, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4606, \"group\": [5079.0, 1000.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCTCACTCTTA\", \"ini\": 3271, \"clust\": 2691, \"rank\": 415, \"rankvar\": 651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 773, \"group\": [2691.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCGTAGTG\", \"ini\": 3270, \"clust\": 2570, \"rank\": 384, \"rankvar\": 1124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 774, \"group\": [2575.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGCGT\", \"ini\": 3269, \"clust\": 4789, \"rank\": 495, \"rankvar\": 3641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 320, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4607, \"group\": [4786.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAGTACCT\", \"ini\": 3268, \"clust\": 2428, \"rank\": 467, \"rankvar\": 1670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 775, \"group\": [2431.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGTCCCAGGTG\", \"ini\": 3267, \"clust\": 5116, \"rank\": 718, \"rankvar\": 44, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4608, \"group\": [5120.0, 1005.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGATCGGA\", \"ini\": 3266, \"clust\": 2596, \"rank\": 520, \"rankvar\": 2406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 776, \"group\": [2594.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCTGCCCTA\", \"ini\": 3265, \"clust\": 2403, \"rank\": 438, \"rankvar\": 3251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 324, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 777, \"group\": [2404.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGTGCGTGA\", \"ini\": 3264, \"clust\": 4454, \"rank\": 595, \"rankvar\": 463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 325, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4609, \"group\": [4453.0, 852.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAAGAAGC\", \"ini\": 3263, \"clust\": 4528, \"rank\": 400, \"rankvar\": 3067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 326, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4610, \"group\": [4531.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAGTCGGCATC\", \"ini\": 3262, \"clust\": 2684, \"rank\": 430, \"rankvar\": 1488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 778, \"group\": [2684.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCAATCTCT\", \"ini\": 3261, \"clust\": 2378, \"rank\": 615, \"rankvar\": 1588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 779, \"group\": [2379.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGACAGAGA\", \"ini\": 3260, \"clust\": 3714, \"rank\": 365, \"rankvar\": 2213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 329, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2683, \"group\": [3724.0, 700.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGCGATTCT\", \"ini\": 3259, \"clust\": 4110, \"rank\": 964, \"rankvar\": 3568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 330, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 43, \"group\": [4107.0, 773.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGCTGAAAT\", \"ini\": 3258, \"clust\": 1810, \"rank\": 792, \"rankvar\": 147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 331, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 780, \"group\": [1813.0, 286.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACTTACGA\", \"ini\": 3257, \"clust\": 4721, \"rank\": 493, \"rankvar\": 2886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4611, \"group\": [4717.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGCTCCTCT\", \"ini\": 3256, \"clust\": 1762, \"rank\": 559, \"rankvar\": 1368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 333, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 781, \"group\": [1763.0, 281.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTACGCGA\", \"ini\": 3255, \"clust\": 2404, \"rank\": 442, \"rankvar\": 4358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 782, \"group\": [2405.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAACTCTT\", \"ini\": 3254, \"clust\": 4742, \"rank\": 681, \"rankvar\": 2320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 335, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4612, \"group\": [4742.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCAATCTACG\", \"ini\": 3253, \"clust\": 3722, \"rank\": 447, \"rankvar\": 712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2684, \"group\": [3722.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTACAA\", \"ini\": 3252, \"clust\": 1586, \"rank\": 454, \"rankvar\": 588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 337, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3104, \"group\": [1587.0, 178.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTGCATCTA\", \"ini\": 3251, \"clust\": 2148, \"rank\": 601, \"rankvar\": 1111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 783, \"group\": [2149.0, 361.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTACCGAGA\", \"ini\": 3250, \"clust\": 1935, \"rank\": 547, \"rankvar\": 3017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 784, \"group\": [1933.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTTCCACAA\", \"ini\": 3249, \"clust\": 1961, \"rank\": 528, \"rankvar\": 560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 785, \"group\": [1965.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCGAATCCA\", \"ini\": 3248, \"clust\": 2001, \"rank\": 406, \"rankvar\": 677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 786, \"group\": [1998.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGTCCAGGA\", \"ini\": 3247, \"clust\": 4452, \"rank\": 732, \"rankvar\": 1016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 342, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4613, \"group\": [4454.0, 852.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCTCCTATA\", \"ini\": 3246, \"clust\": 4105, \"rank\": 585, \"rankvar\": 3053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 343, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 44, \"group\": [4102.0, 773.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAACGATGG\", \"ini\": 3245, \"clust\": 4740, \"rank\": 566, \"rankvar\": 2388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 344, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4614, \"group\": [4739.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGAGCTT\", \"ini\": 3244, \"clust\": 4717, \"rank\": 481, \"rankvar\": 654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4615, \"group\": [4720.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATGCCTTC\", \"ini\": 3243, \"clust\": 1931, \"rank\": 614, \"rankvar\": 278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 787, \"group\": [1943.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTGTTGAGG\", \"ini\": 3242, \"clust\": 4537, \"rank\": 558, \"rankvar\": 2295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 347, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4616, \"group\": [4538.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGACCTTTG\", \"ini\": 3241, \"clust\": 2118, \"rank\": 537, \"rankvar\": 786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 788, \"group\": [2117.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCGCTTTC\", \"ini\": 3240, \"clust\": 1934, \"rank\": 810, \"rankvar\": 368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 789, \"group\": [1931.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGATAGTCA\", \"ini\": 3239, \"clust\": 2681, \"rank\": 485, \"rankvar\": 1850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 350, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 790, \"group\": [2681.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATGGTCAT\", \"ini\": 3238, \"clust\": 1944, \"rank\": 529, \"rankvar\": 2756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 791, \"group\": [1940.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACAAATCCGT\", \"ini\": 3237, \"clust\": 5046, \"rank\": 831, \"rankvar\": 50, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 352, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4617, \"group\": [5049.0, 992.0, 160.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCTCGGACG\", \"ini\": 3236, \"clust\": 2672, \"rank\": 600, \"rankvar\": 2288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 353, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 792, \"group\": [2675.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCACCCTATC\", \"ini\": 3235, \"clust\": 1837, \"rank\": 771, \"rankvar\": 202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 793, \"group\": [1838.0, 290.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACATCACAAC\", \"ini\": 3234, \"clust\": 2030, \"rank\": 561, \"rankvar\": 1889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 794, \"group\": [2031.0, 335.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAAGAGCAATT\", \"ini\": 3233, \"clust\": 3134, \"rank\": 1035, \"rankvar\": 385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 795, \"group\": [3133.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTACCGAT\", \"ini\": 3232, \"clust\": 2074, \"rank\": 721, \"rankvar\": 479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 796, \"group\": [2075.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACATGCCTTC\", \"ini\": 3231, \"clust\": 3110, \"rank\": 789, \"rankvar\": 3312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 797, \"group\": [3110.0, 430.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCCGTAGGC\", \"ini\": 3230, \"clust\": 2042, \"rank\": 833, \"rankvar\": 617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 798, \"group\": [2043.0, 338.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACACTCTGTC\", \"ini\": 3229, \"clust\": 4809, \"rank\": 802, \"rankvar\": 1022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 360, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4618, \"group\": [4811.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGACTGC\", \"ini\": 3228, \"clust\": 1604, \"rank\": 315, \"rankvar\": 2776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 361, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3105, \"group\": [1604.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTGAGGGA\", \"ini\": 3227, \"clust\": 2685, \"rank\": 521, \"rankvar\": 1627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 799, \"group\": [2685.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGCTGTTCA\", \"ini\": 3226, \"clust\": 4703, \"rank\": 720, \"rankvar\": 2309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 363, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4619, \"group\": [4703.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCTCGCGTTTC\", \"ini\": 3225, \"clust\": 1749, \"rank\": 898, \"rankvar\": 1171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 800, \"group\": [1749.0, 275.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGTCGAGTG\", \"ini\": 3224, \"clust\": 3732, \"rank\": 433, \"rankvar\": 4098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2685, \"group\": [3732.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAATCTACG\", \"ini\": 3223, \"clust\": 1605, \"rank\": 336, \"rankvar\": 2474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3106, \"group\": [1605.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGTCCAGG\", \"ini\": 3222, \"clust\": 2080, \"rank\": 499, \"rankvar\": 3147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 801, \"group\": [2082.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATCTGGTA\", \"ini\": 3221, \"clust\": 4722, \"rank\": 640, \"rankvar\": 3548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4620, \"group\": [4726.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAACGCACC\", \"ini\": 3220, \"clust\": 2673, \"rank\": 603, \"rankvar\": 1888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 802, \"group\": [2673.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCATTTGGG\", \"ini\": 3219, \"clust\": 4771, \"rank\": 532, \"rankvar\": 3554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4621, \"group\": [4768.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAGTTGGTAAA\", \"ini\": 3218, \"clust\": 1568, \"rank\": 310, \"rankvar\": 3960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3107, \"group\": [1569.0, 175.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATGTGTA\", \"ini\": 3217, \"clust\": 1816, \"rank\": 902, \"rankvar\": 410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 803, \"group\": [1815.0, 287.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGATATACG\", \"ini\": 3216, \"clust\": 2718, \"rank\": 582, \"rankvar\": 3707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 804, \"group\": [2717.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCATTCTTAC\", \"ini\": 3215, \"clust\": 4713, \"rank\": 777, \"rankvar\": 3101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 374, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4622, \"group\": [4711.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGCTGATA\", \"ini\": 3214, \"clust\": 1822, \"rank\": 731, \"rankvar\": 295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 805, \"group\": [1822.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTGTTTGG\", \"ini\": 3213, \"clust\": 4538, \"rank\": 540, \"rankvar\": 1658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4623, \"group\": [4539.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTTCTGTTT\", \"ini\": 3212, \"clust\": 4018, \"rank\": 635, \"rankvar\": 2313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 377, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2686, \"group\": [4017.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTAACG\", \"ini\": 3211, \"clust\": 2425, \"rank\": 706, \"rankvar\": 1546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 806, \"group\": [2428.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATAGCTCTCGG\", \"ini\": 3210, \"clust\": 2073, \"rank\": 734, \"rankvar\": 1796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 807, \"group\": [2076.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATAAACG\", \"ini\": 3209, \"clust\": 4723, \"rank\": 637, \"rankvar\": 1404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 380, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4624, \"group\": [4725.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAGGGCATA\", \"ini\": 3208, \"clust\": 2698, \"rank\": 660, \"rankvar\": 1152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 808, \"group\": [2701.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGATGCCAG\", \"ini\": 3207, \"clust\": 4791, \"rank\": 673, \"rankvar\": 3966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4625, \"group\": [4789.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTTGACAC\", \"ini\": 3206, \"clust\": 3136, \"rank\": 704, \"rankvar\": 2614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 383, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 809, \"group\": [3135.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATTCCTT\", \"ini\": 3205, \"clust\": 4725, \"rank\": 699, \"rankvar\": 1177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 384, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4626, \"group\": [4724.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAACGCACC\", \"ini\": 3204, \"clust\": 2384, \"rank\": 735, \"rankvar\": 1828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 810, \"group\": [2384.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCCTCAACC\", \"ini\": 3203, \"clust\": 2703, \"rank\": 774, \"rankvar\": 1998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 386, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 811, \"group\": [2704.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTTACGGAG\", \"ini\": 3202, \"clust\": 2063, \"rank\": 723, \"rankvar\": 2460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 812, \"group\": [2063.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTAAGAGGA\", \"ini\": 3201, \"clust\": 4106, \"rank\": 1420, \"rankvar\": 4448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 45, \"group\": [4105.0, 773.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGAAGGGTA\", \"ini\": 3200, \"clust\": 2349, \"rank\": 727, \"rankvar\": 2642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 389, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 813, \"group\": [2349.0, 392.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATCCTGT\", \"ini\": 3199, \"clust\": 4774, \"rank\": 491, \"rankvar\": 4440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 390, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4627, \"group\": [4771.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCTTAT\", \"ini\": 3198, \"clust\": 2362, \"rank\": 730, \"rankvar\": 1540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 814, \"group\": [2363.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCGGCTCA\", \"ini\": 3197, \"clust\": 2257, \"rank\": 621, \"rankvar\": 2849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 815, \"group\": [2257.0, 383.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTTGCATG\", \"ini\": 3196, \"clust\": 4107, \"rank\": 851, \"rankvar\": 2813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 393, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 46, \"group\": [4103.0, 773.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATGCAACT\", \"ini\": 3195, \"clust\": 5228, \"rank\": 1616, \"rankvar\": 724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 394, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4628, \"group\": [5229.0, 1087.0, 188.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCATAG\", \"ini\": 3194, \"clust\": 3991, \"rank\": 837, \"rankvar\": 1585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 395, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2687, \"group\": [3991.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAACATC\", \"ini\": 3193, \"clust\": 1973, \"rank\": 487, \"rankvar\": 1061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 816, \"group\": [1972.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCGATCCC\", \"ini\": 3192, \"clust\": 3989, \"rank\": 634, \"rankvar\": 2892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 397, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2688, \"group\": [3987.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCATGGTCA\", \"ini\": 3191, \"clust\": 2623, \"rank\": 646, \"rankvar\": 3309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 817, \"group\": [2623.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATAGCGTGAAC\", \"ini\": 3190, \"clust\": 2056, \"rank\": 826, \"rankvar\": 774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 818, \"group\": [2053.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTCATGCAT\", \"ini\": 3189, \"clust\": 2417, \"rank\": 697, \"rankvar\": 2403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 819, \"group\": [2417.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAACGTT\", \"ini\": 3188, \"clust\": 2642, \"rank\": 610, \"rankvar\": 3290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 401, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 820, \"group\": [2641.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGCAATGGACG\", \"ini\": 3187, \"clust\": 5029, \"rank\": 362, \"rankvar\": 3004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 402, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3956, \"group\": [5030.0, 983.0, 159.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGAACTCGG\", \"ini\": 3186, \"clust\": 5149, \"rank\": 1396, \"rankvar\": 628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 403, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4629, \"group\": [5150.0, 1027.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAGTCGATT\", \"ini\": 3185, \"clust\": 4000, \"rank\": 791, \"rankvar\": 1544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 404, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2689, \"group\": [3999.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGCCTAT\", \"ini\": 3184, \"clust\": 3137, \"rank\": 841, \"rankvar\": 2318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 821, \"group\": [3136.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAACTGCGC\", \"ini\": 3183, \"clust\": 2719, \"rank\": 578, \"rankvar\": 2502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 822, \"group\": [2718.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCCACGTGG\", \"ini\": 3182, \"clust\": 4501, \"rank\": 405, \"rankvar\": 4218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4630, \"group\": [4509.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGGTCGTTGTA\", \"ini\": 3181, \"clust\": 2426, \"rank\": 670, \"rankvar\": 1212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 823, \"group\": [2426.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACACGCTG\", \"ini\": 3180, \"clust\": 2392, \"rank\": 647, \"rankvar\": 2623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 824, \"group\": [2393.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGCAGGCTA\", \"ini\": 3179, \"clust\": 2682, \"rank\": 619, \"rankvar\": 2042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 825, \"group\": [2682.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGGACAA\", \"ini\": 3178, \"clust\": 2379, \"rank\": 605, \"rankvar\": 2421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 411, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 826, \"group\": [2380.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGCTTTC\", \"ini\": 3177, \"clust\": 2654, \"rank\": 676, \"rankvar\": 1232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 827, \"group\": [2655.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGAATGTGT\", \"ini\": 3176, \"clust\": 2688, \"rank\": 607, \"rankvar\": 1879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 828, \"group\": [2688.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGGACACCA\", \"ini\": 3175, \"clust\": 4163, \"rank\": 1583, \"rankvar\": 4939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 414, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 47, \"group\": [4160.0, 788.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCACTGCCAG\", \"ini\": 3174, \"clust\": 4137, \"rank\": 1551, \"rankvar\": 4473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 415, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 48, \"group\": [4133.0, 779.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGATCTCCAGGG\", \"ini\": 3173, \"clust\": 4178, \"rank\": 1269, \"rankvar\": 4566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 416, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 49, \"group\": [4175.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTTCAGATAAG\", \"ini\": 3172, \"clust\": 5134, \"rank\": 1606, \"rankvar\": 1393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 417, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4631, \"group\": [5140.0, 1020.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCGTCTCCCTA\", \"ini\": 3171, \"clust\": 2411, \"rank\": 709, \"rankvar\": 312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 829, \"group\": [2411.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCTAGGGC\", \"ini\": 3170, \"clust\": 2656, \"rank\": 620, \"rankvar\": 3635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 830, \"group\": [2659.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCTGAGTGT\", \"ini\": 3169, \"clust\": 5121, \"rank\": 1384, \"rankvar\": 569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 420, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4632, \"group\": [5122.0, 1007.0, 161.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCATATCGG\", \"ini\": 3168, \"clust\": 2420, \"rank\": 716, \"rankvar\": 395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 831, \"group\": [2421.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGAGTGAC\", \"ini\": 3167, \"clust\": 2430, \"rank\": 938, \"rankvar\": 556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 832, \"group\": [2430.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGCAAATCA\", \"ini\": 3166, \"clust\": 2076, \"rank\": 836, \"rankvar\": 700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 833, \"group\": [2074.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGCCCTTA\", \"ini\": 3165, \"clust\": 2090, \"rank\": 506, \"rankvar\": 541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 834, \"group\": [2090.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTCACATGGGA\", \"ini\": 3164, \"clust\": 2409, \"rank\": 866, \"rankvar\": 1054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 835, \"group\": [2412.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCGGCTTGG\", \"ini\": 3163, \"clust\": 2665, \"rank\": 576, \"rankvar\": 4095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 426, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 836, \"group\": [2664.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCGATCG\", \"ini\": 3162, \"clust\": 4481, \"rank\": 463, \"rankvar\": 3266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 427, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4633, \"group\": [4485.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCAGGCCCA\", \"ini\": 3161, \"clust\": 1886, \"rank\": 1159, \"rankvar\": 1772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 428, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2091, \"group\": [1885.0, 311.0, 54.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGTAGGAG\", \"ini\": 3160, \"clust\": 2111, \"rank\": 560, \"rankvar\": 584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 837, \"group\": [2114.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCTTCTGGC\", \"ini\": 3159, \"clust\": 4746, \"rank\": 685, \"rankvar\": 2466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 430, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4634, \"group\": [4745.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCCAAGGTGTG\", \"ini\": 3158, \"clust\": 2097, \"rank\": 587, \"rankvar\": 1010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 838, \"group\": [2098.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGGATGCGT\", \"ini\": 3157, \"clust\": 4661, \"rank\": 686, \"rankvar\": 4229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 432, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4635, \"group\": [4660.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTCGCTTCT\", \"ini\": 3156, \"clust\": 4729, \"rank\": 829, \"rankvar\": 2496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 433, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4636, \"group\": [4730.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTACATGTC\", \"ini\": 3155, \"clust\": 4475, \"rank\": 278, \"rankvar\": 4535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4637, \"group\": [4475.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTGTCCTCT\", \"ini\": 3154, \"clust\": 2052, \"rank\": 695, \"rankvar\": 563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 839, \"group\": [2056.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGAGTCTGG\", \"ini\": 3153, \"clust\": 2554, \"rank\": 597, \"rankvar\": 2804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 840, \"group\": [2555.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGTCTGT\", \"ini\": 3152, \"clust\": 2099, \"rank\": 700, \"rankvar\": 844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 841, \"group\": [2105.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCAGCCAGAA\", \"ini\": 3151, \"clust\": 2103, \"rank\": 711, \"rankvar\": 2277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 842, \"group\": [2100.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGGTTCT\", \"ini\": 3150, \"clust\": 3140, \"rank\": 891, \"rankvar\": 839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 843, \"group\": [3142.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCACTTCAT\", \"ini\": 3149, \"clust\": 2587, \"rank\": 957, \"rankvar\": 2697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 844, \"group\": [2590.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTACTCAT\", \"ini\": 3148, \"clust\": 4057, \"rank\": 1043, \"rankvar\": 964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 441, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2690, \"group\": [4057.0, 758.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCAGCTCTC\", \"ini\": 3147, \"clust\": 2481, \"rank\": 602, \"rankvar\": 3570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 845, \"group\": [2481.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGTAAG\", \"ini\": 3146, \"clust\": 4325, \"rank\": 1178, \"rankvar\": 4450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 443, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5129, \"group\": [4328.0, 812.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTAAGAAC\", \"ini\": 3145, \"clust\": 4108, \"rank\": 949, \"rankvar\": 3014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 444, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 50, \"group\": [4104.0, 773.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGTACGA\", \"ini\": 3144, \"clust\": 2561, \"rank\": 583, \"rankvar\": 1430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 846, \"group\": [2562.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGAGTAATC\", \"ini\": 3143, \"clust\": 2620, \"rank\": 649, \"rankvar\": 1394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 847, \"group\": [2621.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGTGATTA\", \"ini\": 3142, \"clust\": 4524, \"rank\": 749, \"rankvar\": 1071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4638, \"group\": [4525.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGATATGCA\", \"ini\": 3141, \"clust\": 1833, \"rank\": 1055, \"rankvar\": 595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 848, \"group\": [1834.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTAACGGT\", \"ini\": 3140, \"clust\": 1600, \"rank\": 363, \"rankvar\": 2450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3108, \"group\": [1600.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCTCCGGTT\", \"ini\": 3139, \"clust\": 2661, \"rank\": 664, \"rankvar\": 1526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 849, \"group\": [2662.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCGACGGAA\", \"ini\": 3138, \"clust\": 3035, \"rank\": 1417, \"rankvar\": 1530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 451, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 850, \"group\": [3035.0, 410.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCAAGGCTT\", \"ini\": 3137, \"clust\": 4472, \"rank\": 350, \"rankvar\": 3999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 452, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4639, \"group\": [4477.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTAGAGTC\", \"ini\": 3136, \"clust\": 2348, \"rank\": 798, \"rankvar\": 2061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 851, \"group\": [2351.0, 392.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGAGCGTT\", \"ini\": 3135, \"clust\": 5153, \"rank\": 1541, \"rankvar\": 534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4640, \"group\": [5154.0, 1029.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTGCCAGA\", \"ini\": 3134, \"clust\": 2598, \"rank\": 690, \"rankvar\": 1125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 455, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 852, \"group\": [2598.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTCAATGGACG\", \"ini\": 3133, \"clust\": 2666, \"rank\": 682, \"rankvar\": 1146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 853, \"group\": [2665.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAGACTCGC\", \"ini\": 3132, \"clust\": 2366, \"rank\": 864, \"rankvar\": 789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 854, \"group\": [2365.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAGGGAA\", \"ini\": 3131, \"clust\": 2618, \"rank\": 796, \"rankvar\": 3316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 855, \"group\": [2616.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTCCGAAGA\", \"ini\": 3130, \"clust\": 1834, \"rank\": 943, \"rankvar\": 319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 856, \"group\": [1835.0, 289.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGTCGCCGTGA\", \"ini\": 3129, \"clust\": 1936, \"rank\": 714, \"rankvar\": 838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 857, \"group\": [1934.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGGTGTTA\", \"ini\": 3128, \"clust\": 3742, \"rank\": 574, \"rankvar\": 3565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 461, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2691, \"group\": [3741.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCGCATAT\", \"ini\": 3127, \"clust\": 3829, \"rank\": 794, \"rankvar\": 3614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 462, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2692, \"group\": [3829.0, 720.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCACAAACC\", \"ini\": 3126, \"clust\": 2350, \"rank\": 969, \"rankvar\": 2852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 858, \"group\": [2350.0, 392.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCACCCAGTG\", \"ini\": 3125, \"clust\": 2585, \"rank\": 756, \"rankvar\": 3054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 859, \"group\": [2586.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTGCATCTA\", \"ini\": 3124, \"clust\": 2662, \"rank\": 779, \"rankvar\": 2154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 860, \"group\": [2663.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTTGA\", \"ini\": 3123, \"clust\": 2679, \"rank\": 689, \"rankvar\": 1734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 466, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 861, \"group\": [2680.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGCGATGAC\", \"ini\": 3122, \"clust\": 4484, \"rank\": 422, \"rankvar\": 3882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 467, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4641, \"group\": [4483.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCGGTTAAC\", \"ini\": 3121, \"clust\": 1945, \"rank\": 584, \"rankvar\": 951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 862, \"group\": [1944.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGTC\", \"ini\": 3120, \"clust\": 2369, \"rank\": 809, \"rankvar\": 3935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 863, \"group\": [2369.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCACCATGTA\", \"ini\": 3119, \"clust\": 4772, \"rank\": 616, \"rankvar\": 3699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 470, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4642, \"group\": [4769.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATAGAGT\", \"ini\": 3118, \"clust\": 4544, \"rank\": 522, \"rankvar\": 3456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4643, \"group\": [4544.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCGAACGC\", \"ini\": 3117, \"clust\": 4677, \"rank\": 526, \"rankvar\": 2955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 472, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4644, \"group\": [4678.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCTCTTGAT\", \"ini\": 3116, \"clust\": 4488, \"rank\": 482, \"rankvar\": 2688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 473, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4645, \"group\": [4490.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTATCGCC\", \"ini\": 3115, \"clust\": 4490, \"rank\": 617, \"rankvar\": 1892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 474, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4646, \"group\": [4489.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTCCGAAGA\", \"ini\": 3114, \"clust\": 4730, \"rank\": 797, \"rankvar\": 2742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 475, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4647, \"group\": [4731.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCACTCGACG\", \"ini\": 3113, \"clust\": 1763, \"rank\": 708, \"rankvar\": 224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 476, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 864, \"group\": [1764.0, 281.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTCAGGGCATA\", \"ini\": 3112, \"clust\": 2655, \"rank\": 772, \"rankvar\": 2566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 865, \"group\": [2656.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGAGGACGG\", \"ini\": 3111, \"clust\": 4758, \"rank\": 577, \"rankvar\": 4339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 478, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4648, \"group\": [4756.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCGCGCAA\", \"ini\": 3110, \"clust\": 2371, \"rank\": 916, \"rankvar\": 2727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 479, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 866, \"group\": [2374.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTCGCTTG\", \"ini\": 3109, \"clust\": 4670, \"rank\": 563, \"rankvar\": 3645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 480, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4649, \"group\": [4671.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTTGAGGTG\", \"ini\": 3108, \"clust\": 3913, \"rank\": 857, \"rankvar\": 1881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2693, \"group\": [3914.0, 745.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGTCTCG\", \"ini\": 3107, \"clust\": 2699, \"rank\": 1024, \"rankvar\": 782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 867, \"group\": [2699.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAGTATCTG\", \"ini\": 3106, \"clust\": 2357, \"rank\": 581, \"rankvar\": 2493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 868, \"group\": [2358.0, 394.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCGCAAGC\", \"ini\": 3105, \"clust\": 1974, \"rank\": 573, \"rankvar\": 1013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 869, \"group\": [1973.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGCAAATTGCC\", \"ini\": 3104, \"clust\": 4680, \"rank\": 678, \"rankvar\": 1712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 485, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4650, \"group\": [4680.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCACAGATTC\", \"ini\": 3103, \"clust\": 2109, \"rank\": 760, \"rankvar\": 979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 870, \"group\": [2109.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAGTATAAG\", \"ini\": 3102, \"clust\": 1937, \"rank\": 920, \"rankvar\": 484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 487, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 871, \"group\": [1938.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGAGCGAG\", \"ini\": 3101, \"clust\": 4702, \"rank\": 1081, \"rankvar\": 3665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 488, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4651, \"group\": [4710.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTAGCACGA\", \"ini\": 3100, \"clust\": 3723, \"rank\": 474, \"rankvar\": 1653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 489, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2694, \"group\": [3720.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCAAACAACA\", \"ini\": 3099, \"clust\": 2657, \"rank\": 707, \"rankvar\": 2254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 490, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 872, \"group\": [2657.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGCATGAG\", \"ini\": 3098, \"clust\": 139, \"rank\": 451, \"rankvar\": 4377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 491, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 233, \"group\": [138.0, 29.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGCGATAC\", \"ini\": 3097, \"clust\": 2953, \"rank\": 1108, \"rankvar\": 1988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 492, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 873, \"group\": [2954.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCGGTCTAA\", \"ini\": 3096, \"clust\": 2077, \"rank\": 788, \"rankvar\": 1086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 493, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 874, \"group\": [2083.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCGGCGCTA\", \"ini\": 3095, \"clust\": 4810, \"rank\": 958, \"rankvar\": 4129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4652, \"group\": [4809.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGGAGTTTA\", \"ini\": 3094, \"clust\": 4477, \"rank\": 492, \"rankvar\": 4349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 495, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4653, \"group\": [4478.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGATGCGAC\", \"ini\": 3093, \"clust\": 4767, \"rank\": 565, \"rankvar\": 4029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 496, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4654, \"group\": [4765.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCATAACCG\", \"ini\": 3092, \"clust\": 3737, \"rank\": 554, \"rankvar\": 3840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 497, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2695, \"group\": [3734.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTCCCGAG\", \"ini\": 3091, \"clust\": 4672, \"rank\": 464, \"rankvar\": 3517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4655, \"group\": [4673.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCCGTTGTC\", \"ini\": 3090, \"clust\": 1881, \"rank\": 1207, \"rankvar\": 583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 499, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2092, \"group\": [1882.0, 308.0, 54.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATGCAATC\", \"ini\": 3089, \"clust\": 2626, \"rank\": 790, \"rankvar\": 2734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 875, \"group\": [2626.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCATGTAGC\", \"ini\": 3088, \"clust\": 1598, \"rank\": 257, \"rankvar\": 4084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3109, \"group\": [1601.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTCTTCTCG\", \"ini\": 3087, \"clust\": 2689, \"rank\": 590, \"rankvar\": 2055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 876, \"group\": [2692.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCCTAA\", \"ini\": 3086, \"clust\": 2043, \"rank\": 842, \"rankvar\": 294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 877, \"group\": [2044.0, 338.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAAAGAATC\", \"ini\": 3085, \"clust\": 2064, \"rank\": 919, \"rankvar\": 1447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 878, \"group\": [2064.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGACACG\", \"ini\": 3084, \"clust\": 2652, \"rank\": 897, \"rankvar\": 3113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 879, \"group\": [2653.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCTTGTCC\", \"ini\": 3083, \"clust\": 1596, \"rank\": 316, \"rankvar\": 4301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3110, \"group\": [1597.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTCCGACGT\", \"ini\": 3082, \"clust\": 2002, \"rank\": 497, \"rankvar\": 867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 880, \"group\": [2001.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAAGTGGC\", \"ini\": 3081, \"clust\": 4507, \"rank\": 873, \"rankvar\": 2768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4656, \"group\": [4506.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCAGAAGG\", \"ini\": 3080, \"clust\": 4024, \"rank\": 860, \"rankvar\": 3410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2696, \"group\": [4023.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGCGTTCG\", \"ini\": 3079, \"clust\": 4177, \"rank\": 1388, \"rankvar\": 4557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 510, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 51, \"group\": [4177.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGCATCTA\", \"ini\": 3078, \"clust\": 2627, \"rank\": 698, \"rankvar\": 1999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 511, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 881, \"group\": [2627.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGTTTGCC\", \"ini\": 3077, \"clust\": 3100, \"rank\": 1326, \"rankvar\": 3220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 882, \"group\": [3105.0, 428.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCACAAGCCC\", \"ini\": 3076, \"clust\": 2049, \"rank\": 555, \"rankvar\": 2725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 513, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 883, \"group\": [2049.0, 340.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGAGAACG\", \"ini\": 3075, \"clust\": 2564, \"rank\": 627, \"rankvar\": 2386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 884, \"group\": [2564.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGAGCACACAG\", \"ini\": 3074, \"clust\": 4506, \"rank\": 623, \"rankvar\": 3606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4657, \"group\": [4508.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGCGTAAG\", \"ini\": 3073, \"clust\": 3086, \"rank\": 1351, \"rankvar\": 49, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 516, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 885, \"group\": [3087.0, 418.0, 60.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGATATGGT\", \"ini\": 3072, \"clust\": 2082, \"rank\": 738, \"rankvar\": 1480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 886, \"group\": [2081.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTTAGCGG\", \"ini\": 3071, \"clust\": 2387, \"rank\": 1056, \"rankvar\": 1179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 518, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 887, \"group\": [2390.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGTCCCACG\", \"ini\": 3070, \"clust\": 2047, \"rank\": 827, \"rankvar\": 1180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 519, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 888, \"group\": [2047.0, 340.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTGTTTG\", \"ini\": 3069, \"clust\": 2112, \"rank\": 564, \"rankvar\": 1901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 520, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 889, \"group\": [2112.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCAAGCTGGAAC\", \"ini\": 3068, \"clust\": 4125, \"rank\": 1763, \"rankvar\": 3862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 521, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 52, \"group\": [4123.0, 777.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGAGTTGC\", \"ini\": 3067, \"clust\": 4478, \"rank\": 486, \"rankvar\": 3820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4658, \"group\": [4479.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAGTTGTGGCC\", \"ini\": 3066, \"clust\": 3738, \"rank\": 613, \"rankvar\": 4132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 523, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2697, \"group\": [3736.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCACACGC\", \"ini\": 3065, \"clust\": 3979, \"rank\": 838, \"rankvar\": 1326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 524, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2698, \"group\": [3981.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCAAAGTAG\", \"ini\": 3064, \"clust\": 4718, \"rank\": 544, \"rankvar\": 4312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 525, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4659, \"group\": [4719.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTGGTGTAG\", \"ini\": 3063, \"clust\": 2408, \"rank\": 814, \"rankvar\": 1412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 890, \"group\": [2409.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAAGTGTA\", \"ini\": 3062, \"clust\": 4681, \"rank\": 599, \"rankvar\": 3904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 527, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4660, \"group\": [4681.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAGGTCGTC\", \"ini\": 3061, \"clust\": 4662, \"rank\": 754, \"rankvar\": 3932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 528, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4661, \"group\": [4661.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTACGAAAT\", \"ini\": 3060, \"clust\": 2100, \"rank\": 729, \"rankvar\": 450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 891, \"group\": [2104.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGAAAG\", \"ini\": 3059, \"clust\": 4741, \"rank\": 785, \"rankvar\": 2526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 530, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4662, \"group\": [4740.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGGGACA\", \"ini\": 3058, \"clust\": 2105, \"rank\": 747, \"rankvar\": 1158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 892, \"group\": [2108.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGACG\", \"ini\": 3057, \"clust\": 2414, \"rank\": 1102, \"rankvar\": 461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 893, \"group\": [2419.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTAAGTAC\", \"ini\": 3056, \"clust\": 2658, \"rank\": 667, \"rankvar\": 2452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 533, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 894, \"group\": [2658.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTGCAAGC\", \"ini\": 3055, \"clust\": 4678, \"rank\": 671, \"rankvar\": 3030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 534, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4663, \"group\": [4679.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTACAGACG\", \"ini\": 3054, \"clust\": 2054, \"rank\": 852, \"rankvar\": 1552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 895, \"group\": [2054.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATGCCAT\", \"ini\": 3053, \"clust\": 2241, \"rank\": 973, \"rankvar\": 1157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 896, \"group\": [2241.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGTAGCCGA\", \"ini\": 3052, \"clust\": 2646, \"rank\": 845, \"rankvar\": 1830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 897, \"group\": [2647.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGCAGGTA\", \"ini\": 3051, \"clust\": 3719, \"rank\": 510, \"rankvar\": 1841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 538, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2699, \"group\": [3718.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCTCCAAATGC\", \"ini\": 3050, \"clust\": 2382, \"rank\": 904, \"rankvar\": 3611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 898, \"group\": [2385.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGGTCA\", \"ini\": 3049, \"clust\": 3141, \"rank\": 1251, \"rankvar\": 1519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 899, \"group\": [3140.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTTGTTTGG\", \"ini\": 3048, \"clust\": 5154, \"rank\": 1908, \"rankvar\": 1687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 541, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4664, \"group\": [5155.0, 1029.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCGGACC\", \"ini\": 3047, \"clust\": 2628, \"rank\": 748, \"rankvar\": 2129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 900, \"group\": [2629.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAACTGCT\", \"ini\": 3046, \"clust\": 4685, \"rank\": 651, \"rankvar\": 3388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 543, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4665, \"group\": [4685.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCTGATAA\", \"ini\": 3045, \"clust\": 2725, \"rank\": 875, \"rankvar\": 2315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 901, \"group\": [2725.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCATCCGTGG\", \"ini\": 3044, \"clust\": 2101, \"rank\": 822, \"rankvar\": 1367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 545, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 902, \"group\": [2103.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGAACGT\", \"ini\": 3043, \"clust\": 2421, \"rank\": 834, \"rankvar\": 1342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 546, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 903, \"group\": [2422.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGTGGGAA\", \"ini\": 3042, \"clust\": 2659, \"rank\": 905, \"rankvar\": 1329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 904, \"group\": [2660.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGAAGTT\", \"ini\": 3041, \"clust\": 2664, \"rank\": 745, \"rankvar\": 3739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 905, \"group\": [2666.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCCTATTCA\", \"ini\": 3040, \"clust\": 1946, \"rank\": 683, \"rankvar\": 137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 906, \"group\": [1945.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTTCGCAT\", \"ini\": 3039, \"clust\": 2558, \"rank\": 758, \"rankvar\": 2548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 907, \"group\": [2561.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGACATCTACGA\", \"ini\": 3038, \"clust\": 4820, \"rank\": 705, \"rankvar\": 4108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 551, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4666, \"group\": [4824.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAACTGGCC\", \"ini\": 3037, \"clust\": 4499, \"rank\": 940, \"rankvar\": 871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4667, \"group\": [4499.0, 862.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAATCGAAA\", \"ini\": 3036, \"clust\": 1831, \"rank\": 1203, \"rankvar\": 173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 553, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 908, \"group\": [1830.0, 288.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATCACAC\", \"ini\": 3035, \"clust\": 2437, \"rank\": 861, \"rankvar\": 2363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 909, \"group\": [2436.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTGATGTGG\", \"ini\": 3034, \"clust\": 2775, \"rank\": 1071, \"rankvar\": 1865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 910, \"group\": [2778.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGCGTTCCG\", \"ini\": 3033, \"clust\": 2683, \"rank\": 625, \"rankvar\": 1341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 556, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 911, \"group\": [2686.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTAACGGT\", \"ini\": 3032, \"clust\": 3743, \"rank\": 763, \"rankvar\": 3187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 557, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2700, \"group\": [3744.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTAGCATGGCA\", \"ini\": 3031, \"clust\": 2078, \"rank\": 945, \"rankvar\": 1912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 912, \"group\": [2078.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGTACGG\", \"ini\": 3030, \"clust\": 1760, \"rank\": 1119, \"rankvar\": 345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 913, \"group\": [1759.0, 280.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAGAGCCAA\", \"ini\": 3029, \"clust\": 2412, \"rank\": 870, \"rankvar\": 2065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 914, \"group\": [2413.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCGTTCCG\", \"ini\": 3028, \"clust\": 4708, \"rank\": 840, \"rankvar\": 3334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 561, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4668, \"group\": [4707.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCTGCGAA\", \"ini\": 3027, \"clust\": 2235, \"rank\": 1190, \"rankvar\": 2457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 915, \"group\": [2238.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCGGCTACG\", \"ini\": 3026, \"clust\": 2092, \"rank\": 661, \"rankvar\": 1490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 916, \"group\": [2097.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCCATGCTC\", \"ini\": 3025, \"clust\": 2600, \"rank\": 679, \"rankvar\": 2056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 564, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 917, \"group\": [2600.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGATCAGCCTAA\", \"ini\": 3024, \"clust\": 2624, \"rank\": 816, \"rankvar\": 2226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 918, \"group\": [2624.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCGAACA\", \"ini\": 3023, \"clust\": 2573, \"rank\": 906, \"rankvar\": 1542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 919, \"group\": [2573.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGAAATA\", \"ini\": 3022, \"clust\": 2674, \"rank\": 691, \"rankvar\": 2891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 567, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 920, \"group\": [2674.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGCTTCC\", \"ini\": 3021, \"clust\": 2676, \"rank\": 854, \"rankvar\": 3567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 921, \"group\": [2676.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTATCTG\", \"ini\": 3020, \"clust\": 4835, \"rank\": 775, \"rankvar\": 4435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 569, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4669, \"group\": [4833.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGATATGCA\", \"ini\": 3019, \"clust\": 1597, \"rank\": 641, \"rankvar\": 436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3111, \"group\": [1598.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCATCATTC\", \"ini\": 3018, \"clust\": 2967, \"rank\": 1070, \"rankvar\": 2762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 922, \"group\": [2968.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACCGAATT\", \"ini\": 3017, \"clust\": 4779, \"rank\": 1120, \"rankvar\": 4010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 572, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4670, \"group\": [4777.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTGAGTGT\", \"ini\": 3016, \"clust\": 1756, \"rank\": 1310, \"rankvar\": 440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 573, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 923, \"group\": [1755.0, 279.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGCAATTA\", \"ini\": 3015, \"clust\": 1684, \"rank\": 917, \"rankvar\": 1074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 924, \"group\": [1687.0, 236.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACTCCTG\", \"ini\": 3014, \"clust\": 4092, \"rank\": 918, \"rankvar\": 3349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 575, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2701, \"group\": [4091.0, 766.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTCATCC\", \"ini\": 3013, \"clust\": 2586, \"rank\": 1022, \"rankvar\": 1724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 925, \"group\": [2587.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGAACAACT\", \"ini\": 3012, \"clust\": 2616, \"rank\": 1198, \"rankvar\": 1154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 577, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 926, \"group\": [2619.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCATCAGTAC\", \"ini\": 3011, \"clust\": 1593, \"rank\": 247, \"rankvar\": 4915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3112, \"group\": [1594.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGTACATGA\", \"ini\": 3010, \"clust\": 2754, \"rank\": 899, \"rankvar\": 1194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 927, \"group\": [2755.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCCAATGGT\", \"ini\": 3009, \"clust\": 2091, \"rank\": 811, \"rankvar\": 1336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 928, \"group\": [2091.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTCGTACT\", \"ini\": 3008, \"clust\": 4773, \"rank\": 629, \"rankvar\": 3974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 581, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4671, \"group\": [4773.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTTGTTGG\", \"ini\": 3007, \"clust\": 2595, \"rank\": 909, \"rankvar\": 370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 582, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 929, \"group\": [2596.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACATGTCTCC\", \"ini\": 3006, \"clust\": 4165, \"rank\": 1875, \"rankvar\": 4210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 583, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 53, \"group\": [4163.0, 788.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTTGAGTTC\", \"ini\": 3005, \"clust\": 2663, \"rank\": 913, \"rankvar\": 2468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 584, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 930, \"group\": [2667.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCGTTTAC\", \"ini\": 3004, \"clust\": 4854, \"rank\": 1158, \"rankvar\": 1976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 585, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4672, \"group\": [4854.0, 894.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTTGAGGTG\", \"ini\": 3003, \"clust\": 4679, \"rank\": 668, \"rankvar\": 2410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 586, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4673, \"group\": [4682.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTACGAAAT\", \"ini\": 3002, \"clust\": 2153, \"rank\": 1063, \"rankvar\": 1209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 931, \"group\": [2154.0, 364.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCGTGGTCG\", \"ini\": 3001, \"clust\": 2572, \"rank\": 862, \"rankvar\": 1641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 932, \"group\": [2572.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTGTGTCGCTG\", \"ini\": 3000, \"clust\": 4173, \"rank\": 1701, \"rankvar\": 4404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 589, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 54, \"group\": [4171.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACAGTACACCT\", \"ini\": 2999, \"clust\": 2700, \"rank\": 983, \"rankvar\": 820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 590, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 933, \"group\": [2700.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGGAGGTA\", \"ini\": 2998, \"clust\": 4531, \"rank\": 588, \"rankvar\": 1993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 591, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4674, \"group\": [4535.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGGTAACG\", \"ini\": 2997, \"clust\": 2130, \"rank\": 1156, \"rankvar\": 1963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 934, \"group\": [2132.0, 351.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACGAAA\", \"ini\": 2996, \"clust\": 4555, \"rank\": 470, \"rankvar\": 4049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 593, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4675, \"group\": [4552.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCCTGTT\", \"ini\": 2995, \"clust\": 4780, \"rank\": 980, \"rankvar\": 2665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 594, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4676, \"group\": [4778.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATGTTGTCTTT\", \"ini\": 2994, \"clust\": 2375, \"rank\": 848, \"rankvar\": 1866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 595, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 935, \"group\": [2378.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCGCCGTGA\", \"ini\": 2993, \"clust\": 4682, \"rank\": 895, \"rankvar\": 4042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 596, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4677, \"group\": [4683.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATCGCTC\", \"ini\": 2992, \"clust\": 2037, \"rank\": 821, \"rankvar\": 1827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 936, \"group\": [2037.0, 337.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCCTGCCAT\", \"ini\": 2991, \"clust\": 1702, \"rank\": 1319, \"rankvar\": 91, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 937, \"group\": [1703.0, 248.0, 48.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTGACCAAG\", \"ini\": 2990, \"clust\": 4520, \"rank\": 743, \"rankvar\": 2242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4678, \"group\": [4521.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTACGAAAT\", \"ini\": 2989, \"clust\": 4574, \"rank\": 1273, \"rankvar\": 1578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 600, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4679, \"group\": [4577.0, 874.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTAAGGTCATCT\", \"ini\": 2988, \"clust\": 2151, \"rank\": 1104, \"rankvar\": 1327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 938, \"group\": [2151.0, 363.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCGAGAACG\", \"ini\": 2987, \"clust\": 1932, \"rank\": 1136, \"rankvar\": 373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 939, \"group\": [1932.0, 332.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCGAGCCCA\", \"ini\": 2986, \"clust\": 2400, \"rank\": 882, \"rankvar\": 1104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 940, \"group\": [2401.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGTACGCCC\", \"ini\": 2985, \"clust\": 4792, \"rank\": 868, \"rankvar\": 3958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4680, \"group\": [4790.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCTTACCTA\", \"ini\": 2984, \"clust\": 3129, \"rank\": 1262, \"rankvar\": 900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 941, \"group\": [3130.0, 439.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGAACTCGG\", \"ini\": 2983, \"clust\": 4665, \"rank\": 473, \"rankvar\": 3671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 606, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4681, \"group\": [4664.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGGAT\", \"ini\": 2982, \"clust\": 1835, \"rank\": 1017, \"rankvar\": 548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 607, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 942, \"group\": [1836.0, 289.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTGCTCTTC\", \"ini\": 2981, \"clust\": 1601, \"rank\": 413, \"rankvar\": 3073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 608, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3113, \"group\": [1602.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGACGCAA\", \"ini\": 2980, \"clust\": 4715, \"rank\": 839, \"rankvar\": 3078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 609, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4682, \"group\": [4722.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCACTGTCGG\", \"ini\": 2979, \"clust\": 4836, \"rank\": 935, \"rankvar\": 4304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4683, \"group\": [4834.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTGCAGGTA\", \"ini\": 2978, \"clust\": 2359, \"rank\": 1151, \"rankvar\": 3694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 943, \"group\": [2362.0, 395.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTGAGCGAT\", \"ini\": 2977, \"clust\": 4102, \"rank\": 783, \"rankvar\": 4749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 612, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2702, \"group\": [4140.0, 782.0, 124.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCACATACG\", \"ini\": 2976, \"clust\": 5030, \"rank\": 725, \"rankvar\": 2426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 613, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3957, \"group\": [5031.0, 983.0, 159.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTTCAGTTCGA\", \"ini\": 2975, \"clust\": 2742, \"rank\": 1340, \"rankvar\": 2836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 944, \"group\": [2742.0, 402.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCCTTGACC\", \"ini\": 2974, \"clust\": 2644, \"rank\": 1029, \"rankvar\": 1710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 945, \"group\": [2645.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATCGATGT\", \"ini\": 2973, \"clust\": 2316, \"rank\": 1069, \"rankvar\": 1868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 616, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 946, \"group\": [2318.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCCAAAGTC\", \"ini\": 2972, \"clust\": 2031, \"rank\": 878, \"rankvar\": 1630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 947, \"group\": [2032.0, 335.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCCGAAGAG\", \"ini\": 2971, \"clust\": 44, \"rank\": 1568, \"rankvar\": 4651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 618, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5211, \"group\": [45.0, 13.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGAAACCTA\", \"ini\": 2970, \"clust\": 4103, \"rank\": 1546, \"rankvar\": 2006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 55, \"group\": [4108.0, 773.0, 123.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCGACGGAA\", \"ini\": 2969, \"clust\": 3717, \"rank\": 764, \"rankvar\": 1731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 620, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2703, \"group\": [3716.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACCAGTTA\", \"ini\": 2968, \"clust\": 2902, \"rank\": 1005, \"rankvar\": 3430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 948, \"group\": [2902.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTCTGGAGA\", \"ini\": 2967, \"clust\": 2390, \"rank\": 1002, \"rankvar\": 1615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 949, \"group\": [2391.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCATCGGAT\", \"ini\": 2966, \"clust\": 2402, \"rank\": 914, \"rankvar\": 1052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 950, \"group\": [2403.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGGTAAG\", \"ini\": 2965, \"clust\": 2117, \"rank\": 911, \"rankvar\": 896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 951, \"group\": [2119.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCTTGACC\", \"ini\": 2964, \"clust\": 2098, \"rank\": 740, \"rankvar\": 417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 625, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 952, \"group\": [2099.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACAGAGA\", \"ini\": 2963, \"clust\": 2565, \"rank\": 781, \"rankvar\": 2579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 953, \"group\": [2565.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACATCCA\", \"ini\": 2962, \"clust\": 4675, \"rank\": 571, \"rankvar\": 4196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4684, \"group\": [4675.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAGCCTAT\", \"ini\": 2961, \"clust\": 4529, \"rank\": 662, \"rankvar\": 2815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 628, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4685, \"group\": [4529.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTAGAGC\", \"ini\": 2960, \"clust\": 4716, \"rank\": 1088, \"rankvar\": 2064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 629, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4686, \"group\": [4721.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTAGCGTGA\", \"ini\": 2959, \"clust\": 2040, \"rank\": 1320, \"rankvar\": 424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 954, \"group\": [2040.0, 338.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTGAGGGAG\", \"ini\": 2958, \"clust\": 4671, \"rank\": 648, \"rankvar\": 3403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 631, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4687, \"group\": [4672.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTAGCCTAT\", \"ini\": 2957, \"clust\": 3142, \"rank\": 1426, \"rankvar\": 508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 955, \"group\": [3141.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCATACCATG\", \"ini\": 2956, \"clust\": 4076, \"rank\": 1536, \"rankvar\": 4275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 633, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2704, \"group\": [4074.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTGCAGTAG\", \"ini\": 2955, \"clust\": 4787, \"rank\": 1084, \"rankvar\": 2062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 634, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4688, \"group\": [4787.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACGCTTTC\", \"ini\": 2954, \"clust\": 4781, \"rank\": 1181, \"rankvar\": 3130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 635, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4689, \"group\": [4780.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCGACAT\", \"ini\": 2953, \"clust\": 2106, \"rank\": 994, \"rankvar\": 840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 956, \"group\": [2106.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTATGTGG\", \"ini\": 2952, \"clust\": 2946, \"rank\": 1150, \"rankvar\": 3272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 637, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 957, \"group\": [2945.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTAGCGGT\", \"ini\": 2951, \"clust\": 3131, \"rank\": 1658, \"rankvar\": 2567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 958, \"group\": [3143.0, 441.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACTCTTA\", \"ini\": 2950, \"clust\": 2070, \"rank\": 1007, \"rankvar\": 1645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 639, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 959, \"group\": [2071.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACTTACGA\", \"ini\": 2949, \"clust\": 2041, \"rank\": 997, \"rankvar\": 1159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 960, \"group\": [2041.0, 338.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTCAGATAA\", \"ini\": 2948, \"clust\": 1499, \"rank\": 799, \"rankvar\": 3279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 641, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3958, \"group\": [1501.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTGATAAGT\", \"ini\": 2947, \"clust\": 1883, \"rank\": 1122, \"rankvar\": 1318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 642, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2093, \"group\": [1887.0, 313.0, 54.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGTGAGA\", \"ini\": 2946, \"clust\": 2239, \"rank\": 959, \"rankvar\": 1458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 961, \"group\": [2239.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGGGTCT\", \"ini\": 2945, \"clust\": 2568, \"rank\": 850, \"rankvar\": 1906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 962, \"group\": [2569.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCTCGGATGTT\", \"ini\": 2944, \"clust\": 3724, \"rank\": 726, \"rankvar\": 2920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2705, \"group\": [3721.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCCAAGTAATG\", \"ini\": 2943, \"clust\": 2519, \"rank\": 1034, \"rankvar\": 2973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 646, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 963, \"group\": [2518.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAACACAGTCGC\", \"ini\": 2942, \"clust\": 4502, \"rank\": 1046, \"rankvar\": 1089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 647, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4690, \"group\": [4505.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTCGAGTA\", \"ini\": 2941, \"clust\": 4493, \"rank\": 593, \"rankvar\": 3608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 648, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4691, \"group\": [4493.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCTCACCT\", \"ini\": 2940, \"clust\": 4552, \"rank\": 508, \"rankvar\": 3418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 649, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4692, \"group\": [4550.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTTCAACCA\", \"ini\": 2939, \"clust\": 2102, \"rank\": 1051, \"rankvar\": 890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 964, \"group\": [2102.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACACATGT\", \"ini\": 2938, \"clust\": 2458, \"rank\": 828, \"rankvar\": 2236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 651, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 965, \"group\": [2459.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTGCACTTA\", \"ini\": 2937, \"clust\": 1927, \"rank\": 921, \"rankvar\": 333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 966, \"group\": [1929.0, 331.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTTACGTCA\", \"ini\": 2936, \"clust\": 3104, \"rank\": 1338, \"rankvar\": 1759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 653, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 967, \"group\": [3104.0, 427.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTTGGGTA\", \"ini\": 2935, \"clust\": 2721, \"rank\": 1172, \"rankvar\": 2407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 968, \"group\": [2724.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTATTACCG\", \"ini\": 2934, \"clust\": 4476, \"rank\": 552, \"rankvar\": 4144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 655, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4693, \"group\": [4476.0, 858.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGGCTCAGA\", \"ini\": 2933, \"clust\": 4743, \"rank\": 1042, \"rankvar\": 3368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 656, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4694, \"group\": [4743.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCACTCCTG\", \"ini\": 2932, \"clust\": 2707, \"rank\": 1025, \"rankvar\": 3185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 969, \"group\": [2708.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAGACGCTC\", \"ini\": 2931, \"clust\": 2317, \"rank\": 1161, \"rankvar\": 1802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 970, \"group\": [2316.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTGACTACT\", \"ini\": 2930, \"clust\": 2115, \"rank\": 977, \"rankvar\": 1740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 659, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 971, \"group\": [2115.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAGGTACC\", \"ini\": 2929, \"clust\": 2597, \"rank\": 1016, \"rankvar\": 2263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 972, \"group\": [2595.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCACCATCCT\", \"ini\": 2928, \"clust\": 2566, \"rank\": 982, \"rankvar\": 2086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 973, \"group\": [2567.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTAGTGCTGCC\", \"ini\": 2927, \"clust\": 2240, \"rank\": 1113, \"rankvar\": 742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 662, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 974, \"group\": [2240.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGGCTT\", \"ini\": 2926, \"clust\": 2583, \"rank\": 1144, \"rankvar\": 2591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 663, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 975, \"group\": [2582.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCTACAGA\", \"ini\": 2925, \"clust\": 4575, \"rank\": 1061, \"rankvar\": 1550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 664, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4695, \"group\": [4575.0, 874.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACAGTAGGTGC\", \"ini\": 2924, \"clust\": 2920, \"rank\": 1145, \"rankvar\": 3173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 665, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 976, \"group\": [2919.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTTATCTG\", \"ini\": 2923, \"clust\": 4861, \"rank\": 1675, \"rankvar\": 3516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 666, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4696, \"group\": [4859.0, 897.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGCGGTAA\", \"ini\": 2922, \"clust\": 2599, \"rank\": 888, \"rankvar\": 1189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 977, \"group\": [2599.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTCTAGAGG\", \"ini\": 2921, \"clust\": 3718, \"rank\": 752, \"rankvar\": 3717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2706, \"group\": [3717.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCGTTTGCC\", \"ini\": 2920, \"clust\": 3127, \"rank\": 1201, \"rankvar\": 1088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 978, \"group\": [3128.0, 439.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTGTTTGT\", \"ini\": 2919, \"clust\": 4668, \"rank\": 733, \"rankvar\": 3826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 670, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4697, \"group\": [4667.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCATAAAGG\", \"ini\": 2918, \"clust\": 2395, \"rank\": 1236, \"rankvar\": 429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 671, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 979, \"group\": [2395.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTTCAACCA\", \"ini\": 2917, \"clust\": 4808, \"rank\": 1146, \"rankvar\": 3780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 672, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4698, \"group\": [4807.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTACTCTCC\", \"ini\": 2916, \"clust\": 3105, \"rank\": 1689, \"rankvar\": 2060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 673, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 980, \"group\": [3106.0, 429.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGGTGTGT\", \"ini\": 2915, \"clust\": 2474, \"rank\": 927, \"rankvar\": 3387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 981, \"group\": [2474.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTGTCTTT\", \"ini\": 2914, \"clust\": 2032, \"rank\": 1202, \"rankvar\": 45, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 982, \"group\": [2036.0, 336.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAATTCCC\", \"ini\": 2913, \"clust\": 2084, \"rank\": 652, \"rankvar\": 2689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 983, \"group\": [2088.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAGCGCTC\", \"ini\": 2912, \"clust\": 4826, \"rank\": 1118, \"rankvar\": 3704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 677, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4699, \"group\": [4825.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTGCAGACA\", \"ini\": 2911, \"clust\": 3730, \"rank\": 669, \"rankvar\": 3867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 678, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2707, \"group\": [3739.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCAATAAGG\", \"ini\": 2910, \"clust\": 4707, \"rank\": 876, \"rankvar\": 1874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 679, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4700, \"group\": [4709.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCACCAGGC\", \"ini\": 2909, \"clust\": 3037, \"rank\": 1365, \"rankvar\": 1021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 984, \"group\": [3040.0, 411.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGTTAAGA\", \"ini\": 2908, \"clust\": 4179, \"rank\": 1828, \"rankvar\": 4625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 681, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 56, \"group\": [4176.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAGGGCT\", \"ini\": 2907, \"clust\": 2413, \"rank\": 1154, \"rankvar\": 1059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 985, \"group\": [2414.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAAGTAGTA\", \"ini\": 2906, \"clust\": 2326, \"rank\": 1157, \"rankvar\": 1131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 986, \"group\": [2326.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCATCTATGG\", \"ini\": 2905, \"clust\": 3069, \"rank\": 1496, \"rankvar\": 3501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 987, \"group\": [3072.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGGACGAAA\", \"ini\": 2904, \"clust\": 4762, \"rank\": 784, \"rankvar\": 4300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 685, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4701, \"group\": [4759.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTCGAGTTT\", \"ini\": 2903, \"clust\": 2647, \"rank\": 1142, \"rankvar\": 1926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 988, \"group\": [2648.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTAAGTGGC\", \"ini\": 2902, \"clust\": 2641, \"rank\": 1149, \"rankvar\": 1321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 989, \"group\": [2643.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCTCATGTCCC\", \"ini\": 2901, \"clust\": 2351, \"rank\": 1045, \"rankvar\": 2333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 990, \"group\": [2352.0, 392.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATGCCTAA\", \"ini\": 2900, \"clust\": 4911, \"rank\": 1176, \"rankvar\": 898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 689, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4702, \"group\": [4913.0, 921.0, 146.0, 33.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCAACGAAA\", \"ini\": 2899, \"clust\": 5160, \"rank\": 1666, \"rankvar\": 743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 991, \"group\": [5161.0, 1034.0, 166.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATGGAGC\", \"ini\": 2898, \"clust\": 4530, \"rank\": 737, \"rankvar\": 3971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 691, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4703, \"group\": [4530.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGAAACCTA\", \"ini\": 2897, \"clust\": 2762, \"rank\": 1126, \"rankvar\": 2900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 692, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 992, \"group\": [2763.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCCTTGACC\", \"ini\": 2896, \"clust\": 2760, \"rank\": 1006, \"rankvar\": 3790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 993, \"group\": [2761.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGTGGACGT\", \"ini\": 2895, \"clust\": 3725, \"rank\": 1073, \"rankvar\": 2325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2708, \"group\": [3725.0, 701.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCGAGAGCA\", \"ini\": 2894, \"clust\": 2823, \"rank\": 825, \"rankvar\": 3264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 994, \"group\": [2824.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAAATTGCC\", \"ini\": 2893, \"clust\": 3983, \"rank\": 1143, \"rankvar\": 2873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2709, \"group\": [3983.0, 753.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTGCTG\", \"ini\": 2892, \"clust\": 3715, \"rank\": 926, \"rankvar\": 2967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2710, \"group\": [3714.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACCAGGCTGAA\", \"ini\": 2891, \"clust\": 2422, \"rank\": 995, \"rankvar\": 477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 995, \"group\": [2423.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCGTTCCG\", \"ini\": 2890, \"clust\": 2060, \"rank\": 1380, \"rankvar\": 641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 996, \"group\": [2060.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCCGAACC\", \"ini\": 2889, \"clust\": 1898, \"rank\": 1082, \"rankvar\": 266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 700, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 997, \"group\": [1899.0, 319.0, 57.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCTTCTCG\", \"ini\": 2888, \"clust\": 5152, \"rank\": 1739, \"rankvar\": 96, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 701, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4704, \"group\": [5153.0, 1028.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGTGTTAGA\", \"ini\": 2887, \"clust\": 2660, \"rank\": 985, \"rankvar\": 1928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 702, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 998, \"group\": [2661.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTAAGTGTA\", \"ini\": 2886, \"clust\": 2534, \"rank\": 955, \"rankvar\": 3436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 999, \"group\": [2533.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGGGTTCCC\", \"ini\": 2885, \"clust\": 3712, \"rank\": 890, \"rankvar\": 1953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 704, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2711, \"group\": [3712.0, 698.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGTTTA\", \"ini\": 2884, \"clust\": 4510, \"rank\": 970, \"rankvar\": 3781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 705, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4705, \"group\": [4510.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTTTAAGCC\", \"ini\": 2883, \"clust\": 4194, \"rank\": 1917, \"rankvar\": 4802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 706, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 57, \"group\": [4191.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTAAGGGAA\", \"ini\": 2882, \"clust\": 4554, \"rank\": 675, \"rankvar\": 2712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 707, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4706, \"group\": [4554.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATCTGTT\", \"ini\": 2881, \"clust\": 2373, \"rank\": 1131, \"rankvar\": 2814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1000, \"group\": [2371.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGATACACA\", \"ini\": 2880, \"clust\": 4516, \"rank\": 986, \"rankvar\": 2787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 709, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4707, \"group\": [4514.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTAAATGTG\", \"ini\": 2879, \"clust\": 2577, \"rank\": 1195, \"rankvar\": 2174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1001, \"group\": [2581.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGTAGCCGA\", \"ini\": 2878, \"clust\": 2393, \"rank\": 976, \"rankvar\": 1804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1002, \"group\": [2394.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTATTG\", \"ini\": 2877, \"clust\": 2563, \"rank\": 886, \"rankvar\": 2360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1003, \"group\": [2566.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCAAGCTGAG\", \"ini\": 2876, \"clust\": 4755, \"rank\": 1038, \"rankvar\": 4117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 713, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4708, \"group\": [4758.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCGTAATA\", \"ini\": 2875, \"clust\": 2696, \"rank\": 1138, \"rankvar\": 3192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1004, \"group\": [2695.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCAACTCTT\", \"ini\": 2874, \"clust\": 2697, \"rank\": 1019, \"rankvar\": 863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 715, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1005, \"group\": [2696.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCTCTTGTCAT\", \"ini\": 2873, \"clust\": 2396, \"rank\": 1114, \"rankvar\": 352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 716, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1006, \"group\": [2396.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCAGATCG\", \"ini\": 2872, \"clust\": 2569, \"rank\": 934, \"rankvar\": 1435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 717, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1007, \"group\": [2570.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCACGTGG\", \"ini\": 2871, \"clust\": 2872, \"rank\": 1240, \"rankvar\": 1099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1008, \"group\": [2872.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTCAAGCCTAT\", \"ini\": 2870, \"clust\": 2470, \"rank\": 1072, \"rankvar\": 2334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 719, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1009, \"group\": [2472.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCACTATTC\", \"ini\": 2869, \"clust\": 4763, \"rank\": 884, \"rankvar\": 4011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 720, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4709, \"group\": [4760.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGCATGGCA\", \"ini\": 2868, \"clust\": 4494, \"rank\": 937, \"rankvar\": 3752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 721, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4710, \"group\": [4494.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCACGGTGTC\", \"ini\": 2867, \"clust\": 4546, \"rank\": 618, \"rankvar\": 3282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 722, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4711, \"group\": [4556.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAGATGAGC\", \"ini\": 2866, \"clust\": 2526, \"rank\": 915, \"rankvar\": 4096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 723, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1010, \"group\": [2526.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTCTCCACT\", \"ini\": 2865, \"clust\": 2131, \"rank\": 1372, \"rankvar\": 605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 724, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1011, \"group\": [2130.0, 351.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTCTCGG\", \"ini\": 2864, \"clust\": 2716, \"rank\": 1180, \"rankvar\": 3874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 725, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1012, \"group\": [2715.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAATGTTGC\", \"ini\": 2863, \"clust\": 2705, \"rank\": 1238, \"rankvar\": 928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1013, \"group\": [2706.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGTCTCA\", \"ini\": 2862, \"clust\": 4491, \"rank\": 1259, \"rankvar\": 1859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 727, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4712, \"group\": [4491.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCTGT\", \"ini\": 2861, \"clust\": 2346, \"rank\": 1216, \"rankvar\": 2035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 728, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1014, \"group\": [2347.0, 391.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGGGCATGT\", \"ini\": 2860, \"clust\": 4719, \"rank\": 981, \"rankvar\": 3450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 729, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4713, \"group\": [4718.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGACATGGGACA\", \"ini\": 2859, \"clust\": 2957, \"rank\": 1332, \"rankvar\": 2175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1015, \"group\": [2955.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTTCCGGCA\", \"ini\": 2858, \"clust\": 3083, \"rank\": 1479, \"rankvar\": 1185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 731, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1016, \"group\": [3083.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAAGGATT\", \"ini\": 2857, \"clust\": 4806, \"rank\": 1230, \"rankvar\": 1357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 732, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4714, \"group\": [4808.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATCGATTG\", \"ini\": 2856, \"clust\": 1501, \"rank\": 795, \"rankvar\": 3310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 733, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3959, \"group\": [1498.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTAAGTAGT\", \"ini\": 2855, \"clust\": 4770, \"rank\": 933, \"rankvar\": 3292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4715, \"group\": [4770.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGGTAGA\", \"ini\": 2854, \"clust\": 1757, \"rank\": 1436, \"rankvar\": 248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1017, \"group\": [1756.0, 279.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACATGTC\", \"ini\": 2853, \"clust\": 2113, \"rank\": 952, \"rankvar\": 1475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 736, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1018, \"group\": [2113.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCAGTGACTCT\", \"ini\": 2852, \"clust\": 4576, \"rank\": 1020, \"rankvar\": 4059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4716, \"group\": [4576.0, 874.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCAACGCACC\", \"ini\": 2851, \"clust\": 2119, \"rank\": 1015, \"rankvar\": 969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1019, \"group\": [2118.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAGTAGTGAAT\", \"ini\": 2850, \"clust\": 2617, \"rank\": 1057, \"rankvar\": 2524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1020, \"group\": [2618.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCCCATTAT\", \"ini\": 2849, \"clust\": 2039, \"rank\": 1229, \"rankvar\": 591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1021, \"group\": [2042.0, 338.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCAAGCCTA\", \"ini\": 2848, \"clust\": 2271, \"rank\": 793, \"rankvar\": 4376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1022, \"group\": [2270.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCCGTAGTA\", \"ini\": 2847, \"clust\": 4660, \"rank\": 1012, \"rankvar\": 3370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 742, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4717, \"group\": [4662.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCCATGCTC\", \"ini\": 2846, \"clust\": 2515, \"rank\": 1033, \"rankvar\": 2083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 743, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1023, \"group\": [2521.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGTGGAGTC\", \"ini\": 2845, \"clust\": 4839, \"rank\": 1265, \"rankvar\": 3342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 744, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4718, \"group\": [4837.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCAGCTGGC\", \"ini\": 2844, \"clust\": 2562, \"rank\": 1004, \"rankvar\": 2258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 745, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1024, \"group\": [2563.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGAGTATA\", \"ini\": 2843, \"clust\": 4759, \"rank\": 885, \"rankvar\": 4072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 746, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4719, \"group\": [4757.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTCTTGAT\", \"ini\": 2842, \"clust\": 4514, \"rank\": 1111, \"rankvar\": 2516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 747, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4720, \"group\": [4517.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACGGTTTA\", \"ini\": 2841, \"clust\": 1755, \"rank\": 1451, \"rankvar\": 746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1025, \"group\": [1757.0, 279.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCTCACCT\", \"ini\": 2840, \"clust\": 3080, \"rank\": 1182, \"rankvar\": 1121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1026, \"group\": [3080.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCGTCTTC\", \"ini\": 2839, \"clust\": 4811, \"rank\": 887, \"rankvar\": 3547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 750, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4721, \"group\": [4810.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAGTAGGCTGA\", \"ini\": 2838, \"clust\": 4164, \"rank\": 2114, \"rankvar\": 5022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 751, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 58, \"group\": [4161.0, 788.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACACCGATAT\", \"ini\": 2837, \"clust\": 2619, \"rank\": 1186, \"rankvar\": 1880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1027, \"group\": [2617.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATGCCTAA\", \"ini\": 2836, \"clust\": 2706, \"rank\": 1107, \"rankvar\": 2718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 753, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1028, \"group\": [2707.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTAGTATGACA\", \"ini\": 2835, \"clust\": 2950, \"rank\": 1125, \"rankvar\": 1618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1029, \"group\": [2949.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCTTGTTTG\", \"ini\": 2834, \"clust\": 2315, \"rank\": 1363, \"rankvar\": 2165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1030, \"group\": [2319.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCATCGGACC\", \"ini\": 2833, \"clust\": 2701, \"rank\": 1174, \"rankvar\": 3066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 756, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1031, \"group\": [2702.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAATACAG\", \"ini\": 2832, \"clust\": 2632, \"rank\": 1098, \"rankvar\": 2383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1032, \"group\": [2635.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGTACCT\", \"ini\": 2831, \"clust\": 3096, \"rank\": 1650, \"rankvar\": 3354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1033, \"group\": [3095.0, 422.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAAGCGTAG\", \"ini\": 2830, \"clust\": 1747, \"rank\": 2014, \"rankvar\": 1701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 759, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1034, \"group\": [1750.0, 276.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCAATGGAAT\", \"ini\": 2829, \"clust\": 2873, \"rank\": 1323, \"rankvar\": 1893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1035, \"group\": [2873.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCTGCTTGC\", \"ini\": 2828, \"clust\": 2630, \"rank\": 992, \"rankvar\": 3023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 761, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1036, \"group\": [2631.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTGTATGGG\", \"ini\": 2827, \"clust\": 4226, \"rank\": 2781, \"rankvar\": 5150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 762, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 59, \"group\": [4227.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCGGCTACG\", \"ini\": 2826, \"clust\": 2427, \"rank\": 1166, \"rankvar\": 232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1037, \"group\": [2427.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAAACAC\", \"ini\": 2825, \"clust\": 2233, \"rank\": 1590, \"rankvar\": 1286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1038, \"group\": [2232.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTACTTAGC\", \"ini\": 2824, \"clust\": 2459, \"rank\": 984, \"rankvar\": 3392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 765, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1039, \"group\": [2460.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTGGGTATG\", \"ini\": 2823, \"clust\": 2107, \"rank\": 815, \"rankvar\": 991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1040, \"group\": [2107.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCATCCAACA\", \"ini\": 2822, \"clust\": 2423, \"rank\": 1228, \"rankvar\": 2417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 767, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1041, \"group\": [2424.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCGTCGTTC\", \"ini\": 2821, \"clust\": 2601, \"rank\": 928, \"rankvar\": 2116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1042, \"group\": [2601.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAAGTCACGCC\", \"ini\": 2820, \"clust\": 4714, \"rank\": 1455, \"rankvar\": 2455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 769, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4722, \"group\": [4712.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGGTGTA\", \"ini\": 2819, \"clust\": 2729, \"rank\": 1283, \"rankvar\": 2626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1043, \"group\": [2728.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCTCCTATA\", \"ini\": 2818, \"clust\": 3321, \"rank\": 2164, \"rankvar\": 3765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1044, \"group\": [3321.0, 502.0, 74.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCGCCTTG\", \"ini\": 2817, \"clust\": 1502, \"rank\": 819, \"rankvar\": 4261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3960, \"group\": [1499.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTAGCTAAA\", \"ini\": 2816, \"clust\": 3716, \"rank\": 1128, \"rankvar\": 2550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2712, \"group\": [3715.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTCTGTCG\", \"ini\": 2815, \"clust\": 2367, \"rank\": 1253, \"rankvar\": 435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1045, \"group\": [2366.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTCACCTAA\", \"ini\": 2814, \"clust\": 2354, \"rank\": 1604, \"rankvar\": 3541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 775, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1046, \"group\": [2356.0, 393.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACATCCTTGC\", \"ini\": 2813, \"clust\": 1730, \"rank\": 1939, \"rankvar\": 1063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 776, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1047, \"group\": [1733.0, 269.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGAATTGTG\", \"ini\": 2812, \"clust\": 1703, \"rank\": 1798, \"rankvar\": 445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1048, \"group\": [1704.0, 249.0, 48.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGGTATCG\", \"ini\": 2811, \"clust\": 4709, \"rank\": 1457, \"rankvar\": 3365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 778, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4723, \"group\": [4708.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTCCACAA\", \"ini\": 2810, \"clust\": 4522, \"rank\": 1091, \"rankvar\": 2959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 779, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4724, \"group\": [4523.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGCATCG\", \"ini\": 2809, \"clust\": 4077, \"rank\": 1748, \"rankvar\": 2148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 780, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2713, \"group\": [4075.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTATATCCG\", \"ini\": 2808, \"clust\": 2518, \"rank\": 1189, \"rankvar\": 2684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1049, \"group\": [2520.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGTAGATC\", \"ini\": 2807, \"clust\": 2648, \"rank\": 1200, \"rankvar\": 736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1050, \"group\": [2649.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGGACCACA\", \"ini\": 2806, \"clust\": 2057, \"rank\": 1390, \"rankvar\": 701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 783, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1051, \"group\": [2058.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTAAAGTG\", \"ini\": 2805, \"clust\": 2591, \"rank\": 1115, \"rankvar\": 853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1052, \"group\": [2591.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCAGTCCTTC\", \"ini\": 2804, \"clust\": 2631, \"rank\": 941, \"rankvar\": 2467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 785, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1053, \"group\": [2632.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCATGCAT\", \"ini\": 2803, \"clust\": 2079, \"rank\": 1312, \"rankvar\": 1120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1054, \"group\": [2079.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCACGACTA\", \"ini\": 2802, \"clust\": 3733, \"rank\": 844, \"rankvar\": 4539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 787, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2714, \"group\": [3730.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCTCGATGA\", \"ini\": 2801, \"clust\": 2643, \"rank\": 1249, \"rankvar\": 3389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1055, \"group\": [2642.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGACTTGAA\", \"ini\": 2800, \"clust\": 2394, \"rank\": 1430, \"rankvar\": 422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1056, \"group\": [2397.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGCCAGGAT\", \"ini\": 2799, \"clust\": 2650, \"rank\": 1127, \"rankvar\": 1803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 790, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1057, \"group\": [2651.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATAGATAGGAG\", \"ini\": 2798, \"clust\": 2559, \"rank\": 1199, \"rankvar\": 3155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1058, \"group\": [2559.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGAGCAATT\", \"ini\": 2797, \"clust\": 2089, \"rank\": 975, \"rankvar\": 1569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 792, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1059, \"group\": [2092.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTGGGTCAA\", \"ini\": 2796, \"clust\": 3135, \"rank\": 1711, \"rankvar\": 661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1060, \"group\": [3137.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGCCGTCGT\", \"ini\": 2795, \"clust\": 4676, \"rank\": 863, \"rankvar\": 4424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 794, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4725, \"group\": [4676.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTACCGAT\", \"ini\": 2794, \"clust\": 4775, \"rank\": 744, \"rankvar\": 3632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 795, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4726, \"group\": [4772.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCTTGTACT\", \"ini\": 2793, \"clust\": 2116, \"rank\": 1140, \"rankvar\": 880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 796, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1061, \"group\": [2116.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACGGACAA\", \"ini\": 2792, \"clust\": 4761, \"rank\": 947, \"rankvar\": 3905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 797, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4727, \"group\": [4761.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTCATTAGC\", \"ini\": 2791, \"clust\": 2830, \"rank\": 1308, \"rankvar\": 2753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 798, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1062, \"group\": [2831.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTCTGCAAT\", \"ini\": 2790, \"clust\": 1751, \"rank\": 1075, \"rankvar\": 1035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1063, \"group\": [1752.0, 277.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAAACACA\", \"ini\": 2789, \"clust\": 4912, \"rank\": 1682, \"rankvar\": 233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 800, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4728, \"group\": [4911.0, 919.0, 146.0, 33.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTAACTGG\", \"ini\": 2788, \"clust\": 4512, \"rank\": 999, \"rankvar\": 2009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4729, \"group\": [4512.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCACGCATA\", \"ini\": 2787, \"clust\": 4700, \"rank\": 1377, \"rankvar\": 3796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 802, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4730, \"group\": [4700.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGGTGATTA\", \"ini\": 2786, \"clust\": 4687, \"rank\": 1350, \"rankvar\": 1697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 803, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4731, \"group\": [4688.0, 885.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAATGAAAC\", \"ini\": 2785, \"clust\": 3132, \"rank\": 1569, \"rankvar\": 555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1064, \"group\": [3134.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACTAGGC\", \"ini\": 2784, \"clust\": 2068, \"rank\": 1440, \"rankvar\": 792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 805, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1065, \"group\": [2068.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCTCCCTAATT\", \"ini\": 2783, \"clust\": 2575, \"rank\": 1213, \"rankvar\": 3025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 806, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1066, \"group\": [2576.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCAACACCA\", \"ini\": 2782, \"clust\": 109, \"rank\": 1839, \"rankvar\": 3853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 807, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4732, \"group\": [109.0, 21.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTGCTCTTC\", \"ini\": 2781, \"clust\": 4657, \"rank\": 806, \"rankvar\": 4192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 808, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4733, \"group\": [4658.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAAGGTTCT\", \"ini\": 2780, \"clust\": 2927, \"rank\": 1474, \"rankvar\": 1990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 809, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1067, \"group\": [2926.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAATCAAACGGG\", \"ini\": 2779, \"clust\": 110, \"rank\": 1463, \"rankvar\": 3527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4734, \"group\": [110.0, 21.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTACTCTCC\", \"ini\": 2778, \"clust\": 3072, \"rank\": 1362, \"rankvar\": 2308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1068, \"group\": [3073.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTCGCGAC\", \"ini\": 2777, \"clust\": 7, \"rank\": 1557, \"rankvar\": 2933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 812, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4735, \"group\": [8.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCATTCCTGC\", \"ini\": 2776, \"clust\": 3095, \"rank\": 1907, \"rankvar\": 1562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1069, \"group\": [3097.0, 422.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAATCTCTTATG\", \"ini\": 2775, \"clust\": 4790, \"rank\": 1188, \"rankvar\": 3286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 814, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4736, \"group\": [4791.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCACGTTC\", \"ini\": 2774, \"clust\": 4844, \"rank\": 1603, \"rankvar\": 3420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 815, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4737, \"group\": [4843.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATTACCG\", \"ini\": 2773, \"clust\": 2607, \"rank\": 968, \"rankvar\": 2216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 816, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1070, \"group\": [2610.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAGACAAAT\", \"ini\": 2772, \"clust\": 4673, \"rank\": 674, \"rankvar\": 3910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 817, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4738, \"group\": [4674.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCCACGCT\", \"ini\": 2771, \"clust\": 2258, \"rank\": 1456, \"rankvar\": 509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1071, \"group\": [2258.0, 383.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAATCTCCAGGG\", \"ini\": 2770, \"clust\": 4648, \"rank\": 1193, \"rankvar\": 3994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 819, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4739, \"group\": [4653.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGACGCAA\", \"ini\": 2769, \"clust\": 2140, \"rank\": 1486, \"rankvar\": 3808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1072, \"group\": [2140.0, 356.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATCGCTC\", \"ini\": 2768, \"clust\": 2036, \"rank\": 1239, \"rankvar\": 104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 821, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1073, \"group\": [2039.0, 337.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCCGTTGTC\", \"ini\": 2767, \"clust\": 4701, \"rank\": 1204, \"rankvar\": 3162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 822, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4740, \"group\": [4701.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACACAAGCCC\", \"ini\": 2766, \"clust\": 2610, \"rank\": 872, \"rankvar\": 3305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1074, \"group\": [2611.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCAACCATG\", \"ini\": 2765, \"clust\": 3088, \"rank\": 1956, \"rankvar\": 879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1075, \"group\": [3090.0, 419.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTTTGTTGG\", \"ini\": 2764, \"clust\": 4198, \"rank\": 2425, \"rankvar\": 5023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 825, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 60, \"group\": [4204.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGGTCA\", \"ini\": 2763, \"clust\": 4176, \"rank\": 2123, \"rankvar\": 4707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 826, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 61, \"group\": [4174.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACATTCCTGC\", \"ini\": 2762, \"clust\": 4517, \"rank\": 1289, \"rankvar\": 2465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 827, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4741, \"group\": [4515.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGGACTG\", \"ini\": 2761, \"clust\": 4683, \"rank\": 1000, \"rankvar\": 2798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 828, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4742, \"group\": [4684.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTCTCGG\", \"ini\": 2760, \"clust\": 2709, \"rank\": 1432, \"rankvar\": 2369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1076, \"group\": [2710.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAATCGTC\", \"ini\": 2759, \"clust\": 2512, \"rank\": 1348, \"rankvar\": 2826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1077, \"group\": [2515.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGATAGC\", \"ini\": 2758, \"clust\": 2917, \"rank\": 1438, \"rankvar\": 1221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1078, \"group\": [2921.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACCACGTG\", \"ini\": 2757, \"clust\": 4271, \"rank\": 2734, \"rankvar\": 4781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 832, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 62, \"group\": [4267.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGCTATCT\", \"ini\": 2756, \"clust\": 2415, \"rank\": 1105, \"rankvar\": 807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1079, \"group\": [2415.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACCTCGTT\", \"ini\": 2755, \"clust\": 2675, \"rank\": 1258, \"rankvar\": 4025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1080, \"group\": [2678.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGGATTGG\", \"ini\": 2754, \"clust\": 2621, \"rank\": 1243, \"rankvar\": 913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1081, \"group\": [2622.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGAATGTGT\", \"ini\": 2753, \"clust\": 3078, \"rank\": 1630, \"rankvar\": 2317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1082, \"group\": [3078.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTTGGTC\", \"ini\": 2752, \"clust\": 2605, \"rank\": 1407, \"rankvar\": 2510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 837, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1083, \"group\": [2606.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAGCTGCTG\", \"ini\": 2751, \"clust\": 4519, \"rank\": 1466, \"rankvar\": 899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 838, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4743, \"group\": [4520.0, 864.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGCTAGCC\", \"ini\": 2750, \"clust\": 4782, \"rank\": 1449, \"rankvar\": 4305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 839, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4744, \"group\": [4781.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGACTTGAA\", \"ini\": 2749, \"clust\": 2418, \"rank\": 1314, \"rankvar\": 737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1084, \"group\": [2418.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGCGTAAG\", \"ini\": 2748, \"clust\": 2044, \"rank\": 1433, \"rankvar\": 1135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1085, \"group\": [2045.0, 339.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAAACGCC\", \"ini\": 2747, \"clust\": 4778, \"rank\": 1305, \"rankvar\": 3883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4745, \"group\": [4779.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAAGCCCAC\", \"ini\": 2746, \"clust\": 4821, \"rank\": 1109, \"rankvar\": 3328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 843, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4746, \"group\": [4820.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTGAAGGCT\", \"ini\": 2745, \"clust\": 2059, \"rank\": 1391, \"rankvar\": 796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 844, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1086, \"group\": [2062.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTTGTCTTT\", \"ini\": 2744, \"clust\": 3138, \"rank\": 1576, \"rankvar\": 834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 845, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1087, \"group\": [3138.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCAGTAGT\", \"ini\": 2743, \"clust\": 4847, \"rank\": 1746, \"rankvar\": 2275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 846, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4747, \"group\": [4845.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTCGCATAT\", \"ini\": 2742, \"clust\": 2191, \"rank\": 1871, \"rankvar\": 1940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 847, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1088, \"group\": [2192.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGCGAAGGG\", \"ini\": 2741, \"clust\": 4825, \"rank\": 1094, \"rankvar\": 4460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 848, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4748, \"group\": [4830.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTTGTCC\", \"ini\": 2740, \"clust\": 2416, \"rank\": 1301, \"rankvar\": 1439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1089, \"group\": [2416.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTTCGAATC\", \"ini\": 2739, \"clust\": 2677, \"rank\": 1415, \"rankvar\": 2658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 850, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1090, \"group\": [2677.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTACAGTTC\", \"ini\": 2738, \"clust\": 2461, \"rank\": 1530, \"rankvar\": 2774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 851, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1091, \"group\": [2464.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGCTAGTCT\", \"ini\": 2737, \"clust\": 1594, \"rank\": 761, \"rankvar\": 3358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 852, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3114, \"group\": [1595.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTCTGCGGT\", \"ini\": 2736, \"clust\": 2360, \"rank\": 963, \"rankvar\": 2592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1092, \"group\": [2360.0, 395.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTATCTGCA\", \"ini\": 2735, \"clust\": 4521, \"rank\": 1134, \"rankvar\": 2696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 854, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4749, \"group\": [4522.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCACCCGAG\", \"ini\": 2734, \"clust\": 3702, \"rank\": 1718, \"rankvar\": 4149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 855, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2715, \"group\": [3701.0, 691.0, 115.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCATGTCCC\", \"ini\": 2733, \"clust\": 2069, \"rank\": 1330, \"rankvar\": 340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1093, \"group\": [2069.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGAGTCG\", \"ini\": 2732, \"clust\": 2951, \"rank\": 1279, \"rankvar\": 2747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1094, \"group\": [2950.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCACGTCTCT\", \"ini\": 2731, \"clust\": 4174, \"rank\": 1803, \"rankvar\": 4170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 858, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 63, \"group\": [4172.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTGTTTGTG\", \"ini\": 2730, \"clust\": 4731, \"rank\": 1160, \"rankvar\": 3628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 859, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4750, \"group\": [4732.0, 888.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCAAATTGCC\", \"ini\": 2729, \"clust\": 2923, \"rank\": 1492, \"rankvar\": 2050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 860, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1095, \"group\": [2923.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGGCGTG\", \"ini\": 2728, \"clust\": 4659, \"rank\": 1221, \"rankvar\": 4193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 861, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4751, \"group\": [4663.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGATCGGGT\", \"ini\": 2727, \"clust\": 2048, \"rank\": 1210, \"rankvar\": 2488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1096, \"group\": [2048.0, 340.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGAGCCCAA\", \"ini\": 2726, \"clust\": 3106, \"rank\": 2046, \"rankvar\": 1249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 863, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1097, \"group\": [3107.0, 429.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTAGTGAACGC\", \"ini\": 2725, \"clust\": 2651, \"rank\": 1344, \"rankvar\": 1428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1098, \"group\": [2652.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGCTGCAAG\", \"ini\": 2724, \"clust\": 2334, \"rank\": 1731, \"rankvar\": 4204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 865, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1099, \"group\": [2333.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGGAGTCTG\", \"ini\": 2723, \"clust\": 4827, \"rank\": 1092, \"rankvar\": 3390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 866, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4752, \"group\": [4826.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACAAACAACA\", \"ini\": 2722, \"clust\": 2711, \"rank\": 1443, \"rankvar\": 1587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1100, \"group\": [2720.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTTCGAGA\", \"ini\": 2721, \"clust\": 1565, \"rank\": 894, \"rankvar\": 3156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3115, \"group\": [1568.0, 174.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCCACTC\", \"ini\": 2720, \"clust\": 2104, \"rank\": 1297, \"rankvar\": 455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1101, \"group\": [2101.0, 343.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTGTCCGT\", \"ini\": 2719, \"clust\": 3768, \"rank\": 1286, \"rankvar\": 3581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 870, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2716, \"group\": [3766.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTATCAGTC\", \"ini\": 2718, \"clust\": 4913, \"rank\": 1733, \"rankvar\": 1270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 871, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4753, \"group\": [4912.0, 920.0, 146.0, 33.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCAAGCCATT\", \"ini\": 2717, \"clust\": 138, \"rank\": 1327, \"rankvar\": 2803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 872, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 234, \"group\": [140.0, 29.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTTGAGTTC\", \"ini\": 2716, \"clust\": 2954, \"rank\": 1499, \"rankvar\": 2302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1102, \"group\": [2952.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACACAGAG\", \"ini\": 2715, \"clust\": 2635, \"rank\": 1170, \"rankvar\": 2164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 874, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1103, \"group\": [2636.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAGTCG\", \"ini\": 2714, \"clust\": 2380, \"rank\": 1376, \"rankvar\": 990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1104, \"group\": [2381.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACAAGCCTAT\", \"ini\": 2713, \"clust\": 2826, \"rank\": 1244, \"rankvar\": 3668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1105, \"group\": [2826.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCGTCTGAA\", \"ini\": 2712, \"clust\": 3038, \"rank\": 1431, \"rankvar\": 592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 877, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1106, \"group\": [3038.0, 411.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCCTTGACC\", \"ini\": 2711, \"clust\": 2365, \"rank\": 1570, \"rankvar\": 769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1107, \"group\": [2367.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCATCCTAGA\", \"ini\": 2710, \"clust\": 2903, \"rank\": 1048, \"rankvar\": 2859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1108, \"group\": [2903.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGGCATCG\", \"ini\": 2709, \"clust\": 2574, \"rank\": 1242, \"rankvar\": 2384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 880, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1109, \"group\": [2574.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGTGACCA\", \"ini\": 2708, \"clust\": 4840, \"rank\": 1302, \"rankvar\": 3749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 881, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4754, \"group\": [4838.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCAGTCCCT\", \"ini\": 2707, \"clust\": 2388, \"rank\": 1288, \"rankvar\": 974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1110, \"group\": [2388.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTGACGGTA\", \"ini\": 2706, \"clust\": 2871, \"rank\": 1370, \"rankvar\": 1317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 883, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1111, \"group\": [2874.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATCTGT\", \"ini\": 2705, \"clust\": 2355, \"rank\": 1408, \"rankvar\": 1752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1112, \"group\": [2354.0, 393.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCAGACCTAGG\", \"ini\": 2704, \"clust\": 2352, \"rank\": 1173, \"rankvar\": 2138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1113, \"group\": [2353.0, 392.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCAGCGATT\", \"ini\": 2703, \"clust\": 2629, \"rank\": 1393, \"rankvar\": 1269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1114, \"group\": [2630.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCTATTCA\", \"ini\": 2702, \"clust\": 2183, \"rank\": 1910, \"rankvar\": 2265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 887, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1115, \"group\": [2184.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCAAACTGTC\", \"ini\": 2701, \"clust\": 1761, \"rank\": 1753, \"rankvar\": 414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1116, \"group\": [1760.0, 280.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGGATGGAA\", \"ini\": 2700, \"clust\": 3322, \"rank\": 1992, \"rankvar\": 158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 889, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1117, \"group\": [3322.0, 503.0, 74.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGTTTGCGT\", \"ini\": 2699, \"clust\": 2432, \"rank\": 1400, \"rankvar\": 2543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1118, \"group\": [2432.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTGAAGGCT\", \"ini\": 2698, \"clust\": 2376, \"rank\": 1367, \"rankvar\": 944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1119, \"group\": [2376.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGTGTTTGC\", \"ini\": 2697, \"clust\": 2692, \"rank\": 1300, \"rankvar\": 694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 892, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1120, \"group\": [2693.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGCGTTA\", \"ini\": 2696, \"clust\": 2372, \"rank\": 1565, \"rankvar\": 1864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1121, \"group\": [2373.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAAGAAAGG\", \"ini\": 2695, \"clust\": 3118, \"rank\": 1548, \"rankvar\": 1064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 894, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1122, \"group\": [3118.0, 433.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGAAGGTGA\", \"ini\": 2694, \"clust\": 1590, \"rank\": 342, \"rankvar\": 4851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3116, \"group\": [1591.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGAGCAATT\", \"ini\": 2693, \"clust\": 2389, \"rank\": 1452, \"rankvar\": 1576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 896, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1123, \"group\": [2389.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCGATAGAA\", \"ini\": 2692, \"clust\": 4504, \"rank\": 1086, \"rankvar\": 4285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 897, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4755, \"group\": [4502.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACGTAAATACG\", \"ini\": 2691, \"clust\": 3720, \"rank\": 765, \"rankvar\": 3141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 898, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2717, \"group\": [3719.0, 699.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGAGAGCTC\", \"ini\": 2690, \"clust\": 3077, \"rank\": 1535, \"rankvar\": 2819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1124, \"group\": [3082.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAGCTGGC\", \"ini\": 2689, \"clust\": 2615, \"rank\": 1555, \"rankvar\": 2105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 900, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1125, \"group\": [2620.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGATGGCGT\", \"ini\": 2688, \"clust\": 2935, \"rank\": 1424, \"rankvar\": 3217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1126, \"group\": [2935.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGGGATACC\", \"ini\": 2687, \"clust\": 2108, \"rank\": 1077, \"rankvar\": 1698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1127, \"group\": [2111.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCATGTTCCC\", \"ini\": 2686, \"clust\": 2815, \"rank\": 1595, \"rankvar\": 2992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 903, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1128, \"group\": [2815.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGGCGCTA\", \"ini\": 2685, \"clust\": 2969, \"rank\": 1567, \"rankvar\": 1145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1129, \"group\": [2970.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGACAGGCT\", \"ini\": 2684, \"clust\": 2061, \"rank\": 1349, \"rankvar\": 1319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1130, \"group\": [2061.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACCACGTG\", \"ini\": 2683, \"clust\": 2567, \"rank\": 1264, \"rankvar\": 3231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1131, \"group\": [2568.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCTCTCGT\", \"ini\": 2682, \"clust\": 4525, \"rank\": 1220, \"rankvar\": 745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4756, \"group\": [4526.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTTTGGGCC\", \"ini\": 2681, \"clust\": 2593, \"rank\": 1329, \"rankvar\": 1128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1132, \"group\": [2602.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTTCCGTCT\", \"ini\": 2680, \"clust\": 2110, \"rank\": 1059, \"rankvar\": 732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1133, \"group\": [2110.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAACCTC\", \"ini\": 2679, \"clust\": 1754, \"rank\": 1534, \"rankvar\": 558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1134, \"group\": [1758.0, 279.0, 52.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCAGAATA\", \"ini\": 2678, \"clust\": 4669, \"rank\": 883, \"rankvar\": 4205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4757, \"group\": [4668.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGGTTCGG\", \"ini\": 2677, \"clust\": 2045, \"rank\": 1371, \"rankvar\": 2155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1135, \"group\": [2046.0, 339.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAAGTCTCGGC\", \"ini\": 2676, \"clust\": 2741, \"rank\": 1444, \"rankvar\": 418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1136, \"group\": [2744.0, 402.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGCTGCTG\", \"ini\": 2675, \"clust\": 2508, \"rank\": 1296, \"rankvar\": 2707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1137, \"group\": [2507.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGCCCTTA\", \"ini\": 2674, \"clust\": 4649, \"rank\": 1152, \"rankvar\": 2695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 915, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4758, \"group\": [4648.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCAGTATAAG\", \"ini\": 2673, \"clust\": 2532, \"rank\": 1274, \"rankvar\": 3359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1138, \"group\": [2536.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTCTAACGT\", \"ini\": 2672, \"clust\": 2649, \"rank\": 1322, \"rankvar\": 1216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 917, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1139, \"group\": [2650.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCACAACGCC\", \"ini\": 2671, \"clust\": 2385, \"rank\": 1060, \"rankvar\": 4466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1140, \"group\": [2386.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGCTAGTGG\", \"ini\": 2670, \"clust\": 3739, \"rank\": 942, \"rankvar\": 3431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 919, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2718, \"group\": [3737.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTCGCTTG\", \"ini\": 2669, \"clust\": 2462, \"rank\": 1418, \"rankvar\": 1029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1141, \"group\": [2463.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCAACTT\", \"ini\": 2668, \"clust\": 2582, \"rank\": 1637, \"rankvar\": 1109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 921, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1142, \"group\": [2584.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCTGCTGCT\", \"ini\": 2667, \"clust\": 2869, \"rank\": 1483, \"rankvar\": 2612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1143, \"group\": [2869.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACTTAACG\", \"ini\": 2666, \"clust\": 4565, \"rank\": 966, \"rankvar\": 3357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4759, \"group\": [4564.0, 870.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAATGTTGC\", \"ini\": 2665, \"clust\": 2463, \"rank\": 1346, \"rankvar\": 2033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1144, \"group\": [2461.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCCCTAACC\", \"ini\": 2664, \"clust\": 4094, \"rank\": 1591, \"rankvar\": 2640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1145, \"group\": [4095.0, 769.0, 121.0, 27.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCACTCCA\", \"ini\": 2663, \"clust\": 2758, \"rank\": 1366, \"rankvar\": 1671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 926, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1146, \"group\": [2757.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCCTCCTAG\", \"ini\": 2662, \"clust\": 3760, \"rank\": 1164, \"rankvar\": 3558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 927, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2719, \"group\": [3762.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGTGACC\", \"ini\": 2661, \"clust\": 1902, \"rank\": 1670, \"rankvar\": 967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1147, \"group\": [1901.0, 320.0, 57.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTAGCTGCC\", \"ini\": 2660, \"clust\": 3039, \"rank\": 1538, \"rankvar\": 1163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1148, \"group\": [3039.0, 411.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCCATGA\", \"ini\": 2659, \"clust\": 4500, \"rank\": 1556, \"rankvar\": 881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 930, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4760, \"group\": [4500.0, 862.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCATAAAGGT\", \"ini\": 2658, \"clust\": 4783, \"rank\": 1497, \"rankvar\": 4264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 931, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4761, \"group\": [4784.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGCCAGAA\", \"ini\": 2657, \"clust\": 2670, \"rank\": 1276, \"rankvar\": 2051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 932, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1149, \"group\": [2670.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTAGCGATG\", \"ini\": 2656, \"clust\": 2347, \"rank\": 1227, \"rankvar\": 1005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 933, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1150, \"group\": [2348.0, 391.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAGGGATA\", \"ini\": 2655, \"clust\": 4784, \"rank\": 1563, \"rankvar\": 3937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 934, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4762, \"group\": [4782.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGATACACA\", \"ini\": 2654, \"clust\": 2693, \"rank\": 1209, \"rankvar\": 1459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1151, \"group\": [2694.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACAGGCT\", \"ini\": 2653, \"clust\": 2633, \"rank\": 1177, \"rankvar\": 1997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 936, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1152, \"group\": [2633.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATCGCAT\", \"ini\": 2652, \"clust\": 2231, \"rank\": 1786, \"rankvar\": 1747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1153, \"group\": [2243.0, 379.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGAGCTTCT\", \"ini\": 2651, \"clust\": 4766, \"rank\": 979, \"rankvar\": 3876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 938, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4763, \"group\": [4767.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCCACGACG\", \"ini\": 2650, \"clust\": 2731, \"rank\": 1304, \"rankvar\": 1590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 939, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1154, \"group\": [2732.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACAAGGGTCA\", \"ini\": 2649, \"clust\": 4652, \"rank\": 1211, \"rankvar\": 3413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4764, \"group\": [4650.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTGCCTTGG\", \"ini\": 2648, \"clust\": 4254, \"rank\": 2941, \"rankvar\": 5161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 941, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 64, \"group\": [4251.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACACAGATTC\", \"ini\": 2647, \"clust\": 4754, \"rank\": 1382, \"rankvar\": 3491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 942, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4765, \"group\": [4792.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGGTAACGTTC\", \"ini\": 2646, \"clust\": 2928, \"rank\": 1760, \"rankvar\": 3633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1155, \"group\": [2927.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCATCTGTT\", \"ini\": 2645, \"clust\": 4785, \"rank\": 1488, \"rankvar\": 1876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4766, \"group\": [4783.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCCGTTGTC\", \"ini\": 2644, \"clust\": 2237, \"rank\": 1716, \"rankvar\": 1287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1156, \"group\": [2235.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGGTCGAT\", \"ini\": 2643, \"clust\": 1541, \"rank\": 1571, \"rankvar\": 590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 946, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3024, \"group\": [1545.0, 164.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCAACACGT\", \"ini\": 2642, \"clust\": 2723, \"rank\": 1549, \"rankvar\": 1664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 947, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1157, \"group\": [2721.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCCGATATG\", \"ini\": 2641, \"clust\": 4768, \"rank\": 1153, \"rankvar\": 2515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 948, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4767, \"group\": [4766.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTCCAACC\", \"ini\": 2640, \"clust\": 2152, \"rank\": 1690, \"rankvar\": 489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1158, \"group\": [2152.0, 363.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGAGCTATA\", \"ini\": 2639, \"clust\": 2137, \"rank\": 1383, \"rankvar\": 144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1159, \"group\": [2137.0, 354.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCAGAAATG\", \"ini\": 2638, \"clust\": 2613, \"rank\": 1517, \"rankvar\": 3942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1160, \"group\": [2613.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGCATACT\", \"ini\": 2637, \"clust\": 2947, \"rank\": 1601, \"rankvar\": 1487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 952, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1161, \"group\": [2946.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTTGCGCAC\", \"ini\": 2636, \"clust\": 2363, \"rank\": 1635, \"rankvar\": 1060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1162, \"group\": [2364.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCATGTCTCC\", \"ini\": 2635, \"clust\": 2475, \"rank\": 1464, \"rankvar\": 1164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1163, \"group\": [2475.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCTTTACA\", \"ini\": 2634, \"clust\": 4745, \"rank\": 1343, \"rankvar\": 3019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 955, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4768, \"group\": [4747.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCCTCA\", \"ini\": 2633, \"clust\": 2391, \"rank\": 1785, \"rankvar\": 653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1164, \"group\": [2392.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCAAGTCTGT\", \"ini\": 2632, \"clust\": 4227, \"rank\": 2856, \"rankvar\": 4907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 957, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 65, \"group\": [4226.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGCGATATA\", \"ini\": 2631, \"clust\": 2479, \"rank\": 1600, \"rankvar\": 1096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1165, \"group\": [2479.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGTGGAG\", \"ini\": 2630, \"clust\": 2544, \"rank\": 1137, \"rankvar\": 2641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1166, \"group\": [2544.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAATGGATA\", \"ini\": 2629, \"clust\": 1713, \"rank\": 1809, \"rankvar\": 657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1167, \"group\": [1714.0, 255.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTTGAGTTC\", \"ini\": 2628, \"clust\": 4818, \"rank\": 1058, \"rankvar\": 3756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 961, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4769, \"group\": [4818.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGATAGGAG\", \"ini\": 2627, \"clust\": 2579, \"rank\": 1369, \"rankvar\": 4284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1168, \"group\": [2578.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTATGAAAC\", \"ini\": 2626, \"clust\": 2138, \"rank\": 1507, \"rankvar\": 130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1169, \"group\": [2138.0, 354.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGGAACGG\", \"ini\": 2625, \"clust\": 2050, \"rank\": 1277, \"rankvar\": 1563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 964, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1170, \"group\": [2050.0, 340.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGGTCTCG\", \"ini\": 2624, \"clust\": 2667, \"rank\": 1545, \"rankvar\": 2364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1171, \"group\": [2668.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTACGATA\", \"ini\": 2623, \"clust\": 2482, \"rank\": 1214, \"rankvar\": 4172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1172, \"group\": [2482.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGAACCT\", \"ini\": 2622, \"clust\": 1659, \"rank\": 1626, \"rankvar\": 891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1173, \"group\": [1658.0, 219.0, 42.0, 12.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCGTAGTA\", \"ini\": 2621, \"clust\": 2181, \"rank\": 1719, \"rankvar\": 1606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1174, \"group\": [2179.0, 369.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCCACATCCAA\", \"ini\": 2620, \"clust\": 3740, \"rank\": 1197, \"rankvar\": 3787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 969, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2720, \"group\": [3745.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACGATGT\", \"ini\": 2619, \"clust\": 4819, \"rank\": 1117, \"rankvar\": 4257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 970, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4770, \"group\": [4819.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGATCTGAA\", \"ini\": 2618, \"clust\": 2868, \"rank\": 1374, \"rankvar\": 2127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 971, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1175, \"group\": [2871.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAGAAAGG\", \"ini\": 2617, \"clust\": 4074, \"rank\": 1577, \"rankvar\": 1922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 972, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2721, \"group\": [4077.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTGGTCCGT\", \"ini\": 2616, \"clust\": 4822, \"rank\": 1049, \"rankvar\": 3949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 973, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4771, \"group\": [4821.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGTCACGCC\", \"ini\": 2615, \"clust\": 3029, \"rank\": 1756, \"rankvar\": 485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1176, \"group\": [3030.0, 409.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTACTCTCC\", \"ini\": 2614, \"clust\": 2936, \"rank\": 1342, \"rankvar\": 2366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1177, \"group\": [2936.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGCCACTAT\", \"ini\": 2613, \"clust\": 4204, \"rank\": 2435, \"rankvar\": 4674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 976, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 66, \"group\": [4202.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGCTAAACA\", \"ini\": 2612, \"clust\": 3018, \"rank\": 1998, \"rankvar\": 2290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1178, \"group\": [3021.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAATAGCAA\", \"ini\": 2611, \"clust\": 3734, \"rank\": 1099, \"rankvar\": 4070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2722, \"group\": [3731.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGGTGTCCTCT\", \"ini\": 2610, \"clust\": 2763, \"rank\": 1280, \"rankvar\": 1682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1179, \"group\": [2764.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAGCTGGT\", \"ini\": 2609, \"clust\": 2831, \"rank\": 1543, \"rankvar\": 756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1180, \"group\": [2832.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTGTTGAGTTC\", \"ini\": 2608, \"clust\": 2552, \"rank\": 1484, \"rankvar\": 1362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1181, \"group\": [2552.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCCATTC\", \"ini\": 2607, \"clust\": 2726, \"rank\": 1633, \"rankvar\": 1091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1182, \"group\": [2726.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACAGTCAGAG\", \"ini\": 2606, \"clust\": 3111, \"rank\": 1784, \"rankvar\": 2080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1183, \"group\": [3111.0, 430.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCGCCTGAG\", \"ini\": 2605, \"clust\": 2901, \"rank\": 1337, \"rankvar\": 3265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 984, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1184, \"group\": [2904.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAGTTAACC\", \"ini\": 2604, \"clust\": 2713, \"rank\": 1625, \"rankvar\": 2140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1185, \"group\": [2712.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGAACTGTA\", \"ini\": 2603, \"clust\": 4748, \"rank\": 1163, \"rankvar\": 3224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 986, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4772, \"group\": [4750.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACACCGAAAG\", \"ini\": 2602, \"clust\": 4195, \"rank\": 2346, \"rankvar\": 4960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 987, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 67, \"group\": [4192.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCATCTGTT\", \"ini\": 2601, \"clust\": 2694, \"rank\": 1664, \"rankvar\": 491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1186, \"group\": [2698.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCTTGCCGT\", \"ini\": 2600, \"clust\": 2513, \"rank\": 1387, \"rankvar\": 1543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 989, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1187, \"group\": [2513.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGCGTAGTG\", \"ini\": 2599, \"clust\": 2892, \"rank\": 1638, \"rankvar\": 3000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 990, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1188, \"group\": [2889.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCCTGCTT\", \"ini\": 2598, \"clust\": 1882, \"rank\": 2328, \"rankvar\": 1235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 991, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2094, \"group\": [1883.0, 309.0, 54.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTAGCTCCG\", \"ini\": 2597, \"clust\": 2516, \"rank\": 1171, \"rankvar\": 1977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1189, \"group\": [2516.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGCTGAACG\", \"ini\": 2596, \"clust\": 4699, \"rank\": 1480, \"rankvar\": 2561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 993, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4773, \"group\": [4702.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCCAACAG\", \"ini\": 2595, \"clust\": 2581, \"rank\": 1920, \"rankvar\": 2179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1190, \"group\": [2585.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTTAACGA\", \"ini\": 2594, \"clust\": 2522, \"rank\": 1147, \"rankvar\": 1301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1191, \"group\": [2524.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAAGA\", \"ini\": 2593, \"clust\": 2555, \"rank\": 1266, \"rankvar\": 2711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 996, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1192, \"group\": [2556.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAGCCTAA\", \"ini\": 2592, \"clust\": 2653, \"rank\": 1770, \"rankvar\": 1267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1193, \"group\": [2654.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGAGGGAGTAA\", \"ini\": 2591, \"clust\": 4645, \"rank\": 1212, \"rankvar\": 3325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 998, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4774, \"group\": [4646.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAAACAAG\", \"ini\": 2590, \"clust\": 2374, \"rank\": 1469, \"rankvar\": 2204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 999, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1194, \"group\": [2372.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGATGTAAC\", \"ini\": 2589, \"clust\": 3073, \"rank\": 1473, \"rankvar\": 3864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1000, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1195, \"group\": [3074.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCAAATCA\", \"ini\": 2588, \"clust\": 4072, \"rank\": 1950, \"rankvar\": 1983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1001, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2723, \"group\": [4070.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGCATGTG\", \"ini\": 2587, \"clust\": 3744, \"rank\": 1472, \"rankvar\": 3210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1002, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2724, \"group\": [3742.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCTACGA\", \"ini\": 2586, \"clust\": 2704, \"rank\": 1467, \"rankvar\": 873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1196, \"group\": [2705.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTTGGTTTG\", \"ini\": 2585, \"clust\": 4705, \"rank\": 1192, \"rankvar\": 2264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4775, \"group\": [4705.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGGCAAAGA\", \"ini\": 2584, \"clust\": 2578, \"rank\": 1582, \"rankvar\": 2632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1197, \"group\": [2580.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCAGTAGT\", \"ini\": 2583, \"clust\": 2485, \"rank\": 1800, \"rankvar\": 3417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1006, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1198, \"group\": [2489.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCACGAAT\", \"ini\": 2582, \"clust\": 2844, \"rank\": 1627, \"rankvar\": 3377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1199, \"group\": [2847.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGACGGA\", \"ini\": 2581, \"clust\": 2955, \"rank\": 1453, \"rankvar\": 2197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1008, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1200, \"group\": [2953.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGACTG\", \"ini\": 2580, \"clust\": 4166, \"rank\": 2364, \"rankvar\": 3180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1009, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 68, \"group\": [4164.0, 788.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCATGAAC\", \"ini\": 2579, \"clust\": 2071, \"rank\": 1554, \"rankvar\": 727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1010, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1201, \"group\": [2072.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTTCGTGAT\", \"ini\": 2578, \"clust\": 2854, \"rank\": 1738, \"rankvar\": 2445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1011, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1202, \"group\": [2853.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCCGTTAA\", \"ini\": 2577, \"clust\": 2370, \"rank\": 1526, \"rankvar\": 1943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1203, \"group\": [2370.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCAACATC\", \"ini\": 2576, \"clust\": 4485, \"rank\": 1505, \"rankvar\": 2583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1013, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4776, \"group\": [4495.0, 860.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATCTACGA\", \"ini\": 2575, \"clust\": 2948, \"rank\": 1741, \"rankvar\": 1409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1014, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1204, \"group\": [2959.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCAATC\", \"ini\": 2574, \"clust\": 2528, \"rank\": 1291, \"rankvar\": 2512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1205, \"group\": [2529.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCAGCGTA\", \"ini\": 2573, \"clust\": 1899, \"rank\": 1544, \"rankvar\": 1683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1016, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1206, \"group\": [1900.0, 319.0, 57.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTTACGGG\", \"ini\": 2572, \"clust\": 3758, \"rank\": 1732, \"rankvar\": 2728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1017, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2725, \"group\": [3758.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGGATGTAT\", \"ini\": 2571, \"clust\": 3128, \"rank\": 1710, \"rankvar\": 603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1018, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1207, \"group\": [3129.0, 439.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTAGCGTAG\", \"ini\": 2570, \"clust\": 2256, \"rank\": 1053, \"rankvar\": 3674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1208, \"group\": [2259.0, 383.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGGAACTGC\", \"ini\": 2569, \"clust\": 2065, \"rank\": 1642, \"rankvar\": 1466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1209, \"group\": [2066.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCATGTAGTC\", \"ini\": 2568, \"clust\": 2062, \"rank\": 1514, \"rankvar\": 778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1210, \"group\": [2065.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCGGAAATA\", \"ini\": 2567, \"clust\": 2756, \"rank\": 1525, \"rankvar\": 1952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1022, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1211, \"group\": [2760.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGGCACATG\", \"ini\": 2566, \"clust\": 2361, \"rank\": 1395, \"rankvar\": 1238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1212, \"group\": [2361.0, 395.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGTCAGAG\", \"ini\": 2565, \"clust\": 3064, \"rank\": 1608, \"rankvar\": 3916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1213, \"group\": [3065.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTCTAGAGG\", \"ini\": 2564, \"clust\": 1591, \"rank\": 453, \"rankvar\": 5021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1025, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3117, \"group\": [1592.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGGCTCTTA\", \"ini\": 2563, \"clust\": 4096, \"rank\": 2544, \"rankvar\": 4432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1026, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 69, \"group\": [4292.0, 799.0, 127.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTTCCCGAG\", \"ini\": 2562, \"clust\": 2602, \"rank\": 1442, \"rankvar\": 3638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1214, \"group\": [2605.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCCGTCAAA\", \"ini\": 2561, \"clust\": 4327, \"rank\": 1841, \"rankvar\": 4465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1028, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5130, \"group\": [4327.0, 812.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATGATCCA\", \"ini\": 2560, \"clust\": 4710, \"rank\": 1936, \"rankvar\": 1384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1029, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4777, \"group\": [4715.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACTCGTCGTTC\", \"ini\": 2559, \"clust\": 4073, \"rank\": 1966, \"rankvar\": 3462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1030, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2726, \"group\": [4071.0, 762.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACAGAGGT\", \"ini\": 2558, \"clust\": 3745, \"rank\": 1345, \"rankvar\": 4514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2727, \"group\": [3743.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTAAATACG\", \"ini\": 2557, \"clust\": 3818, \"rank\": 1460, \"rankvar\": 2750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1032, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2728, \"group\": [3818.0, 715.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACATTAGC\", \"ini\": 2556, \"clust\": 2520, \"rank\": 1450, \"rankvar\": 2932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1033, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1215, \"group\": [2519.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAACGCACC\", \"ini\": 2555, \"clust\": 5129, \"rank\": 2429, \"rankvar\": 589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1034, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4778, \"group\": [5132.0, 1016.0, 163.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAAAGCAAT\", \"ini\": 2554, \"clust\": 2150, \"rank\": 1976, \"rankvar\": 733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1216, \"group\": [2153.0, 363.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGGTACC\", \"ini\": 2553, \"clust\": 2442, \"rank\": 1547, \"rankvar\": 797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1036, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1217, \"group\": [2442.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGTCAGATAAG\", \"ini\": 2552, \"clust\": 3713, \"rank\": 1101, \"rankvar\": 3553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2729, \"group\": [3713.0, 698.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGCATGTG\", \"ini\": 2551, \"clust\": 2750, \"rank\": 1721, \"rankvar\": 2930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1218, \"group\": [2749.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGTGCA\", \"ini\": 2550, \"clust\": 2638, \"rank\": 1402, \"rankvar\": 3047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1219, \"group\": [2638.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTAATGA\", \"ini\": 2549, \"clust\": 4747, \"rank\": 1148, \"rankvar\": 3861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1040, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4779, \"group\": [4746.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTAATCACC\", \"ini\": 2548, \"clust\": 4633, \"rank\": 944, \"rankvar\": 4384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1041, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4780, \"group\": [4635.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGGTGACCA\", \"ini\": 2547, \"clust\": 3139, \"rank\": 1726, \"rankvar\": 1062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1042, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1220, \"group\": [3139.0, 440.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTCCAGGA\", \"ini\": 2546, \"clust\": 4698, \"rank\": 1668, \"rankvar\": 3762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1043, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4781, \"group\": [4699.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTATTCTC\", \"ini\": 2545, \"clust\": 2746, \"rank\": 1373, \"rankvar\": 1635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1044, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1221, \"group\": [2747.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCATGCTC\", \"ini\": 2544, \"clust\": 2622, \"rank\": 1261, \"rankvar\": 1173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1045, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1222, \"group\": [2625.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGAGCTGCA\", \"ini\": 2543, \"clust\": 2487, \"rank\": 1575, \"rankvar\": 2095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1223, \"group\": [2486.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTACTTGAC\", \"ini\": 2542, \"clust\": 3054, \"rank\": 1802, \"rankvar\": 3802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1047, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1224, \"group\": [3057.0, 414.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGAGCGAG\", \"ini\": 2541, \"clust\": 2720, \"rank\": 1759, \"rankvar\": 772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1225, \"group\": [2727.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGAATCCA\", \"ini\": 2540, \"clust\": 4841, \"rank\": 1508, \"rankvar\": 4223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4782, \"group\": [4841.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGGTAAG\", \"ini\": 2539, \"clust\": 4846, \"rank\": 1634, \"rankvar\": 4078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1050, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4783, \"group\": [4847.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGTTCGATC\", \"ini\": 2538, \"clust\": 4171, \"rank\": 2512, \"rankvar\": 5014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1051, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 70, \"group\": [4168.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTCTGGAGA\", \"ini\": 2537, \"clust\": 2127, \"rank\": 1782, \"rankvar\": 2971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1226, \"group\": [2125.0, 347.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCAGACACTT\", \"ini\": 2536, \"clust\": 2918, \"rank\": 1832, \"rankvar\": 2958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1227, \"group\": [2917.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCTGTACGA\", \"ini\": 2535, \"clust\": 2556, \"rank\": 1361, \"rankvar\": 2773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1054, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1228, \"group\": [2557.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTATCCTA\", \"ini\": 2534, \"clust\": 2530, \"rank\": 1421, \"rankvar\": 2918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1055, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1229, \"group\": [2531.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATGCTTG\", \"ini\": 2533, \"clust\": 4498, \"rank\": 1078, \"rankvar\": 1575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1056, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4784, \"group\": [4501.0, 862.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACCGGAAA\", \"ini\": 2532, \"clust\": 4667, \"rank\": 855, \"rankvar\": 3764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1057, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4785, \"group\": [4669.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCAACCATG\", \"ini\": 2531, \"clust\": 2488, \"rank\": 1653, \"rankvar\": 1935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1230, \"group\": [2487.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGCATCG\", \"ini\": 2530, \"clust\": 3089, \"rank\": 2002, \"rankvar\": 604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1231, \"group\": [3088.0, 419.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACAACGATGG\", \"ini\": 2529, \"clust\": 2560, \"rank\": 1411, \"rankvar\": 2504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1060, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1232, \"group\": [2560.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACAGGAGT\", \"ini\": 2528, \"clust\": 2932, \"rank\": 1817, \"rankvar\": 3831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1233, \"group\": [2933.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATAAGACA\", \"ini\": 2527, \"clust\": 2759, \"rank\": 1434, \"rankvar\": 2771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1234, \"group\": [2758.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCAAGGTAA\", \"ini\": 2526, \"clust\": 2915, \"rank\": 1589, \"rankvar\": 1722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1063, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1235, \"group\": [2913.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTCCTCCAT\", \"ini\": 2525, \"clust\": 2919, \"rank\": 1865, \"rankvar\": 2020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1236, \"group\": [2918.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTTCTGTTT\", \"ini\": 2524, \"clust\": 2755, \"rank\": 1762, \"rankvar\": 1351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1065, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1237, \"group\": [2756.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTGACTCAT\", \"ini\": 2523, \"clust\": 4642, \"rank\": 1360, \"rankvar\": 3878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1066, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4786, \"group\": [4645.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACAGTCGC\", \"ini\": 2522, \"clust\": 2752, \"rank\": 1611, \"rankvar\": 3171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1067, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1238, \"group\": [2751.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGCTCCT\", \"ini\": 2521, \"clust\": 2608, \"rank\": 1313, \"rankvar\": 2830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1068, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1239, \"group\": [2608.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGGACAGAA\", \"ini\": 2520, \"clust\": 4752, \"rank\": 1686, \"rankvar\": 3583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4787, \"group\": [4751.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCGTGTAAGTA\", \"ini\": 2519, \"clust\": 4572, \"rank\": 1566, \"rankvar\": 2644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1070, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4788, \"group\": [4572.0, 873.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACGCATA\", \"ini\": 2518, \"clust\": 2958, \"rank\": 1743, \"rankvar\": 2078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1240, \"group\": [2956.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGCTCTTC\", \"ini\": 2517, \"clust\": 2542, \"rank\": 1403, \"rankvar\": 3702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1072, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1241, \"group\": [2542.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGTGGGTTG\", \"ini\": 2516, \"clust\": 2507, \"rank\": 1447, \"rankvar\": 2571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1073, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1242, \"group\": [2509.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTCGGGTCT\", \"ini\": 2515, \"clust\": 2433, \"rank\": 1470, \"rankvar\": 1985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1074, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1243, \"group\": [2433.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCTGGGCCA\", \"ini\": 2514, \"clust\": 2846, \"rank\": 1766, \"rankvar\": 3137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1244, \"group\": [2844.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACTAGTAC\", \"ini\": 2513, \"clust\": 4270, \"rank\": 3007, \"rankvar\": 5137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1076, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 71, \"group\": [4269.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGCCTCGTG\", \"ini\": 2512, \"clust\": 2136, \"rank\": 1521, \"rankvar\": 347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1245, \"group\": [2139.0, 355.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCATTCACTT\", \"ini\": 2511, \"clust\": 3130, \"rank\": 1709, \"rankvar\": 2847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1078, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1246, \"group\": [3131.0, 439.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTAACGACG\", \"ini\": 2510, \"clust\": 2824, \"rank\": 1518, \"rankvar\": 2593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1247, \"group\": [2825.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGCATGTG\", \"ini\": 2509, \"clust\": 4655, \"rank\": 1254, \"rankvar\": 1665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1080, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4789, \"group\": [4655.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATAAGCA\", \"ini\": 2508, \"clust\": 2612, \"rank\": 1481, \"rankvar\": 1184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1248, \"group\": [2615.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTACGAGT\", \"ini\": 2507, \"clust\": 1570, \"rank\": 1231, \"rankvar\": 360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3118, \"group\": [1571.0, 175.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCCTCAATT\", \"ini\": 2506, \"clust\": 3766, \"rank\": 1684, \"rankvar\": 2982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1083, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2730, \"group\": [3769.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGAGGTG\", \"ini\": 2505, \"clust\": 4837, \"rank\": 1558, \"rankvar\": 3076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1084, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4790, \"group\": [4835.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCTGATTCT\", \"ini\": 2504, \"clust\": 2813, \"rank\": 1640, \"rankvar\": 2882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1085, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1249, \"group\": [2813.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGTCTTACCGC\", \"ini\": 2503, \"clust\": 1587, \"rank\": 638, \"rankvar\": 4324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3119, \"group\": [1588.0, 178.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGCAATTA\", \"ini\": 2502, \"clust\": 4511, \"rank\": 1233, \"rankvar\": 1890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1087, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4791, \"group\": [4511.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTTCTGTTTGT\", \"ini\": 2501, \"clust\": 2832, \"rank\": 1487, \"rankvar\": 2503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1088, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1250, \"group\": [2833.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTTACCAGT\", \"ini\": 2500, \"clust\": 2637, \"rank\": 1587, \"rankvar\": 1277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1251, \"group\": [2640.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCACAGATTC\", \"ini\": 2499, \"clust\": 2611, \"rank\": 1409, \"rankvar\": 3082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1090, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1252, \"group\": [2612.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCATTAACCG\", \"ini\": 2498, \"clust\": 4495, \"rank\": 1647, \"rankvar\": 2096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1091, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4792, \"group\": [4498.0, 861.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTTCCCT\", \"ini\": 2497, \"clust\": 2539, \"rank\": 1562, \"rankvar\": 4191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1253, \"group\": [2539.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCTCCCATTAT\", \"ini\": 2496, \"clust\": 140, \"rank\": 1080, \"rankvar\": 3950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1093, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 235, \"group\": [139.0, 29.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGACAGGCT\", \"ini\": 2495, \"clust\": 3052, \"rank\": 1723, \"rankvar\": 2547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1254, \"group\": [3053.0, 414.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCATGCCG\", \"ini\": 2494, \"clust\": 4650, \"rank\": 1272, \"rankvar\": 3506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1095, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4793, \"group\": [4649.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTTTCGCTC\", \"ini\": 2493, \"clust\": 4666, \"rank\": 869, \"rankvar\": 3984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1096, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4794, \"group\": [4665.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGCGATCCC\", \"ini\": 2492, \"clust\": 1884, \"rank\": 1965, \"rankvar\": 443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1097, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2095, \"group\": [1886.0, 312.0, 54.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTGAGAT\", \"ini\": 2491, \"clust\": 4646, \"rank\": 1620, \"rankvar\": 1591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1098, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4795, \"group\": [4647.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATGCTCC\", \"ini\": 2490, \"clust\": 4196, \"rank\": 2671, \"rankvar\": 4949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 72, \"group\": [4194.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCACATACG\", \"ini\": 2489, \"clust\": 2590, \"rank\": 1622, \"rankvar\": 494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1255, \"group\": [2593.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTCGTGC\", \"ini\": 2488, \"clust\": 3036, \"rank\": 2324, \"rankvar\": 686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1256, \"group\": [3036.0, 410.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAAGAGTCTGG\", \"ini\": 2487, \"clust\": 2845, \"rank\": 1944, \"rankvar\": 2736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1102, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1257, \"group\": [2846.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTGGC\", \"ini\": 2486, \"clust\": 2242, \"rank\": 1613, \"rankvar\": 1755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1258, \"group\": [2242.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACAACA\", \"ini\": 2485, \"clust\": 2238, \"rank\": 1729, \"rankvar\": 711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1259, \"group\": [2236.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCTCAAACG\", \"ini\": 2484, \"clust\": 2038, \"rank\": 1835, \"rankvar\": 400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1260, \"group\": [2038.0, 337.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTATCGCAT\", \"ini\": 2483, \"clust\": 2827, \"rank\": 1694, \"rankvar\": 4017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1106, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1261, \"group\": [2827.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCGCATGAT\", \"ini\": 2482, \"clust\": 2377, \"rank\": 1673, \"rankvar\": 610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1262, \"group\": [2377.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACACTTGGAT\", \"ini\": 2481, \"clust\": 3098, \"rank\": 2109, \"rankvar\": 1799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1263, \"group\": [3099.0, 424.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCCAGGAT\", \"ini\": 2480, \"clust\": 2480, \"rank\": 1643, \"rankvar\": 2749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1109, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1264, \"group\": [2480.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGATCTGCAGTA\", \"ini\": 2479, \"clust\": 2142, \"rank\": 2021, \"rankvar\": 2427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1110, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1265, \"group\": [2142.0, 356.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGCATCTA\", \"ini\": 2478, \"clust\": 2545, \"rank\": 1398, \"rankvar\": 2801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1266, \"group\": [2545.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAGTCGC\", \"ini\": 2477, \"clust\": 2464, \"rank\": 1513, \"rankvar\": 2418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1267, \"group\": [2462.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTCACCTAA\", \"ini\": 2476, \"clust\": 2510, \"rank\": 1318, \"rankvar\": 3924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1268, \"group\": [2511.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTCCCTGA\", \"ini\": 2475, \"clust\": 4843, \"rank\": 1660, \"rankvar\": 4082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1114, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4796, \"group\": [4848.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCATTTCAGG\", \"ini\": 2474, \"clust\": 2386, \"rank\": 1413, \"rankvar\": 2365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1115, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1269, \"group\": [2387.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAGACTTA\", \"ini\": 2473, \"clust\": 2744, \"rank\": 1615, \"rankvar\": 1278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1270, \"group\": [2745.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGCCAAAT\", \"ini\": 2472, \"clust\": 5125, \"rank\": 2240, \"rankvar\": 124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1271, \"group\": [5124.0, 1009.0, 162.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCAGGCTA\", \"ini\": 2471, \"clust\": 2614, \"rank\": 1599, \"rankvar\": 3651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1272, \"group\": [2614.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAATCACAC\", \"ini\": 2470, \"clust\": 2436, \"rank\": 1697, \"rankvar\": 1705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1273, \"group\": [2438.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAAGACACG\", \"ini\": 2469, \"clust\": 2708, \"rank\": 1649, \"rankvar\": 815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1120, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1274, \"group\": [2709.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCACCTTGTC\", \"ini\": 2468, \"clust\": 2537, \"rank\": 1477, \"rankvar\": 2160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1275, \"group\": [2537.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGAGCAATT\", \"ini\": 2467, \"clust\": 2521, \"rank\": 1610, \"rankvar\": 1048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1122, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1276, \"group\": [2525.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTGTCAAG\", \"ini\": 2466, \"clust\": 2833, \"rank\": 1581, \"rankvar\": 3332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1277, \"group\": [2834.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTCCCTTGT\", \"ini\": 2465, \"clust\": 2747, \"rank\": 1747, \"rankvar\": 2676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1278, \"group\": [2748.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCGTCTGCT\", \"ini\": 2464, \"clust\": 2473, \"rank\": 1636, \"rankvar\": 1030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1279, \"group\": [2476.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTTTGGCGC\", \"ini\": 2463, \"clust\": 2312, \"rank\": 1659, \"rankvar\": 1729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1126, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1280, \"group\": [2315.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAATGCCAT\", \"ini\": 2462, \"clust\": 2710, \"rank\": 1863, \"rankvar\": 606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1281, \"group\": [2711.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGCGATCC\", \"ini\": 2461, \"clust\": 4653, \"rank\": 1592, \"rankvar\": 1947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4797, \"group\": [4651.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATTGGTAC\", \"ini\": 2460, \"clust\": 4503, \"rank\": 1263, \"rankvar\": 4258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4798, \"group\": [4504.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTATAGGTA\", \"ini\": 2459, \"clust\": 2702, \"rank\": 1780, \"rankvar\": 2530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1282, \"group\": [2703.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGAAGCAC\", \"ini\": 2458, \"clust\": 2730, \"rank\": 1745, \"rankvar\": 1386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1131, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1283, \"group\": [2729.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCTGAT\", \"ini\": 2457, \"clust\": 4228, \"rank\": 2882, \"rankvar\": 5226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 73, \"group\": [4224.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGTCATTTGGG\", \"ini\": 2456, \"clust\": 4079, \"rank\": 2161, \"rankvar\": 3415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1133, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2731, \"group\": [4080.0, 763.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGCTATA\", \"ini\": 2455, \"clust\": 2229, \"rank\": 2166, \"rankvar\": 2831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1134, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1284, \"group\": [2229.0, 377.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCTGCAAT\", \"ini\": 2454, \"clust\": 3296, \"rank\": 1699, \"rankvar\": 3258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1285, \"group\": [3297.0, 487.0, 69.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGGGTTTCT\", \"ini\": 2453, \"clust\": 2761, \"rank\": 1607, \"rankvar\": 2451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1286, \"group\": [2762.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAATAGAGT\", \"ini\": 2452, \"clust\": 2129, \"rank\": 1923, \"rankvar\": 1354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1287, \"group\": [2133.0, 351.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAAGCCTAT\", \"ini\": 2451, \"clust\": 2173, \"rank\": 1498, \"rankvar\": 2316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1288, \"group\": [2174.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCCGAACGC\", \"ini\": 2450, \"clust\": 4684, \"rank\": 1359, \"rankvar\": 3711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1139, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4799, \"group\": [4687.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCACCTTGTC\", \"ini\": 2449, \"clust\": 2937, \"rank\": 2057, \"rankvar\": 2648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1289, \"group\": [2938.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGAGTCTGG\", \"ini\": 2448, \"clust\": 2288, \"rank\": 1935, \"rankvar\": 2411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1141, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1290, \"group\": [2287.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAAGGACAC\", \"ini\": 2447, \"clust\": 4749, \"rank\": 1520, \"rankvar\": 4336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4800, \"group\": [4748.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTCGCATC\", \"ini\": 2446, \"clust\": 2669, \"rank\": 1885, \"rankvar\": 1565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1291, \"group\": [2672.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGTAAA\", \"ini\": 2445, \"clust\": 2712, \"rank\": 2099, \"rankvar\": 3183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1292, \"group\": [2714.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACATCTTGCATT\", \"ini\": 2444, \"clust\": 2291, \"rank\": 1540, \"rankvar\": 1201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1293, \"group\": [2291.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACGCCAGT\", \"ini\": 2443, \"clust\": 2776, \"rank\": 1820, \"rankvar\": 1202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1294, \"group\": [2776.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACATTGCGGC\", \"ini\": 2442, \"clust\": 3099, \"rank\": 2112, \"rankvar\": 359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1147, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1295, \"group\": [3100.0, 424.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGATGTGGC\", \"ini\": 2441, \"clust\": 1611, \"rank\": 1623, \"rankvar\": 710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3120, \"group\": [1612.0, 184.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTGGTTTCA\", \"ini\": 2440, \"clust\": 2441, \"rank\": 1685, \"rankvar\": 1168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1296, \"group\": [2444.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAACACCTA\", \"ini\": 2439, \"clust\": 2606, \"rank\": 1687, \"rankvar\": 2558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1150, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1297, \"group\": [2607.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCTACCTC\", \"ini\": 2438, \"clust\": 2993, \"rank\": 2098, \"rankvar\": 3754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1298, \"group\": [2993.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAATTCCTT\", \"ini\": 2437, \"clust\": 2809, \"rank\": 2127, \"rankvar\": 3381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1299, \"group\": [2812.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGCGCAA\", \"ini\": 2436, \"clust\": 2434, \"rank\": 1838, \"rankvar\": 1210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1300, \"group\": [2434.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGTAGGTGC\", \"ini\": 2435, \"clust\": 2645, \"rank\": 1725, \"rankvar\": 1465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1301, \"group\": [2646.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCAATCTC\", \"ini\": 2434, \"clust\": 2514, \"rank\": 1842, \"rankvar\": 1589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1302, \"group\": [2514.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTTGTAGA\", \"ini\": 2433, \"clust\": 4910, \"rank\": 1290, \"rankvar\": 4143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1156, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 74, \"group\": [4914.0, 922.0, 146.0, 33.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAAATGTG\", \"ini\": 2432, \"clust\": 3084, \"rank\": 2009, \"rankvar\": 2171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1303, \"group\": [3084.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTACCGCTG\", \"ini\": 2431, \"clust\": 2340, \"rank\": 1742, \"rankvar\": 2589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1304, \"group\": [2340.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCACATGGGA\", \"ini\": 2430, \"clust\": 2523, \"rank\": 1454, \"rankvar\": 2841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1159, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1305, \"group\": [2522.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGATCTGAA\", \"ini\": 2429, \"clust\": 2243, \"rank\": 1849, \"rankvar\": 2791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1306, \"group\": [2244.0, 380.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCGCCTCA\", \"ini\": 2428, \"clust\": 4513, \"rank\": 1406, \"rankvar\": 2307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4801, \"group\": [4513.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGTTTGGT\", \"ini\": 2427, \"clust\": 4547, \"rank\": 1392, \"rankvar\": 3216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4802, \"group\": [4549.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTATTAGCC\", \"ini\": 2426, \"clust\": 3043, \"rank\": 2076, \"rankvar\": 1853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1307, \"group\": [3041.0, 412.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGAGGGATA\", \"ini\": 2425, \"clust\": 2944, \"rank\": 1994, \"rankvar\": 525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1308, \"group\": [2948.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTGAGTATA\", \"ini\": 2424, \"clust\": 2773, \"rank\": 1778, \"rankvar\": 709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1309, \"group\": [2774.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGGCTAGAC\", \"ini\": 2423, \"clust\": 2531, \"rank\": 1572, \"rankvar\": 2335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1310, \"group\": [2532.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTCCTGCTT\", \"ini\": 2422, \"clust\": 2234, \"rank\": 2347, \"rankvar\": 976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1311, \"group\": [2233.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAGACGCCT\", \"ini\": 2421, \"clust\": 2438, \"rank\": 1681, \"rankvar\": 3813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1312, \"group\": [2437.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGTAGTGCG\", \"ini\": 2420, \"clust\": 4573, \"rank\": 1757, \"rankvar\": 3607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4803, \"group\": [4573.0, 873.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTAGAACAATC\", \"ini\": 2419, \"clust\": 2525, \"rank\": 1282, \"rankvar\": 3097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1313, \"group\": [2528.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCGGTGTCG\", \"ini\": 2418, \"clust\": 2471, \"rank\": 1801, \"rankvar\": 4051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1314, \"group\": [2470.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTCAATAG\", \"ini\": 2417, \"clust\": 4053, \"rank\": 1962, \"rankvar\": 1498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1172, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2732, \"group\": [4055.0, 757.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAGCTGGT\", \"ini\": 2416, \"clust\": 2671, \"rank\": 1652, \"rankvar\": 1656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1315, \"group\": [2671.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGCGACC\", \"ini\": 2415, \"clust\": 2541, \"rank\": 1528, \"rankvar\": 1085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1316, \"group\": [2546.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACATTGAGCT\", \"ini\": 2414, \"clust\": 2889, \"rank\": 2115, \"rankvar\": 4243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1317, \"group\": [2893.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCGAATCT\", \"ini\": 2413, \"clust\": 2956, \"rank\": 1824, \"rankvar\": 3205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1318, \"group\": [2957.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCCCTAAT\", \"ini\": 2412, \"clust\": 2292, \"rank\": 1792, \"rankvar\": 1919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1319, \"group\": [2292.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTAACTGG\", \"ini\": 2411, \"clust\": 2336, \"rank\": 1963, \"rankvar\": 3900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1320, \"group\": [2336.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGAGCTC\", \"ini\": 2410, \"clust\": 2836, \"rank\": 1459, \"rankvar\": 2413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1321, \"group\": [2835.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGACGAA\", \"ini\": 2409, \"clust\": 2478, \"rank\": 1489, \"rankvar\": 3507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1322, \"group\": [2485.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGAAACCTA\", \"ini\": 2408, \"clust\": 4505, \"rank\": 1448, \"rankvar\": 3600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1181, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4804, \"group\": [4503.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCTGCC\", \"ini\": 2407, \"clust\": 4523, \"rank\": 1439, \"rankvar\": 3006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1182, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4805, \"group\": [4524.0, 865.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTCTCTTTA\", \"ini\": 2406, \"clust\": 2774, \"rank\": 1648, \"rankvar\": 663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1323, \"group\": [2775.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTAGAGC\", \"ini\": 2405, \"clust\": 4829, \"rank\": 1410, \"rankvar\": 4319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4806, \"group\": [4827.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGCCGATTT\", \"ini\": 2404, \"clust\": 2338, \"rank\": 1819, \"rankvar\": 1996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1324, \"group\": [2338.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCATTCACT\", \"ini\": 2403, \"clust\": 4651, \"rank\": 1612, \"rankvar\": 2382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1186, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4807, \"group\": [4652.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTCACGGC\", \"ini\": 2402, \"clust\": 2339, \"rank\": 1896, \"rankvar\": 3519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1325, \"group\": [2339.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCATGCAAC\", \"ini\": 2401, \"clust\": 3079, \"rank\": 1883, \"rankvar\": 841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1326, \"group\": [3079.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCGCGTTT\", \"ini\": 2400, \"clust\": 2472, \"rank\": 1580, \"rankvar\": 2525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1327, \"group\": [2471.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCACTAT\", \"ini\": 2399, \"clust\": 5150, \"rank\": 2585, \"rankvar\": 348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1190, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4808, \"group\": [5151.0, 1027.0, 164.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGTCAGCC\", \"ini\": 2398, \"clust\": 2588, \"rank\": 1918, \"rankvar\": 3979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1328, \"group\": [2588.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATAACCG\", \"ini\": 2397, \"clust\": 1544, \"rank\": 1930, \"rankvar\": 1736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1192, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3025, \"group\": [1543.0, 163.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCGTAGTA\", \"ini\": 2396, \"clust\": 2527, \"rank\": 1510, \"rankvar\": 2627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1329, \"group\": [2527.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTTGCTCCT\", \"ini\": 2395, \"clust\": 2905, \"rank\": 1836, \"rankvar\": 2811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1194, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1330, \"group\": [2905.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCGTCTGCT\", \"ini\": 2394, \"clust\": 3005, \"rank\": 1813, \"rankvar\": 4101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1331, \"group\": [3006.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTCATACTG\", \"ini\": 2393, \"clust\": 4581, \"rank\": 2107, \"rankvar\": 2862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4809, \"group\": [4585.0, 877.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCCCACTTG\", \"ini\": 2392, \"clust\": 2323, \"rank\": 1752, \"rankvar\": 1860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1332, \"group\": [2323.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAAGGCTCC\", \"ini\": 2391, \"clust\": 2267, \"rank\": 1585, \"rankvar\": 3919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1333, \"group\": [2265.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGAACAT\", \"ini\": 2390, \"clust\": 2960, \"rank\": 1901, \"rankvar\": 705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1199, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1334, \"group\": [2962.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCTCTAGC\", \"ini\": 2389, \"clust\": 4816, \"rank\": 1476, \"rankvar\": 4402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4810, \"group\": [4816.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTAGGAGTTGC\", \"ini\": 2388, \"clust\": 4704, \"rank\": 1749, \"rankvar\": 2304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1201, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4811, \"group\": [4704.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTGAAATCA\", \"ini\": 2387, \"clust\": 2695, \"rank\": 1578, \"rankvar\": 685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1335, \"group\": [2697.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGCCACGTC\", \"ini\": 2386, \"clust\": 2236, \"rank\": 1929, \"rankvar\": 2549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1336, \"group\": [2237.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTAATTGGA\", \"ini\": 2385, \"clust\": 2942, \"rank\": 1657, \"rankvar\": 2491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1204, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1337, \"group\": [2942.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTAGATTAG\", \"ini\": 2384, \"clust\": 2551, \"rank\": 1771, \"rankvar\": 1499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1205, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1338, \"group\": [2554.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGCGATG\", \"ini\": 2383, \"clust\": 2185, \"rank\": 2210, \"rankvar\": 3134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1339, \"group\": [2186.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCCGCGCAA\", \"ini\": 2382, \"clust\": 4831, \"rank\": 1683, \"rankvar\": 4024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1207, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4812, \"group\": [4840.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGCTGTTA\", \"ini\": 2381, \"clust\": 2875, \"rank\": 1730, \"rankvar\": 1678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1340, \"group\": [2875.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCAGAGGA\", \"ini\": 2380, \"clust\": 1701, \"rank\": 1676, \"rankvar\": 2799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1341, \"group\": [1702.0, 247.0, 47.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGAGTCG\", \"ini\": 2379, \"clust\": 3754, \"rank\": 1446, \"rankvar\": 1942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2733, \"group\": [3751.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAATGGAAT\", \"ini\": 2378, \"clust\": 2862, \"rank\": 1882, \"rankvar\": 4013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1342, \"group\": [2862.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGGAACGT\", \"ini\": 2377, \"clust\": 2639, \"rank\": 1706, \"rankvar\": 2793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1343, \"group\": [2639.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAAGCGAGAAA\", \"ini\": 2376, \"clust\": 2717, \"rank\": 1461, \"rankvar\": 3778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1344, \"group\": [2716.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATCTGGTA\", \"ini\": 2375, \"clust\": 4834, \"rank\": 1639, \"rankvar\": 4219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4813, \"group\": [4839.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTCTCCACT\", \"ini\": 2374, \"clust\": 2837, \"rank\": 1735, \"rankvar\": 1559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1345, \"group\": [2836.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGCAAATCA\", \"ini\": 2373, \"clust\": 2133, \"rank\": 2165, \"rankvar\": 409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1216, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1346, \"group\": [2136.0, 353.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAGGAACGT\", \"ini\": 2372, \"clust\": 3746, \"rank\": 1776, \"rankvar\": 3203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1217, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2734, \"group\": [3750.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAGTAGTA\", \"ini\": 2371, \"clust\": 2751, \"rank\": 1876, \"rankvar\": 1147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1347, \"group\": [2750.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGTTCTTT\", \"ini\": 2370, \"clust\": 1496, \"rank\": 1281, \"rankvar\": 4546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1219, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3961, \"group\": [1495.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGGTCA\", \"ini\": 2369, \"clust\": 2364, \"rank\": 1900, \"rankvar\": 615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1348, \"group\": [2368.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGGTGACAAAT\", \"ini\": 2368, \"clust\": 4184, \"rank\": 2779, \"rankvar\": 4958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1221, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 75, \"group\": [4185.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATATCCG\", \"ini\": 2367, \"clust\": 2724, \"rank\": 1967, \"rankvar\": 2024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1349, \"group\": [2722.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGTCTGAA\", \"ini\": 2366, \"clust\": 2304, \"rank\": 1750, \"rankvar\": 2991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1350, \"group\": [2303.0, 386.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGTCTTCC\", \"ini\": 2365, \"clust\": 2553, \"rank\": 1916, \"rankvar\": 1970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1224, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1351, \"group\": [2553.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGATGAGAG\", \"ini\": 2364, \"clust\": 4558, \"rank\": 1847, \"rankvar\": 2123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4814, \"group\": [4559.0, 869.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACACTGCCAG\", \"ini\": 2363, \"clust\": 4744, \"rank\": 2122, \"rankvar\": 4178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1226, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4815, \"group\": [4849.0, 891.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGCTTATCG\", \"ini\": 2362, \"clust\": 4814, \"rank\": 1844, \"rankvar\": 4167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1227, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4816, \"group\": [4812.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGACTGGGT\", \"ini\": 2361, \"clust\": 2254, \"rank\": 2043, \"rankvar\": 682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1352, \"group\": [2255.0, 382.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGTGACCC\", \"ini\": 2360, \"clust\": 2557, \"rank\": 1422, \"rankvar\": 1345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1229, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1353, \"group\": [2558.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGAGACGAA\", \"ini\": 2359, \"clust\": 2447, \"rank\": 1837, \"rankvar\": 3322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1354, \"group\": [2448.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCTCCGTCATC\", \"ini\": 2358, \"clust\": 4832, \"rank\": 1805, \"rankvar\": 2428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1231, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4817, \"group\": [4831.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTCGGATCC\", \"ini\": 2357, \"clust\": 2232, \"rank\": 2139, \"rankvar\": 692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1355, \"group\": [2234.0, 378.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCCCAAGAT\", \"ini\": 2356, \"clust\": 2640, \"rank\": 1713, \"rankvar\": 2212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1233, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1356, \"group\": [2644.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAGTACCCAAT\", \"ini\": 2355, \"clust\": 2489, \"rank\": 2038, \"rankvar\": 2903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1357, \"group\": [2492.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGAGGGAG\", \"ini\": 2354, \"clust\": 5222, \"rank\": 2557, \"rankvar\": 487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4818, \"group\": [5223.0, 1083.0, 186.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGCACGCCT\", \"ini\": 2353, \"clust\": 2914, \"rank\": 1818, \"rankvar\": 2751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1358, \"group\": [2915.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATCACGG\", \"ini\": 2352, \"clust\": 2465, \"rank\": 2117, \"rankvar\": 2067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1359, \"group\": [2466.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGAATTAC\", \"ini\": 2351, \"clust\": 4556, \"rank\": 1130, \"rankvar\": 2987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4819, \"group\": [4553.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGCAA\", \"ini\": 2350, \"clust\": 3092, \"rank\": 2354, \"rankvar\": 1600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1360, \"group\": [3092.0, 421.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACAGGTCCAC\", \"ini\": 2349, \"clust\": 4663, \"rank\": 1500, \"rankvar\": 3398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1240, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4820, \"group\": [4670.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCACCTCGTT\", \"ini\": 2348, \"clust\": 4193, \"rank\": 2614, \"rankvar\": 4585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1241, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 76, \"group\": [4193.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTTCCACTC\", \"ini\": 2347, \"clust\": 3704, \"rank\": 2153, \"rankvar\": 3907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1242, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2735, \"group\": [3703.0, 693.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCCAAATGC\", \"ini\": 2346, \"clust\": 2483, \"rank\": 1523, \"rankvar\": 1454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1243, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1361, \"group\": [2483.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCACAACGT\", \"ini\": 2345, \"clust\": 2141, \"rank\": 2154, \"rankvar\": 3244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1362, \"group\": [2141.0, 356.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCATTAT\", \"ini\": 2344, \"clust\": 2580, \"rank\": 1791, \"rankvar\": 3557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1363, \"group\": [2579.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTGGCGAAT\", \"ini\": 2343, \"clust\": 1905, \"rank\": 1969, \"rankvar\": 2101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1364, \"group\": [1905.0, 322.0, 58.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAACACCTA\", \"ini\": 2342, \"clust\": 3146, \"rank\": 2535, \"rankvar\": 328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1247, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1365, \"group\": [3148.0, 445.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAACACAGGTTT\", \"ini\": 2341, \"clust\": 1488, \"rank\": 1532, \"rankvar\": 4127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3962, \"group\": [1492.0, 145.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCCAACAACCT\", \"ini\": 2340, \"clust\": 2538, \"rank\": 1644, \"rankvar\": 1902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1366, \"group\": [2538.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCAAGCCTA\", \"ini\": 2339, \"clust\": 2165, \"rank\": 1974, \"rankvar\": 3038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1250, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1367, \"group\": [2168.0, 367.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGGGATGGG\", \"ini\": 2338, \"clust\": 2745, \"rank\": 1712, \"rankvar\": 2089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1368, \"group\": [2746.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCTTGCCGT\", \"ini\": 2337, \"clust\": 2318, \"rank\": 1866, \"rankvar\": 889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1252, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1369, \"group\": [2317.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAAATTGCC\", \"ini\": 2336, \"clust\": 3034, \"rank\": 2377, \"rankvar\": 195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1370, \"group\": [3037.0, 410.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCCTCAGT\", \"ini\": 2335, \"clust\": 2821, \"rank\": 1665, \"rankvar\": 3221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1371, \"group\": [2822.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCGACTGC\", \"ini\": 2334, \"clust\": 2187, \"rank\": 2237, \"rankvar\": 3412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1372, \"group\": [2188.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCATCTACGA\", \"ini\": 2333, \"clust\": 4205, \"rank\": 2799, \"rankvar\": 4883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1256, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 77, \"group\": [4200.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGAGGT\", \"ini\": 2332, \"clust\": 2757, \"rank\": 1957, \"rankvar\": 1195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1373, \"group\": [2759.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGAGGGATA\", \"ini\": 2331, \"clust\": 4823, \"rank\": 1226, \"rankvar\": 4423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1258, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4821, \"group\": [4822.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTCGAATC\", \"ini\": 2330, \"clust\": 4561, \"rank\": 1270, \"rankvar\": 4391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4822, \"group\": [4560.0, 870.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCAGTGGA\", \"ini\": 2329, \"clust\": 3087, \"rank\": 2522, \"rankvar\": 1760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1374, \"group\": [3091.0, 420.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTTCCCTTG\", \"ini\": 2328, \"clust\": 3070, \"rank\": 2251, \"rankvar\": 1959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1261, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1375, \"group\": [3070.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCCTTCAAT\", \"ini\": 2327, \"clust\": 3090, \"rank\": 2395, \"rankvar\": 511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1376, \"group\": [3089.0, 419.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCGAATGGG\", \"ini\": 2326, \"clust\": 4090, \"rank\": 1942, \"rankvar\": 3921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1263, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2736, \"group\": [4092.0, 766.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACATGGTCTA\", \"ini\": 2325, \"clust\": 2738, \"rank\": 1978, \"rankvar\": 1414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1377, \"group\": [2741.0, 401.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTGCCTTGG\", \"ini\": 2324, \"clust\": 2965, \"rank\": 2215, \"rankvar\": 1686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1378, \"group\": [2966.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCGTCTGCT\", \"ini\": 2323, \"clust\": 2547, \"rank\": 1602, \"rankvar\": 2574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1379, \"group\": [2547.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGGCCATAG\", \"ini\": 2322, \"clust\": 3030, \"rank\": 2163, \"rankvar\": 947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1380, \"group\": [3031.0, 409.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCTAAAGA\", \"ini\": 2321, \"clust\": 4492, \"rank\": 1886, \"rankvar\": 4179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4823, \"group\": [4492.0, 859.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGCATGAG\", \"ini\": 2320, \"clust\": 4582, \"rank\": 2438, \"rankvar\": 1753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4824, \"group\": [4584.0, 877.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGCACACAG\", \"ini\": 2319, \"clust\": 2922, \"rank\": 2093, \"rankvar\": 1620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1270, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1381, \"group\": [2925.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGTGATTA\", \"ini\": 2318, \"clust\": 2535, \"rank\": 1767, \"rankvar\": 2580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1382, \"group\": [2534.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCAAACAAG\", \"ini\": 2317, \"clust\": 3776, \"rank\": 1856, \"rankvar\": 2270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1272, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2737, \"group\": [3779.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGCTAGTCT\", \"ini\": 2316, \"clust\": 2881, \"rank\": 1893, \"rankvar\": 904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1273, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1383, \"group\": [2882.0, 405.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCGCGAAA\", \"ini\": 2315, \"clust\": 5175, \"rank\": 2463, \"rankvar\": 751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1274, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1384, \"group\": [5179.0, 1049.0, 171.0, 35.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCACTCCTG\", \"ini\": 2314, \"clust\": 2715, \"rank\": 1979, \"rankvar\": 3114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1385, \"group\": [2719.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGGTATCG\", \"ini\": 2313, \"clust\": 3327, \"rank\": 2615, \"rankvar\": 837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1276, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1386, \"group\": [3326.0, 506.0, 75.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGCTGCCCA\", \"ini\": 2312, \"clust\": 2066, \"rank\": 1825, \"rankvar\": 397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1387, \"group\": [2067.0, 342.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCACTCGACG\", \"ini\": 2311, \"clust\": 2529, \"rank\": 1695, \"rankvar\": 2210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1388, \"group\": [2530.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTTACGGG\", \"ini\": 2310, \"clust\": 2970, \"rank\": 2203, \"rankvar\": 1371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1389, \"group\": [2971.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCATCGTCGG\", \"ini\": 2309, \"clust\": 2753, \"rank\": 1982, \"rankvar\": 2390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1390, \"group\": [2752.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGTGGAGTC\", \"ini\": 2308, \"clust\": 4289, \"rank\": 3042, \"rankvar\": 4547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1281, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 78, \"group\": [4291.0, 798.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAAGCGAGT\", \"ini\": 2307, \"clust\": 2910, \"rank\": 2011, \"rankvar\": 1839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1391, \"group\": [2910.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGGCAGTA\", \"ini\": 2306, \"clust\": 4191, \"rank\": 2737, \"rankvar\": 5020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1283, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 79, \"group\": [4186.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCAAAGACA\", \"ini\": 2305, \"clust\": 4804, \"rank\": 2135, \"rankvar\": 3854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1284, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4825, \"group\": [4803.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTGTTTGC\", \"ini\": 2304, \"clust\": 2184, \"rank\": 2190, \"rankvar\": 1391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1392, \"group\": [2185.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGGACG\", \"ini\": 2303, \"clust\": 2439, \"rank\": 1268, \"rankvar\": 3991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1393, \"group\": [2440.0, 398.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCGGAGCAA\", \"ini\": 2302, \"clust\": 2722, \"rank\": 2130, \"rankvar\": 1507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1394, \"group\": [2723.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGGATCT\", \"ini\": 2301, \"clust\": 2930, \"rank\": 2092, \"rankvar\": 3373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1395, \"group\": [2929.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGAGGCTA\", \"ini\": 2300, \"clust\": 3731, \"rank\": 1458, \"rankvar\": 4107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2738, \"group\": [3738.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCATGCTGGC\", \"ini\": 2299, \"clust\": 3081, \"rank\": 2088, \"rankvar\": 1421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1290, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1396, \"group\": [3081.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTAACCGA\", \"ini\": 2298, \"clust\": 2963, \"rank\": 2149, \"rankvar\": 3489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1397, \"group\": [2964.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCAGCATGAG\", \"ini\": 2297, \"clust\": 2912, \"rank\": 2087, \"rankvar\": 1706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1398, \"group\": [2922.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTCCGT\", \"ini\": 2296, \"clust\": 3071, \"rank\": 2265, \"rankvar\": 2255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1293, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1399, \"group\": [3071.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACAAGCCCAC\", \"ini\": 2295, \"clust\": 2327, \"rank\": 1949, \"rankvar\": 872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1400, \"group\": [2327.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAAAGG\", \"ini\": 2294, \"clust\": 3755, \"rank\": 1631, \"rankvar\": 2087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1295, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2739, \"group\": [3752.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCAAGAAGT\", \"ini\": 2293, \"clust\": 3726, \"rank\": 1539, \"rankvar\": 3499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2740, \"group\": [3726.0, 701.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTAAGGCTAGCA\", \"ini\": 2292, \"clust\": 4936, \"rank\": 1677, \"rankvar\": 2423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3121, \"group\": [4937.0, 936.0, 149.0, 34.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCAACACCA\", \"ini\": 2291, \"clust\": 4185, \"rank\": 2764, \"rankvar\": 4999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1298, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 80, \"group\": [4181.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCACTGGGC\", \"ini\": 2290, \"clust\": 2728, \"rank\": 1878, \"rankvar\": 1392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1299, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1401, \"group\": [2730.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGAGCTATA\", \"ini\": 2289, \"clust\": 4824, \"rank\": 1661, \"rankvar\": 3736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4826, \"group\": [4823.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCAACGGGA\", \"ini\": 2288, \"clust\": 4181, \"rank\": 2928, \"rankvar\": 5055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1301, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 81, \"group\": [4178.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCATGCATGT\", \"ini\": 2287, \"clust\": 2945, \"rank\": 1764, \"rankvar\": 3154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1402, \"group\": [2947.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCTATGTGG\", \"ini\": 2286, \"clust\": 2913, \"rank\": 1704, \"rankvar\": 2679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1403, \"group\": [2916.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGCACCGCT\", \"ini\": 2285, \"clust\": 2668, \"rank\": 1924, \"rankvar\": 2552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1304, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1404, \"group\": [2669.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAATTCCTT\", \"ini\": 2284, \"clust\": 2589, \"rank\": 1772, \"rankvar\": 1730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1405, \"group\": [2589.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGTCGCCGT\", \"ini\": 2283, \"clust\": 1562, \"rank\": 1299, \"rankvar\": 1403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3122, \"group\": [1564.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCAGATAA\", \"ini\": 2282, \"clust\": 4567, \"rank\": 2188, \"rankvar\": 907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1307, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4827, \"group\": [4568.0, 872.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTGGAAAGA\", \"ini\": 2281, \"clust\": 2476, \"rank\": 1736, \"rankvar\": 1826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1406, \"group\": [2477.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCCATTAT\", \"ini\": 2280, \"clust\": 2855, \"rank\": 1931, \"rankvar\": 3884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1407, \"group\": [2854.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCCTTTC\", \"ini\": 2279, \"clust\": 2625, \"rank\": 1795, \"rankvar\": 802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1310, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1408, \"group\": [2628.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGCTCCCAG\", \"ini\": 2278, \"clust\": 2469, \"rank\": 1830, \"rankvar\": 2261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1409, \"group\": [2473.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGACAATAC\", \"ini\": 2277, \"clust\": 3067, \"rank\": 2078, \"rankvar\": 2979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1410, \"group\": [3067.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAACAAGTTGTC\", \"ini\": 2276, \"clust\": 2324, \"rank\": 2063, \"rankvar\": 1331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1411, \"group\": [2324.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCGCGTTTC\", \"ini\": 2275, \"clust\": 4855, \"rank\": 1870, \"rankvar\": 3149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4828, \"group\": [4855.0, 894.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAGCTTAAC\", \"ini\": 2274, \"clust\": 2424, \"rank\": 2034, \"rankvar\": 1493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1412, \"group\": [2425.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTGTGTGCC\", \"ini\": 2273, \"clust\": 3770, \"rank\": 1707, \"rankvar\": 4104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1316, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2741, \"group\": [3772.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAATTGGA\", \"ini\": 2272, \"clust\": 2603, \"rank\": 1985, \"rankvar\": 2484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1317, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1413, \"group\": [2603.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCGTGAC\", \"ini\": 2271, \"clust\": 4609, \"rank\": 2004, \"rankvar\": 941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1318, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4829, \"group\": [4609.0, 882.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCCTGACT\", \"ini\": 2270, \"clust\": 2293, \"rank\": 2047, \"rankvar\": 1153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1414, \"group\": [2296.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAAGCGCTC\", \"ini\": 2269, \"clust\": 3045, \"rank\": 2396, \"rankvar\": 993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1415, \"group\": [3047.0, 412.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTTATCACG\", \"ini\": 2268, \"clust\": 2445, \"rank\": 1926, \"rankvar\": 758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1416, \"group\": [2445.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCCACGTTC\", \"ini\": 2267, \"clust\": 3710, \"rank\": 1911, \"rankvar\": 1456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2742, \"group\": [3710.0, 696.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGCCAT\", \"ini\": 2266, \"clust\": 2358, \"rank\": 1586, \"rankvar\": 3194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1417, \"group\": [2359.0, 394.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCACCATGTA\", \"ini\": 2265, \"clust\": 4863, \"rank\": 2226, \"rankvar\": 2807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1324, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4830, \"group\": [4861.0, 897.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGCCATCGC\", \"ini\": 2264, \"clust\": 1608, \"rank\": 2044, \"rankvar\": 660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3123, \"group\": [1611.0, 183.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTTCTGAAC\", \"ini\": 2263, \"clust\": 2859, \"rank\": 1999, \"rankvar\": 1188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1418, \"group\": [2860.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCCGAG\", \"ini\": 2262, \"clust\": 1595, \"rank\": 1208, \"rankvar\": 2152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3124, \"group\": [1596.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCTCAACTT\", \"ini\": 2261, \"clust\": 2604, \"rank\": 1867, \"rankvar\": 2519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1419, \"group\": [2604.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTACGTAA\", \"ini\": 2260, \"clust\": 2381, \"rank\": 1921, \"rankvar\": 3127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1329, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1420, \"group\": [2382.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGGAATCGC\", \"ini\": 2259, \"clust\": 4852, \"rank\": 1559, \"rankvar\": 3510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1330, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4831, \"group\": [4853.0, 893.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCCGAATGT\", \"ini\": 2258, \"clust\": 4170, \"rank\": 2417, \"rankvar\": 4177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1331, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 82, \"group\": [4170.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGGCAATTA\", \"ini\": 2257, \"clust\": 4206, \"rank\": 2750, \"rankvar\": 4959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1332, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 83, \"group\": [4201.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCTCTTATG\", \"ini\": 2256, \"clust\": 4803, \"rank\": 2296, \"rankvar\": 3706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4832, \"group\": [4805.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGTTGACA\", \"ini\": 2255, \"clust\": 2714, \"rank\": 2186, \"rankvar\": 3619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1421, \"group\": [2713.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCGCTTAGA\", \"ini\": 2254, \"clust\": 2990, \"rank\": 2053, \"rankvar\": 3933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1335, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1422, \"group\": [2992.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTAGTAGTA\", \"ini\": 2253, \"clust\": 4817, \"rank\": 1922, \"rankvar\": 4043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1336, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4833, \"group\": [4817.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTAATCACC\", \"ini\": 2252, \"clust\": 4692, \"rank\": 2042, \"rankvar\": 4591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1337, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4834, \"group\": [4695.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGCTGTTCA\", \"ini\": 2251, \"clust\": 2178, \"rank\": 2335, \"rankvar\": 916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1423, \"group\": [2183.0, 370.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCATCGATG\", \"ini\": 2250, \"clust\": 2916, \"rank\": 1861, \"rankvar\": 2664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1424, \"group\": [2914.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCCAGAA\", \"ini\": 2249, \"clust\": 2446, \"rank\": 1815, \"rankvar\": 2772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1425, \"group\": [2446.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATCAGTAC\", \"ini\": 2248, \"clust\": 2272, \"rank\": 1598, \"rankvar\": 3421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1426, \"group\": [2271.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGGAGCGTT\", \"ini\": 2247, \"clust\": 4186, \"rank\": 2862, \"rankvar\": 4990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1342, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 84, \"group\": [4182.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGAACTGT\", \"ini\": 2246, \"clust\": 2332, \"rank\": 2513, \"rankvar\": 1274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1427, \"group\": [2346.0, 390.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGTGGGAA\", \"ini\": 2245, \"clust\": 2860, \"rank\": 2129, \"rankvar\": 3029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1344, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1428, \"group\": [2861.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCAACGGT\", \"ini\": 2244, \"clust\": 2816, \"rank\": 2017, \"rankvar\": 3842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1345, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1429, \"group\": [2816.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCAACCATG\", \"ini\": 2243, \"clust\": 2549, \"rank\": 1714, \"rankvar\": 2923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1430, \"group\": [2549.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGGCTTCC\", \"ini\": 2242, \"clust\": 2940, \"rank\": 1958, \"rankvar\": 2545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1431, \"group\": [2940.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTATCGGT\", \"ini\": 2241, \"clust\": 4753, \"rank\": 2018, \"rankvar\": 3280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1348, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4835, \"group\": [4752.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATCCGAT\", \"ini\": 2240, \"clust\": 2634, \"rank\": 1797, \"rankvar\": 2104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1432, \"group\": [2634.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACAACTGCGC\", \"ini\": 2239, \"clust\": 1497, \"rank\": 1618, \"rankvar\": 4033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1350, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3963, \"group\": [1496.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGGGAGAG\", \"ini\": 2238, \"clust\": 2517, \"rank\": 1641, \"rankvar\": 3129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1433, \"group\": [2517.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTACAA\", \"ini\": 2237, \"clust\": 2114, \"rank\": 1765, \"rankvar\": 296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1352, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1434, \"group\": [2120.0, 344.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTCAGAAGC\", \"ini\": 2236, \"clust\": 4553, \"rank\": 1133, \"rankvar\": 3720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4836, \"group\": [4551.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTCCCTACT\", \"ini\": 2235, \"clust\": 3759, \"rank\": 1952, \"rankvar\": 4635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1354, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2743, \"group\": [3759.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCCGTTAA\", \"ini\": 2234, \"clust\": 3044, \"rank\": 2052, \"rankvar\": 2207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1435, \"group\": [3042.0, 412.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGTTCGCGC\", \"ini\": 2233, \"clust\": 2132, \"rank\": 2050, \"rankvar\": 2027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1436, \"group\": [2131.0, 351.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGAGTGACC\", \"ini\": 2232, \"clust\": 2046, \"rank\": 1794, \"rankvar\": 1426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1437, \"group\": [2051.0, 340.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACAGATGAGC\", \"ini\": 2231, \"clust\": 4253, \"rank\": 2899, \"rankvar\": 4965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1358, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 85, \"group\": [4253.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGTGGGTTG\", \"ini\": 2230, \"clust\": 2276, \"rank\": 2013, \"rankvar\": 3760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1438, \"group\": [2280.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTCGTTTG\", \"ini\": 2229, \"clust\": 2466, \"rank\": 2158, \"rankvar\": 2357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1439, \"group\": [2467.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAATGGATA\", \"ini\": 2228, \"clust\": 2490, \"rank\": 1989, \"rankvar\": 3051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1440, \"group\": [2490.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGTACTCT\", \"ini\": 2227, \"clust\": 1907, \"rank\": 1724, \"rankvar\": 1431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1441, \"group\": [1908.0, 324.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGTCTGCGACG\", \"ini\": 2226, \"clust\": 2966, \"rank\": 2029, \"rankvar\": 1330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1363, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1442, \"group\": [2967.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTCGGACG\", \"ini\": 2225, \"clust\": 2484, \"rank\": 2037, \"rankvar\": 2303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1443, \"group\": [2484.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCTTACCGC\", \"ini\": 2224, \"clust\": 2281, \"rank\": 1977, \"rankvar\": 2018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1444, \"group\": [2281.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTACTTCTT\", \"ini\": 2223, \"clust\": 2921, \"rank\": 2106, \"rankvar\": 2997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1445, \"group\": [2920.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGTAAGTA\", \"ini\": 2222, \"clust\": 3769, \"rank\": 1788, \"rankvar\": 3061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2744, \"group\": [3767.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAAGGAG\", \"ini\": 2221, \"clust\": 4549, \"rank\": 1292, \"rankvar\": 4346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4837, \"group\": [4546.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCTTTCCTC\", \"ini\": 2220, \"clust\": 2883, \"rank\": 2171, \"rankvar\": 938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1446, \"group\": [2884.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCTACCTC\", \"ini\": 2219, \"clust\": 4842, \"rank\": 2257, \"rankvar\": 2896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4838, \"group\": [4842.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGTTGAGG\", \"ini\": 2218, \"clust\": 3032, \"rank\": 2325, \"rankvar\": 755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1371, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1447, \"group\": [3032.0, 409.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCTTGTACT\", \"ini\": 2217, \"clust\": 2444, \"rank\": 2126, \"rankvar\": 1557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1448, \"group\": [2447.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTTTGCC\", \"ini\": 2216, \"clust\": 2952, \"rank\": 2089, \"rankvar\": 2851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1449, \"group\": [2958.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCAGTCTTCC\", \"ini\": 2215, \"clust\": 3783, \"rank\": 2100, \"rankvar\": 3584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2745, \"group\": [3782.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGACTCAT\", \"ini\": 2214, \"clust\": 2777, \"rank\": 2059, \"rankvar\": 1292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1450, \"group\": [2777.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCGGACAAG\", \"ini\": 2213, \"clust\": 4635, \"rank\": 1412, \"rankvar\": 3804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4839, \"group\": [4632.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCAGGTAAA\", \"ini\": 2212, \"clust\": 3695, \"rank\": 2787, \"rankvar\": 2846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1377, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4326, \"group\": [3695.0, 686.0, 113.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTGGGTCAA\", \"ini\": 2211, \"clust\": 2504, \"rank\": 2077, \"rankvar\": 919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1451, \"group\": [2503.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGACACTAA\", \"ini\": 2210, \"clust\": 2857, \"rank\": 2156, \"rankvar\": 3317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1452, \"group\": [2857.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCCGTCATC\", \"ini\": 2209, \"clust\": 2467, \"rank\": 2189, \"rankvar\": 975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1380, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1453, \"group\": [2468.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATCTGCA\", \"ini\": 2208, \"clust\": 2838, \"rank\": 2108, \"rankvar\": 1848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1454, \"group\": [2840.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCACGCATA\", \"ini\": 2207, \"clust\": 4508, \"rank\": 2033, \"rankvar\": 3188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4840, \"group\": [4507.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACACTGCG\", \"ini\": 2206, \"clust\": 4264, \"rank\": 2956, \"rankvar\": 4941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1383, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 86, \"group\": [4261.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTACTCGCG\", \"ini\": 2205, \"clust\": 2926, \"rank\": 2137, \"rankvar\": 3416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1384, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1455, \"group\": [2928.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTAGTGTACCT\", \"ini\": 2204, \"clust\": 2503, \"rank\": 2220, \"rankvar\": 2437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1456, \"group\": [2505.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGTGATCGG\", \"ini\": 2203, \"clust\": 3640, \"rank\": 1135, \"rankvar\": 2617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1386, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2746, \"group\": [3639.0, 655.0, 106.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCATGTCCTC\", \"ini\": 2202, \"clust\": 2743, \"rank\": 1991, \"rankvar\": 557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1457, \"group\": [2743.0, 402.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGCCTTGAT\", \"ini\": 2201, \"clust\": 2368, \"rank\": 1948, \"rankvar\": 2004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1458, \"group\": [2375.0, 396.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAGACAAAT\", \"ini\": 2200, \"clust\": 4612, \"rank\": 1872, \"rankvar\": 2796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1389, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4841, \"group\": [4612.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGGATATAC\", \"ini\": 2199, \"clust\": 2924, \"rank\": 2234, \"rankvar\": 1373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1390, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1459, \"group\": [2924.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAAGCCCAC\", \"ini\": 2198, \"clust\": 2828, \"rank\": 2140, \"rankvar\": 2870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1460, \"group\": [2828.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTTCCACGG\", \"ini\": 2197, \"clust\": 2748, \"rank\": 2143, \"rankvar\": 2754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1461, \"group\": [2754.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCATGTGGT\", \"ini\": 2196, \"clust\": 2961, \"rank\": 2178, \"rankvar\": 1647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1462, \"group\": [2960.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTAAATGAC\", \"ini\": 2195, \"clust\": 1602, \"rank\": 1079, \"rankvar\": 2306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1394, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3125, \"group\": [1603.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCAGTGTTG\", \"ini\": 2194, \"clust\": 3147, \"rank\": 2715, \"rankvar\": 864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1395, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1463, \"group\": [3146.0, 444.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCATGGCA\", \"ini\": 2193, \"clust\": 2460, \"rank\": 2066, \"rankvar\": 3204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1464, \"group\": [2465.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTTGCCGT\", \"ini\": 2192, \"clust\": 4656, \"rank\": 1401, \"rankvar\": 3464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1397, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4842, \"group\": [4656.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGCGAAA\", \"ini\": 2191, \"clust\": 4146, \"rank\": 2468, \"rankvar\": 4407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1398, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 87, \"group\": [4147.0, 784.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCAGTGTTGAA\", \"ini\": 2190, \"clust\": 2939, \"rank\": 2141, \"rankvar\": 602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1465, \"group\": [2944.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTCGATT\", \"ini\": 2189, \"clust\": 4255, \"rank\": 3028, \"rankvar\": 5155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1400, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 88, \"group\": [4252.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGCAAGACGTG\", \"ini\": 2188, \"clust\": 4276, \"rank\": 2885, \"rankvar\": 3144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1401, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 89, \"group\": [4278.0, 792.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTATAAACG\", \"ini\": 2187, \"clust\": 45, \"rank\": 1727, \"rankvar\": 4881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1402, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5212, \"group\": [46.0, 14.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAAG\", \"ini\": 2186, \"clust\": 3641, \"rank\": 1132, \"rankvar\": 3096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1403, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2747, \"group\": [3640.0, 655.0, 106.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCGCAAACT\", \"ini\": 2185, \"clust\": 3065, \"rank\": 2072, \"rankvar\": 2832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1404, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1466, \"group\": [3066.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAGACACTT\", \"ini\": 2184, \"clust\": 2856, \"rank\": 2246, \"rankvar\": 1762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1467, \"group\": [2859.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGGCCA\", \"ini\": 2183, \"clust\": 2509, \"rank\": 1899, \"rankvar\": 2361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1468, \"group\": [2508.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCATAGCAC\", \"ini\": 2182, \"clust\": 4197, \"rank\": 2919, \"rankvar\": 5081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1407, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 90, \"group\": [4195.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATGGAATA\", \"ini\": 2181, \"clust\": 2866, \"rank\": 2032, \"rankvar\": 1315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1469, \"group\": [2867.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGGTAGCTAAA\", \"ini\": 2180, \"clust\": 2829, \"rank\": 2003, \"rankvar\": 2643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1470, \"group\": [2829.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGCAGTTCATG\", \"ini\": 2179, \"clust\": 2636, \"rank\": 2055, \"rankvar\": 2952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1471, \"group\": [2637.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCTCACCCTCA\", \"ini\": 2178, \"clust\": 3752, \"rank\": 2031, \"rankvar\": 2986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2748, \"group\": [3754.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGGGTGTTG\", \"ini\": 2177, \"clust\": 3764, \"rank\": 2168, \"rankvar\": 2723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2749, \"group\": [3763.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGAGGGCTT\", \"ini\": 2176, \"clust\": 2550, \"rank\": 2102, \"rankvar\": 1815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1472, \"group\": [2550.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGTAGAGC\", \"ini\": 2175, \"clust\": 2174, \"rank\": 2090, \"rankvar\": 1969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1414, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1473, \"group\": [2175.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCAGACTG\", \"ini\": 2174, \"clust\": 1661, \"rank\": 2289, \"rankvar\": 2305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1415, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1474, \"group\": [1662.0, 222.0, 43.0, 12.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTCATCGATTG\", \"ini\": 2173, \"clust\": 2727, \"rank\": 2268, \"rankvar\": 1981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1416, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1475, \"group\": [2731.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCACTGTTAG\", \"ini\": 2172, \"clust\": 2592, \"rank\": 1692, \"rankvar\": 1948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1417, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1476, \"group\": [2592.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGGAACGG\", \"ini\": 2171, \"clust\": 2584, \"rank\": 1981, \"rankvar\": 1639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1477, \"group\": [2583.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAAATTGCC\", \"ini\": 2170, \"clust\": 2443, \"rank\": 1968, \"rankvar\": 1742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1478, \"group\": [2443.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAGTTGGC\", \"ini\": 2169, \"clust\": 2911, \"rank\": 2373, \"rankvar\": 1489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1420, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1479, \"group\": [2911.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAGCGATG\", \"ini\": 2168, \"clust\": 2983, \"rank\": 2379, \"rankvar\": 1225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1480, \"group\": [2983.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACAAACC\", \"ini\": 2167, \"clust\": 2543, \"rank\": 1990, \"rankvar\": 2715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1481, \"group\": [2543.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACTGAAGG\", \"ini\": 2166, \"clust\": 2925, \"rank\": 2241, \"rankvar\": 3088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1482, \"group\": [2932.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGACTAGAT\", \"ini\": 2165, \"clust\": 1566, \"rank\": 1357, \"rankvar\": 3661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3126, \"group\": [1566.0, 174.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCAGTAGT\", \"ini\": 2164, \"clust\": 3324, \"rank\": 2581, \"rankvar\": 1246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1483, \"group\": [3324.0, 505.0, 75.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTGCCCTA\", \"ini\": 2163, \"clust\": 4172, \"rank\": 2806, \"rankvar\": 4795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1426, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 91, \"group\": [4169.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGAGCCTAG\", \"ini\": 2162, \"clust\": 2524, \"rank\": 1696, \"rankvar\": 1419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1484, \"group\": [2523.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATCATCCC\", \"ini\": 2161, \"clust\": 2964, \"rank\": 2313, \"rankvar\": 939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1485, \"group\": [2965.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGGTGTTAA\", \"ini\": 2160, \"clust\": 2134, \"rank\": 2380, \"rankvar\": 1214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1486, \"group\": [2134.0, 352.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATACGCT\", \"ini\": 2159, \"clust\": 3778, \"rank\": 2070, \"rankvar\": 2282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1430, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2750, \"group\": [3776.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTCAAACTC\", \"ini\": 2158, \"clust\": 2995, \"rank\": 2233, \"rankvar\": 399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1487, \"group\": [2995.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTCCACTC\", \"ini\": 2157, \"clust\": 2891, \"rank\": 2172, \"rankvar\": 1505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1488, \"group\": [2891.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTATAGTAG\", \"ini\": 2156, \"clust\": 2835, \"rank\": 2020, \"rankvar\": 1779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1489, \"group\": [2837.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCACGTGG\", \"ini\": 2155, \"clust\": 4496, \"rank\": 2008, \"rankvar\": 3843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4843, \"group\": [4496.0, 861.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACGGTGTC\", \"ini\": 2154, \"clust\": 2959, \"rank\": 2333, \"rankvar\": 1069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1490, \"group\": [2963.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTTCAGTAC\", \"ini\": 2153, \"clust\": 2248, \"rank\": 2239, \"rankvar\": 767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1491, \"group\": [2249.0, 381.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGAGGAA\", \"ini\": 2152, \"clust\": 3082, \"rank\": 2399, \"rankvar\": 1907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1492, \"group\": [3085.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGTGTTAGA\", \"ini\": 2151, \"clust\": 4830, \"rank\": 1894, \"rankvar\": 4115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1438, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4844, \"group\": [4828.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCACACCACGTG\", \"ini\": 2150, \"clust\": 2949, \"rank\": 2005, \"rankvar\": 1288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1493, \"group\": [2951.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAGGTCCAC\", \"ini\": 2149, \"clust\": 2929, \"rank\": 2327, \"rankvar\": 2229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1494, \"group\": [2931.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCGGACAAG\", \"ini\": 2148, \"clust\": 2135, \"rank\": 2151, \"rankvar\": 1299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1441, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1495, \"group\": [2135.0, 352.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGAAACCGC\", \"ini\": 2147, \"clust\": 2454, \"rank\": 2175, \"rankvar\": 3488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1496, \"group\": [2453.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCACCCAGTG\", \"ini\": 2146, \"clust\": 3068, \"rank\": 2269, \"rankvar\": 4274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1443, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1497, \"group\": [3068.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTGTTGAGG\", \"ini\": 2145, \"clust\": 2997, \"rank\": 2091, \"rankvar\": 1703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1444, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1498, \"group\": [2998.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGCCAGTTT\", \"ini\": 2144, \"clust\": 2971, \"rank\": 2132, \"rankvar\": 2809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1499, \"group\": [2974.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTCCAGTAT\", \"ini\": 2143, \"clust\": 3062, \"rank\": 2310, \"rankvar\": 2620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1500, \"group\": [3061.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACTCAGAGCTT\", \"ini\": 2142, \"clust\": 4706, \"rank\": 1889, \"rankvar\": 2490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4845, \"group\": [4706.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCAGAAATG\", \"ini\": 2141, \"clust\": 3050, \"rank\": 2590, \"rankvar\": 2057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1501, \"group\": [3051.0, 413.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCGGATCA\", \"ini\": 2140, \"clust\": 1571, \"rank\": 1717, \"rankvar\": 1095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3127, \"group\": [1572.0, 175.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACCAGGGAGAG\", \"ini\": 2139, \"clust\": 1714, \"rank\": 2039, \"rankvar\": 725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1502, \"group\": [1715.0, 255.0, 49.0, 13.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACAAGCTGGA\", \"ini\": 2138, \"clust\": 4187, \"rank\": 2957, \"rankvar\": 4882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1451, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 92, \"group\": [4183.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCAGGTTTCA\", \"ini\": 2137, \"clust\": 2319, \"rank\": 1862, \"rankvar\": 2854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1452, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1503, \"group\": [2322.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACCAGGCT\", \"ini\": 2136, \"clust\": 2732, \"rank\": 2217, \"rankvar\": 1166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1504, \"group\": [2733.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGGATACC\", \"ini\": 2135, \"clust\": 3031, \"rank\": 2617, \"rankvar\": 961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1454, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1505, \"group\": [3034.0, 409.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTAACG\", \"ini\": 2134, \"clust\": 4838, \"rank\": 2000, \"rankvar\": 3110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1455, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4846, \"group\": [4836.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCATTGCGA\", \"ini\": 2133, \"clust\": 2268, \"rank\": 2094, \"rankvar\": 3065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1506, \"group\": [2266.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGGATTG\", \"ini\": 2132, \"clust\": 3773, \"rank\": 2197, \"rankvar\": 3723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1457, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2751, \"group\": [3775.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAGCGATT\", \"ini\": 2131, \"clust\": 2733, \"rank\": 2358, \"rankvar\": 1994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1507, \"group\": [2736.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTACATGA\", \"ini\": 2130, \"clust\": 1900, \"rank\": 2357, \"rankvar\": 364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1508, \"group\": [1904.0, 321.0, 57.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCATGCAAC\", \"ini\": 2129, \"clust\": 2895, \"rank\": 2352, \"rankvar\": 1637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1509, \"group\": [2896.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGGATAG\", \"ini\": 2128, \"clust\": 3033, \"rank\": 2365, \"rankvar\": 502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1510, \"group\": [3033.0, 409.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGCTGCC\", \"ini\": 2127, \"clust\": 2540, \"rank\": 1892, \"rankvar\": 2907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1511, \"group\": [2540.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTGCGATAG\", \"ini\": 2126, \"clust\": 2984, \"rank\": 2331, \"rankvar\": 1592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1512, \"group\": [2984.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTACCTACA\", \"ini\": 2125, \"clust\": 2736, \"rank\": 2329, \"rankvar\": 666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1513, \"group\": [2737.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAACAACCT\", \"ini\": 2124, \"clust\": 2834, \"rank\": 2110, \"rankvar\": 1612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1514, \"group\": [2841.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAGAGTCG\", \"ini\": 2123, \"clust\": 1494, \"rank\": 1773, \"rankvar\": 4137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1466, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3964, \"group\": [1503.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAAACTGCT\", \"ini\": 2122, \"clust\": 2749, \"rank\": 2074, \"rankvar\": 1513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1467, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1515, \"group\": [2753.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGGGATGGG\", \"ini\": 2121, \"clust\": 2906, \"rank\": 2276, \"rankvar\": 601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1516, \"group\": [2906.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGGTGTGTGCC\", \"ini\": 2120, \"clust\": 2839, \"rank\": 2065, \"rankvar\": 2537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1517, \"group\": [2838.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACGACGAA\", \"ini\": 2119, \"clust\": 2058, \"rank\": 2177, \"rankvar\": 1482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1470, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1518, \"group\": [2059.0, 341.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCCTATGTT\", \"ini\": 2118, \"clust\": 4562, \"rank\": 1561, \"rankvar\": 3696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4847, \"group\": [4561.0, 870.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCATCATC\", \"ini\": 2117, \"clust\": 2325, \"rank\": 2367, \"rankvar\": 1092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1472, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1519, \"group\": [2328.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCACGACTCG\", \"ini\": 2116, \"clust\": 2353, \"rank\": 2121, \"rankvar\": 2090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1473, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1520, \"group\": [2357.0, 393.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCAACACGT\", \"ini\": 2115, \"clust\": 2864, \"rank\": 1959, \"rankvar\": 3028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1474, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1521, \"group\": [2865.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCAGACTCGC\", \"ini\": 2114, \"clust\": 4267, \"rank\": 3118, \"rankvar\": 5127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1475, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 93, \"group\": [4264.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGATCTGAA\", \"ini\": 2113, \"clust\": 4805, \"rank\": 2303, \"rankvar\": 4037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1476, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4848, \"group\": [4804.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCAGCTCGG\", \"ini\": 2112, \"clust\": 2814, \"rank\": 2019, \"rankvar\": 2400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1522, \"group\": [2814.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGGCTATCT\", \"ini\": 2111, \"clust\": 3116, \"rank\": 2575, \"rankvar\": 999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1478, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1523, \"group\": [3119.0, 434.0, 62.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTGCTTGC\", \"ini\": 2110, \"clust\": 4563, \"rank\": 1550, \"rankvar\": 4396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4849, \"group\": [4562.0, 870.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCATCGATTG\", \"ini\": 2109, \"clust\": 2896, \"rank\": 2452, \"rankvar\": 2895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1480, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1524, \"group\": [2894.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCAGAGGT\", \"ini\": 2108, \"clust\": 3771, \"rank\": 2028, \"rankvar\": 2752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2752, \"group\": [3770.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTAGATTAG\", \"ini\": 2107, \"clust\": 2987, \"rank\": 2290, \"rankvar\": 2194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1525, \"group\": [2988.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATTAGCCA\", \"ini\": 2106, \"clust\": 4643, \"rank\": 1946, \"rankvar\": 3084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1483, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4850, \"group\": [4643.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCACGAAACG\", \"ini\": 2105, \"clust\": 2972, \"rank\": 2345, \"rankvar\": 3465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1526, \"group\": [2972.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTCATACTG\", \"ini\": 2104, \"clust\": 1582, \"rank\": 1437, \"rankvar\": 2568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3128, \"group\": [1581.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCTCTGAGA\", \"ini\": 2103, \"clust\": 4833, \"rank\": 2340, \"rankvar\": 2219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1486, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4851, \"group\": [4832.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATTGGTAC\", \"ini\": 2102, \"clust\": 5197, \"rank\": 2681, \"rankvar\": 1694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1487, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4852, \"group\": [5196.0, 1063.0, 179.0, 40.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCGTTACGACT\", \"ini\": 2101, \"clust\": 1909, \"rank\": 2128, \"rankvar\": 1714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1488, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1527, \"group\": [1910.0, 326.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCATTAGC\", \"ini\": 2100, \"clust\": 2886, \"rank\": 2255, \"rankvar\": 1257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1489, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1528, \"group\": [2886.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGCGTAG\", \"ini\": 2099, \"clust\": 4568, \"rank\": 2531, \"rankvar\": 1681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1490, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4853, \"group\": [4569.0, 872.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCCTTTACA\", \"ini\": 2098, \"clust\": 4690, \"rank\": 1996, \"rankvar\": 4315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1491, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4854, \"group\": [4690.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACTCGCG\", \"ini\": 2097, \"clust\": 4545, \"rank\": 1897, \"rankvar\": 2296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1492, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4855, \"group\": [4557.0, 867.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGGTTTCT\", \"ini\": 2096, \"clust\": 4628, \"rank\": 1651, \"rankvar\": 3617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1493, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4856, \"group\": [4631.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTTGCTCCT\", \"ini\": 2095, \"clust\": 4590, \"rank\": 1761, \"rankvar\": 3425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4857, \"group\": [4591.0, 879.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGATAAAC\", \"ini\": 2094, \"clust\": 3019, \"rank\": 2595, \"rankvar\": 3675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1495, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1529, \"group\": [3019.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTATAGGGC\", \"ini\": 2093, \"clust\": 2189, \"rank\": 2442, \"rankvar\": 1737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1530, \"group\": [2190.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTTACTGAC\", \"ini\": 2092, \"clust\": 2505, \"rank\": 2320, \"rankvar\": 3355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1497, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1531, \"group\": [2504.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCAGGTTCA\", \"ini\": 2091, \"clust\": 4828, \"rank\": 1891, \"rankvar\": 4213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4858, \"group\": [4829.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTGGAT\", \"ini\": 2090, \"clust\": 1495, \"rank\": 1285, \"rankvar\": 3807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1499, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3965, \"group\": [1497.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCACGTGAGA\", \"ini\": 2089, \"clust\": 4857, \"rank\": 2314, \"rankvar\": 1129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1500, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4859, \"group\": [4857.0, 895.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTGTCCAT\", \"ini\": 2088, \"clust\": 3027, \"rank\": 2588, \"rankvar\": 2233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1501, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1532, \"group\": [3027.0, 409.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTTATGTGC\", \"ini\": 2087, \"clust\": 1903, \"rank\": 2381, \"rankvar\": 1452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1533, \"group\": [1902.0, 320.0, 57.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACTTATC\", \"ini\": 2086, \"clust\": 2609, \"rank\": 1873, \"rankvar\": 2068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1534, \"group\": [2609.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTGACGCCT\", \"ini\": 2085, \"clust\": 4848, \"rank\": 2332, \"rankvar\": 3753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1504, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4860, \"group\": [4846.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGAGATG\", \"ini\": 2084, \"clust\": 2146, \"rank\": 2305, \"rankvar\": 1358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1535, \"group\": [2147.0, 359.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCTTGAT\", \"ini\": 2083, \"clust\": 1548, \"rank\": 2012, \"rankvar\": 2389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3129, \"group\": [1549.0, 168.0, 25.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCACTTCC\", \"ini\": 2082, \"clust\": 2853, \"rank\": 2223, \"rankvar\": 4181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1536, \"group\": [2855.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGCAAATACAG\", \"ini\": 2081, \"clust\": 4213, \"rank\": 2911, \"rankvar\": 4902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1508, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 94, \"group\": [4209.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCACGTTC\", \"ini\": 2080, \"clust\": 3753, \"rank\": 2147, \"rankvar\": 2003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2753, \"group\": [3753.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTACCGTTA\", \"ini\": 2079, \"clust\": 2154, \"rank\": 2261, \"rankvar\": 529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1510, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1537, \"group\": [2155.0, 364.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTCTAGCCG\", \"ini\": 2078, \"clust\": 1609, \"rank\": 2326, \"rankvar\": 810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3130, \"group\": [1609.0, 181.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTTAGATGA\", \"ini\": 2077, \"clust\": 2867, \"rank\": 2200, \"rankvar\": 1332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1538, \"group\": [2868.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACAAGC\", \"ini\": 2076, \"clust\": 3711, \"rank\": 2116, \"rankvar\": 2462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1513, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2754, \"group\": [3711.0, 697.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGGCGC\", \"ini\": 2075, \"clust\": 2870, \"rank\": 2152, \"rankvar\": 793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1539, \"group\": [2870.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTGTGCCTG\", \"ini\": 2074, \"clust\": 4711, \"rank\": 2455, \"rankvar\": 2655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4861, \"group\": [4714.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAAGTCTGT\", \"ini\": 2073, \"clust\": 4644, \"rank\": 1940, \"rankvar\": 3885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1516, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4862, \"group\": [4644.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATTGAGCT\", \"ini\": 2072, \"clust\": 4691, \"rank\": 2272, \"rankvar\": 3793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1517, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4863, \"group\": [4691.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCATGTTGAC\", \"ini\": 2071, \"clust\": 1551, \"rank\": 1783, \"rankvar\": 3176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3131, \"group\": [1552.0, 171.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCGAACGC\", \"ini\": 2070, \"clust\": 4796, \"rank\": 1975, \"rankvar\": 4485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1519, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4864, \"group\": [4795.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGTGGAT\", \"ini\": 2069, \"clust\": 4776, \"rank\": 2119, \"rankvar\": 4100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1520, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4865, \"group\": [4775.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGGACCCT\", \"ini\": 2068, \"clust\": 2887, \"rank\": 2577, \"rankvar\": 2899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1521, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1540, \"group\": [2887.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGGGTACA\", \"ini\": 2067, \"clust\": 4614, \"rank\": 1787, \"rankvar\": 1863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4866, \"group\": [4617.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGTAATG\", \"ini\": 2066, \"clust\": 2840, \"rank\": 2025, \"rankvar\": 3153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1523, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1541, \"group\": [2839.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAAGCTACCTA\", \"ini\": 2065, \"clust\": 2991, \"rank\": 2386, \"rankvar\": 3620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1542, \"group\": [2990.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTGTTCGAT\", \"ini\": 2064, \"clust\": 2322, \"rank\": 2054, \"rankvar\": 1142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1525, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1543, \"group\": [2325.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGATCACGG\", \"ini\": 2063, \"clust\": 3074, \"rank\": 2370, \"rankvar\": 3044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1544, \"group\": [3077.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCTCACCT\", \"ini\": 2062, \"clust\": 3097, \"rank\": 2461, \"rankvar\": 2162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1527, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1545, \"group\": [3096.0, 422.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTACAGCAG\", \"ini\": 2061, \"clust\": 2931, \"rank\": 2460, \"rankvar\": 2402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1546, \"group\": [2930.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACACATCTTT\", \"ini\": 2060, \"clust\": 2737, \"rank\": 2344, \"rankvar\": 824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1547, \"group\": [2738.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATTCATCGCTC\", \"ini\": 2059, \"clust\": 2848, \"rank\": 2612, \"rankvar\": 1886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1530, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1548, \"group\": [2852.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGCAGCCTC\", \"ini\": 2058, \"clust\": 4686, \"rank\": 1810, \"rankvar\": 3536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1531, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4867, \"group\": [4686.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCATCTACGA\", \"ini\": 2057, \"clust\": 4497, \"rank\": 1708, \"rankvar\": 3208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1532, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4868, \"group\": [4497.0, 861.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCAACCGCCA\", \"ini\": 2056, \"clust\": 4845, \"rank\": 2214, \"rankvar\": 3331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4869, \"group\": [4844.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGTTGAC\", \"ini\": 2055, \"clust\": 2511, \"rank\": 1789, \"rankvar\": 3636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1534, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1549, \"group\": [2512.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACTGTAA\", \"ini\": 2054, \"clust\": 2943, \"rank\": 2231, \"rankvar\": 2492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1550, \"group\": [2943.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACATTAGC\", \"ini\": 2053, \"clust\": 2308, \"rank\": 2079, \"rankvar\": 1781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1551, \"group\": [2307.0, 386.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCTGTT\", \"ini\": 2052, \"clust\": 3012, \"rank\": 2433, \"rankvar\": 626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1552, \"group\": [3012.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTACGA\", \"ini\": 2051, \"clust\": 2802, \"rank\": 2202, \"rankvar\": 2662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1553, \"group\": [2803.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGACTGTAA\", \"ini\": 2050, \"clust\": 2907, \"rank\": 2322, \"rankvar\": 1634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1554, \"group\": [2908.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGTTGAGAT\", \"ini\": 2049, \"clust\": 1910, \"rank\": 2120, \"rankvar\": 1314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1555, \"group\": [1911.0, 327.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGCTGGCT\", \"ini\": 2048, \"clust\": 3763, \"rank\": 2024, \"rankvar\": 3785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1541, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2755, \"group\": [3765.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAGTCATATGC\", \"ini\": 2047, \"clust\": 3046, \"rank\": 2567, \"rankvar\": 2011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1556, \"group\": [3045.0, 412.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTGAGGCTA\", \"ini\": 2046, \"clust\": 3866, \"rank\": 2232, \"rankvar\": 2534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2756, \"group\": [3866.0, 731.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTTATCGGT\", \"ini\": 2045, \"clust\": 3066, \"rank\": 2586, \"rankvar\": 3253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1557, \"group\": [3069.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTAAATGAC\", \"ini\": 2044, \"clust\": 4712, \"rank\": 2609, \"rankvar\": 2222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1545, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4870, \"group\": [4713.0, 887.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGTATCTCG\", \"ini\": 2043, \"clust\": 4210, \"rank\": 2910, \"rankvar\": 5040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1546, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 95, \"group\": [4207.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCTACCTC\", \"ini\": 2042, \"clust\": 2865, \"rank\": 2195, \"rankvar\": 1350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1558, \"group\": [2866.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCTTTA\", \"ini\": 2041, \"clust\": 2874, \"rank\": 2301, \"rankvar\": 1820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1559, \"group\": [2877.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTAAGCG\", \"ini\": 2040, \"clust\": 2192, \"rank\": 2439, \"rankvar\": 2141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1560, \"group\": [2193.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTTTGCATG\", \"ini\": 2039, \"clust\": 1658, \"rank\": 2095, \"rankvar\": 784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1561, \"group\": [1660.0, 220.0, 42.0, 12.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGCCTCA\", \"ini\": 2038, \"clust\": 2216, \"rank\": 2572, \"rankvar\": 1467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1551, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1562, \"group\": [2217.0, 373.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTGCTTG\", \"ini\": 2037, \"clust\": 4551, \"rank\": 1619, \"rankvar\": 1586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4871, \"group\": [4555.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCAGTTCGA\", \"ini\": 2036, \"clust\": 1583, \"rank\": 1574, \"rankvar\": 1229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3132, \"group\": [1582.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGAGTGACC\", \"ini\": 2035, \"clust\": 2885, \"rank\": 2474, \"rankvar\": 1260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1563, \"group\": [2888.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATGCCTAA\", \"ini\": 2034, \"clust\": 3001, \"rank\": 2504, \"rankvar\": 2079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1564, \"group\": [3002.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAAATCCGT\", \"ini\": 2033, \"clust\": 1560, \"rank\": 1294, \"rankvar\": 3688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1556, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3133, \"group\": [1560.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTAGAAGGA\", \"ini\": 2032, \"clust\": 2224, \"rank\": 2312, \"rankvar\": 2441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1565, \"group\": [2223.0, 374.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACTTCTT\", \"ini\": 2031, \"clust\": 2330, \"rank\": 2444, \"rankvar\": 645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1566, \"group\": [2331.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACACTCGACG\", \"ini\": 2030, \"clust\": 3016, \"rank\": 2622, \"rankvar\": 2604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1567, \"group\": [3017.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGTGGGTT\", \"ini\": 2029, \"clust\": 2431, \"rank\": 2157, \"rankvar\": 1115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1568, \"group\": [2439.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTTAGGGTG\", \"ini\": 2028, \"clust\": 1482, \"rank\": 1468, \"rankvar\": 4231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1561, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3966, \"group\": [1482.0, 143.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAAGCTGAG\", \"ini\": 2027, \"clust\": 3020, \"rank\": 2601, \"rankvar\": 2430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1569, \"group\": [3020.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCAGAAC\", \"ini\": 2026, \"clust\": 2498, \"rank\": 2362, \"rankvar\": 1801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1570, \"group\": [2497.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTTGTTTGG\", \"ini\": 2025, \"clust\": 1569, \"rank\": 1316, \"rankvar\": 2415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3134, \"group\": [1570.0, 175.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTACCAGT\", \"ini\": 2024, \"clust\": 2734, \"rank\": 2558, \"rankvar\": 1432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1571, \"group\": [2734.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCATTGTGCA\", \"ini\": 2023, \"clust\": 2269, \"rank\": 2256, \"rankvar\": 1012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1572, \"group\": [2276.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCCATT\", \"ini\": 2022, \"clust\": 4764, \"rank\": 2022, \"rankvar\": 3509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1567, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4872, \"group\": [4763.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTAGCTCCTCT\", \"ini\": 2021, \"clust\": 2497, \"rank\": 2084, \"rankvar\": 2927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1573, \"group\": [2499.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCCTTTCGG\", \"ini\": 2020, \"clust\": 2766, \"rank\": 2342, \"rankvar\": 2266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1574, \"group\": [2769.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATGACATC\", \"ini\": 2019, \"clust\": 3011, \"rank\": 2530, \"rankvar\": 2553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1570, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1575, \"group\": [3014.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGAAACGAG\", \"ini\": 2018, \"clust\": 3047, \"rank\": 2727, \"rankvar\": 1472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1576, \"group\": [3046.0, 412.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTCTTTA\", \"ini\": 2017, \"clust\": 2735, \"rank\": 2389, \"rankvar\": 1756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1572, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1577, \"group\": [2735.0, 400.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCACCACCT\", \"ini\": 2016, \"clust\": 3417, \"rank\": 2209, \"rankvar\": 1867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1573, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2757, \"group\": [3418.0, 552.0, 85.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGAAGATTC\", \"ini\": 2015, \"clust\": 2214, \"rank\": 2402, \"rankvar\": 2494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1578, \"group\": [2215.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTATCTG\", \"ini\": 2014, \"clust\": 2841, \"rank\": 2359, \"rankvar\": 2424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1575, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1579, \"group\": [2842.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCTAGCCC\", \"ini\": 2013, \"clust\": 4598, \"rank\": 1984, \"rankvar\": 2528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1576, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4873, \"group\": [4599.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAAGCATGGCA\", \"ini\": 2012, \"clust\": 4907, \"rank\": 2640, \"rankvar\": 2954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1577, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4874, \"group\": [4910.0, 918.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTTGTCTTT\", \"ini\": 2011, \"clust\": 2486, \"rank\": 2258, \"rankvar\": 1718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1578, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1580, \"group\": [2488.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGTCCTCT\", \"ini\": 2010, \"clust\": 3075, \"rank\": 2494, \"rankvar\": 3213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1581, \"group\": [3075.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCCCAGCT\", \"ini\": 2009, \"clust\": 2982, \"rank\": 2478, \"rankvar\": 1451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1582, \"group\": [2985.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCAGGACAGAA\", \"ini\": 2008, \"clust\": 2452, \"rank\": 2316, \"rankvar\": 1402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1581, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1583, \"group\": [2458.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCTCCTAG\", \"ini\": 2007, \"clust\": 4280, \"rank\": 3197, \"rankvar\": 4906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1582, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 96, \"group\": [4277.0, 791.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCACAACGTT\", \"ini\": 2006, \"clust\": 2819, \"rank\": 2184, \"rankvar\": 1533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1583, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1584, \"group\": [2818.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGTCAAGGC\", \"ini\": 2005, \"clust\": 4259, \"rank\": 3221, \"rankvar\": 5104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1584, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 97, \"group\": [4257.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATAACCTG\", \"ini\": 2004, \"clust\": 3420, \"rank\": 2490, \"rankvar\": 1916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1585, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2758, \"group\": [3421.0, 554.0, 85.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCAATACCG\", \"ini\": 2003, \"clust\": 2998, \"rank\": 2432, \"rankvar\": 2600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1586, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1585, \"group\": [2999.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCTTGAGGT\", \"ini\": 2002, \"clust\": 2771, \"rank\": 2297, \"rankvar\": 1982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1586, \"group\": [2770.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGGACATTA\", \"ini\": 2001, \"clust\": 2973, \"rank\": 2224, \"rankvar\": 2856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1587, \"group\": [2973.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTAGAAGGA\", \"ini\": 2000, \"clust\": 2274, \"rank\": 2182, \"rankvar\": 2818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1589, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1588, \"group\": [2273.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGCCAGTAG\", \"ini\": 1999, \"clust\": 4190, \"rank\": 3005, \"rankvar\": 5062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1590, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 98, \"group\": [4188.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTCGTTC\", \"ini\": 1998, \"clust\": 2890, \"rank\": 2338, \"rankvar\": 2482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1591, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1589, \"group\": [2892.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGCAAGCC\", \"ini\": 1997, \"clust\": 2296, \"rank\": 2319, \"rankvar\": 3234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1590, \"group\": [2297.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTAAGGGAA\", \"ini\": 1996, \"clust\": 2179, \"rank\": 2655, \"rankvar\": 1417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1593, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1591, \"group\": [2182.0, 369.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTACTTCTT\", \"ini\": 1995, \"clust\": 3040, \"rank\": 2674, \"rankvar\": 3119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1592, \"group\": [3048.0, 412.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCAAGCCG\", \"ini\": 1994, \"clust\": 4664, \"rank\": 1552, \"rankvar\": 3455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1595, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4875, \"group\": [4666.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGGCGGTT\", \"ini\": 1993, \"clust\": 3002, \"rank\": 2488, \"rankvar\": 4047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1596, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1593, \"group\": [3003.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTCGCATCG\", \"ini\": 1992, \"clust\": 4856, \"rank\": 2624, \"rankvar\": 2784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1597, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4876, \"group\": [4865.0, 900.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCCTACAGA\", \"ini\": 1991, \"clust\": 2908, \"rank\": 2291, \"rankvar\": 3260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1594, \"group\": [2909.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACTGTTAG\", \"ini\": 1990, \"clust\": 2283, \"rank\": 2230, \"rankvar\": 2557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1599, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1595, \"group\": [2286.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCGGTCTAA\", \"ini\": 1989, \"clust\": 2455, \"rank\": 2245, \"rankvar\": 3794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1600, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1596, \"group\": [2454.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCACCGCTAG\", \"ini\": 1988, \"clust\": 3091, \"rank\": 2908, \"rankvar\": 2700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1597, \"group\": [3094.0, 421.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCATACTG\", \"ini\": 1987, \"clust\": 2284, \"rank\": 2134, \"rankvar\": 2893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1598, \"group\": [2284.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACTGAAGG\", \"ini\": 1986, \"clust\": 2996, \"rank\": 2378, \"rankvar\": 3281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1599, \"group\": [2996.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATGCATG\", \"ini\": 1985, \"clust\": 2909, \"rank\": 2323, \"rankvar\": 1112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1604, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1600, \"group\": [2912.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTAAGTAGT\", \"ini\": 1984, \"clust\": 2548, \"rank\": 2023, \"rankvar\": 3013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1601, \"group\": [2548.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCCACGTC\", \"ini\": 1983, \"clust\": 3761, \"rank\": 1945, \"rankvar\": 3050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2759, \"group\": [3760.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCCTCATTA\", \"ini\": 1982, \"clust\": 3782, \"rank\": 2191, \"rankvar\": 3836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1607, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2760, \"group\": [3786.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGAATGTTG\", \"ini\": 1981, \"clust\": 2453, \"rank\": 2363, \"rankvar\": 2538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1602, \"group\": [2457.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCATTAGC\", \"ini\": 1980, \"clust\": 4216, \"rank\": 3065, \"rankvar\": 4754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1609, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 99, \"group\": [4213.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTCTCATT\", \"ini\": 1979, \"clust\": 2328, \"rank\": 2351, \"rankvar\": 1810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1610, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1603, \"group\": [2329.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAGAGGA\", \"ini\": 1978, \"clust\": 2803, \"rank\": 2400, \"rankvar\": 4397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1604, \"group\": [2804.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCGTTTAC\", \"ini\": 1977, \"clust\": 1550, \"rank\": 1703, \"rankvar\": 2572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1612, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3135, \"group\": [1551.0, 170.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCATACAGCT\", \"ini\": 1976, \"clust\": 4812, \"rank\": 2228, \"rankvar\": 3698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1613, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4877, \"group\": [4815.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGTGGACGT\", \"ini\": 1975, \"clust\": 2536, \"rank\": 2242, \"rankvar\": 1700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1605, \"group\": [2541.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCATTCTTAC\", \"ini\": 1974, \"clust\": 2884, \"rank\": 2546, \"rankvar\": 1028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1606, \"group\": [2885.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTGTCGAGATG\", \"ini\": 1973, \"clust\": 4693, \"rank\": 2243, \"rankvar\": 4538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1616, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4878, \"group\": [4693.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGTGCCT\", \"ini\": 1972, \"clust\": 3003, \"rank\": 2360, \"rankvar\": 2099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1607, \"group\": [3004.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTCTCTTAT\", \"ini\": 1971, \"clust\": 2270, \"rank\": 2073, \"rankvar\": 2398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1618, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1608, \"group\": [2272.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCCGTCAAA\", \"ini\": 1970, \"clust\": 4192, \"rank\": 2878, \"rankvar\": 4972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 100, \"group\": [4187.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGTCACGATGT\", \"ini\": 1969, \"clust\": 3175, \"rank\": 2741, \"rankvar\": 1835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1620, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1609, \"group\": [3174.0, 459.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGGTCTCG\", \"ini\": 1968, \"clust\": 2356, \"rank\": 2337, \"rankvar\": 664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1610, \"group\": [2355.0, 393.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCGGATGGA\", \"ini\": 1967, \"clust\": 3058, \"rank\": 2247, \"rankvar\": 1469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1611, \"group\": [3058.0, 415.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTTAGGTA\", \"ini\": 1966, \"clust\": 2246, \"rank\": 2510, \"rankvar\": 1660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1612, \"group\": [2246.0, 380.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGACTAGAT\", \"ini\": 1965, \"clust\": 4602, \"rank\": 1804, \"rankvar\": 4244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1624, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4879, \"group\": [4603.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATAGACTC\", \"ini\": 1964, \"clust\": 4515, \"rank\": 2068, \"rankvar\": 2779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4880, \"group\": [4516.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTATCCCG\", \"ini\": 1963, \"clust\": 3144, \"rank\": 2753, \"rankvar\": 2692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1613, \"group\": [3144.0, 442.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGTCATGCT\", \"ini\": 1962, \"clust\": 4859, \"rank\": 2503, \"rankvar\": 1616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4881, \"group\": [4864.0, 899.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTTCAGTAC\", \"ini\": 1961, \"clust\": 3756, \"rank\": 2097, \"rankvar\": 3288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1628, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2761, \"group\": [3756.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGAGCCTAG\", \"ini\": 1960, \"clust\": 3767, \"rank\": 2016, \"rankvar\": 3616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1629, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2762, \"group\": [3768.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAACGA\", \"ini\": 1959, \"clust\": 3145, \"rank\": 2796, \"rankvar\": 1182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1614, \"group\": [3145.0, 443.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCGAAAGC\", \"ini\": 1958, \"clust\": 2812, \"rank\": 2283, \"rankvar\": 1213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1615, \"group\": [2817.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATGTGGT\", \"ini\": 1957, \"clust\": 2962, \"rank\": 2343, \"rankvar\": 1485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1616, \"group\": [2961.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAGTCATC\", \"ini\": 1956, \"clust\": 2877, \"rank\": 2288, \"rankvar\": 480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1633, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1617, \"group\": [2881.0, 405.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGCCTTGG\", \"ini\": 1955, \"clust\": 3048, \"rank\": 2538, \"rankvar\": 1932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1634, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1618, \"group\": [3049.0, 413.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATGAATG\", \"ini\": 1954, \"clust\": 2290, \"rank\": 2196, \"rankvar\": 3133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1635, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1619, \"group\": [2293.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCATTTCACT\", \"ini\": 1953, \"clust\": 2546, \"rank\": 2086, \"rankvar\": 2889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1620, \"group\": [2551.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTAACGGT\", \"ini\": 1952, \"clust\": 4658, \"rank\": 1843, \"rankvar\": 3712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1637, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4882, \"group\": [4659.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGACAAGCC\", \"ini\": 1951, \"clust\": 3288, \"rank\": 2592, \"rankvar\": 1471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1621, \"group\": [3288.0, 482.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGGCACTA\", \"ini\": 1950, \"clust\": 4080, \"rank\": 2489, \"rankvar\": 3060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2763, \"group\": [4078.0, 763.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAGCGATG\", \"ini\": 1949, \"clust\": 4583, \"rank\": 2437, \"rankvar\": 3361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1640, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4883, \"group\": [4582.0, 877.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTATATGAG\", \"ini\": 1948, \"clust\": 4765, \"rank\": 1645, \"rankvar\": 3929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1641, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4884, \"group\": [4764.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCGGTGTTA\", \"ini\": 1947, \"clust\": 3148, \"rank\": 2709, \"rankvar\": 71, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1642, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1622, \"group\": [3147.0, 444.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGCGAG\", \"ini\": 1946, \"clust\": 2934, \"rank\": 2453, \"rankvar\": 2354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1623, \"group\": [2937.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGTAGGTGC\", \"ini\": 1945, \"clust\": 3028, \"rank\": 2533, \"rankvar\": 1150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1624, \"group\": [3028.0, 409.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACAGACAG\", \"ini\": 1944, \"clust\": 2847, \"rank\": 2298, \"rankvar\": 3993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1625, \"group\": [2845.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGACCAAG\", \"ini\": 1943, \"clust\": 4221, \"rank\": 3345, \"rankvar\": 5195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1646, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 101, \"group\": [4217.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCGATCCCT\", \"ini\": 1942, \"clust\": 2331, \"rank\": 2496, \"rankvar\": 1240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1647, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1626, \"group\": [2332.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTAAC\", \"ini\": 1941, \"clust\": 2310, \"rank\": 2204, \"rankvar\": 1566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1648, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1627, \"group\": [2311.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCTGCTGCT\", \"ini\": 1940, \"clust\": 3076, \"rank\": 2374, \"rankvar\": 3666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1649, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1628, \"group\": [3076.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATGCATG\", \"ini\": 1939, \"clust\": 2149, \"rank\": 2369, \"rankvar\": 286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1629, \"group\": [2150.0, 362.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCATTCCTGC\", \"ini\": 1938, \"clust\": 4222, \"rank\": 3254, \"rankvar\": 5196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1651, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 102, \"group\": [4218.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACCTCGGA\", \"ini\": 1937, \"clust\": 3017, \"rank\": 2706, \"rankvar\": 1531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1630, \"group\": [3018.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCAGTATCACCA\", \"ini\": 1936, \"clust\": 4695, \"rank\": 2062, \"rankvar\": 3873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1653, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4885, \"group\": [4696.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCCTATTCA\", \"ini\": 1935, \"clust\": 3009, \"rank\": 2679, \"rankvar\": 2931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1631, \"group\": [3008.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTAAGTGTA\", \"ini\": 1934, \"clust\": 3063, \"rank\": 2495, \"rankvar\": 2409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1655, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1632, \"group\": [3062.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTGCTGTAT\", \"ini\": 1933, \"clust\": 20, \"rank\": 2508, \"rankvar\": 4735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1656, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5213, \"group\": [21.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATGGTCA\", \"ini\": 1932, \"clust\": 2273, \"rank\": 2212, \"rankvar\": 3654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1633, \"group\": [2275.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGACGACGT\", \"ini\": 1931, \"clust\": 2450, \"rank\": 2416, \"rankvar\": 3117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1634, \"group\": [2450.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTCCGAGTC\", \"ini\": 1930, \"clust\": 4603, \"rank\": 1807, \"rankvar\": 4036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4886, \"group\": [4604.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGAAGG\", \"ini\": 1929, \"clust\": 2863, \"rank\": 2404, \"rankvar\": 2220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1635, \"group\": [2863.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACAGGCTCAC\", \"ini\": 1928, \"clust\": 2477, \"rank\": 2150, \"rankvar\": 1098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1636, \"group\": [2478.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCATTTGGG\", \"ini\": 1927, \"clust\": 1536, \"rank\": 2266, \"rankvar\": 2894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3136, \"group\": [1537.0, 161.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAAGGGCTCTC\", \"ini\": 1926, \"clust\": 4067, \"rank\": 2630, \"rankvar\": 1073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1663, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2764, \"group\": [4066.0, 761.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCAATGTC\", \"ini\": 1925, \"clust\": 2850, \"rank\": 2600, \"rankvar\": 2808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1664, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1637, \"group\": [2849.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCGC\", \"ini\": 1924, \"clust\": 4081, \"rank\": 2659, \"rankvar\": 2947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1665, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2765, \"group\": [4079.0, 763.0, 118.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGAACAG\", \"ini\": 1923, \"clust\": 3784, \"rank\": 2487, \"rankvar\": 3821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1666, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2766, \"group\": [3783.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACACGAAACG\", \"ini\": 1922, \"clust\": 2767, \"rank\": 2552, \"rankvar\": 2097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1638, \"group\": [2767.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCACTAGTAC\", \"ini\": 1921, \"clust\": 2448, \"rank\": 2390, \"rankvar\": 2621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1668, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1639, \"group\": [2449.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACGGTTTA\", \"ini\": 1920, \"clust\": 3287, \"rank\": 2525, \"rankvar\": 1264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1640, \"group\": [3290.0, 483.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCAAAGTC\", \"ini\": 1919, \"clust\": 2893, \"rank\": 2434, \"rankvar\": 1337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1670, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1641, \"group\": [2890.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCTCGCATC\", \"ini\": 1918, \"clust\": 4750, \"rank\": 1855, \"rankvar\": 3386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1671, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4887, \"group\": [4749.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTGGACCC\", \"ini\": 1917, \"clust\": 3014, \"rank\": 2776, \"rankvar\": 803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1672, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1642, \"group\": [3015.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCGAATGT\", \"ini\": 1916, \"clust\": 4180, \"rank\": 3083, \"rankvar\": 5051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1673, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 103, \"group\": [4180.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTAAGTGTA\", \"ini\": 1915, \"clust\": 2876, \"rank\": 2218, \"rankvar\": 1172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1643, \"group\": [2876.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCTGTCCGT\", \"ini\": 1914, \"clust\": 2506, \"rank\": 2286, \"rankvar\": 935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1644, \"group\": [2510.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCAGTATG\", \"ini\": 1913, \"clust\": 4634, \"rank\": 1983, \"rankvar\": 4106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1676, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4888, \"group\": [4634.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTCCGAACC\", \"ini\": 1912, \"clust\": 3024, \"rank\": 2691, \"rankvar\": 2069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1677, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1645, \"group\": [3025.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTGCGCTTG\", \"ini\": 1911, \"clust\": 2156, \"rank\": 2694, \"rankvar\": 1571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1646, \"group\": [2156.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACAGACGCTC\", \"ini\": 1910, \"clust\": 3747, \"rank\": 2229, \"rankvar\": 2835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1679, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2767, \"group\": [3746.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGGGAG\", \"ini\": 1909, \"clust\": 1624, \"rank\": 1588, \"rankvar\": 1418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1647, \"group\": [1631.0, 199.0, 34.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTTCGAGA\", \"ini\": 1908, \"clust\": 2785, \"rank\": 2553, \"rankvar\": 3500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1681, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1648, \"group\": [2785.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGAATCCA\", \"ini\": 1907, \"clust\": 3007, \"rank\": 2777, \"rankvar\": 980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1649, \"group\": [3011.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGAATGGA\", \"ini\": 1906, \"clust\": 2210, \"rank\": 2733, \"rankvar\": 2016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1650, \"group\": [2208.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCGTACGGC\", \"ini\": 1905, \"clust\": 2341, \"rank\": 2587, \"rankvar\": 3599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1651, \"group\": [2341.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCAGAGCCAA\", \"ini\": 1904, \"clust\": 3728, \"rank\": 2006, \"rankvar\": 3200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1685, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2768, \"group\": [3727.0, 701.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCATGTCCC\", \"ini\": 1903, \"clust\": 3055, \"rank\": 2666, \"rankvar\": 2136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1652, \"group\": [3055.0, 414.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTAGTGCG\", \"ini\": 1902, \"clust\": 2861, \"rank\": 2306, \"rankvar\": 3642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1653, \"group\": [2864.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCGATTCT\", \"ini\": 1901, \"clust\": 2176, \"rank\": 2499, \"rankvar\": 3788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1654, \"group\": [2176.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTGTTGAGG\", \"ini\": 1900, \"clust\": 2858, \"rank\": 2387, \"rankvar\": 3150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1689, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1655, \"group\": [2858.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAGTAACGG\", \"ini\": 1899, \"clust\": 2764, \"rank\": 2334, \"rankvar\": 498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1656, \"group\": [2765.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGCTAGTCT\", \"ini\": 1898, \"clust\": 1614, \"rank\": 2015, \"rankvar\": 1170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3137, \"group\": [1614.0, 185.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTGTCGT\", \"ini\": 1897, \"clust\": 1577, \"rank\": 1864, \"rankvar\": 2989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3138, \"group\": [1579.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGAGTCCCACG\", \"ini\": 1896, \"clust\": 2843, \"rank\": 2376, \"rankvar\": 452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1657, \"group\": [2848.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCAAGCCCAC\", \"ini\": 1895, \"clust\": 4199, \"rank\": 3049, \"rankvar\": 4987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1694, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 104, \"group\": [4196.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTGTATGGG\", \"ini\": 1894, \"clust\": 2985, \"rank\": 2688, \"rankvar\": 1243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1658, \"group\": [2986.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATTCCC\", \"ini\": 1893, \"clust\": 2294, \"rank\": 2368, \"rankvar\": 927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1696, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1659, \"group\": [2294.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAAAGCGGT\", \"ini\": 1892, \"clust\": 2878, \"rank\": 2545, \"rankvar\": 1650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1697, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1660, \"group\": [2880.0, 405.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTCTCCCTA\", \"ini\": 1891, \"clust\": 2496, \"rank\": 2451, \"rankvar\": 3080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1661, \"group\": [2506.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTACGAGT\", \"ini\": 1890, \"clust\": 2295, \"rank\": 2419, \"rankvar\": 597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1662, \"group\": [2295.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGCGCCAA\", \"ini\": 1889, \"clust\": 4636, \"rank\": 1954, \"rankvar\": 3988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1700, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4889, \"group\": [4633.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGGATCGA\", \"ini\": 1888, \"clust\": 2492, \"rank\": 2048, \"rankvar\": 3799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1701, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1663, \"group\": [2493.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCGCAA\", \"ini\": 1887, \"clust\": 4647, \"rank\": 1906, \"rankvar\": 4015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1702, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4890, \"group\": [4654.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAGTGGAGT\", \"ini\": 1886, \"clust\": 2807, \"rank\": 2391, \"rankvar\": 2806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1664, \"group\": [2807.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTAGCAAAT\", \"ini\": 1885, \"clust\": 2147, \"rank\": 2457, \"rankvar\": 247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1665, \"group\": [2148.0, 360.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGGCATGTG\", \"ini\": 1884, \"clust\": 2938, \"rank\": 2611, \"rankvar\": 2239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1666, \"group\": [2939.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCTGTT\", \"ini\": 1883, \"clust\": 2897, \"rank\": 2559, \"rankvar\": 644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1706, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1667, \"group\": [2895.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGATGT\", \"ini\": 1882, \"clust\": 2576, \"rank\": 2406, \"rankvar\": 3603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1707, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1668, \"group\": [2577.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCACAGCCCA\", \"ini\": 1881, \"clust\": 3298, \"rank\": 2336, \"rankvar\": 2285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1669, \"group\": [3299.0, 489.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTATATGGA\", \"ini\": 1880, \"clust\": 2879, \"rank\": 2527, \"rankvar\": 2990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1709, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1670, \"group\": [2878.0, 405.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCGTTTATC\", \"ini\": 1879, \"clust\": 2223, \"rank\": 2536, \"rankvar\": 2544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1671, \"group\": [2225.0, 374.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCCCACTTG\", \"ini\": 1878, \"clust\": 3006, \"rank\": 2547, \"rankvar\": 1577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1672, \"group\": [3007.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGGGATC\", \"ini\": 1877, \"clust\": 2933, \"rank\": 2610, \"rankvar\": 2447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1673, \"group\": [2934.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCCACGCAG\", \"ini\": 1876, \"clust\": 2329, \"rank\": 2388, \"rankvar\": 1778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1674, \"group\": [2330.0, 388.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCAAAGCG\", \"ini\": 1875, \"clust\": 4294, \"rank\": 2705, \"rankvar\": 4408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1675, \"group\": [4294.0, 801.0, 129.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCCATGAAC\", \"ini\": 1874, \"clust\": 4610, \"rank\": 2279, \"rankvar\": 3098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1715, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4891, \"group\": [4610.0, 882.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCCGGCACA\", \"ini\": 1873, \"clust\": 4591, \"rank\": 2302, \"rankvar\": 1792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1716, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4892, \"group\": [4592.0, 879.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTACCGTTA\", \"ini\": 1872, \"clust\": 3643, \"rank\": 1955, \"rankvar\": 3237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1717, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2769, \"group\": [3643.0, 658.0, 107.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGGGTATG\", \"ini\": 1871, \"clust\": 3056, \"rank\": 2669, \"rankvar\": 4035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1676, \"group\": [3056.0, 414.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTCTTGATG\", \"ini\": 1870, \"clust\": 4548, \"rank\": 1816, \"rankvar\": 1862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1719, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4893, \"group\": [4548.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTACGGAG\", \"ini\": 1869, \"clust\": 2772, \"rank\": 2475, \"rankvar\": 1584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1720, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1677, \"group\": [2771.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAAGCACACAG\", \"ini\": 1868, \"clust\": 1500, \"rank\": 1829, \"rankvar\": 4537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1721, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3967, \"group\": [1500.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGTACACCT\", \"ini\": 1867, \"clust\": 2784, \"rank\": 2726, \"rankvar\": 1636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1722, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1678, \"group\": [2787.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGGACAC\", \"ini\": 1866, \"clust\": 4858, \"rank\": 2307, \"rankvar\": 2948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4894, \"group\": [4858.0, 896.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTTGACGTT\", \"ini\": 1865, \"clust\": 1612, \"rank\": 2420, \"rankvar\": 1491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3139, \"group\": [1613.0, 184.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCGTTCCG\", \"ini\": 1864, \"clust\": 3749, \"rank\": 2411, \"rankvar\": 4142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2770, \"group\": [3748.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCAGGGTATG\", \"ini\": 1863, \"clust\": 1906, \"rank\": 2450, \"rankvar\": 1764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1679, \"group\": [1906.0, 322.0, 58.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTTGACGA\", \"ini\": 1862, \"clust\": 3762, \"rank\": 2410, \"rankvar\": 3522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1727, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2771, \"group\": [3761.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATCCGGGT\", \"ini\": 1861, \"clust\": 4274, \"rank\": 3395, \"rankvar\": 4752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1728, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 105, \"group\": [4271.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCATGACGGA\", \"ini\": 1860, \"clust\": 2822, \"rank\": 2096, \"rankvar\": 2190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1729, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1680, \"group\": [2823.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTTCCGTCT\", \"ini\": 1859, \"clust\": 2289, \"rank\": 2445, \"rankvar\": 2916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1681, \"group\": [2288.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACCATAG\", \"ini\": 1858, \"clust\": 3779, \"rank\": 2293, \"rankvar\": 4246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1731, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2772, \"group\": [3777.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGGTGTTAA\", \"ini\": 1857, \"clust\": 2765, \"rank\": 2339, \"rankvar\": 1205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1732, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1682, \"group\": [2766.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGACTCGGA\", \"ini\": 1856, \"clust\": 2804, \"rank\": 2430, \"rankvar\": 3012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1733, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1683, \"group\": [2805.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGTGAAGTT\", \"ini\": 1855, \"clust\": 4777, \"rank\": 2222, \"rankvar\": 2054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4895, \"group\": [4776.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCAGAGACG\", \"ini\": 1854, \"clust\": 2806, \"rank\": 2596, \"rankvar\": 1989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1684, \"group\": [2809.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCTCAACGAAA\", \"ini\": 1853, \"clust\": 1640, \"rank\": 1890, \"rankvar\": 581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1736, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2773, \"group\": [1641.0, 207.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTCGCGGTT\", \"ini\": 1852, \"clust\": 4632, \"rank\": 1796, \"rankvar\": 4716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4896, \"group\": [4636.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGAGTCTGG\", \"ini\": 1851, \"clust\": 4584, \"rank\": 2631, \"rankvar\": 1534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1738, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4897, \"group\": [4583.0, 877.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTACAGCTTCGG\", \"ini\": 1850, \"clust\": 3015, \"rank\": 2718, \"rankvar\": 302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1685, \"group\": [3016.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTCTGAGA\", \"ini\": 1849, \"clust\": 2994, \"rank\": 2548, \"rankvar\": 2769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1686, \"group\": [2994.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTGTGGTTT\", \"ini\": 1848, \"clust\": 2337, \"rank\": 2392, \"rankvar\": 3138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1687, \"group\": [2337.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATCCGTGG\", \"ini\": 1847, \"clust\": 2311, \"rank\": 2179, \"rankvar\": 2107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1742, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1688, \"group\": [2312.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAGC\", \"ini\": 1846, \"clust\": 4798, \"rank\": 1898, \"rankvar\": 4334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1743, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4898, \"group\": [4800.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACAAGGTGTG\", \"ini\": 1845, \"clust\": 3788, \"rank\": 2578, \"rankvar\": 1363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1744, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2774, \"group\": [3787.0, 703.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGAATTCCC\", \"ini\": 1844, \"clust\": 4566, \"rank\": 2174, \"rankvar\": 3870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1745, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4899, \"group\": [4565.0, 870.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTCCGTAT\", \"ini\": 1843, \"clust\": 2456, \"rank\": 2482, \"rankvar\": 3376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1746, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1689, \"group\": [2455.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGTGAGT\", \"ini\": 1842, \"clust\": 2244, \"rank\": 2519, \"rankvar\": 2842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1747, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1690, \"group\": [2245.0, 380.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTATATGAG\", \"ini\": 1841, \"clust\": 2307, \"rank\": 2407, \"rankvar\": 905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1691, \"group\": [2309.0, 386.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCATGCAT\", \"ini\": 1840, \"clust\": 2282, \"rank\": 2483, \"rankvar\": 1595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1692, \"group\": [2282.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAGCGTCCA\", \"ini\": 1839, \"clust\": 2190, \"rank\": 2584, \"rankvar\": 2256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1750, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1693, \"group\": [2191.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTAGGACAC\", \"ini\": 1838, \"clust\": 2992, \"rank\": 2636, \"rankvar\": 1956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1751, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1694, \"group\": [2991.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTCCGGCA\", \"ini\": 1837, \"clust\": 2968, \"rank\": 2539, \"rankvar\": 1449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1695, \"group\": [2969.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATTTCAGG\", \"ini\": 1836, \"clust\": 4626, \"rank\": 2155, \"rankvar\": 3730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1753, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4900, \"group\": [4626.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTTAGTGGG\", \"ini\": 1835, \"clust\": 2166, \"rank\": 2620, \"rankvar\": 1910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1696, \"group\": [2166.0, 367.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTCAGCTTCGG\", \"ini\": 1834, \"clust\": 2157, \"rank\": 2835, \"rankvar\": 2002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1697, \"group\": [2157.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTACATGTC\", \"ini\": 1833, \"clust\": 3757, \"rank\": 2426, \"rankvar\": 2052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1756, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2775, \"group\": [3757.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCACCGCTAG\", \"ini\": 1832, \"clust\": 2163, \"rank\": 2797, \"rankvar\": 2072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1698, \"group\": [2161.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTTCCAACA\", \"ini\": 1831, \"clust\": 2797, \"rank\": 2604, \"rankvar\": 1929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1699, \"group\": [2798.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTCCAGGG\", \"ini\": 1830, \"clust\": 3748, \"rank\": 2500, \"rankvar\": 4090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1759, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2776, \"group\": [3747.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGTCGTTC\", \"ini\": 1829, \"clust\": 3008, \"rank\": 2736, \"rankvar\": 2672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1700, \"group\": [3010.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCACGTCAGC\", \"ini\": 1828, \"clust\": 4689, \"rank\": 2250, \"rankvar\": 2015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1761, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4901, \"group\": [4692.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGTCCTCCT\", \"ini\": 1827, \"clust\": 2230, \"rank\": 2626, \"rankvar\": 744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1762, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1701, \"group\": [2230.0, 377.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGGCTCTTA\", \"ini\": 1826, \"clust\": 2313, \"rank\": 2144, \"rankvar\": 2300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1702, \"group\": [2313.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATTCTTAC\", \"ini\": 1825, \"clust\": 3022, \"rank\": 2744, \"rankvar\": 1605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1703, \"group\": [3022.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCCTCATTA\", \"ini\": 1824, \"clust\": 40, \"rank\": 2477, \"rankvar\": 4624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5214, \"group\": [37.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTTGTCGCG\", \"ini\": 1823, \"clust\": 3289, \"rank\": 2763, \"rankvar\": 2192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1704, \"group\": [3289.0, 482.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCCATTTA\", \"ini\": 1822, \"clust\": 4688, \"rank\": 2353, \"rankvar\": 3095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1767, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4902, \"group\": [4689.0, 885.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCACAGACAG\", \"ini\": 1821, \"clust\": 2158, \"rank\": 2861, \"rankvar\": 2646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1705, \"group\": [2160.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGGTACTCT\", \"ini\": 1820, \"clust\": 2170, \"rank\": 2613, \"rankvar\": 3590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1706, \"group\": [2173.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTCTGTCG\", \"ini\": 1819, \"clust\": 4569, \"rank\": 2645, \"rankvar\": 2321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1770, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4903, \"group\": [4570.0, 872.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGCCTTGG\", \"ini\": 1818, \"clust\": 2167, \"rank\": 2647, \"rankvar\": 1116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1707, \"group\": [2167.0, 367.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTGCTGCT\", \"ini\": 1817, \"clust\": 2435, \"rank\": 2555, \"rankvar\": 1138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1772, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1708, \"group\": [2435.0, 397.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTTCAGACT\", \"ini\": 1816, \"clust\": 2988, \"rank\": 2642, \"rankvar\": 1361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1773, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1709, \"group\": [2989.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGAAGGCT\", \"ini\": 1815, \"clust\": 2790, \"rank\": 2440, \"rankvar\": 3016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1710, \"group\": [2791.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTAAACCTC\", \"ini\": 1814, \"clust\": 3729, \"rank\": 2125, \"rankvar\": 3724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1775, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2777, \"group\": [3728.0, 701.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTCACGCC\", \"ini\": 1813, \"clust\": 4631, \"rank\": 2206, \"rankvar\": 3691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1776, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4904, \"group\": [4637.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGTGGGTTG\", \"ini\": 1812, \"clust\": 2263, \"rank\": 2606, \"rankvar\": 3207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1711, \"group\": [2262.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGGGCTTGA\", \"ini\": 1811, \"clust\": 2320, \"rank\": 2295, \"rankvar\": 2372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1778, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1712, \"group\": [2320.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATGGAATA\", \"ini\": 1810, \"clust\": 2264, \"rank\": 2511, \"rankvar\": 4468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1779, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1713, \"group\": [2263.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTACCGAGA\", \"ini\": 1809, \"clust\": 4813, \"rank\": 2193, \"rankvar\": 3719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1780, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4905, \"group\": [4814.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCAGCATGT\", \"ini\": 1808, \"clust\": 2251, \"rank\": 2523, \"rankvar\": 1945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1714, \"group\": [2253.0, 381.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCTAGGCA\", \"ini\": 1807, \"clust\": 2168, \"rank\": 2766, \"rankvar\": 1346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1715, \"group\": [2169.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGCTGCTG\", \"ini\": 1806, \"clust\": 5219, \"rank\": 3276, \"rankvar\": 3278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1783, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4906, \"group\": [5216.0, 1079.0, 186.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCTATGTT\", \"ini\": 1805, \"clust\": 3004, \"rank\": 2473, \"rankvar\": 2828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1716, \"group\": [3005.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCCGAATGT\", \"ini\": 1804, \"clust\": 3639, \"rank\": 1860, \"rankvar\": 3602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1785, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2778, \"group\": [3641.0, 656.0, 106.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGACGGTA\", \"ini\": 1803, \"clust\": 4200, \"rank\": 3241, \"rankvar\": 5070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1786, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 106, \"group\": [4197.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTATAGTAG\", \"ini\": 1802, \"clust\": 4272, \"rank\": 3313, \"rankvar\": 4938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1787, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 107, \"group\": [4268.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATTTCAGG\", \"ini\": 1801, \"clust\": 3053, \"rank\": 2692, \"rankvar\": 2186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1717, \"group\": [3054.0, 414.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCATGTCCTC\", \"ini\": 1800, \"clust\": 3042, \"rank\": 2683, \"rankvar\": 1123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1718, \"group\": [3043.0, 412.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTCACCTAA\", \"ini\": 1799, \"clust\": 4203, \"rank\": 3077, \"rankvar\": 4734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1790, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 108, \"group\": [4203.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTAACGGT\", \"ini\": 1798, \"clust\": 2228, \"rank\": 2422, \"rankvar\": 1355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1719, \"group\": [2231.0, 377.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCAGTCAGT\", \"ini\": 1797, \"clust\": 4201, \"rank\": 3144, \"rankvar\": 5010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1792, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 109, \"group\": [4198.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGATCCA\", \"ini\": 1796, \"clust\": 2494, \"rank\": 2449, \"rankvar\": 2433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1720, \"group\": [2495.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGATCTGT\", \"ini\": 1795, \"clust\": 2495, \"rank\": 2409, \"rankvar\": 2139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1794, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1721, \"group\": [2496.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACACGTCAGC\", \"ini\": 1794, \"clust\": 1901, \"rank\": 2667, \"rankvar\": 2157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1795, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1722, \"group\": [1903.0, 320.0, 57.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGGTCTGCGGT\", \"ini\": 1793, \"clust\": 4751, \"rank\": 2397, \"rankvar\": 2599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1796, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4907, \"group\": [4753.0, 889.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCTGCTGTC\", \"ini\": 1792, \"clust\": 2249, \"rank\": 2498, \"rankvar\": 965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1797, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1723, \"group\": [2250.0, 381.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCCGATATG\", \"ini\": 1791, \"clust\": 4202, \"rank\": 3272, \"rankvar\": 4986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1798, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 110, \"group\": [4199.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATACAATCAGAA\", \"ini\": 1790, \"clust\": 1563, \"rank\": 1858, \"rankvar\": 1406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3140, \"group\": [1562.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCAGCTGGC\", \"ini\": 1789, \"clust\": 1578, \"rank\": 1993, \"rankvar\": 2214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3141, \"group\": [1577.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTTGCGTTA\", \"ini\": 1788, \"clust\": 4579, \"rank\": 2541, \"rankvar\": 4201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4908, \"group\": [4580.0, 876.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGACTAGGC\", \"ini\": 1787, \"clust\": 2309, \"rank\": 2665, \"rankvar\": 1613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1802, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1724, \"group\": [2308.0, 386.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCCCGC\", \"ini\": 1786, \"clust\": 3021, \"rank\": 2818, \"rankvar\": 1638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1803, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1725, \"group\": [3024.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTACACCGC\", \"ini\": 1785, \"clust\": 2303, \"rank\": 2472, \"rankvar\": 3913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1726, \"group\": [2305.0, 386.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCAGTAGAGC\", \"ini\": 1784, \"clust\": 137, \"rank\": 2415, \"rankvar\": 3995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1805, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 236, \"group\": [141.0, 30.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCCCTAATT\", \"ini\": 1783, \"clust\": 3772, \"rank\": 2273, \"rankvar\": 1955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1806, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2779, \"group\": [3771.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGGTGACCA\", \"ini\": 1782, \"clust\": 1564, \"rank\": 2071, \"rankvar\": 1596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3142, \"group\": [1563.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGACACGAC\", \"ini\": 1781, \"clust\": 2501, \"rank\": 2658, \"rankvar\": 2531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1808, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1727, \"group\": [2500.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCACCCGAG\", \"ini\": 1780, \"clust\": 4629, \"rank\": 1972, \"rankvar\": 3829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1809, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4909, \"group\": [4629.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCACGGTTA\", \"ini\": 1779, \"clust\": 4600, \"rank\": 1790, \"rankvar\": 4570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4910, \"group\": [4601.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCACTACAGT\", \"ini\": 1778, \"clust\": 2533, \"rank\": 2304, \"rankvar\": 707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1728, \"group\": [2535.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCGAATGGG\", \"ini\": 1777, \"clust\": 2305, \"rank\": 2506, \"rankvar\": 427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1812, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1729, \"group\": [2304.0, 386.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAAGCCGTC\", \"ini\": 1776, \"clust\": 3176, \"rank\": 2888, \"rankvar\": 884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1730, \"group\": [3175.0, 459.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTCGCGAC\", \"ini\": 1775, \"clust\": 2768, \"rank\": 2663, \"rankvar\": 1004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1814, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1731, \"group\": [2768.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGTTAACC\", \"ini\": 1774, \"clust\": 2852, \"rank\": 2528, \"rankvar\": 1312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1815, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1732, \"group\": [2856.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCAGCATGAG\", \"ini\": 1773, \"clust\": 4268, \"rank\": 3372, \"rankvar\": 5093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1816, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 111, \"group\": [4265.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAAGTAA\", \"ini\": 1772, \"clust\": 22, \"rank\": 2825, \"rankvar\": 4800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1817, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5215, \"group\": [23.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCACTTATC\", \"ini\": 1771, \"clust\": 2491, \"rank\": 2570, \"rankvar\": 1126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1733, \"group\": [2491.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCAATAAGG\", \"ini\": 1770, \"clust\": 2842, \"rank\": 2467, \"rankvar\": 2594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1819, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1734, \"group\": [2843.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACCAGGC\", \"ini\": 1769, \"clust\": 2849, \"rank\": 2746, \"rankvar\": 3202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1735, \"group\": [2851.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACACCATCCT\", \"ini\": 1768, \"clust\": 4613, \"rank\": 2300, \"rankvar\": 2326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1821, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4911, \"group\": [4613.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCAGCTTAG\", \"ini\": 1767, \"clust\": 2186, \"rank\": 2846, \"rankvar\": 1824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1822, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1736, \"group\": [2187.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATTACCG\", \"ini\": 1766, \"clust\": 2805, \"rank\": 2456, \"rankvar\": 3159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1737, \"group\": [2806.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCATCTGCC\", \"ini\": 1765, \"clust\": 2899, \"rank\": 2785, \"rankvar\": 1825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1738, \"group\": [2897.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGGCAGGTT\", \"ini\": 1764, \"clust\": 2882, \"rank\": 2543, \"rankvar\": 600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1825, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1739, \"group\": [2883.0, 405.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTTGTTTGG\", \"ini\": 1763, \"clust\": 3765, \"rank\": 2458, \"rankvar\": 3664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1826, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2780, \"group\": [3764.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTTCACTCTTA\", \"ini\": 1762, \"clust\": 1894, \"rank\": 2262, \"rankvar\": 2075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1827, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1740, \"group\": [1895.0, 316.0, 56.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGATGAGG\", \"ini\": 1761, \"clust\": 2285, \"rank\": 2428, \"rankvar\": 3314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1828, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1741, \"group\": [2285.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCGCCGTGA\", \"ini\": 1760, \"clust\": 2298, \"rank\": 2628, \"rankvar\": 2008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1742, \"group\": [2302.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTTCCGGCA\", \"ini\": 1759, \"clust\": 4606, \"rank\": 2394, \"rankvar\": 4067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1830, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4912, \"group\": [4605.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGGATGGG\", \"ini\": 1758, \"clust\": 3025, \"rank\": 2774, \"rankvar\": 1924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1743, \"group\": [3026.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCCTCCTAG\", \"ini\": 1757, \"clust\": 4871, \"rank\": 2484, \"rankvar\": 2631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1832, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4913, \"group\": [4871.0, 905.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTTATCGC\", \"ini\": 1756, \"clust\": 2297, \"rank\": 2485, \"rankvar\": 3261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1744, \"group\": [2298.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGAGCCTAG\", \"ini\": 1755, \"clust\": 2502, \"rank\": 2648, \"rankvar\": 3692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1745, \"group\": [2501.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCCGTCAG\", \"ini\": 1754, \"clust\": 2451, \"rank\": 2662, \"rankvar\": 1716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1746, \"group\": [2451.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGGAGGTA\", \"ini\": 1753, \"clust\": 2808, \"rank\": 2518, \"rankvar\": 2206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1747, \"group\": [2808.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGGAGTACC\", \"ini\": 1752, \"clust\": 4601, \"rank\": 1414, \"rankvar\": 4556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1837, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4914, \"group\": [4602.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGCTCAACT\", \"ini\": 1751, \"clust\": 2817, \"rank\": 2427, \"rankvar\": 2349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1838, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1748, \"group\": [2821.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGAGTACCG\", \"ini\": 1750, \"clust\": 1641, \"rank\": 1679, \"rankvar\": 599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1839, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2781, \"group\": [1642.0, 208.0, 37.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGGATTCGG\", \"ini\": 1749, \"clust\": 3026, \"rank\": 2817, \"rankvar\": 2844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1749, \"group\": [3029.0, 409.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTAGAAAGG\", \"ini\": 1748, \"clust\": 2980, \"rank\": 2918, \"rankvar\": 2950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1750, \"group\": [2981.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGATCTCGTTTA\", \"ini\": 1747, \"clust\": 4694, \"rank\": 2599, \"rankvar\": 4128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4915, \"group\": [4694.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCGATGAGG\", \"ini\": 1746, \"clust\": 1481, \"rank\": 1793, \"rankvar\": 4169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1843, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3968, \"group\": [1484.0, 143.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGTGCGTC\", \"ini\": 1745, \"clust\": 4873, \"rank\": 2583, \"rankvar\": 2522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1844, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4916, \"group\": [4873.0, 905.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTATCGCAT\", \"ini\": 1744, \"clust\": 4801, \"rank\": 2576, \"rankvar\": 3970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1845, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4917, \"group\": [4801.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACAGTGGAGT\", \"ini\": 1743, \"clust\": 1584, \"rank\": 1914, \"rankvar\": 3540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3143, \"group\": [1585.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGGTTCC\", \"ini\": 1742, \"clust\": 4189, \"rank\": 3233, \"rankvar\": 5136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1847, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 112, \"group\": [4189.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGAGGGA\", \"ini\": 1741, \"clust\": 2124, \"rank\": 2749, \"rankvar\": 731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1848, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1751, \"group\": [2129.0, 350.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGTTTGG\", \"ini\": 1740, \"clust\": 2810, \"rank\": 2724, \"rankvar\": 1356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1752, \"group\": [2810.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTATCTGCA\", \"ini\": 1739, \"clust\": 3750, \"rank\": 2192, \"rankvar\": 4207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1850, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2782, \"group\": [3749.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGGATATAC\", \"ini\": 1738, \"clust\": 3789, \"rank\": 2556, \"rankvar\": 2985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1851, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2783, \"group\": [3788.0, 703.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTTCTGTTT\", \"ini\": 1737, \"clust\": 2164, \"rank\": 2887, \"rankvar\": 1603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1852, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1753, \"group\": [2162.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCGGAAG\", \"ini\": 1736, \"clust\": 2226, \"rank\": 2895, \"rankvar\": 2039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1754, \"group\": [2227.0, 376.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTACCGTTA\", \"ini\": 1735, \"clust\": 2898, \"rank\": 2805, \"rankvar\": 817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1755, \"group\": [2899.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCAAACGTGG\", \"ini\": 1734, \"clust\": 2977, \"rank\": 2684, \"rankvar\": 537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1855, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1756, \"group\": [2980.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTGCGACG\", \"ini\": 1733, \"clust\": 2769, \"rank\": 2635, \"rankvar\": 1504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1757, \"group\": [2773.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGCCTATGT\", \"ini\": 1732, \"clust\": 2825, \"rank\": 2566, \"rankvar\": 1923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1758, \"group\": [2830.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGACGCTTT\", \"ini\": 1731, \"clust\": 2978, \"rank\": 2723, \"rankvar\": 2131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1858, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1759, \"group\": [2978.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTATCGCAT\", \"ini\": 1730, \"clust\": 1613, \"rank\": 1970, \"rankvar\": 2613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3144, \"group\": [1616.0, 186.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCGCATAA\", \"ini\": 1729, \"clust\": 4229, \"rank\": 3439, \"rankvar\": 5210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1860, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 113, \"group\": [4225.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAAGTAGTA\", \"ini\": 1728, \"clust\": 2449, \"rank\": 2516, \"rankvar\": 2408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1861, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1760, \"group\": [2452.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGTCATCCA\", \"ini\": 1727, \"clust\": 2999, \"rank\": 2699, \"rankvar\": 2783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1761, \"group\": [3000.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAGTATGGTTC\", \"ini\": 1726, \"clust\": 4260, \"rank\": 3303, \"rankvar\": 4912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1863, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 114, \"group\": [4258.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTAATTGGA\", \"ini\": 1725, \"clust\": 2302, \"rank\": 2537, \"rankvar\": 1537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1762, \"group\": [2306.0, 386.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATGGTCTA\", \"ini\": 1724, \"clust\": 4265, \"rank\": 3268, \"rankvar\": 4989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1865, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 115, \"group\": [4262.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCACCCGAG\", \"ini\": 1723, \"clust\": 3023, \"rank\": 2917, \"rankvar\": 2943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1763, \"group\": [3023.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAGACGTAG\", \"ini\": 1722, \"clust\": 3013, \"rank\": 2808, \"rankvar\": 1749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1764, \"group\": [3013.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCCGTACAA\", \"ini\": 1721, \"clust\": 2225, \"rank\": 2754, \"rankvar\": 2091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1868, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1765, \"group\": [2224.0, 374.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGAGTGACC\", \"ini\": 1720, \"clust\": 3794, \"rank\": 2448, \"rankvar\": 4455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1869, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2784, \"group\": [3792.0, 705.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGCCCTAAT\", \"ini\": 1719, \"clust\": 4696, \"rank\": 2236, \"rankvar\": 4153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1870, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4918, \"group\": [4697.0, 886.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGGAGCGTT\", \"ini\": 1718, \"clust\": 4214, \"rank\": 3113, \"rankvar\": 4803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1871, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 116, \"group\": [4210.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACATAACC\", \"ini\": 1717, \"clust\": 4571, \"rank\": 2187, \"rankvar\": 3056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1872, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4919, \"group\": [4574.0, 873.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACAAGCCATT\", \"ini\": 1716, \"clust\": 4564, \"rank\": 2146, \"rankvar\": 4233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1873, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4920, \"group\": [4563.0, 870.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCGCGAAA\", \"ini\": 1715, \"clust\": 4760, \"rank\": 2264, \"rankvar\": 4519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1874, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4921, \"group\": [4762.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTCGACTGC\", \"ini\": 1714, \"clust\": 2981, \"rank\": 2871, \"rankvar\": 819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1766, \"group\": [2982.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCATTCTA\", \"ini\": 1713, \"clust\": 2266, \"rank\": 2501, \"rankvar\": 3407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1767, \"group\": [2267.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAACTGTC\", \"ini\": 1712, \"clust\": 4588, \"rank\": 2783, \"rankvar\": 3825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1877, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4922, \"group\": [4588.0, 878.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTGGACGAT\", \"ini\": 1711, \"clust\": 2286, \"rank\": 2597, \"rankvar\": 3003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1768, \"group\": [2290.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACACATGGGA\", \"ini\": 1710, \"clust\": 2941, \"rank\": 2591, \"rankvar\": 835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1769, \"group\": [2941.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGTCAGCC\", \"ini\": 1709, \"clust\": 4623, \"rank\": 2408, \"rankvar\": 3818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1880, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4923, \"group\": [4622.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCATGGTAGG\", \"ini\": 1708, \"clust\": 2206, \"rank\": 2778, \"rankvar\": 1245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1881, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1770, \"group\": [2211.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACATTTCAGG\", \"ini\": 1707, \"clust\": 3061, \"rank\": 2813, \"rankvar\": 1795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1771, \"group\": [3063.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTCGGATCC\", \"ini\": 1706, \"clust\": 1567, \"rank\": 2252, \"rankvar\": 2582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3145, \"group\": [1567.0, 174.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAGTATTAGCC\", \"ini\": 1705, \"clust\": 2499, \"rank\": 2561, \"rankvar\": 1920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1772, \"group\": [2498.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCGCAT\", \"ini\": 1704, \"clust\": 2255, \"rank\": 2819, \"rankvar\": 1009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1773, \"group\": [2256.0, 382.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCATTCACTT\", \"ini\": 1703, \"clust\": 3162, \"rank\": 2834, \"rankvar\": 2724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1774, \"group\": [3162.0, 456.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGTGGACC\", \"ini\": 1702, \"clust\": 28, \"rank\": 3069, \"rankvar\": 4748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1887, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5216, \"group\": [27.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTTTACGT\", \"ini\": 1701, \"clust\": 3164, \"rank\": 2765, \"rankvar\": 972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1775, \"group\": [3165.0, 457.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCAACACCTA\", \"ini\": 1700, \"clust\": 1492, \"rank\": 1879, \"rankvar\": 4629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1889, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3969, \"group\": [1493.0, 146.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTACATGA\", \"ini\": 1699, \"clust\": 2182, \"rank\": 2686, \"rankvar\": 458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1776, \"group\": [2180.0, 369.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATGTGGT\", \"ini\": 1698, \"clust\": 4815, \"rank\": 2532, \"rankvar\": 3708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1891, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4924, \"group\": [4813.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTAACGGT\", \"ini\": 1697, \"clust\": 4211, \"rank\": 3103, \"rankvar\": 4740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1892, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 117, \"group\": [4208.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGATAAGT\", \"ini\": 1696, \"clust\": 3041, \"rank\": 2668, \"rankvar\": 1717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1777, \"group\": [3044.0, 412.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTACGCCC\", \"ini\": 1695, \"clust\": 3774, \"rank\": 2693, \"rankvar\": 3797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1894, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2785, \"group\": [3773.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAAACGCG\", \"ini\": 1694, \"clust\": 2208, \"rank\": 2784, \"rankvar\": 2860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1778, \"group\": [2206.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGACCTAGG\", \"ini\": 1693, \"clust\": 4182, \"rank\": 3063, \"rankvar\": 5069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1896, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 118, \"group\": [4179.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGTAGAGC\", \"ini\": 1692, \"clust\": 1553, \"rank\": 1895, \"rankvar\": 4133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1897, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3146, \"group\": [1565.0, 173.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGGCGACAT\", \"ini\": 1691, \"clust\": 3051, \"rank\": 2812, \"rankvar\": 1677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1898, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1779, \"group\": [3052.0, 413.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACGGTTTA\", \"ini\": 1690, \"clust\": 1904, \"rank\": 2710, \"rankvar\": 909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1780, \"group\": [1907.0, 323.0, 58.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCCGACTT\", \"ini\": 1689, \"clust\": 4570, \"rank\": 2748, \"rankvar\": 1582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1900, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4925, \"group\": [4571.0, 872.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAGGTAA\", \"ini\": 1688, \"clust\": 2169, \"rank\": 2759, \"rankvar\": 4131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1781, \"group\": [2170.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGCT\", \"ini\": 1687, \"clust\": 2143, \"rank\": 2722, \"rankvar\": 4640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1782, \"group\": [2143.0, 356.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGATGTAT\", \"ini\": 1686, \"clust\": 4802, \"rank\": 2629, \"rankvar\": 4302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1903, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4926, \"group\": [4802.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCATCTGTT\", \"ini\": 1685, \"clust\": 4864, \"rank\": 2707, \"rankvar\": 1773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1904, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4927, \"group\": [4862.0, 897.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGCTAGTTC\", \"ini\": 1684, \"clust\": 2280, \"rank\": 2760, \"rankvar\": 582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1783, \"group\": [2283.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGTCACGCC\", \"ini\": 1683, \"clust\": 2343, \"rank\": 2768, \"rankvar\": 1275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1784, \"group\": [2344.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTTGGACCC\", \"ini\": 1682, \"clust\": 4630, \"rank\": 2285, \"rankvar\": 3865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4928, \"group\": [4630.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAGGCCCA\", \"ini\": 1681, \"clust\": 2900, \"rank\": 2983, \"rankvar\": 1972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1785, \"group\": [2898.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTTGTATC\", \"ini\": 1680, \"clust\": 1588, \"rank\": 1691, \"rankvar\": 4388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1909, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3147, \"group\": [1589.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTAGCTGCC\", \"ini\": 1679, \"clust\": 2227, \"rank\": 2870, \"rankvar\": 1973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1786, \"group\": [2228.0, 376.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATGACT\", \"ini\": 1678, \"clust\": 4611, \"rank\": 2540, \"rankvar\": 2555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4929, \"group\": [4614.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAATCCGCTGTT\", \"ini\": 1677, \"clust\": 2820, \"rank\": 2616, \"rankvar\": 2234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1787, \"group\": [2819.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCTAGCCC\", \"ini\": 1676, \"clust\": 2306, \"rank\": 2740, \"rankvar\": 1399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1788, \"group\": [2310.0, 386.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACACGGTGTC\", \"ini\": 1675, \"clust\": 2203, \"rank\": 2949, \"rankvar\": 1398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1789, \"group\": [2203.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGAACTGTA\", \"ini\": 1674, \"clust\": 2818, \"rank\": 2637, \"rankvar\": 2185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1790, \"group\": [2820.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACCGTTA\", \"ini\": 1673, \"clust\": 4295, \"rank\": 2832, \"rankvar\": 4622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1791, \"group\": [4295.0, 801.0, 129.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCATGGAATA\", \"ini\": 1672, \"clust\": 4592, \"rank\": 2711, \"rankvar\": 4119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1917, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4930, \"group\": [4593.0, 879.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATTACCC\", \"ini\": 1671, \"clust\": 2125, \"rank\": 2621, \"rankvar\": 3255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1792, \"group\": [2128.0, 349.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAGTGAGTG\", \"ini\": 1670, \"clust\": 4550, \"rank\": 1744, \"rankvar\": 4412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1919, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4931, \"group\": [4547.0, 866.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCACGGTTA\", \"ini\": 1669, \"clust\": 3304, \"rank\": 2883, \"rankvar\": 4032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1793, \"group\": [3303.0, 492.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTAGCCTCG\", \"ini\": 1668, \"clust\": 3424, \"rank\": 2942, \"rankvar\": 1689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1921, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2786, \"group\": [3425.0, 556.0, 85.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAACGCGA\", \"ini\": 1667, \"clust\": 2260, \"rank\": 2602, \"rankvar\": 4139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1794, \"group\": [2260.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCTCCACT\", \"ini\": 1666, \"clust\": 4862, \"rank\": 2873, \"rankvar\": 2506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4932, \"group\": [4860.0, 897.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTATAATGG\", \"ini\": 1665, \"clust\": 2904, \"rank\": 2660, \"rankvar\": 2477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1795, \"group\": [2907.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCACTTACT\", \"ini\": 1664, \"clust\": 2888, \"rank\": 2844, \"rankvar\": 3448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1796, \"group\": [2901.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTGTATGGG\", \"ini\": 1663, \"clust\": 4627, \"rank\": 2238, \"rankvar\": 4348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1926, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4933, \"group\": [4627.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCACCTTAT\", \"ini\": 1662, \"clust\": 2799, \"rank\": 2932, \"rankvar\": 3086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1927, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1797, \"group\": [2802.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCATCGATG\", \"ini\": 1661, \"clust\": 2247, \"rank\": 2656, \"rankvar\": 3555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1798, \"group\": [2247.0, 380.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAACGACG\", \"ini\": 1660, \"clust\": 2786, \"rank\": 2795, \"rankvar\": 2324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1799, \"group\": [2786.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACGATGT\", \"ini\": 1659, \"clust\": 2188, \"rank\": 2934, \"rankvar\": 2376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1930, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1800, \"group\": [2189.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTACACCGC\", \"ini\": 1658, \"clust\": 1657, \"rank\": 2964, \"rankvar\": 1032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1931, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1801, \"group\": [1661.0, 221.0, 42.0, 12.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGAACTGT\", \"ini\": 1657, \"clust\": 4217, \"rank\": 3189, \"rankvar\": 4845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1932, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 119, \"group\": [4211.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGGACCACA\", \"ini\": 1656, \"clust\": 1486, \"rank\": 2563, \"rankvar\": 4299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1933, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3970, \"group\": [1487.0, 145.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAATAACGA\", \"ini\": 1655, \"clust\": 2287, \"rank\": 2929, \"rankvar\": 2714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1934, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1802, \"group\": [2289.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGCCTAA\", \"ini\": 1654, \"clust\": 2204, \"rank\": 2848, \"rankvar\": 2359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1803, \"group\": [2204.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCACAACGCC\", \"ini\": 1653, \"clust\": 1589, \"rank\": 1884, \"rankvar\": 3832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3148, \"group\": [1590.0, 179.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCCATGCTC\", \"ini\": 1652, \"clust\": 4654, \"rank\": 2278, \"rankvar\": 4094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1937, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4934, \"group\": [4657.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGCTGCT\", \"ini\": 1651, \"clust\": 2739, \"rank\": 2802, \"rankvar\": 1407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1938, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1804, \"group\": [2739.0, 401.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTTAAGCC\", \"ini\": 1650, \"clust\": 3780, \"rank\": 2459, \"rankvar\": 3397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2787, \"group\": [3780.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGGTTTCA\", \"ini\": 1649, \"clust\": 4874, \"rank\": 2850, \"rankvar\": 3466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4935, \"group\": [4874.0, 905.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGAGGGTT\", \"ini\": 1648, \"clust\": 4795, \"rank\": 2505, \"rankvar\": 4158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1941, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4936, \"group\": [4797.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAATGGATA\", \"ini\": 1647, \"clust\": 1574, \"rank\": 2208, \"rankvar\": 2703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3149, \"group\": [1575.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGGTACTCT\", \"ini\": 1646, \"clust\": 2217, \"rank\": 3002, \"rankvar\": 850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1805, \"group\": [2218.0, 373.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAACGCTA\", \"ini\": 1645, \"clust\": 4799, \"rank\": 2470, \"rankvar\": 4262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4937, \"group\": [4798.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTTCAACCA\", \"ini\": 1644, \"clust\": 2252, \"rank\": 2731, \"rankvar\": 728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1806, \"group\": [2251.0, 381.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCAGAGGT\", \"ini\": 1643, \"clust\": 2782, \"rank\": 2877, \"rankvar\": 2045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1946, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1807, \"group\": [2783.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCAAGATCC\", \"ini\": 1642, \"clust\": 4263, \"rank\": 3436, \"rankvar\": 4818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1947, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 120, \"group\": [4263.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCAGATAATG\", \"ini\": 1641, \"clust\": 2851, \"rank\": 2758, \"rankvar\": 2974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1948, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1808, \"group\": [2850.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGCGATTCT\", \"ini\": 1640, \"clust\": 2180, \"rank\": 2845, \"rankvar\": 1380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1809, \"group\": [2181.0, 369.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAGGCT\", \"ini\": 1639, \"clust\": 2440, \"rank\": 2481, \"rankvar\": 1008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1810, \"group\": [2441.0, 398.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAAACTGCT\", \"ini\": 1638, \"clust\": 2880, \"rank\": 2860, \"rankvar\": 1272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1811, \"group\": [2879.0, 405.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTTGCGT\", \"ini\": 1637, \"clust\": 4183, \"rank\": 3251, \"rankvar\": 4978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1952, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 121, \"group\": [4190.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGTAGATGT\", \"ini\": 1636, \"clust\": 2500, \"rank\": 2593, \"rankvar\": 4414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1812, \"group\": [2502.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTGACGCCT\", \"ini\": 1635, \"clust\": 3049, \"rank\": 2907, \"rankvar\": 212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1813, \"group\": [3050.0, 413.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCTCGCAT\", \"ini\": 1634, \"clust\": 1554, \"rank\": 1933, \"rankvar\": 3366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3150, \"group\": [1554.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAGGTTTCA\", \"ini\": 1633, \"clust\": 2794, \"rank\": 2770, \"rankvar\": 1405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1814, \"group\": [2797.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCTGGC\", \"ini\": 1632, \"clust\": 1561, \"rank\": 2173, \"rankvar\": 2329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3151, \"group\": [1561.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTTAAAGTG\", \"ini\": 1631, \"clust\": 2171, \"rank\": 2821, \"rankvar\": 1936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1815, \"group\": [2171.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGGAGCAA\", \"ini\": 1630, \"clust\": 2792, \"rank\": 2863, \"rankvar\": 2094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1816, \"group\": [2793.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGGTGTGGT\", \"ini\": 1629, \"clust\": 2201, \"rank\": 2989, \"rankvar\": 1228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1817, \"group\": [2198.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAACAACA\", \"ini\": 1628, \"clust\": 2162, \"rank\": 3003, \"rankvar\": 1761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1961, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1818, \"group\": [2163.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCCAGTTT\", \"ini\": 1627, \"clust\": 2212, \"rank\": 2858, \"rankvar\": 1139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1819, \"group\": [2213.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTACATGTC\", \"ini\": 1626, \"clust\": 2979, \"rank\": 2867, \"rankvar\": 949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1820, \"group\": [2979.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCACCGATAT\", \"ini\": 1625, \"clust\": 41, \"rank\": 2789, \"rankvar\": 4933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1964, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5217, \"group\": [38.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACACTGCG\", \"ini\": 1624, \"clust\": 2250, \"rank\": 2676, \"rankvar\": 1433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1821, \"group\": [2254.0, 381.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTACGCCC\", \"ini\": 1623, \"clust\": 2175, \"rank\": 2855, \"rankvar\": 239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1822, \"group\": [2178.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCAAGCC\", \"ini\": 1622, \"clust\": 2300, \"rank\": 2782, \"rankvar\": 1495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1823, \"group\": [2299.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCAGGAATGC\", \"ini\": 1621, \"clust\": 3000, \"rank\": 2889, \"rankvar\": 3307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1824, \"group\": [3001.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTGATGATA\", \"ini\": 1620, \"clust\": 3143, \"rank\": 3190, \"rankvar\": 381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1969, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1825, \"group\": [3149.0, 446.0, 63.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTCCGAATT\", \"ini\": 1619, \"clust\": 532, \"rank\": 2526, \"rankvar\": 2352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3152, \"group\": [536.0, 89.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGACACGAC\", \"ini\": 1618, \"clust\": 111, \"rank\": 3109, \"rankvar\": 1517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1971, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 122, \"group\": [112.0, 23.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTGCACCAC\", \"ini\": 1617, \"clust\": 3297, \"rank\": 2896, \"rankvar\": 1766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1972, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1826, \"group\": [3298.0, 488.0, 69.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGACACGAC\", \"ini\": 1616, \"clust\": 3174, \"rank\": 2960, \"rankvar\": 1239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1973, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1827, \"group\": [3176.0, 460.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCATGCTCC\", \"ini\": 1615, \"clust\": 2894, \"rank\": 2820, \"rankvar\": 2240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1828, \"group\": [2900.0, 406.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGCTTAG\", \"ini\": 1614, \"clust\": 2218, \"rank\": 3071, \"rankvar\": 2231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1829, \"group\": [2222.0, 373.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTCAAACTC\", \"ini\": 1613, \"clust\": 2321, \"rank\": 2695, \"rankvar\": 3815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1976, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1830, \"group\": [2321.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCTAGCCC\", \"ini\": 1612, \"clust\": 2457, \"rank\": 2747, \"rankvar\": 3131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1831, \"group\": [2456.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTTACTGAC\", \"ini\": 1611, \"clust\": 4509, \"rank\": 2554, \"rankvar\": 2121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1978, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4938, \"group\": [4518.0, 863.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAATTGCTG\", \"ini\": 1610, \"clust\": 3060, \"rank\": 2816, \"rankvar\": 577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1832, \"group\": [3064.0, 416.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATGCTAGT\", \"ini\": 1609, \"clust\": 2986, \"rank\": 2969, \"rankvar\": 1937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1833, \"group\": [2987.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCCGCTGA\", \"ini\": 1608, \"clust\": 2172, \"rank\": 2842, \"rankvar\": 2345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1834, \"group\": [2172.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCAGCGATT\", \"ini\": 1607, \"clust\": 2770, \"rank\": 2829, \"rankvar\": 668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1835, \"group\": [2772.0, 403.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGACACG\", \"ini\": 1606, \"clust\": 3094, \"rank\": 2951, \"rankvar\": 1244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1836, \"group\": [3098.0, 423.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATCCGGGT\", \"ini\": 1605, \"clust\": 3775, \"rank\": 2978, \"rankvar\": 4150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1984, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2788, \"group\": [3774.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCATCGATG\", \"ini\": 1604, \"clust\": 2139, \"rank\": 2999, \"rankvar\": 906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1837, \"group\": [2146.0, 358.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCATAGAAAC\", \"ini\": 1603, \"clust\": 2202, \"rank\": 2997, \"rankvar\": 2514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1986, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1838, \"group\": [2199.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATAACCTG\", \"ini\": 1602, \"clust\": 1484, \"rank\": 2703, \"rankvar\": 4351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1987, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3971, \"group\": [1485.0, 144.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGGTGGGTT\", \"ini\": 1601, \"clust\": 2791, \"rank\": 2809, \"rankvar\": 934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1839, \"group\": [2792.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACATAACC\", \"ini\": 1600, \"clust\": 4593, \"rank\": 2677, \"rankvar\": 2721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1989, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4939, \"group\": [4594.0, 879.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCATTATCC\", \"ini\": 1599, \"clust\": 4615, \"rank\": 2403, \"rankvar\": 2978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1990, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4940, \"group\": [4615.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCGATGAGG\", \"ini\": 1598, \"clust\": 2301, \"rank\": 2739, \"rankvar\": 813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1991, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1840, \"group\": [2300.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATAGCTGATAA\", \"ini\": 1597, \"clust\": 2262, \"rank\": 2927, \"rankvar\": 3542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1841, \"group\": [2264.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTCGGGCT\", \"ini\": 1596, \"clust\": 2780, \"rank\": 2894, \"rankvar\": 3116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1993, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1842, \"group\": [2781.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGGAAATA\", \"ini\": 1595, \"clust\": 3777, \"rank\": 2698, \"rankvar\": 3193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1994, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2789, \"group\": [3778.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGACATTGGTAC\", \"ini\": 1594, \"clust\": 2468, \"rank\": 2852, \"rankvar\": 1514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1843, \"group\": [2469.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGGAAATA\", \"ini\": 1593, \"clust\": 1606, \"rank\": 2872, \"rankvar\": 393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3153, \"group\": [1607.0, 180.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCGTTTATC\", \"ini\": 1592, \"clust\": 2207, \"rank\": 2958, \"rankvar\": 621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1844, \"group\": [2210.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAGTTCCCT\", \"ini\": 1591, \"clust\": 4207, \"rank\": 3324, \"rankvar\": 4834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1998, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 123, \"group\": [4205.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCGTAGAGCTG\", \"ini\": 1590, \"clust\": 1580, \"rank\": 1808, \"rankvar\": 4573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3154, \"group\": [1584.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTACTATC\", \"ini\": 1589, \"clust\": 3785, \"rank\": 2815, \"rankvar\": 3963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2000, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2790, \"group\": [3784.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTTCCGCGGTA\", \"ini\": 1588, \"clust\": 4256, \"rank\": 3508, \"rankvar\": 5080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2001, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 124, \"group\": [4256.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACAGCT\", \"ini\": 1587, \"clust\": 3165, \"rank\": 2916, \"rankvar\": 1283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2002, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1845, \"group\": [3166.0, 457.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCCAACGG\", \"ini\": 1586, \"clust\": 2200, \"rank\": 3021, \"rankvar\": 2253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1846, \"group\": [2200.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAGTGTTGAGG\", \"ini\": 1585, \"clust\": 4607, \"rank\": 2720, \"rankvar\": 3241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4941, \"group\": [4606.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAGCCTAT\", \"ini\": 1584, \"clust\": 2975, \"rank\": 2992, \"rankvar\": 1334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1847, \"group\": [2975.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCATCACGAT\", \"ini\": 1583, \"clust\": 4599, \"rank\": 2423, \"rankvar\": 3946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2006, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4942, \"group\": [4600.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTCCCGAG\", \"ini\": 1582, \"clust\": 2798, \"rank\": 2972, \"rankvar\": 3523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1848, \"group\": [2799.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGCATACT\", \"ini\": 1581, \"clust\": 3705, \"rank\": 2948, \"rankvar\": 3544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2008, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2791, \"group\": [3704.0, 693.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCTTTCCTC\", \"ini\": 1580, \"clust\": 2277, \"rank\": 2716, \"rankvar\": 4001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2009, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1849, \"group\": [2279.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTGTTG\", \"ini\": 1579, \"clust\": 4604, \"rank\": 2534, \"rankvar\": 3055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2010, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4943, \"group\": [4608.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCATATACGC\", \"ini\": 1578, \"clust\": 4275, \"rank\": 3527, \"rankvar\": 4623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2011, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 125, \"group\": [4272.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGAATCTCC\", \"ini\": 1577, \"clust\": 2976, \"rank\": 3004, \"rankvar\": 512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1850, \"group\": [2976.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAATGAC\", \"ini\": 1576, \"clust\": 4273, \"rank\": 3502, \"rankvar\": 4927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2013, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 126, \"group\": [4273.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCATCGGAT\", \"ini\": 1575, \"clust\": 1581, \"rank\": 2199, \"rankvar\": 1941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2014, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3155, \"group\": [1583.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGAGTACAT\", \"ini\": 1574, \"clust\": 2811, \"rank\": 2876, \"rankvar\": 1872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1851, \"group\": [2811.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCGATCCC\", \"ini\": 1573, \"clust\": 1556, \"rank\": 2133, \"rankvar\": 4027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3156, \"group\": [1556.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGAGCAATT\", \"ini\": 1572, \"clust\": 2155, \"rank\": 3073, \"rankvar\": 1728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2017, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1852, \"group\": [2165.0, 366.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCTTGTTTG\", \"ini\": 1571, \"clust\": 4361, \"rank\": 3070, \"rankvar\": 4323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2018, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 127, \"group\": [4362.0, 819.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCGAATGT\", \"ini\": 1570, \"clust\": 2159, \"rank\": 3029, \"rankvar\": 1344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1853, \"group\": [2158.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCTTGAGAC\", \"ini\": 1569, \"clust\": 2278, \"rank\": 2788, \"rankvar\": 2850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1854, \"group\": [2277.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAGGCAGTA\", \"ini\": 1568, \"clust\": 4640, \"rank\": 2551, \"rankvar\": 4587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2021, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4944, \"group\": [4640.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTACACT\", \"ini\": 1567, \"clust\": 4587, \"rank\": 2649, \"rankvar\": 3587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2022, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4945, \"group\": [4590.0, 878.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCGTGTCC\", \"ini\": 1566, \"clust\": 3153, \"rank\": 3101, \"rankvar\": 937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1855, \"group\": [3153.0, 450.0, 64.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTAAACACA\", \"ini\": 1565, \"clust\": 2335, \"rank\": 2792, \"rankvar\": 2972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1856, \"group\": [2334.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCTGTTCA\", \"ini\": 1564, \"clust\": 4793, \"rank\": 2529, \"rankvar\": 4664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2025, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4946, \"group\": [4793.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCCTACAGA\", \"ini\": 1563, \"clust\": 2795, \"rank\": 2841, \"rankvar\": 2346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2026, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1857, \"group\": [2795.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCAGTAG\", \"ini\": 1562, \"clust\": 2161, \"rank\": 3014, \"rankvar\": 1165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1858, \"group\": [2164.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTGCAGACA\", \"ini\": 1561, \"clust\": 2796, \"rank\": 2826, \"rankvar\": 4294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2028, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1859, \"group\": [2796.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTCGGCAC\", \"ini\": 1560, \"clust\": 4223, \"rank\": 3296, \"rankvar\": 5227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2029, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 128, \"group\": [4223.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCTACCTA\", \"ini\": 1559, \"clust\": 2144, \"rank\": 2935, \"rankvar\": 1659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2030, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1860, \"group\": [2144.0, 357.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTGTGTG\", \"ini\": 1558, \"clust\": 3790, \"rank\": 2837, \"rankvar\": 1849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2792, \"group\": [3789.0, 703.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGACTTGAA\", \"ini\": 1557, \"clust\": 2788, \"rank\": 2869, \"rankvar\": 4110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2032, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1861, \"group\": [2788.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCCTGACT\", \"ini\": 1556, \"clust\": 4624, \"rank\": 2721, \"rankvar\": 2732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2033, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4947, \"group\": [4623.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGCTAACTC\", \"ini\": 1555, \"clust\": 3787, \"rank\": 2944, \"rankvar\": 2659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2034, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2793, \"group\": [3791.0, 704.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCACAACGT\", \"ini\": 1554, \"clust\": 2800, \"rank\": 2947, \"rankvar\": 1083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1862, \"group\": [2800.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCTGCA\", \"ini\": 1553, \"clust\": 1892, \"rank\": 2311, \"rankvar\": 4600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2036, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2794, \"group\": [1891.0, 315.0, 55.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCGAATGCT\", \"ini\": 1552, \"clust\": 3637, \"rank\": 2469, \"rankvar\": 3563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2795, \"group\": [3637.0, 653.0, 106.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGTCAATC\", \"ini\": 1551, \"clust\": 2120, \"rank\": 2974, \"rankvar\": 1219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1863, \"group\": [2124.0, 346.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACCTTTG\", \"ini\": 1550, \"clust\": 3168, \"rank\": 3080, \"rankvar\": 2597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1864, \"group\": [3173.0, 458.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGACATTA\", \"ini\": 1549, \"clust\": 4290, \"rank\": 3478, \"rankvar\": 5092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2040, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 129, \"group\": [4290.0, 797.0, 126.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGTGGCT\", \"ini\": 1548, \"clust\": 3166, \"rank\": 2979, \"rankvar\": 696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2041, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1865, \"group\": [3167.0, 458.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGGAGTCTG\", \"ini\": 1547, \"clust\": 514, \"rank\": 2375, \"rankvar\": 971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2042, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3157, \"group\": [517.0, 81.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATCTGCA\", \"ini\": 1546, \"clust\": 3781, \"rank\": 2790, \"rankvar\": 2743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2043, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2796, \"group\": [3781.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTCACTTCC\", \"ini\": 1545, \"clust\": 4637, \"rank\": 2372, \"rankvar\": 4659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2044, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4948, \"group\": [4642.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTAAAGGAG\", \"ini\": 1544, \"clust\": 4147, \"rank\": 3226, \"rankvar\": 4374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2045, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 130, \"group\": [4145.0, 784.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTTAAGACA\", \"ini\": 1543, \"clust\": 2245, \"rank\": 2839, \"rankvar\": 646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1866, \"group\": [2248.0, 380.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCATGTCCTC\", \"ini\": 1542, \"clust\": 112, \"rank\": 3297, \"rankvar\": 3980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2047, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4949, \"group\": [113.0, 24.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCATTCA\", \"ini\": 1541, \"clust\": 2265, \"rank\": 2712, \"rankvar\": 3734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1867, \"group\": [2268.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTACCTACA\", \"ini\": 1540, \"clust\": 4608, \"rank\": 2827, \"rankvar\": 3649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4950, \"group\": [4611.0, 882.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAATGACCT\", \"ini\": 1539, \"clust\": 2787, \"rank\": 3013, \"rankvar\": 2475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2050, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1868, \"group\": [2790.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCAGAAGCAC\", \"ini\": 1538, \"clust\": 2493, \"rank\": 2767, \"rankvar\": 1460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2051, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1869, \"group\": [2494.0, 399.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGCTAGTGG\", \"ini\": 1537, \"clust\": 2344, \"rank\": 2945, \"rankvar\": 2720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1870, \"group\": [2342.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTAACTTC\", \"ini\": 1536, \"clust\": 2333, \"rank\": 2830, \"rankvar\": 4525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1871, \"group\": [2335.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGACTTGAA\", \"ini\": 1535, \"clust\": 4143, \"rank\": 3355, \"rankvar\": 4831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2054, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 131, \"group\": [4143.0, 783.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAATCCAAC\", \"ini\": 1534, \"clust\": 4618, \"rank\": 2454, \"rankvar\": 4113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2055, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4951, \"group\": [4620.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCACGGCTAC\", \"ini\": 1533, \"clust\": 2126, \"rank\": 2804, \"rankvar\": 3007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2056, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1872, \"group\": [2127.0, 348.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCGTTGCT\", \"ini\": 1532, \"clust\": 1552, \"rank\": 2169, \"rankvar\": 3178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2057, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3158, \"group\": [1553.0, 171.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGCCACGTC\", \"ini\": 1531, \"clust\": 2205, \"rank\": 3016, \"rankvar\": 914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1873, \"group\": [2212.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGGGAGTAA\", \"ini\": 1530, \"clust\": 3155, \"rank\": 3153, \"rankvar\": 1986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1874, \"group\": [3161.0, 455.0, 65.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATGTGGTCTCG\", \"ini\": 1529, \"clust\": 4625, \"rank\": 2771, \"rankvar\": 4297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2060, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4952, \"group\": [4628.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTTGTCC\", \"ini\": 1528, \"clust\": 2275, \"rank\": 2704, \"rankvar\": 2775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1875, \"group\": [2274.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCACTCTTA\", \"ini\": 1527, \"clust\": 2801, \"rank\": 2962, \"rankvar\": 4505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1876, \"group\": [2801.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCTGAAAT\", \"ini\": 1526, \"clust\": 5195, \"rank\": 3126, \"rankvar\": 1974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2063, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3026, \"group\": [5197.0, 1064.0, 179.0, 40.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTAAAGTG\", \"ini\": 1525, \"clust\": 4297, \"rank\": 3001, \"rankvar\": 2038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1877, \"group\": [4297.0, 802.0, 130.0, 30.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTTTGTGTG\", \"ini\": 1524, \"clust\": 4800, \"rank\": 2633, \"rankvar\": 4316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2065, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4953, \"group\": [4799.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATGTTGC\", \"ini\": 1523, \"clust\": 2195, \"rank\": 3037, \"rankvar\": 1027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2066, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1878, \"group\": [2194.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCATCGGAT\", \"ini\": 1522, \"clust\": 4870, \"rank\": 2921, \"rankvar\": 3199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2067, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4954, \"group\": [4875.0, 906.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATGTAAG\", \"ini\": 1521, \"clust\": 4585, \"rank\": 2843, \"rankvar\": 4173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2068, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4955, \"group\": [4586.0, 878.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTGCCTGGT\", \"ini\": 1520, \"clust\": 4794, \"rank\": 2650, \"rankvar\": 3938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4956, \"group\": [4794.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCCACTTG\", \"ini\": 1519, \"clust\": 4142, \"rank\": 3115, \"rankvar\": 4757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2070, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 132, \"group\": [4144.0, 783.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGCCG\", \"ini\": 1518, \"clust\": 3059, \"rank\": 2880, \"rankvar\": 1968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1879, \"group\": [3059.0, 415.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTCGTTGTA\", \"ini\": 1517, \"clust\": 541, \"rank\": 2607, \"rankvar\": 958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3159, \"group\": [542.0, 91.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTGGCACA\", \"ini\": 1516, \"clust\": 1555, \"rank\": 2414, \"rankvar\": 3049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2073, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3160, \"group\": [1555.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGAGAACAG\", \"ini\": 1515, \"clust\": 4872, \"rank\": 2884, \"rankvar\": 3206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2074, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4957, \"group\": [4872.0, 905.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTAGCCTAT\", \"ini\": 1514, \"clust\": 2177, \"rank\": 2986, \"rankvar\": 1372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1880, \"group\": [2177.0, 368.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGATATAC\", \"ini\": 1513, \"clust\": 2279, \"rank\": 2946, \"rankvar\": 4360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2076, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1881, \"group\": [2278.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGATGCGAC\", \"ini\": 1512, \"clust\": 2209, \"rank\": 3074, \"rankvar\": 3250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1882, \"group\": [2207.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGACAGAGA\", \"ini\": 1511, \"clust\": 4278, \"rank\": 3540, \"rankvar\": 4810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2078, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 133, \"group\": [4275.0, 791.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCGCAGGCT\", \"ini\": 1510, \"clust\": 3169, \"rank\": 2931, \"rankvar\": 1518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1883, \"group\": [3169.0, 458.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTTACAGAA\", \"ini\": 1509, \"clust\": 3302, \"rank\": 3060, \"rankvar\": 2905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2080, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1884, \"group\": [3306.0, 492.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGGAACGG\", \"ini\": 1508, \"clust\": 3181, \"rank\": 3054, \"rankvar\": 714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1885, \"group\": [3184.0, 464.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTAGATTAG\", \"ini\": 1507, \"clust\": 3010, \"rank\": 3095, \"rankvar\": 1909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2082, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1886, \"group\": [3009.0, 408.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAATACGCT\", \"ini\": 1506, \"clust\": 4233, \"rank\": 3594, \"rankvar\": 5198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2083, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 134, \"group\": [4231.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACGTCTCT\", \"ini\": 1505, \"clust\": 2196, \"rank\": 3023, \"rankvar\": 1140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2084, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1887, \"group\": [2195.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCGTGGCT\", \"ini\": 1504, \"clust\": 4605, \"rank\": 2673, \"rankvar\": 3915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2085, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4958, \"group\": [4607.0, 881.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGAGCAATT\", \"ini\": 1503, \"clust\": 4797, \"rank\": 2598, \"rankvar\": 4000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4959, \"group\": [4796.0, 890.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCGAACTGT\", \"ini\": 1502, \"clust\": 4218, \"rank\": 3353, \"rankvar\": 4983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2087, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 135, \"group\": [4212.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCATCAACACTG\", \"ini\": 1501, \"clust\": 3751, \"rank\": 2833, \"rankvar\": 1769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2088, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2797, \"group\": [3755.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCGTAGAGTGC\", \"ini\": 1500, \"clust\": 2194, \"rank\": 3010, \"rankvar\": 952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1888, \"group\": [2196.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAAAGGAG\", \"ini\": 1499, \"clust\": 517, \"rank\": 2801, \"rankvar\": 572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3161, \"group\": [518.0, 82.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGAGGTAGA\", \"ini\": 1498, \"clust\": 2781, \"rank\": 2984, \"rankvar\": 2397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2091, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1889, \"group\": [2782.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCCACGCT\", \"ini\": 1497, \"clust\": 3167, \"rank\": 3056, \"rankvar\": 612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1890, \"group\": [3168.0, 458.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAGTACGT\", \"ini\": 1496, \"clust\": 3285, \"rank\": 2904, \"rankvar\": 3983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2093, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1891, \"group\": [3286.0, 481.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGCATGGT\", \"ini\": 1495, \"clust\": 2160, \"rank\": 3209, \"rankvar\": 3750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1892, \"group\": [2159.0, 365.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGCTACGA\", \"ini\": 1494, \"clust\": 4154, \"rank\": 3479, \"rankvar\": 4500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2095, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 136, \"group\": [4159.0, 787.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGACAGCC\", \"ini\": 1493, \"clust\": 3638, \"rank\": 2864, \"rankvar\": 1476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2096, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2798, \"group\": [3638.0, 654.0, 106.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTGTGACGA\", \"ini\": 1492, \"clust\": 2213, \"rank\": 3067, \"rankvar\": 1626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2097, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1893, \"group\": [2214.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACCACATCCAA\", \"ini\": 1491, \"clust\": 4188, \"rank\": 3392, \"rankvar\": 5002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2098, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 137, \"group\": [4184.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTCTC\", \"ini\": 1490, \"clust\": 4148, \"rank\": 3132, \"rankvar\": 4271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 138, \"group\": [4146.0, 784.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGAGGACGG\", \"ini\": 1489, \"clust\": 3305, \"rank\": 3175, \"rankvar\": 1349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1894, \"group\": [3304.0, 492.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCGGACAAG\", \"ini\": 1488, \"clust\": 4586, \"rank\": 2993, \"rankvar\": 3551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2101, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4960, \"group\": [4587.0, 878.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCTAAACC\", \"ini\": 1487, \"clust\": 1579, \"rank\": 2136, \"rankvar\": 3852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3162, \"group\": [1578.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCCTATC\", \"ini\": 1486, \"clust\": 1490, \"rank\": 2654, \"rankvar\": 4476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2103, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3972, \"group\": [1489.0, 145.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCAGTCGATT\", \"ini\": 1485, \"clust\": 4269, \"rank\": 3639, \"rankvar\": 4856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2104, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 139, \"group\": [4270.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTTTGACTG\", \"ini\": 1484, \"clust\": 4215, \"rank\": 3464, \"rankvar\": 4873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2105, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 140, \"group\": [4214.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGAACCT\", \"ini\": 1483, \"clust\": 4560, \"rank\": 2573, \"rankvar\": 4355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4961, \"group\": [4566.0, 870.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCGGCTACG\", \"ini\": 1482, \"clust\": 2211, \"rank\": 3072, \"rankvar\": 2541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1895, \"group\": [2209.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAGTCAGCC\", \"ini\": 1481, \"clust\": 2740, \"rank\": 2975, \"rankvar\": 1181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1896, \"group\": [2740.0, 401.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCGCTGTT\", \"ini\": 1480, \"clust\": 4220, \"rank\": 3578, \"rankvar\": 5168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2109, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 141, \"group\": [4219.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGGCAGTA\", \"ini\": 1479, \"clust\": 1891, \"rank\": 2687, \"rankvar\": 3705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2110, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2799, \"group\": [1893.0, 315.0, 55.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTTATCCGA\", \"ini\": 1478, \"clust\": 1662, \"rank\": 2954, \"rankvar\": 304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1897, \"group\": [1663.0, 223.0, 44.0, 12.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGATCGAGCCCA\", \"ini\": 1477, \"clust\": 1572, \"rank\": 2638, \"rankvar\": 1964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3163, \"group\": [1573.0, 176.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTTGTCAT\", \"ini\": 1476, \"clust\": 1585, \"rank\": 2216, \"rankvar\": 3792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3164, \"group\": [1586.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCCCGACA\", \"ini\": 1475, \"clust\": 3727, \"rank\": 2752, \"rankvar\": 2701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2114, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2800, \"group\": [3729.0, 701.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCATTGCCC\", \"ini\": 1474, \"clust\": 4596, \"rank\": 2431, \"rankvar\": 3267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4962, \"group\": [4595.0, 880.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGCAGGTCA\", \"ini\": 1473, \"clust\": 1908, \"rank\": 2849, \"rankvar\": 827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1898, \"group\": [1909.0, 325.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTCGGCAC\", \"ini\": 1472, \"clust\": 2974, \"rank\": 3050, \"rankvar\": 1077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1899, \"group\": [2977.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTTCGTC\", \"ini\": 1471, \"clust\": 5189, \"rank\": 3082, \"rankvar\": 1347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2118, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 142, \"group\": [5193.0, 1061.0, 177.0, 39.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCAAGTAGTA\", \"ini\": 1470, \"clust\": 2261, \"rank\": 2868, \"rankvar\": 4689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1900, \"group\": [2261.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAAGGCTCC\", \"ini\": 1469, \"clust\": 518, \"rank\": 2915, \"rankvar\": 768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3165, \"group\": [519.0, 82.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTCCAGGG\", \"ini\": 1468, \"clust\": 1895, \"rank\": 2780, \"rankvar\": 1652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1901, \"group\": [1896.0, 316.0, 56.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGGCAGGTT\", \"ini\": 1467, \"clust\": 4638, \"rank\": 2682, \"rankvar\": 3400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4963, \"group\": [4638.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCACGCGGT\", \"ini\": 1466, \"clust\": 3150, \"rank\": 3330, \"rankvar\": 749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1902, \"group\": [3150.0, 447.0, 64.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTACAGACG\", \"ini\": 1465, \"clust\": 2789, \"rank\": 3128, \"rankvar\": 3414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1903, \"group\": [2789.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGATCTGAA\", \"ini\": 1464, \"clust\": 5218, \"rank\": 3450, \"rankvar\": 983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2125, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4964, \"group\": [5218.0, 1079.0, 186.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGACGACGT\", \"ini\": 1463, \"clust\": 4257, \"rank\": 3689, \"rankvar\": 5173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2126, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 143, \"group\": [4254.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATCATTC\", \"ini\": 1462, \"clust\": 2198, \"rank\": 3160, \"rankvar\": 3214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1904, \"group\": [2202.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTTTATC\", \"ini\": 1461, \"clust\": 4577, \"rank\": 2807, \"rankvar\": 3714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4965, \"group\": [4578.0, 875.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGTCATCT\", \"ini\": 1460, \"clust\": 2342, \"rank\": 2976, \"rankvar\": 4162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2129, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1905, \"group\": [2345.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCTATCCCG\", \"ini\": 1459, \"clust\": 2299, \"rank\": 2937, \"rankvar\": 3613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1906, \"group\": [2301.0, 385.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACATCCGG\", \"ini\": 1458, \"clust\": 1498, \"rank\": 2627, \"rankvar\": 4620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2131, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3973, \"group\": [1502.0, 147.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCAGTCGTGC\", \"ini\": 1457, \"clust\": 4097, \"rank\": 3456, \"rankvar\": 5029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 144, \"group\": [4100.0, 772.0, 122.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTCCATGA\", \"ini\": 1456, \"clust\": 2222, \"rank\": 2963, \"rankvar\": 249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1907, \"group\": [2226.0, 375.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTGATAAAC\", \"ini\": 1455, \"clust\": 4219, \"rank\": 3615, \"rankvar\": 5159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2134, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 145, \"group\": [4220.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTTCAGCGC\", \"ini\": 1454, \"clust\": 4619, \"rank\": 2680, \"rankvar\": 2788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2135, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4966, \"group\": [4618.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGTGAAC\", \"ini\": 1453, \"clust\": 3286, \"rank\": 3079, \"rankvar\": 411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1908, \"group\": [3287.0, 481.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTTAAGAAC\", \"ini\": 1452, \"clust\": 1660, \"rank\": 2893, \"rankvar\": 1050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1909, \"group\": [1659.0, 219.0, 42.0, 12.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACTCGACG\", \"ini\": 1451, \"clust\": 2989, \"rank\": 3032, \"rankvar\": 883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1910, \"group\": [2997.0, 407.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGCATGCCTAA\", \"ini\": 1450, \"clust\": 2145, \"rank\": 2938, \"rankvar\": 1369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1911, \"group\": [2145.0, 357.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCTGCCAGG\", \"ini\": 1449, \"clust\": 4860, \"rank\": 3020, \"rankvar\": 3232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2140, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4967, \"group\": [4863.0, 898.0, 143.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGATGAC\", \"ini\": 1448, \"clust\": 4231, \"rank\": 3574, \"rankvar\": 5166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2141, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 146, \"group\": [4228.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAGTCTTCC\", \"ini\": 1447, \"clust\": 3154, \"rank\": 3145, \"rankvar\": 908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1912, \"group\": [3154.0, 450.0, 64.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCCTAGAAC\", \"ini\": 1446, \"clust\": 5217, \"rank\": 3467, \"rankvar\": 1553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2143, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4968, \"group\": [5219.0, 1079.0, 186.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGTCATCTGCC\", \"ini\": 1445, \"clust\": 2219, \"rank\": 3207, \"rankvar\": 1875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1913, \"group\": [2221.0, 373.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTAGAAAGG\", \"ini\": 1444, \"clust\": 4580, \"rank\": 3036, \"rankvar\": 4109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2145, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4969, \"group\": [4581.0, 876.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCGCATGGC\", \"ini\": 1443, \"clust\": 3093, \"rank\": 3155, \"rankvar\": 770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1914, \"group\": [3093.0, 421.0, 61.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCATAACCTG\", \"ini\": 1442, \"clust\": 3796, \"rank\": 3053, \"rankvar\": 2660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2147, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2801, \"group\": [3796.0, 706.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGGGTAC\", \"ini\": 1441, \"clust\": 3173, \"rank\": 3201, \"rankvar\": 1306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2148, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1915, \"group\": [3177.0, 461.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCTTCGG\", \"ini\": 1440, \"clust\": 2128, \"rank\": 3156, \"rankvar\": 1807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1916, \"group\": [2126.0, 347.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGACTTTCG\", \"ini\": 1439, \"clust\": 4234, \"rank\": 3577, \"rankvar\": 4953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2150, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 147, \"group\": [4232.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAGAGGA\", \"ini\": 1438, \"clust\": 3228, \"rank\": 3125, \"rankvar\": 564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1917, \"group\": [3228.0, 472.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTAAAGTCA\", \"ini\": 1437, \"clust\": 1896, \"rank\": 3041, \"rankvar\": 341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1918, \"group\": [1897.0, 317.0, 56.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCTTGTCC\", \"ini\": 1436, \"clust\": 2122, \"rank\": 2761, \"rankvar\": 2908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1919, \"group\": [2121.0, 345.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCTCGT\", \"ini\": 1435, \"clust\": 3244, \"rank\": 3222, \"rankvar\": 1425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1920, \"group\": [3243.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCTTGAGAC\", \"ini\": 1434, \"clust\": 4266, \"rank\": 3628, \"rankvar\": 5038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2155, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 148, \"group\": [4266.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTGGTCCC\", \"ini\": 1433, \"clust\": 1615, \"rank\": 2823, \"rankvar\": 1442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3166, \"group\": [1615.0, 185.0, 28.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTCTGAGA\", \"ini\": 1432, \"clust\": 5190, \"rank\": 3164, \"rankvar\": 2585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2157, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 149, \"group\": [5192.0, 1060.0, 177.0, 39.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAAACCTC\", \"ini\": 1431, \"clust\": 29, \"rank\": 3352, \"rankvar\": 4758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2158, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5218, \"group\": [28.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAAGTACATGA\", \"ini\": 1430, \"clust\": 4589, \"rank\": 3087, \"rankvar\": 1218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4970, \"group\": [4589.0, 878.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACCGGGT\", \"ini\": 1429, \"clust\": 3229, \"rank\": 3210, \"rankvar\": 823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1921, \"group\": [3229.0, 472.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACGTCAAAGCG\", \"ini\": 1428, \"clust\": 2778, \"rank\": 3100, \"rankvar\": 1949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1922, \"group\": [2779.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCAGTCCCT\", \"ini\": 1427, \"clust\": 1893, \"rank\": 2619, \"rankvar\": 4337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2802, \"group\": [1892.0, 315.0, 55.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGACGAA\", \"ini\": 1426, \"clust\": 3291, \"rank\": 3278, \"rankvar\": 3800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1923, \"group\": [3293.0, 484.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAAGGGCT\", \"ini\": 1425, \"clust\": 3292, \"rank\": 3280, \"rankvar\": 2259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1924, \"group\": [3291.0, 484.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGCTACGA\", \"ini\": 1424, \"clust\": 39, \"rank\": 2973, \"rankvar\": 4921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2165, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5219, \"group\": [39.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGCTACCGC\", \"ini\": 1423, \"clust\": 3170, \"rank\": 3110, \"rankvar\": 384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1925, \"group\": [3170.0, 458.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGCGAAGGG\", \"ini\": 1422, \"clust\": 2314, \"rank\": 2930, \"rankvar\": 1934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1926, \"group\": [2314.0, 387.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCCTAACC\", \"ini\": 1421, \"clust\": 4362, \"rank\": 3120, \"rankvar\": 4506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2168, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5131, \"group\": [4363.0, 819.0, 135.0, 31.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGACGAA\", \"ini\": 1420, \"clust\": 4559, \"rank\": 2773, \"rankvar\": 3690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4971, \"group\": [4567.0, 871.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGACACTAA\", \"ini\": 1419, \"clust\": 4261, \"rank\": 3657, \"rankvar\": 4974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2170, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 150, \"group\": [4259.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTTCCAACA\", \"ini\": 1418, \"clust\": 1897, \"rank\": 3188, \"rankvar\": 469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1927, \"group\": [1898.0, 318.0, 56.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGTCTTTACGT\", \"ini\": 1417, \"clust\": 1558, \"rank\": 2571, \"rankvar\": 3855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3167, \"group\": [1558.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAATAAGCA\", \"ini\": 1416, \"clust\": 3257, \"rank\": 3512, \"rankvar\": 1597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1928, \"group\": [3257.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGCTCCTTC\", \"ini\": 1415, \"clust\": 3156, \"rank\": 3048, \"rankvar\": 1025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1929, \"group\": [3160.0, 454.0, 65.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGAAACGCC\", \"ini\": 1414, \"clust\": 3452, \"rank\": 3286, \"rankvar\": 2902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2175, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2803, \"group\": [3453.0, 565.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTTCTGAAC\", \"ini\": 1413, \"clust\": 1483, \"rank\": 2657, \"rankvar\": 3767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2176, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3974, \"group\": [1483.0, 143.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGTACGATA\", \"ini\": 1412, \"clust\": 30, \"rank\": 3273, \"rankvar\": 4745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2177, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5220, \"group\": [29.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGCGAAGGG\", \"ini\": 1411, \"clust\": 3267, \"rank\": 3294, \"rankvar\": 544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1930, \"group\": [3267.0, 477.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAGACAAAT\", \"ini\": 1410, \"clust\": 4622, \"rank\": 2751, \"rankvar\": 4572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2179, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4972, \"group\": [4624.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTACCTC\", \"ini\": 1409, \"clust\": 512, \"rank\": 3019, \"rankvar\": 1007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3168, \"group\": [513.0, 79.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCACAAGCCC\", \"ini\": 1408, \"clust\": 1645, \"rank\": 2260, \"rankvar\": 2343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3169, \"group\": [1646.0, 211.0, 38.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTTGGTTTG\", \"ini\": 1407, \"clust\": 2793, \"rank\": 3134, \"rankvar\": 3579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1931, \"group\": [2794.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTGTCTCG\", \"ini\": 1406, \"clust\": 5192, \"rank\": 3219, \"rankvar\": 2536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2183, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 151, \"group\": [5189.0, 1058.0, 177.0, 39.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTATGTGC\", \"ini\": 1405, \"clust\": 4594, \"rank\": 2977, \"rankvar\": 4254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4973, \"group\": [4598.0, 880.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACCTATCC\", \"ini\": 1404, \"clust\": 3163, \"rank\": 3185, \"rankvar\": 894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1932, \"group\": [3163.0, 456.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAAGCTGAG\", \"ini\": 1403, \"clust\": 2121, \"rank\": 2998, \"rankvar\": 994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1933, \"group\": [2123.0, 345.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATGAAAC\", \"ini\": 1402, \"clust\": 4578, \"rank\": 3045, \"rankvar\": 3471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2187, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4974, \"group\": [4579.0, 875.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTGGGTA\", \"ini\": 1401, \"clust\": 4616, \"rank\": 2851, \"rankvar\": 3021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4975, \"group\": [4616.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGTAACGG\", \"ini\": 1400, \"clust\": 3791, \"rank\": 3152, \"rankvar\": 1643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2189, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2804, \"group\": [3790.0, 703.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGTTGCCT\", \"ini\": 1399, \"clust\": 3786, \"rank\": 3034, \"rankvar\": 3976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2190, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2805, \"group\": [3785.0, 702.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTAGTGAAT\", \"ini\": 1398, \"clust\": 35, \"rank\": 3116, \"rankvar\": 4898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2191, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5221, \"group\": [36.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCAAAGGCGT\", \"ini\": 1397, \"clust\": 3057, \"rank\": 3018, \"rankvar\": 449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1934, \"group\": [3060.0, 415.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTCAGTCCTTC\", \"ini\": 1396, \"clust\": 3246, \"rank\": 3335, \"rankvar\": 764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1935, \"group\": [3246.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCACACCGAC\", \"ini\": 1395, \"clust\": 1489, \"rank\": 2982, \"rankvar\": 4211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3975, \"group\": [1491.0, 145.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGAATTCCC\", \"ini\": 1394, \"clust\": 2199, \"rank\": 3310, \"rankvar\": 1276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1936, \"group\": [2201.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGGCTTGA\", \"ini\": 1393, \"clust\": 4889, \"rank\": 3279, \"rankvar\": 2795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4976, \"group\": [4887.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCTCGATGA\", \"ini\": 1392, \"clust\": 1559, \"rank\": 2486, \"rankvar\": 4058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3170, \"group\": [1559.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATCCTAGA\", \"ini\": 1391, \"clust\": 3151, \"rank\": 3348, \"rankvar\": 1857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1937, \"group\": [3151.0, 448.0, 64.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGCAGGTCA\", \"ini\": 1390, \"clust\": 116, \"rank\": 3179, \"rankvar\": 4847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2199, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 237, \"group\": [116.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGGAGTCTG\", \"ini\": 1389, \"clust\": 585, \"rank\": 2772, \"rankvar\": 2603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3171, \"group\": [589.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAAGGGTCA\", \"ini\": 1388, \"clust\": 3793, \"rank\": 3121, \"rankvar\": 4608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2201, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2806, \"group\": [3794.0, 705.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCACCGCT\", \"ini\": 1387, \"clust\": 2123, \"rank\": 3000, \"rankvar\": 4006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1938, \"group\": [2122.0, 345.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCATCGGTTA\", \"ini\": 1386, \"clust\": 4258, \"rank\": 3811, \"rankvar\": 5146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2203, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 152, \"group\": [4255.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTCGACA\", \"ini\": 1385, \"clust\": 4621, \"rank\": 3006, \"rankvar\": 2209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4977, \"group\": [4625.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGTTAACGA\", \"ini\": 1384, \"clust\": 4230, \"rank\": 3679, \"rankvar\": 5214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2205, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 153, \"group\": [4230.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGCGTAATA\", \"ini\": 1383, \"clust\": 3249, \"rank\": 3422, \"rankvar\": 1227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1939, \"group\": [3248.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTGTCTGAT\", \"ini\": 1382, \"clust\": 4208, \"rank\": 3582, \"rankvar\": 4887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2207, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 154, \"group\": [4206.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGGCTCTC\", \"ini\": 1381, \"clust\": 2783, \"rank\": 3220, \"rankvar\": 2073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1940, \"group\": [2784.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCATGAAC\", \"ini\": 1380, \"clust\": 3634, \"rank\": 2902, \"rankvar\": 4646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2209, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2807, \"group\": [4093.0, 767.0, 119.0, 26.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTCAACC\", \"ini\": 1379, \"clust\": 540, \"rank\": 3055, \"rankvar\": 1696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2210, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3172, \"group\": [547.0, 91.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCCAGTG\", \"ini\": 1378, \"clust\": 3177, \"rank\": 3339, \"rankvar\": 698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1941, \"group\": [3185.0, 465.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAGTTCAGTAC\", \"ini\": 1377, \"clust\": 4908, \"rank\": 3369, \"rankvar\": 3656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4978, \"group\": [4908.0, 917.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTTCGTTGA\", \"ini\": 1376, \"clust\": 3192, \"rank\": 3342, \"rankvar\": 343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1942, \"group\": [3285.0, 480.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCAGATAAG\", \"ini\": 1375, \"clust\": 4641, \"rank\": 3084, \"rankvar\": 3947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4979, \"group\": [4641.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGATGTTAG\", \"ini\": 1374, \"clust\": 3247, \"rank\": 3419, \"rankvar\": 869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1943, \"group\": [3247.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACCCATTC\", \"ini\": 1373, \"clust\": 1380, \"rank\": 3012, \"rankvar\": 4705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3976, \"group\": [1378.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACACATAACC\", \"ini\": 1372, \"clust\": 2253, \"rank\": 3248, \"rankvar\": 1217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1944, \"group\": [2252.0, 381.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTGCCTTGG\", \"ini\": 1371, \"clust\": 3795, \"rank\": 3015, \"rankvar\": 4601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2218, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2808, \"group\": [3793.0, 705.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTTCATGT\", \"ini\": 1370, \"clust\": 3161, \"rank\": 3214, \"rankvar\": 623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1945, \"group\": [3164.0, 456.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCACCATCCT\", \"ini\": 1369, \"clust\": 4897, \"rank\": 3250, \"rankvar\": 2562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2220, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4980, \"group\": [4898.0, 913.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCATCAGTCA\", \"ini\": 1368, \"clust\": 1576, \"rank\": 2874, \"rankvar\": 1075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3173, \"group\": [1580.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGGTGCAAC\", \"ini\": 1367, \"clust\": 3446, \"rank\": 3397, \"rankvar\": 2177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2222, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2809, \"group\": [3445.0, 563.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTCTAGCCG\", \"ini\": 1366, \"clust\": 3276, \"rank\": 3486, \"rankvar\": 2184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1946, \"group\": [3276.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAGGCAGTA\", \"ini\": 1365, \"clust\": 4144, \"rank\": 3410, \"rankvar\": 4968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2224, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 155, \"group\": [4141.0, 783.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCGTTC\", \"ini\": 1364, \"clust\": 4868, \"rank\": 3293, \"rankvar\": 4214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4981, \"group\": [4869.0, 904.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAGCTGCA\", \"ini\": 1363, \"clust\": 3251, \"rank\": 3387, \"rankvar\": 365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1947, \"group\": [3251.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCACATAGACTC\", \"ini\": 1362, \"clust\": 3224, \"rank\": 3412, \"rankvar\": 620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1948, \"group\": [3222.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCGACG\", \"ini\": 1361, \"clust\": 3308, \"rank\": 3323, \"rankvar\": 1200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1949, \"group\": [3309.0, 492.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCCCGGATG\", \"ini\": 1360, \"clust\": 34, \"rank\": 3231, \"rankvar\": 4888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2229, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5222, \"group\": [41.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGATATAC\", \"ini\": 1359, \"clust\": 3300, \"rank\": 3337, \"rankvar\": 923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1950, \"group\": [3301.0, 491.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACATGCCTTC\", \"ini\": 1358, \"clust\": 3443, \"rank\": 3485, \"rankvar\": 4418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2810, \"group\": [3447.0, 564.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGATGAGC\", \"ini\": 1357, \"clust\": 3299, \"rank\": 3284, \"rankvar\": 2867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1951, \"group\": [3300.0, 490.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCTCGGACG\", \"ini\": 1356, \"clust\": 31, \"rank\": 3316, \"rankvar\": 4744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2233, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5223, \"group\": [30.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGAAACGAG\", \"ini\": 1355, \"clust\": 4224, \"rank\": 3711, \"rankvar\": 5182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2234, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 156, \"group\": [4221.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGAGGTAG\", \"ini\": 1354, \"clust\": 4212, \"rank\": 3771, \"rankvar\": 5102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2235, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 157, \"group\": [4215.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCACCT\", \"ini\": 1353, \"clust\": 545, \"rank\": 2811, \"rankvar\": 3652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2236, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3174, \"group\": [545.0, 91.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGAGGACGG\", \"ini\": 1352, \"clust\": 1557, \"rank\": 2732, \"rankvar\": 3610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3175, \"group\": [1557.0, 172.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCGGAAATA\", \"ini\": 1351, \"clust\": 3159, \"rank\": 3267, \"rankvar\": 2170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1952, \"group\": [3158.0, 453.0, 65.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGGTATG\", \"ini\": 1350, \"clust\": 4639, \"rank\": 2875, \"rankvar\": 4475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2239, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4982, \"group\": [4639.0, 884.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTATCATAAAGG\", \"ini\": 1349, \"clust\": 36, \"rank\": 3182, \"rankvar\": 4875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2240, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5224, \"group\": [34.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCAGCGATT\", \"ini\": 1348, \"clust\": 3238, \"rank\": 3390, \"rankvar\": 1017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1953, \"group\": [3239.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACTAGAT\", \"ini\": 1347, \"clust\": 3258, \"rank\": 3495, \"rankvar\": 2293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1954, \"group\": [3258.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGCTGCCCA\", \"ini\": 1346, \"clust\": 5188, \"rank\": 3358, \"rankvar\": 3591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2243, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 158, \"group\": [5194.0, 1062.0, 178.0, 39.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGCTAGGCA\", \"ini\": 1345, \"clust\": 1607, \"rank\": 3298, \"rankvar\": 514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3176, \"group\": [1608.0, 180.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGAGAGCA\", \"ini\": 1344, \"clust\": 2197, \"rank\": 3351, \"rankvar\": 2833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1955, \"group\": [2205.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACTCGGCCGAT\", \"ini\": 1343, \"clust\": 1573, \"rank\": 2980, \"rankvar\": 1899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3177, \"group\": [1574.0, 176.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCACCGTTGG\", \"ini\": 1342, \"clust\": 1289, \"rank\": 3163, \"rankvar\": 2339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2247, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3977, \"group\": [1289.0, 130.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCTACAGA\", \"ini\": 1341, \"clust\": 2259, \"rank\": 3143, \"rankvar\": 3639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2248, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1956, \"group\": [2269.0, 384.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATGCCAT\", \"ini\": 1340, \"clust\": 542, \"rank\": 3096, \"rankvar\": 638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3178, \"group\": [540.0, 91.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCACAGGT\", \"ini\": 1339, \"clust\": 4597, \"rank\": 2745, \"rankvar\": 4592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4983, \"group\": [4596.0, 880.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCTGGTA\", \"ini\": 1338, \"clust\": 515, \"rank\": 3033, \"rankvar\": 2434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3179, \"group\": [515.0, 80.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCTATGCT\", \"ini\": 1337, \"clust\": 4620, \"rank\": 2970, \"rankvar\": 3035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2252, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4984, \"group\": [4619.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGTCGATAA\", \"ini\": 1336, \"clust\": 3260, \"rank\": 3692, \"rankvar\": 2448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1957, \"group\": [3259.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCCCAACGG\", \"ini\": 1335, \"clust\": 2193, \"rank\": 3262, \"rankvar\": 886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1958, \"group\": [2197.0, 371.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGTGTGCC\", \"ini\": 1334, \"clust\": 1575, \"rank\": 2981, \"rankvar\": 2480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3180, \"group\": [1576.0, 177.0, 26.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACCAGCAC\", \"ini\": 1333, \"clust\": 4617, \"rank\": 3172, \"rankvar\": 2507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4985, \"group\": [4621.0, 883.0, 142.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGCACATG\", \"ini\": 1332, \"clust\": 520, \"rank\": 3085, \"rankvar\": 875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3181, \"group\": [520.0, 83.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGGAACGG\", \"ini\": 1331, \"clust\": 4167, \"rank\": 3589, \"rankvar\": 4988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2258, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 159, \"group\": [4167.0, 789.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACGAAT\", \"ini\": 1330, \"clust\": 4434, \"rank\": 3064, \"rankvar\": 1298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4986, \"group\": [4434.0, 846.0, 141.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTTGATTGC\", \"ini\": 1329, \"clust\": 5220, \"rank\": 3646, \"rankvar\": 1502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2260, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4987, \"group\": [5217.0, 1079.0, 186.0, 42.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACAGTAACGG\", \"ini\": 1328, \"clust\": 1381, \"rank\": 3137, \"rankvar\": 4903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3978, \"group\": [1379.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCACCTTAT\", \"ini\": 1327, \"clust\": 3294, \"rank\": 3446, \"rankvar\": 2489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1959, \"group\": [3294.0, 485.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAGCCTA\", \"ini\": 1326, \"clust\": 3233, \"rank\": 3454, \"rankvar\": 790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1960, \"group\": [3232.0, 472.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAAGGTTTC\", \"ini\": 1325, \"clust\": 3272, \"rank\": 3599, \"rankvar\": 1110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1961, \"group\": [3271.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTCTCTTTA\", \"ini\": 1324, \"clust\": 3797, \"rank\": 3157, \"rankvar\": 3409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2265, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2811, \"group\": [3797.0, 706.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGAGCCAA\", \"ini\": 1323, \"clust\": 2215, \"rank\": 3281, \"rankvar\": 2373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1962, \"group\": [2216.0, 372.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCATGAAC\", \"ini\": 1322, \"clust\": 3183, \"rank\": 3333, \"rankvar\": 596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1963, \"group\": [3181.0, 463.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCGTACAA\", \"ini\": 1321, \"clust\": 1379, \"rank\": 3086, \"rankvar\": 4741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2268, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3979, \"group\": [1382.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTAAGAGAG\", \"ini\": 1320, \"clust\": 2220, \"rank\": 3414, \"rankvar\": 2070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2269, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1964, \"group\": [2219.0, 373.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACACTGTCGG\", \"ini\": 1319, \"clust\": 27, \"rank\": 3465, \"rankvar\": 4338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2270, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5225, \"group\": [31.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTGTAAGTA\", \"ini\": 1318, \"clust\": 3232, \"rank\": 3406, \"rankvar\": 1434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1965, \"group\": [3234.0, 472.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTGCAAG\", \"ini\": 1317, \"clust\": 3252, \"rank\": 3463, \"rankvar\": 536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1966, \"group\": [3252.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGATCGCA\", \"ini\": 1316, \"clust\": 4168, \"rank\": 3524, \"rankvar\": 4682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2273, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 160, \"group\": [4165.0, 789.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACAGTCAGCC\", \"ini\": 1315, \"clust\": 5194, \"rank\": 3347, \"rankvar\": 658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2274, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4988, \"group\": [5198.0, 1065.0, 180.0, 40.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAGCCTAT\", \"ini\": 1314, \"clust\": 3248, \"rank\": 3490, \"rankvar\": 876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1967, \"group\": [3250.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTTATTCTC\", \"ini\": 1313, \"clust\": 1355, \"rank\": 3314, \"rankvar\": 3222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3980, \"group\": [1355.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGACAGACACTT\", \"ini\": 1312, \"clust\": 3214, \"rank\": 3531, \"rankvar\": 1233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1968, \"group\": [3221.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCAGTGTTG\", \"ini\": 1311, \"clust\": 4885, \"rank\": 3322, \"rankvar\": 4111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2278, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4989, \"group\": [4885.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTGATTCG\", \"ini\": 1310, \"clust\": 3230, \"rank\": 3529, \"rankvar\": 3360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1969, \"group\": [3230.0, 472.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGAGGCTA\", \"ini\": 1309, \"clust\": 3182, \"rank\": 3403, \"rankvar\": 635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1970, \"group\": [3183.0, 463.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCCTTAATC\", \"ini\": 1308, \"clust\": 3418, \"rank\": 3376, \"rankvar\": 1908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2281, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2812, \"group\": [3419.0, 553.0, 85.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTATCTCG\", \"ini\": 1307, \"clust\": 3220, \"rank\": 3513, \"rankvar\": 1631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1971, \"group\": [3218.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGCCAGTAG\", \"ini\": 1306, \"clust\": 3245, \"rank\": 3489, \"rankvar\": 1754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1972, \"group\": [3244.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCCAGTAG\", \"ini\": 1305, \"clust\": 1378, \"rank\": 3199, \"rankvar\": 4738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2284, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3981, \"group\": [1387.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTTACCAGT\", \"ini\": 1304, \"clust\": 3309, \"rank\": 3427, \"rankvar\": 1352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1973, \"group\": [3310.0, 492.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGCGAGT\", \"ini\": 1303, \"clust\": 3268, \"rank\": 3596, \"rankvar\": 3276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1974, \"group\": [3268.0, 477.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATGCGT\", \"ini\": 1302, \"clust\": 3149, \"rank\": 3584, \"rankvar\": 362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1975, \"group\": [3152.0, 449.0, 64.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGTTCCTA\", \"ini\": 1301, \"clust\": 3178, \"rank\": 3453, \"rankvar\": 363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1976, \"group\": [3180.0, 462.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAAGCGCTC\", \"ini\": 1300, \"clust\": 4903, \"rank\": 3509, \"rankvar\": 3927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2289, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4990, \"group\": [4902.0, 914.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGTTCCTA\", \"ini\": 1299, \"clust\": 634, \"rank\": 2912, \"rankvar\": 4221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2290, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3182, \"group\": [634.0, 99.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCTGGAGA\", \"ini\": 1298, \"clust\": 3171, \"rank\": 3359, \"rankvar\": 808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1977, \"group\": [3171.0, 458.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCAGGCTGAA\", \"ini\": 1297, \"clust\": 3239, \"rank\": 3549, \"rankvar\": 1680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1978, \"group\": [3237.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGAAAT\", \"ini\": 1296, \"clust\": 546, \"rank\": 3035, \"rankvar\": 2043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3183, \"group\": [543.0, 91.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTTTACA\", \"ini\": 1295, \"clust\": 4209, \"rank\": 3893, \"rankvar\": 5203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2294, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 161, \"group\": [4216.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGATCCTAGGGC\", \"ini\": 1294, \"clust\": 4905, \"rank\": 3613, \"rankvar\": 3353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2295, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4991, \"group\": [4906.0, 916.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTTGTGTG\", \"ini\": 1293, \"clust\": 4145, \"rank\": 3643, \"rankvar\": 4797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2296, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 162, \"group\": [4142.0, 783.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCTAACGT\", \"ini\": 1292, \"clust\": 587, \"rank\": 3068, \"rankvar\": 1642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3184, \"group\": [586.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACTGAC\", \"ini\": 1291, \"clust\": 1649, \"rank\": 3167, \"rankvar\": 3962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1979, \"group\": [1648.0, 213.0, 39.0, 10.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCATGAAC\", \"ini\": 1290, \"clust\": 4902, \"rank\": 3634, \"rankvar\": 4509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4992, \"group\": [4904.0, 914.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGATGGCA\", \"ini\": 1289, \"clust\": 1493, \"rank\": 2965, \"rankvar\": 4808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3982, \"group\": [1494.0, 146.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCTTGTACT\", \"ini\": 1288, \"clust\": 4883, \"rank\": 3654, \"rankvar\": 4461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2301, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4993, \"group\": [4882.0, 910.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTGAGGGAG\", \"ini\": 1287, \"clust\": 3708, \"rank\": 3434, \"rankvar\": 3728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2302, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2813, \"group\": [3707.0, 694.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGACAGGCT\", \"ini\": 1286, \"clust\": 3250, \"rank\": 3610, \"rankvar\": 2117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1980, \"group\": [3249.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAACACCA\", \"ini\": 1285, \"clust\": 1290, \"rank\": 3373, \"rankvar\": 2330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2304, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3983, \"group\": [1290.0, 130.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCTAGGTT\", \"ini\": 1284, \"clust\": 0, \"rank\": 3193, \"rankvar\": 4604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2305, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5137, \"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCTCTCGT\", \"ini\": 1283, \"clust\": 1487, \"rank\": 3078, \"rankvar\": 4386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2306, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3984, \"group\": [1488.0, 145.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTTCCACGG\", \"ini\": 1282, \"clust\": 1610, \"rank\": 3291, \"rankvar\": 940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3185, \"group\": [1610.0, 182.0, 27.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACATCTCCCA\", \"ini\": 1281, \"clust\": 3160, \"rank\": 3384, \"rankvar\": 2287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1981, \"group\": [3159.0, 453.0, 65.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAGGGCATA\", \"ini\": 1280, \"clust\": 3792, \"rank\": 3258, \"rankvar\": 4270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2309, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2814, \"group\": [3795.0, 705.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCGTTTA\", \"ini\": 1279, \"clust\": 1537, \"rank\": 3161, \"rankvar\": 3906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2310, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3027, \"group\": [1538.0, 161.0, 23.0, 5.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGGGTT\", \"ini\": 1278, \"clust\": 3234, \"rank\": 3460, \"rankvar\": 748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1982, \"group\": [3233.0, 472.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCTAGTCA\", \"ini\": 1277, \"clust\": 1652, \"rank\": 3130, \"rankvar\": 3468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1983, \"group\": [1650.0, 213.0, 39.0, 10.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTATCCTAAGTG\", \"ini\": 1276, \"clust\": 4888, \"rank\": 3443, \"rankvar\": 3121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2313, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4994, \"group\": [4889.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTACGACT\", \"ini\": 1275, \"clust\": 4262, \"rank\": 3933, \"rankvar\": 5132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2314, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 163, \"group\": [4260.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAATCA\", \"ini\": 1274, \"clust\": 547, \"rank\": 2991, \"rankvar\": 2379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2315, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3186, \"group\": [544.0, 91.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCACCGGGT\", \"ini\": 1273, \"clust\": 1629, \"rank\": 3062, \"rankvar\": 738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3187, \"group\": [1629.0, 197.0, 33.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTAAGACA\", \"ini\": 1272, \"clust\": 16, \"rank\": 3430, \"rankvar\": 4657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2317, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5226, \"group\": [17.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCTCTCTG\", \"ini\": 1271, \"clust\": 3208, \"rank\": 3579, \"rankvar\": 1093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1984, \"group\": [3208.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGCAGTA\", \"ini\": 1270, \"clust\": 3235, \"rank\": 3511, \"rankvar\": 1446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1985, \"group\": [3235.0, 473.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCGACTAT\", \"ini\": 1269, \"clust\": 2221, \"rank\": 3573, \"rankvar\": 1500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1986, \"group\": [2220.0, 373.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTCAGGCC\", \"ini\": 1268, \"clust\": 3172, \"rank\": 3389, \"rankvar\": 656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1987, \"group\": [3172.0, 458.0, 66.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGGTAAG\", \"ini\": 1267, \"clust\": 4876, \"rank\": 3300, \"rankvar\": 3118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4995, \"group\": [4878.0, 907.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCAACGAAA\", \"ini\": 1266, \"clust\": 3262, \"rank\": 3669, \"rankvar\": 675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1988, \"group\": [3266.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGTCCGGTC\", \"ini\": 1265, \"clust\": 1035, \"rank\": 3206, \"rankvar\": 1579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2324, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3188, \"group\": [1034.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGGTGCAAC\", \"ini\": 1264, \"clust\": 4151, \"rank\": 3720, \"rankvar\": 5018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2325, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1989, \"group\": [4150.0, 785.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTTATCGGT\", \"ini\": 1263, \"clust\": 3281, \"rank\": 3568, \"rankvar\": 1051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1990, \"group\": [3284.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAACAGTCGATT\", \"ini\": 1262, \"clust\": 4435, \"rank\": 2961, \"rankvar\": 3369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2327, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4996, \"group\": [4435.0, 846.0, 141.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTAGGGTAC\", \"ini\": 1261, \"clust\": 3241, \"rank\": 3496, \"rankvar\": 549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1991, \"group\": [3241.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCATGCTAGT\", \"ini\": 1260, \"clust\": 558, \"rank\": 3249, \"rankvar\": 2564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3189, \"group\": [559.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAACGCACC\", \"ini\": 1259, \"clust\": 1351, \"rank\": 3022, \"rankvar\": 4354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2330, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3985, \"group\": [1350.0, 134.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAACTGCTA\", \"ini\": 1258, \"clust\": 4877, \"rank\": 3391, \"rankvar\": 4216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2331, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4997, \"group\": [4876.0, 907.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTCACTTCC\", \"ini\": 1257, \"clust\": 4869, \"rank\": 3264, \"rankvar\": 4394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4998, \"group\": [4870.0, 904.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGAGACG\", \"ini\": 1256, \"clust\": 4891, \"rank\": 3361, \"rankvar\": 3445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4999, \"group\": [4894.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTCAAACAACA\", \"ini\": 1255, \"clust\": 3236, \"rank\": 3503, \"rankvar\": 2436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1992, \"group\": [3236.0, 473.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAGCTCTC\", \"ini\": 1254, \"clust\": 1, \"rank\": 3438, \"rankvar\": 4649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2335, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5138, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCCATGAAC\", \"ini\": 1253, \"clust\": 3184, \"rank\": 3432, \"rankvar\": 401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2336, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1993, \"group\": [3182.0, 463.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGAGGTTAT\", \"ini\": 1252, \"clust\": 3293, \"rank\": 3605, \"rankvar\": 2283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2337, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1994, \"group\": [3292.0, 484.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCGAGGTAG\", \"ini\": 1251, \"clust\": 2345, \"rank\": 3420, \"rankvar\": 995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1995, \"group\": [2343.0, 389.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGCGTTA\", \"ini\": 1250, \"clust\": 3243, \"rank\": 3592, \"rankvar\": 2629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1996, \"group\": [3245.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTTGGGCC\", \"ini\": 1249, \"clust\": 117, \"rank\": 3275, \"rankvar\": 4714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2340, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 238, \"group\": [117.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCTCTTAT\", \"ini\": 1248, \"clust\": 3290, \"rank\": 3435, \"rankvar\": 2708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1997, \"group\": [3296.0, 486.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGTTAGA\", \"ini\": 1247, \"clust\": 3240, \"rank\": 3604, \"rankvar\": 2887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2342, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1998, \"group\": [3238.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCACATGCA\", \"ini\": 1246, \"clust\": 3193, \"rank\": 3535, \"rankvar\": 1294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1999, \"group\": [3195.0, 468.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGAGTGACC\", \"ini\": 1245, \"clust\": 596, \"rank\": 3127, \"rankvar\": 2651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3190, \"group\": [597.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCATGCAATC\", \"ini\": 1244, \"clust\": 4878, \"rank\": 3218, \"rankvar\": 4362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5000, \"group\": [4877.0, 907.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAGTACGCACC\", \"ini\": 1243, \"clust\": 1630, \"rank\": 2933, \"rankvar\": 2669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3191, \"group\": [1630.0, 198.0, 33.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGACGAAA\", \"ini\": 1242, \"clust\": 635, \"rank\": 3089, \"rankvar\": 3682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2347, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3192, \"group\": [635.0, 99.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTGCACGAA\", \"ini\": 1241, \"clust\": 3254, \"rank\": 3763, \"rankvar\": 1536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2000, \"group\": [3255.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTCTTATG\", \"ini\": 1240, \"clust\": 3223, \"rank\": 3633, \"rankvar\": 717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2001, \"group\": [3226.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCCGGCACA\", \"ini\": 1239, \"clust\": 4242, \"rank\": 3967, \"rankvar\": 5216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2350, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 164, \"group\": [4237.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCAGTTATCGC\", \"ini\": 1238, \"clust\": 537, \"rank\": 3229, \"rankvar\": 836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3193, \"group\": [537.0, 90.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTTCGATGAGG\", \"ini\": 1237, \"clust\": 1491, \"rank\": 3090, \"rankvar\": 4723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2352, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3986, \"group\": [1490.0, 145.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGGATGGG\", \"ini\": 1236, \"clust\": 4882, \"rank\": 3619, \"rankvar\": 3026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5001, \"group\": [4884.0, 910.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCAGACACTT\", \"ini\": 1235, \"clust\": 543, \"rank\": 3183, \"rankvar\": 2126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3194, \"group\": [541.0, 91.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTACCATCA\", \"ini\": 1234, \"clust\": 4169, \"rank\": 3782, \"rankvar\": 5130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2355, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 165, \"group\": [4166.0, 789.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGTAGCTG\", \"ini\": 1233, \"clust\": 3278, \"rank\": 3550, \"rankvar\": 776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2002, \"group\": [3280.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCACTCAGGC\", \"ini\": 1232, \"clust\": 3206, \"rank\": 3641, \"rankvar\": 877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2003, \"group\": [3206.0, 470.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGGTTTCA\", \"ini\": 1231, \"clust\": 582, \"rank\": 3340, \"rankvar\": 1197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3195, \"group\": [585.0, 96.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGACTAGGC\", \"ini\": 1230, \"clust\": 4150, \"rank\": 3586, \"rankvar\": 4798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2004, \"group\": [4151.0, 785.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATTATCTC\", \"ini\": 1229, \"clust\": 4225, \"rank\": 3934, \"rankvar\": 5224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2360, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 166, \"group\": [4222.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATACGCCG\", \"ini\": 1228, \"clust\": 3295, \"rank\": 3575, \"rankvar\": 327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2005, \"group\": [3295.0, 485.0, 68.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGGGCACTA\", \"ini\": 1227, \"clust\": 4232, \"rank\": 3947, \"rankvar\": 5200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2362, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 167, \"group\": [4229.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCGAGCCA\", \"ini\": 1226, \"clust\": 4235, \"rank\": 4066, \"rankvar\": 5219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2363, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 168, \"group\": [4233.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATGAAAC\", \"ini\": 1225, \"clust\": 4881, \"rank\": 3545, \"rankvar\": 3930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2364, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5002, \"group\": [4895.0, 912.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGCTGCAC\", \"ini\": 1224, \"clust\": 3157, \"rank\": 3593, \"rankvar\": 734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2006, \"group\": [3156.0, 452.0, 65.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCTCTGAGA\", \"ini\": 1223, \"clust\": 1647, \"rank\": 3147, \"rankvar\": 4581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2007, \"group\": [1654.0, 215.0, 39.0, 10.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCTCTACGAGT\", \"ini\": 1222, \"clust\": 3271, \"rank\": 3822, \"rankvar\": 1644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2008, \"group\": [3273.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTTCCACAA\", \"ini\": 1221, \"clust\": 4241, \"rank\": 4187, \"rankvar\": 5218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2368, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 169, \"group\": [4239.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCCAAAGTC\", \"ini\": 1220, \"clust\": 3269, \"rank\": 3642, \"rankvar\": 1100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2009, \"group\": [3269.0, 478.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTCCGTTAA\", \"ini\": 1219, \"clust\": 3301, \"rank\": 3730, \"rankvar\": 1167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2370, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2010, \"group\": [3302.0, 491.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTTGTCTTT\", \"ini\": 1218, \"clust\": 4879, \"rank\": 3533, \"rankvar\": 3741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2371, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5003, \"group\": [4880.0, 909.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGAGTGACC\", \"ini\": 1217, \"clust\": 3345, \"rank\": 3767, \"rankvar\": 241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2011, \"group\": [3345.0, 520.0, 79.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAACAATC\", \"ini\": 1216, \"clust\": 2779, \"rank\": 3462, \"rankvar\": 3880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2012, \"group\": [2780.0, 404.0, 59.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAGATCTGT\", \"ini\": 1215, \"clust\": 3706, \"rank\": 3525, \"rankvar\": 4041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2815, \"group\": [3705.0, 694.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCGAAAGC\", \"ini\": 1214, \"clust\": 3261, \"rank\": 3740, \"rankvar\": 1304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2013, \"group\": [3260.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTATCGCC\", \"ini\": 1213, \"clust\": 598, \"rank\": 3244, \"rankvar\": 2279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3196, \"group\": [599.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCTGCGAA\", \"ini\": 1212, \"clust\": 4909, \"rank\": 3457, \"rankvar\": 4054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2377, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5004, \"group\": [4909.0, 917.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCACGACTA\", \"ini\": 1211, \"clust\": 588, \"rank\": 3212, \"rankvar\": 2082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3197, \"group\": [587.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTCCATGA\", \"ini\": 1210, \"clust\": 1475, \"rank\": 2879, \"rankvar\": 4669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2379, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3987, \"group\": [1476.0, 142.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAGGTGGAT\", \"ini\": 1209, \"clust\": 560, \"rank\": 3092, \"rankvar\": 3270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2380, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3198, \"group\": [561.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTCCTCTTG\", \"ini\": 1208, \"clust\": 3158, \"rank\": 3600, \"rankvar\": 466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2014, \"group\": [3157.0, 452.0, 65.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATACGCT\", \"ini\": 1207, \"clust\": 1545, \"rank\": 3346, \"rankvar\": 1046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2382, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3199, \"group\": [1546.0, 165.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAGTGCAT\", \"ini\": 1206, \"clust\": 527, \"rank\": 3630, \"rankvar\": 518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2383, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3200, \"group\": [527.0, 85.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCGAACGGA\", \"ini\": 1205, \"clust\": 612, \"rank\": 3198, \"rankvar\": 2023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3201, \"group\": [615.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTGGAGTC\", \"ini\": 1204, \"clust\": 3703, \"rank\": 3651, \"rankvar\": 3673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2385, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2816, \"group\": [3709.0, 695.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGCTAGTGG\", \"ini\": 1203, \"clust\": 4243, \"rank\": 4004, \"rankvar\": 5225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2386, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 170, \"group\": [4238.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTGTGGCA\", \"ini\": 1202, \"clust\": 3265, \"rank\": 3664, \"rankvar\": 547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2015, \"group\": [3264.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAGATTAG\", \"ini\": 1201, \"clust\": 4244, \"rank\": 4104, \"rankvar\": 5169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 171, \"group\": [4240.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTAGAGGACGG\", \"ini\": 1200, \"clust\": 759, \"rank\": 3408, \"rankvar\": 721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3202, \"group\": [764.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGCACCCATGG\", \"ini\": 1199, \"clust\": 590, \"rank\": 3242, \"rankvar\": 1598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3203, \"group\": [595.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCACGAAGG\", \"ini\": 1198, \"clust\": 4887, \"rank\": 3580, \"rankvar\": 3903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2391, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5005, \"group\": [4890.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCTGTAGA\", \"ini\": 1197, \"clust\": 1546, \"rank\": 3099, \"rankvar\": 2257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3204, \"group\": [1547.0, 166.0, 24.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGATCCTGT\", \"ini\": 1196, \"clust\": 1032, \"rank\": 3327, \"rankvar\": 3685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2393, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3205, \"group\": [1045.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCATGCAAC\", \"ini\": 1195, \"clust\": 3231, \"rank\": 3629, \"rankvar\": 476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2394, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2016, \"group\": [3231.0, 472.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGTAGT\", \"ini\": 1194, \"clust\": 1616, \"rank\": 3377, \"rankvar\": 642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2395, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3206, \"group\": [1617.0, 187.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATCCCGC\", \"ini\": 1193, \"clust\": 593, \"rank\": 3192, \"rankvar\": 2274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2396, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3207, \"group\": [594.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTAAATACG\", \"ini\": 1192, \"clust\": 530, \"rank\": 3191, \"rankvar\": 3895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3208, \"group\": [531.0, 88.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGTGTCCAT\", \"ini\": 1191, \"clust\": 3259, \"rank\": 3902, \"rankvar\": 1958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2017, \"group\": [3261.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTAGCTTGT\", \"ini\": 1190, \"clust\": 531, \"rank\": 3282, \"rankvar\": 3105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3209, \"group\": [532.0, 88.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGACGCTTT\", \"ini\": 1189, \"clust\": 3221, \"rank\": 3768, \"rankvar\": 2113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2018, \"group\": [3219.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGGTGGGTT\", \"ini\": 1188, \"clust\": 4886, \"rank\": 3448, \"rankvar\": 4553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2401, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5006, \"group\": [4886.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCCGTTGCT\", \"ini\": 1187, \"clust\": 5193, \"rank\": 3726, \"rankvar\": 4188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2402, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 172, \"group\": [5190.0, 1058.0, 177.0, 39.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACGCCAGT\", \"ini\": 1186, \"clust\": 648, \"rank\": 3402, \"rankvar\": 741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3210, \"group\": [648.0, 105.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCAAGTAC\", \"ini\": 1185, \"clust\": 533, \"rank\": 3261, \"rankvar\": 3892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3211, \"group\": [535.0, 89.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTCCAGTAT\", \"ini\": 1184, \"clust\": 3225, \"rank\": 3693, \"rankvar\": 1000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2019, \"group\": [3223.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTTCCACAA\", \"ini\": 1183, \"clust\": 564, \"rank\": 3274, \"rankvar\": 3103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3212, \"group\": [563.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCAATAAGG\", \"ini\": 1182, \"clust\": 4893, \"rank\": 3588, \"rankvar\": 2999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5007, \"group\": [4891.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTTTACGT\", \"ini\": 1181, \"clust\": 4236, \"rank\": 4115, \"rankvar\": 5215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2408, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 173, \"group\": [4234.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAAAGTCAA\", \"ini\": 1180, \"clust\": 3273, \"rank\": 3827, \"rankvar\": 697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2020, \"group\": [3272.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTGTCATGCAT\", \"ini\": 1179, \"clust\": 3279, \"rank\": 3688, \"rankvar\": 521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2021, \"group\": [3278.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGTAAACT\", \"ini\": 1178, \"clust\": 519, \"rank\": 3411, \"rankvar\": 1242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2411, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3213, \"group\": [522.0, 83.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCGTACGGC\", \"ini\": 1177, \"clust\": 3255, \"rank\": 3785, \"rankvar\": 809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2022, \"group\": [3253.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCAATAAGG\", \"ini\": 1176, \"clust\": 4155, \"rank\": 4061, \"rankvar\": 4692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2413, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 174, \"group\": [4152.0, 786.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTTTGCGT\", \"ini\": 1175, \"clust\": 628, \"rank\": 3356, \"rankvar\": 1160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3214, \"group\": [629.0, 98.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCAGGTCA\", \"ini\": 1174, \"clust\": 38, \"rank\": 3475, \"rankvar\": 4884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2415, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5227, \"group\": [40.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCAGTGGA\", \"ini\": 1173, \"clust\": 4875, \"rank\": 3308, \"rankvar\": 4114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2416, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5008, \"group\": [4879.0, 908.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGATGGAA\", \"ini\": 1172, \"clust\": 1617, \"rank\": 3315, \"rankvar\": 1248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2417, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3215, \"group\": [1618.0, 188.0, 29.0, 6.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGAATAGGG\", \"ini\": 1171, \"clust\": 4865, \"rank\": 3624, \"rankvar\": 2998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2418, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5009, \"group\": [4868.0, 903.0, 144.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAATAAGCA\", \"ini\": 1170, \"clust\": 572, \"rank\": 3306, \"rankvar\": 1858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3216, \"group\": [573.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCATGAGCGA\", \"ini\": 1169, \"clust\": 544, \"rank\": 3228, \"rankvar\": 3285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2420, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3217, \"group\": [546.0, 91.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTCTCACCT\", \"ini\": 1168, \"clust\": 3217, \"rank\": 3756, \"rankvar\": 1512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2023, \"group\": [3216.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCATGGTAGG\", \"ini\": 1167, \"clust\": 3282, \"rank\": 3761, \"rankvar\": 1338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2024, \"group\": [3283.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGGCATGT\", \"ini\": 1166, \"clust\": 516, \"rank\": 3341, \"rankvar\": 3687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2423, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3218, \"group\": [516.0, 80.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGACACG\", \"ini\": 1165, \"clust\": 3237, \"rank\": 3868, \"rankvar\": 1501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2025, \"group\": [3240.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCATGCCG\", \"ini\": 1164, \"clust\": 1382, \"rank\": 3332, \"rankvar\": 4889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2425, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3988, \"group\": [1380.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGTGG\", \"ini\": 1163, \"clust\": 4895, \"rank\": 3793, \"rankvar\": 4548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2426, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5010, \"group\": [4896.0, 913.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTATAGGGC\", \"ini\": 1162, \"clust\": 3219, \"rank\": 3684, \"rankvar\": 1033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2026, \"group\": [3220.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATGGGAAC\", \"ini\": 1161, \"clust\": 3280, \"rank\": 3680, \"rankvar\": 1080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2027, \"group\": [3279.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACATAACC\", \"ini\": 1160, \"clust\": 3303, \"rank\": 3625, \"rankvar\": 3868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2028, \"group\": [3305.0, 492.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTCTCTTTA\", \"ini\": 1159, \"clust\": 3263, \"rank\": 3927, \"rankvar\": 2273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2029, \"group\": [3262.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTTAGAACA\", \"ini\": 1158, \"clust\": 4906, \"rank\": 3798, \"rankvar\": 3340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2431, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5011, \"group\": [4907.0, 916.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTGCTGCC\", \"ini\": 1157, \"clust\": 3197, \"rank\": 3916, \"rankvar\": 579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2030, \"group\": [3196.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTGCTAGCC\", \"ini\": 1156, \"clust\": 3283, \"rank\": 3896, \"rankvar\": 1375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2031, \"group\": [3281.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGATCTGAA\", \"ini\": 1155, \"clust\": 3179, \"rank\": 3800, \"rankvar\": 1018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2434, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2032, \"group\": [3178.0, 462.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAATACAG\", \"ini\": 1154, \"clust\": 3253, \"rank\": 3917, \"rankvar\": 689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2033, \"group\": [3256.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAACTGCGC\", \"ini\": 1153, \"clust\": 3194, \"rank\": 3854, \"rankvar\": 1231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2034, \"group\": [3193.0, 468.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCATAGCAC\", \"ini\": 1152, \"clust\": 536, \"rank\": 3295, \"rankvar\": 2268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3219, \"group\": [539.0, 90.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGCTGGAAC\", \"ini\": 1151, \"clust\": 3215, \"rank\": 3838, \"rankvar\": 1834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2035, \"group\": [3214.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGATCCTAGTGA\", \"ini\": 1150, \"clust\": 3195, \"rank\": 3749, \"rankvar\": 779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2036, \"group\": [3194.0, 468.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCAGCGTA\", \"ini\": 1149, \"clust\": 636, \"rank\": 3240, \"rankvar\": 1741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2440, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3220, \"group\": [639.0, 101.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACACTTACGA\", \"ini\": 1148, \"clust\": 591, \"rank\": 3334, \"rankvar\": 1869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2441, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3221, \"group\": [590.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCACTCCA\", \"ini\": 1147, \"clust\": 3277, \"rank\": 3950, \"rankvar\": 3091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2037, \"group\": [3277.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGCAGTCA\", \"ini\": 1146, \"clust\": 521, \"rank\": 3357, \"rankvar\": 1648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3222, \"group\": [521.0, 83.0, 15.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTGGGTTG\", \"ini\": 1145, \"clust\": 4433, \"rank\": 3477, \"rankvar\": 3588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5012, \"group\": [4436.0, 847.0, 141.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCTCCGGTT\", \"ini\": 1144, \"clust\": 1036, \"rank\": 3380, \"rankvar\": 3576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2445, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3223, \"group\": [1035.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGTTCTG\", \"ini\": 1143, \"clust\": 32, \"rank\": 3732, \"rankvar\": 4755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2446, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5228, \"group\": [32.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCAGATCTGCT\", \"ini\": 1142, \"clust\": 4901, \"rank\": 3913, \"rankvar\": 3965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5013, \"group\": [4901.0, 914.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGATGTAAC\", \"ini\": 1141, \"clust\": 37, \"rank\": 3655, \"rankvar\": 4866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2448, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5229, \"group\": [35.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATGAAAC\", \"ini\": 1140, \"clust\": 3196, \"rank\": 3844, \"rankvar\": 552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2449, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2038, \"group\": [3198.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGCGCTTAT\", \"ini\": 1139, \"clust\": 26, \"rank\": 3706, \"rankvar\": 4742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2450, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5230, \"group\": [42.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTACTCGCG\", \"ini\": 1138, \"clust\": 556, \"rank\": 3338, \"rankvar\": 2650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2451, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3224, \"group\": [556.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAAGCCGCT\", \"ini\": 1137, \"clust\": 594, \"rank\": 3269, \"rankvar\": 3823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2452, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3225, \"group\": [592.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCGCCTCA\", \"ini\": 1136, \"clust\": 3226, \"rank\": 3980, \"rankvar\": 1506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2039, \"group\": [3224.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGCCATCGC\", \"ini\": 1135, \"clust\": 4892, \"rank\": 3551, \"rankvar\": 2968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5014, \"group\": [4893.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTTAGTGGG\", \"ini\": 1134, \"clust\": 3332, \"rank\": 3686, \"rankvar\": 3022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2455, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2817, \"group\": [3332.0, 511.0, 77.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAATCTGCA\", \"ini\": 1133, \"clust\": 3216, \"rank\": 3937, \"rankvar\": 2000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2040, \"group\": [3215.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCACGACG\", \"ini\": 1132, \"clust\": 1656, \"rank\": 3447, \"rankvar\": 2029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2041, \"group\": [1656.0, 217.0, 40.0, 11.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTTAGGTA\", \"ini\": 1131, \"clust\": 3274, \"rank\": 3963, \"rankvar\": 1262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2042, \"group\": [3274.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAATCTGCGGCA\", \"ini\": 1130, \"clust\": 113, \"rank\": 3612, \"rankvar\": 3344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2459, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 239, \"group\": [114.0, 25.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGCGACAT\", \"ini\": 1129, \"clust\": 631, \"rank\": 3400, \"rankvar\": 3782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2460, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3226, \"group\": [631.0, 98.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACAACTGT\", \"ini\": 1128, \"clust\": 3212, \"rank\": 3834, \"rankvar\": 1151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2043, \"group\": [3210.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGTCTCGCATC\", \"ini\": 1127, \"clust\": 3284, \"rank\": 3891, \"rankvar\": 2248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2044, \"group\": [3282.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTAGCCA\", \"ini\": 1126, \"clust\": 559, \"rank\": 3487, \"rankvar\": 2505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2463, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3227, \"group\": [560.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTGTGGCTC\", \"ini\": 1125, \"clust\": 3242, \"rank\": 3786, \"rankvar\": 848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2045, \"group\": [3242.0, 474.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTTATCGC\", \"ini\": 1124, \"clust\": 2, \"rank\": 3678, \"rankvar\": 4426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2465, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5139, \"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGGAATCG\", \"ini\": 1123, \"clust\": 4884, \"rank\": 4028, \"rankvar\": 4545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2466, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5015, \"group\": [4883.0, 910.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGAATAGGG\", \"ini\": 1122, \"clust\": 534, \"rank\": 3350, \"rankvar\": 3058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2467, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3228, \"group\": [533.0, 89.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCGGAGCAA\", \"ini\": 1121, \"clust\": 1388, \"rank\": 3481, \"rankvar\": 4743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2468, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3989, \"group\": [1388.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCTGATCA\", \"ini\": 1120, \"clust\": 3256, \"rank\": 4064, \"rankvar\": 2883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2046, \"group\": [3254.0, 475.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTATCACCA\", \"ini\": 1119, \"clust\": 613, \"rank\": 3349, \"rankvar\": 3034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2470, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3229, \"group\": [613.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAATCCAAC\", \"ini\": 1118, \"clust\": 3270, \"rank\": 3908, \"rankvar\": 1884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2471, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2047, \"group\": [3270.0, 478.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACAACGCC\", \"ini\": 1117, \"clust\": 539, \"rank\": 3516, \"rankvar\": 1424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2472, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3230, \"group\": [548.0, 92.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGGGAAACA\", \"ini\": 1116, \"clust\": 1389, \"rank\": 3722, \"rankvar\": 4425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2473, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3990, \"group\": [1389.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAGAAAGG\", \"ini\": 1115, \"clust\": 603, \"rank\": 3385, \"rankvar\": 2161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2474, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3231, \"group\": [603.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACTCGGA\", \"ini\": 1114, \"clust\": 595, \"rank\": 3318, \"rankvar\": 3320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2475, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3232, \"group\": [593.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGTCGATAA\", \"ini\": 1113, \"clust\": 1890, \"rank\": 3381, \"rankvar\": 4562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2476, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2818, \"group\": [1894.0, 315.0, 55.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGTACAG\", \"ini\": 1112, \"clust\": 3189, \"rank\": 4014, \"rankvar\": 1192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2048, \"group\": [3191.0, 467.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGCCA\", \"ini\": 1111, \"clust\": 3469, \"rank\": 3941, \"rankvar\": 1675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2478, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2819, \"group\": [3466.0, 568.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCACTCT\", \"ini\": 1110, \"clust\": 4894, \"rank\": 3565, \"rankvar\": 4313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5016, \"group\": [4892.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGTGGAT\", \"ini\": 1109, \"clust\": 1384, \"rank\": 3491, \"rankvar\": 4390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2480, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3991, \"group\": [1386.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTATAAACG\", \"ini\": 1108, \"clust\": 3180, \"rank\": 3863, \"rankvar\": 493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2481, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2049, \"group\": [3179.0, 462.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGAGCAGGCTA\", \"ini\": 1107, \"clust\": 33, \"rank\": 3795, \"rankvar\": 4832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2482, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5231, \"group\": [33.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCAATGGT\", \"ini\": 1106, \"clust\": 3306, \"rank\": 3799, \"rankvar\": 2110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2050, \"group\": [3307.0, 492.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCCCTAACC\", \"ini\": 1105, \"clust\": 646, \"rank\": 3441, \"rankvar\": 3954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2484, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3233, \"group\": [646.0, 105.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACTTCGAA\", \"ini\": 1104, \"clust\": 624, \"rank\": 3442, \"rankvar\": 3925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3234, \"group\": [624.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAACACTG\", \"ini\": 1103, \"clust\": 3227, \"rank\": 3932, \"rankvar\": 866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2051, \"group\": [3225.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCAGAATA\", \"ini\": 1102, \"clust\": 552, \"rank\": 3538, \"rankvar\": 3648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3235, \"group\": [555.0, 93.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCAAAGCAAT\", \"ini\": 1101, \"clust\": 555, \"rank\": 3539, \"rankvar\": 3404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2488, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3236, \"group\": [558.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCTTTACGT\", \"ini\": 1100, \"clust\": 1353, \"rank\": 3635, \"rankvar\": 4008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2489, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3992, \"group\": [1352.0, 134.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAATAGCA\", \"ini\": 1099, \"clust\": 557, \"rank\": 3417, \"rankvar\": 3039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3237, \"group\": [557.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTGCAACGA\", \"ini\": 1098, \"clust\": 1888, \"rank\": 3567, \"rankvar\": 4645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2491, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2820, \"group\": [1888.0, 314.0, 55.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTTACCTA\", \"ini\": 1097, \"clust\": 614, \"rank\": 3363, \"rankvar\": 2663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2492, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3238, \"group\": [614.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTTGTCTTT\", \"ini\": 1096, \"clust\": 538, \"rank\": 3501, \"rankvar\": 2438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3239, \"group\": [538.0, 90.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGAGCAATT\", \"ini\": 1095, \"clust\": 3198, \"rank\": 4035, \"rankvar\": 693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2494, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2052, \"group\": [3197.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGACGGTA\", \"ini\": 1094, \"clust\": 3707, \"rank\": 3743, \"rankvar\": 2084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2495, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2821, \"group\": [3706.0, 694.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCATCCTTGC\", \"ini\": 1093, \"clust\": 3204, \"rank\": 3943, \"rankvar\": 1457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2053, \"group\": [3203.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCATGGAATA\", \"ini\": 1092, \"clust\": 1044, \"rank\": 3493, \"rankvar\": 2944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3240, \"group\": [1043.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTCCGTCAG\", \"ini\": 1091, \"clust\": 1365, \"rank\": 3620, \"rankvar\": 4588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3993, \"group\": [1363.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTAGTGA\", \"ini\": 1090, \"clust\": 583, \"rank\": 3518, \"rankvar\": 2885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2499, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3241, \"group\": [583.0, 96.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCCGATTT\", \"ini\": 1089, \"clust\": 4152, \"rank\": 4130, \"rankvar\": 5013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2054, \"group\": [4148.0, 785.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTACCATCA\", \"ini\": 1088, \"clust\": 1642, \"rank\": 3027, \"rankvar\": 4504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2501, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4251, \"group\": [1645.0, 210.0, 38.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAAACCTAC\", \"ini\": 1087, \"clust\": 633, \"rank\": 3523, \"rankvar\": 2142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2502, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3242, \"group\": [636.0, 99.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACAACTGGCC\", \"ini\": 1086, \"clust\": 1062, \"rank\": 3576, \"rankvar\": 1510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3243, \"group\": [1061.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTTCGCGC\", \"ini\": 1085, \"clust\": 3203, \"rank\": 4038, \"rankvar\": 1776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2055, \"group\": [3205.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATCCGG\", \"ini\": 1084, \"clust\": 561, \"rank\": 3423, \"rankvar\": 2340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3244, \"group\": [562.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGTTGAGTA\", \"ini\": 1083, \"clust\": 118, \"rank\": 3860, \"rankvar\": 4962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2506, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 240, \"group\": [119.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTATATGAG\", \"ini\": 1082, \"clust\": 1476, \"rank\": 3277, \"rankvar\": 4841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2507, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3994, \"group\": [1477.0, 142.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTAATAGCA\", \"ini\": 1081, \"clust\": 4898, \"rank\": 3840, \"rankvar\": 3372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5017, \"group\": [4899.0, 913.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGATGGCGT\", \"ini\": 1080, \"clust\": 1374, \"rank\": 3713, \"rankvar\": 4763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2509, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3995, \"group\": [1376.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTTTAGGAA\", \"ini\": 1079, \"clust\": 1002, \"rank\": 3645, \"rankvar\": 2301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3245, \"group\": [1001.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCGAATGCT\", \"ini\": 1078, \"clust\": 513, \"rank\": 3522, \"rankvar\": 3596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3246, \"group\": [514.0, 79.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGACAAAGG\", \"ini\": 1077, \"clust\": 1889, \"rank\": 3572, \"rankvar\": 3845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2512, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2822, \"group\": [1889.0, 314.0, 55.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCGACAGCC\", \"ini\": 1076, \"clust\": 4896, \"rank\": 3753, \"rankvar\": 3943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2513, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5018, \"group\": [4897.0, 913.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTTCAACT\", \"ini\": 1075, \"clust\": 550, \"rank\": 3597, \"rankvar\": 1784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2514, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3247, \"group\": [551.0, 93.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGTATTGGA\", \"ini\": 1074, \"clust\": 619, \"rank\": 3455, \"rankvar\": 2034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3248, \"group\": [620.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCACGAAACG\", \"ini\": 1073, \"clust\": 1386, \"rank\": 3564, \"rankvar\": 4345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2516, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3996, \"group\": [1383.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGGCACTA\", \"ini\": 1072, \"clust\": 3266, \"rank\": 3992, \"rankvar\": 868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2056, \"group\": [3265.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCGAGTTT\", \"ini\": 1071, \"clust\": 4237, \"rank\": 4438, \"rankvar\": 5190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2518, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 175, \"group\": [4243.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGAGAGCTC\", \"ini\": 1070, \"clust\": 725, \"rank\": 3772, \"rankvar\": 2777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2519, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3249, \"group\": [724.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTCCCTACT\", \"ini\": 1069, \"clust\": 592, \"rank\": 3416, \"rankvar\": 3886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3250, \"group\": [591.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGCGAAGGG\", \"ini\": 1068, \"clust\": 1477, \"rank\": 3321, \"rankvar\": 4481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2521, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3997, \"group\": [1481.0, 142.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCGCGTAGC\", \"ini\": 1067, \"clust\": 604, \"rank\": 3401, \"rankvar\": 4050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2522, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3251, \"group\": [604.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCACCCAG\", \"ini\": 1066, \"clust\": 1358, \"rank\": 3554, \"rankvar\": 4589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2523, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3998, \"group\": [1357.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACATTAGGCT\", \"ini\": 1065, \"clust\": 629, \"rank\": 3547, \"rankvar\": 2674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2524, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3252, \"group\": [630.0, 98.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCCAGAGGA\", \"ini\": 1064, \"clust\": 1067, \"rank\": 3745, \"rankvar\": 2855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2525, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3253, \"group\": [1084.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCACTGTCGG\", \"ini\": 1063, \"clust\": 1643, \"rank\": 3205, \"rankvar\": 4225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4252, \"group\": [1643.0, 209.0, 38.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTTCTGCGTAA\", \"ini\": 1062, \"clust\": 573, \"rank\": 3530, \"rankvar\": 1193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2527, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3254, \"group\": [574.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTCACCTAA\", \"ini\": 1061, \"clust\": 1653, \"rank\": 3526, \"rankvar\": 3725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2057, \"group\": [1651.0, 213.0, 39.0, 10.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTACTTAGC\", \"ini\": 1060, \"clust\": 1080, \"rank\": 3552, \"rankvar\": 3953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3255, \"group\": [1079.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGACCTAGG\", \"ini\": 1059, \"clust\": 114, \"rank\": 3807, \"rankvar\": 4023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2530, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 241, \"group\": [115.0, 25.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACAGACAG\", \"ini\": 1058, \"clust\": 3211, \"rank\": 3928, \"rankvar\": 948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2058, \"group\": [3212.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGTGTGGT\", \"ini\": 1057, \"clust\": 130, \"rank\": 3724, \"rankvar\": 3713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2532, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 242, \"group\": [130.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTTATCGGT\", \"ini\": 1056, \"clust\": 4890, \"rank\": 3910, \"rankvar\": 4447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5019, \"group\": [4888.0, 911.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACACAGACTT\", \"ini\": 1055, \"clust\": 1059, \"rank\": 3583, \"rankvar\": 1622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2534, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3256, \"group\": [1059.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTCAAGTCATC\", \"ini\": 1054, \"clust\": 123, \"rank\": 3660, \"rankvar\": 4281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2535, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 243, \"group\": [129.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGTTAACC\", \"ini\": 1053, \"clust\": 1373, \"rank\": 3671, \"rankvar\": 4721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2536, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3999, \"group\": [1377.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACACTGCG\", \"ini\": 1052, \"clust\": 4246, \"rank\": 4389, \"rankvar\": 5199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2537, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 176, \"group\": [4244.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCATGTTGAC\", \"ini\": 1051, \"clust\": 3213, \"rank\": 3983, \"rankvar\": 1305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2059, \"group\": [3211.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTTAGCGG\", \"ini\": 1050, \"clust\": 1060, \"rank\": 3616, \"rankvar\": 3683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2539, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3257, \"group\": [1060.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGAGAATTCCC\", \"ini\": 1049, \"clust\": 969, \"rank\": 3520, \"rankvar\": 3246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2540, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3258, \"group\": [968.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCACACCGAC\", \"ini\": 1048, \"clust\": 1385, \"rank\": 3748, \"rankvar\": 4472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2541, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4000, \"group\": [1385.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGCACTTA\", \"ini\": 1047, \"clust\": 1387, \"rank\": 3541, \"rankvar\": 4694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2542, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4001, \"group\": [1384.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCAACACTG\", \"ini\": 1046, \"clust\": 4157, \"rank\": 4487, \"rankvar\": 4909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2543, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 177, \"group\": [4154.0, 786.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGCCCA\", \"ini\": 1045, \"clust\": 1651, \"rank\": 3733, \"rankvar\": 1918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2060, \"group\": [1652.0, 213.0, 39.0, 10.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAGTAAGTAGT\", \"ini\": 1044, \"clust\": 597, \"rank\": 3609, \"rankvar\": 3598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3259, \"group\": [598.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGACACTT\", \"ini\": 1043, \"clust\": 670, \"rank\": 3663, \"rankvar\": 3451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2546, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3260, \"group\": [673.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTGTGACCC\", \"ini\": 1042, \"clust\": 1039, \"rank\": 3632, \"rankvar\": 3718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2547, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3261, \"group\": [1040.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCAGTATAAG\", \"ini\": 1041, \"clust\": 4880, \"rank\": 3991, \"rankvar\": 3304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2548, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5020, \"group\": [4881.0, 909.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCACCGGGT\", \"ini\": 1040, \"clust\": 1225, \"rank\": 3623, \"rankvar\": 1814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2549, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3262, \"group\": [1228.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGTAATA\", \"ini\": 1039, \"clust\": 127, \"rank\": 3857, \"rankvar\": 4809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2550, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 244, \"group\": [126.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGCCGTCGT\", \"ini\": 1038, \"clust\": 637, \"rank\": 3325, \"rankvar\": 4005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2551, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3263, \"group\": [637.0, 100.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTCCGTTAA\", \"ini\": 1037, \"clust\": 1354, \"rank\": 3590, \"rankvar\": 4230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2552, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4002, \"group\": [1353.0, 134.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGCATGAT\", \"ini\": 1036, \"clust\": 1001, \"rank\": 3787, \"rankvar\": 2575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3264, \"group\": [1003.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTATTAGCC\", \"ini\": 1035, \"clust\": 608, \"rank\": 3431, \"rankvar\": 3482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3265, \"group\": [611.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACACTGCG\", \"ini\": 1034, \"clust\": 1083, \"rank\": 3557, \"rankvar\": 2790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2555, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3266, \"group\": [1081.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCTCTTA\", \"ini\": 1033, \"clust\": 1352, \"rank\": 3555, \"rankvar\": 4502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2556, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4003, \"group\": [1351.0, 134.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATTGGGCC\", \"ini\": 1032, \"clust\": 3275, \"rank\": 4204, \"rankvar\": 2473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2061, \"group\": [3275.0, 479.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCTTACCTA\", \"ini\": 1031, \"clust\": 1042, \"rank\": 3591, \"rankvar\": 3052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2558, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3267, \"group\": [1041.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCCATTAT\", \"ini\": 1030, \"clust\": 535, \"rank\": 3497, \"rankvar\": 2758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2559, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3268, \"group\": [534.0, 89.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAATCCTTCAAT\", \"ini\": 1029, \"clust\": 3218, \"rank\": 4120, \"rankvar\": 2422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2062, \"group\": [3217.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAATGGATA\", \"ini\": 1028, \"clust\": 3307, \"rank\": 4012, \"rankvar\": 2733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2561, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2063, \"group\": [3308.0, 492.0, 70.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGTTGCC\", \"ini\": 1027, \"clust\": 528, \"rank\": 3869, \"rankvar\": 1732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2562, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3269, \"group\": [525.0, 85.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTCTGGTCG\", \"ini\": 1026, \"clust\": 602, \"rank\": 3587, \"rankvar\": 3068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3270, \"group\": [605.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTAACGCGA\", \"ini\": 1025, \"clust\": 621, \"rank\": 3404, \"rankvar\": 3786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3271, \"group\": [622.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCAGTTGAC\", \"ini\": 1024, \"clust\": 1260, \"rank\": 3659, \"rankvar\": 1532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2565, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3272, \"group\": [1259.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTGAGAT\", \"ini\": 1023, \"clust\": 4251, \"rank\": 4488, \"rankvar\": 5181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2566, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 178, \"group\": [4249.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTCAGCTAT\", \"ini\": 1022, \"clust\": 1357, \"rank\": 3665, \"rankvar\": 4533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2567, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4004, \"group\": [1359.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCCAACCAA\", \"ini\": 1021, \"clust\": 3264, \"rank\": 4247, \"rankvar\": 2581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2064, \"group\": [3263.0, 476.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGAGTCTGG\", \"ini\": 1020, \"clust\": 3466, \"rank\": 4085, \"rankvar\": 1416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2569, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2823, \"group\": [3468.0, 568.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTGTCGCG\", \"ini\": 1019, \"clust\": 551, \"rank\": 3727, \"rankvar\": 2223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3273, \"group\": [552.0, 93.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTTCTGTTT\", \"ini\": 1018, \"clust\": 678, \"rank\": 3779, \"rankvar\": 1296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2571, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3274, \"group\": [678.0, 108.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCAAGTAGTA\", \"ini\": 1017, \"clust\": 1277, \"rank\": 3808, \"rankvar\": 2605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2572, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3275, \"group\": [1276.0, 126.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCAATGTC\", \"ini\": 1016, \"clust\": 1360, \"rank\": 3824, \"rankvar\": 4819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2573, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4005, \"group\": [1362.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCTACCTA\", \"ini\": 1015, \"clust\": 586, \"rank\": 3472, \"rankvar\": 3969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3276, \"group\": [588.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGAGTAGA\", \"ini\": 1014, \"clust\": 623, \"rank\": 3521, \"rankvar\": 3827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2575, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3277, \"group\": [626.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGGACAAG\", \"ini\": 1013, \"clust\": 3209, \"rank\": 4049, \"rankvar\": 777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2065, \"group\": [3209.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGCATGTAAGA\", \"ini\": 1012, \"clust\": 1276, \"rank\": 3819, \"rankvar\": 3977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2577, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4006, \"group\": [1278.0, 126.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGAGCTCCCAG\", \"ini\": 1011, \"clust\": 548, \"rank\": 3677, \"rankvar\": 2666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3278, \"group\": [549.0, 93.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTAGGGTAC\", \"ini\": 1010, \"clust\": 1366, \"rank\": 3716, \"rankvar\": 4482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2579, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4007, \"group\": [1364.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCAGGAATCG\", \"ini\": 1009, \"clust\": 4252, \"rank\": 4548, \"rankvar\": 5222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2580, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 179, \"group\": [4250.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTACCCAAT\", \"ini\": 1008, \"clust\": 617, \"rank\": 3514, \"rankvar\": 2520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2581, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3279, \"group\": [618.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCACATTCGA\", \"ini\": 1007, \"clust\": 1081, \"rank\": 3701, \"rankvar\": 3745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2582, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3280, \"group\": [1080.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCCAGACGCAA\", \"ini\": 1006, \"clust\": 1169, \"rank\": 3652, \"rankvar\": 2289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2583, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3281, \"group\": [1168.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAATTGCC\", \"ini\": 1005, \"clust\": 642, \"rank\": 3714, \"rankvar\": 2824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2584, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3282, \"group\": [645.0, 104.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGAACTGC\", \"ini\": 1004, \"clust\": 599, \"rank\": 3700, \"rankvar\": 2238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2585, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3283, \"group\": [600.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTACGCGC\", \"ini\": 1003, \"clust\": 5191, \"rank\": 3843, \"rankvar\": 1628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2586, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 180, \"group\": [5191.0, 1059.0, 177.0, 39.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCCACTAT\", \"ini\": 1002, \"clust\": 4238, \"rank\": 4538, \"rankvar\": 5167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2587, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 181, \"group\": [4242.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCCCGGATG\", \"ini\": 1001, \"clust\": 3709, \"rank\": 3970, \"rankvar\": 3289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2588, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2824, \"group\": [3708.0, 694.0, 116.0, 25.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTATAGGGC\", \"ini\": 1000, \"clust\": 763, \"rank\": 3747, \"rankvar\": 4146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2589, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3284, \"group\": [761.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGCCTGAG\", \"ini\": 999, \"clust\": 131, \"rank\": 3841, \"rankvar\": 4253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2590, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 245, \"group\": [131.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTACCGTTA\", \"ini\": 998, \"clust\": 605, \"rank\": 3562, \"rankvar\": 3057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2591, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3285, \"group\": [612.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCATTCTCAT\", \"ini\": 997, \"clust\": 1350, \"rank\": 3644, \"rankvar\": 3604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2592, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4008, \"group\": [1354.0, 134.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGACCACA\", \"ini\": 996, \"clust\": 630, \"rank\": 3452, \"rankvar\": 4122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2593, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3286, \"group\": [633.0, 98.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATCACGCGAAA\", \"ini\": 995, \"clust\": 115, \"rank\": 3848, \"rankvar\": 5141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2594, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 246, \"group\": [118.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGGTCCGA\", \"ini\": 994, \"clust\": 1010, \"rank\": 3735, \"rankvar\": 2375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2595, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3287, \"group\": [1009.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCGTTGCC\", \"ini\": 993, \"clust\": 1084, \"rank\": 3708, \"rankvar\": 1378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2596, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3288, \"group\": [1082.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCTCATTCA\", \"ini\": 992, \"clust\": 1485, \"rank\": 3741, \"rankvar\": 3875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2597, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4009, \"group\": [1486.0, 144.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCCCTCTTT\", \"ini\": 991, \"clust\": 1033, \"rank\": 3715, \"rankvar\": 3863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2598, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3289, \"group\": [1032.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGCGA\", \"ini\": 990, \"clust\": 618, \"rank\": 3500, \"rankvar\": 4026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2599, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3290, \"group\": [619.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTCAATGTC\", \"ini\": 989, \"clust\": 1004, \"rank\": 3879, \"rankvar\": 2535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2600, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3291, \"group\": [1004.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTGACAAAT\", \"ini\": 988, \"clust\": 4904, \"rank\": 4174, \"rankvar\": 3828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2601, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5021, \"group\": [4903.0, 914.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCCATTCTA\", \"ini\": 987, \"clust\": 615, \"rank\": 3621, \"rankvar\": 3399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2602, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3292, \"group\": [616.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGTCTATCCCG\", \"ini\": 986, \"clust\": 119, \"rank\": 4017, \"rankvar\": 4833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2603, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 247, \"group\": [120.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCATATCG\", \"ini\": 985, \"clust\": 971, \"rank\": 3765, \"rankvar\": 2839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2604, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3293, \"group\": [970.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCATTCCTGC\", \"ini\": 984, \"clust\": 3190, \"rank\": 4410, \"rankvar\": 3490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2066, \"group\": [3189.0, 467.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTCTC\", \"ini\": 983, \"clust\": 1278, \"rank\": 3648, \"rankvar\": 3099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2606, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3294, \"group\": [1277.0, 126.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCGTCCAGG\", \"ini\": 982, \"clust\": 553, \"rank\": 3698, \"rankvar\": 3324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2607, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3295, \"group\": [553.0, 93.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCTGCGGT\", \"ini\": 981, \"clust\": 3210, \"rank\": 4215, \"rankvar\": 2014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2067, \"group\": [3213.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTTGCAGG\", \"ini\": 980, \"clust\": 1369, \"rank\": 3899, \"rankvar\": 4672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2609, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4010, \"group\": [1369.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCCCTAAT\", \"ini\": 979, \"clust\": 4899, \"rank\": 4303, \"rankvar\": 4199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5022, \"group\": [4905.0, 915.0, 145.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCCAAGCCG\", \"ini\": 978, \"clust\": 3205, \"rank\": 4213, \"rankvar\": 4021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2068, \"group\": [3204.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTGCTGTC\", \"ini\": 977, \"clust\": 3201, \"rank\": 4163, \"rankvar\": 434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2612, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2069, \"group\": [3199.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTAGAGTC\", \"ini\": 976, \"clust\": 4239, \"rank\": 4535, \"rankvar\": 5228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2613, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 182, \"group\": [4235.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTGTTAA\", \"ini\": 975, \"clust\": 3447, \"rank\": 4326, \"rankvar\": 3335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2614, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2825, \"group\": [3473.0, 570.0, 86.0, 19.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGCTCAGA\", \"ini\": 974, \"clust\": 976, \"rank\": 3674, \"rankvar\": 3571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2615, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3296, \"group\": [977.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAGTCAGTGGA\", \"ini\": 973, \"clust\": 1262, \"rank\": 3855, \"rankvar\": 585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2616, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3297, \"group\": [1266.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTAGTCA\", \"ini\": 972, \"clust\": 1383, \"rank\": 3744, \"rankvar\": 4843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2617, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4011, \"group\": [1381.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGCTAAGAT\", \"ini\": 971, \"clust\": 676, \"rank\": 3781, \"rankvar\": 3435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2618, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3298, \"group\": [676.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCATGGGACA\", \"ini\": 970, \"clust\": 649, \"rank\": 3810, \"rankvar\": 3877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2619, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3299, \"group\": [649.0, 105.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACATCCA\", \"ini\": 969, \"clust\": 672, \"rank\": 3662, \"rankvar\": 3747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2620, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3300, \"group\": [670.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCAGCTAGTTC\", \"ini\": 968, \"clust\": 726, \"rank\": 3832, \"rankvar\": 2420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2621, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3301, \"group\": [725.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGGTGTCG\", \"ini\": 967, \"clust\": 673, \"rank\": 3687, \"rankvar\": 2913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2622, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3302, \"group\": [671.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGTAGATC\", \"ini\": 966, \"clust\": 3191, \"rank\": 4381, \"rankvar\": 2871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2070, \"group\": [3190.0, 467.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCACATAGC\", \"ini\": 965, \"clust\": 1065, \"rank\": 3719, \"rankvar\": 2312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2624, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3303, \"group\": [1064.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCAGCAC\", \"ini\": 964, \"clust\": 549, \"rank\": 3791, \"rankvar\": 2573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2625, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3304, \"group\": [550.0, 93.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCATTAGC\", \"ini\": 963, \"clust\": 1887, \"rank\": 3909, \"rankvar\": 2166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2826, \"group\": [1890.0, 314.0, 55.0, 14.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGATCACGG\", \"ini\": 962, \"clust\": 744, \"rank\": 3788, \"rankvar\": 2198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2627, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3305, \"group\": [744.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTACCAGTT\", \"ini\": 961, \"clust\": 1005, \"rank\": 3820, \"rankvar\": 3112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2628, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3306, \"group\": [1005.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGATATAC\", \"ini\": 960, \"clust\": 121, \"rank\": 4203, \"rankvar\": 5049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2629, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 248, \"group\": [121.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTAAGGGAA\", \"ini\": 959, \"clust\": 610, \"rank\": 3617, \"rankvar\": 2391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2630, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3307, \"group\": [608.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCAGGCAAG\", \"ini\": 958, \"clust\": 973, \"rank\": 3690, \"rankvar\": 1913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2631, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3308, \"group\": [978.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGGAGTACC\", \"ini\": 957, \"clust\": 1375, \"rank\": 3964, \"rankvar\": 4366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2632, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4012, \"group\": [1375.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGACGGTA\", \"ini\": 956, \"clust\": 1229, \"rank\": 3764, \"rankvar\": 1911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2633, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3309, \"group\": [1229.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGTGAAAT\", \"ini\": 955, \"clust\": 692, \"rank\": 3794, \"rankvar\": 2914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2634, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3310, \"group\": [692.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCACATCTTT\", \"ini\": 954, \"clust\": 970, \"rank\": 3697, \"rankvar\": 2980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2635, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3311, \"group\": [969.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCTTACCTA\", \"ini\": 953, \"clust\": 3207, \"rank\": 4287, \"rankvar\": 1258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2071, \"group\": [3207.0, 470.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGACTAGGC\", \"ini\": 952, \"clust\": 136, \"rank\": 3942, \"rankvar\": 4431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2637, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3312, \"group\": [137.0, 28.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCAGGCAAG\", \"ini\": 951, \"clust\": 565, \"rank\": 3668, \"rankvar\": 3459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2638, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3313, \"group\": [564.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACTCTGTC\", \"ini\": 950, \"clust\": 1009, \"rank\": 3725, \"rankvar\": 2323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2639, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3314, \"group\": [1013.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCTAACCGA\", \"ini\": 949, \"clust\": 966, \"rank\": 3836, \"rankvar\": 4433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2640, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3315, \"group\": [966.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGGAAATA\", \"ini\": 948, \"clust\": 663, \"rank\": 3649, \"rankvar\": 2915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2641, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3316, \"group\": [663.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTATGCTTG\", \"ini\": 947, \"clust\": 1361, \"rank\": 3914, \"rankvar\": 4792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2642, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4013, \"group\": [1360.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATCATCCGCGA\", \"ini\": 946, \"clust\": 967, \"rank\": 3723, \"rankvar\": 3814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2643, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3317, \"group\": [967.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGACTTTCG\", \"ini\": 945, \"clust\": 1259, \"rank\": 3766, \"rankvar\": 2387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2644, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3318, \"group\": [1261.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGTAGCGGT\", \"ini\": 944, \"clust\": 3222, \"rank\": 4181, \"rankvar\": 314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2072, \"group\": [3227.0, 471.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAAGCGATATA\", \"ini\": 943, \"clust\": 972, \"rank\": 3650, \"rankvar\": 4434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2646, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3319, \"group\": [971.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCGAATCT\", \"ini\": 942, \"clust\": 562, \"rank\": 3672, \"rankvar\": 2298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2647, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3320, \"group\": [566.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACTCTTA\", \"ini\": 941, \"clust\": 1147, \"rank\": 3759, \"rankvar\": 3186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2648, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3321, \"group\": [1147.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTTAGGAA\", \"ini\": 940, \"clust\": 664, \"rank\": 3728, \"rankvar\": 2319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2649, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3322, \"group\": [664.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCCGAAGAG\", \"ini\": 939, \"clust\": 1625, \"rank\": 3585, \"rankvar\": 3164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2650, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4183, \"group\": [1625.0, 195.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTTTACGT\", \"ini\": 938, \"clust\": 563, \"rank\": 3738, \"rankvar\": 3438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2651, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3323, \"group\": [565.0, 94.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATGCAATC\", \"ini\": 937, \"clust\": 3200, \"rank\": 4380, \"rankvar\": 1960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2073, \"group\": [3201.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTACAA\", \"ini\": 936, \"clust\": 1261, \"rank\": 3809, \"rankvar\": 2977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2653, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3324, \"group\": [1260.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTTGTTTC\", \"ini\": 935, \"clust\": 1043, \"rank\": 3754, \"rankvar\": 2432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2654, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3325, \"group\": [1042.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCGGACAAG\", \"ini\": 934, \"clust\": 566, \"rank\": 3877, \"rankvar\": 1468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2655, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3326, \"group\": [572.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATTACCG\", \"ini\": 933, \"clust\": 126, \"rank\": 3997, \"rankvar\": 5034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2656, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 249, \"group\": [128.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGCTTTGGT\", \"ini\": 932, \"clust\": 128, \"rank\": 3979, \"rankvar\": 4709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2657, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 250, \"group\": [127.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCCACGAAT\", \"ini\": 931, \"clust\": 4240, \"rank\": 4534, \"rankvar\": 5175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2658, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 183, \"group\": [4236.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAACGATCT\", \"ini\": 930, \"clust\": 1149, \"rank\": 3797, \"rankvar\": 3543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2659, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3327, \"group\": [1149.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTGGCGAAT\", \"ini\": 929, \"clust\": 1098, \"rank\": 3859, \"rankvar\": 2385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2660, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3328, \"group\": [1097.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCAACGAAA\", \"ini\": 928, \"clust\": 606, \"rank\": 3595, \"rankvar\": 4052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2661, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3329, \"group\": [606.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTATCGCC\", \"ini\": 927, \"clust\": 569, \"rank\": 3866, \"rankvar\": 2461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3330, \"group\": [571.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTATCCCG\", \"ini\": 926, \"clust\": 1171, \"rank\": 3757, \"rankvar\": 2619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2663, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3331, \"group\": [1171.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACATGACATC\", \"ini\": 925, \"clust\": 741, \"rank\": 3826, \"rankvar\": 3036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2664, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3332, \"group\": [743.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACACGGATAG\", \"ini\": 924, \"clust\": 129, \"rank\": 4129, \"rankvar\": 3169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2665, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 251, \"group\": [132.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTCCACAA\", \"ini\": 923, \"clust\": 589, \"rank\": 3656, \"rankvar\": 2628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2666, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3333, \"group\": [596.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGGGTCTCC\", \"ini\": 922, \"clust\": 1318, \"rank\": 3823, \"rankvar\": 3888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2667, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4014, \"group\": [1318.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGGATTGG\", \"ini\": 921, \"clust\": 626, \"rank\": 3707, \"rankvar\": 3463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2668, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3334, \"group\": [627.0, 98.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACCAGTTCCCT\", \"ini\": 920, \"clust\": 1082, \"rank\": 3699, \"rankvar\": 3120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2669, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3335, \"group\": [1083.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCATCATC\", \"ini\": 919, \"clust\": 1078, \"rank\": 3817, \"rankvar\": 3161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2670, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3336, \"group\": [1076.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTCGCTAA\", \"ini\": 918, \"clust\": 1367, \"rank\": 3830, \"rankvar\": 4788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2671, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4015, \"group\": [1367.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCGGCCGAT\", \"ini\": 917, \"clust\": 1034, \"rank\": 3805, \"rankvar\": 3939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2672, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3337, \"group\": [1033.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCCGTACAA\", \"ini\": 916, \"clust\": 984, \"rank\": 3972, \"rankvar\": 2928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2673, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3338, \"group\": [986.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTAACGGT\", \"ini\": 915, \"clust\": 1076, \"rank\": 3835, \"rankvar\": 2606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2674, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3339, \"group\": [1074.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTGTAGGGTAC\", \"ini\": 914, \"clust\": 1263, \"rank\": 3938, \"rankvar\": 2181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2675, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3340, \"group\": [1262.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGTTGTC\", \"ini\": 913, \"clust\": 1233, \"rank\": 3842, \"rankvar\": 2066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2676, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3341, \"group\": [1233.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTCATTAGGCT\", \"ini\": 912, \"clust\": 611, \"rank\": 3570, \"rankvar\": 4007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2677, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3342, \"group\": [609.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTGTCGCTG\", \"ini\": 911, \"clust\": 5187, \"rank\": 4295, \"rankvar\": 4728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2678, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3343, \"group\": [5187.0, 1056.0, 175.0, 38.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCAGCTGGC\", \"ini\": 910, \"clust\": 1181, \"rank\": 3769, \"rankvar\": 3660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2679, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3344, \"group\": [1180.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGTGGCTC\", \"ini\": 909, \"clust\": 755, \"rank\": 3969, \"rankvar\": 4428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2680, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3345, \"group\": [758.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGTGTGGT\", \"ini\": 908, \"clust\": 1627, \"rank\": 3856, \"rankvar\": 594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2681, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4184, \"group\": [1627.0, 196.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCACCCT\", \"ini\": 907, \"clust\": 607, \"rank\": 3653, \"rankvar\": 3776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2682, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3346, \"group\": [607.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAGGCCT\", \"ini\": 906, \"clust\": 1089, \"rank\": 3833, \"rankvar\": 2821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2683, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3347, \"group\": [1089.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCACCGGGT\", \"ini\": 905, \"clust\": 1057, \"rank\": 3904, \"rankvar\": 2682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2684, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3348, \"group\": [1055.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCTCAACT\", \"ini\": 904, \"clust\": 1102, \"rank\": 3984, \"rankvar\": 2501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2685, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3349, \"group\": [1102.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTGTGCAGTAG\", \"ini\": 903, \"clust\": 1066, \"rank\": 3865, \"rankvar\": 2546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2686, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3350, \"group\": [1065.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCTTGCCA\", \"ini\": 902, \"clust\": 1368, \"rank\": 3815, \"rankvar\": 4552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2687, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4016, \"group\": [1368.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGGATA\", \"ini\": 901, \"clust\": 1376, \"rank\": 3945, \"rankvar\": 4857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2688, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4017, \"group\": [1373.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCAGCACAT\", \"ini\": 900, \"clust\": 1040, \"rank\": 3845, \"rankvar\": 3123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2689, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3351, \"group\": [1038.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAGCCTAA\", \"ini\": 899, \"clust\": 616, \"rank\": 3825, \"rankvar\": 2498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2690, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3352, \"group\": [617.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATGCCCGA\", \"ini\": 898, \"clust\": 977, \"rank\": 3818, \"rankvar\": 3396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3353, \"group\": [975.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCAACTA\", \"ini\": 897, \"clust\": 1155, \"rank\": 3940, \"rankvar\": 997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3354, \"group\": [1157.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCTAGGGC\", \"ini\": 896, \"clust\": 1371, \"rank\": 3998, \"rankvar\": 4609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2693, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4018, \"group\": [1371.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTATTACCG\", \"ini\": 895, \"clust\": 1049, \"rank\": 3960, \"rankvar\": 1156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2694, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3355, \"group\": [1048.0, 120.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCATGAT\", \"ini\": 894, \"clust\": 677, \"rank\": 3872, \"rankvar\": 2454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2695, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3356, \"group\": [677.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAAGCGTAG\", \"ini\": 893, \"clust\": 1359, \"rank\": 3729, \"rankvar\": 4357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2696, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4019, \"group\": [1358.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACGTTGGC\", \"ini\": 892, \"clust\": 1363, \"rank\": 3889, \"rankvar\": 4331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2697, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4020, \"group\": [1366.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCTGATACG\", \"ini\": 891, \"clust\": 600, \"rank\": 3762, \"rankvar\": 2037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2698, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3357, \"group\": [601.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGAGTATA\", \"ini\": 890, \"clust\": 1045, \"rank\": 3885, \"rankvar\": 3569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2699, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3358, \"group\": [1044.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACGACTCG\", \"ini\": 889, \"clust\": 1090, \"rank\": 3900, \"rankvar\": 3773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2700, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3359, \"group\": [1090.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCAATAAGG\", \"ini\": 888, \"clust\": 1158, \"rank\": 3886, \"rankvar\": 3092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2701, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3360, \"group\": [1158.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGATGTAT\", \"ini\": 887, \"clust\": 1151, \"rank\": 3981, \"rankvar\": 2607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2702, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3361, \"group\": [1151.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATTGCGA\", \"ini\": 886, \"clust\": 761, \"rank\": 4005, \"rankvar\": 3589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2703, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3362, \"group\": [759.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCCTCTTT\", \"ini\": 885, \"clust\": 122, \"rank\": 4176, \"rankvar\": 3423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2704, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 252, \"group\": [122.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCGACCAGC\", \"ini\": 884, \"clust\": 1226, \"rank\": 3846, \"rankvar\": 2380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2705, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3363, \"group\": [1227.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACACCTTGTC\", \"ini\": 883, \"clust\": 1103, \"rank\": 3996, \"rankvar\": 1617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2706, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3364, \"group\": [1103.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTGGTATG\", \"ini\": 882, \"clust\": 693, \"rank\": 3939, \"rankvar\": 3174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2707, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3365, \"group\": [693.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGCCCAACC\", \"ini\": 881, \"clust\": 1074, \"rank\": 4026, \"rankvar\": 1816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2708, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3366, \"group\": [1072.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGATATGCA\", \"ini\": 880, \"clust\": 1150, \"rank\": 3975, \"rankvar\": 2598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2709, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3367, \"group\": [1150.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCAAGGTGTG\", \"ini\": 879, \"clust\": 640, \"rank\": 3978, \"rankvar\": 1019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2710, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3368, \"group\": [640.0, 102.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAGGCTCAC\", \"ini\": 878, \"clust\": 1064, \"rank\": 3876, \"rankvar\": 3219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2711, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3369, \"group\": [1066.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTCATGCAT\", \"ini\": 877, \"clust\": 1463, \"rank\": 3852, \"rankvar\": 3869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2712, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4103, \"group\": [1474.0, 140.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTCTTGCA\", \"ini\": 876, \"clust\": 650, \"rank\": 3758, \"rankvar\": 1621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2713, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3370, \"group\": [653.0, 106.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCATTTGGG\", \"ini\": 875, \"clust\": 579, \"rank\": 3837, \"rankvar\": 2764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2714, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3371, \"group\": [581.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTCCAT\", \"ini\": 874, \"clust\": 1370, \"rank\": 3966, \"rankvar\": 4420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2715, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4021, \"group\": [1370.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCTTGC\", \"ini\": 873, \"clust\": 1069, \"rank\": 4032, \"rankvar\": 2478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2716, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3372, \"group\": [1070.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACCTAC\", \"ini\": 872, \"clust\": 760, \"rank\": 3944, \"rankvar\": 3755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2717, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3373, \"group\": [763.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGTTAGGTA\", \"ini\": 871, \"clust\": 1478, \"rank\": 3601, \"rankvar\": 4569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2718, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4022, \"group\": [1480.0, 142.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCTCTTGAT\", \"ini\": 870, \"clust\": 1362, \"rank\": 3955, \"rankvar\": 4654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2719, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4023, \"group\": [1361.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCGTAGGAG\", \"ini\": 869, \"clust\": 1037, \"rank\": 3926, \"rankvar\": 2394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2720, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3374, \"group\": [1036.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGCCGCT\", \"ini\": 868, \"clust\": 1248, \"rank\": 3839, \"rankvar\": 3071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2721, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3375, \"group\": [1254.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCACGACGAA\", \"ini\": 867, \"clust\": 620, \"rank\": 3752, \"rankvar\": 3761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2722, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3376, \"group\": [621.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGTCCTCT\", \"ini\": 866, \"clust\": 4866, \"rank\": 3962, \"rankvar\": 4441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5023, \"group\": [4866.0, 901.0, 144.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGTCGAT\", \"ini\": 865, \"clust\": 671, \"rank\": 3831, \"rankvar\": 4056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3377, \"group\": [672.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTAGAATGTTG\", \"ini\": 864, \"clust\": 1079, \"rank\": 3905, \"rankvar\": 3920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2725, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3378, \"group\": [1077.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCATCCAACA\", \"ini\": 863, \"clust\": 524, \"rank\": 4275, \"rankvar\": 1015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2726, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5140, \"group\": [530.0, 87.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGGGAGTAA\", \"ini\": 862, \"clust\": 4249, \"rank\": 4594, \"rankvar\": 5231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2727, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 184, \"group\": [4246.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCCCGTT\", \"ini\": 861, \"clust\": 1356, \"rank\": 4036, \"rankvar\": 4550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2728, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4024, \"group\": [1356.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACCATTCGACA\", \"ini\": 860, \"clust\": 1021, \"rank\": 4122, \"rankvar\": 1823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2729, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3379, \"group\": [1023.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAAGAAACGCC\", \"ini\": 859, \"clust\": 762, \"rank\": 4001, \"rankvar\": 4494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2730, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3380, \"group\": [760.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCATAAAGG\", \"ini\": 858, \"clust\": 1337, \"rank\": 4253, \"rankvar\": 3485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2731, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4025, \"group\": [1338.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAACGGG\", \"ini\": 857, \"clust\": 1120, \"rank\": 3958, \"rankvar\": 3623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2732, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3381, \"group\": [1119.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCATTCTA\", \"ini\": 856, \"clust\": 1041, \"rank\": 3915, \"rankvar\": 3592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2733, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3382, \"group\": [1039.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTTGTCAT\", \"ini\": 855, \"clust\": 4867, \"rank\": 4116, \"rankvar\": 3089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5024, \"group\": [4867.0, 902.0, 144.0, 32.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAACAACA\", \"ini\": 854, \"clust\": 700, \"rank\": 4052, \"rankvar\": 1797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2735, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3383, \"group\": [699.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAACGACG\", \"ini\": 853, \"clust\": 1164, \"rank\": 3989, \"rankvar\": 3733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2736, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3384, \"group\": [1167.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTGCAAT\", \"ini\": 852, \"clust\": 1328, \"rank\": 3961, \"rankvar\": 4478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2737, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4026, \"group\": [1332.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGGAGAA\", \"ini\": 851, \"clust\": 625, \"rank\": 3829, \"rankvar\": 4197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2738, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3385, \"group\": [625.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCGCTCCA\", \"ini\": 850, \"clust\": 1007, \"rank\": 3924, \"rankvar\": 1396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2739, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3386, \"group\": [1006.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGACCT\", \"ini\": 849, \"clust\": 1006, \"rank\": 3948, \"rankvar\": 1040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2740, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3387, \"group\": [1008.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGGATACC\", \"ini\": 848, \"clust\": 739, \"rank\": 3849, \"rankvar\": 3371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2741, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3388, \"group\": [739.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCAGTAT\", \"ini\": 847, \"clust\": 1046, \"rank\": 4034, \"rankvar\": 2622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2742, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3389, \"group\": [1046.0, 120.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTTGAT\", \"ini\": 846, \"clust\": 1178, \"rank\": 3874, \"rankvar\": 2872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2743, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3390, \"group\": [1177.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCCGCAAGC\", \"ini\": 845, \"clust\": 1265, \"rank\": 3929, \"rankvar\": 2114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2744, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3391, \"group\": [1264.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTATG\", \"ini\": 844, \"clust\": 745, \"rank\": 3890, \"rankvar\": 2745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2745, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3392, \"group\": [745.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGCGTAGTG\", \"ini\": 843, \"clust\": 4247, \"rank\": 4656, \"rankvar\": 5204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2746, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 185, \"group\": [4245.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGACCTC\", \"ini\": 842, \"clust\": 1264, \"rank\": 4013, \"rankvar\": 3697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2747, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3393, \"group\": [1263.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTGCGGCA\", \"ini\": 841, \"clust\": 609, \"rank\": 3802, \"rankvar\": 4102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2748, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3394, \"group\": [610.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCATGGTCTA\", \"ini\": 840, \"clust\": 622, \"rank\": 3739, \"rankvar\": 3834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2749, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3395, \"group\": [623.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGCGCCTTG\", \"ini\": 839, \"clust\": 1086, \"rank\": 4008, \"rankvar\": 2874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2750, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3396, \"group\": [1087.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACTGGCC\", \"ini\": 838, \"clust\": 554, \"rank\": 3871, \"rankvar\": 3539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2751, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3397, \"group\": [554.0, 93.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTTTAAGCC\", \"ini\": 837, \"clust\": 1175, \"rank\": 4003, \"rankvar\": 3226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2752, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3398, \"group\": [1175.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGACGGAA\", \"ini\": 836, \"clust\": 124, \"rank\": 4195, \"rankvar\": 4708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2753, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 253, \"group\": [124.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGTAA\", \"ini\": 835, \"clust\": 1184, \"rank\": 3994, \"rankvar\": 2685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2754, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3399, \"group\": [1183.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACGACTCG\", \"ini\": 834, \"clust\": 968, \"rank\": 3999, \"rankvar\": 3408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2755, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3400, \"group\": [972.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTGCAACGA\", \"ini\": 833, \"clust\": 1177, \"rank\": 3968, \"rankvar\": 1528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2756, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3401, \"group\": [1179.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCGTACCGG\", \"ini\": 832, \"clust\": 729, \"rank\": 4127, \"rankvar\": 3189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2757, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3402, \"group\": [727.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTAGGTGC\", \"ini\": 831, \"clust\": 1334, \"rank\": 4209, \"rankvar\": 4467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2758, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4027, \"group\": [1334.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACATGCTGGC\", \"ini\": 830, \"clust\": 1104, \"rank\": 4102, \"rankvar\": 1891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2759, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3403, \"group\": [1110.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACGACTA\", \"ini\": 829, \"clust\": 567, \"rank\": 4007, \"rankvar\": 1819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2760, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3404, \"group\": [567.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAGCTCCGA\", \"ini\": 828, \"clust\": 978, \"rank\": 3920, \"rankvar\": 4235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2761, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3405, \"group\": [976.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGCAACTT\", \"ini\": 827, \"clust\": 638, \"rank\": 3775, \"rankvar\": 2853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2762, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3406, \"group\": [638.0, 100.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGCGCTC\", \"ini\": 826, \"clust\": 746, \"rank\": 4043, \"rankvar\": 2472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2763, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3407, \"group\": [746.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACGCGGT\", \"ini\": 825, \"clust\": 687, \"rank\": 3935, \"rankvar\": 4075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2764, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3408, \"group\": [687.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCTACCAGA\", \"ini\": 824, \"clust\": 1097, \"rank\": 4045, \"rankvar\": 3024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2765, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3409, \"group\": [1099.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCATCGGAT\", \"ini\": 823, \"clust\": 722, \"rank\": 4227, \"rankvar\": 3582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2766, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3410, \"group\": [721.0, 110.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCTCGCATC\", \"ini\": 822, \"clust\": 580, \"rank\": 4047, \"rankvar\": 1783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2767, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3411, \"group\": [579.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCGTTTATC\", \"ini\": 821, \"clust\": 1377, \"rank\": 4131, \"rankvar\": 4739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2768, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4028, \"group\": [1374.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTGCGAAAC\", \"ini\": 820, \"clust\": 665, \"rank\": 3894, \"rankvar\": 2911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2769, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3412, \"group\": [667.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGATCGATA\", \"ini\": 819, \"clust\": 1026, \"rank\": 4147, \"rankvar\": 2031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2770, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3413, \"group\": [1031.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGCTAACTC\", \"ini\": 818, \"clust\": 1153, \"rank\": 3925, \"rankvar\": 2929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2771, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3414, \"group\": [1153.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTGGCCCTA\", \"ini\": 817, \"clust\": 1299, \"rank\": 4134, \"rankvar\": 3326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4029, \"group\": [1299.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTACTTAC\", \"ini\": 816, \"clust\": 1253, \"rank\": 3918, \"rankvar\": 1951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2773, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3415, \"group\": [1251.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCCACGAAT\", \"ini\": 815, \"clust\": 1183, \"rank\": 3957, \"rankvar\": 2556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2774, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3416, \"group\": [1185.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGAACAG\", \"ini\": 814, \"clust\": 742, \"rank\": 4030, \"rankvar\": 1743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2775, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3417, \"group\": [741.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCCAAGCCG\", \"ini\": 813, \"clust\": 1231, \"rank\": 3881, \"rankvar\": 2812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2776, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3418, \"group\": [1231.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTAGT\", \"ini\": 812, \"clust\": 1091, \"rank\": 4062, \"rankvar\": 3479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2777, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3419, \"group\": [1093.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCACAGTAC\", \"ini\": 811, \"clust\": 1159, \"rank\": 4044, \"rankvar\": 3190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2778, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3420, \"group\": [1159.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGTGAAGTT\", \"ini\": 810, \"clust\": 674, \"rank\": 4011, \"rankvar\": 3128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2779, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3421, \"group\": [674.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACAAATCCGT\", \"ini\": 809, \"clust\": 689, \"rank\": 3986, \"rankvar\": 3374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2780, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3422, \"group\": [691.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCACCGATAT\", \"ini\": 808, \"clust\": 627, \"rank\": 3882, \"rankvar\": 3135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2781, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3423, \"group\": [628.0, 98.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGCGATCG\", \"ini\": 807, \"clust\": 1338, \"rank\": 4162, \"rankvar\": 4511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2782, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4030, \"group\": [1336.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTTCCACAA\", \"ini\": 806, \"clust\": 699, \"rank\": 4150, \"rankvar\": 2921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2783, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3424, \"group\": [701.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCTCAACA\", \"ini\": 805, \"clust\": 756, \"rank\": 4037, \"rankvar\": 4220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2784, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3425, \"group\": [757.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCACAAGACG\", \"ini\": 804, \"clust\": 1112, \"rank\": 4086, \"rankvar\": 3395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2785, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3426, \"group\": [1111.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTCACATTCGA\", \"ini\": 803, \"clust\": 1063, \"rank\": 3987, \"rankvar\": 3452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2786, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3427, \"group\": [1062.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTGCGATG\", \"ini\": 802, \"clust\": 1650, \"rank\": 4023, \"rankvar\": 4276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2074, \"group\": [1649.0, 213.0, 39.0, 10.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCAGCACAT\", \"ini\": 801, \"clust\": 570, \"rank\": 3973, \"rankvar\": 2864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2788, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3428, \"group\": [569.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGTTCGAT\", \"ini\": 800, \"clust\": 1230, \"rank\": 3965, \"rankvar\": 2344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2789, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3429, \"group\": [1230.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCGGCTCA\", \"ini\": 799, \"clust\": 643, \"rank\": 3883, \"rankvar\": 2459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2790, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3430, \"group\": [643.0, 104.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGATGTGG\", \"ini\": 798, \"clust\": 632, \"rank\": 3923, \"rankvar\": 4093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2791, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3431, \"group\": [632.0, 98.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAAAGGTGC\", \"ini\": 797, \"clust\": 996, \"rank\": 3946, \"rankvar\": 4212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2792, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3432, \"group\": [997.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGTACGTTC\", \"ini\": 796, \"clust\": 1166, \"rank\": 4072, \"rankvar\": 3018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2793, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3433, \"group\": [1164.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTAAACCTC\", \"ini\": 795, \"clust\": 601, \"rank\": 3892, \"rankvar\": 4283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2794, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3434, \"group\": [602.0, 97.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCTCGTTTA\", \"ini\": 794, \"clust\": 904, \"rank\": 4167, \"rankvar\": 3043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2795, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3435, \"group\": [903.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCGTCGTTC\", \"ini\": 793, \"clust\": 1107, \"rank\": 3954, \"rankvar\": 2444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2796, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3436, \"group\": [1106.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCACAAACC\", \"ini\": 792, \"clust\": 740, \"rank\": 4018, \"rankvar\": 2013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2797, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3437, \"group\": [740.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAATCCGT\", \"ini\": 791, \"clust\": 568, \"rank\": 3990, \"rankvar\": 2098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2798, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3438, \"group\": [568.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTAGCGTGA\", \"ini\": 790, \"clust\": 1168, \"rank\": 3887, \"rankvar\": 4238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3439, \"group\": [1170.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCCGCTGA\", \"ini\": 789, \"clust\": 1095, \"rank\": 4088, \"rankvar\": 3495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3440, \"group\": [1094.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAGTAGATTAG\", \"ini\": 788, \"clust\": 1117, \"rank\": 4099, \"rankvar\": 2322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2801, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3441, \"group\": [1121.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGCTAGGT\", \"ini\": 787, \"clust\": 1239, \"rank\": 4082, \"rankvar\": 2470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2802, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3442, \"group\": [1239.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACATGGGAAC\", \"ini\": 786, \"clust\": 3331, \"rank\": 4444, \"rankvar\": 3851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2827, \"group\": [3334.0, 512.0, 77.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTGTTTGC\", \"ini\": 785, \"clust\": 4245, \"rank\": 4645, \"rankvar\": 5205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2804, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 186, \"group\": [4241.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCAGGTC\", \"ini\": 784, \"clust\": 644, \"rank\": 4010, \"rankvar\": 3634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2805, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3443, \"group\": [644.0, 104.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGATCACGG\", \"ini\": 783, \"clust\": 1047, \"rank\": 4158, \"rankvar\": 3009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2806, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3444, \"group\": [1047.0, 120.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCATGACGGA\", \"ini\": 782, \"clust\": 1180, \"rank\": 3982, \"rankvar\": 3502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3445, \"group\": [1182.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCATAACCTG\", \"ini\": 781, \"clust\": 1085, \"rank\": 4126, \"rankvar\": 4085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2808, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3446, \"group\": [1088.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTGTTGAA\", \"ini\": 780, \"clust\": 1185, \"rank\": 4048, \"rankvar\": 3382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2809, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3447, \"group\": [1184.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCAACTCTT\", \"ini\": 779, \"clust\": 1182, \"rank\": 3912, \"rankvar\": 3726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2810, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3448, \"group\": [1181.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAACACCTA\", \"ini\": 778, \"clust\": 1073, \"rank\": 4046, \"rankvar\": 3010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2811, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3449, \"group\": [1078.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGCAATCTC\", \"ini\": 777, \"clust\": 1132, \"rank\": 4020, \"rankvar\": 1137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2812, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3450, \"group\": [1131.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTAGCACGA\", \"ini\": 776, \"clust\": 1195, \"rank\": 4051, \"rankvar\": 3514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2813, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3451, \"group\": [1194.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAGGAACGT\", \"ini\": 775, \"clust\": 1250, \"rank\": 3901, \"rankvar\": 3658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2814, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3452, \"group\": [1248.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGTTGAGG\", \"ini\": 774, \"clust\": 1087, \"rank\": 4033, \"rankvar\": 3981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2815, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3453, \"group\": [1085.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGTAAGTAC\", \"ini\": 773, \"clust\": 1267, \"rank\": 3864, \"rankvar\": 4727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2816, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4031, \"group\": [1270.0, 124.0, 17.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTCGT\", \"ini\": 772, \"clust\": 1165, \"rank\": 4128, \"rankvar\": 3775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2817, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3454, \"group\": [1166.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTTGCCGT\", \"ini\": 771, \"clust\": 577, \"rank\": 4019, \"rankvar\": 2879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2818, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3455, \"group\": [577.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAGCCACCA\", \"ini\": 770, \"clust\": 1115, \"rank\": 4071, \"rankvar\": 2314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2819, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3456, \"group\": [1114.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGTCGTTTG\", \"ini\": 769, \"clust\": 1256, \"rank\": 4053, \"rankvar\": 2230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2820, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3457, \"group\": [1257.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCTAGGCA\", \"ini\": 768, \"clust\": 1372, \"rank\": 4100, \"rankvar\": 4811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2821, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4032, \"group\": [1372.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGCCAACAG\", \"ini\": 767, \"clust\": 1249, \"rank\": 3971, \"rankvar\": 2513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2822, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3458, \"group\": [1250.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGACG\", \"ini\": 766, \"clust\": 1325, \"rank\": 4041, \"rankvar\": 4303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2823, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4033, \"group\": [1324.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGTCTGAGTGT\", \"ini\": 765, \"clust\": 1109, \"rank\": 4042, \"rankvar\": 1966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2824, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3459, \"group\": [1108.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCATTTGGG\", \"ini\": 764, \"clust\": 1110, \"rank\": 4094, \"rankvar\": 2453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2825, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3460, \"group\": [1109.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCACCT\", \"ini\": 763, \"clust\": 737, \"rank\": 4212, \"rankvar\": 2495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2826, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3461, \"group\": [737.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCAGACAGGT\", \"ini\": 762, \"clust\": 880, \"rank\": 4223, \"rankvar\": 3074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2827, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3462, \"group\": [880.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGCCAGAA\", \"ini\": 761, \"clust\": 727, \"rank\": 4054, \"rankvar\": 2412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2828, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3463, \"group\": [736.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGTAGC\", \"ini\": 760, \"clust\": 1644, \"rank\": 3777, \"rankvar\": 2945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2829, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4253, \"group\": [1644.0, 209.0, 38.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGGCTGAA\", \"ini\": 759, \"clust\": 1348, \"rank\": 4408, \"rankvar\": 1806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2830, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4034, \"group\": [1348.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCACACTGCG\", \"ini\": 758, \"clust\": 1152, \"rank\": 4089, \"rankvar\": 3170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2831, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3464, \"group\": [1152.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCCACTCCA\", \"ini\": 757, \"clust\": 690, \"rank\": 4068, \"rankvar\": 1573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2832, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3465, \"group\": [689.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCAACGGGA\", \"ini\": 756, \"clust\": 1077, \"rank\": 4133, \"rankvar\": 4152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2833, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3466, \"group\": [1075.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTACCTGC\", \"ini\": 755, \"clust\": 771, \"rank\": 4106, \"rankvar\": 1132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2834, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3467, \"group\": [771.0, 114.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATCGGGT\", \"ini\": 754, \"clust\": 675, \"rank\": 4060, \"rankvar\": 3908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2835, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3468, \"group\": [675.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCACAGTAC\", \"ini\": 753, \"clust\": 584, \"rank\": 4073, \"rankvar\": 3529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2836, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3469, \"group\": [584.0, 96.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGACCTC\", \"ini\": 752, \"clust\": 1038, \"rank\": 3974, \"rankvar\": 2924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2837, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3470, \"group\": [1037.0, 119.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTAGTTCCACA\", \"ini\": 751, \"clust\": 764, \"rank\": 4155, \"rankvar\": 4658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2838, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3471, \"group\": [762.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTCTCAAC\", \"ini\": 750, \"clust\": 757, \"rank\": 3985, \"rankvar\": 4326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2839, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3472, \"group\": [755.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCTAAGAT\", \"ini\": 749, \"clust\": 811, \"rank\": 4343, \"rankvar\": 568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2840, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3473, \"group\": [811.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACATGTCTCC\", \"ini\": 748, \"clust\": 992, \"rank\": 3949, \"rankvar\": 2616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2841, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3474, \"group\": [1000.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCTAAGCCA\", \"ini\": 747, \"clust\": 1294, \"rank\": 4114, \"rankvar\": 4724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2842, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4035, \"group\": [1294.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACTAGGC\", \"ini\": 746, \"clust\": 1012, \"rank\": 4078, \"rankvar\": 3045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2843, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3475, \"group\": [1011.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCACGACTA\", \"ini\": 745, \"clust\": 680, \"rank\": 4058, \"rankvar\": 3757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2844, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3476, \"group\": [680.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCAGTTCGA\", \"ini\": 744, \"clust\": 1145, \"rank\": 4152, \"rankvar\": 1649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2845, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3477, \"group\": [1143.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTTCAACACTG\", \"ini\": 743, \"clust\": 1126, \"rank\": 4161, \"rankvar\": 2370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3478, \"group\": [1126.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCGTATAGTAG\", \"ini\": 742, \"clust\": 791, \"rank\": 4332, \"rankvar\": 1448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2847, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3479, \"group\": [789.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCGAGCCCA\", \"ini\": 741, \"clust\": 1179, \"rank\": 4063, \"rankvar\": 3268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2848, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3480, \"group\": [1178.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTGCCTGTG\", \"ini\": 740, \"clust\": 1088, \"rank\": 4040, \"rankvar\": 3257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2849, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3481, \"group\": [1086.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCGGATCA\", \"ini\": 739, \"clust\": 510, \"rank\": 4201, \"rankvar\": 4293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2850, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3482, \"group\": [509.0, 78.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCATTGCGGC\", \"ini\": 738, \"clust\": 1011, \"rank\": 4109, \"rankvar\": 3336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2851, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3483, \"group\": [1010.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGTCTCG\", \"ini\": 737, \"clust\": 1464, \"rank\": 3784, \"rankvar\": 3306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2852, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4104, \"group\": [1463.0, 138.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGCCGGTAA\", \"ini\": 736, \"clust\": 1148, \"rank\": 4069, \"rankvar\": 1422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2853, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3484, \"group\": [1148.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTCATTACCTT\", \"ini\": 735, \"clust\": 750, \"rank\": 4112, \"rankvar\": 2551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2854, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3485, \"group\": [750.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGATGCCTT\", \"ini\": 734, \"clust\": 655, \"rank\": 4075, \"rankvar\": 2825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2855, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3486, \"group\": [654.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCCGTAGGC\", \"ini\": 733, \"clust\": 1241, \"rank\": 4016, \"rankvar\": 3037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2856, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3487, \"group\": [1241.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACTTACGA\", \"ini\": 732, \"clust\": 773, \"rank\": 4353, \"rankvar\": 688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2857, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3488, \"group\": [777.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTAGATGA\", \"ini\": 731, \"clust\": 776, \"rank\": 4325, \"rankvar\": 570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2858, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3489, \"group\": [775.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAAATTGCC\", \"ini\": 730, \"clust\": 867, \"rank\": 4300, \"rankvar\": 3094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3490, \"group\": [869.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATCCGCGA\", \"ini\": 729, \"clust\": 1326, \"rank\": 4027, \"rankvar\": 4576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2860, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4036, \"group\": [1325.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTCATTA\", \"ini\": 728, \"clust\": 1105, \"rank\": 4156, \"rankvar\": 1494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2861, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3491, \"group\": [1104.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGCTAGTCT\", \"ini\": 727, \"clust\": 1335, \"rank\": 4443, \"rankvar\": 3801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2862, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4037, \"group\": [1335.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCTGATACG\", \"ini\": 726, \"clust\": 704, \"rank\": 4165, \"rankvar\": 3296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2863, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3492, \"group\": [704.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGTATCGAA\", \"ini\": 725, \"clust\": 903, \"rank\": 4251, \"rankvar\": 4124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2864, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3493, \"group\": [905.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTACTTCTT\", \"ini\": 724, \"clust\": 964, \"rank\": 4298, \"rankvar\": 1044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2865, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3494, \"group\": [963.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAGGTA\", \"ini\": 723, \"clust\": 1245, \"rank\": 3995, \"rankvar\": 3008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2866, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3495, \"group\": [1247.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTGAGTTC\", \"ini\": 722, \"clust\": 1124, \"rank\": 4149, \"rankvar\": 1744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2867, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3496, \"group\": [1124.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGAATGGG\", \"ini\": 721, \"clust\": 571, \"rank\": 4055, \"rankvar\": 1271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3497, \"group\": [570.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTAGGGTG\", \"ini\": 720, \"clust\": 1133, \"rank\": 4107, \"rankvar\": 2677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2869, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3498, \"group\": [1132.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAAGATGCCTT\", \"ini\": 719, \"clust\": 657, \"rank\": 4117, \"rankvar\": 2151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2870, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3499, \"group\": [657.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCAAGCG\", \"ini\": 718, \"clust\": 1364, \"rank\": 4121, \"rankvar\": 4413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2871, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4038, \"group\": [1365.0, 135.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCGTCTTC\", \"ini\": 717, \"clust\": 1092, \"rank\": 4186, \"rankvar\": 3263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2872, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3500, \"group\": [1091.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTCTGATTG\", \"ini\": 716, \"clust\": 901, \"rank\": 4260, \"rankvar\": 2822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2873, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3501, \"group\": [901.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATCTACGA\", \"ini\": 715, \"clust\": 864, \"rank\": 4319, \"rankvar\": 2243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2874, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3502, \"group\": [866.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAACCGCCA\", \"ini\": 714, \"clust\": 738, \"rank\": 4185, \"rankvar\": 3109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2875, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3503, \"group\": [738.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTAAGCC\", \"ini\": 713, \"clust\": 1167, \"rank\": 4141, \"rankvar\": 1904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2876, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3504, \"group\": [1165.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCAAGCGA\", \"ini\": 712, \"clust\": 1206, \"rank\": 4225, \"rankvar\": 1699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2877, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3505, \"group\": [1205.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTAATCACC\", \"ini\": 711, \"clust\": 1324, \"rank\": 4177, \"rankvar\": 2937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2878, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4039, \"group\": [1326.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCACGAAACG\", \"ini\": 710, \"clust\": 1221, \"rank\": 4145, \"rankvar\": 2805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2879, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3506, \"group\": [1220.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATTCCTCG\", \"ini\": 709, \"clust\": 1051, \"rank\": 4259, \"rankvar\": 3442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2880, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3507, \"group\": [1054.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGAGATGAG\", \"ini\": 708, \"clust\": 749, \"rank\": 4313, \"rankvar\": 3552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2881, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3508, \"group\": [751.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCCCACT\", \"ini\": 707, \"clust\": 1297, \"rank\": 4105, \"rankvar\": 4224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2882, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4040, \"group\": [1296.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGACTACT\", \"ini\": 706, \"clust\": 1070, \"rank\": 4234, \"rankvar\": 2032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3509, \"group\": [1069.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTGGTAAT\", \"ini\": 705, \"clust\": 751, \"rank\": 4255, \"rankvar\": 2670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2884, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3510, \"group\": [748.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCAGCTTAG\", \"ini\": 704, \"clust\": 728, \"rank\": 4198, \"rankvar\": 3195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2885, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3511, \"group\": [729.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTGATGTGG\", \"ini\": 703, \"clust\": 1199, \"rank\": 4171, \"rankvar\": 3364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2886, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3512, \"group\": [1199.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCATATGCTG\", \"ini\": 702, \"clust\": 1003, \"rank\": 4250, \"rankvar\": 4160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2887, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3513, \"group\": [1002.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCAAACGTGG\", \"ini\": 701, \"clust\": 1628, \"rank\": 3897, \"rankvar\": 3662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2888, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4185, \"group\": [1628.0, 196.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGCTCGCA\", \"ini\": 700, \"clust\": 1240, \"rank\": 4196, \"rankvar\": 2059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2889, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3514, \"group\": [1240.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACACCATGTA\", \"ini\": 699, \"clust\": 1121, \"rank\": 4079, \"rankvar\": 2840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2890, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3515, \"group\": [1120.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGATGCCAG\", \"ini\": 698, \"clust\": 1257, \"rank\": 4091, \"rankvar\": 3240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2891, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3516, \"group\": [1255.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAGCCTAT\", \"ini\": 697, \"clust\": 743, \"rank\": 4218, \"rankvar\": 2377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2892, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3517, \"group\": [742.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCGCGCCAA\", \"ini\": 696, \"clust\": 645, \"rank\": 4423, \"rankvar\": 3493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2893, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3518, \"group\": [1267.0, 122.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATCGGTTA\", \"ini\": 695, \"clust\": 4250, \"rank\": 4714, \"rankvar\": 5230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2894, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 187, \"group\": [4247.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTCGTACT\", \"ini\": 694, \"clust\": 997, \"rank\": 4216, \"rankvar\": 3744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3519, \"group\": [995.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCTAGCACA\", \"ini\": 693, \"clust\": 998, \"rank\": 4173, \"rankvar\": 3323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2896, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3520, \"group\": [996.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTCACTGGC\", \"ini\": 692, \"clust\": 1311, \"rank\": 4340, \"rankvar\": 4048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2897, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4041, \"group\": [1313.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTAACG\", \"ini\": 691, \"clust\": 1017, \"rank\": 4256, \"rankvar\": 2381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2898, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3521, \"group\": [1017.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATGGT\", \"ini\": 690, \"clust\": 1227, \"rank\": 4065, \"rankvar\": 2149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2899, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3522, \"group\": [1225.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGCACCGCT\", \"ini\": 689, \"clust\": 691, \"rank\": 4123, \"rankvar\": 1944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2900, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3523, \"group\": [690.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCCA\", \"ini\": 688, \"clust\": 658, \"rank\": 4178, \"rankvar\": 2225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2901, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3524, \"group\": [658.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGACACCA\", \"ini\": 687, \"clust\": 1223, \"rank\": 4272, \"rankvar\": 1599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2902, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3525, \"group\": [1223.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCGCATGGC\", \"ini\": 686, \"clust\": 1279, \"rank\": 4289, \"rankvar\": 1003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2903, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3526, \"group\": [1288.0, 129.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCCTGTAGA\", \"ini\": 685, \"clust\": 651, \"rank\": 3847, \"rankvar\": 3798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2904, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3527, \"group\": [652.0, 106.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCGTCTGCT\", \"ini\": 684, \"clust\": 1053, \"rank\": 4193, \"rankvar\": 1980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2905, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3528, \"group\": [1051.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGCCTAA\", \"ini\": 683, \"clust\": 1228, \"rank\": 3952, \"rankvar\": 3166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2906, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3529, \"group\": [1226.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGAGGCT\", \"ini\": 682, \"clust\": 652, \"rank\": 4050, \"rankvar\": 1415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2907, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3530, \"group\": [650.0, 106.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCTCTCGT\", \"ini\": 681, \"clust\": 1232, \"rank\": 3921, \"rankvar\": 4045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2908, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3531, \"group\": [1232.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGCAACGA\", \"ini\": 680, \"clust\": 3199, \"rank\": 4644, \"rankvar\": 1056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2075, \"group\": [3202.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCATTGGCGC\", \"ini\": 679, \"clust\": 788, \"rank\": 4270, \"rankvar\": 2637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2910, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3532, \"group\": [787.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACACGACTCG\", \"ini\": 678, \"clust\": 1234, \"rank\": 4206, \"rankvar\": 3001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2911, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3533, \"group\": [1234.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACATTAGGCT\", \"ini\": 677, \"clust\": 714, \"rank\": 4169, \"rankvar\": 4347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2912, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3534, \"group\": [713.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCTCTAAGG\", \"ini\": 676, \"clust\": 647, \"rank\": 4029, \"rankvar\": 3701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2913, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3535, \"group\": [647.0, 105.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAAGTGTA\", \"ini\": 675, \"clust\": 1138, \"rank\": 4175, \"rankvar\": 2103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2914, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3536, \"group\": [1138.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCATAGCAC\", \"ini\": 674, \"clust\": 884, \"rank\": 4278, \"rankvar\": 1443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2915, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3537, \"group\": [886.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGTACGTTC\", \"ini\": 673, \"clust\": 508, \"rank\": 4092, \"rankvar\": 4148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2916, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3538, \"group\": [512.0, 78.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTCATTGGGCC\", \"ini\": 672, \"clust\": 989, \"rank\": 4000, \"rankvar\": 3313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2917, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3539, \"group\": [989.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCTGTTGAG\", \"ini\": 671, \"clust\": 681, \"rank\": 4208, \"rankvar\": 1068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2918, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3540, \"group\": [681.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCCAAAGTC\", \"ini\": 670, \"clust\": 1186, \"rank\": 4136, \"rankvar\": 2645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2919, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3541, \"group\": [1191.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTGGTCTCG\", \"ini\": 669, \"clust\": 912, \"rank\": 4205, \"rankvar\": 4020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2920, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3542, \"group\": [912.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCAGCATGT\", \"ini\": 668, \"clust\": 1218, \"rank\": 4280, \"rankvar\": 2077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2921, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3543, \"group\": [1217.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGAGCCCAA\", \"ini\": 667, \"clust\": 668, \"rank\": 4132, \"rankvar\": 1684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2922, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3544, \"group\": [668.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTCATGCTGGC\", \"ini\": 666, \"clust\": 1111, \"rank\": 4242, \"rankvar\": 1036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2923, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3545, \"group\": [1113.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGGTGACTACT\", \"ini\": 665, \"clust\": 581, \"rank\": 4097, \"rankvar\": 3239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2924, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3546, \"group\": [580.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTCACAGGTTT\", \"ini\": 664, \"clust\": 1243, \"rank\": 4077, \"rankvar\": 3230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2925, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3547, \"group\": [1243.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTAAATGTG\", \"ini\": 663, \"clust\": 1131, \"rank\": 4084, \"rankvar\": 3483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2926, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3548, \"group\": [1133.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTATCTGCA\", \"ini\": 662, \"clust\": 1281, \"rank\": 4188, \"rankvar\": 3102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2927, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3549, \"group\": [1281.0, 127.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGGAACTGC\", \"ini\": 661, \"clust\": 1058, \"rank\": 4139, \"rankvar\": 2414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2928, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3550, \"group\": [1056.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTTCCGTCT\", \"ini\": 660, \"clust\": 1320, \"rank\": 4148, \"rankvar\": 4499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2929, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4042, \"group\": [1320.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCTGAAAGA\", \"ini\": 659, \"clust\": 1052, \"rank\": 4265, \"rankvar\": 1693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2930, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3551, \"group\": [1053.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTTCACCTC\", \"ini\": 658, \"clust\": 732, \"rank\": 4217, \"rankvar\": 3093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2931, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3552, \"group\": [730.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACGGTAAG\", \"ini\": 657, \"clust\": 1096, \"rank\": 4245, \"rankvar\": 3441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2932, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3553, \"group\": [1095.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGTGAAGTT\", \"ini\": 656, \"clust\": 1146, \"rank\": 4292, \"rankvar\": 1695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2933, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3554, \"group\": [1144.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCGTGGTCG\", \"ini\": 655, \"clust\": 1280, \"rank\": 4057, \"rankvar\": 4610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2934, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3555, \"group\": [1282.0, 127.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGTGAACGC\", \"ini\": 654, \"clust\": 659, \"rank\": 4261, \"rankvar\": 3695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2935, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3556, \"group\": [662.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCAGCGTTCG\", \"ini\": 653, \"clust\": 721, \"rank\": 4374, \"rankvar\": 816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3557, \"group\": [723.0, 110.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCAACACTG\", \"ini\": 652, \"clust\": 1254, \"rank\": 4059, \"rankvar\": 2946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2937, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3558, \"group\": [1252.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGTGCCATT\", \"ini\": 651, \"clust\": 1068, \"rank\": 4197, \"rankvar\": 1211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2938, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3559, \"group\": [1071.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGAGGTTGC\", \"ini\": 650, \"clust\": 511, \"rank\": 4194, \"rankvar\": 4544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2939, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3560, \"group\": [510.0, 78.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTGTGCGTC\", \"ini\": 649, \"clust\": 865, \"rank\": 4397, \"rankvar\": 1302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2940, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3561, \"group\": [864.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCACCTAA\", \"ini\": 648, \"clust\": 1322, \"rank\": 4191, \"rankvar\": 4272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2941, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4043, \"group\": [1322.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGAGATCGGGT\", \"ini\": 647, \"clust\": 666, \"rank\": 4142, \"rankvar\": 1389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3562, \"group\": [665.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTGAGTGT\", \"ini\": 646, \"clust\": 3383, \"rank\": 4725, \"rankvar\": 1395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2076, \"group\": [3382.0, 539.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTAGAGTGC\", \"ini\": 645, \"clust\": 795, \"rank\": 4307, \"rankvar\": 2047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2944, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3563, \"group\": [799.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTTGCGTTA\", \"ini\": 644, \"clust\": 719, \"rank\": 4299, \"rankvar\": 2449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2945, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3564, \"group\": [717.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCACGGC\", \"ini\": 643, \"clust\": 529, \"rank\": 4358, \"rankvar\": 2951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2946, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3565, \"group\": [526.0, 85.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTAGGGTGTGT\", \"ini\": 642, \"clust\": 730, \"rank\": 4240, \"rankvar\": 4068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2947, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3566, \"group\": [728.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCACGTCTCT\", \"ini\": 641, \"clust\": 1188, \"rank\": 4297, \"rankvar\": 1574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2948, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3567, \"group\": [1186.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAGGCAGTA\", \"ini\": 640, \"clust\": 1108, \"rank\": 4160, \"rankvar\": 2691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2949, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3568, \"group\": [1107.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTTACTGAC\", \"ini\": 639, \"clust\": 1292, \"rank\": 4090, \"rankvar\": 4671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2950, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4044, \"group\": [1291.0, 131.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTCGACTAT\", \"ini\": 638, \"clust\": 1160, \"rank\": 4140, \"rankvar\": 3612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2951, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3569, \"group\": [1160.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCATGGGAAC\", \"ini\": 637, \"clust\": 702, \"rank\": 4293, \"rankvar\": 2063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2952, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3570, \"group\": [706.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACGCATA\", \"ini\": 636, \"clust\": 1061, \"rank\": 4200, \"rankvar\": 4451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2953, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3571, \"group\": [1063.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCGCGTAGC\", \"ini\": 635, \"clust\": 893, \"rank\": 4322, \"rankvar\": 631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2954, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3572, \"group\": [892.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCCTAGAAC\", \"ini\": 634, \"clust\": 885, \"rank\": 4331, \"rankvar\": 2615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3573, \"group\": [884.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGGAATGGA\", \"ini\": 633, \"clust\": 1154, \"rank\": 4183, \"rankvar\": 3032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2956, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3574, \"group\": [1154.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACTCCTG\", \"ini\": 632, \"clust\": 1170, \"rank\": 4108, \"rankvar\": 4003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3575, \"group\": [1169.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACAAACTGTC\", \"ini\": 631, \"clust\": 1172, \"rank\": 4151, \"rankvar\": 3550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2958, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3576, \"group\": [1172.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTTGCGCAC\", \"ini\": 630, \"clust\": 708, \"rank\": 4321, \"rankvar\": 3411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2959, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3577, \"group\": [712.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATGTCGG\", \"ini\": 629, \"clust\": 1273, \"rank\": 4230, \"rankvar\": 4120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2960, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3578, \"group\": [1273.0, 125.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACTGGGT\", \"ini\": 628, \"clust\": 1176, \"rank\": 4143, \"rankvar\": 3212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2961, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3579, \"group\": [1176.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGGACAGCT\", \"ini\": 627, \"clust\": 990, \"rank\": 4166, \"rankvar\": 3242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2962, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3580, \"group\": [987.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGAACTGT\", \"ini\": 626, \"clust\": 753, \"rank\": 4301, \"rankvar\": 3575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2963, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3581, \"group\": [753.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTTGACAC\", \"ini\": 625, \"clust\": 1465, \"rank\": 3858, \"rankvar\": 3274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2964, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4105, \"group\": [1464.0, 138.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGCGTAGTG\", \"ini\": 624, \"clust\": 1205, \"rank\": 4351, \"rankvar\": 2362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2965, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3582, \"group\": [1207.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCCATAC\", \"ini\": 623, \"clust\": 1330, \"rank\": 4182, \"rankvar\": 4634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2966, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4045, \"group\": [1330.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCTCCGGTT\", \"ini\": 622, \"clust\": 705, \"rank\": 4238, \"rankvar\": 3363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2967, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3583, \"group\": [702.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTTACCTA\", \"ini\": 621, \"clust\": 1323, \"rank\": 4113, \"rankvar\": 4560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2968, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4046, \"group\": [1323.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTCAGGCTGAA\", \"ini\": 620, \"clust\": 641, \"rank\": 4315, \"rankvar\": 1992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2969, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3584, \"group\": [641.0, 102.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATCACAC\", \"ini\": 619, \"clust\": 1055, \"rank\": 4286, \"rankvar\": 2355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3585, \"group\": [1058.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCATCATC\", \"ini\": 618, \"clust\": 866, \"rank\": 4416, \"rankvar\": 1809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2971, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3586, \"group\": [865.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCACGTG\", \"ini\": 617, \"clust\": 974, \"rank\": 4096, \"rankvar\": 2189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2972, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3587, \"group\": [973.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTCGGACG\", \"ini\": 616, \"clust\": 707, \"rank\": 4274, \"rankvar\": 1038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2973, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3588, \"group\": [720.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTCGTATT\", \"ini\": 615, \"clust\": 1129, \"rank\": 4347, \"rankvar\": 1143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2974, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3589, \"group\": [1128.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGAACTCGG\", \"ini\": 614, \"clust\": 777, \"rank\": 4432, \"rankvar\": 1279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2975, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3590, \"group\": [776.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACCGAT\", \"ini\": 613, \"clust\": 656, \"rank\": 4222, \"rankvar\": 2610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2976, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3591, \"group\": [655.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATGCAATC\", \"ini\": 612, \"clust\": 1093, \"rank\": 4190, \"rankvar\": 2778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2977, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3592, \"group\": [1092.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACGTCA\", \"ini\": 611, \"clust\": 1222, \"rank\": 4254, \"rankvar\": 4022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2978, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3593, \"group\": [1221.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGTTACCT\", \"ini\": 610, \"clust\": 793, \"rank\": 4382, \"rankvar\": 2267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2979, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3594, \"group\": [791.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTATCCTA\", \"ini\": 609, \"clust\": 991, \"rank\": 4138, \"rankvar\": 3532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2980, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3595, \"group\": [988.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGGCTAGCA\", \"ini\": 608, \"clust\": 999, \"rank\": 4384, \"rankvar\": 2237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2981, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3596, \"group\": [998.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCCTAATT\", \"ini\": 607, \"clust\": 1113, \"rank\": 4241, \"rankvar\": 2963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2982, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3597, \"group\": [1112.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCTGGTTCC\", \"ini\": 606, \"clust\": 954, \"rank\": 4430, \"rankvar\": 2878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2983, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3598, \"group\": [953.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGATAGCAT\", \"ini\": 605, \"clust\": 575, \"rank\": 4285, \"rankvar\": 1905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2984, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3599, \"group\": [575.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGACAAGCC\", \"ini\": 604, \"clust\": 509, \"rank\": 4214, \"rankvar\": 4617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2985, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3600, \"group\": [511.0, 78.0, 14.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATTCACT\", \"ini\": 603, \"clust\": 733, \"rank\": 4220, \"rankvar\": 3198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2986, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3601, \"group\": [731.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCGGCGCAT\", \"ini\": 602, \"clust\": 1071, \"rank\": 4269, \"rankvar\": 4430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2987, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3602, \"group\": [1067.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTACCGAT\", \"ini\": 601, \"clust\": 1100, \"rank\": 4341, \"rankvar\": 3609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2988, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3603, \"group\": [1100.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAACTTGAC\", \"ini\": 600, \"clust\": 1162, \"rank\": 4354, \"rankvar\": 2172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2989, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3604, \"group\": [1162.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTGACTCAT\", \"ini\": 599, \"clust\": 1161, \"rank\": 4233, \"rankvar\": 2310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2990, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3605, \"group\": [1161.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACATCTTT\", \"ini\": 598, \"clust\": 886, \"rank\": 4422, \"rankvar\": 1023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2991, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3606, \"group\": [885.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCACTGGC\", \"ini\": 597, \"clust\": 1244, \"rank\": 4207, \"rankvar\": 2022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2992, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3607, \"group\": [1244.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTACACCGC\", \"ini\": 596, \"clust\": 881, \"rank\": 4356, \"rankvar\": 2843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2993, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3608, \"group\": [881.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCAGATAAG\", \"ini\": 595, \"clust\": 701, \"rank\": 4371, \"rankvar\": 1845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2994, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3609, \"group\": [700.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGTAAGG\", \"ini\": 594, \"clust\": 1127, \"rank\": 4337, \"rankvar\": 1208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2995, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3610, \"group\": [1127.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGTGGTAGC\", \"ini\": 593, \"clust\": 1156, \"rank\": 4323, \"rankvar\": 2897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3611, \"group\": [1155.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGTCCTATGTT\", \"ini\": 592, \"clust\": 1194, \"rank\": 4314, \"rankvar\": 3631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2997, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3612, \"group\": [1196.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGCCATT\", \"ini\": 591, \"clust\": 1106, \"rank\": 4392, \"rankvar\": 1861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2998, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3613, \"group\": [1105.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCGCATGGC\", \"ini\": 590, \"clust\": 1013, \"rank\": 4244, \"rankvar\": 4053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3614, \"group\": [1012.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGAAAC\", \"ini\": 589, \"clust\": 667, \"rank\": 4080, \"rankvar\": 3140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3000, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3615, \"group\": [666.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAAGTTGTAGA\", \"ini\": 588, \"clust\": 1139, \"rank\": 4232, \"rankvar\": 3063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3001, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3616, \"group\": [1139.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATTCTTAC\", \"ini\": 587, \"clust\": 1024, \"rank\": 4372, \"rankvar\": 3945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3002, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3617, \"group\": [1019.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTTTGTG\", \"ini\": 586, \"clust\": 1072, \"rank\": 4336, \"rankvar\": 3444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3003, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3618, \"group\": [1068.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAGCATGAG\", \"ini\": 585, \"clust\": 461, \"rank\": 4456, \"rankvar\": 257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3004, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4186, \"group\": [463.0, 74.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGAAACCAT\", \"ini\": 584, \"clust\": 1189, \"rank\": 4344, \"rankvar\": 2227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3005, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3619, \"group\": [1187.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACCCTCA\", \"ini\": 583, \"clust\": 899, \"rank\": 4379, \"rankvar\": 4378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3006, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3620, \"group\": [899.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGTGCGTC\", \"ini\": 582, \"clust\": 748, \"rank\": 4468, \"rankvar\": 2497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3007, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3621, \"group\": [752.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTCCAACTA\", \"ini\": 581, \"clust\": 1258, \"rank\": 4263, \"rankvar\": 2797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3008, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3622, \"group\": [1256.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTAAATGTG\", \"ini\": 580, \"clust\": 1242, \"rank\": 4258, \"rankvar\": 1930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3009, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3623, \"group\": [1242.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGGTGCACA\", \"ini\": 579, \"clust\": 1251, \"rank\": 4135, \"rankvar\": 3535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3010, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3624, \"group\": [1249.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAGTCGATT\", \"ini\": 578, \"clust\": 993, \"rank\": 4357, \"rankvar\": 3378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3011, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3625, \"group\": [994.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAAGGATT\", \"ini\": 577, \"clust\": 1008, \"rank\": 4333, \"rankvar\": 1808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3012, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3626, \"group\": [1007.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTATCAGTC\", \"ini\": 576, \"clust\": 466, \"rank\": 4246, \"rankvar\": 496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3013, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4187, \"group\": [467.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAGGTA\", \"ini\": 575, \"clust\": 125, \"rank\": 4530, \"rankvar\": 4690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3014, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 254, \"group\": [125.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTGTTTGTG\", \"ini\": 574, \"clust\": 3202, \"rank\": 4642, \"rankvar\": 2993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2077, \"group\": [3200.0, 469.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCAGTCAGT\", \"ini\": 573, \"clust\": 1246, \"rank\": 4291, \"rankvar\": 3772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3627, \"group\": [1245.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACGTAAGG\", \"ini\": 572, \"clust\": 1235, \"rank\": 4192, \"rankvar\": 3081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3017, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3628, \"group\": [1235.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTCAGCGC\", \"ini\": 571, \"clust\": 706, \"rank\": 4268, \"rankvar\": 3252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3018, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3629, \"group\": [703.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCCGAGCCA\", \"ini\": 570, \"clust\": 1144, \"rank\": 4302, \"rankvar\": 2435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3019, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3630, \"group\": [1145.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGTCATCCA\", \"ini\": 569, \"clust\": 716, \"rank\": 4352, \"rankvar\": 4421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3020, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3631, \"group\": [715.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGAGGCTAGGT\", \"ini\": 568, \"clust\": 1255, \"rank\": 4168, \"rankvar\": 2586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3021, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3632, \"group\": [1258.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACCGAAAG\", \"ini\": 567, \"clust\": 1015, \"rank\": 4229, \"rankvar\": 2135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3022, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3633, \"group\": [1014.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCTTCGGTC\", \"ini\": 566, \"clust\": 1211, \"rank\": 4409, \"rankvar\": 922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3023, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3634, \"group\": [1213.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGGATGCGT\", \"ini\": 565, \"clust\": 872, \"rank\": 4402, \"rankvar\": 1708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3024, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3635, \"group\": [874.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCACATTCGA\", \"ini\": 564, \"clust\": 120, \"rank\": 4574, \"rankvar\": 4722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3025, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 255, \"group\": [123.0, 26.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCTTTCCTC\", \"ini\": 563, \"clust\": 789, \"rank\": 4518, \"rankvar\": 3839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3026, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3636, \"group\": [788.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCATCCACGTTC\", \"ini\": 562, \"clust\": 1648, \"rank\": 4006, \"rankvar\": 4855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2078, \"group\": [1653.0, 214.0, 39.0, 10.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCAAGAAGAG\", \"ini\": 561, \"clust\": 1220, \"rank\": 4398, \"rankvar\": 3329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3028, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3637, \"group\": [1222.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCAACTGGCC\", \"ini\": 560, \"clust\": 1116, \"rank\": 4219, \"rankvar\": 4291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3029, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3638, \"group\": [1115.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTAATCACC\", \"ini\": 559, \"clust\": 1467, \"rank\": 3977, \"rankvar\": 3384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3030, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4106, \"group\": [1469.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCATGT\", \"ini\": 558, \"clust\": 1022, \"rank\": 4395, \"rankvar\": 1961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3031, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3639, \"group\": [1022.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATATGCA\", \"ini\": 557, \"clust\": 1136, \"rank\": 4288, \"rankvar\": 2338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3032, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3640, \"group\": [1136.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAATACCG\", \"ini\": 556, \"clust\": 1209, \"rank\": 4335, \"rankvar\": 1136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3033, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3641, \"group\": [1208.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTTGCGG\", \"ini\": 555, \"clust\": 780, \"rank\": 4511, \"rankvar\": 1646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3034, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3642, \"group\": [780.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTCGG\", \"ini\": 554, \"clust\": 1216, \"rank\": 4237, \"rankvar\": 4164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3035, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3643, \"group\": [1214.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTTGTATC\", \"ini\": 553, \"clust\": 1208, \"rank\": 4348, \"rankvar\": 2624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3036, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3644, \"group\": [1210.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTATTGGA\", \"ini\": 552, \"clust\": 715, \"rank\": 4324, \"rankvar\": 3841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3037, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3645, \"group\": [714.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTGGAGAA\", \"ini\": 551, \"clust\": 695, \"rank\": 4457, \"rankvar\": 2763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3038, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3646, \"group\": [694.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTATATCCG\", \"ini\": 550, \"clust\": 1157, \"rank\": 4277, \"rankvar\": 3959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3039, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3647, \"group\": [1156.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCAGCATCATC\", \"ini\": 549, \"clust\": 1122, \"rank\": 4485, \"rankvar\": 1811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3040, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3648, \"group\": [1122.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCGCATGGC\", \"ini\": 548, \"clust\": 669, \"rank\": 4294, \"rankvar\": 1971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3041, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3649, \"group\": [669.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCGCCAGCA\", \"ini\": 547, \"clust\": 1300, \"rank\": 4342, \"rankvar\": 4660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3042, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4047, \"group\": [1300.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACATACGCCG\", \"ini\": 546, \"clust\": 1190, \"rank\": 4350, \"rankvar\": 2049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3043, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3650, \"group\": [1188.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGCCCAACC\", \"ini\": 545, \"clust\": 1646, \"rank\": 3907, \"rankvar\": 4453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3044, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4254, \"group\": [1647.0, 212.0, 38.0, 9.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACACAGAGGT\", \"ini\": 544, \"clust\": 1217, \"rank\": 4283, \"rankvar\": 4239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3045, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3651, \"group\": [1215.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGAGTGTG\", \"ini\": 543, \"clust\": 684, \"rank\": 4157, \"rankvar\": 3693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3046, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3652, \"group\": [686.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTTCCGCAGTG\", \"ini\": 542, \"clust\": 1163, \"rank\": 4338, \"rankvar\": 2500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3047, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3653, \"group\": [1163.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGAGGACGG\", \"ini\": 541, \"clust\": 1291, \"rank\": 4210, \"rankvar\": 4429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3048, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4048, \"group\": [1293.0, 131.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGACATC\", \"ini\": 540, \"clust\": 1030, \"rank\": 4498, \"rankvar\": 1685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3049, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3654, \"group\": [1028.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAGGGTAC\", \"ini\": 539, \"clust\": 786, \"rank\": 4378, \"rankvar\": 4217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3050, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3655, \"group\": [784.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACAAGCCC\", \"ini\": 538, \"clust\": 723, \"rank\": 4383, \"rankvar\": 4066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3051, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3656, \"group\": [722.0, 110.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGCCATAG\", \"ini\": 537, \"clust\": 685, \"rank\": 4226, \"rankvar\": 3732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3052, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3657, \"group\": [684.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGAGGGAACGG\", \"ini\": 536, \"clust\": 1054, \"rank\": 4362, \"rankvar\": 2092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3053, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3658, \"group\": [1052.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCCAAATGC\", \"ini\": 535, \"clust\": 1293, \"rank\": 4361, \"rankvar\": 4031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3054, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4049, \"group\": [1292.0, 131.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCGTGAGT\", \"ini\": 534, \"clust\": 987, \"rank\": 4180, \"rankvar\": 2128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3055, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3659, \"group\": [991.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCCACT\", \"ini\": 533, \"clust\": 717, \"rank\": 4450, \"rankvar\": 4190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3056, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3660, \"group\": [716.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGTCCTC\", \"ini\": 532, \"clust\": 4156, \"rank\": 4891, \"rankvar\": 5032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3057, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 188, \"group\": [4153.0, 786.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATAACGA\", \"ini\": 531, \"clust\": 1331, \"rank\": 4309, \"rankvar\": 4490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3058, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4050, \"group\": [1329.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGCTTCT\", \"ini\": 530, \"clust\": 1309, \"rank\": 4363, \"rankvar\": 3107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3059, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4051, \"group\": [1309.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCCGGCACA\", \"ini\": 529, \"clust\": 798, \"rank\": 4455, \"rankvar\": 1541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3060, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3661, \"group\": [795.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAAAGCGGT\", \"ini\": 528, \"clust\": 1282, \"rank\": 4184, \"rankvar\": 4267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3061, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3662, \"group\": [1279.0, 127.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTAAGTAC\", \"ini\": 527, \"clust\": 1192, \"rank\": 4370, \"rankvar\": 2981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3062, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3663, \"group\": [1192.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTAACCCT\", \"ini\": 526, \"clust\": 1140, \"rank\": 4306, \"rankvar\": 1561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3063, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3664, \"group\": [1142.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTGAGTTC\", \"ini\": 525, \"clust\": 3186, \"rank\": 4743, \"rankvar\": 1611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2079, \"group\": [3186.0, 466.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCGCCTCA\", \"ini\": 524, \"clust\": 1266, \"rank\": 4264, \"rankvar\": 2250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3065, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3665, \"group\": [1265.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTAATAGCA\", \"ini\": 523, \"clust\": 1197, \"rank\": 4394, \"rankvar\": 2957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3066, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3666, \"group\": [1197.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTAGCCTAT\", \"ini\": 522, \"clust\": 994, \"rank\": 4476, \"rankvar\": 2241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3067, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3667, \"group\": [992.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTTACGGAG\", \"ini\": 521, \"clust\": 875, \"rank\": 4474, \"rankvar\": 1496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3068, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3668, \"group\": [875.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTCTGTCG\", \"ini\": 520, \"clust\": 1210, \"rank\": 4328, \"rankvar\": 3146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3069, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3669, \"group\": [1209.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGCCAACAG\", \"ini\": 519, \"clust\": 1479, \"rank\": 4074, \"rankvar\": 4679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3070, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4052, \"group\": [1478.0, 142.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAGTCCCTACT\", \"ini\": 518, \"clust\": 815, \"rank\": 4635, \"rankvar\": 1833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3071, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3670, \"group\": [817.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGACAAAGG\", \"ini\": 517, \"clust\": 724, \"rank\": 4458, \"rankvar\": 3301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3671, \"group\": [726.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTGAGTTC\", \"ini\": 516, \"clust\": 4158, \"rank\": 4934, \"rankvar\": 5212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3073, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 189, \"group\": [4155.0, 786.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTGCTTG\", \"ini\": 515, \"clust\": 1196, \"rank\": 4346, \"rankvar\": 3735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3074, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3672, \"group\": [1195.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTATGCGT\", \"ini\": 514, \"clust\": 956, \"rank\": 4482, \"rankvar\": 2485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3075, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3673, \"group\": [965.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTGTAGAGTGC\", \"ini\": 513, \"clust\": 688, \"rank\": 4399, \"rankvar\": 3727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3076, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3674, \"group\": [688.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACTGAAGG\", \"ini\": 512, \"clust\": 1099, \"rank\": 4376, \"rankvar\": 3426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3077, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3675, \"group\": [1098.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCAGAGCAATT\", \"ini\": 511, \"clust\": 772, \"rank\": 4470, \"rankvar\": 3115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3078, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3676, \"group\": [772.0, 114.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTAAGTGTA\", \"ini\": 510, \"clust\": 910, \"rank\": 4385, \"rankvar\": 3806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3079, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3677, \"group\": [910.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCTTGTCC\", \"ini\": 509, \"clust\": 1050, \"rank\": 4427, \"rankvar\": 1215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3080, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3678, \"group\": [1049.0, 120.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTTGTACAC\", \"ini\": 508, \"clust\": 995, \"rank\": 4434, \"rankvar\": 2618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3081, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3679, \"group\": [993.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCAGGACA\", \"ini\": 507, \"clust\": 873, \"rank\": 4463, \"rankvar\": 1593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3680, \"group\": [872.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCCGTCAG\", \"ini\": 506, \"clust\": 1027, \"rank\": 4516, \"rankvar\": 2416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3083, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3681, \"group\": [1026.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACAGCCCA\", \"ini\": 505, \"clust\": 988, \"rank\": 4279, \"rankvar\": 3605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3084, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3682, \"group\": [990.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACAGGAATCG\", \"ini\": 504, \"clust\": 1173, \"rank\": 4316, \"rankvar\": 3721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3085, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3683, \"group\": [1173.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTATCCGA\", \"ini\": 503, \"clust\": 1143, \"rank\": 4249, \"rankvar\": 3528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3684, \"group\": [1146.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTCTCATT\", \"ini\": 502, \"clust\": 1075, \"rank\": 4320, \"rankvar\": 3679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3087, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3685, \"group\": [1073.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGAACAACT\", \"ini\": 501, \"clust\": 720, \"rank\": 4390, \"rankvar\": 4327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3088, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3686, \"group\": [718.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGGTGTTA\", \"ini\": 500, \"clust\": 731, \"rank\": 4431, \"rankvar\": 3928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3089, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3687, \"group\": [732.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAATTCCTT\", \"ini\": 499, \"clust\": 1215, \"rank\": 4375, \"rankvar\": 3766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3688, \"group\": [1216.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGATGAGAG\", \"ini\": 498, \"clust\": 3333, \"rank\": 4737, \"rankvar\": 4155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3091, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2828, \"group\": [3333.0, 511.0, 77.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTTCGTCTC\", \"ini\": 497, \"clust\": 1025, \"rank\": 4517, \"rankvar\": 3419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3092, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3689, \"group\": [1020.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGAGGGATA\", \"ini\": 496, \"clust\": 1137, \"rank\": 4401, \"rankvar\": 2848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3093, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3690, \"group\": [1137.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTGGACGAT\", \"ini\": 495, \"clust\": 758, \"rank\": 4393, \"rankvar\": 3957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3094, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3691, \"group\": [756.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGGTGCCT\", \"ini\": 494, \"clust\": 1296, \"rank\": 4415, \"rankvar\": 2949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3095, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4053, \"group\": [1298.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCGCCAAAT\", \"ini\": 493, \"clust\": 578, \"rank\": 4235, \"rankvar\": 3090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3096, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3692, \"group\": [578.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGGTGGAT\", \"ini\": 492, \"clust\": 1094, \"rank\": 4462, \"rankvar\": 3669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3097, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3693, \"group\": [1096.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTTGAGTTC\", \"ini\": 491, \"clust\": 1236, \"rank\": 4221, \"rankvar\": 3379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3098, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3694, \"group\": [1236.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCAAGAAGT\", \"ini\": 490, \"clust\": 1056, \"rank\": 4420, \"rankvar\": 4296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3099, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3695, \"group\": [1057.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCACGTGAGA\", \"ini\": 489, \"clust\": 1016, \"rank\": 4359, \"rankvar\": 3177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3100, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3696, \"group\": [1015.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGTCGATAA\", \"ini\": 488, \"clust\": 1212, \"rank\": 4495, \"rankvar\": 3248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3101, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3697, \"group\": [1211.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACCCATGG\", \"ini\": 487, \"clust\": 1019, \"rank\": 4386, \"rankvar\": 3474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3698, \"group\": [1025.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCATGTTCCC\", \"ini\": 486, \"clust\": 1287, \"rank\": 4452, \"rankvar\": 3470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3103, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3699, \"group\": [1286.0, 128.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCCACCCAGTG\", \"ini\": 485, \"clust\": 774, \"rank\": 4507, \"rankvar\": 805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3104, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3700, \"group\": [773.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGACTCGGA\", \"ini\": 484, \"clust\": 1214, \"rank\": 4334, \"rankvar\": 1995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3105, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3701, \"group\": [1219.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTGTTAG\", \"ini\": 483, \"clust\": 718, \"rank\": 4503, \"rankvar\": 3944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3106, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3702, \"group\": [719.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGCAGGCTA\", \"ini\": 482, \"clust\": 1336, \"rank\": 4524, \"rankvar\": 4363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3107, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4054, \"group\": [1339.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCACCT\", \"ini\": 481, \"clust\": 1128, \"rank\": 4472, \"rankvar\": 2953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3108, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3703, \"group\": [1130.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCAGTTCGA\", \"ini\": 480, \"clust\": 913, \"rank\": 4478, \"rankvar\": 2147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3109, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3704, \"group\": [913.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGAGGTACC\", \"ini\": 479, \"clust\": 1252, \"rank\": 4273, \"rankvar\": 4259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3110, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3705, \"group\": [1253.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTAGTGAAT\", \"ini\": 478, \"clust\": 682, \"rank\": 4312, \"rankvar\": 3104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3111, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3706, \"group\": [682.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAGCTGTT\", \"ini\": 477, \"clust\": 985, \"rank\": 4366, \"rankvar\": 2827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3707, \"group\": [984.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCACAGATGAGC\", \"ini\": 476, \"clust\": 1187, \"rank\": 4442, \"rankvar\": 2176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3708, \"group\": [1190.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCTCACATT\", \"ini\": 475, \"clust\": 1219, \"rank\": 4471, \"rankvar\": 4356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3114, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3709, \"group\": [1218.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACCATGTA\", \"ini\": 474, \"clust\": 1270, \"rank\": 4243, \"rankvar\": 4665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3115, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4055, \"group\": [1475.0, 141.0, 19.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCATGTCCC\", \"ini\": 473, \"clust\": 882, \"rank\": 4479, \"rankvar\": 2800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3116, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3710, \"group\": [882.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCGCCAGCA\", \"ini\": 472, \"clust\": 703, \"rank\": 4411, \"rankvar\": 2636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3117, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3711, \"group\": [705.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGGACGTA\", \"ini\": 471, \"clust\": 891, \"rank\": 4451, \"rankvar\": 3077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3118, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3712, \"group\": [890.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTAGAGCTG\", \"ini\": 470, \"clust\": 792, \"rank\": 4573, \"rankvar\": 2726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3119, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3713, \"group\": [790.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCTAACTGG\", \"ini\": 469, \"clust\": 961, \"rank\": 4480, \"rankvar\": 3002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3714, \"group\": [961.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGACCGGAT\", \"ini\": 468, \"clust\": 868, \"rank\": 4448, \"rankvar\": 795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3121, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3715, \"group\": [867.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTATTCTC\", \"ini\": 467, \"clust\": 869, \"rank\": 4436, \"rankvar\": 2124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3122, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3716, \"group\": [868.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGGGATCTG\", \"ini\": 466, \"clust\": 1339, \"rank\": 4528, \"rankvar\": 3811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3123, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4056, \"group\": [1337.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGAGGGAG\", \"ini\": 465, \"clust\": 1247, \"rank\": 4360, \"rankvar\": 3738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3124, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3717, \"group\": [1246.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACTTAACG\", \"ini\": 464, \"clust\": 660, \"rank\": 4407, \"rankvar\": 4046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3125, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3718, \"group\": [661.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTTAAGATG\", \"ini\": 463, \"clust\": 1101, \"rank\": 4426, \"rankvar\": 3124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3126, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3719, \"group\": [1101.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTAGCGTCC\", \"ini\": 462, \"clust\": 975, \"rank\": 4228, \"rankvar\": 4298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3127, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3720, \"group\": [974.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCATCCTAGA\", \"ini\": 461, \"clust\": 902, \"rank\": 4623, \"rankvar\": 4750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3128, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3721, \"group\": [902.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCTTGGTC\", \"ini\": 460, \"clust\": 734, \"rank\": 4424, \"rankvar\": 1255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3129, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3722, \"group\": [735.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGACA\", \"ini\": 459, \"clust\": 4153, \"rank\": 4851, \"rankvar\": 5191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2080, \"group\": [4149.0, 785.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAGACACTT\", \"ini\": 458, \"clust\": 812, \"rank\": 4615, \"rankvar\": 672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3131, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3723, \"group\": [812.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTGGTGTAG\", \"ini\": 457, \"clust\": 1285, \"rank\": 4439, \"rankvar\": 3659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3132, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3724, \"group\": [1283.0, 128.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTAGAAGGA\", \"ini\": 456, \"clust\": 906, \"rank\": 4490, \"rankvar\": 2356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3133, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3725, \"group\": [906.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCAGGCTCAC\", \"ini\": 455, \"clust\": 957, \"rank\": 4554, \"rankvar\": 806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3134, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3726, \"group\": [958.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTGTCCGT\", \"ini\": 454, \"clust\": 574, \"rank\": 4433, \"rankvar\": 1555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3135, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3727, \"group\": [582.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCAATAAGG\", \"ini\": 453, \"clust\": 958, \"rank\": 4522, \"rankvar\": 497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3136, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3728, \"group\": [956.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAGTCGACTAT\", \"ini\": 452, \"clust\": 3390, \"rank\": 4828, \"rankvar\": 4240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2081, \"group\": [3398.0, 541.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCACAGTAC\", \"ini\": 451, \"clust\": 1237, \"rank\": 4441, \"rankvar\": 2393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3138, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3729, \"group\": [1237.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATGCCAG\", \"ini\": 450, \"clust\": 495, \"rank\": 4425, \"rankvar\": 575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3139, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4188, \"group\": [496.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGATGTGG\", \"ini\": 449, \"clust\": 1141, \"rank\": 4419, \"rankvar\": 3299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3140, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3730, \"group\": [1140.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACTGTCGG\", \"ini\": 448, \"clust\": 948, \"rank\": 4477, \"rankvar\": 1987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3141, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3731, \"group\": [948.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCGCCAAAT\", \"ini\": 447, \"clust\": 1028, \"rank\": 4595, \"rankvar\": 1461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3142, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3732, \"group\": [1027.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCACCCTATC\", \"ini\": 446, \"clust\": 1332, \"rank\": 4499, \"rankvar\": 4491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3143, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4057, \"group\": [1327.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGAGCCAA\", \"ini\": 445, \"clust\": 1224, \"rank\": 4502, \"rankvar\": 3751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3144, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3733, \"group\": [1224.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTACCGCTG\", \"ini\": 444, \"clust\": 1283, \"rank\": 4412, \"rankvar\": 4321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3145, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3734, \"group\": [1280.0, 127.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACATTTGCTT\", \"ini\": 443, \"clust\": 1342, \"rank\": 4558, \"rankvar\": 4463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3146, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4058, \"group\": [1340.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTGTACC\", \"ini\": 442, \"clust\": 794, \"rank\": 4570, \"rankvar\": 4134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3147, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3735, \"group\": [792.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATTGCGA\", \"ini\": 441, \"clust\": 790, \"rank\": 4590, \"rankvar\": 2299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3736, \"group\": [793.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTGTACCAGTT\", \"ini\": 440, \"clust\": 1200, \"rank\": 4475, \"rankvar\": 3473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3149, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3737, \"group\": [1200.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGCTACCGC\", \"ini\": 439, \"clust\": 937, \"rank\": 4568, \"rankvar\": 3148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3150, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3738, \"group\": [938.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGAGGGTT\", \"ini\": 438, \"clust\": 1207, \"rank\": 4531, \"rankvar\": 3478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3151, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3739, \"group\": [1206.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTAGAAAGG\", \"ini\": 437, \"clust\": 894, \"rank\": 4506, \"rankvar\": 2680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3152, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3740, \"group\": [893.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGACTAGAT\", \"ini\": 436, \"clust\": 661, \"rank\": 4440, \"rankvar\": 3989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3153, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3741, \"group\": [659.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTACGCCC\", \"ini\": 435, \"clust\": 467, \"rank\": 4406, \"rankvar\": 1303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3154, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4189, \"group\": [465.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCGAGGTAG\", \"ini\": 434, \"clust\": 1480, \"rank\": 4125, \"rankvar\": 4782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3155, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4059, \"group\": [1479.0, 142.0, 20.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCGAACC\", \"ini\": 433, \"clust\": 933, \"rank\": 4597, \"rankvar\": 2125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3742, \"group\": [934.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTACGACT\", \"ini\": 432, \"clust\": 1312, \"rank\": 4578, \"rankvar\": 4437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3157, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4060, \"group\": [1311.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCAGGCGAA\", \"ini\": 431, \"clust\": 1029, \"rank\": 4647, \"rankvar\": 2010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3158, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3743, \"group\": [1030.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGTTAGCGG\", \"ini\": 430, \"clust\": 804, \"rank\": 4678, \"rankvar\": 2540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3159, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3744, \"group\": [802.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGCTGAAAT\", \"ini\": 429, \"clust\": 1313, \"rank\": 4491, \"rankvar\": 3722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3160, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4061, \"group\": [1312.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCAGGGTATG\", \"ini\": 428, \"clust\": 3188, \"rank\": 4804, \"rankvar\": 1750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2082, \"group\": [3192.0, 467.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCATACTG\", \"ini\": 427, \"clust\": 979, \"rank\": 4400, \"rankvar\": 3533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3162, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3745, \"group\": [979.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCTGCCAG\", \"ini\": 426, \"clust\": 888, \"rank\": 4550, \"rankvar\": 650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3163, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3746, \"group\": [887.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTGCCTTGG\", \"ini\": 425, \"clust\": 1288, \"rank\": 4510, \"rankvar\": 4209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3164, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4062, \"group\": [1287.0, 128.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGCACACAG\", \"ini\": 424, \"clust\": 1314, \"rank\": 4421, \"rankvar\": 4328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3165, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4063, \"group\": [1317.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCTGATACG\", \"ini\": 423, \"clust\": 1023, \"rank\": 4540, \"rankvar\": 2766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3166, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3747, \"group\": [1021.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGTCATC\", \"ini\": 422, \"clust\": 1000, \"rank\": 4492, \"rankvar\": 3859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3167, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3748, \"group\": [999.0, 117.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCGGATGTT\", \"ini\": 421, \"clust\": 842, \"rank\": 4547, \"rankvar\": 3302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3168, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3749, \"group\": [844.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGAGGTAGA\", \"ini\": 420, \"clust\": 1349, \"rank\": 4643, \"rankvar\": 2934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3169, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4064, \"group\": [1349.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGACAAGCC\", \"ini\": 419, \"clust\": 1344, \"rank\": 4619, \"rankvar\": 4156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3170, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4065, \"group\": [1343.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCATACAGCT\", \"ini\": 418, \"clust\": 1468, \"rank\": 4310, \"rankvar\": 3521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3171, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4107, \"group\": [1468.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACAGTTC\", \"ini\": 417, \"clust\": 1203, \"rank\": 4515, \"rankvar\": 1583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3750, \"group\": [1201.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGTTTGCGT\", \"ini\": 416, \"clust\": 1134, \"rank\": 4391, \"rankvar\": 2517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3173, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3751, \"group\": [1134.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGTAG\", \"ini\": 415, \"clust\": 940, \"rank\": 4629, \"rankvar\": 3784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3174, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3752, \"group\": [939.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACACTGTTAG\", \"ini\": 414, \"clust\": 1321, \"rank\": 4447, \"rankvar\": 4471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3175, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4066, \"group\": [1321.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCTCA\", \"ini\": 413, \"clust\": 1130, \"rank\": 4560, \"rankvar\": 1149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3176, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3753, \"group\": [1129.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGATCGATA\", \"ini\": 412, \"clust\": 1286, \"rank\": 4519, \"rankvar\": 3048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3177, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3754, \"group\": [1284.0, 128.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCTAAACC\", \"ini\": 411, \"clust\": 1327, \"rank\": 4494, \"rankvar\": 4389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3178, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4067, \"group\": [1333.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTAGCGC\", \"ini\": 410, \"clust\": 878, \"rank\": 4586, \"rankvar\": 1721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3179, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3755, \"group\": [877.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCATGTTCCC\", \"ini\": 409, \"clust\": 892, \"rank\": 4541, \"rankvar\": 3033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3756, \"group\": [891.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGCACTTAAGC\", \"ini\": 408, \"clust\": 768, \"rank\": 4585, \"rankvar\": 4292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3757, \"group\": [770.0, 113.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATATGCTG\", \"ini\": 407, \"clust\": 782, \"rank\": 4608, \"rankvar\": 2731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3182, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3758, \"group\": [782.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTACAGCAG\", \"ini\": 406, \"clust\": 1020, \"rank\": 4654, \"rankvar\": 2195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3183, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3759, \"group\": [1024.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCATAACCG\", \"ini\": 405, \"clust\": 459, \"rank\": 4369, \"rankvar\": 4198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3184, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4190, \"group\": [507.0, 76.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGGCACTA\", \"ini\": 404, \"clust\": 1135, \"rank\": 4445, \"rankvar\": 1777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3185, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3760, \"group\": [1135.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTGTAAGGGCT\", \"ini\": 403, \"clust\": 754, \"rank\": 4486, \"rankvar\": 3352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3186, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3761, \"group\": [754.0, 112.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCTTAATC\", \"ini\": 402, \"clust\": 900, \"rank\": 4584, \"rankvar\": 4086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3187, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3762, \"group\": [900.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGTTGGC\", \"ini\": 401, \"clust\": 653, \"rank\": 4339, \"rankvar\": 2802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3188, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3763, \"group\": [651.0, 106.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGAATTGTG\", \"ini\": 400, \"clust\": 1298, \"rank\": 4484, \"rankvar\": 4673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3189, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4068, \"group\": [1297.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGGCATTGG\", \"ini\": 399, \"clust\": 938, \"rank\": 4616, \"rankvar\": 2001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3190, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3764, \"group\": [936.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTACCGAGA\", \"ini\": 398, \"clust\": 1626, \"rank\": 4252, \"rankvar\": 3805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3191, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4191, \"group\": [1626.0, 195.0, 32.0, 8.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACGGTAAG\", \"ini\": 397, \"clust\": 955, \"rank\": 4607, \"rankvar\": 3347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3192, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3765, \"group\": [954.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCGTCATC\", \"ini\": 396, \"clust\": 1018, \"rank\": 4525, \"rankvar\": 3111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3193, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3766, \"group\": [1018.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTCAGATAA\", \"ini\": 395, \"clust\": 962, \"rank\": 4556, \"rankvar\": 3277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3194, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3767, \"group\": [959.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGGGAACGG\", \"ini\": 394, \"clust\": 709, \"rank\": 4580, \"rankvar\": 4076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3195, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4069, \"group\": [707.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCATCCGGGT\", \"ini\": 393, \"clust\": 951, \"rank\": 4631, \"rankvar\": 2984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3196, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3768, \"group\": [950.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGAGTGACC\", \"ini\": 392, \"clust\": 1193, \"rank\": 4537, \"rankvar\": 2146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3769, \"group\": [1193.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATAGCTGATAA\", \"ini\": 391, \"clust\": 949, \"rank\": 4496, \"rankvar\": 2710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3198, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3770, \"group\": [949.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTATGCGT\", \"ini\": 390, \"clust\": 1118, \"rank\": 4403, \"rankvar\": 3643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3199, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3771, \"group\": [1117.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCACCAGCAC\", \"ini\": 389, \"clust\": 941, \"rank\": 4626, \"rankvar\": 1525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3772, \"group\": [940.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTCGCATAT\", \"ini\": 388, \"clust\": 1174, \"rank\": 4435, \"rankvar\": 2511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3201, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3773, \"group\": [1174.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTCTGGC\", \"ini\": 387, \"clust\": 799, \"rank\": 4650, \"rankvar\": 1340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3202, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3774, \"group\": [796.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTGCGTAA\", \"ini\": 386, \"clust\": 1238, \"rank\": 4469, \"rankvar\": 3477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3203, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3775, \"group\": [1238.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCCATTCTA\", \"ini\": 385, \"clust\": 1048, \"rank\": 4564, \"rankvar\": 2596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3204, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3776, \"group\": [1050.0, 120.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATGTTCCC\", \"ini\": 384, \"clust\": 934, \"rank\": 4695, \"rankvar\": 1882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3205, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3777, \"group\": [933.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGTGCCTG\", \"ini\": 383, \"clust\": 818, \"rank\": 4712, \"rankvar\": 2523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3206, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3778, \"group\": [820.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGTAGCCGA\", \"ini\": 382, \"clust\": 1014, \"rank\": 4526, \"rankvar\": 2988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3207, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3779, \"group\": [1016.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGGGTCA\", \"ini\": 381, \"clust\": 942, \"rank\": 4603, \"rankvar\": 2294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3208, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3780, \"group\": [942.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCACGGTTA\", \"ini\": 380, \"clust\": 388, \"rank\": 4563, \"rankvar\": 553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3209, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4255, \"group\": [387.0, 59.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCGTTTATC\", \"ini\": 379, \"clust\": 409, \"rank\": 4365, \"rankvar\": 2469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3210, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4256, \"group\": [410.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCAGTATCTCG\", \"ini\": 378, \"clust\": 1125, \"rank\": 4546, \"rankvar\": 2713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3211, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3781, \"group\": [1125.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCTTGCATT\", \"ini\": 377, \"clust\": 696, \"rank\": 4692, \"rankvar\": 3897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3212, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3782, \"group\": [695.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGTACGTTC\", \"ini\": 376, \"clust\": 1191, \"rank\": 4555, \"rankvar\": 3042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3213, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3783, \"group\": [1189.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTACCGAT\", \"ini\": 375, \"clust\": 781, \"rank\": 4764, \"rankvar\": 2906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3214, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3784, \"group\": [781.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGCATGGATGG\", \"ini\": 374, \"clust\": 747, \"rank\": 4539, \"rankvar\": 3546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3215, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3785, \"group\": [747.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAGCAGTTT\", \"ini\": 373, \"clust\": 710, \"rank\": 4587, \"rankvar\": 2820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4070, \"group\": [708.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGTTACCCA\", \"ini\": 372, \"clust\": 1198, \"rank\": 4520, \"rankvar\": 3846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3217, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3786, \"group\": [1198.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGAATCTCC\", \"ini\": 371, \"clust\": 679, \"rank\": 4562, \"rankvar\": 3893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3218, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3787, \"group\": [679.0, 108.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGTACGATA\", \"ini\": 370, \"clust\": 834, \"rank\": 4652, \"rankvar\": 1206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3219, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3788, \"group\": [835.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCCAACGG\", \"ini\": 369, \"clust\": 808, \"rank\": 4751, \"rankvar\": 973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3220, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3789, \"group\": [810.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCTCCAATGGT\", \"ini\": 368, \"clust\": 576, \"rank\": 4483, \"rankvar\": 3432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3790, \"group\": [576.0, 95.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACTATTC\", \"ini\": 367, \"clust\": 1114, \"rank\": 4571, \"rankvar\": 2904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3222, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3791, \"group\": [1116.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGTGGTCCC\", \"ini\": 366, \"clust\": 806, \"rank\": 4817, \"rankvar\": 931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3223, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3792, \"group\": [806.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGGCACA\", \"ini\": 365, \"clust\": 796, \"rank\": 4669, \"rankvar\": 1608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3224, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3793, \"group\": [798.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGTTGTCGT\", \"ini\": 364, \"clust\": 505, \"rank\": 4467, \"rankvar\": 4009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3225, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4192, \"group\": [505.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTACCAGTT\", \"ini\": 363, \"clust\": 712, \"rank\": 4604, \"rankvar\": 1690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3226, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3794, \"group\": [709.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAACAATC\", \"ini\": 362, \"clust\": 506, \"rank\": 4449, \"rankvar\": 3284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3227, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4193, \"group\": [503.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCTTTCTC\", \"ini\": 361, \"clust\": 662, \"rank\": 4557, \"rankvar\": 3498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3228, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3795, \"group\": [660.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTAGGGTG\", \"ini\": 360, \"clust\": 694, \"rank\": 4589, \"rankvar\": 3269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3229, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3796, \"group\": [696.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCTCTCGT\", \"ini\": 359, \"clust\": 1301, \"rank\": 4567, \"rankvar\": 3872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3230, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4071, \"group\": [1301.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCAAACTC\", \"ini\": 358, \"clust\": 829, \"rank\": 4682, \"rankvar\": 787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3231, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3797, \"group\": [832.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTTCAT\", \"ini\": 357, \"clust\": 916, \"rank\": 4628, \"rankvar\": 3629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3232, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3798, \"group\": [914.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGACAGCC\", \"ini\": 356, \"clust\": 827, \"rank\": 4606, \"rankvar\": 1473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3233, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3799, \"group\": [827.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGCGTTTC\", \"ini\": 355, \"clust\": 876, \"rank\": 4613, \"rankvar\": 2961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3234, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3800, \"group\": [876.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCACTGGC\", \"ini\": 354, \"clust\": 683, \"rank\": 4481, \"rankvar\": 2486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3235, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3801, \"group\": [683.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTTATGCGT\", \"ini\": 353, \"clust\": 1470, \"rank\": 4271, \"rankvar\": 4135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3236, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4108, \"group\": [1465.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTTCCACA\", \"ini\": 352, \"clust\": 926, \"rank\": 4665, \"rankvar\": 3655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3802, \"group\": [926.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGTGAGTG\", \"ini\": 351, \"clust\": 752, \"rank\": 4565, \"rankvar\": 2983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3238, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3803, \"group\": [749.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCAGGTTCA\", \"ini\": 350, \"clust\": 778, \"rank\": 4687, \"rankvar\": 2235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3239, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3804, \"group\": [778.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCGCTTG\", \"ini\": 349, \"clust\": 963, \"rank\": 4637, \"rankvar\": 2405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3240, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3805, \"group\": [960.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTATTAGCC\", \"ini\": 348, \"clust\": 831, \"rank\": 4711, \"rankvar\": 1045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3241, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3806, \"group\": [829.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAAGCGGT\", \"ini\": 347, \"clust\": 843, \"rank\": 4627, \"rankvar\": 3428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3242, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3807, \"group\": [842.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCAACTGCTA\", \"ini\": 346, \"clust\": 939, \"rank\": 4727, \"rankvar\": 2074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3243, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3808, \"group\": [937.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCATTTGCTT\", \"ini\": 345, \"clust\": 1472, \"rank\": 4276, \"rankvar\": 4700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3809, \"group\": [1472.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGCTTCGCG\", \"ini\": 344, \"clust\": 877, \"rank\": 4699, \"rankvar\": 1079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3245, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3810, \"group\": [879.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGAAGGCCT\", \"ini\": 343, \"clust\": 1119, \"rank\": 4473, \"rankvar\": 4330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3811, \"group\": [1118.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGGTCTCGTTC\", \"ini\": 342, \"clust\": 953, \"rank\": 4636, \"rankvar\": 3505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3247, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3812, \"group\": [955.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTCCACT\", \"ini\": 341, \"clust\": 1303, \"rank\": 4552, \"rankvar\": 4226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4072, \"group\": [1306.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCAAGGCTCC\", \"ini\": 340, \"clust\": 1031, \"rank\": 4706, \"rankvar\": 1938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3813, \"group\": [1029.0, 118.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAAGGAG\", \"ini\": 339, \"clust\": 499, \"rank\": 4544, \"rankvar\": 1102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3250, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4194, \"group\": [497.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTAAGATG\", \"ini\": 338, \"clust\": 1204, \"rank\": 4639, \"rankvar\": 1829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3814, \"group\": [1202.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCATCCGCGA\", \"ini\": 337, \"clust\": 453, \"rank\": 4529, \"rankvar\": 2570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3252, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4195, \"group\": [508.0, 77.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTTGGAGGT\", \"ini\": 336, \"clust\": 502, \"rank\": 4600, \"rankvar\": 1915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3253, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4196, \"group\": [501.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGGAGC\", \"ini\": 335, \"clust\": 1346, \"rank\": 4779, \"rankvar\": 4314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3254, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4073, \"group\": [1345.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGTAGGCCA\", \"ini\": 334, \"clust\": 908, \"rank\": 4710, \"rankvar\": 4385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3815, \"group\": [908.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTGGGAT\", \"ini\": 333, \"clust\": 946, \"rank\": 4601, \"rankvar\": 3167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3256, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3816, \"group\": [946.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGCATGGC\", \"ini\": 332, \"clust\": 959, \"rank\": 4707, \"rankvar\": 1024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3817, \"group\": [957.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCGCTTGTC\", \"ini\": 331, \"clust\": 481, \"rank\": 4679, \"rankvar\": 4446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3258, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4197, \"group\": [506.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCGATATA\", \"ini\": 330, \"clust\": 797, \"rank\": 4693, \"rankvar\": 1175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3259, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3818, \"group\": [797.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTGACGTT\", \"ini\": 329, \"clust\": 809, \"rank\": 4845, \"rankvar\": 2657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3260, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3819, \"group\": [808.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTGGAGCC\", \"ini\": 328, \"clust\": 1310, \"rank\": 4561, \"rankvar\": 3849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4074, \"group\": [1310.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACACATTCGA\", \"ini\": 327, \"clust\": 775, \"rank\": 4664, \"rankvar\": 1413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3262, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3820, \"group\": [774.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGTGGTAAT\", \"ini\": 326, \"clust\": 497, \"rank\": 4588, \"rankvar\": 1162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3263, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4198, \"group\": [493.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGTTCGA\", \"ini\": 325, \"clust\": 1473, \"rank\": 4437, \"rankvar\": 4568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3264, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4109, \"group\": [1470.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACACCGCTAG\", \"ini\": 324, \"clust\": 932, \"rank\": 4758, \"rankvar\": 2145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3265, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3821, \"group\": [935.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACAGTTCCCT\", \"ini\": 323, \"clust\": 1201, \"rank\": 4655, \"rankvar\": 3896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3266, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3822, \"group\": [1204.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGCTGAACG\", \"ini\": 322, \"clust\": 850, \"rank\": 4685, \"rankvar\": 3191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3267, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3823, \"group\": [853.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCAGCTCGG\", \"ini\": 321, \"clust\": 686, \"rank\": 4549, \"rankvar\": 3503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3268, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3824, \"group\": [685.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTGCTCCT\", \"ini\": 320, \"clust\": 944, \"rank\": 4718, \"rankvar\": 2281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3269, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3825, \"group\": [944.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTGACTCAT\", \"ini\": 319, \"clust\": 927, \"rank\": 4681, \"rankvar\": 1515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3270, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3826, \"group\": [927.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGTGTTTGC\", \"ini\": 318, \"clust\": 435, \"rank\": 4459, \"rankvar\": 2443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3271, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4257, \"group\": [436.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCAAAGCG\", \"ini\": 317, \"clust\": 960, \"rank\": 4649, \"rankvar\": 3810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3272, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3827, \"group\": [962.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGTTCGATC\", \"ini\": 316, \"clust\": 464, \"rank\": 4762, \"rankvar\": 47, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3273, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4199, \"group\": [461.0, 74.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCACTCCTG\", \"ini\": 315, \"clust\": 1304, \"rank\": 4577, \"rankvar\": 4182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3274, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4075, \"group\": [1305.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTCACACGC\", \"ini\": 314, \"clust\": 654, \"rank\": 4624, \"rankvar\": 1388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3275, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3828, \"group\": [656.0, 107.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGAAGGACA\", \"ini\": 313, \"clust\": 1319, \"rank\": 4513, \"rankvar\": 4577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4076, \"group\": [1319.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCATATCG\", \"ini\": 312, \"clust\": 1474, \"rank\": 4551, \"rankvar\": 3447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3277, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4110, \"group\": [1471.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACTCTGTC\", \"ini\": 311, \"clust\": 833, \"rank\": 4747, \"rankvar\": 791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3278, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3829, \"group\": [841.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGAGCTACCTA\", \"ini\": 310, \"clust\": 3185, \"rank\": 4923, \"rankvar\": 3992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2083, \"group\": [3188.0, 466.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCGTTATGTGC\", \"ini\": 309, \"clust\": 445, \"rank\": 4620, \"rankvar\": 1837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3280, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3830, \"group\": [446.0, 69.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAATGCCAT\", \"ini\": 308, \"clust\": 844, \"rank\": 4680, \"rankvar\": 3143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3281, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3831, \"group\": [843.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCTCATTCA\", \"ini\": 307, \"clust\": 907, \"rank\": 4677, \"rankvar\": 2976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3282, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3832, \"group\": [907.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTACCCAAT\", \"ini\": 306, \"clust\": 783, \"rank\": 4716, \"rankvar\": 1049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3283, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3833, \"group\": [783.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTAAA\", \"ini\": 305, \"clust\": 965, \"rank\": 4691, \"rankvar\": 3771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3284, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3834, \"group\": [964.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAAGGACTG\", \"ini\": 304, \"clust\": 697, \"rank\": 4622, \"rankvar\": 3626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3285, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3835, \"group\": [697.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAAAGTCAA\", \"ini\": 303, \"clust\": 909, \"rank\": 4731, \"rankvar\": 4249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3286, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3836, \"group\": [909.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAGACAGGT\", \"ini\": 302, \"clust\": 469, \"rank\": 4614, \"rankvar\": 2167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3287, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4200, \"group\": [470.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTAAGCACG\", \"ini\": 301, \"clust\": 846, \"rank\": 4701, \"rankvar\": 3303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3288, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3837, \"group\": [845.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCGTTGCC\", \"ini\": 300, \"clust\": 410, \"rank\": 4500, \"rankvar\": 3487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3289, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4258, \"group\": [411.0, 64.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCAAGATCC\", \"ini\": 299, \"clust\": 1268, \"rank\": 4717, \"rankvar\": 4206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3290, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4077, \"group\": [1268.0, 123.0, 17.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCCATGCGCAC\", \"ini\": 298, \"clust\": 1316, \"rank\": 4658, \"rankvar\": 4282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3291, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4078, \"group\": [1314.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGACCTTTG\", \"ini\": 297, \"clust\": 1213, \"rank\": 4736, \"rankvar\": 2458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3292, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3838, \"group\": [1212.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGGTTGT\", \"ini\": 296, \"clust\": 947, \"rank\": 4709, \"rankvar\": 1609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3839, \"group\": [947.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCATGGTCA\", \"ini\": 295, \"clust\": 698, \"rank\": 4668, \"rankvar\": 1842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3294, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3840, \"group\": [698.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGGGAGTAA\", \"ini\": 294, \"clust\": 4248, \"rank\": 4938, \"rankvar\": 5229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3295, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 190, \"group\": [4248.0, 790.0, 125.0, 28.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAAGGACAC\", \"ini\": 293, \"clust\": 819, \"rank\": 4823, \"rankvar\": 2217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3296, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3841, \"group\": [818.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCATCAGTAC\", \"ini\": 292, \"clust\": 917, \"rank\": 4742, \"rankvar\": 2877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3842, \"group\": [915.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCACCCAGTG\", \"ini\": 291, \"clust\": 491, \"rank\": 4638, \"rankvar\": 3235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3298, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4201, \"group\": [492.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCCCAACGG\", \"ini\": 290, \"clust\": 1317, \"rank\": 4684, \"rankvar\": 4118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3299, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4079, \"group\": [1315.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCAGTCAGT\", \"ini\": 289, \"clust\": 1329, \"rank\": 4509, \"rankvar\": 4400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4080, \"group\": [1331.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCTTACCTA\", \"ini\": 288, \"clust\": 854, \"rank\": 4729, \"rankvar\": 407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3301, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3843, \"group\": [863.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAACGCACC\", \"ini\": 287, \"clust\": 785, \"rank\": 4715, \"rankvar\": 4083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3302, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3844, \"group\": [786.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGGCTA\", \"ini\": 286, \"clust\": 493, \"rank\": 4572, \"rankvar\": 2201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3303, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4202, \"group\": [489.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGGTATCG\", \"ini\": 285, \"clust\": 802, \"rank\": 4835, \"rankvar\": 2134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3304, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3845, \"group\": [800.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGTCACGG\", \"ini\": 284, \"clust\": 419, \"rank\": 4599, \"rankvar\": 148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3305, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4259, \"group\": [419.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTATCGCAT\", \"ini\": 283, \"clust\": 905, \"rank\": 4735, \"rankvar\": 4436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3846, \"group\": [904.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGAGTACC\", \"ini\": 282, \"clust\": 919, \"rank\": 4772, \"rankvar\": 1855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3847, \"group\": [918.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGGTACC\", \"ini\": 281, \"clust\": 1302, \"rank\": 4686, \"rankvar\": 3968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3308, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4081, \"group\": [1302.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACTCGACG\", \"ini\": 280, \"clust\": 887, \"rank\": 4696, \"rankvar\": 2675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3309, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3848, \"group\": [889.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGTTTGTG\", \"ini\": 279, \"clust\": 496, \"rank\": 4625, \"rankvar\": 2699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3310, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4203, \"group\": [495.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGCCTA\", \"ini\": 278, \"clust\": 847, \"rank\": 4748, \"rankvar\": 3362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3311, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3849, \"group\": [846.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACCACCT\", \"ini\": 277, \"clust\": 852, \"rank\": 4763, \"rankvar\": 1702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3312, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3850, \"group\": [850.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTGAGGCTA\", \"ini\": 276, \"clust\": 1347, \"rank\": 4882, \"rankvar\": 4662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3313, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4082, \"group\": [1346.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATGAGAG\", \"ini\": 275, \"clust\": 787, \"rank\": 4720, \"rankvar\": 4612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3314, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3851, \"group\": [785.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTGGCGAC\", \"ini\": 274, \"clust\": 3187, \"rank\": 5001, \"rankvar\": 4019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2084, \"group\": [3187.0, 466.0, 67.0, 15.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATATAC\", \"ini\": 273, \"clust\": 835, \"rank\": 4740, \"rankvar\": 2576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3852, \"group\": [833.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGCCTTC\", \"ini\": 272, \"clust\": 1340, \"rank\": 4749, \"rankvar\": 4417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3317, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4083, \"group\": [1347.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTGCCTCT\", \"ini\": 271, \"clust\": 895, \"rank\": 4697, \"rankvar\": 2442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3318, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3853, \"group\": [897.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCAGCTCGG\", \"ini\": 270, \"clust\": 441, \"rank\": 4504, \"rankvar\": 2834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3319, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4260, \"group\": [444.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCCTAGAAC\", \"ini\": 269, \"clust\": 840, \"rank\": 4800, \"rankvar\": 2487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3320, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3854, \"group\": [836.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTACTCAT\", \"ini\": 268, \"clust\": 1295, \"rank\": 4663, \"rankvar\": 4666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3321, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4084, \"group\": [1295.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCCAAACTG\", \"ini\": 267, \"clust\": 820, \"rank\": 4832, \"rankvar\": 2939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3322, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3855, \"group\": [819.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAGA\", \"ini\": 266, \"clust\": 915, \"rank\": 4641, \"rankvar\": 4571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3323, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3856, \"group\": [916.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTGTG\", \"ini\": 265, \"clust\": 472, \"rank\": 4766, \"rankvar\": 1673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3324, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4204, \"group\": [471.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTCTTCGTC\", \"ini\": 264, \"clust\": 765, \"rank\": 4841, \"rankvar\": 3680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3857, \"group\": [767.0, 113.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAACACGCC\", \"ini\": 263, \"clust\": 950, \"rank\": 4761, \"rankvar\": 3298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3326, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3858, \"group\": [952.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGTTCT\", \"ini\": 262, \"clust\": 807, \"rank\": 4919, \"rankvar\": 1894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3859, \"group\": [807.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACAGCGAACA\", \"ini\": 261, \"clust\": 918, \"rank\": 4825, \"rankvar\": 3424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3328, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3860, \"group\": [920.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGAACTC\", \"ini\": 260, \"clust\": 838, \"rank\": 4807, \"rankvar\": 2429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3861, \"group\": [839.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGCAAAGCAAT\", \"ini\": 259, \"clust\": 883, \"rank\": 4775, \"rankvar\": 1785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3330, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3862, \"group\": [883.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTGGGTCAA\", \"ini\": 258, \"clust\": 836, \"rank\": 4753, \"rankvar\": 2706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3331, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3863, \"group\": [834.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCTGCGACG\", \"ini\": 257, \"clust\": 468, \"rank\": 4662, \"rankvar\": 2122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3332, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4205, \"group\": [466.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTCCAAGTT\", \"ini\": 256, \"clust\": 828, \"rank\": 4774, \"rankvar\": 1788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3333, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3864, \"group\": [828.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGAAAGC\", \"ini\": 255, \"clust\": 1202, \"rank\": 4745, \"rankvar\": 2940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3334, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3865, \"group\": [1203.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAAAGTC\", \"ini\": 254, \"clust\": 897, \"rank\": 4694, \"rankvar\": 1127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3335, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3866, \"group\": [894.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGCTGCCCA\", \"ini\": 253, \"clust\": 832, \"rank\": 4833, \"rankvar\": 1178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3336, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3867, \"group\": [830.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTTCCGTCT\", \"ini\": 252, \"clust\": 1307, \"rank\": 4765, \"rankvar\": 3197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3337, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4085, \"group\": [1307.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAGAGGAA\", \"ini\": 251, \"clust\": 848, \"rank\": 4780, \"rankvar\": 2353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3338, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3868, \"group\": [848.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACGAAGG\", \"ini\": 250, \"clust\": 945, \"rank\": 4773, \"rankvar\": 2120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3339, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3869, \"group\": [945.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTAAAGTCA\", \"ini\": 249, \"clust\": 870, \"rank\": 4785, \"rankvar\": 1812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3340, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3870, \"group\": [870.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTAGTAGTA\", \"ini\": 248, \"clust\": 849, \"rank\": 4787, \"rankvar\": 2188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3341, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3871, \"group\": [849.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTATATGGA\", \"ini\": 247, \"clust\": 952, \"rank\": 4760, \"rankvar\": 3139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3342, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3872, \"group\": [951.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACAGATGAGC\", \"ini\": 246, \"clust\": 507, \"rank\": 4672, \"rankvar\": 3122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3343, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4206, \"group\": [504.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGTTGGC\", \"ini\": 245, \"clust\": 986, \"rank\": 4689, \"rankvar\": 4087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3873, \"group\": [985.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAAGGGCT\", \"ini\": 244, \"clust\": 813, \"rank\": 4888, \"rankvar\": 1877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3345, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3874, \"group\": [813.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACTATCTT\", \"ini\": 243, \"clust\": 874, \"rank\": 4818, \"rankvar\": 3595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3875, \"group\": [873.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGTCGAT\", \"ini\": 242, \"clust\": 1442, \"rank\": 4634, \"rankvar\": 3318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3347, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4111, \"group\": [1442.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGAGCTGCA\", \"ini\": 241, \"clust\": 856, \"rank\": 4776, \"rankvar\": 1223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3348, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3876, \"group\": [861.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATTTGGG\", \"ini\": 240, \"clust\": 420, \"rank\": 4630, \"rankvar\": 1870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3349, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4261, \"group\": [420.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACAAGACG\", \"ini\": 239, \"clust\": 929, \"rank\": 4698, \"rankvar\": 2759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3350, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3877, \"group\": [928.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCACTTCAT\", \"ini\": 238, \"clust\": 935, \"rank\": 4881, \"rankvar\": 1662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3878, \"group\": [931.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGATGCCC\", \"ini\": 237, \"clust\": 711, \"rank\": 4792, \"rankvar\": 3653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3352, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3879, \"group\": [711.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCACAGGT\", \"ini\": 236, \"clust\": 943, \"rank\": 4806, \"rankvar\": 3601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3353, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3880, \"group\": [943.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCAGTGAAGAG\", \"ini\": 235, \"clust\": 837, \"rank\": 4853, \"rankvar\": 695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3881, \"group\": [840.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATAACGA\", \"ini\": 234, \"clust\": 492, \"rank\": 4783, \"rankvar\": 1933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3355, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4207, \"group\": [491.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTACAGACG\", \"ini\": 233, \"clust\": 1402, \"rank\": 4865, \"rankvar\": 3990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3356, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4086, \"group\": [1401.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAGCCTGTG\", \"ini\": 232, \"clust\": 1471, \"rank\": 4545, \"rankvar\": 4489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3357, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4112, \"group\": [1466.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCCGGGT\", \"ini\": 231, \"clust\": 936, \"rank\": 4905, \"rankvar\": 3333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3882, \"group\": [932.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCGCTTAT\", \"ini\": 230, \"clust\": 1454, \"rank\": 4734, \"rankvar\": 2350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3359, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4113, \"group\": [1452.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCATGAGT\", \"ini\": 229, \"clust\": 152, \"rank\": 4913, \"rankvar\": 4942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3360, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4087, \"group\": [156.0, 34.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCATTCCTCG\", \"ini\": 228, \"clust\": 1451, \"rank\": 4651, \"rankvar\": 3763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3361, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4114, \"group\": [1461.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTTGTTTG\", \"ini\": 227, \"clust\": 889, \"rank\": 4721, \"rankvar\": 2941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3362, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3883, \"group\": [888.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCATTCCTGC\", \"ini\": 226, \"clust\": 1333, \"rank\": 4754, \"rankvar\": 4733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3363, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4088, \"group\": [1328.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATCTGGTA\", \"ini\": 225, \"clust\": 1461, \"rank\": 4659, \"rankvar\": 3338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3364, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4115, \"group\": [1459.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACAAGCCC\", \"ini\": 224, \"clust\": 1345, \"rank\": 4898, \"rankvar\": 4318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3365, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4089, \"group\": [1344.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGAAGGCT\", \"ini\": 223, \"clust\": 1142, \"rank\": 4728, \"rankvar\": 4335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3884, \"group\": [1141.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGAAGGCT\", \"ini\": 222, \"clust\": 1393, \"rank\": 4690, \"rankvar\": 4593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3367, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4116, \"group\": [1394.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTTGTC\", \"ini\": 221, \"clust\": 898, \"rank\": 4824, \"rankvar\": 2690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3368, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3885, \"group\": [895.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGCTAGT\", \"ini\": 220, \"clust\": 779, \"rank\": 4874, \"rankvar\": 2694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3369, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3886, \"group\": [779.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTGGAGCC\", \"ini\": 219, \"clust\": 784, \"rank\": 4798, \"rankvar\": 3684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3370, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3887, \"group\": [794.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAACGATGG\", \"ini\": 218, \"clust\": 153, \"rank\": 4953, \"rankvar\": 4444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3888, \"group\": [152.0, 34.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTCAGGCC\", \"ini\": 217, \"clust\": 437, \"rank\": 4724, \"rankvar\": 3273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3372, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4262, \"group\": [440.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGGTCT\", \"ini\": 216, \"clust\": 1440, \"rank\": 4746, \"rankvar\": 3015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3373, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4117, \"group\": [1439.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAAGAGCTATA\", \"ini\": 215, \"clust\": 839, \"rank\": 4912, \"rankvar\": 3069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3374, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3889, \"group\": [838.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGGAGCGTT\", \"ini\": 214, \"clust\": 443, \"rank\": 4575, \"rankvar\": 3391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3375, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4263, \"group\": [441.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCTCCCTGA\", \"ini\": 213, \"clust\": 841, \"rank\": 4857, \"rankvar\": 3593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3890, \"group\": [837.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGCATCTA\", \"ini\": 212, \"clust\": 816, \"rank\": 4916, \"rankvar\": 2508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3377, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3891, \"group\": [815.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAACCTC\", \"ini\": 211, \"clust\": 980, \"rank\": 4759, \"rankvar\": 3233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3892, \"group\": [980.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTCTACCTC\", \"ini\": 210, \"clust\": 503, \"rank\": 4803, \"rankvar\": 4044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3379, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4208, \"group\": [499.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTAATA\", \"ini\": 209, \"clust\": 1439, \"rank\": 4661, \"rankvar\": 4439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3380, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4118, \"group\": [1441.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTATCACG\", \"ini\": 208, \"clust\": 920, \"rank\": 4910, \"rankvar\": 2341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3381, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3893, \"group\": [919.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCATGGTAGG\", \"ini\": 207, \"clust\": 440, \"rank\": 4596, \"rankvar\": 3819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3382, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4264, \"group\": [445.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGAACTGTA\", \"ini\": 206, \"clust\": 501, \"rank\": 4788, \"rankvar\": 3566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3383, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4209, \"group\": [502.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACATACTACG\", \"ini\": 205, \"clust\": 713, \"rank\": 4860, \"rankvar\": 3847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3894, \"group\": [710.0, 109.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAATCCGT\", \"ini\": 204, \"clust\": 1123, \"rank\": 4856, \"rankvar\": 4064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3385, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3895, \"group\": [1123.0, 121.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAGTGAAT\", \"ini\": 203, \"clust\": 1466, \"rank\": 4757, \"rankvar\": 4540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3386, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4119, \"group\": [1473.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGGATTCGG\", \"ini\": 202, \"clust\": 447, \"rank\": 4789, \"rankvar\": 1846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3387, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3896, \"group\": [448.0, 70.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACGATGT\", \"ini\": 201, \"clust\": 1452, \"rank\": 4810, \"rankvar\": 2858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3388, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4120, \"group\": [1450.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATGTGT\", \"ini\": 200, \"clust\": 879, \"rank\": 4850, \"rankvar\": 2965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3897, \"group\": [878.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTACAGACG\", \"ini\": 199, \"clust\": 928, \"rank\": 4782, \"rankvar\": 3394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3898, \"group\": [930.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGTTGAGTA\", \"ini\": 198, \"clust\": 1390, \"rank\": 4741, \"rankvar\": 4381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3391, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4121, \"group\": [1390.0, 136.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAGCATACT\", \"ini\": 197, \"clust\": 821, \"rank\": 4859, \"rankvar\": 960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3899, \"group\": [821.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACACAACTGT\", \"ini\": 196, \"clust\": 442, \"rank\": 4705, \"rankvar\": 2071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3393, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4265, \"group\": [443.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACCATG\", \"ini\": 195, \"clust\": 494, \"rank\": 4767, \"rankvar\": 2130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3394, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4210, \"group\": [490.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACAAACTGTC\", \"ini\": 194, \"clust\": 431, \"rank\": 4660, \"rankvar\": 3481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3395, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4266, \"group\": [431.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCGATTCT\", \"ini\": 193, \"clust\": 436, \"rank\": 4702, \"rankvar\": 1651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3396, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4267, \"group\": [437.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAGCGTTCG\", \"ini\": 192, \"clust\": 930, \"rank\": 4842, \"rankvar\": 3663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3900, \"group\": [929.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCTCTGTCG\", \"ini\": 191, \"clust\": 449, \"rank\": 4609, \"rankvar\": 3644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3398, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4211, \"group\": [450.0, 71.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGTCTGAA\", \"ini\": 190, \"clust\": 803, \"rank\": 4936, \"rankvar\": 1763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3901, \"group\": [801.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGGGCTTGA\", \"ini\": 189, \"clust\": 446, \"rank\": 4732, \"rankvar\": 2246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3400, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4212, \"group\": [447.0, 69.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTAAGGGCT\", \"ini\": 188, \"clust\": 830, \"rank\": 4939, \"rankvar\": 722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3401, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3902, \"group\": [831.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATGTCTT\", \"ini\": 187, \"clust\": 769, \"rank\": 4855, \"rankvar\": 4712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3402, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3903, \"group\": [768.0, 113.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTCCCTACT\", \"ini\": 186, \"clust\": 801, \"rank\": 4984, \"rankvar\": 3917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3904, \"group\": [804.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCAGATAAG\", \"ini\": 185, \"clust\": 1284, \"rank\": 4870, \"rankvar\": 3586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3905, \"group\": [1285.0, 128.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTAAACGCG\", \"ini\": 184, \"clust\": 266, \"rank\": 4948, \"rankvar\": 959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3405, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3906, \"group\": [266.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGGCCCGTT\", \"ini\": 183, \"clust\": 766, \"rank\": 4955, \"rankvar\": 2425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3907, \"group\": [765.0, 113.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTGAGTTC\", \"ini\": 182, \"clust\": 851, \"rank\": 4893, \"rankvar\": 3856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3407, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3908, \"group\": [852.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAAACGGG\", \"ini\": 181, \"clust\": 800, \"rank\": 5003, \"rankvar\": 2737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3408, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3909, \"group\": [805.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGAGGCTAGGT\", \"ini\": 180, \"clust\": 1403, \"rank\": 4896, \"rankvar\": 4071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3409, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4090, \"group\": [1402.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCCACCTG\", \"ini\": 179, \"clust\": 500, \"rank\": 4849, \"rankvar\": 828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3410, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4213, \"group\": [498.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAAGCCGCT\", \"ini\": 178, \"clust\": 444, \"rank\": 4778, \"rankvar\": 3393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3411, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4268, \"group\": [442.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAGATGGGT\", \"ini\": 177, \"clust\": 735, \"rank\": 4868, \"rankvar\": 3978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3412, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3910, \"group\": [733.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTAAAGTG\", \"ini\": 176, \"clust\": 450, \"rank\": 4768, \"rankvar\": 4092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3413, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4214, \"group\": [451.0, 71.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATCCGCGA\", \"ini\": 175, \"clust\": 817, \"rank\": 4988, \"rankvar\": 2761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3911, \"group\": [816.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTCCGTAT\", \"ini\": 174, \"clust\": 415, \"rank\": 4843, \"rankvar\": 2456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3415, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4269, \"group\": [418.0, 67.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTCAACTT\", \"ini\": 173, \"clust\": 1409, \"rank\": 4954, \"rankvar\": 4227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3416, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4091, \"group\": [1411.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCATGGAATA\", \"ini\": 172, \"clust\": 1315, \"rank\": 4738, \"rankvar\": 4753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3417, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4122, \"group\": [1316.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATGCATGT\", \"ini\": 171, \"clust\": 1469, \"rank\": 4617, \"rankvar\": 4265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3418, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4123, \"group\": [1467.0, 139.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTTCACCTC\", \"ini\": 170, \"clust\": 825, \"rank\": 4880, \"rankvar\": 1470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3912, \"group\": [825.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAAGGACAC\", \"ini\": 169, \"clust\": 470, \"rank\": 4852, \"rankvar\": 954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3420, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4215, \"group\": [468.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTTGCCGT\", \"ini\": 168, \"clust\": 914, \"rank\": 4899, \"rankvar\": 2735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3421, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3913, \"group\": [917.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACTACAGT\", \"ini\": 167, \"clust\": 814, \"rank\": 4960, \"rankvar\": 1967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3422, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3914, \"group\": [814.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCGCGATCG\", \"ini\": 166, \"clust\": 268, \"rank\": 4941, \"rankvar\": 2595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3423, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4092, \"group\": [268.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTGGGTTG\", \"ini\": 165, \"clust\": 810, \"rank\": 4992, \"rankvar\": 3321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3915, \"group\": [809.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCTCCTGCCAT\", \"ini\": 164, \"clust\": 1453, \"rank\": 4866, \"rankvar\": 3227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3425, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4124, \"group\": [1451.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCGAATGT\", \"ini\": 163, \"clust\": 413, \"rank\": 4814, \"rankvar\": 1791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3426, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4270, \"group\": [414.0, 66.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGTAAGA\", \"ini\": 162, \"clust\": 1443, \"rank\": 4700, \"rankvar\": 3486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3427, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4125, \"group\": [1443.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTTGTCGT\", \"ini\": 161, \"clust\": 1441, \"rank\": 4844, \"rankvar\": 4454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3428, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4126, \"group\": [1440.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCCGACA\", \"ini\": 160, \"clust\": 456, \"rank\": 4822, \"rankvar\": 1765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3429, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4216, \"group\": [458.0, 73.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCTTCGAGA\", \"ini\": 159, \"clust\": 471, \"rank\": 4794, \"rankvar\": 2533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3430, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4217, \"group\": [469.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCAGTCCTCCT\", \"ini\": 158, \"clust\": 411, \"rank\": 4831, \"rankvar\": 1174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3431, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4271, \"group\": [412.0, 65.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCAGACAGGT\", \"ini\": 157, \"clust\": 155, \"rank\": 5039, \"rankvar\": 5008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3432, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3916, \"group\": [154.0, 34.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACACATCCGG\", \"ini\": 156, \"clust\": 1269, \"rank\": 4862, \"rankvar\": 3955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3433, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4093, \"group\": [1269.0, 123.0, 17.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTACCAGTT\", \"ini\": 155, \"clust\": 504, \"rank\": 4890, \"rankvar\": 2163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3434, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4218, \"group\": [500.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTGCTGTAT\", \"ini\": 154, \"clust\": 931, \"rank\": 4930, \"rankvar\": 1266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3435, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3917, \"group\": [941.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGTGGGAT\", \"ini\": 153, \"clust\": 982, \"rank\": 4884, \"rankvar\": 4597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3436, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3918, \"group\": [981.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGCGCTCT\", \"ini\": 152, \"clust\": 981, \"rank\": 4854, \"rankvar\": 4456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3919, \"group\": [983.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTAATAGCA\", \"ini\": 151, \"clust\": 418, \"rank\": 4816, \"rankvar\": 1895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3438, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4272, \"group\": [421.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGTGTACCT\", \"ini\": 150, \"clust\": 1448, \"rank\": 4875, \"rankvar\": 4416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3439, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4127, \"group\": [1448.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATAGAAAC\", \"ini\": 149, \"clust\": 478, \"rank\": 4964, \"rankvar\": 3046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3440, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4219, \"group\": [479.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATGGGTC\", \"ini\": 148, \"clust\": 457, \"rank\": 4820, \"rankvar\": 911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3441, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4220, \"group\": [456.0, 73.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGGGCTTCC\", \"ini\": 147, \"clust\": 482, \"rank\": 4876, \"rankvar\": 2036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3442, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4221, \"group\": [480.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGACGCTC\", \"ini\": 146, \"clust\": 156, \"rank\": 5030, \"rankvar\": 4860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3920, \"group\": [155.0, 34.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTTGACTG\", \"ini\": 145, \"clust\": 267, \"rank\": 4986, \"rankvar\": 483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3444, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3921, \"group\": [267.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACATATGAGA\", \"ini\": 144, \"clust\": 1391, \"rank\": 5000, \"rankvar\": 4656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3445, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4128, \"group\": [1391.0, 136.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCACTTCC\", \"ini\": 143, \"clust\": 479, \"rank\": 4932, \"rankvar\": 3998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3446, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4222, \"group\": [477.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTCTGGAGA\", \"ini\": 142, \"clust\": 911, \"rank\": 4904, \"rankvar\": 4725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3447, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3922, \"group\": [911.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTAGGTT\", \"ini\": 141, \"clust\": 269, \"rank\": 5015, \"rankvar\": 3315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3448, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4094, \"group\": [269.0, 54.0, 12.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCAAGCCTA\", \"ini\": 140, \"clust\": 890, \"rank\": 4790, \"rankvar\": 3857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3923, \"group\": [898.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACAACGT\", \"ini\": 139, \"clust\": 826, \"rank\": 4993, \"rankvar\": 2396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3450, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3924, \"group\": [826.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCTTGCATT\", \"ini\": 138, \"clust\": 1413, \"rank\": 4914, \"rankvar\": 2332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3451, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4129, \"group\": [1412.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTAAACCTC\", \"ini\": 137, \"clust\": 451, \"rank\": 4886, \"rankvar\": 1251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3452, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4223, \"group\": [452.0, 71.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCATTACCTT\", \"ini\": 136, \"clust\": 489, \"rank\": 4933, \"rankvar\": 1339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3453, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4224, \"group\": [486.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGTTACGGG\", \"ini\": 135, \"clust\": 1341, \"rank\": 4947, \"rankvar\": 4619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3454, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4095, \"group\": [1342.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTGGTAACG\", \"ini\": 134, \"clust\": 1455, \"rank\": 4837, \"rankvar\": 4065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3455, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4130, \"group\": [1453.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCGGCACT\", \"ini\": 133, \"clust\": 486, \"rank\": 4922, \"rankvar\": 1383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3456, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4225, \"group\": [484.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCAAGTAATG\", \"ini\": 132, \"clust\": 460, \"rank\": 5004, \"rankvar\": 1931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3457, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4226, \"group\": [464.0, 74.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTTACCGC\", \"ini\": 131, \"clust\": 1392, \"rank\": 4885, \"rankvar\": 4279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3458, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4227, \"group\": [1395.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGAGTTTA\", \"ini\": 130, \"clust\": 858, \"rank\": 4945, \"rankvar\": 3783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3459, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3925, \"group\": [854.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCATATGAGA\", \"ini\": 129, \"clust\": 407, \"rank\": 4756, \"rankvar\": 2741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3460, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4273, \"group\": [408.0, 63.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACTAAGT\", \"ini\": 128, \"clust\": 1444, \"rank\": 4959, \"rankvar\": 1925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3461, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4131, \"group\": [1444.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGATCGG\", \"ini\": 127, \"clust\": 871, \"rank\": 4961, \"rankvar\": 4383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3462, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3926, \"group\": [871.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAGCTTCT\", \"ini\": 126, \"clust\": 438, \"rank\": 4878, \"rankvar\": 2483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3463, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4274, \"group\": [438.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTTGTCAT\", \"ini\": 125, \"clust\": 1305, \"rank\": 4911, \"rankvar\": 4704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3464, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4096, \"group\": [1303.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTTAAGTG\", \"ini\": 124, \"clust\": 430, \"rank\": 4812, \"rankvar\": 3574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3465, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4275, \"group\": [433.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTGCCTGCA\", \"ini\": 123, \"clust\": 1418, \"rank\": 4901, \"rankvar\": 4821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3466, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4132, \"group\": [1417.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACGCATA\", \"ini\": 122, \"clust\": 177, \"rank\": 4997, \"rankvar\": 4487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3467, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4133, \"group\": [234.0, 45.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGGTACC\", \"ini\": 121, \"clust\": 488, \"rank\": 4897, \"rankvar\": 1975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3468, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4228, \"group\": [488.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTCGCCGT\", \"ini\": 120, \"clust\": 983, \"rank\": 4883, \"rankvar\": 4630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3469, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3927, \"group\": [982.0, 116.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATTCTTGTATC\", \"ini\": 119, \"clust\": 427, \"rank\": 4968, \"rankvar\": 1133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3470, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4276, \"group\": [429.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTTCGTCTC\", \"ini\": 118, \"clust\": 805, \"rank\": 5049, \"rankvar\": 4470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3471, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3928, \"group\": [803.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGAGAAACGAG\", \"ini\": 117, \"clust\": 448, \"rank\": 4940, \"rankvar\": 3597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3472, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4229, \"group\": [449.0, 70.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAGGCTCAC\", \"ini\": 116, \"clust\": 462, \"rank\": 5052, \"rankvar\": 713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3473, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4230, \"group\": [459.0, 74.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCACTTACGA\", \"ini\": 115, \"clust\": 1343, \"rank\": 4925, \"rankvar\": 4778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3474, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4097, \"group\": [1341.0, 133.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGAGGTTGC\", \"ini\": 114, \"clust\": 458, \"rank\": 4973, \"rankvar\": 2378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3475, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4231, \"group\": [457.0, 73.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAATCTACG\", \"ini\": 113, \"clust\": 483, \"rank\": 4847, \"rankvar\": 3975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3476, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4232, \"group\": [481.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCAGCTTCGG\", \"ini\": 112, \"clust\": 422, \"rank\": 4926, \"rankvar\": 2331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3477, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4277, \"group\": [426.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGGAGTACC\", \"ini\": 111, \"clust\": 1423, \"rank\": 4902, \"rankvar\": 4228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3478, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4134, \"group\": [1432.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTATAAACG\", \"ini\": 110, \"clust\": 1308, \"rank\": 4949, \"rankvar\": 4767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3479, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4098, \"group\": [1308.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACAACGCC\", \"ini\": 109, \"clust\": 1450, \"rank\": 4978, \"rankvar\": 3848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3480, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4135, \"group\": [1462.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCATGATCCA\", \"ini\": 108, \"clust\": 475, \"rank\": 4942, \"rankvar\": 1107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3481, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4233, \"group\": [475.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCGTCAAA\", \"ini\": 107, \"clust\": 490, \"rank\": 4987, \"rankvar\": 1978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3482, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4234, \"group\": [487.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGAGATGAG\", \"ini\": 106, \"clust\": 1414, \"rank\": 4972, \"rankvar\": 2419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3483, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4136, \"group\": [1413.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATGTTGAC\", \"ini\": 105, \"clust\": 425, \"rank\": 4931, \"rankvar\": 2744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3484, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4278, \"group\": [422.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGTGACC\", \"ini\": 104, \"clust\": 487, \"rank\": 5014, \"rankvar\": 669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3485, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4235, \"group\": [485.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGGCGACAT\", \"ini\": 103, \"clust\": 473, \"rank\": 5027, \"rankvar\": 1946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3486, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4236, \"group\": [472.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGAGTTTA\", \"ini\": 102, \"clust\": 736, \"rank\": 5009, \"rankvar\": 4590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3929, \"group\": [734.0, 111.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGCGGTA\", \"ini\": 101, \"clust\": 1306, \"rank\": 5005, \"rankvar\": 4820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3488, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4099, \"group\": [1304.0, 132.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAATTGCTG\", \"ini\": 100, \"clust\": 1462, \"rank\": 4946, \"rankvar\": 3125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3489, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4137, \"group\": [1460.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCTCGCACTCT\", \"ini\": 99, \"clust\": 165, \"rank\": 5033, \"rankvar\": 4940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3930, \"group\": [175.0, 39.0, 11.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTGATTGC\", \"ini\": 98, \"clust\": 1421, \"rank\": 4994, \"rankvar\": 4411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3491, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4138, \"group\": [1419.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGCGATCG\", \"ini\": 97, \"clust\": 1457, \"rank\": 4958, \"rankvar\": 3439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3492, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4139, \"group\": [1457.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCTGCTGTC\", \"ini\": 96, \"clust\": 857, \"rank\": 5022, \"rankvar\": 4618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3931, \"group\": [856.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCCAGTTT\", \"ini\": 95, \"clust\": 1446, \"rank\": 5010, \"rankvar\": 3356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3494, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4140, \"group\": [1446.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTTAAGATG\", \"ini\": 94, \"clust\": 432, \"rank\": 4895, \"rankvar\": 3948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3495, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4279, \"group\": [432.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCACTGGGC\", \"ini\": 93, \"clust\": 439, \"rank\": 4979, \"rankvar\": 2183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3496, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4280, \"group\": [439.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCACATTAGC\", \"ini\": 92, \"clust\": 823, \"rank\": 4980, \"rankvar\": 2702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3932, \"group\": [823.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGCATACGCCG\", \"ini\": 91, \"clust\": 1407, \"rank\": 5050, \"rankvar\": 4401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4100, \"group\": [1405.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGAATGCT\", \"ini\": 90, \"clust\": 3392, \"rank\": 5150, \"rankvar\": 4521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3499, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3098, \"group\": [3390.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTAGTACCT\", \"ini\": 89, \"clust\": 421, \"rank\": 4974, \"rankvar\": 1381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3500, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4281, \"group\": [430.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTAGCGTAG\", \"ini\": 88, \"clust\": 822, \"rank\": 5018, \"rankvar\": 2625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3933, \"group\": [822.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCATCCTTGC\", \"ini\": 87, \"clust\": 465, \"rank\": 5085, \"rankvar\": 1065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3502, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4237, \"group\": [462.0, 74.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAGTCAGCC\", \"ini\": 86, \"clust\": 845, \"rank\": 5044, \"rankvar\": 3650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3934, \"group\": [847.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCCAAGTA\", \"ini\": 85, \"clust\": 1394, \"rank\": 4970, \"rankvar\": 4480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3504, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4141, \"group\": [1392.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTATTCA\", \"ini\": 84, \"clust\": 896, \"rank\": 5019, \"rankvar\": 3837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3935, \"group\": [896.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGTGAATTG\", \"ini\": 83, \"clust\": 423, \"rank\": 5002, \"rankvar\": 1957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3506, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4282, \"group\": [425.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTACCGTTA\", \"ini\": 82, \"clust\": 463, \"rank\": 5073, \"rankvar\": 437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3507, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4238, \"group\": [460.0, 74.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACACCGAC\", \"ini\": 81, \"clust\": 1432, \"rank\": 5008, \"rankvar\": 3997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3508, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4142, \"group\": [1430.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAATGAAAC\", \"ini\": 80, \"clust\": 1420, \"rank\": 5026, \"rankvar\": 4352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3509, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4143, \"group\": [1421.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCAGATCGATA\", \"ini\": 79, \"clust\": 824, \"rank\": 4989, \"rankvar\": 2705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3936, \"group\": [824.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGGTGTTG\", \"ini\": 78, \"clust\": 1428, \"rank\": 5012, \"rankvar\": 4359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3511, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4144, \"group\": [1426.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTGCTGCC\", \"ini\": 77, \"clust\": 1456, \"rank\": 5007, \"rankvar\": 3667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3512, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4145, \"group\": [1458.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTTGTATC\", \"ini\": 76, \"clust\": 853, \"rank\": 5048, \"rankvar\": 3538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3513, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3937, \"group\": [851.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCGGTGTTA\", \"ini\": 75, \"clust\": 1399, \"rank\": 5047, \"rankvar\": 574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3514, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4146, \"group\": [1398.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAAAGGCGT\", \"ini\": 74, \"clust\": 770, \"rank\": 5028, \"rankvar\": 4868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3938, \"group\": [769.0, 113.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTAGTAC\", \"ini\": 73, \"clust\": 1433, \"rank\": 5043, \"rankvar\": 4255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3516, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4147, \"group\": [1431.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGACCAAG\", \"ini\": 72, \"clust\": 498, \"rank\": 5024, \"rankvar\": 4121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3517, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4239, \"group\": [494.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGTGATAT\", \"ini\": 71, \"clust\": 860, \"rank\": 5083, \"rankvar\": 3406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3939, \"group\": [857.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCATGAAC\", \"ini\": 70, \"clust\": 151, \"rank\": 5169, \"rankvar\": 4961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3519, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4101, \"group\": [157.0, 34.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCAATCCAAC\", \"ini\": 69, \"clust\": 921, \"rank\": 5081, \"rankvar\": 4526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3940, \"group\": [921.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGTGGGTTG\", \"ini\": 68, \"clust\": 480, \"rank\": 5106, \"rankvar\": 2085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3521, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4240, \"group\": [478.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCATGCCG\", \"ini\": 67, \"clust\": 408, \"rank\": 5006, \"rankvar\": 3560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3522, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4283, \"group\": [409.0, 63.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTTGTGGAG\", \"ini\": 66, \"clust\": 1434, \"rank\": 5035, \"rankvar\": 4232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3523, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4148, \"group\": [1433.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGAGGTAGA\", \"ini\": 65, \"clust\": 1404, \"rank\": 5061, \"rankvar\": 4393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3524, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4149, \"group\": [1403.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCATCACAAC\", \"ini\": 64, \"clust\": 1424, \"rank\": 4999, \"rankvar\": 4730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3525, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4150, \"group\": [1422.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCCCTTGCA\", \"ini\": 63, \"clust\": 414, \"rank\": 5094, \"rankvar\": 504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4284, \"group\": [415.0, 66.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTATCTCG\", \"ini\": 62, \"clust\": 1405, \"rank\": 5084, \"rankvar\": 4157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3527, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4151, \"group\": [1404.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTATAGTAG\", \"ini\": 61, \"clust\": 1398, \"rank\": 5029, \"rankvar\": 3524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3528, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4152, \"group\": [1400.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTCACACGC\", \"ini\": 60, \"clust\": 861, \"rank\": 5076, \"rankvar\": 2202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3941, \"group\": [858.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATGTCTCC\", \"ini\": 59, \"clust\": 922, \"rank\": 5077, \"rankvar\": 3259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3530, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3942, \"group\": [922.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCCATTGGTAC\", \"ini\": 58, \"clust\": 1445, \"rank\": 5117, \"rankvar\": 2888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3531, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4153, \"group\": [1445.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGATGGTC\", \"ini\": 57, \"clust\": 454, \"rank\": 5104, \"rankvar\": 571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3532, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4241, \"group\": [454.0, 72.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGTTGAA\", \"ini\": 56, \"clust\": 859, \"rank\": 5086, \"rankvar\": 4762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3533, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3943, \"group\": [855.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTGACC\", \"ini\": 55, \"clust\": 1395, \"rank\": 5054, \"rankvar\": 4554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3534, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4154, \"group\": [1393.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTTTCCTC\", \"ini\": 54, \"clust\": 416, \"rank\": 5070, \"rankvar\": 3254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3535, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4242, \"group\": [416.0, 67.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACAGAGGT\", \"ini\": 53, \"clust\": 855, \"rank\": 5116, \"rankvar\": 3070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3536, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3944, \"group\": [862.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTACACCGC\", \"ini\": 52, \"clust\": 476, \"rank\": 5072, \"rankvar\": 1020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3537, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4243, \"group\": [473.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATGGAAT\", \"ini\": 51, \"clust\": 1419, \"rank\": 5055, \"rankvar\": 4717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3538, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4155, \"group\": [1418.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTGTGGCTC\", \"ini\": 50, \"clust\": 1406, \"rank\": 5080, \"rankvar\": 4368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3539, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4102, \"group\": [1407.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGGCGTACA\", \"ini\": 49, \"clust\": 1437, \"rank\": 5088, \"rankvar\": 4329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3540, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4156, \"group\": [1435.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCTACTATC\", \"ini\": 48, \"clust\": 1435, \"rank\": 5065, \"rankvar\": 4641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3541, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4157, \"group\": [1434.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTTGATTGC\", \"ini\": 47, \"clust\": 452, \"rank\": 5040, \"rankvar\": 4203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3542, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3945, \"group\": [453.0, 71.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTCTAGAGG\", \"ini\": 46, \"clust\": 3399, \"rank\": 5220, \"rankvar\": 4996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3543, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2085, \"group\": [3396.0, 540.0, 82.0, 17.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCTCAACA\", \"ini\": 45, \"clust\": 923, \"rank\": 5066, \"rankvar\": 4555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3544, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3946, \"group\": [925.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTGAATTG\", \"ini\": 44, \"clust\": 924, \"rank\": 5079, \"rankvar\": 4016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3947, \"group\": [923.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAAGTT\", \"ini\": 43, \"clust\": 1426, \"rank\": 5089, \"rankvar\": 3746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3546, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4158, \"group\": [1424.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAGCTGTTA\", \"ini\": 42, \"clust\": 1411, \"rank\": 5151, \"rankvar\": 4251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3547, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4159, \"group\": [1408.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTTCAACCA\", \"ini\": 41, \"clust\": 1430, \"rank\": 5113, \"rankvar\": 4403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3548, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4160, \"group\": [1428.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGAAACCGC\", \"ini\": 40, \"clust\": 412, \"rank\": 5103, \"rankvar\": 2653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3549, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4161, \"group\": [413.0, 65.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTGCTGTAT\", \"ini\": 39, \"clust\": 1425, \"rank\": 5042, \"rankvar\": 4667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3550, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4162, \"group\": [1423.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATTGGTAC\", \"ini\": 38, \"clust\": 433, \"rank\": 5025, \"rankvar\": 1818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3551, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4285, \"group\": [434.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCTCGAGTA\", \"ini\": 37, \"clust\": 417, \"rank\": 5082, \"rankvar\": 3151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3552, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4244, \"group\": [417.0, 67.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACTCGACG\", \"ini\": 36, \"clust\": 1416, \"rank\": 5102, \"rankvar\": 4099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3553, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4163, \"group\": [1414.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAAGGGTTTCT\", \"ini\": 35, \"clust\": 925, \"rank\": 5121, \"rankvar\": 3175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3948, \"group\": [924.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACGACTCG\", \"ini\": 34, \"clust\": 474, \"rank\": 5155, \"rankvar\": 2150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3555, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4245, \"group\": [476.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACAGGAGT\", \"ini\": 33, \"clust\": 428, \"rank\": 5118, \"rankvar\": 1055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3556, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4286, \"group\": [427.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAAAGTCAA\", \"ini\": 32, \"clust\": 154, \"rank\": 5200, \"rankvar\": 4973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3557, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3949, \"group\": [153.0, 34.0, 10.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCTTGGTC\", \"ini\": 31, \"clust\": 1458, \"rank\": 5096, \"rankvar\": 3585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3558, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4164, \"group\": [1456.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTCCGGTT\", \"ini\": 30, \"clust\": 477, \"rank\": 5131, \"rankvar\": 562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3559, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4246, \"group\": [474.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCGTAT\", \"ini\": 29, \"clust\": 1412, \"rank\": 5160, \"rankvar\": 4532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3560, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4165, \"group\": [1409.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTGAAGAG\", \"ini\": 28, \"clust\": 1449, \"rank\": 5090, \"rankvar\": 4582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3561, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4166, \"group\": [1449.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCCTTTCTC\", \"ini\": 27, \"clust\": 1447, \"rank\": 5114, \"rankvar\": 4018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3562, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4167, \"group\": [1447.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGCTGAA\", \"ini\": 26, \"clust\": 767, \"rank\": 5183, \"rankvar\": 4840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3950, \"group\": [766.0, 113.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGCATCATC\", \"ini\": 25, \"clust\": 426, \"rank\": 5109, \"rankvar\": 4405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3564, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4287, \"group\": [423.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCACGAAATA\", \"ini\": 24, \"clust\": 1459, \"rank\": 5092, \"rankvar\": 3817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3565, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4168, \"group\": [1454.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGTAT\", \"ini\": 23, \"clust\": 1436, \"rank\": 5133, \"rankvar\": 4406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3566, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4169, \"group\": [1437.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCCTGACT\", \"ini\": 22, \"clust\": 484, \"rank\": 5149, \"rankvar\": 1723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3567, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4247, \"group\": [482.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGATAGCAT\", \"ini\": 21, \"clust\": 1422, \"rank\": 5140, \"rankvar\": 4850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3568, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4170, \"group\": [1420.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGATGGGTC\", \"ini\": 20, \"clust\": 1410, \"rank\": 5180, \"rankvar\": 4256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3569, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4171, \"group\": [1410.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCATTAT\", \"ini\": 19, \"clust\": 434, \"rank\": 5063, \"rankvar\": 4361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3570, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4288, \"group\": [435.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATCCTAGA\", \"ini\": 18, \"clust\": 1427, \"rank\": 5164, \"rankvar\": 3020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3571, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4172, \"group\": [1425.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCAAACTGTC\", \"ini\": 17, \"clust\": 1415, \"rank\": 5127, \"rankvar\": 4268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3572, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4173, \"group\": [1416.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAAGCTGGA\", \"ini\": 16, \"clust\": 1460, \"rank\": 5128, \"rankvar\": 4125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3573, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4174, \"group\": [1455.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAACGCGA\", \"ini\": 15, \"clust\": 862, \"rank\": 5177, \"rankvar\": 4171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3951, \"group\": [859.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGGCAAAGA\", \"ini\": 14, \"clust\": 1408, \"rank\": 5167, \"rankvar\": 4288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3575, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4175, \"group\": [1406.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCAGTTGAC\", \"ini\": 13, \"clust\": 863, \"rank\": 5173, \"rankvar\": 4493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3576, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3952, \"group\": [860.0, 115.0, 16.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTCGAATCT\", \"ini\": 12, \"clust\": 1401, \"rank\": 5159, \"rankvar\": 4409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3577, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4176, \"group\": [1438.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTTCCGGCA\", \"ini\": 11, \"clust\": 455, \"rank\": 5188, \"rankvar\": 4057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3578, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4248, \"group\": [455.0, 72.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAACATC\", \"ini\": 10, \"clust\": 424, \"rank\": 5138, \"rankvar\": 3327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3579, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4289, \"group\": [424.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCAGCTTAG\", \"ini\": 9, \"clust\": 429, \"rank\": 5162, \"rankvar\": 1667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3580, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4290, \"group\": [428.0, 68.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTCCCTACT\", \"ini\": 8, \"clust\": 1396, \"rank\": 5198, \"rankvar\": 4677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3581, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4177, \"group\": [1396.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTATTCA\", \"ini\": 7, \"clust\": 1397, \"rank\": 5196, \"rankvar\": 859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3582, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4249, \"group\": [1397.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCATACTG\", \"ini\": 6, \"clust\": 1431, \"rank\": 5193, \"rankvar\": 4222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3583, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4178, \"group\": [1429.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCGGTCTAA\", \"ini\": 5, \"clust\": 485, \"rank\": 5187, \"rankvar\": 3346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3584, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4250, \"group\": [483.0, 75.0, 13.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGACCAAG\", \"ini\": 4, \"clust\": 1429, \"rank\": 5185, \"rankvar\": 4681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3585, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4179, \"group\": [1427.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGACACG\", \"ini\": 3, \"clust\": 1417, \"rank\": 5172, \"rankvar\": 4644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3586, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4180, \"group\": [1415.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGGAGCGTT\", \"ini\": 2, \"clust\": 1438, \"rank\": 5189, \"rankvar\": 4680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3587, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4181, \"group\": [1436.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTAAATGAC\", \"ini\": 1, \"clust\": 1400, \"rank\": 5190, \"rankvar\": 3526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3588, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4182, \"group\": [1399.0, 137.0, 18.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}]}}, {\"N_row_var\": 20, \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"name\": \"CD64\", \"ini\": 20, \"clust\": 14, \"rank\": 17, \"rankvar\": 18, \"group\": [10.0, 8.0, 7.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD62L\", \"ini\": 19, \"clust\": 0, \"rank\": 14, \"rankvar\": 16, \"group\": [4.0, 4.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD4\", \"ini\": 18, \"clust\": 1, \"rank\": 9, \"rankvar\": 14, \"group\": [3.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD8\", \"ini\": 17, \"clust\": 4, \"rank\": 11, \"rankvar\": 19, \"group\": [20.0, 18.0, 16.0, 12.0, 10.0, 7.0, 4.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD3\", \"ini\": 16, \"clust\": 2, \"rank\": 7, \"rankvar\": 15, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD14\", \"ini\": 15, \"clust\": 15, \"rank\": 10, \"rankvar\": 11, \"group\": [11.0, 9.0, 7.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD33\", \"ini\": 14, \"clust\": 12, \"rank\": 15, \"rankvar\": 8, \"group\": [7.0, 7.0, 7.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD16\", \"ini\": 13, \"clust\": 5, \"rank\": 8, \"rankvar\": 10, \"group\": [19.0, 17.0, 15.0, 11.0, 9.0, 6.0, 3.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD38\", \"ini\": 12, \"clust\": 8, \"rank\": 13, \"rankvar\": 12, \"group\": [18.0, 16.0, 14.0, 10.0, 8.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD27\", \"ini\": 11, \"clust\": 3, \"rank\": 16, \"rankvar\": 13, \"group\": [2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD11b\", \"ini\": 10, \"clust\": 13, \"rank\": 12, \"rankvar\": 9, \"group\": [8.0, 7.0, 7.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"HLADR\", \"ini\": 9, \"clust\": 10, \"rank\": 6, \"rankvar\": 7, \"group\": [12.0, 10.0, 8.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD11c\", \"ini\": 8, \"clust\": 11, \"rank\": 18, \"rankvar\": 17, \"group\": [9.0, 7.0, 7.0, 5.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD66b\", \"ini\": 7, \"clust\": 9, \"rank\": 5, \"rankvar\": 6, \"group\": [15.0, 13.0, 11.0, 7.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD56\", \"ini\": 6, \"clust\": 18, \"rank\": 19, \"rankvar\": 5, \"group\": [16.0, 14.0, 12.0, 8.0, 6.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD141\", \"ini\": 5, \"clust\": 16, \"rank\": 4, \"rankvar\": 4, \"group\": [13.0, 11.0, 9.0, 6.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD123\", \"ini\": 4, \"clust\": 17, \"rank\": 3, \"rankvar\": 3, \"group\": [14.0, 12.0, 10.0, 6.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD19\", \"ini\": 3, \"clust\": 6, \"rank\": 2, \"rankvar\": 2, \"group\": [5.0, 5.0, 5.0, 3.0, 3.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD206\", \"ini\": 2, \"clust\": 19, \"rank\": 1, \"rankvar\": 1, \"group\": [17.0, 15.0, 13.0, 9.0, 7.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD1c\", \"ini\": 1, \"clust\": 7, \"rank\": 0, \"rankvar\": 0, \"group\": [6.0, 6.0, 6.0, 4.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0, 1.0]}], \"col_nodes\": [{\"name\": \"GCATGCGTCCATGAGT\", \"ini\": 5232, \"clust\": 4238, \"rank\": 26, \"rankvar\": 4832, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3589, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5025, \"group\": [4236.0, 724.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCTA\", \"ini\": 5231, \"clust\": 2156, \"rank\": 19, \"rankvar\": 483, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3590, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2250, \"group\": [2155.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGTCCGTAT\", \"ini\": 5230, \"clust\": 1766, \"rank\": 18, \"rankvar\": 1374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3591, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 256, \"group\": [1766.0, 249.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTCCAACC\", \"ini\": 5229, \"clust\": 4671, \"rank\": 97, \"rankvar\": 39, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3592, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4327, \"group\": [4670.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGCTGTTCA\", \"ini\": 5228, \"clust\": 4510, \"rank\": 67, \"rankvar\": 4537, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3593, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 0, \"group\": [4509.0, 767.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCACATAGC\", \"ini\": 5227, \"clust\": 2162, \"rank\": 40, \"rankvar\": 702, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3594, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2251, \"group\": [2161.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCTCTTTCCTC\", \"ini\": 5226, \"clust\": 4505, \"rank\": 105, \"rankvar\": 2482, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3595, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 1, \"group\": [4506.0, 767.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGTAGC\", \"ini\": 5225, \"clust\": 2144, \"rank\": 5, \"rankvar\": 4192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3596, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2252, \"group\": [2144.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACAGTACACT\", \"ini\": 5224, \"clust\": 1773, \"rank\": 38, \"rankvar\": 31, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 257, \"group\": [1778.0, 250.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGGACGAAA\", \"ini\": 5223, \"clust\": 1796, \"rank\": 51, \"rankvar\": 318, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 258, \"group\": [1795.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATGGAGC\", \"ini\": 5222, \"clust\": 4697, \"rank\": 121, \"rankvar\": 102, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4328, \"group\": [4700.0, 842.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGGGATACC\", \"ini\": 5221, \"clust\": 2134, \"rank\": 24, \"rankvar\": 1056, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3600, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2253, \"group\": [2133.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGAGGTG\", \"ini\": 5220, \"clust\": 4633, \"rank\": 129, \"rankvar\": 270, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3601, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4329, \"group\": [4634.0, 832.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGGCCCGTT\", \"ini\": 5219, \"clust\": 4689, \"rank\": 133, \"rankvar\": 26, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3602, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4330, \"group\": [4692.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCAGGCCCA\", \"ini\": 5218, \"clust\": 100, \"rank\": 99, \"rankvar\": 5216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3603, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5141, \"group\": [99.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTGACTCAT\", \"ini\": 5217, \"clust\": 4687, \"rank\": 131, \"rankvar\": 111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4331, \"group\": [4687.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTTTACGT\", \"ini\": 5216, \"clust\": 2157, \"rank\": 36, \"rankvar\": 1093, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3605, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2254, \"group\": [2156.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATGACCT\", \"ini\": 5215, \"clust\": 2161, \"rank\": 62, \"rankvar\": 541, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2255, \"group\": [2163.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACAGACC\", \"ini\": 5214, \"clust\": 4677, \"rank\": 159, \"rankvar\": 25, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3607, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4332, \"group\": [4677.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATTCGCACTCT\", \"ini\": 5213, \"clust\": 2139, \"rank\": 93, \"rankvar\": 221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3608, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2256, \"group\": [2139.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGCCACCTG\", \"ini\": 5212, \"clust\": 2145, \"rank\": 44, \"rankvar\": 2730, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3609, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2257, \"group\": [2145.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGTTTA\", \"ini\": 5211, \"clust\": 2175, \"rank\": 35, \"rankvar\": 826, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3610, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2258, \"group\": [2172.0, 366.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACTTAAGC\", \"ini\": 5210, \"clust\": 2158, \"rank\": 108, \"rankvar\": 688, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3611, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2259, \"group\": [2159.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTAGAGTGAGA\", \"ini\": 5209, \"clust\": 4679, \"rank\": 173, \"rankvar\": 243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3612, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4333, \"group\": [4680.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTGCCTG\", \"ini\": 5208, \"clust\": 2152, \"rank\": 66, \"rankvar\": 1411, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3613, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2260, \"group\": [2152.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGCTAAACA\", \"ini\": 5207, \"clust\": 101, \"rank\": 138, \"rankvar\": 5172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3614, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5142, \"group\": [100.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGAGTAAGG\", \"ini\": 5206, \"clust\": 105, \"rank\": 202, \"rankvar\": 4840, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3615, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5143, \"group\": [102.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGTAGCCA\", \"ini\": 5205, \"clust\": 4933, \"rank\": 64, \"rankvar\": 1239, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3616, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4334, \"group\": [4933.0, 899.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCAGACACTT\", \"ini\": 5204, \"clust\": 103, \"rank\": 256, \"rankvar\": 5139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3617, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5144, \"group\": [105.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGAGAACG\", \"ini\": 5203, \"clust\": 1685, \"rank\": 198, \"rankvar\": 258, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3618, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4291, \"group\": [1685.0, 206.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAATCGAAA\", \"ini\": 5202, \"clust\": 2159, \"rank\": 167, \"rankvar\": 253, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3619, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2261, \"group\": [2160.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCCAGTATG\", \"ini\": 5201, \"clust\": 4659, \"rank\": 161, \"rankvar\": 0, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3620, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4335, \"group\": [4660.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTTCCAGTATG\", \"ini\": 5200, \"clust\": 4662, \"rank\": 180, \"rankvar\": 17, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3621, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4336, \"group\": [4662.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCCTCATTA\", \"ini\": 5199, \"clust\": 1958, \"rank\": 73, \"rankvar\": 1286, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3622, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4337, \"group\": [1958.0, 312.0, 65.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTGAGTGT\", \"ini\": 5198, \"clust\": 1865, \"rank\": 219, \"rankvar\": 77, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 259, \"group\": [1866.0, 268.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCACGACTA\", \"ini\": 5197, \"clust\": 1767, \"rank\": 125, \"rankvar\": 286, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 260, \"group\": [1767.0, 249.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGTTCGATC\", \"ini\": 5196, \"clust\": 4657, \"rank\": 224, \"rankvar\": 90, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4338, \"group\": [4658.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCGTGGGAA\", \"ini\": 5195, \"clust\": 2244, \"rank\": 183, \"rankvar\": 1667, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2262, \"group\": [2245.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTGTCAATC\", \"ini\": 5194, \"clust\": 106, \"rank\": 292, \"rankvar\": 4864, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3627, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5145, \"group\": [103.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAATCAGAA\", \"ini\": 5193, \"clust\": 4683, \"rank\": 233, \"rankvar\": 149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3628, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4339, \"group\": [4686.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTCAGAAGC\", \"ini\": 5192, \"clust\": 1750, \"rank\": 115, \"rankvar\": 311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3629, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 261, \"group\": [1751.0, 241.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGAGAGCTC\", \"ini\": 5191, \"clust\": 2160, \"rank\": 139, \"rankvar\": 1488, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3630, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2263, \"group\": [2164.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAGGAACGT\", \"ini\": 5190, \"clust\": 1686, \"rank\": 192, \"rankvar\": 110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3631, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4292, \"group\": [1686.0, 206.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTTCTGAAC\", \"ini\": 5189, \"clust\": 2165, \"rank\": 134, \"rankvar\": 882, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3632, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2264, \"group\": [2165.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAAAGGTGC\", \"ini\": 5188, \"clust\": 4613, \"rank\": 326, \"rankvar\": 573, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3633, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4340, \"group\": [4613.0, 821.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTGGTATG\", \"ini\": 5187, \"clust\": 2154, \"rank\": 163, \"rankvar\": 88, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3634, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2265, \"group\": [2158.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTTCTGAAC\", \"ini\": 5186, \"clust\": 4698, \"rank\": 241, \"rankvar\": 40, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3635, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4341, \"group\": [4698.0, 842.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTGTCTAT\", \"ini\": 5185, \"clust\": 2146, \"rank\": 146, \"rankvar\": 625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3636, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2266, \"group\": [2147.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTCGAATCT\", \"ini\": 5184, \"clust\": 4736, \"rank\": 240, \"rankvar\": 333, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3637, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4342, \"group\": [4736.0, 857.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGAATCCA\", \"ini\": 5183, \"clust\": 4936, \"rank\": 217, \"rankvar\": 1055, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3638, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4343, \"group\": [4937.0, 899.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTCACAAGG\", \"ini\": 5182, \"clust\": 1831, \"rank\": 185, \"rankvar\": 431, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3639, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 262, \"group\": [1832.0, 257.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCTAACTTC\", \"ini\": 5181, \"clust\": 4684, \"rank\": 321, \"rankvar\": 86, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3640, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4344, \"group\": [4684.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAGTCAGAG\", \"ini\": 5180, \"clust\": 159, \"rank\": 181, \"rankvar\": 3335, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3641, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4345, \"group\": [160.0, 24.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACTTATC\", \"ini\": 5179, \"clust\": 4937, \"rank\": 149, \"rankvar\": 634, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3642, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4346, \"group\": [4935.0, 899.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCAAGGTAA\", \"ini\": 5178, \"clust\": 4934, \"rank\": 132, \"rankvar\": 624, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3643, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4347, \"group\": [4934.0, 899.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTACCGGCT\", \"ini\": 5177, \"clust\": 4665, \"rank\": 318, \"rankvar\": 92, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3644, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4348, \"group\": [4665.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAGTCGGCACT\", \"ini\": 5176, \"clust\": 4747, \"rank\": 260, \"rankvar\": 326, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3645, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4349, \"group\": [4748.0, 860.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATCGTCGG\", \"ini\": 5175, \"clust\": 4748, \"rank\": 251, \"rankvar\": 291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3646, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4350, \"group\": [4749.0, 860.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTGACGTT\", \"ini\": 5174, \"clust\": 4663, \"rank\": 264, \"rankvar\": 3, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3647, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4351, \"group\": [4663.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGGTTAAC\", \"ini\": 5173, \"clust\": 4674, \"rank\": 301, \"rankvar\": 14, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3648, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4352, \"group\": [4674.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTTCGGCAC\", \"ini\": 5172, \"clust\": 2169, \"rank\": 276, \"rankvar\": 306, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3649, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2267, \"group\": [2169.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGTCGTACT\", \"ini\": 5171, \"clust\": 4681, \"rank\": 390, \"rankvar\": 305, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3650, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4353, \"group\": [4682.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCGAATCCA\", \"ini\": 5170, \"clust\": 4647, \"rank\": 220, \"rankvar\": 95, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3651, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4354, \"group\": [4646.0, 834.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATACGCTA\", \"ini\": 5169, \"clust\": 4653, \"rank\": 315, \"rankvar\": 461, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3652, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2268, \"group\": [4652.0, 837.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCCGTC\", \"ini\": 5168, \"clust\": 2296, \"rank\": 136, \"rankvar\": 2433, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3653, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2269, \"group\": [2299.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACAAGACACG\", \"ini\": 5167, \"clust\": 1751, \"rank\": 197, \"rankvar\": 37, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 263, \"group\": [1752.0, 241.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTCCAGTTA\", \"ini\": 5166, \"clust\": 4688, \"rank\": 265, \"rankvar\": 12, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3655, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4355, \"group\": [4688.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTATCAGTGCAT\", \"ini\": 5165, \"clust\": 4686, \"rank\": 277, \"rankvar\": 94, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3656, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4356, \"group\": [4689.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCATCTACCTGC\", \"ini\": 5164, \"clust\": 4935, \"rank\": 235, \"rankvar\": 735, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3657, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4357, \"group\": [4938.0, 899.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGTACGCCC\", \"ini\": 5163, \"clust\": 2297, \"rank\": 187, \"rankvar\": 2954, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3658, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2270, \"group\": [2297.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGTAAACT\", \"ini\": 5162, \"clust\": 4788, \"rank\": 333, \"rankvar\": 344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4358, \"group\": [4787.0, 882.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGTGTGGT\", \"ini\": 5161, \"clust\": 1679, \"rank\": 308, \"rankvar\": 547, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3660, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4293, \"group\": [1678.0, 205.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTATA\", \"ini\": 5160, \"clust\": 1765, \"rank\": 140, \"rankvar\": 1775, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 264, \"group\": [1768.0, 249.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACATGCAACT\", \"ini\": 5159, \"clust\": 2135, \"rank\": 118, \"rankvar\": 2682, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3662, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2271, \"group\": [2134.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCACCGGGT\", \"ini\": 5158, \"clust\": 4244, \"rank\": 303, \"rankvar\": 408, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3663, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4359, \"group\": [4243.0, 728.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGATGGGTC\", \"ini\": 5157, \"clust\": 2153, \"rank\": 120, \"rankvar\": 1761, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3664, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2272, \"group\": [2153.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTATGGTTC\", \"ini\": 5156, \"clust\": 4707, \"rank\": 300, \"rankvar\": 185, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3665, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4360, \"group\": [4707.0, 843.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTATCGAA\", \"ini\": 5155, \"clust\": 2104, \"rank\": 229, \"rankvar\": 1743, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3666, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 265, \"group\": [2104.0, 359.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCATGAGT\", \"ini\": 5154, \"clust\": 4680, \"rank\": 403, \"rankvar\": 75, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3667, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4361, \"group\": [4681.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGCTATCT\", \"ini\": 5153, \"clust\": 4508, \"rank\": 342, \"rankvar\": 2775, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3668, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 2, \"group\": [4507.0, 767.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGGTTACCT\", \"ini\": 5152, \"clust\": 4527, \"rank\": 382, \"rankvar\": 2053, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3669, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 3, \"group\": [4525.0, 769.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCACCCATGG\", \"ini\": 5151, \"clust\": 1795, \"rank\": 214, \"rankvar\": 27, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3670, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 266, \"group\": [1797.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGGTGTAG\", \"ini\": 5150, \"clust\": 2163, \"rank\": 150, \"rankvar\": 506, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3671, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2273, \"group\": [2162.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCCCAGGTG\", \"ini\": 5149, \"clust\": 2141, \"rank\": 278, \"rankvar\": 163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3672, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2274, \"group\": [2142.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGTATGCT\", \"ini\": 5148, \"clust\": 1780, \"rank\": 203, \"rankvar\": 152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3673, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 267, \"group\": [1781.0, 251.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTTAAGAAC\", \"ini\": 5147, \"clust\": 2191, \"rank\": 127, \"rankvar\": 3993, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3674, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2275, \"group\": [2191.0, 368.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCATGTCGAT\", \"ini\": 5146, \"clust\": 4614, \"rank\": 358, \"rankvar\": 467, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3675, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2276, \"group\": [4614.0, 821.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCATAGAAAC\", \"ini\": 5145, \"clust\": 1800, \"rank\": 213, \"rankvar\": 456, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 268, \"group\": [1799.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGCACCGCT\", \"ini\": 5144, \"clust\": 2106, \"rank\": 238, \"rankvar\": 437, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3677, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2277, \"group\": [2107.0, 360.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTCTCTCGT\", \"ini\": 5143, \"clust\": 1797, \"rank\": 279, \"rankvar\": 41, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 269, \"group\": [1796.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAAGAAAGG\", \"ini\": 5142, \"clust\": 4783, \"rank\": 199, \"rankvar\": 228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3679, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4362, \"group\": [4782.0, 881.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGGCATGGT\", \"ini\": 5141, \"clust\": 4235, \"rank\": 304, \"rankvar\": 596, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3680, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4363, \"group\": [4240.0, 725.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGGTCATCT\", \"ini\": 5140, \"clust\": 104, \"rank\": 409, \"rankvar\": 3916, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3681, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5146, \"group\": [104.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAAT\", \"ini\": 5139, \"clust\": 4690, \"rank\": 368, \"rankvar\": 33, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3682, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4294, \"group\": [4690.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCAGCGC\", \"ini\": 5138, \"clust\": 1672, \"rank\": 391, \"rankvar\": 246, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3683, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4295, \"group\": [1672.0, 202.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAATCTCC\", \"ini\": 5137, \"clust\": 4651, \"rank\": 360, \"rankvar\": 411, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3684, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2278, \"group\": [4650.0, 837.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTTCCACGG\", \"ini\": 5136, \"clust\": 1867, \"rank\": 351, \"rankvar\": 153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3685, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 270, \"group\": [1868.0, 268.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGCTGGCT\", \"ini\": 5135, \"clust\": 4245, \"rank\": 375, \"rankvar\": 1102, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3686, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5026, \"group\": [4244.0, 728.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGGCCCTTG\", \"ini\": 5134, \"clust\": 1682, \"rank\": 458, \"rankvar\": 410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3687, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4296, \"group\": [1682.0, 206.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCCTTTACA\", \"ini\": 5133, \"clust\": 4664, \"rank\": 324, \"rankvar\": 36, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3688, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4364, \"group\": [4667.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCTCCCTGA\", \"ini\": 5132, \"clust\": 4655, \"rank\": 430, \"rankvar\": 214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3689, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4365, \"group\": [4656.0, 839.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGTTGG\", \"ini\": 5131, \"clust\": 2166, \"rank\": 270, \"rankvar\": 1438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3690, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2279, \"group\": [2166.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGAAGCA\", \"ini\": 5130, \"clust\": 2176, \"rank\": 151, \"rankvar\": 1658, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3691, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2280, \"group\": [2173.0, 366.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCTGGTCG\", \"ini\": 5129, \"clust\": 4296, \"rank\": 288, \"rankvar\": 4979, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3692, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5027, \"group\": [4296.0, 741.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCAAAGACA\", \"ini\": 5128, \"clust\": 4625, \"rank\": 452, \"rankvar\": 89, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3693, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4366, \"group\": [4625.0, 829.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCTCCGAAGAG\", \"ini\": 5127, \"clust\": 2151, \"rank\": 209, \"rankvar\": 1134, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2281, \"group\": [2154.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCAGCACAT\", \"ini\": 5126, \"clust\": 4300, \"rank\": 223, \"rankvar\": 4772, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3695, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5028, \"group\": [4298.0, 741.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCAGGTCCAC\", \"ini\": 5125, \"clust\": 2128, \"rank\": 190, \"rankvar\": 2525, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2282, \"group\": [2127.0, 363.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGTGCAT\", \"ini\": 5124, \"clust\": 2140, \"rank\": 172, \"rankvar\": 1110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2283, \"group\": [2140.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCAAGTAGTA\", \"ini\": 5123, \"clust\": 1832, \"rank\": 320, \"rankvar\": 453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 271, \"group\": [1833.0, 257.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCTGTCTA\", \"ini\": 5122, \"clust\": 107, \"rank\": 527, \"rankvar\": 4958, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3699, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5147, \"group\": [106.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTGCGCTTG\", \"ini\": 5121, \"clust\": 1680, \"rank\": 465, \"rankvar\": 722, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3700, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4297, \"group\": [1679.0, 205.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGATGTT\", \"ini\": 5120, \"clust\": 4669, \"rank\": 341, \"rankvar\": 97, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3701, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4367, \"group\": [4673.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACTTACGA\", \"ini\": 5119, \"clust\": 1785, \"rank\": 312, \"rankvar\": 28, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3702, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 272, \"group\": [1784.0, 252.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCAGCTGTAT\", \"ini\": 5118, \"clust\": 4774, \"rank\": 446, \"rankvar\": 278, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3703, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4368, \"group\": [4774.0, 876.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGCTCAACT\", \"ini\": 5117, \"clust\": 4740, \"rank\": 449, \"rankvar\": 738, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3704, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4369, \"group\": [4740.0, 857.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCAACGG\", \"ini\": 5116, \"clust\": 1794, \"rank\": 174, \"rankvar\": 676, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 273, \"group\": [1798.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTTAAGATG\", \"ini\": 5115, \"clust\": 2132, \"rank\": 201, \"rankvar\": 1983, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3706, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2284, \"group\": [2136.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTGTATGGG\", \"ini\": 5114, \"clust\": 2245, \"rank\": 335, \"rankvar\": 1960, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3707, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2285, \"group\": [2246.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCATACGCCG\", \"ini\": 5113, \"clust\": 1678, \"rank\": 344, \"rankvar\": 797, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 274, \"group\": [1680.0, 205.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGCTGTCTA\", \"ini\": 5112, \"clust\": 4528, \"rank\": 311, \"rankvar\": 2674, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3709, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 4, \"group\": [4526.0, 769.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCAGCTTAG\", \"ini\": 5111, \"clust\": 2155, \"rank\": 247, \"rankvar\": 123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3710, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2286, \"group\": [2157.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGTGTCCCG\", \"ini\": 5110, \"clust\": 2192, \"rank\": 204, \"rankvar\": 3759, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3711, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2287, \"group\": [2192.0, 368.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGTGACCA\", \"ini\": 5109, \"clust\": 1878, \"rank\": 447, \"rankvar\": 83, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 275, \"group\": [1878.0, 271.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAAGCCATT\", \"ini\": 5108, \"clust\": 2259, \"rank\": 299, \"rankvar\": 1193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3713, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2288, \"group\": [2259.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGATGGGTC\", \"ini\": 5107, \"clust\": 2173, \"rank\": 230, \"rankvar\": 1457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3714, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2289, \"group\": [2175.0, 366.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAGGCGATA\", \"ini\": 5106, \"clust\": 4590, \"rank\": 757, \"rankvar\": 472, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3715, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4370, \"group\": [4589.0, 809.0, 143.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAACGTGG\", \"ini\": 5105, \"clust\": 2246, \"rank\": 451, \"rankvar\": 1354, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3716, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2290, \"group\": [2247.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCTAACTCT\", \"ini\": 5104, \"clust\": 1801, \"rank\": 280, \"rankvar\": 294, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3717, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 276, \"group\": [1800.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCCGCAAGC\", \"ini\": 5103, \"clust\": 4299, \"rank\": 346, \"rankvar\": 4529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3718, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5029, \"group\": [4300.0, 741.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGGAATCG\", \"ini\": 5102, \"clust\": 1879, \"rank\": 555, \"rankvar\": 191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3719, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 277, \"group\": [1879.0, 271.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGTCAAGGC\", \"ini\": 5101, \"clust\": 4710, \"rank\": 532, \"rankvar\": 124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3720, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4371, \"group\": [4710.0, 844.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCCATTTA\", \"ini\": 5100, \"clust\": 2180, \"rank\": 291, \"rankvar\": 3015, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3721, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2291, \"group\": [2181.0, 368.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGTCAAGGC\", \"ini\": 5099, \"clust\": 4691, \"rank\": 523, \"rankvar\": 30, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3722, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4372, \"group\": [4691.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTGGTGTA\", \"ini\": 5098, \"clust\": 4645, \"rank\": 638, \"rankvar\": 563, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4373, \"group\": [4649.0, 836.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCCCGACTT\", \"ini\": 5097, \"clust\": 4643, \"rank\": 698, \"rankvar\": 966, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3724, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4374, \"group\": [4643.0, 833.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATGACGGA\", \"ini\": 5096, \"clust\": 4652, \"rank\": 496, \"rankvar\": 449, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2292, \"group\": [4651.0, 837.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAGTTGAC\", \"ini\": 5095, \"clust\": 4509, \"rank\": 631, \"rankvar\": 2045, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3726, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 5, \"group\": [4508.0, 767.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGGCACA\", \"ini\": 5094, \"clust\": 2147, \"rank\": 294, \"rankvar\": 715, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3727, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2293, \"group\": [2148.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACAGATTGCT\", \"ini\": 5093, \"clust\": 1784, \"rank\": 393, \"rankvar\": 109, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3728, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 278, \"group\": [1786.0, 252.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATACAGCT\", \"ini\": 5092, \"clust\": 1683, \"rank\": 559, \"rankvar\": 157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3729, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4298, \"group\": [1683.0, 206.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCTGGTA\", \"ini\": 5091, \"clust\": 4749, \"rank\": 330, \"rankvar\": 300, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3730, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4375, \"group\": [4750.0, 860.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGAGCGAT\", \"ini\": 5090, \"clust\": 1704, \"rank\": 537, \"rankvar\": 429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3731, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 279, \"group\": [1702.0, 213.0, 44.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGATGAGC\", \"ini\": 5089, \"clust\": 2172, \"rank\": 355, \"rankvar\": 70, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3732, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 280, \"group\": [2176.0, 366.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCTGCCCTA\", \"ini\": 5088, \"clust\": 4564, \"rank\": 462, \"rankvar\": 156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3733, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4376, \"group\": [4563.0, 797.0, 140.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGCAACGGT\", \"ini\": 5087, \"clust\": 112, \"rank\": 558, \"rankvar\": 5030, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3734, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5148, \"group\": [112.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAATCTCC\", \"ini\": 5086, \"clust\": 4615, \"rank\": 778, \"rankvar\": 670, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3735, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4377, \"group\": [4615.0, 822.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTCATTTGCCC\", \"ini\": 5085, \"clust\": 1798, \"rank\": 398, \"rankvar\": 22, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3736, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 281, \"group\": [1804.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGATGGAA\", \"ini\": 5084, \"clust\": 1960, \"rank\": 298, \"rankvar\": 1371, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3737, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2294, \"group\": [1961.0, 314.0, 65.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGACAGACC\", \"ini\": 5083, \"clust\": 1693, \"rank\": 436, \"rankvar\": 336, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3738, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4378, \"group\": [1694.0, 210.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATTATCTC\", \"ini\": 5082, \"clust\": 4629, \"rank\": 802, \"rankvar\": 448, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3739, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4379, \"group\": [4630.0, 831.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATTAACCG\", \"ini\": 5081, \"clust\": 2284, \"rank\": 380, \"rankvar\": 2999, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3740, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2295, \"group\": [2283.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGTCGCCGT\", \"ini\": 5080, \"clust\": 4301, \"rank\": 401, \"rankvar\": 3406, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3741, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5030, \"group\": [4299.0, 741.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGACGTAG\", \"ini\": 5079, \"clust\": 2170, \"rank\": 490, \"rankvar\": 517, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3742, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2296, \"group\": [2170.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTCCTATA\", \"ini\": 5078, \"clust\": 2149, \"rank\": 295, \"rankvar\": 832, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3743, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2297, \"group\": [2149.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACACAAGTAA\", \"ini\": 5077, \"clust\": 4750, \"rank\": 460, \"rankvar\": 583, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3744, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4380, \"group\": [4751.0, 860.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTGGTGTA\", \"ini\": 5076, \"clust\": 4612, \"rank\": 545, \"rankvar\": 216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3745, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4381, \"group\": [4617.0, 823.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGACAGCT\", \"ini\": 5075, \"clust\": 1681, \"rank\": 517, \"rankvar\": 23, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3746, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4299, \"group\": [1684.0, 206.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTAGAGGTACC\", \"ini\": 5074, \"clust\": 1677, \"rank\": 564, \"rankvar\": 148, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3747, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4300, \"group\": [1681.0, 205.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCACGACTA\", \"ini\": 5073, \"clust\": 2294, \"rank\": 445, \"rankvar\": 1307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3748, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2298, \"group\": [2295.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCATCCGTGG\", \"ini\": 5072, \"clust\": 2143, \"rank\": 212, \"rankvar\": 2780, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3749, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2299, \"group\": [2146.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTTCGCACTCT\", \"ini\": 5071, \"clust\": 4785, \"rank\": 498, \"rankvar\": 1089, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3750, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4382, \"group\": [4785.0, 881.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCCCTTGT\", \"ini\": 5070, \"clust\": 2281, \"rank\": 427, \"rankvar\": 2289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3751, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2300, \"group\": [2279.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGGTCCAC\", \"ini\": 5069, \"clust\": 2273, \"rank\": 432, \"rankvar\": 1412, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3752, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2301, \"group\": [2273.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACTCTTA\", \"ini\": 5068, \"clust\": 4745, \"rank\": 598, \"rankvar\": 119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3753, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4383, \"group\": [4743.0, 859.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAATCCGAT\", \"ini\": 5067, \"clust\": 1691, \"rank\": 602, \"rankvar\": 264, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3754, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4301, \"group\": [1691.0, 208.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCCACGACG\", \"ini\": 5066, \"clust\": 110, \"rank\": 612, \"rankvar\": 5071, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3755, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5149, \"group\": [108.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGAAGCA\", \"ini\": 5065, \"clust\": 156, \"rank\": 735, \"rankvar\": 1195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3756, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4384, \"group\": [159.0, 23.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCACCACGTG\", \"ini\": 5064, \"clust\": 1856, \"rank\": 486, \"rankvar\": 595, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 282, \"group\": [1855.0, 264.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGGTA\", \"ini\": 5063, \"clust\": 1802, \"rank\": 418, \"rankvar\": 145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 283, \"group\": [1802.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCATGTCTT\", \"ini\": 5062, \"clust\": 4746, \"rank\": 633, \"rankvar\": 748, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3759, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4385, \"group\": [4744.0, 859.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTTACGGG\", \"ini\": 5061, \"clust\": 1866, \"rank\": 589, \"rankvar\": 2, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 284, \"group\": [1867.0, 268.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTCTACCTC\", \"ini\": 5060, \"clust\": 4742, \"rank\": 675, \"rankvar\": 957, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3761, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4386, \"group\": [4747.0, 859.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATGTTCCAACA\", \"ini\": 5059, \"clust\": 1805, \"rank\": 507, \"rankvar\": 74, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3762, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 285, \"group\": [1805.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTAGCTCCG\", \"ini\": 5058, \"clust\": 4784, \"rank\": 481, \"rankvar\": 430, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3763, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4387, \"group\": [4783.0, 881.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAACAACA\", \"ini\": 5057, \"clust\": 1807, \"rank\": 392, \"rankvar\": 767, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 286, \"group\": [1812.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTTCTCG\", \"ini\": 5056, \"clust\": 89, \"rank\": 815, \"rankvar\": 2042, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5150, \"group\": [89.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAATGAAAC\", \"ini\": 5055, \"clust\": 102, \"rank\": 932, \"rankvar\": 4860, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3766, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5151, \"group\": [111.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCGCCTA\", \"ini\": 5054, \"clust\": 2231, \"rank\": 501, \"rankvar\": 1538, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3767, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2302, \"group\": [2236.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAGGGTACA\", \"ini\": 5053, \"clust\": 1814, \"rank\": 422, \"rankvar\": 434, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 287, \"group\": [1815.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTCTTCTCG\", \"ini\": 5052, \"clust\": 1687, \"rank\": 573, \"rankvar\": 4, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 288, \"group\": [1690.0, 207.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCCATCGTCGG\", \"ini\": 5051, \"clust\": 4239, \"rank\": 499, \"rankvar\": 3184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3770, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5031, \"group\": [4237.0, 724.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTGTACATGTC\", \"ini\": 5050, \"clust\": 4738, \"rank\": 577, \"rankvar\": 897, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3771, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4388, \"group\": [4738.0, 857.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCAGCTAT\", \"ini\": 5049, \"clust\": 4737, \"rank\": 594, \"rankvar\": 283, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3772, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4389, \"group\": [4737.0, 857.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTACGACCC\", \"ini\": 5048, \"clust\": 1833, \"rank\": 551, \"rankvar\": 137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3773, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 289, \"group\": [1834.0, 258.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCGGCATCG\", \"ini\": 5047, \"clust\": 4521, \"rank\": 849, \"rankvar\": 4140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3774, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 6, \"group\": [4516.0, 769.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTGTGGCC\", \"ini\": 5046, \"clust\": 2257, \"rank\": 394, \"rankvar\": 756, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3775, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2303, \"group\": [2257.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCAACACCA\", \"ini\": 5045, \"clust\": 2272, \"rank\": 500, \"rankvar\": 1604, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3776, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2304, \"group\": [2275.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACACATGACT\", \"ini\": 5044, \"clust\": 4757, \"rank\": 519, \"rankvar\": 2351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3777, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4390, \"group\": [4757.0, 866.0, 149.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCATCCGCGA\", \"ini\": 5043, \"clust\": 4658, \"rank\": 566, \"rankvar\": 45, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3778, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4391, \"group\": [4659.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTAGGC\", \"ini\": 5042, \"clust\": 4735, \"rank\": 591, \"rankvar\": 222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3779, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4392, \"group\": [4742.0, 858.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAGGGCATA\", \"ini\": 5041, \"clust\": 4739, \"rank\": 701, \"rankvar\": 932, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3780, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4393, \"group\": [4739.0, 857.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGATGCCTT\", \"ini\": 5040, \"clust\": 2133, \"rank\": 282, \"rankvar\": 3494, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3781, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2305, \"group\": [2135.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTCCACAA\", \"ini\": 5039, \"clust\": 1696, \"rank\": 700, \"rankvar\": 490, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3782, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4302, \"group\": [1696.0, 211.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAAGCGATG\", \"ini\": 5038, \"clust\": 1734, \"rank\": 487, \"rankvar\": 2783, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3783, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 290, \"group\": [1733.0, 233.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGACACTAA\", \"ini\": 5037, \"clust\": 1673, \"rank\": 473, \"rankvar\": 226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3784, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4303, \"group\": [1673.0, 202.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTAGAGTC\", \"ini\": 5036, \"clust\": 111, \"rank\": 817, \"rankvar\": 4877, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3785, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5152, \"group\": [109.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATATGCTG\", \"ini\": 5035, \"clust\": 1721, \"rank\": 789, \"rankvar\": 961, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 291, \"group\": [1722.0, 225.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTCGTACT\", \"ini\": 5034, \"clust\": 1674, \"rank\": 651, \"rankvar\": 757, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3787, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4304, \"group\": [1677.0, 204.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGAGGGTCGAT\", \"ini\": 5033, \"clust\": 2177, \"rank\": 494, \"rankvar\": 455, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3788, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2306, \"group\": [2180.0, 367.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACATATACCG\", \"ini\": 5032, \"clust\": 4609, \"rank\": 617, \"rankvar\": 521, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3789, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4394, \"group\": [4612.0, 820.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTACAGTGG\", \"ini\": 5031, \"clust\": 2468, \"rank\": 877, \"rankvar\": 2001, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3790, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 292, \"group\": [2468.0, 429.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACGCGAAA\", \"ini\": 5030, \"clust\": 2274, \"rank\": 419, \"rankvar\": 712, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3791, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2307, \"group\": [2274.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCACATAGC\", \"ini\": 5029, \"clust\": 99, \"rank\": 606, \"rankvar\": 4374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3792, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5153, \"group\": [101.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACAGCCACCA\", \"ini\": 5028, \"clust\": 4634, \"rank\": 665, \"rankvar\": 73, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3793, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4395, \"group\": [4635.0, 832.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTGACGGTA\", \"ini\": 5027, \"clust\": 109, \"rank\": 1022, \"rankvar\": 4934, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3794, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5154, \"group\": [110.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGGCA\", \"ini\": 5026, \"clust\": 2261, \"rank\": 497, \"rankvar\": 933, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3795, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2308, \"group\": [2262.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGTGCC\", \"ini\": 5025, \"clust\": 4617, \"rank\": 634, \"rankvar\": 341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3796, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4396, \"group\": [4618.0, 824.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGACAGGCT\", \"ini\": 5024, \"clust\": 4744, \"rank\": 596, \"rankvar\": 1234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3797, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4397, \"group\": [4745.0, 859.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTAAAGTCA\", \"ini\": 5023, \"clust\": 1799, \"rank\": 468, \"rankvar\": 98, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3798, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 293, \"group\": [1801.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGTCGATT\", \"ini\": 5022, \"clust\": 1688, \"rank\": 753, \"rankvar\": 400, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 294, \"group\": [1688.0, 207.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCGGCATC\", \"ini\": 5021, \"clust\": 2124, \"rank\": 521, \"rankvar\": 1031, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3800, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2309, \"group\": [2123.0, 363.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAGTACATCCA\", \"ini\": 5020, \"clust\": 1781, \"rank\": 343, \"rankvar\": 485, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3801, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 295, \"group\": [1779.0, 251.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACAGTCAGAG\", \"ini\": 5019, \"clust\": 1788, \"rank\": 412, \"rankvar\": 184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3802, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 296, \"group\": [1788.0, 252.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAAGTCATC\", \"ini\": 5018, \"clust\": 2164, \"rank\": 569, \"rankvar\": 2223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2310, \"group\": [2171.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTTTGGCGC\", \"ini\": 5017, \"clust\": 1863, \"rank\": 610, \"rankvar\": 150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 297, \"group\": [1862.0, 267.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTAATGA\", \"ini\": 5016, \"clust\": 113, \"rank\": 1225, \"rankvar\": 5212, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3805, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5155, \"group\": [113.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACATTGGCGC\", \"ini\": 5015, \"clust\": 2174, \"rank\": 434, \"rankvar\": 383, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3806, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 298, \"group\": [2174.0, 366.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGACAGACC\", \"ini\": 5014, \"clust\": 4591, \"rank\": 692, \"rankvar\": 181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3807, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4398, \"group\": [4590.0, 809.0, 143.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTGCAACGA\", \"ini\": 5013, \"clust\": 108, \"rank\": 922, \"rankvar\": 4933, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3808, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5156, \"group\": [107.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCATGCCACG\", \"ini\": 5012, \"clust\": 4237, \"rank\": 474, \"rankvar\": 3733, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3809, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5032, \"group\": [4238.0, 724.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAGGTTAT\", \"ini\": 5011, \"clust\": 2473, \"rank\": 909, \"rankvar\": 613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3810, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 299, \"group\": [2471.0, 430.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCAACACTG\", \"ini\": 5010, \"clust\": 1675, \"rank\": 896, \"rankvar\": 213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3811, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4305, \"group\": [1675.0, 203.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGCGATCC\", \"ini\": 5009, \"clust\": 157, \"rank\": 890, \"rankvar\": 4873, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3812, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5157, \"group\": [157.0, 22.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCTGCTGTC\", \"ini\": 5008, \"clust\": 4780, \"rank\": 354, \"rankvar\": 705, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3813, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4399, \"group\": [4779.0, 879.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGGTTAAGGGC\", \"ini\": 5007, \"clust\": 2136, \"rank\": 386, \"rankvar\": 1484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3814, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2311, \"group\": [2137.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGCTAGCC\", \"ini\": 5006, \"clust\": 4646, \"rank\": 576, \"rankvar\": 84, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3815, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4400, \"group\": [4648.0, 835.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTACCGTTA\", \"ini\": 5005, \"clust\": 2197, \"rank\": 574, \"rankvar\": 631, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3816, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2312, \"group\": [2197.0, 369.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGTTTCCTT\", \"ini\": 5004, \"clust\": 1804, \"rank\": 691, \"rankvar\": 24, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3817, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 300, \"group\": [1807.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGTAGCCGA\", \"ini\": 5003, \"clust\": 4650, \"rank\": 630, \"rankvar\": 190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3818, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4401, \"group\": [4654.0, 837.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGGTTACCT\", \"ini\": 5002, \"clust\": 1526, \"rank\": 328, \"rankvar\": 4259, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3819, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2829, \"group\": [1527.0, 150.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGATGGTC\", \"ini\": 5001, \"clust\": 1862, \"rank\": 736, \"rankvar\": 113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 301, \"group\": [1864.0, 267.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTAGCGCTC\", \"ini\": 5000, \"clust\": 2185, \"rank\": 411, \"rankvar\": 1970, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3821, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2313, \"group\": [2185.0, 368.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTAAACACA\", \"ini\": 4999, \"clust\": 4254, \"rank\": 674, \"rankvar\": 2214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3822, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5033, \"group\": [4253.0, 729.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTACAGAA\", \"ini\": 4998, \"clust\": 1778, \"rank\": 484, \"rankvar\": 219, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 302, \"group\": [1783.0, 251.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGCCAGAA\", \"ini\": 4997, \"clust\": 1757, \"rank\": 512, \"rankvar\": 965, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 303, \"group\": [1758.0, 243.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTATCAGTTCGA\", \"ini\": 4996, \"clust\": 1838, \"rank\": 695, \"rankvar\": 121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3825, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 304, \"group\": [1840.0, 259.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCAGCCAGAA\", \"ini\": 4995, \"clust\": 2247, \"rank\": 533, \"rankvar\": 1002, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3826, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2314, \"group\": [2248.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTTTAGGAA\", \"ini\": 4994, \"clust\": 2117, \"rank\": 453, \"rankvar\": 1332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3827, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2315, \"group\": [2117.0, 362.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCGATATG\", \"ini\": 4993, \"clust\": 4741, \"rank\": 620, \"rankvar\": 568, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3828, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4402, \"group\": [4741.0, 857.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCGTTT\", \"ini\": 4992, \"clust\": 4243, \"rank\": 605, \"rankvar\": 2746, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3829, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5034, \"group\": [4245.0, 728.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGACTTGAA\", \"ini\": 4991, \"clust\": 2480, \"rank\": 888, \"rankvar\": 2066, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 305, \"group\": [2482.0, 433.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGTCACGCC\", \"ini\": 4990, \"clust\": 4287, \"rank\": 682, \"rankvar\": 4277, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3831, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5035, \"group\": [4288.0, 738.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGAGTACAT\", \"ini\": 4989, \"clust\": 4515, \"rank\": 894, \"rankvar\": 3340, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3832, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 7, \"group\": [4530.0, 770.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCAGTCCCT\", \"ini\": 4988, \"clust\": 1877, \"rank\": 776, \"rankvar\": 67, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 306, \"group\": [1880.0, 271.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCCCAGCT\", \"ini\": 4987, \"clust\": 1894, \"rank\": 607, \"rankvar\": 288, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 307, \"group\": [1894.0, 273.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCCACCTCGGA\", \"ini\": 4986, \"clust\": 4711, \"rank\": 943, \"rankvar\": 235, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3835, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4403, \"group\": [4711.0, 844.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACGTGCACTTA\", \"ini\": 4985, \"clust\": 2115, \"rank\": 826, \"rankvar\": 2344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3836, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2316, \"group\": [2119.0, 362.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCTGGCGTG\", \"ini\": 4984, \"clust\": 2298, \"rank\": 626, \"rankvar\": 537, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3837, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2317, \"group\": [2298.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACATAGC\", \"ini\": 4983, \"clust\": 4627, \"rank\": 1061, \"rankvar\": 247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3838, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4404, \"group\": [4628.0, 830.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTACAGTTC\", \"ini\": 4982, \"clust\": 4618, \"rank\": 671, \"rankvar\": 199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3839, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4306, \"group\": [4619.0, 825.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCACCGTAA\", \"ini\": 4981, \"clust\": 4075, \"rank\": 699, \"rankvar\": 3699, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3840, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4307, \"group\": [4075.0, 649.0, 110.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCAAACCTAC\", \"ini\": 4980, \"clust\": 1694, \"rank\": 851, \"rankvar\": 62, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3841, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4308, \"group\": [1695.0, 210.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTTCCTTC\", \"ini\": 4979, \"clust\": 1791, \"rank\": 759, \"rankvar\": 205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3842, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 308, \"group\": [1793.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACAAGACG\", \"ini\": 4978, \"clust\": 4525, \"rank\": 756, \"rankvar\": 2420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3843, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 8, \"group\": [4523.0, 769.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTATAGGGC\", \"ini\": 4977, \"clust\": 1875, \"rank\": 705, \"rankvar\": 101, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3844, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 309, \"group\": [1875.0, 271.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCATGCATG\", \"ini\": 4976, \"clust\": 2167, \"rank\": 495, \"rankvar\": 1993, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3845, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2318, \"group\": [2167.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCGCATCG\", \"ini\": 4975, \"clust\": 2171, \"rank\": 397, \"rankvar\": 904, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3846, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2319, \"group\": [2177.0, 366.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTGGGATC\", \"ini\": 4974, \"clust\": 2472, \"rank\": 978, \"rankvar\": 837, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3847, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 310, \"group\": [2473.0, 430.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGGCAGTA\", \"ini\": 4973, \"clust\": 1839, \"rank\": 893, \"rankvar\": 279, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3848, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 311, \"group\": [1838.0, 259.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCTTGTCAT\", \"ini\": 4972, \"clust\": 4297, \"rank\": 740, \"rankvar\": 5102, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3849, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5036, \"group\": [4294.0, 741.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTAGTCCATAC\", \"ini\": 4971, \"clust\": 4642, \"rank\": 794, \"rankvar\": 229, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3850, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4405, \"group\": [4645.0, 833.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCGCCGTGA\", \"ini\": 4970, \"clust\": 1850, \"rank\": 905, \"rankvar\": 182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3851, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 312, \"group\": [1851.0, 262.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGAG\", \"ini\": 4969, \"clust\": 1963, \"rank\": 379, \"rankvar\": 4357, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3852, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5037, \"group\": [1963.0, 315.0, 65.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGCGAGAAA\", \"ini\": 4968, \"clust\": 4753, \"rank\": 748, \"rankvar\": 1315, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3853, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2320, \"group\": [4756.0, 865.0, 149.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGGGAAACA\", \"ini\": 4967, \"clust\": 1834, \"rank\": 608, \"rankvar\": 265, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 313, \"group\": [1835.0, 258.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGTCTGCT\", \"ini\": 4966, \"clust\": 97, \"rank\": 1508, \"rankvar\": 5001, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3855, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5158, \"group\": [96.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGAAGGTTT\", \"ini\": 4965, \"clust\": 4585, \"rank\": 1243, \"rankvar\": 560, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3856, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4406, \"group\": [4585.0, 809.0, 143.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCTTCAACT\", \"ini\": 4964, \"clust\": 114, \"rank\": 1393, \"rankvar\": 4912, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3857, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5159, \"group\": [114.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCAAGAAGT\", \"ini\": 4963, \"clust\": 2138, \"rank\": 478, \"rankvar\": 118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3858, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2321, \"group\": [2141.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGGTCCAC\", \"ini\": 4962, \"clust\": 2250, \"rank\": 520, \"rankvar\": 2827, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3859, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2322, \"group\": [2249.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACGGTTTA\", \"ini\": 4961, \"clust\": 4565, \"rank\": 720, \"rankvar\": 800, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3860, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4407, \"group\": [4564.0, 797.0, 140.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATTGGA\", \"ini\": 4960, \"clust\": 2007, \"rank\": 704, \"rankvar\": 340, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3861, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2323, \"group\": [2010.0, 336.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTCTGCGGT\", \"ini\": 4959, \"clust\": 2256, \"rank\": 575, \"rankvar\": 1157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3862, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2324, \"group\": [2261.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGAACAT\", \"ini\": 4958, \"clust\": 2196, \"rank\": 841, \"rankvar\": 179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3863, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2325, \"group\": [2199.0, 369.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCATTTA\", \"ini\": 4957, \"clust\": 1699, \"rank\": 926, \"rankvar\": 657, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3864, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4309, \"group\": [1699.0, 212.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACAGACGCCT\", \"ini\": 4956, \"clust\": 1896, \"rank\": 945, \"rankvar\": 500, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3865, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 314, \"group\": [1897.0, 274.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGATAT\", \"ini\": 4955, \"clust\": 162, \"rank\": 768, \"rankvar\": 478, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 315, \"group\": [162.0, 26.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCCTACAGA\", \"ini\": 4954, \"clust\": 2219, \"rank\": 664, \"rankvar\": 3775, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3867, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2326, \"group\": [2220.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGTGACCA\", \"ini\": 4953, \"clust\": 1676, \"rank\": 1109, \"rankvar\": 138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3868, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4310, \"group\": [1676.0, 203.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTCTCGTTC\", \"ini\": 4952, \"clust\": 1755, \"rank\": 687, \"rankvar\": 87, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 316, \"group\": [1755.0, 242.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAATCTACG\", \"ini\": 4951, \"clust\": 91, \"rank\": 1110, \"rankvar\": 4756, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3870, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5160, \"group\": [91.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATGGTTGT\", \"ini\": 4950, \"clust\": 2266, \"rank\": 764, \"rankvar\": 1217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3871, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2327, \"group\": [2267.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAGCACAT\", \"ini\": 4949, \"clust\": 1913, \"rank\": 796, \"rankvar\": 140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3872, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 317, \"group\": [1911.0, 278.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCCACGAAT\", \"ini\": 4948, \"clust\": 1897, \"rank\": 970, \"rankvar\": 196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 318, \"group\": [1898.0, 274.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCCAGTAG\", \"ini\": 4947, \"clust\": 2190, \"rank\": 540, \"rankvar\": 936, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3874, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2328, \"group\": [2193.0, 368.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACATAGAAAC\", \"ini\": 4946, \"clust\": 1782, \"rank\": 639, \"rankvar\": 122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 319, \"group\": [1780.0, 251.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGCACCAC\", \"ini\": 4945, \"clust\": 2086, \"rank\": 844, \"rankvar\": 1616, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3876, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2329, \"group\": [2087.0, 354.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGTCGAGTG\", \"ini\": 4944, \"clust\": 2237, \"rank\": 572, \"rankvar\": 2745, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3877, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2330, \"group\": [2237.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCAGCGACC\", \"ini\": 4943, \"clust\": 2142, \"rank\": 581, \"rankvar\": 372, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3878, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2331, \"group\": [2143.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAAACAC\", \"ini\": 4942, \"clust\": 1692, \"rank\": 818, \"rankvar\": 1812, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3879, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2332, \"group\": [1692.0, 208.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTCCAGTAT\", \"ini\": 4941, \"clust\": 4295, \"rank\": 951, \"rankvar\": 4631, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3880, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5038, \"group\": [4297.0, 741.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGTGA\", \"ini\": 4940, \"clust\": 4706, \"rank\": 859, \"rankvar\": 139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3881, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4408, \"group\": [4709.0, 843.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTACGCCC\", \"ini\": 4939, \"clust\": 4592, \"rank\": 1269, \"rankvar\": 819, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3882, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4409, \"group\": [4592.0, 810.0, 143.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTAAGCACG\", \"ini\": 4938, \"clust\": 1761, \"rank\": 743, \"rankvar\": 260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3883, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 320, \"group\": [1760.0, 244.0, 49.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCGGAAATA\", \"ini\": 4937, \"clust\": 4754, \"rank\": 697, \"rankvar\": 1385, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3884, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2333, \"group\": [4754.0, 863.0, 149.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGAATT\", \"ini\": 4936, \"clust\": 2263, \"rank\": 867, \"rankvar\": 1082, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3885, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2334, \"group\": [2266.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTTCTGCGGCA\", \"ini\": 4935, \"clust\": 4298, \"rank\": 929, \"rankvar\": 5047, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3886, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5039, \"group\": [4295.0, 741.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACATAAAGGT\", \"ini\": 4934, \"clust\": 1689, \"rank\": 986, \"rankvar\": 13, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3887, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 321, \"group\": [1689.0, 207.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCAGCACAT\", \"ini\": 4933, \"clust\": 2122, \"rank\": 831, \"rankvar\": 1254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3888, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2335, \"group\": [2125.0, 363.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGTTACGA\", \"ini\": 4932, \"clust\": 2186, \"rank\": 543, \"rankvar\": 1152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3889, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2336, \"group\": [2186.0, 368.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAGATGGGT\", \"ini\": 4931, \"clust\": 1815, \"rank\": 661, \"rankvar\": 320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 322, \"group\": [1816.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTCAGATAA\", \"ini\": 4930, \"clust\": 1864, \"rank\": 897, \"rankvar\": 32, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 323, \"group\": [1863.0, 267.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCAGCTGCTG\", \"ini\": 4929, \"clust\": 2105, \"rank\": 693, \"rankvar\": 671, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3892, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2337, \"group\": [2105.0, 359.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCACCTAA\", \"ini\": 4928, \"clust\": 4721, \"rank\": 1304, \"rankvar\": 1486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3893, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4410, \"group\": [4721.0, 850.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGGTCCGT\", \"ini\": 4927, \"clust\": 1876, \"rank\": 816, \"rankvar\": 211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3894, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 324, \"group\": [1876.0, 271.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGACCCT\", \"ini\": 4926, \"clust\": 2471, \"rank\": 1060, \"rankvar\": 1273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 325, \"group\": [2474.0, 431.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTGGAGAA\", \"ini\": 4925, \"clust\": 2090, \"rank\": 855, \"rankvar\": 2275, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3896, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2338, \"group\": [2091.0, 355.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGTGTGCC\", \"ini\": 4924, \"clust\": 2121, \"rank\": 784, \"rankvar\": 354, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3897, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2339, \"group\": [2126.0, 363.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGATTGCT\", \"ini\": 4923, \"clust\": 1998, \"rank\": 652, \"rankvar\": 3658, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3898, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2340, \"group\": [2002.0, 330.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCGCATAA\", \"ini\": 4922, \"clust\": 4605, \"rank\": 711, \"rankvar\": 1502, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3899, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4411, \"group\": [4606.0, 816.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCGCTTGTC\", \"ini\": 4921, \"clust\": 1735, \"rank\": 1000, \"rankvar\": 192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3900, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 326, \"group\": [1734.0, 233.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAAATCCGT\", \"ini\": 4920, \"clust\": 4792, \"rank\": 683, \"rankvar\": 753, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3901, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4412, \"group\": [4792.0, 883.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTAAATGAC\", \"ini\": 4919, \"clust\": 1754, \"rank\": 997, \"rankvar\": 189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 327, \"group\": [1757.0, 242.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGACTTTCG\", \"ini\": 4918, \"clust\": 92, \"rank\": 1242, \"rankvar\": 4928, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3903, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5161, \"group\": [92.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTCGGACG\", \"ini\": 4917, \"clust\": 1737, \"rank\": 876, \"rankvar\": 127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 328, \"group\": [1737.0, 235.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCATGGGACA\", \"ini\": 4916, \"clust\": 4530, \"rank\": 1153, \"rankvar\": 3616, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3905, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 9, \"group\": [4527.0, 769.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTTACAG\", \"ini\": 4915, \"clust\": 4249, \"rank\": 918, \"rankvar\": 1421, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3906, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5040, \"group\": [4249.0, 729.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAATGAATG\", \"ini\": 4914, \"clust\": 1705, \"rank\": 1161, \"rankvar\": 703, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3907, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 329, \"group\": [1703.0, 213.0, 44.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCTTGCCGT\", \"ini\": 4913, \"clust\": 2488, \"rank\": 726, \"rankvar\": 911, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 330, \"group\": [2489.0, 434.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGGGATA\", \"ini\": 4912, \"clust\": 4587, \"rank\": 1444, \"rankvar\": 907, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3909, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4413, \"group\": [4587.0, 809.0, 143.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCTGCCCA\", \"ini\": 4911, \"clust\": 1697, \"rank\": 1203, \"rankvar\": 337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3910, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4311, \"group\": [1697.0, 211.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGGCTTGG\", \"ini\": 4910, \"clust\": 2125, \"rank\": 755, \"rankvar\": 1967, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3911, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2341, \"group\": [2121.0, 363.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTTTGGCGC\", \"ini\": 4909, \"clust\": 2008, \"rank\": 1188, \"rankvar\": 1320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3912, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2342, \"group\": [2008.0, 334.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGCTCAACT\", \"ini\": 4908, \"clust\": 2148, \"rank\": 542, \"rankvar\": 1811, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3913, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2343, \"group\": [2151.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCAGAGGTG\", \"ini\": 4907, \"clust\": 165, \"rank\": 1040, \"rankvar\": 4026, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 331, \"group\": [166.0, 27.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCTTAGCCC\", \"ini\": 4906, \"clust\": 1806, \"rank\": 853, \"rankvar\": 71, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 332, \"group\": [1806.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGATCCAT\", \"ini\": 4905, \"clust\": 1868, \"rank\": 965, \"rankvar\": 204, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 333, \"group\": [1869.0, 268.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACAAGCCC\", \"ini\": 4904, \"clust\": 4630, \"rank\": 1159, \"rankvar\": 427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3917, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4414, \"group\": [4631.0, 831.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCAACCA\", \"ini\": 4903, \"clust\": 1854, \"rank\": 1034, \"rankvar\": 872, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 334, \"group\": [1858.0, 264.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTAACTCT\", \"ini\": 4902, \"clust\": 1779, \"rank\": 679, \"rankvar\": 66, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3919, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 335, \"group\": [1782.0, 251.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACTACAA\", \"ini\": 4901, \"clust\": 4616, \"rank\": 1310, \"rankvar\": 209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3920, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4415, \"group\": [4616.0, 822.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCAGCTGGC\", \"ini\": 4900, \"clust\": 158, \"rank\": 1452, \"rankvar\": 4613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3921, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5162, \"group\": [158.0, 22.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGTTCGA\", \"ini\": 4899, \"clust\": 4712, \"rank\": 934, \"rankvar\": 193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3922, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4416, \"group\": [4714.0, 845.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCCAACCAA\", \"ini\": 4898, \"clust\": 1835, \"rank\": 963, \"rankvar\": 206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3923, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 336, \"group\": [1836.0, 258.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCGAACGGA\", \"ini\": 4897, \"clust\": 2254, \"rank\": 739, \"rankvar\": 2309, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3924, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2344, \"group\": [2255.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCGATAGC\", \"ini\": 4896, \"clust\": 1886, \"rank\": 975, \"rankvar\": 171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 337, \"group\": [1889.0, 273.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCGGGAGTA\", \"ini\": 4895, \"clust\": 2182, \"rank\": 493, \"rankvar\": 4375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3926, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2345, \"group\": [2183.0, 368.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCGTCATC\", \"ini\": 4894, \"clust\": 4516, \"rank\": 1249, \"rankvar\": 1309, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3927, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 10, \"group\": [4514.0, 768.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTAAGTGTA\", \"ini\": 4893, \"clust\": 2234, \"rank\": 710, \"rankvar\": 2190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3928, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2346, \"group\": [2232.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGAAATG\", \"ini\": 4892, \"clust\": 2107, \"rank\": 901, \"rankvar\": 374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3929, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2347, \"group\": [2108.0, 360.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAAATACAG\", \"ini\": 4891, \"clust\": 4523, \"rank\": 1290, \"rankvar\": 3382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3930, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 11, \"group\": [4521.0, 769.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATAGCAT\", \"ini\": 4890, \"clust\": 210, \"rank\": 773, \"rankvar\": 2720, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3931, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2830, \"group\": [211.0, 47.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATATACCG\", \"ini\": 4889, \"clust\": 1820, \"rank\": 981, \"rankvar\": 322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3932, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 338, \"group\": [1829.0, 255.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGTACTTGC\", \"ini\": 4888, \"clust\": 4520, \"rank\": 1033, \"rankvar\": 4217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3933, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 12, \"group\": [4518.0, 769.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTAACGA\", \"ini\": 4887, \"clust\": 4789, \"rank\": 889, \"rankvar\": 910, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3934, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4417, \"group\": [4788.0, 882.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGTGCAAC\", \"ini\": 4886, \"clust\": 1893, \"rank\": 837, \"rankvar\": 586, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 339, \"group\": [1896.0, 273.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGGTTTC\", \"ini\": 4885, \"clust\": 1870, \"rank\": 1104, \"rankvar\": 21, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3936, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 340, \"group\": [1870.0, 269.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAACACTG\", \"ini\": 4884, \"clust\": 2481, \"rank\": 983, \"rankvar\": 325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 341, \"group\": [2480.0, 433.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTCGTACT\", \"ini\": 4883, \"clust\": 2282, \"rank\": 920, \"rankvar\": 687, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3938, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2348, \"group\": [2280.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAACTGGCC\", \"ini\": 4882, \"clust\": 2286, \"rank\": 653, \"rankvar\": 2485, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2349, \"group\": [2287.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGAGAACG\", \"ini\": 4881, \"clust\": 1792, \"rank\": 887, \"rankvar\": 132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3940, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 342, \"group\": [1791.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCGGGTCT\", \"ini\": 4880, \"clust\": 4607, \"rank\": 956, \"rankvar\": 1879, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3941, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2831, \"group\": [4608.0, 818.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTCTTGTCC\", \"ini\": 4879, \"clust\": 4563, \"rank\": 972, \"rankvar\": 262, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3942, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4418, \"group\": [4565.0, 797.0, 140.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCGGAAATA\", \"ini\": 4878, \"clust\": 1851, \"rank\": 1190, \"rankvar\": 255, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 343, \"group\": [1852.0, 262.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACGAGGTA\", \"ini\": 4877, \"clust\": 1690, \"rank\": 1475, \"rankvar\": 272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3944, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4312, \"group\": [1693.0, 209.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGCGAACA\", \"ini\": 4876, \"clust\": 2229, \"rank\": 1143, \"rankvar\": 2046, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3945, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2350, \"group\": [2229.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGGTTCGG\", \"ini\": 4875, \"clust\": 4247, \"rank\": 1081, \"rankvar\": 3927, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3946, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5041, \"group\": [4246.0, 729.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGTTACCT\", \"ini\": 4874, \"clust\": 4649, \"rank\": 780, \"rankvar\": 451, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3947, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2351, \"group\": [4655.0, 838.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTTTGC\", \"ini\": 4873, \"clust\": 4654, \"rank\": 879, \"rankvar\": 51, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3948, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4419, \"group\": [4653.0, 837.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGCCTGAG\", \"ini\": 4872, \"clust\": 2462, \"rank\": 1471, \"rankvar\": 1168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 344, \"group\": [2462.0, 427.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTAATGA\", \"ini\": 4871, \"clust\": 1700, \"rank\": 940, \"rankvar\": 169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3950, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4313, \"group\": [1700.0, 212.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGGCTACG\", \"ini\": 4870, \"clust\": 4628, \"rank\": 1582, \"rankvar\": 1595, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3951, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4420, \"group\": [4629.0, 830.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTTGGGCC\", \"ini\": 4869, \"clust\": 1900, \"rank\": 1078, \"rankvar\": 104, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3952, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 345, \"group\": [1901.0, 275.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGCCCAATT\", \"ini\": 4868, \"clust\": 2198, \"rank\": 1209, \"rankvar\": 520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3953, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2352, \"group\": [2198.0, 369.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGGGTGT\", \"ini\": 4867, \"clust\": 2290, \"rank\": 813, \"rankvar\": 2237, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3954, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2353, \"group\": [2289.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCATGGTCA\", \"ini\": 4866, \"clust\": 1842, \"rank\": 1245, \"rankvar\": 402, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3955, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 346, \"group\": [1844.0, 261.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAAGGTTCT\", \"ini\": 4865, \"clust\": 2200, \"rank\": 906, \"rankvar\": 2313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3956, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2354, \"group\": [2200.0, 370.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATTGGGCC\", \"ini\": 4864, \"clust\": 4241, \"rank\": 1008, \"rankvar\": 871, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3957, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4421, \"group\": [4241.0, 726.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACACGAAACG\", \"ini\": 4863, \"clust\": 2262, \"rank\": 810, \"rankvar\": 1236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3958, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2355, \"group\": [2263.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCAAGAT\", \"ini\": 4862, \"clust\": 4743, \"rank\": 1212, \"rankvar\": 1219, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3959, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4422, \"group\": [4746.0, 859.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGTACGATA\", \"ini\": 4861, \"clust\": 2270, \"rank\": 840, \"rankvar\": 1566, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3960, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2356, \"group\": [2271.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCAGCATACT\", \"ini\": 4860, \"clust\": 2292, \"rank\": 1009, \"rankvar\": 1674, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3961, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2357, \"group\": [2293.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTCTCTTTA\", \"ini\": 4859, \"clust\": 1756, \"rank\": 1079, \"rankvar\": 707, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 347, \"group\": [1756.0, 242.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCACTTACGA\", \"ini\": 4858, \"clust\": 1793, \"rank\": 979, \"rankvar\": 147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 348, \"group\": [1792.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGGGTTAG\", \"ini\": 4857, \"clust\": 4081, \"rank\": 1271, \"rankvar\": 1592, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3964, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4314, \"group\": [4080.0, 651.0, 110.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATTTGCCC\", \"ini\": 4856, \"clust\": 2267, \"rank\": 950, \"rankvar\": 1261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3965, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2358, \"group\": [2268.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCAATACCG\", \"ini\": 4855, \"clust\": 1803, \"rank\": 1016, \"rankvar\": 230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 349, \"group\": [1803.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCACGTTGGC\", \"ini\": 4854, \"clust\": 4758, \"rank\": 955, \"rankvar\": 742, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 350, \"group\": [4758.0, 867.0, 149.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGATAATG\", \"ini\": 4853, \"clust\": 2474, \"rank\": 990, \"rankvar\": 1128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 351, \"group\": [2472.0, 430.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCCGTTAA\", \"ini\": 4852, \"clust\": 2287, \"rank\": 730, \"rankvar\": 967, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3969, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2359, \"group\": [2288.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTGTTTGGT\", \"ini\": 4851, \"clust\": 2194, \"rank\": 553, \"rankvar\": 3264, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3970, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2360, \"group\": [2194.0, 368.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCGGTCTAA\", \"ini\": 4850, \"clust\": 2181, \"rank\": 848, \"rankvar\": 1414, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3971, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2361, \"group\": [2182.0, 368.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACCACTTAAGC\", \"ini\": 4849, \"clust\": 2021, \"rank\": 1317, \"rankvar\": 2532, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3972, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2362, \"group\": [2021.0, 340.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATTTCACT\", \"ini\": 4848, \"clust\": 1857, \"rank\": 1024, \"rankvar\": 164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3973, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 352, \"group\": [1856.0, 264.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAAGTAGT\", \"ini\": 4847, \"clust\": 4255, \"rank\": 1071, \"rankvar\": 1581, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3974, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5042, \"group\": [4254.0, 729.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGGATGG\", \"ini\": 4846, \"clust\": 4776, \"rank\": 1380, \"rankvar\": 901, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3975, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4423, \"group\": [4778.0, 878.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCCCATTAT\", \"ini\": 4845, \"clust\": 2521, \"rank\": 1630, \"rankvar\": 342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3976, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 353, \"group\": [2520.0, 444.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCTGCAAT\", \"ini\": 4844, \"clust\": 1903, \"rank\": 1382, \"rankvar\": 284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 354, \"group\": [1903.0, 275.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCATCGGAAG\", \"ini\": 4843, \"clust\": 2236, \"rank\": 824, \"rankvar\": 2878, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2363, \"group\": [2239.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTGAGTTC\", \"ini\": 4842, \"clust\": 2489, \"rank\": 1171, \"rankvar\": 397, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 355, \"group\": [2487.0, 434.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCATGAT\", \"ini\": 4841, \"clust\": 1829, \"rank\": 914, \"rankvar\": 343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 356, \"group\": [1830.0, 256.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTCCGTT\", \"ini\": 4840, \"clust\": 1905, \"rank\": 1077, \"rankvar\": 432, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 357, \"group\": [1915.0, 281.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACGGTTTA\", \"ini\": 4839, \"clust\": 1752, \"rank\": 957, \"rankvar\": 170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 358, \"group\": [1753.0, 242.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCGAACC\", \"ini\": 4838, \"clust\": 4593, \"rank\": 1489, \"rankvar\": 261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3983, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4424, \"group\": [4593.0, 810.0, 143.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTCATAGACTC\", \"ini\": 4837, \"clust\": 2126, \"rank\": 931, \"rankvar\": 2373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3984, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2364, \"group\": [2122.0, 363.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGGCTAGGT\", \"ini\": 4836, \"clust\": 1733, \"rank\": 709, \"rankvar\": 823, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 359, \"group\": [1735.0, 233.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATCCGCGA\", \"ini\": 4835, \"clust\": 1887, \"rank\": 1300, \"rankvar\": 85, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3986, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 360, \"group\": [1887.0, 273.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCCTTCAAT\", \"ini\": 4834, \"clust\": 1748, \"rank\": 993, \"rankvar\": 200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3987, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 361, \"group\": [1747.0, 239.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGAACCTT\", \"ini\": 4833, \"clust\": 4582, \"rank\": 2319, \"rankvar\": 3862, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3988, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4425, \"group\": [4584.0, 808.0, 143.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGGTCTCG\", \"ini\": 4832, \"clust\": 1858, \"rank\": 1469, \"rankvar\": 382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3989, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 362, \"group\": [1861.0, 266.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTATCACCA\", \"ini\": 4831, \"clust\": 1891, \"rank\": 1084, \"rankvar\": 530, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3990, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 363, \"group\": [1892.0, 273.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGGAGCGAG\", \"ini\": 4830, \"clust\": 1669, \"rank\": 1557, \"rankvar\": 345, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3991, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4315, \"group\": [1670.0, 201.0, 42.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCATGAACCT\", \"ini\": 4829, \"clust\": 4517, \"rank\": 1396, \"rankvar\": 2284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3992, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 13, \"group\": [4515.0, 768.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTTGCGTTA\", \"ini\": 4828, \"clust\": 1904, \"rank\": 1357, \"rankvar\": 257, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3993, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 364, \"group\": [1904.0, 275.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGGCCGAT\", \"ini\": 4827, \"clust\": 1852, \"rank\": 1289, \"rankvar\": 409, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 365, \"group\": [1853.0, 263.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGGCCGAT\", \"ini\": 4826, \"clust\": 2130, \"rank\": 885, \"rankvar\": 739, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3995, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2365, \"group\": [2129.0, 363.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGCTTTC\", \"ini\": 4825, \"clust\": 2268, \"rank\": 1046, \"rankvar\": 1529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3996, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2366, \"group\": [2269.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTGCCTGTG\", \"ini\": 4824, \"clust\": 2280, \"rank\": 1272, \"rankvar\": 2436, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3997, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2367, \"group\": [2281.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTACTGAC\", \"ini\": 4823, \"clust\": 4718, \"rank\": 1419, \"rankvar\": 550, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3998, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4426, \"group\": [4719.0, 850.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCGTCCAGG\", \"ini\": 4822, \"clust\": 4580, \"rank\": 1454, \"rankvar\": 2342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3999, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4427, \"group\": [4580.0, 807.0, 143.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCACCCTCA\", \"ini\": 4821, \"clust\": 2239, \"rank\": 1219, \"rankvar\": 1863, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4000, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2368, \"group\": [2242.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCTTGCGG\", \"ini\": 4820, \"clust\": 2184, \"rank\": 801, \"rankvar\": 918, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4001, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2369, \"group\": [2187.0, 368.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTACTCAAC\", \"ini\": 4819, \"clust\": 4733, \"rank\": 1011, \"rankvar\": 579, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4002, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4428, \"group\": [4734.0, 856.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGAGTTGGC\", \"ini\": 4818, \"clust\": 2188, \"rank\": 734, \"rankvar\": 2441, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4003, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2370, \"group\": [2188.0, 368.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGATATGGT\", \"ini\": 4817, \"clust\": 2206, \"rank\": 1464, \"rankvar\": 2155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4004, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2371, \"group\": [2207.0, 371.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCGCTTTC\", \"ini\": 4816, \"clust\": 4303, \"rank\": 1417, \"rankvar\": 4554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4005, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5043, \"group\": [4302.0, 741.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAAGCCGTC\", \"ini\": 4815, \"clust\": 2213, \"rank\": 1136, \"rankvar\": 2067, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4006, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2372, \"group\": [2214.0, 372.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCAGGGTGTTG\", \"ini\": 4814, \"clust\": 2223, \"rank\": 1002, \"rankvar\": 2011, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4007, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2373, \"group\": [2226.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCATGTCTT\", \"ini\": 4813, \"clust\": 115, \"rank\": 1811, \"rankvar\": 4674, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4008, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5163, \"group\": [115.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGGCGCTCT\", \"ini\": 4812, \"clust\": 4790, \"rank\": 1100, \"rankvar\": 896, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4009, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4429, \"group\": [4790.0, 882.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGGTGCGCTTG\", \"ini\": 4811, \"clust\": 2137, \"rank\": 797, \"rankvar\": 665, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4010, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2374, \"group\": [2138.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCTAAAGA\", \"ini\": 4810, \"clust\": 2490, \"rank\": 1363, \"rankvar\": 155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4011, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 366, \"group\": [2488.0, 434.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACTGCCAG\", \"ini\": 4809, \"clust\": 1889, \"rank\": 1220, \"rankvar\": 332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 367, \"group\": [1890.0, 273.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATTACCTT\", \"ini\": 4808, \"clust\": 1895, \"rank\": 1207, \"rankvar\": 146, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4013, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 368, \"group\": [1895.0, 273.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGCGATTCT\", \"ini\": 4807, \"clust\": 4786, \"rank\": 959, \"rankvar\": 398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4014, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4430, \"group\": [4786.0, 881.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTCCGTAT\", \"ini\": 4806, \"clust\": 1671, \"rank\": 1294, \"rankvar\": 49, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 369, \"group\": [1674.0, 202.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATGCCTTC\", \"ini\": 4805, \"clust\": 4589, \"rank\": 1539, \"rankvar\": 339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4016, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4431, \"group\": [4591.0, 809.0, 143.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCGATATA\", \"ini\": 4804, \"clust\": 1902, \"rank\": 1441, \"rankvar\": 438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4017, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 370, \"group\": [1905.0, 275.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACCAGATT\", \"ini\": 4803, \"clust\": 2299, \"rank\": 969, \"rankvar\": 1298, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4018, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2375, \"group\": [2300.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCCACTCCA\", \"ini\": 4802, \"clust\": 1993, \"rank\": 852, \"rankvar\": 394, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 371, \"group\": [1994.0, 327.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCCTAATT\", \"ini\": 4801, \"clust\": 1830, \"rank\": 1089, \"rankvar\": 349, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 372, \"group\": [1831.0, 256.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGGTTAAC\", \"ini\": 4800, \"clust\": 1929, \"rank\": 1534, \"rankvar\": 245, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 373, \"group\": [1929.0, 294.0, 58.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGGGTGTGT\", \"ini\": 4799, \"clust\": 2276, \"rank\": 1133, \"rankvar\": 972, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4022, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2376, \"group\": [2276.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTTATGCGT\", \"ini\": 4798, \"clust\": 2103, \"rank\": 775, \"rankvar\": 1133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4023, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2377, \"group\": [2106.0, 359.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCAGACCTTTG\", \"ini\": 4797, \"clust\": 2209, \"rank\": 834, \"rankvar\": 1303, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4024, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2378, \"group\": [2209.0, 372.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCACATGACT\", \"ini\": 4796, \"clust\": 4522, \"rank\": 1248, \"rankvar\": 4425, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4025, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 14, \"group\": [4517.0, 769.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGAGACTTA\", \"ini\": 4795, \"clust\": 4256, \"rank\": 1702, \"rankvar\": 3771, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4026, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5044, \"group\": [4258.0, 729.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTAATTGGA\", \"ini\": 4794, \"clust\": 2233, \"rank\": 1210, \"rankvar\": 2899, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4027, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2379, \"group\": [2234.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTTTAGGG\", \"ini\": 4793, \"clust\": 2269, \"rank\": 883, \"rankvar\": 2358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4028, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2380, \"group\": [2270.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTTGCT\", \"ini\": 4792, \"clust\": 1901, \"rank\": 1414, \"rankvar\": 38, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4029, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 374, \"group\": [1902.0, 275.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTCATTCA\", \"ini\": 4791, \"clust\": 1914, \"rank\": 1348, \"rankvar\": 269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4030, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 375, \"group\": [1912.0, 278.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCAATGAATG\", \"ini\": 4790, \"clust\": 117, \"rank\": 1961, \"rankvar\": 4988, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4031, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5164, \"group\": [116.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATAAAGG\", \"ini\": 4789, \"clust\": 4583, \"rank\": 2127, \"rankvar\": 360, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4032, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4432, \"group\": [4582.0, 808.0, 143.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTACAGTGG\", \"ini\": 4788, \"clust\": 4570, \"rank\": 1596, \"rankvar\": 112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4033, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4433, \"group\": [4570.0, 800.0, 142.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCACAGGCCT\", \"ini\": 4787, \"clust\": 2204, \"rank\": 1116, \"rankvar\": 1855, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4034, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2381, \"group\": [2205.0, 371.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACAGAGGT\", \"ini\": 4786, \"clust\": 1959, \"rank\": 949, \"rankvar\": 1210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4035, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4434, \"group\": [1959.0, 312.0, 65.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCACCGGGT\", \"ini\": 4785, \"clust\": 1740, \"rank\": 1286, \"rankvar\": 259, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4036, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 376, \"group\": [1739.0, 236.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTAGGGTG\", \"ini\": 4784, \"clust\": 4251, \"rank\": 1114, \"rankvar\": 4665, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4037, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5045, \"group\": [4251.0, 729.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGTCGCTG\", \"ini\": 4783, \"clust\": 2242, \"rank\": 1195, \"rankvar\": 2111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4038, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2382, \"group\": [2243.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCGTTTAC\", \"ini\": 4782, \"clust\": 1530, \"rank\": 839, \"rankvar\": 4677, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4039, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2832, \"group\": [1529.0, 152.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACAGCTCGAC\", \"ini\": 4781, \"clust\": 4571, \"rank\": 1594, \"rankvar\": 663, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4040, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4435, \"group\": [4571.0, 800.0, 142.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGTTAACC\", \"ini\": 4780, \"clust\": 4315, \"rank\": 1542, \"rankvar\": 4868, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4041, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5046, \"group\": [4314.0, 741.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAGGGTAC\", \"ini\": 4779, \"clust\": 1964, \"rank\": 1014, \"rankvar\": 3591, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4042, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2383, \"group\": [1964.0, 315.0, 65.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTTCCGTCT\", \"ini\": 4778, \"clust\": 4729, \"rank\": 1563, \"rankvar\": 176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4043, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4436, \"group\": [4730.0, 854.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCTTGCAAG\", \"ini\": 4777, \"clust\": 2249, \"rank\": 944, \"rankvar\": 1501, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4044, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2384, \"group\": [2251.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGTCTCT\", \"ini\": 4776, \"clust\": 4309, \"rank\": 1260, \"rankvar\": 4969, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4045, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5047, \"group\": [4308.0, 741.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTGATAAAC\", \"ini\": 4775, \"clust\": 2255, \"rank\": 1173, \"rankvar\": 2700, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4046, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2385, \"group\": [2256.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCTCGTATT\", \"ini\": 4774, \"clust\": 58, \"rank\": 1443, \"rankvar\": 4620, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4047, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5165, \"group\": [59.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCAAACGGG\", \"ini\": 4773, \"clust\": 1911, \"rank\": 1325, \"rankvar\": 441, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 377, \"group\": [1909.0, 278.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGTGGTAAT\", \"ini\": 4772, \"clust\": 1738, \"rank\": 1359, \"rankvar\": 799, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4049, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 378, \"group\": [1738.0, 235.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTCTTTCAT\", \"ini\": 4771, \"clust\": 1898, \"rank\": 1167, \"rankvar\": 63, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4050, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 379, \"group\": [1899.0, 274.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTCACGCC\", \"ini\": 4770, \"clust\": 2118, \"rank\": 1278, \"rankvar\": 1562, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4051, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2386, \"group\": [2115.0, 362.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTGCCAGA\", \"ini\": 4769, \"clust\": 4304, \"rank\": 1579, \"rankvar\": 4972, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4052, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5048, \"group\": [4303.0, 741.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATCGATTG\", \"ini\": 4768, \"clust\": 1657, \"rank\": 1129, \"rankvar\": 220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4053, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4316, \"group\": [1656.0, 189.0, 39.0, 9.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATCGATTG\", \"ini\": 4767, \"clust\": 2232, \"rank\": 1130, \"rankvar\": 1930, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4054, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2387, \"group\": [2235.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTCATCGTCGG\", \"ini\": 4766, \"clust\": 2243, \"rank\": 1238, \"rankvar\": 1401, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4055, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2388, \"group\": [2244.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGTACTCT\", \"ini\": 4765, \"clust\": 4529, \"rank\": 1371, \"rankvar\": 4384, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4056, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 15, \"group\": [4529.0, 769.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAAGCAGGTCA\", \"ini\": 4764, \"clust\": 1923, \"rank\": 1725, \"rankvar\": 314, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4057, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 380, \"group\": [1923.0, 289.0, 55.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCAACACGT\", \"ini\": 4763, \"clust\": 2303, \"rank\": 1499, \"rankvar\": 2869, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4058, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2389, \"group\": [2304.0, 375.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTGGGATC\", \"ini\": 4762, \"clust\": 1840, \"rank\": 1549, \"rankvar\": 198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 381, \"group\": [1839.0, 259.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGCGATAGC\", \"ini\": 4761, \"clust\": 2283, \"rank\": 1297, \"rankvar\": 2907, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4060, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2390, \"group\": [2285.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCGCATGGC\", \"ini\": 4760, \"clust\": 2251, \"rank\": 869, \"rankvar\": 2225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4061, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2391, \"group\": [2250.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTAAGGGAA\", \"ini\": 4759, \"clust\": 4263, \"rank\": 1095, \"rankvar\": 4779, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4062, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5049, \"group\": [4264.0, 732.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCCTTGAT\", \"ini\": 4758, \"clust\": 2498, \"rank\": 1787, \"rankvar\": 413, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4063, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 382, \"group\": [2497.0, 437.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGCTAAACA\", \"ini\": 4757, \"clust\": 4248, \"rank\": 1451, \"rankvar\": 4542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4064, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5050, \"group\": [4247.0, 729.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTAGCTAAA\", \"ini\": 4756, \"clust\": 1725, \"rank\": 1496, \"rankvar\": 289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4065, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 383, \"group\": [1726.0, 226.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATCCCGC\", \"ini\": 4755, \"clust\": 1872, \"rank\": 1177, \"rankvar\": 80, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4066, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 384, \"group\": [1873.0, 270.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGAGTACCG\", \"ini\": 4754, \"clust\": 4552, \"rank\": 1424, \"rankvar\": 1435, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4067, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2833, \"group\": [4553.0, 789.0, 138.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCATGCTGGC\", \"ini\": 4753, \"clust\": 2000, \"rank\": 721, \"rankvar\": 1541, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4068, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2392, \"group\": [1999.0, 329.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGGATGGA\", \"ini\": 4752, \"clust\": 2202, \"rank\": 1427, \"rankvar\": 2893, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4069, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2393, \"group\": [2203.0, 371.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTCACCCATTC\", \"ini\": 4751, \"clust\": 2189, \"rank\": 936, \"rankvar\": 1675, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4070, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2394, \"group\": [2189.0, 368.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTTAGTGGG\", \"ini\": 4750, \"clust\": 4573, \"rank\": 1844, \"rankvar\": 254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 385, \"group\": [4573.0, 802.0, 142.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCGACA\", \"ini\": 4749, \"clust\": 2238, \"rank\": 1021, \"rankvar\": 3569, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4072, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2395, \"group\": [2238.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGTTTCCTT\", \"ini\": 4748, \"clust\": 1906, \"rank\": 1052, \"rankvar\": 480, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4073, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 386, \"group\": [1908.0, 277.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGCACGTCAGC\", \"ini\": 4747, \"clust\": 2022, \"rank\": 1532, \"rankvar\": 1914, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4074, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2396, \"group\": [2022.0, 340.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCCAAAT\", \"ini\": 4746, \"clust\": 2310, \"rank\": 1467, \"rankvar\": 3122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4075, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2397, \"group\": [2311.0, 376.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTCTCTTAT\", \"ini\": 4745, \"clust\": 2114, \"rank\": 1313, \"rankvar\": 405, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4076, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2398, \"group\": [2120.0, 362.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCAACGGCC\", \"ini\": 4744, \"clust\": 211, \"rank\": 1448, \"rankvar\": 2754, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4077, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2834, \"group\": [212.0, 47.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCGAACGC\", \"ini\": 4743, \"clust\": 2495, \"rank\": 1911, \"rankvar\": 734, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4078, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 387, \"group\": [2495.0, 436.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCGCAAACT\", \"ini\": 4742, \"clust\": 2224, \"rank\": 1184, \"rankvar\": 2020, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4079, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2399, \"group\": [2224.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCACACGC\", \"ini\": 4741, \"clust\": 4242, \"rank\": 1553, \"rankvar\": 1708, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4080, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5051, \"group\": [4242.0, 727.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACCACCAG\", \"ini\": 4740, \"clust\": 4294, \"rank\": 761, \"rankvar\": 4461, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4081, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5052, \"group\": [4301.0, 741.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGGCAAAC\", \"ini\": 4739, \"clust\": 4250, \"rank\": 1514, \"rankvar\": 3945, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4082, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5053, \"group\": [4250.0, 729.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGCGTAAG\", \"ini\": 4738, \"clust\": 4719, \"rank\": 1321, \"rankvar\": 416, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4083, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4437, \"group\": [4720.0, 850.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTGGTCCGT\", \"ini\": 4737, \"clust\": 2463, \"rank\": 1620, \"rankvar\": 1214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4084, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 388, \"group\": [2463.0, 427.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGTGTGGCA\", \"ini\": 4736, \"clust\": 4233, \"rank\": 1430, \"rankvar\": 1740, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4085, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4438, \"group\": [4234.0, 722.0, 123.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAATGAATG\", \"ini\": 4735, \"clust\": 4723, \"rank\": 1712, \"rankvar\": 1230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4439, \"group\": [4724.0, 851.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAAACCCAT\", \"ini\": 4734, \"clust\": 4531, \"rank\": 1458, \"rankvar\": 3586, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4087, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 16, \"group\": [4528.0, 769.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCTCCAGGG\", \"ini\": 4733, \"clust\": 1859, \"rank\": 1179, \"rankvar\": 233, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4088, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 389, \"group\": [1859.0, 265.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGCCAGTTT\", \"ini\": 4732, \"clust\": 4257, \"rank\": 1480, \"rankvar\": 3574, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4089, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5054, \"group\": [4256.0, 729.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTACATGAACCT\", \"ini\": 4731, \"clust\": 1745, \"rank\": 1282, \"rankvar\": 130, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4090, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 390, \"group\": [1745.0, 239.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGAATAGGG\", \"ini\": 4730, \"clust\": 1714, \"rank\": 1614, \"rankvar\": 1972, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4091, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 391, \"group\": [1715.0, 222.0, 46.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGCTGGA\", \"ini\": 4729, \"clust\": 4781, \"rank\": 984, \"rankvar\": 450, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4092, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4440, \"group\": [4780.0, 879.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTACCGGCT\", \"ini\": 4728, \"clust\": 2116, \"rank\": 961, \"rankvar\": 960, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4093, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2400, \"group\": [2118.0, 362.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGGTGGAT\", \"ini\": 4727, \"clust\": 4939, \"rank\": 830, \"rankvar\": 1107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4094, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4441, \"group\": [4939.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGAGGTTAT\", \"ini\": 4726, \"clust\": 2271, \"rank\": 1369, \"rankvar\": 1492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4095, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2401, \"group\": [2272.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCAAAGACA\", \"ini\": 4725, \"clust\": 2215, \"rank\": 1337, \"rankvar\": 2874, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4096, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2402, \"group\": [2216.0, 372.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTGATCGG\", \"ini\": 4724, \"clust\": 98, \"rank\": 2061, \"rankvar\": 5049, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4097, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5166, \"group\": [97.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAGGTCGTC\", \"ini\": 4723, \"clust\": 2187, \"rank\": 917, \"rankvar\": 1495, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4098, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2403, \"group\": [2190.0, 368.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTTCCACGG\", \"ini\": 4722, \"clust\": 1656, \"rank\": 1379, \"rankvar\": 1337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4099, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4317, \"group\": [1658.0, 190.0, 39.0, 9.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACAGCGTC\", \"ini\": 4721, \"clust\": 4264, \"rank\": 1416, \"rankvar\": 4766, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4100, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5055, \"group\": [4262.0, 732.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCCCTAATT\", \"ini\": 4720, \"clust\": 4751, \"rank\": 1255, \"rankvar\": 786, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4101, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4442, \"group\": [4752.0, 861.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAAAGCGGT\", \"ini\": 4719, \"clust\": 1884, \"rank\": 1421, \"rankvar\": 507, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4102, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 392, \"group\": [1885.0, 272.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACGACGT\", \"ini\": 4718, \"clust\": 1932, \"rank\": 1976, \"rankvar\": 1428, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 393, \"group\": [1934.0, 295.0, 58.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCACTCTTA\", \"ini\": 4717, \"clust\": 2109, \"rank\": 1546, \"rankvar\": 1416, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4104, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2404, \"group\": [2109.0, 361.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTTCAGACT\", \"ini\": 4716, \"clust\": 4526, \"rank\": 1519, \"rankvar\": 1833, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4105, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 17, \"group\": [4524.0, 769.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCATGCAACT\", \"ini\": 4715, \"clust\": 4791, \"rank\": 1066, \"rankvar\": 390, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4443, \"group\": [4791.0, 882.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCACCCT\", \"ini\": 4714, \"clust\": 2288, \"rank\": 1117, \"rankvar\": 1148, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4107, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2405, \"group\": [2292.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGGCTTC\", \"ini\": 4713, \"clust\": 2131, \"rank\": 1106, \"rankvar\": 1280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4108, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2406, \"group\": [2130.0, 363.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCCAGTTA\", \"ini\": 4712, \"clust\": 2066, \"rank\": 1410, \"rankvar\": 4334, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4109, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2407, \"group\": [2068.0, 351.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTAGCTAGGCA\", \"ini\": 4711, \"clust\": 2207, \"rank\": 1513, \"rankvar\": 1555, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4110, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2408, \"group\": [2208.0, 371.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGCGGCTTC\", \"ini\": 4710, \"clust\": 116, \"rank\": 1746, \"rankvar\": 5090, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4111, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5167, \"group\": [118.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAGCCCAC\", \"ini\": 4709, \"clust\": 4772, \"rank\": 1671, \"rankvar\": 492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4112, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4444, \"group\": [4772.0, 876.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCCACCGTTGG\", \"ini\": 4708, \"clust\": 1869, \"rank\": 1808, \"rankvar\": 178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 394, \"group\": [1872.0, 269.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGCGCCTTG\", \"ini\": 4707, \"clust\": 4252, \"rank\": 1551, \"rankvar\": 3580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4114, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5056, \"group\": [4252.0, 729.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGAACTCGG\", \"ini\": 4706, \"clust\": 2285, \"rank\": 1323, \"rankvar\": 2644, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4115, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2409, \"group\": [2284.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTATCTG\", \"ini\": 4705, \"clust\": 1855, \"rank\": 1703, \"rankvar\": 249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 395, \"group\": [1857.0, 264.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTCGGCTCA\", \"ini\": 4704, \"clust\": 2091, \"rank\": 1284, \"rankvar\": 2456, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4117, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2410, \"group\": [2092.0, 355.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTTCCAACA\", \"ini\": 4703, \"clust\": 4258, \"rank\": 1690, \"rankvar\": 3145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4118, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5057, \"group\": [4257.0, 729.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCCTGCAGG\", \"ini\": 4702, \"clust\": 1871, \"rank\": 1752, \"rankvar\": 61, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 396, \"group\": [1871.0, 269.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGAGGTAGA\", \"ini\": 4701, \"clust\": 2291, \"rank\": 1370, \"rankvar\": 694, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4120, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2411, \"group\": [2290.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACATGCAATC\", \"ini\": 4700, \"clust\": 1736, \"rank\": 1481, \"rankvar\": 937, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 397, \"group\": [1742.0, 237.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTTTAAGCC\", \"ini\": 4699, \"clust\": 2275, \"rank\": 1562, \"rankvar\": 1213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4122, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2412, \"group\": [2278.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTTCATGGT\", \"ini\": 4698, \"clust\": 2001, \"rank\": 886, \"rankvar\": 3003, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4123, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2096, \"group\": [2000.0, 329.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCTGCAGG\", \"ini\": 4697, \"clust\": 4588, \"rank\": 2030, \"rankvar\": 59, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4124, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4445, \"group\": [4588.0, 809.0, 143.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGAGAACAG\", \"ini\": 4696, \"clust\": 4793, \"rank\": 1189, \"rankvar\": 1067, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4125, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4446, \"group\": [4793.0, 883.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGAGAGCAATT\", \"ini\": 4695, \"clust\": 1746, \"rank\": 1285, \"rankvar\": 380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4126, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 398, \"group\": [1746.0, 239.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAACGCGA\", \"ini\": 4694, \"clust\": 1710, \"rank\": 1206, \"rankvar\": 589, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 399, \"group\": [1711.0, 220.0, 46.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCAGTTTGG\", \"ini\": 4693, \"clust\": 4722, \"rank\": 1799, \"rankvar\": 940, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4447, \"group\": [4722.0, 850.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCCTCAACC\", \"ini\": 4692, \"clust\": 4779, \"rank\": 1055, \"rankvar\": 1982, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4448, \"group\": [4781.0, 880.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAGCCTTTC\", \"ini\": 4691, \"clust\": 2205, \"rank\": 1510, \"rankvar\": 1734, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4130, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2413, \"group\": [2206.0, 371.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATAGGAG\", \"ini\": 4690, \"clust\": 166, \"rank\": 1122, \"rankvar\": 3982, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4131, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 400, \"group\": [164.0, 27.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTCTCATCC\", \"ini\": 4689, \"clust\": 4727, \"rank\": 1472, \"rankvar\": 2175, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4132, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2414, \"group\": [4726.0, 852.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCGGCATCG\", \"ini\": 4688, \"clust\": 1661, \"rank\": 1375, \"rankvar\": 1788, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 401, \"group\": [1662.0, 194.0, 40.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTTCGCTAA\", \"ini\": 4687, \"clust\": 2277, \"rank\": 1709, \"rankvar\": 584, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4134, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2415, \"group\": [2277.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGCGATG\", \"ini\": 4686, \"clust\": 118, \"rank\": 2348, \"rankvar\": 5096, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4135, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5168, \"group\": [117.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAGTCAGCC\", \"ini\": 4685, \"clust\": 1924, \"rank\": 1769, \"rankvar\": 1041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 402, \"group\": [1924.0, 290.0, 55.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAACTGCTA\", \"ini\": 4684, \"clust\": 2252, \"rank\": 1098, \"rankvar\": 3016, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4137, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2416, \"group\": [2253.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTTGAGAT\", \"ini\": 4683, \"clust\": 2230, \"rank\": 1307, \"rankvar\": 3634, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4138, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2417, \"group\": [2230.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCCCTAAT\", \"ini\": 4682, \"clust\": 1762, \"rank\": 1488, \"rankvar\": 57, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 403, \"group\": [1761.0, 244.0, 49.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAAGTCTAC\", \"ini\": 4681, \"clust\": 2087, \"rank\": 1490, \"rankvar\": 2505, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4140, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2418, \"group\": [2088.0, 354.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGGCTCTTA\", \"ini\": 4680, \"clust\": 4725, \"rank\": 1887, \"rankvar\": 1767, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4449, \"group\": [4729.0, 853.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAACAGCGAACA\", \"ini\": 4679, \"clust\": 2522, \"rank\": 2037, \"rankvar\": 422, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 404, \"group\": [2521.0, 444.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAAACCGT\", \"ini\": 4678, \"clust\": 1836, \"rank\": 1466, \"rankvar\": 276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 405, \"group\": [1837.0, 258.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCACAGACTT\", \"ini\": 4677, \"clust\": 4730, \"rank\": 1897, \"rankvar\": 764, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4144, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4450, \"group\": [4731.0, 854.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCAATGGACG\", \"ini\": 4676, \"clust\": 4724, \"rank\": 1618, \"rankvar\": 1830, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4145, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4451, \"group\": [4725.0, 851.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTGACTACT\", \"ini\": 4675, \"clust\": 1749, \"rank\": 1517, \"rankvar\": 167, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 406, \"group\": [1748.0, 239.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCTCTTATG\", \"ini\": 4674, \"clust\": 4715, \"rank\": 1216, \"rankvar\": 1154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4147, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4452, \"group\": [4718.0, 849.0, 147.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTACAGCAG\", \"ini\": 4673, \"clust\": 4082, \"rank\": 1701, \"rankvar\": 2565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4148, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2419, \"group\": [4081.0, 651.0, 110.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCACCCAGTG\", \"ini\": 4672, \"clust\": 4072, \"rank\": 2074, \"rankvar\": 527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4149, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2420, \"group\": [4072.0, 647.0, 109.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTATAGGTA\", \"ini\": 4671, \"clust\": 184, \"rank\": 1880, \"rankvar\": 4178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4150, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2835, \"group\": [187.0, 42.0, 11.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGCTGAG\", \"ini\": 4670, \"clust\": 4608, \"rank\": 1640, \"rankvar\": 238, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4151, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4453, \"group\": [4609.0, 818.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGGCGCTCT\", \"ini\": 4669, \"clust\": 2009, \"rank\": 1484, \"rankvar\": 396, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4152, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2421, \"group\": [2009.0, 335.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGATTC\", \"ini\": 4668, \"clust\": 2300, \"rank\": 1293, \"rankvar\": 1347, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4153, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2422, \"group\": [2301.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCTGGAGCC\", \"ini\": 4667, \"clust\": 2518, \"rank\": 1699, \"rankvar\": 361, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 407, \"group\": [2517.0, 443.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCGGATGGA\", \"ini\": 4666, \"clust\": 2210, \"rank\": 1204, \"rankvar\": 602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4155, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2423, \"group\": [2210.0, 372.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTATGCTTG\", \"ini\": 4665, \"clust\": 90, \"rank\": 2290, \"rankvar\": 3754, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4156, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5169, \"group\": [90.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTACTTAC\", \"ini\": 4664, \"clust\": 2279, \"rank\": 1281, \"rankvar\": 794, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4157, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2424, \"group\": [2282.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAATCCGT\", \"ini\": 4663, \"clust\": 1885, \"rank\": 1160, \"rankvar\": 406, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 408, \"group\": [1886.0, 272.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTGGGCTA\", \"ini\": 4662, \"clust\": 4253, \"rank\": 1825, \"rankvar\": 3381, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4159, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5058, \"group\": [4255.0, 729.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCAGGTGCCT\", \"ini\": 4661, \"clust\": 1962, \"rank\": 1621, \"rankvar\": 4522, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4160, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2425, \"group\": [1965.0, 315.0, 65.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCTGAGTGT\", \"ini\": 4660, \"clust\": 2112, \"rank\": 1522, \"rankvar\": 2398, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4161, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2426, \"group\": [2112.0, 362.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGAGAGTACAT\", \"ini\": 4659, \"clust\": 4787, \"rank\": 1736, \"rankvar\": 1030, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4454, \"group\": [4789.0, 882.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGATGAGG\", \"ini\": 4658, \"clust\": 4578, \"rank\": 1965, \"rankvar\": 580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4163, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4455, \"group\": [4578.0, 806.0, 143.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACCCTATC\", \"ini\": 4657, \"clust\": 4259, \"rank\": 1845, \"rankvar\": 3392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4164, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5059, \"group\": [4277.0, 733.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCGTTTGCC\", \"ini\": 4656, \"clust\": 1912, \"rank\": 1574, \"rankvar\": 516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 409, \"group\": [1910.0, 278.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCATTCA\", \"ini\": 4655, \"clust\": 4553, \"rank\": 1254, \"rankvar\": 3023, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4166, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3099, \"group\": [4554.0, 790.0, 138.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCTGTCAAG\", \"ini\": 4654, \"clust\": 2461, \"rank\": 1849, \"rankvar\": 996, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 410, \"group\": [2464.0, 427.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGCGCAC\", \"ini\": 4653, \"clust\": 1763, \"rank\": 2011, \"rankvar\": 11, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 411, \"group\": [1764.0, 247.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCGTCTTC\", \"ini\": 4652, \"clust\": 1996, \"rank\": 1478, \"rankvar\": 313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4169, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 412, \"group\": [1996.0, 328.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCACAACGTT\", \"ini\": 4651, \"clust\": 4731, \"rank\": 1795, \"rankvar\": 1452, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4170, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4456, \"group\": [4732.0, 855.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTCCGAAGA\", \"ini\": 4650, \"clust\": 1961, \"rank\": 1144, \"rankvar\": 711, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4171, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2427, \"group\": [1962.0, 314.0, 65.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCAAGC\", \"ini\": 4649, \"clust\": 2120, \"rank\": 1627, \"rankvar\": 401, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4172, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2428, \"group\": [2132.0, 364.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCCGTTGTC\", \"ini\": 4648, \"clust\": 1753, \"rank\": 1792, \"rankvar\": 180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 413, \"group\": [1754.0, 242.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCAAGTAATG\", \"ini\": 4647, \"clust\": 2214, \"rank\": 1656, \"rankvar\": 1839, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4174, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2429, \"group\": [2215.0, 372.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCTAGAAC\", \"ini\": 4646, \"clust\": 2032, \"rank\": 1734, \"rankvar\": 1244, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4175, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2430, \"group\": [2032.0, 341.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCCTTGCCA\", \"ini\": 4645, \"clust\": 1715, \"rank\": 1628, \"rankvar\": 642, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 414, \"group\": [1716.0, 222.0, 46.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGGACGAT\", \"ini\": 4644, \"clust\": 1997, \"rank\": 1402, \"rankvar\": 133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 415, \"group\": [1997.0, 328.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGTGGTAAT\", \"ini\": 4643, \"clust\": 163, \"rank\": 1624, \"rankvar\": 3141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 416, \"group\": [163.0, 26.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGATGCGAC\", \"ini\": 4642, \"clust\": 2211, \"rank\": 1666, \"rankvar\": 1669, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4179, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2431, \"group\": [2212.0, 372.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAGCTTAAC\", \"ini\": 4641, \"clust\": 2228, \"rank\": 1759, \"rankvar\": 2757, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4180, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2432, \"group\": [2231.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGCAGCCTC\", \"ini\": 4640, \"clust\": 2178, \"rank\": 1127, \"rankvar\": 1160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4181, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2433, \"group\": [2178.0, 367.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTGGTGTAG\", \"ini\": 4639, \"clust\": 4340, \"rank\": 2240, \"rankvar\": 938, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4182, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4318, \"group\": [4340.0, 747.0, 126.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTTGATG\", \"ini\": 4638, \"clust\": 1739, \"rank\": 1791, \"rankvar\": 878, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 417, \"group\": [1741.0, 236.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAGTCGACTAT\", \"ini\": 4637, \"clust\": 2248, \"rank\": 1422, \"rankvar\": 1973, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4184, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2434, \"group\": [2252.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGAATCT\", \"ini\": 4636, \"clust\": 1907, \"rank\": 1632, \"rankvar\": 324, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 418, \"group\": [1906.0, 276.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTCCAGTAT\", \"ini\": 4635, \"clust\": 1966, \"rank\": 1199, \"rankvar\": 633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 419, \"group\": [1966.0, 316.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGACAGCT\", \"ini\": 4634, \"clust\": 1860, \"rank\": 1826, \"rankvar\": 1034, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 420, \"group\": [1860.0, 265.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACCATACTACG\", \"ini\": 4633, \"clust\": 4584, \"rank\": 2337, \"rankvar\": 358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4457, \"group\": [4583.0, 808.0, 143.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGGTACA\", \"ini\": 4632, \"clust\": 4197, \"rank\": 1812, \"rankvar\": 310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 421, \"group\": [4196.0, 703.0, 118.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAAACGTGG\", \"ini\": 4631, \"clust\": 1984, \"rank\": 1527, \"rankvar\": 1019, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4190, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 422, \"group\": [1986.0, 322.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTAGTGACTCT\", \"ini\": 4630, \"clust\": 2212, \"rank\": 1600, \"rankvar\": 1071, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4191, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2435, \"group\": [2213.0, 372.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTATCGCAT\", \"ini\": 4629, \"clust\": 2523, \"rank\": 2108, \"rankvar\": 161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 423, \"group\": [2523.0, 445.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACGTCAGC\", \"ini\": 4628, \"clust\": 2054, \"rank\": 1573, \"rankvar\": 1685, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4193, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2436, \"group\": [2053.0, 348.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACCTCGT\", \"ini\": 4627, \"clust\": 63, \"rank\": 2172, \"rankvar\": 4984, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4194, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5170, \"group\": [63.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGTGCCTG\", \"ini\": 4626, \"clust\": 2040, \"rank\": 2254, \"rankvar\": 3259, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4195, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2437, \"group\": [2041.0, 343.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGCGAT\", \"ini\": 4625, \"clust\": 4581, \"rank\": 2199, \"rankvar\": 762, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4458, \"group\": [4581.0, 807.0, 143.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATTGG\", \"ini\": 4624, \"clust\": 1967, \"rank\": 1576, \"rankvar\": 1072, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 424, \"group\": [1967.0, 316.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTTTACGT\", \"ini\": 4623, \"clust\": 1723, \"rank\": 1756, \"rankvar\": 93, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 425, \"group\": [1724.0, 225.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCGCCAGCA\", \"ini\": 4622, \"clust\": 2055, \"rank\": 1440, \"rankvar\": 3068, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4199, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2438, \"group\": [2054.0, 348.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCAGATCCTGT\", \"ini\": 4621, \"clust\": 4734, \"rank\": 1960, \"rankvar\": 244, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4459, \"group\": [4735.0, 856.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCTCTGAGA\", \"ini\": 4620, \"clust\": 1727, \"rank\": 1714, \"rankvar\": 1014, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 426, \"group\": [1728.0, 228.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGCAATC\", \"ini\": 4619, \"clust\": 1760, \"rank\": 2148, \"rankvar\": 159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 427, \"group\": [1762.0, 245.0, 49.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTCTGG\", \"ini\": 4618, \"clust\": 4337, \"rank\": 2038, \"rankvar\": 2551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4203, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 18, \"group\": [4338.0, 745.0, 125.0, 27.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGTGAAGTT\", \"ini\": 4617, \"clust\": 2048, \"rank\": 1819, \"rankvar\": 867, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4204, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2439, \"group\": [2048.0, 346.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTAAGGATT\", \"ini\": 4616, \"clust\": 4338, \"rank\": 2046, \"rankvar\": 1018, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4205, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2440, \"group\": [4339.0, 746.0, 125.0, 27.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTGTCGAGTTT\", \"ini\": 4615, \"clust\": 4343, \"rank\": 2413, \"rankvar\": 1722, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4206, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2441, \"group\": [4342.0, 748.0, 126.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTTGCTCCT\", \"ini\": 4614, \"clust\": 2088, \"rank\": 1442, \"rankvar\": 3133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4207, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2442, \"group\": [2089.0, 355.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCGCATC\", \"ini\": 4613, \"clust\": 62, \"rank\": 2205, \"rankvar\": 5118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4208, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5171, \"group\": [65.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACTCAGCCTAA\", \"ini\": 4612, \"clust\": 1716, \"rank\": 1949, \"rankvar\": 353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 428, \"group\": [1717.0, 222.0, 46.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTGGGCCA\", \"ini\": 4611, \"clust\": 4490, \"rank\": 2031, \"rankvar\": 2759, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4210, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 19, \"group\": [4493.0, 765.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGGCTAGCA\", \"ini\": 4610, \"clust\": 2119, \"rank\": 1423, \"rankvar\": 1125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4211, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2443, \"group\": [2116.0, 362.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAAGCCATCGC\", \"ini\": 4609, \"clust\": 1955, \"rank\": 1412, \"rankvar\": 716, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 429, \"group\": [1956.0, 311.0, 64.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATACTACG\", \"ini\": 4608, \"clust\": 4777, \"rank\": 1696, \"rankvar\": 600, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4213, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4460, \"group\": [4776.0, 877.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCTAGTGT\", \"ini\": 4607, \"clust\": 2308, \"rank\": 1962, \"rankvar\": 3326, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4214, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2444, \"group\": [2308.0, 375.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACATCCGCGA\", \"ini\": 4606, \"clust\": 4728, \"rank\": 1978, \"rankvar\": 3100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4215, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2445, \"group\": [4727.0, 852.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCCGTGAC\", \"ini\": 4605, \"clust\": 4579, \"rank\": 2165, \"rankvar\": 638, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4216, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4461, \"group\": [4579.0, 806.0, 143.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTTCCACAA\", \"ini\": 4604, \"clust\": 1729, \"rank\": 2062, \"rankvar\": 141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 430, \"group\": [1732.0, 232.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCCTTGTG\", \"ini\": 4603, \"clust\": 1957, \"rank\": 1749, \"rankvar\": 827, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4218, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4462, \"group\": [1960.0, 313.0, 65.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCGATTCT\", \"ini\": 4602, \"clust\": 1722, \"rank\": 1942, \"rankvar\": 166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 431, \"group\": [1723.0, 225.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCAATGGT\", \"ini\": 4601, \"clust\": 1719, \"rank\": 1778, \"rankvar\": 581, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 432, \"group\": [1719.0, 223.0, 47.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTACAGACG\", \"ini\": 4600, \"clust\": 4726, \"rank\": 1753, \"rankvar\": 1609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4221, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4463, \"group\": [4728.0, 852.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGCTGATAA\", \"ini\": 4599, \"clust\": 4518, \"rank\": 1998, \"rankvar\": 3715, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4222, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 20, \"group\": [4520.0, 769.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTAATAGCA\", \"ini\": 4598, \"clust\": 1890, \"rank\": 1931, \"rankvar\": 197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 433, \"group\": [1891.0, 273.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTGGCGAC\", \"ini\": 4597, \"clust\": 64, \"rank\": 2544, \"rankvar\": 5028, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4224, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5172, \"group\": [64.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAATGTGT\", \"ini\": 4596, \"clust\": 1724, \"rank\": 1946, \"rankvar\": 435, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4225, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 434, \"group\": [1725.0, 225.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCACCTCGT\", \"ini\": 4595, \"clust\": 1892, \"rank\": 2085, \"rankvar\": 154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 435, \"group\": [1893.0, 273.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCCGAAT\", \"ini\": 4594, \"clust\": 2179, \"rank\": 1593, \"rankvar\": 2056, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4227, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2446, \"group\": [2179.0, 367.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTACAGCAG\", \"ini\": 4593, \"clust\": 1946, \"rank\": 1685, \"rankvar\": 1003, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2447, \"group\": [1947.0, 304.0, 61.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCAACGCTA\", \"ini\": 4592, \"clust\": 2515, \"rank\": 2107, \"rankvar\": 327, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4229, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 436, \"group\": [2515.0, 442.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCACGAAATA\", \"ini\": 4591, \"clust\": 2127, \"rank\": 1608, \"rankvar\": 877, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4230, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2448, \"group\": [2131.0, 363.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATTTGCTT\", \"ini\": 4590, \"clust\": 1711, \"rank\": 1236, \"rankvar\": 2314, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4231, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 437, \"group\": [1712.0, 220.0, 46.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTGTAATGA\", \"ini\": 4589, \"clust\": 2123, \"rank\": 1784, \"rankvar\": 1984, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4232, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2449, \"group\": [2124.0, 363.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGAGTATA\", \"ini\": 4588, \"clust\": 2080, \"rank\": 2101, \"rankvar\": 463, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4233, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2450, \"group\": [2081.0, 352.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTAAAGA\", \"ini\": 4587, \"clust\": 2304, \"rank\": 1968, \"rankvar\": 3148, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4234, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2451, \"group\": [2305.0, 375.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTTGAGG\", \"ini\": 4586, \"clust\": 2520, \"rank\": 2089, \"rankvar\": 302, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4235, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 438, \"group\": [2522.0, 444.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACACCAGGCT\", \"ini\": 4585, \"clust\": 4574, \"rank\": 2151, \"rankvar\": 76, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 439, \"group\": [4574.0, 802.0, 142.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGGGACA\", \"ini\": 4584, \"clust\": 4240, \"rank\": 2400, \"rankvar\": 1268, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4237, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5060, \"group\": [4259.0, 730.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGGGTACA\", \"ini\": 4583, \"clust\": 167, \"rank\": 1918, \"rankvar\": 2287, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 440, \"group\": [165.0, 27.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGCATG\", \"ini\": 4582, \"clust\": 2024, \"rank\": 1869, \"rankvar\": 2514, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4239, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2452, \"group\": [2026.0, 340.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTTGCGCAC\", \"ini\": 4581, \"clust\": 2005, \"rank\": 1921, \"rankvar\": 3388, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4240, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2453, \"group\": [2003.0, 331.0, 67.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGATTGT\", \"ini\": 4580, \"clust\": 4272, \"rank\": 2039, \"rankvar\": 4755, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4241, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5061, \"group\": [4272.0, 732.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGAGACG\", \"ini\": 4579, \"clust\": 4388, \"rank\": 1841, \"rankvar\": 4548, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4242, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 21, \"group\": [4389.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGCAGCGTA\", \"ini\": 4578, \"clust\": 4273, \"rank\": 1661, \"rankvar\": 4750, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4243, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5062, \"group\": [4273.0, 732.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAAGCCATT\", \"ini\": 4577, \"clust\": 2183, \"rank\": 1526, \"rankvar\": 647, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4244, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2454, \"group\": [2184.0, 368.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTTACCCA\", \"ini\": 4576, \"clust\": 3973, \"rank\": 2128, \"rankvar\": 3767, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4245, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 22, \"group\": [3981.0, 611.0, 104.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCTCTTGAT\", \"ini\": 4575, \"clust\": 2216, \"rank\": 1616, \"rankvar\": 2706, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4246, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2455, \"group\": [2217.0, 372.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGCCGTCGT\", \"ini\": 4574, \"clust\": 2013, \"rank\": 1831, \"rankvar\": 1622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4247, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2456, \"group\": [2014.0, 338.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTAACTTC\", \"ini\": 4573, \"clust\": 4720, \"rank\": 2417, \"rankvar\": 1707, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4248, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4464, \"group\": [4723.0, 850.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCACGGTTA\", \"ini\": 4572, \"clust\": 2031, \"rank\": 1977, \"rankvar\": 3749, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4249, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2457, \"group\": [2034.0, 341.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTGTAA\", \"ini\": 4571, \"clust\": 2309, \"rank\": 1837, \"rankvar\": 1410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4250, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2458, \"group\": [2309.0, 375.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATTGTGCA\", \"ini\": 4570, \"clust\": 1759, \"rank\": 1842, \"rankvar\": 108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 441, \"group\": [1763.0, 246.0, 49.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAGTCGGT\", \"ini\": 4569, \"clust\": 1670, \"rank\": 2377, \"rankvar\": 1212, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4252, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4319, \"group\": [1671.0, 201.0, 42.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCGTCAAA\", \"ini\": 4568, \"clust\": 1991, \"rank\": 1633, \"rankvar\": 4128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4253, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2097, \"group\": [1991.0, 326.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCACCCTCA\", \"ini\": 4567, \"clust\": 1717, \"rank\": 1996, \"rankvar\": 533, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 442, \"group\": [1718.0, 222.0, 46.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTCACCTC\", \"ini\": 4566, \"clust\": 4778, \"rank\": 2135, \"rankvar\": 436, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4255, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4465, \"group\": [4777.0, 877.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGACAAGCC\", \"ini\": 4565, \"clust\": 126, \"rank\": 2701, \"rankvar\": 4753, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4256, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5173, \"group\": [141.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGCATCATC\", \"ini\": 4564, \"clust\": 2289, \"rank\": 1694, \"rankvar\": 1459, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4257, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2459, \"group\": [2291.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGACACGAC\", \"ini\": 4563, \"clust\": 1758, \"rank\": 1818, \"rankvar\": 1746, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 443, \"group\": [1759.0, 243.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTTCCTT\", \"ini\": 4562, \"clust\": 2108, \"rank\": 2141, \"rankvar\": 1906, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4259, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2460, \"group\": [2111.0, 361.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGATACACA\", \"ini\": 4561, \"clust\": 2096, \"rank\": 1680, \"rankvar\": 776, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4260, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2461, \"group\": [2097.0, 356.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACAATAGAGT\", \"ini\": 4560, \"clust\": 1837, \"rank\": 2221, \"rankvar\": 303, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4261, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 444, \"group\": [1841.0, 260.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGATGTGGC\", \"ini\": 4559, \"clust\": 2305, \"rank\": 1676, \"rankvar\": 1310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4262, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2462, \"group\": [2306.0, 375.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGTAAGTAC\", \"ini\": 4558, \"clust\": 1764, \"rank\": 2235, \"rankvar\": 240, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 445, \"group\": [1765.0, 248.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGGTCGAT\", \"ini\": 4557, \"clust\": 96, \"rank\": 2664, \"rankvar\": 4906, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4264, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5174, \"group\": [98.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAAACGCG\", \"ini\": 4556, \"clust\": 2093, \"rank\": 2027, \"rankvar\": 3214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4265, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2463, \"group\": [2095.0, 355.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGGGTGTTG\", \"ini\": 4555, \"clust\": 4099, \"rank\": 2444, \"rankvar\": 3320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4266, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2464, \"group\": [4100.0, 659.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGCTATGCT\", \"ini\": 4554, \"clust\": 1995, \"rank\": 1741, \"rankvar\": 1693, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 446, \"group\": [1998.0, 328.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCTCGATGA\", \"ini\": 4553, \"clust\": 212, \"rank\": 1894, \"rankvar\": 4292, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4268, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2836, \"group\": [213.0, 48.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAACACCCG\", \"ini\": 4552, \"clust\": 2059, \"rank\": 1851, \"rankvar\": 3058, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4269, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2465, \"group\": [2059.0, 349.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTAAGAGAG\", \"ini\": 4551, \"clust\": 2067, \"rank\": 2014, \"rankvar\": 2673, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4270, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2466, \"group\": [2066.0, 351.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAGCTCCG\", \"ini\": 4550, \"clust\": 4130, \"rank\": 2279, \"rankvar\": 3681, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4271, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2467, \"group\": [4131.0, 666.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTGTCCAT\", \"ini\": 4549, \"clust\": 4311, \"rank\": 2405, \"rankvar\": 4687, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4272, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5063, \"group\": [4310.0, 741.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGATTA\", \"ini\": 4548, \"clust\": 1930, \"rank\": 2395, \"rankvar\": 741, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4273, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 447, \"group\": [1930.0, 294.0, 58.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTGCTGTC\", \"ini\": 4547, \"clust\": 4755, \"rank\": 2219, \"rankvar\": 473, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2468, \"group\": [4755.0, 864.0, 149.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTAAGTAG\", \"ini\": 4546, \"clust\": 2208, \"rank\": 2112, \"rankvar\": 611, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4275, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2469, \"group\": [2211.0, 372.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTAGGACAC\", \"ini\": 4545, \"clust\": 2025, \"rank\": 2309, \"rankvar\": 2097, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4276, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2470, \"group\": [2024.0, 340.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTACGAAAT\", \"ini\": 4544, \"clust\": 4265, \"rank\": 2032, \"rankvar\": 3210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4277, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5064, \"group\": [4263.0, 732.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCGGCATC\", \"ini\": 4543, \"clust\": 1909, \"rank\": 2065, \"rankvar\": 381, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 448, \"group\": [1914.0, 280.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATAGTCA\", \"ini\": 4542, \"clust\": 2094, \"rank\": 2118, \"rankvar\": 1504, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4279, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2471, \"group\": [2093.0, 355.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTTTAGGA\", \"ini\": 4541, \"clust\": 1922, \"rank\": 2528, \"rankvar\": 323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 449, \"group\": [1925.0, 291.0, 56.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGTCGTC\", \"ini\": 4540, \"clust\": 4716, \"rank\": 1768, \"rankvar\": 866, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4281, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4466, \"group\": [4716.0, 847.0, 147.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGAAGGACA\", \"ini\": 4539, \"clust\": 1658, \"rank\": 1805, \"rankvar\": 217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 450, \"group\": [1657.0, 189.0, 39.0, 9.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTGGAGA\", \"ini\": 4538, \"clust\": 2015, \"rank\": 2063, \"rankvar\": 1523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4283, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2472, \"group\": [2016.0, 338.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGGTGGA\", \"ini\": 4537, \"clust\": 1720, \"rank\": 2200, \"rankvar\": 78, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 451, \"group\": [1720.0, 223.0, 47.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGGCATG\", \"ini\": 4536, \"clust\": 2465, \"rank\": 2673, \"rankvar\": 3323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 452, \"group\": [2465.0, 428.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAATGTTGC\", \"ini\": 4535, \"clust\": 2081, \"rank\": 2146, \"rankvar\": 923, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4286, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2473, \"group\": [2082.0, 352.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCGGCA\", \"ini\": 4534, \"clust\": 2311, \"rank\": 2181, \"rankvar\": 709, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4287, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2474, \"group\": [2312.0, 377.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGTACC\", \"ini\": 4533, \"clust\": 1992, \"rank\": 1800, \"rankvar\": 648, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 453, \"group\": [1992.0, 326.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCATTATCC\", \"ini\": 4532, \"clust\": 2071, \"rank\": 2111, \"rankvar\": 2650, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2475, \"group\": [2072.0, 351.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAGGATCGA\", \"ini\": 4531, \"clust\": 1730, \"rank\": 2216, \"rankvar\": 106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4290, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 454, \"group\": [1730.0, 230.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTCCAGTTA\", \"ini\": 4530, \"clust\": 2002, \"rank\": 2504, \"rankvar\": 475, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4291, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4320, \"group\": [2007.0, 333.0, 67.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAGCTTCGG\", \"ini\": 4529, \"clust\": 2016, \"rank\": 2498, \"rankvar\": 1480, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4292, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2476, \"group\": [2017.0, 338.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCACCAGGC\", \"ini\": 4528, \"clust\": 1987, \"rank\": 2394, \"rankvar\": 174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4293, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 455, \"group\": [1990.0, 325.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACACAGAGGT\", \"ini\": 4527, \"clust\": 2034, \"rank\": 2285, \"rankvar\": 2274, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4294, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2477, \"group\": [2035.0, 342.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGATTGCT\", \"ini\": 4526, \"clust\": 1732, \"rank\": 1948, \"rankvar\": 207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4295, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 456, \"group\": [1736.0, 234.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCATCGTCGG\", \"ini\": 4525, \"clust\": 2053, \"rank\": 2194, \"rankvar\": 1510, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2478, \"group\": [2055.0, 348.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTGAATTG\", \"ini\": 4524, \"clust\": 142, \"rank\": 3252, \"rankvar\": 5230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4297, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5175, \"group\": [143.0, 16.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGTATCTCG\", \"ini\": 4523, \"clust\": 1941, \"rank\": 2429, \"rankvar\": 136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 457, \"group\": [1942.0, 300.0, 59.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAACGC\", \"ini\": 4522, \"clust\": 2466, \"rank\": 2568, \"rankvar\": 2253, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4299, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 458, \"group\": [2466.0, 428.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGATCCCGC\", \"ini\": 4521, \"clust\": 2078, \"rank\": 2051, \"rankvar\": 3694, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4300, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2479, \"group\": [2078.0, 351.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAAGAAAGG\", \"ini\": 4520, \"clust\": 4717, \"rank\": 2023, \"rankvar\": 1666, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4301, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2480, \"group\": [4717.0, 848.0, 147.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTGGTTT\", \"ini\": 4519, \"clust\": 1936, \"rank\": 2674, \"rankvar\": 789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 459, \"group\": [1938.0, 297.0, 59.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTTCAAG\", \"ini\": 4518, \"clust\": 1655, \"rank\": 1798, \"rankvar\": 690, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 460, \"group\": [1659.0, 191.0, 39.0, 9.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTTTCG\", \"ini\": 4517, \"clust\": 2199, \"rank\": 2012, \"rankvar\": 914, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4304, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2481, \"group\": [2202.0, 370.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGTCTAC\", \"ini\": 4516, \"clust\": 2524, \"rank\": 2316, \"rankvar\": 203, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 461, \"group\": [2524.0, 446.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTGTCCGT\", \"ini\": 4515, \"clust\": 4278, \"rank\": 2386, \"rankvar\": 4114, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4306, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5065, \"group\": [4284.0, 735.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTATATCCG\", \"ini\": 4514, \"clust\": 1650, \"rank\": 2350, \"rankvar\": 1664, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4307, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 462, \"group\": [1651.0, 185.0, 37.0, 9.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGGCCT\", \"ini\": 4513, \"clust\": 2301, \"rank\": 2173, \"rankvar\": 3181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4308, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2482, \"group\": [2302.0, 374.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCACCGATAT\", \"ini\": 4512, \"clust\": 1728, \"rank\": 2559, \"rankvar\": 328, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 463, \"group\": [1729.0, 229.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGCCATG\", \"ini\": 4511, \"clust\": 4548, \"rank\": 2804, \"rankvar\": 887, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4467, \"group\": [4546.0, 784.0, 136.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGCTTGTC\", \"ini\": 4510, \"clust\": 2470, \"rank\": 2258, \"rankvar\": 202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 464, \"group\": [2525.0, 447.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGCTGATAA\", \"ini\": 4509, \"clust\": 4076, \"rank\": 2067, \"rankvar\": 2137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4312, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2483, \"group\": [4076.0, 649.0, 110.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACACATGT\", \"ini\": 4508, \"clust\": 1928, \"rank\": 2693, \"rankvar\": 479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 465, \"group\": [1931.0, 294.0, 58.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACATACG\", \"ini\": 4507, \"clust\": 1908, \"rank\": 1767, \"rankvar\": 96, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4314, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 466, \"group\": [1907.0, 276.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCACCGAATT\", \"ini\": 4506, \"clust\": 137, \"rank\": 2822, \"rankvar\": 4987, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4315, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5176, \"group\": [133.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAATAGCGG\", \"ini\": 4505, \"clust\": 1726, \"rank\": 2433, \"rankvar\": 503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4316, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 467, \"group\": [1727.0, 227.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAGACACTT\", \"ini\": 4504, \"clust\": 2056, \"rank\": 1930, \"rankvar\": 2085, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4317, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2484, \"group\": [2057.0, 349.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTTACGGAG\", \"ini\": 4503, \"clust\": 2029, \"rank\": 2487, \"rankvar\": 2234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4318, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2485, \"group\": [2027.0, 340.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGAGTTGGC\", \"ini\": 4502, \"clust\": 2052, \"rank\": 2081, \"rankvar\": 3032, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4319, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2486, \"group\": [2056.0, 348.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCCCAGCT\", \"ini\": 4501, \"clust\": 2033, \"rank\": 2153, \"rankvar\": 1151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4320, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2487, \"group\": [2033.0, 341.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATCAGAA\", \"ini\": 4500, \"clust\": 4550, \"rank\": 2505, \"rankvar\": 482, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4321, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2837, \"group\": [4551.0, 788.0, 137.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGTCGATAA\", \"ini\": 4499, \"clust\": 2049, \"rank\": 2223, \"rankvar\": 3242, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2488, \"group\": [2049.0, 346.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAAGTTCTG\", \"ini\": 4498, \"clust\": 1523, \"rank\": 1597, \"rankvar\": 4434, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4323, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2838, \"group\": [1526.0, 149.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGACTAGGC\", \"ini\": 4497, \"clust\": 1970, \"rank\": 2438, \"rankvar\": 3252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4324, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2098, \"group\": [1969.0, 318.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCACGGTAAG\", \"ini\": 4496, \"clust\": 2020, \"rank\": 2359, \"rankvar\": 1417, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4325, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2489, \"group\": [2023.0, 340.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCTGTAGA\", \"ini\": 4495, \"clust\": 4193, \"rank\": 2298, \"rankvar\": 689, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 468, \"group\": [4193.0, 700.0, 117.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCTTGT\", \"ini\": 4494, \"clust\": 2436, \"rank\": 2180, \"rankvar\": 1615, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 469, \"group\": [2435.0, 407.0, 76.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTCGCTTG\", \"ini\": 4493, \"clust\": 2110, \"rank\": 2286, \"rankvar\": 2090, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4328, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2490, \"group\": [2110.0, 361.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACCAACCG\", \"ini\": 4492, \"clust\": 2100, \"rank\": 2402, \"rankvar\": 1241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4329, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2491, \"group\": [2101.0, 357.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGCGCCTTG\", \"ini\": 4491, \"clust\": 1653, \"rank\": 2540, \"rankvar\": 917, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4330, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 470, \"group\": [1653.0, 187.0, 38.0, 9.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCCCGACTT\", \"ini\": 4490, \"clust\": 2195, \"rank\": 1745, \"rankvar\": 953, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4331, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2492, \"group\": [2195.0, 368.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGCCACGCT\", \"ini\": 4489, \"clust\": 2050, \"rank\": 2478, \"rankvar\": 1080, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4332, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2493, \"group\": [2051.0, 347.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCCCAACC\", \"ini\": 4488, \"clust\": 2517, \"rank\": 2177, \"rankvar\": 447, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4333, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 471, \"group\": [2519.0, 443.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCGAGT\", \"ini\": 4487, \"clust\": 2076, \"rank\": 2119, \"rankvar\": 1840, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4334, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2494, \"group\": [2076.0, 351.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATGTTCCC\", \"ini\": 4486, \"clust\": 1731, \"rank\": 2515, \"rankvar\": 1070, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4335, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 472, \"group\": [1731.0, 231.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACAGGTTT\", \"ini\": 4485, \"clust\": 2011, \"rank\": 2105, \"rankvar\": 1062, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2495, \"group\": [2011.0, 337.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCGCGCCAA\", \"ini\": 4484, \"clust\": 1648, \"rank\": 2352, \"rankvar\": 1020, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4337, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 473, \"group\": [1648.0, 182.0, 35.0, 8.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCAGCGCTTAT\", \"ini\": 4483, \"clust\": 94, \"rank\": 2969, \"rankvar\": 5176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4338, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5177, \"group\": [93.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACCAGATT\", \"ini\": 4482, \"clust\": 4275, \"rank\": 2575, \"rankvar\": 4584, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4339, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5066, \"group\": [4274.0, 732.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTATGAAAC\", \"ini\": 4481, \"clust\": 1744, \"rank\": 2055, \"rankvar\": 298, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 474, \"group\": [1750.0, 240.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCCCTGACT\", \"ini\": 4480, \"clust\": 3726, \"rank\": 2696, \"rankvar\": 389, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 475, \"group\": [3731.0, 530.0, 88.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGTTAGCGG\", \"ini\": 4479, \"clust\": 4074, \"rank\": 2288, \"rankvar\": 3924, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4342, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2496, \"group\": [4083.0, 652.0, 110.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGCTAACTC\", \"ini\": 4478, \"clust\": 2426, \"rank\": 2569, \"rankvar\": 309, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 476, \"group\": [2427.0, 403.0, 74.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGTTACCCA\", \"ini\": 4477, \"clust\": 60, \"rank\": 2710, \"rankvar\": 4774, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4344, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5178, \"group\": [61.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAGCGATG\", \"ini\": 4476, \"clust\": 4158, \"rank\": 2864, \"rankvar\": 3218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4345, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4321, \"group\": [4159.0, 679.0, 114.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTGGTAC\", \"ini\": 4475, \"clust\": 4134, \"rank\": 2694, \"rankvar\": 2212, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4346, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2497, \"group\": [4135.0, 666.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAGATGAGC\", \"ini\": 4474, \"clust\": 1939, \"rank\": 2773, \"rankvar\": 280, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 477, \"group\": [1940.0, 298.0, 59.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCAAAGTAG\", \"ini\": 4473, \"clust\": 1659, \"rank\": 2520, \"rankvar\": 162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 478, \"group\": [1660.0, 192.0, 40.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTAAGCCA\", \"ini\": 4472, \"clust\": 5186, \"rank\": 2751, \"rankvar\": 993, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4349, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4468, \"group\": [5230.0, 921.0, 154.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGATGTTAG\", \"ini\": 4471, \"clust\": 95, \"rank\": 2966, \"rankvar\": 5141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4350, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5179, \"group\": [94.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGCCCGAAA\", \"ini\": 4470, \"clust\": 2028, \"rank\": 2727, \"rankvar\": 3386, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4351, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2498, \"group\": [2029.0, 340.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCACAGGT\", \"ini\": 4469, \"clust\": 4276, \"rank\": 2490, \"rankvar\": 4578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4352, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5067, \"group\": [4275.0, 732.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTCCAGGA\", \"ini\": 4468, \"clust\": 2079, \"rank\": 2443, \"rankvar\": 1626, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4353, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2499, \"group\": [2079.0, 351.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAAGTGCG\", \"ini\": 4467, \"clust\": 1931, \"rank\": 2654, \"rankvar\": 282, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 479, \"group\": [1935.0, 296.0, 58.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCGTAGATTAG\", \"ini\": 4466, \"clust\": 3971, \"rank\": 2152, \"rankvar\": 3066, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 480, \"group\": [3972.0, 606.0, 103.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCGTACGGC\", \"ini\": 4465, \"clust\": 213, \"rank\": 2446, \"rankvar\": 4341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4356, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2839, \"group\": [214.0, 48.0, 13.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCACGGTGTC\", \"ini\": 4464, \"clust\": 1988, \"rank\": 2365, \"rankvar\": 948, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 481, \"group\": [1988.0, 324.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCTATCCTA\", \"ini\": 4463, \"clust\": 4198, \"rank\": 2508, \"rankvar\": 708, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 482, \"group\": [4197.0, 703.0, 118.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCACTGGGC\", \"ini\": 4462, \"clust\": 2464, \"rank\": 2743, \"rankvar\": 369, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 483, \"group\": [2467.0, 428.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTATGAAAC\", \"ini\": 4461, \"clust\": 5230, \"rank\": 2156, \"rankvar\": 721, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 484, \"group\": [5231.0, 922.0, 155.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCTTGGTC\", \"ini\": 4460, \"clust\": 1965, \"rank\": 2167, \"rankvar\": 765, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4361, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2500, \"group\": [1968.0, 317.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCACGTTGGC\", \"ini\": 4459, \"clust\": 2095, \"rank\": 2404, \"rankvar\": 3202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4362, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2501, \"group\": [2094.0, 355.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCCCTTA\", \"ini\": 4458, \"clust\": 4551, \"rank\": 2593, \"rankvar\": 763, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4363, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2840, \"group\": [4552.0, 788.0, 137.0, 33.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGACAAAGG\", \"ini\": 4457, \"clust\": 1999, \"rank\": 1891, \"rankvar\": 2000, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4364, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2099, \"group\": [2001.0, 329.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACTGCCAG\", \"ini\": 4456, \"clust\": 4073, \"rank\": 3018, \"rankvar\": 2475, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2502, \"group\": [4073.0, 647.0, 109.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGCGTGAGT\", \"ini\": 4455, \"clust\": 4312, \"rank\": 2629, \"rankvar\": 4670, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4366, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5068, \"group\": [4311.0, 741.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCGCGGATC\", \"ini\": 4454, \"clust\": 2306, \"rank\": 2495, \"rankvar\": 3863, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2503, \"group\": [2307.0, 375.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGGTGCAGACA\", \"ini\": 4453, \"clust\": 4078, \"rank\": 2872, \"rankvar\": 3935, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4368, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2504, \"group\": [4077.0, 650.0, 110.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTAAGGGC\", \"ini\": 4452, \"clust\": 1981, \"rank\": 2098, \"rankvar\": 2264, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4369, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2100, \"group\": [1980.0, 320.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGCGTTCCG\", \"ini\": 4451, \"clust\": 1662, \"rank\": 2524, \"rankvar\": 338, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4370, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 485, \"group\": [1663.0, 195.0, 40.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCATGAAC\", \"ini\": 4450, \"clust\": 1918, \"rank\": 2933, \"rankvar\": 841, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4371, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 486, \"group\": [1918.0, 284.0, 52.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGCACTTCGAA\", \"ini\": 4449, \"clust\": 4732, \"rank\": 2419, \"rankvar\": 1766, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4372, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4469, \"group\": [4733.0, 855.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGGCATCG\", \"ini\": 4448, \"clust\": 2038, \"rank\": 2771, \"rankvar\": 3957, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4373, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2505, \"group\": [2039.0, 342.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCTCCAACC\", \"ini\": 4447, \"clust\": 2253, \"rank\": 2230, \"rankvar\": 3452, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2506, \"group\": [2254.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGGGATCTG\", \"ini\": 4446, \"clust\": 2072, \"rank\": 2620, \"rankvar\": 1587, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4375, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2507, \"group\": [2073.0, 351.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGGCTCAC\", \"ini\": 4445, \"clust\": 86, \"rank\": 2527, \"rankvar\": 2255, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4376, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 487, \"group\": [142.0, 15.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACAGTTAACC\", \"ini\": 4444, \"clust\": 2077, \"rank\": 2549, \"rankvar\": 3462, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4377, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2508, \"group\": [2077.0, 351.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCAGGCGAA\", \"ini\": 4443, \"clust\": 1920, \"rank\": 2529, \"rankvar\": 9, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 488, \"group\": [1921.0, 287.0, 53.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCACAACGCC\", \"ini\": 4442, \"clust\": 4310, \"rank\": 2626, \"rankvar\": 5020, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4379, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5069, \"group\": [4309.0, 741.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGCAGTTT\", \"ini\": 4441, \"clust\": 2302, \"rank\": 2491, \"rankvar\": 2866, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4380, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2509, \"group\": [2303.0, 374.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCACTCCTG\", \"ini\": 4440, \"clust\": 4313, \"rank\": 2794, \"rankvar\": 4975, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4381, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5070, \"group\": [4312.0, 741.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGAAGGCCT\", \"ini\": 4439, \"clust\": 4262, \"rank\": 2463, \"rankvar\": 4206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4382, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5071, \"group\": [4265.0, 732.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCAGGCAAG\", \"ini\": 4438, \"clust\": 1985, \"rank\": 2144, \"rankvar\": 3789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4383, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2101, \"group\": [1984.0, 322.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGTTGCAGG\", \"ini\": 4437, \"clust\": 1982, \"rank\": 2043, \"rankvar\": 3861, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4384, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2102, \"group\": [1981.0, 320.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGAAAGA\", \"ini\": 4436, \"clust\": 1502, \"rank\": 2091, \"rankvar\": 4656, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4385, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2841, \"group\": [1505.0, 137.0, 23.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCAGATGTAAC\", \"ini\": 4435, \"clust\": 4246, \"rank\": 2565, \"rankvar\": 3972, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4386, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5072, \"group\": [4248.0, 729.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCGGATCA\", \"ini\": 4434, \"clust\": 2084, \"rank\": 2723, \"rankvar\": 2054, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4387, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2510, \"group\": [2083.0, 353.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCACATTCGA\", \"ini\": 4433, \"clust\": 1649, \"rank\": 2322, \"rankvar\": 126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 489, \"group\": [1649.0, 183.0, 35.0, 8.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTAAAGTCA\", \"ini\": 4432, \"clust\": 2041, \"rank\": 2509, \"rankvar\": 3898, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4389, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2511, \"group\": [2042.0, 343.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCATCGGC\", \"ini\": 4431, \"clust\": 2010, \"rank\": 2543, \"rankvar\": 4002, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4390, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2512, \"group\": [2013.0, 337.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACCCATTC\", \"ini\": 4430, \"clust\": 2065, \"rank\": 2485, \"rankvar\": 1327, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4391, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2103, \"group\": [2069.0, 351.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGCTGAACG\", \"ini\": 4429, \"clust\": 2026, \"rank\": 2642, \"rankvar\": 2128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4392, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2513, \"group\": [2025.0, 340.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCGACAGCC\", \"ini\": 4428, \"clust\": 1937, \"rank\": 2995, \"rankvar\": 1368, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 490, \"group\": [1936.0, 297.0, 59.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTCAGACT\", \"ini\": 4427, \"clust\": 2101, \"rank\": 2431, \"rankvar\": 1955, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4394, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2514, \"group\": [2099.0, 357.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTGGTCTCG\", \"ini\": 4426, \"clust\": 4266, \"rank\": 2589, \"rankvar\": 3622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4395, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5073, \"group\": [4266.0, 732.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTATCGCC\", \"ini\": 4425, \"clust\": 2043, \"rank\": 2603, \"rankvar\": 1655, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4396, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2104, \"group\": [2043.0, 344.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGATGAGAG\", \"ini\": 4424, \"clust\": 4274, \"rank\": 2739, \"rankvar\": 4690, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4397, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5074, \"group\": [4276.0, 732.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAACCAC\", \"ini\": 4423, \"clust\": 4080, \"rank\": 2588, \"rankvar\": 1334, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4398, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2515, \"group\": [4082.0, 651.0, 110.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTTCGATC\", \"ini\": 4422, \"clust\": 2068, \"rank\": 2594, \"rankvar\": 2764, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4399, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2516, \"group\": [2067.0, 351.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCTAAGAT\", \"ini\": 4421, \"clust\": 1990, \"rank\": 2496, \"rankvar\": 1415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 491, \"group\": [1993.0, 326.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTAGCAAAT\", \"ini\": 4420, \"clust\": 2060, \"rank\": 2270, \"rankvar\": 3831, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4401, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2517, \"group\": [2060.0, 349.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGATGTCT\", \"ini\": 4419, \"clust\": 2113, \"rank\": 2372, \"rankvar\": 2768, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4402, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2518, \"group\": [2113.0, 362.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGTAC\", \"ini\": 4418, \"clust\": 1938, \"rank\": 2784, \"rankvar\": 502, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4403, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 492, \"group\": [1937.0, 297.0, 59.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGTTGTC\", \"ini\": 4417, \"clust\": 1983, \"rank\": 2401, \"rankvar\": 1672, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4404, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2105, \"group\": [1987.0, 323.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGAGAGCTC\", \"ini\": 4416, \"clust\": 4756, \"rank\": 2282, \"rankvar\": 895, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4405, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4470, \"group\": [4759.0, 868.0, 149.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAGCTCCGA\", \"ini\": 4415, \"clust\": 2089, \"rank\": 2435, \"rankvar\": 1323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4406, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2519, \"group\": [2090.0, 355.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTGCGTGA\", \"ini\": 4414, \"clust\": 2023, \"rank\": 2706, \"rankvar\": 1974, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4407, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2520, \"group\": [2031.0, 340.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAAGAAGC\", \"ini\": 4413, \"clust\": 1910, \"rank\": 2403, \"rankvar\": 277, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 493, \"group\": [1913.0, 279.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGCGTTTAC\", \"ini\": 4412, \"clust\": 4355, \"rank\": 3094, \"rankvar\": 4367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4409, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 23, \"group\": [4355.0, 753.0, 127.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTAATCACC\", \"ini\": 4411, \"clust\": 1660, \"rank\": 2722, \"rankvar\": 553, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 494, \"group\": [1661.0, 193.0, 40.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCGGAAATA\", \"ini\": 4410, \"clust\": 2057, \"rank\": 2367, \"rankvar\": 2517, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2521, \"group\": [2058.0, 349.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTCAGAG\", \"ini\": 4409, \"clust\": 2012, \"rank\": 2373, \"rankvar\": 1688, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2522, \"group\": [2012.0, 337.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGTAGCGGT\", \"ini\": 4408, \"clust\": 4330, \"rank\": 3029, \"rankvar\": 4446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4413, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5075, \"group\": [4336.0, 743.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGTCTCCTATA\", \"ini\": 4407, \"clust\": 2006, \"rank\": 2318, \"rankvar\": 2992, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4414, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2523, \"group\": [2004.0, 331.0, 67.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGTATCTG\", \"ini\": 4406, \"clust\": 4291, \"rank\": 2387, \"rankvar\": 4571, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4415, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5076, \"group\": [4292.0, 740.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTGATCGG\", \"ini\": 4405, \"clust\": 1942, \"rank\": 2767, \"rankvar\": 1628, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4416, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2524, \"group\": [1943.0, 301.0, 59.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTAGGGACT\", \"ini\": 4404, \"clust\": 1978, \"rank\": 2379, \"rankvar\": 3628, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4417, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2106, \"group\": [1977.0, 320.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCTCTAACTGG\", \"ini\": 4403, \"clust\": 2073, \"rank\": 2470, \"rankvar\": 3588, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4418, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2525, \"group\": [2080.0, 351.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTAGTTTCCTT\", \"ini\": 4402, \"clust\": 4316, \"rank\": 2414, \"rankvar\": 4653, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4419, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5077, \"group\": [4315.0, 741.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCAAG\", \"ini\": 4401, \"clust\": 1986, \"rank\": 2641, \"rankvar\": 1961, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4420, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2107, \"group\": [1985.0, 322.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGACTCGC\", \"ini\": 4400, \"clust\": 4172, \"rank\": 2143, \"rankvar\": 2218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4421, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2526, \"group\": [4175.0, 688.0, 115.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAAGCCCAC\", \"ini\": 4399, \"clust\": 1497, \"rank\": 2273, \"rankvar\": 4951, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4422, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2842, \"group\": [1498.0, 135.0, 23.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCAATCCGAT\", \"ini\": 4398, \"clust\": 2047, \"rank\": 2530, \"rankvar\": 3947, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4423, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2527, \"group\": [2050.0, 346.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCGGATCC\", \"ini\": 4397, \"clust\": 128, \"rank\": 3190, \"rankvar\": 5158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4424, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5180, \"group\": [126.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCCTTGTG\", \"ini\": 4396, \"clust\": 4369, \"rank\": 2738, \"rankvar\": 4822, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4425, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 24, \"group\": [4499.0, 766.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAGTGAAT\", \"ini\": 4395, \"clust\": 132, \"rank\": 3235, \"rankvar\": 5209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4426, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5181, \"group\": [128.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCAATGGAGC\", \"ini\": 4394, \"clust\": 4135, \"rank\": 2853, \"rankvar\": 3324, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4427, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2528, \"group\": [4136.0, 666.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGTGTTAA\", \"ini\": 4393, \"clust\": 93, \"rank\": 3034, \"rankvar\": 5075, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4428, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5182, \"group\": [95.0, 13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTTATTCTC\", \"ini\": 4392, \"clust\": 1742, \"rank\": 2149, \"rankvar\": 1196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 495, \"group\": [1743.0, 238.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCCGAATT\", \"ini\": 4391, \"clust\": 1718, \"rank\": 2791, \"rankvar\": 706, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 496, \"group\": [1721.0, 224.0, 47.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTACCAGTT\", \"ini\": 4390, \"clust\": 4335, \"rank\": 3072, \"rankvar\": 4781, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4431, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5078, \"group\": [4332.0, 743.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCGTCACGG\", \"ini\": 4389, \"clust\": 1743, \"rank\": 2196, \"rankvar\": 452, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 497, \"group\": [1744.0, 238.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAAGCCGATTT\", \"ini\": 4388, \"clust\": 1521, \"rank\": 2732, \"rankvar\": 2196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4433, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2843, \"group\": [1522.0, 147.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGGTGATTA\", \"ini\": 4387, \"clust\": 4344, \"rank\": 3144, \"rankvar\": 2566, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4471, \"group\": [4343.0, 748.0, 126.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAATGGATA\", \"ini\": 4386, \"clust\": 2039, \"rank\": 2959, \"rankvar\": 1729, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4435, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2529, \"group\": [2040.0, 342.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACACAGCCCA\", \"ini\": 4385, \"clust\": 1926, \"rank\": 3053, \"rankvar\": 2094, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4436, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4322, \"group\": [1926.0, 292.0, 57.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGGATGGG\", \"ini\": 4384, \"clust\": 3974, \"rank\": 2819, \"rankvar\": 4349, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4437, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2530, \"group\": [3974.0, 608.0, 104.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAGGAACGT\", \"ini\": 4383, \"clust\": 2042, \"rank\": 2817, \"rankvar\": 1966, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4438, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2108, \"group\": [2045.0, 344.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGCCATCGC\", \"ini\": 4382, \"clust\": 4162, \"rank\": 3011, \"rankvar\": 787, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4439, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4472, \"group\": [4163.0, 682.0, 114.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTCCGTCAG\", \"ini\": 4381, \"clust\": 4166, \"rank\": 2949, \"rankvar\": 784, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4440, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4473, \"group\": [4167.0, 685.0, 114.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACAGGGATTG\", \"ini\": 4380, \"clust\": 138, \"rank\": 3139, \"rankvar\": 5227, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4441, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5183, \"group\": [134.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTATCGCAT\", \"ini\": 4379, \"clust\": 1956, \"rank\": 2193, \"rankvar\": 4096, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 498, \"group\": [1957.0, 311.0, 64.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCACTAGTAC\", \"ini\": 4378, \"clust\": 1968, \"rank\": 2644, \"rankvar\": 3154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4443, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2109, \"group\": [1983.0, 321.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCTTAGAGC\", \"ini\": 4377, \"clust\": 5231, \"rank\": 2815, \"rankvar\": 2018, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4474, \"group\": [5232.0, 923.0, 156.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCATGGAATA\", \"ini\": 4376, \"clust\": 1994, \"rank\": 2294, \"rankvar\": 3314, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4445, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2110, \"group\": [1995.0, 327.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGGATGCGT\", \"ini\": 4375, \"clust\": 1979, \"rank\": 2518, \"rankvar\": 2476, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4446, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2111, \"group\": [1978.0, 320.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTCGATAA\", \"ini\": 4374, \"clust\": 2062, \"rank\": 2795, \"rankvar\": 4310, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4447, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2531, \"group\": [2064.0, 350.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGATATGGT\", \"ini\": 4373, \"clust\": 1977, \"rank\": 2546, \"rankvar\": 4211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4448, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2112, \"group\": [1979.0, 320.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACCAACCG\", \"ini\": 4372, \"clust\": 2027, \"rank\": 2889, \"rankvar\": 2993, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4449, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2532, \"group\": [2030.0, 340.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCGATCCCT\", \"ini\": 4371, \"clust\": 2097, \"rank\": 2591, \"rankvar\": 1650, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4450, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2113, \"group\": [2098.0, 356.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTTAACGA\", \"ini\": 4370, \"clust\": 2435, \"rank\": 2902, \"rankvar\": 2082, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4451, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 499, \"group\": [2437.0, 409.0, 76.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTCTAGGTT\", \"ini\": 4369, \"clust\": 4167, \"rank\": 2984, \"rankvar\": 785, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4452, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4475, \"group\": [4168.0, 685.0, 114.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCATTGCGA\", \"ini\": 4368, \"clust\": 4194, \"rank\": 2985, \"rankvar\": 1710, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 500, \"group\": [4191.0, 699.0, 117.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAAGCGAGT\", \"ini\": 4367, \"clust\": 4314, \"rank\": 2998, \"rankvar\": 5036, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4454, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5079, \"group\": [4313.0, 741.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCGTCAAA\", \"ini\": 4366, \"clust\": 4196, \"rank\": 2785, \"rankvar\": 125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4455, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 501, \"group\": [4200.0, 706.0, 119.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGTTGGC\", \"ini\": 4365, \"clust\": 3735, \"rank\": 2834, \"rankvar\": 359, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 502, \"group\": [3737.0, 535.0, 89.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGTCACAGTAC\", \"ini\": 4364, \"clust\": 136, \"rank\": 3307, \"rankvar\": 5147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4457, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5184, \"group\": [135.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCAACCAAC\", \"ini\": 4363, \"clust\": 1933, \"rank\": 3059, \"rankvar\": 695, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 503, \"group\": [1932.0, 295.0, 58.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTGTTGTTTGG\", \"ini\": 4362, \"clust\": 4142, \"rank\": 2860, \"rankvar\": 3334, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4459, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2533, \"group\": [4145.0, 670.0, 112.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCTCACCT\", \"ini\": 4361, \"clust\": 4280, \"rank\": 2547, \"rankvar\": 4358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4460, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5080, \"group\": [4278.0, 734.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCATTGCGGC\", \"ini\": 4360, \"clust\": 4159, \"rank\": 2941, \"rankvar\": 3601, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4461, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4476, \"group\": [4160.0, 679.0, 114.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCGGCGCTA\", \"ini\": 4359, \"clust\": 1989, \"rank\": 2763, \"rankvar\": 186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 504, \"group\": [1989.0, 324.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCCGCATAA\", \"ini\": 4358, \"clust\": 1921, \"rank\": 2974, \"rankvar\": 1944, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 505, \"group\": [1922.0, 288.0, 54.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCTCCCTGA\", \"ini\": 4357, \"clust\": 2407, \"rank\": 2266, \"rankvar\": 3746, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4464, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2114, \"group\": [2408.0, 391.0, 70.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAAACGAG\", \"ini\": 4356, \"clust\": 4234, \"rank\": 2920, \"rankvar\": 2140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4465, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4477, \"group\": [4235.0, 723.0, 123.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAAGGCACATG\", \"ini\": 4355, \"clust\": 4270, \"rank\": 2856, \"rankvar\": 4579, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4466, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5081, \"group\": [4270.0, 732.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCATAACCG\", \"ini\": 4354, \"clust\": 4128, \"rank\": 2816, \"rankvar\": 2836, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4467, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2534, \"group\": [4129.0, 665.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACACATTTCT\", \"ini\": 4353, \"clust\": 2085, \"rank\": 2838, \"rankvar\": 2176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4468, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2535, \"group\": [2084.0, 353.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGTGAAAT\", \"ini\": 4352, \"clust\": 1925, \"rank\": 3092, \"rankvar\": 356, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 506, \"group\": [1928.0, 293.0, 57.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCATCCTAGA\", \"ini\": 4351, \"clust\": 4100, \"rank\": 2970, \"rankvar\": 2124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4470, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2536, \"group\": [4101.0, 659.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCTTCGGTC\", \"ini\": 4350, \"clust\": 4496, \"rank\": 3171, \"rankvar\": 4603, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4471, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 25, \"group\": [4494.0, 765.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTCAAGGC\", \"ini\": 4349, \"clust\": 1972, \"rank\": 2875, \"rankvar\": 1659, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4472, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2115, \"group\": [1972.0, 319.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTCTAAACC\", \"ini\": 4348, \"clust\": 4107, \"rank\": 3015, \"rankvar\": 1621, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4473, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2537, \"group\": [4107.0, 659.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTTACCGAT\", \"ini\": 4347, \"clust\": 1947, \"rank\": 2762, \"rankvar\": 2325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4474, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2538, \"group\": [1948.0, 304.0, 61.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATTGCCC\", \"ini\": 4346, \"clust\": 4320, \"rank\": 2915, \"rankvar\": 4820, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4475, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5082, \"group\": [4321.0, 742.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGGGTCGAT\", \"ini\": 4345, \"clust\": 4307, \"rank\": 2982, \"rankvar\": 5171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4476, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5083, \"group\": [4306.0, 741.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAGGTTTCA\", \"ini\": 4344, \"clust\": 4150, \"rank\": 2736, \"rankvar\": 3024, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4477, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2539, \"group\": [4152.0, 674.0, 113.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAAAGTAG\", \"ini\": 4343, \"clust\": 2083, \"rank\": 2906, \"rankvar\": 1918, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4478, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2540, \"group\": [2085.0, 353.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCCAGAGGA\", \"ini\": 4342, \"clust\": 4282, \"rank\": 3036, \"rankvar\": 4704, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4479, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5084, \"group\": [4282.0, 734.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCAGATAAG\", \"ini\": 4341, \"clust\": 1915, \"rank\": 3162, \"rankvar\": 231, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4480, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 507, \"group\": [1916.0, 282.0, 51.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCTGCTGTC\", \"ini\": 4340, \"clust\": 4308, \"rank\": 3006, \"rankvar\": 5053, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4481, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5085, \"group\": [4307.0, 741.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATTACCTT\", \"ini\": 4339, \"clust\": 2102, \"rank\": 2812, \"rankvar\": 2618, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4482, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2541, \"group\": [2100.0, 357.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTACGACG\", \"ini\": 4338, \"clust\": 4077, \"rank\": 2835, \"rankvar\": 1713, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4483, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2542, \"group\": [4079.0, 650.0, 110.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCACAGTATAAG\", \"ini\": 4337, \"clust\": 2423, \"rank\": 2871, \"rankvar\": 1083, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 508, \"group\": [2426.0, 402.0, 73.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAACTTGAC\", \"ini\": 4336, \"clust\": 1654, \"rank\": 2851, \"rankvar\": 252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4485, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 509, \"group\": [1654.0, 187.0, 38.0, 9.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCGTTACAG\", \"ini\": 4335, \"clust\": 1529, \"rank\": 2428, \"rankvar\": 2891, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4486, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2844, \"group\": [1531.0, 152.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTATCCTA\", \"ini\": 4334, \"clust\": 4268, \"rank\": 2890, \"rankvar\": 4087, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4487, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5086, \"group\": [4268.0, 732.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGGCTAGGT\", \"ini\": 4333, \"clust\": 127, \"rank\": 3474, \"rankvar\": 5189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4488, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5185, \"group\": [132.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCCTAGGGC\", \"ini\": 4332, \"clust\": 4008, \"rank\": 2824, \"rankvar\": 4243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4489, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2116, \"group\": [4006.0, 625.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCCAGTTA\", \"ini\": 4331, \"clust\": 1980, \"rank\": 2605, \"rankvar\": 4136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4490, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2117, \"group\": [1982.0, 320.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGAAGGTGA\", \"ini\": 4330, \"clust\": 1524, \"rank\": 2190, \"rankvar\": 4570, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4491, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2845, \"group\": [1524.0, 149.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGCAACT\", \"ini\": 4329, \"clust\": 2044, \"rank\": 3008, \"rankvar\": 2798, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4492, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2118, \"group\": [2044.0, 344.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCAAATCCGT\", \"ini\": 4328, \"clust\": 4189, \"rank\": 3030, \"rankvar\": 931, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4493, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 510, \"group\": [4189.0, 697.0, 117.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCACCCAGTG\", \"ini\": 4327, \"clust\": 4342, \"rank\": 3184, \"rankvar\": 2753, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4494, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5132, \"group\": [4344.0, 749.0, 126.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACACGCATCG\", \"ini\": 4326, \"clust\": 2069, \"rank\": 2699, \"rankvar\": 2712, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4495, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2543, \"group\": [2070.0, 351.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTGGGTATG\", \"ini\": 4325, \"clust\": 4180, \"rank\": 2908, \"rankvar\": 1355, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 511, \"group\": [4201.0, 707.0, 120.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGTTGGC\", \"ini\": 4324, \"clust\": 2074, \"rank\": 2849, \"rankvar\": 2791, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4497, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2544, \"group\": [2074.0, 351.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCATTTCACT\", \"ini\": 4323, \"clust\": 4163, \"rank\": 3239, \"rankvar\": 1447, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4478, \"group\": [4164.0, 683.0, 114.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGTCAATAG\", \"ini\": 4322, \"clust\": 4352, \"rank\": 3314, \"rankvar\": 3120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4499, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 26, \"group\": [4354.0, 753.0, 127.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGCGATATA\", \"ini\": 4321, \"clust\": 4192, \"rank\": 2830, \"rankvar\": 105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 512, \"group\": [4194.0, 701.0, 117.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTGTTTGGT\", \"ini\": 4320, \"clust\": 4546, \"rank\": 3014, \"rankvar\": 296, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4501, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4479, \"group\": [4549.0, 786.0, 136.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCCCGACA\", \"ini\": 4319, \"clust\": 1934, \"rank\": 3156, \"rankvar\": 460, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 513, \"group\": [1933.0, 295.0, 58.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGCTAGGT\", \"ini\": 4318, \"clust\": 185, \"rank\": 3202, \"rankvar\": 4952, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4503, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2846, \"group\": [185.0, 42.0, 11.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTCACAAGG\", \"ini\": 4317, \"clust\": 4173, \"rank\": 2666, \"rankvar\": 2405, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4504, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2545, \"group\": [4173.0, 688.0, 115.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCGAATGGG\", \"ini\": 4316, \"clust\": 5198, \"rank\": 2964, \"rankvar\": 1297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4505, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4480, \"group\": [5200.0, 913.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCAAGGTAA\", \"ini\": 4315, \"clust\": 1708, \"rank\": 3020, \"rankvar\": 1807, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4506, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 514, \"group\": [1709.0, 218.0, 46.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCGCCTCA\", \"ini\": 4314, \"clust\": 164, \"rank\": 2837, \"rankvar\": 3374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 515, \"group\": [167.0, 27.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGAAAGTGG\", \"ini\": 4313, \"clust\": 4017, \"rank\": 2847, \"rankvar\": 1892, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4508, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2119, \"group\": [4017.0, 629.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGGTCGTC\", \"ini\": 4312, \"clust\": 4341, \"rank\": 3150, \"rankvar\": 737, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4509, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 516, \"group\": [4341.0, 747.0, 126.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACATTCTTAC\", \"ini\": 4311, \"clust\": 4305, \"rank\": 3082, \"rankvar\": 5098, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4510, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5087, \"group\": [4304.0, 741.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTATCTGCA\", \"ini\": 4310, \"clust\": 2058, \"rank\": 2770, \"rankvar\": 2220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4511, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2546, \"group\": [2061.0, 349.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCACCGAATT\", \"ini\": 4309, \"clust\": 4318, \"rank\": 3129, \"rankvar\": 5078, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4512, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5088, \"group\": [4317.0, 742.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCAAGTTAAG\", \"ini\": 4308, \"clust\": 4279, \"rank\": 3147, \"rankvar\": 4239, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4513, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5089, \"group\": [4283.0, 734.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCAGCTATTG\", \"ini\": 4307, \"clust\": 131, \"rank\": 3485, \"rankvar\": 5081, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4514, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5186, \"group\": [130.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCCTCAATT\", \"ini\": 4306, \"clust\": 2035, \"rank\": 2898, \"rankvar\": 2288, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4515, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2547, \"group\": [2036.0, 342.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCTATCCCG\", \"ini\": 4305, \"clust\": 3934, \"rank\": 3251, \"rankvar\": 3528, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4516, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 517, \"group\": [3935.0, 584.0, 97.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTCATATGC\", \"ini\": 4304, \"clust\": 1525, \"rank\": 2538, \"rankvar\": 4489, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4517, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2847, \"group\": [1525.0, 149.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCCAAGTA\", \"ini\": 4303, \"clust\": 169, \"rank\": 2497, \"rankvar\": 2832, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4518, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2548, \"group\": [169.0, 29.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCCATGCTC\", \"ini\": 4302, \"clust\": 4151, \"rank\": 3069, \"rankvar\": 2713, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4519, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2549, \"group\": [4150.0, 674.0, 113.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACGCCAGT\", \"ini\": 4301, \"clust\": 4328, \"rank\": 3248, \"rankvar\": 5145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4520, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5090, \"group\": [4326.0, 742.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGCTAAACA\", \"ini\": 4300, \"clust\": 4321, \"rank\": 3157, \"rankvar\": 4610, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4521, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5091, \"group\": [4319.0, 742.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGCAGCGTA\", \"ini\": 4299, \"clust\": 4281, \"rank\": 2730, \"rankvar\": 4491, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4522, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5092, \"group\": [4279.0, 734.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCACCTCGGA\", \"ini\": 4298, \"clust\": 4084, \"rank\": 3161, \"rankvar\": 2960, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4523, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2120, \"group\": [4086.0, 654.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTGGTCCC\", \"ini\": 4297, \"clust\": 2437, \"rank\": 2899, \"rankvar\": 3669, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 518, \"group\": [2436.0, 408.0, 76.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGAACAATC\", \"ini\": 4296, \"clust\": 4085, \"rank\": 3115, \"rankvar\": 2603, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4525, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2550, \"group\": [4084.0, 653.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCTACGAGT\", \"ini\": 4295, \"clust\": 1919, \"rank\": 3159, \"rankvar\": 509, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 519, \"group\": [1919.0, 285.0, 52.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTTTCCTT\", \"ini\": 4294, \"clust\": 4156, \"rank\": 2778, \"rankvar\": 4179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4527, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2551, \"group\": [4156.0, 677.0, 113.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTACCTACA\", \"ini\": 4293, \"clust\": 4108, \"rank\": 3141, \"rankvar\": 3005, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4528, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2552, \"group\": [4108.0, 659.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTCCTCCT\", \"ini\": 4292, \"clust\": 1651, \"rank\": 3048, \"rankvar\": 873, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 520, \"group\": [1652.0, 186.0, 37.0, 9.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTACCTGC\", \"ini\": 4291, \"clust\": 4109, \"rank\": 3290, \"rankvar\": 1635, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4530, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2553, \"group\": [4110.0, 660.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACCAGTTA\", \"ini\": 4290, \"clust\": 4317, \"rank\": 3345, \"rankvar\": 5018, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4531, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5093, \"group\": [4322.0, 742.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCATC\", \"ini\": 4289, \"clust\": 1948, \"rank\": 2937, \"rankvar\": 404, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 521, \"group\": [1951.0, 306.0, 62.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTTCCCT\", \"ini\": 4288, \"clust\": 4187, \"rank\": 2879, \"rankvar\": 886, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4533, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 522, \"group\": [4195.0, 702.0, 117.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCCGT\", \"ini\": 4287, \"clust\": 140, \"rank\": 3296, \"rankvar\": 5215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4534, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5187, \"group\": [138.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAGACGTG\", \"ini\": 4286, \"clust\": 4079, \"rank\": 3047, \"rankvar\": 2195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4535, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2554, \"group\": [4078.0, 650.0, 110.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCAATCCGAT\", \"ini\": 4285, \"clust\": 4322, \"rank\": 3203, \"rankvar\": 4769, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4536, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5094, \"group\": [4320.0, 742.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTATTCTC\", \"ini\": 4284, \"clust\": 2428, \"rank\": 3054, \"rankvar\": 2095, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 523, \"group\": [2432.0, 405.0, 74.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTGTGACCC\", \"ini\": 4283, \"clust\": 2075, \"rank\": 3055, \"rankvar\": 3276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4538, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2555, \"group\": [2075.0, 351.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCATAACCG\", \"ini\": 4282, \"clust\": 4132, \"rank\": 3056, \"rankvar\": 2135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4539, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2556, \"group\": [4133.0, 666.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTTCGAACGGA\", \"ini\": 4281, \"clust\": 4336, \"rank\": 3273, \"rankvar\": 4339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4540, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5095, \"group\": [4333.0, 743.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTAGTTTGCGT\", \"ini\": 4280, \"clust\": 1971, \"rank\": 3013, \"rankvar\": 3702, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4541, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2121, \"group\": [1970.0, 318.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCATAA\", \"ini\": 4279, \"clust\": 4092, \"rank\": 3033, \"rankvar\": 2664, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4542, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2557, \"group\": [4093.0, 658.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGAAGAAGC\", \"ini\": 4278, \"clust\": 4071, \"rank\": 3124, \"rankvar\": 934, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2558, \"group\": [4074.0, 648.0, 109.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCTGGAGA\", \"ini\": 4277, \"clust\": 4126, \"rank\": 2961, \"rankvar\": 2819, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4544, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2559, \"group\": [4127.0, 663.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTAGGCTGA\", \"ini\": 4276, \"clust\": 87, \"rank\": 3136, \"rankvar\": 4556, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4545, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5188, \"group\": [87.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGTGCCAGA\", \"ini\": 4275, \"clust\": 3955, \"rank\": 3193, \"rankvar\": 4353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4546, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2122, \"group\": [3954.0, 599.0, 102.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCCAGG\", \"ini\": 4274, \"clust\": 68, \"rank\": 3293, \"rankvar\": 4970, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4547, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5189, \"group\": [66.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTACTGAC\", \"ini\": 4273, \"clust\": 88, \"rank\": 3320, \"rankvar\": 4947, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4548, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5190, \"group\": [88.0, 12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCATATACCG\", \"ini\": 4272, \"clust\": 2420, \"rank\": 3083, \"rankvar\": 597, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 524, \"group\": [2423.0, 399.0, 72.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCATACCATG\", \"ini\": 4271, \"clust\": 4005, \"rank\": 2705, \"rankvar\": 2087, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 525, \"group\": [4010.0, 626.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCAATCCGAT\", \"ini\": 4270, \"clust\": 121, \"rank\": 3427, \"rankvar\": 4275, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4551, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5191, \"group\": [125.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGGGAAACA\", \"ini\": 4269, \"clust\": 2036, \"rank\": 3040, \"rankvar\": 1487, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4552, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2560, \"group\": [2037.0, 342.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGCGGTAA\", \"ini\": 4268, \"clust\": 4319, \"rank\": 3187, \"rankvar\": 4940, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4553, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5096, \"group\": [4318.0, 742.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGTCTCG\", \"ini\": 4267, \"clust\": 3938, \"rank\": 3368, \"rankvar\": 2389, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4554, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4481, \"group\": [3944.0, 590.0, 98.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCCAACTA\", \"ini\": 4266, \"clust\": 2063, \"rank\": 3046, \"rankvar\": 1444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4555, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2561, \"group\": [2062.0, 350.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTGACTACT\", \"ini\": 4265, \"clust\": 2434, \"rank\": 3096, \"rankvar\": 297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4556, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 526, \"group\": [2438.0, 410.0, 76.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAAGGAGCGTT\", \"ini\": 4264, \"clust\": 2037, \"rank\": 3222, \"rankvar\": 2299, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4557, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2562, \"group\": [2038.0, 342.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAATCGGTT\", \"ini\": 4263, \"clust\": 2429, \"rank\": 3065, \"rankvar\": 518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 527, \"group\": [2431.0, 404.0, 74.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAAGGCCT\", \"ini\": 4262, \"clust\": 119, \"rank\": 3297, \"rankvar\": 4875, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4559, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5192, \"group\": [119.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCGCGGATC\", \"ini\": 4261, \"clust\": 1647, \"rank\": 3097, \"rankvar\": 609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 528, \"group\": [1650.0, 184.0, 36.0, 8.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCAACCATG\", \"ini\": 4260, \"clust\": 4168, \"rank\": 2893, \"rankvar\": 2078, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4561, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4482, \"group\": [4169.0, 686.0, 115.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGTTAACGA\", \"ini\": 4259, \"clust\": 4177, \"rank\": 2865, \"rankvar\": 3773, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4562, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4483, \"group\": [4178.0, 689.0, 115.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCCAAGTA\", \"ini\": 4258, \"clust\": 141, \"rank\": 3451, \"rankvar\": 5122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4563, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5193, \"group\": [139.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATACTG\", \"ini\": 4257, \"clust\": 4199, \"rank\": 3007, \"rankvar\": 4299, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4564, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5097, \"group\": [4198.0, 704.0, 118.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTCCAGTGC\", \"ini\": 4256, \"clust\": 4271, \"rank\": 3149, \"rankvar\": 3813, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4565, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5098, \"group\": [4271.0, 732.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAAGAGGA\", \"ini\": 4255, \"clust\": 4331, \"rank\": 3358, \"rankvar\": 4758, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4566, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5099, \"group\": [4330.0, 743.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGCGTC\", \"ini\": 4254, \"clust\": 2099, \"rank\": 2968, \"rankvar\": 1174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4567, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2563, \"group\": [2102.0, 357.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCCTATGTT\", \"ini\": 4253, \"clust\": 4093, \"rank\": 3125, \"rankvar\": 3059, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4568, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2564, \"group\": [4094.0, 658.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCTTGAGAC\", \"ini\": 4252, \"clust\": 2427, \"rank\": 3209, \"rankvar\": 2931, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 529, \"group\": [2428.0, 403.0, 74.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGATTGCT\", \"ini\": 4251, \"clust\": 135, \"rank\": 3460, \"rankvar\": 5188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4570, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5194, \"group\": [136.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGTCGTTTG\", \"ini\": 4250, \"clust\": 1949, \"rank\": 3201, \"rankvar\": 4557, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 530, \"group\": [1949.0, 305.0, 62.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACCCTATC\", \"ini\": 4249, \"clust\": 4170, \"rank\": 2839, \"rankvar\": 3422, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4572, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2565, \"group\": [4171.0, 687.0, 115.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTTTACAC\", \"ini\": 4248, \"clust\": 133, \"rank\": 3611, \"rankvar\": 5125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4573, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5195, \"group\": [129.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAGATCCAT\", \"ini\": 4247, \"clust\": 4117, \"rank\": 3217, \"rankvar\": 3541, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4574, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2566, \"group\": [4118.0, 661.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGGCTAGAC\", \"ini\": 4246, \"clust\": 4292, \"rank\": 3035, \"rankvar\": 781, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4575, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4484, \"group\": [4293.0, 740.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTAGGGAACGG\", \"ini\": 4245, \"clust\": 69, \"rank\": 3342, \"rankvar\": 5007, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4576, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5196, \"group\": [67.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGGACAA\", \"ini\": 4244, \"clust\": 4018, \"rank\": 2994, \"rankvar\": 2366, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4577, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2123, \"group\": [4018.0, 629.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCTGTCCGT\", \"ini\": 4243, \"clust\": 4136, \"rank\": 3166, \"rankvar\": 598, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4578, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2567, \"group\": [4137.0, 667.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCACTCCA\", \"ini\": 4242, \"clust\": 4306, \"rank\": 3339, \"rankvar\": 5101, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4579, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5100, \"group\": [4305.0, 741.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGAATGGG\", \"ini\": 4241, \"clust\": 4129, \"rank\": 3142, \"rankvar\": 1561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4580, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2568, \"group\": [4130.0, 665.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAATCCAAC\", \"ini\": 4240, \"clust\": 4131, \"rank\": 3340, \"rankvar\": 4452, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4581, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2569, \"group\": [4132.0, 666.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTTGAACTC\", \"ini\": 4239, \"clust\": 4164, \"rank\": 3325, \"rankvar\": 1778, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4582, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4485, \"group\": [4165.0, 684.0, 114.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCTCTGCAAGT\", \"ini\": 4238, \"clust\": 3972, \"rank\": 3213, \"rankvar\": 4874, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4583, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 531, \"group\": [3973.0, 607.0, 103.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCAGAGCCAA\", \"ini\": 4237, \"clust\": 186, \"rank\": 3408, \"rankvar\": 4966, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4584, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2848, \"group\": [186.0, 42.0, 11.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTTTGACAC\", \"ini\": 4236, \"clust\": 4345, \"rank\": 3508, \"rankvar\": 4925, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4585, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 27, \"group\": [4345.0, 750.0, 127.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTTCTGAAC\", \"ini\": 4235, \"clust\": 1510, \"rank\": 3178, \"rankvar\": 2256, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4586, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2849, \"group\": [1512.0, 139.0, 24.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAAGAAGAG\", \"ini\": 4234, \"clust\": 1503, \"rank\": 3073, \"rankvar\": 4838, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4587, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2850, \"group\": [1503.0, 137.0, 23.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACACAACTGT\", \"ini\": 4233, \"clust\": 1511, \"rank\": 3233, \"rankvar\": 4236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4588, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2851, \"group\": [1510.0, 138.0, 24.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCTCTGCTG\", \"ini\": 4232, \"clust\": 4269, \"rank\": 3241, \"rankvar\": 4458, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4589, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5101, \"group\": [4269.0, 732.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGGAACTGC\", \"ini\": 4231, \"clust\": 1940, \"rank\": 3272, \"rankvar\": 1506, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4590, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 532, \"group\": [1941.0, 299.0, 59.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGTAGTGCG\", \"ini\": 4230, \"clust\": 1512, \"rank\": 3134, \"rankvar\": 4726, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4591, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2852, \"group\": [1511.0, 138.0, 24.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGCAAG\", \"ini\": 4229, \"clust\": 4165, \"rank\": 3374, \"rankvar\": 1284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4592, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4486, \"group\": [4166.0, 684.0, 114.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGGAAAGA\", \"ini\": 4228, \"clust\": 4094, \"rank\": 3350, \"rankvar\": 1736, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4593, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2570, \"group\": [4099.0, 658.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAAGAAGAG\", \"ini\": 4227, \"clust\": 1950, \"rank\": 3173, \"rankvar\": 3423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 533, \"group\": [1950.0, 305.0, 62.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCTCAAGTG\", \"ini\": 4226, \"clust\": 2082, \"rank\": 3305, \"rankvar\": 2159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4595, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2571, \"group\": [2086.0, 353.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTCCCTACT\", \"ini\": 4225, \"clust\": 4016, \"rank\": 3060, \"rankvar\": 2044, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4596, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2572, \"group\": [4019.0, 630.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCGTATT\", \"ini\": 4224, \"clust\": 1500, \"rank\": 3313, \"rankvar\": 4141, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4597, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2853, \"group\": [1500.0, 136.0, 23.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCAGTGTTG\", \"ini\": 4223, \"clust\": 175, \"rank\": 2881, \"rankvar\": 3118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4598, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2573, \"group\": [176.0, 34.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGGCAGTCA\", \"ini\": 4222, \"clust\": 4106, \"rank\": 3382, \"rankvar\": 1423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4599, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2574, \"group\": [4109.0, 659.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTCGTTGA\", \"ini\": 4221, \"clust\": 4283, \"rank\": 3333, \"rankvar\": 4645, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4600, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5102, \"group\": [4280.0, 734.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTCGTGAT\", \"ini\": 4220, \"clust\": 1509, \"rank\": 3344, \"rankvar\": 3449, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4601, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2854, \"group\": [1513.0, 140.0, 25.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCGTTGCCT\", \"ini\": 4219, \"clust\": 1953, \"rank\": 3122, \"rankvar\": 3583, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4602, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2124, \"group\": [1954.0, 309.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACGCTC\", \"ini\": 4218, \"clust\": 4284, \"rank\": 3284, \"rankvar\": 3471, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4603, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5103, \"group\": [4281.0, 734.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCATATGC\", \"ini\": 4217, \"clust\": 4175, \"rank\": 3188, \"rankvar\": 1022, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4487, \"group\": [4180.0, 691.0, 115.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACCATCCT\", \"ini\": 4216, \"clust\": 4195, \"rank\": 3266, \"rankvar\": 3791, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 534, \"group\": [4192.0, 699.0, 117.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCACTCAGGC\", \"ini\": 4215, \"clust\": 2051, \"rank\": 3102, \"rankvar\": 4221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2575, \"group\": [2052.0, 347.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCACAACTGT\", \"ini\": 4214, \"clust\": 161, \"rank\": 3043, \"rankvar\": 3239, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4607, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 535, \"group\": [168.0, 28.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTCGCTTTC\", \"ini\": 4213, \"clust\": 4110, \"rank\": 3412, \"rankvar\": 2560, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4608, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2576, \"group\": [4111.0, 660.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCACGAAGCA\", \"ini\": 4212, \"clust\": 4124, \"rank\": 3229, \"rankvar\": 2952, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4609, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2577, \"group\": [4125.0, 662.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTAGCTCCTCT\", \"ini\": 4211, \"clust\": 3762, \"rank\": 3373, \"rankvar\": 2369, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4610, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 536, \"group\": [3766.0, 547.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCATCC\", \"ini\": 4210, \"clust\": 2070, \"rank\": 3004, \"rankvar\": 3814, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4611, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2578, \"group\": [2071.0, 351.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGAAGGCCT\", \"ini\": 4209, \"clust\": 1975, \"rank\": 3245, \"rankvar\": 3330, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4612, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2125, \"group\": [1974.0, 320.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGCAACT\", \"ini\": 4208, \"clust\": 4125, \"rank\": 3170, \"rankvar\": 3735, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4613, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2579, \"group\": [4126.0, 662.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCACGAAATA\", \"ini\": 4207, \"clust\": 1504, \"rank\": 3084, \"rankvar\": 4555, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4614, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2855, \"group\": [1504.0, 137.0, 23.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTAGCTCCG\", \"ini\": 4206, \"clust\": 2061, \"rank\": 3223, \"rankvar\": 1049, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4615, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2580, \"group\": [2065.0, 350.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACCCATTC\", \"ini\": 4205, \"clust\": 1973, \"rank\": 3230, \"rankvar\": 2281, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4616, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2126, \"group\": [1973.0, 319.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTGATGTGG\", \"ini\": 4204, \"clust\": 4087, \"rank\": 3301, \"rankvar\": 1873, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4617, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2581, \"group\": [4088.0, 656.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCCCAACC\", \"ini\": 4203, \"clust\": 143, \"rank\": 3397, \"rankvar\": 208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4618, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 537, \"group\": [144.0, 17.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGGATACC\", \"ini\": 4202, \"clust\": 65, \"rank\": 3620, \"rankvar\": 4746, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4619, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5197, \"group\": [70.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTACTTAC\", \"ini\": 4201, \"clust\": 1513, \"rank\": 3005, \"rankvar\": 4691, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4620, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5104, \"group\": [1514.0, 141.0, 26.0, 6.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGTT\", \"ini\": 4200, \"clust\": 3979, \"rank\": 3032, \"rankvar\": 4615, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4621, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2582, \"group\": [3978.0, 609.0, 104.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTGTCTTT\", \"ini\": 4199, \"clust\": 4157, \"rank\": 3108, \"rankvar\": 2065, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4622, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2583, \"group\": [4157.0, 677.0, 113.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTGCGTTA\", \"ini\": 4198, \"clust\": 4329, \"rank\": 3624, \"rankvar\": 5131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4623, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5105, \"group\": [4327.0, 742.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAAACCTA\", \"ini\": 4197, \"clust\": 1652, \"rank\": 3163, \"rankvar\": 362, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 538, \"group\": [1655.0, 188.0, 38.0, 9.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTTCGGTC\", \"ini\": 4196, \"clust\": 4160, \"rank\": 3298, \"rankvar\": 902, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4488, \"group\": [4161.0, 680.0, 114.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCTTGCAAG\", \"ini\": 4195, \"clust\": 2064, \"rank\": 3242, \"rankvar\": 1821, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2584, \"group\": [2063.0, 350.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGACTTGAA\", \"ini\": 4194, \"clust\": 4332, \"rank\": 3520, \"rankvar\": 4669, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4627, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5106, \"group\": [4331.0, 743.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCGGTCTAA\", \"ini\": 4193, \"clust\": 2430, \"rank\": 3291, \"rankvar\": 1317, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4628, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 539, \"group\": [2429.0, 404.0, 74.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGAGTGACC\", \"ini\": 4192, \"clust\": 1944, \"rank\": 3423, \"rankvar\": 3538, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4629, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2585, \"group\": [1944.0, 302.0, 60.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCAGTAGT\", \"ini\": 4191, \"clust\": 4171, \"rank\": 3118, \"rankvar\": 3613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4630, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2586, \"group\": [4172.0, 687.0, 115.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACATACTCTT\", \"ini\": 4190, \"clust\": 1951, \"rank\": 3127, \"rankvar\": 4188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 540, \"group\": [1952.0, 307.0, 62.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCATGTCTT\", \"ini\": 4189, \"clust\": 4009, \"rank\": 3131, \"rankvar\": 3536, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4632, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2127, \"group\": [4007.0, 625.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCCCTTGT\", \"ini\": 4188, \"clust\": 4213, \"rank\": 3337, \"rankvar\": 4652, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4633, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2128, \"group\": [4211.0, 714.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAAGGCTCC\", \"ini\": 4187, \"clust\": 4133, \"rank\": 3363, \"rankvar\": 1580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4634, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2587, \"group\": [4134.0, 666.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGCTCCGA\", \"ini\": 4186, \"clust\": 3994, \"rank\": 3361, \"rankvar\": 3448, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4635, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2588, \"group\": [3993.0, 620.0, 107.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTCAATGTC\", \"ini\": 4185, \"clust\": 4063, \"rank\": 3268, \"rankvar\": 3506, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4636, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2129, \"group\": [4062.0, 643.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAGTAGAGC\", \"ini\": 4184, \"clust\": 1485, \"rank\": 2832, \"rankvar\": 4961, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4637, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2856, \"group\": [1486.0, 132.0, 23.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACCCTCA\", \"ini\": 4183, \"clust\": 4023, \"rank\": 3464, \"rankvar\": 2498, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 541, \"group\": [4022.0, 633.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCCGTCAG\", \"ini\": 4182, \"clust\": 4104, \"rank\": 3532, \"rankvar\": 3328, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2589, \"group\": [4104.0, 659.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCGTAAGCACG\", \"ini\": 4181, \"clust\": 4184, \"rank\": 3257, \"rankvar\": 355, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 542, \"group\": [4186.0, 696.0, 116.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCTGAAAGA\", \"ini\": 4180, \"clust\": 1916, \"rank\": 3424, \"rankvar\": 292, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4641, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 543, \"group\": [1917.0, 283.0, 51.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAGTTCATG\", \"ini\": 4179, \"clust\": 3976, \"rank\": 3332, \"rankvar\": 3948, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4642, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2590, \"group\": [3976.0, 608.0, 104.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCACCCGAG\", \"ini\": 4178, \"clust\": 2432, \"rank\": 3502, \"rankvar\": 4752, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 544, \"group\": [2433.0, 406.0, 75.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCACATCTTT\", \"ini\": 4177, \"clust\": 1945, \"rank\": 3303, \"rankvar\": 4164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4644, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2591, \"group\": [1945.0, 302.0, 60.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACTGTC\", \"ini\": 4176, \"clust\": 4097, \"rank\": 3487, \"rankvar\": 3355, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2592, \"group\": [4095.0, 658.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTAGCCTCG\", \"ini\": 4175, \"clust\": 4356, \"rank\": 3646, \"rankvar\": 4515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4646, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 28, \"group\": [4356.0, 753.0, 127.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGTTACGA\", \"ini\": 4174, \"clust\": 4103, \"rank\": 3513, \"rankvar\": 1361, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4647, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2593, \"group\": [4106.0, 659.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCAGGTC\", \"ini\": 4173, \"clust\": 4200, \"rank\": 3375, \"rankvar\": 1727, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4648, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 545, \"group\": [4199.0, 705.0, 118.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAAGAGGCT\", \"ini\": 4172, \"clust\": 67, \"rank\": 3415, \"rankvar\": 4945, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4649, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5198, \"group\": [68.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCAAATACAG\", \"ini\": 4171, \"clust\": 4140, \"rank\": 3186, \"rankvar\": 2935, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4650, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2594, \"group\": [4141.0, 669.0, 112.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCAAACGGG\", \"ini\": 4170, \"clust\": 4143, \"rank\": 3286, \"rankvar\": 3552, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4651, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2595, \"group\": [4143.0, 670.0, 112.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTGTCTTCAAG\", \"ini\": 4169, \"clust\": 3980, \"rank\": 3199, \"rankvar\": 4745, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4652, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2596, \"group\": [3979.0, 609.0, 104.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGGAACGT\", \"ini\": 4168, \"clust\": 4086, \"rank\": 3362, \"rankvar\": 2184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4653, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2597, \"group\": [4085.0, 653.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCAGTTCGCGC\", \"ini\": 4167, \"clust\": 3936, \"rank\": 3557, \"rankvar\": 316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4654, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4489, \"group\": [3937.0, 586.0, 97.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTATATGAG\", \"ini\": 4166, \"clust\": 1976, \"rank\": 3183, \"rankvar\": 3629, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4655, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2130, \"group\": [1975.0, 320.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTTAAGAAC\", \"ini\": 4165, \"clust\": 4353, \"rank\": 3791, \"rankvar\": 4574, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4656, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 29, \"group\": [4352.0, 753.0, 127.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTGTTTGT\", \"ini\": 4164, \"clust\": 4185, \"rank\": 3254, \"rankvar\": 307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 546, \"group\": [4184.0, 694.0, 116.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTAGTAGTA\", \"ini\": 4163, \"clust\": 4182, \"rank\": 3311, \"rankvar\": 1319, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 547, \"group\": [4181.0, 692.0, 116.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTGCACGAA\", \"ini\": 4162, \"clust\": 4020, \"rank\": 3274, \"rankvar\": 1689, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4659, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2131, \"group\": [4020.0, 631.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGCCCAC\", \"ini\": 4161, \"clust\": 4152, \"rank\": 3419, \"rankvar\": 4175, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4660, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2598, \"group\": [4151.0, 674.0, 113.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATCATCCC\", \"ini\": 4160, \"clust\": 4105, \"rank\": 3428, \"rankvar\": 1726, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4661, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2599, \"group\": [4105.0, 659.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTGATGTCT\", \"ini\": 4159, \"clust\": 1952, \"rank\": 3175, \"rankvar\": 1350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4662, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2132, \"group\": [1953.0, 308.0, 62.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCCTACAGA\", \"ini\": 4158, \"clust\": 3975, \"rank\": 3425, \"rankvar\": 4921, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4663, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2600, \"group\": [3975.0, 608.0, 104.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCTCCGA\", \"ini\": 4157, \"clust\": 4119, \"rank\": 3353, \"rankvar\": 1232, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4664, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2601, \"group\": [4120.0, 661.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTGCTAGCC\", \"ini\": 4156, \"clust\": 4088, \"rank\": 3329, \"rankvar\": 1437, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4665, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2602, \"group\": [4089.0, 656.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCCGTTGTC\", \"ini\": 4155, \"clust\": 2045, \"rank\": 3212, \"rankvar\": 373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4666, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2603, \"group\": [2046.0, 345.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCACCCAGTG\", \"ini\": 4154, \"clust\": 4176, \"rank\": 3220, \"rankvar\": 2332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4667, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4490, \"group\": [4179.0, 690.0, 115.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTCTCTCTG\", \"ini\": 4153, \"clust\": 4101, \"rank\": 3583, \"rankvar\": 4035, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2604, \"group\": [4102.0, 659.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGTCCCTAATT\", \"ini\": 4152, \"clust\": 3986, \"rank\": 3302, \"rankvar\": 2742, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 548, \"group\": [3990.0, 618.0, 106.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTACTTAC\", \"ini\": 4151, \"clust\": 4026, \"rank\": 3422, \"rankvar\": 2262, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4670, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2133, \"group\": [4028.0, 634.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGACCACGA\", \"ini\": 4150, \"clust\": 4260, \"rank\": 3431, \"rankvar\": 4896, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4671, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5107, \"group\": [4260.0, 731.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCGTATCAG\", \"ini\": 4149, \"clust\": 4007, \"rank\": 3343, \"rankvar\": 2353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4672, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2134, \"group\": [4008.0, 625.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCGCATAT\", \"ini\": 4148, \"clust\": 1488, \"rank\": 3259, \"rankvar\": 4389, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4673, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2857, \"group\": [1490.0, 132.0, 23.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGCCGATTT\", \"ini\": 4147, \"clust\": 4090, \"rank\": 3448, \"rankvar\": 1923, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4674, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2605, \"group\": [4090.0, 657.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCTCAACA\", \"ini\": 4146, \"clust\": 4339, \"rank\": 3309, \"rankvar\": 3992, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4675, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4491, \"group\": [4532.0, 772.0, 131.0, 29.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCTGAA\", \"ini\": 4145, \"clust\": 4186, \"rank\": 3384, \"rankvar\": 2361, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 549, \"group\": [4185.0, 695.0, 116.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACGCACC\", \"ini\": 4144, \"clust\": 1522, \"rank\": 3158, \"rankvar\": 4770, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4677, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2858, \"group\": [1523.0, 148.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCCCACTTG\", \"ini\": 4143, \"clust\": 130, \"rank\": 3635, \"rankvar\": 5043, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4678, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5199, \"group\": [131.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCACAAGCCC\", \"ini\": 4142, \"clust\": 124, \"rank\": 3723, \"rankvar\": 4916, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4679, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5200, \"group\": [121.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTTAGGAA\", \"ini\": 4141, \"clust\": 129, \"rank\": 3717, \"rankvar\": 5127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4680, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5201, \"group\": [127.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCTCTTTA\", \"ini\": 4140, \"clust\": 4145, \"rank\": 3197, \"rankvar\": 2715, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4681, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2606, \"group\": [4146.0, 671.0, 112.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGACCCACC\", \"ini\": 4139, \"clust\": 3948, \"rank\": 3594, \"rankvar\": 630, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 550, \"group\": [3947.0, 593.0, 99.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAGTTGCGTTA\", \"ini\": 4138, \"clust\": 3944, \"rank\": 3496, \"rankvar\": 759, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 551, \"group\": [3950.0, 596.0, 99.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCTAGAGTC\", \"ini\": 4137, \"clust\": 4155, \"rank\": 3207, \"rankvar\": 2721, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4684, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2607, \"group\": [4158.0, 678.0, 113.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCATACGCTA\", \"ini\": 4136, \"clust\": 122, \"rank\": 3914, \"rankvar\": 5099, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4685, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5202, \"group\": [124.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTCGCTAA\", \"ini\": 4135, \"clust\": 4147, \"rank\": 3370, \"rankvar\": 4198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4686, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2608, \"group\": [4148.0, 673.0, 113.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCTGGAAC\", \"ini\": 4134, \"clust\": 1969, \"rank\": 3477, \"rankvar\": 2725, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4687, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2135, \"group\": [1971.0, 318.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTGTGGAG\", \"ini\": 4133, \"clust\": 4112, \"rank\": 3515, \"rankvar\": 3215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4688, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2609, \"group\": [4112.0, 660.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTGAACG\", \"ini\": 4132, \"clust\": 4089, \"rank\": 3421, \"rankvar\": 2160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4689, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2610, \"group\": [4092.0, 657.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCATTCTA\", \"ini\": 4131, \"clust\": 2424, \"rank\": 3110, \"rankvar\": 3597, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 552, \"group\": [2424.0, 400.0, 73.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCGATATA\", \"ini\": 4130, \"clust\": 4138, \"rank\": 3294, \"rankvar\": 3912, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4691, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2611, \"group\": [4139.0, 668.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATGTCTCATCC\", \"ini\": 4129, \"clust\": 3977, \"rank\": 3426, \"rankvar\": 4444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4692, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2612, \"group\": [3977.0, 608.0, 104.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCCATCGGTTA\", \"ini\": 4128, \"clust\": 4178, \"rank\": 3402, \"rankvar\": 4058, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4693, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4492, \"group\": [4176.0, 689.0, 115.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTCCAGTTA\", \"ini\": 4127, \"clust\": 4267, \"rank\": 3439, \"rankvar\": 4472, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4694, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5108, \"group\": [4267.0, 732.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTTCTGGTA\", \"ini\": 4126, \"clust\": 3886, \"rank\": 3571, \"rankvar\": 4377, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4695, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2613, \"group\": [3889.0, 569.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAGCCTTTC\", \"ini\": 4125, \"clust\": 2046, \"rank\": 3348, \"rankvar\": 3650, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2614, \"group\": [2047.0, 345.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTTCAGCGC\", \"ini\": 4124, \"clust\": 1507, \"rank\": 3349, \"rankvar\": 4027, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4697, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2859, \"group\": [1508.0, 137.0, 23.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCTTTACAC\", \"ini\": 4123, \"clust\": 4113, \"rank\": 3536, \"rankvar\": 1503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4698, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2615, \"group\": [4113.0, 660.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTAAAGTCA\", \"ini\": 4122, \"clust\": 4188, \"rank\": 3390, \"rankvar\": 3347, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4699, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2136, \"group\": [4190.0, 698.0, 117.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGTTCGATC\", \"ini\": 4121, \"clust\": 4326, \"rank\": 3548, \"rankvar\": 4486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4700, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5109, \"group\": [4329.0, 742.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGGATGGAA\", \"ini\": 4120, \"clust\": 1227, \"rank\": 3609, \"rankvar\": 3390, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4701, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2860, \"group\": [1301.0, 114.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTAAAGAC\", \"ini\": 4119, \"clust\": 4174, \"rank\": 3403, \"rankvar\": 3858, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4702, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2616, \"group\": [4174.0, 688.0, 115.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCAATCTCT\", \"ini\": 4118, \"clust\": 4334, \"rank\": 3574, \"rankvar\": 4802, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4703, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5110, \"group\": [4334.0, 743.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGAGATGAG\", \"ini\": 4117, \"clust\": 2431, \"rank\": 3555, \"rankvar\": 2839, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 553, \"group\": [2430.0, 404.0, 74.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGTCTTGCA\", \"ini\": 4116, \"clust\": 4181, \"rank\": 3458, \"rankvar\": 2822, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 554, \"group\": [4183.0, 693.0, 116.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTCCG\", \"ini\": 4115, \"clust\": 1974, \"rank\": 3277, \"rankvar\": 3315, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4706, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2137, \"group\": [1976.0, 320.0, 66.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATATGC\", \"ini\": 4114, \"clust\": 1501, \"rank\": 3386, \"rankvar\": 4412, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4707, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2861, \"group\": [1501.0, 136.0, 23.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCACCATGTA\", \"ini\": 4113, \"clust\": 171, \"rank\": 3295, \"rankvar\": 3302, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4708, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2138, \"group\": [172.0, 31.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATGTAAG\", \"ini\": 4112, \"clust\": 4062, \"rank\": 3287, \"rankvar\": 3800, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4709, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2139, \"group\": [4064.0, 643.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCCGAAGAG\", \"ini\": 4111, \"clust\": 1493, \"rank\": 3238, \"rankvar\": 4612, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4710, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2862, \"group\": [1492.0, 133.0, 23.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACAATGTAAG\", \"ini\": 4110, \"clust\": 4302, \"rank\": 3442, \"rankvar\": 4977, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4711, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5111, \"group\": [4316.0, 741.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCCGCGCAA\", \"ini\": 4109, \"clust\": 3954, \"rank\": 3475, \"rankvar\": 2322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 555, \"group\": [3956.0, 600.0, 102.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCGCATCT\", \"ini\": 4108, \"clust\": 3930, \"rank\": 3606, \"rankvar\": 2763, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 556, \"group\": [3933.0, 582.0, 96.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTCATCCCT\", \"ini\": 4107, \"clust\": 3946, \"rank\": 3703, \"rankvar\": 2817, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 557, \"group\": [3945.0, 591.0, 99.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAAAGA\", \"ini\": 4106, \"clust\": 4190, \"rank\": 3434, \"rankvar\": 4297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4715, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2140, \"group\": [4187.0, 697.0, 117.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACACCACCAG\", \"ini\": 4105, \"clust\": 4102, \"rank\": 3654, \"rankvar\": 3529, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4716, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2617, \"group\": [4103.0, 659.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTCACACGC\", \"ini\": 4104, \"clust\": 4137, \"rank\": 3510, \"rankvar\": 3850, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4717, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2618, \"group\": [4138.0, 667.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCATATACCG\", \"ini\": 4103, \"clust\": 4183, \"rank\": 3476, \"rankvar\": 892, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 558, \"group\": [4182.0, 692.0, 116.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTCAAAGCG\", \"ini\": 4102, \"clust\": 1264, \"rank\": 3750, \"rankvar\": 5058, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4719, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 191, \"group\": [1261.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGAGCTGCA\", \"ini\": 4101, \"clust\": 4191, \"rank\": 3391, \"rankvar\": 4000, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4720, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2141, \"group\": [4188.0, 697.0, 117.0, 25.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCTAACTGG\", \"ini\": 4100, \"clust\": 1489, \"rank\": 3328, \"rankvar\": 3907, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4721, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2863, \"group\": [1488.0, 132.0, 23.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTATAATGG\", \"ini\": 4099, \"clust\": 1495, \"rank\": 3573, \"rankvar\": 4453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4722, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2864, \"group\": [1496.0, 134.0, 23.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATGCCCGA\", \"ini\": 4098, \"clust\": 4022, \"rank\": 3576, \"rankvar\": 4378, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4723, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2142, \"group\": [4024.0, 633.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTAAGCACG\", \"ini\": 4097, \"clust\": 4333, \"rank\": 3651, \"rankvar\": 4391, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4724, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5112, \"group\": [4335.0, 743.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAGCGAACA\", \"ini\": 4096, \"clust\": 172, \"rank\": 3224, \"rankvar\": 1623, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2619, \"group\": [173.0, 32.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGCCTTGAT\", \"ini\": 4095, \"clust\": 4261, \"rank\": 3558, \"rankvar\": 4867, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4726, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5113, \"group\": [4261.0, 731.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTACGCCC\", \"ini\": 4094, \"clust\": 1491, \"rank\": 3418, \"rankvar\": 5072, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4727, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2865, \"group\": [1495.0, 133.0, 23.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCTTTACGT\", \"ini\": 4093, \"clust\": 173, \"rank\": 3352, \"rankvar\": 814, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4728, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2620, \"group\": [174.0, 33.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGGCAGTA\", \"ini\": 4092, \"clust\": 4118, \"rank\": 3534, \"rankvar\": 3017, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4729, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2621, \"group\": [4119.0, 661.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCTGTCCGT\", \"ini\": 4091, \"clust\": 3945, \"rank\": 3751, \"rankvar\": 4268, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4730, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2622, \"group\": [3949.0, 595.0, 99.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACGACGAA\", \"ini\": 4090, \"clust\": 4217, \"rank\": 3511, \"rankvar\": 4616, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4731, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5114, \"group\": [4232.0, 720.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAAGGGTTCCC\", \"ini\": 4089, \"clust\": 4214, \"rank\": 3615, \"rankvar\": 4667, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4732, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2143, \"group\": [4212.0, 714.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGATCGA\", \"ini\": 4088, \"clust\": 3949, \"rank\": 3648, \"rankvar\": 883, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4733, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 559, \"group\": [3948.0, 594.0, 99.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTGACTCAT\", \"ini\": 4087, \"clust\": 4111, \"rank\": 3542, \"rankvar\": 3219, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4734, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2623, \"group\": [4114.0, 660.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGACCCT\", \"ini\": 4086, \"clust\": 3956, \"rank\": 3416, \"rankvar\": 4381, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4735, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2144, \"group\": [3955.0, 599.0, 102.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCACGTCTCT\", \"ini\": 4085, \"clust\": 4327, \"rank\": 3668, \"rankvar\": 5059, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4736, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5115, \"group\": [4328.0, 742.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCCCTCTTT\", \"ini\": 4084, \"clust\": 4211, \"rank\": 3377, \"rankvar\": 4629, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4737, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2145, \"group\": [4216.0, 716.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATTGCT\", \"ini\": 4083, \"clust\": 3947, \"rank\": 3755, \"rankvar\": 2006, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 560, \"group\": [3946.0, 592.0, 99.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCATTTA\", \"ini\": 4082, \"clust\": 4066, \"rank\": 3556, \"rankvar\": 2601, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4739, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2146, \"group\": [4067.0, 643.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTAAAGTG\", \"ini\": 4081, \"clust\": 4122, \"rank\": 3572, \"rankvar\": 2371, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4740, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2624, \"group\": [4122.0, 662.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATTCCTCG\", \"ini\": 4080, \"clust\": 4127, \"rank\": 3493, \"rankvar\": 1739, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4741, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2625, \"group\": [4128.0, 664.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTGCAGACA\", \"ini\": 4079, \"clust\": 123, \"rank\": 3991, \"rankvar\": 5046, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4742, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5203, \"group\": [123.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTTTGT\", \"ini\": 4078, \"clust\": 4144, \"rank\": 3535, \"rankvar\": 4394, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4743, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2626, \"group\": [4144.0, 670.0, 112.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACAGAGGT\", \"ini\": 4077, \"clust\": 4058, \"rank\": 3378, \"rankvar\": 4240, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4744, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2147, \"group\": [4058.0, 643.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCACCCGAG\", \"ini\": 4076, \"clust\": 4114, \"rank\": 3530, \"rankvar\": 2724, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4745, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2627, \"group\": [4117.0, 660.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCCAGTAT\", \"ini\": 4075, \"clust\": 1508, \"rank\": 3527, \"rankvar\": 4819, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4746, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2866, \"group\": [1509.0, 137.0, 23.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCAAGCCTA\", \"ini\": 4074, \"clust\": 134, \"rank\": 3999, \"rankvar\": 5225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4747, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5204, \"group\": [137.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTCCGCTGA\", \"ini\": 4073, \"clust\": 4121, \"rank\": 3600, \"rankvar\": 2415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4748, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2628, \"group\": [4124.0, 662.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCGAGAACG\", \"ini\": 4072, \"clust\": 170, \"rank\": 2996, \"rankvar\": 4161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4749, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2629, \"group\": [170.0, 29.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGACAGACC\", \"ini\": 4071, \"clust\": 4115, \"rank\": 3714, \"rankvar\": 2154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4750, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2630, \"group\": [4115.0, 660.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCGCGGTA\", \"ini\": 4070, \"clust\": 4149, \"rank\": 3657, \"rankvar\": 3443, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4751, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2631, \"group\": [4153.0, 675.0, 113.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACGGCC\", \"ini\": 4069, \"clust\": 4028, \"rank\": 3598, \"rankvar\": 2417, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4752, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2148, \"group\": [4025.0, 634.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTAATCGTC\", \"ini\": 4068, \"clust\": 4098, \"rank\": 3856, \"rankvar\": 3040, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4753, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2632, \"group\": [4096.0, 658.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTGCAGGTA\", \"ini\": 4067, \"clust\": 4346, \"rank\": 4069, \"rankvar\": 5045, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4754, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5116, \"group\": [4346.0, 750.0, 127.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCGGATCC\", \"ini\": 4066, \"clust\": 4096, \"rank\": 3713, \"rankvar\": 746, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4755, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2633, \"group\": [4097.0, 658.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACGAAACG\", \"ini\": 4065, \"clust\": 1235, \"rank\": 3740, \"rankvar\": 4734, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4756, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 192, \"group\": [1234.0, 105.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTCGGATCC\", \"ini\": 4064, \"clust\": 4179, \"rank\": 3639, \"rankvar\": 3799, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4757, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4493, \"group\": [4177.0, 689.0, 115.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCACTATTC\", \"ini\": 4063, \"clust\": 4153, \"rank\": 3509, \"rankvar\": 2997, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4758, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2634, \"group\": [4154.0, 676.0, 113.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCAACACTG\", \"ini\": 4062, \"clust\": 4141, \"rank\": 3482, \"rankvar\": 1364, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4759, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2635, \"group\": [4142.0, 669.0, 112.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTGTCAATC\", \"ini\": 4061, \"clust\": 4064, \"rank\": 3473, \"rankvar\": 4062, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4760, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2149, \"group\": [4063.0, 643.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATGTCCTC\", \"ini\": 4060, \"clust\": 4350, \"rank\": 3941, \"rankvar\": 3370, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4761, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 30, \"group\": [4349.0, 752.0, 127.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGGATGCGT\", \"ini\": 4059, \"clust\": 4169, \"rank\": 3355, \"rankvar\": 1979, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4762, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4494, \"group\": [4170.0, 686.0, 115.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTACACGAAAGC\", \"ini\": 4058, \"clust\": 4091, \"rank\": 3538, \"rankvar\": 1119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4763, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2636, \"group\": [4091.0, 657.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAGCTCCG\", \"ini\": 4057, \"clust\": 4351, \"rank\": 3916, \"rankvar\": 3939, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4764, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 31, \"group\": [4350.0, 752.0, 127.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACATACGCCG\", \"ini\": 4056, \"clust\": 125, \"rank\": 4009, \"rankvar\": 5085, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5205, \"group\": [122.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCAACACAC\", \"ini\": 4055, \"clust\": 4324, \"rank\": 3833, \"rankvar\": 5069, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4766, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5117, \"group\": [4323.0, 742.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGTTCGATC\", \"ini\": 4054, \"clust\": 4025, \"rank\": 3727, \"rankvar\": 3088, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4767, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2150, \"group\": [4029.0, 634.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAAGCACACAG\", \"ini\": 4053, \"clust\": 4223, \"rank\": 3610, \"rankvar\": 5094, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4768, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2151, \"group\": [4222.0, 718.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCAAGAAGT\", \"ini\": 4052, \"clust\": 4032, \"rank\": 3728, \"rankvar\": 494, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 561, \"group\": [4031.0, 636.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCAAAGTAG\", \"ini\": 4051, \"clust\": 2425, \"rank\": 3672, \"rankvar\": 3099, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 562, \"group\": [2425.0, 401.0, 73.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGACGACGT\", \"ini\": 4050, \"clust\": 2421, \"rank\": 3642, \"rankvar\": 3725, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 563, \"group\": [2421.0, 397.0, 72.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAATGTAAG\", \"ini\": 4049, \"clust\": 3957, \"rank\": 3666, \"rankvar\": 1220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4772, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2637, \"group\": [3958.0, 602.0, 102.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGGTACCGTTA\", \"ini\": 4048, \"clust\": 4123, \"rank\": 3693, \"rankvar\": 4456, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2638, \"group\": [4123.0, 662.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACATACCATG\", \"ini\": 4047, \"clust\": 176, \"rank\": 3449, \"rankvar\": 3404, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4774, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2639, \"group\": [177.0, 35.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAACTGGCC\", \"ini\": 4046, \"clust\": 1263, \"rank\": 3759, \"rankvar\": 1629, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4775, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2867, \"group\": [1263.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCGTAGGAG\", \"ini\": 4045, \"clust\": 4060, \"rank\": 3453, \"rankvar\": 4495, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4776, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2152, \"group\": [4060.0, 643.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGACGCTC\", \"ini\": 4044, \"clust\": 3939, \"rank\": 3909, \"rankvar\": 4015, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4777, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4495, \"group\": [3943.0, 589.0, 98.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGCTAAGAT\", \"ini\": 4043, \"clust\": 4027, \"rank\": 3631, \"rankvar\": 2577, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4778, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2153, \"group\": [4027.0, 634.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTATCACG\", \"ini\": 4042, \"clust\": 4061, \"rank\": 3618, \"rankvar\": 3180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4779, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2154, \"group\": [4061.0, 643.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTGTTGGGA\", \"ini\": 4041, \"clust\": 1445, \"rank\": 3673, \"rankvar\": 4321, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4780, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2868, \"group\": [1445.0, 128.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAGCAGTTT\", \"ini\": 4040, \"clust\": 4013, \"rank\": 3459, \"rankvar\": 3756, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4781, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2155, \"group\": [4015.0, 628.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCATCACCC\", \"ini\": 4039, \"clust\": 4054, \"rank\": 3575, \"rankvar\": 3774, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4782, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2156, \"group\": [4057.0, 642.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATCGATTG\", \"ini\": 4038, \"clust\": 139, \"rank\": 3925, \"rankvar\": 5231, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4783, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5206, \"group\": [140.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACACCGCTAG\", \"ini\": 4037, \"clust\": 1261, \"rank\": 3899, \"rankvar\": 4821, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4784, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 193, \"group\": [1259.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACTCCTG\", \"ini\": 4036, \"clust\": 4325, \"rank\": 3974, \"rankvar\": 5152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4785, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5118, \"group\": [4324.0, 742.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACAGACTCGC\", \"ini\": 4035, \"clust\": 3935, \"rank\": 3886, \"rankvar\": 928, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 564, \"group\": [3936.0, 585.0, 97.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCAATGGAGC\", \"ini\": 4034, \"clust\": 3953, \"rank\": 3695, \"rankvar\": 2784, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 565, \"group\": [3957.0, 601.0, 102.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGCATGGCA\", \"ini\": 4033, \"clust\": 174, \"rank\": 3407, \"rankvar\": 3161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4788, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2640, \"group\": [175.0, 33.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTACCGTAT\", \"ini\": 4032, \"clust\": 1492, \"rank\": 3568, \"rankvar\": 4416, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4789, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2869, \"group\": [1494.0, 133.0, 23.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGCTGCAAG\", \"ini\": 4031, \"clust\": 4212, \"rank\": 3637, \"rankvar\": 4152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4790, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2157, \"group\": [4215.0, 715.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGTCCCACG\", \"ini\": 4030, \"clust\": 3884, \"rank\": 3879, \"rankvar\": 4415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 566, \"group\": [3884.0, 567.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCACTTAAGC\", \"ini\": 4029, \"clust\": 328, \"rank\": 3700, \"rankvar\": 2736, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4792, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3100, \"group\": [331.0, 65.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACAGGCTGAA\", \"ini\": 4028, \"clust\": 4031, \"rank\": 3894, \"rankvar\": 1179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 567, \"group\": [4033.0, 637.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCATCGATGAGG\", \"ini\": 4027, \"clust\": 4033, \"rank\": 3738, \"rankvar\": 1345, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4794, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 568, \"group\": [4032.0, 636.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACATGCGCAC\", \"ini\": 4026, \"clust\": 1505, \"rank\": 3633, \"rankvar\": 5011, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4795, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2870, \"group\": [1506.0, 137.0, 23.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACATTAGC\", \"ini\": 4025, \"clust\": 4012, \"rank\": 3388, \"rankvar\": 2401, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4796, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2158, \"group\": [4016.0, 628.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCCTATGTT\", \"ini\": 4024, \"clust\": 1498, \"rank\": 3614, \"rankvar\": 4861, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4797, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2871, \"group\": [1499.0, 135.0, 23.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGAGCCCA\", \"ini\": 4023, \"clust\": 3883, \"rank\": 3744, \"rankvar\": 2896, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4798, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2159, \"group\": [3886.0, 567.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAGGCTGAA\", \"ini\": 4022, \"clust\": 4030, \"rank\": 3897, \"rankvar\": 1913, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 569, \"group\": [4034.0, 638.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCTCTCTG\", \"ini\": 4021, \"clust\": 120, \"rank\": 3847, \"rankvar\": 5027, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4800, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3953, \"group\": [120.0, 14.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCACCATCCT\", \"ini\": 4020, \"clust\": 1496, \"rank\": 3818, \"rankvar\": 4673, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4801, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2872, \"group\": [1497.0, 134.0, 23.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGTTCCACA\", \"ini\": 4019, \"clust\": 3978, \"rank\": 3592, \"rankvar\": 4790, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4802, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2641, \"group\": [3980.0, 610.0, 104.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCGGATGGA\", \"ini\": 4018, \"clust\": 4139, \"rank\": 3596, \"rankvar\": 2430, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2642, \"group\": [4140.0, 668.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGACATA\", \"ini\": 4017, \"clust\": 4044, \"rank\": 3851, \"rankvar\": 1550, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4804, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2160, \"group\": [4043.0, 640.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACACGCC\", \"ini\": 4016, \"clust\": 1487, \"rank\": 3438, \"rankvar\": 4886, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4805, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2873, \"group\": [1491.0, 132.0, 23.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTAAGTG\", \"ini\": 4015, \"clust\": 4056, \"rank\": 3539, \"rankvar\": 2157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4806, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2161, \"group\": [4054.0, 642.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAAAGGTGC\", \"ini\": 4014, \"clust\": 4323, \"rank\": 3850, \"rankvar\": 4949, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4807, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5119, \"group\": [4325.0, 742.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGACAAG\", \"ini\": 4013, \"clust\": 5195, \"rank\": 3722, \"rankvar\": 1939, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4808, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4496, \"group\": [5196.0, 910.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTTACGGAG\", \"ini\": 4012, \"clust\": 4019, \"rank\": 3697, \"rankvar\": 1305, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4809, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2162, \"group\": [4030.0, 635.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGAAACCTA\", \"ini\": 4011, \"clust\": 3996, \"rank\": 3566, \"rankvar\": 1304, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4810, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 570, \"group\": [3997.0, 621.0, 107.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCACTTCTGC\", \"ini\": 4010, \"clust\": 4057, \"rank\": 3772, \"rankvar\": 567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4811, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2163, \"group\": [4055.0, 642.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGTCTGTCTCG\", \"ini\": 4009, \"clust\": 3898, \"rank\": 3834, \"rankvar\": 1828, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4812, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2643, \"group\": [3903.0, 573.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTCCGT\", \"ini\": 4008, \"clust\": 4029, \"rank\": 3650, \"rankvar\": 3052, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4813, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2164, \"group\": [4026.0, 634.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGAACAATC\", \"ini\": 4007, \"clust\": 4120, \"rank\": 3807, \"rankvar\": 1111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4814, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2644, \"group\": [4121.0, 661.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTTTGCATG\", \"ini\": 4006, \"clust\": 4227, \"rank\": 3704, \"rankvar\": 4913, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4815, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2165, \"group\": [4226.0, 718.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCATCGATG\", \"ini\": 4005, \"clust\": 4161, \"rank\": 3788, \"rankvar\": 4429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4816, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4497, \"group\": [4162.0, 681.0, 114.0, 24.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGCCAACAG\", \"ini\": 4004, \"clust\": 3887, \"rank\": 4130, \"rankvar\": 4771, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4817, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2645, \"group\": [3887.0, 568.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGTTTACG\", \"ini\": 4003, \"clust\": 4067, \"rank\": 3698, \"rankvar\": 3195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4818, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2166, \"group\": [4065.0, 643.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCACCATAG\", \"ini\": 4002, \"clust\": 1506, \"rank\": 3787, \"rankvar\": 4963, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4819, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2874, \"group\": [1507.0, 137.0, 23.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCATGTCCC\", \"ini\": 4001, \"clust\": 3951, \"rank\": 3825, \"rankvar\": 3539, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 571, \"group\": [3951.0, 597.0, 100.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCGTCATC\", \"ini\": 4000, \"clust\": 147, \"rank\": 4247, \"rankvar\": 4909, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4821, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5207, \"group\": [148.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGATGCGAC\", \"ini\": 3999, \"clust\": 518, \"rank\": 3832, \"rankvar\": 2164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4822, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2875, \"group\": [518.0, 86.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTGTTCTCATT\", \"ini\": 3998, \"clust\": 1242, \"rank\": 3701, \"rankvar\": 4902, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4823, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2646, \"group\": [1244.0, 107.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGTGGTCCC\", \"ini\": 3997, \"clust\": 3992, \"rank\": 3742, \"rankvar\": 3942, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4824, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2647, \"group\": [3996.0, 620.0, 107.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAATCACC\", \"ini\": 3996, \"clust\": 4021, \"rank\": 3835, \"rankvar\": 3450, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4825, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2167, \"group\": [4021.0, 632.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCGGTCTAA\", \"ini\": 3995, \"clust\": 4065, \"rank\": 3720, \"rankvar\": 4650, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4826, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2168, \"group\": [4068.0, 643.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAAGGCAGGTT\", \"ini\": 3994, \"clust\": 3885, \"rank\": 4010, \"rankvar\": 1657, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4827, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 572, \"group\": [3885.0, 567.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACGAAGCA\", \"ini\": 3993, \"clust\": 3987, \"rank\": 3604, \"rankvar\": 1827, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4828, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2169, \"group\": [3989.0, 617.0, 106.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCCACGCAG\", \"ini\": 3992, \"clust\": 3905, \"rank\": 3971, \"rankvar\": 935, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 573, \"group\": [3925.0, 578.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCAACCAA\", \"ini\": 3991, \"clust\": 2422, \"rank\": 3627, \"rankvar\": 3878, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 574, \"group\": [2422.0, 398.0, 72.0, 16.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCAAGCCTA\", \"ini\": 3990, \"clust\": 4024, \"rank\": 3956, \"rankvar\": 3913, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4831, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2170, \"group\": [4023.0, 633.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCACACCGAC\", \"ini\": 3989, \"clust\": 3922, \"rank\": 3903, \"rankvar\": 1764, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4832, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 575, \"group\": [3924.0, 577.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGCTGAACG\", \"ini\": 3988, \"clust\": 515, \"rank\": 3721, \"rankvar\": 3928, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4833, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2876, \"group\": [516.0, 85.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAAGAAGT\", \"ini\": 3987, \"clust\": 520, \"rank\": 3861, \"rankvar\": 2559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4834, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5133, \"group\": [523.0, 89.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGACACTAA\", \"ini\": 3986, \"clust\": 4039, \"rank\": 3989, \"rankvar\": 4338, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4835, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2171, \"group\": [4047.0, 640.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCGGTTAAC\", \"ini\": 3985, \"clust\": 4055, \"rank\": 3844, \"rankvar\": 3299, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4836, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2172, \"group\": [4056.0, 642.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCATAGCAC\", \"ini\": 3984, \"clust\": 333, \"rank\": 3670, \"rankvar\": 5066, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4837, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2877, \"group\": [338.0, 66.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCTGTTTGT\", \"ini\": 3983, \"clust\": 4215, \"rank\": 3764, \"rankvar\": 4593, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4838, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2173, \"group\": [4213.0, 714.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCAGACACTT\", \"ini\": 3982, \"clust\": 168, \"rank\": 3565, \"rankvar\": 4225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4839, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2878, \"group\": [171.0, 30.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTGAGGCTA\", \"ini\": 3981, \"clust\": 3958, \"rank\": 3986, \"rankvar\": 2803, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4840, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2648, \"group\": [3959.0, 602.0, 102.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATACACCCATGG\", \"ini\": 3980, \"clust\": 4277, \"rank\": 3981, \"rankvar\": 3505, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4841, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5120, \"group\": [4285.0, 736.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCATAGACTC\", \"ini\": 3979, \"clust\": 3984, \"rank\": 3747, \"rankvar\": 1383, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4842, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2174, \"group\": [3984.0, 614.0, 105.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCTCCTC\", \"ini\": 3978, \"clust\": 4146, \"rank\": 3892, \"rankvar\": 1336, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4843, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2649, \"group\": [4147.0, 672.0, 112.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTAACGCGA\", \"ini\": 3977, \"clust\": 1483, \"rank\": 3900, \"rankvar\": 4088, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4844, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2879, \"group\": [1484.0, 131.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACATTACGAC\", \"ini\": 3976, \"clust\": 4006, \"rank\": 3686, \"rankvar\": 2851, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4845, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2175, \"group\": [4009.0, 625.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTTGTCC\", \"ini\": 3975, \"clust\": 1486, \"rank\": 3711, \"rankvar\": 4996, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4846, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2880, \"group\": [1487.0, 132.0, 23.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGAGTAGA\", \"ini\": 3974, \"clust\": 3988, \"rank\": 3831, \"rankvar\": 976, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4847, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2176, \"group\": [3987.0, 616.0, 106.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAAGGTCATCT\", \"ini\": 3973, \"clust\": 3959, \"rank\": 4003, \"rankvar\": 1894, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4848, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2177, \"group\": [3962.0, 603.0, 102.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCGCTAGCG\", \"ini\": 3972, \"clust\": 3962, \"rank\": 3985, \"rankvar\": 4799, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4849, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2650, \"group\": [3963.0, 604.0, 102.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGGGCTCTC\", \"ini\": 3971, \"clust\": 3960, \"rank\": 4129, \"rankvar\": 4959, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4850, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2651, \"group\": [3960.0, 603.0, 102.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTGTAATGA\", \"ini\": 3970, \"clust\": 1446, \"rank\": 3877, \"rankvar\": 3979, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4851, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2881, \"group\": [1446.0, 128.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACAGCAG\", \"ini\": 3969, \"clust\": 4205, \"rank\": 4079, \"rankvar\": 4573, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4852, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5121, \"group\": [4210.0, 713.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGTTTAGG\", \"ini\": 3968, \"clust\": 4210, \"rank\": 3806, \"rankvar\": 4135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4853, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4498, \"group\": [4233.0, 721.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTATCTG\", \"ini\": 3967, \"clust\": 3923, \"rank\": 4282, \"rankvar\": 3027, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 576, \"group\": [3922.0, 577.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGCGAAA\", \"ini\": 3966, \"clust\": 1312, \"rank\": 4024, \"rankvar\": 3092, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4855, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2652, \"group\": [1313.0, 119.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAAGGTGA\", \"ini\": 3965, \"clust\": 1499, \"rank\": 4038, \"rankvar\": 4549, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4856, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2882, \"group\": [1502.0, 136.0, 23.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCACTGGG\", \"ini\": 3964, \"clust\": 1943, \"rank\": 3839, \"rankvar\": 3718, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4857, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2653, \"group\": [1946.0, 303.0, 60.0, 13.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTAAAGA\", \"ini\": 3963, \"clust\": 3995, \"rank\": 3902, \"rankvar\": 4628, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4858, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2654, \"group\": [3994.0, 620.0, 107.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCACACGC\", \"ini\": 3962, \"clust\": 4010, \"rank\": 3843, \"rankvar\": 3083, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4859, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2178, \"group\": [4011.0, 627.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAATTCCTT\", \"ini\": 3961, \"clust\": 4034, \"rank\": 3970, \"rankvar\": 3553, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4860, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2179, \"group\": [4038.0, 639.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATGGATGG\", \"ini\": 3960, \"clust\": 4014, \"rank\": 3736, \"rankvar\": 2570, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4861, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2180, \"group\": [4013.0, 628.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTATGGTTC\", \"ini\": 3959, \"clust\": 4225, \"rank\": 3960, \"rankvar\": 4862, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4862, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2181, \"group\": [4224.0, 718.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTTCAGTAC\", \"ini\": 3958, \"clust\": 4038, \"rank\": 4231, \"rankvar\": 1718, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4863, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 577, \"group\": [4048.0, 640.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGTTACAG\", \"ini\": 3957, \"clust\": 3889, \"rank\": 4082, \"rankvar\": 446, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4864, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2655, \"group\": [3895.0, 571.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCAGAGCTT\", \"ini\": 3956, \"clust\": 4015, \"rank\": 3779, \"rankvar\": 4194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4865, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2182, \"group\": [4014.0, 628.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCTGCCCA\", \"ini\": 3955, \"clust\": 4226, \"rank\": 4019, \"rankvar\": 5095, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4866, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2183, \"group\": [4225.0, 718.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTCTGCTG\", \"ini\": 3954, \"clust\": 3990, \"rank\": 3774, \"rankvar\": 4189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4867, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2184, \"group\": [3991.0, 619.0, 107.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTAGTGCG\", \"ini\": 3953, \"clust\": 3989, \"rank\": 3910, \"rankvar\": 3351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4868, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2185, \"group\": [3988.0, 616.0, 106.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAGTAGAGC\", \"ini\": 3952, \"clust\": 4203, \"rank\": 4146, \"rankvar\": 290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 578, \"group\": [4204.0, 709.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAGTGAGA\", \"ini\": 3951, \"clust\": 4216, \"rank\": 3975, \"rankvar\": 3965, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4870, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2186, \"group\": [4214.0, 714.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTGTCTCA\", \"ini\": 3950, \"clust\": 1229, \"rank\": 4027, \"rankvar\": 4982, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4871, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 194, \"group\": [1230.0, 105.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAAGCGGT\", \"ini\": 3949, \"clust\": 4154, \"rank\": 3982, \"rankvar\": 3606, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4872, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2656, \"group\": [4155.0, 676.0, 113.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCTTGCGG\", \"ini\": 3948, \"clust\": 1228, \"rank\": 4077, \"rankvar\": 3614, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4873, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 195, \"group\": [1245.0, 108.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGCTCCTTC\", \"ini\": 3947, \"clust\": 4040, \"rank\": 4022, \"rankvar\": 3363, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4874, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2187, \"group\": [4039.0, 640.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTGGTAACG\", \"ini\": 3946, \"clust\": 3991, \"rank\": 4004, \"rankvar\": 3883, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4875, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2188, \"group\": [3992.0, 619.0, 107.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCATGCCTTC\", \"ini\": 3945, \"clust\": 1265, \"rank\": 4463, \"rankvar\": 5175, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4876, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 196, \"group\": [1262.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGGGAACGG\", \"ini\": 3944, \"clust\": 4219, \"rank\": 4274, \"rankvar\": 4455, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4877, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5122, \"group\": [4217.0, 717.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCATCACGAT\", \"ini\": 3943, \"clust\": 1266, \"rank\": 4242, \"rankvar\": 5137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4878, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 197, \"group\": [1264.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTACCGAGA\", \"ini\": 3942, \"clust\": 4000, \"rank\": 3952, \"rankvar\": 1792, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4879, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2189, \"group\": [4001.0, 622.0, 107.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAATT\", \"ini\": 3941, \"clust\": 1490, \"rank\": 3883, \"rankvar\": 4891, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4880, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2883, \"group\": [1489.0, 132.0, 23.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGTGCAAGC\", \"ini\": 3940, \"clust\": 145, \"rank\": 4271, \"rankvar\": 3101, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4881, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 579, \"group\": [145.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGAAAGAG\", \"ini\": 3939, \"clust\": 4003, \"rank\": 3947, \"rankvar\": 3464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4882, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2190, \"group\": [4003.0, 623.0, 107.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCGATCCCT\", \"ini\": 3938, \"clust\": 4068, \"rank\": 3958, \"rankvar\": 4005, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4883, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2191, \"group\": [4066.0, 643.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATTCCTGC\", \"ini\": 3937, \"clust\": 1494, \"rank\": 3917, \"rankvar\": 4833, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4884, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2884, \"group\": [1493.0, 133.0, 23.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTTTAAGCC\", \"ini\": 3936, \"clust\": 1484, \"rank\": 4043, \"rankvar\": 3484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4885, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2885, \"group\": [1485.0, 131.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCACTTAAGC\", \"ini\": 3935, \"clust\": 4208, \"rank\": 4218, \"rankvar\": 3339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4886, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5123, \"group\": [4208.0, 712.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGAGCTGGT\", \"ini\": 3934, \"clust\": 1230, \"rank\": 4137, \"rankvar\": 5161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4887, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 198, \"group\": [1228.0, 105.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCCTCAGT\", \"ini\": 3933, \"clust\": 1375, \"rank\": 4181, \"rankvar\": 4855, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4888, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2886, \"group\": [1383.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGATCCCGC\", \"ini\": 3932, \"clust\": 1313, \"rank\": 4196, \"rankvar\": 4075, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4889, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2657, \"group\": [1314.0, 120.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTAGGCGATAC\", \"ini\": 3931, \"clust\": 4148, \"rank\": 4062, \"rankvar\": 3763, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4890, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2658, \"group\": [4149.0, 673.0, 113.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCGGCCGAT\", \"ini\": 3930, \"clust\": 4045, \"rank\": 4276, \"rankvar\": 1910, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4891, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2192, \"group\": [4044.0, 640.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGGCTACGA\", \"ini\": 3929, \"clust\": 3925, \"rank\": 4184, \"rankvar\": 1641, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4892, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 580, \"group\": [3926.0, 579.0, 96.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTACCGTAT\", \"ini\": 3928, \"clust\": 1467, \"rank\": 4201, \"rankvar\": 4817, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4893, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2887, \"group\": [1469.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATGCTGGC\", \"ini\": 3927, \"clust\": 4053, \"rank\": 4066, \"rankvar\": 3373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4894, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2193, \"group\": [4069.0, 644.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGGTCAT\", \"ini\": 3926, \"clust\": 4042, \"rank\": 4197, \"rankvar\": 4276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4895, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2194, \"group\": [4041.0, 640.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCGGCACT\", \"ini\": 3925, \"clust\": 1233, \"rank\": 4339, \"rankvar\": 4827, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4896, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 199, \"group\": [1231.0, 105.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCCAAACTG\", \"ini\": 3924, \"clust\": 1262, \"rank\": 4358, \"rankvar\": 4697, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4897, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 200, \"group\": [1260.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCAGGCGAA\", \"ini\": 3923, \"clust\": 3881, \"rank\": 4160, \"rankvar\": 3035, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4898, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2195, \"group\": [3882.0, 565.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGGTGACCA\", \"ini\": 3922, \"clust\": 4204, \"rank\": 4116, \"rankvar\": 1985, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 581, \"group\": [4205.0, 710.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGCTTCGG\", \"ini\": 3921, \"clust\": 3895, \"rank\": 4183, \"rankvar\": 312, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4900, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2659, \"group\": [3898.0, 572.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTATCAAACGGG\", \"ini\": 3920, \"clust\": 335, \"rank\": 4140, \"rankvar\": 4459, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4901, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2888, \"group\": [336.0, 66.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGATTCT\", \"ini\": 3919, \"clust\": 3998, \"rank\": 4284, \"rankvar\": 1835, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4902, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2196, \"group\": [3999.0, 622.0, 107.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCCAGTACACT\", \"ini\": 3918, \"clust\": 3900, \"rank\": 4437, \"rankvar\": 3045, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4903, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2660, \"group\": [3901.0, 573.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAATCACAC\", \"ini\": 3917, \"clust\": 3926, \"rank\": 4427, \"rankvar\": 915, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 582, \"group\": [3927.0, 579.0, 96.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAGGTTCT\", \"ini\": 3916, \"clust\": 3909, \"rank\": 4506, \"rankvar\": 807, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 583, \"group\": [3909.0, 575.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGGGTGTTG\", \"ini\": 3915, \"clust\": 1231, \"rank\": 4336, \"rankvar\": 5050, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4906, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 201, \"group\": [1229.0, 105.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGTGTGGT\", \"ini\": 3914, \"clust\": 4041, \"rank\": 4442, \"rankvar\": 4805, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4907, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2197, \"group\": [4040.0, 640.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTAACGCGA\", \"ini\": 3913, \"clust\": 151, \"rank\": 4474, \"rankvar\": 4602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 584, \"group\": [150.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTGGCGTG\", \"ini\": 3912, \"clust\": 144, \"rank\": 4457, \"rankvar\": 4689, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 585, \"group\": [147.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAGTTTACG\", \"ini\": 3911, \"clust\": 3903, \"rank\": 4422, \"rankvar\": 3063, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4910, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2661, \"group\": [3904.0, 574.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGAATAGGG\", \"ini\": 3910, \"clust\": 3882, \"rank\": 4180, \"rankvar\": 3617, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4911, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2198, \"group\": [3883.0, 566.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACATCCA\", \"ini\": 3909, \"clust\": 4228, \"rank\": 4169, \"rankvar\": 4894, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4912, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2199, \"group\": [4227.0, 718.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCCTAGGGC\", \"ini\": 3908, \"clust\": 3911, \"rank\": 4406, \"rankvar\": 3121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4913, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2200, \"group\": [3911.0, 575.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCATCACAAC\", \"ini\": 3907, \"clust\": 4043, \"rank\": 4348, \"rankvar\": 4595, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4914, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2201, \"group\": [4042.0, 640.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTAACGGT\", \"ini\": 3906, \"clust\": 3920, \"rank\": 4452, \"rankvar\": 3075, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 586, \"group\": [3920.0, 576.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCGTCCA\", \"ini\": 3905, \"clust\": 3913, \"rank\": 4522, \"rankvar\": 3107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 587, \"group\": [3913.0, 575.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGAGGTACC\", \"ini\": 3904, \"clust\": 4218, \"rank\": 4587, \"rankvar\": 5035, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4917, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5124, \"group\": [4221.0, 717.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAGTTTACG\", \"ini\": 3903, \"clust\": 4046, \"rank\": 4432, \"rankvar\": 1425, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4918, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2202, \"group\": [4045.0, 640.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGCAGACTG\", \"ini\": 3902, \"clust\": 4224, \"rank\": 4393, \"rankvar\": 5010, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4919, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2203, \"group\": [4223.0, 718.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAGTAACGG\", \"ini\": 3901, \"clust\": 4011, \"rank\": 4349, \"rankvar\": 3417, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4920, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2204, \"group\": [4012.0, 627.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCTGCCCTA\", \"ini\": 3900, \"clust\": 3993, \"rank\": 4203, \"rankvar\": 3525, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4921, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2662, \"group\": [3995.0, 620.0, 107.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCTACTATC\", \"ini\": 3899, \"clust\": 1250, \"rank\": 4386, \"rankvar\": 5214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4922, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 202, \"group\": [1253.0, 110.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGCTCAGA\", \"ini\": 3898, \"clust\": 3921, \"rank\": 4540, \"rankvar\": 4233, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4923, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 588, \"group\": [3921.0, 576.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTGCACTTA\", \"ini\": 3897, \"clust\": 1268, \"rank\": 4511, \"rankvar\": 5200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4924, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 203, \"group\": [1268.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTGTGTGCCTG\", \"ini\": 3896, \"clust\": 3985, \"rank\": 4256, \"rankvar\": 3234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4925, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2663, \"group\": [3985.0, 614.0, 105.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCAACAACCT\", \"ini\": 3895, \"clust\": 1234, \"rank\": 4500, \"rankvar\": 5097, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4926, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 204, \"group\": [1232.0, 105.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGGCACTA\", \"ini\": 3894, \"clust\": 519, \"rank\": 4280, \"rankvar\": 3895, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4927, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2889, \"group\": [519.0, 86.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCACAACGCC\", \"ini\": 3893, \"clust\": 1444, \"rank\": 4400, \"rankvar\": 4776, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4928, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2890, \"group\": [1447.0, 128.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTACGCGA\", \"ini\": 3892, \"clust\": 4035, \"rank\": 4334, \"rankvar\": 3995, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4929, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2205, \"group\": [4037.0, 639.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCGTCTCCACT\", \"ini\": 3891, \"clust\": 1310, \"rank\": 4233, \"rankvar\": 4372, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4930, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3028, \"group\": [1311.0, 118.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGTACAA\", \"ini\": 3890, \"clust\": 3983, \"rank\": 4419, \"rankvar\": 1048, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4931, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2206, \"group\": [3986.0, 615.0, 105.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACAAAGCGGT\", \"ini\": 3889, \"clust\": 1343, \"rank\": 4186, \"rankvar\": 4854, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4932, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2891, \"group\": [1346.0, 126.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCGCAGGCT\", \"ini\": 3888, \"clust\": 1236, \"rank\": 4584, \"rankvar\": 4901, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4933, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 205, \"group\": [1235.0, 105.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGAGGGATA\", \"ini\": 3887, \"clust\": 4002, \"rank\": 4350, \"rankvar\": 2231, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4934, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2664, \"group\": [4005.0, 624.0, 107.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGCGACAT\", \"ini\": 3886, \"clust\": 4004, \"rank\": 4232, \"rankvar\": 4224, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4935, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2207, \"group\": [4004.0, 623.0, 107.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCACTATCTT\", \"ini\": 3885, \"clust\": 1278, \"rank\": 4583, \"rankvar\": 4510, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4936, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 206, \"group\": [1275.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAATCACAC\", \"ini\": 3884, \"clust\": 1267, \"rank\": 4564, \"rankvar\": 4981, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4937, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 207, \"group\": [1265.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTGTGTAAGTA\", \"ini\": 3883, \"clust\": 1431, \"rank\": 4599, \"rankvar\": 5017, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4938, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2892, \"group\": [1432.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTACAGACG\", \"ini\": 3882, \"clust\": 214, \"rank\": 4428, \"rankvar\": 559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4939, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 589, \"group\": [319.0, 63.0, 15.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCCCTCAGT\", \"ini\": 3881, \"clust\": 4001, \"rank\": 4375, \"rankvar\": 1384, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4940, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2208, \"group\": [4002.0, 622.0, 107.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGATGGGTC\", \"ini\": 3880, \"clust\": 3927, \"rank\": 4520, \"rankvar\": 426, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4941, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 590, \"group\": [3928.0, 580.0, 96.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATATGGTC\", \"ini\": 3879, \"clust\": 3906, \"rank\": 4661, \"rankvar\": 3994, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4942, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2209, \"group\": [3908.0, 575.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATCTACGA\", \"ini\": 3878, \"clust\": 3901, \"rank\": 4515, \"rankvar\": 2461, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4943, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2665, \"group\": [3899.0, 573.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTAGCCA\", \"ini\": 3877, \"clust\": 1472, \"rank\": 4492, \"rankvar\": 3649, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4944, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2893, \"group\": [1470.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTAGGCTGA\", \"ini\": 3876, \"clust\": 3932, \"rank\": 4662, \"rankvar\": 4794, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 591, \"group\": [3930.0, 581.0, 96.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGCTTG\", \"ini\": 3875, \"clust\": 3893, \"rank\": 4562, \"rankvar\": 2846, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4946, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 592, \"group\": [3892.0, 570.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATGTAAG\", \"ini\": 3874, \"clust\": 3933, \"rank\": 4650, \"rankvar\": 3306, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4947, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 593, \"group\": [3931.0, 581.0, 96.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGGATACC\", \"ini\": 3873, \"clust\": 3912, \"rank\": 4639, \"rankvar\": 3899, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4948, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2666, \"group\": [3912.0, 575.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCAACCAA\", \"ini\": 3872, \"clust\": 3924, \"rank\": 4782, \"rankvar\": 4729, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 594, \"group\": [3923.0, 577.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGACAGGT\", \"ini\": 3871, \"clust\": 1432, \"rank\": 4730, \"rankvar\": 5051, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4950, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2894, \"group\": [1433.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGCGAGT\", \"ini\": 3870, \"clust\": 516, \"rank\": 4215, \"rankvar\": 4460, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4951, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2895, \"group\": [517.0, 85.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCACCGTC\", \"ini\": 3869, \"clust\": 3888, \"rank\": 4590, \"rankvar\": 2848, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4952, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2667, \"group\": [3888.0, 568.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTAGCTCCG\", \"ini\": 3868, \"clust\": 4050, \"rank\": 4527, \"rankvar\": 2382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4953, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2210, \"group\": [4053.0, 641.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTCCCTGA\", \"ini\": 3867, \"clust\": 4048, \"rank\": 4433, \"rankvar\": 4253, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4954, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2211, \"group\": [4049.0, 641.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCATCGACGC\", \"ini\": 3866, \"clust\": 4221, \"rank\": 4679, \"rankvar\": 4997, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4955, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5125, \"group\": [4219.0, 717.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAACTGCTA\", \"ini\": 3865, \"clust\": 1269, \"rank\": 4494, \"rankvar\": 5146, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4956, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3074, \"group\": [1266.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGAACAATC\", \"ini\": 3864, \"clust\": 1479, \"rank\": 4471, \"rankvar\": 5128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4957, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2896, \"group\": [1480.0, 130.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGCACCGTC\", \"ini\": 3863, \"clust\": 1447, \"rank\": 4622, \"rankvar\": 3279, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4958, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2897, \"group\": [1479.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGTTACAG\", \"ini\": 3862, \"clust\": 3999, \"rank\": 4404, \"rankvar\": 3997, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4959, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2212, \"group\": [4000.0, 622.0, 107.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATCCAAC\", \"ini\": 3861, \"clust\": 1473, \"rank\": 4582, \"rankvar\": 4889, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4960, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2898, \"group\": [1471.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCCCAAGTA\", \"ini\": 3860, \"clust\": 1281, \"rank\": 4744, \"rankvar\": 5183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4961, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 208, \"group\": [1278.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCATGCAAC\", \"ini\": 3859, \"clust\": 4206, \"rank\": 4532, \"rankvar\": 3031, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4962, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5126, \"group\": [4206.0, 711.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTACTTAC\", \"ini\": 3858, \"clust\": 1480, \"rank\": 4325, \"rankvar\": 5107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4963, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2899, \"group\": [1481.0, 130.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGCACCGTC\", \"ini\": 3857, \"clust\": 1251, \"rank\": 4710, \"rankvar\": 5121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4964, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 209, \"group\": [1252.0, 110.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTATTCTC\", \"ini\": 3856, \"clust\": 4059, \"rank\": 4330, \"rankvar\": 3666, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4965, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2213, \"group\": [4059.0, 643.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCGAGCCCA\", \"ini\": 3855, \"clust\": 336, \"rank\": 4445, \"rankvar\": 4953, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4966, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2900, \"group\": [334.0, 66.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGATCGGGT\", \"ini\": 3854, \"clust\": 3969, \"rank\": 4711, \"rankvar\": 4118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4967, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2214, \"group\": [3969.0, 605.0, 102.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTTGTACAC\", \"ini\": 3853, \"clust\": 1248, \"rank\": 4625, \"rankvar\": 3426, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4968, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2215, \"group\": [1248.0, 109.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAATCGAAA\", \"ini\": 3852, \"clust\": 4209, \"rank\": 4453, \"rankvar\": 3305, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4969, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2216, \"group\": [4209.0, 712.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGTGCCTG\", \"ini\": 3851, \"clust\": 3952, \"rank\": 4706, \"rankvar\": 5151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4970, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2217, \"group\": [3952.0, 597.0, 100.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACGACGT\", \"ini\": 3850, \"clust\": 1308, \"rank\": 4657, \"rankvar\": 4157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4971, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2218, \"group\": [1308.0, 117.0, 21.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTTCTCATT\", \"ini\": 3849, \"clust\": 1243, \"rank\": 4529, \"rankvar\": 4716, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4972, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3075, \"group\": [1243.0, 106.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATGTCCC\", \"ini\": 3848, \"clust\": 4047, \"rank\": 4696, \"rankvar\": 4290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4973, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2219, \"group\": [4046.0, 640.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTCAAGTG\", \"ini\": 3847, \"clust\": 3915, \"rank\": 4641, \"rankvar\": 1076, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 595, \"group\": [3919.0, 575.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCAGAGGGATA\", \"ini\": 3846, \"clust\": 3961, \"rank\": 4560, \"rankvar\": 4834, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4975, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2220, \"group\": [3961.0, 603.0, 102.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTAGCCTAT\", \"ini\": 3845, \"clust\": 1468, \"rank\": 4573, \"rankvar\": 4760, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4976, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2901, \"group\": [1467.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGTTAGCGG\", \"ini\": 3844, \"clust\": 1469, \"rank\": 4566, \"rankvar\": 4648, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4977, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2902, \"group\": [1468.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGCACACGCTG\", \"ini\": 3843, \"clust\": 3997, \"rank\": 4366, \"rankvar\": 3846, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4978, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2221, \"group\": [3998.0, 621.0, 107.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCAGAAGG\", \"ini\": 3842, \"clust\": 1275, \"rank\": 4715, \"rankvar\": 4897, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4979, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 210, \"group\": [1277.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACACTGCCAG\", \"ini\": 3841, \"clust\": 1252, \"rank\": 4764, \"rankvar\": 5004, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4980, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 211, \"group\": [1250.0, 110.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGACTGTAA\", \"ini\": 3840, \"clust\": 334, \"rank\": 4255, \"rankvar\": 5154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4981, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2903, \"group\": [337.0, 66.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTGAGGTG\", \"ini\": 3839, \"clust\": 1400, \"rank\": 4606, \"rankvar\": 4787, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4982, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2904, \"group\": [1400.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCAGTAAGAT\", \"ini\": 3838, \"clust\": 3981, \"rank\": 4486, \"rankvar\": 2701, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 596, \"group\": [3982.0, 612.0, 105.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCACCCTATC\", \"ini\": 3837, \"clust\": 1288, \"rank\": 4886, \"rankvar\": 5191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4984, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 212, \"group\": [1284.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCCTCGCAT\", \"ini\": 3836, \"clust\": 4229, \"rank\": 4609, \"rankvar\": 4552, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4985, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2222, \"group\": [4231.0, 719.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGACGAT\", \"ini\": 3835, \"clust\": 3982, \"rank\": 4378, \"rankvar\": 3502, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4986, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2668, \"group\": [3983.0, 613.0, 105.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGTGGTAAT\", \"ini\": 3834, \"clust\": 1344, \"rank\": 4465, \"rankvar\": 4751, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4987, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3029, \"group\": [1344.0, 126.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTTCTGGTA\", \"ini\": 3833, \"clust\": 149, \"rank\": 4737, \"rankvar\": 5206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4988, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5208, \"group\": [153.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGAAGGTTT\", \"ini\": 3832, \"clust\": 4220, \"rank\": 4755, \"rankvar\": 4581, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4989, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5127, \"group\": [4218.0, 717.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCAAGCTGGA\", \"ini\": 3831, \"clust\": 1414, \"rank\": 4677, \"rankvar\": 5182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4990, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2905, \"group\": [1414.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGCAAAGGTGC\", \"ini\": 3830, \"clust\": 3907, \"rank\": 4811, \"rankvar\": 4067, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4991, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2223, \"group\": [3906.0, 575.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGGTCCC\", \"ini\": 3829, \"clust\": 4231, \"rank\": 4528, \"rankvar\": 4094, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4992, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2224, \"group\": [4228.0, 719.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCTAACTC\", \"ini\": 3828, \"clust\": 3896, \"rank\": 4772, \"rankvar\": 4284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4993, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2225, \"group\": [3896.0, 572.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGTGCC\", \"ini\": 3827, \"clust\": 1345, \"rank\": 4530, \"rankvar\": 4483, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4994, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3030, \"group\": [1345.0, 126.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATAGAAAC\", \"ini\": 3826, \"clust\": 3963, \"rank\": 4663, \"rankvar\": 4935, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4995, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2226, \"group\": [3964.0, 604.0, 102.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTGGACGT\", \"ini\": 3825, \"clust\": 1207, \"rank\": 4598, \"rankvar\": 4368, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4996, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2906, \"group\": [1209.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATGAGCGA\", \"ini\": 3824, \"clust\": 4230, \"rank\": 4767, \"rankvar\": 4786, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4997, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2227, \"group\": [4230.0, 719.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTGATACG\", \"ini\": 3823, \"clust\": 1260, \"rank\": 4703, \"rankvar\": 4748, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4998, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 213, \"group\": [1299.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGGTGTTG\", \"ini\": 3822, \"clust\": 1477, \"rank\": 4686, \"rankvar\": 3967, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4999, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2907, \"group\": [1476.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCACCGCTAG\", \"ini\": 3821, \"clust\": 1415, \"rank\": 4768, \"rankvar\": 5077, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5000, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2908, \"group\": [1415.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCTGTGCAA\", \"ini\": 3820, \"clust\": 337, \"rank\": 4578, \"rankvar\": 4717, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5001, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2909, \"group\": [335.0, 66.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTTGAC\", \"ini\": 3819, \"clust\": 3897, \"rank\": 4810, \"rankvar\": 3803, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5002, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2228, \"group\": [3897.0, 572.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTATCCAGATCA\", \"ini\": 3818, \"clust\": 1240, \"rank\": 4837, \"rankvar\": 4924, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5003, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 214, \"group\": [1238.0, 105.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTCATCCCT\", \"ini\": 3817, \"clust\": 146, \"rank\": 4840, \"rankvar\": 4218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5004, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 597, \"group\": [146.0, 18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACTTACGA\", \"ini\": 3816, \"clust\": 1464, \"rank\": 4738, \"rankvar\": 4590, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5005, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2910, \"group\": [1465.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCCGCCTA\", \"ini\": 3815, \"clust\": 1353, \"rank\": 4595, \"rankvar\": 5068, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5006, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2911, \"group\": [1354.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATCCCGC\", \"ini\": 3814, \"clust\": 1253, \"rank\": 4865, \"rankvar\": 5143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5007, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 215, \"group\": [1251.0, 110.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCAAACCAC\", \"ini\": 3813, \"clust\": 1341, \"rank\": 4640, \"rankvar\": 3517, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5008, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2912, \"group\": [1342.0, 126.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCTGCT\", \"ini\": 3812, \"clust\": 3931, \"rank\": 4798, \"rankvar\": 4657, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5009, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2229, \"group\": [3932.0, 581.0, 96.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACACTGCG\", \"ini\": 3811, \"clust\": 1270, \"rank\": 4725, \"rankvar\": 5221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5010, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3076, \"group\": [1267.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTCAGGACA\", \"ini\": 3810, \"clust\": 1342, \"rank\": 4676, \"rankvar\": 5040, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5011, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2913, \"group\": [1343.0, 126.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTACACCT\", \"ini\": 3809, \"clust\": 1241, \"rank\": 4801, \"rankvar\": 5061, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5012, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 216, \"group\": [1239.0, 105.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCTCGTTTA\", \"ini\": 3808, \"clust\": 1284, \"rank\": 4934, \"rankvar\": 5159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5013, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 217, \"group\": [1281.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTTGACAC\", \"ini\": 3807, \"clust\": 4036, \"rank\": 4685, \"rankvar\": 3270, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5014, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2230, \"group\": [4035.0, 639.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTAGGTT\", \"ini\": 3806, \"clust\": 1384, \"rank\": 4795, \"rankvar\": 4918, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5015, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2914, \"group\": [1391.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAGACAAAT\", \"ini\": 3805, \"clust\": 3908, \"rank\": 4866, \"rankvar\": 2890, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5016, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2231, \"group\": [3907.0, 575.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCCTCAATT\", \"ini\": 3804, \"clust\": 3970, \"rank\": 4809, \"rankvar\": 4596, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5017, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2232, \"group\": [3970.0, 605.0, 102.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCACGACG\", \"ini\": 3803, \"clust\": 1450, \"rank\": 4596, \"rankvar\": 5116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5018, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2915, \"group\": [1448.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATGCCTAA\", \"ini\": 3802, \"clust\": 1448, \"rank\": 4825, \"rankvar\": 4942, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5019, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2916, \"group\": [1451.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGTCTTGCA\", \"ini\": 3801, \"clust\": 1451, \"rank\": 4645, \"rankvar\": 4870, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5020, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2917, \"group\": [1449.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGCAGGTA\", \"ini\": 3800, \"clust\": 4232, \"rank\": 4794, \"rankvar\": 4954, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5021, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2233, \"group\": [4229.0, 719.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTAGAGTC\", \"ini\": 3799, \"clust\": 1302, \"rank\": 4793, \"rankvar\": 4661, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5022, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2918, \"group\": [1302.0, 115.0, 21.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGTCTAT\", \"ini\": 3798, \"clust\": 150, \"rank\": 4876, \"rankvar\": 4907, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 598, \"group\": [152.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGAGCTGCA\", \"ini\": 3797, \"clust\": 4222, \"rank\": 4826, \"rankvar\": 5048, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5024, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2234, \"group\": [4220.0, 717.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGTCTTGTATC\", \"ini\": 3796, \"clust\": 1428, \"rank\": 4833, \"rankvar\": 5023, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5025, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2919, \"group\": [1431.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACACGAAACG\", \"ini\": 3795, \"clust\": 1354, \"rank\": 4803, \"rankvar\": 5103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5026, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2920, \"group\": [1355.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCGATAGC\", \"ini\": 3794, \"clust\": 1314, \"rank\": 4776, \"rankvar\": 3806, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5027, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3031, \"group\": [1315.0, 121.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAGGGTATG\", \"ini\": 3793, \"clust\": 1420, \"rank\": 4841, \"rankvar\": 5033, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5028, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2921, \"group\": [1420.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCTGCAC\", \"ini\": 3792, \"clust\": 1317, \"rank\": 4658, \"rankvar\": 2444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5029, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3032, \"group\": [1317.0, 122.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTCAGACT\", \"ini\": 3791, \"clust\": 4051, \"rank\": 4675, \"rankvar\": 4331, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5030, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2235, \"group\": [4051.0, 641.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCAAAGTCAA\", \"ini\": 3790, \"clust\": 1365, \"rank\": 4875, \"rankvar\": 4962, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5031, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2922, \"group\": [1365.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTTAGCGG\", \"ini\": 3789, \"clust\": 1282, \"rank\": 4870, \"rankvar\": 5220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5032, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 218, \"group\": [1279.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTTGATTGC\", \"ini\": 3788, \"clust\": 1280, \"rank\": 4835, \"rankvar\": 5207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5033, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 219, \"group\": [1280.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGTTCATG\", \"ini\": 3787, \"clust\": 1457, \"rank\": 4740, \"rankvar\": 3527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5034, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2923, \"group\": [1457.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGGAGGTA\", \"ini\": 3786, \"clust\": 1315, \"rank\": 4747, \"rankvar\": 4857, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5035, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3033, \"group\": [1316.0, 121.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGCTGAG\", \"ini\": 3785, \"clust\": 1465, \"rank\": 4855, \"rankvar\": 4577, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5036, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2924, \"group\": [1463.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGTTGGC\", \"ini\": 3784, \"clust\": 3892, \"rank\": 4784, \"rankvar\": 1569, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5037, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2236, \"group\": [3894.0, 570.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGACACTAA\", \"ini\": 3783, \"clust\": 1290, \"rank\": 4856, \"rankvar\": 5136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5038, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3077, \"group\": [1298.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCCTCCAT\", \"ini\": 3782, \"clust\": 1476, \"rank\": 4850, \"rankvar\": 4999, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5039, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2925, \"group\": [1478.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACTCCTG\", \"ini\": 3781, \"clust\": 1440, \"rank\": 4898, \"rankvar\": 5000, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5040, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2926, \"group\": [1444.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGGCAGTCA\", \"ini\": 3780, \"clust\": 1452, \"rank\": 4861, \"rankvar\": 2086, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5041, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2927, \"group\": [1454.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTACAGACG\", \"ini\": 3779, \"clust\": 1285, \"rank\": 4995, \"rankvar\": 5192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5042, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 220, \"group\": [1282.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGGACAA\", \"ini\": 3778, \"clust\": 1286, \"rank\": 4985, \"rankvar\": 5190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5043, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 221, \"group\": [1287.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCATGGGAAC\", \"ini\": 3777, \"clust\": 1283, \"rank\": 5046, \"rankvar\": 5197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5044, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 222, \"group\": [1283.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATAGGATA\", \"ini\": 3776, \"clust\": 1478, \"rank\": 4863, \"rankvar\": 4508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5045, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2928, \"group\": [1477.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGTTTGT\", \"ini\": 3775, \"clust\": 4052, \"rank\": 4672, \"rankvar\": 4637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5046, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2237, \"group\": [4052.0, 641.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACAGATGAGC\", \"ini\": 3774, \"clust\": 1466, \"rank\": 4883, \"rankvar\": 4660, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5047, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2929, \"group\": [1464.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCTCTGAGA\", \"ini\": 3773, \"clust\": 4207, \"rank\": 4714, \"rankvar\": 4261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5048, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2238, \"group\": [4207.0, 711.0, 122.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTTCGAATC\", \"ini\": 3772, \"clust\": 1474, \"rank\": 4857, \"rankvar\": 4009, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5049, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2930, \"group\": [1474.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCTCCAT\", \"ini\": 3771, \"clust\": 1307, \"rank\": 4951, \"rankvar\": 4732, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5050, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2931, \"group\": [1310.0, 117.0, 21.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAGAAGC\", \"ini\": 3770, \"clust\": 1401, \"rank\": 4818, \"rankvar\": 4973, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5051, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2932, \"group\": [1401.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCACGGTGTC\", \"ini\": 3769, \"clust\": 4349, \"rank\": 4979, \"rankvar\": 4815, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 599, \"group\": [4351.0, 752.0, 127.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCAATGGACG\", \"ini\": 3768, \"clust\": 1276, \"rank\": 4975, \"rankvar\": 4937, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5053, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 223, \"group\": [1273.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTCAAACTC\", \"ini\": 3767, \"clust\": 1449, \"rank\": 4849, \"rankvar\": 4807, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5054, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2933, \"group\": [1450.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGCGATAGC\", \"ini\": 3766, \"clust\": 152, \"rank\": 4993, \"rankvar\": 5184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5055, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 600, \"group\": [151.0, 20.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTACGCACC\", \"ini\": 3765, \"clust\": 1289, \"rank\": 4965, \"rankvar\": 5180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5056, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 224, \"group\": [1285.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTATATGAG\", \"ini\": 3764, \"clust\": 3910, \"rank\": 4974, \"rankvar\": 4022, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5057, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2239, \"group\": [3910.0, 575.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTTGTTTC\", \"ini\": 3763, \"clust\": 1471, \"rank\": 4823, \"rankvar\": 4623, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5058, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2934, \"group\": [1472.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGGTTCGGGCT\", \"ini\": 3762, \"clust\": 1475, \"rank\": 4895, \"rankvar\": 4202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5059, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2935, \"group\": [1475.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTGTGACCC\", \"ini\": 3761, \"clust\": 1364, \"rank\": 4845, \"rankvar\": 4535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5060, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2936, \"group\": [1367.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTACGTAA\", \"ini\": 3760, \"clust\": 1470, \"rank\": 4858, \"rankvar\": 4712, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5061, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2937, \"group\": [1473.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTTCACGGC\", \"ini\": 3759, \"clust\": 3914, \"rank\": 5005, \"rankvar\": 5082, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5062, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2240, \"group\": [3914.0, 575.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCAAGGCTT\", \"ini\": 3758, \"clust\": 1463, \"rank\": 4927, \"rankvar\": 4468, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5063, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2938, \"group\": [1466.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCATCGGCGGTT\", \"ini\": 3757, \"clust\": 3967, \"rank\": 4957, \"rankvar\": 4811, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5064, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2241, \"group\": [3967.0, 605.0, 102.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTCGGGTCT\", \"ini\": 3756, \"clust\": 1311, \"rank\": 4771, \"rankvar\": 4722, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5065, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3034, \"group\": [1312.0, 118.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTCTGCGGT\", \"ini\": 3755, \"clust\": 1460, \"rank\": 4912, \"rankvar\": 4826, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5066, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2939, \"group\": [1461.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCTGCGGT\", \"ini\": 3754, \"clust\": 1287, \"rank\": 4984, \"rankvar\": 5074, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5067, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 225, \"group\": [1286.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAGGTTTC\", \"ini\": 3753, \"clust\": 3890, \"rank\": 4904, \"rankvar\": 3633, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5068, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2242, \"group\": [3890.0, 570.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGCCCGAAA\", \"ini\": 3752, \"clust\": 1413, \"rank\": 4910, \"rankvar\": 5173, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5069, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2940, \"group\": [1416.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCTGTAT\", \"ini\": 3751, \"clust\": 1305, \"rank\": 4891, \"rankvar\": 4400, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5070, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2243, \"group\": [1305.0, 116.0, 21.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGACAGACC\", \"ini\": 3750, \"clust\": 1411, \"rank\": 4967, \"rankvar\": 5153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5071, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2941, \"group\": [1412.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCGAATGGG\", \"ini\": 3749, \"clust\": 1455, \"rank\": 4894, \"rankvar\": 4318, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5072, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2942, \"group\": [1455.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCGCATAT\", \"ini\": 3748, \"clust\": 1385, \"rank\": 4958, \"rankvar\": 5054, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5073, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2943, \"group\": [1384.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCGGCGCAT\", \"ini\": 3747, \"clust\": 1433, \"rank\": 4969, \"rankvar\": 4919, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5074, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2944, \"group\": [1437.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCAGCTGTAT\", \"ini\": 3746, \"clust\": 1367, \"rank\": 4952, \"rankvar\": 4501, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5075, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2945, \"group\": [1368.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCAGCTTAG\", \"ini\": 3745, \"clust\": 1346, \"rank\": 4914, \"rankvar\": 2663, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5076, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2946, \"group\": [1353.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGCTAACTC\", \"ini\": 3744, \"clust\": 1232, \"rank\": 4929, \"rankvar\": 5063, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5077, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3078, \"group\": [1233.0, 105.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTCCAACTA\", \"ini\": 3743, \"clust\": 4037, \"rank\": 4864, \"rankvar\": 4437, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5078, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2244, \"group\": [4036.0, 639.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTACGCCC\", \"ini\": 3742, \"clust\": 3891, \"rank\": 4925, \"rankvar\": 3709, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5079, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2669, \"group\": [3891.0, 570.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCTGCCAGG\", \"ini\": 3741, \"clust\": 1419, \"rank\": 4946, \"rankvar\": 5106, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5080, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2947, \"group\": [1422.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTTACGA\", \"ini\": 3740, \"clust\": 1426, \"rank\": 4976, \"rankvar\": 5052, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5081, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2948, \"group\": [1427.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAAGATGTTAG\", \"ini\": 3739, \"clust\": 1481, \"rank\": 4816, \"rankvar\": 5195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5082, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2949, \"group\": [1482.0, 130.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAAGAGGCT\", \"ini\": 3738, \"clust\": 1383, \"rank\": 4881, \"rankvar\": 5222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5083, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2950, \"group\": [1392.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCTTAGAGC\", \"ini\": 3737, \"clust\": 1316, \"rank\": 4859, \"rankvar\": 4082, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5084, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3035, \"group\": [1339.0, 124.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGTAGATGT\", \"ini\": 3736, \"clust\": 1244, \"rank\": 4936, \"rankvar\": 5091, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5085, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3079, \"group\": [1241.0, 106.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGTCTTGCA\", \"ini\": 3735, \"clust\": 1429, \"rank\": 4964, \"rankvar\": 5057, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5086, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2951, \"group\": [1429.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAACGATGG\", \"ini\": 3734, \"clust\": 1381, \"rank\": 5004, \"rankvar\": 5064, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5087, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2952, \"group\": [1379.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAACGCGA\", \"ini\": 3733, \"clust\": 1339, \"rank\": 4890, \"rankvar\": 4773, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5088, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2953, \"group\": [1340.0, 125.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAAGCGAGT\", \"ini\": 3732, \"clust\": 1412, \"rank\": 4988, \"rankvar\": 5174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5089, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2954, \"group\": [1413.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGGACGAAA\", \"ini\": 3731, \"clust\": 1320, \"rank\": 4977, \"rankvar\": 5070, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5090, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2955, \"group\": [1319.0, 123.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTGGTTCC\", \"ini\": 3730, \"clust\": 1437, \"rank\": 5039, \"rankvar\": 5086, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5091, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2956, \"group\": [1440.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAGCGATCC\", \"ini\": 3729, \"clust\": 3966, \"rank\": 4968, \"rankvar\": 4627, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5092, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2245, \"group\": [3971.0, 605.0, 102.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACTGGG\", \"ini\": 3728, \"clust\": 1438, \"rank\": 5036, \"rankvar\": 5026, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5093, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2957, \"group\": [1438.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGTCGTAGGTT\", \"ini\": 3727, \"clust\": 1458, \"rank\": 4940, \"rankvar\": 3728, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5094, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2958, \"group\": [1458.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTTCAACT\", \"ini\": 3726, \"clust\": 1377, \"rank\": 4996, \"rankvar\": 4944, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5095, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2959, \"group\": [1378.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCATCATTC\", \"ini\": 3725, \"clust\": 1382, \"rank\": 5025, \"rankvar\": 5179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5096, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2960, \"group\": [1380.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGCACGCCT\", \"ini\": 3724, \"clust\": 1424, \"rank\": 5041, \"rankvar\": 5073, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5097, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2961, \"group\": [1425.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCGATTGT\", \"ini\": 3723, \"clust\": 1456, \"rank\": 4981, \"rankvar\": 3750, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5098, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2962, \"group\": [1456.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTTGACTG\", \"ini\": 3722, \"clust\": 1461, \"rank\": 4971, \"rankvar\": 3938, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5099, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2963, \"group\": [1459.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTAAGTTCC\", \"ini\": 3721, \"clust\": 1249, \"rank\": 4998, \"rankvar\": 4900, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5100, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3080, \"group\": [1249.0, 109.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGATGGAA\", \"ini\": 3720, \"clust\": 1422, \"rank\": 5020, \"rankvar\": 5038, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5101, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2964, \"group\": [1423.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTGGGTCAA\", \"ini\": 3719, \"clust\": 1319, \"rank\": 4918, \"rankvar\": 2352, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5102, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3036, \"group\": [1338.0, 123.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCAAACTG\", \"ini\": 3718, \"clust\": 1323, \"rank\": 4997, \"rankvar\": 4856, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5103, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3037, \"group\": [1323.0, 123.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATCCAAC\", \"ini\": 3717, \"clust\": 1237, \"rank\": 4986, \"rankvar\": 4986, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5104, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2965, \"group\": [1236.0, 105.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGAGTACAT\", \"ini\": 3716, \"clust\": 1245, \"rank\": 4949, \"rankvar\": 4994, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5105, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3038, \"group\": [1242.0, 106.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGGCAAAGA\", \"ini\": 3715, \"clust\": 1380, \"rank\": 5015, \"rankvar\": 5124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5106, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2966, \"group\": [1381.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGTCAATAG\", \"ini\": 3714, \"clust\": 1390, \"rank\": 5033, \"rankvar\": 4851, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5107, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2967, \"group\": [1388.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCGAATGCT\", \"ini\": 3713, \"clust\": 1396, \"rank\": 4945, \"rankvar\": 5132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5108, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2968, \"group\": [1396.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCATTCACT\", \"ini\": 3712, \"clust\": 1439, \"rank\": 5080, \"rankvar\": 4941, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5109, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2969, \"group\": [1439.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACCCATTC\", \"ini\": 3711, \"clust\": 1398, \"rank\": 4987, \"rankvar\": 5123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5110, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2970, \"group\": [1393.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCTCAGT\", \"ini\": 3710, \"clust\": 1272, \"rank\": 5103, \"rankvar\": 5165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5111, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 226, \"group\": [1271.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGAGCCAA\", \"ini\": 3709, \"clust\": 1462, \"rank\": 5057, \"rankvar\": 4778, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5112, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2971, \"group\": [1460.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTGACAG\", \"ini\": 3708, \"clust\": 1273, \"rank\": 5087, \"rankvar\": 5228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5113, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 227, \"group\": [1269.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCGGCGCTA\", \"ini\": 3707, \"clust\": 1274, \"rank\": 5058, \"rankvar\": 5229, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5114, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 228, \"group\": [1270.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCTGGTGTA\", \"ini\": 3706, \"clust\": 1427, \"rank\": 5049, \"rankvar\": 5126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5115, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2972, \"group\": [1428.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCCAATT\", \"ini\": 3705, \"clust\": 1378, \"rank\": 5086, \"rankvar\": 5155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5116, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2973, \"group\": [1376.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACAGTGAGTG\", \"ini\": 3704, \"clust\": 1369, \"rank\": 5008, \"rankvar\": 4793, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5117, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3039, \"group\": [1375.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATTGCGGC\", \"ini\": 3703, \"clust\": 1304, \"rank\": 5000, \"rankvar\": 4403, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5118, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3040, \"group\": [1307.0, 116.0, 21.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTCGCATCG\", \"ini\": 3702, \"clust\": 3964, \"rank\": 4982, \"rankvar\": 4591, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5119, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2246, \"group\": [3965.0, 605.0, 102.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTCCTGCTT\", \"ini\": 3701, \"clust\": 1453, \"rank\": 5037, \"rankvar\": 4567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5120, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2974, \"group\": [1452.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACCCACC\", \"ini\": 3700, \"clust\": 1391, \"rank\": 5071, \"rankvar\": 5031, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5121, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2975, \"group\": [1389.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACCATTCCTGC\", \"ini\": 3699, \"clust\": 1334, \"rank\": 5064, \"rankvar\": 4931, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5122, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3041, \"group\": [1337.0, 123.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACGAAGCA\", \"ini\": 3698, \"clust\": 1256, \"rank\": 5076, \"rankvar\": 4791, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5123, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3081, \"group\": [1254.0, 111.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGACAGGAACGT\", \"ini\": 3697, \"clust\": 1430, \"rank\": 5048, \"rankvar\": 5032, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5124, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2976, \"group\": [1430.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCTAGGGC\", \"ini\": 3696, \"clust\": 1326, \"rank\": 5012, \"rankvar\": 3816, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5125, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3042, \"group\": [1327.0, 123.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACTCGGGAGTA\", \"ini\": 3695, \"clust\": 3968, \"rank\": 5052, \"rankvar\": 4451, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5126, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2247, \"group\": [3968.0, 605.0, 102.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACATTCCTGC\", \"ini\": 3694, \"clust\": 1423, \"rank\": 5067, \"rankvar\": 5157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5127, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2977, \"group\": [1424.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTTCGAGA\", \"ini\": 3693, \"clust\": 3918, \"rank\": 5146, \"rankvar\": 4809, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5128, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 601, \"group\": [3917.0, 575.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACCTTTG\", \"ini\": 3692, \"clust\": 1258, \"rank\": 5125, \"rankvar\": 5003, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5129, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2978, \"group\": [1257.0, 111.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTGCCTTGG\", \"ini\": 3691, \"clust\": 1459, \"rank\": 5104, \"rankvar\": 4684, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5130, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2979, \"group\": [1462.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGACTTGAA\", \"ini\": 3690, \"clust\": 1442, \"rank\": 5109, \"rankvar\": 5167, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5131, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2980, \"group\": [1441.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTCTCAACA\", \"ini\": 3689, \"clust\": 3894, \"rank\": 5098, \"rankvar\": 4560, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5132, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2248, \"group\": [3893.0, 570.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCAACGCTA\", \"ini\": 3688, \"clust\": 1454, \"rank\": 5090, \"rankvar\": 4842, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5133, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2981, \"group\": [1453.0, 129.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGGCT\", \"ini\": 3687, \"clust\": 1293, \"rank\": 5095, \"rankvar\": 4920, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5134, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3082, \"group\": [1288.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCTGCGACG\", \"ini\": 3686, \"clust\": 1355, \"rank\": 5029, \"rankvar\": 4903, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5135, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3043, \"group\": [1356.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTCCTTC\", \"ini\": 3685, \"clust\": 1246, \"rank\": 5082, \"rankvar\": 4980, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5136, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3083, \"group\": [1246.0, 109.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGGTGCAAC\", \"ini\": 3684, \"clust\": 1387, \"rank\": 5143, \"rankvar\": 5186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5137, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2982, \"group\": [1386.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGATAGGAG\", \"ini\": 3683, \"clust\": 1297, \"rank\": 5101, \"rankvar\": 5104, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5138, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3084, \"group\": [1294.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCAGGA\", \"ini\": 3682, \"clust\": 1482, \"rank\": 5013, \"rankvar\": 5135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5139, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2983, \"group\": [1483.0, 130.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGATATACG\", \"ini\": 3681, \"clust\": 1370, \"rank\": 5038, \"rankvar\": 3679, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5140, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3044, \"group\": [1370.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTTGATTCG\", \"ini\": 3680, \"clust\": 1327, \"rank\": 5069, \"rankvar\": 2987, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5141, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3045, \"group\": [1325.0, 123.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCACCAGTTA\", \"ini\": 3679, \"clust\": 1425, \"rank\": 5142, \"rankvar\": 5198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5142, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2984, \"group\": [1426.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCACCCGAG\", \"ini\": 3678, \"clust\": 1238, \"rank\": 5110, \"rankvar\": 5016, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5143, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2985, \"group\": [1237.0, 105.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTCCAGTAT\", \"ini\": 3677, \"clust\": 1291, \"rank\": 5132, \"rankvar\": 4051, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5144, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3085, \"group\": [1291.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAATGGAAT\", \"ini\": 3676, \"clust\": 1279, \"rank\": 5171, \"rankvar\": 5208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5145, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 229, \"group\": [1276.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGTACGCGA\", \"ini\": 3675, \"clust\": 1322, \"rank\": 5088, \"rankvar\": 4957, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5146, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3046, \"group\": [1324.0, 123.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTCCTG\", \"ini\": 3674, \"clust\": 1356, \"rank\": 5091, \"rankvar\": 5025, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5147, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3047, \"group\": [1357.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCTGTTCA\", \"ini\": 3673, \"clust\": 1337, \"rank\": 5085, \"rankvar\": 4251, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5148, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2986, \"group\": [1333.0, 123.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTCCGAAGA\", \"ini\": 3672, \"clust\": 1389, \"rank\": 5130, \"rankvar\": 4852, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5149, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3048, \"group\": [1390.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTACAAGTA\", \"ini\": 3671, \"clust\": 1386, \"rank\": 5107, \"rankvar\": 5196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5150, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2987, \"group\": [1385.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCATCGATG\", \"ini\": 3670, \"clust\": 3965, \"rank\": 5115, \"rankvar\": 3755, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5151, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2249, \"group\": [3966.0, 605.0, 102.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGGTACAGACG\", \"ini\": 3669, \"clust\": 1372, \"rank\": 5068, \"rankvar\": 4108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5152, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2988, \"group\": [1374.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTCATCCA\", \"ini\": 3668, \"clust\": 1408, \"rank\": 5092, \"rankvar\": 4939, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5153, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2989, \"group\": [1410.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCTTGACGA\", \"ini\": 3667, \"clust\": 1321, \"rank\": 5066, \"rankvar\": 5005, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5154, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3049, \"group\": [1320.0, 123.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTCTCTG\", \"ini\": 3666, \"clust\": 1417, \"rank\": 5150, \"rankvar\": 5187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5155, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2990, \"group\": [1417.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGCGATA\", \"ini\": 3665, \"clust\": 1357, \"rank\": 5128, \"rankvar\": 5022, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5156, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3050, \"group\": [1364.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATAGTCA\", \"ini\": 3664, \"clust\": 1405, \"rank\": 5138, \"rankvar\": 5067, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5157, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2991, \"group\": [1405.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGCGCTTG\", \"ini\": 3663, \"clust\": 1271, \"rank\": 5121, \"rankvar\": 5205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5158, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3086, \"group\": [1272.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACATCACGAT\", \"ini\": 3662, \"clust\": 1257, \"rank\": 5168, \"rankvar\": 4663, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5159, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3087, \"group\": [1255.0, 111.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAACTGGCC\", \"ini\": 3661, \"clust\": 1416, \"rank\": 5163, \"rankvar\": 5044, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5160, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2992, \"group\": [1419.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTCGAACAG\", \"ini\": 3660, \"clust\": 1331, \"rank\": 5129, \"rankvar\": 4315, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5161, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3051, \"group\": [1332.0, 123.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCTTGTACT\", \"ini\": 3659, \"clust\": 1397, \"rank\": 5118, \"rankvar\": 5163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5162, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2993, \"group\": [1395.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGGATCGA\", \"ini\": 3658, \"clust\": 1371, \"rank\": 5152, \"rankvar\": 4509, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5163, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3052, \"group\": [1371.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTAGAGTGC\", \"ini\": 3657, \"clust\": 1379, \"rank\": 5167, \"rankvar\": 5224, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5164, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2994, \"group\": [1377.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCCTAGCG\", \"ini\": 3656, \"clust\": 1368, \"rank\": 5106, \"rankvar\": 4853, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5165, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5134, \"group\": [1369.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCACCATGTA\", \"ini\": 3655, \"clust\": 1324, \"rank\": 5083, \"rankvar\": 4390, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5166, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3053, \"group\": [1321.0, 123.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCTGCAAT\", \"ini\": 3654, \"clust\": 1435, \"rank\": 5161, \"rankvar\": 5129, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5167, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2995, \"group\": [1434.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAAGGCGT\", \"ini\": 3653, \"clust\": 1436, \"rank\": 5164, \"rankvar\": 5119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5168, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2996, \"group\": [1435.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTTCTGAAC\", \"ini\": 3652, \"clust\": 1366, \"rank\": 5139, \"rankvar\": 4845, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5169, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5135, \"group\": [1366.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCTAGAAC\", \"ini\": 3651, \"clust\": 1409, \"rank\": 5151, \"rankvar\": 5140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5170, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2997, \"group\": [1408.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCGACTAT\", \"ini\": 3650, \"clust\": 1295, \"rank\": 5149, \"rankvar\": 5193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5171, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 230, \"group\": [1292.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAGTTAGGGTG\", \"ini\": 3649, \"clust\": 1360, \"rank\": 5169, \"rankvar\": 4998, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5172, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3054, \"group\": [1360.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCGATAA\", \"ini\": 3648, \"clust\": 1303, \"rank\": 5126, \"rankvar\": 4831, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5173, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3055, \"group\": [1303.0, 115.0, 21.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGCTGAAAT\", \"ini\": 3647, \"clust\": 1393, \"rank\": 5102, \"rankvar\": 5185, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5174, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2998, \"group\": [1399.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCCGAGTC\", \"ini\": 3646, \"clust\": 1443, \"rank\": 5174, \"rankvar\": 5014, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5175, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2999, \"group\": [1442.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGAGTAGA\", \"ini\": 3645, \"clust\": 1298, \"rank\": 5160, \"rankvar\": 5008, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5176, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3088, \"group\": [1295.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGTTTACG\", \"ini\": 3644, \"clust\": 1336, \"rank\": 5180, \"rankvar\": 4298, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5177, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3000, \"group\": [1335.0, 123.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAGTTCCGGCA\", \"ini\": 3643, \"clust\": 3879, \"rank\": 5219, \"rankvar\": 5117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5178, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3089, \"group\": [3878.0, 562.0, 94.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACAGATTC\", \"ini\": 3642, \"clust\": 1373, \"rank\": 5099, \"rankvar\": 5019, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5179, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5136, \"group\": [1372.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATCTCG\", \"ini\": 3641, \"clust\": 1421, \"rank\": 5157, \"rankvar\": 5162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5180, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3001, \"group\": [1421.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAAACCCAT\", \"ini\": 3640, \"clust\": 1407, \"rank\": 5156, \"rankvar\": 5170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5181, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3002, \"group\": [1411.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTAGGGTTTCT\", \"ini\": 3639, \"clust\": 1441, \"rank\": 5187, \"rankvar\": 5144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5182, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3056, \"group\": [1443.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTCTCGGC\", \"ini\": 3638, \"clust\": 1418, \"rank\": 5197, \"rankvar\": 5181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5183, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3003, \"group\": [1418.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAGCCTGTG\", \"ini\": 3637, \"clust\": 148, \"rank\": 5228, \"rankvar\": 5217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5184, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 602, \"group\": [149.0, 19.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCGTGGTCG\", \"ini\": 3636, \"clust\": 1402, \"rank\": 5135, \"rankvar\": 5211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5185, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3004, \"group\": [1402.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCAGCCTTGG\", \"ini\": 3635, \"clust\": 1292, \"rank\": 5202, \"rankvar\": 5093, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5186, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3090, \"group\": [1290.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAAGCTCCCAG\", \"ini\": 3634, \"clust\": 1388, \"rank\": 5183, \"rankvar\": 5210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5187, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3005, \"group\": [1387.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCCGAATT\", \"ini\": 3633, \"clust\": 1294, \"rank\": 5176, \"rankvar\": 5037, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5188, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3057, \"group\": [1289.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGTCGCG\", \"ini\": 3632, \"clust\": 1362, \"rank\": 5195, \"rankvar\": 4992, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5189, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3058, \"group\": [1362.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGGTGAGTATA\", \"ini\": 3631, \"clust\": 1277, \"rank\": 5196, \"rankvar\": 5150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5190, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 231, \"group\": [1274.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTGTGAAAT\", \"ini\": 3630, \"clust\": 3916, \"rank\": 5206, \"rankvar\": 4872, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5191, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3091, \"group\": [3915.0, 575.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGAGTTTCCTT\", \"ini\": 3629, \"clust\": 1358, \"rank\": 5166, \"rankvar\": 5110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5192, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3059, \"group\": [1358.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGAGGGA\", \"ini\": 3628, \"clust\": 1392, \"rank\": 5105, \"rankvar\": 5204, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5193, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3006, \"group\": [1404.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCAAACTC\", \"ini\": 3627, \"clust\": 1363, \"rank\": 5191, \"rankvar\": 5168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5194, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3060, \"group\": [1363.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCAACGGGA\", \"ini\": 3626, \"clust\": 1329, \"rank\": 5173, \"rankvar\": 943, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5195, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3061, \"group\": [1328.0, 123.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTATGAATG\", \"ini\": 3625, \"clust\": 1395, \"rank\": 5179, \"rankvar\": 5201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5196, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3007, \"group\": [1397.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGTCAGAGGTG\", \"ini\": 3624, \"clust\": 1347, \"rank\": 5165, \"rankvar\": 4964, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5197, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3008, \"group\": [1347.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCGGCA\", \"ini\": 3623, \"clust\": 1332, \"rank\": 5194, \"rankvar\": 4520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5198, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3062, \"group\": [1330.0, 123.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTGTCTGATCA\", \"ini\": 3622, \"clust\": 1299, \"rank\": 5212, \"rankvar\": 5120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5199, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3092, \"group\": [1296.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGAGGACGG\", \"ini\": 3621, \"clust\": 1410, \"rank\": 5178, \"rankvar\": 5160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5200, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3009, \"group\": [1409.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCATTTCAGG\", \"ini\": 3620, \"clust\": 1247, \"rank\": 5204, \"rankvar\": 4990, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5201, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3093, \"group\": [1247.0, 109.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCTAAAGA\", \"ini\": 3619, \"clust\": 1330, \"rank\": 5170, \"rankvar\": 4465, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5202, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3063, \"group\": [1329.0, 123.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGGGATGGG\", \"ini\": 3618, \"clust\": 1406, \"rank\": 5208, \"rankvar\": 5079, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5203, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3010, \"group\": [1406.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTTGGAGGT\", \"ini\": 3617, \"clust\": 1309, \"rank\": 5205, \"rankvar\": 4768, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5204, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3094, \"group\": [1309.0, 117.0, 21.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCGCCAA\", \"ini\": 3616, \"clust\": 1394, \"rank\": 5177, \"rankvar\": 5226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5205, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3011, \"group\": [1398.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTAGCACGA\", \"ini\": 3615, \"clust\": 1296, \"rank\": 5201, \"rankvar\": 5115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5206, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 232, \"group\": [1293.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCTGAAAT\", \"ini\": 3614, \"clust\": 1255, \"rank\": 5217, \"rankvar\": 4699, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5207, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3095, \"group\": [1256.0, 111.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCATGTAGC\", \"ini\": 3613, \"clust\": 1301, \"rank\": 5192, \"rankvar\": 4978, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5208, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3064, \"group\": [1304.0, 115.0, 21.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGGAATGGA\", \"ini\": 3612, \"clust\": 1359, \"rank\": 5203, \"rankvar\": 5142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5209, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3065, \"group\": [1359.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTCTGCCAG\", \"ini\": 3611, \"clust\": 1374, \"rank\": 5184, \"rankvar\": 4974, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5210, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3066, \"group\": [1373.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTTCAGACT\", \"ini\": 3610, \"clust\": 1349, \"rank\": 5231, \"rankvar\": 5194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5211, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3012, \"group\": [1349.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGATCGCA\", \"ini\": 3609, \"clust\": 1335, \"rank\": 5210, \"rankvar\": 4473, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5212, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3013, \"group\": [1336.0, 123.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGCTGCAC\", \"ini\": 3608, \"clust\": 1350, \"rank\": 5222, \"rankvar\": 4795, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5213, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3014, \"group\": [1350.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCGGTCTAA\", \"ini\": 3607, \"clust\": 1404, \"rank\": 5215, \"rankvar\": 5041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5214, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3015, \"group\": [1407.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCCGTCAAA\", \"ini\": 3606, \"clust\": 1328, \"rank\": 5214, \"rankvar\": 3954, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5215, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3067, \"group\": [1326.0, 123.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGCCGGTAA\", \"ini\": 3605, \"clust\": 1333, \"rank\": 5211, \"rankvar\": 4926, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5216, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3068, \"group\": [1331.0, 123.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTGGCTCCA\", \"ini\": 3604, \"clust\": 1399, \"rank\": 5190, \"rankvar\": 5202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5217, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3016, \"group\": [1394.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTATGCGT\", \"ini\": 3603, \"clust\": 1348, \"rank\": 5224, \"rankvar\": 5088, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5218, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3017, \"group\": [1348.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGTGAC\", \"ini\": 3602, \"clust\": 3917, \"rank\": 5229, \"rankvar\": 4841, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5219, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3096, \"group\": [3916.0, 575.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAATCTACG\", \"ini\": 3601, \"clust\": 1434, \"rank\": 5220, \"rankvar\": 5134, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5220, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3018, \"group\": [1436.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCAGTCCCT\", \"ini\": 3600, \"clust\": 1259, \"rank\": 5226, \"rankvar\": 4898, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5221, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3019, \"group\": [1258.0, 111.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCTCCTCT\", \"ini\": 3599, \"clust\": 1351, \"rank\": 5225, \"rankvar\": 4622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5222, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3069, \"group\": [1351.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAATGTTGC\", \"ini\": 3598, \"clust\": 1325, \"rank\": 5216, \"rankvar\": 4714, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5223, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3070, \"group\": [1322.0, 123.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTGCTCCT\", \"ini\": 3597, \"clust\": 1352, \"rank\": 5227, \"rankvar\": 5108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5224, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3020, \"group\": [1352.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTAAATACG\", \"ini\": 3596, \"clust\": 1338, \"rank\": 5218, \"rankvar\": 4991, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5225, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3071, \"group\": [1334.0, 123.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAAACG\", \"ini\": 3595, \"clust\": 1300, \"rank\": 5213, \"rankvar\": 5105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5226, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3097, \"group\": [1297.0, 112.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAAGTCTAC\", \"ini\": 3594, \"clust\": 1361, \"rank\": 5223, \"rankvar\": 5084, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5227, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3072, \"group\": [1361.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTCTGGTCG\", \"ini\": 3593, \"clust\": 1340, \"rank\": 5221, \"rankvar\": 4866, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5228, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3021, \"group\": [1341.0, 125.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTACTTAGC\", \"ini\": 3592, \"clust\": 1376, \"rank\": 5230, \"rankvar\": 5213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5229, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3022, \"group\": [1382.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTAACGGT\", \"ini\": 3591, \"clust\": 1306, \"rank\": 5207, \"rankvar\": 4387, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5230, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3073, \"group\": [1306.0, 116.0, 21.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCATGTTGAC\", \"ini\": 3590, \"clust\": 1403, \"rank\": 5209, \"rankvar\": 5199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5231, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3023, \"group\": [1403.0, 127.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCGCGGATC\", \"ini\": 3589, \"clust\": 3643, \"rank\": 9, \"rankvar\": 1061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 0, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 603, \"group\": [3640.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAGTCGGT\", \"ini\": 3588, \"clust\": 4501, \"rank\": 1, \"rankvar\": 4968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 32, \"group\": [4500.0, 767.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTTGTACT\", \"ini\": 3587, \"clust\": 4667, \"rank\": 81, \"rankvar\": 48, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4499, \"group\": [4668.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGAACAACT\", \"ini\": 3586, \"clust\": 3627, \"rank\": 17, \"rankvar\": 2787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 604, \"group\": [3627.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTGGGAA\", \"ini\": 3585, \"clust\": 3621, \"rank\": 16, \"rankvar\": 3007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 4, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 605, \"group\": [3617.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGAACTGTA\", \"ini\": 3584, \"clust\": 1776, \"rank\": 28, \"rankvar\": 489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 5, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 606, \"group\": [1774.0, 250.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGGGTCTCC\", \"ini\": 3583, \"clust\": 3613, \"rank\": 3, \"rankvar\": 4879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 6, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 607, \"group\": [3611.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGCATCATC\", \"ini\": 3582, \"clust\": 3650, \"rank\": 25, \"rankvar\": 3875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 7, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 608, \"group\": [3648.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAGATTAG\", \"ini\": 3581, \"clust\": 3596, \"rank\": 13, \"rankvar\": 771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 8, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 609, \"group\": [3595.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGCAGACA\", \"ini\": 3580, \"clust\": 4695, \"rank\": 21, \"rankvar\": 69, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 9, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4500, \"group\": [4696.0, 842.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCGTAGTA\", \"ini\": 3579, \"clust\": 1774, \"rank\": 37, \"rankvar\": 172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 10, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 610, \"group\": [1777.0, 250.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTTCATGT\", \"ini\": 3578, \"clust\": 4696, \"rank\": 30, \"rankvar\": 7, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 11, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4501, \"group\": [4697.0, 842.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTGGTATG\", \"ini\": 3577, \"clust\": 3572, \"rank\": 0, \"rankvar\": 4133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 12, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 611, \"group\": [3572.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTGGACCC\", \"ini\": 3576, \"clust\": 3639, \"rank\": 8, \"rankvar\": 2027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 13, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 612, \"group\": [3637.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGTGAAAT\", \"ini\": 3575, \"clust\": 3553, \"rank\": 4, \"rankvar\": 4440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 14, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2086, \"group\": [3554.0, 506.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAACCAAC\", \"ini\": 3574, \"clust\": 3546, \"rank\": 54, \"rankvar\": 848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 15, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 613, \"group\": [3546.0, 505.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGCCACTAT\", \"ini\": 3573, \"clust\": 3632, \"rank\": 29, \"rankvar\": 977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 16, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 614, \"group\": [3631.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAGAGCTT\", \"ini\": 3572, \"clust\": 3633, \"rank\": 11, \"rankvar\": 2337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 17, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 615, \"group\": [3629.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGAGCTTCT\", \"ini\": 3571, \"clust\": 4703, \"rank\": 63, \"rankvar\": 42, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 18, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4502, \"group\": [4705.0, 842.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCGCGAAA\", \"ini\": 3570, \"clust\": 3651, \"rank\": 31, \"rankvar\": 3970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 19, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 616, \"group\": [3649.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGCATCATC\", \"ini\": 3569, \"clust\": 3635, \"rank\": 20, \"rankvar\": 1025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 20, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 617, \"group\": [3644.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTGCACGAA\", \"ini\": 3568, \"clust\": 3551, \"rank\": 57, \"rankvar\": 1028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 21, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2087, \"group\": [3552.0, 506.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCATGAT\", \"ini\": 3567, \"clust\": 4672, \"rank\": 119, \"rankvar\": 56, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 22, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4503, \"group\": [4671.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCCACTGGG\", \"ini\": 3566, \"clust\": 4700, \"rank\": 98, \"rankvar\": 274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 23, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4504, \"group\": [4706.0, 842.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCGCGTAGC\", \"ini\": 3565, \"clust\": 4502, \"rank\": 41, \"rankvar\": 3070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 24, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 33, \"group\": [4501.0, 767.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCCAGAAGG\", \"ini\": 3564, \"clust\": 3554, \"rank\": 27, \"rankvar\": 4418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 25, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2088, \"group\": [3555.0, 506.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAAGGGTCA\", \"ini\": 3563, \"clust\": 4704, \"rank\": 79, \"rankvar\": 46, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 26, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4505, \"group\": [4703.0, 842.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTTCCTGCTTG\", \"ini\": 3562, \"clust\": 1771, \"rank\": 55, \"rankvar\": 256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 27, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 618, \"group\": [1772.0, 250.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTACGTAA\", \"ini\": 3561, \"clust\": 3549, \"rank\": 49, \"rankvar\": 251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 28, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 619, \"group\": [3548.0, 505.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCTCTGCTG\", \"ini\": 3560, \"clust\": 4948, \"rank\": 2, \"rankvar\": 4605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 29, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4506, \"group\": [4948.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCAACGGCC\", \"ini\": 3559, \"clust\": 4685, \"rank\": 71, \"rankvar\": 227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 30, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4507, \"group\": [4685.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTCTGAT\", \"ini\": 3558, \"clust\": 3615, \"rank\": 32, \"rankvar\": 683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 31, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 620, \"group\": [3615.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATTACCC\", \"ini\": 3557, \"clust\": 4949, \"rank\": 22, \"rankvar\": 2330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 32, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4508, \"group\": [4949.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGGTGTGGT\", \"ini\": 3556, \"clust\": 3552, \"rank\": 70, \"rankvar\": 375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 33, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2089, \"group\": [3553.0, 506.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAGGACCCT\", \"ini\": 3555, \"clust\": 4599, \"rank\": 45, \"rankvar\": 465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 34, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4509, \"group\": [4599.0, 815.0, 145.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAGTACACT\", \"ini\": 3554, \"clust\": 3640, \"rank\": 14, \"rankvar\": 1363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 35, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 621, \"group\": [3638.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCACCCAGTG\", \"ini\": 3553, \"clust\": 3654, \"rank\": 82, \"rankvar\": 177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 36, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 622, \"group\": [3654.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTAGACAAGCC\", \"ini\": 3552, \"clust\": 4598, \"rank\": 68, \"rankvar\": 2390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 37, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4510, \"group\": [4601.0, 815.0, 145.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCCTGACT\", \"ini\": 3551, \"clust\": 3642, \"rank\": 34, \"rankvar\": 578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 38, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 623, \"group\": [3642.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTCGAGA\", \"ini\": 3550, \"clust\": 3620, \"rank\": 65, \"rankvar\": 591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 39, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 624, \"group\": [3619.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGGTGACCA\", \"ini\": 3549, \"clust\": 3607, \"rank\": 59, \"rankvar\": 1594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 40, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 625, \"group\": [3608.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCACTC\", \"ini\": 3548, \"clust\": 3598, \"rank\": 60, \"rankvar\": 1017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 41, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 626, \"group\": [3598.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGTCAAGGC\", \"ini\": 3547, \"clust\": 4668, \"rank\": 85, \"rankvar\": 5, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 42, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4511, \"group\": [4669.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTACCCAAT\", \"ini\": 3546, \"clust\": 4678, \"rank\": 145, \"rankvar\": 8, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 43, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4512, \"group\": [4678.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCTACTCAT\", \"ini\": 3545, \"clust\": 3631, \"rank\": 50, \"rankvar\": 969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 44, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 627, \"group\": [3632.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCTACCTA\", \"ini\": 3544, \"clust\": 3608, \"rank\": 43, \"rankvar\": 3487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 45, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 628, \"group\": [3606.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGGACGAT\", \"ini\": 3543, \"clust\": 3619, \"rank\": 42, \"rankvar\": 1907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 46, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 629, \"group\": [3620.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGCTAGTCT\", \"ini\": 3542, \"clust\": 3547, \"rank\": 111, \"rankvar\": 555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 47, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 630, \"group\": [3547.0, 505.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTACATCATCCC\", \"ini\": 3541, \"clust\": 3609, \"rank\": 47, \"rankvar\": 2238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 48, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 631, \"group\": [3607.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGAATTGTG\", \"ini\": 3540, \"clust\": 1560, \"rank\": 10, \"rankvar\": 4546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 49, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3101, \"group\": [1562.0, 160.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCATTATCC\", \"ini\": 3539, \"clust\": 3655, \"rank\": 90, \"rankvar\": 444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 50, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 632, \"group\": [3655.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAAGCTAGTTC\", \"ini\": 3538, \"clust\": 4946, \"rank\": 12, \"rankvar\": 4541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 51, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4513, \"group\": [4945.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCGACTGC\", \"ini\": 3537, \"clust\": 3636, \"rank\": 33, \"rankvar\": 1086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 52, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 633, \"group\": [3639.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTCTCCCTA\", \"ini\": 3536, \"clust\": 3600, \"rank\": 39, \"rankvar\": 2744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 53, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 634, \"group\": [3600.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCTGCAGTA\", \"ini\": 3535, \"clust\": 4950, \"rank\": 15, \"rankvar\": 4215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 54, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4514, \"group\": [4950.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCCCGACTT\", \"ini\": 3534, \"clust\": 4675, \"rank\": 179, \"rankvar\": 29, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 55, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4515, \"group\": [4675.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCAGTCCTTC\", \"ini\": 3533, \"clust\": 1769, \"rank\": 94, \"rankvar\": 81, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 56, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 635, \"group\": [1769.0, 250.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCTATCCCG\", \"ini\": 3532, \"clust\": 4656, \"rank\": 158, \"rankvar\": 34, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 57, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4516, \"group\": [4657.0, 839.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATAGGTA\", \"ini\": 3531, \"clust\": 4670, \"rank\": 148, \"rankvar\": 60, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 58, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4517, \"group\": [4672.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAGTTTCGCTC\", \"ini\": 3530, \"clust\": 4838, \"rank\": 92, \"rankvar\": 1335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 59, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4518, \"group\": [4837.0, 892.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGGGCTA\", \"ini\": 3529, \"clust\": 4701, \"rank\": 106, \"rankvar\": 1, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 60, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4519, \"group\": [4701.0, 842.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAGTAAGCG\", \"ini\": 3528, \"clust\": 3610, \"rank\": 52, \"rankvar\": 4001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 61, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 636, \"group\": [3609.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCAACTCTT\", \"ini\": 3527, \"clust\": 4945, \"rank\": 6, \"rankvar\": 4708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 62, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4520, \"group\": [4947.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTAGCGATG\", \"ini\": 3526, \"clust\": 3584, \"rank\": 107, \"rankvar\": 387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 63, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 637, \"group\": [3584.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCTGCCAG\", \"ini\": 3525, \"clust\": 3622, \"rank\": 80, \"rankvar\": 540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 64, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 638, \"group\": [3618.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCGTAGGTT\", \"ini\": 3524, \"clust\": 1770, \"rank\": 87, \"rankvar\": 175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 65, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 639, \"group\": [1770.0, 250.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTCGAC\", \"ini\": 3523, \"clust\": 3652, \"rank\": 109, \"rankvar\": 792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 66, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 640, \"group\": [3652.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCCACTAT\", \"ini\": 3522, \"clust\": 3653, \"rank\": 113, \"rankvar\": 225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 67, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 641, \"group\": [3653.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGACATTA\", \"ini\": 3521, \"clust\": 4708, \"rank\": 147, \"rankvar\": 68, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 68, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4521, \"group\": [4708.0, 843.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGGTTCCC\", \"ini\": 3520, \"clust\": 3616, \"rank\": 91, \"rankvar\": 1191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 69, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 642, \"group\": [3616.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGTCCTCCT\", \"ini\": 3519, \"clust\": 4610, \"rank\": 216, \"rankvar\": 304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 70, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4522, \"group\": [4610.0, 819.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCGGCGCAT\", \"ini\": 3518, \"clust\": 3597, \"rank\": 102, \"rankvar\": 621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 71, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 643, \"group\": [3596.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCTTGCATT\", \"ini\": 3517, \"clust\": 4673, \"rank\": 169, \"rankvar\": 19, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 72, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4523, \"group\": [4676.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGTTACGGG\", \"ini\": 3516, \"clust\": 3641, \"rank\": 72, \"rankvar\": 1712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 73, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 644, \"group\": [3643.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTACAAGTA\", \"ini\": 3515, \"clust\": 1772, \"rank\": 88, \"rankvar\": 532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 74, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 645, \"group\": [1773.0, 250.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGATCCTGT\", \"ini\": 3514, \"clust\": 3625, \"rank\": 75, \"rankvar\": 3046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 75, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 646, \"group\": [3625.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGAGTTGC\", \"ini\": 3513, \"clust\": 1810, \"rank\": 130, \"rankvar\": 681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 76, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 647, \"group\": [1810.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCAGTTTGG\", \"ini\": 3512, \"clust\": 4236, \"rank\": 84, \"rankvar\": 3405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 77, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5128, \"group\": [4239.0, 724.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACCTTAT\", \"ini\": 3511, \"clust\": 4600, \"rank\": 123, \"rankvar\": 535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 78, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4524, \"group\": [4600.0, 815.0, 145.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAGTGATGCCC\", \"ini\": 3510, \"clust\": 4512, \"rank\": 117, \"rankvar\": 3869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 79, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 34, \"group\": [4513.0, 767.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCTGGCGTG\", \"ini\": 3509, \"clust\": 2150, \"rank\": 110, \"rankvar\": 2443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 80, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2670, \"group\": [2150.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGTGGTTT\", \"ini\": 3508, \"clust\": 3646, \"rank\": 83, \"rankvar\": 836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 81, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 648, \"group\": [3645.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGCTTATCG\", \"ini\": 3507, \"clust\": 4943, \"rank\": 56, \"rankvar\": 1348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 82, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4525, \"group\": [4943.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTGCGTTA\", \"ini\": 3506, \"clust\": 4705, \"rank\": 160, \"rankvar\": 6, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 83, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4526, \"group\": [4704.0, 842.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGAATGGA\", \"ini\": 3505, \"clust\": 1787, \"rank\": 128, \"rankvar\": 35, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 84, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 649, \"group\": [1790.0, 252.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTCGTTGA\", \"ini\": 3504, \"clust\": 3602, \"rank\": 170, \"rankvar\": 348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 85, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 650, \"group\": [3602.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTAGATGA\", \"ini\": 3503, \"clust\": 3595, \"rank\": 100, \"rankvar\": 1192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 86, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 651, \"group\": [3597.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCAGAATTCCC\", \"ini\": 3502, \"clust\": 4959, \"rank\": 77, \"rankvar\": 2562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 87, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4527, \"group\": [4958.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTCCTATA\", \"ini\": 3501, \"clust\": 3644, \"rank\": 61, \"rankvar\": 1008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 88, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 652, \"group\": [3641.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGAAACGCC\", \"ini\": 3500, \"clust\": 3573, \"rank\": 7, \"rankvar\": 4936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 89, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 653, \"group\": [3573.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGCACTCT\", \"ini\": 3499, \"clust\": 1786, \"rank\": 141, \"rankvar\": 317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 90, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 654, \"group\": [1785.0, 252.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGATGCGAC\", \"ini\": 3498, \"clust\": 4947, \"rank\": 23, \"rankvar\": 3937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 91, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4528, \"group\": [4946.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCGTCCAGG\", \"ini\": 3497, \"clust\": 4503, \"rank\": 193, \"rankvar\": 1462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 92, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 35, \"group\": [4502.0, 767.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGAAGGGTA\", \"ini\": 3496, \"clust\": 4676, \"rank\": 244, \"rankvar\": 52, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 93, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4529, \"group\": [4679.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGCTGCCCA\", \"ini\": 3495, \"clust\": 3680, \"rank\": 112, \"rankvar\": 603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 94, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 655, \"group\": [3680.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATCGTCGG\", \"ini\": 3494, \"clust\": 3634, \"rank\": 76, \"rankvar\": 1696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 95, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 656, \"group\": [3630.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGCAGCGTA\", \"ini\": 3493, \"clust\": 3612, \"rank\": 78, \"rankvar\": 4283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 96, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 657, \"group\": [3613.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTACAGAA\", \"ini\": 3492, \"clust\": 3626, \"rank\": 135, \"rankvar\": 1517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 97, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 658, \"group\": [3626.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCATATACGC\", \"ini\": 3491, \"clust\": 3604, \"rank\": 48, \"rankvar\": 4405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 98, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 659, \"group\": [3604.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAAATA\", \"ini\": 3490, \"clust\": 4566, \"rank\": 177, \"rankvar\": 511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 99, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4530, \"group\": [4568.0, 798.0, 140.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGACCACGA\", \"ini\": 3489, \"clust\": 3555, \"rank\": 53, \"rankvar\": 3451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 100, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4531, \"group\": [3658.0, 510.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGGCGAA\", \"ini\": 3488, \"clust\": 1775, \"rank\": 227, \"rankvar\": 188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 660, \"group\": [1776.0, 250.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCGTTCCCGAG\", \"ini\": 3487, \"clust\": 4666, \"rank\": 237, \"rankvar\": 47, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 102, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4532, \"group\": [4666.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTGTGGTTT\", \"ini\": 3486, \"clust\": 3605, \"rank\": 46, \"rankvar\": 4267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 661, \"group\": [3605.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTAGGGACT\", \"ini\": 3485, \"clust\": 3647, \"rank\": 89, \"rankvar\": 2749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 662, \"group\": [3646.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCACGGTTTA\", \"ini\": 3484, \"clust\": 3618, \"rank\": 103, \"rankvar\": 1544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 663, \"group\": [3621.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGTAAACT\", \"ini\": 3483, \"clust\": 4953, \"rank\": 95, \"rankvar\": 3385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4533, \"group\": [4952.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAAGGTTCT\", \"ini\": 3482, \"clust\": 1808, \"rank\": 124, \"rankvar\": 1209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 664, \"group\": [1808.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAACAACCT\", \"ini\": 3481, \"clust\": 4693, \"rank\": 154, \"rankvar\": 107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 108, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4534, \"group\": [4693.0, 841.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACTGTGTA\", \"ini\": 3480, \"clust\": 1684, \"rank\": 211, \"rankvar\": 698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 109, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4323, \"group\": [1687.0, 206.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTGCCATT\", \"ini\": 3479, \"clust\": 4601, \"rank\": 69, \"rankvar\": 4694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 110, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3954, \"group\": [4602.0, 815.0, 145.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTACCGGCT\", \"ini\": 3478, \"clust\": 4944, \"rank\": 58, \"rankvar\": 4266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 111, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4535, \"group\": [4944.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTGTCTTT\", \"ini\": 3477, \"clust\": 1777, \"rank\": 178, \"rankvar\": 82, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 665, \"group\": [1775.0, 250.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGCGATTCT\", \"ini\": 3476, \"clust\": 4644, \"rank\": 332, \"rankvar\": 315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 113, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4536, \"group\": [4644.0, 833.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGCAAAGA\", \"ini\": 3475, \"clust\": 4555, \"rank\": 153, \"rankvar\": 4263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 114, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5209, \"group\": [4555.0, 791.0, 139.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATGCCCGA\", \"ini\": 3474, \"clust\": 4938, \"rank\": 189, \"rankvar\": 420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4537, \"group\": [4936.0, 899.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCCCTGACT\", \"ini\": 3473, \"clust\": 3308, \"rank\": 144, \"rankvar\": 1608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 666, \"group\": [3307.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGCATAT\", \"ini\": 3472, \"clust\": 4857, \"rank\": 96, \"rankvar\": 3322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 117, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4538, \"group\": [4857.0, 895.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGGGAGTAA\", \"ini\": 3471, \"clust\": 3637, \"rank\": 114, \"rankvar\": 828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 667, \"group\": [3635.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTTGAGTTC\", \"ini\": 3470, \"clust\": 4962, \"rank\": 116, \"rankvar\": 3504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 119, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4539, \"group\": [4961.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCACGGTTA\", \"ini\": 3469, \"clust\": 4660, \"rank\": 243, \"rankvar\": 18, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 120, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4540, \"group\": [4661.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCTGGGCCA\", \"ini\": 3468, \"clust\": 3614, \"rank\": 74, \"rankvar\": 4808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 668, \"group\": [3612.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCGGCTTGG\", \"ini\": 3467, \"clust\": 4638, \"rank\": 423, \"rankvar\": 295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4541, \"group\": [4638.0, 833.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAGTCCCT\", \"ini\": 3466, \"clust\": 3585, \"rank\": 186, \"rankvar\": 856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 669, \"group\": [3585.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATGGGTC\", \"ini\": 3465, \"clust\": 4682, \"rank\": 376, \"rankvar\": 187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 124, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4542, \"group\": [4683.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGTTAACC\", \"ini\": 3464, \"clust\": 3580, \"rank\": 152, \"rankvar\": 273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 670, \"group\": [3580.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCTG\", \"ini\": 3463, \"clust\": 5145, \"rank\": 155, \"rankvar\": 1634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 126, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4543, \"group\": [5143.0, 903.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTGACTCAT\", \"ini\": 3462, \"clust\": 3638, \"rank\": 86, \"rankvar\": 2478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 671, \"group\": [3636.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCTAGGTT\", \"ini\": 3461, \"clust\": 4513, \"rank\": 350, \"rankvar\": 3308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 128, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 36, \"group\": [4511.0, 767.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCATCTGCC\", \"ini\": 3460, \"clust\": 4692, \"rank\": 249, \"rankvar\": 143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4544, \"group\": [4695.0, 841.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGTCTCGGC\", \"ini\": 3459, \"clust\": 5167, \"rank\": 176, \"rankvar\": 1519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 130, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4545, \"group\": [5168.0, 905.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAATCCGGGTGT\", \"ini\": 3458, \"clust\": 1695, \"rank\": 541, \"rankvar\": 2186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 131, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4324, \"group\": [1698.0, 211.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCAAGTAATG\", \"ini\": 3457, \"clust\": 1790, \"rank\": 263, \"rankvar\": 1095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 132, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 672, \"group\": [1794.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCATGGTCTA\", \"ini\": 3456, \"clust\": 3568, \"rank\": 142, \"rankvar\": 2936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 673, \"group\": [3568.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTACTTAC\", \"ini\": 3455, \"clust\": 4596, \"rank\": 274, \"rankvar\": 242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 134, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4546, \"group\": [4595.0, 812.0, 144.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTCCATGAT\", \"ini\": 3454, \"clust\": 1827, \"rank\": 215, \"rankvar\": 605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 674, \"group\": [1826.0, 254.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCCAGTAAGAT\", \"ini\": 3453, \"clust\": 4378, \"rank\": 347, \"rankvar\": 2728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 136, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 37, \"group\": [4386.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTGTGTGCC\", \"ini\": 3452, \"clust\": 4964, \"rank\": 126, \"rankvar\": 4585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 137, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4547, \"group\": [4964.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGCGTTCCG\", \"ini\": 3451, \"clust\": 3603, \"rank\": 228, \"rankvar\": 565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 675, \"group\": [3603.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCACCAGTTA\", \"ini\": 3450, \"clust\": 1809, \"rank\": 143, \"rankvar\": 499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 676, \"group\": [1809.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAAGAGGACGG\", \"ini\": 3449, \"clust\": 3587, \"rank\": 257, \"rankvar\": 592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 677, \"group\": [3588.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCACTTACT\", \"ini\": 3448, \"clust\": 4702, \"rank\": 226, \"rankvar\": 16, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4548, \"group\": [4702.0, 842.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGACTCG\", \"ini\": 3447, \"clust\": 4940, \"rank\": 210, \"rankvar\": 1860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4549, \"group\": [4940.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCTGCCAG\", \"ini\": 3446, \"clust\": 3593, \"rank\": 156, \"rankvar\": 1164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 678, \"group\": [3592.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCGTCACGG\", \"ini\": 3445, \"clust\": 2168, \"rank\": 222, \"rankvar\": 1542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 144, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2671, \"group\": [2168.0, 365.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCCGTCGT\", \"ini\": 3444, \"clust\": 3611, \"rank\": 184, \"rankvar\": 1439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 679, \"group\": [3610.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTTCCTC\", \"ini\": 3443, \"clust\": 4640, \"rank\": 448, \"rankvar\": 131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 146, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4550, \"group\": [4640.0, 833.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCAGTTAGC\", \"ini\": 3442, \"clust\": 4635, \"rank\": 400, \"rankvar\": 234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 147, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4551, \"group\": [4636.0, 833.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGGGCTTGA\", \"ini\": 3441, \"clust\": 4966, \"rank\": 165, \"rankvar\": 4032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 148, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4552, \"group\": [4969.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCTTTACGT\", \"ini\": 3440, \"clust\": 3588, \"rank\": 268, \"rankvar\": 834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 680, \"group\": [3586.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCACCACCT\", \"ini\": 3439, \"clust\": 4958, \"rank\": 166, \"rankvar\": 1952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 150, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4553, \"group\": [4960.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTCTTAT\", \"ini\": 3438, \"clust\": 1768, \"rank\": 200, \"rankvar\": 72, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 681, \"group\": [1771.0, 250.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACACACGCTG\", \"ini\": 3437, \"clust\": 4506, \"rank\": 262, \"rankvar\": 50, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 152, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4554, \"group\": [4504.0, 767.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGTGCTGCC\", \"ini\": 3436, \"clust\": 3539, \"rank\": 137, \"rankvar\": 2951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 682, \"group\": [3538.0, 501.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCAAACCAC\", \"ini\": 3435, \"clust\": 1822, \"rank\": 234, \"rankvar\": 1399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 683, \"group\": [1821.0, 254.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGTCGTACT\", \"ini\": 3434, \"clust\": 1828, \"rank\": 253, \"rankvar\": 843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 684, \"group\": [1827.0, 254.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGAGCCTAG\", \"ini\": 3433, \"clust\": 3623, \"rank\": 164, \"rankvar\": 2752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 156, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 685, \"group\": [3623.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCGAATGCT\", \"ini\": 3432, \"clust\": 3578, \"rank\": 175, \"rankvar\": 2172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 686, \"group\": [3576.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGTGGCA\", \"ini\": 3431, \"clust\": 3391, \"rank\": 194, \"rankvar\": 1627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 687, \"group\": [3389.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCGGTGTCG\", \"ini\": 3430, \"clust\": 4567, \"rank\": 338, \"rankvar\": 218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4555, \"group\": [4566.0, 798.0, 140.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCCACGTC\", \"ini\": 3429, \"clust\": 3649, \"rank\": 242, \"rankvar\": 1060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 688, \"group\": [3650.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACTGAAGG\", \"ini\": 3428, \"clust\": 4713, \"rank\": 389, \"rankvar\": 117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4556, \"group\": [4712.0, 845.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCTCTC\", \"ini\": 3427, \"clust\": 4569, \"rank\": 621, \"rankvar\": 2117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4557, \"group\": [4572.0, 801.0, 142.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATACCATG\", \"ini\": 3426, \"clust\": 4637, \"rank\": 437, \"rankvar\": 142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 163, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4558, \"group\": [4642.0, 833.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCCGTAGTA\", \"ini\": 3425, \"clust\": 5168, \"rank\": 188, \"rankvar\": 985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 164, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4559, \"group\": [5166.0, 905.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCTAACTC\", \"ini\": 3424, \"clust\": 3628, \"rank\": 286, \"rankvar\": 732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 689, \"group\": [3628.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACGTCA\", \"ini\": 3423, \"clust\": 4639, \"rank\": 415, \"rankvar\": 65, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 166, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4560, \"group\": [4639.0, 833.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGCTAGCA\", \"ini\": 3422, \"clust\": 4507, \"rank\": 305, \"rankvar\": 564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 167, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 38, \"group\": [4505.0, 767.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGCTAAA\", \"ini\": 3421, \"clust\": 3629, \"rank\": 122, \"rankvar\": 1741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 690, \"group\": [3634.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGGAGTACC\", \"ini\": 3420, \"clust\": 4699, \"rank\": 359, \"rankvar\": 10, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4561, \"group\": [4699.0, 842.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCACTCCTG\", \"ini\": 3419, \"clust\": 3577, \"rank\": 191, \"rankvar\": 1223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 691, \"group\": [3578.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTTTGACAC\", \"ini\": 3418, \"clust\": 2258, \"rank\": 182, \"rankvar\": 1391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 171, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2672, \"group\": [2258.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGCTAACAA\", \"ini\": 3417, \"clust\": 3401, \"rank\": 261, \"rankvar\": 1670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 172, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 692, \"group\": [3400.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTGGTACAG\", \"ini\": 3416, \"clust\": 3656, \"rank\": 272, \"rankvar\": 1346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 693, \"group\": [3656.0, 509.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCCGCGA\", \"ini\": 3415, \"clust\": 4488, \"rank\": 323, \"rankvar\": 4646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 174, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 39, \"group\": [4487.0, 765.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAGGCGATA\", \"ini\": 3414, \"clust\": 3590, \"rank\": 221, \"rankvar\": 3221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 694, \"group\": [3590.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCGGTCCGA\", \"ini\": 3413, \"clust\": 3648, \"rank\": 239, \"rankvar\": 376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 695, \"group\": [3651.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCGGGAGTA\", \"ini\": 3412, \"clust\": 3624, \"rank\": 275, \"rankvar\": 1142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 696, \"group\": [3624.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTTCGCG\", \"ini\": 3411, \"clust\": 3657, \"rank\": 314, \"rankvar\": 1116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 697, \"group\": [3657.0, 509.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGCTATA\", \"ini\": 3410, \"clust\": 1811, \"rank\": 245, \"rankvar\": 1007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 698, \"group\": [1811.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCGGAAA\", \"ini\": 3409, \"clust\": 4848, \"rank\": 246, \"rankvar\": 1953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 180, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4562, \"group\": [4841.0, 892.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAGGAACGT\", \"ini\": 3408, \"clust\": 3601, \"rank\": 271, \"rankvar\": 462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 181, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 699, \"group\": [3601.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGTAGCCGA\", \"ini\": 3407, \"clust\": 1824, \"rank\": 387, \"rankvar\": 1760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 700, \"group\": [1824.0, 254.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCAGTGCCAGA\", \"ini\": 3406, \"clust\": 3581, \"rank\": 290, \"rankvar\": 626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 701, \"group\": [3581.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCAAACTC\", \"ini\": 3405, \"clust\": 4960, \"rank\": 171, \"rankvar\": 3575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4563, \"group\": [4959.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGATGATA\", \"ini\": 3404, \"clust\": 4714, \"rank\": 488, \"rankvar\": 114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 185, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4564, \"group\": [4713.0, 845.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTCTAAACC\", \"ini\": 3403, \"clust\": 3701, \"rank\": 329, \"rankvar\": 415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 702, \"group\": [3699.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGAACGC\", \"ini\": 3402, \"clust\": 3576, \"rank\": 162, \"rankvar\": 1777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 703, \"group\": [3579.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCATCGCTC\", \"ini\": 3401, \"clust\": 1823, \"rank\": 310, \"rankvar\": 491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 704, \"group\": [1822.0, 254.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTAGCGTGA\", \"ini\": 3400, \"clust\": 3599, \"rank\": 258, \"rankvar\": 1571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 705, \"group\": [3599.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGTGGGAA\", \"ini\": 3399, \"clust\": 1848, \"rank\": 556, \"rankvar\": 554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 190, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 706, \"group\": [1847.0, 261.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGTTTA\", \"ini\": 3398, \"clust\": 1821, \"rank\": 319, \"rankvar\": 1386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 707, \"group\": [1823.0, 254.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCAATCACG\", \"ini\": 3397, \"clust\": 3564, \"rank\": 232, \"rankvar\": 4543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 708, \"group\": [3562.0, 507.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGACCGGAT\", \"ini\": 3396, \"clust\": 3591, \"rank\": 218, \"rankvar\": 3784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 709, \"group\": [3591.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGTCAAGGC\", \"ini\": 3395, \"clust\": 4602, \"rank\": 104, \"rankvar\": 4642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3955, \"group\": [4603.0, 815.0, 145.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTCAGTGGA\", \"ini\": 3394, \"clust\": 3569, \"rank\": 157, \"rankvar\": 4782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 710, \"group\": [3569.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCATCACCC\", \"ini\": 3393, \"clust\": 3630, \"rank\": 255, \"rankvar\": 1091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 196, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 711, \"group\": [3633.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTAAACGCG\", \"ini\": 3392, \"clust\": 4595, \"rank\": 267, \"rankvar\": 2537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 197, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2673, \"group\": [4597.0, 813.0, 144.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTACCTGC\", \"ini\": 3391, \"clust\": 3606, \"rank\": 269, \"rankvar\": 2760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 712, \"group\": [3614.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGCATGTG\", \"ini\": 3390, \"clust\": 4611, \"rank\": 381, \"rankvar\": 364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 199, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4565, \"group\": [4611.0, 819.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTCTTGAT\", \"ini\": 3389, \"clust\": 2402, \"rank\": 207, \"rankvar\": 3691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 200, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2674, \"group\": [2405.0, 389.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGGCGAAT\", \"ini\": 3388, \"clust\": 3589, \"rank\": 236, \"rankvar\": 1370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 713, \"group\": [3587.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAGTCA\", \"ini\": 3387, \"clust\": 4636, \"rank\": 593, \"rankvar\": 662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 202, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4566, \"group\": [4637.0, 833.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCGCTAGCG\", \"ini\": 3386, \"clust\": 3313, \"rank\": 443, \"rankvar\": 1202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 714, \"group\": [3313.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTTCTCTGTCG\", \"ini\": 3385, \"clust\": 4782, \"rank\": 325, \"rankvar\": 1301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4567, \"group\": [4784.0, 881.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCACGAT\", \"ini\": 3384, \"clust\": 4968, \"rank\": 254, \"rankvar\": 3953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 205, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4568, \"group\": [4966.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTTGGTGGA\", \"ini\": 3383, \"clust\": 4969, \"rank\": 259, \"rankvar\": 3933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 206, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4569, \"group\": [4967.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCAGAGACG\", \"ini\": 3382, \"clust\": 3700, \"rank\": 284, \"rankvar\": 643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 207, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 715, \"group\": [3701.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTTAT\", \"ini\": 3381, \"clust\": 3545, \"rank\": 525, \"rankvar\": 100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 716, \"group\": [3551.0, 505.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAGTGGA\", \"ini\": 3380, \"clust\": 3617, \"rank\": 266, \"rankvar\": 733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 717, \"group\": [3622.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGAGCCCAACC\", \"ini\": 3379, \"clust\": 2264, \"rank\": 369, \"rankvar\": 2861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2675, \"group\": [2264.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCTTTCAT\", \"ini\": 3378, \"clust\": 3565, \"rank\": 302, \"rankvar\": 3038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 718, \"group\": [3563.0, 507.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAAGGTGACCA\", \"ini\": 3377, \"clust\": 4924, \"rank\": 205, \"rankvar\": 1565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4570, \"group\": [4924.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGCTTCGCG\", \"ini\": 3376, \"clust\": 1825, \"rank\": 420, \"rankvar\": 607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 719, \"group\": [1825.0, 254.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTCATGCCG\", \"ini\": 3375, \"clust\": 3315, \"rank\": 339, \"rankvar\": 1159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 214, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 720, \"group\": [3315.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCAAAGAATC\", \"ini\": 3374, \"clust\": 4967, \"rank\": 195, \"rankvar\": 4651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 215, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4571, \"group\": [4968.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTATCAGTC\", \"ini\": 3373, \"clust\": 1664, \"rank\": 505, \"rankvar\": 829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 216, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2090, \"group\": [1664.0, 196.0, 41.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCACGCATA\", \"ini\": 3372, \"clust\": 1818, \"rank\": 356, \"rankvar\": 144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 721, \"group\": [1819.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTTACTCT\", \"ini\": 3371, \"clust\": 3560, \"rank\": 363, \"rankvar\": 1264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 722, \"group\": [3559.0, 507.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTAAGCACG\", \"ini\": 3370, \"clust\": 3311, \"rank\": 428, \"rankvar\": 908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 723, \"group\": [3310.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGTAAGAT\", \"ini\": 3369, \"clust\": 3566, \"rank\": 168, \"rankvar\": 3740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 724, \"group\": [3566.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAAGCAAT\", \"ini\": 3368, \"clust\": 5176, \"rank\": 370, \"rankvar\": 3034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 221, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4572, \"group\": [5173.0, 905.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTGTGACCC\", \"ini\": 3367, \"clust\": 3309, \"rank\": 349, \"rankvar\": 1513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 725, \"group\": [3308.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCCTCTAGC\", \"ini\": 3366, \"clust\": 5172, \"rank\": 348, \"rankvar\": 2169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 223, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4573, \"group\": [5169.0, 905.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAACTGCTA\", \"ini\": 3365, \"clust\": 4849, \"rank\": 285, \"rankvar\": 3483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 224, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4574, \"group\": [4842.0, 892.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGACCAAG\", \"ini\": 3364, \"clust\": 4511, \"rank\": 316, \"rankvar\": 4159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 225, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 40, \"group\": [4510.0, 767.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCGAGATG\", \"ini\": 3363, \"clust\": 1819, \"rank\": 431, \"rankvar\": 223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 726, \"group\": [1820.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCTCCTAG\", \"ini\": 3362, \"clust\": 1881, \"rank\": 528, \"rankvar\": 236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 727, \"group\": [1883.0, 271.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTTAAGTAG\", \"ini\": 3361, \"clust\": 2340, \"rank\": 196, \"rankvar\": 4196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2676, \"group\": [2338.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCCAT\", \"ini\": 3360, \"clust\": 2295, \"rank\": 331, \"rankvar\": 2536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 229, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2677, \"group\": [2296.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTAAACACA\", \"ini\": 3359, \"clust\": 3397, \"rank\": 306, \"rankvar\": 2308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 728, \"group\": [3398.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTATTCTC\", \"ini\": 3358, \"clust\": 2240, \"rank\": 442, \"rankvar\": 3396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2678, \"group\": [2240.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTAGAGG\", \"ini\": 3357, \"clust\": 4956, \"rank\": 208, \"rankvar\": 1893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 232, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4575, \"group\": [4955.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAAGAATC\", \"ini\": 3356, \"clust\": 5169, \"rank\": 281, \"rankvar\": 1905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 233, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4576, \"group\": [5167.0, 905.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGCTAGT\", \"ini\": 3355, \"clust\": 1874, \"rank\": 439, \"rankvar\": 212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 729, \"group\": [1877.0, 271.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGTCTCG\", \"ini\": 3354, \"clust\": 4912, \"rank\": 206, \"rankvar\": 4355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4577, \"group\": [4914.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGTCTCT\", \"ini\": 3353, \"clust\": 3541, \"rank\": 429, \"rankvar\": 3722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 730, \"group\": [3542.0, 503.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACAATGGATA\", \"ini\": 3352, \"clust\": 3392, \"rank\": 345, \"rankvar\": 846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 731, \"group\": [3390.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGAACAATC\", \"ini\": 3351, \"clust\": 5146, \"rank\": 283, \"rankvar\": 3656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4578, \"group\": [5144.0, 903.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCACCGTAA\", \"ini\": 3350, \"clust\": 3582, \"rank\": 309, \"rankvar\": 1856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 732, \"group\": [3582.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTATATGAG\", \"ini\": 3349, \"clust\": 3418, \"rank\": 404, \"rankvar\": 1779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 240, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 733, \"group\": [3417.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCTAGAAC\", \"ini\": 3348, \"clust\": 3645, \"rank\": 396, \"rankvar\": 407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 734, \"group\": [3647.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTTAGTGGG\", \"ini\": 3347, \"clust\": 3703, \"rank\": 421, \"rankvar\": 668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 735, \"group\": [3706.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTTATGCGT\", \"ini\": 3346, \"clust\": 4844, \"rank\": 297, \"rankvar\": 2887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 243, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4579, \"group\": [4839.0, 892.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAAGTTCC\", \"ini\": 3345, \"clust\": 3677, \"rank\": 417, \"rankvar\": 515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 736, \"group\": [3678.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATTTGCTT\", \"ini\": 3344, \"clust\": 1845, \"rank\": 513, \"rankvar\": 798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 737, \"group\": [1845.0, 261.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCCAGTAGT\", \"ini\": 3343, \"clust\": 1873, \"rank\": 469, \"rankvar\": 443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 738, \"group\": [1874.0, 270.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACCGTAA\", \"ini\": 3342, \"clust\": 4568, \"rank\": 371, \"rankvar\": 151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 247, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4580, \"group\": [4567.0, 798.0, 140.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTAAAGTG\", \"ini\": 3341, \"clust\": 4641, \"rank\": 809, \"rankvar\": 158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 248, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4581, \"group\": [4641.0, 833.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGACGTT\", \"ini\": 3340, \"clust\": 3394, \"rank\": 405, \"rankvar\": 1460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 739, \"group\": [3393.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGCACTCAGGC\", \"ini\": 3339, \"clust\": 4847, \"rank\": 337, \"rankvar\": 1841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4582, \"group\": [4843.0, 892.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATCACCC\", \"ini\": 3338, \"clust\": 3538, \"rank\": 250, \"rankvar\": 3986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 740, \"group\": [3540.0, 501.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTACCTACA\", \"ini\": 3337, \"clust\": 2347, \"rank\": 296, \"rankvar\": 3872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 252, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2679, \"group\": [2345.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCAGTTTGG\", \"ini\": 3336, \"clust\": 2475, \"rank\": 480, \"rankvar\": 1074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 741, \"group\": [2479.0, 432.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTGTGTATGGG\", \"ini\": 3335, \"clust\": 4896, \"rank\": 410, \"rankvar\": 2469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 254, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4583, \"group\": [4895.0, 897.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCACGTGAGA\", \"ini\": 3334, \"clust\": 4648, \"rank\": 571, \"rankvar\": 20, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 742, \"group\": [4647.0, 834.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTAGTACCT\", \"ini\": 3333, \"clust\": 5152, \"rank\": 353, \"rankvar\": 2831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4584, \"group\": [5149.0, 903.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGTGTGCC\", \"ini\": 3332, \"clust\": 3155, \"rank\": 307, \"rankvar\": 3751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 743, \"group\": [3155.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCAGGGTTAG\", \"ini\": 3331, \"clust\": 3681, \"rank\": 426, \"rankvar\": 710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 744, \"group\": [3681.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTAAGGGC\", \"ini\": 3330, \"clust\": 4922, \"rank\": 352, \"rankvar\": 2404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4585, \"group\": [4922.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAGTGCACTTA\", \"ini\": 3329, \"clust\": 3695, \"rank\": 361, \"rankvar\": 830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 745, \"group\": [3703.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCAGACGTAG\", \"ini\": 3328, \"clust\": 4556, \"rank\": 503, \"rankvar\": 4371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 261, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5210, \"group\": [4556.0, 791.0, 139.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTTTAC\", \"ini\": 3327, \"clust\": 4858, \"rank\": 273, \"rankvar\": 3712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 262, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4586, \"group\": [4858.0, 895.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATGTTAAAGAC\", \"ini\": 3326, \"clust\": 1816, \"rank\": 601, \"rankvar\": 335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 746, \"group\": [1817.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCGCCATG\", \"ini\": 3325, \"clust\": 2510, \"rank\": 672, \"rankvar\": 869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 747, \"group\": [2507.0, 439.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTTGAGGT\", \"ini\": 3324, \"clust\": 1880, \"rank\": 578, \"rankvar\": 927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 748, \"group\": [1884.0, 271.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTCGAATCT\", \"ini\": 3323, \"clust\": 1812, \"rank\": 433, \"rankvar\": 666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 749, \"group\": [1813.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGCATCATC\", \"ini\": 3322, \"clust\": 3402, \"rank\": 322, \"rankvar\": 3897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 750, \"group\": [3401.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTGTTAAGA\", \"ini\": 3321, \"clust\": 5148, \"rank\": 252, \"rankvar\": 3910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4587, \"group\": [5147.0, 903.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCATTAGCCA\", \"ini\": 3320, \"clust\": 4961, \"rank\": 248, \"rankvar\": 4534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4588, \"group\": [4963.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGACATTA\", \"ini\": 3319, \"clust\": 4519, \"rank\": 414, \"rankvar\": 4127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 270, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 41, \"group\": [4519.0, 769.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCCTTGG\", \"ini\": 3318, \"clust\": 3550, \"rank\": 476, \"rankvar\": 64, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 751, \"group\": [3549.0, 505.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGATGCCAG\", \"ini\": 3317, \"clust\": 1882, \"rank\": 563, \"rankvar\": 504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 752, \"group\": [1881.0, 271.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCAAGCGAGT\", \"ini\": 3316, \"clust\": 2129, \"rank\": 385, \"rankvar\": 1694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 273, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2680, \"group\": [2128.0, 363.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCTAGGGC\", \"ini\": 3315, \"clust\": 2260, \"rank\": 327, \"rankvar\": 1624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2681, \"group\": [2260.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCATCATTC\", \"ini\": 3314, \"clust\": 3689, \"rank\": 336, \"rankvar\": 2662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 753, \"group\": [3688.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCAAACAACA\", \"ini\": 3313, \"clust\": 5044, \"rank\": 374, \"rankvar\": 3262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 276, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4589, \"group\": [5044.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCGGATCA\", \"ini\": 3312, \"clust\": 3567, \"rank\": 231, \"rankvar\": 3662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 754, \"group\": [3567.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCAAACGGG\", \"ini\": 3311, \"clust\": 3404, \"rank\": 406, \"rankvar\": 2392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 755, \"group\": [3403.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCCAGCTGGCT\", \"ini\": 3310, \"clust\": 5177, \"rank\": 440, \"rankvar\": 3509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 279, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4590, \"group\": [5174.0, 905.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCAAGCCTA\", \"ini\": 3309, \"clust\": 4514, \"rank\": 579, \"rankvar\": 1543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 280, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 42, \"group\": [4512.0, 767.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCTGTTTGT\", \"ini\": 3308, \"clust\": 4597, \"rank\": 463, \"rankvar\": 248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 281, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4591, \"group\": [4596.0, 812.0, 144.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCGAGAAA\", \"ini\": 3307, \"clust\": 2405, \"rank\": 340, \"rankvar\": 980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 282, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2682, \"group\": [2403.0, 389.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGAGAACG\", \"ini\": 3306, \"clust\": 3332, \"rank\": 456, \"rankvar\": 1266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 756, \"group\": [3331.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACACAGGAGT\", \"ini\": 3305, \"clust\": 3130, \"rank\": 407, \"rankvar\": 2617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 757, \"group\": [3128.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAGACGTAG\", \"ini\": 3304, \"clust\": 1849, \"rank\": 655, \"rankvar\": 704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 758, \"group\": [1848.0, 261.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCTGGAAC\", \"ini\": 3303, \"clust\": 4661, \"rank\": 713, \"rankvar\": 15, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 286, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4592, \"group\": [4664.0, 840.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCATGTAGC\", \"ini\": 3302, \"clust\": 1549, \"rank\": 101, \"rankvar\": 4846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 287, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3102, \"group\": [1549.0, 160.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGTTTGCC\", \"ini\": 3301, \"clust\": 3579, \"rank\": 289, \"rankvar\": 2317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 759, \"group\": [3577.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGCGCTCCA\", \"ini\": 3300, \"clust\": 3360, \"rank\": 464, \"rankvar\": 831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 289, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 760, \"group\": [3364.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTCATATGC\", \"ini\": 3299, \"clust\": 4622, \"rank\": 745, \"rankvar\": 352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 290, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4593, \"group\": [4623.0, 828.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCAGCGACC\", \"ini\": 3298, \"clust\": 4626, \"rank\": 781, \"rankvar\": 237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 291, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4594, \"group\": [4626.0, 829.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACGGCGTT\", \"ini\": 3297, \"clust\": 3697, \"rank\": 508, \"rankvar\": 501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 761, \"group\": [3696.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGCCTATGT\", \"ini\": 3296, \"clust\": 4952, \"rank\": 364, \"rankvar\": 1890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 293, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4595, \"group\": [4954.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAAGGTTTC\", \"ini\": 3295, \"clust\": 3393, \"rank\": 471, \"rankvar\": 1644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 762, \"group\": [3395.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCCTACAGA\", \"ini\": 3294, \"clust\": 3294, \"rank\": 696, \"rankvar\": 1483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 295, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 763, \"group\": [3297.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGTGTACGG\", \"ini\": 3293, \"clust\": 3410, \"rank\": 365, \"rankvar\": 3989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 296, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 764, \"group\": [3410.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATCCGAG\", \"ini\": 3292, \"clust\": 4557, \"rank\": 770, \"rankvar\": 1653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 297, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4596, \"group\": [4559.0, 793.0, 139.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTCGGCACT\", \"ini\": 3291, \"clust\": 3400, \"rank\": 384, \"rankvar\": 4262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 765, \"group\": [3402.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAAACCAC\", \"ini\": 3290, \"clust\": 4694, \"rank\": 534, \"rankvar\": 44, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4597, \"group\": [4694.0, 841.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGGCTATCT\", \"ini\": 3289, \"clust\": 4965, \"rank\": 357, \"rankvar\": 3235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4598, \"group\": [4965.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACCGGAT\", \"ini\": 3288, \"clust\": 1789, \"rank\": 538, \"rankvar\": 215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 301, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 766, \"group\": [1789.0, 252.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGTCGCCGT\", \"ini\": 3287, \"clust\": 4997, \"rank\": 441, \"rankvar\": 3770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 302, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4599, \"group\": [4996.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCTGACCTC\", \"ini\": 3286, \"clust\": 1554, \"rank\": 225, \"rankvar\": 3111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 303, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3103, \"group\": [1553.0, 160.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGATAGAA\", \"ini\": 3285, \"clust\": 5042, \"rank\": 642, \"rankvar\": 1872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 304, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4600, \"group\": [5042.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATCCGAG\", \"ini\": 3284, \"clust\": 4842, \"rank\": 438, \"rankvar\": 1481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 305, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4601, \"group\": [4846.0, 892.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCACATTTCT\", \"ini\": 3283, \"clust\": 1698, \"rank\": 923, \"rankvar\": 534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 306, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4325, \"group\": [1701.0, 212.0, 43.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTACCGCTG\", \"ini\": 3282, \"clust\": 3540, \"rank\": 372, \"rankvar\": 2463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 307, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 767, \"group\": [3539.0, 501.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAAGTCTAC\", \"ini\": 3281, \"clust\": 3324, \"rank\": 367, \"rankvar\": 1042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 768, \"group\": [3324.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTTCGCAT\", \"ini\": 3280, \"clust\": 3548, \"rank\": 595, \"rankvar\": 103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 769, \"group\": [3550.0, 505.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCACAGAGGT\", \"ini\": 3279, \"clust\": 4839, \"rank\": 388, \"rankvar\": 2335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4602, \"group\": [4838.0, 892.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCTTCCTTC\", \"ini\": 3278, \"clust\": 3398, \"rank\": 504, \"rankvar\": 684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 770, \"group\": [3396.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCTAACC\", \"ini\": 3277, \"clust\": 4963, \"rank\": 383, \"rankvar\": 2246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 312, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4603, \"group\": [4962.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGGAATGC\", \"ini\": 3276, \"clust\": 1817, \"rank\": 470, \"rankvar\": 201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 771, \"group\": [1818.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGTAGCCGA\", \"ini\": 3275, \"clust\": 5179, \"rank\": 524, \"rankvar\": 3429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4604, \"group\": [5175.0, 905.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGAGCCATCGC\", \"ini\": 3274, \"clust\": 1783, \"rank\": 616, \"rankvar\": 120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 772, \"group\": [1787.0, 252.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCTCCGGTT\", \"ini\": 3273, \"clust\": 4594, \"rank\": 395, \"rankvar\": 1749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 316, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4605, \"group\": [4598.0, 814.0, 144.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAAGTACCT\", \"ini\": 3272, \"clust\": 4606, \"rank\": 588, \"rankvar\": 321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 317, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4606, \"group\": [4607.0, 817.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCTCACTCTTA\", \"ini\": 3271, \"clust\": 3399, \"rank\": 475, \"rankvar\": 686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 773, \"group\": [3397.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCGTAGTG\", \"ini\": 3270, \"clust\": 3376, \"rank\": 399, \"rankvar\": 1251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 774, \"group\": [3378.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGCGT\", \"ini\": 3269, \"clust\": 5045, \"rank\": 514, \"rankvar\": 3753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 320, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4607, \"group\": [5045.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAGTACCT\", \"ini\": 3268, \"clust\": 3300, \"rank\": 485, \"rankvar\": 1810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 775, \"group\": [3300.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGTCCCAGGTG\", \"ini\": 3267, \"clust\": 4752, \"rank\": 758, \"rankvar\": 54, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4608, \"group\": [4753.0, 862.0, 148.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGATCGGA\", \"ini\": 3266, \"clust\": 3137, \"rank\": 597, \"rankvar\": 2500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 776, \"group\": [3139.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCTGCCCTA\", \"ini\": 3265, \"clust\": 3406, \"rank\": 511, \"rankvar\": 3344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 324, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 777, \"group\": [3406.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGTGCGTGA\", \"ini\": 3264, \"clust\": 5162, \"rank\": 708, \"rankvar\": 476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 325, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4609, \"group\": [5160.0, 905.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAAGAAGC\", \"ini\": 3263, \"clust\": 4928, \"rank\": 408, \"rankvar\": 3248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 326, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4610, \"group\": [4926.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAGTCGGCATC\", \"ini\": 3262, \"clust\": 3389, \"rank\": 502, \"rankvar\": 1554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 778, \"group\": [3392.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCAATCTCT\", \"ini\": 3261, \"clust\": 3403, \"rank\": 482, \"rankvar\": 1351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 779, \"group\": [3405.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGACAGAGA\", \"ini\": 3260, \"clust\": 2397, \"rank\": 425, \"rankvar\": 2328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 329, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2683, \"group\": [2406.0, 389.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGCGATTCT\", \"ini\": 3259, \"clust\": 4382, \"rank\": 1013, \"rankvar\": 3680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 330, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 43, \"group\": [4385.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGCTGAAAT\", \"ini\": 3258, \"clust\": 1861, \"rank\": 751, \"rankvar\": 173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 331, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 780, \"group\": [1865.0, 267.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACTTACGA\", \"ini\": 3257, \"clust\": 5159, \"rank\": 568, \"rankvar\": 2976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4611, \"group\": [5155.0, 904.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGCTCCTCT\", \"ini\": 3256, \"clust\": 3276, \"rank\": 580, \"rankvar\": 1491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 333, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 781, \"group\": [3278.0, 486.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTACGCGA\", \"ini\": 3255, \"clust\": 3407, \"rank\": 467, \"rankvar\": 4445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 782, \"group\": [3407.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAACTCTT\", \"ini\": 3254, \"clust\": 5178, \"rank\": 656, \"rankvar\": 2472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 335, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4612, \"group\": [5177.0, 905.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCAATCTACG\", \"ini\": 3253, \"clust\": 2406, \"rank\": 526, \"rankvar\": 745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2684, \"group\": [2404.0, 389.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTACAA\", \"ini\": 3252, \"clust\": 1543, \"rank\": 530, \"rankvar\": 620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 337, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3104, \"group\": [1543.0, 159.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTGCATCTA\", \"ini\": 3251, \"clust\": 3257, \"rank\": 717, \"rankvar\": 1145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 783, \"group\": [3260.0, 483.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTACCGAGA\", \"ini\": 3250, \"clust\": 3305, \"rank\": 518, \"rankvar\": 3149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 784, \"group\": [3305.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTTCCACAA\", \"ini\": 3249, \"clust\": 3586, \"rank\": 491, \"rankvar\": 608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 785, \"group\": [3589.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCGAATCCA\", \"ini\": 3248, \"clust\": 3594, \"rank\": 416, \"rankvar\": 760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 786, \"group\": [3593.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGTCCAGGA\", \"ini\": 3247, \"clust\": 5161, \"rank\": 866, \"rankvar\": 1036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 342, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4613, \"group\": [5162.0, 905.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCTCCTATA\", \"ini\": 3246, \"clust\": 4504, \"rank\": 615, \"rankvar\": 3223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 343, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 44, \"group\": [4503.0, 767.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAACGATGG\", \"ini\": 3245, \"clust\": 5035, \"rank\": 544, \"rankvar\": 2520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 344, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4614, \"group\": [5034.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGAGCTT\", \"ini\": 3244, \"clust\": 5155, \"rank\": 560, \"rankvar\": 682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4615, \"group\": [5153.0, 904.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATGCCTTC\", \"ini\": 3243, \"clust\": 3583, \"rank\": 536, \"rankvar\": 263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 787, \"group\": [3583.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTGTTGAGG\", \"ini\": 3242, \"clust\": 4840, \"rank\": 477, \"rankvar\": 2260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 347, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4616, \"group\": [4848.0, 892.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGACCTTTG\", \"ini\": 3241, \"clust\": 3286, \"rank\": 627, \"rankvar\": 809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 788, \"group\": [3286.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCGCTTTC\", \"ini\": 3240, \"clust\": 3561, \"rank\": 640, \"rankvar\": 281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 789, \"group\": [3560.0, 507.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGATAGTCA\", \"ini\": 3239, \"clust\": 3386, \"rank\": 454, \"rankvar\": 1965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 350, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 790, \"group\": [3388.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATGGTCAT\", \"ini\": 3238, \"clust\": 3390, \"rank\": 378, \"rankvar\": 2143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 791, \"group\": [3391.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACAAATCCGT\", \"ini\": 3237, \"clust\": 4709, \"rank\": 875, \"rankvar\": 58, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 352, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4617, \"group\": [4715.0, 846.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCTCGGACG\", \"ini\": 3236, \"clust\": 3423, \"rank\": 715, \"rankvar\": 2364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 353, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 792, \"group\": [3424.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCACCCTATC\", \"ini\": 3235, \"clust\": 3672, \"rank\": 663, \"rankvar\": 194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 793, \"group\": [3672.0, 514.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACATCACAAC\", \"ini\": 3234, \"clust\": 2547, \"rank\": 584, \"rankvar\": 2073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 794, \"group\": [2546.0, 456.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAAGAGCAATT\", \"ini\": 3233, \"clust\": 2511, \"rank\": 1094, \"rankvar\": 442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 795, \"group\": [2508.0, 439.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTACCGAT\", \"ini\": 3232, \"clust\": 3702, \"rank\": 623, \"rankvar\": 459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 796, \"group\": [3700.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACATGCCTTC\", \"ini\": 3231, \"clust\": 2482, \"rank\": 935, \"rankvar\": 3375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 797, \"group\": [2481.0, 433.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCCGTAGGC\", \"ini\": 3230, \"clust\": 3669, \"rank\": 785, \"rankvar\": 680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 798, \"group\": [3670.0, 513.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACACTCTGTC\", \"ini\": 3229, \"clust\": 4775, \"rank\": 766, \"rankvar\": 1113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 360, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4618, \"group\": [4775.0, 876.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGACTGC\", \"ini\": 3228, \"clust\": 1561, \"rank\": 334, \"rankvar\": 2956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 361, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3105, \"group\": [1560.0, 160.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTGAGGGA\", \"ini\": 3227, \"clust\": 3413, \"rank\": 599, \"rankvar\": 1686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 799, \"group\": [3412.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGCTGTTCA\", \"ini\": 3226, \"clust\": 5184, \"rank\": 622, \"rankvar\": 2307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 363, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4619, \"group\": [5181.0, 905.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCTCGCGTTTC\", \"ini\": 3225, \"clust\": 1846, \"rank\": 603, \"rankvar\": 561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 800, \"group\": [1846.0, 261.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGTCGAGTG\", \"ini\": 3224, \"clust\": 2348, \"rank\": 455, \"rankvar\": 4207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2685, \"group\": [2346.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAATCTACG\", \"ini\": 3223, \"clust\": 1562, \"rank\": 313, \"rankvar\": 2581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3106, \"group\": [1561.0, 160.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGTCCAGG\", \"ini\": 3222, \"clust\": 3298, \"rank\": 516, \"rankvar\": 3321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 801, \"group\": [3298.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATCTGGTA\", \"ini\": 3221, \"clust\": 5170, \"rank\": 565, \"rankvar\": 3566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4620, \"group\": [5172.0, 905.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAACGCACC\", \"ini\": 3220, \"clust\": 3449, \"rank\": 719, \"rankvar\": 1942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 802, \"group\": [3450.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCATTTGGG\", \"ini\": 3219, \"clust\": 5058, \"rank\": 557, \"rankvar\": 3676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4621, \"group\": [5057.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAGTTGGTAAA\", \"ini\": 3218, \"clust\": 1537, \"rank\": 366, \"rankvar\": 4045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3107, \"group\": [1537.0, 157.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATGTGTA\", \"ini\": 3217, \"clust\": 1888, \"rank\": 953, \"rankvar\": 468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 803, \"group\": [1888.0, 273.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGATATACG\", \"ini\": 3216, \"clust\": 3443, \"rank\": 604, \"rankvar\": 3835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 804, \"group\": [3443.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCATTCTTAC\", \"ini\": 3215, \"clust\": 5180, \"rank\": 670, \"rankvar\": 3135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 374, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4622, \"group\": [5176.0, 905.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGCTGATA\", \"ini\": 3214, \"clust\": 1813, \"rank\": 865, \"rankvar\": 308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 805, \"group\": [1814.0, 253.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTGTTTGG\", \"ini\": 3213, \"clust\": 4846, \"rank\": 461, \"rankvar\": 1596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4623, \"group\": [4844.0, 892.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTTCTGTTT\", \"ini\": 3212, \"clust\": 2293, \"rank\": 609, \"rankvar\": 2458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 377, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2686, \"group\": [2294.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTAACG\", \"ini\": 3211, \"clust\": 3303, \"rank\": 611, \"rankvar\": 1535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 806, \"group\": [3302.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATAGCTCTCGG\", \"ini\": 3210, \"clust\": 3696, \"rank\": 637, \"rankvar\": 1770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 807, \"group\": [3698.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATAAACG\", \"ini\": 3209, \"clust\": 5171, \"rank\": 561, \"rankvar\": 1372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 380, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4624, \"group\": [5171.0, 905.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAGGGCATA\", \"ini\": 3208, \"clust\": 3295, \"rank\": 703, \"rankvar\": 1267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 808, \"group\": [3296.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGATGCCAG\", \"ini\": 3207, \"clust\": 5037, \"rank\": 646, \"rankvar\": 4066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4625, \"group\": [5040.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTTGACAC\", \"ini\": 3206, \"clust\": 2485, \"rank\": 842, \"rankvar\": 2693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 383, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 809, \"group\": [2483.0, 433.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATTCCTT\", \"ini\": 3205, \"clust\": 5173, \"rank\": 742, \"rankvar\": 1289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 384, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4626, \"group\": [5170.0, 905.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAACGCACC\", \"ini\": 3204, \"clust\": 3361, \"rank\": 702, \"rankvar\": 1958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 810, \"group\": [3360.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCCTCAACC\", \"ini\": 3203, \"clust\": 3296, \"rank\": 737, \"rankvar\": 2136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 386, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 811, \"group\": [3294.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTTACGGAG\", \"ini\": 3202, \"clust\": 3470, \"rank\": 767, \"rankvar\": 2638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 812, \"group\": [3469.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTAAGAGGA\", \"ini\": 3201, \"clust\": 4380, \"rank\": 974, \"rankvar\": 4238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 45, \"group\": [4377.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGAAGGGTA\", \"ini\": 3200, \"clust\": 3430, \"rank\": 632, \"rankvar\": 2661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 389, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 813, \"group\": [3432.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATCCTGT\", \"ini\": 3199, \"clust\": 5061, \"rank\": 509, \"rankvar\": 4518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 390, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4627, \"group\": [5060.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCTTAT\", \"ini\": 3198, \"clust\": 2557, \"rank\": 862, \"rankvar\": 1583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 814, \"group\": [2558.0, 458.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCGGCTCA\", \"ini\": 3197, \"clust\": 3543, \"rank\": 586, \"rankvar\": 2989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 815, \"group\": [3544.0, 504.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTTGCATG\", \"ini\": 3196, \"clust\": 4381, \"rank\": 812, \"rankvar\": 2961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 393, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 46, \"group\": [4378.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATGCAACT\", \"ini\": 3195, \"clust\": 4624, \"rank\": 1142, \"rankvar\": 241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 394, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4628, \"group\": [4627.0, 829.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCATAG\", \"ini\": 3194, \"clust\": 2278, \"rank\": 878, \"rankvar\": 1728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 395, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2687, \"group\": [2286.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAACATC\", \"ini\": 3193, \"clust\": 3570, \"rank\": 506, \"rankvar\": 1176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 816, \"group\": [3570.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCGATCCC\", \"ini\": 3192, \"clust\": 2235, \"rank\": 678, \"rankvar\": 3056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 397, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2688, \"group\": [2233.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCATGGTCA\", \"ini\": 3191, \"clust\": 3436, \"rank\": 618, \"rankvar\": 3441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 817, \"group\": [3436.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATAGCGTGAAC\", \"ini\": 3190, \"clust\": 3314, \"rank\": 871, \"rankvar\": 854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 818, \"group\": [3314.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTCATGCAT\", \"ini\": 3189, \"clust\": 3349, \"rank\": 832, \"rankvar\": 2464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 819, \"group\": [3348.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAACGTT\", \"ini\": 3188, \"clust\": 3457, \"rank\": 644, \"rankvar\": 3447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 401, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 820, \"group\": [3454.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGCAATGGACG\", \"ini\": 3187, \"clust\": 4603, \"rank\": 413, \"rankvar\": 3116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 402, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3956, \"group\": [4604.0, 815.0, 145.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGAACTCGG\", \"ini\": 3186, \"clust\": 4620, \"rank\": 1367, \"rankvar\": 701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 403, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4629, \"group\": [4620.0, 826.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAGTCGATT\", \"ini\": 3185, \"clust\": 2241, \"rank\": 749, \"rankvar\": 1662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 404, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2689, \"group\": [2241.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGCCTAT\", \"ini\": 3184, \"clust\": 2486, \"rank\": 992, \"rankvar\": 2374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 821, \"group\": [2484.0, 433.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAACTGCGC\", \"ini\": 3183, \"clust\": 3444, \"rank\": 669, \"rankvar\": 2586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 822, \"group\": [3444.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCCACGTGG\", \"ini\": 3182, \"clust\": 4861, \"rank\": 466, \"rankvar\": 4287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4630, \"group\": [4864.0, 895.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGGTCGTTGTA\", \"ini\": 3181, \"clust\": 3304, \"rank\": 798, \"rankvar\": 1243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 823, \"group\": [3303.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACACGCTG\", \"ini\": 3180, \"clust\": 3483, \"rank\": 685, \"rankvar\": 2818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 824, \"group\": [3482.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGCAGGCTA\", \"ini\": 3179, \"clust\": 3387, \"rank\": 539, \"rankvar\": 2008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 825, \"group\": [3386.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGGACAA\", \"ini\": 3178, \"clust\": 3414, \"rank\": 479, \"rankvar\": 2147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 411, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 826, \"group\": [3413.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGCTTTC\", \"ini\": 3177, \"clust\": 3431, \"rank\": 724, \"rankvar\": 1353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 827, \"group\": [3430.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGAATGTGT\", \"ini\": 3176, \"clust\": 3395, \"rank\": 723, \"rankvar\": 1932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 828, \"group\": [3394.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGGACACCA\", \"ini\": 3175, \"clust\": 4400, \"rank\": 952, \"rankvar\": 4908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 414, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 47, \"group\": [4396.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCACTGCCAG\", \"ini\": 3174, \"clust\": 4489, \"rank\": 973, \"rankvar\": 4059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 415, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 48, \"group\": [4488.0, 765.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGATCTCCAGGG\", \"ini\": 3173, \"clust\": 4386, \"rank\": 712, \"rankvar\": 4150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 416, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 49, \"group\": [4382.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTTCAGATAAG\", \"ini\": 3172, \"clust\": 4586, \"rank\": 1365, \"rankvar\": 1278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 417, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4631, \"group\": [4586.0, 809.0, 143.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCGTCTCCCTA\", \"ini\": 3171, \"clust\": 3419, \"rank\": 750, \"rankvar\": 366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 829, \"group\": [3418.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCTAGGGC\", \"ini\": 3170, \"clust\": 3428, \"rank\": 732, \"rankvar\": 3692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 830, \"group\": [3428.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCTGAGTGT\", \"ini\": 3169, \"clust\": 4623, \"rank\": 1082, \"rankvar\": 357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 420, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4632, \"group\": [4624.0, 828.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCATATCGG\", \"ini\": 3168, \"clust\": 3333, \"rank\": 681, \"rankvar\": 445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 831, \"group\": [3332.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGAGTGAC\", \"ini\": 3167, \"clust\": 3312, \"rank\": 891, \"rankvar\": 627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 832, \"group\": [3311.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGCAAATCA\", \"ini\": 3166, \"clust\": 3698, \"rank\": 600, \"rankvar\": 391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 833, \"group\": [3697.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGCCCTTA\", \"ini\": 3165, \"clust\": 3699, \"rank\": 585, \"rankvar\": 556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 834, \"group\": [3702.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTCACATGGGA\", \"ini\": 3164, \"clust\": 3416, \"rank\": 825, \"rankvar\": 1150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 835, \"group\": [3415.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCGGCTTGG\", \"ini\": 3163, \"clust\": 3446, \"rank\": 668, \"rankvar\": 4162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 426, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 836, \"group\": [3445.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCGATCG\", \"ini\": 3162, \"clust\": 4955, \"rank\": 549, \"rankvar\": 3356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 427, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4633, \"group\": [4957.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCAGGCCCA\", \"ini\": 3161, \"clust\": 1667, \"rank\": 1356, \"rankvar\": 1763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 428, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2091, \"group\": [1667.0, 198.0, 41.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGTAGGAG\", \"ini\": 3160, \"clust\": 3283, \"rank\": 531, \"rankvar\": 641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 837, \"group\": [3285.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCTTCTGGC\", \"ini\": 3159, \"clust\": 4855, \"rank\": 657, \"rankvar\": 2615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 430, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4634, \"group\": [4854.0, 895.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCCAAGGTGTG\", \"ini\": 3158, \"clust\": 3673, \"rank\": 625, \"rankvar\": 1121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 838, \"group\": [3673.0, 514.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGGATGCGT\", \"ini\": 3157, \"clust\": 5100, \"rank\": 658, \"rankvar\": 4307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 432, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4635, \"group\": [5097.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTCGCTTCT\", \"ini\": 3156, \"clust\": 5183, \"rank\": 649, \"rankvar\": 2272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 433, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4636, \"group\": [5183.0, 905.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTACATGTC\", \"ini\": 3155, \"clust\": 4951, \"rank\": 317, \"rankvar\": 4617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4637, \"group\": [4951.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTGTCCTCT\", \"ini\": 3154, \"clust\": 3310, \"rank\": 828, \"rankvar\": 570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 839, \"group\": [3312.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGAGTCTGG\", \"ini\": 3153, \"clust\": 3166, \"rank\": 636, \"rankvar\": 2969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 840, \"group\": [3166.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGTCTGT\", \"ini\": 3152, \"clust\": 3685, \"rank\": 667, \"rankvar\": 903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 841, \"group\": [3686.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCAGCCAGAA\", \"ini\": 3151, \"clust\": 3683, \"rank\": 754, \"rankvar\": 2450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 842, \"group\": [3683.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGGTTCT\", \"ini\": 3150, \"clust\": 2512, \"rank\": 947, \"rankvar\": 919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 843, \"group\": [2512.0, 439.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCACTTCAT\", \"ini\": 3149, \"clust\": 3379, \"rank\": 1001, \"rankvar\": 2868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 844, \"group\": [3379.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTACTCAT\", \"ini\": 3148, \"clust\": 2201, \"rank\": 999, \"rankvar\": 1073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 441, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2690, \"group\": [2201.0, 370.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCAGCTCTC\", \"ini\": 3147, \"clust\": 3118, \"rank\": 718, \"rankvar\": 3635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 845, \"group\": [3117.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGTAAG\", \"ini\": 3146, \"clust\": 4289, \"rank\": 1257, \"rankvar\": 4525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 443, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5129, \"group\": [4290.0, 739.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTAAGAAC\", \"ini\": 3145, \"clust\": 4379, \"rank\": 895, \"rankvar\": 3169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 444, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 50, \"group\": [4379.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGTACGA\", \"ini\": 3144, \"clust\": 3377, \"rank\": 677, \"rankvar\": 1477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 846, \"group\": [3376.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGAGTAATC\", \"ini\": 3143, \"clust\": 3274, \"rank\": 619, \"rankvar\": 1493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 847, \"group\": [3273.0, 485.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGTGATTA\", \"ini\": 3142, \"clust\": 4923, \"rank\": 647, \"rankvar\": 1052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4638, \"group\": [4923.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGATATGCA\", \"ini\": 3141, \"clust\": 1847, \"rank\": 1226, \"rankvar\": 577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 848, \"group\": [1849.0, 261.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTAACGGT\", \"ini\": 3140, \"clust\": 1555, \"rank\": 377, \"rankvar\": 2635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3108, \"group\": [1554.0, 160.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCTCCGGTT\", \"ini\": 3139, \"clust\": 3434, \"rank\": 787, \"rankvar\": 1573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 849, \"group\": [3433.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCGACGGAA\", \"ini\": 3138, \"clust\": 2737, \"rank\": 1275, \"rankvar\": 1577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 451, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 850, \"group\": [2736.0, 472.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCAAGGCTT\", \"ini\": 3137, \"clust\": 5144, \"rank\": 362, \"rankvar\": 4110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 452, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4639, \"group\": [5152.0, 903.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTAGAGTC\", \"ini\": 3136, \"clust\": 3429, \"rank\": 763, \"rankvar\": 2209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 851, \"group\": [3429.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGAGCGTT\", \"ini\": 3135, \"clust\": 4631, \"rank\": 1516, \"rankvar\": 606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4640, \"group\": [4632.0, 831.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTGCCAGA\", \"ini\": 3134, \"clust\": 3135, \"rank\": 738, \"rankvar\": 1246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 455, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 852, \"group\": [3134.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTCAATGGACG\", \"ini\": 3133, \"clust\": 3408, \"rank\": 814, \"rankvar\": 1162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 853, \"group\": [3408.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAGACTCGC\", \"ini\": 3132, \"clust\": 3358, \"rank\": 913, \"rankvar\": 868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 854, \"group\": [3358.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAGGGAA\", \"ini\": 3131, \"clust\": 3461, \"rank\": 760, \"rankvar\": 3457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 855, \"group\": [3458.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTCCGAAGA\", \"ini\": 3130, \"clust\": 1841, \"rank\": 991, \"rankvar\": 368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 856, \"group\": [1850.0, 261.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGTCGCCGTGA\", \"ini\": 3129, \"clust\": 3306, \"rank\": 680, \"rankvar\": 900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 857, \"group\": [3306.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGGTGTTA\", \"ini\": 3128, \"clust\": 2346, \"rank\": 550, \"rankvar\": 3659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 461, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2691, \"group\": [2347.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCGCATAT\", \"ini\": 3127, \"clust\": 2003, \"rank\": 752, \"rankvar\": 3707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 462, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2692, \"group\": [2006.0, 332.0, 67.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCACAAACC\", \"ini\": 3126, \"clust\": 3259, \"rank\": 833, \"rankvar\": 2892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 858, \"group\": [3257.0, 483.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCACCCAGTG\", \"ini\": 3125, \"clust\": 3381, \"rank\": 650, \"rankvar\": 3084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 859, \"group\": [3381.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTGCATCTA\", \"ini\": 3124, \"clust\": 3438, \"rank\": 829, \"rankvar\": 2327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 860, \"group\": [3440.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTTGA\", \"ini\": 3123, \"clust\": 2726, \"rank\": 660, \"rankvar\": 1861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 466, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 861, \"group\": [2726.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGCGATGAC\", \"ini\": 3122, \"clust\": 4957, \"rank\": 435, \"rankvar\": 3988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 467, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4641, \"group\": [4956.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCGGTTAAC\", \"ini\": 3121, \"clust\": 3574, \"rank\": 614, \"rankvar\": 1068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 862, \"group\": [3574.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGTC\", \"ini\": 3120, \"clust\": 3476, \"rank\": 857, \"rankvar\": 4033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 863, \"group\": [3475.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCACCATGTA\", \"ini\": 3119, \"clust\": 5059, \"rank\": 583, \"rankvar\": 3801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 470, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4642, \"group\": [5058.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATAGAGT\", \"ini\": 3118, \"clust\": 4845, \"rank\": 546, \"rankvar\": 3594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4643, \"group\": [4840.0, 892.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCGAACGC\", \"ini\": 3117, \"clust\": 4915, \"rank\": 444, \"rankvar\": 2942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 472, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4644, \"group\": [4917.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCTCTTGAT\", \"ini\": 3116, \"clust\": 5151, \"rank\": 562, \"rankvar\": 2789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 473, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4645, \"group\": [5151.0, 903.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTATCGCC\", \"ini\": 3115, \"clust\": 5153, \"rank\": 729, \"rankvar\": 1954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 474, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4646, \"group\": [5150.0, 903.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTCCGAAGA\", \"ini\": 3114, \"clust\": 4843, \"rank\": 688, \"rankvar\": 2756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 475, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4647, \"group\": [4845.0, 892.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCACTCGACG\", \"ini\": 3113, \"clust\": 1826, \"rank\": 676, \"rankvar\": 250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 476, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 864, \"group\": [1828.0, 254.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTCAGGGCATA\", \"ini\": 3112, \"clust\": 3432, \"rank\": 911, \"rankvar\": 2632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 865, \"group\": [3431.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGAGGACGG\", \"ini\": 3111, \"clust\": 5038, \"rank\": 450, \"rankvar\": 4311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 478, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4648, \"group\": [5036.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCGCGCAA\", \"ini\": 3110, \"clust\": 3359, \"rank\": 786, \"rankvar\": 2747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 479, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 866, \"group\": [3359.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTCGCTTG\", \"ini\": 3109, \"clust\": 4910, \"rank\": 590, \"rankvar\": 3762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 480, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4649, \"group\": [4910.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTTGAGGTG\", \"ini\": 3108, \"clust\": 2111, \"rank\": 910, \"rankvar\": 2051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2693, \"group\": [2114.0, 362.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGTCTCG\", \"ini\": 3107, \"clust\": 3426, \"rank\": 1085, \"rankvar\": 852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 867, \"group\": [3426.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAGTATCTG\", \"ini\": 3106, \"clust\": 2530, \"rank\": 673, \"rankvar\": 2573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 868, \"group\": [2534.0, 450.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCGCAAGC\", \"ini\": 3105, \"clust\": 3571, \"rank\": 548, \"rankvar\": 1097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 869, \"group\": [3571.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGCAAATTGCC\", \"ini\": 3104, \"clust\": 5090, \"rank\": 727, \"rankvar\": 1868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 485, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4650, \"group\": [5091.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCACAGATTC\", \"ini\": 3103, \"clust\": 3326, \"rank\": 892, \"rankvar\": 982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 870, \"group\": [3326.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAGTATAAG\", \"ini\": 3102, \"clust\": 3307, \"rank\": 791, \"rankvar\": 474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 487, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 871, \"group\": [3309.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGAGCGAG\", \"ini\": 3101, \"clust\": 5139, \"rank\": 1157, \"rankvar\": 3776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 488, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4651, \"group\": [5185.0, 906.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTAGCACGA\", \"ini\": 3100, \"clust\": 2403, \"rank\": 492, \"rankvar\": 1797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 489, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2694, \"group\": [2401.0, 389.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCAAACAACA\", \"ini\": 3099, \"clust\": 3363, \"rank\": 845, \"rankvar\": 2319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 490, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 872, \"group\": [3362.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGCATGAG\", \"ini\": 3098, \"clust\": 208, \"rank\": 424, \"rankvar\": 4454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 491, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 233, \"group\": [207.0, 45.0, 12.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGCGATAC\", \"ini\": 3097, \"clust\": 3427, \"rank\": 1088, \"rankvar\": 2142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 492, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 873, \"group\": [3427.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCGGTCTAA\", \"ini\": 3096, \"clust\": 3291, \"rank\": 624, \"rankvar\": 875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 493, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 874, \"group\": [3293.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCGGCGCTA\", \"ini\": 3095, \"clust\": 4994, \"rank\": 1112, \"rankvar\": 4185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4652, \"group\": [4993.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGGAGTTTA\", \"ini\": 3094, \"clust\": 4941, \"rank\": 510, \"rankvar\": 4435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 495, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4653, \"group\": [4941.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGATGCGAC\", \"ini\": 3093, \"clust\": 4870, \"rank\": 662, \"rankvar\": 4090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 496, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4654, \"group\": [4867.0, 895.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCATAACCG\", \"ini\": 3092, \"clust\": 2342, \"rank\": 643, \"rankvar\": 3906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 497, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2695, \"group\": [2341.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTCCCGAG\", \"ini\": 3091, \"clust\": 4916, \"rank\": 552, \"rankvar\": 3610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4655, \"group\": [4915.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCCGTTGTC\", \"ini\": 3090, \"clust\": 1668, \"rank\": 1279, \"rankvar\": 656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 499, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2092, \"group\": [1668.0, 199.0, 41.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATGCAATC\", \"ini\": 3089, \"clust\": 2817, \"rank\": 937, \"rankvar\": 2792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 875, \"group\": [2818.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCATGTAGC\", \"ini\": 3088, \"clust\": 1553, \"rank\": 293, \"rankvar\": 4171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3109, \"group\": [1555.0, 160.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTCTTCTCG\", \"ini\": 3087, \"clust\": 3396, \"rank\": 629, \"rankvar\": 2230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 876, \"group\": [3399.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCCTAA\", \"ini\": 3086, \"clust\": 3670, \"rank\": 731, \"rankvar\": 293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 877, \"group\": [3671.0, 513.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAAAGAATC\", \"ini\": 3085, \"clust\": 3265, \"rank\": 874, \"rankvar\": 1557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 878, \"group\": [3264.0, 484.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGACACG\", \"ini\": 3084, \"clust\": 3424, \"rank\": 1057, \"rankvar\": 3187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 879, \"group\": [3422.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCTTGTCC\", \"ini\": 3083, \"clust\": 1557, \"rank\": 373, \"rankvar\": 4369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3110, \"group\": [1558.0, 160.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTCCGACGT\", \"ini\": 3082, \"clust\": 3592, \"rank\": 515, \"rankvar\": 952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 880, \"group\": [3594.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAAGTGGC\", \"ini\": 3081, \"clust\": 4893, \"rank\": 684, \"rankvar\": 2575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4656, \"group\": [4891.0, 897.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCAGAAGG\", \"ini\": 3080, \"clust\": 2225, \"rank\": 820, \"rankvar\": 3533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2696, \"group\": [2225.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGCGTTCG\", \"ini\": 3079, \"clust\": 4385, \"rank\": 762, \"rankvar\": 3984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 510, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 51, \"group\": [4384.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGCATCTA\", \"ini\": 3078, \"clust\": 2807, \"rank\": 835, \"rankvar\": 2059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 511, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 881, \"group\": [2807.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGTTTGCC\", \"ini\": 3077, \"clust\": 2487, \"rank\": 1198, \"rankvar\": 3283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 882, \"group\": [2494.0, 435.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCACAAGCCC\", \"ini\": 3076, \"clust\": 3664, \"rank\": 645, \"rankvar\": 2813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 513, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 883, \"group\": [3667.0, 512.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGAGAACG\", \"ini\": 3075, \"clust\": 3182, \"rank\": 744, \"rankvar\": 2453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 884, \"group\": [3181.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGAGCACACAG\", \"ini\": 3074, \"clust\": 4954, \"rank\": 459, \"rankvar\": 3206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4657, \"group\": [4953.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGCGTAAG\", \"ini\": 3073, \"clust\": 3534, \"rank\": 1224, \"rankvar\": 43, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 516, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 885, \"group\": [3537.0, 500.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGATATGGT\", \"ini\": 3072, \"clust\": 3690, \"rank\": 706, \"rankvar\": 1586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 886, \"group\": [3689.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTTAGCGG\", \"ini\": 3071, \"clust\": 3342, \"rank\": 1118, \"rankvar\": 1282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 518, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 887, \"group\": [3345.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGTCCCACG\", \"ini\": 3070, \"clust\": 3665, \"rank\": 872, \"rankvar\": 1290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 519, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 888, \"group\": [3665.0, 512.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTGTTTG\", \"ini\": 3069, \"clust\": 3284, \"rank\": 592, \"rankvar\": 2083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 520, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 889, \"group\": [3283.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCAAGCTGGAAC\", \"ini\": 3068, \"clust\": 4524, \"rank\": 1438, \"rankvar\": 3697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 521, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 52, \"group\": [4522.0, 769.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGAGTTGC\", \"ini\": 3067, \"clust\": 4942, \"rank\": 457, \"rankvar\": 3909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4658, \"group\": [4942.0, 900.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAGTTGTGGCC\", \"ini\": 3066, \"clust\": 2339, \"rank\": 648, \"rankvar\": 4232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 523, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2697, \"group\": [2340.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCACACGC\", \"ini\": 3065, \"clust\": 2265, \"rank\": 881, \"rankvar\": 1446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 524, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2698, \"group\": [2265.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCAAAGTAG\", \"ini\": 3064, \"clust\": 5158, \"rank\": 567, \"rankvar\": 4393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 525, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4659, \"group\": [5157.0, 904.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTGGTGTAG\", \"ini\": 3063, \"clust\": 3411, \"rank\": 863, \"rankvar\": 1540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 890, \"group\": [3411.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAAGTGTA\", \"ini\": 3062, \"clust\": 5149, \"rank\": 714, \"rankvar\": 3950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 527, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4660, \"group\": [5145.0, 903.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAGGTCGTC\", \"ini\": 3061, \"clust\": 5101, \"rank\": 799, \"rankvar\": 4025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 528, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4661, \"group\": [5098.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTACGAAAT\", \"ini\": 3060, \"clust\": 3686, \"rank\": 861, \"rankvar\": 458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 891, \"group\": [3687.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGAAAG\", \"ini\": 3059, \"clust\": 5036, \"rank\": 746, \"rankvar\": 2684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 530, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4662, \"group\": [5035.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGGGACA\", \"ini\": 3058, \"clust\": 3317, \"rank\": 882, \"rankvar\": 1165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 892, \"group\": [3319.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGACG\", \"ini\": 3057, \"clust\": 3341, \"rank\": 1186, \"rankvar\": 522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 893, \"group\": [3350.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTAAGTAC\", \"ini\": 3056, \"clust\": 3206, \"rank\": 716, \"rankvar\": 2633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 533, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 894, \"group\": [3205.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTGCAAGC\", \"ini\": 3055, \"clust\": 5150, \"rank\": 582, \"rankvar\": 3037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 534, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4663, \"group\": [5146.0, 903.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTACAGACG\", \"ini\": 3054, \"clust\": 3316, \"rank\": 907, \"rankvar\": 1698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 895, \"group\": [3316.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATGCCAT\", \"ini\": 3053, \"clust\": 2552, \"rank\": 1128, \"rankvar\": 1146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 896, \"group\": [2552.0, 458.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGTAGCCGA\", \"ini\": 3052, \"clust\": 2810, \"rank\": 996, \"rankvar\": 1853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 897, \"group\": [2809.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGCAGGTA\", \"ini\": 3051, \"clust\": 2398, \"rank\": 535, \"rankvar\": 2015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 538, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2699, \"group\": [2400.0, 389.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCTCCAAATGC\", \"ini\": 3050, \"clust\": 3364, \"rank\": 860, \"rankvar\": 3708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 898, \"group\": [3363.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGGTCA\", \"ini\": 3049, \"clust\": 2513, \"rank\": 1115, \"rankvar\": 1551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 899, \"group\": [2510.0, 439.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTTGTTTGG\", \"ini\": 3048, \"clust\": 4632, \"rank\": 1504, \"rankvar\": 1144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 541, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4664, \"group\": [4633.0, 831.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCGGACC\", \"ini\": 3047, \"clust\": 3452, \"rank\": 884, \"rankvar\": 2183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 900, \"group\": [3452.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAACTGCT\", \"ini\": 3046, \"clust\": 5080, \"rank\": 690, \"rankvar\": 3532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 543, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4665, \"group\": [5079.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCTGATAA\", \"ini\": 3045, \"clust\": 3339, \"rank\": 1029, \"rankvar\": 2368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 901, \"group\": [3337.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCATCCGTGG\", \"ini\": 3044, \"clust\": 3693, \"rank\": 870, \"rankvar\": 1485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 545, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 902, \"group\": [3694.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGAACGT\", \"ini\": 3043, \"clust\": 3331, \"rank\": 977, \"rankvar\": 1362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 546, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 903, \"group\": [3333.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGTGGGAA\", \"ini\": 3042, \"clust\": 3439, \"rank\": 1064, \"rankvar\": 1343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 904, \"group\": [3438.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGAAGTT\", \"ini\": 3041, \"clust\": 3447, \"rank\": 880, \"rankvar\": 3795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 905, \"group\": [3446.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCCTATTCA\", \"ini\": 3040, \"clust\": 3575, \"rank\": 733, \"rankvar\": 165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 906, \"group\": [3575.0, 508.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTTCGCAT\", \"ini\": 3039, \"clust\": 3409, \"rank\": 800, \"rankvar\": 2735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 907, \"group\": [3409.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGACATCTACGA\", \"ini\": 3038, \"clust\": 5000, \"rank\": 843, \"rankvar\": 4169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 551, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4666, \"group\": [5003.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAACTGGCC\", \"ini\": 3037, \"clust\": 4836, \"rank\": 988, \"rankvar\": 947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4667, \"group\": [4835.0, 892.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAATCGAAA\", \"ini\": 3036, \"clust\": 1883, \"rank\": 1276, \"rankvar\": 210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 553, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 908, \"group\": [1882.0, 271.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATCACAC\", \"ini\": 3035, \"clust\": 2971, \"rank\": 912, \"rankvar\": 2539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 909, \"group\": [2971.0, 479.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTGATGTGG\", \"ini\": 3034, \"clust\": 3559, \"rank\": 1141, \"rankvar\": 2033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 910, \"group\": [3561.0, 507.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGCGTTCCG\", \"ini\": 3033, \"clust\": 3160, \"rank\": 741, \"rankvar\": 1376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 556, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 911, \"group\": [3160.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTAACGGT\", \"ini\": 3032, \"clust\": 2369, \"rank\": 654, \"rankvar\": 3213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 557, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2700, \"group\": [2369.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTAGCATGGCA\", \"ini\": 3031, \"clust\": 3292, \"rank\": 811, \"rankvar\": 1921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 912, \"group\": [3291.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGTACGG\", \"ini\": 3030, \"clust\": 1843, \"rank\": 1103, \"rankvar\": 393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 913, \"group\": [1842.0, 261.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAGAGCCAA\", \"ini\": 3029, \"clust\": 3415, \"rank\": 1023, \"rankvar\": 2100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 914, \"group\": [3419.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCGTTCCG\", \"ini\": 3028, \"clust\": 4981, \"rank\": 989, \"rankvar\": 3395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 561, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4668, \"group\": [4979.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCTGCGAA\", \"ini\": 3027, \"clust\": 2757, \"rank\": 1267, \"rankvar\": 2620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 915, \"group\": [2756.0, 474.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCGGCTACG\", \"ini\": 3026, \"clust\": 3679, \"rank\": 782, \"rankvar\": 1528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 916, \"group\": [3682.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCCATGCTC\", \"ini\": 3025, \"clust\": 2730, \"rank\": 806, \"rankvar\": 2113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 564, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 917, \"group\": [2730.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGATCAGCCTAA\", \"ini\": 3024, \"clust\": 3437, \"rank\": 772, \"rankvar\": 2377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 918, \"group\": [3437.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCGAACA\", \"ini\": 3023, \"clust\": 3131, \"rank\": 779, \"rankvar\": 1552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 919, \"group\": [3129.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGAAATA\", \"ini\": 3022, \"clust\": 3448, \"rank\": 823, \"rankvar\": 2959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 567, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 920, \"group\": [3451.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGCTTCC\", \"ini\": 3021, \"clust\": 3450, \"rank\": 1005, \"rankvar\": 3619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 921, \"group\": [3448.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTATCTG\", \"ini\": 3020, \"clust\": 5060, \"rank\": 666, \"rankvar\": 4482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 569, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4669, \"group\": [5062.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGATATGCA\", \"ini\": 3019, \"clust\": 1558, \"rank\": 613, \"rankvar\": 486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3111, \"group\": [1556.0, 160.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCATCATTC\", \"ini\": 3018, \"clust\": 3420, \"rank\": 1247, \"rankvar\": 2794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 922, \"group\": [3425.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACCGAATT\", \"ini\": 3017, \"clust\": 5051, \"rank\": 1208, \"rankvar\": 4111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 572, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4670, \"group\": [5050.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTGAGTGT\", \"ini\": 3016, \"clust\": 2493, \"rank\": 1270, \"rankvar\": 505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 573, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 923, \"group\": [2490.0, 434.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGCAATTA\", \"ini\": 3015, \"clust\": 1747, \"rank\": 966, \"rankvar\": 1180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 924, \"group\": [1749.0, 239.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACTCCTG\", \"ini\": 3014, \"clust\": 2217, \"rank\": 873, \"rankvar\": 3481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 575, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2701, \"group\": [2218.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTCATCC\", \"ini\": 3013, \"clust\": 3382, \"rank\": 976, \"rankvar\": 1869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 925, \"group\": [3382.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGAACAACT\", \"ini\": 3012, \"clust\": 3485, \"rank\": 1172, \"rankvar\": 1262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 577, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 926, \"group\": [3485.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCATCAGTAC\", \"ini\": 3011, \"clust\": 1550, \"rank\": 287, \"rankvar\": 4985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3112, \"group\": [1550.0, 160.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGTACATGA\", \"ini\": 3010, \"clust\": 3142, \"rank\": 1059, \"rankvar\": 1198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 927, \"group\": [3140.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCCAATGGT\", \"ini\": 3009, \"clust\": 3694, \"rank\": 954, \"rankvar\": 1357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 928, \"group\": [3695.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTCGTACT\", \"ini\": 3008, \"clust\": 5040, \"rank\": 747, \"rankvar\": 4038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 581, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4671, \"group\": [5038.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTTGTTGG\", \"ini\": 3007, \"clust\": 3138, \"rank\": 958, \"rankvar\": 423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 582, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 929, \"group\": [3137.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACATGTCTCC\", \"ini\": 3006, \"clust\": 4399, \"rank\": 1473, \"rankvar\": 4039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 583, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 53, \"group\": [4398.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTTGAGTTC\", \"ini\": 3005, \"clust\": 3433, \"rank\": 962, \"rankvar\": 2640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 584, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 930, \"group\": [3435.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCGTTTAC\", \"ini\": 3004, \"clust\": 4773, \"rank\": 1355, \"rankvar\": 1981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 585, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4672, \"group\": [4773.0, 876.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTTGAGGTG\", \"ini\": 3003, \"clust\": 5147, \"rank\": 792, \"rankvar\": 2490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 586, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4673, \"group\": [5148.0, 903.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTACGAAAT\", \"ini\": 3002, \"clust\": 3494, \"rank\": 933, \"rankvar\": 1211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 931, \"group\": [3496.0, 489.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCGTGGTCG\", \"ini\": 3001, \"clust\": 3156, \"rank\": 821, \"rankvar\": 1759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 932, \"group\": [3156.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTGTGTCGCTG\", \"ini\": 3000, \"clust\": 4383, \"rank\": 1165, \"rankvar\": 4068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 589, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 54, \"group\": [4380.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACAGTACACCT\", \"ini\": 2999, \"clust\": 2782, \"rank\": 1138, \"rankvar\": 804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 590, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 933, \"group\": [2780.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGGAGGTA\", \"ini\": 2998, \"clust\": 4859, \"rank\": 694, \"rankvar\": 2064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 591, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4674, \"group\": [4859.0, 895.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGGTAACG\", \"ini\": 2997, \"clust\": 2958, \"rank\": 1354, \"rankvar\": 1963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 934, \"group\": [2963.0, 477.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACGAAA\", \"ini\": 2996, \"clust\": 4920, \"rank\": 554, \"rankvar\": 4123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 593, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4675, \"group\": [4918.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCCTGTT\", \"ini\": 2995, \"clust\": 5052, \"rank\": 1028, \"rankvar\": 2843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 594, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4676, \"group\": [5051.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATGTTGTCTTT\", \"ini\": 2994, \"clust\": 3351, \"rank\": 900, \"rankvar\": 2040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 595, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 935, \"group\": [3353.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCGCCGTGA\", \"ini\": 2993, \"clust\": 5077, \"rank\": 1051, \"rankvar\": 4095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 596, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4677, \"group\": [5077.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATCGCTC\", \"ini\": 2992, \"clust\": 3667, \"rank\": 968, \"rankvar\": 1849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 936, \"group\": [3668.0, 513.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCCTGCCAT\", \"ini\": 2991, \"clust\": 1706, \"rank\": 1194, \"rankvar\": 91, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 937, \"group\": [1707.0, 216.0, 45.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTGACCAAG\", \"ini\": 2990, \"clust\": 4841, \"rank\": 641, \"rankvar\": 2241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4678, \"group\": [4847.0, 892.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTACGAAAT\", \"ini\": 2989, \"clust\": 4883, \"rank\": 1232, \"rankvar\": 1714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 600, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4679, \"group\": [4886.0, 897.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTAAGGTCATCT\", \"ini\": 2988, \"clust\": 3365, \"rank\": 1187, \"rankvar\": 1442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 938, \"group\": [3365.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCGAGAACG\", \"ini\": 2987, \"clust\": 2483, \"rank\": 1020, \"rankvar\": 379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 939, \"group\": [2486.0, 433.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCGAGCCCA\", \"ini\": 2986, \"clust\": 3563, \"rank\": 939, \"rankvar\": 1222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 940, \"group\": [3564.0, 507.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGTACGCCC\", \"ini\": 2985, \"clust\": 5041, \"rank\": 827, \"rankvar\": 4056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4680, \"group\": [5039.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCTTACCTA\", \"ini\": 2984, \"clust\": 2476, \"rank\": 1331, \"rankvar\": 973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 941, \"group\": [2475.0, 432.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGAACTCGG\", \"ini\": 2983, \"clust\": 5104, \"rank\": 489, \"rankvar\": 3793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 606, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4681, \"group\": [5103.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGGAT\", \"ini\": 2982, \"clust\": 1741, \"rank\": 964, \"rankvar\": 616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 607, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 942, \"group\": [1740.0, 236.0, 48.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTGCTCTTC\", \"ini\": 2981, \"clust\": 1559, \"rank\": 472, \"rankvar\": 3190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 608, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3113, \"group\": [1557.0, 160.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGACGCAA\", \"ini\": 2980, \"clust\": 5156, \"rank\": 659, \"rankvar\": 2909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 609, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4682, \"group\": [5154.0, 904.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCACTGTCGG\", \"ini\": 2979, \"clust\": 5007, \"rank\": 805, \"rankvar\": 4351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4683, \"group\": [5007.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTGCAGGTA\", \"ini\": 2978, \"clust\": 2531, \"rank\": 1031, \"rankvar\": 3730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 943, \"group\": [2533.0, 449.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTGAGCGAT\", \"ini\": 2977, \"clust\": 4500, \"rank\": 570, \"rankvar\": 4762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 612, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2702, \"group\": [4531.0, 771.0, 130.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCACATACG\", \"ini\": 2976, \"clust\": 4604, \"rank\": 856, \"rankvar\": 2496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 613, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3957, \"group\": [4605.0, 815.0, 145.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTTCAGTTCGA\", \"ini\": 2975, \"clust\": 3367, \"rank\": 1426, \"rankvar\": 2985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 944, \"group\": [3369.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCCTTGACC\", \"ini\": 2974, \"clust\": 2812, \"rank\": 1091, \"rankvar\": 1850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 945, \"group\": [2815.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATCGATGT\", \"ini\": 2973, \"clust\": 3143, \"rank\": 790, \"rankvar\": 1429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 616, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 946, \"group\": [3141.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCCAAAGTC\", \"ini\": 2972, \"clust\": 3658, \"rank\": 928, \"rankvar\": 1768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 947, \"group\": [3659.0, 511.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCCGAAGAG\", \"ini\": 2971, \"clust\": 56, \"rank\": 1531, \"rankvar\": 4724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 618, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5211, \"group\": [57.0, 8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGAAACCTA\", \"ini\": 2970, \"clust\": 4397, \"rank\": 1518, \"rankvar\": 2178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 55, \"group\": [4400.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCGACGGAA\", \"ini\": 2969, \"clust\": 2400, \"rank\": 728, \"rankvar\": 1864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 620, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2703, \"group\": [2397.0, 389.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACCAGTTA\", \"ini\": 2968, \"clust\": 2860, \"rank\": 1162, \"rankvar\": 3465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 948, \"group\": [2862.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTCTGGAGA\", \"ini\": 2967, \"clust\": 3480, \"rank\": 1049, \"rankvar\": 1747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 949, \"group\": [3480.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCATCGGAT\", \"ini\": 2966, \"clust\": 3405, \"rank\": 1072, \"rankvar\": 1069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 950, \"group\": [3404.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGGTAAG\", \"ini\": 2965, \"clust\": 3288, \"rank\": 1069, \"rankvar\": 881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 951, \"group\": [3290.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCTTGACC\", \"ini\": 2964, \"clust\": 3675, \"rank\": 777, \"rankvar\": 481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 625, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 952, \"group\": [3675.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACAGAGA\", \"ini\": 2963, \"clust\": 3183, \"rank\": 925, \"rankvar\": 2649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 953, \"group\": [3182.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACATCCA\", \"ini\": 2962, \"clust\": 4913, \"rank\": 547, \"rankvar\": 4271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4684, \"group\": [4912.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAGCCTAT\", \"ini\": 2961, \"clust\": 4930, \"rank\": 707, \"rankvar\": 2978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 628, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4685, \"group\": [4931.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTAGAGC\", \"ini\": 2960, \"clust\": 5164, \"rank\": 1163, \"rankvar\": 2226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 629, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4686, \"group\": [5165.0, 905.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTAGCGTGA\", \"ini\": 2959, \"clust\": 2551, \"rank\": 1283, \"rankvar\": 487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 954, \"group\": [2554.0, 458.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTGAGGGAG\", \"ini\": 2958, \"clust\": 4911, \"rank\": 686, \"rankvar\": 3542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 631, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4687, \"group\": [4911.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTAGCCTAT\", \"ini\": 2957, \"clust\": 2514, \"rank\": 1391, \"rankvar\": 574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 955, \"group\": [2511.0, 439.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCATACCATG\", \"ini\": 2956, \"clust\": 2221, \"rank\": 1010, \"rankvar\": 3787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 633, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2704, \"group\": [2222.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTGCAGTAG\", \"ini\": 2955, \"clust\": 5043, \"rank\": 1058, \"rankvar\": 2222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 634, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4688, \"group\": [5043.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACGCTTTC\", \"ini\": 2954, \"clust\": 5048, \"rank\": 1259, \"rankvar\": 3288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 635, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4689, \"group\": [5048.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCGACAT\", \"ini\": 2953, \"clust\": 3318, \"rank\": 1044, \"rankvar\": 916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 956, \"group\": [3317.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTATGTGG\", \"ini\": 2952, \"clust\": 3343, \"rank\": 1124, \"rankvar\": 3418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 637, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 957, \"group\": [3341.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTAGCGGT\", \"ini\": 2951, \"clust\": 2459, \"rank\": 1738, \"rankvar\": 2717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 958, \"group\": [2459.0, 425.0, 82.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACTCTTA\", \"ini\": 2950, \"clust\": 3674, \"rank\": 793, \"rankvar\": 1463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 639, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 959, \"group\": [3677.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACTTACGA\", \"ini\": 2949, \"clust\": 3691, \"rank\": 1152, \"rankvar\": 1147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 960, \"group\": [3692.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTCAGATAA\", \"ini\": 2948, \"clust\": 10, \"rank\": 850, \"rankvar\": 3428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 641, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3958, \"group\": [12.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTGATAAGT\", \"ini\": 2947, \"clust\": 1665, \"rank\": 1105, \"rankvar\": 1430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 642, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2093, \"group\": [1665.0, 196.0, 41.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGTGAGA\", \"ini\": 2946, \"clust\": 2548, \"rank\": 1113, \"rankvar\": 1473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 961, \"group\": [2547.0, 456.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGGGTCT\", \"ini\": 2945, \"clust\": 3158, \"rank\": 903, \"rankvar\": 2079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 962, \"group\": [3157.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCTCGGATGTT\", \"ini\": 2944, \"clust\": 2404, \"rank\": 689, \"rankvar\": 3062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2705, \"group\": [2402.0, 389.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCCAAGTAATG\", \"ini\": 2943, \"clust\": 3209, \"rank\": 1093, \"rankvar\": 3131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 646, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 963, \"group\": [3208.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAACACAGTCGC\", \"ini\": 2942, \"clust\": 4891, \"rank\": 1003, \"rankvar\": 1182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 647, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4690, \"group\": [4894.0, 897.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTCGAGTA\", \"ini\": 2941, \"clust\": 5142, \"rank\": 635, \"rankvar\": 3716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 648, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4691, \"group\": [5141.0, 903.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCTCACCT\", \"ini\": 2940, \"clust\": 4925, \"rank\": 587, \"rankvar\": 3503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 649, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4692, \"group\": [4925.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTTCAACCA\", \"ini\": 2939, \"clust\": 3682, \"rank\": 1111, \"rankvar\": 970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 964, \"group\": [3685.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACACATGT\", \"ini\": 2938, \"clust\": 3128, \"rank\": 783, \"rankvar\": 2391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 651, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 965, \"group\": [3131.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTGCACTTA\", \"ini\": 2937, \"clust\": 3542, \"rank\": 1080, \"rankvar\": 331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 966, \"group\": [3543.0, 503.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTTACGTCA\", \"ini\": 2936, \"clust\": 3301, \"rank\": 902, \"rankvar\": 839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 653, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 967, \"group\": [3301.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTTGGGTA\", \"ini\": 2935, \"clust\": 3340, \"rank\": 1147, \"rankvar\": 2582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 968, \"group\": [3338.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTATTACCG\", \"ini\": 2934, \"clust\": 4921, \"rank\": 522, \"rankvar\": 4229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 655, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4693, \"group\": [4919.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGGCTCAGA\", \"ini\": 2933, \"clust\": 5175, \"rank\": 998, \"rankvar\": 3508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 656, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4694, \"group\": [5178.0, 905.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCACTCCTG\", \"ini\": 2932, \"clust\": 2777, \"rank\": 1086, \"rankvar\": 3343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 969, \"group\": [2776.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAGACGCTC\", \"ini\": 2931, \"clust\": 3141, \"rank\": 1038, \"rankvar\": 1815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 970, \"group\": [3142.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTGACTACT\", \"ini\": 2930, \"clust\": 3289, \"rank\": 930, \"rankvar\": 1876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 659, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 971, \"group\": [3288.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAGGTACC\", \"ini\": 2929, \"clust\": 3139, \"rank\": 1178, \"rankvar\": 2295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 972, \"group\": [3138.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCACCATCCT\", \"ini\": 2928, \"clust\": 3179, \"rank\": 1032, \"rankvar\": 2251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 973, \"group\": [3178.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTAGTGCTGCC\", \"ini\": 2927, \"clust\": 2545, \"rank\": 1302, \"rankvar\": 736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 662, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 974, \"group\": [2549.0, 456.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGGCTT\", \"ini\": 2926, \"clust\": 3472, \"rank\": 1341, \"rankvar\": 2621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 663, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 975, \"group\": [3474.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCTACAGA\", \"ini\": 2925, \"clust\": 4850, \"rank\": 1121, \"rankvar\": 1692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 664, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4695, \"group\": [4850.0, 894.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACAGTAGGTGC\", \"ini\": 2924, \"clust\": 2841, \"rank\": 1343, \"rankvar\": 3211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 665, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 976, \"group\": [2841.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTTATCTG\", \"ini\": 2923, \"clust\": 4769, \"rank\": 1201, \"rankvar\": 2687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 666, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4696, \"group\": [4766.0, 873.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGCGGTAA\", \"ini\": 2922, \"clust\": 3136, \"rank\": 1043, \"rankvar\": 1185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 977, \"group\": [3135.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTCTAGAGG\", \"ini\": 2921, \"clust\": 2401, \"rank\": 722, \"rankvar\": 3827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2706, \"group\": [2398.0, 389.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCGTTTGCC\", \"ini\": 2920, \"clust\": 2478, \"rank\": 1181, \"rankvar\": 1190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 978, \"group\": [2477.0, 432.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTGTTTGT\", \"ini\": 2919, \"clust\": 5107, \"rank\": 771, \"rankvar\": 3934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 670, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4697, \"group\": [5107.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCATAAAGG\", \"ini\": 2918, \"clust\": 3487, \"rank\": 1301, \"rankvar\": 488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 671, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 979, \"group\": [3487.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTTCAACCA\", \"ini\": 2917, \"clust\": 4998, \"rank\": 1025, \"rankvar\": 3842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 672, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4698, \"group\": [4997.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTACTCTCC\", \"ini\": 2916, \"clust\": 2497, \"rank\": 1779, \"rankvar\": 2192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 673, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 980, \"group\": [2499.0, 437.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGGTGTGT\", \"ini\": 2915, \"clust\": 3157, \"rank\": 628, \"rankvar\": 2670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 981, \"group\": [3159.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTGTCTTT\", \"ini\": 2914, \"clust\": 2546, \"rank\": 1182, \"rankvar\": 55, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 982, \"group\": [2548.0, 456.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAATTCCC\", \"ini\": 2913, \"clust\": 3269, \"rank\": 769, \"rankvar\": 2761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 983, \"group\": [3269.0, 485.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAGCGCTC\", \"ini\": 2912, \"clust\": 5008, \"rank\": 1205, \"rankvar\": 3818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 677, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4699, \"group\": [5005.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTGCAGACA\", \"ini\": 2911, \"clust\": 2337, \"rank\": 795, \"rankvar\": 3925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 678, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2707, \"group\": [2349.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCAATAAGG\", \"ini\": 2910, \"clust\": 5185, \"rank\": 1030, \"rankvar\": 1896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 679, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4700, \"group\": [5182.0, 905.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCACCAGGC\", \"ini\": 2909, \"clust\": 2553, \"rank\": 1145, \"rankvar\": 880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 984, \"group\": [2553.0, 458.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGTTAAGA\", \"ini\": 2908, \"clust\": 4387, \"rank\": 1090, \"rankvar\": 4101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 681, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 56, \"group\": [4383.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAGGGCT\", \"ini\": 2907, \"clust\": 3417, \"rank\": 1353, \"rankvar\": 1047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 985, \"group\": [3416.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAAGTAGTA\", \"ini\": 2906, \"clust\": 2989, \"rank\": 1131, \"rankvar\": 1247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 986, \"group\": [2988.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCATCTATGG\", \"ini\": 2905, \"clust\": 3380, \"rank\": 1268, \"rankvar\": 3440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 987, \"group\": [3380.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGGACGAAA\", \"ini\": 2904, \"clust\": 5055, \"rank\": 836, \"rankvar\": 4380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 685, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4701, \"group\": [5053.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTCGAGTTT\", \"ini\": 2903, \"clust\": 2811, \"rank\": 1338, \"rankvar\": 1927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 988, \"group\": [2810.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTAAGTGGC\", \"ini\": 2902, \"clust\": 3456, \"rank\": 1123, \"rankvar\": 1432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 989, \"group\": [3456.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCTCATGTCCC\", \"ini\": 2901, \"clust\": 3258, \"rank\": 838, \"rankvar\": 2139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 990, \"group\": [3259.0, 483.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATGCCTAA\", \"ini\": 2900, \"clust\": 4560, \"rank\": 1148, \"rankvar\": 979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 689, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4702, \"group\": [4562.0, 796.0, 140.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCAACGAAA\", \"ini\": 2899, \"clust\": 1899, \"rank\": 1253, \"rankvar\": 378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 991, \"group\": [1900.0, 274.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATGGAGC\", \"ini\": 2898, \"clust\": 4927, \"rank\": 774, \"rankvar\": 4078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 691, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4703, \"group\": [4928.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGAAACCTA\", \"ini\": 2897, \"clust\": 3114, \"rank\": 1314, \"rankvar\": 2933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 692, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 992, \"group\": [3113.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCCTTGACC\", \"ini\": 2896, \"clust\": 3149, \"rank\": 1164, \"rankvar\": 3844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 993, \"group\": [3149.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGTGGACGT\", \"ini\": 2895, \"clust\": 2330, \"rank\": 1251, \"rankvar\": 2357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2708, \"group\": [2331.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCGAGAGCA\", \"ini\": 2894, \"clust\": 3184, \"rank\": 971, \"rankvar\": 3312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 994, \"group\": [3187.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAAATTGCC\", \"ini\": 2893, \"clust\": 2220, \"rank\": 1227, \"rankvar\": 3022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2709, \"group\": [2221.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTGCTG\", \"ini\": 2892, \"clust\": 2391, \"rank\": 1083, \"rankvar\": 3010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2710, \"group\": [2392.0, 388.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACCAGGCTGAA\", \"ini\": 2891, \"clust\": 3687, \"rank\": 1045, \"rankvar\": 549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 995, \"group\": [3691.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCGTTCCG\", \"ini\": 2890, \"clust\": 3262, \"rank\": 1346, \"rankvar\": 713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 996, \"group\": [3261.0, 484.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCCGAACC\", \"ini\": 2889, \"clust\": 3671, \"rank\": 807, \"rankvar\": 129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 700, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 997, \"group\": [3674.0, 514.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCTTCTCG\", \"ini\": 2888, \"clust\": 4619, \"rank\": 1706, \"rankvar\": 116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 701, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4704, \"group\": [4622.0, 827.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGTGTTAGA\", \"ini\": 2887, \"clust\": 3440, \"rank\": 1139, \"rankvar\": 1945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 702, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 998, \"group\": [3439.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTAAGTGTA\", \"ini\": 2886, \"clust\": 3451, \"rank\": 904, \"rankvar\": 3564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 999, \"group\": [3449.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGGGTTCCC\", \"ini\": 2885, \"clust\": 2370, \"rank\": 1047, \"rankvar\": 1977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 704, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2711, \"group\": [2370.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGTTTA\", \"ini\": 2884, \"clust\": 4832, \"rank\": 921, \"rankvar\": 3889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 705, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4705, \"group\": [4830.0, 892.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTTTAAGCC\", \"ini\": 2883, \"clust\": 4374, \"rank\": 1017, \"rankvar\": 4295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 706, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 57, \"group\": [4371.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTAAGGGAA\", \"ini\": 2882, \"clust\": 4866, \"rank\": 804, \"rankvar\": 2785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 707, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4706, \"group\": [4870.0, 895.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATCTGTT\", \"ini\": 2881, \"clust\": 3474, \"rank\": 1108, \"rankvar\": 2968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1000, \"group\": [3471.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGATACACA\", \"ini\": 2880, \"clust\": 4894, \"rank\": 1140, \"rankvar\": 2825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 709, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4707, \"group\": [4892.0, 897.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTAAATGTG\", \"ini\": 2879, \"clust\": 2784, \"rank\": 1387, \"rankvar\": 2179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1001, \"group\": [2783.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGTAGCCGA\", \"ini\": 2878, \"clust\": 3484, \"rank\": 1132, \"rankvar\": 1806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1002, \"group\": [3483.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTATTG\", \"ini\": 2877, \"clust\": 3181, \"rank\": 1041, \"rankvar\": 2406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1003, \"group\": [3183.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCAAGCTGAG\", \"ini\": 2876, \"clust\": 5034, \"rank\": 1097, \"rankvar\": 4219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 713, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4708, \"group\": [5041.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCGTAATA\", \"ini\": 2875, \"clust\": 2775, \"rank\": 1223, \"rankvar\": 3349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1004, \"group\": [2772.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCAACTCTT\", \"ini\": 2874, \"clust\": 3412, \"rank\": 1074, \"rankvar\": 939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 715, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1005, \"group\": [3414.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCTCTTGTCAT\", \"ini\": 2873, \"clust\": 3481, \"rank\": 1303, \"rankvar\": 346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 716, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1006, \"group\": [3481.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCAGATCG\", \"ini\": 2872, \"clust\": 3159, \"rank\": 1092, \"rankvar\": 1449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 717, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1007, \"group\": [3158.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCACGTGG\", \"ini\": 2871, \"clust\": 3345, \"rank\": 1305, \"rankvar\": 1200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1008, \"group\": [3343.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTCAAGCCTAT\", \"ini\": 2870, \"clust\": 3368, \"rank\": 946, \"rankvar\": 2376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 719, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1009, \"group\": [3367.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCACTATTC\", \"ini\": 2869, \"clust\": 5056, \"rank\": 846, \"rankvar\": 4106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 720, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4709, \"group\": [5054.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGCATGGCA\", \"ini\": 2868, \"clust\": 5143, \"rank\": 985, \"rankvar\": 3873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 721, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4710, \"group\": [5142.0, 903.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCACGGTGTC\", \"ini\": 2867, \"clust\": 4919, \"rank\": 483, \"rankvar\": 3072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 722, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4711, \"group\": [4920.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAGATGAGC\", \"ini\": 2866, \"clust\": 3164, \"rank\": 1073, \"rankvar\": 4149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 723, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1010, \"group\": [3164.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTCTCCACT\", \"ini\": 2865, \"clust\": 2699, \"rank\": 1570, \"rankvar\": 569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 724, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1011, \"group\": [2700.0, 470.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTCTCGG\", \"ini\": 2864, \"clust\": 3441, \"rank\": 1156, \"rankvar\": 3975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 725, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1012, \"group\": [3441.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAATGTTGC\", \"ini\": 2863, \"clust\": 2789, \"rank\": 1434, \"rankvar\": 899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1013, \"group\": [2785.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGTCTCA\", \"ini\": 2862, \"clust\": 5140, \"rank\": 1324, \"rankvar\": 2010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 727, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4712, \"group\": [5139.0, 903.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCTGT\", \"ini\": 2861, \"clust\": 3460, \"rank\": 858, \"rankvar\": 1312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 728, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1014, \"group\": [3460.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGGGCATGT\", \"ini\": 2860, \"clust\": 5160, \"rank\": 1137, \"rankvar\": 3493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 729, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4713, \"group\": [5156.0, 904.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGACATGGGACA\", \"ini\": 2859, \"clust\": 2835, \"rank\": 1530, \"rankvar\": 2161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1015, \"group\": [2835.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTTCCGGCA\", \"ini\": 2858, \"clust\": 3366, \"rank\": 1175, \"rankvar\": 838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 731, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1016, \"group\": [3366.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAAGGATT\", \"ini\": 2857, \"clust\": 4996, \"rank\": 1007, \"rankvar\": 1197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 732, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4714, \"group\": [4998.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATCGATTG\", \"ini\": 2856, \"clust\": 6, \"rank\": 847, \"rankvar\": 3460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 733, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3959, \"group\": [6.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTAAGTAGT\", \"ini\": 2855, \"clust\": 5057, \"rank\": 982, \"rankvar\": 3445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4715, \"group\": [5059.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGGTAGA\", \"ini\": 2854, \"clust\": 2494, \"rank\": 1523, \"rankvar\": 285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1017, \"group\": [2491.0, 434.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACATGTC\", \"ini\": 2853, \"clust\": 3285, \"rank\": 899, \"rankvar\": 1591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 736, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1018, \"group\": [3284.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCAGTGACTCT\", \"ini\": 2852, \"clust\": 4851, \"rank\": 1075, \"rankvar\": 4151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4716, \"group\": [4851.0, 894.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCAACGCACC\", \"ini\": 2851, \"clust\": 3287, \"rank\": 1065, \"rankvar\": 1084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1019, \"group\": [3287.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAGTAGTGAAT\", \"ini\": 2850, \"clust\": 3459, \"rank\": 1019, \"rankvar\": 2689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1020, \"group\": [3461.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCCCATTAT\", \"ini\": 2849, \"clust\": 3678, \"rank\": 1096, \"rankvar\": 590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1021, \"group\": [3679.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCAAGCCTA\", \"ini\": 2848, \"clust\": 3084, \"rank\": 941, \"rankvar\": 4433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1022, \"group\": [3083.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCCGTAGTA\", \"ini\": 2847, \"clust\": 5099, \"rank\": 1063, \"rankvar\": 3513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 742, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4717, \"group\": [5099.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCCATGCTC\", \"ini\": 2846, \"clust\": 3242, \"rank\": 898, \"rankvar\": 2110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 743, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1023, \"group\": [3240.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGTGGAGTC\", \"ini\": 2845, \"clust\": 5046, \"rank\": 1125, \"rankvar\": 3403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 744, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4718, \"group\": [5046.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCAGCTGGC\", \"ini\": 2844, \"clust\": 3378, \"rank\": 1158, \"rankvar\": 2291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 745, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1024, \"group\": [3377.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGAGTATA\", \"ini\": 2843, \"clust\": 5039, \"rank\": 942, \"rankvar\": 4166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 746, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4719, \"group\": [5037.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTCTTGAT\", \"ini\": 2842, \"clust\": 4895, \"rank\": 1196, \"rankvar\": 2677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 747, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4720, \"group\": [4897.0, 897.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACGGTTTA\", \"ini\": 2841, \"clust\": 2492, \"rank\": 1435, \"rankvar\": 833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1025, \"group\": [2492.0, 434.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCTCACCT\", \"ini\": 2840, \"clust\": 3688, \"rank\": 1062, \"rankvar\": 1129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1026, \"group\": [3690.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCGTCTTC\", \"ini\": 2839, \"clust\": 4993, \"rank\": 1042, \"rankvar\": 3604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 750, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4721, \"group\": [4995.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAGTAGGCTGA\", \"ini\": 2838, \"clust\": 4401, \"rank\": 1126, \"rankvar\": 4836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 751, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 58, \"group\": [4397.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACACCGATAT\", \"ini\": 2837, \"clust\": 3462, \"rank\": 1263, \"rankvar\": 2039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1027, \"group\": [3459.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATGCCTAA\", \"ini\": 2836, \"clust\": 2783, \"rank\": 1192, \"rankvar\": 2881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 753, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1028, \"group\": [2781.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTAGTATGACA\", \"ini\": 2835, \"clust\": 3356, \"rank\": 1211, \"rankvar\": 1744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1029, \"group\": [3354.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCTTGTTTG\", \"ini\": 2834, \"clust\": 3134, \"rank\": 1334, \"rankvar\": 2333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1030, \"group\": [3136.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCATCGGACC\", \"ini\": 2833, \"clust\": 3299, \"rank\": 1054, \"rankvar\": 3132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 756, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1031, \"group\": [3299.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAATACAG\", \"ini\": 2832, \"clust\": 3272, \"rank\": 1076, \"rankvar\": 2547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1032, \"group\": [3271.0, 485.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGTACCT\", \"ini\": 2831, \"clust\": 2738, \"rank\": 1863, \"rankvar\": 3346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1033, \"group\": [2737.0, 472.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAAGCGTAG\", \"ini\": 2830, \"clust\": 1853, \"rank\": 1809, \"rankvar\": 1614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 759, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1034, \"group\": [1854.0, 263.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCAATGGAAT\", \"ini\": 2829, \"clust\": 3346, \"rank\": 1405, \"rankvar\": 2055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1035, \"group\": [3344.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCTGCTTGC\", \"ini\": 2828, \"clust\": 3144, \"rank\": 1146, \"rankvar\": 3065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 761, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1036, \"group\": [3144.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTGTATGGG\", \"ini\": 2827, \"clust\": 4468, \"rank\": 1407, \"rankvar\": 4655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 762, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 59, \"group\": [4466.0, 761.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCGGCTACG\", \"ini\": 2826, \"clust\": 3302, \"rank\": 1244, \"rankvar\": 267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1037, \"group\": [3304.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAAACAC\", \"ini\": 2825, \"clust\": 2570, \"rank\": 1668, \"rankvar\": 1377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1038, \"group\": [2570.0, 458.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTACTTAGC\", \"ini\": 2824, \"clust\": 3129, \"rank\": 938, \"rankvar\": 3521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 765, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1039, \"group\": [3130.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTGGGTATG\", \"ini\": 2823, \"clust\": 3319, \"rank\": 864, \"rankvar\": 1101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1040, \"group\": [3318.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCATCCAACA\", \"ini\": 2822, \"clust\": 2967, \"rank\": 1197, \"rankvar\": 2593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 767, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1041, \"group\": [2967.0, 479.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCGTCGTTC\", \"ini\": 2821, \"clust\": 3132, \"rank\": 1087, \"rankvar\": 2145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1042, \"group\": [3132.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAAGTCACGCC\", \"ini\": 2820, \"clust\": 5165, \"rank\": 1326, \"rankvar\": 2531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 769, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4722, \"group\": [5163.0, 905.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGGTGTA\", \"ini\": 2819, \"clust\": 3322, \"rank\": 1056, \"rankvar\": 2497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1043, \"group\": [3320.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCTCCTATA\", \"ini\": 2818, \"clust\": 1702, \"rank\": 1957, \"rankvar\": 3758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1044, \"group\": [1705.0, 214.0, 44.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCGCCTTG\", \"ini\": 2817, \"clust\": 7, \"rank\": 868, \"rankvar\": 4348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3960, \"group\": [7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTAGCTAAA\", \"ini\": 2816, \"clust\": 2392, \"rank\": 1213, \"rankvar\": 2723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2712, \"group\": [2393.0, 388.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTCTGTCG\", \"ini\": 2815, \"clust\": 3350, \"rank\": 1217, \"rankvar\": 498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1045, \"group\": [3349.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTCACCTAA\", \"ini\": 2814, \"clust\": 2964, \"rank\": 1820, \"rankvar\": 3549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 775, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1046, \"group\": [2966.0, 478.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACATCCTTGC\", \"ini\": 2813, \"clust\": 1703, \"rank\": 1814, \"rankvar\": 1114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 776, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1047, \"group\": [1704.0, 213.0, 44.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGAATTGTG\", \"ini\": 2812, \"clust\": 1707, \"rank\": 1659, \"rankvar\": 469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1048, \"group\": [1708.0, 217.0, 45.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGGTATCG\", \"ini\": 2811, \"clust\": 4984, \"rank\": 1665, \"rankvar\": 3372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 778, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4723, \"group\": [4982.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTCCACAA\", \"ini\": 2810, \"clust\": 4929, \"rank\": 819, \"rankvar\": 2538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 779, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4724, \"group\": [4927.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGCATCG\", \"ini\": 2809, \"clust\": 2222, \"rank\": 1266, \"rankvar\": 1229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 780, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2713, \"group\": [2223.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTATATCCG\", \"ini\": 2808, \"clust\": 3208, \"rank\": 1265, \"rankvar\": 2850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1049, \"group\": [3210.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGTAGATC\", \"ini\": 2807, \"clust\": 2815, \"rank\": 1274, \"rankvar\": 810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1050, \"group\": [2813.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGGACCACA\", \"ini\": 2806, \"clust\": 3267, \"rank\": 1482, \"rankvar\": 770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 783, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1051, \"group\": [3267.0, 484.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTAAAGTG\", \"ini\": 2805, \"clust\": 2722, \"rank\": 1306, \"rankvar\": 821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1052, \"group\": [2722.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCAGTCCTTC\", \"ini\": 2804, \"clust\": 3147, \"rank\": 1099, \"rankvar\": 2506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 785, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1053, \"group\": [3146.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCATGCAT\", \"ini\": 2803, \"clust\": 3293, \"rank\": 1180, \"rankvar\": 1141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1054, \"group\": [3292.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCACGACTA\", \"ini\": 2802, \"clust\": 2344, \"rank\": 995, \"rankvar\": 4606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 787, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2714, \"group\": [2343.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCTCGATGA\", \"ini\": 2801, \"clust\": 3458, \"rank\": 1316, \"rankvar\": 3519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1055, \"group\": [3455.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGACTTGAA\", \"ini\": 2800, \"clust\": 3488, \"rank\": 1634, \"rankvar\": 403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1056, \"group\": [3488.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGCCAGGAT\", \"ini\": 2799, \"clust\": 2808, \"rank\": 1315, \"rankvar\": 1791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 790, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1057, \"group\": [2805.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATAGATAGGAG\", \"ini\": 2798, \"clust\": 3153, \"rank\": 1176, \"rankvar\": 3316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1058, \"group\": [3151.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGAGCAATT\", \"ini\": 2797, \"clust\": 3706, \"rank\": 927, \"rankvar\": 1701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 792, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1059, \"group\": [3710.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTGGGTCAA\", \"ini\": 2796, \"clust\": 2484, \"rank\": 1674, \"rankvar\": 743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1060, \"group\": [2485.0, 433.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGCCGTCGT\", \"ini\": 2795, \"clust\": 4914, \"rank\": 822, \"rankvar\": 4497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 794, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4725, \"group\": [4913.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTACCGAT\", \"ini\": 2794, \"clust\": 5062, \"rank\": 788, \"rankvar\": 3744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 795, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4726, \"group\": [5061.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCTTGTACT\", \"ini\": 2793, \"clust\": 3290, \"rank\": 1119, \"rankvar\": 950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 796, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1061, \"group\": [3289.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACGGACAA\", \"ini\": 2792, \"clust\": 5054, \"rank\": 994, \"rankvar\": 3998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 797, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4727, \"group\": [5055.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTCATTAGC\", \"ini\": 2791, \"clust\": 3194, \"rank\": 1384, \"rankvar\": 2911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 798, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1062, \"group\": [3192.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTCTGCAAT\", \"ini\": 2790, \"clust\": 3537, \"rank\": 948, \"rankvar\": 1040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1063, \"group\": [3541.0, 502.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAAACACA\", \"ini\": 2789, \"clust\": 4561, \"rank\": 1646, \"rankvar\": 271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 800, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4728, \"group\": [4560.0, 794.0, 140.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTAACTGG\", \"ini\": 2788, \"clust\": 4834, \"rank\": 1154, \"rankvar\": 2037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4729, \"group\": [4832.0, 892.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCACGCATA\", \"ini\": 2787, \"clust\": 5091, \"rank\": 1070, \"rankvar\": 3593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 802, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4730, \"group\": [5089.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGGTGATTA\", \"ini\": 2786, \"clust\": 4908, \"rank\": 980, \"rankvar\": 1077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 803, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4731, \"group\": [4908.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAATGAAAC\", \"ini\": 2785, \"clust\": 2509, \"rank\": 1649, \"rankvar\": 618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1064, \"group\": [2509.0, 439.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACTAGGC\", \"ini\": 2784, \"clust\": 3704, \"rank\": 1299, \"rankvar\": 801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 805, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1065, \"group\": [3704.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCTCCCTAATT\", \"ini\": 2783, \"clust\": 2709, \"rank\": 1406, \"rankvar\": 3044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 806, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1066, \"group\": [2709.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCAACACCA\", \"ini\": 2782, \"clust\": 4558, \"rank\": 1832, \"rankvar\": 3956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 807, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4732, \"group\": [4557.0, 792.0, 139.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTGCTCTTC\", \"ini\": 2781, \"clust\": 5096, \"rank\": 854, \"rankvar\": 4280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 808, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4733, \"group\": [5095.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAAGGTTCT\", \"ini\": 2780, \"clust\": 2864, \"rank\": 1558, \"rankvar\": 2130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 809, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1067, \"group\": [2865.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAATCAAACGGG\", \"ini\": 2779, \"clust\": 4559, \"rank\": 1550, \"rankvar\": 3641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4734, \"group\": [4558.0, 792.0, 139.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTACTCTCC\", \"ini\": 2778, \"clust\": 2803, \"rank\": 1332, \"rankvar\": 2484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1068, \"group\": [2804.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTCGCGAC\", \"ini\": 2777, \"clust\": 160, \"rank\": 1524, \"rankvar\": 3110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 812, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4735, \"group\": [161.0, 25.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCATTCCTGC\", \"ini\": 2776, \"clust\": 2732, \"rank\": 1774, \"rankvar\": 1637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1069, \"group\": [2732.0, 472.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAATCTCTTATG\", \"ini\": 2775, \"clust\": 5032, \"rank\": 1264, \"rankvar\": 3430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 814, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4736, \"group\": [5032.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCACGTTC\", \"ini\": 2774, \"clust\": 5024, \"rank\": 1202, \"rankvar\": 2863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 815, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4737, \"group\": [5022.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATTACCG\", \"ini\": 2773, \"clust\": 2727, \"rank\": 1120, \"rankvar\": 2248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 816, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1070, \"group\": [2727.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAGACAAAT\", \"ini\": 2772, \"clust\": 4917, \"rank\": 803, \"rankvar\": 3952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 817, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4738, \"group\": [4916.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCCACGCT\", \"ini\": 2771, \"clust\": 3078, \"rank\": 1544, \"rankvar\": 558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1071, \"group\": [3078.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAATCTCCAGGG\", \"ini\": 2770, \"clust\": 5085, \"rank\": 1068, \"rankvar\": 4050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 819, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4739, \"group\": [5086.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGACGCAA\", \"ini\": 2769, \"clust\": 2959, \"rank\": 1575, \"rankvar\": 3902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1072, \"group\": [2958.0, 477.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATCGCTC\", \"ini\": 2768, \"clust\": 3668, \"rank\": 1437, \"rankvar\": 99, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 821, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1073, \"group\": [3669.0, 513.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCCGTTGTC\", \"ini\": 2767, \"clust\": 5094, \"rank\": 916, \"rankvar\": 2797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 822, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4740, \"group\": [5092.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACACAAGCCC\", \"ini\": 2766, \"clust\": 2731, \"rank\": 1026, \"rankvar\": 3358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1074, \"group\": [2731.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCAACCATG\", \"ini\": 2765, \"clust\": 2502, \"rank\": 2048, \"rankvar\": 929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1075, \"group\": [2503.0, 438.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTTTGTTGG\", \"ini\": 2764, \"clust\": 4389, \"rank\": 1395, \"rankvar\": 4759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 825, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 60, \"group\": [4387.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGGTCA\", \"ini\": 2763, \"clust\": 4414, \"rank\": 1493, \"rankvar\": 4545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 826, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 61, \"group\": [4416.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACATTCCTGC\", \"ini\": 2762, \"clust\": 4892, \"rank\": 1360, \"rankvar\": 2628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 827, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4741, \"group\": [4893.0, 897.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGGACTG\", \"ini\": 2761, \"clust\": 5092, \"rank\": 1155, \"rankvar\": 2835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 828, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4742, \"group\": [5090.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTCTCGG\", \"ini\": 2760, \"clust\": 2779, \"rank\": 1399, \"rankvar\": 2542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1076, \"group\": [2778.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAATCGTC\", \"ini\": 2759, \"clust\": 3175, \"rank\": 1312, \"rankvar\": 2983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1077, \"group\": [3176.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGATAGC\", \"ini\": 2758, \"clust\": 2820, \"rank\": 1643, \"rankvar\": 1178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1078, \"group\": [2820.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACCACGTG\", \"ini\": 2757, \"clust\": 4491, \"rank\": 1923, \"rankvar\": 4010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 832, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 62, \"group\": [4489.0, 765.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGCTATCT\", \"ini\": 2756, \"clust\": 3329, \"rank\": 1292, \"rankvar\": 788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1079, \"group\": [3328.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACCTCGTT\", \"ini\": 2755, \"clust\": 3081, \"rank\": 1453, \"rankvar\": 4055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1080, \"group\": [3080.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGGATTGG\", \"ini\": 2754, \"clust\": 3275, \"rank\": 1308, \"rankvar\": 999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1081, \"group\": [3274.0, 485.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGAATGTGT\", \"ini\": 2753, \"clust\": 2804, \"rank\": 1385, \"rankvar\": 2217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1082, \"group\": [2802.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTTGGTC\", \"ini\": 2752, \"clust\": 2696, \"rank\": 1500, \"rankvar\": 2666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 837, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1083, \"group\": [2692.0, 470.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAGCTGCTG\", \"ini\": 2751, \"clust\": 4897, \"rank\": 1333, \"rankvar\": 905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 838, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4743, \"group\": [4896.0, 897.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGCTAGCC\", \"ini\": 2750, \"clust\": 5049, \"rank\": 1537, \"rankvar\": 4383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 839, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4744, \"group\": [5049.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGACTTGAA\", \"ini\": 2749, \"clust\": 3486, \"rank\": 1521, \"rankvar\": 714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1084, \"group\": [3486.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGCGTAAG\", \"ini\": 2748, \"clust\": 3492, \"rank\": 1637, \"rankvar\": 1103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1085, \"group\": [3491.0, 488.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAAACGCC\", \"ini\": 2747, \"clust\": 5050, \"rank\": 1512, \"rankvar\": 3903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4745, \"group\": [5052.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAAGCCCAC\", \"ini\": 2746, \"clust\": 5001, \"rank\": 987, \"rankvar\": 3383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 843, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4746, \"group\": [4999.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTGAAGGCT\", \"ini\": 2745, \"clust\": 3266, \"rank\": 1483, \"rankvar\": 862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 844, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1086, \"group\": [3265.0, 484.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTTGTCTTT\", \"ini\": 2744, \"clust\": 2507, \"rank\": 1789, \"rankvar\": 790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 845, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1087, \"group\": [2504.0, 439.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCAGTAGT\", \"ini\": 2743, \"clust\": 5023, \"rank\": 1606, \"rankvar\": 2365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 846, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4747, \"group\": [5024.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTCGCATAT\", \"ini\": 2742, \"clust\": 3001, \"rank\": 1733, \"rankvar\": 2034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 847, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1088, \"group\": [3000.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGCGAAGGG\", \"ini\": 2741, \"clust\": 5013, \"rank\": 1174, \"rankvar\": 4540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 848, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4748, \"group\": [5013.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTTGTCC\", \"ini\": 2740, \"clust\": 3330, \"rank\": 1378, \"rankvar\": 1549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1089, \"group\": [3329.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTTCGAATC\", \"ini\": 2739, \"clust\": 2831, \"rank\": 1507, \"rankvar\": 2826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 850, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1090, \"group\": [2830.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTACAGTTC\", \"ini\": 2738, \"clust\": 3193, \"rank\": 1287, \"rankvar\": 2669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 851, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1091, \"group\": [3194.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGCTAGTCT\", \"ini\": 2737, \"clust\": 1551, \"rank\": 725, \"rankvar\": 3480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 852, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3114, \"group\": [1551.0, 160.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTCTGCGGT\", \"ini\": 2736, \"clust\": 2532, \"rank\": 1012, \"rankvar\": 2771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1092, \"group\": [2531.0, 449.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTATCTGCA\", \"ini\": 2735, \"clust\": 4909, \"rank\": 1018, \"rankvar\": 2743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 854, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4749, \"group\": [4909.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCACCCGAG\", \"ini\": 2734, \"clust\": 2004, \"rank\": 1821, \"rankvar\": 4242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 855, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2715, \"group\": [2005.0, 331.0, 67.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCATGTCCC\", \"ini\": 2733, \"clust\": 3705, \"rank\": 1291, \"rankvar\": 392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1093, \"group\": [3705.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGAGTCG\", \"ini\": 2732, \"clust\": 3357, \"rank\": 1349, \"rankvar\": 2906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1094, \"group\": [3355.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCACGTCTCT\", \"ini\": 2731, \"clust\": 4384, \"rank\": 1318, \"rankvar\": 3811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 858, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 63, \"group\": [4381.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTGTTTGTG\", \"ini\": 2730, \"clust\": 5006, \"rank\": 1037, \"rankvar\": 3674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 859, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4750, \"group\": [5014.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCAAATTGCC\", \"ini\": 2729, \"clust\": 2833, \"rank\": 1476, \"rankvar\": 2221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 860, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1095, \"group\": [2833.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGGCGTG\", \"ini\": 2728, \"clust\": 5098, \"rank\": 924, \"rankvar\": 4091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 861, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4751, \"group\": [5100.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGATCGGGT\", \"ini\": 2727, \"clust\": 3666, \"rank\": 1280, \"rankvar\": 2648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1096, \"group\": [3666.0, 512.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGAGCCCAA\", \"ini\": 2726, \"clust\": 2499, \"rank\": 2158, \"rankvar\": 1326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 863, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1097, \"group\": [2498.0, 437.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTAGTGAACGC\", \"ini\": 2725, \"clust\": 2816, \"rank\": 1540, \"rankvar\": 1407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1098, \"group\": [2814.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGCTGCAAG\", \"ini\": 2724, \"clust\": 3070, \"rank\": 1252, \"rankvar\": 3867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 865, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1099, \"group\": [3070.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGGAGTCTG\", \"ini\": 2723, \"clust\": 5009, \"rank\": 1169, \"rankvar\": 3524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 866, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4752, \"group\": [5006.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACAAACAACA\", \"ini\": 2722, \"clust\": 2786, \"rank\": 1647, \"rankvar\": 1564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1100, \"group\": [2789.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTTCGAGA\", \"ini\": 2721, \"clust\": 1563, \"rank\": 1050, \"rankvar\": 3217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3115, \"group\": [1563.0, 161.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCCACTC\", \"ini\": 2720, \"clust\": 3684, \"rank\": 1373, \"rankvar\": 514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1101, \"group\": [3684.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTGTCCGT\", \"ini\": 2719, \"clust\": 2385, \"rank\": 1240, \"rankvar\": 3688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 870, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2716, \"group\": [2384.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTATCAGTC\", \"ini\": 2718, \"clust\": 4562, \"rank\": 1941, \"rankvar\": 1203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 871, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4753, \"group\": [4561.0, 795.0, 140.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCAAGCCATT\", \"ini\": 2717, \"clust\": 207, \"rank\": 1200, \"rankvar\": 2865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 872, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 234, \"group\": [209.0, 45.0, 12.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTTGAGTTC\", \"ini\": 2716, \"clust\": 2878, \"rank\": 1485, \"rankvar\": 2474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1102, \"group\": [2875.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACACAGAG\", \"ini\": 2715, \"clust\": 3211, \"rank\": 1361, \"rankvar\": 2163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 874, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1103, \"group\": [3211.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAGTCG\", \"ini\": 2714, \"clust\": 3362, \"rank\": 1239, \"rankvar\": 1009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1104, \"group\": [3361.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACAAGCCTAT\", \"ini\": 2713, \"clust\": 3124, \"rank\": 1439, \"rankvar\": 3684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1105, \"group\": [3125.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCGTCTGAA\", \"ini\": 2712, \"clust\": 3482, \"rank\": 1397, \"rankvar\": 664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 877, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1106, \"group\": [3484.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCCTTGACC\", \"ini\": 2711, \"clust\": 2555, \"rank\": 1533, \"rankvar\": 851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1107, \"group\": [2555.0, 458.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCATCCTAGA\", \"ini\": 2710, \"clust\": 3260, \"rank\": 1221, \"rankvar\": 2900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1108, \"group\": [3258.0, 483.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGGCATCG\", \"ini\": 2709, \"clust\": 3178, \"rank\": 1107, \"rankvar\": 2438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 880, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1109, \"group\": [3180.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGTGACCA\", \"ini\": 2708, \"clust\": 5047, \"rank\": 1168, \"rankvar\": 3812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 881, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4754, \"group\": [5047.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCAGTCCCT\", \"ini\": 2707, \"clust\": 3347, \"rank\": 1246, \"rankvar\": 1090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1110, \"group\": [3346.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTGACGGTA\", \"ini\": 2706, \"clust\": 3500, \"rank\": 1460, \"rankvar\": 1422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 883, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1111, \"group\": [3501.0, 490.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATCTGT\", \"ini\": 2705, \"clust\": 2965, \"rank\": 1376, \"rankvar\": 1898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1112, \"group\": [2964.0, 478.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCAGACCTAGG\", \"ini\": 2704, \"clust\": 3277, \"rank\": 1053, \"rankvar\": 2185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1113, \"group\": [3276.0, 486.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCAGCGATT\", \"ini\": 2703, \"clust\": 3453, \"rank\": 1364, \"rankvar\": 1381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1114, \"group\": [3453.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCTATTCA\", \"ini\": 2702, \"clust\": 2740, \"rank\": 1890, \"rankvar\": 2449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 887, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1115, \"group\": [2738.0, 472.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCAAACTGTC\", \"ini\": 2701, \"clust\": 1844, \"rank\": 1615, \"rankvar\": 433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1116, \"group\": [1843.0, 261.0, 50.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGGATGGAA\", \"ini\": 2700, \"clust\": 1701, \"rank\": 1772, \"rankvar\": 134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 889, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1117, \"group\": [1706.0, 215.0, 44.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGTTTGCGT\", \"ini\": 2699, \"clust\": 2976, \"rank\": 1605, \"rankvar\": 2549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1118, \"group\": [2975.0, 479.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTGAAGGCT\", \"ini\": 2698, \"clust\": 3352, \"rank\": 1336, \"rankvar\": 1046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1119, \"group\": [3351.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGTGTTTGC\", \"ini\": 2697, \"clust\": 3388, \"rank\": 1377, \"rankvar\": 758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 892, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1120, \"group\": [3387.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGCGTTA\", \"ini\": 2696, \"clust\": 3475, \"rank\": 1428, \"rankvar\": 1928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1121, \"group\": [3472.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAAGAAAGG\", \"ini\": 2695, \"clust\": 2519, \"rank\": 1631, \"rankvar\": 1156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 894, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1122, \"group\": [2518.0, 443.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGAAGGTGA\", \"ini\": 2694, \"clust\": 1547, \"rank\": 402, \"rankvar\": 4929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3116, \"group\": [1547.0, 160.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGAGCAATT\", \"ini\": 2693, \"clust\": 3348, \"rank\": 1436, \"rankvar\": 1719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 896, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1123, \"group\": [3347.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCGATAGAA\", \"ini\": 2692, \"clust\": 4863, \"rank\": 960, \"rankvar\": 4342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 897, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4755, \"group\": [4861.0, 895.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACGTAAATACG\", \"ini\": 2691, \"clust\": 2399, \"rank\": 808, \"rankvar\": 3307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 898, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2717, \"group\": [2399.0, 389.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGAGAGCTC\", \"ini\": 2690, \"clust\": 2818, \"rank\": 1214, \"rankvar\": 2445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1124, \"group\": [2816.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAGCTGGC\", \"ini\": 2689, \"clust\": 3371, \"rank\": 1415, \"rankvar\": 2167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 900, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1125, \"group\": [3370.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGATGGCGT\", \"ini\": 2688, \"clust\": 2871, \"rank\": 1389, \"rankvar\": 3379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1126, \"group\": [2870.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGGGATACC\", \"ini\": 2687, \"clust\": 3320, \"rank\": 1149, \"rankvar\": 1834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1127, \"group\": [3323.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCATGTTCCC\", \"ini\": 2686, \"clust\": 2884, \"rank\": 1813, \"rankvar\": 2980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 903, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1128, \"group\": [2884.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGGCGCTA\", \"ini\": 2685, \"clust\": 2926, \"rank\": 1776, \"rankvar\": 1099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1129, \"group\": [2927.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGACAGGCT\", \"ini\": 2684, \"clust\": 3263, \"rank\": 1548, \"rankvar\": 1296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1130, \"group\": [3262.0, 484.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACCACGTG\", \"ini\": 2683, \"clust\": 3180, \"rank\": 1459, \"rankvar\": 3253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1131, \"group\": [3179.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCTCTCGT\", \"ini\": 2682, \"clust\": 4926, \"rank\": 1191, \"rankvar\": 824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4756, \"group\": [4932.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTTTGGGCC\", \"ini\": 2681, \"clust\": 2772, \"rank\": 1411, \"rankvar\": 1233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1132, \"group\": [2790.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTTCCGTCT\", \"ini\": 2680, \"clust\": 3327, \"rank\": 1231, \"rankvar\": 723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1133, \"group\": [3327.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAACCTC\", \"ini\": 2679, \"clust\": 2491, \"rank\": 1509, \"rankvar\": 640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1134, \"group\": [2493.0, 434.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCAGAATA\", \"ini\": 2678, \"clust\": 5108, \"rank\": 1035, \"rankvar\": 4260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4757, \"group\": [5105.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGGTTCGG\", \"ini\": 2677, \"clust\": 3328, \"rank\": 1342, \"rankvar\": 2326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1135, \"group\": [3330.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAAGTCTCGGC\", \"ini\": 2676, \"clust\": 3254, \"rank\": 1648, \"rankvar\": 399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1136, \"group\": [3256.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGCTGCTG\", \"ini\": 2675, \"clust\": 3068, \"rank\": 1258, \"rankvar\": 2877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1137, \"group\": [3067.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGCCCTTA\", \"ini\": 2674, \"clust\": 5083, \"rank\": 1235, \"rankvar\": 2859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 915, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4758, \"group\": [5088.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCAGTATAAG\", \"ini\": 2673, \"clust\": 3161, \"rank\": 1234, \"rankvar\": 3501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1138, \"group\": [3161.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTCTAACGT\", \"ini\": 2672, \"clust\": 2813, \"rank\": 1528, \"rankvar\": 1188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 917, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1139, \"group\": [2811.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCACAACGCC\", \"ini\": 2671, \"clust\": 3557, \"rank\": 1233, \"rankvar\": 4524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1140, \"group\": [3556.0, 507.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGCTAGTGG\", \"ini\": 2670, \"clust\": 2341, \"rank\": 1101, \"rankvar\": 3472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 919, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2718, \"group\": [2339.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTCGCTTG\", \"ini\": 2669, \"clust\": 3325, \"rank\": 1277, \"rankvar\": 1063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1141, \"group\": [3325.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCAACTT\", \"ini\": 2668, \"clust\": 3489, \"rank\": 1710, \"rankvar\": 1201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 921, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1142, \"group\": [3489.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCTGCTGCT\", \"ini\": 2667, \"clust\": 3190, \"rank\": 1572, \"rankvar\": 2781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1143, \"group\": [3188.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACTTAACG\", \"ini\": 2666, \"clust\": 4860, \"rank\": 915, \"rankvar\": 3492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4759, \"group\": [4860.0, 895.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAATGTTGC\", \"ini\": 2665, \"clust\": 3185, \"rank\": 1218, \"rankvar\": 2084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1144, \"group\": [3186.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCCCTAACC\", \"ini\": 2664, \"clust\": 2450, \"rank\": 1552, \"rankvar\": 2830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1145, \"group\": [2451.0, 418.0, 80.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCACTCCA\", \"ini\": 2663, \"clust\": 2987, \"rank\": 1566, \"rankvar\": 1632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 926, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1146, \"group\": [2985.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCCTCCTAG\", \"ini\": 2662, \"clust\": 2377, \"rank\": 1135, \"rankvar\": 3671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 927, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2719, \"group\": [2379.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGTGACC\", \"ini\": 2661, \"clust\": 3692, \"rank\": 1256, \"rankvar\": 526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1147, \"group\": [3693.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTAGCTGCC\", \"ini\": 2660, \"clust\": 3558, \"rank\": 1390, \"rankvar\": 1186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1148, \"group\": [3557.0, 507.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCCATGA\", \"ini\": 2659, \"clust\": 4837, \"rank\": 1635, \"rankvar\": 944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 930, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4760, \"group\": [4836.0, 892.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCATAAAGGT\", \"ini\": 2658, \"clust\": 5017, \"rank\": 1587, \"rankvar\": 4346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 931, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4761, \"group\": [5021.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGCCAGAA\", \"ini\": 2657, \"clust\": 3421, \"rank\": 1345, \"rankvar\": 2206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 932, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1149, \"group\": [3420.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTAGCGATG\", \"ini\": 2656, \"clust\": 3270, \"rank\": 1004, \"rankvar\": 850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 933, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1150, \"group\": [3270.0, 485.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAGGGATA\", \"ini\": 2655, \"clust\": 5018, \"rank\": 1644, \"rankvar\": 4020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 934, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4762, \"group\": [5016.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGATACACA\", \"ini\": 2654, \"clust\": 3384, \"rank\": 1401, \"rankvar\": 1458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1151, \"group\": [3383.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACAGGCT\", \"ini\": 2653, \"clust\": 3148, \"rank\": 1151, \"rankvar\": 2153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 936, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1152, \"group\": [3147.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATCGCAT\", \"ini\": 2652, \"clust\": 2754, \"rank\": 1995, \"rankvar\": 1687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1153, \"group\": [2758.0, 474.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGAGCTTCT\", \"ini\": 2651, \"clust\": 4868, \"rank\": 1134, \"rankvar\": 3917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 938, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4763, \"group\": [4865.0, 895.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCCACGACG\", \"ini\": 2650, \"clust\": 3261, \"rank\": 1383, \"rankvar\": 1715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 939, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1154, \"group\": [3263.0, 484.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACAAGGGTCA\", \"ini\": 2649, \"clust\": 5088, \"rank\": 1403, \"rankvar\": 3433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4764, \"group\": [5084.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTGCCTTGG\", \"ini\": 2648, \"clust\": 4497, \"rank\": 2088, \"rankvar\": 5055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 941, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 64, \"group\": [4495.0, 765.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACACAGATTC\", \"ini\": 2647, \"clust\": 5154, \"rank\": 1468, \"rankvar\": 3618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 942, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4765, \"group\": [5159.0, 904.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGGTAACGTTC\", \"ini\": 2646, \"clust\": 2865, \"rank\": 1857, \"rankvar\": 3726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1155, \"group\": [2863.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCATCTGTT\", \"ini\": 2645, \"clust\": 5025, \"rank\": 1577, \"rankvar\": 2023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4766, \"group\": [5023.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCCGTTGTC\", \"ini\": 2644, \"clust\": 2567, \"rank\": 1677, \"rankvar\": 1400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1156, \"group\": [2569.0, 458.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGGTCGAT\", \"ini\": 2643, \"clust\": 1528, \"rank\": 1650, \"rankvar\": 654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 946, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3024, \"group\": [1532.0, 153.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCAACACGT\", \"ini\": 2642, \"clust\": 3337, \"rank\": 1409, \"rankvar\": 1706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 947, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1157, \"group\": [3334.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCCGATATG\", \"ini\": 2641, \"clust\": 4871, \"rank\": 1237, \"rankvar\": 2675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 948, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4767, \"group\": [4868.0, 895.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTCCAACC\", \"ini\": 2640, \"clust\": 2549, \"rank\": 1780, \"rankvar\": 543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1158, \"group\": [2550.0, 457.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGAGCTATA\", \"ini\": 2639, \"clust\": 3535, \"rank\": 1580, \"rankvar\": 128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1159, \"group\": [3535.0, 498.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCAGAAATG\", \"ini\": 2638, \"clust\": 3374, \"rank\": 1610, \"rankvar\": 4029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1160, \"group\": [3372.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGCATACT\", \"ini\": 2637, \"clust\": 3344, \"rank\": 1555, \"rankvar\": 1612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 952, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1161, \"group\": [3342.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTTGCGCAC\", \"ini\": 2636, \"clust\": 2558, \"rank\": 1707, \"rankvar\": 1153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1162, \"group\": [2559.0, 458.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCATGTCTCC\", \"ini\": 2635, \"clust\": 3435, \"rank\": 1241, \"rankvar\": 1024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1163, \"group\": [3434.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCTTTACA\", \"ini\": 2634, \"clust\": 4854, \"rank\": 1432, \"rankvar\": 3172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 955, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4768, \"group\": [4856.0, 895.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCCTCA\", \"ini\": 2633, \"clust\": 2561, \"rank\": 1760, \"rankvar\": 731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1164, \"group\": [2566.0, 458.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCAAGTCTGT\", \"ini\": 2632, \"clust\": 4478, \"rank\": 2136, \"rankvar\": 4614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 957, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 65, \"group\": [4478.0, 761.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGCGATATA\", \"ini\": 2631, \"clust\": 3116, \"rank\": 1554, \"rankvar\": 1206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1165, \"group\": [3115.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGTGGAG\", \"ini\": 2630, \"clust\": 3220, \"rank\": 1222, \"rankvar\": 2821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1166, \"group\": [3223.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAATGGATA\", \"ini\": 2629, \"clust\": 1712, \"rank\": 1568, \"rankvar\": 576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1167, \"group\": [1713.0, 221.0, 46.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTTGAGTTC\", \"ini\": 2628, \"clust\": 4988, \"rank\": 1230, \"rankvar\": 3797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 961, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4769, \"group\": [4988.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGATAGGAG\", \"ini\": 2627, \"clust\": 2947, \"rank\": 1567, \"rankvar\": 4329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1168, \"group\": [2949.0, 477.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTATGAAAC\", \"ini\": 2626, \"clust\": 3536, \"rank\": 1715, \"rankvar\": 115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1169, \"group\": [3536.0, 499.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGGAACGG\", \"ini\": 2625, \"clust\": 3660, \"rank\": 1347, \"rankvar\": 1697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 964, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1170, \"group\": [3661.0, 512.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGGTCTCG\", \"ini\": 2624, \"clust\": 2828, \"rank\": 1751, \"rankvar\": 2343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1171, \"group\": [2828.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTACGATA\", \"ini\": 2623, \"clust\": 3119, \"rank\": 1408, \"rankvar\": 4223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1172, \"group\": [3118.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGAACCT\", \"ini\": 2622, \"clust\": 2448, \"rank\": 1700, \"rankvar\": 951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1173, \"group\": [2447.0, 415.0, 79.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCGTAGTA\", \"ini\": 2621, \"clust\": 3008, \"rank\": 1686, \"rankvar\": 1748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1174, \"group\": [3008.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCCACATCCAA\", \"ini\": 2620, \"clust\": 2338, \"rank\": 1170, \"rankvar\": 3893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 969, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2720, \"group\": [2348.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACGATGT\", \"ini\": 2619, \"clust\": 4989, \"rank\": 1311, \"rankvar\": 4302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 970, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4770, \"group\": [4989.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGATCTGAA\", \"ini\": 2618, \"clust\": 3188, \"rank\": 1461, \"rankvar\": 2282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 971, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1175, \"group\": [3191.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAGAAAGG\", \"ini\": 2617, \"clust\": 2193, \"rank\": 1250, \"rankvar\": 1547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 972, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2721, \"group\": [2196.0, 368.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTGGTCCGT\", \"ini\": 2616, \"clust\": 5002, \"rank\": 1006, \"rankvar\": 4046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 973, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4771, \"group\": [5000.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGTCACGCC\", \"ini\": 2615, \"clust\": 3490, \"rank\": 1622, \"rankvar\": 512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1176, \"group\": [3490.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTACTCTCC\", \"ini\": 2614, \"clust\": 2872, \"rank\": 1431, \"rankvar\": 2524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1177, \"group\": [2871.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGCCACTAT\", \"ini\": 2613, \"clust\": 4424, \"rank\": 1828, \"rankvar\": 4414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 976, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 66, \"group\": [4423.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGCTAAACA\", \"ini\": 2612, \"clust\": 2925, \"rank\": 2094, \"rankvar\": 2422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1178, \"group\": [2928.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAATAGCAA\", \"ini\": 2611, \"clust\": 2345, \"rank\": 1183, \"rankvar\": 4163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2722, \"group\": [2344.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGGTGTCCTCT\", \"ini\": 2610, \"clust\": 3122, \"rank\": 1470, \"rankvar\": 1649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1179, \"group\": [3127.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAGCTGGT\", \"ini\": 2609, \"clust\": 3195, \"rank\": 1750, \"rankvar\": 727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1180, \"group\": [3193.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTGTTGAGTTC\", \"ini\": 2608, \"clust\": 3170, \"rank\": 1465, \"rankvar\": 1476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1181, \"group\": [3168.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCCATTC\", \"ini\": 2607, \"clust\": 3335, \"rank\": 1705, \"rankvar\": 1171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1182, \"group\": [3339.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACAGTCAGAG\", \"ini\": 2606, \"clust\": 2469, \"rank\": 1991, \"rankvar\": 2016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1183, \"group\": [2469.0, 429.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCGCCTGAG\", \"ini\": 2605, \"clust\": 3080, \"rank\": 1536, \"rankvar\": 3269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 984, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1184, \"group\": [3082.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAGTTAACC\", \"ini\": 2604, \"clust\": 2790, \"rank\": 1584, \"rankvar\": 2318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1185, \"group\": [2786.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGAACTGTA\", \"ini\": 2603, \"clust\": 5157, \"rank\": 1039, \"rankvar\": 3278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 986, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4772, \"group\": [5158.0, 904.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACACCGAAAG\", \"ini\": 2602, \"clust\": 4375, \"rank\": 1229, \"rankvar\": 4426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 987, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 67, \"group\": [4372.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCATCTGTT\", \"ini\": 2601, \"clust\": 3478, \"rank\": 1747, \"rankvar\": 545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1186, \"group\": [3477.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCTTGCCGT\", \"ini\": 2600, \"clust\": 3372, \"rank\": 1479, \"rankvar\": 1663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 989, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1187, \"group\": [3371.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGCGTAGTG\", \"ini\": 2599, \"clust\": 3297, \"rank\": 1595, \"rankvar\": 3168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 990, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1188, \"group\": [3295.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCCTGCTT\", \"ini\": 2598, \"clust\": 1666, \"rank\": 2448, \"rankvar\": 1302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 991, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2094, \"group\": [1669.0, 200.0, 41.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTAGCTCCG\", \"ini\": 2597, \"clust\": 3207, \"rank\": 1048, \"rankvar\": 2022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1189, \"group\": [3206.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGCTGAACG\", \"ini\": 2596, \"clust\": 5095, \"rank\": 1352, \"rankvar\": 2642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 993, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4773, \"group\": [5093.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCCAACAG\", \"ini\": 2595, \"clust\": 3370, \"rank\": 2006, \"rankvar\": 2310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1190, \"group\": [3375.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTTAACGA\", \"ini\": 2594, \"clust\": 3243, \"rank\": 1344, \"rankvar\": 1293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1191, \"group\": [3241.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAAGA\", \"ini\": 2593, \"clust\": 3167, \"rank\": 1228, \"rankvar\": 2879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 996, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1192, \"group\": [3167.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAGCCTAA\", \"ini\": 2592, \"clust\": 2819, \"rank\": 1870, \"rankvar\": 1352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1193, \"group\": [2817.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGAGGGAGTAA\", \"ini\": 2591, \"clust\": 4906, \"rank\": 1185, \"rankvar\": 3467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 998, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4774, \"group\": [4906.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAAACAAG\", \"ini\": 2590, \"clust\": 3473, \"rank\": 1447, \"rankvar\": 2379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 999, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1194, \"group\": [3473.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGATGTAAC\", \"ini\": 2589, \"clust\": 2950, \"rank\": 1457, \"rankvar\": 3966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1000, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1195, \"group\": [2952.0, 477.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCAAATCA\", \"ini\": 2588, \"clust\": 2226, \"rank\": 1708, \"rankvar\": 1889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1001, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2723, \"group\": [2227.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGCATGTG\", \"ini\": 2587, \"clust\": 2364, \"rank\": 1455, \"rankvar\": 3366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1002, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2724, \"group\": [2364.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCTACGA\", \"ini\": 2586, \"clust\": 2787, \"rank\": 1446, \"rankvar\": 955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1196, \"group\": [2788.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTTGGTTTG\", \"ini\": 2585, \"clust\": 5181, \"rank\": 1166, \"rankvar\": 2439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4775, \"group\": [5179.0, 905.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGGCAAAGA\", \"ini\": 2584, \"clust\": 2953, \"rank\": 1796, \"rankvar\": 2629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1197, \"group\": [2953.0, 477.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCAGTAGT\", \"ini\": 2583, \"clust\": 3110, \"rank\": 1781, \"rankvar\": 3560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1006, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1198, \"group\": [3111.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCACGAAT\", \"ini\": 2582, \"clust\": 2890, \"rank\": 1585, \"rankvar\": 3520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1199, \"group\": [2889.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGACGGA\", \"ini\": 2581, \"clust\": 2879, \"rank\": 1541, \"rankvar\": 2349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1008, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1200, \"group\": [2876.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGACTG\", \"ini\": 2580, \"clust\": 4469, \"rank\": 2026, \"rankvar\": 2732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1009, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 68, \"group\": [4467.0, 761.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCATGAAC\", \"ini\": 2579, \"clust\": 3707, \"rank\": 1413, \"rankvar\": 747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1010, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1201, \"group\": [3709.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTTCGTGAT\", \"ini\": 2578, \"clust\": 2893, \"rank\": 1840, \"rankvar\": 2588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1011, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1202, \"group\": [2892.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCCGTTAA\", \"ini\": 2577, \"clust\": 3477, \"rank\": 1506, \"rankvar\": 2120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1203, \"group\": [3476.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCAACATC\", \"ini\": 2576, \"clust\": 4771, \"rank\": 1592, \"rankvar\": 2740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1013, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4776, \"group\": [5186.0, 907.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATCTACGA\", \"ini\": 2575, \"clust\": 3354, \"rank\": 1599, \"rankvar\": 1468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1014, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1204, \"group\": [3357.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCAATC\", \"ini\": 2574, \"clust\": 3088, \"rank\": 1491, \"rankvar\": 2522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1205, \"group\": [3086.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCAGCGTA\", \"ini\": 2573, \"clust\": 3676, \"rank\": 967, \"rankvar\": 419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1016, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1206, \"group\": [3676.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTTACGGG\", \"ini\": 2572, \"clust\": 2358, \"rank\": 1938, \"rankvar\": 2690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1017, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2725, \"group\": [2359.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGGATGTAT\", \"ini\": 2571, \"clust\": 2479, \"rank\": 1565, \"rankvar\": 632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1018, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1207, \"group\": [2478.0, 432.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTAGCGTAG\", \"ini\": 2570, \"clust\": 3544, \"rank\": 1015, \"rankvar\": 3786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1208, \"group\": [3545.0, 504.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGGAACTGC\", \"ini\": 2569, \"clust\": 3708, \"rank\": 1603, \"rankvar\": 1597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1209, \"group\": [3707.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCATGTAGTC\", \"ini\": 2568, \"clust\": 3662, \"rank\": 1495, \"rankvar\": 861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1210, \"group\": [3663.0, 512.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCGGAAATA\", \"ini\": 2567, \"clust\": 3471, \"rank\": 1732, \"rankvar\": 1902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1022, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1211, \"group\": [3470.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGGCACATG\", \"ini\": 2566, \"clust\": 2533, \"rank\": 1487, \"rankvar\": 1344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1212, \"group\": [2532.0, 449.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGTCAGAG\", \"ini\": 2565, \"clust\": 2881, \"rank\": 1679, \"rankvar\": 3999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1213, \"group\": [2882.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTCTAGAGG\", \"ini\": 2564, \"clust\": 1548, \"rank\": 529, \"rankvar\": 5065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1025, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3117, \"group\": [1548.0, 160.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGGCTCTTA\", \"ini\": 2563, \"clust\": 4290, \"rank\": 2126, \"rankvar\": 4203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1026, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 69, \"group\": [4291.0, 739.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTTCCCGAG\", \"ini\": 2562, \"clust\": 2716, \"rank\": 1529, \"rankvar\": 3736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1214, \"group\": [2714.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCCGTCAAA\", \"ini\": 2561, \"clust\": 4288, \"rank\": 1834, \"rankvar\": 4550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1028, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5130, \"group\": [4289.0, 738.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATGATCCA\", \"ini\": 2560, \"clust\": 5163, \"rank\": 1602, \"rankvar\": 1104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1029, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4777, \"group\": [5161.0, 905.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACTCGTCGTTC\", \"ini\": 2559, \"clust\": 2227, \"rank\": 1850, \"rankvar\": 3548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1030, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2726, \"group\": [2228.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACAGAGGT\", \"ini\": 2558, \"clust\": 2335, \"rank\": 1309, \"rankvar\": 4594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2727, \"group\": [2333.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTAAATACG\", \"ini\": 2557, \"clust\": 2098, \"rank\": 1545, \"rankvar\": 2901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1032, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2728, \"group\": [2103.0, 358.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACATTAGC\", \"ini\": 2556, \"clust\": 3210, \"rank\": 1433, \"rankvar\": 3106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1033, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1215, \"group\": [3209.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAACGCACC\", \"ini\": 2555, \"clust\": 4575, \"rank\": 2457, \"rankvar\": 669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1034, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4778, \"group\": [4576.0, 804.0, 143.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAAAGCAAT\", \"ini\": 2554, \"clust\": 2550, \"rank\": 1958, \"rankvar\": 816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1216, \"group\": [2551.0, 457.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGGTACC\", \"ini\": 2553, \"clust\": 3279, \"rank\": 1404, \"rankvar\": 813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1036, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1217, \"group\": [3279.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGTCAGATAAG\", \"ini\": 2552, \"clust\": 2396, \"rank\": 1288, \"rankvar\": 3589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2729, \"group\": [2407.0, 390.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGCATGTG\", \"ini\": 2551, \"clust\": 3463, \"rank\": 1932, \"rankvar\": 2913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1218, \"group\": [3463.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGTGCA\", \"ini\": 2550, \"clust\": 3214, \"rank\": 1607, \"rankvar\": 3055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1219, \"group\": [3213.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTAATGA\", \"ini\": 2549, \"clust\": 4856, \"rank\": 1027, \"rankvar\": 3908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1040, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4779, \"group\": [4855.0, 895.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTAATCACC\", \"ini\": 2548, \"clust\": 5111, \"rank\": 1102, \"rankvar\": 4436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1041, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4780, \"group\": [5113.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGGTGACCA\", \"ini\": 2547, \"clust\": 2508, \"rank\": 1933, \"rankvar\": 1004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1042, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1220, \"group\": [2505.0, 439.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTCCAGGA\", \"ini\": 2546, \"clust\": 5086, \"rank\": 1193, \"rankvar\": 3087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1043, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4781, \"group\": [5082.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTATTCTC\", \"ini\": 2545, \"clust\": 2990, \"rank\": 1571, \"rankvar\": 1602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1044, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1221, \"group\": [2989.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCATGCTC\", \"ini\": 2544, \"clust\": 3273, \"rank\": 1330, \"rankvar\": 1271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1045, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1222, \"group\": [3272.0, 485.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGAGCTGCA\", \"ini\": 2543, \"clust\": 3111, \"rank\": 1786, \"rankvar\": 2058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1223, \"group\": [3109.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTACTTGAC\", \"ini\": 2542, \"clust\": 3174, \"rank\": 1560, \"rankvar\": 3780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1047, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1224, \"group\": [3177.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGAGCGAG\", \"ini\": 2541, \"clust\": 3334, \"rank\": 1718, \"rankvar\": 858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1225, \"group\": [3340.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGAATCCA\", \"ini\": 2540, \"clust\": 4986, \"rank\": 1492, \"rankvar\": 4309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4782, \"group\": [4986.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGGTAAG\", \"ini\": 2539, \"clust\": 4889, \"rank\": 1386, \"rankvar\": 4076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1050, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4783, \"group\": [4889.0, 897.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGTTCGATC\", \"ini\": 2538, \"clust\": 4393, \"rank\": 1655, \"rankvar\": 4888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1051, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 70, \"group\": [4390.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTCTGGAGA\", \"ini\": 2537, \"clust\": 3724, \"rank\": 1987, \"rankvar\": 2949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1226, \"group\": [3723.0, 524.0, 87.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCAGACACTT\", \"ini\": 2536, \"clust\": 2839, \"rank\": 1824, \"rankvar\": 3128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1227, \"group\": [2839.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCTGTACGA\", \"ini\": 2535, \"clust\": 3221, \"rank\": 1329, \"rankvar\": 2947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1054, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1228, \"group\": [3222.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTATCCTA\", \"ini\": 2534, \"clust\": 2713, \"rank\": 1629, \"rankvar\": 2924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1055, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1229, \"group\": [2711.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATGCTTG\", \"ini\": 2533, \"clust\": 4830, \"rank\": 1150, \"rankvar\": 1709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1056, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4784, \"group\": [4849.0, 893.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACCGGAAA\", \"ini\": 2532, \"clust\": 5106, \"rank\": 908, \"rankvar\": 3880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1057, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4785, \"group\": [5108.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCAACCATG\", \"ini\": 2531, \"clust\": 3112, \"rank\": 1724, \"rankvar\": 2075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1230, \"group\": [3110.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGCATCG\", \"ini\": 2530, \"clust\": 2504, \"rank\": 2220, \"rankvar\": 531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1231, \"group\": [2500.0, 438.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACAACGATGG\", \"ini\": 2529, \"clust\": 3154, \"rank\": 1503, \"rankvar\": 2659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1060, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1232, \"group\": [3152.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACAGGAGT\", \"ini\": 2528, \"clust\": 2873, \"rank\": 1803, \"rankvar\": 3940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1233, \"group\": [2873.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATAAGACA\", \"ini\": 2527, \"clust\": 3152, \"rank\": 1639, \"rankvar\": 2769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1234, \"group\": [3153.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCAAGGTAA\", \"ini\": 2526, \"clust\": 2837, \"rank\": 1810, \"rankvar\": 1681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1063, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1235, \"group\": [2837.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTCCTCCAT\", \"ini\": 2525, \"clust\": 2840, \"rank\": 1955, \"rankvar\": 2138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1236, \"group\": [2840.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTTCTGTTT\", \"ini\": 2524, \"clust\": 2988, \"rank\": 1862, \"rankvar\": 1443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1065, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1237, \"group\": [2986.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTGACTCAT\", \"ini\": 2523, \"clust\": 5069, \"rank\": 1559, \"rankvar\": 3896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1066, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4786, \"group\": [5068.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACAGTCGC\", \"ini\": 2522, \"clust\": 3010, \"rank\": 1683, \"rankvar\": 3310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1067, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1238, \"group\": [3010.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGCTCCT\", \"ini\": 2521, \"clust\": 2728, \"rank\": 1273, \"rankvar\": 2986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1068, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1239, \"group\": [2728.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGGACAGAA\", \"ini\": 2520, \"clust\": 4975, \"rank\": 1538, \"rankvar\": 3643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4787, \"group\": [4974.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCGTGTAAGTA\", \"ini\": 2519, \"clust\": 4885, \"rank\": 1775, \"rankvar\": 2639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1070, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4788, \"group\": [4883.0, 897.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACGCATA\", \"ini\": 2518, \"clust\": 2877, \"rank\": 1951, \"rankvar\": 2019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1240, \"group\": [2877.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGCTCTTC\", \"ini\": 2517, \"clust\": 3222, \"rank\": 1497, \"rankvar\": 3810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1072, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1241, \"group\": [3220.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGTGGGTTG\", \"ini\": 2516, \"clust\": 3071, \"rank\": 1429, \"rankvar\": 2751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1073, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1242, \"group\": [3071.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTCGGGTCT\", \"ini\": 2515, \"clust\": 2977, \"rank\": 1675, \"rankvar\": 1950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1074, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1243, \"group\": [2976.0, 479.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCTGGGCCA\", \"ini\": 2514, \"clust\": 3013, \"rank\": 1865, \"rankvar\": 3274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1244, \"group\": [3012.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACTAGTAC\", \"ini\": 2513, \"clust\": 4493, \"rank\": 1867, \"rankvar\": 4601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1076, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 71, \"group\": [4491.0, 765.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGCCTCGTG\", \"ini\": 2512, \"clust\": 3271, \"rank\": 1729, \"rankvar\": 330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1245, \"group\": [3275.0, 485.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCATTCACTT\", \"ini\": 2511, \"clust\": 2477, \"rank\": 1561, \"rankvar\": 2945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1078, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1246, \"group\": [2476.0, 432.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTAACGACG\", \"ini\": 2510, \"clust\": 3186, \"rank\": 1728, \"rankvar\": 2590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1247, \"group\": [3184.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGCATGTG\", \"ini\": 2509, \"clust\": 5093, \"rank\": 1320, \"rankvar\": 1786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1080, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4789, \"group\": [5094.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATAAGCA\", \"ini\": 2508, \"clust\": 3373, \"rank\": 1687, \"rankvar\": 1132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1248, \"group\": [3374.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTACGAGT\", \"ini\": 2507, \"clust\": 1539, \"rank\": 1296, \"rankvar\": 412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3118, \"group\": [1539.0, 157.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCCTCAATT\", \"ini\": 2506, \"clust\": 2386, \"rank\": 1773, \"rankvar\": 3123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1083, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2730, \"group\": [2385.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGAGGTG\", \"ini\": 2505, \"clust\": 4979, \"rank\": 1525, \"rankvar\": 3249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1084, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4790, \"group\": [4977.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCTGATTCT\", \"ini\": 2504, \"clust\": 2887, \"rank\": 1858, \"rankvar\": 2867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1085, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1249, \"group\": [2886.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGTCTTACCGC\", \"ini\": 2503, \"clust\": 1544, \"rank\": 765, \"rankvar\": 4382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3119, \"group\": [1544.0, 159.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGCAATTA\", \"ini\": 2502, \"clust\": 4833, \"rank\": 1425, \"rankvar\": 1884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1087, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4791, \"group\": [4831.0, 892.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTTCTGTTTGT\", \"ini\": 2501, \"clust\": 3196, \"rank\": 1693, \"rankvar\": 2492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1088, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1250, \"group\": [3195.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTTACCAGT\", \"ini\": 2500, \"clust\": 3213, \"rank\": 1807, \"rankvar\": 1226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1251, \"group\": [3215.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCACAGATTC\", \"ini\": 2499, \"clust\": 2724, \"rank\": 1501, \"rankvar\": 3237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1090, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1252, \"group\": [2724.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCATTAACCG\", \"ini\": 2498, \"clust\": 4831, \"rank\": 1722, \"rankvar\": 2239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1091, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4792, \"group\": [4834.0, 892.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTTCCCT\", \"ini\": 2497, \"clust\": 3228, \"rank\": 1770, \"rankvar\": 4234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1253, \"group\": [3224.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCTCCCATTAT\", \"ini\": 2496, \"clust\": 209, \"rank\": 1262, \"rankvar\": 3980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1093, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 235, \"group\": [208.0, 45.0, 12.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGACAGGCT\", \"ini\": 2495, \"clust\": 3369, \"rank\": 1583, \"rankvar\": 2647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1254, \"group\": [3368.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCATGCCG\", \"ini\": 2494, \"clust\": 5087, \"rank\": 1463, \"rankvar\": 3535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1095, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4793, \"group\": [5083.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTTTCGCTC\", \"ini\": 2493, \"clust\": 5105, \"rank\": 919, \"rankvar\": 4089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1096, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4794, \"group\": [5104.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGCGATCCC\", \"ini\": 2492, \"clust\": 1663, \"rank\": 2058, \"rankvar\": 484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1097, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2095, \"group\": [1666.0, 197.0, 41.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTGAGAT\", \"ini\": 2491, \"clust\": 5070, \"rank\": 1578, \"rankvar\": 1732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1098, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4795, \"group\": [5069.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATGCTCC\", \"ini\": 2490, \"clust\": 4373, \"rank\": 1822, \"rankvar\": 4695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 72, \"group\": [4375.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCACATACG\", \"ini\": 2489, \"clust\": 3663, \"rank\": 1691, \"rankvar\": 548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1255, \"group\": [3664.0, 512.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTCGTGC\", \"ini\": 2488, \"clust\": 2505, \"rank\": 2257, \"rankvar\": 729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1256, \"group\": [2501.0, 438.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAAGAGTCTGG\", \"ini\": 2487, \"clust\": 3018, \"rank\": 1922, \"rankvar\": 2910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1102, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1257, \"group\": [3017.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTGGC\", \"ini\": 2486, \"clust\": 3562, \"rank\": 1684, \"rankvar\": 1877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1258, \"group\": [3565.0, 507.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACAACA\", \"ini\": 2485, \"clust\": 2568, \"rank\": 1698, \"rankvar\": 793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1259, \"group\": [2567.0, 458.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCTCAAACG\", \"ini\": 2484, \"clust\": 2573, \"rank\": 2053, \"rankvar\": 371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1260, \"group\": [2575.0, 458.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTATCGCAT\", \"ini\": 2483, \"clust\": 3031, \"rank\": 1905, \"rankvar\": 4028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1106, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1261, \"group\": [3030.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCGCATGAT\", \"ini\": 2482, \"clust\": 3353, \"rank\": 1638, \"rankvar\": 685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1262, \"group\": [3352.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACACTTGGAT\", \"ini\": 2481, \"clust\": 2506, \"rank\": 1726, \"rankvar\": 1277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1263, \"group\": [2506.0, 439.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCCAGGAT\", \"ini\": 2480, \"clust\": 3117, \"rank\": 1719, \"rankvar\": 2894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1109, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1264, \"group\": [3116.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGATCTGCAGTA\", \"ini\": 2479, \"clust\": 2962, \"rank\": 2013, \"rankvar\": 2610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1110, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1265, \"group\": [2960.0, 477.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGCATCTA\", \"ini\": 2478, \"clust\": 3223, \"rank\": 1601, \"rankvar\": 2800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1266, \"group\": [3221.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAGTCGC\", \"ini\": 2477, \"clust\": 3187, \"rank\": 1381, \"rankvar\": 2501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1267, \"group\": [3185.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTCACCTAA\", \"ini\": 2476, \"clust\": 3065, \"rank\": 1398, \"rankvar\": 4008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1268, \"group\": [3064.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTCCCTGA\", \"ini\": 2475, \"clust\": 5005, \"rank\": 1418, \"rankvar\": 4085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1114, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4796, \"group\": [5015.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCATTTCAGG\", \"ini\": 2474, \"clust\": 3556, \"rank\": 1505, \"rankvar\": 2521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1115, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1269, \"group\": [3558.0, 507.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAGACTTA\", \"ini\": 2473, \"clust\": 2569, \"rank\": 1830, \"rankvar\": 1225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1270, \"group\": [2568.0, 458.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGCCAAAT\", \"ini\": 2472, \"clust\": 4572, \"rank\": 2364, \"rankvar\": 135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1271, \"group\": [4575.0, 803.0, 142.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCAGGCTA\", \"ini\": 2471, \"clust\": 3375, \"rank\": 1817, \"rankvar\": 3647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1272, \"group\": [3373.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAATCACAC\", \"ini\": 2470, \"clust\": 2975, \"rank\": 1660, \"rankvar\": 1857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1273, \"group\": [2977.0, 479.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAAGACACG\", \"ini\": 2469, \"clust\": 2778, \"rank\": 1609, \"rankvar\": 890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1120, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1274, \"group\": [2777.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCACCTTGTC\", \"ini\": 2468, \"clust\": 3199, \"rank\": 1564, \"rankvar\": 2304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1275, \"group\": [3198.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGAGCAATT\", \"ini\": 2467, \"clust\": 3241, \"rank\": 1682, \"rankvar\": 1139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1122, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1276, \"group\": [3242.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTGTCAAG\", \"ini\": 2466, \"clust\": 3014, \"rank\": 1793, \"rankvar\": 3331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1277, \"group\": [3013.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTCCCTTGT\", \"ini\": 2465, \"clust\": 3003, \"rank\": 1954, \"rankvar\": 2643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1278, \"group\": [3003.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCGTCTGCT\", \"ini\": 2464, \"clust\": 3082, \"rank\": 1498, \"rankvar\": 1078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1279, \"group\": [3081.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTTTGGCGC\", \"ini\": 2463, \"clust\": 3516, \"rank\": 1739, \"rankvar\": 1852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1126, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1280, \"group\": [3518.0, 494.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAATGCCAT\", \"ini\": 2462, \"clust\": 2780, \"rank\": 1855, \"rankvar\": 679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1281, \"group\": [2779.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGCGATCC\", \"ini\": 2461, \"clust\": 5089, \"rank\": 1670, \"rankvar\": 2091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4797, \"group\": [5085.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATTGGTAC\", \"ini\": 2460, \"clust\": 4862, \"rank\": 1036, \"rankvar\": 4256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4798, \"group\": [4863.0, 895.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTATAGGTA\", \"ini\": 2459, \"clust\": 2715, \"rank\": 1456, \"rankvar\": 2197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1282, \"group\": [2716.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGAAGCAC\", \"ini\": 2458, \"clust\": 3323, \"rank\": 1604, \"rankvar\": 1440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1131, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1283, \"group\": [3321.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCTGAT\", \"ini\": 2457, \"clust\": 4479, \"rank\": 1591, \"rankvar\": 5130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 73, \"group\": [4476.0, 761.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGTCATTTGGG\", \"ini\": 2456, \"clust\": 2017, \"rank\": 2159, \"rankvar\": 3558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1133, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2731, \"group\": [2020.0, 339.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGCTATA\", \"ini\": 2455, \"clust\": 2751, \"rank\": 2166, \"rankvar\": 3001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1134, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1284, \"group\": [2752.0, 473.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCTGCAAT\", \"ini\": 2454, \"clust\": 2456, \"rank\": 1372, \"rankvar\": 2962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1285, \"group\": [2456.0, 423.0, 82.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGGGTTTCT\", \"ini\": 2453, \"clust\": 3150, \"rank\": 1823, \"rankvar\": 2429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1286, \"group\": [3150.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAATAGAGT\", \"ini\": 2452, \"clust\": 2692, \"rank\": 2009, \"rankvar\": 1441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1287, \"group\": [2697.0, 470.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAAGCCTAT\", \"ini\": 2451, \"clust\": 3049, \"rank\": 1588, \"rankvar\": 2468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1288, \"group\": [3051.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCCGAACGC\", \"ini\": 2450, \"clust\": 5079, \"rank\": 1450, \"rankvar\": 3825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1139, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4799, \"group\": [5081.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCACCTTGTC\", \"ini\": 2449, \"clust\": 2836, \"rank\": 1947, \"rankvar\": 2774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1289, \"group\": [2836.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGAGTCTGG\", \"ini\": 2448, \"clust\": 3032, \"rank\": 2025, \"rankvar\": 2554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1141, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1290, \"group\": [3031.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAAGGACAC\", \"ini\": 2447, \"clust\": 4869, \"rank\": 1067, \"rankvar\": 4073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4800, \"group\": [4866.0, 895.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTCGCATC\", \"ini\": 2446, \"clust\": 3425, \"rank\": 1875, \"rankvar\": 1716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1291, \"group\": [3423.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGTAAA\", \"ini\": 2445, \"clust\": 2788, \"rank\": 1902, \"rankvar\": 3162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1292, \"group\": [2787.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACATCTTGCATT\", \"ini\": 2444, \"clust\": 3246, \"rank\": 1744, \"rankvar\": 1149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1293, \"group\": [3246.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACGCCAGT\", \"ini\": 2443, \"clust\": 3522, \"rank\": 1915, \"rankvar\": 1288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1294, \"group\": [3521.0, 494.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACATTGCGGC\", \"ini\": 2442, \"clust\": 2516, \"rank\": 1909, \"rankvar\": 329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1147, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1295, \"group\": [2516.0, 442.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGATGTGGC\", \"ini\": 2441, \"clust\": 1644, \"rank\": 1695, \"rankvar\": 779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3120, \"group\": [1645.0, 179.0, 33.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTGGTTTCA\", \"ini\": 2440, \"clust\": 3281, \"rank\": 1445, \"rankvar\": 1050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1296, \"group\": [3281.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAACACCTA\", \"ini\": 2439, \"clust\": 2707, \"rank\": 1899, \"rankvar\": 2535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1150, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1297, \"group\": [2707.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCTACCTC\", \"ini\": 2438, \"clust\": 3465, \"rank\": 2214, \"rankvar\": 3855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1298, \"group\": [3465.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAATTCCTT\", \"ini\": 2437, \"clust\": 2652, \"rank\": 2239, \"rankvar\": 3485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1299, \"group\": [2651.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGCGCAA\", \"ini\": 2436, \"clust\": 2973, \"rank\": 2057, \"rankvar\": 1140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1300, \"group\": [2973.0, 479.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGTAGGTGC\", \"ini\": 2435, \"clust\": 2814, \"rank\": 1692, \"rankvar\": 1598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1301, \"group\": [2812.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCAATCTC\", \"ini\": 2434, \"clust\": 3176, \"rank\": 1935, \"rankvar\": 1695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1302, \"group\": [3174.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTTGTAGA\", \"ini\": 2433, \"clust\": 4554, \"rank\": 1362, \"rankvar\": 4237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1156, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 74, \"group\": [4569.0, 799.0, 141.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAAATGTG\", \"ini\": 2432, \"clust\": 3264, \"rank\": 1797, \"rankvar\": 2099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1303, \"group\": [3266.0, 484.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTACCGCTG\", \"ini\": 2431, \"clust\": 3093, \"rank\": 1515, \"rankvar\": 2513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1304, \"group\": [3095.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCACATGGGA\", \"ini\": 2430, \"clust\": 3239, \"rank\": 1663, \"rankvar\": 2837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1159, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1305, \"group\": [3238.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGATCTGAA\", \"ini\": 2429, \"clust\": 2693, \"rank\": 1943, \"rankvar\": 2920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1306, \"group\": [2696.0, 470.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCGCCTCA\", \"ini\": 2428, \"clust\": 4835, \"rank\": 1617, \"rankvar\": 2298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4801, \"group\": [4833.0, 892.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGTTTGGT\", \"ini\": 2427, \"clust\": 4899, \"rank\": 1358, \"rankvar\": 3377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4802, \"group\": [4901.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTATTAGCC\", \"ini\": 2426, \"clust\": 2774, \"rank\": 1882, \"rankvar\": 1772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1307, \"group\": [2774.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGAGGGATA\", \"ini\": 2425, \"clust\": 2794, \"rank\": 1979, \"rankvar\": 601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1308, \"group\": [2793.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTGAGTATA\", \"ini\": 2424, \"clust\": 3519, \"rank\": 1881, \"rankvar\": 775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1309, \"group\": [3519.0, 494.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGGCTAGAC\", \"ini\": 2423, \"clust\": 3169, \"rank\": 1783, \"rankvar\": 2320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1310, \"group\": [3170.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTCCTGCTT\", \"ini\": 2422, \"clust\": 2574, \"rank\": 2362, \"rankvar\": 1094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1311, \"group\": [2573.0, 458.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAGACGCCT\", \"ini\": 2421, \"clust\": 2972, \"rank\": 1892, \"rankvar\": 3838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1312, \"group\": [2972.0, 479.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGTAGTGCG\", \"ini\": 2420, \"clust\": 4886, \"rank\": 1964, \"rankvar\": 3605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4803, \"group\": [4884.0, 897.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTAGAACAATC\", \"ini\": 2419, \"clust\": 3162, \"rank\": 1474, \"rankvar\": 3126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1313, \"group\": [3162.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCGGTGTCG\", \"ini\": 2418, \"clust\": 3229, \"rank\": 1486, \"rankvar\": 3931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1314, \"group\": [3225.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTCAATAG\", \"ini\": 2417, \"clust\": 2307, \"rank\": 1843, \"rankvar\": 1572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1172, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2732, \"group\": [2310.0, 375.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAGCTGGT\", \"ini\": 2416, \"clust\": 3422, \"rank\": 1613, \"rankvar\": 1795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1315, \"group\": [3421.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGCGACC\", \"ini\": 2415, \"clust\": 3203, \"rank\": 1619, \"rankvar\": 1170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1316, \"group\": [3203.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACATTGAGCT\", \"ini\": 2414, \"clust\": 2956, \"rank\": 2115, \"rankvar\": 4335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1317, \"group\": [2955.0, 477.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCGAATCT\", \"ini\": 2413, \"clust\": 2876, \"rank\": 1919, \"rankvar\": 3337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1318, \"group\": [2878.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCCCTAAT\", \"ini\": 2412, \"clust\": 3247, \"rank\": 2002, \"rankvar\": 1854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1319, \"group\": [3247.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTAACTGG\", \"ini\": 2411, \"clust\": 3104, \"rank\": 1547, \"rankvar\": 3595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1320, \"group\": [3102.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGAGCTC\", \"ini\": 2410, \"clust\": 3232, \"rank\": 1669, \"rankvar\": 2407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1321, \"group\": [3230.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGACGAA\", \"ini\": 2409, \"clust\": 2688, \"rank\": 1697, \"rankvar\": 3518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1322, \"group\": [2688.0, 469.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGAAACCTA\", \"ini\": 2408, \"clust\": 4864, \"rank\": 1535, \"rankvar\": 3698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1181, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4804, \"group\": [4862.0, 895.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCTGCC\", \"ini\": 2407, \"clust\": 4931, \"rank\": 1298, \"rankvar\": 3081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1182, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4805, \"group\": [4929.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTCTCTTTA\", \"ini\": 2406, \"clust\": 3520, \"rank\": 1860, \"rankvar\": 622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1323, \"group\": [3520.0, 494.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTAGAGC\", \"ini\": 2405, \"clust\": 5011, \"rank\": 1502, \"rankvar\": 4398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4806, \"group\": [5008.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGCCGATTT\", \"ini\": 2404, \"clust\": 3145, \"rank\": 1581, \"rankvar\": 1881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1324, \"group\": [3145.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCATTCACT\", \"ini\": 2403, \"clust\": 5084, \"rank\": 1569, \"rankvar\": 2556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1186, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4807, \"group\": [5087.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTCACGGC\", \"ini\": 2402, \"clust\": 2714, \"rank\": 1652, \"rankvar\": 3490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1325, \"group\": [2712.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCATGCAAC\", \"ini\": 2401, \"clust\": 2809, \"rank\": 1754, \"rankvar\": 870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1326, \"group\": [2806.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCGCGTTT\", \"ini\": 2400, \"clust\": 3204, \"rank\": 1339, \"rankvar\": 2418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1327, \"group\": [3204.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCACTAT\", \"ini\": 2399, \"clust\": 4621, \"rank\": 2534, \"rankvar\": 388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1190, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4808, \"group\": [4621.0, 826.0, 146.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGTCAGCC\", \"ini\": 2398, \"clust\": 2957, \"rank\": 2125, \"rankvar\": 3977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1328, \"group\": [2956.0, 477.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATAACCG\", \"ini\": 2397, \"clust\": 1531, \"rank\": 2017, \"rankvar\": 1845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1192, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3025, \"group\": [1530.0, 152.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCGTAGTA\", \"ini\": 2396, \"clust\": 3165, \"rank\": 1598, \"rankvar\": 2793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1329, \"group\": [3165.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTTGCTCCT\", \"ini\": 2395, \"clust\": 2853, \"rank\": 2054, \"rankvar\": 2766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1194, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1330, \"group\": [2851.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCGTCTGCT\", \"ini\": 2394, \"clust\": 2900, \"rank\": 1908, \"rankvar\": 4195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1331, \"group\": [2900.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTCATACTG\", \"ini\": 2393, \"clust\": 4983, \"rank\": 2323, \"rankvar\": 2801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4809, \"group\": [4984.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCCCACTTG\", \"ini\": 2392, \"clust\": 3133, \"rank\": 1611, \"rankvar\": 1933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1332, \"group\": [3133.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAAGGCTCC\", \"ini\": 2391, \"clust\": 3096, \"rank\": 1543, \"rankvar\": 4013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1333, \"group\": [3096.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGAACAT\", \"ini\": 2390, \"clust\": 2791, \"rank\": 2103, \"rankvar\": 644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1199, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1334, \"group\": [2791.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCTCTAGC\", \"ini\": 2389, \"clust\": 4991, \"rank\": 1350, \"rankvar\": 4464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4810, \"group\": [4990.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTAGGAGTTGC\", \"ini\": 2388, \"clust\": 5174, \"rank\": 1711, \"rankvar\": 2491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1201, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4811, \"group\": [5184.0, 905.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTGAAATCA\", \"ini\": 2387, \"clust\": 3282, \"rank\": 1657, \"rankvar\": 744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1335, \"group\": [3282.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGCCACGTC\", \"ini\": 2386, \"clust\": 2566, \"rank\": 1681, \"rankvar\": 2489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1336, \"group\": [2572.0, 458.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTAATTGGA\", \"ini\": 2385, \"clust\": 2824, \"rank\": 1873, \"rankvar\": 2455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1204, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1337, \"group\": [2822.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTAGATTAG\", \"ini\": 2384, \"clust\": 3151, \"rank\": 1742, \"rankvar\": 1625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1205, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1338, \"group\": [3154.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGCGATG\", \"ini\": 2383, \"clust\": 2735, \"rank\": 2229, \"rankvar\": 3304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1339, \"group\": [2734.0, 472.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCCGCGCAA\", \"ini\": 2382, \"clust\": 4978, \"rank\": 1771, \"rankvar\": 4113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1207, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4812, \"group\": [4981.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGCTGTTA\", \"ini\": 2381, \"clust\": 3197, \"rank\": 1937, \"rankvar\": 1606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1340, \"group\": [3196.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCAGAGGA\", \"ini\": 2380, \"clust\": 2457, \"rank\": 1761, \"rankvar\": 2939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1341, \"group\": [2457.0, 423.0, 82.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGAGTCG\", \"ini\": 2379, \"clust\": 2367, \"rank\": 1420, \"rankvar\": 2116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2733, \"group\": [2367.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAATGGAAT\", \"ini\": 2378, \"clust\": 2907, \"rank\": 2092, \"rankvar\": 4014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1342, \"group\": [2906.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGGAACGT\", \"ini\": 2377, \"clust\": 3215, \"rank\": 1802, \"rankvar\": 2928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1343, \"group\": [3214.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAAGCGAGAAA\", \"ini\": 2376, \"clust\": 3442, \"rank\": 1328, \"rankvar\": 3854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1344, \"group\": [3442.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATCTGGTA\", \"ini\": 2375, \"clust\": 4999, \"rank\": 1392, \"rankvar\": 4235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4813, \"group\": [5004.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTCTCCACT\", \"ini\": 2374, \"clust\": 3233, \"rank\": 1836, \"rankvar\": 1677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1345, \"group\": [3231.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGCAAATCA\", \"ini\": 2373, \"clust\": 2698, \"rank\": 2164, \"rankvar\": 471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1216, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1346, \"group\": [2703.0, 470.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAGGAACGT\", \"ini\": 2372, \"clust\": 2092, \"rank\": 1748, \"rankvar\": 3364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1217, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2734, \"group\": [2096.0, 355.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAGTAGTA\", \"ini\": 2371, \"clust\": 3464, \"rank\": 1970, \"rankvar\": 1227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1347, \"group\": [3464.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGTTCTTT\", \"ini\": 2370, \"clust\": 4, \"rank\": 1351, \"rankvar\": 4626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1219, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3961, \"group\": [4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGGTCA\", \"ini\": 2369, \"clust\": 2554, \"rank\": 1764, \"rankvar\": 653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1348, \"group\": [2557.0, 458.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGGTGACAAAT\", \"ini\": 2368, \"clust\": 4418, \"rank\": 2122, \"rankvar\": 4848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1221, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 75, \"group\": [4417.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATATCCG\", \"ini\": 2367, \"clust\": 3338, \"rank\": 1940, \"rankvar\": 2202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1349, \"group\": [3335.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGTCTGAA\", \"ini\": 2366, \"clust\": 3177, \"rank\": 1956, \"rankvar\": 2967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1350, \"group\": [3175.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGTCTTCC\", \"ini\": 2365, \"clust\": 3171, \"rank\": 1896, \"rankvar\": 2141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1224, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1351, \"group\": [3169.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGATGAGAG\", \"ini\": 2364, \"clust\": 4795, \"rank\": 1939, \"rankvar\": 2254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4814, \"group\": [4794.0, 884.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACACTGCCAG\", \"ini\": 2363, \"clust\": 4977, \"rank\": 1839, \"rankvar\": 4130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1226, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4815, \"group\": [4985.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGCTTATCG\", \"ini\": 2362, \"clust\": 4990, \"rank\": 1936, \"rankvar\": 4250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1227, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4816, \"group\": [4992.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGACTGGGT\", \"ini\": 2361, \"clust\": 3244, \"rank\": 1846, \"rankvar\": 619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1352, \"group\": [3244.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGTGACCC\", \"ini\": 2360, \"clust\": 3163, \"rank\": 1388, \"rankvar\": 1467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1229, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1353, \"group\": [3163.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGAGACGAA\", \"ini\": 2359, \"clust\": 3089, \"rank\": 1827, \"rankvar\": 3473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1354, \"group\": [3087.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCTCCGTCATC\", \"ini\": 2358, \"clust\": 4982, \"rank\": 1785, \"rankvar\": 2611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1231, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4817, \"group\": [4980.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTCGGATCC\", \"ini\": 2357, \"clust\": 2575, \"rank\": 2250, \"rankvar\": 730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1355, \"group\": [2574.0, 458.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCCCAAGAT\", \"ini\": 2356, \"clust\": 3455, \"rank\": 1815, \"rankvar\": 2356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1233, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1356, \"group\": [3457.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAGTACCCAAT\", \"ini\": 2355, \"clust\": 3115, \"rank\": 1928, \"rankvar\": 3009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1357, \"group\": [3114.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGAGGGAG\", \"ini\": 2354, \"clust\": 4577, \"rank\": 2278, \"rankvar\": 287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4818, \"group\": [4594.0, 811.0, 143.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGCACGCCT\", \"ini\": 2353, \"clust\": 2961, \"rank\": 2033, \"rankvar\": 2709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1358, \"group\": [2962.0, 477.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATCACGG\", \"ini\": 2352, \"clust\": 3079, \"rank\": 1916, \"rankvar\": 1990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1359, \"group\": [3079.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGAATTAC\", \"ini\": 2351, \"clust\": 4932, \"rank\": 1215, \"rankvar\": 3144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4819, \"group\": [4930.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGCAA\", \"ini\": 2350, \"clust\": 2528, \"rank\": 2375, \"rankvar\": 1745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1360, \"group\": [2529.0, 448.0, 84.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACAGGTCCAC\", \"ini\": 2349, \"clust\": 5082, \"rank\": 1589, \"rankvar\": 3522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1240, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4820, \"group\": [5118.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCACCTCGTT\", \"ini\": 2348, \"clust\": 4422, \"rank\": 1878, \"rankvar\": 3645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1241, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 76, \"group\": [4421.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTTCCACTC\", \"ini\": 2347, \"clust\": 2314, \"rank\": 2260, \"rankvar\": 3976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1242, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2735, \"group\": [2318.0, 380.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCCAAATGC\", \"ini\": 2346, \"clust\": 3120, \"rank\": 1730, \"rankvar\": 1420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1243, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1361, \"group\": [3119.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCACAACGT\", \"ini\": 2345, \"clust\": 2960, \"rank\": 2150, \"rankvar\": 3401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1362, \"group\": [2959.0, 477.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCATTAT\", \"ini\": 2344, \"clust\": 2948, \"rank\": 2001, \"rankvar\": 3551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1363, \"group\": [2947.0, 477.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTGGCGAAT\", \"ini\": 2343, \"clust\": 3659, \"rank\": 1737, \"rankvar\": 2014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1364, \"group\": [3660.0, 511.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAACACCTA\", \"ini\": 2342, \"clust\": 3728, \"rank\": 2476, \"rankvar\": 367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1247, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1365, \"group\": [3729.0, 528.0, 88.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAACACAGGTTT\", \"ini\": 2341, \"clust\": 52, \"rank\": 1735, \"rankvar\": 4158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3962, \"group\": [56.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCCAACAACCT\", \"ini\": 2340, \"clust\": 3200, \"rank\": 1720, \"rankvar\": 2049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1366, \"group\": [3199.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCAAGCCTA\", \"ini\": 2339, \"clust\": 3201, \"rank\": 1511, \"rankvar\": 2149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1250, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1367, \"group\": [3201.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGGGATGGG\", \"ini\": 2338, \"clust\": 3026, \"rank\": 1926, \"rankvar\": 2041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1368, \"group\": [3025.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCTTGCCGT\", \"ini\": 2337, \"clust\": 3140, \"rank\": 1727, \"rankvar\": 921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1252, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1369, \"group\": [3143.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAAATTGCC\", \"ini\": 2336, \"clust\": 2500, \"rank\": 2297, \"rankvar\": 224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1370, \"group\": [2514.0, 441.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCCTCAGT\", \"ini\": 2335, \"clust\": 3023, \"rank\": 1883, \"rankvar\": 3216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1371, \"group\": [3022.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCGACTGC\", \"ini\": 2334, \"clust\": 2993, \"rank\": 2160, \"rankvar\": 3514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1372, \"group\": [2993.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCATCTACGA\", \"ini\": 2333, \"clust\": 4494, \"rank\": 2064, \"rankvar\": 4582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1256, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 77, \"group\": [4492.0, 765.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGAGGT\", \"ini\": 2332, \"clust\": 2986, \"rank\": 2050, \"rankvar\": 1275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1373, \"group\": [2987.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGAGGGATA\", \"ini\": 2331, \"clust\": 5003, \"rank\": 1295, \"rankvar\": 4499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1258, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4821, \"group\": [5001.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTCGAATC\", \"ini\": 2330, \"clust\": 4872, \"rank\": 1340, \"rankvar\": 4478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4822, \"group\": [4872.0, 895.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCAGTGGA\", \"ini\": 2329, \"clust\": 1917, \"rank\": 2643, \"rankvar\": 1826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1374, \"group\": [1920.0, 286.0, 52.0, 11.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTTCCCTTG\", \"ini\": 2328, \"clust\": 2736, \"rank\": 2077, \"rankvar\": 1900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1261, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1375, \"group\": [2735.0, 472.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCCTTCAAT\", \"ini\": 2327, \"clust\": 2503, \"rank\": 2511, \"rankvar\": 538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1376, \"group\": [2502.0, 438.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCGAATGGG\", \"ini\": 2326, \"clust\": 2218, \"rank\": 1914, \"rankvar\": 4017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1263, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2736, \"group\": [2219.0, 373.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACATGGTCTA\", \"ini\": 2325, \"clust\": 3508, \"rank\": 2198, \"rankvar\": 1340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1377, \"group\": [3508.0, 491.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTGCCTTGG\", \"ini\": 2324, \"clust\": 2748, \"rank\": 2328, \"rankvar\": 1769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1378, \"group\": [2748.0, 473.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCGTCTGCT\", \"ini\": 2323, \"clust\": 3216, \"rank\": 1673, \"rankvar\": 2734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1379, \"group\": [3216.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGGCCATAG\", \"ini\": 2322, \"clust\": 2543, \"rank\": 2056, \"rankvar\": 1006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1380, \"group\": [2541.0, 455.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCTAAAGA\", \"ini\": 2321, \"clust\": 5141, \"rank\": 1755, \"rankvar\": 4252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4823, \"group\": [5140.0, 903.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGCATGAG\", \"ini\": 2320, \"clust\": 5204, \"rank\": 2563, \"rankvar\": 1824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4824, \"group\": [5206.0, 915.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGCACACAG\", \"ini\": 2319, \"clust\": 2695, \"rank\": 1985, \"rankvar\": 1702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1270, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1381, \"group\": [2694.0, 470.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGTGATTA\", \"ini\": 2318, \"clust\": 3125, \"rank\": 1740, \"rankvar\": 2770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1382, \"group\": [3124.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCAAACAAG\", \"ini\": 2317, \"clust\": 2360, \"rank\": 1848, \"rankvar\": 2451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1272, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2737, \"group\": [2363.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGCTAGTCT\", \"ini\": 2316, \"clust\": 2981, \"rank\": 2099, \"rankvar\": 822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1273, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1383, \"group\": [2981.0, 480.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCGCGAAA\", \"ini\": 2315, \"clust\": 1935, \"rank\": 2489, \"rankvar\": 840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1274, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1384, \"group\": [1939.0, 297.0, 59.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCACTCCTG\", \"ini\": 2314, \"clust\": 2708, \"rank\": 1967, \"rankvar\": 3298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1385, \"group\": [2708.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGGTATCG\", \"ini\": 2313, \"clust\": 2496, \"rank\": 2473, \"rankvar\": 808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1276, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1386, \"group\": [2496.0, 436.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGCTGCCCA\", \"ini\": 2312, \"clust\": 3709, \"rank\": 1920, \"rankvar\": 440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1387, \"group\": [3708.0, 515.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCACTCGACG\", \"ini\": 2311, \"clust\": 3087, \"rank\": 1906, \"rankvar\": 2168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1388, \"group\": [3088.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTTACGGG\", \"ini\": 2310, \"clust\": 2927, \"rank\": 2426, \"rankvar\": 1269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1389, \"group\": [2925.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCATCGTCGG\", \"ini\": 2309, \"clust\": 3015, \"rank\": 2079, \"rankvar\": 2515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1390, \"group\": [3015.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGTGGAGTC\", \"ini\": 2308, \"clust\": 4576, \"rank\": 2325, \"rankvar\": 849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1281, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 78, \"group\": [4577.0, 805.0, 143.0, 34.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAAGCGAGT\", \"ini\": 2307, \"clust\": 2933, \"rank\": 2114, \"rankvar\": 1943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1391, \"group\": [2933.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGGCAGTA\", \"ini\": 2306, \"clust\": 4416, \"rank\": 1847, \"rankvar\": 4777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1283, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 79, \"group\": [4413.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCAAAGACA\", \"ini\": 2305, \"clust\": 5021, \"rank\": 2134, \"rankvar\": 3960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1284, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4825, \"group\": [5018.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTGTTTGC\", \"ini\": 2304, \"clust\": 2741, \"rank\": 2204, \"rankvar\": 1516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1392, \"group\": [2739.0, 472.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGGACG\", \"ini\": 2303, \"clust\": 3278, \"rank\": 1462, \"rankvar\": 4024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1393, \"group\": [3277.0, 486.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCGGAGCAA\", \"ini\": 2302, \"clust\": 3336, \"rank\": 2133, \"rankvar\": 1642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1394, \"group\": [3336.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGGATCT\", \"ini\": 2301, \"clust\": 2868, \"rank\": 2307, \"rankvar\": 3329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1395, \"group\": [2866.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGAGGCTA\", \"ini\": 2300, \"clust\": 2343, \"rank\": 1667, \"rankvar\": 4144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2738, \"group\": [2342.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCATGCTGGC\", \"ini\": 2299, \"clust\": 2571, \"rank\": 1982, \"rankvar\": 1500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1290, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1396, \"group\": [2571.0, 458.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTAACCGA\", \"ini\": 2298, \"clust\": 2796, \"rank\": 2353, \"rankvar\": 3454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1397, \"group\": [2796.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCAGCATGAG\", \"ini\": 2297, \"clust\": 2821, \"rank\": 2083, \"rankvar\": 1866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1398, \"group\": [2821.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTCCGT\", \"ini\": 2296, \"clust\": 2998, \"rank\": 2086, \"rankvar\": 2227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1293, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1399, \"group\": [3002.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACAAGCCCAC\", \"ini\": 2295, \"clust\": 3245, \"rank\": 1929, \"rankvar\": 962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1400, \"group\": [3245.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAAAGG\", \"ini\": 2294, \"clust\": 2368, \"rank\": 1704, \"rankvar\": 2233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1295, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2739, \"group\": [2368.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCAAGAAGT\", \"ini\": 2293, \"clust\": 2331, \"rank\": 1743, \"rankvar\": 3511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2740, \"group\": [2332.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTAAGGCTAGCA\", \"ini\": 2292, \"clust\": 1514, \"rank\": 1762, \"rankvar\": 2576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3121, \"group\": [1515.0, 142.0, 27.0, 6.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCAACACCA\", \"ini\": 2291, \"clust\": 4420, \"rank\": 1886, \"rankvar\": 4733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1298, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 80, \"group\": [4419.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCACTGGGC\", \"ini\": 2290, \"clust\": 3321, \"rank\": 1868, \"rankvar\": 1514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1299, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1401, \"group\": [3322.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGAGCTATA\", \"ini\": 2289, \"clust\": 5004, \"rank\": 1626, \"rankvar\": 3866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4826, \"group\": [5002.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCAACGGGA\", \"ini\": 2288, \"clust\": 4398, \"rank\": 1972, \"rankvar\": 4624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1301, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 81, \"group\": [4399.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCATGCATGT\", \"ini\": 2287, \"clust\": 2826, \"rank\": 1731, \"rankvar\": 3327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1402, \"group\": [2824.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCTATGTGG\", \"ini\": 2286, \"clust\": 3454, \"rank\": 1913, \"rankvar\": 2654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1403, \"group\": [3462.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGCACCGCT\", \"ini\": 2285, \"clust\": 2829, \"rank\": 2010, \"rankvar\": 2694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1304, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1404, \"group\": [2829.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAATTCCTT\", \"ini\": 2284, \"clust\": 3385, \"rank\": 1872, \"rankvar\": 1847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1405, \"group\": [3384.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGTCGCCGT\", \"ini\": 2283, \"clust\": 1569, \"rank\": 1374, \"rankvar\": 1512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3122, \"group\": [1569.0, 163.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCAGATAA\", \"ini\": 2282, \"clust\": 4887, \"rank\": 2203, \"rankvar\": 1012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1307, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4827, \"group\": [4887.0, 897.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTGGAAAGA\", \"ini\": 2281, \"clust\": 2686, \"rank\": 1838, \"rankvar\": 1949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1406, \"group\": [2685.0, 468.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCCATTAT\", \"ini\": 2280, \"clust\": 2894, \"rank\": 1907, \"rankvar\": 3990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1407, \"group\": [2893.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCCTTTC\", \"ini\": 2279, \"clust\": 2806, \"rank\": 1895, \"rankvar\": 847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1310, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1408, \"group\": [2808.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGCTCCCAG\", \"ini\": 2278, \"clust\": 3230, \"rank\": 1590, \"rankvar\": 2173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1409, \"group\": [3237.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGACAATAC\", \"ini\": 2277, \"clust\": 2830, \"rank\": 1782, \"rankvar\": 2718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1410, \"group\": [2832.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAACAAGTTGTC\", \"ini\": 2276, \"clust\": 3523, \"rank\": 1950, \"rankvar\": 1398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1411, \"group\": [3522.0, 494.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCGCGTTTC\", \"ini\": 2275, \"clust\": 5028, \"rank\": 2078, \"rankvar\": 3125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4828, \"group\": [5028.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAGCTTAAC\", \"ini\": 2274, \"clust\": 2968, \"rank\": 1925, \"rankvar\": 1570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1412, \"group\": [2968.0, 479.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTGTGTGCC\", \"ini\": 2273, \"clust\": 2366, \"rank\": 1917, \"rankvar\": 4131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1316, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2741, \"group\": [2387.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAATTGGA\", \"ini\": 2272, \"clust\": 2712, \"rank\": 2082, \"rankvar\": 2612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1317, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1413, \"group\": [2713.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCGTGAC\", \"ini\": 2271, \"clust\": 4814, \"rank\": 1988, \"rankvar\": 1057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1318, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4829, \"group\": [4814.0, 890.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCCTGACT\", \"ini\": 2270, \"clust\": 3248, \"rank\": 2049, \"rankvar\": 1272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1414, \"group\": [3250.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAAGCGCTC\", \"ini\": 2269, \"clust\": 2781, \"rank\": 2069, \"rankvar\": 637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1415, \"group\": [2782.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTTATCACG\", \"ini\": 2268, \"clust\": 2979, \"rank\": 1903, \"rankvar\": 844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1416, \"group\": [2978.0, 480.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCCACGTTC\", \"ini\": 2267, \"clust\": 2312, \"rank\": 2113, \"rankvar\": 1392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2742, \"group\": [2313.0, 378.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGCCAT\", \"ini\": 2266, \"clust\": 2983, \"rank\": 1804, \"rankvar\": 3199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1417, \"group\": [2983.0, 481.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCACCATGTA\", \"ini\": 2265, \"clust\": 4770, \"rank\": 2347, \"rankvar\": 2918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1324, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4830, \"group\": [4767.0, 873.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGCCATCGC\", \"ini\": 2264, \"clust\": 1541, \"rank\": 1651, \"rankvar\": 350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3123, \"group\": [1541.0, 158.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTTCTGAAC\", \"ini\": 2263, \"clust\": 2904, \"rank\": 2095, \"rankvar\": 1263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1418, \"group\": [2904.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCCGAG\", \"ini\": 2262, \"clust\": 1552, \"rank\": 1400, \"rankvar\": 2148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3124, \"group\": [1552.0, 160.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCTCAACTT\", \"ini\": 2261, \"clust\": 2717, \"rank\": 1959, \"rankvar\": 2658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1419, \"group\": [2715.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTACGTAA\", \"ini\": 2260, \"clust\": 2891, \"rank\": 1790, \"rankvar\": 3244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1329, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1420, \"group\": [2890.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGGAATCGC\", \"ini\": 2259, \"clust\": 5033, \"rank\": 1636, \"rankvar\": 3625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1330, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4831, \"group\": [5033.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCCGAATGT\", \"ini\": 2258, \"clust\": 4376, \"rank\": 2186, \"rankvar\": 4147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1331, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 82, \"group\": [4373.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGGCAATTA\", \"ini\": 2257, \"clust\": 4426, \"rank\": 2007, \"rankvar\": 4789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1332, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 83, \"group\": [4425.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCTCTTATG\", \"ini\": 2256, \"clust\": 5019, \"rank\": 2042, \"rankvar\": 3577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4832, \"group\": [5017.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGTTGACA\", \"ini\": 2255, \"clust\": 2832, \"rank\": 2087, \"rankvar\": 3700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1421, \"group\": [2831.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCGCTTAGA\", \"ini\": 2254, \"clust\": 2937, \"rank\": 2169, \"rankvar\": 4004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1335, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1422, \"group\": [2937.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTAGTAGTA\", \"ini\": 2253, \"clust\": 4874, \"rank\": 1901, \"rankvar\": 4145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1336, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4833, \"group\": [4877.0, 895.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTAATCACC\", \"ini\": 2252, \"clust\": 5137, \"rank\": 1520, \"rankvar\": 4457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1337, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4834, \"group\": [5135.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGCTGTTCA\", \"ini\": 2251, \"clust\": 3738, \"rank\": 2454, \"rankvar\": 958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1423, \"group\": [3738.0, 536.0, 90.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCATCGATG\", \"ini\": 2250, \"clust\": 2838, \"rank\": 2073, \"rankvar\": 2627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1424, \"group\": [2838.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCCAGAA\", \"ini\": 2249, \"clust\": 2980, \"rank\": 1910, \"rankvar\": 2912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1425, \"group\": [2979.0, 480.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATCAGTAC\", \"ini\": 2248, \"clust\": 3085, \"rank\": 1816, \"rankvar\": 3420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1426, \"group\": [3084.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGGAGCGTT\", \"ini\": 2247, \"clust\": 4421, \"rank\": 2040, \"rankvar\": 4686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1342, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 84, \"group\": [4420.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGAACTGT\", \"ini\": 2246, \"clust\": 2467, \"rank\": 2370, \"rankvar\": 1242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1427, \"group\": [2470.0, 429.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGTGGGAA\", \"ini\": 2245, \"clust\": 2905, \"rank\": 2132, \"rankvar\": 3207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1344, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1428, \"group\": [2905.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCAACGGT\", \"ini\": 2244, \"clust\": 2889, \"rank\": 2236, \"rankvar\": 3847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1345, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1429, \"group\": [2891.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCAACCATG\", \"ini\": 2243, \"clust\": 3218, \"rank\": 1927, \"rankvar\": 2902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1430, \"group\": [3218.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGGCTTCC\", \"ini\": 2242, \"clust\": 2827, \"rank\": 2052, \"rankvar\": 2683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1431, \"group\": [2825.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTATCGGT\", \"ini\": 2241, \"clust\": 4976, \"rank\": 2008, \"rankvar\": 3438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1348, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4835, \"group\": [4975.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATCCGAT\", \"ini\": 2240, \"clust\": 3146, \"rank\": 1898, \"rankvar\": 2240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1432, \"group\": [3148.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACAACTGCGC\", \"ini\": 2239, \"clust\": 5, \"rank\": 1688, \"rankvar\": 4119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1350, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3963, \"group\": [5.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGGGAGAG\", \"ini\": 2238, \"clust\": 3205, \"rank\": 1716, \"rankvar\": 3275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1433, \"group\": [3207.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTACAA\", \"ini\": 2237, \"clust\": 3255, \"rank\": 1864, \"rankvar\": 334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1352, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1434, \"group\": [3254.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTCAGAAGC\", \"ini\": 2236, \"clust\": 4918, \"rank\": 1322, \"rankvar\": 3743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4836, \"group\": [4921.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTCCCTACT\", \"ini\": 2235, \"clust\": 2359, \"rank\": 2162, \"rankvar\": 4682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1354, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2743, \"group\": [2360.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCCGTTAA\", \"ini\": 2234, \"clust\": 2776, \"rank\": 1944, \"rankvar\": 2321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1435, \"group\": [2773.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGTTCGCGC\", \"ini\": 2233, \"clust\": 2700, \"rank\": 2280, \"rankvar\": 1922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1436, \"group\": [2698.0, 470.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGAGTGACC\", \"ini\": 2232, \"clust\": 3661, \"rank\": 1777, \"rankvar\": 1559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1437, \"group\": [3662.0, 512.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACAGATGAGC\", \"ini\": 2231, \"clust\": 4498, \"rank\": 2368, \"rankvar\": 4887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1358, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 85, \"group\": [4496.0, 765.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGTGGGTTG\", \"ini\": 2230, \"clust\": 2583, \"rank\": 2227, \"rankvar\": 3737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1438, \"group\": [2582.0, 460.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTCGTTTG\", \"ini\": 2229, \"clust\": 3012, \"rank\": 1871, \"rankvar\": 2070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1439, \"group\": [3014.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAATGGATA\", \"ini\": 2228, \"clust\": 3105, \"rank\": 1974, \"rankvar\": 3224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1440, \"group\": [3103.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGTACTCT\", \"ini\": 2227, \"clust\": 2534, \"rank\": 1586, \"rankvar\": 1489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1441, \"group\": [2535.0, 451.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGTCTGCGACG\", \"ini\": 2226, \"clust\": 2834, \"rank\": 2137, \"rankvar\": 1413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1363, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1442, \"group\": [2834.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTCGGACG\", \"ini\": 2225, \"clust\": 3121, \"rank\": 2263, \"rankvar\": 2236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1443, \"group\": [3120.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCTTACCGC\", \"ini\": 2224, \"clust\": 3252, \"rank\": 2076, \"rankvar\": 2134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1444, \"group\": [3251.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTACTTCTT\", \"ini\": 2223, \"clust\": 2842, \"rank\": 2321, \"rankvar\": 2937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1445, \"group\": [2842.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGTAAGTA\", \"ini\": 2222, \"clust\": 2380, \"rank\": 1765, \"rankvar\": 3241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2744, \"group\": [2380.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAAGGAG\", \"ini\": 2221, \"clust\": 4901, \"rank\": 1366, \"rankvar\": 4430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4837, \"group\": [4898.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCTTTCCTC\", \"ini\": 2220, \"clust\": 2755, \"rank\": 2281, \"rankvar\": 992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1446, \"group\": [2754.0, 474.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCTACCTC\", \"ini\": 2219, \"clust\": 4987, \"rank\": 1994, \"rankvar\": 2655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4838, \"group\": [4987.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGTTGAGG\", \"ini\": 2218, \"clust\": 2744, \"rank\": 2161, \"rankvar\": 724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1371, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1447, \"group\": [2744.0, 473.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCTTGTACT\", \"ini\": 2217, \"clust\": 2978, \"rank\": 2019, \"rankvar\": 1645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1448, \"group\": [2980.0, 480.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTTTGCC\", \"ini\": 2216, \"clust\": 2875, \"rank\": 2206, \"rankvar\": 2975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1449, \"group\": [2879.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCAGTCTTCC\", \"ini\": 2215, \"clust\": 2356, \"rank\": 1993, \"rankvar\": 3663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2745, \"group\": [2357.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGACTCAT\", \"ini\": 2214, \"clust\": 3521, \"rank\": 2179, \"rankvar\": 1367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1450, \"group\": [3523.0, 494.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCGGACAAG\", \"ini\": 2213, \"clust\": 5114, \"rank\": 1623, \"rankvar\": 3833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4839, \"group\": [5109.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCAGGTAAA\", \"ini\": 2212, \"clust\": 1927, \"rank\": 2759, \"rankvar\": 2995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1377, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4326, \"group\": [1927.0, 292.0, 57.0, 12.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTGGGTCAA\", \"ini\": 2211, \"clust\": 3172, \"rank\": 2191, \"rankvar\": 975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1451, \"group\": [3171.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGACACTAA\", \"ini\": 2210, \"clust\": 3034, \"rank\": 2262, \"rankvar\": 3432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1452, \"group\": [3033.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCCGTCATC\", \"ini\": 2209, \"clust\": 3041, \"rank\": 2090, \"rankvar\": 1038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1380, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1453, \"group\": [3039.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATCTGCA\", \"ini\": 2208, \"clust\": 3236, \"rank\": 2104, \"rankvar\": 2030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1454, \"group\": [3233.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCACGCATA\", \"ini\": 2207, \"clust\": 4881, \"rank\": 1833, \"rankvar\": 3160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4840, \"group\": [4880.0, 896.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACACTGCG\", \"ini\": 2206, \"clust\": 4434, \"rank\": 2458, \"rankvar\": 4863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1383, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 86, \"group\": [4432.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTACTCGCG\", \"ini\": 2205, \"clust\": 2866, \"rank\": 2343, \"rankvar\": 3360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1384, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1455, \"group\": [2864.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTAGTGTACCT\", \"ini\": 2204, \"clust\": 3106, \"rank\": 2335, \"rankvar\": 2558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1456, \"group\": [3108.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGTGATCGG\", \"ini\": 2203, \"clust\": 2416, \"rank\": 1327, \"rankvar\": 2653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1386, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2746, \"group\": [2416.0, 394.0, 71.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCATGTCCTC\", \"ini\": 2202, \"clust\": 3109, \"rank\": 2208, \"rankvar\": 495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1457, \"group\": [3112.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGCCTTGAT\", \"ini\": 2201, \"clust\": 3479, \"rank\": 1829, \"rankvar\": 2112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1458, \"group\": [3478.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAGACAAAT\", \"ini\": 2200, \"clust\": 4822, \"rank\": 1859, \"rankvar\": 2966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1389, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4841, \"group\": [4819.0, 891.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGGATATAC\", \"ini\": 2199, \"clust\": 2823, \"rank\": 2261, \"rankvar\": 1498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1390, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1459, \"group\": [2826.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAAGCCCAC\", \"ini\": 2198, \"clust\": 2991, \"rank\": 2346, \"rankvar\": 2804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1460, \"group\": [2991.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTTCCACGG\", \"ini\": 2197, \"clust\": 3002, \"rank\": 2252, \"rankvar\": 2876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1461, \"group\": [3001.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCATGTGGT\", \"ini\": 2196, \"clust\": 2793, \"rank\": 2388, \"rankvar\": 1545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1462, \"group\": [2795.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTAAATGAC\", \"ini\": 2195, \"clust\": 1556, \"rank\": 1261, \"rankvar\": 2334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1394, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3125, \"group\": [1559.0, 160.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCAGTGTTG\", \"ini\": 2194, \"clust\": 3729, \"rank\": 2537, \"rankvar\": 720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1395, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1463, \"group\": [3727.0, 527.0, 88.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCATGGCA\", \"ini\": 2193, \"clust\": 3192, \"rank\": 1866, \"rankvar\": 3178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1464, \"group\": [3197.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTTGCCGT\", \"ini\": 2192, \"clust\": 4900, \"rank\": 1494, \"rankvar\": 3579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1397, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4842, \"group\": [4900.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGCGAAA\", \"ini\": 2191, \"clust\": 4370, \"rank\": 2493, \"rankvar\": 4492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1398, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 87, \"group\": [4369.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCAGTGTTGAA\", \"ini\": 2190, \"clust\": 2761, \"rank\": 2251, \"rankvar\": 645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1465, \"group\": [2761.0, 475.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTCGATT\", \"ini\": 2189, \"clust\": 4499, \"rank\": 2155, \"rankvar\": 4983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1400, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 88, \"group\": [4497.0, 765.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGCAAGACGTG\", \"ini\": 2188, \"clust\": 4483, \"rank\": 2754, \"rankvar\": 3042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1401, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 89, \"group\": [4482.0, 763.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTATAAACG\", \"ini\": 2187, \"clust\": 57, \"rank\": 1934, \"rankvar\": 4955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1402, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5212, \"group\": [58.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAAG\", \"ini\": 2186, \"clust\": 2417, \"rank\": 1319, \"rankvar\": 3142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1403, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2747, \"group\": [2417.0, 394.0, 71.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCGCAAACT\", \"ini\": 2185, \"clust\": 3198, \"rank\": 1876, \"rankvar\": 2786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1404, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1466, \"group\": [3200.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAGACACTT\", \"ini\": 2184, \"clust\": 3033, \"rank\": 2374, \"rankvar\": 1848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1467, \"group\": [3035.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGGCCA\", \"ini\": 2183, \"clust\": 3069, \"rank\": 1885, \"rankvar\": 2545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1468, \"group\": [3068.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCATAGCAC\", \"ini\": 2182, \"clust\": 4377, \"rank\": 1999, \"rankvar\": 4816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1407, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 90, \"group\": [4374.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATGGAATA\", \"ini\": 2181, \"clust\": 3497, \"rank\": 2142, \"rankvar\": 1395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1469, \"group\": [3497.0, 490.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGGTAGCTAAA\", \"ini\": 2180, \"clust\": 3020, \"rank\": 2100, \"rankvar\": 2790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1470, \"group\": [3020.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGCAGTTCATG\", \"ini\": 2179, \"clust\": 3212, \"rank\": 2174, \"rankvar\": 3076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1471, \"group\": [3212.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCTCACCCTCA\", \"ini\": 2178, \"clust\": 2349, \"rank\": 2029, \"rankvar\": 3159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2748, \"group\": [2350.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGGGTGTTG\", \"ini\": 2177, \"clust\": 2372, \"rank\": 2274, \"rankvar\": 2841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2749, \"group\": [2371.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGAGGGCTT\", \"ini\": 2176, \"clust\": 3219, \"rank\": 2217, \"rankvar\": 1908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1472, \"group\": [3219.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGTAGAGC\", \"ini\": 2175, \"clust\": 3050, \"rank\": 1984, \"rankvar\": 2077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1414, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1473, \"group\": [3049.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCAGACTG\", \"ini\": 2174, \"clust\": 4361, \"rank\": 2218, \"rankvar\": 2440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1415, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1474, \"group\": [4359.0, 755.0, 128.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTCATCGATTG\", \"ini\": 2173, \"clust\": 3006, \"rank\": 2192, \"rankvar\": 2108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1416, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1475, \"group\": [3005.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCACTGTTAG\", \"ini\": 2172, \"clust\": 2723, \"rank\": 1904, \"rankvar\": 1887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1417, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1476, \"group\": [2723.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGGAACGG\", \"ini\": 2171, \"clust\": 3469, \"rank\": 2202, \"rankvar\": 1556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1477, \"group\": [3479.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAAATTGCC\", \"ini\": 2170, \"clust\": 3280, \"rank\": 1854, \"rankvar\": 1820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1478, \"group\": [3280.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAGTTGGC\", \"ini\": 2169, \"clust\": 2934, \"rank\": 2481, \"rankvar\": 1563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1420, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1479, \"group\": [2934.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAGCGATG\", \"ini\": 2168, \"clust\": 2564, \"rank\": 2390, \"rankvar\": 1349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1480, \"group\": [2564.0, 458.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACAAACC\", \"ini\": 2167, \"clust\": 3226, \"rank\": 2084, \"rankvar\": 2847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1481, \"group\": [3227.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACTGAAGG\", \"ini\": 2166, \"clust\": 2861, \"rank\": 2462, \"rankvar\": 3014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1482, \"group\": [2860.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGACTAGAT\", \"ini\": 2165, \"clust\": 1577, \"rank\": 1449, \"rankvar\": 3766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3126, \"group\": [1579.0, 163.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCAGTAGT\", \"ini\": 2164, \"clust\": 1709, \"rank\": 2376, \"rankvar\": 1053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1483, \"group\": [1710.0, 219.0, 46.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTGCCCTA\", \"ini\": 2163, \"clust\": 4394, \"rank\": 2256, \"rankvar\": 4589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1426, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 91, \"group\": [4391.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGAGCCTAG\", \"ini\": 2162, \"clust\": 3240, \"rank\": 1788, \"rankvar\": 1520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1484, \"group\": [3239.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATCATCCC\", \"ini\": 2161, \"clust\": 2797, \"rank\": 2432, \"rankvar\": 984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1485, \"group\": [2797.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGGTGTTAA\", \"ini\": 2160, \"clust\": 2702, \"rank\": 2302, \"rankvar\": 1300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1486, \"group\": [2701.0, 470.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATACGCT\", \"ini\": 2159, \"clust\": 2383, \"rank\": 1963, \"rankvar\": 2396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1430, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2750, \"group\": [2382.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTCAAACTC\", \"ini\": 2158, \"clust\": 3467, \"rank\": 2355, \"rankvar\": 425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1487, \"group\": [3467.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTCCACTC\", \"ini\": 2157, \"clust\": 2799, \"rank\": 2175, \"rankvar\": 1640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1488, \"group\": [2800.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTATAGTAG\", \"ini\": 2156, \"clust\": 3231, \"rank\": 2129, \"rankvar\": 1874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1489, \"group\": [3232.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCACGTGG\", \"ini\": 2155, \"clust\": 4904, \"rank\": 1893, \"rankvar\": 3920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4843, \"group\": [4902.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACGGTGTC\", \"ini\": 2154, \"clust\": 2792, \"rank\": 2354, \"rankvar\": 1189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1490, \"group\": [2792.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTTCAGTAC\", \"ini\": 2153, \"clust\": 3524, \"rank\": 2363, \"rankvar\": 815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1491, \"group\": [3524.0, 495.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGAGGAA\", \"ini\": 2152, \"clust\": 2805, \"rank\": 2072, \"rankvar\": 1419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1492, \"group\": [2803.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGTGTTAGA\", \"ini\": 2151, \"clust\": 5012, \"rank\": 1983, \"rankvar\": 4209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1438, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4844, \"group\": [5009.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCACACCACGTG\", \"ini\": 2150, \"clust\": 3355, \"rank\": 1990, \"rankvar\": 1402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1493, \"group\": [3356.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAGGTCCAC\", \"ini\": 2149, \"clust\": 2867, \"rank\": 2342, \"rankvar\": 2408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1494, \"group\": [2868.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCGGACAAG\", \"ini\": 2148, \"clust\": 2703, \"rank\": 2145, \"rankvar\": 1424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1441, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1495, \"group\": [2702.0, 470.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGAAACCGC\", \"ini\": 2147, \"clust\": 3126, \"rank\": 2068, \"rankvar\": 3590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1496, \"group\": [3122.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCACCCAGTG\", \"ini\": 2146, \"clust\": 3445, \"rank\": 1861, \"rankvar\": 4042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1443, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1497, \"group\": [3447.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTGTTGAGG\", \"ini\": 2145, \"clust\": 2559, \"rank\": 2304, \"rankvar\": 1605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1444, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1498, \"group\": [2560.0, 458.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGCCAGTTT\", \"ini\": 2144, \"clust\": 2798, \"rank\": 2338, \"rankvar\": 2731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1499, \"group\": [2801.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTCCAGTAT\", \"ini\": 2143, \"clust\": 2882, \"rank\": 2139, \"rankvar\": 2607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1500, \"group\": [2880.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACTCAGAGCTT\", \"ini\": 2142, \"clust\": 5182, \"rank\": 1877, \"rankvar\": 2667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4845, \"group\": [5180.0, 905.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCAGAAATG\", \"ini\": 2141, \"clust\": 2763, \"rank\": 2308, \"rankvar\": 1575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1501, \"group\": [2763.0, 475.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCGGATCA\", \"ini\": 2140, \"clust\": 1540, \"rank\": 1678, \"rankvar\": 1207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3127, \"group\": [1540.0, 157.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACCAGGGAGAG\", \"ini\": 2139, \"clust\": 1713, \"rank\": 2036, \"rankvar\": 802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1502, \"group\": [1714.0, 221.0, 46.0, 10.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACAAGCTGGA\", \"ini\": 2138, \"clust\": 4423, \"rank\": 2138, \"rankvar\": 4021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1451, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 92, \"group\": [4422.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCAGGTTTCA\", \"ini\": 2137, \"clust\": 3113, \"rank\": 1952, \"rankvar\": 2990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1452, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1503, \"group\": [3121.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACCAGGCT\", \"ini\": 2136, \"clust\": 3045, \"rank\": 2242, \"rankvar\": 1281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1504, \"group\": [3045.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGGATACC\", \"ini\": 2135, \"clust\": 2742, \"rank\": 2474, \"rankvar\": 930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1454, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1505, \"group\": [2742.0, 473.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTAACG\", \"ini\": 2134, \"clust\": 4980, \"rank\": 1888, \"rankvar\": 3233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1455, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4846, \"group\": [4978.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCATTGCGA\", \"ini\": 2133, \"clust\": 3097, \"rank\": 1986, \"rankvar\": 3194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1506, \"group\": [3097.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGGATTG\", \"ini\": 2132, \"clust\": 2352, \"rank\": 2212, \"rankvar\": 3849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1457, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2751, \"group\": [2352.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAGCGATT\", \"ini\": 2131, \"clust\": 3493, \"rank\": 2283, \"rankvar\": 2122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1507, \"group\": [3492.0, 488.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTACATGA\", \"ini\": 2130, \"clust\": 2541, \"rank\": 2096, \"rankvar\": 268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1508, \"group\": [2544.0, 455.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCATGCAAC\", \"ini\": 2129, \"clust\": 2844, \"rank\": 2369, \"rankvar\": 1781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1509, \"group\": [2845.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGGATAG\", \"ini\": 2128, \"clust\": 2556, \"rank\": 2197, \"rankvar\": 464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1510, \"group\": [2556.0, 458.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGCTGCC\", \"ini\": 2127, \"clust\": 3225, \"rank\": 2097, \"rankvar\": 2872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1511, \"group\": [3228.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTGCGATAG\", \"ini\": 2126, \"clust\": 2565, \"rank\": 2451, \"rankvar\": 1665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1512, \"group\": [2565.0, 458.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTACCTACA\", \"ini\": 2125, \"clust\": 3506, \"rank\": 2345, \"rankvar\": 755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1513, \"group\": [3506.0, 490.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAACAACCT\", \"ini\": 2124, \"clust\": 3234, \"rank\": 2106, \"rankvar\": 1757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1514, \"group\": [3236.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAGAGTCG\", \"ini\": 2123, \"clust\": 3, \"rank\": 1980, \"rankvar\": 4160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1466, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3964, \"group\": [13.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAAACTGCT\", \"ini\": 2122, \"clust\": 3011, \"rank\": 2293, \"rankvar\": 1431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1467, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1515, \"group\": [3011.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGGGATGGG\", \"ini\": 2121, \"clust\": 2854, \"rank\": 2396, \"rankvar\": 639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1516, \"group\": [2852.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGGTGTGTGCC\", \"ini\": 2120, \"clust\": 3235, \"rank\": 2182, \"rankvar\": 2671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1517, \"group\": [3235.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACGACGAA\", \"ini\": 2119, \"clust\": 3268, \"rank\": 2183, \"rankvar\": 1611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1470, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1518, \"group\": [3268.0, 484.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCCTATGTT\", \"ini\": 2118, \"clust\": 4873, \"rank\": 1642, \"rankvar\": 3804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4847, \"group\": [4873.0, 895.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCATCATC\", \"ini\": 2117, \"clust\": 2985, \"rank\": 2381, \"rankvar\": 1204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1472, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1519, \"group\": [2990.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCACGACTCG\", \"ini\": 2116, \"clust\": 2622, \"rank\": 2330, \"rankvar\": 1986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1473, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1520, \"group\": [2623.0, 466.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCAACACGT\", \"ini\": 2115, \"clust\": 3504, \"rank\": 2171, \"rankvar\": 2984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1474, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1521, \"group\": [3503.0, 490.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCAGACTCGC\", \"ini\": 2114, \"clust\": 4486, \"rank\": 2120, \"rankvar\": 4564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1475, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 93, \"group\": [4485.0, 764.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGATCTGAA\", \"ini\": 2113, \"clust\": 5022, \"rank\": 2228, \"rankvar\": 4116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1476, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4848, \"group\": [5019.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCAGCTCGG\", \"ini\": 2112, \"clust\": 2888, \"rank\": 2241, \"rankvar\": 2331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1522, \"group\": [2887.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGGCTATCT\", \"ini\": 2111, \"clust\": 2501, \"rank\": 2697, \"rankvar\": 1035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1478, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1523, \"group\": [2513.0, 440.0, 83.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTGCTTGC\", \"ini\": 2110, \"clust\": 4875, \"rank\": 1757, \"rankvar\": 4432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4849, \"group\": [4876.0, 895.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCATCGATTG\", \"ini\": 2109, \"clust\": 2845, \"rank\": 2483, \"rankvar\": 3060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1480, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1524, \"group\": [2843.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCAGAGGT\", \"ini\": 2108, \"clust\": 2374, \"rank\": 2024, \"rankvar\": 2929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2752, \"group\": [2376.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTAGATTAG\", \"ini\": 2107, \"clust\": 2766, \"rank\": 2410, \"rankvar\": 2300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1525, \"group\": [2767.0, 475.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATTAGCCA\", \"ini\": 2106, \"clust\": 5068, \"rank\": 2154, \"rankvar\": 3053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1483, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4850, \"group\": [5070.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCACGAAACG\", \"ini\": 2105, \"clust\": 2849, \"rank\": 2561, \"rankvar\": 3397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1526, \"group\": [2846.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTCATACTG\", \"ini\": 2104, \"clust\": 1573, \"rank\": 1641, \"rankvar\": 2569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3128, \"group\": [1571.0, 163.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCTCTGAGA\", \"ini\": 2103, \"clust\": 4985, \"rank\": 2269, \"rankvar\": 2350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1486, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4851, \"group\": [4983.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATTGGTAC\", \"ini\": 2102, \"clust\": 4549, \"rank\": 2714, \"rankvar\": 1843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1487, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4852, \"group\": [4547.0, 784.0, 136.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCGTTACGACT\", \"ini\": 2101, \"clust\": 2685, \"rank\": 2022, \"rankvar\": 1801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1488, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1527, \"group\": [2687.0, 468.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCATTAGC\", \"ini\": 2100, \"clust\": 2912, \"rank\": 2383, \"rankvar\": 1321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1489, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1528, \"group\": [2914.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGCGTAG\", \"ini\": 2099, \"clust\": 4888, \"rank\": 2469, \"rankvar\": 1784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1490, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4853, \"group\": [4888.0, 897.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCCTTTACA\", \"ini\": 2098, \"clust\": 5075, \"rank\": 1672, \"rankvar\": 4274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1491, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4854, \"group\": [5074.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACTCGCG\", \"ini\": 2097, \"clust\": 4880, \"rank\": 1884, \"rankvar\": 2470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1492, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4855, \"group\": [4882.0, 896.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGGTTTCT\", \"ini\": 2096, \"clust\": 5116, \"rank\": 1612, \"rankvar\": 3721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1493, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4856, \"group\": [5116.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTTGCTCCT\", \"ini\": 2095, \"clust\": 4816, \"rank\": 1969, \"rankvar\": 3412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4857, \"group\": [4818.0, 890.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGATAAAC\", \"ini\": 2094, \"clust\": 2928, \"rank\": 2633, \"rankvar\": 3794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1495, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1529, \"group\": [2926.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTATAGGGC\", \"ini\": 2093, \"clust\": 2992, \"rank\": 2464, \"rankvar\": 1897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1530, \"group\": [2992.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTTACTGAC\", \"ini\": 2092, \"clust\": 2683, \"rank\": 2541, \"rankvar\": 3277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1497, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1531, \"group\": [2682.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCAGGTTCA\", \"ini\": 2091, \"clust\": 5010, \"rank\": 1981, \"rankvar\": 4294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4858, \"group\": [5010.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTGGAT\", \"ini\": 2090, \"clust\": 8, \"rank\": 1477, \"rankvar\": 3845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1499, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3965, \"group\": [8.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCACGTGAGA\", \"ini\": 2089, \"clust\": 4763, \"rank\": 2533, \"rankvar\": 1016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1500, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4859, \"group\": [4764.0, 871.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTGTCCAT\", \"ini\": 2088, \"clust\": 2749, \"rank\": 2630, \"rankvar\": 2411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1501, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1532, \"group\": [2749.0, 473.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTTATGTGC\", \"ini\": 2087, \"clust\": 3712, \"rank\": 2130, \"rankvar\": 1240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1533, \"group\": [3711.0, 516.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACTTATC\", \"ini\": 2086, \"clust\": 2729, \"rank\": 1966, \"rankvar\": 2194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1534, \"group\": [2729.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTGACGCCT\", \"ini\": 2085, \"clust\": 5016, \"rank\": 2265, \"rankvar\": 3856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1504, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4860, \"group\": [5025.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGAGATG\", \"ini\": 2084, \"clust\": 2576, \"rank\": 2423, \"rankvar\": 1418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1535, \"group\": [3534.0, 497.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCTTGAT\", \"ini\": 2083, \"clust\": 1532, \"rank\": 1900, \"rankvar\": 2494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3129, \"group\": [1580.0, 164.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCACTTCC\", \"ini\": 2082, \"clust\": 2892, \"rank\": 2249, \"rankvar\": 4273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1536, \"group\": [2894.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGCAAATACAG\", \"ini\": 2081, \"clust\": 4408, \"rank\": 2341, \"rankvar\": 4739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1508, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 94, \"group\": [4407.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCACGTTC\", \"ini\": 2080, \"clust\": 2375, \"rank\": 2041, \"rankvar\": 2123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2753, \"group\": [2374.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTACCGTTA\", \"ini\": 2079, \"clust\": 3495, \"rank\": 2188, \"rankvar\": 572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1510, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1537, \"group\": [3494.0, 489.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTCTAGCCG\", \"ini\": 2078, \"clust\": 1533, \"rank\": 1924, \"rankvar\": 347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3130, \"group\": [1536.0, 156.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTTAGATGA\", \"ini\": 2077, \"clust\": 3498, \"rank\": 2313, \"rankvar\": 1403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1538, \"group\": [3498.0, 490.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACAAGC\", \"ini\": 2076, \"clust\": 2313, \"rank\": 2117, \"rankvar\": 2645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1513, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2754, \"group\": [2314.0, 379.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGGCGC\", \"ini\": 2075, \"clust\": 3189, \"rank\": 2147, \"rankvar\": 876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1539, \"group\": [3190.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTGTGCCTG\", \"ini\": 2074, \"clust\": 4884, \"rank\": 2232, \"rankvar\": 2446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4861, \"group\": [4885.0, 897.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAAGTCTGT\", \"ini\": 2073, \"clust\": 5073, \"rank\": 2028, \"rankvar\": 3961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1516, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4862, \"group\": [5071.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATTGAGCT\", \"ini\": 2072, \"clust\": 5076, \"rank\": 2093, \"rankvar\": 3807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1517, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4863, \"group\": [5075.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCATGTTGAC\", \"ini\": 2071, \"clust\": 1535, \"rank\": 1989, \"rankvar\": 3157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3131, \"group\": [1533.0, 154.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCGAACGC\", \"ini\": 2070, \"clust\": 5020, \"rank\": 2195, \"rankvar\": 4533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1519, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4864, \"group\": [5020.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGTGGAT\", \"ini\": 2069, \"clust\": 5063, \"rank\": 2121, \"rankvar\": 4210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1520, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4865, \"group\": [5063.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGGACCCT\", \"ini\": 2068, \"clust\": 2913, \"rank\": 2614, \"rankvar\": 3071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1521, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1540, \"group\": [2912.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGGGTACA\", \"ini\": 2067, \"clust\": 4865, \"rank\": 1889, \"rankvar\": 1994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4866, \"group\": [4871.0, 895.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGTAATG\", \"ini\": 2066, \"clust\": 3237, \"rank\": 2248, \"rankvar\": 3117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1523, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1541, \"group\": [3234.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAAGCTACCTA\", \"ini\": 2065, \"clust\": 2938, \"rank\": 2502, \"rankvar\": 3689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1542, \"group\": [2935.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTGTTCGAT\", \"ini\": 2064, \"clust\": 3510, \"rank\": 2060, \"rankvar\": 1265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1525, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1543, \"group\": [3512.0, 492.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGATCACGG\", \"ini\": 2063, \"clust\": 2949, \"rank\": 2109, \"rankvar\": 2844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1544, \"group\": [2948.0, 477.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCTCACCT\", \"ini\": 2062, \"clust\": 2733, \"rank\": 2681, \"rankvar\": 2013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1527, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1545, \"group\": [2733.0, 472.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTACAGCAG\", \"ini\": 2061, \"clust\": 2869, \"rank\": 2584, \"rankvar\": 2502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1546, \"group\": [2867.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACACATCTTT\", \"ini\": 2060, \"clust\": 3507, \"rank\": 2361, \"rankvar\": 906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1547, \"group\": [3507.0, 490.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATTCATCGCTC\", \"ini\": 2059, \"clust\": 2895, \"rank\": 2646, \"rankvar\": 2063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1530, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1548, \"group\": [2897.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGCAGCCTC\", \"ini\": 2058, \"clust\": 5081, \"rank\": 1794, \"rankvar\": 3664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1531, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4867, \"group\": [5080.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCATCTACGA\", \"ini\": 2057, \"clust\": 4905, \"rank\": 1806, \"rankvar\": 3345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1532, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4868, \"group\": [4903.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCAACCGCCA\", \"ini\": 2056, \"clust\": 5029, \"rank\": 2034, \"rankvar\": 3317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4869, \"group\": [5029.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGTTGAC\", \"ini\": 2055, \"clust\": 3066, \"rank\": 1997, \"rankvar\": 3630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1534, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1549, \"group\": [3065.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACTGTAA\", \"ini\": 2054, \"clust\": 2825, \"rank\": 2351, \"rankvar\": 2602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1550, \"group\": [2823.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACATTAGC\", \"ini\": 2053, \"clust\": 3025, \"rank\": 2295, \"rankvar\": 1676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1551, \"group\": [3027.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCTGTT\", \"ini\": 2052, \"clust\": 2642, \"rank\": 2657, \"rankvar\": 528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1552, \"group\": [2641.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTACGA\", \"ini\": 2051, \"clust\": 3051, \"rank\": 2425, \"rankvar\": 2583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1553, \"group\": [3050.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGACTGTAA\", \"ini\": 2050, \"clust\": 2863, \"rank\": 2445, \"rankvar\": 1711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1554, \"group\": [2869.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGTTGAGAT\", \"ini\": 2049, \"clust\": 3710, \"rank\": 2329, \"rankvar\": 1218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1555, \"group\": [3714.0, 517.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGCTGGCT\", \"ini\": 2048, \"clust\": 2384, \"rank\": 2247, \"rankvar\": 3768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1541, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2755, \"group\": [2383.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAGTCATATGC\", \"ini\": 2047, \"clust\": 2785, \"rank\": 2291, \"rankvar\": 1539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1556, \"group\": [2784.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTGAGGCTA\", \"ini\": 2046, \"clust\": 2014, \"rank\": 2157, \"rankvar\": 2668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2756, \"group\": [2015.0, 338.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTTATCGGT\", \"ini\": 2045, \"clust\": 2885, \"rank\": 2244, \"rankvar\": 2572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1557, \"group\": [2885.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTAAATGAC\", \"ini\": 2044, \"clust\": 5166, \"rank\": 2393, \"rankvar\": 2003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1545, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4870, \"group\": [5164.0, 905.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGTATCTCG\", \"ini\": 2043, \"clust\": 4406, \"rank\": 2416, \"rankvar\": 5006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1546, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 95, \"group\": [4405.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCTACCTC\", \"ini\": 2042, \"clust\": 3505, \"rank\": 2209, \"rankvar\": 1474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1558, \"group\": [3504.0, 490.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCTTTA\", \"ini\": 2041, \"clust\": 2902, \"rank\": 2522, \"rankvar\": 1690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1559, \"group\": [2902.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTAAGCG\", \"ini\": 2040, \"clust\": 2999, \"rank\": 2380, \"rankvar\": 2271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1560, \"group\": [2998.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTTTGCATG\", \"ini\": 2039, \"clust\": 2446, \"rank\": 2211, \"rankvar\": 825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1561, \"group\": [2450.0, 417.0, 79.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGCCTCA\", \"ini\": 2038, \"clust\": 3503, \"rank\": 2523, \"rankvar\": 1576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1551, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1562, \"group\": [3505.0, 490.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTGCTTG\", \"ini\": 2037, \"clust\": 4898, \"rank\": 1689, \"rankvar\": 1704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4871, \"group\": [4905.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCAGTTCGA\", \"ini\": 2036, \"clust\": 1574, \"rank\": 1653, \"rankvar\": 1330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3132, \"group\": [1572.0, 163.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGAGTGACC\", \"ini\": 2035, \"clust\": 2955, \"rank\": 2503, \"rankvar\": 1382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1563, \"group\": [2957.0, 477.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATGCCTAA\", \"ini\": 2034, \"clust\": 2898, \"rank\": 2632, \"rankvar\": 2156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1564, \"group\": [2898.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAAATCCGT\", \"ini\": 2033, \"clust\": 1607, \"rank\": 1368, \"rankvar\": 3802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1556, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3133, \"group\": [1608.0, 171.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTAGAAGGA\", \"ini\": 2032, \"clust\": 2689, \"rank\": 2237, \"rankvar\": 2574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1565, \"group\": [2689.0, 469.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACTTCTT\", \"ini\": 2031, \"clust\": 3173, \"rank\": 2384, \"rankvar\": 699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1566, \"group\": [3172.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACACTCGACG\", \"ini\": 2030, \"clust\": 2919, \"rank\": 2731, \"rankvar\": 2705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1567, \"group\": [2922.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGTGGGTT\", \"ini\": 2029, \"clust\": 2802, \"rank\": 2264, \"rankvar\": 1183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1568, \"group\": [2819.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTTAGGGTG\", \"ini\": 2028, \"clust\": 1519, \"rank\": 1335, \"rankvar\": 4291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1561, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3966, \"group\": [1519.0, 146.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAAGCTGAG\", \"ini\": 2027, \"clust\": 2921, \"rank\": 2712, \"rankvar\": 2526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1569, \"group\": [2919.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCAGAAC\", \"ini\": 2026, \"clust\": 3107, \"rank\": 2468, \"rankvar\": 1880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1570, \"group\": [3106.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTTGTTTGG\", \"ini\": 2025, \"clust\": 1538, \"rank\": 1394, \"rankvar\": 2580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3134, \"group\": [1538.0, 157.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTACCAGT\", \"ini\": 2024, \"clust\": 2745, \"rank\": 2506, \"rankvar\": 1530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1571, \"group\": [2745.0, 473.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCATTGTGCA\", \"ini\": 2023, \"clust\": 3168, \"rank\": 2385, \"rankvar\": 1085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1572, \"group\": [3173.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCCATT\", \"ini\": 2022, \"clust\": 5066, \"rank\": 2015, \"rankvar\": 3638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1567, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4872, \"group\": [5065.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTAGCTCCTCT\", \"ini\": 2021, \"clust\": 3224, \"rank\": 2300, \"rankvar\": 2873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1573, \"group\": [3229.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCCTTTCGG\", \"ini\": 2020, \"clust\": 2607, \"rank\": 2459, \"rankvar\": 2375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1574, \"group\": [2609.0, 465.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATGACATC\", \"ini\": 2019, \"clust\": 2942, \"rank\": 2733, \"rankvar\": 2421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1570, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1575, \"group\": [2940.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGAAACGAG\", \"ini\": 2018, \"clust\": 2701, \"rank\": 2479, \"rankvar\": 1106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1576, \"group\": [2699.0, 470.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTCTTTA\", \"ini\": 2017, \"clust\": 2862, \"rank\": 2408, \"rankvar\": 1912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1572, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1577, \"group\": [2861.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCACCACCT\", \"ini\": 2016, \"clust\": 4069, \"rank\": 2434, \"rankvar\": 1750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1573, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2757, \"group\": [4070.0, 645.0, 109.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGAAGATTC\", \"ini\": 2015, \"clust\": 2654, \"rank\": 2617, \"rankvar\": 2370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1578, \"group\": [2653.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTATCTG\", \"ini\": 2014, \"clust\": 3017, \"rank\": 2567, \"rankvar\": 2312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1575, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1579, \"group\": [3019.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCTAGCCC\", \"ini\": 2013, \"clust\": 4878, \"rank\": 1971, \"rankvar\": 2719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1576, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4873, \"group\": [4878.0, 895.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAAGCATGGCA\", \"ini\": 2012, \"clust\": 4547, \"rank\": 2586, \"rankvar\": 3105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1577, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4874, \"group\": [4548.0, 785.0, 136.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTTGTCTTT\", \"ini\": 2011, \"clust\": 3227, \"rank\": 2284, \"rankvar\": 1871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1578, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1580, \"group\": [3226.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGTCCTCT\", \"ini\": 2010, \"clust\": 2951, \"rank\": 2437, \"rankvar\": 3342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1581, \"group\": [2950.0, 477.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCCCAGCT\", \"ini\": 2009, \"clust\": 2941, \"rank\": 2507, \"rankvar\": 1584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1582, \"group\": [2942.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCAGGACAGAA\", \"ini\": 2008, \"clust\": 3123, \"rank\": 2243, \"rankvar\": 1490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1581, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1583, \"group\": [3126.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCTCCTAG\", \"ini\": 2007, \"clust\": 4436, \"rank\": 2948, \"rankvar\": 4883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1582, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 96, \"group\": [4436.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCACAACGTT\", \"ini\": 2006, \"clust\": 2664, \"rank\": 2399, \"rankvar\": 1445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1583, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1584, \"group\": [2664.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGTCAAGGC\", \"ini\": 2005, \"clust\": 4437, \"rank\": 2747, \"rankvar\": 5009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1584, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 97, \"group\": [4434.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATAACCTG\", \"ini\": 2004, \"clust\": 2203, \"rank\": 2519, \"rankvar\": 2107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1585, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2758, \"group\": [2204.0, 371.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCAATACCG\", \"ini\": 2003, \"clust\": 2560, \"rank\": 2555, \"rankvar\": 2710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1586, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1585, \"group\": [2561.0, 458.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCTTGAGGT\", \"ini\": 2002, \"clust\": 2996, \"rank\": 2516, \"rankvar\": 1846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1586, \"group\": [2995.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGGACATTA\", \"ini\": 2001, \"clust\": 2848, \"rank\": 2450, \"rankvar\": 2779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1587, \"group\": [2848.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTAGAAGGA\", \"ini\": 2000, \"clust\": 3091, \"rank\": 2299, \"rankvar\": 2930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1589, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1588, \"group\": [3090.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGCCAGTAG\", \"ini\": 1999, \"clust\": 4415, \"rank\": 2187, \"rankvar\": 4735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1590, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 98, \"group\": [4415.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTCGTTC\", \"ini\": 1998, \"clust\": 2800, \"rank\": 2267, \"rankvar\": 2609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1591, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1589, \"group\": [2798.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGCAAGCC\", \"ini\": 1997, \"clust\": 2595, \"rank\": 2539, \"rankvar\": 3155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1590, \"group\": [2598.0, 463.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTAAGGGAA\", \"ini\": 1996, \"clust\": 2526, \"rank\": 2600, \"rankvar\": 1521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1593, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1591, \"group\": [2526.0, 448.0, 84.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTACTTCTT\", \"ini\": 1995, \"clust\": 2758, \"rank\": 2409, \"rankvar\": 2741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1592, \"group\": [2757.0, 474.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCAAGCCG\", \"ini\": 1994, \"clust\": 5102, \"rank\": 1758, \"rankvar\": 3456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1595, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4875, \"group\": [5101.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGGCGGTT\", \"ini\": 1993, \"clust\": 2899, \"rank\": 2615, \"rankvar\": 4122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1596, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1593, \"group\": [2899.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTCGCATCG\", \"ini\": 1992, \"clust\": 4852, \"rank\": 2225, \"rankvar\": 1699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1597, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4876, \"group\": [4852.0, 894.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCCTACAGA\", \"ini\": 1991, \"clust\": 2851, \"rank\": 2512, \"rankvar\": 3186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1594, \"group\": [2854.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACTGTTAG\", \"ini\": 1990, \"clust\": 2585, \"rank\": 2455, \"rankvar\": 2459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1599, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1595, \"group\": [2586.0, 460.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCGGTCTAA\", \"ini\": 1989, \"clust\": 3127, \"rank\": 2170, \"rankvar\": 3882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1600, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1596, \"group\": [3123.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCACCGCTAG\", \"ini\": 1988, \"clust\": 2529, \"rank\": 2850, \"rankvar\": 2755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1597, \"group\": [2530.0, 448.0, 84.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCATACTG\", \"ini\": 1987, \"clust\": 2586, \"rank\": 2245, \"rankvar\": 3006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1598, \"group\": [2584.0, 460.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACTGAAGG\", \"ini\": 1986, \"clust\": 3028, \"rank\": 2587, \"rankvar\": 3200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1599, \"group\": [3028.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATGCATG\", \"ini\": 1985, \"clust\": 2930, \"rank\": 2542, \"rankvar\": 990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1604, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1600, \"group\": [2931.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTAAGTAGT\", \"ini\": 1984, \"clust\": 3217, \"rank\": 2131, \"rankvar\": 3139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1601, \"group\": [3217.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCCACGTC\", \"ini\": 1983, \"clust\": 2378, \"rank\": 2035, \"rankvar\": 3189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2759, \"group\": [2377.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCCTCATTA\", \"ini\": 1982, \"clust\": 2365, \"rank\": 2003, \"rankvar\": 3853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1607, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2760, \"group\": [2365.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGAATGTTG\", \"ini\": 1981, \"clust\": 2719, \"rank\": 2378, \"rankvar\": 2729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1602, \"group\": [2720.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCATTAGC\", \"ini\": 1980, \"clust\": 4412, \"rank\": 2789, \"rankvar\": 4659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1609, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 99, \"group\": [4411.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTCTCATT\", \"ini\": 1979, \"clust\": 3029, \"rank\": 2271, \"rankvar\": 1911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1610, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1603, \"group\": [3029.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAGAGGA\", \"ini\": 1978, \"clust\": 3052, \"rank\": 2616, \"rankvar\": 4413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1604, \"group\": [3057.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCGTTTAC\", \"ini\": 1977, \"clust\": 1527, \"rank\": 1801, \"rankvar\": 2726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1612, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3135, \"group\": [1528.0, 151.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCATACAGCT\", \"ini\": 1976, \"clust\": 4995, \"rank\": 2259, \"rankvar\": 3826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1613, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4877, \"group\": [4994.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGTGGACGT\", \"ini\": 1975, \"clust\": 3202, \"rank\": 2268, \"rankvar\": 1858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1605, \"group\": [3202.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCATTCTTAC\", \"ini\": 1974, \"clust\": 2756, \"rank\": 2670, \"rankvar\": 1081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1606, \"group\": [2755.0, 474.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTGTCGAGATG\", \"ini\": 1973, \"clust\": 5072, \"rank\": 2168, \"rankvar\": 4618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1616, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4878, \"group\": [5073.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGTGCCT\", \"ini\": 1972, \"clust\": 2945, \"rank\": 2466, \"rankvar\": 2198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1607, \"group\": [2944.0, 477.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTCTCTTAT\", \"ini\": 1971, \"clust\": 3083, \"rank\": 2071, \"rankvar\": 2584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1618, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1608, \"group\": [3085.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCCGTCAAA\", \"ini\": 1970, \"clust\": 4417, \"rank\": 2140, \"rankvar\": 4721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 100, \"group\": [4414.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGTCACGATGT\", \"ini\": 1969, \"clust\": 2453, \"rank\": 2787, \"rankvar\": 1997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1620, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1609, \"group\": [2453.0, 420.0, 81.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGGTCTCG\", \"ini\": 1968, \"clust\": 2966, \"rank\": 2358, \"rankvar\": 749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1610, \"group\": [2965.0, 478.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCGGATGGA\", \"ini\": 1967, \"clust\": 3383, \"rank\": 2176, \"rankvar\": 1560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1611, \"group\": [3385.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTTAGGTA\", \"ini\": 1966, \"clust\": 2705, \"rank\": 2536, \"rankvar\": 1800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1612, \"group\": [2704.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGACTAGAT\", \"ini\": 1965, \"clust\": 4800, \"rank\": 1662, \"rankvar\": 4313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1624, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4879, \"group\": [4799.0, 885.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATAGACTC\", \"ini\": 1964, \"clust\": 4890, \"rank\": 2184, \"rankvar\": 2904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4880, \"group\": [4890.0, 897.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTATCCCG\", \"ini\": 1963, \"clust\": 2572, \"rank\": 2577, \"rankvar\": 2530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1613, \"group\": [2576.0, 458.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGTCATGCT\", \"ini\": 1962, \"clust\": 4765, \"rank\": 2441, \"rankvar\": 1721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4881, \"group\": [4771.0, 875.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTTCAGTAC\", \"ini\": 1961, \"clust\": 2354, \"rank\": 2314, \"rankvar\": 3243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1628, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2761, \"group\": [2355.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGAGCCTAG\", \"ini\": 1960, \"clust\": 2382, \"rank\": 2005, \"rankvar\": 3724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1629, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2762, \"group\": [2386.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAACGA\", \"ini\": 1959, \"clust\": 2536, \"rank\": 2651, \"rankvar\": 1015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1614, \"group\": [2540.0, 454.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCGAAAGC\", \"ini\": 1958, \"clust\": 3046, \"rank\": 2501, \"rankvar\": 1105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1615, \"group\": [3046.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATGTGGT\", \"ini\": 1957, \"clust\": 2795, \"rank\": 2560, \"rankvar\": 1375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1616, \"group\": [2794.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAGTCATC\", \"ini\": 1956, \"clust\": 2542, \"rank\": 2406, \"rankvar\": 519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1633, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1617, \"group\": [2543.0, 455.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGCCTTGG\", \"ini\": 1955, \"clust\": 2858, \"rank\": 2317, \"rankvar\": 1700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1634, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1618, \"group\": [2858.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATGAATG\", \"ini\": 1954, \"clust\": 2589, \"rank\": 2415, \"rankvar\": 3077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1635, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1619, \"group\": [2589.0, 460.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCATTTCACT\", \"ini\": 1953, \"clust\": 3074, \"rank\": 2201, \"rankvar\": 3004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1620, \"group\": [3074.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTAACGGT\", \"ini\": 1952, \"clust\": 5097, \"rank\": 1835, \"rankvar\": 3843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1637, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4882, \"group\": [5096.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGACAAGCC\", \"ini\": 1951, \"clust\": 2694, \"rank\": 2456, \"rankvar\": 1465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1621, \"group\": [2695.0, 470.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGGCACTA\", \"ini\": 1950, \"clust\": 2018, \"rank\": 2334, \"rankvar\": 3080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2763, \"group\": [2018.0, 339.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAGCGATG\", \"ini\": 1949, \"clust\": 5206, \"rank\": 2658, \"rankvar\": 3266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1640, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4883, \"group\": [5203.0, 915.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTATATGAG\", \"ini\": 1948, \"clust\": 5067, \"rank\": 1721, \"rankvar\": 4006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1641, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4884, \"group\": [5066.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCGGTGTTA\", \"ini\": 1947, \"clust\": 3730, \"rank\": 2680, \"rankvar\": 79, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1642, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1622, \"group\": [3728.0, 527.0, 88.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGCGAG\", \"ini\": 1946, \"clust\": 2870, \"rank\": 2486, \"rankvar\": 2543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1623, \"group\": [2872.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGTAGGTGC\", \"ini\": 1945, \"clust\": 2746, \"rank\": 2475, \"rankvar\": 1238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1624, \"group\": [2746.0, 473.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACAGACAG\", \"ini\": 1944, \"clust\": 3019, \"rank\": 2517, \"rankvar\": 3964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1625, \"group\": [3018.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGACCAAG\", \"ini\": 1943, \"clust\": 4472, \"rank\": 2599, \"rankvar\": 4995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1646, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 101, \"group\": [4468.0, 761.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCGATCCCT\", \"ini\": 1942, \"clust\": 3256, \"rank\": 2276, \"rankvar\": 1033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1647, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1626, \"group\": [3255.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTAAC\", \"ini\": 1941, \"clust\": 3251, \"rank\": 2226, \"rankvar\": 1720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1648, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1627, \"group\": [3253.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCTGCTGCT\", \"ini\": 1940, \"clust\": 2952, \"rank\": 2292, \"rankvar\": 3748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1649, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1628, \"group\": [2951.0, 477.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATGCATG\", \"ini\": 1939, \"clust\": 3496, \"rank\": 2572, \"rankvar\": 239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1629, \"group\": [3495.0, 489.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCATTCCTGC\", \"ini\": 1938, \"clust\": 4473, \"rank\": 2411, \"rankvar\": 5002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1651, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 102, \"group\": [4469.0, 761.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACCTCGGA\", \"ini\": 1937, \"clust\": 2920, \"rank\": 2825, \"rankvar\": 1582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1630, \"group\": [2921.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCAGTATCACCA\", \"ini\": 1936, \"clust\": 5103, \"rank\": 1763, \"rankvar\": 3739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1653, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4885, \"group\": [5102.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCCTATTCA\", \"ini\": 1935, \"clust\": 2636, \"rank\": 2796, \"rankvar\": 3011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1631, \"group\": [2636.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTAAGTGTA\", \"ini\": 1934, \"clust\": 2883, \"rank\": 2275, \"rankvar\": 2193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1655, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1632, \"group\": [2881.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTGCTGTAT\", \"ini\": 1933, \"clust\": 59, \"rank\": 2535, \"rankvar\": 4828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1656, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5213, \"group\": [60.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATGGTCA\", \"ini\": 1932, \"clust\": 3086, \"rank\": 2231, \"rankvar\": 3772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1633, \"group\": [3089.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGACGACGT\", \"ini\": 1931, \"clust\": 3075, \"rank\": 2336, \"rankvar\": 3263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1634, \"group\": [3075.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTCCGAGTC\", \"ini\": 1930, \"clust\": 4801, \"rank\": 2018, \"rankvar\": 4043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4886, \"group\": [4800.0, 885.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGAAGG\", \"ini\": 1929, \"clust\": 2908, \"rank\": 2418, \"rankvar\": 2402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1635, \"group\": [2907.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACAGGCTCAC\", \"ini\": 1928, \"clust\": 3039, \"rank\": 2360, \"rankvar\": 991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1636, \"group\": [3042.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCATTTGGG\", \"ini\": 1927, \"clust\": 1584, \"rank\": 2289, \"rankvar\": 3061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3136, \"group\": [1585.0, 168.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAAGGGCTCTC\", \"ini\": 1926, \"clust\": 2030, \"rank\": 2494, \"rankvar\": 1066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1663, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2764, \"group\": [2028.0, 340.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCAATGTC\", \"ini\": 1925, \"clust\": 2896, \"rank\": 2636, \"rankvar\": 2973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1664, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1637, \"group\": [2895.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCGC\", \"ini\": 1924, \"clust\": 2019, \"rank\": 2602, \"rankvar\": 3096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1665, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2765, \"group\": [2019.0, 339.0, 68.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGAACAG\", \"ini\": 1923, \"clust\": 2357, \"rank\": 2333, \"rankvar\": 3857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1666, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2766, \"group\": [2358.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACACGAAACG\", \"ini\": 1922, \"clust\": 2608, \"rank\": 2757, \"rankvar\": 1916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1638, \"group\": [2607.0, 465.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCACTAGTAC\", \"ini\": 1921, \"clust\": 2954, \"rank\": 2311, \"rankvar\": 2767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1668, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1639, \"group\": [2954.0, 477.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACGGTTTA\", \"ini\": 1920, \"clust\": 2451, \"rank\": 2296, \"rankvar\": 1064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1640, \"group\": [2452.0, 419.0, 80.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCAAAGTC\", \"ini\": 1919, \"clust\": 2801, \"rank\": 2460, \"rankvar\": 1466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1670, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1641, \"group\": [2799.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCTCGCATC\", \"ini\": 1918, \"clust\": 4867, \"rank\": 1717, \"rankvar\": 3468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1671, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4887, \"group\": [4869.0, 895.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTGGACCC\", \"ini\": 1917, \"clust\": 3773, \"rank\": 2883, \"rankvar\": 811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1672, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1642, \"group\": [3773.0, 549.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCGAATGT\", \"ini\": 1916, \"clust\": 4395, \"rank\": 2332, \"rankvar\": 4709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1673, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 103, \"group\": [4394.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTAAGTGTA\", \"ini\": 1915, \"clust\": 3191, \"rank\": 2442, \"rankvar\": 1065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1643, \"group\": [3189.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCTGTCCGT\", \"ini\": 1914, \"clust\": 3067, \"rank\": 2210, \"rankvar\": 994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1644, \"group\": [3069.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCAGTATG\", \"ini\": 1913, \"clust\": 5113, \"rank\": 2080, \"rankvar\": 4197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1676, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4888, \"group\": [5111.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTCCGAACC\", \"ini\": 1912, \"clust\": 2940, \"rank\": 2805, \"rankvar\": 2129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1677, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1645, \"group\": [2943.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTGCGCTTG\", \"ini\": 1911, \"clust\": 2641, \"rank\": 2725, \"rankvar\": 1717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1646, \"group\": [2645.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACAGACGCTC\", \"ini\": 1910, \"clust\": 2336, \"rank\": 2059, \"rankvar\": 2815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1679, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2767, \"group\": [2334.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGGGAG\", \"ini\": 1909, \"clust\": 1515, \"rank\": 1664, \"rankvar\": 1524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1647, \"group\": [1518.0, 145.0, 29.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTTCGAGA\", \"ini\": 1908, \"clust\": 2674, \"rank\": 2675, \"rankvar\": 3584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1681, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1648, \"group\": [2672.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGAATCCA\", \"ini\": 1907, \"clust\": 2750, \"rank\": 2884, \"rankvar\": 989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1649, \"group\": [2753.0, 473.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGAATGGA\", \"ini\": 1906, \"clust\": 2614, \"rank\": 2854, \"rankvar\": 2080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1650, \"group\": [2614.0, 465.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCGTACGGC\", \"ini\": 1905, \"clust\": 3094, \"rank\": 2246, \"rankvar\": 3018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1651, \"group\": [3093.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCAGAGCCAA\", \"ini\": 1904, \"clust\": 2381, \"rank\": 2224, \"rankvar\": 3164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1685, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2768, \"group\": [2381.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCATGTCCC\", \"ini\": 1903, \"clust\": 2767, \"rank\": 2621, \"rankvar\": 2283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1652, \"group\": [2765.0, 475.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTAGTGCG\", \"ini\": 1902, \"clust\": 2906, \"rank\": 2424, \"rankvar\": 3714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1653, \"group\": [2908.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCGATTCT\", \"ini\": 1901, \"clust\": 2593, \"rank\": 2439, \"rankvar\": 3884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1654, \"group\": [2591.0, 460.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTGTTGAGG\", \"ini\": 1900, \"clust\": 3035, \"rank\": 2407, \"rankvar\": 3325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1689, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1655, \"group\": [3034.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAGTAACGG\", \"ini\": 1899, \"clust\": 2969, \"rank\": 2554, \"rankvar\": 417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1656, \"group\": [2969.0, 479.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGCTAGTCT\", \"ini\": 1898, \"clust\": 1645, \"rank\": 2233, \"rankvar\": 1088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3137, \"group\": [1643.0, 179.0, 33.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTGTCGT\", \"ini\": 1897, \"clust\": 1567, \"rank\": 1953, \"rankvar\": 3124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3138, \"group\": [1565.0, 162.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGAGTCCCACG\", \"ini\": 1896, \"clust\": 3009, \"rank\": 2585, \"rankvar\": 385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1657, \"group\": [3009.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCAAGCCCAC\", \"ini\": 1895, \"clust\": 4428, \"rank\": 2398, \"rankvar\": 4696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1694, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 104, \"group\": [4427.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTGTATGGG\", \"ini\": 1894, \"clust\": 2765, \"rank\": 2803, \"rankvar\": 1283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1658, \"group\": [2771.0, 475.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATTCCC\", \"ini\": 1893, \"clust\": 3249, \"rank\": 2471, \"rankvar\": 968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1696, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1659, \"group\": [3248.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAAAGCGGT\", \"ini\": 1892, \"clust\": 2544, \"rank\": 2576, \"rankvar\": 1794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1697, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1660, \"group\": [2542.0, 455.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTCTCCCTA\", \"ini\": 1891, \"clust\": 3100, \"rank\": 2574, \"rankvar\": 3196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1661, \"group\": [3100.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTACGAGT\", \"ini\": 1890, \"clust\": 3250, \"rank\": 2440, \"rankvar\": 673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1662, \"group\": [3249.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGCGCCAA\", \"ini\": 1889, \"clust\": 5115, \"rank\": 2047, \"rankvar\": 4074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1700, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4889, \"group\": [5110.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGGATCGA\", \"ini\": 1888, \"clust\": 3098, \"rank\": 2272, \"rankvar\": 3785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1701, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1663, \"group\": [3098.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCGCAA\", \"ini\": 1887, \"clust\": 5121, \"rank\": 1992, \"rankvar\": 4102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1702, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4890, \"group\": [5119.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAGTGGAGT\", \"ini\": 1886, \"clust\": 3053, \"rank\": 2601, \"rankvar\": 2692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1664, \"group\": [3052.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTAGCAAAT\", \"ini\": 1885, \"clust\": 2540, \"rank\": 2580, \"rankvar\": 266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1665, \"group\": [2545.0, 455.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGGCATGTG\", \"ini\": 1884, \"clust\": 2822, \"rank\": 2645, \"rankvar\": 2416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1666, \"group\": [2827.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCTGTT\", \"ini\": 1883, \"clust\": 2846, \"rank\": 2597, \"rankvar\": 725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1706, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1667, \"group\": [2844.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGATGT\", \"ini\": 1882, \"clust\": 2710, \"rank\": 2622, \"rankvar\": 3547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1707, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1668, \"group\": [2710.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCACAGCCCA\", \"ini\": 1881, \"clust\": 2582, \"rank\": 2357, \"rankvar\": 2462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1669, \"group\": [2594.0, 461.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTATATGGA\", \"ini\": 1880, \"clust\": 2856, \"rank\": 2551, \"rankvar\": 3163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1709, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1670, \"group\": [2855.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCGTTTATC\", \"ini\": 1879, \"clust\": 3491, \"rank\": 2566, \"rankvar\": 2733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1671, \"group\": [3493.0, 488.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCCCACTTG\", \"ini\": 1878, \"clust\": 2901, \"rank\": 2579, \"rankvar\": 1725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1672, \"group\": [2901.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGGGATC\", \"ini\": 1877, \"clust\": 2874, \"rank\": 2552, \"rankvar\": 2591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1673, \"group\": [2874.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCCACGCAG\", \"ini\": 1876, \"clust\": 3027, \"rank\": 2310, \"rankvar\": 1882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1674, \"group\": [3026.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCAAAGCG\", \"ini\": 1875, \"clust\": 4201, \"rank\": 2823, \"rankvar\": 4475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1675, \"group\": [4202.0, 708.0, 121.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCCATGAAC\", \"ini\": 1874, \"clust\": 4815, \"rank\": 2207, \"rankvar\": 3229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1715, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4891, \"group\": [4815.0, 890.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCCGGCACA\", \"ini\": 1873, \"clust\": 4817, \"rank\": 2421, \"rankvar\": 1875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1716, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4892, \"group\": [4816.0, 890.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTACCGTTA\", \"ini\": 1872, \"clust\": 2408, \"rank\": 1713, \"rankvar\": 3197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1717, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2769, \"group\": [2409.0, 392.0, 70.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGGGTATG\", \"ini\": 1871, \"clust\": 2768, \"rank\": 2461, \"rankvar\": 3962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1676, \"group\": [2766.0, 475.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTCTTGATG\", \"ini\": 1870, \"clust\": 4903, \"rank\": 1912, \"rankvar\": 1991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1719, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4893, \"group\": [4904.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTACGGAG\", \"ini\": 1869, \"clust\": 2997, \"rank\": 2691, \"rankvar\": 1461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1720, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1677, \"group\": [2996.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAAGCACACAG\", \"ini\": 1868, \"clust\": 11, \"rank\": 2044, \"rankvar\": 4598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1721, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3967, \"group\": [10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGTACACCT\", \"ini\": 1867, \"clust\": 2672, \"rank\": 2848, \"rankvar\": 1680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1722, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1678, \"group\": [2675.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGGACAC\", \"ini\": 1866, \"clust\": 4764, \"rank\": 2427, \"rankvar\": 3057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4894, \"group\": [4765.0, 872.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTTGACGTT\", \"ini\": 1865, \"clust\": 1646, \"rank\": 2344, \"rankvar\": 1585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3139, \"group\": [1644.0, 179.0, 33.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCGTTCCG\", \"ini\": 1864, \"clust\": 2332, \"rank\": 2628, \"rankvar\": 4139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2770, \"group\": [2337.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCAGGGTATG\", \"ini\": 1863, \"clust\": 3711, \"rank\": 2477, \"rankvar\": 1924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1679, \"group\": [3713.0, 516.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTTGACGA\", \"ini\": 1862, \"clust\": 2379, \"rank\": 2430, \"rankvar\": 3652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1727, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2771, \"group\": [2378.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATCCGGGT\", \"ini\": 1861, \"clust\": 4484, \"rank\": 3086, \"rankvar\": 4399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1728, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 105, \"group\": [4480.0, 763.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCATGACGGA\", \"ini\": 1860, \"clust\": 3024, \"rank\": 2213, \"rankvar\": 2311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1729, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1680, \"group\": [3023.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTTCCGTCT\", \"ini\": 1859, \"clust\": 3022, \"rank\": 2467, \"rankvar\": 3095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1681, \"group\": [3024.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACCATAG\", \"ini\": 1858, \"clust\": 2361, \"rank\": 2124, \"rankvar\": 4279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1731, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2772, \"group\": [2361.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGGTGTTAA\", \"ini\": 1857, \"clust\": 2970, \"rank\": 2558, \"rankvar\": 1092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1732, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1682, \"group\": [2970.0, 479.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGACTCGGA\", \"ini\": 1856, \"clust\": 3047, \"rank\": 2553, \"rankvar\": 3115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1733, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1683, \"group\": [3047.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGTGAAGTT\", \"ini\": 1855, \"clust\": 5064, \"rank\": 2449, \"rankvar\": 1925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4895, \"group\": [5064.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCAGAGACG\", \"ini\": 1854, \"clust\": 3054, \"rank\": 2635, \"rankvar\": 2158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1684, \"group\": [3053.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCTCAACGAAA\", \"ini\": 1853, \"clust\": 177, \"rank\": 1879, \"rankvar\": 660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1736, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2773, \"group\": [178.0, 36.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTCGCGGTT\", \"ini\": 1852, \"clust\": 5112, \"rank\": 1658, \"rankvar\": 4798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4896, \"group\": [5112.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGAGTCTGG\", \"ini\": 1851, \"clust\": 5207, \"rank\": 2740, \"rankvar\": 1589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1738, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4897, \"group\": [5204.0, 915.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTACAGCTTCGG\", \"ini\": 1850, \"clust\": 3774, \"rank\": 2841, \"rankvar\": 319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1685, \"group\": [3774.0, 549.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTCTGAGA\", \"ini\": 1849, \"clust\": 3466, \"rank\": 2672, \"rankvar\": 2862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1686, \"group\": [3466.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTGTGGTTT\", \"ini\": 1848, \"clust\": 3103, \"rank\": 2315, \"rankvar\": 3267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1687, \"group\": [3104.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATCCGTGG\", \"ini\": 1847, \"clust\": 2718, \"rank\": 2185, \"rankvar\": 2280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1742, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1688, \"group\": [2721.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAGC\", \"ini\": 1846, \"clust\": 5129, \"rank\": 2102, \"rankvar\": 4363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1743, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4898, \"group\": [5128.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACAAGGTGTG\", \"ini\": 1845, \"clust\": 2394, \"rank\": 2526, \"rankvar\": 1456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1744, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2774, \"group\": [2394.0, 388.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGAATTCCC\", \"ini\": 1844, \"clust\": 4876, \"rank\": 2066, \"rankvar\": 3946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1745, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4899, \"group\": [4874.0, 895.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTCCGTAT\", \"ini\": 1843, \"clust\": 2676, \"rank\": 2514, \"rankvar\": 3523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1746, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1689, \"group\": [2676.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGTGAGT\", \"ini\": 1842, \"clust\": 2759, \"rank\": 2640, \"rankvar\": 2940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1747, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1690, \"group\": [2759.0, 475.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTATATGAG\", \"ini\": 1841, \"clust\": 2984, \"rank\": 2422, \"rankvar\": 1005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1691, \"group\": [2984.0, 481.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCATGCAT\", \"ini\": 1840, \"clust\": 3253, \"rank\": 2607, \"rankvar\": 1654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1692, \"group\": [3252.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAGCGTCCA\", \"ini\": 1839, \"clust\": 3000, \"rank\": 2624, \"rankvar\": 2442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1750, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1693, \"group\": [2999.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTAGGACAC\", \"ini\": 1838, \"clust\": 2939, \"rank\": 2746, \"rankvar\": 2036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1751, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1694, \"group\": [2936.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTCCGGCA\", \"ini\": 1837, \"clust\": 2935, \"rank\": 2741, \"rankvar\": 1313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1695, \"group\": [2939.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATTTCAGG\", \"ini\": 1836, \"clust\": 5130, \"rank\": 2045, \"rankvar\": 3822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1753, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4900, \"group\": [5126.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTTAGTGGG\", \"ini\": 1835, \"clust\": 3030, \"rank\": 2331, \"rankvar\": 1469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1696, \"group\": [3032.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTCAGCTTCGG\", \"ini\": 1834, \"clust\": 2644, \"rank\": 2829, \"rankvar\": 2151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1697, \"group\": [2643.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTACATGTC\", \"ini\": 1833, \"clust\": 2355, \"rank\": 2452, \"rankvar\": 2228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1756, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2775, \"group\": [2356.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCACCGCTAG\", \"ini\": 1832, \"clust\": 2653, \"rank\": 2783, \"rankvar\": 2224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1698, \"group\": [2652.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTTCCAACA\", \"ini\": 1831, \"clust\": 2684, \"rank\": 2548, \"rankvar\": 2072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1699, \"group\": [2683.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTCCAGGG\", \"ini\": 1830, \"clust\": 2333, \"rank\": 2356, \"rankvar\": 4129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1759, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2776, \"group\": [2336.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGTCGTTC\", \"ini\": 1829, \"clust\": 2743, \"rank\": 2781, \"rankvar\": 2855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1700, \"group\": [2743.0, 473.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCACGTCAGC\", \"ini\": 1828, \"clust\": 5071, \"rank\": 2075, \"rankvar\": 1959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1761, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4901, \"group\": [5076.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGTCCTCCT\", \"ini\": 1827, \"clust\": 3501, \"rank\": 2488, \"rankvar\": 728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1762, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1701, \"group\": [3499.0, 490.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGGCTCTTA\", \"ini\": 1826, \"clust\": 3517, \"rank\": 2253, \"rankvar\": 2423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1702, \"group\": [3516.0, 494.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATTCTTAC\", \"ini\": 1825, \"clust\": 2917, \"rank\": 2924, \"rankvar\": 1434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1703, \"group\": [2915.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCCTCATTA\", \"ini\": 1824, \"clust\": 84, \"rank\": 2695, \"rankvar\": 4654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5214, \"group\": [81.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTTGTCGCG\", \"ini\": 1823, \"clust\": 2697, \"rank\": 2525, \"rankvar\": 1735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1704, \"group\": [2693.0, 470.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCCATTTA\", \"ini\": 1822, \"clust\": 4907, \"rank\": 2016, \"rankvar\": 2641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1767, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4902, \"group\": [4907.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCACAGACAG\", \"ini\": 1821, \"clust\": 2637, \"rank\": 2724, \"rankvar\": 2516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1705, \"group\": [2637.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGGTACTCT\", \"ini\": 1820, \"clust\": 3016, \"rank\": 2556, \"rankvar\": 3683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1706, \"group\": [3016.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTCTGTCG\", \"ini\": 1819, \"clust\": 4794, \"rank\": 2592, \"rankvar\": 2471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1770, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4903, \"group\": [4796.0, 884.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGCCTTGG\", \"ini\": 1818, \"clust\": 3005, \"rank\": 2371, \"rankvar\": 766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1707, \"group\": [3007.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTGCTGCT\", \"ini\": 1817, \"clust\": 2974, \"rank\": 2679, \"rankvar\": 1175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1772, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1708, \"group\": [2974.0, 479.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTTCAGACT\", \"ini\": 1816, \"clust\": 2847, \"rank\": 2669, \"rankvar\": 1482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1773, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1709, \"group\": [2849.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGAAGGCT\", \"ini\": 1815, \"clust\": 2855, \"rank\": 2660, \"rankvar\": 2917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1710, \"group\": [2857.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTAAACCTC\", \"ini\": 1814, \"clust\": 2387, \"rank\": 2238, \"rankvar\": 3817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1775, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2777, \"group\": [2388.0, 386.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTCACGCC\", \"ini\": 1813, \"clust\": 5110, \"rank\": 2123, \"rankvar\": 3777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1776, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4904, \"group\": [5117.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGTGGGTTG\", \"ini\": 1812, \"clust\": 2590, \"rank\": 2465, \"rankvar\": 3230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1711, \"group\": [2587.0, 460.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGGGCTTGA\", \"ini\": 1811, \"clust\": 2720, \"rank\": 2312, \"rankvar\": 2553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1778, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1712, \"group\": [2718.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATGGAATA\", \"ini\": 1810, \"clust\": 2591, \"rank\": 2366, \"rankvar\": 4519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1779, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1713, \"group\": [2588.0, 460.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTACCGAGA\", \"ini\": 1809, \"clust\": 4992, \"rank\": 2306, \"rankvar\": 3808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1780, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4905, \"group\": [4991.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCAGCATGT\", \"ini\": 1808, \"clust\": 3527, \"rank\": 2721, \"rankvar\": 1776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1714, \"group\": [3532.0, 496.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCTAGGCA\", \"ini\": 1807, \"clust\": 3043, \"rank\": 2728, \"rankvar\": 1453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1715, \"group\": [3043.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGCTGCTG\", \"ini\": 1806, \"clust\": 3942, \"rank\": 3138, \"rankvar\": 2858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1783, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4906, \"group\": [3939.0, 588.0, 98.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCTATGTT\", \"ini\": 1805, \"clust\": 2946, \"rank\": 2598, \"rankvar\": 2922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1716, \"group\": [2945.0, 477.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCCGAATGT\", \"ini\": 1804, \"clust\": 2418, \"rank\": 1723, \"rankvar\": 3673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1785, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2778, \"group\": [2418.0, 395.0, 71.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGACGGTA\", \"ini\": 1803, \"clust\": 4427, \"rank\": 2631, \"rankvar\": 4761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1786, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 106, \"group\": [4426.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTATAGTAG\", \"ini\": 1802, \"clust\": 4492, \"rank\": 2810, \"rankvar\": 4471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1787, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 107, \"group\": [4490.0, 765.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATTTCAGG\", \"ini\": 1801, \"clust\": 2769, \"rank\": 2571, \"rankvar\": 2205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1717, \"group\": [2770.0, 475.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCATGTCCTC\", \"ini\": 1800, \"clust\": 2773, \"rank\": 2647, \"rankvar\": 1216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1718, \"group\": [2775.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTCACCTAA\", \"ini\": 1799, \"clust\": 4390, \"rank\": 2562, \"rankvar\": 4107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1790, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 108, \"group\": [4388.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTAACGGT\", \"ini\": 1798, \"clust\": 3499, \"rank\": 2447, \"rankvar\": 1479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1719, \"group\": [3502.0, 490.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCAGTCAGT\", \"ini\": 1797, \"clust\": 4425, \"rank\": 2570, \"rankvar\": 4767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1792, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 109, \"group\": [4424.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGATCCA\", \"ini\": 1796, \"clust\": 3062, \"rank\": 2665, \"rankvar\": 2305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1720, \"group\": [3060.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGATCTGT\", \"ini\": 1795, \"clust\": 3101, \"rank\": 2625, \"rankvar\": 1999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1794, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1721, \"group\": [3101.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACACGTCAGC\", \"ini\": 1794, \"clust\": 3713, \"rank\": 2391, \"rankvar\": 1682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1795, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1722, \"group\": [3712.0, 516.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGGTCTGCGGT\", \"ini\": 1793, \"clust\": 4974, \"rank\": 2412, \"rankvar\": 2795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1796, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4907, \"group\": [4976.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCTGCTGTC\", \"ini\": 1792, \"clust\": 3525, \"rank\": 2627, \"rankvar\": 1013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1797, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1723, \"group\": [3525.0, 495.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCCGATATG\", \"ini\": 1791, \"clust\": 4392, \"rank\": 2750, \"rankvar\": 4630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1798, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 110, \"group\": [4392.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATACAATCAGAA\", \"ini\": 1790, \"clust\": 1599, \"rank\": 1853, \"rankvar\": 1537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3140, \"group\": [1600.0, 171.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCAGCTGGC\", \"ini\": 1789, \"clust\": 1578, \"rank\": 1975, \"rankvar\": 2397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3141, \"group\": [1577.0, 163.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTTGCGTTA\", \"ini\": 1788, \"clust\": 4853, \"rank\": 2749, \"rankvar\": 4208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4908, \"group\": [4853.0, 894.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGACTAGGC\", \"ini\": 1787, \"clust\": 3513, \"rank\": 2777, \"rankvar\": 1652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1802, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1724, \"group\": [3515.0, 493.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCCCGC\", \"ini\": 1786, \"clust\": 2916, \"rank\": 2874, \"rankvar\": 1773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1803, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1725, \"group\": [2917.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTACACCGC\", \"ini\": 1785, \"clust\": 3063, \"rank\": 2500, \"rankvar\": 4012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1726, \"group\": [3061.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCAGTAGAGC\", \"ini\": 1784, \"clust\": 206, \"rank\": 2436, \"rankvar\": 4104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1805, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 236, \"group\": [210.0, 46.0, 12.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCCCTAATT\", \"ini\": 1783, \"clust\": 2376, \"rank\": 2492, \"rankvar\": 1819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1806, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2779, \"group\": [2375.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGGTGACCA\", \"ini\": 1782, \"clust\": 1600, \"rank\": 2070, \"rankvar\": 1742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3142, \"group\": [1601.0, 171.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGACACGAC\", \"ini\": 1781, \"clust\": 2678, \"rank\": 2768, \"rankvar\": 2624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1808, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1727, \"group\": [2678.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCACCCGAG\", \"ini\": 1780, \"clust\": 5117, \"rank\": 1856, \"rankvar\": 3905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1809, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4909, \"group\": [5114.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCACGGTTA\", \"ini\": 1779, \"clust\": 5134, \"rank\": 2000, \"rankvar\": 4632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4910, \"group\": [5133.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCACTACAGT\", \"ini\": 1778, \"clust\": 2725, \"rank\": 2324, \"rankvar\": 791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1728, \"group\": [2725.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCGAATGGG\", \"ini\": 1777, \"clust\": 3058, \"rank\": 2634, \"rankvar\": 457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1812, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1729, \"group\": [3058.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAAGCCGTC\", \"ini\": 1776, \"clust\": 3871, \"rank\": 2990, \"rankvar\": 879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1730, \"group\": [3871.0, 558.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTCGCGAC\", \"ini\": 1775, \"clust\": 2609, \"rank\": 2775, \"rankvar\": 1037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1814, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1731, \"group\": [2608.0, 465.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGTTAACC\", \"ini\": 1774, \"clust\": 3502, \"rank\": 2557, \"rankvar\": 1436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1815, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1732, \"group\": [3500.0, 490.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCAGCATGAG\", \"ini\": 1773, \"clust\": 4487, \"rank\": 2652, \"rankvar\": 4303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1816, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 111, \"group\": [4486.0, 764.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAAGTAA\", \"ini\": 1772, \"clust\": 61, \"rank\": 2943, \"rankvar\": 4878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1817, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5215, \"group\": [62.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCACTTATC\", \"ini\": 1771, \"clust\": 2886, \"rank\": 2606, \"rankvar\": 1249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1733, \"group\": [2888.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCAATAAGG\", \"ini\": 1770, \"clust\": 3007, \"rank\": 2683, \"rankvar\": 2477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1819, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1734, \"group\": [3006.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACCAGGC\", \"ini\": 1769, \"clust\": 2770, \"rank\": 2790, \"rankvar\": 3361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1735, \"group\": [2768.0, 475.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACACCATCCT\", \"ini\": 1768, \"clust\": 4823, \"rank\": 2320, \"rankvar\": 2518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1821, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4911, \"group\": [4820.0, 891.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCAGCTTAG\", \"ini\": 1767, \"clust\": 2739, \"rank\": 2843, \"rankvar\": 1964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1822, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1736, \"group\": [2740.0, 472.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATTACCG\", \"ini\": 1766, \"clust\": 3048, \"rank\": 2677, \"rankvar\": 3064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1737, \"group\": [3048.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCATCTGCC\", \"ini\": 1765, \"clust\": 2850, \"rank\": 2753, \"rankvar\": 1962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1738, \"group\": [2847.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGGCAGGTT\", \"ini\": 1764, \"clust\": 2982, \"rank\": 2573, \"rankvar\": 675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1825, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1739, \"group\": [2982.0, 480.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTTGTTTGG\", \"ini\": 1763, \"clust\": 2373, \"rank\": 2581, \"rankvar\": 3729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1826, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2780, \"group\": [2372.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTTCACTCTTA\", \"ini\": 1762, \"clust\": 3238, \"rank\": 2189, \"rankvar\": 2191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1827, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1740, \"group\": [3243.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGATGAGG\", \"ini\": 1761, \"clust\": 2587, \"rank\": 2453, \"rankvar\": 3466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1828, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1741, \"group\": [2585.0, 460.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCGCCGTGA\", \"ini\": 1760, \"clust\": 3748, \"rank\": 2818, \"rankvar\": 1817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1742, \"group\": [3750.0, 542.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTTCCGGCA\", \"ini\": 1759, \"clust\": 4797, \"rank\": 2510, \"rankvar\": 4142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1830, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4912, \"group\": [4797.0, 885.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGGATGGG\", \"ini\": 1758, \"clust\": 2943, \"rank\": 2814, \"rankvar\": 2109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1743, \"group\": [2941.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCCTCCTAG\", \"ini\": 1757, \"clust\": 5190, \"rank\": 2608, \"rankvar\": 2739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1832, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4913, \"group\": [5189.0, 908.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTTATCGC\", \"ini\": 1756, \"clust\": 3102, \"rank\": 2610, \"rankvar\": 3352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1744, \"group\": [3105.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGAGCCTAG\", \"ini\": 1755, \"clust\": 2679, \"rank\": 2755, \"rankvar\": 3745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1745, \"group\": [2679.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCCGTCAG\", \"ini\": 1754, \"clust\": 3072, \"rank\": 2609, \"rankvar\": 1832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1746, \"group\": [3072.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGGAGGTA\", \"ini\": 1753, \"clust\": 3056, \"rank\": 2717, \"rankvar\": 2061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1747, \"group\": [3054.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGGAGTACC\", \"ini\": 1752, \"clust\": 5135, \"rank\": 1625, \"rankvar\": 4621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1837, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4914, \"group\": [5134.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGCTCAACT\", \"ini\": 1751, \"clust\": 3021, \"rank\": 2649, \"rankvar\": 2229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1838, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1748, \"group\": [3021.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGAGTACCG\", \"ini\": 1750, \"clust\": 178, \"rank\": 1766, \"rankvar\": 659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1839, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2781, \"group\": [179.0, 37.0, 9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGGATTCGG\", \"ini\": 1749, \"clust\": 2747, \"rank\": 2618, \"rankvar\": 2454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1749, \"group\": [2747.0, 473.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTAGAAAGG\", \"ini\": 1748, \"clust\": 2562, \"rank\": 2798, \"rankvar\": 2840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1750, \"group\": [2562.0, 458.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGATCTCGTTTA\", \"ini\": 1747, \"clust\": 5074, \"rank\": 2389, \"rankvar\": 4097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4915, \"group\": [5072.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCGATGAGG\", \"ini\": 1746, \"clust\": 1518, \"rank\": 2004, \"rankvar\": 4205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1843, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3968, \"group\": [1521.0, 146.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGTGCGTC\", \"ini\": 1745, \"clust\": 5192, \"rank\": 2702, \"rankvar\": 2608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1844, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4916, \"group\": [5191.0, 908.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTATCGCAT\", \"ini\": 1744, \"clust\": 5026, \"rank\": 2613, \"rankvar\": 4080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1845, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4917, \"group\": [5026.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACAGTGGAGT\", \"ini\": 1743, \"clust\": 1575, \"rank\": 2116, \"rankvar\": 3526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3143, \"group\": [1575.0, 163.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGGTTCC\", \"ini\": 1742, \"clust\": 4429, \"rank\": 2545, \"rankvar\": 4922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1847, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 112, \"group\": [4428.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGAGGGA\", \"ini\": 1741, \"clust\": 3720, \"rank\": 2867, \"rankvar\": 754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1848, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1751, \"group\": [3721.0, 522.0, 87.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGTTTGG\", \"ini\": 1740, \"clust\": 2647, \"rank\": 2846, \"rankvar\": 1388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1752, \"group\": [2646.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTATCTGCA\", \"ini\": 1739, \"clust\": 2334, \"rank\": 2305, \"rankvar\": 4278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1850, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2782, \"group\": [2335.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGGATATAC\", \"ini\": 1738, \"clust\": 2395, \"rank\": 2420, \"rankvar\": 3000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1851, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2783, \"group\": [2395.0, 388.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTTCTGTTT\", \"ini\": 1737, \"clust\": 2655, \"rank\": 2878, \"rankvar\": 1731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1852, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1753, \"group\": [2654.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCGGAAG\", \"ini\": 1736, \"clust\": 2537, \"rank\": 3002, \"rankvar\": 2076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1754, \"group\": [2539.0, 453.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTACCGTTA\", \"ini\": 1735, \"clust\": 2915, \"rank\": 2859, \"rankvar\": 889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1755, \"group\": [2918.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCAAACGTGG\", \"ini\": 1734, \"clust\": 3511, \"rank\": 2648, \"rankvar\": 594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1855, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1756, \"group\": [3510.0, 492.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTGCGACG\", \"ini\": 1733, \"clust\": 2610, \"rank\": 2826, \"rankvar\": 1358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1757, \"group\": [2610.0, 465.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGCCTATGT\", \"ini\": 1732, \"clust\": 3036, \"rank\": 2776, \"rankvar\": 1756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1758, \"group\": [3038.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGACGCTTT\", \"ini\": 1731, \"clust\": 2762, \"rank\": 2690, \"rankvar\": 2279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1858, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1759, \"group\": [2762.0, 475.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTATCGCAT\", \"ini\": 1730, \"clust\": 1643, \"rank\": 1945, \"rankvar\": 2810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3144, \"group\": [1646.0, 180.0, 33.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCGCATAA\", \"ini\": 1729, \"clust\": 4480, \"rank\": 2799, \"rankvar\": 5083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1860, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 113, \"group\": [4477.0, 761.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAAGTAGTA\", \"ini\": 1728, \"clust\": 3073, \"rank\": 2638, \"rankvar\": 2510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1861, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1760, \"group\": [3073.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGTCATCCA\", \"ini\": 1727, \"clust\": 2752, \"rank\": 2885, \"rankvar\": 2619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1761, \"group\": [2750.0, 473.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAGTATGGTTC\", \"ini\": 1726, \"clust\": 4438, \"rank\": 2917, \"rankvar\": 4707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1863, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 114, \"group\": [4435.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTAATTGGA\", \"ini\": 1725, \"clust\": 2760, \"rank\": 2662, \"rankvar\": 1599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1762, \"group\": [2760.0, 475.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATGGTCTA\", \"ini\": 1724, \"clust\": 4435, \"rank\": 2975, \"rankvar\": 4956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1865, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 115, \"group\": [4433.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCACCCGAG\", \"ini\": 1723, \"clust\": 2918, \"rank\": 3024, \"rankvar\": 3002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1763, \"group\": [2916.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAGACGTAG\", \"ini\": 1722, \"clust\": 2643, \"rank\": 2919, \"rankvar\": 1787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1764, \"group\": [2642.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCCGTACAA\", \"ini\": 1721, \"clust\": 2734, \"rank\": 2797, \"rankvar\": 2258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1868, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1765, \"group\": [2741.0, 472.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGAGTGACC\", \"ini\": 1720, \"clust\": 2326, \"rank\": 2222, \"rankvar\": 4447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1869, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2784, \"group\": [2330.0, 384.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGCCCTAAT\", \"ini\": 1719, \"clust\": 5109, \"rank\": 1973, \"rankvar\": 4105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1870, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4918, \"group\": [5106.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGGAGCGTT\", \"ini\": 1718, \"clust\": 4409, \"rank\": 2590, \"rankvar\": 4174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1871, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 116, \"group\": [4408.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACATAACC\", \"ini\": 1717, \"clust\": 4802, \"rank\": 2301, \"rankvar\": 3182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1872, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4919, \"group\": [4802.0, 886.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACAAGCCATT\", \"ini\": 1716, \"clust\": 4877, \"rank\": 2255, \"rankvar\": 4304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1873, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4920, \"group\": [4875.0, 895.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCGCGAAA\", \"ini\": 1715, \"clust\": 5053, \"rank\": 2287, \"rankvar\": 4599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1874, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4921, \"group\": [5056.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTCGACTGC\", \"ini\": 1714, \"clust\": 2563, \"rank\": 2866, \"rankvar\": 884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1766, \"group\": [2563.0, 458.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCATTCTA\", \"ini\": 1713, \"clust\": 3095, \"rank\": 2532, \"rankvar\": 3550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1767, \"group\": [3094.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAACTGTC\", \"ini\": 1712, \"clust\": 4971, \"rank\": 2685, \"rankvar\": 3876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1877, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4922, \"group\": [4972.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTGGACGAT\", \"ini\": 1711, \"clust\": 3004, \"rank\": 2707, \"rankvar\": 3093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1768, \"group\": [3004.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACACATGGGA\", \"ini\": 1710, \"clust\": 2931, \"rank\": 2703, \"rankvar\": 853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1769, \"group\": [2929.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGTCAGCC\", \"ini\": 1709, \"clust\": 4825, \"rank\": 2521, \"rankvar\": 3892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1880, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4923, \"group\": [4824.0, 891.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCATGGTAGG\", \"ini\": 1708, \"clust\": 2605, \"rank\": 2820, \"rankvar\": 1366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1881, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1770, \"group\": [2605.0, 465.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACATTTCAGG\", \"ini\": 1707, \"clust\": 2880, \"rank\": 2720, \"rankvar\": 1804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1771, \"group\": [2883.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTCGGATCC\", \"ini\": 1706, \"clust\": 1564, \"rank\": 2277, \"rankvar\": 2777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3145, \"group\": [1564.0, 161.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAGTATTAGCC\", \"ini\": 1705, \"clust\": 3108, \"rank\": 2688, \"rankvar\": 2009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1772, \"group\": [3107.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCGCAT\", \"ini\": 1704, \"clust\": 3526, \"rank\": 2735, \"rankvar\": 1010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1773, \"group\": [3533.0, 496.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCATTCACTT\", \"ini\": 1703, \"clust\": 2527, \"rank\": 3012, \"rankvar\": 2528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1774, \"group\": [2527.0, 448.0, 84.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGTGGACC\", \"ini\": 1702, \"clust\": 72, \"rank\": 3075, \"rankvar\": 4835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1887, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5216, \"group\": [71.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTTTACGT\", \"ini\": 1701, \"clust\": 3744, \"rank\": 2942, \"rankvar\": 812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1775, \"group\": [3744.0, 541.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCAACACCTA\", \"ini\": 1700, \"clust\": 9, \"rank\": 1645, \"rankvar\": 4672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1889, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3969, \"group\": [9.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTACATGA\", \"ini\": 1699, \"clust\": 3468, \"rank\": 2650, \"rankvar\": 510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1776, \"group\": [3468.0, 487.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATGTGGT\", \"ini\": 1698, \"clust\": 5014, \"rank\": 2564, \"rankvar\": 3837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1891, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4924, \"group\": [5011.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTAACGGT\", \"ini\": 1697, \"clust\": 4407, \"rank\": 2744, \"rankvar\": 4523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1892, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 117, \"group\": [4406.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGATAAGT\", \"ini\": 1696, \"clust\": 2936, \"rank\": 2623, \"rankvar\": 1836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1777, \"group\": [2938.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTACGCCC\", \"ini\": 1695, \"clust\": 2353, \"rank\": 2499, \"rankvar\": 3711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1894, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2785, \"group\": [2353.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAAACGCG\", \"ini\": 1694, \"clust\": 2612, \"rank\": 2888, \"rankvar\": 2938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1778, \"group\": [2612.0, 465.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGACCTAGG\", \"ini\": 1693, \"clust\": 4396, \"rank\": 2303, \"rankvar\": 4783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1896, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 118, \"group\": [4395.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGTAGAGC\", \"ini\": 1692, \"clust\": 1570, \"rank\": 1556, \"rankvar\": 4053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1897, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3146, \"group\": [1570.0, 163.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGGCGACAT\", \"ini\": 1691, \"clust\": 2764, \"rank\": 2718, \"rankvar\": 1683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1898, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1779, \"group\": [2764.0, 475.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACGGTTTA\", \"ini\": 1690, \"clust\": 2458, \"rank\": 2752, \"rankvar\": 1011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1780, \"group\": [2461.0, 426.0, 82.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCCGACTT\", \"ini\": 1689, \"clust\": 4796, \"rank\": 2653, \"rankvar\": 1588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1900, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4925, \"group\": [4795.0, 884.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAGGTAA\", \"ini\": 1688, \"clust\": 3044, \"rank\": 2661, \"rankvar\": 4183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1781, \"group\": [3044.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGCT\", \"ini\": 1687, \"clust\": 2963, \"rank\": 2842, \"rankvar\": 4706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1782, \"group\": [2961.0, 477.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGATGTAT\", \"ini\": 1686, \"clust\": 5027, \"rank\": 2737, \"rankvar\": 4361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1903, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4926, \"group\": [5027.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCATCTGTT\", \"ini\": 1685, \"clust\": 4767, \"rank\": 2827, \"rankvar\": 1816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1904, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4927, \"group\": [4769.0, 873.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGCTAGTTC\", \"ini\": 1684, \"clust\": 3532, \"rank\": 2873, \"rankvar\": 593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1783, \"group\": [3530.0, 496.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGTCACGCC\", \"ini\": 1683, \"clust\": 2606, \"rank\": 2663, \"rankvar\": 1270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1784, \"group\": [2606.0, 465.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTTGGACCC\", \"ini\": 1682, \"clust\": 5118, \"rank\": 2110, \"rankvar\": 3879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4928, \"group\": [5115.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAGGCCCA\", \"ini\": 1681, \"clust\": 2914, \"rank\": 2932, \"rankvar\": 2031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1785, \"group\": [2913.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTTGTATC\", \"ini\": 1680, \"clust\": 1545, \"rank\": 1654, \"rankvar\": 4477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1909, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3147, \"group\": [1545.0, 160.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTAGCTGCC\", \"ini\": 1679, \"clust\": 2538, \"rank\": 2978, \"rankvar\": 2025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1786, \"group\": [2537.0, 453.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATGACT\", \"ini\": 1678, \"clust\": 4820, \"rank\": 2484, \"rankvar\": 2698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4929, \"group\": [4822.0, 891.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAATCCGCTGTT\", \"ini\": 1677, \"clust\": 2665, \"rank\": 2806, \"rankvar\": 2069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1787, \"group\": [2665.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCTAGCCC\", \"ini\": 1676, \"clust\": 3514, \"rank\": 2704, \"rankvar\": 1505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1788, \"group\": [3513.0, 493.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACACGGTGTC\", \"ini\": 1675, \"clust\": 2539, \"rank\": 2993, \"rankvar\": 1515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1789, \"group\": [2538.0, 453.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGAACTGTA\", \"ini\": 1674, \"clust\": 2667, \"rank\": 2748, \"rankvar\": 2263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1790, \"group\": [2666.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACCGTTA\", \"ini\": 1673, \"clust\": 4202, \"rank\": 2953, \"rankvar\": 4681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1791, \"group\": [4203.0, 708.0, 121.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCATGGAATA\", \"ini\": 1672, \"clust\": 5078, \"rank\": 2682, \"rankvar\": 4216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1917, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4930, \"group\": [5078.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATTACCC\", \"ini\": 1671, \"clust\": 3722, \"rank\": 2813, \"rankvar\": 3136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1792, \"group\": [3726.0, 526.0, 87.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAGTGAGTG\", \"ini\": 1670, \"clust\": 4902, \"rank\": 1852, \"rankvar\": 4490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1919, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4931, \"group\": [4899.0, 898.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCACGGTTA\", \"ini\": 1669, \"clust\": 2660, \"rank\": 2934, \"rankvar\": 4125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1793, \"group\": [2660.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTAGCCTCG\", \"ini\": 1668, \"clust\": 2322, \"rank\": 2986, \"rankvar\": 1825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1921, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2786, \"group\": [2326.0, 383.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAACGCGA\", \"ini\": 1667, \"clust\": 3040, \"rank\": 2637, \"rankvar\": 4241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1794, \"group\": [3041.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCTCCACT\", \"ini\": 1666, \"clust\": 4768, \"rank\": 2802, \"rankvar\": 2552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4932, \"group\": [4768.0, 873.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTATAATGG\", \"ini\": 1665, \"clust\": 2852, \"rank\": 2769, \"rankvar\": 2561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1795, \"group\": [2853.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCACTTACT\", \"ini\": 1664, \"clust\": 2944, \"rank\": 2779, \"rankvar\": 3496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1796, \"group\": [2946.0, 477.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTGTATGGG\", \"ini\": 1663, \"clust\": 5126, \"rank\": 2163, \"rankvar\": 4427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1926, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4933, \"group\": [5124.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCACCTTAT\", \"ini\": 1662, \"clust\": 2645, \"rank\": 2983, \"rankvar\": 3256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1927, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1797, \"group\": [2644.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCATCGATG\", \"ini\": 1661, \"clust\": 2706, \"rank\": 2765, \"rankvar\": 3626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1798, \"group\": [2705.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAACGACG\", \"ini\": 1660, \"clust\": 2675, \"rank\": 2852, \"rankvar\": 2509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1799, \"group\": [2673.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACGATGT\", \"ini\": 1659, \"clust\": 2994, \"rank\": 2821, \"rankvar\": 2242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1930, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1800, \"group\": [2994.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTACACCGC\", \"ini\": 1658, \"clust\": 2447, \"rank\": 2956, \"rankvar\": 1136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1931, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1801, \"group\": [2449.0, 416.0, 79.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGAACTGT\", \"ini\": 1657, \"clust\": 4410, \"rank\": 2903, \"rankvar\": 4738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1932, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 119, \"group\": [4409.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGGACCACA\", \"ini\": 1656, \"clust\": 16, \"rank\": 2689, \"rankvar\": 4362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1933, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3970, \"group\": [16.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAATAACGA\", \"ini\": 1655, \"clust\": 2658, \"rank\": 2980, \"rankvar\": 2883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1934, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1802, \"group\": [2658.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGCCTAA\", \"ini\": 1654, \"clust\": 2903, \"rank\": 2782, \"rankvar\": 2403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1803, \"group\": [2903.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCACAACGCC\", \"ini\": 1653, \"clust\": 1546, \"rank\": 1874, \"rankvar\": 3941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3148, \"group\": [1546.0, 160.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCCATGCTC\", \"ini\": 1652, \"clust\": 5065, \"rank\": 2397, \"rankvar\": 4173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1937, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4934, \"group\": [5067.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGCTGCT\", \"ini\": 1651, \"clust\": 3509, \"rank\": 2858, \"rankvar\": 1532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1938, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1804, \"group\": [3509.0, 491.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTTAAGCC\", \"ini\": 1650, \"clust\": 2363, \"rank\": 2583, \"rankvar\": 3476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2787, \"group\": [2366.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGGTTTCA\", \"ini\": 1649, \"clust\": 5193, \"rank\": 2901, \"rankvar\": 3599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4935, \"group\": [5192.0, 908.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGAGGGTT\", \"ini\": 1648, \"clust\": 5030, \"rank\": 2709, \"rankvar\": 4156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1941, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4936, \"group\": [5030.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAATGGATA\", \"ini\": 1647, \"clust\": 1590, \"rank\": 2327, \"rankvar\": 2824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3149, \"group\": [1587.0, 169.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGGTACTCT\", \"ini\": 1646, \"clust\": 2603, \"rank\": 2999, \"rankvar\": 925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1805, \"group\": [2602.0, 465.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAACGCTA\", \"ini\": 1645, \"clust\": 5015, \"rank\": 2596, \"rankvar\": 4327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4937, \"group\": [5012.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTTCAACCA\", \"ini\": 1644, \"clust\": 3528, \"rank\": 2772, \"rankvar\": 803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1806, \"group\": [3526.0, 496.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCAGAGGT\", \"ini\": 1643, \"clust\": 2656, \"rank\": 2870, \"rankvar\": 2201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1946, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1807, \"group\": [2656.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCAAGATCC\", \"ini\": 1642, \"clust\": 4439, \"rank\": 3211, \"rankvar\": 4718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1947, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 120, \"group\": [4442.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCAGATAATG\", \"ini\": 1641, \"clust\": 2897, \"rank\": 2800, \"rankvar\": 3143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1948, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1808, \"group\": [2896.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGCGATTCT\", \"ini\": 1640, \"clust\": 3515, \"rank\": 2897, \"rankvar\": 1499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1809, \"group\": [3514.0, 493.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAGGCT\", \"ini\": 1639, \"clust\": 2687, \"rank\": 2513, \"rankvar\": 1120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1810, \"group\": [2686.0, 468.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAAACTGCT\", \"ini\": 1638, \"clust\": 2857, \"rank\": 2857, \"rankvar\": 1369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1811, \"group\": [2856.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTTGCGT\", \"ini\": 1637, \"clust\": 4372, \"rank\": 2687, \"rankvar\": 4530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1952, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 121, \"group\": [4376.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGTAGATGT\", \"ini\": 1636, \"clust\": 3076, \"rank\": 2792, \"rankvar\": 4424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1812, \"group\": [3076.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTGACGCCT\", \"ini\": 1635, \"clust\": 2859, \"rank\": 2788, \"rankvar\": 160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1813, \"group\": [2859.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCTCGCAT\", \"ini\": 1634, \"clust\": 1601, \"rank\": 2020, \"rankvar\": 3479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3150, \"group\": [1602.0, 171.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAGGTTTCA\", \"ini\": 1633, \"clust\": 2670, \"rank\": 2947, \"rankvar\": 1237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1814, \"group\": [2669.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCTGGC\", \"ini\": 1632, \"clust\": 1608, \"rank\": 2178, \"rankvar\": 2519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3151, \"group\": [1609.0, 171.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTTAAAGTG\", \"ini\": 1631, \"clust\": 3057, \"rank\": 2808, \"rankvar\": 2092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1815, \"group\": [3055.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGGAGCAA\", \"ini\": 1630, \"clust\": 2682, \"rank\": 2911, \"rankvar\": 2257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1816, \"group\": [2684.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGGTGTGGT\", \"ini\": 1629, \"clust\": 2922, \"rank\": 2987, \"rankvar\": 1341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1817, \"group\": [2920.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAACAACA\", \"ini\": 1628, \"clust\": 2638, \"rank\": 2954, \"rankvar\": 1799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1961, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1818, \"group\": [2640.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCCAGTTT\", \"ini\": 1627, \"clust\": 2634, \"rank\": 2907, \"rankvar\": 1255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1819, \"group\": [2634.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTACATGTC\", \"ini\": 1626, \"clust\": 2929, \"rank\": 2914, \"rankvar\": 1059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1820, \"group\": [2932.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCACCGATAT\", \"ini\": 1625, \"clust\": 85, \"rank\": 2963, \"rankvar\": 4989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1964, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5217, \"group\": [82.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACACTGCG\", \"ini\": 1624, \"clust\": 3529, \"rank\": 2869, \"rankvar\": 1276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1821, \"group\": [3527.0, 496.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTACGCCC\", \"ini\": 1623, \"clust\": 2592, \"rank\": 2786, \"rankvar\": 232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1822, \"group\": [2593.0, 460.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCAAGCC\", \"ini\": 1622, \"clust\": 2661, \"rank\": 2955, \"rankvar\": 1324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1823, \"group\": [2661.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCAGGAATGC\", \"ini\": 1621, \"clust\": 2753, \"rank\": 2944, \"rankvar\": 3458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1824, \"group\": [2751.0, 473.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTGATGATA\", \"ini\": 1620, \"clust\": 3727, \"rank\": 3051, \"rankvar\": 195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1969, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1825, \"group\": [3730.0, 529.0, 88.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTCCGAATT\", \"ini\": 1619, \"clust\": 1534, \"rank\": 2550, \"rankvar\": 2541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3152, \"group\": [1535.0, 155.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGACACGAC\", \"ini\": 1618, \"clust\": 4543, \"rank\": 2988, \"rankvar\": 1253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1971, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 122, \"group\": [4543.0, 781.0, 135.0, 31.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTGCACCAC\", \"ini\": 1617, \"clust\": 2455, \"rank\": 2836, \"rankvar\": 1790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1972, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1826, \"group\": [2458.0, 424.0, 82.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGACACGAC\", \"ini\": 1616, \"clust\": 2454, \"rank\": 3009, \"rankvar\": 1356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1973, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1827, \"group\": [2454.0, 421.0, 81.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCATGCTCC\", \"ini\": 1615, \"clust\": 2843, \"rank\": 2876, \"rankvar\": 2410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1828, \"group\": [2850.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGCTTAG\", \"ini\": 1614, \"clust\": 2602, \"rank\": 3028, \"rankvar\": 2301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1829, \"group\": [2604.0, 465.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTCAAACTC\", \"ini\": 1613, \"clust\": 2721, \"rank\": 2807, \"rankvar\": 3885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1976, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1830, \"group\": [2719.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCTAGCCC\", \"ini\": 1612, \"clust\": 2677, \"rank\": 2711, \"rankvar\": 3281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1831, \"group\": [2677.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTTACTGAC\", \"ini\": 1611, \"clust\": 4882, \"rank\": 2678, \"rankvar\": 2211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1978, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4938, \"group\": [4881.0, 896.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAATTGCTG\", \"ini\": 1610, \"clust\": 2932, \"rank\": 2729, \"rankvar\": 562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1832, \"group\": [2930.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATGCTAGT\", \"ini\": 1609, \"clust\": 2771, \"rank\": 2960, \"rankvar\": 2105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1833, \"group\": [2769.0, 475.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCCGCTGA\", \"ini\": 1608, \"clust\": 3055, \"rank\": 2774, \"rankvar\": 2395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1834, \"group\": [3056.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCAGCGATT\", \"ini\": 1607, \"clust\": 2995, \"rank\": 2952, \"rankvar\": 677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1835, \"group\": [2997.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGACACG\", \"ini\": 1606, \"clust\": 2452, \"rank\": 3107, \"rankvar\": 1029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1836, \"group\": [2455.0, 422.0, 81.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATCCGGGT\", \"ini\": 1605, \"clust\": 2371, \"rank\": 2828, \"rankvar\": 4069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1984, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2788, \"group\": [2373.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCATCGATG\", \"ini\": 1604, \"clust\": 3715, \"rank\": 2997, \"rankvar\": 988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1837, \"group\": [3715.0, 518.0, 86.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCATAGAAAC\", \"ini\": 1603, \"clust\": 2923, \"rank\": 3050, \"rankvar\": 2676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1986, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1838, \"group\": [2923.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATAACCTG\", \"ini\": 1602, \"clust\": 15, \"rank\": 2595, \"rankvar\": 4402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1987, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3971, \"group\": [18.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGGTGGGTT\", \"ini\": 1601, \"clust\": 2646, \"rank\": 2921, \"rankvar\": 942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1839, \"group\": [2655.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACATAACC\", \"ini\": 1600, \"clust\": 5119, \"rank\": 2793, \"rankvar\": 2807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1989, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4939, \"group\": [5138.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCATTATCC\", \"ini\": 1599, \"clust\": 4821, \"rank\": 2619, \"rankvar\": 2884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1990, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4940, \"group\": [4821.0, 891.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCGATGAGG\", \"ini\": 1598, \"clust\": 3059, \"rank\": 2862, \"rankvar\": 820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1991, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1840, \"group\": [3059.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATAGCTGATAA\", \"ini\": 1597, \"clust\": 2588, \"rank\": 2811, \"rankvar\": 3469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1841, \"group\": [2590.0, 460.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTCGGGCT\", \"ini\": 1596, \"clust\": 2623, \"rank\": 2951, \"rankvar\": 3287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1993, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1842, \"group\": [2621.0, 466.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGGAAATA\", \"ini\": 1595, \"clust\": 2362, \"rank\": 2734, \"rankvar\": 3359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1994, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2789, \"group\": [2362.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGACATTGGTAC\", \"ini\": 1594, \"clust\": 3042, \"rank\": 2719, \"rankvar\": 1378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1843, \"group\": [3040.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGGAAATA\", \"ini\": 1593, \"clust\": 1638, \"rank\": 2922, \"rankvar\": 454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3153, \"group\": [1639.0, 176.0, 32.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCGTTTATC\", \"ini\": 1592, \"clust\": 2619, \"rank\": 3003, \"rankvar\": 692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1844, \"group\": [2618.0, 465.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAGTTCCCT\", \"ini\": 1591, \"clust\": 4404, \"rank\": 3090, \"rankvar\": 4764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1998, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 123, \"group\": [4401.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCGTAGAGCTG\", \"ini\": 1590, \"clust\": 1571, \"rank\": 2021, \"rankvar\": 4635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3154, \"group\": [1574.0, 163.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTACTATC\", \"ini\": 1589, \"clust\": 2316, \"rank\": 2930, \"rankvar\": 4019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2000, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2790, \"group\": [2315.0, 380.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTTCCGCGGTA\", \"ini\": 1588, \"clust\": 4442, \"rank\": 3039, \"rankvar\": 4871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2001, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 124, \"group\": [4441.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACAGCT\", \"ini\": 1587, \"clust\": 3745, \"rank\": 3077, \"rankvar\": 1079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2002, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1845, \"group\": [3745.0, 541.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCCAACGG\", \"ini\": 1586, \"clust\": 2924, \"rank\": 3027, \"rankvar\": 2428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1846, \"group\": [2924.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAGTGTTGAGG\", \"ini\": 1585, \"clust\": 4798, \"rank\": 2764, \"rankvar\": 3398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4941, \"group\": [4798.0, 885.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAGCCTAT\", \"ini\": 1584, \"clust\": 2910, \"rank\": 2989, \"rankvar\": 1454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1847, \"group\": [2909.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCATCACGAT\", \"ini\": 1583, \"clust\": 5136, \"rank\": 2349, \"rankvar\": 4034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2006, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4942, \"group\": [5137.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTCCCGAG\", \"ini\": 1582, \"clust\": 2668, \"rank\": 2962, \"rankvar\": 3642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1848, \"group\": [2667.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGCATACT\", \"ini\": 1581, \"clust\": 2315, \"rank\": 3106, \"rankvar\": 3411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2008, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2791, \"group\": [2317.0, 380.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCTTTCCTC\", \"ini\": 1580, \"clust\": 3090, \"rank\": 2900, \"rankvar\": 3944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2009, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1849, \"group\": [3092.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTGTTG\", \"ini\": 1579, \"clust\": 4799, \"rank\": 2392, \"rankvar\": 3079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2010, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4943, \"group\": [4801.0, 885.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCATATACGC\", \"ini\": 1578, \"clust\": 4485, \"rank\": 3260, \"rankvar\": 4227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2011, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 125, \"group\": [4481.0, 763.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGAATCTCC\", \"ini\": 1577, \"clust\": 2911, \"rank\": 2904, \"rankvar\": 428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1850, \"group\": [2910.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAATGAC\", \"ini\": 1576, \"clust\": 4481, \"rank\": 3089, \"rankvar\": 4531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2013, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 126, \"group\": [4484.0, 763.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCATCGGAT\", \"ini\": 1575, \"clust\": 1572, \"rank\": 2215, \"rankvar\": 2125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2014, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3155, \"group\": [1573.0, 163.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGAGTACAT\", \"ini\": 1574, \"clust\": 2648, \"rank\": 2928, \"rankvar\": 2043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1851, \"group\": [2647.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCGATCCC\", \"ini\": 1573, \"clust\": 1603, \"rank\": 2339, \"rankvar\": 4011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3156, \"group\": [1607.0, 171.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGAGCAATT\", \"ini\": 1572, \"clust\": 2460, \"rank\": 2905, \"rankvar\": 1208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2017, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1852, \"group\": [2460.0, 425.0, 82.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCTTGTTTG\", \"ini\": 1571, \"clust\": 4285, \"rank\": 3120, \"rankvar\": 4404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2018, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 127, \"group\": [4286.0, 737.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCGAATGT\", \"ini\": 1570, \"clust\": 2673, \"rank\": 2894, \"rankvar\": 1044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1853, \"group\": [2674.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCTTGAGAC\", \"ini\": 1569, \"clust\": 3037, \"rank\": 2896, \"rankvar\": 2927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1854, \"group\": [3036.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAGGCAGTA\", \"ini\": 1568, \"clust\": 5123, \"rank\": 2756, \"rankvar\": 4634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2021, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4944, \"group\": [5122.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTACACT\", \"ini\": 1567, \"clust\": 4970, \"rank\": 2758, \"rankvar\": 3644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2022, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4945, \"group\": [4973.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCGTGTCC\", \"ini\": 1566, \"clust\": 3736, \"rank\": 3155, \"rankvar\": 1026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1855, \"group\": [3735.0, 534.0, 89.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTAAACACA\", \"ini\": 1565, \"clust\": 3077, \"rank\": 2698, \"rankvar\": 3008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1856, \"group\": [3077.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCTGTTCA\", \"ini\": 1564, \"clust\": 4972, \"rank\": 2655, \"rankvar\": 4727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2025, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4946, \"group\": [4970.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCCTACAGA\", \"ini\": 1563, \"clust\": 2680, \"rank\": 2958, \"rankvar\": 2409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2026, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1857, \"group\": [2680.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCAGTAG\", \"ini\": 1562, \"clust\": 2611, \"rank\": 2918, \"rankvar\": 1039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1858, \"group\": [2611.0, 465.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTGCAGACA\", \"ini\": 1561, \"clust\": 2681, \"rank\": 2882, \"rankvar\": 4376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2028, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1859, \"group\": [2681.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTCGGCAC\", \"ini\": 1560, \"clust\": 4474, \"rank\": 2482, \"rankvar\": 5156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2029, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 128, \"group\": [4475.0, 761.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCTACCTA\", \"ini\": 1559, \"clust\": 3716, \"rank\": 3038, \"rankvar\": 1668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2030, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1860, \"group\": [3716.0, 518.0, 86.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTGTGTG\", \"ini\": 1558, \"clust\": 2393, \"rank\": 2831, \"rankvar\": 1998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2792, \"group\": [2396.0, 388.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGACTTGAA\", \"ini\": 1557, \"clust\": 2666, \"rank\": 2977, \"rankvar\": 4167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2032, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1861, \"group\": [2668.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCCTGACT\", \"ini\": 1556, \"clust\": 4826, \"rank\": 2766, \"rankvar\": 2903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2033, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4947, \"group\": [4825.0, 891.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGCTAACTC\", \"ini\": 1555, \"clust\": 2323, \"rank\": 2946, \"rankvar\": 2834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2034, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2793, \"group\": [2325.0, 382.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCACAACGT\", \"ini\": 1554, \"clust\": 2650, \"rank\": 2991, \"rankvar\": 1187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1862, \"group\": [2648.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCTGCA\", \"ini\": 1553, \"clust\": 2413, \"rank\": 2326, \"rankvar\": 4680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2036, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2794, \"group\": [2413.0, 393.0, 71.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCGAATGCT\", \"ini\": 1552, \"clust\": 2419, \"rank\": 2686, \"rankvar\": 3497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2795, \"group\": [2419.0, 395.0, 71.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGTCAATC\", \"ini\": 1551, \"clust\": 3721, \"rank\": 3022, \"rankvar\": 1333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1863, \"group\": [3722.0, 523.0, 87.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACCTTTG\", \"ini\": 1550, \"clust\": 3765, \"rank\": 3231, \"rankvar\": 2341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1864, \"group\": [3764.0, 547.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGACATTA\", \"ini\": 1549, \"clust\": 4364, \"rank\": 2855, \"rankvar\": 4337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2040, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 129, \"group\": [4367.0, 757.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGTGGCT\", \"ini\": 1548, \"clust\": 3865, \"rank\": 3132, \"rankvar\": 524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2041, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1865, \"group\": [3865.0, 556.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGGAGTCTG\", \"ini\": 1547, \"clust\": 1542, \"rank\": 2582, \"rankvar\": 842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2042, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3157, \"group\": [1542.0, 158.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATCTGCA\", \"ini\": 1546, \"clust\": 2351, \"rank\": 2840, \"rankvar\": 2915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2043, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2796, \"group\": [2354.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTCACTTCC\", \"ini\": 1545, \"clust\": 5120, \"rank\": 2578, \"rankvar\": 4701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2044, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4948, \"group\": [5121.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTAAAGGAG\", \"ini\": 1544, \"clust\": 4402, \"rank\": 3153, \"rankvar\": 4410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2045, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 130, \"group\": [4404.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTTAAGACA\", \"ini\": 1543, \"clust\": 2704, \"rank\": 2833, \"rankvar\": 717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1866, \"group\": [2706.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCATGTCCTC\", \"ini\": 1542, \"clust\": 4542, \"rank\": 3160, \"rankvar\": 3761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2047, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4949, \"group\": [4545.0, 783.0, 135.0, 31.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCATTCA\", \"ini\": 1541, \"clust\": 3064, \"rank\": 2604, \"rankvar\": 3760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1867, \"group\": [3066.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTACCTACA\", \"ini\": 1540, \"clust\": 4818, \"rank\": 2692, \"rankvar\": 3578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4950, \"group\": [4817.0, 890.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAATGACCT\", \"ini\": 1539, \"clust\": 2669, \"rank\": 3113, \"rankvar\": 2508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2050, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1868, \"group\": [2671.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCAGAAGCAC\", \"ini\": 1538, \"clust\": 3099, \"rank\": 2945, \"rankvar\": 1299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2051, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1869, \"group\": [3099.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGCTAGTGG\", \"ini\": 1537, \"clust\": 2597, \"rank\": 2886, \"rankvar\": 2782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1870, \"group\": [2595.0, 462.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTAACTTC\", \"ini\": 1536, \"clust\": 3061, \"rank\": 2639, \"rankvar\": 4514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1871, \"group\": [3062.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGACTTGAA\", \"ini\": 1535, \"clust\": 4365, \"rank\": 3195, \"rankvar\": 4859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2054, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 131, \"group\": [4366.0, 757.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAATCCAAC\", \"ini\": 1534, \"clust\": 4828, \"rank\": 2676, \"rankvar\": 4109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2055, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4951, \"group\": [4827.0, 891.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCACGGCTAC\", \"ini\": 1533, \"clust\": 3723, \"rank\": 2976, \"rankvar\": 2845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2056, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1872, \"group\": [3725.0, 525.0, 87.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCGTTGCT\", \"ini\": 1532, \"clust\": 1536, \"rank\": 2382, \"rankvar\": 3119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2057, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3158, \"group\": [1534.0, 154.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGCCACGTC\", \"ini\": 1531, \"clust\": 2617, \"rank\": 3117, \"rankvar\": 894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1873, \"group\": [2616.0, 465.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGGGAGTAA\", \"ini\": 1530, \"clust\": 3740, \"rank\": 3079, \"rankvar\": 1883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1874, \"group\": [3740.0, 538.0, 91.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATGTGGTCTCG\", \"ini\": 1529, \"clust\": 5128, \"rank\": 2668, \"rankvar\": 4347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2060, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4952, \"group\": [5129.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTTGTCC\", \"ini\": 1528, \"clust\": 3092, \"rank\": 2745, \"rankvar\": 2953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1875, \"group\": [3091.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCACTCTTA\", \"ini\": 1527, \"clust\": 2651, \"rank\": 3010, \"rankvar\": 4588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1876, \"group\": [2649.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCTGAAAT\", \"ini\": 1526, \"clust\": 4545, \"rank\": 3225, \"rankvar\": 1969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2063, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3026, \"group\": [4550.0, 787.0, 136.0, 32.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTAAAGTG\", \"ini\": 1525, \"clust\": 2433, \"rank\": 3105, \"rankvar\": 2060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1877, \"group\": [2434.0, 406.0, 75.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTTTGTGTG\", \"ini\": 1524, \"clust\": 5131, \"rank\": 2742, \"rankvar\": 4379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2065, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4953, \"group\": [5127.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATGTTGC\", \"ini\": 1523, \"clust\": 2629, \"rank\": 3045, \"rankvar\": 1130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2066, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1878, \"group\": [2628.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCATCGGAT\", \"ini\": 1522, \"clust\": 5187, \"rank\": 2909, \"rankvar\": 3354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2067, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4954, \"group\": [5193.0, 909.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATGTAAG\", \"ini\": 1521, \"clust\": 5202, \"rank\": 2895, \"rankvar\": 4265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2068, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4955, \"group\": [5201.0, 914.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTGCCTGGT\", \"ini\": 1520, \"clust\": 4973, \"rank\": 2761, \"rankvar\": 3985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4956, \"group\": [4971.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCCACTTG\", \"ini\": 1519, \"clust\": 4367, \"rank\": 3119, \"rankvar\": 4843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2070, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 132, \"group\": [4363.0, 757.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGCCG\", \"ini\": 1518, \"clust\": 2690, \"rank\": 2809, \"rankvar\": 2005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1879, \"group\": [2690.0, 469.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTCGTTGTA\", \"ini\": 1517, \"clust\": 1616, \"rank\": 2716, \"rankvar\": 987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3159, \"group\": [1616.0, 172.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTGGCACA\", \"ini\": 1516, \"clust\": 1602, \"rank\": 2531, \"rankvar\": 3158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2073, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3160, \"group\": [1603.0, 171.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGAGAACAG\", \"ini\": 1515, \"clust\": 5191, \"rank\": 2877, \"rankvar\": 3357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2074, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4957, \"group\": [5190.0, 908.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTAGCCTAT\", \"ini\": 1514, \"clust\": 2594, \"rank\": 2938, \"rankvar\": 1396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1880, \"group\": [2592.0, 460.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGATATAC\", \"ini\": 1513, \"clust\": 3038, \"rank\": 3052, \"rankvar\": 4419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2076, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1881, \"group\": [3037.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGATGCGAC\", \"ini\": 1512, \"clust\": 2613, \"rank\": 3177, \"rankvar\": 3272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1882, \"group\": [2613.0, 465.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGACAGAGA\", \"ini\": 1511, \"clust\": 4495, \"rank\": 3324, \"rankvar\": 4741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2078, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 133, \"group\": [4498.0, 765.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCGCAGGCT\", \"ini\": 1510, \"clust\": 3746, \"rank\": 3095, \"rankvar\": 1318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1883, \"group\": [3746.0, 542.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTTACAGAA\", \"ini\": 1509, \"clust\": 2584, \"rank\": 2936, \"rankvar\": 2606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2080, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1884, \"group\": [2583.0, 460.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGGAACGG\", \"ini\": 1508, \"clust\": 3731, \"rank\": 3164, \"rankvar\": 696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1885, \"group\": [3873.0, 559.0, 93.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTAGATTAG\", \"ini\": 1507, \"clust\": 2639, \"rank\": 3198, \"rankvar\": 1903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2082, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1886, \"group\": [2638.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAATACGCT\", \"ini\": 1506, \"clust\": 4461, \"rank\": 3016, \"rankvar\": 5056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2083, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 134, \"group\": [4458.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACGTCTCT\", \"ini\": 1505, \"clust\": 3530, \"rank\": 3080, \"rankvar\": 1252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2084, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1887, \"group\": [3528.0, 496.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCGTGGCT\", \"ini\": 1504, \"clust\": 5122, \"rank\": 2472, \"rankvar\": 3851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2085, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4958, \"group\": [5120.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGAGCAATT\", \"ini\": 1503, \"clust\": 5031, \"rank\": 2708, \"rankvar\": 4072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4959, \"group\": [5031.0, 901.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCGAACTGT\", \"ini\": 1502, \"clust\": 4411, \"rank\": 2971, \"rankvar\": 4829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2087, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 135, \"group\": [4410.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCATCAACACTG\", \"ini\": 1501, \"clust\": 2350, \"rank\": 2760, \"rankvar\": 1783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2088, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2797, \"group\": [2351.0, 385.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCGTAGAGTGC\", \"ini\": 1500, \"clust\": 3531, \"rank\": 3062, \"rankvar\": 1054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1888, \"group\": [3529.0, 496.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAAAGGAG\", \"ini\": 1499, \"clust\": 1221, \"rank\": 2912, \"rankvar\": 575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3161, \"group\": [1222.0, 103.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGAGGTAGA\", \"ini\": 1498, \"clust\": 2624, \"rank\": 2979, \"rankvar\": 2567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2091, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1889, \"group\": [2622.0, 466.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCCACGCT\", \"ini\": 1497, \"clust\": 3866, \"rank\": 3167, \"rankvar\": 599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1890, \"group\": [3866.0, 556.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAGTACGT\", \"ini\": 1496, \"clust\": 2600, \"rank\": 2891, \"rankvar\": 4086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2093, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1891, \"group\": [2599.0, 464.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGCATGGT\", \"ini\": 1495, \"clust\": 2649, \"rank\": 3067, \"rankvar\": 3455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1892, \"group\": [2650.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGCTACGA\", \"ini\": 1494, \"clust\": 4354, \"rank\": 3208, \"rankvar\": 3836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2095, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 136, \"group\": [4353.0, 753.0, 127.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGACAGCC\", \"ini\": 1493, \"clust\": 2415, \"rank\": 2913, \"rankvar\": 1601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2096, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2798, \"group\": [2420.0, 396.0, 71.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTGTGACGA\", \"ini\": 1492, \"clust\": 2632, \"rank\": 3116, \"rankvar\": 1752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2097, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1893, \"group\": [2631.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACCACATCCAA\", \"ini\": 1491, \"clust\": 4419, \"rank\": 2929, \"rankvar\": 4671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2098, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 137, \"group\": [4418.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTCTC\", \"ini\": 1490, \"clust\": 4371, \"rank\": 3049, \"rankvar\": 4285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 138, \"group\": [4370.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGAGGACGG\", \"ini\": 1489, \"clust\": 2662, \"rank\": 3192, \"rankvar\": 1471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1894, \"group\": [2662.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCGGACAAG\", \"ini\": 1488, \"clust\": 5203, \"rank\": 2892, \"rankvar\": 3499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2101, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4960, \"group\": [5202.0, 914.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCTAAACC\", \"ini\": 1487, \"clust\": 1579, \"rank\": 2340, \"rankvar\": 3848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3162, \"group\": [1578.0, 163.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCCTATC\", \"ini\": 1486, \"clust\": 54, \"rank\": 2844, \"rankvar\": 4503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2103, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3972, \"group\": [53.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCAGTCGATT\", \"ini\": 1485, \"clust\": 4482, \"rank\": 3214, \"rankvar\": 3969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2104, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 139, \"group\": [4483.0, 763.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTTTGACTG\", \"ini\": 1484, \"clust\": 4413, \"rank\": 3137, \"rankvar\": 4638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2105, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 140, \"group\": [4412.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGAACCT\", \"ini\": 1483, \"clust\": 4879, \"rank\": 2612, \"rankvar\": 4442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4961, \"group\": [4879.0, 895.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCGGCTACG\", \"ini\": 1482, \"clust\": 2615, \"rank\": 3121, \"rankvar\": 2707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1895, \"group\": [2615.0, 465.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAGTCAGCC\", \"ini\": 1481, \"clust\": 2604, \"rank\": 3078, \"rankvar\": 1169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1896, \"group\": [2603.0, 465.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCGCTGTT\", \"ini\": 1480, \"clust\": 4471, \"rank\": 2972, \"rankvar\": 4905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2109, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 141, \"group\": [4470.0, 761.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGGCAGTA\", \"ini\": 1479, \"clust\": 2412, \"rank\": 2801, \"rankvar\": 3757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2110, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2799, \"group\": [2415.0, 393.0, 71.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTTATCCGA\", \"ini\": 1478, \"clust\": 4357, \"rank\": 3000, \"rankvar\": 351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1897, \"group\": [4362.0, 756.0, 128.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGATCGAGCCCA\", \"ini\": 1477, \"clust\": 1565, \"rank\": 2667, \"rankvar\": 2132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3163, \"group\": [1568.0, 162.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTTGTCAT\", \"ini\": 1476, \"clust\": 1576, \"rank\": 2234, \"rankvar\": 3904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3164, \"group\": [1576.0, 163.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCCCGACA\", \"ini\": 1475, \"clust\": 2388, \"rank\": 2931, \"rankvar\": 2533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2114, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2800, \"group\": [2389.0, 386.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCATTGCCC\", \"ini\": 1474, \"clust\": 4812, \"rank\": 2656, \"rankvar\": 3174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4962, \"group\": [4811.0, 889.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGCAGGTCA\", \"ini\": 1473, \"clust\": 2535, \"rank\": 2845, \"rankvar\": 891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1898, \"group\": [2536.0, 452.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTCGGCAC\", \"ini\": 1472, \"clust\": 2909, \"rank\": 3057, \"rankvar\": 1181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1899, \"group\": [2911.0, 476.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTTCGTC\", \"ini\": 1471, \"clust\": 4537, \"rank\": 2992, \"rankvar\": 1250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2118, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 142, \"group\": [4542.0, 780.0, 134.0, 31.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCAAGTAGTA\", \"ini\": 1470, \"clust\": 2580, \"rank\": 2916, \"rankvar\": 4775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1900, \"group\": [2579.0, 459.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAAGGCTCC\", \"ini\": 1469, \"clust\": 1224, \"rank\": 3023, \"rankvar\": 783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3165, \"group\": [1226.0, 104.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTCCAGGG\", \"ini\": 1468, \"clust\": 3718, \"rank\": 2887, \"rankvar\": 1691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1901, \"group\": [3718.0, 520.0, 86.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGGCAGGTT\", \"ini\": 1467, \"clust\": 5132, \"rank\": 2715, \"rankvar\": 3540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4963, \"group\": [5131.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCACGCGGT\", \"ini\": 1466, \"clust\": 3733, \"rank\": 3271, \"rankvar\": 719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1902, \"group\": [3732.0, 531.0, 89.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTACAGACG\", \"ini\": 1465, \"clust\": 2626, \"rank\": 3226, \"rankvar\": 3439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1903, \"group\": [2625.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGATCTGAA\", \"ini\": 1464, \"clust\": 3941, \"rank\": 3404, \"rankvar\": 941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2125, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4964, \"group\": [3941.0, 588.0, 98.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGACGACGT\", \"ini\": 1463, \"clust\": 4443, \"rank\": 3191, \"rankvar\": 5034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2126, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 143, \"group\": [4439.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATCATTC\", \"ini\": 1462, \"clust\": 2630, \"rank\": 3264, \"rankvar\": 3231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1904, \"group\": [2629.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTTTATC\", \"ini\": 1461, \"clust\": 4809, \"rank\": 2861, \"rankvar\": 3841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4965, \"group\": [4809.0, 888.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGTCATCT\", \"ini\": 1460, \"clust\": 2711, \"rank\": 2780, \"rankvar\": 3949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2129, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1905, \"group\": [2717.0, 471.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCTATCCCG\", \"ini\": 1459, \"clust\": 3060, \"rank\": 3041, \"rankvar\": 3648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1906, \"group\": [3063.0, 482.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACATCCGG\", \"ini\": 1458, \"clust\": 12, \"rank\": 2659, \"rankvar\": 4693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2131, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3973, \"group\": [11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCAGTCGTGC\", \"ini\": 1457, \"clust\": 4363, \"rank\": 3379, \"rankvar\": 5060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 144, \"group\": [4368.0, 758.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTCCATGA\", \"ini\": 1456, \"clust\": 2621, \"rank\": 3114, \"rankvar\": 168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1907, \"group\": [2624.0, 466.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTGATAAAC\", \"ini\": 1455, \"clust\": 4470, \"rank\": 3025, \"rankvar\": 4880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2134, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 145, \"group\": [4471.0, 761.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTTCAGCGC\", \"ini\": 1454, \"clust\": 5138, \"rank\": 2713, \"rankvar\": 2958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2135, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4966, \"group\": [5136.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGTGAAC\", \"ini\": 1453, \"clust\": 2599, \"rank\": 3128, \"rankvar\": 466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1908, \"group\": [2601.0, 464.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTTAAGAAC\", \"ini\": 1452, \"clust\": 2449, \"rank\": 2950, \"rankvar\": 1158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1909, \"group\": [2448.0, 415.0, 79.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACTCGACG\", \"ini\": 1451, \"clust\": 2635, \"rank\": 3085, \"rankvar\": 954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1910, \"group\": [2635.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGCATGCCTAA\", \"ini\": 1450, \"clust\": 3719, \"rank\": 3042, \"rankvar\": 1373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1911, \"group\": [3719.0, 520.0, 86.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCTGCCAGG\", \"ini\": 1449, \"clust\": 4766, \"rank\": 3076, \"rankvar\": 3380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2140, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4967, \"group\": [4770.0, 874.0, 151.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGATGAC\", \"ini\": 1448, \"clust\": 4446, \"rank\": 2967, \"rankvar\": 4899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2141, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 146, \"group\": [4443.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAGTCTTCC\", \"ini\": 1447, \"clust\": 3737, \"rank\": 3196, \"rankvar\": 983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1912, \"group\": [3736.0, 534.0, 89.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCCTAGAAC\", \"ini\": 1446, \"clust\": 3940, \"rank\": 3452, \"rankvar\": 1651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2143, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4968, \"group\": [3942.0, 588.0, 98.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGTCATCTGCC\", \"ini\": 1445, \"clust\": 2620, \"rank\": 3174, \"rankvar\": 1956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1913, \"group\": [2619.0, 465.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTAGAAAGG\", \"ini\": 1444, \"clust\": 4805, \"rank\": 3143, \"rankvar\": 4155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2145, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4969, \"group\": [4804.0, 887.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCGCATGGC\", \"ini\": 1443, \"clust\": 2616, \"rank\": 3205, \"rankvar\": 835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1914, \"group\": [2620.0, 465.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCATAACCTG\", \"ini\": 1442, \"clust\": 2389, \"rank\": 3058, \"rankvar\": 2838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2147, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2801, \"group\": [2390.0, 387.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGGGTAC\", \"ini\": 1441, \"clust\": 3863, \"rank\": 3256, \"rankvar\": 1404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2148, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1915, \"group\": [3862.0, 555.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCTTCGG\", \"ini\": 1440, \"clust\": 3725, \"rank\": 3206, \"rankvar\": 1941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1916, \"group\": [3724.0, 524.0, 87.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGACTTTCG\", \"ini\": 1439, \"clust\": 4455, \"rank\": 3109, \"rankvar\": 4366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2150, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 147, \"group\": [4455.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAGAGGA\", \"ini\": 1438, \"clust\": 3768, \"rank\": 3179, \"rankvar\": 636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1917, \"group\": [3767.0, 548.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTAAAGTCA\", \"ini\": 1437, \"clust\": 3512, \"rank\": 3001, \"rankvar\": 363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1918, \"group\": [3511.0, 492.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCTTGTCC\", \"ini\": 1436, \"clust\": 2578, \"rank\": 2939, \"rankvar\": 2748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1919, \"group\": [2577.0, 459.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCTCGT\", \"ini\": 1435, \"clust\": 3766, \"rank\": 3281, \"rankvar\": 1534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1920, \"group\": [3765.0, 547.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCTTGAGAC\", \"ini\": 1434, \"clust\": 4293, \"rank\": 3123, \"rankvar\": 4551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2155, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 148, \"group\": [4337.0, 744.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTGGTCCC\", \"ini\": 1433, \"clust\": 1641, \"rank\": 2940, \"rankvar\": 1472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3166, \"group\": [1641.0, 177.0, 33.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTCTGAGA\", \"ini\": 1432, \"clust\": 4539, \"rank\": 3279, \"rankvar\": 2599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2157, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 149, \"group\": [4540.0, 778.0, 134.0, 31.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAAACCTC\", \"ini\": 1431, \"clust\": 73, \"rank\": 3364, \"rankvar\": 4844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2158, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5218, \"group\": [72.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAAGTACATGA\", \"ini\": 1430, \"clust\": 5205, \"rank\": 3093, \"rankvar\": 1338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4970, \"group\": [5205.0, 915.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACCGGGT\", \"ini\": 1429, \"clust\": 3769, \"rank\": 3269, \"rankvar\": 885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1921, \"group\": [3768.0, 548.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACGTCAAAGCG\", \"ini\": 1428, \"clust\": 2659, \"rank\": 3253, \"rankvar\": 1643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1922, \"group\": [2659.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCAGTCCCT\", \"ini\": 1427, \"clust\": 2414, \"rank\": 2726, \"rankvar\": 4401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2802, \"group\": [2414.0, 393.0, 71.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGACGAA\", \"ini\": 1426, \"clust\": 2601, \"rank\": 3061, \"rankvar\": 2829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1923, \"group\": [2600.0, 464.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAAGGGCT\", \"ini\": 1425, \"clust\": 3864, \"rank\": 3112, \"rankvar\": 1497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1924, \"group\": [3863.0, 555.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGCTACGA\", \"ini\": 1424, \"clust\": 83, \"rank\": 3019, \"rankvar\": 4993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2165, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5219, \"group\": [83.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGCTACCGC\", \"ini\": 1423, \"clust\": 3747, \"rank\": 3215, \"rankvar\": 377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1925, \"group\": [3747.0, 542.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGCGAAGGG\", \"ini\": 1422, \"clust\": 3518, \"rank\": 2981, \"rankvar\": 2106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1926, \"group\": [3517.0, 494.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCCTAACC\", \"ini\": 1421, \"clust\": 4286, \"rank\": 3221, \"rankvar\": 4561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2168, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5131, \"group\": [4287.0, 737.0, 124.0, 26.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGACGAA\", \"ini\": 1420, \"clust\": 4803, \"rank\": 2671, \"rankvar\": 3717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4971, \"group\": [4803.0, 886.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGACACTAA\", \"ini\": 1419, \"clust\": 4440, \"rank\": 3327, \"rankvar\": 4849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2170, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 150, \"group\": [4437.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTTCCAACA\", \"ini\": 1418, \"clust\": 3749, \"rank\": 3200, \"rankvar\": 539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1927, \"group\": [3748.0, 542.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGTCTTTACGT\", \"ini\": 1417, \"clust\": 1605, \"rank\": 2611, \"rankvar\": 3958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3167, \"group\": [1604.0, 171.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAATAAGCA\", \"ini\": 1416, \"clust\": 3770, \"rank\": 3367, \"rankvar\": 1045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1928, \"group\": [3772.0, 549.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGCTCCTTC\", \"ini\": 1415, \"clust\": 3717, \"rank\": 2923, \"rankvar\": 774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1929, \"group\": [3720.0, 521.0, 86.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGAAACGCC\", \"ini\": 1414, \"clust\": 4095, \"rank\": 3336, \"rankvar\": 3041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2175, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2803, \"group\": [4098.0, 658.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTTCTGAAC\", \"ini\": 1413, \"clust\": 1520, \"rank\": 2684, \"rankvar\": 3886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2176, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3974, \"group\": [1520.0, 146.0, 30.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGTACGATA\", \"ini\": 1412, \"clust\": 71, \"rank\": 3322, \"rankvar\": 4830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2177, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5220, \"group\": [73.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGCGAAGGG\", \"ini\": 1411, \"clust\": 3742, \"rank\": 3304, \"rankvar\": 623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1930, \"group\": [3742.0, 540.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAGACAAAT\", \"ini\": 1410, \"clust\": 5125, \"rank\": 2868, \"rankvar\": 4641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2179, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4972, \"group\": [5130.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTACCTC\", \"ini\": 1409, \"clust\": 509, \"rank\": 3176, \"rankvar\": 796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3168, \"group\": [515.0, 84.0, 18.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCACAAGCCC\", \"ini\": 1408, \"clust\": 182, \"rank\": 2480, \"rankvar\": 2244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3169, \"group\": [183.0, 40.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTTGGTTTG\", \"ini\": 1407, \"clust\": 2671, \"rank\": 3182, \"rankvar\": 3682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1931, \"group\": [2670.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTGTCTCG\", \"ini\": 1406, \"clust\": 4540, \"rank\": 3146, \"rankvar\": 2493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2183, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 151, \"group\": [4538.0, 777.0, 134.0, 31.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTATGTGC\", \"ini\": 1405, \"clust\": 4811, \"rank\": 3081, \"rankvar\": 4305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4973, \"group\": [4813.0, 889.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACCTATCC\", \"ini\": 1404, \"clust\": 3867, \"rank\": 3341, \"rankvar\": 667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1932, \"group\": [3867.0, 557.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAAGCTGAG\", \"ini\": 1403, \"clust\": 2577, \"rank\": 3100, \"rankvar\": 978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1933, \"group\": [2581.0, 459.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATGAAAC\", \"ini\": 1402, \"clust\": 4810, \"rank\": 3099, \"rankvar\": 3600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2187, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4974, \"group\": [4810.0, 888.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTGGGTA\", \"ini\": 1401, \"clust\": 4819, \"rank\": 2965, \"rankvar\": 3086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4975, \"group\": [4823.0, 891.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGTAACGG\", \"ini\": 1400, \"clust\": 2324, \"rank\": 3204, \"rankvar\": 1765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2189, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2804, \"group\": [2323.0, 382.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGTTGCCT\", \"ini\": 1399, \"clust\": 2317, \"rank\": 3088, \"rankvar\": 4077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2190, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2805, \"group\": [2316.0, 380.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTAGTGAAT\", \"ini\": 1398, \"clust\": 81, \"rank\": 3219, \"rankvar\": 4971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2191, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5221, \"group\": [78.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCAAAGGCGT\", \"ini\": 1397, \"clust\": 2691, \"rank\": 3021, \"rankvar\": 513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1934, \"group\": [2691.0, 469.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTCAGTCCTTC\", \"ini\": 1396, \"clust\": 3847, \"rank\": 3280, \"rankvar\": 726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1935, \"group\": [3847.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCACACCGAC\", \"ini\": 1395, \"clust\": 53, \"rank\": 3135, \"rankvar\": 4190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3975, \"group\": [55.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGAATTCCC\", \"ini\": 1394, \"clust\": 2640, \"rank\": 3317, \"rankvar\": 1394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1936, \"group\": [2639.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGGCTTGA\", \"ini\": 1393, \"clust\": 5218, \"rank\": 3292, \"rankvar\": 2964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4976, \"group\": [5214.0, 917.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCTCGATGA\", \"ini\": 1392, \"clust\": 1604, \"rank\": 2700, \"rankvar\": 4037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3170, \"group\": [1606.0, 171.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATCCTAGA\", \"ini\": 1391, \"clust\": 3734, \"rank\": 3250, \"rankvar\": 1610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1937, \"group\": [3733.0, 532.0, 89.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGCAGGTCA\", \"ini\": 1390, \"clust\": 196, \"rank\": 3194, \"rankvar\": 4923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2199, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 237, \"group\": [196.0, 44.0, 11.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGGAGTCTG\", \"ini\": 1389, \"clust\": 1618, \"rank\": 2880, \"rankvar\": 2691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3171, \"group\": [1621.0, 172.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAAGGGTCA\", \"ini\": 1388, \"clust\": 2328, \"rank\": 2935, \"rankvar\": 4553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2201, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2806, \"group\": [2327.0, 384.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCACCGCT\", \"ini\": 1387, \"clust\": 2581, \"rank\": 3103, \"rankvar\": 4052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1938, \"group\": [2580.0, 459.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCATCGGTTA\", \"ini\": 1386, \"clust\": 4441, \"rank\": 3262, \"rankvar\": 4881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2203, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 152, \"group\": [4438.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTCGACA\", \"ini\": 1385, \"clust\": 4824, \"rank\": 3165, \"rankvar\": 1937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4977, \"group\": [4826.0, 891.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGTTAACGA\", \"ini\": 1384, \"clust\": 4445, \"rank\": 3101, \"rankvar\": 5112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2205, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 153, \"group\": [4445.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGCGTAATA\", \"ini\": 1383, \"clust\": 3851, \"rank\": 3489, \"rankvar\": 1308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1939, \"group\": [3849.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTGTCTGAT\", \"ini\": 1382, \"clust\": 4405, \"rank\": 3326, \"rankvar\": 4837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2207, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 154, \"group\": [4402.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGGCTCTC\", \"ini\": 1381, \"clust\": 2657, \"rank\": 3278, \"rankvar\": 2219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1940, \"group\": [2657.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCATGAAC\", \"ini\": 1380, \"clust\": 1954, \"rank\": 3066, \"rankvar\": 4675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2209, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2807, \"group\": [1955.0, 310.0, 63.0, 14.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTCAACC\", \"ini\": 1379, \"clust\": 1609, \"rank\": 3210, \"rankvar\": 1448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2210, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3172, \"group\": [1622.0, 172.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCCAGTG\", \"ini\": 1378, \"clust\": 3739, \"rank\": 3356, \"rankvar\": 780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1941, \"group\": [3739.0, 537.0, 90.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAGTTCAGTAC\", \"ini\": 1377, \"clust\": 5199, \"rank\": 3335, \"rankvar\": 3732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4978, \"group\": [5198.0, 912.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTTCGTTGA\", \"ini\": 1376, \"clust\": 3775, \"rank\": 3406, \"rankvar\": 384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1942, \"group\": [3779.0, 549.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCAGATAAG\", \"ini\": 1375, \"clust\": 5124, \"rank\": 3091, \"rankvar\": 4049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4979, \"group\": [5123.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGATGTTAG\", \"ini\": 1374, \"clust\": 3848, \"rank\": 3413, \"rankvar\": 922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1943, \"group\": [3848.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACCCATTC\", \"ini\": 1373, \"clust\": 29, \"rank\": 3064, \"rankvar\": 4788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3976, \"group\": [27.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACACATAACC\", \"ini\": 1372, \"clust\": 3533, \"rank\": 3258, \"rankvar\": 1342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1944, \"group\": [3531.0, 496.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTGCCTTGG\", \"ini\": 1371, \"clust\": 2329, \"rank\": 3068, \"rankvar\": 4678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2218, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2808, \"group\": [2328.0, 384.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTTCATGT\", \"ini\": 1370, \"clust\": 2525, \"rank\": 3312, \"rankvar\": 587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1945, \"group\": [2528.0, 448.0, 84.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCACCATCCT\", \"ini\": 1369, \"clust\": 4806, \"rank\": 3181, \"rankvar\": 2523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2220, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4980, \"group\": [4805.0, 887.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCATCAGTCA\", \"ini\": 1368, \"clust\": 1566, \"rank\": 2926, \"rankvar\": 1184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3173, \"group\": [1567.0, 162.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGGTGCAAC\", \"ini\": 1367, \"clust\": 4116, \"rank\": 3310, \"rankvar\": 1947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2222, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2809, \"group\": [4116.0, 660.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTCTAGCCG\", \"ini\": 1366, \"clust\": 3836, \"rank\": 3409, \"rankvar\": 1987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1946, \"group\": [3836.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAGGCAGTA\", \"ini\": 1365, \"clust\": 4366, \"rank\": 3168, \"rankvar\": 4930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2224, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 155, \"group\": [4365.0, 757.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCGTTC\", \"ini\": 1364, \"clust\": 5188, \"rank\": 3154, \"rankvar\": 4098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4981, \"group\": [5187.0, 908.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAGCTGCA\", \"ini\": 1363, \"clust\": 3771, \"rank\": 3414, \"rankvar\": 421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1947, \"group\": [3770.0, 549.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCACATAGACTC\", \"ini\": 1362, \"clust\": 3845, \"rank\": 3524, \"rankvar\": 552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1948, \"group\": [3844.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCGACG\", \"ini\": 1361, \"clust\": 2625, \"rank\": 3385, \"rankvar\": 1287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1949, \"group\": [2627.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCCCGGATG\", \"ini\": 1360, \"clust\": 75, \"rank\": 3236, \"rankvar\": 4965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2229, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5222, \"group\": [85.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGATATAC\", \"ini\": 1359, \"clust\": 3853, \"rank\": 3443, \"rankvar\": 865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1950, \"group\": [3856.0, 553.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACATGCCTTC\", \"ini\": 1358, \"clust\": 4083, \"rank\": 3318, \"rankvar\": 4230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2810, \"group\": [4087.0, 655.0, 111.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGATGAGC\", \"ini\": 1357, \"clust\": 3857, \"rank\": 3436, \"rankvar\": 2546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1951, \"group\": [3861.0, 554.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCTCGGACG\", \"ini\": 1356, \"clust\": 77, \"rank\": 3457, \"rankvar\": 4780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2233, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5223, \"group\": [75.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGAAACGAG\", \"ini\": 1355, \"clust\": 4476, \"rank\": 3148, \"rankvar\": 4967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2234, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 156, \"group\": [4472.0, 761.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGAGGTAG\", \"ini\": 1354, \"clust\": 4403, \"rank\": 3398, \"rankvar\": 5013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2235, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 157, \"group\": [4403.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCACCT\", \"ini\": 1353, \"clust\": 1597, \"rank\": 2863, \"rankvar\": 3764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2236, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3174, \"group\": [1596.0, 171.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGAGGACGG\", \"ini\": 1352, \"clust\": 1606, \"rank\": 2910, \"rankvar\": 3516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3175, \"group\": [1605.0, 171.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCGGAAATA\", \"ini\": 1351, \"clust\": 3751, \"rank\": 3234, \"rankvar\": 2269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1952, \"group\": [3751.0, 543.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGGTATG\", \"ini\": 1350, \"clust\": 5133, \"rank\": 2927, \"rankvar\": 4565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2239, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4982, \"group\": [5132.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTATCATAAAGG\", \"ini\": 1349, \"clust\": 82, \"rank\": 3111, \"rankvar\": 4948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2240, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5224, \"group\": [79.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCAGCGATT\", \"ini\": 1348, \"clust\": 3807, \"rank\": 3417, \"rankvar\": 1131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1953, \"group\": [3808.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACTAGAT\", \"ini\": 1347, \"clust\": 3776, \"rank\": 3387, \"rankvar\": 1867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1954, \"group\": [3778.0, 549.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGCTGCCCA\", \"ini\": 1346, \"clust\": 4544, \"rank\": 3454, \"rankvar\": 3582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2243, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 158, \"group\": [4544.0, 782.0, 135.0, 31.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGCTAGGCA\", \"ini\": 1345, \"clust\": 1639, \"rank\": 3265, \"rankvar\": 544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3176, \"group\": [1640.0, 176.0, 32.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGAGAGCA\", \"ini\": 1344, \"clust\": 2628, \"rank\": 3289, \"rankvar\": 2820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1955, \"group\": [2630.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACTCGGCCGAT\", \"ini\": 1343, \"clust\": 1568, \"rank\": 2973, \"rankvar\": 2068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3177, \"group\": [1566.0, 162.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCACCGTTGG\", \"ini\": 1342, \"clust\": 13, \"rank\": 3275, \"rankvar\": 2347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2247, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3977, \"group\": [14.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCTACAGA\", \"ini\": 1341, \"clust\": 2579, \"rank\": 3026, \"rankvar\": 3463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2248, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1956, \"group\": [2578.0, 459.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATGCCAT\", \"ini\": 1340, \"clust\": 821, \"rank\": 3151, \"rankvar\": 700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3178, \"group\": [822.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCACAGGT\", \"ini\": 1339, \"clust\": 5127, \"rank\": 2925, \"rankvar\": 4633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4983, \"group\": [5125.0, 902.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCTGGTA\", \"ini\": 1338, \"clust\": 1217, \"rank\": 3087, \"rankvar\": 2604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3179, \"group\": [1220.0, 101.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCTATGCT\", \"ini\": 1337, \"clust\": 4827, \"rank\": 3071, \"rankvar\": 3091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2252, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4984, \"group\": [4829.0, 891.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGTCGATAA\", \"ini\": 1336, \"clust\": 3817, \"rank\": 3552, \"rankvar\": 1865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1957, \"group\": [3821.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCCCAACGG\", \"ini\": 1335, \"clust\": 3872, \"rank\": 3316, \"rankvar\": 945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1958, \"group\": [3872.0, 558.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGTGTGCC\", \"ini\": 1334, \"clust\": 1591, \"rank\": 3031, \"rankvar\": 2646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3180, \"group\": [1588.0, 169.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACCAGCAC\", \"ini\": 1333, \"clust\": 4829, \"rank\": 3189, \"rankvar\": 2679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4985, \"group\": [4828.0, 891.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGCACATG\", \"ini\": 1332, \"clust\": 1225, \"rank\": 3237, \"rankvar\": 674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3181, \"group\": [1224.0, 104.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGGAACGG\", \"ini\": 1331, \"clust\": 4462, \"rank\": 3466, \"rankvar\": 5029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2258, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 159, \"group\": [4459.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACGAAT\", \"ini\": 1330, \"clust\": 4761, \"rank\": 3172, \"rankvar\": 1295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4986, \"group\": [4760.0, 869.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTTGATTGC\", \"ini\": 1329, \"clust\": 3943, \"rank\": 3531, \"rankvar\": 1205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2260, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4987, \"group\": [3940.0, 588.0, 98.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACAGTAACGG\", \"ini\": 1328, \"clust\": 30, \"rank\": 3098, \"rankvar\": 4976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3978, \"group\": [28.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCACCTTAT\", \"ini\": 1327, \"clust\": 3714, \"rank\": 3366, \"rankvar\": 2294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1959, \"group\": [3717.0, 519.0, 86.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAGCCTA\", \"ini\": 1326, \"clust\": 3778, \"rank\": 3479, \"rankvar\": 874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1960, \"group\": [3775.0, 549.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAAGGTTTC\", \"ini\": 1325, \"clust\": 3852, \"rank\": 3501, \"rankvar\": 959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1961, \"group\": [3850.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTCTCTTTA\", \"ini\": 1324, \"clust\": 2390, \"rank\": 3169, \"rankvar\": 3545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2265, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2811, \"group\": [2391.0, 387.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGAGCCAA\", \"ini\": 1323, \"clust\": 2633, \"rank\": 3435, \"rankvar\": 2012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1962, \"group\": [2632.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCATGAAC\", \"ini\": 1322, \"clust\": 3755, \"rank\": 3396, \"rankvar\": 650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1963, \"group\": [3753.0, 544.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCGTACAA\", \"ini\": 1321, \"clust\": 28, \"rank\": 3240, \"rankvar\": 4785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2268, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3979, \"group\": [29.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTAAGAGAG\", \"ini\": 1320, \"clust\": 2618, \"rank\": 3444, \"rankvar\": 2245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2269, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1964, \"group\": [2617.0, 465.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACACTGTCGG\", \"ini\": 1319, \"clust\": 70, \"rank\": 3492, \"rankvar\": 4423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2270, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5225, \"group\": [74.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTGTAAGTA\", \"ini\": 1318, \"clust\": 3777, \"rank\": 3359, \"rankvar\": 1405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1965, \"group\": [3777.0, 549.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTGCAAG\", \"ini\": 1317, \"clust\": 3772, \"rank\": 3491, \"rankvar\": 615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1966, \"group\": [3771.0, 549.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGATCGCA\", \"ini\": 1316, \"clust\": 4430, \"rank\": 3383, \"rankvar\": 4679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2273, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 160, \"group\": [4479.0, 762.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACAGTCAGCC\", \"ini\": 1315, \"clust\": 5201, \"rank\": 3447, \"rankvar\": 604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2274, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4988, \"group\": [5229.0, 920.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAGCCTAT\", \"ini\": 1314, \"clust\": 3842, \"rank\": 3550, \"rankvar\": 920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1967, \"group\": [3842.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTTATTCTC\", \"ini\": 1313, \"clust\": 437, \"rank\": 3319, \"rankvar\": 3391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3980, \"group\": [438.0, 78.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGACAGACACTT\", \"ini\": 1312, \"clust\": 3837, \"rank\": 3544, \"rankvar\": 1360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1968, \"group\": [3837.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCAGTGTTG\", \"ini\": 1311, \"clust\": 5220, \"rank\": 3430, \"rankvar\": 4138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2278, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4989, \"group\": [5216.0, 917.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTGATTCG\", \"ini\": 1310, \"clust\": 3767, \"rank\": 3543, \"rankvar\": 3510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1969, \"group\": [3769.0, 548.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGAGGCTA\", \"ini\": 1309, \"clust\": 3754, \"rank\": 3471, \"rankvar\": 678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1970, \"group\": [3755.0, 544.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCCTTAATC\", \"ini\": 1308, \"clust\": 4070, \"rank\": 3392, \"rankvar\": 2093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2281, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2812, \"group\": [4071.0, 646.0, 109.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTATCTCG\", \"ini\": 1307, \"clust\": 3820, \"rank\": 3612, \"rankvar\": 1533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1971, \"group\": [3817.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGCCAGTAG\", \"ini\": 1306, \"clust\": 3763, \"rank\": 3512, \"rankvar\": 1909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1972, \"group\": [3762.0, 547.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCCAGTAG\", \"ini\": 1305, \"clust\": 23, \"rank\": 3255, \"rankvar\": 4825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2284, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3981, \"group\": [23.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTTACCAGT\", \"ini\": 1304, \"clust\": 2627, \"rank\": 3450, \"rankvar\": 1475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1973, \"group\": [2626.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGCGAGT\", \"ini\": 1303, \"clust\": 3743, \"rank\": 3529, \"rankvar\": 3309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1974, \"group\": [3743.0, 540.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATGCGT\", \"ini\": 1302, \"clust\": 3732, \"rank\": 3522, \"rankvar\": 365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1975, \"group\": [3734.0, 533.0, 89.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGTTCCTA\", \"ini\": 1301, \"clust\": 3757, \"rank\": 3517, \"rankvar\": 395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1976, \"group\": [3759.0, 545.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAAGCGCTC\", \"ini\": 1300, \"clust\": 5222, \"rank\": 3334, \"rankvar\": 3408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2289, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4990, \"group\": [5219.0, 917.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGTTCCTA\", \"ini\": 1299, \"clust\": 1627, \"rank\": 3017, \"rankvar\": 4269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2290, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3182, \"group\": [1638.0, 175.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCTGGAGA\", \"ini\": 1298, \"clust\": 3800, \"rank\": 3455, \"rankvar\": 751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1977, \"group\": [3796.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCAGGCTGAA\", \"ini\": 1297, \"clust\": 3808, \"rank\": 3521, \"rankvar\": 1785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1978, \"group\": [3806.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGAAAT\", \"ini\": 1296, \"clust\": 1596, \"rank\": 3140, \"rankvar\": 2057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3183, \"group\": [1598.0, 171.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTTTACA\", \"ini\": 1295, \"clust\": 4391, \"rank\": 3381, \"rankvar\": 5109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2294, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 161, \"group\": [4393.0, 759.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGATCCTAGGGC\", \"ini\": 1294, \"clust\": 5194, \"rank\": 3551, \"rankvar\": 3400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2295, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4991, \"group\": [5197.0, 911.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTTGTGTG\", \"ini\": 1293, \"clust\": 4368, \"rank\": 3371, \"rankvar\": 4607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2296, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 162, \"group\": [4364.0, 757.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCTAACGT\", \"ini\": 1292, \"clust\": 1617, \"rank\": 3074, \"rankvar\": 1774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3184, \"group\": [1617.0, 172.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACTGAC\", \"ini\": 1291, \"clust\": 2444, \"rank\": 3227, \"rankvar\": 4063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1979, \"group\": [2443.0, 412.0, 77.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCATGAAC\", \"ini\": 1290, \"clust\": 5227, \"rank\": 3519, \"rankvar\": 4498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4992, \"group\": [5226.0, 917.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGATGGCA\", \"ini\": 1289, \"clust\": 18, \"rank\": 2957, \"rankvar\": 4890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3982, \"group\": [19.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCTTGTACT\", \"ini\": 1288, \"clust\": 5225, \"rank\": 3664, \"rankvar\": 4544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2301, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4993, \"group\": [5221.0, 917.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTGAGGGAG\", \"ini\": 1287, \"clust\": 2320, \"rank\": 3462, \"rankvar\": 3864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2302, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2813, \"group\": [2321.0, 381.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGACAGGCT\", \"ini\": 1286, \"clust\": 3850, \"rank\": 3625, \"rankvar\": 2292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1980, \"group\": [3851.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAACACCA\", \"ini\": 1285, \"clust\": 14, \"rank\": 3432, \"rankvar\": 2465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2304, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3983, \"group\": [15.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCTAGGTT\", \"ini\": 1284, \"clust\": 153, \"rank\": 3347, \"rankvar\": 4625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2305, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5137, \"group\": [156.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCTCTCGT\", \"ini\": 1283, \"clust\": 17, \"rank\": 3228, \"rankvar\": 4365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2306, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3984, \"group\": [17.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTTCCACGG\", \"ini\": 1282, \"clust\": 1226, \"rank\": 3185, \"rankvar\": 752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3185, \"group\": [1225.0, 104.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACATCTCCCA\", \"ini\": 1281, \"clust\": 3741, \"rank\": 3261, \"rankvar\": 1805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1981, \"group\": [3741.0, 539.0, 91.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAGGGCATA\", \"ini\": 1280, \"clust\": 2327, \"rank\": 3276, \"rankvar\": 4354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2309, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2814, \"group\": [2329.0, 384.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCGTTTA\", \"ini\": 1279, \"clust\": 1585, \"rank\": 3270, \"rankvar\": 3919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2310, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3027, \"group\": [1586.0, 168.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGGGTT\", \"ini\": 1278, \"clust\": 3779, \"rank\": 3523, \"rankvar\": 806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1982, \"group\": [3776.0, 549.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCTAGTCA\", \"ini\": 1277, \"clust\": 2439, \"rank\": 3180, \"rankvar\": 3592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1983, \"group\": [2439.0, 411.0, 77.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTATCCTAAGTG\", \"ini\": 1276, \"clust\": 5221, \"rank\": 3472, \"rankvar\": 3301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2313, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4994, \"group\": [5217.0, 917.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTACGACT\", \"ini\": 1275, \"clust\": 4444, \"rank\": 3587, \"rankvar\": 5100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2314, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 163, \"group\": [4440.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAATCA\", \"ini\": 1274, \"clust\": 1598, \"rank\": 3152, \"rankvar\": 2126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2315, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3186, \"group\": [1597.0, 171.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCACCGGGT\", \"ini\": 1273, \"clust\": 1516, \"rank\": 3070, \"rankvar\": 818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3187, \"group\": [1516.0, 143.0, 28.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTAAGACA\", \"ini\": 1272, \"clust\": 66, \"rank\": 3590, \"rankvar\": 4662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2317, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5226, \"group\": [69.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCTCTCTG\", \"ini\": 1271, \"clust\": 3827, \"rank\": 3669, \"rankvar\": 964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1984, \"group\": [3826.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGCAGTA\", \"ini\": 1270, \"clust\": 3760, \"rank\": 3525, \"rankvar\": 1579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1985, \"group\": [3760.0, 546.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCGACTAT\", \"ini\": 1269, \"clust\": 3855, \"rank\": 3584, \"rankvar\": 1630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1986, \"group\": [3853.0, 553.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTCAGGCC\", \"ini\": 1268, \"clust\": 3799, \"rank\": 3541, \"rankvar\": 418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1987, \"group\": [3798.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGGTAAG\", \"ini\": 1267, \"clust\": 4804, \"rank\": 3267, \"rankvar\": 3246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4995, \"group\": [4806.0, 887.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCAACGAAA\", \"ini\": 1266, \"clust\": 3826, \"rank\": 3644, \"rankvar\": 740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1988, \"group\": [3828.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGTCCGGTC\", \"ini\": 1265, \"clust\": 577, \"rank\": 3216, \"rankvar\": 1724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2324, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3188, \"group\": [581.0, 93.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGGTGCAAC\", \"ini\": 1264, \"clust\": 4362, \"rank\": 3232, \"rankvar\": 4448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2325, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1989, \"group\": [4360.0, 755.0, 128.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTTATCGGT\", \"ini\": 1263, \"clust\": 3838, \"rank\": 3581, \"rankvar\": 1166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1990, \"group\": [3838.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAACAGTCGATT\", \"ini\": 1262, \"clust\": 4760, \"rank\": 3063, \"rankvar\": 3419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2327, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4996, \"group\": [4762.0, 869.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTAGGGTAC\", \"ini\": 1261, \"clust\": 3802, \"rank\": 3560, \"rankvar\": 585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1991, \"group\": [3805.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCATGCTAGT\", \"ini\": 1260, \"clust\": 1587, \"rank\": 3306, \"rankvar\": 2714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3189, \"group\": [1594.0, 169.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAACGCACC\", \"ini\": 1259, \"clust\": 19, \"rank\": 3130, \"rankvar\": 4409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2330, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3985, \"group\": [20.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAACTGCTA\", \"ini\": 1258, \"clust\": 4807, \"rank\": 3331, \"rankvar\": 4254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2331, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4997, \"group\": [4807.0, 888.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTCACTTCC\", \"ini\": 1257, \"clust\": 4813, \"rank\": 3126, \"rankvar\": 4320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4998, \"group\": [4812.0, 889.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGAGACG\", \"ini\": 1256, \"clust\": 5189, \"rank\": 3420, \"rankvar\": 3557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4999, \"group\": [5188.0, 908.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTCAAACAACA\", \"ini\": 1255, \"clust\": 3761, \"rank\": 3608, \"rankvar\": 2355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1992, \"group\": [3761.0, 546.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAGCTCTC\", \"ini\": 1254, \"clust\": 154, \"rank\": 3470, \"rankvar\": 4719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2335, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5138, \"group\": [154.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCCATGAAC\", \"ini\": 1253, \"clust\": 3756, \"rank\": 3505, \"rankvar\": 439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2336, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1993, \"group\": [3754.0, 544.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGAGGTTAT\", \"ini\": 1252, \"clust\": 3862, \"rank\": 3486, \"rankvar\": 1895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2337, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1994, \"group\": [3864.0, 555.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCGAGGTAG\", \"ini\": 1251, \"clust\": 2598, \"rank\": 3376, \"rankvar\": 946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1995, \"group\": [2596.0, 462.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGCGTTA\", \"ini\": 1250, \"clust\": 3764, \"rank\": 3680, \"rankvar\": 2540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1996, \"group\": [3763.0, 547.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTTGGGCC\", \"ini\": 1249, \"clust\": 197, \"rank\": 3247, \"rankvar\": 4797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2340, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 238, \"group\": [197.0, 44.0, 11.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCTCTTAT\", \"ini\": 1248, \"clust\": 2596, \"rank\": 3395, \"rankvar\": 2711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1997, \"group\": [2597.0, 462.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGTTAGA\", \"ini\": 1247, \"clust\": 3809, \"rank\": 3580, \"rankvar\": 3019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2342, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1998, \"group\": [3807.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCACATGCA\", \"ini\": 1246, \"clust\": 3869, \"rank\": 3588, \"rankvar\": 1359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1999, \"group\": [3869.0, 557.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGAGTGACC\", \"ini\": 1245, \"clust\": 603, \"rank\": 3283, \"rankvar\": 2380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3190, \"group\": [604.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCATGCAATC\", \"ini\": 1244, \"clust\": 4808, \"rank\": 3145, \"rankvar\": 4392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5000, \"group\": [4808.0, 888.0, 152.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAGTACGCACC\", \"ini\": 1243, \"clust\": 1517, \"rank\": 3037, \"rankvar\": 2727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3191, \"group\": [1517.0, 144.0, 28.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGACGAAA\", \"ini\": 1242, \"clust\": 1628, \"rank\": 3243, \"rankvar\": 3537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2347, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3192, \"group\": [1632.0, 174.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTGCACGAA\", \"ini\": 1241, \"clust\": 3834, \"rank\": 3769, \"rankvar\": 1678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2000, \"group\": [3832.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTCTTATG\", \"ini\": 1240, \"clust\": 3782, \"rank\": 3731, \"rankvar\": 614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2001, \"group\": [3780.0, 550.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCCGGCACA\", \"ini\": 1239, \"clust\": 4466, \"rank\": 3469, \"rankvar\": 5177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2350, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 164, \"group\": [4462.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCAGTTATCGC\", \"ini\": 1238, \"clust\": 1222, \"rank\": 3288, \"rankvar\": 898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3193, \"group\": [1223.0, 103.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTTCGATGAGG\", \"ini\": 1237, \"clust\": 55, \"rank\": 3244, \"rankvar\": 4763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2352, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3986, \"group\": [54.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGGATGGG\", \"ini\": 1236, \"clust\": 5224, \"rank\": 3593, \"rankvar\": 3173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5001, \"group\": [5223.0, 917.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCAGACACTT\", \"ini\": 1235, \"clust\": 822, \"rank\": 3338, \"rankvar\": 1782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3194, \"group\": [823.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTACCATCA\", \"ini\": 1234, \"clust\": 4475, \"rank\": 3499, \"rankvar\": 5114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2355, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 165, \"group\": [4474.0, 761.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGTAGCTG\", \"ini\": 1233, \"clust\": 3750, \"rank\": 3488, \"rankvar\": 772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2002, \"group\": [3749.0, 542.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCACTCAGGC\", \"ini\": 1232, \"clust\": 3758, \"rank\": 3656, \"rankvar\": 963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2003, \"group\": [3757.0, 545.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGGTTTCA\", \"ini\": 1231, \"clust\": 815, \"rank\": 3445, \"rankvar\": 1126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3195, \"group\": [816.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGACTAGGC\", \"ini\": 1230, \"clust\": 4360, \"rank\": 3351, \"rankvar\": 4703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2004, \"group\": [4361.0, 755.0, 128.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATTATCTC\", \"ini\": 1229, \"clust\": 4477, \"rank\": 3369, \"rankvar\": 5149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2360, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 166, \"group\": [4473.0, 761.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATACGCCG\", \"ini\": 1228, \"clust\": 3868, \"rank\": 3547, \"rankvar\": 370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2005, \"group\": [3868.0, 557.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGGGCACTA\", \"ini\": 1227, \"clust\": 4447, \"rank\": 3389, \"rankvar\": 5062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2362, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 167, \"group\": [4444.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCGAGCCA\", \"ini\": 1226, \"clust\": 4456, \"rank\": 3498, \"rankvar\": 5138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2363, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 168, \"group\": [4453.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATGAAAC\", \"ini\": 1225, \"clust\": 5210, \"rank\": 3595, \"rankvar\": 3991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2364, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5002, \"group\": [5207.0, 916.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGCTGCAC\", \"ini\": 1224, \"clust\": 3752, \"rank\": 3497, \"rankvar\": 629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2006, \"group\": [3752.0, 543.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCTCTGAGA\", \"ini\": 1223, \"clust\": 2440, \"rank\": 3249, \"rankvar\": 4644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2007, \"group\": [2440.0, 411.0, 77.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCTCTACGAGT\", \"ini\": 1222, \"clust\": 3849, \"rank\": 3718, \"rankvar\": 1553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2008, \"group\": [3852.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTTCCACAA\", \"ini\": 1221, \"clust\": 4465, \"rank\": 3623, \"rankvar\": 5148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2368, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 169, \"group\": [4464.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCCAAAGTC\", \"ini\": 1220, \"clust\": 3856, \"rank\": 3586, \"rankvar\": 1109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2009, \"group\": [3854.0, 553.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTCCGTTAA\", \"ini\": 1219, \"clust\": 3854, \"rank\": 3781, \"rankvar\": 1194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2370, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2010, \"group\": [3855.0, 553.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTTGTCTTT\", \"ini\": 1218, \"clust\": 5209, \"rank\": 3546, \"rankvar\": 3870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2371, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5003, \"group\": [5227.0, 918.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGAGTGACC\", \"ini\": 1217, \"clust\": 3937, \"rank\": 3734, \"rankvar\": 275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2011, \"group\": [3938.0, 587.0, 97.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAACAATC\", \"ini\": 1216, \"clust\": 2631, \"rank\": 3617, \"rankvar\": 3675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2012, \"group\": [2633.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAGATCTGT\", \"ini\": 1215, \"clust\": 2318, \"rank\": 3582, \"rankvar\": 4120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2815, \"group\": [2319.0, 381.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCGAAAGC\", \"ini\": 1214, \"clust\": 3819, \"rank\": 3677, \"rankvar\": 1331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2013, \"group\": [3819.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTATCGCC\", \"ini\": 1213, \"clust\": 644, \"rank\": 3401, \"rankvar\": 1917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3196, \"group\": [645.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCTGCGAA\", \"ini\": 1212, \"clust\": 5200, \"rank\": 3481, \"rankvar\": 4154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2377, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5004, \"group\": [5199.0, 912.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCACGACTA\", \"ini\": 1211, \"clust\": 1620, \"rank\": 3218, \"rankvar\": 2250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3197, \"group\": [1618.0, 172.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTCCATGA\", \"ini\": 1210, \"clust\": 20, \"rank\": 3044, \"rankvar\": 4700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2379, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3987, \"group\": [21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAGGTGGAT\", \"ini\": 1209, \"clust\": 1593, \"rank\": 3246, \"rankvar\": 3047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2380, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3198, \"group\": [1589.0, 169.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTCCTCTTG\", \"ini\": 1208, \"clust\": 3796, \"rank\": 3506, \"rankvar\": 386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2014, \"group\": [3801.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATACGCT\", \"ini\": 1207, \"clust\": 1580, \"rank\": 3360, \"rankvar\": 1161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2382, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3199, \"group\": [1581.0, 165.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAGTGCAT\", \"ini\": 1206, \"clust\": 521, \"rank\": 3643, \"rankvar\": 588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2383, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3200, \"group\": [521.0, 88.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCGAACGGA\", \"ini\": 1205, \"clust\": 1619, \"rank\": 3354, \"rankvar\": 1679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3201, \"group\": [1620.0, 172.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTGGAGTC\", \"ini\": 1204, \"clust\": 2325, \"rank\": 3446, \"rankvar\": 2564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2385, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2816, \"group\": [2324.0, 382.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGCTAGTGG\", \"ini\": 1203, \"clust\": 4467, \"rank\": 3441, \"rankvar\": 5164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2386, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 170, \"group\": [4463.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTGTGGCA\", \"ini\": 1202, \"clust\": 3870, \"rank\": 3638, \"rankvar\": 610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2015, \"group\": [3870.0, 557.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAGATTAG\", \"ini\": 1201, \"clust\": 4459, \"rank\": 3597, \"rankvar\": 5039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 171, \"group\": [4456.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTAGAGGACGG\", \"ini\": 1200, \"clust\": 1218, \"rank\": 3480, \"rankvar\": 777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3202, \"group\": [1219.0, 101.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGCACCCATGG\", \"ini\": 1199, \"clust\": 1621, \"rank\": 3400, \"rankvar\": 1306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3203, \"group\": [1619.0, 172.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCACGAAGG\", \"ini\": 1198, \"clust\": 5223, \"rank\": 3589, \"rankvar\": 4003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2391, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5005, \"group\": [5220.0, 917.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCTGTAGA\", \"ini\": 1197, \"clust\": 1581, \"rank\": 3104, \"rankvar\": 2432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3204, \"group\": [1582.0, 166.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGATCCTGT\", \"ini\": 1196, \"clust\": 576, \"rank\": 3263, \"rankvar\": 3678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2393, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3205, \"group\": [582.0, 93.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCATGCAAC\", \"ini\": 1195, \"clust\": 3797, \"rank\": 3640, \"rankvar\": 551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2394, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2016, \"group\": [3800.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGTAGT\", \"ini\": 1194, \"clust\": 1642, \"rank\": 3393, \"rankvar\": 718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2395, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3206, \"group\": [1642.0, 178.0, 33.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATCCCGC\", \"ini\": 1193, \"clust\": 1613, \"rank\": 3346, \"rankvar\": 1934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2396, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3207, \"group\": [1614.0, 172.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTAAATACG\", \"ini\": 1192, \"clust\": 1582, \"rank\": 3300, \"rankvar\": 3911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3208, \"group\": [1583.0, 167.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGTGTCCAT\", \"ini\": 1191, \"clust\": 3833, \"rank\": 3802, \"rankvar\": 1878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2017, \"group\": [3834.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTAGCTTGT\", \"ini\": 1190, \"clust\": 1583, \"rank\": 3330, \"rankvar\": 3254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3209, \"group\": [1584.0, 167.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGACGCTTT\", \"ini\": 1189, \"clust\": 3821, \"rank\": 3821, \"rankvar\": 2174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2018, \"group\": [3818.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGGTGGGTT\", \"ini\": 1188, \"clust\": 5217, \"rank\": 3601, \"rankvar\": 4558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2401, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5006, \"group\": [5218.0, 917.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCCGTTGCT\", \"ini\": 1187, \"clust\": 4541, \"rank\": 3776, \"rankvar\": 4255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2402, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 172, \"group\": [4539.0, 777.0, 134.0, 31.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACGCCAGT\", \"ini\": 1186, \"clust\": 592, \"rank\": 3468, \"rankvar\": 795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3210, \"group\": [592.0, 94.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCAAGTAC\", \"ini\": 1185, \"clust\": 1589, \"rank\": 3315, \"rankvar\": 3978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3211, \"group\": [1592.0, 169.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTCCAGTAT\", \"ini\": 1184, \"clust\": 3840, \"rank\": 3789, \"rankvar\": 857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2019, \"group\": [3840.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTTCCACAA\", \"ini\": 1183, \"clust\": 1592, \"rank\": 3380, \"rankvar\": 3112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3212, \"group\": [1591.0, 169.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCAATAAGG\", \"ini\": 1182, \"clust\": 5215, \"rank\": 3634, \"rankvar\": 3108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5007, \"group\": [5211.0, 917.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTTTACGT\", \"ini\": 1181, \"clust\": 4457, \"rank\": 3545, \"rankvar\": 5133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2408, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 173, \"group\": [4454.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAAAGTCAA\", \"ini\": 1180, \"clust\": 3846, \"rank\": 3696, \"rankvar\": 508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2020, \"group\": [3845.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTGTCATGCAT\", \"ini\": 1179, \"clust\": 3798, \"rank\": 3632, \"rankvar\": 525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2021, \"group\": [3799.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGTAAACT\", \"ini\": 1178, \"clust\": 1223, \"rank\": 3483, \"rankvar\": 1322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2411, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3213, \"group\": [1227.0, 104.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCGTACGGC\", \"ini\": 1177, \"clust\": 3831, \"rank\": 3837, \"rankvar\": 817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2022, \"group\": [3829.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCAATAAGG\", \"ini\": 1176, \"clust\": 4347, \"rank\": 3748, \"rankvar\": 4406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2413, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 174, \"group\": [4347.0, 751.0, 127.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTTTGCGT\", \"ini\": 1175, \"clust\": 1631, \"rank\": 3321, \"rankvar\": 1224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3214, \"group\": [1628.0, 174.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCAGGTCA\", \"ini\": 1174, \"clust\": 79, \"rank\": 3537, \"rankvar\": 4960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2415, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5227, \"group\": [84.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCAGTGGA\", \"ini\": 1173, \"clust\": 4759, \"rank\": 3282, \"rankvar\": 4201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2416, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5008, \"group\": [4763.0, 870.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGATGGAA\", \"ini\": 1172, \"clust\": 1640, \"rank\": 3285, \"rankvar\": 1314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2417, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3215, \"group\": [1647.0, 181.0, 34.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGAATAGGG\", \"ini\": 1171, \"clust\": 4534, \"rank\": 3676, \"rankvar\": 3103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2418, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5009, \"group\": [4537.0, 776.0, 133.0, 30.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAATAAGCA\", \"ini\": 1170, \"clust\": 1612, \"rank\": 3308, \"rankvar\": 2035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3216, \"group\": [1615.0, 172.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCATGAGCGA\", \"ini\": 1169, \"clust\": 1595, \"rank\": 3323, \"rankvar\": 3284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2420, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3217, \"group\": [1599.0, 171.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTCTCACCT\", \"ini\": 1168, \"clust\": 3815, \"rank\": 3855, \"rankvar\": 1365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2023, \"group\": [3813.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCATGGTAGG\", \"ini\": 1167, \"clust\": 3843, \"rank\": 3725, \"rankvar\": 1451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2024, \"group\": [3843.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGGCATGT\", \"ini\": 1166, \"clust\": 1219, \"rank\": 3405, \"rankvar\": 3781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2423, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3218, \"group\": [1217.0, 101.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGACACG\", \"ini\": 1165, \"clust\": 3806, \"rank\": 3768, \"rankvar\": 1433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2025, \"group\": [3809.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCATGCCG\", \"ini\": 1164, \"clust\": 31, \"rank\": 3484, \"rankvar\": 4943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2425, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3988, \"group\": [32.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGTGG\", \"ini\": 1163, \"clust\": 5212, \"rank\": 3559, \"rankvar\": 4281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2426, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5010, \"group\": [5209.0, 917.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTATAGGGC\", \"ini\": 1162, \"clust\": 3810, \"rank\": 3778, \"rankvar\": 888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2026, \"group\": [3812.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATGGGAAC\", \"ini\": 1161, \"clust\": 3801, \"rank\": 3652, \"rankvar\": 1173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2027, \"group\": [3797.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACATAACC\", \"ini\": 1160, \"clust\": 2663, \"rank\": 3602, \"rankvar\": 3955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2028, \"group\": [2663.0, 467.0, 85.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTCTCTTTA\", \"ini\": 1159, \"clust\": 3816, \"rank\": 3859, \"rankvar\": 2367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2029, \"group\": [3814.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTTAGAACA\", \"ini\": 1158, \"clust\": 5196, \"rank\": 3796, \"rankvar\": 3482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2431, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5011, \"group\": [5194.0, 910.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTGCTGCC\", \"ini\": 1157, \"clust\": 3785, \"rank\": 3881, \"rankvar\": 655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2030, \"group\": [3784.0, 551.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTGCTAGCC\", \"ini\": 1156, \"clust\": 3804, \"rank\": 3866, \"rankvar\": 1494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2031, \"group\": [3802.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGATCTGAA\", \"ini\": 1155, \"clust\": 3789, \"rank\": 3798, \"rankvar\": 1123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2434, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2032, \"group\": [3787.0, 551.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAATACAG\", \"ini\": 1154, \"clust\": 3829, \"rank\": 3882, \"rankvar\": 768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2033, \"group\": [3835.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAACTGCGC\", \"ini\": 1153, \"clust\": 3860, \"rank\": 3782, \"rankvar\": 1274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2034, \"group\": [3859.0, 554.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCATAGCAC\", \"ini\": 1152, \"clust\": 1586, \"rank\": 3394, \"rankvar\": 2243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3219, \"group\": [1595.0, 170.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGCTGGAAC\", \"ini\": 1151, \"clust\": 3811, \"rank\": 3931, \"rankvar\": 1619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2035, \"group\": [3810.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGATCCTAGTGA\", \"ini\": 1150, \"clust\": 3861, \"rank\": 3754, \"rankvar\": 864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2036, \"group\": [3860.0, 554.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCAGCGTA\", \"ini\": 1149, \"clust\": 1588, \"rank\": 3299, \"rankvar\": 1870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2440, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3220, \"group\": [1593.0, 169.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACACTTACGA\", \"ini\": 1148, \"clust\": 1610, \"rank\": 3399, \"rankvar\": 1995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2441, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3221, \"group\": [1610.0, 172.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCACTCCA\", \"ini\": 1147, \"clust\": 3841, \"rank\": 3822, \"rankvar\": 2916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2037, \"group\": [3841.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGCAGTCA\", \"ini\": 1146, \"clust\": 583, \"rank\": 3500, \"rankvar\": 1311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3222, \"group\": [586.0, 93.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTGGGTTG\", \"ini\": 1145, \"clust\": 4762, \"rank\": 3365, \"rankvar\": 3313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5012, \"group\": [4761.0, 869.0, 150.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCTCCGGTT\", \"ini\": 1144, \"clust\": 580, \"rank\": 3440, \"rankvar\": 3667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2445, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3223, \"group\": [577.0, 93.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGTTCTG\", \"ini\": 1143, \"clust\": 78, \"rank\": 3641, \"rankvar\": 4812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2446, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5228, \"group\": [76.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCAGATCTGCT\", \"ini\": 1142, \"clust\": 5197, \"rank\": 3729, \"rankvar\": 3632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5013, \"group\": [5195.0, 910.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGATGTAAC\", \"ini\": 1141, \"clust\": 80, \"rank\": 3665, \"rankvar\": 4946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2448, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5229, \"group\": [80.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATGAAAC\", \"ini\": 1140, \"clust\": 3784, \"rank\": 3820, \"rankvar\": 628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2449, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2038, \"group\": [3786.0, 551.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGCGCTTAT\", \"ini\": 1139, \"clust\": 74, \"rank\": 3619, \"rankvar\": 4801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2450, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5230, \"group\": [86.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTACTCGCG\", \"ini\": 1138, \"clust\": 1625, \"rank\": 3490, \"rankvar\": 2293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2451, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3224, \"group\": [1625.0, 173.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAAGCCGCT\", \"ini\": 1137, \"clust\": 1614, \"rank\": 3372, \"rankvar\": 3852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2452, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3225, \"group\": [1612.0, 172.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCGCCTCA\", \"ini\": 1136, \"clust\": 3783, \"rank\": 3983, \"rankvar\": 1618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2039, \"group\": [3781.0, 550.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGCCATCGC\", \"ini\": 1135, \"clust\": 5214, \"rank\": 3603, \"rankvar\": 3078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5014, \"group\": [5213.0, 917.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTTAGTGGG\", \"ini\": 1134, \"clust\": 4532, \"rank\": 3739, \"rankvar\": 3114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2455, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2817, \"group\": [4533.0, 773.0, 132.0, 30.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAATCTGCA\", \"ini\": 1133, \"clust\": 3812, \"rank\": 4026, \"rankvar\": 1754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2040, \"group\": [3811.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCACGACG\", \"ini\": 1132, \"clust\": 2438, \"rank\": 3437, \"rankvar\": 2144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2041, \"group\": [2446.0, 414.0, 78.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTTAGGTA\", \"ini\": 1131, \"clust\": 3803, \"rank\": 3829, \"rankvar\": 1051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2042, \"group\": [3804.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAATCTGCGGCA\", \"ini\": 1130, \"clust\": 187, \"rank\": 3626, \"rankvar\": 3495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2459, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 239, \"group\": [188.0, 43.0, 11.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGCGACAT\", \"ini\": 1129, \"clust\": 1632, \"rank\": 3463, \"rankvar\": 3877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2460, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3226, \"group\": [1629.0, 174.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACAACTGT\", \"ini\": 1128, \"clust\": 3824, \"rank\": 3929, \"rankvar\": 956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2043, \"group\": [3824.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGTCTCGCATC\", \"ini\": 1127, \"clust\": 3805, \"rank\": 3786, \"rankvar\": 2187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2044, \"group\": [3803.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTAGCCA\", \"ini\": 1126, \"clust\": 669, \"rank\": 3591, \"rankvar\": 2427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2463, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3227, \"group\": [669.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTGTGGCTC\", \"ini\": 1125, \"clust\": 3791, \"rank\": 3838, \"rankvar\": 855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2045, \"group\": [3791.0, 551.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTTATCGC\", \"ini\": 1124, \"clust\": 155, \"rank\": 3689, \"rankvar\": 4500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2465, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5139, \"group\": [155.0, 21.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGGAATCG\", \"ini\": 1123, \"clust\": 5226, \"rank\": 3964, \"rankvar\": 4619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2466, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5015, \"group\": [5222.0, 917.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGAATAGGG\", \"ini\": 1122, \"clust\": 664, \"rank\": 3411, \"rankvar\": 3201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2467, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3228, \"group\": [665.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCGGAGCAA\", \"ini\": 1121, \"clust\": 22, \"rank\": 3540, \"rankvar\": 4823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2468, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3989, \"group\": [37.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCTGATCA\", \"ini\": 1120, \"clust\": 3832, \"rank\": 4030, \"rankvar\": 3054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2046, \"group\": [3830.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTATCACCA\", \"ini\": 1119, \"clust\": 634, \"rank\": 3494, \"rankvar\": 2704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2470, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3229, \"group\": [635.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAATCCAAC\", \"ini\": 1118, \"clust\": 3753, \"rank\": 3808, \"rankvar\": 1803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2471, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2047, \"group\": [3756.0, 544.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACAACGCC\", \"ini\": 1117, \"clust\": 937, \"rank\": 3528, \"rankvar\": 1558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2472, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3230, \"group\": [942.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGGGAAACA\", \"ini\": 1116, \"clust\": 25, \"rank\": 3773, \"rankvar\": 4487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2473, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3990, \"group\": [36.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAGAAAGG\", \"ini\": 1115, \"clust\": 627, \"rank\": 3410, \"rankvar\": 2338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2474, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3231, \"group\": [627.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACTCGGA\", \"ini\": 1114, \"clust\": 1615, \"rank\": 3461, \"rankvar\": 3030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2475, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3232, \"group\": [1613.0, 172.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGTCGATAA\", \"ini\": 1113, \"clust\": 2409, \"rank\": 3526, \"rankvar\": 4580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2476, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2818, \"group\": [2412.0, 393.0, 71.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGTACAG\", \"ini\": 1112, \"clust\": 3844, \"rank\": 3904, \"rankvar\": 1135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2048, \"group\": [3846.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGCCA\", \"ini\": 1111, \"clust\": 3902, \"rank\": 3870, \"rankvar\": 1733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2478, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2819, \"group\": [3900.0, 573.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCACTCT\", \"ini\": 1110, \"clust\": 5216, \"rank\": 3653, \"rankvar\": 4328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5016, \"group\": [5212.0, 917.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGTGGAT\", \"ini\": 1109, \"clust\": 26, \"rank\": 3554, \"rankvar\": 4467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2480, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3991, \"group\": [25.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTATAAACG\", \"ini\": 1108, \"clust\": 3929, \"rank\": 3873, \"rankvar\": 557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2481, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2049, \"group\": [3934.0, 583.0, 96.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGAGCAGGCTA\", \"ini\": 1107, \"clust\": 76, \"rank\": 3793, \"rankvar\": 4914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2482, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5231, \"group\": [77.0, 11.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCAATGGT\", \"ini\": 1106, \"clust\": 3858, \"rank\": 3797, \"rankvar\": 2276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2050, \"group\": [3857.0, 554.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCCCTAACC\", \"ini\": 1105, \"clust\": 591, \"rank\": 3599, \"rankvar\": 3769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2484, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3233, \"group\": [594.0, 94.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACTTCGAA\", \"ini\": 1104, \"clust\": 662, \"rank\": 3553, \"rankvar\": 3900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3234, \"group\": [663.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAACACTG\", \"ini\": 1103, \"clust\": 3839, \"rank\": 3979, \"rankvar\": 863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2051, \"group\": [3839.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCAGAATA\", \"ini\": 1102, \"clust\": 1622, \"rank\": 3549, \"rankvar\": 3765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3235, \"group\": [1627.0, 173.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCAAAGCAAT\", \"ini\": 1101, \"clust\": 1623, \"rank\": 3678, \"rankvar\": 3033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2488, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3236, \"group\": [1623.0, 173.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCTTTACGT\", \"ini\": 1100, \"clust\": 499, \"rank\": 3649, \"rankvar\": 4115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2489, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3992, \"group\": [500.0, 80.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAATAGCA\", \"ini\": 1099, \"clust\": 1626, \"rank\": 3578, \"rankvar\": 2678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3237, \"group\": [1626.0, 173.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTGCAACGA\", \"ini\": 1098, \"clust\": 2410, \"rank\": 3507, \"rankvar\": 4702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2491, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2820, \"group\": [2410.0, 393.0, 71.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTTACCTA\", \"ini\": 1097, \"clust\": 635, \"rank\": 3504, \"rankvar\": 2297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2492, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3238, \"group\": [636.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTTGTCTTT\", \"ini\": 1096, \"clust\": 823, \"rank\": 3518, \"rankvar\": 2623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3239, \"group\": [826.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGAGCAATT\", \"ini\": 1095, \"clust\": 3786, \"rank\": 3930, \"rankvar\": 652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2494, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2052, \"group\": [3785.0, 551.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGACGGTA\", \"ini\": 1094, \"clust\": 2319, \"rank\": 3749, \"rankvar\": 2249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2495, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2821, \"group\": [2320.0, 381.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCATCCTTGC\", \"ini\": 1093, \"clust\": 3788, \"rank\": 3814, \"rankvar\": 1257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2053, \"group\": [3794.0, 551.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCATGGAATA\", \"ini\": 1092, \"clust\": 585, \"rank\": 3478, \"rankvar\": 3082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3240, \"group\": [583.0, 93.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTCCGTCAG\", \"ini\": 1091, \"clust\": 42, \"rank\": 3569, \"rankvar\": 4649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3993, \"group\": [43.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTAGTGA\", \"ini\": 1090, \"clust\": 596, \"rank\": 3660, \"rankvar\": 2457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2499, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3241, \"group\": [597.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCCGATTT\", \"ini\": 1089, \"clust\": 4358, \"rank\": 3735, \"rankvar\": 4882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2054, \"group\": [4357.0, 754.0, 128.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTACCATCA\", \"ini\": 1088, \"clust\": 179, \"rank\": 3133, \"rankvar\": 4563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2501, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4251, \"group\": [182.0, 39.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAAACCTAC\", \"ini\": 1087, \"clust\": 1633, \"rank\": 3579, \"rankvar\": 2252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2502, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3242, \"group\": [1637.0, 174.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACAACTGGCC\", \"ini\": 1086, \"clust\": 930, \"rank\": 3709, \"rankvar\": 1108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3243, \"group\": [936.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTTCGCGC\", \"ini\": 1085, \"clust\": 3790, \"rank\": 3898, \"rankvar\": 1568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2055, \"group\": [3788.0, 551.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATCCGG\", \"ini\": 1084, \"clust\": 1594, \"rank\": 3533, \"rankvar\": 2277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3244, \"group\": [1590.0, 169.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGTTGAGTA\", \"ini\": 1083, \"clust\": 204, \"rank\": 3961, \"rankvar\": 5015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2506, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 240, \"group\": [202.0, 44.0, 11.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTATATGAG\", \"ini\": 1082, \"clust\": 21, \"rank\": 3429, \"rankvar\": 4892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2507, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3994, \"group\": [22.0, 6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTAATAGCA\", \"ini\": 1081, \"clust\": 5208, \"rank\": 3710, \"rankvar\": 3175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5017, \"group\": [5228.0, 919.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGATGGCGT\", \"ini\": 1080, \"clust\": 39, \"rank\": 3819, \"rankvar\": 4818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2509, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3995, \"group\": [46.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTTTAGGAA\", \"ini\": 1079, \"clust\": 1220, \"rank\": 3564, \"rankvar\": 2165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3245, \"group\": [1218.0, 101.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCGAATGCT\", \"ini\": 1078, \"clust\": 510, \"rank\": 3661, \"rankvar\": 3292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3246, \"group\": [510.0, 83.0, 18.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGACAAAGG\", \"ini\": 1077, \"clust\": 2411, \"rank\": 3514, \"rankvar\": 3887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2512, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2822, \"group\": [2411.0, 393.0, 71.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCGACAGCC\", \"ini\": 1076, \"clust\": 5213, \"rank\": 3628, \"rankvar\": 3829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2513, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5018, \"group\": [5210.0, 917.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTTCAACT\", \"ini\": 1075, \"clust\": 605, \"rank\": 3605, \"rankvar\": 1938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2514, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3247, \"group\": [606.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGTATTGGA\", \"ini\": 1074, \"clust\": 642, \"rank\": 3570, \"rankvar\": 1929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3248, \"group\": [640.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCACGAAACG\", \"ini\": 1073, \"clust\": 35, \"rank\": 3616, \"rankvar\": 4421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2516, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3996, \"group\": [33.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGGCACTA\", \"ini\": 1072, \"clust\": 3822, \"rank\": 3955, \"rankvar\": 949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2056, \"group\": [3822.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCGAGTTT\", \"ini\": 1071, \"clust\": 4458, \"rank\": 3888, \"rankvar\": 5042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2518, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 175, \"group\": [4465.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGAGAGCTC\", \"ini\": 1070, \"clust\": 904, \"rank\": 3824, \"rankvar\": 2857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2519, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3249, \"group\": [904.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTCCCTACT\", \"ini\": 1069, \"clust\": 1611, \"rank\": 3577, \"rankvar\": 3687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3250, \"group\": [1611.0, 172.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGCGAAGGG\", \"ini\": 1068, \"clust\": 324, \"rank\": 3467, \"rankvar\": 4469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2521, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3997, \"group\": [328.0, 64.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCGCGTAGC\", \"ini\": 1067, \"clust\": 628, \"rank\": 3465, \"rankvar\": 4134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2522, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3251, \"group\": [628.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCACCCAG\", \"ini\": 1066, \"clust\": 46, \"rank\": 3607, \"rankvar\": 4658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2523, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3998, \"group\": [47.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACATTAGGCT\", \"ini\": 1065, \"clust\": 1629, \"rank\": 3456, \"rankvar\": 2529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2524, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3252, \"group\": [1631.0, 174.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCCAGAGGA\", \"ini\": 1064, \"clust\": 1216, \"rank\": 3790, \"rankvar\": 2946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2525, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3253, \"group\": [1221.0, 102.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCACTGTCGG\", \"ini\": 1063, \"clust\": 180, \"rank\": 3357, \"rankvar\": 4172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4252, \"group\": [180.0, 38.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTTCTGCGTAA\", \"ini\": 1062, \"clust\": 601, \"rank\": 3585, \"rankvar\": 1256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2527, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3254, \"group\": [602.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTCACCTAA\", \"ini\": 1061, \"clust\": 2442, \"rank\": 3663, \"rankvar\": 3461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2057, \"group\": [2441.0, 412.0, 77.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTACTTAGC\", \"ini\": 1060, \"clust\": 882, \"rank\": 3690, \"rankvar\": 3738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3255, \"group\": [880.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGACCTAGG\", \"ini\": 1059, \"clust\": 188, \"rank\": 3767, \"rankvar\": 4121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2530, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 241, \"group\": [189.0, 43.0, 11.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACAGACAG\", \"ini\": 1058, \"clust\": 3823, \"rank\": 4017, \"rankvar\": 778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2058, \"group\": [3823.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGTGTGGT\", \"ini\": 1057, \"clust\": 190, \"rank\": 3874, \"rankvar\": 3394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2532, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 242, \"group\": [190.0, 44.0, 11.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTTATCGGT\", \"ini\": 1056, \"clust\": 5219, \"rank\": 3911, \"rankvar\": 4526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5019, \"group\": [5215.0, 917.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACACAGACTT\", \"ini\": 1055, \"clust\": 824, \"rank\": 3671, \"rankvar\": 1507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2534, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3256, \"group\": [824.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTCAAGTCATC\", \"ini\": 1054, \"clust\": 201, \"rank\": 3809, \"rankvar\": 4181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2535, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 243, \"group\": [206.0, 44.0, 11.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGTTAACC\", \"ini\": 1053, \"clust\": 37, \"rank\": 3683, \"rankvar\": 4813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2536, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3999, \"group\": [38.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACACTGCG\", \"ini\": 1052, \"clust\": 4453, \"rank\": 3827, \"rankvar\": 5080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2537, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 176, \"group\": [4451.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCATGTTGAC\", \"ini\": 1051, \"clust\": 3825, \"rank\": 4119, \"rankvar\": 782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2059, \"group\": [3825.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTTAGCGG\", \"ini\": 1050, \"clust\": 825, \"rank\": 3756, \"rankvar\": 3387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2539, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3257, \"group\": [825.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGAGAATTCCC\", \"ini\": 1049, \"clust\": 660, \"rank\": 3621, \"rankvar\": 3183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2540, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3258, \"group\": [659.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCACACCGAC\", \"ini\": 1048, \"clust\": 27, \"rank\": 3753, \"rankvar\": 4559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2541, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4000, \"group\": [26.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGCACTTA\", \"ini\": 1047, \"clust\": 34, \"rank\": 3636, \"rankvar\": 4749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2542, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4001, \"group\": [35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCAACACTG\", \"ini\": 1046, \"clust\": 4432, \"rank\": 4113, \"rankvar\": 4647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2543, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 177, \"group\": [4429.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGCCCA\", \"ini\": 1045, \"clust\": 2443, \"rank\": 3741, \"rankvar\": 2101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2060, \"group\": [2442.0, 412.0, 77.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAGTAAGTAGT\", \"ini\": 1044, \"clust\": 604, \"rank\": 3659, \"rankvar\": 3670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3259, \"group\": [605.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGACACTT\", \"ini\": 1043, \"clust\": 1165, \"rank\": 3763, \"rankvar\": 3362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2546, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3260, \"group\": [1168.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTGTGACCC\", \"ini\": 1042, \"clust\": 845, \"rank\": 3687, \"rankvar\": 3792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2547, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3261, \"group\": [846.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCAGTATAAG\", \"ini\": 1041, \"clust\": 5228, \"rank\": 3954, \"rankvar\": 3459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2548, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5020, \"group\": [5224.0, 917.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCACCGGGT\", \"ini\": 1040, \"clust\": 735, \"rank\": 3675, \"rankvar\": 1888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2549, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3262, \"group\": [738.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGTAATA\", \"ini\": 1039, \"clust\": 193, \"rank\": 3869, \"rankvar\": 4893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2550, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 244, \"group\": [193.0, 44.0, 11.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGCCGTCGT\", \"ini\": 1038, \"clust\": 639, \"rank\": 3433, \"rankvar\": 4016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2551, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3263, \"group\": [644.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTCCGTTAA\", \"ini\": 1037, \"clust\": 500, \"rank\": 3679, \"rankvar\": 4245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2552, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4002, \"group\": [501.0, 80.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGCATGAT\", \"ini\": 1036, \"clust\": 938, \"rank\": 3685, \"rankvar\": 2503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3264, \"group\": [937.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTATTAGCC\", \"ini\": 1035, \"clust\": 620, \"rank\": 3503, \"rankvar\": 3587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3265, \"group\": [632.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACACTGCG\", \"ini\": 1034, \"clust\": 941, \"rank\": 3647, \"rankvar\": 2695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2555, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3266, \"group\": [939.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCTCTTA\", \"ini\": 1033, \"clust\": 440, \"rank\": 3691, \"rankvar\": 4470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2556, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4003, \"group\": [440.0, 78.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATTGGGCC\", \"ini\": 1032, \"clust\": 3830, \"rank\": 4021, \"rankvar\": 1885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2061, \"group\": [3831.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCTTACCTA\", \"ini\": 1031, \"clust\": 646, \"rank\": 3567, \"rankvar\": 3204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2558, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3267, \"group\": [650.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCCATTAT\", \"ini\": 1030, \"clust\": 665, \"rank\": 3561, \"rankvar\": 2875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2559, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3268, \"group\": [666.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAATCCTTCAAT\", \"ini\": 1029, \"clust\": 3814, \"rank\": 4164, \"rankvar\": 2431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2062, \"group\": [3815.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAATGGATA\", \"ini\": 1028, \"clust\": 3859, \"rank\": 4013, \"rankvar\": 2886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2561, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2063, \"group\": [3858.0, 554.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGTTGCC\", \"ini\": 1027, \"clust\": 522, \"rank\": 3799, \"rankvar\": 1796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2562, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3269, \"group\": [522.0, 88.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTCTGGTCG\", \"ini\": 1026, \"clust\": 624, \"rank\": 3562, \"rankvar\": 3220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3270, \"group\": [625.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTAACGCGA\", \"ini\": 1025, \"clust\": 586, \"rank\": 3516, \"rankvar\": 3782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3271, \"group\": [584.0, 93.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCAGTTGAC\", \"ini\": 1024, \"clust\": 721, \"rank\": 3760, \"rankvar\": 1406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2565, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3272, \"group\": [722.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTGAGAT\", \"ini\": 1023, \"clust\": 4451, \"rank\": 3948, \"rankvar\": 5024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2566, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 178, \"group\": [4449.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTCAGCTAT\", \"ini\": 1022, \"clust\": 47, \"rank\": 3716, \"rankvar\": 4608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2567, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4004, \"group\": [48.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCCAACCAA\", \"ini\": 1021, \"clust\": 3813, \"rank\": 4110, \"rankvar\": 2460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2064, \"group\": [3816.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGAGTCTGG\", \"ini\": 1020, \"clust\": 3899, \"rank\": 4012, \"rankvar\": 1496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2569, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2823, \"group\": [3902.0, 573.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTGTCGCG\", \"ini\": 1019, \"clust\": 1171, \"rank\": 3699, \"rankvar\": 2383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3273, \"group\": [1174.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTTCTGTTT\", \"ini\": 1018, \"clust\": 1157, \"rank\": 3830, \"rankvar\": 1328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2571, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3274, \"group\": [1158.0, 99.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCAAGTAGTA\", \"ini\": 1017, \"clust\": 329, \"rank\": 3730, \"rankvar\": 2696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2572, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3275, \"group\": [329.0, 65.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCAATGTC\", \"ini\": 1016, \"clust\": 24, \"rank\": 3719, \"rankvar\": 4884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2573, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4005, \"group\": [24.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCTACCTA\", \"ini\": 1015, \"clust\": 640, \"rank\": 3495, \"rankvar\": 4081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3276, \"group\": [643.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGAGTAGA\", \"ini\": 1014, \"clust\": 819, \"rank\": 3622, \"rankvar\": 3815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2575, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3277, \"group\": [820.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGGACAAG\", \"ini\": 1013, \"clust\": 3828, \"rank\": 4100, \"rankvar\": 769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2065, \"group\": [3827.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGCATGTAAGA\", \"ini\": 1012, \"clust\": 501, \"rank\": 3712, \"rankvar\": 3959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2577, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4006, \"group\": [502.0, 80.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGAGCTCCCAG\", \"ini\": 1011, \"clust\": 1172, \"rank\": 3828, \"rankvar\": 2150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3278, \"group\": [1172.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTAGGGTAC\", \"ini\": 1010, \"clust\": 36, \"rank\": 3629, \"rankvar\": 4521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2579, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4007, \"group\": [34.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCAGGAATCG\", \"ini\": 1009, \"clust\": 4452, \"rank\": 4048, \"rankvar\": 5166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2580, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 179, \"group\": [4450.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTACCCAAT\", \"ini\": 1008, \"clust\": 648, \"rank\": 3613, \"rankvar\": 2437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2581, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3279, \"group\": [647.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCACATTCGA\", \"ini\": 1007, \"clust\": 939, \"rank\": 3758, \"rankvar\": 3824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2582, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3280, \"group\": [938.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCCAGACGCAA\", \"ini\": 1006, \"clust\": 739, \"rank\": 3702, \"rankvar\": 2381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2583, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3281, \"group\": [740.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAATTGCC\", \"ini\": 1005, \"clust\": 1158, \"rank\": 3655, \"rankvar\": 2880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2584, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3282, \"group\": [1159.0, 99.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGAACTGC\", \"ini\": 1004, \"clust\": 609, \"rank\": 3801, \"rankvar\": 2081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2585, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3283, \"group\": [610.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTACGCGC\", \"ini\": 1003, \"clust\": 4538, \"rank\": 3895, \"rankvar\": 1647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2586, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 180, \"group\": [4541.0, 779.0, 134.0, 31.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCCACTAT\", \"ini\": 1002, \"clust\": 4433, \"rank\": 4057, \"rankvar\": 5021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2587, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 181, \"group\": [4430.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCCCGGATG\", \"ini\": 1001, \"clust\": 2321, \"rank\": 3972, \"rankvar\": 3436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2588, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2824, \"group\": [2322.0, 381.0, 69.0, 15.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTATAGGGC\", \"ini\": 1000, \"clust\": 878, \"rank\": 3846, \"rankvar\": 4132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2589, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3284, \"group\": [877.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGCCTGAG\", \"ini\": 999, \"clust\": 191, \"rank\": 3937, \"rankvar\": 4246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2590, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 245, \"group\": [191.0, 44.0, 11.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTACCGTTA\", \"ini\": 998, \"clust\": 625, \"rank\": 3694, \"rankvar\": 2652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2591, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3285, \"group\": [623.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCATTCTCAT\", \"ini\": 997, \"clust\": 502, \"rank\": 3743, \"rankvar\": 3543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2592, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4008, \"group\": [503.0, 80.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGACCACA\", \"ini\": 996, \"clust\": 1630, \"rank\": 3563, \"rankvar\": 4137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2593, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3286, \"group\": [1630.0, 174.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATCACGCGAAA\", \"ini\": 995, \"clust\": 195, \"rank\": 3863, \"rankvar\": 5178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2594, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 246, \"group\": [198.0, 44.0, 11.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGGTCCGA\", \"ini\": 994, \"clust\": 621, \"rank\": 3667, \"rankvar\": 2434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2595, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3287, \"group\": [621.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCGTTGCC\", \"ini\": 993, \"clust\": 942, \"rank\": 3810, \"rankvar\": 1235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2596, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3288, \"group\": [940.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCTCATTCA\", \"ini\": 992, \"clust\": 441, \"rank\": 3707, \"rankvar\": 3971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2597, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4009, \"group\": [441.0, 78.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCCCTCTTT\", \"ini\": 991, \"clust\": 579, \"rank\": 3726, \"rankvar\": 3963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2598, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3289, \"group\": [579.0, 93.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGCGA\", \"ini\": 990, \"clust\": 649, \"rank\": 3645, \"rankvar\": 3859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2599, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3290, \"group\": [648.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTCAATGTC\", \"ini\": 989, \"clust\": 816, \"rank\": 3775, \"rankvar\": 2487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2600, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3291, \"group\": [817.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTGACAAAT\", \"ini\": 988, \"clust\": 5229, \"rank\": 3944, \"rankvar\": 3156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2601, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5021, \"group\": [5225.0, 917.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCCATTCTA\", \"ini\": 987, \"clust\": 617, \"rank\": 3715, \"rankvar\": 3319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2602, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3292, \"group\": [619.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGTCTATCCCG\", \"ini\": 986, \"clust\": 202, \"rank\": 4059, \"rankvar\": 4911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2603, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 247, \"group\": [205.0, 44.0, 11.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCATATCG\", \"ini\": 985, \"clust\": 658, \"rank\": 3733, \"rankvar\": 2996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2604, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3293, \"group\": [662.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCATTCCTGC\", \"ini\": 984, \"clust\": 3780, \"rank\": 4249, \"rankvar\": 3153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2066, \"group\": [3783.0, 550.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTCTC\", \"ini\": 983, \"clust\": 331, \"rank\": 3658, \"rankvar\": 3273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2606, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3294, \"group\": [332.0, 66.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCGTCCAGG\", \"ini\": 982, \"clust\": 1169, \"rank\": 3794, \"rankvar\": 3222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2607, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3295, \"group\": [1170.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCTGCGGT\", \"ini\": 981, \"clust\": 3794, \"rank\": 4272, \"rankvar\": 1976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2067, \"group\": [3792.0, 551.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTTGCAGG\", \"ini\": 980, \"clust\": 38, \"rank\": 3942, \"rankvar\": 4730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2609, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4010, \"group\": [39.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCCCTAAT\", \"ini\": 979, \"clust\": 5211, \"rank\": 4123, \"rankvar\": 4070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5022, \"group\": [5208.0, 916.0, 153.0, 35.0, 10.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCCAAGCCG\", \"ini\": 978, \"clust\": 3818, \"rank\": 4104, \"rankvar\": 4057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2068, \"group\": [3820.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTGCTGTC\", \"ini\": 977, \"clust\": 3792, \"rank\": 4095, \"rankvar\": 477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2612, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2069, \"group\": [3789.0, 551.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTAGAGTC\", \"ini\": 976, \"clust\": 4463, \"rank\": 4031, \"rankvar\": 5203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2613, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 182, \"group\": [4460.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTGTTAA\", \"ini\": 975, \"clust\": 3904, \"rank\": 4385, \"rankvar\": 3311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2614, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2825, \"group\": [3905.0, 574.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGCTCAGA\", \"ini\": 974, \"clust\": 650, \"rank\": 3724, \"rankvar\": 3639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2615, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3296, \"group\": [653.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAGTCAGTGGA\", \"ini\": 973, \"clust\": 894, \"rank\": 3867, \"rankvar\": 661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2616, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3297, \"group\": [897.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTAGTCA\", \"ini\": 972, \"clust\": 32, \"rank\": 3845, \"rankvar\": 4904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2617, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4011, \"group\": [30.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGCTAAGAT\", \"ini\": 971, \"clust\": 540, \"rank\": 3745, \"rankvar\": 3570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2618, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3298, \"group\": [540.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCATGGGACA\", \"ini\": 970, \"clust\": 593, \"rank\": 3811, \"rankvar\": 3981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2619, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3299, \"group\": [593.0, 94.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACATCCA\", \"ini\": 969, \"clust\": 546, \"rank\": 3762, \"rankvar\": 3690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2620, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3300, \"group\": [546.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCAGCTAGTTC\", \"ini\": 968, \"clust\": 905, \"rank\": 3885, \"rankvar\": 2488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2621, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3301, \"group\": [905.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGGTGTCG\", \"ini\": 967, \"clust\": 547, \"rank\": 3783, \"rankvar\": 2799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2622, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3302, \"group\": [547.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGTAGATC\", \"ini\": 966, \"clust\": 3835, \"rank\": 4206, \"rankvar\": 2419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2070, \"group\": [3833.0, 552.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCACATAGC\", \"ini\": 965, \"clust\": 578, \"rank\": 3771, \"rankvar\": 2400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2624, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3303, \"group\": [580.0, 93.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCAGCAC\", \"ini\": 964, \"clust\": 1173, \"rank\": 3884, \"rankvar\": 2414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2625, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3304, \"group\": [1173.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCATTAGC\", \"ini\": 963, \"clust\": 4049, \"rank\": 3963, \"rankvar\": 2213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2826, \"group\": [4050.0, 641.0, 108.0, 23.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGATCACGG\", \"ini\": 962, \"clust\": 1184, \"rank\": 3926, \"rankvar\": 1607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2627, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3305, \"group\": [1184.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTACCAGTT\", \"ini\": 961, \"clust\": 691, \"rank\": 3688, \"rankvar\": 2905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2628, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3306, \"group\": [696.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGATATAC\", \"ini\": 960, \"clust\": 205, \"rank\": 4131, \"rankvar\": 5092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2629, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 248, \"group\": [203.0, 44.0, 11.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTAAGGGAA\", \"ini\": 959, \"clust\": 626, \"rank\": 3708, \"rankvar\": 2259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2630, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3307, \"group\": [624.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCAGGCAAG\", \"ini\": 958, \"clust\": 653, \"rank\": 3785, \"rankvar\": 1751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2631, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3308, \"group\": [656.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGGAGTACC\", \"ini\": 957, \"clust\": 44, \"rank\": 3889, \"rankvar\": 4431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2632, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4012, \"group\": [40.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGACGGTA\", \"ini\": 956, \"clust\": 632, \"rank\": 3770, \"rankvar\": 2088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2633, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3309, \"group\": [633.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGTGAAAT\", \"ini\": 955, \"clust\": 1163, \"rank\": 3792, \"rankvar\": 3085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2634, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3310, \"group\": [1163.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCACATCTTT\", \"ini\": 954, \"clust\": 661, \"rank\": 3705, \"rankvar\": 3147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2635, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3311, \"group\": [660.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCTTACCTA\", \"ini\": 953, \"clust\": 3759, \"rank\": 4254, \"rankvar\": 1380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2071, \"group\": [3758.0, 545.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGACTAGGC\", \"ini\": 952, \"clust\": 1179, \"rank\": 3938, \"rankvar\": 4505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2637, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3312, \"group\": [1181.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCAGGCAAG\", \"ini\": 951, \"clust\": 693, \"rank\": 3765, \"rankvar\": 3368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2638, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3313, \"group\": [694.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACTCTGTC\", \"ini\": 950, \"clust\": 623, \"rank\": 3732, \"rankvar\": 2507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2639, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3314, \"group\": [626.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCTAACCGA\", \"ini\": 949, \"clust\": 656, \"rank\": 3682, \"rankvar\": 4360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2640, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3315, \"group\": [657.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGGAAATA\", \"ini\": 948, \"clust\": 817, \"rank\": 3746, \"rankvar\": 2816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2641, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3316, \"group\": [818.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTATGCTTG\", \"ini\": 947, \"clust\": 33, \"rank\": 3849, \"rankvar\": 4876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2642, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4013, \"group\": [31.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATCATCCGCGA\", \"ini\": 946, \"clust\": 545, \"rank\": 3692, \"rankvar\": 3918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2643, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3317, \"group\": [548.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGACTTTCG\", \"ini\": 945, \"clust\": 923, \"rank\": 3864, \"rankvar\": 2216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2644, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3318, \"group\": [922.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGTAGCGGT\", \"ini\": 944, \"clust\": 3781, \"rank\": 4227, \"rankvar\": 299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2072, \"group\": [3782.0, 550.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAAGCGATATA\", \"ini\": 943, \"clust\": 659, \"rank\": 3630, \"rankvar\": 4504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2646, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3319, \"group\": [661.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCGAATCT\", \"ini\": 942, \"clust\": 694, \"rank\": 3823, \"rankvar\": 1753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2647, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3320, \"group\": [692.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACTCTTA\", \"ini\": 941, \"clust\": 645, \"rank\": 3761, \"rankvar\": 3350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2648, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3321, \"group\": [646.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTTAGGAA\", \"ini\": 940, \"clust\": 670, \"rank\": 3836, \"rankvar\": 2162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2649, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3322, \"group\": [670.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCCGAAGAG\", \"ini\": 939, \"clust\": 218, \"rank\": 3674, \"rankvar\": 3097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2650, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4183, \"group\": [217.0, 50.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTTTACGT\", \"ini\": 938, \"clust\": 750, \"rank\": 3840, \"rankvar\": 3332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2651, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3323, \"group\": [753.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATGCAATC\", \"ini\": 937, \"clust\": 3795, \"rank\": 4304, \"rankvar\": 2007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2073, \"group\": [3793.0, 551.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTACAA\", \"ini\": 936, \"clust\": 722, \"rank\": 3858, \"rankvar\": 3049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2653, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3324, \"group\": [723.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTTGTTTC\", \"ini\": 935, \"clust\": 647, \"rank\": 3757, \"rankvar\": 2613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2654, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3325, \"group\": [649.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCGGACAAG\", \"ini\": 934, \"clust\": 697, \"rank\": 3813, \"rankvar\": 1527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2655, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3326, \"group\": [699.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATTACCG\", \"ini\": 933, \"clust\": 192, \"rank\": 4034, \"rankvar\": 5076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2656, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 249, \"group\": [195.0, 44.0, 11.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGCTTTGGT\", \"ini\": 932, \"clust\": 194, \"rank\": 4063, \"rankvar\": 4747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2657, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 250, \"group\": [194.0, 44.0, 11.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCCACGAAT\", \"ini\": 931, \"clust\": 4464, \"rank\": 4107, \"rankvar\": 5089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2658, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 183, \"group\": [4461.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAACGATCT\", \"ini\": 930, \"clust\": 610, \"rank\": 3795, \"rankvar\": 3665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2659, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3327, \"group\": [611.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTGGCGAAT\", \"ini\": 929, \"clust\": 857, \"rank\": 3959, \"rankvar\": 2177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2660, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3328, \"group\": [855.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCAACGAAA\", \"ini\": 928, \"clust\": 630, \"rank\": 3684, \"rankvar\": 4044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2661, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3329, \"group\": [629.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTATCGCC\", \"ini\": 927, \"clust\": 704, \"rank\": 3876, \"rankvar\": 2634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3330, \"group\": [707.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTATCCCG\", \"ini\": 926, \"clust\": 629, \"rank\": 3803, \"rankvar\": 2708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2663, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3331, \"group\": [631.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACATGACATC\", \"ini\": 925, \"clust\": 1162, \"rank\": 3920, \"rankvar\": 2888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2664, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3332, \"group\": [1169.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACACGGATAG\", \"ini\": 924, \"clust\": 189, \"rank\": 4054, \"rankvar\": 3289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2665, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 251, \"group\": [192.0, 44.0, 11.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTCCACAA\", \"ini\": 923, \"clust\": 1634, \"rank\": 3805, \"rankvar\": 2127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2666, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3333, \"group\": [1633.0, 174.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGGGTCTCC\", \"ini\": 922, \"clust\": 465, \"rank\": 3913, \"rankvar\": 3828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2667, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4014, \"group\": [466.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGGATTGG\", \"ini\": 921, \"clust\": 1635, \"rank\": 3681, \"rankvar\": 3585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2668, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3334, \"group\": [1634.0, 174.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACCAGTTCCCT\", \"ini\": 920, \"clust\": 940, \"rank\": 3800, \"rankvar\": 3013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2669, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3335, \"group\": [941.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCATCATC\", \"ini\": 919, \"clust\": 932, \"rank\": 3962, \"rankvar\": 2656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2670, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3336, \"group\": [930.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTCGCTAA\", \"ini\": 918, \"clust\": 41, \"rank\": 3980, \"rankvar\": 4806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2671, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4015, \"group\": [44.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCGGCCGAT\", \"ini\": 917, \"clust\": 581, \"rank\": 3766, \"rankvar\": 4036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2672, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3337, \"group\": [578.0, 93.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCCGTACAA\", \"ini\": 916, \"clust\": 537, \"rank\": 3891, \"rankvar\": 3025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2673, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3338, \"group\": [538.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTAACGGT\", \"ini\": 915, \"clust\": 925, \"rank\": 3984, \"rankvar\": 2029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2674, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3339, \"group\": [929.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTGTAGGGTAC\", \"ini\": 914, \"clust\": 716, \"rank\": 3865, \"rankvar\": 2270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2675, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3340, \"group\": [717.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGTTGTC\", \"ini\": 913, \"clust\": 681, \"rank\": 3893, \"rankvar\": 2115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2676, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3341, \"group\": [682.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTCATTAGGCT\", \"ini\": 912, \"clust\": 643, \"rank\": 3662, \"rankvar\": 3983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2677, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3342, \"group\": [641.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTGTCGCTG\", \"ini\": 911, \"clust\": 3950, \"rank\": 4143, \"rankvar\": 4765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2678, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3343, \"group\": [3953.0, 598.0, 101.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCAGCTGGC\", \"ini\": 910, \"clust\": 748, \"rank\": 3905, \"rankvar\": 3296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2679, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3344, \"group\": [748.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGTGGCTC\", \"ini\": 909, \"clust\": 880, \"rank\": 4008, \"rankvar\": 4481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2680, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3345, \"group\": [883.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGTGTGGT\", \"ini\": 908, \"clust\": 215, \"rank\": 3784, \"rankvar\": 612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2681, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4184, \"group\": [215.0, 49.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCACCCT\", \"ini\": 907, \"clust\": 631, \"rank\": 3752, \"rankvar\": 3720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2682, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3346, \"group\": [630.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAGGCCT\", \"ini\": 906, \"clust\": 841, \"rank\": 3848, \"rankvar\": 2974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2683, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3347, \"group\": [843.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCACCGGGT\", \"ini\": 905, \"clust\": 783, \"rank\": 4041, \"rankvar\": 2062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2684, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3348, \"group\": [784.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCTCAACT\", \"ini\": 904, \"clust\": 830, \"rank\": 4071, \"rankvar\": 2265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2685, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3349, \"group\": [829.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTGTGCAGTAG\", \"ini\": 903, \"clust\": 935, \"rank\": 3908, \"rankvar\": 2614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2686, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3350, \"group\": [933.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCTTGCCA\", \"ini\": 902, \"clust\": 40, \"rank\": 3957, \"rankvar\": 4532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2687, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4016, \"group\": [45.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGGATA\", \"ini\": 901, \"clust\": 43, \"rank\": 3949, \"rankvar\": 4938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2688, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4017, \"group\": [42.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCAGCACAT\", \"ini\": 900, \"clust\": 846, \"rank\": 3862, \"rankvar\": 3293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2689, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3351, \"group\": [844.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAGCCTAA\", \"ini\": 899, \"clust\": 774, \"rank\": 3915, \"rankvar\": 2315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2690, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3352, \"group\": [778.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATGCCCGA\", \"ini\": 898, \"clust\": 651, \"rank\": 3777, \"rankvar\": 3531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3353, \"group\": [651.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCAACTA\", \"ini\": 897, \"clust\": 778, \"rank\": 3936, \"rankvar\": 1098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3354, \"group\": [781.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCTAGGGC\", \"ini\": 896, \"clust\": 495, \"rank\": 4035, \"rankvar\": 4668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2693, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4018, \"group\": [494.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTATTACCG\", \"ini\": 895, \"clust\": 1159, \"rank\": 3965, \"rankvar\": 1259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2694, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3355, \"group\": [1162.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCATGAT\", \"ini\": 894, \"clust\": 818, \"rank\": 3842, \"rankvar\": 2626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2695, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3356, \"group\": [819.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAAGCGTAG\", \"ini\": 893, \"clust\": 48, \"rank\": 3780, \"rankvar\": 4422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2696, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4019, \"group\": [49.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACGTTGGC\", \"ini\": 892, \"clust\": 49, \"rank\": 3706, \"rankvar\": 4182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2697, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4020, \"group\": [50.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCTGATACG\", \"ini\": 891, \"clust\": 637, \"rank\": 3812, \"rankvar\": 2103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2698, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3357, \"group\": [637.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGAGTATA\", \"ini\": 890, \"clust\": 636, \"rank\": 3817, \"rankvar\": 3636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2699, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3358, \"group\": [639.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACGACTCG\", \"ini\": 889, \"clust\": 611, \"rank\": 3901, \"rankvar\": 3888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2700, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3359, \"group\": [616.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCAATAAGG\", \"ini\": 888, \"clust\": 751, \"rank\": 3932, \"rankvar\": 3167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2701, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3360, \"group\": [751.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGATGTAT\", \"ini\": 887, \"clust\": 794, \"rank\": 3935, \"rankvar\": 2802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2702, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3361, \"group\": [797.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATTGCGA\", \"ini\": 886, \"clust\": 875, \"rank\": 4044, \"rankvar\": 3623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2703, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3362, \"group\": [876.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCCTCTTT\", \"ini\": 885, \"clust\": 203, \"rank\": 4103, \"rankvar\": 3534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2704, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 252, \"group\": [204.0, 44.0, 11.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCGACCAGC\", \"ini\": 884, \"clust\": 736, \"rank\": 3940, \"rankvar\": 2180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2705, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3363, \"group\": [737.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACACCTTGTC\", \"ini\": 883, \"clust\": 832, \"rank\": 4083, \"rankvar\": 1390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2706, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3364, \"group\": [835.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTGGTATG\", \"ini\": 882, \"clust\": 1164, \"rank\": 3896, \"rankvar\": 3336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2707, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3365, \"group\": [1164.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGCCCAACC\", \"ini\": 881, \"clust\": 1112, \"rank\": 4072, \"rankvar\": 1809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2708, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3366, \"group\": [1110.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGATATGCA\", \"ini\": 880, \"clust\": 607, \"rank\": 3978, \"rankvar\": 2772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2709, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3367, \"group\": [608.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCAAGGTGTG\", \"ini\": 879, \"clust\": 529, \"rank\": 3934, \"rankvar\": 1127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2710, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3368, \"group\": [530.0, 91.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAGGCTCAC\", \"ini\": 878, \"clust\": 934, \"rank\": 3887, \"rankvar\": 3378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2711, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3369, \"group\": [935.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTCATGCAT\", \"ini\": 877, \"clust\": 338, \"rank\": 3826, \"rankvar\": 3968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2712, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4103, \"group\": [351.0, 69.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTCTTGCA\", \"ini\": 876, \"clust\": 566, \"rank\": 3804, \"rankvar\": 1656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2713, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3370, \"group\": [567.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCATTTGGG\", \"ini\": 875, \"clust\": 1636, \"rank\": 3852, \"rankvar\": 2932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2714, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3371, \"group\": [1635.0, 174.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTCCAT\", \"ini\": 874, \"clust\": 50, \"rank\": 4047, \"rankvar\": 4408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2715, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4021, \"group\": [51.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCTTGC\", \"ini\": 873, \"clust\": 896, \"rank\": 4176, \"rankvar\": 1762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2716, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3372, \"group\": [894.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACCTAC\", \"ini\": 872, \"clust\": 874, \"rank\": 3946, \"rankvar\": 3871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2717, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3373, \"group\": [879.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGTTAGGTA\", \"ini\": 871, \"clust\": 325, \"rank\": 3737, \"rankvar\": 4576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2718, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4022, \"group\": [327.0, 64.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCTCTTGAT\", \"ini\": 870, \"clust\": 51, \"rank\": 3912, \"rankvar\": 4728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2719, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4023, \"group\": [52.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCGTAGGAG\", \"ini\": 869, \"clust\": 837, \"rank\": 3922, \"rankvar\": 2557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2720, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3374, \"group\": [836.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGCCGCT\", \"ini\": 868, \"clust\": 657, \"rank\": 3933, \"rankvar\": 2925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2721, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3375, \"group\": [658.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCACGACGAA\", \"ini\": 867, \"clust\": 641, \"rank\": 3853, \"rankvar\": 3686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2722, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3376, \"group\": [642.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGTCCTCT\", \"ini\": 866, \"clust\": 4535, \"rank\": 3966, \"rankvar\": 4513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5023, \"group\": [4535.0, 774.0, 133.0, 30.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGTCGAT\", \"ini\": 865, \"clust\": 541, \"rank\": 3927, \"rankvar\": 4007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3377, \"group\": [541.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTAGAATGTTG\", \"ini\": 864, \"clust\": 928, \"rank\": 4042, \"rankvar\": 3608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2725, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3378, \"group\": [925.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCATCCAACA\", \"ini\": 863, \"clust\": 517, \"rank\": 4293, \"rankvar\": 1096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2726, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5140, \"group\": [520.0, 87.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGGGAGTAA\", \"ini\": 862, \"clust\": 4449, \"rank\": 4122, \"rankvar\": 5223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2727, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 184, \"group\": [4446.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCCCGTT\", \"ini\": 861, \"clust\": 438, \"rank\": 4177, \"rankvar\": 4502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2728, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4024, \"group\": [439.0, 78.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACCATTCGACA\", \"ini\": 860, \"clust\": 702, \"rank\": 4046, \"rankvar\": 1919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2729, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3379, \"group\": [702.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAAGAAACGCC\", \"ini\": 859, \"clust\": 876, \"rank\": 4141, \"rankvar\": 4411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2730, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3380, \"group\": [874.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCATAAAGG\", \"ini\": 858, \"clust\": 474, \"rank\": 4315, \"rankvar\": 3486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2731, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4025, \"group\": [474.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAACGGG\", \"ini\": 857, \"clust\": 700, \"rank\": 3997, \"rankvar\": 3660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2732, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3381, \"group\": [700.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCATTCTA\", \"ini\": 856, \"clust\": 847, \"rank\": 3880, \"rankvar\": 3701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2733, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3382, \"group\": [845.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTTGTCAT\", \"ini\": 855, \"clust\": 4536, \"rank\": 4075, \"rankvar\": 3265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5024, \"group\": [4536.0, 775.0, 133.0, 30.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAACAACA\", \"ini\": 854, \"clust\": 1212, \"rank\": 3953, \"rankvar\": 1755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2735, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3383, \"group\": [1212.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAACGACG\", \"ini\": 853, \"clust\": 542, \"rank\": 4074, \"rankvar\": 3621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2736, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3384, \"group\": [545.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTGCAAT\", \"ini\": 852, \"clust\": 431, \"rank\": 4001, \"rankvar\": 4547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2737, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4026, \"group\": [433.0, 75.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGGAGAA\", \"ini\": 851, \"clust\": 663, \"rank\": 3924, \"rankvar\": 4186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2738, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3385, \"group\": [664.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCGCTCCA\", \"ini\": 850, \"clust\": 728, \"rank\": 3857, \"rankvar\": 1450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2739, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3386, \"group\": [734.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGACCT\", \"ini\": 849, \"clust\": 731, \"rank\": 3854, \"rankvar\": 971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2740, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3387, \"group\": [733.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGGATACC\", \"ini\": 848, \"clust\": 1166, \"rank\": 3945, \"rankvar\": 3227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2741, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3388, \"group\": [1167.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCAGTAT\", \"ini\": 847, \"clust\": 924, \"rank\": 4132, \"rankvar\": 2386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2742, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3389, \"group\": [923.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTTGAT\", \"ini\": 846, \"clust\": 744, \"rank\": 3923, \"rankvar\": 2934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2743, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3390, \"group\": [746.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCCGCAAGC\", \"ini\": 845, \"clust\": 718, \"rank\": 3860, \"rankvar\": 2204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2744, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3391, \"group\": [721.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTATG\", \"ini\": 844, \"clust\": 1160, \"rank\": 3990, \"rankvar\": 2548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2745, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3392, \"group\": [1160.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGCGTAGTG\", \"ini\": 843, \"clust\": 4454, \"rank\": 4200, \"rankvar\": 5113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2746, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 185, \"group\": [4452.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGACCTC\", \"ini\": 842, \"clust\": 717, \"rank\": 3977, \"rankvar\": 3819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2747, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3393, \"group\": [718.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTGCGGCA\", \"ini\": 841, \"clust\": 606, \"rank\": 3890, \"rankvar\": 4079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2748, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3394, \"group\": [607.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCATGGTCTA\", \"ini\": 840, \"clust\": 584, \"rank\": 3841, \"rankvar\": 3778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2749, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3395, \"group\": [585.0, 93.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGCGCCTTG\", \"ini\": 839, \"clust\": 843, \"rank\": 3973, \"rankvar\": 3039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2750, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3396, \"group\": [840.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACTGGCC\", \"ini\": 838, \"clust\": 1170, \"rank\": 3919, \"rankvar\": 3603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2751, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3397, \"group\": [1171.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTTTAAGCC\", \"ini\": 837, \"clust\": 556, \"rank\": 4091, \"rankvar\": 3028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2752, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3398, \"group\": [557.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGACGGAA\", \"ini\": 836, \"clust\": 199, \"rank\": 4299, \"rankvar\": 4736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2753, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 253, \"group\": [199.0, 44.0, 11.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGTAA\", \"ini\": 835, \"clust\": 795, \"rank\": 3992, \"rankvar\": 2849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2754, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3399, \"group\": [795.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACGACTCG\", \"ini\": 834, \"clust\": 910, \"rank\": 3967, \"rankvar\": 3546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2755, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3400, \"group\": [911.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTGCAACGA\", \"ini\": 833, \"clust\": 792, \"rank\": 4007, \"rankvar\": 1546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2756, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3401, \"group\": [793.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCGTACCGG\", \"ini\": 832, \"clust\": 911, \"rank\": 4134, \"rankvar\": 3333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2757, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3402, \"group\": [909.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTAGGTGC\", \"ini\": 831, \"clust\": 472, \"rank\": 4260, \"rankvar\": 4517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2758, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4027, \"group\": [472.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACATGCTGGC\", \"ini\": 830, \"clust\": 831, \"rank\": 4102, \"rankvar\": 2047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2759, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3403, \"group\": [830.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACGACTA\", \"ini\": 829, \"clust\": 709, \"rank\": 4045, \"rankvar\": 1814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2760, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3404, \"group\": [708.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAGCTCCGA\", \"ini\": 828, \"clust\": 652, \"rank\": 3918, \"rankvar\": 4325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2761, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3405, \"group\": [652.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGCAACTT\", \"ini\": 827, \"clust\": 582, \"rank\": 3871, \"rankvar\": 2702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2762, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3406, \"group\": [587.0, 93.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGCGCTC\", \"ini\": 826, \"clust\": 1185, \"rank\": 4040, \"rankvar\": 2631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2763, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3407, \"group\": [1185.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACGCGGT\", \"ini\": 825, \"clust\": 589, \"rank\": 4067, \"rankvar\": 3834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2764, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3408, \"group\": [590.0, 94.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCTACCAGA\", \"ini\": 824, \"clust\": 849, \"rank\": 4142, \"rankvar\": 2806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2765, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3409, \"group\": [847.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCATCGGAT\", \"ini\": 823, \"clust\": 701, \"rank\": 4188, \"rankvar\": 3696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2766, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3410, \"group\": [701.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCTCGCATC\", \"ini\": 822, \"clust\": 594, \"rank\": 4014, \"rankvar\": 1936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2767, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3411, \"group\": [595.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCGTTTATC\", \"ini\": 821, \"clust\": 45, \"rank\": 4139, \"rankvar\": 4824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2768, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4028, \"group\": [41.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTGCGAAAC\", \"ini\": 820, \"clust\": 712, \"rank\": 4033, \"rankvar\": 2323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2769, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3412, \"group\": [712.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGATCGATA\", \"ini\": 819, \"clust\": 679, \"rank\": 3994, \"rankvar\": 1639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2770, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3413, \"group\": [680.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGCTAACTC\", \"ini\": 818, \"clust\": 755, \"rank\": 3921, \"rankvar\": 3098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2771, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3414, \"group\": [756.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTGGCCCTA\", \"ini\": 817, \"clust\": 439, \"rank\": 4098, \"rankvar\": 3474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4029, \"group\": [442.0, 78.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTACTTAC\", \"ini\": 816, \"clust\": 732, \"rank\": 3969, \"rankvar\": 1980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2773, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3415, \"group\": [731.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCCACGAAT\", \"ini\": 815, \"clust\": 793, \"rank\": 3996, \"rankvar\": 2600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2774, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3416, \"group\": [794.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGAACAG\", \"ini\": 814, \"clust\": 703, \"rank\": 4076, \"rankvar\": 1738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2775, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3417, \"group\": [703.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCCAAGCCG\", \"ini\": 813, \"clust\": 677, \"rank\": 3928, \"rankvar\": 2864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2776, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3418, \"group\": [678.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTAGT\", \"ini\": 812, \"clust\": 850, \"rank\": 4029, \"rankvar\": 3615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2777, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3419, \"group\": [848.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCACAGTAC\", \"ini\": 811, \"clust\": 752, \"rank\": 4090, \"rankvar\": 3225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2778, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3420, \"group\": [752.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGTGAAGTT\", \"ini\": 810, \"clust\": 539, \"rank\": 3976, \"rankvar\": 3300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2779, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3421, \"group\": [542.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACAAATCCGT\", \"ini\": 809, \"clust\": 671, \"rank\": 3987, \"rankvar\": 3512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2780, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3422, \"group\": [672.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCACCGATAT\", \"ini\": 808, \"clust\": 1637, \"rank\": 3815, \"rankvar\": 3232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2781, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3423, \"group\": [1636.0, 174.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGCGATCG\", \"ini\": 807, \"clust\": 476, \"rank\": 4268, \"rankvar\": 4507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2782, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4030, \"group\": [476.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTTCCACAA\", \"ini\": 806, \"clust\": 1208, \"rank\": 4084, \"rankvar\": 3043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2783, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3424, \"group\": [1207.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCTCAACA\", \"ini\": 805, \"clust\": 883, \"rank\": 4000, \"rankvar\": 4306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2784, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3425, \"group\": [881.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCACAAGACG\", \"ini\": 804, \"clust\": 808, \"rank\": 4135, \"rankvar\": 3413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2785, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3426, \"group\": [807.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTCACATTCGA\", \"ini\": 803, \"clust\": 936, \"rank\": 4126, \"rankvar\": 2919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2786, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3427, \"group\": [934.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTGCGATG\", \"ini\": 802, \"clust\": 2445, \"rank\": 4028, \"rankvar\": 4359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2074, \"group\": [2444.0, 412.0, 77.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCAGCACAT\", \"ini\": 801, \"clust\": 705, \"rank\": 4052, \"rankvar\": 2657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2788, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3428, \"group\": [705.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGTTCGAT\", \"ini\": 800, \"clust\": 633, \"rank\": 3968, \"rankvar\": 2511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2789, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3429, \"group\": [634.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCGGCTCA\", \"ini\": 799, \"clust\": 567, \"rank\": 3816, \"rankvar\": 2550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2790, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3430, \"group\": [568.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGATGTGG\", \"ini\": 798, \"clust\": 672, \"rank\": 4011, \"rankvar\": 4048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2791, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3431, \"group\": [673.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAAAGGTGC\", \"ini\": 797, \"clust\": 885, \"rank\": 3951, \"rankvar\": 4301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2792, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3432, \"group\": [886.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGTACGTTC\", \"ini\": 796, \"clust\": 776, \"rank\": 4073, \"rankvar\": 3170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2793, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3433, \"group\": [775.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTAAACCTC\", \"ini\": 795, \"clust\": 638, \"rank\": 3939, \"rankvar\": 4344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2794, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3434, \"group\": [638.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCTCGTTTA\", \"ini\": 794, \"clust\": 906, \"rank\": 4173, \"rankvar\": 3192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2795, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3435, \"group\": [908.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCGTCGTTC\", \"ini\": 793, \"clust\": 835, \"rank\": 3995, \"rankvar\": 2481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2796, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3436, \"group\": [833.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCACAAACC\", \"ini\": 792, \"clust\": 687, \"rank\": 4061, \"rankvar\": 2032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2797, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3437, \"group\": [691.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAATCCGT\", \"ini\": 791, \"clust\": 707, \"rank\": 3950, \"rankvar\": 2266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2798, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3438, \"group\": [711.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTAGCGTGA\", \"ini\": 790, \"clust\": 741, \"rank\": 4032, \"rankvar\": 4084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3439, \"group\": [742.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCCGCTGA\", \"ini\": 789, \"clust\": 614, \"rank\": 4015, \"rankvar\": 3596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3440, \"group\": [614.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAGTAGATTAG\", \"ini\": 788, \"clust\": 806, \"rank\": 4099, \"rankvar\": 2480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2801, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3441, \"group\": [815.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGCTAGGT\", \"ini\": 787, \"clust\": 726, \"rank\": 4039, \"rankvar\": 2651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2802, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3442, \"group\": [726.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACATGGGAAC\", \"ini\": 786, \"clust\": 3873, \"rank\": 4470, \"rankvar\": 3926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2827, \"group\": [3881.0, 564.0, 94.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTGTTTGC\", \"ini\": 785, \"clust\": 4460, \"rank\": 4194, \"rankvar\": 5111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2804, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 186, \"group\": [4457.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCAGGTC\", \"ini\": 784, \"clust\": 820, \"rank\": 3875, \"rankvar\": 3530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2805, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3443, \"group\": [821.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGATCACGG\", \"ini\": 783, \"clust\": 922, \"rank\": 4163, \"rankvar\": 3151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2806, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3444, \"group\": [924.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCATGACGGA\", \"ini\": 782, \"clust\": 789, \"rank\": 4117, \"rankvar\": 2991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3445, \"group\": [792.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCATAACCTG\", \"ini\": 781, \"clust\": 848, \"rank\": 4133, \"rankvar\": 4177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2808, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3446, \"group\": [849.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTGTTGAA\", \"ini\": 780, \"clust\": 796, \"rank\": 4150, \"rankvar\": 3191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2809, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3447, \"group\": [796.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCAACTCTT\", \"ini\": 779, \"clust\": 749, \"rank\": 4049, \"rankvar\": 3338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2810, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3448, \"group\": [749.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAACACCTA\", \"ini\": 778, \"clust\": 807, \"rank\": 4187, \"rankvar\": 2359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2811, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3449, \"group\": [809.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGCAATCTC\", \"ini\": 777, \"clust\": 587, \"rank\": 4064, \"rankvar\": 1122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2812, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3450, \"group\": [588.0, 94.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTAGCACGA\", \"ini\": 776, \"clust\": 787, \"rank\": 4101, \"rankvar\": 3544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2813, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3451, \"group\": [786.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAGGAACGT\", \"ini\": 775, \"clust\": 719, \"rank\": 3993, \"rankvar\": 3556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2814, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3452, \"group\": [719.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGTTGAGG\", \"ini\": 774, \"clust\": 844, \"rank\": 4080, \"rankvar\": 4018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2815, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3453, \"group\": [841.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGTAAGTAC\", \"ini\": 773, \"clust\": 0, \"rank\": 3906, \"rankvar\": 4804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2816, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4031, \"group\": [3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTCGT\", \"ini\": 772, \"clust\": 543, \"rank\": 4136, \"rankvar\": 3881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2817, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3454, \"group\": [543.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTTGCCGT\", \"ini\": 771, \"clust\": 597, \"rank\": 4023, \"rankvar\": 3020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2818, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3455, \"group\": [598.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAGCCACCA\", \"ini\": 770, \"clust\": 813, \"rank\": 4114, \"rankvar\": 2336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2819, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3456, \"group\": [812.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGTCGTTTG\", \"ini\": 769, \"clust\": 714, \"rank\": 4058, \"rankvar\": 2385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2820, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3457, \"group\": [714.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCTAGGCA\", \"ini\": 768, \"clust\": 496, \"rank\": 4193, \"rankvar\": 4869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2821, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4032, \"group\": [495.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGCCAACAG\", \"ini\": 767, \"clust\": 723, \"rank\": 4050, \"rankvar\": 2285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2822, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3458, \"group\": [724.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGACG\", \"ini\": 766, \"clust\": 447, \"rank\": 4138, \"rankvar\": 4272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2823, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4033, \"group\": [446.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGTCTGAGTGT\", \"ini\": 765, \"clust\": 833, \"rank\": 4087, \"rankvar\": 1968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2824, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3459, \"group\": [831.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCATTTGGG\", \"ini\": 764, \"clust\": 834, \"rank\": 4096, \"rankvar\": 2605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2825, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3460, \"group\": [832.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCACCT\", \"ini\": 763, \"clust\": 1167, \"rank\": 4266, \"rankvar\": 2473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2826, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3461, \"group\": [1165.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCAGACAGGT\", \"ini\": 762, \"clust\": 931, \"rank\": 4182, \"rankvar\": 3251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2827, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3462, \"group\": [932.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGCCAGAA\", \"ini\": 761, \"clust\": 909, \"rank\": 4060, \"rankvar\": 2578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2828, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3463, \"group\": [916.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGTAGC\", \"ini\": 760, \"clust\": 181, \"rank\": 3872, \"rankvar\": 2809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2829, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4253, \"group\": [181.0, 38.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGGCTGAA\", \"ini\": 759, \"clust\": 475, \"rank\": 4333, \"rankvar\": 1837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2830, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4034, \"group\": [475.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCACACTGCG\", \"ini\": 758, \"clust\": 608, \"rank\": 4016, \"rankvar\": 3285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2831, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3464, \"group\": [609.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCCACTCCA\", \"ini\": 757, \"clust\": 683, \"rank\": 4112, \"rankvar\": 1574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2832, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3465, \"group\": [684.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCAACGGGA\", \"ini\": 756, \"clust\": 868, \"rank\": 4283, \"rankvar\": 3890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2833, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3466, \"group\": [867.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTACCTGC\", \"ini\": 755, \"clust\": 827, \"rank\": 4152, \"rankvar\": 1112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2834, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3467, \"group\": [827.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATCGGGT\", \"ini\": 754, \"clust\": 1204, \"rank\": 4106, \"rankvar\": 3930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2835, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3468, \"group\": [1205.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCACAGTAC\", \"ini\": 753, \"clust\": 1072, \"rank\": 4213, \"rankvar\": 2994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2836, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3469, \"group\": [1069.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGACCTC\", \"ini\": 752, \"clust\": 838, \"rank\": 4055, \"rankvar\": 2716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2837, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3470, \"group\": [837.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTAGTTCCACA\", \"ini\": 751, \"clust\": 879, \"rank\": 4205, \"rankvar\": 4711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2838, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3471, \"group\": [878.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTCTCAAC\", \"ini\": 750, \"clust\": 881, \"rank\": 4125, \"rankvar\": 4200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2839, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3472, \"group\": [882.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCTAAGAT\", \"ini\": 749, \"clust\": 1024, \"rank\": 4320, \"rankvar\": 646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2840, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3473, \"group\": [1023.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACATGTCTCC\", \"ini\": 748, \"clust\": 616, \"rank\": 3907, \"rankvar\": 2808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2841, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3474, \"group\": [620.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCTAAGCCA\", \"ini\": 747, \"clust\": 484, \"rank\": 4262, \"rankvar\": 4720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2842, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4035, \"group\": [499.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACTAGGC\", \"ini\": 746, \"clust\": 618, \"rank\": 4006, \"rankvar\": 3165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2843, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3475, \"group\": [617.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCACGACTA\", \"ini\": 745, \"clust\": 666, \"rank\": 4155, \"rankvar\": 3631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2844, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3476, \"group\": [667.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCAGTTCGA\", \"ini\": 744, \"clust\": 689, \"rank\": 4124, \"rankvar\": 1793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2845, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3477, \"group\": [688.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTTCAACACTG\", \"ini\": 743, \"clust\": 1056, \"rank\": 4212, \"rankvar\": 2360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3478, \"group\": [1054.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCGTATAGTAG\", \"ini\": 742, \"clust\": 865, \"rank\": 4198, \"rankvar\": 1339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2847, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3479, \"group\": [864.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCGAGCCCA\", \"ini\": 741, \"clust\": 743, \"rank\": 4108, \"rankvar\": 3286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2848, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3480, \"group\": [747.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTGCCTGTG\", \"ini\": 740, \"clust\": 842, \"rank\": 4036, \"rankvar\": 3399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2849, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3481, \"group\": [842.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCGGATCA\", \"ini\": 739, \"clust\": 513, \"rank\": 4092, \"rankvar\": 4340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2850, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3482, \"group\": [512.0, 83.0, 18.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCATTGCGGC\", \"ini\": 738, \"clust\": 622, \"rank\": 4005, \"rankvar\": 3353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2851, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3483, \"group\": [622.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGTCTCG\", \"ini\": 737, \"clust\": 340, \"rank\": 3878, \"rankvar\": 3185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2852, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4104, \"group\": [339.0, 67.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGCCGGTAA\", \"ini\": 736, \"clust\": 698, \"rank\": 4068, \"rankvar\": 1536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2853, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3484, \"group\": [697.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTCATTACCTT\", \"ini\": 735, \"clust\": 1188, \"rank\": 4259, \"rankvar\": 1802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2854, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3485, \"group\": [1186.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGATGCCTT\", \"ini\": 734, \"clust\": 920, \"rank\": 4162, \"rankvar\": 2568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2855, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3486, \"group\": [920.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCCGTAGGC\", \"ini\": 733, \"clust\": 729, \"rank\": 4018, \"rankvar\": 3198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2856, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3487, \"group\": [729.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACTTACGA\", \"ini\": 732, \"clust\": 943, \"rank\": 4300, \"rankvar\": 750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2857, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3488, \"group\": [1156.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTAGATGA\", \"ini\": 731, \"clust\": 1131, \"rank\": 4310, \"rankvar\": 651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2858, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3489, \"group\": [1133.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAAATTGCC\", \"ini\": 730, \"clust\": 544, \"rank\": 4149, \"rankvar\": 2853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3490, \"group\": [544.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATCCGCGA\", \"ini\": 729, \"clust\": 448, \"rank\": 4121, \"rankvar\": 4611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2860, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4036, \"group\": [447.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTCATTA\", \"ini\": 728, \"clust\": 1065, \"rank\": 4257, \"rankvar\": 1231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2861, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3491, \"group\": [1063.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGCTAGTCT\", \"ini\": 727, \"clust\": 473, \"rank\": 4438, \"rankvar\": 3914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2862, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4037, \"group\": [473.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCTGATACG\", \"ini\": 726, \"clust\": 1175, \"rank\": 4167, \"rankvar\": 3425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2863, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3492, \"group\": [1177.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGTATCGAA\", \"ini\": 725, \"clust\": 859, \"rank\": 4263, \"rankvar\": 4213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2864, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3493, \"group\": [861.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTACTTCTT\", \"ini\": 724, \"clust\": 1003, \"rank\": 4360, \"rankvar\": 974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2865, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3494, \"group\": [1002.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAGGTA\", \"ini\": 723, \"clust\": 725, \"rank\": 4081, \"rankvar\": 2805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2866, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3495, \"group\": [728.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTGAGTTC\", \"ini\": 722, \"clust\": 757, \"rank\": 4120, \"rankvar\": 1901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2867, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3496, \"group\": [758.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGAATGGG\", \"ini\": 721, \"clust\": 706, \"rank\": 4153, \"rankvar\": 1023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3497, \"group\": [706.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTAGGGTG\", \"ini\": 720, \"clust\": 588, \"rank\": 4154, \"rankvar\": 2686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2869, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3498, \"group\": [589.0, 94.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAAGATGCCTT\", \"ini\": 719, \"clust\": 531, \"rank\": 4210, \"rankvar\": 1829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2870, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3499, \"group\": [532.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCAAGCG\", \"ini\": 718, \"clust\": 497, \"rank\": 3988, \"rankvar\": 4420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2871, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4038, \"group\": [496.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCGTCTTC\", \"ini\": 717, \"clust\": 612, \"rank\": 4151, \"rankvar\": 3416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2872, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3500, \"group\": [612.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTCTGATTG\", \"ini\": 716, \"clust\": 877, \"rank\": 4161, \"rankvar\": 2854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2873, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3501, \"group\": [875.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATCTACGA\", \"ini\": 715, \"clust\": 1124, \"rank\": 4301, \"rankvar\": 2425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2874, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3502, \"group\": [1123.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAACCGCCA\", \"ini\": 714, \"clust\": 1168, \"rank\": 4230, \"rankvar\": 3130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2875, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3503, \"group\": [1166.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTAAGCC\", \"ini\": 713, \"clust\": 777, \"rank\": 4070, \"rankvar\": 2028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2876, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3504, \"group\": [776.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCAAGCGA\", \"ini\": 712, \"clust\": 1078, \"rank\": 4223, \"rankvar\": 1808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2877, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3505, \"group\": [1075.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTAATCACC\", \"ini\": 711, \"clust\": 446, \"rank\": 4222, \"rankvar\": 2950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2878, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4039, \"group\": [448.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCACGAAACG\", \"ini\": 710, \"clust\": 929, \"rank\": 4157, \"rankvar\": 2948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2879, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3506, \"group\": [926.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATTCCTCG\", \"ini\": 709, \"clust\": 668, \"rank\": 4279, \"rankvar\": 3555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2880, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3507, \"group\": [671.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGAGATGAG\", \"ini\": 708, \"clust\": 1186, \"rank\": 4408, \"rankvar\": 3303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2881, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3508, \"group\": [1189.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCCCACT\", \"ini\": 707, \"clust\": 468, \"rank\": 4065, \"rankvar\": 4314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2882, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4040, \"group\": [470.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGACTACT\", \"ini\": 706, \"clust\": 1040, \"rank\": 4337, \"rankvar\": 1671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3509, \"group\": [1038.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTGGTAAT\", \"ini\": 705, \"clust\": 1187, \"rank\": 4364, \"rankvar\": 2345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2884, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3510, \"group\": [1188.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCAGCTTAG\", \"ini\": 704, \"clust\": 902, \"rank\": 4243, \"rankvar\": 3208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2885, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3511, \"group\": [902.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTGATGTGG\", \"ini\": 703, \"clust\": 1071, \"rank\": 4175, \"rankvar\": 3488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2886, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3512, \"group\": [1071.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCATATGCTG\", \"ini\": 702, \"clust\": 933, \"rank\": 4089, \"rankvar\": 4092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2887, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3513, \"group\": [931.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCAAACGTGG\", \"ini\": 701, \"clust\": 217, \"rank\": 3868, \"rankvar\": 3779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2888, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4185, \"group\": [219.0, 50.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGCTCGCA\", \"ini\": 700, \"clust\": 1099, \"rank\": 4158, \"rankvar\": 2235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2889, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3514, \"group\": [1097.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACACCATGTA\", \"ini\": 699, \"clust\": 699, \"rank\": 4168, \"rankvar\": 2587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2890, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3515, \"group\": [698.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGATGCCAG\", \"ini\": 698, \"clust\": 713, \"rank\": 4094, \"rankvar\": 3376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2891, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3516, \"group\": [713.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAGCCTAT\", \"ini\": 697, \"clust\": 1182, \"rank\": 4273, \"rankvar\": 2354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2892, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3517, \"group\": [1182.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCGCGCCAA\", \"ini\": 696, \"clust\": 826, \"rank\": 4278, \"rankvar\": 3166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2893, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3518, \"group\": [1157.0, 98.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATCGGTTA\", \"ini\": 695, \"clust\": 4450, \"rank\": 4319, \"rankvar\": 5218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2894, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 187, \"group\": [4447.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTCGTACT\", \"ini\": 694, \"clust\": 886, \"rank\": 4179, \"rankvar\": 3874, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3519, \"group\": [884.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCTAGCACA\", \"ini\": 693, \"clust\": 887, \"rank\": 4144, \"rankvar\": 3475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2896, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3520, \"group\": [885.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTCACTGGC\", \"ini\": 692, \"clust\": 469, \"rank\": 4238, \"rankvar\": 4103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2897, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4041, \"group\": [468.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTAACG\", \"ini\": 691, \"clust\": 708, \"rank\": 4128, \"rankvar\": 2247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2898, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3521, \"group\": [710.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATGGT\", \"ini\": 690, \"clust\": 737, \"rank\": 4109, \"rankvar\": 2152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2899, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3522, \"group\": [735.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGCACCGCT\", \"ini\": 689, \"clust\": 684, \"rank\": 4216, \"rankvar\": 1631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2900, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3523, \"group\": [685.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCCA\", \"ini\": 688, \"clust\": 532, \"rank\": 4224, \"rankvar\": 2215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2901, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3524, \"group\": [533.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGACACCA\", \"ini\": 687, \"clust\": 1113, \"rank\": 4290, \"rankvar\": 1703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2902, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3525, \"group\": [1111.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCGCATGGC\", \"ini\": 686, \"clust\": 503, \"rank\": 4185, \"rankvar\": 986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2903, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3526, \"group\": [509.0, 82.0, 17.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCCTGTAGA\", \"ini\": 685, \"clust\": 568, \"rank\": 3943, \"rankvar\": 3706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2904, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3527, \"group\": [569.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCGTCTGCT\", \"ini\": 684, \"clust\": 781, \"rank\": 4236, \"rankvar\": 1946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2905, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3528, \"group\": [782.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGCCTAA\", \"ini\": 683, \"clust\": 738, \"rank\": 4037, \"rankvar\": 2988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2906, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3529, \"group\": [736.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGAGGCT\", \"ini\": 682, \"clust\": 570, \"rank\": 4056, \"rankvar\": 1526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2907, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3530, \"group\": [576.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCTCTCGT\", \"ini\": 681, \"clust\": 678, \"rank\": 4053, \"rankvar\": 3783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2908, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3531, \"group\": [679.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGCAACGA\", \"ini\": 680, \"clust\": 3787, \"rank\": 4539, \"rankvar\": 912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2075, \"group\": [3795.0, 551.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCATTGGCGC\", \"ini\": 679, \"clust\": 557, \"rank\": 4288, \"rankvar\": 2788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2910, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3532, \"group\": [558.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACACGACTCG\", \"ini\": 678, \"clust\": 682, \"rank\": 4207, \"rankvar\": 3137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2911, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3533, \"group\": [683.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACATTAGGCT\", \"ini\": 677, \"clust\": 1205, \"rank\": 4275, \"rankvar\": 4323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2912, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3534, \"group\": [1203.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCTCTAAGG\", \"ini\": 676, \"clust\": 884, \"rank\": 4170, \"rankvar\": 3250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2913, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3535, \"group\": [887.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAAGTGTA\", \"ini\": 675, \"clust\": 772, \"rank\": 4145, \"rankvar\": 2273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2914, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3536, \"group\": [771.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCATAGCAC\", \"ini\": 674, \"clust\": 1035, \"rank\": 4248, \"rankvar\": 1578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2915, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3537, \"group\": [1033.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGTACGTTC\", \"ini\": 673, \"clust\": 512, \"rank\": 4051, \"rankvar\": 4247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2916, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3538, \"group\": [514.0, 83.0, 18.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTCATTGGGCC\", \"ini\": 672, \"clust\": 553, \"rank\": 4088, \"rankvar\": 3129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2917, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3539, \"group\": [555.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCTGTTGAG\", \"ini\": 671, \"clust\": 667, \"rank\": 4258, \"rankvar\": 1027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2918, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3540, \"group\": [668.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCCAAAGTC\", \"ini\": 670, \"clust\": 839, \"rank\": 4191, \"rankvar\": 2660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2919, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3541, \"group\": [838.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTGGTCTCG\", \"ini\": 669, \"clust\": 872, \"rank\": 4253, \"rankvar\": 4041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2920, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3542, \"group\": [872.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCAGCATGT\", \"ini\": 668, \"clust\": 1089, \"rank\": 4178, \"rankvar\": 2102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2921, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3543, \"group\": [1086.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGAGCCCAA\", \"ini\": 667, \"clust\": 572, \"rank\": 4221, \"rankvar\": 1409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2922, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3544, \"group\": [574.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTCATGCTGGC\", \"ini\": 666, \"clust\": 696, \"rank\": 4250, \"rankvar\": 1115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2923, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3545, \"group\": [704.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGGTGACTACT\", \"ini\": 665, \"clust\": 595, \"rank\": 4148, \"rankvar\": 3257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2924, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3546, \"group\": [596.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTCACAGGTTT\", \"ini\": 664, \"clust\": 727, \"rank\": 4127, \"rankvar\": 3255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2925, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3547, \"group\": [727.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTAAATGTG\", \"ini\": 663, \"clust\": 590, \"rank\": 4085, \"rankvar\": 3611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2926, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3548, \"group\": [591.0, 94.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTATCTGCA\", \"ini\": 662, \"clust\": 319, \"rank\": 4115, \"rankvar\": 3240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2927, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3549, \"group\": [320.0, 64.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGGAACTGC\", \"ini\": 661, \"clust\": 918, \"rank\": 4298, \"rankvar\": 1646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2928, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3550, \"group\": [917.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTTCCGTCT\", \"ini\": 660, \"clust\": 449, \"rank\": 4311, \"rankvar\": 4397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2929, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4042, \"group\": [452.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCTGAAAGA\", \"ini\": 659, \"clust\": 784, \"rank\": 4329, \"rankvar\": 1636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2930, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3551, \"group\": [785.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTTCACCTC\", \"ini\": 658, \"clust\": 913, \"rank\": 4321, \"rankvar\": 2833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2931, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3552, \"group\": [912.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACGGTAAG\", \"ini\": 657, \"clust\": 615, \"rank\": 4166, \"rankvar\": 3554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2932, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3553, \"group\": [615.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGTGAAGTT\", \"ini\": 656, \"clust\": 690, \"rank\": 4265, \"rankvar\": 1851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2933, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3554, \"group\": [689.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCGTGGTCG\", \"ini\": 655, \"clust\": 321, \"rank\": 4025, \"rankvar\": 4688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2934, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3555, \"group\": [324.0, 64.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGTGAACGC\", \"ini\": 654, \"clust\": 538, \"rank\": 4326, \"rankvar\": 3685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2935, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3556, \"group\": [539.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCAGCGTTCG\", \"ini\": 653, \"clust\": 1183, \"rank\": 4356, \"rankvar\": 893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3557, \"group\": [1183.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCAACACTG\", \"ini\": 652, \"clust\": 733, \"rank\": 4105, \"rankvar\": 2972, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2937, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3558, \"group\": [732.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGTGCCATT\", \"ini\": 651, \"clust\": 900, \"rank\": 4302, \"rankvar\": 926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2938, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3559, \"group\": [898.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGAGGTTGC\", \"ini\": 650, \"clust\": 511, \"rank\": 4086, \"rankvar\": 4604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2939, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3560, \"group\": [511.0, 83.0, 18.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTGTGCGTC\", \"ini\": 649, \"clust\": 1127, \"rank\": 4387, \"rankvar\": 1426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2940, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3561, \"group\": [1125.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCACCTAA\", \"ini\": 648, \"clust\": 470, \"rank\": 4295, \"rankvar\": 4231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2941, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4043, \"group\": [469.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGAGATCGGGT\", \"ini\": 647, \"clust\": 573, \"rank\": 4241, \"rankvar\": 1118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3562, \"group\": [573.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTGAGTGT\", \"ini\": 646, \"clust\": 3928, \"rank\": 4636, \"rankvar\": 1285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2076, \"group\": [3929.0, 580.0, 96.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTAGAGTGC\", \"ini\": 645, \"clust\": 1161, \"rank\": 4239, \"rankvar\": 2182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2944, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3563, \"group\": [1161.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTTGCGTTA\", \"ini\": 644, \"clust\": 1201, \"rank\": 4399, \"rankvar\": 2089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2945, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3564, \"group\": [1200.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCACGGC\", \"ini\": 643, \"clust\": 533, \"rank\": 4309, \"rankvar\": 3104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2946, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3565, \"group\": [537.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTAGGGTGTGT\", \"ini\": 642, \"clust\": 912, \"rank\": 4340, \"rankvar\": 3951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2947, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3566, \"group\": [910.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCACGTCTCT\", \"ini\": 641, \"clust\": 1095, \"rank\": 4359, \"rankvar\": 1525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2948, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3567, \"group\": [1093.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAGGCAGTA\", \"ini\": 640, \"clust\": 836, \"rank\": 4211, \"rankvar\": 2685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2949, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3568, \"group\": [834.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTTACTGAC\", \"ini\": 639, \"clust\": 435, \"rank\": 4228, \"rankvar\": 4640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2950, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4044, \"group\": [435.0, 77.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTCGACTAT\", \"ini\": 638, \"clust\": 775, \"rank\": 4237, \"rankvar\": 3434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2951, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3569, \"group\": [777.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCATGGGAAC\", \"ini\": 637, \"clust\": 1174, \"rank\": 4220, \"rankvar\": 2200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2952, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3570, \"group\": [1178.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACGCATA\", \"ini\": 636, \"clust\": 786, \"rank\": 4344, \"rankvar\": 4319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2953, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3571, \"group\": [788.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCGCGTAGC\", \"ini\": 635, \"clust\": 1050, \"rank\": 4381, \"rankvar\": 571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2954, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3572, \"group\": [1051.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCCTAGAAC\", \"ini\": 634, \"clust\": 1037, \"rank\": 4312, \"rankvar\": 2814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3573, \"group\": [1035.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGGAATGGA\", \"ini\": 633, \"clust\": 756, \"rank\": 4190, \"rankvar\": 3177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2956, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3574, \"group\": [757.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACTCCTG\", \"ini\": 632, \"clust\": 740, \"rank\": 4156, \"rankvar\": 4040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3575, \"group\": [741.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACAAACTGTC\", \"ini\": 631, \"clust\": 747, \"rank\": 4204, \"rankvar\": 3573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2958, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3576, \"group\": [750.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTTGCGCAC\", \"ini\": 630, \"clust\": 330, \"rank\": 4380, \"rankvar\": 3393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2959, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3577, \"group\": [330.0, 65.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATGTCGG\", \"ini\": 629, \"clust\": 332, \"rank\": 4229, \"rankvar\": 4212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2960, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3578, \"group\": [333.0, 66.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACTGGGT\", \"ini\": 628, \"clust\": 758, \"rank\": 4245, \"rankvar\": 2971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2961, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3579, \"group\": [759.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGGACAGCT\", \"ini\": 627, \"clust\": 554, \"rank\": 4172, \"rankvar\": 3367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2962, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3580, \"group\": [553.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGAACTGT\", \"ini\": 626, \"clust\": 898, \"rank\": 4365, \"rankvar\": 3572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2963, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3581, \"group\": [901.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTTGACAC\", \"ini\": 625, \"clust\": 341, \"rank\": 4002, \"rankvar\": 2750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2964, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4105, \"group\": [340.0, 67.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGCGTAGTG\", \"ini\": 624, \"clust\": 1057, \"rank\": 4368, \"rankvar\": 2486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2965, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3582, \"group\": [1055.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCCATAC\", \"ini\": 623, \"clust\": 494, \"rank\": 4189, \"rankvar\": 4705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2966, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4045, \"group\": [498.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCTCCGGTT\", \"ini\": 622, \"clust\": 1176, \"rank\": 4244, \"rankvar\": 3477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2967, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3583, \"group\": [1175.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTTACCTA\", \"ini\": 621, \"clust\": 467, \"rank\": 4208, \"rankvar\": 4592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2968, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4046, \"group\": [471.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTCAGGCTGAA\", \"ini\": 620, \"clust\": 530, \"rank\": 4373, \"rankvar\": 1920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2969, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3584, \"group\": [531.0, 91.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATCACAC\", \"ini\": 619, \"clust\": 919, \"rank\": 4308, \"rankvar\": 2495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3585, \"group\": [918.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCATCATC\", \"ini\": 618, \"clust\": 1125, \"rank\": 4403, \"rankvar\": 1975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2971, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3586, \"group\": [1124.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCACGTG\", \"ini\": 617, \"clust\": 654, \"rank\": 4097, \"rankvar\": 2340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2972, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3587, \"group\": [654.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTCGGACG\", \"ini\": 616, \"clust\": 1178, \"rank\": 4292, \"rankvar\": 1117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2973, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3588, \"group\": [1216.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTCGTATT\", \"ini\": 615, \"clust\": 1053, \"rank\": 4363, \"rankvar\": 1215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2974, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3589, \"group\": [1052.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGAACTCGG\", \"ini\": 614, \"clust\": 1133, \"rank\": 4430, \"rankvar\": 1393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2975, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3590, \"group\": [1130.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACCGAT\", \"ini\": 613, \"clust\": 921, \"rank\": 4324, \"rankvar\": 2302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2976, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3591, \"group\": [921.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATGCAATC\", \"ini\": 612, \"clust\": 613, \"rank\": 4234, \"rankvar\": 2773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2977, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3592, \"group\": [613.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACGTCA\", \"ini\": 611, \"clust\": 927, \"rank\": 4219, \"rankvar\": 4124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2978, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3593, \"group\": [927.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGTTACCT\", \"ini\": 610, \"clust\": 901, \"rank\": 4305, \"rankvar\": 2329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2979, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3594, \"group\": [899.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTATCCTA\", \"ini\": 609, \"clust\": 555, \"rank\": 4192, \"rankvar\": 3559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2980, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3595, \"group\": [554.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGGCTAGCA\", \"ini\": 608, \"clust\": 895, \"rank\": 4270, \"rankvar\": 2131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2981, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3596, \"group\": [896.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCCTAATT\", \"ini\": 607, \"clust\": 809, \"rank\": 4303, \"rankvar\": 2955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2982, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3597, \"group\": [808.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCTGGTTCC\", \"ini\": 606, \"clust\": 1013, \"rank\": 4429, \"rankvar\": 3048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2983, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3598, \"group\": [1013.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGATAGCAT\", \"ini\": 605, \"clust\": 599, \"rank\": 4307, \"rankvar\": 2038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2984, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3599, \"group\": [599.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGACAAGCC\", \"ini\": 604, \"clust\": 514, \"rank\": 4269, \"rankvar\": 4666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2985, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3600, \"group\": [513.0, 83.0, 18.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATTCACT\", \"ini\": 603, \"clust\": 914, \"rank\": 4323, \"rankvar\": 2941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2986, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3601, \"group\": [913.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCGGCGCAT\", \"ini\": 602, \"clust\": 892, \"rank\": 4418, \"rankvar\": 4270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2987, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3602, \"group\": [890.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTACCGAT\", \"ini\": 601, \"clust\": 854, \"rank\": 4395, \"rankvar\": 3598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2988, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3603, \"group\": [853.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAACTTGAC\", \"ini\": 600, \"clust\": 801, \"rank\": 4332, \"rankvar\": 2348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2989, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3604, \"group\": [802.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTGACTCAT\", \"ini\": 599, \"clust\": 804, \"rank\": 4291, \"rankvar\": 2286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2990, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3605, \"group\": [804.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACATCTTT\", \"ini\": 598, \"clust\": 1038, \"rank\": 4415, \"rankvar\": 1137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2991, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3606, \"group\": [1036.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCACTGGC\", \"ini\": 597, \"clust\": 1075, \"rank\": 4209, \"rankvar\": 2146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2992, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3607, \"group\": [1074.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTACACCGC\", \"ini\": 596, \"clust\": 785, \"rank\": 4261, \"rankvar\": 2898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2993, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3608, \"group\": [789.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCAGATAAG\", \"ini\": 595, \"clust\": 1213, \"rank\": 4354, \"rankvar\": 2024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2994, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3609, \"group\": [1213.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGTAAGG\", \"ini\": 594, \"clust\": 1055, \"rank\": 4389, \"rankvar\": 1138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2995, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3610, \"group\": [1056.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGTGGTAGC\", \"ini\": 593, \"clust\": 779, \"rank\": 4306, \"rankvar\": 3069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3611, \"group\": [779.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGTCCTATGTT\", \"ini\": 592, \"clust\": 790, \"rank\": 4372, \"rankvar\": 3627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2997, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3612, \"group\": [790.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGCCATT\", \"ini\": 591, \"clust\": 1064, \"rank\": 4449, \"rankvar\": 1771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2998, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3613, \"group\": [1065.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCGCATGGC\", \"ini\": 590, \"clust\": 619, \"rank\": 4078, \"rankvar\": 3936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3614, \"group\": [618.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGAAAC\", \"ini\": 589, \"clust\": 574, \"rank\": 4217, \"rankvar\": 2504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3000, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3615, \"group\": [571.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAAGTTGTAGA\", \"ini\": 588, \"clust\": 771, \"rank\": 4235, \"rankvar\": 3209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3001, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3616, \"group\": [773.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATTCTTAC\", \"ini\": 587, \"clust\": 799, \"rank\": 4251, \"rankvar\": 3923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3002, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3617, \"group\": [800.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTTTGTG\", \"ini\": 586, \"clust\": 1060, \"rank\": 4469, \"rankvar\": 2737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3003, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3618, \"group\": [1059.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAGCATGAG\", \"ini\": 585, \"clust\": 225, \"rank\": 4416, \"rankvar\": 301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3004, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4186, \"group\": [275.0, 54.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGAAACCAT\", \"ini\": 584, \"clust\": 1096, \"rank\": 4440, \"rankvar\": 1818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3005, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3619, \"group\": [1094.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACCCTCA\", \"ini\": 583, \"clust\": 860, \"rank\": 4472, \"rankvar\": 4330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3006, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3620, \"group\": [859.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGTGCGTC\", \"ini\": 582, \"clust\": 1147, \"rank\": 4569, \"rankvar\": 1548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3007, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3621, \"group\": [1148.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTCCAACTA\", \"ini\": 581, \"clust\": 715, \"rank\": 4281, \"rankvar\": 2926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3008, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3622, \"group\": [715.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTAAATGTG\", \"ini\": 580, \"clust\": 730, \"rank\": 4225, \"rankvar\": 2119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3009, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3623, \"group\": [730.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGGTGCACA\", \"ini\": 579, \"clust\": 720, \"rank\": 4226, \"rankvar\": 3348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3010, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3624, \"group\": [720.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAGTCGATT\", \"ini\": 578, \"clust\": 724, \"rank\": 4264, \"rankvar\": 3435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3011, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3625, \"group\": [725.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAAGGATT\", \"ini\": 577, \"clust\": 1076, \"rank\": 4199, \"rankvar\": 1684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3012, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3626, \"group\": [1072.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTATCAGTC\", \"ini\": 576, \"clust\": 223, \"rank\": 4171, \"rankvar\": 542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3013, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4187, \"group\": [220.0, 51.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAGGTA\", \"ini\": 575, \"clust\": 200, \"rank\": 4572, \"rankvar\": 4742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3014, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 254, \"group\": [200.0, 44.0, 11.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTGTTTGTG\", \"ini\": 574, \"clust\": 3793, \"rank\": 4634, \"rankvar\": 3152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2077, \"group\": [3790.0, 551.0, 92.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCAGTCAGT\", \"ini\": 573, \"clust\": 761, \"rank\": 4390, \"rankvar\": 3607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3627, \"group\": [762.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACGTAAGG\", \"ini\": 572, \"clust\": 675, \"rank\": 4296, \"rankvar\": 2823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3017, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3628, \"group\": [676.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTCAGCGC\", \"ini\": 571, \"clust\": 1177, \"rank\": 4287, \"rankvar\": 3369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3018, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3629, \"group\": [1176.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCCGAGCCA\", \"ini\": 570, \"clust\": 688, \"rank\": 4202, \"rankvar\": 2479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3019, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3630, \"group\": [690.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGTCATCCA\", \"ini\": 569, \"clust\": 1180, \"rank\": 4401, \"rankvar\": 4449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3020, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3631, \"group\": [1179.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGAGGCTAGGT\", \"ini\": 568, \"clust\": 711, \"rank\": 4174, \"rankvar\": 2738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3021, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3632, \"group\": [716.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACCGAAAG\", \"ini\": 567, \"clust\": 673, \"rank\": 4159, \"rankvar\": 2268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3022, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3633, \"group\": [674.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCTTCGGTC\", \"ini\": 566, \"clust\": 1067, \"rank\": 4396, \"rankvar\": 1032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3023, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3634, \"group\": [1112.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGGATGCGT\", \"ini\": 565, \"clust\": 915, \"rank\": 4357, \"rankvar\": 1831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3024, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3635, \"group\": [914.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCACATTCGA\", \"ini\": 564, \"clust\": 198, \"rank\": 4558, \"rankvar\": 4814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3025, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 255, \"group\": [201.0, 44.0, 11.0, 4.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCTTTCCTC\", \"ini\": 563, \"clust\": 862, \"rank\": 4488, \"rankvar\": 3943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3026, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3636, \"group\": [862.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCATCCACGTTC\", \"ini\": 562, \"clust\": 2441, \"rank\": 4093, \"rankvar\": 4915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2078, \"group\": [2445.0, 413.0, 77.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCAAGAAGAG\", \"ini\": 561, \"clust\": 926, \"rank\": 4420, \"rankvar\": 3437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3028, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3637, \"group\": [928.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCAACTGGCC\", \"ini\": 560, \"clust\": 812, \"rank\": 4322, \"rankvar\": 4248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3029, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3638, \"group\": [814.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTAATCACC\", \"ini\": 559, \"clust\": 343, \"rank\": 4020, \"rankvar\": 3424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3030, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4106, \"group\": [341.0, 67.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCATGT\", \"ini\": 558, \"clust\": 797, \"rank\": 4351, \"rankvar\": 2118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3031, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3639, \"group\": [798.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATATGCA\", \"ini\": 557, \"clust\": 766, \"rank\": 4342, \"rankvar\": 2303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3032, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3640, \"group\": [767.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAATACCG\", \"ini\": 556, \"clust\": 1080, \"rank\": 4388, \"rankvar\": 1075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3033, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3641, \"group\": [1077.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTTGCGG\", \"ini\": 555, \"clust\": 1120, \"rank\": 4547, \"rankvar\": 1522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3034, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3642, \"group\": [1119.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTCGG\", \"ini\": 554, \"clust\": 745, \"rank\": 4240, \"rankvar\": 4249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3035, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3643, \"group\": [744.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTTGTATC\", \"ini\": 553, \"clust\": 1074, \"rank\": 4397, \"rankvar\": 2592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3036, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3644, \"group\": [1079.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTATTGGA\", \"ini\": 552, \"clust\": 1209, \"rank\": 4383, \"rankvar\": 3860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3037, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3645, \"group\": [1208.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTGGAGAA\", \"ini\": 551, \"clust\": 1199, \"rank\": 4448, \"rankvar\": 2943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3038, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3646, \"group\": [1198.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTATATCCG\", \"ini\": 550, \"clust\": 780, \"rank\": 4297, \"rankvar\": 4047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3039, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3647, \"group\": [780.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCAGCATCATC\", \"ini\": 549, \"clust\": 1086, \"rank\": 4478, \"rankvar\": 1971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3040, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3648, \"group\": [1080.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCGCATGGC\", \"ini\": 548, \"clust\": 571, \"rank\": 4353, \"rankvar\": 1904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3041, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3649, \"group\": [575.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCGCCAGCA\", \"ini\": 547, \"clust\": 442, \"rank\": 4318, \"rankvar\": 4731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3042, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4047, \"group\": [445.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACATACGCCG\", \"ini\": 546, \"clust\": 1101, \"rank\": 4444, \"rankvar\": 1638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3043, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3650, \"group\": [1099.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGCCCAACC\", \"ini\": 545, \"clust\": 183, \"rank\": 3998, \"rankvar\": 4450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3044, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4254, \"group\": [184.0, 41.0, 10.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACACAGAGGT\", \"ini\": 544, \"clust\": 746, \"rank\": 4252, \"rankvar\": 4332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3045, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3651, \"group\": [745.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGAGTGTG\", \"ini\": 543, \"clust\": 320, \"rank\": 4316, \"rankvar\": 3188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3046, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3652, \"group\": [321.0, 64.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTTCCGCAGTG\", \"ini\": 542, \"clust\": 802, \"rank\": 4391, \"rankvar\": 2452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3047, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3653, \"group\": [803.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGAGGACGG\", \"ini\": 541, \"clust\": 432, \"rank\": 4317, \"rankvar\": 4395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3048, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4048, \"group\": [431.0, 75.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGACATC\", \"ini\": 540, \"clust\": 1036, \"rank\": 4377, \"rankvar\": 1316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3049, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3654, \"group\": [1034.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAGGGTAC\", \"ini\": 539, \"clust\": 559, \"rank\": 4331, \"rankvar\": 4300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3050, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3655, \"group\": [559.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACAAGCCC\", \"ini\": 538, \"clust\": 1624, \"rank\": 4369, \"rankvar\": 4165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3051, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3656, \"group\": [1624.0, 173.0, 31.0, 7.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGCCATAG\", \"ini\": 537, \"clust\": 1210, \"rank\": 4327, \"rankvar\": 3568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3052, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3657, \"group\": [1210.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGAGGGAACGG\", \"ini\": 536, \"clust\": 782, \"rank\": 4414, \"rankvar\": 2017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3053, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3658, \"group\": [783.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCCAAATGC\", \"ini\": 535, \"clust\": 436, \"rank\": 4411, \"rankvar\": 4031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3054, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4049, \"group\": [436.0, 77.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCGTGAGT\", \"ini\": 534, \"clust\": 561, \"rank\": 4147, \"rankvar\": 2306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3055, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3659, \"group\": [566.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCCACT\", \"ini\": 533, \"clust\": 1181, \"rank\": 4493, \"rankvar\": 4214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3056, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3660, \"group\": [1180.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGTCCTC\", \"ini\": 532, \"clust\": 4348, \"rank\": 4592, \"rankvar\": 4538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3057, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 188, \"group\": [4348.0, 751.0, 127.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATAACGA\", \"ini\": 531, \"clust\": 487, \"rank\": 4328, \"rankvar\": 4569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3058, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4050, \"group\": [489.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGCTTCT\", \"ini\": 530, \"clust\": 453, \"rank\": 4382, \"rankvar\": 3238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3059, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4051, \"group\": [455.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCCGGCACA\", \"ini\": 529, \"clust\": 1039, \"rank\": 4475, \"rankvar\": 1613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3060, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3661, \"group\": [1040.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAAAGCGGT\", \"ini\": 528, \"clust\": 322, \"rank\": 4111, \"rankvar\": 4343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3061, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3662, \"group\": [322.0, 64.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTAAGTAC\", \"ini\": 527, \"clust\": 791, \"rank\": 4426, \"rankvar\": 2944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3062, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3663, \"group\": [791.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTAACCCT\", \"ini\": 526, \"clust\": 770, \"rank\": 4402, \"rankvar\": 1258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3063, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3664, \"group\": [774.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTGAGTTC\", \"ini\": 525, \"clust\": 3876, \"rank\": 4581, \"rankvar\": 635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2079, \"group\": [3874.0, 560.0, 94.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCGCCTCA\", \"ini\": 524, \"clust\": 575, \"rank\": 4195, \"rankvar\": 2394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3065, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3665, \"group\": [572.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTAATAGCA\", \"ini\": 523, \"clust\": 1073, \"rank\": 4413, \"rankvar\": 3074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3066, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3666, \"group\": [1070.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTAGCCTAT\", \"ini\": 522, \"clust\": 1061, \"rank\": 4367, \"rankvar\": 1989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3067, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3667, \"group\": [1060.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTTACGGAG\", \"ini\": 521, \"clust\": 947, \"rank\": 4512, \"rankvar\": 1397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3068, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3668, \"group\": [943.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTCTGTCG\", \"ini\": 520, \"clust\": 680, \"rank\": 4347, \"rankvar\": 3271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3069, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3669, \"group\": [681.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGCCAACAG\", \"ini\": 519, \"clust\": 326, \"rank\": 4118, \"rankvar\": 4737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3070, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4052, \"group\": [325.0, 64.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAGTCCCTACT\", \"ini\": 518, \"clust\": 1148, \"rank\": 4521, \"rankvar\": 1509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3071, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3670, \"group\": [1146.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGACAAAGG\", \"ini\": 517, \"clust\": 1197, \"rank\": 4498, \"rankvar\": 3247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3671, \"group\": [1196.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTGAGTTC\", \"ini\": 516, \"clust\": 4431, \"rank\": 4689, \"rankvar\": 5169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3073, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 189, \"group\": [4431.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTGCTTG\", \"ini\": 515, \"clust\": 788, \"rank\": 4361, \"rankvar\": 3832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3074, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3672, \"group\": [787.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTATGCGT\", \"ini\": 514, \"clust\": 1085, \"rank\": 4519, \"rankvar\": 2384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3075, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3673, \"group\": [1082.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTGTAGAGTGC\", \"ini\": 513, \"clust\": 1126, \"rank\": 4456, \"rankvar\": 3703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3076, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3674, \"group\": [1127.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACTGAAGG\", \"ini\": 512, \"clust\": 858, \"rank\": 4467, \"rankvar\": 3127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3077, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3675, \"group\": [856.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCAGAGCAATT\", \"ini\": 511, \"clust\": 828, \"rank\": 4468, \"rankvar\": 3294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3078, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3676, \"group\": [828.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTAAGTGTA\", \"ini\": 510, \"clust\": 870, \"rank\": 4443, \"rankvar\": 3796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3079, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3677, \"group\": [870.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCTTGTCC\", \"ini\": 509, \"clust\": 829, \"rank\": 4459, \"rankvar\": 1279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3080, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3678, \"group\": [858.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTTGTACAC\", \"ini\": 508, \"clust\": 840, \"rank\": 4371, \"rankvar\": 2699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3081, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3679, \"group\": [839.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCAGGACA\", \"ini\": 507, \"clust\": 957, \"rank\": 4484, \"rankvar\": 1660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3680, \"group\": [955.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCCGTCAG\", \"ini\": 506, \"clust\": 798, \"rank\": 4345, \"rankvar\": 1389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3083, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3681, \"group\": [799.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACAGCCCA\", \"ini\": 505, \"clust\": 552, \"rank\": 4338, \"rankvar\": 3609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3084, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3682, \"group\": [556.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACAGGAATCG\", \"ini\": 504, \"clust\": 753, \"rank\": 4374, \"rankvar\": 3705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3085, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3683, \"group\": [754.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTATCCGA\", \"ini\": 503, \"clust\": 695, \"rank\": 4214, \"rankvar\": 3661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3684, \"group\": [693.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTCTCATT\", \"ini\": 502, \"clust\": 1100, \"rank\": 4455, \"rankvar\": 3094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3087, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3685, \"group\": [1098.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGAACAACT\", \"ini\": 501, \"clust\": 1198, \"rank\": 4503, \"rankvar\": 4117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3088, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3686, \"group\": [1197.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGGTGTTA\", \"ini\": 500, \"clust\": 907, \"rank\": 4507, \"rankvar\": 3713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3089, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3687, \"group\": [906.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAATTCCTT\", \"ini\": 499, \"clust\": 1090, \"rank\": 4431, \"rankvar\": 3747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3688, \"group\": [1087.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGATGAGAG\", \"ini\": 498, \"clust\": 4533, \"rank\": 4692, \"rankvar\": 4244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3091, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2828, \"group\": [4534.0, 773.0, 132.0, 30.0, 9.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTTCGTCTC\", \"ini\": 497, \"clust\": 800, \"rank\": 4446, \"rankvar\": 3409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3092, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3689, \"group\": [801.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGAGGGATA\", \"ini\": 496, \"clust\": 767, \"rank\": 4425, \"rankvar\": 2963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3093, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3690, \"group\": [768.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTGGACGAT\", \"ini\": 495, \"clust\": 864, \"rank\": 4481, \"rankvar\": 3790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3094, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3691, \"group\": [866.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGGTGCCT\", \"ini\": 494, \"clust\": 434, \"rank\": 4376, \"rankvar\": 3109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3095, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4053, \"group\": [437.0, 77.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCGCCAAAT\", \"ini\": 493, \"clust\": 598, \"rank\": 4294, \"rankvar\": 3102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3096, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3692, \"group\": [601.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGGTGGAT\", \"ini\": 492, \"clust\": 1083, \"rank\": 4379, \"rankvar\": 3646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3097, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3693, \"group\": [1084.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTTGAGTTC\", \"ini\": 491, \"clust\": 676, \"rank\": 4277, \"rankvar\": 3384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3098, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3694, \"group\": [677.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCAAGAAGT\", \"ini\": 490, \"clust\": 917, \"rank\": 4496, \"rankvar\": 4228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3099, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3695, \"group\": [919.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCACGTGAGA\", \"ini\": 489, \"clust\": 692, \"rank\": 4267, \"rankvar\": 3236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3100, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3696, \"group\": [695.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGTCGATAA\", \"ini\": 488, \"clust\": 1069, \"rank\": 4485, \"rankvar\": 3402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3101, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3697, \"group\": [1066.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACCCATGG\", \"ini\": 487, \"clust\": 734, \"rank\": 4246, \"rankvar\": 3280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3698, \"group\": [739.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCATGTTCCC\", \"ini\": 486, \"clust\": 1194, \"rank\": 4362, \"rankvar\": 3442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3103, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3699, \"group\": [1202.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCCACCCAGTG\", \"ini\": 485, \"clust\": 1134, \"rank\": 4542, \"rankvar\": 697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3104, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3700, \"group\": [1131.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGACTCGGA\", \"ini\": 484, \"clust\": 856, \"rank\": 4313, \"rankvar\": 2166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3105, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3701, \"group\": [857.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTGTTAG\", \"ini\": 483, \"clust\": 1195, \"rank\": 4567, \"rankvar\": 3723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3106, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3702, \"group\": [1194.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGCAGGCTA\", \"ini\": 482, \"clust\": 478, \"rank\": 4593, \"rankvar\": 4293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3107, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4054, \"group\": [478.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCACCT\", \"ini\": 481, \"clust\": 1054, \"rank\": 4407, \"rankvar\": 3029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3108, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3703, \"group\": [1053.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCAGTTCGA\", \"ini\": 480, \"clust\": 873, \"rank\": 4473, \"rankvar\": 2324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3109, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3704, \"group\": [873.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGAGGTACC\", \"ini\": 479, \"clust\": 742, \"rank\": 4335, \"rankvar\": 4288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3110, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3705, \"group\": [743.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTAGTGAAT\", \"ini\": 478, \"clust\": 685, \"rank\": 4405, \"rankvar\": 2811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3111, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3706, \"group\": [686.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAGCTGTT\", \"ini\": 477, \"clust\": 564, \"rank\": 4423, \"rankvar\": 2776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3707, \"group\": [562.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCACAGATGAGC\", \"ini\": 476, \"clust\": 1034, \"rank\": 4514, \"rankvar\": 1723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3708, \"group\": [1037.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCTCACATT\", \"ini\": 475, \"clust\": 855, \"rank\": 4441, \"rankvar\": 4439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3114, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3709, \"group\": [854.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACCATGTA\", \"ini\": 474, \"clust\": 351, \"rank\": 4343, \"rankvar\": 4683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3115, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4055, \"group\": [352.0, 70.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCATGTCCC\", \"ini\": 473, \"clust\": 1041, \"rank\": 4491, \"rankvar\": 2895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3116, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3710, \"group\": [1039.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCGCCAGCA\", \"ini\": 472, \"clust\": 1190, \"rank\": 4436, \"rankvar\": 2765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3117, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3711, \"group\": [1190.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGGACGTA\", \"ini\": 471, \"clust\": 1128, \"rank\": 4548, \"rankvar\": 2210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3118, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3712, \"group\": [1126.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTAGAGCTG\", \"ini\": 470, \"clust\": 990, \"rank\": 4476, \"rankvar\": 2372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3119, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3713, \"group\": [988.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCTAACTGG\", \"ini\": 469, \"clust\": 1006, \"rank\": 4517, \"rankvar\": 2921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3714, \"group\": [1004.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGACCGGAT\", \"ini\": 468, \"clust\": 763, \"rank\": 4384, \"rankvar\": 805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3121, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3715, \"group\": [766.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTATTCTC\", \"ini\": 467, \"clust\": 773, \"rank\": 4341, \"rankvar\": 2048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3122, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3716, \"group\": [772.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGGGATCTG\", \"ini\": 466, \"clust\": 477, \"rank\": 4601, \"rankvar\": 3571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3123, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4056, \"group\": [477.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGAGGGAG\", \"ini\": 465, \"clust\": 762, \"rank\": 4410, \"rankvar\": 3719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3124, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3717, \"group\": [763.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACTTAACG\", \"ini\": 464, \"clust\": 535, \"rank\": 4489, \"rankvar\": 3891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3125, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3718, \"group\": [534.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTTAAGATG\", \"ini\": 463, \"clust\": 1103, \"rank\": 4504, \"rankvar\": 2778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3126, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3719, \"group\": [1109.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTAGCGTCC\", \"ini\": 462, \"clust\": 655, \"rank\": 4285, \"rankvar\": 4336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3127, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3720, \"group\": [655.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCATCCTAGA\", \"ini\": 461, \"clust\": 861, \"rank\": 4526, \"rankvar\": 4803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3128, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3721, \"group\": [860.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCTTGGTC\", \"ini\": 460, \"clust\": 916, \"rank\": 4479, \"rankvar\": 1155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3129, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3722, \"group\": [915.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGACA\", \"ini\": 459, \"clust\": 4359, \"rank\": 4524, \"rankvar\": 5087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2080, \"group\": [4358.0, 754.0, 128.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAGACACTT\", \"ini\": 458, \"clust\": 1025, \"rank\": 4534, \"rankvar\": 649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3131, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3723, \"group\": [1024.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTGGTGTAG\", \"ini\": 457, \"clust\": 1206, \"rank\": 4346, \"rankvar\": 3637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3132, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3724, \"group\": [1204.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTAGAAGGA\", \"ini\": 456, \"clust\": 891, \"rank\": 4460, \"rankvar\": 2527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3133, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3725, \"group\": [892.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCAGGCTCAC\", \"ini\": 455, \"clust\": 998, \"rank\": 4597, \"rankvar\": 691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3134, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3726, \"group\": [997.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTGTCCGT\", \"ini\": 454, \"clust\": 602, \"rank\": 4370, \"rankvar\": 1600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3135, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3727, \"group\": [603.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCAATAAGG\", \"ini\": 453, \"clust\": 1046, \"rank\": 4555, \"rankvar\": 414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3136, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3728, \"group\": [1043.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAGTCGACTAT\", \"ini\": 452, \"clust\": 3878, \"rank\": 4743, \"rankvar\": 4180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2081, \"group\": [3880.0, 563.0, 94.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCACAGTAC\", \"ini\": 451, \"clust\": 889, \"rank\": 4435, \"rankvar\": 2571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3138, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3729, \"group\": [888.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATGCCAG\", \"ini\": 450, \"clust\": 270, \"rank\": 4482, \"rankvar\": 496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3139, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4188, \"group\": [268.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGATGTGG\", \"ini\": 449, \"clust\": 768, \"rank\": 4495, \"rankvar\": 2965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3140, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3730, \"group\": [769.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACTGTCGG\", \"ini\": 448, \"clust\": 983, \"rank\": 4516, \"rankvar\": 1859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3141, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3731, \"group\": [981.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCGCCAAAT\", \"ini\": 447, \"clust\": 1136, \"rank\": 4480, \"rankvar\": 997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3142, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3732, \"group\": [1139.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCACCCTATC\", \"ini\": 446, \"clust\": 488, \"rank\": 4508, \"rankvar\": 4562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3143, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4057, \"group\": [487.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGAGCCAA\", \"ini\": 445, \"clust\": 897, \"rank\": 4509, \"rankvar\": 3839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3144, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3733, \"group\": [895.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTACCGCTG\", \"ini\": 444, \"clust\": 323, \"rank\": 4398, \"rankvar\": 4407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3145, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3734, \"group\": [323.0, 64.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACATTTGCTT\", \"ini\": 443, \"clust\": 490, \"rank\": 4571, \"rankvar\": 4527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3146, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4058, \"group\": [490.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTGTACC\", \"ini\": 442, \"clust\": 903, \"rank\": 4497, \"rankvar\": 4168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3147, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3735, \"group\": [903.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATTGCGA\", \"ini\": 441, \"clust\": 944, \"rank\": 4551, \"rankvar\": 2467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3736, \"group\": [947.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTGTACCAGTT\", \"ini\": 440, \"clust\": 1087, \"rank\": 4513, \"rankvar\": 3415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3149, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3737, \"group\": [1081.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGCTACCGC\", \"ini\": 439, \"clust\": 863, \"rank\": 4510, \"rankvar\": 3260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3150, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3738, \"group\": [863.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGAGGGTT\", \"ini\": 438, \"clust\": 1079, \"rank\": 4499, \"rankvar\": 3612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3151, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3739, \"group\": [1076.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTAGAAAGG\", \"ini\": 437, \"clust\": 992, \"rank\": 4537, \"rankvar\": 2579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3152, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3740, \"group\": [994.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGACTAGAT\", \"ini\": 436, \"clust\": 536, \"rank\": 4490, \"rankvar\": 3974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3153, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3741, \"group\": [535.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTACGCCC\", \"ini\": 435, \"clust\": 224, \"rank\": 4394, \"rankvar\": 1427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3154, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4189, \"group\": [221.0, 51.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCGAGGTAG\", \"ini\": 434, \"clust\": 327, \"rank\": 4165, \"rankvar\": 4847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3155, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4059, \"group\": [326.0, 64.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCGAACC\", \"ini\": 433, \"clust\": 1001, \"rank\": 4614, \"rankvar\": 2188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3742, \"group\": [999.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTACGACT\", \"ini\": 432, \"clust\": 450, \"rank\": 4538, \"rankvar\": 4511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3157, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4060, \"group\": [450.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCAGGCGAA\", \"ini\": 431, \"clust\": 1132, \"rank\": 4541, \"rankvar\": 1838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3158, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3743, \"group\": [1132.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGTTAGCGG\", \"ini\": 430, \"clust\": 1012, \"rank\": 4575, \"rankvar\": 2424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3159, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3744, \"group\": [1014.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGCTGAAAT\", \"ini\": 429, \"clust\": 451, \"rank\": 4501, \"rankvar\": 3798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3160, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4061, \"group\": [451.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCAGGGTATG\", \"ini\": 428, \"clust\": 3874, \"rank\": 4724, \"rankvar\": 1531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2082, \"group\": [3877.0, 561.0, 94.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCATACTG\", \"ini\": 427, \"clust\": 562, \"rank\": 4458, \"rankvar\": 3515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3162, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3745, \"group\": [565.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCTGCCAG\", \"ini\": 426, \"clust\": 1042, \"rank\": 4559, \"rankvar\": 672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3163, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3746, \"group\": [1041.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTGCCTTGG\", \"ini\": 425, \"clust\": 461, \"rank\": 4417, \"rankvar\": 4199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3164, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4062, \"group\": [465.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGCACACAG\", \"ini\": 424, \"clust\": 445, \"rank\": 4447, \"rankvar\": 4396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3165, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4063, \"group\": [449.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCTGATACG\", \"ini\": 423, \"clust\": 805, \"rank\": 4454, \"rankvar\": 2585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3166, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3747, \"group\": [805.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGTCATC\", \"ini\": 422, \"clust\": 888, \"rank\": 4434, \"rankvar\": 3922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3167, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3748, \"group\": [893.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCGGATGTT\", \"ini\": 421, \"clust\": 851, \"rank\": 4466, \"rankvar\": 3171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3168, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3749, \"group\": [852.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGAGGTAGA\", \"ini\": 420, \"clust\": 471, \"rank\": 4556, \"rankvar\": 2957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3169, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4064, \"group\": [484.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGACAAGCC\", \"ini\": 419, \"clust\": 480, \"rank\": 4643, \"rankvar\": 4222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3170, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4065, \"group\": [480.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCATACAGCT\", \"ini\": 418, \"clust\": 345, \"rank\": 4286, \"rankvar\": 3651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3171, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4107, \"group\": [343.0, 67.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACAGTTC\", \"ini\": 417, \"clust\": 1097, \"rank\": 4502, \"rankvar\": 1730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3750, \"group\": [1095.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGTTTGCGT\", \"ini\": 416, \"clust\": 764, \"rank\": 4409, \"rankvar\": 2636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3173, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3751, \"group\": [764.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGTAG\", \"ini\": 415, \"clust\": 908, \"rank\": 4591, \"rankvar\": 3894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3174, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3752, \"group\": [907.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACACTGTTAG\", \"ini\": 414, \"clust\": 452, \"rank\": 4543, \"rankvar\": 4316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3175, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4066, \"group\": [456.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCTCA\", \"ini\": 413, \"clust\": 1051, \"rank\": 4605, \"rankvar\": 1001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3176, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3753, \"group\": [1049.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGATCGATA\", \"ini\": 412, \"clust\": 1196, \"rank\": 4451, \"rankvar\": 3026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3177, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3754, \"group\": [1195.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCTAAACC\", \"ini\": 411, \"clust\": 352, \"rank\": 4483, \"rankvar\": 4476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3178, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4067, \"group\": [353.0, 70.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTAGCGC\", \"ini\": 410, \"clust\": 1026, \"rank\": 4633, \"rankvar\": 1567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3179, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3755, \"group\": [1025.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCATGTTCCC\", \"ini\": 409, \"clust\": 1048, \"rank\": 4615, \"rankvar\": 2596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3756, \"group\": [1047.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGCACTTAAGC\", \"ini\": 408, \"clust\": 526, \"rank\": 4632, \"rankvar\": 4296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3757, \"group\": [529.0, 90.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATATGCTG\", \"ini\": 407, \"clust\": 1030, \"rank\": 4688, \"rankvar\": 2199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3182, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3758, \"group\": [1027.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTACAGCAG\", \"ini\": 406, \"clust\": 976, \"rank\": 4565, \"rankvar\": 2203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3183, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3759, \"group\": [983.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCATAACCG\", \"ini\": 405, \"clust\": 216, \"rank\": 4352, \"rankvar\": 4289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3184, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4190, \"group\": [216.0, 49.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGGCACTA\", \"ini\": 404, \"clust\": 765, \"rank\": 4439, \"rankvar\": 1931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3185, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3760, \"group\": [765.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTGTAAGGGCT\", \"ini\": 403, \"clust\": 550, \"rank\": 4550, \"rankvar\": 2982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3186, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3761, \"group\": [551.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCTTAATC\", \"ini\": 402, \"clust\": 949, \"rank\": 4631, \"rankvar\": 4071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3187, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3762, \"group\": [948.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGTTGGC\", \"ini\": 401, \"clust\": 569, \"rank\": 4355, \"rankvar\": 2923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3188, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3763, \"group\": [570.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGAATTGTG\", \"ini\": 400, \"clust\": 498, \"rank\": 4477, \"rankvar\": 4740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3189, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4068, \"group\": [497.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGGCATTGG\", \"ini\": 399, \"clust\": 996, \"rank\": 4580, \"rankvar\": 2171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3190, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3764, \"group\": [995.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTACCGAGA\", \"ini\": 398, \"clust\": 219, \"rank\": 4314, \"rankvar\": 3820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3191, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4191, \"group\": [218.0, 50.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACGGTAAG\", \"ini\": 397, \"clust\": 1014, \"rank\": 4594, \"rankvar\": 3489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3192, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3765, \"group\": [1011.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCGTCATC\", \"ini\": 396, \"clust\": 710, \"rank\": 4392, \"rankvar\": 2595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3193, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3766, \"group\": [709.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTCAGATAA\", \"ini\": 395, \"clust\": 1007, \"rank\": 4637, \"rankvar\": 2856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3194, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3767, \"group\": [1005.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGGGAACGG\", \"ini\": 394, \"clust\": 454, \"rank\": 4629, \"rankvar\": 4060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3195, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4069, \"group\": [453.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCATCCGGGT\", \"ini\": 393, \"clust\": 1015, \"rank\": 4674, \"rankvar\": 2842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3196, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3768, \"group\": [1012.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGAGTGACC\", \"ini\": 392, \"clust\": 803, \"rank\": 4546, \"rankvar\": 2232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3769, \"group\": [806.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATAGCTGATAA\", \"ini\": 391, \"clust\": 984, \"rank\": 4505, \"rankvar\": 2812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3198, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3770, \"group\": [982.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTATGCGT\", \"ini\": 390, \"clust\": 810, \"rank\": 4461, \"rankvar\": 3624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3199, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3771, \"group\": [810.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCACCAGCAC\", \"ini\": 389, \"clust\": 1008, \"rank\": 4588, \"rankvar\": 1661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3772, \"group\": [1007.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTCGCATAT\", \"ini\": 388, \"clust\": 754, \"rank\": 4462, \"rankvar\": 2622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3201, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3773, \"group\": [755.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTCTGGC\", \"ini\": 387, \"clust\": 1142, \"rank\": 4642, \"rankvar\": 1455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3202, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3774, \"group\": [1141.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTGCGTAA\", \"ini\": 386, \"clust\": 890, \"rank\": 4487, \"rankvar\": 3565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3203, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3775, \"group\": [889.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCCATTCTA\", \"ini\": 385, \"clust\": 1082, \"rank\": 4651, \"rankvar\": 2104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3204, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3776, \"group\": [1085.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATGTTCCC\", \"ini\": 384, \"clust\": 1000, \"rank\": 4644, \"rankvar\": 1996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3205, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3777, \"group\": [1001.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGTGCCTG\", \"ini\": 383, \"clust\": 1152, \"rank\": 4684, \"rankvar\": 2703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3206, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3778, \"group\": [1155.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGTAGCCGA\", \"ini\": 382, \"clust\": 674, \"rank\": 4412, \"rankvar\": 2637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3207, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3779, \"group\": [675.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGGGTCA\", \"ini\": 381, \"clust\": 977, \"rank\": 4621, \"rankvar\": 2362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3208, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3780, \"group\": [975.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCACGGTTA\", \"ini\": 380, \"clust\": 1318, \"rank\": 4577, \"rankvar\": 566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3209, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4255, \"group\": [1318.0, 122.0, 22.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCGTTTATC\", \"ini\": 379, \"clust\": 284, \"rank\": 4421, \"rankvar\": 2412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3210, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4256, \"group\": [283.0, 58.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCAGTATCTCG\", \"ini\": 378, \"clust\": 1081, \"rank\": 4533, \"rankvar\": 2885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3211, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3781, \"group\": [1078.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCTTGCATT\", \"ini\": 377, \"clust\": 1200, \"rank\": 4681, \"rankvar\": 3987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3212, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3782, \"group\": [1199.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGTACGTTC\", \"ini\": 376, \"clust\": 1092, \"rank\": 4635, \"rankvar\": 2597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3213, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3783, \"group\": [1091.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTACCGAT\", \"ini\": 375, \"clust\": 1121, \"rank\": 4746, \"rankvar\": 3089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3214, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3784, \"group\": [1120.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGCATGGATGG\", \"ini\": 374, \"clust\": 1191, \"rank\": 4612, \"rankvar\": 3205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3215, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3785, \"group\": [1191.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAGCAGTTT\", \"ini\": 373, \"clust\": 455, \"rank\": 4603, \"rankvar\": 2889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4070, \"group\": [454.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGTTACCCA\", \"ini\": 372, \"clust\": 1077, \"rank\": 4554, \"rankvar\": 3821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3217, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3786, \"group\": [1073.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGAATCTCC\", \"ini\": 371, \"clust\": 946, \"rank\": 4647, \"rankvar\": 3640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3218, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3787, \"group\": [945.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGTACGATA\", \"ini\": 370, \"clust\": 1044, \"rank\": 4608, \"rankvar\": 1325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3219, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3788, \"group\": [1046.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCCAACGG\", \"ini\": 369, \"clust\": 1117, \"rank\": 4717, \"rankvar\": 1058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3220, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3789, \"group\": [1118.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCTCCAATGGT\", \"ini\": 368, \"clust\": 600, \"rank\": 4450, \"rankvar\": 3562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3790, \"group\": [600.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACTATTC\", \"ini\": 367, \"clust\": 814, \"rank\": 4589, \"rankvar\": 2981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3222, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3791, \"group\": [813.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGTGGTCCC\", \"ini\": 366, \"clust\": 1114, \"rank\": 4757, \"rankvar\": 860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3223, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3792, \"group\": [1115.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGGCACA\", \"ini\": 365, \"clust\": 1144, \"rank\": 4680, \"rankvar\": 1620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3224, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3793, \"group\": [1145.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGTTGTCGT\", \"ini\": 364, \"clust\": 255, \"rank\": 4535, \"rankvar\": 3840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3225, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4192, \"group\": [262.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTACCAGTT\", \"ini\": 363, \"clust\": 424, \"rank\": 4683, \"rankvar\": 1221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3226, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3794, \"group\": [422.0, 73.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAACAATC\", \"ini\": 362, \"clust\": 261, \"rank\": 4545, \"rankvar\": 2447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3227, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4193, \"group\": [258.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCTTTCTC\", \"ini\": 361, \"clust\": 534, \"rank\": 4600, \"rankvar\": 3421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3228, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3795, \"group\": [536.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTAGGGTG\", \"ini\": 360, \"clust\": 1202, \"rank\": 4549, \"rankvar\": 3414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3229, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3796, \"group\": [1201.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCTCTCGT\", \"ini\": 359, \"clust\": 459, \"rank\": 4552, \"rankvar\": 3973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3230, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4071, \"group\": [460.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCAAACTC\", \"ini\": 358, \"clust\": 1135, \"rank\": 4667, \"rankvar\": 859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3231, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3797, \"group\": [1140.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTTCAT\", \"ini\": 357, \"clust\": 867, \"rank\": 4652, \"rankvar\": 3677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3232, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3798, \"group\": [869.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGACAGCC\", \"ini\": 356, \"clust\": 1066, \"rank\": 4570, \"rankvar\": 1603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3233, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3799, \"group\": [1064.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGCGTTTC\", \"ini\": 355, \"clust\": 948, \"rank\": 4630, \"rankvar\": 3021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3234, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3800, \"group\": [944.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCACTGGC\", \"ini\": 354, \"clust\": 686, \"rank\": 4518, \"rankvar\": 2387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3235, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3801, \"group\": [687.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTTATGCGT\", \"ini\": 353, \"clust\": 344, \"rank\": 4289, \"rankvar\": 4220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3236, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4108, \"group\": [342.0, 67.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTTCCACA\", \"ini\": 352, \"clust\": 991, \"rank\": 4709, \"rankvar\": 3563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3802, \"group\": [989.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGTGAGTG\", \"ini\": 351, \"clust\": 1189, \"rank\": 4610, \"rankvar\": 2870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3238, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3803, \"group\": [1187.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCAGGTTCA\", \"ini\": 350, \"clust\": 1122, \"rank\": 4762, \"rankvar\": 1617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3239, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3804, \"group\": [1121.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCGCTTG\", \"ini\": 349, \"clust\": 1005, \"rank\": 4722, \"rankvar\": 1823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3240, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3805, \"group\": [1006.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTATTAGCC\", \"ini\": 348, \"clust\": 1062, \"rank\": 4648, \"rankvar\": 1043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3241, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3806, \"group\": [1061.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAAGCGGT\", \"ini\": 347, \"clust\": 852, \"rank\": 4613, \"rankvar\": 3561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3242, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3807, \"group\": [850.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCAACTGCTA\", \"ini\": 346, \"clust\": 997, \"rank\": 4673, \"rankvar\": 2207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3243, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3808, \"group\": [996.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCATTTGCTT\", \"ini\": 345, \"clust\": 349, \"rank\": 4424, \"rankvar\": 4676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3809, \"group\": [346.0, 67.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGCTTCGCG\", \"ini\": 344, \"clust\": 1029, \"rank\": 4698, \"rankvar\": 1172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3245, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3810, \"group\": [1029.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGAAGGCCT\", \"ini\": 343, \"clust\": 811, \"rank\": 4574, \"rankvar\": 4099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3811, \"group\": [811.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGGTCTCGTTC\", \"ini\": 342, \"clust\": 893, \"rank\": 4659, \"rankvar\": 3567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3247, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3812, \"group\": [891.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTCCACT\", \"ini\": 341, \"clust\": 456, \"rank\": 4561, \"rankvar\": 4286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4072, \"group\": [459.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCAAGGCTCC\", \"ini\": 340, \"clust\": 994, \"rank\": 4617, \"rankvar\": 1798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3813, \"group\": [991.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAAGGAG\", \"ini\": 339, \"clust\": 250, \"rank\": 4553, \"rankvar\": 1143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3250, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4194, \"group\": [251.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTAAGATG\", \"ini\": 338, \"clust\": 1102, \"rank\": 4628, \"rankvar\": 1978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3814, \"group\": [1100.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCATCCGCGA\", \"ini\": 337, \"clust\": 220, \"rank\": 4604, \"rankvar\": 2096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3252, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4195, \"group\": [224.0, 51.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTTGGAGGT\", \"ini\": 336, \"clust\": 251, \"rank\": 4654, \"rankvar\": 1737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3253, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4196, \"group\": [250.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGGAGC\", \"ini\": 335, \"clust\": 482, \"rank\": 4741, \"rankvar\": 4388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3254, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4073, \"group\": [482.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGTAGGCCA\", \"ini\": 334, \"clust\": 869, \"rank\": 4682, \"rankvar\": 4474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3815, \"group\": [868.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTGGGAT\", \"ini\": 333, \"clust\": 981, \"rank\": 4655, \"rankvar\": 3051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3256, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3816, \"group\": [979.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGCATGGC\", \"ini\": 332, \"clust\": 1047, \"rank\": 4732, \"rankvar\": 1021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3817, \"group\": [1044.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCGCTTGTC\", \"ini\": 331, \"clust\": 249, \"rank\": 4694, \"rankvar\": 4493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3258, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4197, \"group\": [252.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCGATATA\", \"ini\": 330, \"clust\": 1143, \"rank\": 4713, \"rankvar\": 1167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3259, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3818, \"group\": [1142.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTGACGTT\", \"ini\": 329, \"clust\": 1118, \"rank\": 4820, \"rankvar\": 2828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3260, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3819, \"group\": [1116.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTGGAGCC\", \"ini\": 328, \"clust\": 462, \"rank\": 4576, \"rankvar\": 3915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4074, \"group\": [464.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACACATTCGA\", \"ini\": 327, \"clust\": 1129, \"rank\": 4735, \"rankvar\": 924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3262, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3820, \"group\": [1128.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGTGGTAAT\", \"ini\": 326, \"clust\": 272, \"rank\": 4638, \"rankvar\": 1000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3263, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4198, \"group\": [270.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGTTCGA\", \"ini\": 325, \"clust\": 350, \"rank\": 4464, \"rankvar\": 4643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3264, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4109, \"group\": [347.0, 67.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACACCGCTAG\", \"ini\": 324, \"clust\": 999, \"rank\": 4705, \"rankvar\": 2189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3265, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3821, \"group\": [998.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACAGTTCCCT\", \"ini\": 323, \"clust\": 1068, \"rank\": 4611, \"rankvar\": 3996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3266, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3822, \"group\": [1068.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGCTGAACG\", \"ini\": 322, \"clust\": 1104, \"rank\": 4624, \"rankvar\": 3318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3267, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3823, \"group\": [1101.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCAGCTCGG\", \"ini\": 321, \"clust\": 1211, \"rank\": 4626, \"rankvar\": 3138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3268, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3824, \"group\": [1211.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTGCTCCT\", \"ini\": 320, \"clust\": 979, \"rank\": 4721, \"rankvar\": 2435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3269, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3825, \"group\": [977.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTGACTCAT\", \"ini\": 319, \"clust\": 1058, \"rank\": 4666, \"rankvar\": 1633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3270, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3826, \"group\": [1057.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGTGTTTGC\", \"ini\": 318, \"clust\": 317, \"rank\": 4525, \"rankvar\": 1992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3271, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4257, \"group\": [315.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCAAAGCG\", \"ini\": 317, \"clust\": 1107, \"rank\": 4697, \"rankvar\": 3731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3272, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3827, \"group\": [1103.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGTTCGATC\", \"ini\": 316, \"clust\": 238, \"rank\": 4729, \"rankvar\": 53, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3273, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4199, \"group\": [240.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCACTCCTG\", \"ini\": 315, \"clust\": 463, \"rank\": 4690, \"rankvar\": 3788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3274, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4075, \"group\": [462.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTCACACGC\", \"ini\": 314, \"clust\": 899, \"rank\": 4669, \"rankvar\": 1228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3275, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3828, \"group\": [900.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGAAGGACA\", \"ini\": 313, \"clust\": 466, \"rank\": 4586, \"rankvar\": 4587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4076, \"group\": [467.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCATATCG\", \"ini\": 312, \"clust\": 348, \"rank\": 4536, \"rankvar\": 3581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3277, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4110, \"group\": [348.0, 67.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACTCTGTC\", \"ini\": 311, \"clust\": 971, \"rank\": 4753, \"rankvar\": 845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3278, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3829, \"group\": [970.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGAGCTACCTA\", \"ini\": 310, \"clust\": 3875, \"rank\": 4893, \"rankvar\": 4030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2083, \"group\": [3876.0, 560.0, 94.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCGTTATGTGC\", \"ini\": 309, \"clust\": 279, \"rank\": 4607, \"rankvar\": 1988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3280, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3830, \"group\": [279.0, 56.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAATGCCAT\", \"ini\": 308, \"clust\": 853, \"rank\": 4619, \"rankvar\": 3268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3281, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3831, \"group\": [851.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCTCATTCA\", \"ini\": 307, \"clust\": 987, \"rank\": 4646, \"rankvar\": 3146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3282, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3832, \"group\": [986.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTACCCAAT\", \"ini\": 306, \"clust\": 1028, \"rank\": 4791, \"rankvar\": 617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3283, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3833, \"group\": [1030.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTAAA\", \"ini\": 305, \"clust\": 1004, \"rank\": 4792, \"rankvar\": 2977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3284, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3834, \"group\": [1003.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAAGGACTG\", \"ini\": 304, \"clust\": 1214, \"rank\": 4585, \"rankvar\": 3741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3285, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3835, \"group\": [1214.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAAAGTCAA\", \"ini\": 303, \"clust\": 866, \"rank\": 4734, \"rankvar\": 4333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3286, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3836, \"group\": [865.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAGACAGGT\", \"ini\": 302, \"clust\": 263, \"rank\": 4579, \"rankvar\": 2339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3287, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4200, \"group\": [260.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTAAGCACG\", \"ini\": 301, \"clust\": 993, \"rank\": 4699, \"rankvar\": 3444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3288, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3837, \"group\": [993.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCGTTGCC\", \"ini\": 300, \"clust\": 285, \"rank\": 4563, \"rankvar\": 3150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3289, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4258, \"group\": [284.0, 58.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCAAGATCC\", \"ini\": 299, \"clust\": 1, \"rank\": 4736, \"rankvar\": 4257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3290, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4077, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCCATGCGCAC\", \"ini\": 298, \"clust\": 443, \"rank\": 4616, \"rankvar\": 4370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3291, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4078, \"group\": [443.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGACCTTTG\", \"ini\": 297, \"clust\": 1070, \"rank\": 4691, \"rankvar\": 2598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3292, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3838, \"group\": [1067.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGGTTGT\", \"ini\": 296, \"clust\": 972, \"rank\": 4761, \"rankvar\": 1408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3839, \"group\": [971.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCATGGTCA\", \"ini\": 295, \"clust\": 1215, \"rank\": 4602, \"rankvar\": 1948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3294, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3840, \"group\": [1215.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGGGAGTAA\", \"ini\": 294, \"clust\": 4448, \"rank\": 4695, \"rankvar\": 5219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3295, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 190, \"group\": [4448.0, 760.0, 129.0, 28.0, 8.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAAGGACAC\", \"ini\": 293, \"clust\": 1155, \"rank\": 4814, \"rankvar\": 2399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3296, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3841, \"group\": [1151.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCATCAGTAC\", \"ini\": 292, \"clust\": 954, \"rank\": 4749, \"rankvar\": 3012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3842, \"group\": [953.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCACCCAGTG\", \"ini\": 291, \"clust\": 257, \"rank\": 4660, \"rankvar\": 3291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3298, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4201, \"group\": [253.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCCCAACGG\", \"ini\": 290, \"clust\": 444, \"rank\": 4700, \"rankvar\": 4176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3299, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4079, \"group\": [444.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCAGTCAGT\", \"ini\": 289, \"clust\": 433, \"rank\": 4523, \"rankvar\": 4466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4080, \"group\": [432.0, 75.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCTTACCTA\", \"ini\": 288, \"clust\": 959, \"rank\": 4704, \"rankvar\": 470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3301, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3843, \"group\": [969.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAACGCACC\", \"ini\": 287, \"clust\": 558, \"rank\": 4665, \"rankvar\": 4170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3302, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3844, \"group\": [561.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGGCTA\", \"ini\": 286, \"clust\": 258, \"rank\": 4620, \"rankvar\": 2050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3303, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4202, \"group\": [254.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGGTATCG\", \"ini\": 285, \"clust\": 1016, \"rank\": 4807, \"rankvar\": 2290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3304, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3845, \"group\": [1015.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGTCACGG\", \"ini\": 284, \"clust\": 296, \"rank\": 4557, \"rankvar\": 183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3305, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4259, \"group\": [294.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTATCGCAT\", \"ini\": 283, \"clust\": 1009, \"rank\": 4783, \"rankvar\": 4428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3846, \"group\": [1008.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGAGTACC\", \"ini\": 282, \"clust\": 1018, \"rank\": 4817, \"rankvar\": 1590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3847, \"group\": [1017.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGGTACC\", \"ini\": 281, \"clust\": 460, \"rank\": 4731, \"rankvar\": 3901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3308, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4081, \"group\": [461.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACTCGACG\", \"ini\": 280, \"clust\": 1032, \"rank\": 4718, \"rankvar\": 2722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3309, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3848, \"group\": [1031.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGTTTGTG\", \"ini\": 279, \"clust\": 273, \"rank\": 4670, \"rankvar\": 2544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3310, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4203, \"group\": [271.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGCCTA\", \"ini\": 278, \"clust\": 995, \"rank\": 4756, \"rankvar\": 3491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3311, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3849, \"group\": [992.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACCACCT\", \"ini\": 277, \"clust\": 1110, \"rank\": 4745, \"rankvar\": 1862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3312, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3850, \"group\": [1105.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTGAGGCTA\", \"ini\": 276, \"clust\": 483, \"rank\": 4860, \"rankvar\": 4725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3313, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4082, \"group\": [483.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATGAGAG\", \"ini\": 275, \"clust\": 560, \"rank\": 4668, \"rankvar\": 4685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3314, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3851, \"group\": [560.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTGGCGAC\", \"ini\": 274, \"clust\": 3877, \"rank\": 4915, \"rankvar\": 3297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2084, \"group\": [3875.0, 560.0, 94.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATATAC\", \"ini\": 273, \"clust\": 1098, \"rank\": 4671, \"rankvar\": 2630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3852, \"group\": [1096.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGCCTTC\", \"ini\": 272, \"clust\": 492, \"rank\": 4649, \"rankvar\": 4356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3317, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4083, \"group\": [492.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTGCCTCT\", \"ini\": 271, \"clust\": 1049, \"rank\": 4719, \"rankvar\": 2483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3318, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3853, \"group\": [1048.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCAGCTCGG\", \"ini\": 270, \"clust\": 313, \"rank\": 4568, \"rankvar\": 2393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3319, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4260, \"group\": [314.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCCTAGAAC\", \"ini\": 269, \"clust\": 1093, \"rank\": 4733, \"rankvar\": 2426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3320, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3854, \"group\": [1089.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTACTCAT\", \"ini\": 268, \"clust\": 485, \"rank\": 4707, \"rankvar\": 4698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3321, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4084, \"group\": [485.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCCAAACTG\", \"ini\": 267, \"clust\": 1156, \"rank\": 4838, \"rankvar\": 3073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3322, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3855, \"group\": [1152.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAGA\", \"ini\": 266, \"clust\": 1088, \"rank\": 4751, \"rankvar\": 4463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3323, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3856, \"group\": [1088.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTGTG\", \"ini\": 265, \"clust\": 232, \"rank\": 4769, \"rankvar\": 1780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3324, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4204, \"group\": [230.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTCTTCGTC\", \"ini\": 264, \"clust\": 523, \"rank\": 4832, \"rankvar\": 3805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3857, \"group\": [526.0, 90.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAACACGCC\", \"ini\": 263, \"clust\": 1010, \"rank\": 4766, \"rankvar\": 3431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3326, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3858, \"group\": [1009.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGTTCT\", \"ini\": 262, \"clust\": 1115, \"rank\": 4919, \"rankvar\": 2071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3859, \"group\": [1113.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACAGCGAACA\", \"ini\": 261, \"clust\": 1020, \"rank\": 4851, \"rankvar\": 3427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3328, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3860, \"group\": [1019.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGAACTC\", \"ini\": 260, \"clust\": 1094, \"rank\": 4789, \"rankvar\": 2616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3861, \"group\": [1090.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGCAAAGCAAT\", \"ini\": 259, \"clust\": 1045, \"rank\": 4777, \"rankvar\": 1899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3330, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3862, \"group\": [1045.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTGGGTCAA\", \"ini\": 258, \"clust\": 985, \"rank\": 4701, \"rankvar\": 2758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3331, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3863, \"group\": [984.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCTGCGACG\", \"ini\": 257, \"clust\": 222, \"rank\": 4653, \"rankvar\": 2278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3332, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4205, \"group\": [222.0, 51.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTCCAAGTT\", \"ini\": 256, \"clust\": 989, \"rank\": 4759, \"rankvar\": 1951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3333, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3864, \"group\": [990.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGAAAGC\", \"ini\": 255, \"clust\": 1105, \"rank\": 4773, \"rankvar\": 2970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3334, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3865, \"group\": [1102.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAAAGTC\", \"ini\": 254, \"clust\": 1137, \"rank\": 4716, \"rankvar\": 1124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3335, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3866, \"group\": [1134.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGCTGCCCA\", \"ini\": 253, \"clust\": 1063, \"rank\": 4790, \"rankvar\": 1199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3336, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3867, \"group\": [1062.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTTCCGTCT\", \"ini\": 252, \"clust\": 464, \"rank\": 4708, \"rankvar\": 3261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3337, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4085, \"group\": [463.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAGAGGAA\", \"ini\": 251, \"clust\": 1109, \"rank\": 4727, \"rankvar\": 2413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3338, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3868, \"group\": [1107.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACGAAGG\", \"ini\": 250, \"clust\": 980, \"rank\": 4758, \"rankvar\": 2296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3339, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3869, \"group\": [978.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTAAAGTCA\", \"ini\": 249, \"clust\": 956, \"rank\": 4748, \"rankvar\": 1935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3340, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3870, \"group\": [957.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTAGTAGTA\", \"ini\": 248, \"clust\": 1106, \"rank\": 4720, \"rankvar\": 2114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3341, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3871, \"group\": [1108.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTATATGGA\", \"ini\": 247, \"clust\": 1011, \"rank\": 4788, \"rankvar\": 3179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3342, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3872, \"group\": [1010.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACAGATGAGC\", \"ini\": 246, \"clust\": 262, \"rank\": 4742, \"rankvar\": 2625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3343, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4206, \"group\": [259.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGTTGGC\", \"ini\": 245, \"clust\": 565, \"rank\": 4678, \"rankvar\": 4187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3873, \"group\": [563.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAAGGGCT\", \"ini\": 244, \"clust\": 1153, \"rank\": 4839, \"rankvar\": 1705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3345, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3874, \"group\": [1154.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACTATCTT\", \"ini\": 243, \"clust\": 958, \"rank\": 4808, \"rankvar\": 3710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3875, \"group\": [956.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGTCGAT\", \"ini\": 242, \"clust\": 430, \"rank\": 4656, \"rankvar\": 3389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3347, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4111, \"group\": [434.0, 76.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGAGCTGCA\", \"ini\": 241, \"clust\": 1059, \"rank\": 4723, \"rankvar\": 1245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3348, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3876, \"group\": [1058.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATTTGGG\", \"ini\": 240, \"clust\": 297, \"rank\": 4544, \"rankvar\": 1844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3349, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4261, \"group\": [295.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACAAGACG\", \"ini\": 239, \"clust\": 988, \"rank\": 4750, \"rankvar\": 2563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3350, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3877, \"group\": [987.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCACTTCAT\", \"ini\": 238, \"clust\": 1002, \"rank\": 4872, \"rankvar\": 1789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3878, \"group\": [1000.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGATGCCC\", \"ini\": 237, \"clust\": 423, \"rank\": 4853, \"rankvar\": 3193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3352, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3879, \"group\": [424.0, 73.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCACAGGT\", \"ini\": 236, \"clust\": 978, \"rank\": 4805, \"rankvar\": 3693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3353, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3880, \"group\": [976.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCAGTGAAGAG\", \"ini\": 235, \"clust\": 1052, \"rank\": 4827, \"rankvar\": 761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3881, \"group\": [1050.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATAACGA\", \"ini\": 234, \"clust\": 256, \"rank\": 4804, \"rankvar\": 1915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3355, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4207, \"group\": [255.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTACAGACG\", \"ini\": 233, \"clust\": 479, \"rank\": 4828, \"rankvar\": 4064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3356, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4086, \"group\": [479.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAGCCTGTG\", \"ini\": 232, \"clust\": 346, \"rank\": 4531, \"rankvar\": 4575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3357, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4112, \"group\": [344.0, 67.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCCGGGT\", \"ini\": 231, \"clust\": 1021, \"rank\": 4903, \"rankvar\": 3478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3882, \"group\": [1020.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCGCTTAT\", \"ini\": 230, \"clust\": 417, \"rank\": 4760, \"rankvar\": 2378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3359, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4113, \"group\": [416.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCATGAGT\", \"ini\": 229, \"clust\": 504, \"rank\": 4779, \"rankvar\": 4885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3360, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4087, \"group\": [508.0, 81.0, 17.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCATTCCTCG\", \"ini\": 228, \"clust\": 414, \"rank\": 4728, \"rankvar\": 3446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3361, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4114, \"group\": [418.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTTGTTTG\", \"ini\": 227, \"clust\": 1033, \"rank\": 4739, \"rankvar\": 2979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3362, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3883, \"group\": [1032.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCATTCCTGC\", \"ini\": 226, \"clust\": 489, \"rank\": 4802, \"rankvar\": 4784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3363, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4088, \"group\": [488.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATCTGGTA\", \"ini\": 225, \"clust\": 404, \"rank\": 4702, \"rankvar\": 3212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3364, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4115, \"group\": [402.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACAAGCCC\", \"ini\": 224, \"clust\": 481, \"rank\": 4906, \"rankvar\": 4386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3365, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4089, \"group\": [481.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGAAGGCT\", \"ini\": 223, \"clust\": 769, \"rank\": 4774, \"rankvar\": 4326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3884, \"group\": [770.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGAAGGCT\", \"ini\": 222, \"clust\": 359, \"rank\": 4765, \"rankvar\": 4583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3367, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4116, \"group\": [358.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTTGTC\", \"ini\": 221, \"clust\": 1138, \"rank\": 4846, \"rankvar\": 2680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3368, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3885, \"group\": [1135.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGCTAGT\", \"ini\": 220, \"clust\": 1123, \"rank\": 4911, \"rankvar\": 2363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3369, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3886, \"group\": [1122.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTGGAGCC\", \"ini\": 219, \"clust\": 548, \"rank\": 4778, \"rankvar\": 3809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3370, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3887, \"group\": [549.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAACGATGG\", \"ini\": 218, \"clust\": 507, \"rank\": 4844, \"rankvar\": 3932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3888, \"group\": [506.0, 81.0, 17.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTCAGGCC\", \"ini\": 217, \"clust\": 303, \"rank\": 4819, \"rankvar\": 2181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3372, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4262, \"group\": [302.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGGTCT\", \"ini\": 216, \"clust\": 396, \"rank\": 4687, \"rankvar\": 3067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3373, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4117, \"group\": [396.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAAGAGCTATA\", \"ini\": 215, \"clust\": 1091, \"rank\": 4847, \"rankvar\": 2665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3374, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3889, \"group\": [1092.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGGAGCGTT\", \"ini\": 214, \"clust\": 315, \"rank\": 4623, \"rankvar\": 3282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3375, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4263, \"group\": [311.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCTCCCTGA\", \"ini\": 213, \"clust\": 982, \"rank\": 4821, \"rankvar\": 3657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3890, \"group\": [980.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGCATCTA\", \"ini\": 212, \"clust\": 1154, \"rank\": 4880, \"rankvar\": 2388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3377, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3891, \"group\": [1153.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAACCTC\", \"ini\": 211, \"clust\": 551, \"rank\": 4787, \"rankvar\": 3258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3892, \"group\": [552.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTCTACCTC\", \"ini\": 210, \"clust\": 253, \"rank\": 4869, \"rankvar\": 3734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3379, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4208, \"group\": [247.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTAATA\", \"ini\": 209, \"clust\": 339, \"rank\": 4618, \"rankvar\": 4516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3380, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4118, \"group\": [350.0, 68.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTATCACG\", \"ini\": 208, \"clust\": 1116, \"rank\": 4970, \"rankvar\": 1508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3381, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3893, \"group\": [1114.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCATGGTAGG\", \"ini\": 207, \"clust\": 314, \"rank\": 4712, \"rankvar\": 3140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3382, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4264, \"group\": [313.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGAACTGTA\", \"ini\": 206, \"clust\": 264, \"rank\": 4830, \"rankvar\": 3407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3383, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4209, \"group\": [261.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACATACTACG\", \"ini\": 205, \"clust\": 425, \"rank\": 4899, \"rankvar\": 3695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3894, \"group\": [423.0, 73.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAATCCGT\", \"ini\": 204, \"clust\": 1084, \"rank\": 4831, \"rankvar\": 4153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3385, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3895, \"group\": [1083.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAGTGAAT\", \"ini\": 203, \"clust\": 347, \"rank\": 4806, \"rankvar\": 4566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3386, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4119, \"group\": [349.0, 67.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGGATTCGG\", \"ini\": 202, \"clust\": 281, \"rank\": 4770, \"rankvar\": 2026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3387, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3896, \"group\": [281.0, 57.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACGATGT\", \"ini\": 201, \"clust\": 415, \"rank\": 4813, \"rankvar\": 2998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3388, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4120, \"group\": [414.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATGTGT\", \"ini\": 200, \"clust\": 1027, \"rank\": 4889, \"rankvar\": 2681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3897, \"group\": [1026.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTACAGACG\", \"ini\": 199, \"clust\": 974, \"rank\": 4873, \"rankvar\": 2261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3898, \"group\": [972.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGTTGAGTA\", \"ini\": 198, \"clust\": 402, \"rank\": 4627, \"rankvar\": 4324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3391, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4121, \"group\": [405.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAGCATACT\", \"ini\": 197, \"clust\": 1145, \"rank\": 4854, \"rankvar\": 1087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3899, \"group\": [1143.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACACAACTGT\", \"ini\": 196, \"clust\": 311, \"rank\": 4781, \"rankvar\": 1470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3393, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4265, \"group\": [307.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACCATG\", \"ini\": 195, \"clust\": 259, \"rank\": 4836, \"rankvar\": 1478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3394, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4210, \"group\": [256.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACAAACTGTC\", \"ini\": 194, \"clust\": 306, \"rank\": 4763, \"rankvar\": 2534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3395, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4266, \"group\": [310.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCGATTCT\", \"ini\": 193, \"clust\": 318, \"rank\": 4726, \"rankvar\": 1648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3396, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4267, \"group\": [316.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAGCGTTCG\", \"ini\": 192, \"clust\": 986, \"rank\": 4887, \"rankvar\": 3498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3900, \"group\": [985.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCTCTGTCG\", \"ini\": 191, \"clust\": 277, \"rank\": 4693, \"rankvar\": 3290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3398, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4211, \"group\": [276.0, 55.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGTCTGAA\", \"ini\": 190, \"clust\": 1019, \"rank\": 4901, \"rankvar\": 1758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3901, \"group\": [1018.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGGGCTTGA\", \"ini\": 189, \"clust\": 280, \"rank\": 4780, \"rankvar\": 2002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3400, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4212, \"group\": [280.0, 56.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTAAGGGCT\", \"ini\": 188, \"clust\": 1130, \"rank\": 4913, \"rankvar\": 773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3401, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3902, \"group\": [1129.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATGTCTT\", \"ini\": 187, \"clust\": 527, \"rank\": 4892, \"rankvar\": 4743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3402, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3903, \"group\": [527.0, 90.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTCCCTACT\", \"ini\": 186, \"clust\": 1017, \"rank\": 4896, \"rankvar\": 3228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3904, \"group\": [1016.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCAGATAAG\", \"ini\": 185, \"clust\": 1203, \"rank\": 4797, \"rankvar\": 3365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3905, \"group\": [1206.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTAAACGCG\", \"ini\": 184, \"clust\": 1150, \"rank\": 4956, \"rankvar\": 995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3405, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3906, \"group\": [1149.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGGCCCGTT\", \"ini\": 183, \"clust\": 524, \"rank\": 4922, \"rankvar\": 2555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3907, \"group\": [524.0, 90.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTGAGTTC\", \"ini\": 182, \"clust\": 1108, \"rank\": 4868, \"rankvar\": 3929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3407, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3908, \"group\": [1104.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAAACGGG\", \"ini\": 181, \"clust\": 1022, \"rank\": 4930, \"rankvar\": 1822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3408, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3909, \"group\": [1021.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGAGGCTAGGT\", \"ini\": 180, \"clust\": 486, \"rank\": 4877, \"rankvar\": 4146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3409, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4090, \"group\": [486.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCCACCTG\", \"ini\": 179, \"clust\": 271, \"rank\": 4842, \"rankvar\": 909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3410, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4213, \"group\": [269.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAAGCCGCT\", \"ini\": 178, \"clust\": 316, \"rank\": 4824, \"rankvar\": 3203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3411, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4268, \"group\": [312.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAGATGGGT\", \"ini\": 177, \"clust\": 962, \"rank\": 4882, \"rankvar\": 4065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3412, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3910, \"group\": [963.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTAAAGTG\", \"ini\": 176, \"clust\": 278, \"rank\": 4775, \"rankvar\": 4184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3413, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4214, \"group\": [277.0, 55.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATCCGCGA\", \"ini\": 175, \"clust\": 1149, \"rank\": 4963, \"rankvar\": 2897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3911, \"group\": [1147.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTCCGTAT\", \"ini\": 174, \"clust\": 292, \"rank\": 4848, \"rankvar\": 2589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3415, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4269, \"group\": [317.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTCAACTT\", \"ini\": 173, \"clust\": 367, \"rank\": 4948, \"rankvar\": 4312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3416, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4091, \"group\": [374.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCATGGAATA\", \"ini\": 172, \"clust\": 361, \"rank\": 4786, \"rankvar\": 4796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3417, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4122, \"group\": [362.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATGCATGT\", \"ini\": 171, \"clust\": 342, \"rank\": 4664, \"rankvar\": 4258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3418, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4123, \"group\": [345.0, 67.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTTCACCTC\", \"ini\": 170, \"clust\": 1043, \"rank\": 4871, \"rankvar\": 1593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3912, \"group\": [1042.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAAGGACAC\", \"ini\": 169, \"clust\": 265, \"rank\": 4815, \"rankvar\": 981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3420, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4215, \"group\": [263.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTTGCCGT\", \"ini\": 168, \"clust\": 950, \"rank\": 4923, \"rankvar\": 2672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3421, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3913, \"group\": [949.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACTACAGT\", \"ini\": 167, \"clust\": 945, \"rank\": 4908, \"rankvar\": 1842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3422, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3914, \"group\": [946.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCGCGATCG\", \"ini\": 166, \"clust\": 426, \"rank\": 4955, \"rankvar\": 2697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3423, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4092, \"group\": [425.0, 73.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTGGGTTG\", \"ini\": 165, \"clust\": 1119, \"rank\": 5007, \"rankvar\": 3226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3915, \"group\": [1117.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCTCCTGCCAT\", \"ini\": 164, \"clust\": 416, \"rank\": 4879, \"rankvar\": 3341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3425, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4124, \"group\": [415.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCGAATGT\", \"ini\": 163, \"clust\": 289, \"rank\": 4796, \"rankvar\": 1957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3426, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4270, \"group\": [290.0, 60.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGTAAGA\", \"ini\": 162, \"clust\": 403, \"rank\": 4799, \"rankvar\": 2499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3427, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4125, \"group\": [404.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTTGTCGT\", \"ini\": 161, \"clust\": 397, \"rank\": 4800, \"rankvar\": 4512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3428, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4126, \"group\": [397.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCCGACA\", \"ini\": 160, \"clust\": 353, \"rank\": 4812, \"rankvar\": 1926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3429, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4216, \"group\": [354.0, 71.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCTTCGAGA\", \"ini\": 159, \"clust\": 221, \"rank\": 4754, \"rankvar\": 2688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3430, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4217, \"group\": [223.0, 51.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCAGTCCTCCT\", \"ini\": 158, \"clust\": 293, \"rank\": 4822, \"rankvar\": 1291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3431, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4271, \"group\": [293.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCAGACAGGT\", \"ini\": 157, \"clust\": 505, \"rank\": 4884, \"rankvar\": 4568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3432, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3916, \"group\": [504.0, 81.0, 17.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACACATCCGG\", \"ini\": 156, \"clust\": 2, \"rank\": 4843, \"rankvar\": 4054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3433, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4093, \"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTACCAGTT\", \"ini\": 155, \"clust\": 254, \"rank\": 4897, \"rankvar\": 2267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3434, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4218, \"group\": [248.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTGCTGTAT\", \"ini\": 154, \"clust\": 973, \"rank\": 4931, \"rankvar\": 1379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3435, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3917, \"group\": [974.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGTGGGAT\", \"ini\": 153, \"clust\": 759, \"rank\": 4834, \"rankvar\": 4636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3436, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3918, \"group\": [760.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGCGCTCT\", \"ini\": 152, \"clust\": 563, \"rank\": 4829, \"rankvar\": 4536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3919, \"group\": [564.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTAATAGCA\", \"ini\": 151, \"clust\": 298, \"rank\": 4752, \"rankvar\": 1813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3438, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4272, \"group\": [296.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGTGTACCT\", \"ini\": 150, \"clust\": 398, \"rank\": 4932, \"rankvar\": 4264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3439, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4127, \"group\": [401.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATAGAAAC\", \"ini\": 149, \"clust\": 243, \"rank\": 4973, \"rankvar\": 3134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3440, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4219, \"group\": [245.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATGGGTC\", \"ini\": 148, \"clust\": 226, \"rank\": 4867, \"rankvar\": 693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3441, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4220, \"group\": [225.0, 52.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGGGCTTCC\", \"ini\": 147, \"clust\": 274, \"rank\": 4888, \"rankvar\": 2133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3442, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4221, \"group\": [272.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGACGCTC\", \"ini\": 146, \"clust\": 506, \"rank\": 4938, \"rankvar\": 4757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3920, \"group\": [505.0, 81.0, 17.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTTGACTG\", \"ini\": 145, \"clust\": 1151, \"rank\": 4991, \"rankvar\": 497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3444, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3921, \"group\": [1150.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACATATGAGA\", \"ini\": 144, \"clust\": 355, \"rank\": 4917, \"rankvar\": 4586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3445, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4128, \"group\": [430.0, 74.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCACTTCC\", \"ini\": 143, \"clust\": 252, \"rank\": 4909, \"rankvar\": 4083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3446, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4222, \"group\": [249.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTCTGGAGA\", \"ini\": 142, \"clust\": 871, \"rank\": 4933, \"rankvar\": 4792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3447, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3922, \"group\": [871.0, 96.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTAGGTT\", \"ini\": 141, \"clust\": 427, \"rank\": 5001, \"rankvar\": 3470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3448, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4094, \"group\": [426.0, 73.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCAAGCCTA\", \"ini\": 140, \"clust\": 952, \"rank\": 4852, \"rankvar\": 3500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3923, \"group\": [950.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACAACGT\", \"ini\": 139, \"clust\": 1031, \"rank\": 4959, \"rankvar\": 2448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3450, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3924, \"group\": [1028.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCTTGCATT\", \"ini\": 138, \"clust\": 383, \"rank\": 4885, \"rankvar\": 2346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3451, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4129, \"group\": [380.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTAAACCTC\", \"ini\": 137, \"clust\": 428, \"rank\": 4947, \"rankvar\": 658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3452, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4223, \"group\": [427.0, 73.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCATTACCTT\", \"ini\": 136, \"clust\": 268, \"rank\": 4950, \"rankvar\": 1387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3453, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4224, \"group\": [265.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGTTACGGG\", \"ini\": 135, \"clust\": 493, \"rank\": 4944, \"rankvar\": 4692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3454, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4095, \"group\": [493.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTGGTAACG\", \"ini\": 134, \"clust\": 418, \"rank\": 4862, \"rankvar\": 4093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3455, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4130, \"group\": [417.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCGGCACT\", \"ini\": 133, \"clust\": 260, \"rank\": 4954, \"rankvar\": 1292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3456, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4225, \"group\": [257.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCAAGTAATG\", \"ini\": 132, \"clust\": 248, \"rank\": 4980, \"rankvar\": 2074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3457, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4226, \"group\": [274.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTTACCGC\", \"ini\": 131, \"clust\": 354, \"rank\": 4926, \"rankvar\": 4226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3458, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4227, \"group\": [355.0, 71.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGAGTTTA\", \"ini\": 130, \"clust\": 964, \"rank\": 4905, \"rankvar\": 3830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3459, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3925, \"group\": [960.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCATATGAGA\", \"ini\": 129, \"clust\": 286, \"rank\": 4785, \"rankvar\": 2762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3460, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4273, \"group\": [287.0, 59.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACTAAGT\", \"ini\": 128, \"clust\": 420, \"rank\": 4928, \"rankvar\": 2052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3461, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4131, \"group\": [419.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGATCGG\", \"ini\": 127, \"clust\": 1192, \"rank\": 4937, \"rankvar\": 4462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3462, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3926, \"group\": [1192.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAGCTTCT\", \"ini\": 126, \"clust\": 304, \"rank\": 4935, \"rankvar\": 1673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3463, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4274, \"group\": [300.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTTGTCAT\", \"ini\": 125, \"clust\": 360, \"rank\": 4939, \"rankvar\": 4754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3464, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4096, \"group\": [359.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTTAAGTG\", \"ini\": 124, \"clust\": 299, \"rank\": 4878, \"rankvar\": 3050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3465, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4275, \"group\": [297.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTGCCTGCA\", \"ini\": 123, \"clust\": 357, \"rank\": 4874, \"rankvar\": 4895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3466, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4132, \"group\": [356.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACGCATA\", \"ini\": 122, \"clust\": 1254, \"rank\": 4992, \"rankvar\": 4572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3467, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4133, \"group\": [1300.0, 113.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGGTACC\", \"ini\": 121, \"clust\": 266, \"rank\": 4921, \"rankvar\": 1891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3468, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4228, \"group\": [264.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTCGCCGT\", \"ini\": 120, \"clust\": 760, \"rank\": 4924, \"rankvar\": 4639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3469, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3927, \"group\": [761.0, 95.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATTCTTGTATC\", \"ini\": 119, \"clust\": 302, \"rank\": 4960, \"rankvar\": 1248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3470, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4276, \"group\": [303.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTTCGTCTC\", \"ini\": 118, \"clust\": 1023, \"rank\": 5019, \"rankvar\": 4496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3471, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3928, \"group\": [1022.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGAGAAACGAG\", \"ini\": 117, \"clust\": 282, \"rank\": 4941, \"rankvar\": 3704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3472, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4229, \"group\": [282.0, 57.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAGGCTCAC\", \"ini\": 116, \"clust\": 240, \"rank\": 5016, \"rankvar\": 529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3473, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4230, \"group\": [237.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCACTTACGA\", \"ini\": 115, \"clust\": 491, \"rank\": 4942, \"rankvar\": 4858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3474, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4097, \"group\": [491.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGAGGTTGC\", \"ini\": 114, \"clust\": 227, \"rank\": 5011, \"rankvar\": 1464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3475, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4231, \"group\": [226.0, 52.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAATCTACG\", \"ini\": 113, \"clust\": 275, \"rank\": 4902, \"rankvar\": 3620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3476, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4232, \"group\": [273.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCAGCTTCGG\", \"ini\": 112, \"clust\": 310, \"rank\": 4916, \"rankvar\": 2512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3477, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4277, \"group\": [309.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGGAGTACC\", \"ini\": 111, \"clust\": 364, \"rank\": 4900, \"rankvar\": 4317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3478, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4134, \"group\": [365.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTATAAACG\", \"ini\": 110, \"clust\": 457, \"rank\": 4920, \"rankvar\": 4850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3479, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4098, \"group\": [457.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACAACGCC\", \"ini\": 109, \"clust\": 419, \"rank\": 4994, \"rankvar\": 3823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3480, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4135, \"group\": [421.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCATGATCCA\", \"ini\": 108, \"clust\": 231, \"rank\": 4966, \"rankvar\": 998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3481, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4233, \"group\": [232.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCGTCAAA\", \"ini\": 107, \"clust\": 267, \"rank\": 5017, \"rankvar\": 1511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3482, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4234, \"group\": [267.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGAGATGAG\", \"ini\": 106, \"clust\": 384, \"rank\": 4962, \"rankvar\": 2594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3483, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4136, \"group\": [381.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATGTTGAC\", \"ini\": 105, \"clust\": 308, \"rank\": 4907, \"rankvar\": 2860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3484, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4278, \"group\": [304.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGTGACC\", \"ini\": 104, \"clust\": 269, \"rank\": 5030, \"rankvar\": 546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3485, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4235, \"group\": [266.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGGCGACAT\", \"ini\": 103, \"clust\": 233, \"rank\": 5010, \"rankvar\": 2098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3486, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4236, \"group\": [231.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGAGTTTA\", \"ini\": 102, \"clust\": 966, \"rank\": 5042, \"rankvar\": 4506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3929, \"group\": [968.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGCGGTA\", \"ini\": 101, \"clust\": 458, \"rank\": 5032, \"rankvar\": 4865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3488, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4099, \"group\": [458.0, 79.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAATTGCTG\", \"ini\": 100, \"clust\": 405, \"rank\": 4943, \"rankvar\": 3295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3489, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4137, \"group\": [403.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCTCGCACTCT\", \"ini\": 99, \"clust\": 1239, \"rank\": 5031, \"rankvar\": 5012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3930, \"group\": [1240.0, 105.0, 20.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTGATTGC\", \"ini\": 98, \"clust\": 377, \"rank\": 4978, \"rankvar\": 4494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3491, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4138, \"group\": [375.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGCGATCG\", \"ini\": 97, \"clust\": 412, \"rank\": 4990, \"rankvar\": 3113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3492, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4139, \"group\": [411.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCTGCTGTC\", \"ini\": 96, \"clust\": 965, \"rank\": 4953, \"rankvar\": 4539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3931, \"group\": [961.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCCAGTTT\", \"ini\": 95, \"clust\": 400, \"rank\": 5027, \"rankvar\": 3245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3494, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4140, \"group\": [398.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTTAAGATG\", \"ini\": 94, \"clust\": 294, \"rank\": 4972, \"rankvar\": 3036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3495, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4279, \"group\": [291.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCACTGGGC\", \"ini\": 93, \"clust\": 305, \"rank\": 5022, \"rankvar\": 1294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3496, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4280, \"group\": [301.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCACATTAGC\", \"ini\": 92, \"clust\": 953, \"rank\": 4961, \"rankvar\": 2882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3932, \"group\": [951.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGCATACGCCG\", \"ini\": 91, \"clust\": 369, \"rank\": 5040, \"rankvar\": 4488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4100, \"group\": [366.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGAATGCT\", \"ini\": 90, \"clust\": 3880, \"rank\": 5119, \"rankvar\": 4443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3499, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3098, \"group\": [3879.0, 562.0, 94.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTAGTACCT\", \"ini\": 89, \"clust\": 290, \"rank\": 4989, \"rankvar\": 1260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3500, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4281, \"group\": [288.0, 60.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTAGCGTAG\", \"ini\": 88, \"clust\": 1146, \"rank\": 5014, \"rankvar\": 2796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3933, \"group\": [1144.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCATCCTTGC\", \"ini\": 87, \"clust\": 239, \"rank\": 5074, \"rankvar\": 1177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3502, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4237, \"group\": [239.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAGTCAGCC\", \"ini\": 86, \"clust\": 967, \"rank\": 5043, \"rankvar\": 3742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3934, \"group\": [967.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCCAAGTA\", \"ini\": 85, \"clust\": 365, \"rank\": 5028, \"rankvar\": 4148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3504, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4141, \"group\": [363.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTATTCA\", \"ini\": 84, \"clust\": 1140, \"rank\": 5044, \"rankvar\": 3576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3935, \"group\": [1136.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGTGAATTG\", \"ini\": 83, \"clust\": 312, \"rank\": 5009, \"rankvar\": 2004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3506, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4282, \"group\": [308.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTACCGTTA\", \"ini\": 82, \"clust\": 241, \"rank\": 5047, \"rankvar\": 424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3507, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4238, \"group\": [238.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACACCGAC\", \"ini\": 81, \"clust\": 366, \"rank\": 5003, \"rankvar\": 4100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3508, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4142, \"group\": [364.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAATGAAAC\", \"ini\": 80, \"clust\": 390, \"rank\": 5018, \"rankvar\": 4438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3509, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4143, \"group\": [391.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCAGATCGATA\", \"ini\": 79, \"clust\": 951, \"rank\": 4983, \"rankvar\": 2871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3936, \"group\": [952.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGGTGTTG\", \"ini\": 78, \"clust\": 386, \"rank\": 5006, \"rankvar\": 4441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3511, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4144, \"group\": [384.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTGCTGCC\", \"ini\": 77, \"clust\": 413, \"rank\": 5024, \"rankvar\": 3602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3512, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4145, \"group\": [412.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTTGTATC\", \"ini\": 76, \"clust\": 1111, \"rank\": 5034, \"rankvar\": 3653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3513, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3937, \"group\": [1106.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCGGTGTTA\", \"ini\": 75, \"clust\": 407, \"rank\": 5023, \"rankvar\": 536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3514, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4146, \"group\": [410.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAAAGGCGT\", \"ini\": 74, \"clust\": 528, \"rank\": 5045, \"rankvar\": 4927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3938, \"group\": [528.0, 90.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTAGTAC\", \"ini\": 73, \"clust\": 362, \"rank\": 5026, \"rankvar\": 4322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3516, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4147, \"group\": [360.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGACCAAG\", \"ini\": 72, \"clust\": 245, \"rank\": 5061, \"rankvar\": 3672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3517, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4239, \"group\": [243.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGTGATAT\", \"ini\": 71, \"clust\": 1141, \"rank\": 5060, \"rankvar\": 3507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3939, \"group\": [1137.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCATGAAC\", \"ini\": 70, \"clust\": 422, \"rank\": 5072, \"rankvar\": 4528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3519, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4101, \"group\": [429.0, 73.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCAATCCAAC\", \"ini\": 69, \"clust\": 955, \"rank\": 5077, \"rankvar\": 4600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3940, \"group\": [954.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGTGGGTTG\", \"ini\": 68, \"clust\": 242, \"rank\": 5075, \"rankvar\": 2121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3521, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4240, \"group\": [246.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCATGCCG\", \"ini\": 67, \"clust\": 287, \"rank\": 4999, \"rankvar\": 3668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3522, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4283, \"group\": [285.0, 59.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTTGTGGAG\", \"ini\": 66, \"clust\": 391, \"rank\": 5070, \"rankvar\": 3868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3523, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4148, \"group\": [389.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGAGGTAGA\", \"ini\": 65, \"clust\": 371, \"rank\": 5055, \"rankvar\": 4485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3524, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4149, \"group\": [369.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCATCACAAC\", \"ini\": 64, \"clust\": 363, \"rank\": 5002, \"rankvar\": 4810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3525, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4150, \"group\": [361.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCCCTTGCA\", \"ini\": 63, \"clust\": 291, \"rank\": 5063, \"rankvar\": 493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4284, \"group\": [289.0, 60.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTATCTCG\", \"ini\": 62, \"clust\": 372, \"rank\": 5100, \"rankvar\": 4112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3527, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4151, \"group\": [370.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTATAGTAG\", \"ini\": 61, \"clust\": 429, \"rank\": 5021, \"rankvar\": 3655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3528, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4152, \"group\": [428.0, 73.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTCACACGC\", \"ini\": 60, \"clust\": 969, \"rank\": 5054, \"rankvar\": 2316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3941, \"group\": [964.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATGTCTCC\", \"ini\": 59, \"clust\": 975, \"rank\": 5073, \"rankvar\": 3371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3530, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3942, \"group\": [973.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCCATTGGTAC\", \"ini\": 58, \"clust\": 421, \"rank\": 5081, \"rankvar\": 2852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3531, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4153, \"group\": [420.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGATGGTC\", \"ini\": 57, \"clust\": 229, \"rank\": 5113, \"rankvar\": 523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3532, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4241, \"group\": [227.0, 52.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGTTGAA\", \"ini\": 56, \"clust\": 963, \"rank\": 5056, \"rankvar\": 4839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3533, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3943, \"group\": [962.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTGACC\", \"ini\": 55, \"clust\": 381, \"rank\": 5094, \"rankvar\": 4417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3534, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4154, \"group\": [383.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTTTCCTC\", \"ini\": 54, \"clust\": 235, \"rank\": 5108, \"rankvar\": 2170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3535, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4242, \"group\": [235.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACAGAGGT\", \"ini\": 53, \"clust\": 1139, \"rank\": 5053, \"rankvar\": 1940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3536, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3944, \"group\": [1138.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTACACCGC\", \"ini\": 52, \"clust\": 228, \"rank\": 5065, \"rankvar\": 1100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3537, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4243, \"group\": [229.0, 52.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATGGAAT\", \"ini\": 51, \"clust\": 358, \"rank\": 5035, \"rankvar\": 4800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3538, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4155, \"group\": [357.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTGTGGCTC\", \"ini\": 50, \"clust\": 368, \"rank\": 5097, \"rankvar\": 4352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3539, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4102, \"group\": [368.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGGCGTACA\", \"ini\": 49, \"clust\": 393, \"rank\": 5114, \"rankvar\": 4204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3540, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4156, \"group\": [394.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCTACTATC\", \"ini\": 48, \"clust\": 392, \"rank\": 5078, \"rankvar\": 4664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3541, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4157, \"group\": [390.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTTGATTGC\", \"ini\": 47, \"clust\": 276, \"rank\": 5059, \"rankvar\": 4191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3542, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3945, \"group\": [278.0, 55.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTCTAGAGG\", \"ini\": 46, \"clust\": 3919, \"rank\": 5200, \"rankvar\": 4950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3543, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2085, \"group\": [3918.0, 575.0, 95.0, 22.0, 7.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCTCAACA\", \"ini\": 45, \"clust\": 549, \"rank\": 5079, \"rankvar\": 4597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3544, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3946, \"group\": [550.0, 92.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTGAATTG\", \"ini\": 44, \"clust\": 960, \"rank\": 5096, \"rankvar\": 3921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3947, \"group\": [958.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAAGTT\", \"ini\": 43, \"clust\": 394, \"rank\": 5093, \"rankvar\": 3752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3546, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4158, \"group\": [392.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAGCTGTTA\", \"ini\": 42, \"clust\": 374, \"rank\": 5127, \"rankvar\": 4193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3547, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4159, \"group\": [371.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTTCAACCA\", \"ini\": 41, \"clust\": 388, \"rank\": 5089, \"rankvar\": 4479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3548, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4160, \"group\": [386.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGAAACCGC\", \"ini\": 40, \"clust\": 283, \"rank\": 5062, \"rankvar\": 2466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3549, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4161, \"group\": [318.0, 62.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTGCTGTAT\", \"ini\": 39, \"clust\": 385, \"rank\": 5051, \"rankvar\": 4723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3550, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4162, \"group\": [388.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATTGGTAC\", \"ini\": 38, \"clust\": 295, \"rank\": 5050, \"rankvar\": 1329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3551, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4285, \"group\": [292.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCTCGAGTA\", \"ini\": 37, \"clust\": 244, \"rank\": 5123, \"rankvar\": 2021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3552, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4244, \"group\": [244.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACTCGACG\", \"ini\": 36, \"clust\": 379, \"rank\": 5111, \"rankvar\": 4126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3553, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4163, \"group\": [377.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAAGGGTTTCT\", \"ini\": 35, \"clust\": 961, \"rank\": 5136, \"rankvar\": 2908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3948, \"group\": [959.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACGACTCG\", \"ini\": 34, \"clust\": 234, \"rank\": 5159, \"rankvar\": 2208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3555, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4245, \"group\": [236.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACAGGAGT\", \"ini\": 33, \"clust\": 300, \"rank\": 5112, \"rankvar\": 1163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3556, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4286, \"group\": [298.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAAAGTCAA\", \"ini\": 32, \"clust\": 508, \"rank\": 5153, \"rankvar\": 4910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3557, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3949, \"group\": [507.0, 81.0, 17.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCTTGGTC\", \"ini\": 31, \"clust\": 408, \"rank\": 5122, \"rankvar\": 3090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3558, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4164, \"group\": [409.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTCCGGTT\", \"ini\": 30, \"clust\": 236, \"rank\": 5133, \"rankvar\": 582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3559, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4246, \"group\": [233.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCGTAT\", \"ini\": 29, \"clust\": 375, \"rank\": 5148, \"rankvar\": 4609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3560, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4165, \"group\": [372.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTGAAGAG\", \"ini\": 28, \"clust\": 401, \"rank\": 5134, \"rankvar\": 4282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3561, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4166, \"group\": [399.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCCTTTCTC\", \"ini\": 27, \"clust\": 399, \"rank\": 5120, \"rankvar\": 4023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3562, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4167, \"group\": [400.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGCTGAA\", \"ini\": 26, \"clust\": 525, \"rank\": 5185, \"rankvar\": 4917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3950, \"group\": [525.0, 90.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGCATCATC\", \"ini\": 25, \"clust\": 309, \"rank\": 5084, \"rankvar\": 4480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3564, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4287, \"group\": [305.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCACGAAATA\", \"ini\": 24, \"clust\": 410, \"rank\": 5117, \"rankvar\": 3453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3565, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4168, \"group\": [406.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGTAT\", \"ini\": 23, \"clust\": 376, \"rank\": 5144, \"rankvar\": 4364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3566, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4169, \"group\": [379.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCCTGACT\", \"ini\": 22, \"clust\": 246, \"rank\": 5145, \"rankvar\": 1886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3567, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4247, \"group\": [241.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGATAGCAT\", \"ini\": 21, \"clust\": 378, \"rank\": 5131, \"rankvar\": 4932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3568, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4170, \"group\": [376.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGATGGGTC\", \"ini\": 20, \"clust\": 373, \"rank\": 5181, \"rankvar\": 4345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3569, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4171, \"group\": [373.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCATTAT\", \"ini\": 19, \"clust\": 288, \"rank\": 5116, \"rankvar\": 3727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3570, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4288, \"group\": [286.0, 59.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATCCTAGA\", \"ini\": 18, \"clust\": 395, \"rank\": 5155, \"rankvar\": 3176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3571, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4172, \"group\": [393.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCAAACTGTC\", \"ini\": 17, \"clust\": 409, \"rank\": 5124, \"rankvar\": 4350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3572, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4173, \"group\": [408.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAAGCTGGA\", \"ini\": 16, \"clust\": 411, \"rank\": 5137, \"rankvar\": 4143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3573, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4174, \"group\": [407.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAACGCGA\", \"ini\": 15, \"clust\": 970, \"rank\": 5154, \"rankvar\": 4061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3951, \"group\": [965.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGGCAAAGA\", \"ini\": 14, \"clust\": 370, \"rank\": 5158, \"rankvar\": 4373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3575, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4175, \"group\": [367.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCAGTTGAC\", \"ini\": 13, \"clust\": 968, \"rank\": 5141, \"rankvar\": 4385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3576, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3952, \"group\": [966.0, 97.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTCGAATCT\", \"ini\": 12, \"clust\": 356, \"rank\": 5147, \"rankvar\": 4484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3577, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4176, \"group\": [395.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTTCCGGCA\", \"ini\": 11, \"clust\": 230, \"rank\": 5199, \"rankvar\": 3865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3578, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4248, \"group\": [228.0, 52.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAACATC\", \"ini\": 10, \"clust\": 307, \"rank\": 5140, \"rankvar\": 3410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3579, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4289, \"group\": [306.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCAGCTTAG\", \"ini\": 9, \"clust\": 301, \"rank\": 5172, \"rankvar\": 1518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3580, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4290, \"group\": [299.0, 61.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTCCCTACT\", \"ini\": 8, \"clust\": 1193, \"rank\": 5182, \"rankvar\": 4710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3581, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4177, \"group\": [1193.0, 100.0, 19.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTATTCA\", \"ini\": 7, \"clust\": 237, \"rank\": 5188, \"rankvar\": 913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3582, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4249, \"group\": [234.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCATACTG\", \"ini\": 6, \"clust\": 389, \"rank\": 5189, \"rankvar\": 4308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3583, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4178, \"group\": [387.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCGGTCTAA\", \"ini\": 5, \"clust\": 247, \"rank\": 5198, \"rankvar\": 2914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3584, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4250, \"group\": [242.0, 53.0, 14.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGACCAAG\", \"ini\": 4, \"clust\": 387, \"rank\": 5175, \"rankvar\": 4744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3585, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4179, \"group\": [385.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGACACG\", \"ini\": 3, \"clust\": 380, \"rank\": 5162, \"rankvar\": 4713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3586, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4180, \"group\": [378.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGGAGCGTT\", \"ini\": 2, \"clust\": 382, \"rank\": 5193, \"rankvar\": 4715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3587, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4181, \"group\": [382.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTAAATGAC\", \"ini\": 1, \"clust\": 406, \"rank\": 5186, \"rankvar\": 3654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3588, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4182, \"group\": [413.0, 72.0, 16.0, 5.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}]}}, {\"N_row_var\": 10, \"dist\": \"cos\", \"nodes\": {\"row_nodes\": [{\"name\": \"CD64\", \"ini\": 10, \"clust\": 8, \"rank\": 9, \"rankvar\": 8, \"group\": [5.0, 5.0, 5.0, 3.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD62L\", \"ini\": 9, \"clust\": 0, \"rank\": 6, \"rankvar\": 7, \"group\": [4.0, 4.0, 4.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD4\", \"ini\": 8, \"clust\": 1, \"rank\": 2, \"rankvar\": 5, \"group\": [3.0, 3.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD8\", \"ini\": 7, \"clust\": 4, \"rank\": 4, \"rankvar\": 9, \"group\": [10.0, 10.0, 8.0, 6.0, 6.0, 5.0, 4.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD3\", \"ini\": 6, \"clust\": 2, \"rank\": 0, \"rankvar\": 6, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CD14\", \"ini\": 5, \"clust\": 9, \"rank\": 3, \"rankvar\": 2, \"group\": [6.0, 6.0, 5.0, 3.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD33\", \"ini\": 4, \"clust\": 7, \"rank\": 7, \"rankvar\": 0, \"group\": [7.0, 7.0, 5.0, 3.0, 3.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD16\", \"ini\": 3, \"clust\": 5, \"rank\": 1, \"rankvar\": 1, \"group\": [9.0, 9.0, 7.0, 5.0, 5.0, 4.0, 3.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD38\", \"ini\": 2, \"clust\": 6, \"rank\": 5, \"rankvar\": 3, \"group\": [8.0, 8.0, 6.0, 4.0, 4.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0]}, {\"name\": \"CD27\", \"ini\": 1, \"clust\": 3, \"rank\": 8, \"rankvar\": 4, \"group\": [2.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}], \"col_nodes\": [{\"name\": \"GCATGCGTCCATGAGT\", \"ini\": 5232, \"clust\": 5194, \"rank\": 266, \"rankvar\": 5178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3589, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5025, \"group\": [5195.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCTA\", \"ini\": 5231, \"clust\": 4095, \"rank\": 265, \"rankvar\": 1032, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3590, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2250, \"group\": [4096.0, 177.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGTCCGTAT\", \"ini\": 5230, \"clust\": 959, \"rank\": 232, \"rankvar\": 367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3591, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 256, \"group\": [963.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTCCAACC\", \"ini\": 5229, \"clust\": 4266, \"rank\": 63, \"rankvar\": 64, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3592, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4327, \"group\": [4265.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGCTGTTCA\", \"ini\": 5228, \"clust\": 4186, \"rank\": 9, \"rankvar\": 250, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3593, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 0, \"group\": [4185.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCACATAGC\", \"ini\": 5227, \"clust\": 777, \"rank\": 341, \"rankvar\": 1622, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3594, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2251, \"group\": [775.0, 61.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCTCTTTCCTC\", \"ini\": 5226, \"clust\": 4333, \"rank\": 7, \"rankvar\": 386, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3595, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 1, \"group\": [4334.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGTAGC\", \"ini\": 5225, \"clust\": 535, \"rank\": 453, \"rankvar\": 4449, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3596, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2252, \"group\": [536.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACAGTACACT\", \"ini\": 5224, \"clust\": 4143, \"rank\": 193, \"rankvar\": 46, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 257, \"group\": [4145.0, 182.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGGACGAAA\", \"ini\": 5223, \"clust\": 966, \"rank\": 199, \"rankvar\": 830, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 258, \"group\": [966.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATGGAGC\", \"ini\": 5222, \"clust\": 4238, \"rank\": 14, \"rankvar\": 125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4328, \"group\": [4235.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGGGATACC\", \"ini\": 5221, \"clust\": 538, \"rank\": 316, \"rankvar\": 1915, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3600, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2253, \"group\": [538.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGAGGTG\", \"ini\": 5220, \"clust\": 4209, \"rank\": 37, \"rankvar\": 316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3601, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4329, \"group\": [4214.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGGCCCGTT\", \"ini\": 5219, \"clust\": 793, \"rank\": 87, \"rankvar\": 65, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3602, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4330, \"group\": [792.0, 62.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCAGGCCCA\", \"ini\": 5218, \"clust\": 4247, \"rank\": 3, \"rankvar\": 339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3603, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5141, \"group\": [4246.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTGACTCAT\", \"ini\": 5217, \"clust\": 4252, \"rank\": 29, \"rankvar\": 43, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4331, \"group\": [4250.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTTTACGT\", \"ini\": 5216, \"clust\": 4109, \"rank\": 131, \"rankvar\": 2063, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3605, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2254, \"group\": [4108.0, 177.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATGACCT\", \"ini\": 5215, \"clust\": 4112, \"rank\": 203, \"rankvar\": 1436, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2255, \"group\": [4111.0, 177.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACAGACC\", \"ini\": 5214, \"clust\": 4212, \"rank\": 45, \"rankvar\": 152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3607, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4332, \"group\": [4210.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATTCGCACTCT\", \"ini\": 5213, \"clust\": 4098, \"rank\": 180, \"rankvar\": 601, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3608, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2256, \"group\": [4098.0, 177.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGCCACCTG\", \"ini\": 5212, \"clust\": 514, \"rank\": 519, \"rankvar\": 2254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3609, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2257, \"group\": [516.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGTTTA\", \"ini\": 5211, \"clust\": 853, \"rank\": 360, \"rankvar\": 1651, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3610, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2258, \"group\": [852.0, 73.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACTTAAGC\", \"ini\": 5210, \"clust\": 775, \"rank\": 172, \"rankvar\": 1325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3611, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2259, \"group\": [778.0, 61.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTAGAGTGAGA\", \"ini\": 5209, \"clust\": 4285, \"rank\": 22, \"rankvar\": 14, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3612, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4333, \"group\": [4283.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTGCCTG\", \"ini\": 5208, \"clust\": 515, \"rank\": 348, \"rankvar\": 2718, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3613, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2260, \"group\": [514.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGCTAAACA\", \"ini\": 5207, \"clust\": 4229, \"rank\": 1, \"rankvar\": 28, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3614, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5142, \"group\": [4228.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGAGTAAGG\", \"ini\": 5206, \"clust\": 4293, \"rank\": 5, \"rankvar\": 351, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3615, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5143, \"group\": [4293.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGTAGCCA\", \"ini\": 5205, \"clust\": 4039, \"rank\": 264, \"rankvar\": 1603, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3616, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4334, \"group\": [4039.0, 169.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCAGACACTT\", \"ini\": 5204, \"clust\": 4233, \"rank\": 0, \"rankvar\": 196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3617, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5144, \"group\": [4234.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGAGAACG\", \"ini\": 5203, \"clust\": 804, \"rank\": 237, \"rankvar\": 583, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3618, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4291, \"group\": [802.0, 62.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAATCGAAA\", \"ini\": 5202, \"clust\": 4096, \"rank\": 107, \"rankvar\": 1161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3619, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2261, \"group\": [4094.0, 177.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCCAGTATG\", \"ini\": 5201, \"clust\": 4222, \"rank\": 137, \"rankvar\": 19, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3620, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4335, \"group\": [4221.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTTCCAGTATG\", \"ini\": 5200, \"clust\": 4294, \"rank\": 104, \"rankvar\": 39, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3621, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4336, \"group\": [4291.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCCTCATTA\", \"ini\": 5199, \"clust\": 4031, \"rank\": 455, \"rankvar\": 1887, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3622, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4337, \"group\": [4031.0, 169.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTGAGTGT\", \"ini\": 5198, \"clust\": 982, \"rank\": 116, \"rankvar\": 228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 259, \"group\": [983.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCACGACTA\", \"ini\": 5197, \"clust\": 963, \"rank\": 462, \"rankvar\": 581, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 260, \"group\": [964.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGTTCGATC\", \"ini\": 5196, \"clust\": 4257, \"rank\": 58, \"rankvar\": 170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4338, \"group\": [4256.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCGTGGGAA\", \"ini\": 5195, \"clust\": 510, \"rank\": 325, \"rankvar\": 2585, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2262, \"group\": [509.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTGTCAATC\", \"ini\": 5194, \"clust\": 4230, \"rank\": 2, \"rankvar\": 97, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3627, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5145, \"group\": [4229.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAATCAGAA\", \"ini\": 5193, \"clust\": 4237, \"rank\": 82, \"rankvar\": 67, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3628, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4339, \"group\": [4237.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTCAGAAGC\", \"ini\": 5192, \"clust\": 841, \"rank\": 469, \"rankvar\": 767, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3629, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 261, \"group\": [844.0, 71.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGAGAGCTC\", \"ini\": 5191, \"clust\": 776, \"rank\": 547, \"rankvar\": 1710, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3630, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2263, \"group\": [777.0, 61.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAGGAACGT\", \"ini\": 5190, \"clust\": 801, \"rank\": 117, \"rankvar\": 582, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3631, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4292, \"group\": [798.0, 62.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTTCTGAAC\", \"ini\": 5189, \"clust\": 485, \"rank\": 482, \"rankvar\": 2303, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3632, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2264, \"group\": [485.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAAAGGTGC\", \"ini\": 5188, \"clust\": 4270, \"rank\": 112, \"rankvar\": 13, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3633, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4340, \"group\": [4271.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTGGTATG\", \"ini\": 5187, \"clust\": 4110, \"rank\": 163, \"rankvar\": 591, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3634, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2265, \"group\": [4109.0, 177.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTTCTGAAC\", \"ini\": 5186, \"clust\": 4195, \"rank\": 165, \"rankvar\": 30, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3635, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4341, \"group\": [4196.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTGTCTAT\", \"ini\": 5185, \"clust\": 4113, \"rank\": 143, \"rankvar\": 1382, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3636, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2266, \"group\": [4112.0, 177.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTCGAATCT\", \"ini\": 5184, \"clust\": 4329, \"rank\": 188, \"rankvar\": 118, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3637, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4342, \"group\": [4328.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGAATCCA\", \"ini\": 5183, \"clust\": 4455, \"rank\": 190, \"rankvar\": 1220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3638, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4343, \"group\": [4452.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTCACAAGG\", \"ini\": 5182, \"clust\": 1000, \"rank\": 282, \"rankvar\": 565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3639, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 262, \"group\": [998.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCTAACTTC\", \"ini\": 5181, \"clust\": 4236, \"rank\": 69, \"rankvar\": 9, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3640, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4344, \"group\": [4238.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAGTCAGAG\", \"ini\": 5180, \"clust\": 4137, \"rank\": 195, \"rankvar\": 105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3641, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4345, \"group\": [4138.0, 180.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACTTATC\", \"ini\": 5179, \"clust\": 4456, \"rank\": 240, \"rankvar\": 1667, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3642, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4346, \"group\": [4453.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCAAGGTAA\", \"ini\": 5178, \"clust\": 4038, \"rank\": 229, \"rankvar\": 928, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3643, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4347, \"group\": [4040.0, 169.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTACCGGCT\", \"ini\": 5177, \"clust\": 4261, \"rank\": 122, \"rankvar\": 200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3644, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4348, \"group\": [4264.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAGTCGGCACT\", \"ini\": 5176, \"clust\": 4325, \"rank\": 108, \"rankvar\": 230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3645, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4349, \"group\": [4326.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATCGTCGG\", \"ini\": 5175, \"clust\": 4259, \"rank\": 100, \"rankvar\": 49, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3646, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4350, \"group\": [4258.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTGACGTT\", \"ini\": 5174, \"clust\": 4284, \"rank\": 146, \"rankvar\": 5, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3647, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4351, \"group\": [4285.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGGTTAAC\", \"ini\": 5173, \"clust\": 4251, \"rank\": 106, \"rankvar\": 79, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3648, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4352, \"group\": [4252.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTTCGGCAC\", \"ini\": 5172, \"clust\": 778, \"rank\": 330, \"rankvar\": 856, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3649, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2267, \"group\": [776.0, 61.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGTCGTACT\", \"ini\": 5171, \"clust\": 4258, \"rank\": 39, \"rankvar\": 90, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3650, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4353, \"group\": [4257.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCGAATCCA\", \"ini\": 5170, \"clust\": 4150, \"rank\": 258, \"rankvar\": 464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3651, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4354, \"group\": [4156.0, 183.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATACGCTA\", \"ini\": 5169, \"clust\": 4102, \"rank\": 133, \"rankvar\": 745, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3652, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2268, \"group\": [4102.0, 177.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCCGTC\", \"ini\": 5168, \"clust\": 536, \"rank\": 465, \"rankvar\": 4044, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3653, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2269, \"group\": [537.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACAAGACACG\", \"ini\": 5167, \"clust\": 842, \"rank\": 450, \"rankvar\": 180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 263, \"group\": [842.0, 71.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTCCAGTTA\", \"ini\": 5166, \"clust\": 4280, \"rank\": 128, \"rankvar\": 80, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3655, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4355, \"group\": [4279.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTATCAGTGCAT\", \"ini\": 5165, \"clust\": 4370, \"rank\": 297, \"rankvar\": 214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3656, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4356, \"group\": [4368.0, 185.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCATCTACCTGC\", \"ini\": 5164, \"clust\": 4451, \"rank\": 369, \"rankvar\": 1454, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3657, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4357, \"group\": [4450.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGTACGCCC\", \"ini\": 5163, \"clust\": 349, \"rank\": 597, \"rankvar\": 4122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3658, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2270, \"group\": [354.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGTAAACT\", \"ini\": 5162, \"clust\": 4358, \"rank\": 148, \"rankvar\": 439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4358, \"group\": [4359.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGTGTGGT\", \"ini\": 5161, \"clust\": 773, \"rank\": 394, \"rankvar\": 735, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3660, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4293, \"group\": [773.0, 61.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTATA\", \"ini\": 5160, \"clust\": 1021, \"rank\": 534, \"rankvar\": 891, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 264, \"group\": [1020.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACATGCAACT\", \"ini\": 5159, \"clust\": 407, \"rank\": 618, \"rankvar\": 3596, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3662, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2271, \"group\": [406.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCACCGGGT\", \"ini\": 5158, \"clust\": 5205, \"rank\": 167, \"rankvar\": 1029, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3663, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4359, \"group\": [5205.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGATGGGTC\", \"ini\": 5157, \"clust\": 523, \"rank\": 610, \"rankvar\": 2335, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3664, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2272, \"group\": [523.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTATGGTTC\", \"ini\": 5156, \"clust\": 4260, \"rank\": 115, \"rankvar\": 207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3665, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4360, \"group\": [4259.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTATCGAA\", \"ini\": 5155, \"clust\": 1023, \"rank\": 248, \"rankvar\": 1003, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3666, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 265, \"group\": [1023.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCATGAGT\", \"ini\": 5154, \"clust\": 4196, \"rank\": 88, \"rankvar\": 32, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3667, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4361, \"group\": [4194.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGCTATCT\", \"ini\": 5153, \"clust\": 4131, \"rank\": 42, \"rankvar\": 411, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3668, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 2, \"group\": [4131.0, 179.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGGTTACCT\", \"ini\": 5152, \"clust\": 4239, \"rank\": 15, \"rankvar\": 23, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3669, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 3, \"group\": [4236.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCACCCATGG\", \"ini\": 5151, \"clust\": 985, \"rank\": 515, \"rankvar\": 273, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3670, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 266, \"group\": [985.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGGTGTAG\", \"ini\": 5150, \"clust\": 4097, \"rank\": 412, \"rankvar\": 1124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3671, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2273, \"group\": [4095.0, 177.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCCCAGGTG\", \"ini\": 5149, \"clust\": 796, \"rank\": 314, \"rankvar\": 550, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3672, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2274, \"group\": [795.0, 62.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGTATGCT\", \"ini\": 5148, \"clust\": 1024, \"rank\": 272, \"rankvar\": 447, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3673, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 267, \"group\": [1024.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTTAAGAAC\", \"ini\": 5147, \"clust\": 849, \"rank\": 895, \"rankvar\": 4423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3674, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2275, \"group\": [850.0, 73.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCATGTCGAT\", \"ini\": 5146, \"clust\": 4116, \"rank\": 130, \"rankvar\": 373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3675, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2276, \"group\": [4114.0, 177.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCATAGAAAC\", \"ini\": 5145, \"clust\": 1001, \"rank\": 516, \"rankvar\": 704, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 268, \"group\": [999.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGCACCGCT\", \"ini\": 5144, \"clust\": 4103, \"rank\": 301, \"rankvar\": 644, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3677, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2277, \"group\": [4103.0, 177.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTCTCTCGT\", \"ini\": 5143, \"clust\": 976, \"rank\": 289, \"rankvar\": 354, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 269, \"group\": [975.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAAGAAAGG\", \"ini\": 5142, \"clust\": 4075, \"rank\": 244, \"rankvar\": 1010, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3679, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4362, \"group\": [4076.0, 176.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGGCATGGT\", \"ini\": 5141, \"clust\": 4124, \"rank\": 387, \"rankvar\": 835, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3680, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4363, \"group\": [4124.0, 179.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGGTCATCT\", \"ini\": 5140, \"clust\": 4249, \"rank\": 26, \"rankvar\": 132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3681, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5146, \"group\": [4248.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAAT\", \"ini\": 5139, \"clust\": 4174, \"rank\": 217, \"rankvar\": 187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3682, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4294, \"group\": [4176.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCAGCGC\", \"ini\": 5138, \"clust\": 803, \"rank\": 338, \"rankvar\": 724, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3683, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4295, \"group\": [804.0, 62.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAATCTCC\", \"ini\": 5137, \"clust\": 4104, \"rank\": 138, \"rankvar\": 756, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3684, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2278, \"group\": [4104.0, 177.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTTCCACGG\", \"ini\": 5136, \"clust\": 1007, \"rank\": 339, \"rankvar\": 369, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3685, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 270, \"group\": [1011.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGCTGGCT\", \"ini\": 5135, \"clust\": 5206, \"rank\": 200, \"rankvar\": 2777, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3686, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5026, \"group\": [5206.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGGCCCTTG\", \"ini\": 5134, \"clust\": 788, \"rank\": 398, \"rankvar\": 1354, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3687, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4296, \"group\": [786.0, 61.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCCTTTACA\", \"ini\": 5133, \"clust\": 4330, \"rank\": 119, \"rankvar\": 159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3688, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4364, \"group\": [4329.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCTCCCTGA\", \"ini\": 5132, \"clust\": 4130, \"rank\": 267, \"rankvar\": 521, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3689, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4365, \"group\": [4133.0, 179.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGTTGG\", \"ini\": 5131, \"clust\": 533, \"rank\": 749, \"rankvar\": 2921, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3690, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2279, \"group\": [534.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGAAGCA\", \"ini\": 5130, \"clust\": 871, \"rank\": 794, \"rankvar\": 2166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3691, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2280, \"group\": [869.0, 75.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCTGGTCG\", \"ini\": 5129, \"clust\": 5212, \"rank\": 352, \"rankvar\": 4404, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3692, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5027, \"group\": [5211.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCAAAGACA\", \"ini\": 5128, \"clust\": 4318, \"rank\": 114, \"rankvar\": 116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3693, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4366, \"group\": [4317.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCTCCGAAGAG\", \"ini\": 5127, \"clust\": 531, \"rank\": 284, \"rankvar\": 2476, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2281, \"group\": [530.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCAGCACAT\", \"ini\": 5126, \"clust\": 5208, \"rank\": 481, \"rankvar\": 5163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3695, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5028, \"group\": [5207.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCAGGTCCAC\", \"ini\": 5125, \"clust\": 532, \"rank\": 336, \"rankvar\": 2779, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2282, \"group\": [531.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGTGCAT\", \"ini\": 5124, \"clust\": 539, \"rank\": 634, \"rankvar\": 1410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2283, \"group\": [539.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCAAGTAGTA\", \"ini\": 5123, \"clust\": 1031, \"rank\": 606, \"rankvar\": 548, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 271, \"group\": [1042.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCTGTCTA\", \"ini\": 5122, \"clust\": 4231, \"rank\": 6, \"rankvar\": 1, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3699, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5147, \"group\": [4230.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTGCGCTTG\", \"ini\": 5121, \"clust\": 789, \"rank\": 656, \"rankvar\": 1044, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3700, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4297, \"group\": [787.0, 61.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGATGTT\", \"ini\": 5120, \"clust\": 4297, \"rank\": 189, \"rankvar\": 303, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3701, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4367, \"group\": [4295.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACTTACGA\", \"ini\": 5119, \"clust\": 4144, \"rank\": 230, \"rankvar\": 78, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3702, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 272, \"group\": [4143.0, 182.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCAGCTGTAT\", \"ini\": 5118, \"clust\": 4521, \"rank\": 256, \"rankvar\": 1077, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3703, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4368, \"group\": [4521.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGCTCAACT\", \"ini\": 5117, \"clust\": 4348, \"rank\": 246, \"rankvar\": 134, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3704, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4369, \"group\": [4353.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCAACGG\", \"ini\": 5116, \"clust\": 896, \"rank\": 1027, \"rankvar\": 825, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 273, \"group\": [895.0, 77.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTTAAGATG\", \"ini\": 5115, \"clust\": 525, \"rank\": 682, \"rankvar\": 2258, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3706, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2284, \"group\": [527.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTGTATGGG\", \"ini\": 5114, \"clust\": 521, \"rank\": 459, \"rankvar\": 2761, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3707, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2285, \"group\": [520.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCATACGCCG\", \"ini\": 5113, \"clust\": 964, \"rank\": 372, \"rankvar\": 472, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 274, \"group\": [965.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGCTGTCTA\", \"ini\": 5112, \"clust\": 4242, \"rank\": 40, \"rankvar\": 11, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3709, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 4, \"group\": [4243.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCAGCTTAG\", \"ini\": 5111, \"clust\": 4108, \"rank\": 438, \"rankvar\": 619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3710, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2286, \"group\": [4110.0, 177.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGTGTCCCG\", \"ini\": 5110, \"clust\": 355, \"rank\": 915, \"rankvar\": 4385, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3711, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2287, \"group\": [355.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGTGACCA\", \"ini\": 5109, \"clust\": 936, \"rank\": 392, \"rankvar\": 258, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 275, \"group\": [938.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAAGCCATT\", \"ini\": 5108, \"clust\": 528, \"rank\": 382, \"rankvar\": 2691, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3713, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2288, \"group\": [528.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGATGGGTC\", \"ini\": 5107, \"clust\": 854, \"rank\": 568, \"rankvar\": 1764, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3714, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2289, \"group\": [853.0, 73.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAGGCGATA\", \"ini\": 5106, \"clust\": 4334, \"rank\": 136, \"rankvar\": 153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3715, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4370, \"group\": [4335.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAACGTGG\", \"ini\": 5105, \"clust\": 518, \"rank\": 273, \"rankvar\": 2535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3716, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2290, \"group\": [517.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCTAACTCT\", \"ini\": 5104, \"clust\": 1004, \"rank\": 411, \"rankvar\": 719, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3717, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 276, \"group\": [1005.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCCGCAAGC\", \"ini\": 5103, \"clust\": 5210, \"rank\": 205, \"rankvar\": 3615, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3718, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5029, \"group\": [5209.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGGAATCG\", \"ini\": 5102, \"clust\": 984, \"rank\": 414, \"rankvar\": 385, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3719, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 277, \"group\": [987.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGTCAAGGC\", \"ini\": 5101, \"clust\": 4337, \"rank\": 224, \"rankvar\": 227, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3720, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4371, \"group\": [4336.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCCATTTA\", \"ini\": 5100, \"clust\": 369, \"rank\": 708, \"rankvar\": 4329, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3721, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2291, \"group\": [373.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGTCAAGGC\", \"ini\": 5099, \"clust\": 4175, \"rank\": 178, \"rankvar\": 74, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3722, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4372, \"group\": [4174.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTGGTGTA\", \"ini\": 5098, \"clust\": 4151, \"rank\": 385, \"rankvar\": 839, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4373, \"group\": [4155.0, 183.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCCCGACTT\", \"ini\": 5097, \"clust\": 4301, \"rank\": 79, \"rankvar\": 507, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3724, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4374, \"group\": [4298.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATGACGGA\", \"ini\": 5096, \"clust\": 4111, \"rank\": 271, \"rankvar\": 758, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2292, \"group\": [4113.0, 177.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAGTTGAC\", \"ini\": 5095, \"clust\": 4128, \"rank\": 121, \"rankvar\": 527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3726, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 5, \"group\": [4129.0, 179.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGGCACA\", \"ini\": 5094, \"clust\": 522, \"rank\": 497, \"rankvar\": 1460, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3727, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2293, \"group\": [521.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACAGATTGCT\", \"ini\": 5093, \"clust\": 937, \"rank\": 396, \"rankvar\": 478, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3728, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 278, \"group\": [936.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATACAGCT\", \"ini\": 5092, \"clust\": 785, \"rank\": 839, \"rankvar\": 814, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3729, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4298, \"group\": [784.0, 61.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCTGGTA\", \"ini\": 5091, \"clust\": 4323, \"rank\": 324, \"rankvar\": 1222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3730, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4375, \"group\": [4323.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGAGCGAT\", \"ini\": 5090, \"clust\": 994, \"rank\": 278, \"rankvar\": 430, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3731, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 279, \"group\": [996.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGATGAGC\", \"ini\": 5089, \"clust\": 851, \"rank\": 430, \"rankvar\": 489, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3732, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 280, \"group\": [855.0, 73.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCTGCCCTA\", \"ini\": 5088, \"clust\": 4344, \"rank\": 251, \"rankvar\": 179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3733, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4376, \"group\": [4344.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGCAACGGT\", \"ini\": 5087, \"clust\": 4232, \"rank\": 8, \"rankvar\": 3, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3734, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5148, \"group\": [4231.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAATCTCC\", \"ini\": 5086, \"clust\": 4178, \"rank\": 170, \"rankvar\": 539, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3735, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4377, \"group\": [4182.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTCATTTGCCC\", \"ini\": 5085, \"clust\": 983, \"rank\": 347, \"rankvar\": 213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3736, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 281, \"group\": [984.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGATGGAA\", \"ini\": 5084, \"clust\": 4025, \"rank\": 970, \"rankvar\": 2432, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3737, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2294, \"group\": [4023.0, 168.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGACAGACC\", \"ini\": 5083, \"clust\": 4015, \"rank\": 490, \"rankvar\": 708, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3738, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4378, \"group\": [4016.0, 167.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATTATCTC\", \"ini\": 5082, \"clust\": 4240, \"rank\": 129, \"rankvar\": 127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3739, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4379, \"group\": [4239.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATTAACCG\", \"ini\": 5081, \"clust\": 463, \"rank\": 529, \"rankvar\": 4386, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3740, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2295, \"group\": [463.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGTCGCCGT\", \"ini\": 5080, \"clust\": 5213, \"rank\": 615, \"rankvar\": 3188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3741, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5030, \"group\": [5212.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGACGTAG\", \"ini\": 5079, \"clust\": 780, \"rank\": 773, \"rankvar\": 1533, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3742, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2296, \"group\": [779.0, 61.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTCCTATA\", \"ini\": 5078, \"clust\": 526, \"rank\": 523, \"rankvar\": 2545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3743, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2297, \"group\": [525.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACACAAGTAA\", \"ini\": 5077, \"clust\": 4324, \"rank\": 233, \"rankvar\": 768, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3744, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4380, \"group\": [4324.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTGGTGTA\", \"ini\": 5076, \"clust\": 4133, \"rank\": 323, \"rankvar\": 119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3745, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4381, \"group\": [4137.0, 180.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGACAGCT\", \"ini\": 5075, \"clust\": 784, \"rank\": 703, \"rankvar\": 285, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3746, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4299, \"group\": [789.0, 61.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTAGAGGTACC\", \"ini\": 5074, \"clust\": 774, \"rank\": 638, \"rankvar\": 479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3747, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4300, \"group\": [774.0, 61.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCACGACTA\", \"ini\": 5073, \"clust\": 482, \"rank\": 559, \"rankvar\": 2751, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3748, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2298, \"group\": [483.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCATCCGTGG\", \"ini\": 5072, \"clust\": 534, \"rank\": 564, \"rankvar\": 3994, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3749, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2299, \"group\": [535.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTTCGCACTCT\", \"ini\": 5071, \"clust\": 4081, \"rank\": 361, \"rankvar\": 907, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3750, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4382, \"group\": [4081.0, 176.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCCCTTGT\", \"ini\": 5070, \"clust\": 464, \"rank\": 632, \"rankvar\": 4095, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3751, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2300, \"group\": [464.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGGTCCAC\", \"ini\": 5069, \"clust\": 489, \"rank\": 762, \"rankvar\": 3249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3752, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2301, \"group\": [489.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACTCTTA\", \"ini\": 5068, \"clust\": 4327, \"rank\": 383, \"rankvar\": 256, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3753, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4383, \"group\": [4331.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAATCCGAT\", \"ini\": 5067, \"clust\": 797, \"rank\": 388, \"rankvar\": 282, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3754, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4301, \"group\": [796.0, 62.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCCACGACG\", \"ini\": 5066, \"clust\": 4201, \"rank\": 10, \"rankvar\": 103, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3755, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5149, \"group\": [4200.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGAAGCA\", \"ini\": 5065, \"clust\": 4305, \"rank\": 127, \"rankvar\": 120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3756, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4384, \"group\": [4309.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCACCACGTG\", \"ini\": 5064, \"clust\": 900, \"rank\": 590, \"rankvar\": 962, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 282, \"group\": [903.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGGTA\", \"ini\": 5063, \"clust\": 1018, \"rank\": 771, \"rankvar\": 555, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 283, \"group\": [1018.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCATGTCTT\", \"ini\": 5062, \"clust\": 4123, \"rank\": 726, \"rankvar\": 980, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3759, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4385, \"group\": [4126.0, 179.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTTACGGG\", \"ini\": 5061, \"clust\": 957, \"rank\": 371, \"rankvar\": 57, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 284, \"group\": [958.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTCTACCTC\", \"ini\": 5060, \"clust\": 4125, \"rank\": 419, \"rankvar\": 731, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3761, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4386, \"group\": [4125.0, 179.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATGTTCCAACA\", \"ini\": 5059, \"clust\": 965, \"rank\": 384, \"rankvar\": 596, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3762, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 285, \"group\": [968.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTAGCTCCG\", \"ini\": 5058, \"clust\": 4078, \"rank\": 376, \"rankvar\": 725, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3763, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4387, \"group\": [4078.0, 176.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAACAACA\", \"ini\": 5057, \"clust\": 939, \"rank\": 823, \"rankvar\": 1921, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 286, \"group\": [940.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTTCTCG\", \"ini\": 5056, \"clust\": 4241, \"rank\": 31, \"rankvar\": 56, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5150, \"group\": [4240.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAATGAAAC\", \"ini\": 5055, \"clust\": 4308, \"rank\": 25, \"rankvar\": 100, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3766, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5151, \"group\": [4306.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCGCCTA\", \"ini\": 5054, \"clust\": 517, \"rank\": 452, \"rankvar\": 3110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3767, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2302, \"group\": [519.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAGGGTACA\", \"ini\": 5053, \"clust\": 947, \"rank\": 995, \"rankvar\": 1171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 287, \"group\": [950.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTCTTCTCG\", \"ini\": 5052, \"clust\": 972, \"rank\": 625, \"rankvar\": 34, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 288, \"group\": [978.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCCATCGTCGG\", \"ini\": 5051, \"clust\": 5198, \"rank\": 870, \"rankvar\": 4156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3770, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5031, \"group\": [5197.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTGTACATGTC\", \"ini\": 5050, \"clust\": 4349, \"rank\": 280, \"rankvar\": 171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3771, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4388, \"group\": [4349.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCAGCTAT\", \"ini\": 5049, \"clust\": 4206, \"rank\": 321, \"rankvar\": 110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3772, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4389, \"group\": [4209.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTACGACCC\", \"ini\": 5048, \"clust\": 986, \"rank\": 436, \"rankvar\": 468, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3773, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 289, \"group\": [986.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCGGCATCG\", \"ini\": 5047, \"clust\": 4356, \"rank\": 174, \"rankvar\": 82, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3774, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 6, \"group\": [4357.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTGTGGCC\", \"ini\": 5046, \"clust\": 520, \"rank\": 406, \"rankvar\": 2105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3775, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2303, \"group\": [522.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCAACACCA\", \"ini\": 5045, \"clust\": 487, \"rank\": 401, \"rankvar\": 3722, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3776, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2304, \"group\": [487.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACACATGACT\", \"ini\": 5044, \"clust\": 4030, \"rank\": 836, \"rankvar\": 1219, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3777, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4390, \"group\": [4033.0, 169.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCATCCGCGA\", \"ini\": 5043, \"clust\": 4314, \"rank\": 309, \"rankvar\": 193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3778, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4391, \"group\": [4315.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTAGGC\", \"ini\": 5042, \"clust\": 4016, \"rank\": 678, \"rankvar\": 341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3779, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4392, \"group\": [4017.0, 167.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAGGGCATA\", \"ini\": 5041, \"clust\": 4035, \"rank\": 340, \"rankvar\": 574, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3780, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4393, \"group\": [4034.0, 169.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGATGCCTT\", \"ini\": 5040, \"clust\": 412, \"rank\": 831, \"rankvar\": 4274, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3781, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2305, \"group\": [412.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTCCACAA\", \"ini\": 5039, \"clust\": 806, \"rank\": 356, \"rankvar\": 897, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3782, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4302, \"group\": [808.0, 62.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAAGCGATG\", \"ini\": 5038, \"clust\": 1058, \"rank\": 1404, \"rankvar\": 3373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3783, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 290, \"group\": [1058.0, 80.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGACACTAA\", \"ini\": 5037, \"clust\": 808, \"rank\": 512, \"rankvar\": 509, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3784, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4303, \"group\": [805.0, 62.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTAGAGTC\", \"ini\": 5036, \"clust\": 4197, \"rank\": 19, \"rankvar\": 31, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3785, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5152, \"group\": [4195.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATATGCTG\", \"ini\": 5035, \"clust\": 949, \"rank\": 704, \"rankvar\": 1496, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 291, \"group\": [947.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTCGTACT\", \"ini\": 5034, \"clust\": 800, \"rank\": 249, \"rankvar\": 1231, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3787, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4304, \"group\": [800.0, 62.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGAGGGTCGAT\", \"ini\": 5033, \"clust\": 814, \"rank\": 418, \"rankvar\": 1332, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3788, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2306, \"group\": [815.0, 63.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACATATACCG\", \"ini\": 5032, \"clust\": 4373, \"rank\": 231, \"rankvar\": 545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3789, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4394, \"group\": [4370.0, 185.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTACAGTGG\", \"ini\": 5031, \"clust\": 1140, \"rank\": 745, \"rankvar\": 3681, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3790, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 292, \"group\": [1141.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACGCGAAA\", \"ini\": 5030, \"clust\": 490, \"rank\": 766, \"rankvar\": 2316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3791, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2307, \"group\": [490.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCACATAGC\", \"ini\": 5029, \"clust\": 4248, \"rank\": 24, \"rankvar\": 133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3792, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5153, \"group\": [4247.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACAGCCACCA\", \"ini\": 5028, \"clust\": 4154, \"rank\": 286, \"rankvar\": 233, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3793, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4395, \"group\": [4153.0, 183.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTGACGGTA\", \"ini\": 5027, \"clust\": 4288, \"rank\": 16, \"rankvar\": 48, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3794, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5154, \"group\": [4286.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGGCA\", \"ini\": 5026, \"clust\": 454, \"rank\": 518, \"rankvar\": 2643, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3795, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2308, \"group\": [458.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGTGCC\", \"ini\": 5025, \"clust\": 4079, \"rank\": 277, \"rankvar\": 484, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3796, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4396, \"group\": [4079.0, 176.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGACAGGCT\", \"ini\": 5024, \"clust\": 4028, \"rank\": 650, \"rankvar\": 1713, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3797, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4397, \"group\": [4028.0, 169.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTAAAGTCA\", \"ini\": 5023, \"clust\": 1025, \"rank\": 837, \"rankvar\": 463, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3798, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 293, \"group\": [1025.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGTCGATT\", \"ini\": 5022, \"clust\": 1123, \"rank\": 581, \"rankvar\": 909, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 294, \"group\": [1124.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCGGCATC\", \"ini\": 5021, \"clust\": 511, \"rank\": 494, \"rankvar\": 2820, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3800, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2309, \"group\": [510.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAGTACATCCA\", \"ini\": 5020, \"clust\": 1028, \"rank\": 508, \"rankvar\": 884, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3801, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 295, \"group\": [1027.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACAGTCAGAG\", \"ini\": 5019, \"clust\": 1040, \"rank\": 815, \"rankvar\": 666, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3802, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 296, \"group\": [1040.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAAGTCATC\", \"ini\": 5018, \"clust\": 370, \"rank\": 798, \"rankvar\": 3607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2310, \"group\": [372.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTTTGGCGC\", \"ini\": 5017, \"clust\": 989, \"rank\": 305, \"rankvar\": 452, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 297, \"group\": [990.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTAATGA\", \"ini\": 5016, \"clust\": 4234, \"rank\": 4, \"rankvar\": 143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3805, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5155, \"group\": [4232.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACATTGGCGC\", \"ini\": 5015, \"clust\": 864, \"rank\": 860, \"rankvar\": 1505, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3806, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 298, \"group\": [868.0, 75.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGACAGACC\", \"ini\": 5014, \"clust\": 4331, \"rank\": 357, \"rankvar\": 45, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3807, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4398, \"group\": [4332.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTGCAACGA\", \"ini\": 5013, \"clust\": 4274, \"rank\": 34, \"rankvar\": 37, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3808, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5156, \"group\": [4274.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCATGCCACG\", \"ini\": 5012, \"clust\": 5207, \"rank\": 629, \"rankvar\": 4904, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3809, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5032, \"group\": [5216.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAGGTTAT\", \"ini\": 5011, \"clust\": 1132, \"rank\": 526, \"rankvar\": 1304, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3810, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 299, \"group\": [1132.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCAACACTG\", \"ini\": 5010, \"clust\": 794, \"rank\": 243, \"rankvar\": 72, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3811, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4305, \"group\": [793.0, 62.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGCGATCC\", \"ini\": 5009, \"clust\": 4289, \"rank\": 30, \"rankvar\": 124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3812, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5157, \"group\": [4287.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCTGCTGTC\", \"ini\": 5008, \"clust\": 4648, \"rank\": 1157, \"rankvar\": 1153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3813, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4399, \"group\": [4648.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGGTTAAGGGC\", \"ini\": 5007, \"clust\": 512, \"rank\": 620, \"rankvar\": 2530, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3814, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2311, \"group\": [512.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGCTAGCC\", \"ini\": 5006, \"clust\": 4156, \"rank\": 863, \"rankvar\": 343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3815, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4400, \"group\": [4157.0, 183.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTACCGTTA\", \"ini\": 5005, \"clust\": 506, \"rank\": 295, \"rankvar\": 1415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3816, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2312, \"group\": [507.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGTTTCCTT\", \"ini\": 5004, \"clust\": 967, \"rank\": 733, \"rankvar\": 268, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3817, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 300, \"group\": [967.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGTAGCCGA\", \"ini\": 5003, \"clust\": 4073, \"rank\": 522, \"rankvar\": 510, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3818, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4401, \"group\": [4074.0, 176.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGGTTACCT\", \"ini\": 5002, \"clust\": 4398, \"rank\": 210, \"rankvar\": 872, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3819, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2829, \"group\": [4397.0, 191.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGATGGTC\", \"ini\": 5001, \"clust\": 1041, \"rank\": 544, \"rankvar\": 331, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 301, \"group\": [1038.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTAGCGCTC\", \"ini\": 5000, \"clust\": 352, \"rank\": 1045, \"rankvar\": 3613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3821, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2313, \"group\": [350.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTAAACACA\", \"ini\": 4999, \"clust\": 5215, \"rank\": 588, \"rankvar\": 2939, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3822, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5033, \"group\": [5213.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTACAGAA\", \"ini\": 4998, \"clust\": 1044, \"rank\": 885, \"rankvar\": 760, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 302, \"group\": [1044.0, 79.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGCCAGAA\", \"ini\": 4997, \"clust\": 836, \"rank\": 1159, \"rankvar\": 1824, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 303, \"group\": [835.0, 71.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTATCAGTTCGA\", \"ini\": 4996, \"clust\": 1039, \"rank\": 408, \"rankvar\": 379, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3825, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 304, \"group\": [1041.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCAGCCAGAA\", \"ini\": 4995, \"clust\": 359, \"rank\": 743, \"rankvar\": 2457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3826, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2314, \"group\": [360.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTTTAGGAA\", \"ini\": 4994, \"clust\": 537, \"rank\": 939, \"rankvar\": 2150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3827, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2315, \"group\": [540.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCGATATG\", \"ini\": 4993, \"clust\": 4338, \"rank\": 431, \"rankvar\": 308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3828, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4402, \"group\": [4337.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCGTTT\", \"ini\": 4992, \"clust\": 5209, \"rank\": 940, \"rankvar\": 4346, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3829, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5034, \"group\": [5208.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGACTTGAA\", \"ini\": 4991, \"clust\": 1114, \"rank\": 1702, \"rankvar\": 3302, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 305, \"group\": [1115.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGTCACGCC\", \"ini\": 4990, \"clust\": 5223, \"rank\": 1383, \"rankvar\": 4913, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3831, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5035, \"group\": [5223.0, 240.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGAGTACAT\", \"ini\": 4989, \"clust\": 4114, \"rank\": 95, \"rankvar\": 333, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3832, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 7, \"group\": [4117.0, 177.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCAGTCCCT\", \"ini\": 4988, \"clust\": 917, \"rank\": 553, \"rankvar\": 374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 306, \"group\": [918.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCCCAGCT\", \"ini\": 4987, \"clust\": 1026, \"rank\": 658, \"rankvar\": 1091, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 307, \"group\": [1026.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCCACCTCGGA\", \"ini\": 4986, \"clust\": 4336, \"rank\": 182, \"rankvar\": 317, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3835, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4403, \"group\": [4338.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACGTGCACTTA\", \"ini\": 4985, \"clust\": 339, \"rank\": 560, \"rankvar\": 2538, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3836, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2316, \"group\": [340.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCTGGCGTG\", \"ini\": 4984, \"clust\": 484, \"rank\": 761, \"rankvar\": 1848, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3837, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2317, \"group\": [491.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACATAGC\", \"ini\": 4983, \"clust\": 4368, \"rank\": 292, \"rankvar\": 359, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3838, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4404, \"group\": [4365.0, 185.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTACAGTTC\", \"ini\": 4982, \"clust\": 4093, \"rank\": 502, \"rankvar\": 279, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3839, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4306, \"group\": [4118.0, 177.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCACCGTAA\", \"ini\": 4981, \"clust\": 815, \"rank\": 561, \"rankvar\": 1149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3840, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4307, \"group\": [813.0, 63.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCAAACCTAC\", \"ini\": 4980, \"clust\": 795, \"rank\": 353, \"rankvar\": 209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3841, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4308, \"group\": [797.0, 62.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCTTCCTTC\", \"ini\": 4979, \"clust\": 948, \"rank\": 1024, \"rankvar\": 681, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3842, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 308, \"group\": [949.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACAAGACG\", \"ini\": 4978, \"clust\": 4326, \"rank\": 255, \"rankvar\": 99, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3843, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 8, \"group\": [4327.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTATAGGGC\", \"ini\": 4977, \"clust\": 1009, \"rank\": 736, \"rankvar\": 500, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3844, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 309, \"group\": [1008.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCATGCATG\", \"ini\": 4976, \"clust\": 477, \"rank\": 1196, \"rankvar\": 3431, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3845, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2318, \"group\": [478.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCGCATCG\", \"ini\": 4975, \"clust\": 872, \"rank\": 1114, \"rankvar\": 1239, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3846, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2319, \"group\": [870.0, 75.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTGGGATC\", \"ini\": 4974, \"clust\": 1145, \"rank\": 872, \"rankvar\": 1418, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3847, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 310, \"group\": [1145.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGGCAGTA\", \"ini\": 4973, \"clust\": 1042, \"rank\": 474, \"rankvar\": 390, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3848, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 311, \"group\": [1039.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCTTGTCAT\", \"ini\": 4972, \"clust\": 5195, \"rank\": 869, \"rankvar\": 5031, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3849, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5036, \"group\": [5196.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTAGTCCATAC\", \"ini\": 4971, \"clust\": 4091, \"rank\": 363, \"rankvar\": 535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3850, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4405, \"group\": [4089.0, 176.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCGCCGTGA\", \"ini\": 4970, \"clust\": 1035, \"rank\": 780, \"rankvar\": 394, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3851, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 312, \"group\": [1034.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGAG\", \"ini\": 4969, \"clust\": 5107, \"rank\": 1423, \"rankvar\": 4782, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3852, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5037, \"group\": [5109.0, 232.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGCGAGAAA\", \"ini\": 4968, \"clust\": 4106, \"rank\": 541, \"rankvar\": 350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3853, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2320, \"group\": [4106.0, 177.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGGGAAACA\", \"ini\": 4967, \"clust\": 1061, \"rank\": 1141, \"rankvar\": 610, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 313, \"group\": [1061.0, 81.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGTCTGCT\", \"ini\": 4966, \"clust\": 4253, \"rank\": 21, \"rankvar\": 33, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3855, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5158, \"group\": [4251.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGAAGGTTT\", \"ini\": 4965, \"clust\": 4350, \"rank\": 313, \"rankvar\": 184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3856, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4406, \"group\": [4350.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCTTCAACT\", \"ini\": 4964, \"clust\": 4243, \"rank\": 17, \"rankvar\": 17, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3857, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5159, \"group\": [4241.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCAAGAAGT\", \"ini\": 4963, \"clust\": 4013, \"rank\": 640, \"rankvar\": 498, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3858, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2321, \"group\": [4014.0, 166.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGGTCCAC\", \"ini\": 4962, \"clust\": 353, \"rank\": 867, \"rankvar\": 4324, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3859, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2322, \"group\": [351.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACGGTTTA\", \"ini\": 4961, \"clust\": 4345, \"rank\": 208, \"rankvar\": 173, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3860, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4407, \"group\": [4345.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATTGGA\", \"ini\": 4960, \"clust\": 764, \"rank\": 887, \"rankvar\": 1122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3861, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2323, \"group\": [763.0, 55.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTCTGCGGT\", \"ini\": 4959, \"clust\": 452, \"rank\": 611, \"rankvar\": 2270, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3862, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2324, \"group\": [453.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGAACAT\", \"ini\": 4958, \"clust\": 4105, \"rank\": 304, \"rankvar\": 516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3863, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2325, \"group\": [4105.0, 177.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCATTTA\", \"ini\": 4957, \"clust\": 811, \"rank\": 1017, \"rankvar\": 1493, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3864, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4309, \"group\": [810.0, 63.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACAGACGCCT\", \"ini\": 4956, \"clust\": 1012, \"rank\": 433, \"rankvar\": 694, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3865, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 314, \"group\": [1012.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGATAT\", \"ini\": 4955, \"clust\": 4360, \"rank\": 374, \"rankvar\": 52, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 315, \"group\": [4361.0, 185.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCCTACAGA\", \"ini\": 4954, \"clust\": 335, \"rank\": 1214, \"rankvar\": 4921, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3867, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2326, \"group\": [333.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGTGACCA\", \"ini\": 4953, \"clust\": 805, \"rank\": 421, \"rankvar\": 195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3868, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4310, \"group\": [803.0, 62.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTCTCGTTC\", \"ini\": 4952, \"clust\": 828, \"rank\": 1151, \"rankvar\": 433, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 316, \"group\": [829.0, 70.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAATCTACG\", \"ini\": 4951, \"clust\": 4225, \"rank\": 61, \"rankvar\": 137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3870, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5160, \"group\": [4223.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATGGTTGT\", \"ini\": 4950, \"clust\": 475, \"rank\": 829, \"rankvar\": 2439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3871, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2327, \"group\": [476.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAGCACAT\", \"ini\": 4949, \"clust\": 978, \"rank\": 670, \"rankvar\": 524, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3872, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 317, \"group\": [979.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCCACGAAT\", \"ini\": 4948, \"clust\": 980, \"rank\": 653, \"rankvar\": 391, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 318, \"group\": [981.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCCAGTAG\", \"ini\": 4947, \"clust\": 340, \"rank\": 957, \"rankvar\": 1743, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3874, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2328, \"group\": [341.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACACATAGAAAC\", \"ini\": 4946, \"clust\": 990, \"rank\": 429, \"rankvar\": 450, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 319, \"group\": [991.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGCACCAC\", \"ini\": 4945, \"clust\": 356, \"rank\": 1013, \"rankvar\": 2167, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3876, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2329, \"group\": [356.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGTCGAGTG\", \"ini\": 4944, \"clust\": 367, \"rank\": 1293, \"rankvar\": 3840, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3877, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2330, \"group\": [368.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCAGCGACC\", \"ini\": 4943, \"clust\": 781, \"rank\": 834, \"rankvar\": 831, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3878, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2331, \"group\": [780.0, 61.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAAACAC\", \"ini\": 4942, \"clust\": 4014, \"rank\": 846, \"rankvar\": 3042, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3879, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2332, \"group\": [4015.0, 166.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTCCAGTAT\", \"ini\": 4941, \"clust\": 5196, \"rank\": 1345, \"rankvar\": 4961, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3880, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5038, \"group\": [5200.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGTGA\", \"ini\": 4940, \"clust\": 4342, \"rank\": 533, \"rankvar\": 353, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3881, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4408, \"group\": [4342.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTACGCCC\", \"ini\": 4939, \"clust\": 4522, \"rank\": 247, \"rankvar\": 480, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3882, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4409, \"group\": [4522.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTAAGCACG\", \"ini\": 4938, \"clust\": 838, \"rank\": 1184, \"rankvar\": 553, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3883, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 320, \"group\": [841.0, 71.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCGGAAATA\", \"ini\": 4937, \"clust\": 4071, \"rank\": 317, \"rankvar\": 1631, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3884, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2333, \"group\": [4071.0, 176.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGAATT\", \"ini\": 4936, \"clust\": 371, \"rank\": 859, \"rankvar\": 2634, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3885, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2334, \"group\": [370.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTTCTGCGGCA\", \"ini\": 4935, \"clust\": 5199, \"rank\": 923, \"rankvar\": 5094, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3886, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5039, \"group\": [5198.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACATAAAGGT\", \"ini\": 4934, \"clust\": 1124, \"rank\": 1005, \"rankvar\": 210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3887, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 321, \"group\": [1125.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCAGCACAT\", \"ini\": 4933, \"clust\": 453, \"rank\": 562, \"rankvar\": 1916, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3888, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2335, \"group\": [454.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGTTACGA\", \"ini\": 4932, \"clust\": 347, \"rank\": 1233, \"rankvar\": 2902, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3889, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2336, \"group\": [348.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAGATGGGT\", \"ini\": 4931, \"clust\": 1002, \"rank\": 868, \"rankvar\": 1247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 322, \"group\": [1007.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGGTCAGATAA\", \"ini\": 4930, \"clust\": 991, \"rank\": 498, \"rankvar\": 305, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 323, \"group\": [992.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCAGCTGCTG\", \"ini\": 4929, \"clust\": 852, \"rank\": 1081, \"rankvar\": 916, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3892, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2337, \"group\": [854.0, 73.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCACCTAA\", \"ini\": 4928, \"clust\": 4353, \"rank\": 175, \"rankvar\": 197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3893, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4410, \"group\": [4356.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGGTCCGT\", \"ini\": 4927, \"clust\": 1010, \"rank\": 612, \"rankvar\": 737, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3894, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 324, \"group\": [1009.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGACCCT\", \"ini\": 4926, \"clust\": 1118, \"rank\": 1286, \"rankvar\": 1514, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 325, \"group\": [1121.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTGGAGAA\", \"ini\": 4925, \"clust\": 327, \"rank\": 1298, \"rankvar\": 3842, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3896, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2338, \"group\": [329.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGTGTGCC\", \"ini\": 4924, \"clust\": 507, \"rank\": 648, \"rankvar\": 788, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3897, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2339, \"group\": [508.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGATTGCT\", \"ini\": 4923, \"clust\": 862, \"rank\": 1319, \"rankvar\": 3765, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3898, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2340, \"group\": [863.0, 75.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCGCATAA\", \"ini\": 4922, \"clust\": 4512, \"rank\": 291, \"rankvar\": 854, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3899, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4411, \"group\": [4512.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCGCTTGTC\", \"ini\": 4921, \"clust\": 1142, \"rank\": 1171, \"rankvar\": 651, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3900, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 326, \"group\": [1143.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTACAAATCCGT\", \"ini\": 4920, \"clust\": 4699, \"rank\": 833, \"rankvar\": 1845, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3901, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4412, \"group\": [4699.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTAAATGAC\", \"ini\": 4919, \"clust\": 832, \"rank\": 1099, \"rankvar\": 520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 327, \"group\": [831.0, 70.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGACTTTCG\", \"ini\": 4918, \"clust\": 4254, \"rank\": 44, \"rankvar\": 108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3903, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5161, \"group\": [4255.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTCGGACG\", \"ini\": 4917, \"clust\": 831, \"rank\": 1282, \"rankvar\": 393, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 328, \"group\": [833.0, 70.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCATGGGACA\", \"ini\": 4916, \"clust\": 4182, \"rank\": 215, \"rankvar\": 130, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3905, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 9, \"group\": [4177.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTTACAG\", \"ini\": 4915, \"clust\": 5202, \"rank\": 1142, \"rankvar\": 3518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3906, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5040, \"group\": [5201.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAATGAATG\", \"ini\": 4914, \"clust\": 998, \"rank\": 600, \"rankvar\": 656, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3907, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 329, \"group\": [1001.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCTTGCCGT\", \"ini\": 4913, \"clust\": 1147, \"rank\": 929, \"rankvar\": 1942, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 330, \"group\": [1148.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGGGATA\", \"ini\": 4912, \"clust\": 4332, \"rank\": 223, \"rankvar\": 176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3909, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4413, \"group\": [4333.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCTGCCCA\", \"ini\": 4911, \"clust\": 807, \"rank\": 707, \"rankvar\": 705, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3910, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4311, \"group\": [807.0, 62.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGGCTTGG\", \"ini\": 4910, \"clust\": 516, \"rank\": 770, \"rankvar\": 3093, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3911, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2341, \"group\": [515.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTTTGGCGC\", \"ini\": 4909, \"clust\": 782, \"rank\": 1245, \"rankvar\": 2448, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3912, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2342, \"group\": [782.0, 61.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGCTCAACT\", \"ini\": 4908, \"clust\": 468, \"rank\": 1015, \"rankvar\": 3278, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3913, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2343, \"group\": [466.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCAGAGGTG\", \"ini\": 4907, \"clust\": 4135, \"rank\": 101, \"rankvar\": 24, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 331, \"group\": [4134.0, 180.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCTTAGCCC\", \"ini\": 4906, \"clust\": 1036, \"rank\": 840, \"rankvar\": 497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 332, \"group\": [1035.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGATCCAT\", \"ini\": 4905, \"clust\": 1027, \"rank\": 643, \"rankvar\": 512, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 333, \"group\": [1029.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACAAGCCC\", \"ini\": 4904, \"clust\": 4070, \"rank\": 294, \"rankvar\": 164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3917, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4414, \"group\": [4073.0, 176.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCAACCA\", \"ini\": 4903, \"clust\": 1068, \"rank\": 1069, \"rankvar\": 1444, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 334, \"group\": [1068.0, 81.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCTAACTCT\", \"ini\": 4902, \"clust\": 993, \"rank\": 532, \"rankvar\": 272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3919, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 335, \"group\": [997.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACTACAA\", \"ini\": 4901, \"clust\": 4172, \"rank\": 631, \"rankvar\": 364, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3920, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4415, \"group\": [4171.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCAGCTGGC\", \"ini\": 4900, \"clust\": 4162, \"rank\": 140, \"rankvar\": 163, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3921, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5162, \"group\": [4165.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGTTCGA\", \"ini\": 4899, \"clust\": 4346, \"rank\": 218, \"rankvar\": 172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3922, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4416, \"group\": [4346.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCCAACCAA\", \"ini\": 4898, \"clust\": 893, \"rank\": 1096, \"rankvar\": 816, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3923, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 336, \"group\": [893.0, 77.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCGAACGGA\", \"ini\": 4897, \"clust\": 495, \"rank\": 988, \"rankvar\": 3904, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3924, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2344, \"group\": [492.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCGATAGC\", \"ini\": 4896, \"clust\": 1013, \"rank\": 854, \"rankvar\": 538, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 337, \"group\": [1013.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCGGGAGTA\", \"ini\": 4895, \"clust\": 600, \"rank\": 1655, \"rankvar\": 4801, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3926, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2345, \"group\": [600.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCGTCATC\", \"ini\": 4894, \"clust\": 4216, \"rank\": 159, \"rankvar\": 71, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3927, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 10, \"group\": [4215.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTAAGTGTA\", \"ini\": 4893, \"clust\": 471, \"rank\": 1047, \"rankvar\": 3631, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3928, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2346, \"group\": [471.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGAAATG\", \"ini\": 4892, \"clust\": 4094, \"rank\": 907, \"rankvar\": 976, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3929, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2347, \"group\": [4097.0, 177.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTCAAATACAG\", \"ini\": 4891, \"clust\": 4309, \"rank\": 111, \"rankvar\": 174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3930, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 11, \"group\": [4304.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATAGCAT\", \"ini\": 4890, \"clust\": 4158, \"rank\": 355, \"rankvar\": 249, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3931, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2830, \"group\": [4159.0, 183.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATATACCG\", \"ini\": 4889, \"clust\": 1143, \"rank\": 980, \"rankvar\": 673, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3932, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 338, \"group\": [1144.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGTACTTGC\", \"ini\": 4888, \"clust\": 4176, \"rank\": 318, \"rankvar\": 161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3933, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 12, \"group\": [4175.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTAACGA\", \"ini\": 4887, \"clust\": 4650, \"rank\": 587, \"rankvar\": 1604, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3934, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4417, \"group\": [4645.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGTGCAAC\", \"ini\": 4886, \"clust\": 1016, \"rank\": 730, \"rankvar\": 1600, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 339, \"group\": [1016.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGGTTTC\", \"ini\": 4885, \"clust\": 898, \"rank\": 666, \"rankvar\": 169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3936, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 340, \"group\": [899.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAACACTG\", \"ini\": 4884, \"clust\": 1153, \"rank\": 1619, \"rankvar\": 1035, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 341, \"group\": [1156.0, 89.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTCGTACT\", \"ini\": 4883, \"clust\": 460, \"rank\": 1120, \"rankvar\": 2319, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3938, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2348, \"group\": [459.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAACTGGCC\", \"ini\": 4882, \"clust\": 498, \"rank\": 912, \"rankvar\": 4247, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2349, \"group\": [494.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGAGAACG\", \"ini\": 4881, \"clust\": 1020, \"rank\": 911, \"rankvar\": 542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3940, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 342, \"group\": [1022.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCGGGTCT\", \"ini\": 4880, \"clust\": 4397, \"rank\": 181, \"rankvar\": 1321, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3941, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2831, \"group\": [4399.0, 191.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTCTTGTCC\", \"ini\": 4879, \"clust\": 4341, \"rank\": 358, \"rankvar\": 287, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3942, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4418, \"group\": [4348.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCGGAAATA\", \"ini\": 4878, \"clust\": 970, \"rank\": 1089, \"rankvar\": 301, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 343, \"group\": [969.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACGAGGTA\", \"ini\": 4877, \"clust\": 787, \"rank\": 1043, \"rankvar\": 436, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3944, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4312, \"group\": [788.0, 61.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGCGAACA\", \"ini\": 4876, \"clust\": 368, \"rank\": 1130, \"rankvar\": 3642, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3945, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2350, \"group\": [369.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGGTTCGG\", \"ini\": 4875, \"clust\": 5184, \"rank\": 1465, \"rankvar\": 4928, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3946, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5041, \"group\": [5183.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGTTACCT\", \"ini\": 4874, \"clust\": 4100, \"rank\": 449, \"rankvar\": 1495, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3947, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2351, \"group\": [4100.0, 177.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTTTGC\", \"ini\": 4873, \"clust\": 4322, \"rank\": 489, \"rankvar\": 320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3948, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4419, \"group\": [4325.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGCCTGAG\", \"ini\": 4872, \"clust\": 1119, \"rank\": 1257, \"rankvar\": 1427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 344, \"group\": [1119.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTGTAATGA\", \"ini\": 4871, \"clust\": 809, \"rank\": 811, \"rankvar\": 793, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3950, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4313, \"group\": [806.0, 62.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGGCTACG\", \"ini\": 4870, \"clust\": 4264, \"rank\": 76, \"rankvar\": 216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3951, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4420, \"group\": [4260.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTTGGGCC\", \"ini\": 4869, \"clust\": 973, \"rank\": 709, \"rankvar\": 355, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3952, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 345, \"group\": [973.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGCCCAATT\", \"ini\": 4868, \"clust\": 508, \"rank\": 379, \"rankvar\": 867, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3953, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2352, \"group\": [533.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGGGTGT\", \"ini\": 4867, \"clust\": 496, \"rank\": 992, \"rankvar\": 4090, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3954, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2353, \"group\": [493.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCATGGTCA\", \"ini\": 4866, \"clust\": 1033, \"rank\": 783, \"rankvar\": 777, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3955, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 346, \"group\": [1031.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAAGGTTCT\", \"ini\": 4865, \"clust\": 469, \"rank\": 987, \"rankvar\": 3298, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3956, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2354, \"group\": [467.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATTGGGCC\", \"ini\": 4864, \"clust\": 4059, \"rank\": 938, \"rankvar\": 1657, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3957, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4421, \"group\": [4059.0, 171.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACACGAAACG\", \"ini\": 4863, \"clust\": 456, \"rank\": 799, \"rankvar\": 2719, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3958, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2355, \"group\": [455.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCAAGAT\", \"ini\": 4862, \"clust\": 4040, \"rank\": 994, \"rankvar\": 416, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3959, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4422, \"group\": [4037.0, 169.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGTACGATA\", \"ini\": 4861, \"clust\": 337, \"rank\": 965, \"rankvar\": 3674, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3960, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2356, \"group\": [336.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCAGCATACT\", \"ini\": 4860, \"clust\": 459, \"rank\": 928, \"rankvar\": 3544, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3961, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2357, \"group\": [461.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTCTCTTTA\", \"ini\": 4859, \"clust\": 883, \"rank\": 1560, \"rankvar\": 1627, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 347, \"group\": [883.0, 77.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCACTTACGA\", \"ini\": 4858, \"clust\": 1017, \"rank\": 1133, \"rankvar\": 654, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 348, \"group\": [1017.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGGGTTAG\", \"ini\": 4857, \"clust\": 816, \"rank\": 711, \"rankvar\": 1289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3964, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4314, \"group\": [814.0, 63.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATTTGCCC\", \"ini\": 4856, \"clust\": 476, \"rank\": 948, \"rankvar\": 3060, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3965, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2358, \"group\": [477.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCAATACCG\", \"ini\": 4855, \"clust\": 1146, \"rank\": 1170, \"rankvar\": 972, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 349, \"group\": [1146.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCACGTTGGC\", \"ini\": 4854, \"clust\": 971, \"rank\": 932, \"rankvar\": 406, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 350, \"group\": [970.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGATAATG\", \"ini\": 4853, \"clust\": 1141, \"rank\": 1307, \"rankvar\": 2375, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 351, \"group\": [1142.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCCGTTAA\", \"ini\": 4852, \"clust\": 494, \"rank\": 908, \"rankvar\": 3019, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3969, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2359, \"group\": [497.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTGTTTGGT\", \"ini\": 4851, \"clust\": 571, \"rank\": 1826, \"rankvar\": 3778, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3970, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2360, \"group\": [570.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCGGTCTAA\", \"ini\": 4850, \"clust\": 393, \"rank\": 1388, \"rankvar\": 2726, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3971, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2361, \"group\": [394.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACCACTTAAGC\", \"ini\": 4849, \"clust\": 362, \"rank\": 1106, \"rankvar\": 3561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3972, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2362, \"group\": [364.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACATTTCACT\", \"ini\": 4848, \"clust\": 1051, \"rank\": 1051, \"rankvar\": 454, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3973, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 352, \"group\": [1051.0, 79.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAAGTAGT\", \"ini\": 4847, \"clust\": 5214, \"rank\": 852, \"rankvar\": 3712, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3974, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5042, \"group\": [5215.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGGATGG\", \"ini\": 4846, \"clust\": 4654, \"rank\": 927, \"rankvar\": 1199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3975, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4423, \"group\": [4654.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCCCATTAT\", \"ini\": 4845, \"clust\": 1133, \"rank\": 1155, \"rankvar\": 442, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3976, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 353, \"group\": [1130.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCTGCAAT\", \"ini\": 4844, \"clust\": 1005, \"rank\": 556, \"rankvar\": 315, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 354, \"group\": [1003.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCATCGGAAG\", \"ini\": 4843, \"clust\": 323, \"rank\": 1608, \"rankvar\": 4373, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2363, \"group\": [326.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTGAGTTC\", \"ini\": 4842, \"clust\": 1148, \"rank\": 918, \"rankvar\": 669, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 355, \"group\": [1149.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCATGAT\", \"ini\": 4841, \"clust\": 899, \"rank\": 805, \"rankvar\": 312, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 356, \"group\": [900.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTCCGTT\", \"ini\": 4840, \"clust\": 1037, \"rank\": 593, \"rankvar\": 476, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 357, \"group\": [1036.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACGGTTTA\", \"ini\": 4839, \"clust\": 833, \"rank\": 1454, \"rankvar\": 736, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 358, \"group\": [832.0, 70.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCGAACC\", \"ini\": 4838, \"clust\": 4068, \"rank\": 715, \"rankvar\": 404, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3983, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4424, \"group\": [4069.0, 175.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTCATAGACTC\", \"ini\": 4837, \"clust\": 447, \"rank\": 779, \"rankvar\": 3214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3984, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2364, \"group\": [449.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGGCTAGGT\", \"ini\": 4836, \"clust\": 1154, \"rank\": 1869, \"rankvar\": 912, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 359, \"group\": [1154.0, 89.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATCCGCGA\", \"ini\": 4835, \"clust\": 1019, \"rank\": 828, \"rankvar\": 400, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3986, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 360, \"group\": [1019.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCCTTCAAT\", \"ini\": 4834, \"clust\": 839, \"rank\": 959, \"rankvar\": 818, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3987, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 361, \"group\": [839.0, 71.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGAACCTT\", \"ini\": 4833, \"clust\": 4218, \"rank\": 83, \"rankvar\": 36, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3988, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4425, \"group\": [4217.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGGTCTCG\", \"ini\": 4832, \"clust\": 1008, \"rank\": 693, \"rankvar\": 368, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3989, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 362, \"group\": [1010.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTATCACCA\", \"ini\": 4831, \"clust\": 1069, \"rank\": 1332, \"rankvar\": 1345, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3990, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 363, \"group\": [1069.0, 81.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGGAGCGAG\", \"ini\": 4830, \"clust\": 790, \"rank\": 962, \"rankvar\": 911, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3991, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4315, \"group\": [790.0, 61.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCATGAACCT\", \"ini\": 4829, \"clust\": 4359, \"rank\": 287, \"rankvar\": 322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3992, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 13, \"group\": [4360.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTTGCGTTA\", \"ini\": 4828, \"clust\": 1006, \"rank\": 701, \"rankvar\": 261, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3993, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 364, \"group\": [1004.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGGCCGAT\", \"ini\": 4827, \"clust\": 1149, \"rank\": 1031, \"rankvar\": 842, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 365, \"group\": [1150.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGGCCGAT\", \"ini\": 4826, \"clust\": 513, \"rank\": 830, \"rankvar\": 1903, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3995, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2365, \"group\": [513.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGCTTTC\", \"ini\": 4825, \"clust\": 493, \"rank\": 906, \"rankvar\": 3270, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3996, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2366, \"group\": [498.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTGCCTGTG\", \"ini\": 4824, \"clust\": 461, \"rank\": 919, \"rankvar\": 3986, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3997, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2367, \"group\": [460.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTACTGAC\", \"ini\": 4823, \"clust\": 4052, \"rank\": 365, \"rankvar\": 435, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3998, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4426, \"group\": [4052.0, 171.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCGTCCAGG\", \"ini\": 4822, \"clust\": 4074, \"rank\": 463, \"rankvar\": 1021, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 3999, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4427, \"group\": [4075.0, 176.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCACCCTCA\", \"ini\": 4821, \"clust\": 354, \"rank\": 1287, \"rankvar\": 4125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4000, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2368, \"group\": [357.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCTTGCGG\", \"ini\": 4820, \"clust\": 540, \"rank\": 1840, \"rankvar\": 1730, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4001, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2369, \"group\": [541.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTACTCAAC\", \"ini\": 4819, \"clust\": 4043, \"rank\": 428, \"rankvar\": 1341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4002, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4428, \"group\": [4042.0, 169.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGAGTTGGC\", \"ini\": 4818, \"clust\": 343, \"rank\": 1369, \"rankvar\": 4017, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4003, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2370, \"group\": [344.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGATATGGT\", \"ini\": 4817, \"clust\": 483, \"rank\": 686, \"rankvar\": 3293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4004, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2371, \"group\": [484.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCGCTTTC\", \"ini\": 4816, \"clust\": 5181, \"rank\": 878, \"rankvar\": 4421, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4005, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5043, \"group\": [5181.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAAGCCGTC\", \"ini\": 4815, \"clust\": 466, \"rank\": 1080, \"rankvar\": 3294, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4006, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2372, \"group\": [469.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCAGGGTGTTG\", \"ini\": 4814, \"clust\": 470, \"rank\": 1291, \"rankvar\": 3146, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4007, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2373, \"group\": [475.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCATGTCTT\", \"ini\": 4813, \"clust\": 4255, \"rank\": 62, \"rankvar\": 198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4008, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5163, \"group\": [4253.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGGCGCTCT\", \"ini\": 4812, \"clust\": 4061, \"rank\": 999, \"rankvar\": 894, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4009, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4429, \"group\": [4064.0, 171.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGGTGCGCTTG\", \"ini\": 4811, \"clust\": 524, \"rank\": 964, \"rankvar\": 1117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4010, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2374, \"group\": [524.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTCTAAAGA\", \"ini\": 4810, \"clust\": 1136, \"rank\": 1237, \"rankvar\": 513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4011, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 366, \"group\": [1136.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACTGCCAG\", \"ini\": 4809, \"clust\": 895, \"rank\": 706, \"rankvar\": 1166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 367, \"group\": [897.0, 77.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATTACCTT\", \"ini\": 4808, \"clust\": 1029, \"rank\": 1093, \"rankvar\": 685, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4013, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 368, \"group\": [1028.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGCGATTCT\", \"ini\": 4807, \"clust\": 4076, \"rank\": 417, \"rankvar\": 732, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4014, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4430, \"group\": [4077.0, 176.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTCCGTAT\", \"ini\": 4806, \"clust\": 975, \"rank\": 974, \"rankvar\": 293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 369, \"group\": [977.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATGCCTTC\", \"ini\": 4805, \"clust\": 4351, \"rank\": 424, \"rankvar\": 66, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4016, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4431, \"group\": [4351.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCGATATA\", \"ini\": 4804, \"clust\": 1003, \"rank\": 784, \"rankvar\": 803, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4017, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 370, \"group\": [1006.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACCAGATT\", \"ini\": 4803, \"clust\": 410, \"rank\": 754, \"rankvar\": 3343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4018, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2375, \"group\": [410.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCCACTCCA\", \"ini\": 4802, \"clust\": 869, \"rank\": 1618, \"rankvar\": 823, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 371, \"group\": [872.0, 75.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCCTAATT\", \"ini\": 4801, \"clust\": 987, \"rank\": 642, \"rankvar\": 716, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 372, \"group\": [988.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGGTTAAC\", \"ini\": 4800, \"clust\": 979, \"rank\": 645, \"rankvar\": 451, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 373, \"group\": [980.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGGGTGTGT\", \"ini\": 4799, \"clust\": 486, \"rank\": 737, \"rankvar\": 2616, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4022, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2376, \"group\": [486.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTTATGCGT\", \"ini\": 4798, \"clust\": 633, \"rank\": 1033, \"rankvar\": 2180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4023, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2377, \"group\": [636.0, 43.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCAGACCTTTG\", \"ini\": 4797, \"clust\": 417, \"rank\": 1381, \"rankvar\": 2359, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4024, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2378, \"group\": [418.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCCACATGACT\", \"ini\": 4796, \"clust\": 4099, \"rank\": 219, \"rankvar\": 389, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4025, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 14, \"group\": [4099.0, 177.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGAGACTTA\", \"ini\": 4795, \"clust\": 5200, \"rank\": 975, \"rankvar\": 4191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4026, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5044, \"group\": [5204.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTAATTGGA\", \"ini\": 4794, \"clust\": 363, \"rank\": 1182, \"rankvar\": 3684, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4027, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2379, \"group\": [362.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTTTAGGG\", \"ini\": 4793, \"clust\": 492, \"rank\": 1240, \"rankvar\": 4313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4028, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2380, \"group\": [499.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTTGCT\", \"ini\": 4792, \"clust\": 974, \"rank\": 955, \"rankvar\": 146, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4029, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 374, \"group\": [974.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTCATTCA\", \"ini\": 4791, \"clust\": 1046, \"rank\": 883, \"rankvar\": 780, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4030, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 375, \"group\": [1047.0, 79.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCAATGAATG\", \"ini\": 4790, \"clust\": 4244, \"rank\": 32, \"rankvar\": 63, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4031, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5164, \"group\": [4242.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATAAAGG\", \"ini\": 4789, \"clust\": 4217, \"rank\": 349, \"rankvar\": 54, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4032, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4432, \"group\": [4216.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTACAGTGG\", \"ini\": 4788, \"clust\": 4400, \"rank\": 669, \"rankvar\": 139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4033, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4433, \"group\": [4401.0, 191.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCACAGGCCT\", \"ini\": 4787, \"clust\": 448, \"rank\": 791, \"rankvar\": 3155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4034, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2381, \"group\": [447.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACAGAGGT\", \"ini\": 4786, \"clust\": 4894, \"rank\": 1660, \"rankvar\": 2407, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4035, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4434, \"group\": [4894.0, 204.0, 41.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCACCGGGT\", \"ini\": 4785, \"clust\": 882, \"rank\": 1471, \"rankvar\": 603, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4036, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 376, \"group\": [885.0, 77.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTAGGGTG\", \"ini\": 4784, \"clust\": 5170, \"rank\": 1633, \"rankvar\": 5193, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4037, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5045, \"group\": [5171.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGTCGCTG\", \"ini\": 4783, \"clust\": 480, \"rank\": 973, \"rankvar\": 3860, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4038, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2382, \"group\": [480.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCGTTTAC\", \"ini\": 4782, \"clust\": 4411, \"rank\": 435, \"rankvar\": 3980, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4039, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2832, \"group\": [4411.0, 192.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACAGCTCGAC\", \"ini\": 4781, \"clust\": 4084, \"rank\": 390, \"rankvar\": 349, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4040, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4435, \"group\": [4088.0, 176.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGTTAACC\", \"ini\": 4780, \"clust\": 5197, \"rank\": 924, \"rankvar\": 5157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4041, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5046, \"group\": [5199.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAGGGTAC\", \"ini\": 4779, \"clust\": 5108, \"rank\": 2102, \"rankvar\": 4489, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4042, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2383, \"group\": [5107.0, 232.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTTCCGTCT\", \"ini\": 4778, \"clust\": 4126, \"rank\": 781, \"rankvar\": 344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4043, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4436, \"group\": [4127.0, 179.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCTTGCAAG\", \"ini\": 4777, \"clust\": 383, \"rank\": 1558, \"rankvar\": 2689, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4044, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2384, \"group\": [384.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGTCTCT\", \"ini\": 4776, \"clust\": 5183, \"rank\": 1055, \"rankvar\": 5004, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4045, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5047, \"group\": [5187.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTGATAAAC\", \"ini\": 4775, \"clust\": 499, \"rank\": 922, \"rankvar\": 4230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4046, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2385, \"group\": [495.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCTCGTATT\", \"ini\": 4774, \"clust\": 4140, \"rank\": 302, \"rankvar\": 254, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4047, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5165, \"group\": [4140.0, 181.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCAAACGGG\", \"ini\": 4773, \"clust\": 1072, \"rank\": 1188, \"rankvar\": 991, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 377, \"group\": [1073.0, 81.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGTGGTAAT\", \"ini\": 4772, \"clust\": 1151, \"rank\": 1683, \"rankvar\": 710, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4049, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 378, \"group\": [1152.0, 88.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTCTTTCAT\", \"ini\": 4771, \"clust\": 992, \"rank\": 752, \"rankvar\": 267, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4050, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 379, \"group\": [993.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTCACGCC\", \"ini\": 4770, \"clust\": 341, \"rank\": 1269, \"rankvar\": 3474, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4051, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2386, \"group\": [342.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTGCCAGA\", \"ini\": 4769, \"clust\": 5182, \"rank\": 824, \"rankvar\": 4987, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4052, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5048, \"group\": [5182.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATCGATTG\", \"ini\": 4768, \"clust\": 779, \"rank\": 1086, \"rankvar\": 423, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4053, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4316, \"group\": [781.0, 61.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACATCGATTG\", \"ini\": 4767, \"clust\": 364, \"rank\": 1072, \"rankvar\": 3777, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4054, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2387, \"group\": [363.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTCATCGTCGG\", \"ini\": 4766, \"clust\": 360, \"rank\": 961, \"rankvar\": 3388, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4055, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2388, \"group\": [361.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGTACTCT\", \"ini\": 4765, \"clust\": 4117, \"rank\": 166, \"rankvar\": 358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4056, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 15, \"group\": [4115.0, 177.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAAGCAGGTCA\", \"ini\": 4764, \"clust\": 995, \"rank\": 623, \"rankvar\": 190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4057, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 380, \"group\": [994.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCAACACGT\", \"ini\": 4763, \"clust\": 328, \"rank\": 1192, \"rankvar\": 4396, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4058, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2389, \"group\": [327.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTGGGATC\", \"ini\": 4762, \"clust\": 1032, \"rank\": 842, \"rankvar\": 504, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 381, \"group\": [1033.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGCGATAGC\", \"ini\": 4761, \"clust\": 345, \"rank\": 1539, \"rankvar\": 3983, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4060, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2390, \"group\": [346.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCGCATGGC\", \"ini\": 4760, \"clust\": 351, \"rank\": 1066, \"rankvar\": 3835, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4061, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2391, \"group\": [352.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTAAGGGAA\", \"ini\": 4759, \"clust\": 5124, \"rank\": 2217, \"rankvar\": 5188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4062, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5049, \"group\": [5123.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCCTTGAT\", \"ini\": 4758, \"clust\": 1134, \"rank\": 1088, \"rankvar\": 906, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4063, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 382, \"group\": [1131.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGCTAAACA\", \"ini\": 4757, \"clust\": 5173, \"rank\": 1687, \"rankvar\": 5119, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4064, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5050, \"group\": [5173.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTAGCTAAA\", \"ini\": 4756, \"clust\": 1063, \"rank\": 1272, \"rankvar\": 422, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4065, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 383, \"group\": [1064.0, 81.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATCCCGC\", \"ini\": 4755, \"clust\": 999, \"rank\": 1085, \"rankvar\": 191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4066, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 384, \"group\": [1000.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGAGTACCG\", \"ini\": 4754, \"clust\": 4263, \"rank\": 97, \"rankvar\": 181, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4067, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2833, \"group\": [4262.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCATGCTGGC\", \"ini\": 4753, \"clust\": 188, \"rank\": 1488, \"rankvar\": 1934, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4068, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2392, \"group\": [189.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGGATGGA\", \"ini\": 4752, \"clust\": 350, \"rank\": 1195, \"rankvar\": 3897, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4069, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2393, \"group\": [353.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTCACCCATTC\", \"ini\": 4751, \"clust\": 344, \"rank\": 1489, \"rankvar\": 3408, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4070, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2394, \"group\": [345.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTTAGTGGG\", \"ini\": 4750, \"clust\": 996, \"rank\": 505, \"rankvar\": 178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 385, \"group\": [995.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCGACA\", \"ini\": 4749, \"clust\": 303, \"rank\": 2094, \"rankvar\": 4399, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4072, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2395, \"group\": [303.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGTTTCCTT\", \"ini\": 4748, \"clust\": 826, \"rank\": 1406, \"rankvar\": 984, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4073, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 386, \"group\": [827.0, 68.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGCACGTCAGC\", \"ini\": 4747, \"clust\": 365, \"rank\": 1176, \"rankvar\": 2651, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4074, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2396, \"group\": [366.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCCAAAT\", \"ini\": 4746, \"clust\": 479, \"rank\": 977, \"rankvar\": 2111, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4075, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2397, \"group\": [482.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTCTCTTAT\", \"ini\": 4745, \"clust\": 567, \"rank\": 1353, \"rankvar\": 960, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4076, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2398, \"group\": [568.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCAACGGCC\", \"ini\": 4744, \"clust\": 4159, \"rank\": 345, \"rankvar\": 271, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4077, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2834, \"group\": [4160.0, 183.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCGAACGC\", \"ini\": 4743, \"clust\": 1120, \"rank\": 1102, \"rankvar\": 1585, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4078, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 387, \"group\": [1120.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCGCAAACT\", \"ini\": 4742, \"clust\": 391, \"rank\": 1453, \"rankvar\": 3867, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4079, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2399, \"group\": [391.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCACACGC\", \"ini\": 4741, \"clust\": 5216, \"rank\": 723, \"rankvar\": 2413, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4080, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5051, \"group\": [5214.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCACCACCAG\", \"ini\": 4740, \"clust\": 5186, \"rank\": 1617, \"rankvar\": 4981, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4081, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5052, \"group\": [5185.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGGCAAAC\", \"ini\": 4739, \"clust\": 5187, \"rank\": 1603, \"rankvar\": 4929, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4082, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5053, \"group\": [5186.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAGCGTAAG\", \"ini\": 4738, \"clust\": 4036, \"rank\": 628, \"rankvar\": 424, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4083, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4437, \"group\": [4035.0, 169.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTGGTCCGT\", \"ini\": 4737, \"clust\": 1156, \"rank\": 1694, \"rankvar\": 1432, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4084, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 388, \"group\": [1157.0, 89.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGTGTGGCA\", \"ini\": 4736, \"clust\": 5110, \"rank\": 1514, \"rankvar\": 3346, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4085, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4438, \"group\": [5114.0, 234.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAATGAATG\", \"ini\": 4735, \"clust\": 4032, \"rank\": 555, \"rankvar\": 438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4439, \"group\": [4032.0, 169.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAAACCCAT\", \"ini\": 4734, \"clust\": 4369, \"rank\": 337, \"rankvar\": 240, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4087, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 16, \"group\": [4366.0, 185.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCTCCAGGG\", \"ini\": 4733, \"clust\": 997, \"rank\": 689, \"rankvar\": 517, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4088, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 389, \"group\": [1002.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGCCAGTTT\", \"ini\": 4732, \"clust\": 5211, \"rank\": 676, \"rankvar\": 4092, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4089, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5054, \"group\": [5210.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTACATGAACCT\", \"ini\": 4731, \"clust\": 235, \"rank\": 1448, \"rankvar\": 568, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4090, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 390, \"group\": [234.0, 32.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGAATAGGG\", \"ini\": 4730, \"clust\": 865, \"rank\": 1429, \"rankvar\": 2242, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4091, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 391, \"group\": [867.0, 75.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGCTGGA\", \"ini\": 4729, \"clust\": 4649, \"rank\": 916, \"rankvar\": 1766, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4092, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4440, \"group\": [4647.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTACCGGCT\", \"ini\": 4728, \"clust\": 406, \"rank\": 1364, \"rankvar\": 2674, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4093, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2400, \"group\": [408.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGGTGGAT\", \"ini\": 4727, \"clust\": 4656, \"rank\": 849, \"rankvar\": 1906, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4094, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4441, \"group\": [4656.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGAGGTTAT\", \"ini\": 4726, \"clust\": 478, \"rank\": 1523, \"rankvar\": 3420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4095, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2401, \"group\": [479.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCAAAGACA\", \"ini\": 4725, \"clust\": 473, \"rank\": 1217, \"rankvar\": 3851, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4096, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2402, \"group\": [473.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTGATCGG\", \"ini\": 4724, \"clust\": 4245, \"rank\": 64, \"rankvar\": 60, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4097, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5166, \"group\": [4244.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAGGTCGTC\", \"ini\": 4723, \"clust\": 330, \"rank\": 1726, \"rankvar\": 3089, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4098, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2403, \"group\": [331.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTTCCACGG\", \"ini\": 4722, \"clust\": 791, \"rank\": 1050, \"rankvar\": 1121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4099, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4317, \"group\": [791.0, 61.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACAGCGTC\", \"ini\": 4721, \"clust\": 5151, \"rank\": 1935, \"rankvar\": 5211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4100, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5055, \"group\": [5148.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCCCTAATT\", \"ini\": 4720, \"clust\": 4060, \"rank\": 937, \"rankvar\": 1082, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4101, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4442, \"group\": [4060.0, 171.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAAAGCGGT\", \"ini\": 4719, \"clust\": 891, \"rank\": 1571, \"rankvar\": 1237, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4102, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 392, \"group\": [891.0, 77.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACGACGT\", \"ini\": 4718, \"clust\": 981, \"rank\": 778, \"rankvar\": 783, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 393, \"group\": [982.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCACTCTTA\", \"ini\": 4717, \"clust\": 348, \"rank\": 1136, \"rankvar\": 2663, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4104, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2404, \"group\": [349.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTTCAGACT\", \"ini\": 4716, \"clust\": 4115, \"rank\": 582, \"rankvar\": 330, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4105, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 17, \"group\": [4116.0, 177.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCATGCAACT\", \"ini\": 4715, \"clust\": 4029, \"rank\": 1160, \"rankvar\": 874, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4443, \"group\": [4029.0, 169.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCACCCT\", \"ini\": 4714, \"clust\": 429, \"rank\": 1268, \"rankvar\": 3378, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4107, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2405, \"group\": [429.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGGCTTC\", \"ini\": 4713, \"clust\": 413, \"rank\": 1032, \"rankvar\": 2753, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4108, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2406, \"group\": [413.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTCCAGTTA\", \"ini\": 4712, \"clust\": 312, \"rank\": 2054, \"rankvar\": 4962, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4109, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2407, \"group\": [313.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTAGCTAGGCA\", \"ini\": 4711, \"clust\": 428, \"rank\": 1191, \"rankvar\": 3128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4110, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2408, \"group\": [430.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGAGCGGCTTC\", \"ini\": 4710, \"clust\": 4262, \"rank\": 56, \"rankvar\": 156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4111, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5167, \"group\": [4263.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAGCCCAC\", \"ini\": 4709, \"clust\": 4652, \"rank\": 1235, \"rankvar\": 1378, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4112, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4444, \"group\": [4652.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCCACCGTTGG\", \"ini\": 4708, \"clust\": 988, \"rank\": 747, \"rankvar\": 252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 394, \"group\": [989.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGCGCCTTG\", \"ini\": 4707, \"clust\": 5178, \"rank\": 976, \"rankvar\": 4781, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4114, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5056, \"group\": [5180.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGAACTCGG\", \"ini\": 4706, \"clust\": 504, \"rank\": 1360, \"rankvar\": 4319, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4115, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2409, \"group\": [503.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTATCTG\", \"ini\": 4705, \"clust\": 1067, \"rank\": 1039, \"rankvar\": 790, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 395, \"group\": [1070.0, 81.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTCGGCTCA\", \"ini\": 4704, \"clust\": 305, \"rank\": 1915, \"rankvar\": 3545, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4117, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2410, \"group\": [306.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTTCCAACA\", \"ini\": 4703, \"clust\": 5203, \"rank\": 1121, \"rankvar\": 3424, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4118, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5057, \"group\": [5202.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCCTGCAGG\", \"ini\": 4702, \"clust\": 1043, \"rank\": 968, \"rankvar\": 253, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 396, \"group\": [1046.0, 79.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATAGAGGTAGA\", \"ini\": 4701, \"clust\": 474, \"rank\": 1274, \"rankvar\": 2248, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4120, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2411, \"group\": [474.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACATGCAATC\", \"ini\": 4700, \"clust\": 944, \"rank\": 1802, \"rankvar\": 695, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 397, \"group\": [945.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTTTAAGCC\", \"ini\": 4699, \"clust\": 458, \"rank\": 1056, \"rankvar\": 2988, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4122, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2412, \"group\": [462.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTTCATGGT\", \"ini\": 4698, \"clust\": 189, \"rank\": 2061, \"rankvar\": 3787, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4123, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2096, \"group\": [190.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCTGCAGG\", \"ini\": 4697, \"clust\": 4210, \"rank\": 787, \"rankvar\": 21, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4124, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4445, \"group\": [4213.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGAGAACAG\", \"ini\": 4696, \"clust\": 4701, \"rank\": 1057, \"rankvar\": 1792, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4125, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4446, \"group\": [4703.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGAGAGCAATT\", \"ini\": 4695, \"clust\": 837, \"rank\": 1339, \"rankvar\": 1248, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4126, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 398, \"group\": [836.0, 71.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAACGCGA\", \"ini\": 4694, \"clust\": 1011, \"rank\": 1145, \"rankvar\": 461, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 399, \"group\": [1030.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCAGTTTGG\", \"ini\": 4693, \"clust\": 4034, \"rank\": 644, \"rankvar\": 572, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4447, \"group\": [4036.0, 169.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCCTCAACC\", \"ini\": 4692, \"clust\": 4542, \"rank\": 680, \"rankvar\": 3133, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4448, \"group\": [4542.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCAGCCTTTC\", \"ini\": 4691, \"clust\": 449, \"rank\": 1028, \"rankvar\": 3003, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4130, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2413, \"group\": [448.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATAGGAG\", \"ini\": 4690, \"clust\": 4148, \"rank\": 381, \"rankvar\": 319, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4131, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 400, \"group\": [4149.0, 183.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTCTCATCC\", \"ini\": 4689, \"clust\": 4026, \"rank\": 841, \"rankvar\": 3087, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4132, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2414, \"group\": [4024.0, 168.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCGGCATCG\", \"ini\": 4688, \"clust\": 234, \"rank\": 1820, \"rankvar\": 1170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 401, \"group\": [236.0, 32.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTTCGCTAA\", \"ini\": 4687, \"clust\": 457, \"rank\": 896, \"rankvar\": 1717, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4134, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2415, \"group\": [456.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGCGATG\", \"ini\": 4686, \"clust\": 4163, \"rank\": 75, \"rankvar\": 188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4135, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5168, \"group\": [4163.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAGTCAGCC\", \"ini\": 4685, \"clust\": 1022, \"rank\": 1445, \"rankvar\": 151, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 402, \"group\": [1021.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAACTGCTA\", \"ini\": 4684, \"clust\": 430, \"rank\": 1458, \"rankvar\": 4371, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4137, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2416, \"group\": [427.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTTGAGAT\", \"ini\": 4683, \"clust\": 388, \"rank\": 1686, \"rankvar\": 4568, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4138, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2417, \"group\": [388.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCCCTAAT\", \"ini\": 4682, \"clust\": 857, \"rank\": 1436, \"rankvar\": 223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 403, \"group\": [862.0, 75.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAAGTCTAC\", \"ini\": 4681, \"clust\": 357, \"rank\": 1251, \"rankvar\": 3220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4140, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2418, \"group\": [358.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGGCTCTTA\", \"ini\": 4680, \"clust\": 4041, \"rank\": 479, \"rankvar\": 576, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4449, \"group\": [4038.0, 169.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAACAGCGAACA\", \"ini\": 4679, \"clust\": 1130, \"rank\": 1648, \"rankvar\": 738, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 404, \"group\": [1134.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAAACCGT\", \"ini\": 4678, \"clust\": 1062, \"rank\": 1146, \"rankvar\": 1040, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 405, \"group\": [1062.0, 81.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCACAGACTT\", \"ini\": 4677, \"clust\": 4127, \"rank\": 491, \"rankvar\": 534, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4144, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4450, \"group\": [4128.0, 179.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCAATGGACG\", \"ini\": 4676, \"clust\": 4037, \"rank\": 931, \"rankvar\": 1335, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4145, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4451, \"group\": [4041.0, 169.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTGACTACT\", \"ini\": 4675, \"clust\": 840, \"rank\": 1395, \"rankvar\": 459, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 406, \"group\": [840.0, 71.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCTCTTATG\", \"ini\": 4674, \"clust\": 4082, \"rank\": 531, \"rankvar\": 1043, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4147, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4452, \"group\": [4082.0, 176.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTACAGCAG\", \"ini\": 4673, \"clust\": 446, \"rank\": 740, \"rankvar\": 2346, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4148, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2419, \"group\": [450.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCACCCAGTG\", \"ini\": 4672, \"clust\": 4107, \"rank\": 605, \"rankvar\": 522, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4149, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2420, \"group\": [4107.0, 177.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTATAGGTA\", \"ini\": 4671, \"clust\": 4347, \"rank\": 135, \"rankvar\": 206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4150, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2835, \"group\": [4347.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGCTGAG\", \"ini\": 4670, \"clust\": 4085, \"rank\": 563, \"rankvar\": 329, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4151, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4453, \"group\": [4087.0, 176.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGGCGCTCT\", \"ini\": 4669, \"clust\": 850, \"rank\": 1203, \"rankvar\": 618, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4152, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2421, \"group\": [851.0, 73.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGATTC\", \"ini\": 4668, \"clust\": 439, \"rank\": 1476, \"rankvar\": 3175, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4153, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2422, \"group\": [438.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCTGGAGCC\", \"ini\": 4667, \"clust\": 1144, \"rank\": 1602, \"rankvar\": 1073, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 407, \"group\": [1147.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCGGATGGA\", \"ini\": 4666, \"clust\": 405, \"rank\": 1538, \"rankvar\": 1652, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4155, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2423, \"group\": [409.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTATGCTTG\", \"ini\": 4665, \"clust\": 4214, \"rank\": 147, \"rankvar\": 157, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4156, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5169, \"group\": [4311.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTACTTAC\", \"ini\": 4664, \"clust\": 505, \"rank\": 1680, \"rankvar\": 2362, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4157, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2424, \"group\": [504.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAAATCCGT\", \"ini\": 4663, \"clust\": 866, \"rank\": 1207, \"rankvar\": 1104, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 408, \"group\": [865.0, 75.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTGGGCTA\", \"ini\": 4662, \"clust\": 5190, \"rank\": 1661, \"rankvar\": 4395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4159, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5058, \"group\": [5193.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCAGGTGCCT\", \"ini\": 4661, \"clust\": 5109, \"rank\": 2858, \"rankvar\": 5021, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4160, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2425, \"group\": [5108.0, 232.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCTGAGTGT\", \"ini\": 4660, \"clust\": 601, \"rank\": 1510, \"rankvar\": 4238, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4161, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2426, \"group\": [601.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGAGAGTACAT\", \"ini\": 4659, \"clust\": 4647, \"rank\": 1131, \"rankvar\": 2259, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4454, \"group\": [4649.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGATGAGG\", \"ini\": 4658, \"clust\": 4086, \"rank\": 774, \"rankvar\": 749, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4163, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4455, \"group\": [4086.0, 176.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACCCTATC\", \"ini\": 4657, \"clust\": 5126, \"rank\": 2238, \"rankvar\": 4155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4164, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5059, \"group\": [5152.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCGTTTGCC\", \"ini\": 4656, \"clust\": 1070, \"rank\": 1622, \"rankvar\": 781, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 409, \"group\": [1071.0, 81.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCATTCA\", \"ini\": 4655, \"clust\": 4372, \"rank\": 254, \"rankvar\": 201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4166, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3099, \"group\": [4372.0, 185.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCTGTCAAG\", \"ini\": 4654, \"clust\": 1157, \"rank\": 2113, \"rankvar\": 1352, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 410, \"group\": [1158.0, 89.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGCGCAC\", \"ini\": 4653, \"clust\": 977, \"rank\": 892, \"rankvar\": 51, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 411, \"group\": [976.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCGTCTTC\", \"ini\": 4652, \"clust\": 860, \"rank\": 1554, \"rankvar\": 1054, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4169, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 412, \"group\": [860.0, 75.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCACAACGTT\", \"ini\": 4651, \"clust\": 4053, \"rank\": 509, \"rankvar\": 1208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4170, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4456, \"group\": [4053.0, 171.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTCCGAAGA\", \"ini\": 4650, \"clust\": 565, \"rank\": 2003, \"rankvar\": 712, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4171, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2427, \"group\": [564.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCAAGC\", \"ini\": 4649, \"clust\": 403, \"rank\": 1890, \"rankvar\": 508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4172, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2428, \"group\": [402.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCCGTTGTC\", \"ini\": 4648, \"clust\": 830, \"rank\": 2026, \"rankvar\": 677, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 413, \"group\": [834.0, 70.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCAAGTAATG\", \"ini\": 4647, \"clust\": 450, \"rank\": 1464, \"rankvar\": 3536, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4174, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2429, \"group\": [451.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCTAGAAC\", \"ini\": 4646, \"clust\": 576, \"rank\": 1922, \"rankvar\": 2360, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4175, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2430, \"group\": [576.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCCTTGCCA\", \"ini\": 4645, \"clust\": 892, \"rank\": 1671, \"rankvar\": 766, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 414, \"group\": [892.0, 77.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGGACGAT\", \"ini\": 4644, \"clust\": 858, \"rank\": 1764, \"rankvar\": 647, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 415, \"group\": [858.0, 75.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGTGGTAAT\", \"ini\": 4643, \"clust\": 4157, \"rank\": 776, \"rankvar\": 281, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 416, \"group\": [4158.0, 183.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGATGCGAC\", \"ini\": 4642, \"clust\": 424, \"rank\": 1181, \"rankvar\": 3255, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4179, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2431, \"group\": [424.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAGCTTAAC\", \"ini\": 4641, \"clust\": 315, \"rank\": 2153, \"rankvar\": 4377, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4180, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2432, \"group\": [315.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGCAGCCTC\", \"ini\": 4640, \"clust\": 414, \"rank\": 1087, \"rankvar\": 2145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4181, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2433, \"group\": [416.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTGGTGTAG\", \"ini\": 4639, \"clust\": 798, \"rank\": 674, \"rankvar\": 486, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4182, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4318, \"group\": [809.0, 62.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTTGATG\", \"ini\": 4638, \"clust\": 880, \"rank\": 2042, \"rankvar\": 1416, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 417, \"group\": [881.0, 77.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAGTCGACTAT\", \"ini\": 4637, \"clust\": 444, \"rank\": 1331, \"rankvar\": 4023, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4184, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2434, \"group\": [445.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGAATCT\", \"ini\": 4636, \"clust\": 887, \"rank\": 1350, \"rankvar\": 855, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 418, \"group\": [886.0, 77.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTCCAGTAT\", \"ini\": 4635, \"clust\": 199, \"rank\": 2591, \"rankvar\": 532, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 419, \"group\": [202.0, 19.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGACAGCT\", \"ini\": 4634, \"clust\": 1065, \"rank\": 1177, \"rankvar\": 1941, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 420, \"group\": [1066.0, 81.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACCATACTACG\", \"ini\": 4633, \"clust\": 4296, \"rank\": 585, \"rankvar\": 96, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4457, \"group\": [4297.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGGTACA\", \"ini\": 4632, \"clust\": 236, \"rank\": 1354, \"rankvar\": 1056, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 421, \"group\": [235.0, 32.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAAACGTGG\", \"ini\": 4631, \"clust\": 197, \"rank\": 2144, \"rankvar\": 1919, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4190, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 422, \"group\": [195.0, 19.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTAGTGACTCT\", \"ini\": 4630, \"clust\": 415, \"rank\": 1348, \"rankvar\": 2908, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4191, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2435, \"group\": [414.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTATCGCAT\", \"ini\": 4629, \"clust\": 1121, \"rank\": 1863, \"rankvar\": 551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 423, \"group\": [1122.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACGTCAGC\", \"ini\": 4628, \"clust\": 611, \"rank\": 2039, \"rankvar\": 2827, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4193, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2436, \"group\": [615.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCACCTCGT\", \"ini\": 4627, \"clust\": 4155, \"rank\": 149, \"rankvar\": 384, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4194, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5170, \"group\": [4154.0, 183.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGTGCCTG\", \"ini\": 4626, \"clust\": 566, \"rank\": 1637, \"rankvar\": 2881, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4195, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2437, \"group\": [565.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGCGAT\", \"ini\": 4625, \"clust\": 4090, \"rank\": 604, \"rankvar\": 482, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4458, \"group\": [4091.0, 176.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATTGG\", \"ini\": 4624, \"clust\": 198, \"rank\": 2314, \"rankvar\": 1367, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 424, \"group\": [196.0, 19.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCTTTACGT\", \"ini\": 4623, \"clust\": 876, \"rank\": 1508, \"rankvar\": 562, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 425, \"group\": [876.0, 77.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCGCCAGCA\", \"ini\": 4622, \"clust\": 434, \"rank\": 2106, \"rankvar\": 4219, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4199, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2438, \"group\": [435.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCAGATCCTGT\", \"ini\": 4621, \"clust\": 4042, \"rank\": 651, \"rankvar\": 701, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4459, \"group\": [4044.0, 169.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCTCTGAGA\", \"ini\": 4620, \"clust\": 888, \"rank\": 1316, \"rankvar\": 641, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 426, \"group\": [887.0, 77.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGCAATC\", \"ini\": 4619, \"clust\": 1064, \"rank\": 1415, \"rankvar\": 357, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 427, \"group\": [1065.0, 81.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTCTGG\", \"ini\": 4618, \"clust\": 763, \"rank\": 718, \"rankvar\": 189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4203, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 18, \"group\": [765.0, 55.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGTGAAGTT\", \"ini\": 4617, \"clust\": 398, \"rank\": 1817, \"rankvar\": 1452, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4204, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2439, \"group\": [404.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTAAGGATT\", \"ini\": 4616, \"clust\": 4072, \"rank\": 720, \"rankvar\": 399, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4205, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2440, \"group\": [4072.0, 176.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTGTCGAGTTT\", \"ini\": 4615, \"clust\": 4101, \"rank\": 413, \"rankvar\": 774, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4206, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2441, \"group\": [4101.0, 177.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTTGCTCCT\", \"ini\": 4614, \"clust\": 269, \"rank\": 2515, \"rankvar\": 4159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4207, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2442, \"group\": [268.0, 38.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCGCATC\", \"ini\": 4613, \"clust\": 4226, \"rank\": 67, \"rankvar\": 22, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4208, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5171, \"group\": [4224.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACTCAGCCTAA\", \"ini\": 4612, \"clust\": 1138, \"rank\": 1578, \"rankvar\": 795, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 428, \"group\": [1139.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTGGGCCA\", \"ini\": 4611, \"clust\": 4056, \"rank\": 335, \"rankvar\": 297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4210, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 19, \"group\": [4055.0, 171.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGGCTAGCA\", \"ini\": 4610, \"clust\": 342, \"rank\": 1544, \"rankvar\": 2131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4211, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2443, \"group\": [343.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAAGCCATCGC\", \"ini\": 4609, \"clust\": 231, \"rank\": 2621, \"rankvar\": 861, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 429, \"group\": [232.0, 31.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATACTACG\", \"ini\": 4608, \"clust\": 4646, \"rank\": 1193, \"rankvar\": 1286, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4213, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4460, \"group\": [4650.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCTAGTGT\", \"ini\": 4607, \"clust\": 385, \"rank\": 1549, \"rankvar\": 3744, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4214, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2444, \"group\": [386.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACATCCGCGA\", \"ini\": 4606, \"clust\": 4024, \"rank\": 1451, \"rankvar\": 2519, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4215, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2445, \"group\": [4025.0, 168.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCCGTGAC\", \"ini\": 4605, \"clust\": 4363, \"rank\": 909, \"rankvar\": 528, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4216, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4461, \"group\": [4374.0, 185.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTTCCACAA\", \"ini\": 4604, \"clust\": 1038, \"rank\": 1206, \"rankvar\": 431, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 430, \"group\": [1037.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCCTTGTG\", \"ini\": 4603, \"clust\": 4023, \"rank\": 1555, \"rankvar\": 1571, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4218, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4462, \"group\": [4026.0, 168.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCGATTCT\", \"ini\": 4602, \"clust\": 884, \"rank\": 1590, \"rankvar\": 759, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 431, \"group\": [884.0, 77.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCAATGGT\", \"ini\": 4601, \"clust\": 1060, \"rank\": 1416, \"rankvar\": 800, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 432, \"group\": [1063.0, 81.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTACAGACG\", \"ini\": 4600, \"clust\": 4020, \"rank\": 1110, \"rankvar\": 1174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4221, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4463, \"group\": [4027.0, 168.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGCTGATAA\", \"ini\": 4599, \"clust\": 4317, \"rank\": 538, \"rankvar\": 87, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4222, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 20, \"group\": [4319.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTAATAGCA\", \"ini\": 4598, \"clust\": 894, \"rank\": 1158, \"rankvar\": 954, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 433, \"group\": [894.0, 77.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTGGCGAC\", \"ini\": 4597, \"clust\": 4141, \"rank\": 109, \"rankvar\": 115, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4224, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5172, \"group\": [4141.0, 181.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAATGTGT\", \"ini\": 4596, \"clust\": 889, \"rank\": 1493, \"rankvar\": 1568, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4225, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 434, \"group\": [888.0, 77.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCACCTCGT\", \"ini\": 4595, \"clust\": 867, \"rank\": 1460, \"rankvar\": 778, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 435, \"group\": [866.0, 75.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCCGAAT\", \"ini\": 4594, \"clust\": 411, \"rank\": 1284, \"rankvar\": 2951, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4227, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2446, \"group\": [411.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTACAGCAG\", \"ini\": 4593, \"clust\": 4119, \"rank\": 1107, \"rankvar\": 1337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2447, \"group\": [4119.0, 178.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCAACGCTA\", \"ini\": 4592, \"clust\": 1139, \"rank\": 1713, \"rankvar\": 1346, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4229, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 436, \"group\": [1140.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCACGAAATA\", \"ini\": 4591, \"clust\": 418, \"rank\": 1446, \"rankvar\": 1943, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4230, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2448, \"group\": [419.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATTTGCTT\", \"ini\": 4590, \"clust\": 863, \"rank\": 1495, \"rankvar\": 1725, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4231, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 437, \"group\": [864.0, 75.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTGTAATGA\", \"ini\": 4589, \"clust\": 491, \"rank\": 1288, \"rankvar\": 2678, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4232, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2449, \"group\": [506.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGAGTATA\", \"ini\": 4588, \"clust\": 568, \"rank\": 1545, \"rankvar\": 1326, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4233, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2450, \"group\": [569.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTAAAGA\", \"ini\": 4587, \"clust\": 319, \"rank\": 1580, \"rankvar\": 3921, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4234, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2451, \"group\": [320.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGTTGAGG\", \"ini\": 4586, \"clust\": 1150, \"rank\": 1391, \"rankvar\": 690, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4235, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 438, \"group\": [1151.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACACCAGGCT\", \"ini\": 4585, \"clust\": 1030, \"rank\": 886, \"rankvar\": 70, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 439, \"group\": [1043.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGGGACA\", \"ini\": 4584, \"clust\": 5201, \"rank\": 1134, \"rankvar\": 1594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4237, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5060, \"group\": [5203.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGGGTACA\", \"ini\": 4583, \"clust\": 4146, \"rank\": 446, \"rankvar\": 222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 440, \"group\": [4146.0, 182.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTTTGCATG\", \"ini\": 4582, \"clust\": 373, \"rank\": 1642, \"rankvar\": 3882, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4239, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2452, \"group\": [374.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTTGCGCAC\", \"ini\": 4581, \"clust\": 442, \"rank\": 1740, \"rankvar\": 2498, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4240, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2453, \"group\": [442.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGATTGT\", \"ini\": 4580, \"clust\": 5146, \"rank\": 2640, \"rankvar\": 5210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4241, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5061, \"group\": [5144.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGAGACG\", \"ini\": 4579, \"clust\": 4047, \"rank\": 721, \"rankvar\": 307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4242, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 21, \"group\": [4049.0, 170.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGCAGCGTA\", \"ini\": 4578, \"clust\": 5147, \"rank\": 2362, \"rankvar\": 5220, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4243, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5062, \"group\": [5145.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCAAGCCATT\", \"ini\": 4577, \"clust\": 333, \"rank\": 1803, \"rankvar\": 1799, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4244, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2454, \"group\": [338.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTTACCCA\", \"ini\": 4576, \"clust\": 765, \"rank\": 700, \"rankvar\": 935, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4245, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 22, \"group\": [764.0, 55.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCTCTTGAT\", \"ini\": 4575, \"clust\": 421, \"rank\": 1884, \"rankvar\": 4262, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4246, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2455, \"group\": [422.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGCCGTCGT\", \"ini\": 4574, \"clust\": 332, \"rank\": 1724, \"rankvar\": 3165, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4247, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2456, \"group\": [339.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTAACTTC\", \"ini\": 4573, \"clust\": 4051, \"rank\": 759, \"rankvar\": 746, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4248, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4464, \"group\": [4054.0, 171.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCACGGTTA\", \"ini\": 4572, \"clust\": 422, \"rank\": 1532, \"rankvar\": 3962, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4249, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2457, \"group\": [423.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTAGACTGTAA\", \"ini\": 4571, \"clust\": 377, \"rank\": 1710, \"rankvar\": 2818, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4250, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2458, \"group\": [376.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATTGTGCA\", \"ini\": 4570, \"clust\": 4142, \"rank\": 1546, \"rankvar\": 7, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 441, \"group\": [4148.0, 182.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAGTCGGT\", \"ini\": 4569, \"clust\": 770, \"rank\": 1927, \"rankvar\": 1084, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4252, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4319, \"group\": [770.0, 59.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCGTCAAA\", \"ini\": 4568, \"clust\": 90, \"rank\": 2844, \"rankvar\": 4296, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4253, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2097, \"group\": [89.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCACCCTCA\", \"ini\": 4567, \"clust\": 845, \"rank\": 1757, \"rankvar\": 1190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 442, \"group\": [845.0, 72.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTCACCTC\", \"ini\": 4566, \"clust\": 4655, \"rank\": 795, \"rankvar\": 784, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4255, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4465, \"group\": [4655.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGACAAGCC\", \"ini\": 4565, \"clust\": 4302, \"rank\": 141, \"rankvar\": 142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4256, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5173, \"group\": [4299.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGCATCATC\", \"ini\": 4564, \"clust\": 501, \"rank\": 1533, \"rankvar\": 3479, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4257, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2459, \"group\": [500.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGACACGAC\", \"ini\": 4563, \"clust\": 835, \"rank\": 2218, \"rankvar\": 2357, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 443, \"group\": [837.0, 71.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTTCCTT\", \"ini\": 4562, \"clust\": 408, \"rank\": 1038, \"rankvar\": 2433, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4259, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2460, \"group\": [407.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGATACACA\", \"ini\": 4561, \"clust\": 634, \"rank\": 1758, \"rankvar\": 1922, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4260, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2461, \"group\": [634.0, 43.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACAATAGAGT\", \"ini\": 4560, \"clust\": 897, \"rank\": 1413, \"rankvar\": 387, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4261, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 444, \"group\": [896.0, 77.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGATGTGGC\", \"ini\": 4559, \"clust\": 440, \"rank\": 1732, \"rankvar\": 826, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4262, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2462, \"group\": [439.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGTAAGTAC\", \"ini\": 4558, \"clust\": 1034, \"rank\": 1023, \"rankvar\": 634, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 445, \"group\": [1032.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGGTCGAT\", \"ini\": 4557, \"clust\": 4306, \"rank\": 194, \"rankvar\": 55, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4264, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5174, \"group\": [4308.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAAACGCG\", \"ini\": 4556, \"clust\": 304, \"rank\": 2104, \"rankvar\": 4503, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4265, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2463, \"group\": [304.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCAGGGTGTTG\", \"ini\": 4555, \"clust\": 465, \"rank\": 1011, \"rankvar\": 3972, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4266, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2464, \"group\": [470.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGCTATGCT\", \"ini\": 4554, \"clust\": 162, \"rank\": 2596, \"rankvar\": 2279, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 446, \"group\": [165.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCTCGATGA\", \"ini\": 4553, \"clust\": 4393, \"rank\": 565, \"rankvar\": 309, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4268, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2836, \"group\": [4395.0, 191.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAACACCCG\", \"ini\": 4552, \"clust\": 435, \"rank\": 1787, \"rankvar\": 4402, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4269, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2465, \"group\": [433.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTAAGAGAG\", \"ini\": 4551, \"clust\": 306, \"rank\": 1990, \"rankvar\": 4158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4270, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2466, \"group\": [307.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAGCTCCG\", \"ini\": 4550, \"clust\": 399, \"rank\": 1472, \"rankvar\": 4132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4271, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2467, \"group\": [398.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTGTCCAT\", \"ini\": 4549, \"clust\": 5179, \"rank\": 1123, \"rankvar\": 4815, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4272, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5063, \"group\": [5178.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGATTA\", \"ini\": 4548, \"clust\": 1074, \"rank\": 1148, \"rankvar\": 1794, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4273, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 447, \"group\": [1077.0, 81.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTGCTGTC\", \"ini\": 4547, \"clust\": 509, \"rank\": 1070, \"rankvar\": 378, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2468, \"group\": [511.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTAAGTAG\", \"ini\": 4546, \"clust\": 426, \"rank\": 2015, \"rankvar\": 1218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4275, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2469, \"group\": [432.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTAGGACAC\", \"ini\": 4545, \"clust\": 400, \"rank\": 1719, \"rankvar\": 3535, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4276, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2470, \"group\": [399.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTACGAAAT\", \"ini\": 4544, \"clust\": 5162, \"rank\": 1970, \"rankvar\": 4005, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4277, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5064, \"group\": [5165.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCGGCATC\", \"ini\": 4543, \"clust\": 1066, \"rank\": 1227, \"rankvar\": 876, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 448, \"group\": [1067.0, 81.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATAGTCA\", \"ini\": 4542, \"clust\": 346, \"rank\": 2013, \"rankvar\": 3027, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4279, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2471, \"group\": [347.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTTTAGGA\", \"ini\": 4541, \"clust\": 829, \"rank\": 1243, \"rankvar\": 286, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 449, \"group\": [830.0, 70.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGTCGTC\", \"ini\": 4540, \"clust\": 4121, \"rank\": 1334, \"rankvar\": 1013, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4281, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4466, \"group\": [4122.0, 178.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGAAGGACA\", \"ini\": 4539, \"clust\": 1079, \"rank\": 1575, \"rankvar\": 417, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 450, \"group\": [1078.0, 81.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTGGAGA\", \"ini\": 4538, \"clust\": 561, \"rank\": 2380, \"rankvar\": 1974, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4283, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2472, \"group\": [562.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGGTGGA\", \"ini\": 4537, \"clust\": 969, \"rank\": 1402, \"rankvar\": 160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 451, \"group\": [971.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGGCATG\", \"ini\": 4536, \"clust\": 1115, \"rank\": 2284, \"rankvar\": 4686, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 452, \"group\": [1116.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAATGTTGC\", \"ini\": 4535, \"clust\": 572, \"rank\": 1651, \"rankvar\": 2517, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4286, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2473, \"group\": [571.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCGGCA\", \"ini\": 4534, \"clust\": 451, \"rank\": 1138, \"rankvar\": 1822, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4287, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2474, \"group\": [452.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGTACC\", \"ini\": 4533, \"clust\": 82, \"rank\": 2085, \"rankvar\": 1589, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 453, \"group\": [83.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCATTATCC\", \"ini\": 4532, \"clust\": 597, \"rank\": 2222, \"rankvar\": 3708, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2475, \"group\": [598.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAGGATCGA\", \"ini\": 4531, \"clust\": 877, \"rank\": 1804, \"rankvar\": 395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4290, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 454, \"group\": [877.0, 77.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTCCAGTTA\", \"ini\": 4530, \"clust\": 783, \"rank\": 1447, \"rankvar\": 1143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4291, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4320, \"group\": [783.0, 61.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAGCTTCGG\", \"ini\": 4529, \"clust\": 331, \"rank\": 2194, \"rankvar\": 1677, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4292, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2476, \"group\": [332.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCACCAGGC\", \"ini\": 4528, \"clust\": 859, \"rank\": 1854, \"rankvar\": 505, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4293, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 455, \"group\": [859.0, 75.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACACAGAGGT\", \"ini\": 4527, \"clust\": 334, \"rank\": 1635, \"rankvar\": 3602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4294, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2477, \"group\": [335.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGATTGCT\", \"ini\": 4526, \"clust\": 240, \"rank\": 2199, \"rankvar\": 376, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4295, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 456, \"group\": [240.0, 33.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCATCGTCGG\", \"ini\": 4525, \"clust\": 585, \"rank\": 1876, \"rankvar\": 3107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2478, \"group\": [589.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTGAATTG\", \"ini\": 4524, \"clust\": 4282, \"rank\": 43, \"rankvar\": 122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4297, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5175, \"group\": [4281.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGTATCTCG\", \"ini\": 4523, \"clust\": 4379, \"rank\": 1124, \"rankvar\": 244, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 457, \"group\": [4379.0, 189.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAACGC\", \"ini\": 4522, \"clust\": 1160, \"rank\": 2376, \"rankvar\": 4144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4299, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 458, \"group\": [1161.0, 89.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGATCCCGC\", \"ini\": 4521, \"clust\": 621, \"rank\": 2052, \"rankvar\": 4944, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4300, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2479, \"group\": [622.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAAGAAAGG\", \"ini\": 4520, \"clust\": 4120, \"rank\": 960, \"rankvar\": 1488, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4301, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2480, \"group\": [4120.0, 178.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTGGTTT\", \"ini\": 4519, \"clust\": 1048, \"rank\": 1324, \"rankvar\": 232, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 459, \"group\": [1049.0, 79.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTTCAAG\", \"ini\": 4518, \"clust\": 1052, \"rank\": 935, \"rankvar\": 380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 460, \"group\": [1052.0, 79.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTTTCG\", \"ini\": 4517, \"clust\": 580, \"rank\": 1543, \"rankvar\": 2604, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4304, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2481, \"group\": [579.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGTCTAC\", \"ini\": 4516, \"clust\": 1135, \"rank\": 1682, \"rankvar\": 904, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 461, \"group\": [1138.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTGTCCGT\", \"ini\": 4515, \"clust\": 5163, \"rank\": 1588, \"rankvar\": 4791, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4306, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5065, \"group\": [5163.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTATATCCG\", \"ini\": 4514, \"clust\": 1047, \"rank\": 1313, \"rankvar\": 887, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4307, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 462, \"group\": [1048.0, 79.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACAGGCCT\", \"ini\": 4513, \"clust\": 416, \"rank\": 1501, \"rankvar\": 4067, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4308, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2482, \"group\": [415.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCACCGATAT\", \"ini\": 4512, \"clust\": 890, \"rank\": 1946, \"rankvar\": 665, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 463, \"group\": [889.0, 77.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGCCATG\", \"ini\": 4511, \"clust\": 4513, \"rank\": 952, \"rankvar\": 425, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4467, \"group\": [4513.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCGCTTGTC\", \"ini\": 4510, \"clust\": 1162, \"rank\": 2164, \"rankvar\": 575, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 464, \"group\": [1163.0, 90.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGCTGATAA\", \"ini\": 4509, \"clust\": 636, \"rank\": 1677, \"rankvar\": 2236, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4312, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2483, \"group\": [639.0, 43.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACACATGT\", \"ini\": 4508, \"clust\": 1053, \"rank\": 1296, \"rankvar\": 817, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 465, \"group\": [1053.0, 79.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACATACG\", \"ini\": 4507, \"clust\": 822, \"rank\": 1681, \"rankvar\": 313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4314, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 466, \"group\": [822.0, 66.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCACCGAATT\", \"ini\": 4506, \"clust\": 4290, \"rank\": 99, \"rankvar\": 16, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4315, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5176, \"group\": [4289.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAATAGCGG\", \"ini\": 4505, \"clust\": 1073, \"rank\": 1692, \"rankvar\": 886, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4316, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 467, \"group\": [1074.0, 81.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCCAGACACTT\", \"ini\": 4504, \"clust\": 409, \"rank\": 1511, \"rankvar\": 3601, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4317, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2484, \"group\": [417.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTTACGGAG\", \"ini\": 4503, \"clust\": 387, \"rank\": 2361, \"rankvar\": 3358, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4318, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2485, \"group\": [390.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGAGTTGGC\", \"ini\": 4502, \"clust\": 562, \"rank\": 2667, \"rankvar\": 3756, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4319, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2486, \"group\": [560.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCCCAGCT\", \"ini\": 4501, \"clust\": 404, \"rank\": 2119, \"rankvar\": 2595, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4320, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2487, \"group\": [403.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATCAGAA\", \"ini\": 4500, \"clust\": 4396, \"rank\": 630, \"rankvar\": 530, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4321, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2837, \"group\": [4400.0, 191.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGTCGATAA\", \"ini\": 4499, \"clust\": 308, \"rank\": 2274, \"rankvar\": 4142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2488, \"group\": [308.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAAGTTCTG\", \"ini\": 4498, \"clust\": 4413, \"rank\": 595, \"rankvar\": 1807, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4323, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2838, \"group\": [4413.0, 192.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGACTAGGC\", \"ini\": 4497, \"clust\": 192, \"rank\": 2093, \"rankvar\": 4427, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4324, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2098, \"group\": [191.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCACGGTAAG\", \"ini\": 4496, \"clust\": 378, \"rank\": 2161, \"rankvar\": 2888, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4325, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2489, \"group\": [377.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCTGTAGA\", \"ini\": 4495, \"clust\": 237, \"rank\": 1799, \"rankvar\": 722, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 468, \"group\": [239.0, 32.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCCCTTGT\", \"ini\": 4494, \"clust\": 204, \"rank\": 2643, \"rankvar\": 2191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 469, \"group\": [205.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTCGCTTG\", \"ini\": 4493, \"clust\": 431, \"rank\": 1566, \"rankvar\": 3473, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4328, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2490, \"group\": [428.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACCAACCG\", \"ini\": 4492, \"clust\": 267, \"rank\": 1945, \"rankvar\": 2356, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4329, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2491, \"group\": [271.0, 38.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGCGCCTTG\", \"ini\": 4491, \"clust\": 1080, \"rank\": 1265, \"rankvar\": 490, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4330, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 470, \"group\": [1079.0, 81.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCTCCCGACTT\", \"ini\": 4490, \"clust\": 433, \"rank\": 1880, \"rankvar\": 2056, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4331, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2492, \"group\": [436.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGCCACGCT\", \"ini\": 4489, \"clust\": 582, \"rank\": 1916, \"rankvar\": 1768, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4332, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2493, \"group\": [583.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCCCAACC\", \"ini\": 4488, \"clust\": 881, \"rank\": 2145, \"rankvar\": 1395, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4333, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 471, \"group\": [882.0, 77.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCAAGCGAGT\", \"ini\": 4487, \"clust\": 603, \"rank\": 2159, \"rankvar\": 3640, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4334, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2494, \"group\": [602.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATGTTCCC\", \"ini\": 4486, \"clust\": 878, \"rank\": 1886, \"rankvar\": 1148, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4335, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 472, \"group\": [878.0, 77.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCACAGGTTT\", \"ini\": 4485, \"clust\": 374, \"rank\": 1741, \"rankvar\": 2672, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2495, \"group\": [375.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCGCGCCAA\", \"ini\": 4484, \"clust\": 4893, \"rank\": 1905, \"rankvar\": 1838, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4337, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 473, \"group\": [4914.0, 208.0, 41.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCAGCGCTTAT\", \"ini\": 4483, \"clust\": 4256, \"rank\": 90, \"rankvar\": 204, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4338, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5177, \"group\": [4254.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACCAGATT\", \"ini\": 4482, \"clust\": 5152, \"rank\": 2625, \"rankvar\": 5173, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4339, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5066, \"group\": [5149.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTATGAAAC\", \"ini\": 4481, \"clust\": 238, \"rank\": 2038, \"rankvar\": 1058, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 474, \"group\": [237.0, 32.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCCCTGACT\", \"ini\": 4480, \"clust\": 1059, \"rank\": 1962, \"rankvar\": 515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 475, \"group\": [1059.0, 80.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGTTAGCGG\", \"ini\": 4479, \"clust\": 432, \"rank\": 1358, \"rankvar\": 2882, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4342, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2496, \"group\": [437.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGCTAACTC\", \"ini\": 4478, \"clust\": 1161, \"rank\": 1961, \"rankvar\": 922, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 476, \"group\": [1162.0, 89.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGTTACCCA\", \"ini\": 4477, \"clust\": 4139, \"rank\": 496, \"rankvar\": 255, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4344, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5178, \"group\": [4142.0, 181.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAGCGATG\", \"ini\": 4476, \"clust\": 813, \"rank\": 1083, \"rankvar\": 707, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4345, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4321, \"group\": [816.0, 63.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTGGTAC\", \"ini\": 4475, \"clust\": 396, \"rank\": 1349, \"rankvar\": 1746, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4346, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2497, \"group\": [396.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAGATGAGC\", \"ini\": 4474, \"clust\": 1055, \"rank\": 1515, \"rankvar\": 257, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 477, \"group\": [1055.0, 79.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCAAAGTAG\", \"ini\": 4473, \"clust\": 224, \"rank\": 2118, \"rankvar\": 401, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 478, \"group\": [225.0, 29.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTAAGCCA\", \"ini\": 4472, \"clust\": 4700, \"rank\": 1516, \"rankvar\": 381, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4349, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4468, \"group\": [4700.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGATGTTAG\", \"ini\": 4471, \"clust\": 4224, \"rank\": 157, \"rankvar\": 44, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4350, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5179, \"group\": [4225.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGCCCGAAA\", \"ini\": 4470, \"clust\": 389, \"rank\": 1778, \"rankvar\": 4091, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4351, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2498, \"group\": [389.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCACAGGT\", \"ini\": 4469, \"clust\": 5148, \"rank\": 2693, \"rankvar\": 5156, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4352, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5067, \"group\": [5146.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTCCAGGA\", \"ini\": 4468, \"clust\": 613, \"rank\": 2330, \"rankvar\": 3532, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4353, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2499, \"group\": [612.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAAGTGCG\", \"ini\": 4467, \"clust\": 1077, \"rank\": 1376, \"rankvar\": 365, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 479, \"group\": [1081.0, 81.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCGTAGATTAG\", \"ini\": 4466, \"clust\": 1014, \"rank\": 1016, \"rankvar\": 561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 480, \"group\": [1014.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCGTACGGC\", \"ini\": 4465, \"clust\": 4381, \"rank\": 1139, \"rankvar\": 670, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4356, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2839, \"group\": [4382.0, 190.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCACGGTGTC\", \"ini\": 4464, \"clust\": 180, \"rank\": 2186, \"rankvar\": 1957, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 481, \"group\": [180.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCTATCCTA\", \"ini\": 4463, \"clust\": 232, \"rank\": 2136, \"rankvar\": 1425, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 482, \"group\": [233.0, 31.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCACTGGGC\", \"ini\": 4462, \"clust\": 1137, \"rank\": 1749, \"rankvar\": 1049, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 483, \"group\": [1137.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTATGAAAC\", \"ini\": 4461, \"clust\": 2546, \"rank\": 1650, \"rankvar\": 1051, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 484, \"group\": [2547.0, 113.0, 23.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCTTGGTC\", \"ini\": 4460, \"clust\": 194, \"rank\": 2659, \"rankvar\": 1302, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4361, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2500, \"group\": [204.0, 20.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCACGTTGGC\", \"ini\": 4459, \"clust\": 320, \"rank\": 2207, \"rankvar\": 4227, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4362, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2501, \"group\": [321.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCCCTTA\", \"ini\": 4458, \"clust\": 4375, \"rank\": 1244, \"rankvar\": 1407, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4363, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2840, \"group\": [4378.0, 188.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGACAAAGG\", \"ini\": 4457, \"clust\": 190, \"rank\": 1911, \"rankvar\": 3537, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4364, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2099, \"group\": [194.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACTGCCAG\", \"ini\": 4456, \"clust\": 762, \"rank\": 1149, \"rankvar\": 993, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2502, \"group\": [766.0, 55.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGCGTGAGT\", \"ini\": 4455, \"clust\": 5185, \"rank\": 1387, \"rankvar\": 5005, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4366, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5068, \"group\": [5184.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCGCGGATC\", \"ini\": 4454, \"clust\": 297, \"rank\": 2764, \"rankvar\": 3959, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2503, \"group\": [300.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGGTGCAGACA\", \"ini\": 4453, \"clust\": 379, \"rank\": 1868, \"rankvar\": 4192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4368, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2504, \"group\": [380.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTAAGGGC\", \"ini\": 4452, \"clust\": 89, \"rank\": 2539, \"rankvar\": 3899, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4369, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2100, \"group\": [91.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGCGTTCCG\", \"ini\": 4451, \"clust\": 243, \"rank\": 2587, \"rankvar\": 519, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4370, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 485, \"group\": [242.0, 33.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCATGAAC\", \"ini\": 4450, \"clust\": 1152, \"rank\": 2077, \"rankvar\": 914, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4371, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 486, \"group\": [1153.0, 88.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGCACTTCGAA\", \"ini\": 4449, \"clust\": 4044, \"rank\": 913, \"rankvar\": 1313, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4372, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4469, \"group\": [4043.0, 169.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGGCATCG\", \"ini\": 4448, \"clust\": 573, \"rank\": 2210, \"rankvar\": 4218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4373, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2505, \"group\": [574.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCTCCAACC\", \"ini\": 4447, \"clust\": 622, \"rank\": 2478, \"rankvar\": 4362, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2506, \"group\": [620.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGGGATCTG\", \"ini\": 4446, \"clust\": 570, \"rank\": 2492, \"rankvar\": 2788, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4375, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2507, \"group\": [572.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGGCTCAC\", \"ini\": 4445, \"clust\": 4083, \"rank\": 729, \"rankvar\": 342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4376, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 487, \"group\": [4093.0, 176.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACAGTTAACC\", \"ini\": 4444, \"clust\": 604, \"rank\": 2301, \"rankvar\": 4760, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4377, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2508, \"group\": [603.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCAGGCGAA\", \"ini\": 4443, \"clust\": 873, \"rank\": 1565, \"rankvar\": 145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 488, \"group\": [874.0, 76.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCACAACGCC\", \"ini\": 4442, \"clust\": 5176, \"rank\": 1583, \"rankvar\": 5124, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4379, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5069, \"group\": [5175.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGACAGCAGTTT\", \"ini\": 4441, \"clust\": 583, \"rank\": 1636, \"rankvar\": 3932, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4380, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2509, \"group\": [584.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCACTCCTG\", \"ini\": 4440, \"clust\": 5191, \"rank\": 1759, \"rankvar\": 5070, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4381, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5070, \"group\": [5192.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGAAGGCCT\", \"ini\": 4439, \"clust\": 5157, \"rank\": 3002, \"rankvar\": 4884, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4382, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5071, \"group\": [5156.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCAGGCAAG\", \"ini\": 4438, \"clust\": 202, \"rank\": 3155, \"rankvar\": 4474, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4383, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2101, \"group\": [198.0, 19.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGTTGCAGG\", \"ini\": 4437, \"clust\": 86, \"rank\": 3177, \"rankvar\": 4485, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4384, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2102, \"group\": [92.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGAAAGA\", \"ini\": 4436, \"clust\": 4405, \"rank\": 1225, \"rankvar\": 3728, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4385, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2841, \"group\": [4410.0, 192.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCAGATGTAAC\", \"ini\": 4435, \"clust\": 5172, \"rank\": 1785, \"rankvar\": 5014, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4386, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5072, \"group\": [5194.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCGGATCA\", \"ini\": 4434, \"clust\": 427, \"rank\": 1873, \"rankvar\": 3218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4387, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2510, \"group\": [431.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCACATTCGA\", \"ini\": 4433, \"clust\": 2548, \"rank\": 2327, \"rankvar\": 183, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 489, \"group\": [2549.0, 115.0, 24.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTAAAGTCA\", \"ini\": 4432, \"clust\": 595, \"rank\": 2705, \"rankvar\": 4320, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4389, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2511, \"group\": [596.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCATCGGC\", \"ini\": 4431, \"clust\": 316, \"rank\": 1614, \"rankvar\": 4889, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4390, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2512, \"group\": [316.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACCCATTC\", \"ini\": 4430, \"clust\": 310, \"rank\": 2675, \"rankvar\": 2858, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4391, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2103, \"group\": [311.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGCTGAACG\", \"ini\": 4429, \"clust\": 381, \"rank\": 2005, \"rankvar\": 4041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4392, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2513, \"group\": [382.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCGACAGCC\", \"ini\": 4428, \"clust\": 1054, \"rank\": 920, \"rankvar\": 371, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 490, \"group\": [1054.0, 79.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTCAGACT\", \"ini\": 4427, \"clust\": 274, \"rank\": 2768, \"rankvar\": 3739, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4394, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2514, \"group\": [274.0, 38.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTGGTCTCG\", \"ini\": 4426, \"clust\": 5128, \"rank\": 2650, \"rankvar\": 4807, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4395, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5073, \"group\": [5126.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTATCGCC\", \"ini\": 4425, \"clust\": 84, \"rank\": 2163, \"rankvar\": 3105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4396, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2104, \"group\": [85.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGATGAGAG\", \"ini\": 4424, \"clust\": 5150, \"rank\": 2850, \"rankvar\": 5198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4397, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5074, \"group\": [5150.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAACCAC\", \"ini\": 4423, \"clust\": 635, \"rank\": 1432, \"rankvar\": 1961, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4398, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2515, \"group\": [635.0, 43.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTTCGATC\", \"ini\": 4422, \"clust\": 599, \"rank\": 2258, \"rankvar\": 4056, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4399, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2516, \"group\": [605.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGCTAAGAT\", \"ini\": 4421, \"clust\": 181, \"rank\": 2663, \"rankvar\": 2178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 491, \"group\": [181.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTAGCAAAT\", \"ini\": 4420, \"clust\": 544, \"rank\": 2466, \"rankvar\": 4793, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4401, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2517, \"group\": [545.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGATGTCT\", \"ini\": 4419, \"clust\": 586, \"rank\": 2290, \"rankvar\": 4213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4402, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2518, \"group\": [585.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGTAC\", \"ini\": 4418, \"clust\": 968, \"rank\": 1197, \"rankvar\": 311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4403, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 492, \"group\": [972.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGTTGTC\", \"ini\": 4417, \"clust\": 186, \"rank\": 2367, \"rankvar\": 2883, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4404, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2105, \"group\": [186.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGAGAGCTC\", \"ini\": 4416, \"clust\": 4906, \"rank\": 1556, \"rankvar\": 655, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4405, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4470, \"group\": [4906.0, 206.0, 41.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAGCTCCGA\", \"ini\": 4415, \"clust\": 270, \"rank\": 2146, \"rankvar\": 2804, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4406, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2519, \"group\": [269.0, 38.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTGCGTGA\", \"ini\": 4414, \"clust\": 390, \"rank\": 2495, \"rankvar\": 3203, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4407, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2520, \"group\": [393.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAAGAAGC\", \"ini\": 4413, \"clust\": 1075, \"rank\": 1872, \"rankvar\": 473, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 493, \"group\": [1075.0, 81.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGCGTTTAC\", \"ini\": 4412, \"clust\": 4089, \"rank\": 466, \"rankvar\": 559, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4409, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 23, \"group\": [4092.0, 176.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTAATCACC\", \"ini\": 4411, \"clust\": 196, \"rank\": 2483, \"rankvar\": 440, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 494, \"group\": [197.0, 19.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCGGAAATA\", \"ini\": 4410, \"clust\": 598, \"rank\": 2454, \"rankvar\": 3404, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2521, \"group\": [599.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTCAGAG\", \"ini\": 4409, \"clust\": 581, \"rank\": 1811, \"rankvar\": 2661, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2522, \"group\": [580.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGTAGCGGT\", \"ini\": 4408, \"clust\": 5123, \"rank\": 1666, \"rankvar\": 4970, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4413, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5075, \"group\": [5125.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGTCTCCTATA\", \"ini\": 4407, \"clust\": 625, \"rank\": 1957, \"rankvar\": 4009, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4414, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2523, \"group\": [625.0, 42.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGTATCTG\", \"ini\": 4406, \"clust\": 5167, \"rank\": 2656, \"rankvar\": 5015, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4415, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5076, \"group\": [5170.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTGATCGG\", \"ini\": 4405, \"clust\": 4122, \"rank\": 641, \"rankvar\": 678, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4416, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2524, \"group\": [4123.0, 178.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTAGGGACT\", \"ini\": 4404, \"clust\": 87, \"rank\": 2760, \"rankvar\": 4665, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4417, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2106, \"group\": [87.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCTCTAACTGG\", \"ini\": 4403, \"clust\": 285, \"rank\": 3467, \"rankvar\": 4416, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4418, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2525, \"group\": [289.0, 39.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTAGTTTCCTT\", \"ini\": 4402, \"clust\": 5125, \"rank\": 2044, \"rankvar\": 4883, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4419, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5077, \"group\": [5124.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCAAG\", \"ini\": 4401, \"clust\": 95, \"rank\": 3015, \"rankvar\": 3554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4420, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2107, \"group\": [93.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGACTCGC\", \"ini\": 4400, \"clust\": 4897, \"rank\": 2319, \"rankvar\": 3821, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4421, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2526, \"group\": [4896.0, 205.0, 41.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAAGCCCAC\", \"ini\": 4399, \"clust\": 258, \"rank\": 1505, \"rankvar\": 4610, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4422, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2842, \"group\": [258.0, 36.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCAATCCGAT\", \"ini\": 4398, \"clust\": 380, \"rank\": 1894, \"rankvar\": 3875, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4423, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2527, \"group\": [381.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCGGATCC\", \"ini\": 4397, \"clust\": 4220, \"rank\": 168, \"rankvar\": 98, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4424, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5180, \"group\": [4219.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCCCTTGTG\", \"ini\": 4396, \"clust\": 4027, \"rank\": 1154, \"rankvar\": 776, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4425, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 24, \"group\": [4030.0, 169.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAGTGAAT\", \"ini\": 4395, \"clust\": 4219, \"rank\": 118, \"rankvar\": 93, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4426, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5181, \"group\": [4218.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCAATGGAGC\", \"ini\": 4394, \"clust\": 423, \"rank\": 1604, \"rankvar\": 2396, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4427, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2528, \"group\": [426.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGTGTTAA\", \"ini\": 4393, \"clust\": 4183, \"rank\": 207, \"rankvar\": 199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4428, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5182, \"group\": [4178.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTTATTCTC\", \"ini\": 4392, \"clust\": 249, \"rank\": 2475, \"rankvar\": 2352, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 495, \"group\": [249.0, 33.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCCGAATT\", \"ini\": 4391, \"clust\": 885, \"rank\": 1519, \"rankvar\": 631, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 496, \"group\": [898.0, 77.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTACCAGTT\", \"ini\": 4390, \"clust\": 5192, \"rank\": 1875, \"rankvar\": 5055, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4431, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5078, \"group\": [5190.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCGTCACGG\", \"ini\": 4389, \"clust\": 247, \"rank\": 2672, \"rankvar\": 662, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 497, \"group\": [245.0, 33.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAAGCCGATTT\", \"ini\": 4388, \"clust\": 4149, \"rank\": 359, \"rankvar\": 563, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4433, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2843, \"group\": [4150.0, 183.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGGTGATTA\", \"ini\": 4387, \"clust\": 4092, \"rank\": 926, \"rankvar\": 162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4471, \"group\": [4090.0, 176.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAATGGATA\", \"ini\": 4386, \"clust\": 602, \"rank\": 1859, \"rankvar\": 1554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4435, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2529, \"group\": [604.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACACAGCCCA\", \"ini\": 4385, \"clust\": 812, \"rank\": 1478, \"rankvar\": 1265, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4436, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4322, \"group\": [811.0, 63.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGGATGGG\", \"ini\": 4384, \"clust\": 397, \"rank\": 1386, \"rankvar\": 2819, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4437, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2530, \"group\": [397.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAGGAACGT\", \"ini\": 4383, \"clust\": 311, \"rank\": 2154, \"rankvar\": 1711, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4438, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2108, \"group\": [312.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGCCATCGC\", \"ini\": 4382, \"clust\": 5218, \"rank\": 1601, \"rankvar\": 1123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4439, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4472, \"group\": [5218.0, 238.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTCCGTCAG\", \"ini\": 4381, \"clust\": 4033, \"rank\": 1352, \"rankvar\": 606, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4440, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4473, \"group\": [4045.0, 169.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACAGGGATTG\", \"ini\": 4380, \"clust\": 4286, \"rank\": 23, \"rankvar\": 0, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4441, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5183, \"group\": [4284.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTATCGCAT\", \"ini\": 4379, \"clust\": 228, \"rank\": 4012, \"rankvar\": 3159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 498, \"group\": [231.0, 31.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCACTAGTAC\", \"ini\": 4378, \"clust\": 83, \"rank\": 2875, \"rankvar\": 3981, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4443, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2109, \"group\": [84.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCTTAGAGC\", \"ini\": 4377, \"clust\": 769, \"rank\": 1621, \"rankvar\": 2690, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4474, \"group\": [772.0, 60.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCATGGAATA\", \"ini\": 4376, \"clust\": 187, \"rank\": 2908, \"rankvar\": 3410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4445, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2110, \"group\": [187.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGGATGCGT\", \"ini\": 4375, \"clust\": 91, \"rank\": 2676, \"rankvar\": 4241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4446, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2111, \"group\": [90.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTCGATAA\", \"ini\": 4374, \"clust\": 593, \"rank\": 2611, \"rankvar\": 5058, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4447, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2531, \"group\": [594.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGATATGGT\", \"ini\": 4373, \"clust\": 93, \"rank\": 3357, \"rankvar\": 4874, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4448, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2112, \"group\": [96.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACCAACCG\", \"ini\": 4372, \"clust\": 401, \"rank\": 1729, \"rankvar\": 3564, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4449, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2532, \"group\": [400.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCGATCCCT\", \"ini\": 4371, \"clust\": 193, \"rank\": 2696, \"rankvar\": 2790, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4450, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2113, \"group\": [192.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTTAACGA\", \"ini\": 4370, \"clust\": 209, \"rank\": 3269, \"rankvar\": 3498, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4451, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 499, \"group\": [209.0, 22.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTCTAGGTT\", \"ini\": 4369, \"clust\": 4021, \"rank\": 1486, \"rankvar\": 345, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4452, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4475, \"group\": [4021.0, 168.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCATTGCGA\", \"ini\": 4368, \"clust\": 245, \"rank\": 2787, \"rankvar\": 531, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 500, \"group\": [248.0, 33.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAAGCGAGT\", \"ini\": 4367, \"clust\": 5174, \"rank\": 1892, \"rankvar\": 5001, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4454, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5079, \"group\": [5174.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCGTCAAA\", \"ini\": 4366, \"clust\": 226, \"rank\": 2708, \"rankvar\": 456, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4455, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 501, \"group\": [227.0, 30.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGTTGGC\", \"ini\": 4365, \"clust\": 1195, \"rank\": 1895, \"rankvar\": 660, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 502, \"group\": [1363.0, 102.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGTCACAGTAC\", \"ini\": 4364, \"clust\": 4227, \"rank\": 155, \"rankvar\": 113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4457, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5184, \"group\": [4226.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGTCAACCAAC\", \"ini\": 4363, \"clust\": 1071, \"rank\": 2090, \"rankvar\": 336, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 503, \"group\": [1072.0, 81.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTGTTGTTTGG\", \"ini\": 4362, \"clust\": 546, \"rank\": 2683, \"rankvar\": 3453, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4459, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2533, \"group\": [547.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCTCACCT\", \"ini\": 4361, \"clust\": 5168, \"rank\": 2063, \"rankvar\": 5091, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4460, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5080, \"group\": [5168.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCATTGCGGC\", \"ini\": 4360, \"clust\": 4118, \"rank\": 1226, \"rankvar\": 523, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4461, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4476, \"group\": [4121.0, 178.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCGGCGCTA\", \"ini\": 4359, \"clust\": 861, \"rank\": 2088, \"rankvar\": 625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 504, \"group\": [861.0, 75.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCCGCATAA\", \"ini\": 4358, \"clust\": 844, \"rank\": 1843, \"rankvar\": 443, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 505, \"group\": [849.0, 72.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCTCCCTGA\", \"ini\": 4357, \"clust\": 56, \"rank\": 3734, \"rankvar\": 3780, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4464, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2114, \"group\": [59.0, 13.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAAACGAG\", \"ini\": 4356, \"clust\": 5112, \"rank\": 1779, \"rankvar\": 2863, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4465, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4477, \"group\": [5111.0, 234.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAAGGCACATG\", \"ini\": 4355, \"clust\": 5129, \"rank\": 3138, \"rankvar\": 5149, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4466, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5081, \"group\": [5127.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCATAACCG\", \"ini\": 4354, \"clust\": 577, \"rank\": 2083, \"rankvar\": 3689, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4467, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2534, \"group\": [577.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACACATTTCT\", \"ini\": 4353, \"clust\": 607, \"rank\": 2862, \"rankvar\": 3439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4468, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2535, \"group\": [608.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGTGAAAT\", \"ini\": 4352, \"clust\": 772, \"rank\": 1850, \"rankvar\": 168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 506, \"group\": [817.0, 64.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCATCCTAGA\", \"ini\": 4351, \"clust\": 640, \"rank\": 1796, \"rankvar\": 3552, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4470, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2536, \"group\": [640.0, 43.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCTTCGGTC\", \"ini\": 4350, \"clust\": 4352, \"rank\": 444, \"rankvar\": 94, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4471, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 25, \"group\": [4352.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTCAAGGC\", \"ini\": 4349, \"clust\": 112, \"rank\": 3219, \"rankvar\": 2861, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4472, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2115, \"group\": [113.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTCTAAACC\", \"ini\": 4348, \"clust\": 437, \"rank\": 1851, \"rankvar\": 1778, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4473, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2537, \"group\": [441.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTTACCGAT\", \"ini\": 4347, \"clust\": 425, \"rank\": 1456, \"rankvar\": 2510, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4474, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2538, \"group\": [425.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATTGCCC\", \"ini\": 4346, \"clust\": 5135, \"rank\": 2911, \"rankvar\": 5208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4475, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5082, \"group\": [5132.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGGGTCGAT\", \"ini\": 4345, \"clust\": 5175, \"rank\": 1691, \"rankvar\": 5160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4476, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5083, \"group\": [5177.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAGGTTTCA\", \"ini\": 4344, \"clust\": 384, \"rank\": 2155, \"rankvar\": 2826, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4477, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2539, \"group\": [385.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAAAGTAG\", \"ini\": 4343, \"clust\": 605, \"rank\": 2648, \"rankvar\": 2659, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4478, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2540, \"group\": [606.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCCAGAGGA\", \"ini\": 4342, \"clust\": 5138, \"rank\": 3351, \"rankvar\": 5197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4479, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5084, \"group\": [5137.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCAGATAAG\", \"ini\": 4341, \"clust\": 1122, \"rank\": 2264, \"rankvar\": 721, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4480, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 507, \"group\": [1123.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCTGCTGTC\", \"ini\": 4340, \"clust\": 5130, \"rank\": 2346, \"rankvar\": 4915, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4481, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5085, \"group\": [5128.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCATTACCTT\", \"ini\": 4339, \"clust\": 575, \"rank\": 2754, \"rankvar\": 4206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4482, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2541, \"group\": [578.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGTACGACG\", \"ini\": 4338, \"clust\": 317, \"rank\": 2121, \"rankvar\": 2120, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4483, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2542, \"group\": [318.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCACAGTATAAG\", \"ini\": 4337, \"clust\": 1057, \"rank\": 2710, \"rankvar\": 636, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 508, \"group\": [1060.0, 80.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAACTTGAC\", \"ini\": 4336, \"clust\": 1155, \"rank\": 2283, \"rankvar\": 493, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4485, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 509, \"group\": [1155.0, 89.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCGTTACAG\", \"ini\": 4335, \"clust\": 4406, \"rank\": 1753, \"rankvar\": 1350, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4486, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2844, \"group\": [4409.0, 192.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTATCCTA\", \"ini\": 4334, \"clust\": 5136, \"rank\": 2967, \"rankvar\": 4997, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4487, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5086, \"group\": [5133.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGGCTAGGT\", \"ini\": 4333, \"clust\": 4312, \"rank\": 196, \"rankvar\": 218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4488, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5185, \"group\": [4312.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCCTAGGGC\", \"ini\": 4332, \"clust\": 168, \"rank\": 3506, \"rankvar\": 4608, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4489, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2116, \"group\": [170.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCCAGTTA\", \"ini\": 4331, \"clust\": 94, \"rank\": 3561, \"rankvar\": 4955, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4490, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2117, \"group\": [95.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGAAGGTGA\", \"ini\": 4330, \"clust\": 4407, \"rank\": 998, \"rankvar\": 3300, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4491, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2845, \"group\": [4405.0, 192.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGCAACT\", \"ini\": 4329, \"clust\": 85, \"rank\": 2774, \"rankvar\": 3239, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4492, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2118, \"group\": [86.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCAAATCCGT\", \"ini\": 4328, \"clust\": 182, \"rank\": 2237, \"rankvar\": 1188, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4493, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 510, \"group\": [185.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCACCCAGTG\", \"ini\": 4327, \"clust\": 4378, \"rank\": 1082, \"rankvar\": 1646, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4494, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5132, \"group\": [4381.0, 189.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGACACGCATCG\", \"ini\": 4326, \"clust\": 619, \"rank\": 3144, \"rankvar\": 3186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4495, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2543, \"group\": [624.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTGGGTATG\", \"ini\": 4325, \"clust\": 824, \"rank\": 2363, \"rankvar\": 649, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 511, \"group\": [825.0, 67.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGTTGGC\", \"ini\": 4324, \"clust\": 594, \"rank\": 2871, \"rankvar\": 4243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4497, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2544, \"group\": [595.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCATTTCACT\", \"ini\": 4323, \"clust\": 4022, \"rank\": 1399, \"rankvar\": 567, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4478, \"group\": [4022.0, 168.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGTCAATAG\", \"ini\": 4322, \"clust\": 4173, \"rank\": 817, \"rankvar\": 107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4499, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 26, \"group\": [4172.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGCGATATA\", \"ini\": 4321, \"clust\": 855, \"rank\": 2463, \"rankvar\": 348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 512, \"group\": [856.0, 74.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTGTTTGGT\", \"ini\": 4320, \"clust\": 4376, \"rank\": 1527, \"rankvar\": 300, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4501, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4479, \"group\": [4376.0, 186.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCCCGACA\", \"ini\": 4319, \"clust\": 1078, \"rank\": 2043, \"rankvar\": 637, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 513, \"group\": [1080.0, 81.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGGCTAGGT\", \"ini\": 4318, \"clust\": 4152, \"rank\": 354, \"rankvar\": 455, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4503, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2846, \"group\": [4151.0, 183.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTCACAAGG\", \"ini\": 4317, \"clust\": 4899, \"rank\": 2138, \"rankvar\": 4167, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4504, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2545, \"group\": [4898.0, 205.0, 41.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCGAATGGG\", \"ini\": 4316, \"clust\": 4651, \"rank\": 1258, \"rankvar\": 785, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4505, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4480, \"group\": [4646.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCAAGGTAA\", \"ini\": 4315, \"clust\": 847, \"rank\": 2315, \"rankvar\": 2290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4506, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 514, \"group\": [847.0, 72.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCGCCTCA\", \"ini\": 4314, \"clust\": 4077, \"rank\": 917, \"rankvar\": 166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 515, \"group\": [4080.0, 176.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGAAAGTGG\", \"ini\": 4313, \"clust\": 160, \"rank\": 3221, \"rankvar\": 3241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4508, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2119, \"group\": [161.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCAGGTCGTC\", \"ini\": 4312, \"clust\": 1049, \"rank\": 1548, \"rankvar\": 275, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4509, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 516, \"group\": [1050.0, 79.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACATTCTTAC\", \"ini\": 4311, \"clust\": 5177, \"rank\": 2339, \"rankvar\": 5155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4510, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5087, \"group\": [5176.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTATCTGCA\", \"ini\": 4310, \"clust\": 545, \"rank\": 3096, \"rankvar\": 4214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4511, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2546, \"group\": [546.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCACCGAATT\", \"ini\": 4309, \"clust\": 5132, \"rank\": 2655, \"rankvar\": 5204, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4512, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5088, \"group\": [5130.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCAAGTTAAG\", \"ini\": 4308, \"clust\": 5180, \"rank\": 1417, \"rankvar\": 4601, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4513, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5089, \"group\": [5179.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCAGCTATTG\", \"ini\": 4307, \"clust\": 4311, \"rank\": 319, \"rankvar\": 202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4514, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5186, \"group\": [4314.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCCTCAATT\", \"ini\": 4306, \"clust\": 298, \"rank\": 2766, \"rankvar\": 3745, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4515, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2547, \"group\": [298.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCTATCCCG\", \"ini\": 4305, \"clust\": 241, \"rank\": 2304, \"rankvar\": 679, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4516, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 517, \"group\": [241.0, 33.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTCATATGC\", \"ini\": 4304, \"clust\": 4409, \"rank\": 1275, \"rankvar\": 2989, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4517, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2847, \"group\": [4407.0, 192.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCCAAGTA\", \"ini\": 4303, \"clust\": 255, \"rank\": 2391, \"rankvar\": 2520, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4518, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2548, \"group\": [257.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCCATGCTC\", \"ini\": 4302, \"clust\": 574, \"rank\": 2726, \"rankvar\": 3288, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4519, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2549, \"group\": [575.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACGCCAGT\", \"ini\": 4301, \"clust\": 5156, \"rank\": 3305, \"rankvar\": 5223, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4520, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5090, \"group\": [5158.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGCTAAACA\", \"ini\": 4300, \"clust\": 5144, \"rank\": 3220, \"rankvar\": 5143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4521, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5091, \"group\": [5141.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGCAGCGTA\", \"ini\": 4299, \"clust\": 5169, \"rank\": 2444, \"rankvar\": 5130, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4522, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5092, \"group\": [5169.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCACCTCGGA\", \"ini\": 4298, \"clust\": 96, \"rank\": 3056, \"rankvar\": 4194, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4523, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2120, \"group\": [94.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTGGTCCC\", \"ini\": 4297, \"clust\": 248, \"rank\": 3491, \"rankvar\": 2793, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 518, \"group\": [246.0, 33.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGAACAATC\", \"ini\": 4296, \"clust\": 278, \"rank\": 2988, \"rankvar\": 3648, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4525, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2550, \"group\": [277.0, 38.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCTACGAGT\", \"ini\": 4295, \"clust\": 846, \"rank\": 2340, \"rankvar\": 1001, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 519, \"group\": [846.0, 72.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTTTCCTT\", \"ini\": 4294, \"clust\": 256, \"rank\": 2449, \"rankvar\": 4052, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4527, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2551, \"group\": [255.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTACCTACA\", \"ini\": 4293, \"clust\": 382, \"rank\": 2120, \"rankvar\": 4028, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4528, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2552, \"group\": [383.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTCCTCCT\", \"ini\": 4292, \"clust\": 825, \"rank\": 2270, \"rankvar\": 1295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 520, \"group\": [826.0, 67.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCTACCTGC\", \"ini\": 4291, \"clust\": 402, \"rank\": 1940, \"rankvar\": 2536, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4530, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2553, \"group\": [401.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACCAGTTA\", \"ini\": 4290, \"clust\": 5134, \"rank\": 3089, \"rankvar\": 5062, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4531, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5093, \"group\": [5134.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCATC\", \"ini\": 4289, \"clust\": 868, \"rank\": 2287, \"rankvar\": 836, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 521, \"group\": [873.0, 75.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTTCCCT\", \"ini\": 4288, \"clust\": 856, \"rank\": 1755, \"rankvar\": 277, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4533, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 522, \"group\": [857.0, 74.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCTGTCCGT\", \"ini\": 4287, \"clust\": 4313, \"rank\": 192, \"rankvar\": 294, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4534, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5187, \"group\": [4313.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAGACGTG\", \"ini\": 4286, \"clust\": 500, \"rank\": 1882, \"rankvar\": 2004, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4535, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2554, \"group\": [502.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCAATCCGAT\", \"ini\": 4285, \"clust\": 5142, \"rank\": 3288, \"rankvar\": 5168, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4536, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5094, \"group\": [5139.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTATTCTC\", \"ini\": 4284, \"clust\": 1158, \"rank\": 3168, \"rankvar\": 1290, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 523, \"group\": [1159.0, 89.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTGTGACCC\", \"ini\": 4283, \"clust\": 309, \"rank\": 2946, \"rankvar\": 4779, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4538, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2555, \"group\": [309.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCATAACCG\", \"ini\": 4282, \"clust\": 587, \"rank\": 2560, \"rankvar\": 2874, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4539, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2556, \"group\": [586.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTTCGAACGGA\", \"ini\": 4281, \"clust\": 5164, \"rank\": 2074, \"rankvar\": 4506, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4540, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5095, \"group\": [5164.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTAGTTTGCGT\", \"ini\": 4280, \"clust\": 88, \"rank\": 3289, \"rankvar\": 4497, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4541, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2121, \"group\": [88.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCCGCATAA\", \"ini\": 4279, \"clust\": 419, \"rank\": 2115, \"rankvar\": 3180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4542, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2557, \"group\": [420.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGAAGAAGC\", \"ini\": 4278, \"clust\": 395, \"rank\": 2277, \"rankvar\": 1477, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2558, \"group\": [405.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCTGGAGA\", \"ini\": 4277, \"clust\": 590, \"rank\": 2892, \"rankvar\": 3399, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4544, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2559, \"group\": [593.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTAGGCTGA\", \"ini\": 4276, \"clust\": 1015, \"rank\": 934, \"rankvar\": 465, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4545, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5188, \"group\": [1015.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGTGCCAGA\", \"ini\": 4275, \"clust\": 195, \"rank\": 1930, \"rankvar\": 1612, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4546, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2122, \"group\": [203.0, 19.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCCAGG\", \"ini\": 4274, \"clust\": 843, \"rank\": 777, \"rankvar\": 203, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4547, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5189, \"group\": [843.0, 71.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTACTGAC\", \"ini\": 4273, \"clust\": 1045, \"rank\": 735, \"rankvar\": 616, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4548, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5190, \"group\": [1045.0, 79.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCATATACCG\", \"ini\": 4272, \"clust\": 848, \"rank\": 1939, \"rankvar\": 598, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 524, \"group\": [848.0, 72.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCATACCATG\", \"ini\": 4271, \"clust\": 171, \"rank\": 3472, \"rankvar\": 1061, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 525, \"group\": [171.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCAATCCGAT\", \"ini\": 4270, \"clust\": 4367, \"rank\": 637, \"rankvar\": 263, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4551, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5191, \"group\": [4367.0, 185.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGGGAAACA\", \"ini\": 4269, \"clust\": 609, \"rank\": 2804, \"rankvar\": 2965, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4552, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2560, \"group\": [610.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTGCGGTAA\", \"ini\": 4268, \"clust\": 5145, \"rank\": 3188, \"rankvar\": 5126, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4553, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5096, \"group\": [5142.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGTCTCG\", \"ini\": 4267, \"clust\": 766, \"rank\": 1264, \"rankvar\": 208, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4554, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4481, \"group\": [769.0, 58.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCCAACTA\", \"ini\": 4266, \"clust\": 608, \"rank\": 2954, \"rankvar\": 2617, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4555, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2561, \"group\": [609.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTGACTACT\", \"ini\": 4265, \"clust\": 205, \"rank\": 3531, \"rankvar\": 676, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4556, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 526, \"group\": [206.0, 21.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAAGGAGCGTT\", \"ini\": 4264, \"clust\": 606, \"rank\": 2549, \"rankvar\": 3609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4557, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2562, \"group\": [607.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCAATCGGTT\", \"ini\": 4263, \"clust\": 206, \"rank\": 3489, \"rankvar\": 686, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 527, \"group\": [207.0, 22.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGAAGGCCT\", \"ini\": 4262, \"clust\": 4371, \"rank\": 527, \"rankvar\": 68, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4559, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5192, \"group\": [4369.0, 185.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCGCGGATC\", \"ini\": 4261, \"clust\": 213, \"rank\": 2350, \"rankvar\": 121, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 528, \"group\": [216.0, 24.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCAACCATG\", \"ini\": 4260, \"clust\": 4912, \"rank\": 2411, \"rankvar\": 2516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4561, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4482, \"group\": [4910.0, 207.0, 41.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGTTAACGA\", \"ini\": 4259, \"clust\": 4645, \"rank\": 1504, \"rankvar\": 4145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4562, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4483, \"group\": [4651.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCCAAGTA\", \"ini\": 4258, \"clust\": 4181, \"rank\": 315, \"rankvar\": 29, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4563, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5193, \"group\": [4179.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATACTG\", \"ini\": 4257, \"clust\": 5114, \"rank\": 3675, \"rankvar\": 4960, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4564, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5097, \"group\": [5115.0, 235.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTCCAGTGC\", \"ini\": 4256, \"clust\": 5143, \"rank\": 3432, \"rankvar\": 4972, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4565, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5098, \"group\": [5140.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAAGAGGA\", \"ini\": 4255, \"clust\": 5193, \"rank\": 2166, \"rankvar\": 4764, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4566, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5099, \"group\": [5191.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTGTGCGTC\", \"ini\": 4254, \"clust\": 637, \"rank\": 2141, \"rankvar\": 3150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4567, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2563, \"group\": [637.0, 43.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCCTATGTT\", \"ini\": 4253, \"clust\": 503, \"rank\": 1967, \"rankvar\": 3090, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4568, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2564, \"group\": [505.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCTCTTGAGAC\", \"ini\": 4252, \"clust\": 1159, \"rank\": 3153, \"rankvar\": 3171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 529, \"group\": [1160.0, 89.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGATTGCT\", \"ini\": 4251, \"clust\": 4164, \"rank\": 239, \"rankvar\": 323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4570, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5194, \"group\": [4164.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGAGTCGTTTG\", \"ini\": 4250, \"clust\": 870, \"rank\": 1745, \"rankvar\": 1252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 530, \"group\": [871.0, 75.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACCCTATC\", \"ini\": 4249, \"clust\": 4900, \"rank\": 2512, \"rankvar\": 4297, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4572, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2565, \"group\": [4899.0, 205.0, 41.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTTTACAC\", \"ini\": 4248, \"clust\": 4180, \"rank\": 389, \"rankvar\": 12, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4573, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5195, \"group\": [4180.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAGATCCAT\", \"ini\": 4247, \"clust\": 588, \"rank\": 2386, \"rankvar\": 4318, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4574, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2566, \"group\": [587.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGGCTAGAC\", \"ini\": 4246, \"clust\": 4017, \"rank\": 2525, \"rankvar\": 1855, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4575, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4484, \"group\": [4020.0, 168.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTAGGGAACGG\", \"ini\": 4245, \"clust\": 4064, \"rank\": 949, \"rankvar\": 295, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4576, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5196, \"group\": [4065.0, 172.0, 35.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGGACAA\", \"ini\": 4244, \"clust\": 185, \"rank\": 3143, \"rankvar\": 3906, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4577, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2123, \"group\": [188.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCTGTCCGT\", \"ini\": 4243, \"clust\": 564, \"rank\": 2219, \"rankvar\": 1131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4578, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2567, \"group\": [566.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCACTCCA\", \"ini\": 4242, \"clust\": 5133, \"rank\": 2690, \"rankvar\": 5038, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4579, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5100, \"group\": [5131.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGAATGGG\", \"ini\": 4241, \"clust\": 579, \"rank\": 2254, \"rankvar\": 1669, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4580, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2568, \"group\": [581.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAATCCAAC\", \"ini\": 4240, \"clust\": 313, \"rank\": 2968, \"rankvar\": 4139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4581, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2569, \"group\": [314.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTTGAACTC\", \"ini\": 4239, \"clust\": 4018, \"rank\": 1996, \"rankvar\": 437, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4582, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4485, \"group\": [4018.0, 168.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCTCTGCAAGT\", \"ini\": 4238, \"clust\": 886, \"rank\": 1422, \"rankvar\": 878, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4583, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 531, \"group\": [890.0, 77.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCAGAGCCAA\", \"ini\": 4237, \"clust\": 4153, \"rank\": 464, \"rankvar\": 602, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4584, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2848, \"group\": [4152.0, 183.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTTTGACAC\", \"ini\": 4236, \"clust\": 4069, \"rank\": 705, \"rankvar\": 234, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4585, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 27, \"group\": [4070.0, 175.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTTCTGAAC\", \"ini\": 4235, \"clust\": 4382, \"rank\": 1006, \"rankvar\": 154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4586, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2849, \"group\": [4383.0, 190.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAAGAAGAG\", \"ini\": 4234, \"clust\": 3995, \"rank\": 1897, \"rankvar\": 4525, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4587, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2850, \"group\": [3996.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACACAACTGT\", \"ini\": 4233, \"clust\": 3969, \"rank\": 1393, \"rankvar\": 3481, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4588, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2851, \"group\": [3968.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCTCTGCTG\", \"ini\": 4232, \"clust\": 5139, \"rank\": 3217, \"rankvar\": 5127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4589, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5101, \"group\": [5135.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGGAACTGC\", \"ini\": 4231, \"clust\": 1056, \"rank\": 1832, \"rankvar\": 470, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4590, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 532, \"group\": [1056.0, 79.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGTAGTGCG\", \"ini\": 4230, \"clust\": 3968, \"rank\": 1482, \"rankvar\": 4544, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4591, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2852, \"group\": [3970.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGCAAG\", \"ini\": 4229, \"clust\": 4019, \"rank\": 1781, \"rankvar\": 751, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4592, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4486, \"group\": [4019.0, 168.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGGAAAGA\", \"ini\": 4228, \"clust\": 624, \"rank\": 2195, \"rankvar\": 1897, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4593, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2570, \"group\": [627.0, 42.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAAGAAGAG\", \"ini\": 4227, \"clust\": 541, \"rank\": 2541, \"rankvar\": 1861, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 533, \"group\": [542.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCTCAAGTG\", \"ini\": 4226, \"clust\": 610, \"rank\": 3182, \"rankvar\": 3108, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4595, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2571, \"group\": [611.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTCCCTACT\", \"ini\": 4225, \"clust\": 4904, \"rank\": 3388, \"rankvar\": 2744, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4596, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2572, \"group\": [4903.0, 205.0, 41.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCGTATT\", \"ini\": 4224, \"clust\": 4412, \"rank\": 1067, \"rankvar\": 947, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4597, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2853, \"group\": [4412.0, 192.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCAGTGTTG\", \"ini\": 4223, \"clust\": 642, \"rank\": 2709, \"rankvar\": 3437, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4598, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2573, \"group\": [643.0, 43.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGGCAGTCA\", \"ini\": 4222, \"clust\": 639, \"rank\": 2414, \"rankvar\": 1429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4599, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2574, \"group\": [642.0, 43.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTCGTTGA\", \"ini\": 4221, \"clust\": 5137, \"rank\": 3390, \"rankvar\": 5186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4600, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5102, \"group\": [5138.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTCGTGAT\", \"ini\": 4220, \"clust\": 3019, \"rank\": 1771, \"rankvar\": 1868, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4601, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2854, \"group\": [3020.0, 153.0, 32.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCGTTGCCT\", \"ini\": 4219, \"clust\": 191, \"rank\": 2221, \"rankvar\": 4198, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4602, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2124, \"group\": [193.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACGCTC\", \"ini\": 4218, \"clust\": 5188, \"rank\": 2808, \"rankvar\": 4667, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4603, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5103, \"group\": [5188.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGGTCATATGC\", \"ini\": 4217, \"clust\": 4895, \"rank\": 2125, \"rankvar\": 1965, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4487, \"group\": [4895.0, 204.0, 41.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACCATCCT\", \"ini\": 4216, \"clust\": 246, \"rank\": 3154, \"rankvar\": 1442, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 534, \"group\": [247.0, 33.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCACTCAGGC\", \"ini\": 4215, \"clust\": 620, \"rank\": 2772, \"rankvar\": 4719, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2575, \"group\": [623.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCACAACTGT\", \"ini\": 4214, \"clust\": 820, \"rank\": 2446, \"rankvar\": 586, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4607, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 535, \"group\": [820.0, 66.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTCGCTTTC\", \"ini\": 4213, \"clust\": 307, \"rank\": 2522, \"rankvar\": 3139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4608, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2576, \"group\": [310.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCACGAAGCA\", \"ini\": 4212, \"clust\": 547, \"rank\": 2918, \"rankvar\": 3522, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4609, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2577, \"group\": [548.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTAGCTCCTCT\", \"ini\": 4211, \"clust\": 1096, \"rank\": 4053, \"rankvar\": 3695, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4610, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 536, \"group\": [1100.0, 86.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCATCC\", \"ini\": 4210, \"clust\": 617, \"rank\": 3655, \"rankvar\": 4515, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4611, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2578, \"group\": [618.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGAAGGCCT\", \"ini\": 4209, \"clust\": 113, \"rank\": 3749, \"rankvar\": 4619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4612, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2125, \"group\": [111.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGCAACT\", \"ini\": 4208, \"clust\": 542, \"rank\": 2572, \"rankvar\": 4786, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4613, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2579, \"group\": [543.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCACGAAATA\", \"ini\": 4207, \"clust\": 4410, \"rank\": 1592, \"rankvar\": 3061, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4614, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2855, \"group\": [4408.0, 192.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTAGCTCCG\", \"ini\": 4206, \"clust\": 548, \"rank\": 3323, \"rankvar\": 2281, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4615, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2580, \"group\": [552.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACCCATTC\", \"ini\": 4205, \"clust\": 111, \"rank\": 3276, \"rankvar\": 3594, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4616, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2126, \"group\": [114.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTGATGTGG\", \"ini\": 4204, \"clust\": 445, \"rank\": 1994, \"rankvar\": 2371, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4617, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2581, \"group\": [446.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCCCAACC\", \"ini\": 4203, \"clust\": 767, \"rank\": 2111, \"rankvar\": 112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4618, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 537, \"group\": [767.0, 56.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGGATACC\", \"ini\": 4202, \"clust\": 4062, \"rank\": 1420, \"rankvar\": 362, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4619, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5197, \"group\": [4062.0, 171.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTACTTAC\", \"ini\": 4201, \"clust\": 5217, \"rank\": 3246, \"rankvar\": 5139, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4620, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5104, \"group\": [5220.0, 238.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTTCGCCTGTT\", \"ini\": 4200, \"clust\": 559, \"rank\": 2647, \"rankvar\": 3015, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4621, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2582, \"group\": [567.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTGTCTTT\", \"ini\": 4199, \"clust\": 591, \"rank\": 3536, \"rankvar\": 2489, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4622, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2583, \"group\": [591.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTGCGTTA\", \"ini\": 4198, \"clust\": 5149, \"rank\": 3352, \"rankvar\": 5228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4623, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5105, \"group\": [5147.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAAACCTA\", \"ini\": 4197, \"clust\": 2549, \"rank\": 2792, \"rankvar\": 939, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 538, \"group\": [2550.0, 116.0, 24.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTTCGGTC\", \"ini\": 4196, \"clust\": 4908, \"rank\": 2068, \"rankvar\": 779, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4488, \"group\": [4908.0, 207.0, 41.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCTTGCAAG\", \"ini\": 4195, \"clust\": 596, \"rank\": 3120, \"rankvar\": 3521, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2584, \"group\": [597.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGACTTGAA\", \"ini\": 4194, \"clust\": 5189, \"rank\": 2548, \"rankvar\": 3970, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4627, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5106, \"group\": [5189.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCGGTCTAA\", \"ini\": 4193, \"clust\": 48, \"rank\": 3714, \"rankvar\": 2441, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4628, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 539, \"group\": [48.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGAGTGACC\", \"ini\": 4192, \"clust\": 376, \"rank\": 1889, \"rankvar\": 2263, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4629, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2585, \"group\": [378.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCAGTAGT\", \"ini\": 4191, \"clust\": 4901, \"rank\": 3090, \"rankvar\": 4689, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4630, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2586, \"group\": [4900.0, 205.0, 41.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACATACTCTT\", \"ini\": 4190, \"clust\": 239, \"rank\": 2192, \"rankvar\": 973, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 540, \"group\": [238.0, 32.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCATGTCTT\", \"ini\": 4189, \"clust\": 158, \"rank\": 3997, \"rankvar\": 3635, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4632, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2127, \"group\": [158.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCCCTTGT\", \"ini\": 4188, \"clust\": 29, \"rank\": 4224, \"rankvar\": 5170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4633, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2128, \"group\": [31.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAAGGCTCC\", \"ini\": 4187, \"clust\": 584, \"rank\": 3150, \"rankvar\": 2542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4634, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2587, \"group\": [590.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGCTCCGA\", \"ini\": 4186, \"clust\": 289, \"rank\": 3782, \"rankvar\": 3953, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4635, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2588, \"group\": [292.0, 39.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTCAATGTC\", \"ini\": 4185, \"clust\": 118, \"rank\": 4048, \"rankvar\": 4625, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4636, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2129, \"group\": [119.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCAGTAGAGC\", \"ini\": 4184, \"clust\": 3996, \"rank\": 2034, \"rankvar\": 5023, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4637, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2856, \"group\": [3994.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACCCTCA\", \"ini\": 4183, \"clust\": 201, \"rank\": 3118, \"rankvar\": 1680, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 541, \"group\": [200.0, 19.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCCGTCAG\", \"ini\": 4182, \"clust\": 645, \"rank\": 2579, \"rankvar\": 3605, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2589, \"group\": [645.0, 43.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCGTAAGCACG\", \"ini\": 4181, \"clust\": 244, \"rank\": 2641, \"rankvar\": 848, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 542, \"group\": [243.0, 33.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCTGAAAGA\", \"ini\": 4180, \"clust\": 211, \"rank\": 2854, \"rankvar\": 607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4641, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 543, \"group\": [212.0, 23.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAGTTCATG\", \"ini\": 4179, \"clust\": 375, \"rank\": 2208, \"rankvar\": 3276, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4642, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2590, \"group\": [379.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCACCCGAG\", \"ini\": 4178, \"clust\": 36, \"rank\": 4565, \"rankvar\": 5128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 544, \"group\": [45.0, 7.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCACATCTTT\", \"ini\": 4177, \"clust\": 614, \"rank\": 2657, \"rankvar\": 2837, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4644, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2591, \"group\": [613.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACTGTC\", \"ini\": 4176, \"clust\": 441, \"rank\": 1825, \"rankvar\": 3577, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2592, \"group\": [444.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTAGCCTCG\", \"ini\": 4175, \"clust\": 4377, \"rank\": 1295, \"rankvar\": 467, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4646, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 28, \"group\": [4377.0, 187.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGTTACGA\", \"ini\": 4174, \"clust\": 283, \"rank\": 3163, \"rankvar\": 1767, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4647, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2593, \"group\": [281.0, 38.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCAGGTC\", \"ini\": 4173, \"clust\": 233, \"rank\": 3442, \"rankvar\": 3610, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4648, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 545, \"group\": [254.0, 34.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAAGAGGCT\", \"ini\": 4172, \"clust\": 4045, \"rank\": 1001, \"rankvar\": 584, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4649, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5198, \"group\": [4051.0, 170.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCAAATACAG\", \"ini\": 4171, \"clust\": 287, \"rank\": 3820, \"rankvar\": 4257, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4650, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2594, \"group\": [286.0, 39.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCAAACGGG\", \"ini\": 4170, \"clust\": 552, \"rank\": 3622, \"rankvar\": 4496, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4651, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2595, \"group\": [559.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTGTCTTCAAG\", \"ini\": 4169, \"clust\": 300, \"rank\": 2812, \"rankvar\": 4592, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4652, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2596, \"group\": [301.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGGAACGT\", \"ini\": 4168, \"clust\": 318, \"rank\": 2435, \"rankvar\": 3853, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4653, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2597, \"group\": [319.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCAGTTCGCGC\", \"ini\": 4167, \"clust\": 5106, \"rank\": 2335, \"rankvar\": 291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4654, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4489, \"group\": [5110.0, 233.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTATATGAG\", \"ini\": 4166, \"clust\": 114, \"rank\": 3726, \"rankvar\": 4809, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4655, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2130, \"group\": [112.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGGTTAAGAAC\", \"ini\": 4165, \"clust\": 4366, \"rank\": 858, \"rankvar\": 128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4656, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 29, \"group\": [4373.0, 185.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTGTTTGT\", \"ini\": 4164, \"clust\": 229, \"rank\": 3378, \"rankvar\": 747, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 546, \"group\": [229.0, 31.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGGTAGTAGTA\", \"ini\": 4163, \"clust\": 252, \"rank\": 2917, \"rankvar\": 2299, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 547, \"group\": [251.0, 33.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTGCACGAA\", \"ini\": 4162, \"clust\": 183, \"rank\": 3087, \"rankvar\": 1936, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4659, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2131, \"group\": [183.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAGCCCAC\", \"ini\": 4161, \"clust\": 271, \"rank\": 3550, \"rankvar\": 4818, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4660, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2598, \"group\": [272.0, 38.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATCATCCC\", \"ini\": 4160, \"clust\": 268, \"rank\": 2388, \"rankvar\": 3438, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4661, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2599, \"group\": [270.0, 38.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTGTGATGTCT\", \"ini\": 4159, \"clust\": 159, \"rank\": 3268, \"rankvar\": 1573, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4662, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2132, \"group\": [159.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCCTACAGA\", \"ini\": 4158, \"clust\": 394, \"rank\": 1896, \"rankvar\": 4436, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4663, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2600, \"group\": [395.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCTCCGA\", \"ini\": 4157, \"clust\": 589, \"rank\": 2795, \"rankvar\": 2424, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4664, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2601, \"group\": [588.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTGCTAGCC\", \"ini\": 4156, \"clust\": 299, \"rank\": 2740, \"rankvar\": 2574, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4665, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2602, \"group\": [299.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCCGTTGTC\", \"ini\": 4155, \"clust\": 284, \"rank\": 3170, \"rankvar\": 1385, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4666, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2603, \"group\": [282.0, 38.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCACCCAGTG\", \"ini\": 4154, \"clust\": 4909, \"rank\": 2213, \"rankvar\": 3329, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4667, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4490, \"group\": [4909.0, 207.0, 41.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTCTCTCTG\", \"ini\": 4153, \"clust\": 279, \"rank\": 3129, \"rankvar\": 4411, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2604, \"group\": [278.0, 38.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGTCCCTAATT\", \"ini\": 4152, \"clust\": 57, \"rank\": 3984, \"rankvar\": 2583, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 548, \"group\": [57.0, 13.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTACTTAC\", \"ini\": 4151, \"clust\": 169, \"rank\": 3519, \"rankvar\": 3538, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4670, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2133, \"group\": [168.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGACCACGA\", \"ini\": 4150, \"clust\": 5154, \"rank\": 3812, \"rankvar\": 5226, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4671, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5107, \"group\": [5153.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCGTATCAG\", \"ini\": 4149, \"clust\": 170, \"rank\": 4080, \"rankvar\": 2411, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4672, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2134, \"group\": [169.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCGCATAT\", \"ini\": 4148, \"clust\": 3993, \"rank\": 1973, \"rankvar\": 4733, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4673, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2857, \"group\": [3992.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGCCGATTT\", \"ini\": 4147, \"clust\": 641, \"rank\": 2459, \"rankvar\": 2289, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4674, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2605, \"group\": [641.0, 43.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCTCAACA\", \"ini\": 4146, \"clust\": 254, \"rank\": 2529, \"rankvar\": 920, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4675, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4491, \"group\": [264.0, 37.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCTGAA\", \"ini\": 4145, \"clust\": 253, \"rank\": 3462, \"rankvar\": 2410, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 549, \"group\": [252.0, 33.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACGCACC\", \"ini\": 4144, \"clust\": 4403, \"rank\": 797, \"rankvar\": 3272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4677, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2858, \"group\": [4403.0, 192.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCCCACTTG\", \"ini\": 4143, \"clust\": 4063, \"rank\": 744, \"rankvar\": 304, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4678, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5199, \"group\": [4063.0, 171.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCACAAGCCC\", \"ini\": 4142, \"clust\": 4087, \"rank\": 901, \"rankvar\": 554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4679, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5200, \"group\": [4084.0, 176.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTTAGGAA\", \"ini\": 4141, \"clust\": 4184, \"rank\": 591, \"rankvar\": 150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4680, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5201, \"group\": [4206.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCTCTTTA\", \"ini\": 4140, \"clust\": 8, \"rank\": 3980, \"rankvar\": 3417, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4681, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2606, \"group\": [9.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGACCCACC\", \"ini\": 4139, \"clust\": 1050, \"rank\": 1819, \"rankvar\": 265, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 550, \"group\": [1057.0, 79.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAGTTGCGTTA\", \"ini\": 4138, \"clust\": 823, \"rank\": 2368, \"rankvar\": 441, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 551, \"group\": [823.0, 66.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCTAGAGTC\", \"ini\": 4137, \"clust\": 10, \"rank\": 3696, \"rankvar\": 3441, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4684, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2607, \"group\": [11.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCATACGCTA\", \"ini\": 4136, \"clust\": 4364, \"rank\": 546, \"rankvar\": 366, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4685, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5202, \"group\": [4363.0, 185.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTCGCTAA\", \"ini\": 4135, \"clust\": 293, \"rank\": 3801, \"rankvar\": 1550, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4686, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2608, \"group\": [296.0, 39.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCTGGAAC\", \"ini\": 4134, \"clust\": 107, \"rank\": 3571, \"rankvar\": 4059, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4687, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2135, \"group\": [110.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTGTGGAG\", \"ini\": 4133, \"clust\": 615, \"rank\": 2753, \"rankvar\": 4326, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4688, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2609, \"group\": [616.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTGAACG\", \"ini\": 4132, \"clust\": 646, \"rank\": 2032, \"rankvar\": 2801, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4689, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2610, \"group\": [646.0, 43.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCATTCTA\", \"ini\": 4131, \"clust\": 49, \"rank\": 3860, \"rankvar\": 1990, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 552, \"group\": [49.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCGATATA\", \"ini\": 4130, \"clust\": 0, \"rank\": 3022, \"rankvar\": 4042, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4691, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2611, \"group\": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATGTCTCATCC\", \"ini\": 4129, \"clust\": 502, \"rank\": 1734, \"rankvar\": 1898, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4692, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2612, \"group\": [501.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCCATCGGTTA\", \"ini\": 4128, \"clust\": 4910, \"rank\": 2393, \"rankvar\": 3874, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4693, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4492, \"group\": [4913.0, 207.0, 41.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTCCAGTTA\", \"ini\": 4127, \"clust\": 5141, \"rank\": 3646, \"rankvar\": 5105, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4694, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5108, \"group\": [5143.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTTCTGGTA\", \"ini\": 4126, \"clust\": 436, \"rank\": 2184, \"rankvar\": 2677, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4695, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2613, \"group\": [434.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAGCCTTTC\", \"ini\": 4125, \"clust\": 290, \"rank\": 3604, \"rankvar\": 4569, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2614, \"group\": [290.0, 39.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTTCAGCGC\", \"ini\": 4124, \"clust\": 3994, \"rank\": 1958, \"rankvar\": 3217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4697, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2859, \"group\": [3993.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCTTTACAC\", \"ini\": 4123, \"clust\": 616, \"rank\": 3055, \"rankvar\": 2428, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4698, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2615, \"group\": [617.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTAAAGTCA\", \"ini\": 4122, \"clust\": 2, \"rank\": 3587, \"rankvar\": 1638, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4699, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2136, \"group\": [3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGTTCGATC\", \"ini\": 4121, \"clust\": 5158, \"rank\": 3797, \"rankvar\": 4939, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4700, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5109, \"group\": [5157.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGGATGGAA\", \"ini\": 4120, \"clust\": 3998, \"rank\": 2471, \"rankvar\": 2200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4701, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2860, \"group\": [4001.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTTAAAGAC\", \"ini\": 4119, \"clust\": 4902, \"rank\": 3359, \"rankvar\": 4483, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4702, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2616, \"group\": [4901.0, 205.0, 41.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCAATCTCT\", \"ini\": 4118, \"clust\": 5165, \"rank\": 2822, \"rankvar\": 4988, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4703, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5110, \"group\": [5166.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGAGATGAG\", \"ini\": 4117, \"clust\": 51, \"rank\": 4295, \"rankvar\": 3344, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 553, \"group\": [51.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGTCTTGCA\", \"ini\": 4116, \"clust\": 230, \"rank\": 3638, \"rankvar\": 2272, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 554, \"group\": [230.0, 31.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTCCG\", \"ini\": 4115, \"clust\": 115, \"rank\": 4260, \"rankvar\": 4164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4706, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2137, \"group\": [117.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATGTCATATGC\", \"ini\": 4114, \"clust\": 259, \"rank\": 1788, \"rankvar\": 4057, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4707, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2861, \"group\": [259.0, 36.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCACCATGTA\", \"ini\": 4113, \"clust\": 2674, \"rank\": 4139, \"rankvar\": 3908, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4708, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2138, \"group\": [2675.0, 125.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATGTAAG\", \"ini\": 4112, \"clust\": 123, \"rank\": 4530, \"rankvar\": 4546, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4709, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2139, \"group\": [123.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCCGAAGAG\", \"ini\": 4111, \"clust\": 3944, \"rank\": 2128, \"rankvar\": 4186, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4710, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2862, \"group\": [3944.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACAATGTAAG\", \"ini\": 4110, \"clust\": 5131, \"rank\": 2849, \"rankvar\": 5196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4711, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5111, \"group\": [5129.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCCGCGCAA\", \"ini\": 4109, \"clust\": 212, \"rank\": 3001, \"rankvar\": 1279, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 555, \"group\": [213.0, 23.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCGCATCT\", \"ini\": 4108, \"clust\": 207, \"rank\": 3787, \"rankvar\": 3565, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 556, \"group\": [208.0, 22.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTCATCCCT\", \"ini\": 4107, \"clust\": 1076, \"rank\": 1981, \"rankvar\": 426, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 557, \"group\": [1076.0, 81.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAAAGA\", \"ini\": 4106, \"clust\": 163, \"rank\": 3172, \"rankvar\": 4325, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4715, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2140, \"group\": [163.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACACCACCAG\", \"ini\": 4105, \"clust\": 281, \"rank\": 2635, \"rankvar\": 3815, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4716, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2617, \"group\": [284.0, 38.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTCACACGC\", \"ini\": 4104, \"clust\": 623, \"rank\": 3127, \"rankvar\": 3572, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4717, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2618, \"group\": [621.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCATATACCG\", \"ini\": 4103, \"clust\": 250, \"rank\": 3024, \"rankvar\": 1142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 558, \"group\": [250.0, 33.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTCAAAGCG\", \"ini\": 4102, \"clust\": 4404, \"rank\": 1128, \"rankvar\": 1431, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4719, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 191, \"group\": [4404.0, 192.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGAGCTGCA\", \"ini\": 4101, \"clust\": 164, \"rank\": 3347, \"rankvar\": 3551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4720, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2141, \"group\": [164.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCTAACTGG\", \"ini\": 4100, \"clust\": 3997, \"rank\": 2256, \"rankvar\": 3429, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4721, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2863, \"group\": [3995.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTATAATGG\", \"ini\": 4099, \"clust\": 3020, \"rank\": 2329, \"rankvar\": 4805, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4722, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2864, \"group\": [3021.0, 153.0, 32.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATGCCCGA\", \"ini\": 4098, \"clust\": 203, \"rank\": 3712, \"rankvar\": 4901, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4723, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2142, \"group\": [199.0, 19.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTAAGCACG\", \"ini\": 4097, \"clust\": 5166, \"rank\": 2992, \"rankvar\": 4811, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4724, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5112, \"group\": [5167.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAGCGAACA\", \"ini\": 4096, \"clust\": 2672, \"rank\": 3551, \"rankvar\": 1874, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2619, \"group\": [2673.0, 125.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGCCTTGAT\", \"ini\": 4095, \"clust\": 5155, \"rank\": 4408, \"rankvar\": 5224, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4726, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5113, \"group\": [5154.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTACGCCC\", \"ini\": 4094, \"clust\": 3984, \"rank\": 2009, \"rankvar\": 5061, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4727, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2865, \"group\": [3983.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCTTTACGT\", \"ini\": 4093, \"clust\": 629, \"rank\": 2964, \"rankvar\": 1806, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4728, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2620, \"group\": [628.0, 43.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGGCAGTA\", \"ini\": 4092, \"clust\": 543, \"rank\": 2999, \"rankvar\": 3802, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4729, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2621, \"group\": [544.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGATCTGTCCGT\", \"ini\": 4091, \"clust\": 631, \"rank\": 1906, \"rankvar\": 2224, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4730, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2622, \"group\": [632.0, 43.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCACGACGAA\", \"ini\": 4090, \"clust\": 5119, \"rank\": 3424, \"rankvar\": 4504, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4731, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5114, \"group\": [5121.0, 235.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAAGGGTTCCC\", \"ini\": 4089, \"clust\": 26, \"rank\": 4321, \"rankvar\": 5189, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4732, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2143, \"group\": [26.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGATCGA\", \"ini\": 4088, \"clust\": 827, \"rank\": 3112, \"rankvar\": 1579, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4733, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 559, \"group\": [828.0, 69.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAGTGACTCAT\", \"ini\": 4087, \"clust\": 556, \"rank\": 3294, \"rankvar\": 4298, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4734, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2623, \"group\": [558.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGACCCT\", \"ini\": 4086, \"clust\": 200, \"rank\": 2890, \"rankvar\": 2171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4735, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2144, \"group\": [201.0, 19.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCACGTCTCT\", \"ini\": 4085, \"clust\": 5153, \"rank\": 3670, \"rankvar\": 5216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4736, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5115, \"group\": [5155.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCCCTCTTT\", \"ini\": 4084, \"clust\": 27, \"rank\": 4004, \"rankvar\": 5138, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4737, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2145, \"group\": [27.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATTGCT\", \"ini\": 4083, \"clust\": 821, \"rank\": 2214, \"rankvar\": 762, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 560, \"group\": [821.0, 66.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCCCATTTA\", \"ini\": 4082, \"clust\": 127, \"rank\": 4392, \"rankvar\": 3710, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4739, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2146, \"group\": [127.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTAAAGTG\", \"ini\": 4081, \"clust\": 550, \"rank\": 3145, \"rankvar\": 2576, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4740, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2624, \"group\": [549.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATTCCTCG\", \"ini\": 4080, \"clust\": 1, \"rank\": 2983, \"rankvar\": 3450, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4741, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2625, \"group\": [2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTGCAGACA\", \"ini\": 4079, \"clust\": 4365, \"rank\": 760, \"rankvar\": 264, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4742, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5203, \"group\": [4364.0, 185.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTTTGT\", \"ini\": 4078, \"clust\": 553, \"rank\": 3920, \"rankvar\": 5050, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4743, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2626, \"group\": [555.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACAGAGGT\", \"ini\": 4077, \"clust\": 129, \"rank\": 4342, \"rankvar\": 4715, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4744, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2147, \"group\": [129.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCACCCGAG\", \"ini\": 4076, \"clust\": 4903, \"rank\": 3769, \"rankvar\": 4173, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4745, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2627, \"group\": [4905.0, 205.0, 41.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCCAGTAT\", \"ini\": 4075, \"clust\": 3970, \"rank\": 1703, \"rankvar\": 3796, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4746, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2866, \"group\": [3969.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCAAGCCTA\", \"ini\": 4074, \"clust\": 4170, \"rank\": 539, \"rankvar\": 135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4747, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5204, \"group\": [4184.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTCCGCTGA\", \"ini\": 4073, \"clust\": 554, \"rank\": 3456, \"rankvar\": 3044, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4748, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2628, \"group\": [553.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCGAGAACG\", \"ini\": 4072, \"clust\": 2670, \"rank\": 4033, \"rankvar\": 899, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4749, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2629, \"group\": [2667.0, 124.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGACAGACC\", \"ini\": 4071, \"clust\": 560, \"rank\": 3293, \"rankvar\": 2374, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4750, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2630, \"group\": [563.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCGCGGTA\", \"ini\": 4070, \"clust\": 275, \"rank\": 3216, \"rankvar\": 4516, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4751, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2631, \"group\": [275.0, 38.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACGGCC\", \"ini\": 4069, \"clust\": 177, \"rank\": 3766, \"rankvar\": 3568, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4752, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2148, \"group\": [176.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTAATCGTC\", \"ini\": 4068, \"clust\": 644, \"rank\": 2594, \"rankvar\": 1750, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4753, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2632, \"group\": [647.0, 43.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTGCAGGTA\", \"ini\": 4067, \"clust\": 5171, \"rank\": 1737, \"rankvar\": 2734, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4754, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5116, \"group\": [5172.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCGGATCC\", \"ini\": 4066, \"clust\": 612, \"rank\": 2932, \"rankvar\": 1101, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4755, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2633, \"group\": [614.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACGAAACG\", \"ini\": 4065, \"clust\": 2990, \"rank\": 2241, \"rankvar\": 1759, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4756, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 192, \"group\": [2991.0, 142.0, 29.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTCGGATCC\", \"ini\": 4064, \"clust\": 4911, \"rank\": 2727, \"rankvar\": 2599, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4757, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4493, \"group\": [4912.0, 207.0, 41.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCACTATTC\", \"ini\": 4063, \"clust\": 555, \"rank\": 3963, \"rankvar\": 4343, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4758, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2634, \"group\": [554.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCAACACTG\", \"ini\": 4062, \"clust\": 557, \"rank\": 3640, \"rankvar\": 3296, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4759, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2635, \"group\": [556.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTGTCAATC\", \"ini\": 4061, \"clust\": 119, \"rank\": 4203, \"rankvar\": 4943, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4760, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2149, \"group\": [120.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATGTCCTC\", \"ini\": 4060, \"clust\": 771, \"rank\": 2140, \"rankvar\": 225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4761, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 30, \"group\": [771.0, 59.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGGATGCGT\", \"ini\": 4059, \"clust\": 4896, \"rank\": 3724, \"rankvar\": 2884, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4762, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4494, \"group\": [4902.0, 205.0, 41.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTACACGAAAGC\", \"ini\": 4058, \"clust\": 632, \"rank\": 2158, \"rankvar\": 1563, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4763, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2636, \"group\": [633.0, 43.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAGCTCCG\", \"ini\": 4057, \"clust\": 768, \"rank\": 1862, \"rankvar\": 167, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4764, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 31, \"group\": [768.0, 57.0, 11.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACATACGCCG\", \"ini\": 4056, \"clust\": 4080, \"rank\": 688, \"rankvar\": 298, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5205, \"group\": [4083.0, 176.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCAACACAC\", \"ini\": 4055, \"clust\": 5127, \"rank\": 3912, \"rankvar\": 5158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4766, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5117, \"group\": [5151.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGTTCGATC\", \"ini\": 4054, \"clust\": 179, \"rank\": 3694, \"rankvar\": 4471, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4767, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2150, \"group\": [182.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAAGCACACAG\", \"ini\": 4053, \"clust\": 30, \"rank\": 4577, \"rankvar\": 5221, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4768, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2151, \"group\": [29.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCAAGAAGT\", \"ini\": 4052, \"clust\": 110, \"rank\": 3745, \"rankvar\": 877, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 561, \"group\": [118.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCAAAGTAG\", \"ini\": 4051, \"clust\": 45, \"rank\": 3999, \"rankvar\": 3540, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 562, \"group\": [46.0, 8.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGACGACGT\", \"ini\": 4050, \"clust\": 1100, \"rank\": 3557, \"rankvar\": 3509, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 563, \"group\": [1101.0, 86.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAATGTAAG\", \"ini\": 4049, \"clust\": 59, \"rank\": 3374, \"rankvar\": 881, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4772, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2637, \"group\": [60.0, 14.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGGTACCGTTA\", \"ini\": 4048, \"clust\": 618, \"rank\": 3774, \"rankvar\": 4856, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2638, \"group\": [619.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACATACCATG\", \"ini\": 4047, \"clust\": 643, \"rank\": 3011, \"rankvar\": 3730, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4774, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2639, \"group\": [644.0, 43.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAACTGGCC\", \"ini\": 4046, \"clust\": 4402, \"rank\": 1727, \"rankvar\": 155, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4775, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2867, \"group\": [4415.0, 192.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCGTAGGAG\", \"ini\": 4045, \"clust\": 124, \"rank\": 4537, \"rankvar\": 5039, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4776, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2152, \"group\": [124.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGACGCTC\", \"ini\": 4044, \"clust\": 4890, \"rank\": 2394, \"rankvar\": 977, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4777, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4495, \"group\": [4893.0, 203.0, 40.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGCTAAGAT\", \"ini\": 4043, \"clust\": 105, \"rank\": 3672, \"rankvar\": 3935, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4778, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2153, \"group\": [106.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTATCACG\", \"ini\": 4042, \"clust\": 136, \"rank\": 4613, \"rankvar\": 3493, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4779, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2154, \"group\": [138.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTGTTGGGA\", \"ini\": 4041, \"clust\": 3988, \"rank\": 2209, \"rankvar\": 4211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4780, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2868, \"group\": [3988.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAGCAGTTT\", \"ini\": 4040, \"clust\": 175, \"rank\": 4238, \"rankvar\": 4614, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4781, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2155, \"group\": [173.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCATCACCC\", \"ini\": 4039, \"clust\": 99, \"rank\": 4471, \"rankvar\": 4084, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4782, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2156, \"group\": [103.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATCGATTG\", \"ini\": 4038, \"clust\": 4211, \"rank\": 153, \"rankvar\": 136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4783, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5206, \"group\": [4212.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACACCGCTAG\", \"ini\": 4037, \"clust\": 2998, \"rank\": 1108, \"rankvar\": 965, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4784, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 193, \"group\": [2998.0, 145.0, 30.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCACTCCTG\", \"ini\": 4036, \"clust\": 5140, \"rank\": 3446, \"rankvar\": 5190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4785, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5118, \"group\": [5136.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACAGACTCGC\", \"ini\": 4035, \"clust\": 218, \"rank\": 3658, \"rankvar\": 278, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 564, \"group\": [219.0, 26.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCAATGGAGC\", \"ini\": 4034, \"clust\": 155, \"rank\": 4061, \"rankvar\": 2177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 565, \"group\": [154.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGCATGGCA\", \"ini\": 4033, \"clust\": 2675, \"rank\": 3935, \"rankvar\": 3862, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4788, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2640, \"group\": [2676.0, 125.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTACCGTAT\", \"ini\": 4032, \"clust\": 3943, \"rank\": 2914, \"rankvar\": 4409, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4789, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2869, \"group\": [3946.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGCTGCAAG\", \"ini\": 4031, \"clust\": 31, \"rank\": 4252, \"rankvar\": 4957, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4790, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2157, \"group\": [30.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGTCCCACG\", \"ini\": 4030, \"clust\": 817, \"rank\": 3023, \"rankvar\": 1696, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 566, \"group\": [818.0, 65.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCACTTAAGC\", \"ini\": 4029, \"clust\": 3055, \"rank\": 1814, \"rankvar\": 1702, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4792, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3100, \"group\": [3055.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACAGGCTGAA\", \"ini\": 4028, \"clust\": 1101, \"rank\": 3885, \"rankvar\": 2093, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 567, \"group\": [1102.0, 86.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCATCGATGAGG\", \"ini\": 4027, \"clust\": 92, \"rank\": 3718, \"rankvar\": 2496, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4794, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 568, \"group\": [97.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACATGCGCAC\", \"ini\": 4026, \"clust\": 3985, \"rank\": 2565, \"rankvar\": 5123, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4795, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2870, \"group\": [3984.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGCACATTAGC\", \"ini\": 4025, \"clust\": 161, \"rank\": 4037, \"rankvar\": 3527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4796, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2158, \"group\": [162.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCCTATGTT\", \"ini\": 4024, \"clust\": 3850, \"rank\": 3778, \"rankvar\": 4384, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4797, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2871, \"group\": [3851.0, 164.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCGAGCCCA\", \"ini\": 4023, \"clust\": 157, \"rank\": 3376, \"rankvar\": 2318, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4798, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2159, \"group\": [160.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAGGCTGAA\", \"ini\": 4022, \"clust\": 50, \"rank\": 4047, \"rankvar\": 2456, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 569, \"group\": [53.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCTCTCTG\", \"ini\": 4021, \"clust\": 4374, \"rank\": 456, \"rankvar\": 235, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4800, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3953, \"group\": [4371.0, 185.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCACCATCCT\", \"ini\": 4020, \"clust\": 3971, \"rank\": 2554, \"rankvar\": 4953, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4801, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2872, \"group\": [3998.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGTTCCACA\", \"ini\": 4019, \"clust\": 280, \"rank\": 2839, \"rankvar\": 4312, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4802, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2641, \"group\": [285.0, 38.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCGGATGGA\", \"ini\": 4018, \"clust\": 549, \"rank\": 3803, \"rankvar\": 2130, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2642, \"group\": [551.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGACATA\", \"ini\": 4017, \"clust\": 130, \"rank\": 4073, \"rankvar\": 2993, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4804, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2160, \"group\": [130.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACACGCC\", \"ini\": 4016, \"clust\": 3945, \"rank\": 3050, \"rankvar\": 5041, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4805, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2873, \"group\": [3945.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTAAGTG\", \"ini\": 4015, \"clust\": 101, \"rank\": 4515, \"rankvar\": 3051, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4806, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2161, \"group\": [100.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCAAAGGTGC\", \"ini\": 4014, \"clust\": 5116, \"rank\": 4318, \"rankvar\": 5036, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4807, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5119, \"group\": [5117.0, 235.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCGGACAAG\", \"ini\": 4013, \"clust\": 4913, \"rank\": 2704, \"rankvar\": 2185, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4808, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4496, \"group\": [4911.0, 207.0, 41.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTTACGGAG\", \"ini\": 4012, \"clust\": 173, \"rank\": 3477, \"rankvar\": 1986, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4809, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2162, \"group\": [178.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGAAACCTA\", \"ini\": 4011, \"clust\": 73, \"rank\": 4478, \"rankvar\": 1546, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4810, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 570, \"group\": [74.0, 15.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCACTTCTGC\", \"ini\": 4010, \"clust\": 102, \"rank\": 4113, \"rankvar\": 1805, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4811, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2163, \"group\": [101.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGTCTGTCTCG\", \"ini\": 4009, \"clust\": 592, \"rank\": 3130, \"rankvar\": 1342, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4812, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2643, \"group\": [592.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTCCGT\", \"ini\": 4008, \"clust\": 178, \"rank\": 4098, \"rankvar\": 4060, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4813, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2164, \"group\": [177.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGAACAATC\", \"ini\": 4007, \"clust\": 551, \"rank\": 3585, \"rankvar\": 2173, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4814, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2644, \"group\": [550.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATGTTTGCATG\", \"ini\": 4006, \"clust\": 17, \"rank\": 4681, \"rankvar\": 5137, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4815, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2165, \"group\": [20.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCATCGATG\", \"ini\": 4005, \"clust\": 4891, \"rank\": 2316, \"rankvar\": 1251, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4816, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4497, \"group\": [4891.0, 202.0, 40.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACAGCCAACAG\", \"ini\": 4004, \"clust\": 257, \"rank\": 2677, \"rankvar\": 2158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4817, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2645, \"group\": [256.0, 35.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGTTTACG\", \"ini\": 4003, \"clust\": 132, \"rank\": 4824, \"rankvar\": 3416, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4818, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2166, \"group\": [131.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCACCATAG\", \"ini\": 4002, \"clust\": 3983, \"rank\": 2755, \"rankvar\": 4697, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4819, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2874, \"group\": [3985.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCATGTCCC\", \"ini\": 4001, \"clust\": 251, \"rank\": 3080, \"rankvar\": 241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 571, \"group\": [253.0, 33.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCGTCATC\", \"ini\": 4000, \"clust\": 4380, \"rank\": 1499, \"rankvar\": 260, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4821, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5207, \"group\": [4380.0, 189.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGATGCGAC\", \"ini\": 3999, \"clust\": 3964, \"rank\": 3051, \"rankvar\": 2845, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4822, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2875, \"group\": [3966.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTGTTCTCATT\", \"ini\": 3998, \"clust\": 630, \"rank\": 2601, \"rankvar\": 3286, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4823, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2646, \"group\": [629.0, 43.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGTGGTCCC\", \"ini\": 3997, \"clust\": 294, \"rank\": 4509, \"rankvar\": 3308, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4824, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2647, \"group\": [295.0, 39.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAATCACC\", \"ini\": 3996, \"clust\": 172, \"rank\": 4324, \"rankvar\": 2027, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4825, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2167, \"group\": [172.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCGGTCTAA\", \"ini\": 3995, \"clust\": 125, \"rank\": 4787, \"rankvar\": 5042, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4826, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2168, \"group\": [125.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTAAGGCAGGTT\", \"ini\": 3994, \"clust\": 78, \"rank\": 4307, \"rankvar\": 491, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4827, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 572, \"group\": [79.0, 15.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACGAAGCA\", \"ini\": 3993, \"clust\": 58, \"rank\": 3908, \"rankvar\": 2964, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4828, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2169, \"group\": [58.0, 13.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCCACGCAG\", \"ini\": 3992, \"clust\": 225, \"rank\": 3282, \"rankvar\": 1096, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 573, \"group\": [226.0, 29.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCAACCAA\", \"ini\": 3991, \"clust\": 47, \"rank\": 3430, \"rankvar\": 2666, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 574, \"group\": [50.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCTCAAGCCTA\", \"ini\": 3990, \"clust\": 108, \"rank\": 4179, \"rankvar\": 3798, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4831, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2170, \"group\": [108.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCACACCGAC\", \"ini\": 3989, \"clust\": 4907, \"rank\": 2460, \"rankvar\": 801, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4832, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 575, \"group\": [4907.0, 206.0, 41.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGCTGAACG\", \"ini\": 3988, \"clust\": 3836, \"rank\": 2390, \"rankvar\": 2956, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4833, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2876, \"group\": [3841.0, 159.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAAGAAGT\", \"ini\": 3987, \"clust\": 3955, \"rank\": 3586, \"rankvar\": 3604, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4834, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5133, \"group\": [3960.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGACACTAA\", \"ini\": 3986, \"clust\": 126, \"rank\": 4791, \"rankvar\": 4816, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4835, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2171, \"group\": [126.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCGGTTAAC\", \"ini\": 3985, \"clust\": 116, \"rank\": 4637, \"rankvar\": 4021, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4836, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2172, \"group\": [115.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCATAGCAC\", \"ini\": 3984, \"clust\": 3999, \"rank\": 2112, \"rankvar\": 4127, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4837, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2877, \"group\": [3999.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCTGTTTGT\", \"ini\": 3983, \"clust\": 18, \"rank\": 4631, \"rankvar\": 5147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4838, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2173, \"group\": [19.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCAGACACTT\", \"ini\": 3982, \"clust\": 3873, \"rank\": 4162, \"rankvar\": 2758, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4839, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2878, \"group\": [3874.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTGAGGCTA\", \"ini\": 3981, \"clust\": 60, \"rank\": 4174, \"rankvar\": 2196, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4840, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2648, \"group\": [61.0, 14.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATACACCCATGG\", \"ini\": 3980, \"clust\": 5118, \"rank\": 4112, \"rankvar\": 4284, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4841, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5120, \"group\": [5122.0, 235.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCATAGACTC\", \"ini\": 3979, \"clust\": 79, \"rank\": 4195, \"rankvar\": 1748, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4842, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2174, \"group\": [78.0, 15.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCTCCTC\", \"ini\": 3978, \"clust\": 9, \"rank\": 4159, \"rankvar\": 2492, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4843, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2649, \"group\": [10.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTAACGCGA\", \"ini\": 3977, \"clust\": 3853, \"rank\": 3692, \"rankvar\": 2160, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4844, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2879, \"group\": [3853.0, 164.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACATTACGAC\", \"ini\": 3976, \"clust\": 166, \"rank\": 4624, \"rankvar\": 3762, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4845, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2175, \"group\": [166.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTTGTCC\", \"ini\": 3975, \"clust\": 3989, \"rank\": 2901, \"rankvar\": 5125, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4846, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2880, \"group\": [3989.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGAGTAGA\", \"ini\": 3974, \"clust\": 69, \"rank\": 4316, \"rankvar\": 2033, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4847, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2176, \"group\": [70.0, 15.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAAGGTCATCT\", \"ini\": 3973, \"clust\": 156, \"rank\": 4085, \"rankvar\": 1528, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4848, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2177, \"group\": [155.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCGCTAGCG\", \"ini\": 3972, \"clust\": 288, \"rank\": 3839, \"rankvar\": 4937, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4849, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2650, \"group\": [287.0, 39.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGGGCTCTC\", \"ini\": 3971, \"clust\": 286, \"rank\": 3701, \"rankvar\": 3306, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4850, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2651, \"group\": [288.0, 39.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTGTAATGA\", \"ini\": 3970, \"clust\": 3837, \"rank\": 2421, \"rankvar\": 2685, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4851, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2881, \"group\": [3837.0, 159.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACAGCAG\", \"ini\": 3969, \"clust\": 5115, \"rank\": 3454, \"rankvar\": 4974, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4852, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5121, \"group\": [5116.0, 235.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCGTTTAGG\", \"ini\": 3968, \"clust\": 5122, \"rank\": 4227, \"rankvar\": 4956, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4853, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4498, \"group\": [5162.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTATCTG\", \"ini\": 3967, \"clust\": 262, \"rank\": 2532, \"rankvar\": 495, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 576, \"group\": [260.0, 36.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTCGCGAAA\", \"ini\": 3966, \"clust\": 263, \"rank\": 2736, \"rankvar\": 2499, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4855, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2652, \"group\": [261.0, 36.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAAGGTGA\", \"ini\": 3965, \"clust\": 260, \"rank\": 2266, \"rankvar\": 2587, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4856, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2882, \"group\": [263.0, 36.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCACTGGG\", \"ini\": 3964, \"clust\": 4898, \"rank\": 2776, \"rankvar\": 2995, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4857, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2653, \"group\": [4897.0, 205.0, 41.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTCTAAAGA\", \"ini\": 3963, \"clust\": 295, \"rank\": 4290, \"rankvar\": 4892, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4858, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2654, \"group\": [293.0, 39.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCACACGC\", \"ini\": 3962, \"clust\": 176, \"rank\": 4173, \"rankvar\": 3033, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4859, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2178, \"group\": [174.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAATTCCTT\", \"ini\": 3961, \"clust\": 46, \"rank\": 4765, \"rankvar\": 4169, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4860, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2179, \"group\": [47.0, 9.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATGGATGG\", \"ini\": 3960, \"clust\": 167, \"rank\": 4176, \"rankvar\": 3753, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4861, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2180, \"group\": [167.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTATGGTTC\", \"ini\": 3959, \"clust\": 32, \"rank\": 4456, \"rankvar\": 5195, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4862, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2181, \"group\": [32.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTTCAGTAC\", \"ini\": 3958, \"clust\": 153, \"rank\": 4302, \"rankvar\": 2527, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4863, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 577, \"group\": [157.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGTTACAG\", \"ini\": 3957, \"clust\": 4905, \"rank\": 3479, \"rankvar\": 403, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4864, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2655, \"group\": [4904.0, 205.0, 41.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCAGAGCTT\", \"ini\": 3956, \"clust\": 174, \"rank\": 4704, \"rankvar\": 4677, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4865, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2182, \"group\": [175.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCTGCCCA\", \"ini\": 3955, \"clust\": 19, \"rank\": 4653, \"rankvar\": 5202, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4866, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2183, \"group\": [17.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCTCTGCTG\", \"ini\": 3954, \"clust\": 67, \"rank\": 4826, \"rankvar\": 4769, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4867, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2184, \"group\": [66.0, 15.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTAGTGCG\", \"ini\": 3953, \"clust\": 70, \"rank\": 4549, \"rankvar\": 2833, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4868, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2185, \"group\": [71.0, 15.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAGTAGAGC\", \"ini\": 3952, \"clust\": 216, \"rank\": 3705, \"rankvar\": 782, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 578, \"group\": [217.0, 25.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAGTGAGA\", \"ini\": 3951, \"clust\": 22, \"rank\": 4907, \"rankvar\": 4747, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4870, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2186, \"group\": [24.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTGTCTCA\", \"ini\": 3950, \"clust\": 2995, \"rank\": 2773, \"rankvar\": 833, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4871, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 194, \"group\": [2995.0, 144.0, 30.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAAGCGGT\", \"ini\": 3949, \"clust\": 558, \"rank\": 3993, \"rankvar\": 4031, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4872, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2656, \"group\": [557.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCTTGCGG\", \"ini\": 3948, \"clust\": 3002, \"rank\": 3332, \"rankvar\": 1798, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4873, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 195, \"group\": [3003.0, 147.0, 30.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGCTCCTTC\", \"ini\": 3947, \"clust\": 103, \"rank\": 4413, \"rankvar\": 4050, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4874, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2187, \"group\": [104.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTGGTAACG\", \"ini\": 3946, \"clust\": 68, \"rank\": 4881, \"rankvar\": 4154, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4875, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2188, \"group\": [67.0, 15.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCATGCCTTC\", \"ini\": 3945, \"clust\": 4408, \"rank\": 1396, \"rankvar\": 2546, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4876, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 196, \"group\": [4406.0, 192.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGGGAACGG\", \"ini\": 3944, \"clust\": 5159, \"rank\": 4543, \"rankvar\": 4969, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4877, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5122, \"group\": [5161.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGCATCACGAT\", \"ini\": 3943, \"clust\": 3009, \"rank\": 1984, \"rankvar\": 573, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4878, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 197, \"group\": [3010.0, 149.0, 30.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTACCGAGA\", \"ini\": 3942, \"clust\": 71, \"rank\": 4362, \"rankvar\": 1649, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4879, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2189, \"group\": [72.0, 15.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAATT\", \"ini\": 3941, \"clust\": 3990, \"rank\": 3520, \"rankvar\": 4968, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4880, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2883, \"group\": [3990.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGTGCAAGC\", \"ini\": 3940, \"clust\": 819, \"rank\": 2898, \"rankvar\": 624, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4881, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 579, \"group\": [824.0, 66.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGAAAGAG\", \"ini\": 3939, \"clust\": 80, \"rank\": 4522, \"rankvar\": 2368, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4882, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2190, \"group\": [76.0, 15.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCGATCCCT\", \"ini\": 3938, \"clust\": 137, \"rank\": 4846, \"rankvar\": 4613, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4883, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2191, \"group\": [136.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATTCCTGC\", \"ini\": 3937, \"clust\": 3965, \"rank\": 3117, \"rankvar\": 4679, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4884, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2884, \"group\": [3964.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTTTAAGCC\", \"ini\": 3936, \"clust\": 3854, \"rank\": 3613, \"rankvar\": 1619, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4885, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2885, \"group\": [3854.0, 164.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTCACTTAAGC\", \"ini\": 3935, \"clust\": 5120, \"rank\": 4241, \"rankvar\": 4116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4886, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5123, \"group\": [5119.0, 235.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGAGCTGGT\", \"ini\": 3934, \"clust\": 2992, \"rank\": 2056, \"rankvar\": 2551, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4887, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 198, \"group\": [2993.0, 144.0, 30.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGTCCCTCAGT\", \"ini\": 3933, \"clust\": 3966, \"rank\": 2574, \"rankvar\": 4337, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4888, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2886, \"group\": [3965.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGATCCCGC\", \"ini\": 3932, \"clust\": 261, \"rank\": 2963, \"rankvar\": 3348, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4889, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2657, \"group\": [262.0, 36.0, 7.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTAGGCGATAC\", \"ini\": 3931, \"clust\": 292, \"rank\": 4726, \"rankvar\": 3403, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4890, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2658, \"group\": [297.0, 39.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCGGCCGAT\", \"ini\": 3930, \"clust\": 131, \"rank\": 4617, \"rankvar\": 3794, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4891, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2192, \"group\": [133.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGGCTACGA\", \"ini\": 3929, \"clust\": 219, \"rank\": 4225, \"rankvar\": 2810, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4892, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 580, \"group\": [220.0, 26.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGGTACCGTAT\", \"ini\": 3928, \"clust\": 3976, \"rank\": 3556, \"rankvar\": 5136, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4893, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2887, \"group\": [3981.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATGCTGGC\", \"ini\": 3927, \"clust\": 39, \"rank\": 4925, \"rankvar\": 3727, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4894, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2193, \"group\": [41.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGGTCAT\", \"ini\": 3926, \"clust\": 128, \"rank\": 4784, \"rankvar\": 4938, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4895, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2194, \"group\": [128.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCGGCACT\", \"ini\": 3925, \"clust\": 3011, \"rank\": 3006, \"rankvar\": 1501, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4896, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 199, \"group\": [3014.0, 150.0, 30.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCCAAACTG\", \"ini\": 3924, \"clust\": 3946, \"rank\": 3029, \"rankvar\": 1420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4897, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 200, \"group\": [3967.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCAGGCGAA\", \"ini\": 3923, \"clust\": 75, \"rank\": 4031, \"rankvar\": 3122, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4898, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2195, \"group\": [82.0, 15.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGGTGACCA\", \"ini\": 3922, \"clust\": 222, \"rank\": 4231, \"rankvar\": 3235, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 581, \"group\": [221.0, 27.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCCAGCTTCGG\", \"ini\": 3921, \"clust\": 12, \"rank\": 4114, \"rankvar\": 1211, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4900, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2659, \"group\": [16.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCATTATCAAACGGG\", \"ini\": 3920, \"clust\": 3956, \"rank\": 3122, \"rankvar\": 4605, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4901, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2888, \"group\": [3954.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGATTCT\", \"ini\": 3919, \"clust\": 66, \"rank\": 4622, \"rankvar\": 1241, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4902, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2196, \"group\": [68.0, 15.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCCAGTACACT\", \"ini\": 3918, \"clust\": 265, \"rank\": 3650, \"rankvar\": 1255, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4903, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2660, \"group\": [265.0, 38.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAATCACAC\", \"ini\": 3917, \"clust\": 154, \"rank\": 4397, \"rankvar\": 1224, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 582, \"group\": [156.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAAGGTTCT\", \"ini\": 3916, \"clust\": 52, \"rank\": 4123, \"rankvar\": 471, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 583, \"group\": [52.0, 10.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGGGTGTTG\", \"ini\": 3915, \"clust\": 2993, \"rank\": 2841, \"rankvar\": 585, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4906, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 201, \"group\": [2994.0, 144.0, 30.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGTGTGGT\", \"ini\": 3914, \"clust\": 134, \"rank\": 4898, \"rankvar\": 5028, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4907, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2197, \"group\": [134.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTAACGCGA\", \"ini\": 3913, \"clust\": 227, \"rank\": 3041, \"rankvar\": 525, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 584, \"group\": [228.0, 30.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTGGCGTG\", \"ini\": 3912, \"clust\": 242, \"rank\": 3717, \"rankvar\": 1095, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 585, \"group\": [244.0, 33.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAGTTTACG\", \"ini\": 3911, \"clust\": 272, \"rank\": 3754, \"rankvar\": 2321, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4910, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2661, \"group\": [273.0, 38.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAAAGAATAGGG\", \"ini\": 3910, \"clust\": 81, \"rank\": 4333, \"rankvar\": 2717, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4911, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2198, \"group\": [77.0, 15.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACATCCA\", \"ini\": 3909, \"clust\": 20, \"rank\": 4879, \"rankvar\": 5179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4912, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2199, \"group\": [18.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCCTAGGGC\", \"ini\": 3908, \"clust\": 106, \"rank\": 4096, \"rankvar\": 2216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4913, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2200, \"group\": [107.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCATCACAAC\", \"ini\": 3907, \"clust\": 121, \"rank\": 4844, \"rankvar\": 5085, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4914, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2201, \"group\": [121.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTAACGGT\", \"ini\": 3906, \"clust\": 818, \"rank\": 3098, \"rankvar\": 865, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 586, \"group\": [819.0, 65.0, 13.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCGTCCA\", \"ini\": 3905, \"clust\": 76, \"rank\": 3944, \"rankvar\": 929, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 587, \"group\": [81.0, 15.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGAGGTACC\", \"ini\": 3904, \"clust\": 5121, \"rank\": 4289, \"rankvar\": 5090, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4917, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5124, \"group\": [5120.0, 235.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTCAGTTTACG\", \"ini\": 3903, \"clust\": 133, \"rank\": 4802, \"rankvar\": 2460, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4918, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2202, \"group\": [132.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGCAGACTG\", \"ini\": 3902, \"clust\": 33, \"rank\": 4694, \"rankvar\": 4784, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4919, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2203, \"group\": [33.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAGTAACGG\", \"ini\": 3901, \"clust\": 165, \"rank\": 4569, \"rankvar\": 2665, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4920, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2204, \"group\": [179.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTATCTGCCCTA\", \"ini\": 3900, \"clust\": 296, \"rank\": 4796, \"rankvar\": 4647, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4921, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2662, \"group\": [294.0, 39.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCTACTATC\", \"ini\": 3899, \"clust\": 2996, \"rank\": 1769, \"rankvar\": 3246, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4922, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 202, \"group\": [2996.0, 144.0, 30.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGCTCAGA\", \"ini\": 3898, \"clust\": 3, \"rank\": 3579, \"rankvar\": 1623, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4923, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 588, \"group\": [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAGTGCACTTA\", \"ini\": 3897, \"clust\": 3003, \"rank\": 2887, \"rankvar\": 1197, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4924, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 203, \"group\": [3004.0, 147.0, 30.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTGTGTGCCTG\", \"ini\": 3896, \"clust\": 11, \"rank\": 4566, \"rankvar\": 2731, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4925, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2663, \"group\": [12.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCAACAACCT\", \"ini\": 3895, \"clust\": 3012, \"rank\": 2906, \"rankvar\": 2209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4926, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 204, \"group\": [3012.0, 150.0, 30.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGGCACTA\", \"ini\": 3894, \"clust\": 3962, \"rank\": 3798, \"rankvar\": 4630, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4927, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2889, \"group\": [3962.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCACAACGCC\", \"ini\": 3893, \"clust\": 3972, \"rank\": 3199, \"rankvar\": 3649, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4928, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2890, \"group\": [3982.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTACGCGA\", \"ini\": 3892, \"clust\": 100, \"rank\": 4794, \"rankvar\": 4252, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4929, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2205, \"group\": [102.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCGTCTCCACT\", \"ini\": 3891, \"clust\": 2667, \"rank\": 4291, \"rankvar\": 4949, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4930, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3028, \"group\": [2671.0, 124.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCCGTACAA\", \"ini\": 3890, \"clust\": 2642, \"rank\": 4449, \"rankvar\": 1782, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4931, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2206, \"group\": [2643.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACAAAGCGGT\", \"ini\": 3889, \"clust\": 3858, \"rank\": 4088, \"rankvar\": 4302, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4932, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2891, \"group\": [3856.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCGCAGGCT\", \"ini\": 3888, \"clust\": 2991, \"rank\": 3793, \"rankvar\": 2074, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4933, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 205, \"group\": [2992.0, 143.0, 29.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCAGAGGGATA\", \"ini\": 3887, \"clust\": 61, \"rank\": 4781, \"rankvar\": 1458, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4934, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2664, \"group\": [62.0, 14.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGCGACAT\", \"ini\": 3886, \"clust\": 65, \"rank\": 4820, \"rankvar\": 4433, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4935, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2207, \"group\": [69.0, 15.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCACTATCTT\", \"ini\": 3885, \"clust\": 3948, \"rank\": 2876, \"rankvar\": 1875, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4936, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 206, \"group\": [3947.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAATCACAC\", \"ini\": 3884, \"clust\": 3005, \"rank\": 3828, \"rankvar\": 494, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4937, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 207, \"group\": [3005.0, 148.0, 30.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTGTGTAAGTA\", \"ini\": 3883, \"clust\": 3986, \"rank\": 2299, \"rankvar\": 3542, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4938, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2892, \"group\": [3986.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTACAGACG\", \"ini\": 3882, \"clust\": 2676, \"rank\": 4432, \"rankvar\": 1311, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4939, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 589, \"group\": [2679.0, 126.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCCCTCAGT\", \"ini\": 3881, \"clust\": 72, \"rank\": 4840, \"rankvar\": 2117, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4940, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2208, \"group\": [73.0, 15.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGATGGGTC\", \"ini\": 3880, \"clust\": 42, \"rank\": 4629, \"rankvar\": 269, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4941, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 590, \"group\": [44.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATATGGTC\", \"ini\": 3879, \"clust\": 117, \"rank\": 4550, \"rankvar\": 3974, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4942, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2209, \"group\": [116.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATCTACGA\", \"ini\": 3878, \"clust\": 266, \"rank\": 4328, \"rankvar\": 2477, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4943, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2665, \"group\": [266.0, 38.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTAGCCA\", \"ini\": 3877, \"clust\": 3991, \"rank\": 3157, \"rankvar\": 3210, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4944, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2893, \"group\": [3991.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTAGGCTGA\", \"ini\": 3876, \"clust\": 37, \"rank\": 4936, \"rankvar\": 3999, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 591, \"group\": [37.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGCTTG\", \"ini\": 3875, \"clust\": 223, \"rank\": 4651, \"rankvar\": 1178, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4946, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 592, \"group\": [222.0, 27.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATGTAAG\", \"ini\": 3874, \"clust\": 38, \"rank\": 4703, \"rankvar\": 1062, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4947, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 593, \"group\": [38.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGGATACC\", \"ini\": 3873, \"clust\": 276, \"rank\": 3913, \"rankvar\": 2443, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4948, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2666, \"group\": [280.0, 38.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCAACCAA\", \"ini\": 3872, \"clust\": 4892, \"rank\": 3134, \"rankvar\": 2274, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 594, \"group\": [4892.0, 202.0, 40.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGACAGGT\", \"ini\": 3871, \"clust\": 3987, \"rank\": 2331, \"rankvar\": 4307, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4950, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2894, \"group\": [3987.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGCGAGT\", \"ini\": 3870, \"clust\": 3856, \"rank\": 4124, \"rankvar\": 3415, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4951, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2895, \"group\": [3859.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCACCGTC\", \"ini\": 3869, \"clust\": 264, \"rank\": 4034, \"rankvar\": 864, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4952, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2667, \"group\": [267.0, 38.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTAGCTCCG\", \"ini\": 3868, \"clust\": 145, \"rank\": 4913, \"rankvar\": 3464, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4953, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2210, \"group\": [148.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTCCCTGA\", \"ini\": 3867, \"clust\": 148, \"rank\": 5039, \"rankvar\": 4607, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4954, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2211, \"group\": [153.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCATCGACGC\", \"ini\": 3866, \"clust\": 5160, \"rank\": 4733, \"rankvar\": 5180, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4955, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5125, \"group\": [5159.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAACTGCTA\", \"ini\": 3865, \"clust\": 2668, \"rank\": 3716, \"rankvar\": 3162, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4956, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3074, \"group\": [2670.0, 124.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGAACAATC\", \"ini\": 3864, \"clust\": 3992, \"rank\": 2915, \"rankvar\": 5177, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4957, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2896, \"group\": [3997.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGCACCGTC\", \"ini\": 3863, \"clust\": 3852, \"rank\": 3685, \"rankvar\": 1366, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4958, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2897, \"group\": [3855.0, 164.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGTTACAG\", \"ini\": 3862, \"clust\": 63, \"rank\": 4795, \"rankvar\": 3880, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4959, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2212, \"group\": [64.0, 15.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATCCAAC\", \"ini\": 3861, \"clust\": 3958, \"rank\": 3460, \"rankvar\": 5093, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4960, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2898, \"group\": [3956.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCCCAAGTA\", \"ini\": 3860, \"clust\": 4000, \"rank\": 2436, \"rankvar\": 1689, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4961, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 208, \"group\": [4000.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCATGCAAC\", \"ini\": 3859, \"clust\": 5117, \"rank\": 4771, \"rankvar\": 4694, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4962, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5126, \"group\": [5118.0, 235.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTACTTAC\", \"ini\": 3858, \"clust\": 4004, \"rank\": 3316, \"rankvar\": 5078, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4963, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2899, \"group\": [4005.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGCACCGTC\", \"ini\": 3857, \"clust\": 3014, \"rank\": 2470, \"rankvar\": 1000, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4964, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 209, \"group\": [3015.0, 150.0, 30.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTTATTCTC\", \"ini\": 3856, \"clust\": 142, \"rank\": 5009, \"rankvar\": 3442, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4965, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2213, \"group\": [144.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCGAGCCCA\", \"ini\": 3855, \"clust\": 3981, \"rank\": 3495, \"rankvar\": 4894, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4966, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2900, \"group\": [3979.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGATCGGGT\", \"ini\": 3854, \"clust\": 104, \"rank\": 4440, \"rankvar\": 1843, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4967, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2214, \"group\": [105.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTTGTACAC\", \"ini\": 3853, \"clust\": 120, \"rank\": 4763, \"rankvar\": 2036, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4968, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2215, \"group\": [139.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAATCGAAA\", \"ini\": 3852, \"clust\": 16, \"rank\": 4810, \"rankvar\": 4451, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4969, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2216, \"group\": [21.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGTGCCTG\", \"ini\": 3851, \"clust\": 184, \"rank\": 3341, \"rankvar\": 4574, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4970, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2217, \"group\": [184.0, 18.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACGACGT\", \"ini\": 3850, \"clust\": 34, \"rank\": 4702, \"rankvar\": 2322, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4971, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2218, \"group\": [35.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTTCTCATT\", \"ini\": 3849, \"clust\": 2673, \"rank\": 4208, \"rankvar\": 2400, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4972, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3075, \"group\": [2674.0, 125.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATGTCCC\", \"ini\": 3848, \"clust\": 146, \"rank\": 4964, \"rankvar\": 4924, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4973, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2219, \"group\": [146.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTCAAGTG\", \"ini\": 3847, \"clust\": 2987, \"rank\": 4277, \"rankvar\": 1012, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 595, \"group\": [2990.0, 141.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCAGAGGGATA\", \"ini\": 3846, \"clust\": 122, \"rank\": 4833, \"rankvar\": 5035, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4975, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2220, \"group\": [122.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTAGCCTAT\", \"ini\": 3845, \"clust\": 3979, \"rank\": 3576, \"rankvar\": 4971, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4976, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2901, \"group\": [3977.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGTTAGCGG\", \"ini\": 3844, \"clust\": 3977, \"rank\": 3794, \"rankvar\": 4808, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4977, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2902, \"group\": [3975.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGCACACGCTG\", \"ini\": 3843, \"clust\": 74, \"rank\": 4967, \"rankvar\": 3014, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4978, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2221, \"group\": [75.0, 15.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCAGAAGG\", \"ini\": 3842, \"clust\": 3013, \"rank\": 3226, \"rankvar\": 2010, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4979, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 210, \"group\": [3013.0, 150.0, 30.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACACTGCCAG\", \"ini\": 3841, \"clust\": 3843, \"rank\": 2059, \"rankvar\": 763, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4980, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 211, \"group\": [3842.0, 160.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGACTGTAA\", \"ini\": 3840, \"clust\": 4006, \"rank\": 3368, \"rankvar\": 5002, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4981, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2903, \"group\": [4007.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTGAGGTG\", \"ini\": 3839, \"clust\": 3929, \"rank\": 4313, \"rankvar\": 5167, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4982, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2904, \"group\": [3928.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCAGTAAGAT\", \"ini\": 3838, \"clust\": 217, \"rank\": 4888, \"rankvar\": 2179, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 596, \"group\": [218.0, 25.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCACCCTATC\", \"ini\": 3837, \"clust\": 2997, \"rank\": 2268, \"rankvar\": 432, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4984, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 212, \"group\": [3000.0, 145.0, 30.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCCTCGCAT\", \"ini\": 3836, \"clust\": 21, \"rank\": 4953, \"rankvar\": 4518, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4985, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2222, \"group\": [25.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGACGAT\", \"ini\": 3835, \"clust\": 77, \"rank\": 4584, \"rankvar\": 3192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4986, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2668, \"group\": [80.0, 15.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGTGGTAAT\", \"ini\": 3834, \"clust\": 2608, \"rank\": 4839, \"rankvar\": 4823, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4987, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3029, \"group\": [2609.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTTCTGGTA\", \"ini\": 3833, \"clust\": 3967, \"rank\": 2443, \"rankvar\": 2341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4988, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5208, \"group\": [3971.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGAAGGTTT\", \"ini\": 3832, \"clust\": 5161, \"rank\": 4903, \"rankvar\": 4919, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4989, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5127, \"group\": [5160.0, 236.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCAAGCTGGA\", \"ini\": 3831, \"clust\": 3982, \"rank\": 3790, \"rankvar\": 5182, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4990, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2905, \"group\": [3980.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGCAAAGGTGC\", \"ini\": 3830, \"clust\": 97, \"rank\": 4762, \"rankvar\": 2838, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4991, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2223, \"group\": [98.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGGTCCC\", \"ini\": 3829, \"clust\": 23, \"rank\": 4976, \"rankvar\": 4912, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4992, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2224, \"group\": [22.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCTAACTC\", \"ini\": 3828, \"clust\": 14, \"rank\": 4544, \"rankvar\": 4316, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4993, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2225, \"group\": [13.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGTGCC\", \"ini\": 3827, \"clust\": 2609, \"rank\": 4739, \"rankvar\": 4454, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4994, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3030, \"group\": [2610.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCATAGAAAC\", \"ini\": 3826, \"clust\": 138, \"rank\": 4884, \"rankvar\": 5083, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4995, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2226, \"group\": [137.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTGGACGT\", \"ini\": 3825, \"clust\": 3960, \"rank\": 3533, \"rankvar\": 3407, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4996, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2906, \"group\": [3958.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCATGAGCGA\", \"ini\": 3824, \"clust\": 43, \"rank\": 5121, \"rankvar\": 5172, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4997, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2227, \"group\": [42.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTGATACG\", \"ini\": 3823, \"clust\": 3000, \"rank\": 3762, \"rankvar\": 2927, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4998, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 213, \"group\": [3001.0, 146.0, 30.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGGTGTTG\", \"ini\": 3822, \"clust\": 3963, \"rank\": 4007, \"rankvar\": 3263, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 4999, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2907, \"group\": [3963.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCACCGCTAG\", \"ini\": 3821, \"clust\": 3978, \"rank\": 3880, \"rankvar\": 4854, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5000, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2908, \"group\": [3976.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGTCTGTGCAA\", \"ini\": 3820, \"clust\": 3891, \"rank\": 3925, \"rankvar\": 4412, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5001, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2909, \"group\": [3891.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTTGAC\", \"ini\": 3819, \"clust\": 13, \"rank\": 4894, \"rankvar\": 4420, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5002, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2228, \"group\": [15.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTATCCAGATCA\", \"ini\": 3818, \"clust\": 3001, \"rank\": 3083, \"rankvar\": 1225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5003, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 214, \"group\": [3002.0, 146.0, 30.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTCATCCCT\", \"ini\": 3817, \"clust\": 54, \"rank\": 4105, \"rankvar\": 370, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5004, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 597, \"group\": [54.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACTTACGA\", \"ini\": 3816, \"clust\": 3921, \"rank\": 4101, \"rankvar\": 4147, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5005, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2910, \"group\": [3919.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCCGCCTA\", \"ini\": 3815, \"clust\": 4007, \"rank\": 3744, \"rankvar\": 5142, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5006, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2911, \"group\": [4008.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGATCCCGC\", \"ini\": 3814, \"clust\": 3842, \"rank\": 2584, \"rankvar\": 2627, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5007, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 215, \"group\": [3844.0, 160.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCAAACCAC\", \"ini\": 3813, \"clust\": 3861, \"rank\": 4659, \"rankvar\": 2949, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5008, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2912, \"group\": [3861.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCTGCT\", \"ini\": 3812, \"clust\": 40, \"rank\": 4992, \"rankvar\": 4143, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5009, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2229, \"group\": [39.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACACTGCG\", \"ini\": 3811, \"clust\": 2671, \"rank\": 3750, \"rankvar\": 4314, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5010, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3076, \"group\": [2668.0, 124.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTCAGGACA\", \"ini\": 3810, \"clust\": 3857, \"rank\": 4097, \"rankvar\": 3485, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5011, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2913, \"group\": [3858.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTACACCT\", \"ini\": 3809, \"clust\": 2994, \"rank\": 2605, \"rankvar\": 1158, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5012, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 216, \"group\": [2997.0, 144.0, 30.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCTCGTTTA\", \"ini\": 3808, \"clust\": 4011, \"rank\": 2984, \"rankvar\": 1972, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5013, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 217, \"group\": [4011.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTTTGACAC\", \"ini\": 3807, \"clust\": 139, \"rank\": 5055, \"rankvar\": 2854, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5014, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2230, \"group\": [140.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTCTAGGTT\", \"ini\": 3806, \"clust\": 3021, \"rank\": 3375, \"rankvar\": 1854, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5015, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2914, \"group\": [3022.0, 153.0, 32.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAGACAAAT\", \"ini\": 3805, \"clust\": 141, \"rank\": 4857, \"rankvar\": 1747, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5016, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2231, \"group\": [145.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCCTCAATT\", \"ini\": 3804, \"clust\": 143, \"rank\": 4948, \"rankvar\": 3629, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5017, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2232, \"group\": [142.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCCACGACG\", \"ini\": 3803, \"clust\": 3910, \"rank\": 4528, \"rankvar\": 5205, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5018, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2915, \"group\": [3909.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATGCCTAA\", \"ini\": 3802, \"clust\": 3903, \"rank\": 4534, \"rankvar\": 5144, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5019, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2916, \"group\": [3902.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGTCTTGCA\", \"ini\": 3801, \"clust\": 3907, \"rank\": 4574, \"rankvar\": 4999, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5020, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2917, \"group\": [3911.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGCAGGTA\", \"ini\": 3800, \"clust\": 24, \"rank\": 5132, \"rankvar\": 5187, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5021, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2233, \"group\": [23.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTAGAGTC\", \"ini\": 3799, \"clust\": 3876, \"rank\": 4407, \"rankvar\": 3071, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5022, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2918, \"group\": [3876.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGTCTAT\", \"ini\": 3798, \"clust\": 2857, \"rank\": 3899, \"rankvar\": 981, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 598, \"group\": [2858.0, 133.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGAGCTGCA\", \"ini\": 3797, \"clust\": 28, \"rank\": 4993, \"rankvar\": 5176, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5024, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2234, \"group\": [34.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGTCTTGTATC\", \"ini\": 3796, \"clust\": 3959, \"rank\": 3927, \"rankvar\": 5095, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5025, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2919, \"group\": [3957.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACACGAAACG\", \"ini\": 3795, \"clust\": 4008, \"rank\": 3337, \"rankvar\": 4153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5026, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2920, \"group\": [4009.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCGATAGC\", \"ini\": 3794, \"clust\": 2614, \"rank\": 4867, \"rankvar\": 3323, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5027, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3031, \"group\": [2617.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAGGGTATG\", \"ini\": 3793, \"clust\": 3877, \"rank\": 4215, \"rankvar\": 4566, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5028, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2921, \"group\": [3877.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCTGCAC\", \"ini\": 3792, \"clust\": 2644, \"rank\": 4829, \"rankvar\": 3104, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5029, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3032, \"group\": [2647.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTTCAGACT\", \"ini\": 3791, \"clust\": 151, \"rank\": 5171, \"rankvar\": 4357, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5030, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2235, \"group\": [151.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCAAAGTCAA\", \"ini\": 3790, \"clust\": 3871, \"rank\": 4300, \"rankvar\": 4706, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5031, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2922, \"group\": [3872.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCAGTTAGCGG\", \"ini\": 3789, \"clust\": 3010, \"rank\": 2462, \"rankvar\": 2305, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5032, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 218, \"group\": [3011.0, 149.0, 30.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTTGATTGC\", \"ini\": 3788, \"clust\": 3950, \"rank\": 3941, \"rankvar\": 4099, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5033, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 219, \"group\": [3950.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTCAGTTCATG\", \"ini\": 3787, \"clust\": 3865, \"rank\": 4755, \"rankvar\": 3077, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5034, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2923, \"group\": [3866.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGGAGGTA\", \"ini\": 3786, \"clust\": 3851, \"rank\": 4607, \"rankvar\": 4859, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5035, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3033, \"group\": [3852.0, 164.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAAGCTGAG\", \"ini\": 3785, \"clust\": 3953, \"rank\": 3991, \"rankvar\": 4508, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5036, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2924, \"group\": [3952.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGTTGGC\", \"ini\": 3784, \"clust\": 221, \"rank\": 4932, \"rankvar\": 1561, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5037, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2236, \"group\": [223.0, 27.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGACACTAA\", \"ini\": 3783, \"clust\": 2666, \"rank\": 3953, \"rankvar\": 4054, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5038, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3077, \"group\": [2672.0, 124.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCCTCCAT\", \"ini\": 3782, \"clust\": 3957, \"rank\": 3763, \"rankvar\": 4984, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5039, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2925, \"group\": [3955.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACTCCTG\", \"ini\": 3781, \"clust\": 3926, \"rank\": 4502, \"rankvar\": 5025, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5040, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2926, \"group\": [3925.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGGCAGTCA\", \"ini\": 3780, \"clust\": 3862, \"rank\": 4809, \"rankvar\": 2972, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5041, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2927, \"group\": [3862.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTACAGACG\", \"ini\": 3779, \"clust\": 3949, \"rank\": 3437, \"rankvar\": 3550, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5042, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 220, \"group\": [3948.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGGACAA\", \"ini\": 3778, \"clust\": 3006, \"rank\": 3755, \"rankvar\": 1328, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5043, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 221, \"group\": [3006.0, 148.0, 30.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCATGGGAAC\", \"ini\": 3777, \"clust\": 4012, \"rank\": 2524, \"rankvar\": 2451, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5044, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 222, \"group\": [4012.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATAGGATA\", \"ini\": 3776, \"clust\": 3895, \"rank\": 4353, \"rankvar\": 4170, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5045, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2928, \"group\": [3893.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGTTTGT\", \"ini\": 3775, \"clust\": 149, \"rank\": 5180, \"rankvar\": 4899, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5046, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2237, \"group\": [149.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACAGATGAGC\", \"ini\": 3774, \"clust\": 3915, \"rank\": 4233, \"rankvar\": 4554, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5047, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2929, \"group\": [3927.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCTCTGAGA\", \"ini\": 3773, \"clust\": 35, \"rank\": 4965, \"rankvar\": 4933, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5048, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2238, \"group\": [36.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTGTTCGAATC\", \"ini\": 3772, \"clust\": 3912, \"rank\": 4453, \"rankvar\": 4088, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5049, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2930, \"group\": [3914.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCCTCCAT\", \"ini\": 3771, \"clust\": 3848, \"rank\": 4693, \"rankvar\": 4228, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5050, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2931, \"group\": [3849.0, 163.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAGAAGC\", \"ini\": 3770, \"clust\": 3930, \"rank\": 4623, \"rankvar\": 5199, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5051, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2932, \"group\": [3929.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCACGGTGTC\", \"ini\": 3769, \"clust\": 4, \"rank\": 3780, \"rankvar\": 243, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 599, \"group\": [5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCAATGGACG\", \"ini\": 3768, \"clust\": 3951, \"rank\": 3574, \"rankvar\": 2230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5053, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 223, \"group\": [3951.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTCAAACTC\", \"ini\": 3767, \"clust\": 3908, \"rank\": 4674, \"rankvar\": 5008, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5054, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2933, \"group\": [3907.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGCGATAGC\", \"ini\": 3766, \"clust\": 25, \"rank\": 3841, \"rankvar\": 1090, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5055, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 600, \"group\": [28.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTACGCACC\", \"ini\": 3765, \"clust\": 3015, \"rank\": 2962, \"rankvar\": 1128, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5056, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 224, \"group\": [3016.0, 150.0, 30.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTATATGAG\", \"ini\": 3764, \"clust\": 140, \"rank\": 4961, \"rankvar\": 1842, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5057, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2239, \"group\": [141.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTTGTTTC\", \"ini\": 3763, \"clust\": 3924, \"rank\": 4556, \"rankvar\": 5037, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5058, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2934, \"group\": [3922.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGGTTCGGGCT\", \"ini\": 3762, \"clust\": 3913, \"rank\": 4562, \"rankvar\": 4291, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5059, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2935, \"group\": [3912.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTGTGACCC\", \"ini\": 3761, \"clust\": 2626, \"rank\": 4905, \"rankvar\": 3844, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5060, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2936, \"group\": [2628.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTACGTAA\", \"ini\": 3760, \"clust\": 3869, \"rank\": 4038, \"rankvar\": 4873, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5061, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2937, \"group\": [3870.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTTCACGGC\", \"ini\": 3759, \"clust\": 109, \"rank\": 4371, \"rankvar\": 4140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5062, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2240, \"group\": [109.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCAAGGCTT\", \"ini\": 3758, \"clust\": 3859, \"rank\": 4265, \"rankvar\": 1831, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5063, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2938, \"group\": [3857.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCATCGGCGGTT\", \"ini\": 3757, \"clust\": 135, \"rank\": 4914, \"rankvar\": 4599, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5064, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2241, \"group\": [135.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTCGGGTCT\", \"ini\": 3756, \"clust\": 2606, \"rank\": 4609, \"rankvar\": 4338, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5065, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3034, \"group\": [2605.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTCTGCGGT\", \"ini\": 3755, \"clust\": 3961, \"rank\": 3886, \"rankvar\": 4848, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5066, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2939, \"group\": [3959.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCTGCGGT\", \"ini\": 3754, \"clust\": 3762, \"rank\": 3974, \"rankvar\": 2550, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5067, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 225, \"group\": [3832.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAGGTTTC\", \"ini\": 3753, \"clust\": 64, \"rank\": 4960, \"rankvar\": 3338, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5068, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2242, \"group\": [65.0, 15.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGCCCGAAA\", \"ini\": 3752, \"clust\": 3885, \"rank\": 4532, \"rankvar\": 5159, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5069, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2940, \"group\": [3883.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCTGTAT\", \"ini\": 3751, \"clust\": 15, \"rank\": 4742, \"rankvar\": 4251, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5070, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2243, \"group\": [14.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGACAGACC\", \"ini\": 3750, \"clust\": 3928, \"rank\": 4872, \"rankvar\": 5213, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5071, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2941, \"group\": [3930.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCGAATGGG\", \"ini\": 3749, \"clust\": 3863, \"rank\": 4793, \"rankvar\": 3795, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5072, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2942, \"group\": [3864.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCGCATAT\", \"ini\": 3748, \"clust\": 3974, \"rank\": 3923, \"rankvar\": 5047, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5073, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2943, \"group\": [3972.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCGGCGCAT\", \"ini\": 3747, \"clust\": 3788, \"rank\": 3681, \"rankvar\": 2377, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5074, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2944, \"group\": [3788.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCAGCTGTAT\", \"ini\": 3746, \"clust\": 3864, \"rank\": 4731, \"rankvar\": 4207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5075, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2945, \"group\": [3865.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCAGCTTAG\", \"ini\": 3745, \"clust\": 3846, \"rank\": 4497, \"rankvar\": 2078, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5076, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2946, \"group\": [3846.0, 162.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGCTAACTC\", \"ini\": 3744, \"clust\": 2669, \"rank\": 4485, \"rankvar\": 3943, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5077, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3078, \"group\": [2669.0, 124.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTCCAACTA\", \"ini\": 3743, \"clust\": 144, \"rank\": 5116, \"rankvar\": 4430, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5078, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2244, \"group\": [143.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTACGCCC\", \"ini\": 3742, \"clust\": 62, \"rank\": 4874, \"rankvar\": 3680, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5079, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2669, \"group\": [63.0, 14.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCTGCCAGG\", \"ini\": 3741, \"clust\": 3905, \"rank\": 4281, \"rankvar\": 4754, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5080, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2947, \"group\": [3905.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTTACGA\", \"ini\": 3740, \"clust\": 3906, \"rank\": 4434, \"rankvar\": 5086, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5081, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2948, \"group\": [3906.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAAGATGTTAG\", \"ini\": 3739, \"clust\": 4009, \"rank\": 3665, \"rankvar\": 4890, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5082, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2949, \"group\": [4010.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCAAGAGGCT\", \"ini\": 3738, \"clust\": 4005, \"rank\": 3768, \"rankvar\": 5051, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5083, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2950, \"group\": [4006.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCTTAGAGC\", \"ini\": 3737, \"clust\": 2647, \"rank\": 4995, \"rankvar\": 3212, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5084, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3035, \"group\": [2666.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGTAGATGT\", \"ini\": 3736, \"clust\": 98, \"rank\": 4730, \"rankvar\": 4595, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5085, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3079, \"group\": [99.0, 16.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGTCTTGCA\", \"ini\": 3735, \"clust\": 3904, \"rank\": 4483, \"rankvar\": 5079, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5086, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2951, \"group\": [3903.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAACGATGG\", \"ini\": 3734, \"clust\": 3897, \"rank\": 4489, \"rankvar\": 5073, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5087, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2952, \"group\": [3897.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAACGCGA\", \"ini\": 3733, \"clust\": 3007, \"rank\": 4654, \"rankvar\": 2973, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5088, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2953, \"group\": [3007.0, 148.0, 30.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAAGCGAGT\", \"ini\": 3732, \"clust\": 3902, \"rank\": 4756, \"rankvar\": 5214, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5089, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2954, \"group\": [3904.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGGACGAAA\", \"ini\": 3731, \"clust\": 3914, \"rank\": 4656, \"rankvar\": 4983, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5090, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2955, \"group\": [3913.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCTCTGGTTCC\", \"ini\": 3730, \"clust\": 3980, \"rank\": 4189, \"rankvar\": 5116, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5091, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2956, \"group\": [3978.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAGCGATCC\", \"ini\": 3729, \"clust\": 41, \"rank\": 5028, \"rankvar\": 4712, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5092, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2245, \"group\": [40.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACTGGG\", \"ini\": 3728, \"clust\": 3975, \"rank\": 3877, \"rankvar\": 5024, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5093, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2957, \"group\": [3973.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGTCGTAGGTT\", \"ini\": 3727, \"clust\": 3941, \"rank\": 4922, \"rankvar\": 4339, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5094, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2958, \"group\": [3938.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTTCAACT\", \"ini\": 3726, \"clust\": 3803, \"rank\": 4109, \"rankvar\": 1588, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5095, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2959, \"group\": [3803.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCATCATTC\", \"ini\": 3725, \"clust\": 3898, \"rank\": 4311, \"rankvar\": 5152, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5096, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2960, \"group\": [3898.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGCACGCCT\", \"ini\": 3724, \"clust\": 3973, \"rank\": 4202, \"rankvar\": 4936, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5097, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2961, \"group\": [3974.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTCGATTGT\", \"ini\": 3723, \"clust\": 2633, \"rank\": 4856, \"rankvar\": 2435, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5098, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2962, \"group\": [2631.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTTGACTG\", \"ini\": 3722, \"clust\": 3920, \"rank\": 4636, \"rankvar\": 3277, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5099, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2963, \"group\": [3921.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTAAGTTCC\", \"ini\": 3721, \"clust\": 6, \"rank\": 4911, \"rankvar\": 3916, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5100, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3080, \"group\": [7.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGATGGAA\", \"ini\": 3720, \"clust\": 3927, \"rank\": 4877, \"rankvar\": 5166, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5101, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2964, \"group\": [3926.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTGGGTCAA\", \"ini\": 3719, \"clust\": 2650, \"rank\": 5088, \"rankvar\": 949, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5102, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3036, \"group\": [2652.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCAAACTG\", \"ini\": 3718, \"clust\": 2611, \"rank\": 4901, \"rankvar\": 4789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5103, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3037, \"group\": [2611.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATCCAAC\", \"ini\": 3717, \"clust\": 3860, \"rank\": 4747, \"rankvar\": 2513, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5104, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2965, \"group\": [3863.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGAGTACAT\", \"ini\": 3716, \"clust\": 2605, \"rank\": 4779, \"rankvar\": 4281, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5105, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3038, \"group\": [2607.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGGCAAAGA\", \"ini\": 3715, \"clust\": 3883, \"rank\": 4696, \"rankvar\": 5046, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5106, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2966, \"group\": [3890.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGTCAATAG\", \"ini\": 3714, \"clust\": 3874, \"rank\": 4701, \"rankvar\": 3628, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5107, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2967, \"group\": [3875.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCGAATGCT\", \"ini\": 3713, \"clust\": 3889, \"rank\": 4481, \"rankvar\": 5056, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5108, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2968, \"group\": [3888.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCATTCACT\", \"ini\": 3712, \"clust\": 3894, \"rank\": 4151, \"rankvar\": 4466, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5109, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2969, \"group\": [3895.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCACCCATTC\", \"ini\": 3711, \"clust\": 3887, \"rank\": 4853, \"rankvar\": 5207, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5110, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2970, \"group\": [3886.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCTCAGT\", \"ini\": 3710, \"clust\": 3855, \"rank\": 4127, \"rankvar\": 2548, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5111, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 226, \"group\": [3860.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGAGCCAA\", \"ini\": 3709, \"clust\": 3792, \"rank\": 4104, \"rankvar\": 3810, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5112, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2971, \"group\": [3790.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTGACAG\", \"ini\": 3708, \"clust\": 4002, \"rank\": 3507, \"rankvar\": 4577, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5113, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 227, \"group\": [4002.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCGGCGCTA\", \"ini\": 3707, \"clust\": 4001, \"rank\": 3582, \"rankvar\": 4824, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5114, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 228, \"group\": [4004.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCTGGTGTA\", \"ini\": 3706, \"clust\": 3881, \"rank\": 4615, \"rankvar\": 5135, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5115, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2972, \"group\": [3881.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAGCCAATT\", \"ini\": 3705, \"clust\": 3884, \"rank\": 4272, \"rankvar\": 5087, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5116, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2973, \"group\": [3885.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACAGTGAGTG\", \"ini\": 3704, \"clust\": 2602, \"rank\": 4966, \"rankvar\": 5076, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5117, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3039, \"group\": [2602.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATTGCGGC\", \"ini\": 3703, \"clust\": 2612, \"rank\": 4885, \"rankvar\": 2688, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5118, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3040, \"group\": [2612.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTCGCATCG\", \"ini\": 3702, \"clust\": 150, \"rank\": 5161, \"rankvar\": 4578, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5119, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2246, \"group\": [150.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCGTCCTGCTT\", \"ini\": 3701, \"clust\": 3866, \"rank\": 4886, \"rankvar\": 4463, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5120, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2974, \"group\": [3867.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGACCCACC\", \"ini\": 3700, \"clust\": 3872, \"rank\": 4348, \"rankvar\": 4979, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5121, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2975, \"group\": [3873.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACCATTCCTGC\", \"ini\": 3699, \"clust\": 2604, \"rank\": 4738, \"rankvar\": 4692, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5122, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3041, \"group\": [2608.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACGAAGCA\", \"ini\": 3698, \"clust\": 2653, \"rank\": 4753, \"rankvar\": 1905, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5123, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3081, \"group\": [2665.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGACAGGAACGT\", \"ini\": 3697, \"clust\": 3911, \"rank\": 4722, \"rankvar\": 5174, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5124, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2976, \"group\": [3910.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCTAGGGC\", \"ini\": 3696, \"clust\": 2664, \"rank\": 5174, \"rankvar\": 4514, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5125, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3042, \"group\": [2662.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACTCGGGAGTA\", \"ini\": 3695, \"clust\": 147, \"rank\": 5065, \"rankvar\": 4519, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5126, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2247, \"group\": [147.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACATTCCTGC\", \"ini\": 3694, \"clust\": 3899, \"rank\": 4895, \"rankvar\": 5215, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5127, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2977, \"group\": [3901.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTTCGAGA\", \"ini\": 3693, \"clust\": 55, \"rank\": 4816, \"rankvar\": 683, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5128, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 601, \"group\": [55.0, 11.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACCTTTG\", \"ini\": 3692, \"clust\": 2625, \"rank\": 4963, \"rankvar\": 4705, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5129, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2978, \"group\": [2638.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTGCCTTGG\", \"ini\": 3691, \"clust\": 3925, \"rank\": 4474, \"rankvar\": 3993, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5130, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2979, \"group\": [3923.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGACTTGAA\", \"ini\": 3690, \"clust\": 3922, \"rank\": 4363, \"rankvar\": 4902, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5131, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2980, \"group\": [3920.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTCTCAACA\", \"ini\": 3689, \"clust\": 2640, \"rank\": 5015, \"rankvar\": 789, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5132, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2248, \"group\": [2641.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGATCAACGCTA\", \"ini\": 3688, \"clust\": 3867, \"rank\": 4848, \"rankvar\": 4998, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5133, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2981, \"group\": [3868.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGGCT\", \"ini\": 3687, \"clust\": 2645, \"rank\": 4830, \"rankvar\": 3995, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5134, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3082, \"group\": [2645.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGTCTGCGACG\", \"ini\": 3686, \"clust\": 2600, \"rank\": 5054, \"rankvar\": 4842, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5135, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3043, \"group\": [2600.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTCCTTC\", \"ini\": 3685, \"clust\": 7, \"rank\": 4975, \"rankvar\": 3557, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5136, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3083, \"group\": [8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGGTGCAAC\", \"ini\": 3684, \"clust\": 3893, \"rank\": 3972, \"rankvar\": 4682, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5137, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2982, \"group\": [3896.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGATAGGAG\", \"ini\": 3683, \"clust\": 2643, \"rank\": 4910, \"rankvar\": 4293, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5138, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3084, \"group\": [2644.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCAGGA\", \"ini\": 3682, \"clust\": 3892, \"rank\": 4538, \"rankvar\": 5029, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5139, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2983, \"group\": [3892.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGATATACG\", \"ini\": 3681, \"clust\": 2655, \"rank\": 5078, \"rankvar\": 3785, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5140, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3044, \"group\": [2653.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTTGATTCG\", \"ini\": 3680, \"clust\": 2662, \"rank\": 5155, \"rankvar\": 3583, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5141, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3045, \"group\": [2660.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCACCAGTTA\", \"ini\": 3679, \"clust\": 3886, \"rank\": 4662, \"rankvar\": 5218, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5142, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2984, \"group\": [3884.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCACCCGAG\", \"ini\": 3678, \"clust\": 3847, \"rank\": 4892, \"rankvar\": 4740, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5143, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2985, \"group\": [3847.0, 162.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTCCAGTAT\", \"ini\": 3677, \"clust\": 2619, \"rank\": 4943, \"rankvar\": 1340, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5144, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3085, \"group\": [2621.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACAATGGAAT\", \"ini\": 3676, \"clust\": 3947, \"rank\": 4014, \"rankvar\": 4609, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5145, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 229, \"group\": [3949.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGTACGCGA\", \"ini\": 3675, \"clust\": 2597, \"rank\": 5064, \"rankvar\": 5192, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5146, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3046, \"group\": [2597.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTCCTG\", \"ini\": 3674, \"clust\": 2623, \"rank\": 4917, \"rankvar\": 3666, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5147, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3047, \"group\": [2623.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCTGTTCA\", \"ini\": 3673, \"clust\": 2622, \"rank\": 5040, \"rankvar\": 2654, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5148, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2986, \"group\": [2625.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTCCGAAGA\", \"ini\": 3672, \"clust\": 2610, \"rank\": 4847, \"rankvar\": 4580, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5149, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3048, \"group\": [2613.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTACAAGTA\", \"ini\": 3671, \"clust\": 4010, \"rank\": 4539, \"rankvar\": 5222, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5150, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2987, \"group\": [4013.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATTCATCGATG\", \"ini\": 3670, \"clust\": 152, \"rank\": 5170, \"rankvar\": 3706, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5151, \"cat-1\": \"Cell Type: CD8_CD4_T_Cells\", \"cat_1_index\": 2249, \"group\": [152.0, 17.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGGTACAGACG\", \"ini\": 3669, \"clust\": 2636, \"rank\": 5126, \"rankvar\": 2394, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5152, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2988, \"group\": [2635.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTCATCCA\", \"ini\": 3668, \"clust\": 3882, \"rank\": 4883, \"rankvar\": 5140, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5153, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2989, \"group\": [3882.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCTTGACGA\", \"ini\": 3667, \"clust\": 2601, \"rank\": 5002, \"rankvar\": 5112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5154, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3049, \"group\": [2601.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTCTCTG\", \"ini\": 3666, \"clust\": 3900, \"rank\": 4909, \"rankvar\": 5191, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5155, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2990, \"group\": [3899.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGCGATA\", \"ini\": 3665, \"clust\": 2629, \"rank\": 5164, \"rankvar\": 4708, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5156, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3050, \"group\": [2629.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATAGTCA\", \"ini\": 3664, \"clust\": 3939, \"rank\": 5021, \"rankvar\": 5164, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5157, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2991, \"group\": [3941.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTGCGCTTG\", \"ini\": 3663, \"clust\": 2607, \"rank\": 4807, \"rankvar\": 4354, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5158, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3086, \"group\": [2606.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCACATCACGAT\", \"ini\": 3662, \"clust\": 2618, \"rank\": 4926, \"rankvar\": 3501, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5159, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3087, \"group\": [2622.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAACTGGCC\", \"ini\": 3661, \"clust\": 3933, \"rank\": 4891, \"rankvar\": 4967, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5160, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2992, \"group\": [3933.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTCGAACAG\", \"ini\": 3660, \"clust\": 2657, \"rank\": 5177, \"rankvar\": 3858, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5161, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3051, \"group\": [2656.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCTTGTACT\", \"ini\": 3659, \"clust\": 3870, \"rank\": 4889, \"rankvar\": 5212, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5162, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2993, \"group\": [3871.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGGATCGA\", \"ini\": 3658, \"clust\": 2613, \"rank\": 5154, \"rankvar\": 4635, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5163, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3052, \"group\": [2618.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTAGAGTGC\", \"ini\": 3657, \"clust\": 3896, \"rank\": 4748, \"rankvar\": 5206, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5164, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2994, \"group\": [3894.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTCCTAGCG\", \"ini\": 3656, \"clust\": 2627, \"rank\": 4974, \"rankvar\": 3360, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5165, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5134, \"group\": [2626.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCACCATGTA\", \"ini\": 3655, \"clust\": 2620, \"rank\": 5145, \"rankvar\": 4473, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5166, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3053, \"group\": [2619.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCTGCAAT\", \"ini\": 3654, \"clust\": 3954, \"rank\": 4828, \"rankvar\": 5132, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5167, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2995, \"group\": [3953.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAAGGCGT\", \"ini\": 3653, \"clust\": 3909, \"rank\": 4692, \"rankvar\": 5099, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5168, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2996, \"group\": [3908.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTTCTGAAC\", \"ini\": 3652, \"clust\": 2634, \"rank\": 5083, \"rankvar\": 4341, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5169, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5135, \"group\": [2632.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCTAGAAC\", \"ini\": 3651, \"clust\": 3878, \"rank\": 4951, \"rankvar\": 5219, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5170, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2997, \"group\": [3880.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTCGACTAT\", \"ini\": 3650, \"clust\": 3004, \"rank\": 4778, \"rankvar\": 3945, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5171, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 230, \"group\": [3009.0, 148.0, 30.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAGTTAGGGTG\", \"ini\": 3649, \"clust\": 2616, \"rank\": 5038, \"rankvar\": 4636, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5172, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3054, \"group\": [2614.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCGATAA\", \"ini\": 3648, \"clust\": 2598, \"rank\": 4980, \"rankvar\": 4664, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5173, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3055, \"group\": [2598.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGCTGAAAT\", \"ini\": 3647, \"clust\": 3936, \"rank\": 5098, \"rankvar\": 5145, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5174, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2998, \"group\": [3937.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTCCGAGTC\", \"ini\": 3646, \"clust\": 3918, \"rank\": 4940, \"rankvar\": 5068, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5175, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 2999, \"group\": [3915.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGAGTAGA\", \"ini\": 3645, \"clust\": 2648, \"rank\": 5074, \"rankvar\": 3871, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5176, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3088, \"group\": [2648.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAGTTTACG\", \"ini\": 3644, \"clust\": 2635, \"rank\": 5071, \"rankvar\": 3643, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5177, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3000, \"group\": [2637.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAGTTCCGGCA\", \"ini\": 3643, \"clust\": 5, \"rank\": 5120, \"rankvar\": 4864, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5178, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3089, \"group\": [6.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACAGATTC\", \"ini\": 3642, \"clust\": 2632, \"rank\": 5143, \"rankvar\": 5201, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5179, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5136, \"group\": [2633.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGTATCTCG\", \"ini\": 3641, \"clust\": 3919, \"rank\": 4924, \"rankvar\": 5043, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5180, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3001, \"group\": [3916.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAAACCCAT\", \"ini\": 3640, \"clust\": 3879, \"rank\": 5004, \"rankvar\": 5161, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5181, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3002, \"group\": [3878.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTAGGGTTTCT\", \"ini\": 3639, \"clust\": 2596, \"rank\": 5000, \"rankvar\": 5104, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5182, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3056, \"group\": [2599.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGTCTCGGC\", \"ini\": 3638, \"clust\": 3901, \"rank\": 4870, \"rankvar\": 5131, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5183, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3003, \"group\": [3900.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAGCCTGTG\", \"ini\": 3637, \"clust\": 2550, \"rank\": 4682, \"rankvar\": 428, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5184, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 602, \"group\": [2551.0, 117.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCGTGGTCG\", \"ini\": 3636, \"clust\": 3934, \"rank\": 5151, \"rankvar\": 5230, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5185, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3004, \"group\": [3934.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGCAGCCTTGG\", \"ini\": 3635, \"clust\": 2638, \"rank\": 4999, \"rankvar\": 4033, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5186, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3090, \"group\": [2639.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAAGCTCCCAG\", \"ini\": 3634, \"clust\": 3890, \"rank\": 4557, \"rankvar\": 5153, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5187, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3005, \"group\": [3889.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCCGAATT\", \"ini\": 3633, \"clust\": 2646, \"rank\": 4915, \"rankvar\": 4190, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5188, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3057, \"group\": [2646.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGTCGCG\", \"ini\": 3632, \"clust\": 2615, \"rank\": 5140, \"rankvar\": 4903, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5189, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3058, \"group\": [2616.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGGTGAGTATA\", \"ini\": 3631, \"clust\": 3008, \"rank\": 4783, \"rankvar\": 3352, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5190, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 231, \"group\": [3008.0, 148.0, 30.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTGTGAAAT\", \"ini\": 3630, \"clust\": 2639, \"rank\": 4978, \"rankvar\": 1761, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5191, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3091, \"group\": [2640.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGAGTTTCCTT\", \"ini\": 3629, \"clust\": 2617, \"rank\": 5131, \"rankvar\": 5150, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5192, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3059, \"group\": [2615.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTTCTGAGGGA\", \"ini\": 3628, \"clust\": 3937, \"rank\": 5086, \"rankvar\": 5217, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5193, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3006, \"group\": [3935.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCAAACTC\", \"ini\": 3627, \"clust\": 2603, \"rank\": 5041, \"rankvar\": 5184, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5194, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3060, \"group\": [2603.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCAACGGGA\", \"ini\": 3626, \"clust\": 2567, \"rank\": 5178, \"rankvar\": 1068, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5195, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3061, \"group\": [2570.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTATGAATG\", \"ini\": 3625, \"clust\": 3888, \"rank\": 4746, \"rankvar\": 5113, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5196, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3007, \"group\": [3887.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGTCAGAGGTG\", \"ini\": 3624, \"clust\": 3935, \"rank\": 4929, \"rankvar\": 4930, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5197, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3008, \"group\": [3942.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCGGCA\", \"ini\": 3623, \"clust\": 2660, \"rank\": 5198, \"rankvar\": 2112, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5198, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3062, \"group\": [2658.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATGTTGTCTGATCA\", \"ini\": 3622, \"clust\": 2659, \"rank\": 5096, \"rankvar\": 4439, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5199, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3092, \"group\": [2664.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGAGGACGG\", \"ini\": 3621, \"clust\": 3880, \"rank\": 4983, \"rankvar\": 5200, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5200, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3009, \"group\": [3879.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCATTTCAGG\", \"ini\": 3620, \"clust\": 2651, \"rank\": 5150, \"rankvar\": 3167, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5201, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3093, \"group\": [2650.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCTAAAGA\", \"ini\": 3619, \"clust\": 2665, \"rank\": 5195, \"rankvar\": 4107, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5202, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3063, \"group\": [2663.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGGGATGGG\", \"ini\": 3618, \"clust\": 3940, \"rank\": 5153, \"rankvar\": 5171, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5203, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3010, \"group\": [3940.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTTGGAGGT\", \"ini\": 3617, \"clust\": 44, \"rank\": 5217, \"rankvar\": 4570, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5204, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3094, \"group\": [43.0, 6.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCGCGCCAA\", \"ini\": 3616, \"clust\": 3931, \"rank\": 5102, \"rankvar\": 5231, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5205, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3011, \"group\": [3931.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTAGCACGA\", \"ini\": 3615, \"clust\": 2628, \"rank\": 5007, \"rankvar\": 3047, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5206, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 232, \"group\": [2627.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGCTGAAAT\", \"ini\": 3614, \"clust\": 2652, \"rank\": 5148, \"rankvar\": 1815, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5207, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3095, \"group\": [2651.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCATGTAGC\", \"ini\": 3613, \"clust\": 3845, \"rank\": 5220, \"rankvar\": 5045, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5208, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3064, \"group\": [3848.0, 162.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGGAATGGA\", \"ini\": 3612, \"clust\": 2630, \"rank\": 5184, \"rankvar\": 5209, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5209, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3065, \"group\": [2630.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTCTGCCAG\", \"ini\": 3611, \"clust\": 2654, \"rank\": 5169, \"rankvar\": 4380, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5210, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3066, \"group\": [2655.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTTCAGACT\", \"ini\": 3610, \"clust\": 3923, \"rank\": 4647, \"rankvar\": 4216, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5211, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3012, \"group\": [3924.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGATCGCA\", \"ini\": 3609, \"clust\": 2688, \"rank\": 5207, \"rankvar\": 4231, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5212, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3013, \"group\": [2688.0, 128.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCAGCTGCAC\", \"ini\": 3608, \"clust\": 3875, \"rank\": 4921, \"rankvar\": 2955, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5213, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3014, \"group\": [3943.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCGGTCTAA\", \"ini\": 3607, \"clust\": 2631, \"rank\": 5119, \"rankvar\": 5110, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5214, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3015, \"group\": [2634.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCCGTCAAA\", \"ini\": 3606, \"clust\": 2656, \"rank\": 5209, \"rankvar\": 4651, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5215, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3067, \"group\": [2654.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGCCGGTAA\", \"ini\": 3605, \"clust\": 2663, \"rank\": 5201, \"rankvar\": 4407, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5216, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3068, \"group\": [2661.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTGGCTCCA\", \"ini\": 3604, \"clust\": 3938, \"rank\": 5058, \"rankvar\": 5227, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5217, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3016, \"group\": [3936.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTATGCGT\", \"ini\": 3603, \"clust\": 3916, \"rank\": 5013, \"rankvar\": 5134, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5218, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3017, \"group\": [3918.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTCCGTGAC\", \"ini\": 3602, \"clust\": 2641, \"rank\": 5057, \"rankvar\": 1070, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5219, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3096, \"group\": [2642.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAATCTACG\", \"ini\": 3601, \"clust\": 3868, \"rank\": 5053, \"rankvar\": 4992, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5220, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3018, \"group\": [3869.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCAGTCCCT\", \"ini\": 3600, \"clust\": 2637, \"rank\": 5176, \"rankvar\": 3364, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5221, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3019, \"group\": [2636.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCTCCTCT\", \"ini\": 3599, \"clust\": 2658, \"rank\": 5186, \"rankvar\": 2850, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5222, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3069, \"group\": [2657.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAATGTTGC\", \"ini\": 3598, \"clust\": 2621, \"rank\": 5206, \"rankvar\": 4941, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5223, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3070, \"group\": [2620.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTGCTCCT\", \"ini\": 3597, \"clust\": 3917, \"rank\": 4981, \"rankvar\": 5096, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5224, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3020, \"group\": [3917.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTAAATACG\", \"ini\": 3596, \"clust\": 2624, \"rank\": 5156, \"rankvar\": 4917, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5225, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3071, \"group\": [2624.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAAACG\", \"ini\": 3595, \"clust\": 2649, \"rank\": 5147, \"rankvar\": 2591, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5226, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3097, \"group\": [2649.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAAGTCTAC\", \"ini\": 3594, \"clust\": 2599, \"rank\": 5194, \"rankvar\": 5203, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5227, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3072, \"group\": [2604.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTCTGGTCG\", \"ini\": 3593, \"clust\": 2689, \"rank\": 5215, \"rankvar\": 4457, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5228, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3021, \"group\": [2689.0, 128.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTACTTAGC\", \"ini\": 3592, \"clust\": 3932, \"rank\": 5063, \"rankvar\": 5225, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5229, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3022, \"group\": [3932.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTAACGGT\", \"ini\": 3591, \"clust\": 2661, \"rank\": 5225, \"rankvar\": 4392, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5230, \"cat-1\": \"Cell Type: Macrophages-2\", \"cat_1_index\": 3073, \"group\": [2659.0, 123.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTCATGTTGAC\", \"ini\": 3590, \"clust\": 3942, \"rank\": 5181, \"rankvar\": 5229, \"cat-0\": \"Tissue: Plaque\", \"cat_0_index\": 5231, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3023, \"group\": [3939.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCGCGGATC\", \"ini\": 3589, \"clust\": 1230, \"rank\": 298, \"rankvar\": 987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 0, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 603, \"group\": [1233.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTAGAGTCGGT\", \"ini\": 3588, \"clust\": 4998, \"rank\": 13, \"rankvar\": 1526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 32, \"group\": [4997.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTTGTACT\", \"ini\": 3587, \"clust\": 4298, \"rank\": 86, \"rankvar\": 352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4499, \"group\": [4296.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGAACAACT\", \"ini\": 3586, \"clust\": 1263, \"rank\": 549, \"rankvar\": 2307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 604, \"group\": [1263.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGTGGGAA\", \"ini\": 3585, \"clust\": 1269, \"rank\": 664, \"rankvar\": 1228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 4, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 605, \"group\": [1268.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGAACTGTA\", \"ini\": 3584, \"clust\": 910, \"rank\": 176, \"rankvar\": 955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 5, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 606, \"group\": [911.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACAGGGTCTCC\", \"ini\": 3583, \"clust\": 1573, \"rank\": 1450, \"rankvar\": 3808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 6, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 607, \"group\": [1571.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCAGCATCATC\", \"ini\": 3582, \"clust\": 2362, \"rank\": 767, \"rankvar\": 2930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 7, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 608, \"group\": [2362.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAGATTAG\", \"ini\": 3581, \"clust\": 901, \"rank\": 274, \"rankvar\": 529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 8, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 609, \"group\": [901.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGCAGACA\", \"ini\": 3580, \"clust\": 4194, \"rank\": 93, \"rankvar\": 38, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 9, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4500, \"group\": [4197.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCGTAGTA\", \"ini\": 3579, \"clust\": 961, \"rank\": 77, \"rankvar\": 212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 10, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 610, \"group\": [960.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTTCATGT\", \"ini\": 3578, \"clust\": 4185, \"rank\": 73, \"rankvar\": 239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 11, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4501, \"group\": [4187.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTGGTATG\", \"ini\": 3577, \"clust\": 5227, \"rank\": 804, \"rankvar\": 1754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 12, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 611, \"group\": [5228.0, 242.0, 49.0, 19.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTTGGACCC\", \"ini\": 3576, \"clust\": 1239, \"rank\": 487, \"rankvar\": 691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 13, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 612, \"group\": [1238.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGTGAAAT\", \"ini\": 3575, \"clust\": 759, \"rank\": 528, \"rankvar\": 1461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 14, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2086, \"group\": [762.0, 54.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAACCAAC\", \"ini\": 3574, \"clust\": 1222, \"rank\": 253, \"rankvar\": 487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 15, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 613, \"group\": [1221.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGCCACTAT\", \"ini\": 3573, \"clust\": 1250, \"rank\": 569, \"rankvar\": 1041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 16, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 614, \"group\": [1248.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAGAGCTT\", \"ini\": 3572, \"clust\": 1244, \"rank\": 816, \"rankvar\": 1334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 17, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 615, \"group\": [1243.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGAGCTTCT\", \"ini\": 3571, \"clust\": 4295, \"rank\": 38, \"rankvar\": 236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 18, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4502, \"group\": [4292.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCGCGAAA\", \"ini\": 3570, \"clust\": 1270, \"rank\": 719, \"rankvar\": 2928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 19, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 616, \"group\": [1269.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGCATCATC\", \"ini\": 3569, \"clust\": 4138, \"rank\": 422, \"rankvar\": 420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 20, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 617, \"group\": [4139.0, 180.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTGCACGAA\", \"ini\": 3568, \"clust\": 760, \"rank\": 206, \"rankvar\": 1541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 21, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2087, \"group\": [760.0, 54.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCATGAT\", \"ini\": 3567, \"clust\": 4310, \"rank\": 47, \"rankvar\": 129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 22, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4503, \"group\": [4305.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCCACTGGG\", \"ini\": 3566, \"clust\": 4223, \"rank\": 59, \"rankvar\": 41, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 23, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4504, \"group\": [4222.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCGCGTAGC\", \"ini\": 3565, \"clust\": 4199, \"rank\": 11, \"rankvar\": 414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 24, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 33, \"group\": [4198.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCCAGAAGG\", \"ini\": 3564, \"clust\": 757, \"rank\": 769, \"rankvar\": 2022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 25, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2088, \"group\": [758.0, 54.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAAGGGTCA\", \"ini\": 3563, \"clust\": 4277, \"rank\": 51, \"rankvar\": 58, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 26, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4505, \"group\": [4278.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTTCCTGCTTG\", \"ini\": 3562, \"clust\": 1223, \"rank\": 197, \"rankvar\": 306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 27, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 618, \"group\": [1222.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTACGTAA\", \"ini\": 3561, \"clust\": 1234, \"rank\": 281, \"rankvar\": 629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 28, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 619, \"group\": [1230.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCTCTGCTG\", \"ini\": 3560, \"clust\": 4448, \"rank\": 209, \"rankvar\": 5097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 29, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4506, \"group\": [4446.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCAACGGCC\", \"ini\": 3559, \"clust\": 4265, \"rank\": 46, \"rankvar\": 205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 30, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4507, \"group\": [4261.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTGTCTGAT\", \"ini\": 3558, \"clust\": 1255, \"rank\": 537, \"rankvar\": 556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 31, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 620, \"group\": [1255.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGATTACCC\", \"ini\": 3557, \"clust\": 4452, \"rank\": 152, \"rankvar\": 3038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 32, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4508, \"group\": [4451.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGGTGTGGT\", \"ini\": 3556, \"clust\": 761, \"rank\": 169, \"rankvar\": 808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 33, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2089, \"group\": [761.0, 54.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAGGACCCT\", \"ini\": 3555, \"clust\": 4519, \"rank\": 53, \"rankvar\": 1276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 34, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4509, \"group\": [4518.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAGTACACT\", \"ini\": 3554, \"clust\": 1243, \"rank\": 540, \"rankvar\": 786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 35, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 621, \"group\": [1245.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCACCCAGTG\", \"ini\": 3553, \"clust\": 960, \"rank\": 283, \"rankvar\": 226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 36, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 622, \"group\": [962.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTAGACAAGCC\", \"ini\": 3552, \"clust\": 4518, \"rank\": 54, \"rankvar\": 2046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 37, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4510, \"group\": [4520.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCCTGACT\", \"ini\": 3551, \"clust\": 1215, \"rank\": 242, \"rankvar\": 488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 38, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 623, \"group\": [1213.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCTTCGAGA\", \"ini\": 3550, \"clust\": 1209, \"rank\": 677, \"rankvar\": 475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 39, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 624, \"group\": [1209.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATAGGTGACCA\", \"ini\": 3549, \"clust\": 1261, \"rank\": 458, \"rankvar\": 672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 40, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 625, \"group\": [1261.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTTCCACTC\", \"ini\": 3548, \"clust\": 1228, \"rank\": 263, \"rankvar\": 989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 41, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 626, \"group\": [1226.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGTCAAGGC\", \"ini\": 3547, \"clust\": 4246, \"rank\": 125, \"rankvar\": 147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 42, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4511, \"group\": [4245.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTACCCAAT\", \"ini\": 3546, \"clust\": 4235, \"rank\": 36, \"rankvar\": 25, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 43, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4512, \"group\": [4233.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCTACTCAT\", \"ini\": 3545, \"clust\": 1246, \"rank\": 818, \"rankvar\": 466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 44, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 627, \"group\": [1251.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCTACCTA\", \"ini\": 3544, \"clust\": 1266, \"rank\": 748, \"rankvar\": 1994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 45, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 628, \"group\": [1265.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGGTGGACGAT\", \"ini\": 3543, \"clust\": 1262, \"rank\": 835, \"rankvar\": 427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 46, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 629, \"group\": [1262.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGCTAGTCT\", \"ini\": 3542, \"clust\": 962, \"rank\": 296, \"rankvar\": 186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 47, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 630, \"group\": [961.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTACATCATCCC\", \"ini\": 3541, \"clust\": 1252, \"rank\": 543, \"rankvar\": 1008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 48, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 631, \"group\": [1254.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGAATTGTG\", \"ini\": 3540, \"clust\": 4401, \"rank\": 276, \"rankvar\": 2132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 49, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3101, \"group\": [4402.0, 191.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCATTATCC\", \"ini\": 3539, \"clust\": 1229, \"rank\": 367, \"rankvar\": 413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 50, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 632, \"group\": [1227.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAAGCTAGTTC\", \"ini\": 3538, \"clust\": 4445, \"rank\": 290, \"rankvar\": 5088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 51, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4513, \"group\": [4444.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCGTCGACTGC\", \"ini\": 3537, \"clust\": 1241, \"rank\": 857, \"rankvar\": 334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 52, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 633, \"group\": [1241.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTCTCCCTA\", \"ini\": 3536, \"clust\": 1233, \"rank\": 268, \"rankvar\": 1479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 53, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 634, \"group\": [1232.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCTGCAGTA\", \"ini\": 3535, \"clust\": 4443, \"rank\": 212, \"rankvar\": 4780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 54, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4514, \"group\": [4442.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCCCGACTT\", \"ini\": 3534, \"clust\": 4278, \"rank\": 28, \"rankvar\": 40, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 55, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4515, \"group\": [4276.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCAGTCCTTC\", \"ini\": 3533, \"clust\": 1224, \"rank\": 222, \"rankvar\": 149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 56, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 635, \"group\": [1223.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCTATCCCG\", \"ini\": 3532, \"clust\": 4132, \"rank\": 48, \"rankvar\": 182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 57, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4516, \"group\": [4132.0, 179.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATAGGTA\", \"ini\": 3531, \"clust\": 4271, \"rank\": 57, \"rankvar\": 42, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 58, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4517, \"group\": [4269.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAGTTTCGCTC\", \"ini\": 3530, \"clust\": 4882, \"rank\": 183, \"rankvar\": 2644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 59, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4518, \"group\": [4879.0, 200.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGGGCTA\", \"ini\": 3529, \"clust\": 4213, \"rank\": 92, \"rankvar\": 91, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 60, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4519, \"group\": [4211.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAGTAAGCG\", \"ini\": 3528, \"clust\": 1175, \"rank\": 1029, \"rankvar\": 2306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 61, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 636, \"group\": [1176.0, 92.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCAACTCTT\", \"ini\": 3527, \"clust\": 4449, \"rank\": 261, \"rankvar\": 5049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 62, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4520, \"group\": [4447.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAGTAGCGATG\", \"ini\": 3526, \"clust\": 1253, \"rank\": 545, \"rankvar\": 706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 63, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 637, \"group\": [1252.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCTGCCAG\", \"ini\": 3525, \"clust\": 1240, \"rank\": 731, \"rankvar\": 388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 64, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 638, \"group\": [1239.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTTCGTAGGTT\", \"ini\": 3524, \"clust\": 1225, \"rank\": 320, \"rankvar\": 165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 65, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 639, \"group\": [1224.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTCGAC\", \"ini\": 3523, \"clust\": 1256, \"rank\": 483, \"rankvar\": 1396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 66, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 640, \"group\": [1256.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCCACTAT\", \"ini\": 3522, \"clust\": 1226, \"rank\": 333, \"rankvar\": 492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 67, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 641, \"group\": [1235.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGACATTA\", \"ini\": 3521, \"clust\": 4267, \"rank\": 68, \"rankvar\": 84, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 68, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4521, \"group\": [4266.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGGGTTCCC\", \"ini\": 3520, \"clust\": 1268, \"rank\": 856, \"rankvar\": 919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 69, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 642, \"group\": [1270.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGTCCTCCT\", \"ini\": 3519, \"clust\": 4250, \"rank\": 12, \"rankvar\": 61, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 70, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4522, \"group\": [4249.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCGGCGCAT\", \"ini\": 3518, \"clust\": 1216, \"rank\": 216, \"rankvar\": 449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 71, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 643, \"group\": [1214.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCTTGCATT\", \"ini\": 3517, \"clust\": 4287, \"rank\": 74, \"rankvar\": 86, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 72, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4523, \"group\": [4288.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGTTACGGG\", \"ini\": 3516, \"clust\": 1227, \"rank\": 801, \"rankvar\": 687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 73, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 644, \"group\": [1234.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTACAAGTA\", \"ini\": 3515, \"clust\": 958, \"rank\": 454, \"rankvar\": 211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 74, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 645, \"group\": [959.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGATCCTGT\", \"ini\": 3514, \"clust\": 1274, \"rank\": 1162, \"rankvar\": 1987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 75, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 646, \"group\": [1277.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGAGTTGC\", \"ini\": 3513, \"clust\": 914, \"rank\": 409, \"rankvar\": 1707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 76, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 647, \"group\": [915.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCAGTTTGG\", \"ini\": 3512, \"clust\": 5204, \"rank\": 262, \"rankvar\": 3616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 77, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5128, \"group\": [5217.0, 237.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACCTTAT\", \"ini\": 3511, \"clust\": 4520, \"rank\": 65, \"rankvar\": 1016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 78, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4524, \"group\": [4519.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAGTGATGCCC\", \"ini\": 3510, \"clust\": 4189, \"rank\": 18, \"rankvar\": 360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 79, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 34, \"group\": [4188.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCTGGCGTG\", \"ini\": 3509, \"clust\": 527, \"rank\": 252, \"rankvar\": 3771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 80, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2670, \"group\": [526.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGTGGTTT\", \"ini\": 3508, \"clust\": 1231, \"rank\": 613, \"rankvar\": 1167, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 81, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 648, \"group\": [1228.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGCTTATCG\", \"ini\": 3507, \"clust\": 4453, \"rank\": 173, \"rankvar\": 1491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 82, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4525, \"group\": [4455.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTGCGTTA\", \"ini\": 3506, \"clust\": 4273, \"rank\": 123, \"rankvar\": 53, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 83, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4526, \"group\": [4275.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGAATGGA\", \"ini\": 3505, \"clust\": 4145, \"rank\": 89, \"rankvar\": 123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 84, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 649, \"group\": [4144.0, 182.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTCGTTGA\", \"ini\": 3504, \"clust\": 1214, \"rank\": 308, \"rankvar\": 632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 85, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 650, \"group\": [1215.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTTAGATGA\", \"ini\": 3503, \"clust\": 1259, \"rank\": 576, \"rankvar\": 615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 86, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 651, \"group\": [1257.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCAGAATTCCC\", \"ini\": 3502, \"clust\": 4491, \"rank\": 204, \"rankvar\": 4136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 87, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4527, \"group\": [4493.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCTCCTATA\", \"ini\": 3501, \"clust\": 1247, \"rank\": 826, \"rankvar\": 481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 88, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 652, \"group\": [1250.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGAAACGCC\", \"ini\": 3500, \"clust\": 5228, \"rank\": 1561, \"rankvar\": 4268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 89, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 653, \"group\": [5229.0, 242.0, 49.0, 19.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCGCACTCT\", \"ini\": 3499, \"clust\": 911, \"rank\": 303, \"rankvar\": 850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 90, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 654, \"group\": [912.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGATGCGAC\", \"ini\": 3498, \"clust\": 4446, \"rank\": 679, \"rankvar\": 3854, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 91, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4528, \"group\": [4445.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCGTCCAGG\", \"ini\": 3497, \"clust\": 4999, \"rank\": 113, \"rankvar\": 612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 92, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 35, \"group\": [4998.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGAAGGGTA\", \"ini\": 3496, \"clust\": 4291, \"rank\": 55, \"rankvar\": 73, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 93, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4529, \"group\": [4290.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAAGCTGCCCA\", \"ini\": 3495, \"clust\": 1218, \"rank\": 558, \"rankvar\": 1322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 94, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 655, \"group\": [1218.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATCGTCGG\", \"ini\": 3494, \"clust\": 1418, \"rank\": 1100, \"rankvar\": 1375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 95, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 656, \"group\": [1418.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGCAGCGTA\", \"ini\": 3493, \"clust\": 2367, \"rank\": 1372, \"rankvar\": 3711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 96, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 657, \"group\": [2367.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTGTTACAGAA\", \"ini\": 3492, \"clust\": 1260, \"rank\": 673, \"rankvar\": 1698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 97, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 658, \"group\": [1258.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCATATACGC\", \"ini\": 3491, \"clust\": 1196, \"rank\": 1506, \"rankvar\": 1637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 98, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 659, \"group\": [1196.0, 93.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAAATA\", \"ini\": 3490, \"clust\": 4187, \"rank\": 78, \"rankvar\": 318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 99, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4530, \"group\": [4186.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGACCACGA\", \"ini\": 3489, \"clust\": 4415, \"rank\": 1119, \"rankvar\": 1358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 100, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4531, \"group\": [4890.0, 201.0, 39.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGGCGAA\", \"ini\": 3488, \"clust\": 905, \"rank\": 322, \"rankvar\": 327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 660, \"group\": [904.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCGTTCCCGAG\", \"ini\": 3487, \"clust\": 4179, \"rank\": 126, \"rankvar\": 347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 102, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4532, \"group\": [4181.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTGTGGTTT\", \"ini\": 3486, \"clust\": 1197, \"rank\": 1845, \"rankvar\": 1881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 661, \"group\": [1197.0, 93.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTAGGGACT\", \"ini\": 3485, \"clust\": 1348, \"rank\": 910, \"rankvar\": 2757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 662, \"group\": [1361.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCACGGTTTA\", \"ini\": 3484, \"clust\": 1210, \"rank\": 814, \"rankvar\": 1398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 663, \"group\": [1210.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGTAAACT\", \"ini\": 3483, \"clust\": 4798, \"rank\": 362, \"rankvar\": 4526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4533, \"group\": [4798.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAAGGTTCT\", \"ini\": 3482, \"clust\": 940, \"rank\": 377, \"rankvar\": 1836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 664, \"group\": [941.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAACAACCT\", \"ini\": 3481, \"clust\": 4198, \"rank\": 98, \"rankvar\": 185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 108, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4534, \"group\": [4202.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTCACTGTGTA\", \"ini\": 3480, \"clust\": 786, \"rank\": 391, \"rankvar\": 1570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 109, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4323, \"group\": [785.0, 61.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTGCCATT\", \"ini\": 3479, \"clust\": 4514, \"rank\": 41, \"rankvar\": 2086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 110, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3954, \"group\": [4514.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTACCGGCT\", \"ini\": 3478, \"clust\": 4447, \"rank\": 220, \"rankvar\": 4691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 111, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4535, \"group\": [4448.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTTGTCTTT\", \"ini\": 3477, \"clust\": 906, \"rank\": 331, \"rankvar\": 590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 665, \"group\": [905.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAAGCGATTCT\", \"ini\": 3476, \"clust\": 4303, \"rank\": 49, \"rankvar\": 383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 113, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4536, \"group\": [4301.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGCAAAGA\", \"ini\": 3475, \"clust\": 4136, \"rank\": 27, \"rankvar\": 177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 114, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5209, \"group\": [4135.0, 180.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCATGCCCGA\", \"ini\": 3474, \"clust\": 4129, \"rank\": 142, \"rankvar\": 832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4537, \"group\": [4130.0, 179.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCCCTGACT\", \"ini\": 3473, \"clust\": 1272, \"rank\": 902, \"rankvar\": 2284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 666, \"group\": [1271.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGCATAT\", \"ini\": 3472, \"clust\": 4793, \"rank\": 477, \"rankvar\": 4208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 117, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4538, \"group\": [4800.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGGGAGTAA\", \"ini\": 3471, \"clust\": 1248, \"rank\": 775, \"rankvar\": 346, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 667, \"group\": [1246.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTTGAGTTC\", \"ini\": 3470, \"clust\": 4444, \"rank\": 214, \"rankvar\": 4624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 119, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4539, \"group\": [4443.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCACGGTTA\", \"ini\": 3469, \"clust\": 4215, \"rank\": 145, \"rankvar\": 10, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 120, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4540, \"group\": [4310.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCTGGGCCA\", \"ini\": 3468, \"clust\": 1454, \"rank\": 1870, \"rankvar\": 2249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 668, \"group\": [1454.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCGGCTTGG\", \"ini\": 3467, \"clust\": 4268, \"rank\": 52, \"rankvar\": 15, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4541, \"group\": [4267.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAGTCCCT\", \"ini\": 3466, \"clust\": 2369, \"rank\": 1281, \"rankvar\": 1069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 669, \"group\": [2369.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGATGGGTC\", \"ini\": 3465, \"clust\": 4275, \"rank\": 66, \"rankvar\": 18, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 124, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4542, \"group\": [4272.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGTTAACC\", \"ini\": 3464, \"clust\": 1251, \"rank\": 844, \"rankvar\": 477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 670, \"group\": [1249.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCTG\", \"ini\": 3463, \"clust\": 4424, \"rank\": 221, \"rankvar\": 3463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 126, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4543, \"group\": [4423.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTGACTCAT\", \"ini\": 3462, \"clust\": 1265, \"rank\": 1180, \"rankvar\": 621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 671, \"group\": [1267.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCTAGGTT\", \"ini\": 3461, \"clust\": 4190, \"rank\": 20, \"rankvar\": 310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 128, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 36, \"group\": [4189.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGTCATCTGCC\", \"ini\": 3460, \"clust\": 4202, \"rank\": 103, \"rankvar\": 69, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4544, \"group\": [4201.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGTCTCGGC\", \"ini\": 3459, \"clust\": 4516, \"rank\": 201, \"rankvar\": 3260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 130, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4545, \"group\": [4516.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAATCCGGGTGT\", \"ini\": 3458, \"clust\": 802, \"rank\": 150, \"rankvar\": 990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 131, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4324, \"group\": [799.0, 62.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCAAGTAATG\", \"ini\": 3457, \"clust\": 950, \"rank\": 635, \"rankvar\": 1280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 132, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 672, \"group\": [948.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCATGGTCTA\", \"ini\": 3456, \"clust\": 1483, \"rank\": 1595, \"rankvar\": 2114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 673, \"group\": [1488.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTACTTAC\", \"ini\": 3455, \"clust\": 5002, \"rank\": 185, \"rankvar\": 540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 134, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4546, \"group\": [5003.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTCCATGAT\", \"ini\": 3454, \"clust\": 952, \"rank\": 807, \"rankvar\": 1423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 674, \"group\": [952.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCCAGTAAGAT\", \"ini\": 3453, \"clust\": 5000, \"rank\": 33, \"rankvar\": 372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 136, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 37, \"group\": [4999.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCGTGTGTGCC\", \"ini\": 3452, \"clust\": 4825, \"rank\": 457, \"rankvar\": 4870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 137, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4547, \"group\": [4825.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTAGCGTTCCG\", \"ini\": 3451, \"clust\": 1249, \"rank\": 660, \"rankvar\": 457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 675, \"group\": [1247.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCACCAGTTA\", \"ini\": 3450, \"clust\": 1219, \"rank\": 602, \"rankvar\": 1053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 676, \"group\": [1216.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTAAGAGGACGG\", \"ini\": 3449, \"clust\": 1264, \"rank\": 647, \"rankvar\": 1464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 677, \"group\": [1264.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCACTTACT\", \"ini\": 3448, \"clust\": 4207, \"rank\": 310, \"rankvar\": 117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 141, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4548, \"group\": [4207.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTCACGACTCG\", \"ini\": 3447, \"clust\": 4657, \"rank\": 250, \"rankvar\": 2836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4549, \"group\": [4657.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTCTGCCAG\", \"ini\": 3446, \"clust\": 1354, \"rank\": 1167, \"rankvar\": 834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 678, \"group\": [1352.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGTCGTCACGG\", \"ini\": 3445, \"clust\": 488, \"rank\": 739, \"rankvar\": 2577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 144, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2671, \"group\": [488.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCCGTCGT\", \"ini\": 3444, \"clust\": 2365, \"rank\": 1321, \"rankvar\": 983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 679, \"group\": [2364.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTTCCTC\", \"ini\": 3443, \"clust\": 4269, \"rank\": 84, \"rankvar\": 4, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 146, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4550, \"group\": [4268.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCAGTTAGC\", \"ini\": 3442, \"clust\": 4272, \"rank\": 96, \"rankvar\": 8, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 147, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4551, \"group\": [4270.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTAGGGCTTGA\", \"ini\": 3441, \"clust\": 4741, \"rank\": 451, \"rankvar\": 4482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 148, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4552, \"group\": [4743.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCTTTACGT\", \"ini\": 3440, \"clust\": 2363, \"rank\": 941, \"rankvar\": 1722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 680, \"group\": [2363.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCACCACCT\", \"ini\": 3439, \"clust\": 4450, \"rank\": 639, \"rankvar\": 1910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 150, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4553, \"group\": [4456.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCTCTTAT\", \"ini\": 3438, \"clust\": 1207, \"rank\": 525, \"rankvar\": 266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 681, \"group\": [1207.0, 96.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACACACGCTG\", \"ini\": 3437, \"clust\": 4276, \"rank\": 70, \"rankvar\": 20, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 152, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4554, \"group\": [4273.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGTGCTGCC\", \"ini\": 3436, \"clust\": 1236, \"rank\": 432, \"rankvar\": 754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 682, \"group\": [1236.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCAAACCAC\", \"ini\": 3435, \"clust\": 930, \"rank\": 972, \"rankvar\": 1347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 683, \"group\": [930.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGTCGTACT\", \"ini\": 3434, \"clust\": 1173, \"rank\": 950, \"rankvar\": 1513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 684, \"group\": [1174.0, 92.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTAGAGCCTAG\", \"ini\": 3433, \"clust\": 1477, \"rank\": 1632, \"rankvar\": 1948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 156, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 685, \"group\": [1482.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGTCGAATGCT\", \"ini\": 3432, \"clust\": 1421, \"rank\": 1224, \"rankvar\": 2075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 686, \"group\": [1420.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTGTGGCA\", \"ini\": 3431, \"clust\": 1350, \"rank\": 1260, \"rankvar\": 1820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 687, \"group\": [1347.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGATCGGTGTCG\", \"ini\": 3430, \"clust\": 4339, \"rank\": 186, \"rankvar\": 552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4555, \"group\": [4340.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCCACGTC\", \"ini\": 3429, \"clust\": 1276, \"rank\": 1230, \"rankvar\": 1223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 688, \"group\": [1274.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACTGAAGG\", \"ini\": 3428, \"clust\": 4354, \"rank\": 164, \"rankvar\": 95, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4556, \"group\": [4354.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCTCTC\", \"ini\": 3427, \"clust\": 4283, \"rank\": 60, \"rankvar\": 83, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4557, \"group\": [4282.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACATACCATG\", \"ini\": 3426, \"clust\": 4328, \"rank\": 132, \"rankvar\": 81, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 163, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4558, \"group\": [4330.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCCGTAGTA\", \"ini\": 3425, \"clust\": 4504, \"rank\": 447, \"rankvar\": 2743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 164, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4559, \"group\": [4504.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCTAACTC\", \"ini\": 3424, \"clust\": 2364, \"rank\": 1078, \"rankvar\": 1374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 689, \"group\": [2366.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACGTCA\", \"ini\": 3423, \"clust\": 4221, \"rank\": 105, \"rankvar\": 76, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 166, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4560, \"group\": [4220.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGAGGCTAGCA\", \"ini\": 3422, \"clust\": 4200, \"rank\": 71, \"rankvar\": 111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 167, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 38, \"group\": [4199.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAGCTAAA\", \"ini\": 3421, \"clust\": 1345, \"rank\": 1202, \"rankvar\": 862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 690, \"group\": [1346.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGGAGTACC\", \"ini\": 3420, \"clust\": 4292, \"rank\": 162, \"rankvar\": 2, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4561, \"group\": [4294.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCACTCCTG\", \"ini\": 3419, \"clust\": 1358, \"rank\": 1194, \"rankvar\": 1439, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 691, \"group\": [1356.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTTTGACAC\", \"ini\": 3418, \"clust\": 519, \"rank\": 334, \"rankvar\": 3425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 171, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2672, \"group\": [518.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGCTAACAA\", \"ini\": 3417, \"clust\": 2355, \"rank\": 1704, \"rankvar\": 1067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 172, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 692, \"group\": [2357.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTGGTACAG\", \"ini\": 3416, \"clust\": 1211, \"rank\": 1064, \"rankvar\": 363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 693, \"group\": [1211.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCATCCGCGA\", \"ini\": 3415, \"clust\": 4192, \"rank\": 50, \"rankvar\": 340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 174, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 39, \"group\": [4191.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAGGCGATA\", \"ini\": 3414, \"clust\": 2359, \"rank\": 1210, \"rankvar\": 2932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 694, \"group\": [2361.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCGGTCCGA\", \"ini\": 3413, \"clust\": 1254, \"rank\": 810, \"rankvar\": 653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 695, \"group\": [1253.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCTCGGGAGTA\", \"ini\": 3412, \"clust\": 1481, \"rank\": 1304, \"rankvar\": 1209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 696, \"group\": [1477.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTTCGCG\", \"ini\": 3411, \"clust\": 1346, \"rank\": 1061, \"rankvar\": 810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 697, \"group\": [1344.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGCTATA\", \"ini\": 3410, \"clust\": 953, \"rank\": 757, \"rankvar\": 2187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 698, \"group\": [953.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCGGAAA\", \"ini\": 3409, \"clust\": 4883, \"rank\": 288, \"rankvar\": 3997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 180, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4562, \"group\": [4880.0, 200.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCAGGAACGT\", \"ini\": 3408, \"clust\": 1235, \"rank\": 636, \"rankvar\": 541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 181, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 699, \"group\": [1231.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGTAGCCGA\", \"ini\": 3407, \"clust\": 1112, \"rank\": 1187, \"rankvar\": 2257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 700, \"group\": [1113.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCAGTGCCAGA\", \"ini\": 3406, \"clust\": 1359, \"rank\": 971, \"rankvar\": 648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 701, \"group\": [1357.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTCAAACTC\", \"ini\": 3405, \"clust\": 4661, \"rank\": 850, \"rankvar\": 4096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4563, \"group\": [4664.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGATGATA\", \"ini\": 3404, \"clust\": 4355, \"rank\": 102, \"rankvar\": 140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 185, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4564, \"group\": [4355.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTCTAAACC\", \"ini\": 3403, \"clust\": 1352, \"rank\": 930, \"rankvar\": 930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 702, \"group\": [1350.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGAACGC\", \"ini\": 3402, \"clust\": 1312, \"rank\": 1669, \"rankvar\": 643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 703, \"group\": [1314.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCATCGCTC\", \"ini\": 3401, \"clust\": 903, \"rank\": 554, \"rankvar\": 1009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 704, \"group\": [907.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTAGCGTGA\", \"ini\": 3400, \"clust\": 1349, \"rank\": 876, \"rankvar\": 1522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 705, \"group\": [1349.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCTCGTGGGAA\", \"ini\": 3399, \"clust\": 907, \"rank\": 503, \"rankvar\": 1150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 190, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 706, \"group\": [910.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCTCGTTTA\", \"ini\": 3398, \"clust\": 1129, \"rank\": 1401, \"rankvar\": 1176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 707, \"group\": [1135.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCAATCACG\", \"ini\": 3397, \"clust\": 1811, \"rank\": 1941, \"rankvar\": 3699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 708, \"group\": [1811.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGACCGGAT\", \"ini\": 3396, \"clust\": 2357, \"rank\": 1470, \"rankvar\": 3622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 709, \"group\": [2354.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGTCAAGGC\", \"ini\": 3395, \"clust\": 4515, \"rank\": 154, \"rankvar\": 2532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3955, \"group\": [4515.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAGTCAGTGGA\", \"ini\": 3394, \"clust\": 1485, \"rank\": 2381, \"rankvar\": 4672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 710, \"group\": [1483.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCATCACCC\", \"ini\": 3393, \"clust\": 1479, \"rank\": 1497, \"rankvar\": 858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 196, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 711, \"group\": [1480.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGGTAAACGCG\", \"ini\": 3392, \"clust\": 5101, \"rank\": 661, \"rankvar\": 3723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 197, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2673, \"group\": [5103.0, 229.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTACCTGC\", \"ini\": 3391, \"clust\": 1273, \"rank\": 985, \"rankvar\": 1455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 712, \"group\": [1272.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGCATGTG\", \"ini\": 3390, \"clust\": 4300, \"rank\": 110, \"rankvar\": 246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 199, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4565, \"group\": [4300.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTCTTGAT\", \"ini\": 3389, \"clust\": 657, \"rank\": 1175, \"rankvar\": 3432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 200, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2674, \"group\": [656.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGGCGAAT\", \"ini\": 3388, \"clust\": 2457, \"rank\": 1104, \"rankvar\": 1734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 201, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 713, \"group\": [2456.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGGCAGTCA\", \"ini\": 3387, \"clust\": 792, \"rank\": 80, \"rankvar\": 85, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 202, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4566, \"group\": [794.0, 62.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCGCTAGCG\", \"ini\": 3386, \"clust\": 2487, \"rank\": 1150, \"rankvar\": 1978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 714, \"group\": [2487.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTTCTCTGTCG\", \"ini\": 3385, \"clust\": 4517, \"rank\": 226, \"rankvar\": 2370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4567, \"group\": [4517.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCACGAT\", \"ini\": 3384, \"clust\": 4709, \"rank\": 400, \"rankvar\": 4817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 205, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4568, \"group\": [4708.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTTGGTGGA\", \"ini\": 3383, \"clust\": 4731, \"rank\": 596, \"rankvar\": 4916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 206, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4569, \"group\": [4730.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCAGAGACG\", \"ini\": 3382, \"clust\": 1347, \"rank\": 1025, \"rankvar\": 1169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 207, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 715, \"group\": [1345.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTTAT\", \"ini\": 3381, \"clust\": 1221, \"rank\": 484, \"rankvar\": 114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 716, \"group\": [1225.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAGTGGA\", \"ini\": 3380, \"clust\": 1258, \"rank\": 1185, \"rankvar\": 723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 717, \"group\": [1259.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGAGCCCAACC\", \"ini\": 3379, \"clust\": 372, \"rank\": 714, \"rankvar\": 4441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2675, \"group\": [371.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTCTTTCAT\", \"ini\": 3378, \"clust\": 1572, \"rank\": 2018, \"rankvar\": 1139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 718, \"group\": [1573.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAAGGTGACCA\", \"ini\": 3377, \"clust\": 4459, \"rank\": 710, \"rankvar\": 3317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4570, \"group\": [4462.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGCTTCGCG\", \"ini\": 3376, \"clust\": 1127, \"rank\": 819, \"rankvar\": 1534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 719, \"group\": [1126.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTCATGCCG\", \"ini\": 3375, \"clust\": 1336, \"rank\": 1261, \"rankvar\": 1456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 214, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 720, \"group\": [1334.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCAAAGAATC\", \"ini\": 3374, \"clust\": 4704, \"rank\": 627, \"rankvar\": 5121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 215, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4571, \"group\": [4707.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTATCAGTC\", \"ini\": 3373, \"clust\": 750, \"rank\": 566, \"rankvar\": 1269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 216, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2090, \"group\": [751.0, 51.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCACGCATA\", \"ini\": 3372, \"clust\": 912, \"rank\": 580, \"rankvar\": 640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 721, \"group\": [917.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTTACTCT\", \"ini\": 3371, \"clust\": 1267, \"rank\": 1010, \"rankvar\": 1736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 722, \"group\": [1266.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTAAGCACG\", \"ini\": 3370, \"clust\": 2485, \"rank\": 1277, \"rankvar\": 702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 723, \"group\": [2484.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGTAAGAT\", \"ini\": 3369, \"clust\": 1484, \"rank\": 1864, \"rankvar\": 3096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 724, \"group\": [1485.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAAGCAAT\", \"ini\": 3368, \"clust\": 4499, \"rank\": 425, \"rankvar\": 3799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 221, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4572, \"group\": [4503.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTGTGACCC\", \"ini\": 3367, \"clust\": 1271, \"rank\": 1169, \"rankvar\": 2632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 725, \"group\": [1273.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGTCCTCTAGC\", \"ini\": 3366, \"clust\": 4500, \"rank\": 312, \"rankvar\": 3848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 223, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4573, \"group\": [4499.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAACTGCTA\", \"ini\": 3365, \"clust\": 4475, \"rank\": 478, \"rankvar\": 4488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 224, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4574, \"group\": [4472.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGACCAAG\", \"ini\": 3364, \"clust\": 5013, \"rank\": 120, \"rankvar\": 923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 225, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 40, \"group\": [5015.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCGAGATG\", \"ini\": 3363, \"clust\": 913, \"rank\": 441, \"rankvar\": 927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 726, \"group\": [916.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCCTCCTAG\", \"ini\": 3362, \"clust\": 902, \"rank\": 373, \"rankvar\": 650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 727, \"group\": [902.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTTAAGTAG\", \"ini\": 3361, \"clust\": 688, \"rank\": 1329, \"rankvar\": 4851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 228, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2676, \"group\": [686.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCCAT\", \"ini\": 3360, \"clust\": 497, \"rank\": 702, \"rankvar\": 4160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 229, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2677, \"group\": [496.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTAAACACA\", \"ini\": 3359, \"clust\": 2454, \"rank\": 1783, \"rankvar\": 2581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 728, \"group\": [2452.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTATTCTC\", \"ini\": 3358, \"clust\": 329, \"rank\": 1040, \"rankvar\": 4790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2678, \"group\": [328.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTAGAGG\", \"ini\": 3357, \"clust\": 4797, \"rank\": 619, \"rankvar\": 3413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 232, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4575, \"group\": [4799.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAAGAATC\", \"ini\": 3356, \"clust\": 4524, \"rank\": 473, \"rankvar\": 3387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 233, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4576, \"group\": [4523.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGCTAGT\", \"ini\": 3355, \"clust\": 934, \"rank\": 570, \"rankvar\": 806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 729, \"group\": [934.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGTCTCG\", \"ini\": 3354, \"clust\": 4641, \"rank\": 500, \"rankvar\": 5048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4577, \"group\": [4640.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTCACGTCTCT\", \"ini\": 3353, \"clust\": 2370, \"rank\": 1326, \"rankvar\": 4111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 730, \"group\": [2370.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACAATGGATA\", \"ini\": 3352, \"clust\": 1351, \"rank\": 1144, \"rankvar\": 1816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 731, \"group\": [1348.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGAACAATC\", \"ini\": 3351, \"clust\": 4425, \"rank\": 420, \"rankvar\": 4633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4578, \"group\": [4424.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCACCGTAA\", \"ini\": 3350, \"clust\": 2484, \"rank\": 1502, \"rankvar\": 1655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 732, \"group\": [2486.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCGTATATGAG\", \"ini\": 3349, \"clust\": 2358, \"rank\": 1576, \"rankvar\": 2633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 240, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 733, \"group\": [2355.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCTAGAAC\", \"ini\": 3348, \"clust\": 1355, \"rank\": 875, \"rankvar\": 1272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 734, \"group\": [1353.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTTAGTGGG\", \"ini\": 3347, \"clust\": 1220, \"rank\": 492, \"rankvar\": 1403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 735, \"group\": [1217.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTTATGCGT\", \"ini\": 3346, \"clust\": 4469, \"rank\": 507, \"rankvar\": 4035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 243, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4579, \"group\": [4468.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTAAGTTCC\", \"ini\": 3345, \"clust\": 1360, \"rank\": 782, \"rankvar\": 1639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 736, \"group\": [1360.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACATTTGCTT\", \"ini\": 3344, \"clust\": 927, \"rank\": 579, \"rankvar\": 1593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 737, \"group\": [926.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCCAGTAGT\", \"ini\": 3343, \"clust\": 904, \"rank\": 574, \"rankvar\": 1138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 738, \"group\": [906.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACCGTAA\", \"ini\": 3342, \"clust\": 4965, \"rank\": 260, \"rankvar\": 827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 247, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4580, \"group\": [4965.0, 220.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTAAAGTG\", \"ini\": 3341, \"clust\": 4208, \"rank\": 187, \"rankvar\": 62, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 248, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4581, \"group\": [4208.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGACGTT\", \"ini\": 3340, \"clust\": 2471, \"rank\": 1605, \"rankvar\": 2186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 739, \"group\": [2472.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGCACTCAGGC\", \"ini\": 3339, \"clust\": 4885, \"rank\": 514, \"rankvar\": 3806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4582, \"group\": [4882.0, 200.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATCACCC\", \"ini\": 3338, \"clust\": 2385, \"rank\": 1285, \"rankvar\": 2449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 740, \"group\": [2397.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTGTACCTACA\", \"ini\": 3337, \"clust\": 748, \"rank\": 1647, \"rankvar\": 4602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 252, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2679, \"group\": [745.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCAGTTTGG\", \"ini\": 3336, \"clust\": 1125, \"rank\": 1137, \"rankvar\": 1006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 741, \"group\": [1129.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTGTGTATGGG\", \"ini\": 3335, \"clust\": 4470, \"rank\": 662, \"rankvar\": 3102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 254, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4583, \"group\": [4469.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCACGTGAGA\", \"ini\": 3334, \"clust\": 4147, \"rank\": 557, \"rankvar\": 175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 742, \"group\": [4147.0, 182.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTAGTACCT\", \"ini\": 3333, \"clust\": 4508, \"rank\": 442, \"rankvar\": 3457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4584, \"group\": [4506.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGTGTGCC\", \"ini\": 3332, \"clust\": 1564, \"rank\": 2398, \"rankvar\": 2886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 743, \"group\": [1564.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCAGGGTTAG\", \"ini\": 3331, \"clust\": 1213, \"rank\": 943, \"rankvar\": 1422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 258, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 744, \"group\": [1220.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCGTTAAGGGC\", \"ini\": 3330, \"clust\": 4461, \"rank\": 616, \"rankvar\": 4138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4585, \"group\": [4459.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAGTGCACTTA\", \"ini\": 3329, \"clust\": 1283, \"rank\": 1320, \"rankvar\": 1005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 745, \"group\": [1282.0, 99.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCAGACGTAG\", \"ini\": 3328, \"clust\": 4963, \"rank\": 144, \"rankvar\": 1498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 261, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5210, \"group\": [4963.0, 220.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTTTAC\", \"ini\": 3327, \"clust\": 4779, \"rank\": 1219, \"rankvar\": 4101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 262, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4586, \"group\": [4776.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATGTTAAAGAC\", \"ini\": 3326, \"clust\": 931, \"rank\": 789, \"rankvar\": 1097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 746, \"group\": [928.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTCGCCATG\", \"ini\": 3325, \"clust\": 1128, \"rank\": 772, \"rankvar\": 2395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 747, \"group\": [1127.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTTGAGGT\", \"ini\": 3324, \"clust\": 925, \"rank\": 495, \"rankvar\": 1749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 748, \"group\": [933.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTCGAATCT\", \"ini\": 3323, \"clust\": 908, \"rank\": 578, \"rankvar\": 1853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 749, \"group\": [908.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGCATCATC\", \"ini\": 3322, \"clust\": 1566, \"rank\": 2228, \"rankvar\": 3016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 750, \"group\": [1566.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTGTTAAGA\", \"ini\": 3321, \"clust\": 4566, \"rank\": 504, \"rankvar\": 4596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4587, \"group\": [4565.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTCATTAGCCA\", \"ini\": 3320, \"clust\": 4708, \"rank\": 756, \"rankvar\": 5114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4588, \"group\": [4748.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGACATTA\", \"ini\": 3319, \"clust\": 4193, \"rank\": 94, \"rankvar\": 302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 270, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 41, \"group\": [4192.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCCTTGG\", \"ini\": 3318, \"clust\": 1232, \"rank\": 991, \"rankvar\": 238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 751, \"group\": [1229.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGATGCCAG\", \"ini\": 3317, \"clust\": 932, \"rank\": 567, \"rankvar\": 1608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 752, \"group\": [929.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCAAGCGAGT\", \"ini\": 3316, \"clust\": 529, \"rank\": 764, \"rankvar\": 3040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 273, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2680, \"group\": [529.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCTAGGGC\", \"ini\": 3315, \"clust\": 462, \"rank\": 997, \"rankvar\": 3563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 274, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2681, \"group\": [465.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCATCATTC\", \"ini\": 3314, \"clust\": 1328, \"rank\": 1723, \"rankvar\": 2981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 753, \"group\": [1327.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCAAACAACA\", \"ini\": 3313, \"clust\": 4739, \"rank\": 617, \"rankvar\": 4681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 276, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4589, \"group\": [4737.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCGGATCA\", \"ini\": 3312, \"clust\": 1486, \"rank\": 2196, \"rankvar\": 2649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 754, \"group\": [1484.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCAAACGGG\", \"ini\": 3311, \"clust\": 2400, \"rank\": 1684, \"rankvar\": 2372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 755, \"group\": [2398.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCCAGCTGGCT\", \"ini\": 3310, \"clust\": 4497, \"rank\": 493, \"rankvar\": 4502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 279, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4590, \"group\": [4497.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCAAGCCTA\", \"ini\": 3309, \"clust\": 4191, \"rank\": 124, \"rankvar\": 237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 280, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 42, \"group\": [4193.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCTGTTTGT\", \"ini\": 3308, \"clust\": 4967, \"rank\": 475, \"rankvar\": 397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 281, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4591, \"group\": [4967.0, 220.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGCGAGAAA\", \"ini\": 3307, \"clust\": 672, \"rank\": 1000, \"rankvar\": 2560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 282, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2682, \"group\": [673.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGAGAACG\", \"ini\": 3306, \"clust\": 2458, \"rank\": 1382, \"rankvar\": 921, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 756, \"group\": [2457.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACACAGGAGT\", \"ini\": 3305, \"clust\": 1562, \"rank\": 1903, \"rankvar\": 1996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 284, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 757, \"group\": [1562.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGCAGACGTAG\", \"ini\": 3304, \"clust\": 915, \"rank\": 327, \"rankvar\": 1086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 758, \"group\": [913.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCTGGAAC\", \"ini\": 3303, \"clust\": 4307, \"rank\": 344, \"rankvar\": 35, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 286, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4592, \"group\": [4307.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCATCATGTAGC\", \"ini\": 3302, \"clust\": 4383, \"rank\": 734, \"rankvar\": 2203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 287, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3102, \"group\": [4384.0, 191.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCGTTTGCC\", \"ini\": 3301, \"clust\": 2472, \"rank\": 1722, \"rankvar\": 1642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 759, \"group\": [2470.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGCGCTCCA\", \"ini\": 3300, \"clust\": 2371, \"rank\": 1463, \"rankvar\": 1487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 289, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 760, \"group\": [2373.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTCATATGC\", \"ini\": 3299, \"clust\": 4279, \"rank\": 81, \"rankvar\": 50, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 290, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4593, \"group\": [4277.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCAGCGACC\", \"ini\": 3298, \"clust\": 4319, \"rank\": 161, \"rankvar\": 75, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 291, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4594, \"group\": [4318.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCCACGGCGTT\", \"ini\": 3297, \"clust\": 1361, \"rank\": 1073, \"rankvar\": 1482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 761, \"group\": [1358.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACAGCCTATGT\", \"ini\": 3296, \"clust\": 4799, \"rank\": 542, \"rankvar\": 3103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 293, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4595, \"group\": [4796.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAAGGTTTC\", \"ini\": 3295, \"clust\": 1464, \"rank\": 1700, \"rankvar\": 1705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 762, \"group\": [1464.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCCTACAGA\", \"ini\": 3294, \"clust\": 2360, \"rank\": 1379, \"rankvar\": 1581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 295, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 763, \"group\": [2359.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGTGTACGG\", \"ini\": 3293, \"clust\": 2307, \"rank\": 2484, \"rankvar\": 3494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 296, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 764, \"group\": [2306.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATCCGAG\", \"ini\": 3292, \"clust\": 4974, \"rank\": 160, \"rankvar\": 104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 297, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4596, \"group\": [4977.0, 221.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTCGGCACT\", \"ini\": 3291, \"clust\": 1944, \"rank\": 2646, \"rankvar\": 3811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 765, \"group\": [1943.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCAAACCAC\", \"ini\": 3290, \"clust\": 4204, \"rank\": 259, \"rankvar\": 296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4597, \"group\": [4203.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGGCTATCT\", \"ini\": 3289, \"clust\": 4713, \"rank\": 699, \"rankvar\": 4261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4598, \"group\": [4712.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACCGGAT\", \"ini\": 3288, \"clust\": 919, \"rank\": 897, \"rankvar\": 797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 301, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 766, \"group\": [923.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGTCGCCGT\", \"ini\": 3287, \"clust\": 4747, \"rank\": 717, \"rankvar\": 4855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 302, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4599, \"group\": [4744.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAATCTGACCTC\", \"ini\": 3286, \"clust\": 3117, \"rank\": 535, \"rankvar\": 1567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 303, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3103, \"group\": [3117.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGATAGAA\", \"ini\": 3285, \"clust\": 4738, \"rank\": 368, \"rankvar\": 3620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 304, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4600, \"group\": [4739.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATCCGAG\", \"ini\": 3284, \"clust\": 4474, \"rank\": 511, \"rankvar\": 2660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 305, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4601, \"group\": [4474.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGCACATTTCT\", \"ini\": 3283, \"clust\": 799, \"rank\": 378, \"rankvar\": 1297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 306, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4325, \"group\": [801.0, 62.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCGTACCGCTG\", \"ini\": 3282, \"clust\": 1237, \"rank\": 571, \"rankvar\": 1076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 307, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 767, \"group\": [1237.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAAGTCTAC\", \"ini\": 3281, \"clust\": 1343, \"rank\": 1728, \"rankvar\": 1229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 768, \"group\": [1341.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGTTCGCAT\", \"ini\": 3280, \"clust\": 1238, \"rank\": 983, \"rankvar\": 192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 769, \"group\": [1240.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCACAGAGGT\", \"ini\": 3279, \"clust\": 4881, \"rank\": 275, \"rankvar\": 4115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 310, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4602, \"group\": [4881.0, 200.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCTTCCTTC\", \"ini\": 3278, \"clust\": 2444, \"rank\": 1524, \"rankvar\": 1530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 770, \"group\": [2444.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCTCCCTAACC\", \"ini\": 3277, \"clust\": 4482, \"rank\": 506, \"rankvar\": 4113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 312, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4603, \"group\": [4487.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGGAATGC\", \"ini\": 3276, \"clust\": 923, \"rank\": 808, \"rankvar\": 978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 771, \"group\": [924.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCAGTAGCCGA\", \"ini\": 3275, \"clust\": 4501, \"rank\": 299, \"rankvar\": 4547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4604, \"group\": [4500.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGAGCCATCGC\", \"ini\": 3274, \"clust\": 938, \"rank\": 486, \"rankvar\": 276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 772, \"group\": [937.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCTCCGGTT\", \"ini\": 3273, \"clust\": 5051, \"rank\": 649, \"rankvar\": 3056, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 316, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4605, \"group\": [5052.0, 224.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCAAGTACCT\", \"ini\": 3272, \"clust\": 4399, \"rank\": 397, \"rankvar\": 325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 317, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4606, \"group\": [4398.0, 191.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCTCACTCTTA\", \"ini\": 3271, \"clust\": 2445, \"rank\": 1584, \"rankvar\": 1357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 773, \"group\": [2445.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCGTAGTG\", \"ini\": 3270, \"clust\": 1480, \"rank\": 1461, \"rankvar\": 1991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 774, \"group\": [1479.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGCGT\", \"ini\": 3269, \"clust\": 4740, \"rank\": 476, \"rankvar\": 4634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 320, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4607, \"group\": [4738.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAGTACCT\", \"ini\": 3268, \"clust\": 1171, \"rank\": 1484, \"rankvar\": 2003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 775, \"group\": [1172.0, 92.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGTCCCAGGTG\", \"ini\": 3267, \"clust\": 4304, \"rank\": 399, \"rankvar\": 138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4608, \"group\": [4302.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTCAGATCGGA\", \"ini\": 3266, \"clust\": 1574, \"rank\": 1926, \"rankvar\": 2890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 776, \"group\": [1572.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCTGCCCTA\", \"ini\": 3265, \"clust\": 2314, \"rank\": 1931, \"rankvar\": 3838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 324, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 777, \"group\": [2312.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGTGCGTGA\", \"ini\": 3264, \"clust\": 4523, \"rank\": 410, \"rankvar\": 1417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 325, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4609, \"group\": [4525.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGAAGAAGC\", \"ini\": 3263, \"clust\": 4440, \"rank\": 601, \"rankvar\": 4366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 326, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4610, \"group\": [4437.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAGTCGGCATC\", \"ini\": 3262, \"clust\": 2473, \"rank\": 1314, \"rankvar\": 3476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 327, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 778, \"group\": [2471.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCAATCTCT\", \"ini\": 3261, \"clust\": 2413, \"rank\": 1570, \"rankvar\": 2012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 779, \"group\": [2416.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGACAGAGA\", \"ini\": 3260, \"clust\": 753, \"rank\": 1200, \"rankvar\": 3510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 329, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2683, \"group\": [753.0, 52.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGCGATTCT\", \"ini\": 3259, \"clust\": 4996, \"rank\": 139, \"rankvar\": 458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 330, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 43, \"group\": [4992.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGCTGAAAT\", \"ini\": 3258, \"clust\": 935, \"rank\": 402, \"rankvar\": 501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 331, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 780, \"group\": [935.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACTTACGA\", \"ini\": 3257, \"clust\": 4502, \"rank\": 241, \"rankvar\": 3655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4611, \"group\": [4501.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGCTCCTCT\", \"ini\": 3256, \"clust\": 1169, \"rank\": 1509, \"rankvar\": 2635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 333, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 781, \"group\": [1170.0, 92.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGTACGCGA\", \"ini\": 3255, \"clust\": 2183, \"rank\": 2600, \"rankvar\": 4742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 782, \"group\": [2181.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCAACTCTT\", \"ini\": 3254, \"clust\": 4503, \"rank\": 443, \"rankvar\": 4270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 335, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4612, \"group\": [4502.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCAATCTACG\", \"ini\": 3253, \"clust\": 673, \"rank\": 1174, \"rankvar\": 1519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 336, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2684, \"group\": [671.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCGTACAA\", \"ini\": 3252, \"clust\": 4386, \"rank\": 198, \"rankvar\": 674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 337, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3104, \"group\": [4386.0, 191.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTGCATCTA\", \"ini\": 3251, \"clust\": 1203, \"rank\": 1249, \"rankvar\": 1591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 783, \"group\": [1200.0, 94.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTACCGAGA\", \"ini\": 3250, \"clust\": 2298, \"rank\": 1806, \"rankvar\": 2537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 784, \"group\": [2297.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTTCCACAA\", \"ini\": 3249, \"clust\": 1277, \"rank\": 1494, \"rankvar\": 805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 785, \"group\": [1275.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCGAATCCA\", \"ini\": 3248, \"clust\": 1353, \"rank\": 1294, \"rankvar\": 791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 786, \"group\": [1351.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGTCCAGGA\", \"ini\": 3247, \"clust\": 4506, \"rank\": 460, \"rankvar\": 2125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 342, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4613, \"group\": [4511.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCTCCTATA\", \"ini\": 3246, \"clust\": 5090, \"rank\": 415, \"rankvar\": 1641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 343, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 44, \"group\": [5094.0, 227.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAACGATGG\", \"ini\": 3245, \"clust\": 4736, \"rank\": 697, \"rankvar\": 4280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 344, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4614, \"group\": [4733.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGAGCTT\", \"ini\": 3244, \"clust\": 4454, \"rank\": 245, \"rankvar\": 658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4615, \"group\": [4454.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATGCCTTC\", \"ini\": 3243, \"clust\": 1242, \"rank\": 1250, \"rankvar\": 453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 787, \"group\": [1242.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGGTGTTGAGG\", \"ini\": 3242, \"clust\": 4887, \"rank\": 712, \"rankvar\": 4187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 347, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4616, \"group\": [4887.0, 200.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGACCTTTG\", \"ini\": 3241, \"clust\": 1420, \"rank\": 1620, \"rankvar\": 1261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 788, \"group\": [1422.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTCGCTTTC\", \"ini\": 3240, \"clust\": 1174, \"rank\": 1156, \"rankvar\": 730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 789, \"group\": [1175.0, 92.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGATAGTCA\", \"ini\": 3239, \"clust\": 2474, \"rank\": 1716, \"rankvar\": 2749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 350, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 790, \"group\": [2474.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATGGTCAT\", \"ini\": 3238, \"clust\": 1457, \"rank\": 2071, \"rankvar\": 1834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 791, \"group\": [1456.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAACAAATCCGT\", \"ini\": 3237, \"clust\": 4203, \"rank\": 300, \"rankvar\": 88, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 352, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4617, \"group\": [4205.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCTCGGACG\", \"ini\": 3236, \"clust\": 2381, \"rank\": 2001, \"rankvar\": 2876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 353, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 792, \"group\": [2384.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCACCCTATC\", \"ini\": 3235, \"clust\": 1217, \"rank\": 877, \"rankvar\": 419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 354, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 793, \"group\": [1219.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACATCACAAC\", \"ini\": 3234, \"clust\": 1320, \"rank\": 1037, \"rankvar\": 2076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 794, \"group\": [1318.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAAGAGCAATT\", \"ini\": 3233, \"clust\": 1131, \"rank\": 981, \"rankvar\": 1480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 795, \"group\": [1133.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTACCGAT\", \"ini\": 3232, \"clust\": 2481, \"rank\": 1457, \"rankvar\": 1064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 796, \"group\": [2482.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACATGCCTTC\", \"ini\": 3231, \"clust\": 1116, \"rank\": 1624, \"rankvar\": 4641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 358, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 797, \"group\": [1117.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCCGTAGGC\", \"ini\": 3230, \"clust\": 1299, \"rank\": 900, \"rankvar\": 1355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 798, \"group\": [1297.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACACTCTGTC\", \"ini\": 3229, \"clust\": 4745, \"rank\": 366, \"rankvar\": 2500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 360, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4618, \"group\": [4747.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTCGACTGC\", \"ini\": 3228, \"clust\": 4387, \"rank\": 461, \"rankvar\": 514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 361, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3105, \"group\": [4387.0, 191.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTGAGGGA\", \"ini\": 3227, \"clust\": 1468, \"rank\": 1598, \"rankvar\": 3172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 799, \"group\": [1468.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACAGCTGTTCA\", \"ini\": 3226, \"clust\": 4488, \"rank\": 270, \"rankvar\": 3832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 363, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4619, \"group\": [4490.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCTCGCGTTTC\", \"ini\": 3225, \"clust\": 916, \"rank\": 695, \"rankvar\": 661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 800, \"group\": [914.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGTCGAGTG\", \"ini\": 3224, \"clust\": 745, \"rank\": 2178, \"rankvar\": 4655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 365, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2685, \"group\": [743.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAATCTACG\", \"ini\": 3223, \"clust\": 4388, \"rank\": 592, \"rankvar\": 807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3106, \"group\": [4392.0, 191.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCGTCCAGG\", \"ini\": 3222, \"clust\": 2387, \"rank\": 1675, \"rankvar\": 3827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 801, \"group\": [2385.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTACATCTGGTA\", \"ini\": 3221, \"clust\": 4480, \"rank\": 713, \"rankvar\": 4527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4620, \"group\": [4479.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCAACGCACC\", \"ini\": 3220, \"clust\": 2315, \"rank\": 1902, \"rankvar\": 2748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 802, \"group\": [2313.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCATTTGGG\", \"ini\": 3219, \"clust\": 4711, \"rank\": 855, \"rankvar\": 4825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4621, \"group\": [4710.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAGTTGGTAAA\", \"ini\": 3218, \"clust\": 4972, \"rank\": 520, \"rankvar\": 3017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3107, \"group\": [4972.0, 220.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATGTGTA\", \"ini\": 3217, \"clust\": 918, \"rank\": 622, \"rankvar\": 941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 803, \"group\": [919.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGATATACG\", \"ini\": 3216, \"clust\": 2043, \"rank\": 2461, \"rankvar\": 3941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 804, \"group\": [2041.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCATTCTTAC\", \"ini\": 3215, \"clust\": 4507, \"rank\": 227, \"rankvar\": 4349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 374, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4622, \"group\": [4508.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCGCTGATA\", \"ini\": 3214, \"clust\": 909, \"rank\": 738, \"rankvar\": 1532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 805, \"group\": [909.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTGTTTGG\", \"ini\": 3213, \"clust\": 4886, \"rank\": 626, \"rankvar\": 3589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4623, \"group\": [4883.0, 200.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCGTTCTGTTT\", \"ini\": 3212, \"clust\": 467, \"rank\": 1048, \"rankvar\": 4299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 377, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2686, \"group\": [468.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGGTAACG\", \"ini\": 3211, \"clust\": 1422, \"rank\": 1792, \"rankvar\": 1536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 806, \"group\": [1421.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATAGCTCTCGG\", \"ini\": 3210, \"clust\": 1356, \"rank\": 1229, \"rankvar\": 2904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 807, \"group\": [1354.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATAAACG\", \"ini\": 3209, \"clust\": 4479, \"rank\": 467, \"rankvar\": 3248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 380, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4624, \"group\": [4481.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACAGGGCATA\", \"ini\": 3208, \"clust\": 2470, \"rank\": 1498, \"rankvar\": 1715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 808, \"group\": [2473.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGATGCCAG\", \"ini\": 3207, \"clust\": 4710, \"rank\": 350, \"rankvar\": 4935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4625, \"group\": [4709.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTTGACAC\", \"ini\": 3206, \"clust\": 1110, \"rank\": 2070, \"rankvar\": 4148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 383, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 809, \"group\": [1110.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATTCCTT\", \"ini\": 3205, \"clust\": 4510, \"rank\": 575, \"rankvar\": 3226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 384, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4626, \"group\": [4509.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCAACGCACC\", \"ini\": 3204, \"clust\": 2299, \"rank\": 1668, \"rankvar\": 3333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 810, \"group\": [2298.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCCTCAACC\", \"ini\": 3203, \"clust\": 2399, \"rank\": 1853, \"rankvar\": 2570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 386, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 811, \"group\": [2400.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTTACGGAG\", \"ini\": 3202, \"clust\": 2300, \"rank\": 2179, \"rankvar\": 2011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 812, \"group\": [2302.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTAAGAGGA\", \"ini\": 3201, \"clust\": 5091, \"rank\": 285, \"rankvar\": 792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 45, \"group\": [5090.0, 227.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGAAGGGTA\", \"ini\": 3200, \"clust\": 2372, \"rank\": 1643, \"rankvar\": 4131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 389, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 813, \"group\": [2371.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATCCTGT\", \"ini\": 3199, \"clust\": 4727, \"rank\": 845, \"rankvar\": 5148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 390, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4627, \"group\": [4725.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCTTAT\", \"ini\": 3198, \"clust\": 2453, \"rank\": 1279, \"rankvar\": 2181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 814, \"group\": [2454.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCGGCTCA\", \"ini\": 3197, \"clust\": 1366, \"rank\": 2123, \"rankvar\": 2723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 815, \"group\": [1366.0, 104.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTTTGCATG\", \"ini\": 3196, \"clust\": 5092, \"rank\": 307, \"rankvar\": 1193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 393, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 46, \"group\": [5091.0, 227.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCATGCAACT\", \"ini\": 3195, \"clust\": 4281, \"rank\": 184, \"rankvar\": 131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 394, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4628, \"group\": [4280.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCATAG\", \"ini\": 3194, \"clust\": 481, \"rank\": 813, \"rankvar\": 3339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 395, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2687, \"group\": [481.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTCAACATC\", \"ini\": 3193, \"clust\": 1423, \"rank\": 2062, \"rankvar\": 700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 816, \"group\": [1426.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGCGATCCC\", \"ini\": 3192, \"clust\": 472, \"rank\": 1018, \"rankvar\": 4130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 397, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2688, \"group\": [472.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCATGGTCA\", \"ini\": 3191, \"clust\": 2304, \"rank\": 2200, \"rankvar\": 4068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 817, \"group\": [2303.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATAGCGTGAAC\", \"ini\": 3190, \"clust\": 2352, \"rank\": 1529, \"rankvar\": 1793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 818, \"group\": [2350.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTCATGCAT\", \"ini\": 3189, \"clust\": 2393, \"rank\": 1656, \"rankvar\": 3893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 819, \"group\": [2390.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAACGTT\", \"ini\": 3188, \"clust\": 2303, \"rank\": 1951, \"rankvar\": 4456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 401, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 820, \"group\": [2305.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGCAATGGACG\", \"ini\": 3187, \"clust\": 2756, \"rank\": 470, \"rankvar\": 3345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 402, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3956, \"group\": [2754.0, 131.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGAACTCGG\", \"ini\": 3186, \"clust\": 4357, \"rank\": 191, \"rankvar\": 47, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 403, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4629, \"group\": [4358.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACAGTCGATT\", \"ini\": 3185, \"clust\": 366, \"rank\": 1014, \"rankvar\": 3461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 404, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2689, \"group\": [367.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGCCTAT\", \"ini\": 3184, \"clust\": 1111, \"rank\": 2204, \"rankvar\": 3444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 821, \"group\": [1111.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAACTGCGC\", \"ini\": 3183, \"clust\": 2062, \"rank\": 2073, \"rankvar\": 3196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 822, \"group\": [2061.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCCACGTGG\", \"ini\": 3182, \"clust\": 4781, \"rank\": 1012, \"rankvar\": 4820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4630, \"group\": [4784.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGGTCGTTGTA\", \"ini\": 3181, \"clust\": 1473, \"rank\": 1830, \"rankvar\": 1470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 823, \"group\": [1476.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACACGCTG\", \"ini\": 3180, \"clust\": 2248, \"rank\": 2180, \"rankvar\": 2122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 824, \"group\": [2247.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGAGCAGGCTA\", \"ini\": 3179, \"clust\": 2466, \"rank\": 1690, \"rankvar\": 2961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 825, \"group\": [2465.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGGACAA\", \"ini\": 3178, \"clust\": 2394, \"rank\": 1646, \"rankvar\": 3081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 411, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 826, \"group\": [2391.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACGCTTTC\", \"ini\": 3177, \"clust\": 1187, \"rank\": 1909, \"rankvar\": 2512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 827, \"group\": [1184.0, 92.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGAATGTGT\", \"ini\": 3176, \"clust\": 1431, \"rank\": 2040, \"rankvar\": 2420, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 828, \"group\": [1431.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGGACACCA\", \"ini\": 3175, \"clust\": 4994, \"rank\": 85, \"rankvar\": 1105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 414, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 47, \"group\": [4990.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTCACTGCCAG\", \"ini\": 3174, \"clust\": 4316, \"rank\": 151, \"rankvar\": 326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 415, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 48, \"group\": [4322.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGATCTCCAGGG\", \"ini\": 3173, \"clust\": 4995, \"rank\": 91, \"rankvar\": 734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 416, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 49, \"group\": [4991.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTTCAGATAAG\", \"ini\": 3172, \"clust\": 4340, \"rank\": 202, \"rankvar\": 274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 417, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4631, \"group\": [4341.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCGTCTCCCTA\", \"ini\": 3171, \"clust\": 2356, \"rank\": 1670, \"rankvar\": 934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 829, \"group\": [2356.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCCTAGGGC\", \"ini\": 3170, \"clust\": 2236, \"rank\": 2227, \"rankvar\": 4631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 830, \"group\": [2235.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCTGAGTGT\", \"ini\": 3169, \"clust\": 4171, \"rank\": 346, \"rankvar\": 314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 420, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4632, \"group\": [4173.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCATATCGG\", \"ini\": 3168, \"clust\": 2448, \"rank\": 1910, \"rankvar\": 571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 831, \"group\": [2448.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTGAGTGAC\", \"ini\": 3167, \"clust\": 2361, \"rank\": 1407, \"rankvar\": 1273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 832, \"group\": [2360.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGCAAATCA\", \"ini\": 3166, \"clust\": 1357, \"rank\": 1068, \"rankvar\": 1389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 833, \"group\": [1355.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGCCCTTA\", \"ini\": 3165, \"clust\": 1318, \"rank\": 1409, \"rankvar\": 1288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 834, \"group\": [1316.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTCACATGGGA\", \"ini\": 3164, \"clust\": 2293, \"rank\": 1995, \"rankvar\": 1926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 835, \"group\": [2293.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCGGCTTGG\", \"ini\": 3163, \"clust\": 2291, \"rank\": 2597, \"rankvar\": 4657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 426, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 836, \"group\": [2291.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCGATCG\", \"ini\": 3162, \"clust\": 4671, \"rank\": 1034, \"rankvar\": 4688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 427, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4633, \"group\": [4669.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCAGGCCCA\", \"ini\": 3161, \"clust\": 755, \"rank\": 1746, \"rankvar\": 2767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 428, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2091, \"group\": [756.0, 53.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGTAGGAG\", \"ini\": 3160, \"clust\": 1245, \"rank\": 1452, \"rankvar\": 638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 837, \"group\": [1244.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCTTCTGGC\", \"ini\": 3159, \"clust\": 4819, \"rank\": 659, \"rankvar\": 3991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 430, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4634, \"group\": [4819.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCCAAGGTGTG\", \"ini\": 3158, \"clust\": 1301, \"rank\": 1547, \"rankvar\": 1654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 838, \"group\": [1299.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGGATGCGT\", \"ini\": 3157, \"clust\": 4563, \"rank\": 803, \"rankvar\": 4952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 432, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4635, \"group\": [4560.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTCGCTTCT\", \"ini\": 3156, \"clust\": 4509, \"rank\": 501, \"rankvar\": 4094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 433, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4636, \"group\": [4507.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAGTACATGTC\", \"ini\": 3155, \"clust\": 4632, \"rank\": 1574, \"rankvar\": 5011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4637, \"group\": [4632.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTGTCCTCT\", \"ini\": 3154, \"clust\": 2376, \"rank\": 1754, \"rankvar\": 770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 839, \"group\": [2374.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGAGTCTGG\", \"ini\": 3153, \"clust\": 1565, \"rank\": 2626, \"rankvar\": 2417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 840, \"group\": [1565.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGTCTGT\", \"ini\": 3152, \"clust\": 1305, \"rank\": 1587, \"rankvar\": 1414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 841, \"group\": [1301.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCAGCCAGAA\", \"ini\": 3151, \"clust\": 1315, \"rank\": 1607, \"rankvar\": 3931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 842, \"group\": [1310.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGGTTCT\", \"ini\": 3150, \"clust\": 951, \"rank\": 1535, \"rankvar\": 1927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 843, \"group\": [957.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCACTTCAT\", \"ini\": 3149, \"clust\": 2312, \"rank\": 2114, \"rankvar\": 3418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 844, \"group\": [2315.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTACTCAT\", \"ini\": 3148, \"clust\": 530, \"rank\": 594, \"rankvar\": 1572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 441, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2690, \"group\": [532.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCAGCTCTC\", \"ini\": 3147, \"clust\": 1560, \"rank\": 2487, \"rankvar\": 3405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 845, \"group\": [1560.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGTAAG\", \"ini\": 3146, \"clust\": 5111, \"rank\": 1241, \"rankvar\": 4616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 443, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5129, \"group\": [5113.0, 234.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTAAGAAC\", \"ini\": 3145, \"clust\": 4992, \"rank\": 364, \"rankvar\": 639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 444, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 50, \"group\": [4995.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGTACGA\", \"ini\": 3144, \"clust\": 1455, \"rank\": 1891, \"rankvar\": 2049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 846, \"group\": [1455.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGAGTAATC\", \"ini\": 3143, \"clust\": 2446, \"rank\": 1707, \"rankvar\": 1699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 847, \"group\": [2446.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGTGATTA\", \"ini\": 3142, \"clust\": 4460, \"rank\": 665, \"rankvar\": 2982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4638, \"group\": [4461.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGATATGCA\", \"ini\": 3141, \"clust\": 921, \"rank\": 866, \"rankvar\": 1284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 848, \"group\": [920.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGATCTAACGGT\", \"ini\": 3140, \"clust\": 3118, \"rank\": 750, \"rankvar\": 1369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3108, \"group\": [3118.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGTCTCCGGTT\", \"ini\": 3139, \"clust\": 1817, \"rank\": 1833, \"rankvar\": 2752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 849, \"group\": [1818.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCATCGACGGAA\", \"ini\": 3138, \"clust\": 2373, \"rank\": 1645, \"rankvar\": 2508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 451, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 850, \"group\": [2372.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCAAGGCTT\", \"ini\": 3137, \"clust\": 4471, \"rank\": 633, \"rankvar\": 4707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 452, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4639, \"group\": [4475.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTAGAGTC\", \"ini\": 3136, \"clust\": 2348, \"rank\": 1791, \"rankvar\": 3475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 851, \"group\": [2346.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGGAGCGTT\", \"ini\": 3135, \"clust\": 4228, \"rank\": 156, \"rankvar\": 92, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4640, \"group\": [4227.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCAGTGCCAGA\", \"ini\": 3134, \"clust\": 1452, \"rank\": 1815, \"rankvar\": 1913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 455, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 852, \"group\": [1452.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTCAATGGACG\", \"ini\": 3133, \"clust\": 2294, \"rank\": 1976, \"rankvar\": 2189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 853, \"group\": [2294.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCAGACTCGC\", \"ini\": 3132, \"clust\": 2478, \"rank\": 1750, \"rankvar\": 1690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 854, \"group\": [2476.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAGGGAA\", \"ini\": 3131, \"clust\": 2313, \"rank\": 2072, \"rankvar\": 4388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 855, \"group\": [2314.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTCCGAAGA\", \"ini\": 3130, \"clust\": 875, \"rank\": 1183, \"rankvar\": 1165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 856, \"group\": [880.0, 77.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGTCGCCGTGA\", \"ini\": 3129, \"clust\": 2383, \"rank\": 2057, \"rankvar\": 1014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 857, \"group\": [2381.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGGTGTTA\", \"ini\": 3128, \"clust\": 749, \"rank\": 1918, \"rankvar\": 4557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 461, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2691, \"group\": [746.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCGCATAT\", \"ini\": 3127, \"clust\": 674, \"rank\": 1421, \"rankvar\": 3069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 462, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2692, \"group\": [672.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCACAAACC\", \"ini\": 3126, \"clust\": 2401, \"rank\": 1303, \"rankvar\": 4437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 858, \"group\": [2399.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCACCCAGTG\", \"ini\": 3125, \"clust\": 1466, \"rank\": 2004, \"rankvar\": 3095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 859, \"group\": [1466.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTGCATCTA\", \"ini\": 3124, \"clust\": 2214, \"rank\": 2185, \"rankvar\": 2714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 860, \"group\": [2216.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTTGA\", \"ini\": 3123, \"clust\": 1432, \"rank\": 2253, \"rankvar\": 1840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 466, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 861, \"group\": [1432.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGCGATGAC\", \"ini\": 3122, \"clust\": 4812, \"rank\": 1330, \"rankvar\": 4844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 467, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4641, \"group\": [4811.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCGGTTAAC\", \"ini\": 3121, \"clust\": 1491, \"rank\": 2117, \"rankvar\": 496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 862, \"group\": [1494.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGTC\", \"ini\": 3120, \"clust\": 1875, \"rank\": 2224, \"rankvar\": 4323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 863, \"group\": [1874.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCACCATGTA\", \"ini\": 3119, \"clust\": 4664, \"rank\": 945, \"rankvar\": 4863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 470, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4642, \"group\": [4660.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATAGAGT\", \"ini\": 3118, \"clust\": 4790, \"rank\": 879, \"rankvar\": 4653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4643, \"group\": [4791.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCGAACGC\", \"ini\": 3117, \"clust\": 4545, \"rank\": 1092, \"rankvar\": 3876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 472, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4644, \"group\": [4544.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCTCTTGAT\", \"ini\": 3116, \"clust\": 4437, \"rank\": 1302, \"rankvar\": 3817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 473, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4645, \"group\": [4434.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTATCGCC\", \"ini\": 3115, \"clust\": 4428, \"rank\": 806, \"rankvar\": 3433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 474, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4646, \"group\": [4425.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTGTCCGAAGA\", \"ini\": 3114, \"clust\": 4467, \"rank\": 742, \"rankvar\": 4022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 475, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4647, \"group\": [4465.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACCACTCGACG\", \"ini\": 3113, \"clust\": 1172, \"rank\": 1234, \"rankvar\": 892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 476, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 864, \"group\": [1173.0, 92.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTCAGGGCATA\", \"ini\": 3112, \"clust\": 2055, \"rank\": 2143, \"rankvar\": 3861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 865, \"group\": [2057.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAAAGAGGACGG\", \"ini\": 3111, \"clust\": 4663, \"rank\": 821, \"rankvar\": 4975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 478, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4648, \"group\": [4662.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCCGCGCAA\", \"ini\": 3110, \"clust\": 1450, \"rank\": 2080, \"rankvar\": 2847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 479, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 866, \"group\": [1447.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTCGCTTG\", \"ini\": 3109, \"clust\": 4628, \"rank\": 888, \"rankvar\": 4678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 480, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4649, \"group\": [4627.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTTGAGGTG\", \"ini\": 3108, \"clust\": 358, \"rank\": 1216, \"rankvar\": 2909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2693, \"group\": [359.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAGGTCTCG\", \"ini\": 3107, \"clust\": 1188, \"rank\": 1831, \"rankvar\": 1983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 867, \"group\": [1185.0, 92.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAGTATCTG\", \"ini\": 3106, \"clust\": 1368, \"rank\": 2157, \"rankvar\": 2238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 868, \"group\": [1368.0, 104.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCGCAAGC\", \"ini\": 3105, \"clust\": 1482, \"rank\": 1821, \"rankvar\": 533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 869, \"group\": [1478.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGCAAATTGCC\", \"ini\": 3104, \"clust\": 4562, \"rank\": 993, \"rankvar\": 3790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 485, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4650, \"group\": [4562.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCACAGATTC\", \"ini\": 3103, \"clust\": 1411, \"rank\": 1612, \"rankvar\": 2133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 870, \"group\": [1411.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAGTATAAG\", \"ini\": 3102, \"clust\": 2377, \"rank\": 1459, \"rankvar\": 1144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 487, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 871, \"group\": [2375.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGAGCGAG\", \"ini\": 3101, \"clust\": 4429, \"rank\": 687, \"rankvar\": 3870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 488, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4651, \"group\": [4426.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTAGCACGA\", \"ini\": 3100, \"clust\": 665, \"rank\": 1309, \"rankvar\": 2903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 489, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2694, \"group\": [661.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTCAAACAACA\", \"ini\": 3099, \"clust\": 2241, \"rank\": 2480, \"rankvar\": 2870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 490, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 872, \"group\": [2243.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGCATGAG\", \"ini\": 3098, \"clust\": 4970, \"rank\": 683, \"rankvar\": 2043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 491, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 233, \"group\": [4969.0, 220.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGCGATAC\", \"ini\": 3097, \"clust\": 2297, \"rank\": 1765, \"rankvar\": 3809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 492, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 873, \"group\": [2299.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCGGTCTAA\", \"ini\": 3096, \"clust\": 1424, \"rank\": 1641, \"rankvar\": 1282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 493, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 874, \"group\": [1425.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATTCGGCGCTA\", \"ini\": 3095, \"clust\": 4748, \"rank\": 614, \"rankvar\": 5054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4652, \"group\": [4745.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTAGGAGTTTA\", \"ini\": 3094, \"clust\": 4681, \"rank\": 1449, \"rankvar\": 4995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 495, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4653, \"group\": [4681.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGATGCGAC\", \"ini\": 3093, \"clust\": 4813, \"rank\": 1186, \"rankvar\": 4978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 496, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4654, \"group\": [4812.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCATAACCG\", \"ini\": 3092, \"clust\": 747, \"rank\": 2427, \"rankvar\": 4038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 497, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2695, \"group\": [747.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTCCCGAG\", \"ini\": 3091, \"clust\": 4620, \"rank\": 1021, \"rankvar\": 4718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4655, \"group\": [4619.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCCGTTGTC\", \"ini\": 3090, \"clust\": 758, \"rank\": 1253, \"rankvar\": 1656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 499, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2092, \"group\": [759.0, 54.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATGCAATC\", \"ini\": 3089, \"clust\": 2295, \"rank\": 2156, \"rankvar\": 3157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 875, \"group\": [2295.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCATGTAGC\", \"ini\": 3088, \"clust\": 3114, \"rank\": 1052, \"rankvar\": 1721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3109, \"group\": [3115.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTCTTCTCG\", \"ini\": 3087, \"clust\": 1443, \"rank\": 2417, \"rankvar\": 2020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 876, \"group\": [1442.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCCTAA\", \"ini\": 3086, \"clust\": 1300, \"rank\": 1026, \"rankvar\": 974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 877, \"group\": [1298.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAAAGAATC\", \"ini\": 3085, \"clust\": 2468, \"rank\": 1899, \"rankvar\": 1789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 878, \"group\": [2468.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGACACG\", \"ini\": 3084, \"clust\": 2402, \"rank\": 2468, \"rankvar\": 3690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 879, \"group\": [2402.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCTTGTCC\", \"ini\": 3083, \"clust\": 4384, \"rank\": 603, \"rankvar\": 2373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3110, \"group\": [4385.0, 191.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTCCGACGT\", \"ini\": 3082, \"clust\": 1402, \"rank\": 1893, \"rankvar\": 1192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 880, \"group\": [1401.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTAAGTGGC\", \"ini\": 3081, \"clust\": 4800, \"rank\": 654, \"rankvar\": 4089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4656, \"group\": [4797.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCAGAAGG\", \"ini\": 3080, \"clust\": 392, \"rank\": 1418, \"rankvar\": 4763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2696, \"group\": [392.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGCGTTCG\", \"ini\": 3079, \"clust\": 4985, \"rank\": 471, \"rankvar\": 671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 510, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 51, \"group\": [4985.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGCATCTA\", \"ini\": 3078, \"clust\": 2392, \"rank\": 1828, \"rankvar\": 3209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 511, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 881, \"group\": [2392.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGTTTGCC\", \"ini\": 3077, \"clust\": 2368, \"rank\": 1594, \"rankvar\": 2968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 882, \"group\": [2368.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCACAAGCCC\", \"ini\": 3076, \"clust\": 1338, \"rank\": 1738, \"rankvar\": 2937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 513, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 883, \"group\": [1337.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGAGAACG\", \"ini\": 3075, \"clust\": 1952, \"rank\": 2469, \"rankvar\": 3124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 884, \"group\": [1951.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGAGCACACAG\", \"ini\": 3074, \"clust\": 4787, \"rank\": 763, \"rankvar\": 4492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4657, \"group\": [4787.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCAGCGTAAG\", \"ini\": 3073, \"clust\": 1212, \"rank\": 838, \"rankvar\": 299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 516, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 885, \"group\": [1212.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATAGATATGGT\", \"ini\": 3072, \"clust\": 1333, \"rank\": 1807, \"rankvar\": 2630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 886, \"group\": [1331.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGTTAGCGG\", \"ini\": 3071, \"clust\": 2398, \"rank\": 1569, \"rankvar\": 2329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 518, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 887, \"group\": [2401.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGTCCCACG\", \"ini\": 3070, \"clust\": 2475, \"rank\": 1435, \"rankvar\": 1955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 519, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 888, \"group\": [2475.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCTTGTTTG\", \"ini\": 3069, \"clust\": 1405, \"rank\": 2019, \"rankvar\": 2135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 520, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 889, \"group\": [1404.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCAAGCTGGAAC\", \"ini\": 3068, \"clust\": 4299, \"rank\": 134, \"rankvar\": 217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 521, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 52, \"group\": [4303.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGGAGTTGC\", \"ini\": 3067, \"clust\": 4665, \"rank\": 1172, \"rankvar\": 4584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4658, \"group\": [4661.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAGTTGTGGCC\", \"ini\": 3066, \"clust\": 746, \"rank\": 2343, \"rankvar\": 4593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 523, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2697, \"group\": [744.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATGTCACACGC\", \"ini\": 3065, \"clust\": 455, \"rank\": 1263, \"rankvar\": 3082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 524, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2698, \"group\": [457.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCAAAGTAG\", \"ini\": 3064, \"clust\": 4495, \"rank\": 607, \"rankvar\": 4831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 525, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4659, \"group\": [4494.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTGGTGTAG\", \"ini\": 3063, \"clust\": 2268, \"rank\": 2598, \"rankvar\": 1386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 890, \"group\": [2270.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAAGTGTA\", \"ini\": 3062, \"clust\": 4567, \"rank\": 853, \"rankvar\": 4658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 527, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4660, \"group\": [4566.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAGGTCGTC\", \"ini\": 3061, \"clust\": 4702, \"rank\": 871, \"rankvar\": 4985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 528, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4661, \"group\": [4701.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTACGAAAT\", \"ini\": 3060, \"clust\": 1306, \"rank\": 1591, \"rankvar\": 1264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 891, \"group\": [1302.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACCGAAAG\", \"ini\": 3059, \"clust\": 4737, \"rank\": 624, \"rankvar\": 4074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 530, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4662, \"group\": [4734.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGGGACA\", \"ini\": 3058, \"clust\": 1316, \"rank\": 2103, \"rankvar\": 1376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 892, \"group\": [1311.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGACG\", \"ini\": 3057, \"clust\": 1275, \"rank\": 1310, \"rankvar\": 1613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 532, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 893, \"group\": [1276.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTAAGTAC\", \"ini\": 3056, \"clust\": 2272, \"rank\": 2510, \"rankvar\": 3312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 533, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 894, \"group\": [2271.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGTGCAAGC\", \"ini\": 3055, \"clust\": 4568, \"rank\": 925, \"rankvar\": 3896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 534, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4663, \"group\": [4567.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTACAGACG\", \"ini\": 3054, \"clust\": 1326, \"rank\": 1857, \"rankvar\": 2624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 895, \"group\": [1325.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATGCCAT\", \"ini\": 3053, \"clust\": 2486, \"rank\": 1426, \"rankvar\": 1283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 896, \"group\": [2485.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGTAGCCGA\", \"ini\": 3052, \"clust\": 2200, \"rank\": 2338, \"rankvar\": 2963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 897, \"group\": [2200.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTGCAGGTA\", \"ini\": 3051, \"clust\": 664, \"rank\": 1208, \"rankvar\": 3451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 538, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2699, \"group\": [663.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCTCCAAATGC\", \"ini\": 3050, \"clust\": 2287, \"rank\": 2558, \"rankvar\": 4279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 898, \"group\": [2287.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGGTCA\", \"ini\": 3049, \"clust\": 1193, \"rank\": 1487, \"rankvar\": 2948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 899, \"group\": [1194.0, 92.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTTGTTTGG\", \"ini\": 3048, \"clust\": 4168, \"rank\": 269, \"rankvar\": 377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 541, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4664, \"group\": [4168.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCATCGGACC\", \"ini\": 3047, \"clust\": 2235, \"rank\": 2051, \"rankvar\": 2735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 900, \"group\": [2237.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACAAACTGCT\", \"ini\": 3046, \"clust\": 4576, \"rank\": 893, \"rankvar\": 4685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 543, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4665, \"group\": [4575.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCTGATAA\", \"ini\": 3045, \"clust\": 2228, \"rank\": 2521, \"rankvar\": 2614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 901, \"group\": [2228.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCATCCGTGG\", \"ini\": 3044, \"clust\": 1323, \"rank\": 1467, \"rankvar\": 2814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 545, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 902, \"group\": [1323.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCAGGAACGT\", \"ini\": 3043, \"clust\": 1437, \"rank\": 1983, \"rankvar\": 1310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 546, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 903, \"group\": [1441.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGTGGGAA\", \"ini\": 3042, \"clust\": 2247, \"rank\": 1960, \"rankvar\": 2828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 904, \"group\": [2251.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGTGAAGTT\", \"ini\": 3041, \"clust\": 2289, \"rank\": 2559, \"rankvar\": 4429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 905, \"group\": [2289.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCCTATTCA\", \"ini\": 3040, \"clust\": 1284, \"rank\": 1462, \"rankvar\": 429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 906, \"group\": [1283.0, 99.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTTCGCAT\", \"ini\": 3039, \"clust\": 1839, \"rank\": 2552, \"rankvar\": 3086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 907, \"group\": [1836.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGACATCTACGA\", \"ini\": 3038, \"clust\": 4743, \"rank\": 862, \"rankvar\": 4990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 551, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4666, \"group\": [4740.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAACTGGCC\", \"ini\": 3037, \"clust\": 4880, \"rank\": 732, \"rankvar\": 2351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4667, \"group\": [4888.0, 200.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAATCGAAA\", \"ini\": 3036, \"clust\": 929, \"rank\": 1189, \"rankvar\": 668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 553, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 908, \"group\": [931.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAATCACAC\", \"ini\": 3035, \"clust\": 2428, \"rank\": 2281, \"rankvar\": 2713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 909, \"group\": [2426.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTGATGTGG\", \"ini\": 3034, \"clust\": 1461, \"rank\": 1937, \"rankvar\": 1515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 910, \"group\": [1463.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTAGCGTTCCG\", \"ini\": 3033, \"clust\": 1440, \"rank\": 2250, \"rankvar\": 1678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 556, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 911, \"group\": [1437.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTAACGGT\", \"ini\": 3032, \"clust\": 719, \"rank\": 1795, \"rankvar\": 4447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 557, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2700, \"group\": [720.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTAGCATGGCA\", \"ini\": 3031, \"clust\": 2469, \"rank\": 1790, \"rankvar\": 3219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 912, \"group\": [2469.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGTACGG\", \"ini\": 3030, \"clust\": 924, \"rank\": 982, \"rankvar\": 1327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 913, \"group\": [925.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAGAGCCAA\", \"ini\": 3029, \"clust\": 2301, \"rank\": 2387, \"rankvar\": 2934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 914, \"group\": [2300.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCGTTCCG\", \"ini\": 3028, \"clust\": 4496, \"rank\": 513, \"rankvar\": 4543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 561, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4668, \"group\": [4495.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCTGCGAA\", \"ini\": 3027, \"clust\": 2455, \"rank\": 1664, \"rankvar\": 2842, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 915, \"group\": [2453.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCGGCTACG\", \"ini\": 3026, \"clust\": 1322, \"rank\": 1809, \"rankvar\": 1797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 916, \"group\": [1324.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCCATGCTC\", \"ini\": 3025, \"clust\": 2201, \"rank\": 2267, \"rankvar\": 1485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 564, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 917, \"group\": [2201.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGATCAGCCTAA\", \"ini\": 3024, \"clust\": 2224, \"rank\": 2142, \"rankvar\": 3384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 918, \"group\": [2222.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCACAGCGAACA\", \"ini\": 3023, \"clust\": 1563, \"rank\": 2355, \"rankvar\": 1917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 919, \"group\": [1563.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGAAATA\", \"ini\": 3022, \"clust\": 2410, \"rank\": 2229, \"rankvar\": 3714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 567, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 920, \"group\": [2409.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGCTTCC\", \"ini\": 3021, \"clust\": 2042, \"rank\": 2489, \"rankvar\": 4452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 921, \"group\": [2043.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTATCTG\", \"ini\": 3020, \"clust\": 4714, \"rank\": 790, \"rankvar\": 4977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 569, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4669, \"group\": [4713.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGATATGCA\", \"ini\": 3019, \"clust\": 4385, \"rank\": 577, \"rankvar\": 444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3111, \"group\": [4388.0, 191.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCATCATTC\", \"ini\": 3018, \"clust\": 2061, \"rank\": 2473, \"rankvar\": 3486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 922, \"group\": [2063.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACCGAATT\", \"ini\": 3017, \"clust\": 4483, \"rank\": 698, \"rankvar\": 4861, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 572, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4670, \"group\": [4482.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCTGAGTGT\", \"ini\": 3016, \"clust\": 942, \"rank\": 1479, \"rankvar\": 1221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 573, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 923, \"group\": [942.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGCAATTA\", \"ini\": 3015, \"clust\": 834, \"rank\": 1215, \"rankvar\": 2110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 924, \"group\": [838.0, 71.0, 14.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCACTCCTG\", \"ini\": 3014, \"clust\": 338, \"rank\": 1712, \"rankvar\": 3721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 575, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2701, \"group\": [337.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTCATCC\", \"ini\": 3013, \"clust\": 1458, \"rank\": 2084, \"rankvar\": 1504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 925, \"group\": [1457.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGAACAACT\", \"ini\": 3012, \"clust\": 2296, \"rank\": 1784, \"rankvar\": 2533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 577, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 926, \"group\": [2296.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCATCAGTAC\", \"ini\": 3011, \"clust\": 3065, \"rank\": 1597, \"rankvar\": 1560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3112, \"group\": [3066.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGTACATGA\", \"ini\": 3010, \"clust\": 1475, \"rank\": 2174, \"rankvar\": 2009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 927, \"group\": [1473.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCCAATGGT\", \"ini\": 3009, \"clust\": 1319, \"rank\": 1359, \"rankvar\": 2916, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 928, \"group\": [1317.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGTCGTACT\", \"ini\": 3008, \"clust\": 4728, \"rank\": 1046, \"rankvar\": 4867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 581, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4671, \"group\": [4726.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTTGTTGG\", \"ini\": 3007, \"clust\": 2347, \"rank\": 1942, \"rankvar\": 628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 582, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 929, \"group\": [2348.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTACATGTCTCC\", \"ini\": 3006, \"clust\": 5001, \"rank\": 179, \"rankvar\": 811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 583, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 53, \"group\": [5000.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTTGAGTTC\", \"ini\": 3005, \"clust\": 1465, \"rank\": 2031, \"rankvar\": 3905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 584, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 930, \"group\": [1465.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCGTTTAC\", \"ini\": 3004, \"clust\": 4712, \"rank\": 758, \"rankvar\": 2772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 585, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4672, \"group\": [4711.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAGTTGAGGTG\", \"ini\": 3003, \"clust\": 4547, \"rank\": 1036, \"rankvar\": 4010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 586, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4673, \"group\": [4546.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTACGAAAT\", \"ini\": 3002, \"clust\": 1369, \"rank\": 1838, \"rankvar\": 1693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 931, \"group\": [1369.0, 104.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCGTGGTCG\", \"ini\": 3001, \"clust\": 1954, \"rank\": 2527, \"rankvar\": 2025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 932, \"group\": [1954.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTGTGTCGCTG\", \"ini\": 3000, \"clust\": 5009, \"rank\": 293, \"rankvar\": 726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 589, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 54, \"group\": [5008.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACAGTACACCT\", \"ini\": 2999, \"clust\": 1185, \"rank\": 1969, \"rankvar\": 1474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 590, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 933, \"group\": [1187.0, 92.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGGAGGTA\", \"ini\": 2998, \"clust\": 4795, \"rank\": 1049, \"rankvar\": 3591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 591, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4674, \"group\": [4793.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGGTGGTAACG\", \"ini\": 2997, \"clust\": 1186, \"rank\": 2181, \"rankvar\": 1896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 934, \"group\": [1186.0, 92.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACGAAA\", \"ini\": 2996, \"clust\": 4847, \"rank\": 1246, \"rankvar\": 4958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 593, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4675, \"group\": [4845.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGCCTGTT\", \"ini\": 2995, \"clust\": 4486, \"rank\": 1054, \"rankvar\": 4256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 594, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4676, \"group\": [4484.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATGTTGTCTTT\", \"ini\": 2994, \"clust\": 1818, \"rank\": 1913, \"rankvar\": 2913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 595, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 935, \"group\": [1816.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCGCCGTGA\", \"ini\": 2993, \"clust\": 4573, \"rank\": 809, \"rankvar\": 4897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 596, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4677, \"group\": [4570.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCATCGCTC\", \"ini\": 2992, \"clust\": 1303, \"rank\": 1865, \"rankvar\": 2296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 597, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 936, \"group\": [1304.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCCTGCCAT\", \"ini\": 2991, \"clust\": 1205, \"rank\": 746, \"rankvar\": 215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 937, \"group\": [1205.0, 96.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTGACCAAG\", \"ini\": 2990, \"clust\": 4877, \"rank\": 1164, \"rankvar\": 3933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 599, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4678, \"group\": [4878.0, 200.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTACGAAAT\", \"ini\": 2989, \"clust\": 4462, \"rank\": 530, \"rankvar\": 2803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 600, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4679, \"group\": [4460.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTAAGGTCATCT\", \"ini\": 2988, \"clust\": 2479, \"rank\": 1720, \"rankvar\": 2139, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 938, \"group\": [2477.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCGAGAACG\", \"ini\": 2987, \"clust\": 1189, \"rank\": 1667, \"rankvar\": 1115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 939, \"group\": [1190.0, 92.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCGAGCCCA\", \"ini\": 2986, \"clust\": 1930, \"rank\": 2248, \"rankvar\": 764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 940, \"group\": [1930.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGTACGCCC\", \"ini\": 2985, \"clust\": 4716, \"rank\": 812, \"rankvar\": 4841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 604, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4680, \"group\": [4716.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCTTACCTA\", \"ini\": 2984, \"clust\": 1181, \"rank\": 1794, \"rankvar\": 1462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 941, \"group\": [1181.0, 92.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGAGAACTCGG\", \"ini\": 2983, \"clust\": 4544, \"rank\": 655, \"rankvar\": 4258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 606, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4681, \"group\": [4548.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGGAT\", \"ini\": 2982, \"clust\": 879, \"rank\": 1290, \"rankvar\": 1858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 607, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 942, \"group\": [879.0, 77.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTGCTCTTC\", \"ini\": 2981, \"clust\": 4389, \"rank\": 800, \"rankvar\": 1745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 608, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3113, \"group\": [4391.0, 191.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGCAGACGCAA\", \"ini\": 2980, \"clust\": 4492, \"rank\": 405, \"rankvar\": 3347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 609, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4682, \"group\": [4491.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCACTGTCGG\", \"ini\": 2979, \"clust\": 4715, \"rank\": 793, \"rankvar\": 4986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4683, \"group\": [4717.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTGCAGGTA\", \"ini\": 2978, \"clust\": 2237, \"rank\": 2130, \"rankvar\": 4175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 943, \"group\": [2236.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTGAGCGAT\", \"ini\": 2977, \"clust\": 679, \"rank\": 1325, \"rankvar\": 3380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 612, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2702, \"group\": [678.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAATCACATACG\", \"ini\": 2976, \"clust\": 2758, \"rank\": 393, \"rankvar\": 2750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 613, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3957, \"group\": [2756.0, 131.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTTCAGTTCGA\", \"ini\": 2975, \"clust\": 2038, \"rank\": 2490, \"rankvar\": 3049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 944, \"group\": [2037.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCCTTGACC\", \"ini\": 2974, \"clust\": 2233, \"rank\": 2279, \"rankvar\": 3011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 945, \"group\": [2233.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACATCGATGT\", \"ini\": 2973, \"clust\": 1474, \"rank\": 1773, \"rankvar\": 2233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 616, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 946, \"group\": [1475.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCCAAAGTC\", \"ini\": 2972, \"clust\": 1294, \"rank\": 1856, \"rankvar\": 1558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 947, \"group\": [1291.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCCGAAGAG\", \"ini\": 2971, \"clust\": 4134, \"rank\": 225, \"rankvar\": 338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 618, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5211, \"group\": [4136.0, 180.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGAAACCTA\", \"ini\": 2970, \"clust\": 5003, \"rank\": 238, \"rankvar\": 543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 55, \"group\": [5001.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCGACGGAA\", \"ini\": 2969, \"clust\": 663, \"rank\": 1292, \"rankvar\": 3822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 620, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2703, \"group\": [664.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACCAGTTA\", \"ini\": 2968, \"clust\": 2292, \"rank\": 2441, \"rankvar\": 4102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 948, \"group\": [2292.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTCTGGAGA\", \"ini\": 2967, \"clust\": 2384, \"rank\": 1756, \"rankvar\": 3267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 949, \"group\": [2382.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCATCGGAT\", \"ini\": 2966, \"clust\": 2411, \"rank\": 1987, \"rankvar\": 1901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 950, \"group\": [2410.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGGTAAG\", \"ini\": 2965, \"clust\": 1412, \"rank\": 2067, \"rankvar\": 1712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 624, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 951, \"group\": [1412.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCTTGACC\", \"ini\": 2964, \"clust\": 1302, \"rank\": 1557, \"rankvar\": 1215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 625, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 952, \"group\": [1300.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACAGAGA\", \"ini\": 2963, \"clust\": 1951, \"rank\": 2563, \"rankvar\": 3197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 953, \"group\": [1953.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTACATCCA\", \"ini\": 2962, \"clust\": 4639, \"rank\": 1152, \"rankvar\": 5071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4684, \"group\": [4638.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTAGCCTAT\", \"ini\": 2961, \"clust\": 4433, \"rank\": 1496, \"rankvar\": 4120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 628, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4685, \"group\": [4431.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCTTAGAGC\", \"ini\": 2960, \"clust\": 4525, \"rank\": 434, \"rankvar\": 3477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 629, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4686, \"group\": [4524.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTAGCGTGA\", \"ini\": 2959, \"clust\": 1362, \"rank\": 1201, \"rankvar\": 869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 954, \"group\": [1359.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGGTGAGGGAG\", \"ini\": 2958, \"clust\": 4553, \"rank\": 1289, \"rankvar\": 4498, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 631, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4687, \"group\": [4554.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTAGCCTAT\", \"ini\": 2957, \"clust\": 955, \"rank\": 1094, \"rankvar\": 1582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 955, \"group\": [954.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCATACCATG\", \"ini\": 2956, \"clust\": 321, \"rank\": 1434, \"rankvar\": 4802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 633, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2704, \"group\": [322.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTGCAGTAG\", \"ini\": 2955, \"clust\": 4735, \"rank\": 847, \"rankvar\": 4236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 634, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4688, \"group\": [4735.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACGCTTTC\", \"ini\": 2954, \"clust\": 4732, \"rank\": 1022, \"rankvar\": 4669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 635, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4689, \"group\": [4728.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGGCGACAT\", \"ini\": 2953, \"clust\": 1427, \"rank\": 1959, \"rankvar\": 1419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 956, \"group\": [1427.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCTCTATGTGG\", \"ini\": 2952, \"clust\": 2405, \"rank\": 2269, \"rankvar\": 4401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 637, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 957, \"group\": [2404.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTAGCGGT\", \"ini\": 2951, \"clust\": 1109, \"rank\": 2012, \"rankvar\": 2471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 958, \"group\": [1112.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACTCTTA\", \"ini\": 2950, \"clust\": 1280, \"rank\": 1904, \"rankvar\": 2397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 639, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 959, \"group\": [1278.0, 98.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACTTACGA\", \"ini\": 2949, \"clust\": 1324, \"rank\": 1786, \"rankvar\": 2066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 640, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 960, \"group\": [1321.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTCAGATAA\", \"ini\": 2948, \"clust\": 4505, \"rank\": 586, \"rankvar\": 2059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 641, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3958, \"group\": [4505.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTGATAAGT\", \"ini\": 2947, \"clust\": 754, \"rank\": 1322, \"rankvar\": 2129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 642, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2093, \"group\": [754.0, 52.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGTGAGA\", \"ini\": 2946, \"clust\": 1202, \"rank\": 1925, \"rankvar\": 1841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 961, \"group\": [1202.0, 94.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAGTCGGGTCT\", \"ini\": 2945, \"clust\": 1876, \"rank\": 2323, \"rankvar\": 3035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 962, \"group\": [1875.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCTCGGATGTT\", \"ini\": 2944, \"clust\": 661, \"rank\": 1370, \"rankvar\": 4468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 645, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2705, \"group\": [658.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCCAAGTAATG\", \"ini\": 2943, \"clust\": 1945, \"rank\": 2739, \"rankvar\": 3315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 646, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 963, \"group\": [1944.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAACACAGTCGC\", \"ini\": 2942, \"clust\": 4794, \"rank\": 694, \"rankvar\": 3055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 647, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4690, \"group\": [4795.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCTCGAGTA\", \"ini\": 2941, \"clust\": 4435, \"rank\": 792, \"rankvar\": 4674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 648, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4691, \"group\": [4440.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCTCACCT\", \"ini\": 2940, \"clust\": 4855, \"rank\": 1400, \"rankvar\": 4628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 649, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4692, \"group\": [4851.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGGTTCAACCA\", \"ini\": 2939, \"clust\": 1314, \"rank\": 1797, \"rankvar\": 2070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 964, \"group\": [1312.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCACACATGT\", \"ini\": 2938, \"clust\": 1487, \"rank\": 2508, \"rankvar\": 2096, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 651, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 965, \"group\": [1486.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTGCACTTA\", \"ini\": 2937, \"clust\": 1370, \"rank\": 2151, \"rankvar\": 409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 966, \"group\": [1370.0, 104.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTTACGTCA\", \"ini\": 2936, \"clust\": 1335, \"rank\": 1567, \"rankvar\": 1356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 653, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 967, \"group\": [1336.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGTCTTGGGTA\", \"ini\": 2935, \"clust\": 2226, \"rank\": 2024, \"rankvar\": 3199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 968, \"group\": [2226.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGGTATTACCG\", \"ini\": 2934, \"clust\": 4621, \"rank\": 1297, \"rankvar\": 4906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 655, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4693, \"group\": [4620.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGAGGCTCAGA\", \"ini\": 2933, \"clust\": 4477, \"rank\": 1143, \"rankvar\": 4415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 656, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4694, \"group\": [4477.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCACTCCTG\", \"ini\": 2932, \"clust\": 2309, \"rank\": 2410, \"rankvar\": 3719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 969, \"group\": [2311.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAGACGCTC\", \"ini\": 2931, \"clust\": 1476, \"rank\": 2341, \"rankvar\": 1732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 970, \"group\": [1474.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTGACTACT\", \"ini\": 2930, \"clust\": 1413, \"rank\": 2255, \"rankvar\": 2182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 659, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 971, \"group\": [1413.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTAGAGGTACC\", \"ini\": 2929, \"clust\": 2310, \"rank\": 2401, \"rankvar\": 2555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 972, \"group\": [2309.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCACCATCCT\", \"ini\": 2928, \"clust\": 1931, \"rank\": 2183, \"rankvar\": 3240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 973, \"group\": [1931.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTAGTGCTGCC\", \"ini\": 2927, \"clust\": 1289, \"rank\": 1752, \"rankvar\": 1109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 662, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 974, \"group\": [1287.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGGCTT\", \"ini\": 2926, \"clust\": 2305, \"rank\": 2384, \"rankvar\": 3426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 663, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 975, \"group\": [2304.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACTCCTACAGA\", \"ini\": 2925, \"clust\": 4466, \"rank\": 1008, \"rankvar\": 2626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 664, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4695, \"group\": [4467.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACAGTAGGTGC\", \"ini\": 2924, \"clust\": 2181, \"rank\": 2438, \"rankvar\": 4480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 665, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 976, \"group\": [2184.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCTTATCTG\", \"ini\": 2923, \"clust\": 4476, \"rank\": 584, \"rankvar\": 3189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 666, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4696, \"group\": [4473.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGCGGTAA\", \"ini\": 2922, \"clust\": 1809, \"rank\": 2366, \"rankvar\": 1402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 977, \"group\": [1809.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTCTAGAGG\", \"ini\": 2921, \"clust\": 662, \"rank\": 1530, \"rankvar\": 4927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 668, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2706, \"group\": [659.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCGTTTGCC\", \"ini\": 2920, \"clust\": 1183, \"rank\": 2215, \"rankvar\": 1390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 978, \"group\": [1189.0, 92.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTGTTTGT\", \"ini\": 2919, \"clust\": 4543, \"rank\": 1004, \"rankvar\": 4778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 670, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4697, \"group\": [4543.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCATAAAGG\", \"ini\": 2918, \"clust\": 2450, \"rank\": 1846, \"rankvar\": 985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 671, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 979, \"group\": [2450.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTTCAACCA\", \"ini\": 2917, \"clust\": 4670, \"rank\": 1063, \"rankvar\": 4932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 672, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4698, \"group\": [4671.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTACTCTCC\", \"ini\": 2916, \"clust\": 1102, \"rank\": 1730, \"rankvar\": 3026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 673, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 980, \"group\": [1106.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGGTGTGT\", \"ini\": 2915, \"clust\": 1812, \"rank\": 2550, \"rankvar\": 2423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 981, \"group\": [1812.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTTGTCTTT\", \"ini\": 2914, \"clust\": 1257, \"rank\": 1468, \"rankvar\": 283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 982, \"group\": [1260.0, 97.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGAATTCCC\", \"ini\": 2913, \"clust\": 2439, \"rank\": 2448, \"rankvar\": 2017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 676, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 983, \"group\": [2439.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAGCGCTC\", \"ini\": 2912, \"clust\": 4720, \"rank\": 1115, \"rankvar\": 4814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 677, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4699, \"group\": [4718.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTGCAGACA\", \"ini\": 2911, \"clust\": 680, \"rank\": 2788, \"rankvar\": 3911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 678, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2707, \"group\": [679.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCAATAAGG\", \"ini\": 2910, \"clust\": 4489, \"rank\": 802, \"rankvar\": 3964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 679, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4700, \"group\": [4488.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCACCAGGC\", \"ini\": 2909, \"clust\": 1167, \"rank\": 1698, \"rankvar\": 1404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 984, \"group\": [1167.0, 91.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGTTAAGA\", \"ini\": 2908, \"clust\": 5007, \"rank\": 279, \"rankvar\": 593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 681, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 56, \"group\": [5004.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAGGGCT\", \"ini\": 2907, \"clust\": 1567, \"rank\": 2474, \"rankvar\": 1773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 985, \"group\": [1567.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCAAGTAGTA\", \"ini\": 2906, \"clust\": 1433, \"rank\": 1948, \"rankvar\": 2325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 986, \"group\": [1433.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACCATCTATGG\", \"ini\": 2905, \"clust\": 2345, \"rank\": 2317, \"rankvar\": 3950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 987, \"group\": [2344.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAAGGACGAAA\", \"ini\": 2904, \"clust\": 4717, \"rank\": 951, \"rankvar\": 4989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 685, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4701, \"group\": [4714.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTGTCGAGTTT\", \"ini\": 2903, \"clust\": 2249, \"rank\": 2585, \"rankvar\": 2831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 988, \"group\": [2248.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTAAGTGGC\", \"ini\": 2902, \"clust\": 2346, \"rank\": 2134, \"rankvar\": 2482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 989, \"group\": [2345.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCTCATGTCCC\", \"ini\": 2901, \"clust\": 1459, \"rank\": 2211, \"rankvar\": 1305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 990, \"group\": [1459.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCATGCCTAA\", \"ini\": 2900, \"clust\": 4968, \"rank\": 599, \"rankvar\": 1108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 689, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4702, \"group\": [4968.0, 220.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCAACGAAA\", \"ini\": 2899, \"clust\": 922, \"rank\": 832, \"rankvar\": 663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 991, \"group\": [921.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCAATGGAGC\", \"ini\": 2898, \"clust\": 4854, \"rank\": 1410, \"rankvar\": 4732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 691, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4703, \"group\": [4853.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGAAACCTA\", \"ini\": 2897, \"clust\": 1561, \"rank\": 2566, \"rankvar\": 2615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 692, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 992, \"group\": [1561.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAATCCTTGACC\", \"ini\": 2896, \"clust\": 1941, \"rank\": 2711, \"rankvar\": 3887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 993, \"group\": [1940.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGTGGACGT\", \"ini\": 2895, \"clust\": 689, \"rank\": 1673, \"rankvar\": 4217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 694, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2708, \"group\": [687.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCGAGAGCA\", \"ini\": 2894, \"clust\": 1916, \"rank\": 2813, \"rankvar\": 2878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 994, \"group\": [1915.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAAATTGCC\", \"ini\": 2893, \"clust\": 361, \"rank\": 1443, \"rankvar\": 4650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 696, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2709, \"group\": [365.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTGCTG\", \"ini\": 2892, \"clust\": 666, \"rank\": 1190, \"rankvar\": 4290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 697, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2710, \"group\": [662.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACCAGGCTGAA\", \"ini\": 2891, \"clust\": 1446, \"rank\": 2305, \"rankvar\": 729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 995, \"group\": [1445.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCGTTCCG\", \"ini\": 2890, \"clust\": 1327, \"rank\": 1733, \"rankvar\": 1173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 996, \"group\": [1326.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCCGAACC\", \"ini\": 2889, \"clust\": 1208, \"rank\": 1357, \"rankvar\": 410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 700, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 997, \"group\": [1208.0, 96.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTCTTCTCG\", \"ini\": 2888, \"clust\": 4320, \"rank\": 499, \"rankvar\": 6, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 701, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4704, \"group\": [4320.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGTGTTAGA\", \"ini\": 2887, \"clust\": 2250, \"rank\": 2302, \"rankvar\": 3215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 702, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 998, \"group\": [2249.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTAAGTGTA\", \"ini\": 2886, \"clust\": 1867, \"rank\": 2868, \"rankvar\": 3823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 999, \"group\": [1867.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGGGTTCCC\", \"ini\": 2885, \"clust\": 675, \"rank\": 1980, \"rankvar\": 3201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 704, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2711, \"group\": [674.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGTTTA\", \"ini\": 2884, \"clust\": 4875, \"rank\": 1153, \"rankvar\": 4709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 705, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4705, \"group\": [4874.0, 200.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTGTTTAAGCC\", \"ini\": 2883, \"clust\": 5006, \"rank\": 370, \"rankvar\": 802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 706, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 57, \"group\": [5006.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTAAGGGAA\", \"ini\": 2882, \"clust\": 4845, \"rank\": 1283, \"rankvar\": 3946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 707, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4706, \"group\": [4842.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATCTGTT\", \"ini\": 2881, \"clust\": 2427, \"rank\": 2654, \"rankvar\": 3382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1000, \"group\": [2428.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGATACACA\", \"ini\": 2880, \"clust\": 4788, \"rank\": 1103, \"rankvar\": 4046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 709, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4707, \"group\": [4788.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTAAATGTG\", \"ini\": 2879, \"clust\": 2064, \"rank\": 2110, \"rankvar\": 3644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1001, \"group\": [2067.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGTAGCCGA\", \"ini\": 2878, \"clust\": 2136, \"rank\": 2784, \"rankvar\": 1475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1002, \"group\": [2138.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAGCTATTG\", \"ini\": 2877, \"clust\": 1395, \"rank\": 2540, \"rankvar\": 3275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1003, \"group\": [1394.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCAAGCTGAG\", \"ini\": 2876, \"clust\": 4724, \"rank\": 1062, \"rankvar\": 4862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 713, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4708, \"group\": [4723.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCGTAATA\", \"ini\": 2875, \"clust\": 2245, \"rank\": 2278, \"rankvar\": 4448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1004, \"group\": [2244.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAATCAACTCTT\", \"ini\": 2874, \"clust\": 2230, \"rank\": 2453, \"rankvar\": 1191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 715, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1005, \"group\": [2232.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCTCTTGTCAT\", \"ini\": 2873, \"clust\": 2391, \"rank\": 1770, \"rankvar\": 692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 716, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1006, \"group\": [2393.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCAGATCG\", \"ini\": 2872, \"clust\": 1926, \"rank\": 2500, \"rankvar\": 2143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 717, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1007, \"group\": [1928.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTTCCACGTGG\", \"ini\": 2871, \"clust\": 1819, \"rank\": 2126, \"rankvar\": 2126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1008, \"group\": [1817.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTCAAGCCTAT\", \"ini\": 2870, \"clust\": 1836, \"rank\": 2692, \"rankvar\": 2013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 719, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1009, \"group\": [1845.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACTCACTATTC\", \"ini\": 2869, \"clust\": 4662, \"rank\": 1111, \"rankvar\": 4810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 720, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4709, \"group\": [4663.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGCATGGCA\", \"ini\": 2868, \"clust\": 4434, \"rank\": 1147, \"rankvar\": 4345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 721, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4710, \"group\": [4432.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCACGGTGTC\", \"ini\": 2867, \"clust\": 4835, \"rank\": 1362, \"rankvar\": 3982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 722, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4711, \"group\": [4839.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAGATGAGC\", \"ini\": 2866, \"clust\": 1623, \"rank\": 3353, \"rankvar\": 4223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 723, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1010, \"group\": [1620.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTCTCCACT\", \"ini\": 2865, \"clust\": 2451, \"rank\": 1609, \"rankvar\": 1406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 724, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1011, \"group\": [2451.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGCTCTCGG\", \"ini\": 2864, \"clust\": 2059, \"rank\": 2618, \"rankvar\": 4629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 725, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1012, \"group\": [2058.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAATGTTGC\", \"ini\": 2863, \"clust\": 2414, \"rank\": 1812, \"rankvar\": 2479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1013, \"group\": [2415.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTAGTGTCTCA\", \"ini\": 2862, \"clust\": 4427, \"rank\": 1058, \"rankvar\": 3492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 727, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4712, \"group\": [4427.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCAGATCTGT\", \"ini\": 2861, \"clust\": 2344, \"rank\": 2033, \"rankvar\": 1847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 728, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1014, \"group\": [2349.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGGGCATGT\", \"ini\": 2860, \"clust\": 4493, \"rank\": 404, \"rankvar\": 4461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 729, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4713, \"group\": [4492.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGACATGGGACA\", \"ini\": 2859, \"clust\": 2178, \"rank\": 2602, \"rankvar\": 3401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1015, \"group\": [2180.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAGTTCCGGCA\", \"ini\": 2858, \"clust\": 1469, \"rank\": 1562, \"rankvar\": 2426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 731, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1016, \"group\": [1469.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAAGGATT\", \"ini\": 2857, \"clust\": 4746, \"rank\": 899, \"rankvar\": 3100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 732, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4714, \"group\": [4746.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCATCGATTG\", \"ini\": 2856, \"clust\": 2757, \"rank\": 609, \"rankvar\": 3319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 733, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3959, \"group\": [2755.0, 131.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTAAGTAGT\", \"ini\": 2855, \"clust\": 4690, \"rank\": 1363, \"rankvar\": 4598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4715, \"group\": [4690.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGAGGTAGA\", \"ini\": 2854, \"clust\": 943, \"rank\": 1630, \"rankvar\": 845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1017, \"group\": [943.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACATGTC\", \"ini\": 2853, \"clust\": 1408, \"rank\": 2295, \"rankvar\": 1590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 736, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1018, \"group\": [1409.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCAGTGACTCT\", \"ini\": 2852, \"clust\": 4821, \"rank\": 1178, \"rankvar\": 4813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4716, \"group\": [4821.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGCAACGCACC\", \"ini\": 2851, \"clust\": 1409, \"rank\": 2082, \"rankvar\": 1716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 738, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1019, \"group\": [1407.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAGTAGTGAAT\", \"ini\": 2850, \"clust\": 2409, \"rank\": 1952, \"rankvar\": 4048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1020, \"group\": [2411.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCCCATTAT\", \"ini\": 2849, \"clust\": 1317, \"rank\": 1397, \"rankvar\": 1671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1021, \"group\": [1320.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACTCAAGCCTA\", \"ini\": 2848, \"clust\": 1688, \"rank\": 3392, \"rankvar\": 4632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1022, \"group\": [1690.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGATCCGTAGTA\", \"ini\": 2847, \"clust\": 4601, \"rank\": 1553, \"rankvar\": 4266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 742, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4717, \"group\": [4600.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCCATGCTC\", \"ini\": 2846, \"clust\": 1478, \"rank\": 2137, \"rankvar\": 3006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 743, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1023, \"group\": [1481.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGTGGAGTC\", \"ini\": 2845, \"clust\": 4719, \"rank\": 848, \"rankvar\": 4777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 744, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4718, \"group\": [4720.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCAGCTGGC\", \"ini\": 2844, \"clust\": 1453, \"rank\": 2131, \"rankvar\": 3440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 745, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1024, \"group\": [1453.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGGTGAGTATA\", \"ini\": 2843, \"clust\": 4832, \"rank\": 1071, \"rankvar\": 4976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 746, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4719, \"group\": [4831.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTCTTGAT\", \"ini\": 2842, \"clust\": 4468, \"rank\": 652, \"rankvar\": 3839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 747, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4720, \"group\": [4466.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACGGTTTA\", \"ini\": 2841, \"clust\": 1191, \"rank\": 1934, \"rankvar\": 1373, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1025, \"group\": [1192.0, 92.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCTCACCT\", \"ini\": 2840, \"clust\": 1329, \"rank\": 1775, \"rankvar\": 2466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1026, \"group\": [1328.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCGTCTTC\", \"ini\": 2839, \"clust\": 4721, \"rank\": 1002, \"rankvar\": 4834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 750, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4721, \"group\": [4719.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAGTAGGCTGA\", \"ini\": 2838, \"clust\": 4976, \"rank\": 228, \"rankvar\": 1024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 751, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 58, \"group\": [4974.0, 221.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACACCGATAT\", \"ini\": 2837, \"clust\": 2308, \"rank\": 2406, \"rankvar\": 3106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1027, \"group\": [2307.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATGCCTAA\", \"ini\": 2836, \"clust\": 2379, \"rank\": 2075, \"rankvar\": 3590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 753, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1028, \"group\": [2378.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTAGTATGACA\", \"ini\": 2835, \"clust\": 2425, \"rank\": 2249, \"rankvar\": 3227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1029, \"group\": [2424.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCTTGTTTG\", \"ini\": 2834, \"clust\": 1462, \"rank\": 2220, \"rankvar\": 3250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1030, \"group\": [1461.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATCATCGGACC\", \"ini\": 2833, \"clust\": 2386, \"rank\": 2000, \"rankvar\": 3841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 756, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1031, \"group\": [2387.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACAAATACAG\", \"ini\": 2832, \"clust\": 2251, \"rank\": 2148, \"rankvar\": 3483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1032, \"group\": [2250.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGGTAGTACCT\", \"ini\": 2831, \"clust\": 2066, \"rank\": 2272, \"rankvar\": 3390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1033, \"group\": [2064.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGACAAGCGTAG\", \"ini\": 2830, \"clust\": 946, \"rank\": 1318, \"rankvar\": 1263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 759, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1034, \"group\": [951.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCAATGGAAT\", \"ini\": 2829, \"clust\": 2176, \"rank\": 2385, \"rankvar\": 3198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1035, \"group\": [2176.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCTGCTTGC\", \"ini\": 2828, \"clust\": 1795, \"rank\": 2969, \"rankvar\": 2841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 761, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1036, \"group\": [1794.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTGTATGGG\", \"ini\": 2827, \"clust\": 4160, \"rank\": 35, \"rankvar\": 148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 762, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 59, \"group\": [4161.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCGGCTACG\", \"ini\": 2826, \"clust\": 1419, \"rank\": 1581, \"rankvar\": 905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1037, \"group\": [1419.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCCAAACAC\", \"ini\": 2825, \"clust\": 2433, \"rank\": 1808, \"rankvar\": 2115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1038, \"group\": [2433.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAGTACTTAGC\", \"ini\": 2824, \"clust\": 2506, \"rank\": 3113, \"rankvar\": 3282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 765, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1039, \"group\": [2507.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTGGGTATG\", \"ini\": 2823, \"clust\": 1407, \"rank\": 2344, \"rankvar\": 1189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1040, \"group\": [1410.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCATCCAACA\", \"ini\": 2822, \"clust\": 1396, \"rank\": 2976, \"rankvar\": 1141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 767, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1041, \"group\": [1395.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACTCGTCGTTC\", \"ini\": 2821, \"clust\": 1838, \"rank\": 2779, \"rankvar\": 1885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1042, \"group\": [1838.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGAAGTCACGCC\", \"ini\": 2820, \"clust\": 4472, \"rank\": 329, \"rankvar\": 3752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 769, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4722, \"group\": [4470.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCTGGTGTA\", \"ini\": 2819, \"clust\": 1913, \"rank\": 2416, \"rankvar\": 3101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 770, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1043, \"group\": [1913.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCTCCTATA\", \"ini\": 2818, \"clust\": 1126, \"rank\": 1342, \"rankvar\": 609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1044, \"group\": [1128.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCGCCTTG\", \"ini\": 2817, \"clust\": 2760, \"rank\": 583, \"rankvar\": 2970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3960, \"group\": [2758.0, 131.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTAGCTAAA\", \"ini\": 2816, \"clust\": 667, \"rank\": 1507, \"rankvar\": 3603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 773, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2712, \"group\": [666.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTCTGTCG\", \"ini\": 2815, \"clust\": 2482, \"rank\": 1968, \"rankvar\": 1183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1045, \"group\": [2480.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTCACCTAA\", \"ini\": 2814, \"clust\": 2354, \"rank\": 1800, \"rankvar\": 4347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 775, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1046, \"group\": [2358.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACATCCTTGC\", \"ini\": 2813, \"clust\": 928, \"rank\": 851, \"rankvar\": 937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 776, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1047, \"group\": [927.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTAGAATTGTG\", \"ini\": 2812, \"clust\": 920, \"rank\": 675, \"rankvar\": 659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1048, \"group\": [922.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGGTATCG\", \"ini\": 2811, \"clust\": 4494, \"rank\": 550, \"rankvar\": 4172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 778, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4723, \"group\": [4496.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTTCCACAA\", \"ini\": 2810, \"clust\": 4853, \"rank\": 1209, \"rankvar\": 4242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 779, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4724, \"group\": [4854.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCGGCATCG\", \"ini\": 2809, \"clust\": 326, \"rank\": 1526, \"rankvar\": 2736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 780, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2713, \"group\": [330.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTATATCCG\", \"ini\": 2808, \"clust\": 1883, \"rank\": 2800, \"rankvar\": 3252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1049, \"group\": [1881.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGTAGATC\", \"ini\": 2807, \"clust\": 2422, \"rank\": 2476, \"rankvar\": 1408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1050, \"group\": [2421.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGGACCACA\", \"ini\": 2806, \"clust\": 1342, \"rank\": 1782, \"rankvar\": 988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 783, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1051, \"group\": [1343.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTAAAGTG\", \"ini\": 2805, \"clust\": 1178, \"rank\": 2187, \"rankvar\": 917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1052, \"group\": [1178.0, 92.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGCAGTCCTTC\", \"ini\": 2804, \"clust\": 2192, \"rank\": 2958, \"rankvar\": 2514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 785, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1053, \"group\": [2194.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCATGCAT\", \"ini\": 2803, \"clust\": 1447, \"rank\": 2325, \"rankvar\": 1187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 786, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1054, \"group\": [1446.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCACGACTA\", \"ini\": 2802, \"clust\": 734, \"rank\": 3020, \"rankvar\": 5064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 787, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2714, \"group\": [731.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCTCGATGA\", \"ini\": 2801, \"clust\": 2311, \"rank\": 2403, \"rankvar\": 4739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1055, \"group\": [2310.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGACTTGAA\", \"ini\": 2800, \"clust\": 2447, \"rank\": 1835, \"rankvar\": 812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1056, \"group\": [2447.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGCCAGGAT\", \"ini\": 2799, \"clust\": 2225, \"rank\": 2109, \"rankvar\": 3443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 790, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1057, \"group\": [2223.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATAGATAGGAG\", \"ini\": 2798, \"clust\": 1938, \"rank\": 2735, \"rankvar\": 3912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1058, \"group\": [1937.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTAGAGCAATT\", \"ini\": 2797, \"clust\": 1339, \"rank\": 1649, \"rankvar\": 3436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 792, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1059, \"group\": [1338.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTGGGTCAA\", \"ini\": 2796, \"clust\": 1106, \"rank\": 1848, \"rankvar\": 2118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1060, \"group\": [1109.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGAGCCGTCGT\", \"ini\": 2795, \"clust\": 4640, \"rank\": 1344, \"rankvar\": 5141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 794, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4725, \"group\": [4639.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTTACCGAT\", \"ini\": 2794, \"clust\": 4722, \"rank\": 1044, \"rankvar\": 4846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 795, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4726, \"group\": [4721.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCTTGTACT\", \"ini\": 2793, \"clust\": 1425, \"rank\": 2205, \"rankvar\": 1226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 796, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1061, \"group\": [1423.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACGGACAA\", \"ini\": 2792, \"clust\": 4696, \"rank\": 1428, \"rankvar\": 4611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 797, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4727, \"group\": [4696.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTCATTAGC\", \"ini\": 2791, \"clust\": 1937, \"rank\": 2678, \"rankvar\": 3746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 798, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1062, \"group\": [1939.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTCTGCAAT\", \"ini\": 2790, \"clust\": 1304, \"rank\": 1586, \"rankvar\": 932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 799, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1063, \"group\": [1303.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAAACACA\", \"ini\": 2789, \"clust\": 4973, \"rank\": 788, \"rankvar\": 511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 800, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4728, \"group\": [4973.0, 220.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGTCTAACTGG\", \"ini\": 2788, \"clust\": 4878, \"rank\": 1270, \"rankvar\": 3650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4729, \"group\": [4876.0, 200.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCACGCATA\", \"ini\": 2787, \"clust\": 4571, \"rank\": 1019, \"rankvar\": 4561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 802, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4730, \"group\": [4573.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGGTGATTA\", \"ini\": 2786, \"clust\": 4841, \"rank\": 1065, \"rankvar\": 2808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 803, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4731, \"group\": [4855.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAATGAAAC\", \"ini\": 2785, \"clust\": 1104, \"rank\": 2008, \"rankvar\": 1577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1064, \"group\": [1103.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGACTAGGC\", \"ini\": 2784, \"clust\": 1290, \"rank\": 1978, \"rankvar\": 1520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 805, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1065, \"group\": [1288.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCTCCCTAATT\", \"ini\": 2783, \"clust\": 2182, \"rank\": 2680, \"rankvar\": 2760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 806, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1066, \"group\": [2183.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCAACACCA\", \"ini\": 2782, \"clust\": 4975, \"rank\": 416, \"rankvar\": 502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 807, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4732, \"group\": [4976.0, 221.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTGCTCTTC\", \"ini\": 2781, \"clust\": 4636, \"rank\": 1475, \"rankvar\": 5026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 808, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4733, \"group\": [4634.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAAGGTTCT\", \"ini\": 2780, \"clust\": 2257, \"rank\": 2545, \"rankvar\": 3176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 809, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1067, \"group\": [2259.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAATCAAACGGG\", \"ini\": 2779, \"clust\": 4977, \"rank\": 551, \"rankvar\": 913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4734, \"group\": [4975.0, 221.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTACTCTCC\", \"ini\": 2778, \"clust\": 2407, \"rank\": 2150, \"rankvar\": 3570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1068, \"group\": [2407.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTCGCGAC\", \"ini\": 2777, \"clust\": 5102, \"rank\": 440, \"rankvar\": 595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 812, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4735, \"group\": [5101.0, 228.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCCATTCCTGC\", \"ini\": 2776, \"clust\": 2349, \"rank\": 1540, \"rankvar\": 2434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1069, \"group\": [2347.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAATCTCTTATG\", \"ini\": 2775, \"clust\": 4730, \"rank\": 1084, \"rankvar\": 4643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 814, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4736, \"group\": [4731.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCACGTTC\", \"ini\": 2774, \"clust\": 4733, \"rank\": 864, \"rankvar\": 4523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 815, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4737, \"group\": [4729.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATTACCG\", \"ini\": 2773, \"clust\": 1850, \"rank\": 2546, \"rankvar\": 2103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 816, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1070, \"group\": [1852.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATCAGACAAAT\", \"ini\": 2772, \"clust\": 4848, \"rank\": 1411, \"rankvar\": 4869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 817, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4738, \"group\": [4846.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGCCACGCT\", \"ini\": 2771, \"clust\": 1554, \"rank\": 2456, \"rankvar\": 1072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1071, \"group\": [1554.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAATCTCCAGGG\", \"ini\": 2770, \"clust\": 4643, \"rank\": 891, \"rankvar\": 4773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 819, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4739, \"group\": [4643.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTCAGACGCAA\", \"ini\": 2769, \"clust\": 2269, \"rank\": 2769, \"rankvar\": 3584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1072, \"group\": [2268.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATCGCTC\", \"ini\": 2768, \"clust\": 1282, \"rank\": 1696, \"rankvar\": 392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 821, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1073, \"group\": [1284.0, 99.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCCGTTGTC\", \"ini\": 2767, \"clust\": 4551, \"rank\": 1223, \"rankvar\": 4334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 822, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4740, \"group\": [4549.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACACAAGCCC\", \"ini\": 2766, \"clust\": 1820, \"rank\": 2885, \"rankvar\": 2295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1074, \"group\": [1820.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCAACCATG\", \"ini\": 2765, \"clust\": 956, \"rank\": 1003, \"rankvar\": 1154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1075, \"group\": [955.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTTTGTTGG\", \"ini\": 2764, \"clust\": 4991, \"rank\": 236, \"rankvar\": 924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 825, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 60, \"group\": [4996.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGGTCA\", \"ini\": 2763, \"clust\": 5011, \"rank\": 326, \"rankvar\": 1330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 826, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 61, \"group\": [5011.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACATTCCTGC\", \"ini\": 2762, \"clust\": 4791, \"rank\": 1308, \"rankvar\": 4336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 827, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4741, \"group\": [4789.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGGACTG\", \"ini\": 2761, \"clust\": 4627, \"rank\": 1112, \"rankvar\": 4582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 828, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4742, \"group\": [4629.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGCTCTCGG\", \"ini\": 2760, \"clust\": 2396, \"rank\": 2236, \"rankvar\": 3547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1076, \"group\": [2394.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTAATCGTC\", \"ini\": 2759, \"clust\": 1747, \"rank\": 2382, \"rankvar\": 4004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 830, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1077, \"group\": [1749.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGATAGC\", \"ini\": 2758, \"clust\": 2353, \"rank\": 2135, \"rankvar\": 2636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1078, \"group\": [2351.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACCACGTG\", \"ini\": 2757, \"clust\": 4315, \"rank\": 158, \"rankvar\": 356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 832, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 62, \"group\": [4316.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGCTATCT\", \"ini\": 2756, \"clust\": 1414, \"rank\": 2321, \"rankvar\": 1465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1079, \"group\": [1414.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACCTCGTT\", \"ini\": 2755, \"clust\": 2040, \"rank\": 2794, \"rankvar\": 4838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1080, \"group\": [2039.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGGATTGG\", \"ini\": 2754, \"clust\": 2463, \"rank\": 2191, \"rankvar\": 1700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1081, \"group\": [2461.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGAGAATGTGT\", \"ini\": 2753, \"clust\": 2389, \"rank\": 2260, \"rankvar\": 3142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1082, \"group\": [2388.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTTGGTC\", \"ini\": 2752, \"clust\": 2406, \"rank\": 2651, \"rankvar\": 2358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 837, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1083, \"group\": [2405.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAGCTGCTG\", \"ini\": 2751, \"clust\": 4464, \"rank\": 1238, \"rankvar\": 2098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 838, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4743, \"group\": [4463.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGCTAGCC\", \"ini\": 2750, \"clust\": 4726, \"rank\": 1077, \"rankvar\": 5154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 839, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4744, \"group\": [4727.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGACTTGAA\", \"ini\": 2749, \"clust\": 2449, \"rank\": 1974, \"rankvar\": 1691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1084, \"group\": [2449.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACAGCGTAAG\", \"ini\": 2748, \"clust\": 1493, \"rank\": 2037, \"rankvar\": 1177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1085, \"group\": [1491.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAAACGCC\", \"ini\": 2747, \"clust\": 4485, \"rank\": 903, \"rankvar\": 4615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4745, \"group\": [4486.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACAAGCCCAC\", \"ini\": 2746, \"clust\": 4744, \"rank\": 753, \"rankvar\": 4762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 843, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4746, \"group\": [4741.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTGAAGGCT\", \"ini\": 2745, \"clust\": 1337, \"rank\": 1842, \"rankvar\": 1472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 844, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1086, \"group\": [1335.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTTGTCTTT\", \"ini\": 2744, \"clust\": 1182, \"rank\": 1898, \"rankvar\": 1440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 845, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1087, \"group\": [1182.0, 92.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCAGTAGT\", \"ini\": 2743, \"clust\": 4498, \"rank\": 1074, \"rankvar\": 3414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 846, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4747, \"group\": [4498.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTCGCATAT\", \"ini\": 2742, \"clust\": 2179, \"rank\": 2311, \"rankvar\": 1871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 847, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1088, \"group\": [2178.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGCGAAGGG\", \"ini\": 2741, \"clust\": 4676, \"rank\": 1327, \"rankvar\": 5081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 848, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4748, \"group\": [4678.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTTGTCC\", \"ini\": 2740, \"clust\": 1816, \"rank\": 2286, \"rankvar\": 2639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1089, \"group\": [1819.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTTCGAATC\", \"ini\": 2739, \"clust\": 2044, \"rank\": 2564, \"rankvar\": 4209, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 850, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1090, \"group\": [2042.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTACAGTTC\", \"ini\": 2738, \"clust\": 1828, \"rank\": 2606, \"rankvar\": 3764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 851, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1091, \"group\": [1828.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAAGCTAGTCT\", \"ini\": 2737, \"clust\": 3116, \"rank\": 1079, \"rankvar\": 2470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 852, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3114, \"group\": [3119.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTCTGCGGT\", \"ini\": 2736, \"clust\": 2388, \"rank\": 2021, \"rankvar\": 3023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1092, \"group\": [2386.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTATCTGCA\", \"ini\": 2735, \"clust\": 4438, \"rank\": 1213, \"rankvar\": 4419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 854, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4749, \"group\": [4435.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCACCCGAG\", \"ini\": 2734, \"clust\": 336, \"rank\": 1441, \"rankvar\": 4133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 855, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2715, \"group\": [334.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTTCATGTCCC\", \"ini\": 2733, \"clust\": 1340, \"rank\": 1772, \"rankvar\": 717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1093, \"group\": [1339.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAAGAGTCG\", \"ini\": 2732, \"clust\": 2218, \"rank\": 2333, \"rankvar\": 4189, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1094, \"group\": [2217.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCACGTCTCT\", \"ini\": 2731, \"clust\": 5005, \"rank\": 311, \"rankvar\": 292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 858, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 63, \"group\": [5007.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTGTTTGTG\", \"ini\": 2730, \"clust\": 4833, \"rank\": 1389, \"rankvar\": 4703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 859, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4750, \"group\": [4832.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGCAAATTGCC\", \"ini\": 2729, \"clust\": 2302, \"rank\": 2413, \"rankvar\": 3580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 860, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1095, \"group\": [2301.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCTGGCGTG\", \"ini\": 2728, \"clust\": 4638, \"rank\": 1485, \"rankvar\": 4925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 861, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4751, \"group\": [4642.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGATCGGGT\", \"ini\": 2727, \"clust\": 2434, \"rank\": 2486, \"rankvar\": 2693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1096, \"group\": [2434.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGAGCCCAA\", \"ini\": 2726, \"clust\": 1105, \"rank\": 1518, \"rankvar\": 2959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 863, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1097, \"group\": [1104.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTAGTGAACGC\", \"ini\": 2725, \"clust\": 2222, \"rank\": 2399, \"rankvar\": 2910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1098, \"group\": [2225.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGCTGCAAG\", \"ini\": 2724, \"clust\": 1558, \"rank\": 2493, \"rankvar\": 4205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 865, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1099, \"group\": [1556.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGGAGTCTG\", \"ini\": 2723, \"clust\": 4718, \"rank\": 1030, \"rankvar\": 4736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 866, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4752, \"group\": [4715.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACAAACAACA\", \"ini\": 2722, \"clust\": 2053, \"rank\": 2518, \"rankvar\": 1675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1100, \"group\": [2053.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTTCGAGA\", \"ini\": 2721, \"clust\": 3115, \"rank\": 1228, \"rankvar\": 2906, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3115, \"group\": [3116.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCCACTC\", \"ini\": 2720, \"clust\": 1313, \"rank\": 1721, \"rankvar\": 1780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 869, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1101, \"group\": [1313.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTGTCCGT\", \"ini\": 2719, \"clust\": 728, \"rank\": 1949, \"rankvar\": 4785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 870, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2716, \"group\": [725.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTATCAGTC\", \"ini\": 2718, \"clust\": 4966, \"rank\": 572, \"rankvar\": 846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 871, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4753, \"group\": [4966.0, 220.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCAAGCCATT\", \"ini\": 2717, \"clust\": 4969, \"rank\": 827, \"rankvar\": 1904, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 872, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 234, \"group\": [4971.0, 220.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTTGAGTTC\", \"ini\": 2716, \"clust\": 1872, \"rank\": 2576, \"rankvar\": 3671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 873, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1102, \"group\": [1872.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCCACACAGAG\", \"ini\": 2715, \"clust\": 1884, \"rank\": 2891, \"rankvar\": 2840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 874, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1103, \"group\": [1882.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAGTCG\", \"ini\": 2714, \"clust\": 1467, \"rank\": 2193, \"rankvar\": 1963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1104, \"group\": [1467.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTACAAGCCTAT\", \"ini\": 2713, \"clust\": 1790, \"rank\": 2921, \"rankvar\": 4182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1105, \"group\": [1790.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCGTCTGAA\", \"ini\": 2712, \"clust\": 2412, \"rank\": 2035, \"rankvar\": 822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 877, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1106, \"group\": [2417.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCCTTGACC\", \"ini\": 2711, \"clust\": 2459, \"rank\": 2160, \"rankvar\": 1114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1107, \"group\": [2464.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCATCCTAGA\", \"ini\": 2710, \"clust\": 2408, \"rank\": 2592, \"rankvar\": 3857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1108, \"group\": [2408.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCGGCATCG\", \"ini\": 2709, \"clust\": 1933, \"rank\": 2603, \"rankvar\": 3238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 880, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1109, \"group\": [1932.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGTGACCA\", \"ini\": 2708, \"clust\": 4725, \"rank\": 942, \"rankvar\": 4829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 881, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4754, \"group\": [4724.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCAGTCCCT\", \"ini\": 2707, \"clust\": 2395, \"rank\": 2047, \"rankvar\": 2261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1110, \"group\": [2396.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTGACGGTA\", \"ini\": 2706, \"clust\": 1824, \"rank\": 2419, \"rankvar\": 1870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 883, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1111, \"group\": [1822.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCAGATCTGT\", \"ini\": 2705, \"clust\": 2477, \"rank\": 2092, \"rankvar\": 2503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1112, \"group\": [2478.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCAGACCTAGG\", \"ini\": 2704, \"clust\": 2027, \"rank\": 2624, \"rankvar\": 2563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1113, \"group\": [2033.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCAGCGATT\", \"ini\": 2703, \"clust\": 2337, \"rank\": 2846, \"rankvar\": 1285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1114, \"group\": [2337.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCCTATTCA\", \"ini\": 2702, \"clust\": 2252, \"rank\": 2235, \"rankvar\": 3456, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 887, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1115, \"group\": [2256.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCAAACTGTC\", \"ini\": 2701, \"clust\": 926, \"rank\": 1481, \"rankvar\": 889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1116, \"group\": [932.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCAGGATGGAA\", \"ini\": 2700, \"clust\": 874, \"rank\": 1266, \"rankvar\": 221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 889, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1117, \"group\": [875.0, 76.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGTTTGCGT\", \"ini\": 2699, \"clust\": 1858, \"rank\": 2503, \"rankvar\": 3030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1118, \"group\": [1860.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTGAAGGCT\", \"ini\": 2698, \"clust\": 1460, \"rank\": 2147, \"rankvar\": 2028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 891, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1119, \"group\": [1460.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGTGTTTGC\", \"ini\": 2697, \"clust\": 2476, \"rank\": 2242, \"rankvar\": 1569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 892, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1120, \"group\": [2479.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTGCGTTA\", \"ini\": 2696, \"clust\": 2429, \"rank\": 2612, \"rankvar\": 2770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1121, \"group\": [2427.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCCAAGAAAGG\", \"ini\": 2695, \"clust\": 1176, \"rank\": 1615, \"rankvar\": 2573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 894, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1122, \"group\": [1177.0, 92.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGAAGGTGA\", \"ini\": 2694, \"clust\": 3066, \"rank\": 1672, \"rankvar\": 3419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3116, \"group\": [3067.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGAGCAATT\", \"ini\": 2693, \"clust\": 1822, \"rank\": 2036, \"rankvar\": 2969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 896, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1123, \"group\": [1825.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCGATAGAA\", \"ini\": 2692, \"clust\": 4782, \"rank\": 1477, \"rankvar\": 5032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 897, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4755, \"group\": [4779.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACGTAAATACG\", \"ini\": 2691, \"clust\": 660, \"rank\": 1693, \"rankvar\": 4744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 898, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2717, \"group\": [660.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTAGAGAGCTC\", \"ini\": 2690, \"clust\": 2215, \"rank\": 2412, \"rankvar\": 3195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1124, \"group\": [2214.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAGCTGGC\", \"ini\": 2689, \"clust\": 2203, \"rank\": 2431, \"rankvar\": 2730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 900, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1125, \"group\": [2202.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAAGATGGCGT\", \"ini\": 2688, \"clust\": 1844, \"rank\": 2701, \"rankvar\": 4397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1126, \"group\": [1842.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGGGATACC\", \"ini\": 2687, \"clust\": 1392, \"rank\": 2639, \"rankvar\": 1781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1127, \"group\": [1391.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCATGTTCCC\", \"ini\": 2686, \"clust\": 2045, \"rank\": 2955, \"rankvar\": 3645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 903, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1128, \"group\": [2044.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGTCGGCGCTA\", \"ini\": 2685, \"clust\": 2403, \"rank\": 2243, \"rankvar\": 2380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 904, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1129, \"group\": [2403.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGACAGGCT\", \"ini\": 2684, \"clust\": 1325, \"rank\": 2053, \"rankvar\": 1880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1130, \"group\": [1322.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACCACGTG\", \"ini\": 2683, \"clust\": 1859, \"rank\": 2975, \"rankvar\": 3801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1131, \"group\": [1858.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGGTCTCTCGT\", \"ini\": 2682, \"clust\": 4442, \"rank\": 1239, \"rankvar\": 2473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4756, \"group\": [4449.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTTTGGGCC\", \"ini\": 2681, \"clust\": 1571, \"rank\": 2230, \"rankvar\": 1393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1132, \"group\": [1574.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTTCCGTCT\", \"ini\": 2680, \"clust\": 1435, \"rank\": 1943, \"rankvar\": 1818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1133, \"group\": [1435.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAACCTC\", \"ini\": 2679, \"clust\": 945, \"rank\": 1678, \"rankvar\": 1443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1134, \"group\": [946.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTCAGAATA\", \"ini\": 2678, \"clust\": 4550, \"rank\": 1059, \"rankvar\": 4926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4757, \"group\": [4551.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCGGTTCGG\", \"ini\": 2677, \"clust\": 1885, \"rank\": 2674, \"rankvar\": 1727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1135, \"group\": [1885.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAAAGTCTCGGC\", \"ini\": 2676, \"clust\": 1489, \"rank\": 2737, \"rankvar\": 682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1136, \"group\": [1489.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAGCTGCTG\", \"ini\": 2675, \"clust\": 1928, \"rank\": 2879, \"rankvar\": 2650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1137, \"group\": [1925.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGCCCTTA\", \"ini\": 2674, \"clust\": 4570, \"rank\": 786, \"rankvar\": 4077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 915, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4758, \"group\": [4574.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGCAGTATAAG\", \"ini\": 2673, \"clust\": 1905, \"rank\": 3048, \"rankvar\": 3421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1138, \"group\": [1904.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTCTAACGT\", \"ini\": 2672, \"clust\": 2211, \"rank\": 2577, \"rankvar\": 2207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 917, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1139, \"group\": [2213.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCACAACGCC\", \"ini\": 2671, \"clust\": 1873, \"rank\": 2669, \"rankvar\": 4771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1140, \"group\": [1873.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGCTAGTGG\", \"ini\": 2670, \"clust\": 735, \"rank\": 2396, \"rankvar\": 4369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 919, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2718, \"group\": [732.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTCGCTTG\", \"ini\": 2669, \"clust\": 1416, \"rank\": 2578, \"rankvar\": 1392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1141, \"group\": [1415.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCAACTT\", \"ini\": 2668, \"clust\": 2056, \"rank\": 2485, \"rankvar\": 1827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 921, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1142, \"group\": [2055.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGATCTGCTGCT\", \"ini\": 2667, \"clust\": 1943, \"rank\": 2762, \"rankvar\": 3831, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1143, \"group\": [1945.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCACTTAACG\", \"ini\": 2666, \"clust\": 4780, \"rank\": 1271, \"rankvar\": 4576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4759, \"group\": [4777.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAATGTTGC\", \"ini\": 2665, \"clust\": 1710, \"rank\": 2681, \"rankvar\": 2704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1144, \"group\": [1710.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCCCTAACC\", \"ini\": 2664, \"clust\": 655, \"rank\": 1993, \"rankvar\": 948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1145, \"group\": [750.0, 50.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAATCCACTCCA\", \"ini\": 2663, \"clust\": 1947, \"rank\": 2927, \"rankvar\": 1890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 926, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1146, \"group\": [1946.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTTCCTCCTAG\", \"ini\": 2662, \"clust\": 731, \"rank\": 2472, \"rankvar\": 4549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 927, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2719, \"group\": [728.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGTGACC\", \"ini\": 2661, \"clust\": 1332, \"rank\": 1685, \"rankvar\": 1388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1147, \"group\": [1333.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTAGCTGCC\", \"ini\": 2660, \"clust\": 2416, \"rank\": 2201, \"rankvar\": 1542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1148, \"group\": [2412.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTGTTCCATGA\", \"ini\": 2659, \"clust\": 4884, \"rank\": 990, \"rankvar\": 2741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 930, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4760, \"group\": [4884.0, 200.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCATAAAGGT\", \"ini\": 2658, \"clust\": 4705, \"rank\": 986, \"rankvar\": 5080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 931, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4761, \"group\": [4706.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACAGCCAGAA\", \"ini\": 2657, \"clust\": 1496, \"rank\": 3064, \"rankvar\": 2579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 932, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1149, \"group\": [1495.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTAGCGATG\", \"ini\": 2656, \"clust\": 1311, \"rank\": 1923, \"rankvar\": 1606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 933, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1150, \"group\": [1315.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTAGAGGGATA\", \"ini\": 2655, \"clust\": 4706, \"rank\": 1135, \"rankvar\": 4959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 934, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4762, \"group\": [4704.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGATACACA\", \"ini\": 2654, \"clust\": 1891, \"rank\": 2632, \"rankvar\": 1938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1151, \"group\": [1893.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACAGGCT\", \"ini\": 2653, \"clust\": 1870, \"rank\": 2636, \"rankvar\": 2264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 936, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1152, \"group\": [1869.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTATCGCAT\", \"ini\": 2652, \"clust\": 2366, \"rank\": 1424, \"rankvar\": 2600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 937, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1153, \"group\": [2365.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGAGCTTCT\", \"ini\": 2651, \"clust\": 4672, \"rank\": 1373, \"rankvar\": 5000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 938, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4763, \"group\": [4670.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCCACGACG\", \"ini\": 2650, \"clust\": 1428, \"rank\": 2497, \"rankvar\": 2450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 939, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1154, \"group\": [1428.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCACAAGGGTCA\", \"ini\": 2649, \"clust\": 4564, \"rank\": 933, \"rankvar\": 4484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4764, \"group\": [4561.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTGCCTTGG\", \"ini\": 2648, \"clust\": 4335, \"rank\": 72, \"rankvar\": 421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 941, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 64, \"group\": [4339.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACACAGATTC\", \"ini\": 2647, \"clust\": 4703, \"rank\": 889, \"rankvar\": 4108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 942, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4765, \"group\": [4702.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGGTAACGTTC\", \"ini\": 2646, \"clust\": 2264, \"rank\": 2537, \"rankvar\": 4687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1155, \"group\": [2263.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCATCTGTT\", \"ini\": 2645, \"clust\": 4574, \"rank\": 1117, \"rankvar\": 4001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4766, \"group\": [4571.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCCGTTGTC\", \"ini\": 2644, \"clust\": 2464, \"rank\": 2162, \"rankvar\": 2005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1156, \"group\": [2462.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGGTCGAT\", \"ini\": 2643, \"clust\": 4394, \"rank\": 488, \"rankvar\": 787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 946, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3024, \"group\": [4393.0, 191.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCAACACGT\", \"ini\": 2642, \"clust\": 1863, \"rank\": 2354, \"rankvar\": 1769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 947, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1157, \"group\": [1861.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCCGATATG\", \"ini\": 2641, \"clust\": 4830, \"rank\": 1173, \"rankvar\": 4255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 948, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4767, \"group\": [4829.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTCCAACC\", \"ini\": 2640, \"clust\": 2483, \"rank\": 1631, \"rankvar\": 1195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1158, \"group\": [2481.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATAGAGCTATA\", \"ini\": 2639, \"clust\": 1285, \"rank\": 1439, \"rankvar\": 703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1159, \"group\": [1285.0, 100.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCAGAAATG\", \"ini\": 2638, \"clust\": 2076, \"rank\": 3241, \"rankvar\": 4588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1160, \"group\": [2074.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGCATACT\", \"ini\": 2637, \"clust\": 1892, \"rank\": 2265, \"rankvar\": 2879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 952, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1161, \"group\": [1891.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTTGCGCAC\", \"ini\": 2636, \"clust\": 2467, \"rank\": 1818, \"rankvar\": 2486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1162, \"group\": [2466.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCATGTCTCC\", \"ini\": 2635, \"clust\": 1814, \"rank\": 2402, \"rankvar\": 1739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1163, \"group\": [1813.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCCTTTACA\", \"ini\": 2634, \"clust\": 4457, \"rank\": 1351, \"rankvar\": 3664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 955, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4768, \"group\": [4457.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCCTCA\", \"ini\": 2633, \"clust\": 2452, \"rank\": 1751, \"rankvar\": 1958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1164, \"group\": [2455.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACCAAGTCTGT\", \"ini\": 2632, \"clust\": 4165, \"rank\": 328, \"rankvar\": 284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 957, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 65, \"group\": [4166.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGCGATATA\", \"ini\": 2631, \"clust\": 1949, \"rank\": 2428, \"rankvar\": 2337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1165, \"group\": [1949.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGGTTGTGGAG\", \"ini\": 2630, \"clust\": 1779, \"rank\": 3209, \"rankvar\": 2340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1166, \"group\": [1778.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCCAATGGATA\", \"ini\": 2629, \"clust\": 941, \"rank\": 1616, \"rankvar\": 1130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1167, \"group\": [944.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTTGAGTTC\", \"ini\": 2628, \"clust\": 4692, \"rank\": 1440, \"rankvar\": 4835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 961, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4769, \"group\": [4692.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGATAGGAG\", \"ini\": 2627, \"clust\": 2280, \"rank\": 2991, \"rankvar\": 4794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1168, \"group\": [2281.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTATGAAAC\", \"ini\": 2626, \"clust\": 1286, \"rank\": 1503, \"rankvar\": 251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1169, \"group\": [1286.0, 100.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGGGAACGG\", \"ini\": 2625, \"clust\": 2465, \"rank\": 1953, \"rankvar\": 2154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 964, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1170, \"group\": [2467.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGGTCTCG\", \"ini\": 2624, \"clust\": 2281, \"rank\": 2697, \"rankvar\": 3331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1171, \"group\": [2279.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAAGTACGATA\", \"ini\": 2623, \"clust\": 1786, \"rank\": 3167, \"rankvar\": 4434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1172, \"group\": [1789.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCATGAACCT\", \"ini\": 2622, \"clust\": 1201, \"rank\": 1256, \"rankvar\": 1206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1173, \"group\": [1203.0, 94.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCGTAGTA\", \"ini\": 2621, \"clust\": 1815, \"rank\": 2482, \"rankvar\": 1434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1174, \"group\": [1814.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCCACATCCAA\", \"ini\": 2620, \"clust\": 704, \"rank\": 3105, \"rankvar\": 4103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 969, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2720, \"group\": [702.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACGATGT\", \"ini\": 2619, \"clust\": 4693, \"rank\": 1541, \"rankvar\": 5003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 970, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4770, \"group\": [4693.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGATCTGAA\", \"ini\": 2618, \"clust\": 1596, \"rank\": 2782, \"rankvar\": 2475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 971, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1175, \"group\": [1599.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAGAAAGG\", \"ini\": 2617, \"clust\": 569, \"rank\": 1766, \"rankvar\": 3118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 972, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2721, \"group\": [573.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCGTGGTCCGT\", \"ini\": 2616, \"clust\": 4742, \"rank\": 978, \"rankvar\": 4866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 973, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4771, \"group\": [4742.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGTCACGCC\", \"ini\": 2615, \"clust\": 2397, \"rank\": 2020, \"rankvar\": 1030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1176, \"group\": [2395.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTACTCTCC\", \"ini\": 2614, \"clust\": 1845, \"rank\": 2691, \"rankvar\": 3660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1177, \"group\": [1843.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGCCACTAT\", \"ini\": 2613, \"clust\": 4989, \"rank\": 306, \"rankvar\": 328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 976, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 66, \"group\": [4987.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGCTAAACA\", \"ini\": 2612, \"clust\": 2065, \"rank\": 2127, \"rankvar\": 3824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1178, \"group\": [2066.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAATAGCAA\", \"ini\": 2611, \"clust\": 743, \"rank\": 2897, \"rankvar\": 4843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 978, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2722, \"group\": [738.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGGTGTCCTCT\", \"ini\": 2610, \"clust\": 1492, \"rank\": 2793, \"rankvar\": 2252, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1179, \"group\": [1493.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTAGAGCTGGT\", \"ini\": 2609, \"clust\": 1955, \"rank\": 2212, \"rankvar\": 1953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1180, \"group\": [1955.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTGTTGAGTTC\", \"ini\": 2608, \"clust\": 1848, \"rank\": 3100, \"rankvar\": 1511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1181, \"group\": [1846.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCCATTC\", \"ini\": 2607, \"clust\": 1874, \"rank\": 2499, \"rankvar\": 1670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1182, \"group\": [1876.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACAGTCAGAG\", \"ini\": 2606, \"clust\": 1117, \"rank\": 1767, \"rankvar\": 2778, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1183, \"group\": [1118.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCGCCTGAG\", \"ini\": 2605, \"clust\": 2035, \"rank\": 3115, \"rankvar\": 3892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 984, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1184, \"group\": [2036.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGCAGTTAACC\", \"ini\": 2604, \"clust\": 2067, \"rank\": 2409, \"rankvar\": 3398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1185, \"group\": [2065.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGAACTGTA\", \"ini\": 2603, \"clust\": 4484, \"rank\": 1075, \"rankvar\": 4327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 986, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4772, \"group\": [4483.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACACCGAAAG\", \"ini\": 2602, \"clust\": 5023, \"rank\": 445, \"rankvar\": 604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 987, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 67, \"group\": [5023.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCTCATCTGTT\", \"ini\": 2601, \"clust\": 1463, \"rank\": 2424, \"rankvar\": 1088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1186, \"group\": [1462.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCTTGCCGT\", \"ini\": 2600, \"clust\": 1825, \"rank\": 2649, \"rankvar\": 1892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 989, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1187, \"group\": [1823.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGCGTAGTG\", \"ini\": 2599, \"clust\": 2209, \"rank\": 2375, \"rankvar\": 3830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 990, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1188, \"group\": [2207.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCCTGCTT\", \"ini\": 2598, \"clust\": 756, \"rank\": 1384, \"rankvar\": 1835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 991, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2094, \"group\": [757.0, 53.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTAGCTCCG\", \"ini\": 2597, \"clust\": 1869, \"rank\": 2744, \"rankvar\": 2312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1189, \"group\": [1871.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGCTGAACG\", \"ini\": 2596, \"clust\": 4556, \"rank\": 1231, \"rankvar\": 4248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 993, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4773, \"group\": [4556.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCCAACAG\", \"ini\": 2595, \"clust\": 2046, \"rank\": 2513, \"rankvar\": 2998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 994, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1190, \"group\": [2045.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTTAACGA\", \"ini\": 2594, \"clust\": 1920, \"rank\": 2780, \"rankvar\": 1450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1191, \"group\": [1920.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCCGAAGA\", \"ini\": 2593, \"clust\": 1598, \"rank\": 3111, \"rankvar\": 2994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 996, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1192, \"group\": [1596.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAGCCTAA\", \"ini\": 2592, \"clust\": 2246, \"rank\": 2423, \"rankvar\": 2195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1193, \"group\": [2245.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGAGGGAGTAA\", \"ini\": 2591, \"clust\": 4537, \"rank\": 1480, \"rankvar\": 4666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 998, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4774, \"group\": [4535.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACATCAAACAAG\", \"ini\": 2590, \"clust\": 1887, \"rank\": 2571, \"rankvar\": 3355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 999, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1194, \"group\": [1887.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGATGTAAC\", \"ini\": 2589, \"clust\": 1846, \"rank\": 3295, \"rankvar\": 4283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1000, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1195, \"group\": [1849.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGCAAATCA\", \"ini\": 2588, \"clust\": 324, \"rank\": 1652, \"rankvar\": 3715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1001, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2723, \"group\": [324.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGCATGTG\", \"ini\": 2587, \"clust\": 729, \"rank\": 2064, \"rankvar\": 4564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1002, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2724, \"group\": [726.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCTACGA\", \"ini\": 2586, \"clust\": 2374, \"rank\": 2231, \"rankvar\": 1478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1196, \"group\": [2377.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTTGGTTTG\", \"ini\": 2585, \"clust\": 4560, \"rank\": 905, \"rankvar\": 4086, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4775, \"group\": [4558.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGGCAAAGA\", \"ini\": 2584, \"clust\": 2041, \"rank\": 2752, \"rankvar\": 3586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1197, \"group\": [2040.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCAGTAGT\", \"ini\": 2583, \"clust\": 1950, \"rank\": 2717, \"rankvar\": 4225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1006, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1198, \"group\": [1950.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTTCCACGAAT\", \"ini\": 2582, \"clust\": 1750, \"rank\": 3327, \"rankvar\": 2732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1199, \"group\": [1750.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCATGACGGA\", \"ini\": 2581, \"clust\": 2273, \"rank\": 2637, \"rankvar\": 3773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1008, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1200, \"group\": [2272.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGCAGACTG\", \"ini\": 2580, \"clust\": 5088, \"rank\": 768, \"rankvar\": 714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1009, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 68, \"group\": [5088.0, 227.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCCATGAAC\", \"ini\": 2579, \"clust\": 1292, \"rank\": 1986, \"rankvar\": 1973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1010, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1201, \"group\": [1296.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTTCGTGAT\", \"ini\": 2578, \"clust\": 1834, \"rank\": 2685, \"rankvar\": 3325, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1011, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1202, \"group\": [1832.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCCGTTAA\", \"ini\": 2577, \"clust\": 2202, \"rank\": 2374, \"rankvar\": 3164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1203, \"group\": [2204.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCAACATC\", \"ini\": 2576, \"clust\": 4441, \"rank\": 1220, \"rankvar\": 2541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1013, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4776, \"group\": [4438.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATCTACGA\", \"ini\": 2575, \"clust\": 2338, \"rank\": 2638, \"rankvar\": 2095, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1014, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1204, \"group\": [2338.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCAATC\", \"ini\": 2574, \"clust\": 1691, \"rank\": 3084, \"rankvar\": 3221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1205, \"group\": [1691.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGCAGCGTA\", \"ini\": 2573, \"clust\": 1298, \"rank\": 1638, \"rankvar\": 1201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1016, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1206, \"group\": [1305.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTTACGGG\", \"ini\": 2572, \"clust\": 727, \"rank\": 1715, \"rankvar\": 4203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1017, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2725, \"group\": [727.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGGATGTAT\", \"ini\": 2571, \"clust\": 1107, \"rank\": 2395, \"rankvar\": 1349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1018, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1207, \"group\": [1107.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTAGCGTAG\", \"ini\": 2570, \"clust\": 2524, \"rank\": 3709, \"rankvar\": 1776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1208, \"group\": [2523.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGGAACTGC\", \"ini\": 2569, \"clust\": 1321, \"rank\": 1356, \"rankvar\": 3337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1209, \"group\": [1319.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCATGTAGTC\", \"ini\": 2568, \"clust\": 1341, \"rank\": 2041, \"rankvar\": 1411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1021, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1210, \"group\": [1340.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAATCGGAAATA\", \"ini\": 2567, \"clust\": 1470, \"rank\": 3085, \"rankvar\": 1738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1022, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1211, \"group\": [1472.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGGCACATG\", \"ini\": 2566, \"clust\": 2390, \"rank\": 2202, \"rankvar\": 2347, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1212, \"group\": [2389.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGCAGTCAGAG\", \"ini\": 2565, \"clust\": 2189, \"rank\": 3265, \"rankvar\": 4426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1213, \"group\": [2190.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTCTAGAGG\", \"ini\": 2564, \"clust\": 3070, \"rank\": 2244, \"rankvar\": 3393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1025, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3117, \"group\": [3085.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGGCTCTTA\", \"ini\": 2563, \"clust\": 5104, \"rank\": 1761, \"rankvar\": 4105, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1026, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 69, \"group\": [5105.0, 231.0, 47.0, 17.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTTCCCGAG\", \"ini\": 2562, \"clust\": 1796, \"rank\": 2939, \"rankvar\": 3144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1214, \"group\": [1795.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGTCCGTCAAA\", \"ini\": 2561, \"clust\": 5224, \"rank\": 2086, \"rankvar\": 4991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1028, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5130, \"group\": [5224.0, 240.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATGATCCA\", \"ini\": 2560, \"clust\": 4473, \"rank\": 692, \"rankvar\": 2567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1029, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4777, \"group\": [4471.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACTCGTCGTTC\", \"ini\": 2559, \"clust\": 325, \"rank\": 1844, \"rankvar\": 4756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1030, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2726, \"group\": [325.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGCACAGAGGT\", \"ini\": 2558, \"clust\": 744, \"rank\": 2926, \"rankvar\": 5109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2727, \"group\": [739.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTAAATACG\", \"ini\": 2557, \"clust\": 638, \"rank\": 1977, \"rankvar\": 3900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1032, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2728, \"group\": [638.0, 43.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACATTAGC\", \"ini\": 2556, \"clust\": 1900, \"rank\": 3291, \"rankvar\": 3034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1033, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1215, \"group\": [1897.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAACGCACC\", \"ini\": 2555, \"clust\": 4177, \"rank\": 524, \"rankvar\": 321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1034, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4778, \"group\": [4183.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAAAGCAAT\", \"ini\": 2554, \"clust\": 2375, \"rank\": 1709, \"rankvar\": 1679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1216, \"group\": [2376.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGGTACC\", \"ini\": 2553, \"clust\": 1471, \"rank\": 2803, \"rankvar\": 1011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1036, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1217, \"group\": [1470.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGTCAGATAAG\", \"ini\": 2552, \"clust\": 669, \"rank\": 2046, \"rankvar\": 4282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2729, \"group\": [670.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGGCATGTG\", \"ini\": 2551, \"clust\": 2133, \"rank\": 2742, \"rankvar\": 3903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1218, \"group\": [2133.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGTGCA\", \"ini\": 2550, \"clust\": 1868, \"rank\": 3063, \"rankvar\": 4015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1219, \"group\": [1868.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTAATGA\", \"ini\": 2549, \"clust\": 4823, \"rank\": 1374, \"rankvar\": 4758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1040, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4779, \"group\": [4823.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTAATCACC\", \"ini\": 2548, \"clust\": 4637, \"rank\": 1361, \"rankvar\": 5106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1041, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4780, \"group\": [4635.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGGTGACCA\", \"ini\": 2547, \"clust\": 1179, \"rank\": 2122, \"rankvar\": 2064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1042, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1220, \"group\": [1179.0, 92.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGAGTCCAGGA\", \"ini\": 2546, \"clust\": 4572, \"rank\": 967, \"rankvar\": 4477, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1043, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4781, \"group\": [4572.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTATTCTC\", \"ini\": 2545, \"clust\": 1417, \"rank\": 2533, \"rankvar\": 2085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1044, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1221, \"group\": [1416.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCATGCTC\", \"ini\": 2544, \"clust\": 2419, \"rank\": 2452, \"rankvar\": 1876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1045, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1222, \"group\": [2418.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGAGCTGCA\", \"ini\": 2543, \"clust\": 1935, \"rank\": 3094, \"rankvar\": 2157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1223, \"group\": [1935.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTACTTGAC\", \"ini\": 2542, \"clust\": 2034, \"rank\": 3328, \"rankvar\": 4029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1047, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1224, \"group\": [2048.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGGTCAAGGAGCGAG\", \"ini\": 2541, \"clust\": 2378, \"rank\": 2337, \"rankvar\": 1296, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1225, \"group\": [2380.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGAATCCA\", \"ini\": 2540, \"clust\": 4694, \"rank\": 1098, \"rankvar\": 4642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4782, \"group\": [4698.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGGTAAG\", \"ini\": 2539, \"clust\": 4826, \"rank\": 996, \"rankvar\": 4907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1050, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4783, \"group\": [4826.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGTTCGATC\", \"ini\": 2538, \"clust\": 4964, \"rank\": 234, \"rankvar\": 1081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1051, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 70, \"group\": [4964.0, 220.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTCTGGAGA\", \"ini\": 2537, \"clust\": 2039, \"rank\": 2291, \"rankvar\": 3676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1226, \"group\": [2038.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTCAGACACTT\", \"ini\": 2536, \"clust\": 2165, \"rank\": 3233, \"rankvar\": 3807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1227, \"group\": [2162.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCTGTACGA\", \"ini\": 2535, \"clust\": 1607, \"rank\": 3420, \"rankvar\": 2556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1054, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1228, \"group\": [1608.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTATCCTA\", \"ini\": 2534, \"clust\": 1762, \"rank\": 2961, \"rankvar\": 3411, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1055, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1229, \"group\": [1760.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAGTATGCTTG\", \"ini\": 2533, \"clust\": 4873, \"rank\": 1689, \"rankvar\": 3581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1056, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4784, \"group\": [4872.0, 200.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACCGGAAA\", \"ini\": 2532, \"clust\": 4554, \"rank\": 1528, \"rankvar\": 4751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1057, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4785, \"group\": [4552.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACTCAACCATG\", \"ini\": 2531, \"clust\": 1792, \"rank\": 3121, \"rankvar\": 2389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1230, \"group\": [1798.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACACGCATCG\", \"ini\": 2530, \"clust\": 1194, \"rank\": 1908, \"rankvar\": 1446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1231, \"group\": [1195.0, 92.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACAACGATGG\", \"ini\": 2529, \"clust\": 1797, \"rank\": 3181, \"rankvar\": 2667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1060, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1232, \"group\": [1796.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACAGGAGT\", \"ini\": 2528, \"clust\": 2075, \"rank\": 3032, \"rankvar\": 4755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1233, \"group\": [2076.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACCATAAGACA\", \"ini\": 2527, \"clust\": 1780, \"rank\": 3228, \"rankvar\": 2893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1234, \"group\": [1776.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCAAGGTAA\", \"ini\": 2526, \"clust\": 2174, \"rank\": 2797, \"rankvar\": 3115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1063, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1235, \"group\": [2171.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTCCTCCAT\", \"ini\": 2525, \"clust\": 2185, \"rank\": 3043, \"rankvar\": 3287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1236, \"group\": [2187.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTTCTGTTT\", \"ini\": 2524, \"clust\": 1530, \"rank\": 2916, \"rankvar\": 1856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1065, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1237, \"group\": [1528.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTGACTCAT\", \"ini\": 2523, \"clust\": 4629, \"rank\": 1166, \"rankvar\": 4670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1066, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4786, \"group\": [4628.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACAGTCGC\", \"ini\": 2522, \"clust\": 1906, \"rank\": 3318, \"rankvar\": 3370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1067, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1238, \"group\": [1905.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGCTCCT\", \"ini\": 2521, \"clust\": 1861, \"rank\": 2555, \"rankvar\": 3129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1068, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1239, \"group\": [1864.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACAGGACAGAA\", \"ini\": 2520, \"clust\": 4820, \"rank\": 1317, \"rankvar\": 4826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4787, \"group\": [4820.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCGTGTAAGTA\", \"ini\": 2519, \"clust\": 4831, \"rank\": 1125, \"rankvar\": 4014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1070, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4788, \"group\": [4830.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCACGCATA\", \"ini\": 2518, \"clust\": 2279, \"rank\": 2870, \"rankvar\": 3151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1240, \"group\": [2282.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGCTCTTC\", \"ini\": 2517, \"clust\": 1699, \"rank\": 3674, \"rankvar\": 3657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1072, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1241, \"group\": [1701.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTAGTGGGTTG\", \"ini\": 2516, \"clust\": 1720, \"rank\": 3031, \"rankvar\": 2409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1073, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1242, \"group\": [1719.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTCGGGTCT\", \"ini\": 2515, \"clust\": 1929, \"rank\": 2830, \"rankvar\": 2459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1074, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1243, \"group\": [1926.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCTGGGCCA\", \"ini\": 2514, \"clust\": 1606, \"rank\": 3191, \"rankvar\": 3264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1244, \"group\": [1609.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCACTAGTAC\", \"ini\": 2513, \"clust\": 4161, \"rank\": 171, \"rankvar\": 101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1076, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 71, \"group\": [4162.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGCCTCGTG\", \"ini\": 2512, \"clust\": 2488, \"rank\": 1676, \"rankvar\": 1004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1245, \"group\": [2488.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCATTCACTT\", \"ini\": 2511, \"clust\": 1180, \"rank\": 2604, \"rankvar\": 3394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1078, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1246, \"group\": [1183.0, 92.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTGTAACGACG\", \"ini\": 2510, \"clust\": 1948, \"rank\": 3054, \"rankvar\": 2926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1247, \"group\": [1947.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGGCATGTG\", \"ini\": 2509, \"clust\": 4558, \"rank\": 1455, \"rankvar\": 3471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1080, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4789, \"group\": [4564.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAATAAGCA\", \"ini\": 2508, \"clust\": 2339, \"rank\": 2670, \"rankvar\": 1547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1248, \"group\": [2339.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTACGAGT\", \"ini\": 2507, \"clust\": 4390, \"rank\": 884, \"rankvar\": 645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3118, \"group\": [4389.0, 191.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACTCCTCAATT\", \"ini\": 2506, \"clust\": 694, \"rank\": 2356, \"rankvar\": 4510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1083, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2730, \"group\": [691.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTTGAGGTG\", \"ini\": 2505, \"clust\": 4688, \"rank\": 1247, \"rankvar\": 4545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1084, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4790, \"group\": [4688.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCTGATTCT\", \"ini\": 2504, \"clust\": 1755, \"rank\": 3223, \"rankvar\": 3372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1085, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1249, \"group\": [1754.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGTCTTACCGC\", \"ini\": 2503, \"clust\": 4920, \"rank\": 728, \"rankvar\": 1244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3119, \"group\": [4920.0, 210.0, 42.0, 15.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGCAATTA\", \"ini\": 2502, \"clust\": 4879, \"rank\": 1398, \"rankvar\": 3148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1087, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4791, \"group\": [4877.0, 200.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTTCTGTTTGT\", \"ini\": 2501, \"clust\": 1784, \"rank\": 2977, \"rankvar\": 3409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1088, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1250, \"group\": [1782.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTTACCAGT\", \"ini\": 2500, \"clust\": 1897, \"rank\": 2785, \"rankvar\": 2152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1251, \"group\": [1901.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCCACAGATTC\", \"ini\": 2499, \"clust\": 1823, \"rank\": 2840, \"rankvar\": 2781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1090, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1252, \"group\": [1824.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCATTAACCG\", \"ini\": 2498, \"clust\": 4876, \"rank\": 1550, \"rankvar\": 3489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1091, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4792, \"group\": [4875.0, 200.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTTCCCT\", \"ini\": 2497, \"clust\": 1619, \"rank\": 3805, \"rankvar\": 4494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1253, \"group\": [1615.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCTCCCATTAT\", \"ini\": 2496, \"clust\": 4971, \"rank\": 890, \"rankvar\": 3053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1093, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 235, \"group\": [4970.0, 220.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGACAGGCT\", \"ini\": 2495, \"clust\": 1842, \"rank\": 2809, \"rankvar\": 2552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1254, \"group\": [1840.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTCATGCCG\", \"ini\": 2494, \"clust\": 4577, \"rank\": 1212, \"rankvar\": 4774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1095, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4793, \"group\": [4576.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTTTCGCTC\", \"ini\": 2493, \"clust\": 4630, \"rank\": 1365, \"rankvar\": 4795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1096, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4794, \"group\": [4630.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGCGATCCC\", \"ini\": 2492, \"clust\": 751, \"rank\": 1780, \"rankvar\": 1059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1097, \"cat-1\": \"Cell Type: CD8-CD4-_T_Cells\", \"cat_1_index\": 2095, \"group\": [752.0, 51.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTGAGAT\", \"ini\": 2491, \"clust\": 4619, \"rank\": 1433, \"rankvar\": 2971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1098, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4795, \"group\": [4621.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCATGCTCC\", \"ini\": 2490, \"clust\": 5014, \"rank\": 343, \"rankvar\": 857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 72, \"group\": [5013.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCACATACG\", \"ini\": 2489, \"clust\": 1164, \"rank\": 2535, \"rankvar\": 910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1255, \"group\": [1165.0, 91.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGTCGTGC\", \"ini\": 2488, \"clust\": 1184, \"rank\": 1701, \"rankvar\": 1250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1101, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1256, \"group\": [1188.0, 92.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAAAGAGTCTGG\", \"ini\": 2487, \"clust\": 1785, \"rank\": 3076, \"rankvar\": 3462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1102, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1257, \"group\": [1783.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTGGC\", \"ini\": 2486, \"clust\": 2167, \"rank\": 2786, \"rankvar\": 1433, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1103, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1258, \"group\": [2167.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACAACA\", \"ini\": 2485, \"clust\": 2227, \"rank\": 2285, \"rankvar\": 1640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1104, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1259, \"group\": [2227.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCTCAAACG\", \"ini\": 2484, \"clust\": 1401, \"rank\": 1982, \"rankvar\": 620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1105, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1260, \"group\": [1403.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTATCGCAT\", \"ini\": 2483, \"clust\": 1602, \"rank\": 3499, \"rankvar\": 4150, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1106, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1261, \"group\": [1600.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGTCGCATGAT\", \"ini\": 2482, \"clust\": 2177, \"rank\": 2351, \"rankvar\": 1508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1262, \"group\": [2177.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACACTTGGAT\", \"ini\": 2481, \"clust\": 1170, \"rank\": 2188, \"rankvar\": 2317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1263, \"group\": [1171.0, 92.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGCCAGGAT\", \"ini\": 2480, \"clust\": 1911, \"rank\": 3037, \"rankvar\": 3618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1109, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1264, \"group\": [1911.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGATCTGCAGTA\", \"ini\": 2479, \"clust\": 2186, \"rank\": 3070, \"rankvar\": 3376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1110, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1265, \"group\": [2185.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGCATCTA\", \"ini\": 2478, \"clust\": 1547, \"rank\": 3565, \"rankvar\": 2480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1266, \"group\": [1546.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAGTCGC\", \"ini\": 2477, \"clust\": 1921, \"rank\": 2937, \"rankvar\": 3145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1112, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1267, \"group\": [1921.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTCACCTAA\", \"ini\": 2476, \"clust\": 1647, \"rank\": 3680, \"rankvar\": 3048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1113, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1268, \"group\": [1645.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTATCTCCCTGA\", \"ini\": 2475, \"clust\": 4658, \"rank\": 2022, \"rankvar\": 4821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1114, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4796, \"group\": [4658.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCATTTCAGG\", \"ini\": 2474, \"clust\": 2032, \"rank\": 2845, \"rankvar\": 2922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1115, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1269, \"group\": [2030.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAGACTTA\", \"ini\": 2473, \"clust\": 1439, \"rank\": 2334, \"rankvar\": 1784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1270, \"group\": [1439.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGCCAAAT\", \"ini\": 2472, \"clust\": 1206, \"rank\": 1163, \"rankvar\": 77, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1271, \"group\": [1206.0, 96.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGAAGCAGGCTA\", \"ini\": 2471, \"clust\": 2322, \"rank\": 3200, \"rankvar\": 4210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1118, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1272, \"group\": [2320.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGCAATCACAC\", \"ini\": 2470, \"clust\": 2204, \"rank\": 2437, \"rankvar\": 2990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1273, \"group\": [2203.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAAGACACG\", \"ini\": 2469, \"clust\": 1813, \"rank\": 2586, \"rankvar\": 898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1120, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1274, \"group\": [1815.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCCACCTTGTC\", \"ini\": 2468, \"clust\": 1756, \"rank\": 3366, \"rankvar\": 2405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1275, \"group\": [1755.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGAGCAATT\", \"ini\": 2467, \"clust\": 1782, \"rank\": 2903, \"rankvar\": 1092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1122, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1276, \"group\": [1785.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTGTCAAG\", \"ini\": 2466, \"clust\": 1722, \"rank\": 3257, \"rankvar\": 3636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1277, \"group\": [1722.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTCCCTTGT\", \"ini\": 2465, \"clust\": 1882, \"rank\": 2765, \"rankvar\": 2453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1278, \"group\": [1883.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGATCGTCTGCT\", \"ini\": 2464, \"clust\": 1729, \"rank\": 2910, \"rankvar\": 1324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1125, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1279, \"group\": [1732.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTTTGGCGC\", \"ini\": 2463, \"clust\": 1546, \"rank\": 2956, \"rankvar\": 1692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1126, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1280, \"group\": [1553.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAATGCCAT\", \"ini\": 2462, \"clust\": 2205, \"rank\": 2378, \"rankvar\": 1179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1281, \"group\": [2205.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGCGATCC\", \"ini\": 2461, \"clust\": 4561, \"rank\": 1122, \"rankvar\": 4040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4797, \"group\": [4559.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATTGGTAC\", \"ini\": 2460, \"clust\": 4778, \"rank\": 1520, \"rankvar\": 5084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1129, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4798, \"group\": [4778.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTATAGGTA\", \"ini\": 2459, \"clust\": 2229, \"rank\": 2418, \"rankvar\": 2776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1282, \"group\": [2229.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAGAAGCAC\", \"ini\": 2458, \"clust\": 1410, \"rank\": 2467, \"rankvar\": 2385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1131, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1283, \"group\": [1408.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAGTGTCTGAT\", \"ini\": 2457, \"clust\": 4166, \"rank\": 177, \"rankvar\": 1162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 73, \"group\": [4167.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGTCATTTGGG\", \"ini\": 2456, \"clust\": 314, \"rank\": 1640, \"rankvar\": 4770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1133, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2731, \"group\": [317.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGAGCTATA\", \"ini\": 2455, \"clust\": 2184, \"rank\": 2616, \"rankvar\": 2950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1134, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1284, \"group\": [2182.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCTGCAAT\", \"ini\": 2454, \"clust\": 2503, \"rank\": 3174, \"rankvar\": 2452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1135, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1285, \"group\": [2503.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGGGTTTCT\", \"ini\": 2453, \"clust\": 1932, \"rank\": 2831, \"rankvar\": 3185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1286, \"group\": [1934.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAATAGAGT\", \"ini\": 2452, \"clust\": 1494, \"rank\": 2232, \"rankvar\": 1293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1287, \"group\": [1492.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCCAAGCCTAT\", \"ini\": 2451, \"clust\": 1711, \"rank\": 2801, \"rankvar\": 2942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1288, \"group\": [1711.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCCGAACGC\", \"ini\": 2450, \"clust\": 4633, \"rank\": 1744, \"rankvar\": 4394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1139, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4799, \"group\": [4633.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCACCTTGTC\", \"ini\": 2449, \"clust\": 2190, \"rank\": 3116, \"rankvar\": 3791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1140, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1289, \"group\": [2188.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTAGAGTCTGG\", \"ini\": 2448, \"clust\": 1712, \"rank\": 3124, \"rankvar\": 2524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1141, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1290, \"group\": [1712.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCAAGGACAC\", \"ini\": 2447, \"clust\": 4815, \"rank\": 1323, \"rankvar\": 5030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1142, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4800, \"group\": [4814.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCTCGCATC\", \"ini\": 2446, \"clust\": 2073, \"rank\": 3058, \"rankvar\": 2097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1143, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1291, \"group\": [2071.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCAGGTAAA\", \"ini\": 2445, \"clust\": 2069, \"rank\": 2629, \"rankvar\": 3781, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1292, \"group\": [2070.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACATCTTGCATT\", \"ini\": 2444, \"clust\": 1488, \"rank\": 2517, \"rankvar\": 2044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1145, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1293, \"group\": [1487.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACGCCAGT\", \"ini\": 2443, \"clust\": 1434, \"rank\": 2282, \"rankvar\": 1576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1294, \"group\": [1434.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACATTGCGGC\", \"ini\": 2442, \"clust\": 1113, \"rank\": 1829, \"rankvar\": 1112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1147, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1295, \"group\": [1114.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGATGTGGC\", \"ini\": 2441, \"clust\": 4919, \"rank\": 979, \"rankvar\": 2080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3120, \"group\": [4921.0, 210.0, 42.0, 15.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTGGTTTCA\", \"ini\": 2440, \"clust\": 2220, \"rank\": 2379, \"rankvar\": 1946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1296, \"group\": [2220.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAACACCTA\", \"ini\": 2439, \"clust\": 2115, \"rank\": 2700, \"rankvar\": 2210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1150, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1297, \"group\": [2114.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCTACCTC\", \"ini\": 2438, \"clust\": 2290, \"rank\": 2619, \"rankvar\": 4684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1298, \"group\": [2290.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAATTCCTT\", \"ini\": 2437, \"clust\": 1826, \"rank\": 2732, \"rankvar\": 4181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1299, \"group\": [1826.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGCGCAA\", \"ini\": 2436, \"clust\": 2100, \"rank\": 2913, \"rankvar\": 1525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1300, \"group\": [2110.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAAGTAGGTGC\", \"ini\": 2435, \"clust\": 2216, \"rank\": 2613, \"rankvar\": 3141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1301, \"group\": [2215.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCAATCTC\", \"ini\": 2434, \"clust\": 1841, \"rank\": 2745, \"rankvar\": 2785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1155, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1302, \"group\": [1844.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGTTGTAGA\", \"ini\": 2433, \"clust\": 5052, \"rank\": 1204, \"rankvar\": 4490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1156, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 74, \"group\": [5050.0, 224.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTAAATGTG\", \"ini\": 2432, \"clust\": 2460, \"rank\": 2300, \"rankvar\": 3328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1157, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1303, \"group\": [2459.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTACCGCTG\", \"ini\": 2431, \"clust\": 1597, \"rank\": 2924, \"rankvar\": 2240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1158, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1304, \"group\": [1598.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGCACATGGGA\", \"ini\": 2430, \"clust\": 1775, \"rank\": 3439, \"rankvar\": 2557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1159, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1305, \"group\": [1774.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGATCTGAA\", \"ini\": 2429, \"clust\": 2223, \"rank\": 2172, \"rankvar\": 3262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1306, \"group\": [2224.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGCGCCTCA\", \"ini\": 2428, \"clust\": 4888, \"rank\": 1371, \"rankvar\": 3626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1161, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4801, \"group\": [4885.0, 200.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTGTTTGGT\", \"ini\": 2427, \"clust\": 4865, \"rank\": 1662, \"rankvar\": 4587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1162, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4802, \"group\": [4863.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTGTATTAGCC\", \"ini\": 2426, \"clust\": 2306, \"rank\": 2420, \"rankvar\": 2302, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1307, \"group\": [2308.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGAGGGATA\", \"ini\": 2425, \"clust\": 2435, \"rank\": 2273, \"rankvar\": 1447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1308, \"group\": [2435.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCGTGAGTATA\", \"ini\": 2424, \"clust\": 1472, \"rank\": 2595, \"rankvar\": 1271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1165, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1309, \"group\": [1471.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGGCTAGAC\", \"ini\": 2423, \"clust\": 1758, \"rank\": 3338, \"rankvar\": 2695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1310, \"group\": [1757.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTCCTGCTT\", \"ini\": 2422, \"clust\": 2351, \"rank\": 2011, \"rankvar\": 1323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1311, \"group\": [2352.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCAGACGCCT\", \"ini\": 2421, \"clust\": 2210, \"rank\": 2996, \"rankvar\": 4481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1168, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1312, \"group\": [2208.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGTAGTGCG\", \"ini\": 2420, \"clust\": 4828, \"rank\": 1252, \"rankvar\": 4735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4803, \"group\": [4827.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTAGAACAATC\", \"ini\": 2419, \"clust\": 1748, \"rank\": 3231, \"rankvar\": 3245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1170, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1313, \"group\": [1747.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCATCGGTGTCG\", \"ini\": 2418, \"clust\": 1788, \"rank\": 3400, \"rankvar\": 4450, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1314, \"group\": [1786.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGTCAATAG\", \"ini\": 2417, \"clust\": 443, \"rank\": 1333, \"rankvar\": 2625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1172, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2732, \"group\": [443.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAGCTGGT\", \"ini\": 2416, \"clust\": 2324, \"rank\": 3074, \"rankvar\": 2202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1315, \"group\": [2326.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCAGCGACC\", \"ini\": 2415, \"clust\": 1939, \"rank\": 2829, \"rankvar\": 1997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1316, \"group\": [1938.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACATTGAGCT\", \"ini\": 2414, \"clust\": 2169, \"rank\": 2894, \"rankvar\": 4734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1175, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1317, \"group\": [2175.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTCGAATCT\", \"ini\": 2413, \"clust\": 2112, \"rank\": 3247, \"rankvar\": 3866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1176, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1318, \"group\": [2111.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGCCCTAAT\", \"ini\": 2412, \"clust\": 1912, \"rank\": 2761, \"rankvar\": 3187, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1177, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1319, \"group\": [1912.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTAACTGG\", \"ini\": 2411, \"clust\": 1600, \"rank\": 3126, \"rankvar\": 4053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1320, \"group\": [1603.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGAGCTC\", \"ini\": 2410, \"clust\": 1902, \"rank\": 3361, \"rankvar\": 2462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1179, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1321, \"group\": [1902.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGAGACGAA\", \"ini\": 2409, \"clust\": 1903, \"rank\": 3139, \"rankvar\": 2694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1180, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1322, \"group\": [1903.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGAAACCTA\", \"ini\": 2408, \"clust\": 4783, \"rank\": 1599, \"rankvar\": 4796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1181, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4804, \"group\": [4780.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCTGCC\", \"ini\": 2407, \"clust\": 4856, \"rank\": 1500, \"rankvar\": 4567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1182, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4805, \"group\": [4852.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTCTCTTTA\", \"ini\": 2406, \"clust\": 1426, \"rank\": 2234, \"rankvar\": 1243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1183, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1323, \"group\": [1424.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTAGAGC\", \"ini\": 2405, \"clust\": 4605, \"rank\": 1444, \"rankvar\": 5052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4806, \"group\": [4605.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGCCGATTT\", \"ini\": 2404, \"clust\": 1934, \"rank\": 2713, \"rankvar\": 2467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1324, \"group\": [1933.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCATTCACT\", \"ini\": 2403, \"clust\": 4546, \"rank\": 1140, \"rankvar\": 4328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1186, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4807, \"group\": [4545.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTCACGGC\", \"ini\": 2402, \"clust\": 2098, \"rank\": 3208, \"rankvar\": 3977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1187, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1325, \"group\": [2097.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATAAGTCATGCAAC\", \"ini\": 2401, \"clust\": 2421, \"rank\": 2233, \"rankvar\": 2338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1188, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1326, \"group\": [2423.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCGCGTTT\", \"ini\": 2400, \"clust\": 1806, \"rank\": 3270, \"rankvar\": 2032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1189, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1327, \"group\": [1808.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCACTAT\", \"ini\": 2399, \"clust\": 4361, \"rank\": 667, \"rankvar\": 89, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1190, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4808, \"group\": [4362.0, 185.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTCAGTCAGCC\", \"ini\": 2398, \"clust\": 2047, \"rank\": 2853, \"rankvar\": 4594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1191, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1328, \"group\": [2046.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCTCATAACCG\", \"ini\": 2397, \"clust\": 4414, \"rank\": 947, \"rankvar\": 902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1192, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3025, \"group\": [4414.0, 192.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCGTAGTA\", \"ini\": 2396, \"clust\": 1568, \"rank\": 3244, \"rankvar\": 3279, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1329, \"group\": [1570.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGGTTGCTCCT\", \"ini\": 2395, \"clust\": 2217, \"rank\": 2895, \"rankvar\": 3679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1194, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1330, \"group\": [2219.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCGTCTGCT\", \"ini\": 2394, \"clust\": 2087, \"rank\": 3643, \"rankvar\": 3988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1331, \"group\": [2084.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTCATACTG\", \"ini\": 2393, \"clust\": 4478, \"rank\": 1179, \"rankvar\": 3738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4809, \"group\": [4478.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCCCACTTG\", \"ini\": 2392, \"clust\": 1770, \"rank\": 2777, \"rankvar\": 1825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1197, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1332, \"group\": [1768.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCAAGGCTCC\", \"ini\": 2391, \"clust\": 1689, \"rank\": 3504, \"rankvar\": 4124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1333, \"group\": [1688.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGAACAT\", \"ini\": 2390, \"clust\": 2431, \"rank\": 2176, \"rankvar\": 1580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1199, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1334, \"group\": [2430.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCTCTAGC\", \"ini\": 2389, \"clust\": 4660, \"rank\": 1564, \"rankvar\": 5146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1200, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4810, \"group\": [4672.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTAGGAGTTGC\", \"ini\": 2388, \"clust\": 4458, \"rank\": 984, \"rankvar\": 3779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1201, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4811, \"group\": [4458.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTGAAATCA\", \"ini\": 2387, \"clust\": 1307, \"rank\": 2679, \"rankvar\": 1426, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1335, \"group\": [1306.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGCCACGTC\", \"ini\": 2386, \"clust\": 2423, \"rank\": 2429, \"rankvar\": 3422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1203, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1336, \"group\": [2422.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTAATTGGA\", \"ini\": 2385, \"clust\": 2426, \"rank\": 2902, \"rankvar\": 3741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1204, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1337, \"group\": [2425.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTAGATTAG\", \"ini\": 2384, \"clust\": 2141, \"rank\": 3101, \"rankvar\": 1828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1205, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1338, \"group\": [2143.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACAAGCGATG\", \"ini\": 2383, \"clust\": 2242, \"rank\": 2687, \"rankvar\": 4018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1339, \"group\": [2241.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCCGCGCAA\", \"ini\": 2382, \"clust\": 4689, \"rank\": 1466, \"rankvar\": 4788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1207, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4812, \"group\": [4689.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGCTGTTA\", \"ini\": 2381, \"clust\": 1893, \"rank\": 2746, \"rankvar\": 2737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1340, \"group\": [1892.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCAGAGGA\", \"ini\": 2380, \"clust\": 210, \"rank\": 3109, \"rankvar\": 4008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1209, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1341, \"group\": [210.0, 22.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGCAAGAGTCG\", \"ini\": 2379, \"clust\": 712, \"rank\": 2168, \"rankvar\": 3558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1210, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2733, \"group\": [710.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAATGGAAT\", \"ini\": 2378, \"clust\": 2116, \"rank\": 3280, \"rankvar\": 4460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1342, \"group\": [2115.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGGAACGT\", \"ini\": 2377, \"clust\": 1860, \"rank\": 2989, \"rankvar\": 4184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1212, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1343, \"group\": [1859.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAAGCGAGAAA\", \"ini\": 2376, \"clust\": 2082, \"rank\": 3482, \"rankvar\": 3737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1344, \"group\": [2081.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATCTGGTA\", \"ini\": 2375, \"clust\": 4677, \"rank\": 1469, \"rankvar\": 4918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4813, \"group\": [4676.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTCTCCACT\", \"ini\": 2374, \"clust\": 1713, \"rank\": 3151, \"rankvar\": 2084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1345, \"group\": [1713.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGCAAATCA\", \"ini\": 2373, \"clust\": 1344, \"rank\": 2116, \"rankvar\": 608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1216, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1346, \"group\": [1342.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAGGAACGT\", \"ini\": 2372, \"clust\": 690, \"rank\": 2223, \"rankvar\": 4548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1217, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2734, \"group\": [688.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAGTAGTA\", \"ini\": 2371, \"clust\": 2134, \"rank\": 2825, \"rankvar\": 1665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1218, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1347, \"group\": [2134.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTGTTCTTT\", \"ini\": 2370, \"clust\": 2762, \"rank\": 1095, \"rankvar\": 4486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1219, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3961, \"group\": [2762.0, 131.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGGTCA\", \"ini\": 2369, \"clust\": 1330, \"rank\": 1837, \"rankvar\": 1502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1220, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1348, \"group\": [1329.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGGTGACAAAT\", \"ini\": 2368, \"clust\": 5035, \"rank\": 257, \"rankvar\": 1771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1221, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 75, \"group\": [5033.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATATCCG\", \"ini\": 2367, \"clust\": 1864, \"rank\": 2608, \"rankvar\": 2897, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1222, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1349, \"group\": [1862.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGTCTGAA\", \"ini\": 2366, \"clust\": 1601, \"rank\": 3026, \"rankvar\": 3427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1350, \"group\": [1602.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGCAGTCTTCC\", \"ini\": 2365, \"clust\": 1652, \"rank\": 3465, \"rankvar\": 2293, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1224, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1351, \"group\": [1652.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGATGAGAG\", \"ini\": 2364, \"clust\": 4776, \"rank\": 1221, \"rankvar\": 3754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4814, \"group\": [4786.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTACACTGCCAG\", \"ini\": 2363, \"clust\": 4682, \"rank\": 1512, \"rankvar\": 4940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1226, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4815, \"group\": [4682.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACAGCTTATCG\", \"ini\": 2362, \"clust\": 4679, \"rank\": 1474, \"rankvar\": 5069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1227, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4816, \"group\": [4679.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGACTGGGT\", \"ini\": 2361, \"clust\": 1382, \"rank\": 2182, \"rankvar\": 1182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1352, \"group\": [1387.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGTGACCC\", \"ini\": 2360, \"clust\": 1734, \"rank\": 3250, \"rankvar\": 1204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1229, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1353, \"group\": [1733.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGAGACGAA\", \"ini\": 2359, \"clust\": 1692, \"rank\": 3222, \"rankvar\": 3955, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1354, \"group\": [1692.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCTCCGTCATC\", \"ini\": 2358, \"clust\": 4723, \"rank\": 1053, \"rankvar\": 4406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1231, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4817, \"group\": [4722.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGGTCGGATCC\", \"ini\": 2357, \"clust\": 1403, \"rank\": 1954, \"rankvar\": 1181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1355, \"group\": [1402.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCCCAAGAT\", \"ini\": 2356, \"clust\": 1886, \"rank\": 3088, \"rankvar\": 3251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1233, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1356, \"group\": [1886.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGCCAGTACCCAAT\", \"ini\": 2355, \"clust\": 1783, \"rank\": 3132, \"rankvar\": 3448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1234, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1357, \"group\": [1784.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGAGGGAG\", \"ini\": 2354, \"clust\": 4362, \"rank\": 1161, \"rankvar\": 26, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1235, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4818, \"group\": [4375.0, 185.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGAGCACGCCT\", \"ini\": 2353, \"clust\": 2173, \"rank\": 3027, \"rankvar\": 3884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1236, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1358, \"group\": [2173.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATCACGG\", \"ini\": 2352, \"clust\": 1555, \"rank\": 3075, \"rankvar\": 2977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1237, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1359, \"group\": [1555.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGAATTAC\", \"ini\": 2351, \"clust\": 4851, \"rank\": 1834, \"rankvar\": 4332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1238, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4819, \"group\": [4849.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTAGCGCAA\", \"ini\": 2350, \"clust\": 2350, \"rank\": 1706, \"rankvar\": 1266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1239, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1360, \"group\": [2353.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACAGGTCCAC\", \"ini\": 2349, \"clust\": 4549, \"rank\": 1355, \"rankvar\": 4493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1240, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4820, \"group\": [4555.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCACCTCGTT\", \"ini\": 2348, \"clust\": 5008, \"rank\": 426, \"rankvar\": 537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1241, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 76, \"group\": [5005.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCGTTCCACTC\", \"ini\": 2347, \"clust\": 691, \"rank\": 2173, \"rankvar\": 4232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1242, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2735, \"group\": [689.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCCAAATGC\", \"ini\": 2346, \"clust\": 1851, \"rank\": 2833, \"rankvar\": 2039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1243, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1361, \"group\": [1850.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCACAACGT\", \"ini\": 2345, \"clust\": 1498, \"rank\": 3302, \"rankvar\": 2943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1244, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1362, \"group\": [1497.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCCCATTAT\", \"ini\": 2344, \"clust\": 1759, \"rank\": 3030, \"rankvar\": 4254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1363, \"group\": [1758.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTGGCGAAT\", \"ini\": 2343, \"clust\": 1295, \"rank\": 1991, \"rankvar\": 2504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1246, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1364, \"group\": [1292.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACAACACCTA\", \"ini\": 2342, \"clust\": 1163, \"rank\": 1763, \"rankvar\": 588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1247, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1365, \"group\": [1164.0, 90.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAACACAGGTTT\", \"ini\": 2341, \"clust\": 2761, \"rank\": 646, \"rankvar\": 4259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3962, \"group\": [2759.0, 131.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCCAACAACCT\", \"ini\": 2340, \"clust\": 1533, \"rank\": 3523, \"rankvar\": 1473, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1249, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1366, \"group\": [1531.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCAAGCCTA\", \"ini\": 2339, \"clust\": 1592, \"rank\": 3333, \"rankvar\": 1490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1250, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1367, \"group\": [1592.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGGGATGGG\", \"ini\": 2338, \"clust\": 1852, \"rank\": 2886, \"rankvar\": 2853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1251, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1368, \"group\": [1851.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGATCTTGCCGT\", \"ini\": 2337, \"clust\": 1894, \"rank\": 2925, \"rankvar\": 828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1252, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1369, \"group\": [1896.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAAATTGCC\", \"ini\": 2336, \"clust\": 1168, \"rank\": 1919, \"rankvar\": 499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1370, \"group\": [1168.0, 91.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCCCTCAGT\", \"ini\": 2335, \"clust\": 1727, \"rank\": 3259, \"rankvar\": 3619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1371, \"group\": [1726.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCGACTGC\", \"ini\": 2334, \"clust\": 1793, \"rank\": 3204, \"rankvar\": 4166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1255, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1372, \"group\": [1792.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCATCTACGA\", \"ini\": 2333, \"clust\": 5012, \"rank\": 375, \"rankvar\": 332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1256, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 77, \"group\": [5012.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGAGGT\", \"ini\": 2332, \"clust\": 1918, \"rank\": 2778, \"rankvar\": 1726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1257, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1373, \"group\": [1918.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGAGGGATA\", \"ini\": 2331, \"clust\": 4668, \"rank\": 1606, \"rankvar\": 5129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1258, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4821, \"group\": [4665.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTCGAATC\", \"ini\": 2330, \"clust\": 4814, \"rank\": 1718, \"rankvar\": 4950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4822, \"group\": [4816.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCAGTGGA\", \"ini\": 2329, \"clust\": 1190, \"rank\": 1711, \"rankvar\": 1066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1260, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1374, \"group\": [1191.0, 92.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTTCCCTTG\", \"ini\": 2328, \"clust\": 2282, \"rank\": 2722, \"rankvar\": 2593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1261, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1375, \"group\": [2280.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCCTTCAAT\", \"ini\": 2327, \"clust\": 1192, \"rank\": 1542, \"rankvar\": 1055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1376, \"group\": [1193.0, 92.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCTCGAATGGG\", \"ini\": 2326, \"clust\": 322, \"rank\": 2198, \"rankvar\": 4819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1263, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2736, \"group\": [323.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACATGGTCTA\", \"ini\": 2325, \"clust\": 2418, \"rank\": 2817, \"rankvar\": 1632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1377, \"group\": [2420.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCGTGCCTTGG\", \"ini\": 2324, \"clust\": 2262, \"rank\": 2828, \"rankvar\": 2590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1265, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1378, \"group\": [2260.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCGTCTGCT\", \"ini\": 2323, \"clust\": 1717, \"rank\": 3349, \"rankvar\": 3154, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1379, \"group\": [1716.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGAGGCCATAG\", \"ini\": 2322, \"clust\": 2382, \"rank\": 2294, \"rankvar\": 2123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1380, \"group\": [2383.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAGTCTAAAGA\", \"ini\": 2321, \"clust\": 4565, \"rank\": 696, \"rankvar\": 4964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1268, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4823, \"group\": [4569.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGCATGAG\", \"ini\": 2320, \"clust\": 4481, \"rank\": 958, \"rankvar\": 2026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1269, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4824, \"group\": [4480.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTAGCACACAG\", \"ini\": 2319, \"clust\": 1889, \"rank\": 2881, \"rankvar\": 2067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1270, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1381, \"group\": [1889.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAAGGTGATTA\", \"ini\": 2318, \"clust\": 1789, \"rank\": 3211, \"rankvar\": 3525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1382, \"group\": [1787.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTATCAAACAAG\", \"ini\": 2317, \"clust\": 685, \"rank\": 2561, \"rankvar\": 3925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1272, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2737, \"group\": [684.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGCTAGTCT\", \"ini\": 2316, \"clust\": 1406, \"rank\": 2348, \"rankvar\": 1685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1273, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1383, \"group\": [1405.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCGCGAAA\", \"ini\": 2315, \"clust\": 933, \"rank\": 882, \"rankvar\": 715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1274, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1384, \"group\": [939.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCACTCCTG\", \"ini\": 2314, \"clust\": 2126, \"rank\": 3627, \"rankvar\": 2796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1385, \"group\": [2127.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGGTATCG\", \"ini\": 2313, \"clust\": 1103, \"rank\": 1887, \"rankvar\": 1866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1276, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1386, \"group\": [1105.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGCTGCCCA\", \"ini\": 2312, \"clust\": 1296, \"rank\": 2029, \"rankvar\": 1362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1387, \"group\": [1293.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCCACTCGACG\", \"ini\": 2311, \"clust\": 1807, \"rank\": 3237, \"rankvar\": 2898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1278, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1388, \"group\": [1806.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTAGTTACGGG\", \"ini\": 2310, \"clust\": 2180, \"rank\": 2528, \"rankvar\": 2220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1389, \"group\": [2179.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCCATCGTCGG\", \"ini\": 2309, \"clust\": 1599, \"rank\": 2922, \"rankvar\": 3661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1390, \"group\": [1597.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGTGGAGTC\", \"ini\": 2308, \"clust\": 4169, \"rank\": 521, \"rankvar\": 248, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1281, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 78, \"group\": [4169.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAAGCGAGT\", \"ini\": 2307, \"clust\": 2288, \"rank\": 2526, \"rankvar\": 3567, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1391, \"group\": [2288.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGGCAGTA\", \"ini\": 2306, \"clust\": 5034, \"rank\": 407, \"rankvar\": 1359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1283, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 79, \"group\": [5035.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCAAAGACA\", \"ini\": 2305, \"clust\": 4697, \"rank\": 1113, \"rankvar\": 4934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1284, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4825, \"group\": [4694.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGTGTTTGC\", \"ini\": 2304, \"clust\": 2219, \"rank\": 2404, \"rankvar\": 2859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1392, \"group\": [2218.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTCGGACG\", \"ini\": 2303, \"clust\": 2031, \"rank\": 3632, \"rankvar\": 3966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1393, \"group\": [2032.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCGGAGCAA\", \"ini\": 2302, \"clust\": 1856, \"rank\": 2923, \"rankvar\": 1635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1394, \"group\": [1856.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCAGGATCT\", \"ini\": 2301, \"clust\": 2258, \"rank\": 2703, \"rankvar\": 4675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1395, \"group\": [2257.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTGAGGCTA\", \"ini\": 2300, \"clust\": 697, \"rank\": 3339, \"rankvar\": 4710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1289, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2738, \"group\": [694.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCATGCTGGC\", \"ini\": 2299, \"clust\": 2212, \"rank\": 2328, \"rankvar\": 2999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1290, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1396, \"group\": [2211.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTAACCGA\", \"ini\": 2298, \"clust\": 2327, \"rank\": 3278, \"rankvar\": 4025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1397, \"group\": [2327.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCAGCATGAG\", \"ini\": 2297, \"clust\": 2160, \"rank\": 2985, \"rankvar\": 3134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1398, \"group\": [2160.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTCCGT\", \"ini\": 2296, \"clust\": 2275, \"rank\": 3039, \"rankvar\": 2308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1293, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1399, \"group\": [2274.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACAAGCCCAC\", \"ini\": 2295, \"clust\": 1393, \"rank\": 2905, \"rankvar\": 1277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1294, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1400, \"group\": [1392.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGACAAGAAAGG\", \"ini\": 2294, \"clust\": 676, \"rank\": 1988, \"rankvar\": 3850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1295, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2739, \"group\": [675.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCAAGAAGT\", \"ini\": 2293, \"clust\": 720, \"rank\": 2189, \"rankvar\": 4445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1296, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2740, \"group\": [719.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTAAGGCTAGCA\", \"ini\": 2292, \"clust\": 3022, \"rank\": 1743, \"rankvar\": 3168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3121, \"group\": [3023.0, 153.0, 32.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCAACACCA\", \"ini\": 2291, \"clust\": 5031, \"rank\": 395, \"rankvar\": 1412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1298, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 80, \"group\": [5031.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCACTGGGC\", \"ini\": 2290, \"clust\": 1404, \"rank\": 2673, \"rankvar\": 1944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1299, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1401, \"group\": [1406.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGAGCTATA\", \"ini\": 2289, \"clust\": 4695, \"rank\": 1431, \"rankvar\": 4898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1300, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4826, \"group\": [4697.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCAACGGGA\", \"ini\": 2288, \"clust\": 4997, \"rank\": 211, \"rankvar\": 753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1301, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 81, \"group\": [4993.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCATGCATGT\", \"ini\": 2287, \"clust\": 1821, \"rank\": 2990, \"rankvar\": 4278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1302, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1402, \"group\": [1821.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCTATGTGG\", \"ini\": 2286, \"clust\": 2050, \"rank\": 3236, \"rankvar\": 3385, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1403, \"group\": [2051.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGCACCGCT\", \"ini\": 2285, \"clust\": 2333, \"rank\": 3272, \"rankvar\": 3109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1304, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1404, \"group\": [2331.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAATTCCTT\", \"ini\": 2284, \"clust\": 1760, \"rank\": 2934, \"rankvar\": 2430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1305, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1405, \"group\": [1763.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGTCGCCGT\", \"ini\": 2283, \"clust\": 3112, \"rank\": 1306, \"rankvar\": 1198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3122, \"group\": [3113.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCAGATAA\", \"ini\": 2282, \"clust\": 4796, \"rank\": 1490, \"rankvar\": 1555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1307, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4827, \"group\": [4794.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTGGAAAGA\", \"ini\": 2281, \"clust\": 1854, \"rank\": 2874, \"rankvar\": 2571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1406, \"group\": [1853.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCCATTAT\", \"ini\": 2280, \"clust\": 1835, \"rank\": 3165, \"rankvar\": 4589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1309, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1407, \"group\": [1833.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGACAGCCTTTC\", \"ini\": 2279, \"clust\": 2437, \"rank\": 2684, \"rankvar\": 1662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1310, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1408, \"group\": [2437.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGCTCCCAG\", \"ini\": 2278, \"clust\": 1769, \"rank\": 3229, \"rankvar\": 2403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1409, \"group\": [1770.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGACAATAC\", \"ini\": 2277, \"clust\": 2331, \"rank\": 3081, \"rankvar\": 3543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1410, \"group\": [2334.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAACAAGTTGTC\", \"ini\": 2276, \"clust\": 1441, \"rank\": 2312, \"rankvar\": 2136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1313, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1411, \"group\": [1438.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCGCGTTTC\", \"ini\": 2275, \"clust\": 4729, \"rank\": 1254, \"rankvar\": 4317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1314, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4828, \"group\": [4732.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAGCTTAAC\", \"ini\": 2274, \"clust\": 1907, \"rank\": 2938, \"rankvar\": 936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1412, \"group\": [1910.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTGTGTGCC\", \"ini\": 2273, \"clust\": 710, \"rank\": 2695, \"rankvar\": 4560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1316, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2741, \"group\": [707.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTAATTGGA\", \"ini\": 2272, \"clust\": 2099, \"rank\": 3003, \"rankvar\": 3269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1317, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1413, \"group\": [2098.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCGTGAC\", \"ini\": 2271, \"clust\": 4846, \"rank\": 1513, \"rankvar\": 1760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1318, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4829, \"group\": [4843.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCCCTGACT\", \"ini\": 2270, \"clust\": 1384, \"rank\": 2465, \"rankvar\": 2401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1414, \"group\": [1382.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAAGCGCTC\", \"ini\": 2269, \"clust\": 2221, \"rank\": 2369, \"rankvar\": 871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1415, \"group\": [2221.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTTATCACG\", \"ini\": 2268, \"clust\": 1569, \"rank\": 2838, \"rankvar\": 1682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1416, \"group\": [1568.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCCACGTTC\", \"ini\": 2267, \"clust\": 752, \"rank\": 2349, \"rankvar\": 2140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1322, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2742, \"group\": [755.0, 52.0, 10.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGCCAT\", \"ini\": 2266, \"clust\": 2509, \"rank\": 3466, \"rankvar\": 2725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1417, \"group\": [2508.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCACCATGTA\", \"ini\": 2265, \"clust\": 4463, \"rank\": 1242, \"rankvar\": 3890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1324, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4830, \"group\": [4476.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGAGCCATCGC\", \"ini\": 2264, \"clust\": 4391, \"rank\": 914, \"rankvar\": 446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3123, \"group\": [4390.0, 191.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCGTTCTGAAC\", \"ini\": 2263, \"clust\": 2266, \"rank\": 2741, \"rankvar\": 2392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1418, \"group\": [2266.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTGTTCCCGAG\", \"ini\": 2262, \"clust\": 3089, \"rank\": 1385, \"rankvar\": 1742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3124, \"group\": [3100.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCTCTCAACTT\", \"ini\": 2261, \"clust\": 1862, \"rank\": 2889, \"rankvar\": 2894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1419, \"group\": [1863.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTACGTAA\", \"ini\": 2260, \"clust\": 2276, \"rank\": 3140, \"rankvar\": 3872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1329, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1420, \"group\": [2275.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGGAATCGC\", \"ini\": 2259, \"clust\": 4575, \"rank\": 1328, \"rankvar\": 4753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1330, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4831, \"group\": [4577.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCCGAATGT\", \"ini\": 2258, \"clust\": 4986, \"rank\": 725, \"rankvar\": 1125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1331, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 82, \"group\": [4983.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTAGGCAATTA\", \"ini\": 2257, \"clust\": 5045, \"rank\": 536, \"rankvar\": 971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1332, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 83, \"group\": [5043.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCTCTTATG\", \"ini\": 2256, \"clust\": 4707, \"rank\": 1273, \"rankvar\": 4720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4832, \"group\": [4705.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGTTGACA\", \"ini\": 2255, \"clust\": 2077, \"rank\": 3166, \"rankvar\": 4623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1421, \"group\": [2075.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCGCTTAGA\", \"ini\": 2254, \"clust\": 2283, \"rank\": 3146, \"rankvar\": 4382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1335, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1422, \"group\": [2286.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTGTAGTAGTA\", \"ini\": 2253, \"clust\": 4811, \"rank\": 1366, \"rankvar\": 5082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1336, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4833, \"group\": [4813.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTAATCACC\", \"ini\": 2252, \"clust\": 4642, \"rank\": 874, \"rankvar\": 5100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1337, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4834, \"group\": [4641.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGCTGTTCA\", \"ini\": 2251, \"clust\": 1557, \"rank\": 2514, \"rankvar\": 733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1423, \"group\": [1558.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCATCGATG\", \"ini\": 2250, \"clust\": 2171, \"rank\": 3535, \"rankvar\": 3400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1424, \"group\": [2169.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCCAGCCAGAA\", \"ini\": 2249, \"clust\": 1942, \"rank\": 2816, \"rankvar\": 3886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1340, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1425, \"group\": [1941.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATCAGTAC\", \"ini\": 2248, \"clust\": 2528, \"rank\": 3845, \"rankvar\": 2786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1426, \"group\": [2527.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGAGGAGCGTT\", \"ini\": 2247, \"clust\": 5046, \"rank\": 437, \"rankvar\": 796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1342, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 84, \"group\": [5044.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCGAACTGT\", \"ini\": 2246, \"clust\": 1108, \"rank\": 2336, \"rankvar\": 2054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1427, \"group\": [1108.0, 87.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGTCGTGGGAA\", \"ini\": 2245, \"clust\": 2051, \"rank\": 3000, \"rankvar\": 4389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1344, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1428, \"group\": [2049.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCAACGGT\", \"ini\": 2244, \"clust\": 2284, \"rank\": 3315, \"rankvar\": 4418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1345, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1429, \"group\": [2285.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCAACCATG\", \"ini\": 2243, \"clust\": 1611, \"rank\": 3602, \"rankvar\": 3062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1346, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1430, \"group\": [1610.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGGCTTCC\", \"ini\": 2242, \"clust\": 2270, \"rank\": 3133, \"rankvar\": 3725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1347, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1431, \"group\": [2269.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTTATCGGT\", \"ini\": 2241, \"clust\": 4801, \"rank\": 1610, \"rankvar\": 4499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1348, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4835, \"group\": [4801.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAATCCGAT\", \"ini\": 2240, \"clust\": 2137, \"rank\": 2852, \"rankvar\": 3242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1432, \"group\": [2137.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACAACTGCGC\", \"ini\": 2239, \"clust\": 2763, \"rank\": 1211, \"rankvar\": 4073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1350, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3963, \"group\": [2760.0, 131.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGGGAGAG\", \"ini\": 2238, \"clust\": 1737, \"rank\": 3639, \"rankvar\": 3206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1351, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1433, \"group\": [1736.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGACTACAA\", \"ini\": 2237, \"clust\": 1375, \"rank\": 2688, \"rankvar\": 838, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1352, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1434, \"group\": [1374.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTCAGAAGC\", \"ini\": 2236, \"clust\": 4837, \"rank\": 2101, \"rankvar\": 4721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4836, \"group\": [4834.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTCCCTACT\", \"ini\": 2235, \"clust\": 702, \"rank\": 2979, \"rankvar\": 5175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1354, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2743, \"group\": [700.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCCGTTAA\", \"ini\": 2234, \"clust\": 2231, \"rank\": 2498, \"rankvar\": 3929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1355, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1435, \"group\": [2230.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTAGTTCGCGC\", \"ini\": 2233, \"clust\": 2103, \"rank\": 2959, \"rankvar\": 2382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1436, \"group\": [2104.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGAGTGACC\", \"ini\": 2232, \"clust\": 1334, \"rank\": 1849, \"rankvar\": 2584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1437, \"group\": [1332.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACAGATGAGC\", \"ini\": 2231, \"clust\": 5043, \"rank\": 342, \"rankvar\": 824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1358, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 85, \"group\": [5041.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTAGTGGGTTG\", \"ini\": 2230, \"clust\": 2536, \"rank\": 3671, \"rankvar\": 4135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1438, \"group\": [2536.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAAGTCGTTTG\", \"ini\": 2229, \"clust\": 1697, \"rank\": 3152, \"rankvar\": 2334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1360, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1439, \"group\": [1695.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGACAATGGATA\", \"ini\": 2228, \"clust\": 1614, \"rank\": 3502, \"rankvar\": 3675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1440, \"group\": [1613.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGAGGTACTCT\", \"ini\": 2227, \"clust\": 1385, \"rank\": 2599, \"rankvar\": 1801, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1362, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1441, \"group\": [1383.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGTCTGCGACG\", \"ini\": 2226, \"clust\": 2261, \"rank\": 3053, \"rankvar\": 2647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1363, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1442, \"group\": [2262.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTCGGACG\", \"ini\": 2225, \"clust\": 1953, \"rank\": 2810, \"rankvar\": 3050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1364, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1443, \"group\": [1952.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATTCTTACCGC\", \"ini\": 2224, \"clust\": 1708, \"rank\": 3175, \"rankvar\": 2952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1444, \"group\": [1708.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTACTTCTT\", \"ini\": 2223, \"clust\": 2166, \"rank\": 3249, \"rankvar\": 4265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1445, \"group\": [2163.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGTAAGTA\", \"ini\": 2222, \"clust\": 725, \"rank\": 2190, \"rankvar\": 4776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1367, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2744, \"group\": [721.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAAGGAG\", \"ini\": 2221, \"clust\": 4839, \"rank\": 1717, \"rankvar\": 5074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1368, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4837, \"group\": [4837.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCTTTCCTC\", \"ini\": 2220, \"clust\": 2206, \"rank\": 2332, \"rankvar\": 2083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1446, \"group\": [2206.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTCTACCTC\", \"ini\": 2219, \"clust\": 4653, \"rank\": 1105, \"rankvar\": 3847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1370, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4838, \"group\": [4653.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTGTGTTGAGG\", \"ini\": 2218, \"clust\": 2239, \"rank\": 2756, \"rankvar\": 1217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1371, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1447, \"group\": [2238.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCTTGTACT\", \"ini\": 2217, \"clust\": 2420, \"rank\": 2373, \"rankvar\": 3341, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1448, \"group\": [2419.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCGTTTGCC\", \"ini\": 2216, \"clust\": 2244, \"rank\": 2569, \"rankvar\": 4562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1449, \"group\": [2246.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCAGTCTTCC\", \"ini\": 2215, \"clust\": 740, \"rank\": 2573, \"rankvar\": 4440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2745, \"group\": [736.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTGACTCAT\", \"ini\": 2214, \"clust\": 1436, \"rank\": 2407, \"rankvar\": 2107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1450, \"group\": [1436.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCGGACAAG\", \"ini\": 2213, \"clust\": 4606, \"rank\": 1748, \"rankvar\": 4853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1376, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4839, \"group\": [4603.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCAGGTAAA\", \"ini\": 2212, \"clust\": 810, \"rank\": 1118, \"rankvar\": 2461, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1377, \"cat-1\": \"Cell Type: NKT_Cells\", \"cat_1_index\": 4326, \"group\": [812.0, 63.0, 12.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTGGGTCAA\", \"ini\": 2211, \"clust\": 1624, \"rank\": 3185, \"rankvar\": 1476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1378, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1451, \"group\": [1621.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGACACTAA\", \"ini\": 2210, \"clust\": 1830, \"rank\": 2733, \"rankvar\": 4183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1379, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1452, \"group\": [1830.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCCGTCATC\", \"ini\": 2209, \"clust\": 1721, \"rank\": 3186, \"rankvar\": 1260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1380, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1453, \"group\": [1720.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATCTGCA\", \"ini\": 2208, \"clust\": 1696, \"rank\": 3212, \"rankvar\": 2618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1454, \"group\": [1697.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCTCACGCATA\", \"ini\": 2207, \"clust\": 4804, \"rank\": 1301, \"rankvar\": 4309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1382, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4840, \"group\": [4803.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACACTGCG\", \"ini\": 2206, \"clust\": 4984, \"rank\": 380, \"rankvar\": 1214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1383, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 86, \"group\": [4986.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGATGGTACTCGCG\", \"ini\": 2205, \"clust\": 2070, \"rank\": 2957, \"rankvar\": 4442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1384, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1455, \"group\": [2068.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTAGTGTACCT\", \"ini\": 2204, \"clust\": 1570, \"rank\": 3052, \"rankvar\": 3763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1385, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1456, \"group\": [1569.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGTGATCGG\", \"ini\": 2203, \"clust\": 1091, \"rank\": 2661, \"rankvar\": 3608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1386, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2746, \"group\": [1093.0, 83.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTCATGTCCTC\", \"ini\": 2202, \"clust\": 1766, \"rank\": 2719, \"rankvar\": 1380, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1457, \"group\": [1771.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGCCTTGAT\", \"ini\": 2201, \"clust\": 1742, \"rank\": 3308, \"rankvar\": 1932, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1388, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1458, \"group\": [1742.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGCAGACAAAT\", \"ini\": 2200, \"clust\": 4807, \"rank\": 1871, \"rankvar\": 4351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1389, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4841, \"group\": [4805.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGGATATAC\", \"ini\": 2199, \"clust\": 1890, \"rank\": 2826, \"rankvar\": 2437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1390, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1459, \"group\": [1890.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAAGCCCAC\", \"ini\": 2198, \"clust\": 1608, \"rank\": 3252, \"rankvar\": 3759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1391, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1460, \"group\": [1606.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAGTTCCACGG\", \"ini\": 2197, \"clust\": 1499, \"rank\": 3422, \"rankvar\": 3039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1392, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1461, \"group\": [1498.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTTCATGTGGT\", \"ini\": 2196, \"clust\": 2442, \"rank\": 2930, \"rankvar\": 2384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1393, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1462, \"group\": [2441.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTAAATGAC\", \"ini\": 2195, \"clust\": 3046, \"rank\": 1629, \"rankvar\": 1160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1394, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3125, \"group\": [3046.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCAGTGTTG\", \"ini\": 2194, \"clust\": 1278, \"rank\": 1414, \"rankvar\": 1007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1395, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1463, \"group\": [1281.0, 98.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGCATGGCA\", \"ini\": 2193, \"clust\": 1909, \"rank\": 3266, \"rankvar\": 4047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1396, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1464, \"group\": [1907.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGTCTTGCCGT\", \"ini\": 2192, \"clust\": 4859, \"rank\": 1866, \"rankvar\": 4750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1397, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4842, \"group\": [4860.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGCGAAA\", \"ini\": 2191, \"clust\": 5062, \"rank\": 1060, \"rankvar\": 1424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1398, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 87, \"group\": [5064.0, 224.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCAGTGTTGAA\", \"ini\": 2190, \"clust\": 2198, \"rank\": 2582, \"rankvar\": 1258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1399, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1465, \"group\": [2197.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTCGATT\", \"ini\": 2189, \"clust\": 4188, \"rank\": 235, \"rankvar\": 231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1400, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 88, \"group\": [4190.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGCAAGACGTG\", \"ini\": 2188, \"clust\": 4205, \"rank\": 403, \"rankvar\": 158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1401, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 89, \"group\": [4204.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACGTATAAACG\", \"ini\": 2187, \"clust\": 4948, \"rank\": 1041, \"rankvar\": 3222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1402, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5212, \"group\": [4952.0, 218.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAAG\", \"ini\": 2186, \"clust\": 1089, \"rank\": 3242, \"rankvar\": 3076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1403, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2747, \"group\": [1089.0, 83.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATTCGCAAACT\", \"ini\": 2185, \"clust\": 1534, \"rank\": 3421, \"rankvar\": 3190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1404, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1466, \"group\": [1532.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCCAGACACTT\", \"ini\": 2184, \"clust\": 1832, \"rank\": 2662, \"rankvar\": 3036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1467, \"group\": [1835.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGGCCA\", \"ini\": 2183, \"clust\": 1386, \"rank\": 3285, \"rankvar\": 3322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1406, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1468, \"group\": [1385.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCATAGCAC\", \"ini\": 2182, \"clust\": 5032, \"rank\": 621, \"rankvar\": 1833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1407, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 90, \"group\": [5032.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATGGAATA\", \"ini\": 2181, \"clust\": 1879, \"rank\": 2965, \"rankvar\": 1545, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1408, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1469, \"group\": [1877.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGGTAGCTAAA\", \"ini\": 2180, \"clust\": 1695, \"rank\": 3330, \"rankvar\": 3079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1470, \"group\": [1698.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGCAGTTCATG\", \"ini\": 2179, \"clust\": 1901, \"rank\": 3385, \"rankvar\": 4026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1471, \"group\": [1898.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCTCACCCTCA\", \"ini\": 2178, \"clust\": 677, \"rank\": 2491, \"rankvar\": 4000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1411, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2748, \"group\": [676.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCAGGGTGTTG\", \"ini\": 2177, \"clust\": 726, \"rank\": 2262, \"rankvar\": 4321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1412, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2749, \"group\": [722.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCAGAGGGCTT\", \"ini\": 2176, \"clust\": 1612, \"rank\": 3251, \"rankvar\": 2980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1413, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1472, \"group\": [1611.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGTAGAGC\", \"ini\": 2175, \"clust\": 1771, \"rank\": 3069, \"rankvar\": 2463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1414, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1473, \"group\": [1769.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCAGACTG\", \"ini\": 2174, \"clust\": 1199, \"rank\": 1847, \"rankvar\": 967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1415, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1474, \"group\": [1198.0, 94.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTCATCGATTG\", \"ini\": 2173, \"clust\": 1917, \"rank\": 2789, \"rankvar\": 3063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1416, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1475, \"group\": [1916.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGCACTGTTAG\", \"ini\": 2172, \"clust\": 2101, \"rank\": 3161, \"rankvar\": 1704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1417, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1476, \"group\": [2100.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGGAACGG\", \"ini\": 2171, \"clust\": 1730, \"rank\": 3329, \"rankvar\": 1614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1418, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1477, \"group\": [1731.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAAATTGCC\", \"ini\": 2170, \"clust\": 1529, \"rank\": 3319, \"rankvar\": 1821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1419, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1478, \"group\": [1530.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGAGTTGGC\", \"ini\": 2169, \"clust\": 2063, \"rank\": 2389, \"rankvar\": 3524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1420, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1479, \"group\": [2062.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAGCGATG\", \"ini\": 2168, \"clust\": 2240, \"rank\": 2758, \"rankvar\": 1857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1480, \"group\": [2239.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAATCACAAACC\", \"ini\": 2167, \"clust\": 1700, \"rank\": 3641, \"rankvar\": 3136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1481, \"group\": [1699.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACTGAAGG\", \"ini\": 2166, \"clust\": 1751, \"rank\": 3202, \"rankvar\": 3927, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1423, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1482, \"group\": [1751.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACAGACTAGAT\", \"ini\": 2165, \"clust\": 3023, \"rank\": 1412, \"rankvar\": 2208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3126, \"group\": [3028.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCAGTAGT\", \"ini\": 2164, \"clust\": 954, \"rank\": 1742, \"rankvar\": 1023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1425, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1483, \"group\": [956.0, 78.0, 15.0, 4.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCTGCCCTA\", \"ini\": 2163, \"clust\": 5027, \"rank\": 671, \"rankvar\": 2326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1426, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 91, \"group\": [5027.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTAGAGCCTAG\", \"ini\": 2162, \"clust\": 1378, \"rank\": 3488, \"rankvar\": 1046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1484, \"group\": [1377.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATCATCCC\", \"ini\": 2161, \"clust\": 2441, \"rank\": 2720, \"rankvar\": 1928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1485, \"group\": [2443.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGGTGTTAA\", \"ini\": 2160, \"clust\": 2430, \"rank\": 2519, \"rankvar\": 1298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1486, \"group\": [2432.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGTTACAATACGCT\", \"ini\": 2159, \"clust\": 736, \"rank\": 2823, \"rankvar\": 3951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1430, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2750, \"group\": [735.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACGTCAAACTC\", \"ini\": 2158, \"clust\": 1871, \"rank\": 2665, \"rankvar\": 853, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1431, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1487, \"group\": [1870.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGGTTCCACTC\", \"ini\": 2157, \"clust\": 2323, \"rank\": 2949, \"rankvar\": 2554, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1488, \"group\": [2321.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACGTATAGTAG\", \"ini\": 2156, \"clust\": 2510, \"rank\": 3301, \"rankvar\": 2497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1489, \"group\": [2509.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCCACGTGG\", \"ini\": 2155, \"clust\": 4436, \"rank\": 1430, \"rankvar\": 4833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1434, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4843, \"group\": [4436.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACGGTGTC\", \"ini\": 2154, \"clust\": 2436, \"rank\": 2275, \"rankvar\": 2547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1490, \"group\": [2436.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAGTTCAGTAC\", \"ini\": 2153, \"clust\": 1511, \"rank\": 3123, \"rankvar\": 970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1491, \"group\": [1513.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGAGGAA\", \"ini\": 2152, \"clust\": 2318, \"rank\": 2557, \"rankvar\": 2365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1437, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1492, \"group\": [2318.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCAGTGTTAGA\", \"ini\": 2151, \"clust\": 4691, \"rank\": 1568, \"rankvar\": 4951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1438, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4844, \"group\": [4691.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCACACCACGTG\", \"ini\": 2150, \"clust\": 2232, \"rank\": 2706, \"rankvar\": 2821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1493, \"group\": [2231.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCAGGTCCAC\", \"ini\": 2149, \"clust\": 2265, \"rank\": 2658, \"rankvar\": 3914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1440, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1494, \"group\": [2264.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTTCGGACAAG\", \"ini\": 2148, \"clust\": 2432, \"rank\": 2633, \"rankvar\": 1673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1441, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1495, \"group\": [2431.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTAGAAACCGC\", \"ini\": 2147, \"clust\": 1650, \"rank\": 3608, \"rankvar\": 4204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1496, \"group\": [1649.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCCACCCAGTG\", \"ini\": 2146, \"clust\": 2285, \"rank\": 3438, \"rankvar\": 4581, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1443, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1497, \"group\": [2283.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTGGTGTGTTGAGG\", \"ini\": 2145, \"clust\": 2319, \"rank\": 2747, \"rankvar\": 2381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1444, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1498, \"group\": [2319.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGCCAGTTT\", \"ini\": 2144, \"clust\": 2329, \"rank\": 3206, \"rankvar\": 3080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1445, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1499, \"group\": [2329.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTCCAGTAT\", \"ini\": 2143, \"clust\": 2131, \"rank\": 3336, \"rankvar\": 3555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1446, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1500, \"group\": [2131.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACTCAGAGCTT\", \"ini\": 2142, \"clust\": 4569, \"rank\": 1127, \"rankvar\": 4398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4845, \"group\": [4568.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCATCAGAAATG\", \"ini\": 2141, \"clust\": 2255, \"rank\": 2434, \"rankvar\": 2597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1448, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1501, \"group\": [2252.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCGGATCA\", \"ini\": 2140, \"clust\": 3126, \"rank\": 1390, \"rankvar\": 599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3127, \"group\": [3125.0, 156.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACCAGGGAGAG\", \"ini\": 2139, \"clust\": 1281, \"rank\": 2502, \"rankvar\": 1052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1450, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1502, \"group\": [1279.0, 98.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGACAAGCTGGA\", \"ini\": 2138, \"clust\": 4987, \"rank\": 657, \"rankvar\": 799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1451, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 92, \"group\": [4984.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGCAGGTTTCA\", \"ini\": 2137, \"clust\": 1398, \"rank\": 3255, \"rankvar\": 2783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1452, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1503, \"group\": [1399.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACCAGGCT\", \"ini\": 2136, \"clust\": 1394, \"rank\": 3307, \"rankvar\": 1510, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1504, \"group\": [1396.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGGATACC\", \"ini\": 2135, \"clust\": 2254, \"rank\": 2091, \"rankvar\": 1521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1454, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1505, \"group\": [2254.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTGGTAACG\", \"ini\": 2134, \"clust\": 4686, \"rank\": 1572, \"rankvar\": 4606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1455, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4846, \"group\": [4686.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCATCATTGCGA\", \"ini\": 2133, \"clust\": 1719, \"rank\": 3560, \"rankvar\": 3757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1506, \"group\": [1721.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGGATTG\", \"ini\": 2132, \"clust\": 721, \"rank\": 2313, \"rankvar\": 4711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1457, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2751, \"group\": [717.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGTCAGCGATT\", \"ini\": 2131, \"clust\": 1508, \"rank\": 3005, \"rankvar\": 1912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1507, \"group\": [1510.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCAGTACATGA\", \"ini\": 2130, \"clust\": 1309, \"rank\": 2516, \"rankvar\": 474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1459, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1508, \"group\": [1308.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCATGCAAC\", \"ini\": 2129, \"clust\": 1763, \"rank\": 3045, \"rankvar\": 2766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1460, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1509, \"group\": [1761.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCACGGATAG\", \"ini\": 2128, \"clust\": 2462, \"rank\": 2322, \"rankvar\": 1100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1510, \"group\": [2463.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTAGCTGCC\", \"ini\": 2127, \"clust\": 1646, \"rank\": 3792, \"rankvar\": 2729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1511, \"group\": [1647.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTGCGATAG\", \"ini\": 2126, \"clust\": 2196, \"rank\": 2721, \"rankvar\": 2172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1463, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1512, \"group\": [2195.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTACCTACA\", \"ini\": 2125, \"clust\": 1438, \"rank\": 2247, \"rankvar\": 1292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1513, \"group\": [1440.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAACAACCT\", \"ini\": 2124, \"clust\": 1610, \"rank\": 3238, \"rankvar\": 2077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1465, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1514, \"group\": [1612.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAGAGTCG\", \"ini\": 2123, \"clust\": 2751, \"rank\": 598, \"rankvar\": 739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1466, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3964, \"group\": [2764.0, 131.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAAACTGCT\", \"ini\": 2122, \"clust\": 1594, \"rank\": 3267, \"rankvar\": 2000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1467, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1515, \"group\": [1594.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGAGGGATGGG\", \"ini\": 2121, \"clust\": 2256, \"rank\": 2580, \"rankvar\": 1709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1468, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1516, \"group\": [2253.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGGTGTGTGCC\", \"ini\": 2120, \"clust\": 1787, \"rank\": 3346, \"rankvar\": 3507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1517, \"group\": [1788.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCCACGACGAA\", \"ini\": 2119, \"clust\": 2213, \"rank\": 2370, \"rankvar\": 2686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1470, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1518, \"group\": [2212.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCCTATGTT\", \"ini\": 2118, \"clust\": 4808, \"rank\": 1963, \"rankvar\": 4765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1471, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4847, \"group\": [4806.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCATCATC\", \"ini\": 2117, \"clust\": 1429, \"rank\": 2827, \"rankvar\": 1553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1472, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1519, \"group\": [1429.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTCACGACTCG\", \"ini\": 2116, \"clust\": 1757, \"rank\": 3135, \"rankvar\": 2343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1473, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1520, \"group\": [1759.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCAACACGT\", \"ini\": 2115, \"clust\": 1855, \"rank\": 2819, \"rankvar\": 3569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1474, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1521, \"group\": [1854.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCAGACTCGC\", \"ini\": 2114, \"clust\": 4049, \"rank\": 548, \"rankvar\": 2275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1475, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 93, \"group\": [4046.0, 170.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGATCTGAA\", \"ini\": 2113, \"clust\": 4698, \"rank\": 1276, \"rankvar\": 4965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1476, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4848, \"group\": [4695.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGTCAGCTCGG\", \"ini\": 2112, \"clust\": 2123, \"rank\": 3511, \"rankvar\": 3072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1522, \"group\": [2128.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGGCTATCT\", \"ini\": 2111, \"clust\": 1177, \"rank\": 2358, \"rankvar\": 1765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1478, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1523, \"group\": [1180.0, 92.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCTGCTTGC\", \"ini\": 2110, \"clust\": 4816, \"rank\": 1315, \"rankvar\": 5019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4849, \"group\": [4815.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCATCGATTG\", \"ini\": 2109, \"clust\": 2079, \"rank\": 3444, \"rankvar\": 3934, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1480, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1524, \"group\": [2077.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTGTCAGAGGT\", \"ini\": 2108, \"clust\": 711, \"rank\": 2729, \"rankvar\": 4234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1481, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2752, \"group\": [708.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTAGATTAG\", \"ini\": 2107, \"clust\": 2238, \"rank\": 2589, \"rankvar\": 3351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1482, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1525, \"group\": [2240.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATTAGCCA\", \"ini\": 2106, \"clust\": 4578, \"rank\": 1367, \"rankvar\": 4064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1483, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4850, \"group\": [4578.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTCACGAAACG\", \"ini\": 2105, \"clust\": 2263, \"rank\": 3169, \"rankvar\": 4393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1484, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1526, \"group\": [2261.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCGTCATACTG\", \"ini\": 2104, \"clust\": 3090, \"rank\": 1408, \"rankvar\": 1878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3128, \"group\": [3090.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTTCTCTGAGA\", \"ini\": 2103, \"clust\": 4487, \"rank\": 1129, \"rankvar\": 4093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1486, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4851, \"group\": [4485.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATTGGTAC\", \"ini\": 2102, \"clust\": 2759, \"rank\": 825, \"rankvar\": 765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1487, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4852, \"group\": [2757.0, 131.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCGTTACGACT\", \"ini\": 2101, \"clust\": 1383, \"rank\": 2865, \"rankvar\": 1867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1488, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1527, \"group\": [1384.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACGTCATTAGC\", \"ini\": 2100, \"clust\": 2197, \"rank\": 2698, \"rankvar\": 2872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1489, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1528, \"group\": [2196.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGCGTAG\", \"ini\": 2099, \"clust\": 4827, \"rank\": 1394, \"rankvar\": 2580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1490, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4853, \"group\": [4833.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAATCCTTTACA\", \"ini\": 2098, \"clust\": 4631, \"rank\": 1312, \"rankvar\": 5077, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1491, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4854, \"group\": [4631.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTACTCGCG\", \"ini\": 2097, \"clust\": 4583, \"rank\": 1966, \"rankvar\": 3731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1492, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4855, \"group\": [4582.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGGTTTCT\", \"ini\": 2096, \"clust\": 4609, \"rank\": 1657, \"rankvar\": 4880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1493, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4856, \"group\": [4608.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTTGCTCCT\", \"ini\": 2095, \"clust\": 4536, \"rank\": 1674, \"rankvar\": 3747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1494, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4857, \"group\": [4537.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGATAAAC\", \"ini\": 2094, \"clust\": 2277, \"rank\": 3159, \"rankvar\": 4586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1495, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1529, \"group\": [2277.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTATAGGGC\", \"ini\": 2093, \"clust\": 1829, \"rank\": 2919, \"rankvar\": 2866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1530, \"group\": [1829.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTTACTGAC\", \"ini\": 2092, \"clust\": 1653, \"rank\": 3756, \"rankvar\": 3688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1497, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1531, \"group\": [1653.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGTCAGGTTCA\", \"ini\": 2091, \"clust\": 4771, \"rank\": 1653, \"rankvar\": 4909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1498, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4858, \"group\": [4770.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTGGAT\", \"ini\": 2090, \"clust\": 2753, \"rank\": 1262, \"rankvar\": 2378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1499, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3965, \"group\": [2751.0, 131.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCACGTGAGA\", \"ini\": 2089, \"clust\": 4870, \"rank\": 2167, \"rankvar\": 2416, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1500, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4859, \"group\": [4870.0, 199.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGTGTCCAT\", \"ini\": 2088, \"clust\": 2057, \"rank\": 3010, \"rankvar\": 3183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1501, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1532, \"group\": [2056.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCGTTATGTGC\", \"ini\": 2087, \"clust\": 1331, \"rank\": 2006, \"rankvar\": 3169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1502, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1533, \"group\": [1330.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCACTTATC\", \"ini\": 2086, \"clust\": 1878, \"rank\": 3423, \"rankvar\": 1661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1503, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1534, \"group\": [1879.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAGTGACGCCT\", \"ini\": 2085, \"clust\": 4687, \"rank\": 1438, \"rankvar\": 4464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1504, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4860, \"group\": [4687.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTCGAGATG\", \"ini\": 2084, \"clust\": 1364, \"rank\": 3057, \"rankvar\": 2235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1505, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1535, \"group\": [1364.0, 103.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCTCTTGAT\", \"ini\": 2083, \"clust\": 4395, \"rank\": 894, \"rankvar\": 566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1506, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3129, \"group\": [4394.0, 191.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACGTCACTTCC\", \"ini\": 2082, \"clust\": 1654, \"rank\": 3864, \"rankvar\": 4673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1507, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1536, \"group\": [1659.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAAGCAAATACAG\", \"ini\": 2081, \"clust\": 5004, \"rank\": 423, \"rankvar\": 483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1508, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 94, \"group\": [5002.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCTCCACGTTC\", \"ini\": 2080, \"clust\": 713, \"rank\": 2347, \"rankvar\": 3651, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1509, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2753, \"group\": [711.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTACCGTTA\", \"ini\": 2079, \"clust\": 2380, \"rank\": 2364, \"rankvar\": 1045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1510, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1537, \"group\": [2379.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTCTAGCCG\", \"ini\": 2078, \"clust\": 3119, \"rank\": 969, \"rankvar\": 587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3130, \"group\": [3122.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGGTTAGATGA\", \"ini\": 2077, \"clust\": 1509, \"rank\": 3099, \"rankvar\": 1664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1512, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1538, \"group\": [1508.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGACAAGC\", \"ini\": 2076, \"clust\": 659, \"rank\": 1491, \"rankvar\": 3976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1513, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2754, \"group\": [665.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTGGCGC\", \"ini\": 2075, \"clust\": 1946, \"rank\": 3068, \"rankvar\": 1598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1514, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1539, \"group\": [1948.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTGTGCCTG\", \"ini\": 2074, \"clust\": 4490, \"rank\": 921, \"rankvar\": 3700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1515, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4861, \"group\": [4489.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCAAGTCTGT\", \"ini\": 2073, \"clust\": 4625, \"rank\": 1340, \"rankvar\": 4891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1516, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4862, \"group\": [4624.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACATTGAGCT\", \"ini\": 2072, \"clust\": 4635, \"rank\": 1777, \"rankvar\": 4728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1517, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4863, \"group\": [4636.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCATGTTGAC\", \"ini\": 2071, \"clust\": 3120, \"rank\": 1076, \"rankvar\": 1810, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3131, \"group\": [3120.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCGAACGC\", \"ini\": 2070, \"clust\": 4767, \"rank\": 1405, \"rankvar\": 5165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1519, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4864, \"group\": [4765.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCAGGTGGAT\", \"ini\": 2069, \"clust\": 4753, \"rank\": 1768, \"rankvar\": 5059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1520, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4865, \"group\": [4751.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCAGGACCCT\", \"ini\": 2068, \"clust\": 2271, \"rank\": 2542, \"rankvar\": 4335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1521, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1540, \"group\": [2273.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCAGGGTACA\", \"ini\": 2067, \"clust\": 4805, \"rank\": 1531, \"rankvar\": 3984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1522, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4866, \"group\": [4804.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAAGTAATG\", \"ini\": 2066, \"clust\": 1684, \"rank\": 3819, \"rankvar\": 3469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1523, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1541, \"group\": [1683.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAAGCTACCTA\", \"ini\": 2065, \"clust\": 2286, \"rank\": 3274, \"rankvar\": 4661, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1524, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1542, \"group\": [2284.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTGTTCGAT\", \"ini\": 2064, \"clust\": 1415, \"rank\": 2617, \"rankvar\": 1524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1525, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1543, \"group\": [1417.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGATCACGG\", \"ini\": 2063, \"clust\": 2135, \"rank\": 3417, \"rankvar\": 3445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1526, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1544, \"group\": [2139.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCGTCTCACCT\", \"ini\": 2062, \"clust\": 2253, \"rank\": 2547, \"rankvar\": 1900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1527, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1545, \"group\": [2255.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTACAGCAG\", \"ini\": 2061, \"clust\": 2109, \"rank\": 3049, \"rankvar\": 4020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1546, \"group\": [2105.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACACATCTTT\", \"ini\": 2060, \"clust\": 1448, \"rank\": 2505, \"rankvar\": 1674, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1529, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1547, \"group\": [1450.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATTCATCGCTC\", \"ini\": 2059, \"clust\": 2187, \"rank\": 3095, \"rankvar\": 3748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1530, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1548, \"group\": [2186.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACAGCAGCCTC\", \"ini\": 2058, \"clust\": 4540, \"rank\": 2149, \"rankvar\": 4556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1531, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4867, \"group\": [4539.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGCATCTACGA\", \"ini\": 2057, \"clust\": 4874, \"rank\": 1822, \"rankvar\": 4783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1532, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4868, \"group\": [4873.0, 200.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCCAACCGCCA\", \"ini\": 2056, \"clust\": 4752, \"rank\": 1522, \"rankvar\": 4524, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4869, \"group\": [4753.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGTTGAC\", \"ini\": 2055, \"clust\": 1706, \"rank\": 3752, \"rankvar\": 3283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1534, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1549, \"group\": [1705.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTAGACTGTAA\", \"ini\": 2054, \"clust\": 1622, \"rank\": 3501, \"rankvar\": 3515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1535, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1550, \"group\": [1622.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCACATTAGC\", \"ini\": 2053, \"clust\": 1698, \"rank\": 2982, \"rankvar\": 2957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1536, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1551, \"group\": [1696.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCCGCTGTT\", \"ini\": 2052, \"clust\": 1827, \"rank\": 2671, \"rankvar\": 1168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1537, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1552, \"group\": [1827.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCTGTACGA\", \"ini\": 2051, \"clust\": 1639, \"rank\": 3505, \"rankvar\": 3074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1553, \"group\": [1641.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGACTGTAA\", \"ini\": 2050, \"clust\": 2071, \"rank\": 2953, \"rankvar\": 2848, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1539, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1554, \"group\": [2069.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCAGTTGAGAT\", \"ini\": 2049, \"clust\": 1372, \"rank\": 2715, \"rankvar\": 2219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1540, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1555, \"group\": [1372.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGCTGGCT\", \"ini\": 2048, \"clust\": 741, \"rank\": 2702, \"rankvar\": 4887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1541, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2755, \"group\": [737.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAGTCATATGC\", \"ini\": 2047, \"clust\": 2404, \"rank\": 2458, \"rankvar\": 3310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1542, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1556, \"group\": [2406.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTGAGGCTA\", \"ini\": 2046, \"clust\": 563, \"rank\": 2644, \"rankvar\": 3686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1543, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2756, \"group\": [561.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTTATCGGT\", \"ini\": 2045, \"clust\": 2080, \"rank\": 3413, \"rankvar\": 2805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1557, \"group\": [2078.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTAAATGAC\", \"ini\": 2044, \"clust\": 4511, \"rank\": 873, \"rankvar\": 3482, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1545, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4870, \"group\": [4510.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGTATCTCG\", \"ini\": 2043, \"clust\": 5036, \"rank\": 468, \"rankvar\": 1466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1546, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 95, \"group\": [5034.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTACAGGTCTACCTC\", \"ini\": 2042, \"clust\": 1853, \"rank\": 2860, \"rankvar\": 2201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1547, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1558, \"group\": [1855.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCTTTA\", \"ini\": 2041, \"clust\": 2143, \"rank\": 3240, \"rankvar\": 2176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1548, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1559, \"group\": [2140.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACAGTAAGCG\", \"ini\": 2040, \"clust\": 1754, \"rank\": 2863, \"rankvar\": 2562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1549, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1560, \"group\": [1756.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTTTGCATG\", \"ini\": 2039, \"clust\": 1204, \"rank\": 1855, \"rankvar\": 841, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1550, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1561, \"group\": [1201.0, 94.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGCCTCA\", \"ini\": 2038, \"clust\": 1810, \"rank\": 2263, \"rankvar\": 2149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1551, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1562, \"group\": [1810.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTGCTTG\", \"ini\": 2037, \"clust\": 4423, \"rank\": 1810, \"rankvar\": 3647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1552, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4871, \"group\": [4441.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTTCAGTTCGA\", \"ini\": 2036, \"clust\": 3091, \"rank\": 1714, \"rankvar\": 1484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3132, \"group\": [3091.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGAGTGACC\", \"ini\": 2035, \"clust\": 2234, \"rank\": 2433, \"rankvar\": 3381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1554, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1563, \"group\": [2234.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACATGCCTAA\", \"ini\": 2034, \"clust\": 1097, \"rank\": 3044, \"rankvar\": 3770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1555, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1564, \"group\": [1099.0, 86.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAAATCCGT\", \"ini\": 2033, \"clust\": 3071, \"rank\": 2023, \"rankvar\": 2549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1556, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3133, \"group\": [3073.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTAGAAGGA\", \"ini\": 2032, \"clust\": 2155, \"rank\": 3521, \"rankvar\": 1800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1565, \"group\": [2155.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACTTCTT\", \"ini\": 2031, \"clust\": 1898, \"rank\": 3253, \"rankvar\": 1080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1558, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1566, \"group\": [1900.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACACTCGACG\", \"ini\": 2030, \"clust\": 2340, \"rank\": 2614, \"rankvar\": 3783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1559, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1567, \"group\": [2340.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGGTGGGTT\", \"ini\": 2029, \"clust\": 2335, \"rank\": 3452, \"rankvar\": 1364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1568, \"group\": [2335.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTTAGGGTG\", \"ini\": 2028, \"clust\": 2768, \"rank\": 1335, \"rankvar\": 2330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1561, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3966, \"group\": [2765.0, 131.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAAGCTGAG\", \"ini\": 2027, \"clust\": 2260, \"rank\": 2867, \"rankvar\": 3726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1562, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1569, \"group\": [2265.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCCAGAAC\", \"ini\": 2026, \"clust\": 1764, \"rank\": 3379, \"rankvar\": 2936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1563, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1570, \"group\": [1764.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTAAGTTGTTTGG\", \"ini\": 2025, \"clust\": 3104, \"rank\": 1634, \"rankvar\": 1383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3134, \"group\": [3104.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTACCAGT\", \"ini\": 2024, \"clust\": 1865, \"rank\": 2980, \"rankvar\": 1902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1565, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1571, \"group\": [1865.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCATTGTGCA\", \"ini\": 2023, \"clust\": 1593, \"rank\": 3404, \"rankvar\": 1469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1566, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1572, \"group\": [1593.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCCATT\", \"ini\": 2022, \"clust\": 4666, \"rank\": 1965, \"rankvar\": 4752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1567, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4872, \"group\": [4668.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTAGCTCCTCT\", \"ini\": 2021, \"clust\": 1791, \"rank\": 3443, \"rankvar\": 4104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1573, \"group\": [1791.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCCTTTCGG\", \"ini\": 2020, \"clust\": 1740, \"rank\": 3399, \"rankvar\": 2485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1569, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1574, \"group\": [1739.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCACATGACATC\", \"ini\": 2019, \"clust\": 2097, \"rank\": 2986, \"rankvar\": 3224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1570, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1575, \"group\": [2099.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAAGAAACGAG\", \"ini\": 2018, \"clust\": 2168, \"rank\": 2815, \"rankvar\": 1803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1571, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1576, \"group\": [2168.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTCTCTTTA\", \"ini\": 2017, \"clust\": 1888, \"rank\": 2936, \"rankvar\": 2566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1572, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1577, \"group\": [1888.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCACCACCT\", \"ini\": 2016, \"clust\": 626, \"rank\": 1907, \"rankvar\": 3041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1573, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2757, \"group\": [626.0, 42.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGAAGATTC\", \"ini\": 2015, \"clust\": 1656, \"rank\": 3464, \"rankvar\": 2844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1574, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1578, \"group\": [1654.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAGTATCTG\", \"ini\": 2014, \"clust\": 1749, \"rank\": 3180, \"rankvar\": 3111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1575, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1579, \"group\": [1748.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCTAGCCC\", \"ini\": 2013, \"clust\": 4822, \"rank\": 1377, \"rankvar\": 4376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1576, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4873, \"group\": [4822.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAAGCATGGCA\", \"ini\": 2012, \"clust\": 4465, \"rank\": 1116, \"rankvar\": 2712, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1577, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4874, \"group\": [4464.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTTGTCTTT\", \"ini\": 2011, \"clust\": 1801, \"rank\": 3648, \"rankvar\": 2205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1578, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1580, \"group\": [1801.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTGTCCTCT\", \"ini\": 2010, \"clust\": 2124, \"rank\": 3263, \"rankvar\": 4237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1579, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1581, \"group\": [2123.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAAGCCCAGCT\", \"ini\": 2009, \"clust\": 2093, \"rank\": 3082, \"rankvar\": 1988, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1580, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1582, \"group\": [2093.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCAGGACAGAA\", \"ini\": 2008, \"clust\": 1731, \"rank\": 3114, \"rankvar\": 2215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1581, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1583, \"group\": [1729.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCTCCTAG\", \"ini\": 2007, \"clust\": 5029, \"rank\": 510, \"rankvar\": 961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1582, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 96, \"group\": [5029.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCACAACGTT\", \"ini\": 2006, \"clust\": 2511, \"rank\": 3194, \"rankvar\": 2544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1583, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1584, \"group\": [2510.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGTCAAGGC\", \"ini\": 2005, \"clust\": 5024, \"rank\": 386, \"rankvar\": 1113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1584, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 97, \"group\": [5024.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCCATAACCTG\", \"ini\": 2004, \"clust\": 438, \"rank\": 1585, \"rankvar\": 3357, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1585, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2758, \"group\": [440.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCAATACCG\", \"ini\": 2003, \"clust\": 2438, \"rank\": 2899, \"rankvar\": 3611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1586, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1585, \"group\": [2438.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCTTGAGGT\", \"ini\": 2002, \"clust\": 1895, \"rank\": 3345, \"rankvar\": 2923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1587, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1586, \"group\": [1894.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGGACATTA\", \"ini\": 2001, \"clust\": 2330, \"rank\": 3637, \"rankvar\": 3362, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1588, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1587, \"group\": [2330.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGAGTAGAAGGA\", \"ini\": 2000, \"clust\": 1681, \"rank\": 3601, \"rankvar\": 2978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1589, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1588, \"group\": [1681.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGAGCCAGTAG\", \"ini\": 1999, \"clust\": 5030, \"rank\": 741, \"rankvar\": 1098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1590, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 98, \"group\": [5030.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTCGTTC\", \"ini\": 1998, \"clust\": 2325, \"rank\": 3311, \"rankvar\": 3161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1591, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1589, \"group\": [2324.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGCAAGCC\", \"ini\": 1997, \"clust\": 1686, \"rank\": 3445, \"rankvar\": 2679, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1592, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1590, \"group\": [1686.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCAGTAAGGGAA\", \"ini\": 1996, \"clust\": 1456, \"rank\": 2372, \"rankvar\": 1975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1593, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1591, \"group\": [1458.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTACTTCTT\", \"ini\": 1995, \"clust\": 2415, \"rank\": 2307, \"rankvar\": 3083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1594, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1592, \"group\": [2414.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCAAGCCG\", \"ini\": 1994, \"clust\": 4538, \"rank\": 1665, \"rankvar\": 4176, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1595, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4875, \"group\": [4536.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCGGCGGTT\", \"ini\": 1993, \"clust\": 2058, \"rank\": 3190, \"rankvar\": 4893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1596, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1593, \"group\": [2060.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTCGCATCG\", \"ini\": 1992, \"clust\": 4824, \"rank\": 1492, \"rankvar\": 1873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1597, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4876, \"group\": [4824.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCTCCTACAGA\", \"ini\": 1991, \"clust\": 2334, \"rank\": 3440, \"rankvar\": 3825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1598, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1594, \"group\": [2332.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCACTGTTAG\", \"ini\": 1990, \"clust\": 1724, \"rank\": 3367, \"rankvar\": 2867, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1599, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1595, \"group\": [1728.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCGGTCTAA\", \"ini\": 1989, \"clust\": 1704, \"rank\": 3449, \"rankvar\": 4417, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1600, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1596, \"group\": [1702.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCACCGCTAG\", \"ini\": 1988, \"clust\": 2456, \"rank\": 1628, \"rankvar\": 2099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1601, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1597, \"group\": [2458.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCATACTG\", \"ini\": 1987, \"clust\": 1725, \"rank\": 3883, \"rankvar\": 2692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1602, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1598, \"group\": [1724.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCACACTGAAGG\", \"ini\": 1986, \"clust\": 1777, \"rank\": 3539, \"rankvar\": 3307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1603, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1599, \"group\": [1780.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATGCATG\", \"ini\": 1985, \"clust\": 2332, \"rank\": 2848, \"rankvar\": 1701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1604, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1600, \"group\": [2333.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACGTAAGTAGT\", \"ini\": 1984, \"clust\": 1604, \"rank\": 3720, \"rankvar\": 3693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1601, \"group\": [1604.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGCCACGTC\", \"ini\": 1983, \"clust\": 716, \"rank\": 3042, \"rankvar\": 4240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1606, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2759, \"group\": [716.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCCTCATTA\", \"ini\": 1982, \"clust\": 730, \"rank\": 2814, \"rankvar\": 4383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1607, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2760, \"group\": [730.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGAGAATGTTG\", \"ini\": 1981, \"clust\": 1540, \"rank\": 3771, \"rankvar\": 2671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1602, \"group\": [1538.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAGTCATTAGC\", \"ini\": 1980, \"clust\": 4990, \"rank\": 351, \"rankvar\": 405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1609, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 99, \"group\": [4988.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTTCTCATT\", \"ini\": 1979, \"clust\": 1772, \"rank\": 3370, \"rankvar\": 1737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1610, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1603, \"group\": [1781.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCAGAGGA\", \"ini\": 1978, \"clust\": 1683, \"rank\": 3884, \"rankvar\": 4350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1604, \"group\": [1685.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGCGTTTAC\", \"ini\": 1977, \"clust\": 3121, \"rank\": 1042, \"rankvar\": 821, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1612, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3135, \"group\": [3121.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCATACAGCT\", \"ini\": 1976, \"clust\": 4674, \"rank\": 1199, \"rankvar\": 4947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1613, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4877, \"group\": [4673.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGTGGACGT\", \"ini\": 1975, \"clust\": 1535, \"rank\": 3834, \"rankvar\": 1683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1614, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1605, \"group\": [1534.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGCATTCTTAC\", \"ini\": 1974, \"clust\": 2259, \"rank\": 2588, \"rankvar\": 1846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1615, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1606, \"group\": [2258.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTGTCGAGATG\", \"ini\": 1973, \"clust\": 4624, \"rank\": 1375, \"rankvar\": 5118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1616, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4878, \"group\": [4626.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCAGGTGCCT\", \"ini\": 1972, \"clust\": 2036, \"rank\": 3256, \"rankvar\": 3549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1617, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1607, \"group\": [2034.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAGTCTCTTAT\", \"ini\": 1971, \"clust\": 1728, \"rank\": 3548, \"rankvar\": 2856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1618, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1608, \"group\": [1727.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCCGTCAAA\", \"ini\": 1970, \"clust\": 5033, \"rank\": 684, \"rankvar\": 986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1619, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 100, \"group\": [5036.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGTCACGATGT\", \"ini\": 1969, \"clust\": 2162, \"rank\": 2718, \"rankvar\": 2035, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1620, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1609, \"group\": [2166.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGGTCTCG\", \"ini\": 1968, \"clust\": 1449, \"rank\": 2609, \"rankvar\": 1829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1621, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1610, \"group\": [1449.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGTCGGATGGA\", \"ini\": 1967, \"clust\": 1532, \"rank\": 3321, \"rankvar\": 1489, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1622, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1611, \"group\": [1533.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATTACCAGTTAGGTA\", \"ini\": 1966, \"clust\": 2052, \"rank\": 3103, \"rankvar\": 2327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1612, \"group\": [2050.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGACTAGAT\", \"ini\": 1965, \"clust\": 4857, \"rank\": 1824, \"rankvar\": 5016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1624, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4879, \"group\": [4856.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCATAGACTC\", \"ini\": 1964, \"clust\": 4789, \"rank\": 1697, \"rankvar\": 4322, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1625, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4880, \"group\": [4792.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCTATCCCG\", \"ini\": 1963, \"clust\": 2440, \"rank\": 2206, \"rankvar\": 3170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1626, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1613, \"group\": [2440.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTAGTCATGCT\", \"ini\": 1962, \"clust\": 4889, \"rank\": 1563, \"rankvar\": 2521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1627, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4881, \"group\": [4886.0, 200.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTTCAGTAC\", \"ini\": 1961, \"clust\": 687, \"rank\": 2415, \"rankvar\": 4722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1628, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2761, \"group\": [690.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGAGCCTAG\", \"ini\": 1960, \"clust\": 717, \"rank\": 3386, \"rankvar\": 4573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1629, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2762, \"group\": [714.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAACGA\", \"ini\": 1959, \"clust\": 1288, \"rank\": 2081, \"rankvar\": 769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1630, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1614, \"group\": [1289.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCGAAAGC\", \"ini\": 1958, \"clust\": 1541, \"rank\": 3517, \"rankvar\": 1031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1631, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1615, \"group\": [1539.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCATGTGGT\", \"ini\": 1957, \"clust\": 1531, \"rank\": 3012, \"rankvar\": 2592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1632, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1616, \"group\": [1529.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAAGTCATC\", \"ini\": 1956, \"clust\": 1445, \"rank\": 2974, \"rankvar\": 843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1633, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1617, \"group\": [1451.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGCCTTGG\", \"ini\": 1955, \"clust\": 2033, \"rank\": 2763, \"rankvar\": 3097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1634, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1618, \"group\": [2031.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTATGAATG\", \"ini\": 1954, \"clust\": 1660, \"rank\": 3628, \"rankvar\": 3326, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1635, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1619, \"group\": [1662.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCATTTCACT\", \"ini\": 1953, \"clust\": 1668, \"rank\": 3897, \"rankvar\": 2601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1620, \"group\": [1671.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCTAACGGT\", \"ini\": 1952, \"clust\": 4617, \"rank\": 2303, \"rankvar\": 4840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1637, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4882, \"group\": [4614.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAAGACAAGCC\", \"ini\": 1951, \"clust\": 2094, \"rank\": 2940, \"rankvar\": 1301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1638, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1621, \"group\": [2094.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGGCACTA\", \"ini\": 1950, \"clust\": 301, \"rank\": 2920, \"rankvar\": 4271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1639, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2763, \"group\": [302.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTAGCGATG\", \"ini\": 1949, \"clust\": 4559, \"rank\": 1168, \"rankvar\": 4287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1640, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4883, \"group\": [4563.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGGTATATGAG\", \"ini\": 1948, \"clust\": 4817, \"rank\": 2203, \"rankvar\": 4726, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1641, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4884, \"group\": [4817.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCGGTGTTA\", \"ini\": 1947, \"clust\": 2480, \"rank\": 1858, \"rankvar\": 194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1642, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1622, \"group\": [2483.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGAGCGAG\", \"ini\": 1946, \"clust\": 2138, \"rank\": 3038, \"rankvar\": 4117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1643, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1623, \"group\": [2135.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGTAGGTGC\", \"ini\": 1945, \"clust\": 2029, \"rank\": 2805, \"rankvar\": 2506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1644, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1624, \"group\": [2027.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACAGACAG\", \"ini\": 1944, \"clust\": 1707, \"rank\": 3855, \"rankvar\": 4161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1625, \"group\": [1706.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTGACCAAG\", \"ini\": 1943, \"clust\": 5082, \"rank\": 672, \"rankvar\": 2165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1646, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 101, \"group\": [5084.0, 227.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCGATCCCT\", \"ini\": 1942, \"clust\": 1399, \"rank\": 3271, \"rankvar\": 1319, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1647, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1626, \"group\": [1397.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTAAC\", \"ini\": 1941, \"clust\": 1922, \"rank\": 3141, \"rankvar\": 2387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1648, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1627, \"group\": [1924.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCTGCTGCT\", \"ini\": 1940, \"clust\": 1752, \"rank\": 3509, \"rankvar\": 4272, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1649, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1628, \"group\": [1752.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATGCATG\", \"ini\": 1939, \"clust\": 1371, \"rank\": 2504, \"rankvar\": 798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1650, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1629, \"group\": [1371.0, 104.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCATTCCTGC\", \"ini\": 1938, \"clust\": 5089, \"rank\": 517, \"rankvar\": 2124, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1651, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 102, \"group\": [5089.0, 227.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCCACCTCGGA\", \"ini\": 1937, \"clust\": 2243, \"rank\": 2781, \"rankvar\": 2823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1630, \"group\": [2242.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGTCAGTATCACCA\", \"ini\": 1936, \"clust\": 4626, \"rank\": 1525, \"rankvar\": 4558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1653, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4885, \"group\": [4625.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCCTATTCA\", \"ini\": 1935, \"clust\": 1840, \"rank\": 2757, \"rankvar\": 3985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1654, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1631, \"group\": [1837.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTAAGTGTA\", \"ini\": 1934, \"clust\": 2267, \"rank\": 3230, \"rankvar\": 3446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1655, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1632, \"group\": [2267.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTGCTGTAT\", \"ini\": 1933, \"clust\": 5230, \"rank\": 822, \"rankvar\": 460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1656, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5213, \"group\": [5230.0, 243.0, 50.0, 19.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATGGTCA\", \"ini\": 1932, \"clust\": 2507, \"rank\": 3916, \"rankvar\": 3883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1657, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1633, \"group\": [2505.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAAAGACGACGT\", \"ini\": 1931, \"clust\": 1640, \"rank\": 3815, \"rankvar\": 3354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1658, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1634, \"group\": [1639.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTCCGAGTC\", \"ini\": 1930, \"clust\": 4838, \"rank\": 1816, \"rankvar\": 4993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1659, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4886, \"group\": [4835.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGAAGG\", \"ini\": 1929, \"clust\": 2095, \"rank\": 3682, \"rankvar\": 2807, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1660, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1635, \"group\": [2095.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCACAGGCTCAC\", \"ini\": 1928, \"clust\": 1578, \"rank\": 3522, \"rankvar\": 1317, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1661, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1636, \"group\": [1577.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCATTTGGG\", \"ini\": 1927, \"clust\": 2999, \"rank\": 1232, \"rankvar\": 3940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3136, \"group\": [2999.0, 145.0, 30.0, 11.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAAGGGCTCTC\", \"ini\": 1926, \"clust\": 386, \"rank\": 1985, \"rankvar\": 2294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1663, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2764, \"group\": [387.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCGTCAATGTC\", \"ini\": 1925, \"clust\": 2127, \"rank\": 3383, \"rankvar\": 3930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1664, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1637, \"group\": [2125.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACAGAAACCGC\", \"ini\": 1924, \"clust\": 302, \"rank\": 2357, \"rankvar\": 4379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1665, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2765, \"group\": [305.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTCGAACAG\", \"ini\": 1923, \"clust\": 742, \"rank\": 2442, \"rankvar\": 4772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1666, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2766, \"group\": [740.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACACGAAACG\", \"ini\": 1922, \"clust\": 1910, \"rank\": 3243, \"rankvar\": 2355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1667, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1638, \"group\": [1908.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTCACTAGTAC\", \"ini\": 1921, \"clust\": 1833, \"rank\": 2987, \"rankvar\": 3990, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1668, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1639, \"group\": [1834.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACCACGGTTTA\", \"ini\": 1920, \"clust\": 1367, \"rank\": 2843, \"rankvar\": 589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1669, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1640, \"group\": [1367.0, 104.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGATCCAAAGTC\", \"ini\": 1919, \"clust\": 2320, \"rank\": 3047, \"rankvar\": 2379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1670, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1641, \"group\": [2323.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCTCGCATC\", \"ini\": 1918, \"clust\": 4809, \"rank\": 1860, \"rankvar\": 4585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1671, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4887, \"group\": [4809.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAGTTGGACCC\", \"ini\": 1917, \"clust\": 2417, \"rank\": 2280, \"rankvar\": 1809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1672, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1642, \"group\": [2413.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCTCCGAATGT\", \"ini\": 1916, \"clust\": 5093, \"rank\": 691, \"rankvar\": 1370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1673, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 103, \"group\": [5092.0, 227.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTAAGTGTA\", \"ini\": 1915, \"clust\": 1880, \"rank\": 3205, \"rankvar\": 1971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1674, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1643, \"group\": [1878.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCTGTCCGT\", \"ini\": 1914, \"clust\": 1549, \"rank\": 3284, \"rankvar\": 1503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1675, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1644, \"group\": [1548.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTTCCAGTATG\", \"ini\": 1913, \"clust\": 4598, \"rank\": 2048, \"rankvar\": 4911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1676, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4888, \"group\": [4598.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTCCGAACC\", \"ini\": 1912, \"clust\": 2060, \"rank\": 2866, \"rankvar\": 2985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1677, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1645, \"group\": [2059.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTGCGCTTG\", \"ini\": 1911, \"clust\": 2048, \"rank\": 2749, \"rankvar\": 3291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1678, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1646, \"group\": [2047.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTTCACAGACGCTC\", \"ini\": 1910, \"clust\": 700, \"rank\": 3160, \"rankvar\": 4039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1679, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2767, \"group\": [696.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTGAGGGAG\", \"ini\": 1909, \"clust\": 1094, \"rank\": 2857, \"rankvar\": 646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1680, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1647, \"group\": [1095.0, 84.0, 17.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGTCTTCGAGA\", \"ini\": 1908, \"clust\": 1657, \"rank\": 3721, \"rankvar\": 4235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1681, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1648, \"group\": [1655.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCGAATCCA\", \"ini\": 1907, \"clust\": 2163, \"rank\": 3097, \"rankvar\": 1085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1682, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1649, \"group\": [2165.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGAATGGA\", \"ini\": 1906, \"clust\": 1936, \"rank\": 2945, \"rankvar\": 1968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1683, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1650, \"group\": [1936.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCGTACGGC\", \"ini\": 1905, \"clust\": 1693, \"rank\": 3324, \"rankvar\": 3512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1684, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1651, \"group\": [1693.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCAGAGCCAA\", \"ini\": 1904, \"clust\": 724, \"rank\": 2682, \"rankvar\": 4646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1685, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2768, \"group\": [723.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCATGTCCC\", \"ini\": 1903, \"clust\": 2096, \"rank\": 3528, \"rankvar\": 2834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1686, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1652, \"group\": [2096.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTAGTGCG\", \"ini\": 1902, \"clust\": 1736, \"rank\": 3889, \"rankvar\": 3958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1687, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1653, \"group\": [1738.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGCGATTCT\", \"ini\": 1901, \"clust\": 2522, \"rank\": 3890, \"rankvar\": 4149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1688, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1654, \"group\": [2520.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCGTGTTGAGG\", \"ini\": 1900, \"clust\": 1798, \"rank\": 3405, \"rankvar\": 4011, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1689, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1655, \"group\": [1797.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGCAGTAACGG\", \"ini\": 1899, \"clust\": 1512, \"rank\": 3110, \"rankvar\": 944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1690, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1656, \"group\": [1511.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATAGCTAGTCT\", \"ini\": 1898, \"clust\": 4921, \"rank\": 1338, \"rankvar\": 1601, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3137, \"group\": [4918.0, 210.0, 42.0, 15.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCAGTTGTCGT\", \"ini\": 1897, \"clust\": 3024, \"rank\": 1341, \"rankvar\": 1924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3138, \"group\": [3024.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGAGTCCCACG\", \"ini\": 1896, \"clust\": 1744, \"rank\": 3195, \"rankvar\": 617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1693, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1657, \"group\": [1746.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCAAGCCCAC\", \"ini\": 1895, \"clust\": 5018, \"rank\": 722, \"rankvar\": 1587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1694, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 104, \"group\": [5016.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTGTATGGG\", \"ini\": 1894, \"clust\": 2028, \"rank\": 2835, \"rankvar\": 2119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1695, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1658, \"group\": [2029.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATTCCC\", \"ini\": 1893, \"clust\": 1387, \"rank\": 3297, \"rankvar\": 1744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1696, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1659, \"group\": [1386.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGCAAAGCGGT\", \"ini\": 1892, \"clust\": 2207, \"rank\": 3046, \"rankvar\": 2333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1697, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1660, \"group\": [2210.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTCTCCCTA\", \"ini\": 1891, \"clust\": 1808, \"rank\": 3562, \"rankvar\": 3891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1698, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1661, \"group\": [1807.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCTACGAGT\", \"ini\": 1890, \"clust\": 1915, \"rank\": 2993, \"rankvar\": 1353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1699, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1662, \"group\": [1917.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGCGCCAA\", \"ini\": 1889, \"clust\": 4604, \"rank\": 1920, \"rankvar\": 4994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1700, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4889, \"group\": [4606.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAGGATCGA\", \"ini\": 1888, \"clust\": 1672, \"rank\": 4090, \"rankvar\": 3672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1701, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1663, \"group\": [1672.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTAGCGCAA\", \"ini\": 1887, \"clust\": 4644, \"rank\": 1218, \"rankvar\": 5040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1702, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4890, \"group\": [4644.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCACAGTGGAGT\", \"ini\": 1886, \"clust\": 1618, \"rank\": 3698, \"rankvar\": 2868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1703, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1664, \"group\": [1617.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGGTAGCAAAT\", \"ini\": 1885, \"clust\": 1365, \"rank\": 2883, \"rankvar\": 633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1704, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1665, \"group\": [1365.0, 103.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACAGGCATGTG\", \"ini\": 1884, \"clust\": 2191, \"rank\": 3197, \"rankvar\": 3971, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1705, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1666, \"group\": [2189.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCAAGCTGTT\", \"ini\": 1883, \"clust\": 2156, \"rank\": 3187, \"rankvar\": 1826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1706, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1667, \"group\": [2156.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTAGATGT\", \"ini\": 1882, \"clust\": 2188, \"rank\": 3512, \"rankvar\": 4306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1707, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1668, \"group\": [2191.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTCACAGCCCA\", \"ini\": 1881, \"clust\": 2497, \"rank\": 3711, \"rankvar\": 2147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1708, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1669, \"group\": [2497.0, 108.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACGTATATGGA\", \"ini\": 1880, \"clust\": 1741, \"rank\": 3358, \"rankvar\": 4174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1709, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1670, \"group\": [1740.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGGGTTCGTTTATC\", \"ini\": 1879, \"clust\": 1544, \"rank\": 3304, \"rankvar\": 1234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1710, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1671, \"group\": [1544.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAATCCCACTTG\", \"ini\": 1878, \"clust\": 2083, \"rank\": 3004, \"rankvar\": 3112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1711, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1672, \"group\": [2082.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGTGGGATC\", \"ini\": 1877, \"clust\": 2128, \"rank\": 3258, \"rankvar\": 4110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1712, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1673, \"group\": [2126.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACATCCACGCAG\", \"ini\": 1876, \"clust\": 1781, \"rank\": 3397, \"rankvar\": 2427, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1713, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1674, \"group\": [1777.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACGTCAAAGCG\", \"ini\": 1875, \"clust\": 5221, \"rank\": 3594, \"rankvar\": 5063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1714, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1675, \"group\": [5221.0, 239.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTATCCATGAAC\", \"ini\": 1874, \"clust\": 4430, \"rank\": 1917, \"rankvar\": 4353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1715, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4891, \"group\": [4429.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCCGGCACA\", \"ini\": 1873, \"clust\": 4548, \"rank\": 1336, \"rankvar\": 3658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1716, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4892, \"group\": [4547.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTACCGTTA\", \"ini\": 1872, \"clust\": 1088, \"rank\": 2479, \"rankvar\": 3829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1717, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2769, \"group\": [1094.0, 83.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTGGGTATG\", \"ini\": 1871, \"clust\": 2107, \"rank\": 3600, \"rankvar\": 4428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1718, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1676, \"group\": [2108.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTCTTGATG\", \"ini\": 1870, \"clust\": 4842, \"rank\": 2129, \"rankvar\": 3491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1719, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4893, \"group\": [4840.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTACGGAG\", \"ini\": 1869, \"clust\": 1896, \"rank\": 3428, \"rankvar\": 2244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1720, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1677, \"group\": [1895.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAAGCACACAG\", \"ini\": 1868, \"clust\": 2764, \"rank\": 1267, \"rankvar\": 3973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1721, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3967, \"group\": [2761.0, 131.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGTACACCT\", \"ini\": 1867, \"clust\": 1556, \"rank\": 3142, \"rankvar\": 3132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1722, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1678, \"group\": [1559.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGGTAGGACAC\", \"ini\": 1866, \"clust\": 4871, \"rank\": 1956, \"rankvar\": 3907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4894, \"group\": [4871.0, 199.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTTGACGTT\", \"ini\": 1865, \"clust\": 4922, \"rank\": 936, \"rankvar\": 2507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3139, \"group\": [4919.0, 210.0, 42.0, 15.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGCGTTCCG\", \"ini\": 1864, \"clust\": 703, \"rank\": 3245, \"rankvar\": 4931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1725, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2770, \"group\": [701.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCAGGGTATG\", \"ini\": 1863, \"clust\": 1293, \"rank\": 2551, \"rankvar\": 3284, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1726, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1679, \"group\": [1295.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTTGACGA\", \"ini\": 1862, \"clust\": 732, \"rank\": 2951, \"rankvar\": 4727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1727, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2771, \"group\": [729.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTCATCCGGGT\", \"ini\": 1861, \"clust\": 4066, \"rank\": 439, \"rankvar\": 335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1728, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 105, \"group\": [4067.0, 174.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCATGACGGA\", \"ini\": 1860, \"clust\": 1714, \"rank\": 3618, \"rankvar\": 2339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1729, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1680, \"group\": [1714.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCGTTCCGTCT\", \"ini\": 1859, \"clust\": 1715, \"rank\": 3751, \"rankvar\": 3541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1730, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1681, \"group\": [1715.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACCATAG\", \"ini\": 1858, \"clust\": 701, \"rank\": 3475, \"rankvar\": 4945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1731, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2772, \"group\": [697.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGGTGTTAA\", \"ini\": 1857, \"clust\": 1857, \"rank\": 3073, \"rankvar\": 1851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1732, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1682, \"group\": [1857.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGACTCGGA\", \"ini\": 1856, \"clust\": 1685, \"rank\": 3795, \"rankvar\": 2944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1733, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1683, \"group\": [1684.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGAGTGAAGTT\", \"ini\": 1855, \"clust\": 4754, \"rank\": 1878, \"rankvar\": 3836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4895, \"group\": [4752.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCAGAGACG\", \"ini\": 1854, \"clust\": 2132, \"rank\": 3183, \"rankvar\": 3200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1735, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1684, \"group\": [2132.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCTCAACGAAA\", \"ini\": 1853, \"clust\": 628, \"rank\": 2455, \"rankvar\": 752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1736, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2773, \"group\": [630.0, 43.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTGTCGCGGTT\", \"ini\": 1852, \"clust\": 4615, \"rank\": 2496, \"rankvar\": 5181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1737, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4896, \"group\": [4617.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGAGAGTCTGG\", \"ini\": 1851, \"clust\": 4734, \"rank\": 1259, \"rankvar\": 2997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1738, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4897, \"group\": [4736.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTACAGCTTCGG\", \"ini\": 1850, \"clust\": 2199, \"rank\": 2371, \"rankvar\": 844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1739, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1685, \"group\": [2198.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCTCTGAGA\", \"ini\": 1849, \"clust\": 2091, \"rank\": 3436, \"rankvar\": 3641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1740, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1686, \"group\": [2089.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTGTGGTTT\", \"ini\": 1848, \"clust\": 1802, \"rank\": 3642, \"rankvar\": 3303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1741, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1687, \"group\": [1802.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATCCGTGG\", \"ini\": 1847, \"clust\": 1539, \"rank\": 3645, \"rankvar\": 1574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1742, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1688, \"group\": [1542.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGACAAGC\", \"ini\": 1846, \"clust\": 4760, \"rank\": 1992, \"rankvar\": 5107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1743, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4898, \"group\": [4759.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAACAAGGTGTG\", \"ini\": 1845, \"clust\": 658, \"rank\": 2296, \"rankvar\": 3301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1744, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2774, \"group\": [657.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAAGAATTCCC\", \"ini\": 1844, \"clust\": 4784, \"rank\": 1874, \"rankvar\": 5020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1745, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4899, \"group\": [4783.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTCCGTAT\", \"ini\": 1843, \"clust\": 1651, \"rank\": 3922, \"rankvar\": 4199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1746, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1689, \"group\": [1650.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGTGAGT\", \"ini\": 1842, \"clust\": 2139, \"rank\": 3224, \"rankvar\": 3202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1747, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1690, \"group\": [2136.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCGTATATGAG\", \"ini\": 1841, \"clust\": 1919, \"rank\": 2818, \"rankvar\": 2161, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1748, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1691, \"group\": [1919.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCATGCAT\", \"ini\": 1840, \"clust\": 1709, \"rank\": 3239, \"rankvar\": 2390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1749, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1692, \"group\": [1709.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCCAGCGTCCA\", \"ini\": 1839, \"clust\": 1616, \"rank\": 3553, \"rankvar\": 2174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1750, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1693, \"group\": [1619.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCGTAGGACAC\", \"ini\": 1838, \"clust\": 2110, \"rank\": 3214, \"rankvar\": 3600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1751, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1694, \"group\": [2106.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTCCGGCA\", \"ini\": 1837, \"clust\": 2092, \"rank\": 3398, \"rankvar\": 2256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1752, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1695, \"group\": [2090.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATTTCAGG\", \"ini\": 1836, \"clust\": 4766, \"rank\": 2065, \"rankvar\": 4896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1753, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4900, \"group\": [4767.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTTAGTGGG\", \"ini\": 1835, \"clust\": 1605, \"rank\": 3537, \"rankvar\": 1647, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1754, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1696, \"group\": [1605.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTCAGCTTCGG\", \"ini\": 1834, \"clust\": 1559, \"rank\": 2935, \"rankvar\": 3455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1755, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1697, \"group\": [1557.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTGTACATGTC\", \"ini\": 1833, \"clust\": 723, \"rank\": 2400, \"rankvar\": 3776, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1756, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2775, \"group\": [724.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTCACCGCTAG\", \"ini\": 1832, \"clust\": 1658, \"rank\": 3461, \"rankvar\": 2266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1757, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1698, \"group\": [1656.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTTCCAACA\", \"ini\": 1831, \"clust\": 1799, \"rank\": 3708, \"rankvar\": 2523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1758, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1699, \"group\": [1799.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTCCAGGG\", \"ini\": 1830, \"clust\": 705, \"rank\": 3567, \"rankvar\": 4746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1759, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2776, \"group\": [703.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTTCGTCGTTC\", \"ini\": 1829, \"clust\": 2072, \"rank\": 3203, \"rankvar\": 3356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1760, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1700, \"group\": [2073.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCACGTCAGC\", \"ini\": 1828, \"clust\": 4579, \"rank\": 1623, \"rankvar\": 3454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1761, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4901, \"group\": [4579.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGTCCTCCT\", \"ini\": 1827, \"clust\": 1881, \"rank\": 3078, \"rankvar\": 699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1762, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1701, \"group\": [1884.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGGCTCTTA\", \"ini\": 1826, \"clust\": 1552, \"rank\": 3738, \"rankvar\": 1145, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1763, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1702, \"group\": [1550.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATTCTTAC\", \"ini\": 1825, \"clust\": 2175, \"rank\": 3019, \"rankvar\": 2877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1764, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1703, \"group\": [2172.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGTCCTCATTA\", \"ini\": 1824, \"clust\": 4960, \"rank\": 1278, \"rankvar\": 526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1765, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5214, \"group\": [4960.0, 219.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTTGTCGCG\", \"ini\": 1823, \"clust\": 2170, \"rank\": 3403, \"rankvar\": 1329, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1766, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1704, \"group\": [2174.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCCATTTA\", \"ini\": 1822, \"clust\": 4849, \"rank\": 1867, \"rankvar\": 4367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1767, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4902, \"group\": [4847.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCACAGACAG\", \"ini\": 1821, \"clust\": 1849, \"rank\": 3158, \"rankvar\": 2662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1768, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1705, \"group\": [1847.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGGTACTCT\", \"ini\": 1820, \"clust\": 1609, \"rank\": 3448, \"rankvar\": 4222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1769, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1706, \"group\": [1607.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGATCTCTGTCG\", \"ini\": 1819, \"clust\": 4777, \"rank\": 1708, \"rankvar\": 3913, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1770, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4903, \"group\": [4785.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGGTGCCTTGG\", \"ini\": 1818, \"clust\": 1925, \"rank\": 3025, \"rankvar\": 1207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1771, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1707, \"group\": [1929.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTGCTGCT\", \"ini\": 1817, \"clust\": 1908, \"rank\": 3597, \"rankvar\": 1270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1772, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1708, \"group\": [1909.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTTCAGACT\", \"ini\": 1816, \"clust\": 2208, \"rank\": 2645, \"rankvar\": 2918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1773, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1709, \"group\": [2209.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTGAAGGCT\", \"ini\": 1815, \"clust\": 1803, \"rank\": 3563, \"rankvar\": 3677, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1774, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1710, \"group\": [1805.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTAAACCTC\", \"ini\": 1814, \"clust\": 722, \"rank\": 2856, \"rankvar\": 4700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1775, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2777, \"group\": [718.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGTCACGCC\", \"ini\": 1813, \"clust\": 4591, \"rank\": 2422, \"rankvar\": 4621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1776, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4904, \"group\": [4591.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGTGGGTTG\", \"ini\": 1812, \"clust\": 2526, \"rank\": 3827, \"rankvar\": 3760, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1777, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1711, \"group\": [2525.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGGGCTTGA\", \"ini\": 1811, \"clust\": 1548, \"rank\": 3611, \"rankvar\": 2204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1778, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1712, \"group\": [1547.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATGGAATA\", \"ini\": 1810, \"clust\": 2530, \"rank\": 4036, \"rankvar\": 4923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1779, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1713, \"group\": [2533.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTACCGAGA\", \"ini\": 1809, \"clust\": 4756, \"rank\": 1955, \"rankvar\": 5009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1780, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4905, \"group\": [4757.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCAGCATGT\", \"ini\": 1808, \"clust\": 1501, \"rank\": 3651, \"rankvar\": 1788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1781, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1714, \"group\": [1500.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGCTAGGCA\", \"ini\": 1807, \"clust\": 1682, \"rank\": 3419, \"rankvar\": 900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1782, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1715, \"group\": [1682.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAACAGCTGCTG\", \"ini\": 1806, \"clust\": 4321, \"rank\": 552, \"rankvar\": 59, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1783, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4906, \"group\": [4321.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCTATGTT\", \"ini\": 1805, \"clust\": 2037, \"rank\": 3664, \"rankvar\": 3910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1784, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1716, \"group\": [2035.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCCGAATGT\", \"ini\": 1804, \"clust\": 1092, \"rank\": 2832, \"rankvar\": 4517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1785, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2778, \"group\": [1091.0, 83.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGACGGTA\", \"ini\": 1803, \"clust\": 5044, \"rank\": 332, \"rankvar\": 570, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1786, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 106, \"group\": [5042.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTATAGTAG\", \"ini\": 1802, \"clust\": 4057, \"rank\": 448, \"rankvar\": 407, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1787, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 107, \"group\": [4056.0, 171.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCATTTCAGG\", \"ini\": 1801, \"clust\": 1843, \"rank\": 3034, \"rankvar\": 3153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1788, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1717, \"group\": [1841.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCATGTCCTC\", \"ini\": 1800, \"clust\": 2316, \"rank\": 2882, \"rankvar\": 2194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1789, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1718, \"group\": [2316.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTCACCTAA\", \"ini\": 1799, \"clust\": 4868, \"rank\": 904, \"rankvar\": 688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1790, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 108, \"group\": [4867.0, 197.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTAACGGT\", \"ini\": 1798, \"clust\": 1735, \"rank\": 3407, \"rankvar\": 1164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1791, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1719, \"group\": [1734.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCAGTCAGT\", \"ini\": 1797, \"clust\": 4993, \"rank\": 608, \"rankvar\": 718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1792, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 109, \"group\": [4994.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCCATGATCCA\", \"ini\": 1796, \"clust\": 1694, \"rank\": 3566, \"rankvar\": 3597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1793, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1720, \"group\": [1694.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCAGATCTGT\", \"ini\": 1795, \"clust\": 1636, \"rank\": 3758, \"rankvar\": 2594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1794, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1721, \"group\": [1638.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGACACGTCAGC\", \"ini\": 1794, \"clust\": 1297, \"rank\": 1921, \"rankvar\": 3803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1795, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1722, \"group\": [1294.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGGTCTGCGGT\", \"ini\": 1793, \"clust\": 4659, \"rank\": 2030, \"rankvar\": 4372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1796, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4907, \"group\": [4659.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCTGCTGTC\", \"ini\": 1792, \"clust\": 1310, \"rank\": 3009, \"rankvar\": 1437, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1797, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1723, \"group\": [1309.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCCGATATG\", \"ini\": 1791, \"clust\": 5083, \"rank\": 880, \"rankvar\": 1202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1798, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 110, \"group\": [5082.0, 227.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATACAATCAGAA\", \"ini\": 1790, \"clust\": 3107, \"rank\": 1613, \"rankvar\": 1343, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3140, \"group\": [3107.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCAGCTGGC\", \"ini\": 1789, \"clust\": 3047, \"rank\": 1626, \"rankvar\": 1127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3141, \"group\": [3047.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTTGCGTTA\", \"ini\": 1788, \"clust\": 4669, \"rank\": 1573, \"rankvar\": 4590, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1801, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4908, \"group\": [4666.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAAGACTAGGC\", \"ini\": 1787, \"clust\": 2527, \"rank\": 2952, \"rankvar\": 3002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1802, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1724, \"group\": [2526.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGATCCCGC\", \"ini\": 1786, \"clust\": 2102, \"rank\": 2931, \"rankvar\": 3309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1803, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1725, \"group\": [2101.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAGTACACCGC\", \"ini\": 1785, \"clust\": 1701, \"rank\": 3952, \"rankvar\": 4360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1804, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1726, \"group\": [1700.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCAGTAGAGC\", \"ini\": 1784, \"clust\": 4923, \"rank\": 1589, \"rankvar\": 1786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1805, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 236, \"group\": [4944.0, 215.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCCCTAATT\", \"ini\": 1783, \"clust\": 709, \"rank\": 3059, \"rankvar\": 3397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1806, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2779, \"group\": [709.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTAGGTGACCA\", \"ini\": 1782, \"clust\": 3109, \"rank\": 1901, \"rankvar\": 2190, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3142, \"group\": [3112.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAAAGACACGAC\", \"ini\": 1781, \"clust\": 1648, \"rank\": 3806, \"rankvar\": 3533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1808, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1727, \"group\": [1646.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCACCCGAG\", \"ini\": 1780, \"clust\": 4602, \"rank\": 2132, \"rankvar\": 4730, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1809, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4909, \"group\": [4601.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATTCACGGTTA\", \"ini\": 1779, \"clust\": 4595, \"rank\": 2105, \"rankvar\": 5169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1810, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4910, \"group\": [4595.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCACTACAGT\", \"ini\": 1778, \"clust\": 1745, \"rank\": 3372, \"rankvar\": 1038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1811, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1728, \"group\": [1744.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCGAATGGG\", \"ini\": 1777, \"clust\": 1904, \"rank\": 2995, \"rankvar\": 926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1812, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1729, \"group\": [1906.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCATACCAAGCCGTC\", \"ini\": 1776, \"clust\": 2161, \"rank\": 3061, \"rankvar\": 1312, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1813, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1730, \"group\": [2161.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACGTTCGCGAC\", \"ini\": 1775, \"clust\": 1923, \"rank\": 3273, \"rankvar\": 1294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1814, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1731, \"group\": [1922.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGCAGTTAACC\", \"ini\": 1774, \"clust\": 1732, \"rank\": 3189, \"rankvar\": 2328, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1815, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1732, \"group\": [1730.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCAGCATGAG\", \"ini\": 1773, \"clust\": 4048, \"rank\": 427, \"rankvar\": 851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1816, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 111, \"group\": [4048.0, 170.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGCACAAGTAA\", \"ini\": 1772, \"clust\": 4046, \"rank\": 966, \"rankvar\": 259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1817, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5215, \"group\": [4050.0, 170.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGTCACTTATC\", \"ini\": 1771, \"clust\": 2121, \"rank\": 3593, \"rankvar\": 1852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1818, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1733, \"group\": [2120.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCAATAAGG\", \"ini\": 1770, \"clust\": 1550, \"rank\": 3616, \"rankvar\": 2996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1819, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1734, \"group\": [1549.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACCAGGC\", \"ini\": 1769, \"clust\": 1621, \"rank\": 3483, \"rankvar\": 4431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1820, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1735, \"group\": [1623.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACACCATCCT\", \"ini\": 1768, \"clust\": 4863, \"rank\": 2245, \"rankvar\": 3944, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1821, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4911, \"group\": [4861.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATATCAGCTTAG\", \"ini\": 1767, \"clust\": 2113, \"rank\": 3210, \"rankvar\": 2697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1822, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1736, \"group\": [2112.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATTACCG\", \"ini\": 1766, \"clust\": 1579, \"rank\": 3856, \"rankvar\": 2855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1823, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1737, \"group\": [1578.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCATCTGCC\", \"ini\": 1765, \"clust\": 2328, \"rank\": 3277, \"rankvar\": 3571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1824, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1738, \"group\": [2328.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGGCAGGTT\", \"ini\": 1764, \"clust\": 1927, \"rank\": 2689, \"rankvar\": 1758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1825, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1739, \"group\": [1927.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAGTTGTTTGG\", \"ini\": 1763, \"clust\": 718, \"rank\": 3108, \"rankvar\": 4695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1826, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2780, \"group\": [715.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTTCACTCTTA\", \"ini\": 1762, \"clust\": 1956, \"rank\": 3298, \"rankvar\": 1506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1827, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1740, \"group\": [1956.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTATCGATGAGG\", \"ini\": 1761, \"clust\": 2523, \"rank\": 3949, \"rankvar\": 3646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1828, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1741, \"group\": [2521.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACTCGCCGTGA\", \"ini\": 1760, \"clust\": 1718, \"rank\": 3313, \"rankvar\": 2484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1829, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1742, \"group\": [1717.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGGTTCCGGCA\", \"ini\": 1759, \"clust\": 4622, \"rank\": 1776, \"rankvar\": 4878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1830, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4912, \"group\": [4622.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGGGATGGG\", \"ini\": 1758, \"clust\": 2274, \"rank\": 3065, \"rankvar\": 2976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1831, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1743, \"group\": [2276.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCCTCCTAG\", \"ini\": 1757, \"clust\": 4533, \"rank\": 1378, \"rankvar\": 3562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1832, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4913, \"group\": [4538.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTTATCGC\", \"ini\": 1756, \"clust\": 1705, \"rank\": 3578, \"rankvar\": 3742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1833, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1744, \"group\": [1703.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGAGAGCCTAG\", \"ini\": 1755, \"clust\": 1655, \"rank\": 4041, \"rankvar\": 4414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1834, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1745, \"group\": [1658.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCCGTCAG\", \"ini\": 1754, \"clust\": 1702, \"rank\": 3471, \"rankvar\": 2857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1835, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1746, \"group\": [1707.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCGGAGGTA\", \"ini\": 1753, \"clust\": 1773, \"rank\": 3740, \"rankvar\": 2231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1836, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1747, \"group\": [1772.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGGAGTACC\", \"ini\": 1752, \"clust\": 4596, \"rank\": 2607, \"rankvar\": 5101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1837, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4914, \"group\": [4593.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGCTCAACT\", \"ini\": 1751, \"clust\": 1776, \"rank\": 3493, \"rankvar\": 3125, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1838, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1748, \"group\": [1775.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGAGTACCG\", \"ini\": 1750, \"clust\": 627, \"rank\": 2520, \"rankvar\": 375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1839, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2781, \"group\": [631.0, 43.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGGATTCGG\", \"ini\": 1749, \"clust\": 2030, \"rank\": 3227, \"rankvar\": 3371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1840, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1749, \"group\": [2028.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTAGAAAGG\", \"ini\": 1748, \"clust\": 2193, \"rank\": 2861, \"rankvar\": 4200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1841, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1750, \"group\": [2192.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGATCTCGTTTA\", \"ini\": 1747, \"clust\": 4552, \"rank\": 1280, \"rankvar\": 4858, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1842, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4915, \"group\": [4550.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGTCGATGAGG\", \"ini\": 1746, \"clust\": 2765, \"rank\": 1311, \"rankvar\": 2525, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1843, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3968, \"group\": [2769.0, 131.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTGTGCGTC\", \"ini\": 1745, \"clust\": 4555, \"rank\": 1473, \"rankvar\": 3987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1844, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4916, \"group\": [4553.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAGTATCGCAT\", \"ini\": 1744, \"clust\": 4678, \"rank\": 1762, \"rankvar\": 4871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1845, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4917, \"group\": [4677.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGACAGTGGAGT\", \"ini\": 1743, \"clust\": 3096, \"rank\": 1735, \"rankvar\": 1894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3143, \"group\": [3096.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCTGGTTCC\", \"ini\": 1742, \"clust\": 5019, \"rank\": 861, \"rankvar\": 1381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1847, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 112, \"group\": [5017.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGAGGGA\", \"ini\": 1741, \"clust\": 1490, \"rank\": 3014, \"rankvar\": 1227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1848, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1751, \"group\": [1490.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTGTTTGG\", \"ini\": 1740, \"clust\": 1634, \"rank\": 3500, \"rankvar\": 2134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1849, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1752, \"group\": [1633.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTATCTGCA\", \"ini\": 1739, \"clust\": 707, \"rank\": 3837, \"rankvar\": 4877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1850, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2782, \"group\": [704.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGAGGATATAC\", \"ini\": 1738, \"clust\": 670, \"rank\": 2252, \"rankvar\": 4597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1851, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2783, \"group\": [668.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTGTTCTGTTT\", \"ini\": 1737, \"clust\": 1603, \"rank\": 3426, \"rankvar\": 2603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1852, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1753, \"group\": [1601.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCGGAAG\", \"ini\": 1736, \"clust\": 1831, \"rank\": 2842, \"rankvar\": 1630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1853, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1754, \"group\": [1831.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGGTACCGTTA\", \"ini\": 1735, \"clust\": 2074, \"rank\": 3234, \"rankvar\": 1819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1854, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1755, \"group\": [2072.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCAAACGTGG\", \"ini\": 1734, \"clust\": 1430, \"rank\": 2634, \"rankvar\": 1268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1855, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1756, \"group\": [1430.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTGCGACG\", \"ini\": 1733, \"clust\": 1778, \"rank\": 3292, \"rankvar\": 1911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1856, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1757, \"group\": [1779.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATAGCCTATGT\", \"ini\": 1732, \"clust\": 2529, \"rank\": 3903, \"rankvar\": 1879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1857, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1758, \"group\": [2528.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGACGCTTT\", \"ini\": 1731, \"clust\": 2194, \"rank\": 2948, \"rankvar\": 3797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1858, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1759, \"group\": [2193.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTATCGCAT\", \"ini\": 1730, \"clust\": 4917, \"rank\": 1534, \"rankvar\": 2071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3144, \"group\": [4915.0, 209.0, 42.0, 15.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATATCCGCATAA\", \"ini\": 1729, \"clust\": 5103, \"rank\": 681, \"rankvar\": 698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1860, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 113, \"group\": [5102.0, 228.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCAAGTAGTA\", \"ini\": 1728, \"clust\": 1661, \"rank\": 3802, \"rankvar\": 2895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1861, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1760, \"group\": [1660.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACAGTCATCCA\", \"ini\": 1727, \"clust\": 2172, \"rank\": 3179, \"rankvar\": 3924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1862, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1761, \"group\": [2170.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTAGTATGGTTC\", \"ini\": 1726, \"clust\": 5015, \"rank\": 472, \"rankvar\": 623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1863, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 114, \"group\": [5014.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTAATTGGA\", \"ini\": 1725, \"clust\": 1804, \"rank\": 3569, \"rankvar\": 1107, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1864, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1762, \"group\": [1803.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAACATGGTCTA\", \"ini\": 1724, \"clust\": 5010, \"rank\": 485, \"rankvar\": 412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1865, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 115, \"group\": [5009.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCACCCGAG\", \"ini\": 1723, \"clust\": 2090, \"rank\": 3193, \"rankvar\": 4365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1866, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1763, \"group\": [2091.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACCAGACGTAG\", \"ini\": 1722, \"clust\": 1761, \"rank\": 3008, \"rankvar\": 3359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1867, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1764, \"group\": [1762.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCCGTACAA\", \"ini\": 1721, \"clust\": 1542, \"rank\": 3543, \"rankvar\": 1233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1868, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1765, \"group\": [1540.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGAGTGACC\", \"ini\": 1720, \"clust\": 650, \"rank\": 3676, \"rankvar\": 4954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1869, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2784, \"group\": [650.0, 44.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAAGCCCTAAT\", \"ini\": 1719, \"clust\": 4539, \"rank\": 2066, \"rankvar\": 4812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1870, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4918, \"group\": [4541.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGGAGCGTT\", \"ini\": 1718, \"clust\": 4988, \"rank\": 480, \"rankvar\": 675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1871, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 116, \"group\": [4989.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCACATAACC\", \"ini\": 1717, \"clust\": 4586, \"rank\": 2060, \"rankvar\": 3917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1872, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4919, \"group\": [4586.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGTAACAAGCCATT\", \"ini\": 1716, \"clust\": 4785, \"rank\": 1823, \"rankvar\": 5057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1873, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4920, \"group\": [4781.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCGCGAAA\", \"ini\": 1715, \"clust\": 4684, \"rank\": 1944, \"rankvar\": 5066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1874, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4921, \"group\": [4683.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTCGACTGC\", \"ini\": 1714, \"clust\": 2443, \"rank\": 2699, \"rankvar\": 1516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1875, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1766, \"group\": [2442.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCATTCTA\", \"ini\": 1713, \"clust\": 1676, \"rank\": 4106, \"rankvar\": 3147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1876, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1767, \"group\": [1674.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGCAAACTGTC\", \"ini\": 1712, \"clust\": 4829, \"rank\": 1337, \"rankvar\": 4738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1877, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4922, \"group\": [4828.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTGGACGAT\", \"ini\": 1711, \"clust\": 1663, \"rank\": 3777, \"rankvar\": 2454, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1878, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1768, \"group\": [1663.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACACATGGGA\", \"ini\": 1710, \"clust\": 2326, \"rank\": 3299, \"rankvar\": 1947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1879, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1769, \"group\": [2325.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGTCAGCC\", \"ini\": 1709, \"clust\": 4843, \"rank\": 1998, \"rankvar\": 4865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1880, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4923, \"group\": [4841.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGCATGGTAGG\", \"ini\": 1708, \"clust\": 2512, \"rank\": 3322, \"rankvar\": 1960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1881, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1770, \"group\": [2511.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACATTTCAGG\", \"ini\": 1707, \"clust\": 2146, \"rank\": 3849, \"rankvar\": 1811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1882, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1771, \"group\": [2145.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATGTCGGATCC\", \"ini\": 1706, \"clust\": 3094, \"rank\": 1793, \"rankvar\": 1728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3145, \"group\": [3094.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAGTATTAGCC\", \"ini\": 1705, \"clust\": 1794, \"rank\": 3410, \"rankvar\": 3682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1884, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1772, \"group\": [1793.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCGCAT\", \"ini\": 1704, \"clust\": 1388, \"rank\": 3481, \"rankvar\": 564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1885, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1773, \"group\": [1390.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCCATTCACTT\", \"ini\": 1703, \"clust\": 1308, \"rank\": 2666, \"rankvar\": 3585, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1886, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1774, \"group\": [1307.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGTGGACC\", \"ini\": 1702, \"clust\": 5231, \"rank\": 663, \"rankvar\": 402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1887, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5216, \"group\": [5231.0, 243.0, 50.0, 19.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTTTACGT\", \"ini\": 1701, \"clust\": 2424, \"rank\": 3028, \"rankvar\": 1449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1888, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1775, \"group\": [2429.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCAACACCTA\", \"ini\": 1700, \"clust\": 2754, \"rank\": 1419, \"rankvar\": 4244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1889, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3969, \"group\": [2752.0, 131.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAAGTACATGA\", \"ini\": 1699, \"clust\": 1442, \"rank\": 2896, \"rankvar\": 1093, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1890, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1776, \"group\": [1444.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATGTGGT\", \"ini\": 1698, \"clust\": 4758, \"rank\": 2087, \"rankvar\": 4857, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1891, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4924, \"group\": [4754.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCTAACGGT\", \"ini\": 1697, \"clust\": 5020, \"rank\": 963, \"rankvar\": 742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1892, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 117, \"group\": [5022.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGATAAGT\", \"ini\": 1696, \"clust\": 2108, \"rank\": 3416, \"rankvar\": 2558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1893, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1777, \"group\": [2107.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGAGTACGCCC\", \"ini\": 1695, \"clust\": 739, \"rank\": 2998, \"rankvar\": 4531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1894, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2785, \"group\": [741.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAAACGCG\", \"ini\": 1694, \"clust\": 1805, \"rank\": 3636, \"rankvar\": 3500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1895, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1778, \"group\": [1804.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGACCTAGG\", \"ini\": 1693, \"clust\": 4981, \"rank\": 865, \"rankvar\": 1993, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1896, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 118, \"group\": [4978.0, 221.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCCAGTAGAGC\", \"ini\": 1692, \"clust\": 3113, \"rank\": 1932, \"rankvar\": 2703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1897, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3146, \"group\": [3114.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGGCGACAT\", \"ini\": 1691, \"clust\": 2461, \"rank\": 2811, \"rankvar\": 2648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1898, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1779, \"group\": [2460.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAACACGGTTTA\", \"ini\": 1690, \"clust\": 1373, \"rank\": 2771, \"rankvar\": 975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1899, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1780, \"group\": [1373.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCCGACTT\", \"ini\": 1689, \"clust\": 4858, \"rank\": 1582, \"rankvar\": 2991, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1900, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4925, \"group\": [4857.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTTCAAGGTAA\", \"ini\": 1688, \"clust\": 2531, \"rank\": 3948, \"rankvar\": 3956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1901, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1781, \"group\": [2529.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCATAAGCCACGCT\", \"ini\": 1687, \"clust\": 2088, \"rank\": 4086, \"rankvar\": 5120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1902, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1782, \"group\": [2085.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGATGTAT\", \"ini\": 1686, \"clust\": 4675, \"rank\": 1658, \"rankvar\": 5072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1903, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4926, \"group\": [4674.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTTCATCTGTT\", \"ini\": 1685, \"clust\": 4792, \"rank\": 1425, \"rankvar\": 2447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1904, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4927, \"group\": [4790.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACAAGCTAGTTC\", \"ini\": 1684, \"clust\": 1400, \"rank\": 3264, \"rankvar\": 1028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1905, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1783, \"group\": [1398.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAAGTCACGCC\", \"ini\": 1683, \"clust\": 1837, \"rank\": 3013, \"rankvar\": 2582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1906, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1784, \"group\": [1839.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTTGGACCC\", \"ini\": 1682, \"clust\": 4599, \"rank\": 2175, \"rankvar\": 4948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1907, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4928, \"group\": [4599.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAGGCCCA\", \"ini\": 1681, \"clust\": 2278, \"rank\": 2981, \"rankvar\": 3813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1908, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1785, \"group\": [2278.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTTGTATC\", \"ini\": 1680, \"clust\": 3125, \"rank\": 2014, \"rankvar\": 2055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1909, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3147, \"group\": [3127.0, 156.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTAGCTGCC\", \"ini\": 1679, \"clust\": 1877, \"rank\": 3035, \"rankvar\": 1650, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1910, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1786, \"group\": [1880.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATGACT\", \"ini\": 1678, \"clust\": 4844, \"rank\": 1760, \"rankvar\": 4024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1911, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4929, \"group\": [4844.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAATCCGCTGTT\", \"ini\": 1677, \"clust\": 1666, \"rank\": 3527, \"rankvar\": 3158, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1912, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1787, \"group\": [1665.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGCTAGCCC\", \"ini\": 1676, \"clust\": 1595, \"rank\": 3156, \"rankvar\": 2175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1913, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1788, \"group\": [1595.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACACACGGTGTC\", \"ini\": 1675, \"clust\": 1505, \"rank\": 3164, \"rankvar\": 1564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1914, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1789, \"group\": [1506.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGAACTGTA\", \"ini\": 1674, \"clust\": 1990, \"rank\": 3644, \"rankvar\": 2747, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1915, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1790, \"group\": [1991.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACGTGTACCGTTA\", \"ini\": 1673, \"clust\": 5222, \"rank\": 3926, \"rankvar\": 5183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1916, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1791, \"group\": [5222.0, 239.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCATGGAATA\", \"ini\": 1672, \"clust\": 4607, \"rank\": 1736, \"rankvar\": 5006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1917, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4930, \"group\": [4604.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATTACCC\", \"ini\": 1671, \"clust\": 2164, \"rank\": 3476, \"rankvar\": 4012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1918, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1792, \"group\": [2164.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAGTGAGTG\", \"ini\": 1670, \"clust\": 4840, \"rank\": 2796, \"rankvar\": 5092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1919, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4931, \"group\": [4838.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCACGGTTA\", \"ini\": 1669, \"clust\": 1690, \"rank\": 3970, \"rankvar\": 4618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1920, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1793, \"group\": [1689.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTAGCCTCG\", \"ini\": 1668, \"clust\": 668, \"rank\": 2226, \"rankvar\": 1557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1921, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2786, \"group\": [667.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTGTAACGCGA\", \"ini\": 1667, \"clust\": 1669, \"rank\": 4169, \"rankvar\": 4507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1922, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1794, \"group\": [1670.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCTCCACT\", \"ini\": 1666, \"clust\": 4439, \"rank\": 1639, \"rankvar\": 3654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1923, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4932, \"group\": [4439.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTATAATGG\", \"ini\": 1665, \"clust\": 2321, \"rank\": 3171, \"rankvar\": 3954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1924, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1795, \"group\": [2322.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTATCACTTACT\", \"ini\": 1664, \"clust\": 2085, \"rank\": 3455, \"rankvar\": 4413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1925, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1796, \"group\": [2087.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAGTGTATGGG\", \"ini\": 1663, \"clust\": 4634, \"rank\": 1877, \"rankvar\": 5067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1926, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4933, \"group\": [4637.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCACCTTAT\", \"ini\": 1662, \"clust\": 1659, \"rank\": 3652, \"rankvar\": 4215, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1927, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1797, \"group\": [1657.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTATTGTCATCGATG\", \"ini\": 1661, \"clust\": 2151, \"rank\": 3609, \"rankvar\": 3947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1928, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1798, \"group\": [2150.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGGTAACGACG\", \"ini\": 1660, \"clust\": 1643, \"rank\": 3788, \"rankvar\": 3256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1929, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1799, \"group\": [1642.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACGATGT\", \"ini\": 1659, \"clust\": 1899, \"rank\": 3599, \"rankvar\": 2561, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1930, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1800, \"group\": [1899.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCGTACACCGC\", \"ini\": 1658, \"clust\": 1198, \"rank\": 2511, \"rankvar\": 1163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1931, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1801, \"group\": [1204.0, 95.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGAACTGT\", \"ini\": 1657, \"clust\": 5021, \"rank\": 690, \"rankvar\": 1120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1932, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 119, \"group\": [5020.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGGACCACA\", \"ini\": 1656, \"clust\": 2836, \"rank\": 1380, \"rankvar\": 4803, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1933, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3970, \"group\": [2835.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCACAATAACGA\", \"ini\": 1655, \"clust\": 1687, \"rank\": 3617, \"rankvar\": 3253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1934, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1802, \"group\": [1687.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACAGTGTCAGCCTAA\", \"ini\": 1654, \"clust\": 2089, \"rank\": 3395, \"rankvar\": 2931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1935, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1803, \"group\": [2092.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCACAACGCC\", \"ini\": 1653, \"clust\": 3127, \"rank\": 2055, \"rankvar\": 1445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3148, \"group\": [3126.0, 156.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCATCCATGCTC\", \"ini\": 1652, \"clust\": 4768, \"rank\": 2069, \"rankvar\": 4973, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1937, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4934, \"group\": [4766.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCTCTGCTGCT\", \"ini\": 1651, \"clust\": 1510, \"rank\": 3248, \"rankvar\": 1626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1938, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1804, \"group\": [1509.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATAGTTTAAGCC\", \"ini\": 1650, \"clust\": 737, \"rank\": 3125, \"rankvar\": 4538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1939, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2787, \"group\": [733.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTGGTTTCA\", \"ini\": 1649, \"clust\": 4541, \"rank\": 1841, \"rankvar\": 4553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1940, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4935, \"group\": [4540.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGAGGGTT\", \"ini\": 1648, \"clust\": 4762, \"rank\": 1813, \"rankvar\": 4946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1941, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4936, \"group\": [4761.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACACGCCAATGGATA\", \"ini\": 1647, \"clust\": 3052, \"rank\": 1997, \"rankvar\": 2226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3149, \"group\": [3053.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGGTACTCT\", \"ini\": 1646, \"clust\": 1914, \"rank\": 2664, \"rankvar\": 2057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1805, \"group\": [1914.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTTCAACGCTA\", \"ini\": 1645, \"clust\": 4763, \"rank\": 1964, \"rankvar\": 5053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1944, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4937, \"group\": [4762.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTTCAACCA\", \"ini\": 1644, \"clust\": 1397, \"rank\": 3605, \"rankvar\": 995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1945, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1806, \"group\": [1400.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGGTCAGAGGT\", \"ini\": 1643, \"clust\": 1703, \"rank\": 3631, \"rankvar\": 2986, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1946, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1807, \"group\": [1704.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCAAGATCC\", \"ini\": 1642, \"clust\": 4978, \"rank\": 953, \"rankvar\": 804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1947, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 120, \"group\": [4982.0, 221.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCCAGATAATG\", \"ini\": 1641, \"clust\": 2120, \"rank\": 3836, \"rankvar\": 3926, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1948, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1808, \"group\": [2122.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGCGATTCT\", \"ini\": 1640, \"clust\": 1924, \"rank\": 3131, \"rankvar\": 1756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1949, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1809, \"group\": [1923.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAGGCT\", \"ini\": 1639, \"clust\": 1957, \"rank\": 3848, \"rankvar\": 1186, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1950, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1810, \"group\": [1957.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGCAAACTGCT\", \"ini\": 1638, \"clust\": 1743, \"rank\": 3360, \"rankvar\": 2153, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1951, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1811, \"group\": [1743.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGTTTGCGT\", \"ini\": 1637, \"clust\": 5016, \"rank\": 668, \"rankvar\": 1172, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1952, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 121, \"group\": [5019.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGTCTGAGTAGATGT\", \"ini\": 1636, \"clust\": 1675, \"rank\": 4386, \"rankvar\": 4716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1953, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1812, \"group\": [1676.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACGTGACGCCT\", \"ini\": 1635, \"clust\": 1451, \"rank\": 2628, \"rankvar\": 775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1954, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1813, \"group\": [1448.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGTCCTCGCAT\", \"ini\": 1634, \"clust\": 3072, \"rank\": 2240, \"rankvar\": 3059, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3150, \"group\": [3071.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTCAGGTTTCA\", \"ini\": 1633, \"clust\": 1583, \"rank\": 3875, \"rankvar\": 1287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1956, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1814, \"group\": [1580.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACATATCAGCTGGC\", \"ini\": 1632, \"clust\": 3073, \"rank\": 2288, \"rankvar\": 2273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3151, \"group\": [3072.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTTAAAGTG\", \"ini\": 1631, \"clust\": 1670, \"rank\": 3862, \"rankvar\": 2162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1958, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1815, \"group\": [1668.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTTCGGAGCAA\", \"ini\": 1630, \"clust\": 1582, \"rank\": 3869, \"rankvar\": 2628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1959, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1816, \"group\": [1582.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGGTGTGGT\", \"ini\": 1629, \"clust\": 2129, \"rank\": 3326, \"rankvar\": 2502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1960, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1817, \"group\": [2129.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAACAACA\", \"ini\": 1628, \"clust\": 1642, \"rank\": 3733, \"rankvar\": 2324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1961, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1818, \"group\": [1644.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCAGCCAGTTT\", \"ini\": 1627, \"clust\": 1615, \"rank\": 3607, \"rankvar\": 2391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1962, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1819, \"group\": [1614.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTACATGTC\", \"ini\": 1626, \"clust\": 1866, \"rank\": 3016, \"rankvar\": 2113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1963, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1820, \"group\": [1866.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGCACCGATAT\", \"ini\": 1625, \"clust\": 4958, \"rank\": 1205, \"rankvar\": 1118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1964, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5217, \"group\": [4958.0, 219.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTACACACTGCG\", \"ini\": 1624, \"clust\": 1389, \"rank\": 3824, \"rankvar\": 1002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1965, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1821, \"group\": [1388.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGTACGCCC\", \"ini\": 1623, \"clust\": 2505, \"rank\": 3033, \"rankvar\": 664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1966, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1822, \"group\": [2512.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATTCGCAAGCC\", \"ini\": 1622, \"clust\": 1726, \"rank\": 3418, \"rankvar\": 3008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1967, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1823, \"group\": [1725.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCAGGAATGC\", \"ini\": 1621, \"clust\": 2022, \"rank\": 3977, \"rankvar\": 3718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1968, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1824, \"group\": [2025.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTGTGATGATA\", \"ini\": 1620, \"clust\": 1287, \"rank\": 1912, \"rankvar\": 270, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1969, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1825, \"group\": [1290.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGGTCCGAATT\", \"ini\": 1619, \"clust\": 3095, \"rank\": 1521, \"rankvar\": 1344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3152, \"group\": [3095.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGACACGAC\", \"ini\": 1618, \"clust\": 4979, \"rank\": 1552, \"rankvar\": 1230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1971, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 122, \"group\": [4981.0, 221.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATAGGTGCACCAC\", \"ini\": 1617, \"clust\": 2504, \"rank\": 2972, \"rankvar\": 3259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1972, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1826, \"group\": [2504.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCAGACACGAC\", \"ini\": 1616, \"clust\": 2068, \"rank\": 2893, \"rankvar\": 2811, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1973, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1827, \"group\": [2080.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGATCATGCTCC\", \"ini\": 1615, \"clust\": 2148, \"rank\": 3902, \"rankvar\": 2265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1974, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1828, \"group\": [2148.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGCTTAG\", \"ini\": 1614, \"clust\": 1767, \"rank\": 3433, \"rankvar\": 1930, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1975, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1829, \"group\": [1766.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTGTCAAACTC\", \"ini\": 1613, \"clust\": 1581, \"rank\": 4301, \"rankvar\": 3559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1976, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1830, \"group\": [1585.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTAGCTAGCCC\", \"ini\": 1612, \"clust\": 1641, \"rank\": 4074, \"rankvar\": 3975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1977, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1831, \"group\": [1640.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAGTTACTGAC\", \"ini\": 1611, \"clust\": 4862, \"rank\": 2027, \"rankvar\": 3894, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1978, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4938, \"group\": [4865.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAATTGCTG\", \"ini\": 1610, \"clust\": 2158, \"rank\": 3635, \"rankvar\": 879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1979, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1832, \"group\": [2157.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATACATGCTAGT\", \"ini\": 1609, \"clust\": 2086, \"rank\": 3494, \"rankvar\": 2769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1980, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1833, \"group\": [2086.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCCGCTGA\", \"ini\": 1608, \"clust\": 1800, \"rank\": 3572, \"rankvar\": 3290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1981, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1834, \"group\": [1800.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCAGCGATT\", \"ini\": 1607, \"clust\": 1739, \"rank\": 3334, \"rankvar\": 1731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1982, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1835, \"group\": [1741.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACAAGACACG\", \"ini\": 1606, \"clust\": 2054, \"rank\": 2464, \"rankvar\": 2023, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1983, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1836, \"group\": [2054.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATCATCCGGGT\", \"ini\": 1605, \"clust\": 738, \"rank\": 3162, \"rankvar\": 4798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1984, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2788, \"group\": [734.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCATCGATG\", \"ini\": 1604, \"clust\": 2342, \"rank\": 2904, \"rankvar\": 1565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1985, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1837, \"group\": [2341.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCATAGAAAC\", \"ini\": 1603, \"clust\": 2111, \"rank\": 3564, \"rankvar\": 4049, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1986, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1838, \"group\": [2113.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCCAGCATAACCTG\", \"ini\": 1602, \"clust\": 2755, \"rank\": 1132, \"rankvar\": 4505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1987, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3971, \"group\": [2763.0, 131.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGGTGGGTT\", \"ini\": 1601, \"clust\": 1958, \"rank\": 3673, \"rankvar\": 1314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1988, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1839, \"group\": [1960.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGCACATAACC\", \"ini\": 1600, \"clust\": 4600, \"rank\": 1885, \"rankvar\": 3784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1989, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4939, \"group\": [4602.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTTCATTATCC\", \"ini\": 1599, \"clust\": 4866, \"rank\": 2326, \"rankvar\": 4462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1990, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4940, \"group\": [4864.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAATCGATGAGG\", \"ini\": 1598, \"clust\": 1716, \"rank\": 3176, \"rankvar\": 2048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1991, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1840, \"group\": [1718.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATAGCTGATAA\", \"ini\": 1597, \"clust\": 1662, \"rank\": 3958, \"rankvar\": 3865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1992, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1841, \"group\": [1661.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTCGGGCT\", \"ini\": 1596, \"clust\": 1576, \"rank\": 3876, \"rankvar\": 3733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1993, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1842, \"group\": [1575.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGGAAATA\", \"ini\": 1595, \"clust\": 698, \"rank\": 3343, \"rankvar\": 4638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1994, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2789, \"group\": [695.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGACATTGGTAC\", \"ini\": 1594, \"clust\": 1671, \"rank\": 3914, \"rankvar\": 1653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1995, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1843, \"group\": [1669.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCGGAAATA\", \"ini\": 1593, \"clust\": 4392, \"rank\": 1101, \"rankvar\": 448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3153, \"group\": [4396.0, 191.0, 37.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCTCGTTTATC\", \"ini\": 1592, \"clust\": 1847, \"rank\": 3232, \"rankvar\": 982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1997, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1844, \"group\": [1848.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAGTTCCCT\", \"ini\": 1591, \"clust\": 4980, \"rank\": 820, \"rankvar\": 1020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1998, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 123, \"group\": [4980.0, 221.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCGTAGAGCTG\", \"ini\": 1590, \"clust\": 3092, \"rank\": 1725, \"rankvar\": 2774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 1999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3154, \"group\": [3092.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCATCTACTATC\", \"ini\": 1589, \"clust\": 706, \"rank\": 3066, \"rankvar\": 4729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2000, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2790, \"group\": [706.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTTCCGCGGTA\", \"ini\": 1588, \"clust\": 5041, \"rank\": 785, \"rankvar\": 382, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2001, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 124, \"group\": [5039.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCAGGACAGCT\", \"ini\": 1587, \"clust\": 2317, \"rank\": 2928, \"rankvar\": 1660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2002, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1845, \"group\": [2317.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCCAACGG\", \"ini\": 1586, \"clust\": 2114, \"rank\": 3373, \"rankvar\": 3430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2003, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1846, \"group\": [2116.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCAGTGTTGAGG\", \"ini\": 1585, \"clust\": 4587, \"rank\": 2097, \"rankvar\": 4626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2004, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4941, \"group\": [4584.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTAGCCTAT\", \"ini\": 1584, \"clust\": 2104, \"rank\": 3478, \"rankvar\": 2442, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2005, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1847, \"group\": [2102.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGCATCACGAT\", \"ini\": 1583, \"clust\": 4623, \"rank\": 1879, \"rankvar\": 4822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2006, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4942, \"group\": [4623.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAGTTCCCGAG\", \"ini\": 1582, \"clust\": 1644, \"rank\": 3851, \"rankvar\": 4550, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2007, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1848, \"group\": [1643.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGCAGCATACT\", \"ini\": 1581, \"clust\": 693, \"rank\": 3380, \"rankvar\": 4330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2008, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2791, \"group\": [693.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCTCTTTCCTC\", \"ini\": 1580, \"clust\": 2533, \"rank\": 4166, \"rankvar\": 4410, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2009, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1849, \"group\": [2531.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACTCAGTGTTG\", \"ini\": 1579, \"clust\": 4836, \"rank\": 2730, \"rankvar\": 4123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2010, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4943, \"group\": [4836.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTCATATACGC\", \"ini\": 1578, \"clust\": 4054, \"rank\": 796, \"rankvar\": 289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2011, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 125, \"group\": [4058.0, 171.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGAATCTCC\", \"ini\": 1577, \"clust\": 2142, \"rank\": 3344, \"rankvar\": 968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2012, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1850, \"group\": [2142.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTAAATGAC\", \"ini\": 1576, \"clust\": 4067, \"rank\": 724, \"rankvar\": 614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2013, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 126, \"group\": [4068.0, 174.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCATCGGAT\", \"ini\": 1575, \"clust\": 3026, \"rank\": 2124, \"rankvar\": 1599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2014, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3155, \"group\": [3026.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGAGTACAT\", \"ini\": 1574, \"clust\": 2130, \"rank\": 3524, \"rankvar\": 3488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1851, \"group\": [2130.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGCGATCCC\", \"ini\": 1573, \"clust\": 3082, \"rank\": 2383, \"rankvar\": 3749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3156, \"group\": [3082.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCAGAGCAATT\", \"ini\": 1572, \"clust\": 1645, \"rank\": 3486, \"rankvar\": 1110, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2017, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1852, \"group\": [1648.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCTCTTGTTTG\", \"ini\": 1571, \"clust\": 5225, \"rank\": 2171, \"rankvar\": 4165, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2018, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 127, \"group\": [5225.0, 240.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCCGAATGT\", \"ini\": 1570, \"clust\": 1765, \"rank\": 3365, \"rankvar\": 2073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2019, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1853, \"group\": [1765.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCTCTTGAGAC\", \"ini\": 1569, \"clust\": 2508, \"rank\": 3911, \"rankvar\": 4045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2020, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1854, \"group\": [2506.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCAGGCAGTA\", \"ini\": 1568, \"clust\": 4612, \"rank\": 2079, \"rankvar\": 5162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2021, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4944, \"group\": [4610.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCAGTACACT\", \"ini\": 1567, \"clust\": 4803, \"rank\": 1611, \"rankvar\": 4541, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2022, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4945, \"group\": [4808.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAAGCGTGTCC\", \"ini\": 1566, \"clust\": 1279, \"rank\": 2342, \"rankvar\": 1435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2023, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1855, \"group\": [1280.0, 98.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTAAACACA\", \"ini\": 1565, \"clust\": 1665, \"rank\": 4026, \"rankvar\": 2638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2024, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1856, \"group\": [1667.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTAAGCTGTTCA\", \"ini\": 1564, \"clust\": 4764, \"rank\": 1659, \"rankvar\": 5185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2025, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4946, \"group\": [4763.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTTCCTACAGA\", \"ini\": 1563, \"clust\": 1613, \"rank\": 4194, \"rankvar\": 2911, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2026, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1857, \"group\": [1624.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAAGCCAGTAG\", \"ini\": 1562, \"clust\": 1940, \"rank\": 3148, \"rankvar\": 1814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1858, \"group\": [1942.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTGCAGACA\", \"ini\": 1561, \"clust\": 1585, \"rank\": 4381, \"rankvar\": 4737, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2028, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1859, \"group\": [1583.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTTCGGCAC\", \"ini\": 1560, \"clust\": 5086, \"rank\": 954, \"rankvar\": 1813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2029, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 128, \"group\": [5085.0, 227.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCTACCTA\", \"ini\": 1559, \"clust\": 2081, \"rank\": 3262, \"rankvar\": 2613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2030, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1860, \"group\": [2083.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTGTGTG\", \"ini\": 1558, \"clust\": 678, \"rank\": 2523, \"rankvar\": 3459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2031, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2792, \"group\": [677.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGACTTGAA\", \"ini\": 1557, \"clust\": 1679, \"rank\": 4206, \"rankvar\": 4479, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2032, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1861, \"group\": [1678.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCCCTGACT\", \"ini\": 1556, \"clust\": 4850, \"rank\": 2177, \"rankvar\": 4264, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2033, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4947, \"group\": [4848.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGAGCTAACTC\", \"ini\": 1555, \"clust\": 692, \"rank\": 3434, \"rankvar\": 3592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2034, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2793, \"group\": [748.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGTCACAACGT\", \"ini\": 1554, \"clust\": 1626, \"rank\": 3728, \"rankvar\": 2217, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2035, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1862, \"group\": [1627.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTGTATCTGCA\", \"ini\": 1553, \"clust\": 1082, \"rank\": 4600, \"rankvar\": 4731, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2036, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2794, \"group\": [1082.0, 82.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCGAATGCT\", \"ini\": 1552, \"clust\": 1093, \"rank\": 3017, \"rankvar\": 4520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2037, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2795, \"group\": [1092.0, 83.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACGTGTCAATC\", \"ini\": 1551, \"clust\": 214, \"rank\": 3473, \"rankvar\": 2620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2038, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1863, \"group\": [214.0, 24.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACCTTTG\", \"ini\": 1550, \"clust\": 2145, \"rank\": 3825, \"rankvar\": 2041, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2039, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1864, \"group\": [2147.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCAGGACATTA\", \"ini\": 1549, \"clust\": 5105, \"rank\": 1596, \"rankvar\": 1624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2040, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 129, \"group\": [5106.0, 231.0, 47.0, 17.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGTGGCT\", \"ini\": 1548, \"clust\": 1768, \"rank\": 3107, \"rankvar\": 888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2041, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1865, \"group\": [1767.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTAGGAGTCTG\", \"ini\": 1547, \"clust\": 3106, \"rank\": 2095, \"rankvar\": 992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2042, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3157, \"group\": [3109.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTATCTGCA\", \"ini\": 1546, \"clust\": 696, \"rank\": 3309, \"rankvar\": 4197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2043, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2796, \"group\": [699.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTCACTTCC\", \"ini\": 1545, \"clust\": 4594, \"rank\": 2724, \"rankvar\": 5194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2044, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4948, \"group\": [4596.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTAAAGGAG\", \"ini\": 1544, \"clust\": 4982, \"rank\": 989, \"rankvar\": 1057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2045, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 130, \"group\": [4979.0, 221.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTTAAGACA\", \"ini\": 1543, \"clust\": 2140, \"rank\": 3409, \"rankvar\": 1240, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2046, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1866, \"group\": [2144.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTCATGTCCTC\", \"ini\": 1542, \"clust\": 4983, \"rank\": 765, \"rankvar\": 219, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2047, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4949, \"group\": [5010.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGTCTCATTCA\", \"ini\": 1541, \"clust\": 1973, \"rank\": 4592, \"rankvar\": 1889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2048, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1867, \"group\": [1972.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTACCTACA\", \"ini\": 1540, \"clust\": 4431, \"rank\": 1929, \"rankvar\": 4775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2049, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4950, \"group\": [4430.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAATGACCT\", \"ini\": 1539, \"clust\": 1649, \"rank\": 3967, \"rankvar\": 2608, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2050, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1868, \"group\": [1651.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCAGAAGCAC\", \"ini\": 1538, \"clust\": 1588, \"rank\": 4152, \"rankvar\": 1629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2051, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1869, \"group\": [1586.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACAGCTAGTGG\", \"ini\": 1537, \"clust\": 1667, \"rank\": 3649, \"rankvar\": 2684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2052, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1870, \"group\": [1666.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTAACTTC\", \"ini\": 1536, \"clust\": 1664, \"rank\": 4294, \"rankvar\": 4649, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2053, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1871, \"group\": [1664.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGACTTGAA\", \"ini\": 1535, \"clust\": 5087, \"rank\": 1255, \"rankvar\": 3316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2054, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 131, \"group\": [5086.0, 227.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAATCCAAC\", \"ini\": 1534, \"clust\": 4593, \"rank\": 2169, \"rankvar\": 4663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2055, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4951, \"group\": [4597.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCACGGCTAC\", \"ini\": 1533, \"clust\": 1723, \"rank\": 3485, \"rankvar\": 2946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2056, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1872, \"group\": [1723.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCGTTGCT\", \"ini\": 1532, \"clust\": 3085, \"rank\": 2451, \"rankvar\": 1306, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2057, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3158, \"group\": [3086.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGCCACGTC\", \"ini\": 1531, \"clust\": 1545, \"rank\": 3275, \"rankvar\": 1394, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2058, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1873, \"group\": [1545.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGAGGGAGTAA\", \"ini\": 1530, \"clust\": 2049, \"rank\": 2610, \"rankvar\": 1658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2059, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1874, \"group\": [2052.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATGTGGTCTCG\", \"ini\": 1529, \"clust\": 4616, \"rank\": 2293, \"rankvar\": 5115, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2060, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4952, \"group\": [4616.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCTTGTCC\", \"ini\": 1528, \"clust\": 2532, \"rank\": 4180, \"rankvar\": 3243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2061, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1875, \"group\": [2530.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCACTCTTA\", \"ini\": 1527, \"clust\": 1637, \"rank\": 4380, \"rankvar\": 5034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2062, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1876, \"group\": [1636.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGGTTAGCTGAAAT\", \"ini\": 1526, \"clust\": 2750, \"rank\": 1035, \"rankvar\": 870, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2063, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3026, \"group\": [2770.0, 131.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTAAAGTG\", \"ini\": 1525, \"clust\": 215, \"rank\": 3549, \"rankvar\": 2292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1877, \"group\": [215.0, 24.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTTTGTGTG\", \"ini\": 1524, \"clust\": 4761, \"rank\": 2583, \"rankvar\": 5103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2065, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4953, \"group\": [4760.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATGTTGC\", \"ini\": 1523, \"clust\": 1584, \"rank\": 3723, \"rankvar\": 1914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2066, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1878, \"group\": [1581.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCATCGGAT\", \"ini\": 1522, \"clust\": 4426, \"rank\": 1347, \"rankvar\": 3936, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2067, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4954, \"group\": [4428.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCCAATGTAAG\", \"ini\": 1521, \"clust\": 4667, \"rank\": 1627, \"rankvar\": 4881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2068, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4955, \"group\": [4667.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACGTGCCTGGT\", \"ini\": 1520, \"clust\": 4680, \"rank\": 1789, \"rankvar\": 5012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2069, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4956, \"group\": [4680.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCCACTTG\", \"ini\": 1519, \"clust\": 5098, \"rank\": 1805, \"rankvar\": 4591, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2070, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 132, \"group\": [5099.0, 227.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCCAAGCCG\", \"ini\": 1518, \"clust\": 1536, \"rank\": 3921, \"rankvar\": 2243, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2071, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1879, \"group\": [1535.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTAGTCGTTGTA\", \"ini\": 1517, \"clust\": 3098, \"rank\": 1739, \"rankvar\": 1259, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3159, \"group\": [3098.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTGGCACA\", \"ini\": 1516, \"clust\": 3081, \"rank\": 2531, \"rankvar\": 3127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2073, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3160, \"group\": [3083.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGAGAACAG\", \"ini\": 1515, \"clust\": 4608, \"rank\": 1836, \"rankvar\": 4571, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2074, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4957, \"group\": [4613.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTAGCCTAT\", \"ini\": 1514, \"clust\": 2521, \"rank\": 3759, \"rankvar\": 1448, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2075, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1880, \"group\": [2522.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGATATAC\", \"ini\": 1513, \"clust\": 2534, \"rank\": 4339, \"rankvar\": 4980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2076, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1881, \"group\": [2532.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGATGCGAC\", \"ini\": 1512, \"clust\": 1620, \"rank\": 3730, \"rankvar\": 3740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2077, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1882, \"group\": [1616.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGAGACAGAGA\", \"ini\": 1511, \"clust\": 5113, \"rank\": 1343, \"rankvar\": 1291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2078, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 133, \"group\": [5112.0, 234.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTTCGCAGGCT\", \"ini\": 1510, \"clust\": 1959, \"rank\": 3497, \"rankvar\": 1205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2079, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1883, \"group\": [1958.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGGTTACAGAA\", \"ini\": 1509, \"clust\": 2535, \"rank\": 3661, \"rankvar\": 3566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2080, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1884, \"group\": [2537.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGGGAACGG\", \"ini\": 1508, \"clust\": 1374, \"rank\": 2440, \"rankvar\": 462, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2081, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1885, \"group\": [1376.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTAGATTAG\", \"ini\": 1507, \"clust\": 2150, \"rank\": 3741, \"rankvar\": 2746, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2082, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1886, \"group\": [2152.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTCAATACGCT\", \"ini\": 1506, \"clust\": 5063, \"rank\": 589, \"rankvar\": 3207, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2083, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 134, \"group\": [5062.0, 224.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACGTCTCT\", \"ini\": 1505, \"clust\": 1525, \"rank\": 3906, \"rankvar\": 1783, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2084, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1887, \"group\": [1527.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAGTCGTGGCT\", \"ini\": 1504, \"clust\": 4584, \"rank\": 2007, \"rankvar\": 4966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2085, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4958, \"group\": [4583.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGAGAGCAATT\", \"ini\": 1503, \"clust\": 4765, \"rank\": 2108, \"rankvar\": 5017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2086, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4959, \"group\": [4764.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTTCGAACTGT\", \"ini\": 1502, \"clust\": 5040, \"rank\": 956, \"rankvar\": 966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2087, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 135, \"group\": [5045.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCATCAACACTG\", \"ini\": 1501, \"clust\": 714, \"rank\": 3119, \"rankvar\": 3177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2088, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2797, \"group\": [712.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCGTAGAGTGC\", \"ini\": 1500, \"clust\": 1537, \"rank\": 3954, \"rankvar\": 1071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2089, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1888, \"group\": [1536.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTGTAAAGGAG\", \"ini\": 1499, \"clust\": 3068, \"rank\": 2078, \"rankvar\": 1157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3161, \"group\": [3068.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCAGAGGTAGA\", \"ini\": 1498, \"clust\": 1627, \"rank\": 3965, \"rankvar\": 3503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2091, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1889, \"group\": [1625.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGAGCCACGCT\", \"ini\": 1497, \"clust\": 1991, \"rank\": 3459, \"rankvar\": 1060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2092, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1890, \"group\": [1989.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCATCAGTACGT\", \"ini\": 1496, \"clust\": 2002, \"rank\": 4418, \"rankvar\": 4277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2093, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1891, \"group\": [2002.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGCATGGT\", \"ini\": 1495, \"clust\": 1635, \"rank\": 3686, \"rankvar\": 4467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2094, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1892, \"group\": [1634.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGGCTACGA\", \"ini\": 1494, \"clust\": 4343, \"rank\": 755, \"rankvar\": 126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2095, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 136, \"group\": [4343.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGACAGCC\", \"ini\": 1493, \"clust\": 1090, \"rank\": 3538, \"rankvar\": 2282, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2096, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2798, \"group\": [1090.0, 83.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTGTGACGA\", \"ini\": 1492, \"clust\": 2144, \"rank\": 3545, \"rankvar\": 3092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2097, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1893, \"group\": [2141.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACCACATCCAA\", \"ini\": 1491, \"clust\": 5037, \"rank\": 1007, \"rankvar\": 1318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2098, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 137, \"group\": [5037.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCAGCTCTC\", \"ini\": 1490, \"clust\": 5028, \"rank\": 1403, \"rankvar\": 969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2099, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 138, \"group\": [5028.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAAGAGGACGG\", \"ini\": 1489, \"clust\": 2537, \"rank\": 3817, \"rankvar\": 2386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2100, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1894, \"group\": [2534.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCGGACAAG\", \"ini\": 1488, \"clust\": 4806, \"rank\": 2049, \"rankvar\": 4178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2101, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4960, \"group\": [4807.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTCTAAACC\", \"ini\": 1487, \"clust\": 3045, \"rank\": 1914, \"rankvar\": 1723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3162, \"group\": [3048.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCCTATC\", \"ini\": 1486, \"clust\": 2842, \"rank\": 1663, \"rankvar\": 4766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2103, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3972, \"group\": [2839.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCAGTCGATT\", \"ini\": 1485, \"clust\": 4055, \"rank\": 751, \"rankvar\": 652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2104, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 139, \"group\": [4057.0, 171.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCACCGTTTGACTG\", \"ini\": 1484, \"clust\": 5042, \"rank\": 881, \"rankvar\": 503, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2105, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 140, \"group\": [5040.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACATGAACCT\", \"ini\": 1483, \"clust\": 4786, \"rank\": 2010, \"rankvar\": 5089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2106, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4961, \"group\": [4782.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCGGCTACG\", \"ini\": 1482, \"clust\": 1633, \"rank\": 3765, \"rankvar\": 3205, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2107, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1895, \"group\": [1635.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCCAGTCAGCC\", \"ini\": 1481, \"clust\": 1391, \"rank\": 3581, \"rankvar\": 1945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2108, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1896, \"group\": [1393.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTTCCGCTGTT\", \"ini\": 1480, \"clust\": 5099, \"rank\": 946, \"rankvar\": 2885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2109, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 141, \"group\": [5097.0, 227.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACAGGCAGTA\", \"ini\": 1479, \"clust\": 1081, \"rank\": 3852, \"rankvar\": 4286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2110, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2799, \"group\": [1084.0, 82.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTGCGGTTATCCGA\", \"ini\": 1478, \"clust\": 4944, \"rank\": 2807, \"rankvar\": 794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2111, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1897, \"group\": [4945.0, 216.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGCAGATCGAGCCCA\", \"ini\": 1477, \"clust\": 3059, \"rank\": 2165, \"rankvar\": 2637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3163, \"group\": [3065.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGTCTTGTCAT\", \"ini\": 1476, \"clust\": 3086, \"rank\": 2276, \"rankvar\": 1368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3164, \"group\": [3087.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTCCCGACA\", \"ini\": 1475, \"clust\": 733, \"rank\": 2960, \"rankvar\": 4295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2114, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2800, \"group\": [742.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCTCATTGCCC\", \"ini\": 1474, \"clust\": 4534, \"rank\": 1924, \"rankvar\": 4659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2115, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4962, \"group\": [4533.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACAGCAGGTCA\", \"ini\": 1473, \"clust\": 1377, \"rank\": 3355, \"rankvar\": 1556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2116, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1898, \"group\": [1379.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTCGGCAC\", \"ini\": 1472, \"clust\": 1543, \"rank\": 3818, \"rankvar\": 1552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2117, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1899, \"group\": [1541.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTTCGTC\", \"ini\": 1471, \"clust\": 5050, \"rank\": 1577, \"rankvar\": 2163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2118, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 142, \"group\": [5053.0, 224.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCAAGTAGTA\", \"ini\": 1470, \"clust\": 2538, \"rank\": 4642, \"rankvar\": 5108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2119, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1900, \"group\": [2535.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCAAGGCTCC\", \"ini\": 1469, \"clust\": 3099, \"rank\": 1774, \"rankvar\": 1405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3165, \"group\": [3099.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTCCAGGG\", \"ini\": 1468, \"clust\": 1961, \"rank\": 4183, \"rankvar\": 740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2121, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1901, \"group\": [1964.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGGCAGGTT\", \"ini\": 1467, \"clust\": 4618, \"rank\": 2450, \"rankvar\": 4724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2122, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4963, \"group\": [4615.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTTCACGCGGT\", \"ini\": 1466, \"clust\": 1166, \"rank\": 2216, \"rankvar\": 693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2123, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1902, \"group\": [1169.0, 91.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTGTACAGACG\", \"ini\": 1465, \"clust\": 1680, \"rank\": 3799, \"rankvar\": 4034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2124, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1903, \"group\": [1679.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGATCTGAA\", \"ini\": 1464, \"clust\": 4088, \"rank\": 1346, \"rankvar\": 106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2125, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4964, \"group\": [4085.0, 176.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGACGACGT\", \"ini\": 1463, \"clust\": 5039, \"rank\": 716, \"rankvar\": 2511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2126, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 143, \"group\": [5046.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCATCATTC\", \"ini\": 1462, \"clust\": 1617, \"rank\": 3835, \"rankvar\": 3915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2127, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1904, \"group\": [1618.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCTCGTTTATC\", \"ini\": 1461, \"clust\": 4580, \"rank\": 2530, \"rankvar\": 4767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2128, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4965, \"group\": [4580.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGTCATCT\", \"ini\": 1460, \"clust\": 2117, \"rank\": 4062, \"rankvar\": 3402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2129, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1905, \"group\": [2119.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCTATCCCG\", \"ini\": 1459, \"clust\": 1575, \"rank\": 4167, \"rankvar\": 3724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1906, \"group\": [1579.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACATCCGG\", \"ini\": 1458, \"clust\": 2833, \"rank\": 1593, \"rankvar\": 3792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2131, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3973, \"group\": [2833.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCCAGTCGTGC\", \"ini\": 1457, \"clust\": 4167, \"rank\": 213, \"rankvar\": 247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2132, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 144, \"group\": [4170.0, 184.0, 36.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTCCATGA\", \"ini\": 1456, \"clust\": 2513, \"rank\": 3554, \"rankvar\": 557, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2133, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1907, \"group\": [2513.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTGATAAAC\", \"ini\": 1455, \"clust\": 5094, \"rank\": 573, \"rankvar\": 1400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2134, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 145, \"group\": [5093.0, 227.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTTCAGCGC\", \"ini\": 1454, \"clust\": 4535, \"rank\": 2324, \"rankvar\": 4304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2135, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4966, \"group\": [4534.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCAGCGTGAAC\", \"ini\": 1453, \"clust\": 1988, \"rank\": 3683, \"rankvar\": 627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2136, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1908, \"group\": [1987.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTTAAGAAC\", \"ini\": 1452, \"clust\": 1200, \"rank\": 2562, \"rankvar\": 2088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1909, \"group\": [1199.0, 94.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACACTCGACG\", \"ini\": 1451, \"clust\": 2122, \"rank\": 3401, \"rankvar\": 2218, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2138, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1910, \"group\": [2121.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGCATGCCTAA\", \"ini\": 1450, \"clust\": 2514, \"rank\": 3994, \"rankvar\": 1026, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2139, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1911, \"group\": [2514.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGATCTGCCAGG\", \"ini\": 1449, \"clust\": 4432, \"rank\": 2002, \"rankvar\": 4065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2140, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4967, \"group\": [4433.0, 195.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGCGATGAC\", \"ini\": 1448, \"clust\": 5084, \"rank\": 1009, \"rankvar\": 1133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2141, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 146, \"group\": [5083.0, 227.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTACAGTCTTCC\", \"ini\": 1447, \"clust\": 1291, \"rank\": 2712, \"rankvar\": 1763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2142, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1912, \"group\": [1362.0, 101.0, 20.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCCTAGAAC\", \"ini\": 1446, \"clust\": 4058, \"rank\": 1705, \"rankvar\": 102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2143, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4968, \"group\": [4061.0, 171.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGTCATCTGCC\", \"ini\": 1445, \"clust\": 1738, \"rank\": 3810, \"rankvar\": 1703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2144, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1913, \"group\": [1737.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTGTAGAAAGG\", \"ini\": 1444, \"clust\": 4810, \"rank\": 1852, \"rankvar\": 4717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2145, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4969, \"group\": [4810.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTATCGCATGGC\", \"ini\": 1443, \"clust\": 2336, \"rank\": 3463, \"rankvar\": 1116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2146, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1914, \"group\": [2336.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCCATAACCTG\", \"ini\": 1442, \"clust\": 695, \"rank\": 2929, \"rankvar\": 4446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2147, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2801, \"group\": [692.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCGTAGGGTAC\", \"ini\": 1441, \"clust\": 1495, \"rank\": 3371, \"rankvar\": 1984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2148, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1915, \"group\": [1499.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGCAGCTTCGG\", \"ini\": 1440, \"clust\": 1753, \"rank\": 3542, \"rankvar\": 2268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2149, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1916, \"group\": [1753.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGACTTTCG\", \"ini\": 1439, \"clust\": 5017, \"rank\": 1109, \"rankvar\": 979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2150, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 147, \"group\": [5018.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAGAGGA\", \"ini\": 1438, \"clust\": 1513, \"rank\": 3317, \"rankvar\": 728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2151, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1917, \"group\": [1512.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTAAAGTCA\", \"ini\": 1437, \"clust\": 1733, \"rank\": 3387, \"rankvar\": 750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2152, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1918, \"group\": [1735.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCTTGTCC\", \"ini\": 1436, \"clust\": 1631, \"rank\": 4399, \"rankvar\": 2739, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2153, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1919, \"group\": [1631.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTTCACCTCGT\", \"ini\": 1435, \"clust\": 2078, \"rank\": 3657, \"rankvar\": 2072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2154, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1920, \"group\": [2079.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCTCTTGAGAC\", \"ini\": 1434, \"clust\": 4050, \"rank\": 843, \"rankvar\": 1869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2155, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 148, \"group\": [4047.0, 170.0, 34.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCAGTGGTCCC\", \"ini\": 1433, \"clust\": 4918, \"rank\": 2028, \"rankvar\": 1610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3166, \"group\": [4916.0, 209.0, 42.0, 15.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGTCTCTGAGA\", \"ini\": 1432, \"clust\": 5056, \"rank\": 1861, \"rankvar\": 1719, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2157, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 149, \"group\": [5056.0, 224.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTAAACCTC\", \"ini\": 1431, \"clust\": 4957, \"rank\": 1126, \"rankvar\": 245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2158, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5218, \"group\": [4962.0, 219.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAAGTACATGA\", \"ini\": 1430, \"clust\": 4557, \"rank\": 1536, \"rankvar\": 2738, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2159, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4970, \"group\": [4557.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACCGGGT\", \"ini\": 1429, \"clust\": 2159, \"rank\": 3510, \"rankvar\": 1377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2160, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1921, \"group\": [2158.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACGTCAAAGCG\", \"ini\": 1428, \"clust\": 1674, \"rank\": 3878, \"rankvar\": 2539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1922, \"group\": [1677.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTTCAGTCCCT\", \"ini\": 1427, \"clust\": 1083, \"rank\": 4415, \"rankvar\": 4872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2162, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2802, \"group\": [1083.0, 82.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGACGAA\", \"ini\": 1426, \"clust\": 2125, \"rank\": 3610, \"rankvar\": 3902, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2163, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1923, \"group\": [2124.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAAGGGCT\", \"ini\": 1425, \"clust\": 1746, \"rank\": 3552, \"rankvar\": 2682, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2164, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1924, \"group\": [1745.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGAGGGAGGCTACGA\", \"ini\": 1424, \"clust\": 4959, \"rank\": 1600, \"rankvar\": 2852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2165, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5219, \"group\": [4959.0, 219.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGCTACCGC\", \"ini\": 1423, \"clust\": 1960, \"rank\": 3570, \"rankvar\": 720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2166, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1925, \"group\": [1959.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATAGCGAAGGG\", \"ini\": 1422, \"clust\": 1553, \"rank\": 4168, \"rankvar\": 2455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2167, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1926, \"group\": [1551.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCCTAACC\", \"ini\": 1421, \"clust\": 5226, \"rank\": 3312, \"rankvar\": 5022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2168, \"cat-1\": \"Cell Type: Plasma_Cells\", \"cat_1_index\": 5131, \"group\": [5226.0, 240.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACGACGAA\", \"ini\": 1420, \"clust\": 4860, \"rank\": 2790, \"rankvar\": 4375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2169, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4971, \"group\": [4858.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAAGACACTAA\", \"ini\": 1419, \"clust\": 5022, \"rank\": 898, \"rankvar\": 918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2170, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 150, \"group\": [5021.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGGTTCCAACA\", \"ini\": 1418, \"clust\": 1506, \"rank\": 3300, \"rankvar\": 1036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2171, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1927, \"group\": [1504.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGTCTTTACGT\", \"ini\": 1417, \"clust\": 3077, \"rank\": 2738, \"rankvar\": 4128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3167, \"group\": [3076.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAATAAGCA\", \"ini\": 1416, \"clust\": 1497, \"rank\": 2943, \"rankvar\": 866, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2173, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1928, \"group\": [1496.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAAGCTCCTTC\", \"ini\": 1415, \"clust\": 1500, \"rank\": 3909, \"rankvar\": 849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2174, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1929, \"group\": [1507.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACAGAAACGCC\", \"ini\": 1414, \"clust\": 420, \"rank\": 2292, \"rankvar\": 3021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2175, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2803, \"group\": [421.0, 40.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCGTTCTGAAC\", \"ini\": 1413, \"clust\": 2769, \"rank\": 1900, \"rankvar\": 2917, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2176, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3974, \"group\": [2766.0, 131.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCAGTACGATA\", \"ini\": 1412, \"clust\": 4961, \"rank\": 1165, \"rankvar\": 418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2177, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5220, \"group\": [4961.0, 219.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGCGAAGGG\", \"ini\": 1411, \"clust\": 1528, \"rank\": 3669, \"rankvar\": 398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2178, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1930, \"group\": [1543.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAGACAAAT\", \"ini\": 1410, \"clust\": 4589, \"rank\": 3235, \"rankvar\": 5133, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2179, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4972, \"group\": [4589.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTCTACCTC\", \"ini\": 1409, \"clust\": 3122, \"rank\": 2306, \"rankvar\": 630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3168, \"group\": [3123.0, 155.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCACAAGCCC\", \"ini\": 1408, \"clust\": 4914, \"rank\": 3306, \"rankvar\": 1592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3169, \"group\": [4923.0, 212.0, 43.0, 15.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTTGGTTTG\", \"ini\": 1407, \"clust\": 1587, \"rank\": 4437, \"rankvar\": 3766, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2182, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1931, \"group\": [1588.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCTGTCTCG\", \"ini\": 1406, \"clust\": 5048, \"rank\": 1936, \"rankvar\": 1979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2183, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 151, \"group\": [5047.0, 223.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTATGTGC\", \"ini\": 1405, \"clust\": 4603, \"rank\": 1979, \"rankvar\": 5044, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2184, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4973, \"group\": [4607.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCACCTATCC\", \"ini\": 1404, \"clust\": 1520, \"rank\": 3667, \"rankvar\": 1559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2185, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1932, \"group\": [1520.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACAAGCTGAG\", \"ini\": 1403, \"clust\": 2525, \"rank\": 3932, \"rankvar\": 1909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2186, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1933, \"group\": [2524.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAATGAAAC\", \"ini\": 1402, \"clust\": 4585, \"rank\": 2714, \"rankvar\": 4301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2187, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4974, \"group\": [4587.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGTCTTGGGTA\", \"ini\": 1401, \"clust\": 4864, \"rank\": 2873, \"rankvar\": 4432, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2188, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4975, \"group\": [4862.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAGTAACGG\", \"ini\": 1400, \"clust\": 715, \"rank\": 3342, \"rankvar\": 2984, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2189, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2804, \"group\": [713.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCGTTGCCT\", \"ini\": 1399, \"clust\": 699, \"rank\": 3753, \"rankvar\": 4963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2190, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2805, \"group\": [698.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTAGTGAAT\", \"ini\": 1398, \"clust\": 4950, \"rank\": 1827, \"rankvar\": 2958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2191, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5221, \"group\": [4949.0, 218.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGCAAAGGCGT\", \"ini\": 1397, \"clust\": 1516, \"rank\": 3957, \"rankvar\": 771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2192, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1934, \"group\": [1516.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTCAGTCCTTC\", \"ini\": 1396, \"clust\": 2343, \"rank\": 3007, \"rankvar\": 1025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2193, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1935, \"group\": [2342.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCCACACCGAC\", \"ini\": 1395, \"clust\": 2847, \"rank\": 1881, \"rankvar\": 4250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2194, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3975, \"group\": [2845.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGAATTCCC\", \"ini\": 1394, \"clust\": 2118, \"rank\": 3814, \"rankvar\": 2487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2195, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1936, \"group\": [2117.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGGGCTTGA\", \"ini\": 1393, \"clust\": 4685, \"rank\": 1938, \"rankvar\": 4273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2196, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4976, \"group\": [4684.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCTCTCGATGA\", \"ini\": 1392, \"clust\": 3079, \"rank\": 2941, \"rankvar\": 4226, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3170, \"group\": [3078.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATCCTAGA\", \"ini\": 1391, \"clust\": 2008, \"rank\": 3389, \"rankvar\": 1078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2198, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1937, \"group\": [2008.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGCAGGTCA\", \"ini\": 1390, \"clust\": 4924, \"rank\": 1483, \"rankvar\": 3406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2199, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 237, \"group\": [4924.0, 213.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGGAGTCTG\", \"ini\": 1389, \"clust\": 3074, \"rank\": 2767, \"rankvar\": 2518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3171, \"group\": [3084.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAAGGGTCA\", \"ini\": 1388, \"clust\": 651, \"rank\": 4473, \"rankvar\": 4996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2201, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2806, \"group\": [648.0, 44.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAAGCACCGCT\", \"ini\": 1387, \"clust\": 1677, \"rank\": 4346, \"rankvar\": 4239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2202, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1938, \"group\": [1675.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCATCGGTTA\", \"ini\": 1386, \"clust\": 5069, \"rank\": 1300, \"rankvar\": 901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2203, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 152, \"group\": [5068.0, 224.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGCATTCGACA\", \"ini\": 1385, \"clust\": 4852, \"rank\": 2405, \"rankvar\": 3761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2204, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4977, \"group\": [4850.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCAGTTAACGA\", \"ini\": 1384, \"clust\": 5064, \"rank\": 1020, \"rankvar\": 3156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2205, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 153, \"group\": [5063.0, 224.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGCGTAATA\", \"ini\": 1383, \"clust\": 2024, \"rank\": 3480, \"rankvar\": 1249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2206, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1939, \"group\": [2023.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATGTGTCTGAT\", \"ini\": 1382, \"clust\": 5038, \"rank\": 944, \"rankvar\": 1409, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2207, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 154, \"group\": [5038.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGGCTCTC\", \"ini\": 1381, \"clust\": 1678, \"rank\": 4286, \"rankvar\": 3113, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2208, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1940, \"group\": [1680.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCCATGAAC\", \"ini\": 1380, \"clust\": 656, \"rank\": 2837, \"rankvar\": 4260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2209, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2807, \"group\": [749.0, 49.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCCTCAACC\", \"ini\": 1379, \"clust\": 3069, \"rank\": 2170, \"rankvar\": 2301, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2210, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3172, \"group\": [3069.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATCACCCAGTG\", \"ini\": 1378, \"clust\": 1376, \"rank\": 3086, \"rankvar\": 611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2211, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1941, \"group\": [1375.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAGTTCAGTAC\", \"ini\": 1377, \"clust\": 4581, \"rank\": 1975, \"rankvar\": 3332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2212, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4978, \"group\": [4581.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTTCGTTGA\", \"ini\": 1376, \"clust\": 1165, \"rank\": 2877, \"rankvar\": 820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2213, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1942, \"group\": [1166.0, 91.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCAGATAAG\", \"ini\": 1375, \"clust\": 4592, \"rank\": 2488, \"rankvar\": 5027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2214, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4979, \"group\": [4592.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTAGATGTTAG\", \"ini\": 1374, \"clust\": 2195, \"rank\": 2884, \"rankvar\": 1695, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2215, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1943, \"group\": [2199.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCGATCACCCATTC\", \"ini\": 1373, \"clust\": 2843, \"rank\": 1442, \"rankvar\": 4847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3976, \"group\": [2840.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGACACATAACC\", \"ini\": 1372, \"clust\": 1390, \"rank\": 3976, \"rankvar\": 2280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2217, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1944, \"group\": [1389.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTGCCTTGG\", \"ini\": 1371, \"clust\": 652, \"rank\": 4589, \"rankvar\": 5102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2218, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2808, \"group\": [649.0, 44.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACTCTTCATGT\", \"ini\": 1370, \"clust\": 1517, \"rank\": 3804, \"rankvar\": 1136, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2219, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1945, \"group\": [1517.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTCACCATCCT\", \"ini\": 1369, \"clust\": 4818, \"rank\": 2509, \"rankvar\": 3948, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2220, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4980, \"group\": [4818.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGCATCAGTCA\", \"ini\": 1368, \"clust\": 3123, \"rank\": 2668, \"rankvar\": 903, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3173, \"group\": [3124.0, 155.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGAAGGTGCAAC\", \"ini\": 1367, \"clust\": 578, \"rank\": 2652, \"rankvar\": 2629, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2222, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2809, \"group\": [582.0, 41.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTCTAGCCG\", \"ini\": 1366, \"clust\": 2341, \"rank\": 3453, \"rankvar\": 2727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2223, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1946, \"group\": [2343.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAGGCAGTA\", \"ini\": 1365, \"clust\": 5096, \"rank\": 1688, \"rankvar\": 3888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2224, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 155, \"group\": [5095.0, 227.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCGTCGTTC\", \"ini\": 1364, \"clust\": 4610, \"rank\": 1801, \"rankvar\": 4654, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2225, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4981, \"group\": [4609.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGAGCTGCA\", \"ini\": 1363, \"clust\": 2012, \"rank\": 3218, \"rankvar\": 859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2226, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1947, \"group\": [2012.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGCACATAGACTC\", \"ini\": 1362, \"clust\": 1444, \"rank\": 3018, \"rankvar\": 549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2227, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1948, \"group\": [1443.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTTCTGCGACG\", \"ini\": 1361, \"clust\": 1577, \"rank\": 3743, \"rankvar\": 1969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2228, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1949, \"group\": [1576.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCTAGTCCCGGATG\", \"ini\": 1360, \"clust\": 4955, \"rank\": 2251, \"rankvar\": 1535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2229, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5222, \"group\": [4956.0, 218.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGAGGATATAC\", \"ini\": 1359, \"clust\": 2515, \"rank\": 3919, \"rankvar\": 1019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2230, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1950, \"group\": [2538.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACATGCCTTC\", \"ini\": 1358, \"clust\": 291, \"rank\": 3290, \"rankvar\": 4827, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2231, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2810, \"group\": [291.0, 39.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACCAGATGAGC\", \"ini\": 1357, \"clust\": 2498, \"rank\": 4239, \"rankvar\": 2919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2232, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1951, \"group\": [2498.0, 108.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCTCTCGGACG\", \"ini\": 1356, \"clust\": 4945, \"rank\": 1933, \"rankvar\": 761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2233, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5223, \"group\": [4946.0, 217.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGAAACGAG\", \"ini\": 1355, \"clust\": 5085, \"rank\": 1437, \"rankvar\": 1365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2234, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 156, \"group\": [5087.0, 227.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCGAGGTAG\", \"ini\": 1354, \"clust\": 5025, \"rank\": 685, \"rankvar\": 1967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2235, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 157, \"group\": [5025.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCACCACCT\", \"ini\": 1353, \"clust\": 3097, \"rank\": 2096, \"rankvar\": 3020, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2236, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3174, \"group\": [3097.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTACCAGAGGACGG\", \"ini\": 1352, \"clust\": 3078, \"rank\": 3067, \"rankvar\": 3233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3175, \"group\": [3077.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCGGAAATA\", \"ini\": 1351, \"clust\": 1590, \"rank\": 3987, \"rankvar\": 1785, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2238, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1952, \"group\": [1589.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGGTATG\", \"ini\": 1350, \"clust\": 4582, \"rank\": 2725, \"rankvar\": 5075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2239, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4982, \"group\": [4588.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTATCATAAAGG\", \"ini\": 1349, \"clust\": 4951, \"rank\": 2099, \"rankvar\": 3579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2240, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5224, \"group\": [4950.0, 218.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCAGCGATT\", \"ini\": 1348, \"clust\": 2152, \"rank\": 3583, \"rankvar\": 1741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2241, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1953, \"group\": [2151.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGACTAGAT\", \"ini\": 1347, \"clust\": 2106, \"rank\": 3391, \"rankvar\": 3560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2242, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1954, \"group\": [2109.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCAGCTGCCCA\", \"ini\": 1346, \"clust\": 5054, \"rank\": 2310, \"rankvar\": 3365, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2243, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 158, \"group\": [5054.0, 224.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAAGCTAGGCA\", \"ini\": 1345, \"clust\": 3025, \"rank\": 1731, \"rankvar\": 580, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3176, \"group\": [3025.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGAGAGCA\", \"ini\": 1344, \"clust\": 1628, \"rank\": 4248, \"rankvar\": 2907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2245, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1955, \"group\": [1626.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGGGACTCGGCCGAT\", \"ini\": 1343, \"clust\": 3027, \"rank\": 2318, \"rankvar\": 1708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3177, \"group\": [3027.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTCACCGTTGG\", \"ini\": 1342, \"clust\": 2752, \"rank\": 1222, \"rankvar\": 2141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2247, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3977, \"group\": [2753.0, 131.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAACATTCCTACAGA\", \"ini\": 1341, \"clust\": 1962, \"rank\": 4548, \"rankvar\": 3595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2248, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1956, \"group\": [1963.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATGCCAT\", \"ini\": 1340, \"clust\": 3093, \"rank\": 2107, \"rankvar\": 1316, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3178, \"group\": [3093.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCACAGGT\", \"ini\": 1339, \"clust\": 4611, \"rank\": 2359, \"rankvar\": 5122, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2250, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4983, \"group\": [4612.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTGTTCTGGTA\", \"ini\": 1338, \"clust\": 3108, \"rank\": 2098, \"rankvar\": 1135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3179, \"group\": [3108.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCTATGCT\", \"ini\": 1337, \"clust\": 4861, \"rank\": 2353, \"rankvar\": 4534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2252, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4984, \"group\": [4859.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGAGTCGATAA\", \"ini\": 1336, \"clust\": 1098, \"rank\": 3450, \"rankvar\": 2184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2253, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1957, \"group\": [1097.0, 86.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCCCAACGG\", \"ini\": 1335, \"clust\": 1965, \"rank\": 4156, \"rankvar\": 1203, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2254, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1958, \"group\": [1965.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCGTGTGTGCC\", \"ini\": 1334, \"clust\": 3053, \"rank\": 2133, \"rankvar\": 2040, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3180, \"group\": [3054.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGACACCAGCAC\", \"ini\": 1333, \"clust\": 4597, \"rank\": 2477, \"rankvar\": 4168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2256, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4985, \"group\": [4594.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTAGGCACATG\", \"ini\": 1332, \"clust\": 3103, \"rank\": 2197, \"rankvar\": 1210, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3181, \"group\": [3106.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCAGGGAACGG\", \"ini\": 1331, \"clust\": 5068, \"rank\": 1368, \"rankvar\": 1959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2258, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 159, \"group\": [5070.0, 224.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTTCCACGAAT\", \"ini\": 1330, \"clust\": 4418, \"rank\": 2950, \"rankvar\": 2081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2259, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4986, \"group\": [4418.0, 193.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCGTTGATTGC\", \"ini\": 1329, \"clust\": 4065, \"rank\": 1517, \"rankvar\": 144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2260, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4987, \"group\": [4066.0, 173.0, 35.0, 13.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTACAGTAACGG\", \"ini\": 1328, \"clust\": 2838, \"rank\": 1695, \"rankvar\": 5007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3978, \"group\": [2837.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGTCACCTTAT\", \"ini\": 1327, \"clust\": 1632, \"rank\": 4258, \"rankvar\": 1543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2262, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1959, \"group\": [1632.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAGCCTA\", \"ini\": 1326, \"clust\": 1992, \"rank\": 3487, \"rankvar\": 1882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2263, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1960, \"group\": [1990.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCAAGGTTTC\", \"ini\": 1325, \"clust\": 2023, \"rank\": 3310, \"rankvar\": 1278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2264, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1961, \"group\": [2024.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGGTCTCTTTA\", \"ini\": 1324, \"clust\": 686, \"rank\": 4199, \"rankvar\": 4070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2265, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2811, \"group\": [685.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGAGCCAA\", \"ini\": 1323, \"clust\": 1638, \"rank\": 4118, \"rankvar\": 2912, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2266, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1962, \"group\": [1637.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCATCCATGAAC\", \"ini\": 1322, \"clust\": 1380, \"rank\": 3783, \"rankvar\": 748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2267, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1963, \"group\": [1380.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCCGTACAA\", \"ini\": 1321, \"clust\": 2839, \"rank\": 1305, \"rankvar\": 4800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2268, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3979, \"group\": [2838.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTGTAAGAGAG\", \"ini\": 1320, \"clust\": 1551, \"rank\": 4175, \"rankvar\": 1925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2269, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1964, \"group\": [1552.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACACTGTCGG\", \"ini\": 1319, \"clust\": 5229, \"rank\": 1999, \"rankvar\": 408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2270, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5225, \"group\": [5232.0, 243.0, 50.0, 19.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGATCAGTGTAAGTA\", \"ini\": 1318, \"clust\": 2019, \"rank\": 3654, \"rankvar\": 2436, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2271, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1965, \"group\": [2018.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTTGCAAG\", \"ini\": 1317, \"clust\": 2010, \"rank\": 3779, \"rankvar\": 1459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2272, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1966, \"group\": [2010.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAAGGATCGCA\", \"ini\": 1316, \"clust\": 5057, \"rank\": 1644, \"rankvar\": 3750, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2273, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 160, \"group\": [5057.0, 224.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCACAGTCAGCC\", \"ini\": 1315, \"clust\": 4867, \"rank\": 1928, \"rankvar\": 819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2274, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4988, \"group\": [4869.0, 198.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAGCCTAT\", \"ini\": 1314, \"clust\": 2025, \"rank\": 3530, \"rankvar\": 1686, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2275, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1967, \"group\": [2021.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTTATTCTC\", \"ini\": 1313, \"clust\": 2834, \"rank\": 1883, \"rankvar\": 3508, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3980, \"group\": [2834.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGACAGACACTT\", \"ini\": 1312, \"clust\": 1507, \"rank\": 3757, \"rankvar\": 1923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2277, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1968, \"group\": [1505.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCAGTGTTG\", \"ini\": 1311, \"clust\": 4769, \"rank\": 2320, \"rankvar\": 4761, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2278, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4989, \"group\": [4768.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTTGATTCG\", \"ini\": 1310, \"clust\": 2119, \"rank\": 4006, \"rankvar\": 2865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1969, \"group\": [2118.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAGTGAGGCTA\", \"ini\": 1309, \"clust\": 1518, \"rank\": 3872, \"rankvar\": 840, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2280, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1970, \"group\": [1518.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCCTTAATC\", \"ini\": 1308, \"clust\": 671, \"rank\": 2627, \"rankvar\": 2979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2281, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2812, \"group\": [669.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTAGTATCTCG\", \"ini\": 1307, \"clust\": 1629, \"rank\": 4046, \"rankvar\": 1438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2282, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1971, \"group\": [1629.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGCCAGTAG\", \"ini\": 1306, \"clust\": 2084, \"rank\": 3879, \"rankvar\": 2596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2283, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1972, \"group\": [2088.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGAGCCAGTAG\", \"ini\": 1305, \"clust\": 2837, \"rank\": 1097, \"rankvar\": 4540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2284, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3981, \"group\": [2836.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATGTTACCAGT\", \"ini\": 1304, \"clust\": 1673, \"rank\": 4135, \"rankvar\": 1966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2285, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1973, \"group\": [1673.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGCGAGT\", \"ini\": 1303, \"clust\": 2021, \"rank\": 4144, \"rankvar\": 2168, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2286, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1974, \"group\": [2026.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATGCGT\", \"ini\": 1302, \"clust\": 1095, \"rank\": 3102, \"rankvar\": 361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2287, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1975, \"group\": [1096.0, 85.0, 18.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATAGGTTCCTA\", \"ini\": 1301, \"clust\": 2501, \"rank\": 3606, \"rankvar\": 605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2288, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1976, \"group\": [2501.0, 109.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAAGCGCTC\", \"ini\": 1300, \"clust\": 4683, \"rank\": 2630, \"rankvar\": 4118, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2289, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4990, \"group\": [4685.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGGTTCCTA\", \"ini\": 1299, \"clust\": 3753, \"rank\": 3363, \"rankvar\": 3022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2290, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3182, \"group\": [3753.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTCTGGAGA\", \"ini\": 1298, \"clust\": 1969, \"rank\": 4016, \"rankvar\": 1336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2291, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1977, \"group\": [1969.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGCAGGCTGAA\", \"ini\": 1297, \"clust\": 2147, \"rank\": 4077, \"rankvar\": 2528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2292, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1978, \"group\": [2146.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGCAAGTGTGAAAT\", \"ini\": 1296, \"clust\": 3110, \"rank\": 2631, \"rankvar\": 2851, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3183, \"group\": [3110.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTTTACA\", \"ini\": 1295, \"clust\": 5053, \"rank\": 727, \"rankvar\": 2812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2294, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 161, \"group\": [5051.0, 224.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGATCCTAGGGC\", \"ini\": 1294, \"clust\": 2859, \"rank\": 2045, \"rankvar\": 3130, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2295, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4991, \"group\": [2860.0, 134.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCGTTTGTGTG\", \"ini\": 1293, \"clust\": 5097, \"rank\": 2225, \"rankvar\": 4098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2296, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 162, \"group\": [5096.0, 227.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCTAACGT\", \"ini\": 1292, \"clust\": 3039, \"rank\": 2798, \"rankvar\": 2008, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3184, \"group\": [3038.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACTGAC\", \"ini\": 1291, \"clust\": 2539, \"rank\": 4598, \"rankvar\": 4723, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2298, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1979, \"group\": [2546.0, 112.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCCATGAAC\", \"ini\": 1290, \"clust\": 4673, \"rank\": 2345, \"rankvar\": 4662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2299, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4992, \"group\": [4675.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGCAGATGGCA\", \"ini\": 1289, \"clust\": 2811, \"rank\": 1971, \"rankvar\": 4559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3982, \"group\": [2813.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTTCTTGTACT\", \"ini\": 1288, \"clust\": 4759, \"rank\": 2246, \"rankvar\": 4465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2301, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4993, \"group\": [4755.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAGTGAGGGAG\", \"ini\": 1287, \"clust\": 681, \"rank\": 3468, \"rankvar\": 4792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2302, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2813, \"group\": [680.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGAGACAGGCT\", \"ini\": 1286, \"clust\": 2026, \"rank\": 3700, \"rankvar\": 2724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2303, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1980, \"group\": [2022.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCAACACCA\", \"ini\": 1285, \"clust\": 2767, \"rank\": 1559, \"rankvar\": 1864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2304, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3983, \"group\": [2767.0, 131.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCGTCTAGGTT\", \"ini\": 1284, \"clust\": 4946, \"rank\": 2089, \"rankvar\": 3996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2305, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5137, \"group\": [4947.0, 218.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCTCTCGT\", \"ini\": 1283, \"clust\": 2846, \"rank\": 2824, \"rankvar\": 4701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2306, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3984, \"group\": [2847.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAGTTCCACGG\", \"ini\": 1282, \"clust\": 3105, \"rank\": 2100, \"rankvar\": 931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3185, \"group\": [3105.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACATCTCCCA\", \"ini\": 1281, \"clust\": 1963, \"rank\": 4207, \"rankvar\": 1134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2308, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1981, \"group\": [1961.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAGGGCATA\", \"ini\": 1280, \"clust\": 649, \"rank\": 4627, \"rankvar\": 4885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2309, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2814, \"group\": [651.0, 44.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCTCTCGTTTA\", \"ini\": 1279, \"clust\": 3056, \"rank\": 2025, \"rankvar\": 2716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2310, \"cat-1\": \"Cell Type: Macrophages-1\", \"cat_1_index\": 3027, \"group\": [3056.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGGTGGGTT\", \"ini\": 1278, \"clust\": 1989, \"rank\": 3614, \"rankvar\": 1351, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2311, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1982, \"group\": [1988.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCTAGTCA\", \"ini\": 1277, \"clust\": 2544, \"rank\": 4586, \"rankvar\": 3713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2312, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1983, \"group\": [2542.0, 112.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTATCCTAAGTG\", \"ini\": 1276, \"clust\": 4755, \"rank\": 2408, \"rankvar\": 4305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2313, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4994, \"group\": [4758.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTTACGACT\", \"ini\": 1275, \"clust\": 5060, \"rank\": 1579, \"rankvar\": 1586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2314, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 163, \"group\": [5060.0, 224.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCGGAGTGAAATCA\", \"ini\": 1274, \"clust\": 3685, \"rank\": 2942, \"rankvar\": 2531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2315, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3186, \"group\": [3686.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGTCACCGGGT\", \"ini\": 1273, \"clust\": 3017, \"rank\": 3093, \"rankvar\": 1042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3187, \"group\": [3017.0, 151.0, 31.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTTAAGACA\", \"ini\": 1272, \"clust\": 5219, \"rank\": 2271, \"rankvar\": 262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2317, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5226, \"group\": [5219.0, 238.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCTCTCTG\", \"ini\": 1271, \"clust\": 2016, \"rank\": 3603, \"rankvar\": 1453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2318, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1984, \"group\": [2016.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGACAGGCAGTA\", \"ini\": 1270, \"clust\": 2017, \"rank\": 4192, \"rankvar\": 2349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2319, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1985, \"group\": [2017.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCAGTCGACTAT\", \"ini\": 1269, \"clust\": 1586, \"rank\": 4279, \"rankvar\": 1663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2320, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1986, \"group\": [1584.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGGTTCAGGCC\", \"ini\": 1268, \"clust\": 1968, \"rank\": 4075, \"rankvar\": 996, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2321, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1987, \"group\": [1970.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAACACGGTAAG\", \"ini\": 1267, \"clust\": 4774, \"rank\": 2872, \"rankvar\": 4027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2322, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4995, \"group\": [4773.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCATCAACGAAA\", \"ini\": 1266, \"clust\": 2105, \"rank\": 3340, \"rankvar\": 1155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2323, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1988, \"group\": [2103.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTAGTCCGGTC\", \"ini\": 1265, \"clust\": 3083, \"rank\": 2970, \"rankvar\": 2799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2324, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3188, \"group\": [3080.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACAGGTGCAAC\", \"ini\": 1264, \"clust\": 1379, \"rank\": 2751, \"rankvar\": 1094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2325, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1989, \"group\": [1378.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAGTTATCGGT\", \"ini\": 1263, \"clust\": 1967, \"rank\": 3580, \"rankvar\": 1151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2326, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1990, \"group\": [1971.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAACAGTCGATT\", \"ini\": 1262, \"clust\": 4419, \"rank\": 2947, \"rankvar\": 3800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2327, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4996, \"group\": [4416.0, 193.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCGTAGGGTAC\", \"ini\": 1261, \"clust\": 2157, \"rank\": 3575, \"rankvar\": 1083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2328, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1991, \"group\": [2159.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTCATGCTAGT\", \"ini\": 1260, \"clust\": 3054, \"rank\": 1950, \"rankvar\": 2494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3189, \"group\": [3057.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAACGCACC\", \"ini\": 1259, \"clust\": 2835, \"rank\": 1537, \"rankvar\": 4085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2330, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3985, \"group\": [2843.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAACTGCTA\", \"ini\": 1258, \"clust\": 4770, \"rank\": 2432, \"rankvar\": 4879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2331, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4997, \"group\": [4769.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTCACTTCC\", \"ini\": 1257, \"clust\": 4613, \"rank\": 2392, \"rankvar\": 5060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2332, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4998, \"group\": [4611.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCTCAGAGACG\", \"ini\": 1256, \"clust\": 4590, \"rank\": 2836, \"rankvar\": 4469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2333, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 4999, \"group\": [4590.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTCAAACAACA\", \"ini\": 1255, \"clust\": 2020, \"rank\": 3822, \"rankvar\": 2465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2334, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1992, \"group\": [2019.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACTCAGCTCTC\", \"ini\": 1254, \"clust\": 4949, \"rank\": 2017, \"rankvar\": 1964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2335, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5138, \"group\": [4951.0, 218.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCCATGAAC\", \"ini\": 1253, \"clust\": 1381, \"rank\": 3811, \"rankvar\": 518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2336, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1993, \"group\": [1381.0, 105.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGAGGTTAT\", \"ini\": 1252, \"clust\": 2006, \"rank\": 3955, \"rankvar\": 3119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2337, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1994, \"group\": [2003.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGATCGAGGTAG\", \"ini\": 1251, \"clust\": 1970, \"rank\": 4072, \"rankvar\": 1531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2338, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1995, \"group\": [1967.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTTGCGTTA\", \"ini\": 1250, \"clust\": 1099, \"rank\": 3892, \"rankvar\": 3732, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2339, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1996, \"group\": [1098.0, 86.0, 19.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTTTGGGCC\", \"ini\": 1249, \"clust\": 4925, \"rank\": 2058, \"rankvar\": 2940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2340, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 238, \"group\": [4925.0, 213.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCTCTTAT\", \"ini\": 1248, \"clust\": 2502, \"rank\": 4466, \"rankvar\": 2262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2341, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1997, \"group\": [2502.0, 109.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAAGTGTTAGA\", \"ini\": 1247, \"clust\": 2153, \"rank\": 4263, \"rankvar\": 3788, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2342, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1998, \"group\": [2153.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGTCACATGCA\", \"ini\": 1246, \"clust\": 2000, \"rank\": 4023, \"rankvar\": 1299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2343, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 1999, \"group\": [1997.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTAGAGTGACC\", \"ini\": 1245, \"clust\": 3084, \"rank\": 2750, \"rankvar\": 2640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3190, \"group\": [3081.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTCATGCAATC\", \"ini\": 1244, \"clust\": 4614, \"rank\": 3196, \"rankvar\": 4886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2345, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5000, \"group\": [4618.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAGTACGCACC\", \"ini\": 1243, \"clust\": 3016, \"rank\": 3697, \"rankvar\": 689, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3191, \"group\": [3019.0, 152.0, 31.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATAGGACGAAA\", \"ini\": 1242, \"clust\": 3080, \"rank\": 2481, \"rankvar\": 3828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2347, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3192, \"group\": [3079.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGGTGCACGAA\", \"ini\": 1241, \"clust\": 2013, \"rank\": 3414, \"rankvar\": 1156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2348, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2000, \"group\": [2013.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCTCTTATG\", \"ini\": 1240, \"clust\": 1514, \"rank\": 3281, \"rankvar\": 415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2349, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2001, \"group\": [1514.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGTCCGGCACA\", \"ini\": 1239, \"clust\": 5066, \"rank\": 1091, \"rankvar\": 3879, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2350, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 164, \"group\": [5065.0, 224.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCAGTTATCGC\", \"ini\": 1238, \"clust\": 3035, \"rank\": 2783, \"rankvar\": 1509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3193, \"group\": [3037.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTTCGATGAGG\", \"ini\": 1237, \"clust\": 2816, \"rank\": 2261, \"rankvar\": 4849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2352, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3986, \"group\": [2814.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTGGAAGGGATGGG\", \"ini\": 1236, \"clust\": 4802, \"rank\": 2538, \"rankvar\": 4233, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2353, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5001, \"group\": [4802.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGCAGACACTT\", \"ini\": 1235, \"clust\": 3041, \"rank\": 2568, \"rankvar\": 2091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3194, \"group\": [3043.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTACCATCA\", \"ini\": 1234, \"clust\": 5077, \"rank\": 1299, \"rankvar\": 3663, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2355, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 165, \"group\": [5080.0, 225.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGTAGCTG\", \"ini\": 1233, \"clust\": 1502, \"rank\": 3904, \"rankvar\": 1331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2356, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2002, \"group\": [1501.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCACTCAGGC\", \"ini\": 1232, \"clust\": 1521, \"rank\": 4018, \"rankvar\": 741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2357, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2003, \"group\": [1521.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGGTTTCA\", \"ini\": 1231, \"clust\": 3067, \"rank\": 2567, \"rankvar\": 2001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3195, \"group\": [3070.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGACTAGGC\", \"ini\": 1230, \"clust\": 2516, \"rank\": 4160, \"rankvar\": 3229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2359, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2004, \"group\": [2519.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAACATTATCTC\", \"ini\": 1229, \"clust\": 5100, \"rank\": 1248, \"rankvar\": 2151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2360, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 166, \"group\": [5098.0, 227.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTACATACGCCG\", \"ini\": 1228, \"clust\": 1538, \"rank\": 4025, \"rankvar\": 940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2361, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2005, \"group\": [1537.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATAGGGCACTA\", \"ini\": 1227, \"clust\": 5079, \"rank\": 1654, \"rankvar\": 2553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2362, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 167, \"group\": [5078.0, 225.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCGAGCCA\", \"ini\": 1226, \"clust\": 5061, \"rank\": 1392, \"rankvar\": 3833, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2363, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 168, \"group\": [5061.0, 224.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATGAAAC\", \"ini\": 1225, \"clust\": 4527, \"rank\": 2734, \"rankvar\": 4768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2364, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5002, \"group\": [4526.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTACAGCTGCAC\", \"ini\": 1224, \"clust\": 1964, \"rank\": 3990, \"rankvar\": 547, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2365, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2006, \"group\": [1962.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGTCTCTGAGA\", \"ini\": 1223, \"clust\": 2542, \"rank\": 4808, \"rankvar\": 4908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2366, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2007, \"group\": [2545.0, 112.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCTCTACGAGT\", \"ini\": 1222, \"clust\": 2014, \"rank\": 3677, \"rankvar\": 951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2367, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2008, \"group\": [2014.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTTCCACAA\", \"ini\": 1221, \"clust\": 5065, \"rank\": 1198, \"rankvar\": 1808, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2368, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 169, \"group\": [5067.0, 224.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGTCCAAAGTC\", \"ini\": 1220, \"clust\": 1591, \"rank\": 4081, \"rankvar\": 1047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2369, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2009, \"group\": [1590.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTCCGTTAA\", \"ini\": 1219, \"clust\": 2489, \"rank\": 4274, \"rankvar\": 1111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2370, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2010, \"group\": [2489.0, 107.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTTGTCTTT\", \"ini\": 1218, \"clust\": 4772, \"rank\": 1947, \"rankvar\": 4378, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2371, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5003, \"group\": [4771.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAAGAGTGACC\", \"ini\": 1217, \"clust\": 5220, \"rank\": 3286, \"rankvar\": 27, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2372, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2011, \"group\": [5227.0, 241.0, 48.0, 18.0, 5.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGAACAATC\", \"ini\": 1216, \"clust\": 1975, \"rank\": 4754, \"rankvar\": 4196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2373, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2012, \"group\": [1974.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCAGATCTGT\", \"ini\": 1215, \"clust\": 708, \"rank\": 4087, \"rankvar\": 4868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2374, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2815, \"group\": [705.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCGAAAGC\", \"ini\": 1214, \"clust\": 1993, \"rank\": 4009, \"rankvar\": 2019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2375, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2013, \"group\": [2006.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCTATCGCC\", \"ini\": 1213, \"clust\": 3075, \"rank\": 2581, \"rankvar\": 2938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3196, \"group\": [3074.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGAAGCTGCGAA\", \"ini\": 1212, \"clust\": 4834, \"rank\": 3369, \"rankvar\": 4276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2377, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5004, \"group\": [4866.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTTCACGACTA\", \"ini\": 1211, \"clust\": 3061, \"rank\": 2855, \"rankvar\": 2050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3197, \"group\": [3063.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTCCATGA\", \"ini\": 1210, \"clust\": 2775, \"rank\": 3104, \"rankvar\": 3623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2379, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3987, \"group\": [2776.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACCAGGTGGAT\", \"ini\": 1209, \"clust\": 3057, \"rank\": 2847, \"rankvar\": 2645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2380, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3198, \"group\": [3058.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGGTCCTCTTG\", \"ini\": 1208, \"clust\": 1774, \"rank\": 3772, \"rankvar\": 1275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2381, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2014, \"group\": [1773.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAACAATACGCT\", \"ini\": 1207, \"clust\": 3124, \"rank\": 2352, \"rankvar\": 1106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2382, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3199, \"group\": [3128.0, 156.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCCGAATCAGTGCAT\", \"ini\": 1206, \"clust\": 3050, \"rank\": 2544, \"rankvar\": 847, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2383, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3200, \"group\": [3051.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCGAACGGA\", \"ini\": 1205, \"clust\": 3738, \"rank\": 3201, \"rankvar\": 1596, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3201, \"group\": [3740.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTGGAGTC\", \"ini\": 1204, \"clust\": 682, \"rank\": 3867, \"rankvar\": 3939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2385, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2816, \"group\": [681.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCAGCTAGTGG\", \"ini\": 1203, \"clust\": 5067, \"rank\": 1551, \"rankvar\": 3673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2386, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 170, \"group\": [5066.0, 224.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGAGTGTGGCA\", \"ini\": 1202, \"clust\": 1985, \"rank\": 3961, \"rankvar\": 863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2387, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2015, \"group\": [1982.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTGTAGATTAG\", \"ini\": 1201, \"clust\": 5026, \"rank\": 1236, \"rankvar\": 1274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2388, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 171, \"group\": [5026.0, 222.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTAGAGGACGG\", \"ini\": 1200, \"clust\": 3111, \"rank\": 2507, \"rankvar\": 942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3202, \"group\": [3111.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGCACCCATGG\", \"ini\": 1199, \"clust\": 3356, \"rank\": 3435, \"rankvar\": 1676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3203, \"group\": [3356.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTATCACGAAGG\", \"ini\": 1198, \"clust\": 4750, \"rank\": 3091, \"rankvar\": 4368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2391, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5005, \"group\": [4749.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCCTGTAGA\", \"ini\": 1197, \"clust\": 3841, \"rank\": 2799, \"rankvar\": 2255, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3204, \"group\": [3845.0, 161.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTAGATCCTGT\", \"ini\": 1196, \"clust\": 3261, \"rank\": 3735, \"rankvar\": 3517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2393, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3205, \"group\": [3266.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTTCATGCAAC\", \"ini\": 1195, \"clust\": 1995, \"rank\": 4351, \"rankvar\": 711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2394, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2016, \"group\": [1995.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCCAGTAGT\", \"ini\": 1194, \"clust\": 4916, \"rank\": 2731, \"rankvar\": 1681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2395, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3206, \"group\": [4917.0, 209.0, 42.0, 15.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGAGATCCCGC\", \"ini\": 1193, \"clust\": 3292, \"rank\": 3447, \"rankvar\": 2376, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2396, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3207, \"group\": [3295.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAGTAAATACG\", \"ini\": 1192, \"clust\": 3087, \"rank\": 2888, \"rankvar\": 2505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3208, \"group\": [3088.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCAGTGTCCAT\", \"ini\": 1191, \"clust\": 2149, \"rank\": 3773, \"rankvar\": 1791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2398, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2017, \"group\": [2149.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATGTAGCTTGT\", \"ini\": 1190, \"clust\": 3839, \"rank\": 2447, \"rankvar\": 1645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3209, \"group\": [3839.0, 159.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCAGACGCTTT\", \"ini\": 1189, \"clust\": 1630, \"rank\": 4141, \"rankvar\": 2464, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2400, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2018, \"group\": [1630.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGGTGGGTT\", \"ini\": 1188, \"clust\": 4757, \"rank\": 2759, \"rankvar\": 5111, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2401, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5006, \"group\": [4756.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTTCCGTTGCT\", \"ini\": 1187, \"clust\": 5049, \"rank\": 1972, \"rankvar\": 2138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2402, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 172, \"group\": [5048.0, 223.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACGCCAGT\", \"ini\": 1186, \"clust\": 3060, \"rank\": 2933, \"rankvar\": 1039, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3210, \"group\": [3064.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAATCCAAGTAC\", \"ini\": 1185, \"clust\": 3058, \"rank\": 2543, \"rankvar\": 1755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3211, \"group\": [3059.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTCCAGTAT\", \"ini\": 1184, \"clust\": 1519, \"rank\": 3978, \"rankvar\": 1102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2405, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2019, \"group\": [1519.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCGTTCCACAA\", \"ini\": 1183, \"clust\": 3063, \"rank\": 2686, \"rankvar\": 2817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3212, \"group\": [3060.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTTCAATAAGG\", \"ini\": 1182, \"clust\": 4528, \"rank\": 3254, \"rankvar\": 4487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2407, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5007, \"group\": [4527.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTTTACGT\", \"ini\": 1181, \"clust\": 5070, \"rank\": 1090, \"rankvar\": 3458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2408, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 173, \"group\": [5069.0, 224.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTCAAAGTCAA\", \"ini\": 1180, \"clust\": 1515, \"rank\": 3415, \"rankvar\": 727, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2409, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2020, \"group\": [1515.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTGTCATGCAT\", \"ini\": 1179, \"clust\": 1522, \"rank\": 4049, \"rankvar\": 873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2410, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2021, \"group\": [1524.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTAGGTAAACT\", \"ini\": 1178, \"clust\": 3696, \"rank\": 3021, \"rankvar\": 2092, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2411, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3213, \"group\": [3699.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCTCGTACGGC\", \"ini\": 1177, \"clust\": 2015, \"rank\": 3981, \"rankvar\": 1146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2412, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2022, \"group\": [2015.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCAATAAGG\", \"ini\": 1176, \"clust\": 4872, \"rank\": 1427, \"rankvar\": 1180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2413, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 174, \"group\": [4889.0, 200.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTTTGCGT\", \"ini\": 1175, \"clust\": 3043, \"rank\": 3071, \"rankvar\": 1802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3214, \"group\": [3040.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGAGCAGGTCA\", \"ini\": 1174, \"clust\": 4956, \"rank\": 2457, \"rankvar\": 1735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2415, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5227, \"group\": [4957.0, 218.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGGTCAGTGGA\", \"ini\": 1173, \"clust\": 4526, \"rank\": 3287, \"rankvar\": 4982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2416, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5008, \"group\": [4532.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGGATGGAA\", \"ini\": 1172, \"clust\": 4915, \"rank\": 2620, \"rankvar\": 1235, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2417, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3215, \"group\": [4922.0, 211.0, 42.0, 15.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTAGAATAGGG\", \"ini\": 1171, \"clust\": 4421, \"rank\": 3207, \"rankvar\": 2412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2418, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5009, \"group\": [4421.0, 194.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCCAATAAGCA\", \"ini\": 1170, \"clust\": 3722, \"rank\": 3303, \"rankvar\": 2607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3216, \"group\": [3722.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGTTCATGAGCGA\", \"ini\": 1169, \"clust\": 3686, \"rank\": 2880, \"rankvar\": 2675, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2420, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3217, \"group\": [3687.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTCTCACCT\", \"ini\": 1168, \"clust\": 2007, \"rank\": 3900, \"rankvar\": 2526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2421, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2023, \"group\": [2004.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCATGGTAGG\", \"ini\": 1167, \"clust\": 1523, \"rank\": 4066, \"rankvar\": 1636, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2422, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2024, \"group\": [1522.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAAGGGCATGT\", \"ini\": 1166, \"clust\": 3101, \"rank\": 2642, \"rankvar\": 2320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2423, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3218, \"group\": [3101.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGACACG\", \"ini\": 1165, \"clust\": 2495, \"rank\": 4409, \"rankvar\": 1196, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2424, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2025, \"group\": [2493.0, 107.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGCGTGTCATGCCG\", \"ini\": 1164, \"clust\": 2841, \"rank\": 2050, \"rankvar\": 4528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2425, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3988, \"group\": [2841.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGTGG\", \"ini\": 1163, \"clust\": 4588, \"rank\": 2501, \"rankvar\": 4551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2426, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5010, \"group\": [4585.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCAGTATAGGGC\", \"ini\": 1162, \"clust\": 1997, \"rank\": 4266, \"rankvar\": 773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2427, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2026, \"group\": [1992.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATGGGAAC\", \"ini\": 1161, \"clust\": 1971, \"rank\": 4293, \"rankvar\": 1697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2428, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2027, \"group\": [1968.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCACATAACC\", \"ini\": 1160, \"clust\": 2519, \"rank\": 4825, \"rankvar\": 4403, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2429, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2028, \"group\": [2515.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGGTCTCTTTA\", \"ini\": 1159, \"clust\": 2005, \"rank\": 4211, \"rankvar\": 2440, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2430, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2029, \"group\": [2005.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTATCGTTAGAACA\", \"ini\": 1158, \"clust\": 2845, \"rank\": 2623, \"rankvar\": 3126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2431, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5011, \"group\": [2848.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTGCTGCC\", \"ini\": 1157, \"clust\": 1526, \"rank\": 3968, \"rankvar\": 288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2432, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2030, \"group\": [1525.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCGAGTGCTAGCC\", \"ini\": 1156, \"clust\": 1994, \"rank\": 4119, \"rankvar\": 809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2433, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2031, \"group\": [1996.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGATCTGAA\", \"ini\": 1155, \"clust\": 1980, \"rank\": 4111, \"rankvar\": 1740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2434, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2032, \"group\": [1979.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGCAAATACAG\", \"ini\": 1154, \"clust\": 2493, \"rank\": 4013, \"rankvar\": 998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2435, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2033, \"group\": [2496.0, 107.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTACAACTGCGC\", \"ini\": 1153, \"clust\": 1589, \"rank\": 4181, \"rankvar\": 1363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2436, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2034, \"group\": [1587.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTTCATAGCAC\", \"ini\": 1152, \"clust\": 3295, \"rank\": 3731, \"rankvar\": 1421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3219, \"group\": [3302.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGCTGGAAC\", \"ini\": 1151, \"clust\": 1999, \"rank\": 4184, \"rankvar\": 1213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2438, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2035, \"group\": [1999.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGAGATCCTAGTGA\", \"ini\": 1150, \"clust\": 1580, \"rank\": 4138, \"rankvar\": 1307, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2439, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2036, \"group\": [1591.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCGAAGCAGCGTA\", \"ini\": 1149, \"clust\": 3833, \"rank\": 3732, \"rankvar\": 1212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2440, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3220, \"group\": [3835.0, 159.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAACACTTACGA\", \"ini\": 1148, \"clust\": 3744, \"rank\": 3663, \"rankvar\": 1920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2441, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3221, \"group\": [3747.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCCACTCCA\", \"ini\": 1147, \"clust\": 2009, \"rank\": 3881, \"rankvar\": 2791, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2442, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2037, \"group\": [2009.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTAGGCAGTCA\", \"ini\": 1146, \"clust\": 3262, \"rank\": 3513, \"rankvar\": 2002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3222, \"group\": [3262.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGAAGTGGGTTG\", \"ini\": 1145, \"clust\": 4420, \"rank\": 3350, \"rankvar\": 3918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2444, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5012, \"group\": [4417.0, 193.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGTGTTCTCCGGTT\", \"ini\": 1144, \"clust\": 3703, \"rank\": 3591, \"rankvar\": 4501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2445, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3223, \"group\": [3704.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGTTCTG\", \"ini\": 1143, \"clust\": 4953, \"rank\": 3192, \"rankvar\": 1315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2446, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5228, \"group\": [4953.0, 218.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCAGATCTGCT\", \"ini\": 1142, \"clust\": 2860, \"rank\": 2289, \"rankvar\": 3324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2447, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5013, \"group\": [2861.0, 134.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGGCAGATGTAAC\", \"ini\": 1141, \"clust\": 4952, \"rank\": 2622, \"rankvar\": 1940, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2448, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5229, \"group\": [4955.0, 218.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATGTATGAAAC\", \"ini\": 1140, \"clust\": 2491, \"rank\": 4425, \"rankvar\": 544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2449, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2038, \"group\": [2491.0, 107.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGCGCTTAT\", \"ini\": 1139, \"clust\": 4947, \"rank\": 2430, \"rankvar\": 3466, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2450, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5230, \"group\": [4948.0, 218.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATGTACTCGCG\", \"ini\": 1138, \"clust\": 3088, \"rank\": 2859, \"rankvar\": 2094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2451, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3224, \"group\": [3089.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAAGCCGCT\", \"ini\": 1137, \"clust\": 3704, \"rank\": 3393, \"rankvar\": 3758, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2452, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3225, \"group\": [3705.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCGCCTCA\", \"ini\": 1136, \"clust\": 1524, \"rank\": 4130, \"rankvar\": 915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2453, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2039, \"group\": [1523.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGAGCCATCGC\", \"ini\": 1135, \"clust\": 4531, \"rank\": 3619, \"rankvar\": 4374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2454, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5014, \"group\": [4528.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTATTAGTTAGTGGG\", \"ini\": 1134, \"clust\": 653, \"rank\": 2864, \"rankvar\": 4224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2455, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2817, \"group\": [654.0, 47.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTCAATCTGCA\", \"ini\": 1133, \"clust\": 2001, \"rank\": 3996, \"rankvar\": 1634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2456, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2040, \"group\": [1998.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCACGACG\", \"ini\": 1132, \"clust\": 2547, \"rank\": 3800, \"rankvar\": 3460, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2457, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2041, \"group\": [2548.0, 114.0, 23.0, 8.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTAAGTTAGGTA\", \"ini\": 1131, \"clust\": 1625, \"rank\": 4094, \"rankvar\": 1379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2458, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2042, \"group\": [1628.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAATCTGCGGCA\", \"ini\": 1130, \"clust\": 4928, \"rank\": 2834, \"rankvar\": 2668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2459, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 239, \"group\": [4928.0, 213.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTAGGCGACAT\", \"ini\": 1129, \"clust\": 3064, \"rank\": 2878, \"rankvar\": 3334, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2460, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3226, \"group\": [3061.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTCACAACTGT\", \"ini\": 1128, \"clust\": 1983, \"rank\": 4115, \"rankvar\": 1684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2461, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2043, \"group\": [1985.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGTCTCGCATC\", \"ini\": 1127, \"clust\": 1996, \"rank\": 4354, \"rankvar\": 1714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2462, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2044, \"group\": [1994.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACATTAGCCA\", \"ini\": 1126, \"clust\": 3062, \"rank\": 2575, \"rankvar\": 2445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2463, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3227, \"group\": [3062.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGGTGTGGCTC\", \"ini\": 1125, \"clust\": 1978, \"rank\": 4317, \"rankvar\": 1518, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2464, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2045, \"group\": [1976.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTTATCGC\", \"ini\": 1124, \"clust\": 4934, \"rank\": 2748, \"rankvar\": 1200, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2465, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5139, \"group\": [4934.0, 213.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCACACCAGGAATCG\", \"ini\": 1123, \"clust\": 4773, \"rank\": 2707, \"rankvar\": 4828, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2466, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5015, \"group\": [4775.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTAGAATAGGG\", \"ini\": 1122, \"clust\": 3749, \"rank\": 3598, \"rankvar\": 1499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2467, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3228, \"group\": [3751.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCGGAGCAA\", \"ini\": 1121, \"clust\": 2808, \"rank\": 2377, \"rankvar\": 4860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2468, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3989, \"group\": [2810.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCTGATCA\", \"ini\": 1120, \"clust\": 2011, \"rank\": 3761, \"rankvar\": 2404, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2469, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2046, \"group\": [2011.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAGTATCACCA\", \"ini\": 1119, \"clust\": 3739, \"rank\": 3529, \"rankvar\": 3350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2470, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3229, \"group\": [3738.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAATCCAAC\", \"ini\": 1118, \"clust\": 1503, \"rank\": 3781, \"rankvar\": 1527, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2471, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2047, \"group\": [1502.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGCACAACGCC\", \"ini\": 1117, \"clust\": 3102, \"rank\": 2869, \"rankvar\": 2030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2472, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3230, \"group\": [3102.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGGGAAACA\", \"ini\": 1116, \"clust\": 2848, \"rank\": 2298, \"rankvar\": 4245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2473, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3990, \"group\": [2846.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACGTAGAAAGG\", \"ini\": 1115, \"clust\": 3687, \"rank\": 3279, \"rankvar\": 2247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2474, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3231, \"group\": [3688.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGAGACTCGGA\", \"ini\": 1114, \"clust\": 3688, \"rank\": 3335, \"rankvar\": 2706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2475, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3232, \"group\": [3689.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGAGTCGATAA\", \"ini\": 1113, \"clust\": 1086, \"rank\": 4959, \"rankvar\": 4512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2476, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2818, \"group\": [1085.0, 82.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTGGTACAG\", \"ini\": 1112, \"clust\": 1504, \"rank\": 3526, \"rankvar\": 829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2477, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2048, \"group\": [1503.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCCATTAGCCA\", \"ini\": 1111, \"clust\": 282, \"rank\": 3173, \"rankvar\": 1933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2478, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2819, \"group\": [283.0, 38.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGTCGCACTCT\", \"ini\": 1110, \"clust\": 4530, \"rank\": 3695, \"rankvar\": 5065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2479, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5016, \"group\": [4530.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGCAGGTGGAT\", \"ini\": 1109, \"clust\": 2832, \"rank\": 2076, \"rankvar\": 4134, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2480, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3991, \"group\": [2844.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGGTATAAACG\", \"ini\": 1108, \"clust\": 208, \"rank\": 4264, \"rankvar\": 560, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2481, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2049, \"group\": [211.0, 22.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGAGCAGGCTA\", \"ini\": 1107, \"clust\": 4954, \"rank\": 2900, \"rankvar\": 1597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2482, \"cat-1\": \"Cell Type: pDCs\", \"cat_1_index\": 5231, \"group\": [4954.0, 218.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCAATGGT\", \"ini\": 1106, \"clust\": 2520, \"rank\": 4710, \"rankvar\": 3057, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2483, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2050, \"group\": [2516.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCTCCCTAACC\", \"ini\": 1105, \"clust\": 3353, \"rank\": 3662, \"rankvar\": 3434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2484, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3233, \"group\": [3352.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGACACTTCGAA\", \"ini\": 1104, \"clust\": 3759, \"rank\": 3620, \"rankvar\": 4080, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2485, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3234, \"group\": [3761.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAACACTG\", \"ini\": 1103, \"clust\": 1966, \"rank\": 4140, \"rankvar\": 837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2486, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2051, \"group\": [1966.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAGTCAGAATA\", \"ini\": 1102, \"clust\": 3036, \"rank\": 3092, \"rankvar\": 2860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3235, \"group\": [3035.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCAAAGCAAT\", \"ini\": 1101, \"clust\": 3076, \"rank\": 2439, \"rankvar\": 2415, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2488, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3236, \"group\": [3075.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGGGTTCTTTACGT\", \"ini\": 1100, \"clust\": 2812, \"rank\": 2139, \"rankvar\": 3751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2489, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3992, \"group\": [2811.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTAATAGCA\", \"ini\": 1099, \"clust\": 3697, \"rank\": 3348, \"rankvar\": 3131, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3237, \"group\": [3697.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTGTGCAACGA\", \"ini\": 1098, \"clust\": 1087, \"rank\": 4933, \"rankvar\": 5018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2491, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2820, \"group\": [1086.0, 82.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGGATTCTTACCTA\", \"ini\": 1097, \"clust\": 3732, \"rank\": 3684, \"rankvar\": 2711, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2492, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3238, \"group\": [3731.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCGTTGTCTTT\", \"ini\": 1096, \"clust\": 3286, \"rank\": 3213, \"rankvar\": 2495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3239, \"group\": [3287.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGAGCAATT\", \"ini\": 1095, \"clust\": 1527, \"rank\": 4303, \"rankvar\": 945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2494, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2052, \"group\": [1526.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAGTGACGGTA\", \"ini\": 1094, \"clust\": 683, \"rank\": 4374, \"rankvar\": 3099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2495, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2821, \"group\": [682.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGGTCCATCCTTGC\", \"ini\": 1093, \"clust\": 1981, \"rank\": 4477, \"rankvar\": 2052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2496, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2053, \"group\": [1980.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATCATGGAATA\", \"ini\": 1092, \"clust\": 3692, \"rank\": 3710, \"rankvar\": 3513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3240, \"group\": [3695.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGGTCCGTCAG\", \"ini\": 1091, \"clust\": 2822, \"rank\": 2426, \"rankvar\": 4748, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3993, \"group\": [2820.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTAGTGA\", \"ini\": 1090, \"clust\": 3707, \"rank\": 3377, \"rankvar\": 3843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2499, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3241, \"group\": [3708.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATAGCCGATTT\", \"ini\": 1089, \"clust\": 2499, \"rank\": 3840, \"rankvar\": 1939, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2500, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2054, \"group\": [2499.0, 108.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTGTACCATCA\", \"ini\": 1088, \"clust\": 2592, \"rank\": 4367, \"rankvar\": 1931, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2501, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4251, \"group\": [2596.0, 122.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAAACCTAC\", \"ini\": 1087, \"clust\": 3752, \"rank\": 3865, \"rankvar\": 3178, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2502, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3242, \"group\": [3762.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACAACTGGCC\", \"ini\": 1086, \"clust\": 3741, \"rank\": 3411, \"rankvar\": 2034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3243, \"group\": [3748.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGTTCGCGC\", \"ini\": 1085, \"clust\": 2518, \"rank\": 4445, \"rankvar\": 1605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2504, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2055, \"group\": [2517.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCACATCCGG\", \"ini\": 1084, \"clust\": 3033, \"rank\": 3425, \"rankvar\": 2188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3244, \"group\": [3033.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGTTGAGTA\", \"ini\": 1083, \"clust\": 4940, \"rank\": 1798, \"rankvar\": 1384, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2506, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 240, \"group\": [4940.0, 214.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGAGTATATGAG\", \"ini\": 1082, \"clust\": 2826, \"rank\": 2978, \"rankvar\": 3659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2507, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3994, \"group\": [2831.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGAGTAATAGCA\", \"ini\": 1081, \"clust\": 4775, \"rank\": 3406, \"rankvar\": 4202, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2508, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5017, \"group\": [4774.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGAGATGGCGT\", \"ini\": 1080, \"clust\": 2805, \"rank\": 2397, \"rankvar\": 3960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2509, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3995, \"group\": [2832.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAGTTTAGGAA\", \"ini\": 1079, \"clust\": 3042, \"rank\": 3178, \"rankvar\": 1863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3245, \"group\": [3042.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTTCGAATGCT\", \"ini\": 1078, \"clust\": 3040, \"rank\": 3225, \"rankvar\": 2383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2511, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3246, \"group\": [3039.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGACAAAGG\", \"ini\": 1077, \"clust\": 1084, \"rank\": 4890, \"rankvar\": 3377, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2512, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2822, \"group\": [1088.0, 82.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCTCGACAGCC\", \"ini\": 1076, \"clust\": 4749, \"rank\": 2593, \"rankvar\": 4806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2513, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5018, \"group\": [4772.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACTCTTCAACT\", \"ini\": 1075, \"clust\": 3037, \"rank\": 3518, \"rankvar\": 3237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2514, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3247, \"group\": [3036.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGAGTATTGGA\", \"ini\": 1074, \"clust\": 3699, \"rank\": 3544, \"rankvar\": 2251, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3248, \"group\": [3700.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTCACGAAACG\", \"ini\": 1073, \"clust\": 2814, \"rank\": 2308, \"rankvar\": 4071, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2516, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3996, \"group\": [2817.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCAGGGCACTA\", \"ini\": 1072, \"clust\": 2154, \"rank\": 4240, \"rankvar\": 1862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2517, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2056, \"group\": [2154.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCGAGTTT\", \"ini\": 1071, \"clust\": 5055, \"rank\": 1699, \"rankvar\": 2016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2518, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 175, \"group\": [5055.0, 224.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTTCGAGAGAGCTC\", \"ini\": 1070, \"clust\": 3048, \"rank\": 2820, \"rankvar\": 3005, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2519, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3249, \"group\": [3049.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGCCGTCCCTACT\", \"ini\": 1069, \"clust\": 3708, \"rank\": 3706, \"rankvar\": 4141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3250, \"group\": [3709.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAGACCAGCGAAGGG\", \"ini\": 1068, \"clust\": 2957, \"rank\": 2806, \"rankvar\": 2534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2521, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3997, \"group\": [2955.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCGCGTAGC\", \"ini\": 1067, \"clust\": 3701, \"rank\": 3540, \"rankvar\": 3692, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2522, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3251, \"group\": [3702.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCACCCAG\", \"ini\": 1066, \"clust\": 2778, \"rank\": 2615, \"rankvar\": 4435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2523, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3998, \"group\": [2780.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCACATTAGGCT\", \"ini\": 1065, \"clust\": 3030, \"rank\": 3077, \"rankvar\": 1428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2524, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3252, \"group\": [3031.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCCAGAGGA\", \"ini\": 1064, \"clust\": 3038, \"rank\": 2556, \"rankvar\": 1989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2525, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3253, \"group\": [3044.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCACTGTCGG\", \"ini\": 1063, \"clust\": 2593, \"rank\": 4619, \"rankvar\": 2014, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4252, \"group\": [2595.0, 122.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTTCTGCGTAA\", \"ini\": 1062, \"clust\": 3689, \"rank\": 3515, \"rankvar\": 1659, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2527, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3254, \"group\": [3690.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGGTCACCTAA\", \"ini\": 1061, \"clust\": 2543, \"rank\": 4792, \"rankvar\": 4212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2528, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2057, \"group\": [2544.0, 112.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTGTACTTAGC\", \"ini\": 1060, \"clust\": 3735, \"rank\": 3584, \"rankvar\": 2745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3255, \"group\": [3733.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAATCAAGACCTAGG\", \"ini\": 1059, \"clust\": 4938, \"rank\": 2728, \"rankvar\": 2142, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2530, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 241, \"group\": [4938.0, 213.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACAGACAG\", \"ini\": 1058, \"clust\": 1982, \"rank\": 4632, \"rankvar\": 1147, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2531, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2058, \"group\": [1986.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGGTGTGGT\", \"ini\": 1057, \"clust\": 4935, \"rank\": 2907, \"rankvar\": 2458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2532, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 242, \"group\": [4935.0, 213.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTTATCGGT\", \"ini\": 1056, \"clust\": 4751, \"rank\": 3362, \"rankvar\": 5117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2533, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5019, \"group\": [4750.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACACAGACTT\", \"ini\": 1055, \"clust\": 3698, \"rank\": 3260, \"rankvar\": 1976, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2534, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3256, \"group\": [3698.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATCTCAAGTCATC\", \"ini\": 1054, \"clust\": 4936, \"rank\": 2590, \"rankvar\": 1481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2535, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 243, \"group\": [4936.0, 213.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAGTTAACC\", \"ini\": 1053, \"clust\": 2809, \"rank\": 2570, \"rankvar\": 4920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2536, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 3999, \"group\": [2808.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACACTGCG\", \"ini\": 1052, \"clust\": 5080, \"rank\": 2259, \"rankvar\": 4146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2537, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 176, \"group\": [5076.0, 225.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCATGTTGAC\", \"ini\": 1051, \"clust\": 1986, \"rank\": 4320, \"rankvar\": 1119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2538, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2059, \"group\": [1983.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTTAGCGG\", \"ini\": 1050, \"clust\": 3742, \"rank\": 3427, \"rankvar\": 3208, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2539, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3257, \"group\": [3742.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGAGAATTCCC\", \"ini\": 1049, \"clust\": 3310, \"rank\": 3596, \"rankvar\": 3013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2540, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3258, \"group\": [3311.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTCACACCGAC\", \"ini\": 1048, \"clust\": 2840, \"rank\": 1989, \"rankvar\": 4563, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2541, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4000, \"group\": [2842.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGCACTTA\", \"ini\": 1047, \"clust\": 2817, \"rank\": 2534, \"rankvar\": 4875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2542, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4001, \"group\": [2815.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCAACACTG\", \"ini\": 1046, \"clust\": 4869, \"rank\": 1625, \"rankvar\": 600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2543, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 177, \"group\": [4868.0, 197.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACAGCCCA\", \"ini\": 1045, \"clust\": 2545, \"rank\": 4618, \"rankvar\": 3160, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2544, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2060, \"group\": [2543.0, 112.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGAGTAAGTAGT\", \"ini\": 1044, \"clust\": 3702, \"rank\": 3634, \"rankvar\": 4078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3259, \"group\": [3703.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGACACTT\", \"ini\": 1043, \"clust\": 3801, \"rank\": 3470, \"rankvar\": 4097, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2546, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3260, \"group\": [3801.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGGTGTGACCC\", \"ini\": 1042, \"clust\": 3389, \"rank\": 3704, \"rankvar\": 4037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2547, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3261, \"group\": [3392.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCAGTATAAG\", \"ini\": 1041, \"clust\": 4529, \"rank\": 2966, \"rankvar\": 4061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2548, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5020, \"group\": [4531.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATTCACCGGGT\", \"ini\": 1040, \"clust\": 3743, \"rank\": 3615, \"rankvar\": 3304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2549, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3262, \"group\": [3743.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCGTAATA\", \"ini\": 1039, \"clust\": 4939, \"rank\": 2821, \"rankvar\": 1517, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2550, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 244, \"group\": [4939.0, 213.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTAAGCCGTCGT\", \"ini\": 1038, \"clust\": 3275, \"rank\": 4064, \"rankvar\": 3305, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2551, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3263, \"group\": [3278.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTCCGTTAA\", \"ini\": 1037, \"clust\": 2777, \"rank\": 2909, \"rankvar\": 4285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2552, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4002, \"group\": [2781.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAATCGCATGAT\", \"ini\": 1036, \"clust\": 3034, \"rank\": 3198, \"rankvar\": 2109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2553, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3264, \"group\": [3034.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCGAAGGTATTAGCC\", \"ini\": 1035, \"clust\": 3734, \"rank\": 3843, \"rankvar\": 2792, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3265, \"group\": [3735.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACACTGCG\", \"ini\": 1034, \"clust\": 3676, \"rank\": 3699, \"rankvar\": 2540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2555, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3266, \"group\": [3678.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCTCTTA\", \"ini\": 1033, \"clust\": 2819, \"rank\": 2791, \"rankvar\": 4876, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2556, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4003, \"group\": [2818.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCATTGGGCC\", \"ini\": 1032, \"clust\": 1984, \"rank\": 4355, \"rankvar\": 1549, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2557, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2061, \"group\": [1984.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCTTACCTA\", \"ini\": 1031, \"clust\": 3691, \"rank\": 3525, \"rankvar\": 3091, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2558, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3267, \"group\": [3696.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTTCCCATTAT\", \"ini\": 1030, \"clust\": 3728, \"rank\": 3821, \"rankvar\": 2402, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2559, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3268, \"group\": [3730.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAATCCTTCAAT\", \"ini\": 1029, \"clust\": 2003, \"rank\": 4648, \"rankvar\": 2283, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2560, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2062, \"group\": [2000.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTCAATGGATA\", \"ini\": 1028, \"clust\": 2517, \"rank\": 4675, \"rankvar\": 3735, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2561, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2063, \"group\": [2518.0, 110.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGCGTTGCC\", \"ini\": 1027, \"clust\": 3051, \"rank\": 3072, \"rankvar\": 1796, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2562, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3269, \"group\": [3052.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTCTGGTCG\", \"ini\": 1026, \"clust\": 3723, \"rank\": 3660, \"rankvar\": 3630, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3270, \"group\": [3723.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTGTAACGCGA\", \"ini\": 1025, \"clust\": 3263, \"rank\": 4021, \"rankvar\": 3707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2564, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3271, \"group\": [3263.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCATTTTCAGTTGAC\", \"ini\": 1024, \"clust\": 3538, \"rank\": 3905, \"rankvar\": 2332, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2565, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3272, \"group\": [3539.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCAGTTGAGAT\", \"ini\": 1023, \"clust\": 5095, \"rank\": 2653, \"rankvar\": 2061, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2566, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 178, \"group\": [5100.0, 227.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTCAGCTAT\", \"ini\": 1022, \"clust\": 2779, \"rank\": 2775, \"rankvar\": 4294, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2567, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4004, \"group\": [2778.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCCAACCAA\", \"ini\": 1021, \"clust\": 2004, \"rank\": 4349, \"rankvar\": 1970, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2568, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2064, \"group\": [2001.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGAGTCTGG\", \"ini\": 1020, \"clust\": 273, \"rank\": 3612, \"rankvar\": 2794, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2569, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2823, \"group\": [276.0, 38.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTGTCGCG\", \"ini\": 1019, \"clust\": 3712, \"rank\": 3036, \"rankvar\": 2239, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2570, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3273, \"group\": [3716.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTTCTGTTT\", \"ini\": 1018, \"clust\": 2943, \"rank\": 3128, \"rankvar\": 946, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2571, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3274, \"group\": [2954.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTCAAGTAGTA\", \"ini\": 1017, \"clust\": 3838, \"rank\": 2239, \"rankvar\": 963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2572, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3275, \"group\": [3838.0, 159.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTCAATGTC\", \"ini\": 1016, \"clust\": 2824, \"rank\": 2536, \"rankvar\": 4714, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2573, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4005, \"group\": [2823.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCTACCTA\", \"ini\": 1015, \"clust\": 3300, \"rank\": 3960, \"rankvar\": 3149, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3276, \"group\": [3296.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGGAGTAGA\", \"ini\": 1014, \"clust\": 3645, \"rank\": 3979, \"rankvar\": 3548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2575, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3277, \"group\": [3647.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCGTAATCGGACAAG\", \"ini\": 1013, \"clust\": 1998, \"rank\": 4315, \"rankvar\": 1033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2576, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2065, \"group\": [1993.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGCATGTAAGA\", \"ini\": 1012, \"clust\": 2766, \"rank\": 2365, \"rankvar\": 1027, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2577, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4006, \"group\": [2768.0, 131.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGAGCTCCCAG\", \"ini\": 1011, \"clust\": 3755, \"rank\": 3625, \"rankvar\": 2924, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2578, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3278, \"group\": [3755.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAGTAGGGTAC\", \"ini\": 1010, \"clust\": 2818, \"rank\": 2802, \"rankvar\": 4702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2579, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4007, \"group\": [2825.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTCAGGAATCG\", \"ini\": 1009, \"clust\": 5078, \"rank\": 1839, \"rankvar\": 3694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2580, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 179, \"group\": [5079.0, 225.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTACCCAAT\", \"ini\": 1008, \"clust\": 3731, \"rank\": 3394, \"rankvar\": 2024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2581, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3279, \"group\": [3736.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTCACATTCGA\", \"ini\": 1007, \"clust\": 3740, \"rank\": 3626, \"rankvar\": 3575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2582, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3280, \"group\": [3739.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCGTCCAGACGCAA\", \"ini\": 1006, \"clust\": 3264, \"rank\": 3331, \"rankvar\": 2137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2583, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3281, \"group\": [3264.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGTTTCAAATTGCC\", \"ini\": 1005, \"clust\": 3324, \"rank\": 3891, \"rankvar\": 1790, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2584, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3282, \"group\": [3324.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGAAGGAACTGC\", \"ini\": 1004, \"clust\": 3716, \"rank\": 3568, \"rankvar\": 3024, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2585, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3283, \"group\": [3717.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTACGCGC\", \"ini\": 1003, \"clust\": 5047, \"rank\": 2743, \"rankvar\": 1254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2586, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 180, \"group\": [5049.0, 223.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCCACTAT\", \"ini\": 1002, \"clust\": 5071, \"rank\": 1747, \"rankvar\": 882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2587, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 181, \"group\": [5071.0, 224.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGCCGGTCCCGGATG\", \"ini\": 1001, \"clust\": 684, \"rank\": 4267, \"rankvar\": 4660, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2588, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2824, \"group\": [683.0, 48.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTACTGTATAGGGC\", \"ini\": 1000, \"clust\": 3032, \"rank\": 3555, \"rankvar\": 2655, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2589, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3284, \"group\": [3045.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGCCTGAG\", \"ini\": 999, \"clust\": 4930, \"rank\": 3364, \"rankvar\": 3320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2590, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 245, \"group\": [4933.0, 213.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGGTACCGTTA\", \"ini\": 998, \"clust\": 3265, \"rank\": 3690, \"rankvar\": 3617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2591, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3285, \"group\": [3265.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCATTCTCAT\", \"ini\": 997, \"clust\": 2941, \"rank\": 3547, \"rankvar\": 3472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2592, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4008, \"group\": [2941.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGACCACA\", \"ini\": 996, \"clust\": 3653, \"rank\": 3956, \"rankvar\": 2901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2593, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3286, \"group\": [3651.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATCACGCGAAA\", \"ini\": 995, \"clust\": 4926, \"rank\": 2257, \"rankvar\": 4552, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2594, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 246, \"group\": [4926.0, 213.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACTCGGTCCGA\", \"ini\": 994, \"clust\": 3718, \"rank\": 3624, \"rankvar\": 2446, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2595, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3287, \"group\": [3721.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGCGTTGCC\", \"ini\": 993, \"clust\": 3266, \"rank\": 3588, \"rankvar\": 1256, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2596, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3288, \"group\": [3271.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTTCTCATTCA\", \"ini\": 992, \"clust\": 2827, \"rank\": 3184, \"rankvar\": 4352, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2597, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4009, \"group\": [2826.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCCCTCTTT\", \"ini\": 991, \"clust\": 3705, \"rank\": 3859, \"rankvar\": 4713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2598, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3289, \"group\": [3706.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACATCCGCGA\", \"ini\": 990, \"clust\": 3729, \"rank\": 3832, \"rankvar\": 3952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2599, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3290, \"group\": [3728.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGGTCAATGTC\", \"ini\": 989, \"clust\": 3754, \"rank\": 3496, \"rankvar\": 2491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2600, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3291, \"group\": [3754.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCGTGACAAAT\", \"ini\": 988, \"clust\": 4532, \"rank\": 3516, \"rankvar\": 4007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2601, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5021, \"group\": [4529.0, 196.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTAACTCCATTCTA\", \"ini\": 987, \"clust\": 3297, \"rank\": 3933, \"rankvar\": 3938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2602, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3292, \"group\": [3300.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGTCTATCCCG\", \"ini\": 986, \"clust\": 4937, \"rank\": 2506, \"rankvar\": 1308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2603, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 247, \"group\": [4937.0, 213.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTCATATCG\", \"ini\": 985, \"clust\": 3308, \"rank\": 3261, \"rankvar\": 2798, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2604, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3293, \"group\": [3313.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGCATTCCTGC\", \"ini\": 984, \"clust\": 1363, \"rank\": 3691, \"rankvar\": 815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2605, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2066, \"group\": [2539.0, 111.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTGTTCGTCTC\", \"ini\": 983, \"clust\": 2940, \"rank\": 3136, \"rankvar\": 1320, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2606, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3294, \"group\": [2987.0, 139.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTTCGTCCAGG\", \"ini\": 982, \"clust\": 3840, \"rank\": 3040, \"rankvar\": 2406, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2607, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3295, \"group\": [3840.0, 159.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTCTGCGGT\", \"ini\": 981, \"clust\": 1976, \"rank\": 4495, \"rankvar\": 1860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2608, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2067, \"group\": [1975.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTTGCAGG\", \"ini\": 980, \"clust\": 2810, \"rank\": 2553, \"rankvar\": 4922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2609, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4010, \"group\": [2809.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGAGCCCTAAT\", \"ini\": 979, \"clust\": 2861, \"rank\": 3325, \"rankvar\": 4331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2610, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5022, \"group\": [2862.0, 135.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGTCCAAGCCG\", \"ini\": 978, \"clust\": 1977, \"rank\": 4861, \"rankvar\": 4604, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2611, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2068, \"group\": [1978.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCATCTGCTGTC\", \"ini\": 977, \"clust\": 1979, \"rank\": 4442, \"rankvar\": 1184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2612, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2069, \"group\": [1977.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGATCTAGAGTC\", \"ini\": 976, \"clust\": 5058, \"rank\": 2016, \"rankvar\": 4171, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2613, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 182, \"group\": [5058.0, 224.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGGTGTTAA\", \"ini\": 975, \"clust\": 277, \"rank\": 3829, \"rankvar\": 2287, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2614, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2825, \"group\": [279.0, 38.0, 8.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGAGGCTCAGA\", \"ini\": 974, \"clust\": 3290, \"rank\": 3982, \"rankvar\": 3698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2615, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3296, \"group\": [3291.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAAGTCAGTGGA\", \"ini\": 973, \"clust\": 3281, \"rank\": 3573, \"rankvar\": 684, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2616, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3297, \"group\": [3283.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTAGTCA\", \"ini\": 972, \"clust\": 2813, \"rank\": 2360, \"rankvar\": 4759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2617, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4011, \"group\": [2812.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGAAGCTAAGAT\", \"ini\": 971, \"clust\": 3791, \"rank\": 3382, \"rankvar\": 3120, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2618, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3298, \"group\": [3792.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCCATGGGACA\", \"ini\": 970, \"clust\": 3351, \"rank\": 3532, \"rankvar\": 3704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2619, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3299, \"group\": [3355.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCAGTACATCCA\", \"ini\": 969, \"clust\": 3339, \"rank\": 3934, \"rankvar\": 3292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2620, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3300, \"group\": [3339.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCAGCCAGCTAGTTC\", \"ini\": 968, \"clust\": 3028, \"rank\": 3296, \"rankvar\": 1540, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2621, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3301, \"group\": [3029.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCGGTGTCG\", \"ini\": 967, \"clust\": 3808, \"rank\": 3653, \"rankvar\": 1951, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2622, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3302, \"group\": [3807.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTTCGTAGATC\", \"ini\": 966, \"clust\": 2018, \"rank\": 3946, \"rankvar\": 2619, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2623, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2070, \"group\": [2020.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCACATAGC\", \"ini\": 965, \"clust\": 3488, \"rank\": 3868, \"rankvar\": 2962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2624, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3303, \"group\": [3501.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCTGTCACCAGCAC\", \"ini\": 964, \"clust\": 3756, \"rank\": 3737, \"rankvar\": 3612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2625, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3304, \"group\": [3756.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCATTAGC\", \"ini\": 963, \"clust\": 1085, \"rank\": 4814, \"rankvar\": 3311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2626, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2826, \"group\": [1087.0, 82.0, 16.0, 5.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTAAGATCACGG\", \"ini\": 962, \"clust\": 3381, \"rank\": 3320, \"rankvar\": 1977, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2627, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3305, \"group\": [3381.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAACTTGTACCAGTT\", \"ini\": 961, \"clust\": 3333, \"rank\": 4089, \"rankvar\": 3327, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2628, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3306, \"group\": [3336.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGAGGATATAC\", \"ini\": 960, \"clust\": 4941, \"rank\": 1679, \"rankvar\": 2353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2629, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 248, \"group\": [4941.0, 214.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACACGTGTAAGGGAA\", \"ini\": 959, \"clust\": 3546, \"rank\": 3887, \"rankvar\": 2291, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2630, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3307, \"group\": [3547.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGGGTCTCAGGCAAG\", \"ini\": 958, \"clust\": 3387, \"rank\": 4128, \"rankvar\": 1529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2631, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3308, \"group\": [3386.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAAGGAGTACC\", \"ini\": 957, \"clust\": 2783, \"rank\": 2973, \"rankvar\": 3965, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2632, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4012, \"group\": [2784.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTGTGACGGTA\", \"ini\": 956, \"clust\": 3694, \"rank\": 3786, \"rankvar\": 3121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2633, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3309, \"group\": [3692.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGCCTAGTGTGAAAT\", \"ini\": 955, \"clust\": 3302, \"rank\": 3498, \"rankvar\": 2795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2634, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3310, \"group\": [3305.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTCACATCTTT\", \"ini\": 954, \"clust\": 3291, \"rank\": 3854, \"rankvar\": 2789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2635, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3311, \"group\": [3292.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCTTACCTA\", \"ini\": 953, \"clust\": 1987, \"rank\": 4360, \"rankvar\": 626, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2636, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2071, \"group\": [2007.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGCTAGAGACTAGGC\", \"ini\": 952, \"clust\": 3844, \"rank\": 2152, \"rankvar\": 2148, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2637, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3312, \"group\": [3843.0, 160.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCAGGCAAG\", \"ini\": 951, \"clust\": 3321, \"rank\": 3973, \"rankvar\": 3495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2638, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3313, \"group\": [3321.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTCACTCTGTC\", \"ini\": 950, \"clust\": 3700, \"rank\": 3791, \"rankvar\": 3379, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2639, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3314, \"group\": [3701.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACGTCTCTAACCGA\", \"ini\": 949, \"clust\": 3305, \"rank\": 3823, \"rankvar\": 4500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2640, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3315, \"group\": [3308.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCGGAAATA\", \"ini\": 948, \"clust\": 3349, \"rank\": 4093, \"rankvar\": 2309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2641, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3316, \"group\": [3348.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTGTATGCTTG\", \"ini\": 947, \"clust\": 2815, \"rank\": 2494, \"rankvar\": 4572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2642, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4013, \"group\": [2816.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATCATCCGCGA\", \"ini\": 946, \"clust\": 3331, \"rank\": 4149, \"rankvar\": 3066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2643, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3317, \"group\": [3332.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGACTTTCG\", \"ini\": 945, \"clust\": 3635, \"rank\": 4103, \"rankvar\": 2929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2644, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3318, \"group\": [3636.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGTAGCGGT\", \"ini\": 944, \"clust\": 2492, \"rank\": 4590, \"rankvar\": 445, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2645, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2072, \"group\": [2492.0, 107.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAAGCGATATA\", \"ini\": 943, \"clust\": 3287, \"rank\": 3679, \"rankvar\": 3369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2646, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3319, \"group\": [3288.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACGTCGTCGAATCT\", \"ini\": 942, \"clust\": 3311, \"rank\": 3748, \"rankvar\": 2250, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2647, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3320, \"group\": [3309.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACTCTTA\", \"ini\": 941, \"clust\": 3044, \"rank\": 3106, \"rankvar\": 3084, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2648, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3321, \"group\": [3041.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTTTAGGAA\", \"ini\": 940, \"clust\": 3379, \"rank\": 3689, \"rankvar\": 2809, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2649, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3322, \"group\": [3378.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGTCCGAAGAG\", \"ini\": 939, \"clust\": 2729, \"rank\": 4855, \"rankvar\": 883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2650, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4183, \"group\": [2728.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAATCTTTACGT\", \"ini\": 938, \"clust\": 3354, \"rank\": 3589, \"rankvar\": 3181, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2651, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3323, \"group\": [3353.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACGGACATGCAATC\", \"ini\": 937, \"clust\": 2496, \"rank\": 4591, \"rankvar\": 1729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2652, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2073, \"group\": [2494.0, 107.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTACAA\", \"ini\": 936, \"clust\": 3636, \"rank\": 3992, \"rankvar\": 3826, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2653, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3324, \"group\": [3637.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACACGTTTGTTTC\", \"ini\": 935, \"clust\": 3736, \"rank\": 3590, \"rankvar\": 2869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2654, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3325, \"group\": [3734.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTATCGGACAAG\", \"ini\": 934, \"clust\": 3719, \"rank\": 3503, \"rankvar\": 1257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2655, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3326, \"group\": [3719.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATGTATTACCG\", \"ini\": 933, \"clust\": 4927, \"rank\": 2425, \"rankvar\": 3852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2656, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 249, \"group\": [4927.0, 213.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGCTTTGGT\", \"ini\": 932, \"clust\": 4932, \"rank\": 3722, \"rankvar\": 1837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2657, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 250, \"group\": [4930.0, 213.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGTCCACGAAT\", \"ini\": 931, \"clust\": 5059, \"rank\": 2309, \"rankvar\": 2846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2658, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 183, \"group\": [5059.0, 224.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTCAACGATCT\", \"ini\": 930, \"clust\": 3717, \"rank\": 3474, \"rankvar\": 3143, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2659, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3327, \"group\": [3718.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTGGCGAAT\", \"ini\": 929, \"clust\": 3503, \"rank\": 3894, \"rankvar\": 3487, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2660, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3328, \"group\": [3502.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCAACGAAA\", \"ini\": 928, \"clust\": 3499, \"rank\": 4076, \"rankvar\": 3812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2661, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3329, \"group\": [3498.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTATCGCC\", \"ini\": 927, \"clust\": 3288, \"rank\": 3354, \"rankvar\": 2873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2662, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3330, \"group\": [3289.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTATCCCG\", \"ini\": 926, \"clust\": 3505, \"rank\": 4210, \"rankvar\": 2652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2663, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3331, \"group\": [3505.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACATGACATC\", \"ini\": 925, \"clust\": 3278, \"rank\": 3356, \"rankvar\": 2501, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2664, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3332, \"group\": [3286.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTACACGGATAG\", \"ini\": 924, \"clust\": 4931, \"rank\": 3381, \"rankvar\": 2211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2665, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 251, \"group\": [4932.0, 213.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAAGTTCCACAA\", \"ini\": 923, \"clust\": 3543, \"rank\": 4255, \"rankvar\": 2543, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2666, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3333, \"group\": [3545.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTAGGGTCTCC\", \"ini\": 922, \"clust\": 2958, \"rank\": 2912, \"rankvar\": 3088, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2667, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4014, \"group\": [2956.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGACAGGATTGG\", \"ini\": 921, \"clust\": 3657, \"rank\": 4059, \"rankvar\": 2935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2668, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3334, \"group\": [3658.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTACCAGTTCCCT\", \"ini\": 920, \"clust\": 3100, \"rank\": 3492, \"rankvar\": 2431, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2669, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3335, \"group\": [3103.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGCATCATC\", \"ini\": 919, \"clust\": 3714, \"rank\": 3767, \"rankvar\": 2880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2670, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3336, \"group\": [3713.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTCGCTAA\", \"ini\": 918, \"clust\": 2830, \"rank\": 3060, \"rankvar\": 4699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2671, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4015, \"group\": [2828.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCGGCCGAT\", \"ini\": 917, \"clust\": 3706, \"rank\": 4191, \"rankvar\": 4749, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2672, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3337, \"group\": [3707.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCCGTACAA\", \"ini\": 916, \"clust\": 3810, \"rank\": 3715, \"rankvar\": 2700, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2673, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3338, \"group\": [3810.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTAACGGT\", \"ini\": 915, \"clust\": 3690, \"rank\": 3725, \"rankvar\": 2214, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2674, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3339, \"group\": [3691.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGCCTGTAGGGTAC\", \"ini\": 914, \"clust\": 3309, \"rank\": 3668, \"rankvar\": 2363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2675, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3340, \"group\": [3312.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAAGTTGTC\", \"ini\": 913, \"clust\": 3535, \"rank\": 3896, \"rankvar\": 3009, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2676, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3341, \"group\": [3537.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTGTTCATTAGGCT\", \"ini\": 912, \"clust\": 3555, \"rank\": 4282, \"rankvar\": 3285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2677, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3342, \"group\": [3555.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGGTGTCGCTG\", \"ini\": 911, \"clust\": 4417, \"rank\": 2445, \"rankvar\": 1956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2678, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3343, \"group\": [4419.0, 193.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCATCAGCTGGC\", \"ini\": 910, \"clust\": 3652, \"rank\": 4213, \"rankvar\": 3869, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2679, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3344, \"group\": [3653.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTGTGGCTC\", \"ini\": 909, \"clust\": 3380, \"rank\": 3558, \"rankvar\": 1126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2680, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3345, \"group\": [3379.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGTCTAGGTGTGGT\", \"ini\": 908, \"clust\": 2740, \"rank\": 4736, \"rankvar\": 396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2681, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4184, \"group\": [2738.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCATCACCCT\", \"ini\": 907, \"clust\": 3730, \"rank\": 4150, \"rankvar\": 3734, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2682, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3346, \"group\": [3729.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCACAGGCCT\", \"ini\": 906, \"clust\": 3464, \"rank\": 3870, \"rankvar\": 2598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2683, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3347, \"group\": [3464.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCACCGGGT\", \"ini\": 905, \"clust\": 3364, \"rank\": 3451, \"rankvar\": 2267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2684, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3348, \"group\": [3365.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCTCAACT\", \"ini\": 904, \"clust\": 3502, \"rank\": 3898, \"rankvar\": 2045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2685, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3349, \"group\": [3504.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGCGTGTGCAGTAG\", \"ini\": 903, \"clust\": 3509, \"rank\": 4027, \"rankvar\": 2771, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2686, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3350, \"group\": [3509.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAATCCTTGCCA\", \"ini\": 902, \"clust\": 2792, \"rank\": 3402, \"rankvar\": 3901, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2687, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4016, \"group\": [2795.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTAGAGGGATA\", \"ini\": 901, \"clust\": 2823, \"rank\": 2716, \"rankvar\": 5013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2688, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4017, \"group\": [2821.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCTCAGCACAT\", \"ini\": 900, \"clust\": 3390, \"rank\": 3939, \"rankvar\": 3998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2689, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3351, \"group\": [3390.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTTCAGCCTAA\", \"ini\": 899, \"clust\": 3536, \"rank\": 4148, \"rankvar\": 3423, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2690, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3352, \"group\": [3535.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGCATGCCCGA\", \"ini\": 898, \"clust\": 3500, \"rank\": 4153, \"rankvar\": 2816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2691, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3353, \"group\": [3499.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCAACTA\", \"ini\": 897, \"clust\": 3748, \"rank\": 3770, \"rankvar\": 2311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2692, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3354, \"group\": [3752.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCTAGGGC\", \"ini\": 896, \"clust\": 2821, \"rank\": 2723, \"rankvar\": 4639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2693, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4018, \"group\": [2822.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATTCGTATTACCG\", \"ini\": 895, \"clust\": 3737, \"rank\": 3858, \"rankvar\": 1497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2694, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3355, \"group\": [3741.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTCCATGAT\", \"ini\": 894, \"clust\": 3318, \"rank\": 4107, \"rankvar\": 2051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2695, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3356, \"group\": [3319.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCATCAAGCGTAG\", \"ini\": 893, \"clust\": 2793, \"rank\": 3457, \"rankvar\": 3949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2696, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4019, \"group\": [2791.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAACACGTTGGC\", \"ini\": 892, \"clust\": 2797, \"rank\": 2971, \"rankvar\": 3029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2697, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4020, \"group\": [2800.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATTCTGATACG\", \"ini\": 891, \"clust\": 3683, \"rank\": 4352, \"rankvar\": 3054, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2698, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3357, \"group\": [3683.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGGTGAGTATA\", \"ini\": 890, \"clust\": 3504, \"rank\": 3888, \"rankvar\": 3885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2699, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3358, \"group\": [3503.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACGACTCG\", \"ini\": 889, \"clust\": 3713, \"rank\": 3688, \"rankvar\": 4221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2700, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3359, \"group\": [3715.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCAATAAGG\", \"ini\": 888, \"clust\": 3293, \"rank\": 3940, \"rankvar\": 3786, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2701, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3360, \"group\": [3293.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGGATGTAT\", \"ini\": 887, \"clust\": 3658, \"rank\": 3942, \"rankvar\": 2925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2702, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3361, \"group\": [3659.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGTCATTGCGA\", \"ini\": 886, \"clust\": 3506, \"rank\": 4030, \"rankvar\": 3117, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2703, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3362, \"group\": [3506.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCCCTCTTT\", \"ini\": 885, \"clust\": 4942, \"rank\": 3062, \"rankvar\": 1267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2704, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 252, \"group\": [4942.0, 214.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCGACCAGC\", \"ini\": 884, \"clust\": 3299, \"rank\": 4143, \"rankvar\": 3389, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2705, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3363, \"group\": [3298.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACACCTTGTC\", \"ini\": 883, \"clust\": 3709, \"rank\": 3918, \"rankvar\": 1952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2706, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3364, \"group\": [3712.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCTCTGGTATG\", \"ini\": 882, \"clust\": 3952, \"rank\": 3541, \"rankvar\": 2658, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2707, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3365, \"group\": [3961.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGCCCAACC\", \"ini\": 881, \"clust\": 3715, \"rank\": 3592, \"rankvar\": 2862, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2708, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3366, \"group\": [3714.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACAGATATGCA\", \"ini\": 880, \"clust\": 3294, \"rank\": 3659, \"rankvar\": 3254, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2709, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3367, \"group\": [3294.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCAGCCAAGGTGTG\", \"ini\": 879, \"clust\": 3031, \"rank\": 3408, \"rankvar\": 1668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2710, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3368, \"group\": [3032.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGCAGGCTCAC\", \"ini\": 878, \"clust\": 3733, \"rank\": 4070, \"rankvar\": 3230, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2711, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3369, \"group\": [3732.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAGTCATGCAT\", \"ini\": 877, \"clust\": 2770, \"rank\": 4082, \"rankvar\": 4405, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2712, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4103, \"group\": [2775.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCAAGTCTTGCA\", \"ini\": 876, \"clust\": 3155, \"rank\": 4287, \"rankvar\": 1762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2713, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3370, \"group\": [3154.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCATTTGGG\", \"ini\": 875, \"clust\": 3710, \"rank\": 3950, \"rankvar\": 3266, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2714, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3371, \"group\": [3710.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGTGTCCAT\", \"ini\": 874, \"clust\": 2806, \"rank\": 2944, \"rankvar\": 4387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2715, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4021, \"group\": [2806.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCTTGC\", \"ini\": 873, \"clust\": 3711, \"rank\": 3775, \"rankvar\": 1621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2716, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3372, \"group\": [3711.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAAACCTAC\", \"ini\": 872, \"clust\": 3131, \"rank\": 4193, \"rankvar\": 2670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2717, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3373, \"group\": [3132.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGTTAGGTA\", \"ini\": 871, \"clust\": 2981, \"rank\": 4228, \"rankvar\": 4622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2718, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4022, \"group\": [2980.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACTCTCTTGAT\", \"ini\": 870, \"clust\": 2807, \"rank\": 2694, \"rankvar\": 3705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2719, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4023, \"group\": [2807.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCGTAGGAG\", \"ini\": 869, \"clust\": 3507, \"rank\": 4251, \"rankvar\": 3396, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2720, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3374, \"group\": [3507.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCAAGCCGCT\", \"ini\": 868, \"clust\": 3279, \"rank\": 4158, \"rankvar\": 3010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2721, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3375, \"group\": [3285.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCACGACGAA\", \"ini\": 867, \"clust\": 3640, \"rank\": 4232, \"rankvar\": 4063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2722, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3376, \"group\": [3643.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGTCCTCT\", \"ini\": 866, \"clust\": 4422, \"rank\": 4422, \"rankvar\": 5033, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2723, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5023, \"group\": [4422.0, 194.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGTCGAT\", \"ini\": 865, \"clust\": 3798, \"rank\": 3936, \"rankvar\": 3484, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2724, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3377, \"group\": [3800.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTAGAATGTTG\", \"ini\": 864, \"clust\": 3496, \"rank\": 4005, \"rankvar\": 3818, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2725, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3378, \"group\": [3495.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTCATCCAACA\", \"ini\": 863, \"clust\": 3849, \"rank\": 3719, \"rankvar\": 1643, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2726, \"cat-1\": \"Cell Type: Ungated\", \"cat_1_index\": 5140, \"group\": [3850.0, 163.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGGGAGTAA\", \"ini\": 862, \"clust\": 5081, \"rank\": 1888, \"rankvar\": 3480, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2727, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 184, \"group\": [5077.0, 225.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGAAGGAGGCCCGTT\", \"ini\": 861, \"clust\": 2831, \"rank\": 2994, \"rankvar\": 3979, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2728, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4024, \"group\": [2829.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACCATTCGACA\", \"ini\": 860, \"clust\": 3329, \"rank\": 3924, \"rankvar\": 3465, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2729, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3379, \"group\": [3329.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGAAGAAACGCC\", \"ini\": 859, \"clust\": 3695, \"rank\": 4058, \"rankvar\": 3140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2730, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3380, \"group\": [3693.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCTCATAAAGG\", \"ini\": 858, \"clust\": 2784, \"rank\": 3429, \"rankvar\": 3819, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2731, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4025, \"group\": [2785.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCAAACGGG\", \"ini\": 857, \"clust\": 3306, \"rank\": 4131, \"rankvar\": 4188, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2732, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3381, \"group\": [3306.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAATCCATTCTA\", \"ini\": 856, \"clust\": 3492, \"rank\": 4222, \"rankvar\": 4162, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2733, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3382, \"group\": [3491.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGTCTTGTCAT\", \"ini\": 855, \"clust\": 647, \"rank\": 4716, \"rankvar\": 4195, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2734, \"cat-1\": \"Cell Type: NK_Cells\", \"cat_1_index\": 5024, \"group\": [653.0, 46.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACAAACAACA\", \"ini\": 854, \"clust\": 3811, \"rank\": 3702, \"rankvar\": 2156, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2735, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3383, \"group\": [3811.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTGTAACGACG\", \"ini\": 853, \"clust\": 3316, \"rank\": 4259, \"rankvar\": 3856, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2736, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3384, \"group\": [3317.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTCTGCAAT\", \"ini\": 852, \"clust\": 2773, \"rank\": 3901, \"rankvar\": 4910, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2737, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4026, \"group\": [2771.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGTGGAGAA\", \"ini\": 851, \"clust\": 3484, \"rank\": 4177, \"rankvar\": 4370, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2738, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3385, \"group\": [3488.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCAGCGCTCCA\", \"ini\": 850, \"clust\": 3478, \"rank\": 4383, \"rankvar\": 2047, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2739, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3386, \"group\": [3479.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGACCT\", \"ini\": 849, \"clust\": 3271, \"rank\": 4052, \"rankvar\": 1795, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2740, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3387, \"group\": [3275.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTAGGGATACC\", \"ini\": 848, \"clust\": 3332, \"rank\": 4044, \"rankvar\": 3068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2741, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3388, \"group\": [3333.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCAGTAT\", \"ini\": 847, \"clust\": 3259, \"rank\": 3959, \"rankvar\": 2710, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2742, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3389, \"group\": [3259.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCTCTTGAT\", \"ini\": 846, \"clust\": 3547, \"rank\": 4261, \"rankvar\": 3395, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2743, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3390, \"group\": [3548.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGACGCTCCGCAAGC\", \"ini\": 845, \"clust\": 3568, \"rank\": 4245, \"rankvar\": 2696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2744, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3391, \"group\": [3568.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTATG\", \"ini\": 844, \"clust\": 3383, \"rank\": 3678, \"rankvar\": 1908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2745, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3392, \"group\": [3383.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGCGTAGTG\", \"ini\": 843, \"clust\": 5075, \"rank\": 3215, \"rankvar\": 3873, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2746, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 185, \"group\": [5073.0, 225.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCTGACCTC\", \"ini\": 842, \"clust\": 3307, \"rank\": 3830, \"rankvar\": 4355, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2747, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3393, \"group\": [3307.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACTCTGCGGCA\", \"ini\": 841, \"clust\": 3628, \"rank\": 4416, \"rankvar\": 4263, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2748, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3394, \"group\": [3629.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCATGGTCTA\", \"ini\": 840, \"clust\": 3469, \"rank\": 4388, \"rankvar\": 3743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2749, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3395, \"group\": [3470.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGCGCCTTG\", \"ini\": 839, \"clust\": 3467, \"rank\": 4178, \"rankvar\": 2787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2750, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3396, \"group\": [3466.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAACTGGCC\", \"ini\": 838, \"clust\": 3815, \"rank\": 3988, \"rankvar\": 2364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2751, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3397, \"group\": [3819.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTTTAAGCC\", \"ini\": 837, \"clust\": 3284, \"rank\": 3647, \"rankvar\": 2797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2752, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3398, \"group\": [3281.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGACGGAA\", \"ini\": 836, \"clust\": 4933, \"rank\": 3441, \"rankvar\": 2641, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2753, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 253, \"group\": [4931.0, 213.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTTCTGCGTAA\", \"ini\": 835, \"clust\": 3313, \"rank\": 3808, \"rankvar\": 3452, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2754, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3399, \"group\": [3316.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCCACGACTCG\", \"ini\": 834, \"clust\": 3648, \"rank\": 3850, \"rankvar\": 2701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2755, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3400, \"group\": [3655.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTGCAACGA\", \"ini\": 833, \"clust\": 3161, \"rank\": 4060, \"rankvar\": 1817, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2756, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3401, \"group\": [3161.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTTCGTACCGG\", \"ini\": 832, \"clust\": 3328, \"rank\": 3943, \"rankvar\": 4152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2757, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3402, \"group\": [3331.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCCGATAGTAGGTGC\", \"ini\": 831, \"clust\": 2828, \"rank\": 3314, \"rankvar\": 3782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2758, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4027, \"group\": [2827.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACATGCTGGC\", \"ini\": 830, \"clust\": 3260, \"rank\": 4067, \"rankvar\": 1539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2759, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3403, \"group\": [3260.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACGACTA\", \"ini\": 829, \"clust\": 3757, \"rank\": 4065, \"rankvar\": 1954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2760, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3404, \"group\": [3757.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCACCAGCTCCGA\", \"ini\": 828, \"clust\": 3642, \"rank\": 4314, \"rankvar\": 4083, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2761, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3405, \"group\": [3640.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGCAACTT\", \"ini\": 827, \"clust\": 3149, \"rank\": 4568, \"rankvar\": 2315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2762, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3406, \"group\": [3149.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGCAAGCGCTC\", \"ini\": 826, \"clust\": 3371, \"rank\": 3630, \"rankvar\": 1949, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2763, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3407, \"group\": [3372.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTACGTCACGCGGT\", \"ini\": 825, \"clust\": 3532, \"rank\": 3931, \"rankvar\": 4013, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2764, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3408, \"group\": [3533.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCTACCAGA\", \"ini\": 824, \"clust\": 3721, \"rank\": 3764, \"rankvar\": 3386, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2765, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3409, \"group\": [3724.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCATCGGAT\", \"ini\": 823, \"clust\": 3303, \"rank\": 3813, \"rankvar\": 4453, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2766, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3410, \"group\": [3303.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTTCTCGCATC\", \"ini\": 822, \"clust\": 3720, \"rank\": 3796, \"rankvar\": 2246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2767, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3411, \"group\": [3720.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTATCGTTTATC\", \"ini\": 821, \"clust\": 2825, \"rank\": 2851, \"rankvar\": 4787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2768, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4028, \"group\": [2824.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGCGGTGCGAAAC\", \"ini\": 820, \"clust\": 3282, \"rank\": 4133, \"rankvar\": 3340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2769, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3412, \"group\": [3279.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTAGATCGATA\", \"ini\": 819, \"clust\": 3745, \"rank\": 3693, \"rankvar\": 2478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2770, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3413, \"group\": [3746.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCACTAGCTAACTC\", \"ini\": 818, \"clust\": 3576, \"rank\": 4235, \"rankvar\": 2983, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2771, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3414, \"group\": [3576.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACGTGGCCCTA\", \"ini\": 817, \"clust\": 2791, \"rank\": 3484, \"rankvar\": 4391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2772, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4029, \"group\": [2796.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAATCTACTTAC\", \"ini\": 816, \"clust\": 3479, \"rank\": 3983, \"rankvar\": 2288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2773, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3415, \"group\": [3480.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCCACGAAT\", \"ini\": 815, \"clust\": 3298, \"rank\": 3928, \"rankvar\": 2612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2774, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3416, \"group\": [3299.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAAGAGAACAG\", \"ini\": 814, \"clust\": 3314, \"rank\": 3736, \"rankvar\": 1886, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2775, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3417, \"group\": [3314.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCCAAGCCG\", \"ini\": 813, \"clust\": 3439, \"rank\": 4271, \"rankvar\": 3231, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2776, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3418, \"group\": [3439.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCCAGTAGT\", \"ini\": 812, \"clust\": 3746, \"rank\": 4001, \"rankvar\": 4311, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2777, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3419, \"group\": [3744.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGATCACAGTAC\", \"ini\": 811, \"clust\": 3330, \"rank\": 4116, \"rankvar\": 3928, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2778, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3420, \"group\": [3330.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGTGAAGTT\", \"ini\": 810, \"clust\": 3807, \"rank\": 3816, \"rankvar\": 2806, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2779, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3421, \"group\": [3809.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTACAAATCCGT\", \"ini\": 809, \"clust\": 3338, \"rank\": 4055, \"rankvar\": 3717, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2780, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3422, \"group\": [3343.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTCACCGATAT\", \"ini\": 808, \"clust\": 3608, \"rank\": 4163, \"rankvar\": 2896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2781, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3423, \"group\": [3623.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTGGTTCGCGATCG\", \"ini\": 807, \"clust\": 2820, \"rank\": 2770, \"rankvar\": 4725, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2782, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4030, \"group\": [2819.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCAAAGTTCCACAA\", \"ini\": 806, \"clust\": 3049, \"rank\": 3384, \"rankvar\": 3073, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2783, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3424, \"group\": [3050.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTGTCTCAACA\", \"ini\": 805, \"clust\": 3482, \"rank\": 4170, \"rankvar\": 1937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2784, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3425, \"group\": [3481.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGCACAAGACG\", \"ini\": 804, \"clust\": 3548, \"rank\": 4218, \"rankvar\": 4363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2785, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3426, \"group\": [3549.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTCACATTCGA\", \"ini\": 803, \"clust\": 3674, \"rank\": 4110, \"rankvar\": 3330, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2786, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3427, \"group\": [3673.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGTGCGATG\", \"ini\": 802, \"clust\": 2540, \"rank\": 5022, \"rankvar\": 4381, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2787, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2074, \"group\": [2540.0, 112.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTTCAGCACAT\", \"ini\": 801, \"clust\": 3384, \"rank\": 3985, \"rankvar\": 2474, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2788, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3428, \"group\": [3384.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTGTGTTCGAT\", \"ini\": 800, \"clust\": 3417, \"rank\": 4541, \"rankvar\": 3032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2789, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3429, \"group\": [3415.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCGTCGGCTCA\", \"ini\": 799, \"clust\": 3162, \"rank\": 4242, \"rankvar\": 2588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2790, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3430, \"group\": [3162.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTGTGATGTGG\", \"ini\": 798, \"clust\": 3796, \"rank\": 4122, \"rankvar\": 3923, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2791, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3431, \"group\": [3796.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCCATCAAAGGTGC\", \"ini\": 797, \"clust\": 3619, \"rank\": 4345, \"rankvar\": 2348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2792, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3432, \"group\": [3618.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAAAGTACGTTC\", \"ini\": 796, \"clust\": 3539, \"rank\": 4142, \"rankvar\": 3720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2793, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3433, \"group\": [3540.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTGGTGTAAACCTC\", \"ini\": 795, \"clust\": 3301, \"rank\": 4249, \"rankvar\": 4565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2794, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3434, \"group\": [3297.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGTCTCGTTTA\", \"ini\": 794, \"clust\": 3377, \"rank\": 3687, \"rankvar\": 2227, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2795, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3435, \"group\": [3385.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGTCGTCGTTC\", \"ini\": 793, \"clust\": 3463, \"rank\": 4068, \"rankvar\": 2578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2796, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3436, \"group\": [3469.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCACTTCACAAACC\", \"ini\": 792, \"clust\": 3325, \"rank\": 4136, \"rankvar\": 2419, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2797, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3437, \"group\": [3325.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCAAATCCGT\", \"ini\": 791, \"clust\": 3280, \"rank\": 4120, \"rankvar\": 2213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2798, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3438, \"group\": [3284.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGGTAGCGTGA\", \"ini\": 790, \"clust\": 3493, \"rank\": 4256, \"rankvar\": 3574, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2799, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3439, \"group\": [3489.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACGTCCGCTGA\", \"ini\": 789, \"clust\": 3646, \"rank\": 4091, \"rankvar\": 3588, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2800, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3440, \"group\": [3645.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCTGAGTAGATTAG\", \"ini\": 788, \"clust\": 3626, \"rank\": 4450, \"rankvar\": 2472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2801, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3441, \"group\": [3627.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGGCTAGGT\", \"ini\": 787, \"clust\": 3598, \"rank\": 4154, \"rankvar\": 3123, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2802, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3442, \"group\": [3599.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTACATGGGAAC\", \"ini\": 786, \"clust\": 648, \"rank\": 4832, \"rankvar\": 3342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2803, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2827, \"group\": [652.0, 45.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGTGTTTGC\", \"ini\": 785, \"clust\": 5072, \"rank\": 2297, \"rankvar\": 2060, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2804, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 186, \"group\": [5072.0, 224.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCACCAGGTC\", \"ini\": 784, \"clust\": 3375, \"rank\": 4190, \"rankvar\": 2354, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2805, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3443, \"group\": [3374.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGAGAAGATCACGG\", \"ini\": 783, \"clust\": 3727, \"rank\": 3966, \"rankvar\": 3656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2806, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3444, \"group\": [3737.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCATGACGGA\", \"ini\": 782, \"clust\": 3638, \"rank\": 4172, \"rankvar\": 3634, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2807, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3445, \"group\": [3638.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACCATAACCTG\", \"ini\": 781, \"clust\": 3747, \"rank\": 3895, \"rankvar\": 3637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2808, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3446, \"group\": [3745.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTGTTGAA\", \"ini\": 780, \"clust\": 3693, \"rank\": 3917, \"rankvar\": 3849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2809, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3447, \"group\": [3694.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGATCAACTCTT\", \"ini\": 779, \"clust\": 3666, \"rank\": 4426, \"rankvar\": 3768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2810, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3448, \"group\": [3666.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGCAACACCTA\", \"ini\": 778, \"clust\": 3724, \"rank\": 3986, \"rankvar\": 3025, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2811, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3449, \"group\": [3727.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCAGCAATCTC\", \"ini\": 777, \"clust\": 3136, \"rank\": 4553, \"rankvar\": 1399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2812, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3450, \"group\": [3138.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGGTAGCACGA\", \"ini\": 776, \"clust\": 3641, \"rank\": 3998, \"rankvar\": 4129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2813, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3451, \"group\": [3642.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCCAGGAACGT\", \"ini\": 775, \"clust\": 3639, \"rank\": 4419, \"rankvar\": 4100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2814, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3452, \"group\": [3639.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGTTGAGG\", \"ini\": 774, \"clust\": 3655, \"rank\": 4057, \"rankvar\": 3368, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2815, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3453, \"group\": [3656.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGTAAGTAC\", \"ini\": 773, \"clust\": 2679, \"rank\": 4875, \"rankvar\": 3624, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2816, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4031, \"group\": [2680.0, 127.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTCTCTCGT\", \"ini\": 772, \"clust\": 3320, \"rank\": 3789, \"rankvar\": 3937, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2817, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3454, \"group\": [3323.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACATCTTGCCGT\", \"ini\": 771, \"clust\": 3549, \"rank\": 4187, \"rankvar\": 3868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2818, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3455, \"group\": [3550.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTCAGCCACCA\", \"ini\": 770, \"clust\": 3659, \"rank\": 4338, \"rankvar\": 2082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2819, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3456, \"group\": [3660.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGAGTCGTTTG\", \"ini\": 769, \"clust\": 3550, \"rank\": 4372, \"rankvar\": 2784, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2820, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3457, \"group\": [3551.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGAGCTAGGCA\", \"ini\": 768, \"clust\": 2829, \"rank\": 3079, \"rankvar\": 4942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2821, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4032, \"group\": [2830.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGAGCAGCCAACAG\", \"ini\": 767, \"clust\": 3623, \"rank\": 4460, \"rankvar\": 2568, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2822, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3458, \"group\": [3626.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCAGCTCTGCGACG\", \"ini\": 766, \"clust\": 2800, \"rank\": 3809, \"rankvar\": 4644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2823, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4033, \"group\": [2801.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGTCTGAGTGT\", \"ini\": 765, \"clust\": 3473, \"rank\": 4276, \"rankvar\": 2366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2824, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3459, \"group\": [3478.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACAATCATTTGGG\", \"ini\": 764, \"clust\": 3725, \"rank\": 3861, \"rankvar\": 3232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2825, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3460, \"group\": [3725.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCGTCTCACCT\", \"ini\": 763, \"clust\": 3357, \"rank\": 4022, \"rankvar\": 3182, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2826, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3461, \"group\": [3357.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGCAGACAGGT\", \"ini\": 762, \"clust\": 3675, \"rank\": 4102, \"rankvar\": 3336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2827, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3462, \"group\": [3674.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCAGCCAGAA\", \"ini\": 761, \"clust\": 3570, \"rank\": 4040, \"rankvar\": 1718, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2828, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3463, \"group\": [3575.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTGCTCATGTAGC\", \"ini\": 760, \"clust\": 2584, \"rank\": 4899, \"rankvar\": 943, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2829, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4253, \"group\": [2589.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACCAGGCTGAA\", \"ini\": 759, \"clust\": 2781, \"rank\": 3807, \"rankvar\": 2954, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2830, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4034, \"group\": [2782.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCACACTGCG\", \"ini\": 758, \"clust\": 3651, \"rank\": 4247, \"rankvar\": 3767, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2831, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3464, \"group\": [3654.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCCACTCCA\", \"ini\": 757, \"clust\": 3358, \"rank\": 4054, \"rankvar\": 2241, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2832, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3465, \"group\": [3362.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCAACGGGA\", \"ini\": 756, \"clust\": 3498, \"rank\": 3915, \"rankvar\": 3701, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2833, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3466, \"group\": [3500.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTACCTGC\", \"ini\": 755, \"clust\": 3154, \"rank\": 4108, \"rankvar\": 1074, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2834, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3467, \"group\": [3156.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATCGGGT\", \"ini\": 754, \"clust\": 2944, \"rank\": 3666, \"rankvar\": 3528, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2835, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3468, \"group\": [2945.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCACAGTAC\", \"ini\": 753, \"clust\": 3758, \"rank\": 4376, \"rankvar\": 4066, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2836, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3469, \"group\": [3758.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTTCTGACCTC\", \"ini\": 752, \"clust\": 3474, \"rank\": 4401, \"rankvar\": 2609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2837, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3470, \"group\": [3474.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTAGTTCCACA\", \"ini\": 751, \"clust\": 3386, \"rank\": 4375, \"rankvar\": 3258, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2838, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3471, \"group\": [3388.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGTCTCAAC\", \"ini\": 750, \"clust\": 3680, \"rank\": 4433, \"rankvar\": 1832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2839, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3472, \"group\": [3682.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGAGCTAAGAT\", \"ini\": 749, \"clust\": 3790, \"rank\": 3559, \"rankvar\": 680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2840, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3473, \"group\": [3793.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAACGACATGTCTCC\", \"ini\": 748, \"clust\": 3169, \"rank\": 4510, \"rankvar\": 2128, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2841, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3474, \"group\": [3169.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGATCTAAGCCA\", \"ini\": 747, \"clust\": 2798, \"rank\": 3412, \"rankvar\": 4535, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2842, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4035, \"group\": [2798.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTAGACTAGGC\", \"ini\": 746, \"clust\": 3649, \"rank\": 4182, \"rankvar\": 2762, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2843, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3475, \"group\": [3649.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCTCACGACTA\", \"ini\": 745, \"clust\": 3289, \"rank\": 3907, \"rankvar\": 3855, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2844, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3476, \"group\": [3290.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCTCAGTTCGA\", \"ini\": 744, \"clust\": 3334, \"rank\": 4071, \"rankvar\": 2709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2845, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3477, \"group\": [3334.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCGAGTTCAACACTG\", \"ini\": 743, \"clust\": 3523, \"rank\": 4384, \"rankvar\": 3576, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2846, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3478, \"group\": [3526.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTGAGCGTATAGTAG\", \"ini\": 742, \"clust\": 3581, \"rank\": 3833, \"rankvar\": 895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2847, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3479, \"group\": [3581.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACTCGAGCCCA\", \"ini\": 741, \"clust\": 3540, \"rank\": 4350, \"rankvar\": 3530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2848, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3480, \"group\": [3541.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTGCCTGTG\", \"ini\": 740, \"clust\": 3508, \"rank\": 4220, \"rankvar\": 2763, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2849, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3481, \"group\": [3508.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGCCAAGCGGATCA\", \"ini\": 739, \"clust\": 3637, \"rank\": 3975, \"rankvar\": 2245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2850, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3482, \"group\": [3644.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCATTGCGGC\", \"ini\": 738, \"clust\": 3497, \"rank\": 4146, \"rankvar\": 3668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2851, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3483, \"group\": [3496.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTTCTGTCTCG\", \"ini\": 737, \"clust\": 2867, \"rank\": 4686, \"rankvar\": 3499, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2852, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4104, \"group\": [2867.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAAGCCGGTAA\", \"ini\": 736, \"clust\": 3610, \"rank\": 3863, \"rankvar\": 1620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2853, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3484, \"group\": [3609.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTCATTACCTT\", \"ini\": 735, \"clust\": 3341, \"rank\": 4117, \"rankvar\": 2610, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2854, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3485, \"group\": [3341.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGATGCCTT\", \"ini\": 734, \"clust\": 3139, \"rank\": 4201, \"rankvar\": 1995, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2855, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3486, \"group\": [3140.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGTCCGTAGGC\", \"ini\": 733, \"clust\": 3471, \"rank\": 4400, \"rankvar\": 3683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2856, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3487, \"group\": [3472.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACTTACGA\", \"ini\": 732, \"clust\": 3427, \"rank\": 4412, \"rankvar\": 2164, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2857, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3488, \"group\": [3426.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCGTTAGATGA\", \"ini\": 731, \"clust\": 3537, \"rank\": 3866, \"rankvar\": 1372, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2858, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3489, \"group\": [3536.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCATCAAATTGCC\", \"ini\": 730, \"clust\": 3319, \"rank\": 4035, \"rankvar\": 2509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2859, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3490, \"group\": [3320.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCATCCGCGA\", \"ini\": 729, \"clust\": 2956, \"rank\": 3621, \"rankvar\": 4537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2860, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4036, \"group\": [2957.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACTCCTCATTA\", \"ini\": 728, \"clust\": 3593, \"rank\": 4457, \"rankvar\": 2623, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2861, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3491, \"group\": [3595.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCAGGAGCTAGTCT\", \"ini\": 727, \"clust\": 2785, \"rank\": 3844, \"rankvar\": 2444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2862, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4037, \"group\": [2788.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCTCTGATACG\", \"ini\": 726, \"clust\": 3347, \"rank\": 3951, \"rankvar\": 2345, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2863, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3492, \"group\": [3351.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGTATCGAA\", \"ini\": 725, \"clust\": 3673, \"rank\": 3995, \"rankvar\": 1687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2864, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3493, \"group\": [3675.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCAAGTACTTCTT\", \"ini\": 724, \"clust\": 3580, \"rank\": 4129, \"rankvar\": 1625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2865, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3494, \"group\": [3583.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAAAGACACGAGGTA\", \"ini\": 723, \"clust\": 3481, \"rank\": 4387, \"rankvar\": 2146, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2866, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3495, \"group\": [3483.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCCAGGTTGAGTTC\", \"ini\": 722, \"clust\": 3519, \"rank\": 4334, \"rankvar\": 2277, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2867, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3496, \"group\": [3520.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTTCGAATGGG\", \"ini\": 721, \"clust\": 3205, \"rank\": 4322, \"rankvar\": 1584, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2868, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3497, \"group\": [3206.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCGTTAGGGTG\", \"ini\": 720, \"clust\": 3137, \"rank\": 4652, \"rankvar\": 2721, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2869, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3498, \"group\": [3136.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAAGATGCCTT\", \"ini\": 719, \"clust\": 3804, \"rank\": 4010, \"rankvar\": 1246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2870, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3499, \"group\": [3804.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGAGTCAAGCG\", \"ini\": 718, \"clust\": 2795, \"rank\": 3727, \"rankvar\": 4400, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2871, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4038, \"group\": [2793.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACATTTGTCGTCTTC\", \"ini\": 717, \"clust\": 3760, \"rank\": 4137, \"rankvar\": 3772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2872, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3500, \"group\": [3759.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCGTCTGATTG\", \"ini\": 716, \"clust\": 3679, \"rank\": 4095, \"rankvar\": 1850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2873, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3501, \"group\": [3685.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGTTAACATCTACGA\", \"ini\": 715, \"clust\": 3372, \"rank\": 3707, \"rankvar\": 2300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2874, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3502, \"group\": [3373.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCAACCGCCA\", \"ini\": 714, \"clust\": 3335, \"rank\": 4084, \"rankvar\": 3314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2875, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3503, \"group\": [3335.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTTTAAGCC\", \"ini\": 713, \"clust\": 3770, \"rank\": 4288, \"rankvar\": 1998, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2876, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3504, \"group\": [3769.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTCAAGCGA\", \"ini\": 712, \"clust\": 3643, \"rank\": 4198, \"rankvar\": 3247, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2877, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3505, \"group\": [3641.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGAGTAATCACC\", \"ini\": 711, \"clust\": 2955, \"rank\": 3831, \"rankvar\": 2673, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2878, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4039, \"group\": [2958.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATTCTCACGAAACG\", \"ini\": 710, \"clust\": 3489, \"rank\": 4385, \"rankvar\": 3814, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2879, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3506, \"group\": [3494.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTCATTCCTCG\", \"ini\": 709, \"clust\": 3352, \"rank\": 3826, \"rankvar\": 4246, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2880, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3507, \"group\": [3354.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGAGATGAG\", \"ini\": 708, \"clust\": 3304, \"rank\": 3508, \"rankvar\": 2742, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2881, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3508, \"group\": [3304.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATGCCCCATCCCACT\", \"ini\": 707, \"clust\": 2802, \"rank\": 3577, \"rankvar\": 4151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2882, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4040, \"group\": [2805.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGACTACT\", \"ini\": 706, \"clust\": 3374, \"rank\": 4043, \"rankvar\": 2069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2883, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3509, \"group\": [3376.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGCGAGTGGTAAT\", \"ini\": 705, \"clust\": 3285, \"rank\": 3656, \"rankvar\": 2065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2884, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3510, \"group\": [3282.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCATCAGCTTAG\", \"ini\": 704, \"clust\": 3830, \"rank\": 4461, \"rankvar\": 3546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2885, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3511, \"group\": [3829.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGACCTGTGATGTGG\", \"ini\": 703, \"clust\": 3495, \"rank\": 4262, \"rankvar\": 4076, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2886, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3512, \"group\": [3497.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTCATATGCTG\", \"ini\": 702, \"clust\": 3750, \"rank\": 3930, \"rankvar\": 3593, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2887, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3513, \"group\": [3749.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCAAACGTGG\", \"ini\": 701, \"clust\": 2744, \"rank\": 4928, \"rankvar\": 2101, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2888, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4185, \"group\": [2750.0, 130.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGCAGCTCGCA\", \"ini\": 700, \"clust\": 3465, \"rank\": 4078, \"rankvar\": 3094, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2889, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3514, \"group\": [3465.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTACACCATGTA\", \"ini\": 699, \"clust\": 3624, \"rank\": 4188, \"rankvar\": 1849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2890, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3515, \"group\": [3624.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCAGATGCCAG\", \"ini\": 698, \"clust\": 3556, \"rank\": 4359, \"rankvar\": 4106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2891, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3516, \"group\": [3556.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTAGCCTAT\", \"ini\": 697, \"clust\": 3368, \"rank\": 3938, \"rankvar\": 1981, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2892, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3517, \"group\": [3371.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCTCGCGCCAA\", \"ini\": 696, \"clust\": 3411, \"rank\": 4341, \"rankvar\": 3078, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2893, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3518, \"group\": [3414.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTCATCGGTTA\", \"ini\": 695, \"clust\": 5074, \"rank\": 3149, \"rankvar\": 4455, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2894, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 187, \"group\": [5075.0, 225.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTAGTCGTACT\", \"ini\": 694, \"clust\": 3613, \"rank\": 4327, \"rankvar\": 3367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2895, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3519, \"group\": [3614.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCTAGCACA\", \"ini\": 693, \"clust\": 3520, \"rank\": 4508, \"rankvar\": 2493, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2896, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3520, \"group\": [3521.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGGTCACTGGC\", \"ini\": 692, \"clust\": 2803, \"rank\": 3137, \"rankvar\": 3942, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2897, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4041, \"group\": [2803.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCCAGCACTTAACG\", \"ini\": 691, \"clust\": 3578, \"rank\": 3947, \"rankvar\": 1872, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2898, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3521, \"group\": [3579.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGGCATGGT\", \"ini\": 690, \"clust\": 3600, \"rank\": 4441, \"rankvar\": 2759, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2899, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3522, \"group\": [3601.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGCACCGCT\", \"ini\": 689, \"clust\": 3360, \"rank\": 4273, \"rankvar\": 1859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2900, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3523, \"group\": [3359.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGGTAGCCA\", \"ini\": 688, \"clust\": 3834, \"rank\": 3847, \"rankvar\": 1982, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2901, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3524, \"group\": [3833.0, 159.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGAAGGACACCA\", \"ini\": 687, \"clust\": 3393, \"rank\": 4147, \"rankvar\": 2421, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2902, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3525, \"group\": [3393.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGCTTCGCATGGC\", \"ini\": 686, \"clust\": 3269, \"rank\": 4155, \"rankvar\": 958, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2903, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3526, \"group\": [3267.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCCTGTAGA\", \"ini\": 685, \"clust\": 3152, \"rank\": 4446, \"rankvar\": 2108, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2904, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3527, \"group\": [3152.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCGTCTGCT\", \"ini\": 684, \"clust\": 3296, \"rank\": 4100, \"rankvar\": 1891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2905, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3528, \"group\": [3301.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCATGCCTAA\", \"ini\": 683, \"clust\": 3552, \"rank\": 4521, \"rankvar\": 3523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2906, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3529, \"group\": [3553.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGAGGCT\", \"ini\": 682, \"clust\": 3146, \"rank\": 4488, \"rankvar\": 1034, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2907, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3530, \"group\": [3146.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACCTTGTCTCTCGT\", \"ini\": 681, \"clust\": 3585, \"rank\": 4604, \"rankvar\": 3632, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2908, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3531, \"group\": [3588.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGGTGCAACGA\", \"ini\": 680, \"clust\": 2490, \"rank\": 4776, \"rankvar\": 1089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2909, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2075, \"group\": [2490.0, 107.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCATTGGCGC\", \"ini\": 679, \"clust\": 3378, \"rank\": 3873, \"rankvar\": 2429, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2910, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3532, \"group\": [3380.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACACGACTCG\", \"ini\": 678, \"clust\": 3541, \"rank\": 4214, \"rankvar\": 4253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2911, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3533, \"group\": [3542.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCACATTAGGCT\", \"ini\": 677, \"clust\": 4003, \"rank\": 3746, \"rankvar\": 3281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2912, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3534, \"group\": [4003.0, 165.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGATTACTCTCTAAGG\", \"ini\": 676, \"clust\": 3831, \"rank\": 4706, \"rankvar\": 1774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2913, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3535, \"group\": [3830.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAAGTGTA\", \"ini\": 675, \"clust\": 3590, \"rank\": 4285, \"rankvar\": 3075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2914, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3536, \"group\": [3589.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTATCATAGCAC\", \"ini\": 674, \"clust\": 3534, \"rank\": 4002, \"rankvar\": 2232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2915, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3537, \"group\": [3538.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGAGTACGTTC\", \"ini\": 673, \"clust\": 3485, \"rank\": 4361, \"rankvar\": 3138, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2916, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3538, \"group\": [3487.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTCATTGGGCC\", \"ini\": 672, \"clust\": 3159, \"rank\": 4404, \"rankvar\": 2313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2917, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3539, \"group\": [3159.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTTCTGTTGAG\", \"ini\": 671, \"clust\": 3196, \"rank\": 4448, \"rankvar\": 1544, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2918, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3540, \"group\": [3197.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAACTCCAAAGTC\", \"ini\": 670, \"clust\": 3416, \"rank\": 4576, \"rankvar\": 2892, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2919, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3541, \"group\": [3417.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTGGTCTCG\", \"ini\": 669, \"clust\": 3726, \"rank\": 4011, \"rankvar\": 2586, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2920, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3542, \"group\": [3726.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATTCAGCATGT\", \"ini\": 668, \"clust\": 3391, \"rank\": 4244, \"rankvar\": 2212, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2921, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3543, \"group\": [3391.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGAGAAAGAGCCCAA\", \"ini\": 667, \"clust\": 3157, \"rank\": 4032, \"rankvar\": 997, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2922, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3544, \"group\": [3157.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTCATGCTGGC\", \"ini\": 666, \"clust\": 3276, \"rank\": 4340, \"rankvar\": 2622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2923, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3545, \"group\": [3276.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGGTGACTACT\", \"ini\": 665, \"clust\": 3751, \"rank\": 4205, \"rankvar\": 3804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2924, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3546, \"group\": [3750.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCGTCACAGGTTT\", \"ini\": 664, \"clust\": 3483, \"rank\": 4464, \"rankvar\": 3621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2925, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3547, \"group\": [3482.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTAAATGTG\", \"ini\": 663, \"clust\": 3277, \"rank\": 4297, \"rankvar\": 2687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2926, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3548, \"group\": [3277.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATGTATCTGCA\", \"ini\": 662, \"clust\": 2953, \"rank\": 3969, \"rankvar\": 2229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2927, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3549, \"group\": [2951.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCAGGAACTGC\", \"ini\": 661, \"clust\": 3764, \"rank\": 4223, \"rankvar\": 2331, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2928, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3550, \"group\": [3767.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTGTTCCGTCT\", \"ini\": 660, \"clust\": 2776, \"rank\": 3283, \"rankvar\": 4062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2929, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4042, \"group\": [2777.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGATGTCTGAAAGA\", \"ini\": 659, \"clust\": 3365, \"rank\": 3853, \"rankvar\": 1962, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2930, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3551, \"group\": [3366.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGGTGAGTTCACCTC\", \"ini\": 658, \"clust\": 3818, \"rank\": 4229, \"rankvar\": 2653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2931, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3552, \"group\": [3815.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGACACGGTAAG\", \"ini\": 657, \"clust\": 3435, \"rank\": 4639, \"rankvar\": 3531, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2932, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3553, \"group\": [3434.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGTGAAGTT\", \"ini\": 656, \"clust\": 3326, \"rank\": 4275, \"rankvar\": 3004, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2933, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3554, \"group\": [3327.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGTCGTGGTCG\", \"ini\": 655, \"clust\": 2947, \"rank\": 4121, \"rankvar\": 3599, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2934, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3555, \"group\": [2948.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACAGTGAACGC\", \"ini\": 654, \"clust\": 3793, \"rank\": 4008, \"rankvar\": 3271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2935, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3556, \"group\": [3791.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATCAGCGTTCG\", \"ini\": 653, \"clust\": 3140, \"rank\": 4134, \"rankvar\": 1616, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2936, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3557, \"group\": [3141.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGTGTGTCAACACTG\", \"ini\": 652, \"clust\": 3625, \"rank\": 4306, \"rankvar\": 3064, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2937, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3558, \"group\": [3625.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGATGAGTGCCATT\", \"ini\": 651, \"clust\": 3160, \"rank\": 4083, \"rankvar\": 1486, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2938, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3559, \"group\": [3160.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGAGGTTGC\", \"ini\": 650, \"clust\": 3677, \"rank\": 3964, \"rankvar\": 2702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2939, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3560, \"group\": [3676.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACAGAGGTGTGCGTC\", \"ini\": 649, \"clust\": 3366, \"rank\": 3874, \"rankvar\": 2006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2940, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3561, \"group\": [3367.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTCACCTAA\", \"ini\": 648, \"clust\": 2804, \"rank\": 3623, \"rankvar\": 4542, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2941, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4043, \"group\": [2804.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGTAGAGATCGGGT\", \"ini\": 647, \"clust\": 3359, \"rank\": 4299, \"rankvar\": 1451, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2942, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3562, \"group\": [3361.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGTCTGAGTGT\", \"ini\": 646, \"clust\": 53, \"rank\": 4540, \"rankvar\": 141, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2943, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2076, \"group\": [56.0, 12.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCATGGTAGAGTGC\", \"ini\": 645, \"clust\": 3376, \"rank\": 4164, \"rankvar\": 1918, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2944, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3563, \"group\": [3375.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTGTTGCGTTA\", \"ini\": 644, \"clust\": 3797, \"rank\": 3846, \"rankvar\": 2408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2945, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3564, \"group\": [3797.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTGTTCACGGC\", \"ini\": 643, \"clust\": 3322, \"rank\": 4099, \"rankvar\": 4003, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2946, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3565, \"group\": [3322.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTAGGGTGTGT\", \"ini\": 642, \"clust\": 3663, \"rank\": 4410, \"rankvar\": 4137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2947, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3566, \"group\": [3664.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCCACGTCTCT\", \"ini\": 641, \"clust\": 3583, \"rank\": 4465, \"rankvar\": 2469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2948, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3567, \"group\": [3584.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCGACAGGCAGTA\", \"ini\": 640, \"clust\": 3684, \"rank\": 4356, \"rankvar\": 2515, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2949, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3568, \"group\": [3684.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGGTTACTGAC\", \"ini\": 639, \"clust\": 2962, \"rank\": 4125, \"rankvar\": 4683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2950, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4044, \"group\": [2965.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAAGTCGACTAT\", \"ini\": 638, \"clust\": 3533, \"rank\": 4358, \"rankvar\": 4126, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2951, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3569, \"group\": [3534.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCATGGGAAC\", \"ini\": 637, \"clust\": 3630, \"rank\": 4452, \"rankvar\": 2765, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2952, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3570, \"group\": [3635.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGAGCTTCACGCATA\", \"ini\": 636, \"clust\": 3654, \"rank\": 4161, \"rankvar\": 4288, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2953, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3571, \"group\": [3652.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCGCGTAGC\", \"ini\": 635, \"clust\": 3198, \"rank\": 4429, \"rankvar\": 1075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2954, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3572, \"group\": [3203.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCCTAGAAC\", \"ini\": 634, \"clust\": 3312, \"rank\": 3784, \"rankvar\": 2481, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2955, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3573, \"group\": [3310.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGTTAAGGAATGGA\", \"ini\": 633, \"clust\": 3579, \"rank\": 4296, \"rankvar\": 3383, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2956, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3574, \"group\": [3580.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTTCACTCCTG\", \"ini\": 632, \"clust\": 3468, \"rank\": 4369, \"rankvar\": 3468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2957, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3575, \"group\": [3467.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAACAAACTGTC\", \"ini\": 631, \"clust\": 3446, \"rank\": 4724, \"rankvar\": 3502, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2958, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3576, \"group\": [3447.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTTGCGCAC\", \"ini\": 630, \"clust\": 2945, \"rank\": 3729, \"rankvar\": 2529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2959, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3577, \"group\": [2943.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAACTCAGATGTCGG\", \"ini\": 629, \"clust\": 3809, \"rank\": 3842, \"rankvar\": 2468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2960, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3578, \"group\": [3808.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATAGACTGGGT\", \"ini\": 628, \"clust\": 3573, \"rank\": 4305, \"rankvar\": 3449, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2961, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3579, \"group\": [3571.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGGCCAGGACAGCT\", \"ini\": 627, \"clust\": 3633, \"rank\": 4431, \"rankvar\": 3065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2962, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3580, \"group\": [3633.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCGAACTGT\", \"ini\": 626, \"clust\": 3153, \"rank\": 4126, \"rankvar\": 1839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2963, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3581, \"group\": [3153.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTAACGTTTGACAC\", \"ini\": 625, \"clust\": 2868, \"rank\": 4712, \"rankvar\": 2849, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2964, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4105, \"group\": [2868.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGCGTAGTG\", \"ini\": 624, \"clust\": 3524, \"rank\": 4212, \"rankvar\": 3216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2965, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3582, \"group\": [3524.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTCCATAC\", \"ini\": 623, \"clust\": 2771, \"rank\": 3713, \"rankvar\": 4832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2966, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4045, \"group\": [2774.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGATTCTCCGGTT\", \"ini\": 622, \"clust\": 3631, \"rank\": 4389, \"rankvar\": 4006, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2967, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3583, \"group\": [3631.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTTCTTACCTA\", \"ini\": 621, \"clust\": 2844, \"rank\": 3514, \"rankvar\": 4600, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2968, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4046, \"group\": [2849.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCTTCAGGCTGAA\", \"ini\": 620, \"clust\": 3158, \"rank\": 4019, \"rankvar\": 2183, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2969, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3584, \"group\": [3158.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCAATCACAC\", \"ini\": 619, \"clust\": 3369, \"rank\": 4171, \"rankvar\": 2106, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2970, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3585, \"group\": [3369.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAAGCATCATC\", \"ini\": 618, \"clust\": 3591, \"rank\": 4185, \"rankvar\": 2605, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2971, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3586, \"group\": [3590.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCACCACGTG\", \"ini\": 617, \"clust\": 3170, \"rank\": 4593, \"rankvar\": 1733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2972, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3587, \"group\": [3167.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCAAGTTCTCGGACG\", \"ini\": 616, \"clust\": 3832, \"rank\": 3739, \"rankvar\": 1159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2973, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3588, \"group\": [3836.0, 159.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGCAGTCTCGTATT\", \"ini\": 615, \"clust\": 3527, \"rank\": 4496, \"rankvar\": 2575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2974, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3589, \"group\": [3527.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGAACTCGG\", \"ini\": 614, \"clust\": 3665, \"rank\": 4132, \"rankvar\": 2754, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2975, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3590, \"group\": [3668.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTGCTGTTACCGAT\", \"ini\": 613, \"clust\": 3779, \"rank\": 4546, \"rankvar\": 1595, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2976, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3591, \"group\": [3779.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACCATGCAATC\", \"ini\": 612, \"clust\": 3551, \"rank\": 4427, \"rankvar\": 2839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2977, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3592, \"group\": [3552.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTGTTACGTCA\", \"ini\": 611, \"clust\": 3491, \"rank\": 4331, \"rankvar\": 4036, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2978, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3593, \"group\": [3492.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGTTACCT\", \"ini\": 610, \"clust\": 3362, \"rank\": 3989, \"rankvar\": 2221, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2979, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3594, \"group\": [3363.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCTATCCTA\", \"ini\": 609, \"clust\": 3681, \"rank\": 4330, \"rankvar\": 2681, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2980, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3595, \"group\": [3680.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCAGGCTAGCA\", \"ini\": 608, \"clust\": 3616, \"rank\": 4292, \"rankvar\": 1467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2981, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3596, \"group\": [3616.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCCTCATCCCTAATT\", \"ini\": 607, \"clust\": 3272, \"rank\": 4506, \"rankvar\": 3213, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2982, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3597, \"group\": [3274.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCTGGTTCC\", \"ini\": 606, \"clust\": 3554, \"rank\": 4051, \"rankvar\": 2361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2983, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3598, \"group\": [3557.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAAAGCAGATAGCAT\", \"ini\": 605, \"clust\": 3490, \"rank\": 4326, \"rankvar\": 3578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2984, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3599, \"group\": [3493.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGACAAGCC\", \"ini\": 604, \"clust\": 3480, \"rank\": 4268, \"rankvar\": 1907, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2985, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3600, \"group\": [3484.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTACTTCATTCACT\", \"ini\": 603, \"clust\": 3572, \"rank\": 4270, \"rankvar\": 2822, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2986, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3601, \"group\": [3573.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCTCGGCGCAT\", \"ini\": 602, \"clust\": 3283, \"rank\": 4219, \"rankvar\": 4121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2987, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3602, \"group\": [3280.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACGTTACCGAT\", \"ini\": 601, \"clust\": 3460, \"rank\": 4573, \"rankvar\": 3506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2988, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3603, \"group\": [3462.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCAACTTGAC\", \"ini\": 600, \"clust\": 3664, \"rank\": 4309, \"rankvar\": 3653, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2989, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3604, \"group\": [3665.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTGTGACTCAT\", \"ini\": 599, \"clust\": 3589, \"rank\": 4394, \"rankvar\": 3166, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2990, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3605, \"group\": [3591.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACATCTTT\", \"ini\": 598, \"clust\": 3355, \"rank\": 4079, \"rankvar\": 2038, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2991, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3606, \"group\": [3358.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCAGTAGTCACTGGC\", \"ini\": 597, \"clust\": 3431, \"rank\": 4650, \"rankvar\": 2775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2992, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3607, \"group\": [3429.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGGTACACCGC\", \"ini\": 596, \"clust\": 3612, \"rank\": 4379, \"rankvar\": 2815, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2993, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3608, \"group\": [3615.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATTCAGATAAG\", \"ini\": 595, \"clust\": 3812, \"rank\": 4020, \"rankvar\": 2843, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2994, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3609, \"group\": [3814.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTCACGTAAGG\", \"ini\": 594, \"clust\": 3526, \"rank\": 4501, \"rankvar\": 2198, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2995, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3610, \"group\": [3529.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTGCGCAGTGGTAGC\", \"ini\": 593, \"clust\": 3582, \"rank\": 4310, \"rankvar\": 3556, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2996, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3611, \"group\": [3582.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGTCCTATGTT\", \"ini\": 592, \"clust\": 3668, \"rank\": 4475, \"rankvar\": 4087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2997, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3612, \"group\": [3669.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCACAAGCCATT\", \"ini\": 591, \"clust\": 3437, \"rank\": 4507, \"rankvar\": 2825, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2998, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3613, \"group\": [3437.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGTCGCATGGC\", \"ini\": 590, \"clust\": 3594, \"rank\": 4491, \"rankvar\": 4081, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 2999, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3614, \"group\": [3593.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATAGAAAC\", \"ini\": 589, \"clust\": 3163, \"rank\": 4423, \"rankvar\": 2304, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3000, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3615, \"group\": [3163.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACGTAAGTTGTAGA\", \"ini\": 588, \"clust\": 3678, \"rank\": 4234, \"rankvar\": 3297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3001, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3616, \"group\": [3677.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCCATTCTTAC\", \"ini\": 587, \"clust\": 3647, \"rank\": 4283, \"rankvar\": 4438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3002, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3617, \"group\": [3646.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAGATGTGTTTGTG\", \"ini\": 586, \"clust\": 3627, \"rank\": 4554, \"rankvar\": 3268, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3003, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3618, \"group\": [3628.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTCGGCAGCATGAG\", \"ini\": 585, \"clust\": 2742, \"rank\": 4684, \"rankvar\": 597, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3004, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4186, \"group\": [2743.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGAAACCAT\", \"ini\": 584, \"clust\": 3442, \"rank\": 4560, \"rankvar\": 3662, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3005, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3619, \"group\": [3441.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACCCTCA\", \"ini\": 583, \"clust\": 3451, \"rank\": 4558, \"rankvar\": 3173, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3006, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3620, \"group\": [3451.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGAGGCGTGTGCGTC\", \"ini\": 582, \"clust\": 3348, \"rank\": 4042, \"rankvar\": 1348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3007, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3621, \"group\": [3350.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTCCAACTA\", \"ini\": 581, \"clust\": 3553, \"rank\": 4390, \"rankvar\": 3000, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3008, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3622, \"group\": [3554.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGGTAAATGTG\", \"ini\": 580, \"clust\": 3571, \"rank\": 4454, \"rankvar\": 2733, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3009, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3623, \"group\": [3574.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGAGGTGCACA\", \"ini\": 579, \"clust\": 3634, \"rank\": 4524, \"rankvar\": 3374, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3010, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3624, \"group\": [3634.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGACAGTCGATT\", \"ini\": 578, \"clust\": 3528, \"rank\": 4664, \"rankvar\": 3669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3011, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3625, \"group\": [3528.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGGTAAGGATT\", \"ini\": 577, \"clust\": 3423, \"rank\": 4559, \"rankvar\": 2269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3012, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3626, \"group\": [3424.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTATCAGTC\", \"ini\": 576, \"clust\": 2712, \"rank\": 4937, \"rankvar\": 337, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3013, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4187, \"group\": [2719.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTCACGAGGTA\", \"ini\": 575, \"clust\": 4929, \"rank\": 3490, \"rankvar\": 2631, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3014, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 254, \"group\": [4929.0, 213.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTGTTTGTG\", \"ini\": 574, \"clust\": 1974, \"rank\": 4935, \"rankvar\": 3582, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3015, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2077, \"group\": [1973.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTTCAGTCAGT\", \"ini\": 573, \"clust\": 3517, \"rank\": 4512, \"rankvar\": 3685, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3016, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3627, \"group\": [3518.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCACGTAAGG\", \"ini\": 572, \"clust\": 3632, \"rank\": 4498, \"rankvar\": 3497, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3017, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3628, \"group\": [3632.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTTCAGCGC\", \"ini\": 571, \"clust\": 3345, \"rank\": 4447, \"rankvar\": 3639, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3018, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3629, \"group\": [3344.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCCGAGCCA\", \"ini\": 570, \"clust\": 3614, \"rank\": 4402, \"rankvar\": 3031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3019, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3630, \"group\": [3612.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCCAAGAGTCATCCA\", \"ini\": 569, \"clust\": 2946, \"rank\": 3431, \"rankvar\": 3018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3020, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3631, \"group\": [2944.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGAGGCTAGGT\", \"ini\": 568, \"clust\": 3166, \"rank\": 4751, \"rankvar\": 2755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3021, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3632, \"group\": [3165.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCGGGCACCGAAAG\", \"ini\": 567, \"clust\": 3557, \"rank\": 4578, \"rankvar\": 1935, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3022, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3633, \"group\": [3561.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCTCTTCGGTC\", \"ini\": 566, \"clust\": 3447, \"rank\": 4476, \"rankvar\": 2323, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3023, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3634, \"group\": [3448.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCAGGATGCGT\", \"ini\": 565, \"clust\": 3518, \"rank\": 4500, \"rankvar\": 2090, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3024, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3635, \"group\": [3519.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCACATTCGA\", \"ini\": 564, \"clust\": 4943, \"rank\": 2997, \"rankvar\": 1079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3025, \"cat-1\": \"Cell Type: CD1c__DCs\", \"cat_1_index\": 255, \"group\": [4943.0, 214.0, 44.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCTTTCCTC\", \"ini\": 563, \"clust\": 3315, \"rank\": 3703, \"rankvar\": 2987, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3026, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3636, \"group\": [3315.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGTTCATCCACGTTC\", \"ini\": 562, \"clust\": 2541, \"rank\": 5059, \"rankvar\": 5151, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3027, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2078, \"group\": [2541.0, 112.0, 22.0, 7.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTCAAGAAGAG\", \"ini\": 561, \"clust\": 3457, \"rank\": 4644, \"rankvar\": 4179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3028, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3637, \"group\": [3457.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGGTCCAACTGGCC\", \"ini\": 560, \"clust\": 3432, \"rank\": 4758, \"rankvar\": 3067, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3029, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3638, \"group\": [3430.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCGTAATCACC\", \"ini\": 559, \"clust\": 2870, \"rank\": 4858, \"rankvar\": 3046, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3030, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4106, \"group\": [2872.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGGGCATGT\", \"ini\": 558, \"clust\": 3544, \"rank\": 4209, \"rankvar\": 3204, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3031, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3639, \"group\": [3543.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCTGTAGATATGCA\", \"ini\": 557, \"clust\": 3611, \"rank\": 4284, \"rankvar\": 2522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3032, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3640, \"group\": [3610.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCAATACCG\", \"ini\": 556, \"clust\": 3430, \"rank\": 4542, \"rankvar\": 2336, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3033, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3641, \"group\": [3431.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTCTTGCGG\", \"ini\": 555, \"clust\": 3443, \"rank\": 4398, \"rankvar\": 2483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3034, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3642, \"group\": [3442.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGAGGAGATGTCGG\", \"ini\": 554, \"clust\": 3486, \"rank\": 4517, \"rankvar\": 4648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3035, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3643, \"group\": [3485.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCAATTCTTGTATC\", \"ini\": 553, \"clust\": 3670, \"rank\": 4555, \"rankvar\": 3363, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3036, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3644, \"group\": [3671.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTATTGGA\", \"ini\": 552, \"clust\": 3789, \"rank\": 3882, \"rankvar\": 2029, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3037, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3645, \"group\": [3789.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGTGGAGAA\", \"ini\": 551, \"clust\": 3323, \"rank\": 4028, \"rankvar\": 3225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3038, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3646, \"group\": [3326.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGGTATATCCG\", \"ini\": 550, \"clust\": 3599, \"rank\": 4482, \"rankvar\": 4292, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3039, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3647, \"group\": [3600.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCAGCATCATC\", \"ini\": 549, \"clust\": 3661, \"rank\": 4280, \"rankvar\": 2875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3040, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3648, \"group\": [3662.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGATCGCATGGC\", \"ini\": 548, \"clust\": 3835, \"rank\": 4204, \"rankvar\": 1753, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3041, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3649, \"group\": [3834.0, 159.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAATCGCCAGCA\", \"ini\": 547, \"clust\": 2801, \"rank\": 3534, \"rankvar\": 4315, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3042, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4047, \"group\": [2802.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGTACATACGCCG\", \"ini\": 546, \"clust\": 3415, \"rank\": 4580, \"rankvar\": 2664, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3043, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3650, \"group\": [3418.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAAGCCCAACC\", \"ini\": 545, \"clust\": 2589, \"rank\": 4869, \"rankvar\": 3223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3044, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4254, \"group\": [2592.0, 121.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTACACAGAGGT\", \"ini\": 544, \"clust\": 3494, \"rank\": 4575, \"rankvar\": 4799, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3045, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3651, \"group\": [3490.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTACAGAGTGTG\", \"ini\": 543, \"clust\": 3767, \"rank\": 4370, \"rankvar\": 2699, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3046, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3652, \"group\": [3763.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCCACTTCCGCAGTG\", \"ini\": 542, \"clust\": 3629, \"rank\": 4479, \"rankvar\": 3511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3047, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3653, \"group\": [3630.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCAGAGGACGG\", \"ini\": 541, \"clust\": 2772, \"rank\": 4000, \"rankvar\": 4914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3048, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4048, \"group\": [2773.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAGGCATGACATC\", \"ini\": 540, \"clust\": 3350, \"rank\": 4230, \"rankvar\": 2438, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3049, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3654, \"group\": [3349.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAAGTAGGGTAC\", \"ini\": 539, \"clust\": 3660, \"rank\": 4462, \"rankvar\": 3516, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3050, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3655, \"group\": [3661.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGGACCACAAGCCC\", \"ini\": 538, \"clust\": 3644, \"rank\": 4243, \"rankvar\": 4533, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3051, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3656, \"group\": [3648.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGTCCAGGCCATAG\", \"ini\": 537, \"clust\": 3821, \"rank\": 4373, \"rankvar\": 2800, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3052, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3657, \"group\": [3820.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGTGGAGGGAACGG\", \"ini\": 536, \"clust\": 3617, \"rank\": 4200, \"rankvar\": 2298, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3053, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3658, \"group\": [3617.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCTCTCCAAATGC\", \"ini\": 535, \"clust\": 2964, \"rank\": 3760, \"rankvar\": 4072, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3054, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4049, \"group\": [2962.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAAGCGTGAGT\", \"ini\": 534, \"clust\": 3186, \"rank\": 4749, \"rankvar\": 1152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3055, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3659, \"group\": [3186.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAGTCTCCACT\", \"ini\": 533, \"clust\": 3029, \"rank\": 3147, \"rankvar\": 2102, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3056, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3660, \"group\": [3030.0, 154.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTCATGTCCTC\", \"ini\": 532, \"clust\": 5073, \"rank\": 3747, \"rankvar\": 613, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3057, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 188, \"group\": [5081.0, 226.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCACAATAACGA\", \"ini\": 531, \"clust\": 2855, \"rank\": 3629, \"rankvar\": 3652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3058, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4050, \"group\": [2855.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGTAGTCGCTTCT\", \"ini\": 530, \"clust\": 2960, \"rank\": 3785, \"rankvar\": 2369, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3059, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4051, \"group\": [2959.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAACGCTCCGGCACA\", \"ini\": 529, \"clust\": 3615, \"rank\": 4304, \"rankvar\": 2656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3060, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3661, \"group\": [3613.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTCAAAGCGGT\", \"ini\": 528, \"clust\": 2948, \"rank\": 4312, \"rankvar\": 2388, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3061, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3662, \"group\": [2946.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGGTAAGTAAGTAC\", \"ini\": 527, \"clust\": 3672, \"rank\": 4378, \"rankvar\": 3313, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3062, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3663, \"group\": [3679.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGAGTAACCCT\", \"ini\": 526, \"clust\": 3618, \"rank\": 4583, \"rankvar\": 2062, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3063, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3664, \"group\": [3620.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATGGTGTTGAGTTC\", \"ini\": 525, \"clust\": 2677, \"rank\": 4822, \"rankvar\": 1017, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3064, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2079, \"group\": [2677.0, 126.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTAGCGCCTCA\", \"ini\": 524, \"clust\": 3156, \"rank\": 4525, \"rankvar\": 2756, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3065, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3665, \"group\": [3155.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTAATAGCA\", \"ini\": 523, \"clust\": 3450, \"rank\": 4516, \"rankvar\": 3526, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3066, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3666, \"group\": [3453.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCGTAGCCTAT\", \"ini\": 522, \"clust\": 3207, \"rank\": 4570, \"rankvar\": 2192, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3067, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3667, \"group\": [3208.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTTACGGAG\", \"ini\": 521, \"clust\": 3805, \"rank\": 4039, \"rankvar\": 1236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3068, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3668, \"group\": [3805.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCTCTGTCG\", \"ini\": 520, \"clust\": 3438, \"rank\": 4472, \"rankvar\": 4163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3069, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3669, \"group\": [3438.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGCCAACAG\", \"ini\": 519, \"clust\": 2966, \"rank\": 4226, \"rankvar\": 4422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3070, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4052, \"group\": [2966.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGAGGAGTCCCTACT\", \"ini\": 518, \"clust\": 3382, \"rank\": 3595, \"rankvar\": 1397, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3071, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3670, \"group\": [3382.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGACAAAGG\", \"ini\": 517, \"clust\": 3813, \"rank\": 4015, \"rankvar\": 1999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3072, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3671, \"group\": [3812.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTGAGTTC\", \"ini\": 516, \"clust\": 4962, \"rank\": 2660, \"rankvar\": 1562, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3073, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 189, \"group\": [5104.0, 230.0, 46.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGATCCTGCTTG\", \"ini\": 515, \"clust\": 3650, \"rank\": 4382, \"rankvar\": 4030, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3074, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3672, \"group\": [3650.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTTATGCGT\", \"ini\": 514, \"clust\": 3761, \"rank\": 4458, \"rankvar\": 3816, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3075, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3673, \"group\": [3760.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAACTTGTAGAGTGC\", \"ini\": 513, \"clust\": 3370, \"rank\": 3962, \"rankvar\": 3505, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3076, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3674, \"group\": [3370.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTCACTGAAGG\", \"ini\": 512, \"clust\": 3501, \"rank\": 4518, \"rankvar\": 4340, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3077, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3675, \"group\": [3511.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTCCTCAGAGCAATT\", \"ini\": 511, \"clust\": 3596, \"rank\": 4323, \"rankvar\": 1492, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3078, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3676, \"group\": [3597.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCAGTAAGTGTA\", \"ini\": 510, \"clust\": 3510, \"rank\": 4504, \"rankvar\": 2889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3079, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3677, \"group\": [3510.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTCCGTCTTGTCC\", \"ini\": 509, \"clust\": 3132, \"rank\": 4493, \"rankvar\": 2104, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3080, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3678, \"group\": [3133.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTAAGTTGTACAC\", \"ini\": 508, \"clust\": 3605, \"rank\": 4649, \"rankvar\": 3098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3081, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3679, \"group\": [3607.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCTCGTCAGGACA\", \"ini\": 507, \"clust\": 3662, \"rank\": 4377, \"rankvar\": 1992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3082, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3680, \"group\": [3663.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAGTCCGTCAG\", \"ini\": 506, \"clust\": 3545, \"rank\": 4337, \"rankvar\": 2914, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3083, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3681, \"group\": [3544.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGCACAGCCCA\", \"ini\": 505, \"clust\": 3373, \"rank\": 4329, \"rankvar\": 1775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3084, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3682, \"group\": [3377.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACTCCACAGGAATCG\", \"ini\": 504, \"clust\": 3667, \"rank\": 4665, \"rankvar\": 4310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3085, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3683, \"group\": [3667.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTTATCCGA\", \"ini\": 503, \"clust\": 3346, \"rank\": 4610, \"rankvar\": 3392, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3086, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3684, \"group\": [3345.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACGTTCTCATT\", \"ini\": 502, \"clust\": 3466, \"rank\": 4298, \"rankvar\": 3534, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3087, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3685, \"group\": [3468.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAAGAACAACT\", \"ini\": 501, \"clust\": 3340, \"rank\": 3937, \"rankvar\": 3043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3088, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3686, \"group\": [3340.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGATCGGTGTTA\", \"ini\": 500, \"clust\": 3342, \"rank\": 4254, \"rankvar\": 3045, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3089, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3687, \"group\": [3342.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCCAATTCCTT\", \"ini\": 499, \"clust\": 3487, \"rank\": 4421, \"rankvar\": 3716, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3090, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3688, \"group\": [3486.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAAGATGAGAG\", \"ini\": 498, \"clust\": 654, \"rank\": 4335, \"rankvar\": 2871, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3091, \"cat-1\": \"Cell Type: CD8__T_Cells\", \"cat_1_index\": 2828, \"group\": [655.0, 47.0, 9.0, 3.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCCAAGTTCGTCTC\", \"ini\": 497, \"clust\": 3525, \"rank\": 4368, \"rankvar\": 3755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3092, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3689, \"group\": [3525.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCATACAGAGGGATA\", \"ini\": 496, \"clust\": 3774, \"rank\": 4257, \"rankvar\": 2891, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3093, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3690, \"group\": [3774.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTGGACGAT\", \"ini\": 495, \"clust\": 3147, \"rank\": 4697, \"rankvar\": 1194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3094, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3691, \"group\": [3147.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGCAGGTGCCT\", \"ini\": 494, \"clust\": 2856, \"rank\": 4017, \"rankvar\": 2782, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3095, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4053, \"group\": [2856.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAGATCGCCAAAT\", \"ini\": 493, \"clust\": 3448, \"rank\": 4806, \"rankvar\": 3366, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3096, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3692, \"group\": [3449.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTCAGGTGGAT\", \"ini\": 492, \"clust\": 3440, \"rank\": 4657, \"rankvar\": 4075, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3097, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3693, \"group\": [3440.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGGTTGAGTTC\", \"ini\": 491, \"clust\": 3559, \"rank\": 4757, \"rankvar\": 3353, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3098, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3694, \"group\": [3558.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCTCAAGAAGT\", \"ini\": 490, \"clust\": 3529, \"rank\": 4366, \"rankvar\": 3789, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3099, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3695, \"group\": [3532.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGCACGTGAGA\", \"ini\": 489, \"clust\": 3828, \"rank\": 4725, \"rankvar\": 3709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3100, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3696, \"group\": [3826.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGAAGTCGATAA\", \"ini\": 488, \"clust\": 3453, \"rank\": 4612, \"rankvar\": 4612, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3101, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3697, \"group\": [3456.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTCACCCATGG\", \"ini\": 487, \"clust\": 3530, \"rank\": 4606, \"rankvar\": 3775, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3102, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3698, \"group\": [3530.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCATGTTCCC\", \"ini\": 486, \"clust\": 3763, \"rank\": 4319, \"rankvar\": 2967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3103, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3699, \"group\": [3768.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCCACCCAGTG\", \"ini\": 485, \"clust\": 3542, \"rank\": 4438, \"rankvar\": 1615, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3104, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3700, \"group\": [3546.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGCGAGAGACTCGGA\", \"ini\": 484, \"clust\": 3385, \"rank\": 4672, \"rankvar\": 2720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3105, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3701, \"group\": [3389.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTGTTAG\", \"ini\": 483, \"clust\": 3799, \"rank\": 3776, \"rankvar\": 2159, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3106, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3702, \"group\": [3798.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTAAGCAGGCTA\", \"ini\": 482, \"clust\": 2794, \"rank\": 3469, \"rankvar\": 3520, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3107, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4054, \"group\": [2792.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGTCACCACCT\", \"ini\": 481, \"clust\": 3138, \"rank\": 4655, \"rankvar\": 3919, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3108, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3703, \"group\": [3137.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCAGTTCGA\", \"ini\": 480, \"clust\": 3592, \"rank\": 4405, \"rankvar\": 1751, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3109, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3704, \"group\": [3596.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGAGAGGTACC\", \"ini\": 479, \"clust\": 3470, \"rank\": 4660, \"rankvar\": 4530, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3110, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3705, \"group\": [3471.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGGTAGTGAAT\", \"ini\": 478, \"clust\": 3769, \"rank\": 4451, \"rankvar\": 3058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3111, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3706, \"group\": [3771.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGCAAGCTGTT\", \"ini\": 477, \"clust\": 3772, \"rank\": 4601, \"rankvar\": 1387, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3112, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3707, \"group\": [3772.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCACAGATGAGC\", \"ini\": 476, \"clust\": 3575, \"rank\": 4455, \"rankvar\": 2170, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3113, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3708, \"group\": [3578.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCTCACATT\", \"ini\": 475, \"clust\": 3454, \"rank\": 4770, \"rankvar\": 4850, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3114, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3709, \"group\": [3454.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGCACCATGTA\", \"ini\": 474, \"clust\": 4416, \"rank\": 4563, \"rankvar\": 4652, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3115, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4055, \"group\": [4420.0, 193.0, 38.0, 14.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCTCTATCATGTCCC\", \"ini\": 473, \"clust\": 3577, \"rank\": 4391, \"rankvar\": 2920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3116, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3710, \"group\": [3577.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACCTGGTCGCCAGCA\", \"ini\": 472, \"clust\": 3824, \"rank\": 4424, \"rankvar\": 2565, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3117, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3711, \"group\": [3823.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGACCACAGGACGTA\", \"ini\": 471, \"clust\": 3367, \"rank\": 4024, \"rankvar\": 2271, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3118, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3712, \"group\": [3368.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCAGTAGAGCTG\", \"ini\": 470, \"clust\": 3829, \"rank\": 4403, \"rankvar\": 2237, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3119, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3713, \"group\": [3827.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCCTTCTAACTGG\", \"ini\": 469, \"clust\": 3574, \"rank\": 4343, \"rankvar\": 3234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3120, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3714, \"group\": [3572.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTTCCGAGACCGGAT\", \"ini\": 468, \"clust\": 3219, \"rank\": 4602, \"rankvar\": 860, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3121, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3715, \"group\": [3222.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTTATTCTC\", \"ini\": 467, \"clust\": 3565, \"rank\": 4393, \"rankvar\": 2031, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3122, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3716, \"group\": [3566.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTAGGGATCTG\", \"ini\": 466, \"clust\": 2786, \"rank\": 4246, \"rankvar\": 4016, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3123, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4056, \"group\": [2786.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTGAGGGAG\", \"ini\": 465, \"clust\": 3511, \"rank\": 4670, \"rankvar\": 3114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3124, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3717, \"group\": [3512.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGACACTTAACG\", \"ini\": 464, \"clust\": 3814, \"rank\": 4045, \"rankvar\": 3318, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3125, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3718, \"group\": [3813.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTTAAGATG\", \"ini\": 463, \"clust\": 3388, \"rank\": 4628, \"rankvar\": 3504, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3126, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3719, \"group\": [3387.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCACTCTGTAGCGTCC\", \"ini\": 462, \"clust\": 3397, \"rank\": 4866, \"rankvar\": 3889, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3127, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3720, \"group\": [3398.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTCATCCTAGA\", \"ini\": 461, \"clust\": 3425, \"rank\": 4581, \"rankvar\": 2899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3128, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3721, \"group\": [3444.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTTGGTCCTTGGTC\", \"ini\": 460, \"clust\": 3199, \"rank\": 4700, \"rankvar\": 994, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3129, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3722, \"group\": [3202.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCTCAGTGCAGACA\", \"ini\": 459, \"clust\": 2500, \"rank\": 4523, \"rankvar\": 3289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3130, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2080, \"group\": [2500.0, 108.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCAGACACTT\", \"ini\": 458, \"clust\": 3361, \"rank\": 4269, \"rankvar\": 1216, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3131, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3723, \"group\": [3360.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTACCGGTGGTGTAG\", \"ini\": 457, \"clust\": 3784, \"rank\": 4357, \"rankvar\": 2276, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3132, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3724, \"group\": [3783.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGAAGGTAGAAGGA\", \"ini\": 456, \"clust\": 3168, \"rank\": 4428, \"rankvar\": 1471, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3133, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3725, \"group\": [3170.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGCAGGCTCAC\", \"ini\": 455, \"clust\": 3398, \"rank\": 4552, \"rankvar\": 1300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3134, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3726, \"group\": [3399.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCATTTCTGTCCGT\", \"ini\": 454, \"clust\": 3208, \"rank\": 4671, \"rankvar\": 1694, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3135, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3727, \"group\": [3209.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCTCAATAAGG\", \"ini\": 453, \"clust\": 3234, \"rank\": 4499, \"rankvar\": 953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3136, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3728, \"group\": [3238.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGCAAGTCGACTAT\", \"ini\": 452, \"clust\": 220, \"rank\": 3857, \"rankvar\": 713, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3137, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2081, \"group\": [224.0, 28.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATTCACAGTAC\", \"ini\": 451, \"clust\": 3273, \"rank\": 4641, \"rankvar\": 2414, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3138, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3729, \"group\": [3272.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAGTAGATGCCAG\", \"ini\": 450, \"clust\": 2709, \"rank\": 4947, \"rankvar\": 558, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3139, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4188, \"group\": [2709.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGATGTGG\", \"ini\": 449, \"clust\": 3601, \"rank\": 4687, \"rankvar\": 3478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3140, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3730, \"group\": [3602.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCACTGTCGG\", \"ini\": 448, \"clust\": 3475, \"rank\": 4406, \"rankvar\": 2488, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3141, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3731, \"group\": [3475.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCGCCAAAT\", \"ini\": 447, \"clust\": 3588, \"rank\": 4186, \"rankvar\": 2015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3142, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3732, \"group\": [3592.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACGGGCACCCTATC\", \"ini\": 446, \"clust\": 2774, \"rank\": 4165, \"rankvar\": 4637, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3143, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4057, \"group\": [2772.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAACAGAGCCAA\", \"ini\": 445, \"clust\": 3606, \"rank\": 4711, \"rankvar\": 4333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3144, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3733, \"group\": [3605.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGGTACCGCTG\", \"ini\": 444, \"clust\": 2950, \"rank\": 3910, \"rankvar\": 2780, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3145, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3734, \"group\": [2949.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGACATTTGCTT\", \"ini\": 443, \"clust\": 2799, \"rank\": 3546, \"rankvar\": 3665, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3146, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4058, \"group\": [2799.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTGTACC\", \"ini\": 442, \"clust\": 3794, \"rank\": 4332, \"rankvar\": 2399, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3147, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3735, \"group\": [3794.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGCAGTCATTGCGA\", \"ini\": 441, \"clust\": 3135, \"rank\": 4414, \"rankvar\": 2087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3148, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3736, \"group\": [3139.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTGTACCAGTT\", \"ini\": 440, \"clust\": 3458, \"rank\": 4621, \"rankvar\": 4114, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3149, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3737, \"group\": [3458.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAAAGCTACCGC\", \"ini\": 439, \"clust\": 3609, \"rank\": 4196, \"rankvar\": 2344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3150, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3738, \"group\": [3611.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTCCCAGTGAGGGTT\", \"ini\": 438, \"clust\": 3656, \"rank\": 4344, \"rankvar\": 4532, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3151, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3739, \"group\": [3657.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGGTAGAAAGG\", \"ini\": 437, \"clust\": 3827, \"rank\": 4430, \"rankvar\": 3001, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3152, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3740, \"group\": [3828.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTACAGACTAGAT\", \"ini\": 436, \"clust\": 3800, \"rank\": 4221, \"rankvar\": 3846, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3153, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3741, \"group\": [3799.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGAGTACGCCC\", \"ini\": 435, \"clust\": 2732, \"rank\": 4927, \"rankvar\": 1037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3154, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4189, \"group\": [2730.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGTATCGAGGTAG\", \"ini\": 434, \"clust\": 2949, \"rank\": 4667, \"rankvar\": 4476, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3155, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4059, \"group\": [2947.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGGTCCGAACC\", \"ini\": 433, \"clust\": 3515, \"rank\": 4469, \"rankvar\": 1787, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3156, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3742, \"group\": [3514.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGCAAGTTACGACT\", \"ini\": 432, \"clust\": 2780, \"rank\": 3396, \"rankvar\": 4300, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3157, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4060, \"group\": [2779.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGTCAGGCGAA\", \"ini\": 431, \"clust\": 3336, \"rank\": 4336, \"rankvar\": 3194, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3158, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3743, \"group\": [3337.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCCCAGTTAGCGG\", \"ini\": 430, \"clust\": 3206, \"rank\": 4396, \"rankvar\": 1752, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3159, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3744, \"group\": [3207.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACGGTAAGCTGAAAT\", \"ini\": 429, \"clust\": 2963, \"rank\": 3929, \"rankvar\": 3299, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3160, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4061, \"group\": [2964.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCCAGGGTATG\", \"ini\": 428, \"clust\": 1972, \"rank\": 4785, \"rankvar\": 1602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3161, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2082, \"group\": [1981.0, 106.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTCATACTG\", \"ini\": 427, \"clust\": 3782, \"rank\": 4685, \"rankvar\": 1884, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3162, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3745, \"group\": [3781.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGAAAGTCTGCCAG\", \"ini\": 426, \"clust\": 3214, \"rank\": 4630, \"rankvar\": 1238, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3163, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3746, \"group\": [3213.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGGTGCCTTGG\", \"ini\": 425, \"clust\": 2961, \"rank\": 4003, \"rankvar\": 3236, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3164, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4062, \"group\": [2960.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAAGCACACAG\", \"ini\": 424, \"clust\": 2975, \"rank\": 4616, \"rankvar\": 4119, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3165, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4063, \"group\": [2979.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCTGATACG\", \"ini\": 423, \"clust\": 3604, \"rank\": 4625, \"rankvar\": 3805, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3166, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3747, \"group\": [3608.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAGCGACAAGTCATC\", \"ini\": 422, \"clust\": 3203, \"rank\": 4658, \"rankvar\": 2068, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3167, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3748, \"group\": [3204.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGCCATCGGATGTT\", \"ini\": 421, \"clust\": 3412, \"rank\": 4661, \"rankvar\": 3957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3168, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3749, \"group\": [3412.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCAGAGGTAGA\", \"ini\": 420, \"clust\": 2854, \"rank\": 3871, \"rankvar\": 2945, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3169, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4064, \"group\": [2857.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTAGACAAGCC\", \"ini\": 419, \"clust\": 2790, \"rank\": 3458, \"rankvar\": 3863, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3170, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4065, \"group\": [2797.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCCATACAGCT\", \"ini\": 418, \"clust\": 2871, \"rank\": 4852, \"rankvar\": 3435, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3171, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4107, \"group\": [2870.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGATGTACAGTTC\", \"ini\": 417, \"clust\": 3421, \"rank\": 4588, \"rankvar\": 2966, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3172, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3750, \"group\": [3422.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTATAGTTTGCGT\", \"ini\": 416, \"clust\": 3238, \"rank\": 4735, \"rankvar\": 1830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3173, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3751, \"group\": [3239.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGCCAGTAG\", \"ini\": 415, \"clust\": 3337, \"rank\": 4237, \"rankvar\": 3391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3174, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3752, \"group\": [3338.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGACACTGTTAG\", \"ini\": 414, \"clust\": 2980, \"rank\": 3945, \"rankvar\": 3179, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3175, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4066, \"group\": [2982.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTATCCGTCGGCTCA\", \"ini\": 413, \"clust\": 3194, \"rank\": 4769, \"rankvar\": 2037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3176, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3753, \"group\": [3194.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGATCGATA\", \"ini\": 412, \"clust\": 3768, \"rank\": 4157, \"rankvar\": 2223, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3177, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3754, \"group\": [3764.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTGTCTAAACC\", \"ini\": 411, \"clust\": 2858, \"rank\": 4197, \"rankvar\": 4797, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3178, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4067, \"group\": [2859.0, 133.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTAGTTCGTCTAGCGC\", \"ini\": 410, \"clust\": 3806, \"rank\": 4069, \"rankvar\": 1551, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3179, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3755, \"group\": [3806.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGACTTCCATGTTCCC\", \"ini\": 409, \"clust\": 3820, \"rank\": 4695, \"rankvar\": 3490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3180, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3756, \"group\": [3822.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGCACTTAAGC\", \"ini\": 408, \"clust\": 3584, \"rank\": 4364, \"rankvar\": 2425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3181, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3757, \"group\": [3585.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACATTCATATGCTG\", \"ini\": 407, \"clust\": 3516, \"rank\": 4494, \"rankvar\": 2864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3182, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3758, \"group\": [3515.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTGCTGTACAGCAG\", \"ini\": 406, \"clust\": 3521, \"rank\": 4585, \"rankvar\": 2768, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3183, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3759, \"group\": [3522.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCCCAGTCATAACCG\", \"ini\": 405, \"clust\": 2743, \"rank\": 4982, \"rankvar\": 2155, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3184, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4190, \"group\": [2744.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGGGCACTA\", \"ini\": 404, \"clust\": 3226, \"rank\": 4719, \"rankvar\": 2285, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3185, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3760, \"group\": [3226.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTGTAAGGGCT\", \"ini\": 403, \"clust\": 3200, \"rank\": 4620, \"rankvar\": 1050, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3186, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3761, \"group\": [3201.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTATTGTCCTTAATC\", \"ini\": 402, \"clust\": 3258, \"rank\": 4520, \"rankvar\": 4112, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3187, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3762, \"group\": [3261.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCACGTTGGC\", \"ini\": 401, \"clust\": 3189, \"rank\": 4812, \"rankvar\": 1371, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3188, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3763, \"group\": [3188.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGAATTGTG\", \"ini\": 400, \"clust\": 2796, \"rank\": 3893, \"rankvar\": 4555, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3189, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4068, \"group\": [2794.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGGCATTGG\", \"ini\": 399, \"clust\": 3164, \"rank\": 4217, \"rankvar\": 1575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3190, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3764, \"group\": [3164.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTACCGAGA\", \"ini\": 398, \"clust\": 2702, \"rank\": 5051, \"rankvar\": 938, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3191, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4191, \"group\": [2699.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATCACGGTAAG\", \"ini\": 397, \"clust\": 3597, \"rank\": 4439, \"rankvar\": 3678, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3192, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3765, \"group\": [3598.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCTCCGTCATC\", \"ini\": 396, \"clust\": 3426, \"rank\": 4666, \"rankvar\": 2715, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3193, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3766, \"group\": [3428.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGAGTGTCAGATAA\", \"ini\": 395, \"clust\": 3586, \"rank\": 4572, \"rankvar\": 3335, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3194, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3767, \"group\": [3586.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGCCGCAGGGAACGG\", \"ini\": 394, \"clust\": 2951, \"rank\": 3633, \"rankvar\": 2887, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3195, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4069, \"group\": [2950.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTTAGCATCCGGGT\", \"ini\": 393, \"clust\": 3531, \"rank\": 4436, \"rankvar\": 2611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3196, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3768, \"group\": [3531.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACAGAGTGACC\", \"ini\": 392, \"clust\": 3602, \"rank\": 4677, \"rankvar\": 3496, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3197, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3769, \"group\": [3603.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATAGCTGATAA\", \"ini\": 391, \"clust\": 3476, \"rank\": 4679, \"rankvar\": 3519, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3198, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3770, \"group\": [3476.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTATGCGT\", \"ini\": 390, \"clust\": 3274, \"rank\": 4741, \"rankvar\": 3012, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3199, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3771, \"group\": [3273.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGCACCAGCAC\", \"ini\": 389, \"clust\": 3236, \"rank\": 4567, \"rankvar\": 1770, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3200, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3772, \"group\": [3235.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTCTTTGTCGCATAT\", \"ini\": 388, \"clust\": 3566, \"rank\": 4727, \"rankvar\": 2680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3201, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3773, \"group\": [3567.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCTTCTGGC\", \"ini\": 387, \"clust\": 3220, \"rank\": 4599, \"rankvar\": 1609, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3202, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3774, \"group\": [3220.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGATCTGCGTAA\", \"ini\": 386, \"clust\": 3477, \"rank\": 4715, \"rankvar\": 2953, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3203, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3775, \"group\": [3477.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAACTCCATTCTA\", \"ini\": 385, \"clust\": 3133, \"rank\": 4800, \"rankvar\": 3428, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3204, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3776, \"group\": [3134.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCCATGTTCCC\", \"ini\": 384, \"clust\": 3587, \"rank\": 4444, \"rankvar\": 1644, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3205, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3777, \"group\": [3587.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGGCGGTGTGCCTG\", \"ini\": 383, \"clust\": 3327, \"rank\": 4056, \"rankvar\": 2642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3206, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3778, \"group\": [3328.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATACGAGTAGCCGA\", \"ini\": 382, \"clust\": 3567, \"rank\": 4547, \"rankvar\": 2606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3207, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3779, \"group\": [3570.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATCTGCAAGGGTCA\", \"ini\": 381, \"clust\": 3669, \"rank\": 4611, \"rankvar\": 2992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3208, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3780, \"group\": [3670.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGGGTCACGGTTA\", \"ini\": 380, \"clust\": 2594, \"rank\": 4841, \"rankvar\": 1779, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3209, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4255, \"group\": [2593.0, 122.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGGGAGTCGTTTATC\", \"ini\": 379, \"clust\": 2595, \"rank\": 4854, \"rankvar\": 1804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3210, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4256, \"group\": [2594.0, 122.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCAGTATCTCG\", \"ini\": 378, \"clust\": 3522, \"rank\": 4761, \"rankvar\": 3774, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3211, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3781, \"group\": [3523.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTATCTTGCATT\", \"ini\": 377, \"clust\": 3802, \"rank\": 4092, \"rankvar\": 4043, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3212, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3782, \"group\": [3802.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCACTAGTACGTTC\", \"ini\": 376, \"clust\": 3436, \"rank\": 4780, \"rankvar\": 3625, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3213, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3783, \"group\": [3435.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTTACCGAT\", \"ini\": 375, \"clust\": 3413, \"rank\": 4511, \"rankvar\": 2722, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3214, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3784, \"group\": [3413.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAGAAGCATGGATGG\", \"ini\": 374, \"clust\": 3786, \"rank\": 4529, \"rankvar\": 2260, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3215, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3785, \"group\": [3785.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAGCTCAGCAGTTT\", \"ini\": 373, \"clust\": 2959, \"rank\": 4029, \"rankvar\": 2297, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3216, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4070, \"group\": [2961.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAACTAGTTACCCA\", \"ini\": 372, \"clust\": 3461, \"rank\": 4817, \"rankvar\": 4583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3217, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3786, \"group\": [3460.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGAGAATCTCC\", \"ini\": 371, \"clust\": 2954, \"rank\": 4308, \"rankvar\": 3211, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3218, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3787, \"group\": [2952.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGTGGTAGTACGATA\", \"ini\": 370, \"clust\": 3270, \"rank\": 4459, \"rankvar\": 1483, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3219, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3788, \"group\": [3268.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCCAACGG\", \"ini\": 369, \"clust\": 3201, \"rank\": 4490, \"rankvar\": 852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3220, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3789, \"group\": [3199.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTCGCTCCAATGGT\", \"ini\": 368, \"clust\": 3671, \"rank\": 4744, \"rankvar\": 3553, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3221, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3790, \"group\": [3672.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATTCACTATTC\", \"ini\": 367, \"clust\": 3392, \"rank\": 4698, \"rankvar\": 1985, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3222, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3791, \"group\": [3395.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTCCTAAGTGGTCCC\", \"ini\": 366, \"clust\": 3134, \"rank\": 4467, \"rankvar\": 1132, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3223, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3792, \"group\": [3135.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGGCACA\", \"ini\": 365, \"clust\": 3823, \"rank\": 4395, \"rankvar\": 2007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3224, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3793, \"group\": [3825.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCAGTTGTCGT\", \"ini\": 364, \"clust\": 2696, \"rank\": 5127, \"rankvar\": 1724, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3225, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4192, \"group\": [2696.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTATGCTGTACCAGTT\", \"ini\": 363, \"clust\": 3765, \"rank\": 4365, \"rankvar\": 1441, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3226, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3794, \"group\": [3766.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGAACAATC\", \"ini\": 362, \"clust\": 2710, \"rank\": 5061, \"rankvar\": 1232, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3227, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4193, \"group\": [2707.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAATCCTTTCTC\", \"ini\": 361, \"clust\": 3819, \"rank\": 4487, \"rankvar\": 3606, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3228, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3795, \"group\": [3816.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAGTTAGGGTG\", \"ini\": 360, \"clust\": 3795, \"rank\": 4463, \"rankvar\": 2975, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3229, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3796, \"group\": [3795.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCTCTCGT\", \"ini\": 359, \"clust\": 3787, \"rank\": 4145, \"rankvar\": 2422, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3230, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4071, \"group\": [3786.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCGTCAAACTC\", \"ini\": 358, \"clust\": 3204, \"rank\": 4626, \"rankvar\": 1720, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3231, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3797, \"group\": [3205.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGTCACTTCAT\", \"ini\": 357, \"clust\": 3459, \"rank\": 4728, \"rankvar\": 3085, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3232, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3798, \"group\": [3463.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCGACAGCC\", \"ini\": 356, \"clust\": 3563, \"rank\": 4718, \"rankvar\": 2830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3233, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3799, \"group\": [3562.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTACTCGCGTTTC\", \"ini\": 355, \"clust\": 3817, \"rank\": 4347, \"rankvar\": 2740, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3234, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3800, \"group\": [3817.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTCACTGGC\", \"ini\": 354, \"clust\": 3776, \"rank\": 4819, \"rankvar\": 3467, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3235, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3801, \"group\": [3778.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTGTTATGCGT\", \"ini\": 353, \"clust\": 2872, \"rank\": 4955, \"rankvar\": 4267, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3236, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4108, \"group\": [2871.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGTTCCACA\", \"ini\": 352, \"clust\": 3197, \"rank\": 4691, \"rankvar\": 2676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3237, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3802, \"group\": [3198.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTAGTCCAGTGAGTG\", \"ini\": 351, \"clust\": 3595, \"rank\": 4533, \"rankvar\": 3587, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3238, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3803, \"group\": [3594.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAGTGATCAGGTTCA\", \"ini\": 350, \"clust\": 3452, \"rank\": 4536, \"rankvar\": 1812, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3239, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3804, \"group\": [3452.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTGGAGTGCGCTTG\", \"ini\": 349, \"clust\": 3564, \"rank\": 4643, \"rankvar\": 2564, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3240, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3805, \"group\": [3563.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCGTATTAGCC\", \"ini\": 348, \"clust\": 3429, \"rank\": 4717, \"rankvar\": 1929, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3241, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3806, \"group\": [3436.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATTGACAAAGCGGT\", \"ini\": 347, \"clust\": 3232, \"rank\": 4797, \"rankvar\": 3184, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3242, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3807, \"group\": [3233.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTTTCCAACTGCTA\", \"ini\": 346, \"clust\": 3267, \"rank\": 4443, \"rankvar\": 2197, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3243, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3808, \"group\": [3270.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCATTTGCTT\", \"ini\": 345, \"clust\": 3141, \"rank\": 5010, \"rankvar\": 4882, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3244, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3809, \"group\": [3145.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTCCAAGCTTCGCG\", \"ini\": 344, \"clust\": 3816, \"rank\": 4470, \"rankvar\": 1566, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3245, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3810, \"group\": [3818.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATAAGAAGGCCT\", \"ini\": 343, \"clust\": 3407, \"rank\": 4845, \"rankvar\": 3769, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3246, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3811, \"group\": [3407.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGGTCTCGTTC\", \"ini\": 342, \"clust\": 3562, \"rank\": 4564, \"rankvar\": 3273, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3247, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3812, \"group\": [3564.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTCTCCACT\", \"ini\": 341, \"clust\": 2849, \"rank\": 4435, \"rankvar\": 3989, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3248, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4072, \"group\": [2850.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCAAGGCTCC\", \"ini\": 340, \"clust\": 3569, \"rank\": 4411, \"rankvar\": 2646, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3249, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3813, \"group\": [3569.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGGCGTAAAGGAG\", \"ini\": 339, \"clust\": 2717, \"rank\": 5034, \"rankvar\": 220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3250, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4194, \"group\": [2714.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTTGGTGTTAAGATG\", \"ini\": 338, \"clust\": 3419, \"rank\": 4678, \"rankvar\": 2802, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3251, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3814, \"group\": [3420.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACCATCCGCGA\", \"ini\": 337, \"clust\": 2697, \"rank\": 5080, \"rankvar\": 2169, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3252, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4195, \"group\": [2697.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTTGGAGGT\", \"ini\": 336, \"clust\": 2725, \"rank\": 5072, \"rankvar\": 744, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3253, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4196, \"group\": [2722.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCTGGCAATGGAGC\", \"ini\": 335, \"clust\": 2788, \"rank\": 3971, \"rankvar\": 3820, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3254, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4073, \"group\": [2789.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGTAGGCCA\", \"ini\": 334, \"clust\": 3441, \"rank\": 4605, \"rankvar\": 4275, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3255, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3815, \"group\": [3443.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AATCGGTCAGTGGGAT\", \"ini\": 333, \"clust\": 3558, \"rank\": 4732, \"rankvar\": 2728, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3256, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3816, \"group\": [3560.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTTTTCGCATGGC\", \"ini\": 332, \"clust\": 3233, \"rank\": 4614, \"rankvar\": 1772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3257, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3817, \"group\": [3234.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGAGTCTCGCTTGTC\", \"ini\": 331, \"clust\": 2695, \"rank\": 5090, \"rankvar\": 4019, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3258, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4197, \"group\": [2698.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGCGATATA\", \"ini\": 330, \"clust\": 3363, \"rank\": 4545, \"rankvar\": 1361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3259, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3818, \"group\": [3364.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGACCTGTTGACGTT\", \"ini\": 329, \"clust\": 3317, \"rank\": 4236, \"rankvar\": 2116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3260, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3819, \"group\": [3318.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGTCTGGAGCC\", \"ini\": 328, \"clust\": 2967, \"rank\": 4253, \"rankvar\": 3845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3261, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4074, \"group\": [2967.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACACACATTCGA\", \"ini\": 327, \"clust\": 3433, \"rank\": 4597, \"rankvar\": 1777, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3262, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3820, \"group\": [3432.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGTGGTAAT\", \"ini\": 326, \"clust\": 2734, \"rank\": 4954, \"rankvar\": 908, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3263, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4198, \"group\": [2732.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTACTCTCAGTTCGA\", \"ini\": 325, \"clust\": 2891, \"rank\": 4918, \"rankvar\": 5010, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3264, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4109, \"group\": [2892.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACACCGCTAG\", \"ini\": 324, \"clust\": 3514, \"rank\": 4663, \"rankvar\": 2058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3265, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3821, \"group\": [3516.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACAGTTCCCT\", \"ini\": 323, \"clust\": 3428, \"rank\": 4760, \"rankvar\": 4836, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3266, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3822, \"group\": [3427.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACGGAAGCTGAACG\", \"ini\": 322, \"clust\": 3472, \"rank\": 4535, \"rankvar\": 3909, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3267, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3823, \"group\": [3473.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGAATGTTCAGCTCGG\", \"ini\": 321, \"clust\": 3822, \"rank\": 4673, \"rankvar\": 2707, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3268, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3824, \"group\": [3821.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGGTTGCTCCT\", \"ini\": 320, \"clust\": 3621, \"rank\": 4640, \"rankvar\": 2829, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3269, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3825, \"group\": [3621.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAAAGTGACTCAT\", \"ini\": 319, \"clust\": 3215, \"rank\": 4813, \"rankvar\": 1137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3270, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3826, \"group\": [3214.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGTGAAGTGTTTGC\", \"ini\": 318, \"clust\": 2585, \"rank\": 5043, \"rankvar\": 2100, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3271, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4257, \"group\": [2588.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCAAGTCAAAGCG\", \"ini\": 317, \"clust\": 3418, \"rank\": 4638, \"rankvar\": 3967, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3272, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3827, \"group\": [3416.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGTTCGATC\", \"ini\": 316, \"clust\": 2748, \"rank\": 4837, \"rankvar\": 224, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3273, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4199, \"group\": [2745.0, 130.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGTCACTCCTG\", \"ini\": 315, \"clust\": 2971, \"rank\": 4468, \"rankvar\": 2824, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3274, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4075, \"group\": [2973.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTCACACGC\", \"ini\": 314, \"clust\": 3180, \"rank\": 4777, \"rankvar\": 813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3275, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3828, \"group\": [3180.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGACAAGAAGGACA\", \"ini\": 313, \"clust\": 2978, \"rank\": 4688, \"rankvar\": 4804, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3276, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4076, \"group\": [2977.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGGTCATATCG\", \"ini\": 312, \"clust\": 2910, \"rank\": 4919, \"rankvar\": 4344, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3277, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4110, \"group\": [2911.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGCACTCTGTC\", \"ini\": 311, \"clust\": 3404, \"rank\": 4676, \"rankvar\": 1391, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3278, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3829, \"group\": [3405.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTCTCGAGCTACCTA\", \"ini\": 310, \"clust\": 2494, \"rank\": 4864, \"rankvar\": 1401, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3279, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2083, \"group\": [2495.0, 107.0, 21.0, 6.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGCAGCGTTATGTGC\", \"ini\": 309, \"clust\": 3172, \"rank\": 4859, \"rankvar\": 2079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3280, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3830, \"group\": [3173.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGGAGTCAATGCCAT\", \"ini\": 308, \"clust\": 3400, \"rank\": 4790, \"rankvar\": 3274, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3281, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3831, \"group\": [3400.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACCTTCTCATTCA\", \"ini\": 307, \"clust\": 3171, \"rank\": 4683, \"rankvar\": 1883, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3282, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3832, \"group\": [3168.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCGTACCCAAT\", \"ini\": 306, \"clust\": 3145, \"rank\": 4759, \"rankvar\": 635, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3283, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3833, \"group\": [3148.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACATCAGGTAGCTAAA\", \"ini\": 305, \"clust\": 3394, \"rank\": 4527, \"rankvar\": 3280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3284, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3834, \"group\": [3394.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGGTGCCAAGGACTG\", \"ini\": 304, \"clust\": 3780, \"rank\": 4514, \"rankvar\": 3922, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3285, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3835, \"group\": [3780.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTTCTCAAAGTCAA\", \"ini\": 303, \"clust\": 3449, \"rank\": 4689, \"rankvar\": 3228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3286, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3836, \"group\": [3450.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTCAGACAGGT\", \"ini\": 302, \"clust\": 2737, \"rank\": 5079, \"rankvar\": 1538, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3287, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4200, \"group\": [2735.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGAAACGTAAGCACG\", \"ini\": 301, \"clust\": 3560, \"rank\": 4645, \"rankvar\": 3447, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3288, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3837, \"group\": [3559.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATGTCAGCGTTGCC\", \"ini\": 300, \"clust\": 2570, \"rank\": 4990, \"rankvar\": 1457, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3289, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4258, \"group\": [2577.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCAAGATCC\", \"ini\": 299, \"clust\": 2680, \"rank\": 4934, \"rankvar\": 3736, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3290, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4077, \"group\": [2681.0, 127.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCCATGCGCAC\", \"ini\": 298, \"clust\": 2968, \"rank\": 4513, \"rankvar\": 4051, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3291, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4078, \"group\": [2968.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTAGACCTTTG\", \"ini\": 297, \"clust\": 3462, \"rank\": 4737, \"rankvar\": 3961, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3292, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3838, \"group\": [3461.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATGGCCATGGTTGT\", \"ini\": 296, \"clust\": 3239, \"rank\": 4707, \"rankvar\": 1648, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3293, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3839, \"group\": [3240.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCATGGTCA\", \"ini\": 295, \"clust\": 3825, \"rank\": 4709, \"rankvar\": 2589, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3294, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3840, \"group\": [3824.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATACAAGGGAGTAA\", \"ini\": 294, \"clust\": 5076, \"rank\": 3838, \"rankvar\": 4536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3295, \"cat-1\": \"Cell Type: B_Cells\", \"cat_1_index\": 190, \"group\": [5074.0, 225.0, 45.0, 16.0, 4.0, 4.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATAGCAAGGACAC\", \"ini\": 293, \"clust\": 3343, \"rank\": 4486, \"rankvar\": 3265, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3296, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3841, \"group\": [3347.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCCACCATCAGTAC\", \"ini\": 292, \"clust\": 3217, \"rank\": 4842, \"rankvar\": 2089, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3297, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3842, \"group\": [3217.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGCAGTCACCCAGTG\", \"ini\": 291, \"clust\": 2739, \"rank\": 5066, \"rankvar\": 2393, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3298, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4201, \"group\": [2740.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTTCCCAACGG\", \"ini\": 290, \"clust\": 2969, \"rank\": 4551, \"rankvar\": 3037, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3299, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4079, \"group\": [2969.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGTGCGTTCAGTCAGT\", \"ini\": 289, \"clust\": 2864, \"rank\": 4669, \"rankvar\": 4361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3300, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4080, \"group\": [2864.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGACTTTCTTACCTA\", \"ini\": 288, \"clust\": 3216, \"rank\": 4799, \"rankvar\": 657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3301, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3843, \"group\": [3219.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTCAACGCACC\", \"ini\": 287, \"clust\": 3222, \"rank\": 4705, \"rankvar\": 2127, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3302, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3844, \"group\": [3228.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGGAACAGTGGGCTA\", \"ini\": 286, \"clust\": 2738, \"rank\": 5108, \"rankvar\": 1018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3303, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4202, \"group\": [2736.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCCGAGGGTATCG\", \"ini\": 285, \"clust\": 3420, \"rank\": 4594, \"rankvar\": 1494, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3304, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3845, \"group\": [3421.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAATCGTCACGG\", \"ini\": 284, \"clust\": 2560, \"rank\": 4956, \"rankvar\": 324, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3305, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4259, \"group\": [2567.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCAGGTATCGCAT\", \"ini\": 283, \"clust\": 3620, \"rank\": 4582, \"rankvar\": 3375, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3306, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3846, \"group\": [3619.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGAGGAGTACC\", \"ini\": 282, \"clust\": 3268, \"rank\": 4633, \"rankvar\": 1140, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3307, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3847, \"group\": [3269.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGAGGTACC\", \"ini\": 281, \"clust\": 2952, \"rank\": 4325, \"rankvar\": 1537, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3308, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4081, \"group\": [2953.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATCACTCGACG\", \"ini\": 280, \"clust\": 3766, \"rank\": 4608, \"rankvar\": 2286, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3309, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3848, \"group\": [3765.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGGTGTTTGTG\", \"ini\": 279, \"clust\": 2731, \"rank\": 5016, \"rankvar\": 1611, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3310, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4203, \"group\": [2734.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGTTTATCAAGCCTA\", \"ini\": 278, \"clust\": 3603, \"rank\": 4680, \"rankvar\": 4157, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3311, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3849, \"group\": [3604.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTGCGTCACCACCT\", \"ini\": 277, \"clust\": 3406, \"rank\": 4634, \"rankvar\": 2773, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3312, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3850, \"group\": [3409.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACGTGTGAGGCTA\", \"ini\": 276, \"clust\": 2782, \"rank\": 3742, \"rankvar\": 4475, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3313, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4082, \"group\": [2783.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAGCTTAGATGAGAG\", \"ini\": 275, \"clust\": 3414, \"rank\": 4750, \"rankvar\": 4082, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3314, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3851, \"group\": [3419.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGGGATCTGGCGAC\", \"ini\": 274, \"clust\": 2678, \"rank\": 5029, \"rankvar\": 1338, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3315, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2084, \"group\": [2678.0, 126.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTATTCAGGATATAC\", \"ini\": 273, \"clust\": 3561, \"rank\": 4723, \"rankvar\": 3116, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3316, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3852, \"group\": [3565.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCCGCATGCCTTC\", \"ini\": 272, \"clust\": 2852, \"rank\": 4480, \"rankvar\": 3627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3317, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4083, \"group\": [2852.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTTGCCTCT\", \"ini\": 271, \"clust\": 3826, \"rank\": 4850, \"rankvar\": 3412, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3318, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3853, \"group\": [3831.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTTCAGCTCGG\", \"ini\": 270, \"clust\": 2573, \"rank\": 5018, \"rankvar\": 1688, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3319, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4260, \"group\": [2576.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCATATCCTAGAAC\", \"ini\": 269, \"clust\": 3455, \"rank\": 4767, \"rankvar\": 3470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3320, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3854, \"group\": [3455.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCTACTCAT\", \"ini\": 268, \"clust\": 2789, \"rank\": 4278, \"rankvar\": 4617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3321, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4084, \"group\": [2790.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGTCCAAACTG\", \"ini\": 267, \"clust\": 3771, \"rank\": 4484, \"rankvar\": 3137, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3322, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3855, \"group\": [3770.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACACGGTAGA\", \"ini\": 266, \"clust\": 3402, \"rank\": 4871, \"rankvar\": 3691, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3323, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3856, \"group\": [3403.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGCATCCAGCCTGTG\", \"ini\": 265, \"clust\": 2733, \"rank\": 4939, \"rankvar\": 1628, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3324, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4204, \"group\": [2731.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTCTTCGTC\", \"ini\": 264, \"clust\": 3607, \"rank\": 4595, \"rankvar\": 2053, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3325, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3857, \"group\": [3606.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGCAACACGCC\", \"ini\": 263, \"clust\": 3142, \"rank\": 4745, \"rankvar\": 3361, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3326, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3858, \"group\": [3144.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGCAAGGTTCT\", \"ini\": 262, \"clust\": 3193, \"rank\": 4714, \"rankvar\": 1548, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3327, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3859, \"group\": [3196.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCCTAACAGCGAACA\", \"ini\": 261, \"clust\": 3188, \"rank\": 4587, \"rankvar\": 868, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3328, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3860, \"group\": [3190.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTCTGGTTGAACTC\", \"ini\": 260, \"clust\": 3444, \"rank\": 4863, \"rankvar\": 3349, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3329, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3861, \"group\": [3445.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCTTGCAAAGCAAT\", \"ini\": 259, \"clust\": 3202, \"rank\": 4699, \"rankvar\": 1706, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3330, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3862, \"group\": [3200.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACCTAGTGGGTCAA\", \"ini\": 258, \"clust\": 3395, \"rank\": 4775, \"rankvar\": 2559, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3331, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3863, \"group\": [3396.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAATCTGCGACG\", \"ini\": 257, \"clust\": 2735, \"rank\": 5025, \"rankvar\": 1666, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3332, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4205, \"group\": [2733.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTCCAAGTT\", \"ini\": 256, \"clust\": 3184, \"rank\": 4843, \"rankvar\": 1893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3333, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3864, \"group\": [3182.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGTCAACACGAAAGC\", \"ini\": 255, \"clust\": 3424, \"rank\": 4713, \"rankvar\": 4109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3334, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3865, \"group\": [3425.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGTCATCCAAAGTC\", \"ini\": 254, \"clust\": 3237, \"rank\": 4823, \"rankvar\": 1899, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3335, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3866, \"group\": [3236.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTAGGAAGCTGCCCA\", \"ini\": 253, \"clust\": 3513, \"rank\": 4811, \"rankvar\": 2206, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3336, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3867, \"group\": [3517.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCGTTCCGTCT\", \"ini\": 252, \"clust\": 2976, \"rank\": 4531, \"rankvar\": 1618, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3337, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4085, \"group\": [2975.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAATCTGTAGAGGAA\", \"ini\": 251, \"clust\": 3403, \"rank\": 4821, \"rankvar\": 3295, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3338, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3868, \"group\": [3404.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGAGGTCACGAAGG\", \"ini\": 250, \"clust\": 3242, \"rank\": 4834, \"rankvar\": 2199, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3339, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3869, \"group\": [3243.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAAGTAAAGTCA\", \"ini\": 249, \"clust\": 3256, \"rank\": 4788, \"rankvar\": 1757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3340, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3870, \"group\": [3255.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAATCGTAGTAGTA\", \"ini\": 248, \"clust\": 3399, \"rank\": 4804, \"rankvar\": 2602, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3341, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3871, \"group\": [3402.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGGTATATGGA\", \"ini\": 247, \"clust\": 3143, \"rank\": 4851, \"rankvar\": 3877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3342, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3872, \"group\": [3142.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAACAGATGAGC\", \"ini\": 246, \"clust\": 2727, \"rank\": 5093, \"rankvar\": 1463, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3343, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4206, \"group\": [2725.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGACACGTTGGC\", \"ini\": 245, \"clust\": 3221, \"rank\": 4880, \"rankvar\": 3667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3344, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3873, \"group\": [3221.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTACTCCGTAAGGGCT\", \"ini\": 244, \"clust\": 3777, \"rank\": 4492, \"rankvar\": 1672, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3345, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3874, \"group\": [3776.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGCACTATCTT\", \"ini\": 243, \"clust\": 3409, \"rank\": 4827, \"rankvar\": 4193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3346, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3875, \"group\": [3410.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGAGGGTCGAT\", \"ini\": 242, \"clust\": 2865, \"rank\": 4876, \"rankvar\": 4342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3347, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4111, \"group\": [2865.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAATGGAGAGCTGCA\", \"ini\": 241, \"clust\": 3209, \"rank\": 4897, \"rankvar\": 1865, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3348, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3876, \"group\": [3216.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCGACTCATTTGGG\", \"ini\": 240, \"clust\": 2565, \"rank\": 4989, \"rankvar\": 1281, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3349, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4261, \"group\": [2565.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTAAGACCACAAGACG\", \"ini\": 239, \"clust\": 3165, \"rank\": 4835, \"rankvar\": 2418, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3350, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3877, \"group\": [3171.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCAGTTCACTTCAT\", \"ini\": 238, \"clust\": 3211, \"rank\": 4766, \"rankvar\": 1523, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3351, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3878, \"group\": [3210.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGCTCGTGATGCCC\", \"ini\": 237, \"clust\": 3783, \"rank\": 4561, \"rankvar\": 2657, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3352, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3879, \"group\": [3782.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGTGAGCACAGGT\", \"ini\": 236, \"clust\": 3230, \"rank\": 4860, \"rankvar\": 4201, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3353, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3880, \"group\": [3231.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACGGCAGTGAAGAG\", \"ini\": 235, \"clust\": 3191, \"rank\": 4908, \"rankvar\": 1583, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3354, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3881, \"group\": [3192.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCGGTCAATAACGA\", \"ini\": 234, \"clust\": 2741, \"rank\": 5087, \"rankvar\": 1980, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3355, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4207, \"group\": [2739.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCGTACAGACG\", \"ini\": 233, \"clust\": 2965, \"rank\": 4250, \"rankvar\": 3696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3356, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4086, \"group\": [2963.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAGCCTGTG\", \"ini\": 232, \"clust\": 2888, \"rank\": 5019, \"rankvar\": 4443, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3357, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4112, \"group\": [2888.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCACATCCGGGT\", \"ini\": 231, \"clust\": 3250, \"rank\": 4646, \"rankvar\": 1103, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3358, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3882, \"group\": [3251.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGAGCGCTTAT\", \"ini\": 230, \"clust\": 2874, \"rank\": 4887, \"rankvar\": 3687, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3359, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4113, \"group\": [2873.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGCCGTTCCATGAGT\", \"ini\": 229, \"clust\": 2982, \"rank\": 4050, \"rankvar\": 3257, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3360, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4087, \"group\": [2981.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACCATTCCTCG\", \"ini\": 228, \"clust\": 2885, \"rank\": 4986, \"rankvar\": 2933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3361, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4114, \"group\": [2889.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGCAGTCTTGTTTG\", \"ini\": 227, \"clust\": 3167, \"rank\": 4902, \"rankvar\": 3321, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3362, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3883, \"group\": [3166.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGTAGGCATTCCTGC\", \"ini\": 226, \"clust\": 2851, \"rank\": 4571, \"rankvar\": 4852, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3363, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4088, \"group\": [2854.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATCTGGTA\", \"ini\": 225, \"clust\": 2889, \"rank\": 4944, \"rankvar\": 3920, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3364, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4115, \"group\": [2886.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAACATCCACAAGCCC\", \"ini\": 224, \"clust\": 2787, \"rank\": 4063, \"rankvar\": 4220, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3365, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4089, \"group\": [2787.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAGTTAGTGAAGGCT\", \"ini\": 223, \"clust\": 3408, \"rank\": 4896, \"rankvar\": 4676, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3366, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3884, \"group\": [3408.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCGTAAGTGAAGGCT\", \"ini\": 222, \"clust\": 2934, \"rank\": 4789, \"rankvar\": 4458, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3367, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4116, \"group\": [2934.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACACGATCCGTTGTC\", \"ini\": 221, \"clust\": 3344, \"rank\": 4782, \"rankvar\": 3703, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3368, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3885, \"group\": [3346.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGCTAGT\", \"ini\": 220, \"clust\": 3410, \"rank\": 4773, \"rankvar\": 2698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3369, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3886, \"group\": [3411.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCTGGAGCC\", \"ini\": 219, \"clust\": 3128, \"rank\": 4912, \"rankvar\": 506, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3370, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3887, \"group\": [3131.0, 157.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAACGATGG\", \"ini\": 218, \"clust\": 3622, \"rank\": 4417, \"rankvar\": 3174, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3371, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3888, \"group\": [3622.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTTTCCGTTCAGGCC\", \"ini\": 217, \"clust\": 2568, \"rank\": 5091, \"rankvar\": 1500, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3372, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4262, \"group\": [2568.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGGCATCAATGGTCT\", \"ini\": 216, \"clust\": 2875, \"rank\": 4878, \"rankvar\": 4229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3373, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4117, \"group\": [2874.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAAAGAGCTATA\", \"ini\": 215, \"clust\": 3445, \"rank\": 4893, \"rankvar\": 3193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3374, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3889, \"group\": [3446.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCAGGAGCGTT\", \"ini\": 214, \"clust\": 2587, \"rank\": 5112, \"rankvar\": 1063, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3375, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4263, \"group\": [2585.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACCTATCTCCCTGA\", \"ini\": 213, \"clust\": 3434, \"rank\": 4805, \"rankvar\": 4079, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3376, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3890, \"group\": [3433.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAAGTGCATCTA\", \"ini\": 212, \"clust\": 3775, \"rank\": 4526, \"rankvar\": 2905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3377, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3891, \"group\": [3775.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACCAGTAAACCTC\", \"ini\": 211, \"clust\": 3181, \"rank\": 4906, \"rankvar\": 1065, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3378, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3892, \"group\": [3181.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTTTGTCTACCTC\", \"ini\": 210, \"clust\": 2711, \"rank\": 5076, \"rankvar\": 1175, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3379, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4208, \"group\": [2708.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTGGGTAGCGTAATA\", \"ini\": 209, \"clust\": 2873, \"rank\": 4988, \"rankvar\": 4839, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3380, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4118, \"group\": [2875.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAACTCGTTATCACG\", \"ini\": 208, \"clust\": 3192, \"rank\": 4801, \"rankvar\": 696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3381, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3893, \"group\": [3193.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGGAAGCATGGTAGG\", \"ini\": 207, \"clust\": 2588, \"rank\": 5084, \"rankvar\": 1507, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3382, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4264, \"group\": [2586.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGAGAACTGTA\", \"ini\": 206, \"clust\": 2730, \"rank\": 5124, \"rankvar\": 2228, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3383, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4209, \"group\": [2729.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAACATACTACG\", \"ini\": 205, \"clust\": 3785, \"rank\": 4420, \"rankvar\": 3697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3384, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3894, \"group\": [3784.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGCAAATCCGT\", \"ini\": 204, \"clust\": 3512, \"rank\": 4873, \"rankvar\": 4640, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3385, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3895, \"group\": [3513.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACTACAGTAGTGAAT\", \"ini\": 203, \"clust\": 2892, \"rank\": 5042, \"rankvar\": 4522, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3386, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4119, \"group\": [2893.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTTGTAGGATTCGG\", \"ini\": 202, \"clust\": 2687, \"rank\": 4958, \"rankvar\": 1339, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3387, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3896, \"group\": [2690.0, 128.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCACGATGT\", \"ini\": 201, \"clust\": 2896, \"rank\": 4938, \"rankvar\": 3963, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3388, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4120, \"group\": [2896.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAAGATGAGAATGTGT\", \"ini\": 200, \"clust\": 3773, \"rank\": 4740, \"rankvar\": 1950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3389, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3897, \"group\": [3773.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATGCCTGTACAGACG\", \"ini\": 199, \"clust\": 3150, \"rank\": 4904, \"rankvar\": 2342, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3390, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3898, \"group\": [3150.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGGAAGTTGAGTA\", \"ini\": 198, \"clust\": 2899, \"rank\": 4946, \"rankvar\": 4511, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3391, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4121, \"group\": [2898.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACGAACAGCATACT\", \"ini\": 197, \"clust\": 3187, \"rank\": 4862, \"rankvar\": 2021, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3392, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3899, \"group\": [3187.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTACACAACTGT\", \"ini\": 196, \"clust\": 2579, \"rank\": 5125, \"rankvar\": 1245, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3393, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4265, \"group\": [2580.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCAACCATG\", \"ini\": 195, \"clust\": 2715, \"rank\": 5166, \"rankvar\": 697, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3394, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4210, \"group\": [2710.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACAAACTGTC\", \"ini\": 194, \"clust\": 2577, \"rank\": 5185, \"rankvar\": 577, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3395, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4266, \"group\": [2578.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GACGGCTAGCGATTCT\", \"ini\": 193, \"clust\": 2582, \"rank\": 5095, \"rankvar\": 880, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3396, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4267, \"group\": [2582.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTCTCTCAGCGTTCG\", \"ini\": 192, \"clust\": 3148, \"rank\": 4774, \"rankvar\": 2621, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3397, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3900, \"group\": [3151.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTGAACGTCTCTGTCG\", \"ini\": 191, \"clust\": 2745, \"rank\": 4991, \"rankvar\": 2569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3398, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4211, \"group\": [2749.0, 130.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGGTCTTCGTCTGAA\", \"ini\": 190, \"clust\": 3396, \"rank\": 4764, \"rankvar\": 1360, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3399, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3901, \"group\": [3397.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGGGCTTGA\", \"ini\": 189, \"clust\": 2747, \"rank\": 5030, \"rankvar\": 956, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3400, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4212, \"group\": [2747.0, 130.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATGTGTAAGGGCT\", \"ini\": 188, \"clust\": 3240, \"rank\": 4818, \"rankvar\": 1468, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3401, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3902, \"group\": [3241.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGTCATGTCTT\", \"ini\": 187, \"clust\": 3255, \"rank\": 4772, \"rankvar\": 2915, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3402, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3903, \"group\": [3257.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTAGAGTCCCTACT\", \"ini\": 186, \"clust\": 3144, \"rank\": 4708, \"rankvar\": 3514, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3403, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3904, \"group\": [3143.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATTCAGATAAG\", \"ini\": 185, \"clust\": 3781, \"rank\": 4668, \"rankvar\": 1823, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3404, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3905, \"group\": [3787.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACGTAAACGCG\", \"ini\": 184, \"clust\": 3185, \"rank\": 4635, \"rankvar\": 896, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3405, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3906, \"group\": [3183.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCAAGGCCCGTT\", \"ini\": 183, \"clust\": 3212, \"rank\": 4720, \"rankvar\": 950, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3406, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3907, \"group\": [3211.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTTGAGTTC\", \"ini\": 182, \"clust\": 3422, \"rank\": 4798, \"rankvar\": 4058, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3407, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3908, \"group\": [3423.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACTCAAACGGG\", \"ini\": 181, \"clust\": 3213, \"rank\": 4768, \"rankvar\": 1185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3408, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3909, \"group\": [3215.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAACCGAGGCTAGGT\", \"ini\": 180, \"clust\": 2973, \"rank\": 4752, \"rankvar\": 3968, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3409, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4090, \"group\": [2970.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCTGGAGCCACCTG\", \"ini\": 179, \"clust\": 2718, \"rank\": 5146, \"rankvar\": 536, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3410, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4213, \"group\": [2715.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGCAAGCCGCT\", \"ini\": 178, \"clust\": 2586, \"rank\": 5129, \"rankvar\": 2708, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3411, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4268, \"group\": [2587.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTACTGCAGATGGGT\", \"ini\": 177, \"clust\": 3235, \"rank\": 4882, \"rankvar\": 3895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3412, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3910, \"group\": [3237.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGAGTTAAAGTG\", \"ini\": 176, \"clust\": 2746, \"rank\": 4985, \"rankvar\": 3598, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3413, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4214, \"group\": [2748.0, 130.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTACACATCCGCGA\", \"ini\": 175, \"clust\": 3778, \"rank\": 4596, \"rankvar\": 2398, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3414, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3911, \"group\": [3777.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACAAGAGTCCGTAT\", \"ini\": 174, \"clust\": 2574, \"rank\": 5082, \"rankvar\": 485, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3415, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4269, \"group\": [2575.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTATCTCAACTT\", \"ini\": 173, \"clust\": 2979, \"rank\": 4603, \"rankvar\": 3793, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3416, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4091, \"group\": [2978.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGATCGGCATGGAATA\", \"ini\": 172, \"clust\": 2935, \"rank\": 4916, \"rankvar\": 4895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3417, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4122, \"group\": [2935.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGCATGCATGT\", \"ini\": 171, \"clust\": 2877, \"rank\": 5075, \"rankvar\": 4055, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3418, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4123, \"group\": [2876.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACGTTCACCTC\", \"ini\": 170, \"clust\": 3190, \"rank\": 4900, \"rankvar\": 2121, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3419, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3912, \"group\": [3189.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATCGATCAAGGACAC\", \"ini\": 169, \"clust\": 2705, \"rank\": 5122, \"rankvar\": 569, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3420, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4215, \"group\": [2701.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGTCTCTTGCCGT\", \"ini\": 168, \"clust\": 3129, \"rank\": 4987, \"rankvar\": 893, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3421, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3913, \"group\": [3129.0, 157.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATAAGAGCACTACAGT\", \"ini\": 167, \"clust\": 3151, \"rank\": 4729, \"rankvar\": 1512, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3422, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3914, \"group\": [3172.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACCCATCGCGATCG\", \"ini\": 166, \"clust\": 2977, \"rank\": 4734, \"rankvar\": 2278, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3423, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4092, \"group\": [2976.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTACACAGTGGGTTG\", \"ini\": 165, \"clust\": 3195, \"rank\": 4868, \"rankvar\": 3135, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3424, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3915, \"group\": [3195.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAGGTTCTCCTGCCAT\", \"ini\": 164, \"clust\": 2900, \"rank\": 4973, \"rankvar\": 4603, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3425, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4124, \"group\": [2899.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCTAATTCCGAATGT\", \"ini\": 163, \"clust\": 2590, \"rank\": 5033, \"rankvar\": 3052, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3426, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4270, \"group\": [2590.0, 121.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACCAGGCATGTAAGA\", \"ini\": 162, \"clust\": 2886, \"rank\": 5067, \"rankvar\": 3573, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3427, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4125, \"group\": [2884.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAAACAGTTGTCGT\", \"ini\": 161, \"clust\": 2898, \"rank\": 4957, \"rankvar\": 4888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3428, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4126, \"group\": [2900.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCTCGTCCCGACA\", \"ini\": 160, \"clust\": 2988, \"rank\": 5045, \"rankvar\": 957, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3429, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4216, \"group\": [2988.0, 140.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACCTTATCTTCGAGA\", \"ini\": 159, \"clust\": 2700, \"rank\": 5144, \"rankvar\": 578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3430, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4217, \"group\": [2727.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGATTTCAGTCCTCCT\", \"ini\": 158, \"clust\": 2552, \"rank\": 5118, \"rankvar\": 642, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3431, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4271, \"group\": [2553.0, 119.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGCAGACAGGT\", \"ini\": 157, \"clust\": 3456, \"rank\": 4505, \"rankvar\": 2832, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3432, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3916, \"group\": [3459.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAATAACACATCCGG\", \"ini\": 156, \"clust\": 2681, \"rank\": 5036, \"rankvar\": 1633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3433, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4093, \"group\": [2687.0, 127.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCTAAGTACCAGTT\", \"ini\": 155, \"clust\": 2720, \"rank\": 5134, \"rankvar\": 709, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3434, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4218, \"group\": [2716.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGTGTCAGTGCTGTAT\", \"ini\": 154, \"clust\": 3244, \"rank\": 4994, \"rankvar\": 875, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3435, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3917, \"group\": [3248.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCAGTGGGAT\", \"ini\": 153, \"clust\": 3231, \"rank\": 4962, \"rankvar\": 4620, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3436, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3918, \"group\": [3232.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGCGCTCT\", \"ini\": 152, \"clust\": 3183, \"rank\": 4968, \"rankvar\": 2222, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3437, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3919, \"group\": [3184.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTAATAGCA\", \"ini\": 151, \"clust\": 2561, \"rank\": 5027, \"rankvar\": 1262, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3438, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4272, \"group\": [2561.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGAAAAGTGTACCT\", \"ini\": 150, \"clust\": 2895, \"rank\": 4836, \"rankvar\": 4741, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3439, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4127, \"group\": [2901.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTTGCCATAGAAAC\", \"ini\": 149, \"clust\": 2698, \"rank\": 5141, \"rankvar\": 1253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3440, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4219, \"group\": [2742.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTCAGTAGATGGGTC\", \"ini\": 148, \"clust\": 2683, \"rank\": 5092, \"rankvar\": 290, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3441, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4220, \"group\": [2685.0, 127.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGACATTAGGGCTTCC\", \"ini\": 147, \"clust\": 2707, \"rank\": 5159, \"rankvar\": 755, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3442, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4221, \"group\": [2705.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATTCAGCAGACGCTC\", \"ini\": 146, \"clust\": 3682, \"rank\": 4216, \"rankvar\": 1303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3443, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3920, \"group\": [3681.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCGACTGTTTGACTG\", \"ini\": 145, \"clust\": 3179, \"rank\": 4786, \"rankvar\": 579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3444, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3921, \"group\": [3191.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAATGACATATGAGA\", \"ini\": 144, \"clust\": 2911, \"rank\": 4970, \"rankvar\": 3702, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3445, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4128, \"group\": [2912.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAATGCCGTCACTTCC\", \"ini\": 143, \"clust\": 2708, \"rank\": 5179, \"rankvar\": 1048, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3446, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4222, \"group\": [2706.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGATGAGTCTGGAGA\", \"ini\": 142, \"clust\": 3401, \"rank\": 4941, \"rankvar\": 4472, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3447, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3922, \"group\": [3401.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGTCATGTCTAGGTT\", \"ini\": 141, \"clust\": 2983, \"rank\": 4519, \"rankvar\": 2669, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3448, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4094, \"group\": [2986.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTCTACTCAAGCCTA\", \"ini\": 140, \"clust\": 3174, \"rank\": 5008, \"rankvar\": 3633, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3449, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3923, \"group\": [3175.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACGTTGTCACAACGT\", \"ini\": 139, \"clust\": 3182, \"rank\": 4849, \"rankvar\": 3191, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3450, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3924, \"group\": [3185.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGTATCTTGCATT\", \"ini\": 138, \"clust\": 2907, \"rank\": 4930, \"rankvar\": 2310, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3451, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4129, \"group\": [2909.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTAAACCTC\", \"ini\": 137, \"clust\": 2749, \"rank\": 4952, \"rankvar\": 667, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3452, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4223, \"group\": [2746.0, 130.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCATTACCTT\", \"ini\": 136, \"clust\": 2722, \"rank\": 5167, \"rankvar\": 1895, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3453, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4224, \"group\": [2720.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTCTCCTAGTTACGGG\", \"ini\": 135, \"clust\": 2853, \"rank\": 4721, \"rankvar\": 4671, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3454, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4095, \"group\": [2853.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCACACGTGGTAACG\", \"ini\": 134, \"clust\": 2884, \"rank\": 5060, \"rankvar\": 4513, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3455, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4130, \"group\": [2890.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTCGGCACT\", \"ini\": 133, \"clust\": 2721, \"rank\": 5149, \"rankvar\": 1087, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3456, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4225, \"group\": [2717.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCGTGGCAAGTAATG\", \"ini\": 132, \"clust\": 2724, \"rank\": 5162, \"rankvar\": 2367, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3457, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4226, \"group\": [2724.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCACGATCTTACCGC\", \"ini\": 131, \"clust\": 2989, \"rank\": 4950, \"rankvar\": 3638, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3458, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4227, \"group\": [2989.0, 140.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTGGCTAGGAGTTTA\", \"ini\": 130, \"clust\": 3228, \"rank\": 4972, \"rankvar\": 4364, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3459, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3925, \"group\": [3229.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTGATCCCATATGAGA\", \"ini\": 129, \"clust\": 2555, \"rank\": 5188, \"rankvar\": 242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3460, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4273, \"group\": [2557.0, 119.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTAAGACTAAGT\", \"ini\": 128, \"clust\": 2882, \"rank\": 5012, \"rankvar\": 3007, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3461, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4131, \"group\": [2882.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCAGAAAGTGATCGG\", \"ini\": 127, \"clust\": 3227, \"rank\": 4923, \"rankvar\": 4180, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3462, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3926, \"group\": [3227.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGAGAGCTTCT\", \"ini\": 126, \"clust\": 2571, \"rank\": 5123, \"rankvar\": 2144, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3463, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4274, \"group\": [2571.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTTCTTGTCAT\", \"ini\": 125, \"clust\": 2974, \"rank\": 4815, \"rankvar\": 4627, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3464, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4096, \"group\": [2971.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTAAAGAGTTAAGTG\", \"ini\": 124, \"clust\": 2563, \"rank\": 5196, \"rankvar\": 890, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3465, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4275, \"group\": [2563.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGCGCAGTGCCTGCA\", \"ini\": 123, \"clust\": 2923, \"rank\": 4971, \"rankvar\": 4905, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3466, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4132, \"group\": [2924.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTTACTTCACGCATA\", \"ini\": 122, \"clust\": 2866, \"rank\": 4579, \"rankvar\": 3978, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3467, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4133, \"group\": [2869.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTCCTAGAGGTACC\", \"ini\": 121, \"clust\": 2716, \"rank\": 5190, \"rankvar\": 1022, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3468, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4228, \"group\": [2711.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCACTACAGTCGCCGT\", \"ini\": 120, \"clust\": 3229, \"rank\": 5070, \"rankvar\": 4696, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3469, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3927, \"group\": [3230.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCCCGATTCTTGTATC\", \"ini\": 119, \"clust\": 2569, \"rank\": 5130, \"rankvar\": 2042, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3470, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4276, \"group\": [2569.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGGGAGTTCGTCTC\", \"ini\": 118, \"clust\": 3251, \"rank\": 4931, \"rankvar\": 3969, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3471, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3928, \"group\": [3252.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCCTAGAGAAACGAG\", \"ini\": 117, \"clust\": 2699, \"rank\": 5069, \"rankvar\": 1309, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3472, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4229, \"group\": [2741.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCGTATCAGGCTCAC\", \"ini\": 116, \"clust\": 2723, \"rank\": 5048, \"rankvar\": 964, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3473, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4230, \"group\": [2721.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACTAGCACTTACGA\", \"ini\": 115, \"clust\": 2850, \"rank\": 4831, \"rankvar\": 4830, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3474, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4097, \"group\": [2851.0, 132.0, 27.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCATGTAAGAGGTTGC\", \"ini\": 114, \"clust\": 2682, \"rank\": 5104, \"rankvar\": 1877, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3475, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4231, \"group\": [2686.0, 127.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGTCTGCAATCTACG\", \"ini\": 113, \"clust\": 2704, \"rank\": 5187, \"rankvar\": 1099, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3476, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4232, \"group\": [2703.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCCAGCTTCGG\", \"ini\": 112, \"clust\": 2583, \"rank\": 5189, \"rankvar\": 1578, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3477, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4277, \"group\": [2583.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGTGCAGGAGTACC\", \"ini\": 111, \"clust\": 2928, \"rank\": 5006, \"rankvar\": 4690, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3478, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4134, \"group\": [2933.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTATAAACG\", \"ini\": 110, \"clust\": 2985, \"rank\": 4865, \"rankvar\": 4575, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3479, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4098, \"group\": [2983.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACTCTTCACAACGCC\", \"ini\": 109, \"clust\": 2919, \"rank\": 5047, \"rankvar\": 3859, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3480, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4135, \"group\": [2920.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCGGGTTCATGATCCA\", \"ini\": 108, \"clust\": 2690, \"rank\": 5101, \"rankvar\": 772, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3481, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4233, \"group\": [2695.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAACTGTCCGTCAAA\", \"ini\": 107, \"clust\": 2719, \"rank\": 5192, \"rankvar\": 2193, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3482, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4234, \"group\": [2718.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCACGGAGAGATGAG\", \"ini\": 106, \"clust\": 2938, \"rank\": 4969, \"rankvar\": 2018, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3483, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4136, \"group\": [2937.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCTTGAACATGTTGAC\", \"ini\": 105, \"clust\": 2575, \"rank\": 5191, \"rankvar\": 1607, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3484, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4278, \"group\": [2573.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCGGTAAGAGTGACC\", \"ini\": 104, \"clust\": 2726, \"rank\": 5173, \"rankvar\": 999, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3485, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4235, \"group\": [2723.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAAGGCGACAT\", \"ini\": 103, \"clust\": 2728, \"rank\": 5117, \"rankvar\": 1844, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3486, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4236, \"group\": [2726.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGGAGAGGAGTTTA\", \"ini\": 102, \"clust\": 3210, \"rank\": 4945, \"rankvar\": 3881, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3487, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3929, \"group\": [3212.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCCGCGGTA\", \"ini\": 101, \"clust\": 2970, \"rank\": 4743, \"rankvar\": 4470, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3488, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4099, \"group\": [2974.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAATTGCTG\", \"ini\": 100, \"clust\": 2887, \"rank\": 5103, \"rankvar\": 4444, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3489, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4137, \"group\": [2885.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCTACCTCGCACTCT\", \"ini\": 99, \"clust\": 3018, \"rank\": 4503, \"rankvar\": 2764, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3490, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3930, \"group\": [3018.0, 151.0, 31.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTACGGTTGATTGC\", \"ini\": 98, \"clust\": 2920, \"rank\": 4998, \"rankvar\": 4177, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3491, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4138, \"group\": [2921.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGGAATGTCGCGATCG\", \"ini\": 97, \"clust\": 2869, \"rank\": 5100, \"rankvar\": 4249, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3492, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4139, \"group\": [2891.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAGACCATCTGCTGTC\", \"ini\": 96, \"clust\": 3252, \"rank\": 5011, \"rankvar\": 4491, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3493, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3931, \"group\": [3253.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGAGCCAGTTT\", \"ini\": 95, \"clust\": 2893, \"rank\": 5052, \"rankvar\": 3864, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3494, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4140, \"group\": [2894.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTTCTGGTTAAGATG\", \"ini\": 94, \"clust\": 2578, \"rank\": 5214, \"rankvar\": 959, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3495, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4279, \"group\": [2579.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTATCTTCACTGGGC\", \"ini\": 93, \"clust\": 2572, \"rank\": 5172, \"rankvar\": 1430, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3496, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4280, \"group\": [2572.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAAGCAGCACATTAGC\", \"ini\": 92, \"clust\": 3223, \"rank\": 5032, \"rankvar\": 2947, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3497, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3932, \"group\": [3225.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AAACCTGCATACGCCG\", \"ini\": 91, \"clust\": 2972, \"rank\": 4803, \"rankvar\": 4269, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3498, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4100, \"group\": [2972.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCTCGAATGCT\", \"ini\": 90, \"clust\": 2862, \"rank\": 4996, \"rankvar\": 3878, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3499, \"cat-1\": \"Cell Type: Macrophages-3\", \"cat_1_index\": 3098, \"group\": [2863.0, 136.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGGTAGTACCT\", \"ini\": 89, \"clust\": 2564, \"rank\": 5168, \"rankvar\": 743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3500, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4281, \"group\": [2564.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTAGCGTAG\", \"ini\": 88, \"clust\": 3224, \"rank\": 4977, \"rankvar\": 3070, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3501, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3933, \"group\": [3223.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACAGGCCATCCTTGC\", \"ini\": 87, \"clust\": 2736, \"rank\": 5023, \"rankvar\": 925, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3502, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4237, \"group\": [2737.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAATGAACAGTCAGCC\", \"ini\": 86, \"clust\": 3243, \"rank\": 5056, \"rankvar\": 4390, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3503, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3934, \"group\": [3244.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATATGGTCCCAAGTA\", \"ini\": 85, \"clust\": 2930, \"rank\": 5026, \"rankvar\": 4680, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3504, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4141, \"group\": [2931.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TATCAGGTCCTATTCA\", \"ini\": 84, \"clust\": 3241, \"rank\": 5050, \"rankvar\": 4645, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3505, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3935, \"group\": [3242.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGCTTGAAGTGAATTG\", \"ini\": 83, \"clust\": 2581, \"rank\": 5200, \"rankvar\": 1413, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3506, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4282, \"group\": [2584.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGAGAGGTACCGTTA\", \"ini\": 82, \"clust\": 2714, \"rank\": 5113, \"rankvar\": 592, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3507, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4238, \"group\": [2712.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GATGCTACACACCGAC\", \"ini\": 81, \"clust\": 2926, \"rank\": 5003, \"rankvar\": 4668, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3508, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4142, \"group\": [2926.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCCCCAATGAAAC\", \"ini\": 80, \"clust\": 2912, \"rank\": 5099, \"rankvar\": 4459, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3509, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4143, \"group\": [2919.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAATCAGATCGATA\", \"ini\": 79, \"clust\": 3176, \"rank\": 5110, \"rankvar\": 2813, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3510, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3936, \"group\": [3179.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAACCAAAGGGTGTTG\", \"ini\": 78, \"clust\": 2924, \"rank\": 5035, \"rankvar\": 4495, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3511, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4144, \"group\": [2925.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTTGGGAGTGCTGCC\", \"ini\": 77, \"clust\": 2876, \"rank\": 5105, \"rankvar\": 4358, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3512, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4145, \"group\": [2878.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCTCCTTCTTGTATC\", \"ini\": 76, \"clust\": 3405, \"rank\": 4984, \"rankvar\": 4425, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3513, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3937, \"group\": [3406.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACAATCGGTGTTA\", \"ini\": 75, \"clust\": 2937, \"rank\": 5107, \"rankvar\": 1617, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3514, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4146, \"group\": [2939.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGAGCAACAAAGGCGT\", \"ini\": 74, \"clust\": 3225, \"rank\": 4979, \"rankvar\": 4356, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3515, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3938, \"group\": [3224.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AACCGCGCACTAGTAC\", \"ini\": 73, \"clust\": 2929, \"rank\": 5014, \"rankvar\": 4521, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3516, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4147, \"group\": [2932.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAGTGACCAAG\", \"ini\": 72, \"clust\": 2703, \"rank\": 5205, \"rankvar\": 2253, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3517, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4239, \"group\": [2700.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGATACAGGTGATAT\", \"ini\": 71, \"clust\": 3253, \"rank\": 4997, \"rankvar\": 4408, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3518, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3939, \"group\": [3254.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACCGGTCCATGAAC\", \"ini\": 70, \"clust\": 2942, \"rank\": 4690, \"rankvar\": 2835, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3519, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4101, \"group\": [2942.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGGTTAGCAATCCAAC\", \"ini\": 69, \"clust\": 3248, \"rank\": 5044, \"rankvar\": 4579, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3520, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3940, \"group\": [3249.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCAGGATAGTGGGTTG\", \"ini\": 68, \"clust\": 2691, \"rank\": 5204, \"rankvar\": 622, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3521, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4240, \"group\": [2694.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCGTCATGCCG\", \"ini\": 67, \"clust\": 2554, \"rank\": 5138, \"rankvar\": 2234, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3522, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4283, \"group\": [2558.0, 119.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATGTTGTGGAG\", \"ini\": 66, \"clust\": 2915, \"rank\": 5031, \"rankvar\": 3670, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3523, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4148, \"group\": [2916.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GAGTCCGAGAGGTAGA\", \"ini\": 65, \"clust\": 2933, \"rank\": 4920, \"rankvar\": 4348, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3524, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4149, \"group\": [2936.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCACAAGCATCACAAC\", \"ini\": 64, \"clust\": 2927, \"rank\": 5046, \"rankvar\": 4539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3525, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4150, \"group\": [2927.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCGGTAGTCCCTTGCA\", \"ini\": 63, \"clust\": 2566, \"rank\": 5077, \"rankvar\": 1242, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3526, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4284, \"group\": [2566.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGTAGCGAGTATCTCG\", \"ini\": 62, \"clust\": 2931, \"rank\": 5005, \"rankvar\": 4509, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3527, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4151, \"group\": [2929.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CACACTCGTATAGTAG\", \"ini\": 61, \"clust\": 2939, \"rank\": 5020, \"rankvar\": 3614, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3528, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4152, \"group\": [2938.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCAGAGTCACACGC\", \"ini\": 60, \"clust\": 3246, \"rank\": 5106, \"rankvar\": 2683, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3529, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3941, \"group\": [3245.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATGCGATCATGTCTCC\", \"ini\": 59, \"clust\": 3130, \"rank\": 5152, \"rankvar\": 2974, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3530, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3942, \"group\": [3130.0, 157.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTAGGCCCATTGGTAC\", \"ini\": 58, \"clust\": 2897, \"rank\": 5085, \"rankvar\": 4359, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3531, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4153, \"group\": [2897.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCAATTAGGATGGTC\", \"ini\": 57, \"clust\": 2685, \"rank\": 5218, \"rankvar\": 933, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3532, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4241, \"group\": [2682.0, 127.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TTTATGCAGTGTTGAA\", \"ini\": 56, \"clust\": 3249, \"rank\": 5115, \"rankvar\": 5098, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3533, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3943, \"group\": [3250.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGAATAGAGAGTGACC\", \"ini\": 55, \"clust\": 2913, \"rank\": 5111, \"rankvar\": 4478, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3534, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4154, \"group\": [2918.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCCCTATCTTTCCTC\", \"ini\": 54, \"clust\": 2693, \"rank\": 5199, \"rankvar\": 229, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3535, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4242, \"group\": [2691.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTGGAACACAGAGGT\", \"ini\": 53, \"clust\": 3245, \"rank\": 5068, \"rankvar\": 2941, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3536, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3944, \"group\": [3247.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACCTTTAGTACACCGC\", \"ini\": 52, \"clust\": 2686, \"rank\": 5222, \"rankvar\": 594, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3537, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4243, \"group\": [2683.0, 127.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCAATCCCAATGGAAT\", \"ini\": 51, \"clust\": 2921, \"rank\": 5073, \"rankvar\": 4529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3538, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4155, \"group\": [2922.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCGCGTGTGGCTC\", \"ini\": 50, \"clust\": 2986, \"rank\": 4949, \"rankvar\": 4069, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3539, \"cat-1\": \"Cell Type: Monocytes-2\", \"cat_1_index\": 4102, \"group\": [2984.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGAAGGCGTACA\", \"ini\": 49, \"clust\": 2908, \"rank\": 5062, \"rankvar\": 2572, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3540, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4156, \"group\": [2907.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGTCTACTATC\", \"ini\": 48, \"clust\": 2914, \"rank\": 5081, \"rankvar\": 3163, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3541, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4157, \"group\": [2917.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCGTAGAGTTGATTGC\", \"ini\": 47, \"clust\": 2591, \"rank\": 5135, \"rankvar\": 2960, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3542, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3945, \"group\": [2591.0, 121.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTATCTTGTCTAGAGG\", \"ini\": 46, \"clust\": 2551, \"rank\": 4942, \"rankvar\": 1888, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3543, \"cat-1\": \"Cell Type: CD4__T_Cells\", \"cat_1_index\": 2085, \"group\": [2552.0, 118.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACAACGTCTCAACA\", \"ini\": 45, \"clust\": 3177, \"rank\": 5133, \"rankvar\": 2314, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3544, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3946, \"group\": [3177.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGTGTTTAGTGAATTG\", \"ini\": 44, \"clust\": 3178, \"rank\": 5136, \"rankvar\": 2900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3545, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3947, \"group\": [3178.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCATTCGAGTGAAGTT\", \"ini\": 43, \"clust\": 2917, \"rank\": 5114, \"rankvar\": 3729, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3546, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4158, \"group\": [2913.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATTATCCAGCTGTTA\", \"ini\": 42, \"clust\": 2894, \"rank\": 5024, \"rankvar\": 4289, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3547, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4159, \"group\": [2895.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGGACTGGTTCAACCA\", \"ini\": 41, \"clust\": 2901, \"rank\": 5017, \"rankvar\": 4656, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3548, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4160, \"group\": [2910.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TACTCATAGAAACCGC\", \"ini\": 40, \"clust\": 2553, \"rank\": 5212, \"rankvar\": 2705, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3549, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4161, \"group\": [2554.0, 119.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGCACCTGTGCTGTAT\", \"ini\": 39, \"clust\": 2903, \"rank\": 5128, \"rankvar\": 4185, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3550, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4162, \"group\": [2902.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGCTTCCATTGGTAC\", \"ini\": 38, \"clust\": 2556, \"rank\": 5223, \"rankvar\": 109, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3551, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4285, \"group\": [2555.0, 119.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTAAGCTCTCGAGTA\", \"ini\": 37, \"clust\": 2558, \"rank\": 5224, \"rankvar\": 546, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3552, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4244, \"group\": [2559.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCTTCGACACTCGACG\", \"ini\": 36, \"clust\": 2909, \"rank\": 5109, \"rankvar\": 3152, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3553, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4163, \"group\": [2908.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGCCGAAGGGTTTCT\", \"ini\": 35, \"clust\": 3175, \"rank\": 5139, \"rankvar\": 3028, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3554, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3948, \"group\": [3176.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCTGCCCACGACTCG\", \"ini\": 34, \"clust\": 2713, \"rank\": 5202, \"rankvar\": 1015, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3555, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4245, \"group\": [2713.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CCCAGTTCACAGGAGT\", \"ini\": 33, \"clust\": 2580, \"rank\": 5183, \"rankvar\": 885, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3556, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4286, \"group\": [2581.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GGCTCGACAAAGTCAA\", \"ini\": 32, \"clust\": 3218, \"rank\": 4838, \"rankvar\": 2350, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3557, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3949, \"group\": [3218.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGCGTTCCTTGGTC\", \"ini\": 31, \"clust\": 2880, \"rank\": 5213, \"rankvar\": 3529, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3558, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4164, \"group\": [2879.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTTTGCGTCTCCGGTT\", \"ini\": 30, \"clust\": 2694, \"rank\": 5210, \"rankvar\": 280, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3559, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4246, \"group\": [2692.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTGGACAGTCCGTAT\", \"ini\": 29, \"clust\": 2925, \"rank\": 5001, \"rankvar\": 4845, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3560, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4165, \"group\": [2928.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGAAGTGAAGAG\", \"ini\": 28, \"clust\": 2883, \"rank\": 5158, \"rankvar\": 4693, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3561, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4166, \"group\": [2883.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAGTCCTTCCTTTCTC\", \"ini\": 27, \"clust\": 2916, \"rank\": 5163, \"rankvar\": 4308, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3562, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4167, \"group\": [2915.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGGCCACCAGGCTGAA\", \"ini\": 26, \"clust\": 3254, \"rank\": 5037, \"rankvar\": 3837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3563, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3950, \"group\": [3258.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCATTTGAGCATCATC\", \"ini\": 25, \"clust\": 2576, \"rank\": 5227, \"rankvar\": 3261, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3564, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4287, \"group\": [2574.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATTCTACCACGAAATA\", \"ini\": 24, \"clust\": 2879, \"rank\": 5197, \"rankvar\": 3992, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3565, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4168, \"group\": [2881.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGTTGAGGATGTAT\", \"ini\": 23, \"clust\": 2936, \"rank\": 5175, \"rankvar\": 2490, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3566, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4169, \"group\": [2940.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTGTTAGTCCCTGACT\", \"ini\": 22, \"clust\": 2706, \"rank\": 5219, \"rankvar\": 1333, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3567, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4247, \"group\": [2702.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CAAGATCAGATAGCAT\", \"ini\": 21, \"clust\": 2922, \"rank\": 5097, \"rankvar\": 4698, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3568, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4170, \"group\": [2923.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CGCTTCAAGATGGGTC\", \"ini\": 20, \"clust\": 2984, \"rank\": 5049, \"rankvar\": 3244, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3569, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4171, \"group\": [2985.0, 138.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGAGCCGTCCCATTAT\", \"ini\": 19, \"clust\": 2557, \"rank\": 5228, \"rankvar\": 434, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3570, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4288, \"group\": [2556.0, 119.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGTCACATCCTAGA\", \"ini\": 18, \"clust\": 2918, \"rank\": 5137, \"rankvar\": 3898, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3571, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4172, \"group\": [2914.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTCTCGTCAAACTGTC\", \"ini\": 17, \"clust\": 2890, \"rank\": 5160, \"rankvar\": 4745, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3572, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4173, \"group\": [2887.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACACTGACAAGCTGGA\", \"ini\": 16, \"clust\": 2881, \"rank\": 5203, \"rankvar\": 4303, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3573, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4174, \"group\": [2880.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTCGAGGCAAACGCGA\", \"ini\": 15, \"clust\": 3247, \"rank\": 5165, \"rankvar\": 3834, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3574, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3951, \"group\": [3246.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCCAAATAGGCAAAGA\", \"ini\": 14, \"clust\": 2932, \"rank\": 5094, \"rankvar\": 4424, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3575, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4175, \"group\": [2930.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TAAGAGATCAGTTGAC\", \"ini\": 13, \"clust\": 3257, \"rank\": 5142, \"rankvar\": 4837, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3576, \"cat-1\": \"Cell Type: Monocytes-1\", \"cat_1_index\": 3952, \"group\": [3256.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TCTCATAGTCGAATCT\", \"ini\": 12, \"clust\": 2863, \"rank\": 5089, \"rankvar\": 4002, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3577, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4176, \"group\": [2866.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"TGACTAGGTTCCGGCA\", \"ini\": 11, \"clust\": 2684, \"rank\": 5230, \"rankvar\": 952, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3578, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4248, \"group\": [2684.0, 127.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGATTGCGTCAACATC\", \"ini\": 10, \"clust\": 2562, \"rank\": 5229, \"rankvar\": 2225, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3579, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4289, \"group\": [2562.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GCAAACTTCAGCTTAG\", \"ini\": 9, \"clust\": 2559, \"rank\": 5226, \"rankvar\": 757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3580, \"cat-1\": \"Cell Type: Monocytes-5\", \"cat_1_index\": 4290, \"group\": [2560.0, 120.0, 25.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ATCATGGGTCCCTACT\", \"ini\": 8, \"clust\": 3173, \"rank\": 5182, \"rankvar\": 4743, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3581, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4177, \"group\": [3174.0, 158.0, 33.0, 12.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CTACACCTCCTATTCA\", \"ini\": 7, \"clust\": 2692, \"rank\": 5216, \"rankvar\": 469, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3582, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4249, \"group\": [2693.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACGGGCTGTCATACTG\", \"ini\": 6, \"clust\": 2902, \"rank\": 5157, \"rankvar\": 3539, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3583, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4178, \"group\": [2904.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"CATCGAATCGGTCTAA\", \"ini\": 5, \"clust\": 2701, \"rank\": 5231, \"rankvar\": 1129, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3584, \"cat-1\": \"Cell Type: Monocytes-4\", \"cat_1_index\": 4250, \"group\": [2704.0, 129.0, 26.0, 9.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACTGAGTGTGACCAAG\", \"ini\": 4, \"clust\": 2905, \"rank\": 5208, \"rankvar\": 4900, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3585, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4179, \"group\": [2905.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"GTTTCTACAAGACACG\", \"ini\": 3, \"clust\": 2904, \"rank\": 5221, \"rankvar\": 4704, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3586, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4180, \"group\": [2903.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"AGACGTTAGGAGCGTT\", \"ini\": 2, \"clust\": 2906, \"rank\": 5211, \"rankvar\": 4757, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3587, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4181, \"group\": [2906.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}, {\"name\": \"ACAGCTAGTAAATGAC\", \"ini\": 1, \"clust\": 2878, \"rank\": 5193, \"rankvar\": 4032, \"cat-0\": \"Tissue: PBMC\", \"cat_0_index\": 3588, \"cat-1\": \"Cell Type: Monocytes-3\", \"cat_1_index\": 4182, \"group\": [2877.0, 137.0, 28.0, 10.0, 3.0, 3.0, 2.0, 1.0, 1.0, 1.0, 1.0]}]}}]}", "value": "null" } } }, "version_major": 2, "version_minor": 0 } } }, "nbformat": 4, "nbformat_minor": 2 }